From a0eae26167fb4c41520cde1d92521d040a612aed Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Fri, 10 Apr 2026 00:18:59 +0200 Subject: [PATCH] Add Unreal Engine SDK --- Samson/Assertions.inl | 228946 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 228946 insertions(+) create mode 100644 Samson/Assertions.inl diff --git a/Samson/Assertions.inl b/Samson/Assertions.inl new file mode 100644 index 0000000..b10c56f --- /dev/null +++ b/Samson/Assertions.inl @@ -0,0 +1,228946 @@ +#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) == 0x000008, "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) == 0x000030, "Wrong size on FTextData"); \ +static_assert(offsetof(FTextData, TextSource) == 0x000020, "Member 'FTextData::TextSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FText \ +static_assert(alignof(FText) == 0x000008, "Wrong alignment on FText"); \ +static_assert(sizeof(FText) == 0x000010, "Wrong size on FText"); \ +static_assert(offsetof(FText, TextData) == 0x000000, "Member 'FText::TextData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeakObjectPtr \ +static_assert(alignof(FWeakObjectPtr) == 0x000004, "Wrong alignment on FWeakObjectPtr"); \ +static_assert(sizeof(FWeakObjectPtr) == 0x000008, "Wrong size on FWeakObjectPtr"); \ +static_assert(offsetof(FWeakObjectPtr, ObjectIndex) == 0x000000, "Member 'FWeakObjectPtr::ObjectIndex' has a wrong offset!"); \ +static_assert(offsetof(FWeakObjectPtr, ObjectSerialNumber) == 0x000004, "Member 'FWeakObjectPtr::ObjectSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueObjectGuid \ +static_assert(alignof(FUniqueObjectGuid) == 0x000004, "Wrong alignment on FUniqueObjectGuid"); \ +static_assert(sizeof(FUniqueObjectGuid) == 0x000010, "Wrong size on FUniqueObjectGuid"); \ +static_assert(offsetof(FUniqueObjectGuid, A) == 0x000000, "Member 'FUniqueObjectGuid::A' has a wrong offset!"); \ +static_assert(offsetof(FUniqueObjectGuid, B) == 0x000004, "Member 'FUniqueObjectGuid::B' has a wrong offset!"); \ +static_assert(offsetof(FUniqueObjectGuid, C) == 0x000008, "Member 'FUniqueObjectGuid::C' has a wrong offset!"); \ +static_assert(offsetof(FUniqueObjectGuid, D) == 0x00000C, "Member 'FUniqueObjectGuid::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTopLevelAssetPath \ +static_assert(alignof(FTopLevelAssetPath) == 0x000004, "Wrong alignment on FTopLevelAssetPath"); \ +static_assert(sizeof(FTopLevelAssetPath) == 0x000010, "Wrong size on FTopLevelAssetPath"); \ +static_assert(offsetof(FTopLevelAssetPath, PackageName) == 0x000000, "Member 'FTopLevelAssetPath::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FTopLevelAssetPath, AssetName) == 0x000008, "Member 'FTopLevelAssetPath::AssetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftObjectPath \ +static_assert(alignof(FSoftObjectPath) == 0x000008, "Wrong alignment on FSoftObjectPath"); \ +static_assert(sizeof(FSoftObjectPath) == 0x000020, "Wrong size on FSoftObjectPath"); \ +static_assert(offsetof(FSoftObjectPath, AssetPath) == 0x000000, "Member 'FSoftObjectPath::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(FSoftObjectPath, SubPathString) == 0x000010, "Member 'FSoftObjectPath::SubPathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScriptInterface \ +static_assert(alignof(FScriptInterface) == 0x000008, "Wrong alignment on FScriptInterface"); \ +static_assert(sizeof(FScriptInterface) == 0x000010, "Wrong size on FScriptInterface"); \ +static_assert(offsetof(FScriptInterface, ObjectPointer) == 0x000000, "Member 'FScriptInterface::ObjectPointer' has a wrong offset!"); \ +static_assert(offsetof(FScriptInterface, InterfacePointer) == 0x000008, "Member 'FScriptInterface::InterfacePointer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldPath \ +static_assert(alignof(FFieldPath) == 0x000008, "Wrong alignment on FFieldPath"); \ +static_assert(sizeof(FFieldPath) == 0x000020, "Wrong size on FFieldPath"); \ +static_assert(offsetof(FFieldPath, ResolvedField) == 0x000000, "Member 'FFieldPath::ResolvedField' has a wrong offset!"); \ +static_assert(offsetof(FFieldPath, ResolvedOwner) == 0x000008, "Member 'FFieldPath::ResolvedOwner' has a wrong offset!"); \ +static_assert(offsetof(FFieldPath, Path) == 0x000010, "Member 'FFieldPath::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScriptDelegate \ +static_assert(alignof(FScriptDelegate) == 0x000004, "Wrong alignment on FScriptDelegate"); \ +static_assert(sizeof(FScriptDelegate) == 0x000010, "Wrong size on FScriptDelegate"); \ +static_assert(offsetof(FScriptDelegate, Object) == 0x000000, "Member 'FScriptDelegate::Object' has a wrong offset!"); \ +static_assert(offsetof(FScriptDelegate, FunctionName) == 0x000008, "Member 'FScriptDelegate::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldClass \ +static_assert(alignof(FFieldClass) == 0x000008, "Wrong alignment on FFieldClass"); \ +static_assert(sizeof(FFieldClass) == 0x000028, "Wrong size on FFieldClass"); \ +static_assert(offsetof(FFieldClass, Name) == 0x000000, "Member 'FFieldClass::Name' has a wrong offset!"); \ +static_assert(offsetof(FFieldClass, Id) == 0x000008, "Member 'FFieldClass::Id' has a wrong offset!"); \ +static_assert(offsetof(FFieldClass, CastFlags) == 0x000018, "Member 'FFieldClass::CastFlags' has a wrong offset!"); \ +static_assert(offsetof(FFieldClass, ClassFlags) == 0x000018, "Member 'FFieldClass::ClassFlags' has a wrong offset!"); \ +static_assert(offsetof(FFieldClass, SuperClass) == 0x000020, "Member 'FFieldClass::SuperClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldVariant \ +static_assert(alignof(FFieldVariant) == 0x000008, "Wrong alignment on FFieldVariant"); \ +static_assert(sizeof(FFieldVariant) == 0x000008, "Wrong size on FFieldVariant"); \ +static_assert(offsetof(FFieldVariant, Container) == 0x000000, "Member 'FFieldVariant::Container' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FField \ +static_assert(alignof(FField) == 0x000008, "Wrong alignment on FField"); \ +static_assert(sizeof(FField) == 0x000030, "Wrong size on FField"); \ +static_assert(offsetof(FField, VTable) == 0x000000, "Member 'FField::VTable' has a wrong offset!"); \ +static_assert(offsetof(FField, ClassPrivate) == 0x000008, "Member 'FField::ClassPrivate' has a wrong offset!"); \ +static_assert(offsetof(FField, Owner) == 0x000010, "Member 'FField::Owner' has a wrong offset!"); \ +static_assert(offsetof(FField, Next) == 0x000018, "Member 'FField::Next' has a wrong offset!"); \ +static_assert(offsetof(FField, Name) == 0x000020, "Member 'FField::Name' has a wrong offset!"); \ +static_assert(offsetof(FField, ObjFlags) == 0x000028, "Member 'FField::ObjFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProperty \ +static_assert(alignof(FProperty) == 0x000008, "Wrong alignment on FProperty"); \ +static_assert(sizeof(FProperty) == 0x000070, "Wrong size on FProperty"); \ +static_assert(offsetof(FProperty, ArrayDim) == 0x000030, "Member 'FProperty::ArrayDim' has a wrong offset!"); \ +static_assert(offsetof(FProperty, ElementSize) == 0x000034, "Member 'FProperty::ElementSize' has a wrong offset!"); \ +static_assert(offsetof(FProperty, PropertyFlags) == 0x000038, "Member 'FProperty::PropertyFlags' has a wrong offset!"); \ +static_assert(offsetof(FProperty, Offset) == 0x000044, "Member 'FProperty::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FByteProperty \ +static_assert(alignof(FByteProperty) == 0x000008, "Wrong alignment on FByteProperty"); \ +static_assert(sizeof(FByteProperty) == 0x000078, "Wrong size on FByteProperty"); \ +static_assert(offsetof(FByteProperty, Enum) == 0x000070, "Member 'FByteProperty::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolProperty \ +static_assert(alignof(FBoolProperty) == 0x000008, "Wrong alignment on FBoolProperty"); \ +static_assert(sizeof(FBoolProperty) == 0x000078, "Wrong size on FBoolProperty"); \ +static_assert(offsetof(FBoolProperty, FieldSize) == 0x000070, "Member 'FBoolProperty::FieldSize' has a wrong offset!"); \ +static_assert(offsetof(FBoolProperty, ByteOffset) == 0x000071, "Member 'FBoolProperty::ByteOffset' has a wrong offset!"); \ +static_assert(offsetof(FBoolProperty, ByteMask) == 0x000072, "Member 'FBoolProperty::ByteMask' has a wrong offset!"); \ +static_assert(offsetof(FBoolProperty, FieldMask) == 0x000073, "Member 'FBoolProperty::FieldMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectPropertyBase \ +static_assert(alignof(FObjectPropertyBase) == 0x000008, "Wrong alignment on FObjectPropertyBase"); \ +static_assert(sizeof(FObjectPropertyBase) == 0x000078, "Wrong size on FObjectPropertyBase"); \ +static_assert(offsetof(FObjectPropertyBase, PropertyClass) == 0x000070, "Member 'FObjectPropertyBase::PropertyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClassProperty \ +static_assert(alignof(FClassProperty) == 0x000008, "Wrong alignment on FClassProperty"); \ +static_assert(sizeof(FClassProperty) == 0x000080, "Wrong size on FClassProperty"); \ +static_assert(offsetof(FClassProperty, MetaClass) == 0x000078, "Member 'FClassProperty::MetaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructProperty \ +static_assert(alignof(FStructProperty) == 0x000008, "Wrong alignment on FStructProperty"); \ +static_assert(sizeof(FStructProperty) == 0x000078, "Wrong size on FStructProperty"); \ +static_assert(offsetof(FStructProperty, Struct) == 0x000070, "Member 'FStructProperty::Struct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayProperty \ +static_assert(alignof(FArrayProperty) == 0x000008, "Wrong alignment on FArrayProperty"); \ +static_assert(sizeof(FArrayProperty) == 0x000080, "Wrong size on FArrayProperty"); \ +static_assert(offsetof(FArrayProperty, InnerProperty) == 0x000078, "Member 'FArrayProperty::InnerProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDelegateProperty \ +static_assert(alignof(FDelegateProperty) == 0x000008, "Wrong alignment on FDelegateProperty"); \ +static_assert(sizeof(FDelegateProperty) == 0x000078, "Wrong size on FDelegateProperty"); \ +static_assert(offsetof(FDelegateProperty, SignatureFunction) == 0x000070, "Member 'FDelegateProperty::SignatureFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapProperty \ +static_assert(alignof(FMapProperty) == 0x000008, "Wrong alignment on FMapProperty"); \ +static_assert(sizeof(FMapProperty) == 0x000080, "Wrong size on FMapProperty"); \ +static_assert(offsetof(FMapProperty, KeyProperty) == 0x000070, "Member 'FMapProperty::KeyProperty' has a wrong offset!"); \ +static_assert(offsetof(FMapProperty, ValueProperty) == 0x000078, "Member 'FMapProperty::ValueProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetProperty \ +static_assert(alignof(FSetProperty) == 0x000008, "Wrong alignment on FSetProperty"); \ +static_assert(sizeof(FSetProperty) == 0x000078, "Wrong size on FSetProperty"); \ +static_assert(offsetof(FSetProperty, ElementProperty) == 0x000070, "Member 'FSetProperty::ElementProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumProperty \ +static_assert(alignof(FEnumProperty) == 0x000008, "Wrong alignment on FEnumProperty"); \ +static_assert(sizeof(FEnumProperty) == 0x000080, "Wrong size on FEnumProperty"); \ +static_assert(offsetof(FEnumProperty, UnderlayingProperty) == 0x000070, "Member 'FEnumProperty::UnderlayingProperty' has a wrong offset!"); \ +static_assert(offsetof(FEnumProperty, Enum) == 0x000078, "Member 'FEnumProperty::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldPathProperty \ +static_assert(alignof(FFieldPathProperty) == 0x000008, "Wrong alignment on FFieldPathProperty"); \ +static_assert(sizeof(FFieldPathProperty) == 0x000078, "Wrong size on FFieldPathProperty"); \ +static_assert(offsetof(FFieldPathProperty, FieldClass) == 0x000070, "Member 'FFieldPathProperty::FieldClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptionalProperty \ +static_assert(alignof(FOptionalProperty) == 0x000008, "Wrong alignment on FOptionalProperty"); \ +static_assert(sizeof(FOptionalProperty) == 0x000078, "Wrong size on FOptionalProperty"); \ +static_assert(offsetof(FOptionalProperty, ValueProperty) == 0x000070, "Member 'FOptionalProperty::ValueProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_DamageBonus_C_BP_SetupItemInstance \ +static_assert(alignof(BP_Skill_Perk_DamageBonus_C_BP_SetupItemInstance) == 0x000001, "Wrong alignment on BP_Skill_Perk_DamageBonus_C_BP_SetupItemInstance"); \ +static_assert(sizeof(BP_Skill_Perk_DamageBonus_C_BP_SetupItemInstance) == 0x000001, "Wrong size on BP_Skill_Perk_DamageBonus_C_BP_SetupItemInstance"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_BP_SetupItemInstance, bFromSaveGame) == 0x000000, "Member 'BP_Skill_Perk_DamageBonus_C_BP_SetupItemInstance::bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_DamageBonus_C_ExecuteUbergraph_BP_Skill_Perk_DamageBonus \ +static_assert(alignof(BP_Skill_Perk_DamageBonus_C_ExecuteUbergraph_BP_Skill_Perk_DamageBonus) == 0x000004, "Wrong alignment on BP_Skill_Perk_DamageBonus_C_ExecuteUbergraph_BP_Skill_Perk_DamageBonus"); \ +static_assert(sizeof(BP_Skill_Perk_DamageBonus_C_ExecuteUbergraph_BP_Skill_Perk_DamageBonus) == 0x000008, "Wrong size on BP_Skill_Perk_DamageBonus_C_ExecuteUbergraph_BP_Skill_Perk_DamageBonus"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_ExecuteUbergraph_BP_Skill_Perk_DamageBonus, EntryPoint) == 0x000000, "Member 'BP_Skill_Perk_DamageBonus_C_ExecuteUbergraph_BP_Skill_Perk_DamageBonus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_ExecuteUbergraph_BP_Skill_Perk_DamageBonus, K2Node_Event_bFromSaveGame) == 0x000004, "Member 'BP_Skill_Perk_DamageBonus_C_ExecuteUbergraph_BP_Skill_Perk_DamageBonus::K2Node_Event_bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier \ +static_assert(alignof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier) == 0x000008, "Wrong alignment on BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier"); \ +static_assert(sizeof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier) == 0x0002E0, "Wrong size on BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, Damage) == 0x000000, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, HealthDamageMultiplier) == 0x000040, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, PostureDamageMultiplier) == 0x000048, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::PostureDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_AsItem_ReturnValue) == 0x000050, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_AsItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_ItemHasTag_ReturnValue) == 0x0000D0, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x0000D8, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_Conv_BoolToText_ReturnValue) == 0x000100, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x000110, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, K2Node_MakeStruct_FormatArgumentData_1) == 0x000138, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000180, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, Temp_struct_Variable) == 0x000188, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, K2Node_DynamicCast_AsBP_Perk_Mixin) == 0x000190, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::K2Node_DynamicCast_AsBP_Perk_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, K2Node_DynamicCast_bSuccess) == 0x000198, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_GetWorldStateBool_ReturnValue) == 0x000199, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_GetDisplayName_ReturnValue) == 0x0001A0, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_GetPlayingInstance_ReturnValue) == 0x0001B0, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_Conv_StringToText_ReturnValue) == 0x0001B8, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001C8, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_IsWieldingWeapon_ReturnValue) == 0x000210, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_IsWieldingWeapon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_Not_PreBool_ReturnValue) == 0x000211, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_BooleanAND_ReturnValue) == 0x000212, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000218, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_SelectFloat_ReturnValue) == 0x000228, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, K2Node_MakeStruct_FormatArgumentData_3) == 0x000230, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, K2Node_MakeStruct_FormatArgumentData_4) == 0x000278, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, K2Node_MakeArray_Array) == 0x0002C0, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier, CallFunc_Format_ReturnValue) == 0x0002D0, "Member 'BP_Skill_Perk_DamageBonus_C_GetDealDamageMultiplier::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_Perk_DamageBonus_C \ +static_assert(alignof(UBP_Skill_Perk_DamageBonus_C) == 0x000008, "Wrong alignment on UBP_Skill_Perk_DamageBonus_C"); \ +static_assert(sizeof(UBP_Skill_Perk_DamageBonus_C) == 0x000048, "Wrong size on UBP_Skill_Perk_DamageBonus_C"); \ +static_assert(offsetof(UBP_Skill_Perk_DamageBonus_C, UberGraphFrame_BP_Skill_Perk_DamageBonus_C) == 0x000038, "Member 'UBP_Skill_Perk_DamageBonus_C::UberGraphFrame_BP_Skill_Perk_DamageBonus_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Perk_DamageBonus_C, DynamicValueVar) == 0x000040, "Member 'UBP_Skill_Perk_DamageBonus_C::DynamicValueVar' 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_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_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_FInstancedStructContainer \ +static_assert(alignof(FInstancedStructContainer) == 0x000008, "Wrong alignment on FInstancedStructContainer"); \ +static_assert(sizeof(FInstancedStructContainer) == 0x000010, "Wrong size on FInstancedStructContainer"); \ + +#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_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_FDateTime \ +static_assert(alignof(FDateTime) == 0x000008, "Wrong alignment on FDateTime"); \ +static_assert(sizeof(FDateTime) == 0x000008, "Wrong size on FDateTime"); \ +static_assert(offsetof(FDateTime, Ticks) == 0x000000, "Member 'FDateTime::Ticks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutomationExecutionEntry \ +static_assert(alignof(FAutomationExecutionEntry) == 0x000008, "Wrong alignment on FAutomationExecutionEntry"); \ +static_assert(sizeof(FAutomationExecutionEntry) == 0x000058, "Wrong size on FAutomationExecutionEntry"); \ +static_assert(offsetof(FAutomationExecutionEntry, Event) == 0x000000, "Member 'FAutomationExecutionEntry::Event' has a wrong offset!"); \ +static_assert(offsetof(FAutomationExecutionEntry, Filename) == 0x000038, "Member 'FAutomationExecutionEntry::Filename' has a wrong offset!"); \ +static_assert(offsetof(FAutomationExecutionEntry, LineNumber) == 0x000048, "Member 'FAutomationExecutionEntry::LineNumber' has a wrong offset!"); \ +static_assert(offsetof(FAutomationExecutionEntry, Timestamp) == 0x000050, "Member 'FAutomationExecutionEntry::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_FOverriddenPropertyPath \ +static_assert(alignof(FOverriddenPropertyPath) == 0x000008, "Wrong alignment on FOverriddenPropertyPath"); \ +static_assert(sizeof(FOverriddenPropertyPath) == 0x000018, "Wrong size on FOverriddenPropertyPath"); \ +static_assert(offsetof(FOverriddenPropertyPath, Path) == 0x000000, "Member 'FOverriddenPropertyPath::Path' has a wrong offset!"); \ +static_assert(offsetof(FOverriddenPropertyPath, CachedHash) == 0x000010, "Member 'FOverriddenPropertyPath::CachedHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverriddenPropertyNodeID \ +static_assert(alignof(FOverriddenPropertyNodeID) == 0x000008, "Wrong alignment on FOverriddenPropertyNodeID"); \ +static_assert(sizeof(FOverriddenPropertyNodeID) == 0x000020, "Wrong size on FOverriddenPropertyNodeID"); \ +static_assert(offsetof(FOverriddenPropertyNodeID, Path) == 0x000000, "Member 'FOverriddenPropertyNodeID::Path' has a wrong offset!"); \ +static_assert(offsetof(FOverriddenPropertyNodeID, Object) == 0x000018, "Member 'FOverriddenPropertyNodeID::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverriddenPropertyNode \ +static_assert(alignof(FOverriddenPropertyNode) == 0x000008, "Wrong alignment on FOverriddenPropertyNode"); \ +static_assert(sizeof(FOverriddenPropertyNode) == 0x000038, "Wrong size on FOverriddenPropertyNode"); \ +static_assert(offsetof(FOverriddenPropertyNode, NodeID) == 0x000000, "Member 'FOverriddenPropertyNode::NodeID' has a wrong offset!"); \ +static_assert(offsetof(FOverriddenPropertyNode, Operation) == 0x000020, "Member 'FOverriddenPropertyNode::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverriddenPropertySet \ +static_assert(alignof(FOverriddenPropertySet) == 0x000008, "Wrong alignment on FOverriddenPropertySet"); \ +static_assert(sizeof(FOverriddenPropertySet) == 0x000050, "Wrong size on FOverriddenPropertySet"); \ +static_assert(offsetof(FOverriddenPropertySet, Owner) == 0x000000, "Member 'FOverriddenPropertySet::Owner' has a wrong offset!"); \ +static_assert(offsetof(FOverriddenPropertySet, bWasAdded) == 0x000008, "Member 'FOverriddenPropertySet::bWasAdded' has a wrong offset!"); \ +static_assert(offsetof(FOverriddenPropertySet, RootNode) == 0x000010, "Member 'FOverriddenPropertySet::RootNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxSphereBounds \ +static_assert(alignof(FBoxSphereBounds) == 0x000008, "Wrong alignment on FBoxSphereBounds"); \ +static_assert(sizeof(FBoxSphereBounds) == 0x000038, "Wrong size on FBoxSphereBounds"); \ +static_assert(offsetof(FBoxSphereBounds, Origin) == 0x000000, "Member 'FBoxSphereBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds, BoxExtent) == 0x000018, "Member 'FBoxSphereBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds, SphereRadius) == 0x000030, "Member 'FBoxSphereBounds::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxSphereBounds3d \ +static_assert(alignof(FBoxSphereBounds3d) == 0x000008, "Wrong alignment on FBoxSphereBounds3d"); \ +static_assert(sizeof(FBoxSphereBounds3d) == 0x000038, "Wrong size on FBoxSphereBounds3d"); \ +static_assert(offsetof(FBoxSphereBounds3d, Origin) == 0x000000, "Member 'FBoxSphereBounds3d::Origin' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds3d, BoxExtent) == 0x000018, "Member 'FBoxSphereBounds3d::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds3d, SphereRadius) == 0x000030, "Member 'FBoxSphereBounds3d::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxSphereBounds3f \ +static_assert(alignof(FBoxSphereBounds3f) == 0x000004, "Wrong alignment on FBoxSphereBounds3f"); \ +static_assert(sizeof(FBoxSphereBounds3f) == 0x00001C, "Wrong size on FBoxSphereBounds3f"); \ +static_assert(offsetof(FBoxSphereBounds3f, Origin) == 0x000000, "Member 'FBoxSphereBounds3f::Origin' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds3f, BoxExtent) == 0x00000C, "Member 'FBoxSphereBounds3f::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FBoxSphereBounds3f, SphereRadius) == 0x000018, "Member 'FBoxSphereBounds3f::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColor \ +static_assert(alignof(FColor) == 0x000004, "Wrong alignment on FColor"); \ +static_assert(sizeof(FColor) == 0x000004, "Wrong size on FColor"); \ +static_assert(offsetof(FColor, B) == 0x000000, "Member 'FColor::B' has a wrong offset!"); \ +static_assert(offsetof(FColor, G) == 0x000001, "Member 'FColor::G' has a wrong offset!"); \ +static_assert(offsetof(FColor, R) == 0x000002, "Member 'FColor::R' has a wrong offset!"); \ +static_assert(offsetof(FColor, A) == 0x000003, "Member 'FColor::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoubleRangeBound \ +static_assert(alignof(FDoubleRangeBound) == 0x000008, "Wrong alignment on FDoubleRangeBound"); \ +static_assert(sizeof(FDoubleRangeBound) == 0x000010, "Wrong size on FDoubleRangeBound"); \ +static_assert(offsetof(FDoubleRangeBound, Type) == 0x000000, "Member 'FDoubleRangeBound::Type' has a wrong offset!"); \ +static_assert(offsetof(FDoubleRangeBound, Value) == 0x000008, "Member 'FDoubleRangeBound::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoubleRange \ +static_assert(alignof(FDoubleRange) == 0x000008, "Wrong alignment on FDoubleRange"); \ +static_assert(sizeof(FDoubleRange) == 0x000020, "Wrong size on FDoubleRange"); \ +static_assert(offsetof(FDoubleRange, LowerBound) == 0x000000, "Member 'FDoubleRange::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FDoubleRange, UpperBound) == 0x000010, "Member 'FDoubleRange::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFallbackStruct \ +static_assert(alignof(FFallbackStruct) == 0x000001, "Wrong alignment on FFallbackStruct"); \ +static_assert(sizeof(FFallbackStruct) == 0x000001, "Wrong size on FFallbackStruct"); \ + +#define DUMPER7_ASSERTS_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_FInputDeviceId \ +static_assert(alignof(FInputDeviceId) == 0x000004, "Wrong alignment on FInputDeviceId"); \ +static_assert(sizeof(FInputDeviceId) == 0x000004, "Wrong size on FInputDeviceId"); \ +static_assert(offsetof(FInputDeviceId, InternalId) == 0x000000, "Member 'FInputDeviceId::InternalId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32Interval \ +static_assert(alignof(FInt32Interval) == 0x000004, "Wrong alignment on FInt32Interval"); \ +static_assert(sizeof(FInt32Interval) == 0x000008, "Wrong size on FInt32Interval"); \ +static_assert(offsetof(FInt32Interval, Min) == 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_FObjectCookedMetaDataStore \ +static_assert(alignof(FObjectCookedMetaDataStore) == 0x000008, "Wrong alignment on FObjectCookedMetaDataStore"); \ +static_assert(sizeof(FObjectCookedMetaDataStore) == 0x000050, "Wrong size on FObjectCookedMetaDataStore"); \ +static_assert(offsetof(FObjectCookedMetaDataStore, ObjectMetaData) == 0x000000, "Member 'FObjectCookedMetaDataStore::ObjectMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldCookedMetaDataKey \ +static_assert(alignof(FFieldCookedMetaDataKey) == 0x000008, "Wrong alignment on FFieldCookedMetaDataKey"); \ +static_assert(sizeof(FFieldCookedMetaDataKey) == 0x000010, "Wrong size on FFieldCookedMetaDataKey"); \ +static_assert(offsetof(FFieldCookedMetaDataKey, FieldPath) == 0x000000, "Member 'FFieldCookedMetaDataKey::FieldPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldCookedMetaDataValue \ +static_assert(alignof(FFieldCookedMetaDataValue) == 0x000008, "Wrong alignment on FFieldCookedMetaDataValue"); \ +static_assert(sizeof(FFieldCookedMetaDataValue) == 0x000050, "Wrong size on FFieldCookedMetaDataValue"); \ +static_assert(offsetof(FFieldCookedMetaDataValue, MetaData) == 0x000000, "Member 'FFieldCookedMetaDataValue::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldCookedMetaDataStore \ +static_assert(alignof(FFieldCookedMetaDataStore) == 0x000008, "Wrong alignment on FFieldCookedMetaDataStore"); \ +static_assert(sizeof(FFieldCookedMetaDataStore) == 0x0000A0, "Wrong size on FFieldCookedMetaDataStore"); \ +static_assert(offsetof(FFieldCookedMetaDataStore, FieldMetaData) == 0x000000, "Member 'FFieldCookedMetaDataStore::FieldMetaData' has a wrong offset!"); \ +static_assert(offsetof(FFieldCookedMetaDataStore, SubFieldMetaData) == 0x000050, "Member 'FFieldCookedMetaDataStore::SubFieldMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructCookedMetaDataStore \ +static_assert(alignof(FStructCookedMetaDataStore) == 0x000008, "Wrong alignment on FStructCookedMetaDataStore"); \ +static_assert(sizeof(FStructCookedMetaDataStore) == 0x0000A0, "Wrong size on FStructCookedMetaDataStore"); \ +static_assert(offsetof(FStructCookedMetaDataStore, ObjectMetaData) == 0x000000, "Member 'FStructCookedMetaDataStore::ObjectMetaData' has a wrong offset!"); \ +static_assert(offsetof(FStructCookedMetaDataStore, PropertiesMetaData) == 0x000050, "Member 'FStructCookedMetaDataStore::PropertiesMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32Rect \ +static_assert(alignof(FInt32Rect) == 0x000004, "Wrong alignment on FInt32Rect"); \ +static_assert(sizeof(FInt32Rect) == 0x000010, "Wrong size on FInt32Rect"); \ +static_assert(offsetof(FInt32Rect, Min) == 0x000000, "Member 'FInt32Rect::Min' has a wrong offset!"); \ +static_assert(offsetof(FInt32Rect, Max) == 0x000008, "Member 'FInt32Rect::Max' 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_FInt64Rect \ +static_assert(alignof(FInt64Rect) == 0x000008, "Wrong alignment on FInt64Rect"); \ +static_assert(sizeof(FInt64Rect) == 0x000020, "Wrong size on FInt64Rect"); \ +static_assert(offsetof(FInt64Rect, Min) == 0x000000, "Member 'FInt64Rect::Min' has a wrong offset!"); \ +static_assert(offsetof(FInt64Rect, Max) == 0x000010, "Member 'FInt64Rect::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt64Vector \ +static_assert(alignof(FInt64Vector) == 0x000008, "Wrong alignment on FInt64Vector"); \ +static_assert(sizeof(FInt64Vector) == 0x000018, "Wrong size on FInt64Vector"); \ +static_assert(offsetof(FInt64Vector, X) == 0x000000, "Member 'FInt64Vector::X' has a wrong offset!"); \ +static_assert(offsetof(FInt64Vector, Y) == 0x000008, "Member 'FInt64Vector::Y' has a wrong offset!"); \ +static_assert(offsetof(FInt64Vector, Z) == 0x000010, "Member 'FInt64Vector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt64Vector2 \ +static_assert(alignof(FInt64Vector2) == 0x000008, "Wrong alignment on FInt64Vector2"); \ +static_assert(sizeof(FInt64Vector2) == 0x000010, "Wrong size on FInt64Vector2"); \ +static_assert(offsetof(FInt64Vector2, X) == 0x000000, "Member 'FInt64Vector2::X' has a wrong offset!"); \ +static_assert(offsetof(FInt64Vector2, Y) == 0x000008, "Member 'FInt64Vector2::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt64Vector4 \ +static_assert(alignof(FInt64Vector4) == 0x000008, "Wrong alignment on FInt64Vector4"); \ +static_assert(sizeof(FInt64Vector4) == 0x000020, "Wrong size on FInt64Vector4"); \ +static_assert(offsetof(FInt64Vector4, X) == 0x000000, "Member 'FInt64Vector4::X' has a wrong offset!"); \ +static_assert(offsetof(FInt64Vector4, Y) == 0x000008, "Member 'FInt64Vector4::Y' has a wrong offset!"); \ +static_assert(offsetof(FInt64Vector4, Z) == 0x000010, "Member 'FInt64Vector4::Z' has a wrong offset!"); \ +static_assert(offsetof(FInt64Vector4, W) == 0x000018, "Member 'FInt64Vector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointFloat \ +static_assert(alignof(FInterpCurvePointFloat) == 0x000004, "Wrong alignment on FInterpCurvePointFloat"); \ +static_assert(sizeof(FInterpCurvePointFloat) == 0x000014, "Wrong size on FInterpCurvePointFloat"); \ +static_assert(offsetof(FInterpCurvePointFloat, InVal) == 0x000000, "Member 'FInterpCurvePointFloat::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointFloat, OutVal) == 0x000004, "Member 'FInterpCurvePointFloat::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointFloat, ArriveTangent) == 0x000008, "Member 'FInterpCurvePointFloat::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointFloat, LeaveTangent) == 0x00000C, "Member 'FInterpCurvePointFloat::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointFloat, InterpMode) == 0x000010, "Member 'FInterpCurvePointFloat::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveFloat \ +static_assert(alignof(FInterpCurveFloat) == 0x000008, "Wrong alignment on FInterpCurveFloat"); \ +static_assert(sizeof(FInterpCurveFloat) == 0x000018, "Wrong size on FInterpCurveFloat"); \ +static_assert(offsetof(FInterpCurveFloat, Points) == 0x000000, "Member 'FInterpCurveFloat::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveFloat, bIsLooped) == 0x000010, "Member 'FInterpCurveFloat::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveFloat, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveFloat::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLinearColor \ +static_assert(alignof(FLinearColor) == 0x000004, "Wrong alignment on FLinearColor"); \ +static_assert(sizeof(FLinearColor) == 0x000010, "Wrong size on FLinearColor"); \ +static_assert(offsetof(FLinearColor, R) == 0x000000, "Member 'FLinearColor::R' has a wrong offset!"); \ +static_assert(offsetof(FLinearColor, G) == 0x000004, "Member 'FLinearColor::G' has a wrong offset!"); \ +static_assert(offsetof(FLinearColor, B) == 0x000008, "Member 'FLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(FLinearColor, A) == 0x00000C, "Member 'FLinearColor::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurvePointLinearColor \ +static_assert(alignof(FInterpCurvePointLinearColor) == 0x000004, "Wrong alignment on FInterpCurvePointLinearColor"); \ +static_assert(sizeof(FInterpCurvePointLinearColor) == 0x000038, "Wrong size on FInterpCurvePointLinearColor"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, InVal) == 0x000000, "Member 'FInterpCurvePointLinearColor::InVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, OutVal) == 0x000004, "Member 'FInterpCurvePointLinearColor::OutVal' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, ArriveTangent) == 0x000014, "Member 'FInterpCurvePointLinearColor::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, LeaveTangent) == 0x000024, "Member 'FInterpCurvePointLinearColor::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurvePointLinearColor, InterpMode) == 0x000034, "Member 'FInterpCurvePointLinearColor::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpCurveLinearColor \ +static_assert(alignof(FInterpCurveLinearColor) == 0x000008, "Wrong alignment on FInterpCurveLinearColor"); \ +static_assert(sizeof(FInterpCurveLinearColor) == 0x000018, "Wrong size on FInterpCurveLinearColor"); \ +static_assert(offsetof(FInterpCurveLinearColor, Points) == 0x000000, "Member 'FInterpCurveLinearColor::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveLinearColor, bIsLooped) == 0x000010, "Member 'FInterpCurveLinearColor::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveLinearColor, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveLinearColor::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FInterpCurveQuat \ +static_assert(alignof(FInterpCurveQuat) == 0x000008, "Wrong alignment on FInterpCurveQuat"); \ +static_assert(sizeof(FInterpCurveQuat) == 0x000018, "Wrong size on FInterpCurveQuat"); \ +static_assert(offsetof(FInterpCurveQuat, Points) == 0x000000, "Member 'FInterpCurveQuat::Points' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveQuat, bIsLooped) == 0x000010, "Member 'FInterpCurveQuat::bIsLooped' has a wrong offset!"); \ +static_assert(offsetof(FInterpCurveQuat, LoopKeyOffset) == 0x000014, "Member 'FInterpCurveQuat::LoopKeyOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTopLevelAssetPath \ +static_assert(alignof(FTopLevelAssetPath) == 0x000004, "Wrong alignment on FTopLevelAssetPath"); \ +static_assert(sizeof(FTopLevelAssetPath) == 0x000010, "Wrong size on FTopLevelAssetPath"); \ +static_assert(offsetof(FTopLevelAssetPath, PackageName) == 0x000000, "Member 'FTopLevelAssetPath::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FTopLevelAssetPath, AssetName) == 0x000008, "Member 'FTopLevelAssetPath::AssetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetData \ +static_assert(alignof(FAssetData) == 0x000008, "Wrong alignment on FAssetData"); \ +static_assert(sizeof(FAssetData) == 0x000068, "Wrong size on FAssetData"); \ +static_assert(offsetof(FAssetData, PackageName) == 0x000000, "Member 'FAssetData::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, PackagePath) == 0x000008, "Member 'FAssetData::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, AssetName) == 0x000010, "Member 'FAssetData::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, AssetClass) == 0x000018, "Member 'FAssetData::AssetClass' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, AssetClassPath) == 0x000020, "Member 'FAssetData::AssetClassPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FIntRect \ +static_assert(alignof(FIntRect) == 0x000004, "Wrong alignment on FIntRect"); \ +static_assert(sizeof(FIntRect) == 0x000010, "Wrong size on FIntRect"); \ +static_assert(offsetof(FIntRect, Min) == 0x000000, "Member 'FIntRect::Min' has a wrong offset!"); \ +static_assert(offsetof(FIntRect, Max) == 0x000008, "Member 'FIntRect::Max' 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_FMusicalTime \ +static_assert(alignof(FMusicalTime) == 0x000004, "Wrong alignment on FMusicalTime"); \ +static_assert(sizeof(FMusicalTime) == 0x000010, "Wrong size on FMusicalTime"); \ +static_assert(offsetof(FMusicalTime, Bar) == 0x000000, "Member 'FMusicalTime::Bar' has a wrong offset!"); \ +static_assert(offsetof(FMusicalTime, TickInBar) == 0x000004, "Member 'FMusicalTime::TickInBar' has a wrong offset!"); \ +static_assert(offsetof(FMusicalTime, TicksPerBar) == 0x000008, "Member 'FMusicalTime::TicksPerBar' has a wrong offset!"); \ +static_assert(offsetof(FMusicalTime, TicksPerBeat) == 0x00000C, "Member 'FMusicalTime::TicksPerBeat' 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_FPackedRemoteObjectPathName \ +static_assert(alignof(FPackedRemoteObjectPathName) == 0x000008, "Wrong alignment on FPackedRemoteObjectPathName"); \ +static_assert(sizeof(FPackedRemoteObjectPathName) == 0x000020, "Wrong size on FPackedRemoteObjectPathName"); \ +static_assert(offsetof(FPackedRemoteObjectPathName, RemoteIds) == 0x000000, "Member 'FPackedRemoteObjectPathName::RemoteIds' has a wrong offset!"); \ +static_assert(offsetof(FPackedRemoteObjectPathName, Names) == 0x000010, "Member 'FPackedRemoteObjectPathName::Names' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPackedRGB10A2N \ +static_assert(alignof(FPackedRGB10A2N) == 0x000004, "Wrong alignment on FPackedRGB10A2N"); \ +static_assert(sizeof(FPackedRGB10A2N) == 0x000004, "Wrong size on FPackedRGB10A2N"); \ +static_assert(offsetof(FPackedRGB10A2N, Packed) == 0x000000, "Member 'FPackedRGB10A2N::Packed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPackedRGBA16N \ +static_assert(alignof(FPackedRGBA16N) == 0x000004, "Wrong alignment on FPackedRGBA16N"); \ +static_assert(sizeof(FPackedRGBA16N) == 0x000008, "Wrong size on FPackedRGBA16N"); \ +static_assert(offsetof(FPackedRGBA16N, XY) == 0x000000, "Member 'FPackedRGBA16N::XY' has a wrong offset!"); \ +static_assert(offsetof(FPackedRGBA16N, ZW) == 0x000004, "Member 'FPackedRGBA16N::ZW' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformUserId \ +static_assert(alignof(FPlatformUserId) == 0x000004, "Wrong alignment on FPlatformUserId"); \ +static_assert(sizeof(FPlatformUserId) == 0x000004, "Wrong size on FPlatformUserId"); \ +static_assert(offsetof(FPlatformUserId, InternalId) == 0x000000, "Member 'FPlatformUserId::InternalId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformInputDeviceState \ +static_assert(alignof(FPlatformInputDeviceState) == 0x000004, "Wrong alignment on FPlatformInputDeviceState"); \ +static_assert(sizeof(FPlatformInputDeviceState) == 0x000008, "Wrong size on FPlatformInputDeviceState"); \ +static_assert(offsetof(FPlatformInputDeviceState, OwningPlatformUser) == 0x000000, "Member 'FPlatformInputDeviceState::OwningPlatformUser' has a wrong offset!"); \ +static_assert(offsetof(FPlatformInputDeviceState, ConnectionState) == 0x000004, "Member 'FPlatformInputDeviceState::ConnectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPolyglotTextData \ +static_assert(alignof(FPolyglotTextData) == 0x000008, "Wrong alignment on FPolyglotTextData"); \ +static_assert(sizeof(FPolyglotTextData) == 0x0000B0, "Wrong size on FPolyglotTextData"); \ +static_assert(offsetof(FPolyglotTextData, Category) == 0x000000, "Member 'FPolyglotTextData::Category' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, NativeCulture) == 0x000008, "Member 'FPolyglotTextData::NativeCulture' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, Namespace) == 0x000018, "Member 'FPolyglotTextData::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, Key) == 0x000028, "Member 'FPolyglotTextData::Key' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, NativeString) == 0x000038, "Member 'FPolyglotTextData::NativeString' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, LocalizedStrings) == 0x000048, "Member 'FPolyglotTextData::LocalizedStrings' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, bIsMinimalPatch) == 0x000098, "Member 'FPolyglotTextData::bIsMinimalPatch' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, CachedText) == 0x0000A0, "Member 'FPolyglotTextData::CachedText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQualifiedFrameTime \ +static_assert(alignof(FQualifiedFrameTime) == 0x000004, "Wrong alignment on FQualifiedFrameTime"); \ +static_assert(sizeof(FQualifiedFrameTime) == 0x000010, "Wrong size on FQualifiedFrameTime"); \ +static_assert(offsetof(FQualifiedFrameTime, Time) == 0x000000, "Member 'FQualifiedFrameTime::Time' has a wrong offset!"); \ +static_assert(offsetof(FQualifiedFrameTime, Rate) == 0x000008, "Member 'FQualifiedFrameTime::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuat4d \ +static_assert(alignof(FQuat4d) == 0x000010, "Wrong alignment on FQuat4d"); \ +static_assert(sizeof(FQuat4d) == 0x000020, "Wrong size on FQuat4d"); \ +static_assert(offsetof(FQuat4d, X) == 0x000000, "Member 'FQuat4d::X' has a wrong offset!"); \ +static_assert(offsetof(FQuat4d, Y) == 0x000008, "Member 'FQuat4d::Y' has a wrong offset!"); \ +static_assert(offsetof(FQuat4d, Z) == 0x000010, "Member 'FQuat4d::Z' has a wrong offset!"); \ +static_assert(offsetof(FQuat4d, W) == 0x000018, "Member 'FQuat4d::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuat4f \ +static_assert(alignof(FQuat4f) == 0x000010, "Wrong alignment on FQuat4f"); \ +static_assert(sizeof(FQuat4f) == 0x000010, "Wrong size on FQuat4f"); \ +static_assert(offsetof(FQuat4f, X) == 0x000000, "Member 'FQuat4f::X' has a wrong offset!"); \ +static_assert(offsetof(FQuat4f, Y) == 0x000004, "Member 'FQuat4f::Y' has a wrong offset!"); \ +static_assert(offsetof(FQuat4f, Z) == 0x000008, "Member 'FQuat4f::Z' has a wrong offset!"); \ +static_assert(offsetof(FQuat4f, W) == 0x00000C, "Member 'FQuat4f::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomStream \ +static_assert(alignof(FRandomStream) == 0x000004, "Wrong alignment on FRandomStream"); \ +static_assert(sizeof(FRandomStream) == 0x000008, "Wrong size on FRandomStream"); \ +static_assert(offsetof(FRandomStream, InitialSeed) == 0x000000, "Member 'FRandomStream::InitialSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomStream, Seed) == 0x000004, "Member 'FRandomStream::Seed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRay \ +static_assert(alignof(FRay) == 0x000008, "Wrong alignment on FRay"); \ +static_assert(sizeof(FRay) == 0x000030, "Wrong size on FRay"); \ +static_assert(offsetof(FRay, Origin) == 0x000000, "Member 'FRay::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRay, Direction) == 0x000018, "Member 'FRay::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRay3d \ +static_assert(alignof(FRay3d) == 0x000008, "Wrong alignment on FRay3d"); \ +static_assert(sizeof(FRay3d) == 0x000030, "Wrong size on FRay3d"); \ +static_assert(offsetof(FRay3d, Origin) == 0x000000, "Member 'FRay3d::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRay3d, Direction) == 0x000018, "Member 'FRay3d::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFreezablePerPlatformInt \ +static_assert(alignof(FFreezablePerPlatformInt) == 0x000004, "Wrong alignment on FFreezablePerPlatformInt"); \ +static_assert(sizeof(FFreezablePerPlatformInt) == 0x000004, "Wrong size on FFreezablePerPlatformInt"); \ + +#define DUMPER7_ASSERTS_FRay3f \ +static_assert(alignof(FRay3f) == 0x000004, "Wrong alignment on FRay3f"); \ +static_assert(sizeof(FRay3f) == 0x000018, "Wrong size on FRay3f"); \ +static_assert(offsetof(FRay3f, Origin) == 0x000000, "Member 'FRay3f::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRay3f, Direction) == 0x00000C, "Member 'FRay3f::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoteObjectBytes \ +static_assert(alignof(FRemoteObjectBytes) == 0x000008, "Wrong alignment on FRemoteObjectBytes"); \ +static_assert(sizeof(FRemoteObjectBytes) == 0x000010, "Wrong size on FRemoteObjectBytes"); \ +static_assert(offsetof(FRemoteObjectBytes, Bytes) == 0x000000, "Member 'FRemoteObjectBytes::Bytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoteObjectId \ +static_assert(alignof(FRemoteObjectId) == 0x000008, "Wrong alignment on FRemoteObjectId"); \ +static_assert(sizeof(FRemoteObjectId) == 0x000008, "Wrong size on FRemoteObjectId"); \ +static_assert(offsetof(FRemoteObjectId, ID) == 0x000000, "Member 'FRemoteObjectId::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoteObjectTables \ +static_assert(alignof(FRemoteObjectTables) == 0x000008, "Wrong alignment on FRemoteObjectTables"); \ +static_assert(sizeof(FRemoteObjectTables) == 0x000020, "Wrong size on FRemoteObjectTables"); \ +static_assert(offsetof(FRemoteObjectTables, Names) == 0x000000, "Member 'FRemoteObjectTables::Names' has a wrong offset!"); \ +static_assert(offsetof(FRemoteObjectTables, RemoteIds) == 0x000010, "Member 'FRemoteObjectTables::RemoteIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoteObjectData \ +static_assert(alignof(FRemoteObjectData) == 0x000008, "Wrong alignment on FRemoteObjectData"); \ +static_assert(sizeof(FRemoteObjectData) == 0x000040, "Wrong size on FRemoteObjectData"); \ +static_assert(offsetof(FRemoteObjectData, Tables) == 0x000000, "Member 'FRemoteObjectData::Tables' has a wrong offset!"); \ +static_assert(offsetof(FRemoteObjectData, PathNames) == 0x000020, "Member 'FRemoteObjectData::PathNames' has a wrong offset!"); \ +static_assert(offsetof(FRemoteObjectData, Bytes) == 0x000030, "Member 'FRemoteObjectData::Bytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerPlatformInt \ +static_assert(alignof(FPerPlatformInt) == 0x000004, "Wrong alignment on FPerPlatformInt"); \ +static_assert(sizeof(FPerPlatformInt) == 0x000004, "Wrong size on FPerPlatformInt"); \ +static_assert(offsetof(FPerPlatformInt, Default) == 0x000000, "Member 'FPerPlatformInt::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoteObjectPathName \ +static_assert(alignof(FRemoteObjectPathName) == 0x000008, "Wrong alignment on FRemoteObjectPathName"); \ +static_assert(sizeof(FRemoteObjectPathName) == 0x000020, "Wrong size on FRemoteObjectPathName"); \ + +#define DUMPER7_ASSERTS_FRemoteServerId \ +static_assert(alignof(FRemoteServerId) == 0x000004, "Wrong alignment on FRemoteServerId"); \ +static_assert(sizeof(FRemoteServerId) == 0x000004, "Wrong size on FRemoteServerId"); \ +static_assert(offsetof(FRemoteServerId, ID) == 0x000000, "Member 'FRemoteServerId::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoteObjectReference \ +static_assert(alignof(FRemoteObjectReference) == 0x000008, "Wrong alignment on FRemoteObjectReference"); \ +static_assert(sizeof(FRemoteObjectReference) == 0x000010, "Wrong size on FRemoteObjectReference"); \ +static_assert(offsetof(FRemoteObjectReference, ObjectId) == 0x000000, "Member 'FRemoteObjectReference::ObjectId' has a wrong offset!"); \ +static_assert(offsetof(FRemoteObjectReference, ServerId) == 0x000008, "Member 'FRemoteObjectReference::ServerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoteTransactionId \ +static_assert(alignof(FRemoteTransactionId) == 0x000004, "Wrong alignment on FRemoteTransactionId"); \ +static_assert(sizeof(FRemoteTransactionId) == 0x000004, "Wrong size on FRemoteTransactionId"); \ +static_assert(offsetof(FRemoteTransactionId, ID) == 0x000000, "Member 'FRemoteTransactionId::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoteWorkPriority \ +static_assert(alignof(FRemoteWorkPriority) == 0x000008, "Wrong alignment on FRemoteWorkPriority"); \ +static_assert(sizeof(FRemoteWorkPriority) == 0x000008, "Wrong size on FRemoteWorkPriority"); \ +static_assert(offsetof(FRemoteWorkPriority, PackedData) == 0x000000, "Member 'FRemoteWorkPriority::PackedData' 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_FSphere \ +static_assert(alignof(FSphere) == 0x000008, "Wrong alignment on FSphere"); \ +static_assert(sizeof(FSphere) == 0x000020, "Wrong size on FSphere"); \ +static_assert(offsetof(FSphere, Center) == 0x000000, "Member 'FSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(FSphere, W) == 0x000018, "Member 'FSphere::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSphere3d \ +static_assert(alignof(FSphere3d) == 0x000008, "Wrong alignment on FSphere3d"); \ +static_assert(sizeof(FSphere3d) == 0x000020, "Wrong size on FSphere3d"); \ +static_assert(offsetof(FSphere3d, Center) == 0x000000, "Member 'FSphere3d::Center' has a wrong offset!"); \ +static_assert(offsetof(FSphere3d, W) == 0x000018, "Member 'FSphere3d::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSphere3f \ +static_assert(alignof(FSphere3f) == 0x000004, "Wrong alignment on FSphere3f"); \ +static_assert(sizeof(FSphere3f) == 0x000010, "Wrong size on FSphere3f"); \ +static_assert(offsetof(FSphere3f, Center) == 0x000000, "Member 'FSphere3f::Center' has a wrong offset!"); \ +static_assert(offsetof(FSphere3f, W) == 0x00000C, "Member 'FSphere3f::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimecode \ +static_assert(alignof(FTimecode) == 0x000004, "Wrong alignment on FTimecode"); \ +static_assert(sizeof(FTimecode) == 0x000018, "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, SubFrame) == 0x000010, "Member 'FTimecode::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(FTimecode, bDropFrameFormat) == 0x000014, "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"); \ +static_assert(offsetof(FTimespan, Ticks) == 0x000000, "Member 'FTimespan::Ticks' has a wrong offset!"); \ + +#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_FVerseClassVarAccessor \ +static_assert(alignof(FVerseClassVarAccessor) == 0x000008, "Wrong alignment on FVerseClassVarAccessor"); \ +static_assert(sizeof(FVerseClassVarAccessor) == 0x000010, "Wrong size on FVerseClassVarAccessor"); \ +static_assert(offsetof(FVerseClassVarAccessor, Func) == 0x000000, "Member 'FVerseClassVarAccessor::Func' has a wrong offset!"); \ +static_assert(offsetof(FVerseClassVarAccessor, bIsInstanceMember) == 0x000008, "Member 'FVerseClassVarAccessor::bIsInstanceMember' has a wrong offset!"); \ +static_assert(offsetof(FVerseClassVarAccessor, bIsFallible) == 0x000009, "Member 'FVerseClassVarAccessor::bIsFallible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVerseClassVarAccessors \ +static_assert(alignof(FVerseClassVarAccessors) == 0x000008, "Wrong alignment on FVerseClassVarAccessors"); \ +static_assert(sizeof(FVerseClassVarAccessors) == 0x0000A0, "Wrong size on FVerseClassVarAccessors"); \ +static_assert(offsetof(FVerseClassVarAccessors, Getters) == 0x000000, "Member 'FVerseClassVarAccessors::Getters' has a wrong offset!"); \ +static_assert(offsetof(FVerseClassVarAccessors, Setters) == 0x000050, "Member 'FVerseClassVarAccessors::Setters' 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_FUint32Rect \ +static_assert(alignof(FUint32Rect) == 0x000004, "Wrong alignment on FUint32Rect"); \ +static_assert(sizeof(FUint32Rect) == 0x000010, "Wrong size on FUint32Rect"); \ +static_assert(offsetof(FUint32Rect, Min) == 0x000000, "Member 'FUint32Rect::Min' has a wrong offset!"); \ +static_assert(offsetof(FUint32Rect, Max) == 0x000008, "Member 'FUint32Rect::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVersePersistentVar \ +static_assert(alignof(FVersePersistentVar) == 0x000008, "Wrong alignment on FVersePersistentVar"); \ +static_assert(sizeof(FVersePersistentVar) == 0x000030, "Wrong size on FVersePersistentVar"); \ +static_assert(offsetof(FVersePersistentVar, Path) == 0x000000, "Member 'FVersePersistentVar::Path' has a wrong offset!"); \ +static_assert(offsetof(FVersePersistentVar, Property) == 0x000010, "Member 'FVersePersistentVar::Property' 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_FVerseSessionVar \ +static_assert(alignof(FVerseSessionVar) == 0x000008, "Wrong alignment on FVerseSessionVar"); \ +static_assert(sizeof(FVerseSessionVar) == 0x000020, "Wrong size on FVerseSessionVar"); \ +static_assert(offsetof(FVerseSessionVar, Property) == 0x000000, "Member 'FVerseSessionVar::Property' 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_FUint64Rect \ +static_assert(alignof(FUint64Rect) == 0x000008, "Wrong alignment on FUint64Rect"); \ +static_assert(sizeof(FUint64Rect) == 0x000020, "Wrong size on FUint64Rect"); \ +static_assert(offsetof(FUint64Rect, Min) == 0x000000, "Member 'FUint64Rect::Min' has a wrong offset!"); \ +static_assert(offsetof(FUint64Rect, Max) == 0x000010, "Member 'FUint64Rect::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyTextFName \ +static_assert(alignof(FPropertyTextFName) == 0x000008, "Wrong alignment on FPropertyTextFName"); \ +static_assert(sizeof(FPropertyTextFName) == 0x000018, "Wrong size on FPropertyTextFName"); \ + +#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_FUintRect \ +static_assert(alignof(FUintRect) == 0x000004, "Wrong alignment on FUintRect"); \ +static_assert(sizeof(FUintRect) == 0x000010, "Wrong size on FUintRect"); \ +static_assert(offsetof(FUintRect, Min) == 0x000000, "Member 'FUintRect::Min' has a wrong offset!"); \ +static_assert(offsetof(FUintRect, Max) == 0x000008, "Member 'FUintRect::Max' 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_FSoftObjectPath \ +static_assert(alignof(FSoftObjectPath) == 0x000008, "Wrong alignment on FSoftObjectPath"); \ +static_assert(sizeof(FSoftObjectPath) == 0x000020, "Wrong size on FSoftObjectPath"); \ +static_assert(offsetof(FSoftObjectPath, AssetPath) == 0x000000, "Member 'FSoftObjectPath::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(FSoftObjectPath, SubPathString) == 0x000010, "Member 'FSoftObjectPath::SubPathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FARFilter \ +static_assert(alignof(FARFilter) == 0x000008, "Wrong alignment on FARFilter"); \ +static_assert(sizeof(FARFilter) == 0x000150, "Wrong size on FARFilter"); \ +static_assert(offsetof(FARFilter, PackageNames) == 0x000000, "Member 'FARFilter::PackageNames' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, PackagePaths) == 0x000010, "Member 'FARFilter::PackagePaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, SoftObjectPaths) == 0x000020, "Member 'FARFilter::SoftObjectPaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, ClassNames) == 0x000030, "Member 'FARFilter::ClassNames' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, ClassPaths) == 0x000040, "Member 'FARFilter::ClassPaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, RecursiveClassesExclusionSet) == 0x0000A0, "Member 'FARFilter::RecursiveClassesExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, RecursiveClassPathsExclusionSet) == 0x0000F0, "Member 'FARFilter::RecursiveClassPathsExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bRecursivePaths) == 0x000140, "Member 'FARFilter::bRecursivePaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bRecursiveClasses) == 0x000141, "Member 'FARFilter::bRecursiveClasses' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bIncludeOnlyOnDiskAssets) == 0x000142, "Member 'FARFilter::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftClassPath \ +static_assert(alignof(FSoftClassPath) == 0x000008, "Wrong alignment on FSoftClassPath"); \ +static_assert(sizeof(FSoftClassPath) == 0x000020, "Wrong size on FSoftClassPath"); \ + +#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_FInstancedStructBaseStructQueryParams \ +static_assert(alignof(FInstancedStructBaseStructQueryParams) == 0x000001, "Wrong alignment on FInstancedStructBaseStructQueryParams"); \ +static_assert(sizeof(FInstancedStructBaseStructQueryParams) == 0x000001, "Wrong size on FInstancedStructBaseStructQueryParams"); \ + +#define DUMPER7_ASSERTS_FPropertyTextString \ +static_assert(alignof(FPropertyTextString) == 0x000008, "Wrong alignment on FPropertyTextString"); \ +static_assert(sizeof(FPropertyTextString) == 0x000020, "Wrong size on FPropertyTextString"); \ + +#define DUMPER7_ASSERTS_FTestUndeclaredScriptStructObjectReferencesTest \ +static_assert(alignof(FTestUndeclaredScriptStructObjectReferencesTest) == 0x000008, "Wrong alignment on FTestUndeclaredScriptStructObjectReferencesTest"); \ +static_assert(sizeof(FTestUndeclaredScriptStructObjectReferencesTest) == 0x000058, "Wrong size on FTestUndeclaredScriptStructObjectReferencesTest"); \ +static_assert(offsetof(FTestUndeclaredScriptStructObjectReferencesTest, StrongObjectPointer) == 0x000000, "Member 'FTestUndeclaredScriptStructObjectReferencesTest::StrongObjectPointer' has a wrong offset!"); \ +static_assert(offsetof(FTestUndeclaredScriptStructObjectReferencesTest, SoftObjectPointer) == 0x000008, "Member 'FTestUndeclaredScriptStructObjectReferencesTest::SoftObjectPointer' has a wrong offset!"); \ +static_assert(offsetof(FTestUndeclaredScriptStructObjectReferencesTest, SoftObjectPath) == 0x000030, "Member 'FTestUndeclaredScriptStructObjectReferencesTest::SoftObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FTestUndeclaredScriptStructObjectReferencesTest, WeakObjectPointer) == 0x000050, "Member 'FTestUndeclaredScriptStructObjectReferencesTest::WeakObjectPointer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTestUninitializedScriptStructMembersTest \ +static_assert(alignof(FTestUninitializedScriptStructMembersTest) == 0x000008, "Wrong alignment on FTestUninitializedScriptStructMembersTest"); \ +static_assert(sizeof(FTestUninitializedScriptStructMembersTest) == 0x000018, "Wrong size on FTestUninitializedScriptStructMembersTest"); \ +static_assert(offsetof(FTestUninitializedScriptStructMembersTest, UninitializedObjectReference) == 0x000000, "Member 'FTestUninitializedScriptStructMembersTest::UninitializedObjectReference' has a wrong offset!"); \ +static_assert(offsetof(FTestUninitializedScriptStructMembersTest, InitializedObjectReference) == 0x000008, "Member 'FTestUninitializedScriptStructMembersTest::InitializedObjectReference' has a wrong offset!"); \ +static_assert(offsetof(FTestUninitializedScriptStructMembersTest, UnusedValue) == 0x000010, "Member 'FTestUninitializedScriptStructMembersTest::UnusedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVerseRational \ +static_assert(alignof(FVerseRational) == 0x000008, "Wrong alignment on FVerseRational"); \ +static_assert(sizeof(FVerseRational) == 0x000010, "Wrong size on FVerseRational"); \ +static_assert(offsetof(FVerseRational, Numerator) == 0x000000, "Member 'FVerseRational::Numerator' has a wrong offset!"); \ +static_assert(offsetof(FVerseRational, Denominator) == 0x000008, "Member 'FVerseRational::Denominator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVerseIntConstraints \ +static_assert(alignof(FVerseIntConstraints) == 0x000008, "Wrong alignment on FVerseIntConstraints"); \ +static_assert(sizeof(FVerseIntConstraints) == 0x000020, "Wrong size on FVerseIntConstraints"); \ +static_assert(offsetof(FVerseIntConstraints, ClampMin) == 0x000000, "Member 'FVerseIntConstraints::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FVerseIntConstraints, ClampMax) == 0x000010, "Member 'FVerseIntConstraints::ClampMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVerseDoubleConstraints \ +static_assert(alignof(FVerseDoubleConstraints) == 0x000008, "Wrong alignment on FVerseDoubleConstraints"); \ +static_assert(sizeof(FVerseDoubleConstraints) == 0x000010, "Wrong size on FVerseDoubleConstraints"); \ +static_assert(offsetof(FVerseDoubleConstraints, ClampMin) == 0x000000, "Member 'FVerseDoubleConstraints::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FVerseDoubleConstraints, ClampMax) == 0x000008, "Member 'FVerseDoubleConstraints::ClampMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetBundleEntry \ +static_assert(alignof(FAssetBundleEntry) == 0x000008, "Wrong alignment on FAssetBundleEntry"); \ +static_assert(sizeof(FAssetBundleEntry) == 0x000018, "Wrong size on FAssetBundleEntry"); \ +static_assert(offsetof(FAssetBundleEntry, BundleName) == 0x000000, "Member 'FAssetBundleEntry::BundleName' has a wrong offset!"); \ +static_assert(offsetof(FAssetBundleEntry, AssetPaths) == 0x000008, "Member 'FAssetBundleEntry::AssetPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetBundleData \ +static_assert(alignof(FAssetBundleData) == 0x000008, "Wrong alignment on FAssetBundleData"); \ +static_assert(sizeof(FAssetBundleData) == 0x000010, "Wrong size on FAssetBundleData"); \ +static_assert(offsetof(FAssetBundleData, Bundles) == 0x000000, "Member 'FAssetBundleData::Bundles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStruct \ +static_assert(alignof(FInstancedStruct) == 0x000008, "Wrong alignment on FInstancedStruct"); \ +static_assert(sizeof(FInstancedStruct) == 0x000010, "Wrong size on FInstancedStruct"); \ + +#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_FPropertyBagPropertyDesc \ +static_assert(alignof(FPropertyBagPropertyDesc) == 0x000008, "Wrong alignment on FPropertyBagPropertyDesc"); \ +static_assert(sizeof(FPropertyBagPropertyDesc) == 0x000040, "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!"); \ +static_assert(offsetof(FPropertyBagPropertyDesc, PropertyFlags) == 0x000028, "Member 'FPropertyBagPropertyDesc::PropertyFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedPropertyBag \ +static_assert(alignof(FInstancedPropertyBag) == 0x000008, "Wrong alignment on FInstancedPropertyBag"); \ +static_assert(sizeof(FInstancedPropertyBag) == 0x000010, "Wrong size on FInstancedPropertyBag"); \ +static_assert(offsetof(FInstancedPropertyBag, Value) == 0x000000, "Member 'FInstancedPropertyBag::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBagMissingStruct \ +static_assert(alignof(FPropertyBagMissingStruct) == 0x000001, "Wrong alignment on FPropertyBagMissingStruct"); \ +static_assert(sizeof(FPropertyBagMissingStruct) == 0x000001, "Wrong size on FPropertyBagMissingStruct"); \ + +#define DUMPER7_ASSERTS_FSharedStruct \ +static_assert(alignof(FSharedStruct) == 0x000008, "Wrong alignment on FSharedStruct"); \ +static_assert(sizeof(FSharedStruct) == 0x000010, "Wrong size on FSharedStruct"); \ + +#define DUMPER7_ASSERTS_FConstSharedStruct \ +static_assert(alignof(FConstSharedStruct) == 0x000008, "Wrong alignment on FConstSharedStruct"); \ +static_assert(sizeof(FConstSharedStruct) == 0x000010, "Wrong size on FConstSharedStruct"); \ + +#define DUMPER7_ASSERTS_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_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_FPerPlatformFrameRate \ +static_assert(alignof(FPerPlatformFrameRate) == 0x000004, "Wrong alignment on FPerPlatformFrameRate"); \ +static_assert(sizeof(FPerPlatformFrameRate) == 0x000008, "Wrong size on FPerPlatformFrameRate"); \ +static_assert(offsetof(FPerPlatformFrameRate, Default) == 0x000000, "Member 'FPerPlatformFrameRate::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FTemplateString \ +static_assert(alignof(FTemplateString) == 0x000008, "Wrong alignment on FTemplateString"); \ +static_assert(sizeof(FTemplateString) == 0x000020, "Wrong size on FTemplateString"); \ +static_assert(offsetof(FTemplateString, Template) == 0x000000, "Member 'FTemplateString::Template' has a wrong offset!"); \ +static_assert(offsetof(FTemplateString, Resolved) == 0x000010, "Member 'FTemplateString::Resolved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProfileLocus \ +static_assert(alignof(FProfileLocus) == 0x000008, "Wrong alignment on FProfileLocus"); \ +static_assert(sizeof(FProfileLocus) == 0x000030, "Wrong size on FProfileLocus"); \ + +#define DUMPER7_ASSERTS_FSolarisProfilingData \ +static_assert(alignof(FSolarisProfilingData) == 0x000008, "Wrong alignment on FSolarisProfilingData"); \ +static_assert(sizeof(FSolarisProfilingData) == 0x000038, "Wrong size on FSolarisProfilingData"); \ + +#define DUMPER7_ASSERTS_Object_ExecuteUbergraph \ +static_assert(alignof(Object_ExecuteUbergraph) == 0x000004, "Wrong alignment on Object_ExecuteUbergraph"); \ +static_assert(sizeof(Object_ExecuteUbergraph) == 0x000004, "Wrong size on Object_ExecuteUbergraph"); \ +static_assert(offsetof(Object_ExecuteUbergraph, EntryPoint) == 0x000000, "Member 'Object_ExecuteUbergraph::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObject \ +static_assert(alignof(UObject) == 0x000008, "Wrong alignment on UObject"); \ +static_assert(sizeof(UObject) == 0x000028, "Wrong size on UObject"); \ +static_assert(offsetof(UObject, VTable) == 0x000000, "Member 'UObject::VTable' has a wrong offset!"); \ +static_assert(offsetof(UObject, Flags) == 0x000008, "Member 'UObject::Flags' has a wrong offset!"); \ +static_assert(offsetof(UObject, Index) == 0x00000C, "Member 'UObject::Index' has a wrong offset!"); \ +static_assert(offsetof(UObject, Class) == 0x000010, "Member 'UObject::Class' has a wrong offset!"); \ +static_assert(offsetof(UObject, Name) == 0x000018, "Member 'UObject::Name' has a wrong offset!"); \ +static_assert(offsetof(UObject, Outer) == 0x000020, "Member 'UObject::Outer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGCObjectReferencer \ +static_assert(alignof(UGCObjectReferencer) == 0x000008, "Wrong alignment on UGCObjectReferencer"); \ +static_assert(sizeof(UGCObjectReferencer) == 0x000038, "Wrong size on UGCObjectReferencer"); \ + +#define DUMPER7_ASSERTS_UObjectReachabilityStressData \ +static_assert(alignof(UObjectReachabilityStressData) == 0x000008, "Wrong alignment on UObjectReachabilityStressData"); \ +static_assert(sizeof(UObjectReachabilityStressData) == 0x000038, "Wrong size on UObjectReachabilityStressData"); \ +static_assert(offsetof(UObjectReachabilityStressData, Children) == 0x000028, "Member 'UObjectReachabilityStressData::Children' has a wrong offset!"); \ + +#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_UPropertyBagMissingObject \ +static_assert(alignof(UPropertyBagMissingObject) == 0x000008, "Wrong alignment on UPropertyBagMissingObject"); \ +static_assert(sizeof(UPropertyBagMissingObject) == 0x000028, "Wrong size on UPropertyBagMissingObject"); \ + +#define DUMPER7_ASSERTS_UGCBarrier \ +static_assert(alignof(UGCBarrier) == 0x000008, "Wrong alignment on UGCBarrier"); \ +static_assert(sizeof(UGCBarrier) == 0x000028, "Wrong size on UGCBarrier"); \ + +#define DUMPER7_ASSERTS_UPropertyWrapper \ +static_assert(alignof(UPropertyWrapper) == 0x000008, "Wrong alignment on UPropertyWrapper"); \ +static_assert(sizeof(UPropertyWrapper) == 0x000030, "Wrong size on UPropertyWrapper"); \ + +#define DUMPER7_ASSERTS_UMulticastDelegatePropertyWrapper \ +static_assert(alignof(UMulticastDelegatePropertyWrapper) == 0x000008, "Wrong alignment on UMulticastDelegatePropertyWrapper"); \ +static_assert(sizeof(UMulticastDelegatePropertyWrapper) == 0x000030, "Wrong size on UMulticastDelegatePropertyWrapper"); \ + +#define DUMPER7_ASSERTS_UMulticastInlineDelegatePropertyWrapper \ +static_assert(alignof(UMulticastInlineDelegatePropertyWrapper) == 0x000008, "Wrong alignment on UMulticastInlineDelegatePropertyWrapper"); \ +static_assert(sizeof(UMulticastInlineDelegatePropertyWrapper) == 0x000030, "Wrong size on UMulticastInlineDelegatePropertyWrapper"); \ + +#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_UProperty \ +static_assert(alignof(UProperty) == 0x000008, "Wrong alignment on UProperty"); \ +static_assert(sizeof(UProperty) == 0x000070, "Wrong size on UProperty"); \ + +#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"); \ +static_assert(offsetof(UByteProperty, Enum) == 0x000070, "Member 'UByteProperty::Enum' has a wrong offset!"); \ + +#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_UIntProperty \ +static_assert(alignof(UIntProperty) == 0x000008, "Wrong alignment on UIntProperty"); \ +static_assert(sizeof(UIntProperty) == 0x000070, "Wrong size on UIntProperty"); \ + +#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_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_UFloatProperty \ +static_assert(alignof(UFloatProperty) == 0x000008, "Wrong alignment on UFloatProperty"); \ +static_assert(sizeof(UFloatProperty) == 0x000070, "Wrong size on UFloatProperty"); \ + +#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_UBoolProperty \ +static_assert(alignof(UBoolProperty) == 0x000008, "Wrong alignment on UBoolProperty"); \ +static_assert(sizeof(UBoolProperty) == 0x000078, "Wrong size on UBoolProperty"); \ + +#define DUMPER7_ASSERTS_UObjectPropertyBase \ +static_assert(alignof(UObjectPropertyBase) == 0x000008, "Wrong alignment on UObjectPropertyBase"); \ +static_assert(sizeof(UObjectPropertyBase) == 0x000078, "Wrong size on UObjectPropertyBase"); \ +static_assert(offsetof(UObjectPropertyBase, PropertyClass) == 0x000070, "Member 'UObjectPropertyBase::PropertyClass' has a wrong offset!"); \ + +#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_UWeakObjectProperty \ +static_assert(alignof(UWeakObjectProperty) == 0x000008, "Wrong alignment on UWeakObjectProperty"); \ +static_assert(sizeof(UWeakObjectProperty) == 0x000078, "Wrong size on UWeakObjectProperty"); \ + +#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_USoftObjectProperty \ +static_assert(alignof(USoftObjectProperty) == 0x000008, "Wrong alignment on USoftObjectProperty"); \ +static_assert(sizeof(USoftObjectProperty) == 0x000078, "Wrong size on USoftObjectProperty"); \ + +#define DUMPER7_ASSERTS_UClassProperty \ +static_assert(alignof(UClassProperty) == 0x000008, "Wrong alignment on UClassProperty"); \ +static_assert(sizeof(UClassProperty) == 0x000080, "Wrong size on UClassProperty"); \ +static_assert(offsetof(UClassProperty, MetaClass) == 0x000078, "Member 'UClassProperty::MetaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoftClassProperty \ +static_assert(alignof(USoftClassProperty) == 0x000008, "Wrong alignment on USoftClassProperty"); \ +static_assert(sizeof(USoftClassProperty) == 0x000080, "Wrong size on USoftClassProperty"); \ +static_assert(offsetof(USoftClassProperty, MetaClass) == 0x000078, "Member 'USoftClassProperty::MetaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterfaceProperty \ +static_assert(alignof(UInterfaceProperty) == 0x000008, "Wrong alignment on UInterfaceProperty"); \ +static_assert(sizeof(UInterfaceProperty) == 0x000078, "Wrong size on UInterfaceProperty"); \ +static_assert(offsetof(UInterfaceProperty, InterfaceClass) == 0x000070, "Member 'UInterfaceProperty::InterfaceClass' has a wrong offset!"); \ + +#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_UStrProperty \ +static_assert(alignof(UStrProperty) == 0x000008, "Wrong alignment on UStrProperty"); \ +static_assert(sizeof(UStrProperty) == 0x000070, "Wrong size on UStrProperty"); \ + +#define DUMPER7_ASSERTS_UArrayProperty \ +static_assert(alignof(UArrayProperty) == 0x000008, "Wrong alignment on UArrayProperty"); \ +static_assert(sizeof(UArrayProperty) == 0x000078, "Wrong size on UArrayProperty"); \ +static_assert(offsetof(UArrayProperty, Inner) == 0x000070, "Member 'UArrayProperty::Inner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapProperty \ +static_assert(alignof(UMapProperty) == 0x000008, "Wrong alignment on UMapProperty"); \ +static_assert(sizeof(UMapProperty) == 0x000098, "Wrong size on UMapProperty"); \ +static_assert(offsetof(UMapProperty, KeyProp) == 0x000070, "Member 'UMapProperty::KeyProp' has a wrong offset!"); \ +static_assert(offsetof(UMapProperty, ValueProp) == 0x000078, "Member 'UMapProperty::ValueProp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USetProperty \ +static_assert(alignof(USetProperty) == 0x000008, "Wrong alignment on USetProperty"); \ +static_assert(sizeof(USetProperty) == 0x000090, "Wrong size on USetProperty"); \ +static_assert(offsetof(USetProperty, ElementProp) == 0x000070, "Member 'USetProperty::ElementProp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStructProperty \ +static_assert(alignof(UStructProperty) == 0x000008, "Wrong alignment on UStructProperty"); \ +static_assert(sizeof(UStructProperty) == 0x000078, "Wrong size on UStructProperty"); \ +static_assert(offsetof(UStructProperty, Struct) == 0x000070, "Member 'UStructProperty::Struct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDelegateProperty \ +static_assert(alignof(UDelegateProperty) == 0x000008, "Wrong alignment on UDelegateProperty"); \ +static_assert(sizeof(UDelegateProperty) == 0x000078, "Wrong size on UDelegateProperty"); \ +static_assert(offsetof(UDelegateProperty, SignatureFunction) == 0x000070, "Member 'UDelegateProperty::SignatureFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMulticastDelegateProperty \ +static_assert(alignof(UMulticastDelegateProperty) == 0x000008, "Wrong alignment on UMulticastDelegateProperty"); \ +static_assert(sizeof(UMulticastDelegateProperty) == 0x000078, "Wrong size on UMulticastDelegateProperty"); \ +static_assert(offsetof(UMulticastDelegateProperty, SignatureFunction) == 0x000070, "Member 'UMulticastDelegateProperty::SignatureFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMulticastInlineDelegateProperty \ +static_assert(alignof(UMulticastInlineDelegateProperty) == 0x000008, "Wrong alignment on UMulticastInlineDelegateProperty"); \ +static_assert(sizeof(UMulticastInlineDelegateProperty) == 0x000078, "Wrong size on UMulticastInlineDelegateProperty"); \ + +#define DUMPER7_ASSERTS_UMulticastSparseDelegateProperty \ +static_assert(alignof(UMulticastSparseDelegateProperty) == 0x000008, "Wrong alignment on UMulticastSparseDelegateProperty"); \ +static_assert(sizeof(UMulticastSparseDelegateProperty) == 0x000078, "Wrong size on UMulticastSparseDelegateProperty"); \ + +#define DUMPER7_ASSERTS_UEnumProperty \ +static_assert(alignof(UEnumProperty) == 0x000008, "Wrong alignment on UEnumProperty"); \ +static_assert(sizeof(UEnumProperty) == 0x000080, "Wrong size on UEnumProperty"); \ +static_assert(offsetof(UEnumProperty, UnderlyingProp) == 0x000070, "Member 'UEnumProperty::UnderlyingProp' has a wrong offset!"); \ +static_assert(offsetof(UEnumProperty, Enum) == 0x000078, "Member 'UEnumProperty::Enum' has a wrong offset!"); \ + +#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_IEditorPathObjectInterface \ +static_assert(alignof(IEditorPathObjectInterface) == 0x000001, "Wrong alignment on IEditorPathObjectInterface"); \ +static_assert(sizeof(IEditorPathObjectInterface) == 0x000001, "Wrong size on IEditorPathObjectInterface"); \ + +#define DUMPER7_ASSERTS_UTextBuffer \ +static_assert(alignof(UTextBuffer) == 0x000008, "Wrong alignment on UTextBuffer"); \ +static_assert(sizeof(UTextBuffer) == 0x000050, "Wrong size on UTextBuffer"); \ + +#define DUMPER7_ASSERTS_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!"); \ +static_assert(offsetof(UStruct, ScriptAndPropertyObjectReferences) == 0x000090, "Member 'UStruct::ScriptAndPropertyObjectReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScriptStruct \ +static_assert(alignof(UScriptStruct) == 0x000008, "Wrong alignment on UScriptStruct"); \ +static_assert(sizeof(UScriptStruct) == 0x0000C0, "Wrong size on UScriptStruct"); \ + +#define DUMPER7_ASSERTS_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_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_UUserDefinedStructEditorDataBase \ +static_assert(alignof(UUserDefinedStructEditorDataBase) == 0x000008, "Wrong alignment on UUserDefinedStructEditorDataBase"); \ +static_assert(sizeof(UUserDefinedStructEditorDataBase) == 0x000028, "Wrong size on UUserDefinedStructEditorDataBase"); \ + +#define DUMPER7_ASSERTS_UFunction \ +static_assert(alignof(UFunction) == 0x000008, "Wrong alignment on UFunction"); \ +static_assert(sizeof(UFunction) == 0x0000E0, "Wrong size on UFunction"); \ +static_assert(offsetof(UFunction, FunctionFlags) == 0x0000B0, "Member 'UFunction::FunctionFlags' has a wrong offset!"); \ +static_assert(offsetof(UFunction, ExecFunction) == 0x0000D8, "Member 'UFunction::ExecFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDelegateFunction \ +static_assert(alignof(UDelegateFunction) == 0x000008, "Wrong alignment on UDelegateFunction"); \ +static_assert(sizeof(UDelegateFunction) == 0x0000E0, "Wrong size on UDelegateFunction"); \ + +#define DUMPER7_ASSERTS_USparseDelegateFunction \ +static_assert(alignof(USparseDelegateFunction) == 0x000008, "Wrong alignment on USparseDelegateFunction"); \ +static_assert(sizeof(USparseDelegateFunction) == 0x0000F0, "Wrong size on USparseDelegateFunction"); \ + +#define DUMPER7_ASSERTS_UEnum \ +static_assert(alignof(UEnum) == 0x000008, "Wrong alignment on UEnum"); \ +static_assert(sizeof(UEnum) == 0x000070, "Wrong size on UEnum"); \ +static_assert(offsetof(UEnum, Names) == 0x000048, "Member 'UEnum::Names' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPackage \ +static_assert(alignof(UPackage) == 0x000008, "Wrong alignment on UPackage"); \ +static_assert(sizeof(UPackage) == 0x000050, "Wrong size on UPackage"); \ + +#define DUMPER7_ASSERTS_UClass \ +static_assert(alignof(UClass) == 0x000008, "Wrong alignment on UClass"); \ +static_assert(sizeof(UClass) == 0x000208, "Wrong size on UClass"); \ +static_assert(offsetof(UClass, CastFlags) == 0x0000D8, "Member 'UClass::CastFlags' has a wrong offset!"); \ +static_assert(offsetof(UClass, ClassWithin) == 0x0000E0, "Member 'UClass::ClassWithin' has a wrong offset!"); \ +static_assert(offsetof(UClass, NetFields) == 0x000100, "Member 'UClass::NetFields' has a wrong offset!"); \ +static_assert(offsetof(UClass, ClassDefaultObject) == 0x000110, "Member 'UClass::ClassDefaultObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnumCookedMetaData \ +static_assert(alignof(UEnumCookedMetaData) == 0x000008, "Wrong alignment on UEnumCookedMetaData"); \ +static_assert(sizeof(UEnumCookedMetaData) == 0x000078, "Wrong size on UEnumCookedMetaData"); \ +static_assert(offsetof(UEnumCookedMetaData, EnumMetaData) == 0x000028, "Member 'UEnumCookedMetaData::EnumMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStructCookedMetaData \ +static_assert(alignof(UStructCookedMetaData) == 0x000008, "Wrong alignment on UStructCookedMetaData"); \ +static_assert(sizeof(UStructCookedMetaData) == 0x0000C8, "Wrong size on UStructCookedMetaData"); \ +static_assert(offsetof(UStructCookedMetaData, StructMetaData) == 0x000028, "Member 'UStructCookedMetaData::StructMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClassCookedMetaData \ +static_assert(alignof(UClassCookedMetaData) == 0x000008, "Wrong alignment on UClassCookedMetaData"); \ +static_assert(sizeof(UClassCookedMetaData) == 0x000118, "Wrong size on UClassCookedMetaData"); \ +static_assert(offsetof(UClassCookedMetaData, ClassMetaData) == 0x000028, "Member 'UClassCookedMetaData::ClassMetaData' has a wrong offset!"); \ +static_assert(offsetof(UClassCookedMetaData, FunctionsMetaData) == 0x0000C8, "Member 'UClassCookedMetaData::FunctionsMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPackageMap \ +static_assert(alignof(UPackageMap) == 0x000008, "Wrong alignment on UPackageMap"); \ +static_assert(sizeof(UPackageMap) == 0x0000E0, "Wrong size on UPackageMap"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderClass \ +static_assert(alignof(ULinkerPlaceholderClass) == 0x000008, "Wrong alignment on ULinkerPlaceholderClass"); \ +static_assert(sizeof(ULinkerPlaceholderClass) == 0x0003C8, "Wrong size on ULinkerPlaceholderClass"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderExportObject \ +static_assert(alignof(ULinkerPlaceholderExportObject) == 0x000008, "Wrong alignment on ULinkerPlaceholderExportObject"); \ +static_assert(sizeof(ULinkerPlaceholderExportObject) == 0x0000F8, "Wrong size on ULinkerPlaceholderExportObject"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderFunction \ +static_assert(alignof(ULinkerPlaceholderFunction) == 0x000008, "Wrong alignment on ULinkerPlaceholderFunction"); \ +static_assert(sizeof(ULinkerPlaceholderFunction) == 0x0002A0, "Wrong size on ULinkerPlaceholderFunction"); \ + +#define DUMPER7_ASSERTS_UMetaData \ +static_assert(alignof(UMetaData) == 0x000008, "Wrong alignment on UMetaData"); \ +static_assert(sizeof(UMetaData) == 0x0000C8, "Wrong size on UMetaData"); \ + +#define DUMPER7_ASSERTS_UObjectRedirector \ +static_assert(alignof(UObjectRedirector) == 0x000008, "Wrong alignment on UObjectRedirector"); \ +static_assert(sizeof(UObjectRedirector) == 0x000030, "Wrong size on UObjectRedirector"); \ + +#define DUMPER7_ASSERTS_UVerseClass \ +static_assert(alignof(UVerseClass) == 0x000008, "Wrong alignment on UVerseClass"); \ +static_assert(sizeof(UVerseClass) == 0x0004D8, "Wrong size on UVerseClass"); \ +static_assert(offsetof(UVerseClass, SolClassFlags) == 0x000208, "Member 'UVerseClass::SolClassFlags' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, TaskClasses) == 0x000210, "Member 'UVerseClass::TaskClasses' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, InitInstanceFunction) == 0x000220, "Member 'UVerseClass::InitInstanceFunction' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, PersistentVars) == 0x000228, "Member 'UVerseClass::PersistentVars' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, SessionVars) == 0x000238, "Member 'UVerseClass::SessionVars' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, VarAccessors) == 0x000248, "Member 'UVerseClass::VarAccessors' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, ConstructorEffects) == 0x000298, "Member 'UVerseClass::ConstructorEffects' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, MangledPackageVersePath) == 0x00029C, "Member 'UVerseClass::MangledPackageVersePath' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, PackageRelativeVersePath) == 0x0002A8, "Member 'UVerseClass::PackageRelativeVersePath' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, DisplayNameToUENameFunctionMap) == 0x0002B8, "Member 'UVerseClass::DisplayNameToUENameFunctionMap' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, DirectInterfaces) == 0x000308, "Member 'UVerseClass::DirectInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, PropertiesWrittenByInitCDO) == 0x000318, "Member 'UVerseClass::PropertiesWrittenByInitCDO' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, FunctionMangledNames) == 0x000328, "Member 'UVerseClass::FunctionMangledNames' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, PredictsFunctionNames) == 0x000378, "Member 'UVerseClass::PredictsFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, PredictsVarNames) == 0x000388, "Member 'UVerseClass::PredictsVarNames' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, PredictsCoercedFunctions) == 0x0003D8, "Member 'UVerseClass::PredictsCoercedFunctions' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, IntPropertyConstraints) == 0x000428, "Member 'UVerseClass::IntPropertyConstraints' has a wrong offset!"); \ +static_assert(offsetof(UVerseClass, DoublePropertyConstraints) == 0x000478, "Member 'UVerseClass::DoublePropertyConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVerseEnum \ +static_assert(alignof(UVerseEnum) == 0x000008, "Wrong alignment on UVerseEnum"); \ +static_assert(sizeof(UVerseEnum) == 0x000090, "Wrong size on UVerseEnum"); \ +static_assert(offsetof(UVerseEnum, VerseEnumFlags) == 0x000070, "Member 'UVerseEnum::VerseEnumFlags' has a wrong offset!"); \ +static_assert(offsetof(UVerseEnum, QualifiedName) == 0x000078, "Member 'UVerseEnum::QualifiedName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVerseFunction \ +static_assert(alignof(UVerseFunction) == 0x000008, "Wrong alignment on UVerseFunction"); \ +static_assert(sizeof(UVerseFunction) == 0x0000F0, "Wrong size on UVerseFunction"); \ + +#define DUMPER7_ASSERTS_UVerseStruct \ +static_assert(alignof(UVerseStruct) == 0x000008, "Wrong alignment on UVerseStruct"); \ +static_assert(sizeof(UVerseStruct) == 0x0001B8, "Wrong size on UVerseStruct"); \ +static_assert(offsetof(UVerseStruct, VerseClassFlags) == 0x0000C0, "Member 'UVerseStruct::VerseClassFlags' has a wrong offset!"); \ +static_assert(offsetof(UVerseStruct, QualifiedName) == 0x0000C8, "Member 'UVerseStruct::QualifiedName' has a wrong offset!"); \ +static_assert(offsetof(UVerseStruct, InitFunction) == 0x0000D8, "Member 'UVerseStruct::InitFunction' has a wrong offset!"); \ +static_assert(offsetof(UVerseStruct, ModuleClass) == 0x0000E0, "Member 'UVerseStruct::ModuleClass' has a wrong offset!"); \ +static_assert(offsetof(UVerseStruct, Guid) == 0x0000E8, "Member 'UVerseStruct::Guid' has a wrong offset!"); \ +static_assert(offsetof(UVerseStruct, FactoryFunction) == 0x0000F8, "Member 'UVerseStruct::FactoryFunction' has a wrong offset!"); \ +static_assert(offsetof(UVerseStruct, OverrideFactoryFunction) == 0x000100, "Member 'UVerseStruct::OverrideFactoryFunction' has a wrong offset!"); \ +static_assert(offsetof(UVerseStruct, ConstructorEffects) == 0x000108, "Member 'UVerseStruct::ConstructorEffects' has a wrong offset!"); \ +static_assert(offsetof(UVerseStruct, IntPropertyConstraints) == 0x000110, "Member 'UVerseStruct::IntPropertyConstraints' has a wrong offset!"); \ +static_assert(offsetof(UVerseStruct, DoublePropertyConstraints) == 0x000160, "Member 'UVerseStruct::DoublePropertyConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpressionOutput \ +static_assert(alignof(FExpressionOutput) == 0x000004, "Wrong alignment on FExpressionOutput"); \ +static_assert(sizeof(FExpressionOutput) == 0x00001C, "Wrong size on FExpressionOutput"); \ +static_assert(offsetof(FExpressionOutput, OutputName) == 0x000000, "Member 'FExpressionOutput::OutputName' has a wrong offset!"); \ +static_assert(offsetof(FExpressionOutput, Mask) == 0x000008, "Member 'FExpressionOutput::Mask' has a wrong offset!"); \ +static_assert(offsetof(FExpressionOutput, MaskR) == 0x00000C, "Member 'FExpressionOutput::MaskR' has a wrong offset!"); \ +static_assert(offsetof(FExpressionOutput, MaskG) == 0x000010, "Member 'FExpressionOutput::MaskG' has a wrong offset!"); \ +static_assert(offsetof(FExpressionOutput, MaskB) == 0x000014, "Member 'FExpressionOutput::MaskB' has a wrong offset!"); \ +static_assert(offsetof(FExpressionOutput, MaskA) == 0x000018, "Member 'FExpressionOutput::MaskA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMaterialInput \ +static_assert(alignof(FMaterialInput) == 0x000008, "Wrong alignment on FMaterialInput"); \ +static_assert(sizeof(FMaterialInput) == 0x000028, "Wrong size on FMaterialInput"); \ +static_assert(offsetof(FMaterialInput, Expression) == 0x000000, "Member 'FMaterialInput::Expression' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, OutputIndex) == 0x000008, "Member 'FMaterialInput::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, InputName) == 0x00000C, "Member 'FMaterialInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, Mask) == 0x000014, "Member 'FMaterialInput::Mask' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, MaskR) == 0x000018, "Member 'FMaterialInput::MaskR' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, MaskG) == 0x00001C, "Member 'FMaterialInput::MaskG' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, MaskB) == 0x000020, "Member 'FMaterialInput::MaskB' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, MaskA) == 0x000024, "Member 'FMaterialInput::MaskA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsAssetSolverSettings \ +static_assert(alignof(FPhysicsAssetSolverSettings) == 0x000004, "Wrong alignment on FPhysicsAssetSolverSettings"); \ +static_assert(sizeof(FPhysicsAssetSolverSettings) == 0x00001C, "Wrong size on FPhysicsAssetSolverSettings"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, PositionIterations) == 0x000000, "Member 'FPhysicsAssetSolverSettings::PositionIterations' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, VelocityIterations) == 0x000004, "Member 'FPhysicsAssetSolverSettings::VelocityIterations' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, ProjectionIterations) == 0x000008, "Member 'FPhysicsAssetSolverSettings::ProjectionIterations' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, CullDistance) == 0x00000C, "Member 'FPhysicsAssetSolverSettings::CullDistance' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, MaxDepenetrationVelocity) == 0x000010, "Member 'FPhysicsAssetSolverSettings::MaxDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, FixedTimeStep) == 0x000014, "Member 'FPhysicsAssetSolverSettings::FixedTimeStep' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, bUseLinearJointSolver) == 0x000018, "Member 'FPhysicsAssetSolverSettings::bUseLinearJointSolver' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsAssetSolverSettings, bUseManifolds) == 0x000019, "Member 'FPhysicsAssetSolverSettings::bUseManifolds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBodyInstanceAsyncPhysicsTickHandle \ +static_assert(alignof(FBodyInstanceAsyncPhysicsTickHandle) == 0x000008, "Wrong alignment on FBodyInstanceAsyncPhysicsTickHandle"); \ +static_assert(sizeof(FBodyInstanceAsyncPhysicsTickHandle) == 0x000008, "Wrong size on FBodyInstanceAsyncPhysicsTickHandle"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x000038, "Wrong size on FNavAgentProperties"); \ +static_assert(offsetof(FNavAgentProperties, AgentRadius) == 0x000004, "Member 'FNavAgentProperties::AgentRadius' has a wrong offset!"); \ +static_assert(offsetof(FNavAgentProperties, AgentHeight) == 0x000008, "Member 'FNavAgentProperties::AgentHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavAgentProperties, AgentStepHeight) == 0x00000C, "Member 'FNavAgentProperties::AgentStepHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavAgentProperties, NavWalkingSearchHeightScale) == 0x000010, "Member 'FNavAgentProperties::NavWalkingSearchHeightScale' has a wrong offset!"); \ +static_assert(offsetof(FNavAgentProperties, PreferredNavData) == 0x000018, "Member 'FNavAgentProperties::PreferredNavData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorMaterialInput \ +static_assert(alignof(FColorMaterialInput) == 0x000008, "Wrong alignment on FColorMaterialInput"); \ +static_assert(sizeof(FColorMaterialInput) == 0x000040, "Wrong size on FColorMaterialInput"); \ +static_assert(offsetof(FColorMaterialInput, Constant) == 0x00002C, "Member 'FColorMaterialInput::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundTimecodeOffset \ +static_assert(alignof(FSoundTimecodeOffset) == 0x000008, "Wrong alignment on FSoundTimecodeOffset"); \ +static_assert(sizeof(FSoundTimecodeOffset) == 0x000008, "Wrong size on FSoundTimecodeOffset"); \ +static_assert(offsetof(FSoundTimecodeOffset, NumOfSecondsSinceMidnight) == 0x000000, "Member 'FSoundTimecodeOffset::NumOfSecondsSinceMidnight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDistributionLookupTable \ +static_assert(alignof(FDistributionLookupTable) == 0x000008, "Wrong alignment on FDistributionLookupTable"); \ +static_assert(sizeof(FDistributionLookupTable) == 0x000020, "Wrong size on FDistributionLookupTable"); \ +static_assert(offsetof(FDistributionLookupTable, TimeScale) == 0x000000, "Member 'FDistributionLookupTable::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, TimeBias) == 0x000004, "Member 'FDistributionLookupTable::TimeBias' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, Values) == 0x000008, "Member 'FDistributionLookupTable::Values' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, Op) == 0x000018, "Member 'FDistributionLookupTable::Op' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, EntryCount) == 0x000019, "Member 'FDistributionLookupTable::EntryCount' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, EntryStride) == 0x00001A, "Member 'FDistributionLookupTable::EntryStride' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, SubEntryStride) == 0x00001B, "Member 'FDistributionLookupTable::SubEntryStride' has a wrong offset!"); \ +static_assert(offsetof(FDistributionLookupTable, LockFlag) == 0x00001C, "Member 'FDistributionLookupTable::LockFlag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRawDistribution \ +static_assert(alignof(FRawDistribution) == 0x000008, "Wrong alignment on FRawDistribution"); \ +static_assert(sizeof(FRawDistribution) == 0x000020, "Wrong size on FRawDistribution"); \ +static_assert(offsetof(FRawDistribution, Table) == 0x000000, "Member 'FRawDistribution::Table' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRawDistributionFloat \ +static_assert(alignof(FRawDistributionFloat) == 0x000008, "Wrong alignment on FRawDistributionFloat"); \ +static_assert(sizeof(FRawDistributionFloat) == 0x000030, "Wrong size on FRawDistributionFloat"); \ +static_assert(offsetof(FRawDistributionFloat, MinValue) == 0x000020, "Member 'FRawDistributionFloat::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRawDistributionFloat, MaxValue) == 0x000024, "Member 'FRawDistributionFloat::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRawDistributionFloat, Distribution) == 0x000028, "Member 'FRawDistributionFloat::Distribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzPulseOverrideStep \ +static_assert(alignof(FQuartzPulseOverrideStep) == 0x000004, "Wrong alignment on FQuartzPulseOverrideStep"); \ +static_assert(sizeof(FQuartzPulseOverrideStep) == 0x000008, "Wrong size on FQuartzPulseOverrideStep"); \ +static_assert(offsetof(FQuartzPulseOverrideStep, NumberOfPulses) == 0x000000, "Member 'FQuartzPulseOverrideStep::NumberOfPulses' has a wrong offset!"); \ +static_assert(offsetof(FQuartzPulseOverrideStep, PulseDuration) == 0x000004, "Member 'FQuartzPulseOverrideStep::PulseDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzTimeSignature \ +static_assert(alignof(FQuartzTimeSignature) == 0x000008, "Wrong alignment on FQuartzTimeSignature"); \ +static_assert(sizeof(FQuartzTimeSignature) == 0x000018, "Wrong size on FQuartzTimeSignature"); \ +static_assert(offsetof(FQuartzTimeSignature, NumBeats) == 0x000000, "Member 'FQuartzTimeSignature::NumBeats' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTimeSignature, BeatType) == 0x000004, "Member 'FQuartzTimeSignature::BeatType' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTimeSignature, OptionalPulseOverride) == 0x000008, "Member 'FQuartzTimeSignature::OptionalPulseOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpressionInput \ +static_assert(alignof(FExpressionInput) == 0x000008, "Wrong alignment on FExpressionInput"); \ +static_assert(sizeof(FExpressionInput) == 0x000028, "Wrong size on FExpressionInput"); \ +static_assert(offsetof(FExpressionInput, Expression) == 0x000000, "Member 'FExpressionInput::Expression' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, OutputIndex) == 0x000008, "Member 'FExpressionInput::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, InputName) == 0x00000C, "Member 'FExpressionInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, Mask) == 0x000014, "Member 'FExpressionInput::Mask' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, MaskR) == 0x000018, "Member 'FExpressionInput::MaskR' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, MaskG) == 0x00001C, "Member 'FExpressionInput::MaskG' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, MaskB) == 0x000020, "Member 'FExpressionInput::MaskB' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, MaskA) == 0x000024, "Member 'FExpressionInput::MaskA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x000040, "Wrong size on FNavigationLinkBase"); \ +static_assert(offsetof(FNavigationLinkBase, LeftProjectHeight) == 0x000000, "Member 'FNavigationLinkBase::LeftProjectHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, MaxFallDownLength) == 0x000004, "Member 'FNavigationLinkBase::MaxFallDownLength' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SnapRadius) == 0x000018, "Member 'FNavigationLinkBase::SnapRadius' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SnapHeight) == 0x00001C, "Member 'FNavigationLinkBase::SnapHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SupportedAgents) == 0x000020, "Member 'FNavigationLinkBase::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, Direction) == 0x000028, "Member 'FNavigationLinkBase::Direction' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, AreaClass) == 0x000030, "Member 'FNavigationLinkBase::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationSegmentLink \ +static_assert(alignof(FNavigationSegmentLink) == 0x000008, "Wrong alignment on FNavigationSegmentLink"); \ +static_assert(sizeof(FNavigationSegmentLink) == 0x0000A0, "Wrong size on FNavigationSegmentLink"); \ +static_assert(offsetof(FNavigationSegmentLink, LeftStart) == 0x000040, "Member 'FNavigationSegmentLink::LeftStart' has a wrong offset!"); \ +static_assert(offsetof(FNavigationSegmentLink, LeftEnd) == 0x000058, "Member 'FNavigationSegmentLink::LeftEnd' has a wrong offset!"); \ +static_assert(offsetof(FNavigationSegmentLink, RightStart) == 0x000070, "Member 'FNavigationSegmentLink::RightStart' has a wrong offset!"); \ +static_assert(offsetof(FNavigationSegmentLink, RightEnd) == 0x000088, "Member 'FNavigationSegmentLink::RightEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FLightmassPointLightSettings \ +static_assert(alignof(FLightmassPointLightSettings) == 0x000004, "Wrong alignment on FLightmassPointLightSettings"); \ +static_assert(sizeof(FLightmassPointLightSettings) == 0x00000C, "Wrong size on FLightmassPointLightSettings"); \ + +#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_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_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_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_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_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_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_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_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_FFormatArgumentData \ +static_assert(alignof(FFormatArgumentData) == 0x000008, "Wrong alignment on FFormatArgumentData"); \ +static_assert(sizeof(FFormatArgumentData) == 0x000048, "Wrong size on FFormatArgumentData"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentName) == 0x000000, "Member 'FFormatArgumentData::ArgumentName' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueType) == 0x000010, "Member 'FFormatArgumentData::ArgumentValueType' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValue) == 0x000018, "Member 'FFormatArgumentData::ArgumentValue' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueInt) == 0x000028, "Member 'FFormatArgumentData::ArgumentValueInt' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueFloat) == 0x000030, "Member 'FFormatArgumentData::ArgumentValueFloat' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueDouble) == 0x000038, "Member 'FFormatArgumentData::ArgumentValueDouble' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueGender) == 0x000040, "Member 'FFormatArgumentData::ArgumentValueGender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FMaterialAttributesInput \ +static_assert(alignof(FMaterialAttributesInput) == 0x000008, "Wrong alignment on FMaterialAttributesInput"); \ +static_assert(sizeof(FMaterialAttributesInput) == 0x000030, "Wrong size on FMaterialAttributesInput"); \ +static_assert(offsetof(FMaterialAttributesInput, PropertyConnectedMask) == 0x000028, "Member 'FMaterialAttributesInput::PropertyConnectedMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FActorContainerID \ +static_assert(alignof(FActorContainerID) == 0x000004, "Wrong alignment on FActorContainerID"); \ +static_assert(sizeof(FActorContainerID) == 0x000010, "Wrong size on FActorContainerID"); \ +static_assert(offsetof(FActorContainerID, Guid) == 0x000000, "Member 'FActorContainerID::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionResolveData \ +static_assert(alignof(FWorldPartitionResolveData) == 0x000004, "Wrong alignment on FWorldPartitionResolveData"); \ +static_assert(sizeof(FWorldPartitionResolveData) == 0x000020, "Wrong size on FWorldPartitionResolveData"); \ +static_assert(offsetof(FWorldPartitionResolveData, ContainerID) == 0x000000, "Member 'FWorldPartitionResolveData::ContainerID' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionResolveData, SourceWorldAssetPath) == 0x000010, "Member 'FWorldPartitionResolveData::SourceWorldAssetPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorAnimationAttribute \ +static_assert(alignof(FVectorAnimationAttribute) == 0x000008, "Wrong alignment on FVectorAnimationAttribute"); \ +static_assert(sizeof(FVectorAnimationAttribute) == 0x000018, "Wrong size on FVectorAnimationAttribute"); \ +static_assert(offsetof(FVectorAnimationAttribute, Value) == 0x000000, "Member 'FVectorAnimationAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalarMaterialInput \ +static_assert(alignof(FScalarMaterialInput) == 0x000008, "Wrong alignment on FScalarMaterialInput"); \ +static_assert(sizeof(FScalarMaterialInput) == 0x000030, "Wrong size on FScalarMaterialInput"); \ +static_assert(offsetof(FScalarMaterialInput, Constant) == 0x00002C, "Member 'FScalarMaterialInput::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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!"); \ +static_assert(offsetof(FLinearDriveConstraint, bAccelerationMode) == 0x000060, "Member 'FLinearDriveConstraint::bAccelerationMode' 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!"); \ +static_assert(offsetof(FAngularDriveConstraint, bAccelerationMode) == 0x000061, "Member 'FAngularDriveConstraint::bAccelerationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintProfileProperties \ +static_assert(alignof(FConstraintProfileProperties) == 0x000008, "Wrong alignment on FConstraintProfileProperties"); \ +static_assert(sizeof(FConstraintProfileProperties) == 0x000160, "Wrong size on FConstraintProfileProperties"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearTolerance) == 0x000000, "Member 'FConstraintProfileProperties::ProjectionLinearTolerance' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularTolerance) == 0x000004, "Member 'FConstraintProfileProperties::ProjectionAngularTolerance' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearAlpha) == 0x000008, "Member 'FConstraintProfileProperties::ProjectionLinearAlpha' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularAlpha) == 0x00000C, "Member 'FConstraintProfileProperties::ProjectionAngularAlpha' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ShockPropagationAlpha) == 0x000010, "Member 'FConstraintProfileProperties::ShockPropagationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearBreakThreshold) == 0x000014, "Member 'FConstraintProfileProperties::LinearBreakThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityThreshold) == 0x000018, "Member 'FConstraintProfileProperties::LinearPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularBreakThreshold) == 0x00001C, "Member 'FConstraintProfileProperties::AngularBreakThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularPlasticityThreshold) == 0x000020, "Member 'FConstraintProfileProperties::AngularPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ContactTransferScale) == 0x000024, "Member 'FConstraintProfileProperties::ContactTransferScale' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearLimit) == 0x000028, "Member 'FConstraintProfileProperties::LinearLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, ConeLimit) == 0x000044, "Member 'FConstraintProfileProperties::ConeLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, TwistLimit) == 0x000064, "Member 'FConstraintProfileProperties::TwistLimit' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearDrive) == 0x000088, "Member 'FConstraintProfileProperties::LinearDrive' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, AngularDrive) == 0x0000F0, "Member 'FConstraintProfileProperties::AngularDrive' has a wrong offset!"); \ +static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityType) == 0x000158, "Member 'FConstraintProfileProperties::LinearPlasticityType' 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_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_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_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_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_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_FShadingModelMaterialInput \ +static_assert(alignof(FShadingModelMaterialInput) == 0x000008, "Wrong alignment on FShadingModelMaterialInput"); \ +static_assert(sizeof(FShadingModelMaterialInput) == 0x000028, "Wrong size on FShadingModelMaterialInput"); \ + +#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_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_FSubstrateMaterialInput \ +static_assert(alignof(FSubstrateMaterialInput) == 0x000008, "Wrong alignment on FSubstrateMaterialInput"); \ +static_assert(sizeof(FSubstrateMaterialInput) == 0x000028, "Wrong size on FSubstrateMaterialInput"); \ + +#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_FMLLevelSetModelAndBonesBinningInfo \ +static_assert(alignof(FMLLevelSetModelAndBonesBinningInfo) == 0x000008, "Wrong alignment on FMLLevelSetModelAndBonesBinningInfo"); \ +static_assert(sizeof(FMLLevelSetModelAndBonesBinningInfo) == 0x0000F0, "Wrong size on FMLLevelSetModelAndBonesBinningInfo"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, ParentBoneName) == 0x000008, "Member 'FMLLevelSetModelAndBonesBinningInfo::ParentBoneName' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, ActiveBoneNames) == 0x000018, "Member 'FMLLevelSetModelAndBonesBinningInfo::ActiveBoneNames' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, MLModelInferenceInfoDataTablePath) == 0x000028, "Member 'FMLLevelSetModelAndBonesBinningInfo::MLModelInferenceInfoDataTablePath' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, MLModelInferenceInfoDataTableIndex) == 0x000038, "Member 'FMLLevelSetModelAndBonesBinningInfo::MLModelInferenceInfoDataTableIndex' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, MLModelInferenceForIncorrectZoneInfoDataTableIndex) == 0x000048, "Member 'FMLLevelSetModelAndBonesBinningInfo::MLModelInferenceForIncorrectZoneInfoDataTableIndex' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, NumberOfRotationComponentsPerBone) == 0x000058, "Member 'FMLLevelSetModelAndBonesBinningInfo::NumberOfRotationComponentsPerBone' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, RotationComponentIndexes) == 0x000068, "Member 'FMLLevelSetModelAndBonesBinningInfo::RotationComponentIndexes' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, SignedDistanceScaling) == 0x000078, "Member 'FMLLevelSetModelAndBonesBinningInfo::SignedDistanceScaling' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, DebugGridResolution) == 0x000080, "Member 'FMLLevelSetModelAndBonesBinningInfo::DebugGridResolution' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, ReferenceBoneRotations) == 0x000090, "Member 'FMLLevelSetModelAndBonesBinningInfo::ReferenceBoneRotations' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, ReferenceBoneTranslations) == 0x0000A0, "Member 'FMLLevelSetModelAndBonesBinningInfo::ReferenceBoneTranslations' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, TrainingGridOrigin) == 0x0000B0, "Member 'FMLLevelSetModelAndBonesBinningInfo::TrainingGridOrigin' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, TrainingGridAxisX) == 0x0000C0, "Member 'FMLLevelSetModelAndBonesBinningInfo::TrainingGridAxisX' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, TrainingGridAxisY) == 0x0000D0, "Member 'FMLLevelSetModelAndBonesBinningInfo::TrainingGridAxisY' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelAndBonesBinningInfo, TrainingGridAxisZ) == 0x0000E0, "Member 'FMLLevelSetModelAndBonesBinningInfo::TrainingGridAxisZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2MaterialInput \ +static_assert(alignof(FVector2MaterialInput) == 0x000008, "Wrong alignment on FVector2MaterialInput"); \ +static_assert(sizeof(FVector2MaterialInput) == 0x000038, "Wrong size on FVector2MaterialInput"); \ +static_assert(offsetof(FVector2MaterialInput, ConstantX) == 0x00002C, "Member 'FVector2MaterialInput::ConstantX' has a wrong offset!"); \ +static_assert(offsetof(FVector2MaterialInput, ConstantY) == 0x000030, "Member 'FVector2MaterialInput::ConstantY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FVectorMaterialInput \ +static_assert(alignof(FVectorMaterialInput) == 0x000008, "Wrong alignment on FVectorMaterialInput"); \ +static_assert(sizeof(FVectorMaterialInput) == 0x000038, "Wrong size on FVectorMaterialInput"); \ +static_assert(offsetof(FVectorMaterialInput, Constant) == 0x00002C, "Member 'FVectorMaterialInput::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FQuaternionAnimationAttribute \ +static_assert(alignof(FQuaternionAnimationAttribute) == 0x000010, "Wrong alignment on FQuaternionAnimationAttribute"); \ +static_assert(sizeof(FQuaternionAnimationAttribute) == 0x000020, "Wrong size on FQuaternionAnimationAttribute"); \ +static_assert(offsetof(FQuaternionAnimationAttribute, Value) == 0x000000, "Member 'FQuaternionAnimationAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimGroupInstance \ +static_assert(alignof(FAnimGroupInstance) == 0x000008, "Wrong alignment on FAnimGroupInstance"); \ +static_assert(sizeof(FAnimGroupInstance) == 0x000078, "Wrong size on FAnimGroupInstance"); \ + +#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_FRepMovement \ +static_assert(alignof(FRepMovement) == 0x000008, "Wrong alignment on FRepMovement"); \ +static_assert(sizeof(FRepMovement) == 0x000088, "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, Acceleration) == 0x000060, "Member 'FRepMovement::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, ServerFrame) == 0x00007C, "Member 'FRepMovement::ServerFrame' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, ServerPhysicsHandle) == 0x000080, "Member 'FRepMovement::ServerPhysicsHandle' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, LocationQuantizationLevel) == 0x000084, "Member 'FRepMovement::LocationQuantizationLevel' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, VelocityQuantizationLevel) == 0x000085, "Member 'FRepMovement::VelocityQuantizationLevel' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, RotationQuantizationLevel) == 0x000086, "Member 'FRepMovement::RotationQuantizationLevel' 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_FPacketSimulationSettings \ +static_assert(alignof(FPacketSimulationSettings) == 0x000004, "Wrong alignment on FPacketSimulationSettings"); \ +static_assert(sizeof(FPacketSimulationSettings) == 0x000044, "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!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktFrameDelay) == 0x000034, "Member 'FPacketSimulationSettings::PktFrameDelay' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktIncomingFrameDelay) == 0x000038, "Member 'FPacketSimulationSettings::PktIncomingFrameDelay' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktBufferBloatInMS) == 0x00003C, "Member 'FPacketSimulationSettings::PktBufferBloatInMS' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktIncomingBufferBloatInMS) == 0x000040, "Member 'FPacketSimulationSettings::PktIncomingBufferBloatInMS' 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_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_FAnimTickRecord \ +static_assert(alignof(FAnimTickRecord) == 0x000008, "Wrong alignment on FAnimTickRecord"); \ +static_assert(sizeof(FAnimTickRecord) == 0x000078, "Wrong size on FAnimTickRecord"); \ +static_assert(offsetof(FAnimTickRecord, SourceAsset) == 0x000000, "Member 'FAnimTickRecord::SourceAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosBreakEvent \ +static_assert(alignof(FChaosBreakEvent) == 0x000010, "Wrong alignment on FChaosBreakEvent"); \ +static_assert(sizeof(FChaosBreakEvent) == 0x0000A0, "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, Orientation) == 0x000020, "Member 'FChaosBreakEvent::Orientation' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Velocity) == 0x000040, "Member 'FChaosBreakEvent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, AngularVelocity) == 0x000058, "Member 'FChaosBreakEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Extents) == 0x000070, "Member 'FChaosBreakEvent::Extents' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Mass) == 0x000088, "Member 'FChaosBreakEvent::Mass' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, Index) == 0x00008C, "Member 'FChaosBreakEvent::Index' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakEvent, bFromCrumble) == 0x000090, "Member 'FChaosBreakEvent::bFromCrumble' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataCacheDuplicatedObjectData \ +static_assert(alignof(FDataCacheDuplicatedObjectData) == 0x000008, "Wrong alignment on FDataCacheDuplicatedObjectData"); \ +static_assert(sizeof(FDataCacheDuplicatedObjectData) == 0x000010, "Wrong size on FDataCacheDuplicatedObjectData"); \ + +#define DUMPER7_ASSERTS_FInstanceCacheDataBase \ +static_assert(alignof(FInstanceCacheDataBase) == 0x000008, "Wrong alignment on FInstanceCacheDataBase"); \ +static_assert(sizeof(FInstanceCacheDataBase) == 0x000058, "Wrong size on FInstanceCacheDataBase"); \ +static_assert(offsetof(FInstanceCacheDataBase, SavedProperties) == 0x000008, "Member 'FInstanceCacheDataBase::SavedProperties' has a wrong offset!"); \ +static_assert(offsetof(FInstanceCacheDataBase, UniqueTransientPackage) == 0x000018, "Member 'FInstanceCacheDataBase::UniqueTransientPackage' has a wrong offset!"); \ +static_assert(offsetof(FInstanceCacheDataBase, DuplicatedObjects) == 0x000028, "Member 'FInstanceCacheDataBase::DuplicatedObjects' has a wrong offset!"); \ +static_assert(offsetof(FInstanceCacheDataBase, ReferencedObjects) == 0x000038, "Member 'FInstanceCacheDataBase::ReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(FInstanceCacheDataBase, ReferencedNames) == 0x000048, "Member 'FInstanceCacheDataBase::ReferencedNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorComponentInstanceData \ +static_assert(alignof(FActorComponentInstanceData) == 0x000008, "Wrong alignment on FActorComponentInstanceData"); \ +static_assert(sizeof(FActorComponentInstanceData) == 0x000068, "Wrong size on FActorComponentInstanceData"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentTemplate) == 0x000058, "Member 'FActorComponentInstanceData::SourceComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentCreationMethod) == 0x000060, "Member 'FActorComponentInstanceData::SourceComponentCreationMethod' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentTypeSerializedIndex) == 0x000064, "Member 'FActorComponentInstanceData::SourceComponentTypeSerializedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSceneComponentInstanceData \ +static_assert(alignof(FSceneComponentInstanceData) == 0x000008, "Wrong alignment on FSceneComponentInstanceData"); \ +static_assert(sizeof(FSceneComponentInstanceData) == 0x0000B8, "Wrong size on FSceneComponentInstanceData"); \ +static_assert(offsetof(FSceneComponentInstanceData, AttachedInstanceComponents) == 0x000068, "Member 'FSceneComponentInstanceData::AttachedInstanceComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrecomputedSkyLightInstanceData \ +static_assert(alignof(FPrecomputedSkyLightInstanceData) == 0x000010, "Wrong alignment on FPrecomputedSkyLightInstanceData"); \ +static_assert(sizeof(FPrecomputedSkyLightInstanceData) == 0x000180, "Wrong size on FPrecomputedSkyLightInstanceData"); \ +static_assert(offsetof(FPrecomputedSkyLightInstanceData, OriginalLightGuid) == 0x0000B8, "Member 'FPrecomputedSkyLightInstanceData::OriginalLightGuid' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedSkyLightInstanceData, LightGuid) == 0x0000C8, "Member 'FPrecomputedSkyLightInstanceData::LightGuid' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedSkyLightInstanceData, AverageBrightness) == 0x0000D8, "Member 'FPrecomputedSkyLightInstanceData::AverageBrightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionChaosEventBodyInfo \ +static_assert(alignof(FCollisionChaosEventBodyInfo) == 0x000008, "Wrong alignment on FCollisionChaosEventBodyInfo"); \ +static_assert(sizeof(FCollisionChaosEventBodyInfo) == 0x000070, "Wrong size on FCollisionChaosEventBodyInfo"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, Velocity) == 0x000000, "Member 'FCollisionChaosEventBodyInfo::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, DeltaVelocity) == 0x000018, "Member 'FCollisionChaosEventBodyInfo::DeltaVelocity' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, AngularVelocity) == 0x000030, "Member 'FCollisionChaosEventBodyInfo::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, Mass) == 0x000048, "Member 'FCollisionChaosEventBodyInfo::Mass' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, PhysMaterial) == 0x000050, "Member 'FCollisionChaosEventBodyInfo::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, Component) == 0x000058, "Member 'FCollisionChaosEventBodyInfo::Component' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, BodyIndex) == 0x000060, "Member 'FCollisionChaosEventBodyInfo::BodyIndex' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEventBodyInfo, BoneName) == 0x000064, "Member 'FCollisionChaosEventBodyInfo::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionChaosEvent \ +static_assert(alignof(FCollisionChaosEvent) == 0x000008, "Wrong alignment on FCollisionChaosEvent"); \ +static_assert(sizeof(FCollisionChaosEvent) == 0x000130, "Wrong size on FCollisionChaosEvent"); \ +static_assert(offsetof(FCollisionChaosEvent, Location) == 0x000000, "Member 'FCollisionChaosEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, AccumulatedImpulse) == 0x000018, "Member 'FCollisionChaosEvent::AccumulatedImpulse' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, Normal) == 0x000030, "Member 'FCollisionChaosEvent::Normal' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, PenetrationDepth) == 0x000048, "Member 'FCollisionChaosEvent::PenetrationDepth' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, Body1) == 0x000050, "Member 'FCollisionChaosEvent::Body1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionChaosEvent, Body2) == 0x0000C0, "Member 'FCollisionChaosEvent::Body2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FPoseLinkBase \ +static_assert(alignof(FPoseLinkBase) == 0x000008, "Wrong alignment on FPoseLinkBase"); \ +static_assert(sizeof(FPoseLinkBase) == 0x000010, "Wrong size on FPoseLinkBase"); \ +static_assert(offsetof(FPoseLinkBase, LinkID) == 0x000008, "Member 'FPoseLinkBase::LinkID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComponentSpacePoseLink \ +static_assert(alignof(FComponentSpacePoseLink) == 0x000008, "Wrong alignment on FComponentSpacePoseLink"); \ +static_assert(sizeof(FComponentSpacePoseLink) == 0x000010, "Wrong size on FComponentSpacePoseLink"); \ + +#define DUMPER7_ASSERTS_FAnimNode_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_FSoundDebugEntry \ +static_assert(alignof(FSoundDebugEntry) == 0x000008, "Wrong alignment on FSoundDebugEntry"); \ +static_assert(sizeof(FSoundDebugEntry) == 0x000028, "Wrong size on FSoundDebugEntry"); \ +static_assert(offsetof(FSoundDebugEntry, DebugName) == 0x000000, "Member 'FSoundDebugEntry::DebugName' has a wrong offset!"); \ +static_assert(offsetof(FSoundDebugEntry, Sound) == 0x000008, "Member 'FSoundDebugEntry::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosCrumblingEvent \ +static_assert(alignof(FChaosCrumblingEvent) == 0x000010, "Wrong alignment on FChaosCrumblingEvent"); \ +static_assert(sizeof(FChaosCrumblingEvent) == 0x0000C0, "Wrong size on FChaosCrumblingEvent"); \ +static_assert(offsetof(FChaosCrumblingEvent, Component) == 0x000000, "Member 'FChaosCrumblingEvent::Component' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, Location) == 0x000008, "Member 'FChaosCrumblingEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, Orientation) == 0x000020, "Member 'FChaosCrumblingEvent::Orientation' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, LinearVelocity) == 0x000040, "Member 'FChaosCrumblingEvent::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, AngularVelocity) == 0x000058, "Member 'FChaosCrumblingEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, Mass) == 0x000070, "Member 'FChaosCrumblingEvent::Mass' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, LocalBounds) == 0x000078, "Member 'FChaosCrumblingEvent::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(FChaosCrumblingEvent, Children) == 0x0000B0, "Member 'FChaosCrumblingEvent::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrajectorySample \ +static_assert(alignof(FTrajectorySample) == 0x000010, "Wrong alignment on FTrajectorySample"); \ +static_assert(sizeof(FTrajectorySample) == 0x000090, "Wrong size on FTrajectorySample"); \ +static_assert(offsetof(FTrajectorySample, AccumulatedSeconds) == 0x000000, "Member 'FTrajectorySample::AccumulatedSeconds' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySample, Transform) == 0x000010, "Member 'FTrajectorySample::Transform' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySample, LinearVelocity) == 0x000070, "Member 'FTrajectorySample::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FAnimCurveBase \ +static_assert(alignof(FAnimCurveBase) == 0x000004, "Wrong alignment on FAnimCurveBase"); \ +static_assert(sizeof(FAnimCurveBase) == 0x00000C, "Wrong size on FAnimCurveBase"); \ +static_assert(offsetof(FAnimCurveBase, CurveName) == 0x000000, "Member 'FAnimCurveBase::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimCurveBase, CurveTypeFlags) == 0x000008, "Member 'FAnimCurveBase::CurveTypeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatCurve \ +static_assert(alignof(FFloatCurve) == 0x000008, "Wrong alignment on FFloatCurve"); \ +static_assert(sizeof(FFloatCurve) == 0x000090, "Wrong size on FFloatCurve"); \ +static_assert(offsetof(FFloatCurve, FloatCurve) == 0x000010, "Member 'FFloatCurve::FloatCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorCurve \ +static_assert(alignof(FVectorCurve) == 0x000008, "Wrong alignment on FVectorCurve"); \ +static_assert(sizeof(FVectorCurve) == 0x000190, "Wrong size on FVectorCurve"); \ +static_assert(offsetof(FVectorCurve, FloatCurves) == 0x000010, "Member 'FVectorCurve::FloatCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformCurve \ +static_assert(alignof(FTransformCurve) == 0x000008, "Wrong alignment on FTransformCurve"); \ +static_assert(sizeof(FTransformCurve) == 0x0004C0, "Wrong size on FTransformCurve"); \ +static_assert(offsetof(FTransformCurve, TranslationCurve) == 0x000010, "Member 'FTransformCurve::TranslationCurve' has a wrong offset!"); \ +static_assert(offsetof(FTransformCurve, RotationCurve) == 0x0001A0, "Member 'FTransformCurve::RotationCurve' has a wrong offset!"); \ +static_assert(offsetof(FTransformCurve, ScaleCurve) == 0x000330, "Member 'FTransformCurve::ScaleCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FVector_NetQuantize \ +static_assert(alignof(FVector_NetQuantize) == 0x000008, "Wrong alignment on FVector_NetQuantize"); \ +static_assert(sizeof(FVector_NetQuantize) == 0x000018, "Wrong size on FVector_NetQuantize"); \ + +#define DUMPER7_ASSERTS_FVector_NetQuantizeNormal \ +static_assert(alignof(FVector_NetQuantizeNormal) == 0x000008, "Wrong alignment on FVector_NetQuantizeNormal"); \ +static_assert(sizeof(FVector_NetQuantizeNormal) == 0x000018, "Wrong size on FVector_NetQuantizeNormal"); \ + +#define DUMPER7_ASSERTS_FActorInstanceHandle \ +static_assert(alignof(FActorInstanceHandle) == 0x000008, "Wrong alignment on FActorInstanceHandle"); \ +static_assert(sizeof(FActorInstanceHandle) == 0x000020, "Wrong size on FActorInstanceHandle"); \ +static_assert(offsetof(FActorInstanceHandle, ReferenceObject) == 0x000000, "Member 'FActorInstanceHandle::ReferenceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitResult \ +static_assert(alignof(FHitResult) == 0x000008, "Wrong alignment on FHitResult"); \ +static_assert(sizeof(FHitResult) == 0x000100, "Wrong size on FHitResult"); \ +static_assert(offsetof(FHitResult, FaceIndex) == 0x000000, "Member 'FHitResult::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Time) == 0x000004, "Member 'FHitResult::Time' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Distance) == 0x000008, "Member 'FHitResult::Distance' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Location) == 0x000010, "Member 'FHitResult::Location' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, ImpactPoint) == 0x000028, "Member 'FHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Normal) == 0x000040, "Member 'FHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, ImpactNormal) == 0x000058, "Member 'FHitResult::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, TraceStart) == 0x000070, "Member 'FHitResult::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, TraceEnd) == 0x000088, "Member 'FHitResult::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, PenetrationDepth) == 0x0000A0, "Member 'FHitResult::PenetrationDepth' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, MyItem) == 0x0000A4, "Member 'FHitResult::MyItem' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Item) == 0x0000A8, "Member 'FHitResult::Item' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, ElementIndex) == 0x0000AC, "Member 'FHitResult::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, PhysMaterial) == 0x0000B0, "Member 'FHitResult::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, HitObjectHandle) == 0x0000B8, "Member 'FHitResult::HitObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, Component) == 0x0000D8, "Member 'FHitResult::Component' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, BoneName) == 0x0000F0, "Member 'FHitResult::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, MyBoneName) == 0x0000F8, "Member 'FHitResult::MyBoneName' 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_FPoseLink \ +static_assert(alignof(FPoseLink) == 0x000008, "Wrong alignment on FPoseLink"); \ +static_assert(sizeof(FPoseLink) == 0x000010, "Wrong size on FPoseLink"); \ + +#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_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_FLightingChannels \ +static_assert(alignof(FLightingChannels) == 0x000001, "Wrong alignment on FLightingChannels"); \ +static_assert(sizeof(FLightingChannels) == 0x000001, "Wrong size on FLightingChannels"); \ + +#define DUMPER7_ASSERTS_FBaseComponentReference \ +static_assert(alignof(FBaseComponentReference) == 0x000008, "Wrong alignment on FBaseComponentReference"); \ +static_assert(sizeof(FBaseComponentReference) == 0x000020, "Wrong size on FBaseComponentReference"); \ +static_assert(offsetof(FBaseComponentReference, ComponentProperty) == 0x000000, "Member 'FBaseComponentReference::ComponentProperty' has a wrong offset!"); \ +static_assert(offsetof(FBaseComponentReference, PathToComponent) == 0x000008, "Member 'FBaseComponentReference::PathToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshOptimizationSettings \ +static_assert(alignof(FSkeletalMeshOptimizationSettings) == 0x000004, "Wrong alignment on FSkeletalMeshOptimizationSettings"); \ +static_assert(sizeof(FSkeletalMeshOptimizationSettings) == 0x00003C, "Wrong size on FSkeletalMeshOptimizationSettings"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, TerminationCriterion) == 0x000000, "Member 'FSkeletalMeshOptimizationSettings::TerminationCriterion' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, NumOfTrianglesPercentage) == 0x000004, "Member 'FSkeletalMeshOptimizationSettings::NumOfTrianglesPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, NumOfVertPercentage) == 0x000008, "Member 'FSkeletalMeshOptimizationSettings::NumOfVertPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxNumOfTriangles) == 0x00000C, "Member 'FSkeletalMeshOptimizationSettings::MaxNumOfTriangles' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxNumOfVerts) == 0x000010, "Member 'FSkeletalMeshOptimizationSettings::MaxNumOfVerts' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxDeviationPercentage) == 0x000014, "Member 'FSkeletalMeshOptimizationSettings::MaxDeviationPercentage' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, ReductionMethod) == 0x000018, "Member 'FSkeletalMeshOptimizationSettings::ReductionMethod' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, SilhouetteImportance) == 0x000019, "Member 'FSkeletalMeshOptimizationSettings::SilhouetteImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, TextureImportance) == 0x00001A, "Member 'FSkeletalMeshOptimizationSettings::TextureImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, ShadingImportance) == 0x00001B, "Member 'FSkeletalMeshOptimizationSettings::ShadingImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, SkinningImportance) == 0x00001C, "Member 'FSkeletalMeshOptimizationSettings::SkinningImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, WeldingThreshold) == 0x000020, "Member 'FSkeletalMeshOptimizationSettings::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, NormalsThreshold) == 0x000024, "Member 'FSkeletalMeshOptimizationSettings::NormalsThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxBonesPerVertex) == 0x000028, "Member 'FSkeletalMeshOptimizationSettings::MaxBonesPerVertex' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, VolumeImportance) == 0x000030, "Member 'FSkeletalMeshOptimizationSettings::VolumeImportance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, BaseLOD) == 0x000038, "Member 'FSkeletalMeshOptimizationSettings::BaseLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FTickFunction \ +static_assert(alignof(FTickFunction) == 0x000008, "Wrong alignment on FTickFunction"); \ +static_assert(sizeof(FTickFunction) == 0x000028, "Wrong size on FTickFunction"); \ +static_assert(offsetof(FTickFunction, TickGroup) == 0x000008, "Member 'FTickFunction::TickGroup' has a wrong offset!"); \ +static_assert(offsetof(FTickFunction, EndTickGroup) == 0x000009, "Member 'FTickFunction::EndTickGroup' has a wrong offset!"); \ +static_assert(offsetof(FTickFunction, TickInterval) == 0x00000C, "Member 'FTickFunction::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleSystemWorldManagerTickFunction \ +static_assert(alignof(FParticleSystemWorldManagerTickFunction) == 0x000008, "Wrong alignment on FParticleSystemWorldManagerTickFunction"); \ +static_assert(sizeof(FParticleSystemWorldManagerTickFunction) == 0x000030, "Wrong size on FParticleSystemWorldManagerTickFunction"); \ + +#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_FKSphereElem \ +static_assert(alignof(FKSphereElem) == 0x000008, "Wrong alignment on FKSphereElem"); \ +static_assert(sizeof(FKSphereElem) == 0x000050, "Wrong size on FKSphereElem"); \ +static_assert(offsetof(FKSphereElem, Center) == 0x000030, "Member 'FKSphereElem::Center' has a wrong offset!"); \ +static_assert(offsetof(FKSphereElem, Radius) == 0x000048, "Member 'FKSphereElem::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKBoxElem \ +static_assert(alignof(FKBoxElem) == 0x000008, "Wrong alignment on FKBoxElem"); \ +static_assert(sizeof(FKBoxElem) == 0x000070, "Wrong size on FKBoxElem"); \ +static_assert(offsetof(FKBoxElem, Center) == 0x000030, "Member 'FKBoxElem::Center' has a wrong offset!"); \ +static_assert(offsetof(FKBoxElem, Rotation) == 0x000048, "Member 'FKBoxElem::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FKBoxElem, X) == 0x000060, "Member 'FKBoxElem::X' has a wrong offset!"); \ +static_assert(offsetof(FKBoxElem, Y) == 0x000064, "Member 'FKBoxElem::Y' has a wrong offset!"); \ +static_assert(offsetof(FKBoxElem, Z) == 0x000068, "Member 'FKBoxElem::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKSphylElem \ +static_assert(alignof(FKSphylElem) == 0x000008, "Wrong alignment on FKSphylElem"); \ +static_assert(sizeof(FKSphylElem) == 0x000068, "Wrong size on FKSphylElem"); \ +static_assert(offsetof(FKSphylElem, Center) == 0x000030, "Member 'FKSphylElem::Center' has a wrong offset!"); \ +static_assert(offsetof(FKSphylElem, Rotation) == 0x000048, "Member 'FKSphylElem::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FKSphylElem, Radius) == 0x000060, "Member 'FKSphylElem::Radius' has a wrong offset!"); \ +static_assert(offsetof(FKSphylElem, Length) == 0x000064, "Member 'FKSphylElem::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKConvexElem \ +static_assert(alignof(FKConvexElem) == 0x000010, "Wrong alignment on FKConvexElem"); \ +static_assert(sizeof(FKConvexElem) == 0x000100, "Wrong size on FKConvexElem"); \ +static_assert(offsetof(FKConvexElem, VertexData) == 0x000030, "Member 'FKConvexElem::VertexData' has a wrong offset!"); \ +static_assert(offsetof(FKConvexElem, IndexData) == 0x000040, "Member 'FKConvexElem::IndexData' has a wrong offset!"); \ +static_assert(offsetof(FKConvexElem, ElemBox) == 0x000050, "Member 'FKConvexElem::ElemBox' has a wrong offset!"); \ +static_assert(offsetof(FKConvexElem, Transform) == 0x000090, "Member 'FKConvexElem::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKTaperedCapsuleElem \ +static_assert(alignof(FKTaperedCapsuleElem) == 0x000008, "Wrong alignment on FKTaperedCapsuleElem"); \ +static_assert(sizeof(FKTaperedCapsuleElem) == 0x000070, "Wrong size on FKTaperedCapsuleElem"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Center) == 0x000030, "Member 'FKTaperedCapsuleElem::Center' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Rotation) == 0x000048, "Member 'FKTaperedCapsuleElem::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Radius0) == 0x000060, "Member 'FKTaperedCapsuleElem::Radius0' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Radius1) == 0x000064, "Member 'FKTaperedCapsuleElem::Radius1' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, Length) == 0x000068, "Member 'FKTaperedCapsuleElem::Length' has a wrong offset!"); \ +static_assert(offsetof(FKTaperedCapsuleElem, bOneSidedCollision) == 0x00006C, "Member 'FKTaperedCapsuleElem::bOneSidedCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKLevelSetElem \ +static_assert(alignof(FKLevelSetElem) == 0x000010, "Wrong alignment on FKLevelSetElem"); \ +static_assert(sizeof(FKLevelSetElem) == 0x0000A0, "Wrong size on FKLevelSetElem"); \ +static_assert(offsetof(FKLevelSetElem, Transform) == 0x000030, "Member 'FKLevelSetElem::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKSkinnedLevelSetElem \ +static_assert(alignof(FKSkinnedLevelSetElem) == 0x000008, "Wrong alignment on FKSkinnedLevelSetElem"); \ +static_assert(sizeof(FKSkinnedLevelSetElem) == 0x000038, "Wrong size on FKSkinnedLevelSetElem"); \ + +#define DUMPER7_ASSERTS_FKMLLevelSetElem \ +static_assert(alignof(FKMLLevelSetElem) == 0x000008, "Wrong alignment on FKMLLevelSetElem"); \ +static_assert(sizeof(FKMLLevelSetElem) == 0x000050, "Wrong size on FKMLLevelSetElem"); \ +static_assert(offsetof(FKMLLevelSetElem, NNESignedDistanceModelData) == 0x000040, "Member 'FKMLLevelSetElem::NNESignedDistanceModelData' has a wrong offset!"); \ +static_assert(offsetof(FKMLLevelSetElem, NNEIncorrectZoneModelData) == 0x000048, "Member 'FKMLLevelSetElem::NNEIncorrectZoneModelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKSkinnedTriangleMeshElem \ +static_assert(alignof(FKSkinnedTriangleMeshElem) == 0x000008, "Wrong alignment on FKSkinnedTriangleMeshElem"); \ +static_assert(sizeof(FKSkinnedTriangleMeshElem) == 0x000038, "Wrong size on FKSkinnedTriangleMeshElem"); \ + +#define DUMPER7_ASSERTS_FKAggregateGeom \ +static_assert(alignof(FKAggregateGeom) == 0x000008, "Wrong alignment on FKAggregateGeom"); \ +static_assert(sizeof(FKAggregateGeom) == 0x0000A0, "Wrong size on FKAggregateGeom"); \ +static_assert(offsetof(FKAggregateGeom, SphereElems) == 0x000000, "Member 'FKAggregateGeom::SphereElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, BoxElems) == 0x000010, "Member 'FKAggregateGeom::BoxElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, SphylElems) == 0x000020, "Member 'FKAggregateGeom::SphylElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, ConvexElems) == 0x000030, "Member 'FKAggregateGeom::ConvexElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, TaperedCapsuleElems) == 0x000040, "Member 'FKAggregateGeom::TaperedCapsuleElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, LevelSetElems) == 0x000050, "Member 'FKAggregateGeom::LevelSetElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, SkinnedLevelSetElems) == 0x000060, "Member 'FKAggregateGeom::SkinnedLevelSetElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, MLLevelSetElems) == 0x000070, "Member 'FKAggregateGeom::MLLevelSetElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, SkinnedTriangleMeshElems) == 0x000080, "Member 'FKAggregateGeom::SkinnedTriangleMeshElems' 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_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_FStaticParameterBase \ +static_assert(alignof(FStaticParameterBase) == 0x000004, "Wrong alignment on FStaticParameterBase"); \ +static_assert(sizeof(FStaticParameterBase) == 0x000024, "Wrong size on FStaticParameterBase"); \ +static_assert(offsetof(FStaticParameterBase, ParameterInfo) == 0x000000, "Member 'FStaticParameterBase::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterBase, bOverride) == 0x000010, "Member 'FStaticParameterBase::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterBase, ExpressionGUID) == 0x000014, "Member 'FStaticParameterBase::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticSwitchParameter \ +static_assert(alignof(FStaticSwitchParameter) == 0x000004, "Wrong alignment on FStaticSwitchParameter"); \ +static_assert(sizeof(FStaticSwitchParameter) == 0x000028, "Wrong size on FStaticSwitchParameter"); \ +static_assert(offsetof(FStaticSwitchParameter, Value) == 0x000024, "Member 'FStaticSwitchParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayersFunctionsRuntimeData \ +static_assert(alignof(FMaterialLayersFunctionsRuntimeData) == 0x000008, "Wrong alignment on FMaterialLayersFunctionsRuntimeData"); \ +static_assert(sizeof(FMaterialLayersFunctionsRuntimeData) == 0x000030, "Wrong size on FMaterialLayersFunctionsRuntimeData"); \ +static_assert(offsetof(FMaterialLayersFunctionsRuntimeData, Layers) == 0x000000, "Member 'FMaterialLayersFunctionsRuntimeData::Layers' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsRuntimeData, Blends) == 0x000010, "Member 'FMaterialLayersFunctionsRuntimeData::Blends' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterSetRuntimeData \ +static_assert(alignof(FStaticParameterSetRuntimeData) == 0x000008, "Wrong alignment on FStaticParameterSetRuntimeData"); \ +static_assert(sizeof(FStaticParameterSetRuntimeData) == 0x000048, "Wrong size on FStaticParameterSetRuntimeData"); \ +static_assert(offsetof(FStaticParameterSetRuntimeData, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSetRuntimeData::StaticSwitchParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSetRuntimeData, MaterialLayers) == 0x000010, "Member 'FStaticParameterSetRuntimeData::MaterialLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FRootMotionFinishVelocitySettings \ +static_assert(alignof(FRootMotionFinishVelocitySettings) == 0x000008, "Wrong alignment on FRootMotionFinishVelocitySettings"); \ +static_assert(sizeof(FRootMotionFinishVelocitySettings) == 0x000020, "Wrong size on FRootMotionFinishVelocitySettings"); \ +static_assert(offsetof(FRootMotionFinishVelocitySettings, Mode) == 0x000000, "Member 'FRootMotionFinishVelocitySettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionFinishVelocitySettings, ClampVelocity) == 0x000004, "Member 'FRootMotionFinishVelocitySettings::ClampVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionFinishVelocitySettings, SetVelocity) == 0x000008, "Member 'FRootMotionFinishVelocitySettings::SetVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionMovementParams \ +static_assert(alignof(FRootMotionMovementParams) == 0x000010, "Wrong alignment on FRootMotionMovementParams"); \ +static_assert(sizeof(FRootMotionMovementParams) == 0x000070, "Wrong size on FRootMotionMovementParams"); \ +static_assert(offsetof(FRootMotionMovementParams, bHasRootMotion) == 0x000000, "Member 'FRootMotionMovementParams::bHasRootMotion' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionMovementParams, BlendWeight) == 0x000004, "Member 'FRootMotionMovementParams::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionMovementParams, RootMotionTransform) == 0x000010, "Member 'FRootMotionMovementParams::RootMotionTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource \ +static_assert(alignof(FRootMotionSource) == 0x000010, "Wrong alignment on FRootMotionSource"); \ +static_assert(sizeof(FRootMotionSource) == 0x0000C0, "Wrong size on FRootMotionSource"); \ +static_assert(offsetof(FRootMotionSource, Priority) == 0x000008, "Member 'FRootMotionSource::Priority' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, LocalID) == 0x00000A, "Member 'FRootMotionSource::LocalID' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, InstanceName) == 0x00000C, "Member 'FRootMotionSource::InstanceName' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, StartTime) == 0x000014, "Member 'FRootMotionSource::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, CurrentTime) == 0x000018, "Member 'FRootMotionSource::CurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, PreviousTime) == 0x00001C, "Member 'FRootMotionSource::PreviousTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, Duration) == 0x000020, "Member 'FRootMotionSource::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, Status) == 0x000024, "Member 'FRootMotionSource::Status' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, Settings) == 0x000025, "Member 'FRootMotionSource::Settings' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, AccumulateMode) == 0x000026, "Member 'FRootMotionSource::AccumulateMode' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, bInLocalSpace) == 0x000027, "Member 'FRootMotionSource::bInLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, RootMotionParams) == 0x000030, "Member 'FRootMotionSource::RootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource, FinishVelocityParams) == 0x0000A0, "Member 'FRootMotionSource::FinishVelocityParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubtitleCue \ +static_assert(alignof(FSubtitleCue) == 0x000008, "Wrong alignment on FSubtitleCue"); \ +static_assert(sizeof(FSubtitleCue) == 0x000018, "Wrong size on FSubtitleCue"); \ +static_assert(offsetof(FSubtitleCue, Text) == 0x000000, "Member 'FSubtitleCue::Text' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleCue, Time) == 0x000010, "Member 'FSubtitleCue::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataDrivenShaderPlatformInfoInput \ +static_assert(alignof(FDataDrivenShaderPlatformInfoInput) == 0x000004, "Wrong alignment on FDataDrivenShaderPlatformInfoInput"); \ +static_assert(sizeof(FDataDrivenShaderPlatformInfoInput) == 0x00000C, "Wrong size on FDataDrivenShaderPlatformInfoInput"); \ +static_assert(offsetof(FDataDrivenShaderPlatformInfoInput, InputName) == 0x000000, "Member 'FDataDrivenShaderPlatformInfoInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenShaderPlatformInfoInput, PropertyCondition) == 0x000008, "Member 'FDataDrivenShaderPlatformInfoInput::PropertyCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimLinkableElement \ +static_assert(alignof(FAnimLinkableElement) == 0x000008, "Wrong alignment on FAnimLinkableElement"); \ +static_assert(sizeof(FAnimLinkableElement) == 0x000030, "Wrong size on FAnimLinkableElement"); \ +static_assert(offsetof(FAnimLinkableElement, LinkedMontage) == 0x000008, "Member 'FAnimLinkableElement::LinkedMontage' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, SlotIndex) == 0x000010, "Member 'FAnimLinkableElement::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, SegmentIndex) == 0x000014, "Member 'FAnimLinkableElement::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, LinkMethod) == 0x000018, "Member 'FAnimLinkableElement::LinkMethod' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, CachedLinkMethod) == 0x000019, "Member 'FAnimLinkableElement::CachedLinkMethod' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, SegmentBeginTime) == 0x00001C, "Member 'FAnimLinkableElement::SegmentBeginTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, SegmentLength) == 0x000020, "Member 'FAnimLinkableElement::SegmentLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, LinkValue) == 0x000024, "Member 'FAnimLinkableElement::LinkValue' has a wrong offset!"); \ +static_assert(offsetof(FAnimLinkableElement, LinkedSequence) == 0x000028, "Member 'FAnimLinkableElement::LinkedSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyEvent \ +static_assert(alignof(FAnimNotifyEvent) == 0x000008, "Wrong alignment on FAnimNotifyEvent"); \ +static_assert(sizeof(FAnimNotifyEvent) == 0x0000B8, "Wrong size on FAnimNotifyEvent"); \ +static_assert(offsetof(FAnimNotifyEvent, TriggerTimeOffset) == 0x000030, "Member 'FAnimNotifyEvent::TriggerTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, EndTriggerTimeOffset) == 0x000034, "Member 'FAnimNotifyEvent::EndTriggerTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, TriggerWeightThreshold) == 0x000038, "Member 'FAnimNotifyEvent::TriggerWeightThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyName) == 0x00003C, "Member 'FAnimNotifyEvent::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, Notify) == 0x000048, "Member 'FAnimNotifyEvent::Notify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyStateClass) == 0x000050, "Member 'FAnimNotifyEvent::NotifyStateClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, Duration) == 0x000058, "Member 'FAnimNotifyEvent::Duration' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, EndLink) == 0x000060, "Member 'FAnimNotifyEvent::EndLink' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, bConvertedFromBranchingPoint) == 0x000090, "Member 'FAnimNotifyEvent::bConvertedFromBranchingPoint' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, MontageTickType) == 0x000091, "Member 'FAnimNotifyEvent::MontageTickType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyTriggerChance) == 0x000094, "Member 'FAnimNotifyEvent::NotifyTriggerChance' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyFilterType) == 0x000098, "Member 'FAnimNotifyEvent::NotifyFilterType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyFilterLOD) == 0x00009C, "Member 'FAnimNotifyEvent::NotifyFilterLOD' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, bCanBeFilteredViaRequest) == 0x0000A0, "Member 'FAnimNotifyEvent::bCanBeFilteredViaRequest' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, bTriggerOnDedicatedServer) == 0x0000A1, "Member 'FAnimNotifyEvent::bTriggerOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, bTriggerOnFollower) == 0x0000A2, "Member 'FAnimNotifyEvent::bTriggerOnFollower' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, TrackIndex) == 0x0000A4, "Member 'FAnimNotifyEvent::TrackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftComponentReference \ +static_assert(alignof(FSoftComponentReference) == 0x000008, "Wrong alignment on FSoftComponentReference"); \ +static_assert(sizeof(FSoftComponentReference) == 0x000048, "Wrong size on FSoftComponentReference"); \ +static_assert(offsetof(FSoftComponentReference, OtherActor) == 0x000020, "Member 'FSoftComponentReference::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FNavAvoidanceMask \ +static_assert(alignof(FNavAvoidanceMask) == 0x000004, "Wrong alignment on FNavAvoidanceMask"); \ +static_assert(sizeof(FNavAvoidanceMask) == 0x000004, "Wrong size on FNavAvoidanceMask"); \ + +#define DUMPER7_ASSERTS_FAnimCurveType \ +static_assert(alignof(FAnimCurveType) == 0x000001, "Wrong alignment on FAnimCurveType"); \ +static_assert(sizeof(FAnimCurveType) == 0x000002, "Wrong size on FAnimCurveType"); \ +static_assert(offsetof(FAnimCurveType, bMaterial) == 0x000000, "Member 'FAnimCurveType::bMaterial' has a wrong offset!"); \ +static_assert(offsetof(FAnimCurveType, bMorphtarget) == 0x000001, "Member 'FAnimCurveType::bMorphtarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderCompilerSinglePermutationStat \ +static_assert(alignof(FShaderCompilerSinglePermutationStat) == 0x000008, "Wrong alignment on FShaderCompilerSinglePermutationStat"); \ +static_assert(sizeof(FShaderCompilerSinglePermutationStat) == 0x000020, "Wrong size on FShaderCompilerSinglePermutationStat"); \ +static_assert(offsetof(FShaderCompilerSinglePermutationStat, PermutationHash) == 0x000000, "Member 'FShaderCompilerSinglePermutationStat::PermutationHash' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerSinglePermutationStat, PermutationString) == 0x000008, "Member 'FShaderCompilerSinglePermutationStat::PermutationString' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerSinglePermutationStat, Compiled) == 0x00000C, "Member 'FShaderCompilerSinglePermutationStat::Compiled' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerSinglePermutationStat, Cooked) == 0x000010, "Member 'FShaderCompilerSinglePermutationStat::Cooked' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerSinglePermutationStat, CompiledDouble) == 0x000014, "Member 'FShaderCompilerSinglePermutationStat::CompiledDouble' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerSinglePermutationStat, CookedDouble) == 0x000018, "Member 'FShaderCompilerSinglePermutationStat::CookedDouble' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHardwareDeviceIdentifier \ +static_assert(alignof(FHardwareDeviceIdentifier) == 0x000004, "Wrong alignment on FHardwareDeviceIdentifier"); \ +static_assert(sizeof(FHardwareDeviceIdentifier) == 0x000018, "Wrong size on FHardwareDeviceIdentifier"); \ +static_assert(offsetof(FHardwareDeviceIdentifier, InputClassName) == 0x000000, "Member 'FHardwareDeviceIdentifier::InputClassName' has a wrong offset!"); \ +static_assert(offsetof(FHardwareDeviceIdentifier, HardwareDeviceIdentifier) == 0x000008, "Member 'FHardwareDeviceIdentifier::HardwareDeviceIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FHardwareDeviceIdentifier, PrimaryDeviceType) == 0x000010, "Member 'FHardwareDeviceIdentifier::PrimaryDeviceType' has a wrong offset!"); \ +static_assert(offsetof(FHardwareDeviceIdentifier, SupportedFeaturesMask) == 0x000014, "Member 'FHardwareDeviceIdentifier::SupportedFeaturesMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FBoneNode \ +static_assert(alignof(FBoneNode) == 0x000001, "Wrong alignment on FBoneNode"); \ +static_assert(sizeof(FBoneNode) == 0x000001, "Wrong size on FBoneNode"); \ +static_assert(offsetof(FBoneNode, TranslationRetargetingMode) == 0x000000, "Member 'FBoneNode::TranslationRetargetingMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FBranchingPointNotifyPayload \ +static_assert(alignof(FBranchingPointNotifyPayload) == 0x000008, "Wrong alignment on FBranchingPointNotifyPayload"); \ +static_assert(sizeof(FBranchingPointNotifyPayload) == 0x000020, "Wrong size on FBranchingPointNotifyPayload"); \ + +#define DUMPER7_ASSERTS_FDisplacementScaling \ +static_assert(alignof(FDisplacementScaling) == 0x000004, "Wrong alignment on FDisplacementScaling"); \ +static_assert(sizeof(FDisplacementScaling) == 0x000008, "Wrong size on FDisplacementScaling"); \ +static_assert(offsetof(FDisplacementScaling, Magnitude) == 0x000000, "Member 'FDisplacementScaling::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FDisplacementScaling, Center) == 0x000004, "Member 'FDisplacementScaling::Center' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDisplacementFadeRange \ +static_assert(alignof(FDisplacementFadeRange) == 0x000004, "Wrong alignment on FDisplacementFadeRange"); \ +static_assert(sizeof(FDisplacementFadeRange) == 0x000008, "Wrong size on FDisplacementFadeRange"); \ +static_assert(offsetof(FDisplacementFadeRange, StartSizePixels) == 0x000000, "Member 'FDisplacementFadeRange::StartSizePixels' has a wrong offset!"); \ +static_assert(offsetof(FDisplacementFadeRange, EndSizePixels) == 0x000004, "Member 'FDisplacementFadeRange::EndSizePixels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialInstanceBasePropertyOverrides \ +static_assert(alignof(FMaterialInstanceBasePropertyOverrides) == 0x000004, "Wrong alignment on FMaterialInstanceBasePropertyOverrides"); \ +static_assert(sizeof(FMaterialInstanceBasePropertyOverrides) == 0x000020, "Wrong size on FMaterialInstanceBasePropertyOverrides"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, BlendMode) == 0x000003, "Member 'FMaterialInstanceBasePropertyOverrides::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, ShadingModel) == 0x000004, "Member 'FMaterialInstanceBasePropertyOverrides::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, OpacityMaskClipValue) == 0x000008, "Member 'FMaterialInstanceBasePropertyOverrides::OpacityMaskClipValue' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, DisplacementScaling) == 0x00000C, "Member 'FMaterialInstanceBasePropertyOverrides::DisplacementScaling' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, DisplacementFadeRange) == 0x000014, "Member 'FMaterialInstanceBasePropertyOverrides::DisplacementFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, MaxWorldPositionOffsetDisplacement) == 0x00001C, "Member 'FMaterialInstanceBasePropertyOverrides::MaxWorldPositionOffsetDisplacement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FActorComponentTickFunction \ +static_assert(alignof(FActorComponentTickFunction) == 0x000008, "Wrong alignment on FActorComponentTickFunction"); \ +static_assert(sizeof(FActorComponentTickFunction) == 0x000030, "Wrong size on FActorComponentTickFunction"); \ + +#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_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_FNetworkPhysicsRewindDataProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataProxy) == 0x000018, "Wrong size on FNetworkPhysicsRewindDataProxy"); \ +static_assert(offsetof(FNetworkPhysicsRewindDataProxy, Owner) == 0x000008, "Member 'FNetworkPhysicsRewindDataProxy::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsRewindDataDeltaSourceInputProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataDeltaSourceInputProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataDeltaSourceInputProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataDeltaSourceInputProxy) == 0x000018, "Wrong size on FNetworkPhysicsRewindDataDeltaSourceInputProxy"); \ + +#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_FConstraintInstanceBase \ +static_assert(alignof(FConstraintInstanceBase) == 0x000008, "Wrong alignment on FConstraintInstanceBase"); \ +static_assert(sizeof(FConstraintInstanceBase) == 0x000048, "Wrong size on FConstraintInstanceBase"); \ + +#define DUMPER7_ASSERTS_FComponentReference \ +static_assert(alignof(FComponentReference) == 0x000008, "Wrong alignment on FComponentReference"); \ +static_assert(sizeof(FComponentReference) == 0x000028, "Wrong size on FComponentReference"); \ +static_assert(offsetof(FComponentReference, OtherActor) == 0x000020, "Member 'FComponentReference::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInertializationPoseDiff \ +static_assert(alignof(FInertializationPoseDiff) == 0x000008, "Wrong alignment on FInertializationPoseDiff"); \ +static_assert(sizeof(FInertializationPoseDiff) == 0x000038, "Wrong size on FInertializationPoseDiff"); \ + +#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_FInputClampState \ +static_assert(alignof(FInputClampState) == 0x000004, "Wrong alignment on FInputClampState"); \ +static_assert(sizeof(FInputClampState) == 0x000008, "Wrong size on FInputClampState"); \ + +#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_FAnimSubsystem \ +static_assert(alignof(FAnimSubsystem) == 0x000008, "Wrong alignment on FAnimSubsystem"); \ +static_assert(sizeof(FAnimSubsystem) == 0x000008, "Wrong size on FAnimSubsystem"); \ + +#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_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_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_FMaterialExpressionMaterialCacheAttribute \ +static_assert(alignof(FMaterialExpressionMaterialCacheAttribute) == 0x000008, "Wrong alignment on FMaterialExpressionMaterialCacheAttribute"); \ +static_assert(sizeof(FMaterialExpressionMaterialCacheAttribute) == 0x000040, "Wrong size on FMaterialExpressionMaterialCacheAttribute"); \ +static_assert(offsetof(FMaterialExpressionMaterialCacheAttribute, Decoration) == 0x000000, "Member 'FMaterialExpressionMaterialCacheAttribute::Decoration' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionMaterialCacheAttribute, ValueType) == 0x000010, "Member 'FMaterialExpressionMaterialCacheAttribute::ValueType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionMaterialCacheAttribute, Input) == 0x000018, "Member 'FMaterialExpressionMaterialCacheAttribute::Input' 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_FSwitchCustomInput \ +static_assert(alignof(FSwitchCustomInput) == 0x000008, "Wrong alignment on FSwitchCustomInput"); \ +static_assert(sizeof(FSwitchCustomInput) == 0x000030, "Wrong size on FSwitchCustomInput"); \ +static_assert(offsetof(FSwitchCustomInput, InputName) == 0x000000, "Member 'FSwitchCustomInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FSwitchCustomInput, Input) == 0x000008, "Member 'FSwitchCustomInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothPhysicsProperties_Legacy \ +static_assert(alignof(FClothPhysicsProperties_Legacy) == 0x000004, "Wrong alignment on FClothPhysicsProperties_Legacy"); \ +static_assert(sizeof(FClothPhysicsProperties_Legacy) == 0x000050, "Wrong size on FClothPhysicsProperties_Legacy"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, VerticalResistance) == 0x000000, "Member 'FClothPhysicsProperties_Legacy::VerticalResistance' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, HorizontalResistance) == 0x000004, "Member 'FClothPhysicsProperties_Legacy::HorizontalResistance' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, BendResistance) == 0x000008, "Member 'FClothPhysicsProperties_Legacy::BendResistance' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, ShearResistance) == 0x00000C, "Member 'FClothPhysicsProperties_Legacy::ShearResistance' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, Friction) == 0x000010, "Member 'FClothPhysicsProperties_Legacy::Friction' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, Damping) == 0x000014, "Member 'FClothPhysicsProperties_Legacy::Damping' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, TetherStiffness) == 0x000018, "Member 'FClothPhysicsProperties_Legacy::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, TetherLimit) == 0x00001C, "Member 'FClothPhysicsProperties_Legacy::TetherLimit' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, Drag) == 0x000020, "Member 'FClothPhysicsProperties_Legacy::Drag' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, StiffnessFrequency) == 0x000024, "Member 'FClothPhysicsProperties_Legacy::StiffnessFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, GravityScale) == 0x000028, "Member 'FClothPhysicsProperties_Legacy::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, MassScale) == 0x00002C, "Member 'FClothPhysicsProperties_Legacy::MassScale' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, InertiaBlend) == 0x000030, "Member 'FClothPhysicsProperties_Legacy::InertiaBlend' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionThickness) == 0x000034, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionSquashScale) == 0x000038, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionSquashScale' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionStiffness) == 0x00003C, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, SolverFrequency) == 0x000040, "Member 'FClothPhysicsProperties_Legacy::SolverFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberCompression) == 0x000044, "Member 'FClothPhysicsProperties_Legacy::FiberCompression' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberExpansion) == 0x000048, "Member 'FClothPhysicsProperties_Legacy::FiberExpansion' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberResistance) == 0x00004C, "Member 'FClothPhysicsProperties_Legacy::FiberResistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothingAssetData_Legacy \ +static_assert(alignof(FClothingAssetData_Legacy) == 0x000008, "Wrong alignment on FClothingAssetData_Legacy"); \ +static_assert(sizeof(FClothingAssetData_Legacy) == 0x000070, "Wrong size on FClothingAssetData_Legacy"); \ +static_assert(offsetof(FClothingAssetData_Legacy, AssetName) == 0x000000, "Member 'FClothingAssetData_Legacy::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FClothingAssetData_Legacy, ApexFileName) == 0x000008, "Member 'FClothingAssetData_Legacy::ApexFileName' has a wrong offset!"); \ +static_assert(offsetof(FClothingAssetData_Legacy, bClothPropertiesChanged) == 0x000018, "Member 'FClothingAssetData_Legacy::bClothPropertiesChanged' has a wrong offset!"); \ +static_assert(offsetof(FClothingAssetData_Legacy, PhysicsProperties) == 0x00001C, "Member 'FClothingAssetData_Legacy::PhysicsProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FMaterialProxySettings \ +static_assert(alignof(FMaterialProxySettings) == 0x000008, "Wrong alignment on FMaterialProxySettings"); \ +static_assert(sizeof(FMaterialProxySettings) == 0x0000A0, "Wrong size on FMaterialProxySettings"); \ +static_assert(offsetof(FMaterialProxySettings, TextureSizingType) == 0x000000, "Member 'FMaterialProxySettings::TextureSizingType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, TextureSize) == 0x000004, "Member 'FMaterialProxySettings::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, TargetTexelDensityPerMeter) == 0x00000C, "Member 'FMaterialProxySettings::TargetTexelDensityPerMeter' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MeshMaxScreenSizePercent) == 0x000010, "Member 'FMaterialProxySettings::MeshMaxScreenSizePercent' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MeshMinDrawDistance) == 0x000018, "Member 'FMaterialProxySettings::MeshMinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, GutterSpace) == 0x000020, "Member 'FMaterialProxySettings::GutterSpace' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MetallicConstant) == 0x000024, "Member 'FMaterialProxySettings::MetallicConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, RoughnessConstant) == 0x000028, "Member 'FMaterialProxySettings::RoughnessConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AnisotropyConstant) == 0x00002C, "Member 'FMaterialProxySettings::AnisotropyConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, SpecularConstant) == 0x000030, "Member 'FMaterialProxySettings::SpecularConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityConstant) == 0x000034, "Member 'FMaterialProxySettings::OpacityConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityMaskConstant) == 0x000038, "Member 'FMaterialProxySettings::OpacityMaskConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionConstant) == 0x00003C, "Member 'FMaterialProxySettings::AmbientOcclusionConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MaterialMergeType) == 0x000040, "Member 'FMaterialProxySettings::MaterialMergeType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, BlendMode) == 0x000041, "Member 'FMaterialProxySettings::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, DiffuseTextureSize) == 0x000044, "Member 'FMaterialProxySettings::DiffuseTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, NormalTextureSize) == 0x00004C, "Member 'FMaterialProxySettings::NormalTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, TangentTextureSize) == 0x000054, "Member 'FMaterialProxySettings::TangentTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MetallicTextureSize) == 0x00005C, "Member 'FMaterialProxySettings::MetallicTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, RoughnessTextureSize) == 0x000064, "Member 'FMaterialProxySettings::RoughnessTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AnisotropyTextureSize) == 0x00006C, "Member 'FMaterialProxySettings::AnisotropyTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, SpecularTextureSize) == 0x000074, "Member 'FMaterialProxySettings::SpecularTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, EmissiveTextureSize) == 0x00007C, "Member 'FMaterialProxySettings::EmissiveTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityTextureSize) == 0x000084, "Member 'FMaterialProxySettings::OpacityTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityMaskTextureSize) == 0x00008C, "Member 'FMaterialProxySettings::OpacityMaskTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionTextureSize) == 0x000094, "Member 'FMaterialProxySettings::AmbientOcclusionTextureSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshDisplacementMap \ +static_assert(alignof(FMeshDisplacementMap) == 0x000008, "Wrong alignment on FMeshDisplacementMap"); \ +static_assert(sizeof(FMeshDisplacementMap) == 0x000010, "Wrong size on FMeshDisplacementMap"); \ +static_assert(offsetof(FMeshDisplacementMap, Texture) == 0x000000, "Member 'FMeshDisplacementMap::Texture' has a wrong offset!"); \ +static_assert(offsetof(FMeshDisplacementMap, Magnitude) == 0x000008, "Member 'FMeshDisplacementMap::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FMeshDisplacementMap, Center) == 0x00000C, "Member 'FMeshDisplacementMap::Center' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNaniteAssemblyPart \ +static_assert(alignof(FNaniteAssemblyPart) == 0x000008, "Wrong alignment on FNaniteAssemblyPart"); \ +static_assert(sizeof(FNaniteAssemblyPart) == 0x000030, "Wrong size on FNaniteAssemblyPart"); \ +static_assert(offsetof(FNaniteAssemblyPart, MeshObjectPath) == 0x000000, "Member 'FNaniteAssemblyPart::MeshObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FNaniteAssemblyPart, MaterialRemap) == 0x000020, "Member 'FNaniteAssemblyPart::MaterialRemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNaniteAssemblyBoneInfluence \ +static_assert(alignof(FNaniteAssemblyBoneInfluence) == 0x000004, "Wrong alignment on FNaniteAssemblyBoneInfluence"); \ +static_assert(sizeof(FNaniteAssemblyBoneInfluence) == 0x000008, "Wrong size on FNaniteAssemblyBoneInfluence"); \ +static_assert(offsetof(FNaniteAssemblyBoneInfluence, BoneIndex) == 0x000000, "Member 'FNaniteAssemblyBoneInfluence::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FNaniteAssemblyBoneInfluence, BoneWeight) == 0x000004, "Member 'FNaniteAssemblyBoneInfluence::BoneWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNaniteAssemblyNode \ +static_assert(alignof(FNaniteAssemblyNode) == 0x000010, "Wrong alignment on FNaniteAssemblyNode"); \ +static_assert(sizeof(FNaniteAssemblyNode) == 0x000050, "Wrong size on FNaniteAssemblyNode"); \ +static_assert(offsetof(FNaniteAssemblyNode, PartIndex) == 0x000000, "Member 'FNaniteAssemblyNode::PartIndex' has a wrong offset!"); \ +static_assert(offsetof(FNaniteAssemblyNode, TransformSpace) == 0x000004, "Member 'FNaniteAssemblyNode::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FNaniteAssemblyNode, Transform) == 0x000010, "Member 'FNaniteAssemblyNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FNaniteAssemblyNode, BoneInfluences) == 0x000040, "Member 'FNaniteAssemblyNode::BoneInfluences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNaniteAssemblyData \ +static_assert(alignof(FNaniteAssemblyData) == 0x000008, "Wrong alignment on FNaniteAssemblyData"); \ +static_assert(sizeof(FNaniteAssemblyData) == 0x000020, "Wrong size on FNaniteAssemblyData"); \ +static_assert(offsetof(FNaniteAssemblyData, Parts) == 0x000000, "Member 'FNaniteAssemblyData::Parts' has a wrong offset!"); \ +static_assert(offsetof(FNaniteAssemblyData, Nodes) == 0x000010, "Member 'FNaniteAssemblyData::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshNaniteSettings \ +static_assert(alignof(FMeshNaniteSettings) == 0x000008, "Wrong alignment on FMeshNaniteSettings"); \ +static_assert(sizeof(FMeshNaniteSettings) == 0x000070, "Wrong size on FMeshNaniteSettings"); \ +static_assert(offsetof(FMeshNaniteSettings, ShapePreservation) == 0x000001, "Member 'FMeshNaniteSettings::ShapePreservation' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, PositionPrecision) == 0x000004, "Member 'FMeshNaniteSettings::PositionPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, NormalPrecision) == 0x000008, "Member 'FMeshNaniteSettings::NormalPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, TangentPrecision) == 0x00000C, "Member 'FMeshNaniteSettings::TangentPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, BoneWeightPrecision) == 0x000010, "Member 'FMeshNaniteSettings::BoneWeightPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, TargetMinimumResidencyInKB) == 0x000014, "Member 'FMeshNaniteSettings::TargetMinimumResidencyInKB' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, KeepPercentTriangles) == 0x000018, "Member 'FMeshNaniteSettings::KeepPercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, TrimRelativeError) == 0x00001C, "Member 'FMeshNaniteSettings::TrimRelativeError' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, GenerateFallback) == 0x000020, "Member 'FMeshNaniteSettings::GenerateFallback' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, FallbackTarget) == 0x000021, "Member 'FMeshNaniteSettings::FallbackTarget' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, FallbackPercentTriangles) == 0x000024, "Member 'FMeshNaniteSettings::FallbackPercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, FallbackRelativeError) == 0x000028, "Member 'FMeshNaniteSettings::FallbackRelativeError' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, MaxEdgeLengthFactor) == 0x00002C, "Member 'FMeshNaniteSettings::MaxEdgeLengthFactor' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, NumRays) == 0x000030, "Member 'FMeshNaniteSettings::NumRays' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, VoxelLevel) == 0x000034, "Member 'FMeshNaniteSettings::VoxelLevel' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, RayBackUp) == 0x000038, "Member 'FMeshNaniteSettings::RayBackUp' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, DisplacementUVChannel) == 0x00003C, "Member 'FMeshNaniteSettings::DisplacementUVChannel' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, DisplacementMaps) == 0x000040, "Member 'FMeshNaniteSettings::DisplacementMaps' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, NaniteAssemblyData) == 0x000050, "Member 'FMeshNaniteSettings::NaniteAssemblyData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshProxySettings \ +static_assert(alignof(FMeshProxySettings) == 0x000008, "Wrong alignment on FMeshProxySettings"); \ +static_assert(sizeof(FMeshProxySettings) == 0x000130, "Wrong size on FMeshProxySettings"); \ +static_assert(offsetof(FMeshProxySettings, ScreenSize) == 0x000000, "Member 'FMeshProxySettings::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, VoxelSize) == 0x000004, "Member 'FMeshProxySettings::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, MaterialSettings) == 0x000008, "Member 'FMeshProxySettings::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, MergeDistance) == 0x0000A8, "Member 'FMeshProxySettings::MergeDistance' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, UnresolvedGeometryColor) == 0x0000AC, "Member 'FMeshProxySettings::UnresolvedGeometryColor' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, MaxRayCastDist) == 0x0000B0, "Member 'FMeshProxySettings::MaxRayCastDist' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, HardAngleThreshold) == 0x0000B4, "Member 'FMeshProxySettings::HardAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, LightMapResolution) == 0x0000B8, "Member 'FMeshProxySettings::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, NormalCalculationMethod) == 0x0000BC, "Member 'FMeshProxySettings::NormalCalculationMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, LandscapeCullingPrecision) == 0x0000BD, "Member 'FMeshProxySettings::LandscapeCullingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, NaniteSettings) == 0x0000C0, "Member 'FMeshProxySettings::NaniteSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FInertializationRequest \ +static_assert(alignof(FInertializationRequest) == 0x000008, "Wrong alignment on FInertializationRequest"); \ +static_assert(sizeof(FInertializationRequest) == 0x000058, "Wrong size on FInertializationRequest"); \ +static_assert(offsetof(FInertializationRequest, Duration) == 0x000000, "Member 'FInertializationRequest::Duration' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, BlendProfile) == 0x000008, "Member 'FInertializationRequest::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, bUseBlendMode) == 0x000010, "Member 'FInertializationRequest::bUseBlendMode' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, BlendMode) == 0x000011, "Member 'FInertializationRequest::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, CustomBlendCurve) == 0x000018, "Member 'FInertializationRequest::CustomBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, Tag) == 0x000020, "Member 'FInertializationRequest::Tag' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, Description) == 0x000028, "Member 'FInertializationRequest::Description' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, DescriptionString) == 0x000038, "Member 'FInertializationRequest::DescriptionString' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, NodeID) == 0x000048, "Member 'FInertializationRequest::NodeID' has a wrong offset!"); \ +static_assert(offsetof(FInertializationRequest, AnimInstance) == 0x000050, "Member 'FInertializationRequest::AnimInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimInstanceProxy \ +static_assert(alignof(FAnimInstanceProxy) == 0x000010, "Wrong alignment on FAnimInstanceProxy"); \ +static_assert(sizeof(FAnimInstanceProxy) == 0x000790, "Wrong size on FAnimInstanceProxy"); \ +static_assert(offsetof(FAnimInstanceProxy, SlotGroupInertializationRequestDataMap) == 0x0006C0, "Member 'FAnimInstanceProxy::SlotGroupInertializationRequestDataMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSingleNodeInstanceProxy \ +static_assert(alignof(FAnimSingleNodeInstanceProxy) == 0x000010, "Wrong alignment on FAnimSingleNodeInstanceProxy"); \ +static_assert(sizeof(FAnimSingleNodeInstanceProxy) == 0x000890, "Wrong size on FAnimSingleNodeInstanceProxy"); \ + +#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_FCharacterMovementComponentPrePhysicsTickFunction \ +static_assert(alignof(FCharacterMovementComponentPrePhysicsTickFunction) == 0x000008, "Wrong alignment on FCharacterMovementComponentPrePhysicsTickFunction"); \ +static_assert(sizeof(FCharacterMovementComponentPrePhysicsTickFunction) == 0x000030, "Wrong size on FCharacterMovementComponentPrePhysicsTickFunction"); \ + +#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_FPropertyAccessSegment \ +static_assert(alignof(FPropertyAccessSegment) == 0x000008, "Wrong alignment on FPropertyAccessSegment"); \ +static_assert(sizeof(FPropertyAccessSegment) == 0x000040, "Wrong size on FPropertyAccessSegment"); \ +static_assert(offsetof(FPropertyAccessSegment, Name) == 0x000000, "Member 'FPropertyAccessSegment::Name' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, Struct) == 0x000008, "Member 'FPropertyAccessSegment::Struct' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, Property) == 0x000010, "Member 'FPropertyAccessSegment::Property' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, Function) == 0x000030, "Member 'FPropertyAccessSegment::Function' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, ArrayIndex) == 0x000038, "Member 'FPropertyAccessSegment::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessSegment, Flags) == 0x00003C, "Member 'FPropertyAccessSegment::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessPath \ +static_assert(alignof(FPropertyAccessPath) == 0x000004, "Wrong alignment on FPropertyAccessPath"); \ +static_assert(sizeof(FPropertyAccessPath) == 0x000008, "Wrong size on FPropertyAccessPath"); \ +static_assert(offsetof(FPropertyAccessPath, PathSegmentStartIndex) == 0x000000, "Member 'FPropertyAccessPath::PathSegmentStartIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessPath, PathSegmentCount) == 0x000004, "Member 'FPropertyAccessPath::PathSegmentCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessCopy \ +static_assert(alignof(FPropertyAccessCopy) == 0x000004, "Wrong alignment on FPropertyAccessCopy"); \ +static_assert(sizeof(FPropertyAccessCopy) == 0x000010, "Wrong size on FPropertyAccessCopy"); \ +static_assert(offsetof(FPropertyAccessCopy, AccessIndex) == 0x000000, "Member 'FPropertyAccessCopy::AccessIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessCopy, DestAccessStartIndex) == 0x000004, "Member 'FPropertyAccessCopy::DestAccessStartIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessCopy, DestAccessEndIndex) == 0x000008, "Member 'FPropertyAccessCopy::DestAccessEndIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessCopy, Type) == 0x00000C, "Member 'FPropertyAccessCopy::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessCopyBatch \ +static_assert(alignof(FPropertyAccessCopyBatch) == 0x000008, "Wrong alignment on FPropertyAccessCopyBatch"); \ +static_assert(sizeof(FPropertyAccessCopyBatch) == 0x000010, "Wrong size on FPropertyAccessCopyBatch"); \ +static_assert(offsetof(FPropertyAccessCopyBatch, Copies) == 0x000000, "Member 'FPropertyAccessCopyBatch::Copies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyAccessLibrary \ +static_assert(alignof(FPropertyAccessLibrary) == 0x000008, "Wrong alignment on FPropertyAccessLibrary"); \ +static_assert(sizeof(FPropertyAccessLibrary) == 0x000078, "Wrong size on FPropertyAccessLibrary"); \ +static_assert(offsetof(FPropertyAccessLibrary, PathSegments) == 0x000000, "Member 'FPropertyAccessLibrary::PathSegments' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessLibrary, SrcPaths) == 0x000010, "Member 'FPropertyAccessLibrary::SrcPaths' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessLibrary, DestPaths) == 0x000020, "Member 'FPropertyAccessLibrary::DestPaths' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessLibrary, CopyBatchArray) == 0x000030, "Member 'FPropertyAccessLibrary::CopyBatchArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystem_PropertyAccess \ +static_assert(alignof(FAnimSubsystem_PropertyAccess) == 0x000008, "Wrong alignment on FAnimSubsystem_PropertyAccess"); \ +static_assert(sizeof(FAnimSubsystem_PropertyAccess) == 0x000080, "Wrong size on FAnimSubsystem_PropertyAccess"); \ +static_assert(offsetof(FAnimSubsystem_PropertyAccess, Library) == 0x000008, "Member 'FAnimSubsystem_PropertyAccess::Library' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FCollisionResponse \ +static_assert(alignof(FCollisionResponse) == 0x000008, "Wrong alignment on FCollisionResponse"); \ +static_assert(sizeof(FCollisionResponse) == 0x000030, "Wrong size on FCollisionResponse"); \ +static_assert(offsetof(FCollisionResponse, ResponseToChannels) == 0x000000, "Member 'FCollisionResponse::ResponseToChannels' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponse, ResponseArray) == 0x000020, "Member 'FCollisionResponse::ResponseArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBodyInstance \ +static_assert(alignof(FBodyInstance) == 0x000008, "Wrong alignment on FBodyInstance"); \ +static_assert(sizeof(FBodyInstance) == 0x000180, "Wrong size on FBodyInstance"); \ +static_assert(offsetof(FBodyInstance, PositionSolverIterationCount) == 0x000012, "Member 'FBodyInstance::PositionSolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, VelocitySolverIterationCount) == 0x000013, "Member 'FBodyInstance::VelocitySolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, ProjectionSolverIterationCount) == 0x000014, "Member 'FBodyInstance::ProjectionSolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, ObjectType) == 0x000015, "Member 'FBodyInstance::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CollisionEnabled) == 0x000017, "Member 'FBodyInstance::CollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, SleepFamily) == 0x000039, "Member 'FBodyInstance::SleepFamily' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, DOFMode) == 0x00003A, "Member 'FBodyInstance::DOFMode' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, SolverAsyncDeltaTime) == 0x000040, "Member 'FBodyInstance::SolverAsyncDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CollisionProfileName) == 0x000044, "Member 'FBodyInstance::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CollisionResponses) == 0x000068, "Member 'FBodyInstance::CollisionResponses' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MaxDepenetrationVelocity) == 0x000098, "Member 'FBodyInstance::MaxDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MassInKgOverride) == 0x00009C, "Member 'FBodyInstance::MassInKgOverride' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, LinearDamping) == 0x0000A8, "Member 'FBodyInstance::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, AngularDamping) == 0x0000AC, "Member 'FBodyInstance::AngularDamping' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CustomDOFPlaneNormal) == 0x0000B0, "Member 'FBodyInstance::CustomDOFPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, COMNudge) == 0x0000C8, "Member 'FBodyInstance::COMNudge' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MassScale) == 0x0000E0, "Member 'FBodyInstance::MassScale' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, GravityGroupIndex) == 0x0000E4, "Member 'FBodyInstance::GravityGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, InertiaTensorScale) == 0x0000E8, "Member 'FBodyInstance::InertiaTensorScale' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, WalkableSlopeOverride) == 0x000110, "Member 'FBodyInstance::WalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, PhysMaterialOverride) == 0x000120, "Member 'FBodyInstance::PhysMaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MaxAngularVelocity) == 0x000128, "Member 'FBodyInstance::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CustomSleepThresholdMultiplier) == 0x00012C, "Member 'FBodyInstance::CustomSleepThresholdMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, StabilizationThresholdMultiplier) == 0x000130, "Member 'FBodyInstance::StabilizationThresholdMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, PhysicsBlendWeight) == 0x000134, "Member 'FBodyInstance::PhysicsBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSyncMarker \ +static_assert(alignof(FAnimSyncMarker) == 0x000004, "Wrong alignment on FAnimSyncMarker"); \ +static_assert(sizeof(FAnimSyncMarker) == 0x00000C, "Wrong size on FAnimSyncMarker"); \ +static_assert(offsetof(FAnimSyncMarker, MarkerName) == 0x000000, "Member 'FAnimSyncMarker::MarkerName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSyncMarker, Time) == 0x000008, "Member 'FAnimSyncMarker::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineMeshComponentDescriptorBase \ +static_assert(alignof(FSplineMeshComponentDescriptorBase) == 0x000008, "Wrong alignment on FSplineMeshComponentDescriptorBase"); \ +static_assert(sizeof(FSplineMeshComponentDescriptorBase) == 0x0001C8, "Wrong size on FSplineMeshComponentDescriptorBase"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, Hash) == 0x000008, "Member 'FSplineMeshComponentDescriptorBase::Hash' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, ComponentClass) == 0x000010, "Member 'FSplineMeshComponentDescriptorBase::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, Mobility) == 0x000018, "Member 'FSplineMeshComponentDescriptorBase::Mobility' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, VirtualTextureRenderPassType) == 0x000019, "Member 'FSplineMeshComponentDescriptorBase::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, LightmapType) == 0x00001A, "Member 'FSplineMeshComponentDescriptorBase::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, LightingChannels) == 0x00001B, "Member 'FSplineMeshComponentDescriptorBase::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, RayTracingGroupId) == 0x00001C, "Member 'FSplineMeshComponentDescriptorBase::RayTracingGroupId' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, RayTracingGroupCullingPriority) == 0x000020, "Member 'FSplineMeshComponentDescriptorBase::RayTracingGroupCullingPriority' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, bHasCustomNavigableGeometry) == 0x000021, "Member 'FSplineMeshComponentDescriptorBase::bHasCustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, CustomDepthStencilWriteMask) == 0x000022, "Member 'FSplineMeshComponentDescriptorBase::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, BodyInstance) == 0x000028, "Member 'FSplineMeshComponentDescriptorBase::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, VirtualTextureCullMips) == 0x0001A8, "Member 'FSplineMeshComponentDescriptorBase::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, TranslucencySortPriority) == 0x0001AC, "Member 'FSplineMeshComponentDescriptorBase::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, OverriddenLightMapRes) == 0x0001B0, "Member 'FSplineMeshComponentDescriptorBase::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, CustomDepthStencilValue) == 0x0001B4, "Member 'FSplineMeshComponentDescriptorBase::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, WorldPositionOffsetDisableDistance) == 0x0001BC, "Member 'FSplineMeshComponentDescriptorBase::WorldPositionOffsetDisableDistance' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, ShadowCacheInvalidationBehavior) == 0x0001C0, "Member 'FSplineMeshComponentDescriptorBase::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptorBase, DetailMode) == 0x0001C1, "Member 'FSplineMeshComponentDescriptorBase::DetailMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftSplineMeshComponentDescriptor \ +static_assert(alignof(FSoftSplineMeshComponentDescriptor) == 0x000008, "Wrong alignment on FSoftSplineMeshComponentDescriptor"); \ +static_assert(sizeof(FSoftSplineMeshComponentDescriptor) == 0x000238, "Wrong size on FSoftSplineMeshComponentDescriptor"); \ +static_assert(offsetof(FSoftSplineMeshComponentDescriptor, StaticMesh) == 0x0001C8, "Member 'FSoftSplineMeshComponentDescriptor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FSoftSplineMeshComponentDescriptor, OverrideMaterials) == 0x0001F0, "Member 'FSoftSplineMeshComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FSoftSplineMeshComponentDescriptor, OverlayMaterial) == 0x000200, "Member 'FSoftSplineMeshComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(FSoftSplineMeshComponentDescriptor, RuntimeVirtualTextures) == 0x000228, "Member 'FSoftSplineMeshComponentDescriptor::RuntimeVirtualTextures' 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_FAnimNodeExposedValueHandler \ +static_assert(alignof(FAnimNodeExposedValueHandler) == 0x000008, "Wrong alignment on FAnimNodeExposedValueHandler"); \ +static_assert(sizeof(FAnimNodeExposedValueHandler) == 0x000008, "Wrong size on FAnimNodeExposedValueHandler"); \ + +#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_FNetworkPhysicsSettingsNetworkPhysicsComponent \ +static_assert(alignof(FNetworkPhysicsSettingsNetworkPhysicsComponent) == 0x000008, "Wrong alignment on FNetworkPhysicsSettingsNetworkPhysicsComponent"); \ +static_assert(sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent) == 0x0000A8, "Wrong size on FNetworkPhysicsSettingsNetworkPhysicsComponent"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, RedundantInputs) == 0x000004, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::RedundantInputs' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, RedundantRemoteInputs) == 0x000006, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::RedundantRemoteInputs' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, RedundantStates) == 0x000008, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::RedundantStates' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, bCompareStateToTriggerRewind) == 0x00000A, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::bCompareStateToTriggerRewind' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, bCompareStateToTriggerRewindIncludeSimProxies) == 0x00000B, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::bCompareStateToTriggerRewindIncludeSimProxies' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, bCompareInputToTriggerRewind) == 0x00000C, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::bCompareInputToTriggerRewind' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, bEnableUnreliableFlow) == 0x00000D, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::bEnableUnreliableFlow' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, bEnableReliableFlow) == 0x00000E, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::bEnableReliableFlow' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, bApplyDataInsteadOfMergeData) == 0x00000F, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::bApplyDataInsteadOfMergeData' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, bAllowInputExtrapolation) == 0x000010, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::bAllowInputExtrapolation' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, bValidateDataOnGameThread) == 0x000011, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::bValidateDataOnGameThread' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, bApplySimProxyStateAtRuntime) == 0x000012, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::bApplySimProxyStateAtRuntime' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, bApplySimProxyInputAtRuntime) == 0x000013, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::bApplySimProxyInputAtRuntime' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, bTriggerResimOnInputReceive) == 0x000014, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::bTriggerResimOnInputReceive' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, bApplyInputDecayOverSetTime) == 0x000015, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::bApplyInputDecayOverSetTime' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, InputDecaySetTime) == 0x000018, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::InputDecaySetTime' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsNetworkPhysicsComponent, InputDecayCurve) == 0x000020, "Member 'FNetworkPhysicsSettingsNetworkPhysicsComponent::InputDecayCurve' 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_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_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_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_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) == 0x000070, "Wrong size on FPoseDataContainer"); \ +static_assert(offsetof(FPoseDataContainer, PoseFNames) == 0x000000, "Member 'FPoseDataContainer::PoseFNames' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, Tracks) == 0x000020, "Member 'FPoseDataContainer::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, TrackBoneIndices) == 0x000030, "Member 'FPoseDataContainer::TrackBoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, TrackPoseInfluenceIndices) == 0x000040, "Member 'FPoseDataContainer::TrackPoseInfluenceIndices' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, Poses) == 0x000050, "Member 'FPoseDataContainer::Poses' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, Curves) == 0x000060, "Member 'FPoseDataContainer::Curves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBookmarkBaseJumpToSettings \ +static_assert(alignof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkBaseJumpToSettings"); \ +static_assert(sizeof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong size on FBookmarkBaseJumpToSettings"); \ + +#define DUMPER7_ASSERTS_FNeuralProfileStruct \ +static_assert(alignof(FNeuralProfileStruct) == 0x000008, "Wrong alignment on FNeuralProfileStruct"); \ +static_assert(sizeof(FNeuralProfileStruct) == 0x000048, "Wrong size on FNeuralProfileStruct"); \ +static_assert(offsetof(FNeuralProfileStruct, InputFormat) == 0x000000, "Member 'FNeuralProfileStruct::InputFormat' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, OutputFormat) == 0x000001, "Member 'FNeuralProfileStruct::OutputFormat' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, RuntimeType) == 0x000002, "Member 'FNeuralProfileStruct::RuntimeType' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, NNEModelData) == 0x000008, "Member 'FNeuralProfileStruct::NNEModelData' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, InputDimension) == 0x000010, "Member 'FNeuralProfileStruct::InputDimension' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, OutputDimension) == 0x000020, "Member 'FNeuralProfileStruct::OutputDimension' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, BatchSizeOverride) == 0x000030, "Member 'FNeuralProfileStruct::BatchSizeOverride' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, TileSize) == 0x000034, "Member 'FNeuralProfileStruct::TileSize' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, TileOverlap) == 0x000038, "Member 'FNeuralProfileStruct::TileOverlap' has a wrong offset!"); \ +static_assert(offsetof(FNeuralProfileStruct, TileOverlapResolveType) == 0x000040, "Member 'FNeuralProfileStruct::TileOverlapResolveType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FCurveMetaData \ +static_assert(alignof(FCurveMetaData) == 0x000008, "Wrong alignment on FCurveMetaData"); \ +static_assert(sizeof(FCurveMetaData) == 0x000018, "Wrong size on FCurveMetaData"); \ +static_assert(offsetof(FCurveMetaData, LinkedBones) == 0x000000, "Member 'FCurveMetaData::LinkedBones' has a wrong offset!"); \ +static_assert(offsetof(FCurveMetaData, MaxLOD) == 0x000010, "Member 'FCurveMetaData::MaxLOD' has a wrong offset!"); \ +static_assert(offsetof(FCurveMetaData, Type) == 0x000011, "Member 'FCurveMetaData::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_MoveToForce \ +static_assert(alignof(FRootMotionSource_MoveToForce) == 0x000010, "Wrong alignment on FRootMotionSource_MoveToForce"); \ +static_assert(sizeof(FRootMotionSource_MoveToForce) == 0x000100, "Wrong size on FRootMotionSource_MoveToForce"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, StartLocation) == 0x0000C0, "Member 'FRootMotionSource_MoveToForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, TargetLocation) == 0x0000D8, "Member 'FRootMotionSource_MoveToForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, bRestrictSpeedToExpected) == 0x0000F0, "Member 'FRootMotionSource_MoveToForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToForce, PathOffsetCurve) == 0x0000F8, "Member 'FRootMotionSource_MoveToForce::PathOffsetCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorTickFunction \ +static_assert(alignof(FActorTickFunction) == 0x000008, "Wrong alignment on FActorTickFunction"); \ +static_assert(sizeof(FActorTickFunction) == 0x000030, "Wrong size on FActorTickFunction"); \ + +#define DUMPER7_ASSERTS_FVirtualTextureBuildSettings \ +static_assert(alignof(FVirtualTextureBuildSettings) == 0x000004, "Wrong alignment on FVirtualTextureBuildSettings"); \ +static_assert(sizeof(FVirtualTextureBuildSettings) == 0x000008, "Wrong size on FVirtualTextureBuildSettings"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, TileSize) == 0x000000, "Member 'FVirtualTextureBuildSettings::TileSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, TileBorderSize) == 0x000004, "Member 'FVirtualTextureBuildSettings::TileBorderSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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) == 0x000031, "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_FExposedValueCopyRecord \ +static_assert(alignof(FExposedValueCopyRecord) == 0x000004, "Wrong alignment on FExposedValueCopyRecord"); \ +static_assert(sizeof(FExposedValueCopyRecord) == 0x000008, "Wrong size on FExposedValueCopyRecord"); \ +static_assert(offsetof(FExposedValueCopyRecord, CopyIndex) == 0x000000, "Member 'FExposedValueCopyRecord::CopyIndex' has a wrong offset!"); \ +static_assert(offsetof(FExposedValueCopyRecord, PostCopyOperation) == 0x000004, "Member 'FExposedValueCopyRecord::PostCopyOperation' has a wrong offset!"); \ +static_assert(offsetof(FExposedValueCopyRecord, bOnlyUpdateWhenActive) == 0x000005, "Member 'FExposedValueCopyRecord::bOnlyUpdateWhenActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FBlendSample \ +static_assert(alignof(FBlendSample) == 0x000008, "Wrong alignment on FBlendSample"); \ +static_assert(sizeof(FBlendSample) == 0x000030, "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!"); \ +static_assert(offsetof(FBlendSample, bUseSingleFrameForBlending) == 0x000024, "Member 'FBlendSample::bUseSingleFrameForBlending' has a wrong offset!"); \ +static_assert(offsetof(FBlendSample, FrameIndexToSample) == 0x000028, "Member 'FBlendSample::FrameIndexToSample' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuaternionSpringState \ +static_assert(alignof(FQuaternionSpringState) == 0x000010, "Wrong alignment on FQuaternionSpringState"); \ +static_assert(sizeof(FQuaternionSpringState) == 0x000040, "Wrong size on FQuaternionSpringState"); \ + +#define DUMPER7_ASSERTS_FStateMachineStateDebugData \ +static_assert(alignof(FStateMachineStateDebugData) == 0x000004, "Wrong alignment on FStateMachineStateDebugData"); \ +static_assert(sizeof(FStateMachineStateDebugData) == 0x000010, "Wrong size on FStateMachineStateDebugData"); \ + +#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_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_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_FAnimBankSequence \ +static_assert(alignof(FAnimBankSequence) == 0x000008, "Wrong alignment on FAnimBankSequence"); \ +static_assert(sizeof(FAnimBankSequence) == 0x000018, "Wrong size on FAnimBankSequence"); \ +static_assert(offsetof(FAnimBankSequence, Sequence) == 0x000000, "Member 'FAnimBankSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimBankSequence, position) == 0x00000C, "Member 'FAnimBankSequence::position' has a wrong offset!"); \ +static_assert(offsetof(FAnimBankSequence, PlayRate) == 0x000010, "Member 'FAnimBankSequence::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimBankSequence, BoundsScale) == 0x000014, "Member 'FAnimBankSequence::BoundsScale' 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_FAnimNotifyEventReference \ +static_assert(alignof(FAnimNotifyEventReference) == 0x000008, "Wrong alignment on FAnimNotifyEventReference"); \ +static_assert(sizeof(FAnimNotifyEventReference) == 0x000050, "Wrong size on FAnimNotifyEventReference"); \ +static_assert(offsetof(FAnimNotifyEventReference, MirrorTable) == 0x000018, "Member 'FAnimNotifyEventReference::MirrorTable' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEventReference, NotifySource) == 0x000020, "Member 'FAnimNotifyEventReference::NotifySource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyArray \ +static_assert(alignof(FAnimNotifyArray) == 0x000008, "Wrong alignment on FAnimNotifyArray"); \ +static_assert(sizeof(FAnimNotifyArray) == 0x000010, "Wrong size on FAnimNotifyArray"); \ +static_assert(offsetof(FAnimNotifyArray, Notifies) == 0x000000, "Member 'FAnimNotifyArray::Notifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyQueue \ +static_assert(alignof(FAnimNotifyQueue) == 0x000008, "Wrong alignment on FAnimNotifyQueue"); \ +static_assert(sizeof(FAnimNotifyQueue) == 0x000078, "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!"); \ +static_assert(offsetof(FAnimNotifyQueue, World) == 0x000070, "Member 'FAnimNotifyQueue::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerQualityLevelInt \ +static_assert(alignof(FPerQualityLevelInt) == 0x000008, "Wrong alignment on FPerQualityLevelInt"); \ +static_assert(sizeof(FPerQualityLevelInt) == 0x000068, "Wrong size on FPerQualityLevelInt"); \ +static_assert(offsetof(FPerQualityLevelInt, Default) == 0x000010, "Member 'FPerQualityLevelInt::Default' has a wrong offset!"); \ +static_assert(offsetof(FPerQualityLevelInt, PerQuality) == 0x000018, "Member 'FPerQualityLevelInt::PerQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_AssetPlayerRelevancyBase \ +static_assert(alignof(FAnimNode_AssetPlayerRelevancyBase) == 0x000008, "Wrong alignment on FAnimNode_AssetPlayerRelevancyBase"); \ +static_assert(sizeof(FAnimNode_AssetPlayerRelevancyBase) == 0x000010, "Wrong size on FAnimNode_AssetPlayerRelevancyBase"); \ + +#define DUMPER7_ASSERTS_FAnimNode_AssetPlayerBase \ +static_assert(alignof(FAnimNode_AssetPlayerBase) == 0x000008, "Wrong alignment on FAnimNode_AssetPlayerBase"); \ +static_assert(sizeof(FAnimNode_AssetPlayerBase) == 0x000038, "Wrong size on FAnimNode_AssetPlayerBase"); \ +static_assert(offsetof(FAnimNode_AssetPlayerBase, BlendWeight) == 0x000020, "Member 'FAnimNode_AssetPlayerBase::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AssetPlayerBase, InternalTimeAccumulator) == 0x000024, "Member 'FAnimNode_AssetPlayerBase::InternalTimeAccumulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FPerQualityLevelFloat \ +static_assert(alignof(FPerQualityLevelFloat) == 0x000008, "Wrong alignment on FPerQualityLevelFloat"); \ +static_assert(sizeof(FPerQualityLevelFloat) == 0x000068, "Wrong size on FPerQualityLevelFloat"); \ +static_assert(offsetof(FPerQualityLevelFloat, Default) == 0x000010, "Member 'FPerQualityLevelFloat::Default' has a wrong offset!"); \ +static_assert(offsetof(FPerQualityLevelFloat, PerQuality) == 0x000018, "Member 'FPerQualityLevelFloat::PerQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleSystemLOD \ +static_assert(alignof(FParticleSystemLOD) == 0x000001, "Wrong alignment on FParticleSystemLOD"); \ +static_assert(sizeof(FParticleSystemLOD) == 0x000001, "Wrong size on FParticleSystemLOD"); \ + +#define DUMPER7_ASSERTS_FKeyHandleLookupTable \ +static_assert(alignof(FKeyHandleLookupTable) == 0x000008, "Wrong alignment on FKeyHandleLookupTable"); \ +static_assert(sizeof(FKeyHandleLookupTable) == 0x000088, "Wrong size on FKeyHandleLookupTable"); \ + +#define DUMPER7_ASSERTS_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_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_FDataLayerInstanceNames \ +static_assert(alignof(FDataLayerInstanceNames) == 0x000008, "Wrong alignment on FDataLayerInstanceNames"); \ +static_assert(sizeof(FDataLayerInstanceNames) == 0x000018, "Wrong size on FDataLayerInstanceNames"); \ +static_assert(offsetof(FDataLayerInstanceNames, bIsFirstDataLayerExternal) == 0x000000, "Member 'FDataLayerInstanceNames::bIsFirstDataLayerExternal' has a wrong offset!"); \ +static_assert(offsetof(FDataLayerInstanceNames, DataLayers) == 0x000008, "Member 'FDataLayerInstanceNames::DataLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FIrisNetDriverConfig \ +static_assert(alignof(FIrisNetDriverConfig) == 0x000008, "Wrong alignment on FIrisNetDriverConfig"); \ +static_assert(sizeof(FIrisNetDriverConfig) == 0x000028, "Wrong size on FIrisNetDriverConfig"); \ +static_assert(offsetof(FIrisNetDriverConfig, NetDriverDefinition) == 0x000000, "Member 'FIrisNetDriverConfig::NetDriverDefinition' has a wrong offset!"); \ +static_assert(offsetof(FIrisNetDriverConfig, NetDriverName) == 0x000008, "Member 'FIrisNetDriverConfig::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(FIrisNetDriverConfig, NetDriverWildcardName) == 0x000010, "Member 'FIrisNetDriverConfig::NetDriverWildcardName' has a wrong offset!"); \ +static_assert(offsetof(FIrisNetDriverConfig, bCanUseIris) == 0x000020, "Member 'FIrisNetDriverConfig::bCanUseIris' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FFontFacePlatformRasterizationOverrides \ +static_assert(alignof(FFontFacePlatformRasterizationOverrides) == 0x000001, "Wrong alignment on FFontFacePlatformRasterizationOverrides"); \ +static_assert(sizeof(FFontFacePlatformRasterizationOverrides) == 0x000003, "Wrong size on FFontFacePlatformRasterizationOverrides"); \ +static_assert(offsetof(FFontFacePlatformRasterizationOverrides, MsdfOverride) == 0x000000, "Member 'FFontFacePlatformRasterizationOverrides::MsdfOverride' has a wrong offset!"); \ +static_assert(offsetof(FFontFacePlatformRasterizationOverrides, SdfOverride) == 0x000001, "Member 'FFontFacePlatformRasterizationOverrides::SdfOverride' has a wrong offset!"); \ +static_assert(offsetof(FFontFacePlatformRasterizationOverrides, SdfApproximationOverride) == 0x000002, "Member 'FFontFacePlatformRasterizationOverrides::SdfApproximationOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEmptyPayload \ +static_assert(alignof(FEmptyPayload) == 0x000001, "Wrong alignment on FEmptyPayload"); \ +static_assert(sizeof(FEmptyPayload) == 0x000001, "Wrong size on FEmptyPayload"); \ + +#define DUMPER7_ASSERTS_FBracketPayload \ +static_assert(alignof(FBracketPayload) == 0x000008, "Wrong alignment on FBracketPayload"); \ +static_assert(sizeof(FBracketPayload) == 0x000010, "Wrong size on FBracketPayload"); \ +static_assert(offsetof(FBracketPayload, Description) == 0x000000, "Member 'FBracketPayload::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayerInput \ +static_assert(alignof(FMaterialLayerInput) == 0x000008, "Wrong alignment on FMaterialLayerInput"); \ +static_assert(sizeof(FMaterialLayerInput) == 0x000030, "Wrong size on FMaterialLayerInput"); \ +static_assert(offsetof(FMaterialLayerInput, InputType) == 0x000028, "Member 'FMaterialLayerInput::InputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorInstanceMappingsRef \ +static_assert(alignof(FActorInstanceMappingsRef) == 0x000004, "Wrong alignment on FActorInstanceMappingsRef"); \ +static_assert(sizeof(FActorInstanceMappingsRef) == 0x000008, "Wrong size on FActorInstanceMappingsRef"); \ +static_assert(offsetof(FActorInstanceMappingsRef, A) == 0x000000, "Member 'FActorInstanceMappingsRef::A' has a wrong offset!"); \ +static_assert(offsetof(FActorInstanceMappingsRef, B) == 0x000004, "Member 'FActorInstanceMappingsRef::B' 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_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_FAnimNodeReference \ +static_assert(alignof(FAnimNodeReference) == 0x000008, "Wrong alignment on FAnimNodeReference"); \ +static_assert(sizeof(FAnimNodeReference) == 0x000010, "Wrong size on FAnimNodeReference"); \ + +#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_FImportFactorySettingValues \ +static_assert(alignof(FImportFactorySettingValues) == 0x000008, "Wrong alignment on FImportFactorySettingValues"); \ +static_assert(sizeof(FImportFactorySettingValues) == 0x000020, "Wrong size on FImportFactorySettingValues"); \ +static_assert(offsetof(FImportFactorySettingValues, SettingName) == 0x000000, "Member 'FImportFactorySettingValues::SettingName' has a wrong offset!"); \ +static_assert(offsetof(FImportFactorySettingValues, Value) == 0x000010, "Member 'FImportFactorySettingValues::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditorImportWorkflowDefinition \ +static_assert(alignof(FEditorImportWorkflowDefinition) == 0x000008, "Wrong alignment on FEditorImportWorkflowDefinition"); \ +static_assert(sizeof(FEditorImportWorkflowDefinition) == 0x000020, "Wrong size on FEditorImportWorkflowDefinition"); \ +static_assert(offsetof(FEditorImportWorkflowDefinition, ImportFilePath) == 0x000000, "Member 'FEditorImportWorkflowDefinition::ImportFilePath' has a wrong offset!"); \ +static_assert(offsetof(FEditorImportWorkflowDefinition, FactorySettings) == 0x000010, "Member 'FEditorImportWorkflowDefinition::FactorySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBuildPromotionImportWorkflowSettings \ +static_assert(alignof(FBuildPromotionImportWorkflowSettings) == 0x000008, "Wrong alignment on FBuildPromotionImportWorkflowSettings"); \ +static_assert(sizeof(FBuildPromotionImportWorkflowSettings) == 0x000150, "Wrong size on FBuildPromotionImportWorkflowSettings"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Diffuse) == 0x000000, "Member 'FBuildPromotionImportWorkflowSettings::Diffuse' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Normal) == 0x000020, "Member 'FBuildPromotionImportWorkflowSettings::Normal' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, StaticMesh) == 0x000040, "Member 'FBuildPromotionImportWorkflowSettings::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, ReimportStaticMesh) == 0x000060, "Member 'FBuildPromotionImportWorkflowSettings::ReimportStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, BlendShapeMesh) == 0x000080, "Member 'FBuildPromotionImportWorkflowSettings::BlendShapeMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, MorphMesh) == 0x0000A0, "Member 'FBuildPromotionImportWorkflowSettings::MorphMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, SkeletalMesh) == 0x0000C0, "Member 'FBuildPromotionImportWorkflowSettings::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Animation) == 0x0000E0, "Member 'FBuildPromotionImportWorkflowSettings::Animation' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Sound) == 0x000100, "Member 'FBuildPromotionImportWorkflowSettings::Sound' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, SurroundSound) == 0x000120, "Member 'FBuildPromotionImportWorkflowSettings::SurroundSound' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionImportWorkflowSettings, OtherAssetsToImport) == 0x000140, "Member 'FBuildPromotionImportWorkflowSettings::OtherAssetsToImport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBuildPromotionOpenAssetSettings \ +static_assert(alignof(FBuildPromotionOpenAssetSettings) == 0x000008, "Wrong alignment on FBuildPromotionOpenAssetSettings"); \ +static_assert(sizeof(FBuildPromotionOpenAssetSettings) == 0x000060, "Wrong size on FBuildPromotionOpenAssetSettings"); \ +static_assert(offsetof(FBuildPromotionOpenAssetSettings, BlueprintAsset) == 0x000000, "Member 'FBuildPromotionOpenAssetSettings::BlueprintAsset' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionOpenAssetSettings, MaterialAsset) == 0x000010, "Member 'FBuildPromotionOpenAssetSettings::MaterialAsset' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionOpenAssetSettings, ParticleSystemAsset) == 0x000020, "Member 'FBuildPromotionOpenAssetSettings::ParticleSystemAsset' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionOpenAssetSettings, SkeletalMeshAsset) == 0x000030, "Member 'FBuildPromotionOpenAssetSettings::SkeletalMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionOpenAssetSettings, StaticMeshAsset) == 0x000040, "Member 'FBuildPromotionOpenAssetSettings::StaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionOpenAssetSettings, TextureAsset) == 0x000050, "Member 'FBuildPromotionOpenAssetSettings::TextureAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBuildPromotionNewProjectSettings \ +static_assert(alignof(FBuildPromotionNewProjectSettings) == 0x000008, "Wrong alignment on FBuildPromotionNewProjectSettings"); \ +static_assert(sizeof(FBuildPromotionNewProjectSettings) == 0x000020, "Wrong size on FBuildPromotionNewProjectSettings"); \ +static_assert(offsetof(FBuildPromotionNewProjectSettings, NewProjectFolderOverride) == 0x000000, "Member 'FBuildPromotionNewProjectSettings::NewProjectFolderOverride' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionNewProjectSettings, NewProjectNameOverride) == 0x000010, "Member 'FBuildPromotionNewProjectSettings::NewProjectNameOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBuildPromotionTestSettings \ +static_assert(alignof(FBuildPromotionTestSettings) == 0x000008, "Wrong alignment on FBuildPromotionTestSettings"); \ +static_assert(sizeof(FBuildPromotionTestSettings) == 0x0001F0, "Wrong size on FBuildPromotionTestSettings"); \ +static_assert(offsetof(FBuildPromotionTestSettings, DefaultStaticMeshAsset) == 0x000000, "Member 'FBuildPromotionTestSettings::DefaultStaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionTestSettings, ImportWorkflow) == 0x000010, "Member 'FBuildPromotionTestSettings::ImportWorkflow' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionTestSettings, OpenAssets) == 0x000160, "Member 'FBuildPromotionTestSettings::OpenAssets' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionTestSettings, NewProjectSettings) == 0x0001C0, "Member 'FBuildPromotionTestSettings::NewProjectSettings' has a wrong offset!"); \ +static_assert(offsetof(FBuildPromotionTestSettings, SourceControlMaterial) == 0x0001E0, "Member 'FBuildPromotionTestSettings::SourceControlMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreviewAttachedObjectPair \ +static_assert(alignof(FPreviewAttachedObjectPair) == 0x000008, "Wrong alignment on FPreviewAttachedObjectPair"); \ +static_assert(sizeof(FPreviewAttachedObjectPair) == 0x000030, "Wrong size on FPreviewAttachedObjectPair"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, AttachedObject) == 0x000000, "Member 'FPreviewAttachedObjectPair::AttachedObject' has a wrong offset!"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, AttachedTo) == 0x000028, "Member 'FPreviewAttachedObjectPair::AttachedTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreviewAssetAttachContainer \ +static_assert(alignof(FPreviewAssetAttachContainer) == 0x000008, "Wrong alignment on FPreviewAssetAttachContainer"); \ +static_assert(sizeof(FPreviewAssetAttachContainer) == 0x000010, "Wrong size on FPreviewAssetAttachContainer"); \ +static_assert(offsetof(FPreviewAssetAttachContainer, AttachedObjects) == 0x000000, "Member 'FPreviewAssetAttachContainer::AttachedObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineMeshComponentDescriptor \ +static_assert(alignof(FSplineMeshComponentDescriptor) == 0x000008, "Wrong alignment on FSplineMeshComponentDescriptor"); \ +static_assert(sizeof(FSplineMeshComponentDescriptor) == 0x0001F8, "Wrong size on FSplineMeshComponentDescriptor"); \ +static_assert(offsetof(FSplineMeshComponentDescriptor, StaticMesh) == 0x0001C8, "Member 'FSplineMeshComponentDescriptor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptor, OverrideMaterials) == 0x0001D0, "Member 'FSplineMeshComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptor, OverlayMaterial) == 0x0001E0, "Member 'FSplineMeshComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshComponentDescriptor, RuntimeVirtualTextures) == 0x0001E8, "Member 'FSplineMeshComponentDescriptor::RuntimeVirtualTextures' 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_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_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_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_FPieFixupStructWithSoftObjectPath \ +static_assert(alignof(FPieFixupStructWithSoftObjectPath) == 0x000008, "Wrong alignment on FPieFixupStructWithSoftObjectPath"); \ +static_assert(sizeof(FPieFixupStructWithSoftObjectPath) == 0x000048, "Wrong size on FPieFixupStructWithSoftObjectPath"); \ +static_assert(offsetof(FPieFixupStructWithSoftObjectPath, Path) == 0x000000, "Member 'FPieFixupStructWithSoftObjectPath::Path' has a wrong offset!"); \ +static_assert(offsetof(FPieFixupStructWithSoftObjectPath, TypedPtr) == 0x000020, "Member 'FPieFixupStructWithSoftObjectPath::TypedPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsSettingsPredictiveInterpolation \ +static_assert(alignof(FNetworkPhysicsSettingsPredictiveInterpolation) == 0x000004, "Wrong alignment on FNetworkPhysicsSettingsPredictiveInterpolation"); \ +static_assert(sizeof(FNetworkPhysicsSettingsPredictiveInterpolation) == 0x000034, "Wrong size on FNetworkPhysicsSettingsPredictiveInterpolation"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeBase) == 0x000004, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosCorrectionTimeBase' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeMin) == 0x000008, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosCorrectionTimeMin' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeMultiplier) == 0x00000C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosCorrectionTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeBase) == 0x000010, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotCorrectionTimeBase' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeMin) == 0x000014, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotCorrectionTimeMin' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeMultiplier) == 0x000018, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotCorrectionTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, PosInterpolationTimeMultiplier) == 0x00001C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::PosInterpolationTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, RotInterpolationTimeMultiplier) == 0x000020, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::RotInterpolationTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, SoftSnapPosStrength) == 0x000024, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::SoftSnapPosStrength' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, SoftSnapRotStrength) == 0x000028, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::SoftSnapRotStrength' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bSoftSnapToSource) == 0x00002C, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bSoftSnapToSource' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bDisableSoftSnap) == 0x00002D, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bDisableSoftSnap' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bSkipVelocityRepOnPosEarlyOut) == 0x00002E, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bSkipVelocityRepOnPosEarlyOut' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bPostResimWaitForUpdate) == 0x00002F, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bPostResimWaitForUpdate' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bCorrectConnectedBodies) == 0x000030, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bCorrectConnectedBodies' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsPredictiveInterpolation, bCorrectConnectedBodiesFriction) == 0x000031, "Member 'FNetworkPhysicsSettingsPredictiveInterpolation::bCorrectConnectedBodiesFriction' 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_FTouchInputControl \ +static_assert(alignof(FTouchInputControl) == 0x000008, "Wrong alignment on FTouchInputControl"); \ +static_assert(sizeof(FTouchInputControl) == 0x000098, "Wrong size on FTouchInputControl"); \ +static_assert(offsetof(FTouchInputControl, bTreatAsButton) == 0x000000, "Member 'FTouchInputControl::bTreatAsButton' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Image1) == 0x000008, "Member 'FTouchInputControl::Image1' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Image2) == 0x000010, "Member 'FTouchInputControl::Image2' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Center) == 0x000018, "Member 'FTouchInputControl::Center' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, VisualSize) == 0x000028, "Member 'FTouchInputControl::VisualSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, ThumbSize) == 0x000038, "Member 'FTouchInputControl::ThumbSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, InteractionSize) == 0x000048, "Member 'FTouchInputControl::InteractionSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, InputScale) == 0x000058, "Member 'FTouchInputControl::InputScale' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, MainInputKey) == 0x000068, "Member 'FTouchInputControl::MainInputKey' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, AltInputKey) == 0x000080, "Member 'FTouchInputControl::AltInputKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FMaterialLayersFunctionsEditorOnlyData \ +static_assert(alignof(FMaterialLayersFunctionsEditorOnlyData) == 0x000008, "Wrong alignment on FMaterialLayersFunctionsEditorOnlyData"); \ +static_assert(sizeof(FMaterialLayersFunctionsEditorOnlyData) == 0x000070, "Wrong size on FMaterialLayersFunctionsEditorOnlyData"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerStates) == 0x000000, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerStates' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerNames) == 0x000010, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerNames' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, RestrictToLayerRelatives) == 0x000020, "Member 'FMaterialLayersFunctionsEditorOnlyData::RestrictToLayerRelatives' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, RestrictToBlendRelatives) == 0x000030, "Member 'FMaterialLayersFunctionsEditorOnlyData::RestrictToBlendRelatives' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerGuids) == 0x000040, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerGuids' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, LayerLinkStates) == 0x000050, "Member 'FMaterialLayersFunctionsEditorOnlyData::LayerLinkStates' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctionsEditorOnlyData, DeletedParentLayerGuids) == 0x000060, "Member 'FMaterialLayersFunctionsEditorOnlyData::DeletedParentLayerGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_FGeneratedBlueprintDelegateBinding \ +static_assert(alignof(FGeneratedBlueprintDelegateBinding) == 0x000004, "Wrong alignment on FGeneratedBlueprintDelegateBinding"); \ +static_assert(sizeof(FGeneratedBlueprintDelegateBinding) == 0x000010, "Wrong size on FGeneratedBlueprintDelegateBinding"); \ +static_assert(offsetof(FGeneratedBlueprintDelegateBinding, DelegatePropertyName) == 0x000000, "Member 'FGeneratedBlueprintDelegateBinding::DelegatePropertyName' has a wrong offset!"); \ +static_assert(offsetof(FGeneratedBlueprintDelegateBinding, FunctionNameToBind) == 0x000008, "Member 'FGeneratedBlueprintDelegateBinding::FunctionNameToBind' 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_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_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_FRootMotionSource_JumpForce \ +static_assert(alignof(FRootMotionSource_JumpForce) == 0x000010, "Wrong alignment on FRootMotionSource_JumpForce"); \ +static_assert(sizeof(FRootMotionSource_JumpForce) == 0x000110, "Wrong size on FRootMotionSource_JumpForce"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Rotation) == 0x0000C0, "Member 'FRootMotionSource_JumpForce::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Distance) == 0x0000D8, "Member 'FRootMotionSource_JumpForce::Distance' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, Height) == 0x0000DC, "Member 'FRootMotionSource_JumpForce::Height' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, bDisableTimeout) == 0x0000E0, "Member 'FRootMotionSource_JumpForce::bDisableTimeout' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, PathOffsetCurve) == 0x0000E8, "Member 'FRootMotionSource_JumpForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_JumpForce, TimeMappingCurve) == 0x0000F0, "Member 'FRootMotionSource_JumpForce::TimeMappingCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusteredActorData \ +static_assert(alignof(FClusteredActorData) == 0x000008, "Wrong alignment on FClusteredActorData"); \ +static_assert(sizeof(FClusteredActorData) == 0x000058, "Wrong size on FClusteredActorData"); \ +static_assert(offsetof(FClusteredActorData, bWasReplicatingMovement) == 0x000050, "Member 'FClusteredActorData::bWasReplicatingMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FOrbitOptions \ +static_assert(alignof(FOrbitOptions) == 0x000004, "Wrong alignment on FOrbitOptions"); \ +static_assert(sizeof(FOrbitOptions) == 0x000004, "Wrong size on FOrbitOptions"); \ + +#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_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_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_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_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_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_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_FParticleSystemStaticState \ +static_assert(alignof(FParticleSystemStaticState) == 0x000004, "Wrong alignment on FParticleSystemStaticState"); \ +static_assert(sizeof(FParticleSystemStaticState) == 0x000004, "Wrong size on FParticleSystemStaticState"); \ + +#define DUMPER7_ASSERTS_FSequenceLengthChangedPayload \ +static_assert(alignof(FSequenceLengthChangedPayload) == 0x000004, "Wrong alignment on FSequenceLengthChangedPayload"); \ +static_assert(sizeof(FSequenceLengthChangedPayload) == 0x000018, "Wrong size on FSequenceLengthChangedPayload"); \ +static_assert(offsetof(FSequenceLengthChangedPayload, PreviousLength) == 0x000000, "Member 'FSequenceLengthChangedPayload::PreviousLength' has a wrong offset!"); \ +static_assert(offsetof(FSequenceLengthChangedPayload, T0) == 0x000004, "Member 'FSequenceLengthChangedPayload::T0' has a wrong offset!"); \ +static_assert(offsetof(FSequenceLengthChangedPayload, T1) == 0x000008, "Member 'FSequenceLengthChangedPayload::T1' has a wrong offset!"); \ +static_assert(offsetof(FSequenceLengthChangedPayload, PreviousNumberOfFrames) == 0x00000C, "Member 'FSequenceLengthChangedPayload::PreviousNumberOfFrames' has a wrong offset!"); \ +static_assert(offsetof(FSequenceLengthChangedPayload, Frame0) == 0x000010, "Member 'FSequenceLengthChangedPayload::Frame0' has a wrong offset!"); \ +static_assert(offsetof(FSequenceLengthChangedPayload, Frame1) == 0x000014, "Member 'FSequenceLengthChangedPayload::Frame1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterUnionBoneData \ +static_assert(alignof(FClusterUnionBoneData) == 0x000004, "Wrong alignment on FClusterUnionBoneData"); \ +static_assert(sizeof(FClusterUnionBoneData) == 0x000008, "Wrong size on FClusterUnionBoneData"); \ + +#define DUMPER7_ASSERTS_FClusterUnionPendingAddData \ +static_assert(alignof(FClusterUnionPendingAddData) == 0x000008, "Wrong alignment on FClusterUnionPendingAddData"); \ +static_assert(sizeof(FClusterUnionPendingAddData) == 0x000050, "Wrong size on FClusterUnionPendingAddData"); \ +static_assert(offsetof(FClusterUnionPendingAddData, BonesData) == 0x000000, "Member 'FClusterUnionPendingAddData::BonesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FAnimationCurveIdentifier \ +static_assert(alignof(FAnimationCurveIdentifier) == 0x000004, "Wrong alignment on FAnimationCurveIdentifier"); \ +static_assert(sizeof(FAnimationCurveIdentifier) == 0x00000C, "Wrong size on FAnimationCurveIdentifier"); \ +static_assert(offsetof(FAnimationCurveIdentifier, CurveName) == 0x000000, "Member 'FAnimationCurveIdentifier::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimationCurveIdentifier, CurveType) == 0x000008, "Member 'FAnimationCurveIdentifier::CurveType' has a wrong offset!"); \ +static_assert(offsetof(FAnimationCurveIdentifier, Channel) == 0x000009, "Member 'FAnimationCurveIdentifier::Channel' has a wrong offset!"); \ +static_assert(offsetof(FAnimationCurveIdentifier, Axis) == 0x00000A, "Member 'FAnimationCurveIdentifier::Axis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurvePayload \ +static_assert(alignof(FCurvePayload) == 0x000004, "Wrong alignment on FCurvePayload"); \ +static_assert(sizeof(FCurvePayload) == 0x00000C, "Wrong size on FCurvePayload"); \ +static_assert(offsetof(FCurvePayload, Identifier) == 0x000000, "Member 'FCurvePayload::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChannelDefinition \ +static_assert(alignof(FChannelDefinition) == 0x000008, "Wrong alignment on FChannelDefinition"); \ +static_assert(sizeof(FChannelDefinition) == 0x000020, "Wrong size on FChannelDefinition"); \ +static_assert(offsetof(FChannelDefinition, ChannelName) == 0x000000, "Member 'FChannelDefinition::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, ClassName) == 0x000008, "Member 'FChannelDefinition::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, ChannelClass) == 0x000010, "Member 'FChannelDefinition::ChannelClass' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, StaticChannelIndex) == 0x000018, "Member 'FChannelDefinition::StaticChannelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FCurveScaledPayload \ +static_assert(alignof(FCurveScaledPayload) == 0x000004, "Wrong alignment on FCurveScaledPayload"); \ +static_assert(sizeof(FCurveScaledPayload) == 0x000014, "Wrong size on FCurveScaledPayload"); \ +static_assert(offsetof(FCurveScaledPayload, Factor) == 0x00000C, "Member 'FCurveScaledPayload::Factor' has a wrong offset!"); \ +static_assert(offsetof(FCurveScaledPayload, Origin) == 0x000010, "Member 'FCurveScaledPayload::Origin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveRenamedPayload \ +static_assert(alignof(FCurveRenamedPayload) == 0x000004, "Wrong alignment on FCurveRenamedPayload"); \ +static_assert(sizeof(FCurveRenamedPayload) == 0x000018, "Wrong size on FCurveRenamedPayload"); \ +static_assert(offsetof(FCurveRenamedPayload, NewIdentifier) == 0x00000C, "Member 'FCurveRenamedPayload::NewIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshBudgetInfo \ +static_assert(alignof(FStaticMeshBudgetInfo) == 0x000008, "Wrong alignment on FStaticMeshBudgetInfo"); \ +static_assert(sizeof(FStaticMeshBudgetInfo) == 0x000010, "Wrong size on FStaticMeshBudgetInfo"); \ +static_assert(offsetof(FStaticMeshBudgetInfo, LodGroupName) == 0x000000, "Member 'FStaticMeshBudgetInfo::LodGroupName' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshBudgetInfo, MinimumExtent) == 0x000008, "Member 'FStaticMeshBudgetInfo::MinimumExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveFlagsChangedPayload \ +static_assert(alignof(FCurveFlagsChangedPayload) == 0x000004, "Wrong alignment on FCurveFlagsChangedPayload"); \ +static_assert(sizeof(FCurveFlagsChangedPayload) == 0x000010, "Wrong size on FCurveFlagsChangedPayload"); \ +static_assert(offsetof(FCurveFlagsChangedPayload, OldFlags) == 0x00000C, "Member 'FCurveFlagsChangedPayload::OldFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationAttributeIdentifier \ +static_assert(alignof(FAnimationAttributeIdentifier) == 0x000008, "Wrong alignment on FAnimationAttributeIdentifier"); \ +static_assert(sizeof(FAnimationAttributeIdentifier) == 0x000040, "Wrong size on FAnimationAttributeIdentifier"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, Name) == 0x000000, "Member 'FAnimationAttributeIdentifier::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, BoneName) == 0x000008, "Member 'FAnimationAttributeIdentifier::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, BoneIndex) == 0x000010, "Member 'FAnimationAttributeIdentifier::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, ScriptStruct) == 0x000018, "Member 'FAnimationAttributeIdentifier::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FAnimationAttributeIdentifier, ScriptStructPath) == 0x000020, "Member 'FAnimationAttributeIdentifier::ScriptStructPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributePayload \ +static_assert(alignof(FAttributePayload) == 0x000008, "Wrong alignment on FAttributePayload"); \ +static_assert(sizeof(FAttributePayload) == 0x000040, "Wrong size on FAttributePayload"); \ +static_assert(offsetof(FAttributePayload, Identifier) == 0x000000, "Member 'FAttributePayload::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationFrameSnapshot \ +static_assert(alignof(FAnimationFrameSnapshot) == 0x000001, "Wrong alignment on FAnimationFrameSnapshot"); \ +static_assert(sizeof(FAnimationFrameSnapshot) == 0x000001, "Wrong size on FAnimationFrameSnapshot"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsPayload \ +static_assert(alignof(FNetworkPhysicsPayload) == 0x000008, "Wrong alignment on FNetworkPhysicsPayload"); \ +static_assert(sizeof(FNetworkPhysicsPayload) == 0x000018, "Wrong size on FNetworkPhysicsPayload"); \ +static_assert(offsetof(FNetworkPhysicsPayload, ServerFrame) == 0x000008, "Member 'FNetworkPhysicsPayload::ServerFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsData \ +static_assert(alignof(FNetworkPhysicsData) == 0x000008, "Wrong alignment on FNetworkPhysicsData"); \ +static_assert(sizeof(FNetworkPhysicsData) == 0x000028, "Wrong size on FNetworkPhysicsData"); \ + +#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_FParticleEmitterReplayFrame \ +static_assert(alignof(FParticleEmitterReplayFrame) == 0x000008, "Wrong alignment on FParticleEmitterReplayFrame"); \ +static_assert(sizeof(FParticleEmitterReplayFrame) == 0x000010, "Wrong size on FParticleEmitterReplayFrame"); \ + +#define DUMPER7_ASSERTS_FSlotEvaluationPose \ +static_assert(alignof(FSlotEvaluationPose) == 0x000008, "Wrong alignment on FSlotEvaluationPose"); \ +static_assert(sizeof(FSlotEvaluationPose) == 0x000080, "Wrong size on FSlotEvaluationPose"); \ +static_assert(offsetof(FSlotEvaluationPose, AdditiveType) == 0x000000, "Member 'FSlotEvaluationPose::AdditiveType' has a wrong offset!"); \ +static_assert(offsetof(FSlotEvaluationPose, Weight) == 0x000004, "Member 'FSlotEvaluationPose::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAnimSubsystemInstance \ +static_assert(alignof(FAnimSubsystemInstance) == 0x000008, "Wrong alignment on FAnimSubsystemInstance"); \ +static_assert(sizeof(FAnimSubsystemInstance) == 0x000008, "Wrong size on FAnimSubsystemInstance"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystem_BlendSpaceGraph \ +static_assert(alignof(FAnimSubsystem_BlendSpaceGraph) == 0x000008, "Wrong alignment on FAnimSubsystem_BlendSpaceGraph"); \ +static_assert(sizeof(FAnimSubsystem_BlendSpaceGraph) == 0x000018, "Wrong size on FAnimSubsystem_BlendSpaceGraph"); \ +static_assert(offsetof(FAnimSubsystem_BlendSpaceGraph, BlendSpaces) == 0x000008, "Member 'FAnimSubsystem_BlendSpaceGraph::BlendSpaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODProxyMesh \ +static_assert(alignof(FHLODProxyMesh) == 0x000008, "Wrong alignment on FHLODProxyMesh"); \ +static_assert(sizeof(FHLODProxyMesh) == 0x000028, "Wrong size on FHLODProxyMesh"); \ +static_assert(offsetof(FHLODProxyMesh, LODActor) == 0x000000, "Member 'FHLODProxyMesh::LODActor' has a wrong offset!"); \ +static_assert(offsetof(FHLODProxyMesh, StaticMesh) == 0x000018, "Member 'FHLODProxyMesh::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FHLODProxyMesh, Key) == 0x000020, "Member 'FHLODProxyMesh::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverlapInfo \ +static_assert(alignof(FOverlapInfo) == 0x000008, "Wrong alignment on FOverlapInfo"); \ +static_assert(sizeof(FOverlapInfo) == 0x000108, "Wrong size on FOverlapInfo"); \ +static_assert(offsetof(FOverlapInfo, bFromSweep) == 0x000000, "Member 'FOverlapInfo::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(FOverlapInfo, OverlapInfo) == 0x000008, "Member 'FOverlapInfo::OverlapInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetManagerRedirect \ +static_assert(alignof(FAssetManagerRedirect) == 0x000008, "Wrong alignment on FAssetManagerRedirect"); \ +static_assert(sizeof(FAssetManagerRedirect) == 0x000020, "Wrong size on FAssetManagerRedirect"); \ +static_assert(offsetof(FAssetManagerRedirect, Old) == 0x000000, "Member 'FAssetManagerRedirect::Old' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerRedirect, New) == 0x000010, "Member 'FAssetManagerRedirect::New' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrimaryAssetRulesOverride \ +static_assert(alignof(FPrimaryAssetRulesOverride) == 0x000004, "Wrong alignment on FPrimaryAssetRulesOverride"); \ +static_assert(sizeof(FPrimaryAssetRulesOverride) == 0x00001C, "Wrong size on FPrimaryAssetRulesOverride"); \ +static_assert(offsetof(FPrimaryAssetRulesOverride, PrimaryAssetId) == 0x000000, "Member 'FPrimaryAssetRulesOverride::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetRulesOverride, Rules) == 0x000010, "Member 'FPrimaryAssetRulesOverride::Rules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNodeExposedValueHandler_Base \ +static_assert(alignof(FAnimNodeExposedValueHandler_Base) == 0x000008, "Wrong alignment on FAnimNodeExposedValueHandler_Base"); \ +static_assert(sizeof(FAnimNodeExposedValueHandler_Base) == 0x000018, "Wrong size on FAnimNodeExposedValueHandler_Base"); \ +static_assert(offsetof(FAnimNodeExposedValueHandler_Base, Function) == 0x000008, "Member 'FAnimNodeExposedValueHandler_Base::Function' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeExposedValueHandler_Base, BoundFunction) == 0x000010, "Member 'FAnimNodeExposedValueHandler_Base::BoundFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSceneViewExtensionIsActiveFunctor \ +static_assert(alignof(FSceneViewExtensionIsActiveFunctor) == 0x000010, "Wrong alignment on FSceneViewExtensionIsActiveFunctor"); \ +static_assert(sizeof(FSceneViewExtensionIsActiveFunctor) == 0x000040, "Wrong size on FSceneViewExtensionIsActiveFunctor"); \ + +#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_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_FAnimCompressedCurveIndexedName \ +static_assert(alignof(FAnimCompressedCurveIndexedName) == 0x000004, "Wrong alignment on FAnimCompressedCurveIndexedName"); \ +static_assert(sizeof(FAnimCompressedCurveIndexedName) == 0x00000C, "Wrong size on FAnimCompressedCurveIndexedName"); \ +static_assert(offsetof(FAnimCompressedCurveIndexedName, CurveName) == 0x000000, "Member 'FAnimCompressedCurveIndexedName::CurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNonBlendableQuaternionAnimationAttribute \ +static_assert(alignof(FNonBlendableQuaternionAnimationAttribute) == 0x000010, "Wrong alignment on FNonBlendableQuaternionAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableQuaternionAnimationAttribute) == 0x000020, "Wrong size on FNonBlendableQuaternionAnimationAttribute"); \ + +#define DUMPER7_ASSERTS_FNonBlendableVectorAnimationAttribute \ +static_assert(alignof(FNonBlendableVectorAnimationAttribute) == 0x000008, "Wrong alignment on FNonBlendableVectorAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableVectorAnimationAttribute) == 0x000018, "Wrong size on FNonBlendableVectorAnimationAttribute"); \ + +#define DUMPER7_ASSERTS_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_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_FNonBlendableTransformAnimationAttribute \ +static_assert(alignof(FNonBlendableTransformAnimationAttribute) == 0x000010, "Wrong alignment on FNonBlendableTransformAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableTransformAnimationAttribute) == 0x000060, "Wrong size on FNonBlendableTransformAnimationAttribute"); \ + +#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_FNetworkMetricsMutator \ +static_assert(alignof(FNetworkMetricsMutator) == 0x000008, "Wrong alignment on FNetworkMetricsMutator"); \ +static_assert(sizeof(FNetworkMetricsMutator) == 0x000010, "Wrong size on FNetworkMetricsMutator"); \ +static_assert(offsetof(FNetworkMetricsMutator, NameOverride) == 0x000008, "Member 'FNetworkMetricsMutator::NameOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkMetricsMutatorAvg \ +static_assert(alignof(FNetworkMetricsMutatorAvg) == 0x000008, "Wrong alignment on FNetworkMetricsMutatorAvg"); \ +static_assert(sizeof(FNetworkMetricsMutatorAvg) == 0x000030, "Wrong size on FNetworkMetricsMutatorAvg"); \ +static_assert(offsetof(FNetworkMetricsMutatorAvg, MetricName) == 0x000020, "Member 'FNetworkMetricsMutatorAvg::MetricName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatteBoxFlag \ +static_assert(alignof(FMatteBoxFlag) == 0x000004, "Wrong alignment on FMatteBoxFlag"); \ +static_assert(sizeof(FMatteBoxFlag) == 0x00000C, "Wrong size on FMatteBoxFlag"); \ +static_assert(offsetof(FMatteBoxFlag, Pitch) == 0x000000, "Member 'FMatteBoxFlag::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FMatteBoxFlag, Roll) == 0x000004, "Member 'FMatteBoxFlag::Roll' has a wrong offset!"); \ +static_assert(offsetof(FMatteBoxFlag, Length) == 0x000008, "Member 'FMatteBoxFlag::Length' 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) == 0x000770, "Wrong size on FPostProcessSettings"); \ +static_assert(offsetof(FPostProcessSettings, BloomMethod) == 0x000035, "Member 'FPostProcessSettings::BloomMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMethod) == 0x000036, "Member 'FPostProcessSettings::AutoExposureMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TemperatureType) == 0x000037, "Member 'FPostProcessSettings::TemperatureType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WhiteTemp) == 0x000038, "Member 'FPostProcessSettings::WhiteTemp' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WhiteTint) == 0x00003C, "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, BloomGaussianIntensity) == 0x000308, "Member 'FPostProcessSettings::BloomGaussianIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomThreshold) == 0x00030C, "Member 'FPostProcessSettings::BloomThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomSizeScale) == 0x000310, "Member 'FPostProcessSettings::BloomSizeScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom1Size) == 0x000314, "Member 'FPostProcessSettings::Bloom1Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom2Size) == 0x000318, "Member 'FPostProcessSettings::Bloom2Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom3Size) == 0x00031C, "Member 'FPostProcessSettings::Bloom3Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom4Size) == 0x000320, "Member 'FPostProcessSettings::Bloom4Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom5Size) == 0x000324, "Member 'FPostProcessSettings::Bloom5Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom6Size) == 0x000328, "Member 'FPostProcessSettings::Bloom6Size' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom1Tint) == 0x00032C, "Member 'FPostProcessSettings::Bloom1Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom2Tint) == 0x00033C, "Member 'FPostProcessSettings::Bloom2Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom3Tint) == 0x00034C, "Member 'FPostProcessSettings::Bloom3Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom4Tint) == 0x00035C, "Member 'FPostProcessSettings::Bloom4Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom5Tint) == 0x00036C, "Member 'FPostProcessSettings::Bloom5Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Bloom6Tint) == 0x00037C, "Member 'FPostProcessSettings::Bloom6Tint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionIntensity) == 0x00038C, "Member 'FPostProcessSettings::BloomConvolutionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionScatterDispersion) == 0x000390, "Member 'FPostProcessSettings::BloomConvolutionScatterDispersion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionSize) == 0x000394, "Member 'FPostProcessSettings::BloomConvolutionSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionTexture) == 0x000398, "Member 'FPostProcessSettings::BloomConvolutionTexture' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionCenterUV) == 0x0003A0, "Member 'FPostProcessSettings::BloomConvolutionCenterUV' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMin) == 0x0003B0, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMax) == 0x0003B4, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMult) == 0x0003B8, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMult' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomConvolutionBufferScale) == 0x0003BC, "Member 'FPostProcessSettings::BloomConvolutionBufferScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomDirtMask) == 0x0003C0, "Member 'FPostProcessSettings::BloomDirtMask' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomDirtMaskIntensity) == 0x0003C8, "Member 'FPostProcessSettings::BloomDirtMaskIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, BloomDirtMaskTint) == 0x0003CC, "Member 'FPostProcessSettings::BloomDirtMaskTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DynamicGlobalIlluminationMethod) == 0x0003DC, "Member 'FPostProcessSettings::DynamicGlobalIlluminationMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, IndirectLightingColor) == 0x0003E0, "Member 'FPostProcessSettings::IndirectLightingColor' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, IndirectLightingIntensity) == 0x0003F0, "Member 'FPostProcessSettings::IndirectLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenRayLightingMode) == 0x0003F4, "Member 'FPostProcessSettings::LumenRayLightingMode' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSceneLightingQuality) == 0x0003F8, "Member 'FPostProcessSettings::LumenSceneLightingQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSceneDetail) == 0x0003FC, "Member 'FPostProcessSettings::LumenSceneDetail' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSceneViewDistance) == 0x000400, "Member 'FPostProcessSettings::LumenSceneViewDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSceneLightingUpdateSpeed) == 0x000404, "Member 'FPostProcessSettings::LumenSceneLightingUpdateSpeed' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenFinalGatherQuality) == 0x000408, "Member 'FPostProcessSettings::LumenFinalGatherQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenFinalGatherLightingUpdateSpeed) == 0x00040C, "Member 'FPostProcessSettings::LumenFinalGatherLightingUpdateSpeed' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenMaxTraceDistance) == 0x000414, "Member 'FPostProcessSettings::LumenMaxTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenDiffuseColorBoost) == 0x000418, "Member 'FPostProcessSettings::LumenDiffuseColorBoost' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSkylightLeaking) == 0x00041C, "Member 'FPostProcessSettings::LumenSkylightLeaking' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSkylightLeakingTint) == 0x000420, "Member 'FPostProcessSettings::LumenSkylightLeakingTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenFullSkylightLeakingDistance) == 0x000430, "Member 'FPostProcessSettings::LumenFullSkylightLeakingDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSurfaceCacheResolution) == 0x000434, "Member 'FPostProcessSettings::LumenSurfaceCacheResolution' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ReflectionMethod) == 0x000438, "Member 'FPostProcessSettings::ReflectionMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ReflectionsType) == 0x000439, "Member 'FPostProcessSettings::ReflectionsType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenReflectionQuality) == 0x00043C, "Member 'FPostProcessSettings::LumenReflectionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenMaxRoughnessToTraceReflections) == 0x000444, "Member 'FPostProcessSettings::LumenMaxRoughnessToTraceReflections' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenMaxReflectionBounces) == 0x000448, "Member 'FPostProcessSettings::LumenMaxReflectionBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenMaxRefractionBounces) == 0x00044C, "Member 'FPostProcessSettings::LumenMaxRefractionBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionIntensity) == 0x000450, "Member 'FPostProcessSettings::ScreenSpaceReflectionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionQuality) == 0x000454, "Member 'FPostProcessSettings::ScreenSpaceReflectionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionMaxRoughness) == 0x000458, "Member 'FPostProcessSettings::ScreenSpaceReflectionMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemapTint) == 0x000460, "Member 'FPostProcessSettings::AmbientCubemapTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemapIntensity) == 0x000470, "Member 'FPostProcessSettings::AmbientCubemapIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemap) == 0x000478, "Member 'FPostProcessSettings::AmbientCubemap' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, CameraShutterSpeed) == 0x000480, "Member 'FPostProcessSettings::CameraShutterSpeed' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, CameraISO) == 0x000484, "Member 'FPostProcessSettings::CameraISO' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFstop) == 0x000488, "Member 'FPostProcessSettings::DepthOfFieldFstop' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldMinFstop) == 0x00048C, "Member 'FPostProcessSettings::DepthOfFieldMinFstop' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldBladeCount) == 0x000490, "Member 'FPostProcessSettings::DepthOfFieldBladeCount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBias) == 0x000494, "Member 'FPostProcessSettings::AutoExposureBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBiasBackup) == 0x000498, "Member 'FPostProcessSettings::AutoExposureBiasBackup' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBiasCurve) == 0x0004A8, "Member 'FPostProcessSettings::AutoExposureBiasCurve' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMeterMask) == 0x0004B0, "Member 'FPostProcessSettings::AutoExposureMeterMask' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureLowPercent) == 0x0004B8, "Member 'FPostProcessSettings::AutoExposureLowPercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureHighPercent) == 0x0004BC, "Member 'FPostProcessSettings::AutoExposureHighPercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMinBrightness) == 0x0004C0, "Member 'FPostProcessSettings::AutoExposureMinBrightness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMaxBrightness) == 0x0004C4, "Member 'FPostProcessSettings::AutoExposureMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedUp) == 0x0004C8, "Member 'FPostProcessSettings::AutoExposureSpeedUp' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedDown) == 0x0004CC, "Member 'FPostProcessSettings::AutoExposureSpeedDown' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, HistogramLogMin) == 0x0004D0, "Member 'FPostProcessSettings::HistogramLogMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, HistogramLogMax) == 0x0004D4, "Member 'FPostProcessSettings::HistogramLogMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureCalibrationConstant) == 0x0004D8, "Member 'FPostProcessSettings::AutoExposureCalibrationConstant' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureMethod) == 0x0004DC, "Member 'FPostProcessSettings::LocalExposureMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureContrastScale) == 0x0004E0, "Member 'FPostProcessSettings::LocalExposureContrastScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureHighlightContrastScale) == 0x0004E4, "Member 'FPostProcessSettings::LocalExposureHighlightContrastScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureShadowContrastScale) == 0x0004E8, "Member 'FPostProcessSettings::LocalExposureShadowContrastScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureHighlightContrastCurve) == 0x0004F0, "Member 'FPostProcessSettings::LocalExposureHighlightContrastCurve' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureShadowContrastCurve) == 0x0004F8, "Member 'FPostProcessSettings::LocalExposureShadowContrastCurve' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureHighlightThreshold) == 0x000500, "Member 'FPostProcessSettings::LocalExposureHighlightThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureShadowThreshold) == 0x000504, "Member 'FPostProcessSettings::LocalExposureShadowThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureDetailStrength) == 0x000508, "Member 'FPostProcessSettings::LocalExposureDetailStrength' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureBlurredLuminanceBlend) == 0x00050C, "Member 'FPostProcessSettings::LocalExposureBlurredLuminanceBlend' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureBlurredLuminanceKernelSizePercent) == 0x000510, "Member 'FPostProcessSettings::LocalExposureBlurredLuminanceKernelSizePercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureHighlightThresholdStrength) == 0x000514, "Member 'FPostProcessSettings::LocalExposureHighlightThresholdStrength' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureShadowThresholdStrength) == 0x000518, "Member 'FPostProcessSettings::LocalExposureShadowThresholdStrength' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureMiddleGreyBias) == 0x00051C, "Member 'FPostProcessSettings::LocalExposureMiddleGreyBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareIntensity) == 0x000520, "Member 'FPostProcessSettings::LensFlareIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareTint) == 0x000524, "Member 'FPostProcessSettings::LensFlareTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareBokehSize) == 0x000534, "Member 'FPostProcessSettings::LensFlareBokehSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareThreshold) == 0x000538, "Member 'FPostProcessSettings::LensFlareThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareBokehShape) == 0x000540, "Member 'FPostProcessSettings::LensFlareBokehShape' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareTints) == 0x000548, "Member 'FPostProcessSettings::LensFlareTints' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, VignetteIntensity) == 0x0005C8, "Member 'FPostProcessSettings::VignetteIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, Sharpen) == 0x0005CC, "Member 'FPostProcessSettings::Sharpen' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GrainJitter) == 0x0005D0, "Member 'FPostProcessSettings::GrainJitter' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GrainIntensity) == 0x0005D4, "Member 'FPostProcessSettings::GrainIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainIntensity) == 0x0005D8, "Member 'FPostProcessSettings::FilmGrainIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainIntensityShadows) == 0x0005DC, "Member 'FPostProcessSettings::FilmGrainIntensityShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainIntensityMidtones) == 0x0005E0, "Member 'FPostProcessSettings::FilmGrainIntensityMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainIntensityHighlights) == 0x0005E4, "Member 'FPostProcessSettings::FilmGrainIntensityHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainShadowsMax) == 0x0005E8, "Member 'FPostProcessSettings::FilmGrainShadowsMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainHighlightsMin) == 0x0005EC, "Member 'FPostProcessSettings::FilmGrainHighlightsMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainHighlightsMax) == 0x0005F0, "Member 'FPostProcessSettings::FilmGrainHighlightsMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainTexelSize) == 0x0005F4, "Member 'FPostProcessSettings::FilmGrainTexelSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainTexture) == 0x0005F8, "Member 'FPostProcessSettings::FilmGrainTexture' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionIntensity) == 0x000600, "Member 'FPostProcessSettings::AmbientOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionStaticFraction) == 0x000604, "Member 'FPostProcessSettings::AmbientOcclusionStaticFraction' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionRadius) == 0x000608, "Member 'FPostProcessSettings::AmbientOcclusionRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeDistance) == 0x000610, "Member 'FPostProcessSettings::AmbientOcclusionFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeRadius) == 0x000614, "Member 'FPostProcessSettings::AmbientOcclusionFadeRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionDistance) == 0x000618, "Member 'FPostProcessSettings::AmbientOcclusionDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionPower) == 0x00061C, "Member 'FPostProcessSettings::AmbientOcclusionPower' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionBias) == 0x000620, "Member 'FPostProcessSettings::AmbientOcclusionBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionQuality) == 0x000624, "Member 'FPostProcessSettings::AmbientOcclusionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipBlend) == 0x000628, "Member 'FPostProcessSettings::AmbientOcclusionMipBlend' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipScale) == 0x00062C, "Member 'FPostProcessSettings::AmbientOcclusionMipScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipThreshold) == 0x000630, "Member 'FPostProcessSettings::AmbientOcclusionMipThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionTemporalBlendWeight) == 0x000634, "Member 'FPostProcessSettings::AmbientOcclusionTemporalBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAOSamplesPerPixel) == 0x00063C, "Member 'FPostProcessSettings::RayTracingAOSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAOIntensity) == 0x000640, "Member 'FPostProcessSettings::RayTracingAOIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAORadius) == 0x000644, "Member 'FPostProcessSettings::RayTracingAORadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGradingIntensity) == 0x000648, "Member 'FPostProcessSettings::ColorGradingIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGradingLUT) == 0x000650, "Member 'FPostProcessSettings::ColorGradingLUT' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldSensorWidth) == 0x000658, "Member 'FPostProcessSettings::DepthOfFieldSensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldSqueezeFactor) == 0x00065C, "Member 'FPostProcessSettings::DepthOfFieldSqueezeFactor' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalDistance) == 0x000660, "Member 'FPostProcessSettings::DepthOfFieldFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurAmount) == 0x000664, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurRadius) == 0x000668, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldPetzvalBokeh) == 0x000670, "Member 'FPostProcessSettings::DepthOfFieldPetzvalBokeh' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldPetzvalBokehFalloff) == 0x000674, "Member 'FPostProcessSettings::DepthOfFieldPetzvalBokehFalloff' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldPetzvalExclusionBoxExtents) == 0x000678, "Member 'FPostProcessSettings::DepthOfFieldPetzvalExclusionBoxExtents' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldPetzvalExclusionBoxRadius) == 0x000680, "Member 'FPostProcessSettings::DepthOfFieldPetzvalExclusionBoxRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldAspectRatioScalar) == 0x000684, "Member 'FPostProcessSettings::DepthOfFieldAspectRatioScalar' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldBarrelRadius) == 0x000688, "Member 'FPostProcessSettings::DepthOfFieldBarrelRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldBarrelLength) == 0x00068C, "Member 'FPostProcessSettings::DepthOfFieldBarrelLength' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldMatteBoxFlags) == 0x000690, "Member 'FPostProcessSettings::DepthOfFieldMatteBoxFlags' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalRegion) == 0x0006B4, "Member 'FPostProcessSettings::DepthOfFieldFocalRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearTransitionRegion) == 0x0006B8, "Member 'FPostProcessSettings::DepthOfFieldNearTransitionRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarTransitionRegion) == 0x0006BC, "Member 'FPostProcessSettings::DepthOfFieldFarTransitionRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldScale) == 0x0006C0, "Member 'FPostProcessSettings::DepthOfFieldScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearBlurSize) == 0x0006C4, "Member 'FPostProcessSettings::DepthOfFieldNearBlurSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarBlurSize) == 0x0006C8, "Member 'FPostProcessSettings::DepthOfFieldFarBlurSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldOcclusion) == 0x0006CC, "Member 'FPostProcessSettings::DepthOfFieldOcclusion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldSkyFocusDistance) == 0x0006D0, "Member 'FPostProcessSettings::DepthOfFieldSkyFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldVignetteSize) == 0x0006D4, "Member 'FPostProcessSettings::DepthOfFieldVignetteSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurAmount) == 0x0006D8, "Member 'FPostProcessSettings::MotionBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurMax) == 0x0006DC, "Member 'FPostProcessSettings::MotionBlurMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurTargetFPS) == 0x0006E0, "Member 'FPostProcessSettings::MotionBlurTargetFPS' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurPerObjectSize) == 0x0006E4, "Member 'FPostProcessSettings::MotionBlurPerObjectSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVIntensity) == 0x0006E8, "Member 'FPostProcessSettings::LPVIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVVplInjectionBias) == 0x0006EC, "Member 'FPostProcessSettings::LPVVplInjectionBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSize) == 0x0006F0, "Member 'FPostProcessSettings::LPVSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSecondaryOcclusionIntensity) == 0x0006F4, "Member 'FPostProcessSettings::LPVSecondaryOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSecondaryBounceIntensity) == 0x0006F8, "Member 'FPostProcessSettings::LPVSecondaryBounceIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVGeometryVolumeBias) == 0x0006FC, "Member 'FPostProcessSettings::LPVGeometryVolumeBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVEmissiveInjectionIntensity) == 0x000700, "Member 'FPostProcessSettings::LPVEmissiveInjectionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionIntensity) == 0x000704, "Member 'FPostProcessSettings::LPVDirectionalOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionRadius) == 0x000708, "Member 'FPostProcessSettings::LPVDirectionalOcclusionRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionExponent) == 0x00070C, "Member 'FPostProcessSettings::LPVDiffuseOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionExponent) == 0x000710, "Member 'FPostProcessSettings::LPVSpecularOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionIntensity) == 0x000714, "Member 'FPostProcessSettings::LPVDiffuseOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionIntensity) == 0x000718, "Member 'FPostProcessSettings::LPVSpecularOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TranslucencyType) == 0x00071C, "Member 'FPostProcessSettings::TranslucencyType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyMaxRoughness) == 0x000720, "Member 'FPostProcessSettings::RayTracingTranslucencyMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyRefractionRays) == 0x000724, "Member 'FPostProcessSettings::RayTracingTranslucencyRefractionRays' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencySamplesPerPixel) == 0x000728, "Member 'FPostProcessSettings::RayTracingTranslucencySamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyMaxPrimaryHitEvents) == 0x00072C, "Member 'FPostProcessSettings::RayTracingTranslucencyMaxPrimaryHitEvents' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyMaxSecondaryHitEvents) == 0x000730, "Member 'FPostProcessSettings::RayTracingTranslucencyMaxSecondaryHitEvents' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyShadows) == 0x000734, "Member 'FPostProcessSettings::RayTracingTranslucencyShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingMaxBounces) == 0x000738, "Member 'FPostProcessSettings::PathTracingMaxBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingSamplesPerPixel) == 0x00073C, "Member 'FPostProcessSettings::PathTracingSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingMaxPathIntensity) == 0x000740, "Member 'FPostProcessSettings::PathTracingMaxPathIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVFadeRange) == 0x000748, "Member 'FPostProcessSettings::LPVFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionFadeRange) == 0x00074C, "Member 'FPostProcessSettings::LPVDirectionalOcclusionFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenPercentage) == 0x000750, "Member 'FPostProcessSettings::ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, UserFlags) == 0x000754, "Member 'FPostProcessSettings::UserFlags' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WeightedBlendables) == 0x000758, "Member 'FPostProcessSettings::WeightedBlendables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalViewInfo \ +static_assert(alignof(FMinimalViewInfo) == 0x000010, "Wrong alignment on FMinimalViewInfo"); \ +static_assert(sizeof(FMinimalViewInfo) == 0x0008D0, "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, FirstPersonFOV) == 0x000038, "Member 'FMinimalViewInfo::FirstPersonFOV' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, FirstPersonScale) == 0x00003C, "Member 'FMinimalViewInfo::FirstPersonScale' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoWidth) == 0x000040, "Member 'FMinimalViewInfo::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, bAutoCalculateOrthoPlanes) == 0x000044, "Member 'FMinimalViewInfo::bAutoCalculateOrthoPlanes' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, AutoPlaneShift) == 0x000048, "Member 'FMinimalViewInfo::AutoPlaneShift' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, bUpdateOrthoPlanes) == 0x00004C, "Member 'FMinimalViewInfo::bUpdateOrthoPlanes' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, bUseCameraHeightAsViewTarget) == 0x00004D, "Member 'FMinimalViewInfo::bUseCameraHeightAsViewTarget' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoNearClipPlane) == 0x000050, "Member 'FMinimalViewInfo::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoFarClipPlane) == 0x000054, "Member 'FMinimalViewInfo::OrthoFarClipPlane' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, PerspectiveNearClipPlane) == 0x000058, "Member 'FMinimalViewInfo::PerspectiveNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, AspectRatio) == 0x00005C, "Member 'FMinimalViewInfo::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, ProjectionMode) == 0x00006C, "Member 'FMinimalViewInfo::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, PostProcessBlendWeight) == 0x000070, "Member 'FMinimalViewInfo::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, PostProcessSettings) == 0x000080, "Member 'FMinimalViewInfo::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OffCenterProjectionOffset) == 0x0007F0, "Member 'FMinimalViewInfo::OffCenterProjectionOffset' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OverscanResolutionFraction) == 0x000870, "Member 'FMinimalViewInfo::OverscanResolutionFraction' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, CropFraction) == 0x000874, "Member 'FMinimalViewInfo::CropFraction' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, AsymmetricCropFraction) == 0x000880, "Member 'FMinimalViewInfo::AsymmetricCropFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkyAtmosphereHandle \ +static_assert(alignof(FSkyAtmosphereHandle) == 0x000008, "Wrong alignment on FSkyAtmosphereHandle"); \ +static_assert(sizeof(FSkyAtmosphereHandle) == 0x000010, "Wrong size on FSkyAtmosphereHandle"); \ + +#define DUMPER7_ASSERTS_FISMComponentDescriptorBase \ +static_assert(alignof(FISMComponentDescriptorBase) == 0x000008, "Wrong alignment on FISMComponentDescriptorBase"); \ +static_assert(sizeof(FISMComponentDescriptorBase) == 0x0001E0, "Wrong size on FISMComponentDescriptorBase"); \ +static_assert(offsetof(FISMComponentDescriptorBase, Hash) == 0x000008, "Member 'FISMComponentDescriptorBase::Hash' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, ComponentClass) == 0x000010, "Member 'FISMComponentDescriptorBase::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, Mobility) == 0x000018, "Member 'FISMComponentDescriptorBase::Mobility' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, VirtualTextureRenderPassType) == 0x000019, "Member 'FISMComponentDescriptorBase::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, LightmapType) == 0x00001A, "Member 'FISMComponentDescriptorBase::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, LightingChannels) == 0x00001B, "Member 'FISMComponentDescriptorBase::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, RayTracingGroupId) == 0x00001C, "Member 'FISMComponentDescriptorBase::RayTracingGroupId' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, RayTracingGroupCullingPriority) == 0x000020, "Member 'FISMComponentDescriptorBase::RayTracingGroupCullingPriority' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, bHasCustomNavigableGeometry) == 0x000021, "Member 'FISMComponentDescriptorBase::bHasCustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, CustomDepthStencilWriteMask) == 0x000022, "Member 'FISMComponentDescriptorBase::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, BodyInstance) == 0x000028, "Member 'FISMComponentDescriptorBase::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, InstanceMinDrawDistance) == 0x0001A8, "Member 'FISMComponentDescriptorBase::InstanceMinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, InstanceStartCullDistance) == 0x0001AC, "Member 'FISMComponentDescriptorBase::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, InstanceEndCullDistance) == 0x0001B0, "Member 'FISMComponentDescriptorBase::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, InstanceLODDistanceScale) == 0x0001B4, "Member 'FISMComponentDescriptorBase::InstanceLODDistanceScale' 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, WorldPositionOffsetDisableDistance) == 0x0001D0, "Member 'FISMComponentDescriptorBase::WorldPositionOffsetDisableDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, NanitePixelProgrammableDistance) == 0x0001D4, "Member 'FISMComponentDescriptorBase::NanitePixelProgrammableDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, ShadowCacheInvalidationBehavior) == 0x0001D8, "Member 'FISMComponentDescriptorBase::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, DetailMode) == 0x0001D9, "Member 'FISMComponentDescriptorBase::DetailMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftISMComponentDescriptor \ +static_assert(alignof(FSoftISMComponentDescriptor) == 0x000008, "Wrong alignment on FSoftISMComponentDescriptor"); \ +static_assert(sizeof(FSoftISMComponentDescriptor) == 0x000250, "Wrong size on FSoftISMComponentDescriptor"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, StaticMesh) == 0x0001E0, "Member 'FSoftISMComponentDescriptor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, OverrideMaterials) == 0x000208, "Member 'FSoftISMComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, OverlayMaterial) == 0x000218, "Member 'FSoftISMComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, RuntimeVirtualTextures) == 0x000240, "Member 'FSoftISMComponentDescriptor::RuntimeVirtualTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayersFunctions \ +static_assert(alignof(FMaterialLayersFunctions) == 0x000008, "Wrong alignment on FMaterialLayersFunctions"); \ +static_assert(sizeof(FMaterialLayersFunctions) == 0x000110, "Wrong size on FMaterialLayersFunctions"); \ +static_assert(offsetof(FMaterialLayersFunctions, EditorOnly) == 0x000030, "Member 'FMaterialLayersFunctions::EditorOnly' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, LayerStates) == 0x0000A0, "Member 'FMaterialLayersFunctions::LayerStates' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, LayerNames) == 0x0000B0, "Member 'FMaterialLayersFunctions::LayerNames' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, RestrictToLayerRelatives) == 0x0000C0, "Member 'FMaterialLayersFunctions::RestrictToLayerRelatives' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, RestrictToBlendRelatives) == 0x0000D0, "Member 'FMaterialLayersFunctions::RestrictToBlendRelatives' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, LayerGuids) == 0x0000E0, "Member 'FMaterialLayersFunctions::LayerGuids' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, LayerLinkStates) == 0x0000F0, "Member 'FMaterialLayersFunctions::LayerLinkStates' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, DeletedParentLayerGuids) == 0x000100, "Member 'FMaterialLayersFunctions::DeletedParentLayerGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMaterialLayersParameter \ +static_assert(alignof(FStaticMaterialLayersParameter) == 0x000008, "Wrong alignment on FStaticMaterialLayersParameter"); \ +static_assert(sizeof(FStaticMaterialLayersParameter) == 0x000138, "Wrong size on FStaticMaterialLayersParameter"); \ +static_assert(offsetof(FStaticMaterialLayersParameter, Value) == 0x000028, "Member 'FStaticMaterialLayersParameter::Value' 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_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_FMeshApproximationSettings \ +static_assert(alignof(FMeshApproximationSettings) == 0x000008, "Wrong alignment on FMeshApproximationSettings"); \ +static_assert(sizeof(FMeshApproximationSettings) == 0x000128, "Wrong size on FMeshApproximationSettings"); \ +static_assert(offsetof(FMeshApproximationSettings, OutputType) == 0x000000, "Member 'FMeshApproximationSettings::OutputType' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, ApproximationAccuracy) == 0x000004, "Member 'FMeshApproximationSettings::ApproximationAccuracy' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, ClampVoxelDimension) == 0x000008, "Member 'FMeshApproximationSettings::ClampVoxelDimension' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bAttemptAutoThickening) == 0x00000C, "Member 'FMeshApproximationSettings::bAttemptAutoThickening' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, TargetMinThicknessMultiplier) == 0x000010, "Member 'FMeshApproximationSettings::TargetMinThicknessMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bIgnoreTinyParts) == 0x000014, "Member 'FMeshApproximationSettings::bIgnoreTinyParts' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, TinyPartSizeMultiplier) == 0x000018, "Member 'FMeshApproximationSettings::TinyPartSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, BaseCapping) == 0x00001C, "Member 'FMeshApproximationSettings::BaseCapping' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, WindingThreshold) == 0x000020, "Member 'FMeshApproximationSettings::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bFillGaps) == 0x000024, "Member 'FMeshApproximationSettings::bFillGaps' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, GapDistance) == 0x000028, "Member 'FMeshApproximationSettings::GapDistance' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, OcclusionMethod) == 0x00002C, "Member 'FMeshApproximationSettings::OcclusionMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bOccludeFromBottom) == 0x00002D, "Member 'FMeshApproximationSettings::bOccludeFromBottom' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, SimplifyMethod) == 0x00002E, "Member 'FMeshApproximationSettings::SimplifyMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, TargetTriCount) == 0x000030, "Member 'FMeshApproximationSettings::TargetTriCount' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, TrianglesPerM) == 0x000034, "Member 'FMeshApproximationSettings::TrianglesPerM' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, GeometricDeviation) == 0x000038, "Member 'FMeshApproximationSettings::GeometricDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, GroundClipping) == 0x00003C, "Member 'FMeshApproximationSettings::GroundClipping' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, GroundClippingZHeight) == 0x000040, "Member 'FMeshApproximationSettings::GroundClippingZHeight' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEstimateHardNormals) == 0x000044, "Member 'FMeshApproximationSettings::bEstimateHardNormals' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, HardNormalAngle) == 0x000048, "Member 'FMeshApproximationSettings::HardNormalAngle' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, UVGenerationMethod) == 0x00004C, "Member 'FMeshApproximationSettings::UVGenerationMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, InitialPatchCount) == 0x000050, "Member 'FMeshApproximationSettings::InitialPatchCount' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, CurvatureAlignment) == 0x000054, "Member 'FMeshApproximationSettings::CurvatureAlignment' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MergingThreshold) == 0x000058, "Member 'FMeshApproximationSettings::MergingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MaxAngleDeviation) == 0x00005C, "Member 'FMeshApproximationSettings::MaxAngleDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bGenerateNaniteEnabledMesh) == 0x000060, "Member 'FMeshApproximationSettings::bGenerateNaniteEnabledMesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NaniteFallbackTarget) == 0x000061, "Member 'FMeshApproximationSettings::NaniteFallbackTarget' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NaniteFallbackPercentTriangles) == 0x000064, "Member 'FMeshApproximationSettings::NaniteFallbackPercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NaniteFallbackRelativeError) == 0x000068, "Member 'FMeshApproximationSettings::NaniteFallbackRelativeError' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bSupportRayTracing) == 0x00006C, "Member 'FMeshApproximationSettings::bSupportRayTracing' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bAllowDistanceField) == 0x00006D, "Member 'FMeshApproximationSettings::bAllowDistanceField' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MultiSamplingAA) == 0x000070, "Member 'FMeshApproximationSettings::MultiSamplingAA' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, RenderCaptureResolution) == 0x000074, "Member 'FMeshApproximationSettings::RenderCaptureResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MaterialSettings) == 0x000078, "Member 'FMeshApproximationSettings::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, CaptureFieldOfView) == 0x000118, "Member 'FMeshApproximationSettings::CaptureFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NearPlaneDist) == 0x00011C, "Member 'FMeshApproximationSettings::NearPlaneDist' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bUseRenderLODMeshes) == 0x000120, "Member 'FMeshApproximationSettings::bUseRenderLODMeshes' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEnableSimplifyPrePass) == 0x000121, "Member 'FMeshApproximationSettings::bEnableSimplifyPrePass' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEnableParallelBaking) == 0x000122, "Member 'FMeshApproximationSettings::bEnableParallelBaking' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bPrintDebugMessages) == 0x000123, "Member 'FMeshApproximationSettings::bPrintDebugMessages' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEmitFullDebugMesh) == 0x000124, "Member 'FMeshApproximationSettings::bEmitFullDebugMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FCharacterNetworkSerializationPackedBits \ +static_assert(alignof(FCharacterNetworkSerializationPackedBits) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBits"); \ +static_assert(sizeof(FCharacterNetworkSerializationPackedBits) == 0x000118, "Wrong size on FCharacterNetworkSerializationPackedBits"); \ + +#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_FCharacterServerMovePackedBits \ +static_assert(alignof(FCharacterServerMovePackedBits) == 0x000008, "Wrong alignment on FCharacterServerMovePackedBits"); \ +static_assert(sizeof(FCharacterServerMovePackedBits) == 0x000118, "Wrong size on FCharacterServerMovePackedBits"); \ + +#define DUMPER7_ASSERTS_FStaticMeshDynamicState \ +static_assert(alignof(FStaticMeshDynamicState) == 0x000008, "Wrong alignment on FStaticMeshDynamicState"); \ +static_assert(sizeof(FStaticMeshDynamicState) == 0x000048, "Wrong size on FStaticMeshDynamicState"); \ +static_assert(offsetof(FStaticMeshDynamicState, Transform) == 0x000008, "Member 'FStaticMeshDynamicState::Transform' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshDynamicState, Mesh) == 0x000018, "Member 'FStaticMeshDynamicState::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshDynamicState, OverrideMaterials) == 0x000020, "Member 'FStaticMeshDynamicState::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshDynamicState, Owners) == 0x000030, "Member 'FStaticMeshDynamicState::Owners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterMoveResponsePackedBits \ +static_assert(alignof(FCharacterMoveResponsePackedBits) == 0x000008, "Wrong alignment on FCharacterMoveResponsePackedBits"); \ +static_assert(sizeof(FCharacterMoveResponsePackedBits) == 0x000118, "Wrong size on FCharacterMoveResponsePackedBits"); \ + +#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_FCustomAttribute \ +static_assert(alignof(FCustomAttribute) == 0x000001, "Wrong alignment on FCustomAttribute"); \ +static_assert(sizeof(FCustomAttribute) == 0x000001, "Wrong size on FCustomAttribute"); \ + +#define DUMPER7_ASSERTS_FSkinnedMeshHandle \ +static_assert(alignof(FSkinnedMeshHandle) == 0x000008, "Wrong alignment on FSkinnedMeshHandle"); \ +static_assert(sizeof(FSkinnedMeshHandle) == 0x000010, "Wrong size on FSkinnedMeshHandle"); \ + +#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_FAsyncPhysicsTimestamp \ +static_assert(alignof(FAsyncPhysicsTimestamp) == 0x000004, "Wrong alignment on FAsyncPhysicsTimestamp"); \ +static_assert(sizeof(FAsyncPhysicsTimestamp) == 0x000008, "Wrong size on FAsyncPhysicsTimestamp"); \ +static_assert(offsetof(FAsyncPhysicsTimestamp, ServerFrame) == 0x000000, "Member 'FAsyncPhysicsTimestamp::ServerFrame' has a wrong offset!"); \ +static_assert(offsetof(FAsyncPhysicsTimestamp, LocalFrame) == 0x000004, "Member 'FAsyncPhysicsTimestamp::LocalFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedStringCustomAttribute \ +static_assert(alignof(FBakedStringCustomAttribute) == 0x000001, "Wrong alignment on FBakedStringCustomAttribute"); \ +static_assert(sizeof(FBakedStringCustomAttribute) == 0x000001, "Wrong size on FBakedStringCustomAttribute"); \ + +#define DUMPER7_ASSERTS_FMLLevelSetModelInferenceInfo \ +static_assert(alignof(FMLLevelSetModelInferenceInfo) == 0x000008, "Wrong alignment on FMLLevelSetModelInferenceInfo"); \ +static_assert(sizeof(FMLLevelSetModelInferenceInfo) == 0x000038, "Wrong size on FMLLevelSetModelInferenceInfo"); \ +static_assert(offsetof(FMLLevelSetModelInferenceInfo, NNEModelPath) == 0x000008, "Member 'FMLLevelSetModelInferenceInfo::NNEModelPath' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelInferenceInfo, ModelArchitectureActivationNodeSizes) == 0x000018, "Member 'FMLLevelSetModelInferenceInfo::ModelArchitectureActivationNodeSizes' has a wrong offset!"); \ +static_assert(offsetof(FMLLevelSetModelInferenceInfo, MLModelWeights) == 0x000028, "Member 'FMLLevelSetModelInferenceInfo::MLModelWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedIntegerCustomAttribute \ +static_assert(alignof(FBakedIntegerCustomAttribute) == 0x000001, "Wrong alignment on FBakedIntegerCustomAttribute"); \ +static_assert(sizeof(FBakedIntegerCustomAttribute) == 0x000001, "Wrong size on FBakedIntegerCustomAttribute"); \ + +#define DUMPER7_ASSERTS_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_FBakedFloatCustomAttribute \ +static_assert(alignof(FBakedFloatCustomAttribute) == 0x000001, "Wrong alignment on FBakedFloatCustomAttribute"); \ +static_assert(sizeof(FBakedFloatCustomAttribute) == 0x000001, "Wrong size on FBakedFloatCustomAttribute"); \ + +#define DUMPER7_ASSERTS_FStaticComponentMaskParameter \ +static_assert(alignof(FStaticComponentMaskParameter) == 0x000004, "Wrong alignment on FStaticComponentMaskParameter"); \ +static_assert(sizeof(FStaticComponentMaskParameter) == 0x000028, "Wrong size on FStaticComponentMaskParameter"); \ +static_assert(offsetof(FStaticComponentMaskParameter, R) == 0x000024, "Member 'FStaticComponentMaskParameter::R' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, G) == 0x000025, "Member 'FStaticComponentMaskParameter::G' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, B) == 0x000026, "Member 'FStaticComponentMaskParameter::B' has a wrong offset!"); \ +static_assert(offsetof(FStaticComponentMaskParameter, A) == 0x000027, "Member 'FStaticComponentMaskParameter::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticTerrainLayerWeightParameter \ +static_assert(alignof(FStaticTerrainLayerWeightParameter) == 0x000004, "Wrong alignment on FStaticTerrainLayerWeightParameter"); \ +static_assert(sizeof(FStaticTerrainLayerWeightParameter) == 0x000034, "Wrong size on FStaticTerrainLayerWeightParameter"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, ParameterInfo) == 0x000000, "Member 'FStaticTerrainLayerWeightParameter::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, ExpressionGUID) == 0x000010, "Member 'FStaticTerrainLayerWeightParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, bOverride) == 0x000020, "Member 'FStaticTerrainLayerWeightParameter::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, LayerName) == 0x000024, "Member 'FStaticTerrainLayerWeightParameter::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, WeightmapIndex) == 0x00002C, "Member 'FStaticTerrainLayerWeightParameter::WeightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, bIsRepeatedLayer) == 0x000030, "Member 'FStaticTerrainLayerWeightParameter::bIsRepeatedLayer' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, bWeightBasedBlend) == 0x000031, "Member 'FStaticTerrainLayerWeightParameter::bWeightBasedBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterSetEditorOnlyData \ +static_assert(alignof(FStaticParameterSetEditorOnlyData) == 0x000008, "Wrong alignment on FStaticParameterSetEditorOnlyData"); \ +static_assert(sizeof(FStaticParameterSetEditorOnlyData) == 0x0000A0, "Wrong size on FStaticParameterSetEditorOnlyData"); \ +static_assert(offsetof(FStaticParameterSetEditorOnlyData, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSetEditorOnlyData::StaticSwitchParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSetEditorOnlyData, StaticComponentMaskParameters) == 0x000010, "Member 'FStaticParameterSetEditorOnlyData::StaticComponentMaskParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSetEditorOnlyData, TerrainLayerWeightParameters) == 0x000020, "Member 'FStaticParameterSetEditorOnlyData::TerrainLayerWeightParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSetEditorOnlyData, MaterialLayers) == 0x000030, "Member 'FStaticParameterSetEditorOnlyData::MaterialLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedCustomAttributePerBoneData \ +static_assert(alignof(FBakedCustomAttributePerBoneData) == 0x000001, "Wrong alignment on FBakedCustomAttributePerBoneData"); \ +static_assert(sizeof(FBakedCustomAttributePerBoneData) == 0x000001, "Wrong size on FBakedCustomAttributePerBoneData"); \ + +#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_FActorFolderSet \ +static_assert(alignof(FActorFolderSet) == 0x000008, "Wrong alignment on FActorFolderSet"); \ +static_assert(sizeof(FActorFolderSet) == 0x000050, "Wrong size on FActorFolderSet"); \ +static_assert(offsetof(FActorFolderSet, ActorFolders) == 0x000000, "Member 'FActorFolderSet::ActorFolders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FNavigationLink \ +static_assert(alignof(FNavigationLink) == 0x000008, "Wrong alignment on FNavigationLink"); \ +static_assert(sizeof(FNavigationLink) == 0x000070, "Wrong size on FNavigationLink"); \ +static_assert(offsetof(FNavigationLink, Left) == 0x000040, "Member 'FNavigationLink::Left' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLink, Right) == 0x000058, "Member 'FNavigationLink::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FTimelineLinearColorTrack \ +static_assert(alignof(FTimelineLinearColorTrack) == 0x000008, "Wrong alignment on FTimelineLinearColorTrack"); \ +static_assert(sizeof(FTimelineLinearColorTrack) == 0x000040, "Wrong size on FTimelineLinearColorTrack"); \ +static_assert(offsetof(FTimelineLinearColorTrack, LinearColorCurve) == 0x000000, "Member 'FTimelineLinearColorTrack::LinearColorCurve' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, InterpFunc) == 0x000008, "Member 'FTimelineLinearColorTrack::InterpFunc' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, TrackName) == 0x000018, "Member 'FTimelineLinearColorTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(FTimelineLinearColorTrack, LinearColorPropertyName) == 0x000020, "Member 'FTimelineLinearColorTrack::LinearColorPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeline \ +static_assert(alignof(FTimeline) == 0x000008, "Wrong alignment on FTimeline"); \ +static_assert(sizeof(FTimeline) == 0x000098, "Wrong size on FTimeline"); \ +static_assert(offsetof(FTimeline, LengthMode) == 0x000000, "Member 'FTimeline::LengthMode' has a wrong offset!"); \ +static_assert(offsetof(FTimeline, PlayingStateTracker) == 0x000002, "Member 'FTimeline::PlayingStateTracker' 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_FNetDriverDefinition \ +static_assert(alignof(FNetDriverDefinition) == 0x000004, "Wrong alignment on FNetDriverDefinition"); \ +static_assert(sizeof(FNetDriverDefinition) == 0x00001C, "Wrong size on FNetDriverDefinition"); \ +static_assert(offsetof(FNetDriverDefinition, DefName) == 0x000000, "Member 'FNetDriverDefinition::DefName' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverDefinition, DriverClassName) == 0x000008, "Member 'FNetDriverDefinition::DriverClassName' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverDefinition, DriverClassNameFallback) == 0x000010, "Member 'FNetDriverDefinition::DriverClassNameFallback' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverDefinition, MaxChannelsOverride) == 0x000018, "Member 'FNetDriverDefinition::MaxChannelsOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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) == 0x0002C8, "Wrong size on FWorldContext"); \ +static_assert(offsetof(FWorldContext, LastURL) == 0x0000C0, "Member 'FWorldContext::LastURL' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, LastRemoteURL) == 0x000128, "Member 'FWorldContext::LastRemoteURL' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, PendingNetGame) == 0x000190, "Member 'FWorldContext::PendingNetGame' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, PackagesToFullyLoad) == 0x000198, "Member 'FWorldContext::PackagesToFullyLoad' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, LoadedLevelsForPendingMapChange) == 0x0001B8, "Member 'FWorldContext::LoadedLevelsForPendingMapChange' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, ObjectReferencers) == 0x0001E0, "Member 'FWorldContext::ObjectReferencers' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, PendingLevelStreamingStatusUpdates) == 0x0001F0, "Member 'FWorldContext::PendingLevelStreamingStatusUpdates' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, GameViewport) == 0x000200, "Member 'FWorldContext::GameViewport' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, OwningGameInstance) == 0x000208, "Member 'FWorldContext::OwningGameInstance' has a wrong offset!"); \ +static_assert(offsetof(FWorldContext, ActiveNetDrivers) == 0x000210, "Member 'FWorldContext::ActiveNetDrivers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextureCollectionParameterValue \ +static_assert(alignof(FTextureCollectionParameterValue) == 0x000008, "Wrong alignment on FTextureCollectionParameterValue"); \ +static_assert(sizeof(FTextureCollectionParameterValue) == 0x000028, "Wrong size on FTextureCollectionParameterValue"); \ +static_assert(offsetof(FTextureCollectionParameterValue, ParameterInfo) == 0x000000, "Member 'FTextureCollectionParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FTextureCollectionParameterValue, ParameterValue) == 0x000010, "Member 'FTextureCollectionParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FTextureCollectionParameterValue, ExpressionGUID) == 0x000018, "Member 'FTextureCollectionParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLensImperfectionSettings \ +static_assert(alignof(FLensImperfectionSettings) == 0x000008, "Wrong alignment on FLensImperfectionSettings"); \ +static_assert(sizeof(FLensImperfectionSettings) == 0x000020, "Wrong size on FLensImperfectionSettings"); \ +static_assert(offsetof(FLensImperfectionSettings, DirtMask) == 0x000000, "Member 'FLensImperfectionSettings::DirtMask' has a wrong offset!"); \ +static_assert(offsetof(FLensImperfectionSettings, DirtMaskIntensity) == 0x000008, "Member 'FLensImperfectionSettings::DirtMaskIntensity' has a wrong offset!"); \ +static_assert(offsetof(FLensImperfectionSettings, DirtMaskTint) == 0x00000C, "Member 'FLensImperfectionSettings::DirtMaskTint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FScreenMessageString \ +static_assert(alignof(FScreenMessageString) == 0x000008, "Wrong alignment on FScreenMessageString"); \ +static_assert(sizeof(FScreenMessageString) == 0x000038, "Wrong size on FScreenMessageString"); \ +static_assert(offsetof(FScreenMessageString, Key) == 0x000000, "Member 'FScreenMessageString::Key' has a wrong offset!"); \ +static_assert(offsetof(FScreenMessageString, ScreenMessage) == 0x000008, "Member 'FScreenMessageString::ScreenMessage' has a wrong offset!"); \ +static_assert(offsetof(FScreenMessageString, DisplayColor) == 0x000018, "Member 'FScreenMessageString::DisplayColor' has a wrong offset!"); \ +static_assert(offsetof(FScreenMessageString, TimeToDisplay) == 0x00001C, "Member 'FScreenMessageString::TimeToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FScreenMessageString, CurrentTimeDisplayed) == 0x000020, "Member 'FScreenMessageString::CurrentTimeDisplayed' has a wrong offset!"); \ +static_assert(offsetof(FScreenMessageString, TextScale) == 0x000028, "Member 'FScreenMessageString::TextScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameNameRedirect \ +static_assert(alignof(FGameNameRedirect) == 0x000004, "Wrong alignment on FGameNameRedirect"); \ +static_assert(sizeof(FGameNameRedirect) == 0x000010, "Wrong size on FGameNameRedirect"); \ +static_assert(offsetof(FGameNameRedirect, OldGameName) == 0x000000, "Member 'FGameNameRedirect::OldGameName' has a wrong offset!"); \ +static_assert(offsetof(FGameNameRedirect, NewGameName) == 0x000008, "Member 'FGameNameRedirect::NewGameName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FPluginRedirect \ +static_assert(alignof(FPluginRedirect) == 0x000008, "Wrong alignment on FPluginRedirect"); \ +static_assert(sizeof(FPluginRedirect) == 0x000020, "Wrong size on FPluginRedirect"); \ +static_assert(offsetof(FPluginRedirect, OldPluginName) == 0x000000, "Member 'FPluginRedirect::OldPluginName' has a wrong offset!"); \ +static_assert(offsetof(FPluginRedirect, NewPluginName) == 0x000010, "Member 'FPluginRedirect::NewPluginName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTickPrerequisite \ +static_assert(alignof(FTickPrerequisite) == 0x000008, "Wrong alignment on FTickPrerequisite"); \ +static_assert(sizeof(FTickPrerequisite) == 0x000010, "Wrong size on FTickPrerequisite"); \ + +#define DUMPER7_ASSERTS_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_FExponentialHeightFogStaticState \ +static_assert(alignof(FExponentialHeightFogStaticState) == 0x000004, "Wrong alignment on FExponentialHeightFogStaticState"); \ +static_assert(sizeof(FExponentialHeightFogStaticState) == 0x000004, "Wrong size on FExponentialHeightFogStaticState"); \ + +#define DUMPER7_ASSERTS_FExponentialHeightFogDynamicState \ +static_assert(alignof(FExponentialHeightFogDynamicState) == 0x000008, "Wrong alignment on FExponentialHeightFogDynamicState"); \ +static_assert(sizeof(FExponentialHeightFogDynamicState) == 0x0000C0, "Wrong size on FExponentialHeightFogDynamicState"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, FogDensity) == 0x000004, "Member 'FExponentialHeightFogDynamicState::FogDensity' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, FogHeightFalloff) == 0x000008, "Member 'FExponentialHeightFogDynamicState::FogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, SecondFogData) == 0x00000C, "Member 'FExponentialHeightFogDynamicState::SecondFogData' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, FogInscatteringLuminance) == 0x000018, "Member 'FExponentialHeightFogDynamicState::FogInscatteringLuminance' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, SkyAtmosphereAmbientContributionColorScale) == 0x000028, "Member 'FExponentialHeightFogDynamicState::SkyAtmosphereAmbientContributionColorScale' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, InscatteringColorCubemap) == 0x000038, "Member 'FExponentialHeightFogDynamicState::InscatteringColorCubemap' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, InscatteringColorCubemapAngle) == 0x000040, "Member 'FExponentialHeightFogDynamicState::InscatteringColorCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, InscatteringTextureTint) == 0x000044, "Member 'FExponentialHeightFogDynamicState::InscatteringTextureTint' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, FullyDirectionalInscatteringColorDistance) == 0x000054, "Member 'FExponentialHeightFogDynamicState::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, NonDirectionalInscatteringColorDistance) == 0x000058, "Member 'FExponentialHeightFogDynamicState::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, DirectionalInscatteringExponent) == 0x00005C, "Member 'FExponentialHeightFogDynamicState::DirectionalInscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, DirectionalInscatteringStartDistance) == 0x000060, "Member 'FExponentialHeightFogDynamicState::DirectionalInscatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, DirectionalInscatteringLuminance) == 0x000064, "Member 'FExponentialHeightFogDynamicState::DirectionalInscatteringLuminance' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, FogMaxOpacity) == 0x000074, "Member 'FExponentialHeightFogDynamicState::FogMaxOpacity' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, StartDistance) == 0x000078, "Member 'FExponentialHeightFogDynamicState::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, EndDistance) == 0x00007C, "Member 'FExponentialHeightFogDynamicState::EndDistance' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, FogCutoffDistance) == 0x000080, "Member 'FExponentialHeightFogDynamicState::FogCutoffDistance' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, bEnableVolumetricFog) == 0x000084, "Member 'FExponentialHeightFogDynamicState::bEnableVolumetricFog' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, VolumetricFogScatteringDistribution) == 0x000088, "Member 'FExponentialHeightFogDynamicState::VolumetricFogScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, VolumetricFogAlbedo) == 0x00008C, "Member 'FExponentialHeightFogDynamicState::VolumetricFogAlbedo' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, VolumetricFogEmissive) == 0x000090, "Member 'FExponentialHeightFogDynamicState::VolumetricFogEmissive' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, VolumetricFogExtinctionScale) == 0x0000A0, "Member 'FExponentialHeightFogDynamicState::VolumetricFogExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, VolumetricFogDistance) == 0x0000A4, "Member 'FExponentialHeightFogDynamicState::VolumetricFogDistance' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, VolumetricFogStartDistance) == 0x0000A8, "Member 'FExponentialHeightFogDynamicState::VolumetricFogStartDistance' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, VolumetricFogNearFadeInDistance) == 0x0000AC, "Member 'FExponentialHeightFogDynamicState::VolumetricFogNearFadeInDistance' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, VolumetricFogStaticLightingScatteringIntensity) == 0x0000B0, "Member 'FExponentialHeightFogDynamicState::VolumetricFogStaticLightingScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, bOverrideLightColorsWithFogInscatteringColors) == 0x0000B4, "Member 'FExponentialHeightFogDynamicState::bOverrideLightColorsWithFogInscatteringColors' has a wrong offset!"); \ +static_assert(offsetof(FExponentialHeightFogDynamicState, Height) == 0x0000B8, "Member 'FExponentialHeightFogDynamicState::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExponentialHeightFogHandle \ +static_assert(alignof(FExponentialHeightFogHandle) == 0x000008, "Wrong alignment on FExponentialHeightFogHandle"); \ +static_assert(sizeof(FExponentialHeightFogHandle) == 0x000010, "Wrong size on FExponentialHeightFogHandle"); \ + +#define DUMPER7_ASSERTS_FBaseAttenuationSettings \ +static_assert(alignof(FBaseAttenuationSettings) == 0x000008, "Wrong alignment on FBaseAttenuationSettings"); \ +static_assert(sizeof(FBaseAttenuationSettings) == 0x0000C0, "Wrong size on FBaseAttenuationSettings"); \ +static_assert(offsetof(FBaseAttenuationSettings, DistanceAlgorithm) == 0x000008, "Member 'FBaseAttenuationSettings::DistanceAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, AttenuationShape) == 0x000009, "Member 'FBaseAttenuationSettings::AttenuationShape' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, FalloffMode) == 0x00000A, "Member 'FBaseAttenuationSettings::FalloffMode' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, dBAttenuationAtMax) == 0x00000C, "Member 'FBaseAttenuationSettings::dBAttenuationAtMax' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, AttenuationShapeExtents) == 0x000010, "Member 'FBaseAttenuationSettings::AttenuationShapeExtents' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeOffset) == 0x000028, "Member 'FBaseAttenuationSettings::ConeOffset' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, FalloffDistance) == 0x00002C, "Member 'FBaseAttenuationSettings::FalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeSphereRadius) == 0x000030, "Member 'FBaseAttenuationSettings::ConeSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeSphereFalloffDistance) == 0x000034, "Member 'FBaseAttenuationSettings::ConeSphereFalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, CustomAttenuationCurve) == 0x000038, "Member 'FBaseAttenuationSettings::CustomAttenuationCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FForceFeedbackAttenuationSettings \ +static_assert(alignof(FForceFeedbackAttenuationSettings) == 0x000008, "Wrong alignment on FForceFeedbackAttenuationSettings"); \ +static_assert(sizeof(FForceFeedbackAttenuationSettings) == 0x0000C0, "Wrong size on FForceFeedbackAttenuationSettings"); \ + +#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_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) == 0x000148, "Wrong size on FPredictProjectilePathResult"); \ +static_assert(offsetof(FPredictProjectilePathResult, PathData) == 0x000000, "Member 'FPredictProjectilePathResult::PathData' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathResult, LastTraceDestination) == 0x000010, "Member 'FPredictProjectilePathResult::LastTraceDestination' has a wrong offset!"); \ +static_assert(offsetof(FPredictProjectilePathResult, HitResult) == 0x000048, "Member 'FPredictProjectilePathResult::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveHapticFeedbackEffect \ +static_assert(alignof(FActiveHapticFeedbackEffect) == 0x000008, "Wrong alignment on FActiveHapticFeedbackEffect"); \ +static_assert(sizeof(FActiveHapticFeedbackEffect) == 0x000048, "Wrong size on FActiveHapticFeedbackEffect"); \ +static_assert(offsetof(FActiveHapticFeedbackEffect, HapticEffect) == 0x000000, "Member 'FActiveHapticFeedbackEffect::HapticEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FHapticFeedbackDetails_Curve \ +static_assert(alignof(FHapticFeedbackDetails_Curve) == 0x000008, "Wrong alignment on FHapticFeedbackDetails_Curve"); \ +static_assert(sizeof(FHapticFeedbackDetails_Curve) == 0x000110, "Wrong size on FHapticFeedbackDetails_Curve"); \ +static_assert(offsetof(FHapticFeedbackDetails_Curve, Frequency) == 0x000000, "Member 'FHapticFeedbackDetails_Curve::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FHapticFeedbackDetails_Curve, Amplitude) == 0x000088, "Member 'FHapticFeedbackDetails_Curve::Amplitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterNode_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_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_FPrimitiveInstanceId \ +static_assert(alignof(FPrimitiveInstanceId) == 0x000004, "Wrong alignment on FPrimitiveInstanceId"); \ +static_assert(sizeof(FPrimitiveInstanceId) == 0x000004, "Wrong size on FPrimitiveInstanceId"); \ + +#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_FBoundsCacheElement \ +static_assert(alignof(FBoundsCacheElement) == 0x000008, "Wrong alignment on FBoundsCacheElement"); \ +static_assert(sizeof(FBoundsCacheElement) == 0x000040, "Wrong size on FBoundsCacheElement"); \ +static_assert(offsetof(FBoundsCacheElement, bIsValid) == 0x000000, "Member 'FBoundsCacheElement::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(FBoundsCacheElement, Hash) == 0x000004, "Member 'FBoundsCacheElement::Hash' has a wrong offset!"); \ +static_assert(offsetof(FBoundsCacheElement, Value) == 0x000008, "Member 'FBoundsCacheElement::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStaticMeshLightMapInstanceData \ +static_assert(alignof(FInstancedStaticMeshLightMapInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshLightMapInstanceData"); \ +static_assert(sizeof(FInstancedStaticMeshLightMapInstanceData) == 0x000070, "Wrong size on FInstancedStaticMeshLightMapInstanceData"); \ +static_assert(offsetof(FInstancedStaticMeshLightMapInstanceData, Transform) == 0x000000, "Member 'FInstancedStaticMeshLightMapInstanceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshLightMapInstanceData, MapBuildDataIds) == 0x000060, "Member 'FInstancedStaticMeshLightMapInstanceData::MapBuildDataIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshBuildSettings \ +static_assert(alignof(FSkeletalMeshBuildSettings) == 0x000004, "Wrong alignment on FSkeletalMeshBuildSettings"); \ +static_assert(sizeof(FSkeletalMeshBuildSettings) == 0x000018, "Wrong size on FSkeletalMeshBuildSettings"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdPosition) == 0x000004, "Member 'FSkeletalMeshBuildSettings::ThresholdPosition' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdTangentNormal) == 0x000008, "Member 'FSkeletalMeshBuildSettings::ThresholdTangentNormal' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdUV) == 0x00000C, "Member 'FSkeletalMeshBuildSettings::ThresholdUV' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, MorphThresholdPosition) == 0x000010, "Member 'FSkeletalMeshBuildSettings::MorphThresholdPosition' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, BoneInfluenceLimit) == 0x000014, "Member 'FSkeletalMeshBuildSettings::BoneInfluenceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshVertexAttributeInfo \ +static_assert(alignof(FSkeletalMeshVertexAttributeInfo) == 0x000004, "Wrong alignment on FSkeletalMeshVertexAttributeInfo"); \ +static_assert(sizeof(FSkeletalMeshVertexAttributeInfo) == 0x000010, "Wrong size on FSkeletalMeshVertexAttributeInfo"); \ +static_assert(offsetof(FSkeletalMeshVertexAttributeInfo, EnabledForRender) == 0x000000, "Member 'FSkeletalMeshVertexAttributeInfo::EnabledForRender' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshVertexAttributeInfo, Name) == 0x000004, "Member 'FSkeletalMeshVertexAttributeInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshVertexAttributeInfo, DataType) == 0x00000C, "Member 'FSkeletalMeshVertexAttributeInfo::DataType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000030, "Member 'FSkeletalMeshLODInfo::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BonesToRemove) == 0x000070, "Member 'FSkeletalMeshLODInfo::BonesToRemove' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BonesToPrioritize) == 0x000080, "Member 'FSkeletalMeshLODInfo::BonesToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, SectionsToPrioritize) == 0x000090, "Member 'FSkeletalMeshLODInfo::SectionsToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, WeightOfPrioritization) == 0x0000A0, "Member 'FSkeletalMeshLODInfo::WeightOfPrioritization' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BakePose) == 0x0000A8, "Member 'FSkeletalMeshLODInfo::BakePose' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BakePoseOverride) == 0x0000B0, "Member 'FSkeletalMeshLODInfo::BakePoseOverride' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, SkinCacheUsage) == 0x0000B8, "Member 'FSkeletalMeshLODInfo::SkinCacheUsage' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, MorphTargetPositionErrorTolerance) == 0x0000BC, "Member 'FSkeletalMeshLODInfo::MorphTargetPositionErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, VertexAttributes) == 0x0000C0, "Member 'FSkeletalMeshLODInfo::VertexAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSourceModel \ +static_assert(alignof(FSkeletalMeshSourceModel) == 0x000008, "Wrong alignment on FSkeletalMeshSourceModel"); \ +static_assert(sizeof(FSkeletalMeshSourceModel) == 0x000150, "Wrong size on FSkeletalMeshSourceModel"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, TriangleCount) == 0x0000D8, "Member 'FSkeletalMeshSourceModel::TriangleCount' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, VertexCount) == 0x0000DC, "Member 'FSkeletalMeshSourceModel::VertexCount' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, Bounds) == 0x0000E0, "Member 'FSkeletalMeshSourceModel::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, CachedSkinWeightProfileNames) == 0x000118, "Member 'FSkeletalMeshSourceModel::CachedSkinWeightProfileNames' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, CachedMorphTargetNames) == 0x000128, "Member 'FSkeletalMeshSourceModel::CachedMorphTargetNames' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, CachedHasVertexColors) == 0x000138, "Member 'FSkeletalMeshSourceModel::CachedHasVertexColors' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshSourceModel, CachedVertexColorGuid) == 0x00013C, "Member 'FSkeletalMeshSourceModel::CachedVertexColorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedStaticMeshComponentInstanceData \ +static_assert(alignof(FInstancedStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshComponentInstanceData"); \ +static_assert(sizeof(FInstancedStaticMeshComponentInstanceData) == 0x000180, "Wrong size on FInstancedStaticMeshComponentInstanceData"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, StaticMesh) == 0x0000B8, "Member 'FInstancedStaticMeshComponentInstanceData::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, CachedStaticLighting) == 0x0000C0, "Member 'FInstancedStaticMeshComponentInstanceData::CachedStaticLighting' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, PerInstanceSMData) == 0x000130, "Member 'FInstancedStaticMeshComponentInstanceData::PerInstanceSMData' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, InstancingRandomSeed) == 0x000160, "Member 'FInstancedStaticMeshComponentInstanceData::InstancingRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, AdditionalRandomSeeds) == 0x000168, "Member 'FInstancedStaticMeshComponentInstanceData::AdditionalRandomSeeds' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, bHasPerInstanceHitProxies) == 0x000178, "Member 'FInstancedStaticMeshComponentInstanceData::bHasPerInstanceHitProxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueNetIdReplNetSerializerStringStruct \ +static_assert(alignof(FUniqueNetIdReplNetSerializerStringStruct) == 0x000008, "Wrong alignment on FUniqueNetIdReplNetSerializerStringStruct"); \ +static_assert(sizeof(FUniqueNetIdReplNetSerializerStringStruct) == 0x000010, "Wrong size on FUniqueNetIdReplNetSerializerStringStruct"); \ +static_assert(offsetof(FUniqueNetIdReplNetSerializerStringStruct, String) == 0x000000, "Member 'FUniqueNetIdReplNetSerializerStringStruct::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueNetIdReplNetSerializerNameStruct \ +static_assert(alignof(FUniqueNetIdReplNetSerializerNameStruct) == 0x000004, "Wrong alignment on FUniqueNetIdReplNetSerializerNameStruct"); \ +static_assert(sizeof(FUniqueNetIdReplNetSerializerNameStruct) == 0x000008, "Wrong size on FUniqueNetIdReplNetSerializerNameStruct"); \ +static_assert(offsetof(FUniqueNetIdReplNetSerializerNameStruct, Name) == 0x000000, "Member 'FUniqueNetIdReplNetSerializerNameStruct::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FISMClientInstanceManagerData \ +static_assert(alignof(FISMClientInstanceManagerData) == 0x000008, "Wrong alignment on FISMClientInstanceManagerData"); \ +static_assert(sizeof(FISMClientInstanceManagerData) == 0x000010, "Wrong size on FISMClientInstanceManagerData"); \ + +#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_FNewLevelInstanceParams \ +static_assert(alignof(FNewLevelInstanceParams) == 0x000008, "Wrong alignment on FNewLevelInstanceParams"); \ +static_assert(sizeof(FNewLevelInstanceParams) == 0x000048, "Wrong size on FNewLevelInstanceParams"); \ +static_assert(offsetof(FNewLevelInstanceParams, Type) == 0x000000, "Member 'FNewLevelInstanceParams::Type' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, PivotType) == 0x000001, "Member 'FNewLevelInstanceParams::PivotType' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, PivotActor) == 0x000008, "Member 'FNewLevelInstanceParams::PivotActor' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bAlwaysShowDialog) == 0x000010, "Member 'FNewLevelInstanceParams::bAlwaysShowDialog' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, TemplateWorld) == 0x000018, "Member 'FNewLevelInstanceParams::TemplateWorld' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, LevelPackageName) == 0x000020, "Member 'FNewLevelInstanceParams::LevelPackageName' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bPromptForSave) == 0x000030, "Member 'FNewLevelInstanceParams::bPromptForSave' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, LevelInstanceClass) == 0x000038, "Member 'FNewLevelInstanceParams::LevelInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bEnableStreaming) == 0x000040, "Member 'FNewLevelInstanceParams::bEnableStreaming' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bExternalActors) == 0x000041, "Member 'FNewLevelInstanceParams::bExternalActors' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bForceExternalActors) == 0x000042, "Member 'FNewLevelInstanceParams::bForceExternalActors' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bHideCreationType) == 0x000043, "Member 'FNewLevelInstanceParams::bHideCreationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialCacheLayer \ +static_assert(alignof(FMaterialCacheLayer) == 0x000008, "Wrong alignment on FMaterialCacheLayer"); \ +static_assert(sizeof(FMaterialCacheLayer) == 0x000018, "Wrong size on FMaterialCacheLayer"); \ +static_assert(offsetof(FMaterialCacheLayer, RenderFormat) == 0x000000, "Member 'FMaterialCacheLayer::RenderFormat' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCacheLayer, CompressedFormat) == 0x000001, "Member 'FMaterialCacheLayer::CompressedFormat' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCacheLayer, ComponentCount) == 0x000002, "Member 'FMaterialCacheLayer::ComponentCount' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCacheLayer, bIsSRGB) == 0x000003, "Member 'FMaterialCacheLayer::bIsSRGB' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCacheLayer, Identity) == 0x000004, "Member 'FMaterialCacheLayer::Identity' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCacheLayer, Attributes) == 0x000008, "Member 'FMaterialCacheLayer::Attributes' 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_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_FMaterialExpressionCollection \ +static_assert(alignof(FMaterialExpressionCollection) == 0x000008, "Wrong alignment on FMaterialExpressionCollection"); \ +static_assert(sizeof(FMaterialExpressionCollection) == 0x000030, "Wrong size on FMaterialExpressionCollection"); \ +static_assert(offsetof(FMaterialExpressionCollection, Expressions) == 0x000000, "Member 'FMaterialExpressionCollection::Expressions' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionCollection, EditorComments) == 0x000010, "Member 'FMaterialExpressionCollection::EditorComments' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionCollection, ExpressionExecBegin) == 0x000020, "Member 'FMaterialExpressionCollection::ExpressionExecBegin' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionCollection, ExpressionExecEnd) == 0x000028, "Member 'FMaterialExpressionCollection::ExpressionExecEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialExpressionAggregateEntry \ +static_assert(alignof(FMaterialExpressionAggregateEntry) == 0x000008, "Wrong alignment on FMaterialExpressionAggregateEntry"); \ +static_assert(sizeof(FMaterialExpressionAggregateEntry) == 0x000030, "Wrong size on FMaterialExpressionAggregateEntry"); \ +static_assert(offsetof(FMaterialExpressionAggregateEntry, AttributeIndex) == 0x000000, "Member 'FMaterialExpressionAggregateEntry::AttributeIndex' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionAggregateEntry, Input) == 0x000008, "Member 'FMaterialExpressionAggregateEntry::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActivatedCells \ +static_assert(alignof(FActivatedCells) == 0x000008, "Wrong alignment on FActivatedCells"); \ +static_assert(sizeof(FActivatedCells) == 0x0000A0, "Wrong size on FActivatedCells"); \ +static_assert(offsetof(FActivatedCells, Cells) == 0x000000, "Member 'FActivatedCells::Cells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialExpressionConvertInput \ +static_assert(alignof(FMaterialExpressionConvertInput) == 0x000008, "Wrong alignment on FMaterialExpressionConvertInput"); \ +static_assert(sizeof(FMaterialExpressionConvertInput) == 0x000040, "Wrong size on FMaterialExpressionConvertInput"); \ +static_assert(offsetof(FMaterialExpressionConvertInput, ExpressionInput) == 0x000000, "Member 'FMaterialExpressionConvertInput::ExpressionInput' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionConvertInput, Type) == 0x000028, "Member 'FMaterialExpressionConvertInput::Type' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionConvertInput, DefaultValue) == 0x00002C, "Member 'FMaterialExpressionConvertInput::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialExpressionConvertOutput \ +static_assert(alignof(FMaterialExpressionConvertOutput) == 0x000004, "Wrong alignment on FMaterialExpressionConvertOutput"); \ +static_assert(sizeof(FMaterialExpressionConvertOutput) == 0x000014, "Wrong size on FMaterialExpressionConvertOutput"); \ +static_assert(offsetof(FMaterialExpressionConvertOutput, Type) == 0x000000, "Member 'FMaterialExpressionConvertOutput::Type' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionConvertOutput, DefaultValue) == 0x000004, "Member 'FMaterialExpressionConvertOutput::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialExpressionConvertMapping \ +static_assert(alignof(FMaterialExpressionConvertMapping) == 0x000004, "Wrong alignment on FMaterialExpressionConvertMapping"); \ +static_assert(sizeof(FMaterialExpressionConvertMapping) == 0x000010, "Wrong size on FMaterialExpressionConvertMapping"); \ +static_assert(offsetof(FMaterialExpressionConvertMapping, InputIndex) == 0x000000, "Member 'FMaterialExpressionConvertMapping::InputIndex' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionConvertMapping, InputComponentIndex) == 0x000004, "Member 'FMaterialExpressionConvertMapping::InputComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionConvertMapping, OutputIndex) == 0x000008, "Member 'FMaterialExpressionConvertMapping::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionConvertMapping, OutputComponentIndex) == 0x00000C, "Member 'FMaterialExpressionConvertMapping::OutputComponentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomInput \ +static_assert(alignof(FCustomInput) == 0x000008, "Wrong alignment on FCustomInput"); \ +static_assert(sizeof(FCustomInput) == 0x000030, "Wrong size on FCustomInput"); \ +static_assert(offsetof(FCustomInput, InputName) == 0x000000, "Member 'FCustomInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FCustomInput, Input) == 0x000008, "Member 'FCustomInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FFunctionExpressionInput \ +static_assert(alignof(FFunctionExpressionInput) == 0x000008, "Wrong alignment on FFunctionExpressionInput"); \ +static_assert(sizeof(FFunctionExpressionInput) == 0x000040, "Wrong size on FFunctionExpressionInput"); \ +static_assert(offsetof(FFunctionExpressionInput, ExpressionInput) == 0x000000, "Member 'FFunctionExpressionInput::ExpressionInput' has a wrong offset!"); \ +static_assert(offsetof(FFunctionExpressionInput, ExpressionInputId) == 0x000008, "Member 'FFunctionExpressionInput::ExpressionInputId' has a wrong offset!"); \ +static_assert(offsetof(FFunctionExpressionInput, Input) == 0x000018, "Member 'FFunctionExpressionInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFunctionExpressionOutput \ +static_assert(alignof(FFunctionExpressionOutput) == 0x000008, "Wrong alignment on FFunctionExpressionOutput"); \ +static_assert(sizeof(FFunctionExpressionOutput) == 0x000038, "Wrong size on FFunctionExpressionOutput"); \ +static_assert(offsetof(FFunctionExpressionOutput, ExpressionOutput) == 0x000000, "Member 'FFunctionExpressionOutput::ExpressionOutput' has a wrong offset!"); \ +static_assert(offsetof(FFunctionExpressionOutput, ExpressionOutputId) == 0x000008, "Member 'FFunctionExpressionOutput::ExpressionOutputId' has a wrong offset!"); \ +static_assert(offsetof(FFunctionExpressionOutput, Output) == 0x000018, "Member 'FFunctionExpressionOutput::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialExpressionOperatorInput \ +static_assert(alignof(FMaterialExpressionOperatorInput) == 0x000008, "Wrong alignment on FMaterialExpressionOperatorInput"); \ +static_assert(sizeof(FMaterialExpressionOperatorInput) == 0x000030, "Wrong size on FMaterialExpressionOperatorInput"); \ +static_assert(offsetof(FMaterialExpressionOperatorInput, ExpressionInput) == 0x000000, "Member 'FMaterialExpressionOperatorInput::ExpressionInput' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExpressionOperatorInput, ConstValue) == 0x000028, "Member 'FMaterialExpressionOperatorInput::ConstValue' 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_FSoundConcurrencySettings \ +static_assert(alignof(FSoundConcurrencySettings) == 0x000004, "Wrong alignment on FSoundConcurrencySettings"); \ +static_assert(sizeof(FSoundConcurrencySettings) == 0x000024, "Wrong size on FSoundConcurrencySettings"); \ +static_assert(offsetof(FSoundConcurrencySettings, MaxCount) == 0x000000, "Member 'FSoundConcurrencySettings::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, ResolutionRule) == 0x000005, "Member 'FSoundConcurrencySettings::ResolutionRule' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, RetriggerTime) == 0x000008, "Member 'FSoundConcurrencySettings::RetriggerTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, PlatformMaxCount) == 0x00000C, "Member 'FSoundConcurrencySettings::PlatformMaxCount' 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) == 0x00001C, "Member 'FSoundConcurrencySettings::VolumeScaleReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VoiceStealReleaseTime) == 0x000020, "Member 'FSoundConcurrencySettings::VoiceStealReleaseTime' 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_FParameterChannelNames \ +static_assert(alignof(FParameterChannelNames) == 0x000008, "Wrong alignment on FParameterChannelNames"); \ +static_assert(sizeof(FParameterChannelNames) == 0x000040, "Wrong size on FParameterChannelNames"); \ +static_assert(offsetof(FParameterChannelNames, R) == 0x000000, "Member 'FParameterChannelNames::R' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, G) == 0x000010, "Member 'FParameterChannelNames::G' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, B) == 0x000020, "Member 'FParameterChannelNames::B' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, A) == 0x000030, "Member 'FParameterChannelNames::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMeshDrawCommandStatsBudget \ +static_assert(alignof(FMeshDrawCommandStatsBudget) == 0x000008, "Wrong alignment on FMeshDrawCommandStatsBudget"); \ +static_assert(sizeof(FMeshDrawCommandStatsBudget) == 0x000038, "Wrong size on FMeshDrawCommandStatsBudget"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudget, CategoryName) == 0x000000, "Member 'FMeshDrawCommandStatsBudget::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudget, LinkedStatNames) == 0x000008, "Member 'FMeshDrawCommandStatsBudget::LinkedStatNames' has a wrong offset!"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudget, PrimitiveBudget) == 0x000018, "Member 'FMeshDrawCommandStatsBudget::PrimitiveBudget' has a wrong offset!"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudget, VertexBudget) == 0x00001C, "Member 'FMeshDrawCommandStatsBudget::VertexBudget' has a wrong offset!"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudget, Collection) == 0x000020, "Member 'FMeshDrawCommandStatsBudget::Collection' has a wrong offset!"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudget, Passes) == 0x000028, "Member 'FMeshDrawCommandStatsBudget::Passes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshDrawCommandStatsBudgetTotals \ +static_assert(alignof(FMeshDrawCommandStatsBudgetTotals) == 0x000004, "Wrong alignment on FMeshDrawCommandStatsBudgetTotals"); \ +static_assert(sizeof(FMeshDrawCommandStatsBudgetTotals) == 0x00000C, "Wrong size on FMeshDrawCommandStatsBudgetTotals"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudgetTotals, PrimitiveBudget) == 0x000000, "Member 'FMeshDrawCommandStatsBudgetTotals::PrimitiveBudget' has a wrong offset!"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudgetTotals, VertexBudget) == 0x000004, "Member 'FMeshDrawCommandStatsBudgetTotals::VertexBudget' has a wrong offset!"); \ +static_assert(offsetof(FMeshDrawCommandStatsBudgetTotals, Collection) == 0x000008, "Member 'FMeshDrawCommandStatsBudgetTotals::Collection' 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_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_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_FBeamModifierOptions \ +static_assert(alignof(FBeamModifierOptions) == 0x000004, "Wrong alignment on FBeamModifierOptions"); \ +static_assert(sizeof(FBeamModifierOptions) == 0x000004, "Wrong size on FBeamModifierOptions"); \ + +#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_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_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, ResidencyMipMapBiasGroup) == 0x000020, "Member 'FVirtualTextureSpacePoolConfig::ResidencyMipMapBiasGroup' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, bAllowSizeScale) == 0x000024, "Member 'FVirtualTextureSpacePoolConfig::bAllowSizeScale' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, MinScaledSizeInMegabyte) == 0x000028, "Member 'FVirtualTextureSpacePoolConfig::MinScaledSizeInMegabyte' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, MaxScaledSizeInMegabyte) == 0x00002C, "Member 'FVirtualTextureSpacePoolConfig::MaxScaledSizeInMegabyte' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleSystemReplayFrame \ +static_assert(alignof(FParticleSystemReplayFrame) == 0x000008, "Wrong alignment on FParticleSystemReplayFrame"); \ +static_assert(sizeof(FParticleSystemReplayFrame) == 0x000010, "Wrong size on FParticleSystemReplayFrame"); \ + +#define DUMPER7_ASSERTS_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_FParticleSystemDynamicState \ +static_assert(alignof(FParticleSystemDynamicState) == 0x000008, "Wrong alignment on FParticleSystemDynamicState"); \ +static_assert(sizeof(FParticleSystemDynamicState) == 0x000020, "Wrong size on FParticleSystemDynamicState"); \ +static_assert(offsetof(FParticleSystemDynamicState, Transform) == 0x000008, "Member 'FParticleSystemDynamicState::Transform' has a wrong offset!"); \ +static_assert(offsetof(FParticleSystemDynamicState, SystemAsset) == 0x000018, "Member 'FParticleSystemDynamicState::SystemAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleSystemHandle \ +static_assert(alignof(FParticleSystemHandle) == 0x000008, "Wrong alignment on FParticleSystemHandle"); \ +static_assert(sizeof(FParticleSystemHandle) == 0x000010, "Wrong size on FParticleSystemHandle"); \ + +#define DUMPER7_ASSERTS_FPrimitivePerformanceGroup \ +static_assert(alignof(FPrimitivePerformanceGroup) == 0x000004, "Wrong alignment on FPrimitivePerformanceGroup"); \ +static_assert(sizeof(FPrimitivePerformanceGroup) == 0x000008, "Wrong size on FPrimitivePerformanceGroup"); \ +static_assert(offsetof(FPrimitivePerformanceGroup, GroupName) == 0x000000, "Member 'FPrimitivePerformanceGroup::GroupName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkinnedMeshStaticState \ +static_assert(alignof(FSkinnedMeshStaticState) == 0x000008, "Wrong alignment on FSkinnedMeshStaticState"); \ +static_assert(sizeof(FSkinnedMeshStaticState) == 0x000010, "Wrong size on FSkinnedMeshStaticState"); \ +static_assert(offsetof(FSkinnedMeshStaticState, MaterialRelevance) == 0x000008, "Member 'FSkinnedMeshStaticState::MaterialRelevance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkinnedMeshDynamicState \ +static_assert(alignof(FSkinnedMeshDynamicState) == 0x000008, "Wrong alignment on FSkinnedMeshDynamicState"); \ +static_assert(sizeof(FSkinnedMeshDynamicState) == 0x000030, "Wrong size on FSkinnedMeshDynamicState"); \ +static_assert(offsetof(FSkinnedMeshDynamicState, Transform) == 0x000008, "Member 'FSkinnedMeshDynamicState::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshDynamicState, SkinnedAsset) == 0x000018, "Member 'FSkinnedMeshDynamicState::SkinnedAsset' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshDynamicState, OverrideMaterials) == 0x000020, "Member 'FSkinnedMeshDynamicState::OverrideMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkyAtmosphereStaticState \ +static_assert(alignof(FSkyAtmosphereStaticState) == 0x000004, "Wrong alignment on FSkyAtmosphereStaticState"); \ +static_assert(sizeof(FSkyAtmosphereStaticState) == 0x000004, "Wrong size on FSkyAtmosphereStaticState"); \ + +#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_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_FOverrideAtmosphericLight \ +static_assert(alignof(FOverrideAtmosphericLight) == 0x000008, "Wrong alignment on FOverrideAtmosphericLight"); \ +static_assert(sizeof(FOverrideAtmosphericLight) == 0x000038, "Wrong size on FOverrideAtmosphericLight"); \ +static_assert(offsetof(FOverrideAtmosphericLight, EnabledMask) == 0x000000, "Member 'FOverrideAtmosphericLight::EnabledMask' has a wrong offset!"); \ +static_assert(offsetof(FOverrideAtmosphericLight, Direction) == 0x000008, "Member 'FOverrideAtmosphericLight::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkyAtmosphereDynamicState \ +static_assert(alignof(FSkyAtmosphereDynamicState) == 0x000010, "Wrong alignment on FSkyAtmosphereDynamicState"); \ +static_assert(sizeof(FSkyAtmosphereDynamicState) == 0x000160, "Wrong size on FSkyAtmosphereDynamicState"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, TransformMode) == 0x000004, "Member 'FSkyAtmosphereDynamicState::TransformMode' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, BottomRadius) == 0x000008, "Member 'FSkyAtmosphereDynamicState::BottomRadius' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, GroundAlbedo) == 0x00000C, "Member 'FSkyAtmosphereDynamicState::GroundAlbedo' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, AtmosphereHeight) == 0x000010, "Member 'FSkyAtmosphereDynamicState::AtmosphereHeight' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, MultiScatteringFactor) == 0x000014, "Member 'FSkyAtmosphereDynamicState::MultiScatteringFactor' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, TraceSampleCountScale) == 0x000018, "Member 'FSkyAtmosphereDynamicState::TraceSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, RayleighScatteringScale) == 0x00001C, "Member 'FSkyAtmosphereDynamicState::RayleighScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, RayleighScattering) == 0x000020, "Member 'FSkyAtmosphereDynamicState::RayleighScattering' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, RayleighExponentialDistribution) == 0x000030, "Member 'FSkyAtmosphereDynamicState::RayleighExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, MieScatteringScale) == 0x000034, "Member 'FSkyAtmosphereDynamicState::MieScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, MieScattering) == 0x000038, "Member 'FSkyAtmosphereDynamicState::MieScattering' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, MieAbsorptionScale) == 0x000048, "Member 'FSkyAtmosphereDynamicState::MieAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, MieAbsorption) == 0x00004C, "Member 'FSkyAtmosphereDynamicState::MieAbsorption' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, MieAnisotropy) == 0x00005C, "Member 'FSkyAtmosphereDynamicState::MieAnisotropy' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, MieExponentialDistribution) == 0x000060, "Member 'FSkyAtmosphereDynamicState::MieExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, OtherAbsorptionScale) == 0x000064, "Member 'FSkyAtmosphereDynamicState::OtherAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, OtherAbsorption) == 0x000068, "Member 'FSkyAtmosphereDynamicState::OtherAbsorption' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, OtherTentDistributionTipAltitude) == 0x000078, "Member 'FSkyAtmosphereDynamicState::OtherTentDistributionTipAltitude' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, OtherTentDistributionTipValue) == 0x00007C, "Member 'FSkyAtmosphereDynamicState::OtherTentDistributionTipValue' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, OtherTentDistributionWidth) == 0x000080, "Member 'FSkyAtmosphereDynamicState::OtherTentDistributionWidth' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, SkyLuminanceFactor) == 0x000084, "Member 'FSkyAtmosphereDynamicState::SkyLuminanceFactor' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, SkyAndAerialPerspectiveLuminanceFactor) == 0x000094, "Member 'FSkyAtmosphereDynamicState::SkyAndAerialPerspectiveLuminanceFactor' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, AerialPespectiveViewDistanceScale) == 0x0000A4, "Member 'FSkyAtmosphereDynamicState::AerialPespectiveViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, HeightFogContribution) == 0x0000A8, "Member 'FSkyAtmosphereDynamicState::HeightFogContribution' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, TransmittanceMinLightElevationAngle) == 0x0000AC, "Member 'FSkyAtmosphereDynamicState::TransmittanceMinLightElevationAngle' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, AerialPerspectiveStartDepth) == 0x0000B0, "Member 'FSkyAtmosphereDynamicState::AerialPerspectiveStartDepth' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, ComponentTransform) == 0x0000C0, "Member 'FSkyAtmosphereDynamicState::ComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(FSkyAtmosphereDynamicState, OverrideAtmosphericLight) == 0x000120, "Member 'FSkyAtmosphereDynamicState::OverrideAtmosphericLight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftWorldReference \ +static_assert(alignof(FSoftWorldReference) == 0x000008, "Wrong alignment on FSoftWorldReference"); \ +static_assert(sizeof(FSoftWorldReference) == 0x000028, "Wrong size on FSoftWorldReference"); \ +static_assert(offsetof(FSoftWorldReference, WorldAsset) == 0x000000, "Member 'FSoftWorldReference::WorldAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FSoundWaveTimecodeInfo \ +static_assert(alignof(FSoundWaveTimecodeInfo) == 0x000008, "Wrong alignment on FSoundWaveTimecodeInfo"); \ +static_assert(sizeof(FSoundWaveTimecodeInfo) == 0x000070, "Wrong size on FSoundWaveTimecodeInfo"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, NumSamplesSinceMidnight) == 0x000000, "Member 'FSoundWaveTimecodeInfo::NumSamplesSinceMidnight' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, NumSamplesPerSecond) == 0x000008, "Member 'FSoundWaveTimecodeInfo::NumSamplesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, Description) == 0x000010, "Member 'FSoundWaveTimecodeInfo::Description' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorTime) == 0x000020, "Member 'FSoundWaveTimecodeInfo::OriginatorTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorDate) == 0x000030, "Member 'FSoundWaveTimecodeInfo::OriginatorDate' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorDescription) == 0x000040, "Member 'FSoundWaveTimecodeInfo::OriginatorDescription' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, OriginatorReference) == 0x000050, "Member 'FSoundWaveTimecodeInfo::OriginatorReference' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, TimecodeRate) == 0x000060, "Member 'FSoundWaveTimecodeInfo::TimecodeRate' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveTimecodeInfo, bTimecodeIsDropFrame) == 0x000068, "Member 'FSoundWaveTimecodeInfo::bTimecodeIsDropFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshComponentLODInfo \ +static_assert(alignof(FStaticMeshComponentLODInfo) == 0x000008, "Wrong alignment on FStaticMeshComponentLODInfo"); \ +static_assert(sizeof(FStaticMeshComponentLODInfo) == 0x000050, "Wrong size on FStaticMeshComponentLODInfo"); \ + +#define DUMPER7_ASSERTS_FStaticMeshStaticState \ +static_assert(alignof(FStaticMeshStaticState) == 0x000004, "Wrong alignment on FStaticMeshStaticState"); \ +static_assert(sizeof(FStaticMeshStaticState) == 0x000004, "Wrong size on FStaticMeshStaticState"); \ + +#define DUMPER7_ASSERTS_FStaticMeshHandle \ +static_assert(alignof(FStaticMeshHandle) == 0x000008, "Wrong alignment on FStaticMeshHandle"); \ +static_assert(sizeof(FStaticMeshHandle) == 0x000010, "Wrong size on FStaticMeshHandle"); \ + +#define DUMPER7_ASSERTS_FStaticParameterSet \ +static_assert(alignof(FStaticParameterSet) == 0x000008, "Wrong alignment on FStaticParameterSet"); \ +static_assert(sizeof(FStaticParameterSet) == 0x000048, "Wrong size on FStaticParameterSet"); \ + +#define DUMPER7_ASSERTS_FComponentInstanceMapping \ +static_assert(alignof(FComponentInstanceMapping) == 0x000004, "Wrong alignment on FComponentInstanceMapping"); \ +static_assert(sizeof(FComponentInstanceMapping) == 0x000008, "Wrong size on FComponentInstanceMapping"); \ +static_assert(offsetof(FComponentInstanceMapping, A) == 0x000000, "Member 'FComponentInstanceMapping::A' has a wrong offset!"); \ +static_assert(offsetof(FComponentInstanceMapping, B) == 0x000004, "Member 'FComponentInstanceMapping::B' 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_FActorContainerPath \ +static_assert(alignof(FActorContainerPath) == 0x000008, "Wrong alignment on FActorContainerPath"); \ +static_assert(sizeof(FActorContainerPath) == 0x000010, "Wrong size on FActorContainerPath"); \ +static_assert(offsetof(FActorContainerPath, ContainerGuids) == 0x000000, "Member 'FActorContainerPath::ContainerGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkinWeightProfileManagerTickFunction \ +static_assert(alignof(FSkinWeightProfileManagerTickFunction) == 0x000008, "Wrong alignment on FSkinWeightProfileManagerTickFunction"); \ +static_assert(sizeof(FSkinWeightProfileManagerTickFunction) == 0x000030, "Wrong size on FSkinWeightProfileManagerTickFunction"); \ + +#define DUMPER7_ASSERTS_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_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_FAttributeCurve \ +static_assert(alignof(FAttributeCurve) == 0x000008, "Wrong alignment on FAttributeCurve"); \ +static_assert(sizeof(FAttributeCurve) == 0x0000B0, "Wrong size on FAttributeCurve"); \ +static_assert(offsetof(FAttributeCurve, Keys) == 0x000068, "Member 'FAttributeCurve::Keys' has a wrong offset!"); \ +static_assert(offsetof(FAttributeCurve, ScriptStructPath) == 0x000078, "Member 'FAttributeCurve::ScriptStructPath' has a wrong offset!"); \ +static_assert(offsetof(FAttributeCurve, ScriptStruct) == 0x000098, "Member 'FAttributeCurve::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FAttributeCurve, bShouldInterpolate) == 0x0000A0, "Member 'FAttributeCurve::bShouldInterpolate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzTransportTimeStamp \ +static_assert(alignof(FQuartzTransportTimeStamp) == 0x000004, "Wrong alignment on FQuartzTransportTimeStamp"); \ +static_assert(sizeof(FQuartzTransportTimeStamp) == 0x000010, "Wrong size on FQuartzTransportTimeStamp"); \ +static_assert(offsetof(FQuartzTransportTimeStamp, Bars) == 0x000000, "Member 'FQuartzTransportTimeStamp::Bars' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTransportTimeStamp, Beat) == 0x000004, "Member 'FQuartzTransportTimeStamp::Beat' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTransportTimeStamp, BeatFraction) == 0x000008, "Member 'FQuartzTransportTimeStamp::BeatFraction' has a wrong offset!"); \ +static_assert(offsetof(FQuartzTransportTimeStamp, Seconds) == 0x00000C, "Member 'FQuartzTransportTimeStamp::Seconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQuartzClockSettings \ +static_assert(alignof(FQuartzClockSettings) == 0x000008, "Wrong alignment on FQuartzClockSettings"); \ +static_assert(sizeof(FQuartzClockSettings) == 0x000020, "Wrong size on FQuartzClockSettings"); \ +static_assert(offsetof(FQuartzClockSettings, TimeSignature) == 0x000000, "Member 'FQuartzClockSettings::TimeSignature' has a wrong offset!"); \ +static_assert(offsetof(FQuartzClockSettings, bIgnoreLevelChange) == 0x000018, "Member 'FQuartzClockSettings::bIgnoreLevelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FNavAvoidanceData \ +static_assert(alignof(FNavAvoidanceData) == 0x000008, "Wrong alignment on FNavAvoidanceData"); \ +static_assert(sizeof(FNavAvoidanceData) == 0x000058, "Wrong size on FNavAvoidanceData"); \ + +#define DUMPER7_ASSERTS_FLinkedAnimLayerInstanceData \ +static_assert(alignof(FLinkedAnimLayerInstanceData) == 0x000008, "Wrong alignment on FLinkedAnimLayerInstanceData"); \ +static_assert(sizeof(FLinkedAnimLayerInstanceData) == 0x000060, "Wrong size on FLinkedAnimLayerInstanceData"); \ +static_assert(offsetof(FLinkedAnimLayerInstanceData, Instance) == 0x000000, "Member 'FLinkedAnimLayerInstanceData::Instance' has a wrong offset!"); \ +static_assert(offsetof(FLinkedAnimLayerInstanceData, LinkedFunctions) == 0x000008, "Member 'FLinkedAnimLayerInstanceData::LinkedFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLinkedAnimLayerClassData \ +static_assert(alignof(FLinkedAnimLayerClassData) == 0x000008, "Wrong alignment on FLinkedAnimLayerClassData"); \ +static_assert(sizeof(FLinkedAnimLayerClassData) == 0x000020, "Wrong size on FLinkedAnimLayerClassData"); \ +static_assert(offsetof(FLinkedAnimLayerClassData, InstancesData) == 0x000008, "Member 'FLinkedAnimLayerClassData::InstancesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystem_SharedLinkedAnimLayers \ +static_assert(alignof(FAnimSubsystem_SharedLinkedAnimLayers) == 0x000008, "Wrong alignment on FAnimSubsystem_SharedLinkedAnimLayers"); \ +static_assert(sizeof(FAnimSubsystem_SharedLinkedAnimLayers) == 0x000028, "Wrong size on FAnimSubsystem_SharedLinkedAnimLayers"); \ +static_assert(offsetof(FAnimSubsystem_SharedLinkedAnimLayers, ClassesData) == 0x000008, "Member 'FAnimSubsystem_SharedLinkedAnimLayers::ClassesData' has a wrong offset!"); \ +static_assert(offsetof(FAnimSubsystem_SharedLinkedAnimLayers, PersistentClasses) == 0x000018, "Member 'FAnimSubsystem_SharedLinkedAnimLayers::PersistentClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavLinkAuxiliaryId \ +static_assert(alignof(FNavLinkAuxiliaryId) == 0x000008, "Wrong alignment on FNavLinkAuxiliaryId"); \ +static_assert(sizeof(FNavLinkAuxiliaryId) == 0x000008, "Wrong size on FNavLinkAuxiliaryId"); \ +static_assert(offsetof(FNavLinkAuxiliaryId, ID) == 0x000000, "Member 'FNavLinkAuxiliaryId::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionPerWorldSettings \ +static_assert(alignof(FWorldPartitionPerWorldSettings) == 0x000001, "Wrong alignment on FWorldPartitionPerWorldSettings"); \ +static_assert(sizeof(FWorldPartitionPerWorldSettings) == 0x000001, "Wrong size on FWorldPartitionPerWorldSettings"); \ + +#define DUMPER7_ASSERTS_FNavLinkId \ +static_assert(alignof(FNavLinkId) == 0x000008, "Wrong alignment on FNavLinkId"); \ +static_assert(sizeof(FNavLinkId) == 0x000008, "Wrong size on FNavLinkId"); \ +static_assert(offsetof(FNavLinkId, ID) == 0x000000, "Member 'FNavLinkId::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendProfileInterfaceWrapper \ +static_assert(alignof(FBlendProfileInterfaceWrapper) == 0x000008, "Wrong alignment on FBlendProfileInterfaceWrapper"); \ +static_assert(sizeof(FBlendProfileInterfaceWrapper) == 0x000020, "Wrong size on FBlendProfileInterfaceWrapper"); \ +static_assert(offsetof(FBlendProfileInterfaceWrapper, bIsSkeletonBlendProfile) == 0x000000, "Member 'FBlendProfileInterfaceWrapper::bIsSkeletonBlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FBlendProfileInterfaceWrapper, BlendProfileProvider) == 0x000008, "Member 'FBlendProfileInterfaceWrapper::BlendProfileProvider' has a wrong offset!"); \ +static_assert(offsetof(FBlendProfileInterfaceWrapper, BlendProfile) == 0x000018, "Member 'FBlendProfileInterfaceWrapper::BlendProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavMovementProperties \ +static_assert(alignof(FNavMovementProperties) == 0x000004, "Wrong alignment on FNavMovementProperties"); \ +static_assert(sizeof(FNavMovementProperties) == 0x000008, "Wrong size on FNavMovementProperties"); \ +static_assert(offsetof(FNavMovementProperties, FixedPathBrakingDistance) == 0x000000, "Member 'FNavMovementProperties::FixedPathBrakingDistance' has a wrong offset!"); \ +static_assert(offsetof(FNavMovementProperties, bUpdateNavAgentWithOwnersCollision) == 0x000004, "Member 'FNavMovementProperties::bUpdateNavAgentWithOwnersCollision' has a wrong offset!"); \ +static_assert(offsetof(FNavMovementProperties, bUseAccelerationForPaths) == 0x000005, "Member 'FNavMovementProperties::bUseAccelerationForPaths' has a wrong offset!"); \ +static_assert(offsetof(FNavMovementProperties, bUseFixedBrakingDistanceForPaths) == 0x000006, "Member 'FNavMovementProperties::bUseFixedBrakingDistanceForPaths' has a wrong offset!"); \ +static_assert(offsetof(FNavMovementProperties, bStopMovementAbortPaths) == 0x000007, "Member 'FNavMovementProperties::bStopMovementAbortPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavDataConfig \ +static_assert(alignof(FNavDataConfig) == 0x000008, "Wrong alignment on FNavDataConfig"); \ +static_assert(sizeof(FNavDataConfig) == 0x000088, "Wrong size on FNavDataConfig"); \ +static_assert(offsetof(FNavDataConfig, Name) == 0x000038, "Member 'FNavDataConfig::Name' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, Color) == 0x000040, "Member 'FNavDataConfig::Color' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, DefaultQueryExtent) == 0x000048, "Member 'FNavDataConfig::DefaultQueryExtent' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, NavDataClass) == 0x000060, "Member 'FNavDataConfig::NavDataClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAnimationAttributeIdentifierArray \ +static_assert(alignof(FAnimationAttributeIdentifierArray) == 0x000008, "Wrong alignment on FAnimationAttributeIdentifierArray"); \ +static_assert(sizeof(FAnimationAttributeIdentifierArray) == 0x000010, "Wrong size on FAnimationAttributeIdentifierArray"); \ +static_assert(offsetof(FAnimationAttributeIdentifierArray, AttributeIdentifiers) == 0x000000, "Member 'FAnimationAttributeIdentifierArray::AttributeIdentifiers' 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_FISMComponentDescriptor \ +static_assert(alignof(FISMComponentDescriptor) == 0x000010, "Wrong alignment on FISMComponentDescriptor"); \ +static_assert(sizeof(FISMComponentDescriptor) == 0x000280, "Wrong size on FISMComponentDescriptor"); \ +static_assert(offsetof(FISMComponentDescriptor, StaticMesh) == 0x0001E0, "Member 'FISMComponentDescriptor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, OverrideMaterials) == 0x0001E8, "Member 'FISMComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, OverlayMaterial) == 0x0001F8, "Member 'FISMComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, RuntimeVirtualTextures) == 0x000200, "Member 'FISMComponentDescriptor::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, LocalTransform) == 0x000210, "Member 'FISMComponentDescriptor::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, StaticMeshComponent) == 0x000270, "Member 'FISMComponentDescriptor::StaticMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODISMComponentDescriptor \ +static_assert(alignof(FHLODISMComponentDescriptor) == 0x000010, "Wrong alignment on FHLODISMComponentDescriptor"); \ +static_assert(sizeof(FHLODISMComponentDescriptor) == 0x000280, "Wrong size on FHLODISMComponentDescriptor"); \ + +#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_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_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_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_FEncounteredStateMachineStack \ +static_assert(alignof(FEncounteredStateMachineStack) == 0x000008, "Wrong alignment on FEncounteredStateMachineStack"); \ +static_assert(sizeof(FEncounteredStateMachineStack) == 0x000030, "Wrong size on FEncounteredStateMachineStack"); \ + +#define DUMPER7_ASSERTS_FAnimationRecordingSettings \ +static_assert(alignof(FAnimationRecordingSettings) == 0x000008, "Wrong alignment on FAnimationRecordingSettings"); \ +static_assert(sizeof(FAnimationRecordingSettings) == 0x000040, "Wrong size on FAnimationRecordingSettings"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordInWorldSpace) == 0x000000, "Member 'FAnimationRecordingSettings::bRecordInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRemoveRootAnimation) == 0x000001, "Member 'FAnimationRecordingSettings::bRemoveRootAnimation' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bAutoSaveAsset) == 0x000002, "Member 'FAnimationRecordingSettings::bAutoSaveAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, SampleFrameRate) == 0x000004, "Member 'FAnimationRecordingSettings::SampleFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, Length) == 0x00000C, "Member 'FAnimationRecordingSettings::Length' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, Interpolation) == 0x000010, "Member 'FAnimationRecordingSettings::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, InterpMode) == 0x000011, "Member 'FAnimationRecordingSettings::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, TangentMode) == 0x000012, "Member 'FAnimationRecordingSettings::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordTransforms) == 0x000014, "Member 'FAnimationRecordingSettings::bRecordTransforms' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordMorphTargets) == 0x000015, "Member 'FAnimationRecordingSettings::bRecordMorphTargets' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordAttributeCurves) == 0x000016, "Member 'FAnimationRecordingSettings::bRecordAttributeCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordMaterialCurves) == 0x000017, "Member 'FAnimationRecordingSettings::bRecordMaterialCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bTransactRecording) == 0x000018, "Member 'FAnimationRecordingSettings::bTransactRecording' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, IncludeAnimationNames) == 0x000020, "Member 'FAnimationRecordingSettings::IncludeAnimationNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, ExcludeAnimationNames) == 0x000030, "Member 'FAnimationRecordingSettings::ExcludeAnimationNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimBankItem \ +static_assert(alignof(FAnimBankItem) == 0x000008, "Wrong alignment on FAnimBankItem"); \ +static_assert(sizeof(FAnimBankItem) == 0x000010, "Wrong size on FAnimBankItem"); \ +static_assert(offsetof(FAnimBankItem, BankAsset) == 0x000000, "Member 'FAnimBankItem::BankAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimBankItem, SequenceIndex) == 0x000008, "Member 'FAnimBankItem::SequenceIndex' 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_FSoftAnimBankItem \ +static_assert(alignof(FSoftAnimBankItem) == 0x000008, "Wrong alignment on FSoftAnimBankItem"); \ +static_assert(sizeof(FSoftAnimBankItem) == 0x000030, "Wrong size on FSoftAnimBankItem"); \ +static_assert(offsetof(FSoftAnimBankItem, BankAsset) == 0x000000, "Member 'FSoftAnimBankItem::BankAsset' has a wrong offset!"); \ +static_assert(offsetof(FSoftAnimBankItem, SequenceIndex) == 0x000028, "Member 'FSoftAnimBankItem::SequenceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkinnedMeshComponentDescriptorBase \ +static_assert(alignof(FSkinnedMeshComponentDescriptorBase) == 0x000008, "Wrong alignment on FSkinnedMeshComponentDescriptorBase"); \ +static_assert(sizeof(FSkinnedMeshComponentDescriptorBase) == 0x000078, "Wrong size on FSkinnedMeshComponentDescriptorBase"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, Hash) == 0x000008, "Member 'FSkinnedMeshComponentDescriptorBase::Hash' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, Mobility) == 0x00000C, "Member 'FSkinnedMeshComponentDescriptorBase::Mobility' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, ComponentClass) == 0x000010, "Member 'FSkinnedMeshComponentDescriptorBase::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, InstanceMinDrawDistance) == 0x000018, "Member 'FSkinnedMeshComponentDescriptorBase::InstanceMinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, InstanceStartCullDistance) == 0x00001C, "Member 'FSkinnedMeshComponentDescriptorBase::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, InstanceEndCullDistance) == 0x000020, "Member 'FSkinnedMeshComponentDescriptorBase::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, bVisibleInRayTracing) == 0x000026, "Member 'FSkinnedMeshComponentDescriptorBase::bVisibleInRayTracing' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, bAffectDynamicIndirectLighting) == 0x000027, "Member 'FSkinnedMeshComponentDescriptorBase::bAffectDynamicIndirectLighting' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, bAffectDistanceFieldLighting) == 0x000028, "Member 'FSkinnedMeshComponentDescriptorBase::bAffectDistanceFieldLighting' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, PrimitiveBoundsOverride) == 0x000030, "Member 'FSkinnedMeshComponentDescriptorBase::PrimitiveBoundsOverride' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, bIsInstanceDataGPUOnly) == 0x000068, "Member 'FSkinnedMeshComponentDescriptorBase::bIsInstanceDataGPUOnly' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, NumInstancesGPUOnly) == 0x00006C, "Member 'FSkinnedMeshComponentDescriptorBase::NumInstancesGPUOnly' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptorBase, NumCustomDataFloatsGPUOnly) == 0x000070, "Member 'FSkinnedMeshComponentDescriptorBase::NumCustomDataFloatsGPUOnly' 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_FSkinnedMeshComponentDescriptor \ +static_assert(alignof(FSkinnedMeshComponentDescriptor) == 0x000008, "Wrong alignment on FSkinnedMeshComponentDescriptor"); \ +static_assert(sizeof(FSkinnedMeshComponentDescriptor) == 0x000088, "Wrong size on FSkinnedMeshComponentDescriptor"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptor, SkinnedAsset) == 0x000078, "Member 'FSkinnedMeshComponentDescriptor::SkinnedAsset' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshComponentDescriptor, TransformProvider) == 0x000080, "Member 'FSkinnedMeshComponentDescriptor::TransformProvider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftSkinnedMeshComponentDescriptor \ +static_assert(alignof(FSoftSkinnedMeshComponentDescriptor) == 0x000008, "Wrong alignment on FSoftSkinnedMeshComponentDescriptor"); \ +static_assert(sizeof(FSoftSkinnedMeshComponentDescriptor) == 0x0000C8, "Wrong size on FSoftSkinnedMeshComponentDescriptor"); \ +static_assert(offsetof(FSoftSkinnedMeshComponentDescriptor, SkinnedAsset) == 0x000078, "Member 'FSoftSkinnedMeshComponentDescriptor::SkinnedAsset' has a wrong offset!"); \ +static_assert(offsetof(FSoftSkinnedMeshComponentDescriptor, TransformProvider) == 0x0000A0, "Member 'FSoftSkinnedMeshComponentDescriptor::TransformProvider' has a wrong offset!"); \ + +#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_FAnimBlueprintDebugData \ +static_assert(alignof(FAnimBlueprintDebugData) == 0x000001, "Wrong alignment on FAnimBlueprintDebugData"); \ +static_assert(sizeof(FAnimBlueprintDebugData) == 0x000001, "Wrong size on FAnimBlueprintDebugData"); \ + +#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_FAnimBlueprintMutableData \ +static_assert(alignof(FAnimBlueprintMutableData) == 0x000001, "Wrong alignment on FAnimBlueprintMutableData"); \ +static_assert(sizeof(FAnimBlueprintMutableData) == 0x000001, "Wrong size on FAnimBlueprintMutableData"); \ + +#define DUMPER7_ASSERTS_FAnimBlueprintConstantData \ +static_assert(alignof(FAnimBlueprintConstantData) == 0x000001, "Wrong alignment on FAnimBlueprintConstantData"); \ +static_assert(sizeof(FAnimBlueprintConstantData) == 0x000001, "Wrong size on FAnimBlueprintConstantData"); \ + +#define DUMPER7_ASSERTS_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_FHLODBuildInputReferencedAssets \ +static_assert(alignof(FHLODBuildInputReferencedAssets) == 0x000008, "Wrong alignment on FHLODBuildInputReferencedAssets"); \ +static_assert(sizeof(FHLODBuildInputReferencedAssets) == 0x000050, "Wrong size on FHLODBuildInputReferencedAssets"); \ +static_assert(offsetof(FHLODBuildInputReferencedAssets, StaticMeshes) == 0x000000, "Member 'FHLODBuildInputReferencedAssets::StaticMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGraphAssetPlayerInformation \ +static_assert(alignof(FGraphAssetPlayerInformation) == 0x000008, "Wrong alignment on FGraphAssetPlayerInformation"); \ +static_assert(sizeof(FGraphAssetPlayerInformation) == 0x000010, "Wrong size on FGraphAssetPlayerInformation"); \ +static_assert(offsetof(FGraphAssetPlayerInformation, PlayerNodeIndices) == 0x000000, "Member 'FGraphAssetPlayerInformation::PlayerNodeIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimGraphBlendOptions \ +static_assert(alignof(FAnimGraphBlendOptions) == 0x000008, "Wrong alignment on FAnimGraphBlendOptions"); \ +static_assert(sizeof(FAnimGraphBlendOptions) == 0x000020, "Wrong size on FAnimGraphBlendOptions"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendInTime) == 0x000000, "Member 'FAnimGraphBlendOptions::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendInProfile) == 0x000008, "Member 'FAnimGraphBlendOptions::BlendInProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendOutTime) == 0x000010, "Member 'FAnimGraphBlendOptions::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendOutProfile) == 0x000018, "Member 'FAnimGraphBlendOptions::BlendOutProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAnimationErrorStats \ +static_assert(alignof(FAnimationErrorStats) == 0x000004, "Wrong alignment on FAnimationErrorStats"); \ +static_assert(sizeof(FAnimationErrorStats) == 0x000010, "Wrong size on FAnimationErrorStats"); \ + +#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_FExposedValueHandler \ +static_assert(alignof(FExposedValueHandler) == 0x000008, "Wrong alignment on FExposedValueHandler"); \ +static_assert(sizeof(FExposedValueHandler) == 0x000010, "Wrong size on FExposedValueHandler"); \ + +#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_FCachedFloatCurve \ +static_assert(alignof(FCachedFloatCurve) == 0x000004, "Wrong alignment on FCachedFloatCurve"); \ +static_assert(sizeof(FCachedFloatCurve) == 0x000008, "Wrong size on FCachedFloatCurve"); \ +static_assert(offsetof(FCachedFloatCurve, CurveName) == 0x000000, "Member 'FCachedFloatCurve::CurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRawCurveTracks \ +static_assert(alignof(FRawCurveTracks) == 0x000008, "Wrong alignment on FRawCurveTracks"); \ +static_assert(sizeof(FRawCurveTracks) == 0x000010, "Wrong size on FRawCurveTracks"); \ +static_assert(offsetof(FRawCurveTracks, FloatCurves) == 0x000000, "Member 'FRawCurveTracks::FloatCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FEditorMapPerformanceTestDefinition \ +static_assert(alignof(FEditorMapPerformanceTestDefinition) == 0x000008, "Wrong alignment on FEditorMapPerformanceTestDefinition"); \ +static_assert(sizeof(FEditorMapPerformanceTestDefinition) == 0x000028, "Wrong size on FEditorMapPerformanceTestDefinition"); \ +static_assert(offsetof(FEditorMapPerformanceTestDefinition, PerformanceTestmap) == 0x000000, "Member 'FEditorMapPerformanceTestDefinition::PerformanceTestmap' has a wrong offset!"); \ +static_assert(offsetof(FEditorMapPerformanceTestDefinition, TestTimer) == 0x000020, "Member 'FEditorMapPerformanceTestDefinition::TestTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimatedBoneAttribute \ +static_assert(alignof(FAnimatedBoneAttribute) == 0x000008, "Wrong alignment on FAnimatedBoneAttribute"); \ +static_assert(sizeof(FAnimatedBoneAttribute) == 0x0000F0, "Wrong size on FAnimatedBoneAttribute"); \ +static_assert(offsetof(FAnimatedBoneAttribute, Identifier) == 0x000000, "Member 'FAnimatedBoneAttribute::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FAnimatedBoneAttribute, Curve) == 0x000040, "Member 'FAnimatedBoneAttribute::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAnimExecutionContext \ +static_assert(alignof(FAnimExecutionContext) == 0x000008, "Wrong alignment on FAnimExecutionContext"); \ +static_assert(sizeof(FAnimExecutionContext) == 0x000010, "Wrong size on FAnimExecutionContext"); \ + +#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_FSmartNameContainer \ +static_assert(alignof(FSmartNameContainer) == 0x000008, "Wrong alignment on FSmartNameContainer"); \ +static_assert(sizeof(FSmartNameContainer) == 0x000050, "Wrong size on FSmartNameContainer"); \ + +#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_FAnimPoseContext \ +static_assert(alignof(FAnimPoseContext) == 0x000008, "Wrong alignment on FAnimPoseContext"); \ +static_assert(sizeof(FAnimPoseContext) == 0x000010, "Wrong size on FAnimPoseContext"); \ + +#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_FAnimComponentSpacePoseContext \ +static_assert(alignof(FAnimComponentSpacePoseContext) == 0x000008, "Wrong alignment on FAnimComponentSpacePoseContext"); \ +static_assert(sizeof(FAnimComponentSpacePoseContext) == 0x000010, "Wrong size on FAnimComponentSpacePoseContext"); \ + +#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_FPreviewMeshCollectionEntry \ +static_assert(alignof(FPreviewMeshCollectionEntry) == 0x000008, "Wrong alignment on FPreviewMeshCollectionEntry"); \ +static_assert(sizeof(FPreviewMeshCollectionEntry) == 0x000050, "Wrong size on FPreviewMeshCollectionEntry"); \ +static_assert(offsetof(FPreviewMeshCollectionEntry, SkeletalMesh) == 0x000000, "Member 'FPreviewMeshCollectionEntry::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FPreviewMeshCollectionEntry, AnimBlueprint) == 0x000028, "Member 'FPreviewMeshCollectionEntry::AnimBlueprint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMeshMergingSettings \ +static_assert(alignof(FMeshMergingSettings) == 0x000008, "Wrong alignment on FMeshMergingSettings"); \ +static_assert(sizeof(FMeshMergingSettings) == 0x000138, "Wrong size on FMeshMergingSettings"); \ +static_assert(offsetof(FMeshMergingSettings, TargetLightMapResolution) == 0x000000, "Member 'FMeshMergingSettings::TargetLightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, OutputUVs) == 0x000004, "Member 'FMeshMergingSettings::OutputUVs' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, MaterialSettings) == 0x000010, "Member 'FMeshMergingSettings::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, GutterSize) == 0x0000B0, "Member 'FMeshMergingSettings::GutterSize' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, LODSelectionType) == 0x0000B4, "Member 'FMeshMergingSettings::LODSelectionType' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, SpecificLOD) == 0x0000B8, "Member 'FMeshMergingSettings::SpecificLOD' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, NaniteSettings) == 0x0000C0, "Member 'FMeshMergingSettings::NaniteSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompositeSection \ +static_assert(alignof(FCompositeSection) == 0x000008, "Wrong alignment on FCompositeSection"); \ +static_assert(sizeof(FCompositeSection) == 0x000050, "Wrong size on FCompositeSection"); \ +static_assert(offsetof(FCompositeSection, SectionName) == 0x000030, "Member 'FCompositeSection::SectionName' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSection, NextSectionName) == 0x000038, "Member 'FCompositeSection::NextSectionName' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSection, MetaData) == 0x000040, "Member 'FCompositeSection::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlotAnimationTrack \ +static_assert(alignof(FSlotAnimationTrack) == 0x000008, "Wrong alignment on FSlotAnimationTrack"); \ +static_assert(sizeof(FSlotAnimationTrack) == 0x000018, "Wrong size on FSlotAnimationTrack"); \ +static_assert(offsetof(FSlotAnimationTrack, SlotName) == 0x000000, "Member 'FSlotAnimationTrack::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FSlotAnimationTrack, AnimTrack) == 0x000008, "Member 'FSlotAnimationTrack::AnimTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FBranchingPoint \ +static_assert(alignof(FBranchingPoint) == 0x000008, "Wrong alignment on FBranchingPoint"); \ +static_assert(sizeof(FBranchingPoint) == 0x000040, "Wrong size on FBranchingPoint"); \ +static_assert(offsetof(FBranchingPoint, EventName) == 0x000030, "Member 'FBranchingPoint::EventName' has a wrong offset!"); \ +static_assert(offsetof(FBranchingPoint, TriggerTimeOffset) == 0x000038, "Member 'FBranchingPoint::TriggerTimeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FWorldPartitionUpdateStreamingTargetState \ +static_assert(alignof(FWorldPartitionUpdateStreamingTargetState) == 0x000008, "Wrong alignment on FWorldPartitionUpdateStreamingTargetState"); \ +static_assert(sizeof(FWorldPartitionUpdateStreamingTargetState) == 0x000048, "Wrong size on FWorldPartitionUpdateStreamingTargetState"); \ +static_assert(offsetof(FWorldPartitionUpdateStreamingTargetState, ToLoadCells) == 0x000000, "Member 'FWorldPartitionUpdateStreamingTargetState::ToLoadCells' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionUpdateStreamingTargetState, ToActivateCells) == 0x000010, "Member 'FWorldPartitionUpdateStreamingTargetState::ToActivateCells' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionUpdateStreamingTargetState, ToDeactivateCells) == 0x000020, "Member 'FWorldPartitionUpdateStreamingTargetState::ToDeactivateCells' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionUpdateStreamingTargetState, ToUnloadCells) == 0x000030, "Member 'FWorldPartitionUpdateStreamingTargetState::ToUnloadCells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimMontageInstance \ +static_assert(alignof(FAnimMontageInstance) == 0x000008, "Wrong alignment on FAnimMontageInstance"); \ +static_assert(sizeof(FAnimMontageInstance) == 0x0001E8, "Wrong size on FAnimMontageInstance"); \ +static_assert(offsetof(FAnimMontageInstance, Montage) == 0x000000, "Member 'FAnimMontageInstance::Montage' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, bPlaying) == 0x000048, "Member 'FAnimMontageInstance::bPlaying' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, DefaultBlendTimeMultiplier) == 0x00004C, "Member 'FAnimMontageInstance::DefaultBlendTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, NextSections) == 0x000118, "Member 'FAnimMontageInstance::NextSections' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, PrevSections) == 0x000128, "Member 'FAnimMontageInstance::PrevSections' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, ActiveStateBranchingPoints) == 0x000148, "Member 'FAnimMontageInstance::ActiveStateBranchingPoints' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, position) == 0x000158, "Member 'FAnimMontageInstance::position' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, PlayRate) == 0x00015C, "Member 'FAnimMontageInstance::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, Blend) == 0x000160, "Member 'FAnimMontageInstance::Blend' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, DisableRootMotionCount) == 0x0001C4, "Member 'FAnimMontageInstance::DisableRootMotionCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNodeData \ +static_assert(alignof(FAnimNodeData) == 0x000008, "Wrong alignment on FAnimNodeData"); \ +static_assert(sizeof(FAnimNodeData) == 0x000028, "Wrong size on FAnimNodeData"); \ +static_assert(offsetof(FAnimNodeData, AnimClassInterface) == 0x000000, "Member 'FAnimNodeData::AnimClassInterface' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeData, Entries) == 0x000010, "Member 'FAnimNodeData::Entries' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeData, NodeIndex) == 0x000020, "Member 'FAnimNodeData::NodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimNodeData, Flags) == 0x000024, "Member 'FAnimNodeData::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformTrajectorySample \ +static_assert(alignof(FTransformTrajectorySample) == 0x000010, "Wrong alignment on FTransformTrajectorySample"); \ +static_assert(sizeof(FTransformTrajectorySample) == 0x000040, "Wrong size on FTransformTrajectorySample"); \ +static_assert(offsetof(FTransformTrajectorySample, Facing) == 0x000000, "Member 'FTransformTrajectorySample::Facing' has a wrong offset!"); \ +static_assert(offsetof(FTransformTrajectorySample, position) == 0x000020, "Member 'FTransformTrajectorySample::position' has a wrong offset!"); \ +static_assert(offsetof(FTransformTrajectorySample, TimeInSeconds) == 0x000038, "Member 'FTransformTrajectorySample::TimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformTrajectory \ +static_assert(alignof(FTransformTrajectory) == 0x000008, "Wrong alignment on FTransformTrajectory"); \ +static_assert(sizeof(FTransformTrajectory) == 0x000010, "Wrong size on FTransformTrajectory"); \ +static_assert(offsetof(FTransformTrajectory, Samples) == 0x000000, "Member 'FTransformTrajectory::Samples' 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_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_FSlateModifierKeysState \ +static_assert(alignof(FSlateModifierKeysState) == 0x000001, "Wrong alignment on FSlateModifierKeysState"); \ +static_assert(sizeof(FSlateModifierKeysState) == 0x000001, "Wrong size on FSlateModifierKeysState"); \ +static_assert(offsetof(FSlateModifierKeysState, ModifierKeysStateMask) == 0x000000, "Member 'FSlateModifierKeysState::ModifierKeysStateMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FAnimNode_DeadBlending \ +static_assert(alignof(FAnimNode_DeadBlending) == 0x000010, "Wrong alignment on FAnimNode_DeadBlending"); \ +static_assert(sizeof(FAnimNode_DeadBlending) == 0x000690, "Wrong size on FAnimNode_DeadBlending"); \ +static_assert(offsetof(FAnimNode_DeadBlending, Source) == 0x000018, "Member 'FAnimNode_DeadBlending::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, bAlwaysUseDefaultBlendSettings) == 0x000028, "Member 'FAnimNode_DeadBlending::bAlwaysUseDefaultBlendSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, DefaultBlendDuration) == 0x00002C, "Member 'FAnimNode_DeadBlending::DefaultBlendDuration' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, DefaultBlendProfile) == 0x000030, "Member 'FAnimNode_DeadBlending::DefaultBlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, DefaultBlendMode) == 0x000038, "Member 'FAnimNode_DeadBlending::DefaultBlendMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, DefaultCustomBlendCurve) == 0x000040, "Member 'FAnimNode_DeadBlending::DefaultCustomBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, BlendTimeMultiplier) == 0x000048, "Member 'FAnimNode_DeadBlending::BlendTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, bLinearlyInterpolateScales) == 0x00004C, "Member 'FAnimNode_DeadBlending::bLinearlyInterpolateScales' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, FilteredCurves) == 0x000050, "Member 'FAnimNode_DeadBlending::FilteredCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, ExtrapolationFilteredCurves) == 0x000060, "Member 'FAnimNode_DeadBlending::ExtrapolationFilteredCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, FilteredBones) == 0x000070, "Member 'FAnimNode_DeadBlending::FilteredBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, ExtrapolationHalfLife) == 0x000080, "Member 'FAnimNode_DeadBlending::ExtrapolationHalfLife' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, ExtrapolationHalfLifeMin) == 0x000084, "Member 'FAnimNode_DeadBlending::ExtrapolationHalfLifeMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, ExtrapolationHalfLifeMax) == 0x000088, "Member 'FAnimNode_DeadBlending::ExtrapolationHalfLifeMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, MaximumTranslationVelocity) == 0x00008C, "Member 'FAnimNode_DeadBlending::MaximumTranslationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, MaximumRotationVelocity) == 0x000090, "Member 'FAnimNode_DeadBlending::MaximumRotationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, MaximumScaleVelocity) == 0x000094, "Member 'FAnimNode_DeadBlending::MaximumScaleVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, MaximumCurveVelocity) == 0x000098, "Member 'FAnimNode_DeadBlending::MaximumCurveVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, bResetOnBecomingRelevant) == 0x00009C, "Member 'FAnimNode_DeadBlending::bResetOnBecomingRelevant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, bForwardRequestsThroughSkippedCachedPoseNodes) == 0x00009D, "Member 'FAnimNode_DeadBlending::bForwardRequestsThroughSkippedCachedPoseNodes' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, Tag) == 0x0000A0, "Member 'FAnimNode_DeadBlending::Tag' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, RequestQueue) == 0x0003C0, "Member 'FAnimNode_DeadBlending::RequestQueue' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, InertializationCustomBlendCurve) == 0x000660, "Member 'FAnimNode_DeadBlending::InertializationCustomBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_DeadBlending, InertializationRequestAnimInstance) == 0x000680, "Member 'FAnimNode_DeadBlending::InertializationRequestAnimInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInertializationPose \ +static_assert(alignof(FInertializationPose) == 0x000010, "Wrong alignment on FInertializationPose"); \ +static_assert(sizeof(FInertializationPose) == 0x0000C0, "Wrong size on FInertializationPose"); \ + +#define DUMPER7_ASSERTS_FInertializationBoneDiff \ +static_assert(alignof(FInertializationBoneDiff) == 0x000008, "Wrong alignment on FInertializationBoneDiff"); \ +static_assert(sizeof(FInertializationBoneDiff) == 0x000060, "Wrong size on FInertializationBoneDiff"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Inertialization \ +static_assert(alignof(FAnimNode_Inertialization) == 0x000010, "Wrong alignment on FAnimNode_Inertialization"); \ +static_assert(sizeof(FAnimNode_Inertialization) == 0x000550, "Wrong size on FAnimNode_Inertialization"); \ +static_assert(offsetof(FAnimNode_Inertialization, Source) == 0x000018, "Member 'FAnimNode_Inertialization::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, DefaultBlendProfile) == 0x000028, "Member 'FAnimNode_Inertialization::DefaultBlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, FilteredCurves) == 0x000030, "Member 'FAnimNode_Inertialization::FilteredCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, FilteredBones) == 0x000040, "Member 'FAnimNode_Inertialization::FilteredBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, bResetOnBecomingRelevant) == 0x000050, "Member 'FAnimNode_Inertialization::bResetOnBecomingRelevant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, bForwardRequestsThroughSkippedCachedPoseNodes) == 0x000051, "Member 'FAnimNode_Inertialization::bForwardRequestsThroughSkippedCachedPoseNodes' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, Tag) == 0x000054, "Member 'FAnimNode_Inertialization::Tag' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, RequestQueue) == 0x000308, "Member 'FAnimNode_Inertialization::RequestQueue' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, InertializationRequestAnimInstance) == 0x000548, "Member 'FAnimNode_Inertialization::InertializationRequestAnimInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LinkedAnimGraph \ +static_assert(alignof(FAnimNode_LinkedAnimGraph) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimGraph"); \ +static_assert(sizeof(FAnimNode_LinkedAnimGraph) == 0x0000B8, "Wrong size on FAnimNode_LinkedAnimGraph"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, InputPoses) == 0x000058, "Member 'FAnimNode_LinkedAnimGraph::InputPoses' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, InputPoseNames) == 0x000068, "Member 'FAnimNode_LinkedAnimGraph::InputPoseNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, InstanceClass) == 0x000078, "Member 'FAnimNode_LinkedAnimGraph::InstanceClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, PendingBlendOutProfile) == 0x000098, "Member 'FAnimNode_LinkedAnimGraph::PendingBlendOutProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimGraph, PendingBlendInProfile) == 0x0000A8, "Member 'FAnimNode_LinkedAnimGraph::PendingBlendInProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LinkedAnimLayer \ +static_assert(alignof(FAnimNode_LinkedAnimLayer) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimLayer"); \ +static_assert(sizeof(FAnimNode_LinkedAnimLayer) == 0x0000C8, "Wrong size on FAnimNode_LinkedAnimLayer"); \ +static_assert(offsetof(FAnimNode_LinkedAnimLayer, Interface) == 0x0000B8, "Member 'FAnimNode_LinkedAnimLayer::Interface' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimLayer, Layer) == 0x0000C0, "Member 'FAnimNode_LinkedAnimLayer::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LinkedInputPose \ +static_assert(alignof(FAnimNode_LinkedInputPose) == 0x000008, "Wrong alignment on FAnimNode_LinkedInputPose"); \ +static_assert(sizeof(FAnimNode_LinkedInputPose) == 0x0000B8, "Wrong size on FAnimNode_LinkedInputPose"); \ +static_assert(offsetof(FAnimNode_LinkedInputPose, Name) == 0x000010, "Member 'FAnimNode_LinkedInputPose::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedInputPose, Graph) == 0x000018, "Member 'FAnimNode_LinkedInputPose::Graph' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedInputPose, InputPose) == 0x000020, "Member 'FAnimNode_LinkedInputPose::InputPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SaveCachedPose \ +static_assert(alignof(FAnimNode_SaveCachedPose) == 0x000008, "Wrong alignment on FAnimNode_SaveCachedPose"); \ +static_assert(sizeof(FAnimNode_SaveCachedPose) == 0x000080, "Wrong size on FAnimNode_SaveCachedPose"); \ +static_assert(offsetof(FAnimNode_SaveCachedPose, Pose) == 0x000010, "Member 'FAnimNode_SaveCachedPose::Pose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SaveCachedPose, CachePoseName) == 0x000020, "Member 'FAnimNode_SaveCachedPose::CachePoseName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputScaleBiasClampState \ +static_assert(alignof(FInputScaleBiasClampState) == 0x000004, "Wrong alignment on FInputScaleBiasClampState"); \ +static_assert(sizeof(FInputScaleBiasClampState) == 0x000008, "Wrong size on FInputScaleBiasClampState"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequencePlayerBase \ +static_assert(alignof(FAnimNode_SequencePlayerBase) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayerBase"); \ +static_assert(sizeof(FAnimNode_SequencePlayerBase) == 0x000040, "Wrong size on FAnimNode_SequencePlayerBase"); \ +static_assert(offsetof(FAnimNode_SequencePlayerBase, PlayRateScaleBiasClampState) == 0x000038, "Member 'FAnimNode_SequencePlayerBase::PlayRateScaleBiasClampState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequencePlayer \ +static_assert(alignof(FAnimNode_SequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayer"); \ +static_assert(sizeof(FAnimNode_SequencePlayer) == 0x000048, "Wrong size on FAnimNode_SequencePlayer"); \ +static_assert(offsetof(FAnimNode_SequencePlayer, Sequence) == 0x000040, "Member 'FAnimNode_SequencePlayer::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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, bOverridePositionWhenJoiningSyncGroupAsLeader) == 0x000049, "Member 'FAnimNode_SequencePlayer_Standalone::bOverridePositionWhenJoiningSyncGroupAsLeader' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, Method) == 0x00004A, "Member 'FAnimNode_SequencePlayer_Standalone::Method' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequencePlayer_Standalone, bIgnoreForRelevancyTest) == 0x00004B, "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_FMaterialFunctionInfo \ +static_assert(alignof(FMaterialFunctionInfo) == 0x000008, "Wrong alignment on FMaterialFunctionInfo"); \ +static_assert(sizeof(FMaterialFunctionInfo) == 0x000018, "Wrong size on FMaterialFunctionInfo"); \ +static_assert(offsetof(FMaterialFunctionInfo, StateId) == 0x000000, "Member 'FMaterialFunctionInfo::StateId' has a wrong offset!"); \ +static_assert(offsetof(FMaterialFunctionInfo, Function) == 0x000010, "Member 'FMaterialFunctionInfo::Function' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialParameterCollectionInfo \ +static_assert(alignof(FMaterialParameterCollectionInfo) == 0x000008, "Wrong alignment on FMaterialParameterCollectionInfo"); \ +static_assert(sizeof(FMaterialParameterCollectionInfo) == 0x000018, "Wrong size on FMaterialParameterCollectionInfo"); \ +static_assert(offsetof(FMaterialParameterCollectionInfo, StateId) == 0x000000, "Member 'FMaterialParameterCollectionInfo::StateId' has a wrong offset!"); \ +static_assert(offsetof(FMaterialParameterCollectionInfo, ParameterCollection) == 0x000010, "Member 'FMaterialParameterCollectionInfo::ParameterCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialCachedExpressionData \ +static_assert(alignof(FMaterialCachedExpressionData) == 0x000008, "Wrong alignment on FMaterialCachedExpressionData"); \ +static_assert(sizeof(FMaterialCachedExpressionData) == 0x0004E0, "Wrong size on FMaterialCachedExpressionData"); \ +static_assert(offsetof(FMaterialCachedExpressionData, RuntimeEntries) == 0x000000, "Member 'FMaterialCachedExpressionData::RuntimeEntries' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ScalarPrimitiveDataIndexValues) == 0x000320, "Member 'FMaterialCachedExpressionData::ScalarPrimitiveDataIndexValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, VectorPrimitiveDataIndexValues) == 0x000330, "Member 'FMaterialCachedExpressionData::VectorPrimitiveDataIndexValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ScalarValues) == 0x000340, "Member 'FMaterialCachedExpressionData::ScalarValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, StaticSwitchValues) == 0x000350, "Member 'FMaterialCachedExpressionData::StaticSwitchValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, DynamicSwitchValues) == 0x000360, "Member 'FMaterialCachedExpressionData::DynamicSwitchValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, VectorValues) == 0x000370, "Member 'FMaterialCachedExpressionData::VectorValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, DoubleVectorValues) == 0x000380, "Member 'FMaterialCachedExpressionData::DoubleVectorValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, TextureValues) == 0x000390, "Member 'FMaterialCachedExpressionData::TextureValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, TextureCollectionValues) == 0x0003A0, "Member 'FMaterialCachedExpressionData::TextureCollectionValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ParameterCollectionValues) == 0x0003B0, "Member 'FMaterialCachedExpressionData::ParameterCollectionValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, FontValues) == 0x0003C0, "Member 'FMaterialCachedExpressionData::FontValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, FontPageValues) == 0x0003D0, "Member 'FMaterialCachedExpressionData::FontPageValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, RuntimeVirtualTextureValues) == 0x0003E0, "Member 'FMaterialCachedExpressionData::RuntimeVirtualTextureValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, SparseVolumeTextureValues) == 0x0003F0, "Member 'FMaterialCachedExpressionData::SparseVolumeTextureValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ReferencedTextures) == 0x000400, "Member 'FMaterialCachedExpressionData::ReferencedTextures' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ReferencedTextureCollections) == 0x000410, "Member 'FMaterialCachedExpressionData::ReferencedTextureCollections' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ReferencedExternalCodeExpressionClasses) == 0x000420, "Member 'FMaterialCachedExpressionData::ReferencedExternalCodeExpressionClasses' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, FunctionInfos) == 0x000430, "Member 'FMaterialCachedExpressionData::FunctionInfos' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, FunctionInfosStateCRC) == 0x000440, "Member 'FMaterialCachedExpressionData::FunctionInfosStateCRC' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, ParameterCollectionInfos) == 0x000448, "Member 'FMaterialCachedExpressionData::ParameterCollectionInfos' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, GrassTypes) == 0x000458, "Member 'FMaterialCachedExpressionData::GrassTypes' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, MaterialCacheTags) == 0x000468, "Member 'FMaterialCachedExpressionData::MaterialCacheTags' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, MaterialLayers) == 0x000478, "Member 'FMaterialCachedExpressionData::MaterialLayers' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, DynamicParameterNames) == 0x0004A8, "Member 'FMaterialCachedExpressionData::DynamicParameterNames' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, QualityLevelsUsed) == 0x0004B8, "Member 'FMaterialCachedExpressionData::QualityLevelsUsed' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, MaterialCacheUVCoordinatesUsedMask) == 0x0004C8, "Member 'FMaterialCachedExpressionData::MaterialCacheUVCoordinatesUsedMask' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, PropertyConnectedBitmask) == 0x0004D4, "Member 'FMaterialCachedExpressionData::PropertyConnectedBitmask' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, PropertyConnectedMask) == 0x0004D8, "Member 'FMaterialCachedExpressionData::PropertyConnectedMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialAggregateAttribute \ +static_assert(alignof(FMaterialAggregateAttribute) == 0x000010, "Wrong alignment on FMaterialAggregateAttribute"); \ +static_assert(sizeof(FMaterialAggregateAttribute) == 0x000030, "Wrong size on FMaterialAggregateAttribute"); \ +static_assert(offsetof(FMaterialAggregateAttribute, Name) == 0x000000, "Member 'FMaterialAggregateAttribute::Name' has a wrong offset!"); \ +static_assert(offsetof(FMaterialAggregateAttribute, Type) == 0x000008, "Member 'FMaterialAggregateAttribute::Type' has a wrong offset!"); \ +static_assert(offsetof(FMaterialAggregateAttribute, Aggregate) == 0x000010, "Member 'FMaterialAggregateAttribute::Aggregate' has a wrong offset!"); \ +static_assert(offsetof(FMaterialAggregateAttribute, DefaultValue) == 0x000020, "Member 'FMaterialAggregateAttribute::DefaultValue' 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_FAnimationPotentialTransition \ +static_assert(alignof(FAnimationPotentialTransition) == 0x000008, "Wrong alignment on FAnimationPotentialTransition"); \ +static_assert(sizeof(FAnimationPotentialTransition) == 0x000030, "Wrong size on FAnimationPotentialTransition"); \ + +#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_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_FAnimNode_StateMachine \ +static_assert(alignof(FAnimNode_StateMachine) == 0x000008, "Wrong alignment on FAnimNode_StateMachine"); \ +static_assert(sizeof(FAnimNode_StateMachine) == 0x0000D8, "Wrong size on FAnimNode_StateMachine"); \ +static_assert(offsetof(FAnimNode_StateMachine, StateMachineIndexInClass) == 0x000010, "Member 'FAnimNode_StateMachine::StateMachineIndexInClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, MaxTransitionsPerFrame) == 0x000014, "Member 'FAnimNode_StateMachine::MaxTransitionsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, MaxTransitionsRequests) == 0x000018, "Member 'FAnimNode_StateMachine::MaxTransitionsRequests' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bSkipFirstUpdateTransition) == 0x00001C, "Member 'FAnimNode_StateMachine::bSkipFirstUpdateTransition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bReinitializeOnBecomingRelevant) == 0x00001D, "Member 'FAnimNode_StateMachine::bReinitializeOnBecomingRelevant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bCreateNotifyMetaData) == 0x00001E, "Member 'FAnimNode_StateMachine::bCreateNotifyMetaData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bAllowConduitEntryStates) == 0x00001F, "Member 'FAnimNode_StateMachine::bAllowConduitEntryStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAnimNode_TransitionPoseEvaluator \ +static_assert(alignof(FAnimNode_TransitionPoseEvaluator) == 0x000008, "Wrong alignment on FAnimNode_TransitionPoseEvaluator"); \ +static_assert(sizeof(FAnimNode_TransitionPoseEvaluator) == 0x0000A8, "Wrong size on FAnimNode_TransitionPoseEvaluator"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, FramesToCachePose) == 0x000088, "Member 'FAnimNode_TransitionPoseEvaluator::FramesToCachePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, DataSource) == 0x000090, "Member 'FAnimNode_TransitionPoseEvaluator::DataSource' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, EvaluatorMode) == 0x000091, "Member 'FAnimNode_TransitionPoseEvaluator::EvaluatorMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FAnimNotifyContext \ +static_assert(alignof(FAnimNotifyContext) == 0x000008, "Wrong alignment on FAnimNotifyContext"); \ +static_assert(sizeof(FAnimNotifyContext) == 0x000018, "Wrong size on FAnimNotifyContext"); \ + +#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_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_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_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_FCompressedTrack \ +static_assert(alignof(FCompressedTrack) == 0x000008, "Wrong alignment on FCompressedTrack"); \ +static_assert(sizeof(FCompressedTrack) == 0x000038, "Wrong size on FCompressedTrack"); \ +static_assert(offsetof(FCompressedTrack, ByteStream) == 0x000000, "Member 'FCompressedTrack::ByteStream' has a wrong offset!"); \ +static_assert(offsetof(FCompressedTrack, Times) == 0x000010, "Member 'FCompressedTrack::Times' has a wrong offset!"); \ +static_assert(offsetof(FCompressedTrack, Mins) == 0x000020, "Member 'FCompressedTrack::Mins' has a wrong offset!"); \ +static_assert(offsetof(FCompressedTrack, Ranges) == 0x00002C, "Member 'FCompressedTrack::Ranges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSetMeshLinkup \ +static_assert(alignof(FAnimSetMeshLinkup) == 0x000008, "Wrong alignment on FAnimSetMeshLinkup"); \ +static_assert(sizeof(FAnimSetMeshLinkup) == 0x000010, "Wrong size on FAnimSetMeshLinkup"); \ +static_assert(offsetof(FAnimSetMeshLinkup, BoneToTrackTable) == 0x000000, "Member 'FAnimSetMeshLinkup::BoneToTrackTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorPlacementDataLayers \ +static_assert(alignof(FActorPlacementDataLayers) == 0x000008, "Wrong alignment on FActorPlacementDataLayers"); \ +static_assert(sizeof(FActorPlacementDataLayers) == 0x000028, "Wrong size on FActorPlacementDataLayers"); \ +static_assert(offsetof(FActorPlacementDataLayers, DataLayerInstanceNames) == 0x000000, "Member 'FActorPlacementDataLayers::DataLayerInstanceNames' has a wrong offset!"); \ +static_assert(offsetof(FActorPlacementDataLayers, ExternalDataLayerName) == 0x000010, "Member 'FActorPlacementDataLayers::ExternalDataLayerName' has a wrong offset!"); \ +static_assert(offsetof(FActorPlacementDataLayers, CurrentColorizedDataLayerInstanceName) == 0x000018, "Member 'FActorPlacementDataLayers::CurrentColorizedDataLayerInstanceName' has a wrong offset!"); \ +static_assert(offsetof(FActorPlacementDataLayers, ContextId) == 0x000020, "Member 'FActorPlacementDataLayers::ContextId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FAssetLocatorFragment \ +static_assert(alignof(FAssetLocatorFragment) == 0x000004, "Wrong alignment on FAssetLocatorFragment"); \ +static_assert(sizeof(FAssetLocatorFragment) == 0x000010, "Wrong size on FAssetLocatorFragment"); \ +static_assert(offsetof(FAssetLocatorFragment, Path) == 0x000000, "Member 'FAssetLocatorFragment::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationStateBase \ +static_assert(alignof(FAnimationStateBase) == 0x000004, "Wrong alignment on FAnimationStateBase"); \ +static_assert(sizeof(FAnimationStateBase) == 0x000008, "Wrong size on FAnimationStateBase"); \ +static_assert(offsetof(FAnimationStateBase, StateName) == 0x000000, "Member 'FAnimationStateBase::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationState \ +static_assert(alignof(FAnimationState) == 0x000008, "Wrong alignment on FAnimationState"); \ +static_assert(sizeof(FAnimationState) == 0x000028, "Wrong size on FAnimationState"); \ +static_assert(offsetof(FAnimationState, Transitions) == 0x000008, "Member 'FAnimationState::Transitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, StateRootNodeIndex) == 0x000018, "Member 'FAnimationState::StateRootNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, StartNotify) == 0x00001C, "Member 'FAnimationState::StartNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, EndNotify) == 0x000020, "Member 'FAnimationState::EndNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationState, FullyBlendedNotify) == 0x000024, "Member 'FAnimationState::FullyBlendedNotify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationTransitionBetweenStates \ +static_assert(alignof(FAnimationTransitionBetweenStates) == 0x000008, "Wrong alignment on FAnimationTransitionBetweenStates"); \ +static_assert(sizeof(FAnimationTransitionBetweenStates) == 0x000038, "Wrong size on FAnimationTransitionBetweenStates"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, CustomCurve) == 0x000008, "Member 'FAnimationTransitionBetweenStates::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, BlendProfile) == 0x000010, "Member 'FAnimationTransitionBetweenStates::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, PreviousState) == 0x000018, "Member 'FAnimationTransitionBetweenStates::PreviousState' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, NextState) == 0x00001C, "Member 'FAnimationTransitionBetweenStates::NextState' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, CrossfadeDuration) == 0x000020, "Member 'FAnimationTransitionBetweenStates::CrossfadeDuration' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, MinTimeBeforeReentry) == 0x000024, "Member 'FAnimationTransitionBetweenStates::MinTimeBeforeReentry' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, StartNotify) == 0x000028, "Member 'FAnimationTransitionBetweenStates::StartNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, EndNotify) == 0x00002C, "Member 'FAnimationTransitionBetweenStates::EndNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, InterruptNotify) == 0x000030, "Member 'FAnimationTransitionBetweenStates::InterruptNotify' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, BlendMode) == 0x000034, "Member 'FAnimationTransitionBetweenStates::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTransitionBetweenStates, LogicType) == 0x000035, "Member 'FAnimationTransitionBetweenStates::LogicType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedStateExitTransition \ +static_assert(alignof(FBakedStateExitTransition) == 0x000008, "Wrong alignment on FBakedStateExitTransition"); \ +static_assert(sizeof(FBakedStateExitTransition) == 0x000030, "Wrong size on FBakedStateExitTransition"); \ +static_assert(offsetof(FBakedStateExitTransition, CanTakeDelegateIndex) == 0x000000, "Member 'FBakedStateExitTransition::CanTakeDelegateIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, CustomResultNodeIndex) == 0x000004, "Member 'FBakedStateExitTransition::CustomResultNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, TransitionIndex) == 0x000008, "Member 'FBakedStateExitTransition::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, bDesiredTransitionReturnValue) == 0x00000C, "Member 'FBakedStateExitTransition::bDesiredTransitionReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, bAutomaticRemainingTimeRule) == 0x00000D, "Member 'FBakedStateExitTransition::bAutomaticRemainingTimeRule' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, AutomaticRuleTriggerTime) == 0x000010, "Member 'FBakedStateExitTransition::AutomaticRuleTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, SyncGroupNameToRequireValidMarkersRule) == 0x000014, "Member 'FBakedStateExitTransition::SyncGroupNameToRequireValidMarkersRule' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, PoseEvaluatorLinks) == 0x000020, "Member 'FBakedStateExitTransition::PoseEvaluatorLinks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContainerPropertyOverride \ +static_assert(alignof(FContainerPropertyOverride) == 0x000001, "Wrong alignment on FContainerPropertyOverride"); \ +static_assert(sizeof(FContainerPropertyOverride) == 0x000001, "Wrong size on FContainerPropertyOverride"); \ + +#define DUMPER7_ASSERTS_FBakedAnimationState \ +static_assert(alignof(FBakedAnimationState) == 0x000008, "Wrong alignment on FBakedAnimationState"); \ +static_assert(sizeof(FBakedAnimationState) == 0x000050, "Wrong size on FBakedAnimationState"); \ +static_assert(offsetof(FBakedAnimationState, PlayerNodeIndices) == 0x000000, "Member 'FBakedAnimationState::PlayerNodeIndices' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, LayerNodeIndices) == 0x000010, "Member 'FBakedAnimationState::LayerNodeIndices' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, Transitions) == 0x000020, "Member 'FBakedAnimationState::Transitions' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, StateName) == 0x000030, "Member 'FBakedAnimationState::StateName' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, StateRootNodeIndex) == 0x000038, "Member 'FBakedAnimationState::StateRootNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, StartNotify) == 0x00003C, "Member 'FBakedAnimationState::StartNotify' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, EndNotify) == 0x000040, "Member 'FBakedAnimationState::EndNotify' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, FullyBlendedNotify) == 0x000044, "Member 'FBakedAnimationState::FullyBlendedNotify' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, EntryRuleNodeIndex) == 0x000048, "Member 'FBakedAnimationState::EntryRuleNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, bAlwaysResetOnEntry) == 0x00004C, "Member 'FBakedAnimationState::bAlwaysResetOnEntry' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationState, bIsAConduit) == 0x00004D, "Member 'FBakedAnimationState::bIsAConduit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakedAnimationStateMachine \ +static_assert(alignof(FBakedAnimationStateMachine) == 0x000008, "Wrong alignment on FBakedAnimationStateMachine"); \ +static_assert(sizeof(FBakedAnimationStateMachine) == 0x000030, "Wrong size on FBakedAnimationStateMachine"); \ +static_assert(offsetof(FBakedAnimationStateMachine, MachineName) == 0x000000, "Member 'FBakedAnimationStateMachine::MachineName' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationStateMachine, InitialState) == 0x000008, "Member 'FBakedAnimationStateMachine::InitialState' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationStateMachine, States) == 0x000010, "Member 'FBakedAnimationStateMachine::States' has a wrong offset!"); \ +static_assert(offsetof(FBakedAnimationStateMachine, Transitions) == 0x000020, "Member 'FBakedAnimationStateMachine::Transitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystem_Base \ +static_assert(alignof(FAnimSubsystem_Base) == 0x000008, "Wrong alignment on FAnimSubsystem_Base"); \ +static_assert(sizeof(FAnimSubsystem_Base) == 0x000040, "Wrong size on FAnimSubsystem_Base"); \ + +#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_FRuntimePartitionStreamingData \ +static_assert(alignof(FRuntimePartitionStreamingData) == 0x000008, "Wrong alignment on FRuntimePartitionStreamingData"); \ +static_assert(sizeof(FRuntimePartitionStreamingData) == 0x000048, "Wrong size on FRuntimePartitionStreamingData"); \ +static_assert(offsetof(FRuntimePartitionStreamingData, Name) == 0x000000, "Member 'FRuntimePartitionStreamingData::Name' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionStreamingData, LoadingRange) == 0x000008, "Member 'FRuntimePartitionStreamingData::LoadingRange' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionStreamingData, SpatiallyLoadedCells) == 0x000010, "Member 'FRuntimePartitionStreamingData::SpatiallyLoadedCells' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionStreamingData, NonSpatiallyLoadedCells) == 0x000020, "Member 'FRuntimePartitionStreamingData::NonSpatiallyLoadedCells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueNetIdReplNetSerializerConfig \ +static_assert(alignof(FUniqueNetIdReplNetSerializerConfig) == 0x000008, "Wrong alignment on FUniqueNetIdReplNetSerializerConfig"); \ +static_assert(sizeof(FUniqueNetIdReplNetSerializerConfig) == 0x000010, "Wrong size on FUniqueNetIdReplNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_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_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_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_FCameraExposureSettings \ +static_assert(alignof(FCameraExposureSettings) == 0x000008, "Wrong alignment on FCameraExposureSettings"); \ +static_assert(sizeof(FCameraExposureSettings) == 0x000040, "Wrong size on FCameraExposureSettings"); \ +static_assert(offsetof(FCameraExposureSettings, Method) == 0x000000, "Member 'FCameraExposureSettings::Method' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, LowPercent) == 0x000004, "Member 'FCameraExposureSettings::LowPercent' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, HighPercent) == 0x000008, "Member 'FCameraExposureSettings::HighPercent' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, MinBrightness) == 0x00000C, "Member 'FCameraExposureSettings::MinBrightness' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, MaxBrightness) == 0x000010, "Member 'FCameraExposureSettings::MaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, SpeedUp) == 0x000014, "Member 'FCameraExposureSettings::SpeedUp' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, SpeedDown) == 0x000018, "Member 'FCameraExposureSettings::SpeedDown' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, Bias) == 0x00001C, "Member 'FCameraExposureSettings::Bias' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, BiasCurve) == 0x000020, "Member 'FCameraExposureSettings::BiasCurve' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, MeterMask) == 0x000028, "Member 'FCameraExposureSettings::MeterMask' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, HistogramLogMin) == 0x000030, "Member 'FCameraExposureSettings::HistogramLogMin' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, HistogramLogMax) == 0x000034, "Member 'FCameraExposureSettings::HistogramLogMax' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, CalibrationConstant) == 0x000038, "Member 'FCameraExposureSettings::CalibrationConstant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FBlendSpaceBlendProfile \ +static_assert(alignof(FBlendSpaceBlendProfile) == 0x000008, "Wrong alignment on FBlendSpaceBlendProfile"); \ +static_assert(sizeof(FBlendSpaceBlendProfile) == 0x000010, "Wrong size on FBlendSpaceBlendProfile"); \ +static_assert(offsetof(FBlendSpaceBlendProfile, BlendProfile) == 0x000000, "Member 'FBlendSpaceBlendProfile::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FBlendSpaceBlendProfile, TargetWeightInterpolationSpeedPerSec) == 0x000008, "Member 'FBlendSpaceBlendProfile::TargetWeightInterpolationSpeedPerSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FNetworkPhysicsRewindDataRemoteInputProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataRemoteInputProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataRemoteInputProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataRemoteInputProxy) == 0x000018, "Wrong size on FNetworkPhysicsRewindDataRemoteInputProxy"); \ + +#define DUMPER7_ASSERTS_FMeshSectionInfo \ +static_assert(alignof(FMeshSectionInfo) == 0x000004, "Wrong alignment on FMeshSectionInfo"); \ +static_assert(sizeof(FMeshSectionInfo) == 0x00000C, "Wrong size on FMeshSectionInfo"); \ +static_assert(offsetof(FMeshSectionInfo, MaterialIndex) == 0x000000, "Member 'FMeshSectionInfo::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bEnableCollision) == 0x000004, "Member 'FMeshSectionInfo::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bCastShadow) == 0x000005, "Member 'FMeshSectionInfo::bCastShadow' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bVisibleInRayTracing) == 0x000006, "Member 'FMeshSectionInfo::bVisibleInRayTracing' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bAffectDistanceFieldLighting) == 0x000007, "Member 'FMeshSectionInfo::bAffectDistanceFieldLighting' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bForceOpaque) == 0x000008, "Member 'FMeshSectionInfo::bForceOpaque' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshSectionInfoMap \ +static_assert(alignof(FMeshSectionInfoMap) == 0x000008, "Wrong alignment on FMeshSectionInfoMap"); \ +static_assert(sizeof(FMeshSectionInfoMap) == 0x000050, "Wrong size on FMeshSectionInfoMap"); \ +static_assert(offsetof(FMeshSectionInfoMap, Map) == 0x000000, "Member 'FMeshSectionInfoMap::Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedAnimAssetPlayerData \ +static_assert(alignof(FCachedAnimAssetPlayerData) == 0x000004, "Wrong alignment on FCachedAnimAssetPlayerData"); \ +static_assert(sizeof(FCachedAnimAssetPlayerData) == 0x000018, "Wrong size on FCachedAnimAssetPlayerData"); \ +static_assert(offsetof(FCachedAnimAssetPlayerData, StateMachineName) == 0x000000, "Member 'FCachedAnimAssetPlayerData::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimAssetPlayerData, StateName) == 0x000008, "Member 'FCachedAnimAssetPlayerData::StateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedAnimTransitionData \ +static_assert(alignof(FCachedAnimTransitionData) == 0x000004, "Wrong alignment on FCachedAnimTransitionData"); \ +static_assert(sizeof(FCachedAnimTransitionData) == 0x000024, "Wrong size on FCachedAnimTransitionData"); \ +static_assert(offsetof(FCachedAnimTransitionData, StateMachineName) == 0x000000, "Member 'FCachedAnimTransitionData::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimTransitionData, FromStateName) == 0x000008, "Member 'FCachedAnimTransitionData::FromStateName' has a wrong offset!"); \ +static_assert(offsetof(FCachedAnimTransitionData, ToStateName) == 0x000010, "Member 'FCachedAnimTransitionData::ToStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAnimNodeExposedValueHandler_PropertyAccess \ +static_assert(alignof(FAnimNodeExposedValueHandler_PropertyAccess) == 0x000008, "Wrong alignment on FAnimNodeExposedValueHandler_PropertyAccess"); \ +static_assert(sizeof(FAnimNodeExposedValueHandler_PropertyAccess) == 0x000030, "Wrong size on FAnimNodeExposedValueHandler_PropertyAccess"); \ +static_assert(offsetof(FAnimNodeExposedValueHandler_PropertyAccess, CopyRecords) == 0x000018, "Member 'FAnimNodeExposedValueHandler_PropertyAccess::CopyRecords' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_FNetworkPhysicsSettingsResimulationErrorCorrection \ +static_assert(alignof(FNetworkPhysicsSettingsResimulationErrorCorrection) == 0x000004, "Wrong alignment on FNetworkPhysicsSettingsResimulationErrorCorrection"); \ +static_assert(sizeof(FNetworkPhysicsSettingsResimulationErrorCorrection) == 0x000028, "Wrong size on FNetworkPhysicsSettingsResimulationErrorCorrection"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulationErrorCorrection, ResimErrorCorrectionDuration) == 0x000004, "Member 'FNetworkPhysicsSettingsResimulationErrorCorrection::ResimErrorCorrectionDuration' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulationErrorCorrection, ResimErrorMaximumDistanceBeforeSnapping) == 0x000008, "Member 'FNetworkPhysicsSettingsResimulationErrorCorrection::ResimErrorMaximumDistanceBeforeSnapping' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulationErrorCorrection, ResimErrorMaximumDesyncTimeBeforeSnapping) == 0x00000C, "Member 'FNetworkPhysicsSettingsResimulationErrorCorrection::ResimErrorMaximumDesyncTimeBeforeSnapping' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulationErrorCorrection, ResimErrorDirectionalDecayMultiplier) == 0x000010, "Member 'FNetworkPhysicsSettingsResimulationErrorCorrection::ResimErrorDirectionalDecayMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulationErrorCorrection, bRenderInterpApplyExponentialDecay) == 0x000014, "Member 'FNetworkPhysicsSettingsResimulationErrorCorrection::bRenderInterpApplyExponentialDecay' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulationErrorCorrection, RenderInterpExponentialDecayLinearHalfLife) == 0x000018, "Member 'FNetworkPhysicsSettingsResimulationErrorCorrection::RenderInterpExponentialDecayLinearHalfLife' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulationErrorCorrection, RenderInterpExponentialDecayAngularHalfLife) == 0x00001C, "Member 'FNetworkPhysicsSettingsResimulationErrorCorrection::RenderInterpExponentialDecayAngularHalfLife' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulationErrorCorrection, RenderInterpMinimumLinearThreshold) == 0x000020, "Member 'FNetworkPhysicsSettingsResimulationErrorCorrection::RenderInterpMinimumLinearThreshold' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulationErrorCorrection, RenderInterpMinimumAngularThreshold) == 0x000024, "Member 'FNetworkPhysicsSettingsResimulationErrorCorrection::RenderInterpMinimumAngularThreshold' 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_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_FNetworkPhysicsRewindDataDeltaSourceStateProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataDeltaSourceStateProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataDeltaSourceStateProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataDeltaSourceStateProxy) == 0x000018, "Wrong size on FNetworkPhysicsRewindDataDeltaSourceStateProxy"); \ + +#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_FPrimaryAssetTypeInfo \ +static_assert(alignof(FPrimaryAssetTypeInfo) == 0x000008, "Wrong alignment on FPrimaryAssetTypeInfo"); \ +static_assert(sizeof(FPrimaryAssetTypeInfo) == 0x000088, "Wrong size on FPrimaryAssetTypeInfo"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetTypeInfo::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, AssetBaseClass) == 0x000008, "Member 'FPrimaryAssetTypeInfo::AssetBaseClass' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, AssetBaseClassLoaded) == 0x000030, "Member 'FPrimaryAssetTypeInfo::AssetBaseClassLoaded' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, bHasBlueprintClasses) == 0x000038, "Member 'FPrimaryAssetTypeInfo::bHasBlueprintClasses' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, bIsEditorOnly) == 0x000039, "Member 'FPrimaryAssetTypeInfo::bIsEditorOnly' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, Directories) == 0x000040, "Member 'FPrimaryAssetTypeInfo::Directories' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, SpecificAssets) == 0x000050, "Member 'FPrimaryAssetTypeInfo::SpecificAssets' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, Rules) == 0x000060, "Member 'FPrimaryAssetTypeInfo::Rules' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, AssetScanPaths) == 0x000070, "Member 'FPrimaryAssetTypeInfo::AssetScanPaths' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, bIsDynamicAsset) == 0x000080, "Member 'FPrimaryAssetTypeInfo::bIsDynamicAsset' has a wrong offset!"); \ +static_assert(offsetof(FPrimaryAssetTypeInfo, NumberOfAssets) == 0x000084, "Member 'FPrimaryAssetTypeInfo::NumberOfAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetManagerSearchRules \ +static_assert(alignof(FAssetManagerSearchRules) == 0x000008, "Wrong alignment on FAssetManagerSearchRules"); \ +static_assert(sizeof(FAssetManagerSearchRules) == 0x000050, "Wrong size on FAssetManagerSearchRules"); \ +static_assert(offsetof(FAssetManagerSearchRules, AssetScanPaths) == 0x000000, "Member 'FAssetManagerSearchRules::AssetScanPaths' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, IncludePatterns) == 0x000010, "Member 'FAssetManagerSearchRules::IncludePatterns' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, ExcludePatterns) == 0x000020, "Member 'FAssetManagerSearchRules::ExcludePatterns' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, AssetBaseClass) == 0x000030, "Member 'FAssetManagerSearchRules::AssetBaseClass' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, bHasBlueprintClasses) == 0x000038, "Member 'FAssetManagerSearchRules::bHasBlueprintClasses' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, bForceSynchronousScan) == 0x000039, "Member 'FAssetManagerSearchRules::bForceSynchronousScan' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, bSkipVirtualPathExpansion) == 0x00003A, "Member 'FAssetManagerSearchRules::bSkipVirtualPathExpansion' has a wrong offset!"); \ +static_assert(offsetof(FAssetManagerSearchRules, bSkipManagerIncludeCheck) == 0x00003B, "Member 'FAssetManagerSearchRules::bSkipManagerIncludeCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAudioCookOutputs \ +static_assert(alignof(FAudioCookOutputs) == 0x000008, "Wrong alignment on FAudioCookOutputs"); \ +static_assert(sizeof(FAudioCookOutputs) == 0x000028, "Wrong size on FAudioCookOutputs"); \ +static_assert(offsetof(FAudioCookOutputs, ID) == 0x000000, "Member 'FAudioCookOutputs::ID' has a wrong offset!"); \ +static_assert(offsetof(FAudioCookOutputs, Version) == 0x000004, "Member 'FAudioCookOutputs::Version' has a wrong offset!"); \ +static_assert(offsetof(FAudioCookOutputs, NumChannels) == 0x000008, "Member 'FAudioCookOutputs::NumChannels' has a wrong offset!"); \ +static_assert(offsetof(FAudioCookOutputs, SampleRate) == 0x00000C, "Member 'FAudioCookOutputs::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(FAudioCookOutputs, NumFrames) == 0x000010, "Member 'FAudioCookOutputs::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(FAudioCookOutputs, EncodedData) == 0x000018, "Member 'FAudioCookOutputs::EncodedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSourceGroupNetSerializerConfig \ +static_assert(alignof(FRootMotionSourceGroupNetSerializerConfig) == 0x000008, "Wrong alignment on FRootMotionSourceGroupNetSerializerConfig"); \ +static_assert(sizeof(FRootMotionSourceGroupNetSerializerConfig) == 0x000028, "Wrong size on FRootMotionSourceGroupNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FAudioReverbEffect \ +static_assert(alignof(FAudioReverbEffect) == 0x000008, "Wrong alignment on FAudioReverbEffect"); \ +static_assert(sizeof(FAudioReverbEffect) == 0x000048, "Wrong size on FAudioReverbEffect"); \ + +#define DUMPER7_ASSERTS_FAudioQualitySettings \ +static_assert(alignof(FAudioQualitySettings) == 0x000008, "Wrong alignment on FAudioQualitySettings"); \ +static_assert(sizeof(FAudioQualitySettings) == 0x000018, "Wrong size on FAudioQualitySettings"); \ +static_assert(offsetof(FAudioQualitySettings, DisplayName) == 0x000000, "Member 'FAudioQualitySettings::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FAudioQualitySettings, MaxChannels) == 0x000010, "Member 'FAudioQualitySettings::MaxChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDefaultAudioBusSettings \ +static_assert(alignof(FDefaultAudioBusSettings) == 0x000008, "Wrong alignment on FDefaultAudioBusSettings"); \ +static_assert(sizeof(FDefaultAudioBusSettings) == 0x000020, "Wrong size on FDefaultAudioBusSettings"); \ +static_assert(offsetof(FDefaultAudioBusSettings, AudioBus) == 0x000000, "Member 'FDefaultAudioBusSettings::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundSubmixSendInfoBase \ +static_assert(alignof(FSoundSubmixSendInfoBase) == 0x000008, "Wrong alignment on FSoundSubmixSendInfoBase"); \ +static_assert(sizeof(FSoundSubmixSendInfoBase) == 0x0000B0, "Wrong size on FSoundSubmixSendInfoBase"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, SendLevelControlMethod) == 0x000000, "Member 'FSoundSubmixSendInfoBase::SendLevelControlMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, SoundSubmix) == 0x000008, "Member 'FSoundSubmixSendInfoBase::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, SendLevel) == 0x000010, "Member 'FSoundSubmixSendInfoBase::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, DisableManualSendClamp) == 0x000014, "Member 'FSoundSubmixSendInfoBase::DisableManualSendClamp' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, MinSendLevel) == 0x000018, "Member 'FSoundSubmixSendInfoBase::MinSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, MaxSendLevel) == 0x00001C, "Member 'FSoundSubmixSendInfoBase::MaxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, MinSendDistance) == 0x000020, "Member 'FSoundSubmixSendInfoBase::MinSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, MaxSendDistance) == 0x000024, "Member 'FSoundSubmixSendInfoBase::MaxSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfoBase, CustomSendLevelCurve) == 0x000028, "Member 'FSoundSubmixSendInfoBase::CustomSendLevelCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundSubmixSendInfo \ +static_assert(alignof(FSoundSubmixSendInfo) == 0x000008, "Wrong alignment on FSoundSubmixSendInfo"); \ +static_assert(sizeof(FSoundSubmixSendInfo) == 0x0000B8, "Wrong size on FSoundSubmixSendInfo"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SendStage) == 0x0000B0, "Member 'FSoundSubmixSendInfo::SendStage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioVolumeSubmixSendSettings \ +static_assert(alignof(FAudioVolumeSubmixSendSettings) == 0x000008, "Wrong alignment on FAudioVolumeSubmixSendSettings"); \ +static_assert(sizeof(FAudioVolumeSubmixSendSettings) == 0x000018, "Wrong size on FAudioVolumeSubmixSendSettings"); \ +static_assert(offsetof(FAudioVolumeSubmixSendSettings, ListenerLocationState) == 0x000000, "Member 'FAudioVolumeSubmixSendSettings::ListenerLocationState' has a wrong offset!"); \ +static_assert(offsetof(FAudioVolumeSubmixSendSettings, SourceLocationState) == 0x000001, "Member 'FAudioVolumeSubmixSendSettings::SourceLocationState' has a wrong offset!"); \ +static_assert(offsetof(FAudioVolumeSubmixSendSettings, SubmixSends) == 0x000008, "Member 'FAudioVolumeSubmixSendSettings::SubmixSends' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioVolumeSubmixOverrideSettings \ +static_assert(alignof(FAudioVolumeSubmixOverrideSettings) == 0x000008, "Wrong alignment on FAudioVolumeSubmixOverrideSettings"); \ +static_assert(sizeof(FAudioVolumeSubmixOverrideSettings) == 0x000020, "Wrong size on FAudioVolumeSubmixOverrideSettings"); \ +static_assert(offsetof(FAudioVolumeSubmixOverrideSettings, Submix) == 0x000000, "Member 'FAudioVolumeSubmixOverrideSettings::Submix' has a wrong offset!"); \ +static_assert(offsetof(FAudioVolumeSubmixOverrideSettings, SubmixEffectChain) == 0x000008, "Member 'FAudioVolumeSubmixOverrideSettings::SubmixEffectChain' has a wrong offset!"); \ +static_assert(offsetof(FAudioVolumeSubmixOverrideSettings, CrossfadeTime) == 0x000018, "Member 'FAudioVolumeSubmixOverrideSettings::CrossfadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInteriorSettings \ +static_assert(alignof(FInteriorSettings) == 0x000004, "Wrong alignment on FInteriorSettings"); \ +static_assert(sizeof(FInteriorSettings) == 0x000024, "Wrong size on FInteriorSettings"); \ +static_assert(offsetof(FInteriorSettings, bIsWorldSettings) == 0x000000, "Member 'FInteriorSettings::bIsWorldSettings' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, ExteriorVolume) == 0x000004, "Member 'FInteriorSettings::ExteriorVolume' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, ExteriorTime) == 0x000008, "Member 'FInteriorSettings::ExteriorTime' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, ExteriorLPF) == 0x00000C, "Member 'FInteriorSettings::ExteriorLPF' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, ExteriorLPFTime) == 0x000010, "Member 'FInteriorSettings::ExteriorLPFTime' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, InteriorVolume) == 0x000014, "Member 'FInteriorSettings::InteriorVolume' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, InteriorTime) == 0x000018, "Member 'FInteriorSettings::InteriorTime' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, InteriorLPF) == 0x00001C, "Member 'FInteriorSettings::InteriorLPF' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSettings, InteriorLPFTime) == 0x000020, "Member 'FInteriorSettings::InteriorLPFTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FBlueprintMacroCosmeticInfo \ +static_assert(alignof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong alignment on FBlueprintMacroCosmeticInfo"); \ +static_assert(sizeof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong size on FBlueprintMacroCosmeticInfo"); \ + +#define DUMPER7_ASSERTS_FBPVariableMetaDataEntry \ +static_assert(alignof(FBPVariableMetaDataEntry) == 0x000008, "Wrong alignment on FBPVariableMetaDataEntry"); \ +static_assert(sizeof(FBPVariableMetaDataEntry) == 0x000018, "Wrong size on FBPVariableMetaDataEntry"); \ +static_assert(offsetof(FBPVariableMetaDataEntry, DataKey) == 0x000000, "Member 'FBPVariableMetaDataEntry::DataKey' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableMetaDataEntry, DataValue) == 0x000008, "Member 'FBPVariableMetaDataEntry::DataValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimpleMemberReference \ +static_assert(alignof(FSimpleMemberReference) == 0x000008, "Wrong alignment on FSimpleMemberReference"); \ +static_assert(sizeof(FSimpleMemberReference) == 0x000020, "Wrong size on FSimpleMemberReference"); \ +static_assert(offsetof(FSimpleMemberReference, MemberParent) == 0x000000, "Member 'FSimpleMemberReference::MemberParent' has a wrong offset!"); \ +static_assert(offsetof(FSimpleMemberReference, MemberName) == 0x000008, "Member 'FSimpleMemberReference::MemberName' has a wrong offset!"); \ +static_assert(offsetof(FSimpleMemberReference, MemberGuid) == 0x000010, "Member 'FSimpleMemberReference::MemberGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphTerminalType \ +static_assert(alignof(FEdGraphTerminalType) == 0x000004, "Wrong alignment on FEdGraphTerminalType"); \ +static_assert(sizeof(FEdGraphTerminalType) == 0x00001C, "Wrong size on FEdGraphTerminalType"); \ +static_assert(offsetof(FEdGraphTerminalType, TerminalCategory) == 0x000000, "Member 'FEdGraphTerminalType::TerminalCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, TerminalSubCategory) == 0x000008, "Member 'FEdGraphTerminalType::TerminalSubCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, TerminalSubCategoryObject) == 0x000010, "Member 'FEdGraphTerminalType::TerminalSubCategoryObject' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, bTerminalIsConst) == 0x000018, "Member 'FEdGraphTerminalType::bTerminalIsConst' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, bTerminalIsWeakPointer) == 0x000019, "Member 'FEdGraphTerminalType::bTerminalIsWeakPointer' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphTerminalType, bTerminalIsUObjectWrapper) == 0x00001A, "Member 'FEdGraphTerminalType::bTerminalIsUObjectWrapper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphPinType \ +static_assert(alignof(FEdGraphPinType) == 0x000008, "Wrong alignment on FEdGraphPinType"); \ +static_assert(sizeof(FEdGraphPinType) == 0x000058, "Wrong size on FEdGraphPinType"); \ +static_assert(offsetof(FEdGraphPinType, PinCategory) == 0x000000, "Member 'FEdGraphPinType::PinCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategory) == 0x000008, "Member 'FEdGraphPinType::PinSubCategory' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategoryObject) == 0x000010, "Member 'FEdGraphPinType::PinSubCategoryObject' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinSubCategoryMemberReference) == 0x000018, "Member 'FEdGraphPinType::PinSubCategoryMemberReference' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, PinValueType) == 0x000038, "Member 'FEdGraphPinType::PinValueType' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinType, ContainerType) == 0x000054, "Member 'FEdGraphPinType::ContainerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPVariableDescription \ +static_assert(alignof(FBPVariableDescription) == 0x000008, "Wrong alignment on FBPVariableDescription"); \ +static_assert(sizeof(FBPVariableDescription) == 0x0000C8, "Wrong size on FBPVariableDescription"); \ +static_assert(offsetof(FBPVariableDescription, VarName) == 0x000000, "Member 'FBPVariableDescription::VarName' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, VarGuid) == 0x000008, "Member 'FBPVariableDescription::VarGuid' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, VarType) == 0x000018, "Member 'FBPVariableDescription::VarType' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, FriendlyName) == 0x000070, "Member 'FBPVariableDescription::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, Category) == 0x000080, "Member 'FBPVariableDescription::Category' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, PropertyFlags) == 0x000090, "Member 'FBPVariableDescription::PropertyFlags' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, RepNotifyFunc) == 0x000098, "Member 'FBPVariableDescription::RepNotifyFunc' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, ReplicationCondition) == 0x0000A0, "Member 'FBPVariableDescription::ReplicationCondition' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, MetaDataArray) == 0x0000A8, "Member 'FBPVariableDescription::MetaDataArray' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, DefaultValue) == 0x0000B8, "Member 'FBPVariableDescription::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImportanceTexture \ +static_assert(alignof(FImportanceTexture) == 0x000008, "Wrong alignment on FImportanceTexture"); \ +static_assert(sizeof(FImportanceTexture) == 0x000060, "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, LinearTextureData) == 0x000040, "Member 'FImportanceTexture::LinearTextureData' has a wrong offset!"); \ +static_assert(offsetof(FImportanceTexture, Texture) == 0x000050, "Member 'FImportanceTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(FImportanceTexture, Weighting) == 0x000058, "Member 'FImportanceTexture::Weighting' 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_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_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_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_FEditedDocumentInfo \ +static_assert(alignof(FEditedDocumentInfo) == 0x000008, "Wrong alignment on FEditedDocumentInfo"); \ +static_assert(sizeof(FEditedDocumentInfo) == 0x000038, "Wrong size on FEditedDocumentInfo"); \ +static_assert(offsetof(FEditedDocumentInfo, EditedObjectPath) == 0x000000, "Member 'FEditedDocumentInfo::EditedObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, SavedViewOffset) == 0x000020, "Member 'FEditedDocumentInfo::SavedViewOffset' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, SavedZoomAmount) == 0x000028, "Member 'FEditedDocumentInfo::SavedZoomAmount' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, EditedObject) == 0x000030, "Member 'FEditedDocumentInfo::EditedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPEditorBookmarkNode \ +static_assert(alignof(FBPEditorBookmarkNode) == 0x000008, "Wrong alignment on FBPEditorBookmarkNode"); \ +static_assert(sizeof(FBPEditorBookmarkNode) == 0x000030, "Wrong size on FBPEditorBookmarkNode"); \ +static_assert(offsetof(FBPEditorBookmarkNode, NodeGuid) == 0x000000, "Member 'FBPEditorBookmarkNode::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FBPEditorBookmarkNode, ParentGuid) == 0x000010, "Member 'FBPEditorBookmarkNode::ParentGuid' has a wrong offset!"); \ +static_assert(offsetof(FBPEditorBookmarkNode, DisplayName) == 0x000020, "Member 'FBPEditorBookmarkNode::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeToCodeAssociation \ +static_assert(alignof(FNodeToCodeAssociation) == 0x000004, "Wrong alignment on FNodeToCodeAssociation"); \ +static_assert(sizeof(FNodeToCodeAssociation) == 0x000014, "Wrong size on FNodeToCodeAssociation"); \ + +#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_FPointerToUberGraphFrame \ +static_assert(alignof(FPointerToUberGraphFrame) == 0x000008, "Wrong alignment on FPointerToUberGraphFrame"); \ +static_assert(sizeof(FPointerToUberGraphFrame) == 0x000008, "Wrong size on FPointerToUberGraphFrame"); \ + +#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_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_FBlueprintComponentChangedPropertyInfo \ +static_assert(alignof(FBlueprintComponentChangedPropertyInfo) == 0x000008, "Wrong alignment on FBlueprintComponentChangedPropertyInfo"); \ +static_assert(sizeof(FBlueprintComponentChangedPropertyInfo) == 0x000018, "Wrong size on FBlueprintComponentChangedPropertyInfo"); \ +static_assert(offsetof(FBlueprintComponentChangedPropertyInfo, PropertyName) == 0x000000, "Member 'FBlueprintComponentChangedPropertyInfo::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintComponentChangedPropertyInfo, ArrayIndex) == 0x000008, "Member 'FBlueprintComponentChangedPropertyInfo::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintComponentChangedPropertyInfo, PropertyScope) == 0x000010, "Member 'FBlueprintComponentChangedPropertyInfo::PropertyScope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintCookedComponentInstancingData \ +static_assert(alignof(FBlueprintCookedComponentInstancingData) == 0x000008, "Wrong alignment on FBlueprintCookedComponentInstancingData"); \ +static_assert(sizeof(FBlueprintCookedComponentInstancingData) == 0x000048, "Wrong size on FBlueprintCookedComponentInstancingData"); \ +static_assert(offsetof(FBlueprintCookedComponentInstancingData, ChangedPropertyList) == 0x000000, "Member 'FBlueprintCookedComponentInstancingData::ChangedPropertyList' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCookedComponentInstancingData, bHasValidCookedData) == 0x000021, "Member 'FBlueprintCookedComponentInstancingData::bHasValidCookedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubsurfaceProfileStruct \ +static_assert(alignof(FSubsurfaceProfileStruct) == 0x000004, "Wrong alignment on FSubsurfaceProfileStruct"); \ +static_assert(sizeof(FSubsurfaceProfileStruct) == 0x0000A0, "Wrong size on FSubsurfaceProfileStruct"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, SurfaceAlbedo) == 0x000000, "Member 'FSubsurfaceProfileStruct::SurfaceAlbedo' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, MeanFreePathColor) == 0x000010, "Member 'FSubsurfaceProfileStruct::MeanFreePathColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, MeanFreePathDistance) == 0x000020, "Member 'FSubsurfaceProfileStruct::MeanFreePathDistance' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, WorldUnitScale) == 0x000024, "Member 'FSubsurfaceProfileStruct::WorldUnitScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, bEnableBurley) == 0x000028, "Member 'FSubsurfaceProfileStruct::bEnableBurley' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, bEnableMeanFreePath) == 0x000029, "Member 'FSubsurfaceProfileStruct::bEnableMeanFreePath' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Tint) == 0x00002C, "Member 'FSubsurfaceProfileStruct::Tint' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ScatterRadius) == 0x00003C, "Member 'FSubsurfaceProfileStruct::ScatterRadius' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, SubsurfaceColor) == 0x000040, "Member 'FSubsurfaceProfileStruct::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, FalloffColor) == 0x000050, "Member 'FSubsurfaceProfileStruct::FalloffColor' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, BoundaryColorBleed) == 0x000060, "Member 'FSubsurfaceProfileStruct::BoundaryColorBleed' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Implementation) == 0x000070, "Member 'FSubsurfaceProfileStruct::Implementation' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ExtinctionScale) == 0x000074, "Member 'FSubsurfaceProfileStruct::ExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, NormalScale) == 0x000078, "Member 'FSubsurfaceProfileStruct::NormalScale' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, ScatteringDistribution) == 0x00007C, "Member 'FSubsurfaceProfileStruct::ScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, IOR) == 0x000080, "Member 'FSubsurfaceProfileStruct::IOR' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Roughness0) == 0x000084, "Member 'FSubsurfaceProfileStruct::Roughness0' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, Roughness1) == 0x000088, "Member 'FSubsurfaceProfileStruct::Roughness1' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, LobeMix) == 0x00008C, "Member 'FSubsurfaceProfileStruct::LobeMix' has a wrong offset!"); \ +static_assert(offsetof(FSubsurfaceProfileStruct, TransmissionTintColor) == 0x000090, "Member 'FSubsurfaceProfileStruct::TransmissionTintColor' 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_FBookmarkJumpToSettings \ +static_assert(alignof(FBookmarkJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkJumpToSettings"); \ +static_assert(sizeof(FBookmarkJumpToSettings) == 0x000001, "Wrong size on FBookmarkJumpToSettings"); \ + +#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_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_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_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_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_FFloatSpringState \ +static_assert(alignof(FFloatSpringState) == 0x000004, "Wrong alignment on FFloatSpringState"); \ +static_assert(sizeof(FFloatSpringState) == 0x00000C, "Wrong size on FFloatSpringState"); \ + +#define DUMPER7_ASSERTS_FCameraShakePatternStartParams \ +static_assert(alignof(FCameraShakePatternStartParams) == 0x000004, "Wrong alignment on FCameraShakePatternStartParams"); \ +static_assert(sizeof(FCameraShakePatternStartParams) == 0x000008, "Wrong size on FCameraShakePatternStartParams"); \ +static_assert(offsetof(FCameraShakePatternStartParams, bIsRestarting) == 0x000000, "Member 'FCameraShakePatternStartParams::bIsRestarting' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternStartParams, bOverrideDuration) == 0x000001, "Member 'FCameraShakePatternStartParams::bOverrideDuration' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternStartParams, DurationOverride) == 0x000004, "Member 'FCameraShakePatternStartParams::DurationOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FCameraShakePatternUpdateParams \ +static_assert(alignof(FCameraShakePatternUpdateParams) == 0x000010, "Wrong alignment on FCameraShakePatternUpdateParams"); \ +static_assert(sizeof(FCameraShakePatternUpdateParams) == 0x0008E0, "Wrong size on FCameraShakePatternUpdateParams"); \ +static_assert(offsetof(FCameraShakePatternUpdateParams, DeltaTime) == 0x000000, "Member 'FCameraShakePatternUpdateParams::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternUpdateParams, ShakeScale) == 0x000004, "Member 'FCameraShakePatternUpdateParams::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternUpdateParams, DynamicScale) == 0x000008, "Member 'FCameraShakePatternUpdateParams::DynamicScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternUpdateParams, POV) == 0x000010, "Member 'FCameraShakePatternUpdateParams::POV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakePatternScrubParams \ +static_assert(alignof(FCameraShakePatternScrubParams) == 0x000010, "Wrong alignment on FCameraShakePatternScrubParams"); \ +static_assert(sizeof(FCameraShakePatternScrubParams) == 0x0008E0, "Wrong size on FCameraShakePatternScrubParams"); \ +static_assert(offsetof(FCameraShakePatternScrubParams, AbsoluteTime) == 0x000000, "Member 'FCameraShakePatternScrubParams::AbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternScrubParams, ShakeScale) == 0x000004, "Member 'FCameraShakePatternScrubParams::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternScrubParams, DynamicScale) == 0x000008, "Member 'FCameraShakePatternScrubParams::DynamicScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakePatternScrubParams, POV) == 0x000010, "Member 'FCameraShakePatternScrubParams::POV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakePatternUpdateResult \ +static_assert(alignof(FCameraShakePatternUpdateResult) == 0x000010, "Wrong alignment on FCameraShakePatternUpdateResult"); \ +static_assert(sizeof(FCameraShakePatternUpdateResult) == 0x0007C0, "Wrong size on FCameraShakePatternUpdateResult"); \ + +#define DUMPER7_ASSERTS_FCameraShakePatternStopParams \ +static_assert(alignof(FCameraShakePatternStopParams) == 0x000001, "Wrong alignment on FCameraShakePatternStopParams"); \ +static_assert(sizeof(FCameraShakePatternStopParams) == 0x000001, "Wrong size on FCameraShakePatternStopParams"); \ +static_assert(offsetof(FCameraShakePatternStopParams, bImmediately) == 0x000000, "Member 'FCameraShakePatternStopParams::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeDuration \ +static_assert(alignof(FCameraShakeDuration) == 0x000004, "Wrong alignment on FCameraShakeDuration"); \ +static_assert(sizeof(FCameraShakeDuration) == 0x000008, "Wrong size on FCameraShakeDuration"); \ +static_assert(offsetof(FCameraShakeDuration, Duration) == 0x000000, "Member 'FCameraShakeDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeDuration, Type) == 0x000004, "Member 'FCameraShakeDuration::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeInfo \ +static_assert(alignof(FCameraShakeInfo) == 0x000004, "Wrong alignment on FCameraShakeInfo"); \ +static_assert(sizeof(FCameraShakeInfo) == 0x000010, "Wrong size on FCameraShakeInfo"); \ +static_assert(offsetof(FCameraShakeInfo, Duration) == 0x000000, "Member 'FCameraShakeInfo::Duration' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeInfo, BlendIn) == 0x000008, "Member 'FCameraShakeInfo::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeInfo, BlendOut) == 0x00000C, "Member 'FCameraShakeInfo::BlendOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDummySpacerCameraTypes \ +static_assert(alignof(FDummySpacerCameraTypes) == 0x000001, "Wrong alignment on FDummySpacerCameraTypes"); \ +static_assert(sizeof(FDummySpacerCameraTypes) == 0x000001, "Wrong size on FDummySpacerCameraTypes"); \ + +#define DUMPER7_ASSERTS_FRepRootMotionMontage \ +static_assert(alignof(FRepRootMotionMontage) == 0x000008, "Wrong alignment on FRepRootMotionMontage"); \ +static_assert(sizeof(FRepRootMotionMontage) == 0x0000C8, "Wrong size on FRepRootMotionMontage"); \ +static_assert(offsetof(FRepRootMotionMontage, Animation) == 0x000000, "Member 'FRepRootMotionMontage::Animation' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, bIsActive) == 0x000008, "Member 'FRepRootMotionMontage::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, bRelativePosition) == 0x000009, "Member 'FRepRootMotionMontage::bRelativePosition' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, bRelativeRotation) == 0x00000A, "Member 'FRepRootMotionMontage::bRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, position) == 0x00000C, "Member 'FRepRootMotionMontage::position' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Location) == 0x000010, "Member 'FRepRootMotionMontage::Location' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Rotation) == 0x000028, "Member 'FRepRootMotionMontage::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, MovementBase) == 0x000040, "Member 'FRepRootMotionMontage::MovementBase' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, MovementBaseBoneName) == 0x000048, "Member 'FRepRootMotionMontage::MovementBaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, AuthoritativeRootMotion) == 0x000050, "Member 'FRepRootMotionMontage::AuthoritativeRootMotion' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Acceleration) == 0x000098, "Member 'FRepRootMotionMontage::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, LinearVelocity) == 0x0000B0, "Member 'FRepRootMotionMontage::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimulatedRootMotionReplicatedMove \ +static_assert(alignof(FSimulatedRootMotionReplicatedMove) == 0x000008, "Wrong alignment on FSimulatedRootMotionReplicatedMove"); \ +static_assert(sizeof(FSimulatedRootMotionReplicatedMove) == 0x0000D0, "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_FBasedMovementInfo \ +static_assert(alignof(FBasedMovementInfo) == 0x000008, "Wrong alignment on FBasedMovementInfo"); \ +static_assert(sizeof(FBasedMovementInfo) == 0x000048, "Wrong size on FBasedMovementInfo"); \ +static_assert(offsetof(FBasedMovementInfo, BaseID) == 0x000000, "Member 'FBasedMovementInfo::BaseID' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, BoneName) == 0x000004, "Member 'FBasedMovementInfo::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, MovementBase) == 0x000010, "Member 'FBasedMovementInfo::MovementBase' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, Location) == 0x000018, "Member 'FBasedMovementInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, Rotation) == 0x000030, "Member 'FBasedMovementInfo::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFindFloorResult \ +static_assert(alignof(FFindFloorResult) == 0x000008, "Wrong alignment on FFindFloorResult"); \ +static_assert(sizeof(FFindFloorResult) == 0x000110, "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_FStreamedAudioPlatformData \ +static_assert(alignof(FStreamedAudioPlatformData) == 0x000008, "Wrong alignment on FStreamedAudioPlatformData"); \ +static_assert(sizeof(FStreamedAudioPlatformData) == 0x000018, "Wrong size on FStreamedAudioPlatformData"); \ + +#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_FSkeletalMaterial \ +static_assert(alignof(FSkeletalMaterial) == 0x000008, "Wrong alignment on FSkeletalMaterial"); \ +static_assert(sizeof(FSkeletalMaterial) == 0x000030, "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!"); \ +static_assert(offsetof(FSkeletalMaterial, OverlayMaterialInterface) == 0x000028, "Member 'FSkeletalMaterial::OverlayMaterialInterface' 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_FActorComponentInstanceSourceInfo \ +static_assert(alignof(FActorComponentInstanceSourceInfo) == 0x000008, "Wrong alignment on FActorComponentInstanceSourceInfo"); \ +static_assert(sizeof(FActorComponentInstanceSourceInfo) == 0x000010, "Wrong size on FActorComponentInstanceSourceInfo"); \ +static_assert(offsetof(FActorComponentInstanceSourceInfo, SourceComponentTemplate) == 0x000000, "Member 'FActorComponentInstanceSourceInfo::SourceComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceSourceInfo, SourceComponentCreationMethod) == 0x000008, "Member 'FActorComponentInstanceSourceInfo::SourceComponentCreationMethod' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceSourceInfo, SourceComponentTypeSerializedIndex) == 0x00000C, "Member 'FActorComponentInstanceSourceInfo::SourceComponentTypeSerializedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorInstanceData \ +static_assert(alignof(FActorInstanceData) == 0x000008, "Wrong alignment on FActorInstanceData"); \ +static_assert(sizeof(FActorInstanceData) == 0x000060, "Wrong size on FActorInstanceData"); \ +static_assert(offsetof(FActorInstanceData, ActorClass) == 0x000058, "Member 'FActorInstanceData::ActorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioComponentParam \ +static_assert(alignof(FAudioComponentParam) == 0x000008, "Wrong alignment on FAudioComponentParam"); \ +static_assert(sizeof(FAudioComponentParam) == 0x0000A8, "Wrong size on FAudioComponentParam"); \ +static_assert(offsetof(FAudioComponentParam, SoundWaveParam) == 0x0000A0, "Member 'FAudioComponentParam::SoundWaveParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterMovementComponentPostPhysicsTickFunction \ +static_assert(alignof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000008, "Wrong alignment on FCharacterMovementComponentPostPhysicsTickFunction"); \ +static_assert(sizeof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000030, "Wrong size on FCharacterMovementComponentPostPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_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_FStreamableTextureInstance \ +static_assert(alignof(FStreamableTextureInstance) == 0x000008, "Wrong alignment on FStreamableTextureInstance"); \ +static_assert(sizeof(FStreamableTextureInstance) == 0x000048, "Wrong size on FStreamableTextureInstance"); \ + +#define DUMPER7_ASSERTS_FChildActorComponentInstanceData \ +static_assert(alignof(FChildActorComponentInstanceData) == 0x000008, "Wrong alignment on FChildActorComponentInstanceData"); \ +static_assert(sizeof(FChildActorComponentInstanceData) == 0x0000F8, "Wrong size on FChildActorComponentInstanceData"); \ +static_assert(offsetof(FChildActorComponentInstanceData, ChildActorClass) == 0x0000B8, "Member 'FChildActorComponentInstanceData::ChildActorClass' has a wrong offset!"); \ +static_assert(offsetof(FChildActorComponentInstanceData, ChildActorName) == 0x0000C0, "Member 'FChildActorComponentInstanceData::ChildActorName' has a wrong offset!"); \ +static_assert(offsetof(FChildActorComponentInstanceData, AttachedActors) == 0x0000C8, "Member 'FChildActorComponentInstanceData::AttachedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedKeyToActionInfo \ +static_assert(alignof(FCachedKeyToActionInfo) == 0x000008, "Wrong alignment on FCachedKeyToActionInfo"); \ +static_assert(sizeof(FCachedKeyToActionInfo) == 0x000070, "Wrong size on FCachedKeyToActionInfo"); \ +static_assert(offsetof(FCachedKeyToActionInfo, PlayerInput) == 0x000000, "Member 'FCachedKeyToActionInfo::PlayerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkinnedMeshInstanceData \ +static_assert(alignof(FSkinnedMeshInstanceData) == 0x000010, "Wrong alignment on FSkinnedMeshInstanceData"); \ +static_assert(sizeof(FSkinnedMeshInstanceData) == 0x000040, "Wrong size on FSkinnedMeshInstanceData"); \ +static_assert(offsetof(FSkinnedMeshInstanceData, Transform) == 0x000000, "Member 'FSkinnedMeshInstanceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSkinnedMeshInstanceData, AnimationIndex) == 0x000030, "Member 'FSkinnedMeshInstanceData::AnimationIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedSkinnedMeshComponentInstanceData \ +static_assert(alignof(FInstancedSkinnedMeshComponentInstanceData) == 0x000008, "Wrong alignment on FInstancedSkinnedMeshComponentInstanceData"); \ +static_assert(sizeof(FInstancedSkinnedMeshComponentInstanceData) == 0x000138, "Wrong size on FInstancedSkinnedMeshComponentInstanceData"); \ +static_assert(offsetof(FInstancedSkinnedMeshComponentInstanceData, SkinnedAsset) == 0x0000B8, "Member 'FInstancedSkinnedMeshComponentInstanceData::SkinnedAsset' has a wrong offset!"); \ +static_assert(offsetof(FInstancedSkinnedMeshComponentInstanceData, InstanceData) == 0x0000C0, "Member 'FInstancedSkinnedMeshComponentInstanceData::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(FInstancedSkinnedMeshComponentInstanceData, bHasPerInstanceHitProxies) == 0x0000F0, "Member 'FInstancedSkinnedMeshComponentInstanceData::bHasPerInstanceHitProxies' has a wrong offset!"); \ +static_assert(offsetof(FInstancedSkinnedMeshComponentInstanceData, PrimitiveBoundsOverride) == 0x0000F8, "Member 'FInstancedSkinnedMeshComponentInstanceData::PrimitiveBoundsOverride' has a wrong offset!"); \ +static_assert(offsetof(FInstancedSkinnedMeshComponentInstanceData, bIsInstanceDataGPUOnly) == 0x000130, "Member 'FInstancedSkinnedMeshComponentInstanceData::bIsInstanceDataGPUOnly' has a wrong offset!"); \ +static_assert(offsetof(FInstancedSkinnedMeshComponentInstanceData, NumInstancesGPUOnly) == 0x000134, "Member 'FInstancedSkinnedMeshComponentInstanceData::NumInstancesGPUOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrecomputedLightInstanceData \ +static_assert(alignof(FPrecomputedLightInstanceData) == 0x000010, "Wrong alignment on FPrecomputedLightInstanceData"); \ +static_assert(sizeof(FPrecomputedLightInstanceData) == 0x000150, "Wrong size on FPrecomputedLightInstanceData"); \ +static_assert(offsetof(FPrecomputedLightInstanceData, Transform) == 0x0000C0, "Member 'FPrecomputedLightInstanceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedLightInstanceData, OriginalLightGuid) == 0x000120, "Member 'FPrecomputedLightInstanceData::OriginalLightGuid' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedLightInstanceData, LightGuid) == 0x000130, "Member 'FPrecomputedLightInstanceData::LightGuid' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedLightInstanceData, PreviewShadowMapChannel) == 0x000140, "Member 'FPrecomputedLightInstanceData::PreviewShadowMapChannel' 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_FBatchedLine \ +static_assert(alignof(FBatchedLine) == 0x000008, "Wrong alignment on FBatchedLine"); \ +static_assert(sizeof(FBatchedLine) == 0x000050, "Wrong size on FBatchedLine"); \ +static_assert(offsetof(FBatchedLine, Start) == 0x000000, "Member 'FBatchedLine::Start' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, End) == 0x000018, "Member 'FBatchedLine::End' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, Color) == 0x000030, "Member 'FBatchedLine::Color' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, Thickness) == 0x000040, "Member 'FBatchedLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, RemainingLifeTime) == 0x000044, "Member 'FBatchedLine::RemainingLifeTime' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, DepthPriority) == 0x000048, "Member 'FBatchedLine::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(FBatchedLine, BatchID) == 0x00004C, "Member 'FBatchedLine::BatchID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBatchedPoint \ +static_assert(alignof(FBatchedPoint) == 0x000008, "Wrong alignment on FBatchedPoint"); \ +static_assert(sizeof(FBatchedPoint) == 0x000038, "Wrong size on FBatchedPoint"); \ +static_assert(offsetof(FBatchedPoint, position) == 0x000000, "Member 'FBatchedPoint::position' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, Color) == 0x000018, "Member 'FBatchedPoint::Color' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, PointSize) == 0x000028, "Member 'FBatchedPoint::PointSize' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, RemainingLifeTime) == 0x00002C, "Member 'FBatchedPoint::RemainingLifeTime' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, DepthPriority) == 0x000030, "Member 'FBatchedPoint::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(FBatchedPoint, BatchID) == 0x000034, "Member 'FBatchedPoint::BatchID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLODMappingData \ +static_assert(alignof(FLODMappingData) == 0x000008, "Wrong alignment on FLODMappingData"); \ +static_assert(sizeof(FLODMappingData) == 0x000020, "Wrong size on FLODMappingData"); \ +static_assert(offsetof(FLODMappingData, Mapping) == 0x000000, "Member 'FLODMappingData::Mapping' has a wrong offset!"); \ +static_assert(offsetof(FLODMappingData, InverseMapping) == 0x000010, "Member 'FLODMappingData::InverseMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParameterCollectionParameterValue \ +static_assert(alignof(FParameterCollectionParameterValue) == 0x000008, "Wrong alignment on FParameterCollectionParameterValue"); \ +static_assert(sizeof(FParameterCollectionParameterValue) == 0x000028, "Wrong size on FParameterCollectionParameterValue"); \ +static_assert(offsetof(FParameterCollectionParameterValue, ParameterInfo) == 0x000000, "Member 'FParameterCollectionParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FParameterCollectionParameterValue, ParameterValue) == 0x000010, "Member 'FParameterCollectionParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FParameterCollectionParameterValue, ExpressionGUID) == 0x000018, "Member 'FParameterCollectionParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComponentSync \ +static_assert(alignof(FComponentSync) == 0x000004, "Wrong alignment on FComponentSync"); \ +static_assert(sizeof(FComponentSync) == 0x00000C, "Wrong size on FComponentSync"); \ +static_assert(offsetof(FComponentSync, Name) == 0x000000, "Member 'FComponentSync::Name' has a wrong offset!"); \ +static_assert(offsetof(FComponentSync, SyncOption) == 0x000008, "Member 'FComponentSync::SyncOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialSpriteElement \ +static_assert(alignof(FMaterialSpriteElement) == 0x000008, "Wrong alignment on FMaterialSpriteElement"); \ +static_assert(sizeof(FMaterialSpriteElement) == 0x000028, "Wrong size on FMaterialSpriteElement"); \ +static_assert(offsetof(FMaterialSpriteElement, Material) == 0x000000, "Member 'FMaterialSpriteElement::Material' has a wrong offset!"); \ +static_assert(offsetof(FMaterialSpriteElement, DistanceToOpacityCurve) == 0x000008, "Member 'FMaterialSpriteElement::DistanceToOpacityCurve' has a wrong offset!"); \ +static_assert(offsetof(FMaterialSpriteElement, BaseSizeX) == 0x000014, "Member 'FMaterialSpriteElement::BaseSizeX' has a wrong offset!"); \ +static_assert(offsetof(FMaterialSpriteElement, BaseSizeY) == 0x000018, "Member 'FMaterialSpriteElement::BaseSizeY' has a wrong offset!"); \ +static_assert(offsetof(FMaterialSpriteElement, DistanceToSizeCurve) == 0x000020, "Member 'FMaterialSpriteElement::DistanceToSizeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightClippingPlanes \ +static_assert(alignof(FLightClippingPlanes) == 0x000004, "Wrong alignment on FLightClippingPlanes"); \ +static_assert(sizeof(FLightClippingPlanes) == 0x000004, "Wrong size on FLightClippingPlanes"); \ +static_assert(offsetof(FLightClippingPlanes, XNegative) == 0x000000, "Member 'FLightClippingPlanes::XNegative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteCategoryInfo \ +static_assert(alignof(FSpriteCategoryInfo) == 0x000008, "Wrong alignment on FSpriteCategoryInfo"); \ +static_assert(sizeof(FSpriteCategoryInfo) == 0x000028, "Wrong size on FSpriteCategoryInfo"); \ +static_assert(offsetof(FSpriteCategoryInfo, Category) == 0x000000, "Member 'FSpriteCategoryInfo::Category' has a wrong offset!"); \ +static_assert(offsetof(FSpriteCategoryInfo, DisplayName) == 0x000008, "Member 'FSpriteCategoryInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FSpriteCategoryInfo, Description) == 0x000018, "Member 'FSpriteCategoryInfo::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FSkeletalMeshComponentEndPhysicsTickFunction \ +static_assert(alignof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentEndPhysicsTickFunction"); \ +static_assert(sizeof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentEndPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshComponentClothTickFunction \ +static_assert(alignof(FSkeletalMeshComponentClothTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentClothTickFunction"); \ +static_assert(sizeof(FSkeletalMeshComponentClothTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentClothTickFunction"); \ + +#define DUMPER7_ASSERTS_FMaterialExternalCodeEnvironmentDefine \ +static_assert(alignof(FMaterialExternalCodeEnvironmentDefine) == 0x000004, "Wrong alignment on FMaterialExternalCodeEnvironmentDefine"); \ +static_assert(sizeof(FMaterialExternalCodeEnvironmentDefine) == 0x00000C, "Wrong size on FMaterialExternalCodeEnvironmentDefine"); \ +static_assert(offsetof(FMaterialExternalCodeEnvironmentDefine, Name) == 0x000000, "Member 'FMaterialExternalCodeEnvironmentDefine::Name' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExternalCodeEnvironmentDefine, ShaderFrequency) == 0x000008, "Member 'FMaterialExternalCodeEnvironmentDefine::ShaderFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshComponentInstanceData \ +static_assert(alignof(FSkeletalMeshComponentInstanceData) == 0x000008, "Wrong alignment on FSkeletalMeshComponentInstanceData"); \ +static_assert(sizeof(FSkeletalMeshComponentInstanceData) == 0x0000C0, "Wrong size on FSkeletalMeshComponentInstanceData"); \ + +#define DUMPER7_ASSERTS_FSoundModulationDestinationSettings \ +static_assert(alignof(FSoundModulationDestinationSettings) == 0x000008, "Wrong alignment on FSoundModulationDestinationSettings"); \ +static_assert(sizeof(FSoundModulationDestinationSettings) == 0x000058, "Wrong size on FSoundModulationDestinationSettings"); \ +static_assert(offsetof(FSoundModulationDestinationSettings, Value) == 0x000000, "Member 'FSoundModulationDestinationSettings::Value' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDestinationSettings, Modulators) == 0x000008, "Member 'FSoundModulationDestinationSettings::Modulators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FMeshDeformerInstanceSet \ +static_assert(alignof(FMeshDeformerInstanceSet) == 0x000008, "Wrong alignment on FMeshDeformerInstanceSet"); \ +static_assert(sizeof(FMeshDeformerInstanceSet) == 0x000020, "Wrong size on FMeshDeformerInstanceSet"); \ +static_assert(offsetof(FMeshDeformerInstanceSet, DeformerInstances) == 0x000000, "Member 'FMeshDeformerInstanceSet::DeformerInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FSplineCurves \ +static_assert(alignof(FSplineCurves) == 0x000008, "Wrong alignment on FSplineCurves"); \ +static_assert(sizeof(FSplineCurves) == 0x000068, "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, Version) == 0x000060, "Member 'FSplineCurves::Version' 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_FSplinePoint \ +static_assert(alignof(FSplinePoint) == 0x000008, "Wrong alignment on FSplinePoint"); \ +static_assert(sizeof(FSplinePoint) == 0x000088, "Wrong size on FSplinePoint"); \ +static_assert(offsetof(FSplinePoint, InputKey) == 0x000000, "Member 'FSplinePoint::InputKey' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, position) == 0x000008, "Member 'FSplinePoint::position' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, ArriveTangent) == 0x000020, "Member 'FSplinePoint::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, LeaveTangent) == 0x000038, "Member 'FSplinePoint::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Rotation) == 0x000050, "Member 'FSplinePoint::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Scale) == 0x000068, "Member 'FSplinePoint::Scale' has a wrong offset!"); \ +static_assert(offsetof(FSplinePoint, Type) == 0x000080, "Member 'FSplinePoint::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineInstanceData \ +static_assert(alignof(FSplineInstanceData) == 0x000008, "Wrong alignment on FSplineInstanceData"); \ +static_assert(sizeof(FSplineInstanceData) == 0x000198, "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, bClosedLoop) == 0x000128, "Member 'FSplineInstanceData::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(FSplineInstanceData, SplineCurvesPreUCS) == 0x000130, "Member 'FSplineInstanceData::SplineCurvesPreUCS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpline \ +static_assert(alignof(FSpline) == 0x000008, "Wrong alignment on FSpline"); \ +static_assert(sizeof(FSpline) == 0x000050, "Wrong size on FSpline"); \ + +#define DUMPER7_ASSERTS_FSplineComponentInstanceData \ +static_assert(alignof(FSplineComponentInstanceData) == 0x000008, "Wrong alignment on FSplineComponentInstanceData"); \ +static_assert(sizeof(FSplineComponentInstanceData) == 0x000168, "Wrong size on FSplineComponentInstanceData"); \ +static_assert(offsetof(FSplineComponentInstanceData, bSplineHasBeenEdited) == 0x0000B8, "Member 'FSplineComponentInstanceData::bSplineHasBeenEdited' has a wrong offset!"); \ +static_assert(offsetof(FSplineComponentInstanceData, Spline) == 0x0000C0, "Member 'FSplineComponentInstanceData::Spline' has a wrong offset!"); \ +static_assert(offsetof(FSplineComponentInstanceData, bClosedLoop) == 0x000110, "Member 'FSplineComponentInstanceData::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(FSplineComponentInstanceData, SplinePreUCS) == 0x000118, "Member 'FSplineComponentInstanceData::SplinePreUCS' 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, EndRoll) == 0x000044, "Member 'FSplineMeshParams::EndRoll' 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, EndOffset) == 0x000098, "Member 'FSplineMeshParams::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(FSplineMeshParams, NaniteClusterBoundsScale) == 0x0000A8, "Member 'FSplineMeshParams::NaniteClusterBoundsScale' 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_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_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_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_FEquirectProps \ +static_assert(alignof(FEquirectProps) == 0x000008, "Wrong alignment on FEquirectProps"); \ +static_assert(sizeof(FEquirectProps) == 0x000098, "Wrong size on FEquirectProps"); \ +static_assert(offsetof(FEquirectProps, LeftUVRect) == 0x000000, "Member 'FEquirectProps::LeftUVRect' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightUVRect) == 0x000028, "Member 'FEquirectProps::RightUVRect' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, LeftScale) == 0x000050, "Member 'FEquirectProps::LeftScale' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightScale) == 0x000060, "Member 'FEquirectProps::RightScale' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, LeftBias) == 0x000070, "Member 'FEquirectProps::LeftBias' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, RightBias) == 0x000080, "Member 'FEquirectProps::RightBias' has a wrong offset!"); \ +static_assert(offsetof(FEquirectProps, Radius) == 0x000090, "Member 'FEquirectProps::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMaterialCachedParameterEditorEntry \ +static_assert(alignof(FMaterialCachedParameterEditorEntry) == 0x000008, "Wrong alignment on FMaterialCachedParameterEditorEntry"); \ +static_assert(sizeof(FMaterialCachedParameterEditorEntry) == 0x000010, "Wrong size on FMaterialCachedParameterEditorEntry"); \ +static_assert(offsetof(FMaterialCachedParameterEditorEntry, EditorInfo) == 0x000000, "Member 'FMaterialCachedParameterEditorEntry::EditorInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSoundBaseEditorData \ +static_assert(alignof(FSoundBaseEditorData) == 0x000001, "Wrong alignment on FSoundBaseEditorData"); \ +static_assert(sizeof(FSoundBaseEditorData) == 0x000001, "Wrong size on FSoundBaseEditorData"); \ +static_assert(offsetof(FSoundBaseEditorData, OverrideUseSubmixesOnPreview) == 0x000000, "Member 'FSoundBaseEditorData::OverrideUseSubmixesOnPreview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntegralKey \ +static_assert(alignof(FIntegralKey) == 0x000004, "Wrong alignment on FIntegralKey"); \ +static_assert(sizeof(FIntegralKey) == 0x000008, "Wrong size on FIntegralKey"); \ +static_assert(offsetof(FIntegralKey, Time) == 0x000000, "Member 'FIntegralKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FIntegralKey, Value) == 0x000004, "Member 'FIntegralKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntegralCurve \ +static_assert(alignof(FIntegralCurve) == 0x000008, "Wrong alignment on FIntegralCurve"); \ +static_assert(sizeof(FIntegralCurve) == 0x000080, "Wrong size on FIntegralCurve"); \ +static_assert(offsetof(FIntegralCurve, Keys) == 0x000068, "Member 'FIntegralCurve::Keys' has a wrong offset!"); \ +static_assert(offsetof(FIntegralCurve, DefaultValue) == 0x000078, "Member 'FIntegralCurve::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FIntegralCurve, bUseDefaultValueBeforeFirstKey) == 0x00007C, "Member 'FIntegralCurve::bUseDefaultValueBeforeFirstKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkMetricsMutatorPercent \ +static_assert(alignof(FNetworkMetricsMutatorPercent) == 0x000008, "Wrong alignment on FNetworkMetricsMutatorPercent"); \ +static_assert(sizeof(FNetworkMetricsMutatorPercent) == 0x000068, "Wrong size on FNetworkMetricsMutatorPercent"); \ +static_assert(offsetof(FNetworkMetricsMutatorPercent, NumeratorName) == 0x000050, "Member 'FNetworkMetricsMutatorPercent::NumeratorName' has a wrong offset!"); \ +static_assert(offsetof(FNetworkMetricsMutatorPercent, DenominatorName) == 0x000058, "Member 'FNetworkMetricsMutatorPercent::DenominatorName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkMetricsMutatorInPacketLoss \ +static_assert(alignof(FNetworkMetricsMutatorInPacketLoss) == 0x000008, "Wrong alignment on FNetworkMetricsMutatorInPacketLoss"); \ +static_assert(sizeof(FNetworkMetricsMutatorInPacketLoss) == 0x000068, "Wrong size on FNetworkMetricsMutatorInPacketLoss"); \ + +#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_FCompressedRichCurve \ +static_assert(alignof(FCompressedRichCurve) == 0x000008, "Wrong alignment on FCompressedRichCurve"); \ +static_assert(sizeof(FCompressedRichCurve) == 0x000018, "Wrong size on FCompressedRichCurve"); \ + +#define DUMPER7_ASSERTS_FSimpleCurveKey \ +static_assert(alignof(FSimpleCurveKey) == 0x000004, "Wrong alignment on FSimpleCurveKey"); \ +static_assert(sizeof(FSimpleCurveKey) == 0x000008, "Wrong size on FSimpleCurveKey"); \ +static_assert(offsetof(FSimpleCurveKey, Time) == 0x000000, "Member 'FSimpleCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FSimpleCurveKey, Value) == 0x000004, "Member 'FSimpleCurveKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimpleCurve \ +static_assert(alignof(FSimpleCurve) == 0x000008, "Wrong alignment on FSimpleCurve"); \ +static_assert(sizeof(FSimpleCurve) == 0x000088, "Wrong size on FSimpleCurve"); \ +static_assert(offsetof(FSimpleCurve, InterpMode) == 0x000070, "Member 'FSimpleCurve::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FSimpleCurve, Keys) == 0x000078, "Member 'FSimpleCurve::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataDrivenConsoleVariable \ +static_assert(alignof(FDataDrivenConsoleVariable) == 0x000008, "Wrong alignment on FDataDrivenConsoleVariable"); \ +static_assert(sizeof(FDataDrivenConsoleVariable) == 0x000060, "Wrong size on FDataDrivenConsoleVariable"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, Type) == 0x000000, "Member 'FDataDrivenConsoleVariable::Type' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, Name) == 0x000008, "Member 'FDataDrivenConsoleVariable::Name' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, Tooltip) == 0x000018, "Member 'FDataDrivenConsoleVariable::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueFloat) == 0x000028, "Member 'FDataDrivenConsoleVariable::DefaultValueFloat' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueInt) == 0x00002C, "Member 'FDataDrivenConsoleVariable::DefaultValueInt' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueBool) == 0x000030, "Member 'FDataDrivenConsoleVariable::DefaultValueBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataTableCategoryHandle \ +static_assert(alignof(FDataTableCategoryHandle) == 0x000008, "Wrong alignment on FDataTableCategoryHandle"); \ +static_assert(sizeof(FDataTableCategoryHandle) == 0x000018, "Wrong size on FDataTableCategoryHandle"); \ +static_assert(offsetof(FDataTableCategoryHandle, DataTable) == 0x000000, "Member 'FDataTableCategoryHandle::DataTable' has a wrong offset!"); \ +static_assert(offsetof(FDataTableCategoryHandle, ColumnName) == 0x000008, "Member 'FDataTableCategoryHandle::ColumnName' has a wrong offset!"); \ +static_assert(offsetof(FDataTableCategoryHandle, RowContents) == 0x000010, "Member 'FDataTableCategoryHandle::RowContents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubtitleAssetData \ +static_assert(alignof(FSubtitleAssetData) == 0x000008, "Wrong alignment on FSubtitleAssetData"); \ +static_assert(sizeof(FSubtitleAssetData) == 0x000028, "Wrong size on FSubtitleAssetData"); \ +static_assert(offsetof(FSubtitleAssetData, Text) == 0x000000, "Member 'FSubtitleAssetData::Text' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleAssetData, SubtitleDurationType) == 0x000010, "Member 'FSubtitleAssetData::SubtitleDurationType' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleAssetData, Duration) == 0x000014, "Member 'FSubtitleAssetData::Duration' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleAssetData, StartOffset) == 0x000018, "Member 'FSubtitleAssetData::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleAssetData, Priority) == 0x00001C, "Member 'FSubtitleAssetData::Priority' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleAssetData, SubtitleType) == 0x000020, "Member 'FSubtitleAssetData::SubtitleType' 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_FRollbackNetStartupActorInfo \ +static_assert(alignof(FRollbackNetStartupActorInfo) == 0x000008, "Wrong alignment on FRollbackNetStartupActorInfo"); \ +static_assert(sizeof(FRollbackNetStartupActorInfo) == 0x0000D0, "Wrong size on FRollbackNetStartupActorInfo"); \ +static_assert(offsetof(FRollbackNetStartupActorInfo, Archetype) == 0x000008, "Member 'FRollbackNetStartupActorInfo::Archetype' has a wrong offset!"); \ +static_assert(offsetof(FRollbackNetStartupActorInfo, ObjReferences) == 0x0000C0, "Member 'FRollbackNetStartupActorInfo::ObjReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMulticastRecordOptions \ +static_assert(alignof(FMulticastRecordOptions) == 0x000008, "Wrong alignment on FMulticastRecordOptions"); \ +static_assert(sizeof(FMulticastRecordOptions) == 0x000018, "Wrong size on FMulticastRecordOptions"); \ +static_assert(offsetof(FMulticastRecordOptions, FuncPathName) == 0x000000, "Member 'FMulticastRecordOptions::FuncPathName' has a wrong offset!"); \ +static_assert(offsetof(FMulticastRecordOptions, bServerSkip) == 0x000010, "Member 'FMulticastRecordOptions::bServerSkip' has a wrong offset!"); \ +static_assert(offsetof(FMulticastRecordOptions, bClientSkip) == 0x000011, "Member 'FMulticastRecordOptions::bClientSkip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSelectedFragmentProperties \ +static_assert(alignof(FSelectedFragmentProperties) == 0x000008, "Wrong alignment on FSelectedFragmentProperties"); \ +static_assert(sizeof(FSelectedFragmentProperties) == 0x000020, "Wrong size on FSelectedFragmentProperties"); \ +static_assert(offsetof(FSelectedFragmentProperties, Tag) == 0x000000, "Member 'FSelectedFragmentProperties::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSelectedFragmentProperties, Fragment) == 0x000008, "Member 'FSelectedFragmentProperties::Fragment' has a wrong offset!"); \ +static_assert(offsetof(FSelectedFragmentProperties, bEnabled) == 0x000018, "Member 'FSelectedFragmentProperties::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetLevelVisibilityTransactionId \ +static_assert(alignof(FNetLevelVisibilityTransactionId) == 0x000004, "Wrong alignment on FNetLevelVisibilityTransactionId"); \ +static_assert(sizeof(FNetLevelVisibilityTransactionId) == 0x000004, "Wrong size on FNetLevelVisibilityTransactionId"); \ +static_assert(offsetof(FNetLevelVisibilityTransactionId, Data) == 0x000000, "Member 'FNetLevelVisibilityTransactionId::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpdateLevelVisibilityLevelInfo \ +static_assert(alignof(FUpdateLevelVisibilityLevelInfo) == 0x000004, "Wrong alignment on FUpdateLevelVisibilityLevelInfo"); \ +static_assert(sizeof(FUpdateLevelVisibilityLevelInfo) == 0x000018, "Wrong size on FUpdateLevelVisibilityLevelInfo"); \ +static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, PackageName) == 0x000000, "Member 'FUpdateLevelVisibilityLevelInfo::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, Filename) == 0x000008, "Member 'FUpdateLevelVisibilityLevelInfo::Filename' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelVisibilityLevelInfo, VisibilityRequestId) == 0x000010, "Member 'FUpdateLevelVisibilityLevelInfo::VisibilityRequestId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusteredComponentData \ +static_assert(alignof(FClusteredComponentData) == 0x000008, "Wrong alignment on FClusteredComponentData"); \ +static_assert(sizeof(FClusteredComponentData) == 0x000028, "Wrong size on FClusteredComponentData"); \ +static_assert(offsetof(FClusteredComponentData, ReplicatedProxyComponent) == 0x000010, "Member 'FClusteredComponentData::ReplicatedProxyComponent' has a wrong offset!"); \ +static_assert(offsetof(FClusteredComponentData, Owner) == 0x000018, "Member 'FClusteredComponentData::Owner' has a wrong offset!"); \ +static_assert(offsetof(FClusteredComponentData, bWasReplicating) == 0x000020, "Member 'FClusteredComponentData::bWasReplicating' has a wrong offset!"); \ +static_assert(offsetof(FClusteredComponentData, bPendingDeletion) == 0x000021, "Member 'FClusteredComponentData::bPendingDeletion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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) == 0x0000E0, "Wrong size on FEdGraphSchemaAction"); \ +static_assert(offsetof(FEdGraphSchemaAction, MenuDescription) == 0x000008, "Member 'FEdGraphSchemaAction::MenuDescription' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, TooltipDescription) == 0x000018, "Member 'FEdGraphSchemaAction::TooltipDescription' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Category) == 0x000028, "Member 'FEdGraphSchemaAction::Category' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Keywords) == 0x000038, "Member 'FEdGraphSchemaAction::Keywords' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Grouping) == 0x000048, "Member 'FEdGraphSchemaAction::Grouping' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, SectionID) == 0x00004C, "Member 'FEdGraphSchemaAction::SectionID' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, MenuDescriptionArray) == 0x000050, "Member 'FEdGraphSchemaAction::MenuDescriptionArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchTitlesArray) == 0x000060, "Member 'FEdGraphSchemaAction::FullSearchTitlesArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchKeywordsArray) == 0x000070, "Member 'FEdGraphSchemaAction::FullSearchKeywordsArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchCategoryArray) == 0x000080, "Member 'FEdGraphSchemaAction::FullSearchCategoryArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedMenuDescriptionArray) == 0x000090, "Member 'FEdGraphSchemaAction::LocalizedMenuDescriptionArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchTitlesArray) == 0x0000A0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchTitlesArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchKeywordsArray) == 0x0000B0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchKeywordsArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchCategoryArray) == 0x0000C0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchCategoryArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, SearchText) == 0x0000D0, "Member 'FEdGraphSchemaAction::SearchText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphSchemaAction_NewNode \ +static_assert(alignof(FEdGraphSchemaAction_NewNode) == 0x000008, "Wrong alignment on FEdGraphSchemaAction_NewNode"); \ +static_assert(sizeof(FEdGraphSchemaAction_NewNode) == 0x0000E8, "Wrong size on FEdGraphSchemaAction_NewNode"); \ +static_assert(offsetof(FEdGraphSchemaAction_NewNode, NodeTemplate) == 0x0000E0, "Member 'FEdGraphSchemaAction_NewNode::NodeTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetImportInfo \ +static_assert(alignof(FAssetImportInfo) == 0x000001, "Wrong alignment on FAssetImportInfo"); \ +static_assert(sizeof(FAssetImportInfo) == 0x000001, "Wrong size on FAssetImportInfo"); \ + +#define DUMPER7_ASSERTS_FNetDriverReplicationSystemConfig \ +static_assert(alignof(FNetDriverReplicationSystemConfig) == 0x000004, "Wrong alignment on FNetDriverReplicationSystemConfig"); \ +static_assert(sizeof(FNetDriverReplicationSystemConfig) == 0x000020, "Wrong size on FNetDriverReplicationSystemConfig"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, MaxReplicatedObjectCount) == 0x000000, "Member 'FNetDriverReplicationSystemConfig::MaxReplicatedObjectCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, InitialNetObjectListCount) == 0x000004, "Member 'FNetDriverReplicationSystemConfig::InitialNetObjectListCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, NetObjectListGrowCount) == 0x000008, "Member 'FNetDriverReplicationSystemConfig::NetObjectListGrowCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, PreAllocatedMemoryBuffersObjectCount) == 0x00000C, "Member 'FNetDriverReplicationSystemConfig::PreAllocatedMemoryBuffersObjectCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, MaxReplicationWriterObjectCount) == 0x000010, "Member 'FNetDriverReplicationSystemConfig::MaxReplicationWriterObjectCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, MaxDeltaCompressedObjectCount) == 0x000014, "Member 'FNetDriverReplicationSystemConfig::MaxDeltaCompressedObjectCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, MaxNetObjectGroupCount) == 0x000018, "Member 'FNetDriverReplicationSystemConfig::MaxNetObjectGroupCount' has a wrong offset!"); \ +static_assert(offsetof(FNetDriverReplicationSystemConfig, bAllowParallelTasks) == 0x00001C, "Member 'FNetDriverReplicationSystemConfig::bAllowParallelTasks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementPasteOptions \ +static_assert(alignof(FTypedElementPasteOptions) == 0x000008, "Wrong alignment on FTypedElementPasteOptions"); \ +static_assert(sizeof(FTypedElementPasteOptions) == 0x000078, "Wrong size on FTypedElementPasteOptions"); \ +static_assert(offsetof(FTypedElementPasteOptions, SelectionSetToModify) == 0x000000, "Member 'FTypedElementPasteOptions::SelectionSetToModify' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementPasteOptions, bPasteAtLocation) == 0x000008, "Member 'FTypedElementPasteOptions::bPasteAtLocation' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementPasteOptions, PasteLocation) == 0x000010, "Member 'FTypedElementPasteOptions::PasteLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FViewLightingChannels \ +static_assert(alignof(FViewLightingChannels) == 0x000001, "Wrong alignment on FViewLightingChannels"); \ +static_assert(sizeof(FViewLightingChannels) == 0x000001, "Wrong size on FViewLightingChannels"); \ + +#define DUMPER7_ASSERTS_FExternalSpatialAccelerationPayload \ +static_assert(alignof(FExternalSpatialAccelerationPayload) == 0x000004, "Wrong alignment on FExternalSpatialAccelerationPayload"); \ +static_assert(sizeof(FExternalSpatialAccelerationPayload) == 0x000010, "Wrong size on FExternalSpatialAccelerationPayload"); \ + +#define DUMPER7_ASSERTS_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_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_FStartPhysicsTickFunction \ +static_assert(alignof(FStartPhysicsTickFunction) == 0x000008, "Wrong alignment on FStartPhysicsTickFunction"); \ +static_assert(sizeof(FStartPhysicsTickFunction) == 0x000030, "Wrong size on FStartPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FRigidBodyContactInfo \ +static_assert(alignof(FRigidBodyContactInfo) == 0x000008, "Wrong alignment on FRigidBodyContactInfo"); \ +static_assert(sizeof(FRigidBodyContactInfo) == 0x000048, "Wrong size on FRigidBodyContactInfo"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactPosition) == 0x000000, "Member 'FRigidBodyContactInfo::ContactPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactNormal) == 0x000018, "Member 'FRigidBodyContactInfo::ContactNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, ContactPenetration) == 0x000030, "Member 'FRigidBodyContactInfo::ContactPenetration' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, bContactProbe) == 0x000034, "Member 'FRigidBodyContactInfo::bContactProbe' has a wrong offset!"); \ +static_assert(offsetof(FRigidBodyContactInfo, PhysMaterial) == 0x000038, "Member 'FRigidBodyContactInfo::PhysMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_FNetworkPhysicsSettingsResimulation \ +static_assert(alignof(FNetworkPhysicsSettingsResimulation) == 0x000004, "Wrong alignment on FNetworkPhysicsSettingsResimulation"); \ +static_assert(sizeof(FNetworkPhysicsSettingsResimulation) == 0x000054, "Wrong size on FNetworkPhysicsSettingsResimulation"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, ResimulationErrorThreshold) == 0x000004, "Member 'FNetworkPhysicsSettingsResimulation::ResimulationErrorThreshold' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, ResimulationErrorPositionThreshold) == 0x000008, "Member 'FNetworkPhysicsSettingsResimulation::ResimulationErrorPositionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, ResimulationErrorRotationThreshold) == 0x00000C, "Member 'FNetworkPhysicsSettingsResimulation::ResimulationErrorRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, ResimulationErrorLinearVelocityThreshold) == 0x000010, "Member 'FNetworkPhysicsSettingsResimulation::ResimulationErrorLinearVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, ResimulationErrorAngularVelocityThreshold) == 0x000014, "Member 'FNetworkPhysicsSettingsResimulation::ResimulationErrorAngularVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bRuntimeCorrectionEnabled) == 0x000018, "Member 'FNetworkPhysicsSettingsResimulation::bRuntimeCorrectionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bRuntimeVelocityCorrection) == 0x000019, "Member 'FNetworkPhysicsSettingsResimulation::bRuntimeVelocityCorrection' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, bRuntimeCorrectConnectedBodies) == 0x00001A, "Member 'FNetworkPhysicsSettingsResimulation::bRuntimeCorrectConnectedBodies' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, PosStabilityMultiplier) == 0x00001C, "Member 'FNetworkPhysicsSettingsResimulation::PosStabilityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, RotStabilityMultiplier) == 0x000020, "Member 'FNetworkPhysicsSettingsResimulation::RotStabilityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, VelStabilityMultiplier) == 0x000024, "Member 'FNetworkPhysicsSettingsResimulation::VelStabilityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, AngVelStabilityMultiplier) == 0x000028, "Member 'FNetworkPhysicsSettingsResimulation::AngVelStabilityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsResimulation, ResimulationErrorCorrectionSettings) == 0x00002C, "Member 'FNetworkPhysicsSettingsResimulation::ResimulationErrorCorrectionSettings' 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_FWorldPartitionHLODDestructionTag \ +static_assert(alignof(FWorldPartitionHLODDestructionTag) == 0x000008, "Wrong alignment on FWorldPartitionHLODDestructionTag"); \ +static_assert(sizeof(FWorldPartitionHLODDestructionTag) == 0x000010, "Wrong size on FWorldPartitionHLODDestructionTag"); \ +static_assert(offsetof(FWorldPartitionHLODDestructionTag, HLODDestructionComponent) == 0x000000, "Member 'FWorldPartitionHLODDestructionTag::HLODDestructionComponent' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionHLODDestructionTag, ActorIndex) == 0x000008, "Member 'FWorldPartitionHLODDestructionTag::ActorIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionDestructibleHLODDamagedActorState \ +static_assert(alignof(FWorldPartitionDestructibleHLODDamagedActorState) == 0x000004, "Wrong alignment on FWorldPartitionDestructibleHLODDamagedActorState"); \ +static_assert(sizeof(FWorldPartitionDestructibleHLODDamagedActorState) == 0x000014, "Wrong size on FWorldPartitionDestructibleHLODDamagedActorState"); \ +static_assert(offsetof(FWorldPartitionDestructibleHLODDamagedActorState, ActorIndex) == 0x00000C, "Member 'FWorldPartitionDestructibleHLODDamagedActorState::ActorIndex' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionDestructibleHLODDamagedActorState, ActorHealth) == 0x000010, "Member 'FWorldPartitionDestructibleHLODDamagedActorState::ActorHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionDestructibleHLODState \ +static_assert(alignof(FWorldPartitionDestructibleHLODState) == 0x000008, "Wrong alignment on FWorldPartitionDestructibleHLODState"); \ +static_assert(sizeof(FWorldPartitionDestructibleHLODState) == 0x000138, "Wrong size on FWorldPartitionDestructibleHLODState"); \ +static_assert(offsetof(FWorldPartitionDestructibleHLODState, DamagedActors) == 0x000108, "Member 'FWorldPartitionDestructibleHLODState::DamagedActors' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionDestructibleHLODState, OwnerComponent) == 0x000118, "Member 'FWorldPartitionDestructibleHLODState::OwnerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshRayTracingProxySettings \ +static_assert(alignof(FMeshRayTracingProxySettings) == 0x000004, "Wrong alignment on FMeshRayTracingProxySettings"); \ +static_assert(sizeof(FMeshRayTracingProxySettings) == 0x000014, "Wrong size on FMeshRayTracingProxySettings"); \ +static_assert(offsetof(FMeshRayTracingProxySettings, FallbackTarget) == 0x000001, "Member 'FMeshRayTracingProxySettings::FallbackTarget' has a wrong offset!"); \ +static_assert(offsetof(FMeshRayTracingProxySettings, FallbackPercentTriangles) == 0x000004, "Member 'FMeshRayTracingProxySettings::FallbackPercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshRayTracingProxySettings, FallbackRelativeError) == 0x000008, "Member 'FMeshRayTracingProxySettings::FallbackRelativeError' has a wrong offset!"); \ +static_assert(offsetof(FMeshRayTracingProxySettings, LOD1PercentTriangles) == 0x00000C, "Member 'FMeshRayTracingProxySettings::LOD1PercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshRayTracingProxySettings, FoliageOverOcclusionBias) == 0x000010, "Member 'FMeshRayTracingProxySettings::FoliageOverOcclusionBias' 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_FExternalDataLayerUID \ +static_assert(alignof(FExternalDataLayerUID) == 0x000004, "Wrong alignment on FExternalDataLayerUID"); \ +static_assert(sizeof(FExternalDataLayerUID) == 0x000004, "Wrong size on FExternalDataLayerUID"); \ +static_assert(offsetof(FExternalDataLayerUID, Value) == 0x000000, "Member 'FExternalDataLayerUID::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionReference \ +static_assert(alignof(FCollectionReference) == 0x000004, "Wrong alignment on FCollectionReference"); \ +static_assert(sizeof(FCollectionReference) == 0x000008, "Wrong size on FCollectionReference"); \ +static_assert(offsetof(FCollectionReference, CollectionName) == 0x000000, "Member 'FCollectionReference::CollectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRedirector \ +static_assert(alignof(FRedirector) == 0x000004, "Wrong alignment on FRedirector"); \ +static_assert(sizeof(FRedirector) == 0x000010, "Wrong size on FRedirector"); \ +static_assert(offsetof(FRedirector, OldName) == 0x000000, "Member 'FRedirector::OldName' has a wrong offset!"); \ +static_assert(offsetof(FRedirector, NewName) == 0x000008, "Member 'FRedirector::NewName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHierarchicalSimplification \ +static_assert(alignof(FHierarchicalSimplification) == 0x000008, "Wrong alignment on FHierarchicalSimplification"); \ +static_assert(sizeof(FHierarchicalSimplification) == 0x0003B0, "Wrong size on FHierarchicalSimplification"); \ +static_assert(offsetof(FHierarchicalSimplification, TransitionScreenSize) == 0x000000, "Member 'FHierarchicalSimplification::TransitionScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, OverrideDrawDistance) == 0x000004, "Member 'FHierarchicalSimplification::OverrideDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, SimplificationMethod) == 0x000009, "Member 'FHierarchicalSimplification::SimplificationMethod' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, ProxySetting) == 0x000010, "Member 'FHierarchicalSimplification::ProxySetting' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, MergeSetting) == 0x000140, "Member 'FHierarchicalSimplification::MergeSetting' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, ApproximateSettings) == 0x000278, "Member 'FHierarchicalSimplification::ApproximateSettings' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, DesiredBoundRadius) == 0x0003A0, "Member 'FHierarchicalSimplification::DesiredBoundRadius' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, DesiredFillingPercentage) == 0x0003A4, "Member 'FHierarchicalSimplification::DesiredFillingPercentage' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, MinNumberOfActorsToBuild) == 0x0003A8, "Member 'FHierarchicalSimplification::MinNumberOfActorsToBuild' 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_FPointDamageEvent \ +static_assert(alignof(FPointDamageEvent) == 0x000008, "Wrong alignment on FPointDamageEvent"); \ +static_assert(sizeof(FPointDamageEvent) == 0x000130, "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_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_FClusterUnionInitializationData \ +static_assert(alignof(FClusterUnionInitializationData) == 0x000008, "Wrong alignment on FClusterUnionInitializationData"); \ +static_assert(sizeof(FClusterUnionInitializationData) == 0x000018, "Wrong size on FClusterUnionInitializationData"); \ +static_assert(offsetof(FClusterUnionInitializationData, ClusterUnionComponent) == 0x000000, "Member 'FClusterUnionInitializationData::ClusterUnionComponent' has a wrong offset!"); \ +static_assert(offsetof(FClusterUnionInitializationData, ProcessedComponents) == 0x000008, "Member 'FClusterUnionInitializationData::ProcessedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialDamageEvent \ +static_assert(alignof(FRadialDamageEvent) == 0x000008, "Wrong alignment on FRadialDamageEvent"); \ +static_assert(sizeof(FRadialDamageEvent) == 0x000050, "Wrong size on FRadialDamageEvent"); \ +static_assert(offsetof(FRadialDamageEvent, Params) == 0x000010, "Member 'FRadialDamageEvent::Params' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageEvent, Origin) == 0x000028, "Member 'FRadialDamageEvent::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRadialDamageEvent, ComponentHits) == 0x000040, "Member 'FRadialDamageEvent::ComponentHits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitResultNetSerializerConfig \ +static_assert(alignof(FHitResultNetSerializerConfig) == 0x000008, "Wrong alignment on FHitResultNetSerializerConfig"); \ +static_assert(sizeof(FHitResultNetSerializerConfig) == 0x000010, "Wrong size on FHitResultNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FOverlapResult \ +static_assert(alignof(FOverlapResult) == 0x000008, "Wrong alignment on FOverlapResult"); \ +static_assert(sizeof(FOverlapResult) == 0x000048, "Wrong size on FOverlapResult"); \ +static_assert(offsetof(FOverlapResult, OverlapObjectHandle) == 0x000000, "Member 'FOverlapResult::OverlapObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FOverlapResult, Component) == 0x000020, "Member 'FOverlapResult::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpdateLevelStreamingLevelStatus \ +static_assert(alignof(FUpdateLevelStreamingLevelStatus) == 0x000004, "Wrong alignment on FUpdateLevelStreamingLevelStatus"); \ +static_assert(sizeof(FUpdateLevelStreamingLevelStatus) == 0x000010, "Wrong size on FUpdateLevelStreamingLevelStatus"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, PackageName) == 0x000000, "Member 'FUpdateLevelStreamingLevelStatus::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, LODIndex) == 0x000008, "Member 'FUpdateLevelStreamingLevelStatus::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBeLoaded) == 0x00000C, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBeLoaded' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBeVisible) == 0x00000D, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBlockOnLoad) == 0x00000E, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBlockOnUnload) == 0x00000F, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBlockOnUnload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FFontCharacter \ +static_assert(alignof(FFontCharacter) == 0x000004, "Wrong alignment on FFontCharacter"); \ +static_assert(sizeof(FFontCharacter) == 0x000018, "Wrong size on FFontCharacter"); \ +static_assert(offsetof(FFontCharacter, StartU) == 0x000000, "Member 'FFontCharacter::StartU' has a wrong offset!"); \ +static_assert(offsetof(FFontCharacter, StartV) == 0x000004, "Member 'FFontCharacter::StartV' has a wrong offset!"); \ +static_assert(offsetof(FFontCharacter, USize) == 0x000008, "Member 'FFontCharacter::USize' has a wrong offset!"); \ +static_assert(offsetof(FFontCharacter, VSize) == 0x00000C, "Member 'FFontCharacter::VSize' has a wrong offset!"); \ +static_assert(offsetof(FFontCharacter, TextureIndex) == 0x000010, "Member 'FFontCharacter::TextureIndex' has a wrong offset!"); \ +static_assert(offsetof(FFontCharacter, VerticalOffset) == 0x000014, "Member 'FFontCharacter::VerticalOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterNetworkSerializationPackedBitsNetSerializerConfig \ +static_assert(alignof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBitsNetSerializerConfig"); \ +static_assert(sizeof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig) == 0x000018, "Wrong size on FCharacterNetworkSerializationPackedBitsNetSerializerConfig"); \ +static_assert(offsetof(FCharacterNetworkSerializationPackedBitsNetSerializerConfig, MaxAllowedDataBits) == 0x000010, "Member 'FCharacterNetworkSerializationPackedBitsNetSerializerConfig::MaxAllowedDataBits' has a wrong offset!"); \ + +#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_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_FHLODInstancingPackedMappingData \ +static_assert(alignof(FHLODInstancingPackedMappingData) == 0x000008, "Wrong alignment on FHLODInstancingPackedMappingData"); \ +static_assert(sizeof(FHLODInstancingPackedMappingData) == 0x000070, "Wrong size on FHLODInstancingPackedMappingData"); \ +static_assert(offsetof(FHLODInstancingPackedMappingData, ISMCs) == 0x000000, "Member 'FHLODInstancingPackedMappingData::ISMCs' has a wrong offset!"); \ +static_assert(offsetof(FHLODInstancingPackedMappingData, ComponentsMapping) == 0x000010, "Member 'FHLODInstancingPackedMappingData::ComponentsMapping' has a wrong offset!"); \ +static_assert(offsetof(FHLODInstancingPackedMappingData, PerActorMappingData) == 0x000020, "Member 'FHLODInstancingPackedMappingData::PerActorMappingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputDevicePropertyHandle \ +static_assert(alignof(FInputDevicePropertyHandle) == 0x000004, "Wrong alignment on FInputDevicePropertyHandle"); \ +static_assert(sizeof(FInputDevicePropertyHandle) == 0x000004, "Wrong size on FInputDevicePropertyHandle"); \ +static_assert(offsetof(FInputDevicePropertyHandle, InternalId) == 0x000000, "Member 'FInputDevicePropertyHandle::InternalId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveForceFeedbackEffect \ +static_assert(alignof(FActiveForceFeedbackEffect) == 0x000008, "Wrong alignment on FActiveForceFeedbackEffect"); \ +static_assert(sizeof(FActiveForceFeedbackEffect) == 0x000070, "Wrong size on FActiveForceFeedbackEffect"); \ +static_assert(offsetof(FActiveForceFeedbackEffect, ForceFeedbackEffect) == 0x000000, "Member 'FActiveForceFeedbackEffect::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(FActiveForceFeedbackEffect, ActiveDeviceProperties) == 0x000020, "Member 'FActiveForceFeedbackEffect::ActiveDeviceProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRuntimePartitionHLODSetup \ +static_assert(alignof(FRuntimePartitionHLODSetup) == 0x000008, "Wrong alignment on FRuntimePartitionHLODSetup"); \ +static_assert(sizeof(FRuntimePartitionHLODSetup) == 0x000018, "Wrong size on FRuntimePartitionHLODSetup"); \ +static_assert(offsetof(FRuntimePartitionHLODSetup, Name) == 0x000000, "Member 'FRuntimePartitionHLODSetup::Name' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionHLODSetup, PartitionLayer) == 0x000008, "Member 'FRuntimePartitionHLODSetup::PartitionLayer' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionHLODSetup, bIsSpatiallyLoaded) == 0x000010, "Member 'FRuntimePartitionHLODSetup::bIsSpatiallyLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRuntimePartitionDesc \ +static_assert(alignof(FRuntimePartitionDesc) == 0x000008, "Wrong alignment on FRuntimePartitionDesc"); \ +static_assert(sizeof(FRuntimePartitionDesc) == 0x000028, "Wrong size on FRuntimePartitionDesc"); \ +static_assert(offsetof(FRuntimePartitionDesc, Name) == 0x000000, "Member 'FRuntimePartitionDesc::Name' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionDesc, Class) == 0x000008, "Member 'FRuntimePartitionDesc::Class' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionDesc, MainLayer) == 0x000010, "Member 'FRuntimePartitionDesc::MainLayer' has a wrong offset!"); \ +static_assert(offsetof(FRuntimePartitionDesc, HLODSetups) == 0x000018, "Member 'FRuntimePartitionDesc::HLODSetups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FForceFeedbackEffectOverridenChannelDetails \ +static_assert(alignof(FForceFeedbackEffectOverridenChannelDetails) == 0x000008, "Wrong alignment on FForceFeedbackEffectOverridenChannelDetails"); \ +static_assert(sizeof(FForceFeedbackEffectOverridenChannelDetails) == 0x000010, "Wrong size on FForceFeedbackEffectOverridenChannelDetails"); \ +static_assert(offsetof(FForceFeedbackEffectOverridenChannelDetails, ChannelDetails) == 0x000000, "Member 'FForceFeedbackEffectOverridenChannelDetails::ChannelDetails' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeviceColorData \ +static_assert(alignof(FDeviceColorData) == 0x000004, "Wrong alignment on FDeviceColorData"); \ +static_assert(sizeof(FDeviceColorData) == 0x000008, "Wrong size on FDeviceColorData"); \ +static_assert(offsetof(FDeviceColorData, bEnable) == 0x000000, "Member 'FDeviceColorData::bEnable' has a wrong offset!"); \ +static_assert(offsetof(FDeviceColorData, bResetAfterCompletion) == 0x000001, "Member 'FDeviceColorData::bResetAfterCompletion' has a wrong offset!"); \ +static_assert(offsetof(FDeviceColorData, LightColor) == 0x000004, "Member 'FDeviceColorData::LightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeviceColorCurveData \ +static_assert(alignof(FDeviceColorCurveData) == 0x000008, "Wrong alignment on FDeviceColorCurveData"); \ +static_assert(sizeof(FDeviceColorCurveData) == 0x000010, "Wrong size on FDeviceColorCurveData"); \ +static_assert(offsetof(FDeviceColorCurveData, bEnable) == 0x000000, "Member 'FDeviceColorCurveData::bEnable' has a wrong offset!"); \ +static_assert(offsetof(FDeviceColorCurveData, bResetAfterCompletion) == 0x000001, "Member 'FDeviceColorCurveData::bResetAfterCompletion' has a wrong offset!"); \ +static_assert(offsetof(FDeviceColorCurveData, DeviceColorCurve) == 0x000008, "Member 'FDeviceColorCurveData::DeviceColorCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeviceTriggerBaseData \ +static_assert(alignof(FDeviceTriggerBaseData) == 0x000001, "Wrong alignment on FDeviceTriggerBaseData"); \ +static_assert(sizeof(FDeviceTriggerBaseData) == 0x000002, "Wrong size on FDeviceTriggerBaseData"); \ +static_assert(offsetof(FDeviceTriggerBaseData, AffectedTriggers) == 0x000000, "Member 'FDeviceTriggerBaseData::AffectedTriggers' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerBaseData, bResetUponCompletion) == 0x000001, "Member 'FDeviceTriggerBaseData::bResetUponCompletion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeviceTriggerFeedbackData \ +static_assert(alignof(FDeviceTriggerFeedbackData) == 0x000008, "Wrong alignment on FDeviceTriggerFeedbackData"); \ +static_assert(sizeof(FDeviceTriggerFeedbackData) == 0x000010, "Wrong size on FDeviceTriggerFeedbackData"); \ +static_assert(offsetof(FDeviceTriggerFeedbackData, FeedbackPositionCurve) == 0x000000, "Member 'FDeviceTriggerFeedbackData::FeedbackPositionCurve' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerFeedbackData, FeedbackStrenghCurve) == 0x000008, "Member 'FDeviceTriggerFeedbackData::FeedbackStrenghCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeviceTriggerTriggerResistanceData \ +static_assert(alignof(FDeviceTriggerTriggerResistanceData) == 0x000004, "Wrong alignment on FDeviceTriggerTriggerResistanceData"); \ +static_assert(sizeof(FDeviceTriggerTriggerResistanceData) == 0x000010, "Wrong size on FDeviceTriggerTriggerResistanceData"); \ +static_assert(offsetof(FDeviceTriggerTriggerResistanceData, StartPosition) == 0x000000, "Member 'FDeviceTriggerTriggerResistanceData::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerResistanceData, StartStrengh) == 0x000004, "Member 'FDeviceTriggerTriggerResistanceData::StartStrengh' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerResistanceData, EndPosition) == 0x000008, "Member 'FDeviceTriggerTriggerResistanceData::EndPosition' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerResistanceData, EndStrengh) == 0x00000C, "Member 'FDeviceTriggerTriggerResistanceData::EndStrengh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUserSceneTextureOverride \ +static_assert(alignof(FUserSceneTextureOverride) == 0x000004, "Wrong alignment on FUserSceneTextureOverride"); \ +static_assert(sizeof(FUserSceneTextureOverride) == 0x000010, "Wrong size on FUserSceneTextureOverride"); \ +static_assert(offsetof(FUserSceneTextureOverride, Key) == 0x000000, "Member 'FUserSceneTextureOverride::Key' has a wrong offset!"); \ +static_assert(offsetof(FUserSceneTextureOverride, Value) == 0x000008, "Member 'FUserSceneTextureOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeviceTriggerTriggerVibrationData \ +static_assert(alignof(FDeviceTriggerTriggerVibrationData) == 0x000008, "Wrong alignment on FDeviceTriggerTriggerVibrationData"); \ +static_assert(sizeof(FDeviceTriggerTriggerVibrationData) == 0x000018, "Wrong size on FDeviceTriggerTriggerVibrationData"); \ +static_assert(offsetof(FDeviceTriggerTriggerVibrationData, TriggerPositionCurve) == 0x000000, "Member 'FDeviceTriggerTriggerVibrationData::TriggerPositionCurve' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerVibrationData, VibrationFrequencyCurve) == 0x000008, "Member 'FDeviceTriggerTriggerVibrationData::VibrationFrequencyCurve' has a wrong offset!"); \ +static_assert(offsetof(FDeviceTriggerTriggerVibrationData, VibrationAmplitudeCurve) == 0x000010, "Member 'FDeviceTriggerTriggerVibrationData::VibrationAmplitudeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioBasedVibrationData \ +static_assert(alignof(FAudioBasedVibrationData) == 0x000008, "Wrong alignment on FAudioBasedVibrationData"); \ +static_assert(sizeof(FAudioBasedVibrationData) == 0x000008, "Wrong size on FAudioBasedVibrationData"); \ +static_assert(offsetof(FAudioBasedVibrationData, Sound) == 0x000000, "Member 'FAudioBasedVibrationData::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActivateDevicePropertyParams \ +static_assert(alignof(FActivateDevicePropertyParams) == 0x000004, "Wrong alignment on FActivateDevicePropertyParams"); \ +static_assert(sizeof(FActivateDevicePropertyParams) == 0x00000C, "Wrong size on FActivateDevicePropertyParams"); \ +static_assert(offsetof(FActivateDevicePropertyParams, UserId) == 0x000000, "Member 'FActivateDevicePropertyParams::UserId' has a wrong offset!"); \ +static_assert(offsetof(FActivateDevicePropertyParams, DeviceID) == 0x000004, "Member 'FActivateDevicePropertyParams::DeviceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000038, "Wrong size on FConvolutionBloomSettings"); \ +static_assert(offsetof(FConvolutionBloomSettings, Intensity) == 0x000000, "Member 'FConvolutionBloomSettings::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, Texture) == 0x000008, "Member 'FConvolutionBloomSettings::Texture' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, ScatterDispersion) == 0x000010, "Member 'FConvolutionBloomSettings::ScatterDispersion' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, Size) == 0x000014, "Member 'FConvolutionBloomSettings::Size' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, CenterUV) == 0x000018, "Member 'FConvolutionBloomSettings::CenterUV' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, PreFilterMin) == 0x000028, "Member 'FConvolutionBloomSettings::PreFilterMin' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, PreFilterMax) == 0x00002C, "Member 'FConvolutionBloomSettings::PreFilterMax' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, PreFilterMult) == 0x000030, "Member 'FConvolutionBloomSettings::PreFilterMult' has a wrong offset!"); \ +static_assert(offsetof(FConvolutionBloomSettings, BufferScale) == 0x000034, "Member 'FConvolutionBloomSettings::BufferScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLensBloomSettings \ +static_assert(alignof(FLensBloomSettings) == 0x000008, "Wrong alignment on FLensBloomSettings"); \ +static_assert(sizeof(FLensBloomSettings) == 0x0000C8, "Wrong size on FLensBloomSettings"); \ +static_assert(offsetof(FLensBloomSettings, Intensity) == 0x000000, "Member 'FLensBloomSettings::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FLensBloomSettings, GaussianSum) == 0x000004, "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) == 0x0000C0, "Member 'FLensBloomSettings::Method' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveDeviceProperty \ +static_assert(alignof(FActiveDeviceProperty) == 0x000008, "Wrong alignment on FActiveDeviceProperty"); \ +static_assert(sizeof(FActiveDeviceProperty) == 0x000020, "Wrong size on FActiveDeviceProperty"); \ +static_assert(offsetof(FActiveDeviceProperty, Property) == 0x000000, "Member 'FActiveDeviceProperty::Property' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_ConstantForce \ +static_assert(alignof(FRootMotionSource_ConstantForce) == 0x000010, "Wrong alignment on FRootMotionSource_ConstantForce"); \ +static_assert(sizeof(FRootMotionSource_ConstantForce) == 0x0000E0, "Wrong size on FRootMotionSource_ConstantForce"); \ +static_assert(offsetof(FRootMotionSource_ConstantForce, Force) == 0x0000C0, "Member 'FRootMotionSource_ConstantForce::Force' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_ConstantForce, StrengthOverTime) == 0x0000D8, "Member 'FRootMotionSource_ConstantForce::StrengthOverTime' 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_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_FRootMotionSource_RadialForce \ +static_assert(alignof(FRootMotionSource_RadialForce) == 0x000010, "Wrong alignment on FRootMotionSource_RadialForce"); \ +static_assert(sizeof(FRootMotionSource_RadialForce) == 0x000120, "Wrong size on FRootMotionSource_RadialForce"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Location) == 0x0000C0, "Member 'FRootMotionSource_RadialForce::Location' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, LocationActor) == 0x0000D8, "Member 'FRootMotionSource_RadialForce::LocationActor' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Radius) == 0x0000E0, "Member 'FRootMotionSource_RadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, Strength) == 0x0000E4, "Member 'FRootMotionSource_RadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bIsPush) == 0x0000E8, "Member 'FRootMotionSource_RadialForce::bIsPush' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bNoZForce) == 0x0000E9, "Member 'FRootMotionSource_RadialForce::bNoZForce' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, StrengthDistanceFalloff) == 0x0000F0, "Member 'FRootMotionSource_RadialForce::StrengthDistanceFalloff' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, StrengthOverTime) == 0x0000F8, "Member 'FRootMotionSource_RadialForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, bUseFixedWorldDirection) == 0x000100, "Member 'FRootMotionSource_RadialForce::bUseFixedWorldDirection' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_RadialForce, FixedWorldDirection) == 0x000108, "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) == 0x000120, "Wrong size on FRootMotionSource_MoveToDynamicForce"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, StartLocation) == 0x0000C0, "Member 'FRootMotionSource_MoveToDynamicForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, InitialTargetLocation) == 0x0000D8, "Member 'FRootMotionSource_MoveToDynamicForce::InitialTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TargetLocation) == 0x0000F0, "Member 'FRootMotionSource_MoveToDynamicForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, bRestrictSpeedToExpected) == 0x000108, "Member 'FRootMotionSource_MoveToDynamicForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, PathOffsetCurve) == 0x000110, "Member 'FRootMotionSource_MoveToDynamicForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TimeMappingCurve) == 0x000118, "Member 'FRootMotionSource_MoveToDynamicForce::TimeMappingCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODISMComponentDesc \ +static_assert(alignof(FHLODISMComponentDesc) == 0x000008, "Wrong alignment on FHLODISMComponentDesc"); \ +static_assert(sizeof(FHLODISMComponentDesc) == 0x000030, "Wrong size on FHLODISMComponentDesc"); \ +static_assert(offsetof(FHLODISMComponentDesc, StaticMesh) == 0x000000, "Member 'FHLODISMComponentDesc::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FHLODISMComponentDesc, Material) == 0x000008, "Member 'FHLODISMComponentDesc::Material' has a wrong offset!"); \ +static_assert(offsetof(FHLODISMComponentDesc, Instances) == 0x000010, "Member 'FHLODISMComponentDesc::Instances' has a wrong offset!"); \ +static_assert(offsetof(FHLODISMComponentDesc, InstancesCustomPrimitiveData) == 0x000020, "Member 'FHLODISMComponentDesc::InstancesCustomPrimitiveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FISMComponentData \ +static_assert(alignof(FISMComponentData) == 0x000001, "Wrong alignment on FISMComponentData"); \ +static_assert(sizeof(FISMComponentData) == 0x000001, "Wrong size on FISMComponentData"); \ + +#define DUMPER7_ASSERTS_FProceduralISMComponentDescriptor \ +static_assert(alignof(FProceduralISMComponentDescriptor) == 0x000008, "Wrong alignment on FProceduralISMComponentDescriptor"); \ +static_assert(sizeof(FProceduralISMComponentDescriptor) == 0x0000D0, "Wrong size on FProceduralISMComponentDescriptor"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, Hash) == 0x000008, "Member 'FProceduralISMComponentDescriptor::Hash' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, StaticMesh) == 0x000010, "Member 'FProceduralISMComponentDescriptor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, OverrideMaterials) == 0x000038, "Member 'FProceduralISMComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, OverlayMaterial) == 0x000048, "Member 'FProceduralISMComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, RuntimeVirtualTextures) == 0x000050, "Member 'FProceduralISMComponentDescriptor::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, NumInstances) == 0x000060, "Member 'FProceduralISMComponentDescriptor::NumInstances' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, NumCustomFloats) == 0x000064, "Member 'FProceduralISMComponentDescriptor::NumCustomFloats' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, WorldBounds) == 0x000068, "Member 'FProceduralISMComponentDescriptor::WorldBounds' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, InstanceMinDrawDistance) == 0x0000A0, "Member 'FProceduralISMComponentDescriptor::InstanceMinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, InstanceStartCullDistance) == 0x0000A4, "Member 'FProceduralISMComponentDescriptor::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, InstanceEndCullDistance) == 0x0000A8, "Member 'FProceduralISMComponentDescriptor::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, Mobility) == 0x0000AC, "Member 'FProceduralISMComponentDescriptor::Mobility' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, VirtualTextureRenderPassType) == 0x0000AD, "Member 'FProceduralISMComponentDescriptor::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, LightingChannels) == 0x0000AE, "Member 'FProceduralISMComponentDescriptor::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, CustomDepthStencilWriteMask) == 0x0000AF, "Member 'FProceduralISMComponentDescriptor::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, VirtualTextureCullMips) == 0x0000B0, "Member 'FProceduralISMComponentDescriptor::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, TranslucencySortPriority) == 0x0000B4, "Member 'FProceduralISMComponentDescriptor::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, CustomDepthStencilValue) == 0x0000B8, "Member 'FProceduralISMComponentDescriptor::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, RayTracingGroupId) == 0x0000BC, "Member 'FProceduralISMComponentDescriptor::RayTracingGroupId' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, RayTracingGroupCullingPriority) == 0x0000C0, "Member 'FProceduralISMComponentDescriptor::RayTracingGroupCullingPriority' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, WorldPositionOffsetDisableDistance) == 0x0000C4, "Member 'FProceduralISMComponentDescriptor::WorldPositionOffsetDisableDistance' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, ShadowCacheInvalidationBehavior) == 0x0000C8, "Member 'FProceduralISMComponentDescriptor::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ +static_assert(offsetof(FProceduralISMComponentDescriptor, DetailMode) == 0x0000C9, "Member 'FProceduralISMComponentDescriptor::DetailMode' 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_FLatentActionManager \ +static_assert(alignof(FLatentActionManager) == 0x000008, "Wrong alignment on FLatentActionManager"); \ +static_assert(sizeof(FLatentActionManager) == 0x000060, "Wrong size on FLatentActionManager"); \ + +#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) == 0x000008, "Wrong alignment on FLevelSimplificationDetails"); \ +static_assert(sizeof(FLevelSimplificationDetails) == 0x000158, "Wrong size on FLevelSimplificationDetails"); \ +static_assert(offsetof(FLevelSimplificationDetails, bCreatePackagePerAsset) == 0x000000, "Member 'FLevelSimplificationDetails::bCreatePackagePerAsset' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, DetailsPercentage) == 0x000004, "Member 'FLevelSimplificationDetails::DetailsPercentage' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, StaticMeshMaterialSettings) == 0x000008, "Member 'FLevelSimplificationDetails::StaticMeshMaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bOverrideLandscapeExportLOD) == 0x0000A8, "Member 'FLevelSimplificationDetails::bOverrideLandscapeExportLOD' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, LandscapeExportLOD) == 0x0000AC, "Member 'FLevelSimplificationDetails::LandscapeExportLOD' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, LandscapeMaterialSettings) == 0x0000B0, "Member 'FLevelSimplificationDetails::LandscapeMaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bBakeFoliageToLandscape) == 0x000150, "Member 'FLevelSimplificationDetails::bBakeFoliageToLandscape' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bBakeGrassToLandscape) == 0x000151, "Member 'FLevelSimplificationDetails::bBakeGrassToLandscape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialCachedExpressionEditorOnlyData \ +static_assert(alignof(FMaterialCachedExpressionEditorOnlyData) == 0x000008, "Wrong alignment on FMaterialCachedExpressionEditorOnlyData"); \ +static_assert(sizeof(FMaterialCachedExpressionEditorOnlyData) == 0x0002F0, "Wrong size on FMaterialCachedExpressionEditorOnlyData"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, EditorOnlyEntries) == 0x000000, "Member 'FMaterialCachedExpressionEditorOnlyData::EditorOnlyEntries' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, EditorEntries) == 0x000050, "Member 'FMaterialCachedExpressionEditorOnlyData::EditorEntries' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, StaticSwitchValues) == 0x000100, "Member 'FMaterialCachedExpressionEditorOnlyData::StaticSwitchValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, StaticComponentMaskValues) == 0x000110, "Member 'FMaterialCachedExpressionEditorOnlyData::StaticComponentMaskValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, ScalarMinMaxValues) == 0x000120, "Member 'FMaterialCachedExpressionEditorOnlyData::ScalarMinMaxValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, ScalarEnumerationValues) == 0x000130, "Member 'FMaterialCachedExpressionEditorOnlyData::ScalarEnumerationValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, ScalarEnumerationIndexValues) == 0x000140, "Member 'FMaterialCachedExpressionEditorOnlyData::ScalarEnumerationIndexValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, ScalarCurveValues) == 0x000150, "Member 'FMaterialCachedExpressionEditorOnlyData::ScalarCurveValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, ScalarCurveAtlasValues) == 0x000160, "Member 'FMaterialCachedExpressionEditorOnlyData::ScalarCurveAtlasValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, VectorChannelNameValues) == 0x000170, "Member 'FMaterialCachedExpressionEditorOnlyData::VectorChannelNameValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, VectorUsedAsChannelMaskValues) == 0x000180, "Member 'FMaterialCachedExpressionEditorOnlyData::VectorUsedAsChannelMaskValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, VectorPreviewAsLinearValues) == 0x000190, "Member 'FMaterialCachedExpressionEditorOnlyData::VectorPreviewAsLinearValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, TextureChannelNameValues) == 0x0001A0, "Member 'FMaterialCachedExpressionEditorOnlyData::TextureChannelNameValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, MaterialLayers) == 0x0001B0, "Member 'FMaterialCachedExpressionEditorOnlyData::MaterialLayers' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, AssetPaths) == 0x000220, "Member 'FMaterialCachedExpressionEditorOnlyData::AssetPaths' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, LandscapeLayerNames) == 0x000230, "Member 'FMaterialCachedExpressionEditorOnlyData::LandscapeLayerNames' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, ExpressionIncludeFilePaths) == 0x000240, "Member 'FMaterialCachedExpressionEditorOnlyData::ExpressionIncludeFilePaths' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, UserSceneTextureInputs) == 0x000290, "Member 'FMaterialCachedExpressionEditorOnlyData::UserSceneTextureInputs' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionEditorOnlyData, ShaderTags) == 0x0002E0, "Member 'FMaterialCachedExpressionEditorOnlyData::ShaderTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialExternalCodeDeclaration \ +static_assert(alignof(FMaterialExternalCodeDeclaration) == 0x000008, "Wrong alignment on FMaterialExternalCodeDeclaration"); \ +static_assert(sizeof(FMaterialExternalCodeDeclaration) == 0x000078, "Wrong size on FMaterialExternalCodeDeclaration"); \ +static_assert(offsetof(FMaterialExternalCodeDeclaration, ReturnType) == 0x000008, "Member 'FMaterialExternalCodeDeclaration::ReturnType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExternalCodeDeclaration, Name) == 0x000010, "Member 'FMaterialExternalCodeDeclaration::Name' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExternalCodeDeclaration, Definition) == 0x000018, "Member 'FMaterialExternalCodeDeclaration::Definition' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExternalCodeDeclaration, DefinitionDDX) == 0x000028, "Member 'FMaterialExternalCodeDeclaration::DefinitionDDX' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExternalCodeDeclaration, DefinitionDDY) == 0x000038, "Member 'FMaterialExternalCodeDeclaration::DefinitionDDY' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExternalCodeDeclaration, Derivative) == 0x000048, "Member 'FMaterialExternalCodeDeclaration::Derivative' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExternalCodeDeclaration, ShaderFrequency) == 0x000049, "Member 'FMaterialExternalCodeDeclaration::ShaderFrequency' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExternalCodeDeclaration, Domains) == 0x000050, "Member 'FMaterialExternalCodeDeclaration::Domains' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExternalCodeDeclaration, EnvironmentDefines) == 0x000060, "Member 'FMaterialExternalCodeDeclaration::EnvironmentDefines' has a wrong offset!"); \ +static_assert(offsetof(FMaterialExternalCodeDeclaration, MinimumFeatureLevel) == 0x000070, "Member 'FMaterialExternalCodeDeclaration::MinimumFeatureLevel' 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_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_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_FRuntimeVirtualTextureParameterValue \ +static_assert(alignof(FRuntimeVirtualTextureParameterValue) == 0x000008, "Wrong alignment on FRuntimeVirtualTextureParameterValue"); \ +static_assert(sizeof(FRuntimeVirtualTextureParameterValue) == 0x000028, "Wrong size on FRuntimeVirtualTextureParameterValue"); \ +static_assert(offsetof(FRuntimeVirtualTextureParameterValue, ParameterInfo) == 0x000000, "Member 'FRuntimeVirtualTextureParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeVirtualTextureParameterValue, ParameterValue) == 0x000010, "Member 'FRuntimeVirtualTextureParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeVirtualTextureParameterValue, ExpressionGUID) == 0x000018, "Member 'FRuntimeVirtualTextureParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSparseVolumeTextureParameterValue \ +static_assert(alignof(FSparseVolumeTextureParameterValue) == 0x000008, "Wrong alignment on FSparseVolumeTextureParameterValue"); \ +static_assert(sizeof(FSparseVolumeTextureParameterValue) == 0x000028, "Wrong size on FSparseVolumeTextureParameterValue"); \ +static_assert(offsetof(FSparseVolumeTextureParameterValue, ParameterInfo) == 0x000000, "Member 'FSparseVolumeTextureParameterValue::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FSparseVolumeTextureParameterValue, ParameterValue) == 0x000010, "Member 'FSparseVolumeTextureParameterValue::ParameterValue' has a wrong offset!"); \ +static_assert(offsetof(FSparseVolumeTextureParameterValue, ExpressionGUID) == 0x000018, "Member 'FSparseVolumeTextureParameterValue::ExpressionGUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FTextureSamplingInfo \ +static_assert(alignof(FTextureSamplingInfo) == 0x000008, "Wrong alignment on FTextureSamplingInfo"); \ +static_assert(sizeof(FTextureSamplingInfo) == 0x000020, "Wrong size on FTextureSamplingInfo"); \ +static_assert(offsetof(FTextureSamplingInfo, Texture) == 0x000008, "Member 'FTextureSamplingInfo::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialCachedTexturesSamplingInfo \ +static_assert(alignof(FMaterialCachedTexturesSamplingInfo) == 0x000008, "Wrong alignment on FMaterialCachedTexturesSamplingInfo"); \ +static_assert(sizeof(FMaterialCachedTexturesSamplingInfo) == 0x000010, "Wrong size on FMaterialCachedTexturesSamplingInfo"); \ +static_assert(offsetof(FMaterialCachedTexturesSamplingInfo, TextureSamplingInfos) == 0x000000, "Member 'FMaterialCachedTexturesSamplingInfo::TextureSamplingInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialOverrideNanite \ +static_assert(alignof(FMaterialOverrideNanite) == 0x000008, "Wrong alignment on FMaterialOverrideNanite"); \ +static_assert(sizeof(FMaterialOverrideNanite) == 0x000038, "Wrong size on FMaterialOverrideNanite"); \ +static_assert(offsetof(FMaterialOverrideNanite, bEnableOverride) == 0x000000, "Member 'FMaterialOverrideNanite::bEnableOverride' has a wrong offset!"); \ +static_assert(offsetof(FMaterialOverrideNanite, OverrideMaterial) == 0x000008, "Member 'FMaterialOverrideNanite::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(FMaterialOverrideNanite, OverrideMaterialRef) == 0x000010, "Member 'FMaterialOverrideNanite::OverrideMaterialRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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) == 0x00002C, "Wrong size on FMeshReductionSettings"); \ +static_assert(offsetof(FMeshReductionSettings, PercentTriangles) == 0x000000, "Member 'FMeshReductionSettings::PercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, MaxNumOfTriangles) == 0x000004, "Member 'FMeshReductionSettings::MaxNumOfTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, PercentVertices) == 0x000008, "Member 'FMeshReductionSettings::PercentVertices' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, MaxNumOfVerts) == 0x00000C, "Member 'FMeshReductionSettings::MaxNumOfVerts' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, MaxDeviation) == 0x000010, "Member 'FMeshReductionSettings::MaxDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, PixelError) == 0x000014, "Member 'FMeshReductionSettings::PixelError' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, WeldingThreshold) == 0x000018, "Member 'FMeshReductionSettings::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, HardAngleThreshold) == 0x00001C, "Member 'FMeshReductionSettings::HardAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, BaseLODModel) == 0x000020, "Member 'FMeshReductionSettings::BaseLODModel' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, SilhouetteImportance) == 0x000024, "Member 'FMeshReductionSettings::SilhouetteImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, TextureImportance) == 0x000025, "Member 'FMeshReductionSettings::TextureImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, ShadingImportance) == 0x000026, "Member 'FMeshReductionSettings::ShadingImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, TerminationCriterion) == 0x000028, "Member 'FMeshReductionSettings::TerminationCriterion' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, VisibilityAggressiveness) == 0x000029, "Member 'FMeshReductionSettings::VisibilityAggressiveness' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, VertexColorImportance) == 0x00002A, "Member 'FMeshReductionSettings::VertexColorImportance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBspSurf \ +static_assert(alignof(FBspSurf) == 0x000010, "Wrong alignment on FBspSurf"); \ +static_assert(sizeof(FBspSurf) == 0x000050, "Wrong size on FBspSurf"); \ +static_assert(offsetof(FBspSurf, Material) == 0x000000, "Member 'FBspSurf::Material' has a wrong offset!"); \ +static_assert(offsetof(FBspSurf, Actor) == 0x000020, "Member 'FBspSurf::Actor' 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_FBandwidthTestGenerator \ +static_assert(alignof(FBandwidthTestGenerator) == 0x000008, "Wrong alignment on FBandwidthTestGenerator"); \ +static_assert(sizeof(FBandwidthTestGenerator) == 0x000020, "Wrong size on FBandwidthTestGenerator"); \ +static_assert(offsetof(FBandwidthTestGenerator, ReplicatedBuffers) == 0x000000, "Member 'FBandwidthTestGenerator::ReplicatedBuffers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkMetricConfig \ +static_assert(alignof(FNetworkMetricConfig) == 0x000008, "Wrong alignment on FNetworkMetricConfig"); \ +static_assert(sizeof(FNetworkMetricConfig) == 0x000048, "Wrong size on FNetworkMetricConfig"); \ +static_assert(offsetof(FNetworkMetricConfig, MetricName) == 0x000000, "Member 'FNetworkMetricConfig::MetricName' has a wrong offset!"); \ +static_assert(offsetof(FNetworkMetricConfig, Mutator) == 0x000008, "Member 'FNetworkMetricConfig::Mutator' has a wrong offset!"); \ +static_assert(offsetof(FNetworkMetricConfig, Class) == 0x000018, "Member 'FNetworkMetricConfig::Class' has a wrong offset!"); \ +static_assert(offsetof(FNetworkMetricConfig, EnableMode) == 0x000040, "Member 'FNetworkMetricConfig::EnableMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkMetricsMutatorMin \ +static_assert(alignof(FNetworkMetricsMutatorMin) == 0x000008, "Wrong alignment on FNetworkMetricsMutatorMin"); \ +static_assert(sizeof(FNetworkMetricsMutatorMin) == 0x000030, "Wrong size on FNetworkMetricsMutatorMin"); \ +static_assert(offsetof(FNetworkMetricsMutatorMin, MetricName) == 0x000020, "Member 'FNetworkMetricsMutatorMin::MetricName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkMetricsMutatorMax \ +static_assert(alignof(FNetworkMetricsMutatorMax) == 0x000008, "Wrong alignment on FNetworkMetricsMutatorMax"); \ +static_assert(sizeof(FNetworkMetricsMutatorMax) == 0x000030, "Wrong size on FNetworkMetricsMutatorMax"); \ +static_assert(offsetof(FNetworkMetricsMutatorMax, MetricName) == 0x000020, "Member 'FNetworkMetricsMutatorMax::MetricName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkMetricsMutatorOutPacketLoss \ +static_assert(alignof(FNetworkMetricsMutatorOutPacketLoss) == 0x000008, "Wrong alignment on FNetworkMetricsMutatorOutPacketLoss"); \ +static_assert(sizeof(FNetworkMetricsMutatorOutPacketLoss) == 0x000068, "Wrong size on FNetworkMetricsMutatorOutPacketLoss"); \ + +#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_FFXSystemSpawnParameters \ +static_assert(alignof(FFXSystemSpawnParameters) == 0x000008, "Wrong alignment on FFXSystemSpawnParameters"); \ +static_assert(sizeof(FFXSystemSpawnParameters) == 0x000070, "Wrong size on FFXSystemSpawnParameters"); \ +static_assert(offsetof(FFXSystemSpawnParameters, WorldContextObject) == 0x000000, "Member 'FFXSystemSpawnParameters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, SystemTemplate) == 0x000008, "Member 'FFXSystemSpawnParameters::SystemTemplate' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, Location) == 0x000010, "Member 'FFXSystemSpawnParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, Rotation) == 0x000028, "Member 'FFXSystemSpawnParameters::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, Scale) == 0x000040, "Member 'FFXSystemSpawnParameters::Scale' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, AttachToComponent) == 0x000058, "Member 'FFXSystemSpawnParameters::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, AttachPointName) == 0x000060, "Member 'FFXSystemSpawnParameters::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, LocationType) == 0x000068, "Member 'FFXSystemSpawnParameters::LocationType' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, bAutoDestroy) == 0x000069, "Member 'FFXSystemSpawnParameters::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, bAutoActivate) == 0x00006A, "Member 'FFXSystemSpawnParameters::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, PoolingMethod) == 0x00006B, "Member 'FFXSystemSpawnParameters::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, bPreCullCheck) == 0x00006C, "Member 'FFXSystemSpawnParameters::bPreCullCheck' has a wrong offset!"); \ +static_assert(offsetof(FFXSystemSpawnParameters, bIsPlayerEffect) == 0x00006D, "Member 'FFXSystemSpawnParameters::bIsPlayerEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPSCPoolElem \ +static_assert(alignof(FPSCPoolElem) == 0x000008, "Wrong alignment on FPSCPoolElem"); \ +static_assert(sizeof(FPSCPoolElem) == 0x000010, "Wrong size on FPSCPoolElem"); \ +static_assert(offsetof(FPSCPoolElem, PSC) == 0x000000, "Member 'FPSCPoolElem::PSC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPSCPool \ +static_assert(alignof(FPSCPool) == 0x000008, "Wrong alignment on FPSCPool"); \ +static_assert(sizeof(FPSCPool) == 0x000010, "Wrong size on FPSCPool"); \ +static_assert(offsetof(FPSCPool, FreeElements) == 0x000000, "Member 'FPSCPool::FreeElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPSCPool \ +static_assert(alignof(FWorldPSCPool) == 0x000008, "Wrong alignment on FWorldPSCPool"); \ +static_assert(sizeof(FWorldPSCPool) == 0x000058, "Wrong size on FWorldPSCPool"); \ +static_assert(offsetof(FWorldPSCPool, WorldParticleSystemPools) == 0x000000, "Member 'FWorldPSCPool::WorldParticleSystemPools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterUnionReplicatedData \ +static_assert(alignof(FClusterUnionReplicatedData) == 0x000001, "Wrong alignment on FClusterUnionReplicatedData"); \ +static_assert(sizeof(FClusterUnionReplicatedData) == 0x000002, "Wrong size on FClusterUnionReplicatedData"); \ +static_assert(offsetof(FClusterUnionReplicatedData, ObjectState) == 0x000000, "Member 'FClusterUnionReplicatedData::ObjectState' has a wrong offset!"); \ +static_assert(offsetof(FClusterUnionReplicatedData, bIsAnchored) == 0x000001, "Member 'FClusterUnionReplicatedData::bIsAnchored' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintInstance \ +static_assert(alignof(FConstraintInstance) == 0x000008, "Wrong alignment on FConstraintInstance"); \ +static_assert(sizeof(FConstraintInstance) == 0x000288, "Wrong size on FConstraintInstance"); \ +static_assert(offsetof(FConstraintInstance, JointName) == 0x000048, "Member 'FConstraintInstance::JointName' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ConstraintBone1) == 0x000050, "Member 'FConstraintInstance::ConstraintBone1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ConstraintBone2) == 0x000058, "Member 'FConstraintInstance::ConstraintBone2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, Pos1) == 0x000068, "Member 'FConstraintInstance::Pos1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, PriAxis1) == 0x000080, "Member 'FConstraintInstance::PriAxis1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, SecAxis1) == 0x000098, "Member 'FConstraintInstance::SecAxis1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, Pos2) == 0x0000B0, "Member 'FConstraintInstance::Pos2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, PriAxis2) == 0x0000C8, "Member 'FConstraintInstance::PriAxis2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, SecAxis2) == 0x0000E0, "Member 'FConstraintInstance::SecAxis2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, AngularRotationOffset) == 0x0000F8, "Member 'FConstraintInstance::AngularRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ProfileInstance) == 0x000118, "Member 'FConstraintInstance::ProfileInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsRewindDataInputProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataInputProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataInputProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataInputProxy) == 0x000018, "Wrong size on FNetworkPhysicsRewindDataInputProxy"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsRewindDataStateProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataStateProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataStateProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataStateProxy) == 0x000018, "Wrong size on FNetworkPhysicsRewindDataStateProxy"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsRewindDataImportantInputProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataImportantInputProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataImportantInputProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataImportantInputProxy) == 0x000018, "Wrong size on FNetworkPhysicsRewindDataImportantInputProxy"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsRewindDataImportantStateProxy \ +static_assert(alignof(FNetworkPhysicsRewindDataImportantStateProxy) == 0x000008, "Wrong alignment on FNetworkPhysicsRewindDataImportantStateProxy"); \ +static_assert(sizeof(FNetworkPhysicsRewindDataImportantStateProxy) == 0x000018, "Wrong size on FNetworkPhysicsRewindDataImportantStateProxy"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsDataCollection \ +static_assert(alignof(FNetworkPhysicsDataCollection) == 0x000008, "Wrong alignment on FNetworkPhysicsDataCollection"); \ +static_assert(sizeof(FNetworkPhysicsDataCollection) == 0x000010, "Wrong size on FNetworkPhysicsDataCollection"); \ +static_assert(offsetof(FNetworkPhysicsDataCollection, DataArray) == 0x000000, "Member 'FNetworkPhysicsDataCollection::DataArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsSettings \ +static_assert(alignof(FNetworkPhysicsSettings) == 0x000004, "Wrong alignment on FNetworkPhysicsSettings"); \ +static_assert(sizeof(FNetworkPhysicsSettings) == 0x000008, "Wrong size on FNetworkPhysicsSettings"); \ +static_assert(offsetof(FNetworkPhysicsSettings, bOverrideSimProxyRepMode) == 0x000000, "Member 'FNetworkPhysicsSettings::bOverrideSimProxyRepMode' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettings, SimProxyRepMode) == 0x000001, "Member 'FNetworkPhysicsSettings::SimProxyRepMode' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettings, bFocalParticleInPhysicsReplicationLOD) == 0x000002, "Member 'FNetworkPhysicsSettings::bFocalParticleInPhysicsReplicationLOD' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettings, EventSchedulingMinDelaySeconds) == 0x000004, "Member 'FNetworkPhysicsSettings::EventSchedulingMinDelaySeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsSettingsDefaultReplication \ +static_assert(alignof(FNetworkPhysicsSettingsDefaultReplication) == 0x000004, "Wrong alignment on FNetworkPhysicsSettingsDefaultReplication"); \ +static_assert(sizeof(FNetworkPhysicsSettingsDefaultReplication) == 0x00000C, "Wrong size on FNetworkPhysicsSettingsDefaultReplication"); \ +static_assert(offsetof(FNetworkPhysicsSettingsDefaultReplication, MaxLinearHardSnapDistance) == 0x000004, "Member 'FNetworkPhysicsSettingsDefaultReplication::MaxLinearHardSnapDistance' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsDefaultReplication, bHardsnapInPhysicsThread) == 0x000008, "Member 'FNetworkPhysicsSettingsDefaultReplication::bHardsnapInPhysicsThread' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsDefaultReplication, bCorrectConnectedBodies) == 0x000009, "Member 'FNetworkPhysicsSettingsDefaultReplication::bCorrectConnectedBodies' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsDefaultReplication, bCorrectConnectedBodiesFriction) == 0x00000A, "Member 'FNetworkPhysicsSettingsDefaultReplication::bCorrectConnectedBodiesFriction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkPhysicsSettingsData \ +static_assert(alignof(FNetworkPhysicsSettingsData) == 0x000008, "Wrong alignment on FNetworkPhysicsSettingsData"); \ +static_assert(sizeof(FNetworkPhysicsSettingsData) == 0x000148, "Wrong size on FNetworkPhysicsSettingsData"); \ +static_assert(offsetof(FNetworkPhysicsSettingsData, GeneralSettings) == 0x000000, "Member 'FNetworkPhysicsSettingsData::GeneralSettings' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsData, DefaultReplicationSettings) == 0x000008, "Member 'FNetworkPhysicsSettingsData::DefaultReplicationSettings' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsData, PredictiveInterpolationSettings) == 0x000014, "Member 'FNetworkPhysicsSettingsData::PredictiveInterpolationSettings' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsData, ResimulationSettings) == 0x000048, "Member 'FNetworkPhysicsSettingsData::ResimulationSettings' has a wrong offset!"); \ +static_assert(offsetof(FNetworkPhysicsSettingsData, NetworkPhysicsComponentSettings) == 0x0000A0, "Member 'FNetworkPhysicsSettingsData::NetworkPhysicsComponentSettings' 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_FPhysicsConstraintProfileHandle \ +static_assert(alignof(FPhysicsConstraintProfileHandle) == 0x000008, "Wrong alignment on FPhysicsConstraintProfileHandle"); \ +static_assert(sizeof(FPhysicsConstraintProfileHandle) == 0x000168, "Wrong size on FPhysicsConstraintProfileHandle"); \ +static_assert(offsetof(FPhysicsConstraintProfileHandle, ProfileProperties) == 0x000000, "Member 'FPhysicsConstraintProfileHandle::ProfileProperties' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsConstraintProfileHandle, ProfileName) == 0x000160, "Member 'FPhysicsConstraintProfileHandle::ProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosPhysicsSettings \ +static_assert(alignof(FChaosPhysicsSettings) == 0x000001, "Wrong alignment on FChaosPhysicsSettings"); \ +static_assert(sizeof(FChaosPhysicsSettings) == 0x000003, "Wrong size on FChaosPhysicsSettings"); \ +static_assert(offsetof(FChaosPhysicsSettings, DefaultThreadingModel) == 0x000000, "Member 'FChaosPhysicsSettings::DefaultThreadingModel' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsSettings, DedicatedThreadTickMode) == 0x000001, "Member 'FChaosPhysicsSettings::DedicatedThreadTickMode' has a wrong offset!"); \ +static_assert(offsetof(FChaosPhysicsSettings, DedicatedThreadBufferMode) == 0x000002, "Member 'FChaosPhysicsSettings::DedicatedThreadBufferMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsReplicationResimulationSettings \ +static_assert(alignof(FPhysicsReplicationResimulationSettings) == 0x000004, "Wrong alignment on FPhysicsReplicationResimulationSettings"); \ +static_assert(sizeof(FPhysicsReplicationResimulationSettings) == 0x000020, "Wrong size on FPhysicsReplicationResimulationSettings"); \ +static_assert(offsetof(FPhysicsReplicationResimulationSettings, bEnableResimulationErrorPositionThreshold) == 0x000000, "Member 'FPhysicsReplicationResimulationSettings::bEnableResimulationErrorPositionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsReplicationResimulationSettings, ResimulationErrorPositionThreshold) == 0x000004, "Member 'FPhysicsReplicationResimulationSettings::ResimulationErrorPositionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsReplicationResimulationSettings, bEnableResimulationErrorRotationThreshold) == 0x000008, "Member 'FPhysicsReplicationResimulationSettings::bEnableResimulationErrorRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsReplicationResimulationSettings, ResimulationErrorRotationThreshold) == 0x00000C, "Member 'FPhysicsReplicationResimulationSettings::ResimulationErrorRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsReplicationResimulationSettings, bEnableResimulationErrorLinearVelocityThreshold) == 0x000010, "Member 'FPhysicsReplicationResimulationSettings::bEnableResimulationErrorLinearVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsReplicationResimulationSettings, ResimulationErrorLinearVelocityThreshold) == 0x000014, "Member 'FPhysicsReplicationResimulationSettings::ResimulationErrorLinearVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsReplicationResimulationSettings, bEnableResimulationErrorAngularVelocityThreshold) == 0x000018, "Member 'FPhysicsReplicationResimulationSettings::bEnableResimulationErrorAngularVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsReplicationResimulationSettings, ResimulationErrorAngularVelocityThreshold) == 0x00001C, "Member 'FPhysicsReplicationResimulationSettings::ResimulationErrorAngularVelocityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsReplicationLODSettings \ +static_assert(alignof(FPhysicsReplicationLODSettings) == 0x000004, "Wrong alignment on FPhysicsReplicationLODSettings"); \ +static_assert(sizeof(FPhysicsReplicationLODSettings) == 0x000018, "Wrong size on FPhysicsReplicationLODSettings"); \ +static_assert(offsetof(FPhysicsReplicationLODSettings, bEnablePhysicsReplicationLOD) == 0x000000, "Member 'FPhysicsReplicationLODSettings::bEnablePhysicsReplicationLOD' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsReplicationLODSettings, MinimumBaseDistance) == 0x000004, "Member 'FPhysicsReplicationLODSettings::MinimumBaseDistance' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsReplicationLODSettings, BaseDistanceRadiusMultiplier) == 0x000008, "Member 'FPhysicsReplicationLODSettings::BaseDistanceRadiusMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsReplicationLODSettings, BaseDistancesForResimulationMode) == 0x00000C, "Member 'FPhysicsReplicationLODSettings::BaseDistancesForResimulationMode' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsReplicationLODSettings, BaseDistancesForFullPrediction) == 0x000010, "Member 'FPhysicsReplicationLODSettings::BaseDistancesForFullPrediction' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsReplicationLODSettings, TimeOverDistance) == 0x000014, "Member 'FPhysicsReplicationLODSettings::TimeOverDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsPredictionSettings \ +static_assert(alignof(FPhysicsPredictionSettings) == 0x000004, "Wrong alignment on FPhysicsPredictionSettings"); \ +static_assert(sizeof(FPhysicsPredictionSettings) == 0x000048, "Wrong size on FPhysicsPredictionSettings"); \ +static_assert(offsetof(FPhysicsPredictionSettings, bEnablePhysicsResimulation) == 0x000000, "Member 'FPhysicsPredictionSettings::bEnablePhysicsResimulation' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsPredictionSettings, ResimulationErrorThreshold) == 0x000004, "Member 'FPhysicsPredictionSettings::ResimulationErrorThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsPredictionSettings, bEnablePhysicsPrediction) == 0x000008, "Member 'FPhysicsPredictionSettings::bEnablePhysicsPrediction' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsPredictionSettings, bEnablePhysicsHistoryCapture) == 0x000009, "Member 'FPhysicsPredictionSettings::bEnablePhysicsHistoryCapture' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsPredictionSettings, MaxSupportedLatencyPrediction) == 0x00000C, "Member 'FPhysicsPredictionSettings::MaxSupportedLatencyPrediction' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsPredictionSettings, ResimulationSettings) == 0x000010, "Member 'FPhysicsPredictionSettings::ResimulationSettings' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsPredictionSettings, PhysicsReplicationLODSettings) == 0x000030, "Member 'FPhysicsPredictionSettings::PhysicsReplicationLODSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraCacheEntry \ +static_assert(alignof(FCameraCacheEntry) == 0x000010, "Wrong alignment on FCameraCacheEntry"); \ +static_assert(sizeof(FCameraCacheEntry) == 0x0008E0, "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) == 0x0008F0, "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) == 0x0008E0, "Member 'FTViewTarget::PlayerState' 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_FSpecularProfileStruct \ +static_assert(alignof(FSpecularProfileStruct) == 0x000008, "Wrong alignment on FSpecularProfileStruct"); \ +static_assert(sizeof(FSpecularProfileStruct) == 0x000420, "Wrong size on FSpecularProfileStruct"); \ +static_assert(offsetof(FSpecularProfileStruct, Format) == 0x000000, "Member 'FSpecularProfileStruct::Format' has a wrong offset!"); \ +static_assert(offsetof(FSpecularProfileStruct, ViewColor) == 0x000008, "Member 'FSpecularProfileStruct::ViewColor' has a wrong offset!"); \ +static_assert(offsetof(FSpecularProfileStruct, LightColor) == 0x000210, "Member 'FSpecularProfileStruct::LightColor' has a wrong offset!"); \ +static_assert(offsetof(FSpecularProfileStruct, Texture) == 0x000418, "Member 'FSpecularProfileStruct::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRepMovementNetSerializerConfig \ +static_assert(alignof(FRepMovementNetSerializerConfig) == 0x000008, "Wrong alignment on FRepMovementNetSerializerConfig"); \ +static_assert(sizeof(FRepMovementNetSerializerConfig) == 0x000010, "Wrong size on FRepMovementNetSerializerConfig"); \ + +#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_FLensSettings \ +static_assert(alignof(FLensSettings) == 0x000008, "Wrong alignment on FLensSettings"); \ +static_assert(sizeof(FLensSettings) == 0x0000F0, "Wrong size on FLensSettings"); \ +static_assert(offsetof(FLensSettings, Bloom) == 0x000000, "Member 'FLensSettings::Bloom' has a wrong offset!"); \ +static_assert(offsetof(FLensSettings, Imperfections) == 0x0000C8, "Member 'FLensSettings::Imperfections' has a wrong offset!"); \ +static_assert(offsetof(FLensSettings, ChromaticAberration) == 0x0000E8, "Member 'FLensSettings::ChromaticAberration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderCompilerCounters \ +static_assert(alignof(FShaderCompilerCounters) == 0x000008, "Wrong alignment on FShaderCompilerCounters"); \ +static_assert(sizeof(FShaderCompilerCounters) == 0x0000E8, "Wrong size on FShaderCompilerCounters"); \ +static_assert(offsetof(FShaderCompilerCounters, AccumulatedLocalWorkerIdleTime) == 0x000000, "Member 'FShaderCompilerCounters::AccumulatedLocalWorkerIdleTime' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, TimesLocalWorkersWereIdle) == 0x000008, "Member 'FShaderCompilerCounters::TimesLocalWorkersWereIdle' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, JobsAssigned) == 0x000010, "Member 'FShaderCompilerCounters::JobsAssigned' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, JobsCompleted) == 0x000018, "Member 'FShaderCompilerCounters::JobsCompleted' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, AccumulatedPendingTime) == 0x000020, "Member 'FShaderCompilerCounters::AccumulatedPendingTime' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, MaxPendingTime) == 0x000028, "Member 'FShaderCompilerCounters::MaxPendingTime' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, AccumulatedJobExecutionTime) == 0x000030, "Member 'FShaderCompilerCounters::AccumulatedJobExecutionTime' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, MaxJobExecutionTime) == 0x000038, "Member 'FShaderCompilerCounters::MaxJobExecutionTime' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, AccumulatedJobLifeTime) == 0x000040, "Member 'FShaderCompilerCounters::AccumulatedJobLifeTime' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, MaxJobLifeTime) == 0x000048, "Member 'FShaderCompilerCounters::MaxJobLifeTime' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, AccumulatedTaskSubmitJobs) == 0x000050, "Member 'FShaderCompilerCounters::AccumulatedTaskSubmitJobs' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, AccumulatedTaskSubmitJobsStall) == 0x000058, "Member 'FShaderCompilerCounters::AccumulatedTaskSubmitJobsStall' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, LocalJobBatchesSeen) == 0x000060, "Member 'FShaderCompilerCounters::LocalJobBatchesSeen' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, TotalJobsReportedInLocalJobBatches) == 0x000068, "Member 'FShaderCompilerCounters::TotalJobsReportedInLocalJobBatches' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, DistributedJobBatchesSeen) == 0x000070, "Member 'FShaderCompilerCounters::DistributedJobBatchesSeen' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, TotalJobsReportedInDistributedJobBatches) == 0x000078, "Member 'FShaderCompilerCounters::TotalJobsReportedInDistributedJobBatches' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, MinShaderCodeSize) == 0x000080, "Member 'FShaderCompilerCounters::MinShaderCodeSize' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, MaxShaderCodeSize) == 0x000084, "Member 'FShaderCompilerCounters::MaxShaderCodeSize' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, AccumulatedShaderCodeSize) == 0x000088, "Member 'FShaderCompilerCounters::AccumulatedShaderCodeSize' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, NumAccumulatedShaderCodes) == 0x000090, "Member 'FShaderCompilerCounters::NumAccumulatedShaderCodes' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, ShaderMapDDCMisses) == 0x000098, "Member 'FShaderCompilerCounters::ShaderMapDDCMisses' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, ShaderMapDDCHits) == 0x00009C, "Member 'FShaderCompilerCounters::ShaderMapDDCHits' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, TotalCacheSearchAttempts) == 0x0000A0, "Member 'FShaderCompilerCounters::TotalCacheSearchAttempts' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, TotalCacheHits) == 0x0000A8, "Member 'FShaderCompilerCounters::TotalCacheHits' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, TotalCacheDuplicates) == 0x0000B0, "Member 'FShaderCompilerCounters::TotalCacheDuplicates' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, TotalCacheDDCQueries) == 0x0000B4, "Member 'FShaderCompilerCounters::TotalCacheDDCQueries' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, TotalCacheDDCHits) == 0x0000B8, "Member 'FShaderCompilerCounters::TotalCacheDDCHits' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, UniqueCacheInputHashes) == 0x0000C0, "Member 'FShaderCompilerCounters::UniqueCacheInputHashes' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, UniqueCacheOutputs) == 0x0000C8, "Member 'FShaderCompilerCounters::UniqueCacheOutputs' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, CacheMemUsed) == 0x0000D0, "Member 'FShaderCompilerCounters::CacheMemUsed' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, CacheMemBudget) == 0x0000D8, "Member 'FShaderCompilerCounters::CacheMemBudget' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, MaxRemoteAgents) == 0x0000E0, "Member 'FShaderCompilerCounters::MaxRemoteAgents' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerCounters, MaxActiveAgentCores) == 0x0000E4, "Member 'FShaderCompilerCounters::MaxActiveAgentCores' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderCompilerMaterialCounters \ +static_assert(alignof(FShaderCompilerMaterialCounters) == 0x000008, "Wrong alignment on FShaderCompilerMaterialCounters"); \ +static_assert(sizeof(FShaderCompilerMaterialCounters) == 0x000028, "Wrong size on FShaderCompilerMaterialCounters"); \ +static_assert(offsetof(FShaderCompilerMaterialCounters, MaterialTranslateCalls) == 0x000004, "Member 'FShaderCompilerMaterialCounters::MaterialTranslateCalls' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerMaterialCounters, MaterialTranslateTotalTimeSec) == 0x000008, "Member 'FShaderCompilerMaterialCounters::MaterialTranslateTotalTimeSec' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerMaterialCounters, MaterialTranslateTranslationOnlyTimeSec) == 0x000010, "Member 'FShaderCompilerMaterialCounters::MaterialTranslateTranslationOnlyTimeSec' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerMaterialCounters, MaterialTranslateSerializationOnlyTimeSec) == 0x000018, "Member 'FShaderCompilerMaterialCounters::MaterialTranslateSerializationOnlyTimeSec' has a wrong offset!"); \ +static_assert(offsetof(FShaderCompilerMaterialCounters, MaterialCacheHits) == 0x000020, "Member 'FShaderCompilerMaterialCounters::MaterialCacheHits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderTimings \ +static_assert(alignof(FShaderTimings) == 0x000004, "Wrong alignment on FShaderTimings"); \ +static_assert(sizeof(FShaderTimings) == 0x000018, "Wrong size on FShaderTimings"); \ +static_assert(offsetof(FShaderTimings, MinCompileTime) == 0x000000, "Member 'FShaderTimings::MinCompileTime' has a wrong offset!"); \ +static_assert(offsetof(FShaderTimings, MaxCompileTime) == 0x000004, "Member 'FShaderTimings::MaxCompileTime' has a wrong offset!"); \ +static_assert(offsetof(FShaderTimings, TotalCompileTime) == 0x000008, "Member 'FShaderTimings::TotalCompileTime' has a wrong offset!"); \ +static_assert(offsetof(FShaderTimings, TotalPreprocessTime) == 0x00000C, "Member 'FShaderTimings::TotalPreprocessTime' has a wrong offset!"); \ +static_assert(offsetof(FShaderTimings, NumCompiled) == 0x000010, "Member 'FShaderTimings::NumCompiled' has a wrong offset!"); \ +static_assert(offsetof(FShaderTimings, AverageCompileTime) == 0x000014, "Member 'FShaderTimings::AverageCompileTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderStats \ +static_assert(alignof(FShaderStats) == 0x000008, "Wrong alignment on FShaderStats"); \ +static_assert(sizeof(FShaderStats) == 0x000028, "Wrong size on FShaderStats"); \ +static_assert(offsetof(FShaderStats, PermutationCompilations) == 0x000000, "Member 'FShaderStats::PermutationCompilations' has a wrong offset!"); \ +static_assert(offsetof(FShaderStats, Compiled) == 0x000010, "Member 'FShaderStats::Compiled' has a wrong offset!"); \ +static_assert(offsetof(FShaderStats, Cooked) == 0x000014, "Member 'FShaderStats::Cooked' has a wrong offset!"); \ +static_assert(offsetof(FShaderStats, CompiledDouble) == 0x000018, "Member 'FShaderStats::CompiledDouble' has a wrong offset!"); \ +static_assert(offsetof(FShaderStats, CookedDouble) == 0x00001C, "Member 'FShaderStats::CookedDouble' has a wrong offset!"); \ +static_assert(offsetof(FShaderStats, CompileTime) == 0x000020, "Member 'FShaderStats::CompileTime' 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_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_FSkeletalMeshLODGroupSettings \ +static_assert(alignof(FSkeletalMeshLODGroupSettings) == 0x000008, "Wrong alignment on FSkeletalMeshLODGroupSettings"); \ +static_assert(sizeof(FSkeletalMeshLODGroupSettings) == 0x000090, "Wrong size on FSkeletalMeshLODGroupSettings"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, ScreenSize) == 0x000000, "Member 'FSkeletalMeshLODGroupSettings::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, LODHysteresis) == 0x000004, "Member 'FSkeletalMeshLODGroupSettings::LODHysteresis' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BoneFilterActionOption) == 0x000008, "Member 'FSkeletalMeshLODGroupSettings::BoneFilterActionOption' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BoneList) == 0x000010, "Member 'FSkeletalMeshLODGroupSettings::BoneList' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BonesToPrioritize) == 0x000020, "Member 'FSkeletalMeshLODGroupSettings::BonesToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, SectionsToPrioritize) == 0x000030, "Member 'FSkeletalMeshLODGroupSettings::SectionsToPrioritize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, WeightOfPrioritization) == 0x000040, "Member 'FSkeletalMeshLODGroupSettings::WeightOfPrioritization' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, BakePose) == 0x000048, "Member 'FSkeletalMeshLODGroupSettings::BakePose' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, ReductionSettings) == 0x000050, "Member 'FSkeletalMeshLODGroupSettings::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODGroupSettings, bAllowMeshDeformer) == 0x00008C, "Member 'FSkeletalMeshLODGroupSettings::bAllowMeshDeformer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionBuiltData \ +static_assert(alignof(FSkeletalMeshSamplingRegionBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegionBuiltData"); \ +static_assert(sizeof(FSkeletalMeshSamplingRegionBuiltData) == 0x000078, "Wrong size on FSkeletalMeshSamplingRegionBuiltData"); \ + +#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_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_FMorphTargetImportedSourceFileInfo \ +static_assert(alignof(FMorphTargetImportedSourceFileInfo) == 0x000008, "Wrong alignment on FMorphTargetImportedSourceFileInfo"); \ +static_assert(sizeof(FMorphTargetImportedSourceFileInfo) == 0x000020, "Wrong size on FMorphTargetImportedSourceFileInfo"); \ +static_assert(offsetof(FMorphTargetImportedSourceFileInfo, SourceFilename) == 0x000000, "Member 'FMorphTargetImportedSourceFileInfo::SourceFilename' has a wrong offset!"); \ +static_assert(offsetof(FMorphTargetImportedSourceFileInfo, DerivedDataHash) == 0x000010, "Member 'FMorphTargetImportedSourceFileInfo::DerivedDataHash' has a wrong offset!"); \ + +#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_FAttenuationSubmixSendSettings \ +static_assert(alignof(FAttenuationSubmixSendSettings) == 0x000008, "Wrong alignment on FAttenuationSubmixSendSettings"); \ +static_assert(sizeof(FAttenuationSubmixSendSettings) == 0x0000B0, "Wrong size on FAttenuationSubmixSendSettings"); \ + +#define DUMPER7_ASSERTS_FSoundAttenuationSettings \ +static_assert(alignof(FSoundAttenuationSettings) == 0x000008, "Wrong alignment on FSoundAttenuationSettings"); \ +static_assert(sizeof(FSoundAttenuationSettings) == 0x0003D0, "Wrong size on FSoundAttenuationSettings"); \ +static_assert(offsetof(FSoundAttenuationSettings, SpatializationAlgorithm) == 0x0000C2, "Member 'FSoundAttenuationSettings::SpatializationAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, AudioLinkSettingsOverride) == 0x0000C8, "Member 'FSoundAttenuationSettings::AudioLinkSettingsOverride' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, BinauralRadius) == 0x0000D0, "Member 'FSoundAttenuationSettings::BinauralRadius' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomLowpassAirAbsorptionCurve) == 0x0000D8, "Member 'FSoundAttenuationSettings::CustomLowpassAirAbsorptionCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomHighpassAirAbsorptionCurve) == 0x000160, "Member 'FSoundAttenuationSettings::CustomHighpassAirAbsorptionCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, AbsorptionMethod) == 0x0001E8, "Member 'FSoundAttenuationSettings::AbsorptionMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionTraceChannel) == 0x0001E9, "Member 'FSoundAttenuationSettings::OcclusionTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbSendMethod) == 0x0001EA, "Member 'FSoundAttenuationSettings::ReverbSendMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMethod) == 0x0001EB, "Member 'FSoundAttenuationSettings::PriorityAttenuationMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonSpatializedRadiusStart) == 0x0001EC, "Member 'FSoundAttenuationSettings::NonSpatializedRadiusStart' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonSpatializedRadiusEnd) == 0x0001F0, "Member 'FSoundAttenuationSettings::NonSpatializedRadiusEnd' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonSpatializedRadiusMode) == 0x0001F4, "Member 'FSoundAttenuationSettings::NonSpatializedRadiusMode' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, StereoSpread) == 0x0001F8, "Member 'FSoundAttenuationSettings::StereoSpread' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMin) == 0x0001FC, "Member 'FSoundAttenuationSettings::LPFRadiusMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMax) == 0x000200, "Member 'FSoundAttenuationSettings::LPFRadiusMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMin) == 0x000204, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMax) == 0x000208, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMin) == 0x00020C, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMax) == 0x000210, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusAzimuth) == 0x000214, "Member 'FSoundAttenuationSettings::FocusAzimuth' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusAzimuth) == 0x000218, "Member 'FSoundAttenuationSettings::NonFocusAzimuth' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusDistanceScale) == 0x00021C, "Member 'FSoundAttenuationSettings::FocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusDistanceScale) == 0x000220, "Member 'FSoundAttenuationSettings::NonFocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusPriorityScale) == 0x000224, "Member 'FSoundAttenuationSettings::FocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusPriorityScale) == 0x000228, "Member 'FSoundAttenuationSettings::NonFocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusVolumeAttenuation) == 0x00022C, "Member 'FSoundAttenuationSettings::FocusVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusVolumeAttenuation) == 0x000230, "Member 'FSoundAttenuationSettings::NonFocusVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusAttackInterpSpeed) == 0x000234, "Member 'FSoundAttenuationSettings::FocusAttackInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusReleaseInterpSpeed) == 0x000238, "Member 'FSoundAttenuationSettings::FocusReleaseInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionLowPassFilterFrequency) == 0x00023C, "Member 'FSoundAttenuationSettings::OcclusionLowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionVolumeAttenuation) == 0x000240, "Member 'FSoundAttenuationSettings::OcclusionVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionInterpolationTime) == 0x000244, "Member 'FSoundAttenuationSettings::OcclusionInterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMin) == 0x000248, "Member 'FSoundAttenuationSettings::ReverbWetLevelMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMax) == 0x00024C, "Member 'FSoundAttenuationSettings::ReverbWetLevelMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMin) == 0x000250, "Member 'FSoundAttenuationSettings::ReverbDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMax) == 0x000254, "Member 'FSoundAttenuationSettings::ReverbDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ManualReverbSendLevel) == 0x000258, "Member 'FSoundAttenuationSettings::ManualReverbSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMin) == 0x00025C, "Member 'FSoundAttenuationSettings::PriorityAttenuationMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMax) == 0x000260, "Member 'FSoundAttenuationSettings::PriorityAttenuationMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMin) == 0x000264, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMax) == 0x000268, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ManualPriorityAttenuation) == 0x00026C, "Member 'FSoundAttenuationSettings::ManualPriorityAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomReverbSendCurve) == 0x000270, "Member 'FSoundAttenuationSettings::CustomReverbSendCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, SubmixSendSettings) == 0x0002F8, "Member 'FSoundAttenuationSettings::SubmixSendSettings' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomPriorityAttenuationCurve) == 0x000308, "Member 'FSoundAttenuationSettings::CustomPriorityAttenuationCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PluginSettings) == 0x000390, "Member 'FSoundAttenuationSettings::PluginSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundClassEditorData \ +static_assert(alignof(FSoundClassEditorData) == 0x000004, "Wrong alignment on FSoundClassEditorData"); \ +static_assert(sizeof(FSoundClassEditorData) == 0x000008, "Wrong size on FSoundClassEditorData"); \ + +#define DUMPER7_ASSERTS_FSoundModulationDefaultSettings \ +static_assert(alignof(FSoundModulationDefaultSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultSettings"); \ +static_assert(sizeof(FSoundModulationDefaultSettings) == 0x000160, "Wrong size on FSoundModulationDefaultSettings"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, VolumeModulationDestination) == 0x000000, "Member 'FSoundModulationDefaultSettings::VolumeModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, PitchModulationDestination) == 0x000058, "Member 'FSoundModulationDefaultSettings::PitchModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, HighpassModulationDestination) == 0x0000B0, "Member 'FSoundModulationDefaultSettings::HighpassModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, LowpassModulationDestination) == 0x000108, "Member 'FSoundModulationDefaultSettings::LowpassModulationDestination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundClassProperties \ +static_assert(alignof(FSoundClassProperties) == 0x000008, "Wrong alignment on FSoundClassProperties"); \ +static_assert(sizeof(FSoundClassProperties) == 0x000198, "Wrong size on FSoundClassProperties"); \ +static_assert(offsetof(FSoundClassProperties, Volume) == 0x000000, "Member 'FSoundClassProperties::Volume' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, Pitch) == 0x000004, "Member 'FSoundClassProperties::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LowPassFilterFrequency) == 0x000008, "Member 'FSoundClassProperties::LowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, AttenuationDistanceScale) == 0x00000C, "Member 'FSoundClassProperties::AttenuationDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LFEBleed) == 0x000010, "Member 'FSoundClassProperties::LFEBleed' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, VoiceCenterChannelVolume) == 0x000014, "Member 'FSoundClassProperties::VoiceCenterChannelVolume' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, RadioFilterVolume) == 0x000018, "Member 'FSoundClassProperties::RadioFilterVolume' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, RadioFilterVolumeThreshold) == 0x00001C, "Member 'FSoundClassProperties::RadioFilterVolumeThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, Default2DReverbSendAmount) == 0x000024, "Member 'FSoundClassProperties::Default2DReverbSendAmount' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, ModulationSettings) == 0x000028, "Member 'FSoundClassProperties::ModulationSettings' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, OutputTarget) == 0x000188, "Member 'FSoundClassProperties::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LoadingBehavior) == 0x000189, "Member 'FSoundClassProperties::LoadingBehavior' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, DefaultSubmix) == 0x000190, "Member 'FSoundClassProperties::DefaultSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundNodeEditorData \ +static_assert(alignof(FSoundNodeEditorData) == 0x000004, "Wrong alignment on FSoundNodeEditorData"); \ +static_assert(sizeof(FSoundNodeEditorData) == 0x000008, "Wrong size on FSoundNodeEditorData"); \ + +#define DUMPER7_ASSERTS_FSoundModulationDefaultRoutingSettings \ +static_assert(alignof(FSoundModulationDefaultRoutingSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultRoutingSettings"); \ +static_assert(sizeof(FSoundModulationDefaultRoutingSettings) == 0x000168, "Wrong size on FSoundModulationDefaultRoutingSettings"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, VolumeRouting) == 0x000160, "Member 'FSoundModulationDefaultRoutingSettings::VolumeRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, PitchRouting) == 0x000161, "Member 'FSoundModulationDefaultRoutingSettings::PitchRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, HighpassRouting) == 0x000162, "Member 'FSoundModulationDefaultRoutingSettings::HighpassRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, LowpassRouting) == 0x000163, "Member 'FSoundModulationDefaultRoutingSettings::LowpassRouting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FDynamicChildSubmix \ +static_assert(alignof(FDynamicChildSubmix) == 0x000008, "Wrong alignment on FDynamicChildSubmix"); \ +static_assert(sizeof(FDynamicChildSubmix) == 0x000010, "Wrong size on FDynamicChildSubmix"); \ +static_assert(offsetof(FDynamicChildSubmix, ChildSubmixes) == 0x000000, "Member 'FDynamicChildSubmix::ChildSubmixes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FStaticMaterial \ +static_assert(alignof(FStaticMaterial) == 0x000008, "Wrong alignment on FStaticMaterial"); \ +static_assert(sizeof(FStaticMaterial) == 0x000038, "Wrong size on FStaticMaterial"); \ +static_assert(offsetof(FStaticMaterial, MaterialInterface) == 0x000000, "Member 'FStaticMaterial::MaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(FStaticMaterial, MaterialSlotName) == 0x000008, "Member 'FStaticMaterial::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FStaticMaterial, ImportedMaterialSlotName) == 0x000010, "Member 'FStaticMaterial::ImportedMaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FStaticMaterial, UVChannelData) == 0x000018, "Member 'FStaticMaterial::UVChannelData' has a wrong offset!"); \ +static_assert(offsetof(FStaticMaterial, OverlayMaterialInterface) == 0x000030, "Member 'FStaticMaterial::OverlayMaterialInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMaterialMinimalInfo \ +static_assert(alignof(FStaticMaterialMinimalInfo) == 0x000008, "Wrong alignment on FStaticMaterialMinimalInfo"); \ +static_assert(sizeof(FStaticMaterialMinimalInfo) == 0x000018, "Wrong size on FStaticMaterialMinimalInfo"); \ + +#define DUMPER7_ASSERTS_FSocketAudioEvent \ +static_assert(alignof(FSocketAudioEvent) == 0x000008, "Wrong alignment on FSocketAudioEvent"); \ +static_assert(sizeof(FSocketAudioEvent) == 0x000030, "Wrong size on FSocketAudioEvent"); \ +static_assert(offsetof(FSocketAudioEvent, Events) == 0x000000, "Member 'FSocketAudioEvent::Events' has a wrong offset!"); \ +static_assert(offsetof(FSocketAudioEvent, Switches) == 0x000010, "Member 'FSocketAudioEvent::Switches' has a wrong offset!"); \ +static_assert(offsetof(FSocketAudioEvent, Bucket) == 0x000020, "Member 'FSocketAudioEvent::Bucket' has a wrong offset!"); \ +static_assert(offsetof(FSocketAudioEvent, AttenuationScalingFactor) == 0x000028, "Member 'FSocketAudioEvent::AttenuationScalingFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshSourceModel \ +static_assert(alignof(FStaticMeshSourceModel) == 0x000008, "Wrong alignment on FStaticMeshSourceModel"); \ +static_assert(sizeof(FStaticMeshSourceModel) == 0x000098, "Wrong size on FStaticMeshSourceModel"); \ +static_assert(offsetof(FStaticMeshSourceModel, BuildSettings) == 0x000000, "Member 'FStaticMeshSourceModel::BuildSettings' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, ReductionSettings) == 0x000048, "Member 'FStaticMeshSourceModel::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, CacheMeshDescriptionTrianglesCount) == 0x000074, "Member 'FStaticMeshSourceModel::CacheMeshDescriptionTrianglesCount' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, CacheMeshDescriptionVerticesCount) == 0x000078, "Member 'FStaticMeshSourceModel::CacheMeshDescriptionVerticesCount' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, LODDistance) == 0x00007C, "Member 'FStaticMeshSourceModel::LODDistance' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, ScreenSize) == 0x000080, "Member 'FStaticMeshSourceModel::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, SourceImportFilename) == 0x000088, "Member 'FStaticMeshSourceModel::SourceImportFilename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamableTexture \ +static_assert(alignof(FStreamableTexture) == 0x000001, "Wrong alignment on FStreamableTexture"); \ +static_assert(sizeof(FStreamableTexture) == 0x000001, "Wrong size on FStreamableTexture"); \ + +#define DUMPER7_ASSERTS_FSyncPointDescription \ +static_assert(alignof(FSyncPointDescription) == 0x000008, "Wrong alignment on FSyncPointDescription"); \ +static_assert(sizeof(FSyncPointDescription) == 0x000028, "Wrong size on FSyncPointDescription"); \ +static_assert(offsetof(FSyncPointDescription, RegisteredName) == 0x000000, "Member 'FSyncPointDescription::RegisteredName' has a wrong offset!"); \ +static_assert(offsetof(FSyncPointDescription, EventType) == 0x000010, "Member 'FSyncPointDescription::EventType' has a wrong offset!"); \ +static_assert(offsetof(FSyncPointDescription, ActivationRules) == 0x000011, "Member 'FSyncPointDescription::ActivationRules' has a wrong offset!"); \ +static_assert(offsetof(FSyncPointDescription, FirstPossibleTickGroup) == 0x000012, "Member 'FSyncPointDescription::FirstPossibleTickGroup' has a wrong offset!"); \ +static_assert(offsetof(FSyncPointDescription, LastPossibleTickGroup) == 0x000013, "Member 'FSyncPointDescription::LastPossibleTickGroup' has a wrong offset!"); \ +static_assert(offsetof(FSyncPointDescription, PrerequisiteSyncGroups) == 0x000018, "Member 'FSyncPointDescription::PrerequisiteSyncGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExternalToolDefinition \ +static_assert(alignof(FExternalToolDefinition) == 0x000008, "Wrong alignment on FExternalToolDefinition"); \ +static_assert(sizeof(FExternalToolDefinition) == 0x000060, "Wrong size on FExternalToolDefinition"); \ +static_assert(offsetof(FExternalToolDefinition, ToolName) == 0x000000, "Member 'FExternalToolDefinition::ToolName' has a wrong offset!"); \ +static_assert(offsetof(FExternalToolDefinition, ExecutablePath) == 0x000010, "Member 'FExternalToolDefinition::ExecutablePath' has a wrong offset!"); \ +static_assert(offsetof(FExternalToolDefinition, CommandLineOptions) == 0x000020, "Member 'FExternalToolDefinition::CommandLineOptions' has a wrong offset!"); \ +static_assert(offsetof(FExternalToolDefinition, WorkingDirectory) == 0x000030, "Member 'FExternalToolDefinition::WorkingDirectory' has a wrong offset!"); \ +static_assert(offsetof(FExternalToolDefinition, ScriptExtension) == 0x000040, "Member 'FExternalToolDefinition::ScriptExtension' has a wrong offset!"); \ +static_assert(offsetof(FExternalToolDefinition, ScriptDirectory) == 0x000050, "Member 'FExternalToolDefinition::ScriptDirectory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FTextImportTestStruct \ +static_assert(alignof(FTextImportTestStruct) == 0x000008, "Wrong alignment on FTextImportTestStruct"); \ +static_assert(sizeof(FTextImportTestStruct) == 0x000018, "Wrong size on FTextImportTestStruct"); \ +static_assert(offsetof(FTextImportTestStruct, EmbeddedFlags) == 0x000000, "Member 'FTextImportTestStruct::EmbeddedFlags' has a wrong offset!"); \ +static_assert(offsetof(FTextImportTestStruct, TestInt) == 0x000004, "Member 'FTextImportTestStruct::TestInt' has a wrong offset!"); \ +static_assert(offsetof(FTextImportTestStruct, TestString) == 0x000008, "Member 'FTextImportTestStruct::TestString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextureSourceLayerColorInfo \ +static_assert(alignof(FTextureSourceLayerColorInfo) == 0x000004, "Wrong alignment on FTextureSourceLayerColorInfo"); \ +static_assert(sizeof(FTextureSourceLayerColorInfo) == 0x000020, "Wrong size on FTextureSourceLayerColorInfo"); \ +static_assert(offsetof(FTextureSourceLayerColorInfo, ColorMin) == 0x000000, "Member 'FTextureSourceLayerColorInfo::ColorMin' has a wrong offset!"); \ +static_assert(offsetof(FTextureSourceLayerColorInfo, ColorMax) == 0x000010, "Member 'FTextureSourceLayerColorInfo::ColorMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextureSource \ +static_assert(alignof(FTextureSource) == 0x000008, "Wrong alignment on FTextureSource"); \ +static_assert(sizeof(FTextureSource) == 0x000070, "Wrong size on FTextureSource"); \ + +#define DUMPER7_ASSERTS_FTexturePlatformData \ +static_assert(alignof(FTexturePlatformData) == 0x000008, "Wrong alignment on FTexturePlatformData"); \ +static_assert(sizeof(FTexturePlatformData) == 0x000038, "Wrong size on FTexturePlatformData"); \ + +#define DUMPER7_ASSERTS_FTextureLODGroup \ +static_assert(alignof(FTextureLODGroup) == 0x000004, "Wrong alignment on FTextureLODGroup"); \ +static_assert(sizeof(FTextureLODGroup) == 0x000060, "Wrong size on FTextureLODGroup"); \ +static_assert(offsetof(FTextureLODGroup, Group) == 0x000000, "Member 'FTextureLODGroup::Group' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipGenSettings) == 0x000002, "Member 'FTextureLODGroup::MipGenSettings' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipLoadOptions) == 0x000003, "Member 'FTextureLODGroup::MipLoadOptions' 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, LODBias_VT) == 0x000014, "Member 'FTextureLODGroup::LODBias_VT' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, NumStreamedMips) == 0x000018, "Member 'FTextureLODGroup::NumStreamedMips' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MinLODSize) == 0x00001C, "Member 'FTextureLODGroup::MinLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize) == 0x000020, "Member 'FTextureLODGroup::MaxLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smaller) == 0x000024, "Member 'FTextureLODGroup::MaxLODSize_Smaller' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_Smallest) == 0x000028, "Member 'FTextureLODGroup::MaxLODSize_Smallest' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxLODSize_VT) == 0x00002C, "Member 'FTextureLODGroup::MaxLODSize_VT' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, OptionalLODBias) == 0x000030, "Member 'FTextureLODGroup::OptionalLODBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, OptionalMaxLODSize) == 0x000034, "Member 'FTextureLODGroup::OptionalMaxLODSize' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MinMagFilter) == 0x000038, "Member 'FTextureLODGroup::MinMagFilter' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MipFilter) == 0x000040, "Member 'FTextureLODGroup::MipFilter' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, DownscaleOptions) == 0x000049, "Member 'FTextureLODGroup::DownscaleOptions' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, LossyCompressionAmount) == 0x00004A, "Member 'FTextureLODGroup::LossyCompressionAmount' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, Downscale) == 0x00004C, "Member 'FTextureLODGroup::Downscale' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, VirtualTextureTileCountBias) == 0x000050, "Member 'FTextureLODGroup::VirtualTextureTileCountBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, VirtualTextureTileSizeBias) == 0x000054, "Member 'FTextureLODGroup::VirtualTextureTileSizeBias' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, VirtualTextureStreamingPriority) == 0x000058, "Member 'FTextureLODGroup::VirtualTextureStreamingPriority' has a wrong offset!"); \ +static_assert(offsetof(FTextureLODGroup, MaxAniso) == 0x00005C, "Member 'FTextureLODGroup::MaxAniso' 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_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_FActorLocatorFragmentResolveParameter \ +static_assert(alignof(FActorLocatorFragmentResolveParameter) == 0x000008, "Wrong alignment on FActorLocatorFragmentResolveParameter"); \ +static_assert(sizeof(FActorLocatorFragmentResolveParameter) == 0x000028, "Wrong size on FActorLocatorFragmentResolveParameter"); \ +static_assert(offsetof(FActorLocatorFragmentResolveParameter, StreamingWorld) == 0x000000, "Member 'FActorLocatorFragmentResolveParameter::StreamingWorld' has a wrong offset!"); \ +static_assert(offsetof(FActorLocatorFragmentResolveParameter, ContainerID) == 0x000008, "Member 'FActorLocatorFragmentResolveParameter::ContainerID' has a wrong offset!"); \ +static_assert(offsetof(FActorLocatorFragmentResolveParameter, SourceAssetPath) == 0x000018, "Member 'FActorLocatorFragmentResolveParameter::SourceAssetPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorLocatorFragment \ +static_assert(alignof(FActorLocatorFragment) == 0x000008, "Wrong alignment on FActorLocatorFragment"); \ +static_assert(sizeof(FActorLocatorFragment) == 0x000020, "Wrong size on FActorLocatorFragment"); \ +static_assert(offsetof(FActorLocatorFragment, Path) == 0x000000, "Member 'FActorLocatorFragment::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimInstanceLocatorFragment \ +static_assert(alignof(FAnimInstanceLocatorFragment) == 0x000004, "Wrong alignment on FAnimInstanceLocatorFragment"); \ +static_assert(sizeof(FAnimInstanceLocatorFragment) == 0x000004, "Wrong size on FAnimInstanceLocatorFragment"); \ +static_assert(offsetof(FAnimInstanceLocatorFragment, Type) == 0x000000, "Member 'FAnimInstanceLocatorFragment::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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) == 0x000030, "Wrong size on FEndPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FActorDesc \ +static_assert(alignof(FActorDesc) == 0x000008, "Wrong alignment on FActorDesc"); \ +static_assert(sizeof(FActorDesc) == 0x0000B0, "Wrong size on FActorDesc"); \ +static_assert(offsetof(FActorDesc, Guid) == 0x000000, "Member 'FActorDesc::Guid' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, NativeClass) == 0x000010, "Member 'FActorDesc::NativeClass' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, Class) == 0x000018, "Member 'FActorDesc::Class' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, Name) == 0x000038, "Member 'FActorDesc::Name' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, Label) == 0x000040, "Member 'FActorDesc::Label' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, Bounds) == 0x000048, "Member 'FActorDesc::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, RuntimeGrid) == 0x000080, "Member 'FActorDesc::RuntimeGrid' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, bIsSpatiallyLoaded) == 0x000088, "Member 'FActorDesc::bIsSpatiallyLoaded' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, bActorIsEditorOnly) == 0x000089, "Member 'FActorDesc::bActorIsEditorOnly' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, ActorPackage) == 0x00008C, "Member 'FActorDesc::ActorPackage' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, ActorPath) == 0x000094, "Member 'FActorDesc::ActorPath' has a wrong offset!"); \ +static_assert(offsetof(FActorDesc, DataLayerAssets) == 0x0000A0, "Member 'FActorDesc::DataLayerAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionActorFilter \ +static_assert(alignof(FWorldPartitionActorFilter) == 0x000001, "Wrong alignment on FWorldPartitionActorFilter"); \ +static_assert(sizeof(FWorldPartitionActorFilter) == 0x000001, "Wrong size on FWorldPartitionActorFilter"); \ + +#define DUMPER7_ASSERTS_FExportHLODAssetsParams \ +static_assert(alignof(FExportHLODAssetsParams) == 0x000001, "Wrong alignment on FExportHLODAssetsParams"); \ +static_assert(sizeof(FExportHLODAssetsParams) == 0x000001, "Wrong size on FExportHLODAssetsParams"); \ + +#define DUMPER7_ASSERTS_FHLODBuildInputStats \ +static_assert(alignof(FHLODBuildInputStats) == 0x000008, "Wrong alignment on FHLODBuildInputStats"); \ +static_assert(sizeof(FHLODBuildInputStats) == 0x000050, "Wrong size on FHLODBuildInputStats"); \ +static_assert(offsetof(FHLODBuildInputStats, BuildersReferencedAssets) == 0x000000, "Member 'FHLODBuildInputStats::BuildersReferencedAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODSkinnedMeshComponentDescriptor \ +static_assert(alignof(FHLODSkinnedMeshComponentDescriptor) == 0x000008, "Wrong alignment on FHLODSkinnedMeshComponentDescriptor"); \ +static_assert(sizeof(FHLODSkinnedMeshComponentDescriptor) == 0x000088, "Wrong size on FHLODSkinnedMeshComponentDescriptor"); \ + +#define DUMPER7_ASSERTS_FHLODModifierScalarParameter \ +static_assert(alignof(FHLODModifierScalarParameter) == 0x000004, "Wrong alignment on FHLODModifierScalarParameter"); \ +static_assert(sizeof(FHLODModifierScalarParameter) == 0x00000C, "Wrong size on FHLODModifierScalarParameter"); \ +static_assert(offsetof(FHLODModifierScalarParameter, ParameterName) == 0x000000, "Member 'FHLODModifierScalarParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FHLODModifierScalarParameter, OverrideValue) == 0x000008, "Member 'FHLODModifierScalarParameter::OverrideValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVolumetricLightMapGridCell \ +static_assert(alignof(FVolumetricLightMapGridCell) == 0x000008, "Wrong alignment on FVolumetricLightMapGridCell"); \ +static_assert(sizeof(FVolumetricLightMapGridCell) == 0x000068, "Wrong size on FVolumetricLightMapGridCell"); \ +static_assert(offsetof(FVolumetricLightMapGridCell, Bounds) == 0x000000, "Member 'FVolumetricLightMapGridCell::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FVolumetricLightMapGridCell, CellID) == 0x000060, "Member 'FVolumetricLightMapGridCell::CellID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVolumetricLightMapGridDesc \ +static_assert(alignof(FVolumetricLightMapGridDesc) == 0x000008, "Wrong alignment on FVolumetricLightMapGridDesc"); \ +static_assert(sizeof(FVolumetricLightMapGridDesc) == 0x000068, "Wrong size on FVolumetricLightMapGridDesc"); \ +static_assert(offsetof(FVolumetricLightMapGridDesc, GridBounds) == 0x000000, "Member 'FVolumetricLightMapGridDesc::GridBounds' has a wrong offset!"); \ +static_assert(offsetof(FVolumetricLightMapGridDesc, Guid) == 0x000038, "Member 'FVolumetricLightMapGridDesc::Guid' has a wrong offset!"); \ +static_assert(offsetof(FVolumetricLightMapGridDesc, CellSize) == 0x000048, "Member 'FVolumetricLightMapGridDesc::CellSize' has a wrong offset!"); \ +static_assert(offsetof(FVolumetricLightMapGridDesc, DetailCellSize) == 0x00004C, "Member 'FVolumetricLightMapGridDesc::DetailCellSize' has a wrong offset!"); \ +static_assert(offsetof(FVolumetricLightMapGridDesc, BrickSize) == 0x000050, "Member 'FVolumetricLightMapGridDesc::BrickSize' has a wrong offset!"); \ +static_assert(offsetof(FVolumetricLightMapGridDesc, Cells) == 0x000058, "Member 'FVolumetricLightMapGridDesc::Cells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRuntimeCellTransformerInstance \ +static_assert(alignof(FRuntimeCellTransformerInstance) == 0x000001, "Wrong alignment on FRuntimeCellTransformerInstance"); \ +static_assert(sizeof(FRuntimeCellTransformerInstance) == 0x000001, "Wrong size on FRuntimeCellTransformerInstance"); \ + +#define DUMPER7_ASSERTS_FSubObjectPropertyOverride \ +static_assert(alignof(FSubObjectPropertyOverride) == 0x000001, "Wrong alignment on FSubObjectPropertyOverride"); \ +static_assert(sizeof(FSubObjectPropertyOverride) == 0x000001, "Wrong size on FSubObjectPropertyOverride"); \ + +#define DUMPER7_ASSERTS_FPropertyOverrideReferenceTable \ +static_assert(alignof(FPropertyOverrideReferenceTable) == 0x000001, "Wrong alignment on FPropertyOverrideReferenceTable"); \ +static_assert(sizeof(FPropertyOverrideReferenceTable) == 0x000001, "Wrong size on FPropertyOverrideReferenceTable"); \ + +#define DUMPER7_ASSERTS_FActorPropertyOverride \ +static_assert(alignof(FActorPropertyOverride) == 0x000001, "Wrong alignment on FActorPropertyOverride"); \ +static_assert(sizeof(FActorPropertyOverride) == 0x000001, "Wrong size on FActorPropertyOverride"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeCellPropertyOverride \ +static_assert(alignof(FWorldPartitionRuntimeCellPropertyOverride) == 0x000001, "Wrong alignment on FWorldPartitionRuntimeCellPropertyOverride"); \ +static_assert(sizeof(FWorldPartitionRuntimeCellPropertyOverride) == 0x000001, "Wrong size on FWorldPartitionRuntimeCellPropertyOverride"); \ + +#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_FWorldPartitionRuntimeCellDebugInfo \ +static_assert(alignof(FWorldPartitionRuntimeCellDebugInfo) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeCellDebugInfo"); \ +static_assert(sizeof(FWorldPartitionRuntimeCellDebugInfo) == 0x000030, "Wrong size on FWorldPartitionRuntimeCellDebugInfo"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, Name) == 0x000000, "Member 'FWorldPartitionRuntimeCellDebugInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, GridName) == 0x000010, "Member 'FWorldPartitionRuntimeCellDebugInfo::GridName' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, CoordX) == 0x000018, "Member 'FWorldPartitionRuntimeCellDebugInfo::CoordX' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, CoordY) == 0x000020, "Member 'FWorldPartitionRuntimeCellDebugInfo::CoordY' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellDebugInfo, CoordZ) == 0x000028, "Member 'FWorldPartitionRuntimeCellDebugInfo::CoordZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeContainerInstance \ +static_assert(alignof(FWorldPartitionRuntimeContainerInstance) == 0x000004, "Wrong alignment on FWorldPartitionRuntimeContainerInstance"); \ +static_assert(sizeof(FWorldPartitionRuntimeContainerInstance) == 0x000018, "Wrong size on FWorldPartitionRuntimeContainerInstance"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainerInstance, ActorGuid) == 0x000000, "Member 'FWorldPartitionRuntimeContainerInstance::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainerInstance, ContainerPackage) == 0x000010, "Member 'FWorldPartitionRuntimeContainerInstance::ContainerPackage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeContainer \ +static_assert(alignof(FWorldPartitionRuntimeContainer) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeContainer"); \ +static_assert(sizeof(FWorldPartitionRuntimeContainer) == 0x000050, "Wrong size on FWorldPartitionRuntimeContainer"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainer, ContainerInstances) == 0x000000, "Member 'FWorldPartitionRuntimeContainer::ContainerInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeContainerResolver \ +static_assert(alignof(FWorldPartitionRuntimeContainerResolver) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeContainerResolver"); \ +static_assert(sizeof(FWorldPartitionRuntimeContainerResolver) == 0x000058, "Wrong size on FWorldPartitionRuntimeContainerResolver"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainerResolver, Containers) == 0x000000, "Member 'FWorldPartitionRuntimeContainerResolver::Containers' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeContainerResolver, MainContainerPackage) == 0x000050, "Member 'FWorldPartitionRuntimeContainerResolver::MainContainerPackage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeCellStreamingData \ +static_assert(alignof(FWorldPartitionRuntimeCellStreamingData) == 0x000008, "Wrong alignment on FWorldPartitionRuntimeCellStreamingData"); \ +static_assert(sizeof(FWorldPartitionRuntimeCellStreamingData) == 0x000030, "Wrong size on FWorldPartitionRuntimeCellStreamingData"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellStreamingData, PackageName) == 0x000000, "Member 'FWorldPartitionRuntimeCellStreamingData::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionRuntimeCellStreamingData, WorldAsset) == 0x000010, "Member 'FWorldPartitionRuntimeCellStreamingData::WorldAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpatialHashSettings \ +static_assert(alignof(FSpatialHashSettings) == 0x000001, "Wrong alignment on FSpatialHashSettings"); \ +static_assert(sizeof(FSpatialHashSettings) == 0x000002, "Wrong size on FSpatialHashSettings"); \ +static_assert(offsetof(FSpatialHashSettings, bUseAlignedGridLevels) == 0x000000, "Member 'FSpatialHashSettings::bUseAlignedGridLevels' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashSettings, bSnapNonAlignedGridLevelsToLowerLevels) == 0x000001, "Member 'FSpatialHashSettings::bSnapNonAlignedGridLevelsToLowerLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSpatialHashStreamingGrid \ +static_assert(alignof(FSpatialHashStreamingGrid) == 0x000008, "Wrong alignment on FSpatialHashStreamingGrid"); \ +static_assert(sizeof(FSpatialHashStreamingGrid) == 0x0000B0, "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, GridIndex) == 0x00008C, "Member 'FSpatialHashStreamingGrid::GridIndex' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, Settings) == 0x000090, "Member 'FSpatialHashStreamingGrid::Settings' has a wrong offset!"); \ +static_assert(offsetof(FSpatialHashStreamingGrid, InjectedGridLevels) == 0x0000A0, "Member 'FSpatialHashStreamingGrid::InjectedGridLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpatialHashRuntimeGrid \ +static_assert(alignof(FSpatialHashRuntimeGrid) == 0x000001, "Wrong alignment on FSpatialHashRuntimeGrid"); \ +static_assert(sizeof(FSpatialHashRuntimeGrid) == 0x000001, "Wrong size on FSpatialHashRuntimeGrid"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionRuntimeSpatialHashGridPreviewer \ +static_assert(alignof(FWorldPartitionRuntimeSpatialHashGridPreviewer) == 0x000001, "Wrong alignment on FWorldPartitionRuntimeSpatialHashGridPreviewer"); \ +static_assert(sizeof(FWorldPartitionRuntimeSpatialHashGridPreviewer) == 0x000001, "Wrong size on FWorldPartitionRuntimeSpatialHashGridPreviewer"); \ + +#define DUMPER7_ASSERTS_FHLODLayerTypeUnsupportedActorClasses \ +static_assert(alignof(FHLODLayerTypeUnsupportedActorClasses) == 0x000008, "Wrong alignment on FHLODLayerTypeUnsupportedActorClasses"); \ +static_assert(sizeof(FHLODLayerTypeUnsupportedActorClasses) == 0x000010, "Wrong size on FHLODLayerTypeUnsupportedActorClasses"); \ +static_assert(offsetof(FHLODLayerTypeUnsupportedActorClasses, ActorClasses) == 0x000000, "Member 'FHLODLayerTypeUnsupportedActorClasses::ActorClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionUpdateStreamingCurrentState \ +static_assert(alignof(FWorldPartitionUpdateStreamingCurrentState) == 0x000008, "Wrong alignment on FWorldPartitionUpdateStreamingCurrentState"); \ +static_assert(sizeof(FWorldPartitionUpdateStreamingCurrentState) == 0x000100, "Wrong size on FWorldPartitionUpdateStreamingCurrentState"); \ +static_assert(offsetof(FWorldPartitionUpdateStreamingCurrentState, LoadedCells) == 0x000010, "Member 'FWorldPartitionUpdateStreamingCurrentState::LoadedCells' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionUpdateStreamingCurrentState, ActivatedCells) == 0x000060, "Member 'FWorldPartitionUpdateStreamingCurrentState::ActivatedCells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamingSourceShape \ +static_assert(alignof(FStreamingSourceShape) == 0x000008, "Wrong alignment on FStreamingSourceShape"); \ +static_assert(sizeof(FStreamingSourceShape) == 0x000048, "Wrong size on FStreamingSourceShape"); \ +static_assert(offsetof(FStreamingSourceShape, bUseGridLoadingRange) == 0x000000, "Member 'FStreamingSourceShape::bUseGridLoadingRange' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, LoadingRangeScale) == 0x000004, "Member 'FStreamingSourceShape::LoadingRangeScale' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, Radius) == 0x000008, "Member 'FStreamingSourceShape::Radius' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, bIsSector) == 0x00000C, "Member 'FStreamingSourceShape::bIsSector' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, SectorAngle) == 0x000010, "Member 'FStreamingSourceShape::SectorAngle' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, Location) == 0x000018, "Member 'FStreamingSourceShape::Location' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, Rotation) == 0x000030, "Member 'FStreamingSourceShape::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldPartitionStreamingQuerySource \ +static_assert(alignof(FWorldPartitionStreamingQuerySource) == 0x000008, "Wrong alignment on FWorldPartitionStreamingQuerySource"); \ +static_assert(sizeof(FWorldPartitionStreamingQuerySource) == 0x000108, "Wrong size on FWorldPartitionStreamingQuerySource"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, Location) == 0x000000, "Member 'FWorldPartitionStreamingQuerySource::Location' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, Radius) == 0x000018, "Member 'FWorldPartitionStreamingQuerySource::Radius' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, bUseGridLoadingRange) == 0x00001C, "Member 'FWorldPartitionStreamingQuerySource::bUseGridLoadingRange' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, DataLayers) == 0x000020, "Member 'FWorldPartitionStreamingQuerySource::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, bDataLayersOnly) == 0x000030, "Member 'FWorldPartitionStreamingQuerySource::bDataLayersOnly' has a wrong offset!"); \ +static_assert(offsetof(FWorldPartitionStreamingQuerySource, bSpatialQuery) == 0x000031, "Member 'FWorldPartitionStreamingQuerySource::bSpatialQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightmassWorldInfoSettings \ +static_assert(alignof(FLightmassWorldInfoSettings) == 0x000004, "Wrong alignment on FLightmassWorldInfoSettings"); \ +static_assert(sizeof(FLightmassWorldInfoSettings) == 0x000054, "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, VolumetricLightmapLoadingCellSize) == 0x000030, "Member 'FLightmassWorldInfoSettings::VolumetricLightmapLoadingCellSize' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, VolumetricLightmapSphericalHarmonicSmoothing) == 0x000034, "Member 'FLightmassWorldInfoSettings::VolumetricLightmapSphericalHarmonicSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, VolumeLightSamplePlacementScale) == 0x000038, "Member 'FLightmassWorldInfoSettings::VolumeLightSamplePlacementScale' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, DirectIlluminationOcclusionFraction) == 0x00003C, "Member 'FLightmassWorldInfoSettings::DirectIlluminationOcclusionFraction' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, IndirectIlluminationOcclusionFraction) == 0x000040, "Member 'FLightmassWorldInfoSettings::IndirectIlluminationOcclusionFraction' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, OcclusionExponent) == 0x000044, "Member 'FLightmassWorldInfoSettings::OcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, FullyOccludedSamplesFraction) == 0x000048, "Member 'FLightmassWorldInfoSettings::FullyOccludedSamplesFraction' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, MaxOcclusionDistance) == 0x00004C, "Member 'FLightmassWorldInfoSettings::MaxOcclusionDistance' has a wrong offset!"); \ +static_assert(offsetof(FLightmassWorldInfoSettings, bWorldPartition) == 0x000050, "Member 'FLightmassWorldInfoSettings::bWorldPartition' 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_FNaniteSettings \ +static_assert(alignof(FNaniteSettings) == 0x000001, "Wrong alignment on FNaniteSettings"); \ +static_assert(sizeof(FNaniteSettings) == 0x000001, "Wrong size on FNaniteSettings"); \ +static_assert(offsetof(FNaniteSettings, bAllowMaskedMaterials) == 0x000000, "Member 'FNaniteSettings::bAllowMaskedMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UBlueprintCore \ +static_assert(alignof(UBlueprintCore) == 0x000008, "Wrong alignment on UBlueprintCore"); \ +static_assert(sizeof(UBlueprintCore) == 0x000050, "Wrong size on UBlueprintCore"); \ +static_assert(offsetof(UBlueprintCore, SkeletonGeneratedClass) == 0x000028, "Member 'UBlueprintCore::SkeletonGeneratedClass' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCore, GeneratedClass) == 0x000030, "Member 'UBlueprintCore::GeneratedClass' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCore, bLegacyNeedToPurgeSkelRefs) == 0x000038, "Member 'UBlueprintCore::bLegacyNeedToPurgeSkelRefs' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCore, BlueprintGuid) == 0x00003C, "Member 'UBlueprintCore::BlueprintGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprint \ +static_assert(alignof(UBlueprint) == 0x000008, "Wrong alignment on UBlueprint"); \ +static_assert(sizeof(UBlueprint) == 0x0000A8, "Wrong size on UBlueprint"); \ +static_assert(offsetof(UBlueprint, ParentClass) == 0x000058, "Member 'UBlueprint::ParentClass' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, BlueprintType) == 0x000060, "Member 'UBlueprint::BlueprintType' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, BlueprintSystemVersion) == 0x000064, "Member 'UBlueprint::BlueprintSystemVersion' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, SimpleConstructionScript) == 0x000068, "Member 'UBlueprint::SimpleConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, ComponentTemplates) == 0x000070, "Member 'UBlueprint::ComponentTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, Timelines) == 0x000080, "Member 'UBlueprint::Timelines' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, ComponentClassOverrides) == 0x000090, "Member 'UBlueprint::ComponentClassOverrides' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, InheritableComponentHandler) == 0x0000A0, "Member 'UBlueprint::InheritableComponentHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpression \ +static_assert(alignof(UMaterialExpression) == 0x000008, "Wrong alignment on UMaterialExpression"); \ +static_assert(sizeof(UMaterialExpression) == 0x0000B0, "Wrong size on UMaterialExpression"); \ +static_assert(offsetof(UMaterialExpression, MaterialExpressionEditorX) == 0x000028, "Member 'UMaterialExpression::MaterialExpressionEditorX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, MaterialExpressionEditorY) == 0x00002C, "Member 'UMaterialExpression::MaterialExpressionEditorY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, GraphNode) == 0x000030, "Member 'UMaterialExpression::GraphNode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, SubgraphExpression) == 0x000038, "Member 'UMaterialExpression::SubgraphExpression' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, MaterialExpressionGuid) == 0x000050, "Member 'UMaterialExpression::MaterialExpressionGuid' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, Material) == 0x000060, "Member 'UMaterialExpression::Material' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, Function) == 0x000068, "Member 'UMaterialExpression::Function' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, Desc) == 0x000070, "Member 'UMaterialExpression::Desc' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, MenuCategories) == 0x000090, "Member 'UMaterialExpression::MenuCategories' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, Outputs) == 0x0000A0, "Member 'UMaterialExpression::Outputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0001C8, "Wrong size on UGameInstance"); \ +static_assert(offsetof(UGameInstance, LocalPlayers) == 0x000038, "Member 'UGameInstance::LocalPlayers' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, OnlineSession) == 0x000048, "Member 'UGameInstance::OnlineSession' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, ReferencedObjects) == 0x000050, "Member 'UGameInstance::ReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, OnPawnControllerChangedDelegates) == 0x000078, "Member 'UGameInstance::OnPawnControllerChangedDelegates' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, OnInputDeviceConnectionChange) == 0x0000A0, "Member 'UGameInstance::OnInputDeviceConnectionChange' has a wrong offset!"); \ +static_assert(offsetof(UGameInstance, OnUserInputDevicePairingChange) == 0x0000B0, "Member 'UGameInstance::OnUserInputDevicePairingChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_Activate \ +static_assert(alignof(ActorComponent_Activate) == 0x000001, "Wrong alignment on ActorComponent_Activate"); \ +static_assert(sizeof(ActorComponent_Activate) == 0x000001, "Wrong size on ActorComponent_Activate"); \ +static_assert(offsetof(ActorComponent_Activate, bReset) == 0x000000, "Member 'ActorComponent_Activate::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_AddTickPrerequisiteActor \ +static_assert(alignof(ActorComponent_AddTickPrerequisiteActor) == 0x000008, "Wrong alignment on ActorComponent_AddTickPrerequisiteActor"); \ +static_assert(sizeof(ActorComponent_AddTickPrerequisiteActor) == 0x000008, "Wrong size on ActorComponent_AddTickPrerequisiteActor"); \ +static_assert(offsetof(ActorComponent_AddTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'ActorComponent_AddTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_AddTickPrerequisiteComponent \ +static_assert(alignof(ActorComponent_AddTickPrerequisiteComponent) == 0x000008, "Wrong alignment on ActorComponent_AddTickPrerequisiteComponent"); \ +static_assert(sizeof(ActorComponent_AddTickPrerequisiteComponent) == 0x000008, "Wrong size on ActorComponent_AddTickPrerequisiteComponent"); \ +static_assert(offsetof(ActorComponent_AddTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'ActorComponent_AddTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_K2_DestroyComponent \ +static_assert(alignof(ActorComponent_K2_DestroyComponent) == 0x000008, "Wrong alignment on ActorComponent_K2_DestroyComponent"); \ +static_assert(sizeof(ActorComponent_K2_DestroyComponent) == 0x000008, "Wrong size on ActorComponent_K2_DestroyComponent"); \ +static_assert(offsetof(ActorComponent_K2_DestroyComponent, Object) == 0x000000, "Member 'ActorComponent_K2_DestroyComponent::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_ReceiveAsyncPhysicsTick \ +static_assert(alignof(ActorComponent_ReceiveAsyncPhysicsTick) == 0x000004, "Wrong alignment on ActorComponent_ReceiveAsyncPhysicsTick"); \ +static_assert(sizeof(ActorComponent_ReceiveAsyncPhysicsTick) == 0x000008, "Wrong size on ActorComponent_ReceiveAsyncPhysicsTick"); \ +static_assert(offsetof(ActorComponent_ReceiveAsyncPhysicsTick, DeltaSeconds) == 0x000000, "Member 'ActorComponent_ReceiveAsyncPhysicsTick::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(ActorComponent_ReceiveAsyncPhysicsTick, SimSeconds) == 0x000004, "Member 'ActorComponent_ReceiveAsyncPhysicsTick::SimSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_ReceiveEndPlay \ +static_assert(alignof(ActorComponent_ReceiveEndPlay) == 0x000001, "Wrong alignment on ActorComponent_ReceiveEndPlay"); \ +static_assert(sizeof(ActorComponent_ReceiveEndPlay) == 0x000001, "Wrong size on ActorComponent_ReceiveEndPlay"); \ +static_assert(offsetof(ActorComponent_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'ActorComponent_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_ReceiveTick \ +static_assert(alignof(ActorComponent_ReceiveTick) == 0x000004, "Wrong alignment on ActorComponent_ReceiveTick"); \ +static_assert(sizeof(ActorComponent_ReceiveTick) == 0x000004, "Wrong size on ActorComponent_ReceiveTick"); \ +static_assert(offsetof(ActorComponent_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'ActorComponent_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_RemoveTickPrerequisiteActor \ +static_assert(alignof(ActorComponent_RemoveTickPrerequisiteActor) == 0x000008, "Wrong alignment on ActorComponent_RemoveTickPrerequisiteActor"); \ +static_assert(sizeof(ActorComponent_RemoveTickPrerequisiteActor) == 0x000008, "Wrong size on ActorComponent_RemoveTickPrerequisiteActor"); \ +static_assert(offsetof(ActorComponent_RemoveTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'ActorComponent_RemoveTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_RemoveTickPrerequisiteComponent \ +static_assert(alignof(ActorComponent_RemoveTickPrerequisiteComponent) == 0x000008, "Wrong alignment on ActorComponent_RemoveTickPrerequisiteComponent"); \ +static_assert(sizeof(ActorComponent_RemoveTickPrerequisiteComponent) == 0x000008, "Wrong size on ActorComponent_RemoveTickPrerequisiteComponent"); \ +static_assert(offsetof(ActorComponent_RemoveTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'ActorComponent_RemoveTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetActive \ +static_assert(alignof(ActorComponent_SetActive) == 0x000001, "Wrong alignment on ActorComponent_SetActive"); \ +static_assert(sizeof(ActorComponent_SetActive) == 0x000002, "Wrong size on ActorComponent_SetActive"); \ +static_assert(offsetof(ActorComponent_SetActive, bNewActive) == 0x000000, "Member 'ActorComponent_SetActive::bNewActive' has a wrong offset!"); \ +static_assert(offsetof(ActorComponent_SetActive, bReset) == 0x000001, "Member 'ActorComponent_SetActive::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetAutoActivate \ +static_assert(alignof(ActorComponent_SetAutoActivate) == 0x000001, "Wrong alignment on ActorComponent_SetAutoActivate"); \ +static_assert(sizeof(ActorComponent_SetAutoActivate) == 0x000001, "Wrong size on ActorComponent_SetAutoActivate"); \ +static_assert(offsetof(ActorComponent_SetAutoActivate, bNewAutoActivate) == 0x000000, "Member 'ActorComponent_SetAutoActivate::bNewAutoActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetComponentTickEnabled \ +static_assert(alignof(ActorComponent_SetComponentTickEnabled) == 0x000001, "Wrong alignment on ActorComponent_SetComponentTickEnabled"); \ +static_assert(sizeof(ActorComponent_SetComponentTickEnabled) == 0x000001, "Wrong size on ActorComponent_SetComponentTickEnabled"); \ +static_assert(offsetof(ActorComponent_SetComponentTickEnabled, bEnabled) == 0x000000, "Member 'ActorComponent_SetComponentTickEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetComponentTickInterval \ +static_assert(alignof(ActorComponent_SetComponentTickInterval) == 0x000004, "Wrong alignment on ActorComponent_SetComponentTickInterval"); \ +static_assert(sizeof(ActorComponent_SetComponentTickInterval) == 0x000004, "Wrong size on ActorComponent_SetComponentTickInterval"); \ +static_assert(offsetof(ActorComponent_SetComponentTickInterval, TickInterval) == 0x000000, "Member 'ActorComponent_SetComponentTickInterval::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetComponentTickIntervalAndCooldown \ +static_assert(alignof(ActorComponent_SetComponentTickIntervalAndCooldown) == 0x000004, "Wrong alignment on ActorComponent_SetComponentTickIntervalAndCooldown"); \ +static_assert(sizeof(ActorComponent_SetComponentTickIntervalAndCooldown) == 0x000004, "Wrong size on ActorComponent_SetComponentTickIntervalAndCooldown"); \ +static_assert(offsetof(ActorComponent_SetComponentTickIntervalAndCooldown, TickInterval) == 0x000000, "Member 'ActorComponent_SetComponentTickIntervalAndCooldown::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetIsReplicated \ +static_assert(alignof(ActorComponent_SetIsReplicated) == 0x000001, "Wrong alignment on ActorComponent_SetIsReplicated"); \ +static_assert(sizeof(ActorComponent_SetIsReplicated) == 0x000001, "Wrong size on ActorComponent_SetIsReplicated"); \ +static_assert(offsetof(ActorComponent_SetIsReplicated, ShouldReplicate) == 0x000000, "Member 'ActorComponent_SetIsReplicated::ShouldReplicate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetTickableWhenPaused \ +static_assert(alignof(ActorComponent_SetTickableWhenPaused) == 0x000001, "Wrong alignment on ActorComponent_SetTickableWhenPaused"); \ +static_assert(sizeof(ActorComponent_SetTickableWhenPaused) == 0x000001, "Wrong size on ActorComponent_SetTickableWhenPaused"); \ +static_assert(offsetof(ActorComponent_SetTickableWhenPaused, bTickableWhenPaused) == 0x000000, "Member 'ActorComponent_SetTickableWhenPaused::bTickableWhenPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_SetTickGroup \ +static_assert(alignof(ActorComponent_SetTickGroup) == 0x000001, "Wrong alignment on ActorComponent_SetTickGroup"); \ +static_assert(sizeof(ActorComponent_SetTickGroup) == 0x000001, "Wrong size on ActorComponent_SetTickGroup"); \ +static_assert(offsetof(ActorComponent_SetTickGroup, NewTickGroup) == 0x000000, "Member 'ActorComponent_SetTickGroup::NewTickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_ComponentHasTag \ +static_assert(alignof(ActorComponent_ComponentHasTag) == 0x000004, "Wrong alignment on ActorComponent_ComponentHasTag"); \ +static_assert(sizeof(ActorComponent_ComponentHasTag) == 0x00000C, "Wrong size on ActorComponent_ComponentHasTag"); \ +static_assert(offsetof(ActorComponent_ComponentHasTag, Tag) == 0x000000, "Member 'ActorComponent_ComponentHasTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(ActorComponent_ComponentHasTag, ReturnValue) == 0x000008, "Member 'ActorComponent_ComponentHasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_GetComponentTickInterval \ +static_assert(alignof(ActorComponent_GetComponentTickInterval) == 0x000004, "Wrong alignment on ActorComponent_GetComponentTickInterval"); \ +static_assert(sizeof(ActorComponent_GetComponentTickInterval) == 0x000004, "Wrong size on ActorComponent_GetComponentTickInterval"); \ +static_assert(offsetof(ActorComponent_GetComponentTickInterval, ReturnValue) == 0x000000, "Member 'ActorComponent_GetComponentTickInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_GetOwner \ +static_assert(alignof(ActorComponent_GetOwner) == 0x000008, "Wrong alignment on ActorComponent_GetOwner"); \ +static_assert(sizeof(ActorComponent_GetOwner) == 0x000008, "Wrong size on ActorComponent_GetOwner"); \ +static_assert(offsetof(ActorComponent_GetOwner, ReturnValue) == 0x000000, "Member 'ActorComponent_GetOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_IsActive \ +static_assert(alignof(ActorComponent_IsActive) == 0x000001, "Wrong alignment on ActorComponent_IsActive"); \ +static_assert(sizeof(ActorComponent_IsActive) == 0x000001, "Wrong size on ActorComponent_IsActive"); \ +static_assert(offsetof(ActorComponent_IsActive, ReturnValue) == 0x000000, "Member 'ActorComponent_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_IsBeingDestroyed \ +static_assert(alignof(ActorComponent_IsBeingDestroyed) == 0x000001, "Wrong alignment on ActorComponent_IsBeingDestroyed"); \ +static_assert(sizeof(ActorComponent_IsBeingDestroyed) == 0x000001, "Wrong size on ActorComponent_IsBeingDestroyed"); \ +static_assert(offsetof(ActorComponent_IsBeingDestroyed, ReturnValue) == 0x000000, "Member 'ActorComponent_IsBeingDestroyed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorComponent_IsComponentTickEnabled \ +static_assert(alignof(ActorComponent_IsComponentTickEnabled) == 0x000001, "Wrong alignment on ActorComponent_IsComponentTickEnabled"); \ +static_assert(sizeof(ActorComponent_IsComponentTickEnabled) == 0x000001, "Wrong size on ActorComponent_IsComponentTickEnabled"); \ +static_assert(offsetof(ActorComponent_IsComponentTickEnabled, ReturnValue) == 0x000000, "Member 'ActorComponent_IsComponentTickEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorComponent \ +static_assert(alignof(UActorComponent) == 0x000008, "Wrong alignment on UActorComponent"); \ +static_assert(sizeof(UActorComponent) == 0x0000C0, "Wrong size on UActorComponent"); \ +static_assert(offsetof(UActorComponent, PrimaryComponentTick) == 0x000038, "Member 'UActorComponent::PrimaryComponentTick' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, ComponentTags) == 0x000068, "Member 'UActorComponent::ComponentTags' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, AssetUserData) == 0x000078, "Member 'UActorComponent::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, UCSSerializationIndex) == 0x000090, "Member 'UActorComponent::UCSSerializationIndex' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, CreationMethod) == 0x0000B9, "Member 'UActorComponent::CreationMethod' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, OnComponentActivated) == 0x0000BA, "Member 'UActorComponent::OnComponentActivated' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, OnComponentDeactivated) == 0x0000BB, "Member 'UActorComponent::OnComponentDeactivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_IsGroupedComponentMovementEnabled \ +static_assert(alignof(SceneComponent_IsGroupedComponentMovementEnabled) == 0x000001, "Wrong alignment on SceneComponent_IsGroupedComponentMovementEnabled"); \ +static_assert(sizeof(SceneComponent_IsGroupedComponentMovementEnabled) == 0x000001, "Wrong size on SceneComponent_IsGroupedComponentMovementEnabled"); \ +static_assert(offsetof(SceneComponent_IsGroupedComponentMovementEnabled, ReturnValue) == 0x000000, "Member 'SceneComponent_IsGroupedComponentMovementEnabled::ReturnValue' 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) == 0x000128, "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) == 0x000120, "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) == 0x000128, "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) == 0x000120, "Member 'SceneComponent_K2_AddLocalRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddLocalTransform \ +static_assert(alignof(SceneComponent_K2_AddLocalTransform) == 0x000010, "Wrong alignment on SceneComponent_K2_AddLocalTransform"); \ +static_assert(sizeof(SceneComponent_K2_AddLocalTransform) == 0x000170, "Wrong size on SceneComponent_K2_AddLocalTransform"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, DeltaTransform) == 0x000000, "Member 'SceneComponent_K2_AddLocalTransform::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, bSweep) == 0x000060, "Member 'SceneComponent_K2_AddLocalTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, SweepHitResult) == 0x000068, "Member 'SceneComponent_K2_AddLocalTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddLocalTransform, bTeleport) == 0x000168, "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) == 0x000128, "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) == 0x000120, "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) == 0x000128, "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) == 0x000120, "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) == 0x000128, "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) == 0x000120, "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) == 0x000128, "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) == 0x000120, "Member 'SceneComponent_K2_AddWorldRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldTransform \ +static_assert(alignof(SceneComponent_K2_AddWorldTransform) == 0x000010, "Wrong alignment on SceneComponent_K2_AddWorldTransform"); \ +static_assert(sizeof(SceneComponent_K2_AddWorldTransform) == 0x000170, "Wrong size on SceneComponent_K2_AddWorldTransform"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, DeltaTransform) == 0x000000, "Member 'SceneComponent_K2_AddWorldTransform::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, bSweep) == 0x000060, "Member 'SceneComponent_K2_AddWorldTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, SweepHitResult) == 0x000068, "Member 'SceneComponent_K2_AddWorldTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransform, bTeleport) == 0x000168, "Member 'SceneComponent_K2_AddWorldTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddWorldTransformKeepScale \ +static_assert(alignof(SceneComponent_K2_AddWorldTransformKeepScale) == 0x000010, "Wrong alignment on SceneComponent_K2_AddWorldTransformKeepScale"); \ +static_assert(sizeof(SceneComponent_K2_AddWorldTransformKeepScale) == 0x000170, "Wrong size on SceneComponent_K2_AddWorldTransformKeepScale"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, DeltaTransform) == 0x000000, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, bSweep) == 0x000060, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, SweepHitResult) == 0x000068, "Member 'SceneComponent_K2_AddWorldTransformKeepScale::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_AddWorldTransformKeepScale, bTeleport) == 0x000168, "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) == 0x000128, "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) == 0x000120, "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) == 0x000140, "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) == 0x000138, "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) == 0x000128, "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) == 0x000120, "Member 'SceneComponent_K2_SetRelativeRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetRelativeTransform \ +static_assert(alignof(SceneComponent_K2_SetRelativeTransform) == 0x000010, "Wrong alignment on SceneComponent_K2_SetRelativeTransform"); \ +static_assert(sizeof(SceneComponent_K2_SetRelativeTransform) == 0x000170, "Wrong size on SceneComponent_K2_SetRelativeTransform"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, NewTransform) == 0x000000, "Member 'SceneComponent_K2_SetRelativeTransform::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, bSweep) == 0x000060, "Member 'SceneComponent_K2_SetRelativeTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, SweepHitResult) == 0x000068, "Member 'SceneComponent_K2_SetRelativeTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetRelativeTransform, bTeleport) == 0x000168, "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) == 0x000128, "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) == 0x000120, "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) == 0x000140, "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) == 0x000138, "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) == 0x000128, "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) == 0x000120, "Member 'SceneComponent_K2_SetWorldRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_SetWorldTransform \ +static_assert(alignof(SceneComponent_K2_SetWorldTransform) == 0x000010, "Wrong alignment on SceneComponent_K2_SetWorldTransform"); \ +static_assert(sizeof(SceneComponent_K2_SetWorldTransform) == 0x000170, "Wrong size on SceneComponent_K2_SetWorldTransform"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, NewTransform) == 0x000000, "Member 'SceneComponent_K2_SetWorldTransform::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, bSweep) == 0x000060, "Member 'SceneComponent_K2_SetWorldTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, SweepHitResult) == 0x000068, "Member 'SceneComponent_K2_SetWorldTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_K2_SetWorldTransform, bTeleport) == 0x000168, "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) == 0x000250, "Wrong size on USceneComponent"); \ +static_assert(offsetof(USceneComponent, PhysicsVolume) == 0x0000C8, "Member 'USceneComponent::PhysicsVolume' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachParent) == 0x0000D0, "Member 'USceneComponent::AttachParent' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachSocketName) == 0x0000D8, "Member 'USceneComponent::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachChildren) == 0x0000E8, "Member 'USceneComponent::AttachChildren' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, ClientAttachedChildren) == 0x0000F8, "Member 'USceneComponent::ClientAttachedChildren' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, 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_UReflectionCaptureComponent \ +static_assert(alignof(UReflectionCaptureComponent) == 0x000010, "Wrong alignment on UReflectionCaptureComponent"); \ +static_assert(sizeof(UReflectionCaptureComponent) == 0x0002C0, "Wrong size on UReflectionCaptureComponent"); \ +static_assert(offsetof(UReflectionCaptureComponent, CaptureOffsetComponent) == 0x000250, "Member 'UReflectionCaptureComponent::CaptureOffsetComponent' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, ReflectionSourceType) == 0x000258, "Member 'UReflectionCaptureComponent::ReflectionSourceType' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, Cubemap) == 0x000260, "Member 'UReflectionCaptureComponent::Cubemap' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, SourceCubemapAngle) == 0x000268, "Member 'UReflectionCaptureComponent::SourceCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, Brightness) == 0x00026C, "Member 'UReflectionCaptureComponent::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, CaptureOffset) == 0x000270, "Member 'UReflectionCaptureComponent::CaptureOffset' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, MapBuildDataId) == 0x000288, "Member 'UReflectionCaptureComponent::MapBuildDataId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereReflectionCaptureComponent \ +static_assert(alignof(USphereReflectionCaptureComponent) == 0x000010, "Wrong alignment on USphereReflectionCaptureComponent"); \ +static_assert(sizeof(USphereReflectionCaptureComponent) == 0x0002D0, "Wrong size on USphereReflectionCaptureComponent"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, InfluenceRadius) == 0x0002B8, "Member 'USphereReflectionCaptureComponent::InfluenceRadius' has a wrong offset!"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, CaptureDistanceScale) == 0x0002BC, "Member 'USphereReflectionCaptureComponent::CaptureDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, PreviewInfluenceRadius) == 0x0002C0, "Member 'USphereReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintGeneratedClass \ +static_assert(alignof(UBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UBlueprintGeneratedClass"); \ +static_assert(sizeof(UBlueprintGeneratedClass) == 0x000368, "Wrong size on UBlueprintGeneratedClass"); \ +static_assert(offsetof(UBlueprintGeneratedClass, NumReplicatedProperties) == 0x000210, "Member 'UBlueprintGeneratedClass::NumReplicatedProperties' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, DynamicBindingObjects) == 0x000218, "Member 'UBlueprintGeneratedClass::DynamicBindingObjects' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, ComponentTemplates) == 0x000228, "Member 'UBlueprintGeneratedClass::ComponentTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, Timelines) == 0x000238, "Member 'UBlueprintGeneratedClass::Timelines' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, ComponentClassOverrides) == 0x000248, "Member 'UBlueprintGeneratedClass::ComponentClassOverrides' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, FieldNotifies) == 0x000258, "Member 'UBlueprintGeneratedClass::FieldNotifies' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, SimpleConstructionScript) == 0x000270, "Member 'UBlueprintGeneratedClass::SimpleConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, InheritableComponentHandler) == 0x000278, "Member 'UBlueprintGeneratedClass::InheritableComponentHandler' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, UberGraphFunction) == 0x000288, "Member 'UBlueprintGeneratedClass::UberGraphFunction' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, CookedPropertyGuids) == 0x000290, "Member 'UBlueprintGeneratedClass::CookedPropertyGuids' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, CookedComponentInstancingData) == 0x0002E0, "Member 'UBlueprintGeneratedClass::CookedComponentInstancingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionExternalCodeBase \ +static_assert(alignof(UMaterialExpressionExternalCodeBase) == 0x000008, "Wrong alignment on UMaterialExpressionExternalCodeBase"); \ +static_assert(sizeof(UMaterialExpressionExternalCodeBase) == 0x0000C0, "Wrong size on UMaterialExpressionExternalCodeBase"); \ +static_assert(offsetof(UMaterialExpressionExternalCodeBase, ExternalCodeIdentifiers) == 0x0000B0, "Member 'UMaterialExpressionExternalCodeBase::ExternalCodeIdentifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricCloudEmptySpaceSkippingInput \ +static_assert(alignof(UMaterialExpressionVolumetricCloudEmptySpaceSkippingInput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricCloudEmptySpaceSkippingInput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricCloudEmptySpaceSkippingInput) == 0x0000C0, "Wrong size on UMaterialExpressionVolumetricCloudEmptySpaceSkippingInput"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCustomOutput \ +static_assert(alignof(UMaterialExpressionCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionCustomOutput) == 0x0000B0, "Wrong size on UMaterialExpressionCustomOutput"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBentNormalCustomOutput \ +static_assert(alignof(UMaterialExpressionBentNormalCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionBentNormalCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionBentNormalCustomOutput) == 0x0000D8, "Wrong size on UMaterialExpressionBentNormalCustomOutput"); \ +static_assert(offsetof(UMaterialExpressionBentNormalCustomOutput, Input) == 0x0000B0, "Member 'UMaterialExpressionBentNormalCustomOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneTexelSize \ +static_assert(alignof(UMaterialExpressionSceneTexelSize) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexelSize"); \ +static_assert(sizeof(UMaterialExpressionSceneTexelSize) == 0x0000B0, "Wrong size on UMaterialExpressionSceneTexelSize"); \ + +#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_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_MaterialInterface_GetBaseMaterial \ +static_assert(alignof(MaterialInterface_GetBaseMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetBaseMaterial"); \ +static_assert(sizeof(MaterialInterface_GetBaseMaterial) == 0x000008, "Wrong size on MaterialInterface_GetBaseMaterial"); \ +static_assert(offsetof(MaterialInterface_GetBaseMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetBaseMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_SetForceMipLevelsToBeResident \ +static_assert(alignof(MaterialInterface_SetForceMipLevelsToBeResident) == 0x000004, "Wrong alignment on MaterialInterface_SetForceMipLevelsToBeResident"); \ +static_assert(sizeof(MaterialInterface_SetForceMipLevelsToBeResident) == 0x000010, "Wrong size on MaterialInterface_SetForceMipLevelsToBeResident"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, OverrideForceMiplevelsToBeResident) == 0x000000, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::OverrideForceMiplevelsToBeResident' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, bForceMiplevelsToBeResidentValue) == 0x000001, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::bForceMiplevelsToBeResidentValue' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, ForceDuration) == 0x000004, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::ForceDuration' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, CinematicTextureGroups) == 0x000008, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::CinematicTextureGroups' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, bFastResponse) == 0x00000C, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::bFastResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetBlendMode \ +static_assert(alignof(MaterialInterface_GetBlendMode) == 0x000001, "Wrong alignment on MaterialInterface_GetBlendMode"); \ +static_assert(sizeof(MaterialInterface_GetBlendMode) == 0x000001, "Wrong size on MaterialInterface_GetBlendMode"); \ +static_assert(offsetof(MaterialInterface_GetBlendMode, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetNaniteOverideMaterial \ +static_assert(alignof(MaterialInterface_GetNaniteOverideMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetNaniteOverideMaterial"); \ +static_assert(sizeof(MaterialInterface_GetNaniteOverideMaterial) == 0x000008, "Wrong size on MaterialInterface_GetNaniteOverideMaterial"); \ +static_assert(offsetof(MaterialInterface_GetNaniteOverideMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetNaniteOverideMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetParameterInfo \ +static_assert(alignof(MaterialInterface_GetParameterInfo) == 0x000008, "Wrong alignment on MaterialInterface_GetParameterInfo"); \ +static_assert(sizeof(MaterialInterface_GetParameterInfo) == 0x000028, "Wrong size on MaterialInterface_GetParameterInfo"); \ +static_assert(offsetof(MaterialInterface_GetParameterInfo, Association) == 0x000000, "Member 'MaterialInterface_GetParameterInfo::Association' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_GetParameterInfo, ParameterName) == 0x000004, "Member 'MaterialInterface_GetParameterInfo::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_GetParameterInfo, LayerFunction) == 0x000010, "Member 'MaterialInterface_GetParameterInfo::LayerFunction' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_GetParameterInfo, ReturnValue) == 0x000018, "Member 'MaterialInterface_GetParameterInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterial \ +static_assert(alignof(MaterialInterface_GetPhysicalMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterial"); \ +static_assert(sizeof(MaterialInterface_GetPhysicalMaterial) == 0x000008, "Wrong size on MaterialInterface_GetPhysicalMaterial"); \ +static_assert(offsetof(MaterialInterface_GetPhysicalMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterialFromMap \ +static_assert(alignof(MaterialInterface_GetPhysicalMaterialFromMap) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterialFromMap"); \ +static_assert(sizeof(MaterialInterface_GetPhysicalMaterialFromMap) == 0x000010, "Wrong size on MaterialInterface_GetPhysicalMaterialFromMap"); \ +static_assert(offsetof(MaterialInterface_GetPhysicalMaterialFromMap, Index_0) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterialFromMap::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_GetPhysicalMaterialFromMap, ReturnValue) == 0x000008, "Member 'MaterialInterface_GetPhysicalMaterialFromMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterialMask \ +static_assert(alignof(MaterialInterface_GetPhysicalMaterialMask) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterialMask"); \ +static_assert(sizeof(MaterialInterface_GetPhysicalMaterialMask) == 0x000008, "Wrong size on MaterialInterface_GetPhysicalMaterialMask"); \ +static_assert(offsetof(MaterialInterface_GetPhysicalMaterialMask, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterialMask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInterface \ +static_assert(alignof(UMaterialInterface) == 0x000008, "Wrong alignment on UMaterialInterface"); \ +static_assert(sizeof(UMaterialInterface) == 0x0000E0, "Wrong size on UMaterialInterface"); \ +static_assert(offsetof(UMaterialInterface, SubsurfaceProfile) == 0x000038, "Member 'UMaterialInterface::SubsurfaceProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, SubsurfaceProfiles) == 0x000040, "Member 'UMaterialInterface::SubsurfaceProfiles' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, SpecularProfiles) == 0x000050, "Member 'UMaterialInterface::SpecularProfiles' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, NeuralProfile) == 0x000060, "Member 'UMaterialInterface::NeuralProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, LightmassSettings) == 0x000088, "Member 'UMaterialInterface::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, TextureStreamingData) == 0x000098, "Member 'UMaterialInterface::TextureStreamingData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, AssetUserData) == 0x0000A8, "Member 'UMaterialInterface::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, CachedTexturesSamplingInfo) == 0x0000B8, "Member 'UMaterialInterface::CachedTexturesSamplingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInstance \ +static_assert(alignof(UMaterialInstance) == 0x000008, "Wrong alignment on UMaterialInstance"); \ +static_assert(sizeof(UMaterialInstance) == 0x0002D8, "Wrong size on UMaterialInstance"); \ +static_assert(offsetof(UMaterialInstance, PhysMaterial) == 0x0000E0, "Member 'UMaterialInstance::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, PhysicalMaterialMap) == 0x0000E8, "Member 'UMaterialInstance::PhysicalMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, Parent) == 0x000128, "Member 'UMaterialInstance::Parent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, NaniteOverrideMaterial) == 0x000130, "Member 'UMaterialInstance::NaniteOverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, SpecularProfileOverride) == 0x000168, "Member 'UMaterialInstance::SpecularProfileOverride' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, BlendableLocationOverride) == 0x000173, "Member 'UMaterialInstance::BlendableLocationOverride' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, BlendablePriorityOverride) == 0x000174, "Member 'UMaterialInstance::BlendablePriorityOverride' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, ScalarParameterValues) == 0x000198, "Member 'UMaterialInstance::ScalarParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, VectorParameterValues) == 0x0001A8, "Member 'UMaterialInstance::VectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, DoubleVectorParameterValues) == 0x0001B8, "Member 'UMaterialInstance::DoubleVectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, TextureParameterValues) == 0x0001C8, "Member 'UMaterialInstance::TextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, TextureCollectionParameterValues) == 0x0001D8, "Member 'UMaterialInstance::TextureCollectionParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, ParameterCollectionParameterValues) == 0x0001E8, "Member 'UMaterialInstance::ParameterCollectionParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, RuntimeVirtualTextureParameterValues) == 0x0001F8, "Member 'UMaterialInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, SparseVolumeTextureParameterValues) == 0x000208, "Member 'UMaterialInstance::SparseVolumeTextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, FontParameterValues) == 0x000218, "Member 'UMaterialInstance::FontParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, UserSceneTextureOverrides) == 0x000228, "Member 'UMaterialInstance::UserSceneTextureOverrides' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, BasePropertyOverrides) == 0x000238, "Member 'UMaterialInstance::BasePropertyOverrides' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, StaticParametersRuntime) == 0x000260, "Member 'UMaterialInstance::StaticParametersRuntime' 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_GetTextureCollectionParameterValue \ +static_assert(alignof(MaterialInstanceConstant_K2_GetTextureCollectionParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceConstant_K2_GetTextureCollectionParameterValue"); \ +static_assert(sizeof(MaterialInstanceConstant_K2_GetTextureCollectionParameterValue) == 0x000010, "Wrong size on MaterialInstanceConstant_K2_GetTextureCollectionParameterValue"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetTextureCollectionParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetTextureCollectionParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceConstant_K2_GetTextureCollectionParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceConstant_K2_GetTextureCollectionParameterValue::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) == 0x0002E0, "Wrong size on UMaterialInstanceConstant"); \ +static_assert(offsetof(UMaterialInstanceConstant, PhysMaterialMask) == 0x0002D8, "Member 'UMaterialInstanceConstant::PhysMaterialMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexNormalWS \ +static_assert(alignof(UMaterialExpressionVertexNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexNormalWS"); \ +static_assert(sizeof(UMaterialExpressionVertexNormalWS) == 0x0000C0, "Wrong size on UMaterialExpressionVertexNormalWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionClearCoatNormalCustomOutput \ +static_assert(alignof(UMaterialExpressionClearCoatNormalCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionClearCoatNormalCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionClearCoatNormalCustomOutput) == 0x0000D8, "Wrong size on UMaterialExpressionClearCoatNormalCustomOutput"); \ +static_assert(offsetof(UMaterialExpressionClearCoatNormalCustomOutput, Input) == 0x0000B0, "Member 'UMaterialExpressionClearCoatNormalCustomOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParameter \ +static_assert(alignof(UMaterialExpressionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionParameter"); \ +static_assert(sizeof(UMaterialExpressionParameter) == 0x0000D8, "Wrong size on UMaterialExpressionParameter"); \ +static_assert(offsetof(UMaterialExpressionParameter, ParameterName) == 0x0000B0, "Member 'UMaterialExpressionParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionParameter, ExpressionGUID) == 0x0000B8, "Member 'UMaterialExpressionParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionParameter, Group) == 0x0000C8, "Member 'UMaterialExpressionParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionParameter, SortPriority) == 0x0000D0, "Member 'UMaterialExpressionParameter::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticBoolParameter \ +static_assert(alignof(UMaterialExpressionStaticBoolParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBoolParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticBoolParameter) == 0x0000E0, "Wrong size on UMaterialExpressionStaticBoolParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitchParameter \ +static_assert(alignof(UMaterialExpressionStaticSwitchParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitchParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticSwitchParameter) == 0x000130, "Wrong size on UMaterialExpressionStaticSwitchParameter"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitchParameter, A) == 0x0000E0, "Member 'UMaterialExpressionStaticSwitchParameter::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitchParameter, B) == 0x000108, "Member 'UMaterialExpressionStaticSwitchParameter::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_AddComponent \ +static_assert(alignof(Actor_AddComponent) == 0x000010, "Wrong alignment on Actor_AddComponent"); \ +static_assert(sizeof(Actor_AddComponent) == 0x000090, "Wrong size on Actor_AddComponent"); \ +static_assert(offsetof(Actor_AddComponent, TemplateName) == 0x000000, "Member 'Actor_AddComponent::TemplateName' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, bManualAttachment) == 0x000008, "Member 'Actor_AddComponent::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, RelativeTransform) == 0x000010, "Member 'Actor_AddComponent::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, ComponentTemplateContext) == 0x000070, "Member 'Actor_AddComponent::ComponentTemplateContext' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, bDeferredFinish) == 0x000078, "Member 'Actor_AddComponent::bDeferredFinish' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponent, ReturnValue) == 0x000080, "Member 'Actor_AddComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_AddComponentByClass \ +static_assert(alignof(Actor_AddComponentByClass) == 0x000010, "Wrong alignment on Actor_AddComponentByClass"); \ +static_assert(sizeof(Actor_AddComponentByClass) == 0x000080, "Wrong size on Actor_AddComponentByClass"); \ +static_assert(offsetof(Actor_AddComponentByClass, Class_0) == 0x000000, "Member 'Actor_AddComponentByClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, bManualAttachment) == 0x000008, "Member 'Actor_AddComponentByClass::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, RelativeTransform) == 0x000010, "Member 'Actor_AddComponentByClass::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, bDeferredFinish) == 0x000070, "Member 'Actor_AddComponentByClass::bDeferredFinish' has a wrong offset!"); \ +static_assert(offsetof(Actor_AddComponentByClass, ReturnValue) == 0x000078, "Member 'Actor_AddComponentByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_AddTickPrerequisiteActor \ +static_assert(alignof(Actor_AddTickPrerequisiteActor) == 0x000008, "Wrong alignment on Actor_AddTickPrerequisiteActor"); \ +static_assert(sizeof(Actor_AddTickPrerequisiteActor) == 0x000008, "Wrong size on Actor_AddTickPrerequisiteActor"); \ +static_assert(offsetof(Actor_AddTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'Actor_AddTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_AddTickPrerequisiteComponent \ +static_assert(alignof(Actor_AddTickPrerequisiteComponent) == 0x000008, "Wrong alignment on Actor_AddTickPrerequisiteComponent"); \ +static_assert(sizeof(Actor_AddTickPrerequisiteComponent) == 0x000008, "Wrong size on Actor_AddTickPrerequisiteComponent"); \ +static_assert(offsetof(Actor_AddTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'Actor_AddTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_CreateInputComponent \ +static_assert(alignof(Actor_CreateInputComponent) == 0x000008, "Wrong alignment on Actor_CreateInputComponent"); \ +static_assert(sizeof(Actor_CreateInputComponent) == 0x000008, "Wrong size on Actor_CreateInputComponent"); \ +static_assert(offsetof(Actor_CreateInputComponent, InputComponentToCreate) == 0x000000, "Member 'Actor_CreateInputComponent::InputComponentToCreate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_DetachRootComponentFromParent \ +static_assert(alignof(Actor_DetachRootComponentFromParent) == 0x000001, "Wrong alignment on Actor_DetachRootComponentFromParent"); \ +static_assert(sizeof(Actor_DetachRootComponentFromParent) == 0x000001, "Wrong size on Actor_DetachRootComponentFromParent"); \ +static_assert(offsetof(Actor_DetachRootComponentFromParent, bMaintainWorldPosition) == 0x000000, "Member 'Actor_DetachRootComponentFromParent::bMaintainWorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_DisableInput \ +static_assert(alignof(Actor_DisableInput) == 0x000008, "Wrong alignment on Actor_DisableInput"); \ +static_assert(sizeof(Actor_DisableInput) == 0x000008, "Wrong size on Actor_DisableInput"); \ +static_assert(offsetof(Actor_DisableInput, PlayerController) == 0x000000, "Member 'Actor_DisableInput::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_EnableInput \ +static_assert(alignof(Actor_EnableInput) == 0x000008, "Wrong alignment on Actor_EnableInput"); \ +static_assert(sizeof(Actor_EnableInput) == 0x000008, "Wrong size on Actor_EnableInput"); \ +static_assert(offsetof(Actor_EnableInput, PlayerController) == 0x000000, "Member 'Actor_EnableInput::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_FinishAddComponent \ +static_assert(alignof(Actor_FinishAddComponent) == 0x000010, "Wrong alignment on Actor_FinishAddComponent"); \ +static_assert(sizeof(Actor_FinishAddComponent) == 0x000070, "Wrong size on Actor_FinishAddComponent"); \ +static_assert(offsetof(Actor_FinishAddComponent, Component) == 0x000000, "Member 'Actor_FinishAddComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(Actor_FinishAddComponent, bManualAttachment) == 0x000008, "Member 'Actor_FinishAddComponent::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(Actor_FinishAddComponent, RelativeTransform) == 0x000010, "Member 'Actor_FinishAddComponent::RelativeTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetPhysicsReplicationMode \ +static_assert(alignof(Actor_GetPhysicsReplicationMode) == 0x000001, "Wrong alignment on Actor_GetPhysicsReplicationMode"); \ +static_assert(sizeof(Actor_GetPhysicsReplicationMode) == 0x000001, "Wrong size on Actor_GetPhysicsReplicationMode"); \ +static_assert(offsetof(Actor_GetPhysicsReplicationMode, ReturnValue) == 0x000000, "Member 'Actor_GetPhysicsReplicationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetTickableWhenPaused \ +static_assert(alignof(Actor_GetTickableWhenPaused) == 0x000001, "Wrong alignment on Actor_GetTickableWhenPaused"); \ +static_assert(sizeof(Actor_GetTickableWhenPaused) == 0x000001, "Wrong size on Actor_GetTickableWhenPaused"); \ +static_assert(offsetof(Actor_GetTickableWhenPaused, ReturnValue) == 0x000000, "Member 'Actor_GetTickableWhenPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorLocalOffset \ +static_assert(alignof(Actor_K2_AddActorLocalOffset) == 0x000008, "Wrong alignment on Actor_K2_AddActorLocalOffset"); \ +static_assert(sizeof(Actor_K2_AddActorLocalOffset) == 0x000128, "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) == 0x000120, "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) == 0x000128, "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) == 0x000120, "Member 'Actor_K2_AddActorLocalRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorLocalTransform \ +static_assert(alignof(Actor_K2_AddActorLocalTransform) == 0x000010, "Wrong alignment on Actor_K2_AddActorLocalTransform"); \ +static_assert(sizeof(Actor_K2_AddActorLocalTransform) == 0x000170, "Wrong size on Actor_K2_AddActorLocalTransform"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, NewTransform) == 0x000000, "Member 'Actor_K2_AddActorLocalTransform::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, bSweep) == 0x000060, "Member 'Actor_K2_AddActorLocalTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, SweepHitResult) == 0x000068, "Member 'Actor_K2_AddActorLocalTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorLocalTransform, bTeleport) == 0x000168, "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) == 0x000128, "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) == 0x000120, "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) == 0x000128, "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) == 0x000120, "Member 'Actor_K2_AddActorWorldRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorWorldTransform \ +static_assert(alignof(Actor_K2_AddActorWorldTransform) == 0x000010, "Wrong alignment on Actor_K2_AddActorWorldTransform"); \ +static_assert(sizeof(Actor_K2_AddActorWorldTransform) == 0x000170, "Wrong size on Actor_K2_AddActorWorldTransform"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, DeltaTransform) == 0x000000, "Member 'Actor_K2_AddActorWorldTransform::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, bSweep) == 0x000060, "Member 'Actor_K2_AddActorWorldTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, SweepHitResult) == 0x000068, "Member 'Actor_K2_AddActorWorldTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransform, bTeleport) == 0x000168, "Member 'Actor_K2_AddActorWorldTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AddActorWorldTransformKeepScale \ +static_assert(alignof(Actor_K2_AddActorWorldTransformKeepScale) == 0x000010, "Wrong alignment on Actor_K2_AddActorWorldTransformKeepScale"); \ +static_assert(sizeof(Actor_K2_AddActorWorldTransformKeepScale) == 0x000170, "Wrong size on Actor_K2_AddActorWorldTransformKeepScale"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, DeltaTransform) == 0x000000, "Member 'Actor_K2_AddActorWorldTransformKeepScale::DeltaTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, bSweep) == 0x000060, "Member 'Actor_K2_AddActorWorldTransformKeepScale::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, SweepHitResult) == 0x000068, "Member 'Actor_K2_AddActorWorldTransformKeepScale::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, bTeleport) == 0x000168, "Member 'Actor_K2_AddActorWorldTransformKeepScale::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AttachRootComponentTo \ +static_assert(alignof(Actor_K2_AttachRootComponentTo) == 0x000008, "Wrong alignment on Actor_K2_AttachRootComponentTo"); \ +static_assert(sizeof(Actor_K2_AttachRootComponentTo) == 0x000018, "Wrong size on Actor_K2_AttachRootComponentTo"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, InParent) == 0x000000, "Member 'Actor_K2_AttachRootComponentTo::InParent' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, InSocketName) == 0x000008, "Member 'Actor_K2_AttachRootComponentTo::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, AttachLocationType) == 0x000010, "Member 'Actor_K2_AttachRootComponentTo::AttachLocationType' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentTo, bWeldSimulatedBodies) == 0x000011, "Member 'Actor_K2_AttachRootComponentTo::bWeldSimulatedBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AttachRootComponentToActor \ +static_assert(alignof(Actor_K2_AttachRootComponentToActor) == 0x000008, "Wrong alignment on Actor_K2_AttachRootComponentToActor"); \ +static_assert(sizeof(Actor_K2_AttachRootComponentToActor) == 0x000018, "Wrong size on Actor_K2_AttachRootComponentToActor"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, InParentActor) == 0x000000, "Member 'Actor_K2_AttachRootComponentToActor::InParentActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, InSocketName) == 0x000008, "Member 'Actor_K2_AttachRootComponentToActor::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, AttachLocationType) == 0x000010, "Member 'Actor_K2_AttachRootComponentToActor::AttachLocationType' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachRootComponentToActor, bWeldSimulatedBodies) == 0x000011, "Member 'Actor_K2_AttachRootComponentToActor::bWeldSimulatedBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AttachToActor \ +static_assert(alignof(Actor_K2_AttachToActor) == 0x000008, "Wrong alignment on Actor_K2_AttachToActor"); \ +static_assert(sizeof(Actor_K2_AttachToActor) == 0x000018, "Wrong size on Actor_K2_AttachToActor"); \ +static_assert(offsetof(Actor_K2_AttachToActor, ParentActor) == 0x000000, "Member 'Actor_K2_AttachToActor::ParentActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, SocketName) == 0x000008, "Member 'Actor_K2_AttachToActor::SocketName' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, LocationRule) == 0x000010, "Member 'Actor_K2_AttachToActor::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, RotationRule) == 0x000011, "Member 'Actor_K2_AttachToActor::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, ScaleRule) == 0x000012, "Member 'Actor_K2_AttachToActor::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, bWeldSimulatedBodies) == 0x000013, "Member 'Actor_K2_AttachToActor::bWeldSimulatedBodies' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToActor, ReturnValue) == 0x000014, "Member 'Actor_K2_AttachToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_AttachToComponent \ +static_assert(alignof(Actor_K2_AttachToComponent) == 0x000008, "Wrong alignment on Actor_K2_AttachToComponent"); \ +static_assert(sizeof(Actor_K2_AttachToComponent) == 0x000018, "Wrong size on Actor_K2_AttachToComponent"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, Parent) == 0x000000, "Member 'Actor_K2_AttachToComponent::Parent' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, SocketName) == 0x000008, "Member 'Actor_K2_AttachToComponent::SocketName' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, LocationRule) == 0x000010, "Member 'Actor_K2_AttachToComponent::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, RotationRule) == 0x000011, "Member 'Actor_K2_AttachToComponent::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, ScaleRule) == 0x000012, "Member 'Actor_K2_AttachToComponent::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, bWeldSimulatedBodies) == 0x000013, "Member 'Actor_K2_AttachToComponent::bWeldSimulatedBodies' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_AttachToComponent, ReturnValue) == 0x000014, "Member 'Actor_K2_AttachToComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_DetachFromActor \ +static_assert(alignof(Actor_K2_DetachFromActor) == 0x000001, "Wrong alignment on Actor_K2_DetachFromActor"); \ +static_assert(sizeof(Actor_K2_DetachFromActor) == 0x000003, "Wrong size on Actor_K2_DetachFromActor"); \ +static_assert(offsetof(Actor_K2_DetachFromActor, LocationRule) == 0x000000, "Member 'Actor_K2_DetachFromActor::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_DetachFromActor, RotationRule) == 0x000001, "Member 'Actor_K2_DetachFromActor::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_DetachFromActor, ScaleRule) == 0x000002, "Member 'Actor_K2_DetachFromActor::ScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_OnBecomeViewTarget \ +static_assert(alignof(Actor_K2_OnBecomeViewTarget) == 0x000008, "Wrong alignment on Actor_K2_OnBecomeViewTarget"); \ +static_assert(sizeof(Actor_K2_OnBecomeViewTarget) == 0x000008, "Wrong size on Actor_K2_OnBecomeViewTarget"); \ +static_assert(offsetof(Actor_K2_OnBecomeViewTarget, PC) == 0x000000, "Member 'Actor_K2_OnBecomeViewTarget::PC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_OnEndViewTarget \ +static_assert(alignof(Actor_K2_OnEndViewTarget) == 0x000008, "Wrong alignment on Actor_K2_OnEndViewTarget"); \ +static_assert(sizeof(Actor_K2_OnEndViewTarget) == 0x000008, "Wrong size on Actor_K2_OnEndViewTarget"); \ +static_assert(offsetof(Actor_K2_OnEndViewTarget, PC) == 0x000000, "Member 'Actor_K2_OnEndViewTarget::PC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorLocation \ +static_assert(alignof(Actor_K2_SetActorLocation) == 0x000008, "Wrong alignment on Actor_K2_SetActorLocation"); \ +static_assert(sizeof(Actor_K2_SetActorLocation) == 0x000128, "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) == 0x000120, "Member 'Actor_K2_SetActorLocation::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, ReturnValue) == 0x000121, "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) == 0x000140, "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) == 0x000138, "Member 'Actor_K2_SetActorLocationAndRotation::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, ReturnValue) == 0x000139, "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) == 0x000128, "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) == 0x000120, "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) == 0x000128, "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) == 0x000120, "Member 'Actor_K2_SetActorRelativeRotation::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeTransform \ +static_assert(alignof(Actor_K2_SetActorRelativeTransform) == 0x000010, "Wrong alignment on Actor_K2_SetActorRelativeTransform"); \ +static_assert(sizeof(Actor_K2_SetActorRelativeTransform) == 0x000170, "Wrong size on Actor_K2_SetActorRelativeTransform"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, NewRelativeTransform) == 0x000000, "Member 'Actor_K2_SetActorRelativeTransform::NewRelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, bSweep) == 0x000060, "Member 'Actor_K2_SetActorRelativeTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, SweepHitResult) == 0x000068, "Member 'Actor_K2_SetActorRelativeTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRelativeTransform, bTeleport) == 0x000168, "Member 'Actor_K2_SetActorRelativeTransform::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorRotation \ +static_assert(alignof(Actor_K2_SetActorRotation) == 0x000008, "Wrong alignment on Actor_K2_SetActorRotation"); \ +static_assert(sizeof(Actor_K2_SetActorRotation) == 0x000020, "Wrong size on Actor_K2_SetActorRotation"); \ +static_assert(offsetof(Actor_K2_SetActorRotation, NewRotation) == 0x000000, "Member 'Actor_K2_SetActorRotation::NewRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRotation, bTeleportPhysics) == 0x000018, "Member 'Actor_K2_SetActorRotation::bTeleportPhysics' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorRotation, ReturnValue) == 0x000019, "Member 'Actor_K2_SetActorRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_SetActorTransform \ +static_assert(alignof(Actor_K2_SetActorTransform) == 0x000010, "Wrong alignment on Actor_K2_SetActorTransform"); \ +static_assert(sizeof(Actor_K2_SetActorTransform) == 0x000170, "Wrong size on Actor_K2_SetActorTransform"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, NewTransform) == 0x000000, "Member 'Actor_K2_SetActorTransform::NewTransform' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, bSweep) == 0x000060, "Member 'Actor_K2_SetActorTransform::bSweep' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, SweepHitResult) == 0x000068, "Member 'Actor_K2_SetActorTransform::SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, bTeleport) == 0x000168, "Member 'Actor_K2_SetActorTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, ReturnValue) == 0x000169, "Member 'Actor_K2_SetActorTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_TeleportTo \ +static_assert(alignof(Actor_K2_TeleportTo) == 0x000008, "Wrong alignment on Actor_K2_TeleportTo"); \ +static_assert(sizeof(Actor_K2_TeleportTo) == 0x000038, "Wrong size on Actor_K2_TeleportTo"); \ +static_assert(offsetof(Actor_K2_TeleportTo, DestLocation) == 0x000000, "Member 'Actor_K2_TeleportTo::DestLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_TeleportTo, DestRotation) == 0x000018, "Member 'Actor_K2_TeleportTo::DestRotation' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_TeleportTo, ReturnValue) == 0x000030, "Member 'Actor_K2_TeleportTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_MakeNoise \ +static_assert(alignof(Actor_MakeNoise) == 0x000008, "Wrong alignment on Actor_MakeNoise"); \ +static_assert(sizeof(Actor_MakeNoise) == 0x000038, "Wrong size on Actor_MakeNoise"); \ +static_assert(offsetof(Actor_MakeNoise, Loudness) == 0x000000, "Member 'Actor_MakeNoise::Loudness' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, NoiseInstigator) == 0x000008, "Member 'Actor_MakeNoise::NoiseInstigator' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, NoiseLocation) == 0x000010, "Member 'Actor_MakeNoise::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, MaxRange) == 0x000028, "Member 'Actor_MakeNoise::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(Actor_MakeNoise, Tag) == 0x00002C, "Member 'Actor_MakeNoise::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_PrestreamTextures \ +static_assert(alignof(Actor_PrestreamTextures) == 0x000004, "Wrong alignment on Actor_PrestreamTextures"); \ +static_assert(sizeof(Actor_PrestreamTextures) == 0x00000C, "Wrong size on Actor_PrestreamTextures"); \ +static_assert(offsetof(Actor_PrestreamTextures, Seconds) == 0x000000, "Member 'Actor_PrestreamTextures::Seconds' has a wrong offset!"); \ +static_assert(offsetof(Actor_PrestreamTextures, bEnableStreaming) == 0x000004, "Member 'Actor_PrestreamTextures::bEnableStreaming' has a wrong offset!"); \ +static_assert(offsetof(Actor_PrestreamTextures, CinematicTextureGroups) == 0x000008, "Member 'Actor_PrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorBeginOverlap \ +static_assert(alignof(Actor_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on Actor_ReceiveActorBeginOverlap"); \ +static_assert(sizeof(Actor_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on Actor_ReceiveActorBeginOverlap"); \ +static_assert(offsetof(Actor_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'Actor_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorEndOverlap \ +static_assert(alignof(Actor_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on Actor_ReceiveActorEndOverlap"); \ +static_assert(sizeof(Actor_ReceiveActorEndOverlap) == 0x000008, "Wrong size on Actor_ReceiveActorEndOverlap"); \ +static_assert(offsetof(Actor_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'Actor_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnClicked \ +static_assert(alignof(Actor_ReceiveActorOnClicked) == 0x000008, "Wrong alignment on Actor_ReceiveActorOnClicked"); \ +static_assert(sizeof(Actor_ReceiveActorOnClicked) == 0x000018, "Wrong size on Actor_ReceiveActorOnClicked"); \ +static_assert(offsetof(Actor_ReceiveActorOnClicked, ButtonPressed) == 0x000000, "Member 'Actor_ReceiveActorOnClicked::ButtonPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchBegin \ +static_assert(alignof(Actor_ReceiveActorOnInputTouchBegin) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchBegin"); \ +static_assert(sizeof(Actor_ReceiveActorOnInputTouchBegin) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchBegin"); \ +static_assert(offsetof(Actor_ReceiveActorOnInputTouchBegin, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchBegin::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchEnd \ +static_assert(alignof(Actor_ReceiveActorOnInputTouchEnd) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchEnd"); \ +static_assert(sizeof(Actor_ReceiveActorOnInputTouchEnd) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchEnd"); \ +static_assert(offsetof(Actor_ReceiveActorOnInputTouchEnd, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchEnd::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchEnter \ +static_assert(alignof(Actor_ReceiveActorOnInputTouchEnter) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchEnter"); \ +static_assert(sizeof(Actor_ReceiveActorOnInputTouchEnter) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchEnter"); \ +static_assert(offsetof(Actor_ReceiveActorOnInputTouchEnter, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchEnter::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnInputTouchLeave \ +static_assert(alignof(Actor_ReceiveActorOnInputTouchLeave) == 0x000001, "Wrong alignment on Actor_ReceiveActorOnInputTouchLeave"); \ +static_assert(sizeof(Actor_ReceiveActorOnInputTouchLeave) == 0x000001, "Wrong size on Actor_ReceiveActorOnInputTouchLeave"); \ +static_assert(offsetof(Actor_ReceiveActorOnInputTouchLeave, FingerIndex) == 0x000000, "Member 'Actor_ReceiveActorOnInputTouchLeave::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveActorOnReleased \ +static_assert(alignof(Actor_ReceiveActorOnReleased) == 0x000008, "Wrong alignment on Actor_ReceiveActorOnReleased"); \ +static_assert(sizeof(Actor_ReceiveActorOnReleased) == 0x000018, "Wrong size on Actor_ReceiveActorOnReleased"); \ +static_assert(offsetof(Actor_ReceiveActorOnReleased, ButtonReleased) == 0x000000, "Member 'Actor_ReceiveActorOnReleased::ButtonReleased' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveAnyDamage \ +static_assert(alignof(Actor_ReceiveAnyDamage) == 0x000008, "Wrong alignment on Actor_ReceiveAnyDamage"); \ +static_assert(sizeof(Actor_ReceiveAnyDamage) == 0x000020, "Wrong size on Actor_ReceiveAnyDamage"); \ +static_assert(offsetof(Actor_ReceiveAnyDamage, Damage) == 0x000000, "Member 'Actor_ReceiveAnyDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'Actor_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'Actor_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'Actor_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveAsyncPhysicsTick \ +static_assert(alignof(Actor_ReceiveAsyncPhysicsTick) == 0x000004, "Wrong alignment on Actor_ReceiveAsyncPhysicsTick"); \ +static_assert(sizeof(Actor_ReceiveAsyncPhysicsTick) == 0x000008, "Wrong size on Actor_ReceiveAsyncPhysicsTick"); \ +static_assert(offsetof(Actor_ReceiveAsyncPhysicsTick, DeltaSeconds) == 0x000000, "Member 'Actor_ReceiveAsyncPhysicsTick::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveAsyncPhysicsTick, SimSeconds) == 0x000004, "Member 'Actor_ReceiveAsyncPhysicsTick::SimSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveEndPlay \ +static_assert(alignof(Actor_ReceiveEndPlay) == 0x000001, "Wrong alignment on Actor_ReceiveEndPlay"); \ +static_assert(sizeof(Actor_ReceiveEndPlay) == 0x000001, "Wrong size on Actor_ReceiveEndPlay"); \ +static_assert(offsetof(Actor_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Actor_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ReceiveHit \ +static_assert(alignof(Actor_ReceiveHit) == 0x000008, "Wrong alignment on Actor_ReceiveHit"); \ +static_assert(sizeof(Actor_ReceiveHit) == 0x000168, "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) == 0x000178, "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) == 0x000138, "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) == 0x000128, "Member 'Actor_ReceiveRadialDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, DamageCauser) == 0x000130, "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_SetMinNetUpdateFrequency \ +static_assert(alignof(Actor_SetMinNetUpdateFrequency) == 0x000004, "Wrong alignment on Actor_SetMinNetUpdateFrequency"); \ +static_assert(sizeof(Actor_SetMinNetUpdateFrequency) == 0x000004, "Wrong size on Actor_SetMinNetUpdateFrequency"); \ +static_assert(offsetof(Actor_SetMinNetUpdateFrequency, MinFrequency) == 0x000000, "Member 'Actor_SetMinNetUpdateFrequency::MinFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetNetCullDistanceSquared \ +static_assert(alignof(Actor_SetNetCullDistanceSquared) == 0x000004, "Wrong alignment on Actor_SetNetCullDistanceSquared"); \ +static_assert(sizeof(Actor_SetNetCullDistanceSquared) == 0x000004, "Wrong size on Actor_SetNetCullDistanceSquared"); \ +static_assert(offsetof(Actor_SetNetCullDistanceSquared, DistanceSq) == 0x000000, "Member 'Actor_SetNetCullDistanceSquared::DistanceSq' 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_SetNetUpdateFrequency \ +static_assert(alignof(Actor_SetNetUpdateFrequency) == 0x000004, "Wrong alignment on Actor_SetNetUpdateFrequency"); \ +static_assert(sizeof(Actor_SetNetUpdateFrequency) == 0x000004, "Wrong size on Actor_SetNetUpdateFrequency"); \ +static_assert(offsetof(Actor_SetNetUpdateFrequency, Frequency) == 0x000000, "Member 'Actor_SetNetUpdateFrequency::Frequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetOwner \ +static_assert(alignof(Actor_SetOwner) == 0x000008, "Wrong alignment on Actor_SetOwner"); \ +static_assert(sizeof(Actor_SetOwner) == 0x000008, "Wrong size on Actor_SetOwner"); \ +static_assert(offsetof(Actor_SetOwner, NewOwner) == 0x000000, "Member 'Actor_SetOwner::NewOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetPhysicsReplicationMode \ +static_assert(alignof(Actor_SetPhysicsReplicationMode) == 0x000001, "Wrong alignment on Actor_SetPhysicsReplicationMode"); \ +static_assert(sizeof(Actor_SetPhysicsReplicationMode) == 0x000001, "Wrong size on Actor_SetPhysicsReplicationMode"); \ +static_assert(offsetof(Actor_SetPhysicsReplicationMode, ReplicationMode) == 0x000000, "Member 'Actor_SetPhysicsReplicationMode::ReplicationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetRayTracingGroupId \ +static_assert(alignof(Actor_SetRayTracingGroupId) == 0x000004, "Wrong alignment on Actor_SetRayTracingGroupId"); \ +static_assert(sizeof(Actor_SetRayTracingGroupId) == 0x000004, "Wrong size on Actor_SetRayTracingGroupId"); \ +static_assert(offsetof(Actor_SetRayTracingGroupId, InRaytracingGroupId) == 0x000000, "Member 'Actor_SetRayTracingGroupId::InRaytracingGroupId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetReplicateMovement \ +static_assert(alignof(Actor_SetReplicateMovement) == 0x000001, "Wrong alignment on Actor_SetReplicateMovement"); \ +static_assert(sizeof(Actor_SetReplicateMovement) == 0x000001, "Wrong size on Actor_SetReplicateMovement"); \ +static_assert(offsetof(Actor_SetReplicateMovement, bInReplicateMovement) == 0x000000, "Member 'Actor_SetReplicateMovement::bInReplicateMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetReplicates \ +static_assert(alignof(Actor_SetReplicates) == 0x000001, "Wrong alignment on Actor_SetReplicates"); \ +static_assert(sizeof(Actor_SetReplicates) == 0x000001, "Wrong size on Actor_SetReplicates"); \ +static_assert(offsetof(Actor_SetReplicates, bInReplicates) == 0x000000, "Member 'Actor_SetReplicates::bInReplicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetTickableWhenPaused \ +static_assert(alignof(Actor_SetTickableWhenPaused) == 0x000001, "Wrong alignment on Actor_SetTickableWhenPaused"); \ +static_assert(sizeof(Actor_SetTickableWhenPaused) == 0x000001, "Wrong size on Actor_SetTickableWhenPaused"); \ +static_assert(offsetof(Actor_SetTickableWhenPaused, bTickableWhenPaused) == 0x000000, "Member 'Actor_SetTickableWhenPaused::bTickableWhenPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_SetTickGroup \ +static_assert(alignof(Actor_SetTickGroup) == 0x000001, "Wrong alignment on Actor_SetTickGroup"); \ +static_assert(sizeof(Actor_SetTickGroup) == 0x000001, "Wrong size on Actor_SetTickGroup"); \ +static_assert(offsetof(Actor_SetTickGroup, NewTickGroup) == 0x000000, "Member 'Actor_SetTickGroup::NewTickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_ActorHasTag \ +static_assert(alignof(Actor_ActorHasTag) == 0x000004, "Wrong alignment on Actor_ActorHasTag"); \ +static_assert(sizeof(Actor_ActorHasTag) == 0x00000C, "Wrong size on Actor_ActorHasTag"); \ +static_assert(offsetof(Actor_ActorHasTag, Tag) == 0x000000, "Member 'Actor_ActorHasTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(Actor_ActorHasTag, ReturnValue) == 0x000008, "Member 'Actor_ActorHasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_CanTriggerResimulation \ +static_assert(alignof(Actor_CanTriggerResimulation) == 0x000001, "Wrong alignment on Actor_CanTriggerResimulation"); \ +static_assert(sizeof(Actor_CanTriggerResimulation) == 0x000001, "Wrong size on Actor_CanTriggerResimulation"); \ +static_assert(offsetof(Actor_CanTriggerResimulation, ReturnValue) == 0x000000, "Member 'Actor_CanTriggerResimulation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_FindComponentByTag \ +static_assert(alignof(Actor_FindComponentByTag) == 0x000008, "Wrong alignment on Actor_FindComponentByTag"); \ +static_assert(sizeof(Actor_FindComponentByTag) == 0x000018, "Wrong size on Actor_FindComponentByTag"); \ +static_assert(offsetof(Actor_FindComponentByTag, ComponentClass) == 0x000000, "Member 'Actor_FindComponentByTag::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(Actor_FindComponentByTag, Tag) == 0x000008, "Member 'Actor_FindComponentByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(Actor_FindComponentByTag, ReturnValue) == 0x000010, "Member 'Actor_FindComponentByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorBounds \ +static_assert(alignof(Actor_GetActorBounds) == 0x000008, "Wrong alignment on Actor_GetActorBounds"); \ +static_assert(sizeof(Actor_GetActorBounds) == 0x000040, "Wrong size on Actor_GetActorBounds"); \ +static_assert(offsetof(Actor_GetActorBounds, bOnlyCollidingComponents) == 0x000000, "Member 'Actor_GetActorBounds::bOnlyCollidingComponents' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorBounds, Origin) == 0x000008, "Member 'Actor_GetActorBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorBounds, BoxExtent) == 0x000020, "Member 'Actor_GetActorBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorBounds, bIncludeFromChildActors) == 0x000038, "Member 'Actor_GetActorBounds::bIncludeFromChildActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorEnableCollision \ +static_assert(alignof(Actor_GetActorEnableCollision) == 0x000001, "Wrong alignment on Actor_GetActorEnableCollision"); \ +static_assert(sizeof(Actor_GetActorEnableCollision) == 0x000001, "Wrong size on Actor_GetActorEnableCollision"); \ +static_assert(offsetof(Actor_GetActorEnableCollision, ReturnValue) == 0x000000, "Member 'Actor_GetActorEnableCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorEyesViewPoint \ +static_assert(alignof(Actor_GetActorEyesViewPoint) == 0x000008, "Wrong alignment on Actor_GetActorEyesViewPoint"); \ +static_assert(sizeof(Actor_GetActorEyesViewPoint) == 0x000030, "Wrong size on Actor_GetActorEyesViewPoint"); \ +static_assert(offsetof(Actor_GetActorEyesViewPoint, OutLocation) == 0x000000, "Member 'Actor_GetActorEyesViewPoint::OutLocation' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetActorEyesViewPoint, OutRotation) == 0x000018, "Member 'Actor_GetActorEyesViewPoint::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorForwardVector \ +static_assert(alignof(Actor_GetActorForwardVector) == 0x000008, "Wrong alignment on Actor_GetActorForwardVector"); \ +static_assert(sizeof(Actor_GetActorForwardVector) == 0x000018, "Wrong size on Actor_GetActorForwardVector"); \ +static_assert(offsetof(Actor_GetActorForwardVector, ReturnValue) == 0x000000, "Member 'Actor_GetActorForwardVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorRelativeScale3D \ +static_assert(alignof(Actor_GetActorRelativeScale3D) == 0x000008, "Wrong alignment on Actor_GetActorRelativeScale3D"); \ +static_assert(sizeof(Actor_GetActorRelativeScale3D) == 0x000018, "Wrong size on Actor_GetActorRelativeScale3D"); \ +static_assert(offsetof(Actor_GetActorRelativeScale3D, ReturnValue) == 0x000000, "Member 'Actor_GetActorRelativeScale3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorRightVector \ +static_assert(alignof(Actor_GetActorRightVector) == 0x000008, "Wrong alignment on Actor_GetActorRightVector"); \ +static_assert(sizeof(Actor_GetActorRightVector) == 0x000018, "Wrong size on Actor_GetActorRightVector"); \ +static_assert(offsetof(Actor_GetActorRightVector, ReturnValue) == 0x000000, "Member 'Actor_GetActorRightVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorScale3D \ +static_assert(alignof(Actor_GetActorScale3D) == 0x000008, "Wrong alignment on Actor_GetActorScale3D"); \ +static_assert(sizeof(Actor_GetActorScale3D) == 0x000018, "Wrong size on Actor_GetActorScale3D"); \ +static_assert(offsetof(Actor_GetActorScale3D, ReturnValue) == 0x000000, "Member 'Actor_GetActorScale3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorTickInterval \ +static_assert(alignof(Actor_GetActorTickInterval) == 0x000004, "Wrong alignment on Actor_GetActorTickInterval"); \ +static_assert(sizeof(Actor_GetActorTickInterval) == 0x000004, "Wrong size on Actor_GetActorTickInterval"); \ +static_assert(offsetof(Actor_GetActorTickInterval, ReturnValue) == 0x000000, "Member 'Actor_GetActorTickInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorTimeDilation \ +static_assert(alignof(Actor_GetActorTimeDilation) == 0x000004, "Wrong alignment on Actor_GetActorTimeDilation"); \ +static_assert(sizeof(Actor_GetActorTimeDilation) == 0x000004, "Wrong size on Actor_GetActorTimeDilation"); \ +static_assert(offsetof(Actor_GetActorTimeDilation, ReturnValue) == 0x000000, "Member 'Actor_GetActorTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetActorUpVector \ +static_assert(alignof(Actor_GetActorUpVector) == 0x000008, "Wrong alignment on Actor_GetActorUpVector"); \ +static_assert(sizeof(Actor_GetActorUpVector) == 0x000018, "Wrong size on Actor_GetActorUpVector"); \ +static_assert(offsetof(Actor_GetActorUpVector, ReturnValue) == 0x000000, "Member 'Actor_GetActorUpVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetAllChildActors \ +static_assert(alignof(Actor_GetAllChildActors) == 0x000008, "Wrong alignment on Actor_GetAllChildActors"); \ +static_assert(sizeof(Actor_GetAllChildActors) == 0x000018, "Wrong size on Actor_GetAllChildActors"); \ +static_assert(offsetof(Actor_GetAllChildActors, ChildActors) == 0x000000, "Member 'Actor_GetAllChildActors::ChildActors' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetAllChildActors, bIncludeDescendants) == 0x000010, "Member 'Actor_GetAllChildActors::bIncludeDescendants' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetAttachedActors \ +static_assert(alignof(Actor_GetAttachedActors) == 0x000008, "Wrong alignment on Actor_GetAttachedActors"); \ +static_assert(sizeof(Actor_GetAttachedActors) == 0x000018, "Wrong size on Actor_GetAttachedActors"); \ +static_assert(offsetof(Actor_GetAttachedActors, OutActors) == 0x000000, "Member 'Actor_GetAttachedActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetAttachedActors, bResetArray) == 0x000010, "Member 'Actor_GetAttachedActors::bResetArray' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetAttachedActors, bRecursivelyIncludeAttachedActors) == 0x000011, "Member 'Actor_GetAttachedActors::bRecursivelyIncludeAttachedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetAttachParentActor \ +static_assert(alignof(Actor_GetAttachParentActor) == 0x000008, "Wrong alignment on Actor_GetAttachParentActor"); \ +static_assert(sizeof(Actor_GetAttachParentActor) == 0x000008, "Wrong size on Actor_GetAttachParentActor"); \ +static_assert(offsetof(Actor_GetAttachParentActor, ReturnValue) == 0x000000, "Member 'Actor_GetAttachParentActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetAttachParentSocketName \ +static_assert(alignof(Actor_GetAttachParentSocketName) == 0x000004, "Wrong alignment on Actor_GetAttachParentSocketName"); \ +static_assert(sizeof(Actor_GetAttachParentSocketName) == 0x000008, "Wrong size on Actor_GetAttachParentSocketName"); \ +static_assert(offsetof(Actor_GetAttachParentSocketName, ReturnValue) == 0x000000, "Member 'Actor_GetAttachParentSocketName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetComponentByClass \ +static_assert(alignof(Actor_GetComponentByClass) == 0x000008, "Wrong alignment on Actor_GetComponentByClass"); \ +static_assert(sizeof(Actor_GetComponentByClass) == 0x000010, "Wrong size on Actor_GetComponentByClass"); \ +static_assert(offsetof(Actor_GetComponentByClass, ComponentClass) == 0x000000, "Member 'Actor_GetComponentByClass::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetComponentByClass, ReturnValue) == 0x000008, "Member 'Actor_GetComponentByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetComponentsByInterface \ +static_assert(alignof(Actor_GetComponentsByInterface) == 0x000008, "Wrong alignment on Actor_GetComponentsByInterface"); \ +static_assert(sizeof(Actor_GetComponentsByInterface) == 0x000018, "Wrong size on Actor_GetComponentsByInterface"); \ +static_assert(offsetof(Actor_GetComponentsByInterface, Interface) == 0x000000, "Member 'Actor_GetComponentsByInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetComponentsByInterface, ReturnValue) == 0x000008, "Member 'Actor_GetComponentsByInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetComponentsByTag \ +static_assert(alignof(Actor_GetComponentsByTag) == 0x000008, "Wrong alignment on Actor_GetComponentsByTag"); \ +static_assert(sizeof(Actor_GetComponentsByTag) == 0x000020, "Wrong size on Actor_GetComponentsByTag"); \ +static_assert(offsetof(Actor_GetComponentsByTag, ComponentClass) == 0x000000, "Member 'Actor_GetComponentsByTag::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetComponentsByTag, Tag) == 0x000008, "Member 'Actor_GetComponentsByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetComponentsByTag, ReturnValue) == 0x000010, "Member 'Actor_GetComponentsByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetDistanceTo \ +static_assert(alignof(Actor_GetDistanceTo) == 0x000008, "Wrong alignment on Actor_GetDistanceTo"); \ +static_assert(sizeof(Actor_GetDistanceTo) == 0x000010, "Wrong size on Actor_GetDistanceTo"); \ +static_assert(offsetof(Actor_GetDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetDotProductTo \ +static_assert(alignof(Actor_GetDotProductTo) == 0x000008, "Wrong alignment on Actor_GetDotProductTo"); \ +static_assert(sizeof(Actor_GetDotProductTo) == 0x000010, "Wrong size on Actor_GetDotProductTo"); \ +static_assert(offsetof(Actor_GetDotProductTo, OtherActor) == 0x000000, "Member 'Actor_GetDotProductTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetDotProductTo, ReturnValue) == 0x000008, "Member 'Actor_GetDotProductTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetGameTimeSinceCreation \ +static_assert(alignof(Actor_GetGameTimeSinceCreation) == 0x000004, "Wrong alignment on Actor_GetGameTimeSinceCreation"); \ +static_assert(sizeof(Actor_GetGameTimeSinceCreation) == 0x000004, "Wrong size on Actor_GetGameTimeSinceCreation"); \ +static_assert(offsetof(Actor_GetGameTimeSinceCreation, ReturnValue) == 0x000000, "Member 'Actor_GetGameTimeSinceCreation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetHorizontalDistanceTo \ +static_assert(alignof(Actor_GetHorizontalDistanceTo) == 0x000008, "Wrong alignment on Actor_GetHorizontalDistanceTo"); \ +static_assert(sizeof(Actor_GetHorizontalDistanceTo) == 0x000010, "Wrong size on Actor_GetHorizontalDistanceTo"); \ +static_assert(offsetof(Actor_GetHorizontalDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetHorizontalDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetHorizontalDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetHorizontalDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetHorizontalDotProductTo \ +static_assert(alignof(Actor_GetHorizontalDotProductTo) == 0x000008, "Wrong alignment on Actor_GetHorizontalDotProductTo"); \ +static_assert(sizeof(Actor_GetHorizontalDotProductTo) == 0x000010, "Wrong size on Actor_GetHorizontalDotProductTo"); \ +static_assert(offsetof(Actor_GetHorizontalDotProductTo, OtherActor) == 0x000000, "Member 'Actor_GetHorizontalDotProductTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetHorizontalDotProductTo, ReturnValue) == 0x000008, "Member 'Actor_GetHorizontalDotProductTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInputAxisKeyValue \ +static_assert(alignof(Actor_GetInputAxisKeyValue) == 0x000008, "Wrong alignment on Actor_GetInputAxisKeyValue"); \ +static_assert(sizeof(Actor_GetInputAxisKeyValue) == 0x000020, "Wrong size on Actor_GetInputAxisKeyValue"); \ +static_assert(offsetof(Actor_GetInputAxisKeyValue, InputAxisKey) == 0x000000, "Member 'Actor_GetInputAxisKeyValue::InputAxisKey' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetInputAxisKeyValue, ReturnValue) == 0x000018, "Member 'Actor_GetInputAxisKeyValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInputAxisValue \ +static_assert(alignof(Actor_GetInputAxisValue) == 0x000004, "Wrong alignment on Actor_GetInputAxisValue"); \ +static_assert(sizeof(Actor_GetInputAxisValue) == 0x00000C, "Wrong size on Actor_GetInputAxisValue"); \ +static_assert(offsetof(Actor_GetInputAxisValue, InputAxisName) == 0x000000, "Member 'Actor_GetInputAxisValue::InputAxisName' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetInputAxisValue, ReturnValue) == 0x000008, "Member 'Actor_GetInputAxisValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInputVectorAxisValue \ +static_assert(alignof(Actor_GetInputVectorAxisValue) == 0x000008, "Wrong alignment on Actor_GetInputVectorAxisValue"); \ +static_assert(sizeof(Actor_GetInputVectorAxisValue) == 0x000030, "Wrong size on Actor_GetInputVectorAxisValue"); \ +static_assert(offsetof(Actor_GetInputVectorAxisValue, InputAxisKey) == 0x000000, "Member 'Actor_GetInputVectorAxisValue::InputAxisKey' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetInputVectorAxisValue, ReturnValue) == 0x000018, "Member 'Actor_GetInputVectorAxisValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInstigator \ +static_assert(alignof(Actor_GetInstigator) == 0x000008, "Wrong alignment on Actor_GetInstigator"); \ +static_assert(sizeof(Actor_GetInstigator) == 0x000008, "Wrong size on Actor_GetInstigator"); \ +static_assert(offsetof(Actor_GetInstigator, ReturnValue) == 0x000000, "Member 'Actor_GetInstigator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetInstigatorController \ +static_assert(alignof(Actor_GetInstigatorController) == 0x000008, "Wrong alignment on Actor_GetInstigatorController"); \ +static_assert(sizeof(Actor_GetInstigatorController) == 0x000008, "Wrong size on Actor_GetInstigatorController"); \ +static_assert(offsetof(Actor_GetInstigatorController, ReturnValue) == 0x000000, "Member 'Actor_GetInstigatorController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetLevel \ +static_assert(alignof(Actor_GetLevel) == 0x000008, "Wrong alignment on Actor_GetLevel"); \ +static_assert(sizeof(Actor_GetLevel) == 0x000008, "Wrong size on Actor_GetLevel"); \ +static_assert(offsetof(Actor_GetLevel, ReturnValue) == 0x000000, "Member 'Actor_GetLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetLevelTransform \ +static_assert(alignof(Actor_GetLevelTransform) == 0x000010, "Wrong alignment on Actor_GetLevelTransform"); \ +static_assert(sizeof(Actor_GetLevelTransform) == 0x000060, "Wrong size on Actor_GetLevelTransform"); \ +static_assert(offsetof(Actor_GetLevelTransform, ReturnValue) == 0x000000, "Member 'Actor_GetLevelTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetLifeSpan \ +static_assert(alignof(Actor_GetLifeSpan) == 0x000004, "Wrong alignment on Actor_GetLifeSpan"); \ +static_assert(sizeof(Actor_GetLifeSpan) == 0x000004, "Wrong size on Actor_GetLifeSpan"); \ +static_assert(offsetof(Actor_GetLifeSpan, ReturnValue) == 0x000000, "Member 'Actor_GetLifeSpan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetLocalRole \ +static_assert(alignof(Actor_GetLocalRole) == 0x000001, "Wrong alignment on Actor_GetLocalRole"); \ +static_assert(sizeof(Actor_GetLocalRole) == 0x000001, "Wrong size on Actor_GetLocalRole"); \ +static_assert(offsetof(Actor_GetLocalRole, ReturnValue) == 0x000000, "Member 'Actor_GetLocalRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetMinNetUpdateFrequency \ +static_assert(alignof(Actor_GetMinNetUpdateFrequency) == 0x000004, "Wrong alignment on Actor_GetMinNetUpdateFrequency"); \ +static_assert(sizeof(Actor_GetMinNetUpdateFrequency) == 0x000004, "Wrong size on Actor_GetMinNetUpdateFrequency"); \ +static_assert(offsetof(Actor_GetMinNetUpdateFrequency, ReturnValue) == 0x000000, "Member 'Actor_GetMinNetUpdateFrequency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetNetCullDistanceSquared \ +static_assert(alignof(Actor_GetNetCullDistanceSquared) == 0x000004, "Wrong alignment on Actor_GetNetCullDistanceSquared"); \ +static_assert(sizeof(Actor_GetNetCullDistanceSquared) == 0x000004, "Wrong size on Actor_GetNetCullDistanceSquared"); \ +static_assert(offsetof(Actor_GetNetCullDistanceSquared, ReturnValue) == 0x000000, "Member 'Actor_GetNetCullDistanceSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetNetUpdateFrequency \ +static_assert(alignof(Actor_GetNetUpdateFrequency) == 0x000004, "Wrong alignment on Actor_GetNetUpdateFrequency"); \ +static_assert(sizeof(Actor_GetNetUpdateFrequency) == 0x000004, "Wrong size on Actor_GetNetUpdateFrequency"); \ +static_assert(offsetof(Actor_GetNetUpdateFrequency, ReturnValue) == 0x000000, "Member 'Actor_GetNetUpdateFrequency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetOverlappingActors \ +static_assert(alignof(Actor_GetOverlappingActors) == 0x000008, "Wrong alignment on Actor_GetOverlappingActors"); \ +static_assert(sizeof(Actor_GetOverlappingActors) == 0x000018, "Wrong size on Actor_GetOverlappingActors"); \ +static_assert(offsetof(Actor_GetOverlappingActors, OverlappingActors) == 0x000000, "Member 'Actor_GetOverlappingActors::OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetOverlappingActors, ClassFilter) == 0x000010, "Member 'Actor_GetOverlappingActors::ClassFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetOverlappingComponents \ +static_assert(alignof(Actor_GetOverlappingComponents) == 0x000008, "Wrong alignment on Actor_GetOverlappingComponents"); \ +static_assert(sizeof(Actor_GetOverlappingComponents) == 0x000010, "Wrong size on Actor_GetOverlappingComponents"); \ +static_assert(offsetof(Actor_GetOverlappingComponents, OverlappingComponents) == 0x000000, "Member 'Actor_GetOverlappingComponents::OverlappingComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetOwner \ +static_assert(alignof(Actor_GetOwner) == 0x000008, "Wrong alignment on Actor_GetOwner"); \ +static_assert(sizeof(Actor_GetOwner) == 0x000008, "Wrong size on Actor_GetOwner"); \ +static_assert(offsetof(Actor_GetOwner, ReturnValue) == 0x000000, "Member 'Actor_GetOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetParentActor \ +static_assert(alignof(Actor_GetParentActor) == 0x000008, "Wrong alignment on Actor_GetParentActor"); \ +static_assert(sizeof(Actor_GetParentActor) == 0x000008, "Wrong size on Actor_GetParentActor"); \ +static_assert(offsetof(Actor_GetParentActor, ReturnValue) == 0x000000, "Member 'Actor_GetParentActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetParentComponent \ +static_assert(alignof(Actor_GetParentComponent) == 0x000008, "Wrong alignment on Actor_GetParentComponent"); \ +static_assert(sizeof(Actor_GetParentComponent) == 0x000008, "Wrong size on Actor_GetParentComponent"); \ +static_assert(offsetof(Actor_GetParentComponent, ReturnValue) == 0x000000, "Member 'Actor_GetParentComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetRayTracingGroupId \ +static_assert(alignof(Actor_GetRayTracingGroupId) == 0x000004, "Wrong alignment on Actor_GetRayTracingGroupId"); \ +static_assert(sizeof(Actor_GetRayTracingGroupId) == 0x000004, "Wrong size on Actor_GetRayTracingGroupId"); \ +static_assert(offsetof(Actor_GetRayTracingGroupId, ReturnValue) == 0x000000, "Member 'Actor_GetRayTracingGroupId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetRemoteRole \ +static_assert(alignof(Actor_GetRemoteRole) == 0x000001, "Wrong alignment on Actor_GetRemoteRole"); \ +static_assert(sizeof(Actor_GetRemoteRole) == 0x000001, "Wrong size on Actor_GetRemoteRole"); \ +static_assert(offsetof(Actor_GetRemoteRole, ReturnValue) == 0x000000, "Member 'Actor_GetRemoteRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetResimulationThreshold \ +static_assert(alignof(Actor_GetResimulationThreshold) == 0x000004, "Wrong alignment on Actor_GetResimulationThreshold"); \ +static_assert(sizeof(Actor_GetResimulationThreshold) == 0x000004, "Wrong size on Actor_GetResimulationThreshold"); \ +static_assert(offsetof(Actor_GetResimulationThreshold, ReturnValue) == 0x000000, "Member 'Actor_GetResimulationThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetSquaredDistanceTo \ +static_assert(alignof(Actor_GetSquaredDistanceTo) == 0x000008, "Wrong alignment on Actor_GetSquaredDistanceTo"); \ +static_assert(sizeof(Actor_GetSquaredDistanceTo) == 0x000010, "Wrong size on Actor_GetSquaredDistanceTo"); \ +static_assert(offsetof(Actor_GetSquaredDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetSquaredDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetSquaredDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetSquaredDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetSquaredHorizontalDistanceTo \ +static_assert(alignof(Actor_GetSquaredHorizontalDistanceTo) == 0x000008, "Wrong alignment on Actor_GetSquaredHorizontalDistanceTo"); \ +static_assert(sizeof(Actor_GetSquaredHorizontalDistanceTo) == 0x000010, "Wrong size on Actor_GetSquaredHorizontalDistanceTo"); \ +static_assert(offsetof(Actor_GetSquaredHorizontalDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetSquaredHorizontalDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetSquaredHorizontalDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetSquaredHorizontalDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetTransform \ +static_assert(alignof(Actor_GetTransform) == 0x000010, "Wrong alignment on Actor_GetTransform"); \ +static_assert(sizeof(Actor_GetTransform) == 0x000060, "Wrong size on Actor_GetTransform"); \ +static_assert(offsetof(Actor_GetTransform, ReturnValue) == 0x000000, "Member 'Actor_GetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetVelocity \ +static_assert(alignof(Actor_GetVelocity) == 0x000008, "Wrong alignment on Actor_GetVelocity"); \ +static_assert(sizeof(Actor_GetVelocity) == 0x000018, "Wrong size on Actor_GetVelocity"); \ +static_assert(offsetof(Actor_GetVelocity, ReturnValue) == 0x000000, "Member 'Actor_GetVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_GetVerticalDistanceTo \ +static_assert(alignof(Actor_GetVerticalDistanceTo) == 0x000008, "Wrong alignment on Actor_GetVerticalDistanceTo"); \ +static_assert(sizeof(Actor_GetVerticalDistanceTo) == 0x000010, "Wrong size on Actor_GetVerticalDistanceTo"); \ +static_assert(offsetof(Actor_GetVerticalDistanceTo, OtherActor) == 0x000000, "Member 'Actor_GetVerticalDistanceTo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Actor_GetVerticalDistanceTo, ReturnValue) == 0x000008, "Member 'Actor_GetVerticalDistanceTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_HasAuthority \ +static_assert(alignof(Actor_HasAuthority) == 0x000001, "Wrong alignment on Actor_HasAuthority"); \ +static_assert(sizeof(Actor_HasAuthority) == 0x000001, "Wrong size on Actor_HasAuthority"); \ +static_assert(offsetof(Actor_HasAuthority, ReturnValue) == 0x000000, "Member 'Actor_HasAuthority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsActorBeingDestroyed \ +static_assert(alignof(Actor_IsActorBeingDestroyed) == 0x000001, "Wrong alignment on Actor_IsActorBeingDestroyed"); \ +static_assert(sizeof(Actor_IsActorBeingDestroyed) == 0x000001, "Wrong size on Actor_IsActorBeingDestroyed"); \ +static_assert(offsetof(Actor_IsActorBeingDestroyed, ReturnValue) == 0x000000, "Member 'Actor_IsActorBeingDestroyed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsActorTickEnabled \ +static_assert(alignof(Actor_IsActorTickEnabled) == 0x000001, "Wrong alignment on Actor_IsActorTickEnabled"); \ +static_assert(sizeof(Actor_IsActorTickEnabled) == 0x000001, "Wrong size on Actor_IsActorTickEnabled"); \ +static_assert(offsetof(Actor_IsActorTickEnabled, ReturnValue) == 0x000000, "Member 'Actor_IsActorTickEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsChildActor \ +static_assert(alignof(Actor_IsChildActor) == 0x000001, "Wrong alignment on Actor_IsChildActor"); \ +static_assert(sizeof(Actor_IsChildActor) == 0x000001, "Wrong size on Actor_IsChildActor"); \ +static_assert(offsetof(Actor_IsChildActor, ReturnValue) == 0x000000, "Member 'Actor_IsChildActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_IsOverlappingActor \ +static_assert(alignof(Actor_IsOverlappingActor) == 0x000008, "Wrong alignment on Actor_IsOverlappingActor"); \ +static_assert(sizeof(Actor_IsOverlappingActor) == 0x000010, "Wrong size on Actor_IsOverlappingActor"); \ +static_assert(offsetof(Actor_IsOverlappingActor, Other) == 0x000000, "Member 'Actor_IsOverlappingActor::Other' has a wrong offset!"); \ +static_assert(offsetof(Actor_IsOverlappingActor, ReturnValue) == 0x000008, "Member 'Actor_IsOverlappingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_GetActorLocation \ +static_assert(alignof(Actor_K2_GetActorLocation) == 0x000008, "Wrong alignment on Actor_K2_GetActorLocation"); \ +static_assert(sizeof(Actor_K2_GetActorLocation) == 0x000018, "Wrong size on Actor_K2_GetActorLocation"); \ +static_assert(offsetof(Actor_K2_GetActorLocation, ReturnValue) == 0x000000, "Member 'Actor_K2_GetActorLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_GetActorRotation \ +static_assert(alignof(Actor_K2_GetActorRotation) == 0x000008, "Wrong alignment on Actor_K2_GetActorRotation"); \ +static_assert(sizeof(Actor_K2_GetActorRotation) == 0x000018, "Wrong size on Actor_K2_GetActorRotation"); \ +static_assert(offsetof(Actor_K2_GetActorRotation, ReturnValue) == 0x000000, "Member 'Actor_K2_GetActorRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_GetComponentsByClass \ +static_assert(alignof(Actor_K2_GetComponentsByClass) == 0x000008, "Wrong alignment on Actor_K2_GetComponentsByClass"); \ +static_assert(sizeof(Actor_K2_GetComponentsByClass) == 0x000018, "Wrong size on Actor_K2_GetComponentsByClass"); \ +static_assert(offsetof(Actor_K2_GetComponentsByClass, ComponentClass) == 0x000000, "Member 'Actor_K2_GetComponentsByClass::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_GetComponentsByClass, ReturnValue) == 0x000008, "Member 'Actor_K2_GetComponentsByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_K2_GetRootComponent \ +static_assert(alignof(Actor_K2_GetRootComponent) == 0x000008, "Wrong alignment on Actor_K2_GetRootComponent"); \ +static_assert(sizeof(Actor_K2_GetRootComponent) == 0x000008, "Wrong size on Actor_K2_GetRootComponent"); \ +static_assert(offsetof(Actor_K2_GetRootComponent, ReturnValue) == 0x000000, "Member 'Actor_K2_GetRootComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Actor_WasRecentlyRendered \ +static_assert(alignof(Actor_WasRecentlyRendered) == 0x000004, "Wrong alignment on Actor_WasRecentlyRendered"); \ +static_assert(sizeof(Actor_WasRecentlyRendered) == 0x000008, "Wrong size on Actor_WasRecentlyRendered"); \ +static_assert(offsetof(Actor_WasRecentlyRendered, Tolerance) == 0x000000, "Member 'Actor_WasRecentlyRendered::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(Actor_WasRecentlyRendered, ReturnValue) == 0x000004, "Member 'Actor_WasRecentlyRendered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AActor \ +static_assert(alignof(AActor) == 0x000008, "Wrong alignment on AActor"); \ +static_assert(sizeof(AActor) == 0x0002B0, "Wrong size on AActor"); \ +static_assert(offsetof(AActor, PrimaryActorTick) == 0x000028, "Member 'AActor::PrimaryActorTick' has a wrong offset!"); \ +static_assert(offsetof(AActor, UpdateOverlapsMethodDuringLevelStreaming) == 0x00005E, "Member 'AActor::UpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(AActor, DefaultUpdateOverlapsMethodDuringLevelStreaming) == 0x00005F, "Member 'AActor::DefaultUpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(AActor, RemoteRole) == 0x000060, "Member 'AActor::RemoteRole' has a wrong offset!"); \ +static_assert(offsetof(AActor, InitialLifeSpan) == 0x000064, "Member 'AActor::InitialLifeSpan' has a wrong offset!"); \ +static_assert(offsetof(AActor, CustomTimeDilation) == 0x000068, "Member 'AActor::CustomTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AActor, RayTracingGroupId) == 0x00006C, "Member 'AActor::RayTracingGroupId' has a wrong offset!"); \ +static_assert(offsetof(AActor, AttachmentReplication) == 0x000070, "Member 'AActor::AttachmentReplication' has a wrong offset!"); \ +static_assert(offsetof(AActor, ReplicatedMovement) == 0x0000D0, "Member 'AActor::ReplicatedMovement' has a wrong offset!"); \ +static_assert(offsetof(AActor, Owner) == 0x000158, "Member 'AActor::Owner' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetDriverName) == 0x000160, "Member 'AActor::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(AActor, Role) == 0x000168, "Member 'AActor::Role' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetDormancy) == 0x000169, "Member 'AActor::NetDormancy' has a wrong offset!"); \ +static_assert(offsetof(AActor, SpawnCollisionHandlingMethod) == 0x00016A, "Member 'AActor::SpawnCollisionHandlingMethod' has a wrong offset!"); \ +static_assert(offsetof(AActor, AutoReceiveInput) == 0x00016B, "Member 'AActor::AutoReceiveInput' has a wrong offset!"); \ +static_assert(offsetof(AActor, InputPriority) == 0x00016C, "Member 'AActor::InputPriority' has a wrong offset!"); \ +static_assert(offsetof(AActor, InputComponent) == 0x000178, "Member 'AActor::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetTag) == 0x000180, "Member 'AActor::NetTag' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetCullDistanceSquared) == 0x000184, "Member 'AActor::NetCullDistanceSquared' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetUpdateFrequency) == 0x000188, "Member 'AActor::NetUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(AActor, MinNetUpdateFrequency) == 0x00018C, "Member 'AActor::MinNetUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetPriority) == 0x000190, "Member 'AActor::NetPriority' has a wrong offset!"); \ +static_assert(offsetof(AActor, PhysicsReplicationMode) == 0x000194, "Member 'AActor::PhysicsReplicationMode' has a wrong offset!"); \ +static_assert(offsetof(AActor, Instigator) == 0x0001A0, "Member 'AActor::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AActor, Children) == 0x0001A8, "Member 'AActor::Children' has a wrong offset!"); \ +static_assert(offsetof(AActor, RootComponent) == 0x0001B8, "Member 'AActor::RootComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, HLODLayer) == 0x0001C8, "Member 'AActor::HLODLayer' has a wrong offset!"); \ +static_assert(offsetof(AActor, Layers) == 0x0001D0, "Member 'AActor::Layers' has a wrong offset!"); \ +static_assert(offsetof(AActor, ParentComponent) == 0x0001E0, "Member 'AActor::ParentComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, Tags) == 0x0001E8, "Member 'AActor::Tags' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakeAnyDamage) == 0x0001F8, "Member 'AActor::OnTakeAnyDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakePointDamage) == 0x0001F9, "Member 'AActor::OnTakePointDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakeRadialDamage) == 0x0001FA, "Member 'AActor::OnTakeRadialDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorBeginOverlap) == 0x0001FB, "Member 'AActor::OnActorBeginOverlap' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorEndOverlap) == 0x0001FC, "Member 'AActor::OnActorEndOverlap' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnBeginCursorOver) == 0x0001FD, "Member 'AActor::OnBeginCursorOver' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnEndCursorOver) == 0x0001FE, "Member 'AActor::OnEndCursorOver' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnClicked) == 0x0001FF, "Member 'AActor::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnReleased) == 0x000200, "Member 'AActor::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchBegin) == 0x000201, "Member 'AActor::OnInputTouchBegin' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchEnd) == 0x000202, "Member 'AActor::OnInputTouchEnd' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchEnter) == 0x000203, "Member 'AActor::OnInputTouchEnter' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchLeave) == 0x000204, "Member 'AActor::OnInputTouchLeave' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorHit) == 0x000205, "Member 'AActor::OnActorHit' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnDestroyed) == 0x000206, "Member 'AActor::OnDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnEndPlay) == 0x000207, "Member 'AActor::OnEndPlay' has a wrong offset!"); \ +static_assert(offsetof(AActor, InstanceComponents) == 0x000288, "Member 'AActor::InstanceComponents' has a wrong offset!"); \ +static_assert(offsetof(AActor, BlueprintCreatedComponents) == 0x000298, "Member 'AActor::BlueprintCreatedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASceneCapture \ +static_assert(alignof(ASceneCapture) == 0x000008, "Wrong alignment on ASceneCapture"); \ +static_assert(sizeof(ASceneCapture) == 0x0002C0, "Wrong size on ASceneCapture"); \ +static_assert(offsetof(ASceneCapture, MeshComp) == 0x0002B0, "Member 'ASceneCapture::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(ASceneCapture, SceneComponent) == 0x0002B8, "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) == 0x0002C8, "Wrong size on ASceneCaptureCube"); \ +static_assert(offsetof(ASceneCaptureCube, CaptureComponentCube) == 0x0002C0, "Member 'ASceneCaptureCube::CaptureComponentCube' 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_MovementComponent_K2_MoveUpdatedComponent \ +static_assert(alignof(MovementComponent_K2_MoveUpdatedComponent) == 0x000008, "Wrong alignment on MovementComponent_K2_MoveUpdatedComponent"); \ +static_assert(sizeof(MovementComponent_K2_MoveUpdatedComponent) == 0x000138, "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) == 0x000130, "Member 'MovementComponent_K2_MoveUpdatedComponent::bSweep' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, bTeleport) == 0x000131, "Member 'MovementComponent_K2_MoveUpdatedComponent::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, ReturnValue) == 0x000132, "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_GetVelocityForNavMovement \ +static_assert(alignof(NavMovementComponent_GetVelocityForNavMovement) == 0x000008, "Wrong alignment on NavMovementComponent_GetVelocityForNavMovement"); \ +static_assert(sizeof(NavMovementComponent_GetVelocityForNavMovement) == 0x000018, "Wrong size on NavMovementComponent_GetVelocityForNavMovement"); \ +static_assert(offsetof(NavMovementComponent_GetVelocityForNavMovement, ReturnValue) == 0x000000, "Member 'NavMovementComponent_GetVelocityForNavMovement::ReturnValue' 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) == 0x000188, "Wrong size on UNavMovementComponent"); \ +static_assert(offsetof(UNavMovementComponent, FixedPathBrakingDistance) == 0x000130, "Member 'UNavMovementComponent::FixedPathBrakingDistance' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, NavMovementProperties) == 0x000138, "Member 'UNavMovementComponent::NavMovementProperties' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, NavAgentProps) == 0x000140, "Member 'UNavMovementComponent::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, MovementState) == 0x000178, "Member 'UNavMovementComponent::MovementState' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, PathFollowingComp) == 0x000180, "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_MulticastAsyncPhysicsStateAction \ +static_assert(alignof(PawnMovementComponent_MulticastAsyncPhysicsStateAction) == 0x000008, "Wrong alignment on PawnMovementComponent_MulticastAsyncPhysicsStateAction"); \ +static_assert(sizeof(PawnMovementComponent_MulticastAsyncPhysicsStateAction) == 0x000050, "Wrong size on PawnMovementComponent_MulticastAsyncPhysicsStateAction"); \ +static_assert(offsetof(PawnMovementComponent_MulticastAsyncPhysicsStateAction, ActionComponent) == 0x000000, "Member 'PawnMovementComponent_MulticastAsyncPhysicsStateAction::ActionComponent' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_MulticastAsyncPhysicsStateAction, BoneName) == 0x000008, "Member 'PawnMovementComponent_MulticastAsyncPhysicsStateAction::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_MulticastAsyncPhysicsStateAction, Timestamp) == 0x000010, "Member 'PawnMovementComponent_MulticastAsyncPhysicsStateAction::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_MulticastAsyncPhysicsStateAction, ActionType) == 0x000018, "Member 'PawnMovementComponent_MulticastAsyncPhysicsStateAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_MulticastAsyncPhysicsStateAction, ActionDatas) == 0x000020, "Member 'PawnMovementComponent_MulticastAsyncPhysicsStateAction::ActionDatas' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_MulticastAsyncPhysicsStateAction, ActionPosition) == 0x000038, "Member 'PawnMovementComponent_MulticastAsyncPhysicsStateAction::ActionPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_ServerAsyncPhysicsStateAction \ +static_assert(alignof(PawnMovementComponent_ServerAsyncPhysicsStateAction) == 0x000008, "Wrong alignment on PawnMovementComponent_ServerAsyncPhysicsStateAction"); \ +static_assert(sizeof(PawnMovementComponent_ServerAsyncPhysicsStateAction) == 0x000050, "Wrong size on PawnMovementComponent_ServerAsyncPhysicsStateAction"); \ +static_assert(offsetof(PawnMovementComponent_ServerAsyncPhysicsStateAction, ActionComponent) == 0x000000, "Member 'PawnMovementComponent_ServerAsyncPhysicsStateAction::ActionComponent' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_ServerAsyncPhysicsStateAction, BoneName) == 0x000008, "Member 'PawnMovementComponent_ServerAsyncPhysicsStateAction::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_ServerAsyncPhysicsStateAction, Timestamp) == 0x000010, "Member 'PawnMovementComponent_ServerAsyncPhysicsStateAction::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_ServerAsyncPhysicsStateAction, ActionType) == 0x000018, "Member 'PawnMovementComponent_ServerAsyncPhysicsStateAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_ServerAsyncPhysicsStateAction, ActionDatas) == 0x000020, "Member 'PawnMovementComponent_ServerAsyncPhysicsStateAction::ActionDatas' has a wrong offset!"); \ +static_assert(offsetof(PawnMovementComponent_ServerAsyncPhysicsStateAction, ActionPosition) == 0x000038, "Member 'PawnMovementComponent_ServerAsyncPhysicsStateAction::ActionPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_GetLastInputVector \ +static_assert(alignof(PawnMovementComponent_GetLastInputVector) == 0x000008, "Wrong alignment on PawnMovementComponent_GetLastInputVector"); \ +static_assert(sizeof(PawnMovementComponent_GetLastInputVector) == 0x000018, "Wrong size on PawnMovementComponent_GetLastInputVector"); \ +static_assert(offsetof(PawnMovementComponent_GetLastInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_GetLastInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_GetPawnOwner \ +static_assert(alignof(PawnMovementComponent_GetPawnOwner) == 0x000008, "Wrong alignment on PawnMovementComponent_GetPawnOwner"); \ +static_assert(sizeof(PawnMovementComponent_GetPawnOwner) == 0x000008, "Wrong size on PawnMovementComponent_GetPawnOwner"); \ +static_assert(offsetof(PawnMovementComponent_GetPawnOwner, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_GetPawnOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_GetPendingInputVector \ +static_assert(alignof(PawnMovementComponent_GetPendingInputVector) == 0x000008, "Wrong alignment on PawnMovementComponent_GetPendingInputVector"); \ +static_assert(sizeof(PawnMovementComponent_GetPendingInputVector) == 0x000018, "Wrong size on PawnMovementComponent_GetPendingInputVector"); \ +static_assert(offsetof(PawnMovementComponent_GetPendingInputVector, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_GetPendingInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnMovementComponent_IsMoveInputIgnored \ +static_assert(alignof(PawnMovementComponent_IsMoveInputIgnored) == 0x000001, "Wrong alignment on PawnMovementComponent_IsMoveInputIgnored"); \ +static_assert(sizeof(PawnMovementComponent_IsMoveInputIgnored) == 0x000001, "Wrong size on PawnMovementComponent_IsMoveInputIgnored"); \ +static_assert(offsetof(PawnMovementComponent_IsMoveInputIgnored, ReturnValue) == 0x000000, "Member 'PawnMovementComponent_IsMoveInputIgnored::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnMovementComponent \ +static_assert(alignof(UPawnMovementComponent) == 0x000008, "Wrong alignment on UPawnMovementComponent"); \ +static_assert(sizeof(UPawnMovementComponent) == 0x000190, "Wrong size on UPawnMovementComponent"); \ +static_assert(offsetof(UPawnMovementComponent, PawnOwner) == 0x000188, "Member 'UPawnMovementComponent::PawnOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloatingPawnMovement \ +static_assert(alignof(UFloatingPawnMovement) == 0x000008, "Wrong alignment on UFloatingPawnMovement"); \ +static_assert(sizeof(UFloatingPawnMovement) == 0x0001A8, "Wrong size on UFloatingPawnMovement"); \ +static_assert(offsetof(UFloatingPawnMovement, MaxSpeed) == 0x000190, "Member 'UFloatingPawnMovement::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, Acceleration) == 0x000194, "Member 'UFloatingPawnMovement::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, Deceleration) == 0x000198, "Member 'UFloatingPawnMovement::Deceleration' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, TurningBoost) == 0x00019C, "Member 'UFloatingPawnMovement::TurningBoost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTangentOutput \ +static_assert(alignof(UMaterialExpressionTangentOutput) == 0x000008, "Wrong alignment on UMaterialExpressionTangentOutput"); \ +static_assert(sizeof(UMaterialExpressionTangentOutput) == 0x0000D8, "Wrong size on UMaterialExpressionTangentOutput"); \ +static_assert(offsetof(UMaterialExpressionTangentOutput, Input) == 0x0000B0, "Member 'UMaterialExpressionTangentOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionThinTranslucentMaterialOutput \ +static_assert(alignof(UMaterialExpressionThinTranslucentMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionThinTranslucentMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionThinTranslucentMaterialOutput) == 0x000100, "Wrong size on UMaterialExpressionThinTranslucentMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionThinTranslucentMaterialOutput, TransmittanceColor) == 0x0000B0, "Member 'UMaterialExpressionThinTranslucentMaterialOutput::TransmittanceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionThinTranslucentMaterialOutput, SurfaceCoverage) == 0x0000D8, "Member 'UMaterialExpressionThinTranslucentMaterialOutput::SurfaceCoverage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateBSDF) == 0x0000B0, "Wrong size on UMaterialExpressionSubstrateBSDF"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateVerticalLayering \ +static_assert(alignof(UMaterialExpressionSubstrateVerticalLayering) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateVerticalLayering"); \ +static_assert(sizeof(UMaterialExpressionSubstrateVerticalLayering) == 0x000130, "Wrong size on UMaterialExpressionSubstrateVerticalLayering"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVerticalLayering, Top) == 0x0000B0, "Member 'UMaterialExpressionSubstrateVerticalLayering::Top' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVerticalLayering, base) == 0x0000D8, "Member 'UMaterialExpressionSubstrateVerticalLayering::base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVerticalLayering, Thickness) == 0x000100, "Member 'UMaterialExpressionSubstrateVerticalLayering::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UBlueprintFunctionLibrary \ +static_assert(alignof(UBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UBlueprintFunctionLibrary"); \ +static_assert(sizeof(UBlueprintFunctionLibrary) == 0x000028, "Wrong size on UBlueprintFunctionLibrary"); \ + +#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_SoundBase_IsAttenuationSettingsEditable \ +static_assert(alignof(SoundBase_IsAttenuationSettingsEditable) == 0x000001, "Wrong alignment on SoundBase_IsAttenuationSettingsEditable"); \ +static_assert(sizeof(SoundBase_IsAttenuationSettingsEditable) == 0x000001, "Wrong size on SoundBase_IsAttenuationSettingsEditable"); \ +static_assert(offsetof(SoundBase_IsAttenuationSettingsEditable, ReturnValue) == 0x000000, "Member 'SoundBase_IsAttenuationSettingsEditable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundBase \ +static_assert(alignof(USoundBase) == 0x000008, "Wrong alignment on USoundBase"); \ +static_assert(sizeof(USoundBase) == 0x000180, "Wrong size on USoundBase"); \ +static_assert(offsetof(USoundBase, SoundClassObject) == 0x000038, "Member 'USoundBase::SoundClassObject' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, VirtualizationMode) == 0x000041, "Member 'USoundBase::VirtualizationMode' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, ConcurrencySet) == 0x000098, "Member 'USoundBase::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, ConcurrencyOverrides) == 0x0000E8, "Member 'USoundBase::ConcurrencyOverrides' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, Duration) == 0x00010C, "Member 'USoundBase::Duration' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, MaxDistance) == 0x000110, "Member 'USoundBase::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, TotalSamples) == 0x000114, "Member 'USoundBase::TotalSamples' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, Priority) == 0x000118, "Member 'USoundBase::Priority' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, AttenuationSettings) == 0x000120, "Member 'USoundBase::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, SoundSubmixObject) == 0x000128, "Member 'USoundBase::SoundSubmixObject' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, SoundSubmixSends) == 0x000130, "Member 'USoundBase::SoundSubmixSends' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, SourceEffectChain) == 0x000140, "Member 'USoundBase::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, BusSends) == 0x000148, "Member 'USoundBase::BusSends' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, PreEffectBusSends) == 0x000158, "Member 'USoundBase::PreEffectBusSends' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, AssetUserData) == 0x000168, "Member 'USoundBase::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, TimecodeOffset) == 0x000178, "Member 'USoundBase::TimecodeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundWave_SetSoundAssetCompressionType \ +static_assert(alignof(SoundWave_SetSoundAssetCompressionType) == 0x000001, "Wrong alignment on SoundWave_SetSoundAssetCompressionType"); \ +static_assert(sizeof(SoundWave_SetSoundAssetCompressionType) == 0x000002, "Wrong size on SoundWave_SetSoundAssetCompressionType"); \ +static_assert(offsetof(SoundWave_SetSoundAssetCompressionType, InSoundAssetCompressionType) == 0x000000, "Member 'SoundWave_SetSoundAssetCompressionType::InSoundAssetCompressionType' has a wrong offset!"); \ +static_assert(offsetof(SoundWave_SetSoundAssetCompressionType, bMarkDirty) == 0x000001, "Member 'SoundWave_SetSoundAssetCompressionType::bMarkDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundWave_GetCuePoints \ +static_assert(alignof(SoundWave_GetCuePoints) == 0x000008, "Wrong alignment on SoundWave_GetCuePoints"); \ +static_assert(sizeof(SoundWave_GetCuePoints) == 0x000010, "Wrong size on SoundWave_GetCuePoints"); \ +static_assert(offsetof(SoundWave_GetCuePoints, ReturnValue) == 0x000000, "Member 'SoundWave_GetCuePoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundWave_GetLoopRegions \ +static_assert(alignof(SoundWave_GetLoopRegions) == 0x000008, "Wrong alignment on SoundWave_GetLoopRegions"); \ +static_assert(sizeof(SoundWave_GetLoopRegions) == 0x000010, "Wrong size on SoundWave_GetLoopRegions"); \ +static_assert(offsetof(SoundWave_GetLoopRegions, ReturnValue) == 0x000000, "Member 'SoundWave_GetLoopRegions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundWave_GetSoundAssetCompressionType \ +static_assert(alignof(SoundWave_GetSoundAssetCompressionType) == 0x000001, "Wrong alignment on SoundWave_GetSoundAssetCompressionType"); \ +static_assert(sizeof(SoundWave_GetSoundAssetCompressionType) == 0x000001, "Wrong size on SoundWave_GetSoundAssetCompressionType"); \ +static_assert(offsetof(SoundWave_GetSoundAssetCompressionType, ReturnValue) == 0x000000, "Member 'SoundWave_GetSoundAssetCompressionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundWave \ +static_assert(alignof(USoundWave) == 0x000008, "Wrong alignment on USoundWave"); \ +static_assert(sizeof(USoundWave) == 0x000408, "Wrong size on USoundWave"); \ +static_assert(offsetof(USoundWave, CompressionQuality) == 0x000190, "Member 'USoundWave::CompressionQuality' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, StreamingPriority) == 0x000194, "Member 'USoundWave::StreamingPriority' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SampleRateQuality) == 0x000198, "Member 'USoundWave::SampleRateQuality' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SoundGroup) == 0x00019A, "Member 'USoundWave::SoundGroup' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SoundAssetCompressionType) == 0x00019C, "Member 'USoundWave::SoundAssetCompressionType' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, ModulationSettings) == 0x0001B0, "Member 'USoundWave::ModulationSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, FrequenciesToAnalyze) == 0x000318, "Member 'USoundWave::FrequenciesToAnalyze' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, CookedSpectralTimeData) == 0x000328, "Member 'USoundWave::CookedSpectralTimeData' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, CookedEnvelopeTimeData) == 0x000338, "Member 'USoundWave::CookedEnvelopeTimeData' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, LoadingBehavior) == 0x000366, "Member 'USoundWave::LoadingBehavior' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SpokenText) == 0x000368, "Member 'USoundWave::SpokenText' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SubtitlePriority) == 0x000378, "Member 'USoundWave::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Volume) == 0x00037C, "Member 'USoundWave::Volume' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Pitch) == 0x000380, "Member 'USoundWave::Pitch' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, NumChannels) == 0x000384, "Member 'USoundWave::NumChannels' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SampleRate) == 0x000388, "Member 'USoundWave::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Subtitles) == 0x000398, "Member 'USoundWave::Subtitles' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Curves) == 0x0003A8, "Member 'USoundWave::Curves' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, InternalCurves) == 0x0003B0, "Member 'USoundWave::InternalCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundWaveProcedural \ +static_assert(alignof(USoundWaveProcedural) == 0x000008, "Wrong alignment on USoundWaveProcedural"); \ +static_assert(sizeof(USoundWaveProcedural) == 0x000460, "Wrong size on USoundWaveProcedural"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulseInDegrees \ +static_assert(alignof(PrimitiveComponent_AddAngularImpulseInDegrees) == 0x000008, "Wrong alignment on PrimitiveComponent_AddAngularImpulseInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_AddAngularImpulseInDegrees) == 0x000028, "Wrong size on PrimitiveComponent_AddAngularImpulseInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInDegrees, bVelChange) == 0x000020, "Member 'PrimitiveComponent_AddAngularImpulseInDegrees::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddAngularImpulseInRadians \ +static_assert(alignof(PrimitiveComponent_AddAngularImpulseInRadians) == 0x000008, "Wrong alignment on PrimitiveComponent_AddAngularImpulseInRadians"); \ +static_assert(sizeof(PrimitiveComponent_AddAngularImpulseInRadians) == 0x000028, "Wrong size on PrimitiveComponent_AddAngularImpulseInRadians"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddAngularImpulseInRadians, bVelChange) == 0x000020, "Member 'PrimitiveComponent_AddAngularImpulseInRadians::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddForce \ +static_assert(alignof(PrimitiveComponent_AddForce) == 0x000008, "Wrong alignment on PrimitiveComponent_AddForce"); \ +static_assert(sizeof(PrimitiveComponent_AddForce) == 0x000028, "Wrong size on PrimitiveComponent_AddForce"); \ +static_assert(offsetof(PrimitiveComponent_AddForce, Force) == 0x000000, "Member 'PrimitiveComponent_AddForce::Force' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForce, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddForce::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForce, bAccelChange) == 0x000020, "Member 'PrimitiveComponent_AddForce::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddForceAtLocation \ +static_assert(alignof(PrimitiveComponent_AddForceAtLocation) == 0x000008, "Wrong alignment on PrimitiveComponent_AddForceAtLocation"); \ +static_assert(sizeof(PrimitiveComponent_AddForceAtLocation) == 0x000038, "Wrong size on PrimitiveComponent_AddForceAtLocation"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, Force) == 0x000000, "Member 'PrimitiveComponent_AddForceAtLocation::Force' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, Location) == 0x000018, "Member 'PrimitiveComponent_AddForceAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocation, BoneName) == 0x000030, "Member 'PrimitiveComponent_AddForceAtLocation::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddForceAtLocationLocal \ +static_assert(alignof(PrimitiveComponent_AddForceAtLocationLocal) == 0x000008, "Wrong alignment on PrimitiveComponent_AddForceAtLocationLocal"); \ +static_assert(sizeof(PrimitiveComponent_AddForceAtLocationLocal) == 0x000038, "Wrong size on PrimitiveComponent_AddForceAtLocationLocal"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, Force) == 0x000000, "Member 'PrimitiveComponent_AddForceAtLocationLocal::Force' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, Location) == 0x000018, "Member 'PrimitiveComponent_AddForceAtLocationLocal::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddForceAtLocationLocal, BoneName) == 0x000030, "Member 'PrimitiveComponent_AddForceAtLocationLocal::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddImpulse \ +static_assert(alignof(PrimitiveComponent_AddImpulse) == 0x000008, "Wrong alignment on PrimitiveComponent_AddImpulse"); \ +static_assert(sizeof(PrimitiveComponent_AddImpulse) == 0x000028, "Wrong size on PrimitiveComponent_AddImpulse"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulse, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddImpulse::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulse, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddImpulse::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulse, bVelChange) == 0x000020, "Member 'PrimitiveComponent_AddImpulse::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddImpulseAtLocation \ +static_assert(alignof(PrimitiveComponent_AddImpulseAtLocation) == 0x000008, "Wrong alignment on PrimitiveComponent_AddImpulseAtLocation"); \ +static_assert(sizeof(PrimitiveComponent_AddImpulseAtLocation) == 0x000038, "Wrong size on PrimitiveComponent_AddImpulseAtLocation"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddImpulseAtLocation::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, Location) == 0x000018, "Member 'PrimitiveComponent_AddImpulseAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddImpulseAtLocation, BoneName) == 0x000030, "Member 'PrimitiveComponent_AddImpulseAtLocation::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddRadialForce \ +static_assert(alignof(PrimitiveComponent_AddRadialForce) == 0x000008, "Wrong alignment on PrimitiveComponent_AddRadialForce"); \ +static_assert(sizeof(PrimitiveComponent_AddRadialForce) == 0x000028, "Wrong size on PrimitiveComponent_AddRadialForce"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Origin) == 0x000000, "Member 'PrimitiveComponent_AddRadialForce::Origin' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Radius) == 0x000018, "Member 'PrimitiveComponent_AddRadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Strength) == 0x00001C, "Member 'PrimitiveComponent_AddRadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, Falloff) == 0x000020, "Member 'PrimitiveComponent_AddRadialForce::Falloff' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialForce, bAccelChange) == 0x000021, "Member 'PrimitiveComponent_AddRadialForce::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddRadialImpulse \ +static_assert(alignof(PrimitiveComponent_AddRadialImpulse) == 0x000008, "Wrong alignment on PrimitiveComponent_AddRadialImpulse"); \ +static_assert(sizeof(PrimitiveComponent_AddRadialImpulse) == 0x000028, "Wrong size on PrimitiveComponent_AddRadialImpulse"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Origin) == 0x000000, "Member 'PrimitiveComponent_AddRadialImpulse::Origin' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Radius) == 0x000018, "Member 'PrimitiveComponent_AddRadialImpulse::Radius' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Strength) == 0x00001C, "Member 'PrimitiveComponent_AddRadialImpulse::Strength' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, Falloff) == 0x000020, "Member 'PrimitiveComponent_AddRadialImpulse::Falloff' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddRadialImpulse, bVelChange) == 0x000021, "Member 'PrimitiveComponent_AddRadialImpulse::bVelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddTorqueInDegrees \ +static_assert(alignof(PrimitiveComponent_AddTorqueInDegrees) == 0x000008, "Wrong alignment on PrimitiveComponent_AddTorqueInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_AddTorqueInDegrees) == 0x000028, "Wrong size on PrimitiveComponent_AddTorqueInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, Torque) == 0x000000, "Member 'PrimitiveComponent_AddTorqueInDegrees::Torque' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddTorqueInDegrees::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInDegrees, bAccelChange) == 0x000020, "Member 'PrimitiveComponent_AddTorqueInDegrees::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddTorqueInRadians \ +static_assert(alignof(PrimitiveComponent_AddTorqueInRadians) == 0x000008, "Wrong alignment on PrimitiveComponent_AddTorqueInRadians"); \ +static_assert(sizeof(PrimitiveComponent_AddTorqueInRadians) == 0x000028, "Wrong size on PrimitiveComponent_AddTorqueInRadians"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, Torque) == 0x000000, "Member 'PrimitiveComponent_AddTorqueInRadians::Torque' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, BoneName) == 0x000018, "Member 'PrimitiveComponent_AddTorqueInRadians::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddTorqueInRadians, bAccelChange) == 0x000020, "Member 'PrimitiveComponent_AddTorqueInRadians::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_AddVelocityChangeImpulseAtLocation \ +static_assert(alignof(PrimitiveComponent_AddVelocityChangeImpulseAtLocation) == 0x000008, "Wrong alignment on PrimitiveComponent_AddVelocityChangeImpulseAtLocation"); \ +static_assert(sizeof(PrimitiveComponent_AddVelocityChangeImpulseAtLocation) == 0x000038, "Wrong size on PrimitiveComponent_AddVelocityChangeImpulseAtLocation"); \ +static_assert(offsetof(PrimitiveComponent_AddVelocityChangeImpulseAtLocation, Impulse) == 0x000000, "Member 'PrimitiveComponent_AddVelocityChangeImpulseAtLocation::Impulse' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddVelocityChangeImpulseAtLocation, Location) == 0x000018, "Member 'PrimitiveComponent_AddVelocityChangeImpulseAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_AddVelocityChangeImpulseAtLocation, BoneName) == 0x000030, "Member 'PrimitiveComponent_AddVelocityChangeImpulseAtLocation::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CopyArrayOfMoveIgnoreActors \ +static_assert(alignof(PrimitiveComponent_CopyArrayOfMoveIgnoreActors) == 0x000008, "Wrong alignment on PrimitiveComponent_CopyArrayOfMoveIgnoreActors"); \ +static_assert(sizeof(PrimitiveComponent_CopyArrayOfMoveIgnoreActors) == 0x000010, "Wrong size on PrimitiveComponent_CopyArrayOfMoveIgnoreActors"); \ +static_assert(offsetof(PrimitiveComponent_CopyArrayOfMoveIgnoreActors, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_CopyArrayOfMoveIgnoreActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CopyArrayOfMoveIgnoreComponents \ +static_assert(alignof(PrimitiveComponent_CopyArrayOfMoveIgnoreComponents) == 0x000008, "Wrong alignment on PrimitiveComponent_CopyArrayOfMoveIgnoreComponents"); \ +static_assert(sizeof(PrimitiveComponent_CopyArrayOfMoveIgnoreComponents) == 0x000010, "Wrong size on PrimitiveComponent_CopyArrayOfMoveIgnoreComponents"); \ +static_assert(offsetof(PrimitiveComponent_CopyArrayOfMoveIgnoreComponents, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_CopyArrayOfMoveIgnoreComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CreateAndSetMaterialInstanceDynamic \ +static_assert(alignof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic) == 0x000008, "Wrong alignment on PrimitiveComponent_CreateAndSetMaterialInstanceDynamic"); \ +static_assert(sizeof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic) == 0x000010, "Wrong size on PrimitiveComponent_CreateAndSetMaterialInstanceDynamic"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamic::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamic, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial \ +static_assert(alignof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial"); \ +static_assert(sizeof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial) == 0x000018, "Wrong size on PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial, Parent) == 0x000008, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial::Parent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial, ReturnValue) == 0x000010, "Member 'PrimitiveComponent_CreateAndSetMaterialInstanceDynamicFromMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CreateDynamicMaterialInstance \ +static_assert(alignof(PrimitiveComponent_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on PrimitiveComponent_CreateDynamicMaterialInstance"); \ +static_assert(sizeof(PrimitiveComponent_CreateDynamicMaterialInstance) == 0x000020, "Wrong size on PrimitiveComponent_CreateDynamicMaterialInstance"); \ +static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, SourceMaterial) == 0x000008, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::SourceMaterial' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, OptionalName) == 0x000010, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::OptionalName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CreateDynamicMaterialInstance, ReturnValue) == 0x000018, "Member 'PrimitiveComponent_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaxDepenetrationVelocity \ +static_assert(alignof(PrimitiveComponent_GetMaxDepenetrationVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMaxDepenetrationVelocity"); \ +static_assert(sizeof(PrimitiveComponent_GetMaxDepenetrationVelocity) == 0x00000C, "Wrong size on PrimitiveComponent_GetMaxDepenetrationVelocity"); \ +static_assert(offsetof(PrimitiveComponent_GetMaxDepenetrationVelocity, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetMaxDepenetrationVelocity::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaxDepenetrationVelocity, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaxDepenetrationVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsLinearVelocity \ +static_assert(alignof(PrimitiveComponent_GetPhysicsLinearVelocity) == 0x000008, "Wrong alignment on PrimitiveComponent_GetPhysicsLinearVelocity"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsLinearVelocity) == 0x000020, "Wrong size on PrimitiveComponent_GetPhysicsLinearVelocity"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocity, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsLinearVelocity::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocity, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsLinearVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsLinearVelocityAtPoint \ +static_assert(alignof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint) == 0x000008, "Wrong alignment on PrimitiveComponent_GetPhysicsLinearVelocityAtPoint"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint) == 0x000038, "Wrong size on PrimitiveComponent_GetPhysicsLinearVelocityAtPoint"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, Point) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::Point' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, BoneName) == 0x000018, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsLinearVelocityAtPoint, ReturnValue) == 0x000020, "Member 'PrimitiveComponent_GetPhysicsLinearVelocityAtPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_HandlePostMigrationPhysicsStateChanged \ +static_assert(alignof(PrimitiveComponent_HandlePostMigrationPhysicsStateChanged) == 0x000008, "Wrong alignment on PrimitiveComponent_HandlePostMigrationPhysicsStateChanged"); \ +static_assert(sizeof(PrimitiveComponent_HandlePostMigrationPhysicsStateChanged) == 0x000010, "Wrong size on PrimitiveComponent_HandlePostMigrationPhysicsStateChanged"); \ +static_assert(offsetof(PrimitiveComponent_HandlePostMigrationPhysicsStateChanged, ChangedComponent) == 0x000000, "Member 'PrimitiveComponent_HandlePostMigrationPhysicsStateChanged::ChangedComponent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_HandlePostMigrationPhysicsStateChanged, StateChange) == 0x000008, "Member 'PrimitiveComponent_HandlePostMigrationPhysicsStateChanged::StateChange' 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) == 0x000198, "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) == 0x000190, "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) == 0x000178, "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) == 0x000170, "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) == 0x000160, "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) == 0x000158, "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) == 0x000178, "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) == 0x000170, "Member 'PrimitiveComponent_K2_SphereTraceComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_PutRigidBodyToSleep \ +static_assert(alignof(PrimitiveComponent_PutRigidBodyToSleep) == 0x000004, "Wrong alignment on PrimitiveComponent_PutRigidBodyToSleep"); \ +static_assert(sizeof(PrimitiveComponent_PutRigidBodyToSleep) == 0x000008, "Wrong size on PrimitiveComponent_PutRigidBodyToSleep"); \ +static_assert(offsetof(PrimitiveComponent_PutRigidBodyToSleep, BoneName) == 0x000000, "Member 'PrimitiveComponent_PutRigidBodyToSleep::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAffectDistanceFieldLighting \ +static_assert(alignof(PrimitiveComponent_SetAffectDistanceFieldLighting) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAffectDistanceFieldLighting"); \ +static_assert(sizeof(PrimitiveComponent_SetAffectDistanceFieldLighting) == 0x000001, "Wrong size on PrimitiveComponent_SetAffectDistanceFieldLighting"); \ +static_assert(offsetof(PrimitiveComponent_SetAffectDistanceFieldLighting, NewAffectDistanceFieldLighting) == 0x000000, "Member 'PrimitiveComponent_SetAffectDistanceFieldLighting::NewAffectDistanceFieldLighting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAffectDynamicIndirectLighting \ +static_assert(alignof(PrimitiveComponent_SetAffectDynamicIndirectLighting) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAffectDynamicIndirectLighting"); \ +static_assert(sizeof(PrimitiveComponent_SetAffectDynamicIndirectLighting) == 0x000001, "Wrong size on PrimitiveComponent_SetAffectDynamicIndirectLighting"); \ +static_assert(offsetof(PrimitiveComponent_SetAffectDynamicIndirectLighting, bNewAffectDynamicIndirectLighting) == 0x000000, "Member 'PrimitiveComponent_SetAffectDynamicIndirectLighting::bNewAffectDynamicIndirectLighting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAffectIndirectLightingWhileHidden \ +static_assert(alignof(PrimitiveComponent_SetAffectIndirectLightingWhileHidden) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAffectIndirectLightingWhileHidden"); \ +static_assert(sizeof(PrimitiveComponent_SetAffectIndirectLightingWhileHidden) == 0x000001, "Wrong size on PrimitiveComponent_SetAffectIndirectLightingWhileHidden"); \ +static_assert(offsetof(PrimitiveComponent_SetAffectIndirectLightingWhileHidden, bNewAffectIndirectLightingWhileHidden) == 0x000000, "Member 'PrimitiveComponent_SetAffectIndirectLightingWhileHidden::bNewAffectIndirectLightingWhileHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAllAllowPartialIslandSleep \ +static_assert(alignof(PrimitiveComponent_SetAllAllowPartialIslandSleep) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAllAllowPartialIslandSleep"); \ +static_assert(sizeof(PrimitiveComponent_SetAllAllowPartialIslandSleep) == 0x000001, "Wrong size on PrimitiveComponent_SetAllAllowPartialIslandSleep"); \ +static_assert(offsetof(PrimitiveComponent_SetAllAllowPartialIslandSleep, InAllowPartialIslandSleep) == 0x000000, "Member 'PrimitiveComponent_SetAllAllowPartialIslandSleep::InAllowPartialIslandSleep' 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_SetAllowPartialIslandSleep \ +static_assert(alignof(PrimitiveComponent_SetAllowPartialIslandSleep) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAllowPartialIslandSleep"); \ +static_assert(sizeof(PrimitiveComponent_SetAllowPartialIslandSleep) == 0x00000C, "Wrong size on PrimitiveComponent_SetAllowPartialIslandSleep"); \ +static_assert(offsetof(PrimitiveComponent_SetAllowPartialIslandSleep, InAllowPartialIslandSleep) == 0x000000, "Member 'PrimitiveComponent_SetAllowPartialIslandSleep::InAllowPartialIslandSleep' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetAllowPartialIslandSleep, BoneName) == 0x000004, "Member 'PrimitiveComponent_SetAllowPartialIslandSleep::BoneName' 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_SetAllUseMACD \ +static_assert(alignof(PrimitiveComponent_SetAllUseMACD) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAllUseMACD"); \ +static_assert(sizeof(PrimitiveComponent_SetAllUseMACD) == 0x000001, "Wrong size on PrimitiveComponent_SetAllUseMACD"); \ +static_assert(offsetof(PrimitiveComponent_SetAllUseMACD, InUseMACD) == 0x000000, "Member 'PrimitiveComponent_SetAllUseMACD::InUseMACD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetAngularDamping \ +static_assert(alignof(PrimitiveComponent_SetAngularDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_SetAngularDamping"); \ +static_assert(sizeof(PrimitiveComponent_SetAngularDamping) == 0x000004, "Wrong size on PrimitiveComponent_SetAngularDamping"); \ +static_assert(offsetof(PrimitiveComponent_SetAngularDamping, InDamping) == 0x000000, "Member 'PrimitiveComponent_SetAngularDamping::InDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetBoundsScale \ +static_assert(alignof(PrimitiveComponent_SetBoundsScale) == 0x000004, "Wrong alignment on PrimitiveComponent_SetBoundsScale"); \ +static_assert(sizeof(PrimitiveComponent_SetBoundsScale) == 0x000004, "Wrong size on PrimitiveComponent_SetBoundsScale"); \ +static_assert(offsetof(PrimitiveComponent_SetBoundsScale, NewBoundsScale) == 0x000000, "Member 'PrimitiveComponent_SetBoundsScale::NewBoundsScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCastContactShadow \ +static_assert(alignof(PrimitiveComponent_SetCastContactShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastContactShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastContactShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastContactShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastContactShadow, bInCastContactShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastContactShadow::bInCastContactShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCastHiddenShadow \ +static_assert(alignof(PrimitiveComponent_SetCastHiddenShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastHiddenShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastHiddenShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastHiddenShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastHiddenShadow, NewCastHiddenShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastHiddenShadow::NewCastHiddenShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCastInsetShadow \ +static_assert(alignof(PrimitiveComponent_SetCastInsetShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastInsetShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastInsetShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastInsetShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastInsetShadow, bInCastInsetShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastInsetShadow::bInCastInsetShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCastShadow \ +static_assert(alignof(PrimitiveComponent_SetCastShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastShadow, NewCastShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastShadow::NewCastShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCenterOfMass \ +static_assert(alignof(PrimitiveComponent_SetCenterOfMass) == 0x000008, "Wrong alignment on PrimitiveComponent_SetCenterOfMass"); \ +static_assert(sizeof(PrimitiveComponent_SetCenterOfMass) == 0x000020, "Wrong size on PrimitiveComponent_SetCenterOfMass"); \ +static_assert(offsetof(PrimitiveComponent_SetCenterOfMass, CenterOfMassOffset) == 0x000000, "Member 'PrimitiveComponent_SetCenterOfMass::CenterOfMassOffset' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCenterOfMass, BoneName) == 0x000018, "Member 'PrimitiveComponent_SetCenterOfMass::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_SetCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionEnabled, NewType) == 0x000000, "Member 'PrimitiveComponent_SetCollisionEnabled::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionObjectType \ +static_assert(alignof(PrimitiveComponent_SetCollisionObjectType) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionObjectType"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionObjectType) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionObjectType"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionObjectType, Channel) == 0x000000, "Member 'PrimitiveComponent_SetCollisionObjectType::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionProfileName \ +static_assert(alignof(PrimitiveComponent_SetCollisionProfileName) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCollisionProfileName"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionProfileName) == 0x00000C, "Wrong size on PrimitiveComponent_SetCollisionProfileName"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionProfileName, InCollisionProfileName) == 0x000000, "Member 'PrimitiveComponent_SetCollisionProfileName::InCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionProfileName, bUpdateOverlaps) == 0x000008, "Member 'PrimitiveComponent_SetCollisionProfileName::bUpdateOverlaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionResponseToAllChannels \ +static_assert(alignof(PrimitiveComponent_SetCollisionResponseToAllChannels) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionResponseToAllChannels"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionResponseToAllChannels) == 0x000001, "Wrong size on PrimitiveComponent_SetCollisionResponseToAllChannels"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToAllChannels, NewResponse) == 0x000000, "Member 'PrimitiveComponent_SetCollisionResponseToAllChannels::NewResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCollisionResponseToChannel \ +static_assert(alignof(PrimitiveComponent_SetCollisionResponseToChannel) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCollisionResponseToChannel"); \ +static_assert(sizeof(PrimitiveComponent_SetCollisionResponseToChannel) == 0x000002, "Wrong size on PrimitiveComponent_SetCollisionResponseToChannel"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToChannel, Channel) == 0x000000, "Member 'PrimitiveComponent_SetCollisionResponseToChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToChannel, NewResponse) == 0x000001, "Member 'PrimitiveComponent_SetCollisionResponseToChannel::NewResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetConstraintMode \ +static_assert(alignof(PrimitiveComponent_SetConstraintMode) == 0x000001, "Wrong alignment on PrimitiveComponent_SetConstraintMode"); \ +static_assert(sizeof(PrimitiveComponent_SetConstraintMode) == 0x000001, "Wrong size on PrimitiveComponent_SetConstraintMode"); \ +static_assert(offsetof(PrimitiveComponent_SetConstraintMode, ConstraintMode) == 0x000000, "Member 'PrimitiveComponent_SetConstraintMode::ConstraintMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCullDistance \ +static_assert(alignof(PrimitiveComponent_SetCullDistance) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCullDistance"); \ +static_assert(sizeof(PrimitiveComponent_SetCullDistance) == 0x000004, "Wrong size on PrimitiveComponent_SetCullDistance"); \ +static_assert(offsetof(PrimitiveComponent_SetCullDistance, NewCullDistance) == 0x000000, "Member 'PrimitiveComponent_SetCullDistance::NewCullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomDepthStencilValue \ +static_assert(alignof(PrimitiveComponent_SetCustomDepthStencilValue) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomDepthStencilValue"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomDepthStencilValue) == 0x000004, "Wrong size on PrimitiveComponent_SetCustomDepthStencilValue"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomDepthStencilValue, Value) == 0x000000, "Member 'PrimitiveComponent_SetCustomDepthStencilValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomDepthStencilWriteMask \ +static_assert(alignof(PrimitiveComponent_SetCustomDepthStencilWriteMask) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCustomDepthStencilWriteMask"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomDepthStencilWriteMask) == 0x000001, "Wrong size on PrimitiveComponent_SetCustomDepthStencilWriteMask"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomDepthStencilWriteMask, WriteMaskBit) == 0x000000, "Member 'PrimitiveComponent_SetCustomDepthStencilWriteMask::WriteMaskBit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataFloat \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataFloat) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataFloat"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataFloat) == 0x000008, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataFloat"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataFloat, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataFloat::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataFloat, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataFloatArray \ +static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataFloatArray) == 0x000008, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataFloatArray"); \ +static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataFloatArray) == 0x000018, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataFloatArray"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataFloatArray, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataFloatArray::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataFloatArray, Values) == 0x000008, "Member 'PrimitiveComponent_SetCustomPrimitiveDataFloatArray::Values' 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_SetDefaultCustomPrimitiveDataFloatArray \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloatArray) == 0x000008, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataFloatArray"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloatArray) == 0x000018, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataFloatArray"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloatArray, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataFloatArray::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloatArray, Values) == 0x000008, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataFloatArray::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2 \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2) == 0x000008, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2) == 0x000018, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2, Value) == 0x000008, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3 \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3) == 0x000008, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3) == 0x000020, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3, Value) == 0x000008, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4 \ +static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4) == 0x000010, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4"); \ +static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4) == 0x000030, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4, Value) == 0x000010, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetEmissiveLightSource \ +static_assert(alignof(PrimitiveComponent_SetEmissiveLightSource) == 0x000001, "Wrong alignment on PrimitiveComponent_SetEmissiveLightSource"); \ +static_assert(sizeof(PrimitiveComponent_SetEmissiveLightSource) == 0x000001, "Wrong size on PrimitiveComponent_SetEmissiveLightSource"); \ +static_assert(offsetof(PrimitiveComponent_SetEmissiveLightSource, NewEmissiveLightSource) == 0x000000, "Member 'PrimitiveComponent_SetEmissiveLightSource::NewEmissiveLightSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetEnableGravity \ +static_assert(alignof(PrimitiveComponent_SetEnableGravity) == 0x000001, "Wrong alignment on PrimitiveComponent_SetEnableGravity"); \ +static_assert(sizeof(PrimitiveComponent_SetEnableGravity) == 0x000001, "Wrong size on PrimitiveComponent_SetEnableGravity"); \ +static_assert(offsetof(PrimitiveComponent_SetEnableGravity, bGravityEnabled) == 0x000000, "Member 'PrimitiveComponent_SetEnableGravity::bGravityEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetExcludedFromHLODLevel \ +static_assert(alignof(PrimitiveComponent_SetExcludedFromHLODLevel) == 0x000001, "Wrong alignment on PrimitiveComponent_SetExcludedFromHLODLevel"); \ +static_assert(sizeof(PrimitiveComponent_SetExcludedFromHLODLevel) == 0x000002, "Wrong size on PrimitiveComponent_SetExcludedFromHLODLevel"); \ +static_assert(offsetof(PrimitiveComponent_SetExcludedFromHLODLevel, HLODLevel) == 0x000000, "Member 'PrimitiveComponent_SetExcludedFromHLODLevel::HLODLevel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetExcludedFromHLODLevel, bExcluded) == 0x000001, "Member 'PrimitiveComponent_SetExcludedFromHLODLevel::bExcluded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetExcludeForSpecificHLODLevels \ +static_assert(alignof(PrimitiveComponent_SetExcludeForSpecificHLODLevels) == 0x000008, "Wrong alignment on PrimitiveComponent_SetExcludeForSpecificHLODLevels"); \ +static_assert(sizeof(PrimitiveComponent_SetExcludeForSpecificHLODLevels) == 0x000010, "Wrong size on PrimitiveComponent_SetExcludeForSpecificHLODLevels"); \ +static_assert(offsetof(PrimitiveComponent_SetExcludeForSpecificHLODLevels, InExcludeForSpecificHLODLevels) == 0x000000, "Member 'PrimitiveComponent_SetExcludeForSpecificHLODLevels::InExcludeForSpecificHLODLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetExcludeFromLightAttachmentGroup \ +static_assert(alignof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup) == 0x000001, "Wrong alignment on PrimitiveComponent_SetExcludeFromLightAttachmentGroup"); \ +static_assert(sizeof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup) == 0x000001, "Wrong size on PrimitiveComponent_SetExcludeFromLightAttachmentGroup"); \ +static_assert(offsetof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup, bInExcludeFromLightAttachmentGroup) == 0x000000, "Member 'PrimitiveComponent_SetExcludeFromLightAttachmentGroup::bInExcludeFromLightAttachmentGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetFirstPersonPrimitiveType \ +static_assert(alignof(PrimitiveComponent_SetFirstPersonPrimitiveType) == 0x000001, "Wrong alignment on PrimitiveComponent_SetFirstPersonPrimitiveType"); \ +static_assert(sizeof(PrimitiveComponent_SetFirstPersonPrimitiveType) == 0x000001, "Wrong size on PrimitiveComponent_SetFirstPersonPrimitiveType"); \ +static_assert(offsetof(PrimitiveComponent_SetFirstPersonPrimitiveType, Value) == 0x000000, "Member 'PrimitiveComponent_SetFirstPersonPrimitiveType::Value' 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_SetGyroscopicTorqueEnabled \ +static_assert(alignof(PrimitiveComponent_SetGyroscopicTorqueEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_SetGyroscopicTorqueEnabled"); \ +static_assert(sizeof(PrimitiveComponent_SetGyroscopicTorqueEnabled) == 0x000001, "Wrong size on PrimitiveComponent_SetGyroscopicTorqueEnabled"); \ +static_assert(offsetof(PrimitiveComponent_SetGyroscopicTorqueEnabled, bInGyroscopicTorqueEnabled) == 0x000000, "Member 'PrimitiveComponent_SetGyroscopicTorqueEnabled::bInGyroscopicTorqueEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetHiddenInSceneCapture \ +static_assert(alignof(PrimitiveComponent_SetHiddenInSceneCapture) == 0x000001, "Wrong alignment on PrimitiveComponent_SetHiddenInSceneCapture"); \ +static_assert(sizeof(PrimitiveComponent_SetHiddenInSceneCapture) == 0x000001, "Wrong size on PrimitiveComponent_SetHiddenInSceneCapture"); \ +static_assert(offsetof(PrimitiveComponent_SetHiddenInSceneCapture, bValue) == 0x000000, "Member 'PrimitiveComponent_SetHiddenInSceneCapture::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetHoldout \ +static_assert(alignof(PrimitiveComponent_SetHoldout) == 0x000001, "Wrong alignment on PrimitiveComponent_SetHoldout"); \ +static_assert(sizeof(PrimitiveComponent_SetHoldout) == 0x000001, "Wrong size on PrimitiveComponent_SetHoldout"); \ +static_assert(offsetof(PrimitiveComponent_SetHoldout, bNewHoldout) == 0x000000, "Member 'PrimitiveComponent_SetHoldout::bNewHoldout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetIgnoreBoundsForEditorFocus \ +static_assert(alignof(PrimitiveComponent_SetIgnoreBoundsForEditorFocus) == 0x000001, "Wrong alignment on PrimitiveComponent_SetIgnoreBoundsForEditorFocus"); \ +static_assert(sizeof(PrimitiveComponent_SetIgnoreBoundsForEditorFocus) == 0x000001, "Wrong size on PrimitiveComponent_SetIgnoreBoundsForEditorFocus"); \ +static_assert(offsetof(PrimitiveComponent_SetIgnoreBoundsForEditorFocus, bIgnore) == 0x000000, "Member 'PrimitiveComponent_SetIgnoreBoundsForEditorFocus::bIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetLightAttachmentsAsGroup \ +static_assert(alignof(PrimitiveComponent_SetLightAttachmentsAsGroup) == 0x000001, "Wrong alignment on PrimitiveComponent_SetLightAttachmentsAsGroup"); \ +static_assert(sizeof(PrimitiveComponent_SetLightAttachmentsAsGroup) == 0x000001, "Wrong size on PrimitiveComponent_SetLightAttachmentsAsGroup"); \ +static_assert(offsetof(PrimitiveComponent_SetLightAttachmentsAsGroup, bInLightAttachmentsAsGroup) == 0x000000, "Member 'PrimitiveComponent_SetLightAttachmentsAsGroup::bInLightAttachmentsAsGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetLightingChannels \ +static_assert(alignof(PrimitiveComponent_SetLightingChannels) == 0x000001, "Wrong alignment on PrimitiveComponent_SetLightingChannels"); \ +static_assert(sizeof(PrimitiveComponent_SetLightingChannels) == 0x000003, "Wrong size on PrimitiveComponent_SetLightingChannels"); \ +static_assert(offsetof(PrimitiveComponent_SetLightingChannels, bChannel0) == 0x000000, "Member 'PrimitiveComponent_SetLightingChannels::bChannel0' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetLightingChannels, bChannel1) == 0x000001, "Member 'PrimitiveComponent_SetLightingChannels::bChannel1' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetLightingChannels, bChannel2) == 0x000002, "Member 'PrimitiveComponent_SetLightingChannels::bChannel2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetLinearDamping \ +static_assert(alignof(PrimitiveComponent_SetLinearDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_SetLinearDamping"); \ +static_assert(sizeof(PrimitiveComponent_SetLinearDamping) == 0x000004, "Wrong size on PrimitiveComponent_SetLinearDamping"); \ +static_assert(offsetof(PrimitiveComponent_SetLinearDamping, InDamping) == 0x000000, "Member 'PrimitiveComponent_SetLinearDamping::InDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMassOverrideInKg \ +static_assert(alignof(PrimitiveComponent_SetMassOverrideInKg) == 0x000004, "Wrong alignment on PrimitiveComponent_SetMassOverrideInKg"); \ +static_assert(sizeof(PrimitiveComponent_SetMassOverrideInKg) == 0x000010, "Wrong size on PrimitiveComponent_SetMassOverrideInKg"); \ +static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, BoneName) == 0x000000, "Member 'PrimitiveComponent_SetMassOverrideInKg::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, MassInKg) == 0x000008, "Member 'PrimitiveComponent_SetMassOverrideInKg::MassInKg' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMassOverrideInKg, bOverrideMass) == 0x00000C, "Member 'PrimitiveComponent_SetMassOverrideInKg::bOverrideMass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMassScale \ +static_assert(alignof(PrimitiveComponent_SetMassScale) == 0x000004, "Wrong alignment on PrimitiveComponent_SetMassScale"); \ +static_assert(sizeof(PrimitiveComponent_SetMassScale) == 0x00000C, "Wrong size on PrimitiveComponent_SetMassScale"); \ +static_assert(offsetof(PrimitiveComponent_SetMassScale, BoneName) == 0x000000, "Member 'PrimitiveComponent_SetMassScale::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMassScale, InMassScale) == 0x000008, "Member 'PrimitiveComponent_SetMassScale::InMassScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMaterial \ +static_assert(alignof(PrimitiveComponent_SetMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_SetMaterial"); \ +static_assert(sizeof(PrimitiveComponent_SetMaterial) == 0x000010, "Wrong size on PrimitiveComponent_SetMaterial"); \ +static_assert(offsetof(PrimitiveComponent_SetMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_SetMaterial::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMaterial, Material) == 0x000008, "Member 'PrimitiveComponent_SetMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMaterialByName \ +static_assert(alignof(PrimitiveComponent_SetMaterialByName) == 0x000008, "Wrong alignment on PrimitiveComponent_SetMaterialByName"); \ +static_assert(sizeof(PrimitiveComponent_SetMaterialByName) == 0x000010, "Wrong size on PrimitiveComponent_SetMaterialByName"); \ +static_assert(offsetof(PrimitiveComponent_SetMaterialByName, MaterialSlotName) == 0x000000, "Member 'PrimitiveComponent_SetMaterialByName::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMaterialByName, Material) == 0x000008, "Member 'PrimitiveComponent_SetMaterialByName::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetMaxDepenetrationVelocity \ +static_assert(alignof(PrimitiveComponent_SetMaxDepenetrationVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_SetMaxDepenetrationVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetMaxDepenetrationVelocity) == 0x00000C, "Wrong size on PrimitiveComponent_SetMaxDepenetrationVelocity"); \ +static_assert(offsetof(PrimitiveComponent_SetMaxDepenetrationVelocity, BoneName) == 0x000000, "Member 'PrimitiveComponent_SetMaxDepenetrationVelocity::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetMaxDepenetrationVelocity, InMaxDepenetrationVelocity) == 0x000008, "Member 'PrimitiveComponent_SetMaxDepenetrationVelocity::InMaxDepenetrationVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetNotifyRigidBodyCollision \ +static_assert(alignof(PrimitiveComponent_SetNotifyRigidBodyCollision) == 0x000001, "Wrong alignment on PrimitiveComponent_SetNotifyRigidBodyCollision"); \ +static_assert(sizeof(PrimitiveComponent_SetNotifyRigidBodyCollision) == 0x000001, "Wrong size on PrimitiveComponent_SetNotifyRigidBodyCollision"); \ +static_assert(offsetof(PrimitiveComponent_SetNotifyRigidBodyCollision, bNewNotifyRigidBodyCollision) == 0x000000, "Member 'PrimitiveComponent_SetNotifyRigidBodyCollision::bNewNotifyRigidBodyCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetOnlyOwnerSee \ +static_assert(alignof(PrimitiveComponent_SetOnlyOwnerSee) == 0x000001, "Wrong alignment on PrimitiveComponent_SetOnlyOwnerSee"); \ +static_assert(sizeof(PrimitiveComponent_SetOnlyOwnerSee) == 0x000001, "Wrong size on PrimitiveComponent_SetOnlyOwnerSee"); \ +static_assert(offsetof(PrimitiveComponent_SetOnlyOwnerSee, bNewOnlyOwnerSee) == 0x000000, "Member 'PrimitiveComponent_SetOnlyOwnerSee::bNewOnlyOwnerSee' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetOwnerNoSee \ +static_assert(alignof(PrimitiveComponent_SetOwnerNoSee) == 0x000001, "Wrong alignment on PrimitiveComponent_SetOwnerNoSee"); \ +static_assert(sizeof(PrimitiveComponent_SetOwnerNoSee) == 0x000001, "Wrong size on PrimitiveComponent_SetOwnerNoSee"); \ +static_assert(offsetof(PrimitiveComponent_SetOwnerNoSee, bNewOwnerNoSee) == 0x000000, "Member 'PrimitiveComponent_SetOwnerNoSee::bNewOwnerNoSee' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees) == 0x000008, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees) == 0x000028, "Wrong size on PrimitiveComponent_SetPhysicsAngularVelocityInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::NewAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, bAddToCurrent) == 0x000018, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInDegrees, BoneName) == 0x00001C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInDegrees::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians) == 0x000008, "Wrong alignment on PrimitiveComponent_SetPhysicsAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians) == 0x000028, "Wrong size on PrimitiveComponent_SetPhysicsAngularVelocityInRadians"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, NewAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::NewAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, bAddToCurrent) == 0x000018, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsAngularVelocityInRadians, BoneName) == 0x00001C, "Member 'PrimitiveComponent_SetPhysicsAngularVelocityInRadians::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsLinearVelocity \ +static_assert(alignof(PrimitiveComponent_SetPhysicsLinearVelocity) == 0x000008, "Wrong alignment on PrimitiveComponent_SetPhysicsLinearVelocity"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsLinearVelocity) == 0x000028, "Wrong size on PrimitiveComponent_SetPhysicsLinearVelocity"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, NewVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::NewVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, bAddToCurrent) == 0x000018, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsLinearVelocity, BoneName) == 0x00001C, "Member 'PrimitiveComponent_SetPhysicsLinearVelocity::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees) == 0x000010, "Wrong size on PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees, NewMaxAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees::NewMaxAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees, bAddToCurrent) == 0x000004, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees, BoneName) == 0x000008, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInDegrees::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians) == 0x000010, "Wrong size on PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians, NewMaxAngVel) == 0x000000, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians::NewMaxAngVel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians, bAddToCurrent) == 0x000004, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians::bAddToCurrent' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians, BoneName) == 0x000008, "Member 'PrimitiveComponent_SetPhysicsMaxAngularVelocityInRadians::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetPhysMaterialOverride \ +static_assert(alignof(PrimitiveComponent_SetPhysMaterialOverride) == 0x000008, "Wrong alignment on PrimitiveComponent_SetPhysMaterialOverride"); \ +static_assert(sizeof(PrimitiveComponent_SetPhysMaterialOverride) == 0x000008, "Wrong size on PrimitiveComponent_SetPhysMaterialOverride"); \ +static_assert(offsetof(PrimitiveComponent_SetPhysMaterialOverride, NewPhysMaterial) == 0x000000, "Member 'PrimitiveComponent_SetPhysMaterialOverride::NewPhysMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetReceivesDecals \ +static_assert(alignof(PrimitiveComponent_SetReceivesDecals) == 0x000001, "Wrong alignment on PrimitiveComponent_SetReceivesDecals"); \ +static_assert(sizeof(PrimitiveComponent_SetReceivesDecals) == 0x000001, "Wrong size on PrimitiveComponent_SetReceivesDecals"); \ +static_assert(offsetof(PrimitiveComponent_SetReceivesDecals, bNewReceivesDecals) == 0x000000, "Member 'PrimitiveComponent_SetReceivesDecals::bNewReceivesDecals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetRenderCustomDepth \ +static_assert(alignof(PrimitiveComponent_SetRenderCustomDepth) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderCustomDepth"); \ +static_assert(sizeof(PrimitiveComponent_SetRenderCustomDepth) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderCustomDepth"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderCustomDepth, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderCustomDepth::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetRenderInDepthPass \ +static_assert(alignof(PrimitiveComponent_SetRenderInDepthPass) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderInDepthPass"); \ +static_assert(sizeof(PrimitiveComponent_SetRenderInDepthPass) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderInDepthPass"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderInDepthPass, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderInDepthPass::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetRenderInMainPass \ +static_assert(alignof(PrimitiveComponent_SetRenderInMainPass) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderInMainPass"); \ +static_assert(sizeof(PrimitiveComponent_SetRenderInMainPass) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderInMainPass"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderInMainPass, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderInMainPass::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetScalarParameterForCustomPrimitiveData \ +static_assert(alignof(PrimitiveComponent_SetScalarParameterForCustomPrimitiveData) == 0x000004, "Wrong alignment on PrimitiveComponent_SetScalarParameterForCustomPrimitiveData"); \ +static_assert(sizeof(PrimitiveComponent_SetScalarParameterForCustomPrimitiveData) == 0x00000C, "Wrong size on PrimitiveComponent_SetScalarParameterForCustomPrimitiveData"); \ +static_assert(offsetof(PrimitiveComponent_SetScalarParameterForCustomPrimitiveData, ParameterName) == 0x000000, "Member 'PrimitiveComponent_SetScalarParameterForCustomPrimitiveData::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetScalarParameterForCustomPrimitiveData, Value) == 0x000008, "Member 'PrimitiveComponent_SetScalarParameterForCustomPrimitiveData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData \ +static_assert(alignof(PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData) == 0x000004, "Wrong alignment on PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData"); \ +static_assert(sizeof(PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData) == 0x00000C, "Wrong size on PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData"); \ +static_assert(offsetof(PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData, ParameterName) == 0x000000, "Member 'PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData, Value) == 0x000008, "Member 'PrimitiveComponent_SetScalarParameterForDefaultCustomPrimitiveData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetSimulatePhysics \ +static_assert(alignof(PrimitiveComponent_SetSimulatePhysics) == 0x000001, "Wrong alignment on PrimitiveComponent_SetSimulatePhysics"); \ +static_assert(sizeof(PrimitiveComponent_SetSimulatePhysics) == 0x000001, "Wrong size on PrimitiveComponent_SetSimulatePhysics"); \ +static_assert(offsetof(PrimitiveComponent_SetSimulatePhysics, bSimulate) == 0x000000, "Member 'PrimitiveComponent_SetSimulatePhysics::bSimulate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetSingleSampleShadowFromStationaryLights \ +static_assert(alignof(PrimitiveComponent_SetSingleSampleShadowFromStationaryLights) == 0x000001, "Wrong alignment on PrimitiveComponent_SetSingleSampleShadowFromStationaryLights"); \ +static_assert(sizeof(PrimitiveComponent_SetSingleSampleShadowFromStationaryLights) == 0x000001, "Wrong size on PrimitiveComponent_SetSingleSampleShadowFromStationaryLights"); \ +static_assert(offsetof(PrimitiveComponent_SetSingleSampleShadowFromStationaryLights, bNewSingleSampleShadowFromStationaryLights) == 0x000000, "Member 'PrimitiveComponent_SetSingleSampleShadowFromStationaryLights::bNewSingleSampleShadowFromStationaryLights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetStaticWhenNotMoveable \ +static_assert(alignof(PrimitiveComponent_SetStaticWhenNotMoveable) == 0x000001, "Wrong alignment on PrimitiveComponent_SetStaticWhenNotMoveable"); \ +static_assert(sizeof(PrimitiveComponent_SetStaticWhenNotMoveable) == 0x000001, "Wrong size on PrimitiveComponent_SetStaticWhenNotMoveable"); \ +static_assert(offsetof(PrimitiveComponent_SetStaticWhenNotMoveable, bInStaticWhenNotMoveable) == 0x000000, "Member 'PrimitiveComponent_SetStaticWhenNotMoveable::bInStaticWhenNotMoveable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucencySortDistanceOffset \ +static_assert(alignof(PrimitiveComponent_SetTranslucencySortDistanceOffset) == 0x000004, "Wrong alignment on PrimitiveComponent_SetTranslucencySortDistanceOffset"); \ +static_assert(sizeof(PrimitiveComponent_SetTranslucencySortDistanceOffset) == 0x000004, "Wrong size on PrimitiveComponent_SetTranslucencySortDistanceOffset"); \ +static_assert(offsetof(PrimitiveComponent_SetTranslucencySortDistanceOffset, NewTranslucencySortDistanceOffset) == 0x000000, "Member 'PrimitiveComponent_SetTranslucencySortDistanceOffset::NewTranslucencySortDistanceOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucentSortPriority \ +static_assert(alignof(PrimitiveComponent_SetTranslucentSortPriority) == 0x000004, "Wrong alignment on PrimitiveComponent_SetTranslucentSortPriority"); \ +static_assert(sizeof(PrimitiveComponent_SetTranslucentSortPriority) == 0x000004, "Wrong size on PrimitiveComponent_SetTranslucentSortPriority"); \ +static_assert(offsetof(PrimitiveComponent_SetTranslucentSortPriority, NewTranslucentSortPriority) == 0x000000, "Member 'PrimitiveComponent_SetTranslucentSortPriority::NewTranslucentSortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetUpdateKinematicFromSimulation \ +static_assert(alignof(PrimitiveComponent_SetUpdateKinematicFromSimulation) == 0x000001, "Wrong alignment on PrimitiveComponent_SetUpdateKinematicFromSimulation"); \ +static_assert(sizeof(PrimitiveComponent_SetUpdateKinematicFromSimulation) == 0x000001, "Wrong size on PrimitiveComponent_SetUpdateKinematicFromSimulation"); \ +static_assert(offsetof(PrimitiveComponent_SetUpdateKinematicFromSimulation, bUpdateKinematicFromSimulation) == 0x000000, "Member 'PrimitiveComponent_SetUpdateKinematicFromSimulation::bUpdateKinematicFromSimulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetUseCCD \ +static_assert(alignof(PrimitiveComponent_SetUseCCD) == 0x000004, "Wrong alignment on PrimitiveComponent_SetUseCCD"); \ +static_assert(sizeof(PrimitiveComponent_SetUseCCD) == 0x00000C, "Wrong size on PrimitiveComponent_SetUseCCD"); \ +static_assert(offsetof(PrimitiveComponent_SetUseCCD, InUseCCD) == 0x000000, "Member 'PrimitiveComponent_SetUseCCD::InUseCCD' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetUseCCD, BoneName) == 0x000004, "Member 'PrimitiveComponent_SetUseCCD::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetUseMACD \ +static_assert(alignof(PrimitiveComponent_SetUseMACD) == 0x000004, "Wrong alignment on PrimitiveComponent_SetUseMACD"); \ +static_assert(sizeof(PrimitiveComponent_SetUseMACD) == 0x00000C, "Wrong size on PrimitiveComponent_SetUseMACD"); \ +static_assert(offsetof(PrimitiveComponent_SetUseMACD, InUseMACD) == 0x000000, "Member 'PrimitiveComponent_SetUseMACD::InUseMACD' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_SetUseMACD, BoneName) == 0x000004, "Member 'PrimitiveComponent_SetUseMACD::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_AllowHLODLevelsExclusion \ +static_assert(alignof(PrimitiveComponent_AllowHLODLevelsExclusion) == 0x000001, "Wrong alignment on PrimitiveComponent_AllowHLODLevelsExclusion"); \ +static_assert(sizeof(PrimitiveComponent_AllowHLODLevelsExclusion) == 0x000001, "Wrong size on PrimitiveComponent_AllowHLODLevelsExclusion"); \ +static_assert(offsetof(PrimitiveComponent_AllowHLODLevelsExclusion, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_AllowHLODLevelsExclusion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_CanCharacterStepUp \ +static_assert(alignof(PrimitiveComponent_CanCharacterStepUp) == 0x000008, "Wrong alignment on PrimitiveComponent_CanCharacterStepUp"); \ +static_assert(sizeof(PrimitiveComponent_CanCharacterStepUp) == 0x000010, "Wrong size on PrimitiveComponent_CanCharacterStepUp"); \ +static_assert(offsetof(PrimitiveComponent_CanCharacterStepUp, Pawn) == 0x000000, "Member 'PrimitiveComponent_CanCharacterStepUp::Pawn' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_CanCharacterStepUp, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_CanCharacterStepUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetAngularDamping \ +static_assert(alignof(PrimitiveComponent_GetAngularDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_GetAngularDamping"); \ +static_assert(sizeof(PrimitiveComponent_GetAngularDamping) == 0x000004, "Wrong size on PrimitiveComponent_GetAngularDamping"); \ +static_assert(offsetof(PrimitiveComponent_GetAngularDamping, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetAngularDamping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle \ +static_assert(alignof(PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle) == 0x000008, "Wrong alignment on PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle"); \ +static_assert(sizeof(PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle) == 0x000018, "Wrong size on PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle"); \ +static_assert(offsetof(PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle, bGetWelded) == 0x000008, "Member 'PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle::bGetWelded' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle, Index_0) == 0x00000C, "Member 'PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle, ReturnValue) == 0x000010, "Member 'PrimitiveComponent_GetBodyInstanceAsyncPhysicsTickHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCenterOfMass \ +static_assert(alignof(PrimitiveComponent_GetCenterOfMass) == 0x000008, "Wrong alignment on PrimitiveComponent_GetCenterOfMass"); \ +static_assert(sizeof(PrimitiveComponent_GetCenterOfMass) == 0x000020, "Wrong size on PrimitiveComponent_GetCenterOfMass"); \ +static_assert(offsetof(PrimitiveComponent_GetCenterOfMass, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetCenterOfMass::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCenterOfMass, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetCenterOfMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetClosestPointOnCollision \ +static_assert(alignof(PrimitiveComponent_GetClosestPointOnCollision) == 0x000008, "Wrong alignment on PrimitiveComponent_GetClosestPointOnCollision"); \ +static_assert(sizeof(PrimitiveComponent_GetClosestPointOnCollision) == 0x000040, "Wrong size on PrimitiveComponent_GetClosestPointOnCollision"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, Point) == 0x000000, "Member 'PrimitiveComponent_GetClosestPointOnCollision::Point' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, OutPointOnBody) == 0x000018, "Member 'PrimitiveComponent_GetClosestPointOnCollision::OutPointOnBody' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, BoneName) == 0x000030, "Member 'PrimitiveComponent_GetClosestPointOnCollision::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, ReturnValue) == 0x000038, "Member 'PrimitiveComponent_GetClosestPointOnCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_GetCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_GetCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_GetCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_GetCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionObjectType \ +static_assert(alignof(PrimitiveComponent_GetCollisionObjectType) == 0x000001, "Wrong alignment on PrimitiveComponent_GetCollisionObjectType"); \ +static_assert(sizeof(PrimitiveComponent_GetCollisionObjectType) == 0x000001, "Wrong size on PrimitiveComponent_GetCollisionObjectType"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionObjectType, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetCollisionObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionProfileName \ +static_assert(alignof(PrimitiveComponent_GetCollisionProfileName) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCollisionProfileName"); \ +static_assert(sizeof(PrimitiveComponent_GetCollisionProfileName) == 0x000008, "Wrong size on PrimitiveComponent_GetCollisionProfileName"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionProfileName, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetCollisionProfileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionResponseToChannel \ +static_assert(alignof(PrimitiveComponent_GetCollisionResponseToChannel) == 0x000001, "Wrong alignment on PrimitiveComponent_GetCollisionResponseToChannel"); \ +static_assert(sizeof(PrimitiveComponent_GetCollisionResponseToChannel) == 0x000002, "Wrong size on PrimitiveComponent_GetCollisionResponseToChannel"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionResponseToChannel, Channel) == 0x000000, "Member 'PrimitiveComponent_GetCollisionResponseToChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCollisionResponseToChannel, ReturnValue) == 0x000001, "Member 'PrimitiveComponent_GetCollisionResponseToChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter \ +static_assert(alignof(PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter"); \ +static_assert(sizeof(PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter) == 0x00000C, "Wrong size on PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter, ParameterName) == 0x000000, "Member 'PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetCustomPrimitiveDataIndexForScalarParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter \ +static_assert(alignof(PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter"); \ +static_assert(sizeof(PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter) == 0x00000C, "Wrong size on PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter, ParameterName) == 0x000000, "Member 'PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetCustomPrimitiveDataIndexForVectorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetExcludeForSpecificHLODLevels \ +static_assert(alignof(PrimitiveComponent_GetExcludeForSpecificHLODLevels) == 0x000008, "Wrong alignment on PrimitiveComponent_GetExcludeForSpecificHLODLevels"); \ +static_assert(sizeof(PrimitiveComponent_GetExcludeForSpecificHLODLevels) == 0x000010, "Wrong size on PrimitiveComponent_GetExcludeForSpecificHLODLevels"); \ +static_assert(offsetof(PrimitiveComponent_GetExcludeForSpecificHLODLevels, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetExcludeForSpecificHLODLevels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetGenerateOverlapEvents \ +static_assert(alignof(PrimitiveComponent_GetGenerateOverlapEvents) == 0x000001, "Wrong alignment on PrimitiveComponent_GetGenerateOverlapEvents"); \ +static_assert(sizeof(PrimitiveComponent_GetGenerateOverlapEvents) == 0x000001, "Wrong size on PrimitiveComponent_GetGenerateOverlapEvents"); \ +static_assert(offsetof(PrimitiveComponent_GetGenerateOverlapEvents, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetGenerateOverlapEvents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetGyroscopicTorqueEnabled \ +static_assert(alignof(PrimitiveComponent_GetGyroscopicTorqueEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_GetGyroscopicTorqueEnabled"); \ +static_assert(sizeof(PrimitiveComponent_GetGyroscopicTorqueEnabled) == 0x000001, "Wrong size on PrimitiveComponent_GetGyroscopicTorqueEnabled"); \ +static_assert(offsetof(PrimitiveComponent_GetGyroscopicTorqueEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetGyroscopicTorqueEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetIgnoreBoundsForEditorFocus \ +static_assert(alignof(PrimitiveComponent_GetIgnoreBoundsForEditorFocus) == 0x000001, "Wrong alignment on PrimitiveComponent_GetIgnoreBoundsForEditorFocus"); \ +static_assert(sizeof(PrimitiveComponent_GetIgnoreBoundsForEditorFocus) == 0x000001, "Wrong size on PrimitiveComponent_GetIgnoreBoundsForEditorFocus"); \ +static_assert(offsetof(PrimitiveComponent_GetIgnoreBoundsForEditorFocus, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetIgnoreBoundsForEditorFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetInertiaTensor \ +static_assert(alignof(PrimitiveComponent_GetInertiaTensor) == 0x000008, "Wrong alignment on PrimitiveComponent_GetInertiaTensor"); \ +static_assert(sizeof(PrimitiveComponent_GetInertiaTensor) == 0x000020, "Wrong size on PrimitiveComponent_GetInertiaTensor"); \ +static_assert(offsetof(PrimitiveComponent_GetInertiaTensor, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetInertiaTensor::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetInertiaTensor, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetInertiaTensor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetLinearDamping \ +static_assert(alignof(PrimitiveComponent_GetLinearDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_GetLinearDamping"); \ +static_assert(sizeof(PrimitiveComponent_GetLinearDamping) == 0x000004, "Wrong size on PrimitiveComponent_GetLinearDamping"); \ +static_assert(offsetof(PrimitiveComponent_GetLinearDamping, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetLinearDamping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMass \ +static_assert(alignof(PrimitiveComponent_GetMass) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMass"); \ +static_assert(sizeof(PrimitiveComponent_GetMass) == 0x000004, "Wrong size on PrimitiveComponent_GetMass"); \ +static_assert(offsetof(PrimitiveComponent_GetMass, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMassScale \ +static_assert(alignof(PrimitiveComponent_GetMassScale) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMassScale"); \ +static_assert(sizeof(PrimitiveComponent_GetMassScale) == 0x00000C, "Wrong size on PrimitiveComponent_GetMassScale"); \ +static_assert(offsetof(PrimitiveComponent_GetMassScale, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetMassScale::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMassScale, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMassScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterial \ +static_assert(alignof(PrimitiveComponent_GetMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterial"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterial) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterial"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_GetMaterial::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterial, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterialByName \ +static_assert(alignof(PrimitiveComponent_GetMaterialByName) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterialByName"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterialByName) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterialByName"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialByName, MaterialSlotName) == 0x000000, "Member 'PrimitiveComponent_GetMaterialByName::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialByName, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterialByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterialFromCollisionFaceIndex \ +static_assert(alignof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterialFromCollisionFaceIndex"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterialFromCollisionFaceIndex"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, FaceIndex) == 0x000000, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, SectionIndex) == 0x000004, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterialIndex \ +static_assert(alignof(PrimitiveComponent_GetMaterialIndex) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMaterialIndex"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterialIndex) == 0x00000C, "Wrong size on PrimitiveComponent_GetMaterialIndex"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialIndex, MaterialSlotName) == 0x000000, "Member 'PrimitiveComponent_GetMaterialIndex::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialIndex, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterialSlotNames \ +static_assert(alignof(PrimitiveComponent_GetMaterialSlotNames) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterialSlotNames"); \ +static_assert(sizeof(PrimitiveComponent_GetMaterialSlotNames) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterialSlotNames"); \ +static_assert(offsetof(PrimitiveComponent_GetMaterialSlotNames, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetMaterialSlotNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetNumMaterials \ +static_assert(alignof(PrimitiveComponent_GetNumMaterials) == 0x000004, "Wrong alignment on PrimitiveComponent_GetNumMaterials"); \ +static_assert(sizeof(PrimitiveComponent_GetNumMaterials) == 0x000004, "Wrong size on PrimitiveComponent_GetNumMaterials"); \ +static_assert(offsetof(PrimitiveComponent_GetNumMaterials, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetNumMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetOverlappingActors \ +static_assert(alignof(PrimitiveComponent_GetOverlappingActors) == 0x000008, "Wrong alignment on PrimitiveComponent_GetOverlappingActors"); \ +static_assert(sizeof(PrimitiveComponent_GetOverlappingActors) == 0x000018, "Wrong size on PrimitiveComponent_GetOverlappingActors"); \ +static_assert(offsetof(PrimitiveComponent_GetOverlappingActors, OverlappingActors) == 0x000000, "Member 'PrimitiveComponent_GetOverlappingActors::OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetOverlappingActors, ClassFilter) == 0x000010, "Member 'PrimitiveComponent_GetOverlappingActors::ClassFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetOverlappingComponents \ +static_assert(alignof(PrimitiveComponent_GetOverlappingComponents) == 0x000008, "Wrong alignment on PrimitiveComponent_GetOverlappingComponents"); \ +static_assert(sizeof(PrimitiveComponent_GetOverlappingComponents) == 0x000010, "Wrong size on PrimitiveComponent_GetOverlappingComponents"); \ +static_assert(offsetof(PrimitiveComponent_GetOverlappingComponents, OutOverlappingComponents) == 0x000000, "Member 'PrimitiveComponent_GetOverlappingComponents::OutOverlappingComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocityInDegrees \ +static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees) == 0x000008, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocityInDegrees"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees) == 0x000020, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocityInDegrees"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInDegrees::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocityInRadians \ +static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians) == 0x000008, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocityInRadians"); \ +static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians) == 0x000020, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocityInRadians"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInRadians::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetStaticWhenNotMoveable \ +static_assert(alignof(PrimitiveComponent_GetStaticWhenNotMoveable) == 0x000001, "Wrong alignment on PrimitiveComponent_GetStaticWhenNotMoveable"); \ +static_assert(sizeof(PrimitiveComponent_GetStaticWhenNotMoveable) == 0x000001, "Wrong size on PrimitiveComponent_GetStaticWhenNotMoveable"); \ +static_assert(offsetof(PrimitiveComponent_GetStaticWhenNotMoveable, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetStaticWhenNotMoveable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetUpdateKinematicFromSimulation \ +static_assert(alignof(PrimitiveComponent_GetUpdateKinematicFromSimulation) == 0x000001, "Wrong alignment on PrimitiveComponent_GetUpdateKinematicFromSimulation"); \ +static_assert(sizeof(PrimitiveComponent_GetUpdateKinematicFromSimulation) == 0x000001, "Wrong size on PrimitiveComponent_GetUpdateKinematicFromSimulation"); \ +static_assert(offsetof(PrimitiveComponent_GetUpdateKinematicFromSimulation, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetUpdateKinematicFromSimulation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_GetWalkableSlopeOverride \ +static_assert(alignof(PrimitiveComponent_GetWalkableSlopeOverride) == 0x000004, "Wrong alignment on PrimitiveComponent_GetWalkableSlopeOverride"); \ +static_assert(sizeof(PrimitiveComponent_GetWalkableSlopeOverride) == 0x000010, "Wrong size on PrimitiveComponent_GetWalkableSlopeOverride"); \ +static_assert(offsetof(PrimitiveComponent_GetWalkableSlopeOverride, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetWalkableSlopeOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsExcludedFromHLODLevel \ +static_assert(alignof(PrimitiveComponent_IsExcludedFromHLODLevel) == 0x000001, "Wrong alignment on PrimitiveComponent_IsExcludedFromHLODLevel"); \ +static_assert(sizeof(PrimitiveComponent_IsExcludedFromHLODLevel) == 0x000002, "Wrong size on PrimitiveComponent_IsExcludedFromHLODLevel"); \ +static_assert(offsetof(PrimitiveComponent_IsExcludedFromHLODLevel, HLODLevel) == 0x000000, "Member 'PrimitiveComponent_IsExcludedFromHLODLevel::HLODLevel' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IsExcludedFromHLODLevel, ReturnValue) == 0x000001, "Member 'PrimitiveComponent_IsExcludedFromHLODLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsGravityEnabled \ +static_assert(alignof(PrimitiveComponent_IsGravityEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_IsGravityEnabled"); \ +static_assert(sizeof(PrimitiveComponent_IsGravityEnabled) == 0x000001, "Wrong size on PrimitiveComponent_IsGravityEnabled"); \ +static_assert(offsetof(PrimitiveComponent_IsGravityEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_IsGravityEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsMaterialSlotNameValid \ +static_assert(alignof(PrimitiveComponent_IsMaterialSlotNameValid) == 0x000004, "Wrong alignment on PrimitiveComponent_IsMaterialSlotNameValid"); \ +static_assert(sizeof(PrimitiveComponent_IsMaterialSlotNameValid) == 0x00000C, "Wrong size on PrimitiveComponent_IsMaterialSlotNameValid"); \ +static_assert(offsetof(PrimitiveComponent_IsMaterialSlotNameValid, MaterialSlotName) == 0x000000, "Member 'PrimitiveComponent_IsMaterialSlotNameValid::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IsMaterialSlotNameValid, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsMaterialSlotNameValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingActor \ +static_assert(alignof(PrimitiveComponent_IsOverlappingActor) == 0x000008, "Wrong alignment on PrimitiveComponent_IsOverlappingActor"); \ +static_assert(sizeof(PrimitiveComponent_IsOverlappingActor) == 0x000010, "Wrong size on PrimitiveComponent_IsOverlappingActor"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingActor, Other) == 0x000000, "Member 'PrimitiveComponent_IsOverlappingActor::Other' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingActor, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsOverlappingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingComponent \ +static_assert(alignof(PrimitiveComponent_IsOverlappingComponent) == 0x000008, "Wrong alignment on PrimitiveComponent_IsOverlappingComponent"); \ +static_assert(sizeof(PrimitiveComponent_IsOverlappingComponent) == 0x000010, "Wrong size on PrimitiveComponent_IsOverlappingComponent"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingComponent, OtherComp) == 0x000000, "Member 'PrimitiveComponent_IsOverlappingComponent::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingComponent, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsOverlappingComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_K2_IsCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_K2_IsCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_K2_IsCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsPhysicsCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsPhysicsCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsPhysicsCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsPhysicsCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsQueryCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_K2_IsQueryCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsQueryCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_K2_IsQueryCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsQueryCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_K2_IsQueryCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsQueryCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_ScaleByMomentOfInertia \ +static_assert(alignof(PrimitiveComponent_ScaleByMomentOfInertia) == 0x000008, "Wrong alignment on PrimitiveComponent_ScaleByMomentOfInertia"); \ +static_assert(sizeof(PrimitiveComponent_ScaleByMomentOfInertia) == 0x000038, "Wrong size on PrimitiveComponent_ScaleByMomentOfInertia"); \ +static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, InputVector) == 0x000000, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::InputVector' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, BoneName) == 0x000018, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, ReturnValue) == 0x000020, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_WasRecentlyRendered \ +static_assert(alignof(PrimitiveComponent_WasRecentlyRendered) == 0x000004, "Wrong alignment on PrimitiveComponent_WasRecentlyRendered"); \ +static_assert(sizeof(PrimitiveComponent_WasRecentlyRendered) == 0x000008, "Wrong size on PrimitiveComponent_WasRecentlyRendered"); \ +static_assert(offsetof(PrimitiveComponent_WasRecentlyRendered, Tolerance) == 0x000000, "Member 'PrimitiveComponent_WasRecentlyRendered::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_WasRecentlyRendered, ReturnValue) == 0x000004, "Member 'PrimitiveComponent_WasRecentlyRendered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrimitiveComponent \ +static_assert(alignof(UPrimitiveComponent) == 0x000010, "Wrong alignment on UPrimitiveComponent"); \ +static_assert(sizeof(UPrimitiveComponent) == 0x000530, "Wrong size on UPrimitiveComponent"); \ +static_assert(offsetof(UPrimitiveComponent, MinDrawDistance) == 0x000268, "Member 'UPrimitiveComponent::MinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LDMaxDrawDistance) == 0x00026C, "Member 'UPrimitiveComponent::LDMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CachedMaxDrawDistance) == 0x000270, "Member 'UPrimitiveComponent::CachedMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, DepthPriorityGroup) == 0x000274, "Member 'UPrimitiveComponent::DepthPriorityGroup' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, ViewOwnerDepthPriorityGroup) == 0x000275, "Member 'UPrimitiveComponent::ViewOwnerDepthPriorityGroup' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, IndirectLightingCacheQuality) == 0x000276, "Member 'UPrimitiveComponent::IndirectLightingCacheQuality' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LightmapType) == 0x000277, "Member 'UPrimitiveComponent::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, HLODBatchingPolicy) == 0x000278, "Member 'UPrimitiveComponent::HLODBatchingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, ShadowCacheInvalidationBehavior) == 0x000279, "Member 'UPrimitiveComponent::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, FirstPersonPrimitiveType) == 0x000283, "Member 'UPrimitiveComponent::FirstPersonPrimitiveType' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, bHasCustomNavigableGeometry) == 0x000285, "Member 'UPrimitiveComponent::bHasCustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CanCharacterStepUpOn) == 0x000287, "Member 'UPrimitiveComponent::CanCharacterStepUpOn' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LightingChannels) == 0x000288, "Member 'UPrimitiveComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, RayTracingGroupCullingPriority) == 0x0002A9, "Member 'UPrimitiveComponent::RayTracingGroupCullingPriority' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilWriteMask) == 0x0002AA, "Member 'UPrimitiveComponent::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, ExcludeFromHLODLevels) == 0x0002AB, "Member 'UPrimitiveComponent::ExcludeFromHLODLevels' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, RayTracingGroupId) == 0x0002AC, "Member 'UPrimitiveComponent::RayTracingGroupId' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VisibilityId) == 0x0002B0, "Member 'UPrimitiveComponent::VisibilityId' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilValue) == 0x0002B4, "Member 'UPrimitiveComponent::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveData) == 0x0002B8, "Member 'UPrimitiveComponent::CustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveDataInternal) == 0x0002C8, "Member 'UPrimitiveComponent::CustomPrimitiveDataInternal' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, TranslucencySortPriority) == 0x000300, "Member 'UPrimitiveComponent::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, TranslucencySortDistanceOffset) == 0x000304, "Member 'UPrimitiveComponent::TranslucencySortDistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, RuntimeVirtualTextures) == 0x000308, "Member 'UPrimitiveComponent::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureLodBias) == 0x000318, "Member 'UPrimitiveComponent::VirtualTextureLodBias' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureCullMips) == 0x000319, "Member 'UPrimitiveComponent::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureMinCoverage) == 0x00031A, "Member 'UPrimitiveComponent::VirtualTextureMinCoverage' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureRenderPassType) == 0x00031B, "Member 'UPrimitiveComponent::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, BoundsScale) == 0x000324, "Member 'UPrimitiveComponent::BoundsScale' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, MoveIgnoreActors) == 0x000358, "Member 'UPrimitiveComponent::MoveIgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, MoveIgnoreComponents) == 0x000368, "Member 'UPrimitiveComponent::MoveIgnoreComponents' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, BodyInstance) == 0x000388, "Member 'UPrimitiveComponent::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentHit) == 0x000508, "Member 'UPrimitiveComponent::OnComponentHit' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentBeginOverlap) == 0x000509, "Member 'UPrimitiveComponent::OnComponentBeginOverlap' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentEndOverlap) == 0x00050A, "Member 'UPrimitiveComponent::OnComponentEndOverlap' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentWake) == 0x00050B, "Member 'UPrimitiveComponent::OnComponentWake' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentSleep) == 0x00050C, "Member 'UPrimitiveComponent::OnComponentSleep' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentPhysicsStateChanged) == 0x00050E, "Member 'UPrimitiveComponent::OnComponentPhysicsStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnBeginCursorOver) == 0x00050F, "Member 'UPrimitiveComponent::OnBeginCursorOver' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnEndCursorOver) == 0x000510, "Member 'UPrimitiveComponent::OnEndCursorOver' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnClicked) == 0x000511, "Member 'UPrimitiveComponent::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnReleased) == 0x000512, "Member 'UPrimitiveComponent::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchBegin) == 0x000513, "Member 'UPrimitiveComponent::OnInputTouchBegin' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnd) == 0x000514, "Member 'UPrimitiveComponent::OnInputTouchEnd' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnter) == 0x000515, "Member 'UPrimitiveComponent::OnInputTouchEnter' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchLeave) == 0x000516, "Member 'UPrimitiveComponent::OnInputTouchLeave' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LODParentPrimitive) == 0x000528, "Member 'UPrimitiveComponent::LODParentPrimitive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShapeComponent_SetLineThickness \ +static_assert(alignof(ShapeComponent_SetLineThickness) == 0x000004, "Wrong alignment on ShapeComponent_SetLineThickness"); \ +static_assert(sizeof(ShapeComponent_SetLineThickness) == 0x000004, "Wrong size on ShapeComponent_SetLineThickness"); \ +static_assert(offsetof(ShapeComponent_SetLineThickness, Thickness) == 0x000000, "Member 'ShapeComponent_SetLineThickness::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShapeComponent \ +static_assert(alignof(UShapeComponent) == 0x000010, "Wrong alignment on UShapeComponent"); \ +static_assert(sizeof(UShapeComponent) == 0x000550, "Wrong size on UShapeComponent"); \ +static_assert(offsetof(UShapeComponent, ShapeBodySetup) == 0x000530, "Member 'UShapeComponent::ShapeBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UShapeComponent, ShapeColor) == 0x000538, "Member 'UShapeComponent::ShapeColor' has a wrong offset!"); \ +static_assert(offsetof(UShapeComponent, AreaClassOverride) == 0x000540, "Member 'UShapeComponent::AreaClassOverride' has a wrong offset!"); \ +static_assert(offsetof(UShapeComponent, LineThickness) == 0x000548, "Member 'UShapeComponent::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDebugDrawComponent \ +static_assert(alignof(UDebugDrawComponent) == 0x000010, "Wrong alignment on UDebugDrawComponent"); \ +static_assert(sizeof(UDebugDrawComponent) == 0x000590, "Wrong size on UDebugDrawComponent"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureBase \ +static_assert(alignof(UMaterialExpressionTextureBase) == 0x000008, "Wrong alignment on UMaterialExpressionTextureBase"); \ +static_assert(sizeof(UMaterialExpressionTextureBase) == 0x0000C0, "Wrong size on UMaterialExpressionTextureBase"); \ +static_assert(offsetof(UMaterialExpressionTextureBase, Texture) == 0x0000B0, "Member 'UMaterialExpressionTextureBase::Texture' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureBase, SamplerType) == 0x0000B8, "Member 'UMaterialExpressionTextureBase::SamplerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureObject \ +static_assert(alignof(UMaterialExpressionTextureObject) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObject"); \ +static_assert(sizeof(UMaterialExpressionTextureObject) == 0x0000C0, "Wrong size on UMaterialExpressionTextureObject"); \ + +#define DUMPER7_ASSERTS_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_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_UMaterialExpressionFirstPersonOutput \ +static_assert(alignof(UMaterialExpressionFirstPersonOutput) == 0x000008, "Wrong alignment on UMaterialExpressionFirstPersonOutput"); \ +static_assert(sizeof(UMaterialExpressionFirstPersonOutput) == 0x0000E0, "Wrong size on UMaterialExpressionFirstPersonOutput"); \ +static_assert(offsetof(UMaterialExpressionFirstPersonOutput, FirstPersonInterpolationAlpha) == 0x0000B0, "Member 'UMaterialExpressionFirstPersonOutput::FirstPersonInterpolationAlpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFirstPersonOutput, ConstFirstPersonInterpolationAlpha) == 0x0000D8, "Member 'UMaterialExpressionFirstPersonOutput::ConstFirstPersonInterpolationAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSaturate \ +static_assert(alignof(UMaterialExpressionSaturate) == 0x000008, "Wrong alignment on UMaterialExpressionSaturate"); \ +static_assert(sizeof(UMaterialExpressionSaturate) == 0x0000D8, "Wrong size on UMaterialExpressionSaturate"); \ +static_assert(offsetof(UMaterialExpressionSaturate, Input) == 0x0000B0, "Member 'UMaterialExpressionSaturate::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBlueprintGeneratedStruct \ +static_assert(alignof(UAnimBlueprintGeneratedStruct) == 0x000008, "Wrong alignment on UAnimBlueprintGeneratedStruct"); \ +static_assert(sizeof(UAnimBlueprintGeneratedStruct) == 0x0000C0, "Wrong size on UAnimBlueprintGeneratedStruct"); \ + +#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_UDynamicSubsystem \ +static_assert(alignof(UDynamicSubsystem) == 0x000008, "Wrong alignment on UDynamicSubsystem"); \ +static_assert(sizeof(UDynamicSubsystem) == 0x000030, "Wrong size on UDynamicSubsystem"); \ + +#define DUMPER7_ASSERTS_UAudioEngineSubsystem \ +static_assert(alignof(UAudioEngineSubsystem) == 0x000008, "Wrong alignment on UAudioEngineSubsystem"); \ +static_assert(sizeof(UAudioEngineSubsystem) == 0x000030, "Wrong size on UAudioEngineSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialCache \ +static_assert(alignof(UMaterialExpressionMaterialCache) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialCache"); \ +static_assert(sizeof(UMaterialExpressionMaterialCache) == 0x000120, "Wrong size on UMaterialExpressionMaterialCache"); \ +static_assert(offsetof(UMaterialExpressionMaterialCache, bIsSample) == 0x0000B0, "Member 'UMaterialExpressionMaterialCache::bIsSample' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialCache, Tag) == 0x0000B8, "Member 'UMaterialExpressionMaterialCache::Tag' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialCache, Attributes) == 0x0000C0, "Member 'UMaterialExpressionMaterialCache::Attributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialCache, Primitive) == 0x0000D0, "Member 'UMaterialExpressionMaterialCache::Primitive' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialCache, UV) == 0x0000F8, "Member 'UMaterialExpressionMaterialCache::UV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARigidBodyBase \ +static_assert(alignof(ARigidBodyBase) == 0x000008, "Wrong alignment on ARigidBodyBase"); \ +static_assert(sizeof(ARigidBodyBase) == 0x0002B0, "Wrong size on ARigidBodyBase"); \ + +#define DUMPER7_ASSERTS_APhysicsThruster \ +static_assert(alignof(APhysicsThruster) == 0x000008, "Wrong alignment on APhysicsThruster"); \ +static_assert(sizeof(APhysicsThruster) == 0x0002B8, "Wrong size on APhysicsThruster"); \ +static_assert(offsetof(APhysicsThruster, ThrusterComponent) == 0x0002B0, "Member 'APhysicsThruster::ThrusterComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColorBase \ +static_assert(alignof(UParticleModuleColorBase) == 0x000008, "Wrong alignment on UParticleModuleColorBase"); \ +static_assert(sizeof(UParticleModuleColorBase) == 0x000030, "Wrong size on UParticleModuleColorBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleColor \ +static_assert(alignof(UParticleModuleColor) == 0x000008, "Wrong alignment on UParticleModuleColor"); \ +static_assert(sizeof(UParticleModuleColor) == 0x0000C8, "Wrong size on UParticleModuleColor"); \ +static_assert(offsetof(UParticleModuleColor, StartColor) == 0x000030, "Member 'UParticleModuleColor::StartColor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleColor, StartAlpha) == 0x000090, "Member 'UParticleModuleColor::StartAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetConnection \ +static_assert(alignof(UNetConnection) == 0x000010, "Wrong alignment on UNetConnection"); \ +static_assert(sizeof(UNetConnection) == 0x001E90, "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, ChildrenLookup) == 0x0000A8, "Member 'UNetConnection::ChildrenLookup' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, PlayerId) == 0x0001B8, "Member 'UNetConnection::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, LastReceiveTime) == 0x000230, "Member 'UNetConnection::LastReceiveTime' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, DefaultMaxChannelSize) == 0x00144C, "Member 'UNetConnection::DefaultMaxChannelSize' has a wrong offset!"); \ +static_assert(offsetof(UNetConnection, ChannelsToTick) == 0x001770, "Member 'UNetConnection::ChannelsToTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexInterpolator \ +static_assert(alignof(UMaterialExpressionVertexInterpolator) == 0x000008, "Wrong alignment on UMaterialExpressionVertexInterpolator"); \ +static_assert(sizeof(UMaterialExpressionVertexInterpolator) == 0x0000F0, "Wrong size on UMaterialExpressionVertexInterpolator"); \ +static_assert(offsetof(UMaterialExpressionVertexInterpolator, Input) == 0x0000B0, "Member 'UMaterialExpressionVertexInterpolator::Input' 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_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_UMaterialExpressionSceneDepthWithoutWater \ +static_assert(alignof(UMaterialExpressionSceneDepthWithoutWater) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepthWithoutWater"); \ +static_assert(sizeof(UMaterialExpressionSceneDepthWithoutWater) == 0x0000F8, "Wrong size on UMaterialExpressionSceneDepthWithoutWater"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, InputMode) == 0x0000B0, "Member 'UMaterialExpressionSceneDepthWithoutWater::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, Input) == 0x0000B8, "Member 'UMaterialExpressionSceneDepthWithoutWater::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, ConstInput) == 0x0000E0, "Member 'UMaterialExpressionSceneDepthWithoutWater::ConstInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, FallbackDepth) == 0x0000F0, "Member 'UMaterialExpressionSceneDepthWithoutWater::FallbackDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFloatToUInt \ +static_assert(alignof(UMaterialExpressionFloatToUInt) == 0x000008, "Wrong alignment on UMaterialExpressionFloatToUInt"); \ +static_assert(sizeof(UMaterialExpressionFloatToUInt) == 0x0000E0, "Wrong size on UMaterialExpressionFloatToUInt"); \ +static_assert(offsetof(UMaterialExpressionFloatToUInt, Input) == 0x0000B0, "Member 'UMaterialExpressionFloatToUInt::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFloatToUInt, Mode) == 0x0000D8, "Member 'UMaterialExpressionFloatToUInt::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTemporalResponsivenessOutput \ +static_assert(alignof(UMaterialExpressionTemporalResponsivenessOutput) == 0x000008, "Wrong alignment on UMaterialExpressionTemporalResponsivenessOutput"); \ +static_assert(sizeof(UMaterialExpressionTemporalResponsivenessOutput) == 0x0000D8, "Wrong size on UMaterialExpressionTemporalResponsivenessOutput"); \ +static_assert(offsetof(UMaterialExpressionTemporalResponsivenessOutput, Input) == 0x0000B0, "Member 'UMaterialExpressionTemporalResponsivenessOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDefaultResolution \ +static_assert(alignof(GameUserSettings_GetDefaultResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultResolution"); \ +static_assert(sizeof(GameUserSettings_GetDefaultResolution) == 0x000008, "Wrong size on GameUserSettings_GetDefaultResolution"); \ +static_assert(offsetof(GameUserSettings_GetDefaultResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDefaultWindowMode \ +static_assert(alignof(GameUserSettings_GetDefaultWindowMode) == 0x000001, "Wrong alignment on GameUserSettings_GetDefaultWindowMode"); \ +static_assert(sizeof(GameUserSettings_GetDefaultWindowMode) == 0x000001, "Wrong size on GameUserSettings_GetDefaultWindowMode"); \ +static_assert(offsetof(GameUserSettings_GetDefaultWindowMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultWindowMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDefaultWindowPosition \ +static_assert(alignof(GameUserSettings_GetDefaultWindowPosition) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultWindowPosition"); \ +static_assert(sizeof(GameUserSettings_GetDefaultWindowPosition) == 0x000008, "Wrong size on GameUserSettings_GetDefaultWindowPosition"); \ +static_assert(offsetof(GameUserSettings_GetDefaultWindowPosition, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultWindowPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFramePace \ +static_assert(alignof(GameUserSettings_GetFramePace) == 0x000004, "Wrong alignment on GameUserSettings_GetFramePace"); \ +static_assert(sizeof(GameUserSettings_GetFramePace) == 0x000004, "Wrong size on GameUserSettings_GetFramePace"); \ +static_assert(offsetof(GameUserSettings_GetFramePace, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFramePace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetGameUserSettings \ +static_assert(alignof(GameUserSettings_GetGameUserSettings) == 0x000008, "Wrong alignment on GameUserSettings_GetGameUserSettings"); \ +static_assert(sizeof(GameUserSettings_GetGameUserSettings) == 0x000008, "Wrong size on GameUserSettings_GetGameUserSettings"); \ +static_assert(offsetof(GameUserSettings_GetGameUserSettings, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetGameUserSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetSyncInterval \ +static_assert(alignof(GameUserSettings_GetSyncInterval) == 0x000004, "Wrong alignment on GameUserSettings_GetSyncInterval"); \ +static_assert(sizeof(GameUserSettings_GetSyncInterval) == 0x000004, "Wrong size on GameUserSettings_GetSyncInterval"); \ +static_assert(offsetof(GameUserSettings_GetSyncInterval, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetSyncInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_ApplyResolutionSettings \ +static_assert(alignof(GameUserSettings_ApplyResolutionSettings) == 0x000001, "Wrong alignment on GameUserSettings_ApplyResolutionSettings"); \ +static_assert(sizeof(GameUserSettings_ApplyResolutionSettings) == 0x000001, "Wrong size on GameUserSettings_ApplyResolutionSettings"); \ +static_assert(offsetof(GameUserSettings_ApplyResolutionSettings, bCheckForCommandLineOverrides) == 0x000000, "Member 'GameUserSettings_ApplyResolutionSettings::bCheckForCommandLineOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_ApplySettings \ +static_assert(alignof(GameUserSettings_ApplySettings) == 0x000001, "Wrong alignment on GameUserSettings_ApplySettings"); \ +static_assert(sizeof(GameUserSettings_ApplySettings) == 0x000001, "Wrong size on GameUserSettings_ApplySettings"); \ +static_assert(offsetof(GameUserSettings_ApplySettings, bCheckForCommandLineOverrides) == 0x000000, "Member 'GameUserSettings_ApplySettings::bCheckForCommandLineOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_EnableHDRDisplayOutput \ +static_assert(alignof(GameUserSettings_EnableHDRDisplayOutput) == 0x000004, "Wrong alignment on GameUserSettings_EnableHDRDisplayOutput"); \ +static_assert(sizeof(GameUserSettings_EnableHDRDisplayOutput) == 0x000008, "Wrong size on GameUserSettings_EnableHDRDisplayOutput"); \ +static_assert(offsetof(GameUserSettings_EnableHDRDisplayOutput, bEnable) == 0x000000, "Member 'GameUserSettings_EnableHDRDisplayOutput::bEnable' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_EnableHDRDisplayOutput, DisplayNits) == 0x000004, "Member 'GameUserSettings_EnableHDRDisplayOutput::DisplayNits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDefaultResolutionScale \ +static_assert(alignof(GameUserSettings_GetDefaultResolutionScale) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultResolutionScale"); \ +static_assert(sizeof(GameUserSettings_GetDefaultResolutionScale) == 0x000004, "Wrong size on GameUserSettings_GetDefaultResolutionScale"); \ +static_assert(offsetof(GameUserSettings_GetDefaultResolutionScale, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetRecommendedResolutionScale \ +static_assert(alignof(GameUserSettings_GetRecommendedResolutionScale) == 0x000004, "Wrong alignment on GameUserSettings_GetRecommendedResolutionScale"); \ +static_assert(sizeof(GameUserSettings_GetRecommendedResolutionScale) == 0x000004, "Wrong size on GameUserSettings_GetRecommendedResolutionScale"); \ +static_assert(offsetof(GameUserSettings_GetRecommendedResolutionScale, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetRecommendedResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_LoadSettings \ +static_assert(alignof(GameUserSettings_LoadSettings) == 0x000001, "Wrong alignment on GameUserSettings_LoadSettings"); \ +static_assert(sizeof(GameUserSettings_LoadSettings) == 0x000001, "Wrong size on GameUserSettings_LoadSettings"); \ +static_assert(offsetof(GameUserSettings_LoadSettings, bForceReload) == 0x000000, "Member 'GameUserSettings_LoadSettings::bForceReload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_RunHardwareBenchmark \ +static_assert(alignof(GameUserSettings_RunHardwareBenchmark) == 0x000004, "Wrong alignment on GameUserSettings_RunHardwareBenchmark"); \ +static_assert(sizeof(GameUserSettings_RunHardwareBenchmark) == 0x00000C, "Wrong size on GameUserSettings_RunHardwareBenchmark"); \ +static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, WorkScale) == 0x000000, "Member 'GameUserSettings_RunHardwareBenchmark::WorkScale' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, CPUMultiplier) == 0x000004, "Member 'GameUserSettings_RunHardwareBenchmark::CPUMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, GPUMultiplier) == 0x000008, "Member 'GameUserSettings_RunHardwareBenchmark::GPUMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetAntiAliasingQuality \ +static_assert(alignof(GameUserSettings_SetAntiAliasingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetAntiAliasingQuality"); \ +static_assert(sizeof(GameUserSettings_SetAntiAliasingQuality) == 0x000004, "Wrong size on GameUserSettings_SetAntiAliasingQuality"); \ +static_assert(offsetof(GameUserSettings_SetAntiAliasingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetAntiAliasingQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetAudioQualityLevel \ +static_assert(alignof(GameUserSettings_SetAudioQualityLevel) == 0x000004, "Wrong alignment on GameUserSettings_SetAudioQualityLevel"); \ +static_assert(sizeof(GameUserSettings_SetAudioQualityLevel) == 0x000004, "Wrong size on GameUserSettings_SetAudioQualityLevel"); \ +static_assert(offsetof(GameUserSettings_SetAudioQualityLevel, QualityLevel) == 0x000000, "Member 'GameUserSettings_SetAudioQualityLevel::QualityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetDynamicResolutionEnabled \ +static_assert(alignof(GameUserSettings_SetDynamicResolutionEnabled) == 0x000001, "Wrong alignment on GameUserSettings_SetDynamicResolutionEnabled"); \ +static_assert(sizeof(GameUserSettings_SetDynamicResolutionEnabled) == 0x000001, "Wrong size on GameUserSettings_SetDynamicResolutionEnabled"); \ +static_assert(offsetof(GameUserSettings_SetDynamicResolutionEnabled, bEnable) == 0x000000, "Member 'GameUserSettings_SetDynamicResolutionEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetFoliageQuality \ +static_assert(alignof(GameUserSettings_SetFoliageQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetFoliageQuality"); \ +static_assert(sizeof(GameUserSettings_SetFoliageQuality) == 0x000004, "Wrong size on GameUserSettings_SetFoliageQuality"); \ +static_assert(offsetof(GameUserSettings_SetFoliageQuality, Value) == 0x000000, "Member 'GameUserSettings_SetFoliageQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetFrameRateLimit \ +static_assert(alignof(GameUserSettings_SetFrameRateLimit) == 0x000004, "Wrong alignment on GameUserSettings_SetFrameRateLimit"); \ +static_assert(sizeof(GameUserSettings_SetFrameRateLimit) == 0x000004, "Wrong size on GameUserSettings_SetFrameRateLimit"); \ +static_assert(offsetof(GameUserSettings_SetFrameRateLimit, NewLimit) == 0x000000, "Member 'GameUserSettings_SetFrameRateLimit::NewLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetFullscreenMode \ +static_assert(alignof(GameUserSettings_SetFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_SetFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_SetFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_SetFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_SetFullscreenMode, InFullscreenMode) == 0x000000, "Member 'GameUserSettings_SetFullscreenMode::InFullscreenMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetGlobalIlluminationQuality \ +static_assert(alignof(GameUserSettings_SetGlobalIlluminationQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetGlobalIlluminationQuality"); \ +static_assert(sizeof(GameUserSettings_SetGlobalIlluminationQuality) == 0x000004, "Wrong size on GameUserSettings_SetGlobalIlluminationQuality"); \ +static_assert(offsetof(GameUserSettings_SetGlobalIlluminationQuality, Value) == 0x000000, "Member 'GameUserSettings_SetGlobalIlluminationQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetOverallScalabilityLevel \ +static_assert(alignof(GameUserSettings_SetOverallScalabilityLevel) == 0x000004, "Wrong alignment on GameUserSettings_SetOverallScalabilityLevel"); \ +static_assert(sizeof(GameUserSettings_SetOverallScalabilityLevel) == 0x000004, "Wrong size on GameUserSettings_SetOverallScalabilityLevel"); \ +static_assert(offsetof(GameUserSettings_SetOverallScalabilityLevel, Value) == 0x000000, "Member 'GameUserSettings_SetOverallScalabilityLevel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetPostProcessingQuality \ +static_assert(alignof(GameUserSettings_SetPostProcessingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetPostProcessingQuality"); \ +static_assert(sizeof(GameUserSettings_SetPostProcessingQuality) == 0x000004, "Wrong size on GameUserSettings_SetPostProcessingQuality"); \ +static_assert(offsetof(GameUserSettings_SetPostProcessingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetPostProcessingQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetReflectionQuality \ +static_assert(alignof(GameUserSettings_SetReflectionQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetReflectionQuality"); \ +static_assert(sizeof(GameUserSettings_SetReflectionQuality) == 0x000004, "Wrong size on GameUserSettings_SetReflectionQuality"); \ +static_assert(offsetof(GameUserSettings_SetReflectionQuality, Value) == 0x000000, "Member 'GameUserSettings_SetReflectionQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleNormalized \ +static_assert(alignof(GameUserSettings_SetResolutionScaleNormalized) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleNormalized"); \ +static_assert(sizeof(GameUserSettings_SetResolutionScaleNormalized) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleNormalized"); \ +static_assert(offsetof(GameUserSettings_SetResolutionScaleNormalized, NewScaleNormalized) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleNormalized::NewScaleNormalized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleValueEx \ +static_assert(alignof(GameUserSettings_SetResolutionScaleValueEx) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleValueEx"); \ +static_assert(sizeof(GameUserSettings_SetResolutionScaleValueEx) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleValueEx"); \ +static_assert(offsetof(GameUserSettings_SetResolutionScaleValueEx, NewScaleValue) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleValueEx::NewScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetScreenResolution \ +static_assert(alignof(GameUserSettings_SetScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_SetScreenResolution"); \ +static_assert(sizeof(GameUserSettings_SetScreenResolution) == 0x000008, "Wrong size on GameUserSettings_SetScreenResolution"); \ +static_assert(offsetof(GameUserSettings_SetScreenResolution, Resolution) == 0x000000, "Member 'GameUserSettings_SetScreenResolution::Resolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetShadingQuality \ +static_assert(alignof(GameUserSettings_SetShadingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetShadingQuality"); \ +static_assert(sizeof(GameUserSettings_SetShadingQuality) == 0x000004, "Wrong size on GameUserSettings_SetShadingQuality"); \ +static_assert(offsetof(GameUserSettings_SetShadingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetShadingQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetShadowQuality \ +static_assert(alignof(GameUserSettings_SetShadowQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetShadowQuality"); \ +static_assert(sizeof(GameUserSettings_SetShadowQuality) == 0x000004, "Wrong size on GameUserSettings_SetShadowQuality"); \ +static_assert(offsetof(GameUserSettings_SetShadowQuality, Value) == 0x000000, "Member 'GameUserSettings_SetShadowQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetTextureQuality \ +static_assert(alignof(GameUserSettings_SetTextureQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetTextureQuality"); \ +static_assert(sizeof(GameUserSettings_SetTextureQuality) == 0x000004, "Wrong size on GameUserSettings_SetTextureQuality"); \ +static_assert(offsetof(GameUserSettings_SetTextureQuality, Value) == 0x000000, "Member 'GameUserSettings_SetTextureQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetViewDistanceQuality \ +static_assert(alignof(GameUserSettings_SetViewDistanceQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetViewDistanceQuality"); \ +static_assert(sizeof(GameUserSettings_SetViewDistanceQuality) == 0x000004, "Wrong size on GameUserSettings_SetViewDistanceQuality"); \ +static_assert(offsetof(GameUserSettings_SetViewDistanceQuality, Value) == 0x000000, "Member 'GameUserSettings_SetViewDistanceQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetVisualEffectQuality \ +static_assert(alignof(GameUserSettings_SetVisualEffectQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetVisualEffectQuality"); \ +static_assert(sizeof(GameUserSettings_SetVisualEffectQuality) == 0x000004, "Wrong size on GameUserSettings_SetVisualEffectQuality"); \ +static_assert(offsetof(GameUserSettings_SetVisualEffectQuality, Value) == 0x000000, "Member 'GameUserSettings_SetVisualEffectQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetVSyncEnabled \ +static_assert(alignof(GameUserSettings_SetVSyncEnabled) == 0x000001, "Wrong alignment on GameUserSettings_SetVSyncEnabled"); \ +static_assert(sizeof(GameUserSettings_SetVSyncEnabled) == 0x000001, "Wrong size on GameUserSettings_SetVSyncEnabled"); \ +static_assert(offsetof(GameUserSettings_SetVSyncEnabled, bEnable) == 0x000000, "Member 'GameUserSettings_SetVSyncEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetAntiAliasingQuality \ +static_assert(alignof(GameUserSettings_GetAntiAliasingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetAntiAliasingQuality"); \ +static_assert(sizeof(GameUserSettings_GetAntiAliasingQuality) == 0x000004, "Wrong size on GameUserSettings_GetAntiAliasingQuality"); \ +static_assert(offsetof(GameUserSettings_GetAntiAliasingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetAntiAliasingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetAudioQualityLevel \ +static_assert(alignof(GameUserSettings_GetAudioQualityLevel) == 0x000004, "Wrong alignment on GameUserSettings_GetAudioQualityLevel"); \ +static_assert(sizeof(GameUserSettings_GetAudioQualityLevel) == 0x000004, "Wrong size on GameUserSettings_GetAudioQualityLevel"); \ +static_assert(offsetof(GameUserSettings_GetAudioQualityLevel, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetAudioQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetCurrentHDRDisplayNits \ +static_assert(alignof(GameUserSettings_GetCurrentHDRDisplayNits) == 0x000004, "Wrong alignment on GameUserSettings_GetCurrentHDRDisplayNits"); \ +static_assert(sizeof(GameUserSettings_GetCurrentHDRDisplayNits) == 0x000004, "Wrong size on GameUserSettings_GetCurrentHDRDisplayNits"); \ +static_assert(offsetof(GameUserSettings_GetCurrentHDRDisplayNits, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetCurrentHDRDisplayNits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDesktopResolution \ +static_assert(alignof(GameUserSettings_GetDesktopResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetDesktopResolution"); \ +static_assert(sizeof(GameUserSettings_GetDesktopResolution) == 0x000008, "Wrong size on GameUserSettings_GetDesktopResolution"); \ +static_assert(offsetof(GameUserSettings_GetDesktopResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDesktopResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFoliageQuality \ +static_assert(alignof(GameUserSettings_GetFoliageQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetFoliageQuality"); \ +static_assert(sizeof(GameUserSettings_GetFoliageQuality) == 0x000004, "Wrong size on GameUserSettings_GetFoliageQuality"); \ +static_assert(offsetof(GameUserSettings_GetFoliageQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFoliageQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFrameRateLimit \ +static_assert(alignof(GameUserSettings_GetFrameRateLimit) == 0x000004, "Wrong alignment on GameUserSettings_GetFrameRateLimit"); \ +static_assert(sizeof(GameUserSettings_GetFrameRateLimit) == 0x000004, "Wrong size on GameUserSettings_GetFrameRateLimit"); \ +static_assert(offsetof(GameUserSettings_GetFrameRateLimit, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFrameRateLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFullscreenMode \ +static_assert(alignof(GameUserSettings_GetFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_GetFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_GetFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFullscreenMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetGlobalIlluminationQuality \ +static_assert(alignof(GameUserSettings_GetGlobalIlluminationQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetGlobalIlluminationQuality"); \ +static_assert(sizeof(GameUserSettings_GetGlobalIlluminationQuality) == 0x000004, "Wrong size on GameUserSettings_GetGlobalIlluminationQuality"); \ +static_assert(offsetof(GameUserSettings_GetGlobalIlluminationQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetGlobalIlluminationQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetLastConfirmedFullscreenMode \ +static_assert(alignof(GameUserSettings_GetLastConfirmedFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetLastConfirmedFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_GetLastConfirmedFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetLastConfirmedFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_GetLastConfirmedFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetLastConfirmedFullscreenMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetLastConfirmedScreenResolution \ +static_assert(alignof(GameUserSettings_GetLastConfirmedScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetLastConfirmedScreenResolution"); \ +static_assert(sizeof(GameUserSettings_GetLastConfirmedScreenResolution) == 0x000008, "Wrong size on GameUserSettings_GetLastConfirmedScreenResolution"); \ +static_assert(offsetof(GameUserSettings_GetLastConfirmedScreenResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetLastConfirmedScreenResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetOverallScalabilityLevel \ +static_assert(alignof(GameUserSettings_GetOverallScalabilityLevel) == 0x000004, "Wrong alignment on GameUserSettings_GetOverallScalabilityLevel"); \ +static_assert(sizeof(GameUserSettings_GetOverallScalabilityLevel) == 0x000004, "Wrong size on GameUserSettings_GetOverallScalabilityLevel"); \ +static_assert(offsetof(GameUserSettings_GetOverallScalabilityLevel, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetOverallScalabilityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetPostProcessingQuality \ +static_assert(alignof(GameUserSettings_GetPostProcessingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetPostProcessingQuality"); \ +static_assert(sizeof(GameUserSettings_GetPostProcessingQuality) == 0x000004, "Wrong size on GameUserSettings_GetPostProcessingQuality"); \ +static_assert(offsetof(GameUserSettings_GetPostProcessingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetPostProcessingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetPreferredFullscreenMode \ +static_assert(alignof(GameUserSettings_GetPreferredFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetPreferredFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_GetPreferredFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetPreferredFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_GetPreferredFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetPreferredFullscreenMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetReflectionQuality \ +static_assert(alignof(GameUserSettings_GetReflectionQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetReflectionQuality"); \ +static_assert(sizeof(GameUserSettings_GetReflectionQuality) == 0x000004, "Wrong size on GameUserSettings_GetReflectionQuality"); \ +static_assert(offsetof(GameUserSettings_GetReflectionQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetReflectionQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleInformationEx \ +static_assert(alignof(GameUserSettings_GetResolutionScaleInformationEx) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleInformationEx"); \ +static_assert(sizeof(GameUserSettings_GetResolutionScaleInformationEx) == 0x000010, "Wrong size on GameUserSettings_GetResolutionScaleInformationEx"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, CurrentScaleNormalized) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleInformationEx::CurrentScaleNormalized' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, CurrentScaleValue) == 0x000004, "Member 'GameUserSettings_GetResolutionScaleInformationEx::CurrentScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, MinScaleValue) == 0x000008, "Member 'GameUserSettings_GetResolutionScaleInformationEx::MinScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, MaxScaleValue) == 0x00000C, "Member 'GameUserSettings_GetResolutionScaleInformationEx::MaxScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleNormalized \ +static_assert(alignof(GameUserSettings_GetResolutionScaleNormalized) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleNormalized"); \ +static_assert(sizeof(GameUserSettings_GetResolutionScaleNormalized) == 0x000004, "Wrong size on GameUserSettings_GetResolutionScaleNormalized"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleNormalized, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleNormalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetScreenResolution \ +static_assert(alignof(GameUserSettings_GetScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetScreenResolution"); \ +static_assert(sizeof(GameUserSettings_GetScreenResolution) == 0x000008, "Wrong size on GameUserSettings_GetScreenResolution"); \ +static_assert(offsetof(GameUserSettings_GetScreenResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetScreenResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetShadingQuality \ +static_assert(alignof(GameUserSettings_GetShadingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetShadingQuality"); \ +static_assert(sizeof(GameUserSettings_GetShadingQuality) == 0x000004, "Wrong size on GameUserSettings_GetShadingQuality"); \ +static_assert(offsetof(GameUserSettings_GetShadingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetShadingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetShadowQuality \ +static_assert(alignof(GameUserSettings_GetShadowQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetShadowQuality"); \ +static_assert(sizeof(GameUserSettings_GetShadowQuality) == 0x000004, "Wrong size on GameUserSettings_GetShadowQuality"); \ +static_assert(offsetof(GameUserSettings_GetShadowQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetShadowQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetTextureQuality \ +static_assert(alignof(GameUserSettings_GetTextureQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetTextureQuality"); \ +static_assert(sizeof(GameUserSettings_GetTextureQuality) == 0x000004, "Wrong size on GameUserSettings_GetTextureQuality"); \ +static_assert(offsetof(GameUserSettings_GetTextureQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetTextureQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetViewDistanceQuality \ +static_assert(alignof(GameUserSettings_GetViewDistanceQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetViewDistanceQuality"); \ +static_assert(sizeof(GameUserSettings_GetViewDistanceQuality) == 0x000004, "Wrong size on GameUserSettings_GetViewDistanceQuality"); \ +static_assert(offsetof(GameUserSettings_GetViewDistanceQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetViewDistanceQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetVisualEffectQuality \ +static_assert(alignof(GameUserSettings_GetVisualEffectQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetVisualEffectQuality"); \ +static_assert(sizeof(GameUserSettings_GetVisualEffectQuality) == 0x000004, "Wrong size on GameUserSettings_GetVisualEffectQuality"); \ +static_assert(offsetof(GameUserSettings_GetVisualEffectQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetVisualEffectQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsDirty \ +static_assert(alignof(GameUserSettings_IsDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsDirty"); \ +static_assert(sizeof(GameUserSettings_IsDirty) == 0x000001, "Wrong size on GameUserSettings_IsDirty"); \ +static_assert(offsetof(GameUserSettings_IsDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsDynamicResolutionDirty \ +static_assert(alignof(GameUserSettings_IsDynamicResolutionDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsDynamicResolutionDirty"); \ +static_assert(sizeof(GameUserSettings_IsDynamicResolutionDirty) == 0x000001, "Wrong size on GameUserSettings_IsDynamicResolutionDirty"); \ +static_assert(offsetof(GameUserSettings_IsDynamicResolutionDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDynamicResolutionDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsDynamicResolutionEnabled \ +static_assert(alignof(GameUserSettings_IsDynamicResolutionEnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsDynamicResolutionEnabled"); \ +static_assert(sizeof(GameUserSettings_IsDynamicResolutionEnabled) == 0x000001, "Wrong size on GameUserSettings_IsDynamicResolutionEnabled"); \ +static_assert(offsetof(GameUserSettings_IsDynamicResolutionEnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDynamicResolutionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsFullscreenModeDirty \ +static_assert(alignof(GameUserSettings_IsFullscreenModeDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsFullscreenModeDirty"); \ +static_assert(sizeof(GameUserSettings_IsFullscreenModeDirty) == 0x000001, "Wrong size on GameUserSettings_IsFullscreenModeDirty"); \ +static_assert(offsetof(GameUserSettings_IsFullscreenModeDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsFullscreenModeDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsHDREnabled \ +static_assert(alignof(GameUserSettings_IsHDREnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsHDREnabled"); \ +static_assert(sizeof(GameUserSettings_IsHDREnabled) == 0x000001, "Wrong size on GameUserSettings_IsHDREnabled"); \ +static_assert(offsetof(GameUserSettings_IsHDREnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsHDREnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsScreenResolutionDirty \ +static_assert(alignof(GameUserSettings_IsScreenResolutionDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsScreenResolutionDirty"); \ +static_assert(sizeof(GameUserSettings_IsScreenResolutionDirty) == 0x000001, "Wrong size on GameUserSettings_IsScreenResolutionDirty"); \ +static_assert(offsetof(GameUserSettings_IsScreenResolutionDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsScreenResolutionDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsVSyncDirty \ +static_assert(alignof(GameUserSettings_IsVSyncDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsVSyncDirty"); \ +static_assert(sizeof(GameUserSettings_IsVSyncDirty) == 0x000001, "Wrong size on GameUserSettings_IsVSyncDirty"); \ +static_assert(offsetof(GameUserSettings_IsVSyncDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsVSyncDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsVSyncEnabled \ +static_assert(alignof(GameUserSettings_IsVSyncEnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsVSyncEnabled"); \ +static_assert(sizeof(GameUserSettings_IsVSyncEnabled) == 0x000001, "Wrong size on GameUserSettings_IsVSyncEnabled"); \ +static_assert(offsetof(GameUserSettings_IsVSyncEnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsVSyncEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SupportsHDRDisplayOutput \ +static_assert(alignof(GameUserSettings_SupportsHDRDisplayOutput) == 0x000001, "Wrong alignment on GameUserSettings_SupportsHDRDisplayOutput"); \ +static_assert(sizeof(GameUserSettings_SupportsHDRDisplayOutput) == 0x000001, "Wrong size on GameUserSettings_SupportsHDRDisplayOutput"); \ +static_assert(offsetof(GameUserSettings_SupportsHDRDisplayOutput, ReturnValue) == 0x000000, "Member 'GameUserSettings_SupportsHDRDisplayOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameUserSettings \ +static_assert(alignof(UGameUserSettings) == 0x000008, "Wrong alignment on UGameUserSettings"); \ +static_assert(sizeof(UGameUserSettings) == 0x000158, "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, WindowPositions) == 0x0000A0, "Member 'UGameUserSettings::WindowPositions' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, FullscreenMode) == 0x0000B0, "Member 'UGameUserSettings::FullscreenMode' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastConfirmedFullscreenMode) == 0x0000B4, "Member 'UGameUserSettings::LastConfirmedFullscreenMode' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, PreferredFullscreenMode) == 0x0000B8, "Member 'UGameUserSettings::PreferredFullscreenMode' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, Version) == 0x0000BC, "Member 'UGameUserSettings::Version' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, AudioQualityLevel) == 0x0000C0, "Member 'UGameUserSettings::AudioQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastConfirmedAudioQualityLevel) == 0x0000C4, "Member 'UGameUserSettings::LastConfirmedAudioQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, FrameRateLimit) == 0x0000C8, "Member 'UGameUserSettings::FrameRateLimit' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, DesiredScreenWidth) == 0x0000D0, "Member 'UGameUserSettings::DesiredScreenWidth' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, bUseDesiredScreenHeight) == 0x0000D4, "Member 'UGameUserSettings::bUseDesiredScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, DesiredScreenHeight) == 0x0000D8, "Member 'UGameUserSettings::DesiredScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastUserConfirmedDesiredScreenWidth) == 0x0000DC, "Member 'UGameUserSettings::LastUserConfirmedDesiredScreenWidth' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastUserConfirmedDesiredScreenHeight) == 0x0000E0, "Member 'UGameUserSettings::LastUserConfirmedDesiredScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastRecommendedScreenWidth) == 0x0000E4, "Member 'UGameUserSettings::LastRecommendedScreenWidth' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastRecommendedScreenHeight) == 0x0000E8, "Member 'UGameUserSettings::LastRecommendedScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastCPUBenchmarkResult) == 0x0000EC, "Member 'UGameUserSettings::LastCPUBenchmarkResult' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkResult) == 0x0000F0, "Member 'UGameUserSettings::LastGPUBenchmarkResult' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastCPUBenchmarkSteps) == 0x0000F8, "Member 'UGameUserSettings::LastCPUBenchmarkSteps' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkSteps) == 0x000108, "Member 'UGameUserSettings::LastGPUBenchmarkSteps' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkMultiplier) == 0x000118, "Member 'UGameUserSettings::LastGPUBenchmarkMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, bUseHDRDisplayOutput) == 0x00011C, "Member 'UGameUserSettings::bUseHDRDisplayOutput' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, HDRDisplayOutputNits) == 0x000120, "Member 'UGameUserSettings::HDRDisplayOutputNits' has a wrong offset!"); \ +static_assert(offsetof(UGameUserSettings, OnGameUserSettingsUINeedsUpdate) == 0x000148, "Member 'UGameUserSettings::OnGameUserSettingsUINeedsUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_AddEvent \ +static_assert(alignof(TimelineComponent_AddEvent) == 0x000004, "Wrong alignment on TimelineComponent_AddEvent"); \ +static_assert(sizeof(TimelineComponent_AddEvent) == 0x000014, "Wrong size on TimelineComponent_AddEvent"); \ +static_assert(offsetof(TimelineComponent_AddEvent, Time) == 0x000000, "Member 'TimelineComponent_AddEvent::Time' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddEvent, EventFunc) == 0x000004, "Member 'TimelineComponent_AddEvent::EventFunc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_AddInterpFloat \ +static_assert(alignof(TimelineComponent_AddInterpFloat) == 0x000008, "Wrong alignment on TimelineComponent_AddInterpFloat"); \ +static_assert(sizeof(TimelineComponent_AddInterpFloat) == 0x000028, "Wrong size on TimelineComponent_AddInterpFloat"); \ +static_assert(offsetof(TimelineComponent_AddInterpFloat, FloatCurve) == 0x000000, "Member 'TimelineComponent_AddInterpFloat::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpFloat, InterpFunc) == 0x000008, "Member 'TimelineComponent_AddInterpFloat::InterpFunc' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpFloat, PropertyName) == 0x000018, "Member 'TimelineComponent_AddInterpFloat::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpFloat, TrackName) == 0x000020, "Member 'TimelineComponent_AddInterpFloat::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_AddInterpLinearColor \ +static_assert(alignof(TimelineComponent_AddInterpLinearColor) == 0x000008, "Wrong alignment on TimelineComponent_AddInterpLinearColor"); \ +static_assert(sizeof(TimelineComponent_AddInterpLinearColor) == 0x000028, "Wrong size on TimelineComponent_AddInterpLinearColor"); \ +static_assert(offsetof(TimelineComponent_AddInterpLinearColor, LinearColorCurve) == 0x000000, "Member 'TimelineComponent_AddInterpLinearColor::LinearColorCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpLinearColor, InterpFunc) == 0x000008, "Member 'TimelineComponent_AddInterpLinearColor::InterpFunc' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpLinearColor, PropertyName) == 0x000018, "Member 'TimelineComponent_AddInterpLinearColor::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpLinearColor, TrackName) == 0x000020, "Member 'TimelineComponent_AddInterpLinearColor::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_AddInterpVector \ +static_assert(alignof(TimelineComponent_AddInterpVector) == 0x000008, "Wrong alignment on TimelineComponent_AddInterpVector"); \ +static_assert(sizeof(TimelineComponent_AddInterpVector) == 0x000028, "Wrong size on TimelineComponent_AddInterpVector"); \ +static_assert(offsetof(TimelineComponent_AddInterpVector, VectorCurve) == 0x000000, "Member 'TimelineComponent_AddInterpVector::VectorCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpVector, InterpFunc) == 0x000008, "Member 'TimelineComponent_AddInterpVector::InterpFunc' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpVector, PropertyName) == 0x000018, "Member 'TimelineComponent_AddInterpVector::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_AddInterpVector, TrackName) == 0x000020, "Member 'TimelineComponent_AddInterpVector::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_OnRep_Timeline \ +static_assert(alignof(TimelineComponent_OnRep_Timeline) == 0x000008, "Wrong alignment on TimelineComponent_OnRep_Timeline"); \ +static_assert(sizeof(TimelineComponent_OnRep_Timeline) == 0x000098, "Wrong size on TimelineComponent_OnRep_Timeline"); \ +static_assert(offsetof(TimelineComponent_OnRep_Timeline, OldTimeline) == 0x000000, "Member 'TimelineComponent_OnRep_Timeline::OldTimeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetFloatCurve \ +static_assert(alignof(TimelineComponent_SetFloatCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetFloatCurve"); \ +static_assert(sizeof(TimelineComponent_SetFloatCurve) == 0x000010, "Wrong size on TimelineComponent_SetFloatCurve"); \ +static_assert(offsetof(TimelineComponent_SetFloatCurve, NewFloatCurve) == 0x000000, "Member 'TimelineComponent_SetFloatCurve::NewFloatCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetFloatCurve, FloatTrackName) == 0x000008, "Member 'TimelineComponent_SetFloatCurve::FloatTrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetIgnoreTimeDilation \ +static_assert(alignof(TimelineComponent_SetIgnoreTimeDilation) == 0x000001, "Wrong alignment on TimelineComponent_SetIgnoreTimeDilation"); \ +static_assert(sizeof(TimelineComponent_SetIgnoreTimeDilation) == 0x000001, "Wrong size on TimelineComponent_SetIgnoreTimeDilation"); \ +static_assert(offsetof(TimelineComponent_SetIgnoreTimeDilation, bNewIgnoreTimeDilation) == 0x000000, "Member 'TimelineComponent_SetIgnoreTimeDilation::bNewIgnoreTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetLinearColorCurve \ +static_assert(alignof(TimelineComponent_SetLinearColorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetLinearColorCurve"); \ +static_assert(sizeof(TimelineComponent_SetLinearColorCurve) == 0x000010, "Wrong size on TimelineComponent_SetLinearColorCurve"); \ +static_assert(offsetof(TimelineComponent_SetLinearColorCurve, NewLinearColorCurve) == 0x000000, "Member 'TimelineComponent_SetLinearColorCurve::NewLinearColorCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetLinearColorCurve, LinearColorTrackName) == 0x000008, "Member 'TimelineComponent_SetLinearColorCurve::LinearColorTrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetLooping \ +static_assert(alignof(TimelineComponent_SetLooping) == 0x000001, "Wrong alignment on TimelineComponent_SetLooping"); \ +static_assert(sizeof(TimelineComponent_SetLooping) == 0x000001, "Wrong size on TimelineComponent_SetLooping"); \ +static_assert(offsetof(TimelineComponent_SetLooping, bNewLooping) == 0x000000, "Member 'TimelineComponent_SetLooping::bNewLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetNewTime \ +static_assert(alignof(TimelineComponent_SetNewTime) == 0x000004, "Wrong alignment on TimelineComponent_SetNewTime"); \ +static_assert(sizeof(TimelineComponent_SetNewTime) == 0x000004, "Wrong size on TimelineComponent_SetNewTime"); \ +static_assert(offsetof(TimelineComponent_SetNewTime, NewTime) == 0x000000, "Member 'TimelineComponent_SetNewTime::NewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetPlaybackPosition \ +static_assert(alignof(TimelineComponent_SetPlaybackPosition) == 0x000004, "Wrong alignment on TimelineComponent_SetPlaybackPosition"); \ +static_assert(sizeof(TimelineComponent_SetPlaybackPosition) == 0x000008, "Wrong size on TimelineComponent_SetPlaybackPosition"); \ +static_assert(offsetof(TimelineComponent_SetPlaybackPosition, NewPosition) == 0x000000, "Member 'TimelineComponent_SetPlaybackPosition::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetPlaybackPosition, bFireEvents) == 0x000004, "Member 'TimelineComponent_SetPlaybackPosition::bFireEvents' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetPlaybackPosition, bFireUpdate) == 0x000005, "Member 'TimelineComponent_SetPlaybackPosition::bFireUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetPlayRate \ +static_assert(alignof(TimelineComponent_SetPlayRate) == 0x000004, "Wrong alignment on TimelineComponent_SetPlayRate"); \ +static_assert(sizeof(TimelineComponent_SetPlayRate) == 0x000004, "Wrong size on TimelineComponent_SetPlayRate"); \ +static_assert(offsetof(TimelineComponent_SetPlayRate, NewRate) == 0x000000, "Member 'TimelineComponent_SetPlayRate::NewRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetTimelineFinishedFunc \ +static_assert(alignof(TimelineComponent_SetTimelineFinishedFunc) == 0x000004, "Wrong alignment on TimelineComponent_SetTimelineFinishedFunc"); \ +static_assert(sizeof(TimelineComponent_SetTimelineFinishedFunc) == 0x000010, "Wrong size on TimelineComponent_SetTimelineFinishedFunc"); \ +static_assert(offsetof(TimelineComponent_SetTimelineFinishedFunc, NewTimelineFinishedFunc) == 0x000000, "Member 'TimelineComponent_SetTimelineFinishedFunc::NewTimelineFinishedFunc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLength \ +static_assert(alignof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_SetTimelineLength"); \ +static_assert(sizeof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong size on TimelineComponent_SetTimelineLength"); \ +static_assert(offsetof(TimelineComponent_SetTimelineLength, NewLength) == 0x000000, "Member 'TimelineComponent_SetTimelineLength::NewLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLengthMode \ +static_assert(alignof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong alignment on TimelineComponent_SetTimelineLengthMode"); \ +static_assert(sizeof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong size on TimelineComponent_SetTimelineLengthMode"); \ +static_assert(offsetof(TimelineComponent_SetTimelineLengthMode, NewLengthMode) == 0x000000, "Member 'TimelineComponent_SetTimelineLengthMode::NewLengthMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetTimelinePostUpdateFunc \ +static_assert(alignof(TimelineComponent_SetTimelinePostUpdateFunc) == 0x000004, "Wrong alignment on TimelineComponent_SetTimelinePostUpdateFunc"); \ +static_assert(sizeof(TimelineComponent_SetTimelinePostUpdateFunc) == 0x000010, "Wrong size on TimelineComponent_SetTimelinePostUpdateFunc"); \ +static_assert(offsetof(TimelineComponent_SetTimelinePostUpdateFunc, NewTimelinePostUpdateFunc) == 0x000000, "Member 'TimelineComponent_SetTimelinePostUpdateFunc::NewTimelinePostUpdateFunc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetVectorCurve \ +static_assert(alignof(TimelineComponent_SetVectorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetVectorCurve"); \ +static_assert(sizeof(TimelineComponent_SetVectorCurve) == 0x000010, "Wrong size on TimelineComponent_SetVectorCurve"); \ +static_assert(offsetof(TimelineComponent_SetVectorCurve, NewVectorCurve) == 0x000000, "Member 'TimelineComponent_SetVectorCurve::NewVectorCurve' has a wrong offset!"); \ +static_assert(offsetof(TimelineComponent_SetVectorCurve, VectorTrackName) == 0x000008, "Member 'TimelineComponent_SetVectorCurve::VectorTrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetIgnoreTimeDilation \ +static_assert(alignof(TimelineComponent_GetIgnoreTimeDilation) == 0x000001, "Wrong alignment on TimelineComponent_GetIgnoreTimeDilation"); \ +static_assert(sizeof(TimelineComponent_GetIgnoreTimeDilation) == 0x000001, "Wrong size on TimelineComponent_GetIgnoreTimeDilation"); \ +static_assert(offsetof(TimelineComponent_GetIgnoreTimeDilation, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetIgnoreTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetPlaybackPosition \ +static_assert(alignof(TimelineComponent_GetPlaybackPosition) == 0x000004, "Wrong alignment on TimelineComponent_GetPlaybackPosition"); \ +static_assert(sizeof(TimelineComponent_GetPlaybackPosition) == 0x000004, "Wrong size on TimelineComponent_GetPlaybackPosition"); \ +static_assert(offsetof(TimelineComponent_GetPlaybackPosition, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetPlaybackPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetPlayRate \ +static_assert(alignof(TimelineComponent_GetPlayRate) == 0x000004, "Wrong alignment on TimelineComponent_GetPlayRate"); \ +static_assert(sizeof(TimelineComponent_GetPlayRate) == 0x000004, "Wrong size on TimelineComponent_GetPlayRate"); \ +static_assert(offsetof(TimelineComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetScaledTimelineLength \ +static_assert(alignof(TimelineComponent_GetScaledTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_GetScaledTimelineLength"); \ +static_assert(sizeof(TimelineComponent_GetScaledTimelineLength) == 0x000004, "Wrong size on TimelineComponent_GetScaledTimelineLength"); \ +static_assert(offsetof(TimelineComponent_GetScaledTimelineLength, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetScaledTimelineLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_GetTimelineLength \ +static_assert(alignof(TimelineComponent_GetTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_GetTimelineLength"); \ +static_assert(sizeof(TimelineComponent_GetTimelineLength) == 0x000004, "Wrong size on TimelineComponent_GetTimelineLength"); \ +static_assert(offsetof(TimelineComponent_GetTimelineLength, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetTimelineLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_IsLooping \ +static_assert(alignof(TimelineComponent_IsLooping) == 0x000001, "Wrong alignment on TimelineComponent_IsLooping"); \ +static_assert(sizeof(TimelineComponent_IsLooping) == 0x000001, "Wrong size on TimelineComponent_IsLooping"); \ +static_assert(offsetof(TimelineComponent_IsLooping, ReturnValue) == 0x000000, "Member 'TimelineComponent_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_IsPlaying \ +static_assert(alignof(TimelineComponent_IsPlaying) == 0x000001, "Wrong alignment on TimelineComponent_IsPlaying"); \ +static_assert(sizeof(TimelineComponent_IsPlaying) == 0x000001, "Wrong size on TimelineComponent_IsPlaying"); \ +static_assert(offsetof(TimelineComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'TimelineComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_IsReversing \ +static_assert(alignof(TimelineComponent_IsReversing) == 0x000001, "Wrong alignment on TimelineComponent_IsReversing"); \ +static_assert(sizeof(TimelineComponent_IsReversing) == 0x000001, "Wrong size on TimelineComponent_IsReversing"); \ +static_assert(offsetof(TimelineComponent_IsReversing, ReturnValue) == 0x000000, "Member 'TimelineComponent_IsReversing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimelineComponent \ +static_assert(alignof(UTimelineComponent) == 0x000008, "Wrong alignment on UTimelineComponent"); \ +static_assert(sizeof(UTimelineComponent) == 0x000160, "Wrong size on UTimelineComponent"); \ +static_assert(offsetof(UTimelineComponent, TheTimeline) == 0x0000C0, "Member 'UTimelineComponent::TheTimeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionHLODModifier \ +static_assert(alignof(UWorldPartitionHLODModifier) == 0x000008, "Wrong alignment on UWorldPartitionHLODModifier"); \ +static_assert(sizeof(UWorldPartitionHLODModifier) == 0x000028, "Wrong size on UWorldPartitionHLODModifier"); \ + +#define DUMPER7_ASSERTS_UMaterialParameterCollectionHLODModifier \ +static_assert(alignof(UMaterialParameterCollectionHLODModifier) == 0x000008, "Wrong alignment on UMaterialParameterCollectionHLODModifier"); \ +static_assert(sizeof(UMaterialParameterCollectionHLODModifier) == 0x000058, "Wrong size on UMaterialParameterCollectionHLODModifier"); \ +static_assert(offsetof(UMaterialParameterCollectionHLODModifier, MPC) == 0x000028, "Member 'UMaterialParameterCollectionHLODModifier::MPC' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterCollectionHLODModifier, ScalarParameters) == 0x000030, "Member 'UMaterialParameterCollectionHLODModifier::ScalarParameters' 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) == 0x000A50, "Wrong size on ACameraActor"); \ +static_assert(offsetof(ACameraActor, AutoActivateForPlayer) == 0x0002B0, "Member 'ACameraActor::AutoActivateForPlayer' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, CameraComponent) == 0x0002B8, "Member 'ACameraActor::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, SceneComponent) == 0x0002C0, "Member 'ACameraActor::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, AspectRatio) == 0x0002CC, "Member 'ACameraActor::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, FOVAngle) == 0x0002D0, "Member 'ACameraActor::FOVAngle' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, PostProcessBlendWeight) == 0x0002D4, "Member 'ACameraActor::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, PostProcessSettings) == 0x0002E0, "Member 'ACameraActor::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDiskLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightDiskLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightDiskLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightDiskLuminance) == 0x0000F0, "Wrong size on UMaterialExpressionSkyAtmosphereLightDiskLuminance"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDiskLuminance, LightIndex) == 0x0000C0, "Member 'UMaterialExpressionSkyAtmosphereLightDiskLuminance::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDiskLuminance, DiskAngularDiameterOverride) == 0x0000C8, "Member 'UMaterialExpressionSkyAtmosphereLightDiskLuminance::DiskAngularDiameterOverride' 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_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_UMaterialFunctionInstance \ +static_assert(alignof(UMaterialFunctionInstance) == 0x000008, "Wrong alignment on UMaterialFunctionInstance"); \ +static_assert(sizeof(UMaterialFunctionInstance) == 0x000100, "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, TextureCollectionParameterValues) == 0x000090, "Member 'UMaterialFunctionInstance::TextureCollectionParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, ParameterCollectionParameterValues) == 0x0000A0, "Member 'UMaterialFunctionInstance::ParameterCollectionParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, FontParameterValues) == 0x0000B0, "Member 'UMaterialFunctionInstance::FontParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, StaticSwitchParameterValues) == 0x0000C0, "Member 'UMaterialFunctionInstance::StaticSwitchParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, StaticComponentMaskParameterValues) == 0x0000D0, "Member 'UMaterialFunctionInstance::StaticComponentMaskParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, RuntimeVirtualTextureParameterValues) == 0x0000E0, "Member 'UMaterialFunctionInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunctionInstance, SparseVolumeTextureParameterValues) == 0x0000F0, "Member 'UMaterialFunctionInstance::SparseVolumeTextureParameterValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMotionVectorWorldOffsetOutput \ +static_assert(alignof(UMaterialExpressionMotionVectorWorldOffsetOutput) == 0x000008, "Wrong alignment on UMaterialExpressionMotionVectorWorldOffsetOutput"); \ +static_assert(sizeof(UMaterialExpressionMotionVectorWorldOffsetOutput) == 0x0000D8, "Wrong size on UMaterialExpressionMotionVectorWorldOffsetOutput"); \ +static_assert(offsetof(UMaterialExpressionMotionVectorWorldOffsetOutput, Input) == 0x0000B0, "Member 'UMaterialExpressionMotionVectorWorldOffsetOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput \ +static_assert(alignof(UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput) == 0x0000D8, "Wrong size on UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput"); \ +static_assert(offsetof(UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput, ContainsMatter) == 0x0000B0, "Member 'UMaterialExpressionVolumetricCloudEmptySpaceSkippingOutput::ContainsMatter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0003A0, "Wrong size on AHUD"); \ +static_assert(offsetof(AHUD, PlayerOwner) == 0x0002B0, "Member 'AHUD::PlayerOwner' has a wrong offset!"); \ +static_assert(offsetof(AHUD, CurrentTargetIndex) == 0x0002BC, "Member 'AHUD::CurrentTargetIndex' has a wrong offset!"); \ +static_assert(offsetof(AHUD, PostRenderedActors) == 0x0002C8, "Member 'AHUD::PostRenderedActors' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugDisplay) == 0x0002E0, "Member 'AHUD::DebugDisplay' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ToggledDebugCategories) == 0x0002F0, "Member 'AHUD::ToggledDebugCategories' has a wrong offset!"); \ +static_assert(offsetof(AHUD, Canvas) == 0x000300, "Member 'AHUD::Canvas' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugCanvas) == 0x000308, "Member 'AHUD::DebugCanvas' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugTextList) == 0x000310, "Member 'AHUD::DebugTextList' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ShowDebugTargetDesiredClass) == 0x000320, "Member 'AHUD::ShowDebugTargetDesiredClass' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ShowDebugTargetActor) == 0x000328, "Member 'AHUD::ShowDebugTargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneColor \ +static_assert(alignof(UMaterialExpressionSceneColor) == 0x000008, "Wrong alignment on UMaterialExpressionSceneColor"); \ +static_assert(sizeof(UMaterialExpressionSceneColor) == 0x000118, "Wrong size on UMaterialExpressionSceneColor"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, InputMode) == 0x0000B0, "Member 'UMaterialExpressionSceneColor::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, Input) == 0x0000B8, "Member 'UMaterialExpressionSceneColor::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, OffsetFraction) == 0x0000E0, "Member 'UMaterialExpressionSceneColor::OffsetFraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, ConstInput) == 0x000108, "Member 'UMaterialExpressionSceneColor::ConstInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_PrestreamMeshLODs \ +static_assert(alignof(MeshComponent_PrestreamMeshLODs) == 0x000004, "Wrong alignment on MeshComponent_PrestreamMeshLODs"); \ +static_assert(sizeof(MeshComponent_PrestreamMeshLODs) == 0x000008, "Wrong size on MeshComponent_PrestreamMeshLODs"); \ +static_assert(offsetof(MeshComponent_PrestreamMeshLODs, Seconds) == 0x000000, "Member 'MeshComponent_PrestreamMeshLODs::Seconds' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_PrestreamMeshLODs, ReturnValue) == 0x000004, "Member 'MeshComponent_PrestreamMeshLODs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_PrestreamTextures \ +static_assert(alignof(MeshComponent_PrestreamTextures) == 0x000004, "Wrong alignment on MeshComponent_PrestreamTextures"); \ +static_assert(sizeof(MeshComponent_PrestreamTextures) == 0x00000C, "Wrong size on MeshComponent_PrestreamTextures"); \ +static_assert(offsetof(MeshComponent_PrestreamTextures, Seconds) == 0x000000, "Member 'MeshComponent_PrestreamTextures::Seconds' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_PrestreamTextures, bPrioritizeCharacterTextures) == 0x000004, "Member 'MeshComponent_PrestreamTextures::bPrioritizeCharacterTextures' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_PrestreamTextures, CinematicTextureGroups) == 0x000008, "Member 'MeshComponent_PrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_SetColorParameterValueOnMaterials \ +static_assert(alignof(MeshComponent_SetColorParameterValueOnMaterials) == 0x000004, "Wrong alignment on MeshComponent_SetColorParameterValueOnMaterials"); \ +static_assert(sizeof(MeshComponent_SetColorParameterValueOnMaterials) == 0x000018, "Wrong size on MeshComponent_SetColorParameterValueOnMaterials"); \ +static_assert(offsetof(MeshComponent_SetColorParameterValueOnMaterials, ParameterName) == 0x000000, "Member 'MeshComponent_SetColorParameterValueOnMaterials::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_SetColorParameterValueOnMaterials, ParameterValue) == 0x000008, "Member 'MeshComponent_SetColorParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_SetOverlayMaterial \ +static_assert(alignof(MeshComponent_SetOverlayMaterial) == 0x000008, "Wrong alignment on MeshComponent_SetOverlayMaterial"); \ +static_assert(sizeof(MeshComponent_SetOverlayMaterial) == 0x000008, "Wrong size on MeshComponent_SetOverlayMaterial"); \ +static_assert(offsetof(MeshComponent_SetOverlayMaterial, NewOverlayMaterial) == 0x000000, "Member 'MeshComponent_SetOverlayMaterial::NewOverlayMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_SetOverlayMaterialMaxDrawDistance \ +static_assert(alignof(MeshComponent_SetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong alignment on MeshComponent_SetOverlayMaterialMaxDrawDistance"); \ +static_assert(sizeof(MeshComponent_SetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong size on MeshComponent_SetOverlayMaterialMaxDrawDistance"); \ +static_assert(offsetof(MeshComponent_SetOverlayMaterialMaxDrawDistance, InMaxDrawDistance) == 0x000000, "Member 'MeshComponent_SetOverlayMaterialMaxDrawDistance::InMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_SetScalarParameterValueOnMaterials \ +static_assert(alignof(MeshComponent_SetScalarParameterValueOnMaterials) == 0x000004, "Wrong alignment on MeshComponent_SetScalarParameterValueOnMaterials"); \ +static_assert(sizeof(MeshComponent_SetScalarParameterValueOnMaterials) == 0x00000C, "Wrong size on MeshComponent_SetScalarParameterValueOnMaterials"); \ +static_assert(offsetof(MeshComponent_SetScalarParameterValueOnMaterials, ParameterName) == 0x000000, "Member 'MeshComponent_SetScalarParameterValueOnMaterials::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_SetScalarParameterValueOnMaterials, ParameterValue) == 0x000008, "Member 'MeshComponent_SetScalarParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_SetVectorParameterValueOnMaterials \ +static_assert(alignof(MeshComponent_SetVectorParameterValueOnMaterials) == 0x000008, "Wrong alignment on MeshComponent_SetVectorParameterValueOnMaterials"); \ +static_assert(sizeof(MeshComponent_SetVectorParameterValueOnMaterials) == 0x000020, "Wrong size on MeshComponent_SetVectorParameterValueOnMaterials"); \ +static_assert(offsetof(MeshComponent_SetVectorParameterValueOnMaterials, ParameterName) == 0x000000, "Member 'MeshComponent_SetVectorParameterValueOnMaterials::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_SetVectorParameterValueOnMaterials, ParameterValue) == 0x000008, "Member 'MeshComponent_SetVectorParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_GetMaterials \ +static_assert(alignof(MeshComponent_GetMaterials) == 0x000008, "Wrong alignment on MeshComponent_GetMaterials"); \ +static_assert(sizeof(MeshComponent_GetMaterials) == 0x000010, "Wrong size on MeshComponent_GetMaterials"); \ +static_assert(offsetof(MeshComponent_GetMaterials, ReturnValue) == 0x000000, "Member 'MeshComponent_GetMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_GetOverlayMaterial \ +static_assert(alignof(MeshComponent_GetOverlayMaterial) == 0x000008, "Wrong alignment on MeshComponent_GetOverlayMaterial"); \ +static_assert(sizeof(MeshComponent_GetOverlayMaterial) == 0x000008, "Wrong size on MeshComponent_GetOverlayMaterial"); \ +static_assert(offsetof(MeshComponent_GetOverlayMaterial, ReturnValue) == 0x000000, "Member 'MeshComponent_GetOverlayMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_GetOverlayMaterialMaxDrawDistance \ +static_assert(alignof(MeshComponent_GetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong alignment on MeshComponent_GetOverlayMaterialMaxDrawDistance"); \ +static_assert(sizeof(MeshComponent_GetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong size on MeshComponent_GetOverlayMaterialMaxDrawDistance"); \ +static_assert(offsetof(MeshComponent_GetOverlayMaterialMaxDrawDistance, ReturnValue) == 0x000000, "Member 'MeshComponent_GetOverlayMaterialMaxDrawDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshComponent \ +static_assert(alignof(UMeshComponent) == 0x000010, "Wrong alignment on UMeshComponent"); \ +static_assert(sizeof(UMeshComponent) == 0x000580, "Wrong size on UMeshComponent"); \ +static_assert(offsetof(UMeshComponent, OverrideMaterials) == 0x000530, "Member 'UMeshComponent::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMeshComponent, OverlayMaterial) == 0x000540, "Member 'UMeshComponent::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshComponent, OverlayMaterialMaxDrawDistance) == 0x000548, "Member 'UMeshComponent::OverlayMaterialMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UMeshComponent, MaterialSlotsOverlayMaterial) == 0x000550, "Member 'UMeshComponent::MaterialSlotsOverlayMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_GetInitialEvaluateWorldPositionOffset \ +static_assert(alignof(StaticMeshComponent_GetInitialEvaluateWorldPositionOffset) == 0x000001, "Wrong alignment on StaticMeshComponent_GetInitialEvaluateWorldPositionOffset"); \ +static_assert(sizeof(StaticMeshComponent_GetInitialEvaluateWorldPositionOffset) == 0x000001, "Wrong size on StaticMeshComponent_GetInitialEvaluateWorldPositionOffset"); \ +static_assert(offsetof(StaticMeshComponent_GetInitialEvaluateWorldPositionOffset, ReturnValue) == 0x000000, "Member 'StaticMeshComponent_GetInitialEvaluateWorldPositionOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_OnRep_StaticMesh \ +static_assert(alignof(StaticMeshComponent_OnRep_StaticMesh) == 0x000008, "Wrong alignment on StaticMeshComponent_OnRep_StaticMesh"); \ +static_assert(sizeof(StaticMeshComponent_OnRep_StaticMesh) == 0x000008, "Wrong size on StaticMeshComponent_OnRep_StaticMesh"); \ +static_assert(offsetof(StaticMeshComponent_OnRep_StaticMesh, OldStaticMesh) == 0x000000, "Member 'StaticMeshComponent_OnRep_StaticMesh::OldStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetDistanceFieldSelfShadowBias \ +static_assert(alignof(StaticMeshComponent_SetDistanceFieldSelfShadowBias) == 0x000004, "Wrong alignment on StaticMeshComponent_SetDistanceFieldSelfShadowBias"); \ +static_assert(sizeof(StaticMeshComponent_SetDistanceFieldSelfShadowBias) == 0x000004, "Wrong size on StaticMeshComponent_SetDistanceFieldSelfShadowBias"); \ +static_assert(offsetof(StaticMeshComponent_SetDistanceFieldSelfShadowBias, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetDistanceFieldSelfShadowBias::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetEvaluateWorldPositionOffset \ +static_assert(alignof(StaticMeshComponent_SetEvaluateWorldPositionOffset) == 0x000001, "Wrong alignment on StaticMeshComponent_SetEvaluateWorldPositionOffset"); \ +static_assert(sizeof(StaticMeshComponent_SetEvaluateWorldPositionOffset) == 0x000001, "Wrong size on StaticMeshComponent_SetEvaluateWorldPositionOffset"); \ +static_assert(offsetof(StaticMeshComponent_SetEvaluateWorldPositionOffset, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetEvaluateWorldPositionOffset::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing \ +static_assert(alignof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing) == 0x000001, "Wrong alignment on StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing"); \ +static_assert(sizeof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing) == 0x000001, "Wrong size on StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing"); \ +static_assert(offsetof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetForceDisableNanite \ +static_assert(alignof(StaticMeshComponent_SetForceDisableNanite) == 0x000001, "Wrong alignment on StaticMeshComponent_SetForceDisableNanite"); \ +static_assert(sizeof(StaticMeshComponent_SetForceDisableNanite) == 0x000001, "Wrong size on StaticMeshComponent_SetForceDisableNanite"); \ +static_assert(offsetof(StaticMeshComponent_SetForceDisableNanite, bInForceDisableNanite) == 0x000000, "Member 'StaticMeshComponent_SetForceDisableNanite::bInForceDisableNanite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetForcedLodModel \ +static_assert(alignof(StaticMeshComponent_SetForcedLodModel) == 0x000004, "Wrong alignment on StaticMeshComponent_SetForcedLodModel"); \ +static_assert(sizeof(StaticMeshComponent_SetForcedLodModel) == 0x000004, "Wrong size on StaticMeshComponent_SetForcedLodModel"); \ +static_assert(offsetof(StaticMeshComponent_SetForcedLodModel, NewForcedLodModel) == 0x000000, "Member 'StaticMeshComponent_SetForcedLodModel::NewForcedLodModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetReverseCulling \ +static_assert(alignof(StaticMeshComponent_SetReverseCulling) == 0x000001, "Wrong alignment on StaticMeshComponent_SetReverseCulling"); \ +static_assert(sizeof(StaticMeshComponent_SetReverseCulling) == 0x000001, "Wrong size on StaticMeshComponent_SetReverseCulling"); \ +static_assert(offsetof(StaticMeshComponent_SetReverseCulling, ReverseCulling) == 0x000000, "Member 'StaticMeshComponent_SetReverseCulling::ReverseCulling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetStaticMesh \ +static_assert(alignof(StaticMeshComponent_SetStaticMesh) == 0x000008, "Wrong alignment on StaticMeshComponent_SetStaticMesh"); \ +static_assert(sizeof(StaticMeshComponent_SetStaticMesh) == 0x000010, "Wrong size on StaticMeshComponent_SetStaticMesh"); \ +static_assert(offsetof(StaticMeshComponent_SetStaticMesh, NewMesh) == 0x000000, "Member 'StaticMeshComponent_SetStaticMesh::NewMesh' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshComponent_SetStaticMesh, ReturnValue) == 0x000008, "Member 'StaticMeshComponent_SetStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetWorldPositionOffsetDisableDistance \ +static_assert(alignof(StaticMeshComponent_SetWorldPositionOffsetDisableDistance) == 0x000004, "Wrong alignment on StaticMeshComponent_SetWorldPositionOffsetDisableDistance"); \ +static_assert(sizeof(StaticMeshComponent_SetWorldPositionOffsetDisableDistance) == 0x000004, "Wrong size on StaticMeshComponent_SetWorldPositionOffsetDisableDistance"); \ +static_assert(offsetof(StaticMeshComponent_SetWorldPositionOffsetDisableDistance, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetWorldPositionOffsetDisableDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_GetLocalBounds \ +static_assert(alignof(StaticMeshComponent_GetLocalBounds) == 0x000008, "Wrong alignment on StaticMeshComponent_GetLocalBounds"); \ +static_assert(sizeof(StaticMeshComponent_GetLocalBounds) == 0x000030, "Wrong size on StaticMeshComponent_GetLocalBounds"); \ +static_assert(offsetof(StaticMeshComponent_GetLocalBounds, Min) == 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) == 0x000630, "Wrong size on UStaticMeshComponent"); \ +static_assert(offsetof(UStaticMeshComponent, ForcedLodModel) == 0x000578, "Member 'UStaticMeshComponent::ForcedLodModel' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, MinLOD) == 0x00057C, "Member 'UStaticMeshComponent::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, SubDivisionStepSize) == 0x000580, "Member 'UStaticMeshComponent::SubDivisionStepSize' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, WireframeColorOverride) == 0x000584, "Member 'UStaticMeshComponent::WireframeColorOverride' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StaticMesh) == 0x000588, "Member 'UStaticMeshComponent::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, WorldPositionOffsetDisableDistance) == 0x000590, "Member 'UStaticMeshComponent::WorldPositionOffsetDisableDistance' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, OverriddenMeshPaintTextureCoordinateIndex) == 0x000598, "Member 'UStaticMeshComponent::OverriddenMeshPaintTextureCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, OverriddenMeshPaintTextureResolution) == 0x00059C, "Member 'UStaticMeshComponent::OverriddenMeshPaintTextureResolution' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, OverriddenLightMapRes) == 0x0005A0, "Member 'UStaticMeshComponent::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, MeshPaintTextureCooked) == 0x0005A8, "Member 'UStaticMeshComponent::MeshPaintTextureCooked' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, MeshPaintTextureOverride) == 0x0005B0, "Member 'UStaticMeshComponent::MeshPaintTextureOverride' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, MaterialCacheTileCount) == 0x0005B8, "Member 'UStaticMeshComponent::MaterialCacheTileCount' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, MaterialCacheTextures) == 0x0005C0, "Member 'UStaticMeshComponent::MaterialCacheTextures' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, DistanceFieldIndirectShadowMinVisibility) == 0x0005D0, "Member 'UStaticMeshComponent::DistanceFieldIndirectShadowMinVisibility' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, DistanceFieldSelfShadowBias) == 0x0005D4, "Member 'UStaticMeshComponent::DistanceFieldSelfShadowBias' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StreamingDistanceMultiplier) == 0x0005D8, "Member 'UStaticMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, NanitePixelProgrammableDistance) == 0x0005DC, "Member 'UStaticMeshComponent::NanitePixelProgrammableDistance' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, LODData) == 0x0005E0, "Member 'UStaticMeshComponent::LODData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StreamingTextureData) == 0x0005F0, "Member 'UStaticMeshComponent::StreamingTextureData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, LightmassSettings) == 0x000600, "Member 'UStaticMeshComponent::LightmassSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstance \ +static_assert(alignof(InstancedStaticMeshComponent_AddInstance) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_AddInstance"); \ +static_assert(sizeof(InstancedStaticMeshComponent_AddInstance) == 0x000070, "Wrong size on InstancedStaticMeshComponent_AddInstance"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstance, InstanceTransform) == 0x000000, "Member 'InstancedStaticMeshComponent_AddInstance::InstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstance, bWorldSpace) == 0x000060, "Member 'InstancedStaticMeshComponent_AddInstance::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstance, ReturnValue) == 0x000064, "Member 'InstancedStaticMeshComponent_AddInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstances \ +static_assert(alignof(InstancedStaticMeshComponent_AddInstances) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_AddInstances"); \ +static_assert(sizeof(InstancedStaticMeshComponent_AddInstances) == 0x000028, "Wrong size on InstancedStaticMeshComponent_AddInstances"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, InstanceTransforms) == 0x000000, "Member 'InstancedStaticMeshComponent_AddInstances::InstanceTransforms' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, bShouldReturnIndices) == 0x000010, "Member 'InstancedStaticMeshComponent_AddInstances::bShouldReturnIndices' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, bWorldSpace) == 0x000011, "Member 'InstancedStaticMeshComponent_AddInstances::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, bUpdateNavigation) == 0x000012, "Member 'InstancedStaticMeshComponent_AddInstances::bUpdateNavigation' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstances, ReturnValue) == 0x000018, "Member 'InstancedStaticMeshComponent_AddInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstanceWorldSpace \ +static_assert(alignof(InstancedStaticMeshComponent_AddInstanceWorldSpace) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_AddInstanceWorldSpace"); \ +static_assert(sizeof(InstancedStaticMeshComponent_AddInstanceWorldSpace) == 0x000070, "Wrong size on InstancedStaticMeshComponent_AddInstanceWorldSpace"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstanceWorldSpace, WorldTransform) == 0x000000, "Member 'InstancedStaticMeshComponent_AddInstanceWorldSpace::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_AddInstanceWorldSpace, ReturnValue) == 0x000060, "Member 'InstancedStaticMeshComponent_AddInstanceWorldSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_BatchUpdateInstancesTransform \ +static_assert(alignof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_BatchUpdateInstancesTransform"); \ +static_assert(sizeof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform) == 0x000080, "Wrong size on InstancedStaticMeshComponent_BatchUpdateInstancesTransform"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, StartInstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::StartInstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, NumInstances) == 0x000004, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::NumInstances' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, NewInstancesTransform) == 0x000010, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::NewInstancesTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bWorldSpace) == 0x000070, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bMarkRenderStateDirty) == 0x000071, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, bTeleport) == 0x000072, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransform, ReturnValue) == 0x000073, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_BatchUpdateInstancesTransforms \ +static_assert(alignof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_BatchUpdateInstancesTransforms"); \ +static_assert(sizeof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms) == 0x000020, "Wrong size on InstancedStaticMeshComponent_BatchUpdateInstancesTransforms"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, StartInstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::StartInstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, NewInstancesTransforms) == 0x000008, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::NewInstancesTransforms' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, bWorldSpace) == 0x000018, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, bMarkRenderStateDirty) == 0x000019, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, bTeleport) == 0x00001A, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_BatchUpdateInstancesTransforms, ReturnValue) == 0x00001B, "Member 'InstancedStaticMeshComponent_BatchUpdateInstancesTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_RemoveInstance \ +static_assert(alignof(InstancedStaticMeshComponent_RemoveInstance) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_RemoveInstance"); \ +static_assert(sizeof(InstancedStaticMeshComponent_RemoveInstance) == 0x000008, "Wrong size on InstancedStaticMeshComponent_RemoveInstance"); \ +static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstance, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_RemoveInstance::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstance, ReturnValue) == 0x000004, "Member 'InstancedStaticMeshComponent_RemoveInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_RemoveInstances \ +static_assert(alignof(InstancedStaticMeshComponent_RemoveInstances) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_RemoveInstances"); \ +static_assert(sizeof(InstancedStaticMeshComponent_RemoveInstances) == 0x000018, "Wrong size on InstancedStaticMeshComponent_RemoveInstances"); \ +static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstances, InstancesToRemove) == 0x000000, "Member 'InstancedStaticMeshComponent_RemoveInstances::InstancesToRemove' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstances, ReturnValue) == 0x000010, "Member 'InstancedStaticMeshComponent_RemoveInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetCullDistances \ +static_assert(alignof(InstancedStaticMeshComponent_SetCullDistances) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetCullDistances"); \ +static_assert(sizeof(InstancedStaticMeshComponent_SetCullDistances) == 0x000008, "Wrong size on InstancedStaticMeshComponent_SetCullDistances"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCullDistances, StartCullDistance) == 0x000000, "Member 'InstancedStaticMeshComponent_SetCullDistances::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCullDistances, EndCullDistance) == 0x000004, "Member 'InstancedStaticMeshComponent_SetCullDistances::EndCullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetCustomDataValue \ +static_assert(alignof(InstancedStaticMeshComponent_SetCustomDataValue) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetCustomDataValue"); \ +static_assert(sizeof(InstancedStaticMeshComponent_SetCustomDataValue) == 0x000010, "Wrong size on InstancedStaticMeshComponent_SetCustomDataValue"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, CustomDataIndex) == 0x000004, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::CustomDataIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, CustomDataValue) == 0x000008, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::CustomDataValue' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, bMarkRenderStateDirty) == 0x00000C, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetCustomDataValue, ReturnValue) == 0x00000D, "Member 'InstancedStaticMeshComponent_SetCustomDataValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetLODDistanceScale \ +static_assert(alignof(InstancedStaticMeshComponent_SetLODDistanceScale) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetLODDistanceScale"); \ +static_assert(sizeof(InstancedStaticMeshComponent_SetLODDistanceScale) == 0x000004, "Wrong size on InstancedStaticMeshComponent_SetLODDistanceScale"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetLODDistanceScale, InLODDistanceScale) == 0x000000, "Member 'InstancedStaticMeshComponent_SetLODDistanceScale::InLODDistanceScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_SetNumCustomDataFloats \ +static_assert(alignof(InstancedStaticMeshComponent_SetNumCustomDataFloats) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetNumCustomDataFloats"); \ +static_assert(sizeof(InstancedStaticMeshComponent_SetNumCustomDataFloats) == 0x000004, "Wrong size on InstancedStaticMeshComponent_SetNumCustomDataFloats"); \ +static_assert(offsetof(InstancedStaticMeshComponent_SetNumCustomDataFloats, InNumCustomDataFloats) == 0x000000, "Member 'InstancedStaticMeshComponent_SetNumCustomDataFloats::InNumCustomDataFloats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_UpdateInstanceTransform \ +static_assert(alignof(InstancedStaticMeshComponent_UpdateInstanceTransform) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_UpdateInstanceTransform"); \ +static_assert(sizeof(InstancedStaticMeshComponent_UpdateInstanceTransform) == 0x000080, "Wrong size on InstancedStaticMeshComponent_UpdateInstanceTransform"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, NewInstanceTransform) == 0x000010, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::NewInstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bWorldSpace) == 0x000070, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bMarkRenderStateDirty) == 0x000071, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, bTeleport) == 0x000072, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_UpdateInstanceTransform, ReturnValue) == 0x000073, "Member 'InstancedStaticMeshComponent_UpdateInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetCullDistances \ +static_assert(alignof(InstancedStaticMeshComponent_GetCullDistances) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_GetCullDistances"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetCullDistances) == 0x000008, "Wrong size on InstancedStaticMeshComponent_GetCullDistances"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetCullDistances, OutStartCullDistance) == 0x000000, "Member 'InstancedStaticMeshComponent_GetCullDistances::OutStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetCullDistances, OutEndCullDistance) == 0x000004, "Member 'InstancedStaticMeshComponent_GetCullDistances::OutEndCullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstanceCount \ +static_assert(alignof(InstancedStaticMeshComponent_GetInstanceCount) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_GetInstanceCount"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetInstanceCount) == 0x000004, "Wrong size on InstancedStaticMeshComponent_GetInstanceCount"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceCount, ReturnValue) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstanceCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstancesOverlappingBox \ +static_assert(alignof(InstancedStaticMeshComponent_GetInstancesOverlappingBox) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_GetInstancesOverlappingBox"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetInstancesOverlappingBox) == 0x000050, "Wrong size on InstancedStaticMeshComponent_GetInstancesOverlappingBox"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, Box) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::Box' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, bBoxInWorldSpace) == 0x000038, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::bBoxInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingBox, ReturnValue) == 0x000040, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstancesOverlappingSphere \ +static_assert(alignof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere) == 0x000008, "Wrong alignment on InstancedStaticMeshComponent_GetInstancesOverlappingSphere"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere) == 0x000030, "Wrong size on InstancedStaticMeshComponent_GetInstancesOverlappingSphere"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, Center) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, Radius) == 0x000018, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, bSphereInWorldSpace) == 0x00001C, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::bSphereInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstancesOverlappingSphere, ReturnValue) == 0x000020, "Member 'InstancedStaticMeshComponent_GetInstancesOverlappingSphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetInstanceTransform \ +static_assert(alignof(InstancedStaticMeshComponent_GetInstanceTransform) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_GetInstanceTransform"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetInstanceTransform) == 0x000080, "Wrong size on InstancedStaticMeshComponent_GetInstanceTransform"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, OutInstanceTransform) == 0x000010, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::OutInstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, bWorldSpace) == 0x000070, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetInstanceTransform, ReturnValue) == 0x000071, "Member 'InstancedStaticMeshComponent_GetInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_GetLODDistanceScale \ +static_assert(alignof(InstancedStaticMeshComponent_GetLODDistanceScale) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_GetLODDistanceScale"); \ +static_assert(sizeof(InstancedStaticMeshComponent_GetLODDistanceScale) == 0x000004, "Wrong size on InstancedStaticMeshComponent_GetLODDistanceScale"); \ +static_assert(offsetof(InstancedStaticMeshComponent_GetLODDistanceScale, ReturnValue) == 0x000000, "Member 'InstancedStaticMeshComponent_GetLODDistanceScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedStaticMeshComponent_IsValidInstance \ +static_assert(alignof(InstancedStaticMeshComponent_IsValidInstance) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_IsValidInstance"); \ +static_assert(sizeof(InstancedStaticMeshComponent_IsValidInstance) == 0x000008, "Wrong size on InstancedStaticMeshComponent_IsValidInstance"); \ +static_assert(offsetof(InstancedStaticMeshComponent_IsValidInstance, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_IsValidInstance::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedStaticMeshComponent_IsValidInstance, ReturnValue) == 0x000004, "Member 'InstancedStaticMeshComponent_IsValidInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInstancedStaticMeshComponent \ +static_assert(alignof(UInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UInstancedStaticMeshComponent"); \ +static_assert(sizeof(UInstancedStaticMeshComponent) == 0x0009E0, "Wrong size on UInstancedStaticMeshComponent"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMData) == 0x000638, "Member 'UInstancedStaticMeshComponent::PerInstanceSMData' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstancePrevTransform) == 0x000648, "Member 'UInstancedStaticMeshComponent::PerInstancePrevTransform' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PreviousComponentTransform) == 0x000660, "Member 'UInstancedStaticMeshComponent::PreviousComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, NumCustomDataFloats) == 0x0006C0, "Member 'UInstancedStaticMeshComponent::NumCustomDataFloats' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstancingRandomSeed) == 0x0006C4, "Member 'UInstancedStaticMeshComponent::InstancingRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMCustomData) == 0x0006C8, "Member 'UInstancedStaticMeshComponent::PerInstanceSMCustomData' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, AdditionalRandomSeeds) == 0x0006D8, "Member 'UInstancedStaticMeshComponent::AdditionalRandomSeeds' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceLODDistanceScale) == 0x0006E8, "Member 'UInstancedStaticMeshComponent::InstanceLODDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceMinDrawDistance) == 0x0006EC, "Member 'UInstancedStaticMeshComponent::InstanceMinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceStartCullDistance) == 0x0006F0, "Member 'UInstancedStaticMeshComponent::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceEndCullDistance) == 0x0006F4, "Member 'UInstancedStaticMeshComponent::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceReorderTable) == 0x000700, "Member 'UInstancedStaticMeshComponent::InstanceReorderTable' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, NumPendingLightmaps) == 0x000770, "Member 'UInstancedStaticMeshComponent::NumPendingLightmaps' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, CachedMappings) == 0x000900, "Member 'UInstancedStaticMeshComponent::CachedMappings' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, CachedBounds) == 0x000910, "Member 'UInstancedStaticMeshComponent::CachedBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODInstancedStaticMeshComponent \ +static_assert(alignof(UHLODInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UHLODInstancedStaticMeshComponent"); \ +static_assert(sizeof(UHLODInstancedStaticMeshComponent) == 0x0009E0, "Wrong size on UHLODInstancedStaticMeshComponent"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceToNearestSurface \ +static_assert(alignof(UMaterialExpressionDistanceToNearestSurface) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceToNearestSurface"); \ +static_assert(sizeof(UMaterialExpressionDistanceToNearestSurface) == 0x0000E0, "Wrong size on UMaterialExpressionDistanceToNearestSurface"); \ +static_assert(offsetof(UMaterialExpressionDistanceToNearestSurface, position) == 0x0000B0, "Member 'UMaterialExpressionDistanceToNearestSurface::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceToNearestSurface, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionDistanceToNearestSurface::WorldPositionOriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ClearSkinWeightProfile \ +static_assert(alignof(SkinnedMeshComponent_ClearSkinWeightProfile) == 0x000001, "Wrong alignment on SkinnedMeshComponent_ClearSkinWeightProfile"); \ +static_assert(sizeof(SkinnedMeshComponent_ClearSkinWeightProfile) == 0x000001, "Wrong size on SkinnedMeshComponent_ClearSkinWeightProfile"); \ +static_assert(offsetof(SkinnedMeshComponent_ClearSkinWeightProfile, InLayer) == 0x000000, "Member 'SkinnedMeshComponent_ClearSkinWeightProfile::InLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_ClearVertexColorOverride \ +static_assert(alignof(SkinnedMeshComponent_ClearVertexColorOverride) == 0x000004, "Wrong alignment on SkinnedMeshComponent_ClearVertexColorOverride"); \ +static_assert(sizeof(SkinnedMeshComponent_ClearVertexColorOverride) == 0x000004, "Wrong size on SkinnedMeshComponent_ClearVertexColorOverride"); \ +static_assert(offsetof(SkinnedMeshComponent_ClearVertexColorOverride, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_ClearVertexColorOverride::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_HideBoneByName \ +static_assert(alignof(SkinnedMeshComponent_HideBoneByName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_HideBoneByName"); \ +static_assert(sizeof(SkinnedMeshComponent_HideBoneByName) == 0x00000C, "Wrong size on SkinnedMeshComponent_HideBoneByName"); \ +static_assert(offsetof(SkinnedMeshComponent_HideBoneByName, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_HideBoneByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_HideBoneByName, PhysBodyOption) == 0x000008, "Member 'SkinnedMeshComponent_HideBoneByName::PhysBodyOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_IsBoneHiddenByName \ +static_assert(alignof(SkinnedMeshComponent_IsBoneHiddenByName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_IsBoneHiddenByName"); \ +static_assert(sizeof(SkinnedMeshComponent_IsBoneHiddenByName) == 0x00000C, "Wrong size on SkinnedMeshComponent_IsBoneHiddenByName"); \ +static_assert(offsetof(SkinnedMeshComponent_IsBoneHiddenByName, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_IsBoneHiddenByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_IsBoneHiddenByName, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_IsBoneHiddenByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_IsMaterialSectionShown \ +static_assert(alignof(SkinnedMeshComponent_IsMaterialSectionShown) == 0x000004, "Wrong alignment on SkinnedMeshComponent_IsMaterialSectionShown"); \ +static_assert(sizeof(SkinnedMeshComponent_IsMaterialSectionShown) == 0x00000C, "Wrong size on SkinnedMeshComponent_IsMaterialSectionShown"); \ +static_assert(offsetof(SkinnedMeshComponent_IsMaterialSectionShown, MaterialID) == 0x000000, "Member 'SkinnedMeshComponent_IsMaterialSectionShown::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_IsMaterialSectionShown, LODIndex) == 0x000004, "Member 'SkinnedMeshComponent_IsMaterialSectionShown::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_IsMaterialSectionShown, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_IsMaterialSectionShown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_OverrideMinLOD \ +static_assert(alignof(SkinnedMeshComponent_OverrideMinLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_OverrideMinLOD"); \ +static_assert(sizeof(SkinnedMeshComponent_OverrideMinLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_OverrideMinLOD"); \ +static_assert(offsetof(SkinnedMeshComponent_OverrideMinLOD, InNewMinLOD) == 0x000000, "Member 'SkinnedMeshComponent_OverrideMinLOD::InNewMinLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetAlwaysUseMeshDeformer \ +static_assert(alignof(SkinnedMeshComponent_SetAlwaysUseMeshDeformer) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetAlwaysUseMeshDeformer"); \ +static_assert(sizeof(SkinnedMeshComponent_SetAlwaysUseMeshDeformer) == 0x000001, "Wrong size on SkinnedMeshComponent_SetAlwaysUseMeshDeformer"); \ +static_assert(offsetof(SkinnedMeshComponent_SetAlwaysUseMeshDeformer, bShouldAlwaysUseMeshDeformer) == 0x000000, "Member 'SkinnedMeshComponent_SetAlwaysUseMeshDeformer::bShouldAlwaysUseMeshDeformer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility \ +static_assert(alignof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility"); \ +static_assert(sizeof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility) == 0x000004, "Wrong size on SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility"); \ +static_assert(offsetof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility, NewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCastCapsuleDirectShadow \ +static_assert(alignof(SkinnedMeshComponent_SetCastCapsuleDirectShadow) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetCastCapsuleDirectShadow"); \ +static_assert(sizeof(SkinnedMeshComponent_SetCastCapsuleDirectShadow) == 0x000001, "Wrong size on SkinnedMeshComponent_SetCastCapsuleDirectShadow"); \ +static_assert(offsetof(SkinnedMeshComponent_SetCastCapsuleDirectShadow, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCastCapsuleDirectShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCastCapsuleIndirectShadow \ +static_assert(alignof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetCastCapsuleIndirectShadow"); \ +static_assert(sizeof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow) == 0x000001, "Wrong size on SkinnedMeshComponent_SetCastCapsuleIndirectShadow"); \ +static_assert(offsetof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCastCapsuleIndirectShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetForcedLOD \ +static_assert(alignof(SkinnedMeshComponent_SetForcedLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetForcedLOD"); \ +static_assert(sizeof(SkinnedMeshComponent_SetForcedLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_SetForcedLOD"); \ +static_assert(offsetof(SkinnedMeshComponent_SetForcedLOD, InNewForcedLOD) == 0x000000, "Member 'SkinnedMeshComponent_SetForcedLOD::InNewForcedLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetLeaderPoseComponent \ +static_assert(alignof(SkinnedMeshComponent_SetLeaderPoseComponent) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetLeaderPoseComponent"); \ +static_assert(sizeof(SkinnedMeshComponent_SetLeaderPoseComponent) == 0x000010, "Wrong size on SkinnedMeshComponent_SetLeaderPoseComponent"); \ +static_assert(offsetof(SkinnedMeshComponent_SetLeaderPoseComponent, NewLeaderBoneComponent) == 0x000000, "Member 'SkinnedMeshComponent_SetLeaderPoseComponent::NewLeaderBoneComponent' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetLeaderPoseComponent, bForceUpdate) == 0x000008, "Member 'SkinnedMeshComponent_SetLeaderPoseComponent::bForceUpdate' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetLeaderPoseComponent, bInFollowerShouldTickPose) == 0x000009, "Member 'SkinnedMeshComponent_SetLeaderPoseComponent::bInFollowerShouldTickPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetMeshDeformer \ +static_assert(alignof(SkinnedMeshComponent_SetMeshDeformer) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetMeshDeformer"); \ +static_assert(sizeof(SkinnedMeshComponent_SetMeshDeformer) == 0x000008, "Wrong size on SkinnedMeshComponent_SetMeshDeformer"); \ +static_assert(offsetof(SkinnedMeshComponent_SetMeshDeformer, InMeshDeformer) == 0x000000, "Member 'SkinnedMeshComponent_SetMeshDeformer::InMeshDeformer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetMinLOD \ +static_assert(alignof(SkinnedMeshComponent_SetMinLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetMinLOD"); \ +static_assert(sizeof(SkinnedMeshComponent_SetMinLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_SetMinLOD"); \ +static_assert(offsetof(SkinnedMeshComponent_SetMinLOD, InNewMinLOD) == 0x000000, "Member 'SkinnedMeshComponent_SetMinLOD::InNewMinLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetPhysicsAsset \ +static_assert(alignof(SkinnedMeshComponent_SetPhysicsAsset) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetPhysicsAsset"); \ +static_assert(sizeof(SkinnedMeshComponent_SetPhysicsAsset) == 0x000010, "Wrong size on SkinnedMeshComponent_SetPhysicsAsset"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPhysicsAsset, NewPhysicsAsset) == 0x000000, "Member 'SkinnedMeshComponent_SetPhysicsAsset::NewPhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetPhysicsAsset, bForceReInit) == 0x000008, "Member 'SkinnedMeshComponent_SetPhysicsAsset::bForceReInit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetRenderStatic \ +static_assert(alignof(SkinnedMeshComponent_SetRenderStatic) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetRenderStatic"); \ +static_assert(sizeof(SkinnedMeshComponent_SetRenderStatic) == 0x000001, "Wrong size on SkinnedMeshComponent_SetRenderStatic"); \ +static_assert(offsetof(SkinnedMeshComponent_SetRenderStatic, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetRenderStatic::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinnedAssetAndUpdate \ +static_assert(alignof(SkinnedMeshComponent_SetSkinnedAssetAndUpdate) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetSkinnedAssetAndUpdate"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkinnedAssetAndUpdate) == 0x000010, "Wrong size on SkinnedMeshComponent_SetSkinnedAssetAndUpdate"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinnedAssetAndUpdate, NewMesh) == 0x000000, "Member 'SkinnedMeshComponent_SetSkinnedAssetAndUpdate::NewMesh' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinnedAssetAndUpdate, bReinitPose) == 0x000008, "Member 'SkinnedMeshComponent_SetSkinnedAssetAndUpdate::bReinitPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinWeightOverride \ +static_assert(alignof(SkinnedMeshComponent_SetSkinWeightOverride) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetSkinWeightOverride"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkinWeightOverride) == 0x000018, "Wrong size on SkinnedMeshComponent_SetSkinWeightOverride"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightOverride, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetSkinWeightOverride::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightOverride, SkinWeights) == 0x000008, "Member 'SkinnedMeshComponent_SetSkinWeightOverride::SkinWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinWeightProfile \ +static_assert(alignof(SkinnedMeshComponent_SetSkinWeightProfile) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetSkinWeightProfile"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkinWeightProfile) == 0x00000C, "Wrong size on SkinnedMeshComponent_SetSkinWeightProfile"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightProfile, InProfileName) == 0x000000, "Member 'SkinnedMeshComponent_SetSkinWeightProfile::InProfileName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightProfile, InLayer) == 0x000008, "Member 'SkinnedMeshComponent_SetSkinWeightProfile::InLayer' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightProfile, ReturnValue) == 0x000009, "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_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_GetAlwaysUseMeshDeformer \ +static_assert(alignof(SkinnedMeshComponent_GetAlwaysUseMeshDeformer) == 0x000001, "Wrong alignment on SkinnedMeshComponent_GetAlwaysUseMeshDeformer"); \ +static_assert(sizeof(SkinnedMeshComponent_GetAlwaysUseMeshDeformer) == 0x000001, "Wrong size on SkinnedMeshComponent_GetAlwaysUseMeshDeformer"); \ +static_assert(offsetof(SkinnedMeshComponent_GetAlwaysUseMeshDeformer, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetAlwaysUseMeshDeformer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetBoneIndex \ +static_assert(alignof(SkinnedMeshComponent_GetBoneIndex) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetBoneIndex"); \ +static_assert(sizeof(SkinnedMeshComponent_GetBoneIndex) == 0x00000C, "Wrong size on SkinnedMeshComponent_GetBoneIndex"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneIndex, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetBoneIndex::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneIndex, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_GetBoneIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetBoneName \ +static_assert(alignof(SkinnedMeshComponent_GetBoneName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetBoneName"); \ +static_assert(sizeof(SkinnedMeshComponent_GetBoneName) == 0x00000C, "Wrong size on SkinnedMeshComponent_GetBoneName"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneName, BoneIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetBoneName::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneName, ReturnValue) == 0x000004, "Member 'SkinnedMeshComponent_GetBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetBoneTransform \ +static_assert(alignof(SkinnedMeshComponent_GetBoneTransform) == 0x000010, "Wrong alignment on SkinnedMeshComponent_GetBoneTransform"); \ +static_assert(sizeof(SkinnedMeshComponent_GetBoneTransform) == 0x000070, "Wrong size on SkinnedMeshComponent_GetBoneTransform"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneTransform, InBoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetBoneTransform::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneTransform, TransformSpace) == 0x000008, "Member 'SkinnedMeshComponent_GetBoneTransform::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetBoneTransform, ReturnValue) == 0x000010, "Member 'SkinnedMeshComponent_GetBoneTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetCurrentSkinWeightProfileLayerNames \ +static_assert(alignof(SkinnedMeshComponent_GetCurrentSkinWeightProfileLayerNames) == 0x000008, "Wrong alignment on SkinnedMeshComponent_GetCurrentSkinWeightProfileLayerNames"); \ +static_assert(sizeof(SkinnedMeshComponent_GetCurrentSkinWeightProfileLayerNames) == 0x000010, "Wrong size on SkinnedMeshComponent_GetCurrentSkinWeightProfileLayerNames"); \ +static_assert(offsetof(SkinnedMeshComponent_GetCurrentSkinWeightProfileLayerNames, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetCurrentSkinWeightProfileLayerNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetCurrentSkinWeightProfileName \ +static_assert(alignof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetCurrentSkinWeightProfileName"); \ +static_assert(sizeof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName) == 0x00000C, "Wrong size on SkinnedMeshComponent_GetCurrentSkinWeightProfileName"); \ +static_assert(offsetof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName, InLayer) == 0x000000, "Member 'SkinnedMeshComponent_GetCurrentSkinWeightProfileName::InLayer' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetCurrentSkinWeightProfileName, ReturnValue) == 0x000004, "Member 'SkinnedMeshComponent_GetCurrentSkinWeightProfileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetDeltaTransformFromRefPose \ +static_assert(alignof(SkinnedMeshComponent_GetDeltaTransformFromRefPose) == 0x000010, "Wrong alignment on SkinnedMeshComponent_GetDeltaTransformFromRefPose"); \ +static_assert(sizeof(SkinnedMeshComponent_GetDeltaTransformFromRefPose) == 0x000070, "Wrong size on SkinnedMeshComponent_GetDeltaTransformFromRefPose"); \ +static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, BaseName) == 0x000008, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::BaseName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetDeltaTransformFromRefPose, ReturnValue) == 0x000010, "Member 'SkinnedMeshComponent_GetDeltaTransformFromRefPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetForcedLOD \ +static_assert(alignof(SkinnedMeshComponent_GetForcedLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetForcedLOD"); \ +static_assert(sizeof(SkinnedMeshComponent_GetForcedLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_GetForcedLOD"); \ +static_assert(offsetof(SkinnedMeshComponent_GetForcedLOD, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetForcedLOD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetMeshDeformerInstance \ +static_assert(alignof(SkinnedMeshComponent_GetMeshDeformerInstance) == 0x000008, "Wrong alignment on SkinnedMeshComponent_GetMeshDeformerInstance"); \ +static_assert(sizeof(SkinnedMeshComponent_GetMeshDeformerInstance) == 0x000008, "Wrong size on SkinnedMeshComponent_GetMeshDeformerInstance"); \ +static_assert(offsetof(SkinnedMeshComponent_GetMeshDeformerInstance, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetMeshDeformerInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetNumBones \ +static_assert(alignof(SkinnedMeshComponent_GetNumBones) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetNumBones"); \ +static_assert(sizeof(SkinnedMeshComponent_GetNumBones) == 0x000004, "Wrong size on SkinnedMeshComponent_GetNumBones"); \ +static_assert(offsetof(SkinnedMeshComponent_GetNumBones, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetNumBones::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetNumLODs \ +static_assert(alignof(SkinnedMeshComponent_GetNumLODs) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetNumLODs"); \ +static_assert(sizeof(SkinnedMeshComponent_GetNumLODs) == 0x000004, "Wrong size on SkinnedMeshComponent_GetNumLODs"); \ +static_assert(offsetof(SkinnedMeshComponent_GetNumLODs, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetNumLODs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetParentBone \ +static_assert(alignof(SkinnedMeshComponent_GetParentBone) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetParentBone"); \ +static_assert(sizeof(SkinnedMeshComponent_GetParentBone) == 0x000010, "Wrong size on SkinnedMeshComponent_GetParentBone"); \ +static_assert(offsetof(SkinnedMeshComponent_GetParentBone, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetParentBone::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetParentBone, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_GetParentBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetPredictedLODLevel \ +static_assert(alignof(SkinnedMeshComponent_GetPredictedLODLevel) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetPredictedLODLevel"); \ +static_assert(sizeof(SkinnedMeshComponent_GetPredictedLODLevel) == 0x000004, "Wrong size on SkinnedMeshComponent_GetPredictedLODLevel"); \ +static_assert(offsetof(SkinnedMeshComponent_GetPredictedLODLevel, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetPredictedLODLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetRefPosePosition \ +static_assert(alignof(SkinnedMeshComponent_GetRefPosePosition) == 0x000008, "Wrong alignment on SkinnedMeshComponent_GetRefPosePosition"); \ +static_assert(sizeof(SkinnedMeshComponent_GetRefPosePosition) == 0x000020, "Wrong size on SkinnedMeshComponent_GetRefPosePosition"); \ +static_assert(offsetof(SkinnedMeshComponent_GetRefPosePosition, BoneIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetRefPosePosition::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetRefPosePosition, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_GetRefPosePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetRefPoseTransform \ +static_assert(alignof(SkinnedMeshComponent_GetRefPoseTransform) == 0x000010, "Wrong alignment on SkinnedMeshComponent_GetRefPoseTransform"); \ +static_assert(sizeof(SkinnedMeshComponent_GetRefPoseTransform) == 0x000070, "Wrong size on SkinnedMeshComponent_GetRefPoseTransform"); \ +static_assert(offsetof(SkinnedMeshComponent_GetRefPoseTransform, BoneIndex) == 0x000000, "Member 'SkinnedMeshComponent_GetRefPoseTransform::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetRefPoseTransform, ReturnValue) == 0x000010, "Member 'SkinnedMeshComponent_GetRefPoseTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED \ +static_assert(alignof(SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED) == 0x000008, "Wrong alignment on SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED"); \ +static_assert(sizeof(SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED) == 0x000008, "Wrong size on SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED"); \ +static_assert(offsetof(SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetSkeletalMesh_DEPRECATED::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetSkinnedAsset \ +static_assert(alignof(SkinnedMeshComponent_GetSkinnedAsset) == 0x000008, "Wrong alignment on SkinnedMeshComponent_GetSkinnedAsset"); \ +static_assert(sizeof(SkinnedMeshComponent_GetSkinnedAsset) == 0x000008, "Wrong size on SkinnedMeshComponent_GetSkinnedAsset"); \ +static_assert(offsetof(SkinnedMeshComponent_GetSkinnedAsset, ReturnValue) == 0x000000, "Member 'SkinnedMeshComponent_GetSkinnedAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetSocketBoneName \ +static_assert(alignof(SkinnedMeshComponent_GetSocketBoneName) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetSocketBoneName"); \ +static_assert(sizeof(SkinnedMeshComponent_GetSocketBoneName) == 0x000010, "Wrong size on SkinnedMeshComponent_GetSocketBoneName"); \ +static_assert(offsetof(SkinnedMeshComponent_GetSocketBoneName, InSocketName) == 0x000000, "Member 'SkinnedMeshComponent_GetSocketBoneName::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetSocketBoneName, ReturnValue) == 0x000008, "Member 'SkinnedMeshComponent_GetSocketBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose \ +static_assert(alignof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose) == 0x000004, "Wrong alignment on SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose"); \ +static_assert(sizeof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose) == 0x000014, "Wrong size on SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, BoneName) == 0x000000, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, OutTwistAngle) == 0x000008, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::OutTwistAngle' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, OutSwingAngle) == 0x00000C, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::OutSwingAngle' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose, ReturnValue) == 0x000010, "Member 'SkinnedMeshComponent_GetTwistAndSwingAngleOfDeltaRotationFromRefPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_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) == 0x000910, "Wrong size on USkinnedMeshComponent"); \ +static_assert(offsetof(USkinnedMeshComponent, SkeletalMesh) == 0x000588, "Member 'USkinnedMeshComponent::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, SkinnedAsset) == 0x000590, "Member 'USkinnedMeshComponent::SkinnedAsset' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, LeaderPoseComponent) == 0x000598, "Member 'USkinnedMeshComponent::LeaderPoseComponent' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, SkinCacheUsage) == 0x0005A0, "Member 'USkinnedMeshComponent::SkinCacheUsage' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, bSetMeshDeformer) == 0x0005B0, "Member 'USkinnedMeshComponent::bSetMeshDeformer' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MeshDeformer) == 0x0005B8, "Member 'USkinnedMeshComponent::MeshDeformer' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, bAlwaysUseMeshDeformer) == 0x0005C0, "Member 'USkinnedMeshComponent::bAlwaysUseMeshDeformer' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MeshDeformerInstanceSettings) == 0x0005C8, "Member 'USkinnedMeshComponent::MeshDeformerInstanceSettings' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MeshDeformerInstances) == 0x0005D0, "Member 'USkinnedMeshComponent::MeshDeformerInstances' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, PhysicsAssetOverride) == 0x000770, "Member 'USkinnedMeshComponent::PhysicsAssetOverride' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, ForcedLodModel) == 0x000778, "Member 'USkinnedMeshComponent::ForcedLodModel' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MinLodModel) == 0x000780, "Member 'USkinnedMeshComponent::MinLodModel' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, StreamingDistanceMultiplier) == 0x00078C, "Member 'USkinnedMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, NanitePixelProgrammableDistance) == 0x000790, "Member 'USkinnedMeshComponent::NanitePixelProgrammableDistance' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, LODInfo) == 0x0007A0, "Member 'USkinnedMeshComponent::LODInfo' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, VisibilityBasedAnimTickOption) == 0x0007D4, "Member 'USkinnedMeshComponent::VisibilityBasedAnimTickOption' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CapsuleIndirectShadowMinVisibility) == 0x0007DC, "Member 'USkinnedMeshComponent::CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CachedWorldOrLocalSpaceBounds) == 0x000830, "Member 'USkinnedMeshComponent::CachedWorldOrLocalSpaceBounds' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CachedWorldToLocalTransform) == 0x000870, "Member 'USkinnedMeshComponent::CachedWorldToLocalTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight \ +static_assert(alignof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight"); \ +static_assert(sizeof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight) == 0x000010, "Wrong size on SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight"); \ +static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, AddPhysicsBlendWeight) == 0x000008, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::AddPhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight, bSkipCustomPhysicsType) == 0x00000C, "Member 'SkeletalMeshComponent_AccumulateAllBodiesBelowPhysicsBlendWeight::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AddClothCollisionSource \ +static_assert(alignof(SkeletalMeshComponent_AddClothCollisionSource) == 0x000008, "Wrong alignment on SkeletalMeshComponent_AddClothCollisionSource"); \ +static_assert(sizeof(SkeletalMeshComponent_AddClothCollisionSource) == 0x000010, "Wrong size on SkeletalMeshComponent_AddClothCollisionSource"); \ +static_assert(offsetof(SkeletalMeshComponent_AddClothCollisionSource, InSourceComponent) == 0x000000, "Member 'SkeletalMeshComponent_AddClothCollisionSource::InSourceComponent' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddClothCollisionSource, InSourcePhysicsAsset) == 0x000008, "Member 'SkeletalMeshComponent_AddClothCollisionSource::InSourcePhysicsAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AddForceToAllBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_AddForceToAllBodiesBelow) == 0x000008, "Wrong alignment on SkeletalMeshComponent_AddForceToAllBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_AddForceToAllBodiesBelow) == 0x000028, "Wrong size on SkeletalMeshComponent_AddForceToAllBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, Force) == 0x000000, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::Force' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, BoneName) == 0x000018, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, bAccelChange) == 0x000020, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::bAccelChange' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddForceToAllBodiesBelow, bIncludeSelf) == 0x000021, "Member 'SkeletalMeshComponent_AddForceToAllBodiesBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AddImpulseToAllBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow) == 0x000008, "Wrong alignment on SkeletalMeshComponent_AddImpulseToAllBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow) == 0x000028, "Wrong size on SkeletalMeshComponent_AddImpulseToAllBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, Impulse) == 0x000000, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::Impulse' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, BoneName) == 0x000018, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, bVelChange) == 0x000020, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::bVelChange' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AddImpulseToAllBodiesBelow, bIncludeSelf) == 0x000021, "Member 'SkeletalMeshComponent_AddImpulseToAllBodiesBelow::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_AllowAnimCurveEvaluation \ +static_assert(alignof(SkeletalMeshComponent_AllowAnimCurveEvaluation) == 0x000004, "Wrong alignment on SkeletalMeshComponent_AllowAnimCurveEvaluation"); \ +static_assert(sizeof(SkeletalMeshComponent_AllowAnimCurveEvaluation) == 0x00000C, "Wrong size on SkeletalMeshComponent_AllowAnimCurveEvaluation"); \ +static_assert(offsetof(SkeletalMeshComponent_AllowAnimCurveEvaluation, NameOfCurve) == 0x000000, "Member 'SkeletalMeshComponent_AllowAnimCurveEvaluation::NameOfCurve' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_AllowAnimCurveEvaluation, bAllow) == 0x000008, "Member 'SkeletalMeshComponent_AllowAnimCurveEvaluation::bAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_BreakConstraint \ +static_assert(alignof(SkeletalMeshComponent_BreakConstraint) == 0x000008, "Wrong alignment on SkeletalMeshComponent_BreakConstraint"); \ +static_assert(sizeof(SkeletalMeshComponent_BreakConstraint) == 0x000038, "Wrong size on SkeletalMeshComponent_BreakConstraint"); \ +static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, Impulse) == 0x000000, "Member 'SkeletalMeshComponent_BreakConstraint::Impulse' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, HitLocation) == 0x000018, "Member 'SkeletalMeshComponent_BreakConstraint::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_BreakConstraint, InBoneName) == 0x000030, "Member 'SkeletalMeshComponent_BreakConstraint::InBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_FindConstraintBoneName \ +static_assert(alignof(SkeletalMeshComponent_FindConstraintBoneName) == 0x000004, "Wrong alignment on SkeletalMeshComponent_FindConstraintBoneName"); \ +static_assert(sizeof(SkeletalMeshComponent_FindConstraintBoneName) == 0x00000C, "Wrong size on SkeletalMeshComponent_FindConstraintBoneName"); \ +static_assert(offsetof(SkeletalMeshComponent_FindConstraintBoneName, ConstraintIndex) == 0x000000, "Member 'SkeletalMeshComponent_FindConstraintBoneName::ConstraintIndex' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_FindConstraintBoneName, ReturnValue) == 0x000004, "Member 'SkeletalMeshComponent_FindConstraintBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimClass \ +static_assert(alignof(SkeletalMeshComponent_GetAnimClass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetAnimClass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAnimClass) == 0x000008, "Wrong size on SkeletalMeshComponent_GetAnimClass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAnimClass, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetBoneLinearVelocity \ +static_assert(alignof(SkeletalMeshComponent_GetBoneLinearVelocity) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetBoneLinearVelocity"); \ +static_assert(sizeof(SkeletalMeshComponent_GetBoneLinearVelocity) == 0x000020, "Wrong size on SkeletalMeshComponent_GetBoneLinearVelocity"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneLinearVelocity, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetBoneLinearVelocity::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneLinearVelocity, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetBoneLinearVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetConstraintByName \ +static_assert(alignof(SkeletalMeshComponent_GetConstraintByName) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetConstraintByName"); \ +static_assert(sizeof(SkeletalMeshComponent_GetConstraintByName) == 0x000018, "Wrong size on SkeletalMeshComponent_GetConstraintByName"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintByName, ConstraintName) == 0x000000, "Member 'SkeletalMeshComponent_GetConstraintByName::ConstraintName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintByName, bIncludesTerminated) == 0x000008, "Member 'SkeletalMeshComponent_GetConstraintByName::bIncludesTerminated' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintByName, ReturnValue) == 0x00000C, "Member 'SkeletalMeshComponent_GetConstraintByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetConstraints \ +static_assert(alignof(SkeletalMeshComponent_GetConstraints) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetConstraints"); \ +static_assert(sizeof(SkeletalMeshComponent_GetConstraints) == 0x000018, "Wrong size on SkeletalMeshComponent_GetConstraints"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraints, bIncludesTerminated) == 0x000000, "Member 'SkeletalMeshComponent_GetConstraints::bIncludesTerminated' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraints, OutConstraints) == 0x000008, "Member 'SkeletalMeshComponent_GetConstraints::OutConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetConstraintsFromBody \ +static_assert(alignof(SkeletalMeshComponent_GetConstraintsFromBody) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetConstraintsFromBody"); \ +static_assert(sizeof(SkeletalMeshComponent_GetConstraintsFromBody) == 0x000020, "Wrong size on SkeletalMeshComponent_GetConstraintsFromBody"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintsFromBody, BodyName) == 0x000000, "Member 'SkeletalMeshComponent_GetConstraintsFromBody::BodyName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintsFromBody, bParentConstraints) == 0x000008, "Member 'SkeletalMeshComponent_GetConstraintsFromBody::bParentConstraints' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintsFromBody, bChildConstraints) == 0x000009, "Member 'SkeletalMeshComponent_GetConstraintsFromBody::bChildConstraints' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintsFromBody, bIncludesTerminated) == 0x00000A, "Member 'SkeletalMeshComponent_GetConstraintsFromBody::bIncludesTerminated' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetConstraintsFromBody, OutConstraints) == 0x000010, "Member 'SkeletalMeshComponent_GetConstraintsFromBody::OutConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetCurrentJointAngles \ +static_assert(alignof(SkeletalMeshComponent_GetCurrentJointAngles) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetCurrentJointAngles"); \ +static_assert(sizeof(SkeletalMeshComponent_GetCurrentJointAngles) == 0x000014, "Wrong size on SkeletalMeshComponent_GetCurrentJointAngles"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, Swing1Angle) == 0x000008, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::Swing1Angle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, TwistAngle) == 0x00000C, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::TwistAngle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurrentJointAngles, Swing2Angle) == 0x000010, "Member 'SkeletalMeshComponent_GetCurrentJointAngles::Swing2Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetFloatAttribute \ +static_assert(alignof(SkeletalMeshComponent_GetFloatAttribute) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetFloatAttribute"); \ +static_assert(sizeof(SkeletalMeshComponent_GetFloatAttribute) == 0x00001C, "Wrong size on SkeletalMeshComponent_GetFloatAttribute"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetFloatAttribute::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetFloatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, DefaultValue) == 0x000010, "Member 'SkeletalMeshComponent_GetFloatAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, OutValue) == 0x000014, "Member 'SkeletalMeshComponent_GetFloatAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, LookupType) == 0x000018, "Member 'SkeletalMeshComponent_GetFloatAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute, ReturnValue) == 0x000019, "Member 'SkeletalMeshComponent_GetFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetFloatAttribute_Ref \ +static_assert(alignof(SkeletalMeshComponent_GetFloatAttribute_Ref) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetFloatAttribute_Ref"); \ +static_assert(sizeof(SkeletalMeshComponent_GetFloatAttribute_Ref) == 0x000018, "Wrong size on SkeletalMeshComponent_GetFloatAttribute_Ref"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, OutValue) == 0x000010, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, LookupType) == 0x000014, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetFloatAttribute_Ref, ReturnValue) == 0x000015, "Member 'SkeletalMeshComponent_GetFloatAttribute_Ref::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetIntegerAttribute \ +static_assert(alignof(SkeletalMeshComponent_GetIntegerAttribute) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetIntegerAttribute"); \ +static_assert(sizeof(SkeletalMeshComponent_GetIntegerAttribute) == 0x00001C, "Wrong size on SkeletalMeshComponent_GetIntegerAttribute"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetIntegerAttribute::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetIntegerAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, DefaultValue) == 0x000010, "Member 'SkeletalMeshComponent_GetIntegerAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, OutValue) == 0x000014, "Member 'SkeletalMeshComponent_GetIntegerAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, LookupType) == 0x000018, "Member 'SkeletalMeshComponent_GetIntegerAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute, ReturnValue) == 0x000019, "Member 'SkeletalMeshComponent_GetIntegerAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetIntegerAttribute_Ref \ +static_assert(alignof(SkeletalMeshComponent_GetIntegerAttribute_Ref) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetIntegerAttribute_Ref"); \ +static_assert(sizeof(SkeletalMeshComponent_GetIntegerAttribute_Ref) == 0x000018, "Wrong size on SkeletalMeshComponent_GetIntegerAttribute_Ref"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, OutValue) == 0x000010, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, LookupType) == 0x000014, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetIntegerAttribute_Ref, ReturnValue) == 0x000015, "Member 'SkeletalMeshComponent_GetIntegerAttribute_Ref::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetStringAttribute \ +static_assert(alignof(SkeletalMeshComponent_GetStringAttribute) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetStringAttribute"); \ +static_assert(sizeof(SkeletalMeshComponent_GetStringAttribute) == 0x000038, "Wrong size on SkeletalMeshComponent_GetStringAttribute"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetStringAttribute::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetStringAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, DefaultValue) == 0x000010, "Member 'SkeletalMeshComponent_GetStringAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, OutValue) == 0x000020, "Member 'SkeletalMeshComponent_GetStringAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, LookupType) == 0x000030, "Member 'SkeletalMeshComponent_GetStringAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute, ReturnValue) == 0x000031, "Member 'SkeletalMeshComponent_GetStringAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetStringAttribute_Ref \ +static_assert(alignof(SkeletalMeshComponent_GetStringAttribute_Ref) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetStringAttribute_Ref"); \ +static_assert(sizeof(SkeletalMeshComponent_GetStringAttribute_Ref) == 0x000028, "Wrong size on SkeletalMeshComponent_GetStringAttribute_Ref"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, OutValue) == 0x000010, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, LookupType) == 0x000020, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetStringAttribute_Ref, ReturnValue) == 0x000021, "Member 'SkeletalMeshComponent_GetStringAttribute_Ref::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetTransformAttribute \ +static_assert(alignof(SkeletalMeshComponent_GetTransformAttribute) == 0x000010, "Wrong alignment on SkeletalMeshComponent_GetTransformAttribute"); \ +static_assert(sizeof(SkeletalMeshComponent_GetTransformAttribute) == 0x0000E0, "Wrong size on SkeletalMeshComponent_GetTransformAttribute"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetTransformAttribute::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetTransformAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute, DefaultValue) == 0x000010, "Member 'SkeletalMeshComponent_GetTransformAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute, OutValue) == 0x000070, "Member 'SkeletalMeshComponent_GetTransformAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute, LookupType) == 0x0000D0, "Member 'SkeletalMeshComponent_GetTransformAttribute::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute, ReturnValue) == 0x0000D1, "Member 'SkeletalMeshComponent_GetTransformAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetTransformAttribute_Ref \ +static_assert(alignof(SkeletalMeshComponent_GetTransformAttribute_Ref) == 0x000010, "Wrong alignment on SkeletalMeshComponent_GetTransformAttribute_Ref"); \ +static_assert(sizeof(SkeletalMeshComponent_GetTransformAttribute_Ref) == 0x000080, "Wrong size on SkeletalMeshComponent_GetTransformAttribute_Ref"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute_Ref, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetTransformAttribute_Ref::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute_Ref, AttributeName) == 0x000008, "Member 'SkeletalMeshComponent_GetTransformAttribute_Ref::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute_Ref, OutValue) == 0x000010, "Member 'SkeletalMeshComponent_GetTransformAttribute_Ref::OutValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute_Ref, LookupType) == 0x000070, "Member 'SkeletalMeshComponent_GetTransformAttribute_Ref::LookupType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTransformAttribute_Ref, ReturnValue) == 0x000071, "Member 'SkeletalMeshComponent_GetTransformAttribute_Ref::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_IsBodyGravityEnabled \ +static_assert(alignof(SkeletalMeshComponent_IsBodyGravityEnabled) == 0x000004, "Wrong alignment on SkeletalMeshComponent_IsBodyGravityEnabled"); \ +static_assert(sizeof(SkeletalMeshComponent_IsBodyGravityEnabled) == 0x00000C, "Wrong size on SkeletalMeshComponent_IsBodyGravityEnabled"); \ +static_assert(offsetof(SkeletalMeshComponent_IsBodyGravityEnabled, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_IsBodyGravityEnabled::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_IsBodyGravityEnabled, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_IsBodyGravityEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_LinkAnimClassLayers \ +static_assert(alignof(SkeletalMeshComponent_LinkAnimClassLayers) == 0x000008, "Wrong alignment on SkeletalMeshComponent_LinkAnimClassLayers"); \ +static_assert(sizeof(SkeletalMeshComponent_LinkAnimClassLayers) == 0x000008, "Wrong size on SkeletalMeshComponent_LinkAnimClassLayers"); \ +static_assert(offsetof(SkeletalMeshComponent_LinkAnimClassLayers, InClass) == 0x000000, "Member 'SkeletalMeshComponent_LinkAnimClassLayers::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_LinkAnimGraphByTag \ +static_assert(alignof(SkeletalMeshComponent_LinkAnimGraphByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_LinkAnimGraphByTag"); \ +static_assert(sizeof(SkeletalMeshComponent_LinkAnimGraphByTag) == 0x000010, "Wrong size on SkeletalMeshComponent_LinkAnimGraphByTag"); \ +static_assert(offsetof(SkeletalMeshComponent_LinkAnimGraphByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_LinkAnimGraphByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_LinkAnimGraphByTag, InClass) == 0x000008, "Member 'SkeletalMeshComponent_LinkAnimGraphByTag::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_OverrideAnimationData \ +static_assert(alignof(SkeletalMeshComponent_OverrideAnimationData) == 0x000008, "Wrong alignment on SkeletalMeshComponent_OverrideAnimationData"); \ +static_assert(sizeof(SkeletalMeshComponent_OverrideAnimationData) == 0x000018, "Wrong size on SkeletalMeshComponent_OverrideAnimationData"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, InAnimToPlay) == 0x000000, "Member 'SkeletalMeshComponent_OverrideAnimationData::InAnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, bIsLooping) == 0x000008, "Member 'SkeletalMeshComponent_OverrideAnimationData::bIsLooping' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, bIsPlaying) == 0x000009, "Member 'SkeletalMeshComponent_OverrideAnimationData::bIsPlaying' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, position) == 0x00000C, "Member 'SkeletalMeshComponent_OverrideAnimationData::position' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_OverrideAnimationData, PlayRate) == 0x000010, "Member 'SkeletalMeshComponent_OverrideAnimationData::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_Play \ +static_assert(alignof(SkeletalMeshComponent_Play) == 0x000001, "Wrong alignment on SkeletalMeshComponent_Play"); \ +static_assert(sizeof(SkeletalMeshComponent_Play) == 0x000001, "Wrong size on SkeletalMeshComponent_Play"); \ +static_assert(offsetof(SkeletalMeshComponent_Play, bLooping) == 0x000000, "Member 'SkeletalMeshComponent_Play::bLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_PlayAnimation \ +static_assert(alignof(SkeletalMeshComponent_PlayAnimation) == 0x000008, "Wrong alignment on SkeletalMeshComponent_PlayAnimation"); \ +static_assert(sizeof(SkeletalMeshComponent_PlayAnimation) == 0x000010, "Wrong size on SkeletalMeshComponent_PlayAnimation"); \ +static_assert(offsetof(SkeletalMeshComponent_PlayAnimation, NewAnimToPlay) == 0x000000, "Member 'SkeletalMeshComponent_PlayAnimation::NewAnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_PlayAnimation, bLooping) == 0x000008, "Member 'SkeletalMeshComponent_PlayAnimation::bLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_RemoveClothCollisionSource \ +static_assert(alignof(SkeletalMeshComponent_RemoveClothCollisionSource) == 0x000008, "Wrong alignment on SkeletalMeshComponent_RemoveClothCollisionSource"); \ +static_assert(sizeof(SkeletalMeshComponent_RemoveClothCollisionSource) == 0x000010, "Wrong size on SkeletalMeshComponent_RemoveClothCollisionSource"); \ +static_assert(offsetof(SkeletalMeshComponent_RemoveClothCollisionSource, InSourceComponent) == 0x000000, "Member 'SkeletalMeshComponent_RemoveClothCollisionSource::InSourceComponent' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_RemoveClothCollisionSource, InSourcePhysicsAsset) == 0x000008, "Member 'SkeletalMeshComponent_RemoveClothCollisionSource::InSourcePhysicsAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_RemoveClothCollisionSources \ +static_assert(alignof(SkeletalMeshComponent_RemoveClothCollisionSources) == 0x000008, "Wrong alignment on SkeletalMeshComponent_RemoveClothCollisionSources"); \ +static_assert(sizeof(SkeletalMeshComponent_RemoveClothCollisionSources) == 0x000008, "Wrong size on SkeletalMeshComponent_RemoveClothCollisionSources"); \ +static_assert(offsetof(SkeletalMeshComponent_RemoveClothCollisionSources, InSourceComponent) == 0x000000, "Member 'SkeletalMeshComponent_RemoveClothCollisionSources::InSourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_ResetAnimInstanceDynamics \ +static_assert(alignof(SkeletalMeshComponent_ResetAnimInstanceDynamics) == 0x000001, "Wrong alignment on SkeletalMeshComponent_ResetAnimInstanceDynamics"); \ +static_assert(sizeof(SkeletalMeshComponent_ResetAnimInstanceDynamics) == 0x000001, "Wrong size on SkeletalMeshComponent_ResetAnimInstanceDynamics"); \ +static_assert(offsetof(SkeletalMeshComponent_ResetAnimInstanceDynamics, InTeleportType) == 0x000000, "Member 'SkeletalMeshComponent_ResetAnimInstanceDynamics::InTeleportType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity) == 0x000028, "Wrong size on SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity, LinearVelocity) == 0x000008, "Member 'SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity, bIncludeSelf) == 0x000020, "Member 'SkeletalMeshComponent_SetAllBodiesBelowLinearVelocity::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight) == 0x000010, "Wrong size on SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, PhysicsBlendWeight) == 0x000008, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::PhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, bSkipCustomPhysicsType) == 0x00000C, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::bSkipCustomPhysicsType' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight, bIncludeSelf) == 0x00000D, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsBlendWeight::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled) == 0x00000C, "Wrong size on SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled, bDisabled) == 0x000008, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled::bDisabled' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled, bIncludeSelf) == 0x000009, "Member 'SkeletalMeshComponent_SetAllBodiesBelowPhysicsDisabled::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics) == 0x00000C, "Wrong size on SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics, bNewSimulate) == 0x000008, "Member 'SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics::bNewSimulate' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics, bIncludeSelf) == 0x000009, "Member 'SkeletalMeshComponent_SetAllBodiesBelowSimulatePhysics::bIncludeSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight) == 0x000008, "Wrong size on SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight, PhysicsBlendWeight) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight::PhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight, bSkipCustomPhysicsType) == 0x000004, "Member 'SkeletalMeshComponent_SetAllBodiesPhysicsBlendWeight::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllBodiesSimulatePhysics \ +static_assert(alignof(SkeletalMeshComponent_SetAllBodiesSimulatePhysics) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllBodiesSimulatePhysics"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllBodiesSimulatePhysics) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAllBodiesSimulatePhysics"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllBodiesSimulatePhysics, bNewSimulate) == 0x000000, "Member 'SkeletalMeshComponent_SetAllBodiesSimulatePhysics::bNewSimulate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllMotorsAngularDriveParams \ +static_assert(alignof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAllMotorsAngularDriveParams"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams) == 0x000010, "Wrong size on SkeletalMeshComponent_SetAllMotorsAngularDriveParams"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams, InSpring) == 0x000000, "Member 'SkeletalMeshComponent_SetAllMotorsAngularDriveParams::InSpring' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams, InDamping) == 0x000004, "Member 'SkeletalMeshComponent_SetAllMotorsAngularDriveParams::InDamping' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams, InForceLimit) == 0x000008, "Member 'SkeletalMeshComponent_SetAllMotorsAngularDriveParams::InForceLimit' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularDriveParams, bSkipCustomPhysicsType) == 0x00000C, "Member 'SkeletalMeshComponent_SetAllMotorsAngularDriveParams::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllMotorsAngularPositionDrive \ +static_assert(alignof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllMotorsAngularPositionDrive"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive) == 0x000003, "Wrong size on SkeletalMeshComponent_SetAllMotorsAngularPositionDrive"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive, bEnableSwingDrive) == 0x000000, "Member 'SkeletalMeshComponent_SetAllMotorsAngularPositionDrive::bEnableSwingDrive' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive, bEnableTwistDrive) == 0x000001, "Member 'SkeletalMeshComponent_SetAllMotorsAngularPositionDrive::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularPositionDrive, bSkipCustomPhysicsType) == 0x000002, "Member 'SkeletalMeshComponent_SetAllMotorsAngularPositionDrive::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive \ +static_assert(alignof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive) == 0x000003, "Wrong size on SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive, bEnableSwingDrive) == 0x000000, "Member 'SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive::bEnableSwingDrive' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive, bEnableTwistDrive) == 0x000001, "Member 'SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive, bSkipCustomPhysicsType) == 0x000002, "Member 'SkeletalMeshComponent_SetAllMotorsAngularVelocityDrive::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowAnimCurveEvaluation \ +static_assert(alignof(SkeletalMeshComponent_SetAllowAnimCurveEvaluation) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllowAnimCurveEvaluation"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllowAnimCurveEvaluation) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAllowAnimCurveEvaluation"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowAnimCurveEvaluation, bInAllow) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowAnimCurveEvaluation::bInAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowClothActors \ +static_assert(alignof(SkeletalMeshComponent_SetAllowClothActors) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllowClothActors"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllowClothActors) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAllowClothActors"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowClothActors, bInAllow) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowClothActors::bInAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation \ +static_assert(alignof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation) == 0x000018, "Wrong size on SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation, List) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation::List' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation, bAllow) == 0x000010, "Member 'SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation::bAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowRigidBodyAnimNode \ +static_assert(alignof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllowRigidBodyAnimNode"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode) == 0x000002, "Wrong size on SkeletalMeshComponent_SetAllowRigidBodyAnimNode"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode, bInAllow) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowRigidBodyAnimNode::bInAllow' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode, bReinitAnim) == 0x000001, "Member 'SkeletalMeshComponent_SetAllowRigidBodyAnimNode::bReinitAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAngularLimits \ +static_assert(alignof(SkeletalMeshComponent_SetAngularLimits) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAngularLimits"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAngularLimits) == 0x000014, "Wrong size on SkeletalMeshComponent_SetAngularLimits"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAngularLimits::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, Swing1LimitAngle) == 0x000008, "Member 'SkeletalMeshComponent_SetAngularLimits::Swing1LimitAngle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, TwistLimitAngle) == 0x00000C, "Member 'SkeletalMeshComponent_SetAngularLimits::TwistLimitAngle' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, Swing2LimitAngle) == 0x000010, "Member 'SkeletalMeshComponent_SetAngularLimits::Swing2LimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimation \ +static_assert(alignof(SkeletalMeshComponent_SetAnimation) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAnimation"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAnimation) == 0x000008, "Wrong size on SkeletalMeshComponent_SetAnimation"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAnimation, NewAnimToPlay) == 0x000000, "Member 'SkeletalMeshComponent_SetAnimation::NewAnimToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimationMode \ +static_assert(alignof(SkeletalMeshComponent_SetAnimationMode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAnimationMode"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAnimationMode) == 0x000002, "Wrong size on SkeletalMeshComponent_SetAnimationMode"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAnimationMode, InAnimationMode) == 0x000000, "Member 'SkeletalMeshComponent_SetAnimationMode::InAnimationMode' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAnimationMode, bForceInitAnimScriptInstance) == 0x000001, "Member 'SkeletalMeshComponent_SetAnimationMode::bForceInitAnimScriptInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimInstanceClass \ +static_assert(alignof(SkeletalMeshComponent_SetAnimInstanceClass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAnimInstanceClass"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAnimInstanceClass) == 0x000008, "Wrong size on SkeletalMeshComponent_SetAnimInstanceClass"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAnimInstanceClass, NewClass) == 0x000000, "Member 'SkeletalMeshComponent_SetAnimInstanceClass::NewClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision \ +static_assert(alignof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision"); \ +static_assert(sizeof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision) == 0x00000C, "Wrong size on SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision"); \ +static_assert(offsetof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision, bNewNotifyRigidBodyCollision) == 0x000000, "Member 'SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision::bNewNotifyRigidBodyCollision' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision, BoneName) == 0x000004, "Member 'SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetBodySimulatePhysics \ +static_assert(alignof(SkeletalMeshComponent_SetBodySimulatePhysics) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetBodySimulatePhysics"); \ +static_assert(sizeof(SkeletalMeshComponent_SetBodySimulatePhysics) == 0x00000C, "Wrong size on SkeletalMeshComponent_SetBodySimulatePhysics"); \ +static_assert(offsetof(SkeletalMeshComponent_SetBodySimulatePhysics, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetBodySimulatePhysics::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetBodySimulatePhysics, bSimulate) == 0x000008, "Member 'SkeletalMeshComponent_SetBodySimulatePhysics::bSimulate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetClothMaxDistanceScale \ +static_assert(alignof(SkeletalMeshComponent_SetClothMaxDistanceScale) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetClothMaxDistanceScale"); \ +static_assert(sizeof(SkeletalMeshComponent_SetClothMaxDistanceScale) == 0x000004, "Wrong size on SkeletalMeshComponent_SetClothMaxDistanceScale"); \ +static_assert(offsetof(SkeletalMeshComponent_SetClothMaxDistanceScale, Scale) == 0x000000, "Member 'SkeletalMeshComponent_SetClothMaxDistanceScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetConstraintProfile \ +static_assert(alignof(SkeletalMeshComponent_SetConstraintProfile) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetConstraintProfile"); \ +static_assert(sizeof(SkeletalMeshComponent_SetConstraintProfile) == 0x000014, "Wrong size on SkeletalMeshComponent_SetConstraintProfile"); \ +static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfile, JointName) == 0x000000, "Member 'SkeletalMeshComponent_SetConstraintProfile::JointName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfile, ProfileName) == 0x000008, "Member 'SkeletalMeshComponent_SetConstraintProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfile, bDefaultIfNotFound) == 0x000010, "Member 'SkeletalMeshComponent_SetConstraintProfile::bDefaultIfNotFound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetConstraintProfileForAll \ +static_assert(alignof(SkeletalMeshComponent_SetConstraintProfileForAll) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetConstraintProfileForAll"); \ +static_assert(sizeof(SkeletalMeshComponent_SetConstraintProfileForAll) == 0x00000C, "Wrong size on SkeletalMeshComponent_SetConstraintProfileForAll"); \ +static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfileForAll, ProfileName) == 0x000000, "Member 'SkeletalMeshComponent_SetConstraintProfileForAll::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetConstraintProfileForAll, bDefaultIfNotFound) == 0x000008, "Member 'SkeletalMeshComponent_SetConstraintProfileForAll::bDefaultIfNotFound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetDisableAnimCurves \ +static_assert(alignof(SkeletalMeshComponent_SetDisableAnimCurves) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetDisableAnimCurves"); \ +static_assert(sizeof(SkeletalMeshComponent_SetDisableAnimCurves) == 0x000001, "Wrong size on SkeletalMeshComponent_SetDisableAnimCurves"); \ +static_assert(offsetof(SkeletalMeshComponent_SetDisableAnimCurves, bInDisableAnimCurves) == 0x000000, "Member 'SkeletalMeshComponent_SetDisableAnimCurves::bInDisableAnimCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetDisablePostProcessBlueprint \ +static_assert(alignof(SkeletalMeshComponent_SetDisablePostProcessBlueprint) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetDisablePostProcessBlueprint"); \ +static_assert(sizeof(SkeletalMeshComponent_SetDisablePostProcessBlueprint) == 0x000001, "Wrong size on SkeletalMeshComponent_SetDisablePostProcessBlueprint"); \ +static_assert(offsetof(SkeletalMeshComponent_SetDisablePostProcessBlueprint, bInDisablePostProcess) == 0x000000, "Member 'SkeletalMeshComponent_SetDisablePostProcessBlueprint::bInDisablePostProcess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetEnableAnimation \ +static_assert(alignof(SkeletalMeshComponent_SetEnableAnimation) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetEnableAnimation"); \ +static_assert(sizeof(SkeletalMeshComponent_SetEnableAnimation) == 0x000001, "Wrong size on SkeletalMeshComponent_SetEnableAnimation"); \ +static_assert(offsetof(SkeletalMeshComponent_SetEnableAnimation, bNewEnableAnimation) == 0x000000, "Member 'SkeletalMeshComponent_SetEnableAnimation::bNewEnableAnimation' 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_SetEnablePerPolyCollision \ +static_assert(alignof(SkeletalMeshComponent_SetEnablePerPolyCollision) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetEnablePerPolyCollision"); \ +static_assert(sizeof(SkeletalMeshComponent_SetEnablePerPolyCollision) == 0x000001, "Wrong size on SkeletalMeshComponent_SetEnablePerPolyCollision"); \ +static_assert(offsetof(SkeletalMeshComponent_SetEnablePerPolyCollision, bInEnablePerPolyCollision) == 0x000000, "Member 'SkeletalMeshComponent_SetEnablePerPolyCollision::bInEnablePerPolyCollision' 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_SetOverridePostProcessAnimBP \ +static_assert(alignof(SkeletalMeshComponent_SetOverridePostProcessAnimBP) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetOverridePostProcessAnimBP"); \ +static_assert(sizeof(SkeletalMeshComponent_SetOverridePostProcessAnimBP) == 0x000010, "Wrong size on SkeletalMeshComponent_SetOverridePostProcessAnimBP"); \ +static_assert(offsetof(SkeletalMeshComponent_SetOverridePostProcessAnimBP, InPostProcessAnimBlueprint) == 0x000000, "Member 'SkeletalMeshComponent_SetOverridePostProcessAnimBP::InPostProcessAnimBlueprint' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetOverridePostProcessAnimBP, ReinitAnimInstances) == 0x000008, "Member 'SkeletalMeshComponent_SetOverridePostProcessAnimBP::ReinitAnimInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetPhysicsBlendWeight \ +static_assert(alignof(SkeletalMeshComponent_SetPhysicsBlendWeight) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetPhysicsBlendWeight"); \ +static_assert(sizeof(SkeletalMeshComponent_SetPhysicsBlendWeight) == 0x000004, "Wrong size on SkeletalMeshComponent_SetPhysicsBlendWeight"); \ +static_assert(offsetof(SkeletalMeshComponent_SetPhysicsBlendWeight, PhysicsBlendWeight) == 0x000000, "Member 'SkeletalMeshComponent_SetPhysicsBlendWeight::PhysicsBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetPlayRate \ +static_assert(alignof(SkeletalMeshComponent_SetPlayRate) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetPlayRate"); \ +static_assert(sizeof(SkeletalMeshComponent_SetPlayRate) == 0x000004, "Wrong size on SkeletalMeshComponent_SetPlayRate"); \ +static_assert(offsetof(SkeletalMeshComponent_SetPlayRate, Rate) == 0x000000, "Member 'SkeletalMeshComponent_SetPlayRate::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetPosition \ +static_assert(alignof(SkeletalMeshComponent_SetPosition) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetPosition"); \ +static_assert(sizeof(SkeletalMeshComponent_SetPosition) == 0x000008, "Wrong size on SkeletalMeshComponent_SetPosition"); \ +static_assert(offsetof(SkeletalMeshComponent_SetPosition, InPos) == 0x000000, "Member 'SkeletalMeshComponent_SetPosition::InPos' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_SetPosition, bFireNotifies) == 0x000004, "Member 'SkeletalMeshComponent_SetPosition::bFireNotifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetSkeletalMeshAsset \ +static_assert(alignof(SkeletalMeshComponent_SetSkeletalMeshAsset) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetSkeletalMeshAsset"); \ +static_assert(sizeof(SkeletalMeshComponent_SetSkeletalMeshAsset) == 0x000008, "Wrong size on SkeletalMeshComponent_SetSkeletalMeshAsset"); \ +static_assert(offsetof(SkeletalMeshComponent_SetSkeletalMeshAsset, NewMesh) == 0x000000, "Member 'SkeletalMeshComponent_SetSkeletalMeshAsset::NewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetTeleportDistanceThreshold \ +static_assert(alignof(SkeletalMeshComponent_SetTeleportDistanceThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetTeleportDistanceThreshold"); \ +static_assert(sizeof(SkeletalMeshComponent_SetTeleportDistanceThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_SetTeleportDistanceThreshold"); \ +static_assert(offsetof(SkeletalMeshComponent_SetTeleportDistanceThreshold, Threshold) == 0x000000, "Member 'SkeletalMeshComponent_SetTeleportDistanceThreshold::Threshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetTeleportRotationThreshold \ +static_assert(alignof(SkeletalMeshComponent_SetTeleportRotationThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetTeleportRotationThreshold"); \ +static_assert(sizeof(SkeletalMeshComponent_SetTeleportRotationThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_SetTeleportRotationThreshold"); \ +static_assert(offsetof(SkeletalMeshComponent_SetTeleportRotationThreshold, Threshold) == 0x000000, "Member 'SkeletalMeshComponent_SetTeleportRotationThreshold::Threshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetUpdateAnimationInEditor \ +static_assert(alignof(SkeletalMeshComponent_SetUpdateAnimationInEditor) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetUpdateAnimationInEditor"); \ +static_assert(sizeof(SkeletalMeshComponent_SetUpdateAnimationInEditor) == 0x000001, "Wrong size on SkeletalMeshComponent_SetUpdateAnimationInEditor"); \ +static_assert(offsetof(SkeletalMeshComponent_SetUpdateAnimationInEditor, NewUpdateState) == 0x000000, "Member 'SkeletalMeshComponent_SetUpdateAnimationInEditor::NewUpdateState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetUpdateClothInEditor \ +static_assert(alignof(SkeletalMeshComponent_SetUpdateClothInEditor) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetUpdateClothInEditor"); \ +static_assert(sizeof(SkeletalMeshComponent_SetUpdateClothInEditor) == 0x000001, "Wrong size on SkeletalMeshComponent_SetUpdateClothInEditor"); \ +static_assert(offsetof(SkeletalMeshComponent_SetUpdateClothInEditor, NewUpdateState) == 0x000000, "Member 'SkeletalMeshComponent_SetUpdateClothInEditor::NewUpdateState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SnapshotPose \ +static_assert(alignof(SkeletalMeshComponent_SnapshotPose) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SnapshotPose"); \ +static_assert(sizeof(SkeletalMeshComponent_SnapshotPose) == 0x000038, "Wrong size on SkeletalMeshComponent_SnapshotPose"); \ +static_assert(offsetof(SkeletalMeshComponent_SnapshotPose, Snapshot) == 0x000000, "Member 'SkeletalMeshComponent_SnapshotPose::Snapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_TermBodiesBelow \ +static_assert(alignof(SkeletalMeshComponent_TermBodiesBelow) == 0x000004, "Wrong alignment on SkeletalMeshComponent_TermBodiesBelow"); \ +static_assert(sizeof(SkeletalMeshComponent_TermBodiesBelow) == 0x000008, "Wrong size on SkeletalMeshComponent_TermBodiesBelow"); \ +static_assert(offsetof(SkeletalMeshComponent_TermBodiesBelow, ParentBoneName) == 0x000000, "Member 'SkeletalMeshComponent_TermBodiesBelow::ParentBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent \ +static_assert(alignof(SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent) == 0x000001, "Wrong alignment on SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent"); \ +static_assert(sizeof(SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent) == 0x000001, "Wrong size on SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent"); \ +static_assert(offsetof(SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent, bRestoreSimulationSpace) == 0x000000, "Member 'SkeletalMeshComponent_UnbindClothFromLeaderPoseComponent::bRestoreSimulationSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_UnlinkAnimClassLayers \ +static_assert(alignof(SkeletalMeshComponent_UnlinkAnimClassLayers) == 0x000008, "Wrong alignment on SkeletalMeshComponent_UnlinkAnimClassLayers"); \ +static_assert(sizeof(SkeletalMeshComponent_UnlinkAnimClassLayers) == 0x000008, "Wrong size on SkeletalMeshComponent_UnlinkAnimClassLayers"); \ +static_assert(offsetof(SkeletalMeshComponent_UnlinkAnimClassLayers, InClass) == 0x000000, "Member 'SkeletalMeshComponent_UnlinkAnimClassLayers::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowClothActors \ +static_assert(alignof(SkeletalMeshComponent_GetAllowClothActors) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowClothActors"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAllowClothActors) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowClothActors"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAllowClothActors, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowClothActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowedAnimCurveEvaluate \ +static_assert(alignof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowedAnimCurveEvaluate"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowedAnimCurveEvaluate"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowedAnimCurveEvaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowRigidBodyAnimNode \ +static_assert(alignof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowRigidBodyAnimNode"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowRigidBodyAnimNode"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowRigidBodyAnimNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimationMode \ +static_assert(alignof(SkeletalMeshComponent_GetAnimationMode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAnimationMode"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAnimationMode) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAnimationMode"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAnimationMode, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimInstance \ +static_assert(alignof(SkeletalMeshComponent_GetAnimInstance) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetAnimInstance"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAnimInstance) == 0x000008, "Wrong size on SkeletalMeshComponent_GetAnimInstance"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAnimInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetBoneMass \ +static_assert(alignof(SkeletalMeshComponent_GetBoneMass) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetBoneMass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetBoneMass) == 0x000010, "Wrong size on SkeletalMeshComponent_GetBoneMass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetBoneMass::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, bScaleMass) == 0x000008, "Member 'SkeletalMeshComponent_GetBoneMass::bScaleMass' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, ReturnValue) == 0x00000C, "Member 'SkeletalMeshComponent_GetBoneMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetClothingSimulationInteractor \ +static_assert(alignof(SkeletalMeshComponent_GetClothingSimulationInteractor) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetClothingSimulationInteractor"); \ +static_assert(sizeof(SkeletalMeshComponent_GetClothingSimulationInteractor) == 0x000010, "Wrong size on SkeletalMeshComponent_GetClothingSimulationInteractor"); \ +static_assert(offsetof(SkeletalMeshComponent_GetClothingSimulationInteractor, ClothingAssetName) == 0x000000, "Member 'SkeletalMeshComponent_GetClothingSimulationInteractor::ClothingAssetName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetClothingSimulationInteractor, ReturnValue) == 0x000008, "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_GetCurveValue \ +static_assert(alignof(SkeletalMeshComponent_GetCurveValue) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetCurveValue"); \ +static_assert(sizeof(SkeletalMeshComponent_GetCurveValue) == 0x000014, "Wrong size on SkeletalMeshComponent_GetCurveValue"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurveValue, CurveName) == 0x000000, "Member 'SkeletalMeshComponent_GetCurveValue::CurveName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurveValue, DefaultValue) == 0x000008, "Member 'SkeletalMeshComponent_GetCurveValue::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurveValue, Value) == 0x00000C, "Member 'SkeletalMeshComponent_GetCurveValue::Value' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCurveValue, ReturnValue) == 0x000010, "Member 'SkeletalMeshComponent_GetCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetDisableAnimCurves \ +static_assert(alignof(SkeletalMeshComponent_GetDisableAnimCurves) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetDisableAnimCurves"); \ +static_assert(sizeof(SkeletalMeshComponent_GetDisableAnimCurves) == 0x000001, "Wrong size on SkeletalMeshComponent_GetDisableAnimCurves"); \ +static_assert(offsetof(SkeletalMeshComponent_GetDisableAnimCurves, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetDisableAnimCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetDisablePostProcessBlueprint \ +static_assert(alignof(SkeletalMeshComponent_GetDisablePostProcessBlueprint) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetDisablePostProcessBlueprint"); \ +static_assert(sizeof(SkeletalMeshComponent_GetDisablePostProcessBlueprint) == 0x000001, "Wrong size on SkeletalMeshComponent_GetDisablePostProcessBlueprint"); \ +static_assert(offsetof(SkeletalMeshComponent_GetDisablePostProcessBlueprint, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetDisablePostProcessBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag \ +static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag"); \ +static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag \ +static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag"); \ +static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag) == 0x000018, "Wrong size on SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag, OutLinkedInstances) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag::OutLinkedInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass \ +static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass, InClass) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup \ +static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup"); \ +static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup, InGroup) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup::InGroup' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetMorphTarget \ +static_assert(alignof(SkeletalMeshComponent_GetMorphTarget) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetMorphTarget"); \ +static_assert(sizeof(SkeletalMeshComponent_GetMorphTarget) == 0x00000C, "Wrong size on SkeletalMeshComponent_GetMorphTarget"); \ +static_assert(offsetof(SkeletalMeshComponent_GetMorphTarget, MorphTargetName) == 0x000000, "Member 'SkeletalMeshComponent_GetMorphTarget::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_GetMorphTarget, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetMorphTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPlayRate \ +static_assert(alignof(SkeletalMeshComponent_GetPlayRate) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetPlayRate"); \ +static_assert(sizeof(SkeletalMeshComponent_GetPlayRate) == 0x000004, "Wrong size on SkeletalMeshComponent_GetPlayRate"); \ +static_assert(offsetof(SkeletalMeshComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPosition \ +static_assert(alignof(SkeletalMeshComponent_GetPosition) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetPosition"); \ +static_assert(sizeof(SkeletalMeshComponent_GetPosition) == 0x000004, "Wrong size on SkeletalMeshComponent_GetPosition"); \ +static_assert(offsetof(SkeletalMeshComponent_GetPosition, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPostProcessInstance \ +static_assert(alignof(SkeletalMeshComponent_GetPostProcessInstance) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetPostProcessInstance"); \ +static_assert(sizeof(SkeletalMeshComponent_GetPostProcessInstance) == 0x000008, "Wrong size on SkeletalMeshComponent_GetPostProcessInstance"); \ +static_assert(offsetof(SkeletalMeshComponent_GetPostProcessInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPostProcessInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetSkeletalCenterOfMass \ +static_assert(alignof(SkeletalMeshComponent_GetSkeletalCenterOfMass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetSkeletalCenterOfMass"); \ +static_assert(sizeof(SkeletalMeshComponent_GetSkeletalCenterOfMass) == 0x000018, "Wrong size on SkeletalMeshComponent_GetSkeletalCenterOfMass"); \ +static_assert(offsetof(SkeletalMeshComponent_GetSkeletalCenterOfMass, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetSkeletalCenterOfMass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetSkeletalMeshAsset \ +static_assert(alignof(SkeletalMeshComponent_GetSkeletalMeshAsset) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetSkeletalMeshAsset"); \ +static_assert(sizeof(SkeletalMeshComponent_GetSkeletalMeshAsset) == 0x000008, "Wrong size on SkeletalMeshComponent_GetSkeletalMeshAsset"); \ +static_assert(offsetof(SkeletalMeshComponent_GetSkeletalMeshAsset, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetSkeletalMeshAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetTeleportDistanceThreshold \ +static_assert(alignof(SkeletalMeshComponent_GetTeleportDistanceThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetTeleportDistanceThreshold"); \ +static_assert(sizeof(SkeletalMeshComponent_GetTeleportDistanceThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_GetTeleportDistanceThreshold"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTeleportDistanceThreshold, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetTeleportDistanceThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_GetTeleportRotationThreshold \ +static_assert(alignof(SkeletalMeshComponent_GetTeleportRotationThreshold) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetTeleportRotationThreshold"); \ +static_assert(sizeof(SkeletalMeshComponent_GetTeleportRotationThreshold) == 0x000004, "Wrong size on SkeletalMeshComponent_GetTeleportRotationThreshold"); \ +static_assert(offsetof(SkeletalMeshComponent_GetTeleportRotationThreshold, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetTeleportRotationThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_HasValidAnimationInstance \ +static_assert(alignof(SkeletalMeshComponent_HasValidAnimationInstance) == 0x000001, "Wrong alignment on SkeletalMeshComponent_HasValidAnimationInstance"); \ +static_assert(sizeof(SkeletalMeshComponent_HasValidAnimationInstance) == 0x000001, "Wrong size on SkeletalMeshComponent_HasValidAnimationInstance"); \ +static_assert(offsetof(SkeletalMeshComponent_HasValidAnimationInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_HasValidAnimationInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_IsClothingSimulationSuspended \ +static_assert(alignof(SkeletalMeshComponent_IsClothingSimulationSuspended) == 0x000001, "Wrong alignment on SkeletalMeshComponent_IsClothingSimulationSuspended"); \ +static_assert(sizeof(SkeletalMeshComponent_IsClothingSimulationSuspended) == 0x000001, "Wrong size on SkeletalMeshComponent_IsClothingSimulationSuspended"); \ +static_assert(offsetof(SkeletalMeshComponent_IsClothingSimulationSuspended, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_IsClothingSimulationSuspended::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_IsPlaying \ +static_assert(alignof(SkeletalMeshComponent_IsPlaying) == 0x000001, "Wrong alignment on SkeletalMeshComponent_IsPlaying"); \ +static_assert(sizeof(SkeletalMeshComponent_IsPlaying) == 0x000001, "Wrong size on SkeletalMeshComponent_IsPlaying"); \ +static_assert(offsetof(SkeletalMeshComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset \ +static_assert(alignof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset) == 0x000008, "Wrong alignment on SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset"); \ +static_assert(sizeof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset) == 0x000058, "Wrong size on SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, WorldPosition) == 0x000000, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, ClosestWorldPosition) == 0x000018, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::ClosestWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, Normal) == 0x000030, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::Normal' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, BoneName) == 0x000048, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::BoneName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, Distance) == 0x000050, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::Distance' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset, ReturnValue) == 0x000054, "Member 'SkeletalMeshComponent_K2_GetClosestPointOnPhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshComponent \ +static_assert(alignof(USkeletalMeshComponent) == 0x000010, "Wrong alignment on USkeletalMeshComponent"); \ +static_assert(sizeof(USkeletalMeshComponent) == 0x000FF0, "Wrong size on USkeletalMeshComponent"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimClass) == 0x000910, "Member 'USkeletalMeshComponent::AnimClass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimScriptInstance) == 0x000918, "Member 'USkeletalMeshComponent::AnimScriptInstance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OverridePostProcessAnimBP) == 0x000920, "Member 'USkeletalMeshComponent::OverridePostProcessAnimBP' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, PostProcessAnimInstance) == 0x000928, "Member 'USkeletalMeshComponent::PostProcessAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimationData) == 0x000930, "Member 'USkeletalMeshComponent::AnimationData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, RootBoneTranslation) == 0x000958, "Member 'USkeletalMeshComponent::RootBoneTranslation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LineCheckBoundsScale) == 0x000970, "Member 'USkeletalMeshComponent::LineCheckBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LinkedInstances) == 0x0009A8, "Member 'USkeletalMeshComponent::LinkedInstances' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedBoneSpaceTransforms) == 0x0009C8, "Member 'USkeletalMeshComponent::CachedBoneSpaceTransforms' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedComponentSpaceTransforms) == 0x0009D8, "Member 'USkeletalMeshComponent::CachedComponentSpaceTransforms' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, GlobalAnimRateScale) == 0x000A88, "Member 'USkeletalMeshComponent::GlobalAnimRateScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, KinematicBonesUpdateType) == 0x000A8C, "Member 'USkeletalMeshComponent::KinematicBonesUpdateType' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, PhysicsTransformUpdateMode) == 0x000A8D, "Member 'USkeletalMeshComponent::PhysicsTransformUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothTeleportMode) == 0x000A8E, "Member 'USkeletalMeshComponent::ClothTeleportMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimationMode) == 0x000A8F, "Member 'USkeletalMeshComponent::AnimationMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothVelocityScale) == 0x000A9C, "Member 'USkeletalMeshComponent::ClothVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedAnimCurveUidVersion) == 0x000AA4, "Member 'USkeletalMeshComponent::CachedAnimCurveUidVersion' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothBlendWeight) == 0x000AA8, "Member 'USkeletalMeshComponent::ClothBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, bWaitForParallelClothTask) == 0x000AAC, "Member 'USkeletalMeshComponent::bWaitForParallelClothTask' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, bFilteredAnimCurvesIsAllowList) == 0x000AAD, "Member 'USkeletalMeshComponent::bFilteredAnimCurvesIsAllowList' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedMeshCurveMetaDataVersion) == 0x000AAE, "Member 'USkeletalMeshComponent::CachedMeshCurveMetaDataVersion' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, FilteredAnimCurves) == 0x000AB0, "Member 'USkeletalMeshComponent::FilteredAnimCurves' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, BodySetup) == 0x000AC0, "Member 'USkeletalMeshComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothMaxDistanceScale) == 0x000ACC, "Member 'USkeletalMeshComponent::ClothMaxDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothGeometryScale) == 0x000AD0, "Member 'USkeletalMeshComponent::ClothGeometryScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, PostProcessAnimBPLODThreshold) == 0x000AD4, "Member 'USkeletalMeshComponent::PostProcessAnimBPLODThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnConstraintBroken) == 0x000AD8, "Member 'USkeletalMeshComponent::OnConstraintBroken' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnPlasticDeformation) == 0x000AE8, "Member 'USkeletalMeshComponent::OnPlasticDeformation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothingSimulationFactory) == 0x000AF8, "Member 'USkeletalMeshComponent::ClothingSimulationFactory' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, TeleportDistanceThreshold) == 0x000BF0, "Member 'USkeletalMeshComponent::TeleportDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, TeleportRotationThreshold) == 0x000BF4, "Member 'USkeletalMeshComponent::TeleportRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothingSimulationInstances) == 0x000C90, "Member 'USkeletalMeshComponent::ClothingSimulationInstances' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, MorphTargetCurves) == 0x000D08, "Member 'USkeletalMeshComponent::MorphTargetCurves' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnAnimInitialized) == 0x000D58, "Member 'USkeletalMeshComponent::OnAnimInitialized' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LastPoseTickFrame) == 0x000FE8, "Member 'USkeletalMeshComponent::LastPoseTickFrame' 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_UMaterialExpressionShadingModel \ +static_assert(alignof(UMaterialExpressionShadingModel) == 0x000008, "Wrong alignment on UMaterialExpressionShadingModel"); \ +static_assert(sizeof(UMaterialExpressionShadingModel) == 0x0000B8, "Wrong size on UMaterialExpressionShadingModel"); \ +static_assert(offsetof(UMaterialExpressionShadingModel, ShadingModel) == 0x0000B0, "Member 'UMaterialExpressionShadingModel::ShadingModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeHash \ +static_assert(alignof(UWorldPartitionRuntimeHash) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeHash"); \ +static_assert(sizeof(UWorldPartitionRuntimeHash) == 0x000078, "Wrong size on UWorldPartitionRuntimeHash"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionEyeAdaptationInverse \ +static_assert(alignof(UMaterialExpressionEyeAdaptationInverse) == 0x000008, "Wrong alignment on UMaterialExpressionEyeAdaptationInverse"); \ +static_assert(sizeof(UMaterialExpressionEyeAdaptationInverse) == 0x000110, "Wrong size on UMaterialExpressionEyeAdaptationInverse"); \ +static_assert(offsetof(UMaterialExpressionEyeAdaptationInverse, LightValueInput) == 0x0000C0, "Member 'UMaterialExpressionEyeAdaptationInverse::LightValueInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionEyeAdaptationInverse, AlphaInput) == 0x0000E8, "Member 'UMaterialExpressionEyeAdaptationInverse::AlphaInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceRandom \ +static_assert(alignof(UMaterialExpressionPerInstanceRandom) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceRandom"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceRandom) == 0x0000C0, "Wrong size on UMaterialExpressionPerInstanceRandom"); \ + +#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) == 0x0000E0, "Wrong size on UStreamableRenderAsset"); \ +static_assert(offsetof(UStreamableRenderAsset, ForceMipLevelsToBeResidentTimestamp) == 0x000040, "Member 'UStreamableRenderAsset::ForceMipLevelsToBeResidentTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UStreamableRenderAsset, NumCinematicMipLevels) == 0x000048, "Member 'UStreamableRenderAsset::NumCinematicMipLevels' has a wrong offset!"); \ +static_assert(offsetof(UStreamableRenderAsset, NoRefStreamingLODBias) == 0x000050, "Member 'UStreamableRenderAsset::NoRefStreamingLODBias' has a wrong offset!"); \ +static_assert(offsetof(UStreamableRenderAsset, StreamingIndex) == 0x0000B8, "Member 'UStreamableRenderAsset::StreamingIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionHairColor \ +static_assert(alignof(UMaterialExpressionHairColor) == 0x000008, "Wrong alignment on UMaterialExpressionHairColor"); \ +static_assert(sizeof(UMaterialExpressionHairColor) == 0x000128, "Wrong size on UMaterialExpressionHairColor"); \ +static_assert(offsetof(UMaterialExpressionHairColor, Melanin) == 0x0000B0, "Member 'UMaterialExpressionHairColor::Melanin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionHairColor, Redness) == 0x0000D8, "Member 'UMaterialExpressionHairColor::Redness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionHairColor, DyeColor) == 0x000100, "Member 'UMaterialExpressionHairColor::DyeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorFolder \ +static_assert(alignof(UActorFolder) == 0x000008, "Wrong alignment on UActorFolder"); \ +static_assert(sizeof(UActorFolder) == 0x000028, "Wrong size on UActorFolder"); \ + +#define DUMPER7_ASSERTS_SparseVolumeTexture_GetFrameTransform \ +static_assert(alignof(SparseVolumeTexture_GetFrameTransform) == 0x000010, "Wrong alignment on SparseVolumeTexture_GetFrameTransform"); \ +static_assert(sizeof(SparseVolumeTexture_GetFrameTransform) == 0x000060, "Wrong size on SparseVolumeTexture_GetFrameTransform"); \ +static_assert(offsetof(SparseVolumeTexture_GetFrameTransform, ReturnValue) == 0x000000, "Member 'SparseVolumeTexture_GetFrameTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SparseVolumeTexture_GetNumFrames \ +static_assert(alignof(SparseVolumeTexture_GetNumFrames) == 0x000004, "Wrong alignment on SparseVolumeTexture_GetNumFrames"); \ +static_assert(sizeof(SparseVolumeTexture_GetNumFrames) == 0x000004, "Wrong size on SparseVolumeTexture_GetNumFrames"); \ +static_assert(offsetof(SparseVolumeTexture_GetNumFrames, ReturnValue) == 0x000000, "Member 'SparseVolumeTexture_GetNumFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SparseVolumeTexture_GetNumMipLevels \ +static_assert(alignof(SparseVolumeTexture_GetNumMipLevels) == 0x000004, "Wrong alignment on SparseVolumeTexture_GetNumMipLevels"); \ +static_assert(sizeof(SparseVolumeTexture_GetNumMipLevels) == 0x000004, "Wrong size on SparseVolumeTexture_GetNumMipLevels"); \ +static_assert(offsetof(SparseVolumeTexture_GetNumMipLevels, ReturnValue) == 0x000000, "Member 'SparseVolumeTexture_GetNumMipLevels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SparseVolumeTexture_GetSizeX \ +static_assert(alignof(SparseVolumeTexture_GetSizeX) == 0x000004, "Wrong alignment on SparseVolumeTexture_GetSizeX"); \ +static_assert(sizeof(SparseVolumeTexture_GetSizeX) == 0x000004, "Wrong size on SparseVolumeTexture_GetSizeX"); \ +static_assert(offsetof(SparseVolumeTexture_GetSizeX, ReturnValue) == 0x000000, "Member 'SparseVolumeTexture_GetSizeX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SparseVolumeTexture_GetSizeY \ +static_assert(alignof(SparseVolumeTexture_GetSizeY) == 0x000004, "Wrong alignment on SparseVolumeTexture_GetSizeY"); \ +static_assert(sizeof(SparseVolumeTexture_GetSizeY) == 0x000004, "Wrong size on SparseVolumeTexture_GetSizeY"); \ +static_assert(offsetof(SparseVolumeTexture_GetSizeY, ReturnValue) == 0x000000, "Member 'SparseVolumeTexture_GetSizeY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SparseVolumeTexture_GetSizeZ \ +static_assert(alignof(SparseVolumeTexture_GetSizeZ) == 0x000004, "Wrong alignment on SparseVolumeTexture_GetSizeZ"); \ +static_assert(sizeof(SparseVolumeTexture_GetSizeZ) == 0x000004, "Wrong size on SparseVolumeTexture_GetSizeZ"); \ +static_assert(offsetof(SparseVolumeTexture_GetSizeZ, ReturnValue) == 0x000000, "Member 'SparseVolumeTexture_GetSizeZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USparseVolumeTexture \ +static_assert(alignof(USparseVolumeTexture) == 0x000008, "Wrong alignment on USparseVolumeTexture"); \ +static_assert(sizeof(USparseVolumeTexture) == 0x000028, "Wrong size on USparseVolumeTexture"); \ + +#define DUMPER7_ASSERTS_UStreamableSparseVolumeTexture \ +static_assert(alignof(UStreamableSparseVolumeTexture) == 0x000010, "Wrong alignment on UStreamableSparseVolumeTexture"); \ +static_assert(sizeof(UStreamableSparseVolumeTexture) == 0x0000B0, "Wrong size on UStreamableSparseVolumeTexture"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, VolumeResolution) == 0x000030, "Member 'UStreamableSparseVolumeTexture::VolumeResolution' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, NumMipLevels) == 0x00003C, "Member 'UStreamableSparseVolumeTexture::NumMipLevels' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, NumFrames) == 0x000040, "Member 'UStreamableSparseVolumeTexture::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, FormatA) == 0x000044, "Member 'UStreamableSparseVolumeTexture::FormatA' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, FormatB) == 0x000045, "Member 'UStreamableSparseVolumeTexture::FormatB' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, FallbackValueA) == 0x000050, "Member 'UStreamableSparseVolumeTexture::FallbackValueA' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, FallbackValueB) == 0x000060, "Member 'UStreamableSparseVolumeTexture::FallbackValueB' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, AddressX) == 0x000070, "Member 'UStreamableSparseVolumeTexture::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, AddressY) == 0x000071, "Member 'UStreamableSparseVolumeTexture::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, AddressZ) == 0x000072, "Member 'UStreamableSparseVolumeTexture::AddressZ' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, bLocalDDCOnly) == 0x000073, "Member 'UStreamableSparseVolumeTexture::bLocalDDCOnly' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, StreamingPoolSizeFactor) == 0x000074, "Member 'UStreamableSparseVolumeTexture::StreamingPoolSizeFactor' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, NumberOfPrefetchFrames) == 0x000078, "Member 'UStreamableSparseVolumeTexture::NumberOfPrefetchFrames' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, PrefetchPercentageStepSize) == 0x00007C, "Member 'UStreamableSparseVolumeTexture::PrefetchPercentageStepSize' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, PrefetchPercentageBias) == 0x000080, "Member 'UStreamableSparseVolumeTexture::PrefetchPercentageBias' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, AssetUserData) == 0x000088, "Member 'UStreamableSparseVolumeTexture::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, Frames) == 0x000098, "Member 'UStreamableSparseVolumeTexture::Frames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionUIntToFloat \ +static_assert(alignof(UMaterialExpressionUIntToFloat) == 0x000008, "Wrong alignment on UMaterialExpressionUIntToFloat"); \ +static_assert(sizeof(UMaterialExpressionUIntToFloat) == 0x0000D8, "Wrong size on UMaterialExpressionUIntToFloat"); \ +static_assert(offsetof(UMaterialExpressionUIntToFloat, Input) == 0x0000B0, "Member 'UMaterialExpressionUIntToFloat::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHapticFeedbackEffect_Base \ +static_assert(alignof(UHapticFeedbackEffect_Base) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Base"); \ +static_assert(sizeof(UHapticFeedbackEffect_Base) == 0x000028, "Wrong size on UHapticFeedbackEffect_Base"); \ + +#define DUMPER7_ASSERTS_UHapticFeedbackEffect_SoundWave \ +static_assert(alignof(UHapticFeedbackEffect_SoundWave) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_SoundWave"); \ +static_assert(sizeof(UHapticFeedbackEffect_SoundWave) == 0x000048, "Wrong size on UHapticFeedbackEffect_SoundWave"); \ +static_assert(offsetof(UHapticFeedbackEffect_SoundWave, SoundWave) == 0x000028, "Member 'UHapticFeedbackEffect_SoundWave::SoundWave' has a wrong offset!"); \ +static_assert(offsetof(UHapticFeedbackEffect_SoundWave, bUseStereo) == 0x000030, "Member 'UHapticFeedbackEffect_SoundWave::bUseStereo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineSubsystem \ +static_assert(alignof(UEngineSubsystem) == 0x000008, "Wrong alignment on UEngineSubsystem"); \ +static_assert(sizeof(UEngineSubsystem) == 0x000030, "Wrong size on UEngineSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMultiply \ +static_assert(alignof(UMaterialExpressionMultiply) == 0x000008, "Wrong alignment on UMaterialExpressionMultiply"); \ +static_assert(sizeof(UMaterialExpressionMultiply) == 0x000108, "Wrong size on UMaterialExpressionMultiply"); \ +static_assert(offsetof(UMaterialExpressionMultiply, A) == 0x0000B0, "Member 'UMaterialExpressionMultiply::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, B) == 0x0000D8, "Member 'UMaterialExpressionMultiply::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, ConstA) == 0x000100, "Member 'UMaterialExpressionMultiply::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, ConstB) == 0x000104, "Member 'UMaterialExpressionMultiply::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000068, "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) == 0x000060, "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_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_UDataStreamChannel \ +static_assert(alignof(UDataStreamChannel) == 0x000008, "Wrong alignment on UDataStreamChannel"); \ +static_assert(sizeof(UDataStreamChannel) == 0x002098, "Wrong size on UDataStreamChannel"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTruncateLWC \ +static_assert(alignof(UMaterialExpressionTruncateLWC) == 0x000008, "Wrong alignment on UMaterialExpressionTruncateLWC"); \ +static_assert(sizeof(UMaterialExpressionTruncateLWC) == 0x0000D8, "Wrong size on UMaterialExpressionTruncateLWC"); \ +static_assert(offsetof(UMaterialExpressionTruncateLWC, Input) == 0x0000B0, "Member 'UMaterialExpressionTruncateLWC::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture_Blueprint_GetBuiltTextureSize \ +static_assert(alignof(Texture_Blueprint_GetBuiltTextureSize) == 0x000004, "Wrong alignment on Texture_Blueprint_GetBuiltTextureSize"); \ +static_assert(sizeof(Texture_Blueprint_GetBuiltTextureSize) == 0x00000C, "Wrong size on Texture_Blueprint_GetBuiltTextureSize"); \ +static_assert(offsetof(Texture_Blueprint_GetBuiltTextureSize, ReturnValue) == 0x000000, "Member 'Texture_Blueprint_GetBuiltTextureSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture_Blueprint_GetTextureSourceIdString \ +static_assert(alignof(Texture_Blueprint_GetTextureSourceIdString) == 0x000008, "Wrong alignment on Texture_Blueprint_GetTextureSourceIdString"); \ +static_assert(sizeof(Texture_Blueprint_GetTextureSourceIdString) == 0x000018, "Wrong size on Texture_Blueprint_GetTextureSourceIdString"); \ +static_assert(offsetof(Texture_Blueprint_GetTextureSourceIdString, OutTextureSourceId) == 0x000000, "Member 'Texture_Blueprint_GetTextureSourceIdString::OutTextureSourceId' has a wrong offset!"); \ +static_assert(offsetof(Texture_Blueprint_GetTextureSourceIdString, ReturnValue) == 0x000010, "Member 'Texture_Blueprint_GetTextureSourceIdString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture_AreDownscalePropertiesEditable \ +static_assert(alignof(Texture_AreDownscalePropertiesEditable) == 0x000001, "Wrong alignment on Texture_AreDownscalePropertiesEditable"); \ +static_assert(sizeof(Texture_AreDownscalePropertiesEditable) == 0x000001, "Wrong size on Texture_AreDownscalePropertiesEditable"); \ +static_assert(offsetof(Texture_AreDownscalePropertiesEditable, ReturnValue) == 0x000000, "Member 'Texture_AreDownscalePropertiesEditable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture_Blueprint_GetMemorySize \ +static_assert(alignof(Texture_Blueprint_GetMemorySize) == 0x000008, "Wrong alignment on Texture_Blueprint_GetMemorySize"); \ +static_assert(sizeof(Texture_Blueprint_GetMemorySize) == 0x000008, "Wrong size on Texture_Blueprint_GetMemorySize"); \ +static_assert(offsetof(Texture_Blueprint_GetMemorySize, ReturnValue) == 0x000000, "Member 'Texture_Blueprint_GetMemorySize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture_Blueprint_GetTextureSourceDiskAndMemorySize \ +static_assert(alignof(Texture_Blueprint_GetTextureSourceDiskAndMemorySize) == 0x000008, "Wrong alignment on Texture_Blueprint_GetTextureSourceDiskAndMemorySize"); \ +static_assert(sizeof(Texture_Blueprint_GetTextureSourceDiskAndMemorySize) == 0x000010, "Wrong size on Texture_Blueprint_GetTextureSourceDiskAndMemorySize"); \ +static_assert(offsetof(Texture_Blueprint_GetTextureSourceDiskAndMemorySize, OutDiskSize) == 0x000000, "Member 'Texture_Blueprint_GetTextureSourceDiskAndMemorySize::OutDiskSize' has a wrong offset!"); \ +static_assert(offsetof(Texture_Blueprint_GetTextureSourceDiskAndMemorySize, OutMemorySize) == 0x000008, "Member 'Texture_Blueprint_GetTextureSourceDiskAndMemorySize::OutMemorySize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture_ComputeTextureSourceChannelMinMax \ +static_assert(alignof(Texture_ComputeTextureSourceChannelMinMax) == 0x000004, "Wrong alignment on Texture_ComputeTextureSourceChannelMinMax"); \ +static_assert(sizeof(Texture_ComputeTextureSourceChannelMinMax) == 0x000024, "Wrong size on Texture_ComputeTextureSourceChannelMinMax"); \ +static_assert(offsetof(Texture_ComputeTextureSourceChannelMinMax, OutColorMin) == 0x000000, "Member 'Texture_ComputeTextureSourceChannelMinMax::OutColorMin' has a wrong offset!"); \ +static_assert(offsetof(Texture_ComputeTextureSourceChannelMinMax, OutColorMax) == 0x000010, "Member 'Texture_ComputeTextureSourceChannelMinMax::OutColorMax' has a wrong offset!"); \ +static_assert(offsetof(Texture_ComputeTextureSourceChannelMinMax, ReturnValue) == 0x000020, "Member 'Texture_ComputeTextureSourceChannelMinMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture_GetTextureStreamingMethod \ +static_assert(alignof(Texture_GetTextureStreamingMethod) == 0x000001, "Wrong alignment on Texture_GetTextureStreamingMethod"); \ +static_assert(sizeof(Texture_GetTextureStreamingMethod) == 0x000001, "Wrong size on Texture_GetTextureStreamingMethod"); \ +static_assert(offsetof(Texture_GetTextureStreamingMethod, ReturnValue) == 0x000000, "Member 'Texture_GetTextureStreamingMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture \ +static_assert(alignof(UTexture) == 0x000008, "Wrong alignment on UTexture"); \ +static_assert(sizeof(UTexture) == 0x000150, "Wrong size on UTexture"); \ +static_assert(offsetof(UTexture, LightingGuid) == 0x0000F0, "Member 'UTexture::LightingGuid' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LevelIndex) == 0x000100, "Member 'UTexture::LevelIndex' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LODBias) == 0x000104, "Member 'UTexture::LODBias' has a wrong offset!"); \ +static_assert(offsetof(UTexture, CompressionSettings) == 0x000108, "Member 'UTexture::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UTexture, Filter) == 0x000109, "Member 'UTexture::Filter' has a wrong offset!"); \ +static_assert(offsetof(UTexture, MipLoadOptions) == 0x00010A, "Member 'UTexture::MipLoadOptions' has a wrong offset!"); \ +static_assert(offsetof(UTexture, VirtualTextureStreamingPriority) == 0x00010B, "Member 'UTexture::VirtualTextureStreamingPriority' has a wrong offset!"); \ +static_assert(offsetof(UTexture, VirtualTexturePrefetchMips) == 0x00010C, "Member 'UTexture::VirtualTexturePrefetchMips' has a wrong offset!"); \ +static_assert(offsetof(UTexture, CookPlatformTilingSettings) == 0x00010D, "Member 'UTexture::CookPlatformTilingSettings' has a wrong offset!"); \ +static_assert(offsetof(UTexture, bOodlePreserveExtremes) == 0x00010E, "Member 'UTexture::bOodlePreserveExtremes' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LODGroup) == 0x00010F, "Member 'UTexture::LODGroup' has a wrong offset!"); \ +static_assert(offsetof(UTexture, Downscale) == 0x000110, "Member 'UTexture::Downscale' has a wrong offset!"); \ +static_assert(offsetof(UTexture, DownscaleOptions) == 0x000114, "Member 'UTexture::DownscaleOptions' has a wrong offset!"); \ +static_assert(offsetof(UTexture, Availability) == 0x000115, "Member 'UTexture::Availability' has a wrong offset!"); \ +static_assert(offsetof(UTexture, AssetUserData) == 0x000120, "Member 'UTexture::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture2D_Blueprint_GetCPUCopy \ +static_assert(alignof(Texture2D_Blueprint_GetCPUCopy) == 0x000008, "Wrong alignment on Texture2D_Blueprint_GetCPUCopy"); \ +static_assert(sizeof(Texture2D_Blueprint_GetCPUCopy) == 0x000008, "Wrong size on Texture2D_Blueprint_GetCPUCopy"); \ +static_assert(offsetof(Texture2D_Blueprint_GetCPUCopy, ReturnValue) == 0x000000, "Member 'Texture2D_Blueprint_GetCPUCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture2D_Blueprint_GetSizeX \ +static_assert(alignof(Texture2D_Blueprint_GetSizeX) == 0x000004, "Wrong alignment on Texture2D_Blueprint_GetSizeX"); \ +static_assert(sizeof(Texture2D_Blueprint_GetSizeX) == 0x000004, "Wrong size on Texture2D_Blueprint_GetSizeX"); \ +static_assert(offsetof(Texture2D_Blueprint_GetSizeX, ReturnValue) == 0x000000, "Member 'Texture2D_Blueprint_GetSizeX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture2D_Blueprint_GetSizeY \ +static_assert(alignof(Texture2D_Blueprint_GetSizeY) == 0x000004, "Wrong alignment on Texture2D_Blueprint_GetSizeY"); \ +static_assert(sizeof(Texture2D_Blueprint_GetSizeY) == 0x000004, "Wrong size on Texture2D_Blueprint_GetSizeY"); \ +static_assert(offsetof(Texture2D_Blueprint_GetSizeY, ReturnValue) == 0x000000, "Member 'Texture2D_Blueprint_GetSizeY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture2D \ +static_assert(alignof(UTexture2D) == 0x000008, "Wrong alignment on UTexture2D"); \ +static_assert(sizeof(UTexture2D) == 0x000170, "Wrong size on UTexture2D"); \ +static_assert(offsetof(UTexture2D, FirstResourceMemMip) == 0x000150, "Member 'UTexture2D::FirstResourceMemMip' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, AddressX) == 0x000155, "Member 'UTexture2D::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, AddressY) == 0x000156, "Member 'UTexture2D::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, ImportedSize) == 0x000158, "Member 'UTexture2D::ImportedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsScalarField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsScalarField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsScalarField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsScalarField) == 0x0000E0, "Wrong size on UMaterialExpressionSamplePhysicsScalarField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, WorldPosition) == 0x0000B0, "Member 'UMaterialExpressionSamplePhysicsScalarField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionSamplePhysicsScalarField::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, FieldTarget) == 0x0000D9, "Member 'UMaterialExpressionSamplePhysicsScalarField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionEditorPerProjectUserSettings \ +static_assert(alignof(UWorldPartitionEditorPerProjectUserSettings) == 0x000008, "Wrong alignment on UWorldPartitionEditorPerProjectUserSettings"); \ +static_assert(sizeof(UWorldPartitionEditorPerProjectUserSettings) == 0x000038, "Wrong size on UWorldPartitionEditorPerProjectUserSettings"); \ + +#define DUMPER7_ASSERTS_ABrush \ +static_assert(alignof(ABrush) == 0x000008, "Wrong alignment on ABrush"); \ +static_assert(sizeof(ABrush) == 0x0002E8, "Wrong size on ABrush"); \ +static_assert(offsetof(ABrush, BrushType) == 0x0002B0, "Member 'ABrush::BrushType' has a wrong offset!"); \ +static_assert(offsetof(ABrush, BrushColor) == 0x0002B4, "Member 'ABrush::BrushColor' has a wrong offset!"); \ +static_assert(offsetof(ABrush, PolyFlags) == 0x0002B8, "Member 'ABrush::PolyFlags' has a wrong offset!"); \ +static_assert(offsetof(ABrush, Brush) == 0x0002C0, "Member 'ABrush::Brush' has a wrong offset!"); \ +static_assert(offsetof(ABrush, BrushComponent) == 0x0002C8, "Member 'ABrush::BrushComponent' has a wrong offset!"); \ +static_assert(offsetof(ABrush, SavedSelections) == 0x0002D8, "Member 'ABrush::SavedSelections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABrushShape \ +static_assert(alignof(ABrushShape) == 0x000008, "Wrong alignment on ABrushShape"); \ +static_assert(sizeof(ABrushShape) == 0x0002E8, "Wrong size on ABrushShape"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDirection \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightDirection) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightDirection"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightDirection) == 0x0000C8, "Wrong size on UMaterialExpressionSkyAtmosphereLightDirection"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDirection, LightIndex) == 0x0000C0, "Member 'UMaterialExpressionSkyAtmosphereLightDirection::LightIndex' 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_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_UMaterialExpressionExponential2 \ +static_assert(alignof(UMaterialExpressionExponential2) == 0x000008, "Wrong alignment on UMaterialExpressionExponential2"); \ +static_assert(sizeof(UMaterialExpressionExponential2) == 0x0000D8, "Wrong size on UMaterialExpressionExponential2"); \ +static_assert(offsetof(UMaterialExpressionExponential2, Input) == 0x0000B0, "Member 'UMaterialExpressionExponential2::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleColor \ +static_assert(alignof(UMaterialExpressionParticleColor) == 0x000008, "Wrong alignment on UMaterialExpressionParticleColor"); \ +static_assert(sizeof(UMaterialExpressionParticleColor) == 0x0000C0, "Wrong size on UMaterialExpressionParticleColor"); \ + +#define DUMPER7_ASSERTS_UContentBundleDescriptor \ +static_assert(alignof(UContentBundleDescriptor) == 0x000008, "Wrong alignment on UContentBundleDescriptor"); \ +static_assert(sizeof(UContentBundleDescriptor) == 0x000050, "Wrong size on UContentBundleDescriptor"); \ +static_assert(offsetof(UContentBundleDescriptor, DisplayName) == 0x000028, "Member 'UContentBundleDescriptor::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UContentBundleDescriptor, DebugColor) == 0x000038, "Member 'UContentBundleDescriptor::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UContentBundleDescriptor, Guid) == 0x00003C, "Member 'UContentBundleDescriptor::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangent2 \ +static_assert(alignof(UMaterialExpressionArctangent2) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2"); \ +static_assert(sizeof(UMaterialExpressionArctangent2) == 0x000100, "Wrong size on UMaterialExpressionArctangent2"); \ +static_assert(offsetof(UMaterialExpressionArctangent2, Y) == 0x0000B0, "Member 'UMaterialExpressionArctangent2::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionArctangent2, X) == 0x0000D8, "Member 'UMaterialExpressionArctangent2::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleDirection \ +static_assert(alignof(UMaterialExpressionParticleDirection) == 0x000008, "Wrong alignment on UMaterialExpressionParticleDirection"); \ +static_assert(sizeof(UMaterialExpressionParticleDirection) == 0x0000C0, "Wrong size on UMaterialExpressionParticleDirection"); \ + +#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) == 0x0008E0, "Wrong size on CameraComponent_GetCameraView"); \ +static_assert(offsetof(CameraComponent_GetCameraView, DeltaTime) == 0x000000, "Member 'CameraComponent_GetCameraView::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CameraComponent_GetCameraView, DesiredView) == 0x000010, "Member 'CameraComponent_GetCameraView::DesiredView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_RemoveBlendable \ +static_assert(alignof(CameraComponent_RemoveBlendable) == 0x000008, "Wrong alignment on CameraComponent_RemoveBlendable"); \ +static_assert(sizeof(CameraComponent_RemoveBlendable) == 0x000010, "Wrong size on CameraComponent_RemoveBlendable"); \ +static_assert(offsetof(CameraComponent_RemoveBlendable, InBlendableObject) == 0x000000, "Member 'CameraComponent_RemoveBlendable::InBlendableObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetAspectRatio \ +static_assert(alignof(CameraComponent_SetAspectRatio) == 0x000004, "Wrong alignment on CameraComponent_SetAspectRatio"); \ +static_assert(sizeof(CameraComponent_SetAspectRatio) == 0x000004, "Wrong size on CameraComponent_SetAspectRatio"); \ +static_assert(offsetof(CameraComponent_SetAspectRatio, InAspectRatio) == 0x000000, "Member 'CameraComponent_SetAspectRatio::InAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetAspectRatioAxisConstraint \ +static_assert(alignof(CameraComponent_SetAspectRatioAxisConstraint) == 0x000001, "Wrong alignment on CameraComponent_SetAspectRatioAxisConstraint"); \ +static_assert(sizeof(CameraComponent_SetAspectRatioAxisConstraint) == 0x000001, "Wrong size on CameraComponent_SetAspectRatioAxisConstraint"); \ +static_assert(offsetof(CameraComponent_SetAspectRatioAxisConstraint, InAspectRatioAxisConstraint) == 0x000000, "Member 'CameraComponent_SetAspectRatioAxisConstraint::InAspectRatioAxisConstraint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetAsymmetricOverscan \ +static_assert(alignof(CameraComponent_SetAsymmetricOverscan) == 0x000010, "Wrong alignment on CameraComponent_SetAsymmetricOverscan"); \ +static_assert(sizeof(CameraComponent_SetAsymmetricOverscan) == 0x000010, "Wrong size on CameraComponent_SetAsymmetricOverscan"); \ +static_assert(offsetof(CameraComponent_SetAsymmetricOverscan, InAsymmetricOverscan) == 0x000000, "Member 'CameraComponent_SetAsymmetricOverscan::InAsymmetricOverscan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetAutoCalculateOrthoPlanes \ +static_assert(alignof(CameraComponent_SetAutoCalculateOrthoPlanes) == 0x000001, "Wrong alignment on CameraComponent_SetAutoCalculateOrthoPlanes"); \ +static_assert(sizeof(CameraComponent_SetAutoCalculateOrthoPlanes) == 0x000001, "Wrong size on CameraComponent_SetAutoCalculateOrthoPlanes"); \ +static_assert(offsetof(CameraComponent_SetAutoCalculateOrthoPlanes, bAutoCalculate) == 0x000000, "Member 'CameraComponent_SetAutoCalculateOrthoPlanes::bAutoCalculate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetAutoPlaneShift \ +static_assert(alignof(CameraComponent_SetAutoPlaneShift) == 0x000004, "Wrong alignment on CameraComponent_SetAutoPlaneShift"); \ +static_assert(sizeof(CameraComponent_SetAutoPlaneShift) == 0x000004, "Wrong size on CameraComponent_SetAutoPlaneShift"); \ +static_assert(offsetof(CameraComponent_SetAutoPlaneShift, InAutoPlaneShift) == 0x000000, "Member 'CameraComponent_SetAutoPlaneShift::InAutoPlaneShift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetConstraintAspectRatio \ +static_assert(alignof(CameraComponent_SetConstraintAspectRatio) == 0x000001, "Wrong alignment on CameraComponent_SetConstraintAspectRatio"); \ +static_assert(sizeof(CameraComponent_SetConstraintAspectRatio) == 0x000001, "Wrong size on CameraComponent_SetConstraintAspectRatio"); \ +static_assert(offsetof(CameraComponent_SetConstraintAspectRatio, bInConstrainAspectRatio) == 0x000000, "Member 'CameraComponent_SetConstraintAspectRatio::bInConstrainAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetCropOverscan \ +static_assert(alignof(CameraComponent_SetCropOverscan) == 0x000001, "Wrong alignment on CameraComponent_SetCropOverscan"); \ +static_assert(sizeof(CameraComponent_SetCropOverscan) == 0x000001, "Wrong size on CameraComponent_SetCropOverscan"); \ +static_assert(offsetof(CameraComponent_SetCropOverscan, bInCropOverscan) == 0x000000, "Member 'CameraComponent_SetCropOverscan::bInCropOverscan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetEnableFirstPersonFieldOfView \ +static_assert(alignof(CameraComponent_SetEnableFirstPersonFieldOfView) == 0x000001, "Wrong alignment on CameraComponent_SetEnableFirstPersonFieldOfView"); \ +static_assert(sizeof(CameraComponent_SetEnableFirstPersonFieldOfView) == 0x000001, "Wrong size on CameraComponent_SetEnableFirstPersonFieldOfView"); \ +static_assert(offsetof(CameraComponent_SetEnableFirstPersonFieldOfView, bInEnableFirstPersonFieldOfView) == 0x000000, "Member 'CameraComponent_SetEnableFirstPersonFieldOfView::bInEnableFirstPersonFieldOfView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetEnableFirstPersonScale \ +static_assert(alignof(CameraComponent_SetEnableFirstPersonScale) == 0x000001, "Wrong alignment on CameraComponent_SetEnableFirstPersonScale"); \ +static_assert(sizeof(CameraComponent_SetEnableFirstPersonScale) == 0x000001, "Wrong size on CameraComponent_SetEnableFirstPersonScale"); \ +static_assert(offsetof(CameraComponent_SetEnableFirstPersonScale, bInEnableFirstPersonScale) == 0x000000, "Member 'CameraComponent_SetEnableFirstPersonScale::bInEnableFirstPersonScale' 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_SetFirstPersonFieldOfView \ +static_assert(alignof(CameraComponent_SetFirstPersonFieldOfView) == 0x000004, "Wrong alignment on CameraComponent_SetFirstPersonFieldOfView"); \ +static_assert(sizeof(CameraComponent_SetFirstPersonFieldOfView) == 0x000004, "Wrong size on CameraComponent_SetFirstPersonFieldOfView"); \ +static_assert(offsetof(CameraComponent_SetFirstPersonFieldOfView, InFirstPersonFieldOfView) == 0x000000, "Member 'CameraComponent_SetFirstPersonFieldOfView::InFirstPersonFieldOfView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetFirstPersonScale \ +static_assert(alignof(CameraComponent_SetFirstPersonScale) == 0x000004, "Wrong alignment on CameraComponent_SetFirstPersonScale"); \ +static_assert(sizeof(CameraComponent_SetFirstPersonScale) == 0x000004, "Wrong size on CameraComponent_SetFirstPersonScale"); \ +static_assert(offsetof(CameraComponent_SetFirstPersonScale, InFirstPersonScale) == 0x000000, "Member 'CameraComponent_SetFirstPersonScale::InFirstPersonScale' 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_SetOverscan \ +static_assert(alignof(CameraComponent_SetOverscan) == 0x000004, "Wrong alignment on CameraComponent_SetOverscan"); \ +static_assert(sizeof(CameraComponent_SetOverscan) == 0x000004, "Wrong size on CameraComponent_SetOverscan"); \ +static_assert(offsetof(CameraComponent_SetOverscan, InOverscan) == 0x000000, "Member 'CameraComponent_SetOverscan::InOverscan' 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_SetScaleResolutionWithOverscan \ +static_assert(alignof(CameraComponent_SetScaleResolutionWithOverscan) == 0x000001, "Wrong alignment on CameraComponent_SetScaleResolutionWithOverscan"); \ +static_assert(sizeof(CameraComponent_SetScaleResolutionWithOverscan) == 0x000001, "Wrong size on CameraComponent_SetScaleResolutionWithOverscan"); \ +static_assert(offsetof(CameraComponent_SetScaleResolutionWithOverscan, bInScaleResolutionWithOverscan) == 0x000000, "Member 'CameraComponent_SetScaleResolutionWithOverscan::bInScaleResolutionWithOverscan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetUpdateOrthoPlanes \ +static_assert(alignof(CameraComponent_SetUpdateOrthoPlanes) == 0x000001, "Wrong alignment on CameraComponent_SetUpdateOrthoPlanes"); \ +static_assert(sizeof(CameraComponent_SetUpdateOrthoPlanes) == 0x000001, "Wrong size on CameraComponent_SetUpdateOrthoPlanes"); \ +static_assert(offsetof(CameraComponent_SetUpdateOrthoPlanes, bInUpdateOrthoPlanes) == 0x000000, "Member 'CameraComponent_SetUpdateOrthoPlanes::bInUpdateOrthoPlanes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetUseCameraHeightAsViewTarget \ +static_assert(alignof(CameraComponent_SetUseCameraHeightAsViewTarget) == 0x000001, "Wrong alignment on CameraComponent_SetUseCameraHeightAsViewTarget"); \ +static_assert(sizeof(CameraComponent_SetUseCameraHeightAsViewTarget) == 0x000001, "Wrong size on CameraComponent_SetUseCameraHeightAsViewTarget"); \ +static_assert(offsetof(CameraComponent_SetUseCameraHeightAsViewTarget, bInUseCameraHeightAsViewTarget) == 0x000000, "Member 'CameraComponent_SetUseCameraHeightAsViewTarget::bInUseCameraHeightAsViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetUseFieldOfViewForLOD \ +static_assert(alignof(CameraComponent_SetUseFieldOfViewForLOD) == 0x000001, "Wrong alignment on CameraComponent_SetUseFieldOfViewForLOD"); \ +static_assert(sizeof(CameraComponent_SetUseFieldOfViewForLOD) == 0x000001, "Wrong size on CameraComponent_SetUseFieldOfViewForLOD"); \ +static_assert(offsetof(CameraComponent_SetUseFieldOfViewForLOD, bInUseFieldOfViewForLOD) == 0x000000, "Member 'CameraComponent_SetUseFieldOfViewForLOD::bInUseFieldOfViewForLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraComponent \ +static_assert(alignof(UCameraComponent) == 0x000010, "Wrong alignment on UCameraComponent"); \ +static_assert(sizeof(UCameraComponent) == 0x000AA0, "Wrong size on UCameraComponent"); \ +static_assert(offsetof(UCameraComponent, FieldOfView) == 0x000250, "Member 'UCameraComponent::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, FirstPersonFieldOfView) == 0x000254, "Member 'UCameraComponent::FirstPersonFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, FirstPersonScale) == 0x000258, "Member 'UCameraComponent::FirstPersonScale' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoWidth) == 0x00025C, "Member 'UCameraComponent::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, bAutoCalculateOrthoPlanes) == 0x000260, "Member 'UCameraComponent::bAutoCalculateOrthoPlanes' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, AutoPlaneShift) == 0x000264, "Member 'UCameraComponent::AutoPlaneShift' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoNearClipPlane) == 0x000268, "Member 'UCameraComponent::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoFarClipPlane) == 0x00026C, "Member 'UCameraComponent::OrthoFarClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, bUpdateOrthoPlanes) == 0x000270, "Member 'UCameraComponent::bUpdateOrthoPlanes' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, bUseCameraHeightAsViewTarget) == 0x000271, "Member 'UCameraComponent::bUseCameraHeightAsViewTarget' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, AspectRatio) == 0x000274, "Member 'UCameraComponent::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, AspectRatioAxisConstraint) == 0x000278, "Member 'UCameraComponent::AspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, Overscan) == 0x00027C, "Member 'UCameraComponent::Overscan' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, AsymmetricOverscan) == 0x000280, "Member 'UCameraComponent::AsymmetricOverscan' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, bScaleResolutionWithOverscan) == 0x000290, "Member 'UCameraComponent::bScaleResolutionWithOverscan' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, bCropOverscan) == 0x000291, "Member 'UCameraComponent::bCropOverscan' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, ProjectionMode) == 0x000293, "Member 'UCameraComponent::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, PostProcessBlendWeight) == 0x000300, "Member 'UCameraComponent::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, PostProcessSettings) == 0x000330, "Member 'UCameraComponent::PostProcessSettings' 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_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_AInfo \ +static_assert(alignof(AInfo) == 0x000008, "Wrong alignment on AInfo"); \ +static_assert(sizeof(AInfo) == 0x0002B0, "Wrong size on AInfo"); \ + +#define DUMPER7_ASSERTS_UPieFixupTestObject \ +static_assert(alignof(UPieFixupTestObject) == 0x000008, "Wrong alignment on UPieFixupTestObject"); \ +static_assert(sizeof(UPieFixupTestObject) == 0x0000C8, "Wrong size on UPieFixupTestObject"); \ +static_assert(offsetof(UPieFixupTestObject, Path) == 0x000028, "Member 'UPieFixupTestObject::Path' has a wrong offset!"); \ +static_assert(offsetof(UPieFixupTestObject, TypedPtr) == 0x000048, "Member 'UPieFixupTestObject::TypedPtr' has a wrong offset!"); \ +static_assert(offsetof(UPieFixupTestObject, Struct) == 0x000070, "Member 'UPieFixupTestObject::Struct' has a wrong offset!"); \ +static_assert(offsetof(UPieFixupTestObject, Array) == 0x0000B8, "Member 'UPieFixupTestObject::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFontSample \ +static_assert(alignof(UMaterialExpressionFontSample) == 0x000008, "Wrong alignment on UMaterialExpressionFontSample"); \ +static_assert(sizeof(UMaterialExpressionFontSample) == 0x0000C0, "Wrong size on UMaterialExpressionFontSample"); \ +static_assert(offsetof(UMaterialExpressionFontSample, Font) == 0x0000B0, "Member 'UMaterialExpressionFontSample::Font' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSample, FontTexturePage) == 0x0000B8, "Member 'UMaterialExpressionFontSample::FontTexturePage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFontSampleParameter \ +static_assert(alignof(UMaterialExpressionFontSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionFontSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionFontSampleParameter) == 0x0000E8, "Wrong size on UMaterialExpressionFontSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, ParameterName) == 0x0000C0, "Member 'UMaterialExpressionFontSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, ExpressionGUID) == 0x0000C8, "Member 'UMaterialExpressionFontSampleParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, Group) == 0x0000D8, "Member 'UMaterialExpressionFontSampleParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, SortPriority) == 0x0000E0, "Member 'UMaterialExpressionFontSampleParameter::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngine \ +static_assert(alignof(UEngine) == 0x000008, "Wrong alignment on UEngine"); \ +static_assert(sizeof(UEngine) == 0x0012C0, "Wrong size on UEngine"); \ +static_assert(offsetof(UEngine, TinyFont) == 0x000030, "Member 'UEngine::TinyFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TinyFontName) == 0x000038, "Member 'UEngine::TinyFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmallFont) == 0x000058, "Member 'UEngine::SmallFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmallFontName) == 0x000060, "Member 'UEngine::SmallFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MediumFont) == 0x000080, "Member 'UEngine::MediumFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MediumFontName) == 0x000088, "Member 'UEngine::MediumFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LargeFont) == 0x0000A8, "Member 'UEngine::LargeFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LargeFontName) == 0x0000B0, "Member 'UEngine::LargeFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubtitleFont) == 0x0000D0, "Member 'UEngine::SubtitleFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubtitleFontName) == 0x0000D8, "Member 'UEngine::SubtitleFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MonospaceFont) == 0x0000F8, "Member 'UEngine::MonospaceFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MonospaceFontName) == 0x000100, "Member 'UEngine::MonospaceFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AdditionalFonts) == 0x000120, "Member 'UEngine::AdditionalFonts' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AdditionalFontNames) == 0x000130, "Member 'UEngine::AdditionalFontNames' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConsoleClass) == 0x000140, "Member 'UEngine::ConsoleClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConsoleClassName) == 0x000148, "Member 'UEngine::ConsoleClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewportClientClass) == 0x000168, "Member 'UEngine::GameViewportClientClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewportClientClassName) == 0x000170, "Member 'UEngine::GameViewportClientClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LocalPlayerClass) == 0x000190, "Member 'UEngine::LocalPlayerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LocalPlayerClassName) == 0x000198, "Member 'UEngine::LocalPlayerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WorldSettingsClass) == 0x0001B8, "Member 'UEngine::WorldSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WorldSettingsClassName) == 0x0001C0, "Member 'UEngine::WorldSettingsClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemClassName) == 0x0001E0, "Member 'UEngine::NavigationSystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemClass) == 0x000200, "Member 'UEngine::NavigationSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemConfigClassName) == 0x000208, "Member 'UEngine::NavigationSystemConfigClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemConfigClass) == 0x000228, "Member 'UEngine::NavigationSystemConfigClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AvoidanceManagerClassName) == 0x000230, "Member 'UEngine::AvoidanceManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AvoidanceManagerClass) == 0x000250, "Member 'UEngine::AvoidanceManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AIControllerClassName) == 0x000258, "Member 'UEngine::AIControllerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PhysicsCollisionHandlerClass) == 0x000278, "Member 'UEngine::PhysicsCollisionHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PhysicsCollisionHandlerClassName) == 0x000280, "Member 'UEngine::PhysicsCollisionHandlerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettingsClassName) == 0x0002A0, "Member 'UEngine::GameUserSettingsClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettingsClass) == 0x0002C0, "Member 'UEngine::GameUserSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettings) == 0x0002C8, "Member 'UEngine::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelScriptActorClass) == 0x0002D0, "Member 'UEngine::LevelScriptActorClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelScriptActorClassName) == 0x0002D8, "Member 'UEngine::LevelScriptActorClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBlueprintBaseClassName) == 0x0002F8, "Member 'UEngine::DefaultBlueprintBaseClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameSingletonClassName) == 0x000318, "Member 'UEngine::GameSingletonClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameSingleton) == 0x000338, "Member 'UEngine::GameSingleton' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AssetManagerClassName) == 0x000340, "Member 'UEngine::AssetManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AssetManager) == 0x000360, "Member 'UEngine::AssetManager' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultTexture) == 0x000368, "Member 'UEngine::DefaultTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultTextureName) == 0x000370, "Member 'UEngine::DefaultTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDiffuseTexture) == 0x000390, "Member 'UEngine::DefaultDiffuseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDiffuseTextureName) == 0x000398, "Member 'UEngine::DefaultDiffuseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBSPVertexTexture) == 0x0003B8, "Member 'UEngine::DefaultBSPVertexTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBSPVertexTextureName) == 0x0003C0, "Member 'UEngine::DefaultBSPVertexTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HighFrequencyNoiseTexture) == 0x0003E0, "Member 'UEngine::HighFrequencyNoiseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HighFrequencyNoiseTextureName) == 0x0003E8, "Member 'UEngine::HighFrequencyNoiseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBokehTexture) == 0x000408, "Member 'UEngine::DefaultBokehTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBokehTextureName) == 0x000410, "Member 'UEngine::DefaultBokehTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBloomKernelTexture) == 0x000430, "Member 'UEngine::DefaultBloomKernelTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBloomKernelTextureName) == 0x000438, "Member 'UEngine::DefaultBloomKernelTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultFilmGrainTexture) == 0x000458, "Member 'UEngine::DefaultFilmGrainTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultFilmGrainTextureName) == 0x000460, "Member 'UEngine::DefaultFilmGrainTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WireframeMaterial) == 0x000480, "Member 'UEngine::WireframeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WireframeMaterialName) == 0x000488, "Member 'UEngine::WireframeMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugMeshMaterial) == 0x000498, "Member 'UEngine::DebugMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugMeshMaterialName) == 0x0004A0, "Member 'UEngine::DebugMeshMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NaniteHiddenSectionMaterial) == 0x0004C0, "Member 'UEngine::NaniteHiddenSectionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NaniteHiddenSectionMaterialName) == 0x0004C8, "Member 'UEngine::NaniteHiddenSectionMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, EmissiveMeshMaterial) == 0x0004D8, "Member 'UEngine::EmissiveMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, EmissiveMeshMaterialName) == 0x0004E0, "Member 'UEngine::EmissiveMeshMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationLitMaterial) == 0x000500, "Member 'UEngine::LevelColorationLitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationLitMaterialName) == 0x000508, "Member 'UEngine::LevelColorationLitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationUnlitMaterial) == 0x000518, "Member 'UEngine::LevelColorationUnlitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationUnlitMaterialName) == 0x000520, "Member 'UEngine::LevelColorationUnlitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingTexelDensityMaterial) == 0x000530, "Member 'UEngine::LightingTexelDensityMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingTexelDensityName) == 0x000538, "Member 'UEngine::LightingTexelDensityName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationLitMaterial) == 0x000548, "Member 'UEngine::ShadedLevelColorationLitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationLitMaterialName) == 0x000550, "Member 'UEngine::ShadedLevelColorationLitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationUnlitMaterial) == 0x000560, "Member 'UEngine::ShadedLevelColorationUnlitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationUnlitMaterialName) == 0x000568, "Member 'UEngine::ShadedLevelColorationUnlitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RemoveSurfaceMaterial) == 0x000578, "Member 'UEngine::RemoveSurfaceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RemoveSurfaceMaterialName) == 0x000580, "Member 'UEngine::RemoveSurfaceMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorMaterial) == 0x0005A0, "Member 'UEngine::VertexColorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorMaterialName) == 0x0005A8, "Member 'UEngine::VertexColorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_ColorOnly) == 0x0005B8, "Member 'UEngine::VertexColorViewModeMaterial_ColorOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_ColorOnly) == 0x0005C0, "Member 'UEngine::VertexColorViewModeMaterialName_ColorOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_AlphaAsColor) == 0x0005D0, "Member 'UEngine::VertexColorViewModeMaterial_AlphaAsColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_AlphaAsColor) == 0x0005D8, "Member 'UEngine::VertexColorViewModeMaterialName_AlphaAsColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_RedOnly) == 0x0005E8, "Member 'UEngine::VertexColorViewModeMaterial_RedOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_RedOnly) == 0x0005F0, "Member 'UEngine::VertexColorViewModeMaterialName_RedOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_GreenOnly) == 0x000600, "Member 'UEngine::VertexColorViewModeMaterial_GreenOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_GreenOnly) == 0x000608, "Member 'UEngine::VertexColorViewModeMaterialName_GreenOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_BlueOnly) == 0x000618, "Member 'UEngine::VertexColorViewModeMaterial_BlueOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_BlueOnly) == 0x000620, "Member 'UEngine::VertexColorViewModeMaterialName_BlueOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TextureColorViewModeMaterial) == 0x000630, "Member 'UEngine::TextureColorViewModeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TextureColorViewModeMaterialName) == 0x000638, "Member 'UEngine::TextureColorViewModeMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultZenStreamingTextureName) == 0x000648, "Member 'UEngine::DefaultZenStreamingTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugEditorMaterialName) == 0x000668, "Member 'UEngine::DebugEditorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterial) == 0x000688, "Member 'UEngine::ConstraintLimitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialX) == 0x000690, "Member 'UEngine::ConstraintLimitMaterialX' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialXAxis) == 0x000698, "Member 'UEngine::ConstraintLimitMaterialXAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialY) == 0x0006A0, "Member 'UEngine::ConstraintLimitMaterialY' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialYAxis) == 0x0006A8, "Member 'UEngine::ConstraintLimitMaterialYAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialZ) == 0x0006B0, "Member 'UEngine::ConstraintLimitMaterialZ' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialZAxis) == 0x0006B8, "Member 'UEngine::ConstraintLimitMaterialZAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialPrismatic) == 0x0006C0, "Member 'UEngine::ConstraintLimitMaterialPrismatic' has a wrong offset!"); \ +static_assert(offsetof(UEngine, InvalidLightmapSettingsMaterial) == 0x0006C8, "Member 'UEngine::InvalidLightmapSettingsMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, InvalidLightmapSettingsMaterialName) == 0x0006D0, "Member 'UEngine::InvalidLightmapSettingsMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreviewShadowsIndicatorMaterial) == 0x0006F0, "Member 'UEngine::PreviewShadowsIndicatorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreviewShadowsIndicatorMaterialName) == 0x0006F8, "Member 'UEngine::PreviewShadowsIndicatorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterial) == 0x000718, "Member 'UEngine::ArrowMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterialYellow) == 0x000720, "Member 'UEngine::ArrowMaterialYellow' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterialName) == 0x000728, "Member 'UEngine::ArrowMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingOnlyBrightness) == 0x000748, "Member 'UEngine::LightingOnlyBrightness' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShaderComplexityColors) == 0x000758, "Member 'UEngine::ShaderComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, QuadComplexityColors) == 0x000768, "Member 'UEngine::QuadComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightComplexityColors) == 0x000778, "Member 'UEngine::LightComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StationaryLightOverlapColors) == 0x000788, "Member 'UEngine::StationaryLightOverlapColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LODColorationColors) == 0x000798, "Member 'UEngine::LODColorationColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HLODColorationColors) == 0x0007A8, "Member 'UEngine::HLODColorationColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StreamingAccuracyColors) == 0x0007B8, "Member 'UEngine::StreamingAccuracyColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationExcludedColor) == 0x0007C8, "Member 'UEngine::GPUSkinCacheVisualizationExcludedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationIncludedColor) == 0x0007D8, "Member 'UEngine::GPUSkinCacheVisualizationIncludedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationRecomputeTangentsColor) == 0x0007E8, "Member 'UEngine::GPUSkinCacheVisualizationRecomputeTangentsColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationLowMemoryThresholdInMB) == 0x0007F8, "Member 'UEngine::GPUSkinCacheVisualizationLowMemoryThresholdInMB' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationHighMemoryThresholdInMB) == 0x0007FC, "Member 'UEngine::GPUSkinCacheVisualizationHighMemoryThresholdInMB' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationLowMemoryColor) == 0x000800, "Member 'UEngine::GPUSkinCacheVisualizationLowMemoryColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationMidMemoryColor) == 0x000810, "Member 'UEngine::GPUSkinCacheVisualizationMidMemoryColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationHighMemoryColor) == 0x000820, "Member 'UEngine::GPUSkinCacheVisualizationHighMemoryColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GPUSkinCacheVisualizationRayTracingLODOffsetColors) == 0x000830, "Member 'UEngine::GPUSkinCacheVisualizationRayTracingLODOffsetColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxPixelShaderAdditiveComplexityCount) == 0x000840, "Member 'UEngine::MaxPixelShaderAdditiveComplexityCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxES3PixelShaderAdditiveComplexityCount) == 0x000844, "Member 'UEngine::MaxES3PixelShaderAdditiveComplexityCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MinLightMapDensity) == 0x000848, "Member 'UEngine::MinLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, IdealLightMapDensity) == 0x00084C, "Member 'UEngine::IdealLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxLightMapDensity) == 0x000850, "Member 'UEngine::MaxLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RenderLightMapDensityGrayscaleScale) == 0x000858, "Member 'UEngine::RenderLightMapDensityGrayscaleScale' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RenderLightMapDensityColorScale) == 0x00085C, "Member 'UEngine::RenderLightMapDensityColorScale' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityVertexMappedColor) == 0x000860, "Member 'UEngine::LightMapDensityVertexMappedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensitySelectedColor) == 0x000870, "Member 'UEngine::LightMapDensitySelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StatColorMappings) == 0x000880, "Member 'UEngine::StatColorMappings' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultPhysMaterial) == 0x000890, "Member 'UEngine::DefaultPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultPhysMaterialName) == 0x000898, "Member 'UEngine::DefaultPhysMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDestructiblePhysMaterial) == 0x0008B8, "Member 'UEngine::DefaultDestructiblePhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDestructiblePhysMaterialName) == 0x0008C0, "Member 'UEngine::DefaultDestructiblePhysMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveGameNameRedirects) == 0x0008E0, "Member 'UEngine::ActiveGameNameRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveClassRedirects) == 0x0008F0, "Member 'UEngine::ActiveClassRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActivePluginRedirects) == 0x000900, "Member 'UEngine::ActivePluginRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveStructRedirects) == 0x000910, "Member 'UEngine::ActiveStructRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTexture) == 0x000920, "Member 'UEngine::PreIntegratedSkinBRDFTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTextureName) == 0x000928, "Member 'UEngine::PreIntegratedSkinBRDFTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseScalarTexture) == 0x000948, "Member 'UEngine::BlueNoiseScalarTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseVec2Texture) == 0x000950, "Member 'UEngine::BlueNoiseVec2Texture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseScalarTextureName) == 0x000958, "Member 'UEngine::BlueNoiseScalarTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseScalarMobileTextureName) == 0x000978, "Member 'UEngine::BlueNoiseScalarMobileTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseVec2TextureName) == 0x000998, "Member 'UEngine::BlueNoiseVec2TextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GGXLTCAmpTexture) == 0x0009B8, "Member 'UEngine::GGXLTCAmpTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GGXLTCAmpTextureName) == 0x0009C0, "Member 'UEngine::GGXLTCAmpTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GGXLTCMatTexture) == 0x0009E0, "Member 'UEngine::GGXLTCMatTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GGXLTCMatTextureName) == 0x0009E8, "Member 'UEngine::GGXLTCMatTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SheenLTCTexture) == 0x000A08, "Member 'UEngine::SheenLTCTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SheenLTCTextureName) == 0x000A10, "Member 'UEngine::SheenLTCTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GGXReflectionEnergyTexture) == 0x000A30, "Member 'UEngine::GGXReflectionEnergyTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GGXReflectionEnergyTextureName) == 0x000A38, "Member 'UEngine::GGXReflectionEnergyTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GGXTransmissionEnergyTexture) == 0x000A58, "Member 'UEngine::GGXTransmissionEnergyTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GGXTransmissionEnergyTextureName) == 0x000A60, "Member 'UEngine::GGXTransmissionEnergyTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SheenEnergyTexture) == 0x000A80, "Member 'UEngine::SheenEnergyTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SheenLegacyEnergyTextureName) == 0x000A88, "Member 'UEngine::SheenLegacyEnergyTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SheenEnergyTextureName) == 0x000AA8, "Member 'UEngine::SheenEnergyTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DiffuseEnergyTexture) == 0x000AC8, "Member 'UEngine::DiffuseEnergyTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DiffuseEnergyTextureName) == 0x000AD0, "Member 'UEngine::DiffuseEnergyTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GlintTexture) == 0x000AF0, "Member 'UEngine::GlintTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GlintTexture2) == 0x000AF8, "Member 'UEngine::GlintTexture2' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GlintTextureName) == 0x000B00, "Member 'UEngine::GlintTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GlintTexture2Name) == 0x000B20, "Member 'UEngine::GlintTexture2Name' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SimpleVolumeTexture) == 0x000B40, "Member 'UEngine::SimpleVolumeTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SimpleVolumeTextureName) == 0x000B48, "Member 'UEngine::SimpleVolumeTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SimpleVolumeEnvTexture) == 0x000B68, "Member 'UEngine::SimpleVolumeEnvTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SimpleVolumeEnvTextureName) == 0x000B70, "Member 'UEngine::SimpleVolumeEnvTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MiniFontTexture) == 0x000B90, "Member 'UEngine::MiniFontTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MiniFontTextureName) == 0x000B98, "Member 'UEngine::MiniFontTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapPlaceholderTexture) == 0x000BB8, "Member 'UEngine::WeightMapPlaceholderTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapArrayPlaceholderTexture) == 0x000BC0, "Member 'UEngine::WeightMapArrayPlaceholderTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapPlaceholderTextureName) == 0x000BC8, "Member 'UEngine::WeightMapPlaceholderTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapArrayPlaceholderTextureName) == 0x000BE8, "Member 'UEngine::WeightMapArrayPlaceholderTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityTexture) == 0x000C08, "Member 'UEngine::LightMapDensityTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityTextureName) == 0x000C10, "Member 'UEngine::LightMapDensityTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SMAAAreaTexture) == 0x000C30, "Member 'UEngine::SMAAAreaTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SMAAAreaTextureName) == 0x000C38, "Member 'UEngine::SMAAAreaTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SMAASearchTexture) == 0x000C58, "Member 'UEngine::SMAASearchTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SMAASearchTextureName) == 0x000C60, "Member 'UEngine::SMAASearchTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewport) == 0x000C88, "Member 'UEngine::GameViewport' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DeferredCommands) == 0x000C90, "Member 'UEngine::DeferredCommands' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NearClipPlane) == 0x000CA0, "Member 'UEngine::NearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaximumLoopIterationCount) == 0x000CA8, "Member 'UEngine::MaximumLoopIterationCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, FixedFrameRate) == 0x000CB0, "Member 'UEngine::FixedFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmoothedFrameRateRange) == 0x000CB4, "Member 'UEngine::SmoothedFrameRateRange' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CustomTimeStep) == 0x000CC8, "Member 'UEngine::CustomTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CustomTimeStepClassName) == 0x000CF0, "Member 'UEngine::CustomTimeStepClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TimecodeProvider) == 0x000D10, "Member 'UEngine::TimecodeProvider' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TimecodeProviderClassName) == 0x000D38, "Member 'UEngine::TimecodeProviderClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bGenerateDefaultTimecode) == 0x000D58, "Member 'UEngine::bGenerateDefaultTimecode' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameRate) == 0x000D5C, "Member 'UEngine::GenerateDefaultTimecodeFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameDelay) == 0x000D64, "Member 'UEngine::GenerateDefaultTimecodeFrameDelay' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NumPawnsAllowedToBeSpawnedInAFrame) == 0x000D6C, "Member 'UEngine::NumPawnsAllowedToBeSpawnedInAFrame' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_WorldBox) == 0x000D74, "Member 'UEngine::C_WorldBox' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BrushWire) == 0x000D78, "Member 'UEngine::C_BrushWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_AddWire) == 0x000D7C, "Member 'UEngine::C_AddWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_SubtractWire) == 0x000D80, "Member 'UEngine::C_SubtractWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_SemiSolidWire) == 0x000D84, "Member 'UEngine::C_SemiSolidWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_NonSolidWire) == 0x000D88, "Member 'UEngine::C_NonSolidWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_WireBackground) == 0x000D8C, "Member 'UEngine::C_WireBackground' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_ScaleBoxHi) == 0x000D90, "Member 'UEngine::C_ScaleBoxHi' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_VolumeCollision) == 0x000D94, "Member 'UEngine::C_VolumeCollision' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BSPCollision) == 0x000D98, "Member 'UEngine::C_BSPCollision' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_OrthoBackground) == 0x000D9C, "Member 'UEngine::C_OrthoBackground' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_Volume) == 0x000DA0, "Member 'UEngine::C_Volume' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BrushShape) == 0x000DA4, "Member 'UEngine::C_BrushShape' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameScreenshotSaveDirectory) == 0x000DA8, "Member 'UEngine::GameScreenshotSaveDirectory' has a wrong offset!"); \ +static_assert(offsetof(UEngine, UseStaticMeshMinLODPerQualityLevels) == 0x000DB8, "Member 'UEngine::UseStaticMeshMinLODPerQualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UEngine, UseSkeletalMeshMinLODPerQualityLevels) == 0x000DB9, "Member 'UEngine::UseSkeletalMeshMinLODPerQualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UEngine, UseClothAssetMinLODPerQualityLevels) == 0x000DBA, "Member 'UEngine::UseClothAssetMinLODPerQualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UEngine, UseGrassVarityPerQualityLevels) == 0x000DBB, "Member 'UEngine::UseGrassVarityPerQualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionType) == 0x000DBC, "Member 'UEngine::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionDescription) == 0x000DC0, "Member 'UEngine::TransitionDescription' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionGameMode) == 0x000DD0, "Member 'UEngine::TransitionGameMode' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CameraRotationThreshold) == 0x000DE4, "Member 'UEngine::CameraRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CameraTranslationThreshold) == 0x000DE8, "Member 'UEngine::CameraTranslationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PrimitiveProbablyVisibleTime) == 0x000DEC, "Member 'UEngine::PrimitiveProbablyVisibleTime' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxOcclusionPixelsFraction) == 0x000DF0, "Member 'UEngine::MaxOcclusionPixelsFraction' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxParticleResize) == 0x000DF8, "Member 'UEngine::MaxParticleResize' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxParticleResizeWarn) == 0x000DFC, "Member 'UEngine::MaxParticleResizeWarn' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PendingDroppedNotes) == 0x000E00, "Member 'UEngine::PendingDroppedNotes' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetClientTicksPerSecond) == 0x000E10, "Member 'UEngine::NetClientTicksPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DisplayGamma) == 0x000E14, "Member 'UEngine::DisplayGamma' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MinDesiredFrameRate) == 0x000E18, "Member 'UEngine::MinDesiredFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultSelectedMaterialColor) == 0x000E1C, "Member 'UEngine::DefaultSelectedMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectedMaterialColor) == 0x000E2C, "Member 'UEngine::SelectedMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionOutlineColor) == 0x000E3C, "Member 'UEngine::SelectionOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubduedSelectionOutlineColor) == 0x000E4C, "Member 'UEngine::SubduedSelectionOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectedMaterialColorOverride) == 0x000E5C, "Member 'UEngine::SelectedMaterialColorOverride' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bIsOverridingSelectedColor) == 0x000E6C, "Member 'UEngine::bIsOverridingSelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bEnableVisualLogRecordingOnStart) == 0x000E74, "Member 'UEngine::bEnableVisualLogRecordingOnStart' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ScreenSaverInhibitorSemaphore) == 0x000E78, "Member 'UEngine::ScreenSaverInhibitorSemaphore' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ParticleEventManagerClassPath) == 0x000E80, "Member 'UEngine::ParticleEventManagerClassPath' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionHighlightIntensity) == 0x000E90, "Member 'UEngine::SelectionHighlightIntensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BSPSelectionHighlightIntensity) == 0x000E94, "Member 'UEngine::BSPSelectionHighlightIntensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionHighlightIntensityBillboards) == 0x000E98, "Member 'UEngine::SelectionHighlightIntensityBillboards' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GlobalNetTravelCount) == 0x001130, "Member 'UEngine::GlobalNetTravelCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetDriverDefinitions) == 0x001138, "Member 'UEngine::NetDriverDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UEngine, IrisNetDriverConfigs) == 0x001148, "Member 'UEngine::IrisNetDriverConfigs' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ServerActors) == 0x001158, "Member 'UEngine::ServerActors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RuntimeServerActors) == 0x001168, "Member 'UEngine::RuntimeServerActors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetErrorLogInterval) == 0x001178, "Member 'UEngine::NetErrorLogInterval' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NextWorldContextHandle) == 0x0011D0, "Member 'UEngine::NextWorldContextHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFontSignedDistance \ +static_assert(alignof(UMaterialExpressionFontSignedDistance) == 0x000008, "Wrong alignment on UMaterialExpressionFontSignedDistance"); \ +static_assert(sizeof(UMaterialExpressionFontSignedDistance) == 0x0000C0, "Wrong size on UMaterialExpressionFontSignedDistance"); \ + +#define DUMPER7_ASSERTS_AnimationAsset_FindMetaDataByClass \ +static_assert(alignof(AnimationAsset_FindMetaDataByClass) == 0x000008, "Wrong alignment on AnimationAsset_FindMetaDataByClass"); \ +static_assert(sizeof(AnimationAsset_FindMetaDataByClass) == 0x000010, "Wrong size on AnimationAsset_FindMetaDataByClass"); \ +static_assert(offsetof(AnimationAsset_FindMetaDataByClass, MetaDataClass) == 0x000000, "Member 'AnimationAsset_FindMetaDataByClass::MetaDataClass' has a wrong offset!"); \ +static_assert(offsetof(AnimationAsset_FindMetaDataByClass, ReturnValue) == 0x000008, "Member 'AnimationAsset_FindMetaDataByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAsset_GetPlayLength \ +static_assert(alignof(AnimationAsset_GetPlayLength) == 0x000004, "Wrong alignment on AnimationAsset_GetPlayLength"); \ +static_assert(sizeof(AnimationAsset_GetPlayLength) == 0x000004, "Wrong size on AnimationAsset_GetPlayLength"); \ +static_assert(offsetof(AnimationAsset_GetPlayLength, ReturnValue) == 0x000000, "Member 'AnimationAsset_GetPlayLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationAsset \ +static_assert(alignof(UAnimationAsset) == 0x000008, "Wrong alignment on UAnimationAsset"); \ +static_assert(sizeof(UAnimationAsset) == 0x000080, "Wrong size on UAnimationAsset"); \ +static_assert(offsetof(UAnimationAsset, Skeleton) == 0x000038, "Member 'UAnimationAsset::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAsset, MetaData) == 0x000060, "Member 'UAnimationAsset::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAsset, AssetUserData) == 0x000070, "Member 'UAnimationAsset::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSequenceBase \ +static_assert(alignof(UAnimSequenceBase) == 0x000008, "Wrong alignment on UAnimSequenceBase"); \ +static_assert(sizeof(UAnimSequenceBase) == 0x0000B0, "Wrong size on UAnimSequenceBase"); \ +static_assert(offsetof(UAnimSequenceBase, Notifies) == 0x000080, "Member 'UAnimSequenceBase::Notifies' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceBase, SequenceLength) == 0x000090, "Member 'UAnimSequenceBase::SequenceLength' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceBase, RawCurveData) == 0x000098, "Member 'UAnimSequenceBase::RawCurveData' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceBase, RateScale) == 0x0000A8, "Member 'UAnimSequenceBase::RateScale' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceBase, bLoop) == 0x0000AC, "Member 'UAnimSequenceBase::bLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCompositeBase \ +static_assert(alignof(UAnimCompositeBase) == 0x000008, "Wrong alignment on UAnimCompositeBase"); \ +static_assert(sizeof(UAnimCompositeBase) == 0x0000B8, "Wrong size on UAnimCompositeBase"); \ +static_assert(offsetof(UAnimCompositeBase, CommonTargetFrameRate) == 0x0000B0, "Member 'UAnimCompositeBase::CommonTargetFrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings \ +static_assert(alignof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings) == 0x000008, "Wrong alignment on AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings"); \ +static_assert(sizeof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings) == 0x000068, "Wrong size on AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, Asset) == 0x000000, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::Asset' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, SlotNodeName) == 0x000008, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, BlendInSettings) == 0x000010, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::BlendInSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, BlendOutSettings) == 0x000030, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::BlendOutSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, InPlayRate) == 0x000050, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, LoopCount) == 0x000054, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, InBlendOutTriggerTime) == 0x000058, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::InBlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings, ReturnValue) == 0x000060, "Member 'AnimMontage_CreateSlotAnimationAsDynamicMontage_WithBlendSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetBlendInArgs \ +static_assert(alignof(AnimMontage_GetBlendInArgs) == 0x000008, "Wrong alignment on AnimMontage_GetBlendInArgs"); \ +static_assert(sizeof(AnimMontage_GetBlendInArgs) == 0x000010, "Wrong size on AnimMontage_GetBlendInArgs"); \ +static_assert(offsetof(AnimMontage_GetBlendInArgs, ReturnValue) == 0x000000, "Member 'AnimMontage_GetBlendInArgs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetBlendOutArgs \ +static_assert(alignof(AnimMontage_GetBlendOutArgs) == 0x000008, "Wrong alignment on AnimMontage_GetBlendOutArgs"); \ +static_assert(sizeof(AnimMontage_GetBlendOutArgs) == 0x000010, "Wrong size on AnimMontage_GetBlendOutArgs"); \ +static_assert(offsetof(AnimMontage_GetBlendOutArgs, ReturnValue) == 0x000000, "Member 'AnimMontage_GetBlendOutArgs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetDefaultBlendInTime \ +static_assert(alignof(AnimMontage_GetDefaultBlendInTime) == 0x000004, "Wrong alignment on AnimMontage_GetDefaultBlendInTime"); \ +static_assert(sizeof(AnimMontage_GetDefaultBlendInTime) == 0x000004, "Wrong size on AnimMontage_GetDefaultBlendInTime"); \ +static_assert(offsetof(AnimMontage_GetDefaultBlendInTime, ReturnValue) == 0x000000, "Member 'AnimMontage_GetDefaultBlendInTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetDefaultBlendOutTime \ +static_assert(alignof(AnimMontage_GetDefaultBlendOutTime) == 0x000004, "Wrong alignment on AnimMontage_GetDefaultBlendOutTime"); \ +static_assert(sizeof(AnimMontage_GetDefaultBlendOutTime) == 0x000004, "Wrong size on AnimMontage_GetDefaultBlendOutTime"); \ +static_assert(offsetof(AnimMontage_GetDefaultBlendOutTime, ReturnValue) == 0x000000, "Member 'AnimMontage_GetDefaultBlendOutTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetFirstAnimReference \ +static_assert(alignof(AnimMontage_GetFirstAnimReference) == 0x000008, "Wrong alignment on AnimMontage_GetFirstAnimReference"); \ +static_assert(sizeof(AnimMontage_GetFirstAnimReference) == 0x000008, "Wrong size on AnimMontage_GetFirstAnimReference"); \ +static_assert(offsetof(AnimMontage_GetFirstAnimReference, ReturnValue) == 0x000000, "Member 'AnimMontage_GetFirstAnimReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetGroupName \ +static_assert(alignof(AnimMontage_GetGroupName) == 0x000004, "Wrong alignment on AnimMontage_GetGroupName"); \ +static_assert(sizeof(AnimMontage_GetGroupName) == 0x000008, "Wrong size on AnimMontage_GetGroupName"); \ +static_assert(offsetof(AnimMontage_GetGroupName, ReturnValue) == 0x000000, "Member 'AnimMontage_GetGroupName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetNumSections \ +static_assert(alignof(AnimMontage_GetNumSections) == 0x000004, "Wrong alignment on AnimMontage_GetNumSections"); \ +static_assert(sizeof(AnimMontage_GetNumSections) == 0x000004, "Wrong size on AnimMontage_GetNumSections"); \ +static_assert(offsetof(AnimMontage_GetNumSections, ReturnValue) == 0x000000, "Member 'AnimMontage_GetNumSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetSectionIndex \ +static_assert(alignof(AnimMontage_GetSectionIndex) == 0x000004, "Wrong alignment on AnimMontage_GetSectionIndex"); \ +static_assert(sizeof(AnimMontage_GetSectionIndex) == 0x00000C, "Wrong size on AnimMontage_GetSectionIndex"); \ +static_assert(offsetof(AnimMontage_GetSectionIndex, InSectionName) == 0x000000, "Member 'AnimMontage_GetSectionIndex::InSectionName' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_GetSectionIndex, ReturnValue) == 0x000008, "Member 'AnimMontage_GetSectionIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_GetSectionName \ +static_assert(alignof(AnimMontage_GetSectionName) == 0x000004, "Wrong alignment on AnimMontage_GetSectionName"); \ +static_assert(sizeof(AnimMontage_GetSectionName) == 0x00000C, "Wrong size on AnimMontage_GetSectionName"); \ +static_assert(offsetof(AnimMontage_GetSectionName, SectionIndex) == 0x000000, "Member 'AnimMontage_GetSectionName::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_GetSectionName, ReturnValue) == 0x000004, "Member 'AnimMontage_GetSectionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_IsDynamicMontage \ +static_assert(alignof(AnimMontage_IsDynamicMontage) == 0x000001, "Wrong alignment on AnimMontage_IsDynamicMontage"); \ +static_assert(sizeof(AnimMontage_IsDynamicMontage) == 0x000001, "Wrong size on AnimMontage_IsDynamicMontage"); \ +static_assert(offsetof(AnimMontage_IsDynamicMontage, ReturnValue) == 0x000000, "Member 'AnimMontage_IsDynamicMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_IsValidAdditiveSlot \ +static_assert(alignof(AnimMontage_IsValidAdditiveSlot) == 0x000004, "Wrong alignment on AnimMontage_IsValidAdditiveSlot"); \ +static_assert(sizeof(AnimMontage_IsValidAdditiveSlot) == 0x00000C, "Wrong size on AnimMontage_IsValidAdditiveSlot"); \ +static_assert(offsetof(AnimMontage_IsValidAdditiveSlot, SlotNodeName) == 0x000000, "Member 'AnimMontage_IsValidAdditiveSlot::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_IsValidAdditiveSlot, ReturnValue) == 0x000008, "Member 'AnimMontage_IsValidAdditiveSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMontage_IsValidSectionName \ +static_assert(alignof(AnimMontage_IsValidSectionName) == 0x000004, "Wrong alignment on AnimMontage_IsValidSectionName"); \ +static_assert(sizeof(AnimMontage_IsValidSectionName) == 0x00000C, "Wrong size on AnimMontage_IsValidSectionName"); \ +static_assert(offsetof(AnimMontage_IsValidSectionName, InSectionName) == 0x000000, "Member 'AnimMontage_IsValidSectionName::InSectionName' has a wrong offset!"); \ +static_assert(offsetof(AnimMontage_IsValidSectionName, ReturnValue) == 0x000008, "Member 'AnimMontage_IsValidSectionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimMontage \ +static_assert(alignof(UAnimMontage) == 0x000008, "Wrong alignment on UAnimMontage"); \ +static_assert(sizeof(UAnimMontage) == 0x0001E0, "Wrong size on UAnimMontage"); \ +static_assert(offsetof(UAnimMontage, BlendModeIn) == 0x0000B8, "Member 'UAnimMontage::BlendModeIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendModeOut) == 0x0000B9, "Member 'UAnimMontage::BlendModeOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendIn) == 0x0000C0, "Member 'UAnimMontage::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendOut) == 0x0000F0, "Member 'UAnimMontage::BlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendOutTriggerTime) == 0x000120, "Member 'UAnimMontage::BlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, SyncGroup) == 0x000124, "Member 'UAnimMontage::SyncGroup' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, SyncSlotIndex) == 0x00012C, "Member 'UAnimMontage::SyncSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, MarkerData) == 0x000130, "Member 'UAnimMontage::MarkerData' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, CompositeSections) == 0x000150, "Member 'UAnimMontage::CompositeSections' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, SlotAnimTracks) == 0x000160, "Member 'UAnimMontage::SlotAnimTracks' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bEnableRootMotionTranslation) == 0x000170, "Member 'UAnimMontage::bEnableRootMotionTranslation' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bEnableRootMotionRotation) == 0x000171, "Member 'UAnimMontage::bEnableRootMotionRotation' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bEnableAutoBlendOut) == 0x000172, "Member 'UAnimMontage::bEnableAutoBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendProfileIn) == 0x000178, "Member 'UAnimMontage::BlendProfileIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendProfileOut) == 0x000180, "Member 'UAnimMontage::BlendProfileOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, RootMotionRootLock) == 0x000188, "Member 'UAnimMontage::RootMotionRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BranchingPointMarkers) == 0x000190, "Member 'UAnimMontage::BranchingPointMarkers' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BranchingPointStateNotifyIndices) == 0x0001A0, "Member 'UAnimMontage::BranchingPointStateNotifyIndices' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, TimeStretchCurve) == 0x0001B0, "Member 'UAnimMontage::TimeStretchCurve' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, TimeStretchCurveName) == 0x0001D8, "Member 'UAnimMontage::TimeStretchCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000780, "Wrong size on CameraModifier_BlueprintModifyPostProcess"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, DeltaTime) == 0x000000, "Member 'CameraModifier_BlueprintModifyPostProcess::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, PostProcessBlendWeight) == 0x000004, "Member 'CameraModifier_BlueprintModifyPostProcess::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, PostProcessSettings) == 0x000010, "Member 'CameraModifier_BlueprintModifyPostProcess::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_DisableModifier \ +static_assert(alignof(CameraModifier_DisableModifier) == 0x000001, "Wrong alignment on CameraModifier_DisableModifier"); \ +static_assert(sizeof(CameraModifier_DisableModifier) == 0x000001, "Wrong size on CameraModifier_DisableModifier"); \ +static_assert(offsetof(CameraModifier_DisableModifier, bImmediate) == 0x000000, "Member 'CameraModifier_DisableModifier::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_OnCameraOwnerDestroyed \ +static_assert(alignof(CameraModifier_OnCameraOwnerDestroyed) == 0x000008, "Wrong alignment on CameraModifier_OnCameraOwnerDestroyed"); \ +static_assert(sizeof(CameraModifier_OnCameraOwnerDestroyed) == 0x000008, "Wrong size on CameraModifier_OnCameraOwnerDestroyed"); \ +static_assert(offsetof(CameraModifier_OnCameraOwnerDestroyed, InOwner) == 0x000000, "Member 'CameraModifier_OnCameraOwnerDestroyed::InOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_GetViewTarget \ +static_assert(alignof(CameraModifier_GetViewTarget) == 0x000008, "Wrong alignment on CameraModifier_GetViewTarget"); \ +static_assert(sizeof(CameraModifier_GetViewTarget) == 0x000008, "Wrong size on CameraModifier_GetViewTarget"); \ +static_assert(offsetof(CameraModifier_GetViewTarget, ReturnValue) == 0x000000, "Member 'CameraModifier_GetViewTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_IsDisabled \ +static_assert(alignof(CameraModifier_IsDisabled) == 0x000001, "Wrong alignment on CameraModifier_IsDisabled"); \ +static_assert(sizeof(CameraModifier_IsDisabled) == 0x000001, "Wrong size on CameraModifier_IsDisabled"); \ +static_assert(offsetof(CameraModifier_IsDisabled, ReturnValue) == 0x000000, "Member 'CameraModifier_IsDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifier_IsPendingDisable \ +static_assert(alignof(CameraModifier_IsPendingDisable) == 0x000001, "Wrong alignment on CameraModifier_IsPendingDisable"); \ +static_assert(sizeof(CameraModifier_IsPendingDisable) == 0x000001, "Wrong size on CameraModifier_IsPendingDisable"); \ +static_assert(offsetof(CameraModifier_IsPendingDisable, ReturnValue) == 0x000000, "Member 'CameraModifier_IsPendingDisable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifier \ +static_assert(alignof(UCameraModifier) == 0x000008, "Wrong alignment on UCameraModifier"); \ +static_assert(sizeof(UCameraModifier) == 0x000048, "Wrong size on UCameraModifier"); \ +static_assert(offsetof(UCameraModifier, Priority) == 0x00002C, "Member 'UCameraModifier::Priority' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, CameraOwner) == 0x000030, "Member 'UCameraModifier::CameraOwner' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, AlphaInTime) == 0x000038, "Member 'UCameraModifier::AlphaInTime' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, AlphaOutTime) == 0x00003C, "Member 'UCameraModifier::AlphaOutTime' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifier, Alpha) == 0x000040, "Member 'UCameraModifier::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicBlueprintBinding \ +static_assert(alignof(UDynamicBlueprintBinding) == 0x000008, "Wrong alignment on UDynamicBlueprintBinding"); \ +static_assert(sizeof(UDynamicBlueprintBinding) == 0x000028, "Wrong size on UDynamicBlueprintBinding"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFrac \ +static_assert(alignof(UMaterialExpressionFrac) == 0x000008, "Wrong alignment on UMaterialExpressionFrac"); \ +static_assert(sizeof(UMaterialExpressionFrac) == 0x0000D8, "Wrong size on UMaterialExpressionFrac"); \ +static_assert(offsetof(UMaterialExpressionFrac, Input) == 0x0000B0, "Member 'UMaterialExpressionFrac::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_GetAsset \ +static_assert(alignof(DataLayerInstance_GetAsset) == 0x000008, "Wrong alignment on DataLayerInstance_GetAsset"); \ +static_assert(sizeof(DataLayerInstance_GetAsset) == 0x000008, "Wrong size on DataLayerInstance_GetAsset"); \ +static_assert(offsetof(DataLayerInstance_GetAsset, ReturnValue) == 0x000000, "Member 'DataLayerInstance_GetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_GetDataLayerFullName \ +static_assert(alignof(DataLayerInstance_GetDataLayerFullName) == 0x000008, "Wrong alignment on DataLayerInstance_GetDataLayerFullName"); \ +static_assert(sizeof(DataLayerInstance_GetDataLayerFullName) == 0x000010, "Wrong size on DataLayerInstance_GetDataLayerFullName"); \ +static_assert(offsetof(DataLayerInstance_GetDataLayerFullName, ReturnValue) == 0x000000, "Member 'DataLayerInstance_GetDataLayerFullName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_GetDataLayerShortName \ +static_assert(alignof(DataLayerInstance_GetDataLayerShortName) == 0x000008, "Wrong alignment on DataLayerInstance_GetDataLayerShortName"); \ +static_assert(sizeof(DataLayerInstance_GetDataLayerShortName) == 0x000010, "Wrong size on DataLayerInstance_GetDataLayerShortName"); \ +static_assert(offsetof(DataLayerInstance_GetDataLayerShortName, ReturnValue) == 0x000000, "Member 'DataLayerInstance_GetDataLayerShortName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_GetDebugColor \ +static_assert(alignof(DataLayerInstance_GetDebugColor) == 0x000004, "Wrong alignment on DataLayerInstance_GetDebugColor"); \ +static_assert(sizeof(DataLayerInstance_GetDebugColor) == 0x000004, "Wrong size on DataLayerInstance_GetDebugColor"); \ +static_assert(offsetof(DataLayerInstance_GetDebugColor, ReturnValue) == 0x000000, "Member 'DataLayerInstance_GetDebugColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_GetInitialRuntimeState \ +static_assert(alignof(DataLayerInstance_GetInitialRuntimeState) == 0x000001, "Wrong alignment on DataLayerInstance_GetInitialRuntimeState"); \ +static_assert(sizeof(DataLayerInstance_GetInitialRuntimeState) == 0x000001, "Wrong size on DataLayerInstance_GetInitialRuntimeState"); \ +static_assert(offsetof(DataLayerInstance_GetInitialRuntimeState, ReturnValue) == 0x000000, "Member 'DataLayerInstance_GetInitialRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_GetType \ +static_assert(alignof(DataLayerInstance_GetType) == 0x000001, "Wrong alignment on DataLayerInstance_GetType"); \ +static_assert(sizeof(DataLayerInstance_GetType) == 0x000001, "Wrong size on DataLayerInstance_GetType"); \ +static_assert(offsetof(DataLayerInstance_GetType, ReturnValue) == 0x000000, "Member 'DataLayerInstance_GetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_IsClientOnly \ +static_assert(alignof(DataLayerInstance_IsClientOnly) == 0x000001, "Wrong alignment on DataLayerInstance_IsClientOnly"); \ +static_assert(sizeof(DataLayerInstance_IsClientOnly) == 0x000001, "Wrong size on DataLayerInstance_IsClientOnly"); \ +static_assert(offsetof(DataLayerInstance_IsClientOnly, ReturnValue) == 0x000000, "Member 'DataLayerInstance_IsClientOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_IsEffectiveVisible \ +static_assert(alignof(DataLayerInstance_IsEffectiveVisible) == 0x000001, "Wrong alignment on DataLayerInstance_IsEffectiveVisible"); \ +static_assert(sizeof(DataLayerInstance_IsEffectiveVisible) == 0x000001, "Wrong size on DataLayerInstance_IsEffectiveVisible"); \ +static_assert(offsetof(DataLayerInstance_IsEffectiveVisible, ReturnValue) == 0x000000, "Member 'DataLayerInstance_IsEffectiveVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_IsInitiallyVisible \ +static_assert(alignof(DataLayerInstance_IsInitiallyVisible) == 0x000001, "Wrong alignment on DataLayerInstance_IsInitiallyVisible"); \ +static_assert(sizeof(DataLayerInstance_IsInitiallyVisible) == 0x000001, "Wrong size on DataLayerInstance_IsInitiallyVisible"); \ +static_assert(offsetof(DataLayerInstance_IsInitiallyVisible, ReturnValue) == 0x000000, "Member 'DataLayerInstance_IsInitiallyVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_IsRuntime \ +static_assert(alignof(DataLayerInstance_IsRuntime) == 0x000001, "Wrong alignment on DataLayerInstance_IsRuntime"); \ +static_assert(sizeof(DataLayerInstance_IsRuntime) == 0x000001, "Wrong size on DataLayerInstance_IsRuntime"); \ +static_assert(offsetof(DataLayerInstance_IsRuntime, ReturnValue) == 0x000000, "Member 'DataLayerInstance_IsRuntime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_IsServerOnly \ +static_assert(alignof(DataLayerInstance_IsServerOnly) == 0x000001, "Wrong alignment on DataLayerInstance_IsServerOnly"); \ +static_assert(sizeof(DataLayerInstance_IsServerOnly) == 0x000001, "Wrong size on DataLayerInstance_IsServerOnly"); \ +static_assert(offsetof(DataLayerInstance_IsServerOnly, ReturnValue) == 0x000000, "Member 'DataLayerInstance_IsServerOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerInstance_IsVisible \ +static_assert(alignof(DataLayerInstance_IsVisible) == 0x000001, "Wrong alignment on DataLayerInstance_IsVisible"); \ +static_assert(sizeof(DataLayerInstance_IsVisible) == 0x000001, "Wrong size on DataLayerInstance_IsVisible"); \ +static_assert(offsetof(DataLayerInstance_IsVisible, ReturnValue) == 0x000000, "Member 'DataLayerInstance_IsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerInstance \ +static_assert(alignof(UDataLayerInstance) == 0x000008, "Wrong alignment on UDataLayerInstance"); \ +static_assert(sizeof(UDataLayerInstance) == 0x000048, "Wrong size on UDataLayerInstance"); \ +static_assert(offsetof(UDataLayerInstance, InitialRuntimeState) == 0x000028, "Member 'UDataLayerInstance::InitialRuntimeState' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerInstance, Parent) == 0x000030, "Member 'UDataLayerInstance::Parent' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerInstance, Children) == 0x000038, "Member 'UDataLayerInstance::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UHierarchicalInstancedStaticMeshComponent \ +static_assert(alignof(UHierarchicalInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UHierarchicalInstancedStaticMeshComponent"); \ +static_assert(sizeof(UHierarchicalInstancedStaticMeshComponent) == 0x000B70, "Wrong size on UHierarchicalInstancedStaticMeshComponent"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, TranslatedInstanceSpaceOrigin) == 0x0009F0, "Member 'UHierarchicalInstancedStaticMeshComponent::TranslatedInstanceSpaceOrigin' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, SortedInstances) == 0x000A08, "Member 'UHierarchicalInstancedStaticMeshComponent::SortedInstances' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, NumBuiltInstances) == 0x000A18, "Member 'UHierarchicalInstancedStaticMeshComponent::NumBuiltInstances' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, BuiltInstanceBounds) == 0x000A20, "Member 'UHierarchicalInstancedStaticMeshComponent::BuiltInstanceBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBounds) == 0x000A58, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBoundsList) == 0x000A90, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBoundsList' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, OcclusionLayerNumNodes) == 0x000AA8, "Member 'UHierarchicalInstancedStaticMeshComponent::OcclusionLayerNumNodes' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, CacheMeshExtendedBounds) == 0x000AB0, "Member 'UHierarchicalInstancedStaticMeshComponent::CacheMeshExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, InstanceCountToRender) == 0x000AE8, "Member 'UHierarchicalInstancedStaticMeshComponent::InstanceCountToRender' 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) == 0x0002C0, "Wrong size on ALight"); \ +static_assert(offsetof(ALight, LightComponent) == 0x0002B0, "Member 'ALight::LightComponent' has a wrong offset!"); \ + +#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) == 0x0002C8, "Wrong size on APointLight"); \ +static_assert(offsetof(APointLight, PointLightComponent) == 0x0002C0, "Member 'APointLight::PointLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVolume \ +static_assert(alignof(AVolume) == 0x000008, "Wrong alignment on AVolume"); \ +static_assert(sizeof(AVolume) == 0x0002E8, "Wrong size on AVolume"); \ + +#define DUMPER7_ASSERTS_ALightmassCharacterIndirectDetailVolume \ +static_assert(alignof(ALightmassCharacterIndirectDetailVolume) == 0x000008, "Wrong alignment on ALightmassCharacterIndirectDetailVolume"); \ +static_assert(sizeof(ALightmassCharacterIndirectDetailVolume) == 0x0002E8, "Wrong size on ALightmassCharacterIndirectDetailVolume"); \ + +#define DUMPER7_ASSERTS_AnimInstance_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(AnimInstance_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong alignment on AnimInstance_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(AnimInstance_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong size on AnimInstance_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(AnimInstance_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'AnimInstance_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_BlueprintUpdateAnimation \ +static_assert(alignof(AnimInstance_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on AnimInstance_BlueprintUpdateAnimation"); \ +static_assert(sizeof(AnimInstance_BlueprintUpdateAnimation) == 0x000004, "Wrong size on AnimInstance_BlueprintUpdateAnimation"); \ +static_assert(offsetof(AnimInstance_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'AnimInstance_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_ClearTransitionEvents \ +static_assert(alignof(AnimInstance_ClearTransitionEvents) == 0x000004, "Wrong alignment on AnimInstance_ClearTransitionEvents"); \ +static_assert(sizeof(AnimInstance_ClearTransitionEvents) == 0x000008, "Wrong size on AnimInstance_ClearTransitionEvents"); \ +static_assert(offsetof(AnimInstance_ClearTransitionEvents, EventName) == 0x000000, "Member 'AnimInstance_ClearTransitionEvents::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetCurrentStateName \ +static_assert(alignof(AnimInstance_GetCurrentStateName) == 0x000004, "Wrong alignment on AnimInstance_GetCurrentStateName"); \ +static_assert(sizeof(AnimInstance_GetCurrentStateName) == 0x00000C, "Wrong size on AnimInstance_GetCurrentStateName"); \ +static_assert(offsetof(AnimInstance_GetCurrentStateName, MachineIndex) == 0x000000, "Member 'AnimInstance_GetCurrentStateName::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetCurrentStateName, ReturnValue) == 0x000004, "Member 'AnimInstance_GetCurrentStateName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetCurveValueWithDefault \ +static_assert(alignof(AnimInstance_GetCurveValueWithDefault) == 0x000004, "Wrong alignment on AnimInstance_GetCurveValueWithDefault"); \ +static_assert(sizeof(AnimInstance_GetCurveValueWithDefault) == 0x000014, "Wrong size on AnimInstance_GetCurveValueWithDefault"); \ +static_assert(offsetof(AnimInstance_GetCurveValueWithDefault, CurveName) == 0x000000, "Member 'AnimInstance_GetCurveValueWithDefault::CurveName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetCurveValueWithDefault, DefaultValue) == 0x000008, "Member 'AnimInstance_GetCurveValueWithDefault::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetCurveValueWithDefault, OutValue) == 0x00000C, "Member 'AnimInstance_GetCurveValueWithDefault::OutValue' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetCurveValueWithDefault, ReturnValue) == 0x000010, "Member 'AnimInstance_GetCurveValueWithDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerLength \ +static_assert(alignof(AnimInstance_GetInstanceAssetPlayerLength) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerLength"); \ +static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerLength) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerLength"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerLength, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerLength::AssetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerLength, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTime \ +static_assert(alignof(AnimInstance_GetInstanceAssetPlayerTime) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerTime"); \ +static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerTime) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerTime"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTime, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerTime::AssetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTime, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTimeFraction \ +static_assert(alignof(AnimInstance_GetInstanceAssetPlayerTimeFraction) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerTimeFraction"); \ +static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerTimeFraction) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerTimeFraction"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFraction, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFraction::AssetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFraction, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTimeFromEnd \ +static_assert(alignof(AnimInstance_GetInstanceAssetPlayerTimeFromEnd) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerTimeFromEnd"); \ +static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerTimeFromEnd) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerTimeFromEnd"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFromEnd, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFromEnd::AssetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFromEnd, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFromEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction \ +static_assert(alignof(AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction"); \ +static_assert(sizeof(AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction) == 0x000008, "Wrong size on AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction, AssetPlayerIndex) == 0x000000, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction::AssetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceAssetPlayerTimeFromEndFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceCurrentStateElapsedTime \ +static_assert(alignof(AnimInstance_GetInstanceCurrentStateElapsedTime) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceCurrentStateElapsedTime"); \ +static_assert(sizeof(AnimInstance_GetInstanceCurrentStateElapsedTime) == 0x000008, "Wrong size on AnimInstance_GetInstanceCurrentStateElapsedTime"); \ +static_assert(offsetof(AnimInstance_GetInstanceCurrentStateElapsedTime, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceCurrentStateElapsedTime::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceCurrentStateElapsedTime, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceCurrentStateElapsedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceMachineWeight \ +static_assert(alignof(AnimInstance_GetInstanceMachineWeight) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceMachineWeight"); \ +static_assert(sizeof(AnimInstance_GetInstanceMachineWeight) == 0x000008, "Wrong size on AnimInstance_GetInstanceMachineWeight"); \ +static_assert(offsetof(AnimInstance_GetInstanceMachineWeight, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceMachineWeight::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceMachineWeight, ReturnValue) == 0x000004, "Member 'AnimInstance_GetInstanceMachineWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceStateWeight \ +static_assert(alignof(AnimInstance_GetInstanceStateWeight) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceStateWeight"); \ +static_assert(sizeof(AnimInstance_GetInstanceStateWeight) == 0x00000C, "Wrong size on AnimInstance_GetInstanceStateWeight"); \ +static_assert(offsetof(AnimInstance_GetInstanceStateWeight, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceStateWeight::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceStateWeight, StateIndex) == 0x000004, "Member 'AnimInstance_GetInstanceStateWeight::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceStateWeight, ReturnValue) == 0x000008, "Member 'AnimInstance_GetInstanceStateWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceTransitionCrossfadeDuration \ +static_assert(alignof(AnimInstance_GetInstanceTransitionCrossfadeDuration) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceTransitionCrossfadeDuration"); \ +static_assert(sizeof(AnimInstance_GetInstanceTransitionCrossfadeDuration) == 0x00000C, "Wrong size on AnimInstance_GetInstanceTransitionCrossfadeDuration"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionCrossfadeDuration, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceTransitionCrossfadeDuration::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionCrossfadeDuration, TransitionIndex) == 0x000004, "Member 'AnimInstance_GetInstanceTransitionCrossfadeDuration::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionCrossfadeDuration, ReturnValue) == 0x000008, "Member 'AnimInstance_GetInstanceTransitionCrossfadeDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceTransitionTimeElapsed \ +static_assert(alignof(AnimInstance_GetInstanceTransitionTimeElapsed) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceTransitionTimeElapsed"); \ +static_assert(sizeof(AnimInstance_GetInstanceTransitionTimeElapsed) == 0x00000C, "Wrong size on AnimInstance_GetInstanceTransitionTimeElapsed"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsed, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceTransitionTimeElapsed::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsed, TransitionIndex) == 0x000004, "Member 'AnimInstance_GetInstanceTransitionTimeElapsed::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsed, ReturnValue) == 0x000008, "Member 'AnimInstance_GetInstanceTransitionTimeElapsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetInstanceTransitionTimeElapsedFraction \ +static_assert(alignof(AnimInstance_GetInstanceTransitionTimeElapsedFraction) == 0x000004, "Wrong alignment on AnimInstance_GetInstanceTransitionTimeElapsedFraction"); \ +static_assert(sizeof(AnimInstance_GetInstanceTransitionTimeElapsedFraction) == 0x00000C, "Wrong size on AnimInstance_GetInstanceTransitionTimeElapsedFraction"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsedFraction, MachineIndex) == 0x000000, "Member 'AnimInstance_GetInstanceTransitionTimeElapsedFraction::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsedFraction, TransitionIndex) == 0x000004, "Member 'AnimInstance_GetInstanceTransitionTimeElapsedFraction::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetInstanceTransitionTimeElapsedFraction, ReturnValue) == 0x000008, "Member 'AnimInstance_GetInstanceTransitionTimeElapsedFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimLength \ +static_assert(alignof(AnimInstance_GetRelevantAnimLength) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimLength"); \ +static_assert(sizeof(AnimInstance_GetRelevantAnimLength) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimLength"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimLength, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimLength::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimLength, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimLength::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimLength, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTime \ +static_assert(alignof(AnimInstance_GetRelevantAnimTime) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimTime"); \ +static_assert(sizeof(AnimInstance_GetRelevantAnimTime) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimTime"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTime, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimTime::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTime, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimTime::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTime, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTimeFraction \ +static_assert(alignof(AnimInstance_GetRelevantAnimTimeFraction) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimTimeFraction"); \ +static_assert(sizeof(AnimInstance_GetRelevantAnimTimeFraction) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimTimeFraction"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeFraction, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimTimeFraction::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeFraction, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimTimeFraction::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeFraction, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimTimeFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTimeRemaining \ +static_assert(alignof(AnimInstance_GetRelevantAnimTimeRemaining) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimTimeRemaining"); \ +static_assert(sizeof(AnimInstance_GetRelevantAnimTimeRemaining) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimTimeRemaining"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemaining, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimTimeRemaining::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemaining, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimTimeRemaining::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemaining, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetRelevantAnimTimeRemainingFraction \ +static_assert(alignof(AnimInstance_GetRelevantAnimTimeRemainingFraction) == 0x000004, "Wrong alignment on AnimInstance_GetRelevantAnimTimeRemainingFraction"); \ +static_assert(sizeof(AnimInstance_GetRelevantAnimTimeRemainingFraction) == 0x00000C, "Wrong size on AnimInstance_GetRelevantAnimTimeRemainingFraction"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemainingFraction, MachineIndex) == 0x000000, "Member 'AnimInstance_GetRelevantAnimTimeRemainingFraction::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemainingFraction, StateIndex) == 0x000004, "Member 'AnimInstance_GetRelevantAnimTimeRemainingFraction::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetRelevantAnimTimeRemainingFraction, ReturnValue) == 0x000008, "Member 'AnimInstance_GetRelevantAnimTimeRemainingFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_LinkAnimClassLayers \ +static_assert(alignof(AnimInstance_LinkAnimClassLayers) == 0x000008, "Wrong alignment on AnimInstance_LinkAnimClassLayers"); \ +static_assert(sizeof(AnimInstance_LinkAnimClassLayers) == 0x000008, "Wrong size on AnimInstance_LinkAnimClassLayers"); \ +static_assert(offsetof(AnimInstance_LinkAnimClassLayers, InClass) == 0x000000, "Member 'AnimInstance_LinkAnimClassLayers::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_LinkAnimGraphByTag \ +static_assert(alignof(AnimInstance_LinkAnimGraphByTag) == 0x000008, "Wrong alignment on AnimInstance_LinkAnimGraphByTag"); \ +static_assert(sizeof(AnimInstance_LinkAnimGraphByTag) == 0x000010, "Wrong size on AnimInstance_LinkAnimGraphByTag"); \ +static_assert(offsetof(AnimInstance_LinkAnimGraphByTag, InTag) == 0x000000, "Member 'AnimInstance_LinkAnimGraphByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_LinkAnimGraphByTag, InClass) == 0x000008, "Member 'AnimInstance_LinkAnimGraphByTag::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_LockAIResources \ +static_assert(alignof(AnimInstance_LockAIResources) == 0x000001, "Wrong alignment on AnimInstance_LockAIResources"); \ +static_assert(sizeof(AnimInstance_LockAIResources) == 0x000002, "Wrong size on AnimInstance_LockAIResources"); \ +static_assert(offsetof(AnimInstance_LockAIResources, bLockMovement) == 0x000000, "Member 'AnimInstance_LockAIResources::bLockMovement' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_LockAIResources, LockAILogic) == 0x000001, "Member 'AnimInstance_LockAIResources::LockAILogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_JumpToSection \ +static_assert(alignof(AnimInstance_Montage_JumpToSection) == 0x000008, "Wrong alignment on AnimInstance_Montage_JumpToSection"); \ +static_assert(sizeof(AnimInstance_Montage_JumpToSection) == 0x000010, "Wrong size on AnimInstance_Montage_JumpToSection"); \ +static_assert(offsetof(AnimInstance_Montage_JumpToSection, SectionName) == 0x000000, "Member 'AnimInstance_Montage_JumpToSection::SectionName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_JumpToSection, Montage) == 0x000008, "Member 'AnimInstance_Montage_JumpToSection::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_JumpToSectionsEnd \ +static_assert(alignof(AnimInstance_Montage_JumpToSectionsEnd) == 0x000008, "Wrong alignment on AnimInstance_Montage_JumpToSectionsEnd"); \ +static_assert(sizeof(AnimInstance_Montage_JumpToSectionsEnd) == 0x000010, "Wrong size on AnimInstance_Montage_JumpToSectionsEnd"); \ +static_assert(offsetof(AnimInstance_Montage_JumpToSectionsEnd, SectionName) == 0x000000, "Member 'AnimInstance_Montage_JumpToSectionsEnd::SectionName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_JumpToSectionsEnd, Montage) == 0x000008, "Member 'AnimInstance_Montage_JumpToSectionsEnd::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_Pause \ +static_assert(alignof(AnimInstance_Montage_Pause) == 0x000008, "Wrong alignment on AnimInstance_Montage_Pause"); \ +static_assert(sizeof(AnimInstance_Montage_Pause) == 0x000008, "Wrong size on AnimInstance_Montage_Pause"); \ +static_assert(offsetof(AnimInstance_Montage_Pause, Montage) == 0x000000, "Member 'AnimInstance_Montage_Pause::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_Play \ +static_assert(alignof(AnimInstance_Montage_Play) == 0x000008, "Wrong alignment on AnimInstance_Montage_Play"); \ +static_assert(sizeof(AnimInstance_Montage_Play) == 0x000020, "Wrong size on AnimInstance_Montage_Play"); \ +static_assert(offsetof(AnimInstance_Montage_Play, MontageToPlay) == 0x000000, "Member 'AnimInstance_Montage_Play::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_Play, InPlayRate) == 0x000008, "Member 'AnimInstance_Montage_Play::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_Play, ReturnValueType) == 0x00000C, "Member 'AnimInstance_Montage_Play::ReturnValueType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_Play, InTimeToStartMontageAt) == 0x000010, "Member 'AnimInstance_Montage_Play::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_Play, bStopAllMontages) == 0x000014, "Member 'AnimInstance_Montage_Play::bStopAllMontages' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_Play, ReturnValue) == 0x000018, "Member 'AnimInstance_Montage_Play::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_PlayWithBlendIn \ +static_assert(alignof(AnimInstance_Montage_PlayWithBlendIn) == 0x000008, "Wrong alignment on AnimInstance_Montage_PlayWithBlendIn"); \ +static_assert(sizeof(AnimInstance_Montage_PlayWithBlendIn) == 0x000030, "Wrong size on AnimInstance_Montage_PlayWithBlendIn"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, MontageToPlay) == 0x000000, "Member 'AnimInstance_Montage_PlayWithBlendIn::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, BlendIn) == 0x000008, "Member 'AnimInstance_Montage_PlayWithBlendIn::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, InPlayRate) == 0x000018, "Member 'AnimInstance_Montage_PlayWithBlendIn::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, ReturnValueType) == 0x00001C, "Member 'AnimInstance_Montage_PlayWithBlendIn::ReturnValueType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, InTimeToStartMontageAt) == 0x000020, "Member 'AnimInstance_Montage_PlayWithBlendIn::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, bStopAllMontages) == 0x000024, "Member 'AnimInstance_Montage_PlayWithBlendIn::bStopAllMontages' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendIn, ReturnValue) == 0x000028, "Member 'AnimInstance_Montage_PlayWithBlendIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_PlayWithBlendSettings \ +static_assert(alignof(AnimInstance_Montage_PlayWithBlendSettings) == 0x000008, "Wrong alignment on AnimInstance_Montage_PlayWithBlendSettings"); \ +static_assert(sizeof(AnimInstance_Montage_PlayWithBlendSettings) == 0x000040, "Wrong size on AnimInstance_Montage_PlayWithBlendSettings"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, MontageToPlay) == 0x000000, "Member 'AnimInstance_Montage_PlayWithBlendSettings::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, BlendInSettings) == 0x000008, "Member 'AnimInstance_Montage_PlayWithBlendSettings::BlendInSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, InPlayRate) == 0x000028, "Member 'AnimInstance_Montage_PlayWithBlendSettings::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, ReturnValueType) == 0x00002C, "Member 'AnimInstance_Montage_PlayWithBlendSettings::ReturnValueType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, InTimeToStartMontageAt) == 0x000030, "Member 'AnimInstance_Montage_PlayWithBlendSettings::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, bStopAllMontages) == 0x000034, "Member 'AnimInstance_Montage_PlayWithBlendSettings::bStopAllMontages' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_PlayWithBlendSettings, ReturnValue) == 0x000038, "Member 'AnimInstance_Montage_PlayWithBlendSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_Resume \ +static_assert(alignof(AnimInstance_Montage_Resume) == 0x000008, "Wrong alignment on AnimInstance_Montage_Resume"); \ +static_assert(sizeof(AnimInstance_Montage_Resume) == 0x000008, "Wrong size on AnimInstance_Montage_Resume"); \ +static_assert(offsetof(AnimInstance_Montage_Resume, Montage) == 0x000000, "Member 'AnimInstance_Montage_Resume::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_SetNextSection \ +static_assert(alignof(AnimInstance_Montage_SetNextSection) == 0x000008, "Wrong alignment on AnimInstance_Montage_SetNextSection"); \ +static_assert(sizeof(AnimInstance_Montage_SetNextSection) == 0x000018, "Wrong size on AnimInstance_Montage_SetNextSection"); \ +static_assert(offsetof(AnimInstance_Montage_SetNextSection, SectionNameToChange) == 0x000000, "Member 'AnimInstance_Montage_SetNextSection::SectionNameToChange' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_SetNextSection, NextSection) == 0x000008, "Member 'AnimInstance_Montage_SetNextSection::NextSection' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_SetNextSection, Montage) == 0x000010, "Member 'AnimInstance_Montage_SetNextSection::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_SetPlayRate \ +static_assert(alignof(AnimInstance_Montage_SetPlayRate) == 0x000008, "Wrong alignment on AnimInstance_Montage_SetPlayRate"); \ +static_assert(sizeof(AnimInstance_Montage_SetPlayRate) == 0x000010, "Wrong size on AnimInstance_Montage_SetPlayRate"); \ +static_assert(offsetof(AnimInstance_Montage_SetPlayRate, Montage) == 0x000000, "Member 'AnimInstance_Montage_SetPlayRate::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_SetPlayRate, NewPlayRate) == 0x000008, "Member 'AnimInstance_Montage_SetPlayRate::NewPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_SetPosition \ +static_assert(alignof(AnimInstance_Montage_SetPosition) == 0x000008, "Wrong alignment on AnimInstance_Montage_SetPosition"); \ +static_assert(sizeof(AnimInstance_Montage_SetPosition) == 0x000010, "Wrong size on AnimInstance_Montage_SetPosition"); \ +static_assert(offsetof(AnimInstance_Montage_SetPosition, Montage) == 0x000000, "Member 'AnimInstance_Montage_SetPosition::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_SetPosition, NewPosition) == 0x000008, "Member 'AnimInstance_Montage_SetPosition::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_Stop \ +static_assert(alignof(AnimInstance_Montage_Stop) == 0x000008, "Wrong alignment on AnimInstance_Montage_Stop"); \ +static_assert(sizeof(AnimInstance_Montage_Stop) == 0x000010, "Wrong size on AnimInstance_Montage_Stop"); \ +static_assert(offsetof(AnimInstance_Montage_Stop, InBlendOutTime) == 0x000000, "Member 'AnimInstance_Montage_Stop::InBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_Stop, Montage) == 0x000008, "Member 'AnimInstance_Montage_Stop::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_StopGroupByName \ +static_assert(alignof(AnimInstance_Montage_StopGroupByName) == 0x000004, "Wrong alignment on AnimInstance_Montage_StopGroupByName"); \ +static_assert(sizeof(AnimInstance_Montage_StopGroupByName) == 0x00000C, "Wrong size on AnimInstance_Montage_StopGroupByName"); \ +static_assert(offsetof(AnimInstance_Montage_StopGroupByName, InBlendOutTime) == 0x000000, "Member 'AnimInstance_Montage_StopGroupByName::InBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_StopGroupByName, GroupName) == 0x000004, "Member 'AnimInstance_Montage_StopGroupByName::GroupName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_StopWithBlendOut \ +static_assert(alignof(AnimInstance_Montage_StopWithBlendOut) == 0x000008, "Wrong alignment on AnimInstance_Montage_StopWithBlendOut"); \ +static_assert(sizeof(AnimInstance_Montage_StopWithBlendOut) == 0x000018, "Wrong size on AnimInstance_Montage_StopWithBlendOut"); \ +static_assert(offsetof(AnimInstance_Montage_StopWithBlendOut, BlendOut) == 0x000000, "Member 'AnimInstance_Montage_StopWithBlendOut::BlendOut' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_StopWithBlendOut, Montage) == 0x000010, "Member 'AnimInstance_Montage_StopWithBlendOut::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_StopWithBlendSettings \ +static_assert(alignof(AnimInstance_Montage_StopWithBlendSettings) == 0x000008, "Wrong alignment on AnimInstance_Montage_StopWithBlendSettings"); \ +static_assert(sizeof(AnimInstance_Montage_StopWithBlendSettings) == 0x000028, "Wrong size on AnimInstance_Montage_StopWithBlendSettings"); \ +static_assert(offsetof(AnimInstance_Montage_StopWithBlendSettings, BlendOutSettings) == 0x000000, "Member 'AnimInstance_Montage_StopWithBlendSettings::BlendOutSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_StopWithBlendSettings, Montage) == 0x000020, "Member 'AnimInstance_Montage_StopWithBlendSettings::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_MontageSync_Follow \ +static_assert(alignof(AnimInstance_MontageSync_Follow) == 0x000008, "Wrong alignment on AnimInstance_MontageSync_Follow"); \ +static_assert(sizeof(AnimInstance_MontageSync_Follow) == 0x000018, "Wrong size on AnimInstance_MontageSync_Follow"); \ +static_assert(offsetof(AnimInstance_MontageSync_Follow, MontageFollower) == 0x000000, "Member 'AnimInstance_MontageSync_Follow::MontageFollower' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_MontageSync_Follow, OtherAnimInstance) == 0x000008, "Member 'AnimInstance_MontageSync_Follow::OtherAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_MontageSync_Follow, MontageLeader) == 0x000010, "Member 'AnimInstance_MontageSync_Follow::MontageLeader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_MontageSync_StopFollowing \ +static_assert(alignof(AnimInstance_MontageSync_StopFollowing) == 0x000008, "Wrong alignment on AnimInstance_MontageSync_StopFollowing"); \ +static_assert(sizeof(AnimInstance_MontageSync_StopFollowing) == 0x000008, "Wrong size on AnimInstance_MontageSync_StopFollowing"); \ +static_assert(offsetof(AnimInstance_MontageSync_StopFollowing, MontageFollower) == 0x000000, "Member 'AnimInstance_MontageSync_StopFollowing::MontageFollower' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_PlaySlotAnimationAsDynamicMontage \ +static_assert(alignof(AnimInstance_PlaySlotAnimationAsDynamicMontage) == 0x000008, "Wrong alignment on AnimInstance_PlaySlotAnimationAsDynamicMontage"); \ +static_assert(sizeof(AnimInstance_PlaySlotAnimationAsDynamicMontage) == 0x000030, "Wrong size on AnimInstance_PlaySlotAnimationAsDynamicMontage"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, Asset) == 0x000000, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::Asset' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, SlotNodeName) == 0x000008, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, BlendInTime) == 0x000010, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, BlendOutTime) == 0x000014, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, InPlayRate) == 0x000018, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, LoopCount) == 0x00001C, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, BlendOutTriggerTime) == 0x000020, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::BlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, InTimeToStartMontageAt) == 0x000024, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage, ReturnValue) == 0x000028, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs \ +static_assert(alignof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs) == 0x000008, "Wrong alignment on AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs"); \ +static_assert(sizeof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs) == 0x000048, "Wrong size on AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, Asset) == 0x000000, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::Asset' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, SlotNodeName) == 0x000008, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, BlendIn) == 0x000010, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, BlendOut) == 0x000020, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::BlendOut' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, InPlayRate) == 0x000030, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, LoopCount) == 0x000034, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, BlendOutTriggerTime) == 0x000038, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::BlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, InTimeToStartMontageAt) == 0x00003C, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs, ReturnValue) == 0x000040, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendArgs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings \ +static_assert(alignof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings) == 0x000008, "Wrong alignment on AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings"); \ +static_assert(sizeof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings) == 0x000068, "Wrong size on AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, Asset) == 0x000000, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::Asset' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, SlotNodeName) == 0x000008, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, BlendInSettings) == 0x000010, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::BlendInSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, BlendOutSettings) == 0x000030, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::BlendOutSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, InPlayRate) == 0x000050, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, LoopCount) == 0x000054, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, BlendOutTriggerTime) == 0x000058, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::BlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, InTimeToStartMontageAt) == 0x00005C, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::InTimeToStartMontageAt' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings, ReturnValue) == 0x000060, "Member 'AnimInstance_PlaySlotAnimationAsDynamicMontage_WithBlendSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_QueryAndMarkTransitionEvent \ +static_assert(alignof(AnimInstance_QueryAndMarkTransitionEvent) == 0x000004, "Wrong alignment on AnimInstance_QueryAndMarkTransitionEvent"); \ +static_assert(sizeof(AnimInstance_QueryAndMarkTransitionEvent) == 0x000014, "Wrong size on AnimInstance_QueryAndMarkTransitionEvent"); \ +static_assert(offsetof(AnimInstance_QueryAndMarkTransitionEvent, MachineIndex) == 0x000000, "Member 'AnimInstance_QueryAndMarkTransitionEvent::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_QueryAndMarkTransitionEvent, TransitionIndex) == 0x000004, "Member 'AnimInstance_QueryAndMarkTransitionEvent::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_QueryAndMarkTransitionEvent, EventName) == 0x000008, "Member 'AnimInstance_QueryAndMarkTransitionEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_QueryAndMarkTransitionEvent, ReturnValue) == 0x000010, "Member 'AnimInstance_QueryAndMarkTransitionEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_QueryTransitionEvent \ +static_assert(alignof(AnimInstance_QueryTransitionEvent) == 0x000004, "Wrong alignment on AnimInstance_QueryTransitionEvent"); \ +static_assert(sizeof(AnimInstance_QueryTransitionEvent) == 0x000014, "Wrong size on AnimInstance_QueryTransitionEvent"); \ +static_assert(offsetof(AnimInstance_QueryTransitionEvent, MachineIndex) == 0x000000, "Member 'AnimInstance_QueryTransitionEvent::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_QueryTransitionEvent, TransitionIndex) == 0x000004, "Member 'AnimInstance_QueryTransitionEvent::TransitionIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_QueryTransitionEvent, EventName) == 0x000008, "Member 'AnimInstance_QueryTransitionEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_QueryTransitionEvent, ReturnValue) == 0x000010, "Member 'AnimInstance_QueryTransitionEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_RemovePoseSnapshot \ +static_assert(alignof(AnimInstance_RemovePoseSnapshot) == 0x000004, "Wrong alignment on AnimInstance_RemovePoseSnapshot"); \ +static_assert(sizeof(AnimInstance_RemovePoseSnapshot) == 0x000008, "Wrong size on AnimInstance_RemovePoseSnapshot"); \ +static_assert(offsetof(AnimInstance_RemovePoseSnapshot, SnapshotName) == 0x000000, "Member 'AnimInstance_RemovePoseSnapshot::SnapshotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_RequestSlotGroupInertialization \ +static_assert(alignof(AnimInstance_RequestSlotGroupInertialization) == 0x000008, "Wrong alignment on AnimInstance_RequestSlotGroupInertialization"); \ +static_assert(sizeof(AnimInstance_RequestSlotGroupInertialization) == 0x000018, "Wrong size on AnimInstance_RequestSlotGroupInertialization"); \ +static_assert(offsetof(AnimInstance_RequestSlotGroupInertialization, InSlotGroupName) == 0x000000, "Member 'AnimInstance_RequestSlotGroupInertialization::InSlotGroupName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_RequestSlotGroupInertialization, Duration) == 0x000008, "Member 'AnimInstance_RequestSlotGroupInertialization::Duration' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_RequestSlotGroupInertialization, BlendProfile) == 0x000010, "Member 'AnimInstance_RequestSlotGroupInertialization::BlendProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_RequestTransitionEvent \ +static_assert(alignof(AnimInstance_RequestTransitionEvent) == 0x000008, "Wrong alignment on AnimInstance_RequestTransitionEvent"); \ +static_assert(sizeof(AnimInstance_RequestTransitionEvent) == 0x000018, "Wrong size on AnimInstance_RequestTransitionEvent"); \ +static_assert(offsetof(AnimInstance_RequestTransitionEvent, EventName) == 0x000000, "Member 'AnimInstance_RequestTransitionEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_RequestTransitionEvent, RequestTimeout) == 0x000008, "Member 'AnimInstance_RequestTransitionEvent::RequestTimeout' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_RequestTransitionEvent, QueueMode) == 0x000010, "Member 'AnimInstance_RequestTransitionEvent::QueueMode' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_RequestTransitionEvent, OverwriteMode) == 0x000011, "Member 'AnimInstance_RequestTransitionEvent::OverwriteMode' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_RequestTransitionEvent, ReturnValue) == 0x000012, "Member 'AnimInstance_RequestTransitionEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_ResetDynamics \ +static_assert(alignof(AnimInstance_ResetDynamics) == 0x000001, "Wrong alignment on AnimInstance_ResetDynamics"); \ +static_assert(sizeof(AnimInstance_ResetDynamics) == 0x000001, "Wrong size on AnimInstance_ResetDynamics"); \ +static_assert(offsetof(AnimInstance_ResetDynamics, InTeleportType) == 0x000000, "Member 'AnimInstance_ResetDynamics::InTeleportType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SavePoseSnapshot \ +static_assert(alignof(AnimInstance_SavePoseSnapshot) == 0x000004, "Wrong alignment on AnimInstance_SavePoseSnapshot"); \ +static_assert(sizeof(AnimInstance_SavePoseSnapshot) == 0x000008, "Wrong size on AnimInstance_SavePoseSnapshot"); \ +static_assert(offsetof(AnimInstance_SavePoseSnapshot, SnapshotName) == 0x000000, "Member 'AnimInstance_SavePoseSnapshot::SnapshotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SetMorphTarget \ +static_assert(alignof(AnimInstance_SetMorphTarget) == 0x000004, "Wrong alignment on AnimInstance_SetMorphTarget"); \ +static_assert(sizeof(AnimInstance_SetMorphTarget) == 0x00000C, "Wrong size on AnimInstance_SetMorphTarget"); \ +static_assert(offsetof(AnimInstance_SetMorphTarget, MorphTargetName) == 0x000000, "Member 'AnimInstance_SetMorphTarget::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_SetMorphTarget, Value) == 0x000008, "Member 'AnimInstance_SetMorphTarget::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SetPropagateNotifiesToLinkedInstances \ +static_assert(alignof(AnimInstance_SetPropagateNotifiesToLinkedInstances) == 0x000001, "Wrong alignment on AnimInstance_SetPropagateNotifiesToLinkedInstances"); \ +static_assert(sizeof(AnimInstance_SetPropagateNotifiesToLinkedInstances) == 0x000001, "Wrong size on AnimInstance_SetPropagateNotifiesToLinkedInstances"); \ +static_assert(offsetof(AnimInstance_SetPropagateNotifiesToLinkedInstances, bSet) == 0x000000, "Member 'AnimInstance_SetPropagateNotifiesToLinkedInstances::bSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SetReceiveNotifiesFromLinkedInstances \ +static_assert(alignof(AnimInstance_SetReceiveNotifiesFromLinkedInstances) == 0x000001, "Wrong alignment on AnimInstance_SetReceiveNotifiesFromLinkedInstances"); \ +static_assert(sizeof(AnimInstance_SetReceiveNotifiesFromLinkedInstances) == 0x000001, "Wrong size on AnimInstance_SetReceiveNotifiesFromLinkedInstances"); \ +static_assert(offsetof(AnimInstance_SetReceiveNotifiesFromLinkedInstances, bSet) == 0x000000, "Member 'AnimInstance_SetReceiveNotifiesFromLinkedInstances::bSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SetRootMotionMode \ +static_assert(alignof(AnimInstance_SetRootMotionMode) == 0x000001, "Wrong alignment on AnimInstance_SetRootMotionMode"); \ +static_assert(sizeof(AnimInstance_SetRootMotionMode) == 0x000001, "Wrong size on AnimInstance_SetRootMotionMode"); \ +static_assert(offsetof(AnimInstance_SetRootMotionMode, Value) == 0x000000, "Member 'AnimInstance_SetRootMotionMode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SetUseMainInstanceMontageEvaluationData \ +static_assert(alignof(AnimInstance_SetUseMainInstanceMontageEvaluationData) == 0x000001, "Wrong alignment on AnimInstance_SetUseMainInstanceMontageEvaluationData"); \ +static_assert(sizeof(AnimInstance_SetUseMainInstanceMontageEvaluationData) == 0x000001, "Wrong size on AnimInstance_SetUseMainInstanceMontageEvaluationData"); \ +static_assert(offsetof(AnimInstance_SetUseMainInstanceMontageEvaluationData, bSet) == 0x000000, "Member 'AnimInstance_SetUseMainInstanceMontageEvaluationData::bSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_SnapshotPose \ +static_assert(alignof(AnimInstance_SnapshotPose) == 0x000008, "Wrong alignment on AnimInstance_SnapshotPose"); \ +static_assert(sizeof(AnimInstance_SnapshotPose) == 0x000038, "Wrong size on AnimInstance_SnapshotPose"); \ +static_assert(offsetof(AnimInstance_SnapshotPose, Snapshot) == 0x000000, "Member 'AnimInstance_SnapshotPose::Snapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_StopSlotAnimation \ +static_assert(alignof(AnimInstance_StopSlotAnimation) == 0x000004, "Wrong alignment on AnimInstance_StopSlotAnimation"); \ +static_assert(sizeof(AnimInstance_StopSlotAnimation) == 0x00000C, "Wrong size on AnimInstance_StopSlotAnimation"); \ +static_assert(offsetof(AnimInstance_StopSlotAnimation, InBlendOutTime) == 0x000000, "Member 'AnimInstance_StopSlotAnimation::InBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_StopSlotAnimation, SlotNodeName) == 0x000004, "Member 'AnimInstance_StopSlotAnimation::SlotNodeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_UnlinkAnimClassLayers \ +static_assert(alignof(AnimInstance_UnlinkAnimClassLayers) == 0x000008, "Wrong alignment on AnimInstance_UnlinkAnimClassLayers"); \ +static_assert(sizeof(AnimInstance_UnlinkAnimClassLayers) == 0x000008, "Wrong size on AnimInstance_UnlinkAnimClassLayers"); \ +static_assert(offsetof(AnimInstance_UnlinkAnimClassLayers, InClass) == 0x000000, "Member 'AnimInstance_UnlinkAnimClassLayers::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_UnlockAIResources \ +static_assert(alignof(AnimInstance_UnlockAIResources) == 0x000001, "Wrong alignment on AnimInstance_UnlockAIResources"); \ +static_assert(sizeof(AnimInstance_UnlockAIResources) == 0x000002, "Wrong size on AnimInstance_UnlockAIResources"); \ +static_assert(offsetof(AnimInstance_UnlockAIResources, bUnlockMovement) == 0x000000, "Member 'AnimInstance_UnlockAIResources::bUnlockMovement' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_UnlockAIResources, UnlockAILogic) == 0x000001, "Member 'AnimInstance_UnlockAIResources::UnlockAILogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyNameTriggeredInAnyState \ +static_assert(alignof(AnimInstance_WasAnimNotifyNameTriggeredInAnyState) == 0x000004, "Wrong alignment on AnimInstance_WasAnimNotifyNameTriggeredInAnyState"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyNameTriggeredInAnyState) == 0x00000C, "Wrong size on AnimInstance_WasAnimNotifyNameTriggeredInAnyState"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInAnyState, NotifyName) == 0x000000, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInAnyState::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInAnyState, ReturnValue) == 0x000008, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInAnyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyNameTriggeredInSourceState \ +static_assert(alignof(AnimInstance_WasAnimNotifyNameTriggeredInSourceState) == 0x000004, "Wrong alignment on AnimInstance_WasAnimNotifyNameTriggeredInSourceState"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyNameTriggeredInSourceState) == 0x000014, "Wrong size on AnimInstance_WasAnimNotifyNameTriggeredInSourceState"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInSourceState, MachineIndex) == 0x000000, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInSourceState::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInSourceState, StateIndex) == 0x000004, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInSourceState::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInSourceState, NotifyName) == 0x000008, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInSourceState::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInSourceState, ReturnValue) == 0x000010, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInSourceState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyNameTriggeredInStateMachine \ +static_assert(alignof(AnimInstance_WasAnimNotifyNameTriggeredInStateMachine) == 0x000004, "Wrong alignment on AnimInstance_WasAnimNotifyNameTriggeredInStateMachine"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyNameTriggeredInStateMachine) == 0x000010, "Wrong size on AnimInstance_WasAnimNotifyNameTriggeredInStateMachine"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInStateMachine, MachineIndex) == 0x000000, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInStateMachine::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInStateMachine, NotifyName) == 0x000004, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInStateMachine::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyNameTriggeredInStateMachine, ReturnValue) == 0x00000C, "Member 'AnimInstance_WasAnimNotifyNameTriggeredInStateMachine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyStateActiveInAnyState \ +static_assert(alignof(AnimInstance_WasAnimNotifyStateActiveInAnyState) == 0x000008, "Wrong alignment on AnimInstance_WasAnimNotifyStateActiveInAnyState"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyStateActiveInAnyState) == 0x000010, "Wrong size on AnimInstance_WasAnimNotifyStateActiveInAnyState"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInAnyState, AnimNotifyStateType) == 0x000000, "Member 'AnimInstance_WasAnimNotifyStateActiveInAnyState::AnimNotifyStateType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInAnyState, ReturnValue) == 0x000008, "Member 'AnimInstance_WasAnimNotifyStateActiveInAnyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyStateActiveInSourceState \ +static_assert(alignof(AnimInstance_WasAnimNotifyStateActiveInSourceState) == 0x000008, "Wrong alignment on AnimInstance_WasAnimNotifyStateActiveInSourceState"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyStateActiveInSourceState) == 0x000018, "Wrong size on AnimInstance_WasAnimNotifyStateActiveInSourceState"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInSourceState, MachineIndex) == 0x000000, "Member 'AnimInstance_WasAnimNotifyStateActiveInSourceState::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInSourceState, StateIndex) == 0x000004, "Member 'AnimInstance_WasAnimNotifyStateActiveInSourceState::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInSourceState, AnimNotifyStateType) == 0x000008, "Member 'AnimInstance_WasAnimNotifyStateActiveInSourceState::AnimNotifyStateType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInSourceState, ReturnValue) == 0x000010, "Member 'AnimInstance_WasAnimNotifyStateActiveInSourceState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyStateActiveInStateMachine \ +static_assert(alignof(AnimInstance_WasAnimNotifyStateActiveInStateMachine) == 0x000008, "Wrong alignment on AnimInstance_WasAnimNotifyStateActiveInStateMachine"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyStateActiveInStateMachine) == 0x000018, "Wrong size on AnimInstance_WasAnimNotifyStateActiveInStateMachine"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInStateMachine, MachineIndex) == 0x000000, "Member 'AnimInstance_WasAnimNotifyStateActiveInStateMachine::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInStateMachine, AnimNotifyStateType) == 0x000008, "Member 'AnimInstance_WasAnimNotifyStateActiveInStateMachine::AnimNotifyStateType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyStateActiveInStateMachine, ReturnValue) == 0x000010, "Member 'AnimInstance_WasAnimNotifyStateActiveInStateMachine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyTriggeredInAnyState \ +static_assert(alignof(AnimInstance_WasAnimNotifyTriggeredInAnyState) == 0x000008, "Wrong alignment on AnimInstance_WasAnimNotifyTriggeredInAnyState"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyTriggeredInAnyState) == 0x000010, "Wrong size on AnimInstance_WasAnimNotifyTriggeredInAnyState"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInAnyState, AnimNotifyType) == 0x000000, "Member 'AnimInstance_WasAnimNotifyTriggeredInAnyState::AnimNotifyType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInAnyState, ReturnValue) == 0x000008, "Member 'AnimInstance_WasAnimNotifyTriggeredInAnyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyTriggeredInSourceState \ +static_assert(alignof(AnimInstance_WasAnimNotifyTriggeredInSourceState) == 0x000008, "Wrong alignment on AnimInstance_WasAnimNotifyTriggeredInSourceState"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyTriggeredInSourceState) == 0x000018, "Wrong size on AnimInstance_WasAnimNotifyTriggeredInSourceState"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInSourceState, MachineIndex) == 0x000000, "Member 'AnimInstance_WasAnimNotifyTriggeredInSourceState::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInSourceState, StateIndex) == 0x000004, "Member 'AnimInstance_WasAnimNotifyTriggeredInSourceState::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInSourceState, AnimNotifyType) == 0x000008, "Member 'AnimInstance_WasAnimNotifyTriggeredInSourceState::AnimNotifyType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInSourceState, ReturnValue) == 0x000010, "Member 'AnimInstance_WasAnimNotifyTriggeredInSourceState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_WasAnimNotifyTriggeredInStateMachine \ +static_assert(alignof(AnimInstance_WasAnimNotifyTriggeredInStateMachine) == 0x000008, "Wrong alignment on AnimInstance_WasAnimNotifyTriggeredInStateMachine"); \ +static_assert(sizeof(AnimInstance_WasAnimNotifyTriggeredInStateMachine) == 0x000018, "Wrong size on AnimInstance_WasAnimNotifyTriggeredInStateMachine"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInStateMachine, MachineIndex) == 0x000000, "Member 'AnimInstance_WasAnimNotifyTriggeredInStateMachine::MachineIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInStateMachine, AnimNotifyType) == 0x000008, "Member 'AnimInstance_WasAnimNotifyTriggeredInStateMachine::AnimNotifyType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_WasAnimNotifyTriggeredInStateMachine, ReturnValue) == 0x000010, "Member 'AnimInstance_WasAnimNotifyTriggeredInStateMachine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Blueprint_GetMainAnimInstance \ +static_assert(alignof(AnimInstance_Blueprint_GetMainAnimInstance) == 0x000008, "Wrong alignment on AnimInstance_Blueprint_GetMainAnimInstance"); \ +static_assert(sizeof(AnimInstance_Blueprint_GetMainAnimInstance) == 0x000008, "Wrong size on AnimInstance_Blueprint_GetMainAnimInstance"); \ +static_assert(offsetof(AnimInstance_Blueprint_GetMainAnimInstance, ReturnValue) == 0x000000, "Member 'AnimInstance_Blueprint_GetMainAnimInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Blueprint_GetSlotMontageLocalWeight \ +static_assert(alignof(AnimInstance_Blueprint_GetSlotMontageLocalWeight) == 0x000004, "Wrong alignment on AnimInstance_Blueprint_GetSlotMontageLocalWeight"); \ +static_assert(sizeof(AnimInstance_Blueprint_GetSlotMontageLocalWeight) == 0x00000C, "Wrong size on AnimInstance_Blueprint_GetSlotMontageLocalWeight"); \ +static_assert(offsetof(AnimInstance_Blueprint_GetSlotMontageLocalWeight, SlotNodeName) == 0x000000, "Member 'AnimInstance_Blueprint_GetSlotMontageLocalWeight::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Blueprint_GetSlotMontageLocalWeight, ReturnValue) == 0x000008, "Member 'AnimInstance_Blueprint_GetSlotMontageLocalWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_CalculateDirection \ +static_assert(alignof(AnimInstance_CalculateDirection) == 0x000008, "Wrong alignment on AnimInstance_CalculateDirection"); \ +static_assert(sizeof(AnimInstance_CalculateDirection) == 0x000038, "Wrong size on AnimInstance_CalculateDirection"); \ +static_assert(offsetof(AnimInstance_CalculateDirection, Velocity) == 0x000000, "Member 'AnimInstance_CalculateDirection::Velocity' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_CalculateDirection, BaseRotation) == 0x000018, "Member 'AnimInstance_CalculateDirection::BaseRotation' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_CalculateDirection, ReturnValue) == 0x000030, "Member 'AnimInstance_CalculateDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_DynamicMontage_IsPlayingFrom \ +static_assert(alignof(AnimInstance_DynamicMontage_IsPlayingFrom) == 0x000008, "Wrong alignment on AnimInstance_DynamicMontage_IsPlayingFrom"); \ +static_assert(sizeof(AnimInstance_DynamicMontage_IsPlayingFrom) == 0x000010, "Wrong size on AnimInstance_DynamicMontage_IsPlayingFrom"); \ +static_assert(offsetof(AnimInstance_DynamicMontage_IsPlayingFrom, Animation) == 0x000000, "Member 'AnimInstance_DynamicMontage_IsPlayingFrom::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_DynamicMontage_IsPlayingFrom, ReturnValue) == 0x000008, "Member 'AnimInstance_DynamicMontage_IsPlayingFrom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetActiveCurveNames \ +static_assert(alignof(AnimInstance_GetActiveCurveNames) == 0x000008, "Wrong alignment on AnimInstance_GetActiveCurveNames"); \ +static_assert(sizeof(AnimInstance_GetActiveCurveNames) == 0x000018, "Wrong size on AnimInstance_GetActiveCurveNames"); \ +static_assert(offsetof(AnimInstance_GetActiveCurveNames, CurveType) == 0x000000, "Member 'AnimInstance_GetActiveCurveNames::CurveType' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetActiveCurveNames, OutNames) == 0x000008, "Member 'AnimInstance_GetActiveCurveNames::OutNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetAllCurveNames \ +static_assert(alignof(AnimInstance_GetAllCurveNames) == 0x000008, "Wrong alignment on AnimInstance_GetAllCurveNames"); \ +static_assert(sizeof(AnimInstance_GetAllCurveNames) == 0x000010, "Wrong size on AnimInstance_GetAllCurveNames"); \ +static_assert(offsetof(AnimInstance_GetAllCurveNames, OutNames) == 0x000000, "Member 'AnimInstance_GetAllCurveNames::OutNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetBlendProfileByName \ +static_assert(alignof(AnimInstance_GetBlendProfileByName) == 0x000008, "Wrong alignment on AnimInstance_GetBlendProfileByName"); \ +static_assert(sizeof(AnimInstance_GetBlendProfileByName) == 0x000010, "Wrong size on AnimInstance_GetBlendProfileByName"); \ +static_assert(offsetof(AnimInstance_GetBlendProfileByName, InBlendProfileName) == 0x000000, "Member 'AnimInstance_GetBlendProfileByName::InBlendProfileName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetBlendProfileByName, ReturnValue) == 0x000008, "Member 'AnimInstance_GetBlendProfileByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetCurrentActiveMontage \ +static_assert(alignof(AnimInstance_GetCurrentActiveMontage) == 0x000008, "Wrong alignment on AnimInstance_GetCurrentActiveMontage"); \ +static_assert(sizeof(AnimInstance_GetCurrentActiveMontage) == 0x000008, "Wrong size on AnimInstance_GetCurrentActiveMontage"); \ +static_assert(offsetof(AnimInstance_GetCurrentActiveMontage, ReturnValue) == 0x000000, "Member 'AnimInstance_GetCurrentActiveMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetCurveValue \ +static_assert(alignof(AnimInstance_GetCurveValue) == 0x000004, "Wrong alignment on AnimInstance_GetCurveValue"); \ +static_assert(sizeof(AnimInstance_GetCurveValue) == 0x00000C, "Wrong size on AnimInstance_GetCurveValue"); \ +static_assert(offsetof(AnimInstance_GetCurveValue, CurveName) == 0x000000, "Member 'AnimInstance_GetCurveValue::CurveName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetCurveValue, ReturnValue) == 0x000008, "Member 'AnimInstance_GetCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetDeltaSeconds \ +static_assert(alignof(AnimInstance_GetDeltaSeconds) == 0x000004, "Wrong alignment on AnimInstance_GetDeltaSeconds"); \ +static_assert(sizeof(AnimInstance_GetDeltaSeconds) == 0x000004, "Wrong size on AnimInstance_GetDeltaSeconds"); \ +static_assert(offsetof(AnimInstance_GetDeltaSeconds, ReturnValue) == 0x000000, "Member 'AnimInstance_GetDeltaSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimGraphInstanceByTag \ +static_assert(alignof(AnimInstance_GetLinkedAnimGraphInstanceByTag) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimGraphInstanceByTag"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimGraphInstanceByTag) == 0x000010, "Wrong size on AnimInstance_GetLinkedAnimGraphInstanceByTag"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimGraphInstanceByTag, InTag) == 0x000000, "Member 'AnimInstance_GetLinkedAnimGraphInstanceByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimGraphInstanceByTag, ReturnValue) == 0x000008, "Member 'AnimInstance_GetLinkedAnimGraphInstanceByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimGraphInstancesByTag \ +static_assert(alignof(AnimInstance_GetLinkedAnimGraphInstancesByTag) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimGraphInstancesByTag"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimGraphInstancesByTag) == 0x000018, "Wrong size on AnimInstance_GetLinkedAnimGraphInstancesByTag"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimGraphInstancesByTag, InTag) == 0x000000, "Member 'AnimInstance_GetLinkedAnimGraphInstancesByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimGraphInstancesByTag, OutLinkedInstances) == 0x000008, "Member 'AnimInstance_GetLinkedAnimGraphInstancesByTag::OutLinkedInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByClass \ +static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstanceByClass) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstanceByClass"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstanceByClass) == 0x000018, "Wrong size on AnimInstance_GetLinkedAnimLayerInstanceByClass"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByClass, InClass) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByClass, bCheckForChildClass) == 0x000008, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByClass::bCheckForChildClass' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByClass, ReturnValue) == 0x000010, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByGroup \ +static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstanceByGroup) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstanceByGroup"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstanceByGroup) == 0x000010, "Wrong size on AnimInstance_GetLinkedAnimLayerInstanceByGroup"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroup, InGroup) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroup::InGroup' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroup, ReturnValue) == 0x000008, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass \ +static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass) == 0x000018, "Wrong size on AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass, InGroup) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass::InGroup' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass, InClass) == 0x000008, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass, ReturnValue) == 0x000010, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByGroupAndClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstancesByGroup \ +static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstancesByGroup) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstancesByGroup"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstancesByGroup) == 0x000018, "Wrong size on AnimInstance_GetLinkedAnimLayerInstancesByGroup"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstancesByGroup, InGroup) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstancesByGroup::InGroup' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstancesByGroup, OutLinkedInstances) == 0x000008, "Member 'AnimInstance_GetLinkedAnimLayerInstancesByGroup::OutLinkedInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLODLevel \ +static_assert(alignof(AnimInstance_GetLODLevel) == 0x000004, "Wrong alignment on AnimInstance_GetLODLevel"); \ +static_assert(sizeof(AnimInstance_GetLODLevel) == 0x000004, "Wrong size on AnimInstance_GetLODLevel"); \ +static_assert(offsetof(AnimInstance_GetLODLevel, ReturnValue) == 0x000000, "Member 'AnimInstance_GetLODLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetOwningActor \ +static_assert(alignof(AnimInstance_GetOwningActor) == 0x000008, "Wrong alignment on AnimInstance_GetOwningActor"); \ +static_assert(sizeof(AnimInstance_GetOwningActor) == 0x000008, "Wrong size on AnimInstance_GetOwningActor"); \ +static_assert(offsetof(AnimInstance_GetOwningActor, ReturnValue) == 0x000000, "Member 'AnimInstance_GetOwningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetOwningComponent \ +static_assert(alignof(AnimInstance_GetOwningComponent) == 0x000008, "Wrong alignment on AnimInstance_GetOwningComponent"); \ +static_assert(sizeof(AnimInstance_GetOwningComponent) == 0x000008, "Wrong size on AnimInstance_GetOwningComponent"); \ +static_assert(offsetof(AnimInstance_GetOwningComponent, ReturnValue) == 0x000000, "Member 'AnimInstance_GetOwningComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetPropagateNotifiesToLinkedInstances \ +static_assert(alignof(AnimInstance_GetPropagateNotifiesToLinkedInstances) == 0x000001, "Wrong alignment on AnimInstance_GetPropagateNotifiesToLinkedInstances"); \ +static_assert(sizeof(AnimInstance_GetPropagateNotifiesToLinkedInstances) == 0x000001, "Wrong size on AnimInstance_GetPropagateNotifiesToLinkedInstances"); \ +static_assert(offsetof(AnimInstance_GetPropagateNotifiesToLinkedInstances, ReturnValue) == 0x000000, "Member 'AnimInstance_GetPropagateNotifiesToLinkedInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetReceiveNotifiesFromLinkedInstances \ +static_assert(alignof(AnimInstance_GetReceiveNotifiesFromLinkedInstances) == 0x000001, "Wrong alignment on AnimInstance_GetReceiveNotifiesFromLinkedInstances"); \ +static_assert(sizeof(AnimInstance_GetReceiveNotifiesFromLinkedInstances) == 0x000001, "Wrong size on AnimInstance_GetReceiveNotifiesFromLinkedInstances"); \ +static_assert(offsetof(AnimInstance_GetReceiveNotifiesFromLinkedInstances, ReturnValue) == 0x000000, "Member 'AnimInstance_GetReceiveNotifiesFromLinkedInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetSyncGroupPosition \ +static_assert(alignof(AnimInstance_GetSyncGroupPosition) == 0x000004, "Wrong alignment on AnimInstance_GetSyncGroupPosition"); \ +static_assert(sizeof(AnimInstance_GetSyncGroupPosition) == 0x00001C, "Wrong size on AnimInstance_GetSyncGroupPosition"); \ +static_assert(offsetof(AnimInstance_GetSyncGroupPosition, InSyncGroupName) == 0x000000, "Member 'AnimInstance_GetSyncGroupPosition::InSyncGroupName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetSyncGroupPosition, ReturnValue) == 0x000008, "Member 'AnimInstance_GetSyncGroupPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetTimeToClosestMarker \ +static_assert(alignof(AnimInstance_GetTimeToClosestMarker) == 0x000004, "Wrong alignment on AnimInstance_GetTimeToClosestMarker"); \ +static_assert(sizeof(AnimInstance_GetTimeToClosestMarker) == 0x000018, "Wrong size on AnimInstance_GetTimeToClosestMarker"); \ +static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, SyncGroup) == 0x000000, "Member 'AnimInstance_GetTimeToClosestMarker::SyncGroup' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, MarkerName) == 0x000008, "Member 'AnimInstance_GetTimeToClosestMarker::MarkerName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, OutMarkerTime) == 0x000010, "Member 'AnimInstance_GetTimeToClosestMarker::OutMarkerTime' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetTimeToClosestMarker, ReturnValue) == 0x000014, "Member 'AnimInstance_GetTimeToClosestMarker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_HasMarkerBeenHitThisFrame \ +static_assert(alignof(AnimInstance_HasMarkerBeenHitThisFrame) == 0x000004, "Wrong alignment on AnimInstance_HasMarkerBeenHitThisFrame"); \ +static_assert(sizeof(AnimInstance_HasMarkerBeenHitThisFrame) == 0x000014, "Wrong size on AnimInstance_HasMarkerBeenHitThisFrame"); \ +static_assert(offsetof(AnimInstance_HasMarkerBeenHitThisFrame, SyncGroup) == 0x000000, "Member 'AnimInstance_HasMarkerBeenHitThisFrame::SyncGroup' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_HasMarkerBeenHitThisFrame, MarkerName) == 0x000008, "Member 'AnimInstance_HasMarkerBeenHitThisFrame::MarkerName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_HasMarkerBeenHitThisFrame, ReturnValue) == 0x000010, "Member 'AnimInstance_HasMarkerBeenHitThisFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_IsAnyMontagePlaying \ +static_assert(alignof(AnimInstance_IsAnyMontagePlaying) == 0x000001, "Wrong alignment on AnimInstance_IsAnyMontagePlaying"); \ +static_assert(sizeof(AnimInstance_IsAnyMontagePlaying) == 0x000001, "Wrong size on AnimInstance_IsAnyMontagePlaying"); \ +static_assert(offsetof(AnimInstance_IsAnyMontagePlaying, ReturnValue) == 0x000000, "Member 'AnimInstance_IsAnyMontagePlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_IsPlayingSlotAnimation \ +static_assert(alignof(AnimInstance_IsPlayingSlotAnimation) == 0x000008, "Wrong alignment on AnimInstance_IsPlayingSlotAnimation"); \ +static_assert(sizeof(AnimInstance_IsPlayingSlotAnimation) == 0x000018, "Wrong size on AnimInstance_IsPlayingSlotAnimation"); \ +static_assert(offsetof(AnimInstance_IsPlayingSlotAnimation, Asset) == 0x000000, "Member 'AnimInstance_IsPlayingSlotAnimation::Asset' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsPlayingSlotAnimation, SlotNodeName) == 0x000008, "Member 'AnimInstance_IsPlayingSlotAnimation::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsPlayingSlotAnimation, ReturnValue) == 0x000010, "Member 'AnimInstance_IsPlayingSlotAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_IsSlotActive \ +static_assert(alignof(AnimInstance_IsSlotActive) == 0x000004, "Wrong alignment on AnimInstance_IsSlotActive"); \ +static_assert(sizeof(AnimInstance_IsSlotActive) == 0x00000C, "Wrong size on AnimInstance_IsSlotActive"); \ +static_assert(offsetof(AnimInstance_IsSlotActive, SlotNodeName) == 0x000000, "Member 'AnimInstance_IsSlotActive::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSlotActive, ReturnValue) == 0x000008, "Member 'AnimInstance_IsSlotActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_IsSyncGroupBetweenMarkers \ +static_assert(alignof(AnimInstance_IsSyncGroupBetweenMarkers) == 0x000004, "Wrong alignment on AnimInstance_IsSyncGroupBetweenMarkers"); \ +static_assert(sizeof(AnimInstance_IsSyncGroupBetweenMarkers) == 0x00001C, "Wrong size on AnimInstance_IsSyncGroupBetweenMarkers"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, InSyncGroupName) == 0x000000, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::InSyncGroupName' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, PreviousMarker) == 0x000008, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::PreviousMarker' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, NextMarker) == 0x000010, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::NextMarker' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, bRespectMarkerOrder) == 0x000018, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::bRespectMarkerOrder' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_IsSyncGroupBetweenMarkers, ReturnValue) == 0x000019, "Member 'AnimInstance_IsSyncGroupBetweenMarkers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_IsUsingMainInstanceMontageEvaluationData \ +static_assert(alignof(AnimInstance_IsUsingMainInstanceMontageEvaluationData) == 0x000001, "Wrong alignment on AnimInstance_IsUsingMainInstanceMontageEvaluationData"); \ +static_assert(sizeof(AnimInstance_IsUsingMainInstanceMontageEvaluationData) == 0x000001, "Wrong size on AnimInstance_IsUsingMainInstanceMontageEvaluationData"); \ +static_assert(offsetof(AnimInstance_IsUsingMainInstanceMontageEvaluationData, ReturnValue) == 0x000000, "Member 'AnimInstance_IsUsingMainInstanceMontageEvaluationData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_GetBlendTime \ +static_assert(alignof(AnimInstance_Montage_GetBlendTime) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetBlendTime"); \ +static_assert(sizeof(AnimInstance_Montage_GetBlendTime) == 0x000010, "Wrong size on AnimInstance_Montage_GetBlendTime"); \ +static_assert(offsetof(AnimInstance_Montage_GetBlendTime, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetBlendTime::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_GetBlendTime, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetBlendTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_GetCurrentSection \ +static_assert(alignof(AnimInstance_Montage_GetCurrentSection) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetCurrentSection"); \ +static_assert(sizeof(AnimInstance_Montage_GetCurrentSection) == 0x000010, "Wrong size on AnimInstance_Montage_GetCurrentSection"); \ +static_assert(offsetof(AnimInstance_Montage_GetCurrentSection, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetCurrentSection::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_GetCurrentSection, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetCurrentSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_GetEffectivePlayRate \ +static_assert(alignof(AnimInstance_Montage_GetEffectivePlayRate) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetEffectivePlayRate"); \ +static_assert(sizeof(AnimInstance_Montage_GetEffectivePlayRate) == 0x000010, "Wrong size on AnimInstance_Montage_GetEffectivePlayRate"); \ +static_assert(offsetof(AnimInstance_Montage_GetEffectivePlayRate, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetEffectivePlayRate::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_GetEffectivePlayRate, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetEffectivePlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_GetIsStopped \ +static_assert(alignof(AnimInstance_Montage_GetIsStopped) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetIsStopped"); \ +static_assert(sizeof(AnimInstance_Montage_GetIsStopped) == 0x000010, "Wrong size on AnimInstance_Montage_GetIsStopped"); \ +static_assert(offsetof(AnimInstance_Montage_GetIsStopped, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetIsStopped::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_GetIsStopped, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetIsStopped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_GetPlayRate \ +static_assert(alignof(AnimInstance_Montage_GetPlayRate) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetPlayRate"); \ +static_assert(sizeof(AnimInstance_Montage_GetPlayRate) == 0x000010, "Wrong size on AnimInstance_Montage_GetPlayRate"); \ +static_assert(offsetof(AnimInstance_Montage_GetPlayRate, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetPlayRate::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_GetPlayRate, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_GetPosition \ +static_assert(alignof(AnimInstance_Montage_GetPosition) == 0x000008, "Wrong alignment on AnimInstance_Montage_GetPosition"); \ +static_assert(sizeof(AnimInstance_Montage_GetPosition) == 0x000010, "Wrong size on AnimInstance_Montage_GetPosition"); \ +static_assert(offsetof(AnimInstance_Montage_GetPosition, Montage) == 0x000000, "Member 'AnimInstance_Montage_GetPosition::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_GetPosition, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_IsActive \ +static_assert(alignof(AnimInstance_Montage_IsActive) == 0x000008, "Wrong alignment on AnimInstance_Montage_IsActive"); \ +static_assert(sizeof(AnimInstance_Montage_IsActive) == 0x000010, "Wrong size on AnimInstance_Montage_IsActive"); \ +static_assert(offsetof(AnimInstance_Montage_IsActive, Montage) == 0x000000, "Member 'AnimInstance_Montage_IsActive::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_IsActive, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_Montage_IsPlaying \ +static_assert(alignof(AnimInstance_Montage_IsPlaying) == 0x000008, "Wrong alignment on AnimInstance_Montage_IsPlaying"); \ +static_assert(sizeof(AnimInstance_Montage_IsPlaying) == 0x000010, "Wrong size on AnimInstance_Montage_IsPlaying"); \ +static_assert(offsetof(AnimInstance_Montage_IsPlaying, Montage) == 0x000000, "Member 'AnimInstance_Montage_IsPlaying::Montage' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_Montage_IsPlaying, ReturnValue) == 0x000008, "Member 'AnimInstance_Montage_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_TryGetPawnOwner \ +static_assert(alignof(AnimInstance_TryGetPawnOwner) == 0x000008, "Wrong alignment on AnimInstance_TryGetPawnOwner"); \ +static_assert(sizeof(AnimInstance_TryGetPawnOwner) == 0x000008, "Wrong size on AnimInstance_TryGetPawnOwner"); \ +static_assert(offsetof(AnimInstance_TryGetPawnOwner, ReturnValue) == 0x000000, "Member 'AnimInstance_TryGetPawnOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimInstance \ +static_assert(alignof(UAnimInstance) == 0x000010, "Wrong alignment on UAnimInstance"); \ +static_assert(sizeof(UAnimInstance) == 0x0003F0, "Wrong size on UAnimInstance"); \ +static_assert(offsetof(UAnimInstance, CurrentSkeleton) == 0x000028, "Member 'UAnimInstance::CurrentSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, RootMotionMode) == 0x000030, "Member 'UAnimInstance::RootMotionMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageBlendingOut) == 0x000038, "Member 'UAnimInstance::OnMontageBlendingOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageBlendedIn) == 0x000048, "Member 'UAnimInstance::OnMontageBlendedIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageStarted) == 0x000058, "Member 'UAnimInstance::OnMontageStarted' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageEnded) == 0x000068, "Member 'UAnimInstance::OnMontageEnded' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnAllMontageInstancesEnded) == 0x000078, "Member 'UAnimInstance::OnAllMontageInstancesEnded' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageSectionChanged) == 0x000088, "Member 'UAnimInstance::OnMontageSectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, SlotGroupInertializationRequestDataMap) == 0x000148, "Member 'UAnimInstance::SlotGroupInertializationRequestDataMap' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, NotifyQueue) == 0x0001E0, "Member 'UAnimInstance::NotifyQueue' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, ActiveAnimNotifyState) == 0x000258, "Member 'UAnimInstance::ActiveAnimNotifyState' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, ActiveAnimNotifyEventReference) == 0x000268, "Member 'UAnimInstance::ActiveAnimNotifyEventReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGIReplace \ +static_assert(alignof(UMaterialExpressionGIReplace) == 0x000008, "Wrong alignment on UMaterialExpressionGIReplace"); \ +static_assert(sizeof(UMaterialExpressionGIReplace) == 0x000128, "Wrong size on UMaterialExpressionGIReplace"); \ +static_assert(offsetof(UMaterialExpressionGIReplace, Default) == 0x0000B0, "Member 'UMaterialExpressionGIReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGIReplace, StaticIndirect) == 0x0000D8, "Member 'UMaterialExpressionGIReplace::StaticIndirect' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGIReplace, DynamicIndirect) == 0x000100, "Member 'UMaterialExpressionGIReplace::DynamicIndirect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_APartitionActor \ +static_assert(alignof(APartitionActor) == 0x000008, "Wrong alignment on APartitionActor"); \ +static_assert(sizeof(APartitionActor) == 0x0002B0, "Wrong size on APartitionActor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionHairAttributes \ +static_assert(alignof(UMaterialExpressionHairAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionHairAttributes"); \ +static_assert(sizeof(UMaterialExpressionHairAttributes) == 0x0000B8, "Wrong size on UMaterialExpressionHairAttributes"); \ + +#define DUMPER7_ASSERTS_AISMPartitionActor \ +static_assert(alignof(AISMPartitionActor) == 0x000008, "Wrong alignment on AISMPartitionActor"); \ +static_assert(sizeof(AISMPartitionActor) == 0x0002C0, "Wrong size on AISMPartitionActor"); \ + +#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_UNavigationSystemConfig \ +static_assert(alignof(UNavigationSystemConfig) == 0x000008, "Wrong alignment on UNavigationSystemConfig"); \ +static_assert(sizeof(UNavigationSystemConfig) == 0x000058, "Wrong size on UNavigationSystemConfig"); \ +static_assert(offsetof(UNavigationSystemConfig, NavigationSystemClass) == 0x000028, "Member 'UNavigationSystemConfig::NavigationSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemConfig, SupportedAgentsMask) == 0x000048, "Member 'UNavigationSystemConfig::SupportedAgentsMask' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemConfig, DefaultAgentName) == 0x00004C, "Member 'UNavigationSystemConfig::DefaultAgentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0002C0, "Wrong size on AStaticMeshActor"); \ +static_assert(offsetof(AStaticMeshActor, StaticMeshComponent) == 0x0002B0, "Member 'AStaticMeshActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AStaticMeshActor, bStaticMeshReplicateMovement) == 0x0002B8, "Member 'AStaticMeshActor::bStaticMeshReplicateMovement' has a wrong offset!"); \ +static_assert(offsetof(AStaticMeshActor, StaticMeshPhysicsReplicationMode) == 0x0002B9, "Member 'AStaticMeshActor::StaticMeshPhysicsReplicationMode' has a wrong offset!"); \ +static_assert(offsetof(AStaticMeshActor, NavigationGeometryGatheringMode) == 0x0002BA, "Member 'AStaticMeshActor::NavigationGeometryGatheringMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPrecomputedAOMask \ +static_assert(alignof(UMaterialExpressionPrecomputedAOMask) == 0x000008, "Wrong alignment on UMaterialExpressionPrecomputedAOMask"); \ +static_assert(sizeof(UMaterialExpressionPrecomputedAOMask) == 0x0000C0, "Wrong size on UMaterialExpressionPrecomputedAOMask"); \ + +#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_UTextureMipDataProviderFactory \ +static_assert(alignof(UTextureMipDataProviderFactory) == 0x000008, "Wrong alignment on UTextureMipDataProviderFactory"); \ +static_assert(sizeof(UTextureMipDataProviderFactory) == 0x000028, "Wrong size on UTextureMipDataProviderFactory"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionIsOrthographic \ +static_assert(alignof(UMaterialExpressionIsOrthographic) == 0x000008, "Wrong alignment on UMaterialExpressionIsOrthographic"); \ +static_assert(sizeof(UMaterialExpressionIsOrthographic) == 0x0000C0, "Wrong size on UMaterialExpressionIsOrthographic"); \ + +#define DUMPER7_ASSERTS_UVectorField \ +static_assert(alignof(UVectorField) == 0x000008, "Wrong alignment on UVectorField"); \ +static_assert(sizeof(UVectorField) == 0x000068, "Wrong size on UVectorField"); \ +static_assert(offsetof(UVectorField, Bounds) == 0x000028, "Member 'UVectorField::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UVectorField, Intensity) == 0x000060, "Member 'UVectorField::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVectorFieldStatic \ +static_assert(alignof(UVectorFieldStatic) == 0x000008, "Wrong alignment on UVectorFieldStatic"); \ +static_assert(sizeof(UVectorFieldStatic) == 0x0000B8, "Wrong size on UVectorFieldStatic"); \ +static_assert(offsetof(UVectorFieldStatic, SizeX) == 0x000068, "Member 'UVectorFieldStatic::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldStatic, SizeY) == 0x00006C, "Member 'UVectorFieldStatic::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldStatic, SizeZ) == 0x000070, "Member 'UVectorFieldStatic::SizeZ' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldStatic, bAllowCPUAccess) == 0x000074, "Member 'UVectorFieldStatic::bAllowCPUAccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLength \ +static_assert(alignof(UMaterialExpressionLength) == 0x000008, "Wrong alignment on UMaterialExpressionLength"); \ +static_assert(sizeof(UMaterialExpressionLength) == 0x0000D8, "Wrong size on UMaterialExpressionLength"); \ +static_assert(offsetof(UMaterialExpressionLength, Input) == 0x0000B0, "Member 'UMaterialExpressionLength::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWorldPartitionObjectResolver \ +static_assert(alignof(IWorldPartitionObjectResolver) == 0x000001, "Wrong alignment on IWorldPartitionObjectResolver"); \ +static_assert(sizeof(IWorldPartitionObjectResolver) == 0x000001, "Wrong size on IWorldPartitionObjectResolver"); \ + +#define DUMPER7_ASSERTS_URuntimeVirtualTextureStreamingProxy \ +static_assert(alignof(URuntimeVirtualTextureStreamingProxy) == 0x000008, "Wrong alignment on URuntimeVirtualTextureStreamingProxy"); \ +static_assert(sizeof(URuntimeVirtualTextureStreamingProxy) == 0x000170, "Wrong size on URuntimeVirtualTextureStreamingProxy"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRandom \ +static_assert(alignof(UMaterialExpressionParticleRandom) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRandom"); \ +static_assert(sizeof(UMaterialExpressionParticleRandom) == 0x0000C0, "Wrong size on UMaterialExpressionParticleRandom"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBumpOffset \ +static_assert(alignof(UMaterialExpressionBumpOffset) == 0x000008, "Wrong alignment on UMaterialExpressionBumpOffset"); \ +static_assert(sizeof(UMaterialExpressionBumpOffset) == 0x000138, "Wrong size on UMaterialExpressionBumpOffset"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, Coordinate) == 0x0000B0, "Member 'UMaterialExpressionBumpOffset::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, Height) == 0x0000D8, "Member 'UMaterialExpressionBumpOffset::Height' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, HeightRatioInput) == 0x000100, "Member 'UMaterialExpressionBumpOffset::HeightRatioInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, HeightRatio) == 0x000128, "Member 'UMaterialExpressionBumpOffset::HeightRatio' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, ReferencePlane) == 0x00012C, "Member 'UMaterialExpressionBumpOffset::ReferencePlane' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, ConstCoordinate) == 0x000130, "Member 'UMaterialExpressionBumpOffset::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTaskSyncManagerSettings \ +static_assert(alignof(UTaskSyncManagerSettings) == 0x000008, "Wrong alignment on UTaskSyncManagerSettings"); \ +static_assert(sizeof(UTaskSyncManagerSettings) == 0x000048, "Wrong size on UTaskSyncManagerSettings"); \ +static_assert(offsetof(UTaskSyncManagerSettings, RegisteredSyncPoints) == 0x000038, "Member 'UTaskSyncManagerSettings::RegisteredSyncPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionHsvToRgb \ +static_assert(alignof(UMaterialExpressionHsvToRgb) == 0x000008, "Wrong alignment on UMaterialExpressionHsvToRgb"); \ +static_assert(sizeof(UMaterialExpressionHsvToRgb) == 0x0000D8, "Wrong size on UMaterialExpressionHsvToRgb"); \ +static_assert(offsetof(UMaterialExpressionHsvToRgb, Input) == 0x0000B0, "Member 'UMaterialExpressionHsvToRgb::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_World_K2_GetWorldSettings \ +static_assert(alignof(World_K2_GetWorldSettings) == 0x000008, "Wrong alignment on World_K2_GetWorldSettings"); \ +static_assert(sizeof(World_K2_GetWorldSettings) == 0x000008, "Wrong size on World_K2_GetWorldSettings"); \ +static_assert(offsetof(World_K2_GetWorldSettings, ReturnValue) == 0x000000, "Member 'World_K2_GetWorldSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_World_GetDataLayerManager \ +static_assert(alignof(World_GetDataLayerManager) == 0x000008, "Wrong alignment on World_GetDataLayerManager"); \ +static_assert(sizeof(World_GetDataLayerManager) == 0x000008, "Wrong size on World_GetDataLayerManager"); \ +static_assert(offsetof(World_GetDataLayerManager, ReturnValue) == 0x000000, "Member 'World_GetDataLayerManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorld \ +static_assert(alignof(UWorld) == 0x000008, "Wrong alignment on UWorld"); \ +static_assert(sizeof(UWorld) == 0x000A98, "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, PhysicsQueryHandler) == 0x000068, "Member 'UWorld::PhysicsQueryHandler' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ExtraReferencedObjects) == 0x000070, "Member 'UWorld::ExtraReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PerModuleDataObjects) == 0x000080, "Member 'UWorld::PerModuleDataObjects' has a wrong offset!"); \ +static_assert(offsetof(UWorld, StreamingLevels) == 0x000090, "Member 'UWorld::StreamingLevels' has a wrong offset!"); \ +static_assert(offsetof(UWorld, StreamingLevelsToConsider) == 0x0000A0, "Member 'UWorld::StreamingLevelsToConsider' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ServerStreamingLevelsVisibility) == 0x0000C8, "Member 'UWorld::ServerStreamingLevelsVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWorld, StreamingLevelsPrefix) == 0x0000D0, "Member 'UWorld::StreamingLevelsPrefix' has a wrong offset!"); \ +static_assert(offsetof(UWorld, LineBatchers) == 0x0000F0, "Member 'UWorld::LineBatchers' has a wrong offset!"); \ +static_assert(offsetof(UWorld, MakingVisibleLevels) == 0x000120, "Member 'UWorld::MakingVisibleLevels' has a wrong offset!"); \ +static_assert(offsetof(UWorld, MakingInvisibleLevels) == 0x000130, "Member 'UWorld::MakingInvisibleLevels' has a wrong offset!"); \ +static_assert(offsetof(UWorld, DemoNetDriver) == 0x000140, "Member 'UWorld::DemoNetDriver' has a wrong offset!"); \ +static_assert(offsetof(UWorld, MyParticleEventManager) == 0x000148, "Member 'UWorld::MyParticleEventManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, DefaultPhysicsVolume) == 0x000150, "Member 'UWorld::DefaultPhysicsVolume' has a wrong offset!"); \ +static_assert(offsetof(UWorld, NavigationSystem) == 0x0001A0, "Member 'UWorld::NavigationSystem' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AuthorityGameMode) == 0x0001A8, "Member 'UWorld::AuthorityGameMode' has a wrong offset!"); \ +static_assert(offsetof(UWorld, GameState) == 0x0001B0, "Member 'UWorld::GameState' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AISystem) == 0x0001B8, "Member 'UWorld::AISystem' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AvoidanceManager) == 0x0001C0, "Member 'UWorld::AvoidanceManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, Levels) == 0x0001C8, "Member 'UWorld::Levels' has a wrong offset!"); \ +static_assert(offsetof(UWorld, LevelCollections) == 0x0001D8, "Member 'UWorld::LevelCollections' has a wrong offset!"); \ +static_assert(offsetof(UWorld, OwningGameInstance) == 0x000228, "Member 'UWorld::OwningGameInstance' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ParameterCollectionInstances) == 0x000230, "Member 'UWorld::ParameterCollectionInstances' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CanvasForRenderingToTarget) == 0x000240, "Member 'UWorld::CanvasForRenderingToTarget' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CanvasForDrawMaterialToRenderTarget) == 0x000248, "Member 'UWorld::CanvasForDrawMaterialToRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PhysicsField) == 0x0002C0, "Member 'UWorld::PhysicsField' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedPreEndOfFrameSync) == 0x0002C8, "Member 'UWorld::ComponentsThatNeedPreEndOfFrameSync' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedPreEndOfFrameSync_AsyncTick) == 0x000318, "Member 'UWorld::ComponentsThatNeedPreEndOfFrameSync_AsyncTick' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate) == 0x000368, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate_AsyncTick) == 0x000378, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate_AsyncTick' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate_OnGameThread) == 0x000388, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate_OnGameThread' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameMarkRenderStateDirty) == 0x000398, "Member 'UWorld::ComponentsThatNeedEndOfFrameMarkRenderStateDirty' has a wrong offset!"); \ +static_assert(offsetof(UWorld, WorldComposition) == 0x0008A8, "Member 'UWorld::WorldComposition' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ContentBundleManager) == 0x0008B0, "Member 'UWorld::ContentBundleManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PSCPool) == 0x000978, "Member 'UWorld::PSCPool' 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_UMaterialExpressionLightVector \ +static_assert(alignof(UMaterialExpressionLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionLightVector"); \ +static_assert(sizeof(UMaterialExpressionLightVector) == 0x0000C0, "Wrong size on UMaterialExpressionLightVector"); \ + +#define DUMPER7_ASSERTS_UTexture2DArray \ +static_assert(alignof(UTexture2DArray) == 0x000008, "Wrong alignment on UTexture2DArray"); \ +static_assert(sizeof(UTexture2DArray) == 0x000160, "Wrong size on UTexture2DArray"); \ +static_assert(offsetof(UTexture2DArray, AddressX) == 0x000158, "Member 'UTexture2DArray::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTexture2DArray, AddressY) == 0x000159, "Member 'UTexture2DArray::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTexture2DArray, AddressZ) == 0x00015A, "Member 'UTexture2DArray::AddressZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldSubsystem \ +static_assert(alignof(UWorldSubsystem) == 0x000008, "Wrong alignment on UWorldSubsystem"); \ +static_assert(sizeof(UWorldSubsystem) == 0x000038, "Wrong size on UWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLinearInterpolate \ +static_assert(alignof(UMaterialExpressionLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionLinearInterpolate"); \ +static_assert(sizeof(UMaterialExpressionLinearInterpolate) == 0x000138, "Wrong size on UMaterialExpressionLinearInterpolate"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, A) == 0x0000B0, "Member 'UMaterialExpressionLinearInterpolate::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, B) == 0x0000D8, "Member 'UMaterialExpressionLinearInterpolate::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, Alpha) == 0x000100, "Member 'UMaterialExpressionLinearInterpolate::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstA) == 0x000128, "Member 'UMaterialExpressionLinearInterpolate::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstB) == 0x00012C, "Member 'UMaterialExpressionLinearInterpolate::ConstB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstAlpha) == 0x000130, "Member 'UMaterialExpressionLinearInterpolate::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionScalarParameter \ +static_assert(alignof(UMaterialExpressionScalarParameter) == 0x000008, "Wrong alignment on UMaterialExpressionScalarParameter"); \ +static_assert(sizeof(UMaterialExpressionScalarParameter) == 0x000118, "Wrong size on UMaterialExpressionScalarParameter"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, DefaultValue) == 0x0000D8, "Member 'UMaterialExpressionScalarParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, ControlType) == 0x0000DC, "Member 'UMaterialExpressionScalarParameter::ControlType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, SliderMin) == 0x0000E0, "Member 'UMaterialExpressionScalarParameter::SliderMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, SliderMax) == 0x0000E4, "Member 'UMaterialExpressionScalarParameter::SliderMax' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, Enumeration) == 0x0000E8, "Member 'UMaterialExpressionScalarParameter::Enumeration' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, EnumerationIndex) == 0x000110, "Member 'UMaterialExpressionScalarParameter::EnumerationIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, bUseCustomPrimitiveData) == 0x000111, "Member 'UMaterialExpressionScalarParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, PrimitiveDataIndex) == 0x000112, "Member 'UMaterialExpressionScalarParameter::PrimitiveDataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCurveAtlasRowParameter \ +static_assert(alignof(UMaterialExpressionCurveAtlasRowParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCurveAtlasRowParameter"); \ +static_assert(sizeof(UMaterialExpressionCurveAtlasRowParameter) == 0x000150, "Wrong size on UMaterialExpressionCurveAtlasRowParameter"); \ +static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Curve) == 0x000118, "Member 'UMaterialExpressionCurveAtlasRowParameter::Curve' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Atlas) == 0x000120, "Member 'UMaterialExpressionCurveAtlasRowParameter::Atlas' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, InputTime) == 0x000128, "Member 'UMaterialExpressionCurveAtlasRowParameter::InputTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableWorldSubsystem \ +static_assert(alignof(UTickableWorldSubsystem) == 0x000008, "Wrong alignment on UTickableWorldSubsystem"); \ +static_assert(sizeof(UTickableWorldSubsystem) == 0x000048, "Wrong size on UTickableWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionRerouteBase \ +static_assert(alignof(UMaterialExpressionRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionRerouteBase"); \ +static_assert(sizeof(UMaterialExpressionRerouteBase) == 0x0000B0, "Wrong size on UMaterialExpressionRerouteBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteBase \ +static_assert(alignof(UMaterialExpressionNamedRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteBase"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteBase) == 0x0000B0, "Wrong size on UMaterialExpressionNamedRerouteBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteUsage \ +static_assert(alignof(UMaterialExpressionNamedRerouteUsage) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteUsage"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteUsage) == 0x0000C8, "Wrong size on UMaterialExpressionNamedRerouteUsage"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteUsage, Declaration) == 0x0000B0, "Member 'UMaterialExpressionNamedRerouteUsage::Declaration' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteUsage, DeclarationGuid) == 0x0000B8, "Member 'UMaterialExpressionNamedRerouteUsage::DeclarationGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneDepth \ +static_assert(alignof(UMaterialExpressionSceneDepth) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepth"); \ +static_assert(sizeof(UMaterialExpressionSceneDepth) == 0x000118, "Wrong size on UMaterialExpressionSceneDepth"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, InputMode) == 0x0000B0, "Member 'UMaterialExpressionSceneDepth::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, Input) == 0x0000B8, "Member 'UMaterialExpressionSceneDepth::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, Coordinates) == 0x0000E0, "Member 'UMaterialExpressionSceneDepth::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, ConstInput) == 0x000108, "Member 'UMaterialExpressionSceneDepth::ConstInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureAllMipDataProviderFactory \ +static_assert(alignof(UTextureAllMipDataProviderFactory) == 0x000008, "Wrong alignment on UTextureAllMipDataProviderFactory"); \ +static_assert(sizeof(UTextureAllMipDataProviderFactory) == 0x000028, "Wrong size on UTextureAllMipDataProviderFactory"); \ + +#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) == 0x000358, "Wrong size on AAudioVolume"); \ +static_assert(offsetof(AAudioVolume, Priority) == 0x0002E8, "Member 'AAudioVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, Settings) == 0x0002F0, "Member 'AAudioVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, AmbientZoneSettings) == 0x000310, "Member 'AAudioVolume::AmbientZoneSettings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, SubmixSendSettings) == 0x000338, "Member 'AAudioVolume::SubmixSendSettings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, SubmixOverrideSettings) == 0x000348, "Member 'AAudioVolume::SubmixOverrideSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLocalPosition \ +static_assert(alignof(UMaterialExpressionLocalPosition) == 0x000008, "Wrong alignment on UMaterialExpressionLocalPosition"); \ +static_assert(sizeof(UMaterialExpressionLocalPosition) == 0x0000B8, "Wrong size on UMaterialExpressionLocalPosition"); \ +static_assert(offsetof(UMaterialExpressionLocalPosition, IncludedOffsets) == 0x0000B0, "Member 'UMaterialExpressionLocalPosition::IncludedOffsets' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLocalPosition, LocalOrigin) == 0x0000B4, "Member 'UMaterialExpressionLocalPosition::LocalOrigin' 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_UPhysicalMaterialMask \ +static_assert(alignof(UPhysicalMaterialMask) == 0x000008, "Wrong alignment on UPhysicalMaterialMask"); \ +static_assert(sizeof(UPhysicalMaterialMask) == 0x000038, "Wrong size on UPhysicalMaterialMask"); \ +static_assert(offsetof(UPhysicalMaterialMask, UVChannelIndex) == 0x000028, "Member 'UPhysicalMaterialMask::UVChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterialMask, AddressX) == 0x00002C, "Member 'UPhysicalMaterialMask::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterialMask, AddressY) == 0x00002D, "Member 'UPhysicalMaterialMask::AddressY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureCollection \ +static_assert(alignof(UMaterialExpressionTextureCollection) == 0x000008, "Wrong alignment on UMaterialExpressionTextureCollection"); \ +static_assert(sizeof(UMaterialExpressionTextureCollection) == 0x0000B8, "Wrong size on UMaterialExpressionTextureCollection"); \ +static_assert(offsetof(UMaterialExpressionTextureCollection, TextureCollection) == 0x0000B0, "Member 'UMaterialExpressionTextureCollection::TextureCollection' 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) == 0x000018, "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) == 0x000018, "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_UMaterialExpressionTextureSample \ +static_assert(alignof(UMaterialExpressionTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSample"); \ +static_assert(sizeof(UMaterialExpressionTextureSample) == 0x000200, "Wrong size on UMaterialExpressionTextureSample"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, Coordinates) == 0x0000C0, "Member 'UMaterialExpressionTextureSample::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, TextureObject) == 0x0000E8, "Member 'UMaterialExpressionTextureSample::TextureObject' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, MipValue) == 0x000110, "Member 'UMaterialExpressionTextureSample::MipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, CoordinatesDX) == 0x000138, "Member 'UMaterialExpressionTextureSample::CoordinatesDX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, CoordinatesDY) == 0x000160, "Member 'UMaterialExpressionTextureSample::CoordinatesDY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, AutomaticViewMipBiasValue) == 0x000188, "Member 'UMaterialExpressionTextureSample::AutomaticViewMipBiasValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, MipValueMode) == 0x0001B0, "Member 'UMaterialExpressionTextureSample::MipValueMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, SamplerSource) == 0x0001B1, "Member 'UMaterialExpressionTextureSample::SamplerSource' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, GatherMode) == 0x0001B2, "Member 'UMaterialExpressionTextureSample::GatherMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, ChannelNames) == 0x0001B8, "Member 'UMaterialExpressionTextureSample::ChannelNames' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, ConstCoordinate) == 0x0001F9, "Member 'UMaterialExpressionTextureSample::ConstCoordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, ConstMipValue) == 0x0001FC, "Member 'UMaterialExpressionTextureSample::ConstMipValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter) == 0x000228, "Wrong size on UMaterialExpressionTextureSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, ParameterName) == 0x000200, "Member 'UMaterialExpressionTextureSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, ExpressionGUID) == 0x000208, "Member 'UMaterialExpressionTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, Group) == 0x000218, "Member 'UMaterialExpressionTextureSampleParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, SortPriority) == 0x000220, "Member 'UMaterialExpressionTextureSampleParameter::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureObjectParameter \ +static_assert(alignof(UMaterialExpressionTextureObjectParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObjectParameter"); \ +static_assert(sizeof(UMaterialExpressionTextureObjectParameter) == 0x000228, "Wrong size on UMaterialExpressionTextureObjectParameter"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSpawnBase \ +static_assert(alignof(UParticleModuleSpawnBase) == 0x000008, "Wrong alignment on UParticleModuleSpawnBase"); \ +static_assert(sizeof(UParticleModuleSpawnBase) == 0x000038, "Wrong size on UParticleModuleSpawnBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSpawn \ +static_assert(alignof(UParticleModuleSpawn) == 0x000008, "Wrong alignment on UParticleModuleSpawn"); \ +static_assert(sizeof(UParticleModuleSpawn) == 0x0000E0, "Wrong size on UParticleModuleSpawn"); \ +static_assert(offsetof(UParticleModuleSpawn, Rate) == 0x000038, "Member 'UParticleModuleSpawn::Rate' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, RateScale) == 0x000068, "Member 'UParticleModuleSpawn::RateScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, BurstList) == 0x000098, "Member 'UParticleModuleSpawn::BurstList' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, BurstScale) == 0x0000A8, "Member 'UParticleModuleSpawn::BurstScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, ParticleBurstMethod) == 0x0000D8, "Member 'UParticleModuleSpawn::ParticleBurstMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x000070, "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) == 0x000068, "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) == 0x000068, "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) == 0x000060, "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) == 0x000070, "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) == 0x000068, "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_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_UInputDelegateBinding \ +static_assert(alignof(UInputDelegateBinding) == 0x000008, "Wrong alignment on UInputDelegateBinding"); \ +static_assert(sizeof(UInputDelegateBinding) == 0x000028, "Wrong size on UInputDelegateBinding"); \ + +#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_UParticleModuleAccelerationBase \ +static_assert(alignof(UParticleModuleAccelerationBase) == 0x000008, "Wrong alignment on UParticleModuleAccelerationBase"); \ +static_assert(sizeof(UParticleModuleAccelerationBase) == 0x000038, "Wrong size on UParticleModuleAccelerationBase"); \ + +#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_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_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_SetEndDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetEndDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetEndDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetEndDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetEndDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetEndDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetEndDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogCutoffDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogCutoffDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogCutoffDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogCutoffDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogCutoffDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogCutoffDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogCutoffDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogDensity \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogDensity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogDensity"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogDensity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogDensity"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogDensity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogDensity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogHeightFalloff \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogHeightFalloff) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogHeightFalloff"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogHeightFalloff) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogHeightFalloff"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogHeightFalloff, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogHeightFalloff::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogInscatteringColor \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogInscatteringColor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogInscatteringColor"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogInscatteringColor) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetFogInscatteringColor"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogInscatteringColor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogInscatteringColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogMaxOpacity \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogMaxOpacity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogMaxOpacity"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogMaxOpacity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogMaxOpacity"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogMaxOpacity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogMaxOpacity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetHoldout \ +static_assert(alignof(ExponentialHeightFogComponent_SetHoldout) == 0x000001, "Wrong alignment on ExponentialHeightFogComponent_SetHoldout"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetHoldout) == 0x000001, "Wrong size on ExponentialHeightFogComponent_SetHoldout"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetHoldout, bNewHoldout) == 0x000000, "Member 'ExponentialHeightFogComponent_SetHoldout::bNewHoldout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringColorCubemap \ +static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringColorCubemap) == 0x000008, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringColorCubemap"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringColorCubemap) == 0x000008, "Wrong size on ExponentialHeightFogComponent_SetInscatteringColorCubemap"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringColorCubemap, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringColorCubemap::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle \ +static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringTextureTint \ +static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringTextureTint) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringTextureTint"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringTextureTint) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetInscatteringTextureTint"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringTextureTint, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringTextureTint::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetRenderInMainPass \ +static_assert(alignof(ExponentialHeightFogComponent_SetRenderInMainPass) == 0x000001, "Wrong alignment on ExponentialHeightFogComponent_SetRenderInMainPass"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetRenderInMainPass) == 0x000001, "Wrong size on ExponentialHeightFogComponent_SetRenderInMainPass"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetRenderInMainPass, bValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetRenderInMainPass::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogData \ +static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogData) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogData"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogData) == 0x00000C, "Wrong size on ExponentialHeightFogComponent_SetSecondFogData"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogData, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogData::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogDensity \ +static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogDensity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogDensity"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogDensity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetSecondFogDensity"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogDensity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogDensity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogHeightFalloff \ +static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogHeightFalloff) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogHeightFalloff"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogHeightFalloff) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetSecondFogHeightFalloff"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogHeightFalloff, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogHeightFalloff::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogHeightOffset \ +static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogHeightOffset) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogHeightOffset"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogHeightOffset) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetSecondFogHeightOffset"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogHeightOffset, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogHeightOffset::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSkyAtmosphereAmbientContributionColorScale \ +static_assert(alignof(ExponentialHeightFogComponent_SetSkyAtmosphereAmbientContributionColorScale) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSkyAtmosphereAmbientContributionColorScale"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetSkyAtmosphereAmbientContributionColorScale) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetSkyAtmosphereAmbientContributionColorScale"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetSkyAtmosphereAmbientContributionColorScale, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSkyAtmosphereAmbientContributionColorScale::NewValue' 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_SetVolumetricFogNearFadeInDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogNearFadeInDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogNearFadeInDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogNearFadeInDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogNearFadeInDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogNearFadeInDistance, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogNearFadeInDistance::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_ExponentialHeightFogComponent_SetVolumetricFogStartDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogStartDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogStartDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogStartDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogStartDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogStartDistance, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogStartDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExponentialHeightFogComponent \ +static_assert(alignof(UExponentialHeightFogComponent) == 0x000010, "Wrong alignment on UExponentialHeightFogComponent"); \ +static_assert(sizeof(UExponentialHeightFogComponent) == 0x000330, "Wrong size on UExponentialHeightFogComponent"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogDensity) == 0x000250, "Member 'UExponentialHeightFogComponent::FogDensity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogHeightFalloff) == 0x000254, "Member 'UExponentialHeightFogComponent::FogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, SecondFogData) == 0x000258, "Member 'UExponentialHeightFogComponent::SecondFogData' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogInscatteringColor) == 0x000264, "Member 'UExponentialHeightFogComponent::FogInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogInscatteringLuminance) == 0x000274, "Member 'UExponentialHeightFogComponent::FogInscatteringLuminance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, SkyAtmosphereAmbientContributionColorScale) == 0x000284, "Member 'UExponentialHeightFogComponent::SkyAtmosphereAmbientContributionColorScale' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemap) == 0x000298, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemap' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemapAngle) == 0x0002A0, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringTextureTint) == 0x0002A4, "Member 'UExponentialHeightFogComponent::InscatteringTextureTint' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FullyDirectionalInscatteringColorDistance) == 0x0002B4, "Member 'UExponentialHeightFogComponent::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, NonDirectionalInscatteringColorDistance) == 0x0002B8, "Member 'UExponentialHeightFogComponent::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringExponent) == 0x0002BC, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringStartDistance) == 0x0002C0, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringColor) == 0x0002C4, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringLuminance) == 0x0002D4, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringLuminance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogMaxOpacity) == 0x0002E4, "Member 'UExponentialHeightFogComponent::FogMaxOpacity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, StartDistance) == 0x0002E8, "Member 'UExponentialHeightFogComponent::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, EndDistance) == 0x0002EC, "Member 'UExponentialHeightFogComponent::EndDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogCutoffDistance) == 0x0002F0, "Member 'UExponentialHeightFogComponent::FogCutoffDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, bEnableVolumetricFog) == 0x0002F4, "Member 'UExponentialHeightFogComponent::bEnableVolumetricFog' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogScatteringDistribution) == 0x0002F8, "Member 'UExponentialHeightFogComponent::VolumetricFogScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogAlbedo) == 0x0002FC, "Member 'UExponentialHeightFogComponent::VolumetricFogAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogEmissive) == 0x000300, "Member 'UExponentialHeightFogComponent::VolumetricFogEmissive' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogExtinctionScale) == 0x000310, "Member 'UExponentialHeightFogComponent::VolumetricFogExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogDistance) == 0x000314, "Member 'UExponentialHeightFogComponent::VolumetricFogDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogStartDistance) == 0x000318, "Member 'UExponentialHeightFogComponent::VolumetricFogStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogNearFadeInDistance) == 0x00031C, "Member 'UExponentialHeightFogComponent::VolumetricFogNearFadeInDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogStaticLightingScatteringIntensity) == 0x000320, "Member 'UExponentialHeightFogComponent::VolumetricFogStaticLightingScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, bOverrideLightColorsWithFogInscatteringColors) == 0x000324, "Member 'UExponentialHeightFogComponent::bOverrideLightColorsWithFogInscatteringColors' 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_USoundEffectSubmixPreset \ +static_assert(alignof(USoundEffectSubmixPreset) == 0x000008, "Wrong alignment on USoundEffectSubmixPreset"); \ +static_assert(sizeof(USoundEffectSubmixPreset) == 0x000068, "Wrong size on USoundEffectSubmixPreset"); \ + +#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_UWorldPartitionPropertyOverride \ +static_assert(alignof(UWorldPartitionPropertyOverride) == 0x000008, "Wrong alignment on UWorldPartitionPropertyOverride"); \ +static_assert(sizeof(UWorldPartitionPropertyOverride) == 0x000028, "Wrong size on UWorldPartitionPropertyOverride"); \ + +#define DUMPER7_ASSERTS_UMeshDrawCommandStatsSettings \ +static_assert(alignof(UMeshDrawCommandStatsSettings) == 0x000008, "Wrong alignment on UMeshDrawCommandStatsSettings"); \ +static_assert(sizeof(UMeshDrawCommandStatsSettings) == 0x000060, "Wrong size on UMeshDrawCommandStatsSettings"); \ +static_assert(offsetof(UMeshDrawCommandStatsSettings, Budgets) == 0x000038, "Member 'UMeshDrawCommandStatsSettings::Budgets' has a wrong offset!"); \ +static_assert(offsetof(UMeshDrawCommandStatsSettings, BudgetTotals) == 0x000048, "Member 'UMeshDrawCommandStatsSettings::BudgetTotals' has a wrong offset!"); \ +static_assert(offsetof(UMeshDrawCommandStatsSettings, CollectionForCsvProfiler) == 0x000058, "Member 'UMeshDrawCommandStatsSettings::CollectionForCsvProfiler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorChannel \ +static_assert(alignof(UActorChannel) == 0x000008, "Wrong alignment on UActorChannel"); \ +static_assert(sizeof(UActorChannel) == 0x000298, "Wrong size on UActorChannel"); \ +static_assert(offsetof(UActorChannel, Actor) == 0x000068, "Member 'UActorChannel::Actor' has a wrong offset!"); \ +static_assert(offsetof(UActorChannel, CreateSubObjects) == 0x000160, "Member 'UActorChannel::CreateSubObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlendInstance \ +static_assert(alignof(UMaterialFunctionMaterialLayerBlendInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerBlendInstance"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerBlendInstance) == 0x000100, "Wrong size on UMaterialFunctionMaterialLayerBlendInstance"); \ + +#define DUMPER7_ASSERTS_LightWeightInstanceManager_OnSpawnedActorDestroyed \ +static_assert(alignof(LightWeightInstanceManager_OnSpawnedActorDestroyed) == 0x000008, "Wrong alignment on LightWeightInstanceManager_OnSpawnedActorDestroyed"); \ +static_assert(sizeof(LightWeightInstanceManager_OnSpawnedActorDestroyed) == 0x000008, "Wrong size on LightWeightInstanceManager_OnSpawnedActorDestroyed"); \ +static_assert(offsetof(LightWeightInstanceManager_OnSpawnedActorDestroyed, DestroyedActor) == 0x000000, "Member 'LightWeightInstanceManager_OnSpawnedActorDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALightWeightInstanceManager \ +static_assert(alignof(ALightWeightInstanceManager) == 0x000008, "Wrong alignment on ALightWeightInstanceManager"); \ +static_assert(sizeof(ALightWeightInstanceManager) == 0x000368, "Wrong size on ALightWeightInstanceManager"); \ +static_assert(offsetof(ALightWeightInstanceManager, RepresentedClass) == 0x0002C8, "Member 'ALightWeightInstanceManager::RepresentedClass' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, AcceptedClass) == 0x0002D0, "Member 'ALightWeightInstanceManager::AcceptedClass' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, InstanceTransforms) == 0x0002D8, "Member 'ALightWeightInstanceManager::InstanceTransforms' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, Actors) == 0x0002E8, "Member 'ALightWeightInstanceManager::Actors' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, FreeIndices) == 0x000348, "Member 'ALightWeightInstanceManager::FreeIndices' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, ValidIndices) == 0x000358, "Member 'ALightWeightInstanceManager::ValidIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALightWeightInstanceStaticMeshManager \ +static_assert(alignof(ALightWeightInstanceStaticMeshManager) == 0x000008, "Wrong alignment on ALightWeightInstanceStaticMeshManager"); \ +static_assert(sizeof(ALightWeightInstanceStaticMeshManager) == 0x0003D0, "Wrong size on ALightWeightInstanceStaticMeshManager"); \ +static_assert(offsetof(ALightWeightInstanceStaticMeshManager, StaticMesh) == 0x000370, "Member 'ALightWeightInstanceStaticMeshManager::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceStaticMeshManager, ISMComponent) == 0x000398, "Member 'ALightWeightInstanceStaticMeshManager::ISMComponent' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceStaticMeshManager, RenderingIndicesToDataIndices) == 0x0003A0, "Member 'ALightWeightInstanceStaticMeshManager::RenderingIndicesToDataIndices' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceStaticMeshManager, DataIndicesToRenderingIndices) == 0x0003B0, "Member 'ALightWeightInstanceStaticMeshManager::DataIndicesToRenderingIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IActorInstanceManagerInterface \ +static_assert(alignof(IActorInstanceManagerInterface) == 0x000001, "Wrong alignment on IActorInstanceManagerInterface"); \ +static_assert(sizeof(IActorInstanceManagerInterface) == 0x000001, "Wrong size on IActorInstanceManagerInterface"); \ + +#define DUMPER7_ASSERTS_UAnimationAssetExtensions \ +static_assert(alignof(UAnimationAssetExtensions) == 0x000008, "Wrong alignment on UAnimationAssetExtensions"); \ +static_assert(sizeof(UAnimationAssetExtensions) == 0x000028, "Wrong size on UAnimationAssetExtensions"); \ + +#define DUMPER7_ASSERTS_ULevelInstanceSettings \ +static_assert(alignof(ULevelInstanceSettings) == 0x000008, "Wrong alignment on ULevelInstanceSettings"); \ +static_assert(sizeof(ULevelInstanceSettings) == 0x000038, "Wrong size on ULevelInstanceSettings"); \ +static_assert(offsetof(ULevelInstanceSettings, PropertyOverridePolicyClass) == 0x000028, "Member 'ULevelInstanceSettings::PropertyOverridePolicyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelInstance \ +static_assert(alignof(ALevelInstance) == 0x000008, "Wrong alignment on ALevelInstance"); \ +static_assert(sizeof(ALevelInstance) == 0x000350, "Wrong size on ALevelInstance"); \ +static_assert(offsetof(ALevelInstance, LevelInstanceComponent) == 0x0002B8, "Member 'ALevelInstance::LevelInstanceComponent' has a wrong offset!"); \ +static_assert(offsetof(ALevelInstance, CookedWorldAsset) == 0x0002C0, "Member 'ALevelInstance::CookedWorldAsset' has a wrong offset!"); \ +static_assert(offsetof(ALevelInstance, LevelInstanceSpawnGuid) == 0x0002E8, "Member 'ALevelInstance::LevelInstanceSpawnGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APackedLevelActor \ +static_assert(alignof(APackedLevelActor) == 0x000008, "Wrong alignment on APackedLevelActor"); \ +static_assert(sizeof(APackedLevelActor) == 0x000350, "Wrong size on APackedLevelActor"); \ + +#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_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_IInterface_AnimCurveMetaData \ +static_assert(alignof(IInterface_AnimCurveMetaData) == 0x000001, "Wrong alignment on IInterface_AnimCurveMetaData"); \ +static_assert(sizeof(IInterface_AnimCurveMetaData) == 0x000001, "Wrong size on IInterface_AnimCurveMetaData"); \ + +#define DUMPER7_ASSERTS_UAnimCurveMetaData \ +static_assert(alignof(UAnimCurveMetaData) == 0x000008, "Wrong alignment on UAnimCurveMetaData"); \ +static_assert(sizeof(UAnimCurveMetaData) == 0x0000A0, "Wrong size on UAnimCurveMetaData"); \ +static_assert(offsetof(UAnimCurveMetaData, CurveMetaData) == 0x000030, "Member 'UAnimCurveMetaData::CurveMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationDataModelNotifiesExtensions \ +static_assert(alignof(UAnimationDataModelNotifiesExtensions) == 0x000008, "Wrong alignment on UAnimationDataModelNotifiesExtensions"); \ +static_assert(sizeof(UAnimationDataModelNotifiesExtensions) == 0x000028, "Wrong size on UAnimationDataModelNotifiesExtensions"); \ + +#define DUMPER7_ASSERTS_ULevelScriptBlueprint \ +static_assert(alignof(ULevelScriptBlueprint) == 0x000008, "Wrong alignment on ULevelScriptBlueprint"); \ +static_assert(sizeof(ULevelScriptBlueprint) == 0x0000A8, "Wrong size on ULevelScriptBlueprint"); \ + +#define DUMPER7_ASSERTS_INavPathObserverInterface \ +static_assert(alignof(INavPathObserverInterface) == 0x000001, "Wrong alignment on INavPathObserverInterface"); \ +static_assert(sizeof(INavPathObserverInterface) == 0x000001, "Wrong size on INavPathObserverInterface"); \ + +#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_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_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) == 0x000530, "Wrong size on UFXSystemComponent"); \ + +#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) == 0x000850, "Wrong size on UParticleSystemComponent"); \ +static_assert(offsetof(UParticleSystemComponent, Template) == 0x000530, "Member 'UParticleSystemComponent::Template' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, EmitterMaterials) == 0x000538, "Member 'UParticleSystemComponent::EmitterMaterials' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, SkelMeshComponents) == 0x000548, "Member 'UParticleSystemComponent::SkelMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, LODMethod) == 0x000565, "Member 'UParticleSystemComponent::LODMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, RequiredSignificance) == 0x000566, "Member 'UParticleSystemComponent::RequiredSignificance' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, InstanceParameters) == 0x000568, "Member 'UParticleSystemComponent::InstanceParameters' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleSpawn) == 0x000578, "Member 'UParticleSystemComponent::OnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleBurst) == 0x000588, "Member 'UParticleSystemComponent::OnParticleBurst' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleDeath) == 0x000598, "Member 'UParticleSystemComponent::OnParticleDeath' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleCollide) == 0x0005A8, "Member 'UParticleSystemComponent::OnParticleCollide' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, bOldPositionValid) == 0x0005B8, "Member 'UParticleSystemComponent::bOldPositionValid' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OldPosition) == 0x0005C0, "Member 'UParticleSystemComponent::OldPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, PartSysVelocity) == 0x0005D8, "Member 'UParticleSystemComponent::PartSysVelocity' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, WarmupTime) == 0x0005F0, "Member 'UParticleSystemComponent::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, WarmupTickRate) == 0x0005F4, "Member 'UParticleSystemComponent::WarmupTickRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, SecondsBeforeInactive) == 0x0005FC, "Member 'UParticleSystemComponent::SecondsBeforeInactive' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, MaxTimeBeforeForceUpdateTransform) == 0x000604, "Member 'UParticleSystemComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, ReplayClips) == 0x000628, "Member 'UParticleSystemComponent::ReplayClips' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, CustomTimeDilation) == 0x000640, "Member 'UParticleSystemComponent::CustomTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachParent) == 0x000698, "Member 'UParticleSystemComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachSocketName) == 0x0006A0, "Member 'UParticleSystemComponent::AutoAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachLocationRule) == 0x0006A8, "Member 'UParticleSystemComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachRotationRule) == 0x0006A9, "Member 'UParticleSystemComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachScaleRule) == 0x0006AA, "Member 'UParticleSystemComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnSystemFinished) == 0x000700, "Member 'UParticleSystemComponent::OnSystemFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavAgentInterface \ +static_assert(alignof(INavAgentInterface) == 0x000001, "Wrong alignment on INavAgentInterface"); \ +static_assert(sizeof(INavAgentInterface) == 0x000001, "Wrong size on INavAgentInterface"); \ + +#define DUMPER7_ASSERTS_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_UAsyncPhysicsData \ +static_assert(alignof(UAsyncPhysicsData) == 0x000008, "Wrong alignment on UAsyncPhysicsData"); \ +static_assert(sizeof(UAsyncPhysicsData) == 0x000030, "Wrong size on UAsyncPhysicsData"); \ +static_assert(offsetof(UAsyncPhysicsData, ServerFrame) == 0x000028, "Member 'UAsyncPhysicsData::ServerFrame' has a wrong offset!"); \ +static_assert(offsetof(UAsyncPhysicsData, ReplicationRedundancy) == 0x00002C, "Member 'UAsyncPhysicsData::ReplicationRedundancy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALightmassImportanceVolume \ +static_assert(alignof(ALightmassImportanceVolume) == 0x000008, "Wrong alignment on ALightmassImportanceVolume"); \ +static_assert(sizeof(ALightmassImportanceVolume) == 0x0002E8, "Wrong size on ALightmassImportanceVolume"); \ + +#define DUMPER7_ASSERTS_UMaterialInterfaceEditorOnlyData \ +static_assert(alignof(UMaterialInterfaceEditorOnlyData) == 0x000008, "Wrong alignment on UMaterialInterfaceEditorOnlyData"); \ +static_assert(sizeof(UMaterialInterfaceEditorOnlyData) == 0x000040, "Wrong size on UMaterialInterfaceEditorOnlyData"); \ + +#define DUMPER7_ASSERTS_UMaterialEditorOnlyData \ +static_assert(alignof(UMaterialEditorOnlyData) == 0x000008, "Wrong alignment on UMaterialEditorOnlyData"); \ +static_assert(sizeof(UMaterialEditorOnlyData) == 0x0006B8, "Wrong size on UMaterialEditorOnlyData"); \ +static_assert(offsetof(UMaterialEditorOnlyData, BaseColor) == 0x000040, "Member 'UMaterialEditorOnlyData::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Metallic) == 0x000080, "Member 'UMaterialEditorOnlyData::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Specular) == 0x0000B0, "Member 'UMaterialEditorOnlyData::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Roughness) == 0x0000E0, "Member 'UMaterialEditorOnlyData::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Anisotropy) == 0x000110, "Member 'UMaterialEditorOnlyData::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Normal) == 0x000140, "Member 'UMaterialEditorOnlyData::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Tangent) == 0x000178, "Member 'UMaterialEditorOnlyData::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, EmissiveColor) == 0x0001B0, "Member 'UMaterialEditorOnlyData::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Opacity) == 0x0001F0, "Member 'UMaterialEditorOnlyData::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, OpacityMask) == 0x000220, "Member 'UMaterialEditorOnlyData::OpacityMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, WorldPositionOffset) == 0x000250, "Member 'UMaterialEditorOnlyData::WorldPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Displacement) == 0x000288, "Member 'UMaterialEditorOnlyData::Displacement' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, SubsurfaceColor) == 0x0002B8, "Member 'UMaterialEditorOnlyData::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, ClearCoat) == 0x0002F8, "Member 'UMaterialEditorOnlyData::ClearCoat' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, ClearCoatRoughness) == 0x000328, "Member 'UMaterialEditorOnlyData::ClearCoatRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, AmbientOcclusion) == 0x000358, "Member 'UMaterialEditorOnlyData::AmbientOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, Refraction) == 0x000388, "Member 'UMaterialEditorOnlyData::Refraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, CustomizedUVs) == 0x0003B8, "Member 'UMaterialEditorOnlyData::CustomizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, MaterialAttributes) == 0x000578, "Member 'UMaterialEditorOnlyData::MaterialAttributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, PixelDepthOffset) == 0x0005A8, "Member 'UMaterialEditorOnlyData::PixelDepthOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, ShadingModelFromMaterialExpression) == 0x0005D8, "Member 'UMaterialEditorOnlyData::ShadingModelFromMaterialExpression' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, SurfaceThickness) == 0x000608, "Member 'UMaterialEditorOnlyData::SurfaceThickness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, FrontMaterial) == 0x000638, "Member 'UMaterialEditorOnlyData::FrontMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, ExpressionCollection) == 0x000668, "Member 'UMaterialEditorOnlyData::ExpressionCollection' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, ParameterGroupData) == 0x000698, "Member 'UMaterialEditorOnlyData::ParameterGroupData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, SubstrateConversionVersion) == 0x0006A8, "Member 'UMaterialEditorOnlyData::SubstrateConversionVersion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, SubstrateVersion) == 0x0006AC, "Member 'UMaterialEditorOnlyData::SubstrateVersion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialEditorOnlyData, bIsSubsutrateAutoConvertedAndNotSaved) == 0x0006B0, "Member 'UMaterialEditorOnlyData::bIsSubsutrateAutoConvertedAndNotSaved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFXSystemAsset \ +static_assert(alignof(UFXSystemAsset) == 0x000008, "Wrong alignment on UFXSystemAsset"); \ +static_assert(sizeof(UFXSystemAsset) == 0x000050, "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_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) == 0x000178, "Wrong size on UParticleSystem"); \ +static_assert(offsetof(UParticleSystem, UpdateTime_FPS) == 0x000050, "Member 'UParticleSystem::UpdateTime_FPS' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, UpdateTime_Delta) == 0x000054, "Member 'UParticleSystem::UpdateTime_Delta' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, WarmupTime) == 0x000058, "Member 'UParticleSystem::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, WarmupTickRate) == 0x00005C, "Member 'UParticleSystem::WarmupTickRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, Emitters) == 0x000060, "Member 'UParticleSystem::Emitters' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, PreviewComponent) == 0x000070, "Member 'UParticleSystem::PreviewComponent' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, CurveEdSetup) == 0x000078, "Member 'UParticleSystem::CurveEdSetup' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODDistanceCheckTime) == 0x000080, "Member 'UParticleSystem::LODDistanceCheckTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MacroUVRadius) == 0x000084, "Member 'UParticleSystem::MacroUVRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODDistances) == 0x000088, "Member 'UParticleSystem::LODDistances' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODSettings) == 0x000098, "Member 'UParticleSystem::LODSettings' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, FixedRelativeBoundingBox) == 0x0000A8, "Member 'UParticleSystem::FixedRelativeBoundingBox' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SecondsBeforeInactive) == 0x0000E0, "Member 'UParticleSystem::SecondsBeforeInactive' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, Delay) == 0x0000E4, "Member 'UParticleSystem::Delay' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, DelayLow) == 0x0000E8, "Member 'UParticleSystem::DelayLow' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SystemUpdateMode) == 0x0000EE, "Member 'UParticleSystem::SystemUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODMethod) == 0x0000EF, "Member 'UParticleSystem::LODMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, InsignificantReaction) == 0x0000F0, "Member 'UParticleSystem::InsignificantReaction' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, OcclusionBoundsMethod) == 0x0000F1, "Member 'UParticleSystem::OcclusionBoundsMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MaxSignificanceLevel) == 0x0000F3, "Member 'UParticleSystem::MaxSignificanceLevel' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MinTimeBetweenTicks) == 0x0000F4, "Member 'UParticleSystem::MinTimeBetweenTicks' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, InsignificanceDelay) == 0x0000F8, "Member 'UParticleSystem::InsignificanceDelay' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MacroUVPosition) == 0x000100, "Member 'UParticleSystem::MacroUVPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, CustomOcclusionBounds) == 0x000118, "Member 'UParticleSystem::CustomOcclusionBounds' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SoloTracking) == 0x000150, "Member 'UParticleSystem::SoloTracking' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, NamedMaterialSlots) == 0x000160, "Member 'UParticleSystem::NamedMaterialSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioPanelWidgetInterface_GetEditorName \ +static_assert(alignof(AudioPanelWidgetInterface_GetEditorName) == 0x000008, "Wrong alignment on AudioPanelWidgetInterface_GetEditorName"); \ +static_assert(sizeof(AudioPanelWidgetInterface_GetEditorName) == 0x000010, "Wrong size on AudioPanelWidgetInterface_GetEditorName"); \ +static_assert(offsetof(AudioPanelWidgetInterface_GetEditorName, ReturnValue) == 0x000000, "Member 'AudioPanelWidgetInterface_GetEditorName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioPanelWidgetInterface_GetIconBrushName \ +static_assert(alignof(AudioPanelWidgetInterface_GetIconBrushName) == 0x000004, "Wrong alignment on AudioPanelWidgetInterface_GetIconBrushName"); \ +static_assert(sizeof(AudioPanelWidgetInterface_GetIconBrushName) == 0x000008, "Wrong size on AudioPanelWidgetInterface_GetIconBrushName"); \ +static_assert(offsetof(AudioPanelWidgetInterface_GetIconBrushName, ReturnValue) == 0x000000, "Member 'AudioPanelWidgetInterface_GetIconBrushName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAudioPanelWidgetInterface \ +static_assert(alignof(IAudioPanelWidgetInterface) == 0x000001, "Wrong alignment on IAudioPanelWidgetInterface"); \ +static_assert(sizeof(IAudioPanelWidgetInterface) == 0x000001, "Wrong size on IAudioPanelWidgetInterface"); \ + +#define DUMPER7_ASSERTS_AAutoRTFMTestActor \ +static_assert(alignof(AAutoRTFMTestActor) == 0x000008, "Wrong alignment on AAutoRTFMTestActor"); \ +static_assert(sizeof(AAutoRTFMTestActor) == 0x0002E8, "Wrong size on AAutoRTFMTestActor"); \ +static_assert(offsetof(AAutoRTFMTestActor, MyProperty) == 0x0002B4, "Member 'AAutoRTFMTestActor::MyProperty' 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_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_AAutoRTFMTestAnotherActor \ +static_assert(alignof(AAutoRTFMTestAnotherActor) == 0x000008, "Wrong alignment on AAutoRTFMTestAnotherActor"); \ +static_assert(sizeof(AAutoRTFMTestAnotherActor) == 0x0002B8, "Wrong size on AAutoRTFMTestAnotherActor"); \ + +#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) == 0x000560, "Wrong size on USphereComponent"); \ +static_assert(offsetof(USphereComponent, SphereRadius) == 0x000550, "Member 'USphereComponent::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawSphereComponent \ +static_assert(alignof(UDrawSphereComponent) == 0x000010, "Wrong alignment on UDrawSphereComponent"); \ +static_assert(sizeof(UDrawSphereComponent) == 0x000560, "Wrong size on UDrawSphereComponent"); \ + +#define DUMPER7_ASSERTS_UBodySetup \ +static_assert(alignof(UBodySetup) == 0x000008, "Wrong alignment on UBodySetup"); \ +static_assert(sizeof(UBodySetup) == 0x000328, "Wrong size on UBodySetup"); \ +static_assert(offsetof(UBodySetup, AggGeom) == 0x000038, "Member 'UBodySetup::AggGeom' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, PhysMaterial) == 0x0000E0, "Member 'UBodySetup::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, WalkableSlopeOverride) == 0x0000E8, "Member 'UBodySetup::WalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, DefaultInstance) == 0x000168, "Member 'UBodySetup::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, BuildScale3D) == 0x0002F0, "Member 'UBodySetup::BuildScale3D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODProxyDesc \ +static_assert(alignof(UHLODProxyDesc) == 0x000008, "Wrong alignment on UHLODProxyDesc"); \ +static_assert(sizeof(UHLODProxyDesc) == 0x000028, "Wrong size on UHLODProxyDesc"); \ + +#define DUMPER7_ASSERTS_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_UAutoRTFMTestBodySetup \ +static_assert(alignof(UAutoRTFMTestBodySetup) == 0x000008, "Wrong alignment on UAutoRTFMTestBodySetup"); \ +static_assert(sizeof(UAutoRTFMTestBodySetup) == 0x000330, "Wrong size on UAutoRTFMTestBodySetup"); \ + +#define DUMPER7_ASSERTS_CameraShakeBase_SetRootShakePattern \ +static_assert(alignof(CameraShakeBase_SetRootShakePattern) == 0x000008, "Wrong alignment on CameraShakeBase_SetRootShakePattern"); \ +static_assert(sizeof(CameraShakeBase_SetRootShakePattern) == 0x000008, "Wrong size on CameraShakeBase_SetRootShakePattern"); \ +static_assert(offsetof(CameraShakeBase_SetRootShakePattern, InPattern) == 0x000000, "Member 'CameraShakeBase_SetRootShakePattern::InPattern' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShakeBase_GetRootShakePattern \ +static_assert(alignof(CameraShakeBase_GetRootShakePattern) == 0x000008, "Wrong alignment on CameraShakeBase_GetRootShakePattern"); \ +static_assert(sizeof(CameraShakeBase_GetRootShakePattern) == 0x000008, "Wrong size on CameraShakeBase_GetRootShakePattern"); \ +static_assert(offsetof(CameraShakeBase_GetRootShakePattern, ReturnValue) == 0x000000, "Member 'CameraShakeBase_GetRootShakePattern::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraShakeBase \ +static_assert(alignof(UCameraShakeBase) == 0x000010, "Wrong alignment on UCameraShakeBase"); \ +static_assert(sizeof(UCameraShakeBase) == 0x0000E0, "Wrong size on UCameraShakeBase"); \ +static_assert(offsetof(UCameraShakeBase, bSingleInstance) == 0x000028, "Member 'UCameraShakeBase::bSingleInstance' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeBase, ShakeScale) == 0x00002C, "Member 'UCameraShakeBase::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeBase, RootShakePattern) == 0x000030, "Member 'UCameraShakeBase::RootShakePattern' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeBase, CameraManager) == 0x000038, "Member 'UCameraShakeBase::CameraManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionScalarBlueNoise \ +static_assert(alignof(UMaterialExpressionScalarBlueNoise) == 0x000008, "Wrong alignment on UMaterialExpressionScalarBlueNoise"); \ +static_assert(sizeof(UMaterialExpressionScalarBlueNoise) == 0x0000C0, "Wrong size on UMaterialExpressionScalarBlueNoise"); \ + +#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_UAutoRTFMTestCameraShake \ +static_assert(alignof(UAutoRTFMTestCameraShake) == 0x000010, "Wrong alignment on UAutoRTFMTestCameraShake"); \ +static_assert(sizeof(UAutoRTFMTestCameraShake) == 0x0000E0, "Wrong size on UAutoRTFMTestCameraShake"); \ + +#define DUMPER7_ASSERTS_AHeterogeneousVolume \ +static_assert(alignof(AHeterogeneousVolume) == 0x000008, "Wrong alignment on AHeterogeneousVolume"); \ +static_assert(sizeof(AHeterogeneousVolume) == 0x0002B8, "Wrong size on AHeterogeneousVolume"); \ +static_assert(offsetof(AHeterogeneousVolume, HeterogeneousVolumeComponent) == 0x0002B0, "Member 'AHeterogeneousVolume::HeterogeneousVolumeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChildActorComponent_OnChildActorDestroyed \ +static_assert(alignof(ChildActorComponent_OnChildActorDestroyed) == 0x000008, "Wrong alignment on ChildActorComponent_OnChildActorDestroyed"); \ +static_assert(sizeof(ChildActorComponent_OnChildActorDestroyed) == 0x000008, "Wrong size on ChildActorComponent_OnChildActorDestroyed"); \ +static_assert(offsetof(ChildActorComponent_OnChildActorDestroyed, Actor) == 0x000000, "Member 'ChildActorComponent_OnChildActorDestroyed::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChildActorComponent_SetChildActorClass \ +static_assert(alignof(ChildActorComponent_SetChildActorClass) == 0x000008, "Wrong alignment on ChildActorComponent_SetChildActorClass"); \ +static_assert(sizeof(ChildActorComponent_SetChildActorClass) == 0x000008, "Wrong size on ChildActorComponent_SetChildActorClass"); \ +static_assert(offsetof(ChildActorComponent_SetChildActorClass, InClass) == 0x000000, "Member 'ChildActorComponent_SetChildActorClass::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChildActorComponent \ +static_assert(alignof(UChildActorComponent) == 0x000010, "Wrong alignment on UChildActorComponent"); \ +static_assert(sizeof(UChildActorComponent) == 0x0002A0, "Wrong size on UChildActorComponent"); \ +static_assert(offsetof(UChildActorComponent, ChildActorClass) == 0x000250, "Member 'UChildActorComponent::ChildActorClass' has a wrong offset!"); \ +static_assert(offsetof(UChildActorComponent, ChildActor) == 0x000258, "Member 'UChildActorComponent::ChildActor' has a wrong offset!"); \ +static_assert(offsetof(UChildActorComponent, ChildActorTemplate) == 0x000260, "Member 'UChildActorComponent::ChildActorTemplate' 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_UAutoRTFMTestChildActorComponent \ +static_assert(alignof(UAutoRTFMTestChildActorComponent) == 0x000010, "Wrong alignment on UAutoRTFMTestChildActorComponent"); \ +static_assert(sizeof(UAutoRTFMTestChildActorComponent) == 0x0002A0, "Wrong size on UAutoRTFMTestChildActorComponent"); \ + +#define DUMPER7_ASSERTS_ULevel \ +static_assert(alignof(ULevel) == 0x000008, "Wrong alignment on ULevel"); \ +static_assert(sizeof(ULevel) == 0x0003D8, "Wrong size on ULevel"); \ +static_assert(offsetof(ULevel, Actors) == 0x0000A0, "Member 'ULevel::Actors' has a wrong offset!"); \ +static_assert(offsetof(ULevel, OwningWorld) == 0x0000C0, "Member 'ULevel::OwningWorld' has a wrong offset!"); \ +static_assert(offsetof(ULevel, Model) == 0x0000C8, "Member 'ULevel::Model' has a wrong offset!"); \ +static_assert(offsetof(ULevel, ModelComponents) == 0x0000D0, "Member 'ULevel::ModelComponents' has a wrong offset!"); \ +static_assert(offsetof(ULevel, ActorCluster) == 0x0000E0, "Member 'ULevel::ActorCluster' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NumTextureStreamingUnbuiltComponents) == 0x0000E8, "Member 'ULevel::NumTextureStreamingUnbuiltComponents' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NumTextureStreamingDirtyResources) == 0x0000EC, "Member 'ULevel::NumTextureStreamingDirtyResources' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LevelScriptActor) == 0x0000F0, "Member 'ULevel::LevelScriptActor' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NavListStart) == 0x0000F8, "Member 'ULevel::NavListStart' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NavListEnd) == 0x000100, "Member 'ULevel::NavListEnd' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NavDataChunks) == 0x000108, "Member 'ULevel::NavDataChunks' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LightmapTotalSize) == 0x000118, "Member 'ULevel::LightmapTotalSize' has a wrong offset!"); \ +static_assert(offsetof(ULevel, ShadowmapTotalSize) == 0x00011C, "Member 'ULevel::ShadowmapTotalSize' has a wrong offset!"); \ +static_assert(offsetof(ULevel, StaticNavigableGeometry) == 0x000120, "Member 'ULevel::StaticNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(ULevel, StreamingTextureGuids) == 0x000130, "Member 'ULevel::StreamingTextureGuids' has a wrong offset!"); \ +static_assert(offsetof(ULevel, StreamingTextures) == 0x000140, "Member 'ULevel::StreamingTextures' has a wrong offset!"); \ +static_assert(offsetof(ULevel, PackedTextureStreamingQualityLevelFeatureLevel) == 0x000150, "Member 'ULevel::PackedTextureStreamingQualityLevelFeatureLevel' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LevelBuildDataId) == 0x000210, "Member 'ULevel::LevelBuildDataId' has a wrong offset!"); \ +static_assert(offsetof(ULevel, MapBuildData) == 0x000220, "Member 'ULevel::MapBuildData' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LightBuildLevelOffset) == 0x000228, "Member 'ULevel::LightBuildLevelOffset' has a wrong offset!"); \ +static_assert(offsetof(ULevel, WorldSettings) == 0x0002B0, "Member 'ULevel::WorldSettings' has a wrong offset!"); \ +static_assert(offsetof(ULevel, WorldDataLayers) == 0x0002B8, "Member 'ULevel::WorldDataLayers' has a wrong offset!"); \ +static_assert(offsetof(ULevel, WorldPartitionRuntimeCell) == 0x0002C0, "Member 'ULevel::WorldPartitionRuntimeCell' has a wrong offset!"); \ +static_assert(offsetof(ULevel, AssetUserData) == 0x000398, "Member 'ULevel::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(ULevel, DestroyedReplicatedStaticActors) == 0x0003B8, "Member 'ULevel::DestroyedReplicatedStaticActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoRTFMTestLevel \ +static_assert(alignof(UAutoRTFMTestLevel) == 0x000008, "Wrong alignment on UAutoRTFMTestLevel"); \ +static_assert(sizeof(UAutoRTFMTestLevel) == 0x0003E0, "Wrong size on UAutoRTFMTestLevel"); \ + +#define DUMPER7_ASSERTS_ULineBatchComponent \ +static_assert(alignof(ULineBatchComponent) == 0x000010, "Wrong alignment on ULineBatchComponent"); \ +static_assert(sizeof(ULineBatchComponent) == 0x000570, "Wrong size on ULineBatchComponent"); \ + +#define DUMPER7_ASSERTS_AutoRTFMTestObject_OnComponentPhysicsStateChanged \ +static_assert(alignof(AutoRTFMTestObject_OnComponentPhysicsStateChanged) == 0x000008, "Wrong alignment on AutoRTFMTestObject_OnComponentPhysicsStateChanged"); \ +static_assert(sizeof(AutoRTFMTestObject_OnComponentPhysicsStateChanged) == 0x000010, "Wrong size on AutoRTFMTestObject_OnComponentPhysicsStateChanged"); \ +static_assert(offsetof(AutoRTFMTestObject_OnComponentPhysicsStateChanged, ChangedComponent) == 0x000000, "Member 'AutoRTFMTestObject_OnComponentPhysicsStateChanged::ChangedComponent' has a wrong offset!"); \ +static_assert(offsetof(AutoRTFMTestObject_OnComponentPhysicsStateChanged, StateChange) == 0x000008, "Member 'AutoRTFMTestObject_OnComponentPhysicsStateChanged::StateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoRTFMTestObject \ +static_assert(alignof(UAutoRTFMTestObject) == 0x000008, "Wrong alignment on UAutoRTFMTestObject"); \ +static_assert(sizeof(UAutoRTFMTestObject) == 0x000030, "Wrong size on UAutoRTFMTestObject"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_EqualEqual_InputDeviceId \ +static_assert(alignof(InputDeviceLibrary_EqualEqual_InputDeviceId) == 0x000004, "Wrong alignment on InputDeviceLibrary_EqualEqual_InputDeviceId"); \ +static_assert(sizeof(InputDeviceLibrary_EqualEqual_InputDeviceId) == 0x00000C, "Wrong size on InputDeviceLibrary_EqualEqual_InputDeviceId"); \ +static_assert(offsetof(InputDeviceLibrary_EqualEqual_InputDeviceId, A) == 0x000000, "Member 'InputDeviceLibrary_EqualEqual_InputDeviceId::A' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_EqualEqual_InputDeviceId, B) == 0x000004, "Member 'InputDeviceLibrary_EqualEqual_InputDeviceId::B' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_EqualEqual_InputDeviceId, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_EqualEqual_InputDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_EqualEqual_PlatformUserId \ +static_assert(alignof(InputDeviceLibrary_EqualEqual_PlatformUserId) == 0x000004, "Wrong alignment on InputDeviceLibrary_EqualEqual_PlatformUserId"); \ +static_assert(sizeof(InputDeviceLibrary_EqualEqual_PlatformUserId) == 0x00000C, "Wrong size on InputDeviceLibrary_EqualEqual_PlatformUserId"); \ +static_assert(offsetof(InputDeviceLibrary_EqualEqual_PlatformUserId, A) == 0x000000, "Member 'InputDeviceLibrary_EqualEqual_PlatformUserId::A' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_EqualEqual_PlatformUserId, B) == 0x000004, "Member 'InputDeviceLibrary_EqualEqual_PlatformUserId::B' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_EqualEqual_PlatformUserId, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_EqualEqual_PlatformUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetAllActiveUsers \ +static_assert(alignof(InputDeviceLibrary_GetAllActiveUsers) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetAllActiveUsers"); \ +static_assert(sizeof(InputDeviceLibrary_GetAllActiveUsers) == 0x000018, "Wrong size on InputDeviceLibrary_GetAllActiveUsers"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllActiveUsers, OutUsers) == 0x000000, "Member 'InputDeviceLibrary_GetAllActiveUsers::OutUsers' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllActiveUsers, ReturnValue) == 0x000010, "Member 'InputDeviceLibrary_GetAllActiveUsers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetAllConnectedInputDevices \ +static_assert(alignof(InputDeviceLibrary_GetAllConnectedInputDevices) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetAllConnectedInputDevices"); \ +static_assert(sizeof(InputDeviceLibrary_GetAllConnectedInputDevices) == 0x000018, "Wrong size on InputDeviceLibrary_GetAllConnectedInputDevices"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllConnectedInputDevices, OutInputDevices) == 0x000000, "Member 'InputDeviceLibrary_GetAllConnectedInputDevices::OutInputDevices' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllConnectedInputDevices, ReturnValue) == 0x000010, "Member 'InputDeviceLibrary_GetAllConnectedInputDevices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetAllInputDevices \ +static_assert(alignof(InputDeviceLibrary_GetAllInputDevices) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetAllInputDevices"); \ +static_assert(sizeof(InputDeviceLibrary_GetAllInputDevices) == 0x000018, "Wrong size on InputDeviceLibrary_GetAllInputDevices"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllInputDevices, OutInputDevices) == 0x000000, "Member 'InputDeviceLibrary_GetAllInputDevices::OutInputDevices' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllInputDevices, ReturnValue) == 0x000010, "Member 'InputDeviceLibrary_GetAllInputDevices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetAllInputDevicesForUser \ +static_assert(alignof(InputDeviceLibrary_GetAllInputDevicesForUser) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetAllInputDevicesForUser"); \ +static_assert(sizeof(InputDeviceLibrary_GetAllInputDevicesForUser) == 0x000020, "Wrong size on InputDeviceLibrary_GetAllInputDevicesForUser"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllInputDevicesForUser, UserId) == 0x000000, "Member 'InputDeviceLibrary_GetAllInputDevicesForUser::UserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllInputDevicesForUser, OutInputDevices) == 0x000008, "Member 'InputDeviceLibrary_GetAllInputDevicesForUser::OutInputDevices' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetAllInputDevicesForUser, ReturnValue) == 0x000018, "Member 'InputDeviceLibrary_GetAllInputDevicesForUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetDefaultInputDevice \ +static_assert(alignof(InputDeviceLibrary_GetDefaultInputDevice) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetDefaultInputDevice"); \ +static_assert(sizeof(InputDeviceLibrary_GetDefaultInputDevice) == 0x000004, "Wrong size on InputDeviceLibrary_GetDefaultInputDevice"); \ +static_assert(offsetof(InputDeviceLibrary_GetDefaultInputDevice, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_GetDefaultInputDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetInputDeviceConnectionState \ +static_assert(alignof(InputDeviceLibrary_GetInputDeviceConnectionState) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetInputDeviceConnectionState"); \ +static_assert(sizeof(InputDeviceLibrary_GetInputDeviceConnectionState) == 0x000008, "Wrong size on InputDeviceLibrary_GetInputDeviceConnectionState"); \ +static_assert(offsetof(InputDeviceLibrary_GetInputDeviceConnectionState, DeviceID) == 0x000000, "Member 'InputDeviceLibrary_GetInputDeviceConnectionState::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetInputDeviceConnectionState, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_GetInputDeviceConnectionState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetPlayerControllerFromInputDevice \ +static_assert(alignof(InputDeviceLibrary_GetPlayerControllerFromInputDevice) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetPlayerControllerFromInputDevice"); \ +static_assert(sizeof(InputDeviceLibrary_GetPlayerControllerFromInputDevice) == 0x000010, "Wrong size on InputDeviceLibrary_GetPlayerControllerFromInputDevice"); \ +static_assert(offsetof(InputDeviceLibrary_GetPlayerControllerFromInputDevice, DeviceID) == 0x000000, "Member 'InputDeviceLibrary_GetPlayerControllerFromInputDevice::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetPlayerControllerFromInputDevice, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_GetPlayerControllerFromInputDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetPlayerControllerFromPlatformUser \ +static_assert(alignof(InputDeviceLibrary_GetPlayerControllerFromPlatformUser) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetPlayerControllerFromPlatformUser"); \ +static_assert(sizeof(InputDeviceLibrary_GetPlayerControllerFromPlatformUser) == 0x000010, "Wrong size on InputDeviceLibrary_GetPlayerControllerFromPlatformUser"); \ +static_assert(offsetof(InputDeviceLibrary_GetPlayerControllerFromPlatformUser, UserId) == 0x000000, "Member 'InputDeviceLibrary_GetPlayerControllerFromPlatformUser::UserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetPlayerControllerFromPlatformUser, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_GetPlayerControllerFromPlatformUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetPrimaryInputDeviceForUser \ +static_assert(alignof(InputDeviceLibrary_GetPrimaryInputDeviceForUser) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetPrimaryInputDeviceForUser"); \ +static_assert(sizeof(InputDeviceLibrary_GetPrimaryInputDeviceForUser) == 0x000008, "Wrong size on InputDeviceLibrary_GetPrimaryInputDeviceForUser"); \ +static_assert(offsetof(InputDeviceLibrary_GetPrimaryInputDeviceForUser, UserId) == 0x000000, "Member 'InputDeviceLibrary_GetPrimaryInputDeviceForUser::UserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetPrimaryInputDeviceForUser, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_GetPrimaryInputDeviceForUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetPrimaryPlatformUser \ +static_assert(alignof(InputDeviceLibrary_GetPrimaryPlatformUser) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetPrimaryPlatformUser"); \ +static_assert(sizeof(InputDeviceLibrary_GetPrimaryPlatformUser) == 0x000004, "Wrong size on InputDeviceLibrary_GetPrimaryPlatformUser"); \ +static_assert(offsetof(InputDeviceLibrary_GetPrimaryPlatformUser, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_GetPrimaryPlatformUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetUserForInputDevice \ +static_assert(alignof(InputDeviceLibrary_GetUserForInputDevice) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetUserForInputDevice"); \ +static_assert(sizeof(InputDeviceLibrary_GetUserForInputDevice) == 0x000008, "Wrong size on InputDeviceLibrary_GetUserForInputDevice"); \ +static_assert(offsetof(InputDeviceLibrary_GetUserForInputDevice, DeviceID) == 0x000000, "Member 'InputDeviceLibrary_GetUserForInputDevice::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_GetUserForInputDevice, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_GetUserForInputDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_GetUserForUnpairedInputDevices \ +static_assert(alignof(InputDeviceLibrary_GetUserForUnpairedInputDevices) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetUserForUnpairedInputDevices"); \ +static_assert(sizeof(InputDeviceLibrary_GetUserForUnpairedInputDevices) == 0x000004, "Wrong size on InputDeviceLibrary_GetUserForUnpairedInputDevices"); \ +static_assert(offsetof(InputDeviceLibrary_GetUserForUnpairedInputDevices, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_GetUserForUnpairedInputDevices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_InputDeviceId_None \ +static_assert(alignof(InputDeviceLibrary_InputDeviceId_None) == 0x000004, "Wrong alignment on InputDeviceLibrary_InputDeviceId_None"); \ +static_assert(sizeof(InputDeviceLibrary_InputDeviceId_None) == 0x000004, "Wrong size on InputDeviceLibrary_InputDeviceId_None"); \ +static_assert(offsetof(InputDeviceLibrary_InputDeviceId_None, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_InputDeviceId_None::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_IsDevicePropertyHandleValid \ +static_assert(alignof(InputDeviceLibrary_IsDevicePropertyHandleValid) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsDevicePropertyHandleValid"); \ +static_assert(sizeof(InputDeviceLibrary_IsDevicePropertyHandleValid) == 0x000008, "Wrong size on InputDeviceLibrary_IsDevicePropertyHandleValid"); \ +static_assert(offsetof(InputDeviceLibrary_IsDevicePropertyHandleValid, InHandle) == 0x000000, "Member 'InputDeviceLibrary_IsDevicePropertyHandleValid::InHandle' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_IsDevicePropertyHandleValid, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsDevicePropertyHandleValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser \ +static_assert(alignof(InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser"); \ +static_assert(sizeof(InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser) == 0x000008, "Wrong size on InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser"); \ +static_assert(offsetof(InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser, InputDevice) == 0x000000, "Member 'InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser::InputDevice' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_IsUnpairedUserId \ +static_assert(alignof(InputDeviceLibrary_IsUnpairedUserId) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsUnpairedUserId"); \ +static_assert(sizeof(InputDeviceLibrary_IsUnpairedUserId) == 0x000008, "Wrong size on InputDeviceLibrary_IsUnpairedUserId"); \ +static_assert(offsetof(InputDeviceLibrary_IsUnpairedUserId, PlatformId) == 0x000000, "Member 'InputDeviceLibrary_IsUnpairedUserId::PlatformId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_IsUnpairedUserId, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsUnpairedUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_IsValidInputDevice \ +static_assert(alignof(InputDeviceLibrary_IsValidInputDevice) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsValidInputDevice"); \ +static_assert(sizeof(InputDeviceLibrary_IsValidInputDevice) == 0x000008, "Wrong size on InputDeviceLibrary_IsValidInputDevice"); \ +static_assert(offsetof(InputDeviceLibrary_IsValidInputDevice, DeviceID) == 0x000000, "Member 'InputDeviceLibrary_IsValidInputDevice::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_IsValidInputDevice, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsValidInputDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_IsValidPlatformId \ +static_assert(alignof(InputDeviceLibrary_IsValidPlatformId) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsValidPlatformId"); \ +static_assert(sizeof(InputDeviceLibrary_IsValidPlatformId) == 0x000008, "Wrong size on InputDeviceLibrary_IsValidPlatformId"); \ +static_assert(offsetof(InputDeviceLibrary_IsValidPlatformId, UserId) == 0x000000, "Member 'InputDeviceLibrary_IsValidPlatformId::UserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_IsValidPlatformId, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsValidPlatformId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_NotEqual_InputDeviceId \ +static_assert(alignof(InputDeviceLibrary_NotEqual_InputDeviceId) == 0x000004, "Wrong alignment on InputDeviceLibrary_NotEqual_InputDeviceId"); \ +static_assert(sizeof(InputDeviceLibrary_NotEqual_InputDeviceId) == 0x00000C, "Wrong size on InputDeviceLibrary_NotEqual_InputDeviceId"); \ +static_assert(offsetof(InputDeviceLibrary_NotEqual_InputDeviceId, A) == 0x000000, "Member 'InputDeviceLibrary_NotEqual_InputDeviceId::A' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_NotEqual_InputDeviceId, B) == 0x000004, "Member 'InputDeviceLibrary_NotEqual_InputDeviceId::B' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_NotEqual_InputDeviceId, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_NotEqual_InputDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_NotEqual_PlatformUserId \ +static_assert(alignof(InputDeviceLibrary_NotEqual_PlatformUserId) == 0x000004, "Wrong alignment on InputDeviceLibrary_NotEqual_PlatformUserId"); \ +static_assert(sizeof(InputDeviceLibrary_NotEqual_PlatformUserId) == 0x00000C, "Wrong size on InputDeviceLibrary_NotEqual_PlatformUserId"); \ +static_assert(offsetof(InputDeviceLibrary_NotEqual_PlatformUserId, A) == 0x000000, "Member 'InputDeviceLibrary_NotEqual_PlatformUserId::A' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_NotEqual_PlatformUserId, B) == 0x000004, "Member 'InputDeviceLibrary_NotEqual_PlatformUserId::B' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceLibrary_NotEqual_PlatformUserId, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_NotEqual_PlatformUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceLibrary_PlatformUserId_None \ +static_assert(alignof(InputDeviceLibrary_PlatformUserId_None) == 0x000004, "Wrong alignment on InputDeviceLibrary_PlatformUserId_None"); \ +static_assert(sizeof(InputDeviceLibrary_PlatformUserId_None) == 0x000004, "Wrong size on InputDeviceLibrary_PlatformUserId_None"); \ +static_assert(offsetof(InputDeviceLibrary_PlatformUserId_None, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_PlatformUserId_None::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceLibrary \ +static_assert(alignof(UInputDeviceLibrary) == 0x000008, "Wrong alignment on UInputDeviceLibrary"); \ +static_assert(sizeof(UInputDeviceLibrary) == 0x000028, "Wrong size on UInputDeviceLibrary"); \ + +#define DUMPER7_ASSERTS_UAutoRTFMTestPrimitiveComponent \ +static_assert(alignof(UAutoRTFMTestPrimitiveComponent) == 0x000010, "Wrong alignment on UAutoRTFMTestPrimitiveComponent"); \ +static_assert(sizeof(UAutoRTFMTestPrimitiveComponent) == 0x000570, "Wrong size on UAutoRTFMTestPrimitiveComponent"); \ + +#define DUMPER7_ASSERTS_WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD \ +static_assert(alignof(WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD) == 0x000008, "Wrong alignment on WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD"); \ +static_assert(sizeof(WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD) == 0x000018, "Wrong size on WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD"); \ +static_assert(offsetof(WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD, DestructibleInHLOD) == 0x000000, "Member 'WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD::DestructibleInHLOD' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD, DamagePercent) == 0x000010, "Member 'WorldPartitionDestructibleInHLODSupportLibrary_DamageInHLOD::DamagePercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD \ +static_assert(alignof(WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD) == 0x000008, "Wrong alignment on WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD"); \ +static_assert(sizeof(WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD) == 0x000010, "Wrong size on WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD"); \ +static_assert(offsetof(WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD, DestructibleInHLOD) == 0x000000, "Member 'WorldPartitionDestructibleInHLODSupportLibrary_DestroyInHLOD::DestructibleInHLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionDestructibleInHLODSupportLibrary \ +static_assert(alignof(UWorldPartitionDestructibleInHLODSupportLibrary) == 0x000008, "Wrong alignment on UWorldPartitionDestructibleInHLODSupportLibrary"); \ +static_assert(sizeof(UWorldPartitionDestructibleInHLODSupportLibrary) == 0x000028, "Wrong size on UWorldPartitionDestructibleInHLODSupportLibrary"); \ + +#define DUMPER7_ASSERTS_IBlendableInterface \ +static_assert(alignof(IBlendableInterface) == 0x000001, "Wrong alignment on IBlendableInterface"); \ +static_assert(sizeof(IBlendableInterface) == 0x000001, "Wrong size on IBlendableInterface"); \ + +#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_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_UBlueprintExtension \ +static_assert(alignof(UBlueprintExtension) == 0x000008, "Wrong alignment on UBlueprintExtension"); \ +static_assert(sizeof(UBlueprintExtension) == 0x000028, "Wrong size on UBlueprintExtension"); \ + +#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) == 0x000540, "Wrong size on UMaterialBillboardComponent"); \ +static_assert(offsetof(UMaterialBillboardComponent, Elements) == 0x000530, "Member 'UMaterialBillboardComponent::Elements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionDestructibleHLODComponent \ +static_assert(alignof(UWorldPartitionDestructibleHLODComponent) == 0x000010, "Wrong alignment on UWorldPartitionDestructibleHLODComponent"); \ +static_assert(sizeof(UWorldPartitionDestructibleHLODComponent) == 0x000440, "Wrong size on UWorldPartitionDestructibleHLODComponent"); \ +static_assert(offsetof(UWorldPartitionDestructibleHLODComponent, DestructibleHLODMaterial) == 0x000250, "Member 'UWorldPartitionDestructibleHLODComponent::DestructibleHLODMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionDestructibleHLODComponent, DestructibleHLODInstancesMappingData) == 0x000258, "Member 'UWorldPartitionDestructibleHLODComponent::DestructibleHLODInstancesMappingData' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionDestructibleHLODComponent, DestructibleHLODState) == 0x0002C8, "Member 'UWorldPartitionDestructibleHLODComponent::DestructibleHLODState' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionDestructibleHLODComponent, VisibilityMaterial) == 0x000400, "Member 'UWorldPartitionDestructibleHLODComponent::VisibilityMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionDestructibleHLODComponent, VisibilityTexture) == 0x000408, "Member 'UWorldPartitionDestructibleHLODComponent::VisibilityTexture' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionDestructibleHLODComponent, DestructibleActors) == 0x000428, "Member 'UWorldPartitionDestructibleHLODComponent::DestructibleActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_ConvertHalfLifeToSmoothingTime \ +static_assert(alignof(BlueprintSpringMathLibrary_ConvertHalfLifeToSmoothingTime) == 0x000004, "Wrong alignment on BlueprintSpringMathLibrary_ConvertHalfLifeToSmoothingTime"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_ConvertHalfLifeToSmoothingTime) == 0x000008, "Wrong size on BlueprintSpringMathLibrary_ConvertHalfLifeToSmoothingTime"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_ConvertHalfLifeToSmoothingTime, HalfLife) == 0x000000, "Member 'BlueprintSpringMathLibrary_ConvertHalfLifeToSmoothingTime::HalfLife' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_ConvertHalfLifeToSmoothingTime, ReturnValue) == 0x000004, "Member 'BlueprintSpringMathLibrary_ConvertHalfLifeToSmoothingTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_ConvertSmoothingTimeToHalfLife \ +static_assert(alignof(BlueprintSpringMathLibrary_ConvertSmoothingTimeToHalfLife) == 0x000004, "Wrong alignment on BlueprintSpringMathLibrary_ConvertSmoothingTimeToHalfLife"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_ConvertSmoothingTimeToHalfLife) == 0x000008, "Wrong size on BlueprintSpringMathLibrary_ConvertSmoothingTimeToHalfLife"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_ConvertSmoothingTimeToHalfLife, SmoothingTime) == 0x000000, "Member 'BlueprintSpringMathLibrary_ConvertSmoothingTimeToHalfLife::SmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_ConvertSmoothingTimeToHalfLife, ReturnValue) == 0x000004, "Member 'BlueprintSpringMathLibrary_ConvertSmoothingTimeToHalfLife::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_ConvertSmoothingTimeToStrength \ +static_assert(alignof(BlueprintSpringMathLibrary_ConvertSmoothingTimeToStrength) == 0x000004, "Wrong alignment on BlueprintSpringMathLibrary_ConvertSmoothingTimeToStrength"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_ConvertSmoothingTimeToStrength) == 0x000008, "Wrong size on BlueprintSpringMathLibrary_ConvertSmoothingTimeToStrength"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_ConvertSmoothingTimeToStrength, SmoothingTime) == 0x000000, "Member 'BlueprintSpringMathLibrary_ConvertSmoothingTimeToStrength::SmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_ConvertSmoothingTimeToStrength, ReturnValue) == 0x000004, "Member 'BlueprintSpringMathLibrary_ConvertSmoothingTimeToStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_ConvertStrengthToSmoothingTime \ +static_assert(alignof(BlueprintSpringMathLibrary_ConvertStrengthToSmoothingTime) == 0x000004, "Wrong alignment on BlueprintSpringMathLibrary_ConvertStrengthToSmoothingTime"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_ConvertStrengthToSmoothingTime) == 0x000008, "Wrong size on BlueprintSpringMathLibrary_ConvertStrengthToSmoothingTime"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_ConvertStrengthToSmoothingTime, Strength) == 0x000000, "Member 'BlueprintSpringMathLibrary_ConvertStrengthToSmoothingTime::Strength' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_ConvertStrengthToSmoothingTime, ReturnValue) == 0x000004, "Member 'BlueprintSpringMathLibrary_ConvertStrengthToSmoothingTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_CriticalSpringDampAngle \ +static_assert(alignof(BlueprintSpringMathLibrary_CriticalSpringDampAngle) == 0x000004, "Wrong alignment on BlueprintSpringMathLibrary_CriticalSpringDampAngle"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_CriticalSpringDampAngle) == 0x000014, "Wrong size on BlueprintSpringMathLibrary_CriticalSpringDampAngle"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampAngle, InOutAngle) == 0x000000, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampAngle::InOutAngle' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampAngle, InOutAngularVelocity) == 0x000004, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampAngle::InOutAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampAngle, TargetAngle) == 0x000008, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampAngle::TargetAngle' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampAngle, DeltaTime) == 0x00000C, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampAngle::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampAngle, SmoothingTime) == 0x000010, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampAngle::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_CriticalSpringDampFloat \ +static_assert(alignof(BlueprintSpringMathLibrary_CriticalSpringDampFloat) == 0x000004, "Wrong alignment on BlueprintSpringMathLibrary_CriticalSpringDampFloat"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_CriticalSpringDampFloat) == 0x000014, "Wrong size on BlueprintSpringMathLibrary_CriticalSpringDampFloat"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampFloat, InOutX) == 0x000000, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampFloat::InOutX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampFloat, InOutV) == 0x000004, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampFloat::InOutV' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampFloat, TargetX) == 0x000008, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampFloat::TargetX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampFloat, DeltaTime) == 0x00000C, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampFloat::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampFloat, SmoothingTime) == 0x000010, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampFloat::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_CriticalSpringDampQuat \ +static_assert(alignof(BlueprintSpringMathLibrary_CriticalSpringDampQuat) == 0x000010, "Wrong alignment on BlueprintSpringMathLibrary_CriticalSpringDampQuat"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_CriticalSpringDampQuat) == 0x000070, "Wrong size on BlueprintSpringMathLibrary_CriticalSpringDampQuat"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampQuat, InOutRotation) == 0x000000, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampQuat::InOutRotation' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampQuat, InOutAngularVelocity) == 0x000020, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampQuat::InOutAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampQuat, TargetRotation) == 0x000040, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampQuat::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampQuat, DeltaTime) == 0x000060, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampQuat::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampQuat, SmoothingTime) == 0x000064, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampQuat::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_CriticalSpringDampRotator \ +static_assert(alignof(BlueprintSpringMathLibrary_CriticalSpringDampRotator) == 0x000008, "Wrong alignment on BlueprintSpringMathLibrary_CriticalSpringDampRotator"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_CriticalSpringDampRotator) == 0x000050, "Wrong size on BlueprintSpringMathLibrary_CriticalSpringDampRotator"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampRotator, InOutRotation) == 0x000000, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampRotator::InOutRotation' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampRotator, InOutAngularVelocity) == 0x000018, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampRotator::InOutAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampRotator, TargetRotation) == 0x000030, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampRotator::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampRotator, DeltaTime) == 0x000048, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampRotator::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampRotator, SmoothingTime) == 0x00004C, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampRotator::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_CriticalSpringDampVector \ +static_assert(alignof(BlueprintSpringMathLibrary_CriticalSpringDampVector) == 0x000008, "Wrong alignment on BlueprintSpringMathLibrary_CriticalSpringDampVector"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_CriticalSpringDampVector) == 0x000050, "Wrong size on BlueprintSpringMathLibrary_CriticalSpringDampVector"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampVector, InOutX) == 0x000000, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampVector::InOutX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampVector, InOutV) == 0x000018, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampVector::InOutV' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampVector, TargetX) == 0x000030, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampVector::TargetX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampVector, DeltaTime) == 0x000048, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampVector::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampVector, SmoothingTime) == 0x00004C, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampVector::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_CriticalSpringDampVector2D \ +static_assert(alignof(BlueprintSpringMathLibrary_CriticalSpringDampVector2D) == 0x000008, "Wrong alignment on BlueprintSpringMathLibrary_CriticalSpringDampVector2D"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_CriticalSpringDampVector2D) == 0x000038, "Wrong size on BlueprintSpringMathLibrary_CriticalSpringDampVector2D"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampVector2D, InOutX) == 0x000000, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampVector2D::InOutX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampVector2D, InOutV) == 0x000010, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampVector2D::InOutV' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampVector2D, TargetX) == 0x000020, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampVector2D::TargetX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampVector2D, DeltaTime) == 0x000030, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampVector2D::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_CriticalSpringDampVector2D, SmoothingTime) == 0x000034, "Member 'BlueprintSpringMathLibrary_CriticalSpringDampVector2D::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_DampAngle \ +static_assert(alignof(BlueprintSpringMathLibrary_DampAngle) == 0x000004, "Wrong alignment on BlueprintSpringMathLibrary_DampAngle"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_DampAngle) == 0x000014, "Wrong size on BlueprintSpringMathLibrary_DampAngle"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampAngle, Angle) == 0x000000, "Member 'BlueprintSpringMathLibrary_DampAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampAngle, TargetAngle) == 0x000004, "Member 'BlueprintSpringMathLibrary_DampAngle::TargetAngle' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampAngle, DeltaTime) == 0x000008, "Member 'BlueprintSpringMathLibrary_DampAngle::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampAngle, SmoothingTime) == 0x00000C, "Member 'BlueprintSpringMathLibrary_DampAngle::SmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampAngle, ReturnValue) == 0x000010, "Member 'BlueprintSpringMathLibrary_DampAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_DampFloat \ +static_assert(alignof(BlueprintSpringMathLibrary_DampFloat) == 0x000004, "Wrong alignment on BlueprintSpringMathLibrary_DampFloat"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_DampFloat) == 0x000014, "Wrong size on BlueprintSpringMathLibrary_DampFloat"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampFloat, Value) == 0x000000, "Member 'BlueprintSpringMathLibrary_DampFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampFloat, Target) == 0x000004, "Member 'BlueprintSpringMathLibrary_DampFloat::Target' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampFloat, DeltaTime) == 0x000008, "Member 'BlueprintSpringMathLibrary_DampFloat::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampFloat, SmoothingTime) == 0x00000C, "Member 'BlueprintSpringMathLibrary_DampFloat::SmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampFloat, ReturnValue) == 0x000010, "Member 'BlueprintSpringMathLibrary_DampFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_DampQuat \ +static_assert(alignof(BlueprintSpringMathLibrary_DampQuat) == 0x000010, "Wrong alignment on BlueprintSpringMathLibrary_DampQuat"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_DampQuat) == 0x000070, "Wrong size on BlueprintSpringMathLibrary_DampQuat"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampQuat, Rotation) == 0x000000, "Member 'BlueprintSpringMathLibrary_DampQuat::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampQuat, TargetRotation) == 0x000020, "Member 'BlueprintSpringMathLibrary_DampQuat::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampQuat, DeltaTime) == 0x000040, "Member 'BlueprintSpringMathLibrary_DampQuat::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampQuat, SmoothingTime) == 0x000044, "Member 'BlueprintSpringMathLibrary_DampQuat::SmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampQuat, ReturnValue) == 0x000050, "Member 'BlueprintSpringMathLibrary_DampQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_DampRotator \ +static_assert(alignof(BlueprintSpringMathLibrary_DampRotator) == 0x000008, "Wrong alignment on BlueprintSpringMathLibrary_DampRotator"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_DampRotator) == 0x000050, "Wrong size on BlueprintSpringMathLibrary_DampRotator"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampRotator, Rotation) == 0x000000, "Member 'BlueprintSpringMathLibrary_DampRotator::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampRotator, TargetRotation) == 0x000018, "Member 'BlueprintSpringMathLibrary_DampRotator::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampRotator, DeltaTime) == 0x000030, "Member 'BlueprintSpringMathLibrary_DampRotator::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampRotator, SmoothingTime) == 0x000034, "Member 'BlueprintSpringMathLibrary_DampRotator::SmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampRotator, ReturnValue) == 0x000038, "Member 'BlueprintSpringMathLibrary_DampRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_DampVector \ +static_assert(alignof(BlueprintSpringMathLibrary_DampVector) == 0x000008, "Wrong alignment on BlueprintSpringMathLibrary_DampVector"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_DampVector) == 0x000050, "Wrong size on BlueprintSpringMathLibrary_DampVector"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampVector, Value) == 0x000000, "Member 'BlueprintSpringMathLibrary_DampVector::Value' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampVector, Target) == 0x000018, "Member 'BlueprintSpringMathLibrary_DampVector::Target' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampVector, DeltaTime) == 0x000030, "Member 'BlueprintSpringMathLibrary_DampVector::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampVector, SmoothingTime) == 0x000034, "Member 'BlueprintSpringMathLibrary_DampVector::SmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampVector, ReturnValue) == 0x000038, "Member 'BlueprintSpringMathLibrary_DampVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_DampVector2D \ +static_assert(alignof(BlueprintSpringMathLibrary_DampVector2D) == 0x000008, "Wrong alignment on BlueprintSpringMathLibrary_DampVector2D"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_DampVector2D) == 0x000038, "Wrong size on BlueprintSpringMathLibrary_DampVector2D"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampVector2D, Value) == 0x000000, "Member 'BlueprintSpringMathLibrary_DampVector2D::Value' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampVector2D, Target) == 0x000010, "Member 'BlueprintSpringMathLibrary_DampVector2D::Target' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampVector2D, DeltaTime) == 0x000020, "Member 'BlueprintSpringMathLibrary_DampVector2D::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampVector2D, SmoothingTime) == 0x000024, "Member 'BlueprintSpringMathLibrary_DampVector2D::SmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_DampVector2D, ReturnValue) == 0x000028, "Member 'BlueprintSpringMathLibrary_DampVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_SpringCharacterUpdate \ +static_assert(alignof(BlueprintSpringMathLibrary_SpringCharacterUpdate) == 0x000008, "Wrong alignment on BlueprintSpringMathLibrary_SpringCharacterUpdate"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_SpringCharacterUpdate) == 0x000068, "Wrong size on BlueprintSpringMathLibrary_SpringCharacterUpdate"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_SpringCharacterUpdate, InOutPosition) == 0x000000, "Member 'BlueprintSpringMathLibrary_SpringCharacterUpdate::InOutPosition' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_SpringCharacterUpdate, InOutVelocity) == 0x000018, "Member 'BlueprintSpringMathLibrary_SpringCharacterUpdate::InOutVelocity' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_SpringCharacterUpdate, InOutAcceleration) == 0x000030, "Member 'BlueprintSpringMathLibrary_SpringCharacterUpdate::InOutAcceleration' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_SpringCharacterUpdate, TargetVelocity) == 0x000048, "Member 'BlueprintSpringMathLibrary_SpringCharacterUpdate::TargetVelocity' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_SpringCharacterUpdate, DeltaTime) == 0x000060, "Member 'BlueprintSpringMathLibrary_SpringCharacterUpdate::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_SpringCharacterUpdate, SmoothingTime) == 0x000064, "Member 'BlueprintSpringMathLibrary_SpringCharacterUpdate::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate \ +static_assert(alignof(BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate) == 0x000008, "Wrong alignment on BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate) == 0x000088, "Wrong size on BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate, InOutPosition) == 0x000000, "Member 'BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate::InOutPosition' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate, InOutVelocity) == 0x000018, "Member 'BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate::InOutVelocity' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate, InOutVelocityIntermediate) == 0x000030, "Member 'BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate::InOutVelocityIntermediate' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate, InOutAcceleration) == 0x000048, "Member 'BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate::InOutAcceleration' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate, TargetVelocity) == 0x000060, "Member 'BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate::TargetVelocity' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate, DeltaTime) == 0x000078, "Member 'BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate, SmoothingTime) == 0x00007C, "Member 'BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate::SmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate, MaxAcceleration) == 0x000080, "Member 'BlueprintSpringMathLibrary_VelocitySpringCharacterUpdate::MaxAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_VelocitySpringDampFloat \ +static_assert(alignof(BlueprintSpringMathLibrary_VelocitySpringDampFloat) == 0x000004, "Wrong alignment on BlueprintSpringMathLibrary_VelocitySpringDampFloat"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_VelocitySpringDampFloat) == 0x00001C, "Wrong size on BlueprintSpringMathLibrary_VelocitySpringDampFloat"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampFloat, InOutX) == 0x000000, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampFloat::InOutX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampFloat, InOutV) == 0x000004, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampFloat::InOutV' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampFloat, InOutVi) == 0x000008, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampFloat::InOutVi' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampFloat, TargetX) == 0x00000C, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampFloat::TargetX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampFloat, MaxSpeed) == 0x000010, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampFloat::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampFloat, DeltaTime) == 0x000014, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampFloat::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampFloat, SmoothingTime) == 0x000018, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampFloat::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_VelocitySpringDampVector \ +static_assert(alignof(BlueprintSpringMathLibrary_VelocitySpringDampVector) == 0x000008, "Wrong alignment on BlueprintSpringMathLibrary_VelocitySpringDampVector"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_VelocitySpringDampVector) == 0x000070, "Wrong size on BlueprintSpringMathLibrary_VelocitySpringDampVector"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector, InOutX) == 0x000000, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector::InOutX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector, InOutV) == 0x000018, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector::InOutV' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector, InOutVi) == 0x000030, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector::InOutVi' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector, TargetX) == 0x000048, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector::TargetX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector, MaxSpeed) == 0x000060, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector, DeltaTime) == 0x000064, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector, SmoothingTime) == 0x000068, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSpringMathLibrary_VelocitySpringDampVector2D \ +static_assert(alignof(BlueprintSpringMathLibrary_VelocitySpringDampVector2D) == 0x000008, "Wrong alignment on BlueprintSpringMathLibrary_VelocitySpringDampVector2D"); \ +static_assert(sizeof(BlueprintSpringMathLibrary_VelocitySpringDampVector2D) == 0x000050, "Wrong size on BlueprintSpringMathLibrary_VelocitySpringDampVector2D"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector2D, InOutX) == 0x000000, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector2D::InOutX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector2D, InOutV) == 0x000010, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector2D::InOutV' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector2D, InOutVi) == 0x000020, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector2D::InOutVi' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector2D, TargetX) == 0x000030, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector2D::TargetX' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector2D, MaxSpeed) == 0x000040, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector2D::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector2D, DeltaTime) == 0x000044, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector2D::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSpringMathLibrary_VelocitySpringDampVector2D, SmoothingTime) == 0x000048, "Member 'BlueprintSpringMathLibrary_VelocitySpringDampVector2D::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintSpringMathLibrary \ +static_assert(alignof(UBlueprintSpringMathLibrary) == 0x000008, "Wrong alignment on UBlueprintSpringMathLibrary"); \ +static_assert(sizeof(UBlueprintSpringMathLibrary) == 0x000028, "Wrong size on UBlueprintSpringMathLibrary"); \ + +#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_UBookmarkBase \ +static_assert(alignof(UBookmarkBase) == 0x000008, "Wrong alignment on UBookmarkBase"); \ +static_assert(sizeof(UBookmarkBase) == 0x000028, "Wrong size on UBookmarkBase"); \ + +#define DUMPER7_ASSERTS_UBookMark2D \ +static_assert(alignof(UBookMark2D) == 0x000008, "Wrong alignment on UBookMark2D"); \ +static_assert(sizeof(UBookMark2D) == 0x000038, "Wrong size on UBookMark2D"); \ +static_assert(offsetof(UBookMark2D, Zoom2D) == 0x000028, "Member 'UBookMark2D::Zoom2D' has a wrong offset!"); \ +static_assert(offsetof(UBookMark2D, Location) == 0x00002C, "Member 'UBookMark2D::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_AReflectionCapture \ +static_assert(alignof(AReflectionCapture) == 0x000008, "Wrong alignment on AReflectionCapture"); \ +static_assert(sizeof(AReflectionCapture) == 0x0002B8, "Wrong size on AReflectionCapture"); \ +static_assert(offsetof(AReflectionCapture, CaptureComponent) == 0x0002B0, "Member 'AReflectionCapture::CaptureComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABoxReflectionCapture \ +static_assert(alignof(ABoxReflectionCapture) == 0x000008, "Wrong alignment on ABoxReflectionCapture"); \ +static_assert(sizeof(ABoxReflectionCapture) == 0x0002B8, "Wrong size on ABoxReflectionCapture"); \ + +#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_UParticleModuleCollisionBase \ +static_assert(alignof(UParticleModuleCollisionBase) == 0x000008, "Wrong alignment on UParticleModuleCollisionBase"); \ +static_assert(sizeof(UParticleModuleCollisionBase) == 0x000030, "Wrong size on UParticleModuleCollisionBase"); \ + +#define DUMPER7_ASSERTS_UBoxReflectionCaptureComponent \ +static_assert(alignof(UBoxReflectionCaptureComponent) == 0x000010, "Wrong alignment on UBoxReflectionCaptureComponent"); \ +static_assert(sizeof(UBoxReflectionCaptureComponent) == 0x0002D0, "Wrong size on UBoxReflectionCaptureComponent"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionDistance) == 0x0002B8, "Member 'UBoxReflectionCaptureComponent::BoxTransitionDistance' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewInfluenceBox) == 0x0002C0, "Member 'UBoxReflectionCaptureComponent::PreviewInfluenceBox' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewCaptureBox) == 0x0002C8, "Member 'UBoxReflectionCaptureComponent::PreviewCaptureBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChildConnection \ +static_assert(alignof(UChildConnection) == 0x000010, "Wrong alignment on UChildConnection"); \ +static_assert(sizeof(UChildConnection) == 0x001E90, "Wrong size on UChildConnection"); \ +static_assert(offsetof(UChildConnection, Parent) == 0x001E88, "Member 'UChildConnection::Parent' has a wrong offset!"); \ + +#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_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_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_UPoseWatchElement \ +static_assert(alignof(UPoseWatchElement) == 0x000008, "Wrong alignment on UPoseWatchElement"); \ +static_assert(sizeof(UPoseWatchElement) == 0x000028, "Wrong size on UPoseWatchElement"); \ + +#define DUMPER7_ASSERTS_UPoseWatchPoseElement \ +static_assert(alignof(UPoseWatchPoseElement) == 0x000008, "Wrong alignment on UPoseWatchPoseElement"); \ +static_assert(sizeof(UPoseWatchPoseElement) == 0x000028, "Wrong size on UPoseWatchPoseElement"); \ + +#define DUMPER7_ASSERTS_UParticleModuleEventBase \ +static_assert(alignof(UParticleModuleEventBase) == 0x000008, "Wrong alignment on UParticleModuleEventBase"); \ +static_assert(sizeof(UParticleModuleEventBase) == 0x000030, "Wrong size on UParticleModuleEventBase"); \ + +#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_UDemoNetConnection \ +static_assert(alignof(UDemoNetConnection) == 0x000010, "Wrong alignment on UDemoNetConnection"); \ +static_assert(sizeof(UDemoNetConnection) == 0x001EE0, "Wrong size on UDemoNetConnection"); \ + +#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) == 0x000348, "Wrong size on AController"); \ +static_assert(offsetof(AController, PlayerState) == 0x0002B8, "Member 'AController::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(AController, OnInstigatedAnyDamage) == 0x0002C8, "Member 'AController::OnInstigatedAnyDamage' has a wrong offset!"); \ +static_assert(offsetof(AController, OnPossessedPawnChanged) == 0x0002D8, "Member 'AController::OnPossessedPawnChanged' has a wrong offset!"); \ +static_assert(offsetof(AController, StateName) == 0x0002E8, "Member 'AController::StateName' has a wrong offset!"); \ +static_assert(offsetof(AController, Pawn) == 0x0002F0, "Member 'AController::Pawn' has a wrong offset!"); \ +static_assert(offsetof(AController, Character) == 0x000300, "Member 'AController::Character' has a wrong offset!"); \ +static_assert(offsetof(AController, TransformComponent) == 0x000308, "Member 'AController::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(AController, ControlRotation) == 0x000328, "Member 'AController::ControlRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ActivateTouchInterface \ +static_assert(alignof(PlayerController_ActivateTouchInterface) == 0x000008, "Wrong alignment on PlayerController_ActivateTouchInterface"); \ +static_assert(sizeof(PlayerController_ActivateTouchInterface) == 0x000008, "Wrong size on PlayerController_ActivateTouchInterface"); \ +static_assert(offsetof(PlayerController_ActivateTouchInterface, NewTouchInterface) == 0x000000, "Member 'PlayerController_ActivateTouchInterface::NewTouchInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_AddPitchInput \ +static_assert(alignof(PlayerController_AddPitchInput) == 0x000004, "Wrong alignment on PlayerController_AddPitchInput"); \ +static_assert(sizeof(PlayerController_AddPitchInput) == 0x000004, "Wrong size on PlayerController_AddPitchInput"); \ +static_assert(offsetof(PlayerController_AddPitchInput, Val) == 0x000000, "Member 'PlayerController_AddPitchInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_AddRollInput \ +static_assert(alignof(PlayerController_AddRollInput) == 0x000004, "Wrong alignment on PlayerController_AddRollInput"); \ +static_assert(sizeof(PlayerController_AddRollInput) == 0x000004, "Wrong size on PlayerController_AddRollInput"); \ +static_assert(offsetof(PlayerController_AddRollInput, Val) == 0x000000, "Member 'PlayerController_AddRollInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_AddYawInput \ +static_assert(alignof(PlayerController_AddYawInput) == 0x000004, "Wrong alignment on PlayerController_AddYawInput"); \ +static_assert(sizeof(PlayerController_AddYawInput) == 0x000004, "Wrong size on PlayerController_AddYawInput"); \ +static_assert(offsetof(PlayerController_AddYawInput, Val) == 0x000000, "Member 'PlayerController_AddYawInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_Camera \ +static_assert(alignof(PlayerController_Camera) == 0x000004, "Wrong alignment on PlayerController_Camera"); \ +static_assert(sizeof(PlayerController_Camera) == 0x000008, "Wrong size on PlayerController_Camera"); \ +static_assert(offsetof(PlayerController_Camera, NewMode) == 0x000000, "Member 'PlayerController_Camera::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_CanRestartPlayer \ +static_assert(alignof(PlayerController_CanRestartPlayer) == 0x000001, "Wrong alignment on PlayerController_CanRestartPlayer"); \ +static_assert(sizeof(PlayerController_CanRestartPlayer) == 0x000001, "Wrong size on PlayerController_CanRestartPlayer"); \ +static_assert(offsetof(PlayerController_CanRestartPlayer, ReturnValue) == 0x000000, "Member 'PlayerController_CanRestartPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientAckTimeDilation \ +static_assert(alignof(PlayerController_ClientAckTimeDilation) == 0x000004, "Wrong alignment on PlayerController_ClientAckTimeDilation"); \ +static_assert(sizeof(PlayerController_ClientAckTimeDilation) == 0x000008, "Wrong size on PlayerController_ClientAckTimeDilation"); \ +static_assert(offsetof(PlayerController_ClientAckTimeDilation, TimeDilation) == 0x000000, "Member 'PlayerController_ClientAckTimeDilation::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAckTimeDilation, ServerStep) == 0x000004, "Member 'PlayerController_ClientAckTimeDilation::ServerStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientAckUpdateLevelVisibility \ +static_assert(alignof(PlayerController_ClientAckUpdateLevelVisibility) == 0x000004, "Wrong alignment on PlayerController_ClientAckUpdateLevelVisibility"); \ +static_assert(sizeof(PlayerController_ClientAckUpdateLevelVisibility) == 0x000010, "Wrong size on PlayerController_ClientAckUpdateLevelVisibility"); \ +static_assert(offsetof(PlayerController_ClientAckUpdateLevelVisibility, PackageName) == 0x000000, "Member 'PlayerController_ClientAckUpdateLevelVisibility::PackageName' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAckUpdateLevelVisibility, TransactionId) == 0x000008, "Member 'PlayerController_ClientAckUpdateLevelVisibility::TransactionId' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAckUpdateLevelVisibility, bClientAckCanMakeVisible) == 0x00000C, "Member 'PlayerController_ClientAckUpdateLevelVisibility::bClientAckCanMakeVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientAddTextureStreamingLoc \ +static_assert(alignof(PlayerController_ClientAddTextureStreamingLoc) == 0x000008, "Wrong alignment on PlayerController_ClientAddTextureStreamingLoc"); \ +static_assert(sizeof(PlayerController_ClientAddTextureStreamingLoc) == 0x000020, "Wrong size on PlayerController_ClientAddTextureStreamingLoc"); \ +static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, InLoc) == 0x000000, "Member 'PlayerController_ClientAddTextureStreamingLoc::InLoc' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, Duration) == 0x000018, "Member 'PlayerController_ClientAddTextureStreamingLoc::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, bOverrideLocation) == 0x00001C, "Member 'PlayerController_ClientAddTextureStreamingLoc::bOverrideLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientCapBandwidth \ +static_assert(alignof(PlayerController_ClientCapBandwidth) == 0x000004, "Wrong alignment on PlayerController_ClientCapBandwidth"); \ +static_assert(sizeof(PlayerController_ClientCapBandwidth) == 0x000004, "Wrong size on PlayerController_ClientCapBandwidth"); \ +static_assert(offsetof(PlayerController_ClientCapBandwidth, Cap) == 0x000000, "Member 'PlayerController_ClientCapBandwidth::Cap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientEnableNetworkVoice \ +static_assert(alignof(PlayerController_ClientEnableNetworkVoice) == 0x000001, "Wrong alignment on PlayerController_ClientEnableNetworkVoice"); \ +static_assert(sizeof(PlayerController_ClientEnableNetworkVoice) == 0x000001, "Wrong size on PlayerController_ClientEnableNetworkVoice"); \ +static_assert(offsetof(PlayerController_ClientEnableNetworkVoice, bEnable) == 0x000000, "Member 'PlayerController_ClientEnableNetworkVoice::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientGameEnded \ +static_assert(alignof(PlayerController_ClientGameEnded) == 0x000008, "Wrong alignment on PlayerController_ClientGameEnded"); \ +static_assert(sizeof(PlayerController_ClientGameEnded) == 0x000010, "Wrong size on PlayerController_ClientGameEnded"); \ +static_assert(offsetof(PlayerController_ClientGameEnded, EndGameFocus) == 0x000000, "Member 'PlayerController_ClientGameEnded::EndGameFocus' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientGameEnded, bIsWinner) == 0x000008, "Member 'PlayerController_ClientGameEnded::bIsWinner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientGotoState \ +static_assert(alignof(PlayerController_ClientGotoState) == 0x000004, "Wrong alignment on PlayerController_ClientGotoState"); \ +static_assert(sizeof(PlayerController_ClientGotoState) == 0x000008, "Wrong size on PlayerController_ClientGotoState"); \ +static_assert(offsetof(PlayerController_ClientGotoState, NewState) == 0x000000, "Member 'PlayerController_ClientGotoState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientIgnoreLookInput \ +static_assert(alignof(PlayerController_ClientIgnoreLookInput) == 0x000001, "Wrong alignment on PlayerController_ClientIgnoreLookInput"); \ +static_assert(sizeof(PlayerController_ClientIgnoreLookInput) == 0x000001, "Wrong size on PlayerController_ClientIgnoreLookInput"); \ +static_assert(offsetof(PlayerController_ClientIgnoreLookInput, bIgnore) == 0x000000, "Member 'PlayerController_ClientIgnoreLookInput::bIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientIgnoreMoveInput \ +static_assert(alignof(PlayerController_ClientIgnoreMoveInput) == 0x000001, "Wrong alignment on PlayerController_ClientIgnoreMoveInput"); \ +static_assert(sizeof(PlayerController_ClientIgnoreMoveInput) == 0x000001, "Wrong size on PlayerController_ClientIgnoreMoveInput"); \ +static_assert(offsetof(PlayerController_ClientIgnoreMoveInput, bIgnore) == 0x000000, "Member 'PlayerController_ClientIgnoreMoveInput::bIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientMessage \ +static_assert(alignof(PlayerController_ClientMessage) == 0x000008, "Wrong alignment on PlayerController_ClientMessage"); \ +static_assert(sizeof(PlayerController_ClientMessage) == 0x000020, "Wrong size on PlayerController_ClientMessage"); \ +static_assert(offsetof(PlayerController_ClientMessage, S) == 0x000000, "Member 'PlayerController_ClientMessage::S' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientMessage, Type) == 0x000010, "Member 'PlayerController_ClientMessage::Type' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientMessage, MsgLifeTime) == 0x000018, "Member 'PlayerController_ClientMessage::MsgLifeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientMutePlayer \ +static_assert(alignof(PlayerController_ClientMutePlayer) == 0x000008, "Wrong alignment on PlayerController_ClientMutePlayer"); \ +static_assert(sizeof(PlayerController_ClientMutePlayer) == 0x000030, "Wrong size on PlayerController_ClientMutePlayer"); \ +static_assert(offsetof(PlayerController_ClientMutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ClientMutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPlayForceFeedback_Internal \ +static_assert(alignof(PlayerController_ClientPlayForceFeedback_Internal) == 0x000008, "Wrong alignment on PlayerController_ClientPlayForceFeedback_Internal"); \ +static_assert(sizeof(PlayerController_ClientPlayForceFeedback_Internal) == 0x000018, "Wrong size on PlayerController_ClientPlayForceFeedback_Internal"); \ +static_assert(offsetof(PlayerController_ClientPlayForceFeedback_Internal, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_ClientPlayForceFeedback_Internal::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayForceFeedback_Internal, Params_0) == 0x000008, "Member 'PlayerController_ClientPlayForceFeedback_Internal::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPlaySound \ +static_assert(alignof(PlayerController_ClientPlaySound) == 0x000008, "Wrong alignment on PlayerController_ClientPlaySound"); \ +static_assert(sizeof(PlayerController_ClientPlaySound) == 0x000010, "Wrong size on PlayerController_ClientPlaySound"); \ +static_assert(offsetof(PlayerController_ClientPlaySound, Sound) == 0x000000, "Member 'PlayerController_ClientPlaySound::Sound' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySound, VolumeMultiplier) == 0x000008, "Member 'PlayerController_ClientPlaySound::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySound, PitchMultiplier) == 0x00000C, "Member 'PlayerController_ClientPlaySound::PitchMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPlaySoundAtLocation \ +static_assert(alignof(PlayerController_ClientPlaySoundAtLocation) == 0x000008, "Wrong alignment on PlayerController_ClientPlaySoundAtLocation"); \ +static_assert(sizeof(PlayerController_ClientPlaySoundAtLocation) == 0x000028, "Wrong size on PlayerController_ClientPlaySoundAtLocation"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, Sound) == 0x000000, "Member 'PlayerController_ClientPlaySoundAtLocation::Sound' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, Location) == 0x000008, "Member 'PlayerController_ClientPlaySoundAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, VolumeMultiplier) == 0x000020, "Member 'PlayerController_ClientPlaySoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, PitchMultiplier) == 0x000024, "Member 'PlayerController_ClientPlaySoundAtLocation::PitchMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPrepareMapChange \ +static_assert(alignof(PlayerController_ClientPrepareMapChange) == 0x000004, "Wrong alignment on PlayerController_ClientPrepareMapChange"); \ +static_assert(sizeof(PlayerController_ClientPrepareMapChange) == 0x00000C, "Wrong size on PlayerController_ClientPrepareMapChange"); \ +static_assert(offsetof(PlayerController_ClientPrepareMapChange, LevelName) == 0x000000, "Member 'PlayerController_ClientPrepareMapChange::LevelName' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrepareMapChange, bFirst) == 0x000008, "Member 'PlayerController_ClientPrepareMapChange::bFirst' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrepareMapChange, bLast) == 0x000009, "Member 'PlayerController_ClientPrepareMapChange::bLast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPrestreamTextures \ +static_assert(alignof(PlayerController_ClientPrestreamTextures) == 0x000008, "Wrong alignment on PlayerController_ClientPrestreamTextures"); \ +static_assert(sizeof(PlayerController_ClientPrestreamTextures) == 0x000018, "Wrong size on PlayerController_ClientPrestreamTextures"); \ +static_assert(offsetof(PlayerController_ClientPrestreamTextures, ForcedActor) == 0x000000, "Member 'PlayerController_ClientPrestreamTextures::ForcedActor' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrestreamTextures, ForceDuration) == 0x000008, "Member 'PlayerController_ClientPrestreamTextures::ForceDuration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrestreamTextures, bEnableStreaming) == 0x00000C, "Member 'PlayerController_ClientPrestreamTextures::bEnableStreaming' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPrestreamTextures, CinematicTextureGroups) == 0x000010, "Member 'PlayerController_ClientPrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientReceiveLocalizedMessage \ +static_assert(alignof(PlayerController_ClientReceiveLocalizedMessage) == 0x000008, "Wrong alignment on PlayerController_ClientReceiveLocalizedMessage"); \ +static_assert(sizeof(PlayerController_ClientReceiveLocalizedMessage) == 0x000028, "Wrong size on PlayerController_ClientReceiveLocalizedMessage"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, Message) == 0x000000, "Member 'PlayerController_ClientReceiveLocalizedMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, Switch) == 0x000008, "Member 'PlayerController_ClientReceiveLocalizedMessage::Switch' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, RelatedPlayerState_1) == 0x000010, "Member 'PlayerController_ClientReceiveLocalizedMessage::RelatedPlayerState_1' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, RelatedPlayerState_2) == 0x000018, "Member 'PlayerController_ClientReceiveLocalizedMessage::RelatedPlayerState_2' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, OptionalObject) == 0x000020, "Member 'PlayerController_ClientReceiveLocalizedMessage::OptionalObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientRepObjRef \ +static_assert(alignof(PlayerController_ClientRepObjRef) == 0x000008, "Wrong alignment on PlayerController_ClientRepObjRef"); \ +static_assert(sizeof(PlayerController_ClientRepObjRef) == 0x000008, "Wrong size on PlayerController_ClientRepObjRef"); \ +static_assert(offsetof(PlayerController_ClientRepObjRef, Object) == 0x000000, "Member 'PlayerController_ClientRepObjRef::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientRestart \ +static_assert(alignof(PlayerController_ClientRestart) == 0x000008, "Wrong alignment on PlayerController_ClientRestart"); \ +static_assert(sizeof(PlayerController_ClientRestart) == 0x000008, "Wrong size on PlayerController_ClientRestart"); \ +static_assert(offsetof(PlayerController_ClientRestart, NewPawn) == 0x000000, "Member 'PlayerController_ClientRestart::NewPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientRetryClientRestart \ +static_assert(alignof(PlayerController_ClientRetryClientRestart) == 0x000008, "Wrong alignment on PlayerController_ClientRetryClientRestart"); \ +static_assert(sizeof(PlayerController_ClientRetryClientRestart) == 0x000008, "Wrong size on PlayerController_ClientRetryClientRestart"); \ +static_assert(offsetof(PlayerController_ClientRetryClientRestart, NewPawn) == 0x000000, "Member 'PlayerController_ClientRetryClientRestart::NewPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientReturnToMainMenuWithTextReason \ +static_assert(alignof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000008, "Wrong alignment on PlayerController_ClientReturnToMainMenuWithTextReason"); \ +static_assert(sizeof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000010, "Wrong size on PlayerController_ClientReturnToMainMenuWithTextReason"); \ +static_assert(offsetof(PlayerController_ClientReturnToMainMenuWithTextReason, ReturnReason) == 0x000000, "Member 'PlayerController_ClientReturnToMainMenuWithTextReason::ReturnReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetCameraFade \ +static_assert(alignof(PlayerController_ClientSetCameraFade) == 0x000008, "Wrong alignment on PlayerController_ClientSetCameraFade"); \ +static_assert(sizeof(PlayerController_ClientSetCameraFade) == 0x000020, "Wrong size on PlayerController_ClientSetCameraFade"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, bEnableFading) == 0x000000, "Member 'PlayerController_ClientSetCameraFade::bEnableFading' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeColor) == 0x000004, "Member 'PlayerController_ClientSetCameraFade::FadeColor' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeAlpha) == 0x000008, "Member 'PlayerController_ClientSetCameraFade::FadeAlpha' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeTime) == 0x000018, "Member 'PlayerController_ClientSetCameraFade::FadeTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, bFadeAudio) == 0x00001C, "Member 'PlayerController_ClientSetCameraFade::bFadeAudio' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCameraFade, bHoldWhenFinished) == 0x00001D, "Member 'PlayerController_ClientSetCameraFade::bHoldWhenFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetCameraMode \ +static_assert(alignof(PlayerController_ClientSetCameraMode) == 0x000004, "Wrong alignment on PlayerController_ClientSetCameraMode"); \ +static_assert(sizeof(PlayerController_ClientSetCameraMode) == 0x000008, "Wrong size on PlayerController_ClientSetCameraMode"); \ +static_assert(offsetof(PlayerController_ClientSetCameraMode, NewCamMode) == 0x000000, "Member 'PlayerController_ClientSetCameraMode::NewCamMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetCinematicMode \ +static_assert(alignof(PlayerController_ClientSetCinematicMode) == 0x000001, "Wrong alignment on PlayerController_ClientSetCinematicMode"); \ +static_assert(sizeof(PlayerController_ClientSetCinematicMode) == 0x000004, "Wrong size on PlayerController_ClientSetCinematicMode"); \ +static_assert(offsetof(PlayerController_ClientSetCinematicMode, bInCinematicMode) == 0x000000, "Member 'PlayerController_ClientSetCinematicMode::bInCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsMovement) == 0x000001, "Member 'PlayerController_ClientSetCinematicMode::bAffectsMovement' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsTurning) == 0x000002, "Member 'PlayerController_ClientSetCinematicMode::bAffectsTurning' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsHUD) == 0x000003, "Member 'PlayerController_ClientSetCinematicMode::bAffectsHUD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetForceMipLevelsToBeResident \ +static_assert(alignof(PlayerController_ClientSetForceMipLevelsToBeResident) == 0x000008, "Wrong alignment on PlayerController_ClientSetForceMipLevelsToBeResident"); \ +static_assert(sizeof(PlayerController_ClientSetForceMipLevelsToBeResident) == 0x000010, "Wrong size on PlayerController_ClientSetForceMipLevelsToBeResident"); \ +static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, Material) == 0x000000, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::Material' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, ForceDuration) == 0x000008, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::ForceDuration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, CinematicTextureGroups) == 0x00000C, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::CinematicTextureGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetHUD \ +static_assert(alignof(PlayerController_ClientSetHUD) == 0x000008, "Wrong alignment on PlayerController_ClientSetHUD"); \ +static_assert(sizeof(PlayerController_ClientSetHUD) == 0x000008, "Wrong size on PlayerController_ClientSetHUD"); \ +static_assert(offsetof(PlayerController_ClientSetHUD, NewHUDClass) == 0x000000, "Member 'PlayerController_ClientSetHUD::NewHUDClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetSpectatorWaiting \ +static_assert(alignof(PlayerController_ClientSetSpectatorWaiting) == 0x000001, "Wrong alignment on PlayerController_ClientSetSpectatorWaiting"); \ +static_assert(sizeof(PlayerController_ClientSetSpectatorWaiting) == 0x000001, "Wrong size on PlayerController_ClientSetSpectatorWaiting"); \ +static_assert(offsetof(PlayerController_ClientSetSpectatorWaiting, bWaiting) == 0x000000, "Member 'PlayerController_ClientSetSpectatorWaiting::bWaiting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetupNetworkPhysicsTimestamp \ +static_assert(alignof(PlayerController_ClientSetupNetworkPhysicsTimestamp) == 0x000004, "Wrong alignment on PlayerController_ClientSetupNetworkPhysicsTimestamp"); \ +static_assert(sizeof(PlayerController_ClientSetupNetworkPhysicsTimestamp) == 0x000008, "Wrong size on PlayerController_ClientSetupNetworkPhysicsTimestamp"); \ +static_assert(offsetof(PlayerController_ClientSetupNetworkPhysicsTimestamp, Timestamp) == 0x000000, "Member 'PlayerController_ClientSetupNetworkPhysicsTimestamp::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetViewTarget \ +static_assert(alignof(PlayerController_ClientSetViewTarget) == 0x000008, "Wrong alignment on PlayerController_ClientSetViewTarget"); \ +static_assert(sizeof(PlayerController_ClientSetViewTarget) == 0x000018, "Wrong size on PlayerController_ClientSetViewTarget"); \ +static_assert(offsetof(PlayerController_ClientSetViewTarget, A) == 0x000000, "Member 'PlayerController_ClientSetViewTarget::A' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientSetViewTarget, TransitionParams) == 0x000008, "Member 'PlayerController_ClientSetViewTarget::TransitionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSpawnCameraLensEffect \ +static_assert(alignof(PlayerController_ClientSpawnCameraLensEffect) == 0x000008, "Wrong alignment on PlayerController_ClientSpawnCameraLensEffect"); \ +static_assert(sizeof(PlayerController_ClientSpawnCameraLensEffect) == 0x000008, "Wrong size on PlayerController_ClientSpawnCameraLensEffect"); \ +static_assert(offsetof(PlayerController_ClientSpawnCameraLensEffect, LensEffectEmitterClass) == 0x000000, "Member 'PlayerController_ClientSpawnCameraLensEffect::LensEffectEmitterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSpawnGenericCameraLensEffect \ +static_assert(alignof(PlayerController_ClientSpawnGenericCameraLensEffect) == 0x000008, "Wrong alignment on PlayerController_ClientSpawnGenericCameraLensEffect"); \ +static_assert(sizeof(PlayerController_ClientSpawnGenericCameraLensEffect) == 0x000008, "Wrong size on PlayerController_ClientSpawnGenericCameraLensEffect"); \ +static_assert(offsetof(PlayerController_ClientSpawnGenericCameraLensEffect, LensEffectEmitterClass) == 0x000000, "Member 'PlayerController_ClientSpawnGenericCameraLensEffect::LensEffectEmitterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStartCameraShake \ +static_assert(alignof(PlayerController_ClientStartCameraShake) == 0x000008, "Wrong alignment on PlayerController_ClientStartCameraShake"); \ +static_assert(sizeof(PlayerController_ClientStartCameraShake) == 0x000028, "Wrong size on PlayerController_ClientStartCameraShake"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShake, Shake) == 0x000000, "Member 'PlayerController_ClientStartCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShake, Scale) == 0x000008, "Member 'PlayerController_ClientStartCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShake, PlaySpace) == 0x00000C, "Member 'PlayerController_ClientStartCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'PlayerController_ClientStartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStartCameraShakeFromSource \ +static_assert(alignof(PlayerController_ClientStartCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerController_ClientStartCameraShakeFromSource"); \ +static_assert(sizeof(PlayerController_ClientStartCameraShakeFromSource) == 0x000010, "Wrong size on PlayerController_ClientStartCameraShakeFromSource"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShakeFromSource, Shake) == 0x000000, "Member 'PlayerController_ClientStartCameraShakeFromSource::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStartCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerController_ClientStartCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopCameraShake \ +static_assert(alignof(PlayerController_ClientStopCameraShake) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraShake"); \ +static_assert(sizeof(PlayerController_ClientStopCameraShake) == 0x000010, "Wrong size on PlayerController_ClientStopCameraShake"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShake, Shake) == 0x000000, "Member 'PlayerController_ClientStopCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShake, bImmediately) == 0x000008, "Member 'PlayerController_ClientStopCameraShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopCameraShakesFromSource \ +static_assert(alignof(PlayerController_ClientStopCameraShakesFromSource) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraShakesFromSource"); \ +static_assert(sizeof(PlayerController_ClientStopCameraShakesFromSource) == 0x000010, "Wrong size on PlayerController_ClientStopCameraShakesFromSource"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShakesFromSource, SourceComponent) == 0x000000, "Member 'PlayerController_ClientStopCameraShakesFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShakesFromSource, bImmediately) == 0x000008, "Member 'PlayerController_ClientStopCameraShakesFromSource::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopForceFeedback \ +static_assert(alignof(PlayerController_ClientStopForceFeedback) == 0x000008, "Wrong alignment on PlayerController_ClientStopForceFeedback"); \ +static_assert(sizeof(PlayerController_ClientStopForceFeedback) == 0x000010, "Wrong size on PlayerController_ClientStopForceFeedback"); \ +static_assert(offsetof(PlayerController_ClientStopForceFeedback, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_ClientStopForceFeedback::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStopForceFeedback, Tag) == 0x000008, "Member 'PlayerController_ClientStopForceFeedback::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientTeamMessage \ +static_assert(alignof(PlayerController_ClientTeamMessage) == 0x000008, "Wrong alignment on PlayerController_ClientTeamMessage"); \ +static_assert(sizeof(PlayerController_ClientTeamMessage) == 0x000028, "Wrong size on PlayerController_ClientTeamMessage"); \ +static_assert(offsetof(PlayerController_ClientTeamMessage, SenderPlayerState) == 0x000000, "Member 'PlayerController_ClientTeamMessage::SenderPlayerState' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTeamMessage, S) == 0x000008, "Member 'PlayerController_ClientTeamMessage::S' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTeamMessage, Type) == 0x000018, "Member 'PlayerController_ClientTeamMessage::Type' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTeamMessage, MsgLifeTime) == 0x000020, "Member 'PlayerController_ClientTeamMessage::MsgLifeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientTravel \ +static_assert(alignof(PlayerController_ClientTravel) == 0x000008, "Wrong alignment on PlayerController_ClientTravel"); \ +static_assert(sizeof(PlayerController_ClientTravel) == 0x000028, "Wrong size on PlayerController_ClientTravel"); \ +static_assert(offsetof(PlayerController_ClientTravel, URL) == 0x000000, "Member 'PlayerController_ClientTravel::URL' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravel, TravelType) == 0x000010, "Member 'PlayerController_ClientTravel::TravelType' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravel, bSeamless) == 0x000011, "Member 'PlayerController_ClientTravel::bSeamless' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravel, MapPackageGuid) == 0x000014, "Member 'PlayerController_ClientTravel::MapPackageGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientTravelInternal \ +static_assert(alignof(PlayerController_ClientTravelInternal) == 0x000008, "Wrong alignment on PlayerController_ClientTravelInternal"); \ +static_assert(sizeof(PlayerController_ClientTravelInternal) == 0x000028, "Wrong size on PlayerController_ClientTravelInternal"); \ +static_assert(offsetof(PlayerController_ClientTravelInternal, URL) == 0x000000, "Member 'PlayerController_ClientTravelInternal::URL' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravelInternal, TravelType) == 0x000010, "Member 'PlayerController_ClientTravelInternal::TravelType' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravelInternal, bSeamless) == 0x000011, "Member 'PlayerController_ClientTravelInternal::bSeamless' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientTravelInternal, MapPackageGuid) == 0x000014, "Member 'PlayerController_ClientTravelInternal::MapPackageGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientUnmutePlayer \ +static_assert(alignof(PlayerController_ClientUnmutePlayer) == 0x000008, "Wrong alignment on PlayerController_ClientUnmutePlayer"); \ +static_assert(sizeof(PlayerController_ClientUnmutePlayer) == 0x000030, "Wrong size on PlayerController_ClientUnmutePlayer"); \ +static_assert(offsetof(PlayerController_ClientUnmutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ClientUnmutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientUnmutePlayers \ +static_assert(alignof(PlayerController_ClientUnmutePlayers) == 0x000008, "Wrong alignment on PlayerController_ClientUnmutePlayers"); \ +static_assert(sizeof(PlayerController_ClientUnmutePlayers) == 0x000010, "Wrong size on PlayerController_ClientUnmutePlayers"); \ +static_assert(offsetof(PlayerController_ClientUnmutePlayers, PlayerIds) == 0x000000, "Member 'PlayerController_ClientUnmutePlayers::PlayerIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientUpdateLevelStreamingStatus \ +static_assert(alignof(PlayerController_ClientUpdateLevelStreamingStatus) == 0x000004, "Wrong alignment on PlayerController_ClientUpdateLevelStreamingStatus"); \ +static_assert(sizeof(PlayerController_ClientUpdateLevelStreamingStatus) == 0x000018, "Wrong size on PlayerController_ClientUpdateLevelStreamingStatus"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, PackageName) == 0x000000, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::PackageName' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBeLoaded) == 0x000008, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBeLoaded' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBeVisible) == 0x000009, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBlockOnLoad) == 0x00000A, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, LODIndex) == 0x00000C, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, TransactionId) == 0x000010, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::TransactionId' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBlockOnUnload) == 0x000014, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBlockOnUnload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientUpdateMultipleLevelsStreamingStatus \ +static_assert(alignof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus) == 0x000008, "Wrong alignment on PlayerController_ClientUpdateMultipleLevelsStreamingStatus"); \ +static_assert(sizeof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus) == 0x000010, "Wrong size on PlayerController_ClientUpdateMultipleLevelsStreamingStatus"); \ +static_assert(offsetof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus, LevelStatuses) == 0x000000, "Member 'PlayerController_ClientUpdateMultipleLevelsStreamingStatus::LevelStatuses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientWasKicked \ +static_assert(alignof(PlayerController_ClientWasKicked) == 0x000008, "Wrong alignment on PlayerController_ClientWasKicked"); \ +static_assert(sizeof(PlayerController_ClientWasKicked) == 0x000010, "Wrong size on PlayerController_ClientWasKicked"); \ +static_assert(offsetof(PlayerController_ClientWasKicked, KickReason) == 0x000000, "Member 'PlayerController_ClientWasKicked::KickReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ConsoleKey \ +static_assert(alignof(PlayerController_ConsoleKey) == 0x000008, "Wrong alignment on PlayerController_ConsoleKey"); \ +static_assert(sizeof(PlayerController_ConsoleKey) == 0x000018, "Wrong size on PlayerController_ConsoleKey"); \ +static_assert(offsetof(PlayerController_ConsoleKey, Key) == 0x000000, "Member 'PlayerController_ConsoleKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_FOV \ +static_assert(alignof(PlayerController_FOV) == 0x000004, "Wrong alignment on PlayerController_FOV"); \ +static_assert(sizeof(PlayerController_FOV) == 0x000004, "Wrong size on PlayerController_FOV"); \ +static_assert(offsetof(PlayerController_FOV, NewFOV) == 0x000000, "Member 'PlayerController_FOV::NewFOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_K2_ClientPlayForceFeedback \ +static_assert(alignof(PlayerController_K2_ClientPlayForceFeedback) == 0x000008, "Wrong alignment on PlayerController_K2_ClientPlayForceFeedback"); \ +static_assert(sizeof(PlayerController_K2_ClientPlayForceFeedback) == 0x000018, "Wrong size on PlayerController_K2_ClientPlayForceFeedback"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_K2_ClientPlayForceFeedback::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, Tag) == 0x000008, "Member 'PlayerController_K2_ClientPlayForceFeedback::Tag' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bLooping) == 0x000010, "Member 'PlayerController_K2_ClientPlayForceFeedback::bLooping' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bIgnoreTimeDilation) == 0x000011, "Member 'PlayerController_K2_ClientPlayForceFeedback::bIgnoreTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bPlayWhilePaused) == 0x000012, "Member 'PlayerController_K2_ClientPlayForceFeedback::bPlayWhilePaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_LocalTravel \ +static_assert(alignof(PlayerController_LocalTravel) == 0x000008, "Wrong alignment on PlayerController_LocalTravel"); \ +static_assert(sizeof(PlayerController_LocalTravel) == 0x000010, "Wrong size on PlayerController_LocalTravel"); \ +static_assert(offsetof(PlayerController_LocalTravel, URL) == 0x000000, "Member 'PlayerController_LocalTravel::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_OnServerStartedVisualLogger \ +static_assert(alignof(PlayerController_OnServerStartedVisualLogger) == 0x000001, "Wrong alignment on PlayerController_OnServerStartedVisualLogger"); \ +static_assert(sizeof(PlayerController_OnServerStartedVisualLogger) == 0x000001, "Wrong size on PlayerController_OnServerStartedVisualLogger"); \ +static_assert(offsetof(PlayerController_OnServerStartedVisualLogger, bIsLogging) == 0x000000, "Member 'PlayerController_OnServerStartedVisualLogger::bIsLogging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_PlayDynamicForceFeedback \ +static_assert(alignof(PlayerController_PlayDynamicForceFeedback) == 0x000008, "Wrong alignment on PlayerController_PlayDynamicForceFeedback"); \ +static_assert(sizeof(PlayerController_PlayDynamicForceFeedback) == 0x000028, "Wrong size on PlayerController_PlayDynamicForceFeedback"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, Intensity) == 0x000000, "Member 'PlayerController_PlayDynamicForceFeedback::Intensity' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, Duration) == 0x000004, "Member 'PlayerController_PlayDynamicForceFeedback::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsLeftLarge) == 0x000008, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsLeftLarge' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsLeftSmall) == 0x000009, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsLeftSmall' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsRightLarge) == 0x00000A, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsRightLarge' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, bAffectsRightSmall) == 0x00000B, "Member 'PlayerController_PlayDynamicForceFeedback::bAffectsRightSmall' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, Action) == 0x00000C, "Member 'PlayerController_PlayDynamicForceFeedback::Action' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayDynamicForceFeedback, LatentInfo) == 0x000010, "Member 'PlayerController_PlayDynamicForceFeedback::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_PlayHapticEffect \ +static_assert(alignof(PlayerController_PlayHapticEffect) == 0x000008, "Wrong alignment on PlayerController_PlayHapticEffect"); \ +static_assert(sizeof(PlayerController_PlayHapticEffect) == 0x000018, "Wrong size on PlayerController_PlayHapticEffect"); \ +static_assert(offsetof(PlayerController_PlayHapticEffect, HapticEffect) == 0x000000, "Member 'PlayerController_PlayHapticEffect::HapticEffect' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayHapticEffect, Hand) == 0x000008, "Member 'PlayerController_PlayHapticEffect::Hand' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayHapticEffect, Scale) == 0x00000C, "Member 'PlayerController_PlayHapticEffect::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_PlayHapticEffect, bLoop) == 0x000010, "Member 'PlayerController_PlayHapticEffect::bLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SendToConsole \ +static_assert(alignof(PlayerController_SendToConsole) == 0x000008, "Wrong alignment on PlayerController_SendToConsole"); \ +static_assert(sizeof(PlayerController_SendToConsole) == 0x000010, "Wrong size on PlayerController_SendToConsole"); \ +static_assert(offsetof(PlayerController_SendToConsole, Command) == 0x000000, "Member 'PlayerController_SendToConsole::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerAcknowledgePossession \ +static_assert(alignof(PlayerController_ServerAcknowledgePossession) == 0x000008, "Wrong alignment on PlayerController_ServerAcknowledgePossession"); \ +static_assert(sizeof(PlayerController_ServerAcknowledgePossession) == 0x000008, "Wrong size on PlayerController_ServerAcknowledgePossession"); \ +static_assert(offsetof(PlayerController_ServerAcknowledgePossession, P) == 0x000000, "Member 'PlayerController_ServerAcknowledgePossession::P' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerBlockPlayer \ +static_assert(alignof(PlayerController_ServerBlockPlayer) == 0x000008, "Wrong alignment on PlayerController_ServerBlockPlayer"); \ +static_assert(sizeof(PlayerController_ServerBlockPlayer) == 0x000030, "Wrong size on PlayerController_ServerBlockPlayer"); \ +static_assert(offsetof(PlayerController_ServerBlockPlayer, PlayerId) == 0x000000, "Member 'PlayerController_ServerBlockPlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerCamera \ +static_assert(alignof(PlayerController_ServerCamera) == 0x000004, "Wrong alignment on PlayerController_ServerCamera"); \ +static_assert(sizeof(PlayerController_ServerCamera) == 0x000008, "Wrong size on PlayerController_ServerCamera"); \ +static_assert(offsetof(PlayerController_ServerCamera, NewMode) == 0x000000, "Member 'PlayerController_ServerCamera::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerChangeName \ +static_assert(alignof(PlayerController_ServerChangeName) == 0x000008, "Wrong alignment on PlayerController_ServerChangeName"); \ +static_assert(sizeof(PlayerController_ServerChangeName) == 0x000010, "Wrong size on PlayerController_ServerChangeName"); \ +static_assert(offsetof(PlayerController_ServerChangeName, S) == 0x000000, "Member 'PlayerController_ServerChangeName::S' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerExec \ +static_assert(alignof(PlayerController_ServerExec) == 0x000008, "Wrong alignment on PlayerController_ServerExec"); \ +static_assert(sizeof(PlayerController_ServerExec) == 0x000010, "Wrong size on PlayerController_ServerExec"); \ +static_assert(offsetof(PlayerController_ServerExec, Msg) == 0x000000, "Member 'PlayerController_ServerExec::Msg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerExecRPC \ +static_assert(alignof(PlayerController_ServerExecRPC) == 0x000008, "Wrong alignment on PlayerController_ServerExecRPC"); \ +static_assert(sizeof(PlayerController_ServerExecRPC) == 0x000010, "Wrong size on PlayerController_ServerExecRPC"); \ +static_assert(offsetof(PlayerController_ServerExecRPC, Msg) == 0x000000, "Member 'PlayerController_ServerExecRPC::Msg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerMutePlayer \ +static_assert(alignof(PlayerController_ServerMutePlayer) == 0x000008, "Wrong alignment on PlayerController_ServerMutePlayer"); \ +static_assert(sizeof(PlayerController_ServerMutePlayer) == 0x000030, "Wrong size on PlayerController_ServerMutePlayer"); \ +static_assert(offsetof(PlayerController_ServerMutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ServerMutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerNotifyLoadedWorld \ +static_assert(alignof(PlayerController_ServerNotifyLoadedWorld) == 0x000004, "Wrong alignment on PlayerController_ServerNotifyLoadedWorld"); \ +static_assert(sizeof(PlayerController_ServerNotifyLoadedWorld) == 0x000008, "Wrong size on PlayerController_ServerNotifyLoadedWorld"); \ +static_assert(offsetof(PlayerController_ServerNotifyLoadedWorld, WorldPackageName) == 0x000000, "Member 'PlayerController_ServerNotifyLoadedWorld::WorldPackageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerSendLatestAsyncPhysicsTimestamp \ +static_assert(alignof(PlayerController_ServerSendLatestAsyncPhysicsTimestamp) == 0x000004, "Wrong alignment on PlayerController_ServerSendLatestAsyncPhysicsTimestamp"); \ +static_assert(sizeof(PlayerController_ServerSendLatestAsyncPhysicsTimestamp) == 0x000008, "Wrong size on PlayerController_ServerSendLatestAsyncPhysicsTimestamp"); \ +static_assert(offsetof(PlayerController_ServerSendLatestAsyncPhysicsTimestamp, Timestamp) == 0x000000, "Member 'PlayerController_ServerSendLatestAsyncPhysicsTimestamp::Timestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerSetSpectatorLocation \ +static_assert(alignof(PlayerController_ServerSetSpectatorLocation) == 0x000008, "Wrong alignment on PlayerController_ServerSetSpectatorLocation"); \ +static_assert(sizeof(PlayerController_ServerSetSpectatorLocation) == 0x000030, "Wrong size on PlayerController_ServerSetSpectatorLocation"); \ +static_assert(offsetof(PlayerController_ServerSetSpectatorLocation, NewLoc) == 0x000000, "Member 'PlayerController_ServerSetSpectatorLocation::NewLoc' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ServerSetSpectatorLocation, NewRot) == 0x000018, "Member 'PlayerController_ServerSetSpectatorLocation::NewRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerSetSpectatorWaiting \ +static_assert(alignof(PlayerController_ServerSetSpectatorWaiting) == 0x000001, "Wrong alignment on PlayerController_ServerSetSpectatorWaiting"); \ +static_assert(sizeof(PlayerController_ServerSetSpectatorWaiting) == 0x000001, "Wrong size on PlayerController_ServerSetSpectatorWaiting"); \ +static_assert(offsetof(PlayerController_ServerSetSpectatorWaiting, bWaiting) == 0x000000, "Member 'PlayerController_ServerSetSpectatorWaiting::bWaiting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUnblockPlayer \ +static_assert(alignof(PlayerController_ServerUnblockPlayer) == 0x000008, "Wrong alignment on PlayerController_ServerUnblockPlayer"); \ +static_assert(sizeof(PlayerController_ServerUnblockPlayer) == 0x000030, "Wrong size on PlayerController_ServerUnblockPlayer"); \ +static_assert(offsetof(PlayerController_ServerUnblockPlayer, PlayerId) == 0x000000, "Member 'PlayerController_ServerUnblockPlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUnmutePlayer \ +static_assert(alignof(PlayerController_ServerUnmutePlayer) == 0x000008, "Wrong alignment on PlayerController_ServerUnmutePlayer"); \ +static_assert(sizeof(PlayerController_ServerUnmutePlayer) == 0x000030, "Wrong size on PlayerController_ServerUnmutePlayer"); \ +static_assert(offsetof(PlayerController_ServerUnmutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ServerUnmutePlayer::PlayerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUpdateCamera \ +static_assert(alignof(PlayerController_ServerUpdateCamera) == 0x000008, "Wrong alignment on PlayerController_ServerUpdateCamera"); \ +static_assert(sizeof(PlayerController_ServerUpdateCamera) == 0x000020, "Wrong size on PlayerController_ServerUpdateCamera"); \ +static_assert(offsetof(PlayerController_ServerUpdateCamera, CamLoc) == 0x000000, "Member 'PlayerController_ServerUpdateCamera::CamLoc' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ServerUpdateCamera, CamPitchAndYaw) == 0x000018, "Member 'PlayerController_ServerUpdateCamera::CamPitchAndYaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUpdateLevelVisibility \ +static_assert(alignof(PlayerController_ServerUpdateLevelVisibility) == 0x000004, "Wrong alignment on PlayerController_ServerUpdateLevelVisibility"); \ +static_assert(sizeof(PlayerController_ServerUpdateLevelVisibility) == 0x000018, "Wrong size on PlayerController_ServerUpdateLevelVisibility"); \ +static_assert(offsetof(PlayerController_ServerUpdateLevelVisibility, LevelVisibility) == 0x000000, "Member 'PlayerController_ServerUpdateLevelVisibility::LevelVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerUpdateMultipleLevelsVisibility \ +static_assert(alignof(PlayerController_ServerUpdateMultipleLevelsVisibility) == 0x000008, "Wrong alignment on PlayerController_ServerUpdateMultipleLevelsVisibility"); \ +static_assert(sizeof(PlayerController_ServerUpdateMultipleLevelsVisibility) == 0x000010, "Wrong size on PlayerController_ServerUpdateMultipleLevelsVisibility"); \ +static_assert(offsetof(PlayerController_ServerUpdateMultipleLevelsVisibility, LevelVisibilities) == 0x000000, "Member 'PlayerController_ServerUpdateMultipleLevelsVisibility::LevelVisibilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ServerViewSelf \ +static_assert(alignof(PlayerController_ServerViewSelf) == 0x000004, "Wrong alignment on PlayerController_ServerViewSelf"); \ +static_assert(sizeof(PlayerController_ServerViewSelf) == 0x000010, "Wrong size on PlayerController_ServerViewSelf"); \ +static_assert(offsetof(PlayerController_ServerViewSelf, TransitionParams) == 0x000000, "Member 'PlayerController_ServerViewSelf::TransitionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetAudioListenerAttenuationOverride \ +static_assert(alignof(PlayerController_SetAudioListenerAttenuationOverride) == 0x000008, "Wrong alignment on PlayerController_SetAudioListenerAttenuationOverride"); \ +static_assert(sizeof(PlayerController_SetAudioListenerAttenuationOverride) == 0x000020, "Wrong size on PlayerController_SetAudioListenerAttenuationOverride"); \ +static_assert(offsetof(PlayerController_SetAudioListenerAttenuationOverride, AttachToComponent) == 0x000000, "Member 'PlayerController_SetAudioListenerAttenuationOverride::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetAudioListenerAttenuationOverride, AttenuationLocationOVerride) == 0x000008, "Member 'PlayerController_SetAudioListenerAttenuationOverride::AttenuationLocationOVerride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetAudioListenerOverride \ +static_assert(alignof(PlayerController_SetAudioListenerOverride) == 0x000008, "Wrong alignment on PlayerController_SetAudioListenerOverride"); \ +static_assert(sizeof(PlayerController_SetAudioListenerOverride) == 0x000038, "Wrong size on PlayerController_SetAudioListenerOverride"); \ +static_assert(offsetof(PlayerController_SetAudioListenerOverride, AttachToComponent) == 0x000000, "Member 'PlayerController_SetAudioListenerOverride::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetAudioListenerOverride, Location) == 0x000008, "Member 'PlayerController_SetAudioListenerOverride::Location' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetAudioListenerOverride, Rotation) == 0x000020, "Member 'PlayerController_SetAudioListenerOverride::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetCinematicMode \ +static_assert(alignof(PlayerController_SetCinematicMode) == 0x000001, "Wrong alignment on PlayerController_SetCinematicMode"); \ +static_assert(sizeof(PlayerController_SetCinematicMode) == 0x000005, "Wrong size on PlayerController_SetCinematicMode"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bInCinematicMode) == 0x000000, "Member 'PlayerController_SetCinematicMode::bInCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bHidePlayer) == 0x000001, "Member 'PlayerController_SetCinematicMode::bHidePlayer' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bAffectsHUD) == 0x000002, "Member 'PlayerController_SetCinematicMode::bAffectsHUD' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bAffectsMovement) == 0x000003, "Member 'PlayerController_SetCinematicMode::bAffectsMovement' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetCinematicMode, bAffectsTurning) == 0x000004, "Member 'PlayerController_SetCinematicMode::bAffectsTurning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetControllerDeadZones \ +static_assert(alignof(PlayerController_SetControllerDeadZones) == 0x000004, "Wrong alignment on PlayerController_SetControllerDeadZones"); \ +static_assert(sizeof(PlayerController_SetControllerDeadZones) == 0x000008, "Wrong size on PlayerController_SetControllerDeadZones"); \ +static_assert(offsetof(PlayerController_SetControllerDeadZones, LeftDeadZone) == 0x000000, "Member 'PlayerController_SetControllerDeadZones::LeftDeadZone' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetControllerDeadZones, RightDeadZone) == 0x000004, "Member 'PlayerController_SetControllerDeadZones::RightDeadZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetControllerGyroAutoCalibration \ +static_assert(alignof(PlayerController_SetControllerGyroAutoCalibration) == 0x000001, "Wrong alignment on PlayerController_SetControllerGyroAutoCalibration"); \ +static_assert(sizeof(PlayerController_SetControllerGyroAutoCalibration) == 0x000001, "Wrong size on PlayerController_SetControllerGyroAutoCalibration"); \ +static_assert(offsetof(PlayerController_SetControllerGyroAutoCalibration, bEnabled) == 0x000000, "Member 'PlayerController_SetControllerGyroAutoCalibration::bEnabled' 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_SetControllerTriggerReleaseThresholds \ +static_assert(alignof(PlayerController_SetControllerTriggerReleaseThresholds) == 0x000004, "Wrong alignment on PlayerController_SetControllerTriggerReleaseThresholds"); \ +static_assert(sizeof(PlayerController_SetControllerTriggerReleaseThresholds) == 0x000008, "Wrong size on PlayerController_SetControllerTriggerReleaseThresholds"); \ +static_assert(offsetof(PlayerController_SetControllerTriggerReleaseThresholds, LeftThreshold) == 0x000000, "Member 'PlayerController_SetControllerTriggerReleaseThresholds::LeftThreshold' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetControllerTriggerReleaseThresholds, RightThreshold) == 0x000004, "Member 'PlayerController_SetControllerTriggerReleaseThresholds::RightThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetDeprecatedInputPitchScale \ +static_assert(alignof(PlayerController_SetDeprecatedInputPitchScale) == 0x000004, "Wrong alignment on PlayerController_SetDeprecatedInputPitchScale"); \ +static_assert(sizeof(PlayerController_SetDeprecatedInputPitchScale) == 0x000004, "Wrong size on PlayerController_SetDeprecatedInputPitchScale"); \ +static_assert(offsetof(PlayerController_SetDeprecatedInputPitchScale, NewValue) == 0x000000, "Member 'PlayerController_SetDeprecatedInputPitchScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetDeprecatedInputRollScale \ +static_assert(alignof(PlayerController_SetDeprecatedInputRollScale) == 0x000004, "Wrong alignment on PlayerController_SetDeprecatedInputRollScale"); \ +static_assert(sizeof(PlayerController_SetDeprecatedInputRollScale) == 0x000004, "Wrong size on PlayerController_SetDeprecatedInputRollScale"); \ +static_assert(offsetof(PlayerController_SetDeprecatedInputRollScale, NewValue) == 0x000000, "Member 'PlayerController_SetDeprecatedInputRollScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetDeprecatedInputYawScale \ +static_assert(alignof(PlayerController_SetDeprecatedInputYawScale) == 0x000004, "Wrong alignment on PlayerController_SetDeprecatedInputYawScale"); \ +static_assert(sizeof(PlayerController_SetDeprecatedInputYawScale) == 0x000004, "Wrong size on PlayerController_SetDeprecatedInputYawScale"); \ +static_assert(offsetof(PlayerController_SetDeprecatedInputYawScale, NewValue) == 0x000000, "Member 'PlayerController_SetDeprecatedInputYawScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetDisableHaptics \ +static_assert(alignof(PlayerController_SetDisableHaptics) == 0x000001, "Wrong alignment on PlayerController_SetDisableHaptics"); \ +static_assert(sizeof(PlayerController_SetDisableHaptics) == 0x000001, "Wrong size on PlayerController_SetDisableHaptics"); \ +static_assert(offsetof(PlayerController_SetDisableHaptics, bNewDisabled) == 0x000000, "Member 'PlayerController_SetDisableHaptics::bNewDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetHapticsByValue \ +static_assert(alignof(PlayerController_SetHapticsByValue) == 0x000004, "Wrong alignment on PlayerController_SetHapticsByValue"); \ +static_assert(sizeof(PlayerController_SetHapticsByValue) == 0x00000C, "Wrong size on PlayerController_SetHapticsByValue"); \ +static_assert(offsetof(PlayerController_SetHapticsByValue, Frequency) == 0x000000, "Member 'PlayerController_SetHapticsByValue::Frequency' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetHapticsByValue, Amplitude) == 0x000004, "Member 'PlayerController_SetHapticsByValue::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetHapticsByValue, Hand) == 0x000008, "Member 'PlayerController_SetHapticsByValue::Hand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetMotionControlsEnabled \ +static_assert(alignof(PlayerController_SetMotionControlsEnabled) == 0x000001, "Wrong alignment on PlayerController_SetMotionControlsEnabled"); \ +static_assert(sizeof(PlayerController_SetMotionControlsEnabled) == 0x000001, "Wrong size on PlayerController_SetMotionControlsEnabled"); \ +static_assert(offsetof(PlayerController_SetMotionControlsEnabled, bEnabled) == 0x000000, "Member 'PlayerController_SetMotionControlsEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetMouseCursorWidget \ +static_assert(alignof(PlayerController_SetMouseCursorWidget) == 0x000008, "Wrong alignment on PlayerController_SetMouseCursorWidget"); \ +static_assert(sizeof(PlayerController_SetMouseCursorWidget) == 0x000010, "Wrong size on PlayerController_SetMouseCursorWidget"); \ +static_assert(offsetof(PlayerController_SetMouseCursorWidget, Cursor) == 0x000000, "Member 'PlayerController_SetMouseCursorWidget::Cursor' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetMouseCursorWidget, CursorWidget) == 0x000008, "Member 'PlayerController_SetMouseCursorWidget::CursorWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetMouseLocation \ +static_assert(alignof(PlayerController_SetMouseLocation) == 0x000004, "Wrong alignment on PlayerController_SetMouseLocation"); \ +static_assert(sizeof(PlayerController_SetMouseLocation) == 0x000008, "Wrong size on PlayerController_SetMouseLocation"); \ +static_assert(offsetof(PlayerController_SetMouseLocation, X) == 0x000000, "Member 'PlayerController_SetMouseLocation::X' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetMouseLocation, Y) == 0x000004, "Member 'PlayerController_SetMouseLocation::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetName \ +static_assert(alignof(PlayerController_SetName) == 0x000008, "Wrong alignment on PlayerController_SetName"); \ +static_assert(sizeof(PlayerController_SetName) == 0x000010, "Wrong size on PlayerController_SetName"); \ +static_assert(offsetof(PlayerController_SetName, S) == 0x000000, "Member 'PlayerController_SetName::S' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetViewTargetWithBlend \ +static_assert(alignof(PlayerController_SetViewTargetWithBlend) == 0x000008, "Wrong alignment on PlayerController_SetViewTargetWithBlend"); \ +static_assert(sizeof(PlayerController_SetViewTargetWithBlend) == 0x000018, "Wrong size on PlayerController_SetViewTargetWithBlend"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, NewViewTarget) == 0x000000, "Member 'PlayerController_SetViewTargetWithBlend::NewViewTarget' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, BlendTime) == 0x000008, "Member 'PlayerController_SetViewTargetWithBlend::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, BlendFunc) == 0x00000C, "Member 'PlayerController_SetViewTargetWithBlend::BlendFunc' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, BlendExp) == 0x000010, "Member 'PlayerController_SetViewTargetWithBlend::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_SetViewTargetWithBlend, bLockOutgoing) == 0x000014, "Member 'PlayerController_SetViewTargetWithBlend::bLockOutgoing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SetVirtualJoystickVisibility \ +static_assert(alignof(PlayerController_SetVirtualJoystickVisibility) == 0x000001, "Wrong alignment on PlayerController_SetVirtualJoystickVisibility"); \ +static_assert(sizeof(PlayerController_SetVirtualJoystickVisibility) == 0x000001, "Wrong size on PlayerController_SetVirtualJoystickVisibility"); \ +static_assert(offsetof(PlayerController_SetVirtualJoystickVisibility, bVisible) == 0x000000, "Member 'PlayerController_SetVirtualJoystickVisibility::bVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_StartFire \ +static_assert(alignof(PlayerController_StartFire) == 0x000001, "Wrong alignment on PlayerController_StartFire"); \ +static_assert(sizeof(PlayerController_StartFire) == 0x000001, "Wrong size on PlayerController_StartFire"); \ +static_assert(offsetof(PlayerController_StartFire, FireModeNum) == 0x000000, "Member 'PlayerController_StartFire::FireModeNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_StopHapticEffect \ +static_assert(alignof(PlayerController_StopHapticEffect) == 0x000001, "Wrong alignment on PlayerController_StopHapticEffect"); \ +static_assert(sizeof(PlayerController_StopHapticEffect) == 0x000001, "Wrong size on PlayerController_StopHapticEffect"); \ +static_assert(offsetof(PlayerController_StopHapticEffect, Hand) == 0x000000, "Member 'PlayerController_StopHapticEffect::Hand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_SwitchLevel \ +static_assert(alignof(PlayerController_SwitchLevel) == 0x000008, "Wrong alignment on PlayerController_SwitchLevel"); \ +static_assert(sizeof(PlayerController_SwitchLevel) == 0x000010, "Wrong size on PlayerController_SwitchLevel"); \ +static_assert(offsetof(PlayerController_SwitchLevel, URL) == 0x000000, "Member 'PlayerController_SwitchLevel::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_TestServerLevelVisibilityChange \ +static_assert(alignof(PlayerController_TestServerLevelVisibilityChange) == 0x000004, "Wrong alignment on PlayerController_TestServerLevelVisibilityChange"); \ +static_assert(sizeof(PlayerController_TestServerLevelVisibilityChange) == 0x000010, "Wrong size on PlayerController_TestServerLevelVisibilityChange"); \ +static_assert(offsetof(PlayerController_TestServerLevelVisibilityChange, PackageName) == 0x000000, "Member 'PlayerController_TestServerLevelVisibilityChange::PackageName' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_TestServerLevelVisibilityChange, Filename) == 0x000008, "Member 'PlayerController_TestServerLevelVisibilityChange::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ToggleSpeaking \ +static_assert(alignof(PlayerController_ToggleSpeaking) == 0x000001, "Wrong alignment on PlayerController_ToggleSpeaking"); \ +static_assert(sizeof(PlayerController_ToggleSpeaking) == 0x000001, "Wrong size on PlayerController_ToggleSpeaking"); \ +static_assert(offsetof(PlayerController_ToggleSpeaking, bInSpeaking) == 0x000000, "Member 'PlayerController_ToggleSpeaking::bInSpeaking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_DeprojectMousePositionToWorld \ +static_assert(alignof(PlayerController_DeprojectMousePositionToWorld) == 0x000008, "Wrong alignment on PlayerController_DeprojectMousePositionToWorld"); \ +static_assert(sizeof(PlayerController_DeprojectMousePositionToWorld) == 0x000038, "Wrong size on PlayerController_DeprojectMousePositionToWorld"); \ +static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, WorldLocation) == 0x000000, "Member 'PlayerController_DeprojectMousePositionToWorld::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, WorldDirection) == 0x000018, "Member 'PlayerController_DeprojectMousePositionToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectMousePositionToWorld, ReturnValue) == 0x000030, "Member 'PlayerController_DeprojectMousePositionToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_DeprojectScreenPositionToWorld \ +static_assert(alignof(PlayerController_DeprojectScreenPositionToWorld) == 0x000008, "Wrong alignment on PlayerController_DeprojectScreenPositionToWorld"); \ +static_assert(sizeof(PlayerController_DeprojectScreenPositionToWorld) == 0x000040, "Wrong size on PlayerController_DeprojectScreenPositionToWorld"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ScreenX) == 0x000000, "Member 'PlayerController_DeprojectScreenPositionToWorld::ScreenX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ScreenY) == 0x000004, "Member 'PlayerController_DeprojectScreenPositionToWorld::ScreenY' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, WorldLocation) == 0x000008, "Member 'PlayerController_DeprojectScreenPositionToWorld::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, WorldDirection) == 0x000020, "Member 'PlayerController_DeprojectScreenPositionToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_DeprojectScreenPositionToWorld, ReturnValue) == 0x000038, "Member 'PlayerController_DeprojectScreenPositionToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_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) == 0x000110, "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) == 0x000108, "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) == 0x000110, "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) == 0x000108, "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) == 0x000120, "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) == 0x000118, "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) == 0x000110, "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) == 0x000108, "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) == 0x000110, "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) == 0x000108, "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) == 0x000128, "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) == 0x000120, "Member 'PlayerController_GetHitResultUnderFingerForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetHUD \ +static_assert(alignof(PlayerController_GetHUD) == 0x000008, "Wrong alignment on PlayerController_GetHUD"); \ +static_assert(sizeof(PlayerController_GetHUD) == 0x000008, "Wrong size on PlayerController_GetHUD"); \ +static_assert(offsetof(PlayerController_GetHUD, ReturnValue) == 0x000000, "Member 'PlayerController_GetHUD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputAnalogKeyState \ +static_assert(alignof(PlayerController_GetInputAnalogKeyState) == 0x000008, "Wrong alignment on PlayerController_GetInputAnalogKeyState"); \ +static_assert(sizeof(PlayerController_GetInputAnalogKeyState) == 0x000020, "Wrong size on PlayerController_GetInputAnalogKeyState"); \ +static_assert(offsetof(PlayerController_GetInputAnalogKeyState, Key) == 0x000000, "Member 'PlayerController_GetInputAnalogKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputAnalogKeyState, ReturnValue) == 0x000018, "Member 'PlayerController_GetInputAnalogKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputAnalogStickState \ +static_assert(alignof(PlayerController_GetInputAnalogStickState) == 0x000004, "Wrong alignment on PlayerController_GetInputAnalogStickState"); \ +static_assert(sizeof(PlayerController_GetInputAnalogStickState) == 0x00000C, "Wrong size on PlayerController_GetInputAnalogStickState"); \ +static_assert(offsetof(PlayerController_GetInputAnalogStickState, WhichStick) == 0x000000, "Member 'PlayerController_GetInputAnalogStickState::WhichStick' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputAnalogStickState, StickX) == 0x000004, "Member 'PlayerController_GetInputAnalogStickState::StickX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputAnalogStickState, StickY) == 0x000008, "Member 'PlayerController_GetInputAnalogStickState::StickY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputKeyTimeDown \ +static_assert(alignof(PlayerController_GetInputKeyTimeDown) == 0x000008, "Wrong alignment on PlayerController_GetInputKeyTimeDown"); \ +static_assert(sizeof(PlayerController_GetInputKeyTimeDown) == 0x000020, "Wrong size on PlayerController_GetInputKeyTimeDown"); \ +static_assert(offsetof(PlayerController_GetInputKeyTimeDown, Key) == 0x000000, "Member 'PlayerController_GetInputKeyTimeDown::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputKeyTimeDown, ReturnValue) == 0x000018, "Member 'PlayerController_GetInputKeyTimeDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputMotionState \ +static_assert(alignof(PlayerController_GetInputMotionState) == 0x000008, "Wrong alignment on PlayerController_GetInputMotionState"); \ +static_assert(sizeof(PlayerController_GetInputMotionState) == 0x000060, "Wrong size on PlayerController_GetInputMotionState"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, Tilt) == 0x000000, "Member 'PlayerController_GetInputMotionState::Tilt' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, RotationRate) == 0x000018, "Member 'PlayerController_GetInputMotionState::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, Gravity) == 0x000030, "Member 'PlayerController_GetInputMotionState::Gravity' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMotionState, Acceleration) == 0x000048, "Member 'PlayerController_GetInputMotionState::Acceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputMouseDelta \ +static_assert(alignof(PlayerController_GetInputMouseDelta) == 0x000004, "Wrong alignment on PlayerController_GetInputMouseDelta"); \ +static_assert(sizeof(PlayerController_GetInputMouseDelta) == 0x000008, "Wrong size on PlayerController_GetInputMouseDelta"); \ +static_assert(offsetof(PlayerController_GetInputMouseDelta, DeltaX) == 0x000000, "Member 'PlayerController_GetInputMouseDelta::DeltaX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputMouseDelta, DeltaY) == 0x000004, "Member 'PlayerController_GetInputMouseDelta::DeltaY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputTouchState \ +static_assert(alignof(PlayerController_GetInputTouchState) == 0x000004, "Wrong alignment on PlayerController_GetInputTouchState"); \ +static_assert(sizeof(PlayerController_GetInputTouchState) == 0x000010, "Wrong size on PlayerController_GetInputTouchState"); \ +static_assert(offsetof(PlayerController_GetInputTouchState, FingerIndex) == 0x000000, "Member 'PlayerController_GetInputTouchState::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputTouchState, LocationX) == 0x000004, "Member 'PlayerController_GetInputTouchState::LocationX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputTouchState, LocationY) == 0x000008, "Member 'PlayerController_GetInputTouchState::LocationY' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputTouchState, bIsCurrentlyPressed) == 0x00000C, "Member 'PlayerController_GetInputTouchState::bIsCurrentlyPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetInputVectorKeyState \ +static_assert(alignof(PlayerController_GetInputVectorKeyState) == 0x000008, "Wrong alignment on PlayerController_GetInputVectorKeyState"); \ +static_assert(sizeof(PlayerController_GetInputVectorKeyState) == 0x000030, "Wrong size on PlayerController_GetInputVectorKeyState"); \ +static_assert(offsetof(PlayerController_GetInputVectorKeyState, Key) == 0x000000, "Member 'PlayerController_GetInputVectorKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetInputVectorKeyState, ReturnValue) == 0x000018, "Member 'PlayerController_GetInputVectorKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetMousePosition \ +static_assert(alignof(PlayerController_GetMousePosition) == 0x000004, "Wrong alignment on PlayerController_GetMousePosition"); \ +static_assert(sizeof(PlayerController_GetMousePosition) == 0x00000C, "Wrong size on PlayerController_GetMousePosition"); \ +static_assert(offsetof(PlayerController_GetMousePosition, LocationX) == 0x000000, "Member 'PlayerController_GetMousePosition::LocationX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetMousePosition, LocationY) == 0x000004, "Member 'PlayerController_GetMousePosition::LocationY' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetMousePosition, ReturnValue) == 0x000008, "Member 'PlayerController_GetMousePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetOverridePlayerInputClass \ +static_assert(alignof(PlayerController_GetOverridePlayerInputClass) == 0x000008, "Wrong alignment on PlayerController_GetOverridePlayerInputClass"); \ +static_assert(sizeof(PlayerController_GetOverridePlayerInputClass) == 0x000008, "Wrong size on PlayerController_GetOverridePlayerInputClass"); \ +static_assert(offsetof(PlayerController_GetOverridePlayerInputClass, ReturnValue) == 0x000000, "Member 'PlayerController_GetOverridePlayerInputClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetPlatformUserId \ +static_assert(alignof(PlayerController_GetPlatformUserId) == 0x000004, "Wrong alignment on PlayerController_GetPlatformUserId"); \ +static_assert(sizeof(PlayerController_GetPlatformUserId) == 0x000004, "Wrong size on PlayerController_GetPlatformUserId"); \ +static_assert(offsetof(PlayerController_GetPlatformUserId, ReturnValue) == 0x000000, "Member 'PlayerController_GetPlatformUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetSpectatorPawn \ +static_assert(alignof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong alignment on PlayerController_GetSpectatorPawn"); \ +static_assert(sizeof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong size on PlayerController_GetSpectatorPawn"); \ +static_assert(offsetof(PlayerController_GetSpectatorPawn, ReturnValue) == 0x000000, "Member 'PlayerController_GetSpectatorPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetStreamingSourceLocationAndRotation \ +static_assert(alignof(PlayerController_GetStreamingSourceLocationAndRotation) == 0x000008, "Wrong alignment on PlayerController_GetStreamingSourceLocationAndRotation"); \ +static_assert(sizeof(PlayerController_GetStreamingSourceLocationAndRotation) == 0x000030, "Wrong size on PlayerController_GetStreamingSourceLocationAndRotation"); \ +static_assert(offsetof(PlayerController_GetStreamingSourceLocationAndRotation, OutLocation) == 0x000000, "Member 'PlayerController_GetStreamingSourceLocationAndRotation::OutLocation' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetStreamingSourceLocationAndRotation, OutRotation) == 0x000018, "Member 'PlayerController_GetStreamingSourceLocationAndRotation::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetStreamingSourcePriority \ +static_assert(alignof(PlayerController_GetStreamingSourcePriority) == 0x000001, "Wrong alignment on PlayerController_GetStreamingSourcePriority"); \ +static_assert(sizeof(PlayerController_GetStreamingSourcePriority) == 0x000001, "Wrong size on PlayerController_GetStreamingSourcePriority"); \ +static_assert(offsetof(PlayerController_GetStreamingSourcePriority, ReturnValue) == 0x000000, "Member 'PlayerController_GetStreamingSourcePriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetStreamingSourceShapes \ +static_assert(alignof(PlayerController_GetStreamingSourceShapes) == 0x000008, "Wrong alignment on PlayerController_GetStreamingSourceShapes"); \ +static_assert(sizeof(PlayerController_GetStreamingSourceShapes) == 0x000010, "Wrong size on PlayerController_GetStreamingSourceShapes"); \ +static_assert(offsetof(PlayerController_GetStreamingSourceShapes, OutShapes) == 0x000000, "Member 'PlayerController_GetStreamingSourceShapes::OutShapes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetViewportSize \ +static_assert(alignof(PlayerController_GetViewportSize) == 0x000004, "Wrong alignment on PlayerController_GetViewportSize"); \ +static_assert(sizeof(PlayerController_GetViewportSize) == 0x000008, "Wrong size on PlayerController_GetViewportSize"); \ +static_assert(offsetof(PlayerController_GetViewportSize, SizeX) == 0x000000, "Member 'PlayerController_GetViewportSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetViewportSize, SizeY) == 0x000004, "Member 'PlayerController_GetViewportSize::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_IsInputKeyDown \ +static_assert(alignof(PlayerController_IsInputKeyDown) == 0x000008, "Wrong alignment on PlayerController_IsInputKeyDown"); \ +static_assert(sizeof(PlayerController_IsInputKeyDown) == 0x000020, "Wrong size on PlayerController_IsInputKeyDown"); \ +static_assert(offsetof(PlayerController_IsInputKeyDown, Key) == 0x000000, "Member 'PlayerController_IsInputKeyDown::Key' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_IsInputKeyDown, ReturnValue) == 0x000018, "Member 'PlayerController_IsInputKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_IsPrimaryPlayer \ +static_assert(alignof(PlayerController_IsPrimaryPlayer) == 0x000001, "Wrong alignment on PlayerController_IsPrimaryPlayer"); \ +static_assert(sizeof(PlayerController_IsPrimaryPlayer) == 0x000001, "Wrong size on PlayerController_IsPrimaryPlayer"); \ +static_assert(offsetof(PlayerController_IsPrimaryPlayer, ReturnValue) == 0x000000, "Member 'PlayerController_IsPrimaryPlayer::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) == 0x000740, "Wrong size on APlayerController"); \ +static_assert(offsetof(APlayerController, Player) == 0x000350, "Member 'APlayerController::Player' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, AcknowledgedPawn) == 0x000358, "Member 'APlayerController::AcknowledgedPawn' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, MyHUD) == 0x000360, "Member 'APlayerController::MyHUD' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerCameraManager) == 0x000368, "Member 'APlayerController::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerCameraManagerClass) == 0x000370, "Member 'APlayerController::PlayerCameraManagerClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, bAutoManageActiveCameraTarget) == 0x000378, "Member 'APlayerController::bAutoManageActiveCameraTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, TargetViewRotation) == 0x000380, "Member 'APlayerController::TargetViewRotation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SmoothTargetViewRotationSpeed) == 0x0003B0, "Member 'APlayerController::SmoothTargetViewRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HiddenActors) == 0x0003B8, "Member 'APlayerController::HiddenActors' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HiddenPrimitiveComponents) == 0x0003C8, "Member 'APlayerController::HiddenPrimitiveComponents' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorStateSynchTime) == 0x0003DC, "Member 'APlayerController::LastSpectatorStateSynchTime' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorSyncLocation) == 0x0003E0, "Member 'APlayerController::LastSpectatorSyncLocation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorSyncRotation) == 0x0003F8, "Member 'APlayerController::LastSpectatorSyncRotation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ClientCap) == 0x000410, "Member 'APlayerController::ClientCap' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CheatManager) == 0x000418, "Member 'APlayerController::CheatManager' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CheatClass) == 0x000420, "Member 'APlayerController::CheatClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerInput) == 0x000428, "Member 'APlayerController::PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ActiveForceFeedbackEffects) == 0x000430, "Member 'APlayerController::ActiveForceFeedbackEffects' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, NetPlayerIndex) == 0x0004C4, "Member 'APlayerController::NetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PendingSwapConnection) == 0x000520, "Member 'APlayerController::PendingSwapConnection' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, NetConnection) == 0x000528, "Member 'APlayerController::NetConnection' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputYawScale) == 0x000548, "Member 'APlayerController::InputYawScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputPitchScale) == 0x00054C, "Member 'APlayerController::InputPitchScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputRollScale) == 0x000550, "Member 'APlayerController::InputRollScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, StreamingSourcePriority) == 0x000558, "Member 'APlayerController::StreamingSourcePriority' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, StreamingSourceDebugColor) == 0x00055C, "Member 'APlayerController::StreamingSourceDebugColor' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, StreamingSourceShapes) == 0x000560, "Member 'APlayerController::StreamingSourceShapes' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ForceFeedbackScale) == 0x000570, "Member 'APlayerController::ForceFeedbackScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PauseForceFeedbackScale) == 0x000574, "Member 'APlayerController::PauseForceFeedbackScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ClickEventKeys) == 0x000578, "Member 'APlayerController::ClickEventKeys' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, DefaultMouseCursor) == 0x000588, "Member 'APlayerController::DefaultMouseCursor' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentMouseCursor) == 0x000589, "Member 'APlayerController::CurrentMouseCursor' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, DefaultClickTraceChannel) == 0x00058A, "Member 'APlayerController::DefaultClickTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentClickTraceChannel) == 0x00058B, "Member 'APlayerController::CurrentClickTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HitResultTraceDistance) == 0x00058C, "Member 'APlayerController::HitResultTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SeamlessTravelCount) == 0x000590, "Member 'APlayerController::SeamlessTravelCount' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastCompletedSeamlessTravelCount) == 0x000592, "Member 'APlayerController::LastCompletedSeamlessTravelCount' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InactiveStateInputComponent) == 0x000618, "Member 'APlayerController::InactiveStateInputComponent' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentTouchInterface) == 0x000638, "Member 'APlayerController::CurrentTouchInterface' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, OverridePlayerInputClass) == 0x000640, "Member 'APlayerController::OverridePlayerInputClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SpectatorPawn) == 0x0006C0, "Member 'APlayerController::SpectatorPawn' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, bIsLocalPlayerController) == 0x0006CC, "Member 'APlayerController::bIsLocalPlayerController' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SpawnLocation) == 0x0006D0, "Member 'APlayerController::SpawnLocation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CachedConnectionPlayerId) == 0x000708, "Member 'APlayerController::CachedConnectionPlayerId' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ClientHandshakeId) == 0x000738, "Member 'APlayerController::ClientHandshakeId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NoPawnPlayerController_ServerEnableReplicationToConnection \ +static_assert(alignof(NoPawnPlayerController_ServerEnableReplicationToConnection) == 0x000001, "Wrong alignment on NoPawnPlayerController_ServerEnableReplicationToConnection"); \ +static_assert(sizeof(NoPawnPlayerController_ServerEnableReplicationToConnection) == 0x000001, "Wrong size on NoPawnPlayerController_ServerEnableReplicationToConnection"); \ +static_assert(offsetof(NoPawnPlayerController_ServerEnableReplicationToConnection, bEnable) == 0x000000, "Member 'NoPawnPlayerController_ServerEnableReplicationToConnection::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NoPawnPlayerController_ServerSetViewTargetPosition \ +static_assert(alignof(NoPawnPlayerController_ServerSetViewTargetPosition) == 0x000008, "Wrong alignment on NoPawnPlayerController_ServerSetViewTargetPosition"); \ +static_assert(sizeof(NoPawnPlayerController_ServerSetViewTargetPosition) == 0x000018, "Wrong size on NoPawnPlayerController_ServerSetViewTargetPosition"); \ +static_assert(offsetof(NoPawnPlayerController_ServerSetViewTargetPosition, ViewTargetPos) == 0x000000, "Member 'NoPawnPlayerController_ServerSetViewTargetPosition::ViewTargetPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANoPawnPlayerController \ +static_assert(alignof(ANoPawnPlayerController) == 0x000008, "Wrong alignment on ANoPawnPlayerController"); \ +static_assert(sizeof(ANoPawnPlayerController) == 0x000748, "Wrong size on ANoPawnPlayerController"); \ + +#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_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_ViewportStatsSubsystem_AddDisplayDelegate \ +static_assert(alignof(ViewportStatsSubsystem_AddDisplayDelegate) == 0x000004, "Wrong alignment on ViewportStatsSubsystem_AddDisplayDelegate"); \ +static_assert(sizeof(ViewportStatsSubsystem_AddDisplayDelegate) == 0x000014, "Wrong size on ViewportStatsSubsystem_AddDisplayDelegate"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddDisplayDelegate, Delegate) == 0x000000, "Member 'ViewportStatsSubsystem_AddDisplayDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddDisplayDelegate, ReturnValue) == 0x000010, "Member 'ViewportStatsSubsystem_AddDisplayDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewportStatsSubsystem_AddTimedDisplay \ +static_assert(alignof(ViewportStatsSubsystem_AddTimedDisplay) == 0x000008, "Wrong alignment on ViewportStatsSubsystem_AddTimedDisplay"); \ +static_assert(sizeof(ViewportStatsSubsystem_AddTimedDisplay) == 0x000038, "Wrong size on ViewportStatsSubsystem_AddTimedDisplay"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Text) == 0x000000, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Text' has a wrong offset!"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Color) == 0x000010, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Color' has a wrong offset!"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Duration) == 0x000020, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Duration' has a wrong offset!"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, DisplayOffset) == 0x000028, "Member 'ViewportStatsSubsystem_AddTimedDisplay::DisplayOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewportStatsSubsystem_RemoveDisplayDelegate \ +static_assert(alignof(ViewportStatsSubsystem_RemoveDisplayDelegate) == 0x000004, "Wrong alignment on ViewportStatsSubsystem_RemoveDisplayDelegate"); \ +static_assert(sizeof(ViewportStatsSubsystem_RemoveDisplayDelegate) == 0x000004, "Wrong size on ViewportStatsSubsystem_RemoveDisplayDelegate"); \ +static_assert(offsetof(ViewportStatsSubsystem_RemoveDisplayDelegate, IndexToRemove) == 0x000000, "Member 'ViewportStatsSubsystem_RemoveDisplayDelegate::IndexToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UViewportStatsSubsystem \ +static_assert(alignof(UViewportStatsSubsystem) == 0x000008, "Wrong alignment on UViewportStatsSubsystem"); \ +static_assert(sizeof(UViewportStatsSubsystem) == 0x000058, "Wrong size on UViewportStatsSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialInstanceEditorOnlyData \ +static_assert(alignof(UMaterialInstanceEditorOnlyData) == 0x000008, "Wrong alignment on UMaterialInstanceEditorOnlyData"); \ +static_assert(sizeof(UMaterialInstanceEditorOnlyData) == 0x0000E0, "Wrong size on UMaterialInstanceEditorOnlyData"); \ +static_assert(offsetof(UMaterialInstanceEditorOnlyData, StaticParameters) == 0x000040, "Member 'UMaterialInstanceEditorOnlyData::StaticParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_UDialogueSoundWaveProxy \ +static_assert(alignof(UDialogueSoundWaveProxy) == 0x000008, "Wrong alignment on UDialogueSoundWaveProxy"); \ +static_assert(sizeof(UDialogueSoundWaveProxy) == 0x0001A8, "Wrong size on UDialogueSoundWaveProxy"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLightBase \ +static_assert(alignof(UParticleModuleLightBase) == 0x000008, "Wrong alignment on UParticleModuleLightBase"); \ +static_assert(sizeof(UParticleModuleLightBase) == 0x000030, "Wrong size on UParticleModuleLightBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLight \ +static_assert(alignof(UParticleModuleLight) == 0x000008, "Wrong alignment on UParticleModuleLight"); \ +static_assert(sizeof(UParticleModuleLight) == 0x000140, "Wrong size on UParticleModuleLight"); \ +static_assert(offsetof(UParticleModuleLight, bUseInverseSquaredFalloff) == 0x000030, "Member 'UParticleModuleLight::bUseInverseSquaredFalloff' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bAffectsTranslucency) == 0x000031, "Member 'UParticleModuleLight::bAffectsTranslucency' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bPreviewLightRadius) == 0x000038, "Member 'UParticleModuleLight::bPreviewLightRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, SpawnFraction) == 0x00003C, "Member 'UParticleModuleLight::SpawnFraction' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, ColorScaleOverLife) == 0x000040, "Member 'UParticleModuleLight::ColorScaleOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, BrightnessOverLife) == 0x0000A0, "Member 'UParticleModuleLight::BrightnessOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, RadiusScale) == 0x0000D0, "Member 'UParticleModuleLight::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, LightExponent) == 0x000100, "Member 'UParticleModuleLight::LightExponent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, InverseExposureBlend) == 0x000130, "Member 'UParticleModuleLight::InverseExposureBlend' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, LightingChannels) == 0x000134, "Member 'UParticleModuleLight::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, VolumetricScatteringIntensity) == 0x000138, "Member 'UParticleModuleLight::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bHighQualityLights) == 0x00013C, "Member 'UParticleModuleLight::bHighQualityLights' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bShadowCastingLights) == 0x00013D, "Member 'UParticleModuleLight::bShadowCastingLights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLight_Seeded \ +static_assert(alignof(UParticleModuleLight_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLight_Seeded"); \ +static_assert(sizeof(UParticleModuleLight_Seeded) == 0x000160, "Wrong size on UParticleModuleLight_Seeded"); \ +static_assert(offsetof(UParticleModuleLight_Seeded, RandomSeedInfo) == 0x000140, "Member 'UParticleModuleLight_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADirectionalLight \ +static_assert(alignof(ADirectionalLight) == 0x000008, "Wrong alignment on ADirectionalLight"); \ +static_assert(sizeof(ADirectionalLight) == 0x0002C0, "Wrong size on ADirectionalLight"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotification \ +static_assert(alignof(BlueprintPlatformLibrary_CancelLocalNotification) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_CancelLocalNotification"); \ +static_assert(sizeof(BlueprintPlatformLibrary_CancelLocalNotification) == 0x000010, "Wrong size on BlueprintPlatformLibrary_CancelLocalNotification"); \ +static_assert(offsetof(BlueprintPlatformLibrary_CancelLocalNotification, ActivationEvent) == 0x000000, "Member 'BlueprintPlatformLibrary_CancelLocalNotification::ActivationEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotificationById \ +static_assert(alignof(BlueprintPlatformLibrary_CancelLocalNotificationById) == 0x000004, "Wrong alignment on BlueprintPlatformLibrary_CancelLocalNotificationById"); \ +static_assert(sizeof(BlueprintPlatformLibrary_CancelLocalNotificationById) == 0x000004, "Wrong size on BlueprintPlatformLibrary_CancelLocalNotificationById"); \ +static_assert(offsetof(BlueprintPlatformLibrary_CancelLocalNotificationById, NotificationId) == 0x000000, "Member 'BlueprintPlatformLibrary_CancelLocalNotificationById::NotificationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetAllowedDeviceOrientation \ +static_assert(alignof(BlueprintPlatformLibrary_GetAllowedDeviceOrientation) == 0x000001, "Wrong alignment on BlueprintPlatformLibrary_GetAllowedDeviceOrientation"); \ +static_assert(sizeof(BlueprintPlatformLibrary_GetAllowedDeviceOrientation) == 0x000001, "Wrong size on BlueprintPlatformLibrary_GetAllowedDeviceOrientation"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetAllowedDeviceOrientation, ReturnValue) == 0x000000, "Member 'BlueprintPlatformLibrary_GetAllowedDeviceOrientation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetDeviceOrientation \ +static_assert(alignof(BlueprintPlatformLibrary_GetDeviceOrientation) == 0x000001, "Wrong alignment on BlueprintPlatformLibrary_GetDeviceOrientation"); \ +static_assert(sizeof(BlueprintPlatformLibrary_GetDeviceOrientation) == 0x000001, "Wrong size on BlueprintPlatformLibrary_GetDeviceOrientation"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetDeviceOrientation, ReturnValue) == 0x000000, "Member 'BlueprintPlatformLibrary_GetDeviceOrientation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetLaunchNotification \ +static_assert(alignof(BlueprintPlatformLibrary_GetLaunchNotification) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_GetLaunchNotification"); \ +static_assert(sizeof(BlueprintPlatformLibrary_GetLaunchNotification) == 0x000020, "Wrong size on BlueprintPlatformLibrary_GetLaunchNotification"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, NotificationLaunchedApp) == 0x000000, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::NotificationLaunchedApp' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, ActivationEvent) == 0x000008, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, FireDate) == 0x000018, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::FireDate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime \ +static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime"); \ +static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime) == 0x000058, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, FireDateTime) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::FireDateTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, LocalTime) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::LocalTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Title) == 0x000010, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Title' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Body) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Body' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Action) == 0x000030, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Action' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ActivationEvent) == 0x000040, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ReturnValue) == 0x000050, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime \ +static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime"); \ +static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime) == 0x000028, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, FireDateTime) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::FireDateTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, LocalTime) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::LocalTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, ActivationEvent) == 0x000010, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, ReturnValue) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow \ +static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow"); \ +static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow) == 0x000018, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow, inSecondsFromNow) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow::inSecondsFromNow' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow, ActivationEvent) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow::ActivationEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow \ +static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow"); \ +static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow) == 0x000050, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, inSecondsFromNow) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::inSecondsFromNow' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Title) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Title' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Body) == 0x000018, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Body' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Action) == 0x000028, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Action' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ActivationEvent) == 0x000038, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ReturnValue) == 0x000048, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_SetAllowedDeviceOrientation \ +static_assert(alignof(BlueprintPlatformLibrary_SetAllowedDeviceOrientation) == 0x000001, "Wrong alignment on BlueprintPlatformLibrary_SetAllowedDeviceOrientation"); \ +static_assert(sizeof(BlueprintPlatformLibrary_SetAllowedDeviceOrientation) == 0x000001, "Wrong size on BlueprintPlatformLibrary_SetAllowedDeviceOrientation"); \ +static_assert(offsetof(BlueprintPlatformLibrary_SetAllowedDeviceOrientation, NewAllowedDeviceOrientation) == 0x000000, "Member 'BlueprintPlatformLibrary_SetAllowedDeviceOrientation::NewAllowedDeviceOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintPlatformLibrary \ +static_assert(alignof(UBlueprintPlatformLibrary) == 0x000008, "Wrong alignment on UBlueprintPlatformLibrary"); \ +static_assert(sizeof(UBlueprintPlatformLibrary) == 0x000028, "Wrong size on UBlueprintPlatformLibrary"); \ + +#define DUMPER7_ASSERTS_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_UDistribution \ +static_assert(alignof(UDistribution) == 0x000008, "Wrong alignment on UDistribution"); \ +static_assert(sizeof(UDistribution) == 0x000030, "Wrong size on UDistribution"); \ + +#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_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_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_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_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_UNetworkMetricsBaseListener \ +static_assert(alignof(UNetworkMetricsBaseListener) == 0x000008, "Wrong alignment on UNetworkMetricsBaseListener"); \ +static_assert(sizeof(UNetworkMetricsBaseListener) == 0x000040, "Wrong size on UNetworkMetricsBaseListener"); \ +static_assert(offsetof(UNetworkMetricsBaseListener, IntervalSeconds) == 0x000028, "Member 'UNetworkMetricsBaseListener::IntervalSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNetworkMetricsBaseListener, Mutators) == 0x000030, "Member 'UNetworkMetricsBaseListener::Mutators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetworkMetricsCSV \ +static_assert(alignof(UNetworkMetricsCSV) == 0x000008, "Wrong alignment on UNetworkMetricsCSV"); \ +static_assert(sizeof(UNetworkMetricsCSV) == 0x000048, "Wrong size on UNetworkMetricsCSV"); \ + +#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_UDistributionFloatParticleParameter \ +static_assert(alignof(UDistributionFloatParticleParameter) == 0x000008, "Wrong alignment on UDistributionFloatParticleParameter"); \ +static_assert(sizeof(UDistributionFloatParticleParameter) == 0x000060, "Wrong size on UDistributionFloatParticleParameter"); \ + +#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_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_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_ULevelInstanceComponent \ +static_assert(alignof(ULevelInstanceComponent) == 0x000010, "Wrong alignment on ULevelInstanceComponent"); \ +static_assert(sizeof(ULevelInstanceComponent) == 0x000250, "Wrong size on ULevelInstanceComponent"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerInstance \ +static_assert(alignof(UMaterialFunctionMaterialLayerInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerInstance"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerInstance) == 0x000100, "Wrong size on UMaterialFunctionMaterialLayerInstance"); \ + +#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_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_UNetworkSubsystem \ +static_assert(alignof(UNetworkSubsystem) == 0x000008, "Wrong alignment on UNetworkSubsystem"); \ +static_assert(sizeof(UNetworkSubsystem) == 0x000088, "Wrong size on UNetworkSubsystem"); \ + +#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_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_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_ALevelInstancePivot \ +static_assert(alignof(ALevelInstancePivot) == 0x000008, "Wrong alignment on ALevelInstancePivot"); \ +static_assert(sizeof(ALevelInstancePivot) == 0x0002B8, "Wrong size on ALevelInstancePivot"); \ + +#define DUMPER7_ASSERTS_UNetActorFactory \ +static_assert(alignof(UNetActorFactory) == 0x000008, "Wrong alignment on UNetActorFactory"); \ +static_assert(sizeof(UNetActorFactory) == 0x0000A0, "Wrong size on UNetActorFactory"); \ + +#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_UDistributionVectorParticleParameter \ +static_assert(alignof(UDistributionVectorParticleParameter) == 0x000008, "Wrong alignment on UDistributionVectorParticleParameter"); \ +static_assert(sizeof(UDistributionVectorParticleParameter) == 0x0000C8, "Wrong size on UDistributionVectorParticleParameter"); \ + +#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_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_AudioComponent_AddModulationRouting \ +static_assert(alignof(AudioComponent_AddModulationRouting) == 0x000008, "Wrong alignment on AudioComponent_AddModulationRouting"); \ +static_assert(sizeof(AudioComponent_AddModulationRouting) == 0x000058, "Wrong size on AudioComponent_AddModulationRouting"); \ +static_assert(offsetof(AudioComponent_AddModulationRouting, Modulators) == 0x000000, "Member 'AudioComponent_AddModulationRouting::Modulators' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_AddModulationRouting, Destination) == 0x000050, "Member 'AudioComponent_AddModulationRouting::Destination' 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) == 0x0003D0, "Wrong size on AudioComponent_AdjustAttenuation"); \ +static_assert(offsetof(AudioComponent_AdjustAttenuation, InAttenuationSettings) == 0x000000, "Member 'AudioComponent_AdjustAttenuation::InAttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_AdjustVolume \ +static_assert(alignof(AudioComponent_AdjustVolume) == 0x000004, "Wrong alignment on AudioComponent_AdjustVolume"); \ +static_assert(sizeof(AudioComponent_AdjustVolume) == 0x00000C, "Wrong size on AudioComponent_AdjustVolume"); \ +static_assert(offsetof(AudioComponent_AdjustVolume, AdjustVolumeDuration) == 0x000000, "Member 'AudioComponent_AdjustVolume::AdjustVolumeDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_AdjustVolume, AdjustVolumeLevel) == 0x000004, "Member 'AudioComponent_AdjustVolume::AdjustVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_AdjustVolume, FadeCurve) == 0x000008, "Member 'AudioComponent_AdjustVolume::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_BP_GetAttenuationSettingsToApply \ +static_assert(alignof(AudioComponent_BP_GetAttenuationSettingsToApply) == 0x000008, "Wrong alignment on AudioComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(sizeof(AudioComponent_BP_GetAttenuationSettingsToApply) == 0x0003D8, "Wrong size on AudioComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(offsetof(AudioComponent_BP_GetAttenuationSettingsToApply, OutAttenuationSettings) == 0x000000, "Member 'AudioComponent_BP_GetAttenuationSettingsToApply::OutAttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_BP_GetAttenuationSettingsToApply, ReturnValue) == 0x0003D0, "Member 'AudioComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_FadeIn \ +static_assert(alignof(AudioComponent_FadeIn) == 0x000004, "Wrong alignment on AudioComponent_FadeIn"); \ +static_assert(sizeof(AudioComponent_FadeIn) == 0x000010, "Wrong size on AudioComponent_FadeIn"); \ +static_assert(offsetof(AudioComponent_FadeIn, FadeInDuration) == 0x000000, "Member 'AudioComponent_FadeIn::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeIn, FadeVolumeLevel) == 0x000004, "Member 'AudioComponent_FadeIn::FadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeIn, StartTime) == 0x000008, "Member 'AudioComponent_FadeIn::StartTime' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeIn, FadeCurve) == 0x00000C, "Member 'AudioComponent_FadeIn::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_FadeOut \ +static_assert(alignof(AudioComponent_FadeOut) == 0x000004, "Wrong alignment on AudioComponent_FadeOut"); \ +static_assert(sizeof(AudioComponent_FadeOut) == 0x00000C, "Wrong size on AudioComponent_FadeOut"); \ +static_assert(offsetof(AudioComponent_FadeOut, FadeOutDuration) == 0x000000, "Member 'AudioComponent_FadeOut::FadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeOut, FadeVolumeLevel) == 0x000004, "Member 'AudioComponent_FadeOut::FadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeOut, FadeCurve) == 0x000008, "Member 'AudioComponent_FadeOut::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeData \ +static_assert(alignof(AudioComponent_GetCookedEnvelopeData) == 0x000004, "Wrong alignment on AudioComponent_GetCookedEnvelopeData"); \ +static_assert(sizeof(AudioComponent_GetCookedEnvelopeData) == 0x000008, "Wrong size on AudioComponent_GetCookedEnvelopeData"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeData, OutEnvelopeData) == 0x000000, "Member 'AudioComponent_GetCookedEnvelopeData::OutEnvelopeData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeData, ReturnValue) == 0x000004, "Member 'AudioComponent_GetCookedEnvelopeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds \ +static_assert(alignof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds) == 0x000008, "Wrong alignment on AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds"); \ +static_assert(sizeof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds) == 0x000018, "Wrong size on AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds, OutEnvelopeData) == 0x000000, "Member 'AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds::OutEnvelopeData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds, ReturnValue) == 0x000010, "Member 'AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedFFTData \ +static_assert(alignof(AudioComponent_GetCookedFFTData) == 0x000008, "Wrong alignment on AudioComponent_GetCookedFFTData"); \ +static_assert(sizeof(AudioComponent_GetCookedFFTData) == 0x000028, "Wrong size on AudioComponent_GetCookedFFTData"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTData, FrequenciesToGet) == 0x000000, "Member 'AudioComponent_GetCookedFFTData::FrequenciesToGet' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTData, OutSoundWaveSpectralData) == 0x000010, "Member 'AudioComponent_GetCookedFFTData::OutSoundWaveSpectralData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTData, ReturnValue) == 0x000020, "Member 'AudioComponent_GetCookedFFTData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedFFTDataForAllPlayingSounds \ +static_assert(alignof(AudioComponent_GetCookedFFTDataForAllPlayingSounds) == 0x000008, "Wrong alignment on AudioComponent_GetCookedFFTDataForAllPlayingSounds"); \ +static_assert(sizeof(AudioComponent_GetCookedFFTDataForAllPlayingSounds) == 0x000018, "Wrong size on AudioComponent_GetCookedFFTDataForAllPlayingSounds"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTDataForAllPlayingSounds, OutSoundWaveSpectralData) == 0x000000, "Member 'AudioComponent_GetCookedFFTDataForAllPlayingSounds::OutSoundWaveSpectralData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTDataForAllPlayingSounds, ReturnValue) == 0x000010, "Member 'AudioComponent_GetCookedFFTDataForAllPlayingSounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetModulators \ +static_assert(alignof(AudioComponent_GetModulators) == 0x000008, "Wrong alignment on AudioComponent_GetModulators"); \ +static_assert(sizeof(AudioComponent_GetModulators) == 0x000058, "Wrong size on AudioComponent_GetModulators"); \ +static_assert(offsetof(AudioComponent_GetModulators, Destination) == 0x000000, "Member 'AudioComponent_GetModulators::Destination' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetModulators, ReturnValue) == 0x000008, "Member 'AudioComponent_GetModulators::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_Play \ +static_assert(alignof(AudioComponent_Play) == 0x000004, "Wrong alignment on AudioComponent_Play"); \ +static_assert(sizeof(AudioComponent_Play) == 0x000004, "Wrong size on AudioComponent_Play"); \ +static_assert(offsetof(AudioComponent_Play, StartTime) == 0x000000, "Member 'AudioComponent_Play::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_PlayQuantized \ +static_assert(alignof(AudioComponent_PlayQuantized) == 0x000008, "Wrong alignment on AudioComponent_PlayQuantized"); \ +static_assert(sizeof(AudioComponent_PlayQuantized) == 0x000050, "Wrong size on AudioComponent_PlayQuantized"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, WorldContextObject) == 0x000000, "Member 'AudioComponent_PlayQuantized::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InClockHandle) == 0x000008, "Member 'AudioComponent_PlayQuantized::InClockHandle' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InQuantizationBoundary) == 0x000010, "Member 'AudioComponent_PlayQuantized::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InDelegate) == 0x000030, "Member 'AudioComponent_PlayQuantized::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InStartTime) == 0x000040, "Member 'AudioComponent_PlayQuantized::InStartTime' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InFadeInDuration) == 0x000044, "Member 'AudioComponent_PlayQuantized::InFadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InFadeVolumeLevel) == 0x000048, "Member 'AudioComponent_PlayQuantized::InFadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_PlayQuantized, InFadeCurve) == 0x00004C, "Member 'AudioComponent_PlayQuantized::InFadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_RemoveModulationRouting \ +static_assert(alignof(AudioComponent_RemoveModulationRouting) == 0x000008, "Wrong alignment on AudioComponent_RemoveModulationRouting"); \ +static_assert(sizeof(AudioComponent_RemoveModulationRouting) == 0x000058, "Wrong size on AudioComponent_RemoveModulationRouting"); \ +static_assert(offsetof(AudioComponent_RemoveModulationRouting, Modulators) == 0x000000, "Member 'AudioComponent_RemoveModulationRouting::Modulators' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_RemoveModulationRouting, Destination) == 0x000050, "Member 'AudioComponent_RemoveModulationRouting::Destination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetAttenuationOverrides \ +static_assert(alignof(AudioComponent_SetAttenuationOverrides) == 0x000008, "Wrong alignment on AudioComponent_SetAttenuationOverrides"); \ +static_assert(sizeof(AudioComponent_SetAttenuationOverrides) == 0x0003D0, "Wrong size on AudioComponent_SetAttenuationOverrides"); \ +static_assert(offsetof(AudioComponent_SetAttenuationOverrides, InAttenuationOverrides) == 0x000000, "Member 'AudioComponent_SetAttenuationOverrides::InAttenuationOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetAttenuationSettings \ +static_assert(alignof(AudioComponent_SetAttenuationSettings) == 0x000008, "Wrong alignment on AudioComponent_SetAttenuationSettings"); \ +static_assert(sizeof(AudioComponent_SetAttenuationSettings) == 0x000008, "Wrong size on AudioComponent_SetAttenuationSettings"); \ +static_assert(offsetof(AudioComponent_SetAttenuationSettings, InAttenuationSettings) == 0x000000, "Member 'AudioComponent_SetAttenuationSettings::InAttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetAudioBusSendPostEffect \ +static_assert(alignof(AudioComponent_SetAudioBusSendPostEffect) == 0x000008, "Wrong alignment on AudioComponent_SetAudioBusSendPostEffect"); \ +static_assert(sizeof(AudioComponent_SetAudioBusSendPostEffect) == 0x000010, "Wrong size on AudioComponent_SetAudioBusSendPostEffect"); \ +static_assert(offsetof(AudioComponent_SetAudioBusSendPostEffect, AudioBus) == 0x000000, "Member 'AudioComponent_SetAudioBusSendPostEffect::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetAudioBusSendPostEffect, AudioBusSendLevel) == 0x000008, "Member 'AudioComponent_SetAudioBusSendPostEffect::AudioBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetAudioBusSendPreEffect \ +static_assert(alignof(AudioComponent_SetAudioBusSendPreEffect) == 0x000008, "Wrong alignment on AudioComponent_SetAudioBusSendPreEffect"); \ +static_assert(sizeof(AudioComponent_SetAudioBusSendPreEffect) == 0x000010, "Wrong size on AudioComponent_SetAudioBusSendPreEffect"); \ +static_assert(offsetof(AudioComponent_SetAudioBusSendPreEffect, AudioBus) == 0x000000, "Member 'AudioComponent_SetAudioBusSendPreEffect::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetAudioBusSendPreEffect, AudioBusSendLevel) == 0x000008, "Member 'AudioComponent_SetAudioBusSendPreEffect::AudioBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetBoolParameter \ +static_assert(alignof(AudioComponent_SetBoolParameter) == 0x000004, "Wrong alignment on AudioComponent_SetBoolParameter"); \ +static_assert(sizeof(AudioComponent_SetBoolParameter) == 0x00000C, "Wrong size on AudioComponent_SetBoolParameter"); \ +static_assert(offsetof(AudioComponent_SetBoolParameter, InName) == 0x000000, "Member 'AudioComponent_SetBoolParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetBoolParameter, InBool) == 0x000008, "Member 'AudioComponent_SetBoolParameter::InBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetFloatParameter \ +static_assert(alignof(AudioComponent_SetFloatParameter) == 0x000004, "Wrong alignment on AudioComponent_SetFloatParameter"); \ +static_assert(sizeof(AudioComponent_SetFloatParameter) == 0x00000C, "Wrong size on AudioComponent_SetFloatParameter"); \ +static_assert(offsetof(AudioComponent_SetFloatParameter, InName) == 0x000000, "Member 'AudioComponent_SetFloatParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetFloatParameter, InFloat) == 0x000008, "Member 'AudioComponent_SetFloatParameter::InFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetHighPassFilterEnabled \ +static_assert(alignof(AudioComponent_SetHighPassFilterEnabled) == 0x000001, "Wrong alignment on AudioComponent_SetHighPassFilterEnabled"); \ +static_assert(sizeof(AudioComponent_SetHighPassFilterEnabled) == 0x000001, "Wrong size on AudioComponent_SetHighPassFilterEnabled"); \ +static_assert(offsetof(AudioComponent_SetHighPassFilterEnabled, InHighPassFilterEnabled) == 0x000000, "Member 'AudioComponent_SetHighPassFilterEnabled::InHighPassFilterEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetHighPassFilterFrequency \ +static_assert(alignof(AudioComponent_SetHighPassFilterFrequency) == 0x000004, "Wrong alignment on AudioComponent_SetHighPassFilterFrequency"); \ +static_assert(sizeof(AudioComponent_SetHighPassFilterFrequency) == 0x000004, "Wrong size on AudioComponent_SetHighPassFilterFrequency"); \ +static_assert(offsetof(AudioComponent_SetHighPassFilterFrequency, InHighPassFilterFrequency) == 0x000000, "Member 'AudioComponent_SetHighPassFilterFrequency::InHighPassFilterFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetIntParameter \ +static_assert(alignof(AudioComponent_SetIntParameter) == 0x000004, "Wrong alignment on AudioComponent_SetIntParameter"); \ +static_assert(sizeof(AudioComponent_SetIntParameter) == 0x00000C, "Wrong size on AudioComponent_SetIntParameter"); \ +static_assert(offsetof(AudioComponent_SetIntParameter, InName) == 0x000000, "Member 'AudioComponent_SetIntParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetIntParameter, inInt) == 0x000008, "Member 'AudioComponent_SetIntParameter::inInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetLowPassFilterEnabled \ +static_assert(alignof(AudioComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong alignment on AudioComponent_SetLowPassFilterEnabled"); \ +static_assert(sizeof(AudioComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong size on AudioComponent_SetLowPassFilterEnabled"); \ +static_assert(offsetof(AudioComponent_SetLowPassFilterEnabled, InLowPassFilterEnabled) == 0x000000, "Member 'AudioComponent_SetLowPassFilterEnabled::InLowPassFilterEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetLowPassFilterFrequency \ +static_assert(alignof(AudioComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong alignment on AudioComponent_SetLowPassFilterFrequency"); \ +static_assert(sizeof(AudioComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong size on AudioComponent_SetLowPassFilterFrequency"); \ +static_assert(offsetof(AudioComponent_SetLowPassFilterFrequency, InLowPassFilterFrequency) == 0x000000, "Member 'AudioComponent_SetLowPassFilterFrequency::InLowPassFilterFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetModulationRouting \ +static_assert(alignof(AudioComponent_SetModulationRouting) == 0x000008, "Wrong alignment on AudioComponent_SetModulationRouting"); \ +static_assert(sizeof(AudioComponent_SetModulationRouting) == 0x000058, "Wrong size on AudioComponent_SetModulationRouting"); \ +static_assert(offsetof(AudioComponent_SetModulationRouting, Modulators) == 0x000000, "Member 'AudioComponent_SetModulationRouting::Modulators' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetModulationRouting, Destination) == 0x000050, "Member 'AudioComponent_SetModulationRouting::Destination' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetModulationRouting, RoutingMethod) == 0x000051, "Member 'AudioComponent_SetModulationRouting::RoutingMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetOutputToBusOnly \ +static_assert(alignof(AudioComponent_SetOutputToBusOnly) == 0x000001, "Wrong alignment on AudioComponent_SetOutputToBusOnly"); \ +static_assert(sizeof(AudioComponent_SetOutputToBusOnly) == 0x000001, "Wrong size on AudioComponent_SetOutputToBusOnly"); \ +static_assert(offsetof(AudioComponent_SetOutputToBusOnly, bInOutputToBusOnly) == 0x000000, "Member 'AudioComponent_SetOutputToBusOnly::bInOutputToBusOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetOverrideAttenuation \ +static_assert(alignof(AudioComponent_SetOverrideAttenuation) == 0x000001, "Wrong alignment on AudioComponent_SetOverrideAttenuation"); \ +static_assert(sizeof(AudioComponent_SetOverrideAttenuation) == 0x000001, "Wrong size on AudioComponent_SetOverrideAttenuation"); \ +static_assert(offsetof(AudioComponent_SetOverrideAttenuation, bInOverrideAttenuation) == 0x000000, "Member 'AudioComponent_SetOverrideAttenuation::bInOverrideAttenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetPaused \ +static_assert(alignof(AudioComponent_SetPaused) == 0x000001, "Wrong alignment on AudioComponent_SetPaused"); \ +static_assert(sizeof(AudioComponent_SetPaused) == 0x000001, "Wrong size on AudioComponent_SetPaused"); \ +static_assert(offsetof(AudioComponent_SetPaused, bPause) == 0x000000, "Member 'AudioComponent_SetPaused::bPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetPitchMultiplier \ +static_assert(alignof(AudioComponent_SetPitchMultiplier) == 0x000004, "Wrong alignment on AudioComponent_SetPitchMultiplier"); \ +static_assert(sizeof(AudioComponent_SetPitchMultiplier) == 0x000004, "Wrong size on AudioComponent_SetPitchMultiplier"); \ +static_assert(offsetof(AudioComponent_SetPitchMultiplier, NewPitchMultiplier) == 0x000000, "Member 'AudioComponent_SetPitchMultiplier::NewPitchMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSound \ +static_assert(alignof(AudioComponent_SetSound) == 0x000008, "Wrong alignment on AudioComponent_SetSound"); \ +static_assert(sizeof(AudioComponent_SetSound) == 0x000008, "Wrong size on AudioComponent_SetSound"); \ +static_assert(offsetof(AudioComponent_SetSound, NewSound) == 0x000000, "Member 'AudioComponent_SetSound::NewSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPostEffect \ +static_assert(alignof(AudioComponent_SetSourceBusSendPostEffect) == 0x000008, "Wrong alignment on AudioComponent_SetSourceBusSendPostEffect"); \ +static_assert(sizeof(AudioComponent_SetSourceBusSendPostEffect) == 0x000010, "Wrong size on AudioComponent_SetSourceBusSendPostEffect"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPostEffect, SoundSourceBus) == 0x000000, "Member 'AudioComponent_SetSourceBusSendPostEffect::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPostEffect, SourceBusSendLevel) == 0x000008, "Member 'AudioComponent_SetSourceBusSendPostEffect::SourceBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPreEffect \ +static_assert(alignof(AudioComponent_SetSourceBusSendPreEffect) == 0x000008, "Wrong alignment on AudioComponent_SetSourceBusSendPreEffect"); \ +static_assert(sizeof(AudioComponent_SetSourceBusSendPreEffect) == 0x000010, "Wrong size on AudioComponent_SetSourceBusSendPreEffect"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPreEffect, SoundSourceBus) == 0x000000, "Member 'AudioComponent_SetSourceBusSendPreEffect::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPreEffect, SourceBusSendLevel) == 0x000008, "Member 'AudioComponent_SetSourceBusSendPreEffect::SourceBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSubmixSend \ +static_assert(alignof(AudioComponent_SetSubmixSend) == 0x000008, "Wrong alignment on AudioComponent_SetSubmixSend"); \ +static_assert(sizeof(AudioComponent_SetSubmixSend) == 0x000010, "Wrong size on AudioComponent_SetSubmixSend"); \ +static_assert(offsetof(AudioComponent_SetSubmixSend, Submix) == 0x000000, "Member 'AudioComponent_SetSubmixSend::Submix' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetSubmixSend, SendLevel) == 0x000008, "Member 'AudioComponent_SetSubmixSend::SendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetUISound \ +static_assert(alignof(AudioComponent_SetUISound) == 0x000001, "Wrong alignment on AudioComponent_SetUISound"); \ +static_assert(sizeof(AudioComponent_SetUISound) == 0x000001, "Wrong size on AudioComponent_SetUISound"); \ +static_assert(offsetof(AudioComponent_SetUISound, bInUISound) == 0x000000, "Member 'AudioComponent_SetUISound::bInUISound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetVolumeMultiplier \ +static_assert(alignof(AudioComponent_SetVolumeMultiplier) == 0x000004, "Wrong alignment on AudioComponent_SetVolumeMultiplier"); \ +static_assert(sizeof(AudioComponent_SetVolumeMultiplier) == 0x000004, "Wrong size on AudioComponent_SetVolumeMultiplier"); \ +static_assert(offsetof(AudioComponent_SetVolumeMultiplier, NewVolumeMultiplier) == 0x000000, "Member 'AudioComponent_SetVolumeMultiplier::NewVolumeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetWaveParameter \ +static_assert(alignof(AudioComponent_SetWaveParameter) == 0x000008, "Wrong alignment on AudioComponent_SetWaveParameter"); \ +static_assert(sizeof(AudioComponent_SetWaveParameter) == 0x000010, "Wrong size on AudioComponent_SetWaveParameter"); \ +static_assert(offsetof(AudioComponent_SetWaveParameter, InName) == 0x000000, "Member 'AudioComponent_SetWaveParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetWaveParameter, InWave) == 0x000008, "Member 'AudioComponent_SetWaveParameter::InWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_StopDelayed \ +static_assert(alignof(AudioComponent_StopDelayed) == 0x000004, "Wrong alignment on AudioComponent_StopDelayed"); \ +static_assert(sizeof(AudioComponent_StopDelayed) == 0x000004, "Wrong size on AudioComponent_StopDelayed"); \ +static_assert(offsetof(AudioComponent_StopDelayed, DelayTime) == 0x000000, "Member 'AudioComponent_StopDelayed::DelayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetPlayState \ +static_assert(alignof(AudioComponent_GetPlayState) == 0x000001, "Wrong alignment on AudioComponent_GetPlayState"); \ +static_assert(sizeof(AudioComponent_GetPlayState) == 0x000001, "Wrong size on AudioComponent_GetPlayState"); \ +static_assert(offsetof(AudioComponent_GetPlayState, ReturnValue) == 0x000000, "Member 'AudioComponent_GetPlayState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_HasCookedAmplitudeEnvelopeData \ +static_assert(alignof(AudioComponent_HasCookedAmplitudeEnvelopeData) == 0x000001, "Wrong alignment on AudioComponent_HasCookedAmplitudeEnvelopeData"); \ +static_assert(sizeof(AudioComponent_HasCookedAmplitudeEnvelopeData) == 0x000001, "Wrong size on AudioComponent_HasCookedAmplitudeEnvelopeData"); \ +static_assert(offsetof(AudioComponent_HasCookedAmplitudeEnvelopeData, ReturnValue) == 0x000000, "Member 'AudioComponent_HasCookedAmplitudeEnvelopeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_HasCookedFFTData \ +static_assert(alignof(AudioComponent_HasCookedFFTData) == 0x000001, "Wrong alignment on AudioComponent_HasCookedFFTData"); \ +static_assert(sizeof(AudioComponent_HasCookedFFTData) == 0x000001, "Wrong size on AudioComponent_HasCookedFFTData"); \ +static_assert(offsetof(AudioComponent_HasCookedFFTData, ReturnValue) == 0x000000, "Member 'AudioComponent_HasCookedFFTData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_IsPlaying \ +static_assert(alignof(AudioComponent_IsPlaying) == 0x000001, "Wrong alignment on AudioComponent_IsPlaying"); \ +static_assert(sizeof(AudioComponent_IsPlaying) == 0x000001, "Wrong size on AudioComponent_IsPlaying"); \ +static_assert(offsetof(AudioComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'AudioComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_IsVirtualized \ +static_assert(alignof(AudioComponent_IsVirtualized) == 0x000001, "Wrong alignment on AudioComponent_IsVirtualized"); \ +static_assert(sizeof(AudioComponent_IsVirtualized) == 0x000001, "Wrong size on AudioComponent_IsVirtualized"); \ +static_assert(offsetof(AudioComponent_IsVirtualized, ReturnValue) == 0x000000, "Member 'AudioComponent_IsVirtualized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioComponent \ +static_assert(alignof(UAudioComponent) == 0x000010, "Wrong alignment on UAudioComponent"); \ +static_assert(sizeof(UAudioComponent) == 0x000C40, "Wrong size on UAudioComponent"); \ +static_assert(offsetof(UAudioComponent, Sound) == 0x000408, "Member 'UAudioComponent::Sound' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, DefaultParameters) == 0x000410, "Member 'UAudioComponent::DefaultParameters' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, InstanceParameters) == 0x000420, "Member 'UAudioComponent::InstanceParameters' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SoundClassOverride) == 0x000430, "Member 'UAudioComponent::SoundClassOverride' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AudioComponentUserID) == 0x000440, "Member 'UAudioComponent::AudioComponentUserID' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchModulationMin) == 0x000448, "Member 'UAudioComponent::PitchModulationMin' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchModulationMax) == 0x00044C, "Member 'UAudioComponent::PitchModulationMax' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeModulationMin) == 0x000450, "Member 'UAudioComponent::VolumeModulationMin' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeModulationMax) == 0x000454, "Member 'UAudioComponent::VolumeModulationMax' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeMultiplier) == 0x000458, "Member 'UAudioComponent::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, EnvelopeFollowerAttackTime) == 0x00045C, "Member 'UAudioComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, EnvelopeFollowerReleaseTime) == 0x000460, "Member 'UAudioComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, Priority) == 0x000464, "Member 'UAudioComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SubtitlePriority) == 0x000468, "Member 'UAudioComponent::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SourceEffectChain) == 0x000470, "Member 'UAudioComponent::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchMultiplier) == 0x000478, "Member 'UAudioComponent::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, LowPassFilterFrequency) == 0x00047C, "Member 'UAudioComponent::LowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, HighPassFilterFrequency) == 0x000480, "Member 'UAudioComponent::HighPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AttenuationSettings) == 0x000488, "Member 'UAudioComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AttenuationOverrides) == 0x000490, "Member 'UAudioComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ConcurrencySettings) == 0x000860, "Member 'UAudioComponent::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ConcurrencySet) == 0x000868, "Member 'UAudioComponent::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OcclusionCheckInterval) == 0x0008B8, "Member 'UAudioComponent::OcclusionCheckInterval' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachLocationRule) == 0x0008C4, "Member 'UAudioComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachRotationRule) == 0x0008C5, "Member 'UAudioComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachScaleRule) == 0x0008C6, "Member 'UAudioComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ModulationRouting) == 0x0008C8, "Member 'UAudioComponent::ModulationRouting' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioPlayStateChanged) == 0x000A30, "Member 'UAudioComponent::OnAudioPlayStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioVirtualizationChanged) == 0x000A58, "Member 'UAudioComponent::OnAudioVirtualizationChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioFinished) == 0x000A80, "Member 'UAudioComponent::OnAudioFinished' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioPlaybackPercent) == 0x000AA8, "Member 'UAudioComponent::OnAudioPlaybackPercent' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioSingleEnvelopeValue) == 0x000AD0, "Member 'UAudioComponent::OnAudioSingleEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioMultiEnvelopeValue) == 0x000AF8, "Member 'UAudioComponent::OnAudioMultiEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnQueueSubtitles) == 0x000B20, "Member 'UAudioComponent::OnQueueSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachParent) == 0x000B40, "Member 'UAudioComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachSocketName) == 0x000B48, "Member 'UAudioComponent::AutoAttachSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimatedSparseVolumeTexture \ +static_assert(alignof(UAnimatedSparseVolumeTexture) == 0x000010, "Wrong alignment on UAnimatedSparseVolumeTexture"); \ +static_assert(sizeof(UAnimatedSparseVolumeTexture) == 0x0000B0, "Wrong size on UAnimatedSparseVolumeTexture"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionOperator \ +static_assert(alignof(UMaterialExpressionOperator) == 0x000008, "Wrong alignment on UMaterialExpressionOperator"); \ +static_assert(sizeof(UMaterialExpressionOperator) == 0x0000D0, "Wrong size on UMaterialExpressionOperator"); \ +static_assert(offsetof(UMaterialExpressionOperator, DynamicInputs) == 0x0000B0, "Member 'UMaterialExpressionOperator::DynamicInputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionOperator, Operator) == 0x0000C0, "Member 'UMaterialExpressionOperator::Operator' 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) == 0x000300, "Wrong size on AEmitter"); \ +static_assert(offsetof(AEmitter, ParticleSystemComponent) == 0x0002B0, "Member 'AEmitter::ParticleSystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleSpawn) == 0x0002C0, "Member 'AEmitter::OnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleBurst) == 0x0002D0, "Member 'AEmitter::OnParticleBurst' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleDeath) == 0x0002E0, "Member 'AEmitter::OnParticleDeath' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleCollide) == 0x0002F0, "Member 'AEmitter::OnParticleCollide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEmitterCameraLensEffectBase \ +static_assert(alignof(AEmitterCameraLensEffectBase) == 0x000010, "Wrong alignment on AEmitterCameraLensEffectBase"); \ +static_assert(sizeof(AEmitterCameraLensEffectBase) == 0x0003A0, "Wrong size on AEmitterCameraLensEffectBase"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffect) == 0x000308, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffect' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, BaseCamera) == 0x000310, "Member 'AEmitterCameraLensEffectBase::BaseCamera' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, RelativeTransform) == 0x000320, "Member 'AEmitterCameraLensEffectBase::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, BaseFOV) == 0x000380, "Member 'AEmitterCameraLensEffectBase::BaseFOV' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, EmittersToTreatAsSame) == 0x000388, "Member 'AEmitterCameraLensEffectBase::EmittersToTreatAsSame' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, DistFromCamera) == 0x000398, "Member 'AEmitterCameraLensEffectBase::DistFromCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UViewModeUtils \ +static_assert(alignof(UViewModeUtils) == 0x000008, "Wrong alignment on UViewModeUtils"); \ +static_assert(sizeof(UViewModeUtils) == 0x000028, "Wrong size on UViewModeUtils"); \ + +#define DUMPER7_ASSERTS_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) == 0x000570, "Wrong size on UBoxComponent"); \ +static_assert(offsetof(UBoxComponent, BoxExtent) == 0x000550, "Member 'UBoxComponent::BoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleMacroUV \ +static_assert(alignof(UMaterialExpressionParticleMacroUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMacroUV"); \ +static_assert(sizeof(UMaterialExpressionParticleMacroUV) == 0x0000C0, "Wrong size on UMaterialExpressionParticleMacroUV"); \ + +#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_AExponentialHeightFog \ +static_assert(alignof(AExponentialHeightFog) == 0x000008, "Wrong alignment on AExponentialHeightFog"); \ +static_assert(sizeof(AExponentialHeightFog) == 0x0002C0, "Wrong size on AExponentialHeightFog"); \ +static_assert(offsetof(AExponentialHeightFog, Component) == 0x0002B0, "Member 'AExponentialHeightFog::Component' 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_UMaterialExpressionObjectRadius \ +static_assert(alignof(UMaterialExpressionObjectRadius) == 0x000008, "Wrong alignment on UMaterialExpressionObjectRadius"); \ +static_assert(sizeof(UMaterialExpressionObjectRadius) == 0x0000C0, "Wrong size on UMaterialExpressionObjectRadius"); \ + +#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_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_SoundSubmixBase_DynamicConnect \ +static_assert(alignof(SoundSubmixBase_DynamicConnect) == 0x000008, "Wrong alignment on SoundSubmixBase_DynamicConnect"); \ +static_assert(sizeof(SoundSubmixBase_DynamicConnect) == 0x000018, "Wrong size on SoundSubmixBase_DynamicConnect"); \ +static_assert(offsetof(SoundSubmixBase_DynamicConnect, WorldContextObject) == 0x000000, "Member 'SoundSubmixBase_DynamicConnect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmixBase_DynamicConnect, InParent) == 0x000008, "Member 'SoundSubmixBase_DynamicConnect::InParent' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmixBase_DynamicConnect, ReturnValue) == 0x000010, "Member 'SoundSubmixBase_DynamicConnect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmixBase_DynamicDisconnect \ +static_assert(alignof(SoundSubmixBase_DynamicDisconnect) == 0x000008, "Wrong alignment on SoundSubmixBase_DynamicDisconnect"); \ +static_assert(sizeof(SoundSubmixBase_DynamicDisconnect) == 0x000010, "Wrong size on SoundSubmixBase_DynamicDisconnect"); \ +static_assert(offsetof(SoundSubmixBase_DynamicDisconnect, WorldContextObject) == 0x000000, "Member 'SoundSubmixBase_DynamicDisconnect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmixBase_DynamicDisconnect, ReturnValue) == 0x000008, "Member 'SoundSubmixBase_DynamicDisconnect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmixBase_FindDynamicAncestor \ +static_assert(alignof(SoundSubmixBase_FindDynamicAncestor) == 0x000008, "Wrong alignment on SoundSubmixBase_FindDynamicAncestor"); \ +static_assert(sizeof(SoundSubmixBase_FindDynamicAncestor) == 0x000008, "Wrong size on SoundSubmixBase_FindDynamicAncestor"); \ +static_assert(offsetof(SoundSubmixBase_FindDynamicAncestor, ReturnValue) == 0x000000, "Member 'SoundSubmixBase_FindDynamicAncestor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundSubmixBase \ +static_assert(alignof(USoundSubmixBase) == 0x000008, "Wrong alignment on USoundSubmixBase"); \ +static_assert(sizeof(USoundSubmixBase) == 0x000090, "Wrong size on USoundSubmixBase"); \ +static_assert(offsetof(USoundSubmixBase, bAutoDisable) == 0x000028, "Member 'USoundSubmixBase::bAutoDisable' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmixBase, AutoDisableTime) == 0x00002C, "Member 'USoundSubmixBase::AutoDisableTime' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmixBase, ChildSubmixes) == 0x000030, "Member 'USoundSubmixBase::ChildSubmixes' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmixBase, DynamicChildSubmixes) == 0x000040, "Member 'USoundSubmixBase::DynamicChildSubmixes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundSubmixWithParentBase \ +static_assert(alignof(USoundSubmixWithParentBase) == 0x000008, "Wrong alignment on USoundSubmixWithParentBase"); \ +static_assert(sizeof(USoundSubmixWithParentBase) == 0x0000F0, "Wrong size on USoundSubmixWithParentBase"); \ +static_assert(offsetof(USoundSubmixWithParentBase, ParentSubmix) == 0x000090, "Member 'USoundSubmixWithParentBase::ParentSubmix' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmixWithParentBase, DynamicParentSubmix) == 0x000098, "Member 'USoundSubmixWithParentBase::DynamicParentSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_AddEnvelopeFollowerDelegate \ +static_assert(alignof(SoundSubmix_AddEnvelopeFollowerDelegate) == 0x000008, "Wrong alignment on SoundSubmix_AddEnvelopeFollowerDelegate"); \ +static_assert(sizeof(SoundSubmix_AddEnvelopeFollowerDelegate) == 0x000018, "Wrong size on SoundSubmix_AddEnvelopeFollowerDelegate"); \ +static_assert(offsetof(SoundSubmix_AddEnvelopeFollowerDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_AddEnvelopeFollowerDelegate::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddEnvelopeFollowerDelegate, OnSubmixEnvelopeBP) == 0x000008, "Member 'SoundSubmix_AddEnvelopeFollowerDelegate::OnSubmixEnvelopeBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_AddSpectralAnalysisDelegate \ +static_assert(alignof(SoundSubmix_AddSpectralAnalysisDelegate) == 0x000008, "Wrong alignment on SoundSubmix_AddSpectralAnalysisDelegate"); \ +static_assert(sizeof(SoundSubmix_AddSpectralAnalysisDelegate) == 0x000040, "Wrong size on SoundSubmix_AddSpectralAnalysisDelegate"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, InBandSettings) == 0x000008, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::InBandSettings' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, OnSubmixSpectralAnalysisBP) == 0x000018, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::OnSubmixSpectralAnalysisBP' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, UpdateRate) == 0x000028, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::UpdateRate' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, DecibelNoiseFloor) == 0x00002C, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::DecibelNoiseFloor' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, bDoNormalize) == 0x000030, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::bDoNormalize' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, bDoAutoRange) == 0x000031, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::bDoAutoRange' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, AutoRangeAttackTime) == 0x000034, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::AutoRangeAttackTime' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, AutoRangeReleaseTime) == 0x000038, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::AutoRangeReleaseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_RemoveEnvelopeFollowerDelegate \ +static_assert(alignof(SoundSubmix_RemoveEnvelopeFollowerDelegate) == 0x000008, "Wrong alignment on SoundSubmix_RemoveEnvelopeFollowerDelegate"); \ +static_assert(sizeof(SoundSubmix_RemoveEnvelopeFollowerDelegate) == 0x000018, "Wrong size on SoundSubmix_RemoveEnvelopeFollowerDelegate"); \ +static_assert(offsetof(SoundSubmix_RemoveEnvelopeFollowerDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_RemoveEnvelopeFollowerDelegate::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_RemoveEnvelopeFollowerDelegate, OnSubmixEnvelopeBP) == 0x000008, "Member 'SoundSubmix_RemoveEnvelopeFollowerDelegate::OnSubmixEnvelopeBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_RemoveSpectralAnalysisDelegate \ +static_assert(alignof(SoundSubmix_RemoveSpectralAnalysisDelegate) == 0x000008, "Wrong alignment on SoundSubmix_RemoveSpectralAnalysisDelegate"); \ +static_assert(sizeof(SoundSubmix_RemoveSpectralAnalysisDelegate) == 0x000018, "Wrong size on SoundSubmix_RemoveSpectralAnalysisDelegate"); \ +static_assert(offsetof(SoundSubmix_RemoveSpectralAnalysisDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_RemoveSpectralAnalysisDelegate::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_RemoveSpectralAnalysisDelegate, OnSubmixSpectralAnalysisBP) == 0x000008, "Member 'SoundSubmix_RemoveSpectralAnalysisDelegate::OnSubmixSpectralAnalysisBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_SetDryVolumeModulation \ +static_assert(alignof(SoundSubmix_SetDryVolumeModulation) == 0x000008, "Wrong alignment on SoundSubmix_SetDryVolumeModulation"); \ +static_assert(sizeof(SoundSubmix_SetDryVolumeModulation) == 0x000058, "Wrong size on SoundSubmix_SetDryVolumeModulation"); \ +static_assert(offsetof(SoundSubmix_SetDryVolumeModulation, InVolMod) == 0x000000, "Member 'SoundSubmix_SetDryVolumeModulation::InVolMod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_SetOutputVolumeModulation \ +static_assert(alignof(SoundSubmix_SetOutputVolumeModulation) == 0x000008, "Wrong alignment on SoundSubmix_SetOutputVolumeModulation"); \ +static_assert(sizeof(SoundSubmix_SetOutputVolumeModulation) == 0x000058, "Wrong size on SoundSubmix_SetOutputVolumeModulation"); \ +static_assert(offsetof(SoundSubmix_SetOutputVolumeModulation, InVolMod) == 0x000000, "Member 'SoundSubmix_SetOutputVolumeModulation::InVolMod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_SetSubmixDryLevel \ +static_assert(alignof(SoundSubmix_SetSubmixDryLevel) == 0x000008, "Wrong alignment on SoundSubmix_SetSubmixDryLevel"); \ +static_assert(sizeof(SoundSubmix_SetSubmixDryLevel) == 0x000010, "Wrong size on SoundSubmix_SetSubmixDryLevel"); \ +static_assert(offsetof(SoundSubmix_SetSubmixDryLevel, WorldContextObject) == 0x000000, "Member 'SoundSubmix_SetSubmixDryLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_SetSubmixDryLevel, InDryLevel) == 0x000008, "Member 'SoundSubmix_SetSubmixDryLevel::InDryLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_SetSubmixOutputVolume \ +static_assert(alignof(SoundSubmix_SetSubmixOutputVolume) == 0x000008, "Wrong alignment on SoundSubmix_SetSubmixOutputVolume"); \ +static_assert(sizeof(SoundSubmix_SetSubmixOutputVolume) == 0x000010, "Wrong size on SoundSubmix_SetSubmixOutputVolume"); \ +static_assert(offsetof(SoundSubmix_SetSubmixOutputVolume, WorldContextObject) == 0x000000, "Member 'SoundSubmix_SetSubmixOutputVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_SetSubmixOutputVolume, InOutputVolume) == 0x000008, "Member 'SoundSubmix_SetSubmixOutputVolume::InOutputVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_SetSubmixWetLevel \ +static_assert(alignof(SoundSubmix_SetSubmixWetLevel) == 0x000008, "Wrong alignment on SoundSubmix_SetSubmixWetLevel"); \ +static_assert(sizeof(SoundSubmix_SetSubmixWetLevel) == 0x000010, "Wrong size on SoundSubmix_SetSubmixWetLevel"); \ +static_assert(offsetof(SoundSubmix_SetSubmixWetLevel, WorldContextObject) == 0x000000, "Member 'SoundSubmix_SetSubmixWetLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_SetSubmixWetLevel, InWetLevel) == 0x000008, "Member 'SoundSubmix_SetSubmixWetLevel::InWetLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_SetWetVolumeModulation \ +static_assert(alignof(SoundSubmix_SetWetVolumeModulation) == 0x000008, "Wrong alignment on SoundSubmix_SetWetVolumeModulation"); \ +static_assert(sizeof(SoundSubmix_SetWetVolumeModulation) == 0x000058, "Wrong size on SoundSubmix_SetWetVolumeModulation"); \ +static_assert(offsetof(SoundSubmix_SetWetVolumeModulation, InVolMod) == 0x000000, "Member 'SoundSubmix_SetWetVolumeModulation::InVolMod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_StartEnvelopeFollowing \ +static_assert(alignof(SoundSubmix_StartEnvelopeFollowing) == 0x000008, "Wrong alignment on SoundSubmix_StartEnvelopeFollowing"); \ +static_assert(sizeof(SoundSubmix_StartEnvelopeFollowing) == 0x000008, "Wrong size on SoundSubmix_StartEnvelopeFollowing"); \ +static_assert(offsetof(SoundSubmix_StartEnvelopeFollowing, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StartEnvelopeFollowing::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_StartRecordingOutput \ +static_assert(alignof(SoundSubmix_StartRecordingOutput) == 0x000008, "Wrong alignment on SoundSubmix_StartRecordingOutput"); \ +static_assert(sizeof(SoundSubmix_StartRecordingOutput) == 0x000010, "Wrong size on SoundSubmix_StartRecordingOutput"); \ +static_assert(offsetof(SoundSubmix_StartRecordingOutput, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StartRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StartRecordingOutput, ExpectedDuration) == 0x000008, "Member 'SoundSubmix_StartRecordingOutput::ExpectedDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_StartSpectralAnalysis \ +static_assert(alignof(SoundSubmix_StartSpectralAnalysis) == 0x000008, "Wrong alignment on SoundSubmix_StartSpectralAnalysis"); \ +static_assert(sizeof(SoundSubmix_StartSpectralAnalysis) == 0x000018, "Wrong size on SoundSubmix_StartSpectralAnalysis"); \ +static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StartSpectralAnalysis::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, FFTSize) == 0x000008, "Member 'SoundSubmix_StartSpectralAnalysis::FFTSize' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, InterpolationMethod) == 0x000009, "Member 'SoundSubmix_StartSpectralAnalysis::InterpolationMethod' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, WindowType) == 0x00000A, "Member 'SoundSubmix_StartSpectralAnalysis::WindowType' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, HopSize) == 0x00000C, "Member 'SoundSubmix_StartSpectralAnalysis::HopSize' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, SpectrumType) == 0x000010, "Member 'SoundSubmix_StartSpectralAnalysis::SpectrumType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_StopEnvelopeFollowing \ +static_assert(alignof(SoundSubmix_StopEnvelopeFollowing) == 0x000008, "Wrong alignment on SoundSubmix_StopEnvelopeFollowing"); \ +static_assert(sizeof(SoundSubmix_StopEnvelopeFollowing) == 0x000008, "Wrong size on SoundSubmix_StopEnvelopeFollowing"); \ +static_assert(offsetof(SoundSubmix_StopEnvelopeFollowing, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StopEnvelopeFollowing::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_StopRecordingOutput \ +static_assert(alignof(SoundSubmix_StopRecordingOutput) == 0x000008, "Wrong alignment on SoundSubmix_StopRecordingOutput"); \ +static_assert(sizeof(SoundSubmix_StopRecordingOutput) == 0x000038, "Wrong size on SoundSubmix_StopRecordingOutput"); \ +static_assert(offsetof(SoundSubmix_StopRecordingOutput, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StopRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StopRecordingOutput, ExportType) == 0x000008, "Member 'SoundSubmix_StopRecordingOutput::ExportType' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StopRecordingOutput, Name_0) == 0x000010, "Member 'SoundSubmix_StopRecordingOutput::Name_0' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StopRecordingOutput, Path) == 0x000020, "Member 'SoundSubmix_StopRecordingOutput::Path' has a wrong offset!"); \ +static_assert(offsetof(SoundSubmix_StopRecordingOutput, ExistingSoundWaveToOverwrite) == 0x000030, "Member 'SoundSubmix_StopRecordingOutput::ExistingSoundWaveToOverwrite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundSubmix_StopSpectralAnalysis \ +static_assert(alignof(SoundSubmix_StopSpectralAnalysis) == 0x000008, "Wrong alignment on SoundSubmix_StopSpectralAnalysis"); \ +static_assert(sizeof(SoundSubmix_StopSpectralAnalysis) == 0x000008, "Wrong size on SoundSubmix_StopSpectralAnalysis"); \ +static_assert(offsetof(SoundSubmix_StopSpectralAnalysis, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StopSpectralAnalysis::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundSubmix \ +static_assert(alignof(USoundSubmix) == 0x000008, "Wrong alignment on USoundSubmix"); \ +static_assert(sizeof(USoundSubmix) == 0x000248, "Wrong size on USoundSubmix"); \ +static_assert(offsetof(USoundSubmix, SubmixEffectChain) == 0x0000F8, "Member 'USoundSubmix::SubmixEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, AmbisonicsPluginSettings) == 0x000108, "Member 'USoundSubmix::AmbisonicsPluginSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, EnvelopeFollowerAttackTime) == 0x000110, "Member 'USoundSubmix::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, EnvelopeFollowerReleaseTime) == 0x000114, "Member 'USoundSubmix::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, OutputVolumeModulation) == 0x000118, "Member 'USoundSubmix::OutputVolumeModulation' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, WetLevelModulation) == 0x000170, "Member 'USoundSubmix::WetLevelModulation' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, DryLevelModulation) == 0x0001C8, "Member 'USoundSubmix::DryLevelModulation' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, AudioLinkSettings) == 0x000228, "Member 'USoundSubmix::AudioLinkSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, OnSubmixRecordedFileDone) == 0x000230, "Member 'USoundSubmix::OnSubmixRecordedFileDone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFmod \ +static_assert(alignof(UMaterialExpressionFmod) == 0x000008, "Wrong alignment on UMaterialExpressionFmod"); \ +static_assert(sizeof(UMaterialExpressionFmod) == 0x000100, "Wrong size on UMaterialExpressionFmod"); \ +static_assert(offsetof(UMaterialExpressionFmod, A) == 0x0000B0, "Member 'UMaterialExpressionFmod::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFmod, B) == 0x0000D8, "Member 'UMaterialExpressionFmod::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForceFeedbackAttenuation \ +static_assert(alignof(UForceFeedbackAttenuation) == 0x000008, "Wrong alignment on UForceFeedbackAttenuation"); \ +static_assert(sizeof(UForceFeedbackAttenuation) == 0x0000E8, "Wrong size on UForceFeedbackAttenuation"); \ +static_assert(offsetof(UForceFeedbackAttenuation, Attenuation) == 0x000028, "Member 'UForceFeedbackAttenuation::Attenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0002C8, "Wrong size on ASpotLight"); \ +static_assert(offsetof(ASpotLight, SpotLightComponent) == 0x0002C0, "Member 'ASpotLight::SpotLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGetMaterialAttributes \ +static_assert(alignof(UMaterialExpressionGetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionGetMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionGetMaterialAttributes) == 0x0000F0, "Wrong size on UMaterialExpressionGetMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, MaterialAttributes) == 0x0000B0, "Member 'UMaterialExpressionGetMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, AttributeGetTypes) == 0x0000E0, "Member 'UMaterialExpressionGetMaterialAttributes::AttributeGetTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerLoadingPolicy \ +static_assert(alignof(UDataLayerLoadingPolicy) == 0x000008, "Wrong alignment on UDataLayerLoadingPolicy"); \ +static_assert(sizeof(UDataLayerLoadingPolicy) == 0x000028, "Wrong size on UDataLayerLoadingPolicy"); \ + +#define DUMPER7_ASSERTS_AGeneratedMeshAreaLight \ +static_assert(alignof(AGeneratedMeshAreaLight) == 0x000008, "Wrong alignment on AGeneratedMeshAreaLight"); \ +static_assert(sizeof(AGeneratedMeshAreaLight) == 0x0002C8, "Wrong size on AGeneratedMeshAreaLight"); \ + +#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) == 0x0002A0, "Wrong size on ULightComponentBase"); \ +static_assert(offsetof(ULightComponentBase, OriginalLightGuid) == 0x000250, "Member 'ULightComponentBase::OriginalLightGuid' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, LightGuid) == 0x000260, "Member 'ULightComponentBase::LightGuid' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, Brightness) == 0x000270, "Member 'ULightComponentBase::Brightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, Intensity) == 0x000274, "Member 'ULightComponentBase::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, LightColor) == 0x000278, "Member 'ULightComponentBase::LightColor' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, CastRaytracedShadow) == 0x000280, "Member 'ULightComponentBase::CastRaytracedShadow' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, DeepShadowLayerDistribution) == 0x000288, "Member 'ULightComponentBase::DeepShadowLayerDistribution' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, IndirectLightingIntensity) == 0x00028C, "Member 'ULightComponentBase::IndirectLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, VolumetricScatteringIntensity) == 0x000290, "Member 'ULightComponentBase::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, SamplesPerPixel) == 0x000294, "Member 'ULightComponentBase::SamplesPerPixel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetAffectTranslucentLighting \ +static_assert(alignof(LightComponent_SetAffectTranslucentLighting) == 0x000001, "Wrong alignment on LightComponent_SetAffectTranslucentLighting"); \ +static_assert(sizeof(LightComponent_SetAffectTranslucentLighting) == 0x000001, "Wrong size on LightComponent_SetAffectTranslucentLighting"); \ +static_assert(offsetof(LightComponent_SetAffectTranslucentLighting, bNewValue) == 0x000000, "Member 'LightComponent_SetAffectTranslucentLighting::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetBloomMaxBrightness \ +static_assert(alignof(LightComponent_SetBloomMaxBrightness) == 0x000004, "Wrong alignment on LightComponent_SetBloomMaxBrightness"); \ +static_assert(sizeof(LightComponent_SetBloomMaxBrightness) == 0x000004, "Wrong size on LightComponent_SetBloomMaxBrightness"); \ +static_assert(offsetof(LightComponent_SetBloomMaxBrightness, NewValue) == 0x000000, "Member 'LightComponent_SetBloomMaxBrightness::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetBloomScale \ +static_assert(alignof(LightComponent_SetBloomScale) == 0x000004, "Wrong alignment on LightComponent_SetBloomScale"); \ +static_assert(sizeof(LightComponent_SetBloomScale) == 0x000004, "Wrong size on LightComponent_SetBloomScale"); \ +static_assert(offsetof(LightComponent_SetBloomScale, NewValue) == 0x000000, "Member 'LightComponent_SetBloomScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetBloomThreshold \ +static_assert(alignof(LightComponent_SetBloomThreshold) == 0x000004, "Wrong alignment on LightComponent_SetBloomThreshold"); \ +static_assert(sizeof(LightComponent_SetBloomThreshold) == 0x000004, "Wrong size on LightComponent_SetBloomThreshold"); \ +static_assert(offsetof(LightComponent_SetBloomThreshold, NewValue) == 0x000000, "Member 'LightComponent_SetBloomThreshold::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetBloomTint \ +static_assert(alignof(LightComponent_SetBloomTint) == 0x000004, "Wrong alignment on LightComponent_SetBloomTint"); \ +static_assert(sizeof(LightComponent_SetBloomTint) == 0x000004, "Wrong size on LightComponent_SetBloomTint"); \ +static_assert(offsetof(LightComponent_SetBloomTint, NewValue) == 0x000000, "Member 'LightComponent_SetBloomTint::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetDiffuseScale \ +static_assert(alignof(LightComponent_SetDiffuseScale) == 0x000004, "Wrong alignment on LightComponent_SetDiffuseScale"); \ +static_assert(sizeof(LightComponent_SetDiffuseScale) == 0x000004, "Wrong size on LightComponent_SetDiffuseScale"); \ +static_assert(offsetof(LightComponent_SetDiffuseScale, NewValue) == 0x000000, "Member 'LightComponent_SetDiffuseScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetEnableLightShaftBloom \ +static_assert(alignof(LightComponent_SetEnableLightShaftBloom) == 0x000001, "Wrong alignment on LightComponent_SetEnableLightShaftBloom"); \ +static_assert(sizeof(LightComponent_SetEnableLightShaftBloom) == 0x000001, "Wrong size on LightComponent_SetEnableLightShaftBloom"); \ +static_assert(offsetof(LightComponent_SetEnableLightShaftBloom, bNewValue) == 0x000000, "Member 'LightComponent_SetEnableLightShaftBloom::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetForceCachedShadowsForMovablePrimitives \ +static_assert(alignof(LightComponent_SetForceCachedShadowsForMovablePrimitives) == 0x000001, "Wrong alignment on LightComponent_SetForceCachedShadowsForMovablePrimitives"); \ +static_assert(sizeof(LightComponent_SetForceCachedShadowsForMovablePrimitives) == 0x000001, "Wrong size on LightComponent_SetForceCachedShadowsForMovablePrimitives"); \ +static_assert(offsetof(LightComponent_SetForceCachedShadowsForMovablePrimitives, bNewValue) == 0x000000, "Member 'LightComponent_SetForceCachedShadowsForMovablePrimitives::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetIESBrightnessScale \ +static_assert(alignof(LightComponent_SetIESBrightnessScale) == 0x000004, "Wrong alignment on LightComponent_SetIESBrightnessScale"); \ +static_assert(sizeof(LightComponent_SetIESBrightnessScale) == 0x000004, "Wrong size on LightComponent_SetIESBrightnessScale"); \ +static_assert(offsetof(LightComponent_SetIESBrightnessScale, NewValue) == 0x000000, "Member 'LightComponent_SetIESBrightnessScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetIESTexture \ +static_assert(alignof(LightComponent_SetIESTexture) == 0x000008, "Wrong alignment on LightComponent_SetIESTexture"); \ +static_assert(sizeof(LightComponent_SetIESTexture) == 0x000008, "Wrong size on LightComponent_SetIESTexture"); \ +static_assert(offsetof(LightComponent_SetIESTexture, NewValue) == 0x000000, "Member 'LightComponent_SetIESTexture::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetIndirectLightingIntensity \ +static_assert(alignof(LightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong alignment on LightComponent_SetIndirectLightingIntensity"); \ +static_assert(sizeof(LightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong size on LightComponent_SetIndirectLightingIntensity"); \ +static_assert(offsetof(LightComponent_SetIndirectLightingIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetIndirectLightingIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetIntensity \ +static_assert(alignof(LightComponent_SetIntensity) == 0x000004, "Wrong alignment on LightComponent_SetIntensity"); \ +static_assert(sizeof(LightComponent_SetIntensity) == 0x000004, "Wrong size on LightComponent_SetIntensity"); \ +static_assert(offsetof(LightComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightColor \ +static_assert(alignof(LightComponent_SetLightColor) == 0x000004, "Wrong alignment on LightComponent_SetLightColor"); \ +static_assert(sizeof(LightComponent_SetLightColor) == 0x000014, "Wrong size on LightComponent_SetLightColor"); \ +static_assert(offsetof(LightComponent_SetLightColor, NewLightColor) == 0x000000, "Member 'LightComponent_SetLightColor::NewLightColor' has a wrong offset!"); \ +static_assert(offsetof(LightComponent_SetLightColor, bSRGB) == 0x000010, "Member 'LightComponent_SetLightColor::bSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFColor \ +static_assert(alignof(LightComponent_SetLightFColor) == 0x000004, "Wrong alignment on LightComponent_SetLightFColor"); \ +static_assert(sizeof(LightComponent_SetLightFColor) == 0x000004, "Wrong size on LightComponent_SetLightFColor"); \ +static_assert(offsetof(LightComponent_SetLightFColor, NewLightColor) == 0x000000, "Member 'LightComponent_SetLightFColor::NewLightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFunctionDisabledBrightness \ +static_assert(alignof(LightComponent_SetLightFunctionDisabledBrightness) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionDisabledBrightness"); \ +static_assert(sizeof(LightComponent_SetLightFunctionDisabledBrightness) == 0x000004, "Wrong size on LightComponent_SetLightFunctionDisabledBrightness"); \ +static_assert(offsetof(LightComponent_SetLightFunctionDisabledBrightness, NewValue) == 0x000000, "Member 'LightComponent_SetLightFunctionDisabledBrightness::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFunctionFadeDistance \ +static_assert(alignof(LightComponent_SetLightFunctionFadeDistance) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionFadeDistance"); \ +static_assert(sizeof(LightComponent_SetLightFunctionFadeDistance) == 0x000004, "Wrong size on LightComponent_SetLightFunctionFadeDistance"); \ +static_assert(offsetof(LightComponent_SetLightFunctionFadeDistance, NewLightFunctionFadeDistance) == 0x000000, "Member 'LightComponent_SetLightFunctionFadeDistance::NewLightFunctionFadeDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFunctionMaterial \ +static_assert(alignof(LightComponent_SetLightFunctionMaterial) == 0x000008, "Wrong alignment on LightComponent_SetLightFunctionMaterial"); \ +static_assert(sizeof(LightComponent_SetLightFunctionMaterial) == 0x000008, "Wrong size on LightComponent_SetLightFunctionMaterial"); \ +static_assert(offsetof(LightComponent_SetLightFunctionMaterial, NewLightFunctionMaterial) == 0x000000, "Member 'LightComponent_SetLightFunctionMaterial::NewLightFunctionMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightFunctionScale \ +static_assert(alignof(LightComponent_SetLightFunctionScale) == 0x000008, "Wrong alignment on LightComponent_SetLightFunctionScale"); \ +static_assert(sizeof(LightComponent_SetLightFunctionScale) == 0x000018, "Wrong size on LightComponent_SetLightFunctionScale"); \ +static_assert(offsetof(LightComponent_SetLightFunctionScale, NewLightFunctionScale) == 0x000000, "Member 'LightComponent_SetLightFunctionScale::NewLightFunctionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetLightingChannels \ +static_assert(alignof(LightComponent_SetLightingChannels) == 0x000001, "Wrong alignment on LightComponent_SetLightingChannels"); \ +static_assert(sizeof(LightComponent_SetLightingChannels) == 0x000003, "Wrong size on LightComponent_SetLightingChannels"); \ +static_assert(offsetof(LightComponent_SetLightingChannels, bChannel0) == 0x000000, "Member 'LightComponent_SetLightingChannels::bChannel0' has a wrong offset!"); \ +static_assert(offsetof(LightComponent_SetLightingChannels, bChannel1) == 0x000001, "Member 'LightComponent_SetLightingChannels::bChannel1' has a wrong offset!"); \ +static_assert(offsetof(LightComponent_SetLightingChannels, bChannel2) == 0x000002, "Member 'LightComponent_SetLightingChannels::bChannel2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetMaxDistanceFadeRange \ +static_assert(alignof(LightComponent_SetMaxDistanceFadeRange) == 0x000004, "Wrong alignment on LightComponent_SetMaxDistanceFadeRange"); \ +static_assert(sizeof(LightComponent_SetMaxDistanceFadeRange) == 0x000004, "Wrong size on LightComponent_SetMaxDistanceFadeRange"); \ +static_assert(offsetof(LightComponent_SetMaxDistanceFadeRange, NewValue) == 0x000000, "Member 'LightComponent_SetMaxDistanceFadeRange::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetMaxDrawDistance \ +static_assert(alignof(LightComponent_SetMaxDrawDistance) == 0x000004, "Wrong alignment on LightComponent_SetMaxDrawDistance"); \ +static_assert(sizeof(LightComponent_SetMaxDrawDistance) == 0x000004, "Wrong size on LightComponent_SetMaxDrawDistance"); \ +static_assert(offsetof(LightComponent_SetMaxDrawDistance, NewValue) == 0x000000, "Member 'LightComponent_SetMaxDrawDistance::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_SetUseRayTracedDistanceFieldShadows \ +static_assert(alignof(LightComponent_SetUseRayTracedDistanceFieldShadows) == 0x000001, "Wrong alignment on LightComponent_SetUseRayTracedDistanceFieldShadows"); \ +static_assert(sizeof(LightComponent_SetUseRayTracedDistanceFieldShadows) == 0x000001, "Wrong size on LightComponent_SetUseRayTracedDistanceFieldShadows"); \ +static_assert(offsetof(LightComponent_SetUseRayTracedDistanceFieldShadows, bNewValue) == 0x000000, "Member 'LightComponent_SetUseRayTracedDistanceFieldShadows::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetUseTemperature \ +static_assert(alignof(LightComponent_SetUseTemperature) == 0x000001, "Wrong alignment on LightComponent_SetUseTemperature"); \ +static_assert(sizeof(LightComponent_SetUseTemperature) == 0x000001, "Wrong size on LightComponent_SetUseTemperature"); \ +static_assert(offsetof(LightComponent_SetUseTemperature, bNewValue) == 0x000000, "Member 'LightComponent_SetUseTemperature::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetVolumetricScatteringIntensity \ +static_assert(alignof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on LightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(sizeof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on LightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(offsetof(LightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightComponent \ +static_assert(alignof(ULightComponent) == 0x000010, "Wrong alignment on ULightComponent"); \ +static_assert(sizeof(ULightComponent) == 0x0003C0, "Wrong size on ULightComponent"); \ +static_assert(offsetof(ULightComponent, Temperature) == 0x000298, "Member 'ULightComponent::Temperature' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MaxDrawDistance) == 0x00029C, "Member 'ULightComponent::MaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MaxDistanceFadeRange) == 0x0002A0, "Member 'ULightComponent::MaxDistanceFadeRange' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MaxShadowDrawDistance) == 0x0002A4, "Member 'ULightComponent::MaxShadowDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowMapChannel) == 0x0002AC, "Member 'ULightComponent::ShadowMapChannel' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, PreviewShadowMapChannel) == 0x0002B0, "Member 'ULightComponent::PreviewShadowMapChannel' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MinRoughness) == 0x0002B4, "Member 'ULightComponent::MinRoughness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, SpecularScale) == 0x0002B8, "Member 'ULightComponent::SpecularScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, DiffuseScale) == 0x0002BC, "Member 'ULightComponent::DiffuseScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowResolutionScale) == 0x0002C0, "Member 'ULightComponent::ShadowResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowBias) == 0x0002C4, "Member 'ULightComponent::ShadowBias' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowSlopeBias) == 0x0002C8, "Member 'ULightComponent::ShadowSlopeBias' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowSharpen) == 0x0002CC, "Member 'ULightComponent::ShadowSharpen' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ContactShadowLength) == 0x0002D0, "Member 'ULightComponent::ContactShadowLength' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ContactShadowCastingIntensity) == 0x0002D8, "Member 'ULightComponent::ContactShadowCastingIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ContactShadowNonCastingIntensity) == 0x0002DC, "Member 'ULightComponent::ContactShadowNonCastingIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MegaLightsShadowMethod) == 0x0002E4, "Member 'ULightComponent::MegaLightsShadowMethod' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, RayEndBias) == 0x0002EC, "Member 'ULightComponent::RayEndBias' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightingChannels) == 0x0002F0, "Member 'ULightComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ViewLightingChannels) == 0x0002F1, "Member 'ULightComponent::ViewLightingChannels' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionMaterial) == 0x0002F8, "Member 'ULightComponent::LightFunctionMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionScale) == 0x000300, "Member 'ULightComponent::LightFunctionScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, IESTexture) == 0x000318, "Member 'ULightComponent::IESTexture' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, IESBrightnessScale) == 0x000324, "Member 'ULightComponent::IESBrightnessScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionFadeDistance) == 0x000328, "Member 'ULightComponent::LightFunctionFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, DisabledBrightness) == 0x00032C, "Member 'ULightComponent::DisabledBrightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomScale) == 0x000334, "Member 'ULightComponent::BloomScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomThreshold) == 0x000338, "Member 'ULightComponent::BloomThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomMaxBrightness) == 0x00033C, "Member 'ULightComponent::BloomMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomTint) == 0x000340, "Member 'ULightComponent::BloomTint' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, bUseRayTracedDistanceFieldShadows) == 0x000344, "Member 'ULightComponent::bUseRayTracedDistanceFieldShadows' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, RayStartOffsetDepthScale) == 0x000348, "Member 'ULightComponent::RayStartOffsetDepthScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHapticFeedbackEffect_Curve \ +static_assert(alignof(UHapticFeedbackEffect_Curve) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Curve"); \ +static_assert(sizeof(UHapticFeedbackEffect_Curve) == 0x000138, "Wrong size on UHapticFeedbackEffect_Curve"); \ +static_assert(offsetof(UHapticFeedbackEffect_Curve, HapticDetails) == 0x000028, "Member 'UHapticFeedbackEffect_Curve::HapticDetails' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAssetRegistryTagProviderInterface \ +static_assert(alignof(IAssetRegistryTagProviderInterface) == 0x000001, "Wrong alignment on IAssetRegistryTagProviderInterface"); \ +static_assert(sizeof(IAssetRegistryTagProviderInterface) == 0x000001, "Wrong size on IAssetRegistryTagProviderInterface"); \ + +#define DUMPER7_ASSERTS_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) == 0x0002B8, "Wrong size on ADecalActor"); \ +static_assert(offsetof(ADecalActor, Decal) == 0x0002B0, "Member 'ADecalActor::Decal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncLoadingTests_ConvertFromType_V1 \ +static_assert(alignof(UAsyncLoadingTests_ConvertFromType_V1) == 0x000008, "Wrong alignment on UAsyncLoadingTests_ConvertFromType_V1"); \ +static_assert(sizeof(UAsyncLoadingTests_ConvertFromType_V1) == 0x000050, "Wrong size on UAsyncLoadingTests_ConvertFromType_V1"); \ +static_assert(offsetof(UAsyncLoadingTests_ConvertFromType_V1, Reference) == 0x000028, "Member 'UAsyncLoadingTests_ConvertFromType_V1::Reference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGenericConstant \ +static_assert(alignof(UMaterialExpressionGenericConstant) == 0x000008, "Wrong alignment on UMaterialExpressionGenericConstant"); \ +static_assert(sizeof(UMaterialExpressionGenericConstant) == 0x0000B0, "Wrong size on UMaterialExpressionGenericConstant"); \ + +#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_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_UMaterialExpressionIsFirstPerson \ +static_assert(alignof(UMaterialExpressionIsFirstPerson) == 0x000008, "Wrong alignment on UMaterialExpressionIsFirstPerson"); \ +static_assert(sizeof(UMaterialExpressionIsFirstPerson) == 0x0000C0, "Wrong size on UMaterialExpressionIsFirstPerson"); \ + +#define DUMPER7_ASSERTS_Interface_AssetUserData_AddAssetUserDataOfClass \ +static_assert(alignof(Interface_AssetUserData_AddAssetUserDataOfClass) == 0x000008, "Wrong alignment on Interface_AssetUserData_AddAssetUserDataOfClass"); \ +static_assert(sizeof(Interface_AssetUserData_AddAssetUserDataOfClass) == 0x000010, "Wrong size on Interface_AssetUserData_AddAssetUserDataOfClass"); \ +static_assert(offsetof(Interface_AssetUserData_AddAssetUserDataOfClass, InUserDataClass) == 0x000000, "Member 'Interface_AssetUserData_AddAssetUserDataOfClass::InUserDataClass' has a wrong offset!"); \ +static_assert(offsetof(Interface_AssetUserData_AddAssetUserDataOfClass, ReturnValue) == 0x000008, "Member 'Interface_AssetUserData_AddAssetUserDataOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Interface_AssetUserData_GetAssetUserDataOfClass \ +static_assert(alignof(Interface_AssetUserData_GetAssetUserDataOfClass) == 0x000008, "Wrong alignment on Interface_AssetUserData_GetAssetUserDataOfClass"); \ +static_assert(sizeof(Interface_AssetUserData_GetAssetUserDataOfClass) == 0x000010, "Wrong size on Interface_AssetUserData_GetAssetUserDataOfClass"); \ +static_assert(offsetof(Interface_AssetUserData_GetAssetUserDataOfClass, InUserDataClass) == 0x000000, "Member 'Interface_AssetUserData_GetAssetUserDataOfClass::InUserDataClass' has a wrong offset!"); \ +static_assert(offsetof(Interface_AssetUserData_GetAssetUserDataOfClass, ReturnValue) == 0x000008, "Member 'Interface_AssetUserData_GetAssetUserDataOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Interface_AssetUserData_HasAssetUserDataOfClass \ +static_assert(alignof(Interface_AssetUserData_HasAssetUserDataOfClass) == 0x000008, "Wrong alignment on Interface_AssetUserData_HasAssetUserDataOfClass"); \ +static_assert(sizeof(Interface_AssetUserData_HasAssetUserDataOfClass) == 0x000010, "Wrong size on Interface_AssetUserData_HasAssetUserDataOfClass"); \ +static_assert(offsetof(Interface_AssetUserData_HasAssetUserDataOfClass, InUserDataClass) == 0x000000, "Member 'Interface_AssetUserData_HasAssetUserDataOfClass::InUserDataClass' has a wrong offset!"); \ +static_assert(offsetof(Interface_AssetUserData_HasAssetUserDataOfClass, ReturnValue) == 0x000008, "Member 'Interface_AssetUserData_HasAssetUserDataOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInterface_AssetUserData \ +static_assert(alignof(IInterface_AssetUserData) == 0x000001, "Wrong alignment on IInterface_AssetUserData"); \ +static_assert(sizeof(IInterface_AssetUserData) == 0x000001, "Wrong size on IInterface_AssetUserData"); \ + +#define DUMPER7_ASSERTS_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_IDeformableInterface \ +static_assert(alignof(IDeformableInterface) == 0x000001, "Wrong alignment on IDeformableInterface"); \ +static_assert(sizeof(IDeformableInterface) == 0x000001, "Wrong size on IDeformableInterface"); \ + +#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_UMaterialExpressionFunctionInput \ +static_assert(alignof(UMaterialExpressionFunctionInput) == 0x000010, "Wrong alignment on UMaterialExpressionFunctionInput"); \ +static_assert(sizeof(UMaterialExpressionFunctionInput) == 0x000130, "Wrong size on UMaterialExpressionFunctionInput"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, Preview) == 0x0000B0, "Member 'UMaterialExpressionFunctionInput::Preview' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, InputName) == 0x0000D8, "Member 'UMaterialExpressionFunctionInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, Description) == 0x0000E0, "Member 'UMaterialExpressionFunctionInput::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, ID) == 0x0000F0, "Member 'UMaterialExpressionFunctionInput::ID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, InputType) == 0x000100, "Member 'UMaterialExpressionFunctionInput::InputType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, PreviewValue) == 0x000110, "Member 'UMaterialExpressionFunctionInput::PreviewValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, SortPriority) == 0x000124, "Member 'UMaterialExpressionFunctionInput::SortPriority' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, BlendInputRelevance) == 0x000128, "Member 'UMaterialExpressionFunctionInput::BlendInputRelevance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInterface_PostProcessVolume \ +static_assert(alignof(IInterface_PostProcessVolume) == 0x000001, "Wrong alignment on IInterface_PostProcessVolume"); \ +static_assert(sizeof(IInterface_PostProcessVolume) == 0x000001, "Wrong size on IInterface_PostProcessVolume"); \ + +#define DUMPER7_ASSERTS_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_IDestructibleInterface \ +static_assert(alignof(IDestructibleInterface) == 0x000001, "Wrong alignment on IDestructibleInterface"); \ +static_assert(sizeof(IDestructibleInterface) == 0x000001, "Wrong size on IDestructibleInterface"); \ + +#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_UMaterialExpressionIfThenElse \ +static_assert(alignof(UMaterialExpressionIfThenElse) == 0x000008, "Wrong alignment on UMaterialExpressionIfThenElse"); \ +static_assert(sizeof(UMaterialExpressionIfThenElse) == 0x000128, "Wrong size on UMaterialExpressionIfThenElse"); \ +static_assert(offsetof(UMaterialExpressionIfThenElse, Condition) == 0x0000B0, "Member 'UMaterialExpressionIfThenElse::Condition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIfThenElse, TRUE_0) == 0x0000D8, "Member 'UMaterialExpressionIfThenElse::TRUE_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIfThenElse, FALSE_0) == 0x000100, "Member 'UMaterialExpressionIfThenElse::FALSE_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPhysicsComponent \ +static_assert(alignof(IPhysicsComponent) == 0x000001, "Wrong alignment on IPhysicsComponent"); \ +static_assert(sizeof(IPhysicsComponent) == 0x000001, "Wrong size on IPhysicsComponent"); \ + +#define DUMPER7_ASSERTS_IISMPartitionInstanceManager \ +static_assert(alignof(IISMPartitionInstanceManager) == 0x000001, "Wrong alignment on IISMPartitionInstanceManager"); \ +static_assert(sizeof(IISMPartitionInstanceManager) == 0x000001, "Wrong size on IISMPartitionInstanceManager"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLogarithm \ +static_assert(alignof(UMaterialExpressionLogarithm) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm"); \ +static_assert(sizeof(UMaterialExpressionLogarithm) == 0x0000D8, "Wrong size on UMaterialExpressionLogarithm"); \ +static_assert(offsetof(UMaterialExpressionLogarithm, Input) == 0x0000B0, "Member 'UMaterialExpressionLogarithm::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IISMPartitionInstanceManagerProvider \ +static_assert(alignof(IISMPartitionInstanceManagerProvider) == 0x000001, "Wrong alignment on IISMPartitionInstanceManagerProvider"); \ +static_assert(sizeof(IISMPartitionInstanceManagerProvider) == 0x000001, "Wrong size on IISMPartitionInstanceManagerProvider"); \ + +#define DUMPER7_ASSERTS_IViewportSelectableObject \ +static_assert(alignof(IViewportSelectableObject) == 0x000001, "Wrong alignment on IViewportSelectableObject"); \ +static_assert(sizeof(IViewportSelectableObject) == 0x000001, "Wrong size on IViewportSelectableObject"); \ + +#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_ILevelInstanceEditorPivotInterface \ +static_assert(alignof(ILevelInstanceEditorPivotInterface) == 0x000001, "Wrong alignment on ILevelInstanceEditorPivotInterface"); \ +static_assert(sizeof(ILevelInstanceEditorPivotInterface) == 0x000001, "Wrong size on ILevelInstanceEditorPivotInterface"); \ + +#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) == 0x0001D0, "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) == 0x00005C, "Member 'ULevelStreaming::PackageNameToLoad' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LODPackageNames) == 0x000068, "Member 'ULevelStreaming::LODPackageNames' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LevelTransform) == 0x000090, "Member 'ULevelStreaming::LevelTransform' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, bClientOnlyVisible) == 0x0000F0, "Member 'ULevelStreaming::bClientOnlyVisible' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LevelLODIndex) == 0x0000F4, "Member 'ULevelStreaming::LevelLODIndex' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LevelColor) == 0x000124, "Member 'ULevelStreaming::LevelColor' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, EditorStreamingVolumes) == 0x000138, "Member 'ULevelStreaming::EditorStreamingVolumes' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, MinTimeBetweenVolumeUnloadRequests) == 0x000148, "Member 'ULevelStreaming::MinTimeBetweenVolumeUnloadRequests' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelLoaded) == 0x000150, "Member 'ULevelStreaming::OnLevelLoaded' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelUnloaded) == 0x000160, "Member 'ULevelStreaming::OnLevelUnloaded' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelShown) == 0x000170, "Member 'ULevelStreaming::OnLevelShown' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelHidden) == 0x000180, "Member 'ULevelStreaming::OnLevelHidden' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LoadedLevel) == 0x000190, "Member 'ULevelStreaming::LoadedLevel' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, PendingUnloadLevel) == 0x000198, "Member 'ULevelStreaming::PendingUnloadLevel' 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) == 0x0003E0, "Wrong size on ULocalLightComponent"); \ +static_assert(offsetof(ULocalLightComponent, IntensityUnits) == 0x0003B8, "Member 'ULocalLightComponent::IntensityUnits' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, InverseExposureBlend) == 0x0003BC, "Member 'ULocalLightComponent::InverseExposureBlend' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, Radius) == 0x0003C0, "Member 'ULocalLightComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, ClippingVolume) == 0x0003C8, "Member 'ULocalLightComponent::ClippingVolume' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, AttenuationRadius) == 0x0003D0, "Member 'ULocalLightComponent::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, LightmassSettings) == 0x0003D4, "Member 'ULocalLightComponent::LightmassSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetClippingPlanes \ +static_assert(alignof(PointLightComponent_SetClippingPlanes) == 0x000004, "Wrong alignment on PointLightComponent_SetClippingPlanes"); \ +static_assert(sizeof(PointLightComponent_SetClippingPlanes) == 0x000004, "Wrong size on PointLightComponent_SetClippingPlanes"); \ +static_assert(offsetof(PointLightComponent_SetClippingPlanes, NewValue) == 0x000000, "Member 'PointLightComponent_SetClippingPlanes::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetInverseExposureBlend \ +static_assert(alignof(PointLightComponent_SetInverseExposureBlend) == 0x000004, "Wrong alignment on PointLightComponent_SetInverseExposureBlend"); \ +static_assert(sizeof(PointLightComponent_SetInverseExposureBlend) == 0x000004, "Wrong size on PointLightComponent_SetInverseExposureBlend"); \ +static_assert(offsetof(PointLightComponent_SetInverseExposureBlend, NewInverseExposureBlend) == 0x000000, "Member 'PointLightComponent_SetInverseExposureBlend::NewInverseExposureBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetLightFalloffExponent \ +static_assert(alignof(PointLightComponent_SetLightFalloffExponent) == 0x000004, "Wrong alignment on PointLightComponent_SetLightFalloffExponent"); \ +static_assert(sizeof(PointLightComponent_SetLightFalloffExponent) == 0x000004, "Wrong size on PointLightComponent_SetLightFalloffExponent"); \ +static_assert(offsetof(PointLightComponent_SetLightFalloffExponent, NewLightFalloffExponent) == 0x000000, "Member 'PointLightComponent_SetLightFalloffExponent::NewLightFalloffExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetSoftSourceRadius \ +static_assert(alignof(PointLightComponent_SetSoftSourceRadius) == 0x000004, "Wrong alignment on PointLightComponent_SetSoftSourceRadius"); \ +static_assert(sizeof(PointLightComponent_SetSoftSourceRadius) == 0x000004, "Wrong size on PointLightComponent_SetSoftSourceRadius"); \ +static_assert(offsetof(PointLightComponent_SetSoftSourceRadius, bNewValue) == 0x000000, "Member 'PointLightComponent_SetSoftSourceRadius::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetSourceLength \ +static_assert(alignof(PointLightComponent_SetSourceLength) == 0x000004, "Wrong alignment on PointLightComponent_SetSourceLength"); \ +static_assert(sizeof(PointLightComponent_SetSourceLength) == 0x000004, "Wrong size on PointLightComponent_SetSourceLength"); \ +static_assert(offsetof(PointLightComponent_SetSourceLength, NewValue) == 0x000000, "Member 'PointLightComponent_SetSourceLength::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetSourceRadius \ +static_assert(alignof(PointLightComponent_SetSourceRadius) == 0x000004, "Wrong alignment on PointLightComponent_SetSourceRadius"); \ +static_assert(sizeof(PointLightComponent_SetSourceRadius) == 0x000004, "Wrong size on PointLightComponent_SetSourceRadius"); \ +static_assert(offsetof(PointLightComponent_SetSourceRadius, bNewValue) == 0x000000, "Member 'PointLightComponent_SetSourceRadius::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetUseInverseSquaredFalloff \ +static_assert(alignof(PointLightComponent_SetUseInverseSquaredFalloff) == 0x000001, "Wrong alignment on PointLightComponent_SetUseInverseSquaredFalloff"); \ +static_assert(sizeof(PointLightComponent_SetUseInverseSquaredFalloff) == 0x000001, "Wrong size on PointLightComponent_SetUseInverseSquaredFalloff"); \ +static_assert(offsetof(PointLightComponent_SetUseInverseSquaredFalloff, bNewValue) == 0x000000, "Member 'PointLightComponent_SetUseInverseSquaredFalloff::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPointLightComponent \ +static_assert(alignof(UPointLightComponent) == 0x000010, "Wrong alignment on UPointLightComponent"); \ +static_assert(sizeof(UPointLightComponent) == 0x000400, "Wrong size on UPointLightComponent"); \ +static_assert(offsetof(UPointLightComponent, LightFalloffExponent) == 0x0003E4, "Member 'UPointLightComponent::LightFalloffExponent' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SourceRadius) == 0x0003E8, "Member 'UPointLightComponent::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SoftSourceRadius) == 0x0003EC, "Member 'UPointLightComponent::SoftSourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SourceLength) == 0x0003F0, "Member 'UPointLightComponent::SourceLength' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, LightClippingPlanes) == 0x0003F4, "Member 'UPointLightComponent::LightClippingPlanes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingAlwaysLoaded \ +static_assert(alignof(ULevelStreamingAlwaysLoaded) == 0x000010, "Wrong alignment on ULevelStreamingAlwaysLoaded"); \ +static_assert(sizeof(ULevelStreamingAlwaysLoaded) == 0x0001D0, "Wrong size on ULevelStreamingAlwaysLoaded"); \ + +#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_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) == 0x0001E0, "Wrong size on ULevelStreamingDynamic"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialProxyReplace \ +static_assert(alignof(UMaterialExpressionMaterialProxyReplace) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialProxyReplace"); \ +static_assert(sizeof(UMaterialExpressionMaterialProxyReplace) == 0x000100, "Wrong size on UMaterialExpressionMaterialProxyReplace"); \ +static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, Realtime) == 0x0000B0, "Member 'UMaterialExpressionMaterialProxyReplace::Realtime' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, MaterialProxy) == 0x0000D8, "Member 'UMaterialExpressionMaterialProxyReplace::MaterialProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingPersistent \ +static_assert(alignof(ULevelStreamingPersistent) == 0x000010, "Wrong alignment on ULevelStreamingPersistent"); \ +static_assert(sizeof(ULevelStreamingPersistent) == 0x0001D0, "Wrong size on ULevelStreamingPersistent"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorAngle \ +static_assert(alignof(RectLightComponent_SetBarnDoorAngle) == 0x000004, "Wrong alignment on RectLightComponent_SetBarnDoorAngle"); \ +static_assert(sizeof(RectLightComponent_SetBarnDoorAngle) == 0x000004, "Wrong size on RectLightComponent_SetBarnDoorAngle"); \ +static_assert(offsetof(RectLightComponent_SetBarnDoorAngle, NewValue) == 0x000000, "Member 'RectLightComponent_SetBarnDoorAngle::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorLength \ +static_assert(alignof(RectLightComponent_SetBarnDoorLength) == 0x000004, "Wrong alignment on RectLightComponent_SetBarnDoorLength"); \ +static_assert(sizeof(RectLightComponent_SetBarnDoorLength) == 0x000004, "Wrong size on RectLightComponent_SetBarnDoorLength"); \ +static_assert(offsetof(RectLightComponent_SetBarnDoorLength, NewValue) == 0x000000, "Member 'RectLightComponent_SetBarnDoorLength::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetSourceHeight \ +static_assert(alignof(RectLightComponent_SetSourceHeight) == 0x000004, "Wrong alignment on RectLightComponent_SetSourceHeight"); \ +static_assert(sizeof(RectLightComponent_SetSourceHeight) == 0x000004, "Wrong size on RectLightComponent_SetSourceHeight"); \ +static_assert(offsetof(RectLightComponent_SetSourceHeight, NewValue) == 0x000000, "Member 'RectLightComponent_SetSourceHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetSourceTexture \ +static_assert(alignof(RectLightComponent_SetSourceTexture) == 0x000008, "Wrong alignment on RectLightComponent_SetSourceTexture"); \ +static_assert(sizeof(RectLightComponent_SetSourceTexture) == 0x000008, "Wrong size on RectLightComponent_SetSourceTexture"); \ +static_assert(offsetof(RectLightComponent_SetSourceTexture, NewValue) == 0x000000, "Member 'RectLightComponent_SetSourceTexture::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetSourceWidth \ +static_assert(alignof(RectLightComponent_SetSourceWidth) == 0x000004, "Wrong alignment on RectLightComponent_SetSourceWidth"); \ +static_assert(sizeof(RectLightComponent_SetSourceWidth) == 0x000004, "Wrong size on RectLightComponent_SetSourceWidth"); \ +static_assert(offsetof(RectLightComponent_SetSourceWidth, NewValue) == 0x000000, "Member 'RectLightComponent_SetSourceWidth::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URectLightComponent \ +static_assert(alignof(URectLightComponent) == 0x000010, "Wrong alignment on URectLightComponent"); \ +static_assert(sizeof(URectLightComponent) == 0x000420, "Wrong size on URectLightComponent"); \ +static_assert(offsetof(URectLightComponent, SourceWidth) == 0x0003E0, "Member 'URectLightComponent::SourceWidth' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, SourceHeight) == 0x0003E4, "Member 'URectLightComponent::SourceHeight' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, BarnDoorAngle) == 0x0003E8, "Member 'URectLightComponent::BarnDoorAngle' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, BarnDoorLength) == 0x0003EC, "Member 'URectLightComponent::BarnDoorLength' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, LightFunctionConeAngle) == 0x0003F0, "Member 'URectLightComponent::LightFunctionConeAngle' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, SourceTexture) == 0x0003F8, "Member 'URectLightComponent::SourceTexture' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, SourceTextureScale) == 0x000400, "Member 'URectLightComponent::SourceTextureScale' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, SourceTextureOffset) == 0x000408, "Member 'URectLightComponent::SourceTextureOffset' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, bLightRequiresBrokenEVMath) == 0x000410, "Member 'URectLightComponent::bLightRequiresBrokenEVMath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightMapTexture2D \ +static_assert(alignof(ULightMapTexture2D) == 0x000008, "Wrong alignment on ULightMapTexture2D"); \ +static_assert(sizeof(ULightMapTexture2D) == 0x000178, "Wrong size on ULightMapTexture2D"); \ + +#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) == 0x000058, "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) == 0x000050, "Member 'KismetInputLibrary_GetAnalogValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_GetKey \ +static_assert(alignof(KismetInputLibrary_GetKey) == 0x000008, "Wrong alignment on KismetInputLibrary_GetKey"); \ +static_assert(sizeof(KismetInputLibrary_GetKey) == 0x000060, "Wrong size on KismetInputLibrary_GetKey"); \ +static_assert(offsetof(KismetInputLibrary_GetKey, Input) == 0x000000, "Member 'KismetInputLibrary_GetKey::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_GetKey, ReturnValue) == 0x000048, "Member 'KismetInputLibrary_GetKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_GetModifierKeysState \ +static_assert(alignof(KismetInputLibrary_GetModifierKeysState) == 0x000001, "Wrong alignment on KismetInputLibrary_GetModifierKeysState"); \ +static_assert(sizeof(KismetInputLibrary_GetModifierKeysState) == 0x000001, "Wrong size on KismetInputLibrary_GetModifierKeysState"); \ +static_assert(offsetof(KismetInputLibrary_GetModifierKeysState, ReturnValue) == 0x000000, "Member 'KismetInputLibrary_GetModifierKeysState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_GetUserIndex \ +static_assert(alignof(KismetInputLibrary_GetUserIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_GetUserIndex"); \ +static_assert(sizeof(KismetInputLibrary_GetUserIndex) == 0x000050, "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) == 0x000048, "Member 'KismetInputLibrary_GetUserIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputChord_GetDisplayName \ +static_assert(alignof(KismetInputLibrary_InputChord_GetDisplayName) == 0x000008, "Wrong alignment on KismetInputLibrary_InputChord_GetDisplayName"); \ +static_assert(sizeof(KismetInputLibrary_InputChord_GetDisplayName) == 0x000030, "Wrong size on KismetInputLibrary_InputChord_GetDisplayName"); \ +static_assert(offsetof(KismetInputLibrary_InputChord_GetDisplayName, Key) == 0x000000, "Member 'KismetInputLibrary_InputChord_GetDisplayName::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputChord_GetDisplayName, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputChord_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsAltDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsAltDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsAltDown) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "Member 'KismetInputLibrary_InputEvent_IsShiftDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetDisplayName \ +static_assert(alignof(KismetInputLibrary_Key_GetDisplayName) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetDisplayName"); \ +static_assert(sizeof(KismetInputLibrary_Key_GetDisplayName) == 0x000030, "Wrong size on KismetInputLibrary_Key_GetDisplayName"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetDisplayName, Key) == 0x000000, "Member 'KismetInputLibrary_Key_GetDisplayName::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetDisplayName, bLongDisplayName) == 0x000018, "Member 'KismetInputLibrary_Key_GetDisplayName::bLongDisplayName' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetDisplayName, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_Key_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationAction \ +static_assert(alignof(KismetInputLibrary_Key_GetNavigationAction) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationAction"); \ +static_assert(sizeof(KismetInputLibrary_Key_GetNavigationAction) == 0x000020, "Wrong size on KismetInputLibrary_Key_GetNavigationAction"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetNavigationAction, InKey) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationAction::InKey' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_Key_GetNavigationAction, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_GetNavigationAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationActionFromKey \ +static_assert(alignof(KismetInputLibrary_Key_GetNavigationActionFromKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationActionFromKey"); \ +static_assert(sizeof(KismetInputLibrary_Key_GetNavigationActionFromKey) == 0x000050, "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) == 0x000048, "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) == 0x000058, "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) == 0x000050, "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) == 0x000050, "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) == 0x000048, "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_ModifierKeysState_IsAltDown \ +static_assert(alignof(KismetInputLibrary_ModifierKeysState_IsAltDown) == 0x000001, "Wrong alignment on KismetInputLibrary_ModifierKeysState_IsAltDown"); \ +static_assert(sizeof(KismetInputLibrary_ModifierKeysState_IsAltDown) == 0x000002, "Wrong size on KismetInputLibrary_ModifierKeysState_IsAltDown"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsAltDown, KeysState) == 0x000000, "Member 'KismetInputLibrary_ModifierKeysState_IsAltDown::KeysState' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsAltDown, ReturnValue) == 0x000001, "Member 'KismetInputLibrary_ModifierKeysState_IsAltDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_ModifierKeysState_IsCommandDown \ +static_assert(alignof(KismetInputLibrary_ModifierKeysState_IsCommandDown) == 0x000001, "Wrong alignment on KismetInputLibrary_ModifierKeysState_IsCommandDown"); \ +static_assert(sizeof(KismetInputLibrary_ModifierKeysState_IsCommandDown) == 0x000002, "Wrong size on KismetInputLibrary_ModifierKeysState_IsCommandDown"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsCommandDown, KeysState) == 0x000000, "Member 'KismetInputLibrary_ModifierKeysState_IsCommandDown::KeysState' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsCommandDown, ReturnValue) == 0x000001, "Member 'KismetInputLibrary_ModifierKeysState_IsCommandDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_ModifierKeysState_IsControlDown \ +static_assert(alignof(KismetInputLibrary_ModifierKeysState_IsControlDown) == 0x000001, "Wrong alignment on KismetInputLibrary_ModifierKeysState_IsControlDown"); \ +static_assert(sizeof(KismetInputLibrary_ModifierKeysState_IsControlDown) == 0x000002, "Wrong size on KismetInputLibrary_ModifierKeysState_IsControlDown"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsControlDown, KeysState) == 0x000000, "Member 'KismetInputLibrary_ModifierKeysState_IsControlDown::KeysState' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsControlDown, ReturnValue) == 0x000001, "Member 'KismetInputLibrary_ModifierKeysState_IsControlDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_ModifierKeysState_IsShiftDown \ +static_assert(alignof(KismetInputLibrary_ModifierKeysState_IsShiftDown) == 0x000001, "Wrong alignment on KismetInputLibrary_ModifierKeysState_IsShiftDown"); \ +static_assert(sizeof(KismetInputLibrary_ModifierKeysState_IsShiftDown) == 0x000002, "Wrong size on KismetInputLibrary_ModifierKeysState_IsShiftDown"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsShiftDown, KeysState) == 0x000000, "Member 'KismetInputLibrary_ModifierKeysState_IsShiftDown::KeysState' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_ModifierKeysState_IsShiftDown, ReturnValue) == 0x000001, "Member 'KismetInputLibrary_ModifierKeysState_IsShiftDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetCursorDelta \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetCursorDelta) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetCursorDelta"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetCursorDelta) == 0x000090, "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) == 0x000080, "Member 'KismetInputLibrary_PointerEvent_GetCursorDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetEffectingButton \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetEffectingButton) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetEffectingButton"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetEffectingButton) == 0x000098, "Wrong size on KismetInputLibrary_PointerEvent_GetEffectingButton"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetEffectingButton, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetEffectingButton::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_GetEffectingButton, ReturnValue) == 0x000080, "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) == 0x000090, "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) == 0x000080, "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) == 0x000088, "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) == 0x000080, "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) == 0x000090, "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) == 0x000080, "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) == 0x000088, "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) == 0x000080, "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) == 0x000090, "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) == 0x000080, "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) == 0x000088, "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) == 0x000080, "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) == 0x000088, "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) == 0x000080, "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) == 0x000088, "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) == 0x000080, "Member 'KismetInputLibrary_PointerEvent_GetWheelDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_IsMouseButtonDown \ +static_assert(alignof(KismetInputLibrary_PointerEvent_IsMouseButtonDown) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_IsMouseButtonDown"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_IsMouseButtonDown) == 0x0000A0, "Wrong size on KismetInputLibrary_PointerEvent_IsMouseButtonDown"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, MouseButton) == 0x000080, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::MouseButton' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, ReturnValue) == 0x000098, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_IsTouchEvent \ +static_assert(alignof(KismetInputLibrary_PointerEvent_IsTouchEvent) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_IsTouchEvent"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_IsTouchEvent) == 0x000088, "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) == 0x000080, "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_ALightmassPortal \ +static_assert(alignof(ALightmassPortal) == 0x000008, "Wrong alignment on ALightmassPortal"); \ +static_assert(sizeof(ALightmassPortal) == 0x0002B8, "Wrong size on ALightmassPortal"); \ +static_assert(offsetof(ALightmassPortal, PortalComponent) == 0x0002B0, "Member 'ALightmassPortal::PortalComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightmassPortalComponent \ +static_assert(alignof(ULightmassPortalComponent) == 0x000010, "Wrong alignment on ULightmassPortalComponent"); \ +static_assert(sizeof(ULightmassPortalComponent) == 0x000260, "Wrong size on ULightmassPortalComponent"); \ +static_assert(offsetof(ULightmassPortalComponent, PreviewBox) == 0x000250, "Member 'ULightmassPortalComponent::PreviewBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALocalFogVolume \ +static_assert(alignof(ALocalFogVolume) == 0x000008, "Wrong alignment on ALocalFogVolume"); \ +static_assert(sizeof(ALocalFogVolume) == 0x0002B8, "Wrong size on ALocalFogVolume"); \ +static_assert(offsetof(ALocalFogVolume, LocalFogVolumeVolume) == 0x0002B0, "Member 'ALocalFogVolume::LocalFogVolumeVolume' 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_SetRealTimeCapture \ +static_assert(alignof(SkyLightComponent_SetRealTimeCapture) == 0x000001, "Wrong alignment on SkyLightComponent_SetRealTimeCapture"); \ +static_assert(sizeof(SkyLightComponent_SetRealTimeCapture) == 0x000001, "Wrong size on SkyLightComponent_SetRealTimeCapture"); \ +static_assert(offsetof(SkyLightComponent_SetRealTimeCapture, bInRealTimeCapture) == 0x000000, "Member 'SkyLightComponent_SetRealTimeCapture::bInRealTimeCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetSourceCubemapAngle \ +static_assert(alignof(SkyLightComponent_SetSourceCubemapAngle) == 0x000004, "Wrong alignment on SkyLightComponent_SetSourceCubemapAngle"); \ +static_assert(sizeof(SkyLightComponent_SetSourceCubemapAngle) == 0x000004, "Wrong size on SkyLightComponent_SetSourceCubemapAngle"); \ +static_assert(offsetof(SkyLightComponent_SetSourceCubemapAngle, NewValue) == 0x000000, "Member 'SkyLightComponent_SetSourceCubemapAngle::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetVolumetricScatteringIntensity \ +static_assert(alignof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(sizeof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(offsetof(SkyLightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkyLightComponent \ +static_assert(alignof(USkyLightComponent) == 0x000010, "Wrong alignment on USkyLightComponent"); \ +static_assert(sizeof(USkyLightComponent) == 0x000470, "Wrong size on USkyLightComponent"); \ +static_assert(offsetof(USkyLightComponent, bRealTimeCapture) == 0x000298, "Member 'USkyLightComponent::bRealTimeCapture' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SourceType) == 0x000299, "Member 'USkyLightComponent::SourceType' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, Cubemap) == 0x0002A0, "Member 'USkyLightComponent::Cubemap' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SourceCubemapAngle) == 0x0002A8, "Member 'USkyLightComponent::SourceCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CubemapResolution) == 0x0002AC, "Member 'USkyLightComponent::CubemapResolution' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SkyDistanceThreshold) == 0x0002B0, "Member 'USkyLightComponent::SkyDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, bCaptureEmissiveOnly) == 0x0002B4, "Member 'USkyLightComponent::bCaptureEmissiveOnly' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, bLowerHemisphereIsBlack) == 0x0002B5, "Member 'USkyLightComponent::bLowerHemisphereIsBlack' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, LowerHemisphereColor) == 0x0002B8, "Member 'USkyLightComponent::LowerHemisphereColor' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionMaxDistance) == 0x0002C8, "Member 'USkyLightComponent::OcclusionMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, Contrast) == 0x0002CC, "Member 'USkyLightComponent::Contrast' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionExponent) == 0x0002D0, "Member 'USkyLightComponent::OcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, MinOcclusion) == 0x0002D4, "Member 'USkyLightComponent::MinOcclusion' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionTint) == 0x0002D8, "Member 'USkyLightComponent::OcclusionTint' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionStrength) == 0x0002E0, "Member 'USkyLightComponent::CloudAmbientOcclusionStrength' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionExtent) == 0x0002E4, "Member 'USkyLightComponent::CloudAmbientOcclusionExtent' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionMapResolutionScale) == 0x0002E8, "Member 'USkyLightComponent::CloudAmbientOcclusionMapResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionApertureScale) == 0x0002EC, "Member 'USkyLightComponent::CloudAmbientOcclusionApertureScale' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionCombineMode) == 0x0002F0, "Member 'USkyLightComponent::OcclusionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, BlendDestinationCubemap) == 0x000398, "Member 'USkyLightComponent::BlendDestinationCubemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent) == 0x000008, "Wrong alignment on ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent) == 0x000008, "Wrong size on ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent, InComponent) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_SetChildClusteredComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_SetParentClusterUnion \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_SetParentClusterUnion) == 0x000008, "Wrong alignment on ClusterUnionReplicatedProxyComponent_SetParentClusterUnion"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_SetParentClusterUnion) == 0x000008, "Wrong size on ClusterUnionReplicatedProxyComponent_SetParentClusterUnion"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_SetParentClusterUnion, InComponent) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_SetParentClusterUnion::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_SetParticleBoneIds \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_SetParticleBoneIds) == 0x000008, "Wrong alignment on ClusterUnionReplicatedProxyComponent_SetParticleBoneIds"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_SetParticleBoneIds) == 0x000010, "Wrong size on ClusterUnionReplicatedProxyComponent_SetParticleBoneIds"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_SetParticleBoneIds, InIds) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_SetParticleBoneIds::InIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_SetParticleChildToParent \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_SetParticleChildToParent) == 0x000010, "Wrong alignment on ClusterUnionReplicatedProxyComponent_SetParticleChildToParent"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_SetParticleChildToParent) == 0x000070, "Wrong size on ClusterUnionReplicatedProxyComponent_SetParticleChildToParent"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_SetParticleChildToParent, BoneID) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_SetParticleChildToParent::BoneID' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_SetParticleChildToParent, ChildToParent) == 0x000010, "Member 'ClusterUnionReplicatedProxyComponent_SetParticleChildToParent::ChildToParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent) == 0x000008, "Wrong alignment on ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent) == 0x000008, "Wrong size on ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent, ReturnValue) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_GetChildClusteredComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent) == 0x000008, "Wrong alignment on ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent) == 0x000008, "Wrong size on ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent, ReturnValue) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_GetParentClusterUnionComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_GetParticleBoneIds \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_GetParticleBoneIds) == 0x000008, "Wrong alignment on ClusterUnionReplicatedProxyComponent_GetParticleBoneIds"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_GetParticleBoneIds) == 0x000010, "Wrong size on ClusterUnionReplicatedProxyComponent_GetParticleBoneIds"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_GetParticleBoneIds, ReturnValue) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_GetParticleBoneIds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionReplicatedProxyComponent_IsPendingDeletion \ +static_assert(alignof(ClusterUnionReplicatedProxyComponent_IsPendingDeletion) == 0x000001, "Wrong alignment on ClusterUnionReplicatedProxyComponent_IsPendingDeletion"); \ +static_assert(sizeof(ClusterUnionReplicatedProxyComponent_IsPendingDeletion) == 0x000001, "Wrong size on ClusterUnionReplicatedProxyComponent_IsPendingDeletion"); \ +static_assert(offsetof(ClusterUnionReplicatedProxyComponent_IsPendingDeletion, ReturnValue) == 0x000000, "Member 'ClusterUnionReplicatedProxyComponent_IsPendingDeletion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClusterUnionReplicatedProxyComponent \ +static_assert(alignof(UClusterUnionReplicatedProxyComponent) == 0x000008, "Wrong alignment on UClusterUnionReplicatedProxyComponent"); \ +static_assert(sizeof(UClusterUnionReplicatedProxyComponent) == 0x000150, "Wrong size on UClusterUnionReplicatedProxyComponent"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, ParentClusterUnion) == 0x0000C0, "Member 'UClusterUnionReplicatedProxyComponent::ParentClusterUnion' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, ChildClusteredComponent) == 0x0000C8, "Member 'UClusterUnionReplicatedProxyComponent::ChildClusteredComponent' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, ParticleBoneIds) == 0x0000D0, "Member 'UClusterUnionReplicatedProxyComponent::ParticleBoneIds' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, ParticleChildToParents) == 0x000130, "Member 'UClusterUnionReplicatedProxyComponent::ParticleChildToParents' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, bNetUpdateParentClusterUnion) == 0x000140, "Member 'UClusterUnionReplicatedProxyComponent::bNetUpdateParentClusterUnion' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, bNetUpdateChildClusteredComponent) == 0x000141, "Member 'UClusterUnionReplicatedProxyComponent::bNetUpdateChildClusteredComponent' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, bNetUpdateParticleBoneIds) == 0x000142, "Member 'UClusterUnionReplicatedProxyComponent::bNetUpdateParticleBoneIds' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, bNetUpdateParticleChildToParents) == 0x000143, "Member 'UClusterUnionReplicatedProxyComponent::bNetUpdateParticleChildToParents' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionReplicatedProxyComponent, bIsPendingDeletion) == 0x000144, "Member 'UClusterUnionReplicatedProxyComponent::bIsPendingDeletion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialFunctionCall \ +static_assert(alignof(UMaterialExpressionMaterialFunctionCall) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialFunctionCall"); \ +static_assert(sizeof(UMaterialExpressionMaterialFunctionCall) == 0x0000E8, "Wrong size on UMaterialExpressionMaterialFunctionCall"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, MaterialFunction) == 0x0000B0, "Member 'UMaterialExpressionMaterialFunctionCall::MaterialFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, FunctionInputs) == 0x0000B8, "Member 'UMaterialExpressionMaterialFunctionCall::FunctionInputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, FunctionOutputs) == 0x0000C8, "Member 'UMaterialExpressionMaterialFunctionCall::FunctionOutputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, FunctionParameterInfo) == 0x0000D8, "Member 'UMaterialExpressionMaterialFunctionCall::FunctionParameterInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapBuildDataRegistry \ +static_assert(alignof(UMapBuildDataRegistry) == 0x000008, "Wrong alignment on UMapBuildDataRegistry"); \ +static_assert(sizeof(UMapBuildDataRegistry) == 0x0002B0, "Wrong size on UMapBuildDataRegistry"); \ +static_assert(offsetof(UMapBuildDataRegistry, LevelLightingQuality) == 0x000028, "Member 'UMapBuildDataRegistry::LevelLightingQuality' 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_UMaterialCacheStackProvider \ +static_assert(alignof(UMaterialCacheStackProvider) == 0x000008, "Wrong alignment on UMaterialCacheStackProvider"); \ +static_assert(sizeof(UMaterialCacheStackProvider) == 0x000028, "Wrong size on UMaterialCacheStackProvider"); \ + +#define DUMPER7_ASSERTS_ANavigationDataChunkActor \ +static_assert(alignof(ANavigationDataChunkActor) == 0x000008, "Wrong alignment on ANavigationDataChunkActor"); \ +static_assert(sizeof(ANavigationDataChunkActor) == 0x0002F8, "Wrong size on ANavigationDataChunkActor"); \ +static_assert(offsetof(ANavigationDataChunkActor, NavDataChunks) == 0x0002B0, "Member 'ANavigationDataChunkActor::NavDataChunks' has a wrong offset!"); \ +static_assert(offsetof(ANavigationDataChunkActor, DataChunkActorBounds) == 0x0002C0, "Member 'ANavigationDataChunkActor::DataChunkActorBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAbs \ +static_assert(alignof(UMaterialExpressionAbs) == 0x000008, "Wrong alignment on UMaterialExpressionAbs"); \ +static_assert(sizeof(UMaterialExpressionAbs) == 0x0000D8, "Wrong size on UMaterialExpressionAbs"); \ +static_assert(offsetof(UMaterialExpressionAbs, Input) == 0x0000B0, "Member 'UMaterialExpressionAbs::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAbsorptionMediumMaterialOutput \ +static_assert(alignof(UMaterialExpressionAbsorptionMediumMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionAbsorptionMediumMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionAbsorptionMediumMaterialOutput) == 0x0000D8, "Wrong size on UMaterialExpressionAbsorptionMediumMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionAbsorptionMediumMaterialOutput, TransmittanceColor) == 0x0000B0, "Member 'UMaterialExpressionAbsorptionMediumMaterialOutput::TransmittanceColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_SetNearClipDistance \ +static_assert(alignof(SpotLightComponent_SetNearClipDistance) == 0x000004, "Wrong alignment on SpotLightComponent_SetNearClipDistance"); \ +static_assert(sizeof(SpotLightComponent_SetNearClipDistance) == 0x000004, "Wrong size on SpotLightComponent_SetNearClipDistance"); \ +static_assert(offsetof(SpotLightComponent_SetNearClipDistance, NewNearClipDistance) == 0x000000, "Member 'SpotLightComponent_SetNearClipDistance::NewNearClipDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpotLightComponent_SetNearClipShadowsOnly \ +static_assert(alignof(SpotLightComponent_SetNearClipShadowsOnly) == 0x000001, "Wrong alignment on SpotLightComponent_SetNearClipShadowsOnly"); \ +static_assert(sizeof(SpotLightComponent_SetNearClipShadowsOnly) == 0x000001, "Wrong size on SpotLightComponent_SetNearClipShadowsOnly"); \ +static_assert(offsetof(SpotLightComponent_SetNearClipShadowsOnly, bInNearClipShadowsOnly) == 0x000000, "Member 'SpotLightComponent_SetNearClipShadowsOnly::bInNearClipShadowsOnly' 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) == 0x000410, "Wrong size on USpotLightComponent"); \ +static_assert(offsetof(USpotLightComponent, InnerConeAngle) == 0x0003F8, "Member 'USpotLightComponent::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(USpotLightComponent, OuterConeAngle) == 0x0003FC, "Member 'USpotLightComponent::OuterConeAngle' has a wrong offset!"); \ +static_assert(offsetof(USpotLightComponent, NearClipDistance) == 0x000400, "Member 'USpotLightComponent::NearClipDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMeshPaintTextureCoordinateIndex \ +static_assert(alignof(UMaterialExpressionMeshPaintTextureCoordinateIndex) == 0x000008, "Wrong alignment on UMaterialExpressionMeshPaintTextureCoordinateIndex"); \ +static_assert(sizeof(UMaterialExpressionMeshPaintTextureCoordinateIndex) == 0x0000C0, "Wrong size on UMaterialExpressionMeshPaintTextureCoordinateIndex"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionHLODSourceActors \ +static_assert(alignof(UWorldPartitionHLODSourceActors) == 0x000008, "Wrong alignment on UWorldPartitionHLODSourceActors"); \ +static_assert(sizeof(UWorldPartitionHLODSourceActors) == 0x000028, "Wrong size on UWorldPartitionHLODSourceActors"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionHLODSourceActorsFromLevel \ +static_assert(alignof(UWorldPartitionHLODSourceActorsFromLevel) == 0x000008, "Wrong alignment on UWorldPartitionHLODSourceActorsFromLevel"); \ +static_assert(sizeof(UWorldPartitionHLODSourceActorsFromLevel) == 0x000028, "Wrong size on UWorldPartitionHLODSourceActorsFromLevel"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionActorPositionWS \ +static_assert(alignof(UMaterialExpressionActorPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionActorPositionWS"); \ +static_assert(sizeof(UMaterialExpressionActorPositionWS) == 0x0000B8, "Wrong size on UMaterialExpressionActorPositionWS"); \ +static_assert(offsetof(UMaterialExpressionActorPositionWS, OriginType) == 0x0000B0, "Member 'UMaterialExpressionActorPositionWS::OriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_AddFloatHistorySample \ +static_assert(alignof(KismetSystemLibrary_AddFloatHistorySample) == 0x000008, "Wrong alignment on KismetSystemLibrary_AddFloatHistorySample"); \ +static_assert(sizeof(KismetSystemLibrary_AddFloatHistorySample) == 0x000048, "Wrong size on KismetSystemLibrary_AddFloatHistorySample"); \ +static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, Value) == 0x000000, "Member 'KismetSystemLibrary_AddFloatHistorySample::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_AddFloatHistorySample::FloatHistory' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_AddFloatHistorySample::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BeginTransaction \ +static_assert(alignof(KismetSystemLibrary_BeginTransaction) == 0x000008, "Wrong alignment on KismetSystemLibrary_BeginTransaction"); \ +static_assert(sizeof(KismetSystemLibrary_BeginTransaction) == 0x000030, "Wrong size on KismetSystemLibrary_BeginTransaction"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, Context) == 0x000000, "Member 'KismetSystemLibrary_BeginTransaction::Context' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, Description) == 0x000010, "Member 'KismetSystemLibrary_BeginTransaction::Description' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, PrimaryObject) == 0x000020, "Member 'KismetSystemLibrary_BeginTransaction::PrimaryObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_BeginTransaction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapActors \ +static_assert(alignof(KismetSystemLibrary_BoxOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_BoxOverlapActors) == 0x000078, "Wrong size on KismetSystemLibrary_BoxOverlapActors"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxOverlapActors::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, BoxPos) == 0x000008, "Member 'KismetSystemLibrary_BoxOverlapActors::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, BoxExtent) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapActors::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ActorClassFilter) == 0x000048, "Member 'KismetSystemLibrary_BoxOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_BoxOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, OutActors) == 0x000060, "Member 'KismetSystemLibrary_BoxOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ReturnValue) == 0x000070, "Member 'KismetSystemLibrary_BoxOverlapActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapActorsWithOrientation \ +static_assert(alignof(KismetSystemLibrary_BoxOverlapActorsWithOrientation) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxOverlapActorsWithOrientation"); \ +static_assert(sizeof(KismetSystemLibrary_BoxOverlapActorsWithOrientation) == 0x000090, "Wrong size on KismetSystemLibrary_BoxOverlapActorsWithOrientation"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActorsWithOrientation, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxOverlapActorsWithOrientation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActorsWithOrientation, BoxPos) == 0x000008, "Member 'KismetSystemLibrary_BoxOverlapActorsWithOrientation::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActorsWithOrientation, BoxExtent) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapActorsWithOrientation::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActorsWithOrientation, Orientation) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapActorsWithOrientation::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActorsWithOrientation, ObjectTypes) == 0x000050, "Member 'KismetSystemLibrary_BoxOverlapActorsWithOrientation::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActorsWithOrientation, ActorClassFilter) == 0x000060, "Member 'KismetSystemLibrary_BoxOverlapActorsWithOrientation::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActorsWithOrientation, ActorsToIgnore) == 0x000068, "Member 'KismetSystemLibrary_BoxOverlapActorsWithOrientation::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActorsWithOrientation, OutActors) == 0x000078, "Member 'KismetSystemLibrary_BoxOverlapActorsWithOrientation::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapActorsWithOrientation, ReturnValue) == 0x000088, "Member 'KismetSystemLibrary_BoxOverlapActorsWithOrientation::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_BoxOverlapComponentsWithOrientation \ +static_assert(alignof(KismetSystemLibrary_BoxOverlapComponentsWithOrientation) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxOverlapComponentsWithOrientation"); \ +static_assert(sizeof(KismetSystemLibrary_BoxOverlapComponentsWithOrientation) == 0x000090, "Wrong size on KismetSystemLibrary_BoxOverlapComponentsWithOrientation"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponentsWithOrientation, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxOverlapComponentsWithOrientation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponentsWithOrientation, BoxPos) == 0x000008, "Member 'KismetSystemLibrary_BoxOverlapComponentsWithOrientation::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponentsWithOrientation, Extent) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapComponentsWithOrientation::Extent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponentsWithOrientation, Orientation) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapComponentsWithOrientation::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponentsWithOrientation, ObjectTypes) == 0x000050, "Member 'KismetSystemLibrary_BoxOverlapComponentsWithOrientation::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponentsWithOrientation, ComponentClassFilter) == 0x000060, "Member 'KismetSystemLibrary_BoxOverlapComponentsWithOrientation::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponentsWithOrientation, ActorsToIgnore) == 0x000068, "Member 'KismetSystemLibrary_BoxOverlapComponentsWithOrientation::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponentsWithOrientation, OutComponents) == 0x000078, "Member 'KismetSystemLibrary_BoxOverlapComponentsWithOrientation::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponentsWithOrientation, ReturnValue) == 0x000088, "Member 'KismetSystemLibrary_BoxOverlapComponentsWithOrientation::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) == 0x0001B8, "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) == 0x000188, "Member 'KismetSystemLibrary_BoxTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceColor) == 0x00018C, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceHitColor) == 0x00019C, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, DrawTime) == 0x0001AC, "Member 'KismetSystemLibrary_BoxTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, ReturnValue) == 0x0001B0, "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) == 0x0001C0, "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) == 0x000190, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceColor) == 0x000194, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceHitColor) == 0x0001A4, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, DrawTime) == 0x0001B4, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ReturnValue) == 0x0001B8, "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) == 0x0001C8, "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) == 0x000198, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceColor) == 0x00019C, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceHitColor) == 0x0001AC, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, DrawTime) == 0x0001BC, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ReturnValue) == 0x0001C0, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BreakARFilter \ +static_assert(alignof(KismetSystemLibrary_BreakARFilter) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakARFilter"); \ +static_assert(sizeof(KismetSystemLibrary_BreakARFilter) == 0x000248, "Wrong size on KismetSystemLibrary_BreakARFilter"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, InARFilter) == 0x000000, "Member 'KismetSystemLibrary_BreakARFilter::InARFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, PackageNames) == 0x000150, "Member 'KismetSystemLibrary_BreakARFilter::PackageNames' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, PackagePaths) == 0x000160, "Member 'KismetSystemLibrary_BreakARFilter::PackagePaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, SoftObjectPaths) == 0x000170, "Member 'KismetSystemLibrary_BreakARFilter::SoftObjectPaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, ClassPaths) == 0x000180, "Member 'KismetSystemLibrary_BreakARFilter::ClassPaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, RecursiveClassPathsExclusionSet) == 0x000190, "Member 'KismetSystemLibrary_BreakARFilter::RecursiveClassPathsExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, ClassNames) == 0x0001E0, "Member 'KismetSystemLibrary_BreakARFilter::ClassNames' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, RecursiveClassesExclusionSet) == 0x0001F0, "Member 'KismetSystemLibrary_BreakARFilter::RecursiveClassesExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, bRecursivePaths) == 0x000240, "Member 'KismetSystemLibrary_BreakARFilter::bRecursivePaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, bRecursiveClasses) == 0x000241, "Member 'KismetSystemLibrary_BreakARFilter::bRecursiveClasses' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakARFilter, bIncludeOnlyOnDiskAssets) == 0x000242, "Member 'KismetSystemLibrary_BreakARFilter::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftClassPath \ +static_assert(alignof(KismetSystemLibrary_BreakSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakSoftClassPath"); \ +static_assert(sizeof(KismetSystemLibrary_BreakSoftClassPath) == 0x000030, "Wrong size on KismetSystemLibrary_BreakSoftClassPath"); \ +static_assert(offsetof(KismetSystemLibrary_BreakSoftClassPath, InSoftClassPath) == 0x000000, "Member 'KismetSystemLibrary_BreakSoftClassPath::InSoftClassPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakSoftClassPath, PathString) == 0x000020, "Member 'KismetSystemLibrary_BreakSoftClassPath::PathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftObjectPath \ +static_assert(alignof(KismetSystemLibrary_BreakSoftObjectPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakSoftObjectPath"); \ +static_assert(sizeof(KismetSystemLibrary_BreakSoftObjectPath) == 0x000030, "Wrong size on KismetSystemLibrary_BreakSoftObjectPath"); \ +static_assert(offsetof(KismetSystemLibrary_BreakSoftObjectPath, InSoftObjectPath) == 0x000000, "Member 'KismetSystemLibrary_BreakSoftObjectPath::InSoftObjectPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakSoftObjectPath, PathString) == 0x000020, "Member 'KismetSystemLibrary_BreakSoftObjectPath::PathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BreakTopLevelAssetPath \ +static_assert(alignof(KismetSystemLibrary_BreakTopLevelAssetPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakTopLevelAssetPath"); \ +static_assert(sizeof(KismetSystemLibrary_BreakTopLevelAssetPath) == 0x000020, "Wrong size on KismetSystemLibrary_BreakTopLevelAssetPath"); \ +static_assert(offsetof(KismetSystemLibrary_BreakTopLevelAssetPath, TopLevelAssetPath) == 0x000000, "Member 'KismetSystemLibrary_BreakTopLevelAssetPath::TopLevelAssetPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BreakTopLevelAssetPath, PathString) == 0x000010, "Member 'KismetSystemLibrary_BreakTopLevelAssetPath::PathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CancelTransaction \ +static_assert(alignof(KismetSystemLibrary_CancelTransaction) == 0x000004, "Wrong alignment on KismetSystemLibrary_CancelTransaction"); \ +static_assert(sizeof(KismetSystemLibrary_CancelTransaction) == 0x000004, "Wrong size on KismetSystemLibrary_CancelTransaction"); \ +static_assert(offsetof(KismetSystemLibrary_CancelTransaction, Index_0) == 0x000000, "Member 'KismetSystemLibrary_CancelTransaction::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CanLaunchURL \ +static_assert(alignof(KismetSystemLibrary_CanLaunchURL) == 0x000008, "Wrong alignment on KismetSystemLibrary_CanLaunchURL"); \ +static_assert(sizeof(KismetSystemLibrary_CanLaunchURL) == 0x000018, "Wrong size on KismetSystemLibrary_CanLaunchURL"); \ +static_assert(offsetof(KismetSystemLibrary_CanLaunchURL, URL) == 0x000000, "Member 'KismetSystemLibrary_CanLaunchURL::URL' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CanLaunchURL, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_CanLaunchURL::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapActors \ +static_assert(alignof(KismetSystemLibrary_CapsuleOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleOverlapActors) == 0x000068, "Wrong size on KismetSystemLibrary_CapsuleOverlapActors"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleOverlapActors::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, CapsulePos) == 0x000008, "Member 'KismetSystemLibrary_CapsuleOverlapActors::CapsulePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapActors::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleOverlapActors::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ActorClassFilter) == 0x000038, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, OutActors) == 0x000050, "Member 'KismetSystemLibrary_CapsuleOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ReturnValue) == 0x000060, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapActorsWithOrientation \ +static_assert(alignof(KismetSystemLibrary_CapsuleOverlapActorsWithOrientation) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleOverlapActorsWithOrientation"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleOverlapActorsWithOrientation) == 0x000080, "Wrong size on KismetSystemLibrary_CapsuleOverlapActorsWithOrientation"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActorsWithOrientation, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleOverlapActorsWithOrientation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActorsWithOrientation, CapsulePos) == 0x000008, "Member 'KismetSystemLibrary_CapsuleOverlapActorsWithOrientation::CapsulePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActorsWithOrientation, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapActorsWithOrientation::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActorsWithOrientation, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleOverlapActorsWithOrientation::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActorsWithOrientation, Orientation) == 0x000028, "Member 'KismetSystemLibrary_CapsuleOverlapActorsWithOrientation::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActorsWithOrientation, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_CapsuleOverlapActorsWithOrientation::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActorsWithOrientation, ActorClassFilter) == 0x000050, "Member 'KismetSystemLibrary_CapsuleOverlapActorsWithOrientation::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActorsWithOrientation, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_CapsuleOverlapActorsWithOrientation::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActorsWithOrientation, OutActors) == 0x000068, "Member 'KismetSystemLibrary_CapsuleOverlapActorsWithOrientation::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActorsWithOrientation, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_CapsuleOverlapActorsWithOrientation::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_CapsuleOverlapComponentsWithOrientation \ +static_assert(alignof(KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation) == 0x000080, "Wrong size on KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation, CapsulePos) == 0x000008, "Member 'KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation::CapsulePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation, Orientation) == 0x000028, "Member 'KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation, ComponentClassFilter) == 0x000050, "Member 'KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation, OutComponents) == 0x000068, "Member 'KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_CapsuleOverlapComponentsWithOrientation::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) == 0x000190, "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) == 0x000160, "Member 'KismetSystemLibrary_CapsuleTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceColor) == 0x000164, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceHitColor) == 0x000174, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, DrawTime) == 0x000184, "Member 'KismetSystemLibrary_CapsuleTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, ReturnValue) == 0x000188, "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) == 0x000198, "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) == 0x000168, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceColor) == 0x00016C, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceHitColor) == 0x00017C, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, DrawTime) == 0x00018C, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ReturnValue) == 0x000190, "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) == 0x0001A0, "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) == 0x000170, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceColor) == 0x000174, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceHitColor) == 0x000184, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, DrawTime) == 0x000194, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ReturnValue) == 0x000198, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ComponentOverlapActors \ +static_assert(alignof(KismetSystemLibrary_ComponentOverlapActors) == 0x000010, "Wrong alignment on KismetSystemLibrary_ComponentOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_ComponentOverlapActors) == 0x0000B0, "Wrong size on KismetSystemLibrary_ComponentOverlapActors"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, Component) == 0x000000, "Member 'KismetSystemLibrary_ComponentOverlapActors::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ComponentTransform) == 0x000010, "Member 'KismetSystemLibrary_ComponentOverlapActors::ComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ObjectTypes) == 0x000070, "Member 'KismetSystemLibrary_ComponentOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ActorClassFilter) == 0x000080, "Member 'KismetSystemLibrary_ComponentOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ActorsToIgnore) == 0x000088, "Member 'KismetSystemLibrary_ComponentOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, OutActors) == 0x000098, "Member 'KismetSystemLibrary_ComponentOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ReturnValue) == 0x0000A8, "Member 'KismetSystemLibrary_ComponentOverlapActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ComponentOverlapComponents \ +static_assert(alignof(KismetSystemLibrary_ComponentOverlapComponents) == 0x000010, "Wrong alignment on KismetSystemLibrary_ComponentOverlapComponents"); \ +static_assert(sizeof(KismetSystemLibrary_ComponentOverlapComponents) == 0x0000B0, "Wrong size on KismetSystemLibrary_ComponentOverlapComponents"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, Component) == 0x000000, "Member 'KismetSystemLibrary_ComponentOverlapComponents::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ComponentTransform) == 0x000010, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ObjectTypes) == 0x000070, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ComponentClassFilter) == 0x000080, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ActorsToIgnore) == 0x000088, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, OutComponents) == 0x000098, "Member 'KismetSystemLibrary_ComponentOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ReturnValue) == 0x0000A8, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ControlScreensaver \ +static_assert(alignof(KismetSystemLibrary_ControlScreensaver) == 0x000001, "Wrong alignment on KismetSystemLibrary_ControlScreensaver"); \ +static_assert(sizeof(KismetSystemLibrary_ControlScreensaver) == 0x000001, "Wrong size on KismetSystemLibrary_ControlScreensaver"); \ +static_assert(offsetof(KismetSystemLibrary_ControlScreensaver, bAllowScreenSaver) == 0x000000, "Member 'KismetSystemLibrary_ControlScreensaver::bAllowScreenSaver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ClassToSoftClassReference \ +static_assert(alignof(KismetSystemLibrary_Conv_ClassToSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ClassToSoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_ClassToSoftClassReference) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_ClassToSoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ClassToSoftClassReference, Class_0) == 0x000000, "Member 'KismetSystemLibrary_Conv_ClassToSoftClassReference::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ClassToSoftClassReference, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_ClassToSoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference \ +static_assert(alignof(KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference) == 0x000070, "Wrong size on KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference, ComponentReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference::ComponentReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_ComponentReferenceToSoftComponentReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_InterfaceToObject \ +static_assert(alignof(KismetSystemLibrary_Conv_InterfaceToObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_InterfaceToObject"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_InterfaceToObject) == 0x000018, "Wrong size on KismetSystemLibrary_Conv_InterfaceToObject"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_InterfaceToObject, Interface) == 0x000000, "Member 'KismetSystemLibrary_Conv_InterfaceToObject::Interface' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_InterfaceToObject, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_Conv_InterfaceToObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ObjectToClass \ +static_assert(alignof(KismetSystemLibrary_Conv_ObjectToClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ObjectToClass"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_ObjectToClass) == 0x000018, "Wrong size on KismetSystemLibrary_Conv_ObjectToClass"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToClass, Object) == 0x000000, "Member 'KismetSystemLibrary_Conv_ObjectToClass::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToClass, Class_0) == 0x000008, "Member 'KismetSystemLibrary_Conv_ObjectToClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToClass, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_Conv_ObjectToClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ObjectToSoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ObjectToSoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_ObjectToSoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference, Object) == 0x000000, "Member 'KismetSystemLibrary_Conv_ObjectToSoftObjectReference::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_ObjectToSoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_PrimaryAssetIdToString \ +static_assert(alignof(KismetSystemLibrary_Conv_PrimaryAssetIdToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_PrimaryAssetIdToString"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_PrimaryAssetIdToString) == 0x000020, "Wrong size on KismetSystemLibrary_Conv_PrimaryAssetIdToString"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetIdToString, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_Conv_PrimaryAssetIdToString::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetIdToString, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_Conv_PrimaryAssetIdToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_PrimaryAssetTypeToString \ +static_assert(alignof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_PrimaryAssetTypeToString"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString) == 0x000018, "Wrong size on KismetSystemLibrary_Conv_PrimaryAssetTypeToString"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_Conv_PrimaryAssetTypeToString::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_PrimaryAssetTypeToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef) == 0x000048, "Wrong size on KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef, SoftClassPath) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef::SoftClassPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassReferenceToClass \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftClassReferenceToClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassReferenceToClass"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassReferenceToClass) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_SoftClassReferenceToClass"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToClass, SoftClass) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToClass::SoftClass' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToClass, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassReferenceToString \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftClassReferenceToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassReferenceToString"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassReferenceToString) == 0x000038, "Wrong size on KismetSystemLibrary_Conv_SoftClassReferenceToString"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToString, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToString::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToString, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjectReferenceToObject \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjectReferenceToObject"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_SoftObjectReferenceToObject"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject, SoftObject) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToObject::SoftObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjectReferenceToString \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjectReferenceToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjectReferenceToString"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjectReferenceToString) == 0x000038, "Wrong size on KismetSystemLibrary_Conv_SoftObjectReferenceToString"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToString, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToString::SoftObjectReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToString, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef) == 0x000048, "Wrong size on KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef, SoftObjectPath) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef::SoftObjectPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath) == 0x000048, "Wrong size on KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftObjRefToSoftClassPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath \ +static_assert(alignof(KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath"); \ +static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath) == 0x000048, "Wrong size on KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath::SoftObjectReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftObjRefToSoftObjPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToAbsolutePath \ +static_assert(alignof(KismetSystemLibrary_ConvertToAbsolutePath) == 0x000008, "Wrong alignment on KismetSystemLibrary_ConvertToAbsolutePath"); \ +static_assert(sizeof(KismetSystemLibrary_ConvertToAbsolutePath) == 0x000020, "Wrong size on KismetSystemLibrary_ConvertToAbsolutePath"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToAbsolutePath, Filename) == 0x000000, "Member 'KismetSystemLibrary_ConvertToAbsolutePath::Filename' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToAbsolutePath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_ConvertToAbsolutePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToRelativePath \ +static_assert(alignof(KismetSystemLibrary_ConvertToRelativePath) == 0x000008, "Wrong alignment on KismetSystemLibrary_ConvertToRelativePath"); \ +static_assert(sizeof(KismetSystemLibrary_ConvertToRelativePath) == 0x000020, "Wrong size on KismetSystemLibrary_ConvertToRelativePath"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToRelativePath, Filename) == 0x000000, "Member 'KismetSystemLibrary_ConvertToRelativePath::Filename' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToRelativePath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_ConvertToRelativePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CreateCopyForUndoBuffer \ +static_assert(alignof(KismetSystemLibrary_CreateCopyForUndoBuffer) == 0x000008, "Wrong alignment on KismetSystemLibrary_CreateCopyForUndoBuffer"); \ +static_assert(sizeof(KismetSystemLibrary_CreateCopyForUndoBuffer) == 0x000008, "Wrong size on KismetSystemLibrary_CreateCopyForUndoBuffer"); \ +static_assert(offsetof(KismetSystemLibrary_CreateCopyForUndoBuffer, ObjectToModify) == 0x000000, "Member 'KismetSystemLibrary_CreateCopyForUndoBuffer::ObjectToModify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Delay \ +static_assert(alignof(KismetSystemLibrary_Delay) == 0x000008, "Wrong alignment on KismetSystemLibrary_Delay"); \ +static_assert(sizeof(KismetSystemLibrary_Delay) == 0x000028, "Wrong size on KismetSystemLibrary_Delay"); \ +static_assert(offsetof(KismetSystemLibrary_Delay, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_Delay::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Delay, Duration) == 0x000008, "Member 'KismetSystemLibrary_Delay::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_Delay, LatentInfo) == 0x000010, "Member 'KismetSystemLibrary_Delay::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DelayUntilNextFrame \ +static_assert(alignof(KismetSystemLibrary_DelayUntilNextFrame) == 0x000008, "Wrong alignment on KismetSystemLibrary_DelayUntilNextFrame"); \ +static_assert(sizeof(KismetSystemLibrary_DelayUntilNextFrame) == 0x000020, "Wrong size on KismetSystemLibrary_DelayUntilNextFrame"); \ +static_assert(offsetof(KismetSystemLibrary_DelayUntilNextFrame, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DelayUntilNextFrame::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DelayUntilNextFrame, LatentInfo) == 0x000008, "Member 'KismetSystemLibrary_DelayUntilNextFrame::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DelayUntilNextTick \ +static_assert(alignof(KismetSystemLibrary_DelayUntilNextTick) == 0x000008, "Wrong alignment on KismetSystemLibrary_DelayUntilNextTick"); \ +static_assert(sizeof(KismetSystemLibrary_DelayUntilNextTick) == 0x000020, "Wrong size on KismetSystemLibrary_DelayUntilNextTick"); \ +static_assert(offsetof(KismetSystemLibrary_DelayUntilNextTick, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DelayUntilNextTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DelayUntilNextTick, LatentInfo) == 0x000008, "Member 'KismetSystemLibrary_DelayUntilNextTick::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DoesClassImplementInterface \ +static_assert(alignof(KismetSystemLibrary_DoesClassImplementInterface) == 0x000008, "Wrong alignment on KismetSystemLibrary_DoesClassImplementInterface"); \ +static_assert(sizeof(KismetSystemLibrary_DoesClassImplementInterface) == 0x000018, "Wrong size on KismetSystemLibrary_DoesClassImplementInterface"); \ +static_assert(offsetof(KismetSystemLibrary_DoesClassImplementInterface, TestClass) == 0x000000, "Member 'KismetSystemLibrary_DoesClassImplementInterface::TestClass' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DoesClassImplementInterface, Interface) == 0x000008, "Member 'KismetSystemLibrary_DoesClassImplementInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DoesClassImplementInterface, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_DoesClassImplementInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DoesImplementInterface \ +static_assert(alignof(KismetSystemLibrary_DoesImplementInterface) == 0x000008, "Wrong alignment on KismetSystemLibrary_DoesImplementInterface"); \ +static_assert(sizeof(KismetSystemLibrary_DoesImplementInterface) == 0x000018, "Wrong size on KismetSystemLibrary_DoesImplementInterface"); \ +static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, TestObject) == 0x000000, "Member 'KismetSystemLibrary_DoesImplementInterface::TestObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, Interface) == 0x000008, "Member 'KismetSystemLibrary_DoesImplementInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_DoesImplementInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugArrow \ +static_assert(alignof(KismetSystemLibrary_DrawDebugArrow) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugArrow"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugArrow) == 0x000058, "Wrong size on KismetSystemLibrary_DrawDebugArrow"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugArrow::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineStart) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugArrow::LineStart' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineEnd) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugArrow::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, ArrowSize) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugArrow::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineColor) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugArrow::LineColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, Duration) == 0x00004C, "Member 'KismetSystemLibrary_DrawDebugArrow::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, Thickness) == 0x000050, "Member 'KismetSystemLibrary_DrawDebugArrow::Thickness' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, DepthPriority) == 0x000054, "Member 'KismetSystemLibrary_DrawDebugArrow::DepthPriority' 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) == 0x000070, "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!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, DepthPriority) == 0x000068, "Member 'KismetSystemLibrary_DrawDebugBox::DepthPriority' 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) == 0x000060, "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!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, DepthPriority) == 0x000058, "Member 'KismetSystemLibrary_DrawDebugCapsule::DepthPriority' 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!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, DepthPriority) == 0x000071, "Member 'KismetSystemLibrary_DrawDebugCircle::DepthPriority' 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) == 0x000068, "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!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, DepthPriority) == 0x000060, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::DepthPriority' 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!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, DepthPriority) == 0x000044, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::DepthPriority' 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) == 0x000060, "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!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, DepthPriority) == 0x000058, "Member 'KismetSystemLibrary_DrawDebugCylinder::DepthPriority' 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) == 0x000058, "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!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, DepthPriority) == 0x000050, "Member 'KismetSystemLibrary_DrawDebugLine::DepthPriority' 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) == 0x000070, "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!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, DepthPriority) == 0x000060, "Member 'KismetSystemLibrary_DrawDebugPlane::DepthPriority' 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) == 0x000040, "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!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, DepthPriority) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugPoint::DepthPriority' 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) == 0x000048, "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!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, DepthPriority) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugSphere::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugString \ +static_assert(alignof(KismetSystemLibrary_DrawDebugString) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugString"); \ +static_assert(sizeof(KismetSystemLibrary_DrawDebugString) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugString"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugString::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TextLocation) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugString::TextLocation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, Text) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugString::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TestBaseActor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugString::TestBaseActor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TextColor) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugString::TextColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_DrawDebugString, Duration) == 0x000048, "Member 'KismetSystemLibrary_DrawDebugString::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EndTransaction \ +static_assert(alignof(KismetSystemLibrary_EndTransaction) == 0x000004, "Wrong alignment on KismetSystemLibrary_EndTransaction"); \ +static_assert(sizeof(KismetSystemLibrary_EndTransaction) == 0x000004, "Wrong size on KismetSystemLibrary_EndTransaction"); \ +static_assert(offsetof(KismetSystemLibrary_EndTransaction, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_EndTransaction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_PrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_EqualEqual_PrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_EqualEqual_PrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_EqualEqual_PrimaryAssetId) == 0x000024, "Wrong size on KismetSystemLibrary_EqualEqual_PrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, B) == 0x000010, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_PrimaryAssetType \ +static_assert(alignof(KismetSystemLibrary_EqualEqual_PrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_EqualEqual_PrimaryAssetType"); \ +static_assert(sizeof(KismetSystemLibrary_EqualEqual_PrimaryAssetType) == 0x000014, "Wrong size on KismetSystemLibrary_EqualEqual_PrimaryAssetType"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, B) == 0x000008, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_SoftClassReference \ +static_assert(alignof(KismetSystemLibrary_EqualEqual_SoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_EqualEqual_SoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_EqualEqual_SoftClassReference) == 0x000058, "Wrong size on KismetSystemLibrary_EqualEqual_SoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, B) == 0x000028, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_SoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_EqualEqual_SoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_EqualEqual_SoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_EqualEqual_SoftObjectReference) == 0x000058, "Wrong size on KismetSystemLibrary_EqualEqual_SoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, B) == 0x000028, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ExecuteConsoleCommand \ +static_assert(alignof(KismetSystemLibrary_ExecuteConsoleCommand) == 0x000008, "Wrong alignment on KismetSystemLibrary_ExecuteConsoleCommand"); \ +static_assert(sizeof(KismetSystemLibrary_ExecuteConsoleCommand) == 0x000020, "Wrong size on KismetSystemLibrary_ExecuteConsoleCommand"); \ +static_assert(offsetof(KismetSystemLibrary_ExecuteConsoleCommand, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_ExecuteConsoleCommand::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ExecuteConsoleCommand, Command) == 0x000008, "Member 'KismetSystemLibrary_ExecuteConsoleCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ExecuteConsoleCommand, SpecificPlayer) == 0x000018, "Member 'KismetSystemLibrary_ExecuteConsoleCommand::SpecificPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_FlushDebugStrings \ +static_assert(alignof(KismetSystemLibrary_FlushDebugStrings) == 0x000008, "Wrong alignment on KismetSystemLibrary_FlushDebugStrings"); \ +static_assert(sizeof(KismetSystemLibrary_FlushDebugStrings) == 0x000008, "Wrong size on KismetSystemLibrary_FlushDebugStrings"); \ +static_assert(offsetof(KismetSystemLibrary_FlushDebugStrings, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_FlushDebugStrings::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_FlushPersistentDebugLines \ +static_assert(alignof(KismetSystemLibrary_FlushPersistentDebugLines) == 0x000008, "Wrong alignment on KismetSystemLibrary_FlushPersistentDebugLines"); \ +static_assert(sizeof(KismetSystemLibrary_FlushPersistentDebugLines) == 0x000008, "Wrong size on KismetSystemLibrary_FlushPersistentDebugLines"); \ +static_assert(offsetof(KismetSystemLibrary_FlushPersistentDebugLines, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_FlushPersistentDebugLines::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetActorBounds \ +static_assert(alignof(KismetSystemLibrary_GetActorBounds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetActorBounds"); \ +static_assert(sizeof(KismetSystemLibrary_GetActorBounds) == 0x000038, "Wrong size on KismetSystemLibrary_GetActorBounds"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorBounds, Actor) == 0x000000, "Member 'KismetSystemLibrary_GetActorBounds::Actor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorBounds, Origin) == 0x000008, "Member 'KismetSystemLibrary_GetActorBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorBounds, BoxExtent) == 0x000020, "Member 'KismetSystemLibrary_GetActorBounds::BoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetActorListFromComponentList \ +static_assert(alignof(KismetSystemLibrary_GetActorListFromComponentList) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetActorListFromComponentList"); \ +static_assert(sizeof(KismetSystemLibrary_GetActorListFromComponentList) == 0x000028, "Wrong size on KismetSystemLibrary_GetActorListFromComponentList"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, ComponentList) == 0x000000, "Member 'KismetSystemLibrary_GetActorListFromComponentList::ComponentList' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, ActorClassFilter) == 0x000010, "Member 'KismetSystemLibrary_GetActorListFromComponentList::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, OutActorList) == 0x000018, "Member 'KismetSystemLibrary_GetActorListFromComponentList::OutActorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetAdIDCount \ +static_assert(alignof(KismetSystemLibrary_GetAdIDCount) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetAdIDCount"); \ +static_assert(sizeof(KismetSystemLibrary_GetAdIDCount) == 0x000004, "Wrong size on KismetSystemLibrary_GetAdIDCount"); \ +static_assert(offsetof(KismetSystemLibrary_GetAdIDCount, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetAdIDCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetBuildConfiguration \ +static_assert(alignof(KismetSystemLibrary_GetBuildConfiguration) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetBuildConfiguration"); \ +static_assert(sizeof(KismetSystemLibrary_GetBuildConfiguration) == 0x000010, "Wrong size on KismetSystemLibrary_GetBuildConfiguration"); \ +static_assert(offsetof(KismetSystemLibrary_GetBuildConfiguration, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetBuildConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetBuildVersion \ +static_assert(alignof(KismetSystemLibrary_GetBuildVersion) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetBuildVersion"); \ +static_assert(sizeof(KismetSystemLibrary_GetBuildVersion) == 0x000010, "Wrong size on KismetSystemLibrary_GetBuildVersion"); \ +static_assert(offsetof(KismetSystemLibrary_GetBuildVersion, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetBuildVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetClassDisplayName \ +static_assert(alignof(KismetSystemLibrary_GetClassDisplayName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetClassDisplayName"); \ +static_assert(sizeof(KismetSystemLibrary_GetClassDisplayName) == 0x000018, "Wrong size on KismetSystemLibrary_GetClassDisplayName"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassDisplayName, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetClassDisplayName::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassDisplayName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetClassDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetClassFromPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_GetClassFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetClassFromPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_GetClassFromPrimaryAssetId) == 0x000018, "Wrong size on KismetSystemLibrary_GetClassFromPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetClassFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetClassFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetClassTopLevelAssetPath \ +static_assert(alignof(KismetSystemLibrary_GetClassTopLevelAssetPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetClassTopLevelAssetPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetClassTopLevelAssetPath) == 0x000018, "Wrong size on KismetSystemLibrary_GetClassTopLevelAssetPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassTopLevelAssetPath, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetClassTopLevelAssetPath::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetClassTopLevelAssetPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetClassTopLevelAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetCommandLine \ +static_assert(alignof(KismetSystemLibrary_GetCommandLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetCommandLine"); \ +static_assert(sizeof(KismetSystemLibrary_GetCommandLine) == 0x000010, "Wrong size on KismetSystemLibrary_GetCommandLine"); \ +static_assert(offsetof(KismetSystemLibrary_GetCommandLine, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetCommandLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetComponentBounds \ +static_assert(alignof(KismetSystemLibrary_GetComponentBounds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetComponentBounds"); \ +static_assert(sizeof(KismetSystemLibrary_GetComponentBounds) == 0x000040, "Wrong size on KismetSystemLibrary_GetComponentBounds"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, Component) == 0x000000, "Member 'KismetSystemLibrary_GetComponentBounds::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, Origin) == 0x000008, "Member 'KismetSystemLibrary_GetComponentBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, BoxExtent) == 0x000020, "Member 'KismetSystemLibrary_GetComponentBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, SphereRadius) == 0x000038, "Member 'KismetSystemLibrary_GetComponentBounds::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableBoolValue \ +static_assert(alignof(KismetSystemLibrary_GetConsoleVariableBoolValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableBoolValue"); \ +static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableBoolValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableBoolValue"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableBoolValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableBoolValue::VariableName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableBoolValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableBoolValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableFloatValue \ +static_assert(alignof(KismetSystemLibrary_GetConsoleVariableFloatValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableFloatValue"); \ +static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableFloatValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableFloatValue"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableFloatValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableFloatValue::VariableName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableFloatValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableFloatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableIntValue \ +static_assert(alignof(KismetSystemLibrary_GetConsoleVariableIntValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableIntValue"); \ +static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableIntValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableIntValue"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableIntValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableIntValue::VariableName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableIntValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableStringValue \ +static_assert(alignof(KismetSystemLibrary_GetConsoleVariableStringValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableStringValue"); \ +static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableStringValue) == 0x000020, "Wrong size on KismetSystemLibrary_GetConsoleVariableStringValue"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableStringValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableStringValue::VariableName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableStringValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableStringValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetConvenientWindowedResolutions \ +static_assert(alignof(KismetSystemLibrary_GetConvenientWindowedResolutions) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConvenientWindowedResolutions"); \ +static_assert(sizeof(KismetSystemLibrary_GetConvenientWindowedResolutions) == 0x000018, "Wrong size on KismetSystemLibrary_GetConvenientWindowedResolutions"); \ +static_assert(offsetof(KismetSystemLibrary_GetConvenientWindowedResolutions, Resolutions) == 0x000000, "Member 'KismetSystemLibrary_GetConvenientWindowedResolutions::Resolutions' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetConvenientWindowedResolutions, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConvenientWindowedResolutions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetCurrentBundleState \ +static_assert(alignof(KismetSystemLibrary_GetCurrentBundleState) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetCurrentBundleState"); \ +static_assert(sizeof(KismetSystemLibrary_GetCurrentBundleState) == 0x000030, "Wrong size on KismetSystemLibrary_GetCurrentBundleState"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetCurrentBundleState::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, bForceCurrentState) == 0x000010, "Member 'KismetSystemLibrary_GetCurrentBundleState::bForceCurrentState' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, OutBundles) == 0x000018, "Member 'KismetSystemLibrary_GetCurrentBundleState::OutBundles' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetCurrentBundleState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetDefaultLanguage \ +static_assert(alignof(KismetSystemLibrary_GetDefaultLanguage) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDefaultLanguage"); \ +static_assert(sizeof(KismetSystemLibrary_GetDefaultLanguage) == 0x000010, "Wrong size on KismetSystemLibrary_GetDefaultLanguage"); \ +static_assert(offsetof(KismetSystemLibrary_GetDefaultLanguage, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDefaultLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetDefaultLocale \ +static_assert(alignof(KismetSystemLibrary_GetDefaultLocale) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDefaultLocale"); \ +static_assert(sizeof(KismetSystemLibrary_GetDefaultLocale) == 0x000010, "Wrong size on KismetSystemLibrary_GetDefaultLocale"); \ +static_assert(offsetof(KismetSystemLibrary_GetDefaultLocale, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDefaultLocale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetDeviceId \ +static_assert(alignof(KismetSystemLibrary_GetDeviceId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDeviceId"); \ +static_assert(sizeof(KismetSystemLibrary_GetDeviceId) == 0x000010, "Wrong size on KismetSystemLibrary_GetDeviceId"); \ +static_assert(offsetof(KismetSystemLibrary_GetDeviceId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetDisplayName \ +static_assert(alignof(KismetSystemLibrary_GetDisplayName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDisplayName"); \ +static_assert(sizeof(KismetSystemLibrary_GetDisplayName) == 0x000018, "Wrong size on KismetSystemLibrary_GetDisplayName"); \ +static_assert(offsetof(KismetSystemLibrary_GetDisplayName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetDisplayName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetDisplayName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetEngineVersion \ +static_assert(alignof(KismetSystemLibrary_GetEngineVersion) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetEngineVersion"); \ +static_assert(sizeof(KismetSystemLibrary_GetEngineVersion) == 0x000010, "Wrong size on KismetSystemLibrary_GetEngineVersion"); \ +static_assert(offsetof(KismetSystemLibrary_GetEngineVersion, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetEngineVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetEnumTopLevelAssetPath \ +static_assert(alignof(KismetSystemLibrary_GetEnumTopLevelAssetPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetEnumTopLevelAssetPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetEnumTopLevelAssetPath) == 0x000018, "Wrong size on KismetSystemLibrary_GetEnumTopLevelAssetPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetEnumTopLevelAssetPath, Enum) == 0x000000, "Member 'KismetSystemLibrary_GetEnumTopLevelAssetPath::Enum' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetEnumTopLevelAssetPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetEnumTopLevelAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetFrameCount \ +static_assert(alignof(KismetSystemLibrary_GetFrameCount) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetFrameCount"); \ +static_assert(sizeof(KismetSystemLibrary_GetFrameCount) == 0x000008, "Wrong size on KismetSystemLibrary_GetFrameCount"); \ +static_assert(offsetof(KismetSystemLibrary_GetFrameCount, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetFrameCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameBundleId \ +static_assert(alignof(KismetSystemLibrary_GetGameBundleId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameBundleId"); \ +static_assert(sizeof(KismetSystemLibrary_GetGameBundleId) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameBundleId"); \ +static_assert(offsetof(KismetSystemLibrary_GetGameBundleId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetGameBundleId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameName \ +static_assert(alignof(KismetSystemLibrary_GetGameName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameName"); \ +static_assert(sizeof(KismetSystemLibrary_GetGameName) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameName"); \ +static_assert(offsetof(KismetSystemLibrary_GetGameName, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetGameName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGamepadButtonGlyph \ +static_assert(alignof(KismetSystemLibrary_GetGamepadButtonGlyph) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGamepadButtonGlyph"); \ +static_assert(sizeof(KismetSystemLibrary_GetGamepadButtonGlyph) == 0x000020, "Wrong size on KismetSystemLibrary_GetGamepadButtonGlyph"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ButtonKey) == 0x000000, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ButtonKey' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ControllerIndex) == 0x000010, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ControllerIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGamepadControllerName \ +static_assert(alignof(KismetSystemLibrary_GetGamepadControllerName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGamepadControllerName"); \ +static_assert(sizeof(KismetSystemLibrary_GetGamepadControllerName) == 0x000018, "Wrong size on KismetSystemLibrary_GetGamepadControllerName"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadControllerName, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_GetGamepadControllerName::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetGamepadControllerName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetGamepadControllerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameTimeInSeconds \ +static_assert(alignof(KismetSystemLibrary_GetGameTimeInSeconds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameTimeInSeconds"); \ +static_assert(sizeof(KismetSystemLibrary_GetGameTimeInSeconds) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameTimeInSeconds"); \ +static_assert(offsetof(KismetSystemLibrary_GetGameTimeInSeconds, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_GetGameTimeInSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetGameTimeInSeconds, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetGameTimeInSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetLocalCurrencyCode \ +static_assert(alignof(KismetSystemLibrary_GetLocalCurrencyCode) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetLocalCurrencyCode"); \ +static_assert(sizeof(KismetSystemLibrary_GetLocalCurrencyCode) == 0x000010, "Wrong size on KismetSystemLibrary_GetLocalCurrencyCode"); \ +static_assert(offsetof(KismetSystemLibrary_GetLocalCurrencyCode, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetLocalCurrencyCode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetLocalCurrencySymbol \ +static_assert(alignof(KismetSystemLibrary_GetLocalCurrencySymbol) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetLocalCurrencySymbol"); \ +static_assert(sizeof(KismetSystemLibrary_GetLocalCurrencySymbol) == 0x000010, "Wrong size on KismetSystemLibrary_GetLocalCurrencySymbol"); \ +static_assert(offsetof(KismetSystemLibrary_GetLocalCurrencySymbol, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetLocalCurrencySymbol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetMinYResolutionFor3DView \ +static_assert(alignof(KismetSystemLibrary_GetMinYResolutionFor3DView) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetMinYResolutionFor3DView"); \ +static_assert(sizeof(KismetSystemLibrary_GetMinYResolutionFor3DView) == 0x000004, "Wrong size on KismetSystemLibrary_GetMinYResolutionFor3DView"); \ +static_assert(offsetof(KismetSystemLibrary_GetMinYResolutionFor3DView, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetMinYResolutionFor3DView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetMinYResolutionForUI \ +static_assert(alignof(KismetSystemLibrary_GetMinYResolutionForUI) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetMinYResolutionForUI"); \ +static_assert(sizeof(KismetSystemLibrary_GetMinYResolutionForUI) == 0x000004, "Wrong size on KismetSystemLibrary_GetMinYResolutionForUI"); \ +static_assert(offsetof(KismetSystemLibrary_GetMinYResolutionForUI, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetMinYResolutionForUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetObjectFromPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_GetObjectFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetObjectFromPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_GetObjectFromPrimaryAssetId) == 0x000018, "Wrong size on KismetSystemLibrary_GetObjectFromPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_GetObjectFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetObjectFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetObjectFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetObjectFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetObjectName \ +static_assert(alignof(KismetSystemLibrary_GetObjectName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetObjectName"); \ +static_assert(sizeof(KismetSystemLibrary_GetObjectName) == 0x000018, "Wrong size on KismetSystemLibrary_GetObjectName"); \ +static_assert(offsetof(KismetSystemLibrary_GetObjectName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetObjectName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetObjectName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetObjectName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetOuterObject \ +static_assert(alignof(KismetSystemLibrary_GetOuterObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetOuterObject"); \ +static_assert(sizeof(KismetSystemLibrary_GetOuterObject) == 0x000010, "Wrong size on KismetSystemLibrary_GetOuterObject"); \ +static_assert(offsetof(KismetSystemLibrary_GetOuterObject, Object) == 0x000000, "Member 'KismetSystemLibrary_GetOuterObject::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetOuterObject, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetOuterObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPathName \ +static_assert(alignof(KismetSystemLibrary_GetPathName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPathName"); \ +static_assert(sizeof(KismetSystemLibrary_GetPathName) == 0x000018, "Wrong size on KismetSystemLibrary_GetPathName"); \ +static_assert(offsetof(KismetSystemLibrary_GetPathName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetPathName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPathName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPlatformUserDir \ +static_assert(alignof(KismetSystemLibrary_GetPlatformUserDir) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPlatformUserDir"); \ +static_assert(sizeof(KismetSystemLibrary_GetPlatformUserDir) == 0x000010, "Wrong size on KismetSystemLibrary_GetPlatformUserDir"); \ +static_assert(offsetof(KismetSystemLibrary_GetPlatformUserDir, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPlatformUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPlatformUserName \ +static_assert(alignof(KismetSystemLibrary_GetPlatformUserName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPlatformUserName"); \ +static_assert(sizeof(KismetSystemLibrary_GetPlatformUserName) == 0x000010, "Wrong size on KismetSystemLibrary_GetPlatformUserName"); \ +static_assert(offsetof(KismetSystemLibrary_GetPlatformUserName, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPlatformUserName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPreferredLanguages \ +static_assert(alignof(KismetSystemLibrary_GetPreferredLanguages) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPreferredLanguages"); \ +static_assert(sizeof(KismetSystemLibrary_GetPreferredLanguages) == 0x000010, "Wrong size on KismetSystemLibrary_GetPreferredLanguages"); \ +static_assert(offsetof(KismetSystemLibrary_GetPreferredLanguages, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPreferredLanguages::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromClass \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromClass"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromClass) == 0x000018, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromClass"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromClass, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromClass, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromObject \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromObject"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromObject) == 0x000018, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromObject"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromObject, Object) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromObject::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromObject, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference) == 0x000038, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference) == 0x000038, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference::SoftObjectReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdList \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdList) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdList"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdList) == 0x000018, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdList"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdList, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdList::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdList, OutPrimaryAssetIdList) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdList::OutPrimaryAssetIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetsWithBundleState \ +static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetsWithBundleState"); \ +static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState) == 0x000048, "Wrong size on KismetSystemLibrary_GetPrimaryAssetsWithBundleState"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, RequiredBundles) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::RequiredBundles' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, ExcludedBundles) == 0x000010, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::ExcludedBundles' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, ValidTypes) == 0x000020, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::ValidTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, bForceCurrentState) == 0x000030, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::bForceCurrentState' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, OutPrimaryAssetIdList) == 0x000038, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::OutPrimaryAssetIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectContentDirectory \ +static_assert(alignof(KismetSystemLibrary_GetProjectContentDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectContentDirectory"); \ +static_assert(sizeof(KismetSystemLibrary_GetProjectContentDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectContentDirectory"); \ +static_assert(offsetof(KismetSystemLibrary_GetProjectContentDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectContentDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectDirectory \ +static_assert(alignof(KismetSystemLibrary_GetProjectDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectDirectory"); \ +static_assert(sizeof(KismetSystemLibrary_GetProjectDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectDirectory"); \ +static_assert(offsetof(KismetSystemLibrary_GetProjectDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectSavedDirectory \ +static_assert(alignof(KismetSystemLibrary_GetProjectSavedDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectSavedDirectory"); \ +static_assert(sizeof(KismetSystemLibrary_GetProjectSavedDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectSavedDirectory"); \ +static_assert(offsetof(KismetSystemLibrary_GetProjectSavedDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectSavedDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetRenderingDetailMode \ +static_assert(alignof(KismetSystemLibrary_GetRenderingDetailMode) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetRenderingDetailMode"); \ +static_assert(sizeof(KismetSystemLibrary_GetRenderingDetailMode) == 0x000004, "Wrong size on KismetSystemLibrary_GetRenderingDetailMode"); \ +static_assert(offsetof(KismetSystemLibrary_GetRenderingDetailMode, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetRenderingDetailMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetRenderingMaterialQualityLevel \ +static_assert(alignof(KismetSystemLibrary_GetRenderingMaterialQualityLevel) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetRenderingMaterialQualityLevel"); \ +static_assert(sizeof(KismetSystemLibrary_GetRenderingMaterialQualityLevel) == 0x000004, "Wrong size on KismetSystemLibrary_GetRenderingMaterialQualityLevel"); \ +static_assert(offsetof(KismetSystemLibrary_GetRenderingMaterialQualityLevel, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetRenderingMaterialQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftClassPath \ +static_assert(alignof(KismetSystemLibrary_GetSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftClassPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetSoftClassPath) == 0x000028, "Wrong size on KismetSystemLibrary_GetSoftClassPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassPath, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetSoftClassPath::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetSoftClassPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId) == 0x000038, "Wrong size on KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftClassTopLevelAssetPath \ +static_assert(alignof(KismetSystemLibrary_GetSoftClassTopLevelAssetPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftClassTopLevelAssetPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetSoftClassTopLevelAssetPath) == 0x000038, "Wrong size on KismetSystemLibrary_GetSoftClassTopLevelAssetPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassTopLevelAssetPath, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_GetSoftClassTopLevelAssetPath::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftClassTopLevelAssetPath, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetSoftClassTopLevelAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftObjectPath \ +static_assert(alignof(KismetSystemLibrary_GetSoftObjectPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftObjectPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetSoftObjectPath) == 0x000028, "Wrong size on KismetSystemLibrary_GetSoftObjectPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftObjectPath, Object) == 0x000000, "Member 'KismetSystemLibrary_GetSoftObjectPath::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftObjectPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId) == 0x000038, "Wrong size on KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetStructTopLevelAssetPath \ +static_assert(alignof(KismetSystemLibrary_GetStructTopLevelAssetPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetStructTopLevelAssetPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetStructTopLevelAssetPath) == 0x000018, "Wrong size on KismetSystemLibrary_GetStructTopLevelAssetPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetStructTopLevelAssetPath, Struct) == 0x000000, "Member 'KismetSystemLibrary_GetStructTopLevelAssetPath::Struct' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetStructTopLevelAssetPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetStructTopLevelAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSupportedFullscreenResolutions \ +static_assert(alignof(KismetSystemLibrary_GetSupportedFullscreenResolutions) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSupportedFullscreenResolutions"); \ +static_assert(sizeof(KismetSystemLibrary_GetSupportedFullscreenResolutions) == 0x000018, "Wrong size on KismetSystemLibrary_GetSupportedFullscreenResolutions"); \ +static_assert(offsetof(KismetSystemLibrary_GetSupportedFullscreenResolutions, Resolutions) == 0x000000, "Member 'KismetSystemLibrary_GetSupportedFullscreenResolutions::Resolutions' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSupportedFullscreenResolutions, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSupportedFullscreenResolutions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetSystemPath \ +static_assert(alignof(KismetSystemLibrary_GetSystemPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSystemPath"); \ +static_assert(sizeof(KismetSystemLibrary_GetSystemPath) == 0x000018, "Wrong size on KismetSystemLibrary_GetSystemPath"); \ +static_assert(offsetof(KismetSystemLibrary_GetSystemPath, Object) == 0x000000, "Member 'KismetSystemLibrary_GetSystemPath::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_GetSystemPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetSystemPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetUniqueDeviceId \ +static_assert(alignof(KismetSystemLibrary_GetUniqueDeviceId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetUniqueDeviceId"); \ +static_assert(sizeof(KismetSystemLibrary_GetUniqueDeviceId) == 0x000010, "Wrong size on KismetSystemLibrary_GetUniqueDeviceId"); \ +static_assert(offsetof(KismetSystemLibrary_GetUniqueDeviceId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetUniqueDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_GetVolumeButtonsHandledBySystem \ +static_assert(alignof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem) == 0x000001, "Wrong alignment on KismetSystemLibrary_GetVolumeButtonsHandledBySystem"); \ +static_assert(sizeof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem) == 0x000001, "Wrong size on KismetSystemLibrary_GetVolumeButtonsHandledBySystem"); \ +static_assert(offsetof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetVolumeButtonsHandledBySystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_HasMultipleLocalPlayers \ +static_assert(alignof(KismetSystemLibrary_HasMultipleLocalPlayers) == 0x000008, "Wrong alignment on KismetSystemLibrary_HasMultipleLocalPlayers"); \ +static_assert(sizeof(KismetSystemLibrary_HasMultipleLocalPlayers) == 0x000010, "Wrong size on KismetSystemLibrary_HasMultipleLocalPlayers"); \ +static_assert(offsetof(KismetSystemLibrary_HasMultipleLocalPlayers, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_HasMultipleLocalPlayers::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_HasMultipleLocalPlayers, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_HasMultipleLocalPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsControllerAssignedToGamepad \ +static_assert(alignof(KismetSystemLibrary_IsControllerAssignedToGamepad) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsControllerAssignedToGamepad"); \ +static_assert(sizeof(KismetSystemLibrary_IsControllerAssignedToGamepad) == 0x000008, "Wrong size on KismetSystemLibrary_IsControllerAssignedToGamepad"); \ +static_assert(offsetof(KismetSystemLibrary_IsControllerAssignedToGamepad, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_IsControllerAssignedToGamepad::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsControllerAssignedToGamepad, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_IsControllerAssignedToGamepad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsDedicatedServer \ +static_assert(alignof(KismetSystemLibrary_IsDedicatedServer) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsDedicatedServer"); \ +static_assert(sizeof(KismetSystemLibrary_IsDedicatedServer) == 0x000010, "Wrong size on KismetSystemLibrary_IsDedicatedServer"); \ +static_assert(offsetof(KismetSystemLibrary_IsDedicatedServer, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsDedicatedServer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsDedicatedServer, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsDedicatedServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsInterstitialAdAvailable \ +static_assert(alignof(KismetSystemLibrary_IsInterstitialAdAvailable) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsInterstitialAdAvailable"); \ +static_assert(sizeof(KismetSystemLibrary_IsInterstitialAdAvailable) == 0x000001, "Wrong size on KismetSystemLibrary_IsInterstitialAdAvailable"); \ +static_assert(offsetof(KismetSystemLibrary_IsInterstitialAdAvailable, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsInterstitialAdAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsInterstitialAdRequested \ +static_assert(alignof(KismetSystemLibrary_IsInterstitialAdRequested) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsInterstitialAdRequested"); \ +static_assert(sizeof(KismetSystemLibrary_IsInterstitialAdRequested) == 0x000001, "Wrong size on KismetSystemLibrary_IsInterstitialAdRequested"); \ +static_assert(offsetof(KismetSystemLibrary_IsInterstitialAdRequested, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsInterstitialAdRequested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsLoggedIn \ +static_assert(alignof(KismetSystemLibrary_IsLoggedIn) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsLoggedIn"); \ +static_assert(sizeof(KismetSystemLibrary_IsLoggedIn) == 0x000010, "Wrong size on KismetSystemLibrary_IsLoggedIn"); \ +static_assert(offsetof(KismetSystemLibrary_IsLoggedIn, SpecificPlayer) == 0x000000, "Member 'KismetSystemLibrary_IsLoggedIn::SpecificPlayer' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsLoggedIn, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsLoggedIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsObjectOfSoftClass \ +static_assert(alignof(KismetSystemLibrary_IsObjectOfSoftClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsObjectOfSoftClass"); \ +static_assert(sizeof(KismetSystemLibrary_IsObjectOfSoftClass) == 0x000038, "Wrong size on KismetSystemLibrary_IsObjectOfSoftClass"); \ +static_assert(offsetof(KismetSystemLibrary_IsObjectOfSoftClass, Object) == 0x000000, "Member 'KismetSystemLibrary_IsObjectOfSoftClass::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsObjectOfSoftClass, SoftClass) == 0x000008, "Member 'KismetSystemLibrary_IsObjectOfSoftClass::SoftClass' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsObjectOfSoftClass, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_IsObjectOfSoftClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsPackagedForDistribution \ +static_assert(alignof(KismetSystemLibrary_IsPackagedForDistribution) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsPackagedForDistribution"); \ +static_assert(sizeof(KismetSystemLibrary_IsPackagedForDistribution) == 0x000001, "Wrong size on KismetSystemLibrary_IsPackagedForDistribution"); \ +static_assert(offsetof(KismetSystemLibrary_IsPackagedForDistribution, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsPackagedForDistribution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsScreensaverEnabled \ +static_assert(alignof(KismetSystemLibrary_IsScreensaverEnabled) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsScreensaverEnabled"); \ +static_assert(sizeof(KismetSystemLibrary_IsScreensaverEnabled) == 0x000001, "Wrong size on KismetSystemLibrary_IsScreensaverEnabled"); \ +static_assert(offsetof(KismetSystemLibrary_IsScreensaverEnabled, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsScreensaverEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsServer \ +static_assert(alignof(KismetSystemLibrary_IsServer) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsServer"); \ +static_assert(sizeof(KismetSystemLibrary_IsServer) == 0x000010, "Wrong size on KismetSystemLibrary_IsServer"); \ +static_assert(offsetof(KismetSystemLibrary_IsServer, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsServer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsServer, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsSplitScreen \ +static_assert(alignof(KismetSystemLibrary_IsSplitScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsSplitScreen"); \ +static_assert(sizeof(KismetSystemLibrary_IsSplitScreen) == 0x000010, "Wrong size on KismetSystemLibrary_IsSplitScreen"); \ +static_assert(offsetof(KismetSystemLibrary_IsSplitScreen, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsSplitScreen::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsSplitScreen, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsSplitScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsStandalone \ +static_assert(alignof(KismetSystemLibrary_IsStandalone) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsStandalone"); \ +static_assert(sizeof(KismetSystemLibrary_IsStandalone) == 0x000010, "Wrong size on KismetSystemLibrary_IsStandalone"); \ +static_assert(offsetof(KismetSystemLibrary_IsStandalone, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsStandalone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsStandalone, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsStandalone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsUnattended \ +static_assert(alignof(KismetSystemLibrary_IsUnattended) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsUnattended"); \ +static_assert(sizeof(KismetSystemLibrary_IsUnattended) == 0x000001, "Wrong size on KismetSystemLibrary_IsUnattended"); \ +static_assert(offsetof(KismetSystemLibrary_IsUnattended, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsUnattended::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValid \ +static_assert(alignof(KismetSystemLibrary_IsValid) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValid"); \ +static_assert(sizeof(KismetSystemLibrary_IsValid) == 0x000010, "Wrong size on KismetSystemLibrary_IsValid"); \ +static_assert(offsetof(KismetSystemLibrary_IsValid, Object) == 0x000000, "Member 'KismetSystemLibrary_IsValid::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValid, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidClass \ +static_assert(alignof(KismetSystemLibrary_IsValidClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidClass"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidClass) == 0x000010, "Wrong size on KismetSystemLibrary_IsValidClass"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidClass, Class_0) == 0x000000, "Member 'KismetSystemLibrary_IsValidClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidClass, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValidClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidInterface \ +static_assert(alignof(KismetSystemLibrary_IsValidInterface) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidInterface"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidInterface) == 0x000018, "Wrong size on KismetSystemLibrary_IsValidInterface"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidInterface, Interface) == 0x000000, "Member 'KismetSystemLibrary_IsValidInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidInterface, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_IsValidInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidPrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_IsValidPrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsValidPrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidPrimaryAssetId) == 0x000014, "Wrong size on KismetSystemLibrary_IsValidPrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_IsValidPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_IsValidPrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidPrimaryAssetType \ +static_assert(alignof(KismetSystemLibrary_IsValidPrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsValidPrimaryAssetType"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidPrimaryAssetType) == 0x00000C, "Wrong size on KismetSystemLibrary_IsValidPrimaryAssetType"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetType, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_IsValidPrimaryAssetType::PrimaryAssetType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetType, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValidPrimaryAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidSoftClassReference \ +static_assert(alignof(KismetSystemLibrary_IsValidSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidSoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidSoftClassReference) == 0x000030, "Wrong size on KismetSystemLibrary_IsValidSoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidSoftClassReference, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_IsValidSoftClassReference::SoftClassReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidSoftClassReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_IsValidSoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidSoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_IsValidSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidSoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_IsValidSoftObjectReference) == 0x000030, "Wrong size on KismetSystemLibrary_IsValidSoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidSoftObjectReference, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_IsValidSoftObjectReference::SoftObjectReference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_IsValidSoftObjectReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_IsValidSoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimer \ +static_assert(alignof(KismetSystemLibrary_K2_ClearTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearTimer"); \ +static_assert(sizeof(KismetSystemLibrary_K2_ClearTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_ClearTimer"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimer::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearTimer::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimerDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_ClearTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_ClearTimerDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_ClearTimerDelegate) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearTimerDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimerDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_ClearTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_ClearTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimerHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTime \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTime) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTime"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTime) == 0x000020, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTime"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTimeHandle \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTimeHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTimeHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTime \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTime) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTime"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTime) == 0x000020, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTime"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTimeHandle \ +static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTimeHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTimeHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_InvalidateTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_InvalidateTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_InvalidateTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_InvalidateTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_InvalidateTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_InvalidateTimerHandle, Handle) == 0x000000, "Member 'KismetSystemLibrary_K2_InvalidateTimerHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_InvalidateTimerHandle, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_K2_InvalidateTimerHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActive \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerActive) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActive"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActive) == 0x000020, "Wrong size on KismetSystemLibrary_K2_IsTimerActive"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActive::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerActive::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_IsTimerActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActiveDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerActiveDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActiveDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActiveDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_IsTimerActiveDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActiveDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerActiveDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActiveHandle \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerActiveHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActiveHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActiveHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_IsTimerActiveHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPaused \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerPaused) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPaused"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPaused) == 0x000020, "Wrong size on KismetSystemLibrary_K2_IsTimerPaused"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPaused::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerPaused::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_IsTimerPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPausedDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerPausedDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPausedDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPausedDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_IsTimerPausedDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPausedDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerPausedDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPausedHandle \ +static_assert(alignof(KismetSystemLibrary_K2_IsTimerPausedHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPausedHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPausedHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_IsTimerPausedHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsValidTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_IsValidTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsValidTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_IsValidTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_IsValidTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsValidTimerHandle, Handle) == 0x000000, "Member 'KismetSystemLibrary_K2_IsValidTimerHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_IsValidTimerHandle, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_K2_IsValidTimerHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimer \ +static_assert(alignof(KismetSystemLibrary_K2_PauseTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_PauseTimer"); \ +static_assert(sizeof(KismetSystemLibrary_K2_PauseTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_PauseTimer"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimer::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_PauseTimer::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimerDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_PauseTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_PauseTimerDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_PauseTimerDelegate) == 0x000010, "Wrong size on KismetSystemLibrary_K2_PauseTimerDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimerDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_PauseTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_PauseTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_PauseTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_PauseTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimerHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_PauseTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimer \ +static_assert(alignof(KismetSystemLibrary_K2_SetTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimer"); \ +static_assert(sizeof(KismetSystemLibrary_K2_SetTimer) == 0x000030, "Wrong size on KismetSystemLibrary_K2_SetTimer"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimer::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_SetTimer::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, Time) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimer::Time' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, bLooping) == 0x00001C, "Member 'KismetSystemLibrary_K2_SetTimer::bLooping' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, bMaxOncePerFrame) == 0x00001D, "Member 'KismetSystemLibrary_K2_SetTimer::bMaxOncePerFrame' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, InitialStartDelay) == 0x000020, "Member 'KismetSystemLibrary_K2_SetTimer::InitialStartDelay' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, InitialStartDelayVariance) == 0x000024, "Member 'KismetSystemLibrary_K2_SetTimer::InitialStartDelayVariance' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_K2_SetTimer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimerDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_SetTimerDelegate) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimerDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_SetTimerDelegate) == 0x000028, "Wrong size on KismetSystemLibrary_K2_SetTimerDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, Time) == 0x000010, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::Time' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, bLooping) == 0x000014, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::bLooping' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, bMaxOncePerFrame) == 0x000015, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::bMaxOncePerFrame' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, InitialStartDelay) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::InitialStartDelay' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, InitialStartDelayVariance) == 0x00001C, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::InitialStartDelayVariance' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimerForNextTick \ +static_assert(alignof(KismetSystemLibrary_K2_SetTimerForNextTick) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimerForNextTick"); \ +static_assert(sizeof(KismetSystemLibrary_K2_SetTimerForNextTick) == 0x000020, "Wrong size on KismetSystemLibrary_K2_SetTimerForNextTick"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerForNextTick, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimerForNextTick::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerForNextTick, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_SetTimerForNextTick::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerForNextTick, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimerForNextTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimerForNextTickDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_SetTimerForNextTickDelegate) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimerForNextTickDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_SetTimerForNextTickDelegate) == 0x000018, "Wrong size on KismetSystemLibrary_K2_SetTimerForNextTickDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerForNextTickDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimerForNextTickDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_SetTimerForNextTickDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_SetTimerForNextTickDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExists \ +static_assert(alignof(KismetSystemLibrary_K2_TimerExists) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_TimerExists"); \ +static_assert(sizeof(KismetSystemLibrary_K2_TimerExists) == 0x000020, "Wrong size on KismetSystemLibrary_K2_TimerExists"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExists::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_TimerExists::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_TimerExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExistsDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_TimerExistsDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_TimerExistsDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_TimerExistsDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_TimerExistsDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExistsDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_TimerExistsDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExistsHandle \ +static_assert(alignof(KismetSystemLibrary_K2_TimerExistsHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_TimerExistsHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_TimerExistsHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_TimerExistsHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimer \ +static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimer"); \ +static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_UnPauseTimer"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimer::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_UnPauseTimer::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimerDelegate \ +static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimerDelegate"); \ +static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimerDelegate) == 0x000010, "Wrong size on KismetSystemLibrary_K2_UnPauseTimerDelegate"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimerDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimerHandle \ +static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimerHandle"); \ +static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_UnPauseTimerHandle"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimerHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_UnPauseTimerHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LaunchExternalUrl \ +static_assert(alignof(KismetSystemLibrary_LaunchExternalUrl) == 0x000008, "Wrong alignment on KismetSystemLibrary_LaunchExternalUrl"); \ +static_assert(sizeof(KismetSystemLibrary_LaunchExternalUrl) == 0x000020, "Wrong size on KismetSystemLibrary_LaunchExternalUrl"); \ +static_assert(offsetof(KismetSystemLibrary_LaunchExternalUrl, InDomainStrings) == 0x000000, "Member 'KismetSystemLibrary_LaunchExternalUrl::InDomainStrings' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LaunchExternalUrl, URL) == 0x000010, "Member 'KismetSystemLibrary_LaunchExternalUrl::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LaunchURL \ +static_assert(alignof(KismetSystemLibrary_LaunchURL) == 0x000008, "Wrong alignment on KismetSystemLibrary_LaunchURL"); \ +static_assert(sizeof(KismetSystemLibrary_LaunchURL) == 0x000010, "Wrong size on KismetSystemLibrary_LaunchURL"); \ +static_assert(offsetof(KismetSystemLibrary_LaunchURL, URL) == 0x000000, "Member 'KismetSystemLibrary_LaunchURL::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMulti \ +static_assert(alignof(KismetSystemLibrary_LineTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMulti"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceMulti) == 0x000098, "Wrong size on KismetSystemLibrary_LineTraceMulti"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMulti::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMulti::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, End) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceChannel) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, bTraceComplex) == 0x000039, "Member 'KismetSystemLibrary_LineTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_LineTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_LineTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, OutHits) == 0x000058, "Member 'KismetSystemLibrary_LineTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_LineTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_LineTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_LineTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_LineTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_LineTraceMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMultiByProfile \ +static_assert(alignof(KismetSystemLibrary_LineTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMultiByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceMultiByProfile) == 0x0000A0, "Wrong size on KismetSystemLibrary_LineTraceMultiByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, End) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ProfileName) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, bTraceComplex) == 0x000040, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, OutHits) == 0x000060, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, bIgnoreSelf) == 0x000070, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, TraceColor) == 0x000074, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, TraceHitColor) == 0x000084, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, DrawTime) == 0x000094, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ReturnValue) == 0x000098, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMultiForObjects \ +static_assert(alignof(KismetSystemLibrary_LineTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMultiForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceMultiForObjects) == 0x0000A8, "Wrong size on KismetSystemLibrary_LineTraceMultiForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, End) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, OutHits) == 0x000068, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, bIgnoreSelf) == 0x000078, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, TraceColor) == 0x00007C, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, TraceHitColor) == 0x00008C, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, DrawTime) == 0x00009C, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ReturnValue) == 0x0000A0, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingle \ +static_assert(alignof(KismetSystemLibrary_LineTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceSingle"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceSingle) == 0x000188, "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) == 0x000158, "Member 'KismetSystemLibrary_LineTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceColor) == 0x00015C, "Member 'KismetSystemLibrary_LineTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceHitColor) == 0x00016C, "Member 'KismetSystemLibrary_LineTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, DrawTime) == 0x00017C, "Member 'KismetSystemLibrary_LineTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, ReturnValue) == 0x000180, "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) == 0x000190, "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) == 0x000160, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceColor) == 0x000164, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceHitColor) == 0x000174, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, DrawTime) == 0x000184, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ReturnValue) == 0x000188, "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) == 0x000198, "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) == 0x000168, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceColor) == 0x00016C, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceHitColor) == 0x00017C, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, DrawTime) == 0x00018C, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ReturnValue) == 0x000190, "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_LoadAssets \ +static_assert(alignof(KismetSystemLibrary_LoadAssets) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAssets"); \ +static_assert(sizeof(KismetSystemLibrary_LoadAssets) == 0x000040, "Wrong size on KismetSystemLibrary_LoadAssets"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssets, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LoadAssets::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssets, Assets) == 0x000008, "Member 'KismetSystemLibrary_LoadAssets::Assets' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssets, OnLoaded) == 0x000018, "Member 'KismetSystemLibrary_LoadAssets::OnLoaded' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadAssets, LatentInfo) == 0x000028, "Member 'KismetSystemLibrary_LoadAssets::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LoadClassAsset_Blocking \ +static_assert(alignof(KismetSystemLibrary_LoadClassAsset_Blocking) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadClassAsset_Blocking"); \ +static_assert(sizeof(KismetSystemLibrary_LoadClassAsset_Blocking) == 0x000030, "Wrong size on KismetSystemLibrary_LoadClassAsset_Blocking"); \ +static_assert(offsetof(KismetSystemLibrary_LoadClassAsset_Blocking, AssetClass) == 0x000000, "Member 'KismetSystemLibrary_LoadClassAsset_Blocking::AssetClass' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LoadClassAsset_Blocking, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_LoadClassAsset_Blocking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LoadInterstitialAd \ +static_assert(alignof(KismetSystemLibrary_LoadInterstitialAd) == 0x000004, "Wrong alignment on KismetSystemLibrary_LoadInterstitialAd"); \ +static_assert(sizeof(KismetSystemLibrary_LoadInterstitialAd) == 0x000004, "Wrong size on KismetSystemLibrary_LoadInterstitialAd"); \ +static_assert(offsetof(KismetSystemLibrary_LoadInterstitialAd, AdIdIndex) == 0x000000, "Member 'KismetSystemLibrary_LoadInterstitialAd::AdIdIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_LogString \ +static_assert(alignof(KismetSystemLibrary_LogString) == 0x000008, "Wrong alignment on KismetSystemLibrary_LogString"); \ +static_assert(sizeof(KismetSystemLibrary_LogString) == 0x000018, "Wrong size on KismetSystemLibrary_LogString"); \ +static_assert(offsetof(KismetSystemLibrary_LogString, InString) == 0x000000, "Member 'KismetSystemLibrary_LogString::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LogString, bPrintToLog) == 0x000010, "Member 'KismetSystemLibrary_LogString::bPrintToLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeARFilter \ +static_assert(alignof(KismetSystemLibrary_MakeARFilter) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeARFilter"); \ +static_assert(sizeof(KismetSystemLibrary_MakeARFilter) == 0x000248, "Wrong size on KismetSystemLibrary_MakeARFilter"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, PackageNames) == 0x000000, "Member 'KismetSystemLibrary_MakeARFilter::PackageNames' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, PackagePaths) == 0x000010, "Member 'KismetSystemLibrary_MakeARFilter::PackagePaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, SoftObjectPaths) == 0x000020, "Member 'KismetSystemLibrary_MakeARFilter::SoftObjectPaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, ClassPaths) == 0x000030, "Member 'KismetSystemLibrary_MakeARFilter::ClassPaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, RecursiveClassPathsExclusionSet) == 0x000040, "Member 'KismetSystemLibrary_MakeARFilter::RecursiveClassPathsExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, ClassNames) == 0x000090, "Member 'KismetSystemLibrary_MakeARFilter::ClassNames' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, RecursiveClassesExclusionSet) == 0x0000A0, "Member 'KismetSystemLibrary_MakeARFilter::RecursiveClassesExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, bRecursivePaths) == 0x0000F0, "Member 'KismetSystemLibrary_MakeARFilter::bRecursivePaths' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, bRecursiveClasses) == 0x0000F1, "Member 'KismetSystemLibrary_MakeARFilter::bRecursiveClasses' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, bIncludeOnlyOnDiskAssets) == 0x0000F2, "Member 'KismetSystemLibrary_MakeARFilter::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeARFilter, ReturnValue) == 0x0000F8, "Member 'KismetSystemLibrary_MakeARFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralBool \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralBool) == 0x000001, "Wrong alignment on KismetSystemLibrary_MakeLiteralBool"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralBool) == 0x000002, "Wrong size on KismetSystemLibrary_MakeLiteralBool"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralBool, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralBool::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralBool, ReturnValue) == 0x000001, "Member 'KismetSystemLibrary_MakeLiteralBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralByte \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralByte) == 0x000001, "Wrong alignment on KismetSystemLibrary_MakeLiteralByte"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralByte) == 0x000002, "Wrong size on KismetSystemLibrary_MakeLiteralByte"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralByte, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralByte::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralByte, ReturnValue) == 0x000001, "Member 'KismetSystemLibrary_MakeLiteralByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralDouble \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralDouble) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralDouble"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralDouble) == 0x000010, "Wrong size on KismetSystemLibrary_MakeLiteralDouble"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralDouble, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralDouble, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_MakeLiteralDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralInt \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralInt) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralInt"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralInt) == 0x000008, "Wrong size on KismetSystemLibrary_MakeLiteralInt"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralInt::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_MakeLiteralInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralInt64 \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralInt64) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralInt64"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralInt64) == 0x000010, "Wrong size on KismetSystemLibrary_MakeLiteralInt64"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt64, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralInt64::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt64, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_MakeLiteralInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralName \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralName) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralName"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralName) == 0x000010, "Wrong size on KismetSystemLibrary_MakeLiteralName"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralName, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralName::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_MakeLiteralName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralString \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralString) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralString"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralString) == 0x000020, "Wrong size on KismetSystemLibrary_MakeLiteralString"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralString, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralString::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralString, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeLiteralString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralText \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralText) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralText"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralText) == 0x000020, "Wrong size on KismetSystemLibrary_MakeLiteralText"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralText, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralText, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeLiteralText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftClassPath \ +static_assert(alignof(KismetSystemLibrary_MakeSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeSoftClassPath"); \ +static_assert(sizeof(KismetSystemLibrary_MakeSoftClassPath) == 0x000030, "Wrong size on KismetSystemLibrary_MakeSoftClassPath"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftClassPath, PathString) == 0x000000, "Member 'KismetSystemLibrary_MakeSoftClassPath::PathString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftClassPath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeSoftClassPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftObjectPath \ +static_assert(alignof(KismetSystemLibrary_MakeSoftObjectPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeSoftObjectPath"); \ +static_assert(sizeof(KismetSystemLibrary_MakeSoftObjectPath) == 0x000030, "Wrong size on KismetSystemLibrary_MakeSoftObjectPath"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftObjectPath, PathString) == 0x000000, "Member 'KismetSystemLibrary_MakeSoftObjectPath::PathString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftObjectPath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeTopLevelAssetPath \ +static_assert(alignof(KismetSystemLibrary_MakeTopLevelAssetPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeTopLevelAssetPath"); \ +static_assert(sizeof(KismetSystemLibrary_MakeTopLevelAssetPath) == 0x000030, "Wrong size on KismetSystemLibrary_MakeTopLevelAssetPath"); \ +static_assert(offsetof(KismetSystemLibrary_MakeTopLevelAssetPath, PackageName) == 0x000000, "Member 'KismetSystemLibrary_MakeTopLevelAssetPath::PackageName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeTopLevelAssetPath, AssetName) == 0x000010, "Member 'KismetSystemLibrary_MakeTopLevelAssetPath::AssetName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeTopLevelAssetPath, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_MakeTopLevelAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MoveComponentTo \ +static_assert(alignof(KismetSystemLibrary_MoveComponentTo) == 0x000008, "Wrong alignment on KismetSystemLibrary_MoveComponentTo"); \ +static_assert(sizeof(KismetSystemLibrary_MoveComponentTo) == 0x000060, "Wrong size on KismetSystemLibrary_MoveComponentTo"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, Component) == 0x000000, "Member 'KismetSystemLibrary_MoveComponentTo::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, TargetRelativeLocation) == 0x000008, "Member 'KismetSystemLibrary_MoveComponentTo::TargetRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, TargetRelativeRotation) == 0x000020, "Member 'KismetSystemLibrary_MoveComponentTo::TargetRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bEaseOut) == 0x000038, "Member 'KismetSystemLibrary_MoveComponentTo::bEaseOut' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bEaseIn) == 0x000039, "Member 'KismetSystemLibrary_MoveComponentTo::bEaseIn' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, OverTime) == 0x00003C, "Member 'KismetSystemLibrary_MoveComponentTo::OverTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bForceShortestRotationPath) == 0x000040, "Member 'KismetSystemLibrary_MoveComponentTo::bForceShortestRotationPath' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, MoveAction) == 0x000041, "Member 'KismetSystemLibrary_MoveComponentTo::MoveAction' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, LatentInfo) == 0x000048, "Member 'KismetSystemLibrary_MoveComponentTo::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NormalizeFilename \ +static_assert(alignof(KismetSystemLibrary_NormalizeFilename) == 0x000008, "Wrong alignment on KismetSystemLibrary_NormalizeFilename"); \ +static_assert(sizeof(KismetSystemLibrary_NormalizeFilename) == 0x000020, "Wrong size on KismetSystemLibrary_NormalizeFilename"); \ +static_assert(offsetof(KismetSystemLibrary_NormalizeFilename, InFilename) == 0x000000, "Member 'KismetSystemLibrary_NormalizeFilename::InFilename' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NormalizeFilename, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_NormalizeFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_PrimaryAssetId \ +static_assert(alignof(KismetSystemLibrary_NotEqual_PrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_NotEqual_PrimaryAssetId"); \ +static_assert(sizeof(KismetSystemLibrary_NotEqual_PrimaryAssetId) == 0x000024, "Wrong size on KismetSystemLibrary_NotEqual_PrimaryAssetId"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, B) == 0x000010, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_PrimaryAssetType \ +static_assert(alignof(KismetSystemLibrary_NotEqual_PrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_NotEqual_PrimaryAssetType"); \ +static_assert(sizeof(KismetSystemLibrary_NotEqual_PrimaryAssetType) == 0x000014, "Wrong size on KismetSystemLibrary_NotEqual_PrimaryAssetType"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, B) == 0x000008, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_SoftClassReference \ +static_assert(alignof(KismetSystemLibrary_NotEqual_SoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_NotEqual_SoftClassReference"); \ +static_assert(sizeof(KismetSystemLibrary_NotEqual_SoftClassReference) == 0x000058, "Wrong size on KismetSystemLibrary_NotEqual_SoftClassReference"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, B) == 0x000028, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_SoftObjectReference \ +static_assert(alignof(KismetSystemLibrary_NotEqual_SoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_NotEqual_SoftObjectReference"); \ +static_assert(sizeof(KismetSystemLibrary_NotEqual_SoftObjectReference) == 0x000058, "Wrong size on KismetSystemLibrary_NotEqual_SoftObjectReference"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::A' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, B) == 0x000028, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::B' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ParseCommandLine \ +static_assert(alignof(KismetSystemLibrary_ParseCommandLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_ParseCommandLine"); \ +static_assert(sizeof(KismetSystemLibrary_ParseCommandLine) == 0x000080, "Wrong size on KismetSystemLibrary_ParseCommandLine"); \ +static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, InCmdLine) == 0x000000, "Member 'KismetSystemLibrary_ParseCommandLine::InCmdLine' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, OutTokens) == 0x000010, "Member 'KismetSystemLibrary_ParseCommandLine::OutTokens' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, OutSwitches) == 0x000020, "Member 'KismetSystemLibrary_ParseCommandLine::OutSwitches' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, OutParams) == 0x000030, "Member 'KismetSystemLibrary_ParseCommandLine::OutParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ParseParam \ +static_assert(alignof(KismetSystemLibrary_ParseParam) == 0x000008, "Wrong alignment on KismetSystemLibrary_ParseParam"); \ +static_assert(sizeof(KismetSystemLibrary_ParseParam) == 0x000028, "Wrong size on KismetSystemLibrary_ParseParam"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParam, InString) == 0x000000, "Member 'KismetSystemLibrary_ParseParam::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParam, InParam) == 0x000010, "Member 'KismetSystemLibrary_ParseParam::InParam' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParam, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_ParseParam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ParseParamValue \ +static_assert(alignof(KismetSystemLibrary_ParseParamValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_ParseParamValue"); \ +static_assert(sizeof(KismetSystemLibrary_ParseParamValue) == 0x000038, "Wrong size on KismetSystemLibrary_ParseParamValue"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParamValue, InString) == 0x000000, "Member 'KismetSystemLibrary_ParseParamValue::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParamValue, InParam) == 0x000010, "Member 'KismetSystemLibrary_ParseParamValue::InParam' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParamValue, OutValue) == 0x000020, "Member 'KismetSystemLibrary_ParseParamValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ParseParamValue, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_ParseParamValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_PrintString \ +static_assert(alignof(KismetSystemLibrary_PrintString) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintString"); \ +static_assert(sizeof(KismetSystemLibrary_PrintString) == 0x000038, "Wrong size on KismetSystemLibrary_PrintString"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_PrintString::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, InString) == 0x000008, "Member 'KismetSystemLibrary_PrintString::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, bPrintToScreen) == 0x000018, "Member 'KismetSystemLibrary_PrintString::bPrintToScreen' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, bPrintToLog) == 0x000019, "Member 'KismetSystemLibrary_PrintString::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, TextColor) == 0x00001C, "Member 'KismetSystemLibrary_PrintString::TextColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, Duration) == 0x00002C, "Member 'KismetSystemLibrary_PrintString::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintString, Key) == 0x000030, "Member 'KismetSystemLibrary_PrintString::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_PrintText \ +static_assert(alignof(KismetSystemLibrary_PrintText) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintText"); \ +static_assert(sizeof(KismetSystemLibrary_PrintText) == 0x000038, "Wrong size on KismetSystemLibrary_PrintText"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_PrintText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, InText) == 0x000008, "Member 'KismetSystemLibrary_PrintText::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToScreen) == 0x000018, "Member 'KismetSystemLibrary_PrintText::bPrintToScreen' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToLog) == 0x000019, "Member 'KismetSystemLibrary_PrintText::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, TextColor) == 0x00001C, "Member 'KismetSystemLibrary_PrintText::TextColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, Duration) == 0x00002C, "Member 'KismetSystemLibrary_PrintText::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, Key) == 0x000030, "Member 'KismetSystemLibrary_PrintText::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_PrintWarning \ +static_assert(alignof(KismetSystemLibrary_PrintWarning) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintWarning"); \ +static_assert(sizeof(KismetSystemLibrary_PrintWarning) == 0x000010, "Wrong size on KismetSystemLibrary_PrintWarning"); \ +static_assert(offsetof(KismetSystemLibrary_PrintWarning, InString) == 0x000000, "Member 'KismetSystemLibrary_PrintWarning::InString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_QuitGame \ +static_assert(alignof(KismetSystemLibrary_QuitGame) == 0x000008, "Wrong alignment on KismetSystemLibrary_QuitGame"); \ +static_assert(sizeof(KismetSystemLibrary_QuitGame) == 0x000018, "Wrong size on KismetSystemLibrary_QuitGame"); \ +static_assert(offsetof(KismetSystemLibrary_QuitGame, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_QuitGame::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_QuitGame, SpecificPlayer) == 0x000008, "Member 'KismetSystemLibrary_QuitGame::SpecificPlayer' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_QuitGame, QuitPreference) == 0x000010, "Member 'KismetSystemLibrary_QuitGame::QuitPreference' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_QuitGame, bIgnorePlatformRestrictions) == 0x000011, "Member 'KismetSystemLibrary_QuitGame::bIgnorePlatformRestrictions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_RaiseScriptError \ +static_assert(alignof(KismetSystemLibrary_RaiseScriptError) == 0x000008, "Wrong alignment on KismetSystemLibrary_RaiseScriptError"); \ +static_assert(sizeof(KismetSystemLibrary_RaiseScriptError) == 0x000010, "Wrong size on KismetSystemLibrary_RaiseScriptError"); \ +static_assert(offsetof(KismetSystemLibrary_RaiseScriptError, ErrorMessage) == 0x000000, "Member 'KismetSystemLibrary_RaiseScriptError::ErrorMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ResetGamepadAssignmentToController \ +static_assert(alignof(KismetSystemLibrary_ResetGamepadAssignmentToController) == 0x000004, "Wrong alignment on KismetSystemLibrary_ResetGamepadAssignmentToController"); \ +static_assert(sizeof(KismetSystemLibrary_ResetGamepadAssignmentToController) == 0x000004, "Wrong size on KismetSystemLibrary_ResetGamepadAssignmentToController"); \ +static_assert(offsetof(KismetSystemLibrary_ResetGamepadAssignmentToController, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_ResetGamepadAssignmentToController::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_RetriggerableDelay \ +static_assert(alignof(KismetSystemLibrary_RetriggerableDelay) == 0x000008, "Wrong alignment on KismetSystemLibrary_RetriggerableDelay"); \ +static_assert(sizeof(KismetSystemLibrary_RetriggerableDelay) == 0x000028, "Wrong size on KismetSystemLibrary_RetriggerableDelay"); \ +static_assert(offsetof(KismetSystemLibrary_RetriggerableDelay, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_RetriggerableDelay::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_RetriggerableDelay, Duration) == 0x000008, "Member 'KismetSystemLibrary_RetriggerableDelay::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_RetriggerableDelay, LatentInfo) == 0x000010, "Member 'KismetSystemLibrary_RetriggerableDelay::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetBoolPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetBoolPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetBoolPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetBoolPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetBoolPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetBoolPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetBoolPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetBoolPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetBoolPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetBoolPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetBoolPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetBytePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetBytePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetBytePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetBytePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetBytePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetBytePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetBytePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetBytePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetBytePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetBytePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetBytePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetClassPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetClassPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetClassPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetClassPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetClassPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetClassPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetClassPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetClassPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetClassPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetClassPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetClassPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetCollisionProfileNameProperty \ +static_assert(alignof(KismetSystemLibrary_SetCollisionProfileNameProperty) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetCollisionProfileNameProperty"); \ +static_assert(sizeof(KismetSystemLibrary_SetCollisionProfileNameProperty) == 0x000018, "Wrong size on KismetSystemLibrary_SetCollisionProfileNameProperty"); \ +static_assert(offsetof(KismetSystemLibrary_SetCollisionProfileNameProperty, Object) == 0x000000, "Member 'KismetSystemLibrary_SetCollisionProfileNameProperty::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetCollisionProfileNameProperty, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetCollisionProfileNameProperty::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetCollisionProfileNameProperty, Value) == 0x000010, "Member 'KismetSystemLibrary_SetCollisionProfileNameProperty::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetColorPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetColorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetColorPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetColorPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetColorPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetColorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetColorPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetColorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetColorPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetColorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetColorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetDoublePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetDoublePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetDoublePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetDoublePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetDoublePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetDoublePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetDoublePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetDoublePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetDoublePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetDoublePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetDoublePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetFieldPathPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetFieldPathPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetFieldPathPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetFieldPathPropertyByName) == 0x000030, "Wrong size on KismetSystemLibrary_SetFieldPathPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetFieldPathPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetFieldPathPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetFieldPathPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetGamepadsBlockDeviceFeedback \ +static_assert(alignof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback) == 0x000001, "Wrong alignment on KismetSystemLibrary_SetGamepadsBlockDeviceFeedback"); \ +static_assert(sizeof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback) == 0x000001, "Wrong size on KismetSystemLibrary_SetGamepadsBlockDeviceFeedback"); \ +static_assert(offsetof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback, bBlock) == 0x000000, "Member 'KismetSystemLibrary_SetGamepadsBlockDeviceFeedback::bBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetInt64PropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetInt64PropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetInt64PropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetInt64PropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetInt64PropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetInt64PropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetInt64PropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetInt64PropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetInt64PropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetInt64PropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetInt64PropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetInterfacePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetInterfacePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetInterfacePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetInterfacePropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetInterfacePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetInterfacePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetInterfacePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetInterfacePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetInterfacePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetInterfacePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetInterfacePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetIntPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetIntPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetIntPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetIntPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetIntPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetIntPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetIntPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetIntPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetIntPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetIntPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetIntPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetLinearColorPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetLinearColorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetLinearColorPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetLinearColorPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetLinearColorPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetLinearColorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetLinearColorPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetLinearColorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetLinearColorPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetLinearColorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetLinearColorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetNamePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetNamePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetNamePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetNamePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetNamePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetNamePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetNamePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetNamePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetNamePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetNamePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetNamePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetObjectPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetObjectPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetObjectPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetObjectPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetObjectPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetObjectPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetObjectPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetObjectPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetObjectPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetObjectPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetObjectPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetRotatorPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetRotatorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetRotatorPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetRotatorPropertyByName) == 0x000028, "Wrong size on KismetSystemLibrary_SetRotatorPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetSoftClassPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetSoftClassPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSoftClassPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetSoftClassPropertyByName) == 0x000038, "Wrong size on KismetSystemLibrary_SetSoftClassPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetSoftObjectPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetSoftObjectPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSoftObjectPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetSoftObjectPropertyByName) == 0x000038, "Wrong size on KismetSystemLibrary_SetSoftObjectPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetStringPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetStringPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetStringPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetStringPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetStringPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetStringPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetStringPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetStringPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetStructurePropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetStructurePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetStructurePropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetStructurePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetStructurePropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetStructurePropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetStructurePropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetStructurePropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetSuppressViewportTransitionMessage \ +static_assert(alignof(KismetSystemLibrary_SetSuppressViewportTransitionMessage) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSuppressViewportTransitionMessage"); \ +static_assert(sizeof(KismetSystemLibrary_SetSuppressViewportTransitionMessage) == 0x000010, "Wrong size on KismetSystemLibrary_SetSuppressViewportTransitionMessage"); \ +static_assert(offsetof(KismetSystemLibrary_SetSuppressViewportTransitionMessage, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SetSuppressViewportTransitionMessage::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetSuppressViewportTransitionMessage, bState) == 0x000008, "Member 'KismetSystemLibrary_SetSuppressViewportTransitionMessage::bState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetTextPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetTextPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetTextPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetTextPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetTextPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetTextPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetTextPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetTextPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetTransformPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetTransformPropertyByName) == 0x000010, "Wrong alignment on KismetSystemLibrary_SetTransformPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetTransformPropertyByName) == 0x000070, "Wrong size on KismetSystemLibrary_SetTransformPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetTransformPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetTransformPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetTransformPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetTransformPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetTransformPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetTransformPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetUserActivity \ +static_assert(alignof(KismetSystemLibrary_SetUserActivity) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetUserActivity"); \ +static_assert(sizeof(KismetSystemLibrary_SetUserActivity) == 0x000018, "Wrong size on KismetSystemLibrary_SetUserActivity"); \ +static_assert(offsetof(KismetSystemLibrary_SetUserActivity, UserActivity) == 0x000000, "Member 'KismetSystemLibrary_SetUserActivity::UserActivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetVector3fPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetVector3fPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetVector3fPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetVector3fPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetVector3fPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetVector3fPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetVector3fPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetVector3fPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetVector3fPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetVector3fPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetVector3fPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetVectorPropertyByName \ +static_assert(alignof(KismetSystemLibrary_SetVectorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetVectorPropertyByName"); \ +static_assert(sizeof(KismetSystemLibrary_SetVectorPropertyByName) == 0x000028, "Wrong size on KismetSystemLibrary_SetVectorPropertyByName"); \ +static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetVectorPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetVectorPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetVectorPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetVolumeButtonsHandledBySystem \ +static_assert(alignof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem) == 0x000001, "Wrong alignment on KismetSystemLibrary_SetVolumeButtonsHandledBySystem"); \ +static_assert(sizeof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem) == 0x000001, "Wrong size on KismetSystemLibrary_SetVolumeButtonsHandledBySystem"); \ +static_assert(offsetof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem, bEnabled) == 0x000000, "Member 'KismetSystemLibrary_SetVolumeButtonsHandledBySystem::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SetWindowTitle \ +static_assert(alignof(KismetSystemLibrary_SetWindowTitle) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetWindowTitle"); \ +static_assert(sizeof(KismetSystemLibrary_SetWindowTitle) == 0x000010, "Wrong size on KismetSystemLibrary_SetWindowTitle"); \ +static_assert(offsetof(KismetSystemLibrary_SetWindowTitle, Title) == 0x000000, "Member 'KismetSystemLibrary_SetWindowTitle::Title' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ShowAdBanner \ +static_assert(alignof(KismetSystemLibrary_ShowAdBanner) == 0x000004, "Wrong alignment on KismetSystemLibrary_ShowAdBanner"); \ +static_assert(sizeof(KismetSystemLibrary_ShowAdBanner) == 0x000008, "Wrong size on KismetSystemLibrary_ShowAdBanner"); \ +static_assert(offsetof(KismetSystemLibrary_ShowAdBanner, AdIdIndex) == 0x000000, "Member 'KismetSystemLibrary_ShowAdBanner::AdIdIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ShowAdBanner, bShowOnBottomOfScreen) == 0x000004, "Member 'KismetSystemLibrary_ShowAdBanner::bShowOnBottomOfScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen \ +static_assert(alignof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen"); \ +static_assert(sizeof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen) == 0x000008, "Wrong size on KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen"); \ +static_assert(offsetof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen, SpecificPlayer) == 0x000000, "Member 'KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen::SpecificPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen \ +static_assert(alignof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen"); \ +static_assert(sizeof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen) == 0x000010, "Wrong size on KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen"); \ +static_assert(offsetof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen, CategoryName) == 0x000000, "Member 'KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen::CategoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SnapshotObject \ +static_assert(alignof(KismetSystemLibrary_SnapshotObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_SnapshotObject"); \ +static_assert(sizeof(KismetSystemLibrary_SnapshotObject) == 0x000008, "Wrong size on KismetSystemLibrary_SnapshotObject"); \ +static_assert(offsetof(KismetSystemLibrary_SnapshotObject, Object) == 0x000000, "Member 'KismetSystemLibrary_SnapshotObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapActors \ +static_assert(alignof(KismetSystemLibrary_SphereOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_SphereOverlapActors) == 0x000068, "Wrong size on KismetSystemLibrary_SphereOverlapActors"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereOverlapActors::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, SpherePos) == 0x000008, "Member 'KismetSystemLibrary_SphereOverlapActors::SpherePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, SphereRadius) == 0x000020, "Member 'KismetSystemLibrary_SphereOverlapActors::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_SphereOverlapActors::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ActorClassFilter) == 0x000038, "Member 'KismetSystemLibrary_SphereOverlapActors::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereOverlapActors::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, OutActors) == 0x000050, "Member 'KismetSystemLibrary_SphereOverlapActors::OutActors' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ReturnValue) == 0x000060, "Member 'KismetSystemLibrary_SphereOverlapActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapComponents \ +static_assert(alignof(KismetSystemLibrary_SphereOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereOverlapComponents"); \ +static_assert(sizeof(KismetSystemLibrary_SphereOverlapComponents) == 0x000068, "Wrong size on KismetSystemLibrary_SphereOverlapComponents"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereOverlapComponents::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, SpherePos) == 0x000008, "Member 'KismetSystemLibrary_SphereOverlapComponents::SpherePos' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, SphereRadius) == 0x000020, "Member 'KismetSystemLibrary_SphereOverlapComponents::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_SphereOverlapComponents::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ComponentClassFilter) == 0x000038, "Member 'KismetSystemLibrary_SphereOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, OutComponents) == 0x000050, "Member 'KismetSystemLibrary_SphereOverlapComponents::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ReturnValue) == 0x000060, "Member 'KismetSystemLibrary_SphereOverlapComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMulti \ +static_assert(alignof(KismetSystemLibrary_SphereTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMulti"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceMulti) == 0x000098, "Wrong size on KismetSystemLibrary_SphereTraceMulti"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMulti::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMulti::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, End) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMulti::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, Radius) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMulti::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceChannel) == 0x00003C, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, bTraceComplex) == 0x00003D, "Member 'KismetSystemLibrary_SphereTraceMulti::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMulti::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMulti::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, OutHits) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMulti::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_SphereTraceMulti::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_SphereTraceMulti::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_SphereTraceMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMultiByProfile \ +static_assert(alignof(KismetSystemLibrary_SphereTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMultiByProfile"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceMultiByProfile) == 0x0000A0, "Wrong size on KismetSystemLibrary_SphereTraceMultiByProfile"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, End) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, Radius) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ProfileName) == 0x00003C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, bTraceComplex) == 0x000044, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, OutHits) == 0x000060, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, bIgnoreSelf) == 0x000070, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, TraceColor) == 0x000074, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, TraceHitColor) == 0x000084, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, DrawTime) == 0x000094, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ReturnValue) == 0x000098, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMultiForObjects \ +static_assert(alignof(KismetSystemLibrary_SphereTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMultiForObjects"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceMultiForObjects) == 0x0000B0, "Wrong size on KismetSystemLibrary_SphereTraceMultiForObjects"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, End) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, Radius) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, bTraceComplex) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, DrawDebugType) == 0x000068, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, OutHits) == 0x000070, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::OutHits' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, bIgnoreSelf) == 0x000080, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, TraceColor) == 0x000084, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, TraceHitColor) == 0x000094, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, DrawTime) == 0x0000A4, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ReturnValue) == 0x0000A8, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingle \ +static_assert(alignof(KismetSystemLibrary_SphereTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceSingle"); \ +static_assert(sizeof(KismetSystemLibrary_SphereTraceSingle) == 0x000188, "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) == 0x000158, "Member 'KismetSystemLibrary_SphereTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceColor) == 0x00015C, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceHitColor) == 0x00016C, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, DrawTime) == 0x00017C, "Member 'KismetSystemLibrary_SphereTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, ReturnValue) == 0x000180, "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) == 0x000190, "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) == 0x000160, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceColor) == 0x000164, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceHitColor) == 0x000174, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, DrawTime) == 0x000184, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ReturnValue) == 0x000188, "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) == 0x0001A0, "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) == 0x000170, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceColor) == 0x000174, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceHitColor) == 0x000184, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, DrawTime) == 0x000194, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ReturnValue) == 0x000198, "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_UMaterialExpressionAdd \ +static_assert(alignof(UMaterialExpressionAdd) == 0x000008, "Wrong alignment on UMaterialExpressionAdd"); \ +static_assert(sizeof(UMaterialExpressionAdd) == 0x000108, "Wrong size on UMaterialExpressionAdd"); \ +static_assert(offsetof(UMaterialExpressionAdd, A) == 0x0000B0, "Member 'UMaterialExpressionAdd::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAdd, B) == 0x0000D8, "Member 'UMaterialExpressionAdd::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAdd, ConstA) == 0x000100, "Member 'UMaterialExpressionAdd::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAdd, ConstB) == 0x000104, "Member 'UMaterialExpressionAdd::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerVolume \ +static_assert(alignof(ATriggerVolume) == 0x000008, "Wrong alignment on ATriggerVolume"); \ +static_assert(sizeof(ATriggerVolume) == 0x0002E8, "Wrong size on ATriggerVolume"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMapARPassthroughCameraUV \ +static_assert(alignof(UMaterialExpressionMapARPassthroughCameraUV) == 0x000008, "Wrong alignment on UMaterialExpressionMapARPassthroughCameraUV"); \ +static_assert(sizeof(UMaterialExpressionMapARPassthroughCameraUV) == 0x0000D8, "Wrong size on UMaterialExpressionMapARPassthroughCameraUV"); \ +static_assert(offsetof(UMaterialExpressionMapARPassthroughCameraUV, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMapARPassthroughCameraUV::Coordinates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAggregate \ +static_assert(alignof(UMaterialExpressionAggregate) == 0x000008, "Wrong alignment on UMaterialExpressionAggregate"); \ +static_assert(sizeof(UMaterialExpressionAggregate) == 0x000108, "Wrong size on UMaterialExpressionAggregate"); \ +static_assert(offsetof(UMaterialExpressionAggregate, Kind) == 0x0000B0, "Member 'UMaterialExpressionAggregate::Kind' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAggregate, UserAggregate) == 0x0000B8, "Member 'UMaterialExpressionAggregate::UserAggregate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAggregate, AttributeNames) == 0x0000C0, "Member 'UMaterialExpressionAggregate::AttributeNames' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAggregate, PrototypeInput) == 0x0000D0, "Member 'UMaterialExpressionAggregate::PrototypeInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAggregate, Entries) == 0x0000F8, "Member 'UMaterialExpressionAggregate::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget \ +static_assert(alignof(UTextureRenderTarget) == 0x000008, "Wrong alignment on UTextureRenderTarget"); \ +static_assert(sizeof(UTextureRenderTarget) == 0x000158, "Wrong size on UTextureRenderTarget"); \ +static_assert(offsetof(UTextureRenderTarget, TargetGamma) == 0x000150, "Member 'UTextureRenderTarget::TargetGamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget2D \ +static_assert(alignof(UTextureRenderTarget2D) == 0x000008, "Wrong alignment on UTextureRenderTarget2D"); \ +static_assert(sizeof(UTextureRenderTarget2D) == 0x000180, "Wrong size on UTextureRenderTarget2D"); \ +static_assert(offsetof(UTextureRenderTarget2D, SizeX) == 0x000158, "Member 'UTextureRenderTarget2D::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, SizeY) == 0x00015C, "Member 'UTextureRenderTarget2D::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, ClearColor) == 0x000160, "Member 'UTextureRenderTarget2D::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, AddressX) == 0x000170, "Member 'UTextureRenderTarget2D::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, AddressY) == 0x000171, "Member 'UTextureRenderTarget2D::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, RenderTargetFormat) == 0x000173, "Member 'UTextureRenderTarget2D::RenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, MipsSamplerFilter) == 0x000175, "Member 'UTextureRenderTarget2D::MipsSamplerFilter' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, MipsAddressU) == 0x000176, "Member 'UTextureRenderTarget2D::MipsAddressU' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, MipsAddressV) == 0x000177, "Member 'UTextureRenderTarget2D::MipsAddressV' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, OverrideFormat) == 0x000178, "Member 'UTextureRenderTarget2D::OverrideFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVolumeTexture \ +static_assert(alignof(UVolumeTexture) == 0x000008, "Wrong alignment on UVolumeTexture"); \ +static_assert(sizeof(UVolumeTexture) == 0x000160, "Wrong size on UVolumeTexture"); \ +static_assert(offsetof(UVolumeTexture, AddressMode) == 0x000158, "Member 'UVolumeTexture::AddressMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionModulo \ +static_assert(alignof(UMaterialExpressionModulo) == 0x000008, "Wrong alignment on UMaterialExpressionModulo"); \ +static_assert(sizeof(UMaterialExpressionModulo) == 0x000100, "Wrong size on UMaterialExpressionModulo"); \ +static_assert(offsetof(UMaterialExpressionModulo, A) == 0x0000B0, "Member 'UMaterialExpressionModulo::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionModulo, B) == 0x0000D8, "Member 'UMaterialExpressionModulo::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectBounds \ +static_assert(alignof(UMaterialExpressionObjectBounds) == 0x000008, "Wrong alignment on UMaterialExpressionObjectBounds"); \ +static_assert(sizeof(UMaterialExpressionObjectBounds) == 0x0000C0, "Wrong size on UMaterialExpressionObjectBounds"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2D \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter2D) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2D"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter2D) == 0x000228, "Wrong size on UMaterialExpressionTextureSampleParameter2D"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAntialiasedTextureMask \ +static_assert(alignof(UMaterialExpressionAntialiasedTextureMask) == 0x000008, "Wrong alignment on UMaterialExpressionAntialiasedTextureMask"); \ +static_assert(sizeof(UMaterialExpressionAntialiasedTextureMask) == 0x000230, "Wrong size on UMaterialExpressionAntialiasedTextureMask"); \ +static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Threshold) == 0x000228, "Member 'UMaterialExpressionAntialiasedTextureMask::Threshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Channel) == 0x00022C, "Member 'UMaterialExpressionAntialiasedTextureMask::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteDeclaration \ +static_assert(alignof(UMaterialExpressionNamedRerouteDeclaration) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteDeclaration"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteDeclaration) == 0x000100, "Wrong size on UMaterialExpressionNamedRerouteDeclaration"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Input) == 0x0000B0, "Member 'UMaterialExpressionNamedRerouteDeclaration::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Name_0) == 0x0000D8, "Member 'UMaterialExpressionNamedRerouteDeclaration::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, NodeColor) == 0x0000E0, "Member 'UMaterialExpressionNamedRerouteDeclaration::NodeColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, VariableGuid) == 0x0000F0, "Member 'UMaterialExpressionNamedRerouteDeclaration::VariableGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAppendVector \ +static_assert(alignof(UMaterialExpressionAppendVector) == 0x000008, "Wrong alignment on UMaterialExpressionAppendVector"); \ +static_assert(sizeof(UMaterialExpressionAppendVector) == 0x000100, "Wrong size on UMaterialExpressionAppendVector"); \ +static_assert(offsetof(UMaterialExpressionAppendVector, A) == 0x0000B0, "Member 'UMaterialExpressionAppendVector::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAppendVector, B) == 0x0000D8, "Member 'UMaterialExpressionAppendVector::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArccosine \ +static_assert(alignof(UMaterialExpressionArccosine) == 0x000008, "Wrong alignment on UMaterialExpressionArccosine"); \ +static_assert(sizeof(UMaterialExpressionArccosine) == 0x0000D8, "Wrong size on UMaterialExpressionArccosine"); \ +static_assert(offsetof(UMaterialExpressionArccosine, Input) == 0x0000B0, "Member 'UMaterialExpressionArccosine::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionActor_GetClusterUnionComponent \ +static_assert(alignof(ClusterUnionActor_GetClusterUnionComponent) == 0x000008, "Wrong alignment on ClusterUnionActor_GetClusterUnionComponent"); \ +static_assert(sizeof(ClusterUnionActor_GetClusterUnionComponent) == 0x000008, "Wrong size on ClusterUnionActor_GetClusterUnionComponent"); \ +static_assert(offsetof(ClusterUnionActor_GetClusterUnionComponent, ReturnValue) == 0x000000, "Member 'ClusterUnionActor_GetClusterUnionComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AClusterUnionActor \ +static_assert(alignof(AClusterUnionActor) == 0x000008, "Wrong alignment on AClusterUnionActor"); \ +static_assert(sizeof(AClusterUnionActor) == 0x0002B8, "Wrong size on AClusterUnionActor"); \ +static_assert(offsetof(AClusterUnionActor, ClusterUnion) == 0x0002B0, "Member 'AClusterUnionActor::ClusterUnion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMeshPaintTextureReplace \ +static_assert(alignof(UMaterialExpressionMeshPaintTextureReplace) == 0x000008, "Wrong alignment on UMaterialExpressionMeshPaintTextureReplace"); \ +static_assert(sizeof(UMaterialExpressionMeshPaintTextureReplace) == 0x000100, "Wrong size on UMaterialExpressionMeshPaintTextureReplace"); \ +static_assert(offsetof(UMaterialExpressionMeshPaintTextureReplace, Default) == 0x0000B0, "Member 'UMaterialExpressionMeshPaintTextureReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMeshPaintTextureReplace, MeshPaintTexture) == 0x0000D8, "Member 'UMaterialExpressionMeshPaintTextureReplace::MeshPaintTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArccosineFast \ +static_assert(alignof(UMaterialExpressionArccosineFast) == 0x000008, "Wrong alignment on UMaterialExpressionArccosineFast"); \ +static_assert(sizeof(UMaterialExpressionArccosineFast) == 0x0000D8, "Wrong size on UMaterialExpressionArccosineFast"); \ +static_assert(offsetof(UMaterialExpressionArccosineFast, Input) == 0x0000B0, "Member 'UMaterialExpressionArccosineFast::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArcsine \ +static_assert(alignof(UMaterialExpressionArcsine) == 0x000008, "Wrong alignment on UMaterialExpressionArcsine"); \ +static_assert(sizeof(UMaterialExpressionArcsine) == 0x0000D8, "Wrong size on UMaterialExpressionArcsine"); \ +static_assert(offsetof(UMaterialExpressionArcsine, Input) == 0x0000B0, "Member 'UMaterialExpressionArcsine::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UMaterialExpressionNeuralNetworkOutput \ +static_assert(alignof(UMaterialExpressionNeuralNetworkOutput) == 0x000008, "Wrong alignment on UMaterialExpressionNeuralNetworkOutput"); \ +static_assert(sizeof(UMaterialExpressionNeuralNetworkOutput) == 0x0000E0, "Wrong size on UMaterialExpressionNeuralNetworkOutput"); \ +static_assert(offsetof(UMaterialExpressionNeuralNetworkOutput, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionNeuralNetworkOutput::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNeuralNetworkOutput, NeuralIndexType) == 0x0000D8, "Member 'UMaterialExpressionNeuralNetworkOutput::NeuralIndexType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArcsineFast \ +static_assert(alignof(UMaterialExpressionArcsineFast) == 0x000008, "Wrong alignment on UMaterialExpressionArcsineFast"); \ +static_assert(sizeof(UMaterialExpressionArcsineFast) == 0x0000D8, "Wrong size on UMaterialExpressionArcsineFast"); \ +static_assert(offsetof(UMaterialExpressionArcsineFast, Input) == 0x0000B0, "Member 'UMaterialExpressionArcsineFast::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangent \ +static_assert(alignof(UMaterialExpressionArctangent) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent"); \ +static_assert(sizeof(UMaterialExpressionArctangent) == 0x0000D8, "Wrong size on UMaterialExpressionArctangent"); \ +static_assert(offsetof(UMaterialExpressionArctangent, Input) == 0x0000B0, "Member 'UMaterialExpressionArctangent::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangent2Fast \ +static_assert(alignof(UMaterialExpressionArctangent2Fast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2Fast"); \ +static_assert(sizeof(UMaterialExpressionArctangent2Fast) == 0x000100, "Wrong size on UMaterialExpressionArctangent2Fast"); \ +static_assert(offsetof(UMaterialExpressionArctangent2Fast, Y) == 0x0000B0, "Member 'UMaterialExpressionArctangent2Fast::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionArctangent2Fast, X) == 0x0000D8, "Member 'UMaterialExpressionArctangent2Fast::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionObjectOrientation \ +static_assert(alignof(UMaterialExpressionObjectOrientation) == 0x000008, "Wrong alignment on UMaterialExpressionObjectOrientation"); \ +static_assert(sizeof(UMaterialExpressionObjectOrientation) == 0x0000C0, "Wrong size on UMaterialExpressionObjectOrientation"); \ + +#define DUMPER7_ASSERTS_AWindDirectionalSource \ +static_assert(alignof(AWindDirectionalSource) == 0x000008, "Wrong alignment on AWindDirectionalSource"); \ +static_assert(sizeof(AWindDirectionalSource) == 0x0002B8, "Wrong size on AWindDirectionalSource"); \ +static_assert(offsetof(AWindDirectionalSource, Component) == 0x0002B0, "Member 'AWindDirectionalSource::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangentFast \ +static_assert(alignof(UMaterialExpressionArctangentFast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangentFast"); \ +static_assert(sizeof(UMaterialExpressionArctangentFast) == 0x0000D8, "Wrong size on UMaterialExpressionArctangentFast"); \ +static_assert(offsetof(UMaterialExpressionArctangentFast, Input) == 0x0000B0, "Member 'UMaterialExpressionArctangentFast::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionNaniteReplace \ +static_assert(alignof(UMaterialExpressionNaniteReplace) == 0x000008, "Wrong alignment on UMaterialExpressionNaniteReplace"); \ +static_assert(sizeof(UMaterialExpressionNaniteReplace) == 0x000100, "Wrong size on UMaterialExpressionNaniteReplace"); \ +static_assert(offsetof(UMaterialExpressionNaniteReplace, Default) == 0x0000B0, "Member 'UMaterialExpressionNaniteReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNaniteReplace, Nanite) == 0x0000D8, "Member 'UMaterialExpressionNaniteReplace::Nanite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericFogColor \ +static_assert(alignof(UMaterialExpressionAtmosphericFogColor) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericFogColor"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericFogColor) == 0x0000F0, "Wrong size on UMaterialExpressionAtmosphericFogColor"); \ +static_assert(offsetof(UMaterialExpressionAtmosphericFogColor, WorldPosition) == 0x0000C0, "Member 'UMaterialExpressionAtmosphericFogColor::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAtmosphericFogColor, WorldPositionOriginType) == 0x0000E8, "Member 'UMaterialExpressionAtmosphericFogColor::WorldPositionOriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightColor \ +static_assert(alignof(UMaterialExpressionAtmosphericLightColor) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightColor"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericLightColor) == 0x0000C0, "Wrong size on UMaterialExpressionAtmosphericLightColor"); \ + +#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_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_UMaterialExpressionSine \ +static_assert(alignof(UMaterialExpressionSine) == 0x000008, "Wrong alignment on UMaterialExpressionSine"); \ +static_assert(sizeof(UMaterialExpressionSine) == 0x0000E0, "Wrong size on UMaterialExpressionSine"); \ +static_assert(offsetof(UMaterialExpressionSine, Input) == 0x0000B0, "Member 'UMaterialExpressionSine::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSine, Period) == 0x0000D8, "Member 'UMaterialExpressionSine::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightVector \ +static_assert(alignof(UMaterialExpressionAtmosphericLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightVector"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericLightVector) == 0x0000C0, "Wrong size on UMaterialExpressionAtmosphericLightVector"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBindlessSwitch \ +static_assert(alignof(UMaterialExpressionBindlessSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionBindlessSwitch"); \ +static_assert(sizeof(UMaterialExpressionBindlessSwitch) == 0x000100, "Wrong size on UMaterialExpressionBindlessSwitch"); \ +static_assert(offsetof(UMaterialExpressionBindlessSwitch, Default) == 0x0000B0, "Member 'UMaterialExpressionBindlessSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBindlessSwitch, Bindless) == 0x0000D8, "Member 'UMaterialExpressionBindlessSwitch::Bindless' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSize \ +static_assert(alignof(UMaterialExpressionParticleSize) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSize"); \ +static_assert(sizeof(UMaterialExpressionParticleSize) == 0x0000C0, "Wrong size on UMaterialExpressionParticleSize"); \ + +#define DUMPER7_ASSERTS_UVirtualTextureBuilder \ +static_assert(alignof(UVirtualTextureBuilder) == 0x000008, "Wrong alignment on UVirtualTextureBuilder"); \ +static_assert(sizeof(UVirtualTextureBuilder) == 0x000048, "Wrong size on UVirtualTextureBuilder"); \ +static_assert(offsetof(UVirtualTextureBuilder, Texture) == 0x000028, "Member 'UVirtualTextureBuilder::Texture' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureBuilder, TextureMobile) == 0x000030, "Member 'UVirtualTextureBuilder::TextureMobile' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureBuilder, BuildHash) == 0x000038, "Member 'UVirtualTextureBuilder::BuildHash' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureBuilder, bSeparateTextureForMobile) == 0x000040, "Member 'UVirtualTextureBuilder::bSeparateTextureForMobile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBlackBody \ +static_assert(alignof(UMaterialExpressionBlackBody) == 0x000008, "Wrong alignment on UMaterialExpressionBlackBody"); \ +static_assert(sizeof(UMaterialExpressionBlackBody) == 0x0000D8, "Wrong size on UMaterialExpressionBlackBody"); \ +static_assert(offsetof(UMaterialExpressionBlackBody, Temp) == 0x0000B0, "Member 'UMaterialExpressionBlackBody::Temp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBlend \ +static_assert(alignof(UMaterialExpressionBlend) == 0x000008, "Wrong alignment on UMaterialExpressionBlend"); \ +static_assert(sizeof(UMaterialExpressionBlend) == 0x000130, "Wrong size on UMaterialExpressionBlend"); \ +static_assert(offsetof(UMaterialExpressionBlend, A) == 0x0000B0, "Member 'UMaterialExpressionBlend::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlend, B) == 0x0000D8, "Member 'UMaterialExpressionBlend::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlend, Alpha) == 0x000100, "Member 'UMaterialExpressionBlend::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlend, PixelAttributesBlendMode) == 0x000128, "Member 'UMaterialExpressionBlend::PixelAttributesBlendMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlend, VertexAttributesBlendMode) == 0x000129, "Member 'UMaterialExpressionBlend::VertexAttributesBlendMode' has a wrong offset!"); \ + +#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_UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround) == 0x0000C8, "Wrong size on UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround, LightIndex) == 0x0000C0, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminanceOnGround::LightIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimePartition \ +static_assert(alignof(URuntimePartition) == 0x000008, "Wrong alignment on URuntimePartition"); \ +static_assert(sizeof(URuntimePartition) == 0x000058, "Wrong size on URuntimePartition"); \ +static_assert(offsetof(URuntimePartition, Name_0) == 0x000028, "Member 'URuntimePartition::Name_0' has a wrong offset!"); \ +static_assert(offsetof(URuntimePartition, bBlockOnSlowStreaming) == 0x000030, "Member 'URuntimePartition::bBlockOnSlowStreaming' has a wrong offset!"); \ +static_assert(offsetof(URuntimePartition, bClientOnlyVisible) == 0x000031, "Member 'URuntimePartition::bClientOnlyVisible' has a wrong offset!"); \ +static_assert(offsetof(URuntimePartition, Priority) == 0x000034, "Member 'URuntimePartition::Priority' has a wrong offset!"); \ +static_assert(offsetof(URuntimePartition, BoundsMethod) == 0x000038, "Member 'URuntimePartition::BoundsMethod' has a wrong offset!"); \ +static_assert(offsetof(URuntimePartition, LoadingRange) == 0x00003C, "Member 'URuntimePartition::LoadingRange' has a wrong offset!"); \ +static_assert(offsetof(URuntimePartition, DebugColor) == 0x000040, "Member 'URuntimePartition::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(URuntimePartition, HLODIndex) == 0x000050, "Member 'URuntimePartition::HLODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimePartitionLevelStreaming \ +static_assert(alignof(URuntimePartitionLevelStreaming) == 0x000008, "Wrong alignment on URuntimePartitionLevelStreaming"); \ +static_assert(sizeof(URuntimePartitionLevelStreaming) == 0x000058, "Wrong size on URuntimePartitionLevelStreaming"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBlendMaterialAttributes \ +static_assert(alignof(UMaterialExpressionBlendMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBlendMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionBlendMaterialAttributes) == 0x000140, "Wrong size on UMaterialExpressionBlendMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, A) == 0x0000B0, "Member 'UMaterialExpressionBlendMaterialAttributes::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, B) == 0x0000E0, "Member 'UMaterialExpressionBlendMaterialAttributes::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, Alpha) == 0x000110, "Member 'UMaterialExpressionBlendMaterialAttributes::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, PixelAttributeBlendType) == 0x000138, "Member 'UMaterialExpressionBlendMaterialAttributes::PixelAttributeBlendType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, VertexAttributeBlendType) == 0x000139, "Member 'UMaterialExpressionBlendMaterialAttributes::VertexAttributeBlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLegacyBlendMaterialAttributes \ +static_assert(alignof(UMaterialExpressionLegacyBlendMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionLegacyBlendMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionLegacyBlendMaterialAttributes) == 0x0001E8, "Wrong size on UMaterialExpressionLegacyBlendMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionLegacyBlendMaterialAttributes, VertexAttribute_UseA) == 0x000140, "Member 'UMaterialExpressionLegacyBlendMaterialAttributes::VertexAttribute_UseA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLegacyBlendMaterialAttributes, VertexAttribute_UseB) == 0x000168, "Member 'UMaterialExpressionLegacyBlendMaterialAttributes::VertexAttribute_UseB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLegacyBlendMaterialAttributes, PixelAttribute_UseA) == 0x000190, "Member 'UMaterialExpressionLegacyBlendMaterialAttributes::PixelAttribute_UseA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLegacyBlendMaterialAttributes, PixelAttribute_UseB) == 0x0001B8, "Member 'UMaterialExpressionLegacyBlendMaterialAttributes::PixelAttribute_UseB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLegacyBlendMaterialAttributes, BlendFunctionType) == 0x0001E0, "Member 'UMaterialExpressionLegacyBlendMaterialAttributes::BlendFunctionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerInput_InvertAxis \ +static_assert(alignof(PlayerInput_InvertAxis) == 0x000004, "Wrong alignment on PlayerInput_InvertAxis"); \ +static_assert(sizeof(PlayerInput_InvertAxis) == 0x000008, "Wrong size on PlayerInput_InvertAxis"); \ +static_assert(offsetof(PlayerInput_InvertAxis, AxisName) == 0x000000, "Member 'PlayerInput_InvertAxis::AxisName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerInput_InvertAxisKey \ +static_assert(alignof(PlayerInput_InvertAxisKey) == 0x000008, "Wrong alignment on PlayerInput_InvertAxisKey"); \ +static_assert(sizeof(PlayerInput_InvertAxisKey) == 0x000018, "Wrong size on PlayerInput_InvertAxisKey"); \ +static_assert(offsetof(PlayerInput_InvertAxisKey, AxisKey) == 0x000000, "Member 'PlayerInput_InvertAxisKey::AxisKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerInput_SetBind \ +static_assert(alignof(PlayerInput_SetBind) == 0x000008, "Wrong alignment on PlayerInput_SetBind"); \ +static_assert(sizeof(PlayerInput_SetBind) == 0x000018, "Wrong size on PlayerInput_SetBind"); \ +static_assert(offsetof(PlayerInput_SetBind, BindName) == 0x000000, "Member 'PlayerInput_SetBind::BindName' has a wrong offset!"); \ +static_assert(offsetof(PlayerInput_SetBind, Command) == 0x000008, "Member 'PlayerInput_SetBind::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerInput_SetMouseSensitivity \ +static_assert(alignof(PlayerInput_SetMouseSensitivity) == 0x000004, "Wrong alignment on PlayerInput_SetMouseSensitivity"); \ +static_assert(sizeof(PlayerInput_SetMouseSensitivity) == 0x000004, "Wrong size on PlayerInput_SetMouseSensitivity"); \ +static_assert(offsetof(PlayerInput_SetMouseSensitivity, Sensitivity) == 0x000000, "Member 'PlayerInput_SetMouseSensitivity::Sensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerInput_GetOuterAPlayerController \ +static_assert(alignof(PlayerInput_GetOuterAPlayerController) == 0x000008, "Wrong alignment on PlayerInput_GetOuterAPlayerController"); \ +static_assert(sizeof(PlayerInput_GetOuterAPlayerController) == 0x000008, "Wrong size on PlayerInput_GetOuterAPlayerController"); \ +static_assert(offsetof(PlayerInput_GetOuterAPlayerController, ReturnValue) == 0x000000, "Member 'PlayerInput_GetOuterAPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerInput \ +static_assert(alignof(UPlayerInput) == 0x000008, "Wrong alignment on UPlayerInput"); \ +static_assert(sizeof(UPlayerInput) == 0x000498, "Wrong size on UPlayerInput"); \ +static_assert(offsetof(UPlayerInput, DebugExecBindings) == 0x0001A0, "Member 'UPlayerInput::DebugExecBindings' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInput, InvertedAxis) == 0x0001E0, "Member 'UPlayerInput::InvertedAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShadowReplace \ +static_assert(alignof(UMaterialExpressionShadowReplace) == 0x000008, "Wrong alignment on UMaterialExpressionShadowReplace"); \ +static_assert(sizeof(UMaterialExpressionShadowReplace) == 0x000100, "Wrong size on UMaterialExpressionShadowReplace"); \ +static_assert(offsetof(UMaterialExpressionShadowReplace, Default) == 0x0000B0, "Member 'UMaterialExpressionShadowReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionShadowReplace, Shadow) == 0x0000D8, "Member 'UMaterialExpressionShadowReplace::Shadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBounds \ +static_assert(alignof(UMaterialExpressionBounds) == 0x000008, "Wrong alignment on UMaterialExpressionBounds"); \ +static_assert(sizeof(UMaterialExpressionBounds) == 0x0000C8, "Wrong size on UMaterialExpressionBounds"); \ +static_assert(offsetof(UMaterialExpressionBounds, Type) == 0x0000C0, "Member 'UMaterialExpressionBounds::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBreakMaterialAttributes \ +static_assert(alignof(UMaterialExpressionBreakMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBreakMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionBreakMaterialAttributes) == 0x0000E0, "Wrong size on UMaterialExpressionBreakMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionBreakMaterialAttributes, MaterialAttributes) == 0x0000B0, "Member 'UMaterialExpressionBreakMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_DoesDataTableRowExist \ +static_assert(alignof(DataTableFunctionLibrary_DoesDataTableRowExist) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_DoesDataTableRowExist"); \ +static_assert(sizeof(DataTableFunctionLibrary_DoesDataTableRowExist) == 0x000018, "Wrong size on DataTableFunctionLibrary_DoesDataTableRowExist"); \ +static_assert(offsetof(DataTableFunctionLibrary_DoesDataTableRowExist, Table) == 0x000000, "Member 'DataTableFunctionLibrary_DoesDataTableRowExist::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_DoesDataTableRowExist, RowName) == 0x000008, "Member 'DataTableFunctionLibrary_DoesDataTableRowExist::RowName' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_DoesDataTableRowExist, ReturnValue) == 0x000010, "Member 'DataTableFunctionLibrary_DoesDataTableRowExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_EvaluateCurveTableRow \ +static_assert(alignof(DataTableFunctionLibrary_EvaluateCurveTableRow) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_EvaluateCurveTableRow"); \ +static_assert(sizeof(DataTableFunctionLibrary_EvaluateCurveTableRow) == 0x000030, "Wrong size on DataTableFunctionLibrary_EvaluateCurveTableRow"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, CurveTable) == 0x000000, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::CurveTable' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, RowName) == 0x000008, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::RowName' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, InXY) == 0x000010, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::InXY' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, OutResult) == 0x000014, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, OutXY) == 0x000018, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::OutXY' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, ContextString) == 0x000020, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::ContextString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableColumnAsString \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableColumnAsString) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableColumnAsString"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableColumnAsString) == 0x000020, "Wrong size on DataTableFunctionLibrary_GetDataTableColumnAsString"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnAsString, DataTable) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::DataTable' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnAsString, PropertyName) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnAsString, ReturnValue) == 0x000010, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableColumnExportNames \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableColumnExportNames) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableColumnExportNames"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableColumnExportNames) == 0x000018, "Wrong size on DataTableFunctionLibrary_GetDataTableColumnExportNames"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnExportNames, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableColumnExportNames::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnExportNames, OutExportColumnNames) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableColumnExportNames::OutExportColumnNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableColumnNameFromExportName \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableColumnNameFromExportName) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableColumnNameFromExportName"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableColumnNameFromExportName) == 0x000028, "Wrong size on DataTableFunctionLibrary_GetDataTableColumnNameFromExportName"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnNameFromExportName, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableColumnNameFromExportName::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnNameFromExportName, ColumnExportName) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableColumnNameFromExportName::ColumnExportName' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnNameFromExportName, OutColumnName) == 0x000018, "Member 'DataTableFunctionLibrary_GetDataTableColumnNameFromExportName::OutColumnName' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnNameFromExportName, ReturnValue) == 0x000020, "Member 'DataTableFunctionLibrary_GetDataTableColumnNameFromExportName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableColumnNames \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableColumnNames) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableColumnNames"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableColumnNames) == 0x000018, "Wrong size on DataTableFunctionLibrary_GetDataTableColumnNames"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnNames, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableColumnNames::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnNames, OutColumnNames) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableColumnNames::OutColumnNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableRowFromName \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableRowFromName) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableRowFromName"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableRowFromName) == 0x000020, "Wrong size on DataTableFunctionLibrary_GetDataTableRowFromName"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, RowName) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::RowName' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, OutRow) == 0x000010, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::OutRow' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, ReturnValue) == 0x000018, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableRowNames \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableRowNames) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableRowNames"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableRowNames) == 0x000018, "Wrong size on DataTableFunctionLibrary_GetDataTableRowNames"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowNames, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableRowNames::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowNames, OutRowNames) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableRowNames::OutRowNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableRowStruct \ +static_assert(alignof(DataTableFunctionLibrary_GetDataTableRowStruct) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableRowStruct"); \ +static_assert(sizeof(DataTableFunctionLibrary_GetDataTableRowStruct) == 0x000010, "Wrong size on DataTableFunctionLibrary_GetDataTableRowStruct"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowStruct, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableRowStruct::Table' has a wrong offset!"); \ +static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowStruct, ReturnValue) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableRowStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataTableFunctionLibrary \ +static_assert(alignof(UDataTableFunctionLibrary) == 0x000008, "Wrong alignment on UDataTableFunctionLibrary"); \ +static_assert(sizeof(UDataTableFunctionLibrary) == 0x000028, "Wrong size on UDataTableFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCameraPositionWS \ +static_assert(alignof(UMaterialExpressionCameraPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraPositionWS"); \ +static_assert(sizeof(UMaterialExpressionCameraPositionWS) == 0x0000B0, "Wrong size on UMaterialExpressionCameraPositionWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceCustomData \ +static_assert(alignof(UMaterialExpressionPerInstanceCustomData) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceCustomData"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceCustomData) == 0x0000F0, "Wrong size on UMaterialExpressionPerInstanceCustomData"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, DefaultValue) == 0x0000C0, "Member 'UMaterialExpressionPerInstanceCustomData::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, ConstDefaultValue) == 0x0000E8, "Member 'UMaterialExpressionPerInstanceCustomData::ConstDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, DataIndex) == 0x0000EC, "Member 'UMaterialExpressionPerInstanceCustomData::DataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimeHashExternalStreamingObjectBase \ +static_assert(alignof(URuntimeHashExternalStreamingObjectBase) == 0x000008, "Wrong alignment on URuntimeHashExternalStreamingObjectBase"); \ +static_assert(sizeof(URuntimeHashExternalStreamingObjectBase) == 0x0001C0, "Wrong size on URuntimeHashExternalStreamingObjectBase"); \ +static_assert(offsetof(URuntimeHashExternalStreamingObjectBase, SubObjectsToCellRemapping) == 0x000038, "Member 'URuntimeHashExternalStreamingObjectBase::SubObjectsToCellRemapping' has a wrong offset!"); \ +static_assert(offsetof(URuntimeHashExternalStreamingObjectBase, ContainerResolver) == 0x000088, "Member 'URuntimeHashExternalStreamingObjectBase::ContainerResolver' has a wrong offset!"); \ +static_assert(offsetof(URuntimeHashExternalStreamingObjectBase, OuterWorld) == 0x0000F0, "Member 'URuntimeHashExternalStreamingObjectBase::OuterWorld' has a wrong offset!"); \ +static_assert(offsetof(URuntimeHashExternalStreamingObjectBase, CellToStreamingData) == 0x000118, "Member 'URuntimeHashExternalStreamingObjectBase::CellToStreamingData' has a wrong offset!"); \ +static_assert(offsetof(URuntimeHashExternalStreamingObjectBase, DataLayerInstances) == 0x000168, "Member 'URuntimeHashExternalStreamingObjectBase::DataLayerInstances' has a wrong offset!"); \ +static_assert(offsetof(URuntimeHashExternalStreamingObjectBase, RootExternalDataLayerInstance) == 0x0001B8, "Member 'URuntimeHashExternalStreamingObjectBase::RootExternalDataLayerInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimeSpatialHashExternalStreamingObject \ +static_assert(alignof(URuntimeSpatialHashExternalStreamingObject) == 0x000008, "Wrong alignment on URuntimeSpatialHashExternalStreamingObject"); \ +static_assert(sizeof(URuntimeSpatialHashExternalStreamingObject) == 0x0001D0, "Wrong size on URuntimeSpatialHashExternalStreamingObject"); \ +static_assert(offsetof(URuntimeSpatialHashExternalStreamingObject, StreamingGrids) == 0x0001C0, "Member 'URuntimeSpatialHashExternalStreamingObject::StreamingGrids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCameraVectorWS \ +static_assert(alignof(UMaterialExpressionCameraVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraVectorWS"); \ +static_assert(sizeof(UMaterialExpressionCameraVectorWS) == 0x0000C0, "Wrong size on UMaterialExpressionCameraVectorWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCeil \ +static_assert(alignof(UMaterialExpressionCeil) == 0x000008, "Wrong alignment on UMaterialExpressionCeil"); \ +static_assert(sizeof(UMaterialExpressionCeil) == 0x0000D8, "Wrong size on UMaterialExpressionCeil"); \ +static_assert(offsetof(UMaterialExpressionCeil, Input) == 0x0000B0, "Member 'UMaterialExpressionCeil::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDebugGarbageCollectionGraph \ +static_assert(alignof(UDebugGarbageCollectionGraph) == 0x000008, "Wrong alignment on UDebugGarbageCollectionGraph"); \ +static_assert(sizeof(UDebugGarbageCollectionGraph) == 0x000048, "Wrong size on UDebugGarbageCollectionGraph"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSpriteRotation \ +static_assert(alignof(UMaterialExpressionParticleSpriteRotation) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSpriteRotation"); \ +static_assert(sizeof(UMaterialExpressionParticleSpriteRotation) == 0x0000C0, "Wrong size on UMaterialExpressionParticleSpriteRotation"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeCellTransformer \ +static_assert(alignof(UWorldPartitionRuntimeCellTransformer) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeCellTransformer"); \ +static_assert(sizeof(UWorldPartitionRuntimeCellTransformer) == 0x000030, "Wrong size on UWorldPartitionRuntimeCellTransformer"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellTransformer, bEnabled) == 0x000028, "Member 'UWorldPartitionRuntimeCellTransformer::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVectorParameter \ +static_assert(alignof(UMaterialExpressionVectorParameter) == 0x000008, "Wrong alignment on UMaterialExpressionVectorParameter"); \ +static_assert(sizeof(UMaterialExpressionVectorParameter) == 0x000138, "Wrong size on UMaterialExpressionVectorParameter"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, DefaultValue) == 0x0000D8, "Member 'UMaterialExpressionVectorParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, bUseCustomPrimitiveData) == 0x0000E8, "Member 'UMaterialExpressionVectorParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, PrimitiveDataIndex) == 0x0000E9, "Member 'UMaterialExpressionVectorParameter::PrimitiveDataIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, ChannelNames) == 0x0000F0, "Member 'UMaterialExpressionVectorParameter::ChannelNames' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, bPreviewAsLinear) == 0x000130, "Member 'UMaterialExpressionVectorParameter::bPreviewAsLinear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticlePositionWS \ +static_assert(alignof(UMaterialExpressionParticlePositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionParticlePositionWS"); \ +static_assert(sizeof(UMaterialExpressionParticlePositionWS) == 0x0000C8, "Wrong size on UMaterialExpressionParticlePositionWS"); \ +static_assert(offsetof(UMaterialExpressionParticlePositionWS, OriginType) == 0x0000C0, "Member 'UMaterialExpressionParticlePositionWS::OriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionChannelMaskParameter \ +static_assert(alignof(UMaterialExpressionChannelMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionChannelMaskParameter"); \ +static_assert(sizeof(UMaterialExpressionChannelMaskParameter) == 0x000168, "Wrong size on UMaterialExpressionChannelMaskParameter"); \ +static_assert(offsetof(UMaterialExpressionChannelMaskParameter, MaskChannel) == 0x000138, "Member 'UMaterialExpressionChannelMaskParameter::MaskChannel' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionChannelMaskParameter, Input) == 0x000140, "Member 'UMaterialExpressionChannelMaskParameter::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionClamp \ +static_assert(alignof(UMaterialExpressionClamp) == 0x000008, "Wrong alignment on UMaterialExpressionClamp"); \ +static_assert(sizeof(UMaterialExpressionClamp) == 0x000138, "Wrong size on UMaterialExpressionClamp"); \ +static_assert(offsetof(UMaterialExpressionClamp, Input) == 0x0000B0, "Member 'UMaterialExpressionClamp::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, Min) == 0x0000D8, "Member 'UMaterialExpressionClamp::Min' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, Max) == 0x000100, "Member 'UMaterialExpressionClamp::Max' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, ClampMode) == 0x000128, "Member 'UMaterialExpressionClamp::ClampMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, MinDefault) == 0x00012C, "Member 'UMaterialExpressionClamp::MinDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, MaxDefault) == 0x000130, "Member 'UMaterialExpressionClamp::MaxDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameEngine \ +static_assert(alignof(UGameEngine) == 0x000008, "Wrong alignment on UGameEngine"); \ +static_assert(sizeof(UGameEngine) == 0x001318, "Wrong size on UGameEngine"); \ +static_assert(offsetof(UGameEngine, MaxDeltaTime) == 0x0012C0, "Member 'UGameEngine::MaxDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UGameEngine, ServerFlushLogInterval) == 0x0012C4, "Member 'UGameEngine::ServerFlushLogInterval' has a wrong offset!"); \ +static_assert(offsetof(UGameEngine, GameInstance) == 0x0012C8, "Member 'UGameEngine::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPathTracingQualitySwitch \ +static_assert(alignof(UMaterialExpressionPathTracingQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionPathTracingQualitySwitch"); \ +static_assert(sizeof(UMaterialExpressionPathTracingQualitySwitch) == 0x000100, "Wrong size on UMaterialExpressionPathTracingQualitySwitch"); \ +static_assert(offsetof(UMaterialExpressionPathTracingQualitySwitch, Normal) == 0x0000B0, "Member 'UMaterialExpressionPathTracingQualitySwitch::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingQualitySwitch, PathTraced) == 0x0000D8, "Member 'UMaterialExpressionPathTracingQualitySwitch::PathTraced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCloudSampleAttribute \ +static_assert(alignof(UMaterialExpressionCloudSampleAttribute) == 0x000008, "Wrong alignment on UMaterialExpressionCloudSampleAttribute"); \ +static_assert(sizeof(UMaterialExpressionCloudSampleAttribute) == 0x0000C0, "Wrong size on UMaterialExpressionCloudSampleAttribute"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCollectionParameter \ +static_assert(alignof(UMaterialExpressionCollectionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCollectionParameter"); \ +static_assert(sizeof(UMaterialExpressionCollectionParameter) == 0x0000F0, "Wrong size on UMaterialExpressionCollectionParameter"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, Collection) == 0x0000B0, "Member 'UMaterialExpressionCollectionParameter::Collection' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, ParameterName) == 0x0000B8, "Member 'UMaterialExpressionCollectionParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, ExpressionGUID) == 0x0000C0, "Member 'UMaterialExpressionCollectionParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, Group) == 0x0000D0, "Member 'UMaterialExpressionCollectionParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, SortPriority) == 0x0000D8, "Member 'UMaterialExpressionCollectionParameter::SortPriority' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, ParameterId) == 0x0000DC, "Member 'UMaterialExpressionCollectionParameter::ParameterId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPower \ +static_assert(alignof(UMaterialExpressionPower) == 0x000008, "Wrong alignment on UMaterialExpressionPower"); \ +static_assert(sizeof(UMaterialExpressionPower) == 0x000108, "Wrong size on UMaterialExpressionPower"); \ +static_assert(offsetof(UMaterialExpressionPower, base) == 0x0000B0, "Member 'UMaterialExpressionPower::base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPower, Exponent) == 0x0000D8, "Member 'UMaterialExpressionPower::Exponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPower, ConstExponent) == 0x000100, "Member 'UMaterialExpressionPower::ConstExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationRateBase \ +static_assert(alignof(UParticleModuleRotationRateBase) == 0x000008, "Wrong alignment on UParticleModuleRotationRateBase"); \ +static_assert(sizeof(UParticleModuleRotationRateBase) == 0x000030, "Wrong size on UParticleModuleRotationRateBase"); \ + +#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_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_UMaterialExpressionCollectionTransform \ +static_assert(alignof(UMaterialExpressionCollectionTransform) == 0x000008, "Wrong alignment on UMaterialExpressionCollectionTransform"); \ +static_assert(sizeof(UMaterialExpressionCollectionTransform) == 0x000100, "Wrong size on UMaterialExpressionCollectionTransform"); \ +static_assert(offsetof(UMaterialExpressionCollectionTransform, Input) == 0x0000B0, "Member 'UMaterialExpressionCollectionTransform::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionTransform, Collection) == 0x0000D8, "Member 'UMaterialExpressionCollectionTransform::Collection' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionTransform, ParameterName) == 0x0000E0, "Member 'UMaterialExpressionCollectionTransform::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionTransform, ParameterId) == 0x0000E8, "Member 'UMaterialExpressionCollectionTransform::ParameterId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionTransform, TransformType) == 0x0000F8, "Member 'UMaterialExpressionCollectionTransform::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionColorRamp \ +static_assert(alignof(UMaterialExpressionColorRamp) == 0x000008, "Wrong alignment on UMaterialExpressionColorRamp"); \ +static_assert(sizeof(UMaterialExpressionColorRamp) == 0x0000E8, "Wrong size on UMaterialExpressionColorRamp"); \ +static_assert(offsetof(UMaterialExpressionColorRamp, Input) == 0x0000B0, "Member 'UMaterialExpressionColorRamp::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionColorRamp, ConstInput) == 0x0000D8, "Member 'UMaterialExpressionColorRamp::ConstInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionColorRamp, ColorCurve) == 0x0000E0, "Member 'UMaterialExpressionColorRamp::ColorCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceProperty_ApplyDeviceProperty \ +static_assert(alignof(InputDeviceProperty_ApplyDeviceProperty) == 0x000004, "Wrong alignment on InputDeviceProperty_ApplyDeviceProperty"); \ +static_assert(sizeof(InputDeviceProperty_ApplyDeviceProperty) == 0x000008, "Wrong size on InputDeviceProperty_ApplyDeviceProperty"); \ +static_assert(offsetof(InputDeviceProperty_ApplyDeviceProperty, UserId) == 0x000000, "Member 'InputDeviceProperty_ApplyDeviceProperty::UserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceProperty_ApplyDeviceProperty, DeviceID) == 0x000004, "Member 'InputDeviceProperty_ApplyDeviceProperty::DeviceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceProperty_EvaluateDeviceProperty \ +static_assert(alignof(InputDeviceProperty_EvaluateDeviceProperty) == 0x000004, "Wrong alignment on InputDeviceProperty_EvaluateDeviceProperty"); \ +static_assert(sizeof(InputDeviceProperty_EvaluateDeviceProperty) == 0x000010, "Wrong size on InputDeviceProperty_EvaluateDeviceProperty"); \ +static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, PlatformUser) == 0x000000, "Member 'InputDeviceProperty_EvaluateDeviceProperty::PlatformUser' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, DeviceID) == 0x000004, "Member 'InputDeviceProperty_EvaluateDeviceProperty::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, DeltaTime) == 0x000008, "Member 'InputDeviceProperty_EvaluateDeviceProperty::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, Duration) == 0x00000C, "Member 'InputDeviceProperty_EvaluateDeviceProperty::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceProperty_ResetDeviceProperty \ +static_assert(alignof(InputDeviceProperty_ResetDeviceProperty) == 0x000004, "Wrong alignment on InputDeviceProperty_ResetDeviceProperty"); \ +static_assert(sizeof(InputDeviceProperty_ResetDeviceProperty) == 0x00000C, "Wrong size on InputDeviceProperty_ResetDeviceProperty"); \ +static_assert(offsetof(InputDeviceProperty_ResetDeviceProperty, PlatformUser) == 0x000000, "Member 'InputDeviceProperty_ResetDeviceProperty::PlatformUser' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceProperty_ResetDeviceProperty, DeviceID) == 0x000004, "Member 'InputDeviceProperty_ResetDeviceProperty::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceProperty_ResetDeviceProperty, bForceReset) == 0x000008, "Member 'InputDeviceProperty_ResetDeviceProperty::bForceReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceProperty \ +static_assert(alignof(UInputDeviceProperty) == 0x000008, "Wrong alignment on UInputDeviceProperty"); \ +static_assert(sizeof(UInputDeviceProperty) == 0x000030, "Wrong size on UInputDeviceProperty"); \ +static_assert(offsetof(UInputDeviceProperty, PropertyDuration) == 0x000028, "Member 'UInputDeviceProperty::PropertyDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UColorInputDeviceProperty \ +static_assert(alignof(UColorInputDeviceProperty) == 0x000008, "Wrong alignment on UColorInputDeviceProperty"); \ +static_assert(sizeof(UColorInputDeviceProperty) == 0x000098, "Wrong size on UColorInputDeviceProperty"); \ +static_assert(offsetof(UColorInputDeviceProperty, ColorData) == 0x000030, "Member 'UColorInputDeviceProperty::ColorData' has a wrong offset!"); \ +static_assert(offsetof(UColorInputDeviceProperty, DeviceOverrideData) == 0x000038, "Member 'UColorInputDeviceProperty::DeviceOverrideData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceFadeAmount \ +static_assert(alignof(UMaterialExpressionPerInstanceFadeAmount) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceFadeAmount"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceFadeAmount) == 0x0000C0, "Wrong size on UMaterialExpressionPerInstanceFadeAmount"); \ + +#define DUMPER7_ASSERTS_UContentBundleEngineSubsystem \ +static_assert(alignof(UContentBundleEngineSubsystem) == 0x000008, "Wrong alignment on UContentBundleEngineSubsystem"); \ +static_assert(sizeof(UContentBundleEngineSubsystem) == 0x0000D0, "Wrong size on UContentBundleEngineSubsystem"); \ +static_assert(offsetof(UContentBundleEngineSubsystem, ContentBundleTypeFactoryClass) == 0x0000A0, "Member 'UContentBundleEngineSubsystem::ContentBundleTypeFactoryClass' has a wrong offset!"); \ +static_assert(offsetof(UContentBundleEngineSubsystem, ContentBundleTypeFactory) == 0x0000C8, "Member 'UContentBundleEngineSubsystem::ContentBundleTypeFactory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionComment \ +static_assert(alignof(UMaterialExpressionComment) == 0x000008, "Wrong alignment on UMaterialExpressionComment"); \ +static_assert(sizeof(UMaterialExpressionComment) == 0x0000E8, "Wrong size on UMaterialExpressionComment"); \ +static_assert(offsetof(UMaterialExpressionComment, SizeX) == 0x0000B0, "Member 'UMaterialExpressionComment::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, SizeY) == 0x0000B4, "Member 'UMaterialExpressionComment::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, Text) == 0x0000B8, "Member 'UMaterialExpressionComment::Text' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, CommentColor) == 0x0000C8, "Member 'UMaterialExpressionComment::CommentColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, FontSize) == 0x0000D8, "Member 'UMaterialExpressionComment::FontSize' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, bGroupMode) == 0x0000E0, "Member 'UMaterialExpressionComment::bGroupMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionComponentMask \ +static_assert(alignof(UMaterialExpressionComponentMask) == 0x000008, "Wrong alignment on UMaterialExpressionComponentMask"); \ +static_assert(sizeof(UMaterialExpressionComponentMask) == 0x0000E0, "Wrong size on UMaterialExpressionComponentMask"); \ +static_assert(offsetof(UMaterialExpressionComponentMask, Input) == 0x0000B0, "Member 'UMaterialExpressionComponentMask::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualTexture \ +static_assert(alignof(UVirtualTexture) == 0x000008, "Wrong alignment on UVirtualTexture"); \ +static_assert(sizeof(UVirtualTexture) == 0x000028, "Wrong size on UVirtualTexture"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSubUVProperties \ +static_assert(alignof(UMaterialExpressionParticleSubUVProperties) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUVProperties"); \ +static_assert(sizeof(UMaterialExpressionParticleSubUVProperties) == 0x0000C0, "Wrong size on UMaterialExpressionParticleSubUVProperties"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionComposite \ +static_assert(alignof(UMaterialExpressionComposite) == 0x000008, "Wrong alignment on UMaterialExpressionComposite"); \ +static_assert(sizeof(UMaterialExpressionComposite) == 0x0000D0, "Wrong size on UMaterialExpressionComposite"); \ +static_assert(offsetof(UMaterialExpressionComposite, SubGraphName) == 0x0000B0, "Member 'UMaterialExpressionComposite::SubGraphName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComposite, InputExpressions) == 0x0000C0, "Member 'UMaterialExpressionComposite::InputExpressions' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComposite, OutputExpressions) == 0x0000C8, "Member 'UMaterialExpressionComposite::OutputExpressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant \ +static_assert(alignof(UMaterialExpressionConstant) == 0x000008, "Wrong alignment on UMaterialExpressionConstant"); \ +static_assert(sizeof(UMaterialExpressionConstant) == 0x0000B8, "Wrong size on UMaterialExpressionConstant"); \ +static_assert(offsetof(UMaterialExpressionConstant, R) == 0x0000B0, "Member 'UMaterialExpressionConstant::R' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceTriggerEffect \ +static_assert(alignof(UInputDeviceTriggerEffect) == 0x000008, "Wrong alignment on UInputDeviceTriggerEffect"); \ +static_assert(sizeof(UInputDeviceTriggerEffect) == 0x000040, "Wrong size on UInputDeviceTriggerEffect"); \ +static_assert(offsetof(UInputDeviceTriggerEffect, BaseTriggerData) == 0x000030, "Member 'UInputDeviceTriggerEffect::BaseTriggerData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceTriggerResistanceProperty \ +static_assert(alignof(UInputDeviceTriggerResistanceProperty) == 0x000008, "Wrong alignment on UInputDeviceTriggerResistanceProperty"); \ +static_assert(sizeof(UInputDeviceTriggerResistanceProperty) == 0x0000C0, "Wrong size on UInputDeviceTriggerResistanceProperty"); \ +static_assert(offsetof(UInputDeviceTriggerResistanceProperty, TriggerData) == 0x000040, "Member 'UInputDeviceTriggerResistanceProperty::TriggerData' has a wrong offset!"); \ +static_assert(offsetof(UInputDeviceTriggerResistanceProperty, DeviceOverrideData) == 0x000050, "Member 'UInputDeviceTriggerResistanceProperty::DeviceOverrideData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AServerStreamingLevelsVisibility \ +static_assert(alignof(AServerStreamingLevelsVisibility) == 0x000008, "Wrong alignment on AServerStreamingLevelsVisibility"); \ +static_assert(sizeof(AServerStreamingLevelsVisibility) == 0x000300, "Wrong size on AServerStreamingLevelsVisibility"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPixelNormalWS \ +static_assert(alignof(UMaterialExpressionPixelNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionPixelNormalWS"); \ +static_assert(sizeof(UMaterialExpressionPixelNormalWS) == 0x0000B0, "Wrong size on UMaterialExpressionPixelNormalWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant2Vector \ +static_assert(alignof(UMaterialExpressionConstant2Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant2Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant2Vector) == 0x0000B8, "Wrong size on UMaterialExpressionConstant2Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant2Vector, R) == 0x0000B0, "Member 'UMaterialExpressionConstant2Vector::R' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstant2Vector, G) == 0x0000B4, "Member 'UMaterialExpressionConstant2Vector::G' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant3Vector \ +static_assert(alignof(UMaterialExpressionConstant3Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant3Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant3Vector) == 0x0000C0, "Wrong size on UMaterialExpressionConstant3Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant3Vector, Constant) == 0x0000B0, "Member 'UMaterialExpressionConstant3Vector::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRecordTextureStreamingInfo \ +static_assert(alignof(UMaterialExpressionRecordTextureStreamingInfo) == 0x000008, "Wrong alignment on UMaterialExpressionRecordTextureStreamingInfo"); \ +static_assert(sizeof(UMaterialExpressionRecordTextureStreamingInfo) == 0x000100, "Wrong size on UMaterialExpressionRecordTextureStreamingInfo"); \ +static_assert(offsetof(UMaterialExpressionRecordTextureStreamingInfo, TextureObject) == 0x0000B0, "Member 'UMaterialExpressionRecordTextureStreamingInfo::TextureObject' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRecordTextureStreamingInfo, Coordinates) == 0x0000D8, "Member 'UMaterialExpressionRecordTextureStreamingInfo::Coordinates' 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_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_UMaterialExpressionConstant4Vector \ +static_assert(alignof(UMaterialExpressionConstant4Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant4Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant4Vector) == 0x0000C0, "Wrong size on UMaterialExpressionConstant4Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant4Vector, Constant) == 0x0000B0, "Member 'UMaterialExpressionConstant4Vector::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstantBiasScale \ +static_assert(alignof(UMaterialExpressionConstantBiasScale) == 0x000008, "Wrong alignment on UMaterialExpressionConstantBiasScale"); \ +static_assert(sizeof(UMaterialExpressionConstantBiasScale) == 0x0000E0, "Wrong size on UMaterialExpressionConstantBiasScale"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Input) == 0x0000B0, "Member 'UMaterialExpressionConstantBiasScale::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Bias) == 0x0000D8, "Member 'UMaterialExpressionConstantBiasScale::Bias' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Scale) == 0x0000DC, "Member 'UMaterialExpressionConstantBiasScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerStateCountLimiterConfig \ +static_assert(alignof(UPlayerStateCountLimiterConfig) == 0x000008, "Wrong alignment on UPlayerStateCountLimiterConfig"); \ +static_assert(sizeof(UPlayerStateCountLimiterConfig) == 0x000040, "Wrong size on UPlayerStateCountLimiterConfig"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedLocalBounds \ +static_assert(alignof(UMaterialExpressionPreSkinnedLocalBounds) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedLocalBounds"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedLocalBounds) == 0x0000B0, "Wrong size on UMaterialExpressionPreSkinnedLocalBounds"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConvert \ +static_assert(alignof(UMaterialExpressionConvert) == 0x000008, "Wrong alignment on UMaterialExpressionConvert"); \ +static_assert(sizeof(UMaterialExpressionConvert) == 0x0000F0, "Wrong size on UMaterialExpressionConvert"); \ +static_assert(offsetof(UMaterialExpressionConvert, ConvertInputs) == 0x0000B0, "Member 'UMaterialExpressionConvert::ConvertInputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConvert, ConvertOutputs) == 0x0000C0, "Member 'UMaterialExpressionConvert::ConvertOutputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConvert, ConvertMappings) == 0x0000D0, "Member 'UMaterialExpressionConvert::ConvertMappings' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConvert, NodeName) == 0x0000E0, "Member 'UMaterialExpressionConvert::NodeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCosine \ +static_assert(alignof(UMaterialExpressionCosine) == 0x000008, "Wrong alignment on UMaterialExpressionCosine"); \ +static_assert(sizeof(UMaterialExpressionCosine) == 0x0000E0, "Wrong size on UMaterialExpressionCosine"); \ +static_assert(offsetof(UMaterialExpressionCosine, Input) == 0x0000B0, "Member 'UMaterialExpressionCosine::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCosine, Period) == 0x0000D8, "Member 'UMaterialExpressionCosine::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPinBase \ +static_assert(alignof(UMaterialExpressionPinBase) == 0x000008, "Wrong alignment on UMaterialExpressionPinBase"); \ +static_assert(sizeof(UMaterialExpressionPinBase) == 0x0000C8, "Wrong size on UMaterialExpressionPinBase"); \ +static_assert(offsetof(UMaterialExpressionPinBase, ReroutePins) == 0x0000B0, "Member 'UMaterialExpressionPinBase::ReroutePins' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPinBase, PinDirection) == 0x0000C0, "Member 'UMaterialExpressionPinBase::PinDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionCrossProduct \ +static_assert(alignof(UMaterialExpressionCrossProduct) == 0x000008, "Wrong alignment on UMaterialExpressionCrossProduct"); \ +static_assert(sizeof(UMaterialExpressionCrossProduct) == 0x000100, "Wrong size on UMaterialExpressionCrossProduct"); \ +static_assert(offsetof(UMaterialExpressionCrossProduct, A) == 0x0000B0, "Member 'UMaterialExpressionCrossProduct::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCrossProduct, B) == 0x0000D8, "Member 'UMaterialExpressionCrossProduct::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCustom \ +static_assert(alignof(UMaterialExpressionCustom) == 0x000008, "Wrong alignment on UMaterialExpressionCustom"); \ +static_assert(sizeof(UMaterialExpressionCustom) == 0x000120, "Wrong size on UMaterialExpressionCustom"); \ +static_assert(offsetof(UMaterialExpressionCustom, Code) == 0x0000B0, "Member 'UMaterialExpressionCustom::Code' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, OutputType) == 0x0000C0, "Member 'UMaterialExpressionCustom::OutputType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, Description) == 0x0000C8, "Member 'UMaterialExpressionCustom::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, Inputs) == 0x0000D8, "Member 'UMaterialExpressionCustom::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, AdditionalOutputs) == 0x0000E8, "Member 'UMaterialExpressionCustom::AdditionalOutputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, AdditionalDefines) == 0x0000F8, "Member 'UMaterialExpressionCustom::AdditionalDefines' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, IncludeFilePaths) == 0x000108, "Member 'UMaterialExpressionCustom::IncludeFilePaths' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, ShowCode) == 0x000118, "Member 'UMaterialExpressionCustom::ShowCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRound \ +static_assert(alignof(UMaterialExpressionRound) == 0x000008, "Wrong alignment on UMaterialExpressionRound"); \ +static_assert(sizeof(UMaterialExpressionRound) == 0x0000D8, "Wrong size on UMaterialExpressionRound"); \ +static_assert(offsetof(UMaterialExpressionRound, Input) == 0x0000B0, "Member 'UMaterialExpressionRound::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionCustomHLOD \ +static_assert(alignof(AWorldPartitionCustomHLOD) == 0x000008, "Wrong alignment on AWorldPartitionCustomHLOD"); \ +static_assert(sizeof(AWorldPartitionCustomHLOD) == 0x0002D0, "Wrong size on AWorldPartitionCustomHLOD"); \ +static_assert(offsetof(AWorldPartitionCustomHLOD, StaticMeshComponent) == 0x0002B8, "Member 'AWorldPartitionCustomHLOD::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionCustomHLOD, HLODInstanceGuid) == 0x0002C0, "Member 'AWorldPartitionCustomHLOD::HLODInstanceGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions \ +static_assert(alignof(MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions) == 0x000008, "Wrong alignment on MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions"); \ +static_assert(sizeof(MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions) == 0x000010, "Wrong size on MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions"); \ +static_assert(offsetof(MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions, ReturnValue) == 0x000000, "Member 'MaterialExpressionDataDrivenShaderPlatformInfoSwitch_GetNameOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDataDrivenShaderPlatformInfoSwitch \ +static_assert(alignof(UMaterialExpressionDataDrivenShaderPlatformInfoSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionDataDrivenShaderPlatformInfoSwitch"); \ +static_assert(sizeof(UMaterialExpressionDataDrivenShaderPlatformInfoSwitch) == 0x000118, "Wrong size on UMaterialExpressionDataDrivenShaderPlatformInfoSwitch"); \ +static_assert(offsetof(UMaterialExpressionDataDrivenShaderPlatformInfoSwitch, InputTrue) == 0x0000B0, "Member 'UMaterialExpressionDataDrivenShaderPlatformInfoSwitch::InputTrue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDataDrivenShaderPlatformInfoSwitch, InputFalse) == 0x0000D8, "Member 'UMaterialExpressionDataDrivenShaderPlatformInfoSwitch::InputFalse' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDataDrivenShaderPlatformInfoSwitch, DDSPIPropertyNames) == 0x000100, "Member 'UMaterialExpressionDataDrivenShaderPlatformInfoSwitch::DDSPIPropertyNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDBufferTexture \ +static_assert(alignof(UMaterialExpressionDBufferTexture) == 0x000008, "Wrong alignment on UMaterialExpressionDBufferTexture"); \ +static_assert(sizeof(UMaterialExpressionDBufferTexture) == 0x0000E0, "Wrong size on UMaterialExpressionDBufferTexture"); \ +static_assert(offsetof(UMaterialExpressionDBufferTexture, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionDBufferTexture::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDBufferTexture, DBufferTextureId) == 0x0000D8, "Member 'UMaterialExpressionDBufferTexture::DBufferTextureId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetImportData \ +static_assert(alignof(UAssetImportData) == 0x000008, "Wrong alignment on UAssetImportData"); \ +static_assert(sizeof(UAssetImportData) == 0x000028, "Wrong size on UAssetImportData"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLogarithm2 \ +static_assert(alignof(UMaterialExpressionLogarithm2) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm2"); \ +static_assert(sizeof(UMaterialExpressionLogarithm2) == 0x0000D8, "Wrong size on UMaterialExpressionLogarithm2"); \ +static_assert(offsetof(UMaterialExpressionLogarithm2, X) == 0x0000B0, "Member 'UMaterialExpressionLogarithm2::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDDX \ +static_assert(alignof(UMaterialExpressionDDX) == 0x000008, "Wrong alignment on UMaterialExpressionDDX"); \ +static_assert(sizeof(UMaterialExpressionDDX) == 0x0000D8, "Wrong size on UMaterialExpressionDDX"); \ +static_assert(offsetof(UMaterialExpressionDDX, Value) == 0x0000B0, "Member 'UMaterialExpressionDDX::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDDY \ +static_assert(alignof(UMaterialExpressionDDY) == 0x000008, "Wrong alignment on UMaterialExpressionDDY"); \ +static_assert(sizeof(UMaterialExpressionDDY) == 0x0000D8, "Wrong size on UMaterialExpressionDDY"); \ +static_assert(offsetof(UMaterialExpressionDDY, Value) == 0x0000B0, "Member 'UMaterialExpressionDDY::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameInstanceSubsystem \ +static_assert(alignof(UGameInstanceSubsystem) == 0x000008, "Wrong alignment on UGameInstanceSubsystem"); \ +static_assert(sizeof(UGameInstanceSubsystem) == 0x000030, "Wrong size on UGameInstanceSubsystem"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightmassReplace \ +static_assert(alignof(UMaterialExpressionLightmassReplace) == 0x000008, "Wrong alignment on UMaterialExpressionLightmassReplace"); \ +static_assert(sizeof(UMaterialExpressionLightmassReplace) == 0x000100, "Wrong size on UMaterialExpressionLightmassReplace"); \ +static_assert(offsetof(UMaterialExpressionLightmassReplace, Realtime) == 0x0000B0, "Member 'UMaterialExpressionLightmassReplace::Realtime' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLightmassReplace, Lightmass) == 0x0000D8, "Member 'UMaterialExpressionLightmassReplace::Lightmass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalColor \ +static_assert(alignof(UMaterialExpressionDecalColor) == 0x000008, "Wrong alignment on UMaterialExpressionDecalColor"); \ +static_assert(sizeof(UMaterialExpressionDecalColor) == 0x0000C0, "Wrong size on UMaterialExpressionDecalColor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalDerivative \ +static_assert(alignof(UMaterialExpressionDecalDerivative) == 0x000008, "Wrong alignment on UMaterialExpressionDecalDerivative"); \ +static_assert(sizeof(UMaterialExpressionDecalDerivative) == 0x0000B0, "Wrong size on UMaterialExpressionDecalDerivative"); \ + +#define DUMPER7_ASSERTS_UActorElementHierarchyInterface \ +static_assert(alignof(UActorElementHierarchyInterface) == 0x000008, "Wrong alignment on UActorElementHierarchyInterface"); \ +static_assert(sizeof(UActorElementHierarchyInterface) == 0x000030, "Wrong size on UActorElementHierarchyInterface"); \ + +#define DUMPER7_ASSERTS_USoundClass \ +static_assert(alignof(USoundClass) == 0x000008, "Wrong alignment on USoundClass"); \ +static_assert(sizeof(USoundClass) == 0x000200, "Wrong size on USoundClass"); \ +static_assert(offsetof(USoundClass, Properties) == 0x000030, "Member 'USoundClass::Properties' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, ChildClasses) == 0x0001C8, "Member 'USoundClass::ChildClasses' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, PassiveSoundMixModifiers) == 0x0001D8, "Member 'USoundClass::PassiveSoundMixModifiers' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, ParentClass) == 0x0001E8, "Member 'USoundClass::ParentClass' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, AssetUserData) == 0x0001F0, "Member 'USoundClass::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRotateAboutAxis \ +static_assert(alignof(UMaterialExpressionRotateAboutAxis) == 0x000008, "Wrong alignment on UMaterialExpressionRotateAboutAxis"); \ +static_assert(sizeof(UMaterialExpressionRotateAboutAxis) == 0x000158, "Wrong size on UMaterialExpressionRotateAboutAxis"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, NormalizedRotationAxis) == 0x0000B0, "Member 'UMaterialExpressionRotateAboutAxis::NormalizedRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, RotationAngle) == 0x0000D8, "Member 'UMaterialExpressionRotateAboutAxis::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, PivotPoint) == 0x000100, "Member 'UMaterialExpressionRotateAboutAxis::PivotPoint' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, position) == 0x000128, "Member 'UMaterialExpressionRotateAboutAxis::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, Period) == 0x000150, "Member 'UMaterialExpressionRotateAboutAxis::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalLifetimeOpacity \ +static_assert(alignof(UMaterialExpressionDecalLifetimeOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionDecalLifetimeOpacity"); \ +static_assert(sizeof(UMaterialExpressionDecalLifetimeOpacity) == 0x0000C0, "Wrong size on UMaterialExpressionDecalLifetimeOpacity"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalMipmapLevel \ +static_assert(alignof(UMaterialExpressionDecalMipmapLevel) == 0x000008, "Wrong alignment on UMaterialExpressionDecalMipmapLevel"); \ +static_assert(sizeof(UMaterialExpressionDecalMipmapLevel) == 0x0000E0, "Wrong size on UMaterialExpressionDecalMipmapLevel"); \ +static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, TextureSize) == 0x0000B0, "Member 'UMaterialExpressionDecalMipmapLevel::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, ConstWidth) == 0x0000D8, "Member 'UMaterialExpressionDecalMipmapLevel::ConstWidth' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, ConstHeight) == 0x0000DC, "Member 'UMaterialExpressionDecalMipmapLevel::ConstHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsIntegerField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsIntegerField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsIntegerField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsIntegerField) == 0x0000E0, "Wrong size on UMaterialExpressionSamplePhysicsIntegerField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, WorldPosition) == 0x0000B0, "Member 'UMaterialExpressionSamplePhysicsIntegerField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionSamplePhysicsIntegerField::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, FieldTarget) == 0x0000D9, "Member 'UMaterialExpressionSamplePhysicsIntegerField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDeltaTime \ +static_assert(alignof(UMaterialExpressionDeltaTime) == 0x000008, "Wrong alignment on UMaterialExpressionDeltaTime"); \ +static_assert(sizeof(UMaterialExpressionDeltaTime) == 0x0000C0, "Wrong size on UMaterialExpressionDeltaTime"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDepthFade \ +static_assert(alignof(UMaterialExpressionDepthFade) == 0x000008, "Wrong alignment on UMaterialExpressionDepthFade"); \ +static_assert(sizeof(UMaterialExpressionDepthFade) == 0x000108, "Wrong size on UMaterialExpressionDepthFade"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, InOpacity) == 0x0000B0, "Member 'UMaterialExpressionDepthFade::InOpacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, FadeDistance) == 0x0000D8, "Member 'UMaterialExpressionDepthFade::FadeDistance' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, OpacityDefault) == 0x000100, "Member 'UMaterialExpressionDepthFade::OpacityDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, FadeDistanceDefault) == 0x000104, "Member 'UMaterialExpressionDepthFade::FadeDistanceDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorElementWorldInterface \ +static_assert(alignof(UActorElementWorldInterface) == 0x000008, "Wrong alignment on UActorElementWorldInterface"); \ +static_assert(sizeof(UActorElementWorldInterface) == 0x000030, "Wrong size on UActorElementWorldInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureOutput \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureOutput"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x000218, "Wrong size on UMaterialExpressionRuntimeVirtualTextureOutput"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, BaseColor) == 0x0000B0, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Specular) == 0x0000D8, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Roughness) == 0x000100, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Normal) == 0x000128, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, WorldHeight) == 0x000150, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::WorldHeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Opacity) == 0x000178, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Mask) == 0x0001A0, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Mask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Displacement) == 0x0001C8, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Displacement' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Mask4) == 0x0001F0, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Mask4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDepthOfFieldFunction \ +static_assert(alignof(UMaterialExpressionDepthOfFieldFunction) == 0x000008, "Wrong alignment on UMaterialExpressionDepthOfFieldFunction"); \ +static_assert(sizeof(UMaterialExpressionDepthOfFieldFunction) == 0x0000E0, "Wrong size on UMaterialExpressionDepthOfFieldFunction"); \ +static_assert(offsetof(UMaterialExpressionDepthOfFieldFunction, FunctionValue) == 0x0000B0, "Member 'UMaterialExpressionDepthOfFieldFunction::FunctionValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthOfFieldFunction, Depth) == 0x0000B8, "Member 'UMaterialExpressionDepthOfFieldFunction::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDeriveNormalZ \ +static_assert(alignof(UMaterialExpressionDeriveNormalZ) == 0x000008, "Wrong alignment on UMaterialExpressionDeriveNormalZ"); \ +static_assert(sizeof(UMaterialExpressionDeriveNormalZ) == 0x0000D8, "Wrong size on UMaterialExpressionDeriveNormalZ"); \ +static_assert(offsetof(UMaterialExpressionDeriveNormalZ, InXY) == 0x0000B0, "Member 'UMaterialExpressionDeriveNormalZ::InXY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReroute \ +static_assert(alignof(UMaterialExpressionReroute) == 0x000008, "Wrong alignment on UMaterialExpressionReroute"); \ +static_assert(sizeof(UMaterialExpressionReroute) == 0x0000D8, "Wrong size on UMaterialExpressionReroute"); \ +static_assert(offsetof(UMaterialExpressionReroute, Input) == 0x0000B0, "Member 'UMaterialExpressionReroute::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDesaturation \ +static_assert(alignof(UMaterialExpressionDesaturation) == 0x000008, "Wrong alignment on UMaterialExpressionDesaturation"); \ +static_assert(sizeof(UMaterialExpressionDesaturation) == 0x000110, "Wrong size on UMaterialExpressionDesaturation"); \ +static_assert(offsetof(UMaterialExpressionDesaturation, Input) == 0x0000B0, "Member 'UMaterialExpressionDesaturation::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDesaturation, Fraction) == 0x0000D8, "Member 'UMaterialExpressionDesaturation::Fraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDesaturation, LuminanceFactors) == 0x000100, "Member 'UMaterialExpressionDesaturation::LuminanceFactors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistance \ +static_assert(alignof(UMaterialExpressionDistance) == 0x000008, "Wrong alignment on UMaterialExpressionDistance"); \ +static_assert(sizeof(UMaterialExpressionDistance) == 0x000100, "Wrong size on UMaterialExpressionDistance"); \ +static_assert(offsetof(UMaterialExpressionDistance, A) == 0x0000B0, "Member 'UMaterialExpressionDistance::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistance, B) == 0x0000D8, "Member 'UMaterialExpressionDistance::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionSamplePhysicsVectorField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsVectorField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsVectorField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsVectorField) == 0x0000E0, "Wrong size on UMaterialExpressionSamplePhysicsVectorField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, WorldPosition) == 0x0000B0, "Member 'UMaterialExpressionSamplePhysicsVectorField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionSamplePhysicsVectorField::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, FieldTarget) == 0x0000D9, "Member 'UMaterialExpressionSamplePhysicsVectorField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceCullFade \ +static_assert(alignof(UMaterialExpressionDistanceCullFade) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceCullFade"); \ +static_assert(sizeof(UMaterialExpressionDistanceCullFade) == 0x0000B0, "Wrong size on UMaterialExpressionDistanceCullFade"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldApproxAO \ +static_assert(alignof(UMaterialExpressionDistanceFieldApproxAO) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldApproxAO"); \ +static_assert(sizeof(UMaterialExpressionDistanceFieldApproxAO) == 0x000170, "Wrong size on UMaterialExpressionDistanceFieldApproxAO"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, position) == 0x0000B0, "Member 'UMaterialExpressionDistanceFieldApproxAO::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionDistanceFieldApproxAO::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, Normal) == 0x0000E0, "Member 'UMaterialExpressionDistanceFieldApproxAO::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, BaseDistance) == 0x000108, "Member 'UMaterialExpressionDistanceFieldApproxAO::BaseDistance' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, BaseDistanceDefault) == 0x000130, "Member 'UMaterialExpressionDistanceFieldApproxAO::BaseDistanceDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, Radius) == 0x000138, "Member 'UMaterialExpressionDistanceFieldApproxAO::Radius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, RadiusDefault) == 0x000160, "Member 'UMaterialExpressionDistanceFieldApproxAO::RadiusDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, NumSteps) == 0x000164, "Member 'UMaterialExpressionDistanceFieldApproxAO::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldApproxAO, StepScaleDefault) == 0x000168, "Member 'UMaterialExpressionDistanceFieldApproxAO::StepScaleDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSetMaterialAttributes \ +static_assert(alignof(UMaterialExpressionSetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionSetMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionSetMaterialAttributes) == 0x0000D0, "Wrong size on UMaterialExpressionSetMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, Inputs) == 0x0000B0, "Member 'UMaterialExpressionSetMaterialAttributes::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, AttributeSetTypes) == 0x0000C0, "Member 'UMaterialExpressionSetMaterialAttributes::AttributeSetTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldGradient \ +static_assert(alignof(UMaterialExpressionDistanceFieldGradient) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldGradient"); \ +static_assert(sizeof(UMaterialExpressionDistanceFieldGradient) == 0x0000E0, "Wrong size on UMaterialExpressionDistanceFieldGradient"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldGradient, position) == 0x0000B0, "Member 'UMaterialExpressionDistanceFieldGradient::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldGradient, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionDistanceFieldGradient::WorldPositionOriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldsRenderingSwitch \ +static_assert(alignof(UMaterialExpressionDistanceFieldsRenderingSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldsRenderingSwitch"); \ +static_assert(sizeof(UMaterialExpressionDistanceFieldsRenderingSwitch) == 0x000100, "Wrong size on UMaterialExpressionDistanceFieldsRenderingSwitch"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldsRenderingSwitch, No) == 0x0000B0, "Member 'UMaterialExpressionDistanceFieldsRenderingSwitch::No' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldsRenderingSwitch, Yes) == 0x0000D8, "Member 'UMaterialExpressionDistanceFieldsRenderingSwitch::Yes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_K2_SetText \ +static_assert(alignof(TextRenderComponent_K2_SetText) == 0x000008, "Wrong alignment on TextRenderComponent_K2_SetText"); \ +static_assert(sizeof(TextRenderComponent_K2_SetText) == 0x000010, "Wrong size on TextRenderComponent_K2_SetText"); \ +static_assert(offsetof(TextRenderComponent_K2_SetText, Value) == 0x000000, "Member 'TextRenderComponent_K2_SetText::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetFont \ +static_assert(alignof(TextRenderComponent_SetFont) == 0x000008, "Wrong alignment on TextRenderComponent_SetFont"); \ +static_assert(sizeof(TextRenderComponent_SetFont) == 0x000008, "Wrong size on TextRenderComponent_SetFont"); \ +static_assert(offsetof(TextRenderComponent_SetFont, Value) == 0x000000, "Member 'TextRenderComponent_SetFont::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetHorizontalAlignment \ +static_assert(alignof(TextRenderComponent_SetHorizontalAlignment) == 0x000001, "Wrong alignment on TextRenderComponent_SetHorizontalAlignment"); \ +static_assert(sizeof(TextRenderComponent_SetHorizontalAlignment) == 0x000001, "Wrong size on TextRenderComponent_SetHorizontalAlignment"); \ +static_assert(offsetof(TextRenderComponent_SetHorizontalAlignment, Value) == 0x000000, "Member 'TextRenderComponent_SetHorizontalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetHorizSpacingAdjust \ +static_assert(alignof(TextRenderComponent_SetHorizSpacingAdjust) == 0x000004, "Wrong alignment on TextRenderComponent_SetHorizSpacingAdjust"); \ +static_assert(sizeof(TextRenderComponent_SetHorizSpacingAdjust) == 0x000004, "Wrong size on TextRenderComponent_SetHorizSpacingAdjust"); \ +static_assert(offsetof(TextRenderComponent_SetHorizSpacingAdjust, Value) == 0x000000, "Member 'TextRenderComponent_SetHorizSpacingAdjust::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetText \ +static_assert(alignof(TextRenderComponent_SetText) == 0x000008, "Wrong alignment on TextRenderComponent_SetText"); \ +static_assert(sizeof(TextRenderComponent_SetText) == 0x000010, "Wrong size on TextRenderComponent_SetText"); \ +static_assert(offsetof(TextRenderComponent_SetText, Value) == 0x000000, "Member 'TextRenderComponent_SetText::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetTextMaterial \ +static_assert(alignof(TextRenderComponent_SetTextMaterial) == 0x000008, "Wrong alignment on TextRenderComponent_SetTextMaterial"); \ +static_assert(sizeof(TextRenderComponent_SetTextMaterial) == 0x000008, "Wrong size on TextRenderComponent_SetTextMaterial"); \ +static_assert(offsetof(TextRenderComponent_SetTextMaterial, Material) == 0x000000, "Member 'TextRenderComponent_SetTextMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetTextRenderColor \ +static_assert(alignof(TextRenderComponent_SetTextRenderColor) == 0x000004, "Wrong alignment on TextRenderComponent_SetTextRenderColor"); \ +static_assert(sizeof(TextRenderComponent_SetTextRenderColor) == 0x000004, "Wrong size on TextRenderComponent_SetTextRenderColor"); \ +static_assert(offsetof(TextRenderComponent_SetTextRenderColor, Value) == 0x000000, "Member 'TextRenderComponent_SetTextRenderColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetVerticalAlignment \ +static_assert(alignof(TextRenderComponent_SetVerticalAlignment) == 0x000001, "Wrong alignment on TextRenderComponent_SetVerticalAlignment"); \ +static_assert(sizeof(TextRenderComponent_SetVerticalAlignment) == 0x000001, "Wrong size on TextRenderComponent_SetVerticalAlignment"); \ +static_assert(offsetof(TextRenderComponent_SetVerticalAlignment, Value) == 0x000000, "Member 'TextRenderComponent_SetVerticalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetVertSpacingAdjust \ +static_assert(alignof(TextRenderComponent_SetVertSpacingAdjust) == 0x000004, "Wrong alignment on TextRenderComponent_SetVertSpacingAdjust"); \ +static_assert(sizeof(TextRenderComponent_SetVertSpacingAdjust) == 0x000004, "Wrong size on TextRenderComponent_SetVertSpacingAdjust"); \ +static_assert(offsetof(TextRenderComponent_SetVertSpacingAdjust, Value) == 0x000000, "Member 'TextRenderComponent_SetVertSpacingAdjust::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetWorldSize \ +static_assert(alignof(TextRenderComponent_SetWorldSize) == 0x000004, "Wrong alignment on TextRenderComponent_SetWorldSize"); \ +static_assert(sizeof(TextRenderComponent_SetWorldSize) == 0x000004, "Wrong size on TextRenderComponent_SetWorldSize"); \ +static_assert(offsetof(TextRenderComponent_SetWorldSize, Value) == 0x000000, "Member 'TextRenderComponent_SetWorldSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetXScale \ +static_assert(alignof(TextRenderComponent_SetXScale) == 0x000004, "Wrong alignment on TextRenderComponent_SetXScale"); \ +static_assert(sizeof(TextRenderComponent_SetXScale) == 0x000004, "Wrong size on TextRenderComponent_SetXScale"); \ +static_assert(offsetof(TextRenderComponent_SetXScale, Value) == 0x000000, "Member 'TextRenderComponent_SetXScale::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetYScale \ +static_assert(alignof(TextRenderComponent_SetYScale) == 0x000004, "Wrong alignment on TextRenderComponent_SetYScale"); \ +static_assert(sizeof(TextRenderComponent_SetYScale) == 0x000004, "Wrong size on TextRenderComponent_SetYScale"); \ +static_assert(offsetof(TextRenderComponent_SetYScale, Value) == 0x000000, "Member 'TextRenderComponent_SetYScale::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_GetTextLocalSize \ +static_assert(alignof(TextRenderComponent_GetTextLocalSize) == 0x000008, "Wrong alignment on TextRenderComponent_GetTextLocalSize"); \ +static_assert(sizeof(TextRenderComponent_GetTextLocalSize) == 0x000018, "Wrong size on TextRenderComponent_GetTextLocalSize"); \ +static_assert(offsetof(TextRenderComponent_GetTextLocalSize, ReturnValue) == 0x000000, "Member 'TextRenderComponent_GetTextLocalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_GetTextWorldSize \ +static_assert(alignof(TextRenderComponent_GetTextWorldSize) == 0x000008, "Wrong alignment on TextRenderComponent_GetTextWorldSize"); \ +static_assert(sizeof(TextRenderComponent_GetTextWorldSize) == 0x000018, "Wrong size on TextRenderComponent_GetTextWorldSize"); \ +static_assert(offsetof(TextRenderComponent_GetTextWorldSize, ReturnValue) == 0x000000, "Member 'TextRenderComponent_GetTextWorldSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextRenderComponent \ +static_assert(alignof(UTextRenderComponent) == 0x000010, "Wrong alignment on UTextRenderComponent"); \ +static_assert(sizeof(UTextRenderComponent) == 0x000580, "Wrong size on UTextRenderComponent"); \ +static_assert(offsetof(UTextRenderComponent, Text) == 0x000530, "Member 'UTextRenderComponent::Text' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, TextMaterial) == 0x000540, "Member 'UTextRenderComponent::TextMaterial' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, Font) == 0x000548, "Member 'UTextRenderComponent::Font' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, HorizontalAlignment) == 0x000550, "Member 'UTextRenderComponent::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, VerticalAlignment) == 0x000551, "Member 'UTextRenderComponent::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, TextRenderColor) == 0x000554, "Member 'UTextRenderComponent::TextRenderColor' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, XScale) == 0x000558, "Member 'UTextRenderComponent::XScale' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, YScale) == 0x00055C, "Member 'UTextRenderComponent::YScale' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, WorldSize) == 0x000560, "Member 'UTextRenderComponent::WorldSize' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, InvDefaultSize) == 0x000564, "Member 'UTextRenderComponent::InvDefaultSize' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, HorizSpacingAdjust) == 0x000568, "Member 'UTextRenderComponent::HorizSpacingAdjust' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, VertSpacingAdjust) == 0x00056C, "Member 'UTextRenderComponent::VertSpacingAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDivide \ +static_assert(alignof(UMaterialExpressionDivide) == 0x000008, "Wrong alignment on UMaterialExpressionDivide"); \ +static_assert(sizeof(UMaterialExpressionDivide) == 0x000108, "Wrong size on UMaterialExpressionDivide"); \ +static_assert(offsetof(UMaterialExpressionDivide, A) == 0x0000B0, "Member 'UMaterialExpressionDivide::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDivide, B) == 0x0000D8, "Member 'UMaterialExpressionDivide::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDivide, ConstA) == 0x000100, "Member 'UMaterialExpressionDivide::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDivide, ConstB) == 0x000104, "Member 'UMaterialExpressionDivide::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISlateTextureAtlasInterface \ +static_assert(alignof(ISlateTextureAtlasInterface) == 0x000001, "Wrong alignment on ISlateTextureAtlasInterface"); \ +static_assert(sizeof(ISlateTextureAtlasInterface) == 0x000001, "Wrong size on ISlateTextureAtlasInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSample \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSample"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000188, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSample"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, WorldPosition) == 0x0000D8, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValue) == 0x000100, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, DDX) == 0x000128, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::DDX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, DDY) == 0x000150, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::DDY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, VirtualTexture) == 0x000178, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MaterialType) == 0x000180, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MaterialType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bSinglePhysicalSpace) == 0x000181, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bSinglePhysicalSpace' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bAdaptive) == 0x000182, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bAdaptive' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, WorldPositionOriginType) == 0x000183, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, TextureAddressMode) == 0x000184, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::TextureAddressMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValueMode) == 0x000185, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValueMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bEnableFeedback) == 0x000186, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bEnableFeedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDotProduct \ +static_assert(alignof(UMaterialExpressionDotProduct) == 0x000008, "Wrong alignment on UMaterialExpressionDotProduct"); \ +static_assert(sizeof(UMaterialExpressionDotProduct) == 0x000100, "Wrong size on UMaterialExpressionDotProduct"); \ +static_assert(offsetof(UMaterialExpressionDotProduct, A) == 0x0000B0, "Member 'UMaterialExpressionDotProduct::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDotProduct, B) == 0x0000D8, "Member 'UMaterialExpressionDotProduct::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDoubleVectorParameter \ +static_assert(alignof(UMaterialExpressionDoubleVectorParameter) == 0x000010, "Wrong alignment on UMaterialExpressionDoubleVectorParameter"); \ +static_assert(sizeof(UMaterialExpressionDoubleVectorParameter) == 0x000100, "Wrong size on UMaterialExpressionDoubleVectorParameter"); \ +static_assert(offsetof(UMaterialExpressionDoubleVectorParameter, DefaultValue) == 0x0000E0, "Member 'UMaterialExpressionDoubleVectorParameter::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveTable \ +static_assert(alignof(UCurveTable) == 0x000008, "Wrong alignment on UCurveTable"); \ +static_assert(sizeof(UCurveTable) == 0x0000A0, "Wrong size on UCurveTable"); \ + +#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_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_UMaterialExpressionSceneTexture \ +static_assert(alignof(UMaterialExpressionSceneTexture) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexture"); \ +static_assert(sizeof(UMaterialExpressionSceneTexture) == 0x0000E0, "Wrong size on UMaterialExpressionSceneTexture"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionSceneTexture::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, SceneTextureId) == 0x0000D8, "Member 'UMaterialExpressionSceneTexture::SceneTextureId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, bFiltered) == 0x0000D9, "Member 'UMaterialExpressionSceneTexture::bFiltered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDynamicParameter \ +static_assert(alignof(UMaterialExpressionDynamicParameter) == 0x000008, "Wrong alignment on UMaterialExpressionDynamicParameter"); \ +static_assert(sizeof(UMaterialExpressionDynamicParameter) == 0x0000D8, "Wrong size on UMaterialExpressionDynamicParameter"); \ +static_assert(offsetof(UMaterialExpressionDynamicParameter, ParamNames) == 0x0000B0, "Member 'UMaterialExpressionDynamicParameter::ParamNames' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDynamicParameter, DefaultValue) == 0x0000C0, "Member 'UMaterialExpressionDynamicParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDynamicParameter, ParameterIndex) == 0x0000D0, "Member 'UMaterialExpressionDynamicParameter::ParameterIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionExponential \ +static_assert(alignof(UMaterialExpressionExponential) == 0x000008, "Wrong alignment on UMaterialExpressionExponential"); \ +static_assert(sizeof(UMaterialExpressionExponential) == 0x0000D8, "Wrong size on UMaterialExpressionExponential"); \ +static_assert(offsetof(UMaterialExpressionExponential, Input) == 0x0000B0, "Member 'UMaterialExpressionExponential::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionEyeAdaptation \ +static_assert(alignof(UMaterialExpressionEyeAdaptation) == 0x000008, "Wrong alignment on UMaterialExpressionEyeAdaptation"); \ +static_assert(sizeof(UMaterialExpressionEyeAdaptation) == 0x0000C0, "Wrong size on UMaterialExpressionEyeAdaptation"); \ + +#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, MaxObjectsInGame) == 0x00004C, "Member 'UGarbageCollectionSettings::MaxObjectsInGame' has a wrong offset!"); \ +static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsInEditor) == 0x000050, "Member 'UGarbageCollectionSettings::MaxObjectsInEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFeatureLevelSwitch \ +static_assert(alignof(UMaterialExpressionFeatureLevelSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionFeatureLevelSwitch"); \ +static_assert(sizeof(UMaterialExpressionFeatureLevelSwitch) == 0x0001A0, "Wrong size on UMaterialExpressionFeatureLevelSwitch"); \ +static_assert(offsetof(UMaterialExpressionFeatureLevelSwitch, Default) == 0x0000B0, "Member 'UMaterialExpressionFeatureLevelSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFeatureLevelSwitch, Inputs) == 0x0000D8, "Member 'UMaterialExpressionFeatureLevelSwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFloor \ +static_assert(alignof(UMaterialExpressionFloor) == 0x000008, "Wrong alignment on UMaterialExpressionFloor"); \ +static_assert(sizeof(UMaterialExpressionFloor) == 0x0000D8, "Wrong size on UMaterialExpressionFloor"); \ +static_assert(offsetof(UMaterialExpressionFloor, Input) == 0x0000B0, "Member 'UMaterialExpressionFloor::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimDataModel \ +static_assert(alignof(UAnimDataModel) == 0x000008, "Wrong alignment on UAnimDataModel"); \ +static_assert(sizeof(UAnimDataModel) == 0x0000C8, "Wrong size on UAnimDataModel"); \ +static_assert(offsetof(UAnimDataModel, BracketCounter) == 0x000030, "Member 'UAnimDataModel::BracketCounter' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, ModifiedEventDynamic) == 0x000038, "Member 'UAnimDataModel::ModifiedEventDynamic' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, BoneAnimationTracks) == 0x000060, "Member 'UAnimDataModel::BoneAnimationTracks' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, PlayLength) == 0x000070, "Member 'UAnimDataModel::PlayLength' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, FrameRate) == 0x000074, "Member 'UAnimDataModel::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, NumberOfFrames) == 0x00007C, "Member 'UAnimDataModel::NumberOfFrames' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, NumberOfKeys) == 0x000080, "Member 'UAnimDataModel::NumberOfKeys' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, CurveData) == 0x000088, "Member 'UAnimDataModel::CurveData' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, AnimatedBoneAttributes) == 0x0000A8, "Member 'UAnimDataModel::AnimatedBoneAttributes' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, bPopulated) == 0x0000B8, "Member 'UAnimDataModel::bPopulated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFresnel \ +static_assert(alignof(UMaterialExpressionFresnel) == 0x000008, "Wrong alignment on UMaterialExpressionFresnel"); \ +static_assert(sizeof(UMaterialExpressionFresnel) == 0x000138, "Wrong size on UMaterialExpressionFresnel"); \ +static_assert(offsetof(UMaterialExpressionFresnel, ExponentIn) == 0x0000B0, "Member 'UMaterialExpressionFresnel::ExponentIn' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, Exponent) == 0x0000D8, "Member 'UMaterialExpressionFresnel::Exponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, BaseReflectFractionIn) == 0x0000E0, "Member 'UMaterialExpressionFresnel::BaseReflectFractionIn' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, BaseReflectFraction) == 0x000108, "Member 'UMaterialExpressionFresnel::BaseReflectFraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, Normal) == 0x000110, "Member 'UMaterialExpressionFresnel::Normal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFunctionOutput \ +static_assert(alignof(UMaterialExpressionFunctionOutput) == 0x000008, "Wrong alignment on UMaterialExpressionFunctionOutput"); \ +static_assert(sizeof(UMaterialExpressionFunctionOutput) == 0x000110, "Wrong size on UMaterialExpressionFunctionOutput"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, OutputName) == 0x0000B0, "Member 'UMaterialExpressionFunctionOutput::OutputName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, Description) == 0x0000B8, "Member 'UMaterialExpressionFunctionOutput::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, SortPriority) == 0x0000C8, "Member 'UMaterialExpressionFunctionOutput::SortPriority' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, A) == 0x0000D0, "Member 'UMaterialExpressionFunctionOutput::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, ID) == 0x0000FC, "Member 'UMaterialExpressionFunctionOutput::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionConstantDouble \ +static_assert(alignof(UMaterialExpressionConstantDouble) == 0x000008, "Wrong alignment on UMaterialExpressionConstantDouble"); \ +static_assert(sizeof(UMaterialExpressionConstantDouble) == 0x0000B8, "Wrong size on UMaterialExpressionConstantDouble"); \ +static_assert(offsetof(UMaterialExpressionConstantDouble, Value) == 0x0000B0, "Member 'UMaterialExpressionConstantDouble::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionIf \ +static_assert(alignof(UMaterialExpressionIf) == 0x000008, "Wrong alignment on UMaterialExpressionIf"); \ +static_assert(sizeof(UMaterialExpressionIf) == 0x000188, "Wrong size on UMaterialExpressionIf"); \ +static_assert(offsetof(UMaterialExpressionIf, A) == 0x0000B0, "Member 'UMaterialExpressionIf::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, B) == 0x0000D8, "Member 'UMaterialExpressionIf::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, AGreaterThanB) == 0x000100, "Member 'UMaterialExpressionIf::AGreaterThanB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, AEqualsB) == 0x000128, "Member 'UMaterialExpressionIf::AEqualsB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, ALessThanB) == 0x000150, "Member 'UMaterialExpressionIf::ALessThanB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, EqualsThreshold) == 0x000178, "Member 'UMaterialExpressionIf::EqualsThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, ConstB) == 0x00017C, "Member 'UMaterialExpressionIf::ConstB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, ConstAEqualsB) == 0x000180, "Member 'UMaterialExpressionIf::ConstAEqualsB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionInverseLinearInterpolate \ +static_assert(alignof(UMaterialExpressionInverseLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionInverseLinearInterpolate"); \ +static_assert(sizeof(UMaterialExpressionInverseLinearInterpolate) == 0x000138, "Wrong size on UMaterialExpressionInverseLinearInterpolate"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, A) == 0x0000B0, "Member 'UMaterialExpressionInverseLinearInterpolate::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, B) == 0x0000D8, "Member 'UMaterialExpressionInverseLinearInterpolate::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, Value) == 0x000100, "Member 'UMaterialExpressionInverseLinearInterpolate::Value' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstA) == 0x000128, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstB) == 0x00012C, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstValue) == 0x000130, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, bClampResult) == 0x000134, "Member 'UMaterialExpressionInverseLinearInterpolate::bClampResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightmapUVs \ +static_assert(alignof(UMaterialExpressionLightmapUVs) == 0x000008, "Wrong alignment on UMaterialExpressionLightmapUVs"); \ +static_assert(sizeof(UMaterialExpressionLightmapUVs) == 0x0000C0, "Wrong size on UMaterialExpressionLightmapUVs"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLogarithm10 \ +static_assert(alignof(UMaterialExpressionLogarithm10) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm10"); \ +static_assert(sizeof(UMaterialExpressionLogarithm10) == 0x0000D8, "Wrong size on UMaterialExpressionLogarithm10"); \ +static_assert(offsetof(UMaterialExpressionLogarithm10, X) == 0x0000B0, "Member 'UMaterialExpressionLogarithm10::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISystemBase \ +static_assert(alignof(UAISystemBase) == 0x000008, "Wrong alignment on UAISystemBase"); \ +static_assert(sizeof(UAISystemBase) == 0x000060, "Wrong size on UAISystemBase"); \ +static_assert(offsetof(UAISystemBase, AISystemClassName) == 0x000028, "Member 'UAISystemBase::AISystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystemBase, AISystemModuleName) == 0x000048, "Member 'UAISystemBase::AISystemModuleName' has a wrong offset!"); \ +static_assert(offsetof(UAISystemBase, bInstantiateAISystemOnClient) == 0x000058, "Member 'UAISystemBase::bInstantiateAISystemOnClient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMakeMaterialAttributes \ +static_assert(alignof(UMaterialExpressionMakeMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionMakeMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionMakeMaterialAttributes) == 0x0004E8, "Wrong size on UMaterialExpressionMakeMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, BaseColor) == 0x0000B0, "Member 'UMaterialExpressionMakeMaterialAttributes::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Metallic) == 0x0000D8, "Member 'UMaterialExpressionMakeMaterialAttributes::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Specular) == 0x000100, "Member 'UMaterialExpressionMakeMaterialAttributes::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Roughness) == 0x000128, "Member 'UMaterialExpressionMakeMaterialAttributes::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Anisotropy) == 0x000150, "Member 'UMaterialExpressionMakeMaterialAttributes::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, EmissiveColor) == 0x000178, "Member 'UMaterialExpressionMakeMaterialAttributes::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Opacity) == 0x0001A0, "Member 'UMaterialExpressionMakeMaterialAttributes::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, OpacityMask) == 0x0001C8, "Member 'UMaterialExpressionMakeMaterialAttributes::OpacityMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Normal) == 0x0001F0, "Member 'UMaterialExpressionMakeMaterialAttributes::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Tangent) == 0x000218, "Member 'UMaterialExpressionMakeMaterialAttributes::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, WorldPositionOffset) == 0x000240, "Member 'UMaterialExpressionMakeMaterialAttributes::WorldPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, SubsurfaceColor) == 0x000268, "Member 'UMaterialExpressionMakeMaterialAttributes::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ClearCoat) == 0x000290, "Member 'UMaterialExpressionMakeMaterialAttributes::ClearCoat' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ClearCoatRoughness) == 0x0002B8, "Member 'UMaterialExpressionMakeMaterialAttributes::ClearCoatRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, AmbientOcclusion) == 0x0002E0, "Member 'UMaterialExpressionMakeMaterialAttributes::AmbientOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Refraction) == 0x000308, "Member 'UMaterialExpressionMakeMaterialAttributes::Refraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, CustomizedUVs) == 0x000330, "Member 'UMaterialExpressionMakeMaterialAttributes::CustomizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, PixelDepthOffset) == 0x000470, "Member 'UMaterialExpressionMakeMaterialAttributes::PixelDepthOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ShadingModel) == 0x000498, "Member 'UMaterialExpressionMakeMaterialAttributes::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Displacement) == 0x0004C0, "Member 'UMaterialExpressionMakeMaterialAttributes::Displacement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialAttributeLayers \ +static_assert(alignof(UMaterialExpressionMaterialAttributeLayers) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialAttributeLayers"); \ +static_assert(sizeof(UMaterialExpressionMaterialAttributeLayers) == 0x000238, "Wrong size on UMaterialExpressionMaterialAttributeLayers"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialAttributeLayers::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, DefaultLayers) == 0x0000E0, "Member 'UMaterialExpressionMaterialAttributeLayers::DefaultLayers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, LayerCallers) == 0x0001F0, "Member 'UMaterialExpressionMaterialAttributeLayers::LayerCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveLayerCallers) == 0x000200, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveLayerCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, BlendCallers) == 0x000208, "Member 'UMaterialExpressionMaterialAttributeLayers::BlendCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveBlendCallers) == 0x000218, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveBlendCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, OutputCaller) == 0x000220, "Member 'UMaterialExpressionMaterialAttributeLayers::OutputCaller' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, bIsLayerGraphBuilt) == 0x000228, "Member 'UMaterialExpressionMaterialAttributeLayers::bIsLayerGraphBuilt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsThreadLibrary_AddForce \ +static_assert(alignof(PhysicsThreadLibrary_AddForce) == 0x000008, "Wrong alignment on PhysicsThreadLibrary_AddForce"); \ +static_assert(sizeof(PhysicsThreadLibrary_AddForce) == 0x000028, "Wrong size on PhysicsThreadLibrary_AddForce"); \ +static_assert(offsetof(PhysicsThreadLibrary_AddForce, Handle) == 0x000000, "Member 'PhysicsThreadLibrary_AddForce::Handle' has a wrong offset!"); \ +static_assert(offsetof(PhysicsThreadLibrary_AddForce, Force) == 0x000008, "Member 'PhysicsThreadLibrary_AddForce::Force' has a wrong offset!"); \ +static_assert(offsetof(PhysicsThreadLibrary_AddForce, bAccelChange) == 0x000020, "Member 'PhysicsThreadLibrary_AddForce::bAccelChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsThreadLibrary \ +static_assert(alignof(UPhysicsThreadLibrary) == 0x000008, "Wrong alignment on UPhysicsThreadLibrary"); \ +static_assert(sizeof(UPhysicsThreadLibrary) == 0x000028, "Wrong size on UPhysicsThreadLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialLayerOutput \ +static_assert(alignof(UMaterialExpressionMaterialLayerOutput) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialLayerOutput"); \ +static_assert(sizeof(UMaterialExpressionMaterialLayerOutput) == 0x000110, "Wrong size on UMaterialExpressionMaterialLayerOutput"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMax \ +static_assert(alignof(UMaterialExpressionMax) == 0x000008, "Wrong alignment on UMaterialExpressionMax"); \ +static_assert(sizeof(UMaterialExpressionMax) == 0x000108, "Wrong size on UMaterialExpressionMax"); \ +static_assert(offsetof(UMaterialExpressionMax, A) == 0x0000B0, "Member 'UMaterialExpressionMax::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, B) == 0x0000D8, "Member 'UMaterialExpressionMax::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, ConstA) == 0x000100, "Member 'UMaterialExpressionMax::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, ConstB) == 0x000104, "Member 'UMaterialExpressionMax::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0002D0, "Wrong size on APlanarReflection"); \ +static_assert(offsetof(APlanarReflection, PlanarReflectionComponent) == 0x0002C0, "Member 'APlanarReflection::PlanarReflectionComponent' has a wrong offset!"); \ +static_assert(offsetof(APlanarReflection, bShowPreviewPlane) == 0x0002C8, "Member 'APlanarReflection::bShowPreviewPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMeshPaintTextureObject \ +static_assert(alignof(UMaterialExpressionMeshPaintTextureObject) == 0x000008, "Wrong alignment on UMaterialExpressionMeshPaintTextureObject"); \ +static_assert(sizeof(UMaterialExpressionMeshPaintTextureObject) == 0x0000C0, "Wrong size on UMaterialExpressionMeshPaintTextureObject"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMin \ +static_assert(alignof(UMaterialExpressionMin) == 0x000008, "Wrong alignment on UMaterialExpressionMin"); \ +static_assert(sizeof(UMaterialExpressionMin) == 0x000108, "Wrong size on UMaterialExpressionMin"); \ +static_assert(offsetof(UMaterialExpressionMin, A) == 0x0000B0, "Member 'UMaterialExpressionMin::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, B) == 0x0000D8, "Member 'UMaterialExpressionMin::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, ConstA) == 0x000100, "Member 'UMaterialExpressionMin::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, ConstB) == 0x000104, "Member 'UMaterialExpressionMin::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlaneReflectionCaptureComponent \ +static_assert(alignof(UPlaneReflectionCaptureComponent) == 0x000010, "Wrong alignment on UPlaneReflectionCaptureComponent"); \ +static_assert(sizeof(UPlaneReflectionCaptureComponent) == 0x0002D0, "Wrong size on UPlaneReflectionCaptureComponent"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, InfluenceRadiusScale) == 0x0002B8, "Member 'UPlaneReflectionCaptureComponent::InfluenceRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewInfluenceRadius) == 0x0002C0, "Member 'UPlaneReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewCaptureBox) == 0x0002C8, "Member 'UPlaneReflectionCaptureComponent::PreviewCaptureBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrecomputedVisibilityOverrideVolume \ +static_assert(alignof(APrecomputedVisibilityOverrideVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityOverrideVolume"); \ +static_assert(sizeof(APrecomputedVisibilityOverrideVolume) == 0x000318, "Wrong size on APrecomputedVisibilityOverrideVolume"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideVisibleActors) == 0x0002E8, "Member 'APrecomputedVisibilityOverrideVolume::OverrideVisibleActors' has a wrong offset!"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleActors) == 0x0002F8, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleActors' has a wrong offset!"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleLevels) == 0x000308, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNeuralNetworkInput \ +static_assert(alignof(UMaterialExpressionNeuralNetworkInput) == 0x000008, "Wrong alignment on UMaterialExpressionNeuralNetworkInput"); \ +static_assert(sizeof(UMaterialExpressionNeuralNetworkInput) == 0x000130, "Wrong size on UMaterialExpressionNeuralNetworkInput"); \ +static_assert(offsetof(UMaterialExpressionNeuralNetworkInput, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionNeuralNetworkInput::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNeuralNetworkInput, Input0) == 0x0000D8, "Member 'UMaterialExpressionNeuralNetworkInput::Input0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNeuralNetworkInput, Mask) == 0x000100, "Member 'UMaterialExpressionNeuralNetworkInput::Mask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNeuralNetworkInput, NeuralIndexType) == 0x000128, "Member 'UMaterialExpressionNeuralNetworkInput::NeuralIndexType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAnimClassInterface \ +static_assert(alignof(IAnimClassInterface) == 0x000001, "Wrong alignment on IAnimClassInterface"); \ +static_assert(sizeof(IAnimClassInterface) == 0x000001, "Wrong size on IAnimClassInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNormalize \ +static_assert(alignof(UMaterialExpressionNormalize) == 0x000008, "Wrong alignment on UMaterialExpressionNormalize"); \ +static_assert(sizeof(UMaterialExpressionNormalize) == 0x0000D8, "Wrong size on UMaterialExpressionNormalize"); \ +static_assert(offsetof(UMaterialExpressionNormalize, VectorInput) == 0x0000B0, "Member 'UMaterialExpressionNormalize::VectorInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectLocalBounds \ +static_assert(alignof(UMaterialExpressionObjectLocalBounds) == 0x000008, "Wrong alignment on UMaterialExpressionObjectLocalBounds"); \ +static_assert(sizeof(UMaterialExpressionObjectLocalBounds) == 0x0000C0, "Wrong size on UMaterialExpressionObjectLocalBounds"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectPositionWS \ +static_assert(alignof(UMaterialExpressionObjectPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionObjectPositionWS"); \ +static_assert(sizeof(UMaterialExpressionObjectPositionWS) == 0x0000B8, "Wrong size on UMaterialExpressionObjectPositionWS"); \ +static_assert(offsetof(UMaterialExpressionObjectPositionWS, OriginType) == 0x0000B0, "Member 'UMaterialExpressionObjectPositionWS::OriginType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionOneMinus \ +static_assert(alignof(UMaterialExpressionOneMinus) == 0x000008, "Wrong alignment on UMaterialExpressionOneMinus"); \ +static_assert(sizeof(UMaterialExpressionOneMinus) == 0x0000D8, "Wrong size on UMaterialExpressionOneMinus"); \ +static_assert(offsetof(UMaterialExpressionOneMinus, Input) == 0x0000B0, "Member 'UMaterialExpressionOneMinus::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionPanner \ +static_assert(alignof(UMaterialExpressionPanner) == 0x000008, "Wrong alignment on UMaterialExpressionPanner"); \ +static_assert(sizeof(UMaterialExpressionPanner) == 0x000138, "Wrong size on UMaterialExpressionPanner"); \ +static_assert(offsetof(UMaterialExpressionPanner, Coordinate) == 0x0000B0, "Member 'UMaterialExpressionPanner::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, Time) == 0x0000D8, "Member 'UMaterialExpressionPanner::Time' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, Speed) == 0x000100, "Member 'UMaterialExpressionPanner::Speed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, SpeedX) == 0x000128, "Member 'UMaterialExpressionPanner::SpeedX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, SpeedY) == 0x00012C, "Member 'UMaterialExpressionPanner::SpeedY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, ConstCoordinate) == 0x000130, "Member 'UMaterialExpressionPanner::ConstCoordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, bFractionalPart) == 0x000134, "Member 'UMaterialExpressionPanner::bFractionalPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleMotionBlurFade \ +static_assert(alignof(UMaterialExpressionParticleMotionBlurFade) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMotionBlurFade"); \ +static_assert(sizeof(UMaterialExpressionParticleMotionBlurFade) == 0x0000C0, "Wrong size on UMaterialExpressionParticleMotionBlurFade"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRadius \ +static_assert(alignof(UMaterialExpressionParticleRadius) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRadius"); \ +static_assert(sizeof(UMaterialExpressionParticleRadius) == 0x0000C0, "Wrong size on UMaterialExpressionParticleRadius"); \ + +#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_UMaterialExpressionParticleRelativeTime \ +static_assert(alignof(UMaterialExpressionParticleRelativeTime) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRelativeTime"); \ +static_assert(sizeof(UMaterialExpressionParticleRelativeTime) == 0x0000C0, "Wrong size on UMaterialExpressionParticleRelativeTime"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSpeed \ +static_assert(alignof(UMaterialExpressionParticleSpeed) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSpeed"); \ +static_assert(sizeof(UMaterialExpressionParticleSpeed) == 0x0000C0, "Wrong size on UMaterialExpressionParticleSpeed"); \ + +#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_UMaterialExpressionParticleSubUV \ +static_assert(alignof(UMaterialExpressionParticleSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUV"); \ +static_assert(sizeof(UMaterialExpressionParticleSubUV) == 0x000208, "Wrong size on UMaterialExpressionParticleSubUV"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPathTracingBufferTexture \ +static_assert(alignof(UMaterialExpressionPathTracingBufferTexture) == 0x000008, "Wrong alignment on UMaterialExpressionPathTracingBufferTexture"); \ +static_assert(sizeof(UMaterialExpressionPathTracingBufferTexture) == 0x0000E0, "Wrong size on UMaterialExpressionPathTracingBufferTexture"); \ +static_assert(offsetof(UMaterialExpressionPathTracingBufferTexture, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionPathTracingBufferTexture::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingBufferTexture, PathTracingBufferTextureId) == 0x0000D8, "Member 'UMaterialExpressionPathTracingBufferTexture::PathTracingBufferTextureId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraProxyMeshComponent \ +static_assert(alignof(UCameraProxyMeshComponent) == 0x000010, "Wrong alignment on UCameraProxyMeshComponent"); \ +static_assert(sizeof(UCameraProxyMeshComponent) == 0x000630, "Wrong size on UCameraProxyMeshComponent"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPathTracingRayTypeSwitch \ +static_assert(alignof(UMaterialExpressionPathTracingRayTypeSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionPathTracingRayTypeSwitch"); \ +static_assert(sizeof(UMaterialExpressionPathTracingRayTypeSwitch) == 0x000178, "Wrong size on UMaterialExpressionPathTracingRayTypeSwitch"); \ +static_assert(offsetof(UMaterialExpressionPathTracingRayTypeSwitch, Main) == 0x0000B0, "Member 'UMaterialExpressionPathTracingRayTypeSwitch::Main' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingRayTypeSwitch, Shadow) == 0x0000D8, "Member 'UMaterialExpressionPathTracingRayTypeSwitch::Shadow' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingRayTypeSwitch, IndirectDiffuse) == 0x000100, "Member 'UMaterialExpressionPathTracingRayTypeSwitch::IndirectDiffuse' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingRayTypeSwitch, IndirectSpecular) == 0x000128, "Member 'UMaterialExpressionPathTracingRayTypeSwitch::IndirectSpecular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingRayTypeSwitch, IndirectVolume) == 0x000150, "Member 'UMaterialExpressionPathTracingRayTypeSwitch::IndirectVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceCustomData3Vector \ +static_assert(alignof(UMaterialExpressionPerInstanceCustomData3Vector) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceCustomData3Vector"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceCustomData3Vector) == 0x000100, "Wrong size on UMaterialExpressionPerInstanceCustomData3Vector"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData3Vector, DefaultValue) == 0x0000C0, "Member 'UMaterialExpressionPerInstanceCustomData3Vector::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData3Vector, ConstDefaultValue) == 0x0000E8, "Member 'UMaterialExpressionPerInstanceCustomData3Vector::ConstDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData3Vector, DataIndex) == 0x0000F8, "Member 'UMaterialExpressionPerInstanceCustomData3Vector::DataIndex' 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_UMaterialExpressionPixelDepth \ +static_assert(alignof(UMaterialExpressionPixelDepth) == 0x000008, "Wrong alignment on UMaterialExpressionPixelDepth"); \ +static_assert(sizeof(UMaterialExpressionPixelDepth) == 0x0000C0, "Wrong size on UMaterialExpressionPixelDepth"); \ + +#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_UMaterialExpressionPostVolumeUserFlagTest \ +static_assert(alignof(UMaterialExpressionPostVolumeUserFlagTest) == 0x000008, "Wrong alignment on UMaterialExpressionPostVolumeUserFlagTest"); \ +static_assert(sizeof(UMaterialExpressionPostVolumeUserFlagTest) == 0x0000E0, "Wrong size on UMaterialExpressionPostVolumeUserFlagTest"); \ +static_assert(offsetof(UMaterialExpressionPostVolumeUserFlagTest, BitIndex) == 0x0000B0, "Member 'UMaterialExpressionPostVolumeUserFlagTest::BitIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPostVolumeUserFlagTest, ConstBitIndex) == 0x0000D8, "Member 'UMaterialExpressionPostVolumeUserFlagTest::ConstBitIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedNormal \ +static_assert(alignof(UMaterialExpressionPreSkinnedNormal) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedNormal"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedNormal) == 0x0000C0, "Wrong size on UMaterialExpressionPreSkinnedNormal"); \ + +#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_UMaterialExpressionPreSkinnedPosition \ +static_assert(alignof(UMaterialExpressionPreSkinnedPosition) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedPosition"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedPosition) == 0x0000C0, "Wrong size on UMaterialExpressionPreSkinnedPosition"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreviousFrameSwitch \ +static_assert(alignof(UMaterialExpressionPreviousFrameSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionPreviousFrameSwitch"); \ +static_assert(sizeof(UMaterialExpressionPreviousFrameSwitch) == 0x000100, "Wrong size on UMaterialExpressionPreviousFrameSwitch"); \ +static_assert(offsetof(UMaterialExpressionPreviousFrameSwitch, CurrentFrame) == 0x0000B0, "Member 'UMaterialExpressionPreviousFrameSwitch::CurrentFrame' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPreviousFrameSwitch, PreviousFrame) == 0x0000D8, "Member 'UMaterialExpressionPreviousFrameSwitch::PreviousFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAttributeIdentifierExtensions_IsValid \ +static_assert(alignof(AnimationAttributeIdentifierExtensions_IsValid) == 0x000008, "Wrong alignment on AnimationAttributeIdentifierExtensions_IsValid"); \ +static_assert(sizeof(AnimationAttributeIdentifierExtensions_IsValid) == 0x000048, "Wrong size on AnimationAttributeIdentifierExtensions_IsValid"); \ +static_assert(offsetof(AnimationAttributeIdentifierExtensions_IsValid, Identifier) == 0x000000, "Member 'AnimationAttributeIdentifierExtensions_IsValid::Identifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationAttributeIdentifierExtensions_IsValid, ReturnValue) == 0x000040, "Member 'AnimationAttributeIdentifierExtensions_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationAttributeIdentifierExtensions \ +static_assert(alignof(UAnimationAttributeIdentifierExtensions) == 0x000008, "Wrong alignment on UAnimationAttributeIdentifierExtensions"); \ +static_assert(sizeof(UAnimationAttributeIdentifierExtensions) == 0x000028, "Wrong size on UAnimationAttributeIdentifierExtensions"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionQualitySwitch \ +static_assert(alignof(UMaterialExpressionQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionQualitySwitch"); \ +static_assert(sizeof(UMaterialExpressionQualitySwitch) == 0x000178, "Wrong size on UMaterialExpressionQualitySwitch"); \ +static_assert(offsetof(UMaterialExpressionQualitySwitch, Default) == 0x0000B0, "Member 'UMaterialExpressionQualitySwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionQualitySwitch, Inputs) == 0x0000D8, "Member 'UMaterialExpressionQualitySwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateUtilityBase \ +static_assert(alignof(UMaterialExpressionSubstrateUtilityBase) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateUtilityBase"); \ +static_assert(sizeof(UMaterialExpressionSubstrateUtilityBase) == 0x0000B0, "Wrong size on UMaterialExpressionSubstrateUtilityBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateThinFilm \ +static_assert(alignof(UMaterialExpressionSubstrateThinFilm) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateThinFilm"); \ +static_assert(sizeof(UMaterialExpressionSubstrateThinFilm) == 0x000178, "Wrong size on UMaterialExpressionSubstrateThinFilm"); \ +static_assert(offsetof(UMaterialExpressionSubstrateThinFilm, Normal) == 0x0000B0, "Member 'UMaterialExpressionSubstrateThinFilm::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateThinFilm, F0) == 0x0000D8, "Member 'UMaterialExpressionSubstrateThinFilm::F0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateThinFilm, F90) == 0x000100, "Member 'UMaterialExpressionSubstrateThinFilm::F90' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateThinFilm, Thickness) == 0x000128, "Member 'UMaterialExpressionSubstrateThinFilm::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateThinFilm, IOR) == 0x000150, "Member 'UMaterialExpressionSubstrateThinFilm::IOR' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRayTracingQualitySwitch \ +static_assert(alignof(UMaterialExpressionRayTracingQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionRayTracingQualitySwitch"); \ +static_assert(sizeof(UMaterialExpressionRayTracingQualitySwitch) == 0x000100, "Wrong size on UMaterialExpressionRayTracingQualitySwitch"); \ +static_assert(offsetof(UMaterialExpressionRayTracingQualitySwitch, Normal) == 0x0000B0, "Member 'UMaterialExpressionRayTracingQualitySwitch::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRayTracingQualitySwitch, RayTraced) == 0x0000D8, "Member 'UMaterialExpressionRayTracingQualitySwitch::RayTraced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateWeight \ +static_assert(alignof(UMaterialExpressionSubstrateWeight) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateWeight"); \ +static_assert(sizeof(UMaterialExpressionSubstrateWeight) == 0x000100, "Wrong size on UMaterialExpressionSubstrateWeight"); \ +static_assert(offsetof(UMaterialExpressionSubstrateWeight, A) == 0x0000B0, "Member 'UMaterialExpressionSubstrateWeight::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateWeight, Weight) == 0x0000D8, "Member 'UMaterialExpressionSubstrateWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReflectionCapturePassSwitch \ +static_assert(alignof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionCapturePassSwitch"); \ +static_assert(sizeof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000100, "Wrong size on UMaterialExpressionReflectionCapturePassSwitch"); \ +static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Default) == 0x0000B0, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Reflection) == 0x0000D8, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Reflection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionReflectionVectorWS \ +static_assert(alignof(UMaterialExpressionReflectionVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionVectorWS"); \ +static_assert(sizeof(UMaterialExpressionReflectionVectorWS) == 0x0000E0, "Wrong size on UMaterialExpressionReflectionVectorWS"); \ +static_assert(offsetof(UMaterialExpressionReflectionVectorWS, CustomWorldNormal) == 0x0000B0, "Member 'UMaterialExpressionReflectionVectorWS::CustomWorldNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRequiredSamplersSwitch \ +static_assert(alignof(UMaterialExpressionRequiredSamplersSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionRequiredSamplersSwitch"); \ +static_assert(sizeof(UMaterialExpressionRequiredSamplersSwitch) == 0x000108, "Wrong size on UMaterialExpressionRequiredSamplersSwitch"); \ +static_assert(offsetof(UMaterialExpressionRequiredSamplersSwitch, InputTrue) == 0x0000B0, "Member 'UMaterialExpressionRequiredSamplersSwitch::InputTrue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRequiredSamplersSwitch, InputFalse) == 0x0000D8, "Member 'UMaterialExpressionRequiredSamplersSwitch::InputFalse' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRequiredSamplersSwitch, RequiredSamplers) == 0x000100, "Member 'UMaterialExpressionRequiredSamplersSwitch::RequiredSamplers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRgbToHsv \ +static_assert(alignof(UMaterialExpressionRgbToHsv) == 0x000008, "Wrong alignment on UMaterialExpressionRgbToHsv"); \ +static_assert(sizeof(UMaterialExpressionRgbToHsv) == 0x0000D8, "Wrong size on UMaterialExpressionRgbToHsv"); \ +static_assert(offsetof(UMaterialExpressionRgbToHsv, Input) == 0x0000B0, "Member 'UMaterialExpressionRgbToHsv::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionRotator \ +static_assert(alignof(UMaterialExpressionRotator) == 0x000008, "Wrong alignment on UMaterialExpressionRotator"); \ +static_assert(sizeof(UMaterialExpressionRotator) == 0x000110, "Wrong size on UMaterialExpressionRotator"); \ +static_assert(offsetof(UMaterialExpressionRotator, Coordinate) == 0x0000B0, "Member 'UMaterialExpressionRotator::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, Time) == 0x0000D8, "Member 'UMaterialExpressionRotator::Time' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, CenterX) == 0x000100, "Member 'UMaterialExpressionRotator::CenterX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, CenterY) == 0x000104, "Member 'UMaterialExpressionRotator::CenterY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, Speed) == 0x000108, "Member 'UMaterialExpressionRotator::Speed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, ConstCoordinate) == 0x00010C, "Member 'UMaterialExpressionRotator::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureCustomData \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureCustomData) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureCustomData"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureCustomData) == 0x0000B0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureCustomData"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureReplace \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureReplace"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000100, "Wrong size on UMaterialExpressionRuntimeVirtualTextureReplace"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, Default) == 0x0000B0, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, VirtualTextureOutput) == 0x0000D8, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::VirtualTextureOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSampleParameter \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x0001B0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ParameterName) == 0x000188, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ExpressionGUID) == 0x000190, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, Group) == 0x0001A0, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, SortPriority) == 0x0001A8, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpace \ +static_assert(alignof(UBlendSpace) == 0x000008, "Wrong alignment on UBlendSpace"); \ +static_assert(sizeof(UBlendSpace) == 0x0001C0, "Wrong size on UBlendSpace"); \ +static_assert(offsetof(UBlendSpace, bContainsRotationOffsetMeshSpaceSamples) == 0x000088, "Member 'UBlendSpace::bContainsRotationOffsetMeshSpaceSamples' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, InterpolationParam) == 0x00008C, "Member 'UBlendSpace::InterpolationParam' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, TargetWeightInterpolationSpeedPerSec) == 0x0000BC, "Member 'UBlendSpace::TargetWeightInterpolationSpeedPerSec' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, bTargetWeightInterpolationEaseInOut) == 0x0000C0, "Member 'UBlendSpace::bTargetWeightInterpolationEaseInOut' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, bAllowMeshSpaceBlending) == 0x0000C1, "Member 'UBlendSpace::bAllowMeshSpaceBlending' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, bLoop) == 0x0000C2, "Member 'UBlendSpace::bLoop' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, bAllowMarkerBasedSync) == 0x0000C3, "Member 'UBlendSpace::bAllowMarkerBasedSync' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, bShouldMatchSyncPhases) == 0x0000C4, "Member 'UBlendSpace::bShouldMatchSyncPhases' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, AnimLength) == 0x0000C8, "Member 'UBlendSpace::AnimLength' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, NotifyTriggerMode) == 0x0000CC, "Member 'UBlendSpace::NotifyTriggerMode' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, bInterpolateUsingGrid) == 0x0000CD, "Member 'UBlendSpace::bInterpolateUsingGrid' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, PreferredTriangulationDirection) == 0x0000CE, "Member 'UBlendSpace::PreferredTriangulationDirection' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, PerBoneBlendMode) == 0x0000CF, "Member 'UBlendSpace::PerBoneBlendMode' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, ManualPerBoneOverrides) == 0x0000D0, "Member 'UBlendSpace::ManualPerBoneOverrides' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, PerBoneBlendProfile) == 0x0000E0, "Member 'UBlendSpace::PerBoneBlendProfile' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, SampleIndexWithMarkers) == 0x000100, "Member 'UBlendSpace::SampleIndexWithMarkers' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, SampleData) == 0x000108, "Member 'UBlendSpace::SampleData' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, GridSamples) == 0x000118, "Member 'UBlendSpace::GridSamples' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, BlendSpaceData) == 0x000128, "Member 'UBlendSpace::BlendSpaceData' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, BlendParameters) == 0x000148, "Member 'UBlendSpace::BlendParameters' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, AxisToScaleAnimation) == 0x0001A8, "Member 'UBlendSpace::AxisToScaleAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, DimensionIndices) == 0x0001B0, "Member 'UBlendSpace::DimensionIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpace1D \ +static_assert(alignof(UBlendSpace1D) == 0x000008, "Wrong alignment on UBlendSpace1D"); \ +static_assert(sizeof(UBlendSpace1D) == 0x0001C8, "Wrong size on UBlendSpace1D"); \ +static_assert(offsetof(UBlendSpace1D, bScaleAnimation) == 0x0001C0, "Member 'UBlendSpace1D::bScaleAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAimOffsetBlendSpace1D \ +static_assert(alignof(UAimOffsetBlendSpace1D) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace1D"); \ +static_assert(sizeof(UAimOffsetBlendSpace1D) == 0x0001C8, "Wrong size on UAimOffsetBlendSpace1D"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionScreenPosition \ +static_assert(alignof(UMaterialExpressionScreenPosition) == 0x000008, "Wrong alignment on UMaterialExpressionScreenPosition"); \ +static_assert(sizeof(UMaterialExpressionScreenPosition) == 0x0000C0, "Wrong size on UMaterialExpressionScreenPosition"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShaderStageSwitch \ +static_assert(alignof(UMaterialExpressionShaderStageSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionShaderStageSwitch"); \ +static_assert(sizeof(UMaterialExpressionShaderStageSwitch) == 0x000100, "Wrong size on UMaterialExpressionShaderStageSwitch"); \ +static_assert(offsetof(UMaterialExpressionShaderStageSwitch, PixelShader) == 0x0000B0, "Member 'UMaterialExpressionShaderStageSwitch::PixelShader' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionShaderStageSwitch, VertexShader) == 0x0000D8, "Member 'UMaterialExpressionShaderStageSwitch::VertexShader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionShadingPathSwitch \ +static_assert(alignof(UMaterialExpressionShadingPathSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionShadingPathSwitch"); \ +static_assert(sizeof(UMaterialExpressionShadingPathSwitch) == 0x000150, "Wrong size on UMaterialExpressionShadingPathSwitch"); \ +static_assert(offsetof(UMaterialExpressionShadingPathSwitch, Default) == 0x0000B0, "Member 'UMaterialExpressionShadingPathSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionShadingPathSwitch, Inputs) == 0x0000D8, "Member 'UMaterialExpressionShadingPathSwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSign \ +static_assert(alignof(UMaterialExpressionSign) == 0x000008, "Wrong alignment on UMaterialExpressionSign"); \ +static_assert(sizeof(UMaterialExpressionSign) == 0x0000D8, "Wrong size on UMaterialExpressionSign"); \ +static_assert(offsetof(UMaterialExpressionSign, Input) == 0x0000B0, "Member 'UMaterialExpressionSign::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioBus \ +static_assert(alignof(UAudioBus) == 0x000008, "Wrong alignment on UAudioBus"); \ +static_assert(sizeof(UAudioBus) == 0x000038, "Wrong size on UAudioBus"); \ +static_assert(offsetof(UAudioBus, AudioBusChannels) == 0x000030, "Member 'UAudioBus::AudioBusChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSingleLayerWaterMaterialOutput \ +static_assert(alignof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x000150, "Wrong size on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ScatteringCoefficients) == 0x0000B0, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ScatteringCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, AbsorptionCoefficients) == 0x0000D8, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::AbsorptionCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, PhaseG) == 0x000100, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::PhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ColorScaleBehindWater) == 0x000128, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ColorScaleBehindWater' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightIlluminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightIlluminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightIlluminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightIlluminance) == 0x0000F8, "Wrong size on UMaterialExpressionSkyAtmosphereLightIlluminance"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, LightIndex) == 0x0000C0, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, WorldPosition) == 0x0000C8, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, WorldPositionOriginType) == 0x0000F0, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::WorldPositionOriginType' 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_UMaterialExpressionSkyAtmosphereAerialPerspective \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereAerialPerspective) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereAerialPerspective"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereAerialPerspective) == 0x0000F0, "Wrong size on UMaterialExpressionSkyAtmosphereAerialPerspective"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereAerialPerspective, WorldPosition) == 0x0000C0, "Member 'UMaterialExpressionSkyAtmosphereAerialPerspective::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereAerialPerspective, WorldPositionOriginType) == 0x0000E8, "Member 'UMaterialExpressionSkyAtmosphereAerialPerspective::WorldPositionOriginType' 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_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x0000C0, "Wrong size on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereViewLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereViewLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x0000E8, "Wrong size on UMaterialExpressionSkyAtmosphereViewLuminance"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereViewLuminance, WorldDirection) == 0x0000C0, "Member 'UMaterialExpressionSkyAtmosphereViewLuminance::WorldDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyLightEnvMapSample \ +static_assert(alignof(UMaterialExpressionSkyLightEnvMapSample) == 0x000008, "Wrong alignment on UMaterialExpressionSkyLightEnvMapSample"); \ +static_assert(sizeof(UMaterialExpressionSkyLightEnvMapSample) == 0x000110, "Wrong size on UMaterialExpressionSkyLightEnvMapSample"); \ +static_assert(offsetof(UMaterialExpressionSkyLightEnvMapSample, Direction) == 0x0000C0, "Member 'UMaterialExpressionSkyLightEnvMapSample::Direction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyLightEnvMapSample, Roughness) == 0x0000E8, "Member 'UMaterialExpressionSkyLightEnvMapSample::Roughness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSmoothStep \ +static_assert(alignof(UMaterialExpressionSmoothStep) == 0x000008, "Wrong alignment on UMaterialExpressionSmoothStep"); \ +static_assert(sizeof(UMaterialExpressionSmoothStep) == 0x000138, "Wrong size on UMaterialExpressionSmoothStep"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Min) == 0x0000B0, "Member 'UMaterialExpressionSmoothStep::Min' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Max) == 0x0000D8, "Member 'UMaterialExpressionSmoothStep::Max' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Value) == 0x000100, "Member 'UMaterialExpressionSmoothStep::Value' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstMin) == 0x000128, "Member 'UMaterialExpressionSmoothStep::ConstMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstMax) == 0x00012C, "Member 'UMaterialExpressionSmoothStep::ConstMax' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstValue) == 0x000130, "Member 'UMaterialExpressionSmoothStep::ConstValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionSobol \ +static_assert(alignof(UMaterialExpressionSobol) == 0x000008, "Wrong alignment on UMaterialExpressionSobol"); \ +static_assert(sizeof(UMaterialExpressionSobol) == 0x000140, "Wrong size on UMaterialExpressionSobol"); \ +static_assert(offsetof(UMaterialExpressionSobol, Cell) == 0x0000B0, "Member 'UMaterialExpressionSobol::Cell' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, Index_0) == 0x0000D8, "Member 'UMaterialExpressionSobol::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, Seed) == 0x000100, "Member 'UMaterialExpressionSobol::Seed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, ConstIndex) == 0x000128, "Member 'UMaterialExpressionSobol::ConstIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, ConstSeed) == 0x000130, "Member 'UMaterialExpressionSobol::ConstSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureBase \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureBase) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureBase"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureBase) == 0x0000B8, "Wrong size on UMaterialExpressionSparseVolumeTextureBase"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureBase, SparseVolumeTexture) == 0x0000B0, "Member 'UMaterialExpressionSparseVolumeTextureBase::SparseVolumeTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureObject \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureObject) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureObject"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureObject) == 0x0000B8, "Wrong size on UMaterialExpressionSparseVolumeTextureObject"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureSample \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureSample"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureSample) == 0x000188, "Wrong size on UMaterialExpressionSparseVolumeTextureSample"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, Coordinates) == 0x0000B8, "Member 'UMaterialExpressionSparseVolumeTextureSample::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, TextureObject) == 0x0000E0, "Member 'UMaterialExpressionSparseVolumeTextureSample::TextureObject' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, MipValue) == 0x000108, "Member 'UMaterialExpressionSparseVolumeTextureSample::MipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, CoordinatesDX) == 0x000130, "Member 'UMaterialExpressionSparseVolumeTextureSample::CoordinatesDX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, CoordinatesDY) == 0x000158, "Member 'UMaterialExpressionSparseVolumeTextureSample::CoordinatesDY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, MipValueMode) == 0x000180, "Member 'UMaterialExpressionSparseVolumeTextureSample::MipValueMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, SamplerSource) == 0x000181, "Member 'UMaterialExpressionSparseVolumeTextureSample::SamplerSource' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, ConstMipValue) == 0x000184, "Member 'UMaterialExpressionSparseVolumeTextureSample::ConstMipValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationBase \ +static_assert(alignof(UParticleModuleRotationBase) == 0x000008, "Wrong alignment on UParticleModuleRotationBase"); \ +static_assert(sizeof(UParticleModuleRotationBase) == 0x000030, "Wrong size on UParticleModuleRotationBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotation \ +static_assert(alignof(UParticleModuleMeshRotation) == 0x000008, "Wrong alignment on UParticleModuleMeshRotation"); \ +static_assert(sizeof(UParticleModuleMeshRotation) == 0x000098, "Wrong size on UParticleModuleMeshRotation"); \ +static_assert(offsetof(UParticleModuleMeshRotation, StartRotation) == 0x000030, "Member 'UParticleModuleMeshRotation::StartRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMaterialExpressionSparseVolumeTextureSampleParameter \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureSampleParameter) == 0x0001B0, "Wrong size on UMaterialExpressionSparseVolumeTextureSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSampleParameter, ParameterName) == 0x000188, "Member 'UMaterialExpressionSparseVolumeTextureSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSampleParameter, ExpressionGUID) == 0x000190, "Member 'UMaterialExpressionSparseVolumeTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSampleParameter, Group) == 0x0001A0, "Member 'UMaterialExpressionSparseVolumeTextureSampleParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSampleParameter, SortPriority) == 0x0001A8, "Member 'UMaterialExpressionSparseVolumeTextureSampleParameter::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureObjectParameter \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureObjectParameter) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureObjectParameter"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureObjectParameter) == 0x0001B0, "Wrong size on UMaterialExpressionSparseVolumeTextureObjectParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateEyeBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateEyeBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateEyeBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateEyeBSDF) == 0x0001F8, "Wrong size on UMaterialExpressionSubstrateEyeBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, DiffuseColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateEyeBSDF::DiffuseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, Roughness) == 0x0000D8, "Member 'UMaterialExpressionSubstrateEyeBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, CorneaNormal) == 0x000100, "Member 'UMaterialExpressionSubstrateEyeBSDF::CorneaNormal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, IrisNormal) == 0x000128, "Member 'UMaterialExpressionSubstrateEyeBSDF::IrisNormal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, IrisPlaneNormal) == 0x000150, "Member 'UMaterialExpressionSubstrateEyeBSDF::IrisPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, IrisMask) == 0x000178, "Member 'UMaterialExpressionSubstrateEyeBSDF::IrisMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, IrisDistance) == 0x0001A0, "Member 'UMaterialExpressionSubstrateEyeBSDF::IrisDistance' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, EmissiveColor) == 0x0001C8, "Member 'UMaterialExpressionSubstrateEyeBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateEyeBSDF, SubsurfaceProfile) == 0x0001F0, "Member 'UMaterialExpressionSubstrateEyeBSDF::SubsurfaceProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSpeedTree \ +static_assert(alignof(UMaterialExpressionSpeedTree) == 0x000008, "Wrong alignment on UMaterialExpressionSpeedTree"); \ +static_assert(sizeof(UMaterialExpressionSpeedTree) == 0x000160, "Wrong size on UMaterialExpressionSpeedTree"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, GeometryInput) == 0x0000B0, "Member 'UMaterialExpressionSpeedTree::GeometryInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, WindInput) == 0x0000D8, "Member 'UMaterialExpressionSpeedTree::WindInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, LODInput) == 0x000100, "Member 'UMaterialExpressionSpeedTree::LODInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, ExtraBendWS) == 0x000128, "Member 'UMaterialExpressionSpeedTree::ExtraBendWS' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, GeometryType) == 0x000150, "Member 'UMaterialExpressionSpeedTree::GeometryType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, WindType) == 0x000151, "Member 'UMaterialExpressionSpeedTree::WindType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, LODType) == 0x000152, "Member 'UMaterialExpressionSpeedTree::LODType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, BillboardThreshold) == 0x000154, "Member 'UMaterialExpressionSpeedTree::BillboardThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, bAccurateWindVelocities) == 0x000158, "Member 'UMaterialExpressionSpeedTree::bAccurateWindVelocities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSphereMask \ +static_assert(alignof(UMaterialExpressionSphereMask) == 0x000008, "Wrong alignment on UMaterialExpressionSphereMask"); \ +static_assert(sizeof(UMaterialExpressionSphereMask) == 0x000158, "Wrong size on UMaterialExpressionSphereMask"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, A) == 0x0000B0, "Member 'UMaterialExpressionSphereMask::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, B) == 0x0000D8, "Member 'UMaterialExpressionSphereMask::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, Radius) == 0x000100, "Member 'UMaterialExpressionSphereMask::Radius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, Hardness) == 0x000128, "Member 'UMaterialExpressionSphereMask::Hardness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, AttenuationRadius) == 0x000150, "Member 'UMaterialExpressionSphereMask::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, HardnessPercent) == 0x000154, "Member 'UMaterialExpressionSphereMask::HardnessPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleOrientationBase \ +static_assert(alignof(UParticleModuleOrientationBase) == 0x000008, "Wrong alignment on UParticleModuleOrientationBase"); \ +static_assert(sizeof(UParticleModuleOrientationBase) == 0x000030, "Wrong size on UParticleModuleOrientationBase"); \ + +#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_UMaterialExpressionSubstrateShadingModels \ +static_assert(alignof(UMaterialExpressionSubstrateShadingModels) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateShadingModels"); \ +static_assert(sizeof(UMaterialExpressionSubstrateShadingModels) == 0x000410, "Wrong size on UMaterialExpressionSubstrateShadingModels"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, BaseColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateShadingModels::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Metallic) == 0x0000D8, "Member 'UMaterialExpressionSubstrateShadingModels::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Specular) == 0x000100, "Member 'UMaterialExpressionSubstrateShadingModels::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Roughness) == 0x000128, "Member 'UMaterialExpressionSubstrateShadingModels::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Anisotropy) == 0x000150, "Member 'UMaterialExpressionSubstrateShadingModels::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, EmissiveColor) == 0x000178, "Member 'UMaterialExpressionSubstrateShadingModels::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Normal) == 0x0001A0, "Member 'UMaterialExpressionSubstrateShadingModels::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Tangent) == 0x0001C8, "Member 'UMaterialExpressionSubstrateShadingModels::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, SubsurfaceColor) == 0x0001F0, "Member 'UMaterialExpressionSubstrateShadingModels::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ClearCoat) == 0x000218, "Member 'UMaterialExpressionSubstrateShadingModels::ClearCoat' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ClearCoatRoughness) == 0x000240, "Member 'UMaterialExpressionSubstrateShadingModels::ClearCoatRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, Opacity) == 0x000268, "Member 'UMaterialExpressionSubstrateShadingModels::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, TransmittanceColor) == 0x000290, "Member 'UMaterialExpressionSubstrateShadingModels::TransmittanceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, WaterScatteringCoefficients) == 0x0002B8, "Member 'UMaterialExpressionSubstrateShadingModels::WaterScatteringCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, WaterAbsorptionCoefficients) == 0x0002E0, "Member 'UMaterialExpressionSubstrateShadingModels::WaterAbsorptionCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, WaterPhaseG) == 0x000308, "Member 'UMaterialExpressionSubstrateShadingModels::WaterPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ColorScaleBehindWater) == 0x000330, "Member 'UMaterialExpressionSubstrateShadingModels::ColorScaleBehindWater' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ClearCoatNormal) == 0x000358, "Member 'UMaterialExpressionSubstrateShadingModels::ClearCoatNormal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, CustomTangent) == 0x000380, "Member 'UMaterialExpressionSubstrateShadingModels::CustomTangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ShadingModel) == 0x0003A8, "Member 'UMaterialExpressionSubstrateShadingModels::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ThinTranslucentSurfaceCoverage) == 0x0003D8, "Member 'UMaterialExpressionSubstrateShadingModels::ThinTranslucentSurfaceCoverage' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, ShadingModelOverride) == 0x000400, "Member 'UMaterialExpressionSubstrateShadingModels::ShadingModelOverride' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateShadingModels, SubsurfaceProfile) == 0x000408, "Member 'UMaterialExpressionSubstrateShadingModels::SubsurfaceProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSphericalParticleOpacity \ +static_assert(alignof(UMaterialExpressionSphericalParticleOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionSphericalParticleOpacity"); \ +static_assert(sizeof(UMaterialExpressionSphericalParticleOpacity) == 0x0000F0, "Wrong size on UMaterialExpressionSphericalParticleOpacity"); \ +static_assert(offsetof(UMaterialExpressionSphericalParticleOpacity, Density) == 0x0000C0, "Member 'UMaterialExpressionSphericalParticleOpacity::Density' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphericalParticleOpacity, ConstantDensity) == 0x0000E8, "Member 'UMaterialExpressionSphericalParticleOpacity::ConstantDensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSquareRoot \ +static_assert(alignof(UMaterialExpressionSquareRoot) == 0x000008, "Wrong alignment on UMaterialExpressionSquareRoot"); \ +static_assert(sizeof(UMaterialExpressionSquareRoot) == 0x0000D8, "Wrong size on UMaterialExpressionSquareRoot"); \ +static_assert(offsetof(UMaterialExpressionSquareRoot, Input) == 0x0000B0, "Member 'UMaterialExpressionSquareRoot::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSRGBColorToWorkingColorSpace \ +static_assert(alignof(UMaterialExpressionSRGBColorToWorkingColorSpace) == 0x000008, "Wrong alignment on UMaterialExpressionSRGBColorToWorkingColorSpace"); \ +static_assert(sizeof(UMaterialExpressionSRGBColorToWorkingColorSpace) == 0x0000D8, "Wrong size on UMaterialExpressionSRGBColorToWorkingColorSpace"); \ +static_assert(offsetof(UMaterialExpressionSRGBColorToWorkingColorSpace, Input) == 0x0000B0, "Member 'UMaterialExpressionSRGBColorToWorkingColorSpace::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticBool \ +static_assert(alignof(UMaterialExpressionStaticBool) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBool"); \ +static_assert(sizeof(UMaterialExpressionStaticBool) == 0x0000B8, "Wrong size on UMaterialExpressionStaticBool"); \ + +#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_UMaterialExpressionStaticComponentMaskParameter \ +static_assert(alignof(UMaterialExpressionStaticComponentMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticComponentMaskParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticComponentMaskParameter) == 0x000108, "Wrong size on UMaterialExpressionStaticComponentMaskParameter"); \ +static_assert(offsetof(UMaterialExpressionStaticComponentMaskParameter, Input) == 0x0000D8, "Member 'UMaterialExpressionStaticComponentMaskParameter::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitch \ +static_assert(alignof(UMaterialExpressionStaticSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitch"); \ +static_assert(sizeof(UMaterialExpressionStaticSwitch) == 0x000130, "Wrong size on UMaterialExpressionStaticSwitch"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitch, A) == 0x0000B8, "Member 'UMaterialExpressionStaticSwitch::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitch, B) == 0x0000E0, "Member 'UMaterialExpressionStaticSwitch::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitch, Value) == 0x000108, "Member 'UMaterialExpressionStaticSwitch::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStep \ +static_assert(alignof(UMaterialExpressionStep) == 0x000008, "Wrong alignment on UMaterialExpressionStep"); \ +static_assert(sizeof(UMaterialExpressionStep) == 0x000108, "Wrong size on UMaterialExpressionStep"); \ +static_assert(offsetof(UMaterialExpressionStep, Y) == 0x0000B0, "Member 'UMaterialExpressionStep::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, X) == 0x0000D8, "Member 'UMaterialExpressionStep::X' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, ConstY) == 0x000100, "Member 'UMaterialExpressionStep::ConstY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, ConstX) == 0x000104, "Member 'UMaterialExpressionStep::ConstX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubsurfaceMediumMaterialOutput \ +static_assert(alignof(UMaterialExpressionSubsurfaceMediumMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionSubsurfaceMediumMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionSubsurfaceMediumMaterialOutput) == 0x000100, "Wrong size on UMaterialExpressionSubsurfaceMediumMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionSubsurfaceMediumMaterialOutput, MeanFreePath) == 0x0000B0, "Member 'UMaterialExpressionSubsurfaceMediumMaterialOutput::MeanFreePath' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubsurfaceMediumMaterialOutput, ScatteringDistribution) == 0x0000D8, "Member 'UMaterialExpressionSubsurfaceMediumMaterialOutput::ScatteringDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubtract \ +static_assert(alignof(UMaterialExpressionSubtract) == 0x000008, "Wrong alignment on UMaterialExpressionSubtract"); \ +static_assert(sizeof(UMaterialExpressionSubtract) == 0x000108, "Wrong size on UMaterialExpressionSubtract"); \ +static_assert(offsetof(UMaterialExpressionSubtract, A) == 0x0000B0, "Member 'UMaterialExpressionSubtract::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, B) == 0x0000D8, "Member 'UMaterialExpressionSubtract::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, ConstA) == 0x000100, "Member 'UMaterialExpressionSubtract::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, ConstB) == 0x000104, "Member 'UMaterialExpressionSubtract::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSwitch \ +static_assert(alignof(UMaterialExpressionSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionSwitch"); \ +static_assert(sizeof(UMaterialExpressionSwitch) == 0x000130, "Wrong size on UMaterialExpressionSwitch"); \ +static_assert(offsetof(UMaterialExpressionSwitch, Description) == 0x0000B0, "Member 'UMaterialExpressionSwitch::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, SwitchValue) == 0x0000C0, "Member 'UMaterialExpressionSwitch::SwitchValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, ConstSwitchValue) == 0x0000E8, "Member 'UMaterialExpressionSwitch::ConstSwitchValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, Default) == 0x0000F0, "Member 'UMaterialExpressionSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, ConstDefault) == 0x000118, "Member 'UMaterialExpressionSwitch::ConstDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, Inputs) == 0x000120, "Member 'UMaterialExpressionSwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISMInstanceManager \ +static_assert(alignof(ISMInstanceManager) == 0x000001, "Wrong alignment on ISMInstanceManager"); \ +static_assert(sizeof(ISMInstanceManager) == 0x000001, "Wrong size on ISMInstanceManager"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTangent \ +static_assert(alignof(UMaterialExpressionTangent) == 0x000008, "Wrong alignment on UMaterialExpressionTangent"); \ +static_assert(sizeof(UMaterialExpressionTangent) == 0x0000E0, "Wrong size on UMaterialExpressionTangent"); \ +static_assert(offsetof(UMaterialExpressionTangent, Input) == 0x0000B0, "Member 'UMaterialExpressionTangent::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTangent, Period) == 0x0000D8, "Member 'UMaterialExpressionTangent::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTemporalSobol \ +static_assert(alignof(UMaterialExpressionTemporalSobol) == 0x000008, "Wrong alignment on UMaterialExpressionTemporalSobol"); \ +static_assert(sizeof(UMaterialExpressionTemporalSobol) == 0x000118, "Wrong size on UMaterialExpressionTemporalSobol"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, Index_0) == 0x0000B0, "Member 'UMaterialExpressionTemporalSobol::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, Seed) == 0x0000D8, "Member 'UMaterialExpressionTemporalSobol::Seed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, ConstIndex) == 0x000100, "Member 'UMaterialExpressionTemporalSobol::ConstIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, ConstSeed) == 0x000108, "Member 'UMaterialExpressionTemporalSobol::ConstSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureCollectionParameter \ +static_assert(alignof(UMaterialExpressionTextureCollectionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureCollectionParameter"); \ +static_assert(sizeof(UMaterialExpressionTextureCollectionParameter) == 0x0000E0, "Wrong size on UMaterialExpressionTextureCollectionParameter"); \ +static_assert(offsetof(UMaterialExpressionTextureCollectionParameter, ParameterName) == 0x0000B8, "Member 'UMaterialExpressionTextureCollectionParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCollectionParameter, ExpressionGUID) == 0x0000C0, "Member 'UMaterialExpressionTextureCollectionParameter::ExpressionGUID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCollectionParameter, Group) == 0x0000D0, "Member 'UMaterialExpressionTextureCollectionParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCollectionParameter, SortPriority) == 0x0000D8, "Member 'UMaterialExpressionTextureCollectionParameter::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundEffectPresetWidgetInterface_GetClass \ +static_assert(alignof(SoundEffectPresetWidgetInterface_GetClass) == 0x000008, "Wrong alignment on SoundEffectPresetWidgetInterface_GetClass"); \ +static_assert(sizeof(SoundEffectPresetWidgetInterface_GetClass) == 0x000008, "Wrong size on SoundEffectPresetWidgetInterface_GetClass"); \ +static_assert(offsetof(SoundEffectPresetWidgetInterface_GetClass, ReturnValue) == 0x000000, "Member 'SoundEffectPresetWidgetInterface_GetClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundEffectPresetWidgetInterface_OnConstructed \ +static_assert(alignof(SoundEffectPresetWidgetInterface_OnConstructed) == 0x000008, "Wrong alignment on SoundEffectPresetWidgetInterface_OnConstructed"); \ +static_assert(sizeof(SoundEffectPresetWidgetInterface_OnConstructed) == 0x000008, "Wrong size on SoundEffectPresetWidgetInterface_OnConstructed"); \ +static_assert(offsetof(SoundEffectPresetWidgetInterface_OnConstructed, Preset) == 0x000000, "Member 'SoundEffectPresetWidgetInterface_OnConstructed::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundEffectPresetWidgetInterface_OnPropertyChanged \ +static_assert(alignof(SoundEffectPresetWidgetInterface_OnPropertyChanged) == 0x000008, "Wrong alignment on SoundEffectPresetWidgetInterface_OnPropertyChanged"); \ +static_assert(sizeof(SoundEffectPresetWidgetInterface_OnPropertyChanged) == 0x000010, "Wrong size on SoundEffectPresetWidgetInterface_OnPropertyChanged"); \ +static_assert(offsetof(SoundEffectPresetWidgetInterface_OnPropertyChanged, Preset) == 0x000000, "Member 'SoundEffectPresetWidgetInterface_OnPropertyChanged::Preset' has a wrong offset!"); \ +static_assert(offsetof(SoundEffectPresetWidgetInterface_OnPropertyChanged, PropertyName) == 0x000008, "Member 'SoundEffectPresetWidgetInterface_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISoundEffectPresetWidgetInterface \ +static_assert(alignof(ISoundEffectPresetWidgetInterface) == 0x000001, "Wrong alignment on ISoundEffectPresetWidgetInterface"); \ +static_assert(sizeof(ISoundEffectPresetWidgetInterface) == 0x000001, "Wrong size on ISoundEffectPresetWidgetInterface"); \ + +#define DUMPER7_ASSERTS_UChaosEventRelay \ +static_assert(alignof(UChaosEventRelay) == 0x000008, "Wrong alignment on UChaosEventRelay"); \ +static_assert(sizeof(UChaosEventRelay) == 0x000068, "Wrong size on UChaosEventRelay"); \ +static_assert(offsetof(UChaosEventRelay, OnCollisionEvent) == 0x000028, "Member 'UChaosEventRelay::OnCollisionEvent' has a wrong offset!"); \ +static_assert(offsetof(UChaosEventRelay, OnBreakEvent) == 0x000038, "Member 'UChaosEventRelay::OnBreakEvent' has a wrong offset!"); \ +static_assert(offsetof(UChaosEventRelay, OnRemovalEvent) == 0x000048, "Member 'UChaosEventRelay::OnRemovalEvent' has a wrong offset!"); \ +static_assert(offsetof(UChaosEventRelay, OnCrumblingEvent) == 0x000058, "Member 'UChaosEventRelay::OnCrumblingEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureCoordinate \ +static_assert(alignof(UMaterialExpressionTextureCoordinate) == 0x000008, "Wrong alignment on UMaterialExpressionTextureCoordinate"); \ +static_assert(sizeof(UMaterialExpressionTextureCoordinate) == 0x0000C0, "Wrong size on UMaterialExpressionTextureCoordinate"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, CoordinateIndex) == 0x0000B0, "Member 'UMaterialExpressionTextureCoordinate::CoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, UTiling) == 0x0000B4, "Member 'UMaterialExpressionTextureCoordinate::UTiling' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, VTiling) == 0x0000B8, "Member 'UMaterialExpressionTextureCoordinate::VTiling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureObjectFromCollection \ +static_assert(alignof(UMaterialExpressionTextureObjectFromCollection) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObjectFromCollection"); \ +static_assert(sizeof(UMaterialExpressionTextureObjectFromCollection) == 0x000110, "Wrong size on UMaterialExpressionTextureObjectFromCollection"); \ +static_assert(offsetof(UMaterialExpressionTextureObjectFromCollection, TextureCollection) == 0x0000B0, "Member 'UMaterialExpressionTextureObjectFromCollection::TextureCollection' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureObjectFromCollection, TextureCollectionObject) == 0x0000D8, "Member 'UMaterialExpressionTextureObjectFromCollection::TextureCollectionObject' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureObjectFromCollection, CollectionIndex) == 0x0000E0, "Member 'UMaterialExpressionTextureObjectFromCollection::CollectionIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureObjectFromCollection, ConstCollectionIndex) == 0x000108, "Member 'UMaterialExpressionTextureObjectFromCollection::ConstCollectionIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureObjectFromCollection, TextureType) == 0x00010C, "Member 'UMaterialExpressionTextureObjectFromCollection::TextureType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureProperty \ +static_assert(alignof(UMaterialExpressionTextureProperty) == 0x000008, "Wrong alignment on UMaterialExpressionTextureProperty"); \ +static_assert(sizeof(UMaterialExpressionTextureProperty) == 0x0000E0, "Wrong size on UMaterialExpressionTextureProperty"); \ +static_assert(offsetof(UMaterialExpressionTextureProperty, TextureObject) == 0x0000B0, "Member 'UMaterialExpressionTextureProperty::TextureObject' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureProperty, Property) == 0x0000D8, "Member 'UMaterialExpressionTextureProperty::Property' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureCubeArray \ +static_assert(alignof(UTextureCubeArray) == 0x000008, "Wrong alignment on UTextureCubeArray"); \ +static_assert(sizeof(UTextureCubeArray) == 0x000158, "Wrong size on UTextureCubeArray"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2DArray \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2DArray"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000228, "Wrong size on UMaterialExpressionTextureSampleParameter2DArray"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterCube \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterCube) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterCube"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterCube) == 0x000228, "Wrong size on UMaterialExpressionTextureSampleParameterCube"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterCubeArray \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterCubeArray) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterCubeArray"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterCubeArray) == 0x000228, "Wrong size on UMaterialExpressionTextureSampleParameterCubeArray"); \ + +#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_UMaterialExpressionTextureSampleParameterSubUV \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterSubUV"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterSubUV) == 0x000230, "Wrong size on UMaterialExpressionTextureSampleParameterSubUV"); \ + +#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_UMaterialExpressionTextureSampleParameterVolume \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterVolume) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterVolume"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterVolume) == 0x000228, "Wrong size on UMaterialExpressionTextureSampleParameterVolume"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTime \ +static_assert(alignof(UMaterialExpressionTime) == 0x000008, "Wrong alignment on UMaterialExpressionTime"); \ +static_assert(sizeof(UMaterialExpressionTime) == 0x0000B8, "Wrong size on UMaterialExpressionTime"); \ +static_assert(offsetof(UMaterialExpressionTime, Period) == 0x0000B4, "Member 'UMaterialExpressionTime::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureCollection \ +static_assert(alignof(UTextureCollection) == 0x000008, "Wrong alignment on UTextureCollection"); \ +static_assert(sizeof(UTextureCollection) == 0x000050, "Wrong size on UTextureCollection"); \ +static_assert(offsetof(UTextureCollection, Textures) == 0x000030, "Member 'UTextureCollection::Textures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTransform \ +static_assert(alignof(UMaterialExpressionTransform) == 0x000008, "Wrong alignment on UMaterialExpressionTransform"); \ +static_assert(sizeof(UMaterialExpressionTransform) == 0x0000E0, "Wrong size on UMaterialExpressionTransform"); \ +static_assert(offsetof(UMaterialExpressionTransform, Input) == 0x0000B0, "Member 'UMaterialExpressionTransform::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransform, TransformSourceType) == 0x0000D8, "Member 'UMaterialExpressionTransform::TransformSourceType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransform, TransformType) == 0x0000D9, "Member 'UMaterialExpressionTransform::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataBase \ +static_assert(alignof(UParticleModuleTypeDataBase) == 0x000008, "Wrong alignment on UParticleModuleTypeDataBase"); \ +static_assert(sizeof(UParticleModuleTypeDataBase) == 0x000030, "Wrong size on UParticleModuleTypeDataBase"); \ + +#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_UMaterialExpressionTransformPosition \ +static_assert(alignof(UMaterialExpressionTransformPosition) == 0x000008, "Wrong alignment on UMaterialExpressionTransformPosition"); \ +static_assert(sizeof(UMaterialExpressionTransformPosition) == 0x000140, "Wrong size on UMaterialExpressionTransformPosition"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, Input) == 0x0000B0, "Member 'UMaterialExpressionTransformPosition::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, TransformSourceType) == 0x0000D8, "Member 'UMaterialExpressionTransformPosition::TransformSourceType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, TransformType) == 0x0000D9, "Member 'UMaterialExpressionTransformPosition::TransformType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, PeriodicWorldTileSize) == 0x0000E0, "Member 'UMaterialExpressionTransformPosition::PeriodicWorldTileSize' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, FirstPersonInterpolationAlpha) == 0x000108, "Member 'UMaterialExpressionTransformPosition::FirstPersonInterpolationAlpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, ConstPeriodicWorldTileSize) == 0x000130, "Member 'UMaterialExpressionTransformPosition::ConstPeriodicWorldTileSize' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, ConstFirstPersonInterpolationAlpha) == 0x000134, "Member 'UMaterialExpressionTransformPosition::ConstFirstPersonInterpolationAlpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, bUsesPeriodicWorldPosition) == 0x000138, "Member 'UMaterialExpressionTransformPosition::bUsesPeriodicWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, bUsesFirstPersonInterpolationAlpha) == 0x000139, "Member 'UMaterialExpressionTransformPosition::bUsesFirstPersonInterpolationAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPreviewMeshCollection \ +static_assert(alignof(UPreviewMeshCollection) == 0x000008, "Wrong alignment on UPreviewMeshCollection"); \ +static_assert(sizeof(UPreviewMeshCollection) == 0x000050, "Wrong size on UPreviewMeshCollection"); \ +static_assert(offsetof(UPreviewMeshCollection, Skeleton) == 0x000038, "Member 'UPreviewMeshCollection::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(UPreviewMeshCollection, SkeletalMeshes) == 0x000040, "Member 'UPreviewMeshCollection::SkeletalMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTruncate \ +static_assert(alignof(UMaterialExpressionTruncate) == 0x000008, "Wrong alignment on UMaterialExpressionTruncate"); \ +static_assert(sizeof(UMaterialExpressionTruncate) == 0x0000D8, "Wrong size on UMaterialExpressionTruncate"); \ +static_assert(offsetof(UMaterialExpressionTruncate, Input) == 0x0000B0, "Member 'UMaterialExpressionTruncate::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTwoSidedSign \ +static_assert(alignof(UMaterialExpressionTwoSidedSign) == 0x000008, "Wrong alignment on UMaterialExpressionTwoSidedSign"); \ +static_assert(sizeof(UMaterialExpressionTwoSidedSign) == 0x0000C0, "Wrong size on UMaterialExpressionTwoSidedSign"); \ + +#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_UMorphTarget \ +static_assert(alignof(UMorphTarget) == 0x000008, "Wrong alignment on UMorphTarget"); \ +static_assert(sizeof(UMorphTarget) == 0x000050, "Wrong size on UMorphTarget"); \ +static_assert(offsetof(UMorphTarget, BaseSkelMesh) == 0x000028, "Member 'UMorphTarget::BaseSkelMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionUserSceneTexture \ +static_assert(alignof(UMaterialExpressionUserSceneTexture) == 0x000008, "Wrong alignment on UMaterialExpressionUserSceneTexture"); \ +static_assert(sizeof(UMaterialExpressionUserSceneTexture) == 0x0000E8, "Wrong size on UMaterialExpressionUserSceneTexture"); \ +static_assert(offsetof(UMaterialExpressionUserSceneTexture, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionUserSceneTexture::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionUserSceneTexture, UserSceneTexture) == 0x0000D8, "Member 'UMaterialExpressionUserSceneTexture::UserSceneTexture' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionUserSceneTexture, bFiltered) == 0x0000E0, "Member 'UMaterialExpressionUserSceneTexture::bFiltered' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionUserSceneTexture, bClamped) == 0x0000E1, "Member 'UMaterialExpressionUserSceneTexture::bClamped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariableFrameStrippingSettings \ +static_assert(alignof(UVariableFrameStrippingSettings) == 0x000008, "Wrong alignment on UVariableFrameStrippingSettings"); \ +static_assert(sizeof(UVariableFrameStrippingSettings) == 0x000030, "Wrong size on UVariableFrameStrippingSettings"); \ +static_assert(offsetof(UVariableFrameStrippingSettings, UseVariableFrameStripping) == 0x000028, "Member 'UVariableFrameStrippingSettings::UseVariableFrameStripping' has a wrong offset!"); \ +static_assert(offsetof(UVariableFrameStrippingSettings, FrameStrippingRate) == 0x00002C, "Member 'UVariableFrameStrippingSettings::FrameStrippingRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVectorNoise \ +static_assert(alignof(UMaterialExpressionVectorNoise) == 0x000008, "Wrong alignment on UMaterialExpressionVectorNoise"); \ +static_assert(sizeof(UMaterialExpressionVectorNoise) == 0x0000E8, "Wrong size on UMaterialExpressionVectorNoise"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, position) == 0x0000B0, "Member 'UMaterialExpressionVectorNoise::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionVectorNoise::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, NoiseFunction) == 0x0000D9, "Member 'UMaterialExpressionVectorNoise::NoiseFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, Quality) == 0x0000DC, "Member 'UMaterialExpressionVectorNoise::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, TileSize) == 0x0000E4, "Member 'UMaterialExpressionVectorNoise::TileSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexColor \ +static_assert(alignof(UMaterialExpressionVertexColor) == 0x000008, "Wrong alignment on UMaterialExpressionVertexColor"); \ +static_assert(sizeof(UMaterialExpressionVertexColor) == 0x0000C0, "Wrong size on UMaterialExpressionVertexColor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexTangentWS \ +static_assert(alignof(UMaterialExpressionVertexTangentWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexTangentWS"); \ +static_assert(sizeof(UMaterialExpressionVertexTangentWS) == 0x0000C0, "Wrong size on UMaterialExpressionVertexTangentWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionViewProperty \ +static_assert(alignof(UMaterialExpressionViewProperty) == 0x000008, "Wrong alignment on UMaterialExpressionViewProperty"); \ +static_assert(sizeof(UMaterialExpressionViewProperty) == 0x0000B8, "Wrong size on UMaterialExpressionViewProperty"); \ +static_assert(offsetof(UMaterialExpressionViewProperty, Property) == 0x0000B0, "Member 'UMaterialExpressionViewProperty::Property' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionViewSize \ +static_assert(alignof(UMaterialExpressionViewSize) == 0x000008, "Wrong alignment on UMaterialExpressionViewSize"); \ +static_assert(sizeof(UMaterialExpressionViewSize) == 0x0000B0, "Wrong size on UMaterialExpressionViewSize"); \ + +#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_UMaterialExpressionVirtualTextureFeatureSwitch \ +static_assert(alignof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionVirtualTextureFeatureSwitch"); \ +static_assert(sizeof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000100, "Wrong size on UMaterialExpressionVirtualTextureFeatureSwitch"); \ +static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, No) == 0x0000B0, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::No' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, Yes) == 0x0000D8, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::Yes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialInput \ +static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x0000B0, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialOutput \ +static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x0001F0, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG) == 0x0000B0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG2) == 0x0000D8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG2' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseBlend) == 0x000100, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseBlend' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringContribution) == 0x000128, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringOcclusion) == 0x000150, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringEccentricity) == 0x000178, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringEccentricity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConservativeDensity) == 0x0001A0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConservativeDensity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG) == 0x0001C8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG2) == 0x0001CC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG2' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseBlend) == 0x0001D0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseBlend' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PerSamplePhaseEvaluation) == 0x0001D4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PerSamplePhaseEvaluation' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringApproximationOctaveCount) == 0x0001D8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringApproximationOctaveCount' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringContribution) == 0x0001DC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringOcclusion) == 0x0001E0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringEccentricity) == 0x0001E4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringEccentricity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGroundContribution) == 0x0001E8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGroundContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGrayScaleMaterial) == 0x0001E9, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGrayScaleMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bRayMarchVolumeShadow) == 0x0001EA, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bRayMarchVolumeShadow' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bClampMultiScatteringContribution) == 0x0001EB, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bClampMultiScatteringContribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UMaterialExpressionWorldPosition \ +static_assert(alignof(UMaterialExpressionWorldPosition) == 0x000008, "Wrong alignment on UMaterialExpressionWorldPosition"); \ +static_assert(sizeof(UMaterialExpressionWorldPosition) == 0x0000B8, "Wrong size on UMaterialExpressionWorldPosition"); \ +static_assert(offsetof(UMaterialExpressionWorldPosition, WorldPositionShaderOffset) == 0x0000B0, "Member 'UMaterialExpressionWorldPosition::WorldPositionShaderOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMaterialInstanceActor \ +static_assert(alignof(AMaterialInstanceActor) == 0x000008, "Wrong alignment on AMaterialInstanceActor"); \ +static_assert(sizeof(AMaterialInstanceActor) == 0x0002C0, "Wrong size on AMaterialInstanceActor"); \ +static_assert(offsetof(AMaterialInstanceActor, TargetActors) == 0x0002B0, "Member 'AMaterialInstanceActor::TargetActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionInterfaceEditorOnlyData \ +static_assert(alignof(UMaterialFunctionInterfaceEditorOnlyData) == 0x000008, "Wrong alignment on UMaterialFunctionInterfaceEditorOnlyData"); \ +static_assert(sizeof(UMaterialFunctionInterfaceEditorOnlyData) == 0x000028, "Wrong size on UMaterialFunctionInterfaceEditorOnlyData"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionEditorOnlyData \ +static_assert(alignof(UMaterialFunctionEditorOnlyData) == 0x000008, "Wrong alignment on UMaterialFunctionEditorOnlyData"); \ +static_assert(sizeof(UMaterialFunctionEditorOnlyData) == 0x000058, "Wrong size on UMaterialFunctionEditorOnlyData"); \ +static_assert(offsetof(UMaterialFunctionEditorOnlyData, ExpressionCollection) == 0x000028, "Member 'UMaterialFunctionEditorOnlyData::ExpressionCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationWorldOffset \ +static_assert(alignof(UParticleModuleLocationWorldOffset) == 0x000008, "Wrong alignment on UParticleModuleLocationWorldOffset"); \ +static_assert(sizeof(UParticleModuleLocationWorldOffset) == 0x000098, "Wrong size on UParticleModuleLocationWorldOffset"); \ + +#define DUMPER7_ASSERTS_ALightClippingVolume \ +static_assert(alignof(ALightClippingVolume) == 0x000008, "Wrong alignment on ALightClippingVolume"); \ +static_assert(sizeof(ALightClippingVolume) == 0x0002F0, "Wrong size on ALightClippingVolume"); \ +static_assert(offsetof(ALightClippingVolume, ClippingPrimitiveComponent) == 0x0002E8, "Member 'ALightClippingVolume::ClippingPrimitiveComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunction \ +static_assert(alignof(UMaterialFunction) == 0x000008, "Wrong alignment on UMaterialFunction"); \ +static_assert(sizeof(UMaterialFunction) == 0x000068, "Wrong size on UMaterialFunction"); \ +static_assert(offsetof(UMaterialFunction, Description) == 0x000040, "Member 'UMaterialFunction::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialFunction, UserExposedCaption) == 0x000050, "Member 'UMaterialFunction::UserExposedCaption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayer \ +static_assert(alignof(UMaterialFunctionMaterialLayer) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayer"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayer) == 0x000068, "Wrong size on UMaterialFunctionMaterialLayer"); \ + +#define DUMPER7_ASSERTS_UPhysicsThrusterComponent \ +static_assert(alignof(UPhysicsThrusterComponent) == 0x000010, "Wrong alignment on UPhysicsThrusterComponent"); \ +static_assert(sizeof(UPhysicsThrusterComponent) == 0x000260, "Wrong size on UPhysicsThrusterComponent"); \ +static_assert(offsetof(UPhysicsThrusterComponent, ThrustStrength) == 0x000250, "Member 'UPhysicsThrusterComponent::ThrustStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlend \ +static_assert(alignof(UMaterialFunctionMaterialLayerBlend) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerBlend"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerBlend) == 0x000068, "Wrong size on UMaterialFunctionMaterialLayerBlend"); \ + +#define DUMPER7_ASSERTS_UMaterialParameterCollectionInstance \ +static_assert(alignof(UMaterialParameterCollectionInstance) == 0x000008, "Wrong alignment on UMaterialParameterCollectionInstance"); \ +static_assert(sizeof(UMaterialParameterCollectionInstance) == 0x000120, "Wrong size on UMaterialParameterCollectionInstance"); \ +static_assert(offsetof(UMaterialParameterCollectionInstance, Collection) == 0x00002C, "Member 'UMaterialParameterCollectionInstance::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_SetShowFlagSettings \ +static_assert(alignof(SceneCaptureComponent_SetShowFlagSettings) == 0x000008, "Wrong alignment on SceneCaptureComponent_SetShowFlagSettings"); \ +static_assert(sizeof(SceneCaptureComponent_SetShowFlagSettings) == 0x000010, "Wrong size on SceneCaptureComponent_SetShowFlagSettings"); \ +static_assert(offsetof(SceneCaptureComponent_SetShowFlagSettings, InShowFlagSettings) == 0x000000, "Member 'SceneCaptureComponent_SetShowFlagSettings::InShowFlagSettings' 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_SceneCaptureComponent_GetShowFlagSettings \ +static_assert(alignof(SceneCaptureComponent_GetShowFlagSettings) == 0x000008, "Wrong alignment on SceneCaptureComponent_GetShowFlagSettings"); \ +static_assert(sizeof(SceneCaptureComponent_GetShowFlagSettings) == 0x000010, "Wrong size on SceneCaptureComponent_GetShowFlagSettings"); \ +static_assert(offsetof(SceneCaptureComponent_GetShowFlagSettings, ReturnValue) == 0x000000, "Member 'SceneCaptureComponent_GetShowFlagSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneCaptureComponent \ +static_assert(alignof(USceneCaptureComponent) == 0x000010, "Wrong alignment on USceneCaptureComponent"); \ +static_assert(sizeof(USceneCaptureComponent) == 0x000340, "Wrong size on USceneCaptureComponent"); \ +static_assert(offsetof(USceneCaptureComponent, PrimitiveRenderMode) == 0x000250, "Member 'USceneCaptureComponent::PrimitiveRenderMode' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CaptureSource) == 0x000251, "Member 'USceneCaptureComponent::CaptureSource' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, bAlwaysPersistRenderingState) == 0x000253, "Member 'USceneCaptureComponent::bAlwaysPersistRenderingState' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, HiddenComponents) == 0x000258, "Member 'USceneCaptureComponent::HiddenComponents' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, HiddenActors) == 0x000268, "Member 'USceneCaptureComponent::HiddenActors' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowOnlyComponents) == 0x000278, "Member 'USceneCaptureComponent::ShowOnlyComponents' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowOnlyActors) == 0x000288, "Member 'USceneCaptureComponent::ShowOnlyActors' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, LODDistanceFactor) == 0x000298, "Member 'USceneCaptureComponent::LODDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, MaxViewDistanceOverride) == 0x00029C, "Member 'USceneCaptureComponent::MaxViewDistanceOverride' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CaptureSortPriority) == 0x0002A0, "Member 'USceneCaptureComponent::CaptureSortPriority' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, bUseRayTracingIfEnabled) == 0x0002A4, "Member 'USceneCaptureComponent::bUseRayTracingIfEnabled' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CollectionTransform) == 0x0002A8, "Member 'USceneCaptureComponent::CollectionTransform' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CollectionTransformWorldToLocal) == 0x0002B0, "Member 'USceneCaptureComponent::CollectionTransformWorldToLocal' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CollectionTransformProjection) == 0x0002B8, "Member 'USceneCaptureComponent::CollectionTransformProjection' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ViewLightingChannels) == 0x0002C0, "Member 'USceneCaptureComponent::ViewLightingChannels' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowFlagSettings) == 0x0002C8, "Member 'USceneCaptureComponent::ShowFlagSettings' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ProfilingEventName) == 0x000318, "Member 'USceneCaptureComponent::ProfilingEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshDeformerInstanceSettings \ +static_assert(alignof(UMeshDeformerInstanceSettings) == 0x000008, "Wrong alignment on UMeshDeformerInstanceSettings"); \ +static_assert(sizeof(UMeshDeformerInstanceSettings) == 0x000028, "Wrong size on UMeshDeformerInstanceSettings"); \ + +#define DUMPER7_ASSERTS_IMeshDeformerProducer \ +static_assert(alignof(IMeshDeformerProducer) == 0x000001, "Wrong alignment on IMeshDeformerProducer"); \ +static_assert(sizeof(IMeshDeformerProducer) == 0x000001, "Wrong size on IMeshDeformerProducer"); \ + +#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_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_UNavAreaBase \ +static_assert(alignof(UNavAreaBase) == 0x000008, "Wrong alignment on UNavAreaBase"); \ +static_assert(sizeof(UNavAreaBase) == 0x000030, "Wrong size on UNavAreaBase"); \ + +#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_INavigationInvokerInterface \ +static_assert(alignof(INavigationInvokerInterface) == 0x000001, "Wrong alignment on INavigationInvokerInterface"); \ +static_assert(sizeof(INavigationInvokerInterface) == 0x000001, "Wrong size on INavigationInvokerInterface"); \ + +#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_INavRelevantInterface \ +static_assert(alignof(INavRelevantInterface) == 0x000001, "Wrong alignment on INavRelevantInterface"); \ +static_assert(sizeof(INavRelevantInterface) == 0x000001, "Wrong size on INavRelevantInterface"); \ + +#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_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_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_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_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_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_ASphereReflectionCapture \ +static_assert(alignof(ASphereReflectionCapture) == 0x000008, "Wrong alignment on ASphereReflectionCapture"); \ +static_assert(sizeof(ASphereReflectionCapture) == 0x0002C0, "Wrong size on ASphereReflectionCapture"); \ +static_assert(offsetof(ASphereReflectionCapture, DrawCaptureRadius) == 0x0002B8, "Member 'ASphereReflectionCapture::DrawCaptureRadius' 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_ITedsTypedElementBridgeInterface \ +static_assert(alignof(ITedsTypedElementBridgeInterface) == 0x000001, "Wrong alignment on ITedsTypedElementBridgeInterface"); \ +static_assert(sizeof(ITedsTypedElementBridgeInterface) == 0x000001, "Wrong size on ITedsTypedElementBridgeInterface"); \ + +#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_UParticleModuleCameraBase \ +static_assert(alignof(UParticleModuleCameraBase) == 0x000008, "Wrong alignment on UParticleModuleCameraBase"); \ +static_assert(sizeof(UParticleModuleCameraBase) == 0x000030, "Wrong size on UParticleModuleCameraBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleCameraOffset \ +static_assert(alignof(UParticleModuleCameraOffset) == 0x000008, "Wrong alignment on UParticleModuleCameraOffset"); \ +static_assert(sizeof(UParticleModuleCameraOffset) == 0x000068, "Wrong size on UParticleModuleCameraOffset"); \ +static_assert(offsetof(UParticleModuleCameraOffset, CameraOffset) == 0x000030, "Member 'UParticleModuleCameraOffset::CameraOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleCameraOffset, UpdateMethod) == 0x000064, "Member 'UParticleModuleCameraOffset::UpdateMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_ATriggerBase \ +static_assert(alignof(ATriggerBase) == 0x000008, "Wrong alignment on ATriggerBase"); \ +static_assert(sizeof(ATriggerBase) == 0x0002B8, "Wrong size on ATriggerBase"); \ +static_assert(offsetof(ATriggerBase, CollisionComponent) == 0x0002B0, "Member 'ATriggerBase::CollisionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerBox \ +static_assert(alignof(ATriggerBox) == 0x000008, "Wrong alignment on ATriggerBox"); \ +static_assert(sizeof(ATriggerBox) == 0x0002B8, "Wrong size on ATriggerBox"); \ + +#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_UParticleModuleVectorFieldBase \ +static_assert(alignof(UParticleModuleVectorFieldBase) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldBase"); \ +static_assert(sizeof(UParticleModuleVectorFieldBase) == 0x000030, "Wrong size on UParticleModuleVectorFieldBase"); \ + +#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_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_UParticleModuleVelocityBase \ +static_assert(alignof(UParticleModuleVelocityBase) == 0x000008, "Wrong alignment on UParticleModuleVelocityBase"); \ +static_assert(sizeof(UParticleModuleVelocityBase) == 0x000038, "Wrong size on UParticleModuleVelocityBase"); \ + +#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_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_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_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_UParticleModuleLocationBoneSocket \ +static_assert(alignof(UParticleModuleLocationBoneSocket) == 0x000008, "Wrong alignment on UParticleModuleLocationBoneSocket"); \ +static_assert(sizeof(UParticleModuleLocationBoneSocket) == 0x000080, "Wrong size on UParticleModuleLocationBoneSocket"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SourceType) == 0x000030, "Member 'UParticleModuleLocationBoneSocket::SourceType' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, UniversalOffset) == 0x000038, "Member 'UParticleModuleLocationBoneSocket::UniversalOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SourceLocations) == 0x000050, "Member 'UParticleModuleLocationBoneSocket::SourceLocations' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SelectionMethod) == 0x000060, "Member 'UParticleModuleLocationBoneSocket::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, InheritVelocityScale) == 0x000068, "Member 'UParticleModuleLocationBoneSocket::InheritVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, SkelMeshActorParamName) == 0x00006C, "Member 'UParticleModuleLocationBoneSocket::SkelMeshActorParamName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationBoneSocket, NumPreSelectedIndices) == 0x000074, "Member 'UParticleModuleLocationBoneSocket::NumPreSelectedIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationDirect \ +static_assert(alignof(UParticleModuleLocationDirect) == 0x000008, "Wrong alignment on UParticleModuleLocationDirect"); \ +static_assert(sizeof(UParticleModuleLocationDirect) == 0x0001B0, "Wrong size on UParticleModuleLocationDirect"); \ +static_assert(offsetof(UParticleModuleLocationDirect, Location) == 0x000030, "Member 'UParticleModuleLocationDirect::Location' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationDirect, LocationOffset) == 0x000090, "Member 'UParticleModuleLocationDirect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationDirect, ScaleFactor) == 0x0000F0, "Member 'UParticleModuleLocationDirect::ScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationDirect, Direction) == 0x000150, "Member 'UParticleModuleLocationDirect::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationEmitter \ +static_assert(alignof(UParticleModuleLocationEmitter) == 0x000008, "Wrong alignment on UParticleModuleLocationEmitter"); \ +static_assert(sizeof(UParticleModuleLocationEmitter) == 0x000050, "Wrong size on UParticleModuleLocationEmitter"); \ +static_assert(offsetof(UParticleModuleLocationEmitter, EmitterName) == 0x000030, "Member 'UParticleModuleLocationEmitter::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationEmitter, SelectionMethod) == 0x000038, "Member 'UParticleModuleLocationEmitter::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationEmitter, InheritSourceVelocityScale) == 0x000040, "Member 'UParticleModuleLocationEmitter::InheritSourceVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationEmitter, InheritSourceRotationScale) == 0x000048, "Member 'UParticleModuleLocationEmitter::InheritSourceRotationScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveCylinder \ +static_assert(alignof(UParticleModuleLocationPrimitiveCylinder) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveCylinder"); \ +static_assert(sizeof(UParticleModuleLocationPrimitiveCylinder) == 0x000138, "Wrong size on UParticleModuleLocationPrimitiveCylinder"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, StartRadius) == 0x0000D0, "Member 'UParticleModuleLocationPrimitiveCylinder::StartRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, StartHeight) == 0x000100, "Member 'UParticleModuleLocationPrimitiveCylinder::StartHeight' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, HeightAxis) == 0x000130, "Member 'UParticleModuleLocationPrimitiveCylinder::HeightAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveCylinder_Seeded \ +static_assert(alignof(UParticleModuleLocationPrimitiveCylinder_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveCylinder_Seeded"); \ +static_assert(sizeof(UParticleModuleLocationPrimitiveCylinder_Seeded) == 0x000158, "Wrong size on UParticleModuleLocationPrimitiveCylinder_Seeded"); \ +static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder_Seeded, RandomSeedInfo) == 0x000138, "Member 'UParticleModuleLocationPrimitiveCylinder_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UParticleModuleLocationWorldOffset_Seeded \ +static_assert(alignof(UParticleModuleLocationWorldOffset_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocationWorldOffset_Seeded"); \ +static_assert(sizeof(UParticleModuleLocationWorldOffset_Seeded) == 0x0000B8, "Wrong size on UParticleModuleLocationWorldOffset_Seeded"); \ +static_assert(offsetof(UParticleModuleLocationWorldOffset_Seeded, RandomSeedInfo) == 0x000098, "Member 'UParticleModuleLocationWorldOffset_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleLocation_Seeded \ +static_assert(alignof(UParticleModuleLocation_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocation_Seeded"); \ +static_assert(sizeof(UParticleModuleLocation_Seeded) == 0x0000B8, "Wrong size on UParticleModuleLocation_Seeded"); \ +static_assert(offsetof(UParticleModuleLocation_Seeded, RandomSeedInfo) == 0x000098, "Member 'UParticleModuleLocation_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotationRateMultiplyLife \ +static_assert(alignof(UParticleModuleMeshRotationRateMultiplyLife) == 0x000008, "Wrong alignment on UParticleModuleMeshRotationRateMultiplyLife"); \ +static_assert(sizeof(UParticleModuleMeshRotationRateMultiplyLife) == 0x000090, "Wrong size on UParticleModuleMeshRotationRateMultiplyLife"); \ +static_assert(offsetof(UParticleModuleMeshRotationRateMultiplyLife, LifeMultiplier) == 0x000030, "Member 'UParticleModuleMeshRotationRateMultiplyLife::LifeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotationRateOverLife \ +static_assert(alignof(UParticleModuleMeshRotationRateOverLife) == 0x000008, "Wrong alignment on UParticleModuleMeshRotationRateOverLife"); \ +static_assert(sizeof(UParticleModuleMeshRotationRateOverLife) == 0x000098, "Wrong size on UParticleModuleMeshRotationRateOverLife"); \ +static_assert(offsetof(UParticleModuleMeshRotationRateOverLife, RotRate) == 0x000030, "Member 'UParticleModuleMeshRotationRateOverLife::RotRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleMeshRotationRate_Seeded \ +static_assert(alignof(UParticleModuleMeshRotationRate_Seeded) == 0x000008, "Wrong alignment on UParticleModuleMeshRotationRate_Seeded"); \ +static_assert(sizeof(UParticleModuleMeshRotationRate_Seeded) == 0x0000B0, "Wrong size on UParticleModuleMeshRotationRate_Seeded"); \ +static_assert(offsetof(UParticleModuleMeshRotationRate_Seeded, RandomSeedInfo) == 0x000090, "Member 'UParticleModuleMeshRotationRate_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleOrbitBase \ +static_assert(alignof(UParticleModuleOrbitBase) == 0x000008, "Wrong alignment on UParticleModuleOrbitBase"); \ +static_assert(sizeof(UParticleModuleOrbitBase) == 0x000038, "Wrong size on UParticleModuleOrbitBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleOrbit \ +static_assert(alignof(UParticleModuleOrbit) == 0x000008, "Wrong alignment on UParticleModuleOrbit"); \ +static_assert(sizeof(UParticleModuleOrbit) == 0x000178, "Wrong size on UParticleModuleOrbit"); \ +static_assert(offsetof(UParticleModuleOrbit, ChainMode) == 0x000038, "Member 'UParticleModuleOrbit::ChainMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, OffsetAmount) == 0x000040, "Member 'UParticleModuleOrbit::OffsetAmount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, OffsetOptions) == 0x0000A0, "Member 'UParticleModuleOrbit::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, RotationAmount) == 0x0000A8, "Member 'UParticleModuleOrbit::RotationAmount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, RotationOptions) == 0x000108, "Member 'UParticleModuleOrbit::RotationOptions' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, RotationRateAmount) == 0x000110, "Member 'UParticleModuleOrbit::RotationRateAmount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleOrbit, RotationRateOptions) == 0x000170, "Member 'UParticleModuleOrbit::RotationRateOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleParameterBase \ +static_assert(alignof(UParticleModuleParameterBase) == 0x000008, "Wrong alignment on UParticleModuleParameterBase"); \ +static_assert(sizeof(UParticleModuleParameterBase) == 0x000030, "Wrong size on UParticleModuleParameterBase"); \ + +#define DUMPER7_ASSERTS_UParticleModuleParameterDynamic \ +static_assert(alignof(UParticleModuleParameterDynamic) == 0x000008, "Wrong alignment on UParticleModuleParameterDynamic"); \ +static_assert(sizeof(UParticleModuleParameterDynamic) == 0x000048, "Wrong size on UParticleModuleParameterDynamic"); \ +static_assert(offsetof(UParticleModuleParameterDynamic, DynamicParams) == 0x000030, "Member 'UParticleModuleParameterDynamic::DynamicParams' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleParameterDynamic, UpdateFlags) == 0x000040, "Member 'UParticleModuleParameterDynamic::UpdateFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleParameterDynamic_Seeded \ +static_assert(alignof(UParticleModuleParameterDynamic_Seeded) == 0x000008, "Wrong alignment on UParticleModuleParameterDynamic_Seeded"); \ +static_assert(sizeof(UParticleModuleParameterDynamic_Seeded) == 0x000068, "Wrong size on UParticleModuleParameterDynamic_Seeded"); \ +static_assert(offsetof(UParticleModuleParameterDynamic_Seeded, RandomSeedInfo) == 0x000048, "Member 'UParticleModuleParameterDynamic_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorTextureStreamingBuildDataComponent \ +static_assert(alignof(UActorTextureStreamingBuildDataComponent) == 0x000008, "Wrong alignment on UActorTextureStreamingBuildDataComponent"); \ +static_assert(sizeof(UActorTextureStreamingBuildDataComponent) == 0x0000C0, "Wrong size on UActorTextureStreamingBuildDataComponent"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRequired \ +static_assert(alignof(UParticleModuleRequired) == 0x000008, "Wrong alignment on UParticleModuleRequired"); \ +static_assert(sizeof(UParticleModuleRequired) == 0x000170, "Wrong size on UParticleModuleRequired"); \ +static_assert(offsetof(UParticleModuleRequired, Material) == 0x000030, "Member 'UParticleModuleRequired::Material' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MinFacingCameraBlendDistance) == 0x000038, "Member 'UParticleModuleRequired::MinFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MaxFacingCameraBlendDistance) == 0x00003C, "Member 'UParticleModuleRequired::MaxFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterOrigin) == 0x000040, "Member 'UParticleModuleRequired::EmitterOrigin' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterRotation) == 0x000058, "Member 'UParticleModuleRequired::EmitterRotation' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, ScreenAlignment) == 0x000070, "Member 'UParticleModuleRequired::ScreenAlignment' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, SortMode) == 0x000072, "Member 'UParticleModuleRequired::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterDuration) == 0x000074, "Member 'UParticleModuleRequired::EmitterDuration' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, SpawnRate) == 0x000078, "Member 'UParticleModuleRequired::SpawnRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, BurstList) == 0x0000A8, "Member 'UParticleModuleRequired::BurstList' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterDelay) == 0x0000B8, "Member 'UParticleModuleRequired::EmitterDelay' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterDelayLow) == 0x0000BC, "Member 'UParticleModuleRequired::EmitterDelayLow' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, InterpolationMethod) == 0x0000C1, "Member 'UParticleModuleRequired::InterpolationMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, ParticleBurstMethod) == 0x0000C3, "Member 'UParticleModuleRequired::ParticleBurstMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, OpacitySourceMode) == 0x0000C5, "Member 'UParticleModuleRequired::OpacitySourceMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterNormalsMode) == 0x0000C6, "Member 'UParticleModuleRequired::EmitterNormalsMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, SubImages_Horizontal) == 0x0000C8, "Member 'UParticleModuleRequired::SubImages_Horizontal' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, SubImages_Vertical) == 0x0000CC, "Member 'UParticleModuleRequired::SubImages_Vertical' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, RandomImageTime) == 0x0000D0, "Member 'UParticleModuleRequired::RandomImageTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, RandomImageChanges) == 0x0000D4, "Member 'UParticleModuleRequired::RandomImageChanges' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MacroUVPosition) == 0x0000D8, "Member 'UParticleModuleRequired::MacroUVPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MacroUVRadius) == 0x0000F0, "Member 'UParticleModuleRequired::MacroUVRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, UVFlippingMode) == 0x0000F4, "Member 'UParticleModuleRequired::UVFlippingMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, BoundingMode) == 0x0000F5, "Member 'UParticleModuleRequired::BoundingMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, NormalsSphereCenter) == 0x0000F8, "Member 'UParticleModuleRequired::NormalsSphereCenter' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, AlphaThreshold) == 0x000110, "Member 'UParticleModuleRequired::AlphaThreshold' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterLoops) == 0x000114, "Member 'UParticleModuleRequired::EmitterLoops' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, CutoutTexture) == 0x000118, "Member 'UParticleModuleRequired::CutoutTexture' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, MaxDrawCount) == 0x000120, "Member 'UParticleModuleRequired::MaxDrawCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, EmitterDurationLow) == 0x000124, "Member 'UParticleModuleRequired::EmitterDurationLow' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, NormalsCylinderDirection) == 0x000128, "Member 'UParticleModuleRequired::NormalsCylinderDirection' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleRequired, NamedMaterialOverrides) == 0x000140, "Member 'UParticleModuleRequired::NamedMaterialOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotation \ +static_assert(alignof(UParticleModuleRotation) == 0x000008, "Wrong alignment on UParticleModuleRotation"); \ +static_assert(sizeof(UParticleModuleRotation) == 0x000060, "Wrong size on UParticleModuleRotation"); \ +static_assert(offsetof(UParticleModuleRotation, StartRotation) == 0x000030, "Member 'UParticleModuleRotation::StartRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRotationOverLifetime \ +static_assert(alignof(UParticleModuleRotationOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleRotationOverLifetime"); \ +static_assert(sizeof(UParticleModuleRotationOverLifetime) == 0x000068, "Wrong size on UParticleModuleRotationOverLifetime"); \ +static_assert(offsetof(UParticleModuleRotationOverLifetime, RotationOverLife) == 0x000030, "Member 'UParticleModuleRotationOverLifetime::RotationOverLife' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UWorldPartitionRuntimeCell \ +static_assert(alignof(UWorldPartitionRuntimeCell) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeCell"); \ +static_assert(sizeof(UWorldPartitionRuntimeCell) == 0x0000B0, "Wrong size on UWorldPartitionRuntimeCell"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bIsAlwaysLoaded) == 0x000038, "Member 'UWorldPartitionRuntimeCell::bIsAlwaysLoaded' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bIsSpatiallyLoaded) == 0x000039, "Member 'UWorldPartitionRuntimeCell::bIsSpatiallyLoaded' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, DataLayers) == 0x000040, "Member 'UWorldPartitionRuntimeCell::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bClientOnlyVisible) == 0x000058, "Member 'UWorldPartitionRuntimeCell::bClientOnlyVisible' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bIsHLOD) == 0x000059, "Member 'UWorldPartitionRuntimeCell::bIsHLOD' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bIsCustomHLODPlaceholderCell) == 0x00005A, "Member 'UWorldPartitionRuntimeCell::bIsCustomHLODPlaceholderCell' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bBlockOnSlowLoading) == 0x00005B, "Member 'UWorldPartitionRuntimeCell::bBlockOnSlowLoading' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, ContentBundleID) == 0x00005C, "Member 'UWorldPartitionRuntimeCell::ContentBundleID' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, CellDebugColor) == 0x00006C, "Member 'UWorldPartitionRuntimeCell::CellDebugColor' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, CellGuid) == 0x00007C, "Member 'UWorldPartitionRuntimeCell::CellGuid' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, SourceCellGuid) == 0x00008C, "Member 'UWorldPartitionRuntimeCell::SourceCellGuid' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, RuntimeCellData) == 0x0000A8, "Member 'UWorldPartitionRuntimeCell::RuntimeCellData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeLevelStreamingCell \ +static_assert(alignof(UWorldPartitionRuntimeLevelStreamingCell) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeLevelStreamingCell"); \ +static_assert(sizeof(UWorldPartitionRuntimeLevelStreamingCell) == 0x0000B8, "Wrong size on UWorldPartitionRuntimeLevelStreamingCell"); \ +static_assert(offsetof(UWorldPartitionRuntimeLevelStreamingCell, LevelStreaming) == 0x0000B0, "Member 'UWorldPartitionRuntimeLevelStreamingCell::LevelStreaming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UParticleModuleSize \ +static_assert(alignof(UParticleModuleSize) == 0x000008, "Wrong alignment on UParticleModuleSize"); \ +static_assert(sizeof(UParticleModuleSize) == 0x000090, "Wrong size on UParticleModuleSize"); \ +static_assert(offsetof(UParticleModuleSize, StartSize) == 0x000030, "Member 'UParticleModuleSize::StartSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSizeMultiplyLife \ +static_assert(alignof(UParticleModuleSizeMultiplyLife) == 0x000008, "Wrong alignment on UParticleModuleSizeMultiplyLife"); \ +static_assert(sizeof(UParticleModuleSizeMultiplyLife) == 0x000098, "Wrong size on UParticleModuleSizeMultiplyLife"); \ +static_assert(offsetof(UParticleModuleSizeMultiplyLife, LifeMultiplier) == 0x000030, "Member 'UParticleModuleSizeMultiplyLife::LifeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSizeScale \ +static_assert(alignof(UParticleModuleSizeScale) == 0x000008, "Wrong alignment on UParticleModuleSizeScale"); \ +static_assert(sizeof(UParticleModuleSizeScale) == 0x000098, "Wrong size on UParticleModuleSizeScale"); \ +static_assert(offsetof(UParticleModuleSizeScale, SizeScale) == 0x000030, "Member 'UParticleModuleSizeScale::SizeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSize_Seeded \ +static_assert(alignof(UParticleModuleSize_Seeded) == 0x000008, "Wrong alignment on UParticleModuleSize_Seeded"); \ +static_assert(sizeof(UParticleModuleSize_Seeded) == 0x0000B0, "Wrong size on UParticleModuleSize_Seeded"); \ +static_assert(offsetof(UParticleModuleSize_Seeded, RandomSeedInfo) == 0x000090, "Member 'UParticleModuleSize_Seeded::RandomSeedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleSourceMovement \ +static_assert(alignof(UParticleModuleSourceMovement) == 0x000008, "Wrong alignment on UParticleModuleSourceMovement"); \ +static_assert(sizeof(UParticleModuleSourceMovement) == 0x000090, "Wrong size on UParticleModuleSourceMovement"); \ +static_assert(offsetof(UParticleModuleSourceMovement, SourceMovementScale) == 0x000030, "Member 'UParticleModuleSourceMovement::SourceMovementScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureCube \ +static_assert(alignof(UTextureCube) == 0x000008, "Wrong alignment on UTextureCube"); \ +static_assert(sizeof(UTextureCube) == 0x000158, "Wrong size on UTextureCube"); \ + +#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_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_UParticleModuleTypeDataBeam2 \ +static_assert(alignof(UParticleModuleTypeDataBeam2) == 0x000008, "Wrong alignment on UParticleModuleTypeDataBeam2"); \ +static_assert(sizeof(UParticleModuleTypeDataBeam2) == 0x000150, "Wrong size on UParticleModuleTypeDataBeam2"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, BeamMethod) == 0x000030, "Member 'UParticleModuleTypeDataBeam2::BeamMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TextureTile) == 0x000034, "Member 'UParticleModuleTypeDataBeam2::TextureTile' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TextureTileDistance) == 0x000038, "Member 'UParticleModuleTypeDataBeam2::TextureTileDistance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, Sheets) == 0x00003C, "Member 'UParticleModuleTypeDataBeam2::Sheets' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, MaxBeamCount) == 0x000040, "Member 'UParticleModuleTypeDataBeam2::MaxBeamCount' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, Speed) == 0x000044, "Member 'UParticleModuleTypeDataBeam2::Speed' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, InterpolationPoints) == 0x000048, "Member 'UParticleModuleTypeDataBeam2::InterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, UpVectorStepSize) == 0x000050, "Member 'UParticleModuleTypeDataBeam2::UpVectorStepSize' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, BranchParentName) == 0x000054, "Member 'UParticleModuleTypeDataBeam2::BranchParentName' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, Distance) == 0x000060, "Member 'UParticleModuleTypeDataBeam2::Distance' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TaperMethod) == 0x000090, "Member 'UParticleModuleTypeDataBeam2::TaperMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TaperFactor) == 0x000098, "Member 'UParticleModuleTypeDataBeam2::TaperFactor' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataBeam2, TaperScale) == 0x0000C8, "Member 'UParticleModuleTypeDataBeam2::TaperScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataGpu \ +static_assert(alignof(UParticleModuleTypeDataGpu) == 0x000010, "Wrong alignment on UParticleModuleTypeDataGpu"); \ +static_assert(sizeof(UParticleModuleTypeDataGpu) == 0x0005D0, "Wrong size on UParticleModuleTypeDataGpu"); \ +static_assert(offsetof(UParticleModuleTypeDataGpu, EmitterInfo) == 0x000030, "Member 'UParticleModuleTypeDataGpu::EmitterInfo' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataGpu, ResourceData) == 0x000380, "Member 'UParticleModuleTypeDataGpu::ResourceData' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataGpu, CameraMotionBlurAmount) == 0x0005C0, "Member 'UParticleModuleTypeDataGpu::CameraMotionBlurAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleTypeDataMesh \ +static_assert(alignof(UParticleModuleTypeDataMesh) == 0x000008, "Wrong alignment on UParticleModuleTypeDataMesh"); \ +static_assert(sizeof(UParticleModuleTypeDataMesh) == 0x0000B0, "Wrong size on UParticleModuleTypeDataMesh"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, Mesh) == 0x000030, "Member 'UParticleModuleTypeDataMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, LODSizeScale) == 0x000040, "Member 'UParticleModuleTypeDataMesh::LODSizeScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, MeshAlignment) == 0x000045, "Member 'UParticleModuleTypeDataMesh::MeshAlignment' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, RollPitchYawRange) == 0x000048, "Member 'UParticleModuleTypeDataMesh::RollPitchYawRange' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, AxisLockOption) == 0x0000A8, "Member 'UParticleModuleTypeDataMesh::AxisLockOption' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, CameraFacingUpAxisOption) == 0x0000AA, "Member 'UParticleModuleTypeDataMesh::CameraFacingUpAxisOption' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleTypeDataMesh, CameraFacingOption) == 0x0000AB, "Member 'UParticleModuleTypeDataMesh::CameraFacingOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UParticleModuleVectorFieldRotationRate \ +static_assert(alignof(UParticleModuleVectorFieldRotationRate) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldRotationRate"); \ +static_assert(sizeof(UParticleModuleVectorFieldRotationRate) == 0x000048, "Wrong size on UParticleModuleVectorFieldRotationRate"); \ +static_assert(offsetof(UParticleModuleVectorFieldRotationRate, RotationRate) == 0x000030, "Member 'UParticleModuleVectorFieldRotationRate::RotationRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldScale \ +static_assert(alignof(UParticleModuleVectorFieldScale) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldScale"); \ +static_assert(sizeof(UParticleModuleVectorFieldScale) == 0x000068, "Wrong size on UParticleModuleVectorFieldScale"); \ +static_assert(offsetof(UParticleModuleVectorFieldScale, VectorFieldScale) == 0x000030, "Member 'UParticleModuleVectorFieldScale::VectorFieldScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldScale, VectorFieldScaleRaw) == 0x000038, "Member 'UParticleModuleVectorFieldScale::VectorFieldScaleRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVectorFieldScaleOverLife \ +static_assert(alignof(UParticleModuleVectorFieldScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldScaleOverLife"); \ +static_assert(sizeof(UParticleModuleVectorFieldScaleOverLife) == 0x000068, "Wrong size on UParticleModuleVectorFieldScaleOverLife"); \ +static_assert(offsetof(UParticleModuleVectorFieldScaleOverLife, VectorFieldScaleOverLife) == 0x000030, "Member 'UParticleModuleVectorFieldScaleOverLife::VectorFieldScaleOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVectorFieldScaleOverLife, VectorFieldScaleOverLifeRaw) == 0x000038, "Member 'UParticleModuleVectorFieldScaleOverLife::VectorFieldScaleOverLifeRaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocity \ +static_assert(alignof(UParticleModuleVelocity) == 0x000008, "Wrong alignment on UParticleModuleVelocity"); \ +static_assert(sizeof(UParticleModuleVelocity) == 0x0000C8, "Wrong size on UParticleModuleVelocity"); \ +static_assert(offsetof(UParticleModuleVelocity, StartVelocity) == 0x000038, "Member 'UParticleModuleVelocity::StartVelocity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVelocity, StartVelocityRadial) == 0x000098, "Member 'UParticleModuleVelocity::StartVelocityRadial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocityCone \ +static_assert(alignof(UParticleModuleVelocityCone) == 0x000008, "Wrong alignment on UParticleModuleVelocityCone"); \ +static_assert(sizeof(UParticleModuleVelocityCone) == 0x0000B0, "Wrong size on UParticleModuleVelocityCone"); \ +static_assert(offsetof(UParticleModuleVelocityCone, Angle) == 0x000038, "Member 'UParticleModuleVelocityCone::Angle' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVelocityCone, Velocity) == 0x000068, "Member 'UParticleModuleVelocityCone::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleVelocityCone, Direction) == 0x000098, "Member 'UParticleModuleVelocityCone::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleVelocityInheritParent \ +static_assert(alignof(UParticleModuleVelocityInheritParent) == 0x000008, "Wrong alignment on UParticleModuleVelocityInheritParent"); \ +static_assert(sizeof(UParticleModuleVelocityInheritParent) == 0x000098, "Wrong size on UParticleModuleVelocityInheritParent"); \ +static_assert(offsetof(UParticleModuleVelocityInheritParent, Scale) == 0x000038, "Member 'UParticleModuleVelocityInheritParent::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UParticleSpriteEmitter \ +static_assert(alignof(UParticleSpriteEmitter) == 0x000008, "Wrong alignment on UParticleSpriteEmitter"); \ +static_assert(sizeof(UParticleSpriteEmitter) == 0x0001C0, "Wrong size on UParticleSpriteEmitter"); \ + +#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_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) == 0x000280, "Wrong size on UPhysicsSpringComponent"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringStiffness) == 0x000250, "Member 'UPhysicsSpringComponent::SpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringDamping) == 0x000254, "Member 'UPhysicsSpringComponent::SpringDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringLengthAtRest) == 0x000258, "Member 'UPhysicsSpringComponent::SpringLengthAtRest' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringRadius) == 0x00025C, "Member 'UPhysicsSpringComponent::SpringRadius' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringChannel) == 0x000260, "Member 'UPhysicsSpringComponent::SpringChannel' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, bIgnoreSelf) == 0x000261, "Member 'UPhysicsSpringComponent::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringCompression) == 0x000264, "Member 'UPhysicsSpringComponent::SpringCompression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag \ +static_assert(alignof(WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag) == 0x000008, "Wrong alignment on WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag"); \ +static_assert(sizeof(WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag) == 0x000010, "Wrong size on WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag"); \ +static_assert(offsetof(WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag, InDestructionTag) == 0x000000, "Member 'WorldPartitionDestructibleInHLODInterface_SetHLODDestructionTag::InDestructionTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag \ +static_assert(alignof(WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag) == 0x000008, "Wrong alignment on WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag"); \ +static_assert(sizeof(WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag) == 0x000010, "Wrong size on WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag"); \ +static_assert(offsetof(WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag, ReturnValue) == 0x000000, "Member 'WorldPartitionDestructibleInHLODInterface_GetHLODDestructionTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWorldPartitionDestructibleInHLODInterface \ +static_assert(alignof(IWorldPartitionDestructibleInHLODInterface) == 0x000001, "Wrong alignment on IWorldPartitionDestructibleInHLODInterface"); \ +static_assert(sizeof(IWorldPartitionDestructibleInHLODInterface) == 0x000001, "Wrong size on IWorldPartitionDestructibleInHLODInterface"); \ + +#define DUMPER7_ASSERTS_UPlanarReflectionComponent \ +static_assert(alignof(UPlanarReflectionComponent) == 0x000010, "Wrong alignment on UPlanarReflectionComponent"); \ +static_assert(sizeof(UPlanarReflectionComponent) == 0x0004A0, "Wrong size on UPlanarReflectionComponent"); \ +static_assert(offsetof(UPlanarReflectionComponent, PreviewBox) == 0x000338, "Member 'UPlanarReflectionComponent::PreviewBox' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, NormalDistortionStrength) == 0x000340, "Member 'UPlanarReflectionComponent::NormalDistortionStrength' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, PrefilterRoughness) == 0x000344, "Member 'UPlanarReflectionComponent::PrefilterRoughness' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, PrefilterRoughnessDistance) == 0x000348, "Member 'UPlanarReflectionComponent::PrefilterRoughnessDistance' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, ScreenPercentage) == 0x00034C, "Member 'UPlanarReflectionComponent::ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, ExtraFOV) == 0x000350, "Member 'UPlanarReflectionComponent::ExtraFOV' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeStart) == 0x000354, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeStart' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeEnd) == 0x000358, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeoutStart) == 0x00035C, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeoutStart' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeoutEnd) == 0x000360, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeoutEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, AngleFromPlaneFadeStart) == 0x000364, "Member 'UPlanarReflectionComponent::AngleFromPlaneFadeStart' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, AngleFromPlaneFadeEnd) == 0x000368, "Member 'UPlanarReflectionComponent::AngleFromPlaneFadeEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, bShowPreviewPlane) == 0x00036C, "Member 'UPlanarReflectionComponent::bShowPreviewPlane' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, bRenderSceneTwoSided) == 0x00036D, "Member 'UPlanarReflectionComponent::bRenderSceneTwoSided' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlaneReflectionCapture \ +static_assert(alignof(APlaneReflectionCapture) == 0x000008, "Wrong alignment on APlaneReflectionCapture"); \ +static_assert(sizeof(APlaneReflectionCapture) == 0x0002B8, "Wrong size on APlaneReflectionCapture"); \ + +#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_ARadialForceActor \ +static_assert(alignof(ARadialForceActor) == 0x000008, "Wrong alignment on ARadialForceActor"); \ +static_assert(sizeof(ARadialForceActor) == 0x0002B8, "Wrong size on ARadialForceActor"); \ +static_assert(offsetof(ARadialForceActor, ForceComponent) == 0x0002B0, "Member 'ARadialForceActor::ForceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationDriver \ +static_assert(alignof(UReplicationDriver) == 0x000008, "Wrong alignment on UReplicationDriver"); \ +static_assert(sizeof(UReplicationDriver) == 0x000028, "Wrong size on UReplicationDriver"); \ + +#define DUMPER7_ASSERTS_UReplicationConnectionDriver \ +static_assert(alignof(UReplicationConnectionDriver) == 0x000008, "Wrong alignment on UReplicationConnectionDriver"); \ +static_assert(sizeof(UReplicationConnectionDriver) == 0x000028, "Wrong size on UReplicationConnectionDriver"); \ + +#define DUMPER7_ASSERTS_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) == 0x0002C8, "Wrong size on ASceneCapture2D"); \ +static_assert(offsetof(ASceneCapture2D, CaptureComponent2D) == 0x0002C0, "Member 'ASceneCapture2D::CaptureComponent2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent2D_AddOrUpdateBlendable \ +static_assert(alignof(SceneCaptureComponent2D_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on SceneCaptureComponent2D_AddOrUpdateBlendable"); \ +static_assert(sizeof(SceneCaptureComponent2D_AddOrUpdateBlendable) == 0x000018, "Wrong size on SceneCaptureComponent2D_AddOrUpdateBlendable"); \ +static_assert(offsetof(SceneCaptureComponent2D_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'SceneCaptureComponent2D_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ +static_assert(offsetof(SceneCaptureComponent2D_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'SceneCaptureComponent2D_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneCaptureComponent2D_RemoveBlendable \ +static_assert(alignof(SceneCaptureComponent2D_RemoveBlendable) == 0x000008, "Wrong alignment on SceneCaptureComponent2D_RemoveBlendable"); \ +static_assert(sizeof(SceneCaptureComponent2D_RemoveBlendable) == 0x000010, "Wrong size on SceneCaptureComponent2D_RemoveBlendable"); \ +static_assert(offsetof(SceneCaptureComponent2D_RemoveBlendable, InBlendableObject) == 0x000000, "Member 'SceneCaptureComponent2D_RemoveBlendable::InBlendableObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneCaptureComponent2D \ +static_assert(alignof(USceneCaptureComponent2D) == 0x000010, "Wrong alignment on USceneCaptureComponent2D"); \ +static_assert(sizeof(USceneCaptureComponent2D) == 0x000C00, "Wrong size on USceneCaptureComponent2D"); \ +static_assert(offsetof(USceneCaptureComponent2D, ProjectionType) == 0x000338, "Member 'USceneCaptureComponent2D::ProjectionType' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, FOVAngle) == 0x00033C, "Member 'USceneCaptureComponent2D::FOVAngle' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, FirstPersonFieldOfView) == 0x000340, "Member 'USceneCaptureComponent2D::FirstPersonFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, FirstPersonScale) == 0x000344, "Member 'USceneCaptureComponent2D::FirstPersonScale' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, OrthoWidth) == 0x000348, "Member 'USceneCaptureComponent2D::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bAutoCalculateOrthoPlanes) == 0x00034C, "Member 'USceneCaptureComponent2D::bAutoCalculateOrthoPlanes' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, AutoPlaneShift) == 0x000350, "Member 'USceneCaptureComponent2D::AutoPlaneShift' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bUpdateOrthoPlanes) == 0x000354, "Member 'USceneCaptureComponent2D::bUpdateOrthoPlanes' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bUseCameraHeightAsViewTarget) == 0x000355, "Member 'USceneCaptureComponent2D::bUseCameraHeightAsViewTarget' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, Overscan) == 0x000358, "Member 'USceneCaptureComponent2D::Overscan' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, TextureTarget) == 0x000360, "Member 'USceneCaptureComponent2D::TextureTarget' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CompositeMode) == 0x000368, "Member 'USceneCaptureComponent2D::CompositeMode' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, PostProcessSettings) == 0x000370, "Member 'USceneCaptureComponent2D::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, PostProcessBlendWeight) == 0x000AE0, "Member 'USceneCaptureComponent2D::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CustomNearClippingPlane) == 0x000AE8, "Member 'USceneCaptureComponent2D::CustomNearClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bUseCustomProjectionMatrix) == 0x000AEC, "Member 'USceneCaptureComponent2D::bUseCustomProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CustomProjectionMatrix) == 0x000AF0, "Member 'USceneCaptureComponent2D::CustomProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bUseFauxOrthoViewPos) == 0x000B70, "Member 'USceneCaptureComponent2D::bUseFauxOrthoViewPos' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bEnableOrthographicTiling) == 0x000B71, "Member 'USceneCaptureComponent2D::bEnableOrthographicTiling' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, NumXTiles) == 0x000B74, "Member 'USceneCaptureComponent2D::NumXTiles' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, NumYTiles) == 0x000B78, "Member 'USceneCaptureComponent2D::NumYTiles' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bEnableClipPlane) == 0x000B7C, "Member 'USceneCaptureComponent2D::bEnableClipPlane' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneBase) == 0x000B80, "Member 'USceneCaptureComponent2D::ClipPlaneBase' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneNormal) == 0x000B98, "Member 'USceneCaptureComponent2D::ClipPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bRenderInMainRenderer) == 0x000BB0, "Member 'USceneCaptureComponent2D::bRenderInMainRenderer' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, UnlitViewmode) == 0x000BB1, "Member 'USceneCaptureComponent2D::UnlitViewmode' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, MainViewResolutionDivisor) == 0x000BB8, "Member 'USceneCaptureComponent2D::MainViewResolutionDivisor' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, UserSceneTextureBaseColor) == 0x000BC0, "Member 'USceneCaptureComponent2D::UserSceneTextureBaseColor' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, UserSceneTextureNormal) == 0x000BC8, "Member 'USceneCaptureComponent2D::UserSceneTextureNormal' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, UserSceneTextureSceneColor) == 0x000BD0, "Member 'USceneCaptureComponent2D::UserSceneTextureSceneColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneCaptureComponentCube \ +static_assert(alignof(USceneCaptureComponentCube) == 0x000010, "Wrong alignment on USceneCaptureComponentCube"); \ +static_assert(sizeof(USceneCaptureComponentCube) == 0x000AD0, "Wrong size on USceneCaptureComponentCube"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTarget) == 0x000338, "Member 'USceneCaptureComponentCube::TextureTarget' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, bCaptureRotation) == 0x000340, "Member 'USceneCaptureComponentCube::bCaptureRotation' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, PostProcessSettings) == 0x000350, "Member 'USceneCaptureComponentCube::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, PostProcessBlendWeight) == 0x000AC0, "Member 'USceneCaptureComponentCube::PostProcessBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShadowMapTexture2D \ +static_assert(alignof(UShadowMapTexture2D) == 0x000008, "Wrong alignment on UShadowMapTexture2D"); \ +static_assert(sizeof(UShadowMapTexture2D) == 0x000178, "Wrong size on UShadowMapTexture2D"); \ +static_assert(offsetof(UShadowMapTexture2D, ShadowmapFlags) == 0x000170, "Member 'UShadowMapTexture2D::ShadowmapFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshSocket_InitializeSocketFromLocation \ +static_assert(alignof(SkeletalMeshSocket_InitializeSocketFromLocation) == 0x000008, "Wrong alignment on SkeletalMeshSocket_InitializeSocketFromLocation"); \ +static_assert(sizeof(SkeletalMeshSocket_InitializeSocketFromLocation) == 0x000038, "Wrong size on SkeletalMeshSocket_InitializeSocketFromLocation"); \ +static_assert(offsetof(SkeletalMeshSocket_InitializeSocketFromLocation, SkelComp) == 0x000000, "Member 'SkeletalMeshSocket_InitializeSocketFromLocation::SkelComp' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshSocket_InitializeSocketFromLocation, WorldLocation) == 0x000008, "Member 'SkeletalMeshSocket_InitializeSocketFromLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshSocket_InitializeSocketFromLocation, WorldNormal) == 0x000020, "Member 'SkeletalMeshSocket_InitializeSocketFromLocation::WorldNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshSocket_GetSocketLocalTransform \ +static_assert(alignof(SkeletalMeshSocket_GetSocketLocalTransform) == 0x000010, "Wrong alignment on SkeletalMeshSocket_GetSocketLocalTransform"); \ +static_assert(sizeof(SkeletalMeshSocket_GetSocketLocalTransform) == 0x000060, "Wrong size on SkeletalMeshSocket_GetSocketLocalTransform"); \ +static_assert(offsetof(SkeletalMeshSocket_GetSocketLocalTransform, ReturnValue) == 0x000000, "Member 'SkeletalMeshSocket_GetSocketLocalTransform::ReturnValue' 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_ASkyLight \ +static_assert(alignof(ASkyLight) == 0x000008, "Wrong alignment on ASkyLight"); \ +static_assert(sizeof(ASkyLight) == 0x0002C0, "Wrong size on ASkyLight"); \ +static_assert(offsetof(ASkyLight, LightComponent) == 0x0002B0, "Member 'ASkyLight::LightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMInstanceProxyEditingObject \ +static_assert(alignof(USMInstanceProxyEditingObject) == 0x000008, "Wrong alignment on USMInstanceProxyEditingObject"); \ +static_assert(sizeof(USMInstanceProxyEditingObject) == 0x000028, "Wrong size on USMInstanceProxyEditingObject"); \ + +#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_USoundAttenuationEditorSettings \ +static_assert(alignof(USoundAttenuationEditorSettings) == 0x000008, "Wrong alignment on USoundAttenuationEditorSettings"); \ +static_assert(sizeof(USoundAttenuationEditorSettings) == 0x000030, "Wrong size on USoundAttenuationEditorSettings"); \ +static_assert(offsetof(USoundAttenuationEditorSettings, bEnableReverbSend) == 0x000028, "Member 'USoundAttenuationEditorSettings::bEnableReverbSend' has a wrong offset!"); \ +static_assert(offsetof(USoundAttenuationEditorSettings, bEnableSendToAudioLink) == 0x000029, "Member 'USoundAttenuationEditorSettings::bEnableSendToAudioLink' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundEffectSourcePreset \ +static_assert(alignof(USoundEffectSourcePreset) == 0x000008, "Wrong alignment on USoundEffectSourcePreset"); \ +static_assert(sizeof(USoundEffectSourcePreset) == 0x000068, "Wrong size on USoundEffectSourcePreset"); \ + +#define DUMPER7_ASSERTS_USoundEffectSourcePresetChain \ +static_assert(alignof(USoundEffectSourcePresetChain) == 0x000008, "Wrong alignment on USoundEffectSourcePresetChain"); \ +static_assert(sizeof(USoundEffectSourcePresetChain) == 0x000040, "Wrong size on USoundEffectSourcePresetChain"); \ +static_assert(offsetof(USoundEffectSourcePresetChain, Chain) == 0x000028, "Member 'USoundEffectSourcePresetChain::Chain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_IStreamingWorldSubsystemInterface \ +static_assert(alignof(IStreamingWorldSubsystemInterface) == 0x000001, "Wrong alignment on IStreamingWorldSubsystemInterface"); \ +static_assert(sizeof(IStreamingWorldSubsystemInterface) == 0x000001, "Wrong size on IStreamingWorldSubsystemInterface"); \ + +#define DUMPER7_ASSERTS_UTextPropertyTestObject \ +static_assert(alignof(UTextPropertyTestObject) == 0x000008, "Wrong alignment on UTextPropertyTestObject"); \ +static_assert(sizeof(UTextPropertyTestObject) == 0x000058, "Wrong size on UTextPropertyTestObject"); \ +static_assert(offsetof(UTextPropertyTestObject, DefaultedText) == 0x000028, "Member 'UTextPropertyTestObject::DefaultedText' has a wrong offset!"); \ +static_assert(offsetof(UTextPropertyTestObject, UndefaultedText) == 0x000038, "Member 'UTextPropertyTestObject::UndefaultedText' has a wrong offset!"); \ +static_assert(offsetof(UTextPropertyTestObject, TransientText) == 0x000048, "Member 'UTextPropertyTestObject::TransientText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATextRenderActor \ +static_assert(alignof(ATextRenderActor) == 0x000008, "Wrong alignment on ATextRenderActor"); \ +static_assert(sizeof(ATextRenderActor) == 0x0002B8, "Wrong size on ATextRenderActor"); \ +static_assert(offsetof(ATextRenderActor, TextRender) == 0x0002B0, "Member 'ATextRenderActor::TextRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureEncodingProjectSettings \ +static_assert(alignof(UTextureEncodingProjectSettings) == 0x000008, "Wrong alignment on UTextureEncodingProjectSettings"); \ +static_assert(sizeof(UTextureEncodingProjectSettings) == 0x000050, "Wrong size on UTextureEncodingProjectSettings"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, FinalRDOLambda) == 0x00003C, "Member 'UTextureEncodingProjectSettings::FinalRDOLambda' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, FinalEffortLevel) == 0x00003D, "Member 'UTextureEncodingProjectSettings::FinalEffortLevel' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, FinalUniversalTiling) == 0x00003E, "Member 'UTextureEncodingProjectSettings::FinalUniversalTiling' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, FastRDOLambda) == 0x000044, "Member 'UTextureEncodingProjectSettings::FastRDOLambda' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, FastEffortLevel) == 0x000045, "Member 'UTextureEncodingProjectSettings::FastEffortLevel' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, FastUniversalTiling) == 0x000046, "Member 'UTextureEncodingProjectSettings::FastUniversalTiling' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, CookUsesSpeed) == 0x000047, "Member 'UTextureEncodingProjectSettings::CookUsesSpeed' has a wrong offset!"); \ +static_assert(offsetof(UTextureEncodingProjectSettings, EditorUsesSpeed) == 0x000048, "Member 'UTextureEncodingProjectSettings::EditorUsesSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformProviderData \ +static_assert(alignof(UTransformProviderData) == 0x000008, "Wrong alignment on UTransformProviderData"); \ +static_assert(sizeof(UTransformProviderData) == 0x000030, "Wrong size on UTransformProviderData"); \ +static_assert(offsetof(UTransformProviderData, bEnabled) == 0x000028, "Member 'UTransformProviderData::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerCapsule \ +static_assert(alignof(ATriggerCapsule) == 0x000008, "Wrong alignment on ATriggerCapsule"); \ +static_assert(sizeof(ATriggerCapsule) == 0x0002B8, "Wrong size on ATriggerCapsule"); \ + +#define DUMPER7_ASSERTS_ATriggerSphere \ +static_assert(alignof(ATriggerSphere) == 0x000008, "Wrong alignment on ATriggerSphere"); \ +static_assert(sizeof(ATriggerSphere) == 0x0002B8, "Wrong size on ATriggerSphere"); \ + +#define DUMPER7_ASSERTS_UVectorFieldAnimated \ +static_assert(alignof(UVectorFieldAnimated) == 0x000008, "Wrong alignment on UVectorFieldAnimated"); \ +static_assert(sizeof(UVectorFieldAnimated) == 0x0000A8, "Wrong size on UVectorFieldAnimated"); \ +static_assert(offsetof(UVectorFieldAnimated, Texture) == 0x000068, "Member 'UVectorFieldAnimated::Texture' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, ConstructionOp) == 0x000070, "Member 'UVectorFieldAnimated::ConstructionOp' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, VolumeSizeX) == 0x000074, "Member 'UVectorFieldAnimated::VolumeSizeX' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, VolumeSizeY) == 0x000078, "Member 'UVectorFieldAnimated::VolumeSizeY' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, VolumeSizeZ) == 0x00007C, "Member 'UVectorFieldAnimated::VolumeSizeZ' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, SubImagesX) == 0x000080, "Member 'UVectorFieldAnimated::SubImagesX' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, SubImagesY) == 0x000084, "Member 'UVectorFieldAnimated::SubImagesY' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, FrameCount) == 0x000088, "Member 'UVectorFieldAnimated::FrameCount' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, FramesPerSecond) == 0x00008C, "Member 'UVectorFieldAnimated::FramesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, NoiseField) == 0x000098, "Member 'UVectorFieldAnimated::NoiseField' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, NoiseScale) == 0x0000A0, "Member 'UVectorFieldAnimated::NoiseScale' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldAnimated, NoiseMax) == 0x0000A4, "Member 'UVectorFieldAnimated::NoiseMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VectorFieldComponent_SetIntensity \ +static_assert(alignof(VectorFieldComponent_SetIntensity) == 0x000004, "Wrong alignment on VectorFieldComponent_SetIntensity"); \ +static_assert(sizeof(VectorFieldComponent_SetIntensity) == 0x000004, "Wrong size on VectorFieldComponent_SetIntensity"); \ +static_assert(offsetof(VectorFieldComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'VectorFieldComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVectorFieldComponent \ +static_assert(alignof(UVectorFieldComponent) == 0x000010, "Wrong alignment on UVectorFieldComponent"); \ +static_assert(sizeof(UVectorFieldComponent) == 0x000560, "Wrong size on UVectorFieldComponent"); \ +static_assert(offsetof(UVectorFieldComponent, VectorField) == 0x000530, "Member 'UVectorFieldComponent::VectorField' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldComponent, Intensity) == 0x000538, "Member 'UVectorFieldComponent::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldComponent, Tightness) == 0x00053C, "Member 'UVectorFieldComponent::Tightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IVisualLoggerDebugSnapshotInterface \ +static_assert(alignof(IVisualLoggerDebugSnapshotInterface) == 0x000001, "Wrong alignment on IVisualLoggerDebugSnapshotInterface"); \ +static_assert(sizeof(IVisualLoggerDebugSnapshotInterface) == 0x000001, "Wrong size on IVisualLoggerDebugSnapshotInterface"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_SetDataLayerInstanceRuntimeState \ +static_assert(alignof(DataLayerManager_SetDataLayerInstanceRuntimeState) == 0x000008, "Wrong alignment on DataLayerManager_SetDataLayerInstanceRuntimeState"); \ +static_assert(sizeof(DataLayerManager_SetDataLayerInstanceRuntimeState) == 0x000010, "Wrong size on DataLayerManager_SetDataLayerInstanceRuntimeState"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerInstanceRuntimeState, InDataLayerInstance) == 0x000000, "Member 'DataLayerManager_SetDataLayerInstanceRuntimeState::InDataLayerInstance' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerInstanceRuntimeState, InState) == 0x000008, "Member 'DataLayerManager_SetDataLayerInstanceRuntimeState::InState' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerInstanceRuntimeState, bInIsRecursive) == 0x000009, "Member 'DataLayerManager_SetDataLayerInstanceRuntimeState::bInIsRecursive' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerInstanceRuntimeState, ReturnValue) == 0x00000A, "Member 'DataLayerManager_SetDataLayerInstanceRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_SetDataLayerRuntimeState \ +static_assert(alignof(DataLayerManager_SetDataLayerRuntimeState) == 0x000008, "Wrong alignment on DataLayerManager_SetDataLayerRuntimeState"); \ +static_assert(sizeof(DataLayerManager_SetDataLayerRuntimeState) == 0x000010, "Wrong size on DataLayerManager_SetDataLayerRuntimeState"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerRuntimeState, InDataLayerAsset) == 0x000000, "Member 'DataLayerManager_SetDataLayerRuntimeState::InDataLayerAsset' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerRuntimeState, InState) == 0x000008, "Member 'DataLayerManager_SetDataLayerRuntimeState::InState' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerRuntimeState, bInIsRecursive) == 0x000009, "Member 'DataLayerManager_SetDataLayerRuntimeState::bInIsRecursive' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_SetDataLayerRuntimeState, ReturnValue) == 0x00000A, "Member 'DataLayerManager_SetDataLayerRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState \ +static_assert(alignof(DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState) == 0x000008, "Wrong alignment on DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState"); \ +static_assert(sizeof(DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState) == 0x000010, "Wrong size on DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState, InDataLayerInstance) == 0x000000, "Member 'DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState::InDataLayerInstance' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState, ReturnValue) == 0x000008, "Member 'DataLayerManager_GetDataLayerInstanceEffectiveRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_GetDataLayerInstanceFromAsset \ +static_assert(alignof(DataLayerManager_GetDataLayerInstanceFromAsset) == 0x000008, "Wrong alignment on DataLayerManager_GetDataLayerInstanceFromAsset"); \ +static_assert(sizeof(DataLayerManager_GetDataLayerInstanceFromAsset) == 0x000010, "Wrong size on DataLayerManager_GetDataLayerInstanceFromAsset"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceFromAsset, InDataLayerAsset) == 0x000000, "Member 'DataLayerManager_GetDataLayerInstanceFromAsset::InDataLayerAsset' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceFromAsset, ReturnValue) == 0x000008, "Member 'DataLayerManager_GetDataLayerInstanceFromAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_GetDataLayerInstanceFromName \ +static_assert(alignof(DataLayerManager_GetDataLayerInstanceFromName) == 0x000008, "Wrong alignment on DataLayerManager_GetDataLayerInstanceFromName"); \ +static_assert(sizeof(DataLayerManager_GetDataLayerInstanceFromName) == 0x000010, "Wrong size on DataLayerManager_GetDataLayerInstanceFromName"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceFromName, InDataLayerInstanceName) == 0x000000, "Member 'DataLayerManager_GetDataLayerInstanceFromName::InDataLayerInstanceName' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceFromName, ReturnValue) == 0x000008, "Member 'DataLayerManager_GetDataLayerInstanceFromName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_GetDataLayerInstanceRuntimeState \ +static_assert(alignof(DataLayerManager_GetDataLayerInstanceRuntimeState) == 0x000008, "Wrong alignment on DataLayerManager_GetDataLayerInstanceRuntimeState"); \ +static_assert(sizeof(DataLayerManager_GetDataLayerInstanceRuntimeState) == 0x000010, "Wrong size on DataLayerManager_GetDataLayerInstanceRuntimeState"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceRuntimeState, InDataLayerInstance) == 0x000000, "Member 'DataLayerManager_GetDataLayerInstanceRuntimeState::InDataLayerInstance' has a wrong offset!"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstanceRuntimeState, ReturnValue) == 0x000008, "Member 'DataLayerManager_GetDataLayerInstanceRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerManager_GetDataLayerInstances \ +static_assert(alignof(DataLayerManager_GetDataLayerInstances) == 0x000008, "Wrong alignment on DataLayerManager_GetDataLayerInstances"); \ +static_assert(sizeof(DataLayerManager_GetDataLayerInstances) == 0x000010, "Wrong size on DataLayerManager_GetDataLayerInstances"); \ +static_assert(offsetof(DataLayerManager_GetDataLayerInstances, ReturnValue) == 0x000000, "Member 'DataLayerManager_GetDataLayerInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerManager \ +static_assert(alignof(UDataLayerManager) == 0x000008, "Wrong alignment on UDataLayerManager"); \ +static_assert(sizeof(UDataLayerManager) == 0x000088, "Wrong size on UDataLayerManager"); \ +static_assert(offsetof(UDataLayerManager, OnDataLayerInstanceRuntimeStateChanged) == 0x000028, "Member 'UDataLayerManager::OnDataLayerInstanceRuntimeStateChanged' 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) == 0x000270, "Wrong size on UWindDirectionalSourceComponent"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Strength) == 0x000250, "Member 'UWindDirectionalSourceComponent::Strength' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Speed) == 0x000254, "Member 'UWindDirectionalSourceComponent::Speed' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, MinGustAmount) == 0x000258, "Member 'UWindDirectionalSourceComponent::MinGustAmount' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, MaxGustAmount) == 0x00025C, "Member 'UWindDirectionalSourceComponent::MaxGustAmount' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Radius) == 0x000260, "Member 'UWindDirectionalSourceComponent::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionEditorLoaderAdapter \ +static_assert(alignof(UWorldPartitionEditorLoaderAdapter) == 0x000008, "Wrong alignment on UWorldPartitionEditorLoaderAdapter"); \ +static_assert(sizeof(UWorldPartitionEditorLoaderAdapter) == 0x000030, "Wrong size on UWorldPartitionEditorLoaderAdapter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialSample \ +static_assert(alignof(UMaterialExpressionMaterialSample) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialSample"); \ +static_assert(sizeof(UMaterialExpressionMaterialSample) == 0x0000B8, "Wrong size on UMaterialExpressionMaterialSample"); \ +static_assert(offsetof(UMaterialExpressionMaterialSample, MaterialReference) == 0x0000B0, "Member 'UMaterialExpressionMaterialSample::MaterialReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorPartitionSubsystem \ +static_assert(alignof(UActorPartitionSubsystem) == 0x000008, "Wrong alignment on UActorPartitionSubsystem"); \ +static_assert(sizeof(UActorPartitionSubsystem) == 0x000038, "Wrong size on UActorPartitionSubsystem"); \ + +#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_UNullNavSysConfig \ +static_assert(alignof(UNullNavSysConfig) == 0x000008, "Wrong alignment on UNullNavSysConfig"); \ +static_assert(sizeof(UNullNavSysConfig) == 0x000058, "Wrong size on UNullNavSysConfig"); \ + +#define DUMPER7_ASSERTS_UNavCollisionBase \ +static_assert(alignof(UNavCollisionBase) == 0x000008, "Wrong alignment on UNavCollisionBase"); \ +static_assert(sizeof(UNavCollisionBase) == 0x000078, "Wrong size on UNavCollisionBase"); \ + +#define DUMPER7_ASSERTS_UNavigationDataChunk \ +static_assert(alignof(UNavigationDataChunk) == 0x000008, "Wrong alignment on UNavigationDataChunk"); \ +static_assert(sizeof(UNavigationDataChunk) == 0x000030, "Wrong size on UNavigationDataChunk"); \ +static_assert(offsetof(UNavigationDataChunk, NavigationDataName) == 0x000028, "Member 'UNavigationDataChunk::NavigationDataName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0002B8, "Wrong size on AAmbientSound"); \ +static_assert(offsetof(AAmbientSound, AudioComponent) == 0x0002B0, "Member 'AAmbientSound::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAimOffsetBlendSpace \ +static_assert(alignof(UAimOffsetBlendSpace) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace"); \ +static_assert(sizeof(UAimOffsetBlendSpace) == 0x0001C0, "Wrong size on UAimOffsetBlendSpace"); \ + +#define DUMPER7_ASSERTS_AnimationSettings_GetBoneCustomAttributeNamesToImport \ +static_assert(alignof(AnimationSettings_GetBoneCustomAttributeNamesToImport) == 0x000008, "Wrong alignment on AnimationSettings_GetBoneCustomAttributeNamesToImport"); \ +static_assert(sizeof(AnimationSettings_GetBoneCustomAttributeNamesToImport) == 0x000010, "Wrong size on AnimationSettings_GetBoneCustomAttributeNamesToImport"); \ +static_assert(offsetof(AnimationSettings_GetBoneCustomAttributeNamesToImport, ReturnValue) == 0x000000, "Member 'AnimationSettings_GetBoneCustomAttributeNamesToImport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationSettings \ +static_assert(alignof(UAnimationSettings) == 0x000008, "Wrong alignment on UAnimationSettings"); \ +static_assert(sizeof(UAnimationSettings) == 0x000148, "Wrong size on UAnimationSettings"); \ +static_assert(offsetof(UAnimationSettings, CompressCommandletVersion) == 0x000038, "Member 'UAnimationSettings::CompressCommandletVersion' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, KeyEndEffectorsMatchNameArray) == 0x000040, "Member 'UAnimationSettings::KeyEndEffectorsMatchNameArray' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, ForceRecompression) == 0x000050, "Member 'UAnimationSettings::ForceRecompression' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bForceBelowThreshold) == 0x000051, "Member 'UAnimationSettings::bForceBelowThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bFirstRecompressUsingCurrentOrDefault) == 0x000052, "Member 'UAnimationSettings::bFirstRecompressUsingCurrentOrDefault' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bRaiseMaxErrorToExisting) == 0x000053, "Member 'UAnimationSettings::bRaiseMaxErrorToExisting' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bEnablePerformanceLog) == 0x000054, "Member 'UAnimationSettings::bEnablePerformanceLog' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bStripAnimationDataOnDedicatedServer) == 0x000055, "Member 'UAnimationSettings::bStripAnimationDataOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bTickAnimationOnSkeletalMeshInit) == 0x000056, "Member 'UAnimationSettings::bTickAnimationOnSkeletalMeshInit' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, BoneTimecodeCustomAttributeNameSettings) == 0x000058, "Member 'UAnimationSettings::BoneTimecodeCustomAttributeNameSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, BoneCustomAttributesNames) == 0x000090, "Member 'UAnimationSettings::BoneCustomAttributesNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, BoneNamesWithCustomAttributes) == 0x0000A0, "Member 'UAnimationSettings::BoneNamesWithCustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, AttributeBlendModes) == 0x0000B0, "Member 'UAnimationSettings::AttributeBlendModes' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, DefaultAttributeBlendMode) == 0x000100, "Member 'UAnimationSettings::DefaultAttributeBlendMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, TransformAttributeNames) == 0x000108, "Member 'UAnimationSettings::TransformAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, UserDefinedStructAttributes) == 0x000118, "Member 'UAnimationSettings::UserDefinedStructAttributes' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, MirrorFindReplaceExpressions) == 0x000128, "Member 'UAnimationSettings::MirrorFindReplaceExpressions' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, DefaultFrameRate) == 0x000138, "Member 'UAnimationSettings::DefaultFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSettings, bEnforceSupportedFrameRates) == 0x000140, "Member 'UAnimationSettings::bEnforceSupportedFrameRates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBank \ +static_assert(alignof(UAnimBank) == 0x000008, "Wrong alignment on UAnimBank"); \ +static_assert(sizeof(UAnimBank) == 0x000110, "Wrong size on UAnimBank"); \ + +#define DUMPER7_ASSERTS_UAnimBankData \ +static_assert(alignof(UAnimBankData) == 0x000008, "Wrong alignment on UAnimBankData"); \ +static_assert(sizeof(UAnimBankData) == 0x000040, "Wrong size on UAnimBankData"); \ +static_assert(offsetof(UAnimBankData, AnimBankItems) == 0x000030, "Member 'UAnimBankData::AnimBankItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBlueprintGeneratedClass \ +static_assert(alignof(UAnimBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UAnimBlueprintGeneratedClass"); \ +static_assert(sizeof(UAnimBlueprintGeneratedClass) == 0x0005D0, "Wrong size on UAnimBlueprintGeneratedClass"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, BakedStateMachines) == 0x000370, "Member 'UAnimBlueprintGeneratedClass::BakedStateMachines' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, TargetSkeleton) == 0x000380, "Member 'UAnimBlueprintGeneratedClass::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, AnimNotifies) == 0x000388, "Member 'UAnimBlueprintGeneratedClass::AnimNotifies' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, OrderedSavedPoseIndicesMap) == 0x000398, "Member 'UAnimBlueprintGeneratedClass::OrderedSavedPoseIndicesMap' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, SyncGroupNames) == 0x000468, "Member 'UAnimBlueprintGeneratedClass::SyncGroupNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, GraphAssetPlayerInformation) == 0x000478, "Member 'UAnimBlueprintGeneratedClass::GraphAssetPlayerInformation' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, GraphBlendOptions) == 0x0004C8, "Member 'UAnimBlueprintGeneratedClass::GraphBlendOptions' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, AnimNodeData) == 0x000518, "Member 'UAnimBlueprintGeneratedClass::AnimNodeData' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, NodeTypeMap) == 0x000528, "Member 'UAnimBlueprintGeneratedClass::NodeTypeMap' 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_UAnimComposite \ +static_assert(alignof(UAnimComposite) == 0x000008, "Wrong alignment on UAnimComposite"); \ +static_assert(sizeof(UAnimComposite) == 0x0000C8, "Wrong size on UAnimComposite"); \ +static_assert(offsetof(UAnimComposite, AnimationTrack) == 0x0000B8, "Member 'UAnimComposite::AnimationTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorDescContainer \ +static_assert(alignof(UActorDescContainer) == 0x000008, "Wrong alignment on UActorDescContainer"); \ +static_assert(sizeof(UActorDescContainer) == 0x000028, "Wrong size on UActorDescContainer"); \ + +#define DUMPER7_ASSERTS_ULevelInstancePropertyOverrideContainer \ +static_assert(alignof(ULevelInstancePropertyOverrideContainer) == 0x000008, "Wrong alignment on ULevelInstancePropertyOverrideContainer"); \ +static_assert(sizeof(ULevelInstancePropertyOverrideContainer) == 0x000028, "Wrong size on ULevelInstancePropertyOverrideContainer"); \ + +#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_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_UniformlySampled \ +static_assert(alignof(UAnimCurveCompressionCodec_UniformlySampled) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_UniformlySampled"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_UniformlySampled) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_UniformlySampled"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionSettings \ +static_assert(alignof(UAnimCurveCompressionSettings) == 0x000008, "Wrong alignment on UAnimCurveCompressionSettings"); \ +static_assert(sizeof(UAnimCurveCompressionSettings) == 0x000030, "Wrong size on UAnimCurveCompressionSettings"); \ +static_assert(offsetof(UAnimCurveCompressionSettings, Codec) == 0x000028, "Member 'UAnimCurveCompressionSettings::Codec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_AddAttribute \ +static_assert(alignof(AnimationDataController_AddAttribute) == 0x000008, "Wrong alignment on AnimationDataController_AddAttribute"); \ +static_assert(sizeof(AnimationDataController_AddAttribute) == 0x000048, "Wrong size on AnimationDataController_AddAttribute"); \ +static_assert(offsetof(AnimationDataController_AddAttribute, AttributeIdentifier) == 0x000000, "Member 'AnimationDataController_AddAttribute::AttributeIdentifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddAttribute, bShouldTransact) == 0x000040, "Member 'AnimationDataController_AddAttribute::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddAttribute, ReturnValue) == 0x000041, "Member 'AnimationDataController_AddAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_AddBoneCurve \ +static_assert(alignof(AnimationDataController_AddBoneCurve) == 0x000004, "Wrong alignment on AnimationDataController_AddBoneCurve"); \ +static_assert(sizeof(AnimationDataController_AddBoneCurve) == 0x00000C, "Wrong size on AnimationDataController_AddBoneCurve"); \ +static_assert(offsetof(AnimationDataController_AddBoneCurve, BoneName) == 0x000000, "Member 'AnimationDataController_AddBoneCurve::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddBoneCurve, bShouldTransact) == 0x000008, "Member 'AnimationDataController_AddBoneCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddBoneCurve, ReturnValue) == 0x000009, "Member 'AnimationDataController_AddBoneCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_AddBoneTrack \ +static_assert(alignof(AnimationDataController_AddBoneTrack) == 0x000004, "Wrong alignment on AnimationDataController_AddBoneTrack"); \ +static_assert(sizeof(AnimationDataController_AddBoneTrack) == 0x000010, "Wrong size on AnimationDataController_AddBoneTrack"); \ +static_assert(offsetof(AnimationDataController_AddBoneTrack, BoneName) == 0x000000, "Member 'AnimationDataController_AddBoneTrack::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddBoneTrack, bShouldTransact) == 0x000008, "Member 'AnimationDataController_AddBoneTrack::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddBoneTrack, ReturnValue) == 0x00000C, "Member 'AnimationDataController_AddBoneTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_AddCurve \ +static_assert(alignof(AnimationDataController_AddCurve) == 0x000004, "Wrong alignment on AnimationDataController_AddCurve"); \ +static_assert(sizeof(AnimationDataController_AddCurve) == 0x000014, "Wrong size on AnimationDataController_AddCurve"); \ +static_assert(offsetof(AnimationDataController_AddCurve, CurveId) == 0x000000, "Member 'AnimationDataController_AddCurve::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddCurve, CurveFlags) == 0x00000C, "Member 'AnimationDataController_AddCurve::CurveFlags' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddCurve, bShouldTransact) == 0x000010, "Member 'AnimationDataController_AddCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddCurve, ReturnValue) == 0x000011, "Member 'AnimationDataController_AddCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_CloseBracket \ +static_assert(alignof(AnimationDataController_CloseBracket) == 0x000001, "Wrong alignment on AnimationDataController_CloseBracket"); \ +static_assert(sizeof(AnimationDataController_CloseBracket) == 0x000001, "Wrong size on AnimationDataController_CloseBracket"); \ +static_assert(offsetof(AnimationDataController_CloseBracket, bShouldTransact) == 0x000000, "Member 'AnimationDataController_CloseBracket::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_DuplicateAttribute \ +static_assert(alignof(AnimationDataController_DuplicateAttribute) == 0x000008, "Wrong alignment on AnimationDataController_DuplicateAttribute"); \ +static_assert(sizeof(AnimationDataController_DuplicateAttribute) == 0x000088, "Wrong size on AnimationDataController_DuplicateAttribute"); \ +static_assert(offsetof(AnimationDataController_DuplicateAttribute, AttributeIdentifier) == 0x000000, "Member 'AnimationDataController_DuplicateAttribute::AttributeIdentifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateAttribute, NewAttributeIdentifier) == 0x000040, "Member 'AnimationDataController_DuplicateAttribute::NewAttributeIdentifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateAttribute, bShouldTransact) == 0x000080, "Member 'AnimationDataController_DuplicateAttribute::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateAttribute, ReturnValue) == 0x000081, "Member 'AnimationDataController_DuplicateAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_DuplicateCurve \ +static_assert(alignof(AnimationDataController_DuplicateCurve) == 0x000004, "Wrong alignment on AnimationDataController_DuplicateCurve"); \ +static_assert(sizeof(AnimationDataController_DuplicateCurve) == 0x00001C, "Wrong size on AnimationDataController_DuplicateCurve"); \ +static_assert(offsetof(AnimationDataController_DuplicateCurve, CopyCurveId) == 0x000000, "Member 'AnimationDataController_DuplicateCurve::CopyCurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateCurve, NewCurveId) == 0x00000C, "Member 'AnimationDataController_DuplicateCurve::NewCurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateCurve, bShouldTransact) == 0x000018, "Member 'AnimationDataController_DuplicateCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateCurve, ReturnValue) == 0x000019, "Member 'AnimationDataController_DuplicateCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_FindOrAddCurveNamesOnSkeleton \ +static_assert(alignof(AnimationDataController_FindOrAddCurveNamesOnSkeleton) == 0x000008, "Wrong alignment on AnimationDataController_FindOrAddCurveNamesOnSkeleton"); \ +static_assert(sizeof(AnimationDataController_FindOrAddCurveNamesOnSkeleton) == 0x000010, "Wrong size on AnimationDataController_FindOrAddCurveNamesOnSkeleton"); \ +static_assert(offsetof(AnimationDataController_FindOrAddCurveNamesOnSkeleton, Skeleton) == 0x000000, "Member 'AnimationDataController_FindOrAddCurveNamesOnSkeleton::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_FindOrAddCurveNamesOnSkeleton, SupportedCurveType) == 0x000008, "Member 'AnimationDataController_FindOrAddCurveNamesOnSkeleton::SupportedCurveType' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_FindOrAddCurveNamesOnSkeleton, bShouldTransact) == 0x000009, "Member 'AnimationDataController_FindOrAddCurveNamesOnSkeleton::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_InsertBoneTrack \ +static_assert(alignof(AnimationDataController_InsertBoneTrack) == 0x000004, "Wrong alignment on AnimationDataController_InsertBoneTrack"); \ +static_assert(sizeof(AnimationDataController_InsertBoneTrack) == 0x000014, "Wrong size on AnimationDataController_InsertBoneTrack"); \ +static_assert(offsetof(AnimationDataController_InsertBoneTrack, BoneName) == 0x000000, "Member 'AnimationDataController_InsertBoneTrack::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_InsertBoneTrack, DesiredIndex) == 0x000008, "Member 'AnimationDataController_InsertBoneTrack::DesiredIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_InsertBoneTrack, bShouldTransact) == 0x00000C, "Member 'AnimationDataController_InsertBoneTrack::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_InsertBoneTrack, ReturnValue) == 0x000010, "Member 'AnimationDataController_InsertBoneTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_OpenBracket \ +static_assert(alignof(AnimationDataController_OpenBracket) == 0x000008, "Wrong alignment on AnimationDataController_OpenBracket"); \ +static_assert(sizeof(AnimationDataController_OpenBracket) == 0x000018, "Wrong size on AnimationDataController_OpenBracket"); \ +static_assert(offsetof(AnimationDataController_OpenBracket, InTitle) == 0x000000, "Member 'AnimationDataController_OpenBracket::InTitle' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_OpenBracket, bShouldTransact) == 0x000010, "Member 'AnimationDataController_OpenBracket::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveAllAttributes \ +static_assert(alignof(AnimationDataController_RemoveAllAttributes) == 0x000004, "Wrong alignment on AnimationDataController_RemoveAllAttributes"); \ +static_assert(sizeof(AnimationDataController_RemoveAllAttributes) == 0x000008, "Wrong size on AnimationDataController_RemoveAllAttributes"); \ +static_assert(offsetof(AnimationDataController_RemoveAllAttributes, bShouldTransact) == 0x000000, "Member 'AnimationDataController_RemoveAllAttributes::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAllAttributes, ReturnValue) == 0x000004, "Member 'AnimationDataController_RemoveAllAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveAllAttributesForBone \ +static_assert(alignof(AnimationDataController_RemoveAllAttributesForBone) == 0x000004, "Wrong alignment on AnimationDataController_RemoveAllAttributesForBone"); \ +static_assert(sizeof(AnimationDataController_RemoveAllAttributesForBone) == 0x000010, "Wrong size on AnimationDataController_RemoveAllAttributesForBone"); \ +static_assert(offsetof(AnimationDataController_RemoveAllAttributesForBone, BoneName) == 0x000000, "Member 'AnimationDataController_RemoveAllAttributesForBone::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAllAttributesForBone, bShouldTransact) == 0x000008, "Member 'AnimationDataController_RemoveAllAttributesForBone::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAllAttributesForBone, ReturnValue) == 0x00000C, "Member 'AnimationDataController_RemoveAllAttributesForBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveAllBoneTracks \ +static_assert(alignof(AnimationDataController_RemoveAllBoneTracks) == 0x000001, "Wrong alignment on AnimationDataController_RemoveAllBoneTracks"); \ +static_assert(sizeof(AnimationDataController_RemoveAllBoneTracks) == 0x000001, "Wrong size on AnimationDataController_RemoveAllBoneTracks"); \ +static_assert(offsetof(AnimationDataController_RemoveAllBoneTracks, bShouldTransact) == 0x000000, "Member 'AnimationDataController_RemoveAllBoneTracks::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveAllCurvesOfType \ +static_assert(alignof(AnimationDataController_RemoveAllCurvesOfType) == 0x000001, "Wrong alignment on AnimationDataController_RemoveAllCurvesOfType"); \ +static_assert(sizeof(AnimationDataController_RemoveAllCurvesOfType) == 0x000002, "Wrong size on AnimationDataController_RemoveAllCurvesOfType"); \ +static_assert(offsetof(AnimationDataController_RemoveAllCurvesOfType, SupportedCurveType) == 0x000000, "Member 'AnimationDataController_RemoveAllCurvesOfType::SupportedCurveType' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAllCurvesOfType, bShouldTransact) == 0x000001, "Member 'AnimationDataController_RemoveAllCurvesOfType::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveAttribute \ +static_assert(alignof(AnimationDataController_RemoveAttribute) == 0x000008, "Wrong alignment on AnimationDataController_RemoveAttribute"); \ +static_assert(sizeof(AnimationDataController_RemoveAttribute) == 0x000048, "Wrong size on AnimationDataController_RemoveAttribute"); \ +static_assert(offsetof(AnimationDataController_RemoveAttribute, AttributeIdentifier) == 0x000000, "Member 'AnimationDataController_RemoveAttribute::AttributeIdentifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttribute, bShouldTransact) == 0x000040, "Member 'AnimationDataController_RemoveAttribute::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttribute, ReturnValue) == 0x000041, "Member 'AnimationDataController_RemoveAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveAttributeKey \ +static_assert(alignof(AnimationDataController_RemoveAttributeKey) == 0x000008, "Wrong alignment on AnimationDataController_RemoveAttributeKey"); \ +static_assert(sizeof(AnimationDataController_RemoveAttributeKey) == 0x000048, "Wrong size on AnimationDataController_RemoveAttributeKey"); \ +static_assert(offsetof(AnimationDataController_RemoveAttributeKey, AttributeIdentifier) == 0x000000, "Member 'AnimationDataController_RemoveAttributeKey::AttributeIdentifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttributeKey, Time) == 0x000040, "Member 'AnimationDataController_RemoveAttributeKey::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttributeKey, bShouldTransact) == 0x000044, "Member 'AnimationDataController_RemoveAttributeKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttributeKey, ReturnValue) == 0x000045, "Member 'AnimationDataController_RemoveAttributeKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveBoneTrack \ +static_assert(alignof(AnimationDataController_RemoveBoneTrack) == 0x000004, "Wrong alignment on AnimationDataController_RemoveBoneTrack"); \ +static_assert(sizeof(AnimationDataController_RemoveBoneTrack) == 0x00000C, "Wrong size on AnimationDataController_RemoveBoneTrack"); \ +static_assert(offsetof(AnimationDataController_RemoveBoneTrack, BoneName) == 0x000000, "Member 'AnimationDataController_RemoveBoneTrack::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveBoneTrack, bShouldTransact) == 0x000008, "Member 'AnimationDataController_RemoveBoneTrack::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveBoneTrack, ReturnValue) == 0x000009, "Member 'AnimationDataController_RemoveBoneTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveCurve \ +static_assert(alignof(AnimationDataController_RemoveCurve) == 0x000004, "Wrong alignment on AnimationDataController_RemoveCurve"); \ +static_assert(sizeof(AnimationDataController_RemoveCurve) == 0x000010, "Wrong size on AnimationDataController_RemoveCurve"); \ +static_assert(offsetof(AnimationDataController_RemoveCurve, CurveId) == 0x000000, "Member 'AnimationDataController_RemoveCurve::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurve, bShouldTransact) == 0x00000C, "Member 'AnimationDataController_RemoveCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurve, ReturnValue) == 0x00000D, "Member 'AnimationDataController_RemoveCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveCurveKey \ +static_assert(alignof(AnimationDataController_RemoveCurveKey) == 0x000004, "Wrong alignment on AnimationDataController_RemoveCurveKey"); \ +static_assert(sizeof(AnimationDataController_RemoveCurveKey) == 0x000014, "Wrong size on AnimationDataController_RemoveCurveKey"); \ +static_assert(offsetof(AnimationDataController_RemoveCurveKey, CurveId) == 0x000000, "Member 'AnimationDataController_RemoveCurveKey::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurveKey, Time) == 0x00000C, "Member 'AnimationDataController_RemoveCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurveKey, bShouldTransact) == 0x000010, "Member 'AnimationDataController_RemoveCurveKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurveKey, ReturnValue) == 0x000011, "Member 'AnimationDataController_RemoveCurveKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RemoveTransformCurveKey \ +static_assert(alignof(AnimationDataController_RemoveTransformCurveKey) == 0x000004, "Wrong alignment on AnimationDataController_RemoveTransformCurveKey"); \ +static_assert(sizeof(AnimationDataController_RemoveTransformCurveKey) == 0x000014, "Wrong size on AnimationDataController_RemoveTransformCurveKey"); \ +static_assert(offsetof(AnimationDataController_RemoveTransformCurveKey, CurveId) == 0x000000, "Member 'AnimationDataController_RemoveTransformCurveKey::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveTransformCurveKey, Time) == 0x00000C, "Member 'AnimationDataController_RemoveTransformCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveTransformCurveKey, bShouldTransact) == 0x000010, "Member 'AnimationDataController_RemoveTransformCurveKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveTransformCurveKey, ReturnValue) == 0x000011, "Member 'AnimationDataController_RemoveTransformCurveKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_RenameCurve \ +static_assert(alignof(AnimationDataController_RenameCurve) == 0x000004, "Wrong alignment on AnimationDataController_RenameCurve"); \ +static_assert(sizeof(AnimationDataController_RenameCurve) == 0x00001C, "Wrong size on AnimationDataController_RenameCurve"); \ +static_assert(offsetof(AnimationDataController_RenameCurve, CurveToRenameId) == 0x000000, "Member 'AnimationDataController_RenameCurve::CurveToRenameId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RenameCurve, NewCurveId) == 0x00000C, "Member 'AnimationDataController_RenameCurve::NewCurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RenameCurve, bShouldTransact) == 0x000018, "Member 'AnimationDataController_RenameCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RenameCurve, ReturnValue) == 0x000019, "Member 'AnimationDataController_RenameCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_Resize \ +static_assert(alignof(AnimationDataController_Resize) == 0x000004, "Wrong alignment on AnimationDataController_Resize"); \ +static_assert(sizeof(AnimationDataController_Resize) == 0x000010, "Wrong size on AnimationDataController_Resize"); \ +static_assert(offsetof(AnimationDataController_Resize, Length) == 0x000000, "Member 'AnimationDataController_Resize::Length' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_Resize, T0) == 0x000004, "Member 'AnimationDataController_Resize::T0' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_Resize, T1) == 0x000008, "Member 'AnimationDataController_Resize::T1' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_Resize, bShouldTransact) == 0x00000C, "Member 'AnimationDataController_Resize::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_ResizeInFrames \ +static_assert(alignof(AnimationDataController_ResizeInFrames) == 0x000004, "Wrong alignment on AnimationDataController_ResizeInFrames"); \ +static_assert(sizeof(AnimationDataController_ResizeInFrames) == 0x000010, "Wrong size on AnimationDataController_ResizeInFrames"); \ +static_assert(offsetof(AnimationDataController_ResizeInFrames, NewLengthInFrames) == 0x000000, "Member 'AnimationDataController_ResizeInFrames::NewLengthInFrames' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizeInFrames, T0) == 0x000004, "Member 'AnimationDataController_ResizeInFrames::T0' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizeInFrames, T1) == 0x000008, "Member 'AnimationDataController_ResizeInFrames::T1' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizeInFrames, bShouldTransact) == 0x00000C, "Member 'AnimationDataController_ResizeInFrames::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_ResizeNumberOfFrames \ +static_assert(alignof(AnimationDataController_ResizeNumberOfFrames) == 0x000004, "Wrong alignment on AnimationDataController_ResizeNumberOfFrames"); \ +static_assert(sizeof(AnimationDataController_ResizeNumberOfFrames) == 0x000010, "Wrong size on AnimationDataController_ResizeNumberOfFrames"); \ +static_assert(offsetof(AnimationDataController_ResizeNumberOfFrames, NewLengthInFrames) == 0x000000, "Member 'AnimationDataController_ResizeNumberOfFrames::NewLengthInFrames' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizeNumberOfFrames, T0) == 0x000004, "Member 'AnimationDataController_ResizeNumberOfFrames::T0' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizeNumberOfFrames, T1) == 0x000008, "Member 'AnimationDataController_ResizeNumberOfFrames::T1' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizeNumberOfFrames, bShouldTransact) == 0x00000C, "Member 'AnimationDataController_ResizeNumberOfFrames::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_ResizePlayLength \ +static_assert(alignof(AnimationDataController_ResizePlayLength) == 0x000004, "Wrong alignment on AnimationDataController_ResizePlayLength"); \ +static_assert(sizeof(AnimationDataController_ResizePlayLength) == 0x000010, "Wrong size on AnimationDataController_ResizePlayLength"); \ +static_assert(offsetof(AnimationDataController_ResizePlayLength, NewLength) == 0x000000, "Member 'AnimationDataController_ResizePlayLength::NewLength' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizePlayLength, T0) == 0x000004, "Member 'AnimationDataController_ResizePlayLength::T0' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizePlayLength, T1) == 0x000008, "Member 'AnimationDataController_ResizePlayLength::T1' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ResizePlayLength, bShouldTransact) == 0x00000C, "Member 'AnimationDataController_ResizePlayLength::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_ScaleCurve \ +static_assert(alignof(AnimationDataController_ScaleCurve) == 0x000004, "Wrong alignment on AnimationDataController_ScaleCurve"); \ +static_assert(sizeof(AnimationDataController_ScaleCurve) == 0x000018, "Wrong size on AnimationDataController_ScaleCurve"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, CurveId) == 0x000000, "Member 'AnimationDataController_ScaleCurve::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, Origin) == 0x00000C, "Member 'AnimationDataController_ScaleCurve::Origin' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, Factor) == 0x000010, "Member 'AnimationDataController_ScaleCurve::Factor' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, bShouldTransact) == 0x000014, "Member 'AnimationDataController_ScaleCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, ReturnValue) == 0x000015, "Member 'AnimationDataController_ScaleCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetBoneTrackKeys \ +static_assert(alignof(AnimationDataController_SetBoneTrackKeys) == 0x000008, "Wrong alignment on AnimationDataController_SetBoneTrackKeys"); \ +static_assert(sizeof(AnimationDataController_SetBoneTrackKeys) == 0x000040, "Wrong size on AnimationDataController_SetBoneTrackKeys"); \ +static_assert(offsetof(AnimationDataController_SetBoneTrackKeys, BoneName) == 0x000000, "Member 'AnimationDataController_SetBoneTrackKeys::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetBoneTrackKeys, PositionalKeys) == 0x000008, "Member 'AnimationDataController_SetBoneTrackKeys::PositionalKeys' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetBoneTrackKeys, RotationalKeys) == 0x000018, "Member 'AnimationDataController_SetBoneTrackKeys::RotationalKeys' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetBoneTrackKeys, ScalingKeys) == 0x000028, "Member 'AnimationDataController_SetBoneTrackKeys::ScalingKeys' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetBoneTrackKeys, bShouldTransact) == 0x000038, "Member 'AnimationDataController_SetBoneTrackKeys::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetBoneTrackKeys, ReturnValue) == 0x000039, "Member 'AnimationDataController_SetBoneTrackKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetCurveColor \ +static_assert(alignof(AnimationDataController_SetCurveColor) == 0x000004, "Wrong alignment on AnimationDataController_SetCurveColor"); \ +static_assert(sizeof(AnimationDataController_SetCurveColor) == 0x000020, "Wrong size on AnimationDataController_SetCurveColor"); \ +static_assert(offsetof(AnimationDataController_SetCurveColor, CurveId) == 0x000000, "Member 'AnimationDataController_SetCurveColor::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveColor, Color) == 0x00000C, "Member 'AnimationDataController_SetCurveColor::Color' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveColor, bShouldTransact) == 0x00001C, "Member 'AnimationDataController_SetCurveColor::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveColor, ReturnValue) == 0x00001D, "Member 'AnimationDataController_SetCurveColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetCurveComment \ +static_assert(alignof(AnimationDataController_SetCurveComment) == 0x000008, "Wrong alignment on AnimationDataController_SetCurveComment"); \ +static_assert(sizeof(AnimationDataController_SetCurveComment) == 0x000028, "Wrong size on AnimationDataController_SetCurveComment"); \ +static_assert(offsetof(AnimationDataController_SetCurveComment, CurveId) == 0x000000, "Member 'AnimationDataController_SetCurveComment::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveComment, Comment) == 0x000010, "Member 'AnimationDataController_SetCurveComment::Comment' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveComment, bShouldTransact) == 0x000020, "Member 'AnimationDataController_SetCurveComment::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveComment, ReturnValue) == 0x000021, "Member 'AnimationDataController_SetCurveComment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetCurveFlag \ +static_assert(alignof(AnimationDataController_SetCurveFlag) == 0x000004, "Wrong alignment on AnimationDataController_SetCurveFlag"); \ +static_assert(sizeof(AnimationDataController_SetCurveFlag) == 0x000010, "Wrong size on AnimationDataController_SetCurveFlag"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, CurveId) == 0x000000, "Member 'AnimationDataController_SetCurveFlag::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, Flag) == 0x00000C, "Member 'AnimationDataController_SetCurveFlag::Flag' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, bState) == 0x00000D, "Member 'AnimationDataController_SetCurveFlag::bState' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, bShouldTransact) == 0x00000E, "Member 'AnimationDataController_SetCurveFlag::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, ReturnValue) == 0x00000F, "Member 'AnimationDataController_SetCurveFlag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetCurveFlags \ +static_assert(alignof(AnimationDataController_SetCurveFlags) == 0x000004, "Wrong alignment on AnimationDataController_SetCurveFlags"); \ +static_assert(sizeof(AnimationDataController_SetCurveFlags) == 0x000014, "Wrong size on AnimationDataController_SetCurveFlags"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlags, CurveId) == 0x000000, "Member 'AnimationDataController_SetCurveFlags::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlags, Flags_0) == 0x00000C, "Member 'AnimationDataController_SetCurveFlags::Flags_0' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlags, bShouldTransact) == 0x000010, "Member 'AnimationDataController_SetCurveFlags::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlags, ReturnValue) == 0x000011, "Member 'AnimationDataController_SetCurveFlags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetCurveKey \ +static_assert(alignof(AnimationDataController_SetCurveKey) == 0x000004, "Wrong alignment on AnimationDataController_SetCurveKey"); \ +static_assert(sizeof(AnimationDataController_SetCurveKey) == 0x00002C, "Wrong size on AnimationDataController_SetCurveKey"); \ +static_assert(offsetof(AnimationDataController_SetCurveKey, CurveId) == 0x000000, "Member 'AnimationDataController_SetCurveKey::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKey, Key) == 0x00000C, "Member 'AnimationDataController_SetCurveKey::Key' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKey, bShouldTransact) == 0x000028, "Member 'AnimationDataController_SetCurveKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKey, ReturnValue) == 0x000029, "Member 'AnimationDataController_SetCurveKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetCurveKeys \ +static_assert(alignof(AnimationDataController_SetCurveKeys) == 0x000008, "Wrong alignment on AnimationDataController_SetCurveKeys"); \ +static_assert(sizeof(AnimationDataController_SetCurveKeys) == 0x000028, "Wrong size on AnimationDataController_SetCurveKeys"); \ +static_assert(offsetof(AnimationDataController_SetCurveKeys, CurveId) == 0x000000, "Member 'AnimationDataController_SetCurveKeys::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKeys, CurveKeys) == 0x000010, "Member 'AnimationDataController_SetCurveKeys::CurveKeys' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKeys, bShouldTransact) == 0x000020, "Member 'AnimationDataController_SetCurveKeys::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKeys, ReturnValue) == 0x000021, "Member 'AnimationDataController_SetCurveKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetFrameRate \ +static_assert(alignof(AnimationDataController_SetFrameRate) == 0x000004, "Wrong alignment on AnimationDataController_SetFrameRate"); \ +static_assert(sizeof(AnimationDataController_SetFrameRate) == 0x00000C, "Wrong size on AnimationDataController_SetFrameRate"); \ +static_assert(offsetof(AnimationDataController_SetFrameRate, FrameRate) == 0x000000, "Member 'AnimationDataController_SetFrameRate::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetFrameRate, bShouldTransact) == 0x000008, "Member 'AnimationDataController_SetFrameRate::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetModel \ +static_assert(alignof(AnimationDataController_SetModel) == 0x000008, "Wrong alignment on AnimationDataController_SetModel"); \ +static_assert(sizeof(AnimationDataController_SetModel) == 0x000010, "Wrong size on AnimationDataController_SetModel"); \ +static_assert(offsetof(AnimationDataController_SetModel, InModel) == 0x000000, "Member 'AnimationDataController_SetModel::InModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetNumberOfFrames \ +static_assert(alignof(AnimationDataController_SetNumberOfFrames) == 0x000004, "Wrong alignment on AnimationDataController_SetNumberOfFrames"); \ +static_assert(sizeof(AnimationDataController_SetNumberOfFrames) == 0x000008, "Wrong size on AnimationDataController_SetNumberOfFrames"); \ +static_assert(offsetof(AnimationDataController_SetNumberOfFrames, NewLengthInFrames) == 0x000000, "Member 'AnimationDataController_SetNumberOfFrames::NewLengthInFrames' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetNumberOfFrames, bShouldTransact) == 0x000004, "Member 'AnimationDataController_SetNumberOfFrames::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetPlayLength \ +static_assert(alignof(AnimationDataController_SetPlayLength) == 0x000004, "Wrong alignment on AnimationDataController_SetPlayLength"); \ +static_assert(sizeof(AnimationDataController_SetPlayLength) == 0x000008, "Wrong size on AnimationDataController_SetPlayLength"); \ +static_assert(offsetof(AnimationDataController_SetPlayLength, Length) == 0x000000, "Member 'AnimationDataController_SetPlayLength::Length' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetPlayLength, bShouldTransact) == 0x000004, "Member 'AnimationDataController_SetPlayLength::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetTransformCurveKey \ +static_assert(alignof(AnimationDataController_SetTransformCurveKey) == 0x000010, "Wrong alignment on AnimationDataController_SetTransformCurveKey"); \ +static_assert(sizeof(AnimationDataController_SetTransformCurveKey) == 0x000080, "Wrong size on AnimationDataController_SetTransformCurveKey"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, CurveId) == 0x000000, "Member 'AnimationDataController_SetTransformCurveKey::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, Time) == 0x00000C, "Member 'AnimationDataController_SetTransformCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, Value) == 0x000010, "Member 'AnimationDataController_SetTransformCurveKey::Value' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, bShouldTransact) == 0x000070, "Member 'AnimationDataController_SetTransformCurveKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, ReturnValue) == 0x000071, "Member 'AnimationDataController_SetTransformCurveKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_SetTransformCurveKeys \ +static_assert(alignof(AnimationDataController_SetTransformCurveKeys) == 0x000008, "Wrong alignment on AnimationDataController_SetTransformCurveKeys"); \ +static_assert(sizeof(AnimationDataController_SetTransformCurveKeys) == 0x000038, "Wrong size on AnimationDataController_SetTransformCurveKeys"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKeys, CurveId) == 0x000000, "Member 'AnimationDataController_SetTransformCurveKeys::CurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKeys, TransformValues) == 0x000010, "Member 'AnimationDataController_SetTransformCurveKeys::TransformValues' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKeys, TimeKeys) == 0x000020, "Member 'AnimationDataController_SetTransformCurveKeys::TimeKeys' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKeys, bShouldTransact) == 0x000030, "Member 'AnimationDataController_SetTransformCurveKeys::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKeys, ReturnValue) == 0x000031, "Member 'AnimationDataController_SetTransformCurveKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_UpdateCurveNamesFromSkeleton \ +static_assert(alignof(AnimationDataController_UpdateCurveNamesFromSkeleton) == 0x000008, "Wrong alignment on AnimationDataController_UpdateCurveNamesFromSkeleton"); \ +static_assert(sizeof(AnimationDataController_UpdateCurveNamesFromSkeleton) == 0x000010, "Wrong size on AnimationDataController_UpdateCurveNamesFromSkeleton"); \ +static_assert(offsetof(AnimationDataController_UpdateCurveNamesFromSkeleton, Skeleton) == 0x000000, "Member 'AnimationDataController_UpdateCurveNamesFromSkeleton::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_UpdateCurveNamesFromSkeleton, SupportedCurveType) == 0x000008, "Member 'AnimationDataController_UpdateCurveNamesFromSkeleton::SupportedCurveType' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_UpdateCurveNamesFromSkeleton, bShouldTransact) == 0x000009, "Member 'AnimationDataController_UpdateCurveNamesFromSkeleton::bShouldTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_GetModelInterface \ +static_assert(alignof(AnimationDataController_GetModelInterface) == 0x000008, "Wrong alignment on AnimationDataController_GetModelInterface"); \ +static_assert(sizeof(AnimationDataController_GetModelInterface) == 0x000010, "Wrong size on AnimationDataController_GetModelInterface"); \ +static_assert(offsetof(AnimationDataController_GetModelInterface, ReturnValue) == 0x000000, "Member 'AnimationDataController_GetModelInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAnimationDataController \ +static_assert(alignof(IAnimationDataController) == 0x000001, "Wrong alignment on IAnimationDataController"); \ +static_assert(sizeof(IAnimationDataController) == 0x000001, "Wrong size on IAnimationDataController"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetAnimationSequence \ +static_assert(alignof(AnimationDataModel_GetAnimationSequence) == 0x000008, "Wrong alignment on AnimationDataModel_GetAnimationSequence"); \ +static_assert(sizeof(AnimationDataModel_GetAnimationSequence) == 0x000008, "Wrong size on AnimationDataModel_GetAnimationSequence"); \ +static_assert(offsetof(AnimationDataModel_GetAnimationSequence, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetAnimationSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetBoneAnimationTracks \ +static_assert(alignof(AnimationDataModel_GetBoneAnimationTracks) == 0x000008, "Wrong alignment on AnimationDataModel_GetBoneAnimationTracks"); \ +static_assert(sizeof(AnimationDataModel_GetBoneAnimationTracks) == 0x000010, "Wrong size on AnimationDataModel_GetBoneAnimationTracks"); \ +static_assert(offsetof(AnimationDataModel_GetBoneAnimationTracks, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetBoneAnimationTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetBoneTrackByIndex \ +static_assert(alignof(AnimationDataModel_GetBoneTrackByIndex) == 0x000008, "Wrong alignment on AnimationDataModel_GetBoneTrackByIndex"); \ +static_assert(sizeof(AnimationDataModel_GetBoneTrackByIndex) == 0x000048, "Wrong size on AnimationDataModel_GetBoneTrackByIndex"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackByIndex, TrackIndex) == 0x000000, "Member 'AnimationDataModel_GetBoneTrackByIndex::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackByIndex, ReturnValue) == 0x000008, "Member 'AnimationDataModel_GetBoneTrackByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetBoneTrackByName \ +static_assert(alignof(AnimationDataModel_GetBoneTrackByName) == 0x000008, "Wrong alignment on AnimationDataModel_GetBoneTrackByName"); \ +static_assert(sizeof(AnimationDataModel_GetBoneTrackByName) == 0x000048, "Wrong size on AnimationDataModel_GetBoneTrackByName"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackByName, TrackName) == 0x000000, "Member 'AnimationDataModel_GetBoneTrackByName::TrackName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackByName, ReturnValue) == 0x000008, "Member 'AnimationDataModel_GetBoneTrackByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetBoneTrackIndex \ +static_assert(alignof(AnimationDataModel_GetBoneTrackIndex) == 0x000008, "Wrong alignment on AnimationDataModel_GetBoneTrackIndex"); \ +static_assert(sizeof(AnimationDataModel_GetBoneTrackIndex) == 0x000048, "Wrong size on AnimationDataModel_GetBoneTrackIndex"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackIndex, Track) == 0x000000, "Member 'AnimationDataModel_GetBoneTrackIndex::Track' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackIndex, ReturnValue) == 0x000040, "Member 'AnimationDataModel_GetBoneTrackIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetBoneTrackIndexByName \ +static_assert(alignof(AnimationDataModel_GetBoneTrackIndexByName) == 0x000004, "Wrong alignment on AnimationDataModel_GetBoneTrackIndexByName"); \ +static_assert(sizeof(AnimationDataModel_GetBoneTrackIndexByName) == 0x00000C, "Wrong size on AnimationDataModel_GetBoneTrackIndexByName"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackIndexByName, TrackName) == 0x000000, "Member 'AnimationDataModel_GetBoneTrackIndexByName::TrackName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackIndexByName, ReturnValue) == 0x000008, "Member 'AnimationDataModel_GetBoneTrackIndexByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetBoneTrackNames \ +static_assert(alignof(AnimationDataModel_GetBoneTrackNames) == 0x000008, "Wrong alignment on AnimationDataModel_GetBoneTrackNames"); \ +static_assert(sizeof(AnimationDataModel_GetBoneTrackNames) == 0x000010, "Wrong size on AnimationDataModel_GetBoneTrackNames"); \ +static_assert(offsetof(AnimationDataModel_GetBoneTrackNames, OutNames) == 0x000000, "Member 'AnimationDataModel_GetBoneTrackNames::OutNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetFrameRate \ +static_assert(alignof(AnimationDataModel_GetFrameRate) == 0x000004, "Wrong alignment on AnimationDataModel_GetFrameRate"); \ +static_assert(sizeof(AnimationDataModel_GetFrameRate) == 0x000008, "Wrong size on AnimationDataModel_GetFrameRate"); \ +static_assert(offsetof(AnimationDataModel_GetFrameRate, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetNumberOfFloatCurves \ +static_assert(alignof(AnimationDataModel_GetNumberOfFloatCurves) == 0x000004, "Wrong alignment on AnimationDataModel_GetNumberOfFloatCurves"); \ +static_assert(sizeof(AnimationDataModel_GetNumberOfFloatCurves) == 0x000004, "Wrong size on AnimationDataModel_GetNumberOfFloatCurves"); \ +static_assert(offsetof(AnimationDataModel_GetNumberOfFloatCurves, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetNumberOfFloatCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetNumberOfFrames \ +static_assert(alignof(AnimationDataModel_GetNumberOfFrames) == 0x000004, "Wrong alignment on AnimationDataModel_GetNumberOfFrames"); \ +static_assert(sizeof(AnimationDataModel_GetNumberOfFrames) == 0x000004, "Wrong size on AnimationDataModel_GetNumberOfFrames"); \ +static_assert(offsetof(AnimationDataModel_GetNumberOfFrames, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetNumberOfFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetNumberOfKeys \ +static_assert(alignof(AnimationDataModel_GetNumberOfKeys) == 0x000004, "Wrong alignment on AnimationDataModel_GetNumberOfKeys"); \ +static_assert(sizeof(AnimationDataModel_GetNumberOfKeys) == 0x000004, "Wrong size on AnimationDataModel_GetNumberOfKeys"); \ +static_assert(offsetof(AnimationDataModel_GetNumberOfKeys, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetNumberOfKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetNumberOfTransformCurves \ +static_assert(alignof(AnimationDataModel_GetNumberOfTransformCurves) == 0x000004, "Wrong alignment on AnimationDataModel_GetNumberOfTransformCurves"); \ +static_assert(sizeof(AnimationDataModel_GetNumberOfTransformCurves) == 0x000004, "Wrong size on AnimationDataModel_GetNumberOfTransformCurves"); \ +static_assert(offsetof(AnimationDataModel_GetNumberOfTransformCurves, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetNumberOfTransformCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetNumBoneTracks \ +static_assert(alignof(AnimationDataModel_GetNumBoneTracks) == 0x000004, "Wrong alignment on AnimationDataModel_GetNumBoneTracks"); \ +static_assert(sizeof(AnimationDataModel_GetNumBoneTracks) == 0x000004, "Wrong size on AnimationDataModel_GetNumBoneTracks"); \ +static_assert(offsetof(AnimationDataModel_GetNumBoneTracks, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetNumBoneTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_GetPlayLength \ +static_assert(alignof(AnimationDataModel_GetPlayLength) == 0x000008, "Wrong alignment on AnimationDataModel_GetPlayLength"); \ +static_assert(sizeof(AnimationDataModel_GetPlayLength) == 0x000008, "Wrong size on AnimationDataModel_GetPlayLength"); \ +static_assert(offsetof(AnimationDataModel_GetPlayLength, ReturnValue) == 0x000000, "Member 'AnimationDataModel_GetPlayLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_IsValidBoneTrackIndex \ +static_assert(alignof(AnimationDataModel_IsValidBoneTrackIndex) == 0x000004, "Wrong alignment on AnimationDataModel_IsValidBoneTrackIndex"); \ +static_assert(sizeof(AnimationDataModel_IsValidBoneTrackIndex) == 0x000008, "Wrong size on AnimationDataModel_IsValidBoneTrackIndex"); \ +static_assert(offsetof(AnimationDataModel_IsValidBoneTrackIndex, TrackIndex) == 0x000000, "Member 'AnimationDataModel_IsValidBoneTrackIndex::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataModel_IsValidBoneTrackIndex, ReturnValue) == 0x000004, "Member 'AnimationDataModel_IsValidBoneTrackIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationDataModel_IsValidBoneTrackName \ +static_assert(alignof(AnimationDataModel_IsValidBoneTrackName) == 0x000004, "Wrong alignment on AnimationDataModel_IsValidBoneTrackName"); \ +static_assert(sizeof(AnimationDataModel_IsValidBoneTrackName) == 0x00000C, "Wrong size on AnimationDataModel_IsValidBoneTrackName"); \ +static_assert(offsetof(AnimationDataModel_IsValidBoneTrackName, TrackName) == 0x000000, "Member 'AnimationDataModel_IsValidBoneTrackName::TrackName' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataModel_IsValidBoneTrackName, ReturnValue) == 0x000008, "Member 'AnimationDataModel_IsValidBoneTrackName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAnimationDataModel \ +static_assert(alignof(IAnimationDataModel) == 0x000001, "Wrong alignment on IAnimationDataModel"); \ +static_assert(sizeof(IAnimationDataModel) == 0x000001, "Wrong size on IAnimationDataModel"); \ + +#define DUMPER7_ASSERTS_UAnimMetaData \ +static_assert(alignof(UAnimMetaData) == 0x000008, "Wrong alignment on UAnimMetaData"); \ +static_assert(sizeof(UAnimMetaData) == 0x000028, "Wrong size on UAnimMetaData"); \ + +#define DUMPER7_ASSERTS_AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime \ +static_assert(alignof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime) == 0x000008, "Wrong alignment on AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime"); \ +static_assert(sizeof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime) == 0x000058, "Wrong size on AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime, EventReference) == 0x000000, "Member 'AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime, ReturnValue) == 0x000050, "Member 'AnimNotifyLibrary_GetCurrentAnimationNotifyStateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio \ +static_assert(alignof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio) == 0x000008, "Wrong alignment on AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio"); \ +static_assert(sizeof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio) == 0x000058, "Wrong size on AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio, EventReference) == 0x000000, "Member 'AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio, ReturnValue) == 0x000050, "Member 'AnimNotifyLibrary_GetCurrentAnimationNotifyStateTimeRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyLibrary_GetCurrentAnimationTime \ +static_assert(alignof(AnimNotifyLibrary_GetCurrentAnimationTime) == 0x000008, "Wrong alignment on AnimNotifyLibrary_GetCurrentAnimationTime"); \ +static_assert(sizeof(AnimNotifyLibrary_GetCurrentAnimationTime) == 0x000058, "Wrong size on AnimNotifyLibrary_GetCurrentAnimationTime"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationTime, EventReference) == 0x000000, "Member 'AnimNotifyLibrary_GetCurrentAnimationTime::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationTime, ReturnValue) == 0x000050, "Member 'AnimNotifyLibrary_GetCurrentAnimationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyLibrary_GetCurrentAnimationTimeRatio \ +static_assert(alignof(AnimNotifyLibrary_GetCurrentAnimationTimeRatio) == 0x000008, "Wrong alignment on AnimNotifyLibrary_GetCurrentAnimationTimeRatio"); \ +static_assert(sizeof(AnimNotifyLibrary_GetCurrentAnimationTimeRatio) == 0x000058, "Wrong size on AnimNotifyLibrary_GetCurrentAnimationTimeRatio"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationTimeRatio, EventReference) == 0x000000, "Member 'AnimNotifyLibrary_GetCurrentAnimationTimeRatio::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyLibrary_GetCurrentAnimationTimeRatio, ReturnValue) == 0x000050, "Member 'AnimNotifyLibrary_GetCurrentAnimationTimeRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyLibrary_IsBlendingOut \ +static_assert(alignof(AnimNotifyLibrary_IsBlendingOut) == 0x000008, "Wrong alignment on AnimNotifyLibrary_IsBlendingOut"); \ +static_assert(sizeof(AnimNotifyLibrary_IsBlendingOut) == 0x000058, "Wrong size on AnimNotifyLibrary_IsBlendingOut"); \ +static_assert(offsetof(AnimNotifyLibrary_IsBlendingOut, EventReference) == 0x000000, "Member 'AnimNotifyLibrary_IsBlendingOut::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyLibrary_IsBlendingOut, ReturnValue) == 0x000050, "Member 'AnimNotifyLibrary_IsBlendingOut::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyLibrary_NotifyStateReachedEnd \ +static_assert(alignof(AnimNotifyLibrary_NotifyStateReachedEnd) == 0x000008, "Wrong alignment on AnimNotifyLibrary_NotifyStateReachedEnd"); \ +static_assert(sizeof(AnimNotifyLibrary_NotifyStateReachedEnd) == 0x000058, "Wrong size on AnimNotifyLibrary_NotifyStateReachedEnd"); \ +static_assert(offsetof(AnimNotifyLibrary_NotifyStateReachedEnd, EventReference) == 0x000000, "Member 'AnimNotifyLibrary_NotifyStateReachedEnd::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyLibrary_NotifyStateReachedEnd, ReturnValue) == 0x000050, "Member 'AnimNotifyLibrary_NotifyStateReachedEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyLibrary \ +static_assert(alignof(UAnimNotifyLibrary) == 0x000008, "Wrong alignment on UAnimNotifyLibrary"); \ +static_assert(sizeof(UAnimNotifyLibrary) == 0x000028, "Wrong size on UAnimNotifyLibrary"); \ + +#define DUMPER7_ASSERTS_UActorDescContainerSubsystem \ +static_assert(alignof(UActorDescContainerSubsystem) == 0x000008, "Wrong alignment on UActorDescContainerSubsystem"); \ +static_assert(sizeof(UActorDescContainerSubsystem) == 0x000030, "Wrong size on UActorDescContainerSubsystem"); \ + +#define DUMPER7_ASSERTS_AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable \ +static_assert(alignof(AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable) == 0x000008, "Wrong alignment on AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable"); \ +static_assert(sizeof(AnimNotifyMirrorInspectionLibrary_GetMirrorDataTable) == 0x000058, "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) == 0x000050, "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) == 0x000058, "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) == 0x000050, "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_AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState \ +static_assert(alignof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState) == 0x000008, "Wrong alignment on AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState"); \ +static_assert(sizeof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState) == 0x000068, "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) == 0x000050, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState, StateName) == 0x000058, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState::StateName' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState, ReturnValue) == 0x000060, "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) == 0x000070, "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) == 0x000050, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine, StateMachineName) == 0x000058, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine, StateName) == 0x000060, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine::StateName' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine, ReturnValue) == 0x000068, "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) == 0x000068, "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) == 0x000050, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine, StateMachineName) == 0x000058, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine, ReturnValue) == 0x000060, "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_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_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_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_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_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_UAnimSequence \ +static_assert(alignof(UAnimSequence) == 0x000008, "Wrong alignment on UAnimSequence"); \ +static_assert(sizeof(UAnimSequence) == 0x0001F0, "Wrong size on UAnimSequence"); \ +static_assert(offsetof(UAnimSequence, BoneCompressionSettings) == 0x0000B0, "Member 'UAnimSequence::BoneCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, CurveCompressionSettings) == 0x0000B8, "Member 'UAnimSequence::CurveCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, VariableFrameStrippingSettings) == 0x000140, "Member 'UAnimSequence::VariableFrameStrippingSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, AdditiveAnimType) == 0x000148, "Member 'UAnimSequence::AdditiveAnimType' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RefPoseType) == 0x000149, "Member 'UAnimSequence::RefPoseType' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RefFrameIndex) == 0x00014C, "Member 'UAnimSequence::RefFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RefPoseSeq) == 0x000150, "Member 'UAnimSequence::RefPoseSeq' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RetargetSource) == 0x000158, "Member 'UAnimSequence::RetargetSource' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RetargetSourceAssetReferencePose) == 0x000160, "Member 'UAnimSequence::RetargetSourceAssetReferencePose' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, Interpolation) == 0x000170, "Member 'UAnimSequence::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bEnableRootMotion) == 0x000171, "Member 'UAnimSequence::bEnableRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RootMotionRootLock) == 0x000172, "Member 'UAnimSequence::RootMotionRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bForceRootLock) == 0x000173, "Member 'UAnimSequence::bForceRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bUseNormalizedRootMotionScale) == 0x000174, "Member 'UAnimSequence::bUseNormalizedRootMotionScale' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bRootMotionSettingsCopiedFromMontage) == 0x000175, "Member 'UAnimSequence::bRootMotionSettingsCopiedFromMontage' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, StripAnimDataOnDedicatedServer) == 0x000176, "Member 'UAnimSequence::StripAnimDataOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, AuthoredSyncMarkers) == 0x000178, "Member 'UAnimSequence::AuthoredSyncMarkers' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, PlatformTargetFrameRate) == 0x000198, "Member 'UAnimSequence::PlatformTargetFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, AttributeCurves) == 0x0001A0, "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_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) == 0x000400, "Wrong size on UAnimSingleNodeInstance"); \ +static_assert(offsetof(UAnimSingleNodeInstance, CurrentAsset) == 0x0003E8, "Member 'UAnimSingleNodeInstance::CurrentAsset' has a wrong offset!"); \ +static_assert(offsetof(UAnimSingleNodeInstance, PostEvaluateAnimEvent) == 0x0003F0, "Member 'UAnimSingleNodeInstance::PostEvaluateAnimEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimStreamable \ +static_assert(alignof(UAnimStreamable) == 0x000008, "Wrong alignment on UAnimStreamable"); \ +static_assert(sizeof(UAnimStreamable) == 0x0000F8, "Wrong size on UAnimStreamable"); \ +static_assert(offsetof(UAnimStreamable, NumberOfKeys) == 0x0000B0, "Member 'UAnimStreamable::NumberOfKeys' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, Interpolation) == 0x0000B4, "Member 'UAnimStreamable::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, RetargetSource) == 0x0000B8, "Member 'UAnimStreamable::RetargetSource' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, SamplingFrameRate) == 0x0000C0, "Member 'UAnimStreamable::SamplingFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, BoneCompressionSettings) == 0x0000D8, "Member 'UAnimStreamable::BoneCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, CurveCompressionSettings) == 0x0000E0, "Member 'UAnimStreamable::CurveCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, VariableFrameStrippingSettings) == 0x0000E8, "Member 'UAnimStreamable::VariableFrameStrippingSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, bEnableRootMotion) == 0x0000F0, "Member 'UAnimStreamable::bEnableRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, RootMotionRootLock) == 0x0000F1, "Member 'UAnimStreamable::RootMotionRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, bForceRootLock) == 0x0000F2, "Member 'UAnimStreamable::bForceRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, bUseNormalizedRootMotionScale) == 0x0000F3, "Member 'UAnimStreamable::bUseNormalizedRootMotionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpatialHashRuntimeGridInfo \ +static_assert(alignof(ASpatialHashRuntimeGridInfo) == 0x000008, "Wrong alignment on ASpatialHashRuntimeGridInfo"); \ +static_assert(sizeof(ASpatialHashRuntimeGridInfo) == 0x0002B8, "Wrong size on ASpatialHashRuntimeGridInfo"); \ +static_assert(offsetof(ASpatialHashRuntimeGridInfo, GridSettings) == 0x0002B0, "Member 'ASpatialHashRuntimeGridInfo::GridSettings' 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_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_IBlendProfileProviderInterface \ +static_assert(alignof(IBlendProfileProviderInterface) == 0x000001, "Wrong alignment on IBlendProfileProviderInterface"); \ +static_assert(sizeof(IBlendProfileProviderInterface) == 0x000001, "Wrong size on IBlendProfileProviderInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExternalCodeCollection \ +static_assert(alignof(UMaterialExternalCodeCollection) == 0x000008, "Wrong alignment on UMaterialExternalCodeCollection"); \ +static_assert(sizeof(UMaterialExternalCodeCollection) == 0x000038, "Wrong size on UMaterialExternalCodeCollection"); \ +static_assert(offsetof(UMaterialExternalCodeCollection, ExternalCodeDeclarations) == 0x000028, "Member 'UMaterialExternalCodeCollection::ExternalCodeDeclarations' 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_CachedAnimDataLibrary_StateMachine_GetAssetPlayerTime \ +static_assert(alignof(CachedAnimDataLibrary_StateMachine_GetAssetPlayerTime) == 0x000008, "Wrong alignment on CachedAnimDataLibrary_StateMachine_GetAssetPlayerTime"); \ +static_assert(sizeof(CachedAnimDataLibrary_StateMachine_GetAssetPlayerTime) == 0x000028, "Wrong size on CachedAnimDataLibrary_StateMachine_GetAssetPlayerTime"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetAssetPlayerTime, InAnimInstance) == 0x000000, "Member 'CachedAnimDataLibrary_StateMachine_GetAssetPlayerTime::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetAssetPlayerTime, CachedAnimAssetPlayerData) == 0x000008, "Member 'CachedAnimDataLibrary_StateMachine_GetAssetPlayerTime::CachedAnimAssetPlayerData' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetAssetPlayerTime, ReturnValue) == 0x000020, "Member 'CachedAnimDataLibrary_StateMachine_GetAssetPlayerTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CachedAnimDataLibrary_StateMachine_GetAssetPlayerTimeRatio \ +static_assert(alignof(CachedAnimDataLibrary_StateMachine_GetAssetPlayerTimeRatio) == 0x000008, "Wrong alignment on CachedAnimDataLibrary_StateMachine_GetAssetPlayerTimeRatio"); \ +static_assert(sizeof(CachedAnimDataLibrary_StateMachine_GetAssetPlayerTimeRatio) == 0x000028, "Wrong size on CachedAnimDataLibrary_StateMachine_GetAssetPlayerTimeRatio"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetAssetPlayerTimeRatio, InAnimInstance) == 0x000000, "Member 'CachedAnimDataLibrary_StateMachine_GetAssetPlayerTimeRatio::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetAssetPlayerTimeRatio, CachedAnimAssetPlayerData) == 0x000008, "Member 'CachedAnimDataLibrary_StateMachine_GetAssetPlayerTimeRatio::CachedAnimAssetPlayerData' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetAssetPlayerTimeRatio, ReturnValue) == 0x000020, "Member 'CachedAnimDataLibrary_StateMachine_GetAssetPlayerTimeRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CachedAnimDataLibrary_StateMachine_GetCrossfadeDuration \ +static_assert(alignof(CachedAnimDataLibrary_StateMachine_GetCrossfadeDuration) == 0x000008, "Wrong alignment on CachedAnimDataLibrary_StateMachine_GetCrossfadeDuration"); \ +static_assert(sizeof(CachedAnimDataLibrary_StateMachine_GetCrossfadeDuration) == 0x000030, "Wrong size on CachedAnimDataLibrary_StateMachine_GetCrossfadeDuration"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetCrossfadeDuration, InAnimInstance) == 0x000000, "Member 'CachedAnimDataLibrary_StateMachine_GetCrossfadeDuration::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetCrossfadeDuration, CachedAnimTransitionData) == 0x000008, "Member 'CachedAnimDataLibrary_StateMachine_GetCrossfadeDuration::CachedAnimTransitionData' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetCrossfadeDuration, ReturnValue) == 0x00002C, "Member 'CachedAnimDataLibrary_StateMachine_GetCrossfadeDuration::ReturnValue' 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_GetRelevantAnimTime \ +static_assert(alignof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTime) == 0x000008, "Wrong alignment on CachedAnimDataLibrary_StateMachine_GetRelevantAnimTime"); \ +static_assert(sizeof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTime) == 0x000028, "Wrong size on CachedAnimDataLibrary_StateMachine_GetRelevantAnimTime"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTime, InAnimInstance) == 0x000000, "Member 'CachedAnimDataLibrary_StateMachine_GetRelevantAnimTime::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTime, CachedAnimRelevancyData) == 0x000008, "Member 'CachedAnimDataLibrary_StateMachine_GetRelevantAnimTime::CachedAnimRelevancyData' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTime, ReturnValue) == 0x000024, "Member 'CachedAnimDataLibrary_StateMachine_GetRelevantAnimTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemaining \ +static_assert(alignof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemaining) == 0x000008, "Wrong alignment on CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemaining"); \ +static_assert(sizeof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemaining) == 0x000028, "Wrong size on CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemaining"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemaining, InAnimInstance) == 0x000000, "Member 'CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemaining::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemaining, CachedAnimRelevancyData) == 0x000008, "Member 'CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemaining::CachedAnimRelevancyData' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemaining, ReturnValue) == 0x000024, "Member 'CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemainingFraction \ +static_assert(alignof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemainingFraction) == 0x000008, "Wrong alignment on CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemainingFraction"); \ +static_assert(sizeof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemainingFraction) == 0x000028, "Wrong size on CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemainingFraction"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemainingFraction, InAnimInstance) == 0x000000, "Member 'CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemainingFraction::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemainingFraction, CachedAnimRelevancyData) == 0x000008, "Member 'CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemainingFraction::CachedAnimRelevancyData' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemainingFraction, ReturnValue) == 0x000024, "Member 'CachedAnimDataLibrary_StateMachine_GetRelevantAnimTimeRemainingFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CachedAnimDataLibrary_StateMachine_GetTotalWeight \ +static_assert(alignof(CachedAnimDataLibrary_StateMachine_GetTotalWeight) == 0x000008, "Wrong alignment on CachedAnimDataLibrary_StateMachine_GetTotalWeight"); \ +static_assert(sizeof(CachedAnimDataLibrary_StateMachine_GetTotalWeight) == 0x000028, "Wrong size on CachedAnimDataLibrary_StateMachine_GetTotalWeight"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetTotalWeight, InAnimInstance) == 0x000000, "Member 'CachedAnimDataLibrary_StateMachine_GetTotalWeight::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetTotalWeight, CachedAnimStateArray) == 0x000008, "Member 'CachedAnimDataLibrary_StateMachine_GetTotalWeight::CachedAnimStateArray' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_GetTotalWeight, ReturnValue) == 0x000020, "Member 'CachedAnimDataLibrary_StateMachine_GetTotalWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CachedAnimDataLibrary_StateMachine_IsFullWeight \ +static_assert(alignof(CachedAnimDataLibrary_StateMachine_IsFullWeight) == 0x000008, "Wrong alignment on CachedAnimDataLibrary_StateMachine_IsFullWeight"); \ +static_assert(sizeof(CachedAnimDataLibrary_StateMachine_IsFullWeight) == 0x000028, "Wrong size on CachedAnimDataLibrary_StateMachine_IsFullWeight"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_IsFullWeight, InAnimInstance) == 0x000000, "Member 'CachedAnimDataLibrary_StateMachine_IsFullWeight::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_IsFullWeight, CachedAnimStateArray) == 0x000008, "Member 'CachedAnimDataLibrary_StateMachine_IsFullWeight::CachedAnimStateArray' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_IsFullWeight, ReturnValue) == 0x000020, "Member 'CachedAnimDataLibrary_StateMachine_IsFullWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CachedAnimDataLibrary_StateMachine_IsRelevant \ +static_assert(alignof(CachedAnimDataLibrary_StateMachine_IsRelevant) == 0x000008, "Wrong alignment on CachedAnimDataLibrary_StateMachine_IsRelevant"); \ +static_assert(sizeof(CachedAnimDataLibrary_StateMachine_IsRelevant) == 0x000028, "Wrong size on CachedAnimDataLibrary_StateMachine_IsRelevant"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_IsRelevant, InAnimInstance) == 0x000000, "Member 'CachedAnimDataLibrary_StateMachine_IsRelevant::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_IsRelevant, CachedAnimStateArray) == 0x000008, "Member 'CachedAnimDataLibrary_StateMachine_IsRelevant::CachedAnimStateArray' has a wrong offset!"); \ +static_assert(offsetof(CachedAnimDataLibrary_StateMachine_IsRelevant, ReturnValue) == 0x000020, "Member 'CachedAnimDataLibrary_StateMachine_IsRelevant::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_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) == 0x000838, "Wrong size on AWorldDataLayers"); \ +static_assert(offsetof(AWorldDataLayers, RootExternalDataLayerInstance) == 0x000358, "Member 'AWorldDataLayers::RootExternalDataLayerInstance' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, DataLayerInstances) == 0x000360, "Member 'AWorldDataLayers::DataLayerInstances' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, ExternalPackageDataLayerInstances) == 0x0003B0, "Member 'AWorldDataLayers::ExternalPackageDataLayerInstances' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, LoadedExternalPackageDataLayerInstances) == 0x000400, "Member 'AWorldDataLayers::LoadedExternalPackageDataLayerInstances' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, TransientDataLayerInstances) == 0x000410, "Member 'AWorldDataLayers::TransientDataLayerInstances' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, DeprecatedDataLayerNameToDataLayerInstance) == 0x000420, "Member 'AWorldDataLayers::DeprecatedDataLayerNameToDataLayerInstance' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, WorldDataLayers) == 0x000470, "Member 'AWorldDataLayers::WorldDataLayers' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, RepActiveDataLayerNames) == 0x0004C0, "Member 'AWorldDataLayers::RepActiveDataLayerNames' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, RepLoadedDataLayerNames) == 0x0004D0, "Member 'AWorldDataLayers::RepLoadedDataLayerNames' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, RepEffectiveActiveDataLayerNames) == 0x000620, "Member 'AWorldDataLayers::RepEffectiveActiveDataLayerNames' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, RepEffectiveLoadedDataLayerNames) == 0x000630, "Member 'AWorldDataLayers::RepEffectiveLoadedDataLayerNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationCurveIdentifierExtensions_GetName \ +static_assert(alignof(AnimationCurveIdentifierExtensions_GetName) == 0x000004, "Wrong alignment on AnimationCurveIdentifierExtensions_GetName"); \ +static_assert(sizeof(AnimationCurveIdentifierExtensions_GetName) == 0x000014, "Wrong size on AnimationCurveIdentifierExtensions_GetName"); \ +static_assert(offsetof(AnimationCurveIdentifierExtensions_GetName, Identifier) == 0x000000, "Member 'AnimationCurveIdentifierExtensions_GetName::Identifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationCurveIdentifierExtensions_GetName, ReturnValue) == 0x00000C, "Member 'AnimationCurveIdentifierExtensions_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationCurveIdentifierExtensions_GetType \ +static_assert(alignof(AnimationCurveIdentifierExtensions_GetType) == 0x000004, "Wrong alignment on AnimationCurveIdentifierExtensions_GetType"); \ +static_assert(sizeof(AnimationCurveIdentifierExtensions_GetType) == 0x000010, "Wrong size on AnimationCurveIdentifierExtensions_GetType"); \ +static_assert(offsetof(AnimationCurveIdentifierExtensions_GetType, Identifier) == 0x000000, "Member 'AnimationCurveIdentifierExtensions_GetType::Identifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationCurveIdentifierExtensions_GetType, ReturnValue) == 0x00000C, "Member 'AnimationCurveIdentifierExtensions_GetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationCurveIdentifierExtensions_IsValid \ +static_assert(alignof(AnimationCurveIdentifierExtensions_IsValid) == 0x000004, "Wrong alignment on AnimationCurveIdentifierExtensions_IsValid"); \ +static_assert(sizeof(AnimationCurveIdentifierExtensions_IsValid) == 0x000010, "Wrong size on AnimationCurveIdentifierExtensions_IsValid"); \ +static_assert(offsetof(AnimationCurveIdentifierExtensions_IsValid, Identifier) == 0x000000, "Member 'AnimationCurveIdentifierExtensions_IsValid::Identifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationCurveIdentifierExtensions_IsValid, ReturnValue) == 0x00000C, "Member 'AnimationCurveIdentifierExtensions_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationCurveIdentifierExtensions \ +static_assert(alignof(UAnimationCurveIdentifierExtensions) == 0x000008, "Wrong alignment on UAnimationCurveIdentifierExtensions"); \ +static_assert(sizeof(UAnimationCurveIdentifierExtensions) == 0x000028, "Wrong size on UAnimationCurveIdentifierExtensions"); \ + +#define DUMPER7_ASSERTS_CurveSourceInterface_GetBindingName \ +static_assert(alignof(CurveSourceInterface_GetBindingName) == 0x000004, "Wrong alignment on CurveSourceInterface_GetBindingName"); \ +static_assert(sizeof(CurveSourceInterface_GetBindingName) == 0x000008, "Wrong size on CurveSourceInterface_GetBindingName"); \ +static_assert(offsetof(CurveSourceInterface_GetBindingName, ReturnValue) == 0x000000, "Member 'CurveSourceInterface_GetBindingName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveSourceInterface_GetCurves \ +static_assert(alignof(CurveSourceInterface_GetCurves) == 0x000008, "Wrong alignment on CurveSourceInterface_GetCurves"); \ +static_assert(sizeof(CurveSourceInterface_GetCurves) == 0x000010, "Wrong size on CurveSourceInterface_GetCurves"); \ +static_assert(offsetof(CurveSourceInterface_GetCurves, OutValues) == 0x000000, "Member 'CurveSourceInterface_GetCurves::OutValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveSourceInterface_GetCurveValue \ +static_assert(alignof(CurveSourceInterface_GetCurveValue) == 0x000004, "Wrong alignment on CurveSourceInterface_GetCurveValue"); \ +static_assert(sizeof(CurveSourceInterface_GetCurveValue) == 0x00000C, "Wrong size on CurveSourceInterface_GetCurveValue"); \ +static_assert(offsetof(CurveSourceInterface_GetCurveValue, CurveName) == 0x000000, "Member 'CurveSourceInterface_GetCurveValue::CurveName' has a wrong offset!"); \ +static_assert(offsetof(CurveSourceInterface_GetCurveValue, ReturnValue) == 0x000008, "Member 'CurveSourceInterface_GetCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICurveSourceInterface \ +static_assert(alignof(ICurveSourceInterface) == 0x000001, "Wrong alignment on ICurveSourceInterface"); \ +static_assert(sizeof(ICurveSourceInterface) == 0x000001, "Wrong size on ICurveSourceInterface"); \ + +#define DUMPER7_ASSERTS_UMeshDeformerCollection \ +static_assert(alignof(UMeshDeformerCollection) == 0x000008, "Wrong alignment on UMeshDeformerCollection"); \ +static_assert(sizeof(UMeshDeformerCollection) == 0x000050, "Wrong size on UMeshDeformerCollection"); \ +static_assert(offsetof(UMeshDeformerCollection, MeshDeformers) == 0x000030, "Member 'UMeshDeformerCollection::MeshDeformers' has a wrong offset!"); \ +static_assert(offsetof(UMeshDeformerCollection, MeshDeformerCollections) == 0x000040, "Member 'UMeshDeformerCollection::MeshDeformerCollections' has a wrong offset!"); \ + +#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_UMirrorDataTable \ +static_assert(alignof(UMirrorDataTable) == 0x000008, "Wrong alignment on UMirrorDataTable"); \ +static_assert(sizeof(UMirrorDataTable) == 0x0001F0, "Wrong size on UMirrorDataTable"); \ +static_assert(offsetof(UMirrorDataTable, MirrorFindReplaceExpressions) == 0x0000B0, "Member 'UMirrorDataTable::MirrorFindReplaceExpressions' has a wrong offset!"); \ +static_assert(offsetof(UMirrorDataTable, MirrorAxis) == 0x0000C0, "Member 'UMirrorDataTable::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(UMirrorDataTable, bMirrorRootMotion) == 0x0000C1, "Member 'UMirrorDataTable::bMirrorRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UMirrorDataTable, Skeleton) == 0x0000C8, "Member 'UMirrorDataTable::Skeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INodeMappingProviderInterface \ +static_assert(alignof(INodeMappingProviderInterface) == 0x000001, "Wrong alignment on INodeMappingProviderInterface"); \ +static_assert(sizeof(INodeMappingProviderInterface) == 0x000001, "Wrong size on INodeMappingProviderInterface"); \ + +#define DUMPER7_ASSERTS_UPoseAsset \ +static_assert(alignof(UPoseAsset) == 0x000008, "Wrong alignment on UPoseAsset"); \ +static_assert(sizeof(UPoseAsset) == 0x000110, "Wrong size on UPoseAsset"); \ +static_assert(offsetof(UPoseAsset, PoseContainer) == 0x000080, "Member 'UPoseAsset::PoseContainer' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, bAdditivePose) == 0x0000F0, "Member 'UPoseAsset::bAdditivePose' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, BasePoseIndex) == 0x0000F4, "Member 'UPoseAsset::BasePoseIndex' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, RetargetSource) == 0x0000F8, "Member 'UPoseAsset::RetargetSource' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, RetargetSourceAssetReferencePose) == 0x000100, "Member 'UPoseAsset::RetargetSourceAssetReferencePose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPreviewCollectionInterface \ +static_assert(alignof(IPreviewCollectionInterface) == 0x000001, "Wrong alignment on IPreviewCollectionInterface"); \ +static_assert(sizeof(IPreviewCollectionInterface) == 0x000001, "Wrong size on IPreviewCollectionInterface"); \ + +#define DUMPER7_ASSERTS_ASkeletalMeshActor \ +static_assert(alignof(ASkeletalMeshActor) == 0x000008, "Wrong alignment on ASkeletalMeshActor"); \ +static_assert(sizeof(ASkeletalMeshActor) == 0x000330, "Wrong size on ASkeletalMeshActor"); \ +static_assert(offsetof(ASkeletalMeshActor, SkeletalMeshComponent) == 0x0002B8, "Member 'ASkeletalMeshActor::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMesh) == 0x0002C0, "Member 'ASkeletalMeshActor::ReplicatedMesh' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedPhysAsset) == 0x0002C8, "Member 'ASkeletalMeshActor::ReplicatedPhysAsset' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial0) == 0x0002D0, "Member 'ASkeletalMeshActor::ReplicatedMaterial0' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial1) == 0x0002D8, "Member 'ASkeletalMeshActor::ReplicatedMaterial1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Skeleton_AddCompatibleSkeleton \ +static_assert(alignof(Skeleton_AddCompatibleSkeleton) == 0x000008, "Wrong alignment on Skeleton_AddCompatibleSkeleton"); \ +static_assert(sizeof(Skeleton_AddCompatibleSkeleton) == 0x000008, "Wrong size on Skeleton_AddCompatibleSkeleton"); \ +static_assert(offsetof(Skeleton_AddCompatibleSkeleton, SourceSkeleton) == 0x000000, "Member 'Skeleton_AddCompatibleSkeleton::SourceSkeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Skeleton_AddCompatibleSkeletonSoft \ +static_assert(alignof(Skeleton_AddCompatibleSkeletonSoft) == 0x000008, "Wrong alignment on Skeleton_AddCompatibleSkeletonSoft"); \ +static_assert(sizeof(Skeleton_AddCompatibleSkeletonSoft) == 0x000028, "Wrong size on Skeleton_AddCompatibleSkeletonSoft"); \ +static_assert(offsetof(Skeleton_AddCompatibleSkeletonSoft, SourceSkeleton) == 0x000000, "Member 'Skeleton_AddCompatibleSkeletonSoft::SourceSkeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Skeleton_GetBlendProfile \ +static_assert(alignof(Skeleton_GetBlendProfile) == 0x000008, "Wrong alignment on Skeleton_GetBlendProfile"); \ +static_assert(sizeof(Skeleton_GetBlendProfile) == 0x000010, "Wrong size on Skeleton_GetBlendProfile"); \ +static_assert(offsetof(Skeleton_GetBlendProfile, InProfileName) == 0x000000, "Member 'Skeleton_GetBlendProfile::InProfileName' has a wrong offset!"); \ +static_assert(offsetof(Skeleton_GetBlendProfile, ReturnValue) == 0x000008, "Member 'Skeleton_GetBlendProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeleton \ +static_assert(alignof(USkeleton) == 0x000008, "Wrong alignment on USkeleton"); \ +static_assert(sizeof(USkeleton) == 0x000380, "Wrong size on USkeleton"); \ +static_assert(offsetof(USkeleton, BoneTree) == 0x000038, "Member 'USkeleton::BoneTree' 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, bUseRetargetModesFromCompatibleSkeleton) == 0x0001A0, "Member 'USkeleton::bUseRetargetModesFromCompatibleSkeleton' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, Sockets) == 0x0001A8, "Member 'USkeleton::Sockets' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, SmartNames) == 0x000208, "Member 'USkeleton::SmartNames' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, BlendProfiles) == 0x000268, "Member 'USkeleton::BlendProfiles' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, SlotGroups) == 0x000278, "Member 'USkeleton::SlotGroups' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, AssetUserData) == 0x000370, "Member 'USkeleton::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineReplicationBridge \ +static_assert(alignof(UEngineReplicationBridge) == 0x000010, "Wrong alignment on UEngineReplicationBridge"); \ +static_assert(sizeof(UEngineReplicationBridge) == 0x0006C0, "Wrong size on UEngineReplicationBridge"); \ +static_assert(offsetof(UEngineReplicationBridge, ObjectReferencePackageMap) == 0x0006A0, "Member 'UEngineReplicationBridge::ObjectReferencePackageMap' has a wrong offset!"); \ +static_assert(offsetof(UEngineReplicationBridge, ActorFactoryName) == 0x0006A8, "Member 'UEngineReplicationBridge::ActorFactoryName' has a wrong offset!"); \ +static_assert(offsetof(UEngineReplicationBridge, SubObjectFactoryName) == 0x0006B0, "Member 'UEngineReplicationBridge::SubObjectFactoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory \ +static_assert(alignof(TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory) == 0x000008, "Wrong alignment on TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory"); \ +static_assert(sizeof(TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory) == 0x000020, "Wrong size on TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory"); \ +static_assert(offsetof(TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory, Trajectory) == 0x000000, "Member 'TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory::Trajectory' has a wrong offset!"); \ +static_assert(offsetof(TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory, World) == 0x000010, "Member 'TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory::World' has a wrong offset!"); \ +static_assert(offsetof(TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory, DebugThickness) == 0x000018, "Member 'TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory::DebugThickness' has a wrong offset!"); \ +static_assert(offsetof(TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory, HeightOffset) == 0x00001C, "Member 'TransformTrajectoryBlueprintLibrary_DebugDrawTrajectory::HeightOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformTrajectoryBlueprintLibrary \ +static_assert(alignof(UTransformTrajectoryBlueprintLibrary) == 0x000008, "Wrong alignment on UTransformTrajectoryBlueprintLibrary"); \ +static_assert(sizeof(UTransformTrajectoryBlueprintLibrary) == 0x000028, "Wrong size on UTransformTrajectoryBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UAnimBlueprint \ +static_assert(alignof(UAnimBlueprint) == 0x000008, "Wrong alignment on UAnimBlueprint"); \ +static_assert(sizeof(UAnimBlueprint) == 0x0000D0, "Wrong size on UAnimBlueprint"); \ +static_assert(offsetof(UAnimBlueprint, TargetSkeleton) == 0x0000B0, "Member 'UAnimBlueprint::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, Groups) == 0x0000B8, "Member 'UAnimBlueprint::Groups' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, bIsTemplate) == 0x0000C8, "Member 'UAnimBlueprint::bIsTemplate' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, bUseMultiThreadedAnimationUpdate) == 0x0000C9, "Member 'UAnimBlueprint::bUseMultiThreadedAnimationUpdate' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, bWarnAboutBlueprintUsage) == 0x0000CA, "Member 'UAnimBlueprint::bWarnAboutBlueprintUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExternalDataLayerManager \ +static_assert(alignof(UExternalDataLayerManager) == 0x000008, "Wrong alignment on UExternalDataLayerManager"); \ +static_assert(sizeof(UExternalDataLayerManager) == 0x000080, "Wrong size on UExternalDataLayerManager"); \ +static_assert(offsetof(UExternalDataLayerManager, ExternalStreamingObjects) == 0x000030, "Member 'UExternalDataLayerManager::ExternalStreamingObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetManager \ +static_assert(alignof(UAssetManager) == 0x000008, "Wrong alignment on UAssetManager"); \ +static_assert(sizeof(UAssetManager) == 0x000520, "Wrong size on UAssetManager"); \ +static_assert(offsetof(UAssetManager, ObjectReferenceList) == 0x000380, "Member 'UAssetManager::ObjectReferenceList' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsGlobalAsyncScanEnvironment) == 0x000390, "Member 'UAssetManager::bIsGlobalAsyncScanEnvironment' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bShouldGuessTypeAndName) == 0x000391, "Member 'UAssetManager::bShouldGuessTypeAndName' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bShouldUseSynchronousLoad) == 0x000392, "Member 'UAssetManager::bShouldUseSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsLoadingFromPakFiles) == 0x000393, "Member 'UAssetManager::bIsLoadingFromPakFiles' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bShouldAcquireMissingChunksOnLoad) == 0x000394, "Member 'UAssetManager::bShouldAcquireMissingChunksOnLoad' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bOnlyCookProductionAssets) == 0x000395, "Member 'UAssetManager::bOnlyCookProductionAssets' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, NumBulkScanRequests) == 0x000398, "Member 'UAssetManager::NumBulkScanRequests' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsPrimaryAssetDirectoryCurrent) == 0x00039C, "Member 'UAssetManager::bIsPrimaryAssetDirectoryCurrent' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIsManagementDatabaseCurrent) == 0x00039D, "Member 'UAssetManager::bIsManagementDatabaseCurrent' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bUpdateManagementDatabaseAfterScan) == 0x00039E, "Member 'UAssetManager::bUpdateManagementDatabaseAfterScan' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bIncludeOnlyOnDiskAssets) == 0x00039F, "Member 'UAssetManager::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, bHasCompletedInitialScan) == 0x0003A0, "Member 'UAssetManager::bHasCompletedInitialScan' has a wrong offset!"); \ +static_assert(offsetof(UAssetManager, NumberOfSpawnedNotifications) == 0x0003A4, "Member 'UAssetManager::NumberOfSpawnedNotifications' 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_AAtmosphericFog \ +static_assert(alignof(AAtmosphericFog) == 0x000008, "Wrong alignment on AAtmosphericFog"); \ +static_assert(sizeof(AAtmosphericFog) == 0x0002B8, "Wrong size on AAtmosphericFog"); \ +static_assert(offsetof(AAtmosphericFog, AtmosphericFogComponent) == 0x0002B0, "Member 'AAtmosphericFog::AtmosphericFogComponent' 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_GetAtmosphericLightToMatchIlluminanceOnGround \ +static_assert(alignof(SkyAtmosphereComponent_GetAtmosphericLightToMatchIlluminanceOnGround) == 0x000008, "Wrong alignment on SkyAtmosphereComponent_GetAtmosphericLightToMatchIlluminanceOnGround"); \ +static_assert(sizeof(SkyAtmosphereComponent_GetAtmosphericLightToMatchIlluminanceOnGround) == 0x000020, "Wrong size on SkyAtmosphereComponent_GetAtmosphericLightToMatchIlluminanceOnGround"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetAtmosphericLightToMatchIlluminanceOnGround, LightDirection) == 0x000000, "Member 'SkyAtmosphereComponent_GetAtmosphericLightToMatchIlluminanceOnGround::LightDirection' has a wrong offset!"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetAtmosphericLightToMatchIlluminanceOnGround, IlluminanceOnGround) == 0x000018, "Member 'SkyAtmosphereComponent_GetAtmosphericLightToMatchIlluminanceOnGround::IlluminanceOnGround' has a wrong offset!"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetAtmosphericLightToMatchIlluminanceOnGround, ReturnValue) == 0x00001C, "Member 'SkyAtmosphereComponent_GetAtmosphericLightToMatchIlluminanceOnGround::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection \ +static_assert(alignof(SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection) == 0x000008, "Wrong alignment on SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection"); \ +static_assert(sizeof(SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection) == 0x000020, "Wrong size on SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection, AtmosphereLightIndex) == 0x000000, "Member 'SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection::AtmosphereLightIndex' has a wrong offset!"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection, ReturnValue) == 0x000008, "Member 'SkyAtmosphereComponent_GetOverridenAtmosphereLightDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden \ +static_assert(alignof(SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden"); \ +static_assert(sizeof(SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden) == 0x000008, "Wrong size on SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden"); \ +static_assert(offsetof(SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden, AtmosphereLightIndex) == 0x000000, "Member 'SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden::AtmosphereLightIndex' has a wrong offset!"); \ +static_assert(offsetof(SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden, ReturnValue) == 0x000004, "Member 'SkyAtmosphereComponent_IsAtmosphereLightDirectionOverriden::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_OverrideAtmosphereLightDirection \ +static_assert(alignof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection) == 0x000008, "Wrong alignment on SkyAtmosphereComponent_OverrideAtmosphereLightDirection"); \ +static_assert(sizeof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection) == 0x000020, "Wrong size on SkyAtmosphereComponent_OverrideAtmosphereLightDirection"); \ +static_assert(offsetof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection, AtmosphereLightIndex) == 0x000000, "Member 'SkyAtmosphereComponent_OverrideAtmosphereLightDirection::AtmosphereLightIndex' has a wrong offset!"); \ +static_assert(offsetof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection, LightDirection) == 0x000008, "Member 'SkyAtmosphereComponent_OverrideAtmosphereLightDirection::LightDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride \ +static_assert(alignof(SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride"); \ +static_assert(sizeof(SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride) == 0x000004, "Wrong size on SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride"); \ +static_assert(offsetof(SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride, AtmosphereLightIndex) == 0x000000, "Member 'SkyAtmosphereComponent_ResetAtmosphereLightDirectionOverride::AtmosphereLightIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAerialPerspectiveStartDepth \ +static_assert(alignof(SkyAtmosphereComponent_SetAerialPerspectiveStartDepth) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAerialPerspectiveStartDepth"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetAerialPerspectiveStartDepth) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAerialPerspectiveStartDepth"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetAerialPerspectiveStartDepth, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAerialPerspectiveStartDepth::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale \ +static_assert(alignof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAtmosphereHeight \ +static_assert(alignof(SkyAtmosphereComponent_SetAtmosphereHeight) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAtmosphereHeight"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetAtmosphereHeight) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAtmosphereHeight"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetAtmosphereHeight, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAtmosphereHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetBottomRadius \ +static_assert(alignof(SkyAtmosphereComponent_SetBottomRadius) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetBottomRadius"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetBottomRadius) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetBottomRadius"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetBottomRadius, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetBottomRadius::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetGroundAlbedo \ +static_assert(alignof(SkyAtmosphereComponent_SetGroundAlbedo) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetGroundAlbedo"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetGroundAlbedo) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetGroundAlbedo"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetGroundAlbedo, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetGroundAlbedo::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogContribution \ +static_assert(alignof(SkyAtmosphereComponent_SetHeightFogContribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHeightFogContribution"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetHeightFogContribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHeightFogContribution"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetHeightFogContribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHeightFogContribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHoldout \ +static_assert(alignof(SkyAtmosphereComponent_SetHoldout) == 0x000001, "Wrong alignment on SkyAtmosphereComponent_SetHoldout"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetHoldout) == 0x000001, "Wrong size on SkyAtmosphereComponent_SetHoldout"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetHoldout, bNewHoldout) == 0x000000, "Member 'SkyAtmosphereComponent_SetHoldout::bNewHoldout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorption \ +static_assert(alignof(SkyAtmosphereComponent_SetMieAbsorption) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAbsorption"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieAbsorption) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetMieAbsorption"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieAbsorption, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAbsorption::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorptionScale \ +static_assert(alignof(SkyAtmosphereComponent_SetMieAbsorptionScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAbsorptionScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieAbsorptionScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieAbsorptionScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieAbsorptionScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAbsorptionScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAnisotropy \ +static_assert(alignof(SkyAtmosphereComponent_SetMieAnisotropy) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAnisotropy"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieAnisotropy) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieAnisotropy"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieAnisotropy, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAnisotropy::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieExponentialDistribution \ +static_assert(alignof(SkyAtmosphereComponent_SetMieExponentialDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieExponentialDistribution"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieExponentialDistribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieExponentialDistribution"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieExponentialDistribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieExponentialDistribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScattering \ +static_assert(alignof(SkyAtmosphereComponent_SetMieScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieScattering"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieScattering) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetMieScattering"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieScattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieScattering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScatteringScale \ +static_assert(alignof(SkyAtmosphereComponent_SetMieScatteringScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieScatteringScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieScatteringScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieScatteringScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieScatteringScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieScatteringScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMultiScatteringFactor \ +static_assert(alignof(SkyAtmosphereComponent_SetMultiScatteringFactor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMultiScatteringFactor"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMultiScatteringFactor) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMultiScatteringFactor"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMultiScatteringFactor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMultiScatteringFactor::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorption \ +static_assert(alignof(SkyAtmosphereComponent_SetOtherAbsorption) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetOtherAbsorption"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetOtherAbsorption) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetOtherAbsorption"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetOtherAbsorption, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetOtherAbsorption::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorptionScale \ +static_assert(alignof(SkyAtmosphereComponent_SetOtherAbsorptionScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetOtherAbsorptionScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetOtherAbsorptionScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetOtherAbsorptionScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetOtherAbsorptionScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetOtherAbsorptionScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighExponentialDistribution \ +static_assert(alignof(SkyAtmosphereComponent_SetRayleighExponentialDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighExponentialDistribution"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRayleighExponentialDistribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetRayleighExponentialDistribution"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRayleighExponentialDistribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighExponentialDistribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScattering \ +static_assert(alignof(SkyAtmosphereComponent_SetRayleighScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighScattering"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRayleighScattering) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetRayleighScattering"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRayleighScattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighScattering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScatteringScale \ +static_assert(alignof(SkyAtmosphereComponent_SetRayleighScatteringScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighScatteringScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRayleighScatteringScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetRayleighScatteringScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRayleighScatteringScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighScatteringScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRenderInMainPass \ +static_assert(alignof(SkyAtmosphereComponent_SetRenderInMainPass) == 0x000001, "Wrong alignment on SkyAtmosphereComponent_SetRenderInMainPass"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRenderInMainPass) == 0x000001, "Wrong size on SkyAtmosphereComponent_SetRenderInMainPass"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRenderInMainPass, bValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRenderInMainPass::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetSkyAndAerialPerspectiveLuminanceFactor \ +static_assert(alignof(SkyAtmosphereComponent_SetSkyAndAerialPerspectiveLuminanceFactor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetSkyAndAerialPerspectiveLuminanceFactor"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetSkyAndAerialPerspectiveLuminanceFactor) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetSkyAndAerialPerspectiveLuminanceFactor"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetSkyAndAerialPerspectiveLuminanceFactor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetSkyAndAerialPerspectiveLuminanceFactor::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_SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle \ +static_assert(alignof(SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkyAtmosphereComponent \ +static_assert(alignof(USkyAtmosphereComponent) == 0x000010, "Wrong alignment on USkyAtmosphereComponent"); \ +static_assert(sizeof(USkyAtmosphereComponent) == 0x000360, "Wrong size on USkyAtmosphereComponent"); \ +static_assert(offsetof(USkyAtmosphereComponent, TransformMode) == 0x000250, "Member 'USkyAtmosphereComponent::TransformMode' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, BottomRadius) == 0x000254, "Member 'USkyAtmosphereComponent::BottomRadius' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, GroundAlbedo) == 0x000258, "Member 'USkyAtmosphereComponent::GroundAlbedo' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AtmosphereHeight) == 0x00025C, "Member 'USkyAtmosphereComponent::AtmosphereHeight' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MultiScatteringFactor) == 0x000260, "Member 'USkyAtmosphereComponent::MultiScatteringFactor' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, TraceSampleCountScale) == 0x000264, "Member 'USkyAtmosphereComponent::TraceSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighScatteringScale) == 0x000268, "Member 'USkyAtmosphereComponent::RayleighScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighScattering) == 0x00026C, "Member 'USkyAtmosphereComponent::RayleighScattering' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighExponentialDistribution) == 0x00027C, "Member 'USkyAtmosphereComponent::RayleighExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieScatteringScale) == 0x000280, "Member 'USkyAtmosphereComponent::MieScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieScattering) == 0x000284, "Member 'USkyAtmosphereComponent::MieScattering' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAbsorptionScale) == 0x000294, "Member 'USkyAtmosphereComponent::MieAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAbsorption) == 0x000298, "Member 'USkyAtmosphereComponent::MieAbsorption' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAnisotropy) == 0x0002A8, "Member 'USkyAtmosphereComponent::MieAnisotropy' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieExponentialDistribution) == 0x0002AC, "Member 'USkyAtmosphereComponent::MieExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorptionScale) == 0x0002B0, "Member 'USkyAtmosphereComponent::OtherAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorption) == 0x0002B4, "Member 'USkyAtmosphereComponent::OtherAbsorption' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherTentDistribution) == 0x0002C4, "Member 'USkyAtmosphereComponent::OtherTentDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, SkyLuminanceFactor) == 0x0002D0, "Member 'USkyAtmosphereComponent::SkyLuminanceFactor' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, SkyAndAerialPerspectiveLuminanceFactor) == 0x0002E0, "Member 'USkyAtmosphereComponent::SkyAndAerialPerspectiveLuminanceFactor' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AerialPespectiveViewDistanceScale) == 0x0002F0, "Member 'USkyAtmosphereComponent::AerialPespectiveViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, HeightFogContribution) == 0x0002F4, "Member 'USkyAtmosphereComponent::HeightFogContribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, TransmittanceMinLightElevationAngle) == 0x0002F8, "Member 'USkyAtmosphereComponent::TransmittanceMinLightElevationAngle' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AerialPerspectiveStartDepth) == 0x0002FC, "Member 'USkyAtmosphereComponent::AerialPerspectiveStartDepth' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, bStaticLightingBuiltGUID) == 0x000348, "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) == 0x000360, "Wrong size on UAtmosphericFogComponent"); \ + +#define DUMPER7_ASSERTS_UAudioSettings \ +static_assert(alignof(UAudioSettings) == 0x000008, "Wrong alignment on UAudioSettings"); \ +static_assert(sizeof(UAudioSettings) == 0x0001E8, "Wrong size on UAudioSettings"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundClassName) == 0x000038, "Member 'UAudioSettings::DefaultSoundClassName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultMediaSoundClassName) == 0x000058, "Member 'UAudioSettings::DefaultMediaSoundClassName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundConcurrencyName) == 0x000078, "Member 'UAudioSettings::DefaultSoundConcurrencyName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultBaseSoundMix) == 0x000098, "Member 'UAudioSettings::DefaultBaseSoundMix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, VoiPSoundClass) == 0x0000B8, "Member 'UAudioSettings::VoiPSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MasterSubmix) == 0x0000D8, "Member 'UAudioSettings::MasterSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, BaseDefaultSubmix) == 0x0000F8, "Member 'UAudioSettings::BaseDefaultSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, ReverbSubmix) == 0x000118, "Member 'UAudioSettings::ReverbSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, EQSubmix) == 0x000138, "Member 'UAudioSettings::EQSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, VoiPSampleRate) == 0x000158, "Member 'UAudioSettings::VoiPSampleRate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultAudioCompressionType) == 0x00015C, "Member 'UAudioSettings::DefaultAudioCompressionType' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultOcclusionCheckInterval) == 0x000160, "Member 'UAudioSettings::DefaultOcclusionCheckInterval' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultCompressionQuality) == 0x000164, "Member 'UAudioSettings::DefaultCompressionQuality' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultReverbSendLevel) == 0x000168, "Member 'UAudioSettings::DefaultReverbSendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MaximumConcurrentStreams) == 0x00016C, "Member 'UAudioSettings::MaximumConcurrentStreams' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, GlobalMinPitchScale) == 0x000170, "Member 'UAudioSettings::GlobalMinPitchScale' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, GlobalMaxPitchScale) == 0x000174, "Member 'UAudioSettings::GlobalMaxPitchScale' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, QualityLevels) == 0x000178, "Member 'UAudioSettings::QualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, NumStoppingSources) == 0x00018C, "Member 'UAudioSettings::NumStoppingSources' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, PanningMethod) == 0x000190, "Member 'UAudioSettings::PanningMethod' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MonoChannelUpmixMethod) == 0x000191, "Member 'UAudioSettings::MonoChannelUpmixMethod' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DialogueFilenameFormat) == 0x000198, "Member 'UAudioSettings::DialogueFilenameFormat' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DebugSounds) == 0x0001A8, "Member 'UAudioSettings::DebugSounds' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultAudioBuses) == 0x0001B8, "Member 'UAudioSettings::DefaultAudioBuses' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundClass) == 0x0001C8, "Member 'UAudioSettings::DefaultSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultMediaSoundClass) == 0x0001D0, "Member 'UAudioSettings::DefaultMediaSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundConcurrency) == 0x0001D8, "Member 'UAudioSettings::DefaultSoundConcurrency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ISoundParameterControllerInterface \ +static_assert(alignof(ISoundParameterControllerInterface) == 0x000001, "Wrong alignment on ISoundParameterControllerInterface"); \ +static_assert(sizeof(ISoundParameterControllerInterface) == 0x000001, "Wrong size on ISoundParameterControllerInterface"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionHLODRuntimeSubsystem \ +static_assert(alignof(UWorldPartitionHLODRuntimeSubsystem) == 0x000008, "Wrong alignment on UWorldPartitionHLODRuntimeSubsystem"); \ +static_assert(sizeof(UWorldPartitionHLODRuntimeSubsystem) == 0x000258, "Wrong size on UWorldPartitionHLODRuntimeSubsystem"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_BooleanArrayToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_BooleanArrayToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_BooleanArrayToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_BooleanArrayToAudioParameter) == 0x0000B8, "Wrong size on AudioParameterConversionStatics_BooleanArrayToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_BooleanArrayToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_BooleanArrayToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_BooleanArrayToAudioParameter, Bools) == 0x000008, "Member 'AudioParameterConversionStatics_BooleanArrayToAudioParameter::Bools' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_BooleanArrayToAudioParameter, ReturnValue) == 0x000018, "Member 'AudioParameterConversionStatics_BooleanArrayToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_BooleanToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_BooleanToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_BooleanToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_BooleanToAudioParameter) == 0x0000B0, "Wrong size on AudioParameterConversionStatics_BooleanToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_BooleanToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_BooleanToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_BooleanToAudioParameter, Bool) == 0x000008, "Member 'AudioParameterConversionStatics_BooleanToAudioParameter::Bool' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_BooleanToAudioParameter, ReturnValue) == 0x000010, "Member 'AudioParameterConversionStatics_BooleanToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_FloatArrayToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_FloatArrayToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_FloatArrayToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_FloatArrayToAudioParameter) == 0x0000B8, "Wrong size on AudioParameterConversionStatics_FloatArrayToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_FloatArrayToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_FloatArrayToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_FloatArrayToAudioParameter, Floats) == 0x000008, "Member 'AudioParameterConversionStatics_FloatArrayToAudioParameter::Floats' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_FloatArrayToAudioParameter, ReturnValue) == 0x000018, "Member 'AudioParameterConversionStatics_FloatArrayToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_FloatToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_FloatToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_FloatToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_FloatToAudioParameter) == 0x0000B0, "Wrong size on AudioParameterConversionStatics_FloatToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_FloatToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_FloatToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_FloatToAudioParameter, float_0) == 0x000008, "Member 'AudioParameterConversionStatics_FloatToAudioParameter::float_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_FloatToAudioParameter, ReturnValue) == 0x000010, "Member 'AudioParameterConversionStatics_FloatToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_IntegerArrayToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_IntegerArrayToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_IntegerArrayToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_IntegerArrayToAudioParameter) == 0x0000B8, "Wrong size on AudioParameterConversionStatics_IntegerArrayToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_IntegerArrayToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_IntegerArrayToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_IntegerArrayToAudioParameter, Integers) == 0x000008, "Member 'AudioParameterConversionStatics_IntegerArrayToAudioParameter::Integers' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_IntegerArrayToAudioParameter, ReturnValue) == 0x000018, "Member 'AudioParameterConversionStatics_IntegerArrayToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_IntegerToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_IntegerToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_IntegerToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_IntegerToAudioParameter) == 0x0000B0, "Wrong size on AudioParameterConversionStatics_IntegerToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_IntegerToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_IntegerToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_IntegerToAudioParameter, Integer) == 0x000008, "Member 'AudioParameterConversionStatics_IntegerToAudioParameter::Integer' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_IntegerToAudioParameter, ReturnValue) == 0x000010, "Member 'AudioParameterConversionStatics_IntegerToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_ObjectArrayToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_ObjectArrayToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_ObjectArrayToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_ObjectArrayToAudioParameter) == 0x0000B8, "Wrong size on AudioParameterConversionStatics_ObjectArrayToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_ObjectArrayToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_ObjectArrayToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_ObjectArrayToAudioParameter, Objects) == 0x000008, "Member 'AudioParameterConversionStatics_ObjectArrayToAudioParameter::Objects' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_ObjectArrayToAudioParameter, ReturnValue) == 0x000018, "Member 'AudioParameterConversionStatics_ObjectArrayToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_ObjectToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_ObjectToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_ObjectToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_ObjectToAudioParameter) == 0x0000B0, "Wrong size on AudioParameterConversionStatics_ObjectToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_ObjectToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_ObjectToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_ObjectToAudioParameter, Object) == 0x000008, "Member 'AudioParameterConversionStatics_ObjectToAudioParameter::Object' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_ObjectToAudioParameter, ReturnValue) == 0x000010, "Member 'AudioParameterConversionStatics_ObjectToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_StringArrayToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_StringArrayToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_StringArrayToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_StringArrayToAudioParameter) == 0x0000B8, "Wrong size on AudioParameterConversionStatics_StringArrayToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_StringArrayToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_StringArrayToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_StringArrayToAudioParameter, Strings) == 0x000008, "Member 'AudioParameterConversionStatics_StringArrayToAudioParameter::Strings' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_StringArrayToAudioParameter, ReturnValue) == 0x000018, "Member 'AudioParameterConversionStatics_StringArrayToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterConversionStatics_StringToAudioParameter \ +static_assert(alignof(AudioParameterConversionStatics_StringToAudioParameter) == 0x000008, "Wrong alignment on AudioParameterConversionStatics_StringToAudioParameter"); \ +static_assert(sizeof(AudioParameterConversionStatics_StringToAudioParameter) == 0x0000B8, "Wrong size on AudioParameterConversionStatics_StringToAudioParameter"); \ +static_assert(offsetof(AudioParameterConversionStatics_StringToAudioParameter, Name_0) == 0x000000, "Member 'AudioParameterConversionStatics_StringToAudioParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_StringToAudioParameter, String) == 0x000008, "Member 'AudioParameterConversionStatics_StringToAudioParameter::String' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterConversionStatics_StringToAudioParameter, ReturnValue) == 0x000018, "Member 'AudioParameterConversionStatics_StringToAudioParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioParameterConversionStatics \ +static_assert(alignof(UAudioParameterConversionStatics) == 0x000008, "Wrong alignment on UAudioParameterConversionStatics"); \ +static_assert(sizeof(UAudioParameterConversionStatics) == 0x000028, "Wrong size on UAudioParameterConversionStatics"); \ + +#define DUMPER7_ASSERTS_ABlockingVolume \ +static_assert(alignof(ABlockingVolume) == 0x000008, "Wrong alignment on ABlockingVolume"); \ +static_assert(sizeof(ABlockingVolume) == 0x0002E8, "Wrong size on ABlockingVolume"); \ + +#define DUMPER7_ASSERTS_BlueprintInstancedStructLibrary_EqualEqual_InstancedStruct \ +static_assert(alignof(BlueprintInstancedStructLibrary_EqualEqual_InstancedStruct) == 0x000008, "Wrong alignment on BlueprintInstancedStructLibrary_EqualEqual_InstancedStruct"); \ +static_assert(sizeof(BlueprintInstancedStructLibrary_EqualEqual_InstancedStruct) == 0x000028, "Wrong size on BlueprintInstancedStructLibrary_EqualEqual_InstancedStruct"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_EqualEqual_InstancedStruct, A) == 0x000000, "Member 'BlueprintInstancedStructLibrary_EqualEqual_InstancedStruct::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_EqualEqual_InstancedStruct, B) == 0x000010, "Member 'BlueprintInstancedStructLibrary_EqualEqual_InstancedStruct::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_EqualEqual_InstancedStruct, ReturnValue) == 0x000020, "Member 'BlueprintInstancedStructLibrary_EqualEqual_InstancedStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintInstancedStructLibrary_GetInstancedStructValue \ +static_assert(alignof(BlueprintInstancedStructLibrary_GetInstancedStructValue) == 0x000008, "Wrong alignment on BlueprintInstancedStructLibrary_GetInstancedStructValue"); \ +static_assert(sizeof(BlueprintInstancedStructLibrary_GetInstancedStructValue) == 0x000020, "Wrong size on BlueprintInstancedStructLibrary_GetInstancedStructValue"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_GetInstancedStructValue, ExecResult) == 0x000000, "Member 'BlueprintInstancedStructLibrary_GetInstancedStructValue::ExecResult' has a wrong offset!"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_GetInstancedStructValue, InstancedStruct) == 0x000008, "Member 'BlueprintInstancedStructLibrary_GetInstancedStructValue::InstancedStruct' has a wrong offset!"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_GetInstancedStructValue, Value) == 0x000018, "Member 'BlueprintInstancedStructLibrary_GetInstancedStructValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintInstancedStructLibrary_IsInstancedStructValid \ +static_assert(alignof(BlueprintInstancedStructLibrary_IsInstancedStructValid) == 0x000008, "Wrong alignment on BlueprintInstancedStructLibrary_IsInstancedStructValid"); \ +static_assert(sizeof(BlueprintInstancedStructLibrary_IsInstancedStructValid) == 0x000018, "Wrong size on BlueprintInstancedStructLibrary_IsInstancedStructValid"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_IsInstancedStructValid, InstancedStruct) == 0x000000, "Member 'BlueprintInstancedStructLibrary_IsInstancedStructValid::InstancedStruct' has a wrong offset!"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_IsInstancedStructValid, ReturnValue) == 0x000010, "Member 'BlueprintInstancedStructLibrary_IsInstancedStructValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintInstancedStructLibrary_IsValid_InstancedStruct \ +static_assert(alignof(BlueprintInstancedStructLibrary_IsValid_InstancedStruct) == 0x000008, "Wrong alignment on BlueprintInstancedStructLibrary_IsValid_InstancedStruct"); \ +static_assert(sizeof(BlueprintInstancedStructLibrary_IsValid_InstancedStruct) == 0x000018, "Wrong size on BlueprintInstancedStructLibrary_IsValid_InstancedStruct"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_IsValid_InstancedStruct, InstancedStruct) == 0x000000, "Member 'BlueprintInstancedStructLibrary_IsValid_InstancedStruct::InstancedStruct' has a wrong offset!"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_IsValid_InstancedStruct, ReturnValue) == 0x000010, "Member 'BlueprintInstancedStructLibrary_IsValid_InstancedStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintInstancedStructLibrary_MakeInstancedStruct \ +static_assert(alignof(BlueprintInstancedStructLibrary_MakeInstancedStruct) == 0x000008, "Wrong alignment on BlueprintInstancedStructLibrary_MakeInstancedStruct"); \ +static_assert(sizeof(BlueprintInstancedStructLibrary_MakeInstancedStruct) == 0x000018, "Wrong size on BlueprintInstancedStructLibrary_MakeInstancedStruct"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_MakeInstancedStruct, Value) == 0x000000, "Member 'BlueprintInstancedStructLibrary_MakeInstancedStruct::Value' has a wrong offset!"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_MakeInstancedStruct, ReturnValue) == 0x000008, "Member 'BlueprintInstancedStructLibrary_MakeInstancedStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintInstancedStructLibrary_NotEqual_InstancedStruct \ +static_assert(alignof(BlueprintInstancedStructLibrary_NotEqual_InstancedStruct) == 0x000008, "Wrong alignment on BlueprintInstancedStructLibrary_NotEqual_InstancedStruct"); \ +static_assert(sizeof(BlueprintInstancedStructLibrary_NotEqual_InstancedStruct) == 0x000028, "Wrong size on BlueprintInstancedStructLibrary_NotEqual_InstancedStruct"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_NotEqual_InstancedStruct, A) == 0x000000, "Member 'BlueprintInstancedStructLibrary_NotEqual_InstancedStruct::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_NotEqual_InstancedStruct, B) == 0x000010, "Member 'BlueprintInstancedStructLibrary_NotEqual_InstancedStruct::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_NotEqual_InstancedStruct, ReturnValue) == 0x000020, "Member 'BlueprintInstancedStructLibrary_NotEqual_InstancedStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintInstancedStructLibrary_Reset \ +static_assert(alignof(BlueprintInstancedStructLibrary_Reset) == 0x000008, "Wrong alignment on BlueprintInstancedStructLibrary_Reset"); \ +static_assert(sizeof(BlueprintInstancedStructLibrary_Reset) == 0x000018, "Wrong size on BlueprintInstancedStructLibrary_Reset"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_Reset, InstancedStruct) == 0x000000, "Member 'BlueprintInstancedStructLibrary_Reset::InstancedStruct' has a wrong offset!"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_Reset, StructType) == 0x000010, "Member 'BlueprintInstancedStructLibrary_Reset::StructType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintInstancedStructLibrary_SetInstancedStructValue \ +static_assert(alignof(BlueprintInstancedStructLibrary_SetInstancedStructValue) == 0x000008, "Wrong alignment on BlueprintInstancedStructLibrary_SetInstancedStructValue"); \ +static_assert(sizeof(BlueprintInstancedStructLibrary_SetInstancedStructValue) == 0x000018, "Wrong size on BlueprintInstancedStructLibrary_SetInstancedStructValue"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_SetInstancedStructValue, InstancedStruct) == 0x000000, "Member 'BlueprintInstancedStructLibrary_SetInstancedStructValue::InstancedStruct' has a wrong offset!"); \ +static_assert(offsetof(BlueprintInstancedStructLibrary_SetInstancedStructValue, Value) == 0x000010, "Member 'BlueprintInstancedStructLibrary_SetInstancedStructValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintInstancedStructLibrary \ +static_assert(alignof(UBlueprintInstancedStructLibrary) == 0x000008, "Wrong alignment on UBlueprintInstancedStructLibrary"); \ +static_assert(sizeof(UBlueprintInstancedStructLibrary) == 0x000028, "Wrong size on UBlueprintInstancedStructLibrary"); \ + +#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_GetKeyValueByIndex \ +static_assert(alignof(BlueprintMapLibrary_Map_GetKeyValueByIndex) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_GetKeyValueByIndex"); \ +static_assert(sizeof(BlueprintMapLibrary_Map_GetKeyValueByIndex) == 0x000060, "Wrong size on BlueprintMapLibrary_Map_GetKeyValueByIndex"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_GetKeyValueByIndex, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_GetKeyValueByIndex::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_GetKeyValueByIndex, Index_0) == 0x000050, "Member 'BlueprintMapLibrary_Map_GetKeyValueByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_GetKeyValueByIndex, Key) == 0x000054, "Member 'BlueprintMapLibrary_Map_GetKeyValueByIndex::Key' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_GetKeyValueByIndex, Value) == 0x000058, "Member 'BlueprintMapLibrary_Map_GetKeyValueByIndex::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_GetLastIndex \ +static_assert(alignof(BlueprintMapLibrary_Map_GetLastIndex) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_GetLastIndex"); \ +static_assert(sizeof(BlueprintMapLibrary_Map_GetLastIndex) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_GetLastIndex"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_GetLastIndex, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_GetLastIndex::TargetMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintMapLibrary_Map_GetLastIndex, ReturnValue) == 0x000050, "Member 'BlueprintMapLibrary_Map_GetLastIndex::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_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_GetItemByIndex \ +static_assert(alignof(BlueprintSetLibrary_Set_GetItemByIndex) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_GetItemByIndex"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_GetItemByIndex) == 0x000058, "Wrong size on BlueprintSetLibrary_Set_GetItemByIndex"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_GetItemByIndex, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_GetItemByIndex::TargetSet' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_GetItemByIndex, Index_0) == 0x000050, "Member 'BlueprintSetLibrary_Set_GetItemByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_GetItemByIndex, Item) == 0x000054, "Member 'BlueprintSetLibrary_Set_GetItemByIndex::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSetLibrary_Set_GetLastIndex \ +static_assert(alignof(BlueprintSetLibrary_Set_GetLastIndex) == 0x000008, "Wrong alignment on BlueprintSetLibrary_Set_GetLastIndex"); \ +static_assert(sizeof(BlueprintSetLibrary_Set_GetLastIndex) == 0x000058, "Wrong size on BlueprintSetLibrary_Set_GetLastIndex"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_GetLastIndex, TargetSet) == 0x000000, "Member 'BlueprintSetLibrary_Set_GetLastIndex::TargetSet' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSetLibrary_Set_GetLastIndex, ReturnValue) == 0x000050, "Member 'BlueprintSetLibrary_Set_GetLastIndex::ReturnValue' 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_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_ACameraBlockingVolume \ +static_assert(alignof(ACameraBlockingVolume) == 0x000008, "Wrong alignment on ACameraBlockingVolume"); \ +static_assert(sizeof(ACameraBlockingVolume) == 0x0002E8, "Wrong size on ACameraBlockingVolume"); \ + +#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_UWorldPartitionRuntimeCellData \ +static_assert(alignof(UWorldPartitionRuntimeCellData) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeCellData"); \ +static_assert(sizeof(UWorldPartitionRuntimeCellData) == 0x0000F0, "Wrong size on UWorldPartitionRuntimeCellData"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellData, ContentBounds) == 0x000060, "Member 'UWorldPartitionRuntimeCellData::ContentBounds' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellData, CellBounds) == 0x000098, "Member 'UWorldPartitionRuntimeCellData::CellBounds' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellData, GridName) == 0x0000D8, "Member 'UWorldPartitionRuntimeCellData::GridName' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellData, Priority) == 0x0000E0, "Member 'UWorldPartitionRuntimeCellData::Priority' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellData, HierarchicalLevel) == 0x0000E4, "Member 'UWorldPartitionRuntimeCellData::HierarchicalLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeCellDataHashSet \ +static_assert(alignof(UWorldPartitionRuntimeCellDataHashSet) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeCellDataHashSet"); \ +static_assert(sizeof(UWorldPartitionRuntimeCellDataHashSet) == 0x0000F8, "Wrong size on UWorldPartitionRuntimeCellDataHashSet"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellDataHashSet, bIs2D) == 0x0000F0, "Member 'UWorldPartitionRuntimeCellDataHashSet::bIs2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraShakeSourceActor \ +static_assert(alignof(ACameraShakeSourceActor) == 0x000008, "Wrong alignment on ACameraShakeSourceActor"); \ +static_assert(sizeof(ACameraShakeSourceActor) == 0x0002B8, "Wrong size on ACameraShakeSourceActor"); \ +static_assert(offsetof(ACameraShakeSourceActor, CameraShakeSourceComponent) == 0x0002B0, "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) == 0x000270, "Wrong size on UCameraShakeSourceComponent"); \ +static_assert(offsetof(UCameraShakeSourceComponent, Attenuation) == 0x000250, "Member 'UCameraShakeSourceComponent::Attenuation' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, InnerAttenuationRadius) == 0x000254, "Member 'UCameraShakeSourceComponent::InnerAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, OuterAttenuationRadius) == 0x000258, "Member 'UCameraShakeSourceComponent::OuterAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, CameraShake) == 0x000260, "Member 'UCameraShakeSourceComponent::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, bAutoStart) == 0x000268, "Member 'UCameraShakeSourceComponent::bAutoStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasRenderTarget2D_CreateCanvasRenderTarget2D \ +static_assert(alignof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D) == 0x000008, "Wrong alignment on CanvasRenderTarget2D_CreateCanvasRenderTarget2D"); \ +static_assert(sizeof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D) == 0x000020, "Wrong size on CanvasRenderTarget2D_CreateCanvasRenderTarget2D"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, WorldContextObject) == 0x000000, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, CanvasRenderTarget2DClass) == 0x000008, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::CanvasRenderTarget2DClass' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, Width) == 0x000010, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::Width' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, Height) == 0x000014, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::Height' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, ReturnValue) == 0x000018, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasRenderTarget2D_GetSize \ +static_assert(alignof(CanvasRenderTarget2D_GetSize) == 0x000004, "Wrong alignment on CanvasRenderTarget2D_GetSize"); \ +static_assert(sizeof(CanvasRenderTarget2D_GetSize) == 0x000008, "Wrong size on CanvasRenderTarget2D_GetSize"); \ +static_assert(offsetof(CanvasRenderTarget2D_GetSize, Width) == 0x000000, "Member 'CanvasRenderTarget2D_GetSize::Width' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_GetSize, Height) == 0x000004, "Member 'CanvasRenderTarget2D_GetSize::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasRenderTarget2D_ReceiveUpdate \ +static_assert(alignof(CanvasRenderTarget2D_ReceiveUpdate) == 0x000008, "Wrong alignment on CanvasRenderTarget2D_ReceiveUpdate"); \ +static_assert(sizeof(CanvasRenderTarget2D_ReceiveUpdate) == 0x000010, "Wrong size on CanvasRenderTarget2D_ReceiveUpdate"); \ +static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Canvas) == 0x000000, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Canvas' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Width) == 0x000008, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Width' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Height) == 0x00000C, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasRenderTarget2D_SetSampleCount \ +static_assert(alignof(CanvasRenderTarget2D_SetSampleCount) == 0x000001, "Wrong alignment on CanvasRenderTarget2D_SetSampleCount"); \ +static_assert(sizeof(CanvasRenderTarget2D_SetSampleCount) == 0x000001, "Wrong size on CanvasRenderTarget2D_SetSampleCount"); \ +static_assert(offsetof(CanvasRenderTarget2D_SetSampleCount, InSampleCount) == 0x000000, "Member 'CanvasRenderTarget2D_SetSampleCount::InSampleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasRenderTarget2D_GetSampleCount \ +static_assert(alignof(CanvasRenderTarget2D_GetSampleCount) == 0x000001, "Wrong alignment on CanvasRenderTarget2D_GetSampleCount"); \ +static_assert(sizeof(CanvasRenderTarget2D_GetSampleCount) == 0x000001, "Wrong size on CanvasRenderTarget2D_GetSampleCount"); \ +static_assert(offsetof(CanvasRenderTarget2D_GetSampleCount, ReturnValue) == 0x000000, "Member 'CanvasRenderTarget2D_GetSampleCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCanvasRenderTarget2D \ +static_assert(alignof(UCanvasRenderTarget2D) == 0x000008, "Wrong alignment on UCanvasRenderTarget2D"); \ +static_assert(sizeof(UCanvasRenderTarget2D) == 0x0001A0, "Wrong size on UCanvasRenderTarget2D"); \ +static_assert(offsetof(UCanvasRenderTarget2D, OnCanvasRenderTargetUpdate) == 0x000180, "Member 'UCanvasRenderTarget2D::OnCanvasRenderTargetUpdate' has a wrong offset!"); \ +static_assert(offsetof(UCanvasRenderTarget2D, World) == 0x000190, "Member 'UCanvasRenderTarget2D::World' has a wrong offset!"); \ +static_assert(offsetof(UCanvasRenderTarget2D, SampleCount) == 0x000198, "Member 'UCanvasRenderTarget2D::SampleCount' has a wrong offset!"); \ +static_assert(offsetof(UCanvasRenderTarget2D, bShouldClearRenderTargetOnReceiveUpdate) == 0x000199, "Member 'UCanvasRenderTarget2D::bShouldClearRenderTargetOnReceiveUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetMovementBaseActor \ +static_assert(alignof(Pawn_GetMovementBaseActor) == 0x000008, "Wrong alignment on Pawn_GetMovementBaseActor"); \ +static_assert(sizeof(Pawn_GetMovementBaseActor) == 0x000010, "Wrong size on Pawn_GetMovementBaseActor"); \ +static_assert(offsetof(Pawn_GetMovementBaseActor, Pawn) == 0x000000, "Member 'Pawn_GetMovementBaseActor::Pawn' has a wrong offset!"); \ +static_assert(offsetof(Pawn_GetMovementBaseActor, ReturnValue) == 0x000008, "Member 'Pawn_GetMovementBaseActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_AddControllerPitchInput \ +static_assert(alignof(Pawn_AddControllerPitchInput) == 0x000004, "Wrong alignment on Pawn_AddControllerPitchInput"); \ +static_assert(sizeof(Pawn_AddControllerPitchInput) == 0x000004, "Wrong size on Pawn_AddControllerPitchInput"); \ +static_assert(offsetof(Pawn_AddControllerPitchInput, Val) == 0x000000, "Member 'Pawn_AddControllerPitchInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_AddControllerRollInput \ +static_assert(alignof(Pawn_AddControllerRollInput) == 0x000004, "Wrong alignment on Pawn_AddControllerRollInput"); \ +static_assert(sizeof(Pawn_AddControllerRollInput) == 0x000004, "Wrong size on Pawn_AddControllerRollInput"); \ +static_assert(offsetof(Pawn_AddControllerRollInput, Val) == 0x000000, "Member 'Pawn_AddControllerRollInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_AddControllerYawInput \ +static_assert(alignof(Pawn_AddControllerYawInput) == 0x000004, "Wrong alignment on Pawn_AddControllerYawInput"); \ +static_assert(sizeof(Pawn_AddControllerYawInput) == 0x000004, "Wrong size on Pawn_AddControllerYawInput"); \ +static_assert(offsetof(Pawn_AddControllerYawInput, Val) == 0x000000, "Member 'Pawn_AddControllerYawInput::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_AddMovementInput \ +static_assert(alignof(Pawn_AddMovementInput) == 0x000008, "Wrong alignment on Pawn_AddMovementInput"); \ +static_assert(sizeof(Pawn_AddMovementInput) == 0x000020, "Wrong size on Pawn_AddMovementInput"); \ +static_assert(offsetof(Pawn_AddMovementInput, WorldDirection) == 0x000000, "Member 'Pawn_AddMovementInput::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(Pawn_AddMovementInput, ScaleValue) == 0x000018, "Member 'Pawn_AddMovementInput::ScaleValue' has a wrong offset!"); \ +static_assert(offsetof(Pawn_AddMovementInput, bForce) == 0x00001C, "Member 'Pawn_AddMovementInput::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_ConsumeMovementInputVector \ +static_assert(alignof(Pawn_ConsumeMovementInputVector) == 0x000008, "Wrong alignment on Pawn_ConsumeMovementInputVector"); \ +static_assert(sizeof(Pawn_ConsumeMovementInputVector) == 0x000018, "Wrong size on Pawn_ConsumeMovementInputVector"); \ +static_assert(offsetof(Pawn_ConsumeMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_ConsumeMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_PawnMakeNoise \ +static_assert(alignof(Pawn_PawnMakeNoise) == 0x000008, "Wrong alignment on Pawn_PawnMakeNoise"); \ +static_assert(sizeof(Pawn_PawnMakeNoise) == 0x000030, "Wrong size on Pawn_PawnMakeNoise"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, Loudness) == 0x000000, "Member 'Pawn_PawnMakeNoise::Loudness' has a wrong offset!"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, NoiseLocation) == 0x000008, "Member 'Pawn_PawnMakeNoise::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, bUseNoiseMakerLocation) == 0x000020, "Member 'Pawn_PawnMakeNoise::bUseNoiseMakerLocation' has a wrong offset!"); \ +static_assert(offsetof(Pawn_PawnMakeNoise, NoiseMaker) == 0x000028, "Member 'Pawn_PawnMakeNoise::NoiseMaker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_ReceiveControllerChanged \ +static_assert(alignof(Pawn_ReceiveControllerChanged) == 0x000008, "Wrong alignment on Pawn_ReceiveControllerChanged"); \ +static_assert(sizeof(Pawn_ReceiveControllerChanged) == 0x000010, "Wrong size on Pawn_ReceiveControllerChanged"); \ +static_assert(offsetof(Pawn_ReceiveControllerChanged, OldController) == 0x000000, "Member 'Pawn_ReceiveControllerChanged::OldController' has a wrong offset!"); \ +static_assert(offsetof(Pawn_ReceiveControllerChanged, NewController) == 0x000008, "Member 'Pawn_ReceiveControllerChanged::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_ReceivePossessed \ +static_assert(alignof(Pawn_ReceivePossessed) == 0x000008, "Wrong alignment on Pawn_ReceivePossessed"); \ +static_assert(sizeof(Pawn_ReceivePossessed) == 0x000008, "Wrong size on Pawn_ReceivePossessed"); \ +static_assert(offsetof(Pawn_ReceivePossessed, NewController) == 0x000000, "Member 'Pawn_ReceivePossessed::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_ReceiveUnpossessed \ +static_assert(alignof(Pawn_ReceiveUnpossessed) == 0x000008, "Wrong alignment on Pawn_ReceiveUnpossessed"); \ +static_assert(sizeof(Pawn_ReceiveUnpossessed) == 0x000008, "Wrong size on Pawn_ReceiveUnpossessed"); \ +static_assert(offsetof(Pawn_ReceiveUnpossessed, OldController) == 0x000000, "Member 'Pawn_ReceiveUnpossessed::OldController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_SetCanAffectNavigationGeneration \ +static_assert(alignof(Pawn_SetCanAffectNavigationGeneration) == 0x000001, "Wrong alignment on Pawn_SetCanAffectNavigationGeneration"); \ +static_assert(sizeof(Pawn_SetCanAffectNavigationGeneration) == 0x000002, "Wrong size on Pawn_SetCanAffectNavigationGeneration"); \ +static_assert(offsetof(Pawn_SetCanAffectNavigationGeneration, bNewValue) == 0x000000, "Member 'Pawn_SetCanAffectNavigationGeneration::bNewValue' has a wrong offset!"); \ +static_assert(offsetof(Pawn_SetCanAffectNavigationGeneration, bForceUpdate) == 0x000001, "Member 'Pawn_SetCanAffectNavigationGeneration::bForceUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetBaseAimRotation \ +static_assert(alignof(Pawn_GetBaseAimRotation) == 0x000008, "Wrong alignment on Pawn_GetBaseAimRotation"); \ +static_assert(sizeof(Pawn_GetBaseAimRotation) == 0x000018, "Wrong size on Pawn_GetBaseAimRotation"); \ +static_assert(offsetof(Pawn_GetBaseAimRotation, ReturnValue) == 0x000000, "Member 'Pawn_GetBaseAimRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetController \ +static_assert(alignof(Pawn_GetController) == 0x000008, "Wrong alignment on Pawn_GetController"); \ +static_assert(sizeof(Pawn_GetController) == 0x000008, "Wrong size on Pawn_GetController"); \ +static_assert(offsetof(Pawn_GetController, ReturnValue) == 0x000000, "Member 'Pawn_GetController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetControlRotation \ +static_assert(alignof(Pawn_GetControlRotation) == 0x000008, "Wrong alignment on Pawn_GetControlRotation"); \ +static_assert(sizeof(Pawn_GetControlRotation) == 0x000018, "Wrong size on Pawn_GetControlRotation"); \ +static_assert(offsetof(Pawn_GetControlRotation, ReturnValue) == 0x000000, "Member 'Pawn_GetControlRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetLastMovementInputVector \ +static_assert(alignof(Pawn_GetLastMovementInputVector) == 0x000008, "Wrong alignment on Pawn_GetLastMovementInputVector"); \ +static_assert(sizeof(Pawn_GetLastMovementInputVector) == 0x000018, "Wrong size on Pawn_GetLastMovementInputVector"); \ +static_assert(offsetof(Pawn_GetLastMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_GetLastMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetLocalViewingPlayerController \ +static_assert(alignof(Pawn_GetLocalViewingPlayerController) == 0x000008, "Wrong alignment on Pawn_GetLocalViewingPlayerController"); \ +static_assert(sizeof(Pawn_GetLocalViewingPlayerController) == 0x000008, "Wrong size on Pawn_GetLocalViewingPlayerController"); \ +static_assert(offsetof(Pawn_GetLocalViewingPlayerController, ReturnValue) == 0x000000, "Member 'Pawn_GetLocalViewingPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetMovementComponent \ +static_assert(alignof(Pawn_GetMovementComponent) == 0x000008, "Wrong alignment on Pawn_GetMovementComponent"); \ +static_assert(sizeof(Pawn_GetMovementComponent) == 0x000008, "Wrong size on Pawn_GetMovementComponent"); \ +static_assert(offsetof(Pawn_GetMovementComponent, ReturnValue) == 0x000000, "Member 'Pawn_GetMovementComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetNavAgentLocation \ +static_assert(alignof(Pawn_GetNavAgentLocation) == 0x000008, "Wrong alignment on Pawn_GetNavAgentLocation"); \ +static_assert(sizeof(Pawn_GetNavAgentLocation) == 0x000018, "Wrong size on Pawn_GetNavAgentLocation"); \ +static_assert(offsetof(Pawn_GetNavAgentLocation, ReturnValue) == 0x000000, "Member 'Pawn_GetNavAgentLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetOverrideInputComponentClass \ +static_assert(alignof(Pawn_GetOverrideInputComponentClass) == 0x000008, "Wrong alignment on Pawn_GetOverrideInputComponentClass"); \ +static_assert(sizeof(Pawn_GetOverrideInputComponentClass) == 0x000008, "Wrong size on Pawn_GetOverrideInputComponentClass"); \ +static_assert(offsetof(Pawn_GetOverrideInputComponentClass, ReturnValue) == 0x000000, "Member 'Pawn_GetOverrideInputComponentClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetPendingMovementInputVector \ +static_assert(alignof(Pawn_GetPendingMovementInputVector) == 0x000008, "Wrong alignment on Pawn_GetPendingMovementInputVector"); \ +static_assert(sizeof(Pawn_GetPendingMovementInputVector) == 0x000018, "Wrong size on Pawn_GetPendingMovementInputVector"); \ +static_assert(offsetof(Pawn_GetPendingMovementInputVector, ReturnValue) == 0x000000, "Member 'Pawn_GetPendingMovementInputVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_GetPlatformUserId \ +static_assert(alignof(Pawn_GetPlatformUserId) == 0x000004, "Wrong alignment on Pawn_GetPlatformUserId"); \ +static_assert(sizeof(Pawn_GetPlatformUserId) == 0x000004, "Wrong size on Pawn_GetPlatformUserId"); \ +static_assert(offsetof(Pawn_GetPlatformUserId, ReturnValue) == 0x000000, "Member 'Pawn_GetPlatformUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsBotControlled \ +static_assert(alignof(Pawn_IsBotControlled) == 0x000001, "Wrong alignment on Pawn_IsBotControlled"); \ +static_assert(sizeof(Pawn_IsBotControlled) == 0x000001, "Wrong size on Pawn_IsBotControlled"); \ +static_assert(offsetof(Pawn_IsBotControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsBotControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsControlled \ +static_assert(alignof(Pawn_IsControlled) == 0x000001, "Wrong alignment on Pawn_IsControlled"); \ +static_assert(sizeof(Pawn_IsControlled) == 0x000001, "Wrong size on Pawn_IsControlled"); \ +static_assert(offsetof(Pawn_IsControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsLocallyControlled \ +static_assert(alignof(Pawn_IsLocallyControlled) == 0x000001, "Wrong alignment on Pawn_IsLocallyControlled"); \ +static_assert(sizeof(Pawn_IsLocallyControlled) == 0x000001, "Wrong size on Pawn_IsLocallyControlled"); \ +static_assert(offsetof(Pawn_IsLocallyControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsLocallyViewed \ +static_assert(alignof(Pawn_IsLocallyViewed) == 0x000001, "Wrong alignment on Pawn_IsLocallyViewed"); \ +static_assert(sizeof(Pawn_IsLocallyViewed) == 0x000001, "Wrong size on Pawn_IsLocallyViewed"); \ +static_assert(offsetof(Pawn_IsLocallyViewed, ReturnValue) == 0x000000, "Member 'Pawn_IsLocallyViewed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsMoveInputIgnored \ +static_assert(alignof(Pawn_IsMoveInputIgnored) == 0x000001, "Wrong alignment on Pawn_IsMoveInputIgnored"); \ +static_assert(sizeof(Pawn_IsMoveInputIgnored) == 0x000001, "Wrong size on Pawn_IsMoveInputIgnored"); \ +static_assert(offsetof(Pawn_IsMoveInputIgnored, ReturnValue) == 0x000000, "Member 'Pawn_IsMoveInputIgnored::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsPawnControlled \ +static_assert(alignof(Pawn_IsPawnControlled) == 0x000001, "Wrong alignment on Pawn_IsPawnControlled"); \ +static_assert(sizeof(Pawn_IsPawnControlled) == 0x000001, "Wrong size on Pawn_IsPawnControlled"); \ +static_assert(offsetof(Pawn_IsPawnControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsPawnControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Pawn_IsPlayerControlled \ +static_assert(alignof(Pawn_IsPlayerControlled) == 0x000001, "Wrong alignment on Pawn_IsPlayerControlled"); \ +static_assert(sizeof(Pawn_IsPlayerControlled) == 0x000001, "Wrong size on Pawn_IsPlayerControlled"); \ +static_assert(offsetof(Pawn_IsPlayerControlled, ReturnValue) == 0x000000, "Member 'Pawn_IsPlayerControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APawn \ +static_assert(alignof(APawn) == 0x000008, "Wrong alignment on APawn"); \ +static_assert(sizeof(APawn) == 0x000330, "Wrong size on APawn"); \ +static_assert(offsetof(APawn, BaseEyeHeight) == 0x0002BC, "Member 'APawn::BaseEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(APawn, AutoPossessPlayer) == 0x0002C0, "Member 'APawn::AutoPossessPlayer' has a wrong offset!"); \ +static_assert(offsetof(APawn, AutoPossessAI) == 0x0002C1, "Member 'APawn::AutoPossessAI' has a wrong offset!"); \ +static_assert(offsetof(APawn, RemoteViewPitch16) == 0x0002C2, "Member 'APawn::RemoteViewPitch16' has a wrong offset!"); \ +static_assert(offsetof(APawn, RemoteViewPitch) == 0x0002C4, "Member 'APawn::RemoteViewPitch' has a wrong offset!"); \ +static_assert(offsetof(APawn, AIControllerClass) == 0x0002C8, "Member 'APawn::AIControllerClass' has a wrong offset!"); \ +static_assert(offsetof(APawn, PlayerState) == 0x0002D0, "Member 'APawn::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(APawn, LastHitBy) == 0x0002D8, "Member 'APawn::LastHitBy' has a wrong offset!"); \ +static_assert(offsetof(APawn, Controller) == 0x0002E0, "Member 'APawn::Controller' has a wrong offset!"); \ +static_assert(offsetof(APawn, PreviousController) == 0x0002E8, "Member 'APawn::PreviousController' has a wrong offset!"); \ +static_assert(offsetof(APawn, ReceiveControllerChangedDelegate) == 0x0002F4, "Member 'APawn::ReceiveControllerChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(APawn, ReceiveRestartedDelegate) == 0x0002F5, "Member 'APawn::ReceiveRestartedDelegate' has a wrong offset!"); \ +static_assert(offsetof(APawn, ControlInputVector) == 0x0002F8, "Member 'APawn::ControlInputVector' has a wrong offset!"); \ +static_assert(offsetof(APawn, LastControlInputVector) == 0x000310, "Member 'APawn::LastControlInputVector' has a wrong offset!"); \ +static_assert(offsetof(APawn, OverrideInputComponentClass) == 0x000328, "Member 'APawn::OverrideInputComponentClass' 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) == 0x000118, "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) == 0x000100, "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) == 0x000118, "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) == 0x000650, "Wrong size on ACharacter"); \ +static_assert(offsetof(ACharacter, Mesh) == 0x000330, "Member 'ACharacter::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CharacterMovement) == 0x000338, "Member 'ACharacter::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CapsuleComponent) == 0x000340, "Member 'ACharacter::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BasedMovement) == 0x000348, "Member 'ACharacter::BasedMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedBasedMovement) == 0x000390, "Member 'ACharacter::ReplicatedBasedMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedServerLastTransformUpdateTimeStamp) == 0x0003D8, "Member 'ACharacter::ReplicatedServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplayLastTransformUpdateTimeStamp) == 0x0003DC, "Member 'ACharacter::ReplayLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BaseRotationOffset) == 0x0003E0, "Member 'ACharacter::BaseRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BaseTranslationOffset) == 0x000400, "Member 'ACharacter::BaseTranslationOffset' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedGravityDirection) == 0x000418, "Member 'ACharacter::ReplicatedGravityDirection' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, AnimRootMotionTranslationScale) == 0x000448, "Member 'ACharacter::AnimRootMotionTranslationScale' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CrouchedEyeHeight) == 0x00044C, "Member 'ACharacter::CrouchedEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedMovementMode) == 0x000452, "Member 'ACharacter::ReplicatedMovementMode' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpKeyHoldTime) == 0x000454, "Member 'ACharacter::JumpKeyHoldTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpForceTimeRemaining) == 0x000458, "Member 'ACharacter::JumpForceTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ProxyJumpForceStartedTime) == 0x00045C, "Member 'ACharacter::ProxyJumpForceStartedTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpMaxHoldTime) == 0x000460, "Member 'ACharacter::JumpMaxHoldTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpMaxCount) == 0x000464, "Member 'ACharacter::JumpMaxCount' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpCurrentCount) == 0x000468, "Member 'ACharacter::JumpCurrentCount' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpCurrentCountPreJump) == 0x00046C, "Member 'ACharacter::JumpCurrentCountPreJump' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, OnReachedJumpApex) == 0x000478, "Member 'ACharacter::OnReachedJumpApex' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, LandedDelegate) == 0x000488, "Member 'ACharacter::LandedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, MovementModeChangedDelegate) == 0x000498, "Member 'ACharacter::MovementModeChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, OnCharacterMovementUpdated) == 0x0004A8, "Member 'ACharacter::OnCharacterMovementUpdated' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, SavedRootMotion) == 0x0004B8, "Member 'ACharacter::SavedRootMotion' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ClientRootMotionParams) == 0x000500, "Member 'ACharacter::ClientRootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, RootMotionRepMoves) == 0x000570, "Member 'ACharacter::RootMotionRepMoves' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, RepRootMotion) == 0x000580, "Member 'ACharacter::RepRootMotion' 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_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_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_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_UPluginCommandlet \ +static_assert(alignof(UPluginCommandlet) == 0x000008, "Wrong alignment on UPluginCommandlet"); \ +static_assert(sizeof(UPluginCommandlet) == 0x0000A0, "Wrong size on UPluginCommandlet"); \ + +#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_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_UAudioSubsystemCollectionRoot \ +static_assert(alignof(UAudioSubsystemCollectionRoot) == 0x000008, "Wrong alignment on UAudioSubsystemCollectionRoot"); \ +static_assert(sizeof(UAudioSubsystemCollectionRoot) == 0x000030, "Wrong size on UAudioSubsystemCollectionRoot"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetArrowColor \ +static_assert(alignof(ArrowComponent_SetArrowColor) == 0x000004, "Wrong alignment on ArrowComponent_SetArrowColor"); \ +static_assert(sizeof(ArrowComponent_SetArrowColor) == 0x000010, "Wrong size on ArrowComponent_SetArrowColor"); \ +static_assert(offsetof(ArrowComponent_SetArrowColor, NewColor) == 0x000000, "Member 'ArrowComponent_SetArrowColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetArrowFColor \ +static_assert(alignof(ArrowComponent_SetArrowFColor) == 0x000004, "Wrong alignment on ArrowComponent_SetArrowFColor"); \ +static_assert(sizeof(ArrowComponent_SetArrowFColor) == 0x000004, "Wrong size on ArrowComponent_SetArrowFColor"); \ +static_assert(offsetof(ArrowComponent_SetArrowFColor, NewColor) == 0x000000, "Member 'ArrowComponent_SetArrowFColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetArrowLength \ +static_assert(alignof(ArrowComponent_SetArrowLength) == 0x000004, "Wrong alignment on ArrowComponent_SetArrowLength"); \ +static_assert(sizeof(ArrowComponent_SetArrowLength) == 0x000004, "Wrong size on ArrowComponent_SetArrowLength"); \ +static_assert(offsetof(ArrowComponent_SetArrowLength, NewLength) == 0x000000, "Member 'ArrowComponent_SetArrowLength::NewLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetArrowSize \ +static_assert(alignof(ArrowComponent_SetArrowSize) == 0x000004, "Wrong alignment on ArrowComponent_SetArrowSize"); \ +static_assert(sizeof(ArrowComponent_SetArrowSize) == 0x000004, "Wrong size on ArrowComponent_SetArrowSize"); \ +static_assert(offsetof(ArrowComponent_SetArrowSize, NewSize) == 0x000000, "Member 'ArrowComponent_SetArrowSize::NewSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetIsScreenSizeScaled \ +static_assert(alignof(ArrowComponent_SetIsScreenSizeScaled) == 0x000001, "Wrong alignment on ArrowComponent_SetIsScreenSizeScaled"); \ +static_assert(sizeof(ArrowComponent_SetIsScreenSizeScaled) == 0x000001, "Wrong size on ArrowComponent_SetIsScreenSizeScaled"); \ +static_assert(offsetof(ArrowComponent_SetIsScreenSizeScaled, bNewValue) == 0x000000, "Member 'ArrowComponent_SetIsScreenSizeScaled::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetScreenSize \ +static_assert(alignof(ArrowComponent_SetScreenSize) == 0x000004, "Wrong alignment on ArrowComponent_SetScreenSize"); \ +static_assert(sizeof(ArrowComponent_SetScreenSize) == 0x000004, "Wrong size on ArrowComponent_SetScreenSize"); \ +static_assert(offsetof(ArrowComponent_SetScreenSize, NewScreenSize) == 0x000000, "Member 'ArrowComponent_SetScreenSize::NewScreenSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetTreatAsASprite \ +static_assert(alignof(ArrowComponent_SetTreatAsASprite) == 0x000001, "Wrong alignment on ArrowComponent_SetTreatAsASprite"); \ +static_assert(sizeof(ArrowComponent_SetTreatAsASprite) == 0x000001, "Wrong size on ArrowComponent_SetTreatAsASprite"); \ +static_assert(offsetof(ArrowComponent_SetTreatAsASprite, bNewValue) == 0x000000, "Member 'ArrowComponent_SetTreatAsASprite::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArrowComponent_SetUseInEditorScaling \ +static_assert(alignof(ArrowComponent_SetUseInEditorScaling) == 0x000001, "Wrong alignment on ArrowComponent_SetUseInEditorScaling"); \ +static_assert(sizeof(ArrowComponent_SetUseInEditorScaling) == 0x000001, "Wrong size on ArrowComponent_SetUseInEditorScaling"); \ +static_assert(offsetof(ArrowComponent_SetUseInEditorScaling, bNewValue) == 0x000000, "Member 'ArrowComponent_SetUseInEditorScaling::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArrowComponent \ +static_assert(alignof(UArrowComponent) == 0x000010, "Wrong alignment on UArrowComponent"); \ +static_assert(sizeof(UArrowComponent) == 0x000550, "Wrong size on UArrowComponent"); \ +static_assert(offsetof(UArrowComponent, ArrowColor) == 0x000530, "Member 'UArrowComponent::ArrowColor' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ArrowSize) == 0x000534, "Member 'UArrowComponent::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ArrowLength) == 0x000538, "Member 'UArrowComponent::ArrowLength' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ScreenSize) == 0x00053C, "Member 'UArrowComponent::ScreenSize' 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_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) == 0x000560, "Wrong size on UBillboardComponent"); \ +static_assert(offsetof(UBillboardComponent, Sprite) == 0x000530, "Member 'UBillboardComponent::Sprite' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, ScreenSize) == 0x00053C, "Member 'UBillboardComponent::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, U) == 0x000540, "Member 'UBillboardComponent::U' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, UL) == 0x000544, "Member 'UBillboardComponent::UL' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, V) == 0x000548, "Member 'UBillboardComponent::V' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, VL) == 0x00054C, "Member 'UBillboardComponent::VL' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, OpacityMaskRefVal) == 0x000550, "Member 'UBillboardComponent::OpacityMaskRefVal' 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_UBrushComponent \ +static_assert(alignof(UBrushComponent) == 0x000010, "Wrong alignment on UBrushComponent"); \ +static_assert(sizeof(UBrushComponent) == 0x000540, "Wrong size on UBrushComponent"); \ +static_assert(offsetof(UBrushComponent, Brush) == 0x000530, "Member 'UBrushComponent::Brush' has a wrong offset!"); \ +static_assert(offsetof(UBrushComponent, BrushBodySetup) == 0x000538, "Member 'UBrushComponent::BrushBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNeuralProfile \ +static_assert(alignof(UNeuralProfile) == 0x000008, "Wrong alignment on UNeuralProfile"); \ +static_assert(sizeof(UNeuralProfile) == 0x000080, "Wrong size on UNeuralProfile"); \ +static_assert(offsetof(UNeuralProfile, Settings) == 0x000028, "Member 'UNeuralProfile::Settings' has a wrong offset!"); \ +static_assert(offsetof(UNeuralProfile, Guid) == 0x000070, "Member 'UNeuralProfile::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000560, "Wrong size on UCapsuleComponent"); \ +static_assert(offsetof(UCapsuleComponent, CapsuleHalfHeight) == 0x000550, "Member 'UCapsuleComponent::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCapsuleComponent, CapsuleRadius) == 0x000554, "Member 'UCapsuleComponent::CapsuleRadius' 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) == 0x000120, "Wrong size on CharacterMovementComponent_CapsuleTouched"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, OverlappedComp) == 0x000000, "Member 'CharacterMovementComponent_CapsuleTouched::OverlappedComp' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, Other) == 0x000008, "Member 'CharacterMovementComponent_CapsuleTouched::Other' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, OtherComp) == 0x000010, "Member 'CharacterMovementComponent_CapsuleTouched::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, OtherBodyIndex) == 0x000018, "Member 'CharacterMovementComponent_CapsuleTouched::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, bFromSweep) == 0x00001C, "Member 'CharacterMovementComponent_CapsuleTouched::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_CapsuleTouched, SweepResult) == 0x000020, "Member 'CharacterMovementComponent_CapsuleTouched::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceEnabled \ +static_assert(alignof(CharacterMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong alignment on CharacterMovementComponent_SetAvoidanceEnabled"); \ +static_assert(sizeof(CharacterMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong size on CharacterMovementComponent_SetAvoidanceEnabled"); \ +static_assert(offsetof(CharacterMovementComponent_SetAvoidanceEnabled, bEnable) == 0x000000, "Member 'CharacterMovementComponent_SetAvoidanceEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceGroup \ +static_assert(alignof(CharacterMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetAvoidanceGroup"); \ +static_assert(sizeof(CharacterMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong size on CharacterMovementComponent_SetAvoidanceGroup"); \ +static_assert(offsetof(CharacterMovementComponent_SetAvoidanceGroup, GroupFlags) == 0x000000, "Member 'CharacterMovementComponent_SetAvoidanceGroup::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetAvoidanceGroupMask \ +static_assert(alignof(CharacterMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetAvoidanceGroupMask"); \ +static_assert(sizeof(CharacterMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong size on CharacterMovementComponent_SetAvoidanceGroupMask"); \ +static_assert(offsetof(CharacterMovementComponent_SetAvoidanceGroupMask, GroupMask) == 0x000000, "Member 'CharacterMovementComponent_SetAvoidanceGroupMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetCrouchedHalfHeight \ +static_assert(alignof(CharacterMovementComponent_SetCrouchedHalfHeight) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetCrouchedHalfHeight"); \ +static_assert(sizeof(CharacterMovementComponent_SetCrouchedHalfHeight) == 0x000004, "Wrong size on CharacterMovementComponent_SetCrouchedHalfHeight"); \ +static_assert(offsetof(CharacterMovementComponent_SetCrouchedHalfHeight, NewValue) == 0x000000, "Member 'CharacterMovementComponent_SetCrouchedHalfHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGravityDirection \ +static_assert(alignof(CharacterMovementComponent_SetGravityDirection) == 0x000008, "Wrong alignment on CharacterMovementComponent_SetGravityDirection"); \ +static_assert(sizeof(CharacterMovementComponent_SetGravityDirection) == 0x000018, "Wrong size on CharacterMovementComponent_SetGravityDirection"); \ +static_assert(offsetof(CharacterMovementComponent_SetGravityDirection, GravityDir) == 0x000000, "Member 'CharacterMovementComponent_SetGravityDirection::GravityDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToAvoid \ +static_assert(alignof(CharacterMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToAvoid"); \ +static_assert(sizeof(CharacterMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToAvoid"); \ +static_assert(offsetof(CharacterMovementComponent_SetGroupsToAvoid, GroupFlags) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToAvoid::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToAvoidMask \ +static_assert(alignof(CharacterMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToAvoidMask"); \ +static_assert(sizeof(CharacterMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToAvoidMask"); \ +static_assert(offsetof(CharacterMovementComponent_SetGroupsToAvoidMask, GroupMask) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToAvoidMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToIgnore \ +static_assert(alignof(CharacterMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToIgnore"); \ +static_assert(sizeof(CharacterMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToIgnore"); \ +static_assert(offsetof(CharacterMovementComponent_SetGroupsToIgnore, GroupFlags) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToIgnore::GroupFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetGroupsToIgnoreMask \ +static_assert(alignof(CharacterMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetGroupsToIgnoreMask"); \ +static_assert(sizeof(CharacterMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong size on CharacterMovementComponent_SetGroupsToIgnoreMask"); \ +static_assert(offsetof(CharacterMovementComponent_SetGroupsToIgnoreMask, GroupMask) == 0x000000, "Member 'CharacterMovementComponent_SetGroupsToIgnoreMask::GroupMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetMovementMode \ +static_assert(alignof(CharacterMovementComponent_SetMovementMode) == 0x000001, "Wrong alignment on CharacterMovementComponent_SetMovementMode"); \ +static_assert(sizeof(CharacterMovementComponent_SetMovementMode) == 0x000002, "Wrong size on CharacterMovementComponent_SetMovementMode"); \ +static_assert(offsetof(CharacterMovementComponent_SetMovementMode, NewMovementMode) == 0x000000, "Member 'CharacterMovementComponent_SetMovementMode::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(CharacterMovementComponent_SetMovementMode, NewCustomMode) == 0x000001, "Member 'CharacterMovementComponent_SetMovementMode::NewCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetWalkableFloorAngle \ +static_assert(alignof(CharacterMovementComponent_SetWalkableFloorAngle) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetWalkableFloorAngle"); \ +static_assert(sizeof(CharacterMovementComponent_SetWalkableFloorAngle) == 0x000004, "Wrong size on CharacterMovementComponent_SetWalkableFloorAngle"); \ +static_assert(offsetof(CharacterMovementComponent_SetWalkableFloorAngle, InWalkableFloorAngle) == 0x000000, "Member 'CharacterMovementComponent_SetWalkableFloorAngle::InWalkableFloorAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_SetWalkableFloorZ \ +static_assert(alignof(CharacterMovementComponent_SetWalkableFloorZ) == 0x000004, "Wrong alignment on CharacterMovementComponent_SetWalkableFloorZ"); \ +static_assert(sizeof(CharacterMovementComponent_SetWalkableFloorZ) == 0x000004, "Wrong size on CharacterMovementComponent_SetWalkableFloorZ"); \ +static_assert(offsetof(CharacterMovementComponent_SetWalkableFloorZ, InWalkableFloorZ) == 0x000000, "Member 'CharacterMovementComponent_SetWalkableFloorZ::InWalkableFloorZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetAnalogInputModifier \ +static_assert(alignof(CharacterMovementComponent_GetAnalogInputModifier) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetAnalogInputModifier"); \ +static_assert(sizeof(CharacterMovementComponent_GetAnalogInputModifier) == 0x000004, "Wrong size on CharacterMovementComponent_GetAnalogInputModifier"); \ +static_assert(offsetof(CharacterMovementComponent_GetAnalogInputModifier, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetAnalogInputModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetCharacterOwner \ +static_assert(alignof(CharacterMovementComponent_GetCharacterOwner) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetCharacterOwner"); \ +static_assert(sizeof(CharacterMovementComponent_GetCharacterOwner) == 0x000008, "Wrong size on CharacterMovementComponent_GetCharacterOwner"); \ +static_assert(offsetof(CharacterMovementComponent_GetCharacterOwner, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetCharacterOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetCrouchedHalfHeight \ +static_assert(alignof(CharacterMovementComponent_GetCrouchedHalfHeight) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetCrouchedHalfHeight"); \ +static_assert(sizeof(CharacterMovementComponent_GetCrouchedHalfHeight) == 0x000004, "Wrong size on CharacterMovementComponent_GetCrouchedHalfHeight"); \ +static_assert(offsetof(CharacterMovementComponent_GetCrouchedHalfHeight, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetCrouchedHalfHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetCurrentAcceleration \ +static_assert(alignof(CharacterMovementComponent_GetCurrentAcceleration) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetCurrentAcceleration"); \ +static_assert(sizeof(CharacterMovementComponent_GetCurrentAcceleration) == 0x000018, "Wrong size on CharacterMovementComponent_GetCurrentAcceleration"); \ +static_assert(offsetof(CharacterMovementComponent_GetCurrentAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetCurrentAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetGravityDirection \ +static_assert(alignof(CharacterMovementComponent_GetGravityDirection) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetGravityDirection"); \ +static_assert(sizeof(CharacterMovementComponent_GetGravityDirection) == 0x000018, "Wrong size on CharacterMovementComponent_GetGravityDirection"); \ +static_assert(offsetof(CharacterMovementComponent_GetGravityDirection, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetGravityDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetImpartedMovementBaseVelocity \ +static_assert(alignof(CharacterMovementComponent_GetImpartedMovementBaseVelocity) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetImpartedMovementBaseVelocity"); \ +static_assert(sizeof(CharacterMovementComponent_GetImpartedMovementBaseVelocity) == 0x000018, "Wrong size on CharacterMovementComponent_GetImpartedMovementBaseVelocity"); \ +static_assert(offsetof(CharacterMovementComponent_GetImpartedMovementBaseVelocity, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetImpartedMovementBaseVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastAppliedAcceleration \ +static_assert(alignof(CharacterMovementComponent_GetLastAppliedAcceleration) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetLastAppliedAcceleration"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastAppliedAcceleration) == 0x000018, "Wrong size on CharacterMovementComponent_GetLastAppliedAcceleration"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastAppliedAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastAppliedAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateLocation \ +static_assert(alignof(CharacterMovementComponent_GetLastUpdateLocation) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetLastUpdateLocation"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateLocation) == 0x000018, "Wrong size on CharacterMovementComponent_GetLastUpdateLocation"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastUpdateLocation, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateRequestedVelocity \ +static_assert(alignof(CharacterMovementComponent_GetLastUpdateRequestedVelocity) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetLastUpdateRequestedVelocity"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateRequestedVelocity) == 0x000018, "Wrong size on CharacterMovementComponent_GetLastUpdateRequestedVelocity"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastUpdateRequestedVelocity, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateRequestedVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateRotation \ +static_assert(alignof(CharacterMovementComponent_GetLastUpdateRotation) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetLastUpdateRotation"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateRotation) == 0x000018, "Wrong size on CharacterMovementComponent_GetLastUpdateRotation"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastUpdateRotation, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetLastUpdateVelocity \ +static_assert(alignof(CharacterMovementComponent_GetLastUpdateVelocity) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetLastUpdateVelocity"); \ +static_assert(sizeof(CharacterMovementComponent_GetLastUpdateVelocity) == 0x000018, "Wrong size on CharacterMovementComponent_GetLastUpdateVelocity"); \ +static_assert(offsetof(CharacterMovementComponent_GetLastUpdateVelocity, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetLastUpdateVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxAcceleration \ +static_assert(alignof(CharacterMovementComponent_GetMaxAcceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxAcceleration"); \ +static_assert(sizeof(CharacterMovementComponent_GetMaxAcceleration) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxAcceleration"); \ +static_assert(offsetof(CharacterMovementComponent_GetMaxAcceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxBrakingDeceleration \ +static_assert(alignof(CharacterMovementComponent_GetMaxBrakingDeceleration) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxBrakingDeceleration"); \ +static_assert(sizeof(CharacterMovementComponent_GetMaxBrakingDeceleration) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxBrakingDeceleration"); \ +static_assert(offsetof(CharacterMovementComponent_GetMaxBrakingDeceleration, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxBrakingDeceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxJumpHeight \ +static_assert(alignof(CharacterMovementComponent_GetMaxJumpHeight) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxJumpHeight"); \ +static_assert(sizeof(CharacterMovementComponent_GetMaxJumpHeight) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxJumpHeight"); \ +static_assert(offsetof(CharacterMovementComponent_GetMaxJumpHeight, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxJumpHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMaxJumpHeightWithJumpTime \ +static_assert(alignof(CharacterMovementComponent_GetMaxJumpHeightWithJumpTime) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMaxJumpHeightWithJumpTime"); \ +static_assert(sizeof(CharacterMovementComponent_GetMaxJumpHeightWithJumpTime) == 0x000004, "Wrong size on CharacterMovementComponent_GetMaxJumpHeightWithJumpTime"); \ +static_assert(offsetof(CharacterMovementComponent_GetMaxJumpHeightWithJumpTime, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMaxJumpHeightWithJumpTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMinAnalogSpeed \ +static_assert(alignof(CharacterMovementComponent_GetMinAnalogSpeed) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetMinAnalogSpeed"); \ +static_assert(sizeof(CharacterMovementComponent_GetMinAnalogSpeed) == 0x000004, "Wrong size on CharacterMovementComponent_GetMinAnalogSpeed"); \ +static_assert(offsetof(CharacterMovementComponent_GetMinAnalogSpeed, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMinAnalogSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetMovementBase \ +static_assert(alignof(CharacterMovementComponent_GetMovementBase) == 0x000008, "Wrong alignment on CharacterMovementComponent_GetMovementBase"); \ +static_assert(sizeof(CharacterMovementComponent_GetMovementBase) == 0x000008, "Wrong size on CharacterMovementComponent_GetMovementBase"); \ +static_assert(offsetof(CharacterMovementComponent_GetMovementBase, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetMovementBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetPerchRadiusThreshold \ +static_assert(alignof(CharacterMovementComponent_GetPerchRadiusThreshold) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetPerchRadiusThreshold"); \ +static_assert(sizeof(CharacterMovementComponent_GetPerchRadiusThreshold) == 0x000004, "Wrong size on CharacterMovementComponent_GetPerchRadiusThreshold"); \ +static_assert(offsetof(CharacterMovementComponent_GetPerchRadiusThreshold, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetPerchRadiusThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_GetValidPerchRadius \ +static_assert(alignof(CharacterMovementComponent_GetValidPerchRadius) == 0x000004, "Wrong alignment on CharacterMovementComponent_GetValidPerchRadius"); \ +static_assert(sizeof(CharacterMovementComponent_GetValidPerchRadius) == 0x000004, "Wrong size on CharacterMovementComponent_GetValidPerchRadius"); \ +static_assert(offsetof(CharacterMovementComponent_GetValidPerchRadius, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_GetValidPerchRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_HasCustomGravity \ +static_assert(alignof(CharacterMovementComponent_HasCustomGravity) == 0x000001, "Wrong alignment on CharacterMovementComponent_HasCustomGravity"); \ +static_assert(sizeof(CharacterMovementComponent_HasCustomGravity) == 0x000001, "Wrong size on CharacterMovementComponent_HasCustomGravity"); \ +static_assert(offsetof(CharacterMovementComponent_HasCustomGravity, ReturnValue) == 0x000000, "Member 'CharacterMovementComponent_HasCustomGravity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterMovementComponent_IsWalkable \ +static_assert(alignof(CharacterMovementComponent_IsWalkable) == 0x000008, "Wrong alignment on CharacterMovementComponent_IsWalkable"); \ +static_assert(sizeof(CharacterMovementComponent_IsWalkable) == 0x000108, "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) == 0x000100, "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) == 0x000138, "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) == 0x000128, "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) == 0x001000, "Wrong size on UCharacterMovementComponent"); \ +static_assert(offsetof(UCharacterMovementComponent, CharacterOwner) == 0x0001A0, "Member 'UCharacterMovementComponent::CharacterOwner' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GravityScale) == 0x0001A8, "Member 'UCharacterMovementComponent::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxStepHeight) == 0x0001AC, "Member 'UCharacterMovementComponent::MaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpZVelocity) == 0x0001B0, "Member 'UCharacterMovementComponent::JumpZVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpOffJumpZFactor) == 0x0001B4, "Member 'UCharacterMovementComponent::JumpOffJumpZFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, WalkableFloorAngle) == 0x0001D4, "Member 'UCharacterMovementComponent::WalkableFloorAngle' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, WalkableFloorZ) == 0x0001D8, "Member 'UCharacterMovementComponent::WalkableFloorZ' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GravityDirection) == 0x0001E0, "Member 'UCharacterMovementComponent::GravityDirection' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, WorldToGravityTransform) == 0x000200, "Member 'UCharacterMovementComponent::WorldToGravityTransform' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GravityToWorldTransform) == 0x000220, "Member 'UCharacterMovementComponent::GravityToWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MovementMode) == 0x000241, "Member 'UCharacterMovementComponent::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CustomMovementMode) == 0x000242, "Member 'UCharacterMovementComponent::CustomMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSmoothingMode) == 0x000243, "Member 'UCharacterMovementComponent::NetworkSmoothingMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroundFriction) == 0x000244, "Member 'UCharacterMovementComponent::GroundFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, OldBaseQuat) == 0x000250, "Member 'UCharacterMovementComponent::OldBaseQuat' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, OldBaseLocation) == 0x000270, "Member 'UCharacterMovementComponent::OldBaseLocation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeed) == 0x000288, "Member 'UCharacterMovementComponent::MaxWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeedCrouched) == 0x00028C, "Member 'UCharacterMovementComponent::MaxWalkSpeedCrouched' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSwimSpeed) == 0x000290, "Member 'UCharacterMovementComponent::MaxSwimSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxFlySpeed) == 0x000294, "Member 'UCharacterMovementComponent::MaxFlySpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxCustomMovementSpeed) == 0x000298, "Member 'UCharacterMovementComponent::MaxCustomMovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxAcceleration) == 0x00029C, "Member 'UCharacterMovementComponent::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinAnalogWalkSpeed) == 0x0002A0, "Member 'UCharacterMovementComponent::MinAnalogWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingFrictionFactor) == 0x0002A4, "Member 'UCharacterMovementComponent::BrakingFrictionFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingFriction) == 0x0002A8, "Member 'UCharacterMovementComponent::BrakingFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingSubStepTime) == 0x0002AC, "Member 'UCharacterMovementComponent::BrakingSubStepTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationWalking) == 0x0002B0, "Member 'UCharacterMovementComponent::BrakingDecelerationWalking' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFalling) == 0x0002B4, "Member 'UCharacterMovementComponent::BrakingDecelerationFalling' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationSwimming) == 0x0002B8, "Member 'UCharacterMovementComponent::BrakingDecelerationSwimming' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFlying) == 0x0002BC, "Member 'UCharacterMovementComponent::BrakingDecelerationFlying' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControl) == 0x0002C0, "Member 'UCharacterMovementComponent::AirControl' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControlBoostMultiplier) == 0x0002C4, "Member 'UCharacterMovementComponent::AirControlBoostMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControlBoostVelocityThreshold) == 0x0002C8, "Member 'UCharacterMovementComponent::AirControlBoostVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, FallingLateralFriction) == 0x0002CC, "Member 'UCharacterMovementComponent::FallingLateralFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CrouchedHalfHeight) == 0x0002D0, "Member 'UCharacterMovementComponent::CrouchedHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Buoyancy) == 0x0002D4, "Member 'UCharacterMovementComponent::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PerchRadiusThreshold) == 0x0002D8, "Member 'UCharacterMovementComponent::PerchRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PerchAdditionalHeight) == 0x0002DC, "Member 'UCharacterMovementComponent::PerchAdditionalHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RotationRate) == 0x0002E0, "Member 'UCharacterMovementComponent::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DeferredUpdatedMoveComponent) == 0x000300, "Member 'UCharacterMovementComponent::DeferredUpdatedMoveComponent' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxOutOfWaterStepHeight) == 0x000308, "Member 'UCharacterMovementComponent::MaxOutOfWaterStepHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, OutofWaterZ) == 0x00030C, "Member 'UCharacterMovementComponent::OutofWaterZ' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Mass) == 0x000310, "Member 'UCharacterMovementComponent::Mass' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, StandingDownwardForceScale) == 0x000314, "Member 'UCharacterMovementComponent::StandingDownwardForceScale' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, InitialPushForceFactor) == 0x000318, "Member 'UCharacterMovementComponent::InitialPushForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PushForceFactor) == 0x00031C, "Member 'UCharacterMovementComponent::PushForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PushForcePointZOffsetFactor) == 0x000320, "Member 'UCharacterMovementComponent::PushForcePointZOffsetFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, TouchForceFactor) == 0x000324, "Member 'UCharacterMovementComponent::TouchForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinTouchForce) == 0x000328, "Member 'UCharacterMovementComponent::MinTouchForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxTouchForce) == 0x00032C, "Member 'UCharacterMovementComponent::MaxTouchForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RepulsionForce) == 0x000330, "Member 'UCharacterMovementComponent::RepulsionForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Acceleration) == 0x000338, "Member 'UCharacterMovementComponent::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastAppliedAcceleration) == 0x000350, "Member 'UCharacterMovementComponent::LastAppliedAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateRotation) == 0x000370, "Member 'UCharacterMovementComponent::LastUpdateRotation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateLocation) == 0x000390, "Member 'UCharacterMovementComponent::LastUpdateLocation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateVelocity) == 0x0003A8, "Member 'UCharacterMovementComponent::LastUpdateVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastTransformUpdateTimeStamp) == 0x0003C0, "Member 'UCharacterMovementComponent::ServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastClientGoodMoveAckTime) == 0x0003C4, "Member 'UCharacterMovementComponent::ServerLastClientGoodMoveAckTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastClientAdjustmentTime) == 0x0003C8, "Member 'UCharacterMovementComponent::ServerLastClientAdjustmentTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingImpulseToApply) == 0x0003D0, "Member 'UCharacterMovementComponent::PendingImpulseToApply' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingForceToApply) == 0x0003E8, "Member 'UCharacterMovementComponent::PendingForceToApply' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AnalogInputModifier) == 0x000400, "Member 'UCharacterMovementComponent::AnalogInputModifier' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSimulationTimeStep) == 0x000410, "Member 'UCharacterMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSimulationIterations) == 0x000414, "Member 'UCharacterMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxJumpApexAttemptsPerSimulation) == 0x000418, "Member 'UCharacterMovementComponent::MaxJumpApexAttemptsPerSimulation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometry) == 0x00041C, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometry' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometryAsProxy) == 0x000420, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometryAsProxy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawn) == 0x000424, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawn' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawnAsProxy) == 0x000428, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawnAsProxy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothLocationTime) == 0x00042C, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothRotationTime) == 0x000430, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothLocationTime) == 0x000434, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothRotationTime) == 0x000438, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkRadius) == 0x00043C, "Member 'UCharacterMovementComponent::NetProxyShrinkRadius' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkHalfHeight) == 0x000440, "Member 'UCharacterMovementComponent::NetProxyShrinkHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMaxSmoothUpdateDistance) == 0x000444, "Member 'UCharacterMovementComponent::NetworkMaxSmoothUpdateDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkNoSmoothUpdateDistance) == 0x000448, "Member 'UCharacterMovementComponent::NetworkNoSmoothUpdateDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAckGoodMoves) == 0x00044C, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAckGoodMoves' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustments) == 0x000450, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustments' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustmentsLargeCorrection) == 0x000454, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustmentsLargeCorrection' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkLargeClientCorrectionDistance) == 0x000458, "Member 'UCharacterMovementComponent::NetworkLargeClientCorrectionDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LedgeCheckThreshold) == 0x00045C, "Member 'UCharacterMovementComponent::LedgeCheckThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpOutOfWaterPitch) == 0x000460, "Member 'UCharacterMovementComponent::JumpOutOfWaterPitch' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CurrentFloor) == 0x000468, "Member 'UCharacterMovementComponent::CurrentFloor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DefaultLandMovementMode) == 0x000578, "Member 'UCharacterMovementComponent::DefaultLandMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DefaultWaterMovementMode) == 0x000579, "Member 'UCharacterMovementComponent::DefaultWaterMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroundMovementMode) == 0x00057A, "Member 'UCharacterMovementComponent::GroundMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, FormerBaseVelocityDecayHalfLife) == 0x000588, "Member 'UCharacterMovementComponent::FormerBaseVelocityDecayHalfLife' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceConsiderationRadius) == 0x0005AC, "Member 'UCharacterMovementComponent::AvoidanceConsiderationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RequestedVelocity) == 0x0005B0, "Member 'UCharacterMovementComponent::RequestedVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateRequestedVelocity) == 0x0005C8, "Member 'UCharacterMovementComponent::LastUpdateRequestedVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceUID) == 0x0005E0, "Member 'UCharacterMovementComponent::AvoidanceUID' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceGroup) == 0x0005E4, "Member 'UCharacterMovementComponent::AvoidanceGroup' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroupsToAvoid) == 0x0005E8, "Member 'UCharacterMovementComponent::GroupsToAvoid' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroupsToIgnore) == 0x0005EC, "Member 'UCharacterMovementComponent::GroupsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceWeight) == 0x0005F0, "Member 'UCharacterMovementComponent::AvoidanceWeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingLaunchVelocity) == 0x0005F8, "Member 'UCharacterMovementComponent::PendingLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterval) == 0x000760, "Member 'UCharacterMovementComponent::NavMeshProjectionInterval' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionTimer) == 0x000764, "Member 'UCharacterMovementComponent::NavMeshProjectionTimer' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterpSpeed) == 0x000768, "Member 'UCharacterMovementComponent::NavMeshProjectionInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleUp) == 0x00076C, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleUp' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleDown) == 0x000770, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleDown' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavWalkingFloorDistTolerance) == 0x000774, "Member 'UCharacterMovementComponent::NavWalkingFloorDistTolerance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, bBasedMovementIgnorePhysicsBase) == 0x000778, "Member 'UCharacterMovementComponent::bBasedMovementIgnorePhysicsBase' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, bBaseOnAttachmentRoot) == 0x000779, "Member 'UCharacterMovementComponent::bBaseOnAttachmentRoot' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, bStayBasedInAir) == 0x00077A, "Member 'UCharacterMovementComponent::bStayBasedInAir' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, StayBasedInAirHeight) == 0x00077C, "Member 'UCharacterMovementComponent::StayBasedInAirHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PostPhysicsTickFunction) == 0x0007B0, "Member 'UCharacterMovementComponent::PostPhysicsTickFunction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinTimeBetweenTimeStampResets) == 0x0007F8, "Member 'UCharacterMovementComponent::MinTimeBetweenTimeStampResets' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CurrentRootMotion) == 0x000D58, "Member 'UCharacterMovementComponent::CurrentRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerCorrectionRootMotion) == 0x000DA0, "Member 'UCharacterMovementComponent::ServerCorrectionRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RootMotionParams) == 0x000F50, "Member 'UCharacterMovementComponent::RootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AnimRootMotionVelocity) == 0x000FC0, "Member 'UCharacterMovementComponent::AnimRootMotionVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_CreateDynamicMaterialInstance \ +static_assert(alignof(DecalComponent_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on DecalComponent_CreateDynamicMaterialInstance"); \ +static_assert(sizeof(DecalComponent_CreateDynamicMaterialInstance) == 0x000008, "Wrong size on DecalComponent_CreateDynamicMaterialInstance"); \ +static_assert(offsetof(DecalComponent_CreateDynamicMaterialInstance, ReturnValue) == 0x000000, "Member 'DecalComponent_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetDecalColor \ +static_assert(alignof(DecalComponent_SetDecalColor) == 0x000004, "Wrong alignment on DecalComponent_SetDecalColor"); \ +static_assert(sizeof(DecalComponent_SetDecalColor) == 0x000010, "Wrong size on DecalComponent_SetDecalColor"); \ +static_assert(offsetof(DecalComponent_SetDecalColor, Color) == 0x000000, "Member 'DecalComponent_SetDecalColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetDecalMaterial \ +static_assert(alignof(DecalComponent_SetDecalMaterial) == 0x000008, "Wrong alignment on DecalComponent_SetDecalMaterial"); \ +static_assert(sizeof(DecalComponent_SetDecalMaterial) == 0x000008, "Wrong size on DecalComponent_SetDecalMaterial"); \ +static_assert(offsetof(DecalComponent_SetDecalMaterial, NewDecalMaterial) == 0x000000, "Member 'DecalComponent_SetDecalMaterial::NewDecalMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetDecalSize \ +static_assert(alignof(DecalComponent_SetDecalSize) == 0x000008, "Wrong alignment on DecalComponent_SetDecalSize"); \ +static_assert(sizeof(DecalComponent_SetDecalSize) == 0x000018, "Wrong size on DecalComponent_SetDecalSize"); \ +static_assert(offsetof(DecalComponent_SetDecalSize, Size) == 0x000000, "Member 'DecalComponent_SetDecalSize::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetFadeIn \ +static_assert(alignof(DecalComponent_SetFadeIn) == 0x000004, "Wrong alignment on DecalComponent_SetFadeIn"); \ +static_assert(sizeof(DecalComponent_SetFadeIn) == 0x000008, "Wrong size on DecalComponent_SetFadeIn"); \ +static_assert(offsetof(DecalComponent_SetFadeIn, StartDelay) == 0x000000, "Member 'DecalComponent_SetFadeIn::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(DecalComponent_SetFadeIn, Duration) == 0x000004, "Member 'DecalComponent_SetFadeIn::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetFadeOut \ +static_assert(alignof(DecalComponent_SetFadeOut) == 0x000004, "Wrong alignment on DecalComponent_SetFadeOut"); \ +static_assert(sizeof(DecalComponent_SetFadeOut) == 0x00000C, "Wrong size on DecalComponent_SetFadeOut"); \ +static_assert(offsetof(DecalComponent_SetFadeOut, StartDelay) == 0x000000, "Member 'DecalComponent_SetFadeOut::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(DecalComponent_SetFadeOut, Duration) == 0x000004, "Member 'DecalComponent_SetFadeOut::Duration' has a wrong offset!"); \ +static_assert(offsetof(DecalComponent_SetFadeOut, DestroyOwnerAfterFade) == 0x000008, "Member 'DecalComponent_SetFadeOut::DestroyOwnerAfterFade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetFadeScreenSize \ +static_assert(alignof(DecalComponent_SetFadeScreenSize) == 0x000004, "Wrong alignment on DecalComponent_SetFadeScreenSize"); \ +static_assert(sizeof(DecalComponent_SetFadeScreenSize) == 0x000004, "Wrong size on DecalComponent_SetFadeScreenSize"); \ +static_assert(offsetof(DecalComponent_SetFadeScreenSize, NewFadeScreenSize) == 0x000000, "Member 'DecalComponent_SetFadeScreenSize::NewFadeScreenSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetSortOrder \ +static_assert(alignof(DecalComponent_SetSortOrder) == 0x000004, "Wrong alignment on DecalComponent_SetSortOrder"); \ +static_assert(sizeof(DecalComponent_SetSortOrder) == 0x000004, "Wrong size on DecalComponent_SetSortOrder"); \ +static_assert(offsetof(DecalComponent_SetSortOrder, Value) == 0x000000, "Member 'DecalComponent_SetSortOrder::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetDecalMaterial \ +static_assert(alignof(DecalComponent_GetDecalMaterial) == 0x000008, "Wrong alignment on DecalComponent_GetDecalMaterial"); \ +static_assert(sizeof(DecalComponent_GetDecalMaterial) == 0x000008, "Wrong size on DecalComponent_GetDecalMaterial"); \ +static_assert(offsetof(DecalComponent_GetDecalMaterial, ReturnValue) == 0x000000, "Member 'DecalComponent_GetDecalMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeDuration \ +static_assert(alignof(DecalComponent_GetFadeDuration) == 0x000004, "Wrong alignment on DecalComponent_GetFadeDuration"); \ +static_assert(sizeof(DecalComponent_GetFadeDuration) == 0x000004, "Wrong size on DecalComponent_GetFadeDuration"); \ +static_assert(offsetof(DecalComponent_GetFadeDuration, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeInDuration \ +static_assert(alignof(DecalComponent_GetFadeInDuration) == 0x000004, "Wrong alignment on DecalComponent_GetFadeInDuration"); \ +static_assert(sizeof(DecalComponent_GetFadeInDuration) == 0x000004, "Wrong size on DecalComponent_GetFadeInDuration"); \ +static_assert(offsetof(DecalComponent_GetFadeInDuration, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeInDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeInStartDelay \ +static_assert(alignof(DecalComponent_GetFadeInStartDelay) == 0x000004, "Wrong alignment on DecalComponent_GetFadeInStartDelay"); \ +static_assert(sizeof(DecalComponent_GetFadeInStartDelay) == 0x000004, "Wrong size on DecalComponent_GetFadeInStartDelay"); \ +static_assert(offsetof(DecalComponent_GetFadeInStartDelay, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeInStartDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeStartDelay \ +static_assert(alignof(DecalComponent_GetFadeStartDelay) == 0x000004, "Wrong alignment on DecalComponent_GetFadeStartDelay"); \ +static_assert(sizeof(DecalComponent_GetFadeStartDelay) == 0x000004, "Wrong size on DecalComponent_GetFadeStartDelay"); \ +static_assert(offsetof(DecalComponent_GetFadeStartDelay, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeStartDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDecalComponent \ +static_assert(alignof(UDecalComponent) == 0x000010, "Wrong alignment on UDecalComponent"); \ +static_assert(sizeof(UDecalComponent) == 0x0002C0, "Wrong size on UDecalComponent"); \ +static_assert(offsetof(UDecalComponent, DecalMaterial) == 0x000250, "Member 'UDecalComponent::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, SortOrder) == 0x000258, "Member 'UDecalComponent::SortOrder' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeScreenSize) == 0x00025C, "Member 'UDecalComponent::FadeScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeStartDelay) == 0x000260, "Member 'UDecalComponent::FadeStartDelay' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeDuration) == 0x000264, "Member 'UDecalComponent::FadeDuration' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeInDuration) == 0x000268, "Member 'UDecalComponent::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeInStartDelay) == 0x00026C, "Member 'UDecalComponent::FadeInStartDelay' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, DecalSize) == 0x000278, "Member 'UDecalComponent::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, DecalColor) == 0x000290, "Member 'UDecalComponent::DecalColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectionalLightComponent_SetAtmosphereSunDiskColorScale \ +static_assert(alignof(DirectionalLightComponent_SetAtmosphereSunDiskColorScale) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetAtmosphereSunDiskColorScale"); \ +static_assert(sizeof(DirectionalLightComponent_SetAtmosphereSunDiskColorScale) == 0x000010, "Wrong size on DirectionalLightComponent_SetAtmosphereSunDiskColorScale"); \ +static_assert(offsetof(DirectionalLightComponent_SetAtmosphereSunDiskColorScale, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetAtmosphereSunDiskColorScale::NewValue' 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) == 0x000490, "Wrong size on UDirectionalLightComponent"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowCascadeBiasDistribution) == 0x0003B8, "Member 'UDirectionalLightComponent::ShadowCascadeBiasDistribution' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, OcclusionMaskDarkness) == 0x0003C0, "Member 'UDirectionalLightComponent::OcclusionMaskDarkness' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, OcclusionDepthRange) == 0x0003C4, "Member 'UDirectionalLightComponent::OcclusionDepthRange' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightShaftOverrideDirection) == 0x0003C8, "Member 'UDirectionalLightComponent::LightShaftOverrideDirection' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, WholeSceneDynamicShadowRadius) == 0x0003E0, "Member 'UDirectionalLightComponent::WholeSceneDynamicShadowRadius' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceMovableLight) == 0x0003E4, "Member 'UDirectionalLightComponent::DynamicShadowDistanceMovableLight' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceStationaryLight) == 0x0003E8, "Member 'UDirectionalLightComponent::DynamicShadowDistanceStationaryLight' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowCascades) == 0x0003EC, "Member 'UDirectionalLightComponent::DynamicShadowCascades' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CascadeDistributionExponent) == 0x0003F0, "Member 'UDirectionalLightComponent::CascadeDistributionExponent' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CascadeTransitionFraction) == 0x0003F4, "Member 'UDirectionalLightComponent::CascadeTransitionFraction' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowDistanceFadeoutFraction) == 0x0003F8, "Member 'UDirectionalLightComponent::ShadowDistanceFadeoutFraction' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, FarShadowCascadeCount) == 0x000400, "Member 'UDirectionalLightComponent::FarShadowCascadeCount' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, FarShadowDistance) == 0x000404, "Member 'UDirectionalLightComponent::FarShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DistanceFieldShadowDistance) == 0x000408, "Member 'UDirectionalLightComponent::DistanceFieldShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ForwardShadingPriority) == 0x00040C, "Member 'UDirectionalLightComponent::ForwardShadingPriority' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightSourceAngle) == 0x000410, "Member 'UDirectionalLightComponent::LightSourceAngle' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightSourceSoftAngle) == 0x000414, "Member 'UDirectionalLightComponent::LightSourceSoftAngle' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightSunDiscScale) == 0x000418, "Member 'UDirectionalLightComponent::LightSunDiscScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowSourceAngleFactor) == 0x00041C, "Member 'UDirectionalLightComponent::ShadowSourceAngleFactor' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, TraceDistance) == 0x000420, "Member 'UDirectionalLightComponent::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunLightIndex) == 0x000428, "Member 'UDirectionalLightComponent::AtmosphereSunLightIndex' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunDiskColorScale) == 0x00042C, "Member 'UDirectionalLightComponent::AtmosphereSunDiskColorScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowStrength) == 0x000440, "Member 'UDirectionalLightComponent::CloudShadowStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnAtmosphereStrength) == 0x000444, "Member 'UDirectionalLightComponent::CloudShadowOnAtmosphereStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnSurfaceStrength) == 0x000448, "Member 'UDirectionalLightComponent::CloudShadowOnSurfaceStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowDepthBias) == 0x00044C, "Member 'UDirectionalLightComponent::CloudShadowDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowExtent) == 0x000450, "Member 'UDirectionalLightComponent::CloudShadowExtent' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowMapResolutionScale) == 0x000454, "Member 'UDirectionalLightComponent::CloudShadowMapResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowRaySampleCountScale) == 0x000458, "Member 'UDirectionalLightComponent::CloudShadowRaySampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudScatteredLuminanceScale) == 0x00045C, "Member 'UDirectionalLightComponent::CloudScatteredLuminanceScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightmassSettings) == 0x00046C, "Member 'UDirectionalLightComponent::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ModulatedShadowColor) == 0x000480, "Member 'UDirectionalLightComponent::ModulatedShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowAmount) == 0x000484, "Member 'UDirectionalLightComponent::ShadowAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureLightProfile \ +static_assert(alignof(UTextureLightProfile) == 0x000008, "Wrong alignment on UTextureLightProfile"); \ +static_assert(sizeof(UTextureLightProfile) == 0x000178, "Wrong size on UTextureLightProfile"); \ +static_assert(offsetof(UTextureLightProfile, Brightness) == 0x000170, "Member 'UTextureLightProfile::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UTextureLightProfile, TextureMultiplier) == 0x000174, "Member 'UTextureLightProfile::TextureMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawFrustumComponent \ +static_assert(alignof(UDrawFrustumComponent) == 0x000010, "Wrong alignment on UDrawFrustumComponent"); \ +static_assert(sizeof(UDrawFrustumComponent) == 0x000550, "Wrong size on UDrawFrustumComponent"); \ +static_assert(offsetof(UDrawFrustumComponent, bFrustumEnabled) == 0x000530, "Member 'UDrawFrustumComponent::bFrustumEnabled' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumColor) == 0x000534, "Member 'UDrawFrustumComponent::FrustumColor' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumAngle) == 0x000538, "Member 'UDrawFrustumComponent::FrustumAngle' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumAspectRatio) == 0x00053C, "Member 'UDrawFrustumComponent::FrustumAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumStartDist) == 0x000540, "Member 'UDrawFrustumComponent::FrustumStartDist' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumEndDist) == 0x000544, "Member 'UDrawFrustumComponent::FrustumEndDist' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, Texture) == 0x000548, "Member 'UDrawFrustumComponent::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_AdjustAttenuation \ +static_assert(alignof(ForceFeedbackComponent_AdjustAttenuation) == 0x000008, "Wrong alignment on ForceFeedbackComponent_AdjustAttenuation"); \ +static_assert(sizeof(ForceFeedbackComponent_AdjustAttenuation) == 0x0000C0, "Wrong size on ForceFeedbackComponent_AdjustAttenuation"); \ +static_assert(offsetof(ForceFeedbackComponent_AdjustAttenuation, InAttenuationSettings) == 0x000000, "Member 'ForceFeedbackComponent_AdjustAttenuation::InAttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_Play \ +static_assert(alignof(ForceFeedbackComponent_Play) == 0x000004, "Wrong alignment on ForceFeedbackComponent_Play"); \ +static_assert(sizeof(ForceFeedbackComponent_Play) == 0x000004, "Wrong size on ForceFeedbackComponent_Play"); \ +static_assert(offsetof(ForceFeedbackComponent_Play, StartTime) == 0x000000, "Member 'ForceFeedbackComponent_Play::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_SetForceFeedbackEffect \ +static_assert(alignof(ForceFeedbackComponent_SetForceFeedbackEffect) == 0x000008, "Wrong alignment on ForceFeedbackComponent_SetForceFeedbackEffect"); \ +static_assert(sizeof(ForceFeedbackComponent_SetForceFeedbackEffect) == 0x000008, "Wrong size on ForceFeedbackComponent_SetForceFeedbackEffect"); \ +static_assert(offsetof(ForceFeedbackComponent_SetForceFeedbackEffect, NewForceFeedbackEffect) == 0x000000, "Member 'ForceFeedbackComponent_SetForceFeedbackEffect::NewForceFeedbackEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_SetIntensityMultiplier \ +static_assert(alignof(ForceFeedbackComponent_SetIntensityMultiplier) == 0x000004, "Wrong alignment on ForceFeedbackComponent_SetIntensityMultiplier"); \ +static_assert(sizeof(ForceFeedbackComponent_SetIntensityMultiplier) == 0x000004, "Wrong size on ForceFeedbackComponent_SetIntensityMultiplier"); \ +static_assert(offsetof(ForceFeedbackComponent_SetIntensityMultiplier, NewIntensityMultiplier) == 0x000000, "Member 'ForceFeedbackComponent_SetIntensityMultiplier::NewIntensityMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ForceFeedbackComponent_BP_GetAttenuationSettingsToApply \ +static_assert(alignof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply) == 0x000008, "Wrong alignment on ForceFeedbackComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(sizeof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply) == 0x0000C8, "Wrong size on ForceFeedbackComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(offsetof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply, OutAttenuationSettings) == 0x000000, "Member 'ForceFeedbackComponent_BP_GetAttenuationSettingsToApply::OutAttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(ForceFeedbackComponent_BP_GetAttenuationSettingsToApply, ReturnValue) == 0x0000C0, "Member 'ForceFeedbackComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForceFeedbackComponent \ +static_assert(alignof(UForceFeedbackComponent) == 0x000010, "Wrong alignment on UForceFeedbackComponent"); \ +static_assert(sizeof(UForceFeedbackComponent) == 0x000340, "Wrong size on UForceFeedbackComponent"); \ +static_assert(offsetof(UForceFeedbackComponent, ForceFeedbackEffect) == 0x000250, "Member 'UForceFeedbackComponent::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, IntensityMultiplier) == 0x00025C, "Member 'UForceFeedbackComponent::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, AttenuationSettings) == 0x000260, "Member 'UForceFeedbackComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, AttenuationOverrides) == 0x000268, "Member 'UForceFeedbackComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, OnForceFeedbackFinished) == 0x000328, "Member 'UForceFeedbackComponent::OnForceFeedbackFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetEndFrame \ +static_assert(alignof(HeterogeneousVolumeComponent_SetEndFrame) == 0x000004, "Wrong alignment on HeterogeneousVolumeComponent_SetEndFrame"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetEndFrame) == 0x000004, "Wrong size on HeterogeneousVolumeComponent_SetEndFrame"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetEndFrame, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetEndFrame::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetFrame \ +static_assert(alignof(HeterogeneousVolumeComponent_SetFrame) == 0x000004, "Wrong alignment on HeterogeneousVolumeComponent_SetFrame"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetFrame) == 0x000004, "Wrong size on HeterogeneousVolumeComponent_SetFrame"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetFrame, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetFrame::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetFrameRate \ +static_assert(alignof(HeterogeneousVolumeComponent_SetFrameRate) == 0x000004, "Wrong alignment on HeterogeneousVolumeComponent_SetFrameRate"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetFrameRate) == 0x000004, "Wrong size on HeterogeneousVolumeComponent_SetFrameRate"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetFrameRate, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetFrameRate::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetLooping \ +static_assert(alignof(HeterogeneousVolumeComponent_SetLooping) == 0x000001, "Wrong alignment on HeterogeneousVolumeComponent_SetLooping"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetLooping) == 0x000001, "Wrong size on HeterogeneousVolumeComponent_SetLooping"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetLooping, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetLooping::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetPlaying \ +static_assert(alignof(HeterogeneousVolumeComponent_SetPlaying) == 0x000001, "Wrong alignment on HeterogeneousVolumeComponent_SetPlaying"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetPlaying) == 0x000001, "Wrong size on HeterogeneousVolumeComponent_SetPlaying"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetPlaying, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetPlaying::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetStartFrame \ +static_assert(alignof(HeterogeneousVolumeComponent_SetStartFrame) == 0x000004, "Wrong alignment on HeterogeneousVolumeComponent_SetStartFrame"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetStartFrame) == 0x000004, "Wrong size on HeterogeneousVolumeComponent_SetStartFrame"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetStartFrame, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetStartFrame::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetStreamingMipBias \ +static_assert(alignof(HeterogeneousVolumeComponent_SetStreamingMipBias) == 0x000004, "Wrong alignment on HeterogeneousVolumeComponent_SetStreamingMipBias"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetStreamingMipBias) == 0x000004, "Wrong size on HeterogeneousVolumeComponent_SetStreamingMipBias"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetStreamingMipBias, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetStreamingMipBias::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeterogeneousVolumeComponent_SetVolumeResolution \ +static_assert(alignof(HeterogeneousVolumeComponent_SetVolumeResolution) == 0x000004, "Wrong alignment on HeterogeneousVolumeComponent_SetVolumeResolution"); \ +static_assert(sizeof(HeterogeneousVolumeComponent_SetVolumeResolution) == 0x00000C, "Wrong size on HeterogeneousVolumeComponent_SetVolumeResolution"); \ +static_assert(offsetof(HeterogeneousVolumeComponent_SetVolumeResolution, NewValue) == 0x000000, "Member 'HeterogeneousVolumeComponent_SetVolumeResolution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHeterogeneousVolumeComponent \ +static_assert(alignof(UHeterogeneousVolumeComponent) == 0x000010, "Wrong alignment on UHeterogeneousVolumeComponent"); \ +static_assert(sizeof(UHeterogeneousVolumeComponent) == 0x000630, "Wrong size on UHeterogeneousVolumeComponent"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, VolumeResolution) == 0x000578, "Member 'UHeterogeneousVolumeComponent::VolumeResolution' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, FrameTransform) == 0x000590, "Member 'UHeterogeneousVolumeComponent::FrameTransform' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, Frame) == 0x0005F0, "Member 'UHeterogeneousVolumeComponent::Frame' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, FrameRate) == 0x0005F4, "Member 'UHeterogeneousVolumeComponent::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, StartFrame) == 0x0005F8, "Member 'UHeterogeneousVolumeComponent::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, EndFrame) == 0x0005FC, "Member 'UHeterogeneousVolumeComponent::EndFrame' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, StreamingMipBias) == 0x000604, "Member 'UHeterogeneousVolumeComponent::StreamingMipBias' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, StepFactor) == 0x00060C, "Member 'UHeterogeneousVolumeComponent::StepFactor' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, ShadowStepFactor) == 0x000610, "Member 'UHeterogeneousVolumeComponent::ShadowStepFactor' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, ShadowBiasFactor) == 0x000614, "Member 'UHeterogeneousVolumeComponent::ShadowBiasFactor' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, LightingDownsampleFactor) == 0x000618, "Member 'UHeterogeneousVolumeComponent::LightingDownsampleFactor' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, MaterialInstanceDynamic) == 0x000620, "Member 'UHeterogeneousVolumeComponent::MaterialInstanceDynamic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_OnInputOwnerEndPlayed \ +static_assert(alignof(InputComponent_OnInputOwnerEndPlayed) == 0x000008, "Wrong alignment on InputComponent_OnInputOwnerEndPlayed"); \ +static_assert(sizeof(InputComponent_OnInputOwnerEndPlayed) == 0x000010, "Wrong size on InputComponent_OnInputOwnerEndPlayed"); \ +static_assert(offsetof(InputComponent_OnInputOwnerEndPlayed, InOwner) == 0x000000, "Member 'InputComponent_OnInputOwnerEndPlayed::InOwner' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_OnInputOwnerEndPlayed, EndPlayReason) == 0x000008, "Member 'InputComponent_OnInputOwnerEndPlayed::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerAnalogKeyState \ +static_assert(alignof(InputComponent_GetControllerAnalogKeyState) == 0x000008, "Wrong alignment on InputComponent_GetControllerAnalogKeyState"); \ +static_assert(sizeof(InputComponent_GetControllerAnalogKeyState) == 0x000020, "Wrong size on InputComponent_GetControllerAnalogKeyState"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogKeyState, Key) == 0x000000, "Member 'InputComponent_GetControllerAnalogKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogKeyState, ReturnValue) == 0x000018, "Member 'InputComponent_GetControllerAnalogKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerAnalogStickState \ +static_assert(alignof(InputComponent_GetControllerAnalogStickState) == 0x000004, "Wrong alignment on InputComponent_GetControllerAnalogStickState"); \ +static_assert(sizeof(InputComponent_GetControllerAnalogStickState) == 0x00000C, "Wrong size on InputComponent_GetControllerAnalogStickState"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogStickState, WhichStick) == 0x000000, "Member 'InputComponent_GetControllerAnalogStickState::WhichStick' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogStickState, StickX) == 0x000004, "Member 'InputComponent_GetControllerAnalogStickState::StickX' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerAnalogStickState, StickY) == 0x000008, "Member 'InputComponent_GetControllerAnalogStickState::StickY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerKeyTimeDown \ +static_assert(alignof(InputComponent_GetControllerKeyTimeDown) == 0x000008, "Wrong alignment on InputComponent_GetControllerKeyTimeDown"); \ +static_assert(sizeof(InputComponent_GetControllerKeyTimeDown) == 0x000020, "Wrong size on InputComponent_GetControllerKeyTimeDown"); \ +static_assert(offsetof(InputComponent_GetControllerKeyTimeDown, Key) == 0x000000, "Member 'InputComponent_GetControllerKeyTimeDown::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerKeyTimeDown, ReturnValue) == 0x000018, "Member 'InputComponent_GetControllerKeyTimeDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerMouseDelta \ +static_assert(alignof(InputComponent_GetControllerMouseDelta) == 0x000004, "Wrong alignment on InputComponent_GetControllerMouseDelta"); \ +static_assert(sizeof(InputComponent_GetControllerMouseDelta) == 0x000008, "Wrong size on InputComponent_GetControllerMouseDelta"); \ +static_assert(offsetof(InputComponent_GetControllerMouseDelta, DeltaX) == 0x000000, "Member 'InputComponent_GetControllerMouseDelta::DeltaX' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerMouseDelta, DeltaY) == 0x000004, "Member 'InputComponent_GetControllerMouseDelta::DeltaY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetControllerVectorKeyState \ +static_assert(alignof(InputComponent_GetControllerVectorKeyState) == 0x000008, "Wrong alignment on InputComponent_GetControllerVectorKeyState"); \ +static_assert(sizeof(InputComponent_GetControllerVectorKeyState) == 0x000030, "Wrong size on InputComponent_GetControllerVectorKeyState"); \ +static_assert(offsetof(InputComponent_GetControllerVectorKeyState, Key) == 0x000000, "Member 'InputComponent_GetControllerVectorKeyState::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetControllerVectorKeyState, ReturnValue) == 0x000018, "Member 'InputComponent_GetControllerVectorKeyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_GetTouchState \ +static_assert(alignof(InputComponent_GetTouchState) == 0x000004, "Wrong alignment on InputComponent_GetTouchState"); \ +static_assert(sizeof(InputComponent_GetTouchState) == 0x000010, "Wrong size on InputComponent_GetTouchState"); \ +static_assert(offsetof(InputComponent_GetTouchState, FingerIndex) == 0x000000, "Member 'InputComponent_GetTouchState::FingerIndex' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetTouchState, LocationX) == 0x000004, "Member 'InputComponent_GetTouchState::LocationX' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetTouchState, LocationY) == 0x000008, "Member 'InputComponent_GetTouchState::LocationY' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_GetTouchState, bIsCurrentlyPressed) == 0x00000C, "Member 'InputComponent_GetTouchState::bIsCurrentlyPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_IsControllerKeyDown \ +static_assert(alignof(InputComponent_IsControllerKeyDown) == 0x000008, "Wrong alignment on InputComponent_IsControllerKeyDown"); \ +static_assert(sizeof(InputComponent_IsControllerKeyDown) == 0x000020, "Wrong size on InputComponent_IsControllerKeyDown"); \ +static_assert(offsetof(InputComponent_IsControllerKeyDown, Key) == 0x000000, "Member 'InputComponent_IsControllerKeyDown::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_IsControllerKeyDown, ReturnValue) == 0x000018, "Member 'InputComponent_IsControllerKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_WasControllerKeyJustPressed \ +static_assert(alignof(InputComponent_WasControllerKeyJustPressed) == 0x000008, "Wrong alignment on InputComponent_WasControllerKeyJustPressed"); \ +static_assert(sizeof(InputComponent_WasControllerKeyJustPressed) == 0x000020, "Wrong size on InputComponent_WasControllerKeyJustPressed"); \ +static_assert(offsetof(InputComponent_WasControllerKeyJustPressed, Key) == 0x000000, "Member 'InputComponent_WasControllerKeyJustPressed::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_WasControllerKeyJustPressed, ReturnValue) == 0x000018, "Member 'InputComponent_WasControllerKeyJustPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputComponent_WasControllerKeyJustReleased \ +static_assert(alignof(InputComponent_WasControllerKeyJustReleased) == 0x000008, "Wrong alignment on InputComponent_WasControllerKeyJustReleased"); \ +static_assert(sizeof(InputComponent_WasControllerKeyJustReleased) == 0x000020, "Wrong size on InputComponent_WasControllerKeyJustReleased"); \ +static_assert(offsetof(InputComponent_WasControllerKeyJustReleased, Key) == 0x000000, "Member 'InputComponent_WasControllerKeyJustReleased::Key' has a wrong offset!"); \ +static_assert(offsetof(InputComponent_WasControllerKeyJustReleased, ReturnValue) == 0x000018, "Member 'InputComponent_WasControllerKeyJustReleased::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputComponent \ +static_assert(alignof(UInputComponent) == 0x000008, "Wrong alignment on UInputComponent"); \ +static_assert(sizeof(UInputComponent) == 0x000148, "Wrong size on UInputComponent"); \ +static_assert(offsetof(UInputComponent, CachedKeyToActionInfo) == 0x000130, "Member 'UInputComponent::CachedKeyToActionInfo' 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_InstancedSkinnedMeshComponent_AddInstance \ +static_assert(alignof(InstancedSkinnedMeshComponent_AddInstance) == 0x000010, "Wrong alignment on InstancedSkinnedMeshComponent_AddInstance"); \ +static_assert(sizeof(InstancedSkinnedMeshComponent_AddInstance) == 0x000070, "Wrong size on InstancedSkinnedMeshComponent_AddInstance"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_AddInstance, InstanceTransform) == 0x000000, "Member 'InstancedSkinnedMeshComponent_AddInstance::InstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_AddInstance, AnimationIndex) == 0x000060, "Member 'InstancedSkinnedMeshComponent_AddInstance::AnimationIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_AddInstance, bWorldSpace) == 0x000064, "Member 'InstancedSkinnedMeshComponent_AddInstance::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_AddInstance, ReturnValue) == 0x000068, "Member 'InstancedSkinnedMeshComponent_AddInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedSkinnedMeshComponent_AddInstances \ +static_assert(alignof(InstancedSkinnedMeshComponent_AddInstances) == 0x000008, "Wrong alignment on InstancedSkinnedMeshComponent_AddInstances"); \ +static_assert(sizeof(InstancedSkinnedMeshComponent_AddInstances) == 0x000038, "Wrong size on InstancedSkinnedMeshComponent_AddInstances"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_AddInstances, Transforms) == 0x000000, "Member 'InstancedSkinnedMeshComponent_AddInstances::Transforms' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_AddInstances, AnimationIndices) == 0x000010, "Member 'InstancedSkinnedMeshComponent_AddInstances::AnimationIndices' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_AddInstances, bShouldReturnIds) == 0x000020, "Member 'InstancedSkinnedMeshComponent_AddInstances::bShouldReturnIds' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_AddInstances, bWorldSpace) == 0x000021, "Member 'InstancedSkinnedMeshComponent_AddInstances::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_AddInstances, ReturnValue) == 0x000028, "Member 'InstancedSkinnedMeshComponent_AddInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedSkinnedMeshComponent_OptimizeInstanceData \ +static_assert(alignof(InstancedSkinnedMeshComponent_OptimizeInstanceData) == 0x000001, "Wrong alignment on InstancedSkinnedMeshComponent_OptimizeInstanceData"); \ +static_assert(sizeof(InstancedSkinnedMeshComponent_OptimizeInstanceData) == 0x000001, "Wrong size on InstancedSkinnedMeshComponent_OptimizeInstanceData"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_OptimizeInstanceData, bShouldRetainIdMap) == 0x000000, "Member 'InstancedSkinnedMeshComponent_OptimizeInstanceData::bShouldRetainIdMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedSkinnedMeshComponent_RemoveInstance \ +static_assert(alignof(InstancedSkinnedMeshComponent_RemoveInstance) == 0x000004, "Wrong alignment on InstancedSkinnedMeshComponent_RemoveInstance"); \ +static_assert(sizeof(InstancedSkinnedMeshComponent_RemoveInstance) == 0x000008, "Wrong size on InstancedSkinnedMeshComponent_RemoveInstance"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_RemoveInstance, InstanceId) == 0x000000, "Member 'InstancedSkinnedMeshComponent_RemoveInstance::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_RemoveInstance, ReturnValue) == 0x000004, "Member 'InstancedSkinnedMeshComponent_RemoveInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedSkinnedMeshComponent_RemoveInstances \ +static_assert(alignof(InstancedSkinnedMeshComponent_RemoveInstances) == 0x000008, "Wrong alignment on InstancedSkinnedMeshComponent_RemoveInstances"); \ +static_assert(sizeof(InstancedSkinnedMeshComponent_RemoveInstances) == 0x000010, "Wrong size on InstancedSkinnedMeshComponent_RemoveInstances"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_RemoveInstances, InstancesToRemove) == 0x000000, "Member 'InstancedSkinnedMeshComponent_RemoveInstances::InstancesToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedSkinnedMeshComponent_SetCustomDataValue \ +static_assert(alignof(InstancedSkinnedMeshComponent_SetCustomDataValue) == 0x000004, "Wrong alignment on InstancedSkinnedMeshComponent_SetCustomDataValue"); \ +static_assert(sizeof(InstancedSkinnedMeshComponent_SetCustomDataValue) == 0x000010, "Wrong size on InstancedSkinnedMeshComponent_SetCustomDataValue"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_SetCustomDataValue, InstanceId) == 0x000000, "Member 'InstancedSkinnedMeshComponent_SetCustomDataValue::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_SetCustomDataValue, CustomDataIndex) == 0x000004, "Member 'InstancedSkinnedMeshComponent_SetCustomDataValue::CustomDataIndex' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_SetCustomDataValue, CustomDataValue) == 0x000008, "Member 'InstancedSkinnedMeshComponent_SetCustomDataValue::CustomDataValue' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_SetCustomDataValue, ReturnValue) == 0x00000C, "Member 'InstancedSkinnedMeshComponent_SetCustomDataValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedSkinnedMeshComponent_SetNumCustomDataFloats \ +static_assert(alignof(InstancedSkinnedMeshComponent_SetNumCustomDataFloats) == 0x000004, "Wrong alignment on InstancedSkinnedMeshComponent_SetNumCustomDataFloats"); \ +static_assert(sizeof(InstancedSkinnedMeshComponent_SetNumCustomDataFloats) == 0x000004, "Wrong size on InstancedSkinnedMeshComponent_SetNumCustomDataFloats"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_SetNumCustomDataFloats, InNumCustomDataFloats) == 0x000000, "Member 'InstancedSkinnedMeshComponent_SetNumCustomDataFloats::InNumCustomDataFloats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedSkinnedMeshComponent_SetTransformProvider \ +static_assert(alignof(InstancedSkinnedMeshComponent_SetTransformProvider) == 0x000008, "Wrong alignment on InstancedSkinnedMeshComponent_SetTransformProvider"); \ +static_assert(sizeof(InstancedSkinnedMeshComponent_SetTransformProvider) == 0x000008, "Wrong size on InstancedSkinnedMeshComponent_SetTransformProvider"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_SetTransformProvider, InTransformProvider) == 0x000000, "Member 'InstancedSkinnedMeshComponent_SetTransformProvider::InTransformProvider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedSkinnedMeshComponent_GetInstanceTransform \ +static_assert(alignof(InstancedSkinnedMeshComponent_GetInstanceTransform) == 0x000010, "Wrong alignment on InstancedSkinnedMeshComponent_GetInstanceTransform"); \ +static_assert(sizeof(InstancedSkinnedMeshComponent_GetInstanceTransform) == 0x000080, "Wrong size on InstancedSkinnedMeshComponent_GetInstanceTransform"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_GetInstanceTransform, InstanceId) == 0x000000, "Member 'InstancedSkinnedMeshComponent_GetInstanceTransform::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_GetInstanceTransform, OutInstanceTransform) == 0x000010, "Member 'InstancedSkinnedMeshComponent_GetInstanceTransform::OutInstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_GetInstanceTransform, bWorldSpace) == 0x000070, "Member 'InstancedSkinnedMeshComponent_GetInstanceTransform::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_GetInstanceTransform, ReturnValue) == 0x000071, "Member 'InstancedSkinnedMeshComponent_GetInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InstancedSkinnedMeshComponent_GetTransformProvider \ +static_assert(alignof(InstancedSkinnedMeshComponent_GetTransformProvider) == 0x000008, "Wrong alignment on InstancedSkinnedMeshComponent_GetTransformProvider"); \ +static_assert(sizeof(InstancedSkinnedMeshComponent_GetTransformProvider) == 0x000008, "Wrong size on InstancedSkinnedMeshComponent_GetTransformProvider"); \ +static_assert(offsetof(InstancedSkinnedMeshComponent_GetTransformProvider, ReturnValue) == 0x000000, "Member 'InstancedSkinnedMeshComponent_GetTransformProvider::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInstancedSkinnedMeshComponent \ +static_assert(alignof(UInstancedSkinnedMeshComponent) == 0x000010, "Wrong alignment on UInstancedSkinnedMeshComponent"); \ +static_assert(sizeof(UInstancedSkinnedMeshComponent) == 0x000A90, "Wrong size on UInstancedSkinnedMeshComponent"); \ +static_assert(offsetof(UInstancedSkinnedMeshComponent, TransformProvider) == 0x000908, "Member 'UInstancedSkinnedMeshComponent::TransformProvider' has a wrong offset!"); \ +static_assert(offsetof(UInstancedSkinnedMeshComponent, InstanceData) == 0x000910, "Member 'UInstancedSkinnedMeshComponent::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(UInstancedSkinnedMeshComponent, NumCustomDataFloats) == 0x000920, "Member 'UInstancedSkinnedMeshComponent::NumCustomDataFloats' has a wrong offset!"); \ +static_assert(offsetof(UInstancedSkinnedMeshComponent, InstanceCustomData) == 0x000928, "Member 'UInstancedSkinnedMeshComponent::InstanceCustomData' has a wrong offset!"); \ +static_assert(offsetof(UInstancedSkinnedMeshComponent, AnimationMinScreenSize) == 0x000938, "Member 'UInstancedSkinnedMeshComponent::AnimationMinScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UInstancedSkinnedMeshComponent, InstanceMinDrawDistance) == 0x00093C, "Member 'UInstancedSkinnedMeshComponent::InstanceMinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedSkinnedMeshComponent, InstanceStartCullDistance) == 0x000940, "Member 'UInstancedSkinnedMeshComponent::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedSkinnedMeshComponent, InstanceEndCullDistance) == 0x000944, "Member 'UInstancedSkinnedMeshComponent::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedSkinnedMeshComponent, PrimitiveBoundsOverride) == 0x000950, "Member 'UInstancedSkinnedMeshComponent::PrimitiveBoundsOverride' has a wrong offset!"); \ +static_assert(offsetof(UInstancedSkinnedMeshComponent, bIsInstanceDataGPUOnly) == 0x000988, "Member 'UInstancedSkinnedMeshComponent::bIsInstanceDataGPUOnly' has a wrong offset!"); \ +static_assert(offsetof(UInstancedSkinnedMeshComponent, NumInstancesGPUOnly) == 0x00098C, "Member 'UInstancedSkinnedMeshComponent::NumInstancesGPUOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpToMovementComponent_AddControlPointPosition \ +static_assert(alignof(InterpToMovementComponent_AddControlPointPosition) == 0x000008, "Wrong alignment on InterpToMovementComponent_AddControlPointPosition"); \ +static_assert(sizeof(InterpToMovementComponent_AddControlPointPosition) == 0x000020, "Wrong size on InterpToMovementComponent_AddControlPointPosition"); \ +static_assert(offsetof(InterpToMovementComponent_AddControlPointPosition, Pos) == 0x000000, "Member 'InterpToMovementComponent_AddControlPointPosition::Pos' has a wrong offset!"); \ +static_assert(offsetof(InterpToMovementComponent_AddControlPointPosition, bPositionIsRelative) == 0x000018, "Member 'InterpToMovementComponent_AddControlPointPosition::bPositionIsRelative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpToMovementComponent_RestartMovement \ +static_assert(alignof(InterpToMovementComponent_RestartMovement) == 0x000004, "Wrong alignment on InterpToMovementComponent_RestartMovement"); \ +static_assert(sizeof(InterpToMovementComponent_RestartMovement) == 0x000004, "Wrong size on InterpToMovementComponent_RestartMovement"); \ +static_assert(offsetof(InterpToMovementComponent_RestartMovement, InitialDirection) == 0x000000, "Member 'InterpToMovementComponent_RestartMovement::InitialDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterpToMovementComponent_StopSimulating \ +static_assert(alignof(InterpToMovementComponent_StopSimulating) == 0x000008, "Wrong alignment on InterpToMovementComponent_StopSimulating"); \ +static_assert(sizeof(InterpToMovementComponent_StopSimulating) == 0x000100, "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) == 0x0001E0, "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, SpeedMultiplier) == 0x00018C, "Member 'UInterpToMovementComponent::SpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, MaxSimulationIterations) == 0x000190, "Member 'UInterpToMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, ControlPoints) == 0x000198, "Member 'UInterpToMovementComponent::ControlPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetFogAlbedo \ +static_assert(alignof(LocalFogVolumeComponent_SetFogAlbedo) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetFogAlbedo"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetFogAlbedo) == 0x000010, "Wrong size on LocalFogVolumeComponent_SetFogAlbedo"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetFogAlbedo, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetFogAlbedo::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetFogEmissive \ +static_assert(alignof(LocalFogVolumeComponent_SetFogEmissive) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetFogEmissive"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetFogEmissive) == 0x000010, "Wrong size on LocalFogVolumeComponent_SetFogEmissive"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetFogEmissive, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetFogEmissive::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetFogPhaseG \ +static_assert(alignof(LocalFogVolumeComponent_SetFogPhaseG) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetFogPhaseG"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetFogPhaseG) == 0x000004, "Wrong size on LocalFogVolumeComponent_SetFogPhaseG"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetFogPhaseG, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetFogPhaseG::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetHeightFogExtinction \ +static_assert(alignof(LocalFogVolumeComponent_SetHeightFogExtinction) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetHeightFogExtinction"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetHeightFogExtinction) == 0x000004, "Wrong size on LocalFogVolumeComponent_SetHeightFogExtinction"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetHeightFogExtinction, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetHeightFogExtinction::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetHeightFogFalloff \ +static_assert(alignof(LocalFogVolumeComponent_SetHeightFogFalloff) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetHeightFogFalloff"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetHeightFogFalloff) == 0x000004, "Wrong size on LocalFogVolumeComponent_SetHeightFogFalloff"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetHeightFogFalloff, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetHeightFogFalloff::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetHeightFogOffset \ +static_assert(alignof(LocalFogVolumeComponent_SetHeightFogOffset) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetHeightFogOffset"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetHeightFogOffset) == 0x000004, "Wrong size on LocalFogVolumeComponent_SetHeightFogOffset"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetHeightFogOffset, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetHeightFogOffset::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalFogVolumeComponent_SetRadialFogExtinction \ +static_assert(alignof(LocalFogVolumeComponent_SetRadialFogExtinction) == 0x000004, "Wrong alignment on LocalFogVolumeComponent_SetRadialFogExtinction"); \ +static_assert(sizeof(LocalFogVolumeComponent_SetRadialFogExtinction) == 0x000004, "Wrong size on LocalFogVolumeComponent_SetRadialFogExtinction"); \ +static_assert(offsetof(LocalFogVolumeComponent_SetRadialFogExtinction, NewValue) == 0x000000, "Member 'LocalFogVolumeComponent_SetRadialFogExtinction::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalFogVolumeComponent \ +static_assert(alignof(ULocalFogVolumeComponent) == 0x000010, "Wrong alignment on ULocalFogVolumeComponent"); \ +static_assert(sizeof(ULocalFogVolumeComponent) == 0x000290, "Wrong size on ULocalFogVolumeComponent"); \ +static_assert(offsetof(ULocalFogVolumeComponent, RadialFogExtinction) == 0x000250, "Member 'ULocalFogVolumeComponent::RadialFogExtinction' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, HeightFogExtinction) == 0x000254, "Member 'ULocalFogVolumeComponent::HeightFogExtinction' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, HeightFogFalloff) == 0x000258, "Member 'ULocalFogVolumeComponent::HeightFogFalloff' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, HeightFogOffset) == 0x00025C, "Member 'ULocalFogVolumeComponent::HeightFogOffset' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, FogPhaseG) == 0x000260, "Member 'ULocalFogVolumeComponent::FogPhaseG' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, FogAlbedo) == 0x000264, "Member 'ULocalFogVolumeComponent::FogAlbedo' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, FogEmissive) == 0x000274, "Member 'ULocalFogVolumeComponent::FogEmissive' has a wrong offset!"); \ +static_assert(offsetof(ULocalFogVolumeComponent, FogSortPriority) == 0x000284, "Member 'ULocalFogVolumeComponent::FogSortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModelComponent \ +static_assert(alignof(UModelComponent) == 0x000010, "Wrong alignment on UModelComponent"); \ +static_assert(sizeof(UModelComponent) == 0x000570, "Wrong size on UModelComponent"); \ +static_assert(offsetof(UModelComponent, ModelBodySetup) == 0x000548, "Member 'UModelComponent::ModelBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualTextureCollection \ +static_assert(alignof(UVirtualTextureCollection) == 0x000008, "Wrong alignment on UVirtualTextureCollection"); \ +static_assert(sizeof(UVirtualTextureCollection) == 0x000058, "Wrong size on UVirtualTextureCollection"); \ +static_assert(offsetof(UVirtualTextureCollection, bAllowFormatConversion) == 0x000050, "Member 'UVirtualTextureCollection::bAllowFormatConversion' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureCollection, bIsSRGB) == 0x000051, "Member 'UVirtualTextureCollection::bIsSRGB' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureCollection, RuntimePixelFormat) == 0x000052, "Member 'UVirtualTextureCollection::RuntimePixelFormat' 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_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) == 0x000A70, "Wrong size on UPoseableMeshComponent"); \ + +#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) == 0x0009F0, "Wrong size on UPostProcessComponent"); \ +static_assert(offsetof(UPostProcessComponent, Settings) == 0x000260, "Member 'UPostProcessComponent::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, Priority) == 0x0009D0, "Member 'UPostProcessComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, BlendRadius) == 0x0009D4, "Member 'UPostProcessComponent::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, BlendWeight) == 0x0009D8, "Member 'UPostProcessComponent::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, VolumeGuid) == 0x0009E0, "Member 'UPostProcessComponent::VolumeGuid' 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) == 0x000100, "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) == 0x000280, "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) == 0x00013C, "Member 'UProjectileMovementComponent::PreviousHitTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, PreviousHitNormal) == 0x000140, "Member 'UProjectileMovementComponent::PreviousHitNormal' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ProjectileGravityScale) == 0x000158, "Member 'UProjectileMovementComponent::ProjectileGravityScale' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Buoyancy) == 0x00015C, "Member 'UProjectileMovementComponent::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Bounciness) == 0x000160, "Member 'UProjectileMovementComponent::Bounciness' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Friction) == 0x000164, "Member 'UProjectileMovementComponent::Friction' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, BounceVelocityStopSimulatingThreshold) == 0x000168, "Member 'UProjectileMovementComponent::BounceVelocityStopSimulatingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MinFrictionFraction) == 0x00016C, "Member 'UProjectileMovementComponent::MinFrictionFraction' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, OnProjectileBounce) == 0x000170, "Member 'UProjectileMovementComponent::OnProjectileBounce' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, OnProjectileStop) == 0x000180, "Member 'UProjectileMovementComponent::OnProjectileStop' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, HomingAccelerationMagnitude) == 0x000190, "Member 'UProjectileMovementComponent::HomingAccelerationMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, HomingTargetComponent) == 0x000194, "Member 'UProjectileMovementComponent::HomingTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSimulationTimeStep) == 0x00019C, "Member 'UProjectileMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSimulationIterations) == 0x0001A0, "Member 'UProjectileMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, BounceAdditionalIterations) == 0x0001A4, "Member 'UProjectileMovementComponent::BounceAdditionalIterations' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationTime) == 0x0001A8, "Member 'UProjectileMovementComponent::InterpLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpRotationTime) == 0x0001AC, "Member 'UProjectileMovementComponent::InterpRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationMaxLagDistance) == 0x0001B0, "Member 'UProjectileMovementComponent::InterpLocationMaxLagDistance' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationSnapToTargetDistance) == 0x0001B4, "Member 'UProjectileMovementComponent::InterpLocationSnapToTargetDistance' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ThrottleInterpolationThresholdNotRenderedShortTime) == 0x0001B8, "Member 'UProjectileMovementComponent::ThrottleInterpolationThresholdNotRenderedShortTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ThrottleInterpolationThresholdNotRenderedLongTime) == 0x0001BC, "Member 'UProjectileMovementComponent::ThrottleInterpolationThresholdNotRenderedLongTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ThrottleInterpolationSkipFramesRecent) == 0x0001C0, "Member 'UProjectileMovementComponent::ThrottleInterpolationSkipFramesRecent' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ThrottleInterpolationSkipFramesNotRecent) == 0x0001C4, "Member 'UProjectileMovementComponent::ThrottleInterpolationSkipFramesNotRecent' 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_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_RuntimeVirtualTextureComponent_Invalidate \ +static_assert(alignof(RuntimeVirtualTextureComponent_Invalidate) == 0x000008, "Wrong alignment on RuntimeVirtualTextureComponent_Invalidate"); \ +static_assert(sizeof(RuntimeVirtualTextureComponent_Invalidate) == 0x000040, "Wrong size on RuntimeVirtualTextureComponent_Invalidate"); \ +static_assert(offsetof(RuntimeVirtualTextureComponent_Invalidate, WorldBounds) == 0x000000, "Member 'RuntimeVirtualTextureComponent_Invalidate::WorldBounds' has a wrong offset!"); \ +static_assert(offsetof(RuntimeVirtualTextureComponent_Invalidate, InvalidatePriority) == 0x000038, "Member 'RuntimeVirtualTextureComponent_Invalidate::InvalidatePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RuntimeVirtualTextureComponent_RequestPreload \ +static_assert(alignof(RuntimeVirtualTextureComponent_RequestPreload) == 0x000008, "Wrong alignment on RuntimeVirtualTextureComponent_RequestPreload"); \ +static_assert(sizeof(RuntimeVirtualTextureComponent_RequestPreload) == 0x000040, "Wrong size on RuntimeVirtualTextureComponent_RequestPreload"); \ +static_assert(offsetof(RuntimeVirtualTextureComponent_RequestPreload, WorldBounds) == 0x000000, "Member 'RuntimeVirtualTextureComponent_RequestPreload::WorldBounds' has a wrong offset!"); \ +static_assert(offsetof(RuntimeVirtualTextureComponent_RequestPreload, Level) == 0x000038, "Member 'RuntimeVirtualTextureComponent_RequestPreload::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URuntimeVirtualTextureComponent \ +static_assert(alignof(URuntimeVirtualTextureComponent) == 0x000010, "Wrong alignment on URuntimeVirtualTextureComponent"); \ +static_assert(sizeof(URuntimeVirtualTextureComponent) == 0x0002F0, "Wrong size on URuntimeVirtualTextureComponent"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, BoundsAlignActor) == 0x000250, "Member 'URuntimeVirtualTextureComponent::BoundsAlignActor' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bSetBoundsButton) == 0x000278, "Member 'URuntimeVirtualTextureComponent::bSetBoundsButton' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bSnapBoundsToLandscape) == 0x000279, "Member 'URuntimeVirtualTextureComponent::bSnapBoundsToLandscape' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, ExpandBounds) == 0x00027C, "Member 'URuntimeVirtualTextureComponent::ExpandBounds' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, VirtualTexture) == 0x000280, "Member 'URuntimeVirtualTextureComponent::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, EnableInGamePerPlatform) == 0x000288, "Member 'URuntimeVirtualTextureComponent::EnableInGamePerPlatform' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableForNaniteOnly) == 0x000289, "Member 'URuntimeVirtualTextureComponent::bEnableForNaniteOnly' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bUseMinMaterialQuality) == 0x00028A, "Member 'URuntimeVirtualTextureComponent::bUseMinMaterialQuality' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, MinInGameMaterialQuality) == 0x00028B, "Member 'URuntimeVirtualTextureComponent::MinInGameMaterialQuality' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableScalability) == 0x00028C, "Member 'URuntimeVirtualTextureComponent::bEnableScalability' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, ScalabilityGroup) == 0x000290, "Member 'URuntimeVirtualTextureComponent::ScalabilityGroup' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bHidePrimitives) == 0x000294, "Member 'URuntimeVirtualTextureComponent::bHidePrimitives' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, StreamingTexture) == 0x000298, "Member 'URuntimeVirtualTextureComponent::StreamingTexture' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, StreamLowMips) == 0x0002A0, "Member 'URuntimeVirtualTextureComponent::StreamLowMips' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildStreamingMipsButton) == 0x0002A4, "Member 'URuntimeVirtualTextureComponent::bBuildStreamingMipsButton' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, LossyCompressionAmount) == 0x0002A5, "Member 'URuntimeVirtualTextureComponent::LossyCompressionAmount' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bUseStreamingMipsFixedColor) == 0x0002A6, "Member 'URuntimeVirtualTextureComponent::bUseStreamingMipsFixedColor' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, StreamingMipsFixedColor) == 0x0002A8, "Member 'URuntimeVirtualTextureComponent::StreamingMipsFixedColor' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bUseStreamingMipsOnly) == 0x0002B8, "Member 'URuntimeVirtualTextureComponent::bUseStreamingMipsOnly' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, UseStreamingMipsInEditorMode) == 0x0002B9, "Member 'URuntimeVirtualTextureComponent::UseStreamingMipsInEditorMode' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bUseStreamingMipsInEditor) == 0x0002BA, "Member 'URuntimeVirtualTextureComponent::bUseStreamingMipsInEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASkyAtmosphere \ +static_assert(alignof(ASkyAtmosphere) == 0x000008, "Wrong alignment on ASkyAtmosphere"); \ +static_assert(sizeof(ASkyAtmosphere) == 0x0002B8, "Wrong size on ASkyAtmosphere"); \ +static_assert(offsetof(ASkyAtmosphere, SkyAtmosphereComponent) == 0x0002B0, "Member 'ASkyAtmosphere::SkyAtmosphereComponent' 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_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_CreateFloatPropertyChannel \ +static_assert(alignof(SplineComponent_CreateFloatPropertyChannel) == 0x000004, "Wrong alignment on SplineComponent_CreateFloatPropertyChannel"); \ +static_assert(sizeof(SplineComponent_CreateFloatPropertyChannel) == 0x000008, "Wrong size on SplineComponent_CreateFloatPropertyChannel"); \ +static_assert(offsetof(SplineComponent_CreateFloatPropertyChannel, PropertyName) == 0x000000, "Member 'SplineComponent_CreateFloatPropertyChannel::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_RemovePropertyAtIndex \ +static_assert(alignof(SplineComponent_RemovePropertyAtIndex) == 0x000004, "Wrong alignment on SplineComponent_RemovePropertyAtIndex"); \ +static_assert(sizeof(SplineComponent_RemovePropertyAtIndex) == 0x00000C, "Wrong size on SplineComponent_RemovePropertyAtIndex"); \ +static_assert(offsetof(SplineComponent_RemovePropertyAtIndex, Index_0) == 0x000000, "Member 'SplineComponent_RemovePropertyAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_RemovePropertyAtIndex, PropertyName) == 0x000004, "Member 'SplineComponent_RemovePropertyAtIndex::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_RemovePropertyChannel \ +static_assert(alignof(SplineComponent_RemovePropertyChannel) == 0x000004, "Wrong alignment on SplineComponent_RemovePropertyChannel"); \ +static_assert(sizeof(SplineComponent_RemovePropertyChannel) == 0x00000C, "Wrong size on SplineComponent_RemovePropertyChannel"); \ +static_assert(offsetof(SplineComponent_RemovePropertyChannel, PropertyName) == 0x000000, "Member 'SplineComponent_RemovePropertyChannel::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_RemovePropertyChannel, ReturnValue) == 0x000008, "Member 'SplineComponent_RemovePropertyChannel::ReturnValue' 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_SetFloatPropertyAtIndex \ +static_assert(alignof(SplineComponent_SetFloatPropertyAtIndex) == 0x000004, "Wrong alignment on SplineComponent_SetFloatPropertyAtIndex"); \ +static_assert(sizeof(SplineComponent_SetFloatPropertyAtIndex) == 0x000010, "Wrong size on SplineComponent_SetFloatPropertyAtIndex"); \ +static_assert(offsetof(SplineComponent_SetFloatPropertyAtIndex, Index_0) == 0x000000, "Member 'SplineComponent_SetFloatPropertyAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetFloatPropertyAtIndex, Value) == 0x000004, "Member 'SplineComponent_SetFloatPropertyAtIndex::Value' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetFloatPropertyAtIndex, PropertyName) == 0x000008, "Member 'SplineComponent_SetFloatPropertyAtIndex::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetFloatPropertyInputKeyAtIndex \ +static_assert(alignof(SplineComponent_SetFloatPropertyInputKeyAtIndex) == 0x000004, "Wrong alignment on SplineComponent_SetFloatPropertyInputKeyAtIndex"); \ +static_assert(sizeof(SplineComponent_SetFloatPropertyInputKeyAtIndex) == 0x000014, "Wrong size on SplineComponent_SetFloatPropertyInputKeyAtIndex"); \ +static_assert(offsetof(SplineComponent_SetFloatPropertyInputKeyAtIndex, Index_0) == 0x000000, "Member 'SplineComponent_SetFloatPropertyInputKeyAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetFloatPropertyInputKeyAtIndex, InKey) == 0x000004, "Member 'SplineComponent_SetFloatPropertyInputKeyAtIndex::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetFloatPropertyInputKeyAtIndex, PropertyName) == 0x000008, "Member 'SplineComponent_SetFloatPropertyInputKeyAtIndex::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetFloatPropertyInputKeyAtIndex, ReturnValue) == 0x000010, "Member 'SplineComponent_SetFloatPropertyInputKeyAtIndex::ReturnValue' 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_SetOverrideConstructionScript \ +static_assert(alignof(SplineComponent_SetOverrideConstructionScript) == 0x000001, "Wrong alignment on SplineComponent_SetOverrideConstructionScript"); \ +static_assert(sizeof(SplineComponent_SetOverrideConstructionScript) == 0x000001, "Wrong size on SplineComponent_SetOverrideConstructionScript"); \ +static_assert(offsetof(SplineComponent_SetOverrideConstructionScript, InOverride) == 0x000000, "Member 'SplineComponent_SetOverrideConstructionScript::InOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetRotationAtSplinePoint \ +static_assert(alignof(SplineComponent_SetRotationAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_SetRotationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetRotationAtSplinePoint) == 0x000028, "Wrong size on SplineComponent_SetRotationAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetRotationAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, InRotation) == 0x000008, "Member 'SplineComponent_SetRotationAtSplinePoint::InRotation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, CoordinateSpace) == 0x000020, "Member 'SplineComponent_SetRotationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetRotationAtSplinePoint, bUpdateSpline) == 0x000021, "Member 'SplineComponent_SetRotationAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetScaleAtSplinePoint \ +static_assert(alignof(SplineComponent_SetScaleAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_SetScaleAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetScaleAtSplinePoint) == 0x000028, "Wrong size on SplineComponent_SetScaleAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetScaleAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetScaleAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetScaleAtSplinePoint, InScaleVector) == 0x000008, "Member 'SplineComponent_SetScaleAtSplinePoint::InScaleVector' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetScaleAtSplinePoint, bUpdateSpline) == 0x000020, "Member 'SplineComponent_SetScaleAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetSelectedSplineSegmentColor \ +static_assert(alignof(SplineComponent_SetSelectedSplineSegmentColor) == 0x000004, "Wrong alignment on SplineComponent_SetSelectedSplineSegmentColor"); \ +static_assert(sizeof(SplineComponent_SetSelectedSplineSegmentColor) == 0x000010, "Wrong size on SplineComponent_SetSelectedSplineSegmentColor"); \ +static_assert(offsetof(SplineComponent_SetSelectedSplineSegmentColor, SegmentColor) == 0x000000, "Member 'SplineComponent_SetSelectedSplineSegmentColor::SegmentColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetSplineLocalPoints \ +static_assert(alignof(SplineComponent_SetSplineLocalPoints) == 0x000008, "Wrong alignment on SplineComponent_SetSplineLocalPoints"); \ +static_assert(sizeof(SplineComponent_SetSplineLocalPoints) == 0x000010, "Wrong size on SplineComponent_SetSplineLocalPoints"); \ +static_assert(offsetof(SplineComponent_SetSplineLocalPoints, Points) == 0x000000, "Member 'SplineComponent_SetSplineLocalPoints::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetSplinePoints \ +static_assert(alignof(SplineComponent_SetSplinePoints) == 0x000008, "Wrong alignment on SplineComponent_SetSplinePoints"); \ +static_assert(sizeof(SplineComponent_SetSplinePoints) == 0x000018, "Wrong size on SplineComponent_SetSplinePoints"); \ +static_assert(offsetof(SplineComponent_SetSplinePoints, Points) == 0x000000, "Member 'SplineComponent_SetSplinePoints::Points' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetSplinePoints, CoordinateSpace) == 0x000010, "Member 'SplineComponent_SetSplinePoints::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetSplinePoints, bUpdateSpline) == 0x000011, "Member 'SplineComponent_SetSplinePoints::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetSplinePointType \ +static_assert(alignof(SplineComponent_SetSplinePointType) == 0x000004, "Wrong alignment on SplineComponent_SetSplinePointType"); \ +static_assert(sizeof(SplineComponent_SetSplinePointType) == 0x000008, "Wrong size on SplineComponent_SetSplinePointType"); \ +static_assert(offsetof(SplineComponent_SetSplinePointType, PointIndex) == 0x000000, "Member 'SplineComponent_SetSplinePointType::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetSplinePointType, Type) == 0x000004, "Member 'SplineComponent_SetSplinePointType::Type' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetSplinePointType, bUpdateSpline) == 0x000005, "Member 'SplineComponent_SetSplinePointType::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetSplineWorldPoints \ +static_assert(alignof(SplineComponent_SetSplineWorldPoints) == 0x000008, "Wrong alignment on SplineComponent_SetSplineWorldPoints"); \ +static_assert(sizeof(SplineComponent_SetSplineWorldPoints) == 0x000010, "Wrong size on SplineComponent_SetSplineWorldPoints"); \ +static_assert(offsetof(SplineComponent_SetSplineWorldPoints, Points) == 0x000000, "Member 'SplineComponent_SetSplineWorldPoints::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_SetTangentAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_SetTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetTangentAtSplinePoint) == 0x000028, "Wrong size on SplineComponent_SetTangentAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, InTangent) == 0x000008, "Member 'SplineComponent_SetTangentAtSplinePoint::InTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, CoordinateSpace) == 0x000020, "Member 'SplineComponent_SetTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentAtSplinePoint, bUpdateSpline) == 0x000021, "Member 'SplineComponent_SetTangentAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetTangentColor \ +static_assert(alignof(SplineComponent_SetTangentColor) == 0x000004, "Wrong alignment on SplineComponent_SetTangentColor"); \ +static_assert(sizeof(SplineComponent_SetTangentColor) == 0x000010, "Wrong size on SplineComponent_SetTangentColor"); \ +static_assert(offsetof(SplineComponent_SetTangentColor, TangentColor) == 0x000000, "Member 'SplineComponent_SetTangentColor::TangentColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetTangentsAtSplinePoint \ +static_assert(alignof(SplineComponent_SetTangentsAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_SetTangentsAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetTangentsAtSplinePoint) == 0x000040, "Wrong size on SplineComponent_SetTangentsAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetTangentsAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, InArriveTangent) == 0x000008, "Member 'SplineComponent_SetTangentsAtSplinePoint::InArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, InLeaveTangent) == 0x000020, "Member 'SplineComponent_SetTangentsAtSplinePoint::InLeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, CoordinateSpace) == 0x000038, "Member 'SplineComponent_SetTangentsAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetTangentsAtSplinePoint, bUpdateSpline) == 0x000039, "Member 'SplineComponent_SetTangentsAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetUnselectedSplineSegmentColor \ +static_assert(alignof(SplineComponent_SetUnselectedSplineSegmentColor) == 0x000004, "Wrong alignment on SplineComponent_SetUnselectedSplineSegmentColor"); \ +static_assert(sizeof(SplineComponent_SetUnselectedSplineSegmentColor) == 0x000010, "Wrong size on SplineComponent_SetUnselectedSplineSegmentColor"); \ +static_assert(offsetof(SplineComponent_SetUnselectedSplineSegmentColor, SegmentColor) == 0x000000, "Member 'SplineComponent_SetUnselectedSplineSegmentColor::SegmentColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetUpVectorAtSplinePoint \ +static_assert(alignof(SplineComponent_SetUpVectorAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_SetUpVectorAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetUpVectorAtSplinePoint) == 0x000028, "Wrong size on SplineComponent_SetUpVectorAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetUpVectorAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, InUpVector) == 0x000008, "Member 'SplineComponent_SetUpVectorAtSplinePoint::InUpVector' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, CoordinateSpace) == 0x000020, "Member 'SplineComponent_SetUpVectorAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetUpVectorAtSplinePoint, bUpdateSpline) == 0x000021, "Member 'SplineComponent_SetUpVectorAtSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SetWorldLocationAtSplinePoint \ +static_assert(alignof(SplineComponent_SetWorldLocationAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_SetWorldLocationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_SetWorldLocationAtSplinePoint) == 0x000020, "Wrong size on SplineComponent_SetWorldLocationAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_SetWorldLocationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_SetWorldLocationAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetWorldLocationAtSplinePoint, InLocation) == 0x000008, "Member 'SplineComponent_SetWorldLocationAtSplinePoint::InLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_ConvertSplineSegmentToPolyLine \ +static_assert(alignof(SplineComponent_ConvertSplineSegmentToPolyLine) == 0x000008, "Wrong alignment on SplineComponent_ConvertSplineSegmentToPolyLine"); \ +static_assert(sizeof(SplineComponent_ConvertSplineSegmentToPolyLine) == 0x000028, "Wrong size on SplineComponent_ConvertSplineSegmentToPolyLine"); \ +static_assert(offsetof(SplineComponent_ConvertSplineSegmentToPolyLine, SplinePointStartIndex) == 0x000000, "Member 'SplineComponent_ConvertSplineSegmentToPolyLine::SplinePointStartIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineSegmentToPolyLine, CoordinateSpace) == 0x000004, "Member 'SplineComponent_ConvertSplineSegmentToPolyLine::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineSegmentToPolyLine, MaxSquareDistanceFromSpline) == 0x000008, "Member 'SplineComponent_ConvertSplineSegmentToPolyLine::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineSegmentToPolyLine, OutPoints) == 0x000010, "Member 'SplineComponent_ConvertSplineSegmentToPolyLine::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineSegmentToPolyLine, ReturnValue) == 0x000020, "Member 'SplineComponent_ConvertSplineSegmentToPolyLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_ConvertSplineToPolyLine \ +static_assert(alignof(SplineComponent_ConvertSplineToPolyLine) == 0x000008, "Wrong alignment on SplineComponent_ConvertSplineToPolyLine"); \ +static_assert(sizeof(SplineComponent_ConvertSplineToPolyLine) == 0x000020, "Wrong size on SplineComponent_ConvertSplineToPolyLine"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLine, CoordinateSpace) == 0x000000, "Member 'SplineComponent_ConvertSplineToPolyLine::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLine, MaxSquareDistanceFromSpline) == 0x000004, "Member 'SplineComponent_ConvertSplineToPolyLine::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLine, OutPoints) == 0x000008, "Member 'SplineComponent_ConvertSplineToPolyLine::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLine, ReturnValue) == 0x000018, "Member 'SplineComponent_ConvertSplineToPolyLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_ConvertSplineToPolyline_InDistanceRange \ +static_assert(alignof(SplineComponent_ConvertSplineToPolyline_InDistanceRange) == 0x000008, "Wrong alignment on SplineComponent_ConvertSplineToPolyline_InDistanceRange"); \ +static_assert(sizeof(SplineComponent_ConvertSplineToPolyline_InDistanceRange) == 0x000038, "Wrong size on SplineComponent_ConvertSplineToPolyline_InDistanceRange"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, CoordinateSpace) == 0x000000, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, MaxSquareDistanceFromSpline) == 0x000004, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, StartDistAlongSpline) == 0x000008, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::StartDistAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, EndDistAlongSpline) == 0x00000C, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::EndDistAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, OutPoints) == 0x000010, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, OutDistancesAlongSpline) == 0x000020, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::OutDistancesAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, bAllowWrappingIfClosed) == 0x000030, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::bAllowWrappingIfClosed' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InDistanceRange, ReturnValue) == 0x000031, "Member 'SplineComponent_ConvertSplineToPolyline_InDistanceRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_ConvertSplineToPolyline_InTimeRange \ +static_assert(alignof(SplineComponent_ConvertSplineToPolyline_InTimeRange) == 0x000008, "Wrong alignment on SplineComponent_ConvertSplineToPolyline_InTimeRange"); \ +static_assert(sizeof(SplineComponent_ConvertSplineToPolyline_InTimeRange) == 0x000040, "Wrong size on SplineComponent_ConvertSplineToPolyline_InTimeRange"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, CoordinateSpace) == 0x000000, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, MaxSquareDistanceFromSpline) == 0x000004, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, StartTimeAlongSpline) == 0x000008, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::StartTimeAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, EndTimeAlongSpline) == 0x00000C, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::EndTimeAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, bUseConstantVelocity) == 0x000010, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, OutPoints) == 0x000018, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, OutDistancesAlongSpline) == 0x000028, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::OutDistancesAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, bAllowWrappingIfClosed) == 0x000038, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::bAllowWrappingIfClosed' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyline_InTimeRange, ReturnValue) == 0x000039, "Member 'SplineComponent_ConvertSplineToPolyline_InTimeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_ConvertSplineToPolyLineWithDistances \ +static_assert(alignof(SplineComponent_ConvertSplineToPolyLineWithDistances) == 0x000008, "Wrong alignment on SplineComponent_ConvertSplineToPolyLineWithDistances"); \ +static_assert(sizeof(SplineComponent_ConvertSplineToPolyLineWithDistances) == 0x000030, "Wrong size on SplineComponent_ConvertSplineToPolyLineWithDistances"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLineWithDistances, CoordinateSpace) == 0x000000, "Member 'SplineComponent_ConvertSplineToPolyLineWithDistances::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLineWithDistances, MaxSquareDistanceFromSpline) == 0x000004, "Member 'SplineComponent_ConvertSplineToPolyLineWithDistances::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLineWithDistances, OutPoints) == 0x000008, "Member 'SplineComponent_ConvertSplineToPolyLineWithDistances::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLineWithDistances, OutDistancesAlongSpline) == 0x000018, "Member 'SplineComponent_ConvertSplineToPolyLineWithDistances::OutDistancesAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_ConvertSplineToPolyLineWithDistances, ReturnValue) == 0x000028, "Member 'SplineComponent_ConvertSplineToPolyLineWithDistances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_DivideSplineIntoPolylineRecursive \ +static_assert(alignof(SplineComponent_DivideSplineIntoPolylineRecursive) == 0x000008, "Wrong alignment on SplineComponent_DivideSplineIntoPolylineRecursive"); \ +static_assert(sizeof(SplineComponent_DivideSplineIntoPolylineRecursive) == 0x000028, "Wrong size on SplineComponent_DivideSplineIntoPolylineRecursive"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursive, StartDistanceAlongSpline) == 0x000000, "Member 'SplineComponent_DivideSplineIntoPolylineRecursive::StartDistanceAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursive, EndDistanceAlongSpline) == 0x000004, "Member 'SplineComponent_DivideSplineIntoPolylineRecursive::EndDistanceAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursive, CoordinateSpace) == 0x000008, "Member 'SplineComponent_DivideSplineIntoPolylineRecursive::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursive, MaxSquareDistanceFromSpline) == 0x00000C, "Member 'SplineComponent_DivideSplineIntoPolylineRecursive::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursive, OutPoints) == 0x000010, "Member 'SplineComponent_DivideSplineIntoPolylineRecursive::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursive, ReturnValue) == 0x000020, "Member 'SplineComponent_DivideSplineIntoPolylineRecursive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances \ +static_assert(alignof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances) == 0x000008, "Wrong alignment on SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances"); \ +static_assert(sizeof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances) == 0x000038, "Wrong size on SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, StartDistanceAlongSpline) == 0x000000, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::StartDistanceAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, EndDistanceAlongSpline) == 0x000004, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::EndDistanceAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, CoordinateSpace) == 0x000008, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, MaxSquareDistanceFromSpline) == 0x00000C, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::MaxSquareDistanceFromSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, OutPoints) == 0x000010, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::OutPoints' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, OutDistancesAlongSpline) == 0x000020, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::OutDistancesAlongSpline' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances, ReturnValue) == 0x000030, "Member 'SplineComponent_DivideSplineIntoPolylineRecursiveWithDistances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindDirectionClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindDirectionClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindDirectionClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindDirectionClosestToWorldLocation) == 0x000038, "Wrong size on SplineComponent_FindDirectionClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindDirectionClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindDirectionClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindDirectionClosestToWorldLocation, CoordinateSpace) == 0x000018, "Member 'SplineComponent_FindDirectionClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindDirectionClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindDirectionClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindInputKeyClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindInputKeyClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindInputKeyClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindInputKeyClosestToWorldLocation) == 0x000020, "Wrong size on SplineComponent_FindInputKeyClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindInputKeyClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindInputKeyClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindInputKeyClosestToWorldLocation, ReturnValue) == 0x000018, "Member 'SplineComponent_FindInputKeyClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindInputKeyOnSegmentClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindInputKeyOnSegmentClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindInputKeyOnSegmentClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindInputKeyOnSegmentClosestToWorldLocation) == 0x000020, "Wrong size on SplineComponent_FindInputKeyOnSegmentClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindInputKeyOnSegmentClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindInputKeyOnSegmentClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindInputKeyOnSegmentClosestToWorldLocation, Index_0) == 0x000018, "Member 'SplineComponent_FindInputKeyOnSegmentClosestToWorldLocation::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindInputKeyOnSegmentClosestToWorldLocation, ReturnValue) == 0x00001C, "Member 'SplineComponent_FindInputKeyOnSegmentClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindLocationClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindLocationClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindLocationClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindLocationClosestToWorldLocation) == 0x000038, "Wrong size on SplineComponent_FindLocationClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindLocationClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindLocationClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindLocationClosestToWorldLocation, CoordinateSpace) == 0x000018, "Member 'SplineComponent_FindLocationClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindLocationClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindLocationClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindRightVectorClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindRightVectorClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindRightVectorClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindRightVectorClosestToWorldLocation) == 0x000038, "Wrong size on SplineComponent_FindRightVectorClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindRightVectorClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindRightVectorClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRightVectorClosestToWorldLocation, CoordinateSpace) == 0x000018, "Member 'SplineComponent_FindRightVectorClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRightVectorClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindRightVectorClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindRollClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindRollClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindRollClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindRollClosestToWorldLocation) == 0x000020, "Wrong size on SplineComponent_FindRollClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindRollClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindRollClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRollClosestToWorldLocation, CoordinateSpace) == 0x000018, "Member 'SplineComponent_FindRollClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRollClosestToWorldLocation, ReturnValue) == 0x00001C, "Member 'SplineComponent_FindRollClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindRotationClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindRotationClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindRotationClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindRotationClosestToWorldLocation) == 0x000038, "Wrong size on SplineComponent_FindRotationClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindRotationClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindRotationClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRotationClosestToWorldLocation, CoordinateSpace) == 0x000018, "Member 'SplineComponent_FindRotationClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindRotationClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindRotationClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindScaleClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindScaleClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindScaleClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindScaleClosestToWorldLocation) == 0x000030, "Wrong size on SplineComponent_FindScaleClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindScaleClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindScaleClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindScaleClosestToWorldLocation, ReturnValue) == 0x000018, "Member 'SplineComponent_FindScaleClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindTangentClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindTangentClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindTangentClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindTangentClosestToWorldLocation) == 0x000038, "Wrong size on SplineComponent_FindTangentClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindTangentClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindTangentClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTangentClosestToWorldLocation, CoordinateSpace) == 0x000018, "Member 'SplineComponent_FindTangentClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTangentClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindTangentClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindTransformClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindTransformClosestToWorldLocation) == 0x000010, "Wrong alignment on SplineComponent_FindTransformClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindTransformClosestToWorldLocation) == 0x000080, "Wrong size on SplineComponent_FindTransformClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindTransformClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, CoordinateSpace) == 0x000018, "Member 'SplineComponent_FindTransformClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, bUseScale) == 0x000019, "Member 'SplineComponent_FindTransformClosestToWorldLocation::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindTransformClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindTransformClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_FindUpVectorClosestToWorldLocation \ +static_assert(alignof(SplineComponent_FindUpVectorClosestToWorldLocation) == 0x000008, "Wrong alignment on SplineComponent_FindUpVectorClosestToWorldLocation"); \ +static_assert(sizeof(SplineComponent_FindUpVectorClosestToWorldLocation) == 0x000038, "Wrong size on SplineComponent_FindUpVectorClosestToWorldLocation"); \ +static_assert(offsetof(SplineComponent_FindUpVectorClosestToWorldLocation, WorldLocation) == 0x000000, "Member 'SplineComponent_FindUpVectorClosestToWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindUpVectorClosestToWorldLocation, CoordinateSpace) == 0x000018, "Member 'SplineComponent_FindUpVectorClosestToWorldLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_FindUpVectorClosestToWorldLocation, ReturnValue) == 0x000020, "Member 'SplineComponent_FindUpVectorClosestToWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetArriveTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_GetArriveTangentAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_GetArriveTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetArriveTangentAtSplinePoint) == 0x000020, "Wrong size on SplineComponent_GetArriveTangentAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetArriveTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetArriveTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetArriveTangentAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetArriveTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetArriveTangentAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetArriveTangentAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDefaultUpVector \ +static_assert(alignof(SplineComponent_GetDefaultUpVector) == 0x000008, "Wrong alignment on SplineComponent_GetDefaultUpVector"); \ +static_assert(sizeof(SplineComponent_GetDefaultUpVector) == 0x000020, "Wrong size on SplineComponent_GetDefaultUpVector"); \ +static_assert(offsetof(SplineComponent_GetDefaultUpVector, CoordinateSpace) == 0x000000, "Member 'SplineComponent_GetDefaultUpVector::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDefaultUpVector, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDefaultUpVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetDirectionAtDistanceAlongSpline) == 0x000008, "Wrong alignment on SplineComponent_GetDirectionAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetDirectionAtDistanceAlongSpline) == 0x000020, "Wrong size on SplineComponent_GetDirectionAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetDirectionAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetDirectionAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDirectionAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetDirectionAtSplineInputKey) == 0x000008, "Wrong alignment on SplineComponent_GetDirectionAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetDirectionAtSplineInputKey) == 0x000020, "Wrong size on SplineComponent_GetDirectionAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetDirectionAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetDirectionAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDirectionAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtSplinePoint \ +static_assert(alignof(SplineComponent_GetDirectionAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_GetDirectionAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetDirectionAtSplinePoint) == 0x000020, "Wrong size on SplineComponent_GetDirectionAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetDirectionAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetDirectionAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDirectionAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDirectionAtTime \ +static_assert(alignof(SplineComponent_GetDirectionAtTime) == 0x000008, "Wrong alignment on SplineComponent_GetDirectionAtTime"); \ +static_assert(sizeof(SplineComponent_GetDirectionAtTime) == 0x000020, "Wrong size on SplineComponent_GetDirectionAtTime"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtTime, Time) == 0x000000, "Member 'SplineComponent_GetDirectionAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetDirectionAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetDirectionAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDirectionAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetDirectionAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDistanceAlongSplineAtLocation \ +static_assert(alignof(SplineComponent_GetDistanceAlongSplineAtLocation) == 0x000008, "Wrong alignment on SplineComponent_GetDistanceAlongSplineAtLocation"); \ +static_assert(sizeof(SplineComponent_GetDistanceAlongSplineAtLocation) == 0x000020, "Wrong size on SplineComponent_GetDistanceAlongSplineAtLocation"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtLocation, InLocation) == 0x000000, "Member 'SplineComponent_GetDistanceAlongSplineAtLocation::InLocation' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtLocation, CoordinateSpace) == 0x000018, "Member 'SplineComponent_GetDistanceAlongSplineAtLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtLocation, ReturnValue) == 0x00001C, "Member 'SplineComponent_GetDistanceAlongSplineAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDistanceAlongSplineAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetDistanceAlongSplineAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetDistanceAlongSplineAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetDistanceAlongSplineAtSplineInputKey) == 0x000008, "Wrong size on SplineComponent_GetDistanceAlongSplineAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetDistanceAlongSplineAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtSplineInputKey, ReturnValue) == 0x000004, "Member 'SplineComponent_GetDistanceAlongSplineAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetDistanceAlongSplineAtSplinePoint \ +static_assert(alignof(SplineComponent_GetDistanceAlongSplineAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetDistanceAlongSplineAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetDistanceAlongSplineAtSplinePoint) == 0x000008, "Wrong size on SplineComponent_GetDistanceAlongSplineAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetDistanceAlongSplineAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetDistanceAlongSplineAtSplinePoint, ReturnValue) == 0x000004, "Member 'SplineComponent_GetDistanceAlongSplineAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetFloatPropertyAtIndex \ +static_assert(alignof(SplineComponent_GetFloatPropertyAtIndex) == 0x000004, "Wrong alignment on SplineComponent_GetFloatPropertyAtIndex"); \ +static_assert(sizeof(SplineComponent_GetFloatPropertyAtIndex) == 0x000010, "Wrong size on SplineComponent_GetFloatPropertyAtIndex"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyAtIndex, Index_0) == 0x000000, "Member 'SplineComponent_GetFloatPropertyAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyAtIndex, PropertyName) == 0x000004, "Member 'SplineComponent_GetFloatPropertyAtIndex::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyAtIndex, ReturnValue) == 0x00000C, "Member 'SplineComponent_GetFloatPropertyAtIndex::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_GetFloatPropertyChannels \ +static_assert(alignof(SplineComponent_GetFloatPropertyChannels) == 0x000008, "Wrong alignment on SplineComponent_GetFloatPropertyChannels"); \ +static_assert(sizeof(SplineComponent_GetFloatPropertyChannels) == 0x000010, "Wrong size on SplineComponent_GetFloatPropertyChannels"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyChannels, ReturnValue) == 0x000000, "Member 'SplineComponent_GetFloatPropertyChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetFloatPropertyInputKeyAtIndex \ +static_assert(alignof(SplineComponent_GetFloatPropertyInputKeyAtIndex) == 0x000004, "Wrong alignment on SplineComponent_GetFloatPropertyInputKeyAtIndex"); \ +static_assert(sizeof(SplineComponent_GetFloatPropertyInputKeyAtIndex) == 0x000010, "Wrong size on SplineComponent_GetFloatPropertyInputKeyAtIndex"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyInputKeyAtIndex, Index_0) == 0x000000, "Member 'SplineComponent_GetFloatPropertyInputKeyAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyInputKeyAtIndex, PropertyName) == 0x000004, "Member 'SplineComponent_GetFloatPropertyInputKeyAtIndex::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetFloatPropertyInputKeyAtIndex, ReturnValue) == 0x00000C, "Member 'SplineComponent_GetFloatPropertyInputKeyAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetInputKeyAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetInputKeyAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetInputKeyAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetInputKeyAtDistanceAlongSpline) == 0x000008, "Wrong size on SplineComponent_GetInputKeyAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetInputKeyAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetInputKeyAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetInputKeyAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetInputKeyAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetInputKeyValueAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetInputKeyValueAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetInputKeyValueAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetInputKeyValueAtDistanceAlongSpline) == 0x000008, "Wrong size on SplineComponent_GetInputKeyValueAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetInputKeyValueAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetInputKeyValueAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetInputKeyValueAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetInputKeyValueAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetInputKeyValueAtSplinePoint \ +static_assert(alignof(SplineComponent_GetInputKeyValueAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetInputKeyValueAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetInputKeyValueAtSplinePoint) == 0x000008, "Wrong size on SplineComponent_GetInputKeyValueAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetInputKeyValueAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetInputKeyValueAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetInputKeyValueAtSplinePoint, ReturnValue) == 0x000004, "Member 'SplineComponent_GetInputKeyValueAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetInputKeyValueAtTime \ +static_assert(alignof(SplineComponent_GetInputKeyValueAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetInputKeyValueAtTime"); \ +static_assert(sizeof(SplineComponent_GetInputKeyValueAtTime) == 0x000008, "Wrong size on SplineComponent_GetInputKeyValueAtTime"); \ +static_assert(offsetof(SplineComponent_GetInputKeyValueAtTime, Time) == 0x000000, "Member 'SplineComponent_GetInputKeyValueAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetInputKeyValueAtTime, ReturnValue) == 0x000004, "Member 'SplineComponent_GetInputKeyValueAtTime::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_GetNumberOfPropertyValues \ +static_assert(alignof(SplineComponent_GetNumberOfPropertyValues) == 0x000004, "Wrong alignment on SplineComponent_GetNumberOfPropertyValues"); \ +static_assert(sizeof(SplineComponent_GetNumberOfPropertyValues) == 0x00000C, "Wrong size on SplineComponent_GetNumberOfPropertyValues"); \ +static_assert(offsetof(SplineComponent_GetNumberOfPropertyValues, PropertyName) == 0x000000, "Member 'SplineComponent_GetNumberOfPropertyValues::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetNumberOfPropertyValues, ReturnValue) == 0x000008, "Member 'SplineComponent_GetNumberOfPropertyValues::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetNumberOfSplinePoints \ +static_assert(alignof(SplineComponent_GetNumberOfSplinePoints) == 0x000004, "Wrong alignment on SplineComponent_GetNumberOfSplinePoints"); \ +static_assert(sizeof(SplineComponent_GetNumberOfSplinePoints) == 0x000004, "Wrong size on SplineComponent_GetNumberOfSplinePoints"); \ +static_assert(offsetof(SplineComponent_GetNumberOfSplinePoints, ReturnValue) == 0x000000, "Member 'SplineComponent_GetNumberOfSplinePoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetNumberOfSplineSegments \ +static_assert(alignof(SplineComponent_GetNumberOfSplineSegments) == 0x000004, "Wrong alignment on SplineComponent_GetNumberOfSplineSegments"); \ +static_assert(sizeof(SplineComponent_GetNumberOfSplineSegments) == 0x000004, "Wrong size on SplineComponent_GetNumberOfSplineSegments"); \ +static_assert(offsetof(SplineComponent_GetNumberOfSplineSegments, ReturnValue) == 0x000000, "Member 'SplineComponent_GetNumberOfSplineSegments::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetRightVectorAtDistanceAlongSpline) == 0x000008, "Wrong alignment on SplineComponent_GetRightVectorAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtDistanceAlongSpline) == 0x000020, "Wrong size on SplineComponent_GetRightVectorAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetRightVectorAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetRightVectorAtSplineInputKey) == 0x000008, "Wrong alignment on SplineComponent_GetRightVectorAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtSplineInputKey) == 0x000020, "Wrong size on SplineComponent_GetRightVectorAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetRightVectorAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtSplinePoint \ +static_assert(alignof(SplineComponent_GetRightVectorAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_GetRightVectorAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtSplinePoint) == 0x000020, "Wrong size on SplineComponent_GetRightVectorAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetRightVectorAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRightVectorAtTime \ +static_assert(alignof(SplineComponent_GetRightVectorAtTime) == 0x000008, "Wrong alignment on SplineComponent_GetRightVectorAtTime"); \ +static_assert(sizeof(SplineComponent_GetRightVectorAtTime) == 0x000020, "Wrong size on SplineComponent_GetRightVectorAtTime"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtTime, Time) == 0x000000, "Member 'SplineComponent_GetRightVectorAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRightVectorAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetRightVectorAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRightVectorAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRightVectorAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRollAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetRollAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetRollAtDistanceAlongSpline) == 0x00000C, "Wrong size on SplineComponent_GetRollAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetRollAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetRollAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRollAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetRollAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetRollAtSplineInputKey) == 0x00000C, "Wrong size on SplineComponent_GetRollAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetRollAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRollAtSplinePoint \ +static_assert(alignof(SplineComponent_GetRollAtSplinePoint) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetRollAtSplinePoint) == 0x00000C, "Wrong size on SplineComponent_GetRollAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetRollAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRollAtTime \ +static_assert(alignof(SplineComponent_GetRollAtTime) == 0x000004, "Wrong alignment on SplineComponent_GetRollAtTime"); \ +static_assert(sizeof(SplineComponent_GetRollAtTime) == 0x00000C, "Wrong size on SplineComponent_GetRollAtTime"); \ +static_assert(offsetof(SplineComponent_GetRollAtTime, Time) == 0x000000, "Member 'SplineComponent_GetRollAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRollAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetRollAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRollAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRollAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRotationAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetRotationAtDistanceAlongSpline) == 0x000008, "Wrong alignment on SplineComponent_GetRotationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetRotationAtDistanceAlongSpline) == 0x000020, "Wrong size on SplineComponent_GetRotationAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetRotationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetRotationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRotationAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetRotationAtSplineInputKey) == 0x000008, "Wrong alignment on SplineComponent_GetRotationAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetRotationAtSplineInputKey) == 0x000020, "Wrong size on SplineComponent_GetRotationAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetRotationAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRotationAtSplinePoint \ +static_assert(alignof(SplineComponent_GetRotationAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_GetRotationAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetRotationAtSplinePoint) == 0x000020, "Wrong size on SplineComponent_GetRotationAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetRotationAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetRotationAtTime \ +static_assert(alignof(SplineComponent_GetRotationAtTime) == 0x000008, "Wrong alignment on SplineComponent_GetRotationAtTime"); \ +static_assert(sizeof(SplineComponent_GetRotationAtTime) == 0x000020, "Wrong size on SplineComponent_GetRotationAtTime"); \ +static_assert(offsetof(SplineComponent_GetRotationAtTime, Time) == 0x000000, "Member 'SplineComponent_GetRotationAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetRotationAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetRotationAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetRotationAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetRotationAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetScaleAtDistanceAlongSpline) == 0x000008, "Wrong alignment on SplineComponent_GetScaleAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetScaleAtDistanceAlongSpline) == 0x000020, "Wrong size on SplineComponent_GetScaleAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetScaleAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetScaleAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetScaleAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetScaleAtSplineInputKey) == 0x000008, "Wrong alignment on SplineComponent_GetScaleAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetScaleAtSplineInputKey) == 0x000020, "Wrong size on SplineComponent_GetScaleAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetScaleAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetScaleAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetScaleAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtSplinePoint \ +static_assert(alignof(SplineComponent_GetScaleAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_GetScaleAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetScaleAtSplinePoint) == 0x000020, "Wrong size on SplineComponent_GetScaleAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetScaleAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetScaleAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetScaleAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetScaleAtTime \ +static_assert(alignof(SplineComponent_GetScaleAtTime) == 0x000008, "Wrong alignment on SplineComponent_GetScaleAtTime"); \ +static_assert(sizeof(SplineComponent_GetScaleAtTime) == 0x000020, "Wrong size on SplineComponent_GetScaleAtTime"); \ +static_assert(offsetof(SplineComponent_GetScaleAtTime, Time) == 0x000000, "Member 'SplineComponent_GetScaleAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtTime, bUseConstantVelocity) == 0x000004, "Member 'SplineComponent_GetScaleAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetScaleAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetScaleAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetSplineLength \ +static_assert(alignof(SplineComponent_GetSplineLength) == 0x000004, "Wrong alignment on SplineComponent_GetSplineLength"); \ +static_assert(sizeof(SplineComponent_GetSplineLength) == 0x000004, "Wrong size on SplineComponent_GetSplineLength"); \ +static_assert(offsetof(SplineComponent_GetSplineLength, ReturnValue) == 0x000000, "Member 'SplineComponent_GetSplineLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetSplinePointAt \ +static_assert(alignof(SplineComponent_GetSplinePointAt) == 0x000008, "Wrong alignment on SplineComponent_GetSplinePointAt"); \ +static_assert(sizeof(SplineComponent_GetSplinePointAt) == 0x000090, "Wrong size on SplineComponent_GetSplinePointAt"); \ +static_assert(offsetof(SplineComponent_GetSplinePointAt, PointIndex) == 0x000000, "Member 'SplineComponent_GetSplinePointAt::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetSplinePointAt, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetSplinePointAt::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetSplinePointAt, ReturnValue) == 0x000008, "Member 'SplineComponent_GetSplinePointAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetSplinePointType \ +static_assert(alignof(SplineComponent_GetSplinePointType) == 0x000004, "Wrong alignment on SplineComponent_GetSplinePointType"); \ +static_assert(sizeof(SplineComponent_GetSplinePointType) == 0x000008, "Wrong size on SplineComponent_GetSplinePointType"); \ +static_assert(offsetof(SplineComponent_GetSplinePointType, PointIndex) == 0x000000, "Member 'SplineComponent_GetSplinePointType::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetSplinePointType, ReturnValue) == 0x000004, "Member 'SplineComponent_GetSplinePointType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTangentAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetTangentAtDistanceAlongSpline) == 0x000008, "Wrong alignment on SplineComponent_GetTangentAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetTangentAtDistanceAlongSpline) == 0x000020, "Wrong size on SplineComponent_GetTangentAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetTangentAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetTangentAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTangentAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetTangentAtSplineInputKey) == 0x000008, "Wrong alignment on SplineComponent_GetTangentAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetTangentAtSplineInputKey) == 0x000020, "Wrong size on SplineComponent_GetTangentAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetTangentAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTangentAtSplinePoint \ +static_assert(alignof(SplineComponent_GetTangentAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_GetTangentAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetTangentAtSplinePoint) == 0x000020, "Wrong size on SplineComponent_GetTangentAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTangentAtTime \ +static_assert(alignof(SplineComponent_GetTangentAtTime) == 0x000008, "Wrong alignment on SplineComponent_GetTangentAtTime"); \ +static_assert(sizeof(SplineComponent_GetTangentAtTime) == 0x000020, "Wrong size on SplineComponent_GetTangentAtTime"); \ +static_assert(offsetof(SplineComponent_GetTangentAtTime, Time) == 0x000000, "Member 'SplineComponent_GetTangentAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTangentAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetTangentAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTangentAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetTangentAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTimeAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetTimeAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineComponent_GetTimeAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetTimeAtDistanceAlongSpline) == 0x000008, "Wrong size on SplineComponent_GetTimeAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetTimeAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetTimeAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTimeAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'SplineComponent_GetTimeAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTransformAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetTransformAtDistanceAlongSpline) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetTransformAtDistanceAlongSpline) == 0x000070, "Wrong size on SplineComponent_GetTransformAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, bUseScale) == 0x000005, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtDistanceAlongSpline, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTransformAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetTransformAtSplineInputKey) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetTransformAtSplineInputKey) == 0x000070, "Wrong size on SplineComponent_GetTransformAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetTransformAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, bUseScale) == 0x000005, "Member 'SplineComponent_GetTransformAtSplineInputKey::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplineInputKey, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTransformAtSplinePoint \ +static_assert(alignof(SplineComponent_GetTransformAtSplinePoint) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetTransformAtSplinePoint) == 0x000070, "Wrong size on SplineComponent_GetTransformAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetTransformAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, bUseScale) == 0x000005, "Member 'SplineComponent_GetTransformAtSplinePoint::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtSplinePoint, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetTransformAtTime \ +static_assert(alignof(SplineComponent_GetTransformAtTime) == 0x000010, "Wrong alignment on SplineComponent_GetTransformAtTime"); \ +static_assert(sizeof(SplineComponent_GetTransformAtTime) == 0x000070, "Wrong size on SplineComponent_GetTransformAtTime"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, Time) == 0x000000, "Member 'SplineComponent_GetTransformAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetTransformAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetTransformAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, bUseScale) == 0x000006, "Member 'SplineComponent_GetTransformAtTime::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetTransformAtTime, ReturnValue) == 0x000010, "Member 'SplineComponent_GetTransformAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtDistanceAlongSpline \ +static_assert(alignof(SplineComponent_GetUpVectorAtDistanceAlongSpline) == 0x000008, "Wrong alignment on SplineComponent_GetUpVectorAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtDistanceAlongSpline) == 0x000020, "Wrong size on SplineComponent_GetUpVectorAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineComponent_GetUpVectorAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtSplineInputKey \ +static_assert(alignof(SplineComponent_GetUpVectorAtSplineInputKey) == 0x000008, "Wrong alignment on SplineComponent_GetUpVectorAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtSplineInputKey) == 0x000020, "Wrong size on SplineComponent_GetUpVectorAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_GetUpVectorAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtSplinePoint \ +static_assert(alignof(SplineComponent_GetUpVectorAtSplinePoint) == 0x000008, "Wrong alignment on SplineComponent_GetUpVectorAtSplinePoint"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtSplinePoint) == 0x000020, "Wrong size on SplineComponent_GetUpVectorAtSplinePoint"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineComponent_GetUpVectorAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_GetUpVectorAtTime \ +static_assert(alignof(SplineComponent_GetUpVectorAtTime) == 0x000008, "Wrong alignment on SplineComponent_GetUpVectorAtTime"); \ +static_assert(sizeof(SplineComponent_GetUpVectorAtTime) == 0x000020, "Wrong size on SplineComponent_GetUpVectorAtTime"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtTime, Time) == 0x000000, "Member 'SplineComponent_GetUpVectorAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtTime, CoordinateSpace) == 0x000004, "Member 'SplineComponent_GetUpVectorAtTime::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtTime, bUseConstantVelocity) == 0x000005, "Member 'SplineComponent_GetUpVectorAtTime::bUseConstantVelocity' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_GetUpVectorAtTime, ReturnValue) == 0x000008, "Member 'SplineComponent_GetUpVectorAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_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_SplineComponent_SetFloatPropertyAtSplineInputKey \ +static_assert(alignof(SplineComponent_SetFloatPropertyAtSplineInputKey) == 0x000004, "Wrong alignment on SplineComponent_SetFloatPropertyAtSplineInputKey"); \ +static_assert(sizeof(SplineComponent_SetFloatPropertyAtSplineInputKey) == 0x000014, "Wrong size on SplineComponent_SetFloatPropertyAtSplineInputKey"); \ +static_assert(offsetof(SplineComponent_SetFloatPropertyAtSplineInputKey, InKey) == 0x000000, "Member 'SplineComponent_SetFloatPropertyAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetFloatPropertyAtSplineInputKey, Value) == 0x000004, "Member 'SplineComponent_SetFloatPropertyAtSplineInputKey::Value' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetFloatPropertyAtSplineInputKey, PropertyName) == 0x000008, "Member 'SplineComponent_SetFloatPropertyAtSplineInputKey::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SplineComponent_SetFloatPropertyAtSplineInputKey, ReturnValue) == 0x000010, "Member 'SplineComponent_SetFloatPropertyAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineComponent_SupportsAttributes \ +static_assert(alignof(SplineComponent_SupportsAttributes) == 0x000001, "Wrong alignment on SplineComponent_SupportsAttributes"); \ +static_assert(sizeof(SplineComponent_SupportsAttributes) == 0x000001, "Wrong size on SplineComponent_SupportsAttributes"); \ +static_assert(offsetof(SplineComponent_SupportsAttributes, ReturnValue) == 0x000000, "Member 'SplineComponent_SupportsAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineComponent \ +static_assert(alignof(USplineComponent) == 0x000010, "Wrong alignment on USplineComponent"); \ +static_assert(sizeof(USplineComponent) == 0x0006D0, "Wrong size on USplineComponent"); \ +static_assert(offsetof(USplineComponent, Spline) == 0x000530, "Member 'USplineComponent::Spline' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineCurves) == 0x000580, "Member 'USplineComponent::SplineCurves' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, ReparamStepsPerSegment) == 0x0005E8, "Member 'USplineComponent::ReparamStepsPerSegment' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, Duration) == 0x0005EC, "Member 'USplineComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bStationaryEndpoints) == 0x0005F0, "Member 'USplineComponent::bStationaryEndpoints' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bSplineHasBeenEdited) == 0x0005F1, "Member 'USplineComponent::bSplineHasBeenEdited' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bModifiedByConstructionScript) == 0x0005F2, "Member 'USplineComponent::bModifiedByConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bInputSplinePointsToConstructionScript) == 0x0005F3, "Member 'USplineComponent::bInputSplinePointsToConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bDrawDebug) == 0x0005F4, "Member 'USplineComponent::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bClosedLoop) == 0x0005F5, "Member 'USplineComponent::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bLoopPositionOverride) == 0x0005F6, "Member 'USplineComponent::bLoopPositionOverride' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, LoopPosition) == 0x0005F8, "Member 'USplineComponent::LoopPosition' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, LineMaterial) == 0x000600, "Member 'USplineComponent::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, PointMaterial) == 0x000628, "Member 'USplineComponent::PointMaterial' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, LineMaterialLifetimePtr) == 0x000650, "Member 'USplineComponent::LineMaterialLifetimePtr' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, PointMaterialLifetimePtr) == 0x000658, "Member 'USplineComponent::PointMaterialLifetimePtr' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, DefaultUpVector) == 0x000668, "Member 'USplineComponent::DefaultUpVector' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, LastAuthority) == 0x0006C8, "Member 'USplineComponent::LastAuthority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetBoundaryMax \ +static_assert(alignof(SplineMeshComponent_SetBoundaryMax) == 0x000004, "Wrong alignment on SplineMeshComponent_SetBoundaryMax"); \ +static_assert(sizeof(SplineMeshComponent_SetBoundaryMax) == 0x000008, "Wrong size on SplineMeshComponent_SetBoundaryMax"); \ +static_assert(offsetof(SplineMeshComponent_SetBoundaryMax, InBoundaryMax) == 0x000000, "Member 'SplineMeshComponent_SetBoundaryMax::InBoundaryMax' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetBoundaryMax, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetBoundaryMax::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetBoundaryMin \ +static_assert(alignof(SplineMeshComponent_SetBoundaryMin) == 0x000004, "Wrong alignment on SplineMeshComponent_SetBoundaryMin"); \ +static_assert(sizeof(SplineMeshComponent_SetBoundaryMin) == 0x000008, "Wrong size on SplineMeshComponent_SetBoundaryMin"); \ +static_assert(offsetof(SplineMeshComponent_SetBoundaryMin, InBoundaryMin) == 0x000000, "Member 'SplineMeshComponent_SetBoundaryMin::InBoundaryMin' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetBoundaryMin, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetBoundaryMin::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndOffset \ +static_assert(alignof(SplineMeshComponent_SetEndOffset) == 0x000008, "Wrong alignment on SplineMeshComponent_SetEndOffset"); \ +static_assert(sizeof(SplineMeshComponent_SetEndOffset) == 0x000018, "Wrong size on SplineMeshComponent_SetEndOffset"); \ +static_assert(offsetof(SplineMeshComponent_SetEndOffset, EndOffset) == 0x000000, "Member 'SplineMeshComponent_SetEndOffset::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndOffset, bUpdateMesh) == 0x000010, "Member 'SplineMeshComponent_SetEndOffset::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndPosition \ +static_assert(alignof(SplineMeshComponent_SetEndPosition) == 0x000008, "Wrong alignment on SplineMeshComponent_SetEndPosition"); \ +static_assert(sizeof(SplineMeshComponent_SetEndPosition) == 0x000020, "Wrong size on SplineMeshComponent_SetEndPosition"); \ +static_assert(offsetof(SplineMeshComponent_SetEndPosition, EndPos) == 0x000000, "Member 'SplineMeshComponent_SetEndPosition::EndPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndPosition, bUpdateMesh) == 0x000018, "Member 'SplineMeshComponent_SetEndPosition::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndRoll \ +static_assert(alignof(SplineMeshComponent_SetEndRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndRoll"); \ +static_assert(sizeof(SplineMeshComponent_SetEndRoll) == 0x000008, "Wrong size on SplineMeshComponent_SetEndRoll"); \ +static_assert(offsetof(SplineMeshComponent_SetEndRoll, EndRoll) == 0x000000, "Member 'SplineMeshComponent_SetEndRoll::EndRoll' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndRoll, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetEndRoll::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndRollDegrees \ +static_assert(alignof(SplineMeshComponent_SetEndRollDegrees) == 0x000004, "Wrong alignment on SplineMeshComponent_SetEndRollDegrees"); \ +static_assert(sizeof(SplineMeshComponent_SetEndRollDegrees) == 0x000008, "Wrong size on SplineMeshComponent_SetEndRollDegrees"); \ +static_assert(offsetof(SplineMeshComponent_SetEndRollDegrees, EndRollDegrees) == 0x000000, "Member 'SplineMeshComponent_SetEndRollDegrees::EndRollDegrees' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndRollDegrees, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetEndRollDegrees::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndScale \ +static_assert(alignof(SplineMeshComponent_SetEndScale) == 0x000008, "Wrong alignment on SplineMeshComponent_SetEndScale"); \ +static_assert(sizeof(SplineMeshComponent_SetEndScale) == 0x000018, "Wrong size on SplineMeshComponent_SetEndScale"); \ +static_assert(offsetof(SplineMeshComponent_SetEndScale, EndScale) == 0x000000, "Member 'SplineMeshComponent_SetEndScale::EndScale' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndScale, bUpdateMesh) == 0x000010, "Member 'SplineMeshComponent_SetEndScale::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetEndTangent \ +static_assert(alignof(SplineMeshComponent_SetEndTangent) == 0x000008, "Wrong alignment on SplineMeshComponent_SetEndTangent"); \ +static_assert(sizeof(SplineMeshComponent_SetEndTangent) == 0x000020, "Wrong size on SplineMeshComponent_SetEndTangent"); \ +static_assert(offsetof(SplineMeshComponent_SetEndTangent, EndTangent) == 0x000000, "Member 'SplineMeshComponent_SetEndTangent::EndTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetEndTangent, bUpdateMesh) == 0x000018, "Member 'SplineMeshComponent_SetEndTangent::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetForwardAxis \ +static_assert(alignof(SplineMeshComponent_SetForwardAxis) == 0x000001, "Wrong alignment on SplineMeshComponent_SetForwardAxis"); \ +static_assert(sizeof(SplineMeshComponent_SetForwardAxis) == 0x000002, "Wrong size on SplineMeshComponent_SetForwardAxis"); \ +static_assert(offsetof(SplineMeshComponent_SetForwardAxis, InForwardAxis) == 0x000000, "Member 'SplineMeshComponent_SetForwardAxis::InForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetForwardAxis, bUpdateMesh) == 0x000001, "Member 'SplineMeshComponent_SetForwardAxis::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetSplineUpDir \ +static_assert(alignof(SplineMeshComponent_SetSplineUpDir) == 0x000008, "Wrong alignment on SplineMeshComponent_SetSplineUpDir"); \ +static_assert(sizeof(SplineMeshComponent_SetSplineUpDir) == 0x000020, "Wrong size on SplineMeshComponent_SetSplineUpDir"); \ +static_assert(offsetof(SplineMeshComponent_SetSplineUpDir, InSplineUpDir) == 0x000000, "Member 'SplineMeshComponent_SetSplineUpDir::InSplineUpDir' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetSplineUpDir, bUpdateMesh) == 0x000018, "Member 'SplineMeshComponent_SetSplineUpDir::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartAndEnd \ +static_assert(alignof(SplineMeshComponent_SetStartAndEnd) == 0x000008, "Wrong alignment on SplineMeshComponent_SetStartAndEnd"); \ +static_assert(sizeof(SplineMeshComponent_SetStartAndEnd) == 0x000068, "Wrong size on SplineMeshComponent_SetStartAndEnd"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, StartPos) == 0x000000, "Member 'SplineMeshComponent_SetStartAndEnd::StartPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, StartTangent) == 0x000018, "Member 'SplineMeshComponent_SetStartAndEnd::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, EndPos) == 0x000030, "Member 'SplineMeshComponent_SetStartAndEnd::EndPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, EndTangent) == 0x000048, "Member 'SplineMeshComponent_SetStartAndEnd::EndTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartAndEnd, bUpdateMesh) == 0x000060, "Member 'SplineMeshComponent_SetStartAndEnd::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartOffset \ +static_assert(alignof(SplineMeshComponent_SetStartOffset) == 0x000008, "Wrong alignment on SplineMeshComponent_SetStartOffset"); \ +static_assert(sizeof(SplineMeshComponent_SetStartOffset) == 0x000018, "Wrong size on SplineMeshComponent_SetStartOffset"); \ +static_assert(offsetof(SplineMeshComponent_SetStartOffset, StartOffset) == 0x000000, "Member 'SplineMeshComponent_SetStartOffset::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartOffset, bUpdateMesh) == 0x000010, "Member 'SplineMeshComponent_SetStartOffset::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartPosition \ +static_assert(alignof(SplineMeshComponent_SetStartPosition) == 0x000008, "Wrong alignment on SplineMeshComponent_SetStartPosition"); \ +static_assert(sizeof(SplineMeshComponent_SetStartPosition) == 0x000020, "Wrong size on SplineMeshComponent_SetStartPosition"); \ +static_assert(offsetof(SplineMeshComponent_SetStartPosition, StartPos) == 0x000000, "Member 'SplineMeshComponent_SetStartPosition::StartPos' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartPosition, bUpdateMesh) == 0x000018, "Member 'SplineMeshComponent_SetStartPosition::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartRoll \ +static_assert(alignof(SplineMeshComponent_SetStartRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartRoll"); \ +static_assert(sizeof(SplineMeshComponent_SetStartRoll) == 0x000008, "Wrong size on SplineMeshComponent_SetStartRoll"); \ +static_assert(offsetof(SplineMeshComponent_SetStartRoll, StartRoll) == 0x000000, "Member 'SplineMeshComponent_SetStartRoll::StartRoll' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartRoll, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetStartRoll::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartRollDegrees \ +static_assert(alignof(SplineMeshComponent_SetStartRollDegrees) == 0x000004, "Wrong alignment on SplineMeshComponent_SetStartRollDegrees"); \ +static_assert(sizeof(SplineMeshComponent_SetStartRollDegrees) == 0x000008, "Wrong size on SplineMeshComponent_SetStartRollDegrees"); \ +static_assert(offsetof(SplineMeshComponent_SetStartRollDegrees, StartRollDegrees) == 0x000000, "Member 'SplineMeshComponent_SetStartRollDegrees::StartRollDegrees' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartRollDegrees, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetStartRollDegrees::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartScale \ +static_assert(alignof(SplineMeshComponent_SetStartScale) == 0x000008, "Wrong alignment on SplineMeshComponent_SetStartScale"); \ +static_assert(sizeof(SplineMeshComponent_SetStartScale) == 0x000018, "Wrong size on SplineMeshComponent_SetStartScale"); \ +static_assert(offsetof(SplineMeshComponent_SetStartScale, StartScale) == 0x000000, "Member 'SplineMeshComponent_SetStartScale::StartScale' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartScale, bUpdateMesh) == 0x000010, "Member 'SplineMeshComponent_SetStartScale::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_SetStartTangent \ +static_assert(alignof(SplineMeshComponent_SetStartTangent) == 0x000008, "Wrong alignment on SplineMeshComponent_SetStartTangent"); \ +static_assert(sizeof(SplineMeshComponent_SetStartTangent) == 0x000020, "Wrong size on SplineMeshComponent_SetStartTangent"); \ +static_assert(offsetof(SplineMeshComponent_SetStartTangent, StartTangent) == 0x000000, "Member 'SplineMeshComponent_SetStartTangent::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(SplineMeshComponent_SetStartTangent, bUpdateMesh) == 0x000018, "Member 'SplineMeshComponent_SetStartTangent::bUpdateMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetBoundaryMax \ +static_assert(alignof(SplineMeshComponent_GetBoundaryMax) == 0x000004, "Wrong alignment on SplineMeshComponent_GetBoundaryMax"); \ +static_assert(sizeof(SplineMeshComponent_GetBoundaryMax) == 0x000004, "Wrong size on SplineMeshComponent_GetBoundaryMax"); \ +static_assert(offsetof(SplineMeshComponent_GetBoundaryMax, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetBoundaryMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetBoundaryMin \ +static_assert(alignof(SplineMeshComponent_GetBoundaryMin) == 0x000004, "Wrong alignment on SplineMeshComponent_GetBoundaryMin"); \ +static_assert(sizeof(SplineMeshComponent_GetBoundaryMin) == 0x000004, "Wrong size on SplineMeshComponent_GetBoundaryMin"); \ +static_assert(offsetof(SplineMeshComponent_GetBoundaryMin, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetBoundaryMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndOffset \ +static_assert(alignof(SplineMeshComponent_GetEndOffset) == 0x000008, "Wrong alignment on SplineMeshComponent_GetEndOffset"); \ +static_assert(sizeof(SplineMeshComponent_GetEndOffset) == 0x000010, "Wrong size on SplineMeshComponent_GetEndOffset"); \ +static_assert(offsetof(SplineMeshComponent_GetEndOffset, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndPosition \ +static_assert(alignof(SplineMeshComponent_GetEndPosition) == 0x000008, "Wrong alignment on SplineMeshComponent_GetEndPosition"); \ +static_assert(sizeof(SplineMeshComponent_GetEndPosition) == 0x000018, "Wrong size on SplineMeshComponent_GetEndPosition"); \ +static_assert(offsetof(SplineMeshComponent_GetEndPosition, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndRoll \ +static_assert(alignof(SplineMeshComponent_GetEndRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_GetEndRoll"); \ +static_assert(sizeof(SplineMeshComponent_GetEndRoll) == 0x000004, "Wrong size on SplineMeshComponent_GetEndRoll"); \ +static_assert(offsetof(SplineMeshComponent_GetEndRoll, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndRoll::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndScale \ +static_assert(alignof(SplineMeshComponent_GetEndScale) == 0x000008, "Wrong alignment on SplineMeshComponent_GetEndScale"); \ +static_assert(sizeof(SplineMeshComponent_GetEndScale) == 0x000010, "Wrong size on SplineMeshComponent_GetEndScale"); \ +static_assert(offsetof(SplineMeshComponent_GetEndScale, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetEndTangent \ +static_assert(alignof(SplineMeshComponent_GetEndTangent) == 0x000008, "Wrong alignment on SplineMeshComponent_GetEndTangent"); \ +static_assert(sizeof(SplineMeshComponent_GetEndTangent) == 0x000018, "Wrong size on SplineMeshComponent_GetEndTangent"); \ +static_assert(offsetof(SplineMeshComponent_GetEndTangent, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetEndTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetForwardAxis \ +static_assert(alignof(SplineMeshComponent_GetForwardAxis) == 0x000001, "Wrong alignment on SplineMeshComponent_GetForwardAxis"); \ +static_assert(sizeof(SplineMeshComponent_GetForwardAxis) == 0x000001, "Wrong size on SplineMeshComponent_GetForwardAxis"); \ +static_assert(offsetof(SplineMeshComponent_GetForwardAxis, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetForwardAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetSplineUpDir \ +static_assert(alignof(SplineMeshComponent_GetSplineUpDir) == 0x000008, "Wrong alignment on SplineMeshComponent_GetSplineUpDir"); \ +static_assert(sizeof(SplineMeshComponent_GetSplineUpDir) == 0x000018, "Wrong size on SplineMeshComponent_GetSplineUpDir"); \ +static_assert(offsetof(SplineMeshComponent_GetSplineUpDir, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetSplineUpDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartOffset \ +static_assert(alignof(SplineMeshComponent_GetStartOffset) == 0x000008, "Wrong alignment on SplineMeshComponent_GetStartOffset"); \ +static_assert(sizeof(SplineMeshComponent_GetStartOffset) == 0x000010, "Wrong size on SplineMeshComponent_GetStartOffset"); \ +static_assert(offsetof(SplineMeshComponent_GetStartOffset, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartPosition \ +static_assert(alignof(SplineMeshComponent_GetStartPosition) == 0x000008, "Wrong alignment on SplineMeshComponent_GetStartPosition"); \ +static_assert(sizeof(SplineMeshComponent_GetStartPosition) == 0x000018, "Wrong size on SplineMeshComponent_GetStartPosition"); \ +static_assert(offsetof(SplineMeshComponent_GetStartPosition, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartRoll \ +static_assert(alignof(SplineMeshComponent_GetStartRoll) == 0x000004, "Wrong alignment on SplineMeshComponent_GetStartRoll"); \ +static_assert(sizeof(SplineMeshComponent_GetStartRoll) == 0x000004, "Wrong size on SplineMeshComponent_GetStartRoll"); \ +static_assert(offsetof(SplineMeshComponent_GetStartRoll, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartRoll::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartScale \ +static_assert(alignof(SplineMeshComponent_GetStartScale) == 0x000008, "Wrong alignment on SplineMeshComponent_GetStartScale"); \ +static_assert(sizeof(SplineMeshComponent_GetStartScale) == 0x000010, "Wrong size on SplineMeshComponent_GetStartScale"); \ +static_assert(offsetof(SplineMeshComponent_GetStartScale, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineMeshComponent_GetStartTangent \ +static_assert(alignof(SplineMeshComponent_GetStartTangent) == 0x000008, "Wrong alignment on SplineMeshComponent_GetStartTangent"); \ +static_assert(sizeof(SplineMeshComponent_GetStartTangent) == 0x000018, "Wrong size on SplineMeshComponent_GetStartTangent"); \ +static_assert(offsetof(SplineMeshComponent_GetStartTangent, ReturnValue) == 0x000000, "Member 'SplineMeshComponent_GetStartTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineMeshComponent \ +static_assert(alignof(USplineMeshComponent) == 0x000010, "Wrong alignment on USplineMeshComponent"); \ +static_assert(sizeof(USplineMeshComponent) == 0x000760, "Wrong size on USplineMeshComponent"); \ +static_assert(offsetof(USplineMeshComponent, SplineParams) == 0x000638, "Member 'USplineMeshComponent::SplineParams' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineUpDir) == 0x0006E8, "Member 'USplineMeshComponent::SplineUpDir' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineBoundaryMin) == 0x000700, "Member 'USplineMeshComponent::SplineBoundaryMin' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, CachedMeshBodySetupGuid) == 0x000704, "Member 'USplineMeshComponent::CachedMeshBodySetupGuid' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x000714, "Member 'USplineMeshComponent::VirtualTextureMainPassMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, BodySetup) == 0x000750, "Member 'USplineMeshComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineBoundaryMax) == 0x000758, "Member 'USplineMeshComponent::SplineBoundaryMax' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, ForwardAxis) == 0x00075C, "Member 'USplineMeshComponent::ForwardAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditorFlagCollector_GetFlagNames \ +static_assert(alignof(EditorFlagCollector_GetFlagNames) == 0x000008, "Wrong alignment on EditorFlagCollector_GetFlagNames"); \ +static_assert(sizeof(EditorFlagCollector_GetFlagNames) == 0x000010, "Wrong size on EditorFlagCollector_GetFlagNames"); \ +static_assert(offsetof(EditorFlagCollector_GetFlagNames, ReturnValue) == 0x000000, "Member 'EditorFlagCollector_GetFlagNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditorFlagCollector \ +static_assert(alignof(UEditorFlagCollector) == 0x000008, "Wrong alignment on UEditorFlagCollector"); \ +static_assert(sizeof(UEditorFlagCollector) == 0x000028, "Wrong size on UEditorFlagCollector"); \ + +#define DUMPER7_ASSERTS_UVirtualTexture2D \ +static_assert(alignof(UVirtualTexture2D) == 0x000008, "Wrong alignment on UVirtualTexture2D"); \ +static_assert(sizeof(UVirtualTexture2D) == 0x000180, "Wrong size on UVirtualTexture2D"); \ +static_assert(offsetof(UVirtualTexture2D, Settings) == 0x000170, "Member 'UVirtualTexture2D::Settings' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexture2D, bContinuousUpdate) == 0x000178, "Member 'UVirtualTexture2D::bContinuousUpdate' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexture2D, bSinglePhysicalSpace) == 0x000179, "Member 'UVirtualTexture2D::bSinglePhysicalSpace' has a wrong offset!"); \ + +#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) == 0x000098, "Wrong size on StereoLayerShapeEquirect_SetEquirectProps"); \ +static_assert(offsetof(StereoLayerShapeEquirect_SetEquirectProps, InScaleBiases) == 0x000000, "Member 'StereoLayerShapeEquirect_SetEquirectProps::InScaleBiases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerShapeEquirect \ +static_assert(alignof(UStereoLayerShapeEquirect) == 0x000008, "Wrong alignment on UStereoLayerShapeEquirect"); \ +static_assert(sizeof(UStereoLayerShapeEquirect) == 0x0000C0, "Wrong size on UStereoLayerShapeEquirect"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, LeftUVRect) == 0x000028, "Member 'UStereoLayerShapeEquirect::LeftUVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, RightUVRect) == 0x000050, "Member 'UStereoLayerShapeEquirect::RightUVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, LeftScale) == 0x000078, "Member 'UStereoLayerShapeEquirect::LeftScale' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, RightScale) == 0x000088, "Member 'UStereoLayerShapeEquirect::RightScale' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, LeftBias) == 0x000098, "Member 'UStereoLayerShapeEquirect::LeftBias' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, RightBias) == 0x0000A8, "Member 'UStereoLayerShapeEquirect::RightBias' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerShapeEquirect, Radius) == 0x0000B8, "Member 'UStereoLayerShapeEquirect::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetEquirectProps \ +static_assert(alignof(StereoLayerComponent_SetEquirectProps) == 0x000008, "Wrong alignment on StereoLayerComponent_SetEquirectProps"); \ +static_assert(sizeof(StereoLayerComponent_SetEquirectProps) == 0x000098, "Wrong size on StereoLayerComponent_SetEquirectProps"); \ +static_assert(offsetof(StereoLayerComponent_SetEquirectProps, InEquirectProps) == 0x000000, "Member 'StereoLayerComponent_SetEquirectProps::InEquirectProps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetLeftTexture \ +static_assert(alignof(StereoLayerComponent_SetLeftTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_SetLeftTexture"); \ +static_assert(sizeof(StereoLayerComponent_SetLeftTexture) == 0x000008, "Wrong size on StereoLayerComponent_SetLeftTexture"); \ +static_assert(offsetof(StereoLayerComponent_SetLeftTexture, InTexture) == 0x000000, "Member 'StereoLayerComponent_SetLeftTexture::InTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetPriority \ +static_assert(alignof(StereoLayerComponent_SetPriority) == 0x000004, "Wrong alignment on StereoLayerComponent_SetPriority"); \ +static_assert(sizeof(StereoLayerComponent_SetPriority) == 0x000004, "Wrong size on StereoLayerComponent_SetPriority"); \ +static_assert(offsetof(StereoLayerComponent_SetPriority, InPriority) == 0x000000, "Member 'StereoLayerComponent_SetPriority::InPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetQuadSize \ +static_assert(alignof(StereoLayerComponent_SetQuadSize) == 0x000008, "Wrong alignment on StereoLayerComponent_SetQuadSize"); \ +static_assert(sizeof(StereoLayerComponent_SetQuadSize) == 0x000010, "Wrong size on StereoLayerComponent_SetQuadSize"); \ +static_assert(offsetof(StereoLayerComponent_SetQuadSize, InQuadSize) == 0x000000, "Member 'StereoLayerComponent_SetQuadSize::InQuadSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetTexture \ +static_assert(alignof(StereoLayerComponent_SetTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_SetTexture"); \ +static_assert(sizeof(StereoLayerComponent_SetTexture) == 0x000008, "Wrong size on StereoLayerComponent_SetTexture"); \ +static_assert(offsetof(StereoLayerComponent_SetTexture, InTexture) == 0x000000, "Member 'StereoLayerComponent_SetTexture::InTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetUVRect \ +static_assert(alignof(StereoLayerComponent_SetUVRect) == 0x000008, "Wrong alignment on StereoLayerComponent_SetUVRect"); \ +static_assert(sizeof(StereoLayerComponent_SetUVRect) == 0x000028, "Wrong size on StereoLayerComponent_SetUVRect"); \ +static_assert(offsetof(StereoLayerComponent_SetUVRect, InUVRect) == 0x000000, "Member 'StereoLayerComponent_SetUVRect::InUVRect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetLeftTexture \ +static_assert(alignof(StereoLayerComponent_GetLeftTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_GetLeftTexture"); \ +static_assert(sizeof(StereoLayerComponent_GetLeftTexture) == 0x000008, "Wrong size on StereoLayerComponent_GetLeftTexture"); \ +static_assert(offsetof(StereoLayerComponent_GetLeftTexture, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetLeftTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetPriority \ +static_assert(alignof(StereoLayerComponent_GetPriority) == 0x000004, "Wrong alignment on StereoLayerComponent_GetPriority"); \ +static_assert(sizeof(StereoLayerComponent_GetPriority) == 0x000004, "Wrong size on StereoLayerComponent_GetPriority"); \ +static_assert(offsetof(StereoLayerComponent_GetPriority, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetQuadSize \ +static_assert(alignof(StereoLayerComponent_GetQuadSize) == 0x000008, "Wrong alignment on StereoLayerComponent_GetQuadSize"); \ +static_assert(sizeof(StereoLayerComponent_GetQuadSize) == 0x000010, "Wrong size on StereoLayerComponent_GetQuadSize"); \ +static_assert(offsetof(StereoLayerComponent_GetQuadSize, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetQuadSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetTexture \ +static_assert(alignof(StereoLayerComponent_GetTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_GetTexture"); \ +static_assert(sizeof(StereoLayerComponent_GetTexture) == 0x000008, "Wrong size on StereoLayerComponent_GetTexture"); \ +static_assert(offsetof(StereoLayerComponent_GetTexture, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_GetUVRect \ +static_assert(alignof(StereoLayerComponent_GetUVRect) == 0x000008, "Wrong alignment on StereoLayerComponent_GetUVRect"); \ +static_assert(sizeof(StereoLayerComponent_GetUVRect) == 0x000028, "Wrong size on StereoLayerComponent_GetUVRect"); \ +static_assert(offsetof(StereoLayerComponent_GetUVRect, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetUVRect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStereoLayerComponent \ +static_assert(alignof(UStereoLayerComponent) == 0x000010, "Wrong alignment on UStereoLayerComponent"); \ +static_assert(sizeof(UStereoLayerComponent) == 0x000350, "Wrong size on UStereoLayerComponent"); \ +static_assert(offsetof(UStereoLayerComponent, Texture) == 0x000258, "Member 'UStereoLayerComponent::Texture' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, LeftTexture) == 0x000260, "Member 'UStereoLayerComponent::LeftTexture' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, AdditionalFlags) == 0x000270, "Member 'UStereoLayerComponent::AdditionalFlags' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, QuadSize) == 0x000280, "Member 'UStereoLayerComponent::QuadSize' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, UVRect) == 0x000290, "Member 'UStereoLayerComponent::UVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, StereoLayerType) == 0x0002B8, "Member 'UStereoLayerComponent::StereoLayerType' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, Shape) == 0x0002C0, "Member 'UStereoLayerComponent::Shape' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, Priority) == 0x0002C8, "Member 'UStereoLayerComponent::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance \ +static_assert(alignof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance) == 0x000001, "Wrong alignment on VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance) == 0x000001, "Wrong size on VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetGroundAlbedo \ +static_assert(alignof(VolumetricCloudComponent_SetGroundAlbedo) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetGroundAlbedo"); \ +static_assert(sizeof(VolumetricCloudComponent_SetGroundAlbedo) == 0x000004, "Wrong size on VolumetricCloudComponent_SetGroundAlbedo"); \ +static_assert(offsetof(VolumetricCloudComponent_SetGroundAlbedo, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetGroundAlbedo::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetHoldout \ +static_assert(alignof(VolumetricCloudComponent_SetHoldout) == 0x000001, "Wrong alignment on VolumetricCloudComponent_SetHoldout"); \ +static_assert(sizeof(VolumetricCloudComponent_SetHoldout) == 0x000001, "Wrong size on VolumetricCloudComponent_SetHoldout"); \ +static_assert(offsetof(VolumetricCloudComponent_SetHoldout, bNewHoldout) == 0x000000, "Member 'VolumetricCloudComponent_SetHoldout::bNewHoldout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerBottomAltitude \ +static_assert(alignof(VolumetricCloudComponent_SetLayerBottomAltitude) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetLayerBottomAltitude"); \ +static_assert(sizeof(VolumetricCloudComponent_SetLayerBottomAltitude) == 0x000004, "Wrong size on VolumetricCloudComponent_SetLayerBottomAltitude"); \ +static_assert(offsetof(VolumetricCloudComponent_SetLayerBottomAltitude, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetLayerBottomAltitude::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerHeight \ +static_assert(alignof(VolumetricCloudComponent_SetLayerHeight) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetLayerHeight"); \ +static_assert(sizeof(VolumetricCloudComponent_SetLayerHeight) == 0x000004, "Wrong size on VolumetricCloudComponent_SetLayerHeight"); \ +static_assert(offsetof(VolumetricCloudComponent_SetLayerHeight, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetLayerHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetMaterial \ +static_assert(alignof(VolumetricCloudComponent_SetMaterial) == 0x000008, "Wrong alignment on VolumetricCloudComponent_SetMaterial"); \ +static_assert(sizeof(VolumetricCloudComponent_SetMaterial) == 0x000008, "Wrong size on VolumetricCloudComponent_SetMaterial"); \ +static_assert(offsetof(VolumetricCloudComponent_SetMaterial, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetMaterial::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetPlanetRadius \ +static_assert(alignof(VolumetricCloudComponent_SetPlanetRadius) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetPlanetRadius"); \ +static_assert(sizeof(VolumetricCloudComponent_SetPlanetRadius) == 0x000004, "Wrong size on VolumetricCloudComponent_SetPlanetRadius"); \ +static_assert(offsetof(VolumetricCloudComponent_SetPlanetRadius, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetPlanetRadius::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetReflectionSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetReflectionSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetReflectionSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetReflectionSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetReflectionSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetReflectionSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetReflectionSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetReflectionViewSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetReflectionViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetReflectionViewSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetReflectionViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetReflectionViewSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetReflectionViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetReflectionViewSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetRenderInMainPass \ +static_assert(alignof(VolumetricCloudComponent_SetRenderInMainPass) == 0x000001, "Wrong alignment on VolumetricCloudComponent_SetRenderInMainPass"); \ +static_assert(sizeof(VolumetricCloudComponent_SetRenderInMainPass) == 0x000001, "Wrong size on VolumetricCloudComponent_SetRenderInMainPass"); \ +static_assert(offsetof(VolumetricCloudComponent_SetRenderInMainPass, bValue) == 0x000000, "Member 'VolumetricCloudComponent_SetRenderInMainPass::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowReflectionSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowReflectionSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowReflectionSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowReflectionSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowReflectionViewSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowTracingDistance \ +static_assert(alignof(VolumetricCloudComponent_SetShadowTracingDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowTracingDistance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetShadowTracingDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowTracingDistance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetShadowTracingDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowTracingDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowViewSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetShadowViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowViewSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetShadowViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowViewSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetShadowViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowViewSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion \ +static_assert(alignof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion"); \ +static_assert(sizeof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion) == 0x000004, "Wrong size on VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion"); \ +static_assert(offsetof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetStopTracingTransmittanceThreshold \ +static_assert(alignof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetStopTracingTransmittanceThreshold"); \ +static_assert(sizeof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold) == 0x000004, "Wrong size on VolumetricCloudComponent_SetStopTracingTransmittanceThreshold"); \ +static_assert(offsetof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetStopTracingTransmittanceThreshold::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingMaxDistance \ +static_assert(alignof(VolumetricCloudComponent_SetTracingMaxDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetTracingMaxDistance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetTracingMaxDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetTracingMaxDistance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetTracingMaxDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetTracingMaxDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingStartDistanceFromCamera \ +static_assert(alignof(VolumetricCloudComponent_SetTracingStartDistanceFromCamera) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetTracingStartDistanceFromCamera"); \ +static_assert(sizeof(VolumetricCloudComponent_SetTracingStartDistanceFromCamera) == 0x000004, "Wrong size on VolumetricCloudComponent_SetTracingStartDistanceFromCamera"); \ +static_assert(offsetof(VolumetricCloudComponent_SetTracingStartDistanceFromCamera, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetTracingStartDistanceFromCamera::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingStartMaxDistance \ +static_assert(alignof(VolumetricCloudComponent_SetTracingStartMaxDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetTracingStartMaxDistance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetTracingStartMaxDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetTracingStartMaxDistance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetTracingStartMaxDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetTracingStartMaxDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetViewSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetViewSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetViewSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetViewSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetVisibleInRealTimeSkyCaptures \ +static_assert(alignof(VolumetricCloudComponent_SetVisibleInRealTimeSkyCaptures) == 0x000001, "Wrong alignment on VolumetricCloudComponent_SetVisibleInRealTimeSkyCaptures"); \ +static_assert(sizeof(VolumetricCloudComponent_SetVisibleInRealTimeSkyCaptures) == 0x000001, "Wrong size on VolumetricCloudComponent_SetVisibleInRealTimeSkyCaptures"); \ +static_assert(offsetof(VolumetricCloudComponent_SetVisibleInRealTimeSkyCaptures, bValue) == 0x000000, "Member 'VolumetricCloudComponent_SetVisibleInRealTimeSkyCaptures::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVolumetricCloudComponent \ +static_assert(alignof(UVolumetricCloudComponent) == 0x000010, "Wrong alignment on UVolumetricCloudComponent"); \ +static_assert(sizeof(UVolumetricCloudComponent) == 0x0002F0, "Wrong size on UVolumetricCloudComponent"); \ +static_assert(offsetof(UVolumetricCloudComponent, LayerBottomAltitude) == 0x000250, "Member 'UVolumetricCloudComponent::LayerBottomAltitude' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, LayerHeight) == 0x000254, "Member 'UVolumetricCloudComponent::LayerHeight' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingStartMaxDistance) == 0x000258, "Member 'UVolumetricCloudComponent::TracingStartMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingStartDistanceFromCamera) == 0x00025C, "Member 'UVolumetricCloudComponent::TracingStartDistanceFromCamera' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingMaxDistanceMode) == 0x000260, "Member 'UVolumetricCloudComponent::TracingMaxDistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingMaxDistance) == 0x000264, "Member 'UVolumetricCloudComponent::TracingMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, PlanetRadius) == 0x000268, "Member 'UVolumetricCloudComponent::PlanetRadius' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, GroundAlbedo) == 0x00026C, "Member 'UVolumetricCloudComponent::GroundAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, Material) == 0x000270, "Member 'UVolumetricCloudComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, SkyLightCloudBottomOcclusion) == 0x00029C, "Member 'UVolumetricCloudComponent::SkyLightCloudBottomOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ViewSampleCountScale) == 0x0002A0, "Member 'UVolumetricCloudComponent::ViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ReflectionViewSampleCountScaleValue) == 0x0002A4, "Member 'UVolumetricCloudComponent::ReflectionViewSampleCountScaleValue' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ReflectionViewSampleCountScale) == 0x0002A8, "Member 'UVolumetricCloudComponent::ReflectionViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ReflectionSampleCountScale) == 0x0002AC, "Member 'UVolumetricCloudComponent::ReflectionSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowViewSampleCountScale) == 0x0002B0, "Member 'UVolumetricCloudComponent::ShadowViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionViewSampleCountScaleValue) == 0x0002B4, "Member 'UVolumetricCloudComponent::ShadowReflectionViewSampleCountScaleValue' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionViewSampleCountScale) == 0x0002B8, "Member 'UVolumetricCloudComponent::ShadowReflectionViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionSampleCountScale) == 0x0002BC, "Member 'UVolumetricCloudComponent::ShadowReflectionSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowTracingDistance) == 0x0002C0, "Member 'UVolumetricCloudComponent::ShadowTracingDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, StopTracingTransmittanceThreshold) == 0x0002C4, "Member 'UVolumetricCloudComponent::StopTracingTransmittanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, AerialPespectiveRayleighScatteringStartDistance) == 0x0002C8, "Member 'UVolumetricCloudComponent::AerialPespectiveRayleighScatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, AerialPespectiveRayleighScatteringFadeDistance) == 0x0002CC, "Member 'UVolumetricCloudComponent::AerialPespectiveRayleighScatteringFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, AerialPespectiveMieScatteringStartDistance) == 0x0002D0, "Member 'UVolumetricCloudComponent::AerialPespectiveMieScatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, AerialPespectiveMieScatteringFadeDistance) == 0x0002D4, "Member 'UVolumetricCloudComponent::AerialPespectiveMieScatteringFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, MaterialLifetimePtr) == 0x0002E8, "Member 'UVolumetricCloudComponent::MaterialLifetimePtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVolumetricLightmapDensityVolume \ +static_assert(alignof(AVolumetricLightmapDensityVolume) == 0x000008, "Wrong alignment on AVolumetricLightmapDensityVolume"); \ +static_assert(sizeof(AVolumetricLightmapDensityVolume) == 0x0002F0, "Wrong size on AVolumetricLightmapDensityVolume"); \ +static_assert(offsetof(AVolumetricLightmapDensityVolume, AllowedMipLevelRange) == 0x0002E8, "Member 'AVolumetricLightmapDensityVolume::AllowedMipLevelRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVolumetricCloud \ +static_assert(alignof(AVolumetricCloud) == 0x000008, "Wrong alignment on AVolumetricCloud"); \ +static_assert(sizeof(AVolumetricCloud) == 0x0002B8, "Wrong size on AVolumetricCloud"); \ +static_assert(offsetof(AVolumetricCloud, VolumetricCloudComponent) == 0x0002B0, "Member 'AVolumetricCloud::VolumetricCloudComponent' 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) == 0x000120, "Wrong size on UWorldPartitionStreamingSourceComponent"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetBehavior) == 0x0000C8, "Member 'UWorldPartitionStreamingSourceComponent::TargetBehavior' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetGrids) == 0x0000D0, "Member 'UWorldPartitionStreamingSourceComponent::TargetGrids' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetGrid) == 0x0000E0, "Member 'UWorldPartitionStreamingSourceComponent::TargetGrid' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, DebugColor) == 0x0000E8, "Member 'UWorldPartitionStreamingSourceComponent::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetHLODLayers) == 0x0000F0, "Member 'UWorldPartitionStreamingSourceComponent::TargetHLODLayers' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetHLODLayer) == 0x000100, "Member 'UWorldPartitionStreamingSourceComponent::TargetHLODLayer' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, Shapes) == 0x000108, "Member 'UWorldPartitionStreamingSourceComponent::Shapes' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, Priority) == 0x000118, "Member 'UWorldPartitionStreamingSourceComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, bStreamingSourceEnabled) == 0x000119, "Member 'UWorldPartitionStreamingSourceComponent::bStreamingSourceEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetState) == 0x00011A, "Member 'UWorldPartitionStreamingSourceComponent::TargetState' has a wrong offset!"); \ + +#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_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_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_ACullDistanceVolume \ +static_assert(alignof(ACullDistanceVolume) == 0x000008, "Wrong alignment on ACullDistanceVolume"); \ +static_assert(sizeof(ACullDistanceVolume) == 0x000300, "Wrong size on ACullDistanceVolume"); \ +static_assert(offsetof(ACullDistanceVolume, CullDistances) == 0x0002E8, "Member 'ACullDistanceVolume::CullDistances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveEdPresetCurve \ +static_assert(alignof(UCurveEdPresetCurve) == 0x000008, "Wrong alignment on UCurveEdPresetCurve"); \ +static_assert(sizeof(UCurveEdPresetCurve) == 0x000028, "Wrong size on UCurveEdPresetCurve"); \ + +#define DUMPER7_ASSERTS_CurveLinearColor_GetClampedLinearColorValue \ +static_assert(alignof(CurveLinearColor_GetClampedLinearColorValue) == 0x000004, "Wrong alignment on CurveLinearColor_GetClampedLinearColorValue"); \ +static_assert(sizeof(CurveLinearColor_GetClampedLinearColorValue) == 0x000014, "Wrong size on CurveLinearColor_GetClampedLinearColorValue"); \ +static_assert(offsetof(CurveLinearColor_GetClampedLinearColorValue, InTime) == 0x000000, "Member 'CurveLinearColor_GetClampedLinearColorValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(CurveLinearColor_GetClampedLinearColorValue, ReturnValue) == 0x000004, "Member 'CurveLinearColor_GetClampedLinearColorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveLinearColor_GetLinearColorValue \ +static_assert(alignof(CurveLinearColor_GetLinearColorValue) == 0x000004, "Wrong alignment on CurveLinearColor_GetLinearColorValue"); \ +static_assert(sizeof(CurveLinearColor_GetLinearColorValue) == 0x000014, "Wrong size on CurveLinearColor_GetLinearColorValue"); \ +static_assert(offsetof(CurveLinearColor_GetLinearColorValue, InTime) == 0x000000, "Member 'CurveLinearColor_GetLinearColorValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(CurveLinearColor_GetLinearColorValue, ReturnValue) == 0x000004, "Member 'CurveLinearColor_GetLinearColorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveLinearColor_GetUnadjustedLinearColorValue \ +static_assert(alignof(CurveLinearColor_GetUnadjustedLinearColorValue) == 0x000004, "Wrong alignment on CurveLinearColor_GetUnadjustedLinearColorValue"); \ +static_assert(sizeof(CurveLinearColor_GetUnadjustedLinearColorValue) == 0x000014, "Wrong size on CurveLinearColor_GetUnadjustedLinearColorValue"); \ +static_assert(offsetof(CurveLinearColor_GetUnadjustedLinearColorValue, InTime) == 0x000000, "Member 'CurveLinearColor_GetUnadjustedLinearColorValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(CurveLinearColor_GetUnadjustedLinearColorValue, ReturnValue) == 0x000004, "Member 'CurveLinearColor_GetUnadjustedLinearColorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveLinearColor \ +static_assert(alignof(UCurveLinearColor) == 0x000008, "Wrong alignment on UCurveLinearColor"); \ +static_assert(sizeof(UCurveLinearColor) == 0x000250, "Wrong size on UCurveLinearColor"); \ +static_assert(offsetof(UCurveLinearColor, FloatCurves) == 0x000030, "Member 'UCurveLinearColor::FloatCurves' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustHue) == 0x000230, "Member 'UCurveLinearColor::AdjustHue' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustSaturation) == 0x000234, "Member 'UCurveLinearColor::AdjustSaturation' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustBrightness) == 0x000238, "Member 'UCurveLinearColor::AdjustBrightness' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustBrightnessCurve) == 0x00023C, "Member 'UCurveLinearColor::AdjustBrightnessCurve' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustVibrance) == 0x000240, "Member 'UCurveLinearColor::AdjustVibrance' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustMinAlpha) == 0x000244, "Member 'UCurveLinearColor::AdjustMinAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColor, AdjustMaxAlpha) == 0x000248, "Member 'UCurveLinearColor::AdjustMaxAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveLinearColorAtlas_GetCurvePosition \ +static_assert(alignof(CurveLinearColorAtlas_GetCurvePosition) == 0x000008, "Wrong alignment on CurveLinearColorAtlas_GetCurvePosition"); \ +static_assert(sizeof(CurveLinearColorAtlas_GetCurvePosition) == 0x000010, "Wrong size on CurveLinearColorAtlas_GetCurvePosition"); \ +static_assert(offsetof(CurveLinearColorAtlas_GetCurvePosition, InCurve) == 0x000000, "Member 'CurveLinearColorAtlas_GetCurvePosition::InCurve' has a wrong offset!"); \ +static_assert(offsetof(CurveLinearColorAtlas_GetCurvePosition, position) == 0x000008, "Member 'CurveLinearColorAtlas_GetCurvePosition::position' has a wrong offset!"); \ +static_assert(offsetof(CurveLinearColorAtlas_GetCurvePosition, ReturnValue) == 0x00000C, "Member 'CurveLinearColorAtlas_GetCurvePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveLinearColorAtlas \ +static_assert(alignof(UCurveLinearColorAtlas) == 0x000008, "Wrong alignment on UCurveLinearColorAtlas"); \ +static_assert(sizeof(UCurveLinearColorAtlas) == 0x000188, "Wrong size on UCurveLinearColorAtlas"); \ +static_assert(offsetof(UCurveLinearColorAtlas, TextureSize) == 0x000170, "Member 'UCurveLinearColorAtlas::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColorAtlas, GradientCurves) == 0x000178, "Member 'UCurveLinearColorAtlas::GradientCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveVector_GetVectorValue \ +static_assert(alignof(CurveVector_GetVectorValue) == 0x000008, "Wrong alignment on CurveVector_GetVectorValue"); \ +static_assert(sizeof(CurveVector_GetVectorValue) == 0x000020, "Wrong size on CurveVector_GetVectorValue"); \ +static_assert(offsetof(CurveVector_GetVectorValue, InTime) == 0x000000, "Member 'CurveVector_GetVectorValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(CurveVector_GetVectorValue, ReturnValue) == 0x000008, "Member 'CurveVector_GetVectorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveVector \ +static_assert(alignof(UCurveVector) == 0x000008, "Wrong alignment on UCurveVector"); \ +static_assert(sizeof(UCurveVector) == 0x0001B0, "Wrong size on UCurveVector"); \ +static_assert(offsetof(UCurveVector, FloatCurves) == 0x000030, "Member 'UCurveVector::FloatCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateHazinessToSecondaryRoughness \ +static_assert(alignof(UMaterialExpressionSubstrateHazinessToSecondaryRoughness) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateHazinessToSecondaryRoughness"); \ +static_assert(sizeof(UMaterialExpressionSubstrateHazinessToSecondaryRoughness) == 0x000100, "Wrong size on UMaterialExpressionSubstrateHazinessToSecondaryRoughness"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHazinessToSecondaryRoughness, BaseRoughness) == 0x0000B0, "Member 'UMaterialExpressionSubstrateHazinessToSecondaryRoughness::BaseRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHazinessToSecondaryRoughness, Haziness) == 0x0000D8, "Member 'UMaterialExpressionSubstrateHazinessToSecondaryRoughness::Haziness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrimaryDataAsset \ +static_assert(alignof(UPrimaryDataAsset) == 0x000008, "Wrong alignment on UPrimaryDataAsset"); \ +static_assert(sizeof(UPrimaryDataAsset) == 0x000030, "Wrong size on UPrimaryDataAsset"); \ + +#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_UDataDrivenCVarEngineSubsystem \ +static_assert(alignof(UDataDrivenCVarEngineSubsystem) == 0x000008, "Wrong alignment on UDataDrivenCVarEngineSubsystem"); \ +static_assert(sizeof(UDataDrivenCVarEngineSubsystem) == 0x000040, "Wrong size on UDataDrivenCVarEngineSubsystem"); \ +static_assert(offsetof(UDataDrivenCVarEngineSubsystem, OnDataDrivenCVarDelegate) == 0x000030, "Member 'UDataDrivenCVarEngineSubsystem::OnDataDrivenCVarDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataDrivenConsoleVariableSettings \ +static_assert(alignof(UDataDrivenConsoleVariableSettings) == 0x000008, "Wrong alignment on UDataDrivenConsoleVariableSettings"); \ +static_assert(sizeof(UDataDrivenConsoleVariableSettings) == 0x000070, "Wrong size on UDataDrivenConsoleVariableSettings"); \ +static_assert(offsetof(UDataDrivenConsoleVariableSettings, CVarsArray) == 0x000050, "Member 'UDataDrivenConsoleVariableSettings::CVarsArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnActivate \ +static_assert(alignof(DebugCameraController_ReceiveOnActivate) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnActivate"); \ +static_assert(sizeof(DebugCameraController_ReceiveOnActivate) == 0x000008, "Wrong size on DebugCameraController_ReceiveOnActivate"); \ +static_assert(offsetof(DebugCameraController_ReceiveOnActivate, OriginalPC) == 0x000000, "Member 'DebugCameraController_ReceiveOnActivate::OriginalPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnActorSelected \ +static_assert(alignof(DebugCameraController_ReceiveOnActorSelected) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnActorSelected"); \ +static_assert(sizeof(DebugCameraController_ReceiveOnActorSelected) == 0x000138, "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) == 0x0008D8, "Wrong size on ADebugCameraController"); \ +static_assert(offsetof(ADebugCameraController, DrawFrustum) == 0x000748, "Member 'ADebugCameraController::DrawFrustum' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedActor) == 0x000750, "Member 'ADebugCameraController::SelectedActor' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedComponent) == 0x000758, "Member 'ADebugCameraController::SelectedComponent' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedHitPoint) == 0x000760, "Member 'ADebugCameraController::SelectedHitPoint' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, OriginalControllerRef) == 0x000860, "Member 'ADebugCameraController::OriginalControllerRef' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, OriginalPlayer) == 0x000868, "Member 'ADebugCameraController::OriginalPlayer' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SpeedScale) == 0x000870, "Member 'ADebugCameraController::SpeedScale' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialMaxSpeed) == 0x000874, "Member 'ADebugCameraController::InitialMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialAccel) == 0x000878, "Member 'ADebugCameraController::InitialAccel' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialDecel) == 0x00087C, "Member 'ADebugCameraController::InitialDecel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDebugCameraControllerSettings \ +static_assert(alignof(UDebugCameraControllerSettings) == 0x000008, "Wrong alignment on UDebugCameraControllerSettings"); \ +static_assert(sizeof(UDebugCameraControllerSettings) == 0x000048, "Wrong size on UDebugCameraControllerSettings"); \ +static_assert(offsetof(UDebugCameraControllerSettings, CycleViewModes) == 0x000038, "Member 'UDebugCameraControllerSettings::CycleViewModes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADebugCameraHUD \ +static_assert(alignof(ADebugCameraHUD) == 0x000008, "Wrong alignment on ADebugCameraHUD"); \ +static_assert(sizeof(ADebugCameraHUD) == 0x0003A0, "Wrong size on ADebugCameraHUD"); \ + +#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_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_DefaultPawn_LookUpAtRate \ +static_assert(alignof(DefaultPawn_LookUpAtRate) == 0x000004, "Wrong alignment on DefaultPawn_LookUpAtRate"); \ +static_assert(sizeof(DefaultPawn_LookUpAtRate) == 0x000004, "Wrong size on DefaultPawn_LookUpAtRate"); \ +static_assert(offsetof(DefaultPawn_LookUpAtRate, Rate) == 0x000000, "Member 'DefaultPawn_LookUpAtRate::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_MoveForward \ +static_assert(alignof(DefaultPawn_MoveForward) == 0x000004, "Wrong alignment on DefaultPawn_MoveForward"); \ +static_assert(sizeof(DefaultPawn_MoveForward) == 0x000004, "Wrong size on DefaultPawn_MoveForward"); \ +static_assert(offsetof(DefaultPawn_MoveForward, Val) == 0x000000, "Member 'DefaultPawn_MoveForward::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_MoveRight \ +static_assert(alignof(DefaultPawn_MoveRight) == 0x000004, "Wrong alignment on DefaultPawn_MoveRight"); \ +static_assert(sizeof(DefaultPawn_MoveRight) == 0x000004, "Wrong size on DefaultPawn_MoveRight"); \ +static_assert(offsetof(DefaultPawn_MoveRight, Val) == 0x000000, "Member 'DefaultPawn_MoveRight::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_MoveUp_World \ +static_assert(alignof(DefaultPawn_MoveUp_World) == 0x000004, "Wrong alignment on DefaultPawn_MoveUp_World"); \ +static_assert(sizeof(DefaultPawn_MoveUp_World) == 0x000004, "Wrong size on DefaultPawn_MoveUp_World"); \ +static_assert(offsetof(DefaultPawn_MoveUp_World, Val) == 0x000000, "Member 'DefaultPawn_MoveUp_World::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DefaultPawn_TurnAtRate \ +static_assert(alignof(DefaultPawn_TurnAtRate) == 0x000004, "Wrong alignment on DefaultPawn_TurnAtRate"); \ +static_assert(sizeof(DefaultPawn_TurnAtRate) == 0x000004, "Wrong size on DefaultPawn_TurnAtRate"); \ +static_assert(offsetof(DefaultPawn_TurnAtRate, Rate) == 0x000000, "Member 'DefaultPawn_TurnAtRate::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADefaultPawn \ +static_assert(alignof(ADefaultPawn) == 0x000008, "Wrong alignment on ADefaultPawn"); \ +static_assert(sizeof(ADefaultPawn) == 0x000358, "Wrong size on ADefaultPawn"); \ +static_assert(offsetof(ADefaultPawn, BaseTurnRate) == 0x000330, "Member 'ADefaultPawn::BaseTurnRate' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, BaseLookUpRate) == 0x000334, "Member 'ADefaultPawn::BaseLookUpRate' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, MovementComponent) == 0x000338, "Member 'ADefaultPawn::MovementComponent' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, CollisionComponent) == 0x000340, "Member 'ADefaultPawn::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, MeshComponent) == 0x000348, "Member 'ADefaultPawn::MeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APhysicsVolume \ +static_assert(alignof(APhysicsVolume) == 0x000008, "Wrong alignment on APhysicsVolume"); \ +static_assert(sizeof(APhysicsVolume) == 0x0002F8, "Wrong size on APhysicsVolume"); \ +static_assert(offsetof(APhysicsVolume, TerminalVelocity) == 0x0002E8, "Member 'APhysicsVolume::TerminalVelocity' has a wrong offset!"); \ +static_assert(offsetof(APhysicsVolume, Priority) == 0x0002EC, "Member 'APhysicsVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(APhysicsVolume, FluidFriction) == 0x0002F0, "Member 'APhysicsVolume::FluidFriction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADefaultPhysicsVolume \ +static_assert(alignof(ADefaultPhysicsVolume) == 0x000008, "Wrong alignment on ADefaultPhysicsVolume"); \ +static_assert(sizeof(ADefaultPhysicsVolume) == 0x0002F8, "Wrong size on ADefaultPhysicsVolume"); \ + +#define DUMPER7_ASSERTS_UDeletedObjectPlaceholder \ +static_assert(alignof(UDeletedObjectPlaceholder) == 0x000008, "Wrong alignment on UDeletedObjectPlaceholder"); \ +static_assert(sizeof(UDeletedObjectPlaceholder) == 0x000028, "Wrong size on UDeletedObjectPlaceholder"); \ + +#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_UNetDriver \ +static_assert(alignof(UNetDriver) == 0x000008, "Wrong alignment on UNetDriver"); \ +static_assert(sizeof(UNetDriver) == 0x000968, "Wrong size on UNetDriver"); \ +static_assert(offsetof(UNetDriver, NetConnectionClassName) == 0x000030, "Member 'UNetDriver::NetConnectionClassName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriverClassName) == 0x000040, "Member 'UNetDriver::ReplicationDriverClassName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationBridgeClassName) == 0x000050, "Member 'UNetDriver::ReplicationBridgeClassName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationSystemConfigServer) == 0x000060, "Member 'UNetDriver::ReplicationSystemConfigServer' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationSystemConfigClient) == 0x000080, "Member 'UNetDriver::ReplicationSystemConfigClient' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxDownloadSize) == 0x0000A0, "Member 'UNetDriver::MaxDownloadSize' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetServerMaxTickRate) == 0x0000A8, "Member 'UNetDriver::NetServerMaxTickRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxNetTickRate) == 0x0000C8, "Member 'UNetDriver::MaxNetTickRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxInternetClientRate) == 0x0000CC, "Member 'UNetDriver::MaxInternetClientRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxClientRate) == 0x0000D0, "Member 'UNetDriver::MaxClientRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ServerTravelPause) == 0x0000D4, "Member 'UNetDriver::ServerTravelPause' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, SpawnPrioritySeconds) == 0x0000D8, "Member 'UNetDriver::SpawnPrioritySeconds' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, RelevantTimeout) == 0x0000DC, "Member 'UNetDriver::RelevantTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, KeepAliveTime) == 0x0000E0, "Member 'UNetDriver::KeepAliveTime' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, InitialConnectTimeout) == 0x0000E4, "Member 'UNetDriver::InitialConnectTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ConnectionTimeout) == 0x0000E8, "Member 'UNetDriver::ConnectionTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, GracefulCloseConnectionTimeout) == 0x0000EC, "Member 'UNetDriver::GracefulCloseConnectionTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, TimeoutMultiplierForUnoptimizedBuilds) == 0x0000F0, "Member 'UNetDriver::TimeoutMultiplierForUnoptimizedBuilds' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ServerConnection) == 0x0000F8, "Member 'UNetDriver::ServerConnection' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ClientConnections) == 0x000100, "Member 'UNetDriver::ClientConnections' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, RecentlyDisconnectedTrackingTime) == 0x000170, "Member 'UNetDriver::RecentlyDisconnectedTrackingTime' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, World) == 0x0001B0, "Member 'UNetDriver::World' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, WorldPackage) == 0x0001B8, "Member 'UNetDriver::WorldPackage' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetConnectionClass) == 0x0001E0, "Member 'UNetDriver::NetConnectionClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ChildNetConnectionClass) == 0x0001E8, "Member 'UNetDriver::ChildNetConnectionClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriverClass) == 0x0001F0, "Member 'UNetDriver::ReplicationDriverClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationBridgeClass) == 0x0001F8, "Member 'UNetDriver::ReplicationBridgeClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetDriverName) == 0x000210, "Member 'UNetDriver::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ChannelDefinitions) == 0x000218, "Member 'UNetDriver::ChannelDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ChannelDefinitionMap) == 0x000228, "Member 'UNetDriver::ChannelDefinitionMap' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ActorChannelPool) == 0x000278, "Member 'UNetDriver::ActorChannelPool' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetworkMetricsDatabase) == 0x000298, "Member 'UNetDriver::NetworkMetricsDatabase' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetworkMetricsListeners) == 0x0002A0, "Member 'UNetDriver::NetworkMetricsListeners' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriver) == 0x0008B0, "Member 'UNetDriver::ReplicationDriver' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, bSendImmediateAcks) == 0x000960, "Member 'UNetDriver::bSendImmediateAcks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDemoNetDriver \ +static_assert(alignof(UDemoNetDriver) == 0x000010, "Wrong alignment on UDemoNetDriver"); \ +static_assert(sizeof(UDemoNetDriver) == 0x001610, "Wrong size on UDemoNetDriver"); \ +static_assert(offsetof(UDemoNetDriver, RollbackNetStartupActors) == 0x0009A0, "Member 'UDemoNetDriver::RollbackNetStartupActors' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, CheckpointSaveMaxMSPerFrame) == 0x000AD4, "Member 'UDemoNetDriver::CheckpointSaveMaxMSPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, MulticastRecordOptions) == 0x000AF0, "Member 'UDemoNetDriver::MulticastRecordOptions' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, SpectatorControllers) == 0x000B00, "Member 'UDemoNetDriver::SpectatorControllers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureLODSettings \ +static_assert(alignof(UTextureLODSettings) == 0x000008, "Wrong alignment on UTextureLODSettings"); \ +static_assert(sizeof(UTextureLODSettings) == 0x000038, "Wrong size on UTextureLODSettings"); \ +static_assert(offsetof(UTextureLODSettings, TextureLODGroups) == 0x000028, "Member 'UTextureLODSettings::TextureLODGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeviceProfile \ +static_assert(alignof(UDeviceProfile) == 0x000008, "Wrong alignment on UDeviceProfile"); \ +static_assert(sizeof(UDeviceProfile) == 0x0000D0, "Wrong size on UDeviceProfile"); \ +static_assert(offsetof(UDeviceProfile, DeviceType) == 0x000038, "Member 'UDeviceProfile::DeviceType' has a wrong offset!"); \ +static_assert(offsetof(UDeviceProfile, BaseProfileName) == 0x000048, "Member 'UDeviceProfile::BaseProfileName' has a wrong offset!"); \ +static_assert(offsetof(UDeviceProfile, Parent) == 0x000060, "Member 'UDeviceProfile::Parent' has a wrong offset!"); \ +static_assert(offsetof(UDeviceProfile, CVars) == 0x000090, "Member 'UDeviceProfile::CVars' has a wrong offset!"); \ +static_assert(offsetof(UDeviceProfile, MatchingRules) == 0x0000A0, "Member 'UDeviceProfile::MatchingRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeviceProfileManager \ +static_assert(alignof(UDeviceProfileManager) == 0x000008, "Wrong alignment on UDeviceProfileManager"); \ +static_assert(sizeof(UDeviceProfileManager) == 0x0000C0, "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_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_ADocumentationActor \ +static_assert(alignof(ADocumentationActor) == 0x000008, "Wrong alignment on ADocumentationActor"); \ +static_assert(sizeof(ADocumentationActor) == 0x0002B8, "Wrong size on ADocumentationActor"); \ + +#define DUMPER7_ASSERTS_UDPICustomScalingRule \ +static_assert(alignof(UDPICustomScalingRule) == 0x000008, "Wrong alignment on UDPICustomScalingRule"); \ +static_assert(sizeof(UDPICustomScalingRule) == 0x000028, "Wrong size on UDPICustomScalingRule"); \ + +#define DUMPER7_ASSERTS_UEdGraphNode_Documentation \ +static_assert(alignof(UEdGraphNode_Documentation) == 0x000008, "Wrong alignment on UEdGraphNode_Documentation"); \ +static_assert(sizeof(UEdGraphNode_Documentation) == 0x0000B8, "Wrong size on UEdGraphNode_Documentation"); \ +static_assert(offsetof(UEdGraphNode_Documentation, Link) == 0x000098, "Member 'UEdGraphNode_Documentation::Link' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphNode_Documentation, Excerpt) == 0x0000A8, "Member 'UEdGraphNode_Documentation::Excerpt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEdGraphPin_Deprecated \ +static_assert(alignof(UEdGraphPin_Deprecated) == 0x000008, "Wrong alignment on UEdGraphPin_Deprecated"); \ +static_assert(sizeof(UEdGraphPin_Deprecated) == 0x000110, "Wrong size on UEdGraphPin_Deprecated"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, PinName) == 0x000028, "Member 'UEdGraphPin_Deprecated::PinName' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, PinToolTip) == 0x000038, "Member 'UEdGraphPin_Deprecated::PinToolTip' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, Direction) == 0x000048, "Member 'UEdGraphPin_Deprecated::Direction' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, PinType) == 0x000050, "Member 'UEdGraphPin_Deprecated::PinType' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, DefaultValue) == 0x0000A8, "Member 'UEdGraphPin_Deprecated::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, AutogeneratedDefaultValue) == 0x0000B8, "Member 'UEdGraphPin_Deprecated::AutogeneratedDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, DefaultObject) == 0x0000C8, "Member 'UEdGraphPin_Deprecated::DefaultObject' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, DefaultTextValue) == 0x0000D0, "Member 'UEdGraphPin_Deprecated::DefaultTextValue' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, LinkedTo) == 0x0000E0, "Member 'UEdGraphPin_Deprecated::LinkedTo' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, SubPins) == 0x0000F0, "Member 'UEdGraphPin_Deprecated::SubPins' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, ParentPin) == 0x000100, "Member 'UEdGraphPin_Deprecated::ParentPin' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, ReferencePassThroughConnection) == 0x000108, "Member 'UEdGraphPin_Deprecated::ReferencePassThroughConnection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEdGraphSchema \ +static_assert(alignof(UEdGraphSchema) == 0x000008, "Wrong alignment on UEdGraphSchema"); \ +static_assert(sizeof(UEdGraphSchema) == 0x000028, "Wrong size on UEdGraphSchema"); \ + +#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_UserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings \ +static_assert(alignof(UserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings) == 0x000001, "Wrong alignment on UserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings"); \ +static_assert(sizeof(UserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings) == 0x000001, "Wrong size on UserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings"); \ +static_assert(offsetof(UserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings, ReturnValue) == 0x000000, "Member 'UserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserInterfaceSettings \ +static_assert(alignof(UUserInterfaceSettings) == 0x000008, "Wrong alignment on UUserInterfaceSettings"); \ +static_assert(sizeof(UUserInterfaceSettings) == 0x0002B0, "Wrong size on UUserInterfaceSettings"); \ +static_assert(offsetof(UUserInterfaceSettings, RenderFocusRule) == 0x000038, "Member 'UUserInterfaceSettings::RenderFocusRule' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, HardwareCursors) == 0x000040, "Member 'UUserInterfaceSettings::HardwareCursors' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, SoftwareCursors) == 0x000090, "Member 'UUserInterfaceSettings::SoftwareCursors' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, DefaultCursor) == 0x0000E0, "Member 'UUserInterfaceSettings::DefaultCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, TextEditBeamCursor) == 0x000100, "Member 'UUserInterfaceSettings::TextEditBeamCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CrosshairsCursor) == 0x000120, "Member 'UUserInterfaceSettings::CrosshairsCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, HandCursor) == 0x000140, "Member 'UUserInterfaceSettings::HandCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, GrabHandCursor) == 0x000160, "Member 'UUserInterfaceSettings::GrabHandCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, GrabHandClosedCursor) == 0x000180, "Member 'UUserInterfaceSettings::GrabHandClosedCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, SlashedCircleCursor) == 0x0001A0, "Member 'UUserInterfaceSettings::SlashedCircleCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, ApplicationScale) == 0x0001C0, "Member 'UUserInterfaceSettings::ApplicationScale' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, UIScaleRule) == 0x0001C4, "Member 'UUserInterfaceSettings::UIScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CustomScalingRuleClass) == 0x0001C8, "Member 'UUserInterfaceSettings::CustomScalingRuleClass' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, UIScaleCurve) == 0x0001E8, "Member 'UUserInterfaceSettings::UIScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, bAllowHighDPIInGameMode) == 0x000270, "Member 'UUserInterfaceSettings::bAllowHighDPIInGameMode' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, DesignScreenSize) == 0x000274, "Member 'UUserInterfaceSettings::DesignScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, bLoadWidgetsOnDedicatedServer) == 0x00027C, "Member 'UUserInterfaceSettings::bLoadWidgetsOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, bAuthorizeAutomaticWidgetVariableCreation) == 0x00027D, "Member 'UUserInterfaceSettings::bAuthorizeAutomaticWidgetVariableCreation' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, bEnableDistanceFieldFontRasterization) == 0x00027E, "Member 'UUserInterfaceSettings::bEnableDistanceFieldFontRasterization' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CursorClasses) == 0x000280, "Member 'UUserInterfaceSettings::CursorClasses' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CustomScalingRuleClassInstance) == 0x000290, "Member 'UUserInterfaceSettings::CustomScalingRuleClassInstance' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CustomScalingRule) == 0x000298, "Member 'UUserInterfaceSettings::CustomScalingRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorElementAssetDataInterface \ +static_assert(alignof(UActorElementAssetDataInterface) == 0x000008, "Wrong alignment on UActorElementAssetDataInterface"); \ +static_assert(sizeof(UActorElementAssetDataInterface) == 0x000030, "Wrong size on UActorElementAssetDataInterface"); \ + +#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_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_UActorElementTedsTypedElementBridgeInterface \ +static_assert(alignof(UActorElementTedsTypedElementBridgeInterface) == 0x000008, "Wrong alignment on UActorElementTedsTypedElementBridgeInterface"); \ +static_assert(sizeof(UActorElementTedsTypedElementBridgeInterface) == 0x000030, "Wrong size on UActorElementTedsTypedElementBridgeInterface"); \ + +#define DUMPER7_ASSERTS_UComponentElementCounterInterface \ +static_assert(alignof(UComponentElementCounterInterface) == 0x000008, "Wrong alignment on UComponentElementCounterInterface"); \ +static_assert(sizeof(UComponentElementCounterInterface) == 0x000030, "Wrong size on UComponentElementCounterInterface"); \ + +#define DUMPER7_ASSERTS_UComponentElementHierarchyInterface \ +static_assert(alignof(UComponentElementHierarchyInterface) == 0x000008, "Wrong alignment on UComponentElementHierarchyInterface"); \ +static_assert(sizeof(UComponentElementHierarchyInterface) == 0x000030, "Wrong size on UComponentElementHierarchyInterface"); \ + +#define DUMPER7_ASSERTS_UComponentElementObjectInterface \ +static_assert(alignof(UComponentElementObjectInterface) == 0x000008, "Wrong alignment on UComponentElementObjectInterface"); \ +static_assert(sizeof(UComponentElementObjectInterface) == 0x000030, "Wrong size on UComponentElementObjectInterface"); \ + +#define DUMPER7_ASSERTS_UComponentElementSelectionInterface \ +static_assert(alignof(UComponentElementSelectionInterface) == 0x000008, "Wrong alignment on UComponentElementSelectionInterface"); \ +static_assert(sizeof(UComponentElementSelectionInterface) == 0x000030, "Wrong size on UComponentElementSelectionInterface"); \ + +#define DUMPER7_ASSERTS_UComponentElementWorldInterface \ +static_assert(alignof(UComponentElementWorldInterface) == 0x000008, "Wrong alignment on UComponentElementWorldInterface"); \ +static_assert(sizeof(UComponentElementWorldInterface) == 0x000030, "Wrong size on UComponentElementWorldInterface"); \ + +#define DUMPER7_ASSERTS_UEngineElementsLibrary \ +static_assert(alignof(UEngineElementsLibrary) == 0x000008, "Wrong alignment on UEngineElementsLibrary"); \ +static_assert(sizeof(UEngineElementsLibrary) == 0x000028, "Wrong size on UEngineElementsLibrary"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_CopyNormalizedElements \ +static_assert(alignof(TypedElementCommonActions_CopyNormalizedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_CopyNormalizedElements"); \ +static_assert(sizeof(TypedElementCommonActions_CopyNormalizedElements) == 0x000018, "Wrong size on TypedElementCommonActions_CopyNormalizedElements"); \ +static_assert(offsetof(TypedElementCommonActions_CopyNormalizedElements, ElementList) == 0x000000, "Member 'TypedElementCommonActions_CopyNormalizedElements::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_CopyNormalizedElements, ReturnValue) == 0x000010, "Member 'TypedElementCommonActions_CopyNormalizedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_CopyNormalizedElementsToString \ +static_assert(alignof(TypedElementCommonActions_CopyNormalizedElementsToString) == 0x000008, "Wrong alignment on TypedElementCommonActions_CopyNormalizedElementsToString"); \ +static_assert(sizeof(TypedElementCommonActions_CopyNormalizedElementsToString) == 0x000028, "Wrong size on TypedElementCommonActions_CopyNormalizedElementsToString"); \ +static_assert(offsetof(TypedElementCommonActions_CopyNormalizedElementsToString, ElementList) == 0x000000, "Member 'TypedElementCommonActions_CopyNormalizedElementsToString::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_CopyNormalizedElementsToString, OutputString) == 0x000010, "Member 'TypedElementCommonActions_CopyNormalizedElementsToString::OutputString' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_CopyNormalizedElementsToString, ReturnValue) == 0x000020, "Member 'TypedElementCommonActions_CopyNormalizedElementsToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_CopySelectedElements \ +static_assert(alignof(TypedElementCommonActions_CopySelectedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_CopySelectedElements"); \ +static_assert(sizeof(TypedElementCommonActions_CopySelectedElements) == 0x000010, "Wrong size on TypedElementCommonActions_CopySelectedElements"); \ +static_assert(offsetof(TypedElementCommonActions_CopySelectedElements, SelectionSet) == 0x000000, "Member 'TypedElementCommonActions_CopySelectedElements::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_CopySelectedElements, ReturnValue) == 0x000008, "Member 'TypedElementCommonActions_CopySelectedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_CopySelectedElementsToString \ +static_assert(alignof(TypedElementCommonActions_CopySelectedElementsToString) == 0x000008, "Wrong alignment on TypedElementCommonActions_CopySelectedElementsToString"); \ +static_assert(sizeof(TypedElementCommonActions_CopySelectedElementsToString) == 0x000020, "Wrong size on TypedElementCommonActions_CopySelectedElementsToString"); \ +static_assert(offsetof(TypedElementCommonActions_CopySelectedElementsToString, SelectionSet) == 0x000000, "Member 'TypedElementCommonActions_CopySelectedElementsToString::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_CopySelectedElementsToString, OutputString) == 0x000008, "Member 'TypedElementCommonActions_CopySelectedElementsToString::OutputString' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_CopySelectedElementsToString, ReturnValue) == 0x000018, "Member 'TypedElementCommonActions_CopySelectedElementsToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_DeleteNormalizedElements \ +static_assert(alignof(TypedElementCommonActions_DeleteNormalizedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_DeleteNormalizedElements"); \ +static_assert(sizeof(TypedElementCommonActions_DeleteNormalizedElements) == 0x000028, "Wrong size on TypedElementCommonActions_DeleteNormalizedElements"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteNormalizedElements, ElementList) == 0x000000, "Member 'TypedElementCommonActions_DeleteNormalizedElements::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteNormalizedElements, World) == 0x000010, "Member 'TypedElementCommonActions_DeleteNormalizedElements::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteNormalizedElements, InSelectionSet) == 0x000018, "Member 'TypedElementCommonActions_DeleteNormalizedElements::InSelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteNormalizedElements, DeletionOptions) == 0x000020, "Member 'TypedElementCommonActions_DeleteNormalizedElements::DeletionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteNormalizedElements, ReturnValue) == 0x000023, "Member 'TypedElementCommonActions_DeleteNormalizedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_DeleteSelectedElements \ +static_assert(alignof(TypedElementCommonActions_DeleteSelectedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_DeleteSelectedElements"); \ +static_assert(sizeof(TypedElementCommonActions_DeleteSelectedElements) == 0x000018, "Wrong size on TypedElementCommonActions_DeleteSelectedElements"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteSelectedElements, SelectionSet) == 0x000000, "Member 'TypedElementCommonActions_DeleteSelectedElements::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteSelectedElements, World) == 0x000008, "Member 'TypedElementCommonActions_DeleteSelectedElements::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteSelectedElements, DeletionOptions) == 0x000010, "Member 'TypedElementCommonActions_DeleteSelectedElements::DeletionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DeleteSelectedElements, ReturnValue) == 0x000013, "Member 'TypedElementCommonActions_DeleteSelectedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_DuplicateNormalizedElements \ +static_assert(alignof(TypedElementCommonActions_DuplicateNormalizedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_DuplicateNormalizedElements"); \ +static_assert(sizeof(TypedElementCommonActions_DuplicateNormalizedElements) == 0x000040, "Wrong size on TypedElementCommonActions_DuplicateNormalizedElements"); \ +static_assert(offsetof(TypedElementCommonActions_DuplicateNormalizedElements, ElementList) == 0x000000, "Member 'TypedElementCommonActions_DuplicateNormalizedElements::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DuplicateNormalizedElements, World) == 0x000010, "Member 'TypedElementCommonActions_DuplicateNormalizedElements::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DuplicateNormalizedElements, LocationOffset) == 0x000018, "Member 'TypedElementCommonActions_DuplicateNormalizedElements::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_DuplicateNormalizedElements, ReturnValue) == 0x000030, "Member 'TypedElementCommonActions_DuplicateNormalizedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_K2_DuplicateSelectedElements \ +static_assert(alignof(TypedElementCommonActions_K2_DuplicateSelectedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_K2_DuplicateSelectedElements"); \ +static_assert(sizeof(TypedElementCommonActions_K2_DuplicateSelectedElements) == 0x000038, "Wrong size on TypedElementCommonActions_K2_DuplicateSelectedElements"); \ +static_assert(offsetof(TypedElementCommonActions_K2_DuplicateSelectedElements, SelectionSet) == 0x000000, "Member 'TypedElementCommonActions_K2_DuplicateSelectedElements::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_DuplicateSelectedElements, World) == 0x000008, "Member 'TypedElementCommonActions_K2_DuplicateSelectedElements::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_DuplicateSelectedElements, LocationOffset) == 0x000010, "Member 'TypedElementCommonActions_K2_DuplicateSelectedElements::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_DuplicateSelectedElements, ReturnValue) == 0x000028, "Member 'TypedElementCommonActions_K2_DuplicateSelectedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_K2_PasteElements \ +static_assert(alignof(TypedElementCommonActions_K2_PasteElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_K2_PasteElements"); \ +static_assert(sizeof(TypedElementCommonActions_K2_PasteElements) == 0x000098, "Wrong size on TypedElementCommonActions_K2_PasteElements"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteElements, SelectionSet) == 0x000000, "Member 'TypedElementCommonActions_K2_PasteElements::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteElements, World) == 0x000008, "Member 'TypedElementCommonActions_K2_PasteElements::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteElements, PasteOption) == 0x000010, "Member 'TypedElementCommonActions_K2_PasteElements::PasteOption' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteElements, ReturnValue) == 0x000088, "Member 'TypedElementCommonActions_K2_PasteElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_K2_PasteNormalizedElements \ +static_assert(alignof(TypedElementCommonActions_K2_PasteNormalizedElements) == 0x000008, "Wrong alignment on TypedElementCommonActions_K2_PasteNormalizedElements"); \ +static_assert(sizeof(TypedElementCommonActions_K2_PasteNormalizedElements) == 0x0000A0, "Wrong size on TypedElementCommonActions_K2_PasteNormalizedElements"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteNormalizedElements, ElementList) == 0x000000, "Member 'TypedElementCommonActions_K2_PasteNormalizedElements::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteNormalizedElements, World) == 0x000010, "Member 'TypedElementCommonActions_K2_PasteNormalizedElements::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteNormalizedElements, PasteOption) == 0x000018, "Member 'TypedElementCommonActions_K2_PasteNormalizedElements::PasteOption' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_K2_PasteNormalizedElements, ReturnValue) == 0x000090, "Member 'TypedElementCommonActions_K2_PasteNormalizedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_PasteElementsFromString \ +static_assert(alignof(TypedElementCommonActions_PasteElementsFromString) == 0x000008, "Wrong alignment on TypedElementCommonActions_PasteElementsFromString"); \ +static_assert(sizeof(TypedElementCommonActions_PasteElementsFromString) == 0x0000A8, "Wrong size on TypedElementCommonActions_PasteElementsFromString"); \ +static_assert(offsetof(TypedElementCommonActions_PasteElementsFromString, SelectionSet) == 0x000000, "Member 'TypedElementCommonActions_PasteElementsFromString::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteElementsFromString, World) == 0x000008, "Member 'TypedElementCommonActions_PasteElementsFromString::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteElementsFromString, PasteOption) == 0x000010, "Member 'TypedElementCommonActions_PasteElementsFromString::PasteOption' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteElementsFromString, InputString) == 0x000088, "Member 'TypedElementCommonActions_PasteElementsFromString::InputString' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteElementsFromString, ReturnValue) == 0x000098, "Member 'TypedElementCommonActions_PasteElementsFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementCommonActions_PasteNormalizedElementsFromString \ +static_assert(alignof(TypedElementCommonActions_PasteNormalizedElementsFromString) == 0x000008, "Wrong alignment on TypedElementCommonActions_PasteNormalizedElementsFromString"); \ +static_assert(sizeof(TypedElementCommonActions_PasteNormalizedElementsFromString) == 0x0000B0, "Wrong size on TypedElementCommonActions_PasteNormalizedElementsFromString"); \ +static_assert(offsetof(TypedElementCommonActions_PasteNormalizedElementsFromString, ElementList) == 0x000000, "Member 'TypedElementCommonActions_PasteNormalizedElementsFromString::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteNormalizedElementsFromString, World) == 0x000010, "Member 'TypedElementCommonActions_PasteNormalizedElementsFromString::World' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteNormalizedElementsFromString, PasteOption) == 0x000018, "Member 'TypedElementCommonActions_PasteNormalizedElementsFromString::PasteOption' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteNormalizedElementsFromString, InputString) == 0x000090, "Member 'TypedElementCommonActions_PasteNormalizedElementsFromString::InputString' has a wrong offset!"); \ +static_assert(offsetof(TypedElementCommonActions_PasteNormalizedElementsFromString, ReturnValue) == 0x0000A0, "Member 'TypedElementCommonActions_PasteNormalizedElementsFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTypedElementCommonActions \ +static_assert(alignof(UTypedElementCommonActions) == 0x000008, "Wrong alignment on UTypedElementCommonActions"); \ +static_assert(sizeof(UTypedElementCommonActions) == 0x000828, "Wrong size on UTypedElementCommonActions"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_CanDeleteElement \ +static_assert(alignof(TypedElementWorldInterface_CanDeleteElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_CanDeleteElement"); \ +static_assert(sizeof(TypedElementWorldInterface_CanDeleteElement) == 0x000010, "Wrong size on TypedElementWorldInterface_CanDeleteElement"); \ +static_assert(offsetof(TypedElementWorldInterface_CanDeleteElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_CanDeleteElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanDeleteElement, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_CanDeleteElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_CanDuplicateElement \ +static_assert(alignof(TypedElementWorldInterface_CanDuplicateElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_CanDuplicateElement"); \ +static_assert(sizeof(TypedElementWorldInterface_CanDuplicateElement) == 0x000010, "Wrong size on TypedElementWorldInterface_CanDuplicateElement"); \ +static_assert(offsetof(TypedElementWorldInterface_CanDuplicateElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_CanDuplicateElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanDuplicateElement, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_CanDuplicateElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_CanEditElement \ +static_assert(alignof(TypedElementWorldInterface_CanEditElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_CanEditElement"); \ +static_assert(sizeof(TypedElementWorldInterface_CanEditElement) == 0x000010, "Wrong size on TypedElementWorldInterface_CanEditElement"); \ +static_assert(offsetof(TypedElementWorldInterface_CanEditElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_CanEditElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanEditElement, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_CanEditElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_CanMoveElement \ +static_assert(alignof(TypedElementWorldInterface_CanMoveElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_CanMoveElement"); \ +static_assert(sizeof(TypedElementWorldInterface_CanMoveElement) == 0x000010, "Wrong size on TypedElementWorldInterface_CanMoveElement"); \ +static_assert(offsetof(TypedElementWorldInterface_CanMoveElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_CanMoveElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanMoveElement, InWorldType) == 0x000008, "Member 'TypedElementWorldInterface_CanMoveElement::InWorldType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanMoveElement, ReturnValue) == 0x000009, "Member 'TypedElementWorldInterface_CanMoveElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_CanPromoteElement \ +static_assert(alignof(TypedElementWorldInterface_CanPromoteElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_CanPromoteElement"); \ +static_assert(sizeof(TypedElementWorldInterface_CanPromoteElement) == 0x000010, "Wrong size on TypedElementWorldInterface_CanPromoteElement"); \ +static_assert(offsetof(TypedElementWorldInterface_CanPromoteElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_CanPromoteElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanPromoteElement, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_CanPromoteElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_CanScaleElement \ +static_assert(alignof(TypedElementWorldInterface_CanScaleElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_CanScaleElement"); \ +static_assert(sizeof(TypedElementWorldInterface_CanScaleElement) == 0x000010, "Wrong size on TypedElementWorldInterface_CanScaleElement"); \ +static_assert(offsetof(TypedElementWorldInterface_CanScaleElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_CanScaleElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_CanScaleElement, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_CanScaleElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_DeleteElement \ +static_assert(alignof(TypedElementWorldInterface_DeleteElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_DeleteElement"); \ +static_assert(sizeof(TypedElementWorldInterface_DeleteElement) == 0x000020, "Wrong size on TypedElementWorldInterface_DeleteElement"); \ +static_assert(offsetof(TypedElementWorldInterface_DeleteElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_DeleteElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DeleteElement, InWorld) == 0x000008, "Member 'TypedElementWorldInterface_DeleteElement::InWorld' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DeleteElement, InSelectionSet) == 0x000010, "Member 'TypedElementWorldInterface_DeleteElement::InSelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DeleteElement, InDeletionOptions) == 0x000018, "Member 'TypedElementWorldInterface_DeleteElement::InDeletionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DeleteElement, ReturnValue) == 0x00001B, "Member 'TypedElementWorldInterface_DeleteElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_DuplicateElement \ +static_assert(alignof(TypedElementWorldInterface_DuplicateElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_DuplicateElement"); \ +static_assert(sizeof(TypedElementWorldInterface_DuplicateElement) == 0x000030, "Wrong size on TypedElementWorldInterface_DuplicateElement"); \ +static_assert(offsetof(TypedElementWorldInterface_DuplicateElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_DuplicateElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DuplicateElement, InWorld) == 0x000008, "Member 'TypedElementWorldInterface_DuplicateElement::InWorld' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DuplicateElement, InLocationOffset) == 0x000010, "Member 'TypedElementWorldInterface_DuplicateElement::InLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_DuplicateElement, ReturnValue) == 0x000028, "Member 'TypedElementWorldInterface_DuplicateElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_GetBounds \ +static_assert(alignof(TypedElementWorldInterface_GetBounds) == 0x000008, "Wrong alignment on TypedElementWorldInterface_GetBounds"); \ +static_assert(sizeof(TypedElementWorldInterface_GetBounds) == 0x000048, "Wrong size on TypedElementWorldInterface_GetBounds"); \ +static_assert(offsetof(TypedElementWorldInterface_GetBounds, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_GetBounds::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetBounds, OutBounds) == 0x000008, "Member 'TypedElementWorldInterface_GetBounds::OutBounds' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetBounds, ReturnValue) == 0x000040, "Member 'TypedElementWorldInterface_GetBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_GetOwnerLevel \ +static_assert(alignof(TypedElementWorldInterface_GetOwnerLevel) == 0x000008, "Wrong alignment on TypedElementWorldInterface_GetOwnerLevel"); \ +static_assert(sizeof(TypedElementWorldInterface_GetOwnerLevel) == 0x000010, "Wrong size on TypedElementWorldInterface_GetOwnerLevel"); \ +static_assert(offsetof(TypedElementWorldInterface_GetOwnerLevel, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_GetOwnerLevel::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetOwnerLevel, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_GetOwnerLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_GetOwnerWorld \ +static_assert(alignof(TypedElementWorldInterface_GetOwnerWorld) == 0x000008, "Wrong alignment on TypedElementWorldInterface_GetOwnerWorld"); \ +static_assert(sizeof(TypedElementWorldInterface_GetOwnerWorld) == 0x000010, "Wrong size on TypedElementWorldInterface_GetOwnerWorld"); \ +static_assert(offsetof(TypedElementWorldInterface_GetOwnerWorld, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_GetOwnerWorld::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetOwnerWorld, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_GetOwnerWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_GetPivotOffset \ +static_assert(alignof(TypedElementWorldInterface_GetPivotOffset) == 0x000008, "Wrong alignment on TypedElementWorldInterface_GetPivotOffset"); \ +static_assert(sizeof(TypedElementWorldInterface_GetPivotOffset) == 0x000028, "Wrong size on TypedElementWorldInterface_GetPivotOffset"); \ +static_assert(offsetof(TypedElementWorldInterface_GetPivotOffset, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_GetPivotOffset::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetPivotOffset, OutPivotOffset) == 0x000008, "Member 'TypedElementWorldInterface_GetPivotOffset::OutPivotOffset' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetPivotOffset, ReturnValue) == 0x000020, "Member 'TypedElementWorldInterface_GetPivotOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_GetRelativeTransform \ +static_assert(alignof(TypedElementWorldInterface_GetRelativeTransform) == 0x000010, "Wrong alignment on TypedElementWorldInterface_GetRelativeTransform"); \ +static_assert(sizeof(TypedElementWorldInterface_GetRelativeTransform) == 0x000080, "Wrong size on TypedElementWorldInterface_GetRelativeTransform"); \ +static_assert(offsetof(TypedElementWorldInterface_GetRelativeTransform, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_GetRelativeTransform::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetRelativeTransform, OutTransform) == 0x000010, "Member 'TypedElementWorldInterface_GetRelativeTransform::OutTransform' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetRelativeTransform, ReturnValue) == 0x000070, "Member 'TypedElementWorldInterface_GetRelativeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_GetWorldTransform \ +static_assert(alignof(TypedElementWorldInterface_GetWorldTransform) == 0x000010, "Wrong alignment on TypedElementWorldInterface_GetWorldTransform"); \ +static_assert(sizeof(TypedElementWorldInterface_GetWorldTransform) == 0x000080, "Wrong size on TypedElementWorldInterface_GetWorldTransform"); \ +static_assert(offsetof(TypedElementWorldInterface_GetWorldTransform, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_GetWorldTransform::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetWorldTransform, OutTransform) == 0x000010, "Member 'TypedElementWorldInterface_GetWorldTransform::OutTransform' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_GetWorldTransform, ReturnValue) == 0x000070, "Member 'TypedElementWorldInterface_GetWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_IsTemplateElement \ +static_assert(alignof(TypedElementWorldInterface_IsTemplateElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_IsTemplateElement"); \ +static_assert(sizeof(TypedElementWorldInterface_IsTemplateElement) == 0x000010, "Wrong size on TypedElementWorldInterface_IsTemplateElement"); \ +static_assert(offsetof(TypedElementWorldInterface_IsTemplateElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_IsTemplateElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_IsTemplateElement, ReturnValue) == 0x000008, "Member 'TypedElementWorldInterface_IsTemplateElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_NotifyMovementEnded \ +static_assert(alignof(TypedElementWorldInterface_NotifyMovementEnded) == 0x000008, "Wrong alignment on TypedElementWorldInterface_NotifyMovementEnded"); \ +static_assert(sizeof(TypedElementWorldInterface_NotifyMovementEnded) == 0x000008, "Wrong size on TypedElementWorldInterface_NotifyMovementEnded"); \ +static_assert(offsetof(TypedElementWorldInterface_NotifyMovementEnded, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_NotifyMovementEnded::InElementHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_NotifyMovementOngoing \ +static_assert(alignof(TypedElementWorldInterface_NotifyMovementOngoing) == 0x000008, "Wrong alignment on TypedElementWorldInterface_NotifyMovementOngoing"); \ +static_assert(sizeof(TypedElementWorldInterface_NotifyMovementOngoing) == 0x000008, "Wrong size on TypedElementWorldInterface_NotifyMovementOngoing"); \ +static_assert(offsetof(TypedElementWorldInterface_NotifyMovementOngoing, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_NotifyMovementOngoing::InElementHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_NotifyMovementStarted \ +static_assert(alignof(TypedElementWorldInterface_NotifyMovementStarted) == 0x000008, "Wrong alignment on TypedElementWorldInterface_NotifyMovementStarted"); \ +static_assert(sizeof(TypedElementWorldInterface_NotifyMovementStarted) == 0x000008, "Wrong size on TypedElementWorldInterface_NotifyMovementStarted"); \ +static_assert(offsetof(TypedElementWorldInterface_NotifyMovementStarted, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_NotifyMovementStarted::InElementHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_PromoteElement \ +static_assert(alignof(TypedElementWorldInterface_PromoteElement) == 0x000008, "Wrong alignment on TypedElementWorldInterface_PromoteElement"); \ +static_assert(sizeof(TypedElementWorldInterface_PromoteElement) == 0x000018, "Wrong size on TypedElementWorldInterface_PromoteElement"); \ +static_assert(offsetof(TypedElementWorldInterface_PromoteElement, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_PromoteElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_PromoteElement, OverrideWorld) == 0x000008, "Member 'TypedElementWorldInterface_PromoteElement::OverrideWorld' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_PromoteElement, ReturnValue) == 0x000010, "Member 'TypedElementWorldInterface_PromoteElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_SetPivotOffset \ +static_assert(alignof(TypedElementWorldInterface_SetPivotOffset) == 0x000008, "Wrong alignment on TypedElementWorldInterface_SetPivotOffset"); \ +static_assert(sizeof(TypedElementWorldInterface_SetPivotOffset) == 0x000028, "Wrong size on TypedElementWorldInterface_SetPivotOffset"); \ +static_assert(offsetof(TypedElementWorldInterface_SetPivotOffset, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_SetPivotOffset::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_SetPivotOffset, InPivotOffset) == 0x000008, "Member 'TypedElementWorldInterface_SetPivotOffset::InPivotOffset' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_SetPivotOffset, ReturnValue) == 0x000020, "Member 'TypedElementWorldInterface_SetPivotOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_SetRelativeTransform \ +static_assert(alignof(TypedElementWorldInterface_SetRelativeTransform) == 0x000010, "Wrong alignment on TypedElementWorldInterface_SetRelativeTransform"); \ +static_assert(sizeof(TypedElementWorldInterface_SetRelativeTransform) == 0x000080, "Wrong size on TypedElementWorldInterface_SetRelativeTransform"); \ +static_assert(offsetof(TypedElementWorldInterface_SetRelativeTransform, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_SetRelativeTransform::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_SetRelativeTransform, InTransform) == 0x000010, "Member 'TypedElementWorldInterface_SetRelativeTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_SetRelativeTransform, ReturnValue) == 0x000070, "Member 'TypedElementWorldInterface_SetRelativeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementWorldInterface_SetWorldTransform \ +static_assert(alignof(TypedElementWorldInterface_SetWorldTransform) == 0x000010, "Wrong alignment on TypedElementWorldInterface_SetWorldTransform"); \ +static_assert(sizeof(TypedElementWorldInterface_SetWorldTransform) == 0x000080, "Wrong size on TypedElementWorldInterface_SetWorldTransform"); \ +static_assert(offsetof(TypedElementWorldInterface_SetWorldTransform, InElementHandle) == 0x000000, "Member 'TypedElementWorldInterface_SetWorldTransform::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_SetWorldTransform, InTransform) == 0x000010, "Member 'TypedElementWorldInterface_SetWorldTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(TypedElementWorldInterface_SetWorldTransform, ReturnValue) == 0x000070, "Member 'TypedElementWorldInterface_SetWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementWorldInterface \ +static_assert(alignof(ITypedElementWorldInterface) == 0x000001, "Wrong alignment on ITypedElementWorldInterface"); \ +static_assert(sizeof(ITypedElementWorldInterface) == 0x000001, "Wrong size on ITypedElementWorldInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateHairBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateHairBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateHairBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateHairBSDF) == 0x0001C8, "Wrong size on UMaterialExpressionSubstrateHairBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, BaseColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateHairBSDF::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, Scatter) == 0x0000D8, "Member 'UMaterialExpressionSubstrateHairBSDF::Scatter' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, Specular) == 0x000100, "Member 'UMaterialExpressionSubstrateHairBSDF::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, Roughness) == 0x000128, "Member 'UMaterialExpressionSubstrateHairBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, Backlit) == 0x000150, "Member 'UMaterialExpressionSubstrateHairBSDF::Backlit' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, Tangent) == 0x000178, "Member 'UMaterialExpressionSubstrateHairBSDF::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHairBSDF, EmissiveColor) == 0x0001A0, "Member 'UMaterialExpressionSubstrateHairBSDF::EmissiveColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectElementAssetDataInterface \ +static_assert(alignof(UObjectElementAssetDataInterface) == 0x000008, "Wrong alignment on UObjectElementAssetDataInterface"); \ +static_assert(sizeof(UObjectElementAssetDataInterface) == 0x000030, "Wrong size on UObjectElementAssetDataInterface"); \ + +#define DUMPER7_ASSERTS_UObjectElementCounterInterface \ +static_assert(alignof(UObjectElementCounterInterface) == 0x000008, "Wrong alignment on UObjectElementCounterInterface"); \ +static_assert(sizeof(UObjectElementCounterInterface) == 0x000030, "Wrong size on UObjectElementCounterInterface"); \ + +#define DUMPER7_ASSERTS_UObjectElementObjectInterface \ +static_assert(alignof(UObjectElementObjectInterface) == 0x000008, "Wrong alignment on UObjectElementObjectInterface"); \ +static_assert(sizeof(UObjectElementObjectInterface) == 0x000030, "Wrong size on UObjectElementObjectInterface"); \ + +#define DUMPER7_ASSERTS_UObjectElementSelectionInterface \ +static_assert(alignof(UObjectElementSelectionInterface) == 0x000008, "Wrong alignment on UObjectElementSelectionInterface"); \ +static_assert(sizeof(UObjectElementSelectionInterface) == 0x000030, "Wrong size on UObjectElementSelectionInterface"); \ + +#define DUMPER7_ASSERTS_USMInstanceElementAssetDataInterface \ +static_assert(alignof(USMInstanceElementAssetDataInterface) == 0x000008, "Wrong alignment on USMInstanceElementAssetDataInterface"); \ +static_assert(sizeof(USMInstanceElementAssetDataInterface) == 0x000030, "Wrong size on USMInstanceElementAssetDataInterface"); \ + +#define DUMPER7_ASSERTS_USMInstanceElementHierarchyInterface \ +static_assert(alignof(USMInstanceElementHierarchyInterface) == 0x000008, "Wrong alignment on USMInstanceElementHierarchyInterface"); \ +static_assert(sizeof(USMInstanceElementHierarchyInterface) == 0x000030, "Wrong size on USMInstanceElementHierarchyInterface"); \ + +#define DUMPER7_ASSERTS_USMInstanceElementIdMapTransactor \ +static_assert(alignof(USMInstanceElementIdMapTransactor) == 0x000008, "Wrong alignment on USMInstanceElementIdMapTransactor"); \ +static_assert(sizeof(USMInstanceElementIdMapTransactor) == 0x000028, "Wrong size on USMInstanceElementIdMapTransactor"); \ + +#define DUMPER7_ASSERTS_USMInstanceElementPrimitiveCustomDataInterface \ +static_assert(alignof(USMInstanceElementPrimitiveCustomDataInterface) == 0x000008, "Wrong alignment on USMInstanceElementPrimitiveCustomDataInterface"); \ +static_assert(sizeof(USMInstanceElementPrimitiveCustomDataInterface) == 0x000030, "Wrong size on USMInstanceElementPrimitiveCustomDataInterface"); \ + +#define DUMPER7_ASSERTS_USMInstanceElementSelectionInterface \ +static_assert(alignof(USMInstanceElementSelectionInterface) == 0x000008, "Wrong alignment on USMInstanceElementSelectionInterface"); \ +static_assert(sizeof(USMInstanceElementSelectionInterface) == 0x000030, "Wrong size on USMInstanceElementSelectionInterface"); \ + +#define DUMPER7_ASSERTS_USMInstanceElementWorldInterface \ +static_assert(alignof(USMInstanceElementWorldInterface) == 0x000008, "Wrong alignment on USMInstanceElementWorldInterface"); \ +static_assert(sizeof(USMInstanceElementWorldInterface) == 0x000030, "Wrong size on USMInstanceElementWorldInterface"); \ + +#define DUMPER7_ASSERTS_UEngineMessage \ +static_assert(alignof(UEngineMessage) == 0x000008, "Wrong alignment on UEngineMessage"); \ +static_assert(sizeof(UEngineMessage) == 0x0000A8, "Wrong size on UEngineMessage"); \ +static_assert(offsetof(UEngineMessage, FailedPlaceMessage) == 0x000028, "Member 'UEngineMessage::FailedPlaceMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, MaxedOutMessage) == 0x000038, "Member 'UEngineMessage::MaxedOutMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, EnteredMessage) == 0x000048, "Member 'UEngineMessage::EnteredMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, LeftMessage) == 0x000058, "Member 'UEngineMessage::LeftMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, GlobalNameChange) == 0x000068, "Member 'UEngineMessage::GlobalNameChange' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, SpecEnteredMessage) == 0x000078, "Member 'UEngineMessage::SpecEnteredMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, NewPlayerMessage) == 0x000088, "Member 'UEngineMessage::NewPlayerMessage' has a wrong offset!"); \ +static_assert(offsetof(UEngineMessage, NewSpecMessage) == 0x000098, "Member 'UEngineMessage::NewSpecMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineTypes \ +static_assert(alignof(UEngineTypes) == 0x000008, "Wrong alignment on UEngineTypes"); \ +static_assert(sizeof(UEngineTypes) == 0x000028, "Wrong size on UEngineTypes"); \ + +#define DUMPER7_ASSERTS_AutoDestroySubsystem_OnActorEndPlay \ +static_assert(alignof(AutoDestroySubsystem_OnActorEndPlay) == 0x000008, "Wrong alignment on AutoDestroySubsystem_OnActorEndPlay"); \ +static_assert(sizeof(AutoDestroySubsystem_OnActorEndPlay) == 0x000010, "Wrong size on AutoDestroySubsystem_OnActorEndPlay"); \ +static_assert(offsetof(AutoDestroySubsystem_OnActorEndPlay, Actor) == 0x000000, "Member 'AutoDestroySubsystem_OnActorEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(AutoDestroySubsystem_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'AutoDestroySubsystem_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoDestroySubsystem \ +static_assert(alignof(UAutoDestroySubsystem) == 0x000008, "Wrong alignment on UAutoDestroySubsystem"); \ +static_assert(sizeof(UAutoDestroySubsystem) == 0x000058, "Wrong size on UAutoDestroySubsystem"); \ +static_assert(offsetof(UAutoDestroySubsystem, ActorsToPoll) == 0x000048, "Member 'UAutoDestroySubsystem::ActorsToPoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILODSyncInterface \ +static_assert(alignof(ILODSyncInterface) == 0x000001, "Wrong alignment on ILODSyncInterface"); \ +static_assert(sizeof(ILODSyncInterface) == 0x000001, "Wrong size on ILODSyncInterface"); \ + +#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_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_AServerStatReplicator \ +static_assert(alignof(AServerStatReplicator) == 0x000008, "Wrong alignment on AServerStatReplicator"); \ +static_assert(sizeof(AServerStatReplicator) == 0x000370, "Wrong size on AServerStatReplicator"); \ +static_assert(offsetof(AServerStatReplicator, bUpdateStatNet) == 0x0002B0, "Member 'AServerStatReplicator::bUpdateStatNet' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, bOverwriteClientStats) == 0x0002B1, "Member 'AServerStatReplicator::bOverwriteClientStats' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, Channels) == 0x0002B4, "Member 'AServerStatReplicator::Channels' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRate) == 0x0002B8, "Member 'AServerStatReplicator::InRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRate) == 0x0002BC, "Member 'AServerStatReplicator::OutRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, MaxPacketOverhead) == 0x0002C0, "Member 'AServerStatReplicator::MaxPacketOverhead' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientMax) == 0x0002C4, "Member 'AServerStatReplicator::InRateClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientMin) == 0x0002C8, "Member 'AServerStatReplicator::InRateClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientAvg) == 0x0002CC, "Member 'AServerStatReplicator::InRateClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientMax) == 0x0002D0, "Member 'AServerStatReplicator::InPacketsClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientMin) == 0x0002D4, "Member 'AServerStatReplicator::InPacketsClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientAvg) == 0x0002D8, "Member 'AServerStatReplicator::InPacketsClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientMax) == 0x0002DC, "Member 'AServerStatReplicator::OutRateClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientMin) == 0x0002E0, "Member 'AServerStatReplicator::OutRateClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientAvg) == 0x0002E4, "Member 'AServerStatReplicator::OutRateClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientMax) == 0x0002E8, "Member 'AServerStatReplicator::OutPacketsClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientMin) == 0x0002EC, "Member 'AServerStatReplicator::OutPacketsClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientAvg) == 0x0002F0, "Member 'AServerStatReplicator::OutPacketsClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetNumClients) == 0x0002F4, "Member 'AServerStatReplicator::NetNumClients' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPackets) == 0x0002F8, "Member 'AServerStatReplicator::InPackets' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPackets) == 0x0002FC, "Member 'AServerStatReplicator::OutPackets' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InBunches) == 0x000300, "Member 'AServerStatReplicator::InBunches' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutBunches) == 0x000304, "Member 'AServerStatReplicator::OutBunches' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutLoss) == 0x000308, "Member 'AServerStatReplicator::OutLoss' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InLoss) == 0x00030C, "Member 'AServerStatReplicator::InLoss' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoiceBytesSent) == 0x000310, "Member 'AServerStatReplicator::VoiceBytesSent' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoiceBytesRecv) == 0x000314, "Member 'AServerStatReplicator::VoiceBytesRecv' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoicePacketsSent) == 0x000318, "Member 'AServerStatReplicator::VoicePacketsSent' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoicePacketsRecv) == 0x00031C, "Member 'AServerStatReplicator::VoicePacketsRecv' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PercentInVoice) == 0x000320, "Member 'AServerStatReplicator::PercentInVoice' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PercentOutVoice) == 0x000324, "Member 'AServerStatReplicator::PercentOutVoice' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumActorChannels) == 0x000328, "Member 'AServerStatReplicator::NumActorChannels' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumConsideredActors) == 0x00032C, "Member 'AServerStatReplicator::NumConsideredActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PrioritizedActors) == 0x000330, "Member 'AServerStatReplicator::PrioritizedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumRelevantActors) == 0x000334, "Member 'AServerStatReplicator::NumRelevantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumRelevantDeletedActors) == 0x000338, "Member 'AServerStatReplicator::NumRelevantDeletedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumReplicatedActorAttempts) == 0x00033C, "Member 'AServerStatReplicator::NumReplicatedActorAttempts' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumReplicatedActors) == 0x000340, "Member 'AServerStatReplicator::NumReplicatedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumActors) == 0x000344, "Member 'AServerStatReplicator::NumActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetActors) == 0x000348, "Member 'AServerStatReplicator::NumNetActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumDormantActors) == 0x00034C, "Member 'AServerStatReplicator::NumDormantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumInitiallyDormantActors) == 0x000350, "Member 'AServerStatReplicator::NumInitiallyDormantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsAckd) == 0x000354, "Member 'AServerStatReplicator::NumNetGUIDsAckd' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsPending) == 0x000358, "Member 'AServerStatReplicator::NumNetGUIDsPending' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsUnAckd) == 0x00035C, "Member 'AServerStatReplicator::NumNetGUIDsUnAckd' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, ObjPathBytes) == 0x000360, "Member 'AServerStatReplicator::ObjPathBytes' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetGUIDOutRate) == 0x000364, "Member 'AServerStatReplicator::NetGUIDOutRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetGUIDInRate) == 0x000368, "Member 'AServerStatReplicator::NetGUIDInRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetSaturated) == 0x00036C, "Member 'AServerStatReplicator::NetSaturated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USystemTimeTimecodeProvider \ +static_assert(alignof(USystemTimeTimecodeProvider) == 0x000008, "Wrong alignment on USystemTimeTimecodeProvider"); \ +static_assert(sizeof(USystemTimeTimecodeProvider) == 0x000040, "Wrong size on USystemTimeTimecodeProvider"); \ +static_assert(offsetof(USystemTimeTimecodeProvider, FrameRate) == 0x000030, "Member 'USystemTimeTimecodeProvider::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(USystemTimeTimecodeProvider, bGenerateFullFrame) == 0x000038, "Member 'USystemTimeTimecodeProvider::bGenerateFullFrame' has a wrong offset!"); \ +static_assert(offsetof(USystemTimeTimecodeProvider, bUseHighPerformanceClock) == 0x000039, "Member 'USystemTimeTimecodeProvider::bUseHighPerformanceClock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldNotificationLibrary_BroadcastFieldsValueChanged \ +static_assert(alignof(FieldNotificationLibrary_BroadcastFieldsValueChanged) == 0x000008, "Wrong alignment on FieldNotificationLibrary_BroadcastFieldsValueChanged"); \ +static_assert(sizeof(FieldNotificationLibrary_BroadcastFieldsValueChanged) == 0x000018, "Wrong size on FieldNotificationLibrary_BroadcastFieldsValueChanged"); \ +static_assert(offsetof(FieldNotificationLibrary_BroadcastFieldsValueChanged, Object) == 0x000000, "Member 'FieldNotificationLibrary_BroadcastFieldsValueChanged::Object' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_BroadcastFieldsValueChanged, FieldIds) == 0x000008, "Member 'FieldNotificationLibrary_BroadcastFieldsValueChanged::FieldIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldNotificationLibrary_BroadcastFieldValueChanged \ +static_assert(alignof(FieldNotificationLibrary_BroadcastFieldValueChanged) == 0x000008, "Wrong alignment on FieldNotificationLibrary_BroadcastFieldValueChanged"); \ +static_assert(sizeof(FieldNotificationLibrary_BroadcastFieldValueChanged) == 0x000010, "Wrong size on FieldNotificationLibrary_BroadcastFieldValueChanged"); \ +static_assert(offsetof(FieldNotificationLibrary_BroadcastFieldValueChanged, Object) == 0x000000, "Member 'FieldNotificationLibrary_BroadcastFieldValueChanged::Object' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_BroadcastFieldValueChanged, FieldId) == 0x000008, "Member 'FieldNotificationLibrary_BroadcastFieldValueChanged::FieldId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldNotificationLibrary_SetPropertyValueAndBroadcast \ +static_assert(alignof(FieldNotificationLibrary_SetPropertyValueAndBroadcast) == 0x000008, "Wrong alignment on FieldNotificationLibrary_SetPropertyValueAndBroadcast"); \ +static_assert(sizeof(FieldNotificationLibrary_SetPropertyValueAndBroadcast) == 0x000028, "Wrong size on FieldNotificationLibrary_SetPropertyValueAndBroadcast"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, NewValueByRef) == 0x000000, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::NewValueByRef' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, OldValue) == 0x000004, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::OldValue' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, NewValue) == 0x000008, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::NewValue' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, Object) == 0x000010, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::Object' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, NetOwner) == 0x000018, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::NetOwner' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, bHasLocalRepNotify) == 0x000020, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::bHasLocalRepNotify' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, bShouldFlushDormancyOnSet) == 0x000021, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::bShouldFlushDormancyOnSet' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, bIsNetProperty) == 0x000022, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::bIsNetProperty' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcast, ReturnValue) == 0x000023, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldNotificationLibrary_SetPropertyValueAndBroadcastFields \ +static_assert(alignof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields) == 0x000008, "Wrong alignment on FieldNotificationLibrary_SetPropertyValueAndBroadcastFields"); \ +static_assert(sizeof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields) == 0x000040, "Wrong size on FieldNotificationLibrary_SetPropertyValueAndBroadcastFields"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, NewValueByRef) == 0x000000, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::NewValueByRef' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, OldValue) == 0x000004, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::OldValue' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, NewValue) == 0x000008, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::NewValue' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, Object) == 0x000010, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::Object' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, NetOwner) == 0x000018, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::NetOwner' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, bHasLocalRepNotify) == 0x000020, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::bHasLocalRepNotify' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, bShouldFlushDormancyOnSet) == 0x000021, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::bShouldFlushDormancyOnSet' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, bIsNetProperty) == 0x000022, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::bIsNetProperty' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, ExtraFieldIds) == 0x000028, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::ExtraFieldIds' has a wrong offset!"); \ +static_assert(offsetof(FieldNotificationLibrary_SetPropertyValueAndBroadcastFields, ReturnValue) == 0x000038, "Member 'FieldNotificationLibrary_SetPropertyValueAndBroadcastFields::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldNotificationLibrary \ +static_assert(alignof(UFieldNotificationLibrary) == 0x000008, "Wrong alignment on UFieldNotificationLibrary"); \ +static_assert(sizeof(UFieldNotificationLibrary) == 0x000028, "Wrong size on UFieldNotificationLibrary"); \ + +#define DUMPER7_ASSERTS_UFont \ +static_assert(alignof(UFont) == 0x000008, "Wrong alignment on UFont"); \ +static_assert(sizeof(UFont) == 0x0001D8, "Wrong size on UFont"); \ +static_assert(offsetof(UFont, FontCacheType) == 0x000030, "Member 'UFont::FontCacheType' has a wrong offset!"); \ +static_assert(offsetof(UFont, RuntimeFontSource) == 0x000031, "Member 'UFont::RuntimeFontSource' has a wrong offset!"); \ +static_assert(offsetof(UFont, Characters) == 0x000038, "Member 'UFont::Characters' has a wrong offset!"); \ +static_assert(offsetof(UFont, Textures) == 0x000048, "Member 'UFont::Textures' has a wrong offset!"); \ +static_assert(offsetof(UFont, IsRemapped) == 0x000058, "Member 'UFont::IsRemapped' has a wrong offset!"); \ +static_assert(offsetof(UFont, EmScale) == 0x00005C, "Member 'UFont::EmScale' has a wrong offset!"); \ +static_assert(offsetof(UFont, Ascent) == 0x000060, "Member 'UFont::Ascent' has a wrong offset!"); \ +static_assert(offsetof(UFont, Descent) == 0x000064, "Member 'UFont::Descent' has a wrong offset!"); \ +static_assert(offsetof(UFont, Leading) == 0x000068, "Member 'UFont::Leading' has a wrong offset!"); \ +static_assert(offsetof(UFont, Kerning) == 0x00006C, "Member 'UFont::Kerning' has a wrong offset!"); \ +static_assert(offsetof(UFont, ImportOptions) == 0x000070, "Member 'UFont::ImportOptions' has a wrong offset!"); \ +static_assert(offsetof(UFont, NumCharacters) == 0x000120, "Member 'UFont::NumCharacters' has a wrong offset!"); \ +static_assert(offsetof(UFont, MaxCharHeight) == 0x000128, "Member 'UFont::MaxCharHeight' has a wrong offset!"); \ +static_assert(offsetof(UFont, ScalingFactor) == 0x000138, "Member 'UFont::ScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(UFont, LegacyFontSize) == 0x00013C, "Member 'UFont::LegacyFontSize' has a wrong offset!"); \ +static_assert(offsetof(UFont, LegacyFontName) == 0x000140, "Member 'UFont::LegacyFontName' has a wrong offset!"); \ +static_assert(offsetof(UFont, CompositeFont) == 0x000148, "Member 'UFont::CompositeFont' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFontFace \ +static_assert(alignof(UFontFace) == 0x000008, "Wrong alignment on UFontFace"); \ +static_assert(sizeof(UFontFace) == 0x000090, "Wrong size on UFontFace"); \ +static_assert(offsetof(UFontFace, SourceFilename) == 0x000030, "Member 'UFontFace::SourceFilename' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, Hinting) == 0x000040, "Member 'UFontFace::Hinting' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, LoadingPolicy) == 0x000041, "Member 'UFontFace::LoadingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, LayoutMethod) == 0x000042, "Member 'UFontFace::LayoutMethod' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, AscendOverriddenValue) == 0x000044, "Member 'UFontFace::AscendOverriddenValue' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, bIsAscendOverridden) == 0x000048, "Member 'UFontFace::bIsAscendOverridden' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, DescendOverriddenValue) == 0x00004C, "Member 'UFontFace::DescendOverriddenValue' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, bIsDescendOverridden) == 0x000050, "Member 'UFontFace::bIsDescendOverridden' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, StrikeBrushHeightPercentage) == 0x000054, "Member 'UFontFace::StrikeBrushHeightPercentage' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, bEnableDistanceFieldRendering) == 0x000068, "Member 'UFontFace::bEnableDistanceFieldRendering' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, MinDistanceFieldPpem) == 0x00006C, "Member 'UFontFace::MinDistanceFieldPpem' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, MidDistanceFieldPpem) == 0x000070, "Member 'UFontFace::MidDistanceFieldPpem' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, MaxDistanceFieldPpem) == 0x000074, "Member 'UFontFace::MaxDistanceFieldPpem' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, MinMultiDistanceFieldPpem) == 0x000078, "Member 'UFontFace::MinMultiDistanceFieldPpem' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, MidMultiDistanceFieldPpem) == 0x00007C, "Member 'UFontFace::MidMultiDistanceFieldPpem' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, MaxMultiDistanceFieldPpem) == 0x000080, "Member 'UFontFace::MaxMultiDistanceFieldPpem' has a wrong offset!"); \ +static_assert(offsetof(UFontFace, PlatformRasterizationModeOverrides) == 0x000084, "Member 'UFontFace::PlatformRasterizationModeOverrides' 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_UForceFeedbackEffect \ +static_assert(alignof(UForceFeedbackEffect) == 0x000008, "Wrong alignment on UForceFeedbackEffect"); \ +static_assert(sizeof(UForceFeedbackEffect) == 0x0000A0, "Wrong size on UForceFeedbackEffect"); \ +static_assert(offsetof(UForceFeedbackEffect, ChannelDetails) == 0x000028, "Member 'UForceFeedbackEffect::ChannelDetails' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackEffect, PerDeviceOverrides) == 0x000038, "Member 'UForceFeedbackEffect::PerDeviceOverrides' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackEffect, DeviceProperties) == 0x000088, "Member 'UForceFeedbackEffect::DeviceProperties' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackEffect, Duration) == 0x000098, "Member 'UForceFeedbackEffect::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABandwidthTestActor \ +static_assert(alignof(ABandwidthTestActor) == 0x000008, "Wrong alignment on ABandwidthTestActor"); \ +static_assert(sizeof(ABandwidthTestActor) == 0x0002D0, "Wrong size on ABandwidthTestActor"); \ +static_assert(offsetof(ABandwidthTestActor, BandwidthGenerator) == 0x0002B0, "Member 'ABandwidthTestActor::BandwidthGenerator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UColorInputDeviceCurveProperty \ +static_assert(alignof(UColorInputDeviceCurveProperty) == 0x000008, "Wrong alignment on UColorInputDeviceCurveProperty"); \ +static_assert(sizeof(UColorInputDeviceCurveProperty) == 0x0000A0, "Wrong size on UColorInputDeviceCurveProperty"); \ +static_assert(offsetof(UColorInputDeviceCurveProperty, ColorData) == 0x000030, "Member 'UColorInputDeviceCurveProperty::ColorData' has a wrong offset!"); \ +static_assert(offsetof(UColorInputDeviceCurveProperty, DeviceOverrideData) == 0x000040, "Member 'UColorInputDeviceCurveProperty::DeviceOverrideData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncLoadingTests_ConvertFromType_V2 \ +static_assert(alignof(UAsyncLoadingTests_ConvertFromType_V2) == 0x000008, "Wrong alignment on UAsyncLoadingTests_ConvertFromType_V2"); \ +static_assert(sizeof(UAsyncLoadingTests_ConvertFromType_V2) == 0x000030, "Wrong size on UAsyncLoadingTests_ConvertFromType_V2"); \ +static_assert(offsetof(UAsyncLoadingTests_ConvertFromType_V2, Reference) == 0x000028, "Member 'UAsyncLoadingTests_ConvertFromType_V2::Reference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceTriggerFeedbackProperty \ +static_assert(alignof(UInputDeviceTriggerFeedbackProperty) == 0x000008, "Wrong alignment on UInputDeviceTriggerFeedbackProperty"); \ +static_assert(sizeof(UInputDeviceTriggerFeedbackProperty) == 0x0000B8, "Wrong size on UInputDeviceTriggerFeedbackProperty"); \ +static_assert(offsetof(UInputDeviceTriggerFeedbackProperty, TriggerData) == 0x000040, "Member 'UInputDeviceTriggerFeedbackProperty::TriggerData' has a wrong offset!"); \ +static_assert(offsetof(UInputDeviceTriggerFeedbackProperty, DeviceOverrideData) == 0x000050, "Member 'UInputDeviceTriggerFeedbackProperty::DeviceOverrideData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceTriggerVibrationProperty \ +static_assert(alignof(UInputDeviceTriggerVibrationProperty) == 0x000008, "Wrong alignment on UInputDeviceTriggerVibrationProperty"); \ +static_assert(sizeof(UInputDeviceTriggerVibrationProperty) == 0x0000C0, "Wrong size on UInputDeviceTriggerVibrationProperty"); \ +static_assert(offsetof(UInputDeviceTriggerVibrationProperty, TriggerData) == 0x000040, "Member 'UInputDeviceTriggerVibrationProperty::TriggerData' has a wrong offset!"); \ +static_assert(offsetof(UInputDeviceTriggerVibrationProperty, DeviceOverrideData) == 0x000058, "Member 'UInputDeviceTriggerVibrationProperty::DeviceOverrideData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceAudioBasedVibrationProperty \ +static_assert(alignof(UInputDeviceAudioBasedVibrationProperty) == 0x000008, "Wrong alignment on UInputDeviceAudioBasedVibrationProperty"); \ +static_assert(sizeof(UInputDeviceAudioBasedVibrationProperty) == 0x000088, "Wrong size on UInputDeviceAudioBasedVibrationProperty"); \ +static_assert(offsetof(UInputDeviceAudioBasedVibrationProperty, Data) == 0x000030, "Member 'UInputDeviceAudioBasedVibrationProperty::Data' has a wrong offset!"); \ +static_assert(offsetof(UInputDeviceAudioBasedVibrationProperty, DeviceOverrideData) == 0x000038, "Member 'UInputDeviceAudioBasedVibrationProperty::DeviceOverrideData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_ActivateDevicePropertyOfClass \ +static_assert(alignof(InputDeviceSubsystem_ActivateDevicePropertyOfClass) == 0x000008, "Wrong alignment on InputDeviceSubsystem_ActivateDevicePropertyOfClass"); \ +static_assert(sizeof(InputDeviceSubsystem_ActivateDevicePropertyOfClass) == 0x000018, "Wrong size on InputDeviceSubsystem_ActivateDevicePropertyOfClass"); \ +static_assert(offsetof(InputDeviceSubsystem_ActivateDevicePropertyOfClass, PropertyClass) == 0x000000, "Member 'InputDeviceSubsystem_ActivateDevicePropertyOfClass::PropertyClass' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_ActivateDevicePropertyOfClass, Params_0) == 0x000008, "Member 'InputDeviceSubsystem_ActivateDevicePropertyOfClass::Params_0' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_ActivateDevicePropertyOfClass, ReturnValue) == 0x000014, "Member 'InputDeviceSubsystem_ActivateDevicePropertyOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_RemoveDevicePropertyByHandle \ +static_assert(alignof(InputDeviceSubsystem_RemoveDevicePropertyByHandle) == 0x000004, "Wrong alignment on InputDeviceSubsystem_RemoveDevicePropertyByHandle"); \ +static_assert(sizeof(InputDeviceSubsystem_RemoveDevicePropertyByHandle) == 0x000004, "Wrong size on InputDeviceSubsystem_RemoveDevicePropertyByHandle"); \ +static_assert(offsetof(InputDeviceSubsystem_RemoveDevicePropertyByHandle, HandleToRemove) == 0x000000, "Member 'InputDeviceSubsystem_RemoveDevicePropertyByHandle::HandleToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_RemoveDevicePropertyHandles \ +static_assert(alignof(InputDeviceSubsystem_RemoveDevicePropertyHandles) == 0x000008, "Wrong alignment on InputDeviceSubsystem_RemoveDevicePropertyHandles"); \ +static_assert(sizeof(InputDeviceSubsystem_RemoveDevicePropertyHandles) == 0x000050, "Wrong size on InputDeviceSubsystem_RemoveDevicePropertyHandles"); \ +static_assert(offsetof(InputDeviceSubsystem_RemoveDevicePropertyHandles, HandlesToRemove) == 0x000000, "Member 'InputDeviceSubsystem_RemoveDevicePropertyHandles::HandlesToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_GetActiveDeviceProperty \ +static_assert(alignof(InputDeviceSubsystem_GetActiveDeviceProperty) == 0x000008, "Wrong alignment on InputDeviceSubsystem_GetActiveDeviceProperty"); \ +static_assert(sizeof(InputDeviceSubsystem_GetActiveDeviceProperty) == 0x000010, "Wrong size on InputDeviceSubsystem_GetActiveDeviceProperty"); \ +static_assert(offsetof(InputDeviceSubsystem_GetActiveDeviceProperty, Handle) == 0x000000, "Member 'InputDeviceSubsystem_GetActiveDeviceProperty::Handle' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_GetActiveDeviceProperty, ReturnValue) == 0x000008, "Member 'InputDeviceSubsystem_GetActiveDeviceProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_GetInputDeviceHardwareIdentifier \ +static_assert(alignof(InputDeviceSubsystem_GetInputDeviceHardwareIdentifier) == 0x000004, "Wrong alignment on InputDeviceSubsystem_GetInputDeviceHardwareIdentifier"); \ +static_assert(sizeof(InputDeviceSubsystem_GetInputDeviceHardwareIdentifier) == 0x00001C, "Wrong size on InputDeviceSubsystem_GetInputDeviceHardwareIdentifier"); \ +static_assert(offsetof(InputDeviceSubsystem_GetInputDeviceHardwareIdentifier, InputDevice) == 0x000000, "Member 'InputDeviceSubsystem_GetInputDeviceHardwareIdentifier::InputDevice' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_GetInputDeviceHardwareIdentifier, ReturnValue) == 0x000004, "Member 'InputDeviceSubsystem_GetInputDeviceHardwareIdentifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice \ +static_assert(alignof(InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice) == 0x000004, "Wrong alignment on InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice"); \ +static_assert(sizeof(InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice) == 0x00001C, "Wrong size on InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice"); \ +static_assert(offsetof(InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice, InUserId) == 0x000000, "Member 'InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice::InUserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice, ReturnValue) == 0x000004, "Member 'InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_GetMostRecentlyUsedInputDeviceId \ +static_assert(alignof(InputDeviceSubsystem_GetMostRecentlyUsedInputDeviceId) == 0x000004, "Wrong alignment on InputDeviceSubsystem_GetMostRecentlyUsedInputDeviceId"); \ +static_assert(sizeof(InputDeviceSubsystem_GetMostRecentlyUsedInputDeviceId) == 0x00000C, "Wrong size on InputDeviceSubsystem_GetMostRecentlyUsedInputDeviceId"); \ +static_assert(offsetof(InputDeviceSubsystem_GetMostRecentlyUsedInputDeviceId, InUserId) == 0x000000, "Member 'InputDeviceSubsystem_GetMostRecentlyUsedInputDeviceId::InUserId' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_GetMostRecentlyUsedInputDeviceId, OfType) == 0x000004, "Member 'InputDeviceSubsystem_GetMostRecentlyUsedInputDeviceId::OfType' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_GetMostRecentlyUsedInputDeviceId, ReturnValue) == 0x000008, "Member 'InputDeviceSubsystem_GetMostRecentlyUsedInputDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputDeviceSubsystem_IsPropertyActive \ +static_assert(alignof(InputDeviceSubsystem_IsPropertyActive) == 0x000004, "Wrong alignment on InputDeviceSubsystem_IsPropertyActive"); \ +static_assert(sizeof(InputDeviceSubsystem_IsPropertyActive) == 0x000008, "Wrong size on InputDeviceSubsystem_IsPropertyActive"); \ +static_assert(offsetof(InputDeviceSubsystem_IsPropertyActive, Handle) == 0x000000, "Member 'InputDeviceSubsystem_IsPropertyActive::Handle' has a wrong offset!"); \ +static_assert(offsetof(InputDeviceSubsystem_IsPropertyActive, ReturnValue) == 0x000004, "Member 'InputDeviceSubsystem_IsPropertyActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDeviceSubsystem \ +static_assert(alignof(UInputDeviceSubsystem) == 0x000008, "Wrong alignment on UInputDeviceSubsystem"); \ +static_assert(sizeof(UInputDeviceSubsystem) == 0x000198, "Wrong size on UInputDeviceSubsystem"); \ +static_assert(offsetof(UInputDeviceSubsystem, OnInputHardwareDeviceChanged) == 0x000038, "Member 'UInputDeviceSubsystem::OnInputHardwareDeviceChanged' has a wrong offset!"); \ +static_assert(offsetof(UInputDeviceSubsystem, ActiveProperties) == 0x000048, "Member 'UInputDeviceSubsystem::ActiveProperties' has a wrong offset!"); \ +static_assert(offsetof(UInputDeviceSubsystem, PropertiesPendingRemoval) == 0x000098, "Member 'UInputDeviceSubsystem::PropertiesPendingRemoval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USaveGame \ +static_assert(alignof(USaveGame) == 0x000008, "Wrong alignment on USaveGame"); \ +static_assert(sizeof(USaveGame) == 0x000028, "Wrong size on USaveGame"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer \ +static_assert(alignof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer) == 0x000008, "Wrong alignment on LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer"); \ +static_assert(sizeof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer) == 0x000038, "Wrong size on LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer"); \ +static_assert(offsetof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer, SaveGameClass) == 0x000000, "Member 'LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer::SaveGameClass' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer, LocalPlayerController) == 0x000008, "Member 'LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer::LocalPlayerController' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer, SlotName) == 0x000010, "Member 'LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer::SlotName' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer, Delegate) == 0x000020, "Member 'LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer::Delegate' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer, ReturnValue) == 0x000030, "Member 'LocalPlayerSaveGame_AsyncLoadOrCreateSaveGameForLocalPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer \ +static_assert(alignof(LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer) == 0x000008, "Wrong alignment on LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer"); \ +static_assert(sizeof(LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer) == 0x000028, "Wrong size on LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer"); \ +static_assert(offsetof(LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer, SaveGameClass) == 0x000000, "Member 'LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer::SaveGameClass' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer, LocalPlayerController) == 0x000008, "Member 'LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer::LocalPlayerController' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer, SlotName) == 0x000010, "Member 'LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer::SlotName' has a wrong offset!"); \ +static_assert(offsetof(LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer, ReturnValue) == 0x000020, "Member 'LocalPlayerSaveGame_LoadOrCreateSaveGameForLocalPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer \ +static_assert(alignof(LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer"); \ +static_assert(sizeof(LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer) == 0x000001, "Wrong size on LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer"); \ +static_assert(offsetof(LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_AsyncSaveGameToSlotForLocalPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_OnPostSave \ +static_assert(alignof(LocalPlayerSaveGame_OnPostSave) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_OnPostSave"); \ +static_assert(sizeof(LocalPlayerSaveGame_OnPostSave) == 0x000001, "Wrong size on LocalPlayerSaveGame_OnPostSave"); \ +static_assert(offsetof(LocalPlayerSaveGame_OnPostSave, bSuccess) == 0x000000, "Member 'LocalPlayerSaveGame_OnPostSave::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer \ +static_assert(alignof(LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer"); \ +static_assert(sizeof(LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer) == 0x000001, "Wrong size on LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer"); \ +static_assert(offsetof(LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_SaveGameToSlotForLocalPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetInvalidDataVersion \ +static_assert(alignof(LocalPlayerSaveGame_GetInvalidDataVersion) == 0x000004, "Wrong alignment on LocalPlayerSaveGame_GetInvalidDataVersion"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetInvalidDataVersion) == 0x000004, "Wrong size on LocalPlayerSaveGame_GetInvalidDataVersion"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetInvalidDataVersion, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetInvalidDataVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetLatestDataVersion \ +static_assert(alignof(LocalPlayerSaveGame_GetLatestDataVersion) == 0x000004, "Wrong alignment on LocalPlayerSaveGame_GetLatestDataVersion"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetLatestDataVersion) == 0x000004, "Wrong size on LocalPlayerSaveGame_GetLatestDataVersion"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetLatestDataVersion, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetLatestDataVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetLocalPlayerController \ +static_assert(alignof(LocalPlayerSaveGame_GetLocalPlayerController) == 0x000008, "Wrong alignment on LocalPlayerSaveGame_GetLocalPlayerController"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetLocalPlayerController) == 0x000008, "Wrong size on LocalPlayerSaveGame_GetLocalPlayerController"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetLocalPlayerController, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetLocalPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetPlatformUserId \ +static_assert(alignof(LocalPlayerSaveGame_GetPlatformUserId) == 0x000004, "Wrong alignment on LocalPlayerSaveGame_GetPlatformUserId"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetPlatformUserId) == 0x000004, "Wrong size on LocalPlayerSaveGame_GetPlatformUserId"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetPlatformUserId, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetPlatformUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetPlatformUserIndex \ +static_assert(alignof(LocalPlayerSaveGame_GetPlatformUserIndex) == 0x000004, "Wrong alignment on LocalPlayerSaveGame_GetPlatformUserIndex"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetPlatformUserIndex) == 0x000004, "Wrong size on LocalPlayerSaveGame_GetPlatformUserIndex"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetPlatformUserIndex, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetPlatformUserIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetSavedDataVersion \ +static_assert(alignof(LocalPlayerSaveGame_GetSavedDataVersion) == 0x000004, "Wrong alignment on LocalPlayerSaveGame_GetSavedDataVersion"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetSavedDataVersion) == 0x000004, "Wrong size on LocalPlayerSaveGame_GetSavedDataVersion"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetSavedDataVersion, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetSavedDataVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_GetSaveSlotName \ +static_assert(alignof(LocalPlayerSaveGame_GetSaveSlotName) == 0x000008, "Wrong alignment on LocalPlayerSaveGame_GetSaveSlotName"); \ +static_assert(sizeof(LocalPlayerSaveGame_GetSaveSlotName) == 0x000010, "Wrong size on LocalPlayerSaveGame_GetSaveSlotName"); \ +static_assert(offsetof(LocalPlayerSaveGame_GetSaveSlotName, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_GetSaveSlotName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_IsSaveInProgress \ +static_assert(alignof(LocalPlayerSaveGame_IsSaveInProgress) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_IsSaveInProgress"); \ +static_assert(sizeof(LocalPlayerSaveGame_IsSaveInProgress) == 0x000001, "Wrong size on LocalPlayerSaveGame_IsSaveInProgress"); \ +static_assert(offsetof(LocalPlayerSaveGame_IsSaveInProgress, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_IsSaveInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_WasLastSaveSuccessful \ +static_assert(alignof(LocalPlayerSaveGame_WasLastSaveSuccessful) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_WasLastSaveSuccessful"); \ +static_assert(sizeof(LocalPlayerSaveGame_WasLastSaveSuccessful) == 0x000001, "Wrong size on LocalPlayerSaveGame_WasLastSaveSuccessful"); \ +static_assert(offsetof(LocalPlayerSaveGame_WasLastSaveSuccessful, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_WasLastSaveSuccessful::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_WasLoaded \ +static_assert(alignof(LocalPlayerSaveGame_WasLoaded) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_WasLoaded"); \ +static_assert(sizeof(LocalPlayerSaveGame_WasLoaded) == 0x000001, "Wrong size on LocalPlayerSaveGame_WasLoaded"); \ +static_assert(offsetof(LocalPlayerSaveGame_WasLoaded, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_WasLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalPlayerSaveGame_WasSaveRequested \ +static_assert(alignof(LocalPlayerSaveGame_WasSaveRequested) == 0x000001, "Wrong alignment on LocalPlayerSaveGame_WasSaveRequested"); \ +static_assert(sizeof(LocalPlayerSaveGame_WasSaveRequested) == 0x000001, "Wrong size on LocalPlayerSaveGame_WasSaveRequested"); \ +static_assert(offsetof(LocalPlayerSaveGame_WasSaveRequested, ReturnValue) == 0x000000, "Member 'LocalPlayerSaveGame_WasSaveRequested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalPlayerSaveGame \ +static_assert(alignof(ULocalPlayerSaveGame) == 0x000008, "Wrong alignment on ULocalPlayerSaveGame"); \ +static_assert(sizeof(ULocalPlayerSaveGame) == 0x000058, "Wrong size on ULocalPlayerSaveGame"); \ +static_assert(offsetof(ULocalPlayerSaveGame, OwningPlayer) == 0x000028, "Member 'ULocalPlayerSaveGame::OwningPlayer' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayerSaveGame, SaveSlotName) == 0x000030, "Member 'ULocalPlayerSaveGame::SaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayerSaveGame, SavedDataVersion) == 0x000040, "Member 'ULocalPlayerSaveGame::SavedDataVersion' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayerSaveGame, LoadedDataVersion) == 0x000044, "Member 'ULocalPlayerSaveGame::LoadedDataVersion' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayerSaveGame, CurrentSaveRequest) == 0x000048, "Member 'ULocalPlayerSaveGame::CurrentSaveRequest' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayerSaveGame, LastSuccessfulSaveRequest) == 0x00004C, "Member 'ULocalPlayerSaveGame::LastSuccessfulSaveRequest' has a wrong offset!"); \ +static_assert(offsetof(ULocalPlayerSaveGame, LastErrorSaveRequest) == 0x000050, "Member 'ULocalPlayerSaveGame::LastErrorSaveRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpringArmComponent_GetTargetRotation \ +static_assert(alignof(SpringArmComponent_GetTargetRotation) == 0x000008, "Wrong alignment on SpringArmComponent_GetTargetRotation"); \ +static_assert(sizeof(SpringArmComponent_GetTargetRotation) == 0x000018, "Wrong size on SpringArmComponent_GetTargetRotation"); \ +static_assert(offsetof(SpringArmComponent_GetTargetRotation, ReturnValue) == 0x000000, "Member 'SpringArmComponent_GetTargetRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpringArmComponent_GetUnfixedCameraPosition \ +static_assert(alignof(SpringArmComponent_GetUnfixedCameraPosition) == 0x000008, "Wrong alignment on SpringArmComponent_GetUnfixedCameraPosition"); \ +static_assert(sizeof(SpringArmComponent_GetUnfixedCameraPosition) == 0x000018, "Wrong size on SpringArmComponent_GetUnfixedCameraPosition"); \ +static_assert(offsetof(SpringArmComponent_GetUnfixedCameraPosition, ReturnValue) == 0x000000, "Member 'SpringArmComponent_GetUnfixedCameraPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpringArmComponent_IsCollisionFixApplied \ +static_assert(alignof(SpringArmComponent_IsCollisionFixApplied) == 0x000001, "Wrong alignment on SpringArmComponent_IsCollisionFixApplied"); \ +static_assert(sizeof(SpringArmComponent_IsCollisionFixApplied) == 0x000001, "Wrong size on SpringArmComponent_IsCollisionFixApplied"); \ +static_assert(offsetof(SpringArmComponent_IsCollisionFixApplied, ReturnValue) == 0x000000, "Member 'SpringArmComponent_IsCollisionFixApplied::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpringArmComponent \ +static_assert(alignof(USpringArmComponent) == 0x000010, "Wrong alignment on USpringArmComponent"); \ +static_assert(sizeof(USpringArmComponent) == 0x000350, "Wrong size on USpringArmComponent"); \ +static_assert(offsetof(USpringArmComponent, TargetArmLength) == 0x000250, "Member 'USpringArmComponent::TargetArmLength' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, SocketOffset) == 0x000258, "Member 'USpringArmComponent::SocketOffset' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, TargetOffset) == 0x000270, "Member 'USpringArmComponent::TargetOffset' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, ProbeSize) == 0x000288, "Member 'USpringArmComponent::ProbeSize' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, ProbeChannel) == 0x00028C, "Member 'USpringArmComponent::ProbeChannel' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagSpeed) == 0x000294, "Member 'USpringArmComponent::CameraLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraRotationLagSpeed) == 0x000298, "Member 'USpringArmComponent::CameraRotationLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagMaxTimeStep) == 0x00029C, "Member 'USpringArmComponent::CameraLagMaxTimeStep' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagMaxDistance) == 0x0002A0, "Member 'USpringArmComponent::CameraLagMaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTouchInterface \ +static_assert(alignof(UTouchInterface) == 0x000008, "Wrong alignment on UTouchInterface"); \ +static_assert(sizeof(UTouchInterface) == 0x000058, "Wrong size on UTouchInterface"); \ +static_assert(offsetof(UTouchInterface, Controls) == 0x000028, "Member 'UTouchInterface::Controls' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, ActiveOpacity) == 0x000038, "Member 'UTouchInterface::ActiveOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, InactiveOpacity) == 0x00003C, "Member 'UTouchInterface::InactiveOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, TimeUntilDeactive) == 0x000040, "Member 'UTouchInterface::TimeUntilDeactive' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, TimeUntilReset) == 0x000044, "Member 'UTouchInterface::TimeUntilReset' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, ActivationDelay) == 0x000048, "Member 'UTouchInterface::ActivationDelay' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, bPreventRecenter) == 0x00004C, "Member 'UTouchInterface::bPreventRecenter' has a wrong offset!"); \ +static_assert(offsetof(UTouchInterface, StartupDelay) == 0x000050, "Member 'UTouchInterface::StartupDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_CanSpectate \ +static_assert(alignof(GameModeBase_CanSpectate) == 0x000008, "Wrong alignment on GameModeBase_CanSpectate"); \ +static_assert(sizeof(GameModeBase_CanSpectate) == 0x000018, "Wrong size on GameModeBase_CanSpectate"); \ +static_assert(offsetof(GameModeBase_CanSpectate, Viewer) == 0x000000, "Member 'GameModeBase_CanSpectate::Viewer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_CanSpectate, ViewTarget) == 0x000008, "Member 'GameModeBase_CanSpectate::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_CanSpectate, ReturnValue) == 0x000010, "Member 'GameModeBase_CanSpectate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_ChangeName \ +static_assert(alignof(GameModeBase_ChangeName) == 0x000008, "Wrong alignment on GameModeBase_ChangeName"); \ +static_assert(sizeof(GameModeBase_ChangeName) == 0x000020, "Wrong size on GameModeBase_ChangeName"); \ +static_assert(offsetof(GameModeBase_ChangeName, Controller) == 0x000000, "Member 'GameModeBase_ChangeName::Controller' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_ChangeName, NewName) == 0x000008, "Member 'GameModeBase_ChangeName::NewName' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_ChangeName, bNameChange) == 0x000018, "Member 'GameModeBase_ChangeName::bNameChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_ChoosePlayerStart \ +static_assert(alignof(GameModeBase_ChoosePlayerStart) == 0x000008, "Wrong alignment on GameModeBase_ChoosePlayerStart"); \ +static_assert(sizeof(GameModeBase_ChoosePlayerStart) == 0x000010, "Wrong size on GameModeBase_ChoosePlayerStart"); \ +static_assert(offsetof(GameModeBase_ChoosePlayerStart, Player) == 0x000000, "Member 'GameModeBase_ChoosePlayerStart::Player' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_ChoosePlayerStart, ReturnValue) == 0x000008, "Member 'GameModeBase_ChoosePlayerStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_FindPlayerStart \ +static_assert(alignof(GameModeBase_FindPlayerStart) == 0x000008, "Wrong alignment on GameModeBase_FindPlayerStart"); \ +static_assert(sizeof(GameModeBase_FindPlayerStart) == 0x000020, "Wrong size on GameModeBase_FindPlayerStart"); \ +static_assert(offsetof(GameModeBase_FindPlayerStart, Player) == 0x000000, "Member 'GameModeBase_FindPlayerStart::Player' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_FindPlayerStart, IncomingName) == 0x000008, "Member 'GameModeBase_FindPlayerStart::IncomingName' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_FindPlayerStart, ReturnValue) == 0x000018, "Member 'GameModeBase_FindPlayerStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_GetDefaultPawnClassForController \ +static_assert(alignof(GameModeBase_GetDefaultPawnClassForController) == 0x000008, "Wrong alignment on GameModeBase_GetDefaultPawnClassForController"); \ +static_assert(sizeof(GameModeBase_GetDefaultPawnClassForController) == 0x000010, "Wrong size on GameModeBase_GetDefaultPawnClassForController"); \ +static_assert(offsetof(GameModeBase_GetDefaultPawnClassForController, InController) == 0x000000, "Member 'GameModeBase_GetDefaultPawnClassForController::InController' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_GetDefaultPawnClassForController, ReturnValue) == 0x000008, "Member 'GameModeBase_GetDefaultPawnClassForController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_GetNumPlayers \ +static_assert(alignof(GameModeBase_GetNumPlayers) == 0x000004, "Wrong alignment on GameModeBase_GetNumPlayers"); \ +static_assert(sizeof(GameModeBase_GetNumPlayers) == 0x000004, "Wrong size on GameModeBase_GetNumPlayers"); \ +static_assert(offsetof(GameModeBase_GetNumPlayers, ReturnValue) == 0x000000, "Member 'GameModeBase_GetNumPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_GetNumSpectators \ +static_assert(alignof(GameModeBase_GetNumSpectators) == 0x000004, "Wrong alignment on GameModeBase_GetNumSpectators"); \ +static_assert(sizeof(GameModeBase_GetNumSpectators) == 0x000004, "Wrong size on GameModeBase_GetNumSpectators"); \ +static_assert(offsetof(GameModeBase_GetNumSpectators, ReturnValue) == 0x000000, "Member 'GameModeBase_GetNumSpectators::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_HandleStartingNewPlayer \ +static_assert(alignof(GameModeBase_HandleStartingNewPlayer) == 0x000008, "Wrong alignment on GameModeBase_HandleStartingNewPlayer"); \ +static_assert(sizeof(GameModeBase_HandleStartingNewPlayer) == 0x000008, "Wrong size on GameModeBase_HandleStartingNewPlayer"); \ +static_assert(offsetof(GameModeBase_HandleStartingNewPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_HandleStartingNewPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_InitializeHUDForPlayer \ +static_assert(alignof(GameModeBase_InitializeHUDForPlayer) == 0x000008, "Wrong alignment on GameModeBase_InitializeHUDForPlayer"); \ +static_assert(sizeof(GameModeBase_InitializeHUDForPlayer) == 0x000008, "Wrong size on GameModeBase_InitializeHUDForPlayer"); \ +static_assert(offsetof(GameModeBase_InitializeHUDForPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_InitializeHUDForPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_InitStartSpot \ +static_assert(alignof(GameModeBase_InitStartSpot) == 0x000008, "Wrong alignment on GameModeBase_InitStartSpot"); \ +static_assert(sizeof(GameModeBase_InitStartSpot) == 0x000010, "Wrong size on GameModeBase_InitStartSpot"); \ +static_assert(offsetof(GameModeBase_InitStartSpot, StartSpot) == 0x000000, "Member 'GameModeBase_InitStartSpot::StartSpot' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_InitStartSpot, NewPlayer) == 0x000008, "Member 'GameModeBase_InitStartSpot::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_FindPlayerStart \ +static_assert(alignof(GameModeBase_K2_FindPlayerStart) == 0x000008, "Wrong alignment on GameModeBase_K2_FindPlayerStart"); \ +static_assert(sizeof(GameModeBase_K2_FindPlayerStart) == 0x000020, "Wrong size on GameModeBase_K2_FindPlayerStart"); \ +static_assert(offsetof(GameModeBase_K2_FindPlayerStart, Player) == 0x000000, "Member 'GameModeBase_K2_FindPlayerStart::Player' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_FindPlayerStart, IncomingName) == 0x000008, "Member 'GameModeBase_K2_FindPlayerStart::IncomingName' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_FindPlayerStart, ReturnValue) == 0x000018, "Member 'GameModeBase_K2_FindPlayerStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_OnChangeName \ +static_assert(alignof(GameModeBase_K2_OnChangeName) == 0x000008, "Wrong alignment on GameModeBase_K2_OnChangeName"); \ +static_assert(sizeof(GameModeBase_K2_OnChangeName) == 0x000020, "Wrong size on GameModeBase_K2_OnChangeName"); \ +static_assert(offsetof(GameModeBase_K2_OnChangeName, Other) == 0x000000, "Member 'GameModeBase_K2_OnChangeName::Other' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_OnChangeName, NewName) == 0x000008, "Member 'GameModeBase_K2_OnChangeName::NewName' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_OnChangeName, bNameChange) == 0x000018, "Member 'GameModeBase_K2_OnChangeName::bNameChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_OnLogout \ +static_assert(alignof(GameModeBase_K2_OnLogout) == 0x000008, "Wrong alignment on GameModeBase_K2_OnLogout"); \ +static_assert(sizeof(GameModeBase_K2_OnLogout) == 0x000008, "Wrong size on GameModeBase_K2_OnLogout"); \ +static_assert(offsetof(GameModeBase_K2_OnLogout, ExitingController) == 0x000000, "Member 'GameModeBase_K2_OnLogout::ExitingController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_OnRestartPlayer \ +static_assert(alignof(GameModeBase_K2_OnRestartPlayer) == 0x000008, "Wrong alignment on GameModeBase_K2_OnRestartPlayer"); \ +static_assert(sizeof(GameModeBase_K2_OnRestartPlayer) == 0x000008, "Wrong size on GameModeBase_K2_OnRestartPlayer"); \ +static_assert(offsetof(GameModeBase_K2_OnRestartPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_K2_OnRestartPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_OnSwapPlayerControllers \ +static_assert(alignof(GameModeBase_K2_OnSwapPlayerControllers) == 0x000008, "Wrong alignment on GameModeBase_K2_OnSwapPlayerControllers"); \ +static_assert(sizeof(GameModeBase_K2_OnSwapPlayerControllers) == 0x000010, "Wrong size on GameModeBase_K2_OnSwapPlayerControllers"); \ +static_assert(offsetof(GameModeBase_K2_OnSwapPlayerControllers, OldPC) == 0x000000, "Member 'GameModeBase_K2_OnSwapPlayerControllers::OldPC' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_K2_OnSwapPlayerControllers, NewPC) == 0x000008, "Member 'GameModeBase_K2_OnSwapPlayerControllers::NewPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_K2_PostLogin \ +static_assert(alignof(GameModeBase_K2_PostLogin) == 0x000008, "Wrong alignment on GameModeBase_K2_PostLogin"); \ +static_assert(sizeof(GameModeBase_K2_PostLogin) == 0x000008, "Wrong size on GameModeBase_K2_PostLogin"); \ +static_assert(offsetof(GameModeBase_K2_PostLogin, NewPlayer) == 0x000000, "Member 'GameModeBase_K2_PostLogin::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_PlayerCanRestart \ +static_assert(alignof(GameModeBase_PlayerCanRestart) == 0x000008, "Wrong alignment on GameModeBase_PlayerCanRestart"); \ +static_assert(sizeof(GameModeBase_PlayerCanRestart) == 0x000010, "Wrong size on GameModeBase_PlayerCanRestart"); \ +static_assert(offsetof(GameModeBase_PlayerCanRestart, Player) == 0x000000, "Member 'GameModeBase_PlayerCanRestart::Player' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_PlayerCanRestart, ReturnValue) == 0x000008, "Member 'GameModeBase_PlayerCanRestart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_RestartPlayer \ +static_assert(alignof(GameModeBase_RestartPlayer) == 0x000008, "Wrong alignment on GameModeBase_RestartPlayer"); \ +static_assert(sizeof(GameModeBase_RestartPlayer) == 0x000008, "Wrong size on GameModeBase_RestartPlayer"); \ +static_assert(offsetof(GameModeBase_RestartPlayer, NewPlayer) == 0x000000, "Member 'GameModeBase_RestartPlayer::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_RestartPlayerAtPlayerStart \ +static_assert(alignof(GameModeBase_RestartPlayerAtPlayerStart) == 0x000008, "Wrong alignment on GameModeBase_RestartPlayerAtPlayerStart"); \ +static_assert(sizeof(GameModeBase_RestartPlayerAtPlayerStart) == 0x000010, "Wrong size on GameModeBase_RestartPlayerAtPlayerStart"); \ +static_assert(offsetof(GameModeBase_RestartPlayerAtPlayerStart, NewPlayer) == 0x000000, "Member 'GameModeBase_RestartPlayerAtPlayerStart::NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_RestartPlayerAtPlayerStart, StartSpot) == 0x000008, "Member 'GameModeBase_RestartPlayerAtPlayerStart::StartSpot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_RestartPlayerAtTransform \ +static_assert(alignof(GameModeBase_RestartPlayerAtTransform) == 0x000010, "Wrong alignment on GameModeBase_RestartPlayerAtTransform"); \ +static_assert(sizeof(GameModeBase_RestartPlayerAtTransform) == 0x000070, "Wrong size on GameModeBase_RestartPlayerAtTransform"); \ +static_assert(offsetof(GameModeBase_RestartPlayerAtTransform, NewPlayer) == 0x000000, "Member 'GameModeBase_RestartPlayerAtTransform::NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_RestartPlayerAtTransform, SpawnTransform) == 0x000010, "Member 'GameModeBase_RestartPlayerAtTransform::SpawnTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_ShouldReset \ +static_assert(alignof(GameModeBase_ShouldReset) == 0x000008, "Wrong alignment on GameModeBase_ShouldReset"); \ +static_assert(sizeof(GameModeBase_ShouldReset) == 0x000010, "Wrong size on GameModeBase_ShouldReset"); \ +static_assert(offsetof(GameModeBase_ShouldReset, ActorToReset) == 0x000000, "Member 'GameModeBase_ShouldReset::ActorToReset' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_ShouldReset, ReturnValue) == 0x000008, "Member 'GameModeBase_ShouldReset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_SpawnDefaultPawnAtTransform \ +static_assert(alignof(GameModeBase_SpawnDefaultPawnAtTransform) == 0x000010, "Wrong alignment on GameModeBase_SpawnDefaultPawnAtTransform"); \ +static_assert(sizeof(GameModeBase_SpawnDefaultPawnAtTransform) == 0x000080, "Wrong size on GameModeBase_SpawnDefaultPawnAtTransform"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnAtTransform, NewPlayer) == 0x000000, "Member 'GameModeBase_SpawnDefaultPawnAtTransform::NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnAtTransform, SpawnTransform) == 0x000010, "Member 'GameModeBase_SpawnDefaultPawnAtTransform::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnAtTransform, ReturnValue) == 0x000070, "Member 'GameModeBase_SpawnDefaultPawnAtTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_SpawnDefaultPawnFor \ +static_assert(alignof(GameModeBase_SpawnDefaultPawnFor) == 0x000008, "Wrong alignment on GameModeBase_SpawnDefaultPawnFor"); \ +static_assert(sizeof(GameModeBase_SpawnDefaultPawnFor) == 0x000018, "Wrong size on GameModeBase_SpawnDefaultPawnFor"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnFor, NewPlayer) == 0x000000, "Member 'GameModeBase_SpawnDefaultPawnFor::NewPlayer' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnFor, StartSpot) == 0x000008, "Member 'GameModeBase_SpawnDefaultPawnFor::StartSpot' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_SpawnDefaultPawnFor, ReturnValue) == 0x000010, "Member 'GameModeBase_SpawnDefaultPawnFor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_HasMatchEnded \ +static_assert(alignof(GameModeBase_HasMatchEnded) == 0x000001, "Wrong alignment on GameModeBase_HasMatchEnded"); \ +static_assert(sizeof(GameModeBase_HasMatchEnded) == 0x000001, "Wrong size on GameModeBase_HasMatchEnded"); \ +static_assert(offsetof(GameModeBase_HasMatchEnded, ReturnValue) == 0x000000, "Member 'GameModeBase_HasMatchEnded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_HasMatchStarted \ +static_assert(alignof(GameModeBase_HasMatchStarted) == 0x000001, "Wrong alignment on GameModeBase_HasMatchStarted"); \ +static_assert(sizeof(GameModeBase_HasMatchStarted) == 0x000001, "Wrong size on GameModeBase_HasMatchStarted"); \ +static_assert(offsetof(GameModeBase_HasMatchStarted, ReturnValue) == 0x000000, "Member 'GameModeBase_HasMatchStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameModeBase_MustSpectate \ +static_assert(alignof(GameModeBase_MustSpectate) == 0x000008, "Wrong alignment on GameModeBase_MustSpectate"); \ +static_assert(sizeof(GameModeBase_MustSpectate) == 0x000010, "Wrong size on GameModeBase_MustSpectate"); \ +static_assert(offsetof(GameModeBase_MustSpectate, NewPlayerController) == 0x000000, "Member 'GameModeBase_MustSpectate::NewPlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameModeBase_MustSpectate, ReturnValue) == 0x000008, "Member 'GameModeBase_MustSpectate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameModeBase \ +static_assert(alignof(AGameModeBase) == 0x000008, "Wrong alignment on AGameModeBase"); \ +static_assert(sizeof(AGameModeBase) == 0x000348, "Wrong size on AGameModeBase"); \ +static_assert(offsetof(AGameModeBase, OptionsString) == 0x0002B0, "Member 'AGameModeBase::OptionsString' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameSessionClass) == 0x0002C0, "Member 'AGameModeBase::GameSessionClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameStateClass) == 0x0002C8, "Member 'AGameModeBase::GameStateClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, PlayerControllerClass) == 0x0002D0, "Member 'AGameModeBase::PlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, PlayerStateClass) == 0x0002D8, "Member 'AGameModeBase::PlayerStateClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, HUDClass) == 0x0002E0, "Member 'AGameModeBase::HUDClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, DefaultPawnClass) == 0x0002E8, "Member 'AGameModeBase::DefaultPawnClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, SpectatorClass) == 0x0002F0, "Member 'AGameModeBase::SpectatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ReplaySpectatorPlayerControllerClass) == 0x0002F8, "Member 'AGameModeBase::ReplaySpectatorPlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ServerStatReplicatorClass) == 0x000300, "Member 'AGameModeBase::ServerStatReplicatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameSession) == 0x000308, "Member 'AGameModeBase::GameSession' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameState) == 0x000310, "Member 'AGameModeBase::GameState' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ServerStatReplicator) == 0x000318, "Member 'AGameModeBase::ServerStatReplicator' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, DefaultPlayerName) == 0x000320, "Member 'AGameModeBase::DefaultPlayerName' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameNetDriverReplicationSystem) == 0x000334, "Member 'AGameModeBase::GameNetDriverReplicationSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_K2_OnSetMatchState \ +static_assert(alignof(GameMode_K2_OnSetMatchState) == 0x000004, "Wrong alignment on GameMode_K2_OnSetMatchState"); \ +static_assert(sizeof(GameMode_K2_OnSetMatchState) == 0x000008, "Wrong size on GameMode_K2_OnSetMatchState"); \ +static_assert(offsetof(GameMode_K2_OnSetMatchState, NewState) == 0x000000, "Member 'GameMode_K2_OnSetMatchState::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_ReadyToEndMatch \ +static_assert(alignof(GameMode_ReadyToEndMatch) == 0x000001, "Wrong alignment on GameMode_ReadyToEndMatch"); \ +static_assert(sizeof(GameMode_ReadyToEndMatch) == 0x000001, "Wrong size on GameMode_ReadyToEndMatch"); \ +static_assert(offsetof(GameMode_ReadyToEndMatch, ReturnValue) == 0x000000, "Member 'GameMode_ReadyToEndMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_ReadyToStartMatch \ +static_assert(alignof(GameMode_ReadyToStartMatch) == 0x000001, "Wrong alignment on GameMode_ReadyToStartMatch"); \ +static_assert(sizeof(GameMode_ReadyToStartMatch) == 0x000001, "Wrong size on GameMode_ReadyToStartMatch"); \ +static_assert(offsetof(GameMode_ReadyToStartMatch, ReturnValue) == 0x000000, "Member 'GameMode_ReadyToStartMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_Say \ +static_assert(alignof(GameMode_Say) == 0x000008, "Wrong alignment on GameMode_Say"); \ +static_assert(sizeof(GameMode_Say) == 0x000010, "Wrong size on GameMode_Say"); \ +static_assert(offsetof(GameMode_Say, Msg) == 0x000000, "Member 'GameMode_Say::Msg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_GetMatchState \ +static_assert(alignof(GameMode_GetMatchState) == 0x000004, "Wrong alignment on GameMode_GetMatchState"); \ +static_assert(sizeof(GameMode_GetMatchState) == 0x000008, "Wrong size on GameMode_GetMatchState"); \ +static_assert(offsetof(GameMode_GetMatchState, ReturnValue) == 0x000000, "Member 'GameMode_GetMatchState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMode_IsMatchInProgress \ +static_assert(alignof(GameMode_IsMatchInProgress) == 0x000001, "Wrong alignment on GameMode_IsMatchInProgress"); \ +static_assert(sizeof(GameMode_IsMatchInProgress) == 0x000001, "Wrong size on GameMode_IsMatchInProgress"); \ +static_assert(offsetof(GameMode_IsMatchInProgress, ReturnValue) == 0x000000, "Member 'GameMode_IsMatchInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameMode \ +static_assert(alignof(AGameMode) == 0x000008, "Wrong alignment on AGameMode"); \ +static_assert(sizeof(AGameMode) == 0x000390, "Wrong size on AGameMode"); \ +static_assert(offsetof(AGameMode, MatchState) == 0x000348, "Member 'AGameMode::MatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumSpectators) == 0x000354, "Member 'AGameMode::NumSpectators' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumPlayers) == 0x000358, "Member 'AGameMode::NumPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumBots) == 0x00035C, "Member 'AGameMode::NumBots' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, MinRespawnDelay) == 0x000360, "Member 'AGameMode::MinRespawnDelay' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, NumTravellingPlayers) == 0x000364, "Member 'AGameMode::NumTravellingPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, EngineMessageClass) == 0x000368, "Member 'AGameMode::EngineMessageClass' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, InactivePlayerArray) == 0x000370, "Member 'AGameMode::InactivePlayerArray' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, InactivePlayerStateLifeSpan) == 0x000380, "Member 'AGameMode::InactivePlayerStateLifeSpan' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, MaxInactivePlayers) == 0x000384, "Member 'AGameMode::MaxInactivePlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameMode, bHandleDedicatedServerReplays) == 0x000388, "Member 'AGameMode::bHandleDedicatedServerReplays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameNetworkManager \ +static_assert(alignof(AGameNetworkManager) == 0x000008, "Wrong alignment on AGameNetworkManager"); \ +static_assert(sizeof(AGameNetworkManager) == 0x000358, "Wrong size on AGameNetworkManager"); \ +static_assert(offsetof(AGameNetworkManager, BadPacketLossThreshold) == 0x0002B0, "Member 'AGameNetworkManager::BadPacketLossThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, SeverePacketLossThreshold) == 0x0002B4, "Member 'AGameNetworkManager::SeverePacketLossThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, BadPingThreshold) == 0x0002B8, "Member 'AGameNetworkManager::BadPingThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, SeverePingThreshold) == 0x0002BC, "Member 'AGameNetworkManager::SeverePingThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, AdjustedNetSpeed) == 0x0002C0, "Member 'AGameNetworkManager::AdjustedNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, LastNetSpeedUpdateTime) == 0x0002C4, "Member 'AGameNetworkManager::LastNetSpeedUpdateTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, TotalNetBandwidth) == 0x0002C8, "Member 'AGameNetworkManager::TotalNetBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MinDynamicBandwidth) == 0x0002CC, "Member 'AGameNetworkManager::MinDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxDynamicBandwidth) == 0x0002D0, "Member 'AGameNetworkManager::MaxDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, StandbyRxCheatTime) == 0x0002D8, "Member 'AGameNetworkManager::StandbyRxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, StandbyTxCheatTime) == 0x0002DC, "Member 'AGameNetworkManager::StandbyTxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentMissingForRxStandby) == 0x0002E0, "Member 'AGameNetworkManager::PercentMissingForRxStandby' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentMissingForTxStandby) == 0x0002E4, "Member 'AGameNetworkManager::PercentMissingForTxStandby' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentForBadPing) == 0x0002E8, "Member 'AGameNetworkManager::PercentForBadPing' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, JoinInProgressStandbyWaitTime) == 0x0002EC, "Member 'AGameNetworkManager::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MoveRepSize) == 0x0002F0, "Member 'AGameNetworkManager::MoveRepSize' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXPOSITIONERRORSQUARED) == 0x0002F4, "Member 'AGameNetworkManager::MAXPOSITIONERRORSQUARED' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXNEARZEROVELOCITYSQUARED) == 0x0002F8, "Member 'AGameNetworkManager::MAXNEARZEROVELOCITYSQUARED' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, CLIENTADJUSTUPDATECOST) == 0x0002FC, "Member 'AGameNetworkManager::CLIENTADJUSTUPDATECOST' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXCLIENTUPDATEINTERVAL) == 0x000300, "Member 'AGameNetworkManager::MAXCLIENTUPDATEINTERVAL' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxClientForcedUpdateDuration) == 0x000304, "Member 'AGameNetworkManager::MaxClientForcedUpdateDuration' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchThreshold) == 0x000308, "Member 'AGameNetworkManager::ServerForcedUpdateHitchThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchCooldown) == 0x00030C, "Member 'AGameNetworkManager::ServerForcedUpdateHitchCooldown' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxMoveDeltaTime) == 0x000310, "Member 'AGameNetworkManager::MaxMoveDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxClientSmoothingDeltaTime) == 0x000314, "Member 'AGameNetworkManager::MaxClientSmoothingDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTime) == 0x000318, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeThrottled) == 0x00031C, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeThrottled' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeStationary) == 0x000320, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeStationary' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleAtNetSpeed) == 0x000324, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleAtNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleOverPlayerCount) == 0x000328, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleOverPlayerCount' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientErrorUpdateRateLimit) == 0x00032C, "Member 'AGameNetworkManager::ClientErrorUpdateRateLimit' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdateDeltaTime) == 0x000330, "Member 'AGameNetworkManager::ClientNetCamUpdateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdatePositionLimit) == 0x000334, "Member 'AGameNetworkManager::ClientNetCamUpdatePositionLimit' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientAuthorativePosition) == 0x000338, "Member 'AGameNetworkManager::ClientAuthorativePosition' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyDetection) == 0x000339, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyDetection' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyResolution) == 0x00033A, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyResolution' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMaxTimeMargin) == 0x00033C, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMaxTimeMargin' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMinTimeMargin) == 0x000340, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMinTimeMargin' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyResolutionRate) == 0x000344, "Member 'AGameNetworkManager::MovementTimeDiscrepancyResolutionRate' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyDriftAllowance) == 0x000348, "Member 'AGameNetworkManager::MovementTimeDiscrepancyDriftAllowance' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyForceCorrectionsDuringResolution) == 0x00034C, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyForceCorrectionsDuringResolution' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bUseDistanceBasedRelevancy) == 0x00034D, "Member 'AGameNetworkManager::bUseDistanceBasedRelevancy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialCacheVirtualTextureTag \ +static_assert(alignof(UMaterialCacheVirtualTextureTag) == 0x000008, "Wrong alignment on UMaterialCacheVirtualTextureTag"); \ +static_assert(sizeof(UMaterialCacheVirtualTextureTag) == 0x000060, "Wrong size on UMaterialCacheVirtualTextureTag"); \ +static_assert(offsetof(UMaterialCacheVirtualTextureTag, Attributes) == 0x000028, "Member 'UMaterialCacheVirtualTextureTag::Attributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterialCacheVirtualTextureTag, TileCountMultiplier) == 0x000038, "Member 'UMaterialCacheVirtualTextureTag::TileCountMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UMaterialCacheVirtualTextureTag, RuntimeLayers) == 0x000040, "Member 'UMaterialCacheVirtualTextureTag::RuntimeLayers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialCacheVirtualTextureTag, Guid) == 0x000050, "Member 'UMaterialCacheVirtualTextureTag::Guid' 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) == 0x000148, "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) == 0x000128, "Member 'GameplayStatics_ApplyPointDamage::EventInstigator' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamageCauser) == 0x000130, "Member 'GameplayStatics_ApplyPointDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamageTypeClass) == 0x000138, "Member 'GameplayStatics_ApplyPointDamage::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, ReturnValue) == 0x000140, "Member 'GameplayStatics_ApplyPointDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ApplyRadialDamage \ +static_assert(alignof(GameplayStatics_ApplyRadialDamage) == 0x000008, "Wrong alignment on GameplayStatics_ApplyRadialDamage"); \ +static_assert(sizeof(GameplayStatics_ApplyRadialDamage) == 0x000060, "Wrong size on GameplayStatics_ApplyRadialDamage"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ApplyRadialDamage::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyRadialDamage::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, Origin) == 0x000010, "Member 'GameplayStatics_ApplyRadialDamage::Origin' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageRadius) == 0x000028, "Member 'GameplayStatics_ApplyRadialDamage::DamageRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageTypeClass) == 0x000030, "Member 'GameplayStatics_ApplyRadialDamage::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, IgnoreActors) == 0x000038, "Member 'GameplayStatics_ApplyRadialDamage::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageCauser) == 0x000048, "Member 'GameplayStatics_ApplyRadialDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, InstigatedByController) == 0x000050, "Member 'GameplayStatics_ApplyRadialDamage::InstigatedByController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, bDoFullDamage) == 0x000058, "Member 'GameplayStatics_ApplyRadialDamage::bDoFullDamage' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamagePreventionChannel) == 0x000059, "Member 'GameplayStatics_ApplyRadialDamage::DamagePreventionChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamage, ReturnValue) == 0x00005A, "Member 'GameplayStatics_ApplyRadialDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ApplyRadialDamageWithFalloff \ +static_assert(alignof(GameplayStatics_ApplyRadialDamageWithFalloff) == 0x000008, "Wrong alignment on GameplayStatics_ApplyRadialDamageWithFalloff"); \ +static_assert(sizeof(GameplayStatics_ApplyRadialDamageWithFalloff) == 0x000068, "Wrong size on GameplayStatics_ApplyRadialDamageWithFalloff"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, MinimumDamage) == 0x00000C, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::MinimumDamage' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, Origin) == 0x000010, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::Origin' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageInnerRadius) == 0x000028, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageInnerRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageOuterRadius) == 0x00002C, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageOuterRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageFalloff) == 0x000030, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageFalloff' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageTypeClass) == 0x000038, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, IgnoreActors) == 0x000040, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageCauser) == 0x000050, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, InstigatedByController) == 0x000058, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::InstigatedByController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamagePreventionChannel) == 0x000060, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamagePreventionChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, ReturnValue) == 0x000061, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_AreAnyListenersWithinRange \ +static_assert(alignof(GameplayStatics_AreAnyListenersWithinRange) == 0x000008, "Wrong alignment on GameplayStatics_AreAnyListenersWithinRange"); \ +static_assert(sizeof(GameplayStatics_AreAnyListenersWithinRange) == 0x000028, "Wrong size on GameplayStatics_AreAnyListenersWithinRange"); \ +static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, WorldContextObject) == 0x000000, "Member 'GameplayStatics_AreAnyListenersWithinRange::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, Location) == 0x000008, "Member 'GameplayStatics_AreAnyListenersWithinRange::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, MaximumRange) == 0x000020, "Member 'GameplayStatics_AreAnyListenersWithinRange::MaximumRange' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, ReturnValue) == 0x000024, "Member 'GameplayStatics_AreAnyListenersWithinRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_AreSubtitlesEnabled \ +static_assert(alignof(GameplayStatics_AreSubtitlesEnabled) == 0x000001, "Wrong alignment on GameplayStatics_AreSubtitlesEnabled"); \ +static_assert(sizeof(GameplayStatics_AreSubtitlesEnabled) == 0x000001, "Wrong size on GameplayStatics_AreSubtitlesEnabled"); \ +static_assert(offsetof(GameplayStatics_AreSubtitlesEnabled, ReturnValue) == 0x000000, "Member 'GameplayStatics_AreSubtitlesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_BeginDeferredActorSpawnFromClass \ +static_assert(alignof(GameplayStatics_BeginDeferredActorSpawnFromClass) == 0x000010, "Wrong alignment on GameplayStatics_BeginDeferredActorSpawnFromClass"); \ +static_assert(sizeof(GameplayStatics_BeginDeferredActorSpawnFromClass) == 0x000090, "Wrong size on GameplayStatics_BeginDeferredActorSpawnFromClass"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, ActorClass) == 0x000008, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, SpawnTransform) == 0x000010, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, CollisionHandlingOverride) == 0x000070, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::CollisionHandlingOverride' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, Owner) == 0x000078, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::Owner' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, TransformScaleMethod) == 0x000080, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::TransformScaleMethod' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, ReturnValue) == 0x000088, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_BeginSpawningActorFromBlueprint \ +static_assert(alignof(GameplayStatics_BeginSpawningActorFromBlueprint) == 0x000010, "Wrong alignment on GameplayStatics_BeginSpawningActorFromBlueprint"); \ +static_assert(sizeof(GameplayStatics_BeginSpawningActorFromBlueprint) == 0x000080, "Wrong size on GameplayStatics_BeginSpawningActorFromBlueprint"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, Blueprint) == 0x000008, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::Blueprint' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, SpawnTransform) == 0x000010, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, bNoCollisionFail) == 0x000070, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::bNoCollisionFail' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, ReturnValue) == 0x000078, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_Blueprint_PredictProjectilePath_Advanced \ +static_assert(alignof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced) == 0x000008, "Wrong alignment on GameplayStatics_Blueprint_PredictProjectilePath_Advanced"); \ +static_assert(sizeof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced) == 0x0001D0, "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) == 0x0001C8, "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) == 0x0001A8, "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) == 0x000108, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutPathPositions' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OutLastTraceDestination) == 0x000118, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutLastTraceDestination' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, StartPos) == 0x000130, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::StartPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, LaunchVelocity) == 0x000148, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, bTracePath) == 0x000160, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::bTracePath' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ProjectileRadius) == 0x000164, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ProjectileRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ObjectTypes) == 0x000168, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, bTraceComplex) == 0x000178, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ActorsToIgnore) == 0x000180, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, DrawDebugType) == 0x000190, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, DrawDebugTime) == 0x000194, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, SimFrequency) == 0x000198, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::SimFrequency' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, MaxSimTime) == 0x00019C, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::MaxSimTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OverrideGravityZ) == 0x0001A0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ReturnValue) == 0x0001A4, "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) == 0x000198, "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) == 0x000108, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutPathPositions' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OutLastTraceDestination) == 0x000118, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutLastTraceDestination' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, StartPos) == 0x000130, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::StartPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, LaunchVelocity) == 0x000148, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, bTracePath) == 0x000160, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::bTracePath' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ProjectileRadius) == 0x000164, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ProjectileRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, TraceChannel) == 0x000168, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, bTraceComplex) == 0x000169, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ActorsToIgnore) == 0x000170, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, DrawDebugType) == 0x000180, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, DrawDebugTime) == 0x000184, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, SimFrequency) == 0x000188, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::SimFrequency' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, MaxSimTime) == 0x00018C, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::MaxSimTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OverrideGravityZ) == 0x000190, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ReturnValue) == 0x000194, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_BlueprintSuggestProjectileVelocity \ +static_assert(alignof(GameplayStatics_BlueprintSuggestProjectileVelocity) == 0x000008, "Wrong alignment on GameplayStatics_BlueprintSuggestProjectileVelocity"); \ +static_assert(sizeof(GameplayStatics_BlueprintSuggestProjectileVelocity) == 0x000068, "Wrong size on GameplayStatics_BlueprintSuggestProjectileVelocity"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, TossVelocity) == 0x000008, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::TossVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, StartLocation) == 0x000020, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, EndLocation) == 0x000038, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::EndLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, LaunchSpeed) == 0x000050, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::LaunchSpeed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, OverrideGravityZ) == 0x000054, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, TraceOption) == 0x000058, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::TraceOption' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, CollisionRadius) == 0x00005C, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, bFavorHighArc) == 0x000060, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::bFavorHighArc' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, bDrawDebug) == 0x000061, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, bAcceptClosestOnNoSolutions) == 0x000062, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::bAcceptClosestOnNoSolutions' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, ReturnValue) == 0x000063, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_BreakHitResult \ +static_assert(alignof(GameplayStatics_BreakHitResult) == 0x000008, "Wrong alignment on GameplayStatics_BreakHitResult"); \ +static_assert(sizeof(GameplayStatics_BreakHitResult) == 0x0001D8, "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) == 0x000100, "Member 'GameplayStatics_BreakHitResult::bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, bInitialOverlap) == 0x000101, "Member 'GameplayStatics_BreakHitResult::bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Time) == 0x000104, "Member 'GameplayStatics_BreakHitResult::Time' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Distance) == 0x000108, "Member 'GameplayStatics_BreakHitResult::Distance' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Location) == 0x000110, "Member 'GameplayStatics_BreakHitResult::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, ImpactPoint) == 0x000128, "Member 'GameplayStatics_BreakHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Normal) == 0x000140, "Member 'GameplayStatics_BreakHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, ImpactNormal) == 0x000158, "Member 'GameplayStatics_BreakHitResult::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, PhysMat) == 0x000170, "Member 'GameplayStatics_BreakHitResult::PhysMat' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitActor) == 0x000178, "Member 'GameplayStatics_BreakHitResult::HitActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitComponent) == 0x000180, "Member 'GameplayStatics_BreakHitResult::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitBoneName) == 0x000188, "Member 'GameplayStatics_BreakHitResult::HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, BoneName) == 0x000190, "Member 'GameplayStatics_BreakHitResult::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitItem) == 0x000198, "Member 'GameplayStatics_BreakHitResult::HitItem' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, ElementIndex) == 0x00019C, "Member 'GameplayStatics_BreakHitResult::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, FaceIndex) == 0x0001A0, "Member 'GameplayStatics_BreakHitResult::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, TraceStart) == 0x0001A8, "Member 'GameplayStatics_BreakHitResult::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, TraceEnd) == 0x0001C0, "Member 'GameplayStatics_BreakHitResult::TraceEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ClearSoundMixClassOverride \ +static_assert(alignof(GameplayStatics_ClearSoundMixClassOverride) == 0x000008, "Wrong alignment on GameplayStatics_ClearSoundMixClassOverride"); \ +static_assert(sizeof(GameplayStatics_ClearSoundMixClassOverride) == 0x000020, "Wrong size on GameplayStatics_ClearSoundMixClassOverride"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ClearSoundMixClassOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_ClearSoundMixClassOverride::InSoundMixModifier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, InSoundClass) == 0x000010, "Member 'GameplayStatics_ClearSoundMixClassOverride::InSoundClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, FadeOutTime) == 0x000018, "Member 'GameplayStatics_ClearSoundMixClassOverride::FadeOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ClearSoundMixModifiers \ +static_assert(alignof(GameplayStatics_ClearSoundMixModifiers) == 0x000008, "Wrong alignment on GameplayStatics_ClearSoundMixModifiers"); \ +static_assert(sizeof(GameplayStatics_ClearSoundMixModifiers) == 0x000008, "Wrong size on GameplayStatics_ClearSoundMixModifiers"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixModifiers, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ClearSoundMixModifiers::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_CreatePlayer \ +static_assert(alignof(GameplayStatics_CreatePlayer) == 0x000008, "Wrong alignment on GameplayStatics_CreatePlayer"); \ +static_assert(sizeof(GameplayStatics_CreatePlayer) == 0x000018, "Wrong size on GameplayStatics_CreatePlayer"); \ +static_assert(offsetof(GameplayStatics_CreatePlayer, WorldContextObject) == 0x000000, "Member 'GameplayStatics_CreatePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayer, ControllerId) == 0x000008, "Member 'GameplayStatics_CreatePlayer::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayer, bSpawnPlayerController) == 0x00000C, "Member 'GameplayStatics_CreatePlayer::bSpawnPlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayer, ReturnValue) == 0x000010, "Member 'GameplayStatics_CreatePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_CreatePlayerFromPlatformUser \ +static_assert(alignof(GameplayStatics_CreatePlayerFromPlatformUser) == 0x000008, "Wrong alignment on GameplayStatics_CreatePlayerFromPlatformUser"); \ +static_assert(sizeof(GameplayStatics_CreatePlayerFromPlatformUser) == 0x000018, "Wrong size on GameplayStatics_CreatePlayerFromPlatformUser"); \ +static_assert(offsetof(GameplayStatics_CreatePlayerFromPlatformUser, WorldContextObject) == 0x000000, "Member 'GameplayStatics_CreatePlayerFromPlatformUser::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayerFromPlatformUser, UserId) == 0x000008, "Member 'GameplayStatics_CreatePlayerFromPlatformUser::UserId' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayerFromPlatformUser, bSpawnPlayerController) == 0x00000C, "Member 'GameplayStatics_CreatePlayerFromPlatformUser::bSpawnPlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayerFromPlatformUser, ReturnValue) == 0x000010, "Member 'GameplayStatics_CreatePlayerFromPlatformUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_CreateSaveGameObject \ +static_assert(alignof(GameplayStatics_CreateSaveGameObject) == 0x000008, "Wrong alignment on GameplayStatics_CreateSaveGameObject"); \ +static_assert(sizeof(GameplayStatics_CreateSaveGameObject) == 0x000010, "Wrong size on GameplayStatics_CreateSaveGameObject"); \ +static_assert(offsetof(GameplayStatics_CreateSaveGameObject, SaveGameClass) == 0x000000, "Member 'GameplayStatics_CreateSaveGameObject::SaveGameClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSaveGameObject, ReturnValue) == 0x000008, "Member 'GameplayStatics_CreateSaveGameObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_CreateSound2D \ +static_assert(alignof(GameplayStatics_CreateSound2D) == 0x000008, "Wrong alignment on GameplayStatics_CreateSound2D"); \ +static_assert(sizeof(GameplayStatics_CreateSound2D) == 0x000038, "Wrong size on GameplayStatics_CreateSound2D"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_CreateSound2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, Sound) == 0x000008, "Member 'GameplayStatics_CreateSound2D::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_CreateSound2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_CreateSound2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, StartTime) == 0x000018, "Member 'GameplayStatics_CreateSound2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_CreateSound2D::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, bPersistAcrossLevelTransition) == 0x000028, "Member 'GameplayStatics_CreateSound2D::bPersistAcrossLevelTransition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, bAutoDestroy) == 0x000029, "Member 'GameplayStatics_CreateSound2D::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, ReturnValue) == 0x000030, "Member 'GameplayStatics_CreateSound2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_DeactivateReverbEffect \ +static_assert(alignof(GameplayStatics_DeactivateReverbEffect) == 0x000008, "Wrong alignment on GameplayStatics_DeactivateReverbEffect"); \ +static_assert(sizeof(GameplayStatics_DeactivateReverbEffect) == 0x000010, "Wrong size on GameplayStatics_DeactivateReverbEffect"); \ +static_assert(offsetof(GameplayStatics_DeactivateReverbEffect, WorldContextObject) == 0x000000, "Member 'GameplayStatics_DeactivateReverbEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeactivateReverbEffect, TagName) == 0x000008, "Member 'GameplayStatics_DeactivateReverbEffect::TagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_DeleteGameInSlot \ +static_assert(alignof(GameplayStatics_DeleteGameInSlot) == 0x000008, "Wrong alignment on GameplayStatics_DeleteGameInSlot"); \ +static_assert(sizeof(GameplayStatics_DeleteGameInSlot) == 0x000018, "Wrong size on GameplayStatics_DeleteGameInSlot"); \ +static_assert(offsetof(GameplayStatics_DeleteGameInSlot, SlotName) == 0x000000, "Member 'GameplayStatics_DeleteGameInSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeleteGameInSlot, UserIndex) == 0x000010, "Member 'GameplayStatics_DeleteGameInSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeleteGameInSlot, ReturnValue) == 0x000014, "Member 'GameplayStatics_DeleteGameInSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_DeprojectSceneCaptureComponentToWorld \ +static_assert(alignof(GameplayStatics_DeprojectSceneCaptureComponentToWorld) == 0x000008, "Wrong alignment on GameplayStatics_DeprojectSceneCaptureComponentToWorld"); \ +static_assert(sizeof(GameplayStatics_DeprojectSceneCaptureComponentToWorld) == 0x000050, "Wrong size on GameplayStatics_DeprojectSceneCaptureComponentToWorld"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureComponentToWorld, SceneCaptureComponent2D) == 0x000000, "Member 'GameplayStatics_DeprojectSceneCaptureComponentToWorld::SceneCaptureComponent2D' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureComponentToWorld, TargetUV) == 0x000008, "Member 'GameplayStatics_DeprojectSceneCaptureComponentToWorld::TargetUV' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureComponentToWorld, WorldPosition) == 0x000018, "Member 'GameplayStatics_DeprojectSceneCaptureComponentToWorld::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureComponentToWorld, WorldDirection) == 0x000030, "Member 'GameplayStatics_DeprojectSceneCaptureComponentToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureComponentToWorld, ReturnValue) == 0x000048, "Member 'GameplayStatics_DeprojectSceneCaptureComponentToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_DeprojectSceneCaptureToWorld \ +static_assert(alignof(GameplayStatics_DeprojectSceneCaptureToWorld) == 0x000008, "Wrong alignment on GameplayStatics_DeprojectSceneCaptureToWorld"); \ +static_assert(sizeof(GameplayStatics_DeprojectSceneCaptureToWorld) == 0x000050, "Wrong size on GameplayStatics_DeprojectSceneCaptureToWorld"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureToWorld, SceneCapture2D) == 0x000000, "Member 'GameplayStatics_DeprojectSceneCaptureToWorld::SceneCapture2D' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureToWorld, TargetUV) == 0x000008, "Member 'GameplayStatics_DeprojectSceneCaptureToWorld::TargetUV' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureToWorld, WorldPosition) == 0x000018, "Member 'GameplayStatics_DeprojectSceneCaptureToWorld::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureToWorld, WorldDirection) == 0x000030, "Member 'GameplayStatics_DeprojectSceneCaptureToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectSceneCaptureToWorld, ReturnValue) == 0x000048, "Member 'GameplayStatics_DeprojectSceneCaptureToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_DeprojectScreenToWorld \ +static_assert(alignof(GameplayStatics_DeprojectScreenToWorld) == 0x000008, "Wrong alignment on GameplayStatics_DeprojectScreenToWorld"); \ +static_assert(sizeof(GameplayStatics_DeprojectScreenToWorld) == 0x000050, "Wrong size on GameplayStatics_DeprojectScreenToWorld"); \ +static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, Player) == 0x000000, "Member 'GameplayStatics_DeprojectScreenToWorld::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, ScreenPosition) == 0x000008, "Member 'GameplayStatics_DeprojectScreenToWorld::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, WorldPosition) == 0x000018, "Member 'GameplayStatics_DeprojectScreenToWorld::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, WorldDirection) == 0x000030, "Member 'GameplayStatics_DeprojectScreenToWorld::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, ReturnValue) == 0x000048, "Member 'GameplayStatics_DeprojectScreenToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_DoesSaveGameExist \ +static_assert(alignof(GameplayStatics_DoesSaveGameExist) == 0x000008, "Wrong alignment on GameplayStatics_DoesSaveGameExist"); \ +static_assert(sizeof(GameplayStatics_DoesSaveGameExist) == 0x000018, "Wrong size on GameplayStatics_DoesSaveGameExist"); \ +static_assert(offsetof(GameplayStatics_DoesSaveGameExist, SlotName) == 0x000000, "Member 'GameplayStatics_DoesSaveGameExist::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DoesSaveGameExist, UserIndex) == 0x000010, "Member 'GameplayStatics_DoesSaveGameExist::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_DoesSaveGameExist, ReturnValue) == 0x000014, "Member 'GameplayStatics_DoesSaveGameExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_EnableLiveStreaming \ +static_assert(alignof(GameplayStatics_EnableLiveStreaming) == 0x000001, "Wrong alignment on GameplayStatics_EnableLiveStreaming"); \ +static_assert(sizeof(GameplayStatics_EnableLiveStreaming) == 0x000001, "Wrong size on GameplayStatics_EnableLiveStreaming"); \ +static_assert(offsetof(GameplayStatics_EnableLiveStreaming, Enable) == 0x000000, "Member 'GameplayStatics_EnableLiveStreaming::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_FindCollisionUV \ +static_assert(alignof(GameplayStatics_FindCollisionUV) == 0x000008, "Wrong alignment on GameplayStatics_FindCollisionUV"); \ +static_assert(sizeof(GameplayStatics_FindCollisionUV) == 0x000120, "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) == 0x000100, "Member 'GameplayStatics_FindCollisionUV::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindCollisionUV, UV) == 0x000108, "Member 'GameplayStatics_FindCollisionUV::UV' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindCollisionUV, ReturnValue) == 0x000118, "Member 'GameplayStatics_FindCollisionUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_FindNearestActor \ +static_assert(alignof(GameplayStatics_FindNearestActor) == 0x000008, "Wrong alignment on GameplayStatics_FindNearestActor"); \ +static_assert(sizeof(GameplayStatics_FindNearestActor) == 0x000038, "Wrong size on GameplayStatics_FindNearestActor"); \ +static_assert(offsetof(GameplayStatics_FindNearestActor, Origin) == 0x000000, "Member 'GameplayStatics_FindNearestActor::Origin' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindNearestActor, ActorsToCheck) == 0x000018, "Member 'GameplayStatics_FindNearestActor::ActorsToCheck' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindNearestActor, Distance) == 0x000028, "Member 'GameplayStatics_FindNearestActor::Distance' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindNearestActor, ReturnValue) == 0x000030, "Member 'GameplayStatics_FindNearestActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_FinishSpawningActor \ +static_assert(alignof(GameplayStatics_FinishSpawningActor) == 0x000010, "Wrong alignment on GameplayStatics_FinishSpawningActor"); \ +static_assert(sizeof(GameplayStatics_FinishSpawningActor) == 0x000080, "Wrong size on GameplayStatics_FinishSpawningActor"); \ +static_assert(offsetof(GameplayStatics_FinishSpawningActor, Actor) == 0x000000, "Member 'GameplayStatics_FinishSpawningActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FinishSpawningActor, SpawnTransform) == 0x000010, "Member 'GameplayStatics_FinishSpawningActor::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FinishSpawningActor, TransformScaleMethod) == 0x000070, "Member 'GameplayStatics_FinishSpawningActor::TransformScaleMethod' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FinishSpawningActor, ReturnValue) == 0x000078, "Member 'GameplayStatics_FinishSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_FlushLevelStreaming \ +static_assert(alignof(GameplayStatics_FlushLevelStreaming) == 0x000008, "Wrong alignment on GameplayStatics_FlushLevelStreaming"); \ +static_assert(sizeof(GameplayStatics_FlushLevelStreaming) == 0x000008, "Wrong size on GameplayStatics_FlushLevelStreaming"); \ +static_assert(offsetof(GameplayStatics_FlushLevelStreaming, WorldContextObject) == 0x000000, "Member 'GameplayStatics_FlushLevelStreaming::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAccurateRealTime \ +static_assert(alignof(GameplayStatics_GetAccurateRealTime) == 0x000008, "Wrong alignment on GameplayStatics_GetAccurateRealTime"); \ +static_assert(sizeof(GameplayStatics_GetAccurateRealTime) == 0x000010, "Wrong size on GameplayStatics_GetAccurateRealTime"); \ +static_assert(offsetof(GameplayStatics_GetAccurateRealTime, Seconds) == 0x000000, "Member 'GameplayStatics_GetAccurateRealTime::Seconds' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAccurateRealTime, PartialSeconds) == 0x000008, "Member 'GameplayStatics_GetAccurateRealTime::PartialSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetActiveSpatialPluginName \ +static_assert(alignof(GameplayStatics_GetActiveSpatialPluginName) == 0x000008, "Wrong alignment on GameplayStatics_GetActiveSpatialPluginName"); \ +static_assert(sizeof(GameplayStatics_GetActiveSpatialPluginName) == 0x000010, "Wrong size on GameplayStatics_GetActiveSpatialPluginName"); \ +static_assert(offsetof(GameplayStatics_GetActiveSpatialPluginName, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetActiveSpatialPluginName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActiveSpatialPluginName, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetActiveSpatialPluginName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetActorArrayAverageLocation \ +static_assert(alignof(GameplayStatics_GetActorArrayAverageLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetActorArrayAverageLocation"); \ +static_assert(sizeof(GameplayStatics_GetActorArrayAverageLocation) == 0x000028, "Wrong size on GameplayStatics_GetActorArrayAverageLocation"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayAverageLocation, Actors) == 0x000000, "Member 'GameplayStatics_GetActorArrayAverageLocation::Actors' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayAverageLocation, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetActorArrayAverageLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetActorArrayBounds \ +static_assert(alignof(GameplayStatics_GetActorArrayBounds) == 0x000008, "Wrong alignment on GameplayStatics_GetActorArrayBounds"); \ +static_assert(sizeof(GameplayStatics_GetActorArrayBounds) == 0x000048, "Wrong size on GameplayStatics_GetActorArrayBounds"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayBounds, Actors) == 0x000000, "Member 'GameplayStatics_GetActorArrayBounds::Actors' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayBounds, bOnlyCollidingComponents) == 0x000010, "Member 'GameplayStatics_GetActorArrayBounds::bOnlyCollidingComponents' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayBounds, Center) == 0x000018, "Member 'GameplayStatics_GetActorArrayBounds::Center' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorArrayBounds, BoxExtent) == 0x000030, "Member 'GameplayStatics_GetActorArrayBounds::BoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetActorOfClass \ +static_assert(alignof(GameplayStatics_GetActorOfClass) == 0x000008, "Wrong alignment on GameplayStatics_GetActorOfClass"); \ +static_assert(sizeof(GameplayStatics_GetActorOfClass) == 0x000018, "Wrong size on GameplayStatics_GetActorOfClass"); \ +static_assert(offsetof(GameplayStatics_GetActorOfClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetActorOfClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorOfClass, ActorClass) == 0x000008, "Member 'GameplayStatics_GetActorOfClass::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetActorOfClass, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetActorOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsOfClass \ +static_assert(alignof(GameplayStatics_GetAllActorsOfClass) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsOfClass"); \ +static_assert(sizeof(GameplayStatics_GetAllActorsOfClass) == 0x000020, "Wrong size on GameplayStatics_GetAllActorsOfClass"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsOfClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClass, ActorClass) == 0x000008, "Member 'GameplayStatics_GetAllActorsOfClass::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClass, OutActors) == 0x000010, "Member 'GameplayStatics_GetAllActorsOfClass::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsOfClassWithTag \ +static_assert(alignof(GameplayStatics_GetAllActorsOfClassWithTag) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsOfClassWithTag"); \ +static_assert(sizeof(GameplayStatics_GetAllActorsOfClassWithTag) == 0x000028, "Wrong size on GameplayStatics_GetAllActorsOfClassWithTag"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, ActorClass) == 0x000008, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, Tag) == 0x000010, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, OutActors) == 0x000018, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsWithInterface \ +static_assert(alignof(GameplayStatics_GetAllActorsWithInterface) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsWithInterface"); \ +static_assert(sizeof(GameplayStatics_GetAllActorsWithInterface) == 0x000020, "Wrong size on GameplayStatics_GetAllActorsWithInterface"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsWithInterface, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsWithInterface::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsWithInterface, Interface) == 0x000008, "Member 'GameplayStatics_GetAllActorsWithInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsWithInterface, OutActors) == 0x000010, "Member 'GameplayStatics_GetAllActorsWithInterface::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsWithTag \ +static_assert(alignof(GameplayStatics_GetAllActorsWithTag) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsWithTag"); \ +static_assert(sizeof(GameplayStatics_GetAllActorsWithTag) == 0x000020, "Wrong size on GameplayStatics_GetAllActorsWithTag"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsWithTag, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsWithTag::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsWithTag, Tag) == 0x000008, "Member 'GameplayStatics_GetAllActorsWithTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAllActorsWithTag, OutActors) == 0x000010, "Member 'GameplayStatics_GetAllActorsWithTag::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAudioTimeSeconds \ +static_assert(alignof(GameplayStatics_GetAudioTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetAudioTimeSeconds"); \ +static_assert(sizeof(GameplayStatics_GetAudioTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetAudioTimeSeconds"); \ +static_assert(offsetof(GameplayStatics_GetAudioTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAudioTimeSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAudioTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetAudioTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAvailableSpatialPluginNames \ +static_assert(alignof(GameplayStatics_GetAvailableSpatialPluginNames) == 0x000008, "Wrong alignment on GameplayStatics_GetAvailableSpatialPluginNames"); \ +static_assert(sizeof(GameplayStatics_GetAvailableSpatialPluginNames) == 0x000018, "Wrong size on GameplayStatics_GetAvailableSpatialPluginNames"); \ +static_assert(offsetof(GameplayStatics_GetAvailableSpatialPluginNames, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAvailableSpatialPluginNames::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAvailableSpatialPluginNames, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetAvailableSpatialPluginNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetClosestListenerLocation \ +static_assert(alignof(GameplayStatics_GetClosestListenerLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetClosestListenerLocation"); \ +static_assert(sizeof(GameplayStatics_GetClosestListenerLocation) == 0x000048, "Wrong size on GameplayStatics_GetClosestListenerLocation"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetClosestListenerLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, Location) == 0x000008, "Member 'GameplayStatics_GetClosestListenerLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, MaximumRange) == 0x000020, "Member 'GameplayStatics_GetClosestListenerLocation::MaximumRange' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, bAllowAttenuationOverride) == 0x000024, "Member 'GameplayStatics_GetClosestListenerLocation::bAllowAttenuationOverride' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, ListenerPosition) == 0x000028, "Member 'GameplayStatics_GetClosestListenerLocation::ListenerPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, ReturnValue) == 0x000040, "Member 'GameplayStatics_GetClosestListenerLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetCurrentLevelName \ +static_assert(alignof(GameplayStatics_GetCurrentLevelName) == 0x000008, "Wrong alignment on GameplayStatics_GetCurrentLevelName"); \ +static_assert(sizeof(GameplayStatics_GetCurrentLevelName) == 0x000020, "Wrong size on GameplayStatics_GetCurrentLevelName"); \ +static_assert(offsetof(GameplayStatics_GetCurrentLevelName, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetCurrentLevelName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetCurrentLevelName, bRemovePrefixString) == 0x000008, "Member 'GameplayStatics_GetCurrentLevelName::bRemovePrefixString' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetCurrentLevelName, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetCurrentLevelName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetCurrentReverbEffect \ +static_assert(alignof(GameplayStatics_GetCurrentReverbEffect) == 0x000008, "Wrong alignment on GameplayStatics_GetCurrentReverbEffect"); \ +static_assert(sizeof(GameplayStatics_GetCurrentReverbEffect) == 0x000010, "Wrong size on GameplayStatics_GetCurrentReverbEffect"); \ +static_assert(offsetof(GameplayStatics_GetCurrentReverbEffect, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetCurrentReverbEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetCurrentReverbEffect, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetCurrentReverbEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetEnableWorldRendering \ +static_assert(alignof(GameplayStatics_GetEnableWorldRendering) == 0x000008, "Wrong alignment on GameplayStatics_GetEnableWorldRendering"); \ +static_assert(sizeof(GameplayStatics_GetEnableWorldRendering) == 0x000010, "Wrong size on GameplayStatics_GetEnableWorldRendering"); \ +static_assert(offsetof(GameplayStatics_GetEnableWorldRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetEnableWorldRendering::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetEnableWorldRendering, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetEnableWorldRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetGameInstance \ +static_assert(alignof(GameplayStatics_GetGameInstance) == 0x000008, "Wrong alignment on GameplayStatics_GetGameInstance"); \ +static_assert(sizeof(GameplayStatics_GetGameInstance) == 0x000010, "Wrong size on GameplayStatics_GetGameInstance"); \ +static_assert(offsetof(GameplayStatics_GetGameInstance, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetGameInstance, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetGameMode \ +static_assert(alignof(GameplayStatics_GetGameMode) == 0x000008, "Wrong alignment on GameplayStatics_GetGameMode"); \ +static_assert(sizeof(GameplayStatics_GetGameMode) == 0x000010, "Wrong size on GameplayStatics_GetGameMode"); \ +static_assert(offsetof(GameplayStatics_GetGameMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetGameMode, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetGameState \ +static_assert(alignof(GameplayStatics_GetGameState) == 0x000008, "Wrong alignment on GameplayStatics_GetGameState"); \ +static_assert(sizeof(GameplayStatics_GetGameState) == 0x000010, "Wrong size on GameplayStatics_GetGameState"); \ +static_assert(offsetof(GameplayStatics_GetGameState, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetGameState, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetGlobalTimeDilation \ +static_assert(alignof(GameplayStatics_GetGlobalTimeDilation) == 0x000008, "Wrong alignment on GameplayStatics_GetGlobalTimeDilation"); \ +static_assert(sizeof(GameplayStatics_GetGlobalTimeDilation) == 0x000010, "Wrong size on GameplayStatics_GetGlobalTimeDilation"); \ +static_assert(offsetof(GameplayStatics_GetGlobalTimeDilation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGlobalTimeDilation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetGlobalTimeDilation, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGlobalTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetIntOption \ +static_assert(alignof(GameplayStatics_GetIntOption) == 0x000008, "Wrong alignment on GameplayStatics_GetIntOption"); \ +static_assert(sizeof(GameplayStatics_GetIntOption) == 0x000028, "Wrong size on GameplayStatics_GetIntOption"); \ +static_assert(offsetof(GameplayStatics_GetIntOption, Options) == 0x000000, "Member 'GameplayStatics_GetIntOption::Options' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetIntOption, Key) == 0x000010, "Member 'GameplayStatics_GetIntOption::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetIntOption, DefaultValue) == 0x000020, "Member 'GameplayStatics_GetIntOption::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetIntOption, ReturnValue) == 0x000024, "Member 'GameplayStatics_GetIntOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetKeyValue \ +static_assert(alignof(GameplayStatics_GetKeyValue) == 0x000008, "Wrong alignment on GameplayStatics_GetKeyValue"); \ +static_assert(sizeof(GameplayStatics_GetKeyValue) == 0x000030, "Wrong size on GameplayStatics_GetKeyValue"); \ +static_assert(offsetof(GameplayStatics_GetKeyValue, Pair) == 0x000000, "Member 'GameplayStatics_GetKeyValue::Pair' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetKeyValue, Key) == 0x000010, "Member 'GameplayStatics_GetKeyValue::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetKeyValue, Value) == 0x000020, "Member 'GameplayStatics_GetKeyValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetMaxAudioChannelCount \ +static_assert(alignof(GameplayStatics_GetMaxAudioChannelCount) == 0x000008, "Wrong alignment on GameplayStatics_GetMaxAudioChannelCount"); \ +static_assert(sizeof(GameplayStatics_GetMaxAudioChannelCount) == 0x000010, "Wrong size on GameplayStatics_GetMaxAudioChannelCount"); \ +static_assert(offsetof(GameplayStatics_GetMaxAudioChannelCount, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetMaxAudioChannelCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetMaxAudioChannelCount, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetMaxAudioChannelCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetNumLocalPlayerControllers \ +static_assert(alignof(GameplayStatics_GetNumLocalPlayerControllers) == 0x000008, "Wrong alignment on GameplayStatics_GetNumLocalPlayerControllers"); \ +static_assert(sizeof(GameplayStatics_GetNumLocalPlayerControllers) == 0x000010, "Wrong size on GameplayStatics_GetNumLocalPlayerControllers"); \ +static_assert(offsetof(GameplayStatics_GetNumLocalPlayerControllers, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetNumLocalPlayerControllers::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetNumLocalPlayerControllers, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetNumLocalPlayerControllers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetNumPlayerControllers \ +static_assert(alignof(GameplayStatics_GetNumPlayerControllers) == 0x000008, "Wrong alignment on GameplayStatics_GetNumPlayerControllers"); \ +static_assert(sizeof(GameplayStatics_GetNumPlayerControllers) == 0x000010, "Wrong size on GameplayStatics_GetNumPlayerControllers"); \ +static_assert(offsetof(GameplayStatics_GetNumPlayerControllers, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetNumPlayerControllers::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetNumPlayerControllers, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetNumPlayerControllers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetNumPlayerStates \ +static_assert(alignof(GameplayStatics_GetNumPlayerStates) == 0x000008, "Wrong alignment on GameplayStatics_GetNumPlayerStates"); \ +static_assert(sizeof(GameplayStatics_GetNumPlayerStates) == 0x000010, "Wrong size on GameplayStatics_GetNumPlayerStates"); \ +static_assert(offsetof(GameplayStatics_GetNumPlayerStates, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetNumPlayerStates::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetNumPlayerStates, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetNumPlayerStates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetObjectClass \ +static_assert(alignof(GameplayStatics_GetObjectClass) == 0x000008, "Wrong alignment on GameplayStatics_GetObjectClass"); \ +static_assert(sizeof(GameplayStatics_GetObjectClass) == 0x000010, "Wrong size on GameplayStatics_GetObjectClass"); \ +static_assert(offsetof(GameplayStatics_GetObjectClass, Object) == 0x000000, "Member 'GameplayStatics_GetObjectClass::Object' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetObjectClass, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlatformName \ +static_assert(alignof(GameplayStatics_GetPlatformName) == 0x000008, "Wrong alignment on GameplayStatics_GetPlatformName"); \ +static_assert(sizeof(GameplayStatics_GetPlatformName) == 0x000010, "Wrong size on GameplayStatics_GetPlatformName"); \ +static_assert(offsetof(GameplayStatics_GetPlatformName, ReturnValue) == 0x000000, "Member 'GameplayStatics_GetPlatformName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerCameraManager \ +static_assert(alignof(GameplayStatics_GetPlayerCameraManager) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerCameraManager"); \ +static_assert(sizeof(GameplayStatics_GetPlayerCameraManager) == 0x000018, "Wrong size on GameplayStatics_GetPlayerCameraManager"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerCameraManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerCameraManager::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerCameraManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerCharacter \ +static_assert(alignof(GameplayStatics_GetPlayerCharacter) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerCharacter"); \ +static_assert(sizeof(GameplayStatics_GetPlayerCharacter) == 0x000018, "Wrong size on GameplayStatics_GetPlayerCharacter"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCharacter, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerCharacter::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCharacter, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerCharacter::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerCharacter, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerController \ +static_assert(alignof(GameplayStatics_GetPlayerController) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerController"); \ +static_assert(sizeof(GameplayStatics_GetPlayerController) == 0x000018, "Wrong size on GameplayStatics_GetPlayerController"); \ +static_assert(offsetof(GameplayStatics_GetPlayerController, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerController::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerController, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerController::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerController, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerFromID \ +static_assert(alignof(GameplayStatics_GetPlayerControllerFromID) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerFromID"); \ +static_assert(sizeof(GameplayStatics_GetPlayerControllerFromID) == 0x000018, "Wrong size on GameplayStatics_GetPlayerControllerFromID"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerFromID::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, ControllerId) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerFromID::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerControllerFromID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerFromPlatformUser \ +static_assert(alignof(GameplayStatics_GetPlayerControllerFromPlatformUser) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerFromPlatformUser"); \ +static_assert(sizeof(GameplayStatics_GetPlayerControllerFromPlatformUser) == 0x000018, "Wrong size on GameplayStatics_GetPlayerControllerFromPlatformUser"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromPlatformUser, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerFromPlatformUser::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromPlatformUser, UserId) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerFromPlatformUser::UserId' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerFromPlatformUser, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerControllerFromPlatformUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerID \ +static_assert(alignof(GameplayStatics_GetPlayerControllerID) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerID"); \ +static_assert(sizeof(GameplayStatics_GetPlayerControllerID) == 0x000010, "Wrong size on GameplayStatics_GetPlayerControllerID"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerID, Player) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerID::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerControllerID, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerPawn \ +static_assert(alignof(GameplayStatics_GetPlayerPawn) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerPawn"); \ +static_assert(sizeof(GameplayStatics_GetPlayerPawn) == 0x000018, "Wrong size on GameplayStatics_GetPlayerPawn"); \ +static_assert(offsetof(GameplayStatics_GetPlayerPawn, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerPawn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerPawn, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerPawn::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerPawn, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerState \ +static_assert(alignof(GameplayStatics_GetPlayerState) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerState"); \ +static_assert(sizeof(GameplayStatics_GetPlayerState) == 0x000018, "Wrong size on GameplayStatics_GetPlayerState"); \ +static_assert(offsetof(GameplayStatics_GetPlayerState, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerState, PlayerStateIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerState::PlayerStateIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerState, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetPlayerStateFromUniqueNetId \ +static_assert(alignof(GameplayStatics_GetPlayerStateFromUniqueNetId) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerStateFromUniqueNetId"); \ +static_assert(sizeof(GameplayStatics_GetPlayerStateFromUniqueNetId) == 0x000040, "Wrong size on GameplayStatics_GetPlayerStateFromUniqueNetId"); \ +static_assert(offsetof(GameplayStatics_GetPlayerStateFromUniqueNetId, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerStateFromUniqueNetId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerStateFromUniqueNetId, UniqueID) == 0x000008, "Member 'GameplayStatics_GetPlayerStateFromUniqueNetId::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetPlayerStateFromUniqueNetId, ReturnValue) == 0x000038, "Member 'GameplayStatics_GetPlayerStateFromUniqueNetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetRealTimeSeconds \ +static_assert(alignof(GameplayStatics_GetRealTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetRealTimeSeconds"); \ +static_assert(sizeof(GameplayStatics_GetRealTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetRealTimeSeconds"); \ +static_assert(offsetof(GameplayStatics_GetRealTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetRealTimeSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetRealTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetRealTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetStreamingLevel \ +static_assert(alignof(GameplayStatics_GetStreamingLevel) == 0x000008, "Wrong alignment on GameplayStatics_GetStreamingLevel"); \ +static_assert(sizeof(GameplayStatics_GetStreamingLevel) == 0x000018, "Wrong size on GameplayStatics_GetStreamingLevel"); \ +static_assert(offsetof(GameplayStatics_GetStreamingLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetStreamingLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetStreamingLevel, PackageName) == 0x000008, "Member 'GameplayStatics_GetStreamingLevel::PackageName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetStreamingLevel, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetStreamingLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetSurfaceType \ +static_assert(alignof(GameplayStatics_GetSurfaceType) == 0x000008, "Wrong alignment on GameplayStatics_GetSurfaceType"); \ +static_assert(sizeof(GameplayStatics_GetSurfaceType) == 0x000108, "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) == 0x000100, "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) == 0x000A50, "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) == 0x0008D0, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewMatrix' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ProjectionMatrix) == 0x000950, "Member 'GameplayStatics_GetViewProjectionMatrix::ProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ViewProjectionMatrix) == 0x0009D0, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewProjectionMatrix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetWorldDeltaSeconds \ +static_assert(alignof(GameplayStatics_GetWorldDeltaSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetWorldDeltaSeconds"); \ +static_assert(sizeof(GameplayStatics_GetWorldDeltaSeconds) == 0x000010, "Wrong size on GameplayStatics_GetWorldDeltaSeconds"); \ +static_assert(offsetof(GameplayStatics_GetWorldDeltaSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetWorldDeltaSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetWorldDeltaSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetWorldDeltaSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetWorldOriginLocation \ +static_assert(alignof(GameplayStatics_GetWorldOriginLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetWorldOriginLocation"); \ +static_assert(sizeof(GameplayStatics_GetWorldOriginLocation) == 0x000018, "Wrong size on GameplayStatics_GetWorldOriginLocation"); \ +static_assert(offsetof(GameplayStatics_GetWorldOriginLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetWorldOriginLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetWorldOriginLocation, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetWorldOriginLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GrassOverlappingSphereCount \ +static_assert(alignof(GameplayStatics_GrassOverlappingSphereCount) == 0x000008, "Wrong alignment on GameplayStatics_GrassOverlappingSphereCount"); \ +static_assert(sizeof(GameplayStatics_GrassOverlappingSphereCount) == 0x000030, "Wrong size on GameplayStatics_GrassOverlappingSphereCount"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GrassOverlappingSphereCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, StaticMesh) == 0x000008, "Member 'GameplayStatics_GrassOverlappingSphereCount::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, CenterPosition) == 0x000010, "Member 'GameplayStatics_GrassOverlappingSphereCount::CenterPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, Radius) == 0x000028, "Member 'GameplayStatics_GrassOverlappingSphereCount::Radius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, ReturnValue) == 0x00002C, "Member 'GameplayStatics_GrassOverlappingSphereCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_HasLaunchOption \ +static_assert(alignof(GameplayStatics_HasLaunchOption) == 0x000008, "Wrong alignment on GameplayStatics_HasLaunchOption"); \ +static_assert(sizeof(GameplayStatics_HasLaunchOption) == 0x000018, "Wrong size on GameplayStatics_HasLaunchOption"); \ +static_assert(offsetof(GameplayStatics_HasLaunchOption, OptionToCheck) == 0x000000, "Member 'GameplayStatics_HasLaunchOption::OptionToCheck' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_HasLaunchOption, ReturnValue) == 0x000010, "Member 'GameplayStatics_HasLaunchOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_HasOption \ +static_assert(alignof(GameplayStatics_HasOption) == 0x000008, "Wrong alignment on GameplayStatics_HasOption"); \ +static_assert(sizeof(GameplayStatics_HasOption) == 0x000028, "Wrong size on GameplayStatics_HasOption"); \ +static_assert(offsetof(GameplayStatics_HasOption, Options) == 0x000000, "Member 'GameplayStatics_HasOption::Options' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_HasOption, InKey) == 0x000010, "Member 'GameplayStatics_HasOption::InKey' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_HasOption, ReturnValue) == 0x000020, "Member 'GameplayStatics_HasOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_IsAnyLocalPlayerCameraWithinRange \ +static_assert(alignof(GameplayStatics_IsAnyLocalPlayerCameraWithinRange) == 0x000008, "Wrong alignment on GameplayStatics_IsAnyLocalPlayerCameraWithinRange"); \ +static_assert(sizeof(GameplayStatics_IsAnyLocalPlayerCameraWithinRange) == 0x000028, "Wrong size on GameplayStatics_IsAnyLocalPlayerCameraWithinRange"); \ +static_assert(offsetof(GameplayStatics_IsAnyLocalPlayerCameraWithinRange, WorldContextObject) == 0x000000, "Member 'GameplayStatics_IsAnyLocalPlayerCameraWithinRange::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_IsAnyLocalPlayerCameraWithinRange, Location) == 0x000008, "Member 'GameplayStatics_IsAnyLocalPlayerCameraWithinRange::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_IsAnyLocalPlayerCameraWithinRange, MaximumRange) == 0x000020, "Member 'GameplayStatics_IsAnyLocalPlayerCameraWithinRange::MaximumRange' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_IsAnyLocalPlayerCameraWithinRange, ReturnValue) == 0x000024, "Member 'GameplayStatics_IsAnyLocalPlayerCameraWithinRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_IsGamePaused \ +static_assert(alignof(GameplayStatics_IsGamePaused) == 0x000008, "Wrong alignment on GameplayStatics_IsGamePaused"); \ +static_assert(sizeof(GameplayStatics_IsGamePaused) == 0x000010, "Wrong size on GameplayStatics_IsGamePaused"); \ +static_assert(offsetof(GameplayStatics_IsGamePaused, WorldContextObject) == 0x000000, "Member 'GameplayStatics_IsGamePaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_IsGamePaused, ReturnValue) == 0x000008, "Member 'GameplayStatics_IsGamePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_IsSplitscreenForceDisabled \ +static_assert(alignof(GameplayStatics_IsSplitscreenForceDisabled) == 0x000008, "Wrong alignment on GameplayStatics_IsSplitscreenForceDisabled"); \ +static_assert(sizeof(GameplayStatics_IsSplitscreenForceDisabled) == 0x000010, "Wrong size on GameplayStatics_IsSplitscreenForceDisabled"); \ +static_assert(offsetof(GameplayStatics_IsSplitscreenForceDisabled, WorldContextObject) == 0x000000, "Member 'GameplayStatics_IsSplitscreenForceDisabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_IsSplitscreenForceDisabled, ReturnValue) == 0x000008, "Member 'GameplayStatics_IsSplitscreenForceDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_LoadGameFromSlot \ +static_assert(alignof(GameplayStatics_LoadGameFromSlot) == 0x000008, "Wrong alignment on GameplayStatics_LoadGameFromSlot"); \ +static_assert(sizeof(GameplayStatics_LoadGameFromSlot) == 0x000020, "Wrong size on GameplayStatics_LoadGameFromSlot"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromSlot, SlotName) == 0x000000, "Member 'GameplayStatics_LoadGameFromSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromSlot, UserIndex) == 0x000010, "Member 'GameplayStatics_LoadGameFromSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadGameFromSlot, ReturnValue) == 0x000018, "Member 'GameplayStatics_LoadGameFromSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_LoadStreamLevel \ +static_assert(alignof(GameplayStatics_LoadStreamLevel) == 0x000008, "Wrong alignment on GameplayStatics_LoadStreamLevel"); \ +static_assert(sizeof(GameplayStatics_LoadStreamLevel) == 0x000030, "Wrong size on GameplayStatics_LoadStreamLevel"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_LoadStreamLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, LevelName) == 0x000008, "Member 'GameplayStatics_LoadStreamLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, bMakeVisibleAfterLoad) == 0x000010, "Member 'GameplayStatics_LoadStreamLevel::bMakeVisibleAfterLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, bShouldBlockOnLoad) == 0x000011, "Member 'GameplayStatics_LoadStreamLevel::bShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevel, LatentInfo) == 0x000018, "Member 'GameplayStatics_LoadStreamLevel::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_LoadStreamLevelBySoftObjectPtr \ +static_assert(alignof(GameplayStatics_LoadStreamLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on GameplayStatics_LoadStreamLevelBySoftObjectPtr"); \ +static_assert(sizeof(GameplayStatics_LoadStreamLevelBySoftObjectPtr) == 0x000050, "Wrong size on GameplayStatics_LoadStreamLevelBySoftObjectPtr"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, Level) == 0x000008, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::Level' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, bMakeVisibleAfterLoad) == 0x000030, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::bMakeVisibleAfterLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, bShouldBlockOnLoad) == 0x000031, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::bShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, LatentInfo) == 0x000038, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_MakeHitResult \ +static_assert(alignof(GameplayStatics_MakeHitResult) == 0x000008, "Wrong alignment on GameplayStatics_MakeHitResult"); \ +static_assert(sizeof(GameplayStatics_MakeHitResult) == 0x0001D8, "Wrong size on GameplayStatics_MakeHitResult"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, bBlockingHit) == 0x000000, "Member 'GameplayStatics_MakeHitResult::bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, bInitialOverlap) == 0x000001, "Member 'GameplayStatics_MakeHitResult::bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Time) == 0x000004, "Member 'GameplayStatics_MakeHitResult::Time' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Distance) == 0x000008, "Member 'GameplayStatics_MakeHitResult::Distance' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Location) == 0x000010, "Member 'GameplayStatics_MakeHitResult::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ImpactPoint) == 0x000028, "Member 'GameplayStatics_MakeHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, Normal) == 0x000040, "Member 'GameplayStatics_MakeHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ImpactNormal) == 0x000058, "Member 'GameplayStatics_MakeHitResult::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, PhysMat) == 0x000070, "Member 'GameplayStatics_MakeHitResult::PhysMat' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitActor) == 0x000078, "Member 'GameplayStatics_MakeHitResult::HitActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitComponent) == 0x000080, "Member 'GameplayStatics_MakeHitResult::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitBoneName) == 0x000088, "Member 'GameplayStatics_MakeHitResult::HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, BoneName) == 0x000090, "Member 'GameplayStatics_MakeHitResult::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, HitItem) == 0x000098, "Member 'GameplayStatics_MakeHitResult::HitItem' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ElementIndex) == 0x00009C, "Member 'GameplayStatics_MakeHitResult::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, FaceIndex) == 0x0000A0, "Member 'GameplayStatics_MakeHitResult::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, TraceStart) == 0x0000A8, "Member 'GameplayStatics_MakeHitResult::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, TraceEnd) == 0x0000C0, "Member 'GameplayStatics_MakeHitResult::TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_MakeHitResult, ReturnValue) == 0x0000D8, "Member 'GameplayStatics_MakeHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ObjectIsA \ +static_assert(alignof(GameplayStatics_ObjectIsA) == 0x000008, "Wrong alignment on GameplayStatics_ObjectIsA"); \ +static_assert(sizeof(GameplayStatics_ObjectIsA) == 0x000018, "Wrong size on GameplayStatics_ObjectIsA"); \ +static_assert(offsetof(GameplayStatics_ObjectIsA, Object) == 0x000000, "Member 'GameplayStatics_ObjectIsA::Object' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ObjectIsA, ObjectClass) == 0x000008, "Member 'GameplayStatics_ObjectIsA::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ObjectIsA, ReturnValue) == 0x000010, "Member 'GameplayStatics_ObjectIsA::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_OpenLevel \ +static_assert(alignof(GameplayStatics_OpenLevel) == 0x000008, "Wrong alignment on GameplayStatics_OpenLevel"); \ +static_assert(sizeof(GameplayStatics_OpenLevel) == 0x000028, "Wrong size on GameplayStatics_OpenLevel"); \ +static_assert(offsetof(GameplayStatics_OpenLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_OpenLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevel, LevelName) == 0x000008, "Member 'GameplayStatics_OpenLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevel, bAbsolute) == 0x000010, "Member 'GameplayStatics_OpenLevel::bAbsolute' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevel, Options) == 0x000018, "Member 'GameplayStatics_OpenLevel::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_OpenLevelBySoftObjectPtr \ +static_assert(alignof(GameplayStatics_OpenLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on GameplayStatics_OpenLevelBySoftObjectPtr"); \ +static_assert(sizeof(GameplayStatics_OpenLevelBySoftObjectPtr) == 0x000048, "Wrong size on GameplayStatics_OpenLevelBySoftObjectPtr"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, Level) == 0x000008, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::Level' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, bAbsolute) == 0x000030, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::bAbsolute' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, Options) == 0x000038, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ParseOption \ +static_assert(alignof(GameplayStatics_ParseOption) == 0x000008, "Wrong alignment on GameplayStatics_ParseOption"); \ +static_assert(sizeof(GameplayStatics_ParseOption) == 0x000030, "Wrong size on GameplayStatics_ParseOption"); \ +static_assert(offsetof(GameplayStatics_ParseOption, Options) == 0x000000, "Member 'GameplayStatics_ParseOption::Options' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ParseOption, Key) == 0x000010, "Member 'GameplayStatics_ParseOption::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ParseOption, ReturnValue) == 0x000020, "Member 'GameplayStatics_ParseOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlayDialogue2D \ +static_assert(alignof(GameplayStatics_PlayDialogue2D) == 0x000008, "Wrong alignment on GameplayStatics_PlayDialogue2D"); \ +static_assert(sizeof(GameplayStatics_PlayDialogue2D) == 0x000038, "Wrong size on GameplayStatics_PlayDialogue2D"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayDialogue2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, Dialogue) == 0x000008, "Member 'GameplayStatics_PlayDialogue2D::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, Context) == 0x000010, "Member 'GameplayStatics_PlayDialogue2D::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_PlayDialogue2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_PlayDialogue2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogue2D, StartTime) == 0x000030, "Member 'GameplayStatics_PlayDialogue2D::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlayDialogueAtLocation \ +static_assert(alignof(GameplayStatics_PlayDialogueAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_PlayDialogueAtLocation"); \ +static_assert(sizeof(GameplayStatics_PlayDialogueAtLocation) == 0x000070, "Wrong size on GameplayStatics_PlayDialogueAtLocation"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Dialogue) == 0x000008, "Member 'GameplayStatics_PlayDialogueAtLocation::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Context) == 0x000010, "Member 'GameplayStatics_PlayDialogueAtLocation::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Location) == 0x000028, "Member 'GameplayStatics_PlayDialogueAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Rotation) == 0x000040, "Member 'GameplayStatics_PlayDialogueAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, VolumeMultiplier) == 0x000058, "Member 'GameplayStatics_PlayDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, PitchMultiplier) == 0x00005C, "Member 'GameplayStatics_PlayDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, StartTime) == 0x000060, "Member 'GameplayStatics_PlayDialogueAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, AttenuationSettings) == 0x000068, "Member 'GameplayStatics_PlayDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlaySound2D \ +static_assert(alignof(GameplayStatics_PlaySound2D) == 0x000008, "Wrong alignment on GameplayStatics_PlaySound2D"); \ +static_assert(sizeof(GameplayStatics_PlaySound2D) == 0x000038, "Wrong size on GameplayStatics_PlaySound2D"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlaySound2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, Sound) == 0x000008, "Member 'GameplayStatics_PlaySound2D::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_PlaySound2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_PlaySound2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, StartTime) == 0x000018, "Member 'GameplayStatics_PlaySound2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_PlaySound2D::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, OwningActor) == 0x000028, "Member 'GameplayStatics_PlaySound2D::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySound2D, bIsUISound) == 0x000030, "Member 'GameplayStatics_PlaySound2D::bIsUISound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlaySoundAtLocation \ +static_assert(alignof(GameplayStatics_PlaySoundAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_PlaySoundAtLocation"); \ +static_assert(sizeof(GameplayStatics_PlaySoundAtLocation) == 0x000070, "Wrong size on GameplayStatics_PlaySoundAtLocation"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlaySoundAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Sound) == 0x000008, "Member 'GameplayStatics_PlaySoundAtLocation::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Location) == 0x000010, "Member 'GameplayStatics_PlaySoundAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Rotation) == 0x000028, "Member 'GameplayStatics_PlaySoundAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_PlaySoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_PlaySoundAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_PlaySoundAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_PlaySoundAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, ConcurrencySettings) == 0x000058, "Member 'GameplayStatics_PlaySoundAtLocation::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, OwningActor) == 0x000060, "Member 'GameplayStatics_PlaySoundAtLocation::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, InitialParams) == 0x000068, "Member 'GameplayStatics_PlaySoundAtLocation::InitialParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PlayWorldCameraShake \ +static_assert(alignof(GameplayStatics_PlayWorldCameraShake) == 0x000008, "Wrong alignment on GameplayStatics_PlayWorldCameraShake"); \ +static_assert(sizeof(GameplayStatics_PlayWorldCameraShake) == 0x000038, "Wrong size on GameplayStatics_PlayWorldCameraShake"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayWorldCameraShake::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Shake) == 0x000008, "Member 'GameplayStatics_PlayWorldCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Epicenter) == 0x000010, "Member 'GameplayStatics_PlayWorldCameraShake::Epicenter' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, InnerRadius) == 0x000028, "Member 'GameplayStatics_PlayWorldCameraShake::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, OuterRadius) == 0x00002C, "Member 'GameplayStatics_PlayWorldCameraShake::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Falloff) == 0x000030, "Member 'GameplayStatics_PlayWorldCameraShake::Falloff' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, bOrientShakeTowardsEpicenter) == 0x000034, "Member 'GameplayStatics_PlayWorldCameraShake::bOrientShakeTowardsEpicenter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PopSoundMixModifier \ +static_assert(alignof(GameplayStatics_PopSoundMixModifier) == 0x000008, "Wrong alignment on GameplayStatics_PopSoundMixModifier"); \ +static_assert(sizeof(GameplayStatics_PopSoundMixModifier) == 0x000010, "Wrong size on GameplayStatics_PopSoundMixModifier"); \ +static_assert(offsetof(GameplayStatics_PopSoundMixModifier, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PopSoundMixModifier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PopSoundMixModifier, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_PopSoundMixModifier::InSoundMixModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PrimeAllSoundsInSoundClass \ +static_assert(alignof(GameplayStatics_PrimeAllSoundsInSoundClass) == 0x000008, "Wrong alignment on GameplayStatics_PrimeAllSoundsInSoundClass"); \ +static_assert(sizeof(GameplayStatics_PrimeAllSoundsInSoundClass) == 0x000008, "Wrong size on GameplayStatics_PrimeAllSoundsInSoundClass"); \ +static_assert(offsetof(GameplayStatics_PrimeAllSoundsInSoundClass, InSoundClass) == 0x000000, "Member 'GameplayStatics_PrimeAllSoundsInSoundClass::InSoundClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PrimeSound \ +static_assert(alignof(GameplayStatics_PrimeSound) == 0x000008, "Wrong alignment on GameplayStatics_PrimeSound"); \ +static_assert(sizeof(GameplayStatics_PrimeSound) == 0x000008, "Wrong size on GameplayStatics_PrimeSound"); \ +static_assert(offsetof(GameplayStatics_PrimeSound, InSound) == 0x000000, "Member 'GameplayStatics_PrimeSound::InSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ProjectWorldToScreen \ +static_assert(alignof(GameplayStatics_ProjectWorldToScreen) == 0x000008, "Wrong alignment on GameplayStatics_ProjectWorldToScreen"); \ +static_assert(sizeof(GameplayStatics_ProjectWorldToScreen) == 0x000038, "Wrong size on GameplayStatics_ProjectWorldToScreen"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, Player) == 0x000000, "Member 'GameplayStatics_ProjectWorldToScreen::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, WorldPosition) == 0x000008, "Member 'GameplayStatics_ProjectWorldToScreen::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, ScreenPosition) == 0x000020, "Member 'GameplayStatics_ProjectWorldToScreen::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, bPlayerViewportRelative) == 0x000030, "Member 'GameplayStatics_ProjectWorldToScreen::bPlayerViewportRelative' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, ReturnValue) == 0x000031, "Member 'GameplayStatics_ProjectWorldToScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_PushSoundMixModifier \ +static_assert(alignof(GameplayStatics_PushSoundMixModifier) == 0x000008, "Wrong alignment on GameplayStatics_PushSoundMixModifier"); \ +static_assert(sizeof(GameplayStatics_PushSoundMixModifier) == 0x000010, "Wrong size on GameplayStatics_PushSoundMixModifier"); \ +static_assert(offsetof(GameplayStatics_PushSoundMixModifier, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PushSoundMixModifier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_PushSoundMixModifier, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_PushSoundMixModifier::InSoundMixModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_RebaseLocalOriginOntoZero \ +static_assert(alignof(GameplayStatics_RebaseLocalOriginOntoZero) == 0x000008, "Wrong alignment on GameplayStatics_RebaseLocalOriginOntoZero"); \ +static_assert(sizeof(GameplayStatics_RebaseLocalOriginOntoZero) == 0x000038, "Wrong size on GameplayStatics_RebaseLocalOriginOntoZero"); \ +static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, WorldContextObject) == 0x000000, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, WorldLocation) == 0x000008, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, ReturnValue) == 0x000020, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_RebaseZeroOriginOntoLocal \ +static_assert(alignof(GameplayStatics_RebaseZeroOriginOntoLocal) == 0x000008, "Wrong alignment on GameplayStatics_RebaseZeroOriginOntoLocal"); \ +static_assert(sizeof(GameplayStatics_RebaseZeroOriginOntoLocal) == 0x000038, "Wrong size on GameplayStatics_RebaseZeroOriginOntoLocal"); \ +static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, WorldContextObject) == 0x000000, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, WorldLocation) == 0x000008, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, ReturnValue) == 0x000020, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_RemovePlayer \ +static_assert(alignof(GameplayStatics_RemovePlayer) == 0x000008, "Wrong alignment on GameplayStatics_RemovePlayer"); \ +static_assert(sizeof(GameplayStatics_RemovePlayer) == 0x000010, "Wrong size on GameplayStatics_RemovePlayer"); \ +static_assert(offsetof(GameplayStatics_RemovePlayer, Player) == 0x000000, "Member 'GameplayStatics_RemovePlayer::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_RemovePlayer, bDestroyPawn) == 0x000008, "Member 'GameplayStatics_RemovePlayer::bDestroyPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SaveGameToSlot \ +static_assert(alignof(GameplayStatics_SaveGameToSlot) == 0x000008, "Wrong alignment on GameplayStatics_SaveGameToSlot"); \ +static_assert(sizeof(GameplayStatics_SaveGameToSlot) == 0x000020, "Wrong size on GameplayStatics_SaveGameToSlot"); \ +static_assert(offsetof(GameplayStatics_SaveGameToSlot, SaveGameObject) == 0x000000, "Member 'GameplayStatics_SaveGameToSlot::SaveGameObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SaveGameToSlot, SlotName) == 0x000008, "Member 'GameplayStatics_SaveGameToSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SaveGameToSlot, UserIndex) == 0x000018, "Member 'GameplayStatics_SaveGameToSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SaveGameToSlot, ReturnValue) == 0x00001C, "Member 'GameplayStatics_SaveGameToSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetActiveSpatialPluginByName \ +static_assert(alignof(GameplayStatics_SetActiveSpatialPluginByName) == 0x000008, "Wrong alignment on GameplayStatics_SetActiveSpatialPluginByName"); \ +static_assert(sizeof(GameplayStatics_SetActiveSpatialPluginByName) == 0x000018, "Wrong size on GameplayStatics_SetActiveSpatialPluginByName"); \ +static_assert(offsetof(GameplayStatics_SetActiveSpatialPluginByName, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetActiveSpatialPluginByName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetActiveSpatialPluginByName, InPluginName) == 0x000008, "Member 'GameplayStatics_SetActiveSpatialPluginByName::InPluginName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetActiveSpatialPluginByName, ReturnValue) == 0x000010, "Member 'GameplayStatics_SetActiveSpatialPluginByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetBaseSoundMix \ +static_assert(alignof(GameplayStatics_SetBaseSoundMix) == 0x000008, "Wrong alignment on GameplayStatics_SetBaseSoundMix"); \ +static_assert(sizeof(GameplayStatics_SetBaseSoundMix) == 0x000010, "Wrong size on GameplayStatics_SetBaseSoundMix"); \ +static_assert(offsetof(GameplayStatics_SetBaseSoundMix, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetBaseSoundMix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetBaseSoundMix, InSoundMix) == 0x000008, "Member 'GameplayStatics_SetBaseSoundMix::InSoundMix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetEnableWorldRendering \ +static_assert(alignof(GameplayStatics_SetEnableWorldRendering) == 0x000008, "Wrong alignment on GameplayStatics_SetEnableWorldRendering"); \ +static_assert(sizeof(GameplayStatics_SetEnableWorldRendering) == 0x000010, "Wrong size on GameplayStatics_SetEnableWorldRendering"); \ +static_assert(offsetof(GameplayStatics_SetEnableWorldRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetEnableWorldRendering::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetEnableWorldRendering, bEnable) == 0x000008, "Member 'GameplayStatics_SetEnableWorldRendering::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetForceDisableSplitscreen \ +static_assert(alignof(GameplayStatics_SetForceDisableSplitscreen) == 0x000008, "Wrong alignment on GameplayStatics_SetForceDisableSplitscreen"); \ +static_assert(sizeof(GameplayStatics_SetForceDisableSplitscreen) == 0x000010, "Wrong size on GameplayStatics_SetForceDisableSplitscreen"); \ +static_assert(offsetof(GameplayStatics_SetForceDisableSplitscreen, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetForceDisableSplitscreen::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetForceDisableSplitscreen, bDisable) == 0x000008, "Member 'GameplayStatics_SetForceDisableSplitscreen::bDisable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGamePaused \ +static_assert(alignof(GameplayStatics_SetGamePaused) == 0x000008, "Wrong alignment on GameplayStatics_SetGamePaused"); \ +static_assert(sizeof(GameplayStatics_SetGamePaused) == 0x000010, "Wrong size on GameplayStatics_SetGamePaused"); \ +static_assert(offsetof(GameplayStatics_SetGamePaused, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGamePaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGamePaused, bPaused) == 0x000008, "Member 'GameplayStatics_SetGamePaused::bPaused' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGamePaused, ReturnValue) == 0x000009, "Member 'GameplayStatics_SetGamePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGlobalListenerFocusParameters \ +static_assert(alignof(GameplayStatics_SetGlobalListenerFocusParameters) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalListenerFocusParameters"); \ +static_assert(sizeof(GameplayStatics_SetGlobalListenerFocusParameters) == 0x000028, "Wrong size on GameplayStatics_SetGlobalListenerFocusParameters"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusAzimuthScale) == 0x000008, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusAzimuthScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusAzimuthScale) == 0x00000C, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusAzimuthScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusDistanceScale) == 0x000010, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusDistanceScale) == 0x000014, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusVolumeScale) == 0x000018, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusVolumeScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusVolumeScale) == 0x00001C, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusVolumeScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusPriorityScale) == 0x000020, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusPriorityScale) == 0x000024, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusPriorityScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGlobalPitchModulation \ +static_assert(alignof(GameplayStatics_SetGlobalPitchModulation) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalPitchModulation"); \ +static_assert(sizeof(GameplayStatics_SetGlobalPitchModulation) == 0x000010, "Wrong size on GameplayStatics_SetGlobalPitchModulation"); \ +static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalPitchModulation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, PitchModulation) == 0x000008, "Member 'GameplayStatics_SetGlobalPitchModulation::PitchModulation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, TimeSec) == 0x00000C, "Member 'GameplayStatics_SetGlobalPitchModulation::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGlobalTimeDilation \ +static_assert(alignof(GameplayStatics_SetGlobalTimeDilation) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalTimeDilation"); \ +static_assert(sizeof(GameplayStatics_SetGlobalTimeDilation) == 0x000010, "Wrong size on GameplayStatics_SetGlobalTimeDilation"); \ +static_assert(offsetof(GameplayStatics_SetGlobalTimeDilation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalTimeDilation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalTimeDilation, TimeDilation) == 0x000008, "Member 'GameplayStatics_SetGlobalTimeDilation::TimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetMaxAudioChannelsScaled \ +static_assert(alignof(GameplayStatics_SetMaxAudioChannelsScaled) == 0x000008, "Wrong alignment on GameplayStatics_SetMaxAudioChannelsScaled"); \ +static_assert(sizeof(GameplayStatics_SetMaxAudioChannelsScaled) == 0x000010, "Wrong size on GameplayStatics_SetMaxAudioChannelsScaled"); \ +static_assert(offsetof(GameplayStatics_SetMaxAudioChannelsScaled, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetMaxAudioChannelsScaled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetMaxAudioChannelsScaled, MaxChannelCountScale) == 0x000008, "Member 'GameplayStatics_SetMaxAudioChannelsScaled::MaxChannelCountScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetPlayerControllerID \ +static_assert(alignof(GameplayStatics_SetPlayerControllerID) == 0x000008, "Wrong alignment on GameplayStatics_SetPlayerControllerID"); \ +static_assert(sizeof(GameplayStatics_SetPlayerControllerID) == 0x000010, "Wrong size on GameplayStatics_SetPlayerControllerID"); \ +static_assert(offsetof(GameplayStatics_SetPlayerControllerID, Player) == 0x000000, "Member 'GameplayStatics_SetPlayerControllerID::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetPlayerControllerID, ControllerId) == 0x000008, "Member 'GameplayStatics_SetPlayerControllerID::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetPlayerPlatformUserId \ +static_assert(alignof(GameplayStatics_SetPlayerPlatformUserId) == 0x000008, "Wrong alignment on GameplayStatics_SetPlayerPlatformUserId"); \ +static_assert(sizeof(GameplayStatics_SetPlayerPlatformUserId) == 0x000010, "Wrong size on GameplayStatics_SetPlayerPlatformUserId"); \ +static_assert(offsetof(GameplayStatics_SetPlayerPlatformUserId, PlayerController) == 0x000000, "Member 'GameplayStatics_SetPlayerPlatformUserId::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetPlayerPlatformUserId, UserId) == 0x000008, "Member 'GameplayStatics_SetPlayerPlatformUserId::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetSoundClassDistanceScale \ +static_assert(alignof(GameplayStatics_SetSoundClassDistanceScale) == 0x000008, "Wrong alignment on GameplayStatics_SetSoundClassDistanceScale"); \ +static_assert(sizeof(GameplayStatics_SetSoundClassDistanceScale) == 0x000018, "Wrong size on GameplayStatics_SetSoundClassDistanceScale"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetSoundClassDistanceScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, SoundClass) == 0x000008, "Member 'GameplayStatics_SetSoundClassDistanceScale::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, DistanceAttenuationScale) == 0x000010, "Member 'GameplayStatics_SetSoundClassDistanceScale::DistanceAttenuationScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, TimeSec) == 0x000014, "Member 'GameplayStatics_SetSoundClassDistanceScale::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetSoundMixClassOverride \ +static_assert(alignof(GameplayStatics_SetSoundMixClassOverride) == 0x000008, "Wrong alignment on GameplayStatics_SetSoundMixClassOverride"); \ +static_assert(sizeof(GameplayStatics_SetSoundMixClassOverride) == 0x000028, "Wrong size on GameplayStatics_SetSoundMixClassOverride"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetSoundMixClassOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_SetSoundMixClassOverride::InSoundMixModifier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, InSoundClass) == 0x000010, "Member 'GameplayStatics_SetSoundMixClassOverride::InSoundClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, Volume) == 0x000018, "Member 'GameplayStatics_SetSoundMixClassOverride::Volume' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, Pitch) == 0x00001C, "Member 'GameplayStatics_SetSoundMixClassOverride::Pitch' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, FadeInTime) == 0x000020, "Member 'GameplayStatics_SetSoundMixClassOverride::FadeInTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, bApplyToChildren) == 0x000024, "Member 'GameplayStatics_SetSoundMixClassOverride::bApplyToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetSubtitlesEnabled \ +static_assert(alignof(GameplayStatics_SetSubtitlesEnabled) == 0x000001, "Wrong alignment on GameplayStatics_SetSubtitlesEnabled"); \ +static_assert(sizeof(GameplayStatics_SetSubtitlesEnabled) == 0x000001, "Wrong size on GameplayStatics_SetSubtitlesEnabled"); \ +static_assert(offsetof(GameplayStatics_SetSubtitlesEnabled, bEnabled) == 0x000000, "Member 'GameplayStatics_SetSubtitlesEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetViewportMouseCaptureMode \ +static_assert(alignof(GameplayStatics_SetViewportMouseCaptureMode) == 0x000008, "Wrong alignment on GameplayStatics_SetViewportMouseCaptureMode"); \ +static_assert(sizeof(GameplayStatics_SetViewportMouseCaptureMode) == 0x000010, "Wrong size on GameplayStatics_SetViewportMouseCaptureMode"); \ +static_assert(offsetof(GameplayStatics_SetViewportMouseCaptureMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetViewportMouseCaptureMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetViewportMouseCaptureMode, MouseCaptureMode) == 0x000008, "Member 'GameplayStatics_SetViewportMouseCaptureMode::MouseCaptureMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetWorldOriginLocation \ +static_assert(alignof(GameplayStatics_SetWorldOriginLocation) == 0x000008, "Wrong alignment on GameplayStatics_SetWorldOriginLocation"); \ +static_assert(sizeof(GameplayStatics_SetWorldOriginLocation) == 0x000018, "Wrong size on GameplayStatics_SetWorldOriginLocation"); \ +static_assert(offsetof(GameplayStatics_SetWorldOriginLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetWorldOriginLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetWorldOriginLocation, NewLocation) == 0x000008, "Member 'GameplayStatics_SetWorldOriginLocation::NewLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAtLocation \ +static_assert(alignof(GameplayStatics_SpawnDecalAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDecalAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnDecalAtLocation) == 0x000068, "Wrong size on GameplayStatics_SpawnDecalAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDecalAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, DecalMaterial) == 0x000008, "Member 'GameplayStatics_SpawnDecalAtLocation::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, DecalSize) == 0x000010, "Member 'GameplayStatics_SpawnDecalAtLocation::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Location) == 0x000028, "Member 'GameplayStatics_SpawnDecalAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Rotation) == 0x000040, "Member 'GameplayStatics_SpawnDecalAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, LifeSpan) == 0x000058, "Member 'GameplayStatics_SpawnDecalAtLocation::LifeSpan' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, ReturnValue) == 0x000060, "Member 'GameplayStatics_SpawnDecalAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAttached \ +static_assert(alignof(GameplayStatics_SpawnDecalAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDecalAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnDecalAttached) == 0x000070, "Wrong size on GameplayStatics_SpawnDecalAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, DecalMaterial) == 0x000000, "Member 'GameplayStatics_SpawnDecalAttached::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, DecalSize) == 0x000008, "Member 'GameplayStatics_SpawnDecalAttached::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachToComponent) == 0x000020, "Member 'GameplayStatics_SpawnDecalAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachPointName) == 0x000028, "Member 'GameplayStatics_SpawnDecalAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Location) == 0x000030, "Member 'GameplayStatics_SpawnDecalAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Rotation) == 0x000048, "Member 'GameplayStatics_SpawnDecalAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LocationType) == 0x000060, "Member 'GameplayStatics_SpawnDecalAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LifeSpan) == 0x000064, "Member 'GameplayStatics_SpawnDecalAttached::LifeSpan' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDecalAttached, ReturnValue) == 0x000068, "Member 'GameplayStatics_SpawnDecalAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogue2D \ +static_assert(alignof(GameplayStatics_SpawnDialogue2D) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogue2D"); \ +static_assert(sizeof(GameplayStatics_SpawnDialogue2D) == 0x000040, "Wrong size on GameplayStatics_SpawnDialogue2D"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDialogue2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, Dialogue) == 0x000008, "Member 'GameplayStatics_SpawnDialogue2D::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, Context) == 0x000010, "Member 'GameplayStatics_SpawnDialogue2D::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_SpawnDialogue2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnDialogue2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnDialogue2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, bAutoDestroy) == 0x000034, "Member 'GameplayStatics_SpawnDialogue2D::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogue2D, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnDialogue2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAtLocation \ +static_assert(alignof(GameplayStatics_SpawnDialogueAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogueAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnDialogueAtLocation) == 0x000080, "Wrong size on GameplayStatics_SpawnDialogueAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Dialogue) == 0x000008, "Member 'GameplayStatics_SpawnDialogueAtLocation::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Context) == 0x000010, "Member 'GameplayStatics_SpawnDialogueAtLocation::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Location) == 0x000028, "Member 'GameplayStatics_SpawnDialogueAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Rotation) == 0x000040, "Member 'GameplayStatics_SpawnDialogueAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, VolumeMultiplier) == 0x000058, "Member 'GameplayStatics_SpawnDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, PitchMultiplier) == 0x00005C, "Member 'GameplayStatics_SpawnDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, StartTime) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, AttenuationSettings) == 0x000068, "Member 'GameplayStatics_SpawnDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, bAutoDestroy) == 0x000070, "Member 'GameplayStatics_SpawnDialogueAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, ReturnValue) == 0x000078, "Member 'GameplayStatics_SpawnDialogueAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAttached \ +static_assert(alignof(GameplayStatics_SpawnDialogueAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogueAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnDialogueAttached) == 0x000088, "Wrong size on GameplayStatics_SpawnDialogueAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Dialogue) == 0x000000, "Member 'GameplayStatics_SpawnDialogueAttached::Dialogue' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Context) == 0x000008, "Member 'GameplayStatics_SpawnDialogueAttached::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttachToComponent) == 0x000020, "Member 'GameplayStatics_SpawnDialogueAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttachPointName) == 0x000028, "Member 'GameplayStatics_SpawnDialogueAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Location) == 0x000030, "Member 'GameplayStatics_SpawnDialogueAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Rotation) == 0x000048, "Member 'GameplayStatics_SpawnDialogueAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, LocationType) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bStopWhenAttachedToDestroyed) == 0x000061, "Member 'GameplayStatics_SpawnDialogueAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, VolumeMultiplier) == 0x000064, "Member 'GameplayStatics_SpawnDialogueAttached::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, PitchMultiplier) == 0x000068, "Member 'GameplayStatics_SpawnDialogueAttached::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, StartTime) == 0x00006C, "Member 'GameplayStatics_SpawnDialogueAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttenuationSettings) == 0x000070, "Member 'GameplayStatics_SpawnDialogueAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bAutoDestroy) == 0x000078, "Member 'GameplayStatics_SpawnDialogueAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, ReturnValue) == 0x000080, "Member 'GameplayStatics_SpawnDialogueAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAtLocation \ +static_assert(alignof(GameplayStatics_SpawnEmitterAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnEmitterAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnEmitterAtLocation) == 0x000068, "Wrong size on GameplayStatics_SpawnEmitterAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnEmitterAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, EmitterTemplate) == 0x000008, "Member 'GameplayStatics_SpawnEmitterAtLocation::EmitterTemplate' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnEmitterAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Rotation) == 0x000028, "Member 'GameplayStatics_SpawnEmitterAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Scale) == 0x000040, "Member 'GameplayStatics_SpawnEmitterAtLocation::Scale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoDestroy) == 0x000058, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, PoolingMethod) == 0x000059, "Member 'GameplayStatics_SpawnEmitterAtLocation::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoActivateSystem) == 0x00005A, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoActivateSystem' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, ReturnValue) == 0x000060, "Member 'GameplayStatics_SpawnEmitterAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAttached \ +static_assert(alignof(GameplayStatics_SpawnEmitterAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnEmitterAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnEmitterAttached) == 0x000070, "Wrong size on GameplayStatics_SpawnEmitterAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, EmitterTemplate) == 0x000000, "Member 'GameplayStatics_SpawnEmitterAttached::EmitterTemplate' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnEmitterAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnEmitterAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Location) == 0x000018, "Member 'GameplayStatics_SpawnEmitterAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Rotation) == 0x000030, "Member 'GameplayStatics_SpawnEmitterAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Scale) == 0x000048, "Member 'GameplayStatics_SpawnEmitterAttached::Scale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, LocationType) == 0x000060, "Member 'GameplayStatics_SpawnEmitterAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoDestroy) == 0x000061, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, PoolingMethod) == 0x000062, "Member 'GameplayStatics_SpawnEmitterAttached::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoActivate) == 0x000063, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, ReturnValue) == 0x000068, "Member 'GameplayStatics_SpawnEmitterAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAtLocation \ +static_assert(alignof(GameplayStatics_SpawnForceFeedbackAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnForceFeedbackAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnForceFeedbackAtLocation) == 0x000068, "Wrong size on GameplayStatics_SpawnForceFeedbackAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ForceFeedbackEffect) == 0x000008, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, Rotation) == 0x000028, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bLooping) == 0x000040, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bLooping' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, IntensityMultiplier) == 0x000044, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bAutoDestroy) == 0x000058, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ReturnValue) == 0x000060, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAttached \ +static_assert(alignof(GameplayStatics_SpawnForceFeedbackAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnForceFeedbackAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnForceFeedbackAttached) == 0x000070, "Wrong size on GameplayStatics_SpawnForceFeedbackAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ForceFeedbackEffect) == 0x000000, "Member 'GameplayStatics_SpawnForceFeedbackAttached::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Location) == 0x000018, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Rotation) == 0x000030, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, LocationType) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bStopWhenAttachedToDestroyed) == 0x000049, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bLooping) == 0x00004A, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bLooping' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, IntensityMultiplier) == 0x00004C, "Member 'GameplayStatics_SpawnForceFeedbackAttached::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, StartTime) == 0x000050, "Member 'GameplayStatics_SpawnForceFeedbackAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttenuationSettings) == 0x000058, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bAutoDestroy) == 0x000060, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ReturnValue) == 0x000068, "Member 'GameplayStatics_SpawnForceFeedbackAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnObject \ +static_assert(alignof(GameplayStatics_SpawnObject) == 0x000008, "Wrong alignment on GameplayStatics_SpawnObject"); \ +static_assert(sizeof(GameplayStatics_SpawnObject) == 0x000018, "Wrong size on GameplayStatics_SpawnObject"); \ +static_assert(offsetof(GameplayStatics_SpawnObject, ObjectClass) == 0x000000, "Member 'GameplayStatics_SpawnObject::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnObject, Outer_0) == 0x000008, "Member 'GameplayStatics_SpawnObject::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnObject, ReturnValue) == 0x000010, "Member 'GameplayStatics_SpawnObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnSound2D \ +static_assert(alignof(GameplayStatics_SpawnSound2D) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSound2D"); \ +static_assert(sizeof(GameplayStatics_SpawnSound2D) == 0x000038, "Wrong size on GameplayStatics_SpawnSound2D"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnSound2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, Sound) == 0x000008, "Member 'GameplayStatics_SpawnSound2D::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_SpawnSound2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_SpawnSound2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, StartTime) == 0x000018, "Member 'GameplayStatics_SpawnSound2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_SpawnSound2D::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, bPersistAcrossLevelTransition) == 0x000028, "Member 'GameplayStatics_SpawnSound2D::bPersistAcrossLevelTransition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, bAutoDestroy) == 0x000029, "Member 'GameplayStatics_SpawnSound2D::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSound2D, ReturnValue) == 0x000030, "Member 'GameplayStatics_SpawnSound2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnSoundAtLocation \ +static_assert(alignof(GameplayStatics_SpawnSoundAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSoundAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnSoundAtLocation) == 0x000070, "Wrong size on GameplayStatics_SpawnSoundAtLocation"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnSoundAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Sound) == 0x000008, "Member 'GameplayStatics_SpawnSoundAtLocation::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnSoundAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Rotation) == 0x000028, "Member 'GameplayStatics_SpawnSoundAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_SpawnSoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_SpawnSoundAtLocation::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_SpawnSoundAtLocation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_SpawnSoundAtLocation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, ConcurrencySettings) == 0x000058, "Member 'GameplayStatics_SpawnSoundAtLocation::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, bAutoDestroy) == 0x000060, "Member 'GameplayStatics_SpawnSoundAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, ReturnValue) == 0x000068, "Member 'GameplayStatics_SpawnSoundAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnSoundAttached \ +static_assert(alignof(GameplayStatics_SpawnSoundAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSoundAttached"); \ +static_assert(sizeof(GameplayStatics_SpawnSoundAttached) == 0x000078, "Wrong size on GameplayStatics_SpawnSoundAttached"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Sound) == 0x000000, "Member 'GameplayStatics_SpawnSoundAttached::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnSoundAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnSoundAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Location) == 0x000018, "Member 'GameplayStatics_SpawnSoundAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Rotation) == 0x000030, "Member 'GameplayStatics_SpawnSoundAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, LocationType) == 0x000048, "Member 'GameplayStatics_SpawnSoundAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, bStopWhenAttachedToDestroyed) == 0x000049, "Member 'GameplayStatics_SpawnSoundAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, VolumeMultiplier) == 0x00004C, "Member 'GameplayStatics_SpawnSoundAttached::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, PitchMultiplier) == 0x000050, "Member 'GameplayStatics_SpawnSoundAttached::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, StartTime) == 0x000054, "Member 'GameplayStatics_SpawnSoundAttached::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttenuationSettings) == 0x000058, "Member 'GameplayStatics_SpawnSoundAttached::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, ConcurrencySettings) == 0x000060, "Member 'GameplayStatics_SpawnSoundAttached::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, bAutoDestroy) == 0x000068, "Member 'GameplayStatics_SpawnSoundAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SpawnSoundAttached, ReturnValue) == 0x000070, "Member 'GameplayStatics_SpawnSoundAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SuggestProjectileVelocity_CustomArc \ +static_assert(alignof(GameplayStatics_SuggestProjectileVelocity_CustomArc) == 0x000008, "Wrong alignment on GameplayStatics_SuggestProjectileVelocity_CustomArc"); \ +static_assert(sizeof(GameplayStatics_SuggestProjectileVelocity_CustomArc) == 0x000060, "Wrong size on GameplayStatics_SuggestProjectileVelocity_CustomArc"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, OutLaunchVelocity) == 0x000008, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::OutLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, StartPos) == 0x000020, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::StartPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, EndPos) == 0x000038, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::EndPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, OverrideGravityZ) == 0x000050, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, ArcParam) == 0x000054, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::ArcParam' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, ReturnValue) == 0x000058, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SuggestProjectileVelocity_MovingTarget \ +static_assert(alignof(GameplayStatics_SuggestProjectileVelocity_MovingTarget) == 0x000008, "Wrong alignment on GameplayStatics_SuggestProjectileVelocity_MovingTarget"); \ +static_assert(sizeof(GameplayStatics_SuggestProjectileVelocity_MovingTarget) == 0x000088, "Wrong size on GameplayStatics_SuggestProjectileVelocity_MovingTarget"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, OutLaunchVelocity) == 0x000008, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::OutLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, ProjectileStartLocation) == 0x000020, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::ProjectileStartLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, TargetActor) == 0x000038, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, TargetLocationOffset) == 0x000040, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::TargetLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, GravityZOverride) == 0x000058, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::GravityZOverride' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, TimeToTarget) == 0x000060, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::TimeToTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, DrawDebugType) == 0x000068, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, DrawDebugTime) == 0x00006C, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, DrawDebugColor) == 0x000070, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::DrawDebugColor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_MovingTarget, ReturnValue) == 0x000080, "Member 'GameplayStatics_SuggestProjectileVelocity_MovingTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_TransformWorldToFirstPerson \ +static_assert(alignof(GameplayStatics_TransformWorldToFirstPerson) == 0x000010, "Wrong alignment on GameplayStatics_TransformWorldToFirstPerson"); \ +static_assert(sizeof(GameplayStatics_TransformWorldToFirstPerson) == 0x000910, "Wrong size on GameplayStatics_TransformWorldToFirstPerson"); \ +static_assert(offsetof(GameplayStatics_TransformWorldToFirstPerson, ViewInfo) == 0x000000, "Member 'GameplayStatics_TransformWorldToFirstPerson::ViewInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_TransformWorldToFirstPerson, WorldPosition) == 0x0008D0, "Member 'GameplayStatics_TransformWorldToFirstPerson::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_TransformWorldToFirstPerson, bIgnoreFirstPersonScale) == 0x0008E8, "Member 'GameplayStatics_TransformWorldToFirstPerson::bIgnoreFirstPersonScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_TransformWorldToFirstPerson, ReturnValue) == 0x0008F0, "Member 'GameplayStatics_TransformWorldToFirstPerson::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_AGameSession \ +static_assert(alignof(AGameSession) == 0x000008, "Wrong alignment on AGameSession"); \ +static_assert(sizeof(AGameSession) == 0x0002D8, "Wrong size on AGameSession"); \ +static_assert(offsetof(AGameSession, MaxSpectators) == 0x0002B0, "Member 'AGameSession::MaxSpectators' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxPlayers) == 0x0002B4, "Member 'AGameSession::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxPartySize) == 0x0002B8, "Member 'AGameSession::MaxPartySize' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxSplitscreensPerConnection) == 0x0002BC, "Member 'AGameSession::MaxSplitscreensPerConnection' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, bRequiresPushToTalk) == 0x0002BD, "Member 'AGameSession::bRequiresPushToTalk' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, SessionName) == 0x0002C0, "Member 'AGameSession::SessionName' 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) == 0x000008, "Wrong alignment on GameStateBase_GetServerWorldTimeSeconds"); \ +static_assert(sizeof(GameStateBase_GetServerWorldTimeSeconds) == 0x000008, "Wrong size on GameStateBase_GetServerWorldTimeSeconds"); \ +static_assert(offsetof(GameStateBase_GetServerWorldTimeSeconds, ReturnValue) == 0x000000, "Member 'GameStateBase_GetServerWorldTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_HasBegunPlay \ +static_assert(alignof(GameStateBase_HasBegunPlay) == 0x000001, "Wrong alignment on GameStateBase_HasBegunPlay"); \ +static_assert(sizeof(GameStateBase_HasBegunPlay) == 0x000001, "Wrong size on GameStateBase_HasBegunPlay"); \ +static_assert(offsetof(GameStateBase_HasBegunPlay, ReturnValue) == 0x000000, "Member 'GameStateBase_HasBegunPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_HasMatchEnded \ +static_assert(alignof(GameStateBase_HasMatchEnded) == 0x000001, "Wrong alignment on GameStateBase_HasMatchEnded"); \ +static_assert(sizeof(GameStateBase_HasMatchEnded) == 0x000001, "Wrong size on GameStateBase_HasMatchEnded"); \ +static_assert(offsetof(GameStateBase_HasMatchEnded, ReturnValue) == 0x000000, "Member 'GameStateBase_HasMatchEnded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_HasMatchStarted \ +static_assert(alignof(GameStateBase_HasMatchStarted) == 0x000001, "Wrong alignment on GameStateBase_HasMatchStarted"); \ +static_assert(sizeof(GameStateBase_HasMatchStarted) == 0x000001, "Wrong size on GameStateBase_HasMatchStarted"); \ +static_assert(offsetof(GameStateBase_HasMatchStarted, ReturnValue) == 0x000000, "Member 'GameStateBase_HasMatchStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameStateBase \ +static_assert(alignof(AGameStateBase) == 0x000008, "Wrong alignment on AGameStateBase"); \ +static_assert(sizeof(AGameStateBase) == 0x000308, "Wrong size on AGameStateBase"); \ +static_assert(offsetof(AGameStateBase, GameModeClass) == 0x0002B0, "Member 'AGameStateBase::GameModeClass' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, AuthorityGameMode) == 0x0002B8, "Member 'AGameStateBase::AuthorityGameMode' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, SpectatorClass) == 0x0002C0, "Member 'AGameStateBase::SpectatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, PlayerArray) == 0x0002C8, "Member 'AGameStateBase::PlayerArray' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, bReplicatedHasBegunPlay) == 0x0002D8, "Member 'AGameStateBase::bReplicatedHasBegunPlay' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ReplicatedWorldTimeSecondsDouble) == 0x0002E0, "Member 'AGameStateBase::ReplicatedWorldTimeSecondsDouble' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsDelta) == 0x0002E8, "Member 'AGameStateBase::ServerWorldTimeSecondsDelta' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsUpdateFrequency) == 0x0002EC, "Member 'AGameStateBase::ServerWorldTimeSecondsUpdateFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameState \ +static_assert(alignof(AGameState) == 0x000008, "Wrong alignment on AGameState"); \ +static_assert(sizeof(AGameState) == 0x000328, "Wrong size on AGameState"); \ +static_assert(offsetof(AGameState, MatchState) == 0x000308, "Member 'AGameState::MatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameState, PreviousMatchState) == 0x000310, "Member 'AGameState::PreviousMatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameState, ElapsedTime) == 0x000318, "Member 'AGameState::ElapsedTime' 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) == 0x0003C0, "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_UGeneratedBlueprintBinding \ +static_assert(alignof(UGeneratedBlueprintBinding) == 0x000008, "Wrong alignment on UGeneratedBlueprintBinding"); \ +static_assert(sizeof(UGeneratedBlueprintBinding) == 0x000038, "Wrong size on UGeneratedBlueprintBinding"); \ +static_assert(offsetof(UGeneratedBlueprintBinding, GeneratedBlueprintBindings) == 0x000028, "Member 'UGeneratedBlueprintBinding::GeneratedBlueprintBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODProxy \ +static_assert(alignof(UHLODProxy) == 0x000008, "Wrong alignment on UHLODProxy"); \ +static_assert(sizeof(UHLODProxy) == 0x000088, "Wrong size on UHLODProxy"); \ +static_assert(offsetof(UHLODProxy, ProxyMeshes) == 0x000028, "Member 'UHLODProxy::ProxyMeshes' has a wrong offset!"); \ +static_assert(offsetof(UHLODProxy, HLODActors) == 0x000038, "Member 'UHLODProxy::HLODActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODEngineSubsystem \ +static_assert(alignof(UHLODEngineSubsystem) == 0x000008, "Wrong alignment on UHLODEngineSubsystem"); \ +static_assert(sizeof(UHLODEngineSubsystem) == 0x000030, "Wrong size on UHLODEngineSubsystem"); \ + +#define DUMPER7_ASSERTS_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_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_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_UInputAxisDelegateBinding \ +static_assert(alignof(UInputAxisDelegateBinding) == 0x000008, "Wrong alignment on UInputAxisDelegateBinding"); \ +static_assert(sizeof(UInputAxisDelegateBinding) == 0x000038, "Wrong size on UInputAxisDelegateBinding"); \ +static_assert(offsetof(UInputAxisDelegateBinding, InputAxisDelegateBindings) == 0x000028, "Member 'UInputAxisDelegateBinding::InputAxisDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputAxisKeyDelegateBinding \ +static_assert(alignof(UInputAxisKeyDelegateBinding) == 0x000008, "Wrong alignment on UInputAxisKeyDelegateBinding"); \ +static_assert(sizeof(UInputAxisKeyDelegateBinding) == 0x000038, "Wrong size on UInputAxisKeyDelegateBinding"); \ +static_assert(offsetof(UInputAxisKeyDelegateBinding, InputAxisKeyDelegateBindings) == 0x000028, "Member 'UInputAxisKeyDelegateBinding::InputAxisKeyDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UHLODInstancedSkinnedMeshComponent \ +static_assert(alignof(UHLODInstancedSkinnedMeshComponent) == 0x000010, "Wrong alignment on UHLODInstancedSkinnedMeshComponent"); \ +static_assert(sizeof(UHLODInstancedSkinnedMeshComponent) == 0x000A90, "Wrong size on UHLODInstancedSkinnedMeshComponent"); \ + +#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_AInstancedPlacementPartitionActor \ +static_assert(alignof(AInstancedPlacementPartitionActor) == 0x000008, "Wrong alignment on AInstancedPlacementPartitionActor"); \ +static_assert(sizeof(AInstancedPlacementPartitionActor) == 0x0002C0, "Wrong size on AInstancedPlacementPartitionActor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNoise \ +static_assert(alignof(UMaterialExpressionNoise) == 0x000008, "Wrong alignment on UMaterialExpressionNoise"); \ +static_assert(sizeof(UMaterialExpressionNoise) == 0x000130, "Wrong size on UMaterialExpressionNoise"); \ +static_assert(offsetof(UMaterialExpressionNoise, position) == 0x0000B0, "Member 'UMaterialExpressionNoise::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, WorldPositionOriginType) == 0x0000D8, "Member 'UMaterialExpressionNoise::WorldPositionOriginType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, FilterWidth) == 0x0000E0, "Member 'UMaterialExpressionNoise::FilterWidth' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Scale) == 0x000108, "Member 'UMaterialExpressionNoise::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Quality) == 0x00010C, "Member 'UMaterialExpressionNoise::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, NoiseFunction) == 0x000110, "Member 'UMaterialExpressionNoise::NoiseFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Levels) == 0x000118, "Member 'UMaterialExpressionNoise::Levels' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, OutputMin) == 0x00011C, "Member 'UMaterialExpressionNoise::OutputMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, OutputMax) == 0x000120, "Member 'UMaterialExpressionNoise::OutputMax' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, LevelScale) == 0x000124, "Member 'UMaterialExpressionNoise::LevelScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, RepeatSize) == 0x00012C, "Member 'UMaterialExpressionNoise::RepeatSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStringTable \ +static_assert(alignof(UStringTable) == 0x000008, "Wrong alignment on UStringTable"); \ +static_assert(sizeof(UStringTable) == 0x000040, "Wrong size on UStringTable"); \ + +#define DUMPER7_ASSERTS_AKillZVolume \ +static_assert(alignof(AKillZVolume) == 0x000008, "Wrong alignment on AKillZVolume"); \ +static_assert(sizeof(AKillZVolume) == 0x0002F8, "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_ShuffleFromStream \ +static_assert(alignof(KismetArrayLibrary_Array_ShuffleFromStream) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_ShuffleFromStream"); \ +static_assert(sizeof(KismetArrayLibrary_Array_ShuffleFromStream) == 0x000018, "Wrong size on KismetArrayLibrary_Array_ShuffleFromStream"); \ +static_assert(offsetof(KismetArrayLibrary_Array_ShuffleFromStream, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_ShuffleFromStream::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_ShuffleFromStream, RandomStream) == 0x000010, "Member 'KismetArrayLibrary_Array_ShuffleFromStream::RandomStream' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Swap \ +static_assert(alignof(KismetArrayLibrary_Array_Swap) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Swap"); \ +static_assert(sizeof(KismetArrayLibrary_Array_Swap) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Swap"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Swap, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Swap::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Swap, FirstIndex) == 0x000010, "Member 'KismetArrayLibrary_Array_Swap::FirstIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_Array_Swap, SecondIndex) == 0x000014, "Member 'KismetArrayLibrary_Array_Swap::SecondIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_FilterArray \ +static_assert(alignof(KismetArrayLibrary_FilterArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_FilterArray"); \ +static_assert(sizeof(KismetArrayLibrary_FilterArray) == 0x000028, "Wrong size on KismetArrayLibrary_FilterArray"); \ +static_assert(offsetof(KismetArrayLibrary_FilterArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_FilterArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_FilterArray, FilterClass) == 0x000010, "Member 'KismetArrayLibrary_FilterArray::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_FilterArray, FilteredArray) == 0x000018, "Member 'KismetArrayLibrary_FilterArray::FilteredArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SetArrayPropertyByName \ +static_assert(alignof(KismetArrayLibrary_SetArrayPropertyByName) == 0x000008, "Wrong alignment on KismetArrayLibrary_SetArrayPropertyByName"); \ +static_assert(sizeof(KismetArrayLibrary_SetArrayPropertyByName) == 0x000020, "Wrong size on KismetArrayLibrary_SetArrayPropertyByName"); \ +static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, Object) == 0x000000, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Object' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, PropertyName) == 0x000008, "Member 'KismetArrayLibrary_SetArrayPropertyByName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, Value) == 0x000010, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SortByteArray \ +static_assert(alignof(KismetArrayLibrary_SortByteArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_SortByteArray"); \ +static_assert(sizeof(KismetArrayLibrary_SortByteArray) == 0x000018, "Wrong size on KismetArrayLibrary_SortByteArray"); \ +static_assert(offsetof(KismetArrayLibrary_SortByteArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_SortByteArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortByteArray, bStableSort) == 0x000010, "Member 'KismetArrayLibrary_SortByteArray::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortByteArray, SortOrder) == 0x000011, "Member 'KismetArrayLibrary_SortByteArray::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SortFloatArray \ +static_assert(alignof(KismetArrayLibrary_SortFloatArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_SortFloatArray"); \ +static_assert(sizeof(KismetArrayLibrary_SortFloatArray) == 0x000018, "Wrong size on KismetArrayLibrary_SortFloatArray"); \ +static_assert(offsetof(KismetArrayLibrary_SortFloatArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_SortFloatArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortFloatArray, bStableSort) == 0x000010, "Member 'KismetArrayLibrary_SortFloatArray::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortFloatArray, SortOrder) == 0x000011, "Member 'KismetArrayLibrary_SortFloatArray::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SortInt64Array \ +static_assert(alignof(KismetArrayLibrary_SortInt64Array) == 0x000008, "Wrong alignment on KismetArrayLibrary_SortInt64Array"); \ +static_assert(sizeof(KismetArrayLibrary_SortInt64Array) == 0x000018, "Wrong size on KismetArrayLibrary_SortInt64Array"); \ +static_assert(offsetof(KismetArrayLibrary_SortInt64Array, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_SortInt64Array::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortInt64Array, bStableSort) == 0x000010, "Member 'KismetArrayLibrary_SortInt64Array::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortInt64Array, SortOrder) == 0x000011, "Member 'KismetArrayLibrary_SortInt64Array::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SortIntArray \ +static_assert(alignof(KismetArrayLibrary_SortIntArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_SortIntArray"); \ +static_assert(sizeof(KismetArrayLibrary_SortIntArray) == 0x000018, "Wrong size on KismetArrayLibrary_SortIntArray"); \ +static_assert(offsetof(KismetArrayLibrary_SortIntArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_SortIntArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortIntArray, bStableSort) == 0x000010, "Member 'KismetArrayLibrary_SortIntArray::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortIntArray, SortOrder) == 0x000011, "Member 'KismetArrayLibrary_SortIntArray::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SortNameArray \ +static_assert(alignof(KismetArrayLibrary_SortNameArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_SortNameArray"); \ +static_assert(sizeof(KismetArrayLibrary_SortNameArray) == 0x000018, "Wrong size on KismetArrayLibrary_SortNameArray"); \ +static_assert(offsetof(KismetArrayLibrary_SortNameArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_SortNameArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortNameArray, bStableSort) == 0x000010, "Member 'KismetArrayLibrary_SortNameArray::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortNameArray, bLexicalSort) == 0x000011, "Member 'KismetArrayLibrary_SortNameArray::bLexicalSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortNameArray, SortOrder) == 0x000012, "Member 'KismetArrayLibrary_SortNameArray::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetArrayLibrary_SortStringArray \ +static_assert(alignof(KismetArrayLibrary_SortStringArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_SortStringArray"); \ +static_assert(sizeof(KismetArrayLibrary_SortStringArray) == 0x000018, "Wrong size on KismetArrayLibrary_SortStringArray"); \ +static_assert(offsetof(KismetArrayLibrary_SortStringArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_SortStringArray::TargetArray' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortStringArray, bStableSort) == 0x000010, "Member 'KismetArrayLibrary_SortStringArray::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(KismetArrayLibrary_SortStringArray, SortOrder) == 0x000011, "Member 'KismetArrayLibrary_SortStringArray::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetArrayLibrary \ +static_assert(alignof(UKismetArrayLibrary) == 0x000008, "Wrong alignment on UKismetArrayLibrary"); \ +static_assert(sizeof(UKismetArrayLibrary) == 0x000028, "Wrong size on UKismetArrayLibrary"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_Conv_GuidToString \ +static_assert(alignof(KismetGuidLibrary_Conv_GuidToString) == 0x000008, "Wrong alignment on KismetGuidLibrary_Conv_GuidToString"); \ +static_assert(sizeof(KismetGuidLibrary_Conv_GuidToString) == 0x000020, "Wrong size on KismetGuidLibrary_Conv_GuidToString"); \ +static_assert(offsetof(KismetGuidLibrary_Conv_GuidToString, InGuid) == 0x000000, "Member 'KismetGuidLibrary_Conv_GuidToString::InGuid' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_Conv_GuidToString, ReturnValue) == 0x000010, "Member 'KismetGuidLibrary_Conv_GuidToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_EqualEqual_GuidGuid \ +static_assert(alignof(KismetGuidLibrary_EqualEqual_GuidGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_EqualEqual_GuidGuid"); \ +static_assert(sizeof(KismetGuidLibrary_EqualEqual_GuidGuid) == 0x000024, "Wrong size on KismetGuidLibrary_EqualEqual_GuidGuid"); \ +static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, A) == 0x000000, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::A' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, B) == 0x000010, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::B' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, ReturnValue) == 0x000020, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_Invalidate_Guid \ +static_assert(alignof(KismetGuidLibrary_Invalidate_Guid) == 0x000004, "Wrong alignment on KismetGuidLibrary_Invalidate_Guid"); \ +static_assert(sizeof(KismetGuidLibrary_Invalidate_Guid) == 0x000010, "Wrong size on KismetGuidLibrary_Invalidate_Guid"); \ +static_assert(offsetof(KismetGuidLibrary_Invalidate_Guid, InGuid) == 0x000000, "Member 'KismetGuidLibrary_Invalidate_Guid::InGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_IsValid_Guid \ +static_assert(alignof(KismetGuidLibrary_IsValid_Guid) == 0x000004, "Wrong alignment on KismetGuidLibrary_IsValid_Guid"); \ +static_assert(sizeof(KismetGuidLibrary_IsValid_Guid) == 0x000014, "Wrong size on KismetGuidLibrary_IsValid_Guid"); \ +static_assert(offsetof(KismetGuidLibrary_IsValid_Guid, InGuid) == 0x000000, "Member 'KismetGuidLibrary_IsValid_Guid::InGuid' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_IsValid_Guid, ReturnValue) == 0x000010, "Member 'KismetGuidLibrary_IsValid_Guid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_NewGuid \ +static_assert(alignof(KismetGuidLibrary_NewGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_NewGuid"); \ +static_assert(sizeof(KismetGuidLibrary_NewGuid) == 0x000010, "Wrong size on KismetGuidLibrary_NewGuid"); \ +static_assert(offsetof(KismetGuidLibrary_NewGuid, ReturnValue) == 0x000000, "Member 'KismetGuidLibrary_NewGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_NotEqual_GuidGuid \ +static_assert(alignof(KismetGuidLibrary_NotEqual_GuidGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_NotEqual_GuidGuid"); \ +static_assert(sizeof(KismetGuidLibrary_NotEqual_GuidGuid) == 0x000024, "Wrong size on KismetGuidLibrary_NotEqual_GuidGuid"); \ +static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, A) == 0x000000, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::A' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, B) == 0x000010, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::B' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, ReturnValue) == 0x000020, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetGuidLibrary_Parse_StringToGuid \ +static_assert(alignof(KismetGuidLibrary_Parse_StringToGuid) == 0x000008, "Wrong alignment on KismetGuidLibrary_Parse_StringToGuid"); \ +static_assert(sizeof(KismetGuidLibrary_Parse_StringToGuid) == 0x000028, "Wrong size on KismetGuidLibrary_Parse_StringToGuid"); \ +static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, GuidString) == 0x000000, "Member 'KismetGuidLibrary_Parse_StringToGuid::GuidString' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, OutGuid) == 0x000010, "Member 'KismetGuidLibrary_Parse_StringToGuid::OutGuid' has a wrong offset!"); \ +static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, Success) == 0x000020, "Member 'KismetGuidLibrary_Parse_StringToGuid::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetGuidLibrary \ +static_assert(alignof(UKismetGuidLibrary) == 0x000008, "Wrong alignment on UKismetGuidLibrary"); \ +static_assert(sizeof(UKismetGuidLibrary) == 0x000028, "Wrong size on UKismetGuidLibrary"); \ + +#define DUMPER7_ASSERTS_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_IsCultureRightToLeft \ +static_assert(alignof(KismetInternationalizationLibrary_IsCultureRightToLeft) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_IsCultureRightToLeft"); \ +static_assert(sizeof(KismetInternationalizationLibrary_IsCultureRightToLeft) == 0x000018, "Wrong size on KismetInternationalizationLibrary_IsCultureRightToLeft"); \ +static_assert(offsetof(KismetInternationalizationLibrary_IsCultureRightToLeft, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_IsCultureRightToLeft::Culture' has a wrong offset!"); \ +static_assert(offsetof(KismetInternationalizationLibrary_IsCultureRightToLeft, ReturnValue) == 0x000010, "Member 'KismetInternationalizationLibrary_IsCultureRightToLeft::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_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_KismetMaterialLibrary_CreateDynamicMaterialInstance \ +static_assert(alignof(KismetMaterialLibrary_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on KismetMaterialLibrary_CreateDynamicMaterialInstance"); \ +static_assert(sizeof(KismetMaterialLibrary_CreateDynamicMaterialInstance) == 0x000028, "Wrong size on KismetMaterialLibrary_CreateDynamicMaterialInstance"); \ +static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, Parent) == 0x000008, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::Parent' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, OptionalName) == 0x000010, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::OptionalName' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, CreationFlags) == 0x000018, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::CreationFlags' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, ReturnValue) == 0x000020, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMaterialLibrary_GetScalarParameterValue \ +static_assert(alignof(KismetMaterialLibrary_GetScalarParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_GetScalarParameterValue"); \ +static_assert(sizeof(KismetMaterialLibrary_GetScalarParameterValue) == 0x000020, "Wrong size on KismetMaterialLibrary_GetScalarParameterValue"); \ +static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_GetScalarParameterValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_GetScalarParameterValue::Collection' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, ReturnValue) == 0x000018, "Member 'KismetMaterialLibrary_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMaterialLibrary_GetVectorParameterValue \ +static_assert(alignof(KismetMaterialLibrary_GetVectorParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_GetVectorParameterValue"); \ +static_assert(sizeof(KismetMaterialLibrary_GetVectorParameterValue) == 0x000028, "Wrong size on KismetMaterialLibrary_GetVectorParameterValue"); \ +static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_GetVectorParameterValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_GetVectorParameterValue::Collection' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, ReturnValue) == 0x000018, "Member 'KismetMaterialLibrary_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMaterialLibrary_SetScalarParameterValue \ +static_assert(alignof(KismetMaterialLibrary_SetScalarParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_SetScalarParameterValue"); \ +static_assert(sizeof(KismetMaterialLibrary_SetScalarParameterValue) == 0x000020, "Wrong size on KismetMaterialLibrary_SetScalarParameterValue"); \ +static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_SetScalarParameterValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_SetScalarParameterValue::Collection' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_SetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, ParameterValue) == 0x000018, "Member 'KismetMaterialLibrary_SetScalarParameterValue::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMaterialLibrary_SetVectorParameterValue \ +static_assert(alignof(KismetMaterialLibrary_SetVectorParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_SetVectorParameterValue"); \ +static_assert(sizeof(KismetMaterialLibrary_SetVectorParameterValue) == 0x000028, "Wrong size on KismetMaterialLibrary_SetVectorParameterValue"); \ +static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_SetVectorParameterValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_SetVectorParameterValue::Collection' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_SetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, ParameterValue) == 0x000018, "Member 'KismetMaterialLibrary_SetVectorParameterValue::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetMaterialLibrary \ +static_assert(alignof(UKismetMaterialLibrary) == 0x000008, "Wrong alignment on UKismetMaterialLibrary"); \ +static_assert(sizeof(UKismetMaterialLibrary) == 0x000028, "Wrong size on UKismetMaterialLibrary"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_abs \ +static_assert(alignof(KismetMathLibrary_abs) == 0x000008, "Wrong alignment on KismetMathLibrary_abs"); \ +static_assert(sizeof(KismetMathLibrary_abs) == 0x000010, "Wrong size on KismetMathLibrary_abs"); \ +static_assert(offsetof(KismetMathLibrary_abs, A) == 0x000000, "Member 'KismetMathLibrary_abs::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_abs, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_abs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Abs_Int \ +static_assert(alignof(KismetMathLibrary_Abs_Int) == 0x000004, "Wrong alignment on KismetMathLibrary_Abs_Int"); \ +static_assert(sizeof(KismetMathLibrary_Abs_Int) == 0x000008, "Wrong size on KismetMathLibrary_Abs_Int"); \ +static_assert(offsetof(KismetMathLibrary_Abs_Int, A) == 0x000000, "Member 'KismetMathLibrary_Abs_Int::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Abs_Int, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Abs_Int::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Abs_Int64 \ +static_assert(alignof(KismetMathLibrary_Abs_Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Abs_Int64"); \ +static_assert(sizeof(KismetMathLibrary_Abs_Int64) == 0x000010, "Wrong size on KismetMathLibrary_Abs_Int64"); \ +static_assert(offsetof(KismetMathLibrary_Abs_Int64, A) == 0x000000, "Member 'KismetMathLibrary_Abs_Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Abs_Int64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Abs_Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_acos \ +static_assert(alignof(KismetMathLibrary_acos) == 0x000008, "Wrong alignment on KismetMathLibrary_acos"); \ +static_assert(sizeof(KismetMathLibrary_acos) == 0x000010, "Wrong size on KismetMathLibrary_acos"); \ +static_assert(offsetof(KismetMathLibrary_acos, A) == 0x000000, "Member 'KismetMathLibrary_acos::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_acos, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_acos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_ByteByte \ +static_assert(alignof(KismetMathLibrary_Add_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Add_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Add_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Add_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Add_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Add_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Add_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Add_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_Add_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_Add_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Add_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Add_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Add_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_DateTimeTimespan \ +static_assert(alignof(KismetMathLibrary_Add_DateTimeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_DateTimeTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Add_DateTimeTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Add_DateTimeTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Add_DateTimeTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Add_DateTimeTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_DateTimeTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_Add_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_Add_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_Add_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_Add_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_Add_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_Add_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_DoubleDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Add_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Add_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Add_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Add_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Add_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntInt \ +static_assert(alignof(KismetMathLibrary_Add_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Add_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Add_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Add_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Add_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntPointInt \ +static_assert(alignof(KismetMathLibrary_Add_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntPointInt"); \ +static_assert(sizeof(KismetMathLibrary_Add_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Add_IntPointInt"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntPointInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Add_IntPointInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Add_IntPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Add_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Add_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Add_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Add_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_Add_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Add_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Add_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_MatrixMatrix \ +static_assert(alignof(KismetMathLibrary_Add_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_MatrixMatrix"); \ +static_assert(sizeof(KismetMathLibrary_Add_MatrixMatrix) == 0x000180, "Wrong size on KismetMathLibrary_Add_MatrixMatrix"); \ +static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_Add_MatrixMatrix::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, B) == 0x000080, "Member 'KismetMathLibrary_Add_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, ReturnValue) == 0x000100, "Member 'KismetMathLibrary_Add_MatrixMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_QuatQuat \ +static_assert(alignof(KismetMathLibrary_Add_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_Add_QuatQuat) == 0x000060, "Wrong size on KismetMathLibrary_Add_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Add_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, B) == 0x000020, "Member 'KismetMathLibrary_Add_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Add_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_Add_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Add_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Add_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Add_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Add_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DFloat \ +static_assert(alignof(KismetMathLibrary_Add_Vector2DFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Add_Vector2DFloat) == 0x000028, "Wrong size on KismetMathLibrary_Add_Vector2DFloat"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector2DFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, B) == 0x000010, "Member 'KismetMathLibrary_Add_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Add_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Add_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Add_Vector2DVector2D) == 0x000030, "Wrong size on KismetMathLibrary_Add_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, B) == 0x000010, "Member 'KismetMathLibrary_Add_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_Add_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_Add_Vector4Vector4) == 0x000060, "Wrong size on KismetMathLibrary_Add_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, B) == 0x000020, "Member 'KismetMathLibrary_Add_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Add_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Add_VectorFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Add_VectorFloat) == 0x000038, "Wrong size on KismetMathLibrary_Add_VectorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, B) == 0x000018, "Member 'KismetMathLibrary_Add_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorInt \ +static_assert(alignof(KismetMathLibrary_Add_VectorInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Add_VectorInt) == 0x000038, "Wrong size on KismetMathLibrary_Add_VectorInt"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorInt, B) == 0x000018, "Member 'KismetMathLibrary_Add_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorInt, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorVector \ +static_assert(alignof(KismetMathLibrary_Add_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Add_VectorVector) == 0x000048, "Wrong size on KismetMathLibrary_Add_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorVector, B) == 0x000018, "Member 'KismetMathLibrary_Add_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Add_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Add_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_And_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_And_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_And_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_And_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_And_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_And_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_And_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_And_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_And_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_And_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_And_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_And_IntInt \ +static_assert(alignof(KismetMathLibrary_And_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_And_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_And_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_And_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_And_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_And_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_And_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_And_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_And_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_And_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_asin \ +static_assert(alignof(KismetMathLibrary_asin) == 0x000008, "Wrong alignment on KismetMathLibrary_asin"); \ +static_assert(sizeof(KismetMathLibrary_asin) == 0x000010, "Wrong size on KismetMathLibrary_asin"); \ +static_assert(offsetof(KismetMathLibrary_asin, A) == 0x000000, "Member 'KismetMathLibrary_asin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_asin, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_asin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_atan \ +static_assert(alignof(KismetMathLibrary_atan) == 0x000008, "Wrong alignment on KismetMathLibrary_atan"); \ +static_assert(sizeof(KismetMathLibrary_atan) == 0x000010, "Wrong size on KismetMathLibrary_atan"); \ +static_assert(offsetof(KismetMathLibrary_atan, A) == 0x000000, "Member 'KismetMathLibrary_atan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_atan, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_atan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Atan2 \ +static_assert(alignof(KismetMathLibrary_Atan2) == 0x000008, "Wrong alignment on KismetMathLibrary_Atan2"); \ +static_assert(sizeof(KismetMathLibrary_Atan2) == 0x000018, "Wrong size on KismetMathLibrary_Atan2"); \ +static_assert(offsetof(KismetMathLibrary_Atan2, Y) == 0x000000, "Member 'KismetMathLibrary_Atan2::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Atan2, X) == 0x000008, "Member 'KismetMathLibrary_Atan2::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Atan2, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Atan2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_AverageOfIntArray \ +static_assert(alignof(KismetMathLibrary_AverageOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_AverageOfIntArray"); \ +static_assert(sizeof(KismetMathLibrary_AverageOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_AverageOfIntArray"); \ +static_assert(offsetof(KismetMathLibrary_AverageOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_AverageOfIntArray::IntArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_AverageOfIntArray, AverageValue) == 0x000010, "Member 'KismetMathLibrary_AverageOfIntArray::AverageValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BMax \ +static_assert(alignof(KismetMathLibrary_BMax) == 0x000001, "Wrong alignment on KismetMathLibrary_BMax"); \ +static_assert(sizeof(KismetMathLibrary_BMax) == 0x000003, "Wrong size on KismetMathLibrary_BMax"); \ +static_assert(offsetof(KismetMathLibrary_BMax, A) == 0x000000, "Member 'KismetMathLibrary_BMax::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BMax, B) == 0x000001, "Member 'KismetMathLibrary_BMax::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BMax, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BMin \ +static_assert(alignof(KismetMathLibrary_BMin) == 0x000001, "Wrong alignment on KismetMathLibrary_BMin"); \ +static_assert(sizeof(KismetMathLibrary_BMin) == 0x000003, "Wrong size on KismetMathLibrary_BMin"); \ +static_assert(offsetof(KismetMathLibrary_BMin, A) == 0x000000, "Member 'KismetMathLibrary_BMin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BMin, B) == 0x000001, "Member 'KismetMathLibrary_BMin::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BMin, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanAND \ +static_assert(alignof(KismetMathLibrary_BooleanAND) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanAND"); \ +static_assert(sizeof(KismetMathLibrary_BooleanAND) == 0x000003, "Wrong size on KismetMathLibrary_BooleanAND"); \ +static_assert(offsetof(KismetMathLibrary_BooleanAND, A) == 0x000000, "Member 'KismetMathLibrary_BooleanAND::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanAND, B) == 0x000001, "Member 'KismetMathLibrary_BooleanAND::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanAND, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanAND::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanNAND \ +static_assert(alignof(KismetMathLibrary_BooleanNAND) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanNAND"); \ +static_assert(sizeof(KismetMathLibrary_BooleanNAND) == 0x000003, "Wrong size on KismetMathLibrary_BooleanNAND"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNAND, A) == 0x000000, "Member 'KismetMathLibrary_BooleanNAND::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNAND, B) == 0x000001, "Member 'KismetMathLibrary_BooleanNAND::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNAND, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanNAND::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanNOR \ +static_assert(alignof(KismetMathLibrary_BooleanNOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanNOR"); \ +static_assert(sizeof(KismetMathLibrary_BooleanNOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanNOR"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanNOR::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNOR, B) == 0x000001, "Member 'KismetMathLibrary_BooleanNOR::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanNOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanNOR::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanOR \ +static_assert(alignof(KismetMathLibrary_BooleanOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanOR"); \ +static_assert(sizeof(KismetMathLibrary_BooleanOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanOR"); \ +static_assert(offsetof(KismetMathLibrary_BooleanOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanOR::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanOR, B) == 0x000001, "Member 'KismetMathLibrary_BooleanOR::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanOR::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BooleanXOR \ +static_assert(alignof(KismetMathLibrary_BooleanXOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanXOR"); \ +static_assert(sizeof(KismetMathLibrary_BooleanXOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanXOR"); \ +static_assert(offsetof(KismetMathLibrary_BooleanXOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanXOR::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanXOR, B) == 0x000001, "Member 'KismetMathLibrary_BooleanXOR::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BooleanXOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanXOR::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_ExpandBy \ +static_assert(alignof(KismetMathLibrary_Box_ExpandBy) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_ExpandBy"); \ +static_assert(sizeof(KismetMathLibrary_Box_ExpandBy) == 0x0000A0, "Wrong size on KismetMathLibrary_Box_ExpandBy"); \ +static_assert(offsetof(KismetMathLibrary_Box_ExpandBy, Box) == 0x000000, "Member 'KismetMathLibrary_Box_ExpandBy::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_ExpandBy, Negative) == 0x000038, "Member 'KismetMathLibrary_Box_ExpandBy::Negative' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_ExpandBy, Positive) == 0x000050, "Member 'KismetMathLibrary_Box_ExpandBy::Positive' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_ExpandBy, ReturnValue) == 0x000068, "Member 'KismetMathLibrary_Box_ExpandBy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_GetClosestPointTo \ +static_assert(alignof(KismetMathLibrary_Box_GetClosestPointTo) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_GetClosestPointTo"); \ +static_assert(sizeof(KismetMathLibrary_Box_GetClosestPointTo) == 0x000068, "Wrong size on KismetMathLibrary_Box_GetClosestPointTo"); \ +static_assert(offsetof(KismetMathLibrary_Box_GetClosestPointTo, Box) == 0x000000, "Member 'KismetMathLibrary_Box_GetClosestPointTo::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_GetClosestPointTo, Point) == 0x000038, "Member 'KismetMathLibrary_Box_GetClosestPointTo::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_GetClosestPointTo, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Box_GetClosestPointTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_Intersects \ +static_assert(alignof(KismetMathLibrary_Box_Intersects) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_Intersects"); \ +static_assert(sizeof(KismetMathLibrary_Box_Intersects) == 0x000078, "Wrong size on KismetMathLibrary_Box_Intersects"); \ +static_assert(offsetof(KismetMathLibrary_Box_Intersects, A) == 0x000000, "Member 'KismetMathLibrary_Box_Intersects::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_Intersects, B) == 0x000038, "Member 'KismetMathLibrary_Box_Intersects::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_Intersects, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_Box_Intersects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_IsInside \ +static_assert(alignof(KismetMathLibrary_Box_IsInside) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_IsInside"); \ +static_assert(sizeof(KismetMathLibrary_Box_IsInside) == 0x000078, "Wrong size on KismetMathLibrary_Box_IsInside"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsInside, InnerTest) == 0x000000, "Member 'KismetMathLibrary_Box_IsInside::InnerTest' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsInside, OuterTest) == 0x000038, "Member 'KismetMathLibrary_Box_IsInside::OuterTest' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsInside, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_Box_IsInside::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_IsInsideOrOn \ +static_assert(alignof(KismetMathLibrary_Box_IsInsideOrOn) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_IsInsideOrOn"); \ +static_assert(sizeof(KismetMathLibrary_Box_IsInsideOrOn) == 0x000078, "Wrong size on KismetMathLibrary_Box_IsInsideOrOn"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsInsideOrOn, InnerTest) == 0x000000, "Member 'KismetMathLibrary_Box_IsInsideOrOn::InnerTest' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsInsideOrOn, OuterTest) == 0x000038, "Member 'KismetMathLibrary_Box_IsInsideOrOn::OuterTest' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsInsideOrOn, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_Box_IsInsideOrOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_IsPointInside \ +static_assert(alignof(KismetMathLibrary_Box_IsPointInside) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_IsPointInside"); \ +static_assert(sizeof(KismetMathLibrary_Box_IsPointInside) == 0x000058, "Wrong size on KismetMathLibrary_Box_IsPointInside"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsPointInside, Box) == 0x000000, "Member 'KismetMathLibrary_Box_IsPointInside::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsPointInside, Point) == 0x000038, "Member 'KismetMathLibrary_Box_IsPointInside::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_IsPointInside, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Box_IsPointInside::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Box_Overlap \ +static_assert(alignof(KismetMathLibrary_Box_Overlap) == 0x000008, "Wrong alignment on KismetMathLibrary_Box_Overlap"); \ +static_assert(sizeof(KismetMathLibrary_Box_Overlap) == 0x0000A8, "Wrong size on KismetMathLibrary_Box_Overlap"); \ +static_assert(offsetof(KismetMathLibrary_Box_Overlap, A) == 0x000000, "Member 'KismetMathLibrary_Box_Overlap::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_Overlap, B) == 0x000038, "Member 'KismetMathLibrary_Box_Overlap::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Box_Overlap, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_Box_Overlap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakBoxSphereBounds \ +static_assert(alignof(KismetMathLibrary_BreakBoxSphereBounds) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakBoxSphereBounds"); \ +static_assert(sizeof(KismetMathLibrary_BreakBoxSphereBounds) == 0x000070, "Wrong size on KismetMathLibrary_BreakBoxSphereBounds"); \ +static_assert(offsetof(KismetMathLibrary_BreakBoxSphereBounds, InBoxSphereBounds) == 0x000000, "Member 'KismetMathLibrary_BreakBoxSphereBounds::InBoxSphereBounds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakBoxSphereBounds, Origin) == 0x000038, "Member 'KismetMathLibrary_BreakBoxSphereBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakBoxSphereBounds, BoxExtent) == 0x000050, "Member 'KismetMathLibrary_BreakBoxSphereBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakBoxSphereBounds, SphereRadius) == 0x000068, "Member 'KismetMathLibrary_BreakBoxSphereBounds::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakColor \ +static_assert(alignof(KismetMathLibrary_BreakColor) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakColor"); \ +static_assert(sizeof(KismetMathLibrary_BreakColor) == 0x000020, "Wrong size on KismetMathLibrary_BreakColor"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, InColor) == 0x000000, "Member 'KismetMathLibrary_BreakColor::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, R) == 0x000010, "Member 'KismetMathLibrary_BreakColor::R' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, G) == 0x000014, "Member 'KismetMathLibrary_BreakColor::G' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, B) == 0x000018, "Member 'KismetMathLibrary_BreakColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakColor, A) == 0x00001C, "Member 'KismetMathLibrary_BreakColor::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakDateTime \ +static_assert(alignof(KismetMathLibrary_BreakDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakDateTime"); \ +static_assert(sizeof(KismetMathLibrary_BreakDateTime) == 0x000028, "Wrong size on KismetMathLibrary_BreakDateTime"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, InDateTime) == 0x000000, "Member 'KismetMathLibrary_BreakDateTime::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Year) == 0x000008, "Member 'KismetMathLibrary_BreakDateTime::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Month) == 0x00000C, "Member 'KismetMathLibrary_BreakDateTime::Month' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Day) == 0x000010, "Member 'KismetMathLibrary_BreakDateTime::Day' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Hour) == 0x000014, "Member 'KismetMathLibrary_BreakDateTime::Hour' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Minute) == 0x000018, "Member 'KismetMathLibrary_BreakDateTime::Minute' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Second) == 0x00001C, "Member 'KismetMathLibrary_BreakDateTime::Second' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakDateTime, Millisecond) == 0x000020, "Member 'KismetMathLibrary_BreakDateTime::Millisecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakFrameRate \ +static_assert(alignof(KismetMathLibrary_BreakFrameRate) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakFrameRate"); \ +static_assert(sizeof(KismetMathLibrary_BreakFrameRate) == 0x000010, "Wrong size on KismetMathLibrary_BreakFrameRate"); \ +static_assert(offsetof(KismetMathLibrary_BreakFrameRate, InFrameRate) == 0x000000, "Member 'KismetMathLibrary_BreakFrameRate::InFrameRate' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakFrameRate, Numerator) == 0x000008, "Member 'KismetMathLibrary_BreakFrameRate::Numerator' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakFrameRate, Denominator) == 0x00000C, "Member 'KismetMathLibrary_BreakFrameRate::Denominator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakQualifiedFrameTime \ +static_assert(alignof(KismetMathLibrary_BreakQualifiedFrameTime) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakQualifiedFrameTime"); \ +static_assert(sizeof(KismetMathLibrary_BreakQualifiedFrameTime) == 0x000020, "Wrong size on KismetMathLibrary_BreakQualifiedFrameTime"); \ +static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, InFrameTime) == 0x000000, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::InFrameTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, Frame) == 0x000010, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::Frame' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, FrameRate) == 0x000014, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, SubFrame) == 0x00001C, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::SubFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakQuat \ +static_assert(alignof(KismetMathLibrary_BreakQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_BreakQuat"); \ +static_assert(sizeof(KismetMathLibrary_BreakQuat) == 0x000030, "Wrong size on KismetMathLibrary_BreakQuat"); \ +static_assert(offsetof(KismetMathLibrary_BreakQuat, InQuat) == 0x000000, "Member 'KismetMathLibrary_BreakQuat::InQuat' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQuat, X) == 0x000020, "Member 'KismetMathLibrary_BreakQuat::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQuat, Y) == 0x000024, "Member 'KismetMathLibrary_BreakQuat::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQuat, Z) == 0x000028, "Member 'KismetMathLibrary_BreakQuat::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakQuat, W) == 0x00002C, "Member 'KismetMathLibrary_BreakQuat::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakRandomStream \ +static_assert(alignof(KismetMathLibrary_BreakRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRandomStream"); \ +static_assert(sizeof(KismetMathLibrary_BreakRandomStream) == 0x00000C, "Wrong size on KismetMathLibrary_BreakRandomStream"); \ +static_assert(offsetof(KismetMathLibrary_BreakRandomStream, InRandomStream) == 0x000000, "Member 'KismetMathLibrary_BreakRandomStream::InRandomStream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRandomStream, InitialSeed) == 0x000008, "Member 'KismetMathLibrary_BreakRandomStream::InitialSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakRotator \ +static_assert(alignof(KismetMathLibrary_BreakRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakRotator"); \ +static_assert(sizeof(KismetMathLibrary_BreakRotator) == 0x000028, "Wrong size on KismetMathLibrary_BreakRotator"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, InRot) == 0x000000, "Member 'KismetMathLibrary_BreakRotator::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, Roll) == 0x000018, "Member 'KismetMathLibrary_BreakRotator::Roll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, Pitch) == 0x00001C, "Member 'KismetMathLibrary_BreakRotator::Pitch' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotator, Yaw) == 0x000020, "Member 'KismetMathLibrary_BreakRotator::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakRotIntoAxes \ +static_assert(alignof(KismetMathLibrary_BreakRotIntoAxes) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakRotIntoAxes"); \ +static_assert(sizeof(KismetMathLibrary_BreakRotIntoAxes) == 0x000060, "Wrong size on KismetMathLibrary_BreakRotIntoAxes"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, InRot) == 0x000000, "Member 'KismetMathLibrary_BreakRotIntoAxes::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, X) == 0x000018, "Member 'KismetMathLibrary_BreakRotIntoAxes::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, Y) == 0x000030, "Member 'KismetMathLibrary_BreakRotIntoAxes::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, Z) == 0x000048, "Member 'KismetMathLibrary_BreakRotIntoAxes::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakTimespan \ +static_assert(alignof(KismetMathLibrary_BreakTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakTimespan"); \ +static_assert(sizeof(KismetMathLibrary_BreakTimespan) == 0x000020, "Wrong size on KismetMathLibrary_BreakTimespan"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, InTimespan) == 0x000000, "Member 'KismetMathLibrary_BreakTimespan::InTimespan' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Days) == 0x000008, "Member 'KismetMathLibrary_BreakTimespan::Days' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Hours) == 0x00000C, "Member 'KismetMathLibrary_BreakTimespan::Hours' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Minutes) == 0x000010, "Member 'KismetMathLibrary_BreakTimespan::Minutes' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Seconds) == 0x000014, "Member 'KismetMathLibrary_BreakTimespan::Seconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan, Milliseconds) == 0x000018, "Member 'KismetMathLibrary_BreakTimespan::Milliseconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakTimespan2 \ +static_assert(alignof(KismetMathLibrary_BreakTimespan2) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakTimespan2"); \ +static_assert(sizeof(KismetMathLibrary_BreakTimespan2) == 0x000020, "Wrong size on KismetMathLibrary_BreakTimespan2"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, InTimespan) == 0x000000, "Member 'KismetMathLibrary_BreakTimespan2::InTimespan' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Days) == 0x000008, "Member 'KismetMathLibrary_BreakTimespan2::Days' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Hours) == 0x00000C, "Member 'KismetMathLibrary_BreakTimespan2::Hours' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Minutes) == 0x000010, "Member 'KismetMathLibrary_BreakTimespan2::Minutes' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Seconds) == 0x000014, "Member 'KismetMathLibrary_BreakTimespan2::Seconds' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTimespan2, FractionNano) == 0x000018, "Member 'KismetMathLibrary_BreakTimespan2::FractionNano' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakTransform \ +static_assert(alignof(KismetMathLibrary_BreakTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_BreakTransform"); \ +static_assert(sizeof(KismetMathLibrary_BreakTransform) == 0x0000B0, "Wrong size on KismetMathLibrary_BreakTransform"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, InTransform) == 0x000000, "Member 'KismetMathLibrary_BreakTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, Location) == 0x000060, "Member 'KismetMathLibrary_BreakTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, Rotation) == 0x000078, "Member 'KismetMathLibrary_BreakTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakTransform, Scale) == 0x000090, "Member 'KismetMathLibrary_BreakTransform::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector \ +static_assert(alignof(KismetMathLibrary_BreakVector) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakVector"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector) == 0x000030, "Wrong size on KismetMathLibrary_BreakVector"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, X) == 0x000018, "Member 'KismetMathLibrary_BreakVector::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, Y) == 0x000020, "Member 'KismetMathLibrary_BreakVector::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector, Z) == 0x000028, "Member 'KismetMathLibrary_BreakVector::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector2D \ +static_assert(alignof(KismetMathLibrary_BreakVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakVector2D"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector2D) == 0x000020, "Wrong size on KismetMathLibrary_BreakVector2D"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector2D, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector2D::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector2D, X) == 0x000010, "Member 'KismetMathLibrary_BreakVector2D::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector2D, Y) == 0x000018, "Member 'KismetMathLibrary_BreakVector2D::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector4 \ +static_assert(alignof(KismetMathLibrary_BreakVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_BreakVector4"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector4) == 0x000040, "Wrong size on KismetMathLibrary_BreakVector4"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector4::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, X) == 0x000020, "Member 'KismetMathLibrary_BreakVector4::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, Y) == 0x000028, "Member 'KismetMathLibrary_BreakVector4::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, Z) == 0x000030, "Member 'KismetMathLibrary_BreakVector4::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector4, W) == 0x000038, "Member 'KismetMathLibrary_BreakVector4::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector_NetQuantize \ +static_assert(alignof(KismetMathLibrary_BreakVector_NetQuantize) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakVector_NetQuantize"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector_NetQuantize) == 0x000030, "Wrong size on KismetMathLibrary_BreakVector_NetQuantize"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector_NetQuantize::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize, X) == 0x000018, "Member 'KismetMathLibrary_BreakVector_NetQuantize::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize, Y) == 0x000020, "Member 'KismetMathLibrary_BreakVector_NetQuantize::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize, Z) == 0x000028, "Member 'KismetMathLibrary_BreakVector_NetQuantize::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector_NetQuantize10 \ +static_assert(alignof(KismetMathLibrary_BreakVector_NetQuantize10) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakVector_NetQuantize10"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector_NetQuantize10) == 0x000030, "Wrong size on KismetMathLibrary_BreakVector_NetQuantize10"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize10, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector_NetQuantize10::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize10, X) == 0x000018, "Member 'KismetMathLibrary_BreakVector_NetQuantize10::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize10, Y) == 0x000020, "Member 'KismetMathLibrary_BreakVector_NetQuantize10::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize10, Z) == 0x000028, "Member 'KismetMathLibrary_BreakVector_NetQuantize10::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector_NetQuantize100 \ +static_assert(alignof(KismetMathLibrary_BreakVector_NetQuantize100) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakVector_NetQuantize100"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector_NetQuantize100) == 0x000030, "Wrong size on KismetMathLibrary_BreakVector_NetQuantize100"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize100, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector_NetQuantize100::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize100, X) == 0x000018, "Member 'KismetMathLibrary_BreakVector_NetQuantize100::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize100, Y) == 0x000020, "Member 'KismetMathLibrary_BreakVector_NetQuantize100::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantize100, Z) == 0x000028, "Member 'KismetMathLibrary_BreakVector_NetQuantize100::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector_NetQuantizeNormal \ +static_assert(alignof(KismetMathLibrary_BreakVector_NetQuantizeNormal) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakVector_NetQuantizeNormal"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector_NetQuantizeNormal) == 0x000030, "Wrong size on KismetMathLibrary_BreakVector_NetQuantizeNormal"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantizeNormal, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector_NetQuantizeNormal::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantizeNormal, X) == 0x000018, "Member 'KismetMathLibrary_BreakVector_NetQuantizeNormal::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantizeNormal, Y) == 0x000020, "Member 'KismetMathLibrary_BreakVector_NetQuantizeNormal::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector_NetQuantizeNormal, Z) == 0x000028, "Member 'KismetMathLibrary_BreakVector_NetQuantizeNormal::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_CInterpTo \ +static_assert(alignof(KismetMathLibrary_CInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_CInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_CInterpTo) == 0x000038, "Wrong size on KismetMathLibrary_CInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_CInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, Target) == 0x000010, "Member 'KismetMathLibrary_CInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, DeltaTime) == 0x000020, "Member 'KismetMathLibrary_CInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, InterpSpeed) == 0x000024, "Member 'KismetMathLibrary_CInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CInterpTo, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_CInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_clamp \ +static_assert(alignof(KismetMathLibrary_clamp) == 0x000004, "Wrong alignment on KismetMathLibrary_clamp"); \ +static_assert(sizeof(KismetMathLibrary_clamp) == 0x000010, "Wrong size on KismetMathLibrary_clamp"); \ +static_assert(offsetof(KismetMathLibrary_clamp, Value) == 0x000000, "Member 'KismetMathLibrary_clamp::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_clamp, 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_BoolToDouble \ +static_assert(alignof(KismetMathLibrary_Conv_BoolToDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_BoolToDouble"); \ +static_assert(sizeof(KismetMathLibrary_Conv_BoolToDouble) == 0x000010, "Wrong size on KismetMathLibrary_Conv_BoolToDouble"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToDouble, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToDouble::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToDouble, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_BoolToDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToInt \ +static_assert(alignof(KismetMathLibrary_Conv_BoolToInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_BoolToInt"); \ +static_assert(sizeof(KismetMathLibrary_Conv_BoolToInt) == 0x000008, "Wrong size on KismetMathLibrary_Conv_BoolToInt"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToInt, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToInt::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToInt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_BoolToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToDouble \ +static_assert(alignof(KismetMathLibrary_Conv_ByteToDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_ByteToDouble"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ByteToDouble) == 0x000010, "Wrong size on KismetMathLibrary_Conv_ByteToDouble"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToDouble, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToDouble::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToDouble, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_ByteToDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToInt \ +static_assert(alignof(KismetMathLibrary_Conv_ByteToInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ByteToInt"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ByteToInt) == 0x000008, "Wrong size on KismetMathLibrary_Conv_ByteToInt"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToInt::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ByteToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToInt64 \ +static_assert(alignof(KismetMathLibrary_Conv_ByteToInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_ByteToInt64"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ByteToInt64) == 0x000010, "Wrong size on KismetMathLibrary_Conv_ByteToInt64"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt64, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToInt64::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_ByteToInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ColorToLinearColor \ +static_assert(alignof(KismetMathLibrary_Conv_ColorToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ColorToLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ColorToLinearColor) == 0x000014, "Wrong size on KismetMathLibrary_Conv_ColorToLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ColorToLinearColor, InColor) == 0x000000, "Member 'KismetMathLibrary_Conv_ColorToLinearColor::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ColorToLinearColor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ColorToLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_DoubleToFloat \ +static_assert(alignof(KismetMathLibrary_Conv_DoubleToFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_DoubleToFloat"); \ +static_assert(sizeof(KismetMathLibrary_Conv_DoubleToFloat) == 0x000010, "Wrong size on KismetMathLibrary_Conv_DoubleToFloat"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToFloat, InDouble) == 0x000000, "Member 'KismetMathLibrary_Conv_DoubleToFloat::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_DoubleToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_DoubleToInt64 \ +static_assert(alignof(KismetMathLibrary_Conv_DoubleToInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_DoubleToInt64"); \ +static_assert(sizeof(KismetMathLibrary_Conv_DoubleToInt64) == 0x000010, "Wrong size on KismetMathLibrary_Conv_DoubleToInt64"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToInt64, InDouble) == 0x000000, "Member 'KismetMathLibrary_Conv_DoubleToInt64::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToInt64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_DoubleToInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_DoubleToLinearColor \ +static_assert(alignof(KismetMathLibrary_Conv_DoubleToLinearColor) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_DoubleToLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_DoubleToLinearColor) == 0x000018, "Wrong size on KismetMathLibrary_Conv_DoubleToLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToLinearColor, InDouble) == 0x000000, "Member 'KismetMathLibrary_Conv_DoubleToLinearColor::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToLinearColor, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_DoubleToLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_DoubleToVector \ +static_assert(alignof(KismetMathLibrary_Conv_DoubleToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_DoubleToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_DoubleToVector) == 0x000020, "Wrong size on KismetMathLibrary_Conv_DoubleToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToVector, InDouble) == 0x000000, "Member 'KismetMathLibrary_Conv_DoubleToVector::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToVector, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_DoubleToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_DoubleToVector2D \ +static_assert(alignof(KismetMathLibrary_Conv_DoubleToVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_DoubleToVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Conv_DoubleToVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Conv_DoubleToVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToVector2D, InDouble) == 0x000000, "Member 'KismetMathLibrary_Conv_DoubleToVector2D::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_DoubleToVector2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_DoubleToVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToDouble \ +static_assert(alignof(KismetMathLibrary_Conv_FloatToDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_FloatToDouble"); \ +static_assert(sizeof(KismetMathLibrary_Conv_FloatToDouble) == 0x000010, "Wrong size on KismetMathLibrary_Conv_FloatToDouble"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToDouble, InFloat) == 0x000000, "Member 'KismetMathLibrary_Conv_FloatToDouble::InFloat' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToDouble, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_FloatToDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToByte \ +static_assert(alignof(KismetMathLibrary_Conv_Int64ToByte) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToByte"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Int64ToByte) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToByte"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToByte, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToByte::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToByte, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToDouble \ +static_assert(alignof(KismetMathLibrary_Conv_Int64ToDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToDouble"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Int64ToDouble) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToDouble"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToDouble, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToDouble::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToDouble, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToInt \ +static_assert(alignof(KismetMathLibrary_Conv_Int64ToInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToInt"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Int64ToInt) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToInt"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToInt, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToInt::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntPointToVector2D \ +static_assert(alignof(KismetMathLibrary_Conv_IntPointToVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntPointToVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntPointToVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Conv_IntPointToVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntPointToVector2D, InIntPoint) == 0x000000, "Member 'KismetMathLibrary_Conv_IntPointToVector2D::InIntPoint' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntPointToVector2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntPointToVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToBool \ +static_assert(alignof(KismetMathLibrary_Conv_IntToBool) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToBool"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToBool) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToBool"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToBool, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToBool::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToBool, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToByte \ +static_assert(alignof(KismetMathLibrary_Conv_IntToByte) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToByte"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToByte) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToByte"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToByte, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToByte::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToByte, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToDouble \ +static_assert(alignof(KismetMathLibrary_Conv_IntToDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntToDouble"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToDouble) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToDouble"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToDouble, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToDouble::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToDouble, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntToDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToInt64 \ +static_assert(alignof(KismetMathLibrary_Conv_IntToInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntToInt64"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToInt64) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToInt64"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToInt64, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToInt64::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToInt64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntToInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToIntVector \ +static_assert(alignof(KismetMathLibrary_Conv_IntToIntVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToIntVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToIntVector) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToIntVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToIntVector::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToIntVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToIntVector2 \ +static_assert(alignof(KismetMathLibrary_Conv_IntToIntVector2) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToIntVector2"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToIntVector2) == 0x00000C, "Wrong size on KismetMathLibrary_Conv_IntToIntVector2"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector2, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToIntVector2::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector2, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToIntVector2::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_IntVector2ToVector2D \ +static_assert(alignof(KismetMathLibrary_Conv_IntVector2ToVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntVector2ToVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntVector2ToVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Conv_IntVector2ToVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntVector2ToVector2D, InIntVector2) == 0x000000, "Member 'KismetMathLibrary_Conv_IntVector2ToVector2D::InIntVector2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntVector2ToVector2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntVector2ToVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntVectorToVector \ +static_assert(alignof(KismetMathLibrary_Conv_IntVectorToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntVectorToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntVectorToVector) == 0x000028, "Wrong size on KismetMathLibrary_Conv_IntVectorToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntVectorToVector, InIntVector) == 0x000000, "Member 'KismetMathLibrary_Conv_IntVectorToVector::InIntVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntVectorToVector, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_IntVectorToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_LinearColorToColor \ +static_assert(alignof(KismetMathLibrary_Conv_LinearColorToColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_LinearColorToColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_LinearColorToColor) == 0x000018, "Wrong size on KismetMathLibrary_Conv_LinearColorToColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_Conv_LinearColorToColor::InLinearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, InUseSRGB) == 0x000010, "Member 'KismetMathLibrary_Conv_LinearColorToColor::InUseSRGB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Conv_LinearColorToColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_LinearColorToVector \ +static_assert(alignof(KismetMathLibrary_Conv_LinearColorToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_LinearColorToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_LinearColorToVector) == 0x000028, "Wrong size on KismetMathLibrary_Conv_LinearColorToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToVector, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_Conv_LinearColorToVector::InLinearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToVector, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_LinearColorToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_MatrixToRotator \ +static_assert(alignof(KismetMathLibrary_Conv_MatrixToRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_MatrixToRotator"); \ +static_assert(sizeof(KismetMathLibrary_Conv_MatrixToRotator) == 0x0000A0, "Wrong size on KismetMathLibrary_Conv_MatrixToRotator"); \ +static_assert(offsetof(KismetMathLibrary_Conv_MatrixToRotator, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Conv_MatrixToRotator::InMatrix' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_MatrixToRotator, ReturnValue) == 0x000080, "Member 'KismetMathLibrary_Conv_MatrixToRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_MatrixToTransform \ +static_assert(alignof(KismetMathLibrary_Conv_MatrixToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_MatrixToTransform"); \ +static_assert(sizeof(KismetMathLibrary_Conv_MatrixToTransform) == 0x0000E0, "Wrong size on KismetMathLibrary_Conv_MatrixToTransform"); \ +static_assert(offsetof(KismetMathLibrary_Conv_MatrixToTransform, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Conv_MatrixToTransform::InMatrix' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_MatrixToTransform, ReturnValue) == 0x000080, "Member 'KismetMathLibrary_Conv_MatrixToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToQuaternion \ +static_assert(alignof(KismetMathLibrary_Conv_RotatorToQuaternion) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_RotatorToQuaternion"); \ +static_assert(sizeof(KismetMathLibrary_Conv_RotatorToQuaternion) == 0x000040, "Wrong size on KismetMathLibrary_Conv_RotatorToQuaternion"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToQuaternion, InRot) == 0x000000, "Member 'KismetMathLibrary_Conv_RotatorToQuaternion::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToQuaternion, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Conv_RotatorToQuaternion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToTransform \ +static_assert(alignof(KismetMathLibrary_Conv_RotatorToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_RotatorToTransform"); \ +static_assert(sizeof(KismetMathLibrary_Conv_RotatorToTransform) == 0x000080, "Wrong size on KismetMathLibrary_Conv_RotatorToTransform"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToTransform, InRotator) == 0x000000, "Member 'KismetMathLibrary_Conv_RotatorToTransform::InRotator' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToTransform, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Conv_RotatorToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToVector \ +static_assert(alignof(KismetMathLibrary_Conv_RotatorToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_RotatorToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_RotatorToVector) == 0x000030, "Wrong size on KismetMathLibrary_Conv_RotatorToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToVector, InRot) == 0x000000, "Member 'KismetMathLibrary_Conv_RotatorToVector::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_RotatorToVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Conv_RotatorToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_TransformToMatrix \ +static_assert(alignof(KismetMathLibrary_Conv_TransformToMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_TransformToMatrix"); \ +static_assert(sizeof(KismetMathLibrary_Conv_TransformToMatrix) == 0x0000E0, "Wrong size on KismetMathLibrary_Conv_TransformToMatrix"); \ +static_assert(offsetof(KismetMathLibrary_Conv_TransformToMatrix, Transform) == 0x000000, "Member 'KismetMathLibrary_Conv_TransformToMatrix::Transform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_TransformToMatrix, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_Conv_TransformToMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToIntPoint \ +static_assert(alignof(KismetMathLibrary_Conv_Vector2DToIntPoint) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Vector2DToIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector2DToIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Conv_Vector2DToIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToIntPoint, InVector2D) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector2DToIntPoint::InVector2D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector2DToIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToVector \ +static_assert(alignof(KismetMathLibrary_Conv_Vector2DToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Vector2DToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector2DToVector) == 0x000030, "Wrong size on KismetMathLibrary_Conv_Vector2DToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, InVector2D) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector2DToVector::InVector2D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, Z) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector2DToVector::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Conv_Vector2DToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToQuaternion \ +static_assert(alignof(KismetMathLibrary_Conv_Vector4ToQuaternion) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToQuaternion"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToQuaternion) == 0x000040, "Wrong size on KismetMathLibrary_Conv_Vector4ToQuaternion"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToQuaternion, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToQuaternion::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToQuaternion, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Conv_Vector4ToQuaternion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToRotator \ +static_assert(alignof(KismetMathLibrary_Conv_Vector4ToRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToRotator"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToRotator) == 0x000040, "Wrong size on KismetMathLibrary_Conv_Vector4ToRotator"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToRotator, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToRotator::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToRotator, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Conv_Vector4ToRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToVector \ +static_assert(alignof(KismetMathLibrary_Conv_Vector4ToVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToVector) == 0x000040, "Wrong size on KismetMathLibrary_Conv_Vector4ToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToVector, InVector4) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToVector::InVector4' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToVector, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Conv_Vector4ToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToLinearColor \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToLinearColor) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_VectorToLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToLinearColor) == 0x000028, "Wrong size on KismetMathLibrary_Conv_VectorToLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToLinearColor, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToLinearColor::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToLinearColor, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Conv_VectorToLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToQuaternion \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToQuaternion) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_VectorToQuaternion"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToQuaternion) == 0x000040, "Wrong size on KismetMathLibrary_Conv_VectorToQuaternion"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToQuaternion, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToQuaternion::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToQuaternion, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Conv_VectorToQuaternion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToRotator \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_VectorToRotator"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToRotator) == 0x000030, "Wrong size on KismetMathLibrary_Conv_VectorToRotator"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToRotator, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToRotator::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Conv_VectorToRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToTransform \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_VectorToTransform"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToTransform) == 0x000080, "Wrong size on KismetMathLibrary_Conv_VectorToTransform"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToTransform, InLocation) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToTransform::InLocation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToTransform, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Conv_VectorToTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToVector2D \ +static_assert(alignof(KismetMathLibrary_Conv_VectorToVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_VectorToVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Conv_VectorToVector2D) == 0x000028, "Wrong size on KismetMathLibrary_Conv_VectorToVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToVector2D, InVector) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToVector2D::InVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_VectorToVector2D, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Conv_VectorToVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Convert1DTo2D \ +static_assert(alignof(KismetMathLibrary_Convert1DTo2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Convert1DTo2D"); \ +static_assert(sizeof(KismetMathLibrary_Convert1DTo2D) == 0x000010, "Wrong size on KismetMathLibrary_Convert1DTo2D"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo2D, Index1D) == 0x000000, "Member 'KismetMathLibrary_Convert1DTo2D::Index1D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo2D, XSize) == 0x000004, "Member 'KismetMathLibrary_Convert1DTo2D::XSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Convert1DTo2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Convert1DTo3D \ +static_assert(alignof(KismetMathLibrary_Convert1DTo3D) == 0x000004, "Wrong alignment on KismetMathLibrary_Convert1DTo3D"); \ +static_assert(sizeof(KismetMathLibrary_Convert1DTo3D) == 0x000018, "Wrong size on KismetMathLibrary_Convert1DTo3D"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo3D, Index1D) == 0x000000, "Member 'KismetMathLibrary_Convert1DTo3D::Index1D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo3D, XSize) == 0x000004, "Member 'KismetMathLibrary_Convert1DTo3D::XSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo3D, YSize) == 0x000008, "Member 'KismetMathLibrary_Convert1DTo3D::YSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert1DTo3D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Convert1DTo3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Convert2DTo1D \ +static_assert(alignof(KismetMathLibrary_Convert2DTo1D) == 0x000004, "Wrong alignment on KismetMathLibrary_Convert2DTo1D"); \ +static_assert(sizeof(KismetMathLibrary_Convert2DTo1D) == 0x000010, "Wrong size on KismetMathLibrary_Convert2DTo1D"); \ +static_assert(offsetof(KismetMathLibrary_Convert2DTo1D, Index2D) == 0x000000, "Member 'KismetMathLibrary_Convert2DTo1D::Index2D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert2DTo1D, XSize) == 0x000008, "Member 'KismetMathLibrary_Convert2DTo1D::XSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert2DTo1D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Convert2DTo1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Convert3DTo1D \ +static_assert(alignof(KismetMathLibrary_Convert3DTo1D) == 0x000004, "Wrong alignment on KismetMathLibrary_Convert3DTo1D"); \ +static_assert(sizeof(KismetMathLibrary_Convert3DTo1D) == 0x000018, "Wrong size on KismetMathLibrary_Convert3DTo1D"); \ +static_assert(offsetof(KismetMathLibrary_Convert3DTo1D, Index3D) == 0x000000, "Member 'KismetMathLibrary_Convert3DTo1D::Index3D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert3DTo1D, XSize) == 0x00000C, "Member 'KismetMathLibrary_Convert3DTo1D::XSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert3DTo1D, YSize) == 0x000010, "Member 'KismetMathLibrary_Convert3DTo1D::YSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Convert3DTo1D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Convert3DTo1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_cos \ +static_assert(alignof(KismetMathLibrary_cos) == 0x000008, "Wrong alignment on KismetMathLibrary_cos"); \ +static_assert(sizeof(KismetMathLibrary_cos) == 0x000010, "Wrong size on KismetMathLibrary_cos"); \ +static_assert(offsetof(KismetMathLibrary_cos, A) == 0x000000, "Member 'KismetMathLibrary_cos::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_cos, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_cos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_CreateVectorFromYawPitch \ +static_assert(alignof(KismetMathLibrary_CreateVectorFromYawPitch) == 0x000008, "Wrong alignment on KismetMathLibrary_CreateVectorFromYawPitch"); \ +static_assert(sizeof(KismetMathLibrary_CreateVectorFromYawPitch) == 0x000028, "Wrong size on KismetMathLibrary_CreateVectorFromYawPitch"); \ +static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Yaw) == 0x000000, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Yaw' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Pitch) == 0x000004, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Pitch' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Length) == 0x000008, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Length' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Cross_VectorVector \ +static_assert(alignof(KismetMathLibrary_Cross_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Cross_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Cross_VectorVector) == 0x000048, "Wrong size on KismetMathLibrary_Cross_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Cross_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, B) == 0x000018, "Member 'KismetMathLibrary_Cross_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Cross_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_CrossProduct2D \ +static_assert(alignof(KismetMathLibrary_CrossProduct2D) == 0x000008, "Wrong alignment on KismetMathLibrary_CrossProduct2D"); \ +static_assert(sizeof(KismetMathLibrary_CrossProduct2D) == 0x000028, "Wrong size on KismetMathLibrary_CrossProduct2D"); \ +static_assert(offsetof(KismetMathLibrary_CrossProduct2D, A) == 0x000000, "Member 'KismetMathLibrary_CrossProduct2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CrossProduct2D, B) == 0x000010, "Member 'KismetMathLibrary_CrossProduct2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_CrossProduct2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_CrossProduct2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeFromIsoString \ +static_assert(alignof(KismetMathLibrary_DateTimeFromIsoString) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeFromIsoString"); \ +static_assert(sizeof(KismetMathLibrary_DateTimeFromIsoString) == 0x000020, "Wrong size on KismetMathLibrary_DateTimeFromIsoString"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, IsoString) == 0x000000, "Member 'KismetMathLibrary_DateTimeFromIsoString::IsoString' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, Result) == 0x000010, "Member 'KismetMathLibrary_DateTimeFromIsoString::Result' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_DateTimeFromIsoString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeFromString \ +static_assert(alignof(KismetMathLibrary_DateTimeFromString) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeFromString"); \ +static_assert(sizeof(KismetMathLibrary_DateTimeFromString) == 0x000020, "Wrong size on KismetMathLibrary_DateTimeFromString"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromString, DateTimeString) == 0x000000, "Member 'KismetMathLibrary_DateTimeFromString::DateTimeString' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromString, Result) == 0x000010, "Member 'KismetMathLibrary_DateTimeFromString::Result' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeFromString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_DateTimeFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeMaxValue \ +static_assert(alignof(KismetMathLibrary_DateTimeMaxValue) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeMaxValue"); \ +static_assert(sizeof(KismetMathLibrary_DateTimeMaxValue) == 0x000008, "Wrong size on KismetMathLibrary_DateTimeMaxValue"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeMaxValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_DateTimeMaxValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeMinValue \ +static_assert(alignof(KismetMathLibrary_DateTimeMinValue) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeMinValue"); \ +static_assert(sizeof(KismetMathLibrary_DateTimeMinValue) == 0x000008, "Wrong size on KismetMathLibrary_DateTimeMinValue"); \ +static_assert(offsetof(KismetMathLibrary_DateTimeMinValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_DateTimeMinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DaysInMonth \ +static_assert(alignof(KismetMathLibrary_DaysInMonth) == 0x000004, "Wrong alignment on KismetMathLibrary_DaysInMonth"); \ +static_assert(sizeof(KismetMathLibrary_DaysInMonth) == 0x00000C, "Wrong size on KismetMathLibrary_DaysInMonth"); \ +static_assert(offsetof(KismetMathLibrary_DaysInMonth, Year) == 0x000000, "Member 'KismetMathLibrary_DaysInMonth::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DaysInMonth, Month) == 0x000004, "Member 'KismetMathLibrary_DaysInMonth::Month' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DaysInMonth, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DaysInMonth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DaysInYear \ +static_assert(alignof(KismetMathLibrary_DaysInYear) == 0x000004, "Wrong alignment on KismetMathLibrary_DaysInYear"); \ +static_assert(sizeof(KismetMathLibrary_DaysInYear) == 0x000008, "Wrong size on KismetMathLibrary_DaysInYear"); \ +static_assert(offsetof(KismetMathLibrary_DaysInYear, Year) == 0x000000, "Member 'KismetMathLibrary_DaysInYear::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DaysInYear, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DaysInYear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAcos \ +static_assert(alignof(KismetMathLibrary_DegAcos) == 0x000008, "Wrong alignment on KismetMathLibrary_DegAcos"); \ +static_assert(sizeof(KismetMathLibrary_DegAcos) == 0x000010, "Wrong size on KismetMathLibrary_DegAcos"); \ +static_assert(offsetof(KismetMathLibrary_DegAcos, A) == 0x000000, "Member 'KismetMathLibrary_DegAcos::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAcos, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DegAcos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAsin \ +static_assert(alignof(KismetMathLibrary_DegAsin) == 0x000008, "Wrong alignment on KismetMathLibrary_DegAsin"); \ +static_assert(sizeof(KismetMathLibrary_DegAsin) == 0x000010, "Wrong size on KismetMathLibrary_DegAsin"); \ +static_assert(offsetof(KismetMathLibrary_DegAsin, A) == 0x000000, "Member 'KismetMathLibrary_DegAsin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAsin, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DegAsin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAtan \ +static_assert(alignof(KismetMathLibrary_DegAtan) == 0x000008, "Wrong alignment on KismetMathLibrary_DegAtan"); \ +static_assert(sizeof(KismetMathLibrary_DegAtan) == 0x000010, "Wrong size on KismetMathLibrary_DegAtan"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan, A) == 0x000000, "Member 'KismetMathLibrary_DegAtan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DegAtan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegAtan2 \ +static_assert(alignof(KismetMathLibrary_DegAtan2) == 0x000008, "Wrong alignment on KismetMathLibrary_DegAtan2"); \ +static_assert(sizeof(KismetMathLibrary_DegAtan2) == 0x000018, "Wrong size on KismetMathLibrary_DegAtan2"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan2, Y) == 0x000000, "Member 'KismetMathLibrary_DegAtan2::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan2, X) == 0x000008, "Member 'KismetMathLibrary_DegAtan2::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegAtan2, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_DegAtan2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegCos \ +static_assert(alignof(KismetMathLibrary_DegCos) == 0x000008, "Wrong alignment on KismetMathLibrary_DegCos"); \ +static_assert(sizeof(KismetMathLibrary_DegCos) == 0x000010, "Wrong size on KismetMathLibrary_DegCos"); \ +static_assert(offsetof(KismetMathLibrary_DegCos, A) == 0x000000, "Member 'KismetMathLibrary_DegCos::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegCos, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DegCos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegreesToRadians \ +static_assert(alignof(KismetMathLibrary_DegreesToRadians) == 0x000008, "Wrong alignment on KismetMathLibrary_DegreesToRadians"); \ +static_assert(sizeof(KismetMathLibrary_DegreesToRadians) == 0x000010, "Wrong size on KismetMathLibrary_DegreesToRadians"); \ +static_assert(offsetof(KismetMathLibrary_DegreesToRadians, A) == 0x000000, "Member 'KismetMathLibrary_DegreesToRadians::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegreesToRadians, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DegreesToRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegSin \ +static_assert(alignof(KismetMathLibrary_DegSin) == 0x000008, "Wrong alignment on KismetMathLibrary_DegSin"); \ +static_assert(sizeof(KismetMathLibrary_DegSin) == 0x000010, "Wrong size on KismetMathLibrary_DegSin"); \ +static_assert(offsetof(KismetMathLibrary_DegSin, A) == 0x000000, "Member 'KismetMathLibrary_DegSin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegSin, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DegSin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DegTan \ +static_assert(alignof(KismetMathLibrary_DegTan) == 0x000008, "Wrong alignment on KismetMathLibrary_DegTan"); \ +static_assert(sizeof(KismetMathLibrary_DegTan) == 0x000010, "Wrong size on KismetMathLibrary_DegTan"); \ +static_assert(offsetof(KismetMathLibrary_DegTan, A) == 0x000000, "Member 'KismetMathLibrary_DegTan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DegTan, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DegTan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Distance2D \ +static_assert(alignof(KismetMathLibrary_Distance2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Distance2D"); \ +static_assert(sizeof(KismetMathLibrary_Distance2D) == 0x000028, "Wrong size on KismetMathLibrary_Distance2D"); \ +static_assert(offsetof(KismetMathLibrary_Distance2D, v1) == 0x000000, "Member 'KismetMathLibrary_Distance2D::v1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Distance2D, v2) == 0x000010, "Member 'KismetMathLibrary_Distance2D::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Distance2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Distance2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DistanceSquared2D \ +static_assert(alignof(KismetMathLibrary_DistanceSquared2D) == 0x000008, "Wrong alignment on KismetMathLibrary_DistanceSquared2D"); \ +static_assert(sizeof(KismetMathLibrary_DistanceSquared2D) == 0x000028, "Wrong size on KismetMathLibrary_DistanceSquared2D"); \ +static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, v1) == 0x000000, "Member 'KismetMathLibrary_DistanceSquared2D::v1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, v2) == 0x000010, "Member 'KismetMathLibrary_DistanceSquared2D::v2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_DistanceSquared2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_ByteByte \ +static_assert(alignof(KismetMathLibrary_Divide_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Divide_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Divide_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Divide_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Divide_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Divide_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Divide_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_Divide_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_Divide_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_Divide_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_Divide_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_Divide_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_Divide_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_DoubleDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Divide_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Divide_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Divide_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntInt \ +static_assert(alignof(KismetMathLibrary_Divide_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Divide_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Divide_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Divide_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Divide_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntPointInt \ +static_assert(alignof(KismetMathLibrary_Divide_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntPointInt"); \ +static_assert(sizeof(KismetMathLibrary_Divide_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Divide_IntPointInt"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntPointInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Divide_IntPointInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Divide_IntPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Divide_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Divide_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Divide_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_Divide_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Divide_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Divide_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_TimespanFloat \ +static_assert(alignof(KismetMathLibrary_Divide_TimespanFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_TimespanFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_TimespanFloat) == 0x000018, "Wrong size on KismetMathLibrary_Divide_TimespanFloat"); \ +static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_TimespanFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, Scalar) == 0x000008, "Member 'KismetMathLibrary_Divide_TimespanFloat::Scalar' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_TimespanFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DFloat \ +static_assert(alignof(KismetMathLibrary_Divide_Vector2DFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Vector2DFloat) == 0x000028, "Wrong size on KismetMathLibrary_Divide_Vector2DFloat"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector2DFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, B) == 0x000010, "Member 'KismetMathLibrary_Divide_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Divide_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Divide_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Vector2DVector2D) == 0x000030, "Wrong size on KismetMathLibrary_Divide_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, B) == 0x000010, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_Divide_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Divide_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_Divide_Vector4Vector4) == 0x000060, "Wrong size on KismetMathLibrary_Divide_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, B) == 0x000020, "Member 'KismetMathLibrary_Divide_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Divide_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Divide_VectorFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Divide_VectorFloat) == 0x000038, "Wrong size on KismetMathLibrary_Divide_VectorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, B) == 0x000018, "Member 'KismetMathLibrary_Divide_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorInt \ +static_assert(alignof(KismetMathLibrary_Divide_VectorInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Divide_VectorInt) == 0x000038, "Wrong size on KismetMathLibrary_Divide_VectorInt"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, B) == 0x000018, "Member 'KismetMathLibrary_Divide_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorVector \ +static_assert(alignof(KismetMathLibrary_Divide_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Divide_VectorVector) == 0x000048, "Wrong size on KismetMathLibrary_Divide_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, B) == 0x000018, "Member 'KismetMathLibrary_Divide_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Divide_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Dot_VectorVector \ +static_assert(alignof(KismetMathLibrary_Dot_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Dot_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Dot_VectorVector) == 0x000038, "Wrong size on KismetMathLibrary_Dot_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Dot_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, B) == 0x000018, "Member 'KismetMathLibrary_Dot_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Dot_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DotProduct2D \ +static_assert(alignof(KismetMathLibrary_DotProduct2D) == 0x000008, "Wrong alignment on KismetMathLibrary_DotProduct2D"); \ +static_assert(sizeof(KismetMathLibrary_DotProduct2D) == 0x000028, "Wrong size on KismetMathLibrary_DotProduct2D"); \ +static_assert(offsetof(KismetMathLibrary_DotProduct2D, A) == 0x000000, "Member 'KismetMathLibrary_DotProduct2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DotProduct2D, B) == 0x000010, "Member 'KismetMathLibrary_DotProduct2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DotProduct2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_DotProduct2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_Float \ +static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_Float"); \ +static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_Float) == 0x000018, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_Float"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, PreviousSample) == 0x000004, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MaxDistance) == 0x000008, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MinWeight) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MinWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MaxWeight) == 0x000010, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MaxWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FRotator \ +static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_FRotator"); \ +static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator) == 0x000058, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_FRotator"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, PreviousSample) == 0x000018, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MaxDistance) == 0x000030, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MinWeight) == 0x000034, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MinWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MaxWeight) == 0x000038, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MaxWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FVector \ +static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector) == 0x000008, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_FVector"); \ +static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector) == 0x000058, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_FVector"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, PreviousSample) == 0x000018, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MaxDistance) == 0x000030, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MinWeight) == 0x000034, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MinWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MaxWeight) == 0x000038, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MaxWeight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Ease \ +static_assert(alignof(KismetMathLibrary_Ease) == 0x000008, "Wrong alignment on KismetMathLibrary_Ease"); \ +static_assert(sizeof(KismetMathLibrary_Ease) == 0x000038, "Wrong size on KismetMathLibrary_Ease"); \ +static_assert(offsetof(KismetMathLibrary_Ease, A) == 0x000000, "Member 'KismetMathLibrary_Ease::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, B) == 0x000008, "Member 'KismetMathLibrary_Ease::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, Alpha) == 0x000010, "Member 'KismetMathLibrary_Ease::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, EasingFunc) == 0x000018, "Member 'KismetMathLibrary_Ease::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, BlendExp) == 0x000020, "Member 'KismetMathLibrary_Ease::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, Steps) == 0x000028, "Member 'KismetMathLibrary_Ease::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Ease, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Ease::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Equal_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Equal_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Equal_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Equal_IntPointIntPoint) == 0x000014, "Wrong size on KismetMathLibrary_Equal_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_BoolBool \ +static_assert(alignof(KismetMathLibrary_EqualEqual_BoolBool) == 0x000001, "Wrong alignment on KismetMathLibrary_EqualEqual_BoolBool"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_BoolBool) == 0x000003, "Wrong size on KismetMathLibrary_EqualEqual_BoolBool"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_BoolBool::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, B) == 0x000001, "Member 'KismetMathLibrary_EqualEqual_BoolBool::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_EqualEqual_BoolBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ByteByte \ +static_assert(alignof(KismetMathLibrary_EqualEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_EqualEqual_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_EqualEqual_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_EqualEqual_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_EqualEqual_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ClassClass \ +static_assert(alignof(KismetMathLibrary_EqualEqual_ClassClass) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_ClassClass"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_ClassClass) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_ClassClass"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ClassClass::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_ClassClass::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_ClassClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_EqualEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_EqualEqual_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_DoubleDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_EqualEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_IntInt \ +static_assert(alignof(KismetMathLibrary_EqualEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_EqualEqual_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_EqualEqual_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_EqualEqual_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_LinearColorLinearColor) == 0x000024, "Wrong size on KismetMathLibrary_EqualEqual_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_MatrixMatrix \ +static_assert(alignof(KismetMathLibrary_EqualEqual_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_MatrixMatrix"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_MatrixMatrix) == 0x000110, "Wrong size on KismetMathLibrary_EqualEqual_MatrixMatrix"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, B) == 0x000080, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, Tolerance) == 0x000100, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, ReturnValue) == 0x000104, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_NameName \ +static_assert(alignof(KismetMathLibrary_EqualEqual_NameName) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_NameName"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_NameName) == 0x000014, "Wrong size on KismetMathLibrary_EqualEqual_NameName"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_NameName::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_NameName::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_NameName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ObjectObject \ +static_assert(alignof(KismetMathLibrary_EqualEqual_ObjectObject) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_ObjectObject"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_ObjectObject) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_ObjectObject"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ObjectObject, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ObjectObject::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ObjectObject, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_ObjectObject::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_ObjectObject, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_ObjectObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_QuatQuat \ +static_assert(alignof(KismetMathLibrary_EqualEqual_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_QuatQuat) == 0x000050, "Wrong size on KismetMathLibrary_EqualEqual_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, B) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, Tolerance) == 0x000040, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_RotatorRotator \ +static_assert(alignof(KismetMathLibrary_EqualEqual_RotatorRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_RotatorRotator"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_RotatorRotator) == 0x000038, "Wrong size on KismetMathLibrary_EqualEqual_RotatorRotator"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, B) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, ErrorTolerance) == 0x000030, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, ReturnValue) == 0x000034, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_EqualEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_TransformTransform \ +static_assert(alignof(KismetMathLibrary_EqualEqual_TransformTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_TransformTransform"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_TransformTransform) == 0x0000D0, "Wrong size on KismetMathLibrary_EqualEqual_TransformTransform"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, B) == 0x000060, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, ReturnValue) == 0x0000C0, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_EqualEqual_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_Vector2DVector2D) == 0x000028, "Wrong size on KismetMathLibrary_EqualEqual_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, B) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_EqualEqual_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_Vector4Vector4) == 0x000050, "Wrong size on KismetMathLibrary_EqualEqual_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, B) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, ErrorTolerance) == 0x000040, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_VectorVector \ +static_assert(alignof(KismetMathLibrary_EqualEqual_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_EqualEqual_VectorVector) == 0x000038, "Wrong size on KismetMathLibrary_EqualEqual_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, B) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, ErrorTolerance) == 0x000030, "Member 'KismetMathLibrary_EqualEqual_VectorVector::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, ReturnValue) == 0x000034, "Member 'KismetMathLibrary_EqualEqual_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_EqualExactly_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualExactly_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_EqualExactly_Vector2DVector2D) == 0x000028, "Wrong size on KismetMathLibrary_EqualExactly_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, B) == 0x000010, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_EqualExactly_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualExactly_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_EqualExactly_Vector4Vector4) == 0x000050, "Wrong size on KismetMathLibrary_EqualExactly_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, B) == 0x000020, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_VectorVector \ +static_assert(alignof(KismetMathLibrary_EqualExactly_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualExactly_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_EqualExactly_VectorVector) == 0x000038, "Wrong size on KismetMathLibrary_EqualExactly_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, B) == 0x000018, "Member 'KismetMathLibrary_EqualExactly_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_EqualExactly_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_exp \ +static_assert(alignof(KismetMathLibrary_exp) == 0x000008, "Wrong alignment on KismetMathLibrary_exp"); \ +static_assert(sizeof(KismetMathLibrary_exp) == 0x000010, "Wrong size on KismetMathLibrary_exp"); \ +static_assert(offsetof(KismetMathLibrary_exp, A) == 0x000000, "Member 'KismetMathLibrary_exp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_exp, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_exp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FCeil \ +static_assert(alignof(KismetMathLibrary_FCeil) == 0x000008, "Wrong alignment on KismetMathLibrary_FCeil"); \ +static_assert(sizeof(KismetMathLibrary_FCeil) == 0x000010, "Wrong size on KismetMathLibrary_FCeil"); \ +static_assert(offsetof(KismetMathLibrary_FCeil, A) == 0x000000, "Member 'KismetMathLibrary_FCeil::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FCeil, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FCeil::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FCeil64 \ +static_assert(alignof(KismetMathLibrary_FCeil64) == 0x000008, "Wrong alignment on KismetMathLibrary_FCeil64"); \ +static_assert(sizeof(KismetMathLibrary_FCeil64) == 0x000010, "Wrong size on KismetMathLibrary_FCeil64"); \ +static_assert(offsetof(KismetMathLibrary_FCeil64, A) == 0x000000, "Member 'KismetMathLibrary_FCeil64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FCeil64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FCeil64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FClamp \ +static_assert(alignof(KismetMathLibrary_FClamp) == 0x000008, "Wrong alignment on KismetMathLibrary_FClamp"); \ +static_assert(sizeof(KismetMathLibrary_FClamp) == 0x000020, "Wrong size on KismetMathLibrary_FClamp"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, Value) == 0x000000, "Member 'KismetMathLibrary_FClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, 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_FromUnixTimestamp \ +static_assert(alignof(KismetMathLibrary_FromUnixTimestamp) == 0x000008, "Wrong alignment on KismetMathLibrary_FromUnixTimestamp"); \ +static_assert(sizeof(KismetMathLibrary_FromUnixTimestamp) == 0x000010, "Wrong size on KismetMathLibrary_FromUnixTimestamp"); \ +static_assert(offsetof(KismetMathLibrary_FromUnixTimestamp, UnixTime) == 0x000000, "Member 'KismetMathLibrary_FromUnixTimestamp::UnixTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FromUnixTimestamp, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromUnixTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FTrunc \ +static_assert(alignof(KismetMathLibrary_FTrunc) == 0x000008, "Wrong alignment on KismetMathLibrary_FTrunc"); \ +static_assert(sizeof(KismetMathLibrary_FTrunc) == 0x000010, "Wrong size on KismetMathLibrary_FTrunc"); \ +static_assert(offsetof(KismetMathLibrary_FTrunc, A) == 0x000000, "Member 'KismetMathLibrary_FTrunc::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FTrunc, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FTrunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FTrunc64 \ +static_assert(alignof(KismetMathLibrary_FTrunc64) == 0x000008, "Wrong alignment on KismetMathLibrary_FTrunc64"); \ +static_assert(sizeof(KismetMathLibrary_FTrunc64) == 0x000010, "Wrong size on KismetMathLibrary_FTrunc64"); \ +static_assert(offsetof(KismetMathLibrary_FTrunc64, A) == 0x000000, "Member 'KismetMathLibrary_FTrunc64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FTrunc64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FTrunc64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FTruncVector \ +static_assert(alignof(KismetMathLibrary_FTruncVector) == 0x000008, "Wrong alignment on KismetMathLibrary_FTruncVector"); \ +static_assert(sizeof(KismetMathLibrary_FTruncVector) == 0x000028, "Wrong size on KismetMathLibrary_FTruncVector"); \ +static_assert(offsetof(KismetMathLibrary_FTruncVector, InVector) == 0x000000, "Member 'KismetMathLibrary_FTruncVector::InVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FTruncVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_FTruncVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_FTruncVector2D \ +static_assert(alignof(KismetMathLibrary_FTruncVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_FTruncVector2D"); \ +static_assert(sizeof(KismetMathLibrary_FTruncVector2D) == 0x000018, "Wrong size on KismetMathLibrary_FTruncVector2D"); \ +static_assert(offsetof(KismetMathLibrary_FTruncVector2D, InVector2D) == 0x000000, "Member 'KismetMathLibrary_FTruncVector2D::InVector2D' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FTruncVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FTruncVector2D::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_GetBoxCenter \ +static_assert(alignof(KismetMathLibrary_GetBoxCenter) == 0x000008, "Wrong alignment on KismetMathLibrary_GetBoxCenter"); \ +static_assert(sizeof(KismetMathLibrary_GetBoxCenter) == 0x000050, "Wrong size on KismetMathLibrary_GetBoxCenter"); \ +static_assert(offsetof(KismetMathLibrary_GetBoxCenter, InBox) == 0x000000, "Member 'KismetMathLibrary_GetBoxCenter::InBox' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetBoxCenter, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_GetBoxCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetBoxSize \ +static_assert(alignof(KismetMathLibrary_GetBoxSize) == 0x000008, "Wrong alignment on KismetMathLibrary_GetBoxSize"); \ +static_assert(sizeof(KismetMathLibrary_GetBoxSize) == 0x000050, "Wrong size on KismetMathLibrary_GetBoxSize"); \ +static_assert(offsetof(KismetMathLibrary_GetBoxSize, InBox) == 0x000000, "Member 'KismetMathLibrary_GetBoxSize::InBox' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetBoxSize, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_GetBoxSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetBoxVolume \ +static_assert(alignof(KismetMathLibrary_GetBoxVolume) == 0x000008, "Wrong alignment on KismetMathLibrary_GetBoxVolume"); \ +static_assert(sizeof(KismetMathLibrary_GetBoxVolume) == 0x000040, "Wrong size on KismetMathLibrary_GetBoxVolume"); \ +static_assert(offsetof(KismetMathLibrary_GetBoxVolume, InBox) == 0x000000, "Member 'KismetMathLibrary_GetBoxVolume::InBox' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetBoxVolume, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_GetBoxVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDate \ +static_assert(alignof(KismetMathLibrary_GetDate) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDate"); \ +static_assert(sizeof(KismetMathLibrary_GetDate) == 0x000010, "Wrong size on KismetMathLibrary_GetDate"); \ +static_assert(offsetof(KismetMathLibrary_GetDate, A) == 0x000000, "Member 'KismetMathLibrary_GetDate::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDate, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDay \ +static_assert(alignof(KismetMathLibrary_GetDay) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDay"); \ +static_assert(sizeof(KismetMathLibrary_GetDay) == 0x000010, "Wrong size on KismetMathLibrary_GetDay"); \ +static_assert(offsetof(KismetMathLibrary_GetDay, A) == 0x000000, "Member 'KismetMathLibrary_GetDay::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDay, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDayOfYear \ +static_assert(alignof(KismetMathLibrary_GetDayOfYear) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDayOfYear"); \ +static_assert(sizeof(KismetMathLibrary_GetDayOfYear) == 0x000010, "Wrong size on KismetMathLibrary_GetDayOfYear"); \ +static_assert(offsetof(KismetMathLibrary_GetDayOfYear, A) == 0x000000, "Member 'KismetMathLibrary_GetDayOfYear::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDayOfYear, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDayOfYear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDays \ +static_assert(alignof(KismetMathLibrary_GetDays) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDays"); \ +static_assert(sizeof(KismetMathLibrary_GetDays) == 0x000010, "Wrong size on KismetMathLibrary_GetDays"); \ +static_assert(offsetof(KismetMathLibrary_GetDays, A) == 0x000000, "Member 'KismetMathLibrary_GetDays::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDays::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDirectionUnitVector \ +static_assert(alignof(KismetMathLibrary_GetDirectionUnitVector) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDirectionUnitVector"); \ +static_assert(sizeof(KismetMathLibrary_GetDirectionUnitVector) == 0x000048, "Wrong size on KismetMathLibrary_GetDirectionUnitVector"); \ +static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, From) == 0x000000, "Member 'KismetMathLibrary_GetDirectionUnitVector::From' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, To) == 0x000018, "Member 'KismetMathLibrary_GetDirectionUnitVector::To' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_GetDirectionUnitVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetDuration \ +static_assert(alignof(KismetMathLibrary_GetDuration) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDuration"); \ +static_assert(sizeof(KismetMathLibrary_GetDuration) == 0x000010, "Wrong size on KismetMathLibrary_GetDuration"); \ +static_assert(offsetof(KismetMathLibrary_GetDuration, A) == 0x000000, "Member 'KismetMathLibrary_GetDuration::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetDuration, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetForwardVector \ +static_assert(alignof(KismetMathLibrary_GetForwardVector) == 0x000008, "Wrong alignment on KismetMathLibrary_GetForwardVector"); \ +static_assert(sizeof(KismetMathLibrary_GetForwardVector) == 0x000030, "Wrong size on KismetMathLibrary_GetForwardVector"); \ +static_assert(offsetof(KismetMathLibrary_GetForwardVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetForwardVector::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetForwardVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetForwardVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetHour \ +static_assert(alignof(KismetMathLibrary_GetHour) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHour"); \ +static_assert(sizeof(KismetMathLibrary_GetHour) == 0x000010, "Wrong size on KismetMathLibrary_GetHour"); \ +static_assert(offsetof(KismetMathLibrary_GetHour, A) == 0x000000, "Member 'KismetMathLibrary_GetHour::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetHour, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHour::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetHour12 \ +static_assert(alignof(KismetMathLibrary_GetHour12) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHour12"); \ +static_assert(sizeof(KismetMathLibrary_GetHour12) == 0x000010, "Wrong size on KismetMathLibrary_GetHour12"); \ +static_assert(offsetof(KismetMathLibrary_GetHour12, A) == 0x000000, "Member 'KismetMathLibrary_GetHour12::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetHour12, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHour12::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetHours \ +static_assert(alignof(KismetMathLibrary_GetHours) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHours"); \ +static_assert(sizeof(KismetMathLibrary_GetHours) == 0x000010, "Wrong size on KismetMathLibrary_GetHours"); \ +static_assert(offsetof(KismetMathLibrary_GetHours, A) == 0x000000, "Member 'KismetMathLibrary_GetHours::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHours::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMax2D \ +static_assert(alignof(KismetMathLibrary_GetMax2D) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMax2D"); \ +static_assert(sizeof(KismetMathLibrary_GetMax2D) == 0x000018, "Wrong size on KismetMathLibrary_GetMax2D"); \ +static_assert(offsetof(KismetMathLibrary_GetMax2D, A) == 0x000000, "Member 'KismetMathLibrary_GetMax2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMax2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GetMax2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMaxElement \ +static_assert(alignof(KismetMathLibrary_GetMaxElement) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMaxElement"); \ +static_assert(sizeof(KismetMathLibrary_GetMaxElement) == 0x000020, "Wrong size on KismetMathLibrary_GetMaxElement"); \ +static_assert(offsetof(KismetMathLibrary_GetMaxElement, A) == 0x000000, "Member 'KismetMathLibrary_GetMaxElement::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMaxElement, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetMaxElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMillisecond \ +static_assert(alignof(KismetMathLibrary_GetMillisecond) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMillisecond"); \ +static_assert(sizeof(KismetMathLibrary_GetMillisecond) == 0x000010, "Wrong size on KismetMathLibrary_GetMillisecond"); \ +static_assert(offsetof(KismetMathLibrary_GetMillisecond, A) == 0x000000, "Member 'KismetMathLibrary_GetMillisecond::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMillisecond, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMillisecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMilliseconds \ +static_assert(alignof(KismetMathLibrary_GetMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMilliseconds"); \ +static_assert(sizeof(KismetMathLibrary_GetMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_GetMilliseconds"); \ +static_assert(offsetof(KismetMathLibrary_GetMilliseconds, A) == 0x000000, "Member 'KismetMathLibrary_GetMilliseconds::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMin2D \ +static_assert(alignof(KismetMathLibrary_GetMin2D) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMin2D"); \ +static_assert(sizeof(KismetMathLibrary_GetMin2D) == 0x000018, "Wrong size on KismetMathLibrary_GetMin2D"); \ +static_assert(offsetof(KismetMathLibrary_GetMin2D, A) == 0x000000, "Member 'KismetMathLibrary_GetMin2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMin2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GetMin2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMinElement \ +static_assert(alignof(KismetMathLibrary_GetMinElement) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMinElement"); \ +static_assert(sizeof(KismetMathLibrary_GetMinElement) == 0x000020, "Wrong size on KismetMathLibrary_GetMinElement"); \ +static_assert(offsetof(KismetMathLibrary_GetMinElement, A) == 0x000000, "Member 'KismetMathLibrary_GetMinElement::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMinElement, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetMinElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMinute \ +static_assert(alignof(KismetMathLibrary_GetMinute) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMinute"); \ +static_assert(sizeof(KismetMathLibrary_GetMinute) == 0x000010, "Wrong size on KismetMathLibrary_GetMinute"); \ +static_assert(offsetof(KismetMathLibrary_GetMinute, A) == 0x000000, "Member 'KismetMathLibrary_GetMinute::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMinute, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMinute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMinutes \ +static_assert(alignof(KismetMathLibrary_GetMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMinutes"); \ +static_assert(sizeof(KismetMathLibrary_GetMinutes) == 0x000010, "Wrong size on KismetMathLibrary_GetMinutes"); \ +static_assert(offsetof(KismetMathLibrary_GetMinutes, A) == 0x000000, "Member 'KismetMathLibrary_GetMinutes::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMinutes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetMonth \ +static_assert(alignof(KismetMathLibrary_GetMonth) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMonth"); \ +static_assert(sizeof(KismetMathLibrary_GetMonth) == 0x000010, "Wrong size on KismetMathLibrary_GetMonth"); \ +static_assert(offsetof(KismetMathLibrary_GetMonth, A) == 0x000000, "Member 'KismetMathLibrary_GetMonth::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetMonth, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMonth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetPI \ +static_assert(alignof(KismetMathLibrary_GetPI) == 0x000008, "Wrong alignment on KismetMathLibrary_GetPI"); \ +static_assert(sizeof(KismetMathLibrary_GetPI) == 0x000008, "Wrong size on KismetMathLibrary_GetPI"); \ +static_assert(offsetof(KismetMathLibrary_GetPI, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_GetPI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToLine \ +static_assert(alignof(KismetMathLibrary_GetPointDistanceToLine) == 0x000008, "Wrong alignment on KismetMathLibrary_GetPointDistanceToLine"); \ +static_assert(sizeof(KismetMathLibrary_GetPointDistanceToLine) == 0x000050, "Wrong size on KismetMathLibrary_GetPointDistanceToLine"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, Point) == 0x000000, "Member 'KismetMathLibrary_GetPointDistanceToLine::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, LineOrigin) == 0x000018, "Member 'KismetMathLibrary_GetPointDistanceToLine::LineOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, LineDirection) == 0x000030, "Member 'KismetMathLibrary_GetPointDistanceToLine::LineDirection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_GetPointDistanceToLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToSegment \ +static_assert(alignof(KismetMathLibrary_GetPointDistanceToSegment) == 0x000008, "Wrong alignment on KismetMathLibrary_GetPointDistanceToSegment"); \ +static_assert(sizeof(KismetMathLibrary_GetPointDistanceToSegment) == 0x000050, "Wrong size on KismetMathLibrary_GetPointDistanceToSegment"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, Point) == 0x000000, "Member 'KismetMathLibrary_GetPointDistanceToSegment::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, SegmentStart) == 0x000018, "Member 'KismetMathLibrary_GetPointDistanceToSegment::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, SegmentEnd) == 0x000030, "Member 'KismetMathLibrary_GetPointDistanceToSegment::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_GetPointDistanceToSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetReflectionVector \ +static_assert(alignof(KismetMathLibrary_GetReflectionVector) == 0x000008, "Wrong alignment on KismetMathLibrary_GetReflectionVector"); \ +static_assert(sizeof(KismetMathLibrary_GetReflectionVector) == 0x000048, "Wrong size on KismetMathLibrary_GetReflectionVector"); \ +static_assert(offsetof(KismetMathLibrary_GetReflectionVector, Direction) == 0x000000, "Member 'KismetMathLibrary_GetReflectionVector::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetReflectionVector, SurfaceNormal) == 0x000018, "Member 'KismetMathLibrary_GetReflectionVector::SurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetReflectionVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_GetReflectionVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetRightVector \ +static_assert(alignof(KismetMathLibrary_GetRightVector) == 0x000008, "Wrong alignment on KismetMathLibrary_GetRightVector"); \ +static_assert(sizeof(KismetMathLibrary_GetRightVector) == 0x000030, "Wrong size on KismetMathLibrary_GetRightVector"); \ +static_assert(offsetof(KismetMathLibrary_GetRightVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetRightVector::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRightVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetRightVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetRotated2D \ +static_assert(alignof(KismetMathLibrary_GetRotated2D) == 0x000008, "Wrong alignment on KismetMathLibrary_GetRotated2D"); \ +static_assert(sizeof(KismetMathLibrary_GetRotated2D) == 0x000028, "Wrong size on KismetMathLibrary_GetRotated2D"); \ +static_assert(offsetof(KismetMathLibrary_GetRotated2D, A) == 0x000000, "Member 'KismetMathLibrary_GetRotated2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRotated2D, AngleDeg) == 0x000010, "Member 'KismetMathLibrary_GetRotated2D::AngleDeg' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRotated2D, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetRotated2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetRuntimeFloatCurveValue \ +static_assert(alignof(KismetMathLibrary_GetRuntimeFloatCurveValue) == 0x000008, "Wrong alignment on KismetMathLibrary_GetRuntimeFloatCurveValue"); \ +static_assert(sizeof(KismetMathLibrary_GetRuntimeFloatCurveValue) == 0x000098, "Wrong size on KismetMathLibrary_GetRuntimeFloatCurveValue"); \ +static_assert(offsetof(KismetMathLibrary_GetRuntimeFloatCurveValue, Curve) == 0x000000, "Member 'KismetMathLibrary_GetRuntimeFloatCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRuntimeFloatCurveValue, InTime) == 0x000088, "Member 'KismetMathLibrary_GetRuntimeFloatCurveValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRuntimeFloatCurveValue, InDefaultValue) == 0x00008C, "Member 'KismetMathLibrary_GetRuntimeFloatCurveValue::InDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetRuntimeFloatCurveValue, ReturnValue) == 0x000090, "Member 'KismetMathLibrary_GetRuntimeFloatCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetSecond \ +static_assert(alignof(KismetMathLibrary_GetSecond) == 0x000008, "Wrong alignment on KismetMathLibrary_GetSecond"); \ +static_assert(sizeof(KismetMathLibrary_GetSecond) == 0x000010, "Wrong size on KismetMathLibrary_GetSecond"); \ +static_assert(offsetof(KismetMathLibrary_GetSecond, A) == 0x000000, "Member 'KismetMathLibrary_GetSecond::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSecond, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetSecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetSeconds \ +static_assert(alignof(KismetMathLibrary_GetSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetSeconds"); \ +static_assert(sizeof(KismetMathLibrary_GetSeconds) == 0x000010, "Wrong size on KismetMathLibrary_GetSeconds"); \ +static_assert(offsetof(KismetMathLibrary_GetSeconds, A) == 0x000000, "Member 'KismetMathLibrary_GetSeconds::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetSlopeDegreeAngles \ +static_assert(alignof(KismetMathLibrary_GetSlopeDegreeAngles) == 0x000008, "Wrong alignment on KismetMathLibrary_GetSlopeDegreeAngles"); \ +static_assert(sizeof(KismetMathLibrary_GetSlopeDegreeAngles) == 0x000050, "Wrong size on KismetMathLibrary_GetSlopeDegreeAngles"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, MyRightYAxis) == 0x000000, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::MyRightYAxis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, FloorNormal) == 0x000018, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::FloorNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, UpVector) == 0x000030, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::UpVector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, OutSlopePitchDegreeAngle) == 0x000048, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::OutSlopePitchDegreeAngle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, OutSlopeRollDegreeAngle) == 0x00004C, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::OutSlopeRollDegreeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTAU \ +static_assert(alignof(KismetMathLibrary_GetTAU) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTAU"); \ +static_assert(sizeof(KismetMathLibrary_GetTAU) == 0x000008, "Wrong size on KismetMathLibrary_GetTAU"); \ +static_assert(offsetof(KismetMathLibrary_GetTAU, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_GetTAU::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTimeOfDay \ +static_assert(alignof(KismetMathLibrary_GetTimeOfDay) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTimeOfDay"); \ +static_assert(sizeof(KismetMathLibrary_GetTimeOfDay) == 0x000010, "Wrong size on KismetMathLibrary_GetTimeOfDay"); \ +static_assert(offsetof(KismetMathLibrary_GetTimeOfDay, A) == 0x000000, "Member 'KismetMathLibrary_GetTimeOfDay::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTimeOfDay, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTimeOfDay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalDays \ +static_assert(alignof(KismetMathLibrary_GetTotalDays) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalDays"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalDays) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalDays"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalDays, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalDays::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalDays::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalHours \ +static_assert(alignof(KismetMathLibrary_GetTotalHours) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalHours"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalHours) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalHours"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalHours, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalHours::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalHours::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalMilliseconds \ +static_assert(alignof(KismetMathLibrary_GetTotalMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalMilliseconds"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalMilliseconds"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalMilliseconds, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalMilliseconds::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalMinutes \ +static_assert(alignof(KismetMathLibrary_GetTotalMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalMinutes"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalMinutes) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalMinutes"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalMinutes, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalMinutes::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalMinutes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalSeconds \ +static_assert(alignof(KismetMathLibrary_GetTotalSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalSeconds"); \ +static_assert(sizeof(KismetMathLibrary_GetTotalSeconds) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalSeconds"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalSeconds, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalSeconds::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetTotalSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetUpVector \ +static_assert(alignof(KismetMathLibrary_GetUpVector) == 0x000008, "Wrong alignment on KismetMathLibrary_GetUpVector"); \ +static_assert(sizeof(KismetMathLibrary_GetUpVector) == 0x000030, "Wrong size on KismetMathLibrary_GetUpVector"); \ +static_assert(offsetof(KismetMathLibrary_GetUpVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetUpVector::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetUpVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetUpVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetVectorArrayAverage \ +static_assert(alignof(KismetMathLibrary_GetVectorArrayAverage) == 0x000008, "Wrong alignment on KismetMathLibrary_GetVectorArrayAverage"); \ +static_assert(sizeof(KismetMathLibrary_GetVectorArrayAverage) == 0x000028, "Wrong size on KismetMathLibrary_GetVectorArrayAverage"); \ +static_assert(offsetof(KismetMathLibrary_GetVectorArrayAverage, Vectors) == 0x000000, "Member 'KismetMathLibrary_GetVectorArrayAverage::Vectors' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetVectorArrayAverage, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GetVectorArrayAverage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetYawPitchFromVector \ +static_assert(alignof(KismetMathLibrary_GetYawPitchFromVector) == 0x000008, "Wrong alignment on KismetMathLibrary_GetYawPitchFromVector"); \ +static_assert(sizeof(KismetMathLibrary_GetYawPitchFromVector) == 0x000020, "Wrong size on KismetMathLibrary_GetYawPitchFromVector"); \ +static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, InVec) == 0x000000, "Member 'KismetMathLibrary_GetYawPitchFromVector::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, Yaw) == 0x000018, "Member 'KismetMathLibrary_GetYawPitchFromVector::Yaw' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, Pitch) == 0x00001C, "Member 'KismetMathLibrary_GetYawPitchFromVector::Pitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GetYear \ +static_assert(alignof(KismetMathLibrary_GetYear) == 0x000008, "Wrong alignment on KismetMathLibrary_GetYear"); \ +static_assert(sizeof(KismetMathLibrary_GetYear) == 0x000010, "Wrong size on KismetMathLibrary_GetYear"); \ +static_assert(offsetof(KismetMathLibrary_GetYear, A) == 0x000000, "Member 'KismetMathLibrary_GetYear::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GetYear, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetYear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_ByteByte \ +static_assert(alignof(KismetMathLibrary_Greater_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Greater_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Greater_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Greater_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Greater_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Greater_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Greater_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_Greater_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_Greater_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Greater_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_Greater_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_Greater_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_Greater_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_Greater_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_Greater_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_DoubleDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Greater_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Greater_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Greater_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Greater_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Greater_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_IntInt \ +static_assert(alignof(KismetMathLibrary_Greater_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Greater_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Greater_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Greater_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Greater_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Greater_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Greater_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Greater_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Greater_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_Greater_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Greater_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Greater_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Greater_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Greater_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_ByteByte \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_GreaterEqual_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_GreaterEqual_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_DoubleDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_IntInt \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterEqual_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_GreaterEqual_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_GreaterEqual_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_GreaterEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_GreaterEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GreaterGreater_VectorRotator \ +static_assert(alignof(KismetMathLibrary_GreaterGreater_VectorRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterGreater_VectorRotator"); \ +static_assert(sizeof(KismetMathLibrary_GreaterGreater_VectorRotator) == 0x000048, "Wrong size on KismetMathLibrary_GreaterGreater_VectorRotator"); \ +static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, A) == 0x000000, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, B) == 0x000018, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_GridSnap_Float \ +static_assert(alignof(KismetMathLibrary_GridSnap_Float) == 0x000008, "Wrong alignment on KismetMathLibrary_GridSnap_Float"); \ +static_assert(sizeof(KismetMathLibrary_GridSnap_Float) == 0x000018, "Wrong size on KismetMathLibrary_GridSnap_Float"); \ +static_assert(offsetof(KismetMathLibrary_GridSnap_Float, Location) == 0x000000, "Member 'KismetMathLibrary_GridSnap_Float::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GridSnap_Float, GridSize) == 0x000008, "Member 'KismetMathLibrary_GridSnap_Float::GridSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_GridSnap_Float, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GridSnap_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGB \ +static_assert(alignof(KismetMathLibrary_HSVToRGB) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGB"); \ +static_assert(sizeof(KismetMathLibrary_HSVToRGB) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGB"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, H) == 0x000000, "Member 'KismetMathLibrary_HSVToRGB::H' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, S) == 0x000004, "Member 'KismetMathLibrary_HSVToRGB::S' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, V) == 0x000008, "Member 'KismetMathLibrary_HSVToRGB::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, A) == 0x00000C, "Member 'KismetMathLibrary_HSVToRGB::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_HSVToRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGB_Vector \ +static_assert(alignof(KismetMathLibrary_HSVToRGB_Vector) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGB_Vector"); \ +static_assert(sizeof(KismetMathLibrary_HSVToRGB_Vector) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGB_Vector"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB_Vector, HSV) == 0x000000, "Member 'KismetMathLibrary_HSVToRGB_Vector::HSV' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGB_Vector, RGB) == 0x000010, "Member 'KismetMathLibrary_HSVToRGB_Vector::RGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGBLinear \ +static_assert(alignof(KismetMathLibrary_HSVToRGBLinear) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGBLinear"); \ +static_assert(sizeof(KismetMathLibrary_HSVToRGBLinear) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGBLinear"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGBLinear, HSV) == 0x000000, "Member 'KismetMathLibrary_HSVToRGBLinear::HSV' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_HSVToRGBLinear, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_HSVToRGBLinear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Hypotenuse \ +static_assert(alignof(KismetMathLibrary_Hypotenuse) == 0x000008, "Wrong alignment on KismetMathLibrary_Hypotenuse"); \ +static_assert(sizeof(KismetMathLibrary_Hypotenuse) == 0x000018, "Wrong size on KismetMathLibrary_Hypotenuse"); \ +static_assert(offsetof(KismetMathLibrary_Hypotenuse, Width) == 0x000000, "Member 'KismetMathLibrary_Hypotenuse::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Hypotenuse, Height) == 0x000008, "Member 'KismetMathLibrary_Hypotenuse::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Hypotenuse, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Hypotenuse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InRange_FloatFloat \ +static_assert(alignof(KismetMathLibrary_InRange_FloatFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_InRange_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_InRange_FloatFloat) == 0x000020, "Wrong size on KismetMathLibrary_InRange_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_FloatFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, 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_IsPointInBox_Box \ +static_assert(alignof(KismetMathLibrary_IsPointInBox_Box) == 0x000008, "Wrong alignment on KismetMathLibrary_IsPointInBox_Box"); \ +static_assert(sizeof(KismetMathLibrary_IsPointInBox_Box) == 0x000058, "Wrong size on KismetMathLibrary_IsPointInBox_Box"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox_Box, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBox_Box::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox_Box, Box) == 0x000018, "Member 'KismetMathLibrary_IsPointInBox_Box::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBox_Box, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_IsPointInBox_Box::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBoxWithTransform \ +static_assert(alignof(KismetMathLibrary_IsPointInBoxWithTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_IsPointInBoxWithTransform"); \ +static_assert(sizeof(KismetMathLibrary_IsPointInBoxWithTransform) == 0x0000A0, "Wrong size on KismetMathLibrary_IsPointInBoxWithTransform"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, BoxWorldTransform) == 0x000020, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::BoxWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, BoxExtent) == 0x000080, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, ReturnValue) == 0x000098, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBoxWithTransform_Box \ +static_assert(alignof(KismetMathLibrary_IsPointInBoxWithTransform_Box) == 0x000010, "Wrong alignment on KismetMathLibrary_IsPointInBoxWithTransform_Box"); \ +static_assert(sizeof(KismetMathLibrary_IsPointInBoxWithTransform_Box) == 0x0000C0, "Wrong size on KismetMathLibrary_IsPointInBoxWithTransform_Box"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform_Box, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBoxWithTransform_Box::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform_Box, BoxWorldTransform) == 0x000020, "Member 'KismetMathLibrary_IsPointInBoxWithTransform_Box::BoxWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform_Box, BoxExtent) == 0x000080, "Member 'KismetMathLibrary_IsPointInBoxWithTransform_Box::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform_Box, ReturnValue) == 0x0000B8, "Member 'KismetMathLibrary_IsPointInBoxWithTransform_Box::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IsZero2D \ +static_assert(alignof(KismetMathLibrary_IsZero2D) == 0x000008, "Wrong alignment on KismetMathLibrary_IsZero2D"); \ +static_assert(sizeof(KismetMathLibrary_IsZero2D) == 0x000018, "Wrong size on KismetMathLibrary_IsZero2D"); \ +static_assert(offsetof(KismetMathLibrary_IsZero2D, A) == 0x000000, "Member 'KismetMathLibrary_IsZero2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_IsZero2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_IsZero2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Lerp \ +static_assert(alignof(KismetMathLibrary_Lerp) == 0x000008, "Wrong alignment on KismetMathLibrary_Lerp"); \ +static_assert(sizeof(KismetMathLibrary_Lerp) == 0x000020, "Wrong size on KismetMathLibrary_Lerp"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, A) == 0x000000, "Member 'KismetMathLibrary_Lerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, B) == 0x000008, "Member 'KismetMathLibrary_Lerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, Alpha) == 0x000010, "Member 'KismetMathLibrary_Lerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Lerp, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Lerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_ByteByte \ +static_assert(alignof(KismetMathLibrary_Less_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Less_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Less_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Less_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Less_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Less_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Less_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Less_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_Less_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_Less_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Less_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Less_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Less_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_Less_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_Less_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_Less_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_Less_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_Less_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_Less_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_DoubleDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Less_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Less_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Less_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Less_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Less_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_IntInt \ +static_assert(alignof(KismetMathLibrary_Less_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Less_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Less_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Less_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Less_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Less_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Less_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Less_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Less_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_Less_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Less_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Less_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Less_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Less_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_ByteByte \ +static_assert(alignof(KismetMathLibrary_LessEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_LessEqual_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_LessEqual_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_LessEqual_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_LessEqual_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_LessEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_LessEqual_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_DoubleDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_LessEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_IntInt \ +static_assert(alignof(KismetMathLibrary_LessEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_LessEqual_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_LessEqual_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_LessEqual_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_LessEqual_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_LessEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_LessEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LessLess_VectorRotator \ +static_assert(alignof(KismetMathLibrary_LessLess_VectorRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_LessLess_VectorRotator"); \ +static_assert(sizeof(KismetMathLibrary_LessLess_VectorRotator) == 0x000048, "Wrong size on KismetMathLibrary_LessLess_VectorRotator"); \ +static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, A) == 0x000000, "Member 'KismetMathLibrary_LessLess_VectorRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, B) == 0x000018, "Member 'KismetMathLibrary_LessLess_VectorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_LessLess_VectorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Black \ +static_assert(alignof(KismetMathLibrary_LinearColor_Black) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Black"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Black) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Black"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Black, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Black::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Blue \ +static_assert(alignof(KismetMathLibrary_LinearColor_Blue) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Blue"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Blue) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Blue"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Blue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Blue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Desaturated \ +static_assert(alignof(KismetMathLibrary_LinearColor_Desaturated) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Desaturated"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Desaturated) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_Desaturated"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Desaturated::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, InDesaturation) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Desaturated::InDesaturation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_LinearColor_Desaturated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Distance \ +static_assert(alignof(KismetMathLibrary_LinearColor_Distance) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Distance"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Distance) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_Distance"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, C1) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Distance::C1' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, C2) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Distance::C2' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_LinearColor_Distance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetLuminance \ +static_assert(alignof(KismetMathLibrary_LinearColor_GetLuminance) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetLuminance"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_GetLuminance) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetLuminance"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetLuminance, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetLuminance::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetLuminance, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetLuminance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetMax \ +static_assert(alignof(KismetMathLibrary_LinearColor_GetMax) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetMax"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_GetMax) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetMax"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetMax, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetMax::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetMax, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetMin \ +static_assert(alignof(KismetMathLibrary_LinearColor_GetMin) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetMin"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_GetMin) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetMin"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetMin, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetMin::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_GetMin, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Gray \ +static_assert(alignof(KismetMathLibrary_LinearColor_Gray) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Gray"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Gray) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Gray"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Gray, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Gray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Green \ +static_assert(alignof(KismetMathLibrary_LinearColor_Green) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Green"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Green) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Green"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Green, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Green::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_IsNearEqual \ +static_assert(alignof(KismetMathLibrary_LinearColor_IsNearEqual) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_IsNearEqual"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_IsNearEqual) == 0x000028, "Wrong size on KismetMathLibrary_LinearColor_IsNearEqual"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, A) == 0x000000, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, B) == 0x000010, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, Tolerance) == 0x000020, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Quantize \ +static_assert(alignof(KismetMathLibrary_LinearColor_Quantize) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Quantize"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Quantize) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_Quantize"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Quantize, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Quantize::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Quantize, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Quantize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_QuantizeRound \ +static_assert(alignof(KismetMathLibrary_LinearColor_QuantizeRound) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_QuantizeRound"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_QuantizeRound) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_QuantizeRound"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_QuantizeRound, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_QuantizeRound::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_QuantizeRound, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_QuantizeRound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Red \ +static_assert(alignof(KismetMathLibrary_LinearColor_Red) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Red"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Red) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Red"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Red, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Red::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Set \ +static_assert(alignof(KismetMathLibrary_LinearColor_Set) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Set"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Set) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_Set"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Set, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Set::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Set, InColor) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Set::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromHSV \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetFromHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromHSV"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromHSV) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_SetFromHSV"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, H) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::H' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, S) == 0x000014, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::S' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, V) == 0x000018, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, A) == 0x00001C, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromPow22 \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetFromPow22) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromPow22"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromPow22) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetFromPow22"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromPow22, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromPow22::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromPow22, InColor) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromPow22::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromSRGB \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetFromSRGB) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromSRGB"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromSRGB) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetFromSRGB"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromSRGB, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromSRGB::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromSRGB, InSRGB) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromSRGB::InSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetRandomHue \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetRandomHue) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetRandomHue"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetRandomHue) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_SetRandomHue"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRandomHue, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetRandomHue::InOutColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetRGBA \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetRGBA) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetRGBA"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetRGBA) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_SetRGBA"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetRGBA::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, R) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetRGBA::R' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, G) == 0x000014, "Member 'KismetMathLibrary_LinearColor_SetRGBA::G' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, B) == 0x000018, "Member 'KismetMathLibrary_LinearColor_SetRGBA::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, A) == 0x00001C, "Member 'KismetMathLibrary_LinearColor_SetRGBA::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetTemperature \ +static_assert(alignof(KismetMathLibrary_LinearColor_SetTemperature) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetTemperature"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_SetTemperature) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetTemperature"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetTemperature, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetTemperature::InOutColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_SetTemperature, InTemperature) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetTemperature::InTemperature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_ToNewOpacity \ +static_assert(alignof(KismetMathLibrary_LinearColor_ToNewOpacity) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_ToNewOpacity"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_ToNewOpacity) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_ToNewOpacity"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, InOpacity) == 0x000010, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::InOpacity' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_ToRGBE \ +static_assert(alignof(KismetMathLibrary_LinearColor_ToRGBE) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_ToRGBE"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_ToRGBE) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_ToRGBE"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToRGBE, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_ToRGBE::InLinearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_ToRGBE, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_ToRGBE::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Transparent \ +static_assert(alignof(KismetMathLibrary_LinearColor_Transparent) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Transparent"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Transparent) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Transparent"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Transparent, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Transparent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_White \ +static_assert(alignof(KismetMathLibrary_LinearColor_White) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_White"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_White) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_White"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_White, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_White::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Yellow \ +static_assert(alignof(KismetMathLibrary_LinearColor_Yellow) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Yellow"); \ +static_assert(sizeof(KismetMathLibrary_LinearColor_Yellow) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Yellow"); \ +static_assert(offsetof(KismetMathLibrary_LinearColor_Yellow, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Yellow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColorLerp \ +static_assert(alignof(KismetMathLibrary_LinearColorLerp) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColorLerp"); \ +static_assert(sizeof(KismetMathLibrary_LinearColorLerp) == 0x000034, "Wrong size on KismetMathLibrary_LinearColorLerp"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerp, A) == 0x000000, "Member 'KismetMathLibrary_LinearColorLerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerp, B) == 0x000010, "Member 'KismetMathLibrary_LinearColorLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerp, Alpha) == 0x000020, "Member 'KismetMathLibrary_LinearColorLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerp, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColorLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinearColorLerpUsingHSV \ +static_assert(alignof(KismetMathLibrary_LinearColorLerpUsingHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColorLerpUsingHSV"); \ +static_assert(sizeof(KismetMathLibrary_LinearColorLerpUsingHSV) == 0x000034, "Wrong size on KismetMathLibrary_LinearColorLerpUsingHSV"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, A) == 0x000000, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, B) == 0x000010, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, Alpha) == 0x000020, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection \ +static_assert(alignof(KismetMathLibrary_LinePlaneIntersection) == 0x000010, "Wrong alignment on KismetMathLibrary_LinePlaneIntersection"); \ +static_assert(sizeof(KismetMathLibrary_LinePlaneIntersection) == 0x000080, "Wrong size on KismetMathLibrary_LinePlaneIntersection"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, LineStart) == 0x000000, "Member 'KismetMathLibrary_LinePlaneIntersection::LineStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, LineEnd) == 0x000018, "Member 'KismetMathLibrary_LinePlaneIntersection::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, APlane) == 0x000030, "Member 'KismetMathLibrary_LinePlaneIntersection::APlane' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, T) == 0x000050, "Member 'KismetMathLibrary_LinePlaneIntersection::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, Intersection) == 0x000058, "Member 'KismetMathLibrary_LinePlaneIntersection::Intersection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, ReturnValue) == 0x000070, "Member 'KismetMathLibrary_LinePlaneIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection_OriginNormal \ +static_assert(alignof(KismetMathLibrary_LinePlaneIntersection_OriginNormal) == 0x000008, "Wrong alignment on KismetMathLibrary_LinePlaneIntersection_OriginNormal"); \ +static_assert(sizeof(KismetMathLibrary_LinePlaneIntersection_OriginNormal) == 0x000088, "Wrong size on KismetMathLibrary_LinePlaneIntersection_OriginNormal"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, LineStart) == 0x000000, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::LineStart' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, LineEnd) == 0x000018, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, PlaneOrigin) == 0x000030, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::PlaneOrigin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, PlaneNormal) == 0x000048, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, T) == 0x000060, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, Intersection) == 0x000068, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::Intersection' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, ReturnValue) == 0x000080, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_log \ +static_assert(alignof(KismetMathLibrary_log) == 0x000008, "Wrong alignment on KismetMathLibrary_log"); \ +static_assert(sizeof(KismetMathLibrary_log) == 0x000018, "Wrong size on KismetMathLibrary_log"); \ +static_assert(offsetof(KismetMathLibrary_log, A) == 0x000000, "Member 'KismetMathLibrary_log::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_log, base) == 0x000008, "Member 'KismetMathLibrary_log::base' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_log, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_log::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Loge \ +static_assert(alignof(KismetMathLibrary_Loge) == 0x000008, "Wrong alignment on KismetMathLibrary_Loge"); \ +static_assert(sizeof(KismetMathLibrary_Loge) == 0x000010, "Wrong size on KismetMathLibrary_Loge"); \ +static_assert(offsetof(KismetMathLibrary_Loge, A) == 0x000000, "Member 'KismetMathLibrary_Loge::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Loge, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Loge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeBox \ +static_assert(alignof(KismetMathLibrary_MakeBox) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeBox"); \ +static_assert(sizeof(KismetMathLibrary_MakeBox) == 0x000068, "Wrong size on KismetMathLibrary_MakeBox"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox, 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_MakeBoxWithOrigin \ +static_assert(alignof(KismetMathLibrary_MakeBoxWithOrigin) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeBoxWithOrigin"); \ +static_assert(sizeof(KismetMathLibrary_MakeBoxWithOrigin) == 0x000068, "Wrong size on KismetMathLibrary_MakeBoxWithOrigin"); \ +static_assert(offsetof(KismetMathLibrary_MakeBoxWithOrigin, Origin) == 0x000000, "Member 'KismetMathLibrary_MakeBoxWithOrigin::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBoxWithOrigin, Extent) == 0x000018, "Member 'KismetMathLibrary_MakeBoxWithOrigin::Extent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBoxWithOrigin, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MakeBoxWithOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeColor \ +static_assert(alignof(KismetMathLibrary_MakeColor) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeColor"); \ +static_assert(sizeof(KismetMathLibrary_MakeColor) == 0x000020, "Wrong size on KismetMathLibrary_MakeColor"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, R) == 0x000000, "Member 'KismetMathLibrary_MakeColor::R' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, G) == 0x000004, "Member 'KismetMathLibrary_MakeColor::G' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, B) == 0x000008, "Member 'KismetMathLibrary_MakeColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, A) == 0x00000C, "Member 'KismetMathLibrary_MakeColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeColor, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeDateTime \ +static_assert(alignof(KismetMathLibrary_MakeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_MakeDateTime) == 0x000028, "Wrong size on KismetMathLibrary_MakeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Year) == 0x000000, "Member 'KismetMathLibrary_MakeDateTime::Year' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Month) == 0x000004, "Member 'KismetMathLibrary_MakeDateTime::Month' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Day) == 0x000008, "Member 'KismetMathLibrary_MakeDateTime::Day' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Hour) == 0x00000C, "Member 'KismetMathLibrary_MakeDateTime::Hour' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Minute) == 0x000010, "Member 'KismetMathLibrary_MakeDateTime::Minute' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Second) == 0x000014, "Member 'KismetMathLibrary_MakeDateTime::Second' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, Millisecond) == 0x000018, "Member 'KismetMathLibrary_MakeDateTime::Millisecond' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeDateTime, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_MakeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeFrameRate \ +static_assert(alignof(KismetMathLibrary_MakeFrameRate) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeFrameRate"); \ +static_assert(sizeof(KismetMathLibrary_MakeFrameRate) == 0x000010, "Wrong size on KismetMathLibrary_MakeFrameRate"); \ +static_assert(offsetof(KismetMathLibrary_MakeFrameRate, Numerator) == 0x000000, "Member 'KismetMathLibrary_MakeFrameRate::Numerator' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeFrameRate, Denominator) == 0x000004, "Member 'KismetMathLibrary_MakeFrameRate::Denominator' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeFrameRate, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MakeFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MakeOrientedBox \ +static_assert(alignof(KismetMathLibrary_MakeOrientedBox) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeOrientedBox"); \ +static_assert(sizeof(KismetMathLibrary_MakeOrientedBox) == 0x0000C0, "Wrong size on KismetMathLibrary_MakeOrientedBox"); \ +static_assert(offsetof(KismetMathLibrary_MakeOrientedBox, Origin) == 0x000000, "Member 'KismetMathLibrary_MakeOrientedBox::Origin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeOrientedBox, Orientation) == 0x000018, "Member 'KismetMathLibrary_MakeOrientedBox::Orientation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeOrientedBox, Extent) == 0x000030, "Member 'KismetMathLibrary_MakeOrientedBox::Extent' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeOrientedBox, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_MakeOrientedBox::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_MakeRandomStreamFromLocation \ +static_assert(alignof(KismetMathLibrary_MakeRandomStreamFromLocation) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeRandomStreamFromLocation"); \ +static_assert(sizeof(KismetMathLibrary_MakeRandomStreamFromLocation) == 0x000028, "Wrong size on KismetMathLibrary_MakeRandomStreamFromLocation"); \ +static_assert(offsetof(KismetMathLibrary_MakeRandomStreamFromLocation, Location) == 0x000000, "Member 'KismetMathLibrary_MakeRandomStreamFromLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRandomStreamFromLocation, DistanceInterval) == 0x000018, "Member 'KismetMathLibrary_MakeRandomStreamFromLocation::DistanceInterval' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRandomStreamFromLocation, bIncludeZ) == 0x00001C, "Member 'KismetMathLibrary_MakeRandomStreamFromLocation::bIncludeZ' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeRandomStreamFromLocation, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_MakeRandomStreamFromLocation::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_MedianOfIntArray \ +static_assert(alignof(KismetMathLibrary_MedianOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MedianOfIntArray"); \ +static_assert(sizeof(KismetMathLibrary_MedianOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_MedianOfIntArray"); \ +static_assert(offsetof(KismetMathLibrary_MedianOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_MedianOfIntArray::IntArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MedianOfIntArray, MedianValue) == 0x000010, "Member 'KismetMathLibrary_MedianOfIntArray::MedianValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Min \ +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_MinInt64 \ +static_assert(alignof(KismetMathLibrary_MinInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_MinInt64"); \ +static_assert(sizeof(KismetMathLibrary_MinInt64) == 0x000018, "Wrong size on KismetMathLibrary_MinInt64"); \ +static_assert(offsetof(KismetMathLibrary_MinInt64, A) == 0x000000, "Member 'KismetMathLibrary_MinInt64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinInt64, B) == 0x000008, "Member 'KismetMathLibrary_MinInt64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinInt64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MinInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinOfByteArray \ +static_assert(alignof(KismetMathLibrary_MinOfByteArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfByteArray"); \ +static_assert(sizeof(KismetMathLibrary_MinOfByteArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfByteArray"); \ +static_assert(offsetof(KismetMathLibrary_MinOfByteArray, ByteArray) == 0x000000, "Member 'KismetMathLibrary_MinOfByteArray::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfByteArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfByteArray::IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfByteArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfByteArray::MinValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinOfFloatArray \ +static_assert(alignof(KismetMathLibrary_MinOfFloatArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfFloatArray"); \ +static_assert(sizeof(KismetMathLibrary_MinOfFloatArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfFloatArray"); \ +static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, FloatArray) == 0x000000, "Member 'KismetMathLibrary_MinOfFloatArray::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfFloatArray::IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfFloatArray::MinValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MinOfIntArray \ +static_assert(alignof(KismetMathLibrary_MinOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfIntArray"); \ +static_assert(sizeof(KismetMathLibrary_MinOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfIntArray"); \ +static_assert(offsetof(KismetMathLibrary_MinOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_MinOfIntArray::IntArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfIntArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfIntArray::IndexOfMinValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MinOfIntArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfIntArray::MinValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MirrorVectorByNormal \ +static_assert(alignof(KismetMathLibrary_MirrorVectorByNormal) == 0x000008, "Wrong alignment on KismetMathLibrary_MirrorVectorByNormal"); \ +static_assert(sizeof(KismetMathLibrary_MirrorVectorByNormal) == 0x000048, "Wrong size on KismetMathLibrary_MirrorVectorByNormal"); \ +static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, InVect) == 0x000000, "Member 'KismetMathLibrary_MirrorVectorByNormal::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, InNormal) == 0x000018, "Member 'KismetMathLibrary_MirrorVectorByNormal::InNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MirrorVectorByNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_ByteByte \ +static_assert(alignof(KismetMathLibrary_Multiply_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Multiply_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Multiply_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Multiply_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Multiply_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_Multiply_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_DoubleDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Multiply_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_IntFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_IntFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntFloat) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_IntFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_IntFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntInt \ +static_assert(alignof(KismetMathLibrary_Multiply_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Multiply_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntPointInt \ +static_assert(alignof(KismetMathLibrary_Multiply_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntPointInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Multiply_IntPointInt"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntPointInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntPointInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Multiply_IntPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Multiply_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_LinearColorFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_LinearColorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_LinearColorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_LinearColorFloat) == 0x000024, "Wrong size on KismetMathLibrary_Multiply_LinearColorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_Multiply_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_MatrixFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_MatrixFloat) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_MatrixFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_MatrixFloat) == 0x000110, "Wrong size on KismetMathLibrary_Multiply_MatrixFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_MatrixFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, B) == 0x000080, "Member 'KismetMathLibrary_Multiply_MatrixFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, ReturnValue) == 0x000090, "Member 'KismetMathLibrary_Multiply_MatrixFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_MatrixMatrix \ +static_assert(alignof(KismetMathLibrary_Multiply_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_MatrixMatrix"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_MatrixMatrix) == 0x000180, "Wrong size on KismetMathLibrary_Multiply_MatrixMatrix"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, B) == 0x000080, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, ReturnValue) == 0x000100, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_QuatQuat \ +static_assert(alignof(KismetMathLibrary_Multiply_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_QuatQuat) == 0x000060, "Wrong size on KismetMathLibrary_Multiply_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, B) == 0x000020, "Member 'KismetMathLibrary_Multiply_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Multiply_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_RotatorFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_RotatorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_RotatorFloat) == 0x000038, "Wrong size on KismetMathLibrary_Multiply_RotatorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_RotatorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, B) == 0x000018, "Member 'KismetMathLibrary_Multiply_RotatorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_RotatorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorInt \ +static_assert(alignof(KismetMathLibrary_Multiply_RotatorInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_RotatorInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_RotatorInt) == 0x000038, "Wrong size on KismetMathLibrary_Multiply_RotatorInt"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_RotatorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, B) == 0x000018, "Member 'KismetMathLibrary_Multiply_RotatorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_RotatorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_TimespanFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_TimespanFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_TimespanFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_TimespanFloat) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_TimespanFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_TimespanFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, Scalar) == 0x000008, "Member 'KismetMathLibrary_Multiply_TimespanFloat::Scalar' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_TimespanFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_Vector2DFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Vector2DFloat) == 0x000028, "Wrong size on KismetMathLibrary_Multiply_Vector2DFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Multiply_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Vector2DVector2D) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, B) == 0x000010, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_Multiply_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_Vector4Vector4) == 0x000060, "Wrong size on KismetMathLibrary_Multiply_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, B) == 0x000020, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Multiply_VectorFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_VectorFloat) == 0x000038, "Wrong size on KismetMathLibrary_Multiply_VectorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, B) == 0x000018, "Member 'KismetMathLibrary_Multiply_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorInt \ +static_assert(alignof(KismetMathLibrary_Multiply_VectorInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_VectorInt) == 0x000038, "Wrong size on KismetMathLibrary_Multiply_VectorInt"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, B) == 0x000018, "Member 'KismetMathLibrary_Multiply_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorVector \ +static_assert(alignof(KismetMathLibrary_Multiply_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Multiply_VectorVector) == 0x000048, "Wrong size on KismetMathLibrary_Multiply_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, B) == 0x000018, "Member 'KismetMathLibrary_Multiply_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Multiply_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MultiplyByPi \ +static_assert(alignof(KismetMathLibrary_MultiplyByPi) == 0x000008, "Wrong alignment on KismetMathLibrary_MultiplyByPi"); \ +static_assert(sizeof(KismetMathLibrary_MultiplyByPi) == 0x000010, "Wrong size on KismetMathLibrary_MultiplyByPi"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyByPi, Value) == 0x000000, "Member 'KismetMathLibrary_MultiplyByPi::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyByPi, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MultiplyByPi::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MultiplyMultiply_FloatFloat \ +static_assert(alignof(KismetMathLibrary_MultiplyMultiply_FloatFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_MultiplyMultiply_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_MultiplyMultiply_FloatFloat) == 0x000018, "Wrong size on KismetMathLibrary_MultiplyMultiply_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, base) == 0x000000, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::base' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, exp) == 0x000008, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::exp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_FloatFloat \ +static_assert(alignof(KismetMathLibrary_NearlyEqual_FloatFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_NearlyEqual_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_NearlyEqual_FloatFloat) == 0x000020, "Wrong size on KismetMathLibrary_NearlyEqual_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, B) == 0x000008, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, ErrorTolerance) == 0x000010, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_TransformTransform \ +static_assert(alignof(KismetMathLibrary_NearlyEqual_TransformTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_NearlyEqual_TransformTransform"); \ +static_assert(sizeof(KismetMathLibrary_NearlyEqual_TransformTransform) == 0x0000D0, "Wrong size on KismetMathLibrary_NearlyEqual_TransformTransform"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, A) == 0x000000, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, B) == 0x000060, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, LocationTolerance) == 0x0000C0, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::LocationTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, RotationTolerance) == 0x0000C4, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::RotationTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, Scale3DTolerance) == 0x0000C8, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::Scale3DTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, ReturnValue) == 0x0000CC, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Negated2D \ +static_assert(alignof(KismetMathLibrary_Negated2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Negated2D"); \ +static_assert(sizeof(KismetMathLibrary_Negated2D) == 0x000020, "Wrong size on KismetMathLibrary_Negated2D"); \ +static_assert(offsetof(KismetMathLibrary_Negated2D, A) == 0x000000, "Member 'KismetMathLibrary_Negated2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Negated2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Negated2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NegateRotator \ +static_assert(alignof(KismetMathLibrary_NegateRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_NegateRotator"); \ +static_assert(sizeof(KismetMathLibrary_NegateRotator) == 0x000030, "Wrong size on KismetMathLibrary_NegateRotator"); \ +static_assert(offsetof(KismetMathLibrary_NegateRotator, A) == 0x000000, "Member 'KismetMathLibrary_NegateRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NegateRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NegateRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NegateVector \ +static_assert(alignof(KismetMathLibrary_NegateVector) == 0x000008, "Wrong alignment on KismetMathLibrary_NegateVector"); \ +static_assert(sizeof(KismetMathLibrary_NegateVector) == 0x000030, "Wrong size on KismetMathLibrary_NegateVector"); \ +static_assert(offsetof(KismetMathLibrary_NegateVector, A) == 0x000000, "Member 'KismetMathLibrary_NegateVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NegateVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NegateVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Normal \ +static_assert(alignof(KismetMathLibrary_Normal) == 0x000008, "Wrong alignment on KismetMathLibrary_Normal"); \ +static_assert(sizeof(KismetMathLibrary_Normal) == 0x000038, "Wrong size on KismetMathLibrary_Normal"); \ +static_assert(offsetof(KismetMathLibrary_Normal, A) == 0x000000, "Member 'KismetMathLibrary_Normal::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normal, Tolerance) == 0x000018, "Member 'KismetMathLibrary_Normal::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normal, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Normal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Normal2D \ +static_assert(alignof(KismetMathLibrary_Normal2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Normal2D"); \ +static_assert(sizeof(KismetMathLibrary_Normal2D) == 0x000020, "Wrong size on KismetMathLibrary_Normal2D"); \ +static_assert(offsetof(KismetMathLibrary_Normal2D, A) == 0x000000, "Member 'KismetMathLibrary_Normal2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normal2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Normal2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Normalize2D \ +static_assert(alignof(KismetMathLibrary_Normalize2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Normalize2D"); \ +static_assert(sizeof(KismetMathLibrary_Normalize2D) == 0x000018, "Wrong size on KismetMathLibrary_Normalize2D"); \ +static_assert(offsetof(KismetMathLibrary_Normalize2D, A) == 0x000000, "Member 'KismetMathLibrary_Normalize2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Normalize2D, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Normalize2D::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalizeAxis \ +static_assert(alignof(KismetMathLibrary_NormalizeAxis) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizeAxis"); \ +static_assert(sizeof(KismetMathLibrary_NormalizeAxis) == 0x000008, "Wrong size on KismetMathLibrary_NormalizeAxis"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeAxis, Angle) == 0x000000, "Member 'KismetMathLibrary_NormalizeAxis::Angle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeAxis, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_NormalizeAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalizedDeltaRotator \ +static_assert(alignof(KismetMathLibrary_NormalizedDeltaRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_NormalizedDeltaRotator"); \ +static_assert(sizeof(KismetMathLibrary_NormalizedDeltaRotator) == 0x000048, "Wrong size on KismetMathLibrary_NormalizedDeltaRotator"); \ +static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, A) == 0x000000, "Member 'KismetMathLibrary_NormalizedDeltaRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, B) == 0x000018, "Member 'KismetMathLibrary_NormalizedDeltaRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_NormalizedDeltaRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalizeToRange \ +static_assert(alignof(KismetMathLibrary_NormalizeToRange) == 0x000008, "Wrong alignment on KismetMathLibrary_NormalizeToRange"); \ +static_assert(sizeof(KismetMathLibrary_NormalizeToRange) == 0x000020, "Wrong size on KismetMathLibrary_NormalizeToRange"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, Value) == 0x000000, "Member 'KismetMathLibrary_NormalizeToRange::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, RangeMin) == 0x000008, "Member 'KismetMathLibrary_NormalizeToRange::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, RangeMax) == 0x000010, "Member 'KismetMathLibrary_NormalizeToRange::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalizeToRange, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NormalizeToRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NormalSafe2D \ +static_assert(alignof(KismetMathLibrary_NormalSafe2D) == 0x000008, "Wrong alignment on KismetMathLibrary_NormalSafe2D"); \ +static_assert(sizeof(KismetMathLibrary_NormalSafe2D) == 0x000028, "Wrong size on KismetMathLibrary_NormalSafe2D"); \ +static_assert(offsetof(KismetMathLibrary_NormalSafe2D, A) == 0x000000, "Member 'KismetMathLibrary_NormalSafe2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalSafe2D, Tolerance) == 0x000010, "Member 'KismetMathLibrary_NormalSafe2D::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NormalSafe2D, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NormalSafe2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Not_Int \ +static_assert(alignof(KismetMathLibrary_Not_Int) == 0x000004, "Wrong alignment on KismetMathLibrary_Not_Int"); \ +static_assert(sizeof(KismetMathLibrary_Not_Int) == 0x000008, "Wrong size on KismetMathLibrary_Not_Int"); \ +static_assert(offsetof(KismetMathLibrary_Not_Int, A) == 0x000000, "Member 'KismetMathLibrary_Not_Int::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Not_Int, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Not_Int::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Not_Int64 \ +static_assert(alignof(KismetMathLibrary_Not_Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Not_Int64"); \ +static_assert(sizeof(KismetMathLibrary_Not_Int64) == 0x000010, "Wrong size on KismetMathLibrary_Not_Int64"); \ +static_assert(offsetof(KismetMathLibrary_Not_Int64, A) == 0x000000, "Member 'KismetMathLibrary_Not_Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Not_Int64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Not_Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Not_PreBool \ +static_assert(alignof(KismetMathLibrary_Not_PreBool) == 0x000001, "Wrong alignment on KismetMathLibrary_Not_PreBool"); \ +static_assert(sizeof(KismetMathLibrary_Not_PreBool) == 0x000002, "Wrong size on KismetMathLibrary_Not_PreBool"); \ +static_assert(offsetof(KismetMathLibrary_Not_PreBool, A) == 0x000000, "Member 'KismetMathLibrary_Not_PreBool::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Not_PreBool, ReturnValue) == 0x000001, "Member 'KismetMathLibrary_Not_PreBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_BoolBool \ +static_assert(alignof(KismetMathLibrary_NotEqual_BoolBool) == 0x000001, "Wrong alignment on KismetMathLibrary_NotEqual_BoolBool"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_BoolBool) == 0x000003, "Wrong size on KismetMathLibrary_NotEqual_BoolBool"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_BoolBool::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, B) == 0x000001, "Member 'KismetMathLibrary_NotEqual_BoolBool::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_NotEqual_BoolBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ByteByte \ +static_assert(alignof(KismetMathLibrary_NotEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_NotEqual_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_NotEqual_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_NotEqual_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_NotEqual_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ClassClass \ +static_assert(alignof(KismetMathLibrary_NotEqual_ClassClass) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_ClassClass"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_ClassClass) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_ClassClass"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ClassClass::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_ClassClass::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_ClassClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_NotEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_NotEqual_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_DoubleDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_NotEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_IntInt \ +static_assert(alignof(KismetMathLibrary_NotEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_NotEqual_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_NotEqual_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_NotEqual_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_NotEqual_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_IntPointIntPoint) == 0x000014, "Wrong size on KismetMathLibrary_NotEqual_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_NotEqual_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_LinearColorLinearColor) == 0x000024, "Wrong size on KismetMathLibrary_NotEqual_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_MatrixMatrix \ +static_assert(alignof(KismetMathLibrary_NotEqual_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_MatrixMatrix"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_MatrixMatrix) == 0x000110, "Wrong size on KismetMathLibrary_NotEqual_MatrixMatrix"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, B) == 0x000080, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, Tolerance) == 0x000100, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, ReturnValue) == 0x000104, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_NameName \ +static_assert(alignof(KismetMathLibrary_NotEqual_NameName) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_NameName"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_NameName) == 0x000014, "Wrong size on KismetMathLibrary_NotEqual_NameName"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_NameName::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_NameName::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_NameName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ObjectObject \ +static_assert(alignof(KismetMathLibrary_NotEqual_ObjectObject) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_ObjectObject"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_ObjectObject) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_ObjectObject"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ObjectObject, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ObjectObject::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ObjectObject, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_ObjectObject::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_ObjectObject, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_ObjectObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_QuatQuat \ +static_assert(alignof(KismetMathLibrary_NotEqual_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_QuatQuat) == 0x000050, "Wrong size on KismetMathLibrary_NotEqual_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, B) == 0x000020, "Member 'KismetMathLibrary_NotEqual_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, ErrorTolerance) == 0x000040, "Member 'KismetMathLibrary_NotEqual_QuatQuat::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_NotEqual_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_RotatorRotator \ +static_assert(alignof(KismetMathLibrary_NotEqual_RotatorRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_RotatorRotator"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_RotatorRotator) == 0x000038, "Wrong size on KismetMathLibrary_NotEqual_RotatorRotator"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, B) == 0x000018, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, ErrorTolerance) == 0x000030, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, ReturnValue) == 0x000034, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_NotEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_NotEqual_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_Vector2DVector2D) == 0x000028, "Wrong size on KismetMathLibrary_NotEqual_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, B) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_NotEqual_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_Vector4Vector4) == 0x000050, "Wrong size on KismetMathLibrary_NotEqual_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, B) == 0x000020, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, ErrorTolerance) == 0x000040, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_VectorVector \ +static_assert(alignof(KismetMathLibrary_NotEqual_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_NotEqual_VectorVector) == 0x000038, "Wrong size on KismetMathLibrary_NotEqual_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, B) == 0x000018, "Member 'KismetMathLibrary_NotEqual_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, ErrorTolerance) == 0x000030, "Member 'KismetMathLibrary_NotEqual_VectorVector::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, ReturnValue) == 0x000034, "Member 'KismetMathLibrary_NotEqual_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqualExactly_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D) == 0x000028, "Wrong size on KismetMathLibrary_NotEqualExactly_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, B) == 0x000010, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_NotEqualExactly_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqualExactly_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_NotEqualExactly_Vector4Vector4) == 0x000050, "Wrong size on KismetMathLibrary_NotEqualExactly_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, B) == 0x000020, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_VectorVector \ +static_assert(alignof(KismetMathLibrary_NotEqualExactly_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqualExactly_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_NotEqualExactly_VectorVector) == 0x000038, "Wrong size on KismetMathLibrary_NotEqualExactly_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, B) == 0x000018, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Now \ +static_assert(alignof(KismetMathLibrary_Now) == 0x000008, "Wrong alignment on KismetMathLibrary_Now"); \ +static_assert(sizeof(KismetMathLibrary_Now) == 0x000008, "Wrong size on KismetMathLibrary_Now"); \ +static_assert(offsetof(KismetMathLibrary_Now, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Now::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Or_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Or_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Or_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Or_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Or_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Or_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Or_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Or_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Or_IntInt \ +static_assert(alignof(KismetMathLibrary_Or_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Or_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Or_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Or_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Or_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Or_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Or_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Or_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Or_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Or_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Percent_ByteByte \ +static_assert(alignof(KismetMathLibrary_Percent_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Percent_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Percent_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Percent_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Percent_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Percent_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Percent_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Percent_FloatFloat \ +static_assert(alignof(KismetMathLibrary_Percent_FloatFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Percent_FloatFloat"); \ +static_assert(sizeof(KismetMathLibrary_Percent_FloatFloat) == 0x000018, "Wrong size on KismetMathLibrary_Percent_FloatFloat"); \ +static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Percent_FloatFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, B) == 0x000008, "Member 'KismetMathLibrary_Percent_FloatFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Percent_FloatFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Percent_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Percent_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Percent_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Percent_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Percent_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Percent_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Percent_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Percent_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Percent_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Percent_IntInt \ +static_assert(alignof(KismetMathLibrary_Percent_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Percent_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Percent_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Percent_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Percent_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Percent_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Percent_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Percent_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Percent_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_PerlinNoise1D \ +static_assert(alignof(KismetMathLibrary_PerlinNoise1D) == 0x000004, "Wrong alignment on KismetMathLibrary_PerlinNoise1D"); \ +static_assert(sizeof(KismetMathLibrary_PerlinNoise1D) == 0x000008, "Wrong size on KismetMathLibrary_PerlinNoise1D"); \ +static_assert(offsetof(KismetMathLibrary_PerlinNoise1D, Value) == 0x000000, "Member 'KismetMathLibrary_PerlinNoise1D::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_PerlinNoise1D, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_PerlinNoise1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_PointsAreCoplanar \ +static_assert(alignof(KismetMathLibrary_PointsAreCoplanar) == 0x000008, "Wrong alignment on KismetMathLibrary_PointsAreCoplanar"); \ +static_assert(sizeof(KismetMathLibrary_PointsAreCoplanar) == 0x000018, "Wrong size on KismetMathLibrary_PointsAreCoplanar"); \ +static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, Points) == 0x000000, "Member 'KismetMathLibrary_PointsAreCoplanar::Points' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, Tolerance) == 0x000010, "Member 'KismetMathLibrary_PointsAreCoplanar::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_PointsAreCoplanar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ProjectPointOnToPlane \ +static_assert(alignof(KismetMathLibrary_ProjectPointOnToPlane) == 0x000008, "Wrong alignment on KismetMathLibrary_ProjectPointOnToPlane"); \ +static_assert(sizeof(KismetMathLibrary_ProjectPointOnToPlane) == 0x000060, "Wrong size on KismetMathLibrary_ProjectPointOnToPlane"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, Point) == 0x000000, "Member 'KismetMathLibrary_ProjectPointOnToPlane::Point' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, PlaneBase) == 0x000018, "Member 'KismetMathLibrary_ProjectPointOnToPlane::PlaneBase' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, PlaneNormal) == 0x000030, "Member 'KismetMathLibrary_ProjectPointOnToPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_ProjectPointOnToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToPlane \ +static_assert(alignof(KismetMathLibrary_ProjectVectorOnToPlane) == 0x000008, "Wrong alignment on KismetMathLibrary_ProjectVectorOnToPlane"); \ +static_assert(sizeof(KismetMathLibrary_ProjectVectorOnToPlane) == 0x000048, "Wrong size on KismetMathLibrary_ProjectVectorOnToPlane"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, V) == 0x000000, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, PlaneNormal) == 0x000018, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToVector \ +static_assert(alignof(KismetMathLibrary_ProjectVectorOnToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_ProjectVectorOnToVector"); \ +static_assert(sizeof(KismetMathLibrary_ProjectVectorOnToVector) == 0x000048, "Wrong size on KismetMathLibrary_ProjectVectorOnToVector"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, V) == 0x000000, "Member 'KismetMathLibrary_ProjectVectorOnToVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, Target) == 0x000018, "Member 'KismetMathLibrary_ProjectVectorOnToVector::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_ProjectVectorOnToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_AngularDistance \ +static_assert(alignof(KismetMathLibrary_Quat_AngularDistance) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_AngularDistance"); \ +static_assert(sizeof(KismetMathLibrary_Quat_AngularDistance) == 0x000050, "Wrong size on KismetMathLibrary_Quat_AngularDistance"); \ +static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, A) == 0x000000, "Member 'KismetMathLibrary_Quat_AngularDistance::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, B) == 0x000020, "Member 'KismetMathLibrary_Quat_AngularDistance::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Quat_AngularDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_EnforceShortestArcWith \ +static_assert(alignof(KismetMathLibrary_Quat_EnforceShortestArcWith) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_EnforceShortestArcWith"); \ +static_assert(sizeof(KismetMathLibrary_Quat_EnforceShortestArcWith) == 0x000040, "Wrong size on KismetMathLibrary_Quat_EnforceShortestArcWith"); \ +static_assert(offsetof(KismetMathLibrary_Quat_EnforceShortestArcWith, A) == 0x000000, "Member 'KismetMathLibrary_Quat_EnforceShortestArcWith::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_EnforceShortestArcWith, B) == 0x000020, "Member 'KismetMathLibrary_Quat_EnforceShortestArcWith::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Euler \ +static_assert(alignof(KismetMathLibrary_Quat_Euler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Euler"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Euler) == 0x000040, "Wrong size on KismetMathLibrary_Quat_Euler"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Euler, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Euler::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Euler, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_Euler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Exp \ +static_assert(alignof(KismetMathLibrary_Quat_Exp) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Exp"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Exp) == 0x000040, "Wrong size on KismetMathLibrary_Quat_Exp"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Exp, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Exp::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Exp, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_Exp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_FindBetweenNormals \ +static_assert(alignof(KismetMathLibrary_Quat_FindBetweenNormals) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_FindBetweenNormals"); \ +static_assert(sizeof(KismetMathLibrary_Quat_FindBetweenNormals) == 0x000050, "Wrong size on KismetMathLibrary_Quat_FindBetweenNormals"); \ +static_assert(offsetof(KismetMathLibrary_Quat_FindBetweenNormals, StartNormal) == 0x000000, "Member 'KismetMathLibrary_Quat_FindBetweenNormals::StartNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_FindBetweenNormals, EndNormal) == 0x000018, "Member 'KismetMathLibrary_Quat_FindBetweenNormals::EndNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_FindBetweenNormals, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Quat_FindBetweenNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_FindBetweenVectors \ +static_assert(alignof(KismetMathLibrary_Quat_FindBetweenVectors) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_FindBetweenVectors"); \ +static_assert(sizeof(KismetMathLibrary_Quat_FindBetweenVectors) == 0x000050, "Wrong size on KismetMathLibrary_Quat_FindBetweenVectors"); \ +static_assert(offsetof(KismetMathLibrary_Quat_FindBetweenVectors, Start) == 0x000000, "Member 'KismetMathLibrary_Quat_FindBetweenVectors::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_FindBetweenVectors, End) == 0x000018, "Member 'KismetMathLibrary_Quat_FindBetweenVectors::End' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_FindBetweenVectors, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Quat_FindBetweenVectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAngle \ +static_assert(alignof(KismetMathLibrary_Quat_GetAngle) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAngle"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetAngle) == 0x000030, "Wrong size on KismetMathLibrary_Quat_GetAngle"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAngle, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAngle::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAngle, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_GetAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisX \ +static_assert(alignof(KismetMathLibrary_Quat_GetAxisX) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisX"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetAxisX) == 0x000040, "Wrong size on KismetMathLibrary_Quat_GetAxisX"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisX, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisX::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisX, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_GetAxisX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisY \ +static_assert(alignof(KismetMathLibrary_Quat_GetAxisY) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisY"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetAxisY) == 0x000040, "Wrong size on KismetMathLibrary_Quat_GetAxisY"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisY, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisY::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisY, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_GetAxisY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisZ \ +static_assert(alignof(KismetMathLibrary_Quat_GetAxisZ) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisZ"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetAxisZ) == 0x000040, "Wrong size on KismetMathLibrary_Quat_GetAxisZ"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisZ, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisZ::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetAxisZ, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_GetAxisZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetRotationAxis \ +static_assert(alignof(KismetMathLibrary_Quat_GetRotationAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetRotationAxis"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetRotationAxis) == 0x000040, "Wrong size on KismetMathLibrary_Quat_GetRotationAxis"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetRotationAxis, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetRotationAxis::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetRotationAxis, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_GetRotationAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetShortestArcWith \ +static_assert(alignof(KismetMathLibrary_Quat_GetShortestArcWith) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetShortestArcWith"); \ +static_assert(sizeof(KismetMathLibrary_Quat_GetShortestArcWith) == 0x000060, "Wrong size on KismetMathLibrary_Quat_GetShortestArcWith"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetShortestArcWith, A) == 0x000000, "Member 'KismetMathLibrary_Quat_GetShortestArcWith::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetShortestArcWith, B) == 0x000020, "Member 'KismetMathLibrary_Quat_GetShortestArcWith::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_GetShortestArcWith, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Quat_GetShortestArcWith::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_MakeFromRotationVector \ +static_assert(alignof(KismetMathLibrary_Quat_MakeFromRotationVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_MakeFromRotationVector"); \ +static_assert(sizeof(KismetMathLibrary_Quat_MakeFromRotationVector) == 0x000040, "Wrong size on KismetMathLibrary_Quat_MakeFromRotationVector"); \ +static_assert(offsetof(KismetMathLibrary_Quat_MakeFromRotationVector, V) == 0x000000, "Member 'KismetMathLibrary_Quat_MakeFromRotationVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_MakeFromRotationVector, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_MakeFromRotationVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Normalize \ +static_assert(alignof(KismetMathLibrary_Quat_Normalize) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Normalize"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Normalize) == 0x000030, "Wrong size on KismetMathLibrary_Quat_Normalize"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalize, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Normalize::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalize, Tolerance) == 0x000020, "Member 'KismetMathLibrary_Quat_Normalize::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Normalized \ +static_assert(alignof(KismetMathLibrary_Quat_Normalized) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Normalized"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Normalized) == 0x000050, "Wrong size on KismetMathLibrary_Quat_Normalized"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalized, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Normalized::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalized, Tolerance) == 0x000020, "Member 'KismetMathLibrary_Quat_Normalized::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Normalized, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Quat_Normalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_RotateVector \ +static_assert(alignof(KismetMathLibrary_Quat_RotateVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_RotateVector"); \ +static_assert(sizeof(KismetMathLibrary_Quat_RotateVector) == 0x000050, "Wrong size on KismetMathLibrary_Quat_RotateVector"); \ +static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_RotateVector::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, V) == 0x000020, "Member 'KismetMathLibrary_Quat_RotateVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_Quat_RotateVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Rotator \ +static_assert(alignof(KismetMathLibrary_Quat_Rotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Rotator"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Rotator) == 0x000040, "Wrong size on KismetMathLibrary_Quat_Rotator"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Rotator, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Rotator::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Rotator, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_Rotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SetComponents \ +static_assert(alignof(KismetMathLibrary_Quat_SetComponents) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SetComponents"); \ +static_assert(sizeof(KismetMathLibrary_Quat_SetComponents) == 0x000030, "Wrong size on KismetMathLibrary_Quat_SetComponents"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SetComponents::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, X) == 0x000020, "Member 'KismetMathLibrary_Quat_SetComponents::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Y) == 0x000024, "Member 'KismetMathLibrary_Quat_SetComponents::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Z) == 0x000028, "Member 'KismetMathLibrary_Quat_SetComponents::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, W) == 0x00002C, "Member 'KismetMathLibrary_Quat_SetComponents::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SetFromEuler \ +static_assert(alignof(KismetMathLibrary_Quat_SetFromEuler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SetFromEuler"); \ +static_assert(sizeof(KismetMathLibrary_Quat_SetFromEuler) == 0x000040, "Wrong size on KismetMathLibrary_Quat_SetFromEuler"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetFromEuler, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SetFromEuler::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SetFromEuler, Euler) == 0x000020, "Member 'KismetMathLibrary_Quat_SetFromEuler::Euler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Size \ +static_assert(alignof(KismetMathLibrary_Quat_Size) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Size"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Size) == 0x000030, "Wrong size on KismetMathLibrary_Quat_Size"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Size, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Size::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Size, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_Size::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SizeSquared \ +static_assert(alignof(KismetMathLibrary_Quat_SizeSquared) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SizeSquared"); \ +static_assert(sizeof(KismetMathLibrary_Quat_SizeSquared) == 0x000030, "Wrong size on KismetMathLibrary_Quat_SizeSquared"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SizeSquared, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SizeSquared::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_SizeSquared, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_SizeSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Slerp \ +static_assert(alignof(KismetMathLibrary_Quat_Slerp) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Slerp"); \ +static_assert(sizeof(KismetMathLibrary_Quat_Slerp) == 0x000070, "Wrong size on KismetMathLibrary_Quat_Slerp"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Slerp, A) == 0x000000, "Member 'KismetMathLibrary_Quat_Slerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Slerp, B) == 0x000020, "Member 'KismetMathLibrary_Quat_Slerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Slerp, Alpha) == 0x000040, "Member 'KismetMathLibrary_Quat_Slerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_Slerp, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Quat_Slerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_ToRotationVector \ +static_assert(alignof(KismetMathLibrary_Quat_ToRotationVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_ToRotationVector"); \ +static_assert(sizeof(KismetMathLibrary_Quat_ToRotationVector) == 0x000040, "Wrong size on KismetMathLibrary_Quat_ToRotationVector"); \ +static_assert(offsetof(KismetMathLibrary_Quat_ToRotationVector, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_ToRotationVector::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_ToRotationVector, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_ToRotationVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_UnrotateVector \ +static_assert(alignof(KismetMathLibrary_Quat_UnrotateVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_UnrotateVector"); \ +static_assert(sizeof(KismetMathLibrary_Quat_UnrotateVector) == 0x000050, "Wrong size on KismetMathLibrary_Quat_UnrotateVector"); \ +static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_UnrotateVector::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, V) == 0x000020, "Member 'KismetMathLibrary_Quat_UnrotateVector::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_Quat_UnrotateVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorForward \ +static_assert(alignof(KismetMathLibrary_Quat_VectorForward) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorForward"); \ +static_assert(sizeof(KismetMathLibrary_Quat_VectorForward) == 0x000040, "Wrong size on KismetMathLibrary_Quat_VectorForward"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorForward, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorForward::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorForward, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_VectorForward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorRight \ +static_assert(alignof(KismetMathLibrary_Quat_VectorRight) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorRight"); \ +static_assert(sizeof(KismetMathLibrary_Quat_VectorRight) == 0x000040, "Wrong size on KismetMathLibrary_Quat_VectorRight"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorRight, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorRight::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorRight, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_VectorRight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorUp \ +static_assert(alignof(KismetMathLibrary_Quat_VectorUp) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorUp"); \ +static_assert(sizeof(KismetMathLibrary_Quat_VectorUp) == 0x000040, "Wrong size on KismetMathLibrary_Quat_VectorUp"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorUp, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorUp::Q' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Quat_VectorUp, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_VectorUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_QuaternionSpringInterp \ +static_assert(alignof(KismetMathLibrary_QuaternionSpringInterp) == 0x000010, "Wrong alignment on KismetMathLibrary_QuaternionSpringInterp"); \ +static_assert(sizeof(KismetMathLibrary_QuaternionSpringInterp) == 0x0000C0, "Wrong size on KismetMathLibrary_QuaternionSpringInterp"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, Current) == 0x000000, "Member 'KismetMathLibrary_QuaternionSpringInterp::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, Target) == 0x000020, "Member 'KismetMathLibrary_QuaternionSpringInterp::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, SpringState) == 0x000040, "Member 'KismetMathLibrary_QuaternionSpringInterp::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, Stiffness) == 0x000080, "Member 'KismetMathLibrary_QuaternionSpringInterp::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, CriticalDampingFactor) == 0x000084, "Member 'KismetMathLibrary_QuaternionSpringInterp::CriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, DeltaTime) == 0x000088, "Member 'KismetMathLibrary_QuaternionSpringInterp::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, Mass) == 0x00008C, "Member 'KismetMathLibrary_QuaternionSpringInterp::Mass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, TargetVelocityAmount) == 0x000090, "Member 'KismetMathLibrary_QuaternionSpringInterp::TargetVelocityAmount' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, bInitializeFromTarget) == 0x000094, "Member 'KismetMathLibrary_QuaternionSpringInterp::bInitializeFromTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_QuaternionSpringInterp, ReturnValue) == 0x0000A0, "Member 'KismetMathLibrary_QuaternionSpringInterp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RadiansToDegrees \ +static_assert(alignof(KismetMathLibrary_RadiansToDegrees) == 0x000008, "Wrong alignment on KismetMathLibrary_RadiansToDegrees"); \ +static_assert(sizeof(KismetMathLibrary_RadiansToDegrees) == 0x000010, "Wrong size on KismetMathLibrary_RadiansToDegrees"); \ +static_assert(offsetof(KismetMathLibrary_RadiansToDegrees, A) == 0x000000, "Member 'KismetMathLibrary_RadiansToDegrees::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RadiansToDegrees, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RadiansToDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomBool \ +static_assert(alignof(KismetMathLibrary_RandomBool) == 0x000001, "Wrong alignment on KismetMathLibrary_RandomBool"); \ +static_assert(sizeof(KismetMathLibrary_RandomBool) == 0x000001, "Wrong size on KismetMathLibrary_RandomBool"); \ +static_assert(offsetof(KismetMathLibrary_RandomBool, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolFromStream \ +static_assert(alignof(KismetMathLibrary_RandomBoolFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomBoolFromStream) == 0x00000C, "Wrong size on KismetMathLibrary_RandomBoolFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomBoolFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomBoolFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolWithWeight \ +static_assert(alignof(KismetMathLibrary_RandomBoolWithWeight) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolWithWeight"); \ +static_assert(sizeof(KismetMathLibrary_RandomBoolWithWeight) == 0x000008, "Wrong size on KismetMathLibrary_RandomBoolWithWeight"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeight, Weight) == 0x000000, "Member 'KismetMathLibrary_RandomBoolWithWeight::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeight, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomBoolWithWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolWithWeightFromStream \ +static_assert(alignof(KismetMathLibrary_RandomBoolWithWeightFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolWithWeightFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomBoolWithWeightFromStream) == 0x000010, "Wrong size on KismetMathLibrary_RandomBoolWithWeightFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, RandomStream) == 0x000000, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::RandomStream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, Weight) == 0x000008, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloat \ +static_assert(alignof(KismetMathLibrary_RandomFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomFloat"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloat) == 0x000008, "Wrong size on KismetMathLibrary_RandomFloat"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloat, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatFromStream \ +static_assert(alignof(KismetMathLibrary_RandomFloatFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloatFromStream) == 0x00000C, "Wrong size on KismetMathLibrary_RandomFloatFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomFloatFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomFloatFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatInRange \ +static_assert(alignof(KismetMathLibrary_RandomFloatInRange) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomFloatInRange"); \ +static_assert(sizeof(KismetMathLibrary_RandomFloatInRange) == 0x000018, "Wrong size on KismetMathLibrary_RandomFloatInRange"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, Min) == 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, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Min) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Max) == 0x00000C, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Max' 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, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, Max) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerFromStream::Max' 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, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Min) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Max) == 0x00000C, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBox \ +static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBox) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBox"); \ +static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBox) == 0x000048, "Wrong size on KismetMathLibrary_RandomPointInBoundingBox"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, Center) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBox::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, HalfSize) == 0x000018, "Member 'KismetMathLibrary_RandomPointInBoundingBox::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_RandomPointInBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBox_Box \ +static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBox_Box) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBox_Box"); \ +static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBox_Box) == 0x000050, "Wrong size on KismetMathLibrary_RandomPointInBoundingBox_Box"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox_Box, Box) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBox_Box::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox_Box, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RandomPointInBoundingBox_Box::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBoxFromStream \ +static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBoxFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBoxFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBoxFromStream) == 0x000050, "Wrong size on KismetMathLibrary_RandomPointInBoundingBoxFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, Center) == 0x000008, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, HalfSize) == 0x000020, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box \ +static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box"); \ +static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box) == 0x000058, "Wrong size on KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box, Box) == 0x000008, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream_Box::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomRotator \ +static_assert(alignof(KismetMathLibrary_RandomRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomRotator"); \ +static_assert(sizeof(KismetMathLibrary_RandomRotator) == 0x000020, "Wrong size on KismetMathLibrary_RandomRotator"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotator, bRoll) == 0x000000, "Member 'KismetMathLibrary_RandomRotator::bRoll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotator, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomRotatorFromStream \ +static_assert(alignof(KismetMathLibrary_RandomRotatorFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomRotatorFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomRotatorFromStream) == 0x000028, "Wrong size on KismetMathLibrary_RandomRotatorFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomRotatorFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, bRoll) == 0x000008, "Member 'KismetMathLibrary_RandomRotatorFromStream::bRoll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomRotatorFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVector \ +static_assert(alignof(KismetMathLibrary_RandomUnitVector) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVector"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVector) == 0x000018, "Wrong size on KismetMathLibrary_RandomUnitVector"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVector, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorFromStream) == 0x000020, "Wrong size on KismetMathLibrary_RandomUnitVectorFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomUnitVectorFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInDegrees \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInDegrees) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInDegrees"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInDegrees) == 0x000038, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInDegrees"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ConeHalfAngleInDegrees) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ConeHalfAngleInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegrees, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream) == 0x000040, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ConeDir) == 0x000008, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ConeHalfAngleInDegrees) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ConeHalfAngleInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInRadians \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInRadians) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInRadians"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInRadians) == 0x000038, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInRadians"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ConeHalfAngleInRadians) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ConeHalfAngleInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadians, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream) == 0x000040, "Wrong size on KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ConeDir) == 0x000008, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ConeHalfAngleInRadians) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ConeHalfAngleInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees) == 0x000038, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, MaxYawInDegrees) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::MaxYawInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, MaxPitchInDegrees) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::MaxPitchInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream) == 0x000040, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, ConeDir) == 0x000008, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, MaxYawInDegrees) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::MaxYawInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, MaxPitchInDegrees) == 0x000024, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::MaxPitchInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians) == 0x000038, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, MaxYawInRadians) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::MaxYawInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, MaxPitchInRadians) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::MaxPitchInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream \ +static_assert(alignof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream) == 0x000040, "Wrong size on KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, ConeDir) == 0x000008, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, MaxYawInRadians) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::MaxYawInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, MaxPitchInRadians) == 0x000024, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::MaxPitchInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_REase \ +static_assert(alignof(KismetMathLibrary_REase) == 0x000008, "Wrong alignment on KismetMathLibrary_REase"); \ +static_assert(sizeof(KismetMathLibrary_REase) == 0x000058, "Wrong size on KismetMathLibrary_REase"); \ +static_assert(offsetof(KismetMathLibrary_REase, A) == 0x000000, "Member 'KismetMathLibrary_REase::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, B) == 0x000018, "Member 'KismetMathLibrary_REase::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, Alpha) == 0x000030, "Member 'KismetMathLibrary_REase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, bShortestPath) == 0x000034, "Member 'KismetMathLibrary_REase::bShortestPath' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, EasingFunc) == 0x000035, "Member 'KismetMathLibrary_REase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, BlendExp) == 0x000038, "Member 'KismetMathLibrary_REase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, Steps) == 0x00003C, "Member 'KismetMathLibrary_REase::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_REase, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_REase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ResetFloatSpringState \ +static_assert(alignof(KismetMathLibrary_ResetFloatSpringState) == 0x000004, "Wrong alignment on KismetMathLibrary_ResetFloatSpringState"); \ +static_assert(sizeof(KismetMathLibrary_ResetFloatSpringState) == 0x00000C, "Wrong size on KismetMathLibrary_ResetFloatSpringState"); \ +static_assert(offsetof(KismetMathLibrary_ResetFloatSpringState, SpringState) == 0x000000, "Member 'KismetMathLibrary_ResetFloatSpringState::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ResetQuaternionSpringState \ +static_assert(alignof(KismetMathLibrary_ResetQuaternionSpringState) == 0x000010, "Wrong alignment on KismetMathLibrary_ResetQuaternionSpringState"); \ +static_assert(sizeof(KismetMathLibrary_ResetQuaternionSpringState) == 0x000040, "Wrong size on KismetMathLibrary_ResetQuaternionSpringState"); \ +static_assert(offsetof(KismetMathLibrary_ResetQuaternionSpringState, SpringState) == 0x000000, "Member 'KismetMathLibrary_ResetQuaternionSpringState::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ResetRandomStream \ +static_assert(alignof(KismetMathLibrary_ResetRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_ResetRandomStream"); \ +static_assert(sizeof(KismetMathLibrary_ResetRandomStream) == 0x000008, "Wrong size on KismetMathLibrary_ResetRandomStream"); \ +static_assert(offsetof(KismetMathLibrary_ResetRandomStream, Stream) == 0x000000, "Member 'KismetMathLibrary_ResetRandomStream::Stream' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ResetVectorSpringState \ +static_assert(alignof(KismetMathLibrary_ResetVectorSpringState) == 0x000008, "Wrong alignment on KismetMathLibrary_ResetVectorSpringState"); \ +static_assert(sizeof(KismetMathLibrary_ResetVectorSpringState) == 0x000038, "Wrong size on KismetMathLibrary_ResetVectorSpringState"); \ +static_assert(offsetof(KismetMathLibrary_ResetVectorSpringState, SpringState) == 0x000000, "Member 'KismetMathLibrary_ResetVectorSpringState::SpringState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RGBLinearToHSV \ +static_assert(alignof(KismetMathLibrary_RGBLinearToHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_RGBLinearToHSV"); \ +static_assert(sizeof(KismetMathLibrary_RGBLinearToHSV) == 0x000020, "Wrong size on KismetMathLibrary_RGBLinearToHSV"); \ +static_assert(offsetof(KismetMathLibrary_RGBLinearToHSV, RGB) == 0x000000, "Member 'KismetMathLibrary_RGBLinearToHSV::RGB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBLinearToHSV, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RGBLinearToHSV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RGBToHSV \ +static_assert(alignof(KismetMathLibrary_RGBToHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_RGBToHSV"); \ +static_assert(sizeof(KismetMathLibrary_RGBToHSV) == 0x000020, "Wrong size on KismetMathLibrary_RGBToHSV"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, InColor) == 0x000000, "Member 'KismetMathLibrary_RGBToHSV::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, H) == 0x000010, "Member 'KismetMathLibrary_RGBToHSV::H' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, S) == 0x000014, "Member 'KismetMathLibrary_RGBToHSV::S' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, V) == 0x000018, "Member 'KismetMathLibrary_RGBToHSV::V' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV, A) == 0x00001C, "Member 'KismetMathLibrary_RGBToHSV::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RGBToHSV_Vector \ +static_assert(alignof(KismetMathLibrary_RGBToHSV_Vector) == 0x000004, "Wrong alignment on KismetMathLibrary_RGBToHSV_Vector"); \ +static_assert(sizeof(KismetMathLibrary_RGBToHSV_Vector) == 0x000020, "Wrong size on KismetMathLibrary_RGBToHSV_Vector"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV_Vector, RGB) == 0x000000, "Member 'KismetMathLibrary_RGBToHSV_Vector::RGB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RGBToHSV_Vector, HSV) == 0x000010, "Member 'KismetMathLibrary_RGBToHSV_Vector::HSV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RInterpTo \ +static_assert(alignof(KismetMathLibrary_RInterpTo) == 0x000008, "Wrong alignment on KismetMathLibrary_RInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_RInterpTo) == 0x000050, "Wrong size on KismetMathLibrary_RInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_RInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, Target) == 0x000018, "Member 'KismetMathLibrary_RInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, DeltaTime) == 0x000030, "Member 'KismetMathLibrary_RInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, InterpSpeed) == 0x000034, "Member 'KismetMathLibrary_RInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_RInterpTo_Constant) == 0x000008, "Wrong alignment on KismetMathLibrary_RInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_RInterpTo_Constant) == 0x000050, "Wrong size on KismetMathLibrary_RInterpTo_Constant"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_RInterpTo_Constant::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, Target) == 0x000018, "Member 'KismetMathLibrary_RInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, DeltaTime) == 0x000030, "Member 'KismetMathLibrary_RInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, InterpSpeed) == 0x000034, "Member 'KismetMathLibrary_RInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RInterpTo_Constant, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RLerp \ +static_assert(alignof(KismetMathLibrary_RLerp) == 0x000008, "Wrong alignment on KismetMathLibrary_RLerp"); \ +static_assert(sizeof(KismetMathLibrary_RLerp) == 0x000050, "Wrong size on KismetMathLibrary_RLerp"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, A) == 0x000000, "Member 'KismetMathLibrary_RLerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, B) == 0x000018, "Member 'KismetMathLibrary_RLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, Alpha) == 0x000030, "Member 'KismetMathLibrary_RLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, bShortestPath) == 0x000034, "Member 'KismetMathLibrary_RLerp::bShortestPath' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RLerp, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RotateAngleAxis \ +static_assert(alignof(KismetMathLibrary_RotateAngleAxis) == 0x000008, "Wrong alignment on KismetMathLibrary_RotateAngleAxis"); \ +static_assert(sizeof(KismetMathLibrary_RotateAngleAxis) == 0x000050, "Wrong size on KismetMathLibrary_RotateAngleAxis"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, InVect) == 0x000000, "Member 'KismetMathLibrary_RotateAngleAxis::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, AngleDeg) == 0x000018, "Member 'KismetMathLibrary_RotateAngleAxis::AngleDeg' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, Axis) == 0x000020, "Member 'KismetMathLibrary_RotateAngleAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotateAngleAxis, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RotateAngleAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RotatorFromAxisAndAngle \ +static_assert(alignof(KismetMathLibrary_RotatorFromAxisAndAngle) == 0x000008, "Wrong alignment on KismetMathLibrary_RotatorFromAxisAndAngle"); \ +static_assert(sizeof(KismetMathLibrary_RotatorFromAxisAndAngle) == 0x000038, "Wrong size on KismetMathLibrary_RotatorFromAxisAndAngle"); \ +static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, Axis) == 0x000000, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, Angle) == 0x000018, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RotatorFromAxisAndAngle, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RotatorFromAxisAndAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_round \ +static_assert(alignof(KismetMathLibrary_round) == 0x000008, "Wrong alignment on KismetMathLibrary_round"); \ +static_assert(sizeof(KismetMathLibrary_round) == 0x000010, "Wrong size on KismetMathLibrary_round"); \ +static_assert(offsetof(KismetMathLibrary_round, A) == 0x000000, "Member 'KismetMathLibrary_round::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_round, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_round::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Round64 \ +static_assert(alignof(KismetMathLibrary_Round64) == 0x000008, "Wrong alignment on KismetMathLibrary_Round64"); \ +static_assert(sizeof(KismetMathLibrary_Round64) == 0x000010, "Wrong size on KismetMathLibrary_Round64"); \ +static_assert(offsetof(KismetMathLibrary_Round64, A) == 0x000000, "Member 'KismetMathLibrary_Round64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Round64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Round64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SafeDivide \ +static_assert(alignof(KismetMathLibrary_SafeDivide) == 0x000008, "Wrong alignment on KismetMathLibrary_SafeDivide"); \ +static_assert(sizeof(KismetMathLibrary_SafeDivide) == 0x000018, "Wrong size on KismetMathLibrary_SafeDivide"); \ +static_assert(offsetof(KismetMathLibrary_SafeDivide, A) == 0x000000, "Member 'KismetMathLibrary_SafeDivide::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SafeDivide, B) == 0x000008, "Member 'KismetMathLibrary_SafeDivide::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SafeDivide, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_SafeDivide::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SeedRandomStream \ +static_assert(alignof(KismetMathLibrary_SeedRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_SeedRandomStream"); \ +static_assert(sizeof(KismetMathLibrary_SeedRandomStream) == 0x000008, "Wrong size on KismetMathLibrary_SeedRandomStream"); \ +static_assert(offsetof(KismetMathLibrary_SeedRandomStream, Stream) == 0x000000, "Member 'KismetMathLibrary_SeedRandomStream::Stream' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectClass \ +static_assert(alignof(KismetMathLibrary_SelectClass) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectClass"); \ +static_assert(sizeof(KismetMathLibrary_SelectClass) == 0x000020, "Wrong size on KismetMathLibrary_SelectClass"); \ +static_assert(offsetof(KismetMathLibrary_SelectClass, A) == 0x000000, "Member 'KismetMathLibrary_SelectClass::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectClass, B) == 0x000008, "Member 'KismetMathLibrary_SelectClass::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectClass, bSelectA) == 0x000010, "Member 'KismetMathLibrary_SelectClass::bSelectA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectClass, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_SelectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectColor \ +static_assert(alignof(KismetMathLibrary_SelectColor) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectColor"); \ +static_assert(sizeof(KismetMathLibrary_SelectColor) == 0x000034, "Wrong size on KismetMathLibrary_SelectColor"); \ +static_assert(offsetof(KismetMathLibrary_SelectColor, A) == 0x000000, "Member 'KismetMathLibrary_SelectColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectColor, B) == 0x000010, "Member 'KismetMathLibrary_SelectColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectColor, bPickA) == 0x000020, "Member 'KismetMathLibrary_SelectColor::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectColor, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_SelectColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectFloat \ +static_assert(alignof(KismetMathLibrary_SelectFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectFloat"); \ +static_assert(sizeof(KismetMathLibrary_SelectFloat) == 0x000020, "Wrong size on KismetMathLibrary_SelectFloat"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, A) == 0x000000, "Member 'KismetMathLibrary_SelectFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, B) == 0x000008, "Member 'KismetMathLibrary_SelectFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, bPickA) == 0x000010, "Member 'KismetMathLibrary_SelectFloat::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectFloat, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_SelectFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectInt \ +static_assert(alignof(KismetMathLibrary_SelectInt) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectInt"); \ +static_assert(sizeof(KismetMathLibrary_SelectInt) == 0x000010, "Wrong size on KismetMathLibrary_SelectInt"); \ +static_assert(offsetof(KismetMathLibrary_SelectInt, A) == 0x000000, "Member 'KismetMathLibrary_SelectInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectInt, B) == 0x000004, "Member 'KismetMathLibrary_SelectInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectInt, bPickA) == 0x000008, "Member 'KismetMathLibrary_SelectInt::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_SelectInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectName \ +static_assert(alignof(KismetMathLibrary_SelectName) == 0x000004, "Wrong alignment on KismetMathLibrary_SelectName"); \ +static_assert(sizeof(KismetMathLibrary_SelectName) == 0x00001C, "Wrong size on KismetMathLibrary_SelectName"); \ +static_assert(offsetof(KismetMathLibrary_SelectName, A) == 0x000000, "Member 'KismetMathLibrary_SelectName::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectName, B) == 0x000008, "Member 'KismetMathLibrary_SelectName::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectName, bPickA) == 0x000010, "Member 'KismetMathLibrary_SelectName::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectName, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_SelectName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectObject \ +static_assert(alignof(KismetMathLibrary_SelectObject) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectObject"); \ +static_assert(sizeof(KismetMathLibrary_SelectObject) == 0x000020, "Wrong size on KismetMathLibrary_SelectObject"); \ +static_assert(offsetof(KismetMathLibrary_SelectObject, A) == 0x000000, "Member 'KismetMathLibrary_SelectObject::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectObject, B) == 0x000008, "Member 'KismetMathLibrary_SelectObject::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectObject, bSelectA) == 0x000010, "Member 'KismetMathLibrary_SelectObject::bSelectA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectObject, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_SelectObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectRotator \ +static_assert(alignof(KismetMathLibrary_SelectRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectRotator"); \ +static_assert(sizeof(KismetMathLibrary_SelectRotator) == 0x000050, "Wrong size on KismetMathLibrary_SelectRotator"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, A) == 0x000000, "Member 'KismetMathLibrary_SelectRotator::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, B) == 0x000018, "Member 'KismetMathLibrary_SelectRotator::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, bPickA) == 0x000030, "Member 'KismetMathLibrary_SelectRotator::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectRotator, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_SelectRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectString \ +static_assert(alignof(KismetMathLibrary_SelectString) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectString"); \ +static_assert(sizeof(KismetMathLibrary_SelectString) == 0x000038, "Wrong size on KismetMathLibrary_SelectString"); \ +static_assert(offsetof(KismetMathLibrary_SelectString, A) == 0x000000, "Member 'KismetMathLibrary_SelectString::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectString, B) == 0x000010, "Member 'KismetMathLibrary_SelectString::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectString, bPickA) == 0x000020, "Member 'KismetMathLibrary_SelectString::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectString, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_SelectString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectText \ +static_assert(alignof(KismetMathLibrary_SelectText) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectText"); \ +static_assert(sizeof(KismetMathLibrary_SelectText) == 0x000038, "Wrong size on KismetMathLibrary_SelectText"); \ +static_assert(offsetof(KismetMathLibrary_SelectText, A) == 0x000000, "Member 'KismetMathLibrary_SelectText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectText, B) == 0x000010, "Member 'KismetMathLibrary_SelectText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectText, bPickA) == 0x000020, "Member 'KismetMathLibrary_SelectText::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectText, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_SelectText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectTransform \ +static_assert(alignof(KismetMathLibrary_SelectTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_SelectTransform"); \ +static_assert(sizeof(KismetMathLibrary_SelectTransform) == 0x000130, "Wrong size on KismetMathLibrary_SelectTransform"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, A) == 0x000000, "Member 'KismetMathLibrary_SelectTransform::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, B) == 0x000060, "Member 'KismetMathLibrary_SelectTransform::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, bPickA) == 0x0000C0, "Member 'KismetMathLibrary_SelectTransform::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectTransform, ReturnValue) == 0x0000D0, "Member 'KismetMathLibrary_SelectTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SelectVector \ +static_assert(alignof(KismetMathLibrary_SelectVector) == 0x000008, "Wrong alignment on KismetMathLibrary_SelectVector"); \ +static_assert(sizeof(KismetMathLibrary_SelectVector) == 0x000050, "Wrong size on KismetMathLibrary_SelectVector"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, A) == 0x000000, "Member 'KismetMathLibrary_SelectVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, B) == 0x000018, "Member 'KismetMathLibrary_SelectVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, bPickA) == 0x000030, "Member 'KismetMathLibrary_SelectVector::bPickA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SelectVector, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_SelectVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Set2D \ +static_assert(alignof(KismetMathLibrary_Set2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Set2D"); \ +static_assert(sizeof(KismetMathLibrary_Set2D) == 0x000020, "Wrong size on KismetMathLibrary_Set2D"); \ +static_assert(offsetof(KismetMathLibrary_Set2D, A) == 0x000000, "Member 'KismetMathLibrary_Set2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Set2D, X) == 0x000010, "Member 'KismetMathLibrary_Set2D::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Set2D, Y) == 0x000018, "Member 'KismetMathLibrary_Set2D::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SetFloatSpringStateVelocity \ +static_assert(alignof(KismetMathLibrary_SetFloatSpringStateVelocity) == 0x000004, "Wrong alignment on KismetMathLibrary_SetFloatSpringStateVelocity"); \ +static_assert(sizeof(KismetMathLibrary_SetFloatSpringStateVelocity) == 0x000010, "Wrong size on KismetMathLibrary_SetFloatSpringStateVelocity"); \ +static_assert(offsetof(KismetMathLibrary_SetFloatSpringStateVelocity, SpringState) == 0x000000, "Member 'KismetMathLibrary_SetFloatSpringStateVelocity::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SetFloatSpringStateVelocity, Velocity) == 0x00000C, "Member 'KismetMathLibrary_SetFloatSpringStateVelocity::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SetQuaternionSpringStateAngularVelocity \ +static_assert(alignof(KismetMathLibrary_SetQuaternionSpringStateAngularVelocity) == 0x000010, "Wrong alignment on KismetMathLibrary_SetQuaternionSpringStateAngularVelocity"); \ +static_assert(sizeof(KismetMathLibrary_SetQuaternionSpringStateAngularVelocity) == 0x000060, "Wrong size on KismetMathLibrary_SetQuaternionSpringStateAngularVelocity"); \ +static_assert(offsetof(KismetMathLibrary_SetQuaternionSpringStateAngularVelocity, SpringState) == 0x000000, "Member 'KismetMathLibrary_SetQuaternionSpringStateAngularVelocity::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SetQuaternionSpringStateAngularVelocity, AngularVelocity) == 0x000040, "Member 'KismetMathLibrary_SetQuaternionSpringStateAngularVelocity::AngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SetRandomStreamSeed \ +static_assert(alignof(KismetMathLibrary_SetRandomStreamSeed) == 0x000004, "Wrong alignment on KismetMathLibrary_SetRandomStreamSeed"); \ +static_assert(sizeof(KismetMathLibrary_SetRandomStreamSeed) == 0x00000C, "Wrong size on KismetMathLibrary_SetRandomStreamSeed"); \ +static_assert(offsetof(KismetMathLibrary_SetRandomStreamSeed, Stream) == 0x000000, "Member 'KismetMathLibrary_SetRandomStreamSeed::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SetRandomStreamSeed, NewSeed) == 0x000008, "Member 'KismetMathLibrary_SetRandomStreamSeed::NewSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SetVectorSpringStateVelocity \ +static_assert(alignof(KismetMathLibrary_SetVectorSpringStateVelocity) == 0x000008, "Wrong alignment on KismetMathLibrary_SetVectorSpringStateVelocity"); \ +static_assert(sizeof(KismetMathLibrary_SetVectorSpringStateVelocity) == 0x000050, "Wrong size on KismetMathLibrary_SetVectorSpringStateVelocity"); \ +static_assert(offsetof(KismetMathLibrary_SetVectorSpringStateVelocity, SpringState) == 0x000000, "Member 'KismetMathLibrary_SetVectorSpringStateVelocity::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SetVectorSpringStateVelocity, Velocity) == 0x000038, "Member 'KismetMathLibrary_SetVectorSpringStateVelocity::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SignOfFloat \ +static_assert(alignof(KismetMathLibrary_SignOfFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_SignOfFloat"); \ +static_assert(sizeof(KismetMathLibrary_SignOfFloat) == 0x000010, "Wrong size on KismetMathLibrary_SignOfFloat"); \ +static_assert(offsetof(KismetMathLibrary_SignOfFloat, A) == 0x000000, "Member 'KismetMathLibrary_SignOfFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SignOfFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_SignOfFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SignOfInteger \ +static_assert(alignof(KismetMathLibrary_SignOfInteger) == 0x000004, "Wrong alignment on KismetMathLibrary_SignOfInteger"); \ +static_assert(sizeof(KismetMathLibrary_SignOfInteger) == 0x000008, "Wrong size on KismetMathLibrary_SignOfInteger"); \ +static_assert(offsetof(KismetMathLibrary_SignOfInteger, A) == 0x000000, "Member 'KismetMathLibrary_SignOfInteger::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SignOfInteger, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_SignOfInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_SignOfInteger64 \ +static_assert(alignof(KismetMathLibrary_SignOfInteger64) == 0x000008, "Wrong alignment on KismetMathLibrary_SignOfInteger64"); \ +static_assert(sizeof(KismetMathLibrary_SignOfInteger64) == 0x000010, "Wrong size on KismetMathLibrary_SignOfInteger64"); \ +static_assert(offsetof(KismetMathLibrary_SignOfInteger64, A) == 0x000000, "Member 'KismetMathLibrary_SignOfInteger64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_SignOfInteger64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_SignOfInteger64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_sin \ +static_assert(alignof(KismetMathLibrary_sin) == 0x000008, "Wrong alignment on KismetMathLibrary_sin"); \ +static_assert(sizeof(KismetMathLibrary_sin) == 0x000010, "Wrong size on KismetMathLibrary_sin"); \ +static_assert(offsetof(KismetMathLibrary_sin, A) == 0x000000, "Member 'KismetMathLibrary_sin::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_sin, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_sin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Spherical2DToUnitCartesian \ +static_assert(alignof(KismetMathLibrary_Spherical2DToUnitCartesian) == 0x000008, "Wrong alignment on KismetMathLibrary_Spherical2DToUnitCartesian"); \ +static_assert(sizeof(KismetMathLibrary_Spherical2DToUnitCartesian) == 0x000028, "Wrong size on KismetMathLibrary_Spherical2DToUnitCartesian"); \ +static_assert(offsetof(KismetMathLibrary_Spherical2DToUnitCartesian, A) == 0x000000, "Member 'KismetMathLibrary_Spherical2DToUnitCartesian::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Spherical2DToUnitCartesian, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Spherical2DToUnitCartesian::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_sqrt \ +static_assert(alignof(KismetMathLibrary_sqrt) == 0x000008, "Wrong alignment on KismetMathLibrary_sqrt"); \ +static_assert(sizeof(KismetMathLibrary_sqrt) == 0x000010, "Wrong size on KismetMathLibrary_sqrt"); \ +static_assert(offsetof(KismetMathLibrary_sqrt, A) == 0x000000, "Member 'KismetMathLibrary_sqrt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_sqrt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_sqrt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Square \ +static_assert(alignof(KismetMathLibrary_Square) == 0x000008, "Wrong alignment on KismetMathLibrary_Square"); \ +static_assert(sizeof(KismetMathLibrary_Square) == 0x000010, "Wrong size on KismetMathLibrary_Square"); \ +static_assert(offsetof(KismetMathLibrary_Square, A) == 0x000000, "Member 'KismetMathLibrary_Square::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Square, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Square::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_ByteByte \ +static_assert(alignof(KismetMathLibrary_Subtract_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Subtract_ByteByte"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Subtract_ByteByte"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_ByteByte::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_ByteByte, B) == 0x000001, "Member 'KismetMathLibrary_Subtract_ByteByte::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Subtract_ByteByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_DateTimeDateTime \ +static_assert(alignof(KismetMathLibrary_Subtract_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_DateTimeDateTime"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_DateTimeDateTime"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_DateTimeDateTime::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeDateTime, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_DateTimeDateTime::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_DateTimeTimespan \ +static_assert(alignof(KismetMathLibrary_Subtract_DateTimeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_DateTimeTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_DateTimeTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_DateTimeTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_DateTimeTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_DateTimeTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DateTimeTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_DateTimeTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_DoubleDouble \ +static_assert(alignof(KismetMathLibrary_Subtract_DoubleDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_DoubleDouble"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_DoubleDouble) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_DoubleDouble"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DoubleDouble, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_DoubleDouble::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DoubleDouble, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_DoubleDouble::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_DoubleDouble, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_DoubleDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Subtract_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntInt \ +static_assert(alignof(KismetMathLibrary_Subtract_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Subtract_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Subtract_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Subtract_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntPointInt \ +static_assert(alignof(KismetMathLibrary_Subtract_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_IntPointInt"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Subtract_IntPointInt"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_IntPointInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointInt, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_IntPointInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Subtract_IntPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_IntPointIntPoint \ +static_assert(alignof(KismetMathLibrary_Subtract_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_IntPointIntPoint"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_IntPointIntPoint"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_IntPointIntPoint::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointIntPoint, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_IntPointIntPoint::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_LinearColorLinearColor \ +static_assert(alignof(KismetMathLibrary_Subtract_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Subtract_LinearColorLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Subtract_LinearColorLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_LinearColorLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_LinearColorLinearColor, B) == 0x000010, "Member 'KismetMathLibrary_Subtract_LinearColorLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_QuatQuat \ +static_assert(alignof(KismetMathLibrary_Subtract_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Subtract_QuatQuat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_QuatQuat) == 0x000060, "Wrong size on KismetMathLibrary_Subtract_QuatQuat"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_QuatQuat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, B) == 0x000020, "Member 'KismetMathLibrary_Subtract_QuatQuat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_QuatQuat, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Subtract_QuatQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_TimespanTimespan \ +static_assert(alignof(KismetMathLibrary_Subtract_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_TimespanTimespan"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Subtract_TimespanTimespan"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_TimespanTimespan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_TimespanTimespan, B) == 0x000008, "Member 'KismetMathLibrary_Subtract_TimespanTimespan::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Subtract_TimespanTimespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector2DFloat \ +static_assert(alignof(KismetMathLibrary_Subtract_Vector2DFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_Vector2DFloat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Vector2DFloat) == 0x000028, "Wrong size on KismetMathLibrary_Subtract_Vector2DFloat"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, B) == 0x000010, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DFloat, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Subtract_Vector2DFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector2DVector2D \ +static_assert(alignof(KismetMathLibrary_Subtract_Vector2DVector2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_Vector2DVector2D"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Vector2DVector2D) == 0x000030, "Wrong size on KismetMathLibrary_Subtract_Vector2DVector2D"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, B) == 0x000010, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector2DVector2D, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_Vector4Vector4 \ +static_assert(alignof(KismetMathLibrary_Subtract_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Subtract_Vector4Vector4"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_Vector4Vector4) == 0x000060, "Wrong size on KismetMathLibrary_Subtract_Vector4Vector4"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, B) == 0x000020, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_Vector4Vector4, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Subtract_Vector4Vector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorFloat \ +static_assert(alignof(KismetMathLibrary_Subtract_VectorFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_VectorFloat"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_VectorFloat) == 0x000038, "Wrong size on KismetMathLibrary_Subtract_VectorFloat"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_VectorFloat::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, B) == 0x000018, "Member 'KismetMathLibrary_Subtract_VectorFloat::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorFloat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_VectorFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorInt \ +static_assert(alignof(KismetMathLibrary_Subtract_VectorInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_VectorInt"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_VectorInt) == 0x000038, "Wrong size on KismetMathLibrary_Subtract_VectorInt"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_VectorInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, B) == 0x000018, "Member 'KismetMathLibrary_Subtract_VectorInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorInt, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Subtract_VectorInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Subtract_VectorVector \ +static_assert(alignof(KismetMathLibrary_Subtract_VectorVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Subtract_VectorVector"); \ +static_assert(sizeof(KismetMathLibrary_Subtract_VectorVector) == 0x000048, "Wrong size on KismetMathLibrary_Subtract_VectorVector"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Subtract_VectorVector::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, B) == 0x000018, "Member 'KismetMathLibrary_Subtract_VectorVector::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Subtract_VectorVector, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Subtract_VectorVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_tan \ +static_assert(alignof(KismetMathLibrary_tan) == 0x000008, "Wrong alignment on KismetMathLibrary_tan"); \ +static_assert(sizeof(KismetMathLibrary_tan) == 0x000010, "Wrong size on KismetMathLibrary_tan"); \ +static_assert(offsetof(KismetMathLibrary_tan, A) == 0x000000, "Member 'KismetMathLibrary_tan::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_tan, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_tan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TEase \ +static_assert(alignof(KismetMathLibrary_TEase) == 0x000010, "Wrong alignment on KismetMathLibrary_TEase"); \ +static_assert(sizeof(KismetMathLibrary_TEase) == 0x000130, "Wrong size on KismetMathLibrary_TEase"); \ +static_assert(offsetof(KismetMathLibrary_TEase, A) == 0x000000, "Member 'KismetMathLibrary_TEase::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, B) == 0x000060, "Member 'KismetMathLibrary_TEase::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, Alpha) == 0x0000C0, "Member 'KismetMathLibrary_TEase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, EasingFunc) == 0x0000C4, "Member 'KismetMathLibrary_TEase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, BlendExp) == 0x0000C8, "Member 'KismetMathLibrary_TEase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, Steps) == 0x0000CC, "Member 'KismetMathLibrary_TEase::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TEase, ReturnValue) == 0x0000D0, "Member 'KismetMathLibrary_TEase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanFromString \ +static_assert(alignof(KismetMathLibrary_TimespanFromString) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanFromString"); \ +static_assert(sizeof(KismetMathLibrary_TimespanFromString) == 0x000020, "Wrong size on KismetMathLibrary_TimespanFromString"); \ +static_assert(offsetof(KismetMathLibrary_TimespanFromString, TimespanString) == 0x000000, "Member 'KismetMathLibrary_TimespanFromString::TimespanString' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TimespanFromString, Result) == 0x000010, "Member 'KismetMathLibrary_TimespanFromString::Result' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TimespanFromString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_TimespanFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanMaxValue \ +static_assert(alignof(KismetMathLibrary_TimespanMaxValue) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanMaxValue"); \ +static_assert(sizeof(KismetMathLibrary_TimespanMaxValue) == 0x000008, "Wrong size on KismetMathLibrary_TimespanMaxValue"); \ +static_assert(offsetof(KismetMathLibrary_TimespanMaxValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_TimespanMaxValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanMinValue \ +static_assert(alignof(KismetMathLibrary_TimespanMinValue) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanMinValue"); \ +static_assert(sizeof(KismetMathLibrary_TimespanMinValue) == 0x000008, "Wrong size on KismetMathLibrary_TimespanMinValue"); \ +static_assert(offsetof(KismetMathLibrary_TimespanMinValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_TimespanMinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanRatio \ +static_assert(alignof(KismetMathLibrary_TimespanRatio) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanRatio"); \ +static_assert(sizeof(KismetMathLibrary_TimespanRatio) == 0x000018, "Wrong size on KismetMathLibrary_TimespanRatio"); \ +static_assert(offsetof(KismetMathLibrary_TimespanRatio, A) == 0x000000, "Member 'KismetMathLibrary_TimespanRatio::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TimespanRatio, B) == 0x000008, "Member 'KismetMathLibrary_TimespanRatio::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TimespanRatio, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_TimespanRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TimespanZeroValue \ +static_assert(alignof(KismetMathLibrary_TimespanZeroValue) == 0x000008, "Wrong alignment on KismetMathLibrary_TimespanZeroValue"); \ +static_assert(sizeof(KismetMathLibrary_TimespanZeroValue) == 0x000008, "Wrong size on KismetMathLibrary_TimespanZeroValue"); \ +static_assert(offsetof(KismetMathLibrary_TimespanZeroValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_TimespanZeroValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TInterpTo \ +static_assert(alignof(KismetMathLibrary_TInterpTo) == 0x000010, "Wrong alignment on KismetMathLibrary_TInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_TInterpTo) == 0x000130, "Wrong size on KismetMathLibrary_TInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_TInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, Target) == 0x000060, "Member 'KismetMathLibrary_TInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, DeltaTime) == 0x0000C0, "Member 'KismetMathLibrary_TInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, InterpSpeed) == 0x0000C4, "Member 'KismetMathLibrary_TInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TInterpTo, ReturnValue) == 0x0000D0, "Member 'KismetMathLibrary_TInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TLerp \ +static_assert(alignof(KismetMathLibrary_TLerp) == 0x000010, "Wrong alignment on KismetMathLibrary_TLerp"); \ +static_assert(sizeof(KismetMathLibrary_TLerp) == 0x000130, "Wrong size on KismetMathLibrary_TLerp"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, A) == 0x000000, "Member 'KismetMathLibrary_TLerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, B) == 0x000060, "Member 'KismetMathLibrary_TLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, Alpha) == 0x0000C0, "Member 'KismetMathLibrary_TLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, InterpMode) == 0x0000C4, "Member 'KismetMathLibrary_TLerp::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TLerp, ReturnValue) == 0x0000D0, "Member 'KismetMathLibrary_TLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Today \ +static_assert(alignof(KismetMathLibrary_Today) == 0x000008, "Wrong alignment on KismetMathLibrary_Today"); \ +static_assert(sizeof(KismetMathLibrary_Today) == 0x000008, "Wrong size on KismetMathLibrary_Today"); \ +static_assert(offsetof(KismetMathLibrary_Today, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Today::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToDirectionAndLength2D \ +static_assert(alignof(KismetMathLibrary_ToDirectionAndLength2D) == 0x000008, "Wrong alignment on KismetMathLibrary_ToDirectionAndLength2D"); \ +static_assert(sizeof(KismetMathLibrary_ToDirectionAndLength2D) == 0x000028, "Wrong size on KismetMathLibrary_ToDirectionAndLength2D"); \ +static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, A) == 0x000000, "Member 'KismetMathLibrary_ToDirectionAndLength2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, OutDir) == 0x000010, "Member 'KismetMathLibrary_ToDirectionAndLength2D::OutDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToDirectionAndLength2D, OutLength) == 0x000020, "Member 'KismetMathLibrary_ToDirectionAndLength2D::OutLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToHex_LinearColor \ +static_assert(alignof(KismetMathLibrary_ToHex_LinearColor) == 0x000008, "Wrong alignment on KismetMathLibrary_ToHex_LinearColor"); \ +static_assert(sizeof(KismetMathLibrary_ToHex_LinearColor) == 0x000020, "Wrong size on KismetMathLibrary_ToHex_LinearColor"); \ +static_assert(offsetof(KismetMathLibrary_ToHex_LinearColor, InColor) == 0x000000, "Member 'KismetMathLibrary_ToHex_LinearColor::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToHex_LinearColor, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_ToHex_LinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToRounded2D \ +static_assert(alignof(KismetMathLibrary_ToRounded2D) == 0x000008, "Wrong alignment on KismetMathLibrary_ToRounded2D"); \ +static_assert(sizeof(KismetMathLibrary_ToRounded2D) == 0x000020, "Wrong size on KismetMathLibrary_ToRounded2D"); \ +static_assert(offsetof(KismetMathLibrary_ToRounded2D, A) == 0x000000, "Member 'KismetMathLibrary_ToRounded2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToRounded2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_ToRounded2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToSign2D \ +static_assert(alignof(KismetMathLibrary_ToSign2D) == 0x000008, "Wrong alignment on KismetMathLibrary_ToSign2D"); \ +static_assert(sizeof(KismetMathLibrary_ToSign2D) == 0x000020, "Wrong size on KismetMathLibrary_ToSign2D"); \ +static_assert(offsetof(KismetMathLibrary_ToSign2D, A) == 0x000000, "Member 'KismetMathLibrary_ToSign2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToSign2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_ToSign2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToUnixTimestamp \ +static_assert(alignof(KismetMathLibrary_ToUnixTimestamp) == 0x000008, "Wrong alignment on KismetMathLibrary_ToUnixTimestamp"); \ +static_assert(sizeof(KismetMathLibrary_ToUnixTimestamp) == 0x000010, "Wrong size on KismetMathLibrary_ToUnixTimestamp"); \ +static_assert(offsetof(KismetMathLibrary_ToUnixTimestamp, Time) == 0x000000, "Member 'KismetMathLibrary_ToUnixTimestamp::Time' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToUnixTimestamp, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_ToUnixTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ToUnixTimestampDouble \ +static_assert(alignof(KismetMathLibrary_ToUnixTimestampDouble) == 0x000008, "Wrong alignment on KismetMathLibrary_ToUnixTimestampDouble"); \ +static_assert(sizeof(KismetMathLibrary_ToUnixTimestampDouble) == 0x000010, "Wrong size on KismetMathLibrary_ToUnixTimestampDouble"); \ +static_assert(offsetof(KismetMathLibrary_ToUnixTimestampDouble, Time) == 0x000000, "Member 'KismetMathLibrary_ToUnixTimestampDouble::Time' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ToUnixTimestampDouble, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_ToUnixTimestampDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Transform_Determinant \ +static_assert(alignof(KismetMathLibrary_Transform_Determinant) == 0x000010, "Wrong alignment on KismetMathLibrary_Transform_Determinant"); \ +static_assert(sizeof(KismetMathLibrary_Transform_Determinant) == 0x000070, "Wrong size on KismetMathLibrary_Transform_Determinant"); \ +static_assert(offsetof(KismetMathLibrary_Transform_Determinant, Transform) == 0x000000, "Member 'KismetMathLibrary_Transform_Determinant::Transform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Transform_Determinant, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_Transform_Determinant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TransformDirection \ +static_assert(alignof(KismetMathLibrary_TransformDirection) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformDirection"); \ +static_assert(sizeof(KismetMathLibrary_TransformDirection) == 0x000090, "Wrong size on KismetMathLibrary_TransformDirection"); \ +static_assert(offsetof(KismetMathLibrary_TransformDirection, T) == 0x000000, "Member 'KismetMathLibrary_TransformDirection::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformDirection, Direction) == 0x000060, "Member 'KismetMathLibrary_TransformDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformDirection, ReturnValue) == 0x000078, "Member 'KismetMathLibrary_TransformDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TransformLocation \ +static_assert(alignof(KismetMathLibrary_TransformLocation) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformLocation"); \ +static_assert(sizeof(KismetMathLibrary_TransformLocation) == 0x000090, "Wrong size on KismetMathLibrary_TransformLocation"); \ +static_assert(offsetof(KismetMathLibrary_TransformLocation, T) == 0x000000, "Member 'KismetMathLibrary_TransformLocation::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformLocation, Location) == 0x000060, "Member 'KismetMathLibrary_TransformLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformLocation, ReturnValue) == 0x000078, "Member 'KismetMathLibrary_TransformLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TransformRotation \ +static_assert(alignof(KismetMathLibrary_TransformRotation) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformRotation"); \ +static_assert(sizeof(KismetMathLibrary_TransformRotation) == 0x000090, "Wrong size on KismetMathLibrary_TransformRotation"); \ +static_assert(offsetof(KismetMathLibrary_TransformRotation, T) == 0x000000, "Member 'KismetMathLibrary_TransformRotation::T' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformRotation, Rotation) == 0x000060, "Member 'KismetMathLibrary_TransformRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformRotation, ReturnValue) == 0x000078, "Member 'KismetMathLibrary_TransformRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_TransformVector4 \ +static_assert(alignof(KismetMathLibrary_TransformVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_TransformVector4"); \ +static_assert(sizeof(KismetMathLibrary_TransformVector4) == 0x0000C0, "Wrong size on KismetMathLibrary_TransformVector4"); \ +static_assert(offsetof(KismetMathLibrary_TransformVector4, Matrix) == 0x000000, "Member 'KismetMathLibrary_TransformVector4::Matrix' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformVector4, Vec4) == 0x000080, "Member 'KismetMathLibrary_TransformVector4::Vec4' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_TransformVector4, ReturnValue) == 0x0000A0, "Member 'KismetMathLibrary_TransformVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_UtcNow \ +static_assert(alignof(KismetMathLibrary_UtcNow) == 0x000008, "Wrong alignment on KismetMathLibrary_UtcNow"); \ +static_assert(sizeof(KismetMathLibrary_UtcNow) == 0x000008, "Wrong size on KismetMathLibrary_UtcNow"); \ +static_assert(offsetof(KismetMathLibrary_UtcNow, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_UtcNow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VEase \ +static_assert(alignof(KismetMathLibrary_VEase) == 0x000008, "Wrong alignment on KismetMathLibrary_VEase"); \ +static_assert(sizeof(KismetMathLibrary_VEase) == 0x000058, "Wrong size on KismetMathLibrary_VEase"); \ +static_assert(offsetof(KismetMathLibrary_VEase, A) == 0x000000, "Member 'KismetMathLibrary_VEase::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, B) == 0x000018, "Member 'KismetMathLibrary_VEase::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, Alpha) == 0x000030, "Member 'KismetMathLibrary_VEase::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, EasingFunc) == 0x000034, "Member 'KismetMathLibrary_VEase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, BlendExp) == 0x000038, "Member 'KismetMathLibrary_VEase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, Steps) == 0x00003C, "Member 'KismetMathLibrary_VEase::Steps' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VEase, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_VEase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_One \ +static_assert(alignof(KismetMathLibrary_Vector2D_One) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector2D_One"); \ +static_assert(sizeof(KismetMathLibrary_Vector2D_One) == 0x000010, "Wrong size on KismetMathLibrary_Vector2D_One"); \ +static_assert(offsetof(KismetMathLibrary_Vector2D_One, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector2D_One::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_Unit45Deg \ +static_assert(alignof(KismetMathLibrary_Vector2D_Unit45Deg) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector2D_Unit45Deg"); \ +static_assert(sizeof(KismetMathLibrary_Vector2D_Unit45Deg) == 0x000010, "Wrong size on KismetMathLibrary_Vector2D_Unit45Deg"); \ +static_assert(offsetof(KismetMathLibrary_Vector2D_Unit45Deg, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector2D_Unit45Deg::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2D_Zero \ +static_assert(alignof(KismetMathLibrary_Vector2D_Zero) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector2D_Zero"); \ +static_assert(sizeof(KismetMathLibrary_Vector2D_Zero) == 0x000010, "Wrong size on KismetMathLibrary_Vector2D_Zero"); \ +static_assert(offsetof(KismetMathLibrary_Vector2D_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector2D_Zero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2DInterpTo \ +static_assert(alignof(KismetMathLibrary_Vector2DInterpTo) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector2DInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_Vector2DInterpTo) == 0x000038, "Wrong size on KismetMathLibrary_Vector2DInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_Vector2DInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, Target) == 0x000010, "Member 'KismetMathLibrary_Vector2DInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, DeltaTime) == 0x000020, "Member 'KismetMathLibrary_Vector2DInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, InterpSpeed) == 0x000024, "Member 'KismetMathLibrary_Vector2DInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_Vector2DInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector2DInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_Vector2DInterpTo_Constant) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector2DInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_Vector2DInterpTo_Constant) == 0x000038, "Wrong size on KismetMathLibrary_Vector2DInterpTo_Constant"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, Target) == 0x000010, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, DeltaTime) == 0x000020, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, InterpSpeed) == 0x000024, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector2DInterpTo_Constant, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_Vector2DInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Assign \ +static_assert(alignof(KismetMathLibrary_Vector4_Assign) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Assign"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Assign) == 0x000040, "Wrong size on KismetMathLibrary_Vector4_Assign"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Assign, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Assign::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Assign, InVector) == 0x000020, "Member 'KismetMathLibrary_Vector4_Assign::InVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_CrossProduct3 \ +static_assert(alignof(KismetMathLibrary_Vector4_CrossProduct3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_CrossProduct3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_CrossProduct3) == 0x000060, "Wrong size on KismetMathLibrary_Vector4_CrossProduct3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_CrossProduct3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, B) == 0x000020, "Member 'KismetMathLibrary_Vector4_CrossProduct3::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_CrossProduct3, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Vector4_CrossProduct3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_DotProduct \ +static_assert(alignof(KismetMathLibrary_Vector4_DotProduct) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_DotProduct"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_DotProduct) == 0x000050, "Wrong size on KismetMathLibrary_Vector4_DotProduct"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_DotProduct::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, B) == 0x000020, "Member 'KismetMathLibrary_Vector4_DotProduct::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Vector4_DotProduct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_DotProduct3 \ +static_assert(alignof(KismetMathLibrary_Vector4_DotProduct3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_DotProduct3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_DotProduct3) == 0x000050, "Wrong size on KismetMathLibrary_Vector4_DotProduct3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_DotProduct3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, B) == 0x000020, "Member 'KismetMathLibrary_Vector4_DotProduct3::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_DotProduct3, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Vector4_DotProduct3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNAN \ +static_assert(alignof(KismetMathLibrary_Vector4_IsNAN) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsNAN"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsNAN) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_IsNAN"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNAN, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsNAN::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNAN, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_IsNAN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNearlyZero3 \ +static_assert(alignof(KismetMathLibrary_Vector4_IsNearlyZero3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsNearlyZero3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsNearlyZero3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_IsNearlyZero3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, Tolerance) == 0x000020, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNearlyZero3, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_Vector4_IsNearlyZero3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsNormal3 \ +static_assert(alignof(KismetMathLibrary_Vector4_IsNormal3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsNormal3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsNormal3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_IsNormal3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNormal3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsNormal3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsNormal3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_IsNormal3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsUnit3 \ +static_assert(alignof(KismetMathLibrary_Vector4_IsUnit3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsUnit3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsUnit3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_IsUnit3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsUnit3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, SquaredLenthTolerance) == 0x000020, "Member 'KismetMathLibrary_Vector4_IsUnit3::SquaredLenthTolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsUnit3, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_Vector4_IsUnit3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_IsZero \ +static_assert(alignof(KismetMathLibrary_Vector4_IsZero) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_IsZero"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_IsZero) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_IsZero"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsZero, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_IsZero::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_IsZero, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_IsZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_MirrorByVector3 \ +static_assert(alignof(KismetMathLibrary_Vector4_MirrorByVector3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_MirrorByVector3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_MirrorByVector3) == 0x000060, "Wrong size on KismetMathLibrary_Vector4_MirrorByVector3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, Direction) == 0x000000, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, SurfaceNormal) == 0x000020, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::SurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_MirrorByVector3, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Vector4_MirrorByVector3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Negated \ +static_assert(alignof(KismetMathLibrary_Vector4_Negated) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Negated"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Negated) == 0x000040, "Wrong size on KismetMathLibrary_Vector4_Negated"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Negated, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Negated::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Negated, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_Negated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Normal3 \ +static_assert(alignof(KismetMathLibrary_Vector4_Normal3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Normal3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Normal3) == 0x000050, "Wrong size on KismetMathLibrary_Vector4_Normal3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Normal3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, Tolerance) == 0x000020, "Member 'KismetMathLibrary_Vector4_Normal3::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normal3, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Vector4_Normal3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Normalize3 \ +static_assert(alignof(KismetMathLibrary_Vector4_Normalize3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Normalize3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Normalize3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_Normalize3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normalize3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Normalize3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Normalize3, Tolerance) == 0x000020, "Member 'KismetMathLibrary_Vector4_Normalize3::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_NormalUnsafe3 \ +static_assert(alignof(KismetMathLibrary_Vector4_NormalUnsafe3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_NormalUnsafe3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_NormalUnsafe3) == 0x000040, "Wrong size on KismetMathLibrary_Vector4_NormalUnsafe3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_NormalUnsafe3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_NormalUnsafe3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_NormalUnsafe3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_NormalUnsafe3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Set \ +static_assert(alignof(KismetMathLibrary_Vector4_Set) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Set"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Set) == 0x000040, "Wrong size on KismetMathLibrary_Vector4_Set"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Set::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, X) == 0x000020, "Member 'KismetMathLibrary_Vector4_Set::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, Y) == 0x000028, "Member 'KismetMathLibrary_Vector4_Set::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, Z) == 0x000030, "Member 'KismetMathLibrary_Vector4_Set::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Set, W) == 0x000038, "Member 'KismetMathLibrary_Vector4_Set::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Size \ +static_assert(alignof(KismetMathLibrary_Vector4_Size) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Size"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Size) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_Size"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Size, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Size::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Size, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_Size::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Size3 \ +static_assert(alignof(KismetMathLibrary_Vector4_Size3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Size3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Size3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_Size3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Size3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_Size3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Size3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_Size3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_SizeSquared \ +static_assert(alignof(KismetMathLibrary_Vector4_SizeSquared) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_SizeSquared"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_SizeSquared) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_SizeSquared"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_SizeSquared::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_SizeSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_SizeSquared3 \ +static_assert(alignof(KismetMathLibrary_Vector4_SizeSquared3) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_SizeSquared3"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_SizeSquared3) == 0x000030, "Wrong size on KismetMathLibrary_Vector4_SizeSquared3"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared3, A) == 0x000000, "Member 'KismetMathLibrary_Vector4_SizeSquared3::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_SizeSquared3, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector4_SizeSquared3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector4_Zero \ +static_assert(alignof(KismetMathLibrary_Vector4_Zero) == 0x000010, "Wrong alignment on KismetMathLibrary_Vector4_Zero"); \ +static_assert(sizeof(KismetMathLibrary_Vector4_Zero) == 0x000020, "Wrong size on KismetMathLibrary_Vector4_Zero"); \ +static_assert(offsetof(KismetMathLibrary_Vector4_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector4_Zero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_AddBounded \ +static_assert(alignof(KismetMathLibrary_Vector_AddBounded) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_AddBounded"); \ +static_assert(sizeof(KismetMathLibrary_Vector_AddBounded) == 0x000038, "Wrong size on KismetMathLibrary_Vector_AddBounded"); \ +static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, A) == 0x000000, "Member 'KismetMathLibrary_Vector_AddBounded::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, InAddVect) == 0x000018, "Member 'KismetMathLibrary_Vector_AddBounded::InAddVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_AddBounded, InRadius) == 0x000030, "Member 'KismetMathLibrary_Vector_AddBounded::InRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Assign \ +static_assert(alignof(KismetMathLibrary_Vector_Assign) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Assign"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Assign) == 0x000030, "Wrong size on KismetMathLibrary_Vector_Assign"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Assign, A) == 0x000000, "Member 'KismetMathLibrary_Vector_Assign::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Assign, InVector) == 0x000018, "Member 'KismetMathLibrary_Vector_Assign::InVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Backward \ +static_assert(alignof(KismetMathLibrary_Vector_Backward) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Backward"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Backward) == 0x000018, "Wrong size on KismetMathLibrary_Vector_Backward"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Backward, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Backward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_BoundedToBox \ +static_assert(alignof(KismetMathLibrary_Vector_BoundedToBox) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_BoundedToBox"); \ +static_assert(sizeof(KismetMathLibrary_Vector_BoundedToBox) == 0x000060, "Wrong size on KismetMathLibrary_Vector_BoundedToBox"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InVect) == 0x000000, "Member 'KismetMathLibrary_Vector_BoundedToBox::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InBoxMin) == 0x000018, "Member 'KismetMathLibrary_Vector_BoundedToBox::InBoxMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, InBoxMax) == 0x000030, "Member 'KismetMathLibrary_Vector_BoundedToBox::InBoxMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToBox, ReturnValue) == 0x000048, "Member 'KismetMathLibrary_Vector_BoundedToBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_BoundedToCube \ +static_assert(alignof(KismetMathLibrary_Vector_BoundedToCube) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_BoundedToCube"); \ +static_assert(sizeof(KismetMathLibrary_Vector_BoundedToCube) == 0x000038, "Wrong size on KismetMathLibrary_Vector_BoundedToCube"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, InVect) == 0x000000, "Member 'KismetMathLibrary_Vector_BoundedToCube::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, InRadius) == 0x000018, "Member 'KismetMathLibrary_Vector_BoundedToCube::InRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_BoundedToCube, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector_BoundedToCube::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ClampSize2D \ +static_assert(alignof(KismetMathLibrary_Vector_ClampSize2D) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_ClampSize2D"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ClampSize2D) == 0x000040, "Wrong size on KismetMathLibrary_Vector_ClampSize2D"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ClampSize2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, Min) == 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_SlerpNormals \ +static_assert(alignof(KismetMathLibrary_Vector_SlerpNormals) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_SlerpNormals"); \ +static_assert(sizeof(KismetMathLibrary_Vector_SlerpNormals) == 0x000050, "Wrong size on KismetMathLibrary_Vector_SlerpNormals"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpNormals, NormalA) == 0x000000, "Member 'KismetMathLibrary_Vector_SlerpNormals::NormalA' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpNormals, NormalB) == 0x000018, "Member 'KismetMathLibrary_Vector_SlerpNormals::NormalB' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpNormals, Alpha) == 0x000030, "Member 'KismetMathLibrary_Vector_SlerpNormals::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpNormals, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_Vector_SlerpNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_SlerpVectorToDirection \ +static_assert(alignof(KismetMathLibrary_Vector_SlerpVectorToDirection) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_SlerpVectorToDirection"); \ +static_assert(sizeof(KismetMathLibrary_Vector_SlerpVectorToDirection) == 0x000050, "Wrong size on KismetMathLibrary_Vector_SlerpVectorToDirection"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpVectorToDirection, Vector) == 0x000000, "Member 'KismetMathLibrary_Vector_SlerpVectorToDirection::Vector' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpVectorToDirection, Direction) == 0x000018, "Member 'KismetMathLibrary_Vector_SlerpVectorToDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpVectorToDirection, Alpha) == 0x000030, "Member 'KismetMathLibrary_Vector_SlerpVectorToDirection::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SlerpVectorToDirection, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_Vector_SlerpVectorToDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_SnappedToGrid \ +static_assert(alignof(KismetMathLibrary_Vector_SnappedToGrid) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_SnappedToGrid"); \ +static_assert(sizeof(KismetMathLibrary_Vector_SnappedToGrid) == 0x000038, "Wrong size on KismetMathLibrary_Vector_SnappedToGrid"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, InVect) == 0x000000, "Member 'KismetMathLibrary_Vector_SnappedToGrid::InVect' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, InGridSize) == 0x000018, "Member 'KismetMathLibrary_Vector_SnappedToGrid::InGridSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_SnappedToGrid, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Vector_SnappedToGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ToDegrees \ +static_assert(alignof(KismetMathLibrary_Vector_ToDegrees) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_ToDegrees"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ToDegrees) == 0x000030, "Wrong size on KismetMathLibrary_Vector_ToDegrees"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ToDegrees, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ToDegrees::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ToDegrees, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_ToDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_ToRadians \ +static_assert(alignof(KismetMathLibrary_Vector_ToRadians) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_ToRadians"); \ +static_assert(sizeof(KismetMathLibrary_Vector_ToRadians) == 0x000030, "Wrong size on KismetMathLibrary_Vector_ToRadians"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ToRadians, A) == 0x000000, "Member 'KismetMathLibrary_Vector_ToRadians::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ToRadians, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_ToRadians::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_UnitCartesianToSpherical \ +static_assert(alignof(KismetMathLibrary_Vector_UnitCartesianToSpherical) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_UnitCartesianToSpherical"); \ +static_assert(sizeof(KismetMathLibrary_Vector_UnitCartesianToSpherical) == 0x000028, "Wrong size on KismetMathLibrary_Vector_UnitCartesianToSpherical"); \ +static_assert(offsetof(KismetMathLibrary_Vector_UnitCartesianToSpherical, A) == 0x000000, "Member 'KismetMathLibrary_Vector_UnitCartesianToSpherical::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_UnitCartesianToSpherical, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Vector_UnitCartesianToSpherical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_UnwindEuler \ +static_assert(alignof(KismetMathLibrary_Vector_UnwindEuler) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_UnwindEuler"); \ +static_assert(sizeof(KismetMathLibrary_Vector_UnwindEuler) == 0x000018, "Wrong size on KismetMathLibrary_Vector_UnwindEuler"); \ +static_assert(offsetof(KismetMathLibrary_Vector_UnwindEuler, A) == 0x000000, "Member 'KismetMathLibrary_Vector_UnwindEuler::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Up \ +static_assert(alignof(KismetMathLibrary_Vector_Up) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Up"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Up) == 0x000018, "Wrong size on KismetMathLibrary_Vector_Up"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Up, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Up::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Vector_Zero \ +static_assert(alignof(KismetMathLibrary_Vector_Zero) == 0x000008, "Wrong alignment on KismetMathLibrary_Vector_Zero"); \ +static_assert(sizeof(KismetMathLibrary_Vector_Zero) == 0x000018, "Wrong size on KismetMathLibrary_Vector_Zero"); \ +static_assert(offsetof(KismetMathLibrary_Vector_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Vector_Zero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VectorSpringInterp \ +static_assert(alignof(KismetMathLibrary_VectorSpringInterp) == 0x000008, "Wrong alignment on KismetMathLibrary_VectorSpringInterp"); \ +static_assert(sizeof(KismetMathLibrary_VectorSpringInterp) == 0x0000D0, "Wrong size on KismetMathLibrary_VectorSpringInterp"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Current) == 0x000000, "Member 'KismetMathLibrary_VectorSpringInterp::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Target) == 0x000018, "Member 'KismetMathLibrary_VectorSpringInterp::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, SpringState) == 0x000030, "Member 'KismetMathLibrary_VectorSpringInterp::SpringState' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Stiffness) == 0x000068, "Member 'KismetMathLibrary_VectorSpringInterp::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, CriticalDampingFactor) == 0x00006C, "Member 'KismetMathLibrary_VectorSpringInterp::CriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, DeltaTime) == 0x000070, "Member 'KismetMathLibrary_VectorSpringInterp::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, Mass) == 0x000074, "Member 'KismetMathLibrary_VectorSpringInterp::Mass' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, TargetVelocityAmount) == 0x000078, "Member 'KismetMathLibrary_VectorSpringInterp::TargetVelocityAmount' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, bClamp) == 0x00007C, "Member 'KismetMathLibrary_VectorSpringInterp::bClamp' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, MinValue) == 0x000080, "Member 'KismetMathLibrary_VectorSpringInterp::MinValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, MaxValue) == 0x000098, "Member 'KismetMathLibrary_VectorSpringInterp::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, bInitializeFromTarget) == 0x0000B0, "Member 'KismetMathLibrary_VectorSpringInterp::bInitializeFromTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VectorSpringInterp, ReturnValue) == 0x0000B8, "Member 'KismetMathLibrary_VectorSpringInterp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VInterpTo \ +static_assert(alignof(KismetMathLibrary_VInterpTo) == 0x000008, "Wrong alignment on KismetMathLibrary_VInterpTo"); \ +static_assert(sizeof(KismetMathLibrary_VInterpTo) == 0x000050, "Wrong size on KismetMathLibrary_VInterpTo"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_VInterpTo::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, Target) == 0x000018, "Member 'KismetMathLibrary_VInterpTo::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, DeltaTime) == 0x000030, "Member 'KismetMathLibrary_VInterpTo::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, InterpSpeed) == 0x000034, "Member 'KismetMathLibrary_VInterpTo::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_VInterpTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VInterpTo_Constant \ +static_assert(alignof(KismetMathLibrary_VInterpTo_Constant) == 0x000008, "Wrong alignment on KismetMathLibrary_VInterpTo_Constant"); \ +static_assert(sizeof(KismetMathLibrary_VInterpTo_Constant) == 0x000050, "Wrong size on KismetMathLibrary_VInterpTo_Constant"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_VInterpTo_Constant::Current' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, Target) == 0x000018, "Member 'KismetMathLibrary_VInterpTo_Constant::Target' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, DeltaTime) == 0x000030, "Member 'KismetMathLibrary_VInterpTo_Constant::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, InterpSpeed) == 0x000034, "Member 'KismetMathLibrary_VInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VInterpTo_Constant, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_VInterpTo_Constant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VLerp \ +static_assert(alignof(KismetMathLibrary_VLerp) == 0x000008, "Wrong alignment on KismetMathLibrary_VLerp"); \ +static_assert(sizeof(KismetMathLibrary_VLerp) == 0x000050, "Wrong size on KismetMathLibrary_VLerp"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, A) == 0x000000, "Member 'KismetMathLibrary_VLerp::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, B) == 0x000018, "Member 'KismetMathLibrary_VLerp::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, Alpha) == 0x000030, "Member 'KismetMathLibrary_VLerp::Alpha' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VLerp, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_VLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSize \ +static_assert(alignof(KismetMathLibrary_VSize) == 0x000008, "Wrong alignment on KismetMathLibrary_VSize"); \ +static_assert(sizeof(KismetMathLibrary_VSize) == 0x000020, "Wrong size on KismetMathLibrary_VSize"); \ +static_assert(offsetof(KismetMathLibrary_VSize, A) == 0x000000, "Member 'KismetMathLibrary_VSize::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSize, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_VSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSize2D \ +static_assert(alignof(KismetMathLibrary_VSize2D) == 0x000008, "Wrong alignment on KismetMathLibrary_VSize2D"); \ +static_assert(sizeof(KismetMathLibrary_VSize2D) == 0x000018, "Wrong size on KismetMathLibrary_VSize2D"); \ +static_assert(offsetof(KismetMathLibrary_VSize2D, A) == 0x000000, "Member 'KismetMathLibrary_VSize2D::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSize2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_VSize2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSize2DSquared \ +static_assert(alignof(KismetMathLibrary_VSize2DSquared) == 0x000008, "Wrong alignment on KismetMathLibrary_VSize2DSquared"); \ +static_assert(sizeof(KismetMathLibrary_VSize2DSquared) == 0x000018, "Wrong size on KismetMathLibrary_VSize2DSquared"); \ +static_assert(offsetof(KismetMathLibrary_VSize2DSquared, A) == 0x000000, "Member 'KismetMathLibrary_VSize2DSquared::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSize2DSquared, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_VSize2DSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSizeSquared \ +static_assert(alignof(KismetMathLibrary_VSizeSquared) == 0x000008, "Wrong alignment on KismetMathLibrary_VSizeSquared"); \ +static_assert(sizeof(KismetMathLibrary_VSizeSquared) == 0x000020, "Wrong size on KismetMathLibrary_VSizeSquared"); \ +static_assert(offsetof(KismetMathLibrary_VSizeSquared, A) == 0x000000, "Member 'KismetMathLibrary_VSizeSquared::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSizeSquared, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_VSizeSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSizeXY \ +static_assert(alignof(KismetMathLibrary_VSizeXY) == 0x000008, "Wrong alignment on KismetMathLibrary_VSizeXY"); \ +static_assert(sizeof(KismetMathLibrary_VSizeXY) == 0x000020, "Wrong size on KismetMathLibrary_VSizeXY"); \ +static_assert(offsetof(KismetMathLibrary_VSizeXY, A) == 0x000000, "Member 'KismetMathLibrary_VSizeXY::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSizeXY, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_VSizeXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_VSizeXYSquared \ +static_assert(alignof(KismetMathLibrary_VSizeXYSquared) == 0x000008, "Wrong alignment on KismetMathLibrary_VSizeXYSquared"); \ +static_assert(sizeof(KismetMathLibrary_VSizeXYSquared) == 0x000020, "Wrong size on KismetMathLibrary_VSizeXYSquared"); \ +static_assert(offsetof(KismetMathLibrary_VSizeXYSquared, A) == 0x000000, "Member 'KismetMathLibrary_VSizeXYSquared::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_VSizeXYSquared, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_VSizeXYSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_Float \ +static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_Float"); \ +static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_Float) == 0x000010, "Wrong size on KismetMathLibrary_WeightedMovingAverage_Float"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, PreviousSample) == 0x000004, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, Weight) == 0x000008, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_Float, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_WeightedMovingAverage_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_FRotator \ +static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_FRotator) == 0x000008, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_FRotator"); \ +static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_FRotator) == 0x000050, "Wrong size on KismetMathLibrary_WeightedMovingAverage_FRotator"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, PreviousSample) == 0x000018, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, Weight) == 0x000030, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FRotator, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_WeightedMovingAverage_FRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_WeightedMovingAverage_FVector \ +static_assert(alignof(KismetMathLibrary_WeightedMovingAverage_FVector) == 0x000008, "Wrong alignment on KismetMathLibrary_WeightedMovingAverage_FVector"); \ +static_assert(sizeof(KismetMathLibrary_WeightedMovingAverage_FVector) == 0x000050, "Wrong size on KismetMathLibrary_WeightedMovingAverage_FVector"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::CurrentSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, PreviousSample) == 0x000018, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::PreviousSample' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, Weight) == 0x000030, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_WeightedMovingAverage_FVector, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_WeightedMovingAverage_FVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Wrap \ +static_assert(alignof(KismetMathLibrary_Wrap) == 0x000004, "Wrong alignment on KismetMathLibrary_Wrap"); \ +static_assert(sizeof(KismetMathLibrary_Wrap) == 0x000010, "Wrong size on KismetMathLibrary_Wrap"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, Value) == 0x000000, "Member 'KismetMathLibrary_Wrap::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, Min) == 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_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) == 0x000950, "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) == 0x0008D0, "Member 'KismetRenderingLibrary_CalculateProjectionMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ClearRenderTarget2D \ +static_assert(alignof(KismetRenderingLibrary_ClearRenderTarget2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ClearRenderTarget2D"); \ +static_assert(sizeof(KismetRenderingLibrary_ClearRenderTarget2D) == 0x000020, "Wrong size on KismetRenderingLibrary_ClearRenderTarget2D"); \ +static_assert(offsetof(KismetRenderingLibrary_ClearRenderTarget2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ClearRenderTarget2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ClearRenderTarget2D, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ClearRenderTarget2D::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ClearRenderTarget2D, ClearColor) == 0x000010, "Member 'KismetRenderingLibrary_ClearRenderTarget2D::ClearColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly) == 0x000018, "Wrong size on KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly, RenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly, Texture) == 0x000010, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DArrayEditorOnly::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly) == 0x000018, "Wrong size on KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly, RenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly, Texture) == 0x000010, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly) == 0x000018, "Wrong size on KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly, RenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly, Texture) == 0x000010, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTextureCubeEditorOnly::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly) == 0x000018, "Wrong size on KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly, RenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly, Texture) == 0x000010, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTextureVolumeEditorOnly::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTarget2D \ +static_assert(alignof(KismetRenderingLibrary_CreateRenderTarget2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_CreateRenderTarget2D"); \ +static_assert(sizeof(KismetRenderingLibrary_CreateRenderTarget2D) == 0x000030, "Wrong size on KismetRenderingLibrary_CreateRenderTarget2D"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, Width) == 0x000008, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, Height) == 0x00000C, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, Format) == 0x000010, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::Format' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, ClearColor) == 0x000014, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, bAutoGenerateMipMaps) == 0x000024, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::bAutoGenerateMipMaps' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, bSupportUAVs) == 0x000025, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::bSupportUAVs' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, ReturnValue) == 0x000028, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTarget2DArray \ +static_assert(alignof(KismetRenderingLibrary_CreateRenderTarget2DArray) == 0x000008, "Wrong alignment on KismetRenderingLibrary_CreateRenderTarget2DArray"); \ +static_assert(sizeof(KismetRenderingLibrary_CreateRenderTarget2DArray) == 0x000038, "Wrong size on KismetRenderingLibrary_CreateRenderTarget2DArray"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Width) == 0x000008, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Height) == 0x00000C, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Slices) == 0x000010, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Slices' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Format) == 0x000014, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Format' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, ClearColor) == 0x000018, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, bAutoGenerateMipMaps) == 0x000028, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::bAutoGenerateMipMaps' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, bSupportUAVs) == 0x000029, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::bSupportUAVs' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, ReturnValue) == 0x000030, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTargetVolume \ +static_assert(alignof(KismetRenderingLibrary_CreateRenderTargetVolume) == 0x000008, "Wrong alignment on KismetRenderingLibrary_CreateRenderTargetVolume"); \ +static_assert(sizeof(KismetRenderingLibrary_CreateRenderTargetVolume) == 0x000038, "Wrong size on KismetRenderingLibrary_CreateRenderTargetVolume"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Width) == 0x000008, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Height) == 0x00000C, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Depth) == 0x000010, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Depth' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Format) == 0x000014, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Format' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, ClearColor) == 0x000018, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, bAutoGenerateMipMaps) == 0x000028, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::bAutoGenerateMipMaps' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, bSupportUAVs) == 0x000029, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::bSupportUAVs' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, ReturnValue) == 0x000030, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_DrawMaterialToRenderTarget \ +static_assert(alignof(KismetRenderingLibrary_DrawMaterialToRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_DrawMaterialToRenderTarget"); \ +static_assert(sizeof(KismetRenderingLibrary_DrawMaterialToRenderTarget) == 0x000018, "Wrong size on KismetRenderingLibrary_DrawMaterialToRenderTarget"); \ +static_assert(offsetof(KismetRenderingLibrary_DrawMaterialToRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_DrawMaterialToRenderTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_DrawMaterialToRenderTarget, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_DrawMaterialToRenderTarget::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_DrawMaterialToRenderTarget, Material) == 0x000010, "Member 'KismetRenderingLibrary_DrawMaterialToRenderTarget::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_EnablePathTracing \ +static_assert(alignof(KismetRenderingLibrary_EnablePathTracing) == 0x000001, "Wrong alignment on KismetRenderingLibrary_EnablePathTracing"); \ +static_assert(sizeof(KismetRenderingLibrary_EnablePathTracing) == 0x000001, "Wrong size on KismetRenderingLibrary_EnablePathTracing"); \ +static_assert(offsetof(KismetRenderingLibrary_EnablePathTracing, bEnablePathTracer) == 0x000000, "Member 'KismetRenderingLibrary_EnablePathTracing::bEnablePathTracer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_EndDrawCanvasToRenderTarget \ +static_assert(alignof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_EndDrawCanvasToRenderTarget"); \ +static_assert(sizeof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget) == 0x000010, "Wrong size on KismetRenderingLibrary_EndDrawCanvasToRenderTarget"); \ +static_assert(offsetof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_EndDrawCanvasToRenderTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget, Context) == 0x000008, "Member 'KismetRenderingLibrary_EndDrawCanvasToRenderTarget::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ExportRenderTarget \ +static_assert(alignof(KismetRenderingLibrary_ExportRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ExportRenderTarget"); \ +static_assert(sizeof(KismetRenderingLibrary_ExportRenderTarget) == 0x000030, "Wrong size on KismetRenderingLibrary_ExportRenderTarget"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ExportRenderTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportRenderTarget, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ExportRenderTarget::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportRenderTarget, FilePath) == 0x000010, "Member 'KismetRenderingLibrary_ExportRenderTarget::FilePath' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportRenderTarget, Filename) == 0x000020, "Member 'KismetRenderingLibrary_ExportRenderTarget::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ExportTexture2D \ +static_assert(alignof(KismetRenderingLibrary_ExportTexture2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ExportTexture2D"); \ +static_assert(sizeof(KismetRenderingLibrary_ExportTexture2D) == 0x000030, "Wrong size on KismetRenderingLibrary_ExportTexture2D"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportTexture2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ExportTexture2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportTexture2D, Texture) == 0x000008, "Member 'KismetRenderingLibrary_ExportTexture2D::Texture' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportTexture2D, FilePath) == 0x000010, "Member 'KismetRenderingLibrary_ExportTexture2D::FilePath' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ExportTexture2D, Filename) == 0x000020, "Member 'KismetRenderingLibrary_ExportTexture2D::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ImportBufferAsTexture2D \ +static_assert(alignof(KismetRenderingLibrary_ImportBufferAsTexture2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ImportBufferAsTexture2D"); \ +static_assert(sizeof(KismetRenderingLibrary_ImportBufferAsTexture2D) == 0x000020, "Wrong size on KismetRenderingLibrary_ImportBufferAsTexture2D"); \ +static_assert(offsetof(KismetRenderingLibrary_ImportBufferAsTexture2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ImportBufferAsTexture2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ImportBufferAsTexture2D, Buffer) == 0x000008, "Member 'KismetRenderingLibrary_ImportBufferAsTexture2D::Buffer' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ImportBufferAsTexture2D, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ImportBufferAsTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ImportFileAsTexture2D \ +static_assert(alignof(KismetRenderingLibrary_ImportFileAsTexture2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ImportFileAsTexture2D"); \ +static_assert(sizeof(KismetRenderingLibrary_ImportFileAsTexture2D) == 0x000020, "Wrong size on KismetRenderingLibrary_ImportFileAsTexture2D"); \ +static_assert(offsetof(KismetRenderingLibrary_ImportFileAsTexture2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ImportFileAsTexture2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ImportFileAsTexture2D, Filename) == 0x000008, "Member 'KismetRenderingLibrary_ImportFileAsTexture2D::Filename' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ImportFileAsTexture2D, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ImportFileAsTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_MakeSkinWeightInfo \ +static_assert(alignof(KismetRenderingLibrary_MakeSkinWeightInfo) == 0x000004, "Wrong alignment on KismetRenderingLibrary_MakeSkinWeightInfo"); \ +static_assert(sizeof(KismetRenderingLibrary_MakeSkinWeightInfo) == 0x00005C, "Wrong size on KismetRenderingLibrary_MakeSkinWeightInfo"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Bone0) == 0x000000, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Bone0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Weight0) == 0x000004, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Weight0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Bone1) == 0x000008, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Bone1' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Weight1) == 0x00000C, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Weight1' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Bone2) == 0x000010, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Bone2' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Weight2) == 0x000014, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Weight2' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Bone3) == 0x000018, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Bone3' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, Weight3) == 0x00001C, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::Weight3' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_MakeSkinWeightInfo, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_MakeSkinWeightInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_NumPrecompilingPSOsRemaining \ +static_assert(alignof(KismetRenderingLibrary_NumPrecompilingPSOsRemaining) == 0x000004, "Wrong alignment on KismetRenderingLibrary_NumPrecompilingPSOsRemaining"); \ +static_assert(sizeof(KismetRenderingLibrary_NumPrecompilingPSOsRemaining) == 0x000004, "Wrong size on KismetRenderingLibrary_NumPrecompilingPSOsRemaining"); \ +static_assert(offsetof(KismetRenderingLibrary_NumPrecompilingPSOsRemaining, ReturnValue) == 0x000000, "Member 'KismetRenderingLibrary_NumPrecompilingPSOsRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTarget \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTarget"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTarget) == 0x000028, "Wrong size on KismetRenderingLibrary_ReadRenderTarget"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTarget, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTarget::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTarget, OutSamples) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTarget::OutSamples' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTarget, bNormalize) == 0x000020, "Member 'KismetRenderingLibrary_ReadRenderTarget::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTarget, ReturnValue) == 0x000021, "Member 'KismetRenderingLibrary_ReadRenderTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetPixel \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetPixel) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetPixel"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetPixel) == 0x000020, "Wrong size on KismetRenderingLibrary_ReadRenderTargetPixel"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, X) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::X' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, Y) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetPixel, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetPixel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRaw \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetRaw) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetRaw"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetRaw) == 0x000028, "Wrong size on KismetRenderingLibrary_ReadRenderTargetRaw"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRaw, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetRaw::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRaw, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetRaw::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRaw, OutLinearSamples) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetRaw::OutLinearSamples' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRaw, bNormalize) == 0x000020, "Member 'KismetRenderingLibrary_ReadRenderTargetRaw::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRaw, ReturnValue) == 0x000021, "Member 'KismetRenderingLibrary_ReadRenderTargetRaw::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRawPixel \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetRawPixel) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetRawPixel"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetRawPixel) == 0x000030, "Wrong size on KismetRenderingLibrary_ReadRenderTargetRawPixel"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, X) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::X' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, Y) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, bNormalize) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixel, ReturnValue) == 0x00001C, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRawPixelArea \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetRawPixelArea"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea) == 0x000038, "Wrong size on KismetRenderingLibrary_ReadRenderTargetRawPixelArea"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, MinX) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::MinX' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, MinY) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::MinY' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, MaxX) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::MaxX' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, MaxY) == 0x00001C, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::MaxY' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, bNormalize) == 0x000020, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawPixelArea, ReturnValue) == 0x000028, "Member 'KismetRenderingLibrary_ReadRenderTargetRawPixelArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRawUV \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetRawUV) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetRawUV"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetRawUV) == 0x000030, "Wrong size on KismetRenderingLibrary_ReadRenderTargetRawUV"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, U) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::U' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, V) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::V' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, bNormalize) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUV, ReturnValue) == 0x00001C, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetRawUVArea \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetRawUVArea) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetRawUVArea"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetRawUVArea) == 0x000050, "Wrong size on KismetRenderingLibrary_ReadRenderTargetRawUVArea"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUVArea, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUVArea::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUVArea, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUVArea::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUVArea, Area) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUVArea::Area' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUVArea, bNormalize) == 0x000038, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUVArea::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetRawUVArea, ReturnValue) == 0x000040, "Member 'KismetRenderingLibrary_ReadRenderTargetRawUVArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReadRenderTargetUV \ +static_assert(alignof(KismetRenderingLibrary_ReadRenderTargetUV) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReadRenderTargetUV"); \ +static_assert(sizeof(KismetRenderingLibrary_ReadRenderTargetUV) == 0x000020, "Wrong size on KismetRenderingLibrary_ReadRenderTargetUV"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, U) == 0x000010, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::U' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, V) == 0x000014, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::V' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ReadRenderTargetUV, ReturnValue) == 0x000018, "Member 'KismetRenderingLibrary_ReadRenderTargetUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ReleaseRenderTarget2D \ +static_assert(alignof(KismetRenderingLibrary_ReleaseRenderTarget2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ReleaseRenderTarget2D"); \ +static_assert(sizeof(KismetRenderingLibrary_ReleaseRenderTarget2D) == 0x000008, "Wrong size on KismetRenderingLibrary_ReleaseRenderTarget2D"); \ +static_assert(offsetof(KismetRenderingLibrary_ReleaseRenderTarget2D, TextureRenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_ReleaseRenderTarget2D::TextureRenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly) == 0x000028, "Wrong size on KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly, RenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly, Name_0) == 0x000008, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly::Name_0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly, CompressionSettings) == 0x000018, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly, MipSettings) == 0x000019, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly::MipSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DArrayEditorOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly) == 0x000028, "Wrong size on KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, RenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, Name_0) == 0x000008, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::Name_0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, CompressionSettings) == 0x000018, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, MipSettings) == 0x000019, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::MipSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly) == 0x000028, "Wrong size on KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly, RenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly, Name_0) == 0x000008, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly::Name_0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly, CompressionSettings) == 0x000018, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly, MipSettings) == 0x000019, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly::MipSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTextureCubeEditorOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly) == 0x000028, "Wrong size on KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly, RenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly, Name_0) == 0x000008, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly::Name_0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly, CompressionSettings) == 0x000018, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly, MipSettings) == 0x000019, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly::MipSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticVolumeTextureEditorOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_ResizeRenderTarget2D \ +static_assert(alignof(KismetRenderingLibrary_ResizeRenderTarget2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ResizeRenderTarget2D"); \ +static_assert(sizeof(KismetRenderingLibrary_ResizeRenderTarget2D) == 0x000010, "Wrong size on KismetRenderingLibrary_ResizeRenderTarget2D"); \ +static_assert(offsetof(KismetRenderingLibrary_ResizeRenderTarget2D, TextureRenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_ResizeRenderTarget2D::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ResizeRenderTarget2D, Width) == 0x000008, "Member 'KismetRenderingLibrary_ResizeRenderTarget2D::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ResizeRenderTarget2D, Height) == 0x00000C, "Member 'KismetRenderingLibrary_ResizeRenderTarget2D::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_SetCastInsetShadowForAllAttachments \ +static_assert(alignof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments) == 0x000008, "Wrong alignment on KismetRenderingLibrary_SetCastInsetShadowForAllAttachments"); \ +static_assert(sizeof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments) == 0x000010, "Wrong size on KismetRenderingLibrary_SetCastInsetShadowForAllAttachments"); \ +static_assert(offsetof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments, PrimitiveComponent) == 0x000000, "Member 'KismetRenderingLibrary_SetCastInsetShadowForAllAttachments::PrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments, bCastInsetShadow) == 0x000008, "Member 'KismetRenderingLibrary_SetCastInsetShadowForAllAttachments::bCastInsetShadow' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments, bLightAttachmentsAsGroup) == 0x000009, "Member 'KismetRenderingLibrary_SetCastInsetShadowForAllAttachments::bLightAttachmentsAsGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetRenderingLibrary \ +static_assert(alignof(UKismetRenderingLibrary) == 0x000008, "Wrong alignment on UKismetRenderingLibrary"); \ +static_assert(sizeof(UKismetRenderingLibrary) == 0x000028, "Wrong size on UKismetRenderingLibrary"); \ + +#define DUMPER7_ASSERTS_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, InIntVector2) == 0x000020, "Member 'KismetStringLibrary_BuildString_IntVector::InIntVector2' 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_IntVector2 \ +static_assert(alignof(KismetStringLibrary_BuildString_IntVector2) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_IntVector2"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_IntVector2) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_IntVector2"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_IntVector2, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_IntVector2::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_IntVector2, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_IntVector2::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_IntVector2, InIntVector) == 0x000020, "Member 'KismetStringLibrary_BuildString_IntVector2::InIntVector' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_IntVector2, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_IntVector2::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_IntVector2, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_IntVector2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Name \ +static_assert(alignof(KismetStringLibrary_BuildString_Name) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Name"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Name) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Name"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Name, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Name::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Name, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Name::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Name, InName) == 0x000020, "Member 'KismetStringLibrary_BuildString_Name::InName' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Name, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Name::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Name, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Name::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Object \ +static_assert(alignof(KismetStringLibrary_BuildString_Object) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Object"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Object) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Object"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Object, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Object::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Object, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Object::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Object, InObj) == 0x000020, "Member 'KismetStringLibrary_BuildString_Object::InObj' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Object, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Object::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Object, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Object::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Rotator \ +static_assert(alignof(KismetStringLibrary_BuildString_Rotator) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Rotator"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Rotator) == 0x000058, "Wrong size on KismetStringLibrary_BuildString_Rotator"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Rotator::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Rotator::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, InRot) == 0x000020, "Member 'KismetStringLibrary_BuildString_Rotator::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, Suffix) == 0x000038, "Member 'KismetStringLibrary_BuildString_Rotator::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, ReturnValue) == 0x000048, "Member 'KismetStringLibrary_BuildString_Rotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Vector \ +static_assert(alignof(KismetStringLibrary_BuildString_Vector) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Vector"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Vector) == 0x000058, "Wrong size on KismetStringLibrary_BuildString_Vector"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Vector::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Vector::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector, InVector) == 0x000020, "Member 'KismetStringLibrary_BuildString_Vector::InVector' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector, Suffix) == 0x000038, "Member 'KismetStringLibrary_BuildString_Vector::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector, ReturnValue) == 0x000048, "Member 'KismetStringLibrary_BuildString_Vector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Vector2d \ +static_assert(alignof(KismetStringLibrary_BuildString_Vector2d) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Vector2d"); \ +static_assert(sizeof(KismetStringLibrary_BuildString_Vector2d) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_Vector2d"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Vector2d::AppendTo' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Vector2d::Prefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, InVector2D) == 0x000020, "Member 'KismetStringLibrary_BuildString_Vector2d::InVector2D' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_Vector2d::Suffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_Vector2d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Concat_StrStr \ +static_assert(alignof(KismetStringLibrary_Concat_StrStr) == 0x000008, "Wrong alignment on KismetStringLibrary_Concat_StrStr"); \ +static_assert(sizeof(KismetStringLibrary_Concat_StrStr) == 0x000030, "Wrong size on KismetStringLibrary_Concat_StrStr"); \ +static_assert(offsetof(KismetStringLibrary_Concat_StrStr, A) == 0x000000, "Member 'KismetStringLibrary_Concat_StrStr::A' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Concat_StrStr, B) == 0x000010, "Member 'KismetStringLibrary_Concat_StrStr::B' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Concat_StrStr, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_Concat_StrStr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Contains \ +static_assert(alignof(KismetStringLibrary_Contains) == 0x000008, "Wrong alignment on KismetStringLibrary_Contains"); \ +static_assert(sizeof(KismetStringLibrary_Contains) == 0x000028, "Wrong size on KismetStringLibrary_Contains"); \ +static_assert(offsetof(KismetStringLibrary_Contains, SearchIn) == 0x000000, "Member 'KismetStringLibrary_Contains::SearchIn' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Contains, Substring) == 0x000010, "Member 'KismetStringLibrary_Contains::Substring' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Contains, bUseCase) == 0x000020, "Member 'KismetStringLibrary_Contains::bUseCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Contains, bSearchFromEnd) == 0x000021, "Member 'KismetStringLibrary_Contains::bSearchFromEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Contains, ReturnValue) == 0x000022, "Member 'KismetStringLibrary_Contains::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_BoolToString \ +static_assert(alignof(KismetStringLibrary_Conv_BoolToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_BoolToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_BoolToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_BoolToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_BoolToString, InBool) == 0x000000, "Member 'KismetStringLibrary_Conv_BoolToString::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_BoolToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_BoolToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_BoxCenterAndExtentsToString \ +static_assert(alignof(KismetStringLibrary_Conv_BoxCenterAndExtentsToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_BoxCenterAndExtentsToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_BoxCenterAndExtentsToString) == 0x000048, "Wrong size on KismetStringLibrary_Conv_BoxCenterAndExtentsToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_BoxCenterAndExtentsToString, Box) == 0x000000, "Member 'KismetStringLibrary_Conv_BoxCenterAndExtentsToString::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_BoxCenterAndExtentsToString, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_Conv_BoxCenterAndExtentsToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_BoxToString \ +static_assert(alignof(KismetStringLibrary_Conv_BoxToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_BoxToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_BoxToString) == 0x000048, "Wrong size on KismetStringLibrary_Conv_BoxToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_BoxToString, Box) == 0x000000, "Member 'KismetStringLibrary_Conv_BoxToString::Box' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_BoxToString, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_Conv_BoxToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_ByteToString \ +static_assert(alignof(KismetStringLibrary_Conv_ByteToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_ByteToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_ByteToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_ByteToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_ByteToString, InByte) == 0x000000, "Member 'KismetStringLibrary_Conv_ByteToString::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_ByteToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_ByteToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_ColorToString \ +static_assert(alignof(KismetStringLibrary_Conv_ColorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_ColorToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_ColorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_ColorToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_ColorToString, InColor) == 0x000000, "Member 'KismetStringLibrary_Conv_ColorToString::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_ColorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_ColorToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_DoubleToString \ +static_assert(alignof(KismetStringLibrary_Conv_DoubleToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_DoubleToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_DoubleToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_DoubleToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_DoubleToString, InDouble) == 0x000000, "Member 'KismetStringLibrary_Conv_DoubleToString::InDouble' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_DoubleToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_DoubleToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_InputDeviceIdToString \ +static_assert(alignof(KismetStringLibrary_Conv_InputDeviceIdToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_InputDeviceIdToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_InputDeviceIdToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_InputDeviceIdToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_InputDeviceIdToString, InDeviceId) == 0x000000, "Member 'KismetStringLibrary_Conv_InputDeviceIdToString::InDeviceId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_InputDeviceIdToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_InputDeviceIdToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_Int64ToString \ +static_assert(alignof(KismetStringLibrary_Conv_Int64ToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_Int64ToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_Int64ToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_Int64ToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_Int64ToString, inInt) == 0x000000, "Member 'KismetStringLibrary_Conv_Int64ToString::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_Int64ToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_Int64ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntPointToString \ +static_assert(alignof(KismetStringLibrary_Conv_IntPointToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntPointToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_IntPointToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_IntPointToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntPointToString, InIntPoint) == 0x000000, "Member 'KismetStringLibrary_Conv_IntPointToString::InIntPoint' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntPointToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_IntPointToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntToString \ +static_assert(alignof(KismetStringLibrary_Conv_IntToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_IntToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_IntToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntToString, inInt) == 0x000000, "Member 'KismetStringLibrary_Conv_IntToString::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_IntToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntVector2ToString \ +static_assert(alignof(KismetStringLibrary_Conv_IntVector2ToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntVector2ToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_IntVector2ToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_IntVector2ToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntVector2ToString, InIntVec2) == 0x000000, "Member 'KismetStringLibrary_Conv_IntVector2ToString::InIntVec2' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntVector2ToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_IntVector2ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntVectorToString \ +static_assert(alignof(KismetStringLibrary_Conv_IntVectorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntVectorToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_IntVectorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_IntVectorToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntVectorToString, InIntVec) == 0x000000, "Member 'KismetStringLibrary_Conv_IntVectorToString::InIntVec' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_IntVectorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_IntVectorToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_MatrixToString \ +static_assert(alignof(KismetStringLibrary_Conv_MatrixToString) == 0x000010, "Wrong alignment on KismetStringLibrary_Conv_MatrixToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_MatrixToString) == 0x000090, "Wrong size on KismetStringLibrary_Conv_MatrixToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_MatrixToString, InMatrix) == 0x000000, "Member 'KismetStringLibrary_Conv_MatrixToString::InMatrix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_MatrixToString, ReturnValue) == 0x000080, "Member 'KismetStringLibrary_Conv_MatrixToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_NameToString \ +static_assert(alignof(KismetStringLibrary_Conv_NameToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_NameToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_NameToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_NameToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_NameToString, InName) == 0x000000, "Member 'KismetStringLibrary_Conv_NameToString::InName' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_NameToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_NameToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_ObjectToString \ +static_assert(alignof(KismetStringLibrary_Conv_ObjectToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_ObjectToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_ObjectToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_ObjectToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_ObjectToString, InObj) == 0x000000, "Member 'KismetStringLibrary_Conv_ObjectToString::InObj' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_ObjectToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_ObjectToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_PlatformUserIdToString \ +static_assert(alignof(KismetStringLibrary_Conv_PlatformUserIdToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_PlatformUserIdToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_PlatformUserIdToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_PlatformUserIdToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_PlatformUserIdToString, InPlatformUserId) == 0x000000, "Member 'KismetStringLibrary_Conv_PlatformUserIdToString::InPlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_PlatformUserIdToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_PlatformUserIdToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_RotatorToString \ +static_assert(alignof(KismetStringLibrary_Conv_RotatorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_RotatorToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_RotatorToString) == 0x000028, "Wrong size on KismetStringLibrary_Conv_RotatorToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_RotatorToString, InRot) == 0x000000, "Member 'KismetStringLibrary_Conv_RotatorToString::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_RotatorToString, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Conv_RotatorToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToColor \ +static_assert(alignof(KismetStringLibrary_Conv_StringToColor) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToColor"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToColor) == 0x000028, "Wrong size on KismetStringLibrary_Conv_StringToColor"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToColor, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToColor::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToColor, OutConvertedColor) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToColor::OutConvertedColor' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToColor, OutIsValid) == 0x000020, "Member 'KismetStringLibrary_Conv_StringToColor::OutIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToDouble \ +static_assert(alignof(KismetStringLibrary_Conv_StringToDouble) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToDouble"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToDouble) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToDouble"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToDouble, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToDouble::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToDouble, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToInt \ +static_assert(alignof(KismetStringLibrary_Conv_StringToInt) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToInt"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToInt) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToInt"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToInt, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToInt::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToInt, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToInt64 \ +static_assert(alignof(KismetStringLibrary_Conv_StringToInt64) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToInt64"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToInt64) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToInt64"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToInt64, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToInt64::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToInt64, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToName \ +static_assert(alignof(KismetStringLibrary_Conv_StringToName) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToName"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToName) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToName"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToName, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToName::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToName, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToRotator \ +static_assert(alignof(KismetStringLibrary_Conv_StringToRotator) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToRotator"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToRotator) == 0x000030, "Wrong size on KismetStringLibrary_Conv_StringToRotator"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToRotator, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToRotator::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToRotator, OutConvertedRotator) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToRotator::OutConvertedRotator' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToRotator, OutIsValid) == 0x000028, "Member 'KismetStringLibrary_Conv_StringToRotator::OutIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToVector \ +static_assert(alignof(KismetStringLibrary_Conv_StringToVector) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToVector"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToVector) == 0x000030, "Wrong size on KismetStringLibrary_Conv_StringToVector"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToVector::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector, OutConvertedVector) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToVector::OutConvertedVector' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector, OutIsValid) == 0x000028, "Member 'KismetStringLibrary_Conv_StringToVector::OutIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToVector2D \ +static_assert(alignof(KismetStringLibrary_Conv_StringToVector2D) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToVector2D"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToVector2D) == 0x000028, "Wrong size on KismetStringLibrary_Conv_StringToVector2D"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector2D, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToVector2D::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector2D, OutConvertedVector2D) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToVector2D::OutConvertedVector2D' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector2D, OutIsValid) == 0x000020, "Member 'KismetStringLibrary_Conv_StringToVector2D::OutIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToVector3f \ +static_assert(alignof(KismetStringLibrary_Conv_StringToVector3f) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToVector3f"); \ +static_assert(sizeof(KismetStringLibrary_Conv_StringToVector3f) == 0x000020, "Wrong size on KismetStringLibrary_Conv_StringToVector3f"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector3f, InString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToVector3f::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector3f, OutConvertedVector) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToVector3f::OutConvertedVector' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_StringToVector3f, OutIsValid) == 0x00001C, "Member 'KismetStringLibrary_Conv_StringToVector3f::OutIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_TransformToString \ +static_assert(alignof(KismetStringLibrary_Conv_TransformToString) == 0x000010, "Wrong alignment on KismetStringLibrary_Conv_TransformToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_TransformToString) == 0x000070, "Wrong size on KismetStringLibrary_Conv_TransformToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_TransformToString, InTrans) == 0x000000, "Member 'KismetStringLibrary_Conv_TransformToString::InTrans' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_TransformToString, ReturnValue) == 0x000060, "Member 'KismetStringLibrary_Conv_TransformToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_Vector2dToString \ +static_assert(alignof(KismetStringLibrary_Conv_Vector2dToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_Vector2dToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_Vector2dToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_Vector2dToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_Vector2dToString, InVec) == 0x000000, "Member 'KismetStringLibrary_Conv_Vector2dToString::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_Vector2dToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_Vector2dToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_Vector3fToString \ +static_assert(alignof(KismetStringLibrary_Conv_Vector3fToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_Vector3fToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_Vector3fToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_Vector3fToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_Vector3fToString, InVec) == 0x000000, "Member 'KismetStringLibrary_Conv_Vector3fToString::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_Vector3fToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_Vector3fToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Conv_VectorToString \ +static_assert(alignof(KismetStringLibrary_Conv_VectorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_VectorToString"); \ +static_assert(sizeof(KismetStringLibrary_Conv_VectorToString) == 0x000028, "Wrong size on KismetStringLibrary_Conv_VectorToString"); \ +static_assert(offsetof(KismetStringLibrary_Conv_VectorToString, InVec) == 0x000000, "Member 'KismetStringLibrary_Conv_VectorToString::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Conv_VectorToString, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Conv_VectorToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_CullArray \ +static_assert(alignof(KismetStringLibrary_CullArray) == 0x000008, "Wrong alignment on KismetStringLibrary_CullArray"); \ +static_assert(sizeof(KismetStringLibrary_CullArray) == 0x000028, "Wrong size on KismetStringLibrary_CullArray"); \ +static_assert(offsetof(KismetStringLibrary_CullArray, SourceString) == 0x000000, "Member 'KismetStringLibrary_CullArray::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_CullArray, inArray) == 0x000010, "Member 'KismetStringLibrary_CullArray::inArray' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_CullArray, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_CullArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_EndsWith \ +static_assert(alignof(KismetStringLibrary_EndsWith) == 0x000008, "Wrong alignment on KismetStringLibrary_EndsWith"); \ +static_assert(sizeof(KismetStringLibrary_EndsWith) == 0x000028, "Wrong size on KismetStringLibrary_EndsWith"); \ +static_assert(offsetof(KismetStringLibrary_EndsWith, SourceString) == 0x000000, "Member 'KismetStringLibrary_EndsWith::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EndsWith, InSuffix) == 0x000010, "Member 'KismetStringLibrary_EndsWith::InSuffix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EndsWith, SearchCase) == 0x000020, "Member 'KismetStringLibrary_EndsWith::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EndsWith, ReturnValue) == 0x000021, "Member 'KismetStringLibrary_EndsWith::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_EqualEqual_StriStri \ +static_assert(alignof(KismetStringLibrary_EqualEqual_StriStri) == 0x000008, "Wrong alignment on KismetStringLibrary_EqualEqual_StriStri"); \ +static_assert(sizeof(KismetStringLibrary_EqualEqual_StriStri) == 0x000028, "Wrong size on KismetStringLibrary_EqualEqual_StriStri"); \ +static_assert(offsetof(KismetStringLibrary_EqualEqual_StriStri, A) == 0x000000, "Member 'KismetStringLibrary_EqualEqual_StriStri::A' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EqualEqual_StriStri, B) == 0x000010, "Member 'KismetStringLibrary_EqualEqual_StriStri::B' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EqualEqual_StriStri, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_EqualEqual_StriStri::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_EqualEqual_StrStr \ +static_assert(alignof(KismetStringLibrary_EqualEqual_StrStr) == 0x000008, "Wrong alignment on KismetStringLibrary_EqualEqual_StrStr"); \ +static_assert(sizeof(KismetStringLibrary_EqualEqual_StrStr) == 0x000028, "Wrong size on KismetStringLibrary_EqualEqual_StrStr"); \ +static_assert(offsetof(KismetStringLibrary_EqualEqual_StrStr, A) == 0x000000, "Member 'KismetStringLibrary_EqualEqual_StrStr::A' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EqualEqual_StrStr, B) == 0x000010, "Member 'KismetStringLibrary_EqualEqual_StrStr::B' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_EqualEqual_StrStr, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_EqualEqual_StrStr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_FindSubstring \ +static_assert(alignof(KismetStringLibrary_FindSubstring) == 0x000008, "Wrong alignment on KismetStringLibrary_FindSubstring"); \ +static_assert(sizeof(KismetStringLibrary_FindSubstring) == 0x000030, "Wrong size on KismetStringLibrary_FindSubstring"); \ +static_assert(offsetof(KismetStringLibrary_FindSubstring, SearchIn) == 0x000000, "Member 'KismetStringLibrary_FindSubstring::SearchIn' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_FindSubstring, Substring) == 0x000010, "Member 'KismetStringLibrary_FindSubstring::Substring' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_FindSubstring, bUseCase) == 0x000020, "Member 'KismetStringLibrary_FindSubstring::bUseCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_FindSubstring, bSearchFromEnd) == 0x000021, "Member 'KismetStringLibrary_FindSubstring::bSearchFromEnd' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_FindSubstring, StartPosition) == 0x000024, "Member 'KismetStringLibrary_FindSubstring::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_FindSubstring, ReturnValue) == 0x000028, "Member 'KismetStringLibrary_FindSubstring::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_GetCharacterArrayFromString \ +static_assert(alignof(KismetStringLibrary_GetCharacterArrayFromString) == 0x000008, "Wrong alignment on KismetStringLibrary_GetCharacterArrayFromString"); \ +static_assert(sizeof(KismetStringLibrary_GetCharacterArrayFromString) == 0x000020, "Wrong size on KismetStringLibrary_GetCharacterArrayFromString"); \ +static_assert(offsetof(KismetStringLibrary_GetCharacterArrayFromString, SourceString) == 0x000000, "Member 'KismetStringLibrary_GetCharacterArrayFromString::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_GetCharacterArrayFromString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_GetCharacterArrayFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_GetCharacterAsNumber \ +static_assert(alignof(KismetStringLibrary_GetCharacterAsNumber) == 0x000008, "Wrong alignment on KismetStringLibrary_GetCharacterAsNumber"); \ +static_assert(sizeof(KismetStringLibrary_GetCharacterAsNumber) == 0x000018, "Wrong size on KismetStringLibrary_GetCharacterAsNumber"); \ +static_assert(offsetof(KismetStringLibrary_GetCharacterAsNumber, SourceString) == 0x000000, "Member 'KismetStringLibrary_GetCharacterAsNumber::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_GetCharacterAsNumber, Index_0) == 0x000010, "Member 'KismetStringLibrary_GetCharacterAsNumber::Index_0' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_GetCharacterAsNumber, ReturnValue) == 0x000014, "Member 'KismetStringLibrary_GetCharacterAsNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_GetSubstring \ +static_assert(alignof(KismetStringLibrary_GetSubstring) == 0x000008, "Wrong alignment on KismetStringLibrary_GetSubstring"); \ +static_assert(sizeof(KismetStringLibrary_GetSubstring) == 0x000028, "Wrong size on KismetStringLibrary_GetSubstring"); \ +static_assert(offsetof(KismetStringLibrary_GetSubstring, SourceString) == 0x000000, "Member 'KismetStringLibrary_GetSubstring::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_GetSubstring, StartIndex) == 0x000010, "Member 'KismetStringLibrary_GetSubstring::StartIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_GetSubstring, Length) == 0x000014, "Member 'KismetStringLibrary_GetSubstring::Length' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_GetSubstring, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_GetSubstring::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_IsEmpty \ +static_assert(alignof(KismetStringLibrary_IsEmpty) == 0x000008, "Wrong alignment on KismetStringLibrary_IsEmpty"); \ +static_assert(sizeof(KismetStringLibrary_IsEmpty) == 0x000018, "Wrong size on KismetStringLibrary_IsEmpty"); \ +static_assert(offsetof(KismetStringLibrary_IsEmpty, InString) == 0x000000, "Member 'KismetStringLibrary_IsEmpty::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_IsEmpty, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_IsNumeric \ +static_assert(alignof(KismetStringLibrary_IsNumeric) == 0x000008, "Wrong alignment on KismetStringLibrary_IsNumeric"); \ +static_assert(sizeof(KismetStringLibrary_IsNumeric) == 0x000018, "Wrong size on KismetStringLibrary_IsNumeric"); \ +static_assert(offsetof(KismetStringLibrary_IsNumeric, SourceString) == 0x000000, "Member 'KismetStringLibrary_IsNumeric::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_IsNumeric, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_IsNumeric::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_JoinStringArray \ +static_assert(alignof(KismetStringLibrary_JoinStringArray) == 0x000008, "Wrong alignment on KismetStringLibrary_JoinStringArray"); \ +static_assert(sizeof(KismetStringLibrary_JoinStringArray) == 0x000030, "Wrong size on KismetStringLibrary_JoinStringArray"); \ +static_assert(offsetof(KismetStringLibrary_JoinStringArray, SourceArray) == 0x000000, "Member 'KismetStringLibrary_JoinStringArray::SourceArray' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_JoinStringArray, Separator) == 0x000010, "Member 'KismetStringLibrary_JoinStringArray::Separator' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_JoinStringArray, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_JoinStringArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Left \ +static_assert(alignof(KismetStringLibrary_Left) == 0x000008, "Wrong alignment on KismetStringLibrary_Left"); \ +static_assert(sizeof(KismetStringLibrary_Left) == 0x000028, "Wrong size on KismetStringLibrary_Left"); \ +static_assert(offsetof(KismetStringLibrary_Left, SourceString) == 0x000000, "Member 'KismetStringLibrary_Left::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Left, Count) == 0x000010, "Member 'KismetStringLibrary_Left::Count' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Left, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Left::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_LeftChop \ +static_assert(alignof(KismetStringLibrary_LeftChop) == 0x000008, "Wrong alignment on KismetStringLibrary_LeftChop"); \ +static_assert(sizeof(KismetStringLibrary_LeftChop) == 0x000028, "Wrong size on KismetStringLibrary_LeftChop"); \ +static_assert(offsetof(KismetStringLibrary_LeftChop, SourceString) == 0x000000, "Member 'KismetStringLibrary_LeftChop::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_LeftChop, Count) == 0x000010, "Member 'KismetStringLibrary_LeftChop::Count' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_LeftChop, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_LeftChop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_LeftPad \ +static_assert(alignof(KismetStringLibrary_LeftPad) == 0x000008, "Wrong alignment on KismetStringLibrary_LeftPad"); \ +static_assert(sizeof(KismetStringLibrary_LeftPad) == 0x000028, "Wrong size on KismetStringLibrary_LeftPad"); \ +static_assert(offsetof(KismetStringLibrary_LeftPad, SourceString) == 0x000000, "Member 'KismetStringLibrary_LeftPad::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_LeftPad, ChCount) == 0x000010, "Member 'KismetStringLibrary_LeftPad::ChCount' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_LeftPad, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_LeftPad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Len \ +static_assert(alignof(KismetStringLibrary_Len) == 0x000008, "Wrong alignment on KismetStringLibrary_Len"); \ +static_assert(sizeof(KismetStringLibrary_Len) == 0x000018, "Wrong size on KismetStringLibrary_Len"); \ +static_assert(offsetof(KismetStringLibrary_Len, S) == 0x000000, "Member 'KismetStringLibrary_Len::S' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Len, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Len::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_MatchesWildcard \ +static_assert(alignof(KismetStringLibrary_MatchesWildcard) == 0x000008, "Wrong alignment on KismetStringLibrary_MatchesWildcard"); \ +static_assert(sizeof(KismetStringLibrary_MatchesWildcard) == 0x000028, "Wrong size on KismetStringLibrary_MatchesWildcard"); \ +static_assert(offsetof(KismetStringLibrary_MatchesWildcard, SourceString) == 0x000000, "Member 'KismetStringLibrary_MatchesWildcard::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_MatchesWildcard, Wildcard) == 0x000010, "Member 'KismetStringLibrary_MatchesWildcard::Wildcard' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_MatchesWildcard, SearchCase) == 0x000020, "Member 'KismetStringLibrary_MatchesWildcard::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_MatchesWildcard, ReturnValue) == 0x000021, "Member 'KismetStringLibrary_MatchesWildcard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Mid \ +static_assert(alignof(KismetStringLibrary_Mid) == 0x000008, "Wrong alignment on KismetStringLibrary_Mid"); \ +static_assert(sizeof(KismetStringLibrary_Mid) == 0x000028, "Wrong size on KismetStringLibrary_Mid"); \ +static_assert(offsetof(KismetStringLibrary_Mid, SourceString) == 0x000000, "Member 'KismetStringLibrary_Mid::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Mid, Start) == 0x000010, "Member 'KismetStringLibrary_Mid::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Mid, Count) == 0x000014, "Member 'KismetStringLibrary_Mid::Count' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Mid, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Mid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_NotEqual_StriStri \ +static_assert(alignof(KismetStringLibrary_NotEqual_StriStri) == 0x000008, "Wrong alignment on KismetStringLibrary_NotEqual_StriStri"); \ +static_assert(sizeof(KismetStringLibrary_NotEqual_StriStri) == 0x000028, "Wrong size on KismetStringLibrary_NotEqual_StriStri"); \ +static_assert(offsetof(KismetStringLibrary_NotEqual_StriStri, A) == 0x000000, "Member 'KismetStringLibrary_NotEqual_StriStri::A' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_NotEqual_StriStri, B) == 0x000010, "Member 'KismetStringLibrary_NotEqual_StriStri::B' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_NotEqual_StriStri, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_NotEqual_StriStri::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_NotEqual_StrStr \ +static_assert(alignof(KismetStringLibrary_NotEqual_StrStr) == 0x000008, "Wrong alignment on KismetStringLibrary_NotEqual_StrStr"); \ +static_assert(sizeof(KismetStringLibrary_NotEqual_StrStr) == 0x000028, "Wrong size on KismetStringLibrary_NotEqual_StrStr"); \ +static_assert(offsetof(KismetStringLibrary_NotEqual_StrStr, A) == 0x000000, "Member 'KismetStringLibrary_NotEqual_StrStr::A' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_NotEqual_StrStr, B) == 0x000010, "Member 'KismetStringLibrary_NotEqual_StrStr::B' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_NotEqual_StrStr, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_NotEqual_StrStr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_ParseIntoArray \ +static_assert(alignof(KismetStringLibrary_ParseIntoArray) == 0x000008, "Wrong alignment on KismetStringLibrary_ParseIntoArray"); \ +static_assert(sizeof(KismetStringLibrary_ParseIntoArray) == 0x000038, "Wrong size on KismetStringLibrary_ParseIntoArray"); \ +static_assert(offsetof(KismetStringLibrary_ParseIntoArray, SourceString) == 0x000000, "Member 'KismetStringLibrary_ParseIntoArray::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ParseIntoArray, Delimiter) == 0x000010, "Member 'KismetStringLibrary_ParseIntoArray::Delimiter' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ParseIntoArray, CullEmptyStrings) == 0x000020, "Member 'KismetStringLibrary_ParseIntoArray::CullEmptyStrings' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ParseIntoArray, ReturnValue) == 0x000028, "Member 'KismetStringLibrary_ParseIntoArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Replace \ +static_assert(alignof(KismetStringLibrary_Replace) == 0x000008, "Wrong alignment on KismetStringLibrary_Replace"); \ +static_assert(sizeof(KismetStringLibrary_Replace) == 0x000048, "Wrong size on KismetStringLibrary_Replace"); \ +static_assert(offsetof(KismetStringLibrary_Replace, SourceString) == 0x000000, "Member 'KismetStringLibrary_Replace::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Replace, From) == 0x000010, "Member 'KismetStringLibrary_Replace::From' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Replace, To) == 0x000020, "Member 'KismetStringLibrary_Replace::To' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Replace, SearchCase) == 0x000030, "Member 'KismetStringLibrary_Replace::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Replace, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_Replace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_ReplaceInline \ +static_assert(alignof(KismetStringLibrary_ReplaceInline) == 0x000008, "Wrong alignment on KismetStringLibrary_ReplaceInline"); \ +static_assert(sizeof(KismetStringLibrary_ReplaceInline) == 0x000038, "Wrong size on KismetStringLibrary_ReplaceInline"); \ +static_assert(offsetof(KismetStringLibrary_ReplaceInline, SourceString) == 0x000000, "Member 'KismetStringLibrary_ReplaceInline::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ReplaceInline, SearchText) == 0x000010, "Member 'KismetStringLibrary_ReplaceInline::SearchText' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ReplaceInline, ReplacementText) == 0x000020, "Member 'KismetStringLibrary_ReplaceInline::ReplacementText' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ReplaceInline, SearchCase) == 0x000030, "Member 'KismetStringLibrary_ReplaceInline::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ReplaceInline, ReturnValue) == 0x000034, "Member 'KismetStringLibrary_ReplaceInline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Reverse \ +static_assert(alignof(KismetStringLibrary_Reverse) == 0x000008, "Wrong alignment on KismetStringLibrary_Reverse"); \ +static_assert(sizeof(KismetStringLibrary_Reverse) == 0x000020, "Wrong size on KismetStringLibrary_Reverse"); \ +static_assert(offsetof(KismetStringLibrary_Reverse, SourceString) == 0x000000, "Member 'KismetStringLibrary_Reverse::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Reverse, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Reverse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Right \ +static_assert(alignof(KismetStringLibrary_Right) == 0x000008, "Wrong alignment on KismetStringLibrary_Right"); \ +static_assert(sizeof(KismetStringLibrary_Right) == 0x000028, "Wrong size on KismetStringLibrary_Right"); \ +static_assert(offsetof(KismetStringLibrary_Right, SourceString) == 0x000000, "Member 'KismetStringLibrary_Right::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Right, Count) == 0x000010, "Member 'KismetStringLibrary_Right::Count' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Right, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Right::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_RightChop \ +static_assert(alignof(KismetStringLibrary_RightChop) == 0x000008, "Wrong alignment on KismetStringLibrary_RightChop"); \ +static_assert(sizeof(KismetStringLibrary_RightChop) == 0x000028, "Wrong size on KismetStringLibrary_RightChop"); \ +static_assert(offsetof(KismetStringLibrary_RightChop, SourceString) == 0x000000, "Member 'KismetStringLibrary_RightChop::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_RightChop, Count) == 0x000010, "Member 'KismetStringLibrary_RightChop::Count' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_RightChop, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_RightChop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_RightPad \ +static_assert(alignof(KismetStringLibrary_RightPad) == 0x000008, "Wrong alignment on KismetStringLibrary_RightPad"); \ +static_assert(sizeof(KismetStringLibrary_RightPad) == 0x000028, "Wrong size on KismetStringLibrary_RightPad"); \ +static_assert(offsetof(KismetStringLibrary_RightPad, SourceString) == 0x000000, "Member 'KismetStringLibrary_RightPad::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_RightPad, ChCount) == 0x000010, "Member 'KismetStringLibrary_RightPad::ChCount' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_RightPad, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_RightPad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Split \ +static_assert(alignof(KismetStringLibrary_Split) == 0x000008, "Wrong alignment on KismetStringLibrary_Split"); \ +static_assert(sizeof(KismetStringLibrary_Split) == 0x000048, "Wrong size on KismetStringLibrary_Split"); \ +static_assert(offsetof(KismetStringLibrary_Split, SourceString) == 0x000000, "Member 'KismetStringLibrary_Split::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Split, InStr) == 0x000010, "Member 'KismetStringLibrary_Split::InStr' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Split, LeftS) == 0x000020, "Member 'KismetStringLibrary_Split::LeftS' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Split, RightS) == 0x000030, "Member 'KismetStringLibrary_Split::RightS' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Split, SearchCase) == 0x000040, "Member 'KismetStringLibrary_Split::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Split, SearchDir) == 0x000041, "Member 'KismetStringLibrary_Split::SearchDir' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Split, ReturnValue) == 0x000042, "Member 'KismetStringLibrary_Split::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_StartsWith \ +static_assert(alignof(KismetStringLibrary_StartsWith) == 0x000008, "Wrong alignment on KismetStringLibrary_StartsWith"); \ +static_assert(sizeof(KismetStringLibrary_StartsWith) == 0x000028, "Wrong size on KismetStringLibrary_StartsWith"); \ +static_assert(offsetof(KismetStringLibrary_StartsWith, SourceString) == 0x000000, "Member 'KismetStringLibrary_StartsWith::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_StartsWith, InPrefix) == 0x000010, "Member 'KismetStringLibrary_StartsWith::InPrefix' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_StartsWith, SearchCase) == 0x000020, "Member 'KismetStringLibrary_StartsWith::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_StartsWith, ReturnValue) == 0x000021, "Member 'KismetStringLibrary_StartsWith::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_TimeSecondsToString \ +static_assert(alignof(KismetStringLibrary_TimeSecondsToString) == 0x000008, "Wrong alignment on KismetStringLibrary_TimeSecondsToString"); \ +static_assert(sizeof(KismetStringLibrary_TimeSecondsToString) == 0x000018, "Wrong size on KismetStringLibrary_TimeSecondsToString"); \ +static_assert(offsetof(KismetStringLibrary_TimeSecondsToString, InSeconds) == 0x000000, "Member 'KismetStringLibrary_TimeSecondsToString::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_TimeSecondsToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_TimeSecondsToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_ToLower \ +static_assert(alignof(KismetStringLibrary_ToLower) == 0x000008, "Wrong alignment on KismetStringLibrary_ToLower"); \ +static_assert(sizeof(KismetStringLibrary_ToLower) == 0x000020, "Wrong size on KismetStringLibrary_ToLower"); \ +static_assert(offsetof(KismetStringLibrary_ToLower, SourceString) == 0x000000, "Member 'KismetStringLibrary_ToLower::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ToLower, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_ToLower::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_ToUpper \ +static_assert(alignof(KismetStringLibrary_ToUpper) == 0x000008, "Wrong alignment on KismetStringLibrary_ToUpper"); \ +static_assert(sizeof(KismetStringLibrary_ToUpper) == 0x000020, "Wrong size on KismetStringLibrary_ToUpper"); \ +static_assert(offsetof(KismetStringLibrary_ToUpper, SourceString) == 0x000000, "Member 'KismetStringLibrary_ToUpper::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_ToUpper, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_ToUpper::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_Trim \ +static_assert(alignof(KismetStringLibrary_Trim) == 0x000008, "Wrong alignment on KismetStringLibrary_Trim"); \ +static_assert(sizeof(KismetStringLibrary_Trim) == 0x000020, "Wrong size on KismetStringLibrary_Trim"); \ +static_assert(offsetof(KismetStringLibrary_Trim, SourceString) == 0x000000, "Member 'KismetStringLibrary_Trim::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_Trim, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Trim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringLibrary_TrimTrailing \ +static_assert(alignof(KismetStringLibrary_TrimTrailing) == 0x000008, "Wrong alignment on KismetStringLibrary_TrimTrailing"); \ +static_assert(sizeof(KismetStringLibrary_TrimTrailing) == 0x000020, "Wrong size on KismetStringLibrary_TrimTrailing"); \ +static_assert(offsetof(KismetStringLibrary_TrimTrailing, SourceString) == 0x000000, "Member 'KismetStringLibrary_TrimTrailing::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetStringLibrary_TrimTrailing, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_TrimTrailing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetStringLibrary \ +static_assert(alignof(UKismetStringLibrary) == 0x000008, "Wrong alignment on UKismetStringLibrary"); \ +static_assert(sizeof(UKismetStringLibrary) == 0x000028, "Wrong size on UKismetStringLibrary"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetKeysFromStringTable \ +static_assert(alignof(KismetStringTableLibrary_GetKeysFromStringTable) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetKeysFromStringTable"); \ +static_assert(sizeof(KismetStringTableLibrary_GetKeysFromStringTable) == 0x000018, "Wrong size on KismetStringTableLibrary_GetKeysFromStringTable"); \ +static_assert(offsetof(KismetStringTableLibrary_GetKeysFromStringTable, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetKeysFromStringTable::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetKeysFromStringTable, ReturnValue) == 0x000008, "Member 'KismetStringTableLibrary_GetKeysFromStringTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry \ +static_assert(alignof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry"); \ +static_assert(sizeof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry) == 0x000028, "Wrong size on KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry"); \ +static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, Key) == 0x000008, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, ReturnValue) == 0x000018, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetRegisteredStringTables \ +static_assert(alignof(KismetStringTableLibrary_GetRegisteredStringTables) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetRegisteredStringTables"); \ +static_assert(sizeof(KismetStringTableLibrary_GetRegisteredStringTables) == 0x000010, "Wrong size on KismetStringTableLibrary_GetRegisteredStringTables"); \ +static_assert(offsetof(KismetStringTableLibrary_GetRegisteredStringTables, ReturnValue) == 0x000000, "Member 'KismetStringTableLibrary_GetRegisteredStringTables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableEntryMetaData \ +static_assert(alignof(KismetStringTableLibrary_GetTableEntryMetaData) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetTableEntryMetaData"); \ +static_assert(sizeof(KismetStringTableLibrary_GetTableEntryMetaData) == 0x000030, "Wrong size on KismetStringTableLibrary_GetTableEntryMetaData"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, Key) == 0x000008, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, MetadataID) == 0x000018, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::MetadataID' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, ReturnValue) == 0x000020, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableEntrySourceString \ +static_assert(alignof(KismetStringTableLibrary_GetTableEntrySourceString) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetTableEntrySourceString"); \ +static_assert(sizeof(KismetStringTableLibrary_GetTableEntrySourceString) == 0x000028, "Wrong size on KismetStringTableLibrary_GetTableEntrySourceString"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, Key) == 0x000008, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, ReturnValue) == 0x000018, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableNamespace \ +static_assert(alignof(KismetStringTableLibrary_GetTableNamespace) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetTableNamespace"); \ +static_assert(sizeof(KismetStringTableLibrary_GetTableNamespace) == 0x000018, "Wrong size on KismetStringTableLibrary_GetTableNamespace"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableNamespace, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetTableNamespace::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_GetTableNamespace, ReturnValue) == 0x000008, "Member 'KismetStringTableLibrary_GetTableNamespace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_IsRegisteredTableEntry \ +static_assert(alignof(KismetStringTableLibrary_IsRegisteredTableEntry) == 0x000008, "Wrong alignment on KismetStringTableLibrary_IsRegisteredTableEntry"); \ +static_assert(sizeof(KismetStringTableLibrary_IsRegisteredTableEntry) == 0x000020, "Wrong size on KismetStringTableLibrary_IsRegisteredTableEntry"); \ +static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, TableId) == 0x000000, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, Key) == 0x000008, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, ReturnValue) == 0x000018, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetStringTableLibrary_IsRegisteredTableId \ +static_assert(alignof(KismetStringTableLibrary_IsRegisteredTableId) == 0x000004, "Wrong alignment on KismetStringTableLibrary_IsRegisteredTableId"); \ +static_assert(sizeof(KismetStringTableLibrary_IsRegisteredTableId) == 0x00000C, "Wrong size on KismetStringTableLibrary_IsRegisteredTableId"); \ +static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableId, TableId) == 0x000000, "Member 'KismetStringTableLibrary_IsRegisteredTableId::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableId, ReturnValue) == 0x000008, "Member 'KismetStringTableLibrary_IsRegisteredTableId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetStringTableLibrary \ +static_assert(alignof(UKismetStringTableLibrary) == 0x000008, "Wrong alignment on UKismetStringTableLibrary"); \ +static_assert(sizeof(UKismetStringTableLibrary) == 0x000028, "Wrong size on UKismetStringTableLibrary"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrency_Float \ +static_assert(alignof(KismetTextLibrary_AsCurrency_Float) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrency_Float"); \ +static_assert(sizeof(KismetTextLibrary_AsCurrency_Float) == 0x000038, "Wrong size on KismetTextLibrary_AsCurrency_Float"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, Value) == 0x000000, "Member 'KismetTextLibrary_AsCurrency_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_AsCurrency_Float::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_AsCurrency_Float::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_AsCurrency_Float::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_AsCurrency_Float::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsCurrency_Float::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_AsCurrency_Float::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsCurrency_Float::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, CurrencyCode) == 0x000018, "Member 'KismetTextLibrary_AsCurrency_Float::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_AsCurrency_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrency_Integer \ +static_assert(alignof(KismetTextLibrary_AsCurrency_Integer) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrency_Integer"); \ +static_assert(sizeof(KismetTextLibrary_AsCurrency_Integer) == 0x000038, "Wrong size on KismetTextLibrary_AsCurrency_Integer"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, Value) == 0x000000, "Member 'KismetTextLibrary_AsCurrency_Integer::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_AsCurrency_Integer::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_AsCurrency_Integer::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_AsCurrency_Integer::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_AsCurrency_Integer::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsCurrency_Integer::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_AsCurrency_Integer::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsCurrency_Integer::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, CurrencyCode) == 0x000018, "Member 'KismetTextLibrary_AsCurrency_Integer::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_AsCurrency_Integer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrencyBase \ +static_assert(alignof(KismetTextLibrary_AsCurrencyBase) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrencyBase"); \ +static_assert(sizeof(KismetTextLibrary_AsCurrencyBase) == 0x000028, "Wrong size on KismetTextLibrary_AsCurrencyBase"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrencyBase, BaseValue) == 0x000000, "Member 'KismetTextLibrary_AsCurrencyBase::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrencyBase, CurrencyCode) == 0x000008, "Member 'KismetTextLibrary_AsCurrencyBase::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrencyBase, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsCurrencyBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsDate_DateTime \ +static_assert(alignof(KismetTextLibrary_AsDate_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsDate_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsDate_DateTime) == 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, InDateStyle) == 0x000008, "Member 'KismetTextLibrary_AsDate_DateTime::InDateStyle' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsDate_DateTime, ReturnValue) == 0x000010, "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, InDateStyle) == 0x000008, "Member 'KismetTextLibrary_AsDateTime_DateTime::InDateStyle' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsDateTime_DateTime, InTimeStyle) == 0x000009, "Member 'KismetTextLibrary_AsDateTime_DateTime::InTimeStyle' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsDateTime_DateTime, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_AsDateTime_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsMemory \ +static_assert(alignof(KismetTextLibrary_AsMemory) == 0x000008, "Wrong alignment on KismetTextLibrary_AsMemory"); \ +static_assert(sizeof(KismetTextLibrary_AsMemory) == 0x000030, "Wrong size on KismetTextLibrary_AsMemory"); \ +static_assert(offsetof(KismetTextLibrary_AsMemory, NumBytes) == 0x000000, "Member 'KismetTextLibrary_AsMemory::NumBytes' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsMemory, UnitStandard) == 0x000008, "Member 'KismetTextLibrary_AsMemory::UnitStandard' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsMemory, bUseGrouping) == 0x000009, "Member 'KismetTextLibrary_AsMemory::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsMemory, MinimumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsMemory::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsMemory, MaximumIntegralDigits) == 0x000010, "Member 'KismetTextLibrary_AsMemory::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsMemory, MinimumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsMemory::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsMemory, MaximumFractionalDigits) == 0x000018, "Member 'KismetTextLibrary_AsMemory::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsMemory, ReturnValue) == 0x000020, "Member 'KismetTextLibrary_AsMemory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsPercent_Float \ +static_assert(alignof(KismetTextLibrary_AsPercent_Float) == 0x000008, "Wrong alignment on KismetTextLibrary_AsPercent_Float"); \ +static_assert(sizeof(KismetTextLibrary_AsPercent_Float) == 0x000028, "Wrong size on KismetTextLibrary_AsPercent_Float"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, Value) == 0x000000, "Member 'KismetTextLibrary_AsPercent_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_AsPercent_Float::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_AsPercent_Float::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_AsPercent_Float::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_AsPercent_Float::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsPercent_Float::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_AsPercent_Float::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsPercent_Float::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsPercent_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTime_DateTime \ +static_assert(alignof(KismetTextLibrary_AsTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTime_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsTime_DateTime) == 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, InTimeStyle) == 0x000008, "Member 'KismetTextLibrary_AsTime_DateTime::InTimeStyle' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTime_DateTime, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_AsTime_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTimespan_Timespan \ +static_assert(alignof(KismetTextLibrary_AsTimespan_Timespan) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimespan_Timespan"); \ +static_assert(sizeof(KismetTextLibrary_AsTimespan_Timespan) == 0x000018, "Wrong size on KismetTextLibrary_AsTimespan_Timespan"); \ +static_assert(offsetof(KismetTextLibrary_AsTimespan_Timespan, InTimespan) == 0x000000, "Member 'KismetTextLibrary_AsTimespan_Timespan::InTimespan' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimespan_Timespan, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsTimespan_Timespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneDate_DateTime \ +static_assert(alignof(KismetTextLibrary_AsTimeZoneDate_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimeZoneDate_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsTimeZoneDate_DateTime) == 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, InDateStyle) == 0x000018, "Member 'KismetTextLibrary_AsTimeZoneDate_DateTime::InDateStyle' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDate_DateTime, ReturnValue) == 0x000020, "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, InDateStyle) == 0x000018, "Member 'KismetTextLibrary_AsTimeZoneDateTime_DateTime::InDateStyle' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDateTime_DateTime, InTimeStyle) == 0x000019, "Member 'KismetTextLibrary_AsTimeZoneDateTime_DateTime::InTimeStyle' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDateTime_DateTime, ReturnValue) == 0x000020, "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, InTimeStyle) == 0x000018, "Member 'KismetTextLibrary_AsTimeZoneTime_DateTime::InTimeStyle' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneTime_DateTime, ReturnValue) == 0x000020, "Member 'KismetTextLibrary_AsTimeZoneTime_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_BoolToText \ +static_assert(alignof(KismetTextLibrary_Conv_BoolToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_BoolToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_BoolToText) == 0x000018, "Wrong size on KismetTextLibrary_Conv_BoolToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_BoolToText, InBool) == 0x000000, "Member 'KismetTextLibrary_Conv_BoolToText::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_BoolToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_BoolToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_ByteToText \ +static_assert(alignof(KismetTextLibrary_Conv_ByteToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_ByteToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_ByteToText) == 0x000018, "Wrong size on KismetTextLibrary_Conv_ByteToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ByteToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_ByteToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ByteToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_ByteToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_ColorToText \ +static_assert(alignof(KismetTextLibrary_Conv_ColorToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_ColorToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_ColorToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_ColorToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ColorToText, InColor) == 0x000000, "Member 'KismetTextLibrary_Conv_ColorToText::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ColorToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_ColorToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_DoubleToText \ +static_assert(alignof(KismetTextLibrary_Conv_DoubleToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_DoubleToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_DoubleToText) == 0x000030, "Wrong size on KismetTextLibrary_Conv_DoubleToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_DoubleToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, RoundingMode) == 0x000008, "Member 'KismetTextLibrary_Conv_DoubleToText::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, bAlwaysSign) == 0x000009, "Member 'KismetTextLibrary_Conv_DoubleToText::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, bUseGrouping) == 0x00000A, "Member 'KismetTextLibrary_Conv_DoubleToText::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, MinimumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_DoubleToText::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, MaximumIntegralDigits) == 0x000010, "Member 'KismetTextLibrary_Conv_DoubleToText::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, MinimumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_Conv_DoubleToText::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, MaximumFractionalDigits) == 0x000018, "Member 'KismetTextLibrary_Conv_DoubleToText::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, ReturnValue) == 0x000020, "Member 'KismetTextLibrary_Conv_DoubleToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_Int64ToText \ +static_assert(alignof(KismetTextLibrary_Conv_Int64ToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_Int64ToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_Int64ToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_Int64ToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_Int64ToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, bAlwaysSign) == 0x000008, "Member 'KismetTextLibrary_Conv_Int64ToText::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, bUseGrouping) == 0x000009, "Member 'KismetTextLibrary_Conv_Int64ToText::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, MinimumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_Int64ToText::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, MaximumIntegralDigits) == 0x000010, "Member 'KismetTextLibrary_Conv_Int64ToText::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_Conv_Int64ToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_IntToText \ +static_assert(alignof(KismetTextLibrary_Conv_IntToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_IntToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_IntToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_IntToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_IntToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, bAlwaysSign) == 0x000004, "Member 'KismetTextLibrary_Conv_IntToText::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, bUseGrouping) == 0x000005, "Member 'KismetTextLibrary_Conv_IntToText::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_Conv_IntToText::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_IntToText::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_IntToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_NameToText \ +static_assert(alignof(KismetTextLibrary_Conv_NameToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_NameToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_NameToText) == 0x000018, "Wrong size on KismetTextLibrary_Conv_NameToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_NameToText, InName) == 0x000000, "Member 'KismetTextLibrary_Conv_NameToText::InName' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_NameToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_NameToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_NumericPropertyToText \ +static_assert(alignof(KismetTextLibrary_Conv_NumericPropertyToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_NumericPropertyToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_NumericPropertyToText) == 0x000018, "Wrong size on KismetTextLibrary_Conv_NumericPropertyToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_NumericPropertyToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_NumericPropertyToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_NumericPropertyToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_NumericPropertyToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_ObjectToText \ +static_assert(alignof(KismetTextLibrary_Conv_ObjectToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_ObjectToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_ObjectToText) == 0x000018, "Wrong size on KismetTextLibrary_Conv_ObjectToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ObjectToText, InObj) == 0x000000, "Member 'KismetTextLibrary_Conv_ObjectToText::InObj' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ObjectToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_ObjectToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_RotatorToText \ +static_assert(alignof(KismetTextLibrary_Conv_RotatorToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_RotatorToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_RotatorToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_RotatorToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_RotatorToText, InRot) == 0x000000, "Member 'KismetTextLibrary_Conv_RotatorToText::InRot' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_RotatorToText, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_Conv_RotatorToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_StringToText \ +static_assert(alignof(KismetTextLibrary_Conv_StringToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_StringToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_StringToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_StringToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_StringToText, InString) == 0x000000, "Member 'KismetTextLibrary_Conv_StringToText::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_StringToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_StringToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_TextToString \ +static_assert(alignof(KismetTextLibrary_Conv_TextToString) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_TextToString"); \ +static_assert(sizeof(KismetTextLibrary_Conv_TextToString) == 0x000020, "Wrong size on KismetTextLibrary_Conv_TextToString"); \ +static_assert(offsetof(KismetTextLibrary_Conv_TextToString, InText) == 0x000000, "Member 'KismetTextLibrary_Conv_TextToString::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_TextToString, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_TextToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_TransformToText \ +static_assert(alignof(KismetTextLibrary_Conv_TransformToText) == 0x000010, "Wrong alignment on KismetTextLibrary_Conv_TransformToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_TransformToText) == 0x000070, "Wrong size on KismetTextLibrary_Conv_TransformToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_TransformToText, InTrans) == 0x000000, "Member 'KismetTextLibrary_Conv_TransformToText::InTrans' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_TransformToText, ReturnValue) == 0x000060, "Member 'KismetTextLibrary_Conv_TransformToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_Vector2dToText \ +static_assert(alignof(KismetTextLibrary_Conv_Vector2dToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_Vector2dToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_Vector2dToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_Vector2dToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Vector2dToText, InVec) == 0x000000, "Member 'KismetTextLibrary_Conv_Vector2dToText::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Vector2dToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_Vector2dToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_VectorToText \ +static_assert(alignof(KismetTextLibrary_Conv_VectorToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_VectorToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_VectorToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_VectorToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_VectorToText, InVec) == 0x000000, "Member 'KismetTextLibrary_Conv_VectorToText::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_VectorToText, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_Conv_VectorToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_EditTextPropertySourceString \ +static_assert(alignof(KismetTextLibrary_EditTextPropertySourceString) == 0x000008, "Wrong alignment on KismetTextLibrary_EditTextPropertySourceString"); \ +static_assert(sizeof(KismetTextLibrary_EditTextPropertySourceString) == 0x000028, "Wrong size on KismetTextLibrary_EditTextPropertySourceString"); \ +static_assert(offsetof(KismetTextLibrary_EditTextPropertySourceString, TextOwner) == 0x000000, "Member 'KismetTextLibrary_EditTextPropertySourceString::TextOwner' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EditTextPropertySourceString, PropertyName) == 0x000008, "Member 'KismetTextLibrary_EditTextPropertySourceString::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EditTextPropertySourceString, SourceString) == 0x000010, "Member 'KismetTextLibrary_EditTextPropertySourceString::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EditTextPropertySourceString, bEmitChangeNotify) == 0x000020, "Member 'KismetTextLibrary_EditTextPropertySourceString::bEmitChangeNotify' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EditTextPropertySourceString, ReturnValue) == 0x000021, "Member 'KismetTextLibrary_EditTextPropertySourceString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_EditTextSourceString \ +static_assert(alignof(KismetTextLibrary_EditTextSourceString) == 0x000008, "Wrong alignment on KismetTextLibrary_EditTextSourceString"); \ +static_assert(sizeof(KismetTextLibrary_EditTextSourceString) == 0x000030, "Wrong size on KismetTextLibrary_EditTextSourceString"); \ +static_assert(offsetof(KismetTextLibrary_EditTextSourceString, TextOwner) == 0x000000, "Member 'KismetTextLibrary_EditTextSourceString::TextOwner' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EditTextSourceString, Text) == 0x000008, "Member 'KismetTextLibrary_EditTextSourceString::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EditTextSourceString, SourceString) == 0x000018, "Member 'KismetTextLibrary_EditTextSourceString::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EditTextSourceString, bEmitChangeNotify) == 0x000028, "Member 'KismetTextLibrary_EditTextSourceString::bEmitChangeNotify' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EditTextSourceString, ReturnValue) == 0x000029, "Member 'KismetTextLibrary_EditTextSourceString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_EqualEqual_IgnoreCase_TextText \ +static_assert(alignof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_EqualEqual_IgnoreCase_TextText"); \ +static_assert(sizeof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText) == 0x000028, "Wrong size on KismetTextLibrary_EqualEqual_IgnoreCase_TextText"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, A) == 0x000000, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, B) == 0x000010, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, ReturnValue) == 0x000020, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_EqualEqual_TextText \ +static_assert(alignof(KismetTextLibrary_EqualEqual_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_EqualEqual_TextText"); \ +static_assert(sizeof(KismetTextLibrary_EqualEqual_TextText) == 0x000028, "Wrong size on KismetTextLibrary_EqualEqual_TextText"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, A) == 0x000000, "Member 'KismetTextLibrary_EqualEqual_TextText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, B) == 0x000010, "Member 'KismetTextLibrary_EqualEqual_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, ReturnValue) == 0x000020, "Member 'KismetTextLibrary_EqualEqual_TextText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_FindTextInLocalizationTable \ +static_assert(alignof(KismetTextLibrary_FindTextInLocalizationTable) == 0x000008, "Wrong alignment on KismetTextLibrary_FindTextInLocalizationTable"); \ +static_assert(sizeof(KismetTextLibrary_FindTextInLocalizationTable) == 0x000048, "Wrong size on KismetTextLibrary_FindTextInLocalizationTable"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, Namespace) == 0x000000, "Member 'KismetTextLibrary_FindTextInLocalizationTable::Namespace' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, Key) == 0x000010, "Member 'KismetTextLibrary_FindTextInLocalizationTable::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, OutText) == 0x000020, "Member 'KismetTextLibrary_FindTextInLocalizationTable::OutText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, SourceString) == 0x000030, "Member 'KismetTextLibrary_FindTextInLocalizationTable::SourceString' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, ReturnValue) == 0x000040, "Member 'KismetTextLibrary_FindTextInLocalizationTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Format \ +static_assert(alignof(KismetTextLibrary_Format) == 0x000008, "Wrong alignment on KismetTextLibrary_Format"); \ +static_assert(sizeof(KismetTextLibrary_Format) == 0x000030, "Wrong size on KismetTextLibrary_Format"); \ +static_assert(offsetof(KismetTextLibrary_Format, InPattern) == 0x000000, "Member 'KismetTextLibrary_Format::InPattern' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Format, InArgs) == 0x000010, "Member 'KismetTextLibrary_Format::InArgs' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Format, ReturnValue) == 0x000020, "Member 'KismetTextLibrary_Format::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_GetEmptyText \ +static_assert(alignof(KismetTextLibrary_GetEmptyText) == 0x000008, "Wrong alignment on KismetTextLibrary_GetEmptyText"); \ +static_assert(sizeof(KismetTextLibrary_GetEmptyText) == 0x000010, "Wrong size on KismetTextLibrary_GetEmptyText"); \ +static_assert(offsetof(KismetTextLibrary_GetEmptyText, ReturnValue) == 0x000000, "Member 'KismetTextLibrary_GetEmptyText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_GetTextId \ +static_assert(alignof(KismetTextLibrary_GetTextId) == 0x000008, "Wrong alignment on KismetTextLibrary_GetTextId"); \ +static_assert(sizeof(KismetTextLibrary_GetTextId) == 0x000038, "Wrong size on KismetTextLibrary_GetTextId"); \ +static_assert(offsetof(KismetTextLibrary_GetTextId, Text) == 0x000000, "Member 'KismetTextLibrary_GetTextId::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_GetTextId, OutNamespace) == 0x000010, "Member 'KismetTextLibrary_GetTextId::OutNamespace' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_GetTextId, OutKey) == 0x000020, "Member 'KismetTextLibrary_GetTextId::OutKey' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_GetTextId, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_GetTextId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_GetTextSourceString \ +static_assert(alignof(KismetTextLibrary_GetTextSourceString) == 0x000008, "Wrong alignment on KismetTextLibrary_GetTextSourceString"); \ +static_assert(sizeof(KismetTextLibrary_GetTextSourceString) == 0x000020, "Wrong size on KismetTextLibrary_GetTextSourceString"); \ +static_assert(offsetof(KismetTextLibrary_GetTextSourceString, Text) == 0x000000, "Member 'KismetTextLibrary_GetTextSourceString::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_GetTextSourceString, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_GetTextSourceString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_IsPolyglotDataValid \ +static_assert(alignof(KismetTextLibrary_IsPolyglotDataValid) == 0x000008, "Wrong alignment on KismetTextLibrary_IsPolyglotDataValid"); \ +static_assert(sizeof(KismetTextLibrary_IsPolyglotDataValid) == 0x0000C8, "Wrong size on KismetTextLibrary_IsPolyglotDataValid"); \ +static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, PolyglotData) == 0x000000, "Member 'KismetTextLibrary_IsPolyglotDataValid::PolyglotData' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, IsValid) == 0x0000B0, "Member 'KismetTextLibrary_IsPolyglotDataValid::IsValid' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, ErrorMessage) == 0x0000B8, "Member 'KismetTextLibrary_IsPolyglotDataValid::ErrorMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_MakeInvariantText \ +static_assert(alignof(KismetTextLibrary_MakeInvariantText) == 0x000008, "Wrong alignment on KismetTextLibrary_MakeInvariantText"); \ +static_assert(sizeof(KismetTextLibrary_MakeInvariantText) == 0x000020, "Wrong size on KismetTextLibrary_MakeInvariantText"); \ +static_assert(offsetof(KismetTextLibrary_MakeInvariantText, InString) == 0x000000, "Member 'KismetTextLibrary_MakeInvariantText::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_MakeInvariantText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_MakeInvariantText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_NotEqual_IgnoreCase_TextText \ +static_assert(alignof(KismetTextLibrary_NotEqual_IgnoreCase_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_NotEqual_IgnoreCase_TextText"); \ +static_assert(sizeof(KismetTextLibrary_NotEqual_IgnoreCase_TextText) == 0x000028, "Wrong size on KismetTextLibrary_NotEqual_IgnoreCase_TextText"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, A) == 0x000000, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, B) == 0x000010, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, ReturnValue) == 0x000020, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_NotEqual_TextText \ +static_assert(alignof(KismetTextLibrary_NotEqual_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_NotEqual_TextText"); \ +static_assert(sizeof(KismetTextLibrary_NotEqual_TextText) == 0x000028, "Wrong size on KismetTextLibrary_NotEqual_TextText"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, A) == 0x000000, "Member 'KismetTextLibrary_NotEqual_TextText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, B) == 0x000010, "Member 'KismetTextLibrary_NotEqual_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, ReturnValue) == 0x000020, "Member 'KismetTextLibrary_NotEqual_TextText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_PolyglotDataToText \ +static_assert(alignof(KismetTextLibrary_PolyglotDataToText) == 0x000008, "Wrong alignment on KismetTextLibrary_PolyglotDataToText"); \ +static_assert(sizeof(KismetTextLibrary_PolyglotDataToText) == 0x0000C0, "Wrong size on KismetTextLibrary_PolyglotDataToText"); \ +static_assert(offsetof(KismetTextLibrary_PolyglotDataToText, PolyglotData) == 0x000000, "Member 'KismetTextLibrary_PolyglotDataToText::PolyglotData' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_PolyglotDataToText, ReturnValue) == 0x0000B0, "Member 'KismetTextLibrary_PolyglotDataToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_StringTableIdAndKeyFromText \ +static_assert(alignof(KismetTextLibrary_StringTableIdAndKeyFromText) == 0x000008, "Wrong alignment on KismetTextLibrary_StringTableIdAndKeyFromText"); \ +static_assert(sizeof(KismetTextLibrary_StringTableIdAndKeyFromText) == 0x000030, "Wrong size on KismetTextLibrary_StringTableIdAndKeyFromText"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, Text) == 0x000000, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, OutTableId) == 0x000010, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::OutTableId' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, OutKey) == 0x000018, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::OutKey' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextFromStringTable \ +static_assert(alignof(KismetTextLibrary_TextFromStringTable) == 0x000008, "Wrong alignment on KismetTextLibrary_TextFromStringTable"); \ +static_assert(sizeof(KismetTextLibrary_TextFromStringTable) == 0x000028, "Wrong size on KismetTextLibrary_TextFromStringTable"); \ +static_assert(offsetof(KismetTextLibrary_TextFromStringTable, TableId) == 0x000000, "Member 'KismetTextLibrary_TextFromStringTable::TableId' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextFromStringTable, Key) == 0x000008, "Member 'KismetTextLibrary_TextFromStringTable::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextFromStringTable, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextFromStringTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextIsCultureInvariant \ +static_assert(alignof(KismetTextLibrary_TextIsCultureInvariant) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsCultureInvariant"); \ +static_assert(sizeof(KismetTextLibrary_TextIsCultureInvariant) == 0x000018, "Wrong size on KismetTextLibrary_TextIsCultureInvariant"); \ +static_assert(offsetof(KismetTextLibrary_TextIsCultureInvariant, InText) == 0x000000, "Member 'KismetTextLibrary_TextIsCultureInvariant::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextIsCultureInvariant, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_TextIsCultureInvariant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextIsEmpty \ +static_assert(alignof(KismetTextLibrary_TextIsEmpty) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsEmpty"); \ +static_assert(sizeof(KismetTextLibrary_TextIsEmpty) == 0x000018, "Wrong size on KismetTextLibrary_TextIsEmpty"); \ +static_assert(offsetof(KismetTextLibrary_TextIsEmpty, InText) == 0x000000, "Member 'KismetTextLibrary_TextIsEmpty::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextIsEmpty, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_TextIsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextIsFromStringTable \ +static_assert(alignof(KismetTextLibrary_TextIsFromStringTable) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsFromStringTable"); \ +static_assert(sizeof(KismetTextLibrary_TextIsFromStringTable) == 0x000018, "Wrong size on KismetTextLibrary_TextIsFromStringTable"); \ +static_assert(offsetof(KismetTextLibrary_TextIsFromStringTable, Text) == 0x000000, "Member 'KismetTextLibrary_TextIsFromStringTable::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextIsFromStringTable, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_TextIsFromStringTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextIsTransient \ +static_assert(alignof(KismetTextLibrary_TextIsTransient) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsTransient"); \ +static_assert(sizeof(KismetTextLibrary_TextIsTransient) == 0x000018, "Wrong size on KismetTextLibrary_TextIsTransient"); \ +static_assert(offsetof(KismetTextLibrary_TextIsTransient, InText) == 0x000000, "Member 'KismetTextLibrary_TextIsTransient::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextIsTransient, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_TextIsTransient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextToLower \ +static_assert(alignof(KismetTextLibrary_TextToLower) == 0x000008, "Wrong alignment on KismetTextLibrary_TextToLower"); \ +static_assert(sizeof(KismetTextLibrary_TextToLower) == 0x000020, "Wrong size on KismetTextLibrary_TextToLower"); \ +static_assert(offsetof(KismetTextLibrary_TextToLower, InText) == 0x000000, "Member 'KismetTextLibrary_TextToLower::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextToLower, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_TextToLower::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextToUpper \ +static_assert(alignof(KismetTextLibrary_TextToUpper) == 0x000008, "Wrong alignment on KismetTextLibrary_TextToUpper"); \ +static_assert(sizeof(KismetTextLibrary_TextToUpper) == 0x000020, "Wrong size on KismetTextLibrary_TextToUpper"); \ +static_assert(offsetof(KismetTextLibrary_TextToUpper, InText) == 0x000000, "Member 'KismetTextLibrary_TextToUpper::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextToUpper, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_TextToUpper::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextTrimPreceding \ +static_assert(alignof(KismetTextLibrary_TextTrimPreceding) == 0x000008, "Wrong alignment on KismetTextLibrary_TextTrimPreceding"); \ +static_assert(sizeof(KismetTextLibrary_TextTrimPreceding) == 0x000020, "Wrong size on KismetTextLibrary_TextTrimPreceding"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimPreceding, InText) == 0x000000, "Member 'KismetTextLibrary_TextTrimPreceding::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimPreceding, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_TextTrimPreceding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextTrimPrecedingAndTrailing \ +static_assert(alignof(KismetTextLibrary_TextTrimPrecedingAndTrailing) == 0x000008, "Wrong alignment on KismetTextLibrary_TextTrimPrecedingAndTrailing"); \ +static_assert(sizeof(KismetTextLibrary_TextTrimPrecedingAndTrailing) == 0x000020, "Wrong size on KismetTextLibrary_TextTrimPrecedingAndTrailing"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimPrecedingAndTrailing, InText) == 0x000000, "Member 'KismetTextLibrary_TextTrimPrecedingAndTrailing::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimPrecedingAndTrailing, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_TextTrimPrecedingAndTrailing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextTrimTrailing \ +static_assert(alignof(KismetTextLibrary_TextTrimTrailing) == 0x000008, "Wrong alignment on KismetTextLibrary_TextTrimTrailing"); \ +static_assert(sizeof(KismetTextLibrary_TextTrimTrailing) == 0x000020, "Wrong size on KismetTextLibrary_TextTrimTrailing"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimTrailing, InText) == 0x000000, "Member 'KismetTextLibrary_TextTrimTrailing::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimTrailing, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_TextTrimTrailing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetTextLibrary \ +static_assert(alignof(UKismetTextLibrary) == 0x000008, "Wrong alignment on UKismetTextLibrary"); \ +static_assert(sizeof(UKismetTextLibrary) == 0x000028, "Wrong size on UKismetTextLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateHorizontalMixing \ +static_assert(alignof(UMaterialExpressionSubstrateHorizontalMixing) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateHorizontalMixing"); \ +static_assert(sizeof(UMaterialExpressionSubstrateHorizontalMixing) == 0x000130, "Wrong size on UMaterialExpressionSubstrateHorizontalMixing"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHorizontalMixing, Background) == 0x0000B0, "Member 'UMaterialExpressionSubstrateHorizontalMixing::Background' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHorizontalMixing, Foreground) == 0x0000D8, "Member 'UMaterialExpressionSubstrateHorizontalMixing::Foreground' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateHorizontalMixing, Mix) == 0x000100, "Member 'UMaterialExpressionSubstrateHorizontalMixing::Mix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationDir \ +static_assert(alignof(BlueprintPathsLibrary_AutomationDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_AutomationDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_AutomationDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_AutomationDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_AutomationDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_AutomationDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationLogDir \ +static_assert(alignof(BlueprintPathsLibrary_AutomationLogDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_AutomationLogDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_AutomationLogDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_AutomationLogDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_AutomationLogDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_AutomationLogDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationTransientDir \ +static_assert(alignof(BlueprintPathsLibrary_AutomationTransientDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_AutomationTransientDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_AutomationTransientDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_AutomationTransientDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_AutomationTransientDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_AutomationTransientDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_BugItDir \ +static_assert(alignof(BlueprintPathsLibrary_BugItDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_BugItDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_BugItDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_BugItDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_BugItDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_BugItDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ChangeExtension \ +static_assert(alignof(BlueprintPathsLibrary_ChangeExtension) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ChangeExtension"); \ +static_assert(sizeof(BlueprintPathsLibrary_ChangeExtension) == 0x000030, "Wrong size on BlueprintPathsLibrary_ChangeExtension"); \ +static_assert(offsetof(BlueprintPathsLibrary_ChangeExtension, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ChangeExtension::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ChangeExtension, InNewExtension) == 0x000010, "Member 'BlueprintPathsLibrary_ChangeExtension::InNewExtension' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ChangeExtension, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ChangeExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_CloudDir \ +static_assert(alignof(BlueprintPathsLibrary_CloudDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_CloudDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_CloudDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_CloudDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_CloudDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_CloudDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_CollapseRelativeDirectories \ +static_assert(alignof(BlueprintPathsLibrary_CollapseRelativeDirectories) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_CollapseRelativeDirectories"); \ +static_assert(sizeof(BlueprintPathsLibrary_CollapseRelativeDirectories) == 0x000028, "Wrong size on BlueprintPathsLibrary_CollapseRelativeDirectories"); \ +static_assert(offsetof(BlueprintPathsLibrary_CollapseRelativeDirectories, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_CollapseRelativeDirectories::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CollapseRelativeDirectories, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_CollapseRelativeDirectories::OutPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CollapseRelativeDirectories, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_CollapseRelativeDirectories::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_Combine \ +static_assert(alignof(BlueprintPathsLibrary_Combine) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_Combine"); \ +static_assert(sizeof(BlueprintPathsLibrary_Combine) == 0x000020, "Wrong size on BlueprintPathsLibrary_Combine"); \ +static_assert(offsetof(BlueprintPathsLibrary_Combine, InPaths) == 0x000000, "Member 'BlueprintPathsLibrary_Combine::InPaths' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_Combine, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_Combine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertFromSandboxPath \ +static_assert(alignof(BlueprintPathsLibrary_ConvertFromSandboxPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ConvertFromSandboxPath"); \ +static_assert(sizeof(BlueprintPathsLibrary_ConvertFromSandboxPath) == 0x000030, "Wrong size on BlueprintPathsLibrary_ConvertFromSandboxPath"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertFromSandboxPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ConvertFromSandboxPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertFromSandboxPath, InSandboxName) == 0x000010, "Member 'BlueprintPathsLibrary_ConvertFromSandboxPath::InSandboxName' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertFromSandboxPath, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ConvertFromSandboxPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertRelativePathToFull \ +static_assert(alignof(BlueprintPathsLibrary_ConvertRelativePathToFull) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ConvertRelativePathToFull"); \ +static_assert(sizeof(BlueprintPathsLibrary_ConvertRelativePathToFull) == 0x000030, "Wrong size on BlueprintPathsLibrary_ConvertRelativePathToFull"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertRelativePathToFull, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ConvertRelativePathToFull::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertRelativePathToFull, InBasePath) == 0x000010, "Member 'BlueprintPathsLibrary_ConvertRelativePathToFull::InBasePath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertRelativePathToFull, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ConvertRelativePathToFull::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertToSandboxPath \ +static_assert(alignof(BlueprintPathsLibrary_ConvertToSandboxPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ConvertToSandboxPath"); \ +static_assert(sizeof(BlueprintPathsLibrary_ConvertToSandboxPath) == 0x000030, "Wrong size on BlueprintPathsLibrary_ConvertToSandboxPath"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertToSandboxPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ConvertToSandboxPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertToSandboxPath, InSandboxName) == 0x000010, "Member 'BlueprintPathsLibrary_ConvertToSandboxPath::InSandboxName' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertToSandboxPath, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ConvertToSandboxPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_CreateTempFilename \ +static_assert(alignof(BlueprintPathsLibrary_CreateTempFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_CreateTempFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_CreateTempFilename) == 0x000040, "Wrong size on BlueprintPathsLibrary_CreateTempFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, Path) == 0x000000, "Member 'BlueprintPathsLibrary_CreateTempFilename::Path' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, Prefix) == 0x000010, "Member 'BlueprintPathsLibrary_CreateTempFilename::Prefix' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, Extension) == 0x000020, "Member 'BlueprintPathsLibrary_CreateTempFilename::Extension' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, ReturnValue) == 0x000030, "Member 'BlueprintPathsLibrary_CreateTempFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_DiffDir \ +static_assert(alignof(BlueprintPathsLibrary_DiffDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_DiffDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_DiffDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_DiffDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_DiffDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_DiffDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_DirectoryExists \ +static_assert(alignof(BlueprintPathsLibrary_DirectoryExists) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_DirectoryExists"); \ +static_assert(sizeof(BlueprintPathsLibrary_DirectoryExists) == 0x000018, "Wrong size on BlueprintPathsLibrary_DirectoryExists"); \ +static_assert(offsetof(BlueprintPathsLibrary_DirectoryExists, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_DirectoryExists::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_DirectoryExists, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_DirectoryExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineConfigDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineConfigDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineConfigDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineConfigDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineContentDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineContentDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineContentDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineContentDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineContentDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineContentDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineContentDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineIntermediateDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineIntermediateDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineIntermediateDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineIntermediateDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineIntermediateDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineIntermediateDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineIntermediateDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnginePluginsDir \ +static_assert(alignof(BlueprintPathsLibrary_EnginePluginsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnginePluginsDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EnginePluginsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnginePluginsDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EnginePluginsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnginePluginsDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineSavedDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineSavedDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineSavedDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineSavedDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineSavedDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineSavedDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineSavedDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineSourceDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineSourceDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineSourceDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineSourceDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineSourceDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineSourceDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineSourceDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineUserDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineUserDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineUserDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineUserDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineUserDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineVersionAgnosticUserDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineVersionAgnosticUserDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineVersionAgnosticUserDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineVersionAgnosticUserDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineVersionAgnosticUserDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineVersionAgnosticUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineVersionAgnosticUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterpriseDir \ +static_assert(alignof(BlueprintPathsLibrary_EnterpriseDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnterpriseDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EnterpriseDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnterpriseDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EnterpriseDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnterpriseDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterpriseFeaturePackDir \ +static_assert(alignof(BlueprintPathsLibrary_EnterpriseFeaturePackDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnterpriseFeaturePackDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EnterpriseFeaturePackDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnterpriseFeaturePackDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EnterpriseFeaturePackDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnterpriseFeaturePackDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterprisePluginsDir \ +static_assert(alignof(BlueprintPathsLibrary_EnterprisePluginsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnterprisePluginsDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EnterprisePluginsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnterprisePluginsDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EnterprisePluginsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnterprisePluginsDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_FeaturePackDir \ +static_assert(alignof(BlueprintPathsLibrary_FeaturePackDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_FeaturePackDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_FeaturePackDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_FeaturePackDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_FeaturePackDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_FeaturePackDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_FileExists \ +static_assert(alignof(BlueprintPathsLibrary_FileExists) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_FileExists"); \ +static_assert(sizeof(BlueprintPathsLibrary_FileExists) == 0x000018, "Wrong size on BlueprintPathsLibrary_FileExists"); \ +static_assert(offsetof(BlueprintPathsLibrary_FileExists, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_FileExists::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_FileExists, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_FileExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameAgnosticSavedDir \ +static_assert(alignof(BlueprintPathsLibrary_GameAgnosticSavedDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameAgnosticSavedDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GameAgnosticSavedDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameAgnosticSavedDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GameAgnosticSavedDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameAgnosticSavedDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameDevelopersDir \ +static_assert(alignof(BlueprintPathsLibrary_GameDevelopersDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameDevelopersDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GameDevelopersDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameDevelopersDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GameDevelopersDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameDevelopersDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameSourceDir \ +static_assert(alignof(BlueprintPathsLibrary_GameSourceDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameSourceDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GameSourceDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameSourceDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GameSourceDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameSourceDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameUserDeveloperDir \ +static_assert(alignof(BlueprintPathsLibrary_GameUserDeveloperDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameUserDeveloperDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GameUserDeveloperDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameUserDeveloperDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GameUserDeveloperDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameUserDeveloperDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GeneratedConfigDir \ +static_assert(alignof(BlueprintPathsLibrary_GeneratedConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GeneratedConfigDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GeneratedConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GeneratedConfigDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GeneratedConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GeneratedConfigDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetBaseFilename \ +static_assert(alignof(BlueprintPathsLibrary_GetBaseFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetBaseFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetBaseFilename) == 0x000028, "Wrong size on BlueprintPathsLibrary_GetBaseFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetBaseFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetBaseFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetBaseFilename, bRemovePath) == 0x000010, "Member 'BlueprintPathsLibrary_GetBaseFilename::bRemovePath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetBaseFilename, ReturnValue) == 0x000018, "Member 'BlueprintPathsLibrary_GetBaseFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetCleanFilename \ +static_assert(alignof(BlueprintPathsLibrary_GetCleanFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetCleanFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetCleanFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_GetCleanFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetCleanFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetCleanFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetCleanFilename, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_GetCleanFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetEditorLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetEditorLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetEditorLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetEditorLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetEditorLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetEditorLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetEditorLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetEngineLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetEngineLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetEngineLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetEngineLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetEngineLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetEngineLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetEngineLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetExtension \ +static_assert(alignof(BlueprintPathsLibrary_GetExtension) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetExtension"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetExtension) == 0x000028, "Wrong size on BlueprintPathsLibrary_GetExtension"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetExtension, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetExtension::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetExtension, bIncludeDot) == 0x000010, "Member 'BlueprintPathsLibrary_GetExtension::bIncludeDot' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetExtension, ReturnValue) == 0x000018, "Member 'BlueprintPathsLibrary_GetExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetGameLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetGameLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetGameLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetGameLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetGameLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetGameLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetGameLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetInvalidFileSystemChars \ +static_assert(alignof(BlueprintPathsLibrary_GetInvalidFileSystemChars) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetInvalidFileSystemChars"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetInvalidFileSystemChars) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetInvalidFileSystemChars"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetInvalidFileSystemChars, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetInvalidFileSystemChars::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetPath \ +static_assert(alignof(BlueprintPathsLibrary_GetPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetPath"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetPath) == 0x000020, "Wrong size on BlueprintPathsLibrary_GetPath"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetPath, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_GetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetProjectFilePath \ +static_assert(alignof(BlueprintPathsLibrary_GetProjectFilePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetProjectFilePath"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetProjectFilePath) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetProjectFilePath"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetProjectFilePath, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetProjectFilePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetPropertyNameLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetPropertyNameLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetPropertyNameLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetPropertyNameLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetPropertyNameLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetPropertyNameLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetPropertyNameLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetRelativePathToRoot \ +static_assert(alignof(BlueprintPathsLibrary_GetRelativePathToRoot) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetRelativePathToRoot"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetRelativePathToRoot) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetRelativePathToRoot"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetRelativePathToRoot, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetRelativePathToRoot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetRestrictedFolderNames \ +static_assert(alignof(BlueprintPathsLibrary_GetRestrictedFolderNames) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetRestrictedFolderNames"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetRestrictedFolderNames) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetRestrictedFolderNames"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetRestrictedFolderNames, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetRestrictedFolderNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetToolTipLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetToolTipLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetToolTipLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetToolTipLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetToolTipLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetToolTipLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetToolTipLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_HasProjectPersistentDownloadDir \ +static_assert(alignof(BlueprintPathsLibrary_HasProjectPersistentDownloadDir) == 0x000001, "Wrong alignment on BlueprintPathsLibrary_HasProjectPersistentDownloadDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_HasProjectPersistentDownloadDir) == 0x000001, "Wrong size on BlueprintPathsLibrary_HasProjectPersistentDownloadDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_HasProjectPersistentDownloadDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_HasProjectPersistentDownloadDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsDrive \ +static_assert(alignof(BlueprintPathsLibrary_IsDrive) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsDrive"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsDrive) == 0x000018, "Wrong size on BlueprintPathsLibrary_IsDrive"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsDrive, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_IsDrive::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsDrive, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_IsDrive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsProjectFilePathSet \ +static_assert(alignof(BlueprintPathsLibrary_IsProjectFilePathSet) == 0x000001, "Wrong alignment on BlueprintPathsLibrary_IsProjectFilePathSet"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsProjectFilePathSet) == 0x000001, "Wrong size on BlueprintPathsLibrary_IsProjectFilePathSet"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsProjectFilePathSet, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_IsProjectFilePathSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsRelative \ +static_assert(alignof(BlueprintPathsLibrary_IsRelative) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsRelative"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsRelative) == 0x000018, "Wrong size on BlueprintPathsLibrary_IsRelative"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsRelative, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_IsRelative::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsRelative, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_IsRelative::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsRestrictedPath \ +static_assert(alignof(BlueprintPathsLibrary_IsRestrictedPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsRestrictedPath"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsRestrictedPath) == 0x000018, "Wrong size on BlueprintPathsLibrary_IsRestrictedPath"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsRestrictedPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_IsRestrictedPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsRestrictedPath, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_IsRestrictedPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsSamePath \ +static_assert(alignof(BlueprintPathsLibrary_IsSamePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsSamePath"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsSamePath) == 0x000028, "Wrong size on BlueprintPathsLibrary_IsSamePath"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsSamePath, PathA) == 0x000000, "Member 'BlueprintPathsLibrary_IsSamePath::PathA' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsSamePath, PathB) == 0x000010, "Member 'BlueprintPathsLibrary_IsSamePath::PathB' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsSamePath, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_IsSamePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_LaunchDir \ +static_assert(alignof(BlueprintPathsLibrary_LaunchDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_LaunchDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_LaunchDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_LaunchDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_LaunchDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_LaunchDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakePathRelativeTo \ +static_assert(alignof(BlueprintPathsLibrary_MakePathRelativeTo) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakePathRelativeTo"); \ +static_assert(sizeof(BlueprintPathsLibrary_MakePathRelativeTo) == 0x000038, "Wrong size on BlueprintPathsLibrary_MakePathRelativeTo"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, InRelativeTo) == 0x000010, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::InRelativeTo' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, OutPath) == 0x000020, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::OutPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, ReturnValue) == 0x000030, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakePlatformFilename \ +static_assert(alignof(BlueprintPathsLibrary_MakePlatformFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakePlatformFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_MakePlatformFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_MakePlatformFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePlatformFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_MakePlatformFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePlatformFilename, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_MakePlatformFilename::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakeStandardFilename \ +static_assert(alignof(BlueprintPathsLibrary_MakeStandardFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakeStandardFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_MakeStandardFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_MakeStandardFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeStandardFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_MakeStandardFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeStandardFilename, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_MakeStandardFilename::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakeValidFileName \ +static_assert(alignof(BlueprintPathsLibrary_MakeValidFileName) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakeValidFileName"); \ +static_assert(sizeof(BlueprintPathsLibrary_MakeValidFileName) == 0x000030, "Wrong size on BlueprintPathsLibrary_MakeValidFileName"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeValidFileName, InString) == 0x000000, "Member 'BlueprintPathsLibrary_MakeValidFileName::InString' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeValidFileName, InReplacementChar) == 0x000010, "Member 'BlueprintPathsLibrary_MakeValidFileName::InReplacementChar' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeValidFileName, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_MakeValidFileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_NormalizeDirectoryName \ +static_assert(alignof(BlueprintPathsLibrary_NormalizeDirectoryName) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_NormalizeDirectoryName"); \ +static_assert(sizeof(BlueprintPathsLibrary_NormalizeDirectoryName) == 0x000020, "Wrong size on BlueprintPathsLibrary_NormalizeDirectoryName"); \ +static_assert(offsetof(BlueprintPathsLibrary_NormalizeDirectoryName, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_NormalizeDirectoryName::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_NormalizeDirectoryName, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_NormalizeDirectoryName::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_NormalizeFilename \ +static_assert(alignof(BlueprintPathsLibrary_NormalizeFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_NormalizeFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_NormalizeFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_NormalizeFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_NormalizeFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_NormalizeFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_NormalizeFilename, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_NormalizeFilename::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProfilingDir \ +static_assert(alignof(BlueprintPathsLibrary_ProfilingDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProfilingDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProfilingDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProfilingDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProfilingDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProfilingDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectConfigDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectConfigDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectConfigDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectConfigDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectContentDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectContentDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectContentDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectContentDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectContentDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectContentDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectContentDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectIntermediateDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectIntermediateDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectIntermediateDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectIntermediateDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectIntermediateDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectIntermediateDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectIntermediateDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectLogDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectLogDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectLogDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectLogDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectLogDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectLogDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectLogDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectModsDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectModsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectModsDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectModsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectModsDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectModsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectModsDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectPersistentDownloadDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectPersistentDownloadDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectPersistentDownloadDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectPersistentDownloadDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectPersistentDownloadDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectPersistentDownloadDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectPersistentDownloadDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectPluginsDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectPluginsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectPluginsDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectPluginsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectPluginsDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectPluginsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectPluginsDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectSavedDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectSavedDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectSavedDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectSavedDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectSavedDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectSavedDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectSavedDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectUserDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectUserDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectUserDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectUserDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectUserDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_RemoveDuplicateSlashes \ +static_assert(alignof(BlueprintPathsLibrary_RemoveDuplicateSlashes) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_RemoveDuplicateSlashes"); \ +static_assert(sizeof(BlueprintPathsLibrary_RemoveDuplicateSlashes) == 0x000020, "Wrong size on BlueprintPathsLibrary_RemoveDuplicateSlashes"); \ +static_assert(offsetof(BlueprintPathsLibrary_RemoveDuplicateSlashes, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_RemoveDuplicateSlashes::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_RemoveDuplicateSlashes, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_RemoveDuplicateSlashes::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_RootDir \ +static_assert(alignof(BlueprintPathsLibrary_RootDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_RootDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_RootDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_RootDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_RootDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_RootDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_SandboxesDir \ +static_assert(alignof(BlueprintPathsLibrary_SandboxesDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SandboxesDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_SandboxesDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_SandboxesDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_SandboxesDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_SandboxesDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ScreenShotDir \ +static_assert(alignof(BlueprintPathsLibrary_ScreenShotDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ScreenShotDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ScreenShotDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ScreenShotDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ScreenShotDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ScreenShotDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_SetExtension \ +static_assert(alignof(BlueprintPathsLibrary_SetExtension) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SetExtension"); \ +static_assert(sizeof(BlueprintPathsLibrary_SetExtension) == 0x000030, "Wrong size on BlueprintPathsLibrary_SetExtension"); \ +static_assert(offsetof(BlueprintPathsLibrary_SetExtension, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_SetExtension::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_SetExtension, InNewExtension) == 0x000010, "Member 'BlueprintPathsLibrary_SetExtension::InNewExtension' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_SetExtension, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_SetExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_SetProjectFilePath \ +static_assert(alignof(BlueprintPathsLibrary_SetProjectFilePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SetProjectFilePath"); \ +static_assert(sizeof(BlueprintPathsLibrary_SetProjectFilePath) == 0x000010, "Wrong size on BlueprintPathsLibrary_SetProjectFilePath"); \ +static_assert(offsetof(BlueprintPathsLibrary_SetProjectFilePath, NewGameProjectFilePath) == 0x000000, "Member 'BlueprintPathsLibrary_SetProjectFilePath::NewGameProjectFilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ShaderWorkingDir \ +static_assert(alignof(BlueprintPathsLibrary_ShaderWorkingDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ShaderWorkingDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ShaderWorkingDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ShaderWorkingDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ShaderWorkingDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ShaderWorkingDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ShouldSaveToUserDir \ +static_assert(alignof(BlueprintPathsLibrary_ShouldSaveToUserDir) == 0x000001, "Wrong alignment on BlueprintPathsLibrary_ShouldSaveToUserDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ShouldSaveToUserDir) == 0x000001, "Wrong size on BlueprintPathsLibrary_ShouldSaveToUserDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ShouldSaveToUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ShouldSaveToUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_SourceConfigDir \ +static_assert(alignof(BlueprintPathsLibrary_SourceConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SourceConfigDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_SourceConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_SourceConfigDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_SourceConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_SourceConfigDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_Split \ +static_assert(alignof(BlueprintPathsLibrary_Split) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_Split"); \ +static_assert(sizeof(BlueprintPathsLibrary_Split) == 0x000040, "Wrong size on BlueprintPathsLibrary_Split"); \ +static_assert(offsetof(BlueprintPathsLibrary_Split, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_Split::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_Split, PathPart) == 0x000010, "Member 'BlueprintPathsLibrary_Split::PathPart' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_Split, FilenamePart) == 0x000020, "Member 'BlueprintPathsLibrary_Split::FilenamePart' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_Split, ExtensionPart) == 0x000030, "Member 'BlueprintPathsLibrary_Split::ExtensionPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ValidatePath \ +static_assert(alignof(BlueprintPathsLibrary_ValidatePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ValidatePath"); \ +static_assert(sizeof(BlueprintPathsLibrary_ValidatePath) == 0x000028, "Wrong size on BlueprintPathsLibrary_ValidatePath"); \ +static_assert(offsetof(BlueprintPathsLibrary_ValidatePath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ValidatePath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ValidatePath, bDidSucceed) == 0x000010, "Member 'BlueprintPathsLibrary_ValidatePath::bDidSucceed' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ValidatePath, OutReason) == 0x000018, "Member 'BlueprintPathsLibrary_ValidatePath::OutReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_VideoCaptureDir \ +static_assert(alignof(BlueprintPathsLibrary_VideoCaptureDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_VideoCaptureDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_VideoCaptureDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_VideoCaptureDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_VideoCaptureDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_VideoCaptureDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintPathsLibrary \ +static_assert(alignof(UBlueprintPathsLibrary) == 0x000008, "Wrong alignment on UBlueprintPathsLibrary"); \ +static_assert(sizeof(UBlueprintPathsLibrary) == 0x000028, "Wrong size on UBlueprintPathsLibrary"); \ + +#define DUMPER7_ASSERTS_UPlatformGameInstance \ +static_assert(alignof(UPlatformGameInstance) == 0x000008, "Wrong alignment on UPlatformGameInstance"); \ +static_assert(sizeof(UPlatformGameInstance) == 0x000298, "Wrong size on UPlatformGameInstance"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationWillDeactivateDelegate) == 0x0001C8, "Member 'UPlatformGameInstance::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationHasReactivatedDelegate) == 0x0001D8, "Member 'UPlatformGameInstance::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationWillEnterBackgroundDelegate) == 0x0001E8, "Member 'UPlatformGameInstance::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationHasEnteredForegroundDelegate) == 0x0001F8, "Member 'UPlatformGameInstance::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationWillTerminateDelegate) == 0x000208, "Member 'UPlatformGameInstance::ApplicationWillTerminateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationShouldUnloadResourcesDelegate) == 0x000218, "Member 'UPlatformGameInstance::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedStartupArgumentsDelegate) == 0x000228, "Member 'UPlatformGameInstance::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForRemoteNotificationsDelegate) == 0x000238, "Member 'UPlatformGameInstance::ApplicationRegisteredForRemoteNotificationsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForUserNotificationsDelegate) == 0x000248, "Member 'UPlatformGameInstance::ApplicationRegisteredForUserNotificationsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationFailedToRegisterForRemoteNotificationsDelegate) == 0x000258, "Member 'UPlatformGameInstance::ApplicationFailedToRegisterForRemoteNotificationsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedRemoteNotificationDelegate) == 0x000268, "Member 'UPlatformGameInstance::ApplicationReceivedRemoteNotificationDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedLocalNotificationDelegate) == 0x000278, "Member 'UPlatformGameInstance::ApplicationReceivedLocalNotificationDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedScreenOrientationChangedNotificationDelegate) == 0x000288, "Member 'UPlatformGameInstance::ApplicationReceivedScreenOrientationChangedNotificationDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertArrayType \ +static_assert(alignof(BlueprintTypeConversions_ConvertArrayType) == 0x000008, "Wrong alignment on BlueprintTypeConversions_ConvertArrayType"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertArrayType) == 0x000020, "Wrong size on BlueprintTypeConversions_ConvertArrayType"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertArrayType, inArray) == 0x000000, "Member 'BlueprintTypeConversions_ConvertArrayType::inArray' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertArrayType, ReturnValue) == 0x000010, "Member 'BlueprintTypeConversions_ConvertArrayType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFBox2dToFBox2f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFBox2dToFBox2f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFBox2dToFBox2f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFBox2dToFBox2f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFBox2dToFBox2f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFBox2dToFBox2f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFBox2dToFBox2f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFBox2dToFBox2f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFBox2dToFBox2f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFBox2fToFBox2d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFBox2fToFBox2d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFBox2fToFBox2d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFBox2fToFBox2d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFBox2fToFBox2d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFBox2fToFBox2d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFBox2fToFBox2d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFBox2fToFBox2d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFBox2fToFBox2d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFMatrix44dToFMatrix44f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFMatrix44fToFMatrix44d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFPlane4dToFPlane4f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFPlane4dToFPlane4f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFPlane4dToFPlane4f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFPlane4dToFPlane4f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFPlane4dToFPlane4f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFPlane4dToFPlane4f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFPlane4dToFPlane4f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFPlane4dToFPlane4f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFPlane4dToFPlane4f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFPlane4fToFPlane4d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFPlane4fToFPlane4d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFPlane4fToFPlane4d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFPlane4fToFPlane4d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFPlane4fToFPlane4d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFPlane4fToFPlane4d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFPlane4fToFPlane4d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFPlane4fToFPlane4d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFPlane4fToFPlane4d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFQuat4dToFQuat4f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFQuat4dToFQuat4f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFQuat4dToFQuat4f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFQuat4dToFQuat4f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFQuat4dToFQuat4f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFQuat4dToFQuat4f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFQuat4dToFQuat4f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFQuat4dToFQuat4f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFQuat4dToFQuat4f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFQuat4fToFQuat4d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFQuat4fToFQuat4d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFQuat4fToFQuat4d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFQuat4fToFQuat4d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFQuat4fToFQuat4d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFQuat4fToFQuat4d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFQuat4fToFQuat4d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFQuat4fToFQuat4d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFQuat4fToFQuat4d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFRotator3dToFRotator3f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFRotator3dToFRotator3f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFRotator3dToFRotator3f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFRotator3dToFRotator3f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFRotator3dToFRotator3f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFRotator3dToFRotator3f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFRotator3dToFRotator3f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFRotator3dToFRotator3f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFRotator3dToFRotator3f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFRotator3fToFRotator3d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFRotator3fToFRotator3d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFRotator3fToFRotator3d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFRotator3fToFRotator3d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFRotator3fToFRotator3d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFRotator3fToFRotator3d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFRotator3fToFRotator3d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFRotator3fToFRotator3d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFRotator3fToFRotator3d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFTransform3dToFTransform3f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFTransform3dToFTransform3f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFTransform3dToFTransform3f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFTransform3dToFTransform3f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFTransform3dToFTransform3f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFTransform3dToFTransform3f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFTransform3dToFTransform3f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFTransform3dToFTransform3f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFTransform3dToFTransform3f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFTransform3fToFTransform3d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFTransform3fToFTransform3d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFTransform3fToFTransform3d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFTransform3fToFTransform3d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFTransform3fToFTransform3d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFTransform3fToFTransform3d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFTransform3fToFTransform3d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFTransform3fToFTransform3d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFTransform3fToFTransform3d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFVector2dToFVector2f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFVector2dToFVector2f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFVector2dToFVector2f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFVector2dToFVector2f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFVector2dToFVector2f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector2dToFVector2f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFVector2dToFVector2f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector2dToFVector2f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFVector2dToFVector2f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFVector2fToFVector2d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFVector2fToFVector2d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFVector2fToFVector2d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFVector2fToFVector2d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFVector2fToFVector2d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector2fToFVector2d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFVector2fToFVector2d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector2fToFVector2d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFVector2fToFVector2d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFVector3dToFVector3f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFVector3dToFVector3f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFVector3dToFVector3f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFVector3dToFVector3f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFVector3dToFVector3f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector3dToFVector3f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFVector3dToFVector3f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector3dToFVector3f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFVector3dToFVector3f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFVector3fToFVector3d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFVector3fToFVector3d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFVector3fToFVector3d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFVector3fToFVector3d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFVector3fToFVector3d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector3fToFVector3d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFVector3fToFVector3d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector3fToFVector3d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFVector3fToFVector3d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFVector4dToFVector4f \ +static_assert(alignof(BlueprintTypeConversions_ConvertFVector4dToFVector4f) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFVector4dToFVector4f"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFVector4dToFVector4f) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFVector4dToFVector4f"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector4dToFVector4f, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFVector4dToFVector4f::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector4dToFVector4f, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFVector4dToFVector4f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertFVector4fToFVector4d \ +static_assert(alignof(BlueprintTypeConversions_ConvertFVector4fToFVector4d) == 0x000004, "Wrong alignment on BlueprintTypeConversions_ConvertFVector4fToFVector4d"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertFVector4fToFVector4d) == 0x000008, "Wrong size on BlueprintTypeConversions_ConvertFVector4fToFVector4d"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector4fToFVector4d, InFromData) == 0x000000, "Member 'BlueprintTypeConversions_ConvertFVector4fToFVector4d::InFromData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertFVector4fToFVector4d, ReturnValue) == 0x000004, "Member 'BlueprintTypeConversions_ConvertFVector4fToFVector4d::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertMapType \ +static_assert(alignof(BlueprintTypeConversions_ConvertMapType) == 0x000008, "Wrong alignment on BlueprintTypeConversions_ConvertMapType"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertMapType) == 0x0000A0, "Wrong size on BlueprintTypeConversions_ConvertMapType"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertMapType, InMap) == 0x000000, "Member 'BlueprintTypeConversions_ConvertMapType::InMap' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertMapType, ReturnValue) == 0x000050, "Member 'BlueprintTypeConversions_ConvertMapType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintTypeConversions_ConvertSetType \ +static_assert(alignof(BlueprintTypeConversions_ConvertSetType) == 0x000008, "Wrong alignment on BlueprintTypeConversions_ConvertSetType"); \ +static_assert(sizeof(BlueprintTypeConversions_ConvertSetType) == 0x0000A0, "Wrong size on BlueprintTypeConversions_ConvertSetType"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertSetType, Inset) == 0x000000, "Member 'BlueprintTypeConversions_ConvertSetType::Inset' has a wrong offset!"); \ +static_assert(offsetof(BlueprintTypeConversions_ConvertSetType, ReturnValue) == 0x000050, "Member 'BlueprintTypeConversions_ConvertSetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintTypeConversions \ +static_assert(alignof(UBlueprintTypeConversions) == 0x000008, "Wrong alignment on UBlueprintTypeConversions"); \ +static_assert(sizeof(UBlueprintTypeConversions) == 0x000028, "Wrong size on UBlueprintTypeConversions"); \ + +#define DUMPER7_ASSERTS_ImportanceSamplingLibrary_BreakImportanceTexture \ +static_assert(alignof(ImportanceSamplingLibrary_BreakImportanceTexture) == 0x000008, "Wrong alignment on ImportanceSamplingLibrary_BreakImportanceTexture"); \ +static_assert(sizeof(ImportanceSamplingLibrary_BreakImportanceTexture) == 0x000070, "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) == 0x000060, "Member 'ImportanceSamplingLibrary_BreakImportanceTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_BreakImportanceTexture, WeightingFunc) == 0x000068, "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) == 0x0000A0, "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) == 0x000060, "Member 'ImportanceSamplingLibrary_ImportanceSample::Rand' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Samples) == 0x000070, "Member 'ImportanceSamplingLibrary_ImportanceSample::Samples' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, Intensity) == 0x000074, "Member 'ImportanceSamplingLibrary_ImportanceSample::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SamplePosition) == 0x000078, "Member 'ImportanceSamplingLibrary_ImportanceSample::SamplePosition' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleColor) == 0x000088, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleColor' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleIntensity) == 0x000098, "Member 'ImportanceSamplingLibrary_ImportanceSample::SampleIntensity' has a wrong offset!"); \ +static_assert(offsetof(ImportanceSamplingLibrary_ImportanceSample, SampleSize) == 0x00009C, "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) == 0x000070, "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_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_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_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_RemoveCameraModifier \ +static_assert(alignof(PlayerCameraManager_RemoveCameraModifier) == 0x000008, "Wrong alignment on PlayerCameraManager_RemoveCameraModifier"); \ +static_assert(sizeof(PlayerCameraManager_RemoveCameraModifier) == 0x000010, "Wrong size on PlayerCameraManager_RemoveCameraModifier"); \ +static_assert(offsetof(PlayerCameraManager_RemoveCameraModifier, ModifierToRemove) == 0x000000, "Member 'PlayerCameraManager_RemoveCameraModifier::ModifierToRemove' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_RemoveCameraModifier, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_RemoveCameraModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_RemoveGenericCameraLensEffect \ +static_assert(alignof(PlayerCameraManager_RemoveGenericCameraLensEffect) == 0x000008, "Wrong alignment on PlayerCameraManager_RemoveGenericCameraLensEffect"); \ +static_assert(sizeof(PlayerCameraManager_RemoveGenericCameraLensEffect) == 0x000010, "Wrong size on PlayerCameraManager_RemoveGenericCameraLensEffect"); \ +static_assert(offsetof(PlayerCameraManager_RemoveGenericCameraLensEffect, Emitter) == 0x000000, "Member 'PlayerCameraManager_RemoveGenericCameraLensEffect::Emitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_SetManualCameraFade \ +static_assert(alignof(PlayerCameraManager_SetManualCameraFade) == 0x000004, "Wrong alignment on PlayerCameraManager_SetManualCameraFade"); \ +static_assert(sizeof(PlayerCameraManager_SetManualCameraFade) == 0x000018, "Wrong size on PlayerCameraManager_SetManualCameraFade"); \ +static_assert(offsetof(PlayerCameraManager_SetManualCameraFade, InFadeAmount) == 0x000000, "Member 'PlayerCameraManager_SetManualCameraFade::InFadeAmount' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_SetManualCameraFade, Color) == 0x000004, "Member 'PlayerCameraManager_SetManualCameraFade::Color' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_SetManualCameraFade, bInFadeAudio) == 0x000014, "Member 'PlayerCameraManager_SetManualCameraFade::bInFadeAudio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StartCameraFade \ +static_assert(alignof(PlayerCameraManager_StartCameraFade) == 0x000004, "Wrong alignment on PlayerCameraManager_StartCameraFade"); \ +static_assert(sizeof(PlayerCameraManager_StartCameraFade) == 0x000020, "Wrong size on PlayerCameraManager_StartCameraFade"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, FromAlpha) == 0x000000, "Member 'PlayerCameraManager_StartCameraFade::FromAlpha' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, ToAlpha) == 0x000004, "Member 'PlayerCameraManager_StartCameraFade::ToAlpha' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, Duration) == 0x000008, "Member 'PlayerCameraManager_StartCameraFade::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, Color) == 0x00000C, "Member 'PlayerCameraManager_StartCameraFade::Color' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, bShouldFadeAudio) == 0x00001C, "Member 'PlayerCameraManager_StartCameraFade::bShouldFadeAudio' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraFade, bHoldWhenFinished) == 0x00001D, "Member 'PlayerCameraManager_StartCameraFade::bHoldWhenFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StartCameraShake \ +static_assert(alignof(PlayerCameraManager_StartCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StartCameraShake"); \ +static_assert(sizeof(PlayerCameraManager_StartCameraShake) == 0x000030, "Wrong size on PlayerCameraManager_StartCameraShake"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, ShakeClass) == 0x000000, "Member 'PlayerCameraManager_StartCameraShake::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, Scale) == 0x000008, "Member 'PlayerCameraManager_StartCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, PlaySpace) == 0x00000C, "Member 'PlayerCameraManager_StartCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'PlayerCameraManager_StartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShake, ReturnValue) == 0x000028, "Member 'PlayerCameraManager_StartCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StartCameraShakeFromSource \ +static_assert(alignof(PlayerCameraManager_StartCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StartCameraShakeFromSource"); \ +static_assert(sizeof(PlayerCameraManager_StartCameraShakeFromSource) == 0x000038, "Wrong size on PlayerCameraManager_StartCameraShakeFromSource"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, ShakeClass) == 0x000000, "Member 'PlayerCameraManager_StartCameraShakeFromSource::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerCameraManager_StartCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, Scale) == 0x000010, "Member 'PlayerCameraManager_StartCameraShakeFromSource::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, PlaySpace) == 0x000014, "Member 'PlayerCameraManager_StartCameraShakeFromSource::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, UserPlaySpaceRot) == 0x000018, "Member 'PlayerCameraManager_StartCameraShakeFromSource::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StartCameraShakeFromSource, ReturnValue) == 0x000030, "Member 'PlayerCameraManager_StartCameraShakeFromSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraShakes \ +static_assert(alignof(PlayerCameraManager_StopAllCameraShakes) == 0x000001, "Wrong alignment on PlayerCameraManager_StopAllCameraShakes"); \ +static_assert(sizeof(PlayerCameraManager_StopAllCameraShakes) == 0x000001, "Wrong size on PlayerCameraManager_StopAllCameraShakes"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraShakes, bImmediately) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraShakes::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraShakesFromSource \ +static_assert(alignof(PlayerCameraManager_StopAllCameraShakesFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllCameraShakesFromSource"); \ +static_assert(sizeof(PlayerCameraManager_StopAllCameraShakesFromSource) == 0x000010, "Wrong size on PlayerCameraManager_StopAllCameraShakesFromSource"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraShakesFromSource, SourceComponent) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraShakesFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraShakesFromSource, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopAllCameraShakesFromSource::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraShake \ +static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraShake"); \ +static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraShake) == 0x000010, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraShake"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShake, Shake) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShake, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource \ +static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource"); \ +static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource) == 0x000018, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, Shake) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, bImmediately) == 0x000010, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopCameraShake \ +static_assert(alignof(PlayerCameraManager_StopCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StopCameraShake"); \ +static_assert(sizeof(PlayerCameraManager_StopCameraShake) == 0x000010, "Wrong size on PlayerCameraManager_StopCameraShake"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraShake, ShakeInstance) == 0x000000, "Member 'PlayerCameraManager_StopCameraShake::ShakeInstance' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraShake, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopCameraShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetCameraLocation \ +static_assert(alignof(PlayerCameraManager_GetCameraLocation) == 0x000008, "Wrong alignment on PlayerCameraManager_GetCameraLocation"); \ +static_assert(sizeof(PlayerCameraManager_GetCameraLocation) == 0x000018, "Wrong size on PlayerCameraManager_GetCameraLocation"); \ +static_assert(offsetof(PlayerCameraManager_GetCameraLocation, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetCameraLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetCameraRotation \ +static_assert(alignof(PlayerCameraManager_GetCameraRotation) == 0x000008, "Wrong alignment on PlayerCameraManager_GetCameraRotation"); \ +static_assert(sizeof(PlayerCameraManager_GetCameraRotation) == 0x000018, "Wrong size on PlayerCameraManager_GetCameraRotation"); \ +static_assert(offsetof(PlayerCameraManager_GetCameraRotation, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetCameraRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetFOVAngle \ +static_assert(alignof(PlayerCameraManager_GetFOVAngle) == 0x000004, "Wrong alignment on PlayerCameraManager_GetFOVAngle"); \ +static_assert(sizeof(PlayerCameraManager_GetFOVAngle) == 0x000004, "Wrong size on PlayerCameraManager_GetFOVAngle"); \ +static_assert(offsetof(PlayerCameraManager_GetFOVAngle, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetFOVAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetOwningPlayerController \ +static_assert(alignof(PlayerCameraManager_GetOwningPlayerController) == 0x000008, "Wrong alignment on PlayerCameraManager_GetOwningPlayerController"); \ +static_assert(sizeof(PlayerCameraManager_GetOwningPlayerController) == 0x000008, "Wrong size on PlayerCameraManager_GetOwningPlayerController"); \ +static_assert(offsetof(PlayerCameraManager_GetOwningPlayerController, ReturnValue) == 0x000000, "Member 'PlayerCameraManager_GetOwningPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerCameraManager \ +static_assert(alignof(APlayerCameraManager) == 0x000010, "Wrong alignment on APlayerCameraManager"); \ +static_assert(sizeof(APlayerCameraManager) == 0x002820, "Wrong size on APlayerCameraManager"); \ +static_assert(offsetof(APlayerCameraManager, PCOwner) == 0x0002B0, "Member 'APlayerCameraManager::PCOwner' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, TransformComponent) == 0x0002B8, "Member 'APlayerCameraManager::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultFOV) == 0x0002C8, "Member 'APlayerCameraManager::DefaultFOV' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultOrthoWidth) == 0x0002D0, "Member 'APlayerCameraManager::DefaultOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultAspectRatio) == 0x0002D8, "Member 'APlayerCameraManager::DefaultAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewTarget) == 0x000340, "Member 'APlayerCameraManager::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, PendingViewTarget) == 0x000C30, "Member 'APlayerCameraManager::PendingViewTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraCachePrivate) == 0x001550, "Member 'APlayerCameraManager::CameraCachePrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, LastFrameCameraCachePrivate) == 0x001E30, "Member 'APlayerCameraManager::LastFrameCameraCachePrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ModifierList) == 0x002710, "Member 'APlayerCameraManager::ModifierList' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultModifiers) == 0x002720, "Member 'APlayerCameraManager::DefaultModifiers' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeCamDistance) == 0x002730, "Member 'APlayerCameraManager::FreeCamDistance' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeCamOffset) == 0x002738, "Member 'APlayerCameraManager::FreeCamOffset' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewTargetOffset) == 0x002750, "Member 'APlayerCameraManager::ViewTargetOffset' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, OnAudioFadeChangeEvent) == 0x002768, "Member 'APlayerCameraManager::OnAudioFadeChangeEvent' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraLensEffects) == 0x002790, "Member 'APlayerCameraManager::CameraLensEffects' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CachedCameraShakeMod) == 0x0027A0, "Member 'APlayerCameraManager::CachedCameraShakeMod' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, PostProcessBlendCache) == 0x0027A8, "Member 'APlayerCameraManager::PostProcessBlendCache' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, AnimCameraActor) == 0x0027D8, "Member 'APlayerCameraManager::AnimCameraActor' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, AutoPlaneShift) == 0x0027E4, "Member 'APlayerCameraManager::AutoPlaneShift' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewPitchMin) == 0x0027EC, "Member 'APlayerCameraManager::ViewPitchMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewPitchMax) == 0x0027F0, "Member 'APlayerCameraManager::ViewPitchMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewYawMin) == 0x0027F4, "Member 'APlayerCameraManager::ViewYawMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewYawMax) == 0x0027F8, "Member 'APlayerCameraManager::ViewYawMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewRollMin) == 0x0027FC, "Member 'APlayerCameraManager::ViewRollMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewRollMax) == 0x002800, "Member 'APlayerCameraManager::ViewRollMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ServerUpdateCameraTimeout) == 0x002808, "Member 'APlayerCameraManager::ServerUpdateCameraTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelBounds \ +static_assert(alignof(ALevelBounds) == 0x000008, "Wrong alignment on ALevelBounds"); \ +static_assert(sizeof(ALevelBounds) == 0x0002C8, "Wrong size on ALevelBounds"); \ +static_assert(offsetof(ALevelBounds, BoxComponent) == 0x0002B8, "Member 'ALevelBounds::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ALevelBounds, bAutoUpdateBounds) == 0x0002C0, "Member 'ALevelBounds::bAutoUpdateBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelInstanceEditorInstanceActor \ +static_assert(alignof(ALevelInstanceEditorInstanceActor) == 0x000008, "Wrong alignment on ALevelInstanceEditorInstanceActor"); \ +static_assert(sizeof(ALevelInstanceEditorInstanceActor) == 0x0002B0, "Wrong size on ALevelInstanceEditorInstanceActor"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingLevelInstanceEditor \ +static_assert(alignof(ULevelStreamingLevelInstanceEditor) == 0x000010, "Wrong alignment on ULevelStreamingLevelInstanceEditor"); \ +static_assert(sizeof(ULevelStreamingLevelInstanceEditor) == 0x0001D0, "Wrong size on ULevelStreamingLevelInstanceEditor"); \ + +#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_ULevelStreamingLevelInstanceEditorPropertyOverride \ +static_assert(alignof(ULevelStreamingLevelInstanceEditorPropertyOverride) == 0x000010, "Wrong alignment on ULevelStreamingLevelInstanceEditorPropertyOverride"); \ +static_assert(sizeof(ULevelStreamingLevelInstanceEditorPropertyOverride) == 0x0001E0, "Wrong size on ULevelStreamingLevelInstanceEditorPropertyOverride"); \ + +#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_LevelInstanceInterface_SetWorldAsset \ +static_assert(alignof(LevelInstanceInterface_SetWorldAsset) == 0x000008, "Wrong alignment on LevelInstanceInterface_SetWorldAsset"); \ +static_assert(sizeof(LevelInstanceInterface_SetWorldAsset) == 0x000030, "Wrong size on LevelInstanceInterface_SetWorldAsset"); \ +static_assert(offsetof(LevelInstanceInterface_SetWorldAsset, WorldAsset) == 0x000000, "Member 'LevelInstanceInterface_SetWorldAsset::WorldAsset' has a wrong offset!"); \ +static_assert(offsetof(LevelInstanceInterface_SetWorldAsset, ReturnValue) == 0x000028, "Member 'LevelInstanceInterface_SetWorldAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelInstanceInterface_GetLoadedLevel \ +static_assert(alignof(LevelInstanceInterface_GetLoadedLevel) == 0x000008, "Wrong alignment on LevelInstanceInterface_GetLoadedLevel"); \ +static_assert(sizeof(LevelInstanceInterface_GetLoadedLevel) == 0x000008, "Wrong size on LevelInstanceInterface_GetLoadedLevel"); \ +static_assert(offsetof(LevelInstanceInterface_GetLoadedLevel, ReturnValue) == 0x000000, "Member 'LevelInstanceInterface_GetLoadedLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelInstanceInterface_GetWorldAsset \ +static_assert(alignof(LevelInstanceInterface_GetWorldAsset) == 0x000008, "Wrong alignment on LevelInstanceInterface_GetWorldAsset"); \ +static_assert(sizeof(LevelInstanceInterface_GetWorldAsset) == 0x000028, "Wrong size on LevelInstanceInterface_GetWorldAsset"); \ +static_assert(offsetof(LevelInstanceInterface_GetWorldAsset, ReturnValue) == 0x000000, "Member 'LevelInstanceInterface_GetWorldAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelInstanceInterface_IsLoaded \ +static_assert(alignof(LevelInstanceInterface_IsLoaded) == 0x000001, "Wrong alignment on LevelInstanceInterface_IsLoaded"); \ +static_assert(sizeof(LevelInstanceInterface_IsLoaded) == 0x000001, "Wrong size on LevelInstanceInterface_IsLoaded"); \ +static_assert(offsetof(LevelInstanceInterface_IsLoaded, ReturnValue) == 0x000000, "Member 'LevelInstanceInterface_IsLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILevelInstanceInterface \ +static_assert(alignof(ILevelInstanceInterface) == 0x000001, "Wrong alignment on ILevelInstanceInterface"); \ +static_assert(sizeof(ILevelInstanceInterface) == 0x000001, "Wrong size on ILevelInstanceInterface"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingLevelInstance \ +static_assert(alignof(ULevelStreamingLevelInstance) == 0x000010, "Wrong alignment on ULevelStreamingLevelInstance"); \ +static_assert(sizeof(ULevelStreamingLevelInstance) == 0x000210, "Wrong size on ULevelStreamingLevelInstance"); \ + +#define DUMPER7_ASSERTS_ULevelInstancePropertyOverrideAsset \ +static_assert(alignof(ULevelInstancePropertyOverrideAsset) == 0x000008, "Wrong alignment on ULevelInstancePropertyOverrideAsset"); \ +static_assert(sizeof(ULevelInstancePropertyOverrideAsset) == 0x000028, "Wrong size on ULevelInstancePropertyOverrideAsset"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionPropertyOverridePolicy \ +static_assert(alignof(UWorldPartitionPropertyOverridePolicy) == 0x000008, "Wrong alignment on UWorldPartitionPropertyOverridePolicy"); \ +static_assert(sizeof(UWorldPartitionPropertyOverridePolicy) == 0x000028, "Wrong size on UWorldPartitionPropertyOverridePolicy"); \ + +#define DUMPER7_ASSERTS_ULevelInstancePropertyOverridePolicy \ +static_assert(alignof(ULevelInstancePropertyOverridePolicy) == 0x000008, "Wrong alignment on ULevelInstancePropertyOverridePolicy"); \ +static_assert(sizeof(ULevelInstancePropertyOverridePolicy) == 0x000028, "Wrong size on ULevelInstancePropertyOverridePolicy"); \ + +#define DUMPER7_ASSERTS_ULevelInstanceSubsystem \ +static_assert(alignof(ULevelInstanceSubsystem) == 0x000008, "Wrong alignment on ULevelInstanceSubsystem"); \ +static_assert(sizeof(ULevelInstanceSubsystem) == 0x0001D0, "Wrong size on ULevelInstanceSubsystem"); \ + +#define DUMPER7_ASSERTS_URPCDoSDetectionConfig \ +static_assert(alignof(URPCDoSDetectionConfig) == 0x000008, "Wrong alignment on URPCDoSDetectionConfig"); \ +static_assert(sizeof(URPCDoSDetectionConfig) == 0x000088, "Wrong size on URPCDoSDetectionConfig"); \ +static_assert(offsetof(URPCDoSDetectionConfig, bRPCDoSDetection) == 0x000028, "Member 'URPCDoSDetectionConfig::bRPCDoSDetection' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, bRPCDoSAnalytics) == 0x000029, "Member 'URPCDoSDetectionConfig::bRPCDoSAnalytics' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, HitchTimeQuotaMS) == 0x00002C, "Member 'URPCDoSDetectionConfig::HitchTimeQuotaMS' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, HitchSuspendDetectionTimeMS) == 0x000030, "Member 'URPCDoSDetectionConfig::HitchSuspendDetectionTimeMS' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, DetectionSeverity) == 0x000038, "Member 'URPCDoSDetectionConfig::DetectionSeverity' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, InitialConnectToleranceMS) == 0x000048, "Member 'URPCDoSDetectionConfig::InitialConnectToleranceMS' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, RPCBlockWhitelist) == 0x000050, "Member 'URPCDoSDetectionConfig::RPCBlockWhitelist' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, RPCBlockAllowlist) == 0x000060, "Member 'URPCDoSDetectionConfig::RPCBlockAllowlist' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, RPCAnalyticsThresholds) == 0x000070, "Member 'URPCDoSDetectionConfig::RPCAnalyticsThresholds' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, RPCAnalyticsOverrideChance) == 0x000080, "Member 'URPCDoSDetectionConfig::RPCAnalyticsOverrideChance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelInstancePropertyOverrideSamplePolicy \ +static_assert(alignof(ULevelInstancePropertyOverrideSamplePolicy) == 0x000008, "Wrong alignment on ULevelInstancePropertyOverrideSamplePolicy"); \ +static_assert(sizeof(ULevelInstancePropertyOverrideSamplePolicy) == 0x000028, "Wrong size on ULevelInstancePropertyOverrideSamplePolicy"); \ + +#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) == 0x0002B8, "Wrong size on ALevelScriptActor"); \ + +#define DUMPER7_ASSERTS_ALevelStreamingVolume \ +static_assert(alignof(ALevelStreamingVolume) == 0x000008, "Wrong alignment on ALevelStreamingVolume"); \ +static_assert(sizeof(ALevelStreamingVolume) == 0x000300, "Wrong size on ALevelStreamingVolume"); \ +static_assert(offsetof(ALevelStreamingVolume, StreamingLevelNames) == 0x0002E8, "Member 'ALevelStreamingVolume::StreamingLevelNames' has a wrong offset!"); \ +static_assert(offsetof(ALevelStreamingVolume, StreamingUsage) == 0x0002FC, "Member 'ALevelStreamingVolume::StreamingUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightmappedSurfaceCollection \ +static_assert(alignof(ULightmappedSurfaceCollection) == 0x000008, "Wrong alignment on ULightmappedSurfaceCollection"); \ +static_assert(sizeof(ULightmappedSurfaceCollection) == 0x000040, "Wrong size on ULightmappedSurfaceCollection"); \ +static_assert(offsetof(ULightmappedSurfaceCollection, SourceModel) == 0x000028, "Member 'ULightmappedSurfaceCollection::SourceModel' has a wrong offset!"); \ +static_assert(offsetof(ULightmappedSurfaceCollection, Surfaces) == 0x000030, "Member 'ULightmappedSurfaceCollection::Surfaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UNetworkMetricsDatabase \ +static_assert(alignof(UNetworkMetricsDatabase) == 0x000008, "Wrong alignment on UNetworkMetricsDatabase"); \ +static_assert(sizeof(UNetworkMetricsDatabase) == 0x0001B8, "Wrong size on UNetworkMetricsDatabase"); \ + +#define DUMPER7_ASSERTS_LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance \ +static_assert(alignof(LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance) == 0x000008, "Wrong alignment on LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance"); \ +static_assert(sizeof(LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance) == 0x000028, "Wrong size on LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance, Actor) == 0x000000, "Member 'LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance::Actor' has a wrong offset!"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance, ReturnValue) == 0x000008, "Member 'LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance \ +static_assert(alignof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance) == 0x000010, "Wrong alignment on LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance"); \ +static_assert(sizeof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance) == 0x0000A0, "Wrong size on LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance, ActorClass) == 0x000000, "Member 'LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance, Transform) == 0x000010, "Member 'LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance::Transform' has a wrong offset!"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance, Layer) == 0x000070, "Member 'LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance::Layer' has a wrong offset!"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance, World) == 0x000078, "Member 'LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance::World' has a wrong offset!"); \ +static_assert(offsetof(LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance, ReturnValue) == 0x000080, "Member 'LightWeightInstanceBlueprintFunctionLibrary_CreateNewLightWeightInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightWeightInstanceBlueprintFunctionLibrary \ +static_assert(alignof(ULightWeightInstanceBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on ULightWeightInstanceBlueprintFunctionLibrary"); \ +static_assert(sizeof(ULightWeightInstanceBlueprintFunctionLibrary) == 0x000028, "Wrong size on ULightWeightInstanceBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UClippingPrimitiveComponent \ +static_assert(alignof(UClippingPrimitiveComponent) == 0x000010, "Wrong alignment on UClippingPrimitiveComponent"); \ +static_assert(sizeof(UClippingPrimitiveComponent) == 0x000530, "Wrong size on UClippingPrimitiveComponent"); \ + +#define DUMPER7_ASSERTS_ULocalPlayer \ +static_assert(alignof(ULocalPlayer) == 0x000008, "Wrong alignment on ULocalPlayer"); \ +static_assert(sizeof(ULocalPlayer) == 0x0002B8, "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_LocationVolume_IsLoaded \ +static_assert(alignof(LocationVolume_IsLoaded) == 0x000001, "Wrong alignment on LocationVolume_IsLoaded"); \ +static_assert(sizeof(LocationVolume_IsLoaded) == 0x000001, "Wrong size on LocationVolume_IsLoaded"); \ +static_assert(offsetof(LocationVolume_IsLoaded, ReturnValue) == 0x000000, "Member 'LocationVolume_IsLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALocationVolume \ +static_assert(alignof(ALocationVolume) == 0x000008, "Wrong alignment on ALocationVolume"); \ +static_assert(sizeof(ALocationVolume) == 0x0002F8, "Wrong size on ALocationVolume"); \ +static_assert(offsetof(ALocationVolume, DebugColor) == 0x0002F0, "Member 'ALocationVolume::DebugColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LODActor_OnSubActorEndPlay \ +static_assert(alignof(LODActor_OnSubActorEndPlay) == 0x000008, "Wrong alignment on LODActor_OnSubActorEndPlay"); \ +static_assert(sizeof(LODActor_OnSubActorEndPlay) == 0x000010, "Wrong size on LODActor_OnSubActorEndPlay"); \ +static_assert(offsetof(LODActor_OnSubActorEndPlay, Actor) == 0x000000, "Member 'LODActor_OnSubActorEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(LODActor_OnSubActorEndPlay, Reason) == 0x000008, "Member 'LODActor_OnSubActorEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALODActor \ +static_assert(alignof(ALODActor) == 0x000008, "Wrong alignment on ALODActor"); \ +static_assert(sizeof(ALODActor) == 0x000338, "Wrong size on ALODActor"); \ +static_assert(offsetof(ALODActor, StaticMeshComponent) == 0x0002B0, "Member 'ALODActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, InstancedStaticMeshComponents) == 0x0002B8, "Member 'ALODActor::InstancedStaticMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, Proxy) == 0x000308, "Member 'ALODActor::Proxy' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, Key) == 0x000310, "Member 'ALODActor::Key' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, LODDrawDistance) == 0x000318, "Member 'ALODActor::LODDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, LODLevel) == 0x00031C, "Member 'ALODActor::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, SubActors) == 0x000320, "Member 'ALODActor::SubActors' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, CachedNumHLODLevels) == 0x000330, "Member 'ALODActor::CachedNumHLODLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialCacheVirtualTexture \ +static_assert(alignof(UMaterialCacheVirtualTexture) == 0x000008, "Wrong alignment on UMaterialCacheVirtualTexture"); \ +static_assert(sizeof(UMaterialCacheVirtualTexture) == 0x000180, "Wrong size on UMaterialCacheVirtualTexture"); \ +static_assert(offsetof(UMaterialCacheVirtualTexture, OwningComponent) == 0x000150, "Member 'UMaterialCacheVirtualTexture::OwningComponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialCacheVirtualTexture, MaterialStackProvider) == 0x000158, "Member 'UMaterialCacheVirtualTexture::MaterialStackProvider' has a wrong offset!"); \ +static_assert(offsetof(UMaterialCacheVirtualTexture, Tag) == 0x000160, "Member 'UMaterialCacheVirtualTexture::Tag' has a wrong offset!"); \ +static_assert(offsetof(UMaterialCacheVirtualTexture, TileCount) == 0x000168, "Member 'UMaterialCacheVirtualTexture::TileCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterial \ +static_assert(alignof(UMaterial) == 0x000008, "Wrong alignment on UMaterial"); \ +static_assert(sizeof(UMaterial) == 0x000280, "Wrong size on UMaterial"); \ +static_assert(offsetof(UMaterial, PhysMaterial) == 0x0000E0, "Member 'UMaterial::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PhysMaterialMask) == 0x0000E8, "Member 'UMaterial::PhysMaterialMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PhysicalMaterialMap) == 0x0000F0, "Member 'UMaterial::PhysicalMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RenderTracePhysicalMaterialOutputs) == 0x000130, "Member 'UMaterial::RenderTracePhysicalMaterialOutputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialDomain) == 0x000140, "Member 'UMaterial::MaterialDomain' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendMode) == 0x000141, "Member 'UMaterial::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, DecalBlendMode) == 0x000142, "Member 'UMaterial::DecalBlendMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialDecalResponse) == 0x000143, "Member 'UMaterial::MaterialDecalResponse' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, NaniteOverrideMaterial) == 0x000148, "Member 'UMaterial::NaniteOverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, DisplacementScaling) == 0x000180, "Member 'UMaterial::DisplacementScaling' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, DisplacementFadeRange) == 0x000188, "Member 'UMaterial::DisplacementFadeRange' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModel) == 0x000190, "Member 'UMaterial::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModels) == 0x000192, "Member 'UMaterial::ShadingModels' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, OpacityMaskClipValue) == 0x000194, "Member 'UMaterial::OpacityMaskClipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyPass) == 0x00019A, "Member 'UMaterial::TranslucencyPass' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyLightingMode) == 0x00019B, "Member 'UMaterial::TranslucencyLightingMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, NumCustomizedUVs) == 0x0001A0, "Member 'UMaterial::NumCustomizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyDirectionalLightingIntensity) == 0x0001A4, "Member 'UMaterial::TranslucencyDirectionalLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentShadowDensityScale) == 0x0001A8, "Member 'UMaterial::TranslucentShadowDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowDensityScale) == 0x0001AC, "Member 'UMaterial::TranslucentSelfShadowDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondDensityScale) == 0x0001B0, "Member 'UMaterial::TranslucentSelfShadowSecondDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondOpacity) == 0x0001B4, "Member 'UMaterial::TranslucentSelfShadowSecondOpacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentBackscatteringExponent) == 0x0001B8, "Member 'UMaterial::TranslucentBackscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentMultipleScatteringExtinction) == 0x0001BC, "Member 'UMaterial::TranslucentMultipleScatteringExtinction' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentShadowStartOffset) == 0x0001CC, "Member 'UMaterial::TranslucentShadowStartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, FloatPrecisionMode) == 0x0001E1, "Member 'UMaterial::FloatPrecisionMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentLocalLightShadowQuality) == 0x0001EC, "Member 'UMaterial::TranslucentLocalLightShadowQuality' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentDirectionalLightShadowQuality) == 0x0001F0, "Member 'UMaterial::TranslucentDirectionalLightShadowQuality' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingRate) == 0x0001F4, "Member 'UMaterial::ShadingRate' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendableLocation) == 0x0001F8, "Member 'UMaterial::BlendableLocation' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, UserSceneTexture) == 0x0001FC, "Member 'UMaterial::UserSceneTexture' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, UserTextureDivisor) == 0x000204, "Member 'UMaterial::UserTextureDivisor' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ResolutionRelativeToInput) == 0x00020C, "Member 'UMaterial::ResolutionRelativeToInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StencilCompare) == 0x000215, "Member 'UMaterial::StencilCompare' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StencilRefValue) == 0x000216, "Member 'UMaterial::StencilRefValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, NeuralProfileId) == 0x000217, "Member 'UMaterial::NeuralProfileId' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionMode) == 0x000218, "Member 'UMaterial::RefractionMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionMethod) == 0x000219, "Member 'UMaterial::RefractionMethod' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionCoverageMode) == 0x00021A, "Member 'UMaterial::RefractionCoverageMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PixelDepthOffsetMode) == 0x00021B, "Member 'UMaterial::PixelDepthOffsetMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendablePriority) == 0x00021C, "Member 'UMaterial::BlendablePriority' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PreshaderGap) == 0x000222, "Member 'UMaterial::PreshaderGap' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, UsageFlagWarnings) == 0x000224, "Member 'UMaterial::UsageFlagWarnings' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionDepthBias) == 0x00022C, "Member 'UMaterial::RefractionDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaxWorldPositionOffsetDisplacement) == 0x000230, "Member 'UMaterial::MaxWorldPositionOffsetDisplacement' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, bAlwaysEvaluateWorldPositionOffset) == 0x000234, "Member 'UMaterial::bAlwaysEvaluateWorldPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StateId) == 0x00023C, "Member 'UMaterial::StateId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialAggregate \ +static_assert(alignof(UMaterialAggregate) == 0x000008, "Wrong alignment on UMaterialAggregate"); \ +static_assert(sizeof(UMaterialAggregate) == 0x000040, "Wrong size on UMaterialAggregate"); \ +static_assert(offsetof(UMaterialAggregate, Attributes) == 0x000030, "Member 'UMaterialAggregate::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMaterialEnumerationProvider \ +static_assert(alignof(IMaterialEnumerationProvider) == 0x000001, "Wrong alignment on IMaterialEnumerationProvider"); \ +static_assert(sizeof(IMaterialEnumerationProvider) == 0x000001, "Wrong size on IMaterialEnumerationProvider"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLayerStack \ +static_assert(alignof(UMaterialExpressionLayerStack) == 0x000008, "Wrong alignment on UMaterialExpressionLayerStack"); \ +static_assert(sizeof(UMaterialExpressionLayerStack) == 0x000300, "Wrong size on UMaterialExpressionLayerStack"); \ +static_assert(offsetof(UMaterialExpressionLayerStack, LayerInputs) == 0x000238, "Member 'UMaterialExpressionLayerStack::LayerInputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLayerStack, AvailableLayers) == 0x000248, "Member 'UMaterialExpressionLayerStack::AvailableLayers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLayerStack, AvailableBlends) == 0x000298, "Member 'UMaterialExpressionLayerStack::AvailableBlends' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateSlabBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateSlabBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateSlabBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateSlabBSDF) == 0x000398, "Wrong size on UMaterialExpressionSubstrateSlabBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, DiffuseAlbedo) == 0x0000B0, "Member 'UMaterialExpressionSubstrateSlabBSDF::DiffuseAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, F0) == 0x0000D8, "Member 'UMaterialExpressionSubstrateSlabBSDF::F0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, F90) == 0x000100, "Member 'UMaterialExpressionSubstrateSlabBSDF::F90' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, Roughness) == 0x000128, "Member 'UMaterialExpressionSubstrateSlabBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, Anisotropy) == 0x000150, "Member 'UMaterialExpressionSubstrateSlabBSDF::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, Normal) == 0x000178, "Member 'UMaterialExpressionSubstrateSlabBSDF::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, Tangent) == 0x0001A0, "Member 'UMaterialExpressionSubstrateSlabBSDF::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SSSMFP) == 0x0001C8, "Member 'UMaterialExpressionSubstrateSlabBSDF::SSSMFP' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SSSMFPScale) == 0x0001F0, "Member 'UMaterialExpressionSubstrateSlabBSDF::SSSMFPScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SSSPhaseAnisotropy) == 0x000218, "Member 'UMaterialExpressionSubstrateSlabBSDF::SSSPhaseAnisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, EmissiveColor) == 0x000240, "Member 'UMaterialExpressionSubstrateSlabBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SecondRoughness) == 0x000268, "Member 'UMaterialExpressionSubstrateSlabBSDF::SecondRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SecondRoughnessWeight) == 0x000290, "Member 'UMaterialExpressionSubstrateSlabBSDF::SecondRoughnessWeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, FuzzRoughness) == 0x0002B8, "Member 'UMaterialExpressionSubstrateSlabBSDF::FuzzRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, FuzzAmount) == 0x0002E0, "Member 'UMaterialExpressionSubstrateSlabBSDF::FuzzAmount' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, FuzzColor) == 0x000308, "Member 'UMaterialExpressionSubstrateSlabBSDF::FuzzColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, GlintValue) == 0x000330, "Member 'UMaterialExpressionSubstrateSlabBSDF::GlintValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, GlintUV) == 0x000358, "Member 'UMaterialExpressionSubstrateSlabBSDF::GlintUV' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SubsurfaceProfile) == 0x000380, "Member 'UMaterialExpressionSubstrateSlabBSDF::SubsurfaceProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SpecularProfile) == 0x000388, "Member 'UMaterialExpressionSubstrateSlabBSDF::SpecularProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSlabBSDF, SubSurfaceType) == 0x000394, "Member 'UMaterialExpressionSubstrateSlabBSDF::SubSurfaceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateSimpleClearCoatBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateSimpleClearCoatBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateSimpleClearCoatBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateSimpleClearCoatBSDF) == 0x0001F0, "Wrong size on UMaterialExpressionSubstrateSimpleClearCoatBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, DiffuseAlbedo) == 0x0000B0, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::DiffuseAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, F0) == 0x0000D8, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::F0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, Roughness) == 0x000100, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, ClearCoatCoverage) == 0x000128, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::ClearCoatCoverage' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, ClearCoatRoughness) == 0x000150, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::ClearCoatRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, Normal) == 0x000178, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, EmissiveColor) == 0x0001A0, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSimpleClearCoatBSDF, BottomNormal) == 0x0001C8, "Member 'UMaterialExpressionSubstrateSimpleClearCoatBSDF::BottomNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateVolumetricFogCloudBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateVolumetricFogCloudBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateVolumetricFogCloudBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateVolumetricFogCloudBSDF) == 0x000158, "Wrong size on UMaterialExpressionSubstrateVolumetricFogCloudBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVolumetricFogCloudBSDF, Albedo) == 0x0000B0, "Member 'UMaterialExpressionSubstrateVolumetricFogCloudBSDF::Albedo' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVolumetricFogCloudBSDF, Extinction) == 0x0000D8, "Member 'UMaterialExpressionSubstrateVolumetricFogCloudBSDF::Extinction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVolumetricFogCloudBSDF, EmissiveColor) == 0x000100, "Member 'UMaterialExpressionSubstrateVolumetricFogCloudBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateVolumetricFogCloudBSDF, AmbientOcclusion) == 0x000128, "Member 'UMaterialExpressionSubstrateVolumetricFogCloudBSDF::AmbientOcclusion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateUnlitBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateUnlitBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateUnlitBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateUnlitBSDF) == 0x000128, "Wrong size on UMaterialExpressionSubstrateUnlitBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateUnlitBSDF, EmissiveColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateUnlitBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateUnlitBSDF, TransmittanceColor) == 0x0000D8, "Member 'UMaterialExpressionSubstrateUnlitBSDF::TransmittanceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateUnlitBSDF, Normal) == 0x000100, "Member 'UMaterialExpressionSubstrateUnlitBSDF::Normal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateSingleLayerWaterBSDF \ +static_assert(alignof(UMaterialExpressionSubstrateSingleLayerWaterBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateSingleLayerWaterBSDF"); \ +static_assert(sizeof(UMaterialExpressionSubstrateSingleLayerWaterBSDF) == 0x000268, "Wrong size on UMaterialExpressionSubstrateSingleLayerWaterBSDF"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, BaseColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, Metallic) == 0x0000D8, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, Specular) == 0x000100, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, Roughness) == 0x000128, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, Normal) == 0x000150, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, EmissiveColor) == 0x000178, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, TopMaterialOpacity) == 0x0001A0, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::TopMaterialOpacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, WaterAlbedo) == 0x0001C8, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::WaterAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, WaterExtinction) == 0x0001F0, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::WaterExtinction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, WaterPhaseG) == 0x000218, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::WaterPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSingleLayerWaterBSDF, ColorScaleBehindWater) == 0x000240, "Member 'UMaterialExpressionSubstrateSingleLayerWaterBSDF::ColorScaleBehindWater' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateLightFunction \ +static_assert(alignof(UMaterialExpressionSubstrateLightFunction) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateLightFunction"); \ +static_assert(sizeof(UMaterialExpressionSubstrateLightFunction) == 0x0000D8, "Wrong size on UMaterialExpressionSubstrateLightFunction"); \ +static_assert(offsetof(UMaterialExpressionSubstrateLightFunction, Color) == 0x0000B0, "Member 'UMaterialExpressionSubstrateLightFunction::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstratePostProcess \ +static_assert(alignof(UMaterialExpressionSubstratePostProcess) == 0x000008, "Wrong alignment on UMaterialExpressionSubstratePostProcess"); \ +static_assert(sizeof(UMaterialExpressionSubstratePostProcess) == 0x000100, "Wrong size on UMaterialExpressionSubstratePostProcess"); \ +static_assert(offsetof(UMaterialExpressionSubstratePostProcess, Color) == 0x0000B0, "Member 'UMaterialExpressionSubstratePostProcess::Color' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstratePostProcess, Opacity) == 0x0000D8, "Member 'UMaterialExpressionSubstratePostProcess::Opacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateUI \ +static_assert(alignof(UMaterialExpressionSubstrateUI) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateUI"); \ +static_assert(sizeof(UMaterialExpressionSubstrateUI) == 0x000100, "Wrong size on UMaterialExpressionSubstrateUI"); \ +static_assert(offsetof(UMaterialExpressionSubstrateUI, Color) == 0x0000B0, "Member 'UMaterialExpressionSubstrateUI::Color' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateUI, Opacity) == 0x0000D8, "Member 'UMaterialExpressionSubstrateUI::Opacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateConvertToDecal \ +static_assert(alignof(UMaterialExpressionSubstrateConvertToDecal) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateConvertToDecal"); \ +static_assert(sizeof(UMaterialExpressionSubstrateConvertToDecal) == 0x000100, "Wrong size on UMaterialExpressionSubstrateConvertToDecal"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertToDecal, DecalMaterial) == 0x0000B0, "Member 'UMaterialExpressionSubstrateConvertToDecal::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertToDecal, Coverage) == 0x0000D8, "Member 'UMaterialExpressionSubstrateConvertToDecal::Coverage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateConvertMaterialAttributes \ +static_assert(alignof(UMaterialExpressionSubstrateConvertMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateConvertMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionSubstrateConvertMaterialAttributes) == 0x000190, "Wrong size on UMaterialExpressionSubstrateConvertMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, MaterialAttributes) == 0x0000B0, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, WaterScatteringCoefficients) == 0x0000E0, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::WaterScatteringCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, WaterAbsorptionCoefficients) == 0x000108, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::WaterAbsorptionCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, WaterPhaseG) == 0x000130, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::WaterPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, ColorScaleBehindWater) == 0x000158, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::ColorScaleBehindWater' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, SubsurfaceProfile) == 0x000180, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::SubsurfaceProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateConvertMaterialAttributes, ShadingModelOverride) == 0x000188, "Member 'UMaterialExpressionSubstrateConvertMaterialAttributes::ShadingModelOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateAdd \ +static_assert(alignof(UMaterialExpressionSubstrateAdd) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateAdd"); \ +static_assert(sizeof(UMaterialExpressionSubstrateAdd) == 0x000108, "Wrong size on UMaterialExpressionSubstrateAdd"); \ +static_assert(offsetof(UMaterialExpressionSubstrateAdd, A) == 0x0000B0, "Member 'UMaterialExpressionSubstrateAdd::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateAdd, B) == 0x0000D8, "Member 'UMaterialExpressionSubstrateAdd::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateSelect \ +static_assert(alignof(UMaterialExpressionSubstrateSelect) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateSelect"); \ +static_assert(sizeof(UMaterialExpressionSubstrateSelect) == 0x000130, "Wrong size on UMaterialExpressionSubstrateSelect"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSelect, A) == 0x0000B0, "Member 'UMaterialExpressionSubstrateSelect::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSelect, B) == 0x0000D8, "Member 'UMaterialExpressionSubstrateSelect::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSelect, SelectValue) == 0x000100, "Member 'UMaterialExpressionSubstrateSelect::SelectValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateSelect, Threshold) == 0x000128, "Member 'UMaterialExpressionSubstrateSelect::Threshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateTransmittanceToMFP \ +static_assert(alignof(UMaterialExpressionSubstrateTransmittanceToMFP) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateTransmittanceToMFP"); \ +static_assert(sizeof(UMaterialExpressionSubstrateTransmittanceToMFP) == 0x000100, "Wrong size on UMaterialExpressionSubstrateTransmittanceToMFP"); \ +static_assert(offsetof(UMaterialExpressionSubstrateTransmittanceToMFP, TransmittanceColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateTransmittanceToMFP::TransmittanceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateTransmittanceToMFP, Thickness) == 0x0000D8, "Member 'UMaterialExpressionSubstrateTransmittanceToMFP::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0 \ +static_assert(alignof(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0) == 0x000008, "Wrong alignment on UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0"); \ +static_assert(sizeof(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0) == 0x000128, "Wrong size on UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0"); \ +static_assert(offsetof(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0, BaseColor) == 0x0000B0, "Member 'UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0, Metallic) == 0x0000D8, "Member 'UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0, Specular) == 0x000100, "Member 'UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0::Specular' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_CopyInterpParameters \ +static_assert(alignof(MaterialInstanceDynamic_CopyInterpParameters) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_CopyInterpParameters"); \ +static_assert(sizeof(MaterialInstanceDynamic_CopyInterpParameters) == 0x000008, "Wrong size on MaterialInstanceDynamic_CopyInterpParameters"); \ +static_assert(offsetof(MaterialInstanceDynamic_CopyInterpParameters, Source) == 0x000000, "Member 'MaterialInstanceDynamic_CopyInterpParameters::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_CopyParameterOverrides \ +static_assert(alignof(MaterialInstanceDynamic_CopyParameterOverrides) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_CopyParameterOverrides"); \ +static_assert(sizeof(MaterialInstanceDynamic_CopyParameterOverrides) == 0x000008, "Wrong size on MaterialInstanceDynamic_CopyParameterOverrides"); \ +static_assert(offsetof(MaterialInstanceDynamic_CopyParameterOverrides, MaterialInstance) == 0x000000, "Member 'MaterialInstanceDynamic_CopyParameterOverrides::MaterialInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex \ +static_assert(alignof(MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex"); \ +static_assert(sizeof(MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex) == 0x000014, "Wrong size on MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex"); \ +static_assert(offsetof(MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex, Value) == 0x000008, "Member 'MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex::Value' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex, OutParameterIndex) == 0x00000C, "Member 'MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex::OutParameterIndex' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_InitializeScalarParameterAndGetIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters \ +static_assert(alignof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters) == 0x000010, "Wrong size on MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters, Source) == 0x000000, "Member 'MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters::Source' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters, bQuickParametersOnly) == 0x000008, "Member 'MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters::bQuickParametersOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetScalarParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetScalarParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetScalarParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetScalarParameterValue) == 0x00000C, "Wrong size on MaterialInstanceDynamic_K2_GetScalarParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo) == 0x000014, "Wrong size on MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_K2_GetScalarParameterValueByInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetTextureCollectionParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetTextureCollectionParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_GetTextureCollectionParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetTextureCollectionParameterValue) == 0x000010, "Wrong size on MaterialInstanceDynamic_K2_GetTextureCollectionParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureCollectionParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetTextureCollectionParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureCollectionParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceDynamic_K2_GetTextureCollectionParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetTextureCollectionParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetTextureCollectionParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_GetTextureCollectionParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetTextureCollectionParameterValueByInfo) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_GetTextureCollectionParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureCollectionParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetTextureCollectionParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureCollectionParameterValueByInfo, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_K2_GetTextureCollectionParameterValueByInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetTextureParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_GetTextureParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetTextureParameterValue) == 0x000010, "Wrong size on MaterialInstanceDynamic_K2_GetTextureParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_K2_GetTextureParameterValueByInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetVectorParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetVectorParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetVectorParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetVectorParameterValue) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_GetVectorParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo) == 0x000020, "Wrong size on MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo, ReturnValue) == 0x000010, "Member 'MaterialInstanceDynamic_K2_GetVectorParameterValueByInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams \ +static_assert(alignof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams) == 0x000018, "Wrong size on MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams, SourceA) == 0x000000, "Member 'MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams::SourceA' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams, SourceB) == 0x000008, "Member 'MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams::SourceB' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams, Alpha) == 0x000010, "Member 'MaterialInstanceDynamic_K2_InterpolateMaterialInstanceParams::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetDoubleVectorParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetDoubleVectorParameterValue) == 0x000010, "Wrong alignment on MaterialInstanceDynamic_SetDoubleVectorParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetDoubleVectorParameterValue) == 0x000030, "Wrong size on MaterialInstanceDynamic_SetDoubleVectorParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetDoubleVectorParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetDoubleVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetDoubleVectorParameterValue, Value) == 0x000010, "Member 'MaterialInstanceDynamic_SetDoubleVectorParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue) == 0x000010, "Wrong size on MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue, Value) == 0x000008, "Member 'MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo) == 0x000018, "Wrong size on MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo, Value) == 0x000010, "Member 'MaterialInstanceDynamic_SetRuntimeVirtualTextureParameterValueByInfo::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetScalarParameterByIndex \ +static_assert(alignof(MaterialInstanceDynamic_SetScalarParameterByIndex) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_SetScalarParameterByIndex"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetScalarParameterByIndex) == 0x00000C, "Wrong size on MaterialInstanceDynamic_SetScalarParameterByIndex"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterByIndex, ParameterIndex) == 0x000000, "Member 'MaterialInstanceDynamic_SetScalarParameterByIndex::ParameterIndex' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterByIndex, Value) == 0x000004, "Member 'MaterialInstanceDynamic_SetScalarParameterByIndex::Value' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterByIndex, ReturnValue) == 0x000008, "Member 'MaterialInstanceDynamic_SetScalarParameterByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetScalarParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetScalarParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_SetScalarParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetScalarParameterValue) == 0x00000C, "Wrong size on MaterialInstanceDynamic_SetScalarParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterValue, Value) == 0x000008, "Member 'MaterialInstanceDynamic_SetScalarParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetScalarParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_SetScalarParameterValueByInfo) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_SetScalarParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetScalarParameterValueByInfo) == 0x000014, "Wrong size on MaterialInstanceDynamic_SetScalarParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetScalarParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetScalarParameterValueByInfo, Value) == 0x000010, "Member 'MaterialInstanceDynamic_SetScalarParameterValueByInfo::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue) == 0x000010, "Wrong size on MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue, Value) == 0x000008, "Member 'MaterialInstanceDynamic_SetSparseVolumeTextureParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetTextureCollectionParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_SetTextureCollectionParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetTextureCollectionParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetTextureCollectionParameterValue) == 0x000010, "Wrong size on MaterialInstanceDynamic_SetTextureCollectionParameterValue"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetTextureCollectionParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetTextureCollectionParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetTextureCollectionParameterValue, Value) == 0x000008, "Member 'MaterialInstanceDynamic_SetTextureCollectionParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetTextureCollectionParameterValueByInfo \ +static_assert(alignof(MaterialInstanceDynamic_SetTextureCollectionParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetTextureCollectionParameterValueByInfo"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetTextureCollectionParameterValueByInfo) == 0x000018, "Wrong size on MaterialInstanceDynamic_SetTextureCollectionParameterValueByInfo"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetTextureCollectionParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetTextureCollectionParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_SetTextureCollectionParameterValueByInfo, Value) == 0x000010, "Member 'MaterialInstanceDynamic_SetTextureCollectionParameterValueByInfo::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) == 0x000328, "Wrong size on UMaterialInstanceDynamic"); \ + +#define DUMPER7_ASSERTS_MaterialParameterCollection_GetBaseParameterCollection \ +static_assert(alignof(MaterialParameterCollection_GetBaseParameterCollection) == 0x000008, "Wrong alignment on MaterialParameterCollection_GetBaseParameterCollection"); \ +static_assert(sizeof(MaterialParameterCollection_GetBaseParameterCollection) == 0x000008, "Wrong size on MaterialParameterCollection_GetBaseParameterCollection"); \ +static_assert(offsetof(MaterialParameterCollection_GetBaseParameterCollection, ReturnValue) == 0x000000, "Member 'MaterialParameterCollection_GetBaseParameterCollection::ReturnValue' 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) == 0x000128, "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!"); \ +static_assert(offsetof(UMaterialParameterCollection, base) == 0x000058, "Member 'UMaterialParameterCollection::base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterCollection, BaseStateId) == 0x000060, "Member 'UMaterialParameterCollection::BaseStateId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterCollection, ScalarParameterBaseOverrides) == 0x000070, "Member 'UMaterialParameterCollection::ScalarParameterBaseOverrides' has a wrong offset!"); \ +static_assert(offsetof(UMaterialParameterCollection, VectorParameterBaseOverrides) == 0x0000C0, "Member 'UMaterialParameterCollection::VectorParameterBaseOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshBudgetProjectSettings \ +static_assert(alignof(UMeshBudgetProjectSettings) == 0x000008, "Wrong alignment on UMeshBudgetProjectSettings"); \ +static_assert(sizeof(UMeshBudgetProjectSettings) == 0x000050, "Wrong size on UMeshBudgetProjectSettings"); \ +static_assert(offsetof(UMeshBudgetProjectSettings, bEnableStaticMeshBudget) == 0x000038, "Member 'UMeshBudgetProjectSettings::bEnableStaticMeshBudget' has a wrong offset!"); \ +static_assert(offsetof(UMeshBudgetProjectSettings, StaticMeshBudgetInfos) == 0x000040, "Member 'UMeshBudgetProjectSettings::StaticMeshBudgetInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMeshMergeCullingVolume \ +static_assert(alignof(AMeshMergeCullingVolume) == 0x000008, "Wrong alignment on AMeshMergeCullingVolume"); \ +static_assert(sizeof(AMeshMergeCullingVolume) == 0x0002E8, "Wrong size on AMeshMergeCullingVolume"); \ + +#define DUMPER7_ASSERTS_UModel \ +static_assert(alignof(UModel) == 0x000008, "Wrong alignment on UModel"); \ +static_assert(sizeof(UModel) == 0x000268, "Wrong size on UModel"); \ +static_assert(offsetof(UModel, Surfs) == 0x000068, "Member 'UModel::Surfs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavigationObjectBase \ +static_assert(alignof(ANavigationObjectBase) == 0x000008, "Wrong alignment on ANavigationObjectBase"); \ +static_assert(sizeof(ANavigationObjectBase) == 0x0002D8, "Wrong size on ANavigationObjectBase"); \ +static_assert(offsetof(ANavigationObjectBase, CapsuleComponent) == 0x0002B8, "Member 'ANavigationObjectBase::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationObjectBase, GoodSprite) == 0x0002C0, "Member 'ANavigationObjectBase::GoodSprite' has a wrong offset!"); \ +static_assert(offsetof(ANavigationObjectBase, BadSprite) == 0x0002C8, "Member 'ANavigationObjectBase::BadSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementInterface_RequestDirectMove \ +static_assert(alignof(NavMovementInterface_RequestDirectMove) == 0x000008, "Wrong alignment on NavMovementInterface_RequestDirectMove"); \ +static_assert(sizeof(NavMovementInterface_RequestDirectMove) == 0x000020, "Wrong size on NavMovementInterface_RequestDirectMove"); \ +static_assert(offsetof(NavMovementInterface_RequestDirectMove, MoveVelocity) == 0x000000, "Member 'NavMovementInterface_RequestDirectMove::MoveVelocity' has a wrong offset!"); \ +static_assert(offsetof(NavMovementInterface_RequestDirectMove, bForceMaxSpeed) == 0x000018, "Member 'NavMovementInterface_RequestDirectMove::bForceMaxSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementInterface_RequestPathMove \ +static_assert(alignof(NavMovementInterface_RequestPathMove) == 0x000008, "Wrong alignment on NavMovementInterface_RequestPathMove"); \ +static_assert(sizeof(NavMovementInterface_RequestPathMove) == 0x000018, "Wrong size on NavMovementInterface_RequestPathMove"); \ +static_assert(offsetof(NavMovementInterface_RequestPathMove, MoveInput) == 0x000000, "Member 'NavMovementInterface_RequestPathMove::MoveInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementInterface_GetMaxSpeedForNavMovement \ +static_assert(alignof(NavMovementInterface_GetMaxSpeedForNavMovement) == 0x000004, "Wrong alignment on NavMovementInterface_GetMaxSpeedForNavMovement"); \ +static_assert(sizeof(NavMovementInterface_GetMaxSpeedForNavMovement) == 0x000004, "Wrong size on NavMovementInterface_GetMaxSpeedForNavMovement"); \ +static_assert(offsetof(NavMovementInterface_GetMaxSpeedForNavMovement, ReturnValue) == 0x000000, "Member 'NavMovementInterface_GetMaxSpeedForNavMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementInterface_GetVelocityForNavMovement \ +static_assert(alignof(NavMovementInterface_GetVelocityForNavMovement) == 0x000008, "Wrong alignment on NavMovementInterface_GetVelocityForNavMovement"); \ +static_assert(sizeof(NavMovementInterface_GetVelocityForNavMovement) == 0x000018, "Wrong size on NavMovementInterface_GetVelocityForNavMovement"); \ +static_assert(offsetof(NavMovementInterface_GetVelocityForNavMovement, ReturnValue) == 0x000000, "Member 'NavMovementInterface_GetVelocityForNavMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementInterface_IsCrouching \ +static_assert(alignof(NavMovementInterface_IsCrouching) == 0x000001, "Wrong alignment on NavMovementInterface_IsCrouching"); \ +static_assert(sizeof(NavMovementInterface_IsCrouching) == 0x000001, "Wrong size on NavMovementInterface_IsCrouching"); \ +static_assert(offsetof(NavMovementInterface_IsCrouching, ReturnValue) == 0x000000, "Member 'NavMovementInterface_IsCrouching::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementInterface_IsFalling \ +static_assert(alignof(NavMovementInterface_IsFalling) == 0x000001, "Wrong alignment on NavMovementInterface_IsFalling"); \ +static_assert(sizeof(NavMovementInterface_IsFalling) == 0x000001, "Wrong size on NavMovementInterface_IsFalling"); \ +static_assert(offsetof(NavMovementInterface_IsFalling, ReturnValue) == 0x000000, "Member 'NavMovementInterface_IsFalling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementInterface_IsFlying \ +static_assert(alignof(NavMovementInterface_IsFlying) == 0x000001, "Wrong alignment on NavMovementInterface_IsFlying"); \ +static_assert(sizeof(NavMovementInterface_IsFlying) == 0x000001, "Wrong size on NavMovementInterface_IsFlying"); \ +static_assert(offsetof(NavMovementInterface_IsFlying, ReturnValue) == 0x000000, "Member 'NavMovementInterface_IsFlying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementInterface_IsMovingOnGround \ +static_assert(alignof(NavMovementInterface_IsMovingOnGround) == 0x000001, "Wrong alignment on NavMovementInterface_IsMovingOnGround"); \ +static_assert(sizeof(NavMovementInterface_IsMovingOnGround) == 0x000001, "Wrong size on NavMovementInterface_IsMovingOnGround"); \ +static_assert(offsetof(NavMovementInterface_IsMovingOnGround, ReturnValue) == 0x000000, "Member 'NavMovementInterface_IsMovingOnGround::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavMovementInterface_IsSwimming \ +static_assert(alignof(NavMovementInterface_IsSwimming) == 0x000001, "Wrong alignment on NavMovementInterface_IsSwimming"); \ +static_assert(sizeof(NavMovementInterface_IsSwimming) == 0x000001, "Wrong size on NavMovementInterface_IsSwimming"); \ +static_assert(offsetof(NavMovementInterface_IsSwimming, ReturnValue) == 0x000000, "Member 'NavMovementInterface_IsSwimming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavMovementInterface \ +static_assert(alignof(INavMovementInterface) == 0x000001, "Wrong alignment on INavMovementInterface"); \ +static_assert(sizeof(INavMovementInterface) == 0x000001, "Wrong size on INavMovementInterface"); \ + +#define DUMPER7_ASSERTS_USimulatedClientNetConnection \ +static_assert(alignof(USimulatedClientNetConnection) == 0x000010, "Wrong alignment on USimulatedClientNetConnection"); \ +static_assert(sizeof(USimulatedClientNetConnection) == 0x001E90, "Wrong size on USimulatedClientNetConnection"); \ + +#define DUMPER7_ASSERTS_UNetworkSettings \ +static_assert(alignof(UNetworkSettings) == 0x000008, "Wrong alignment on UNetworkSettings"); \ +static_assert(sizeof(UNetworkSettings) == 0x000050, "Wrong size on UNetworkSettings"); \ +static_assert(offsetof(UNetworkSettings, NetworkEmulationProfiles) == 0x000040, "Member 'UNetworkSettings::NetworkEmulationProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetSubObjectFactory \ +static_assert(alignof(UNetSubObjectFactory) == 0x000008, "Wrong alignment on UNetSubObjectFactory"); \ +static_assert(sizeof(UNetSubObjectFactory) == 0x000038, "Wrong size on UNetSubObjectFactory"); \ + +#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_UNetworkMetricsConfig \ +static_assert(alignof(UNetworkMetricsConfig) == 0x000008, "Wrong alignment on UNetworkMetricsConfig"); \ +static_assert(sizeof(UNetworkMetricsConfig) == 0x000038, "Wrong size on UNetworkMetricsConfig"); \ +static_assert(offsetof(UNetworkMetricsConfig, Listeners) == 0x000028, "Member 'UNetworkMetricsConfig::Listeners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetworkMetricsLog \ +static_assert(alignof(UNetworkMetricsLog) == 0x000008, "Wrong alignment on UNetworkMetricsLog"); \ +static_assert(sizeof(UNetworkMetricsLog) == 0x000040, "Wrong size on UNetworkMetricsLog"); \ + +#define DUMPER7_ASSERTS_UNetworkMetricsCSV_Replication \ +static_assert(alignof(UNetworkMetricsCSV_Replication) == 0x000008, "Wrong alignment on UNetworkMetricsCSV_Replication"); \ +static_assert(sizeof(UNetworkMetricsCSV_Replication) == 0x000048, "Wrong size on UNetworkMetricsCSV_Replication"); \ + +#define DUMPER7_ASSERTS_UNetworkMetricsPerfCounters \ +static_assert(alignof(UNetworkMetricsPerfCounters) == 0x000008, "Wrong alignment on UNetworkMetricsPerfCounters"); \ +static_assert(sizeof(UNetworkMetricsPerfCounters) == 0x000040, "Wrong size on UNetworkMetricsPerfCounters"); \ + +#define DUMPER7_ASSERTS_UNetworkMetricsStats \ +static_assert(alignof(UNetworkMetricsStats) == 0x000008, "Wrong alignment on UNetworkMetricsStats"); \ +static_assert(sizeof(UNetworkMetricsStats) == 0x000048, "Wrong size on UNetworkMetricsStats"); \ + +#define DUMPER7_ASSERTS_IReplicatedObjectInterface \ +static_assert(alignof(IReplicatedObjectInterface) == 0x000001, "Wrong alignment on IReplicatedObjectInterface"); \ +static_assert(sizeof(IReplicatedObjectInterface) == 0x000001, "Wrong size on IReplicatedObjectInterface"); \ + +#define DUMPER7_ASSERTS_ANote \ +static_assert(alignof(ANote) == 0x000008, "Wrong alignment on ANote"); \ +static_assert(sizeof(ANote) == 0x0002B0, "Wrong size on ANote"); \ + +#define DUMPER7_ASSERTS_UValkyrieMetaData \ +static_assert(alignof(UValkyrieMetaData) == 0x000008, "Wrong alignment on UValkyrieMetaData"); \ +static_assert(sizeof(UValkyrieMetaData) == 0x000058, "Wrong size on UValkyrieMetaData"); \ +static_assert(offsetof(UValkyrieMetaData, DevelopmentStatusKey) == 0x000028, "Member 'UValkyrieMetaData::DevelopmentStatusKey' has a wrong offset!"); \ +static_assert(offsetof(UValkyrieMetaData, DeprecationStatusKey) == 0x000040, "Member 'UValkyrieMetaData::DeprecationStatusKey' has a wrong offset!"); \ + +#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_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) == 0x000048, "Wrong size on UObjectTraceWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_UOnlineBlueprintCallProxyBase \ +static_assert(alignof(UOnlineBlueprintCallProxyBase) == 0x000008, "Wrong alignment on UOnlineBlueprintCallProxyBase"); \ +static_assert(sizeof(UOnlineBlueprintCallProxyBase) == 0x000030, "Wrong size on UOnlineBlueprintCallProxyBase"); \ + +#define DUMPER7_ASSERTS_UOnlineEngineInterface \ +static_assert(alignof(UOnlineEngineInterface) == 0x000008, "Wrong alignment on UOnlineEngineInterface"); \ +static_assert(sizeof(UOnlineEngineInterface) == 0x000028, "Wrong size on UOnlineEngineInterface"); \ + +#define DUMPER7_ASSERTS_UOnlineSession \ +static_assert(alignof(UOnlineSession) == 0x000008, "Wrong alignment on UOnlineSession"); \ +static_assert(sizeof(UOnlineSession) == 0x000028, "Wrong size on UOnlineSession"); \ + +#define DUMPER7_ASSERTS_UPackageMapClient \ +static_assert(alignof(UPackageMapClient) == 0x000008, "Wrong alignment on UPackageMapClient"); \ +static_assert(sizeof(UPackageMapClient) == 0x0004B8, "Wrong size on UPackageMapClient"); \ + +#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_APainCausingVolume \ +static_assert(alignof(APainCausingVolume) == 0x000008, "Wrong alignment on APainCausingVolume"); \ +static_assert(sizeof(APainCausingVolume) == 0x000320, "Wrong size on APainCausingVolume"); \ +static_assert(offsetof(APainCausingVolume, DamagePerSec) == 0x0002FC, "Member 'APainCausingVolume::DamagePerSec' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, DamageType) == 0x000300, "Member 'APainCausingVolume::DamageType' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, PainInterval) == 0x000308, "Member 'APainCausingVolume::PainInterval' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, DamageInstigator) == 0x000310, "Member 'APainCausingVolume::DamageInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AParticleEventManager \ +static_assert(alignof(AParticleEventManager) == 0x000008, "Wrong alignment on AParticleEventManager"); \ +static_assert(sizeof(AParticleEventManager) == 0x0002B0, "Wrong size on AParticleEventManager"); \ + +#define DUMPER7_ASSERTS_USubUVAnimation \ +static_assert(alignof(USubUVAnimation) == 0x000008, "Wrong alignment on USubUVAnimation"); \ +static_assert(sizeof(USubUVAnimation) == 0x000060, "Wrong size on USubUVAnimation"); \ +static_assert(offsetof(USubUVAnimation, SubUVTexture) == 0x000028, "Member 'USubUVAnimation::SubUVTexture' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, SubImages_Horizontal) == 0x000030, "Member 'USubUVAnimation::SubImages_Horizontal' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, SubImages_Vertical) == 0x000034, "Member 'USubUVAnimation::SubImages_Vertical' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, BoundingMode) == 0x000038, "Member 'USubUVAnimation::BoundingMode' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, OpacitySourceMode) == 0x000039, "Member 'USubUVAnimation::OpacitySourceMode' has a wrong offset!"); \ +static_assert(offsetof(USubUVAnimation, AlphaThreshold) == 0x00003C, "Member 'USubUVAnimation::AlphaThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncPhysicsInputComponent_ServerRPCBufferInput \ +static_assert(alignof(AsyncPhysicsInputComponent_ServerRPCBufferInput) == 0x000008, "Wrong alignment on AsyncPhysicsInputComponent_ServerRPCBufferInput"); \ +static_assert(sizeof(AsyncPhysicsInputComponent_ServerRPCBufferInput) == 0x000008, "Wrong size on AsyncPhysicsInputComponent_ServerRPCBufferInput"); \ +static_assert(offsetof(AsyncPhysicsInputComponent_ServerRPCBufferInput, AsyncPhysicsData) == 0x000000, "Member 'AsyncPhysicsInputComponent_ServerRPCBufferInput::AsyncPhysicsData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncPhysicsInputComponent_GetDataToConsume \ +static_assert(alignof(AsyncPhysicsInputComponent_GetDataToConsume) == 0x000008, "Wrong alignment on AsyncPhysicsInputComponent_GetDataToConsume"); \ +static_assert(sizeof(AsyncPhysicsInputComponent_GetDataToConsume) == 0x000008, "Wrong size on AsyncPhysicsInputComponent_GetDataToConsume"); \ +static_assert(offsetof(AsyncPhysicsInputComponent_GetDataToConsume, ReturnValue) == 0x000000, "Member 'AsyncPhysicsInputComponent_GetDataToConsume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncPhysicsInputComponent_GetDataToWrite \ +static_assert(alignof(AsyncPhysicsInputComponent_GetDataToWrite) == 0x000008, "Wrong alignment on AsyncPhysicsInputComponent_GetDataToWrite"); \ +static_assert(sizeof(AsyncPhysicsInputComponent_GetDataToWrite) == 0x000008, "Wrong size on AsyncPhysicsInputComponent_GetDataToWrite"); \ +static_assert(offsetof(AsyncPhysicsInputComponent_GetDataToWrite, ReturnValue) == 0x000000, "Member 'AsyncPhysicsInputComponent_GetDataToWrite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncPhysicsInputComponent \ +static_assert(alignof(UAsyncPhysicsInputComponent) == 0x000008, "Wrong alignment on UAsyncPhysicsInputComponent"); \ +static_assert(sizeof(UAsyncPhysicsInputComponent) == 0x0000E8, "Wrong size on UAsyncPhysicsInputComponent"); \ +static_assert(offsetof(UAsyncPhysicsInputComponent, DataClass) == 0x0000C0, "Member 'UAsyncPhysicsInputComponent::DataClass' has a wrong offset!"); \ +static_assert(offsetof(UAsyncPhysicsInputComponent, BufferedData) == 0x0000C8, "Member 'UAsyncPhysicsInputComponent::BufferedData' has a wrong offset!"); \ +static_assert(offsetof(UAsyncPhysicsInputComponent, DataToConsume) == 0x0000D8, "Member 'UAsyncPhysicsInputComponent::DataToConsume' has a wrong offset!"); \ +static_assert(offsetof(UAsyncPhysicsInputComponent, DataToWrite) == 0x0000E0, "Member 'UAsyncPhysicsInputComponent::DataToWrite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_AddComponentToCluster \ +static_assert(alignof(ClusterUnionComponent_AddComponentToCluster) == 0x000008, "Wrong alignment on ClusterUnionComponent_AddComponentToCluster"); \ +static_assert(sizeof(ClusterUnionComponent_AddComponentToCluster) == 0x000020, "Wrong size on ClusterUnionComponent_AddComponentToCluster"); \ +static_assert(offsetof(ClusterUnionComponent_AddComponentToCluster, InComponent) == 0x000000, "Member 'ClusterUnionComponent_AddComponentToCluster::InComponent' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_AddComponentToCluster, BoneIds) == 0x000008, "Member 'ClusterUnionComponent_AddComponentToCluster::BoneIds' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_AddComponentToCluster, bRebuildGeometry) == 0x000018, "Member 'ClusterUnionComponent_AddComponentToCluster::bRebuildGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_ForceSetChildToParent \ +static_assert(alignof(ClusterUnionComponent_ForceSetChildToParent) == 0x000008, "Wrong alignment on ClusterUnionComponent_ForceSetChildToParent"); \ +static_assert(sizeof(ClusterUnionComponent_ForceSetChildToParent) == 0x000028, "Wrong size on ClusterUnionComponent_ForceSetChildToParent"); \ +static_assert(offsetof(ClusterUnionComponent_ForceSetChildToParent, InComponent) == 0x000000, "Member 'ClusterUnionComponent_ForceSetChildToParent::InComponent' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_ForceSetChildToParent, BoneIds) == 0x000008, "Member 'ClusterUnionComponent_ForceSetChildToParent::BoneIds' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_ForceSetChildToParent, ChildToParent) == 0x000018, "Member 'ClusterUnionComponent_ForceSetChildToParent::ChildToParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_GetActors \ +static_assert(alignof(ClusterUnionComponent_GetActors) == 0x000008, "Wrong alignment on ClusterUnionComponent_GetActors"); \ +static_assert(sizeof(ClusterUnionComponent_GetActors) == 0x000010, "Wrong size on ClusterUnionComponent_GetActors"); \ +static_assert(offsetof(ClusterUnionComponent_GetActors, ReturnValue) == 0x000000, "Member 'ClusterUnionComponent_GetActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_GetPrimitiveComponents \ +static_assert(alignof(ClusterUnionComponent_GetPrimitiveComponents) == 0x000008, "Wrong alignment on ClusterUnionComponent_GetPrimitiveComponents"); \ +static_assert(sizeof(ClusterUnionComponent_GetPrimitiveComponents) == 0x000010, "Wrong size on ClusterUnionComponent_GetPrimitiveComponents"); \ +static_assert(offsetof(ClusterUnionComponent_GetPrimitiveComponents, ReturnValue) == 0x000000, "Member 'ClusterUnionComponent_GetPrimitiveComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_HandleComponentPhysicsStateChange \ +static_assert(alignof(ClusterUnionComponent_HandleComponentPhysicsStateChange) == 0x000008, "Wrong alignment on ClusterUnionComponent_HandleComponentPhysicsStateChange"); \ +static_assert(sizeof(ClusterUnionComponent_HandleComponentPhysicsStateChange) == 0x000010, "Wrong size on ClusterUnionComponent_HandleComponentPhysicsStateChange"); \ +static_assert(offsetof(ClusterUnionComponent_HandleComponentPhysicsStateChange, ChangedComponent) == 0x000000, "Member 'ClusterUnionComponent_HandleComponentPhysicsStateChange::ChangedComponent' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_HandleComponentPhysicsStateChange, StateChange) == 0x000008, "Member 'ClusterUnionComponent_HandleComponentPhysicsStateChange::StateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion \ +static_assert(alignof(ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion) == 0x000008, "Wrong alignment on ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion"); \ +static_assert(sizeof(ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion) == 0x000010, "Wrong size on ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion"); \ +static_assert(offsetof(ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion, ChangedComponent) == 0x000000, "Member 'ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion::ChangedComponent' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion, StateChange) == 0x000008, "Member 'ClusterUnionComponent_HandleComponentPhysicsStateChangePostAddIntoClusterUnion::StateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_IsComponentAdded \ +static_assert(alignof(ClusterUnionComponent_IsComponentAdded) == 0x000008, "Wrong alignment on ClusterUnionComponent_IsComponentAdded"); \ +static_assert(sizeof(ClusterUnionComponent_IsComponentAdded) == 0x000010, "Wrong size on ClusterUnionComponent_IsComponentAdded"); \ +static_assert(offsetof(ClusterUnionComponent_IsComponentAdded, Component) == 0x000000, "Member 'ClusterUnionComponent_IsComponentAdded::Component' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_IsComponentAdded, ReturnValue) == 0x000008, "Member 'ClusterUnionComponent_IsComponentAdded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_RemoveComponentBonesFromCluster \ +static_assert(alignof(ClusterUnionComponent_RemoveComponentBonesFromCluster) == 0x000008, "Wrong alignment on ClusterUnionComponent_RemoveComponentBonesFromCluster"); \ +static_assert(sizeof(ClusterUnionComponent_RemoveComponentBonesFromCluster) == 0x000018, "Wrong size on ClusterUnionComponent_RemoveComponentBonesFromCluster"); \ +static_assert(offsetof(ClusterUnionComponent_RemoveComponentBonesFromCluster, InComponent) == 0x000000, "Member 'ClusterUnionComponent_RemoveComponentBonesFromCluster::InComponent' has a wrong offset!"); \ +static_assert(offsetof(ClusterUnionComponent_RemoveComponentBonesFromCluster, BoneIds) == 0x000008, "Member 'ClusterUnionComponent_RemoveComponentBonesFromCluster::BoneIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_RemoveComponentFromCluster \ +static_assert(alignof(ClusterUnionComponent_RemoveComponentFromCluster) == 0x000008, "Wrong alignment on ClusterUnionComponent_RemoveComponentFromCluster"); \ +static_assert(sizeof(ClusterUnionComponent_RemoveComponentFromCluster) == 0x000008, "Wrong size on ClusterUnionComponent_RemoveComponentFromCluster"); \ +static_assert(offsetof(ClusterUnionComponent_RemoveComponentFromCluster, InComponent) == 0x000000, "Member 'ClusterUnionComponent_RemoveComponentFromCluster::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_SetEnableDamageFromCollision \ +static_assert(alignof(ClusterUnionComponent_SetEnableDamageFromCollision) == 0x000001, "Wrong alignment on ClusterUnionComponent_SetEnableDamageFromCollision"); \ +static_assert(sizeof(ClusterUnionComponent_SetEnableDamageFromCollision) == 0x000001, "Wrong size on ClusterUnionComponent_SetEnableDamageFromCollision"); \ +static_assert(offsetof(ClusterUnionComponent_SetEnableDamageFromCollision, bValue) == 0x000000, "Member 'ClusterUnionComponent_SetEnableDamageFromCollision::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_SetIsAnchored \ +static_assert(alignof(ClusterUnionComponent_SetIsAnchored) == 0x000001, "Wrong alignment on ClusterUnionComponent_SetIsAnchored"); \ +static_assert(sizeof(ClusterUnionComponent_SetIsAnchored) == 0x000001, "Wrong size on ClusterUnionComponent_SetIsAnchored"); \ +static_assert(offsetof(ClusterUnionComponent_SetIsAnchored, bIsAnchored) == 0x000000, "Member 'ClusterUnionComponent_SetIsAnchored::bIsAnchored' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClusterUnionComponent_IsAuthority \ +static_assert(alignof(ClusterUnionComponent_IsAuthority) == 0x000001, "Wrong alignment on ClusterUnionComponent_IsAuthority"); \ +static_assert(sizeof(ClusterUnionComponent_IsAuthority) == 0x000001, "Wrong size on ClusterUnionComponent_IsAuthority"); \ +static_assert(offsetof(ClusterUnionComponent_IsAuthority, ReturnValue) == 0x000000, "Member 'ClusterUnionComponent_IsAuthority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClusterUnionComponent \ +static_assert(alignof(UClusterUnionComponent) == 0x000010, "Wrong alignment on UClusterUnionComponent"); \ +static_assert(sizeof(UClusterUnionComponent) == 0x000780, "Wrong size on UClusterUnionComponent"); \ +static_assert(offsetof(UClusterUnionComponent, bEnableDamageFromCollision) == 0x000530, "Member 'UClusterUnionComponent::bEnableDamageFromCollision' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionComponent, OnComponentAddedEvent) == 0x000538, "Member 'UClusterUnionComponent::OnComponentAddedEvent' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionComponent, OnComponentRemovedEvent) == 0x000548, "Member 'UClusterUnionComponent::OnComponentRemovedEvent' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionComponent, OnComponentBoundsChangedEvent) == 0x000558, "Member 'UClusterUnionComponent::OnComponentBoundsChangedEvent' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionComponent, ClusteredComponentsReferences) == 0x000600, "Member 'UClusterUnionComponent::ClusteredComponentsReferences' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionComponent, GravityGroupIndexOverride) == 0x000610, "Member 'UClusterUnionComponent::GravityGroupIndexOverride' has a wrong offset!"); \ +static_assert(offsetof(UClusterUnionComponent, ReplicatedRigidState) == 0x000718, "Member 'UClusterUnionComponent::ReplicatedRigidState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_CopyParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_CopyParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_CopyParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_CopyParams) == 0x00001C, "Wrong size on ConstraintInstanceBlueprintLibrary_CopyParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_CopyParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_CopyParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_CopyParams, SourceAccessor) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_CopyParams::SourceAccessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_CopyParams, bKeepPosition) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_CopyParams::bKeepPosition' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_CopyParams, bKeepRotation) == 0x000019, "Member 'ConstraintInstanceBlueprintLibrary_CopyParams::bKeepRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularBreakable \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularBreakable) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularBreakable"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularBreakable) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularBreakable"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularBreakable, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularBreakable::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularBreakable, bAngularBreakable) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularBreakable::bAngularBreakable' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularBreakable, AngularBreakThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularBreakable::AngularBreakThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularDriveMode \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularDriveMode) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularDriveMode"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularDriveMode) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularDriveMode"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularDriveMode, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularDriveMode::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularDriveMode, OutDriveMode) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularDriveMode::OutDriveMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularDriveParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularDriveParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularDriveParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularDriveParams) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularDriveParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularDriveParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularDriveParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularDriveParams, OutPositionStrength) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularDriveParams::OutPositionStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularDriveParams, OutVelocityStrength) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularDriveParams::OutVelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularDriveParams, OutForceLimit) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularDriveParams::OutForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularLimits \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularLimits) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularLimits"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularLimits) == 0x000024, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularLimits"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, Swing1MotionType) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::Swing1MotionType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, Swing1LimitAngle) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::Swing1LimitAngle' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, Swing2MotionType) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::Swing2MotionType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, Swing2LimitAngle) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::Swing2LimitAngle' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, TwistMotionType) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::TwistMotionType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularLimits, TwistLimitAngle) == 0x000020, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularLimits::TwistLimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget, OutPosTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularOrientationTarget::OutPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularPlasticity \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularPlasticity) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularPlasticity"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularPlasticity) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularPlasticity"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularPlasticity, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularPlasticity::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularPlasticity, bAngularPlasticity) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularPlasticity::bAngularPlasticity' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularPlasticity, AngularPlasticityThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularPlasticity::AngularPlasticityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams) == 0x000020, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams, bSoftSwingLimit) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams::bSoftSwingLimit' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams, SwingLimitStiffness) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams::SwingLimitStiffness' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams, SwingLimitDamping) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams::SwingLimitDamping' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams, SwingLimitRestitution) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams::SwingLimitRestitution' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams, SwingLimitContactDistance) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftSwingLimitParams::SwingLimitContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams) == 0x000020, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams, bSoftTwistLimit) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams::bSoftTwistLimit' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams, TwistLimitStiffness) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams::TwistLimitStiffness' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams, TwistLimitDamping) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams::TwistLimitDamping' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams, TwistLimitRestitution) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams::TwistLimitRestitution' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams, TwistLimitContactDistance) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularSoftTwistLimitParams::TwistLimitContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP, bOutEnableSLERP) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveSLERP::bOutEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing, bOutEnableTwistDrive) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing::bOutEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing, bOutEnableSwingDrive) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityDriveTwistAndSwing::bOutEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget, OutVelTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetAngularVelocityTarget::OutVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames) == 0x00001C, "Wrong size on ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames, ParentBody) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames::ParentBody' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames, ChildBody) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetAttachedBodyNames::ChildBody' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetContactTransferScale \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetContactTransferScale) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetContactTransferScale"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetContactTransferScale) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetContactTransferScale"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetContactTransferScale, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetContactTransferScale::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetContactTransferScale, ContactTransferScale) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetContactTransferScale::ContactTransferScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetDisableCollsion \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetDisableCollsion) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetDisableCollsion"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetDisableCollsion) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetDisableCollsion"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetDisableCollsion, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetDisableCollsion::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetDisableCollsion, ReturnValue) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetDisableCollsion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearBreakable \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearBreakable) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearBreakable"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearBreakable) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearBreakable"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearBreakable, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearBreakable::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearBreakable, bLinearBreakable) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearBreakable::bLinearBreakable' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearBreakable, LinearBreakThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearBreakable::LinearBreakThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearDriveParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearDriveParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearDriveParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearDriveParams) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearDriveParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearDriveParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearDriveParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearDriveParams, OutPositionStrength) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearDriveParams::OutPositionStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearDriveParams, OutVelocityStrength) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearDriveParams::OutVelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearDriveParams, OutForceLimit) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearDriveParams::OutForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearLimits \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearLimits) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearLimits"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearLimits) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearLimits"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearLimits, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearLimits::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearLimits, XMotion) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearLimits::XMotion' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearLimits, YMotion) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearLimits::YMotion' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearLimits, ZMotion) == 0x00000E, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearLimits::ZMotion' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearLimits, Limit) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearLimits::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearPlasticity \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearPlasticity) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearPlasticity"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearPlasticity) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearPlasticity"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPlasticity, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPlasticity::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPlasticity, bLinearPlasticity) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPlasticity::bLinearPlasticity' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPlasticity, LinearPlasticityThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPlasticity::LinearPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPlasticity, PlasticityType) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPlasticity::PlasticityType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive, bOutEnableDriveX) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive::bOutEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive, bOutEnableDriveY) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive::bOutEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive, bOutEnableDriveZ) == 0x00000E, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPositionDrive::bOutEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget, OutPosTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearPositionTarget::OutPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams) == 0x000020, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams, bSoftLinearLimit) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams::bSoftLinearLimit' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams, LinearLimitStiffness) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams::LinearLimitStiffness' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams, LinearLimitDamping) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams::LinearLimitDamping' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams, LinearLimitRestitution) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams::LinearLimitRestitution' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams, LinearLimitContactDistance) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearSoftLimitParams::LinearLimitContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive, bOutEnableDriveX) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive::bOutEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive, bOutEnableDriveY) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive::bOutEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive, bOutEnableDriveZ) == 0x00000E, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearVelocityDrive::bOutEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget, OutVelTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetLinearVelocityTarget::OutVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled, ReturnValue) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetMassConditioningEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP, bOutEnableSLERP) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetOrientationDriveSLERP::bOutEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing, bOutEnableTwistDrive) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing::bOutEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing, bOutEnableSwingDrive) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_GetOrientationDriveTwistAndSwing::bOutEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetParentDominates \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetParentDominates) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetParentDominates"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetParentDominates) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_GetParentDominates"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetParentDominates, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetParentDominates::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetParentDominates, ReturnValue) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetParentDominates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_GetProjectionParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_GetProjectionParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_GetProjectionParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_GetProjectionParams) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_GetProjectionParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetProjectionParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_GetProjectionParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetProjectionParams, bEnableProjection) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_GetProjectionParams::bEnableProjection' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetProjectionParams, ProjectionLinearAlpha) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_GetProjectionParams::ProjectionLinearAlpha' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_GetProjectionParams, ProjectionAngularAlpha) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_GetProjectionParams::ProjectionAngularAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularBreakable \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularBreakable) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularBreakable"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularBreakable) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularBreakable"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularBreakable, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularBreakable::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularBreakable, bAngularBreakable) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularBreakable::bAngularBreakable' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularBreakable, AngularBreakThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularBreakable::AngularBreakThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularDriveMode \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularDriveMode) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularDriveMode"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularDriveMode) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularDriveMode"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularDriveMode, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularDriveMode::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularDriveMode, DriveMode) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularDriveMode::DriveMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularDriveParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularDriveParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularDriveParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularDriveParams) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularDriveParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularDriveParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularDriveParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularDriveParams, PositionStrength) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularDriveParams::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularDriveParams, VelocityStrength) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularDriveParams::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularDriveParams, InForceLimit) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularDriveParams::InForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularLimits \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularLimits) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularLimits"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularLimits) == 0x000024, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularLimits"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, Swing1MotionType) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::Swing1MotionType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, Swing1LimitAngle) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::Swing1LimitAngle' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, Swing2MotionType) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::Swing2MotionType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, Swing2LimitAngle) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::Swing2LimitAngle' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, TwistMotionType) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::TwistMotionType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularLimits, TwistLimitAngle) == 0x000020, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularLimits::TwistLimitAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget, InPosTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularOrientationTarget::InPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularPlasticity \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularPlasticity) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularPlasticity"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularPlasticity) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularPlasticity"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularPlasticity, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularPlasticity::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularPlasticity, bAngularPlasticity) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularPlasticity::bAngularPlasticity' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularPlasticity, AngularPlasticityThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularPlasticity::AngularPlasticityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams) == 0x000020, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams, bSoftSwingLimit) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams::bSoftSwingLimit' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams, SwingLimitStiffness) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams::SwingLimitStiffness' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams, SwingLimitDamping) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams::SwingLimitDamping' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams, SwingLimitRestitution) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams::SwingLimitRestitution' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams, SwingLimitContactDistance) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftSwingLimitParams::SwingLimitContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams) == 0x000020, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams, bSoftTwistLimit) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams::bSoftTwistLimit' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams, TwistLimitStiffness) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams::TwistLimitStiffness' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams, TwistLimitDamping) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams::TwistLimitDamping' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams, TwistLimitRestitution) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams::TwistLimitRestitution' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams, TwistLimitContactDistance) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularSoftTwistLimitParams::TwistLimitContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP, bEnableSLERP) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveSLERP::bEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing, bEnableTwistDrive) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing, bEnableSwingDrive) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityDriveTwistAndSwing::bEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget, InVelTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetAngularVelocityTarget::InVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetContactTransferScale \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetContactTransferScale) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetContactTransferScale"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetContactTransferScale) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetContactTransferScale"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetContactTransferScale, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetContactTransferScale::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetContactTransferScale, ContactTransferScale) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetContactTransferScale::ContactTransferScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetDisableCollision \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetDisableCollision) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetDisableCollision"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetDisableCollision) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetDisableCollision"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetDisableCollision, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetDisableCollision::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetDisableCollision, bDisableCollision) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetDisableCollision::bDisableCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearBreakable \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearBreakable) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearBreakable"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearBreakable) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearBreakable"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearBreakable, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearBreakable::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearBreakable, bLinearBreakable) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearBreakable::bLinearBreakable' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearBreakable, LinearBreakThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearBreakable::LinearBreakThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearDriveParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearDriveParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearDriveParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearDriveParams) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearDriveParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearDriveParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearDriveParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearDriveParams, PositionStrength) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearDriveParams::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearDriveParams, VelocityStrength) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearDriveParams::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearDriveParams, InForceLimit) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearDriveParams::InForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearLimits \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearLimits) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearLimits"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearLimits) == 0x000014, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearLimits"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearLimits, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearLimits::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearLimits, XMotion) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearLimits::XMotion' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearLimits, YMotion) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearLimits::YMotion' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearLimits, ZMotion) == 0x00000E, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearLimits::ZMotion' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearLimits, Limit) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearLimits::Limit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearPlasticity \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearPlasticity) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearPlasticity"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearPlasticity) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearPlasticity"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPlasticity, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPlasticity::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPlasticity, bLinearPlasticity) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPlasticity::bLinearPlasticity' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPlasticity, LinearPlasticityThreshold) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPlasticity::LinearPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPlasticity, PlasticityType) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPlasticity::PlasticityType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive, bEnableDriveX) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive::bEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive, bEnableDriveY) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive::bEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive, bEnableDriveZ) == 0x00000E, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPositionDrive::bEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget, InPosTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearPositionTarget::InPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams) == 0x000020, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams, bSoftLinearLimit) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams::bSoftLinearLimit' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams, LinearLimitStiffness) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams::LinearLimitStiffness' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams, LinearLimitDamping) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams::LinearLimitDamping' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams, LinearLimitRestitution) == 0x000018, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams::LinearLimitRestitution' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams, LinearLimitContactDistance) == 0x00001C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearSoftLimitParams::LinearLimitContactDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive, bEnableDriveX) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive::bEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive, bEnableDriveY) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive::bEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive, bEnableDriveZ) == 0x00000E, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearVelocityDrive::bEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget) == 0x000008, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget) == 0x000028, "Wrong size on ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget, InVelTarget) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetLinearVelocityTarget::InVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled, bEnableMassConditioning) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetMassConditioningEnabled::bEnableMassConditioning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP, bEnableSLERP) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetOrientationDriveSLERP::bEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing, bEnableTwistDrive) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing, bEnableSwingDrive) == 0x00000D, "Member 'ConstraintInstanceBlueprintLibrary_SetOrientationDriveTwistAndSwing::bEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetParentDominates \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetParentDominates) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetParentDominates"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetParentDominates) == 0x000010, "Wrong size on ConstraintInstanceBlueprintLibrary_SetParentDominates"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetParentDominates, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetParentDominates::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetParentDominates, bParentDominates) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetParentDominates::bParentDominates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintInstanceBlueprintLibrary_SetProjectionParams \ +static_assert(alignof(ConstraintInstanceBlueprintLibrary_SetProjectionParams) == 0x000004, "Wrong alignment on ConstraintInstanceBlueprintLibrary_SetProjectionParams"); \ +static_assert(sizeof(ConstraintInstanceBlueprintLibrary_SetProjectionParams) == 0x000018, "Wrong size on ConstraintInstanceBlueprintLibrary_SetProjectionParams"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetProjectionParams, Accessor) == 0x000000, "Member 'ConstraintInstanceBlueprintLibrary_SetProjectionParams::Accessor' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetProjectionParams, bEnableProjection) == 0x00000C, "Member 'ConstraintInstanceBlueprintLibrary_SetProjectionParams::bEnableProjection' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetProjectionParams, ProjectionLinearAlpha) == 0x000010, "Member 'ConstraintInstanceBlueprintLibrary_SetProjectionParams::ProjectionLinearAlpha' has a wrong offset!"); \ +static_assert(offsetof(ConstraintInstanceBlueprintLibrary_SetProjectionParams, ProjectionAngularAlpha) == 0x000014, "Member 'ConstraintInstanceBlueprintLibrary_SetProjectionParams::ProjectionAngularAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstraintInstanceBlueprintLibrary \ +static_assert(alignof(UConstraintInstanceBlueprintLibrary) == 0x000008, "Wrong alignment on UConstraintInstanceBlueprintLibrary"); \ +static_assert(sizeof(UConstraintInstanceBlueprintLibrary) == 0x000028, "Wrong size on UConstraintInstanceBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UPhysicsQueryHandler \ +static_assert(alignof(UPhysicsQueryHandler) == 0x000008, "Wrong alignment on UPhysicsQueryHandler"); \ +static_assert(sizeof(UPhysicsQueryHandler) == 0x000028, "Wrong size on UPhysicsQueryHandler"); \ + +#define DUMPER7_ASSERTS_UDefaultPhysicsQueryHandler \ +static_assert(alignof(UDefaultPhysicsQueryHandler) == 0x000008, "Wrong alignment on UDefaultPhysicsQueryHandler"); \ +static_assert(sizeof(UDefaultPhysicsQueryHandler) == 0x000028, "Wrong size on UDefaultPhysicsQueryHandler"); \ + +#define DUMPER7_ASSERTS_ChaosBlueprintLibrary_GetEventRelayFromContext \ +static_assert(alignof(ChaosBlueprintLibrary_GetEventRelayFromContext) == 0x000008, "Wrong alignment on ChaosBlueprintLibrary_GetEventRelayFromContext"); \ +static_assert(sizeof(ChaosBlueprintLibrary_GetEventRelayFromContext) == 0x000010, "Wrong size on ChaosBlueprintLibrary_GetEventRelayFromContext"); \ +static_assert(offsetof(ChaosBlueprintLibrary_GetEventRelayFromContext, ContextObject) == 0x000000, "Member 'ChaosBlueprintLibrary_GetEventRelayFromContext::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(ChaosBlueprintLibrary_GetEventRelayFromContext, ReturnValue) == 0x000008, "Member 'ChaosBlueprintLibrary_GetEventRelayFromContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosBlueprintLibrary \ +static_assert(alignof(UChaosBlueprintLibrary) == 0x000008, "Wrong alignment on UChaosBlueprintLibrary"); \ +static_assert(sizeof(UChaosBlueprintLibrary) == 0x000028, "Wrong size on UChaosBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UNetworkPhysicsSystem \ +static_assert(alignof(UNetworkPhysicsSystem) == 0x000008, "Wrong alignment on UNetworkPhysicsSystem"); \ +static_assert(sizeof(UNetworkPhysicsSystem) == 0x000038, "Wrong size on UNetworkPhysicsSystem"); \ + +#define DUMPER7_ASSERTS_NetworkPhysicsComponent_MulticastReceiveImportantInputData \ +static_assert(alignof(NetworkPhysicsComponent_MulticastReceiveImportantInputData) == 0x000008, "Wrong alignment on NetworkPhysicsComponent_MulticastReceiveImportantInputData"); \ +static_assert(sizeof(NetworkPhysicsComponent_MulticastReceiveImportantInputData) == 0x000018, "Wrong size on NetworkPhysicsComponent_MulticastReceiveImportantInputData"); \ +static_assert(offsetof(NetworkPhysicsComponent_MulticastReceiveImportantInputData, ServerInputs) == 0x000000, "Member 'NetworkPhysicsComponent_MulticastReceiveImportantInputData::ServerInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NetworkPhysicsComponent_MulticastReceiveImportantStateData \ +static_assert(alignof(NetworkPhysicsComponent_MulticastReceiveImportantStateData) == 0x000008, "Wrong alignment on NetworkPhysicsComponent_MulticastReceiveImportantStateData"); \ +static_assert(sizeof(NetworkPhysicsComponent_MulticastReceiveImportantStateData) == 0x000018, "Wrong size on NetworkPhysicsComponent_MulticastReceiveImportantStateData"); \ +static_assert(offsetof(NetworkPhysicsComponent_MulticastReceiveImportantStateData, ServerStates) == 0x000000, "Member 'NetworkPhysicsComponent_MulticastReceiveImportantStateData::ServerStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NetworkPhysicsComponent_ServerReceiveDeltaSourceInputFrame \ +static_assert(alignof(NetworkPhysicsComponent_ServerReceiveDeltaSourceInputFrame) == 0x000004, "Wrong alignment on NetworkPhysicsComponent_ServerReceiveDeltaSourceInputFrame"); \ +static_assert(sizeof(NetworkPhysicsComponent_ServerReceiveDeltaSourceInputFrame) == 0x000004, "Wrong size on NetworkPhysicsComponent_ServerReceiveDeltaSourceInputFrame"); \ +static_assert(offsetof(NetworkPhysicsComponent_ServerReceiveDeltaSourceInputFrame, Frame) == 0x000000, "Member 'NetworkPhysicsComponent_ServerReceiveDeltaSourceInputFrame::Frame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NetworkPhysicsComponent_ServerReceiveDeltaSourceStateFrame \ +static_assert(alignof(NetworkPhysicsComponent_ServerReceiveDeltaSourceStateFrame) == 0x000004, "Wrong alignment on NetworkPhysicsComponent_ServerReceiveDeltaSourceStateFrame"); \ +static_assert(sizeof(NetworkPhysicsComponent_ServerReceiveDeltaSourceStateFrame) == 0x000004, "Wrong size on NetworkPhysicsComponent_ServerReceiveDeltaSourceStateFrame"); \ +static_assert(offsetof(NetworkPhysicsComponent_ServerReceiveDeltaSourceStateFrame, Frame) == 0x000000, "Member 'NetworkPhysicsComponent_ServerReceiveDeltaSourceStateFrame::Frame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NetworkPhysicsComponent_ServerReceiveImportantInputData \ +static_assert(alignof(NetworkPhysicsComponent_ServerReceiveImportantInputData) == 0x000008, "Wrong alignment on NetworkPhysicsComponent_ServerReceiveImportantInputData"); \ +static_assert(sizeof(NetworkPhysicsComponent_ServerReceiveImportantInputData) == 0x000018, "Wrong size on NetworkPhysicsComponent_ServerReceiveImportantInputData"); \ +static_assert(offsetof(NetworkPhysicsComponent_ServerReceiveImportantInputData, ClientInputs) == 0x000000, "Member 'NetworkPhysicsComponent_ServerReceiveImportantInputData::ClientInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NetworkPhysicsComponent_ServerReceiveInputCollection \ +static_assert(alignof(NetworkPhysicsComponent_ServerReceiveInputCollection) == 0x000008, "Wrong alignment on NetworkPhysicsComponent_ServerReceiveInputCollection"); \ +static_assert(sizeof(NetworkPhysicsComponent_ServerReceiveInputCollection) == 0x000010, "Wrong size on NetworkPhysicsComponent_ServerReceiveInputCollection"); \ +static_assert(offsetof(NetworkPhysicsComponent_ServerReceiveInputCollection, ClientInputCollection) == 0x000000, "Member 'NetworkPhysicsComponent_ServerReceiveInputCollection::ClientInputCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NetworkPhysicsComponent_ServerReceiveInputData \ +static_assert(alignof(NetworkPhysicsComponent_ServerReceiveInputData) == 0x000008, "Wrong alignment on NetworkPhysicsComponent_ServerReceiveInputData"); \ +static_assert(sizeof(NetworkPhysicsComponent_ServerReceiveInputData) == 0x000018, "Wrong size on NetworkPhysicsComponent_ServerReceiveInputData"); \ +static_assert(offsetof(NetworkPhysicsComponent_ServerReceiveInputData, ClientInputs) == 0x000000, "Member 'NetworkPhysicsComponent_ServerReceiveInputData::ClientInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetworkPhysicsComponent \ +static_assert(alignof(UNetworkPhysicsComponent) == 0x000008, "Wrong alignment on UNetworkPhysicsComponent"); \ +static_assert(sizeof(UNetworkPhysicsComponent) == 0x000258, "Wrong size on UNetworkPhysicsComponent"); \ +static_assert(offsetof(UNetworkPhysicsComponent, ReplicatedDeltaSourceInput) == 0x0000C0, "Member 'UNetworkPhysicsComponent::ReplicatedDeltaSourceInput' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsComponent, ReplicatedDeltaSourceState) == 0x0000D8, "Member 'UNetworkPhysicsComponent::ReplicatedDeltaSourceState' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsComponent, ReplicatedImportantInput) == 0x0000F0, "Member 'UNetworkPhysicsComponent::ReplicatedImportantInput' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsComponent, ReplicatedImportantState) == 0x000108, "Member 'UNetworkPhysicsComponent::ReplicatedImportantState' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsComponent, ReplicatedInputs) == 0x000120, "Member 'UNetworkPhysicsComponent::ReplicatedInputs' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsComponent, ReplicatedRemoteInputs) == 0x000138, "Member 'UNetworkPhysicsComponent::ReplicatedRemoteInputs' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsComponent, ReplicatedStates) == 0x000150, "Member 'UNetworkPhysicsComponent::ReplicatedStates' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsComponent, ReplicatedInputCollection) == 0x000168, "Member 'UNetworkPhysicsComponent::ReplicatedInputCollection' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsComponent, ReplicatedRemoteInputCollection) == 0x000178, "Member 'UNetworkPhysicsComponent::ReplicatedRemoteInputCollection' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsComponent, ReplicatedStateCollection) == 0x000188, "Member 'UNetworkPhysicsComponent::ReplicatedStateCollection' has a wrong offset!"); \ +static_assert(offsetof(UNetworkPhysicsComponent, InputsToNetwork_Owner) == 0x0001F8, "Member 'UNetworkPhysicsComponent::InputsToNetwork_Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetworkPhysicsSettingsDataAsset \ +static_assert(alignof(UNetworkPhysicsSettingsDataAsset) == 0x000008, "Wrong alignment on UNetworkPhysicsSettingsDataAsset"); \ +static_assert(sizeof(UNetworkPhysicsSettingsDataAsset) == 0x000190, "Wrong size on UNetworkPhysicsSettingsDataAsset"); \ +static_assert(offsetof(UNetworkPhysicsSettingsDataAsset, Settings) == 0x000038, "Member 'UNetworkPhysicsSettingsDataAsset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged \ +static_assert(alignof(NetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged) == 0x000008, "Wrong alignment on NetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged"); \ +static_assert(sizeof(NetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged) == 0x000010, "Wrong size on NetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged"); \ +static_assert(offsetof(NetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged, ChangedComponent) == 0x000000, "Member 'NetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged::ChangedComponent' has a wrong offset!"); \ +static_assert(offsetof(NetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged, StateChange) == 0x000008, "Member 'NetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged::StateChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetworkPhysicsSettingsComponent \ +static_assert(alignof(UNetworkPhysicsSettingsComponent) == 0x000008, "Wrong alignment on UNetworkPhysicsSettingsComponent"); \ +static_assert(sizeof(UNetworkPhysicsSettingsComponent) == 0x0000D0, "Wrong size on UNetworkPhysicsSettingsComponent"); \ +static_assert(offsetof(UNetworkPhysicsSettingsComponent, SettingsDataAsset) == 0x0000C0, "Member 'UNetworkPhysicsSettingsComponent::SettingsDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsAsset \ +static_assert(alignof(UPhysicsAsset) == 0x000008, "Wrong alignment on UPhysicsAsset"); \ +static_assert(sizeof(UPhysicsAsset) == 0x000168, "Wrong size on UPhysicsAsset"); \ +static_assert(offsetof(UPhysicsAsset, BoundsBodies) == 0x000038, "Member 'UPhysicsAsset::BoundsBodies' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SkeletalBodySetups) == 0x000048, "Member 'UPhysicsAsset::SkeletalBodySetups' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, ConstraintSetup) == 0x000058, "Member 'UPhysicsAsset::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SolverSettings) == 0x000068, "Member 'UPhysicsAsset::SolverSettings' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SolverIterations) == 0x000084, "Member 'UPhysicsAsset::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SolverType) == 0x00009C, "Member 'UPhysicsAsset::SolverType' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, ThumbnailInfo) == 0x000140, "Member 'UPhysicsAsset::ThumbnailInfo' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, BodySetup) == 0x000148, "Member 'UPhysicsAsset::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, AssetUserData) == 0x000158, "Member 'UPhysicsAsset::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPhysicsBodyInstanceOwnerResolver \ +static_assert(alignof(IPhysicsBodyInstanceOwnerResolver) == 0x000001, "Wrong alignment on IPhysicsBodyInstanceOwnerResolver"); \ +static_assert(sizeof(IPhysicsBodyInstanceOwnerResolver) == 0x000001, "Wrong size on IPhysicsBodyInstanceOwnerResolver"); \ + +#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) == 0x0002D0, "Wrong size on APhysicsConstraintActor"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintComp) == 0x0002B0, "Member 'APhysicsConstraintActor::ConstraintComp' has a wrong offset!"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintActor1) == 0x0002B8, "Member 'APhysicsConstraintActor::ConstraintActor1' has a wrong offset!"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintActor2) == 0x0002C0, "Member 'APhysicsConstraintActor::ConstraintActor2' 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_ReInitConstraintAndApplyPhysicsState \ +static_assert(alignof(PhysicsConstraintComponent_ReInitConstraintAndApplyPhysicsState) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_ReInitConstraintAndApplyPhysicsState"); \ +static_assert(sizeof(PhysicsConstraintComponent_ReInitConstraintAndApplyPhysicsState) == 0x000010, "Wrong size on PhysicsConstraintComponent_ReInitConstraintAndApplyPhysicsState"); \ +static_assert(offsetof(PhysicsConstraintComponent_ReInitConstraintAndApplyPhysicsState, ChangedComponent) == 0x000000, "Member 'PhysicsConstraintComponent_ReInitConstraintAndApplyPhysicsState::ChangedComponent' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_ReInitConstraintAndApplyPhysicsState, StateChange) == 0x000008, "Member 'PhysicsConstraintComponent_ReInitConstraintAndApplyPhysicsState::StateChange' 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_SetAngularDriveAccelerationMode \ +static_assert(alignof(PhysicsConstraintComponent_SetAngularDriveAccelerationMode) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetAngularDriveAccelerationMode"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetAngularDriveAccelerationMode) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetAngularDriveAccelerationMode"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetAngularDriveAccelerationMode, bAccelerationMode) == 0x000000, "Member 'PhysicsConstraintComponent_SetAngularDriveAccelerationMode::bAccelerationMode' 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_SetLinearDriveAccelerationMode \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearDriveAccelerationMode) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetLinearDriveAccelerationMode"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearDriveAccelerationMode) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetLinearDriveAccelerationMode"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveAccelerationMode, bAccelerationMode) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearDriveAccelerationMode::bAccelerationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearDriveParams \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearDriveParams) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearDriveParams"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearDriveParams) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetLinearDriveParams"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveParams, PositionStrength) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearDriveParams::PositionStrength' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveParams, VelocityStrength) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearDriveParams::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearDriveParams, InForceLimit) == 0x000008, "Member 'PhysicsConstraintComponent_SetLinearDriveParams::InForceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPlasticity \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearPlasticity) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearPlasticity"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearPlasticity) == 0x00000C, "Wrong size on PhysicsConstraintComponent_SetLinearPlasticity"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPlasticity, bLinearPlasticity) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearPlasticity::bLinearPlasticity' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPlasticity, LinearPlasticityThreshold) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearPlasticity::LinearPlasticityThreshold' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPlasticity, PlasticityType) == 0x000008, "Member 'PhysicsConstraintComponent_SetLinearPlasticity::PlasticityType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPositionDrive \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearPositionDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetLinearPositionDrive"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearPositionDrive) == 0x000003, "Wrong size on PhysicsConstraintComponent_SetLinearPositionDrive"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionDrive, bEnableDriveX) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearPositionDrive::bEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionDrive, bEnableDriveY) == 0x000001, "Member 'PhysicsConstraintComponent_SetLinearPositionDrive::bEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionDrive, bEnableDriveZ) == 0x000002, "Member 'PhysicsConstraintComponent_SetLinearPositionDrive::bEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearPositionTarget \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearPositionTarget) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_SetLinearPositionTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearPositionTarget) == 0x000018, "Wrong size on PhysicsConstraintComponent_SetLinearPositionTarget"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearPositionTarget, InPosTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearPositionTarget::InPosTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearVelocityDrive \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearVelocityDrive) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetLinearVelocityDrive"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearVelocityDrive) == 0x000003, "Wrong size on PhysicsConstraintComponent_SetLinearVelocityDrive"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityDrive, bEnableDriveX) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearVelocityDrive::bEnableDriveX' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityDrive, bEnableDriveY) == 0x000001, "Member 'PhysicsConstraintComponent_SetLinearVelocityDrive::bEnableDriveY' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityDrive, bEnableDriveZ) == 0x000002, "Member 'PhysicsConstraintComponent_SetLinearVelocityDrive::bEnableDriveZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearVelocityTarget \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearVelocityTarget) == 0x000008, "Wrong alignment on PhysicsConstraintComponent_SetLinearVelocityTarget"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearVelocityTarget) == 0x000018, "Wrong size on PhysicsConstraintComponent_SetLinearVelocityTarget"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearVelocityTarget, InVelTarget) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearVelocityTarget::InVelTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearXLimit \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearXLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearXLimit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearXLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearXLimit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearXLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearXLimit::ConstraintType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearXLimit, LimitSize) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearXLimit::LimitSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearYLimit \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearYLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearYLimit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearYLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearYLimit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearYLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearYLimit::ConstraintType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearYLimit, LimitSize) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearYLimit::LimitSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetLinearZLimit \ +static_assert(alignof(PhysicsConstraintComponent_SetLinearZLimit) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetLinearZLimit"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetLinearZLimit) == 0x000008, "Wrong size on PhysicsConstraintComponent_SetLinearZLimit"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearZLimit, ConstraintType) == 0x000000, "Member 'PhysicsConstraintComponent_SetLinearZLimit::ConstraintType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetLinearZLimit, LimitSize) == 0x000004, "Member 'PhysicsConstraintComponent_SetLinearZLimit::LimitSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetOrientationDriveSLERP \ +static_assert(alignof(PhysicsConstraintComponent_SetOrientationDriveSLERP) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetOrientationDriveSLERP"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetOrientationDriveSLERP) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetOrientationDriveSLERP"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetOrientationDriveSLERP, bEnableSLERP) == 0x000000, "Member 'PhysicsConstraintComponent_SetOrientationDriveSLERP::bEnableSLERP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing \ +static_assert(alignof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing) == 0x000002, "Wrong size on PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing, bEnableTwistDrive) == 0x000000, "Member 'PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing::bEnableTwistDrive' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing, bEnableSwingDrive) == 0x000001, "Member 'PhysicsConstraintComponent_SetOrientationDriveTwistAndSwing::bEnableSwingDrive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetProjectionEnabled \ +static_assert(alignof(PhysicsConstraintComponent_SetProjectionEnabled) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_SetProjectionEnabled"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetProjectionEnabled) == 0x000001, "Wrong size on PhysicsConstraintComponent_SetProjectionEnabled"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetProjectionEnabled, bProjectionEnabled) == 0x000000, "Member 'PhysicsConstraintComponent_SetProjectionEnabled::bProjectionEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_SetProjectionParams \ +static_assert(alignof(PhysicsConstraintComponent_SetProjectionParams) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_SetProjectionParams"); \ +static_assert(sizeof(PhysicsConstraintComponent_SetProjectionParams) == 0x000010, "Wrong size on PhysicsConstraintComponent_SetProjectionParams"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetProjectionParams, ProjectionLinearAlpha) == 0x000000, "Member 'PhysicsConstraintComponent_SetProjectionParams::ProjectionLinearAlpha' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetProjectionParams, ProjectionAngularAlpha) == 0x000004, "Member 'PhysicsConstraintComponent_SetProjectionParams::ProjectionAngularAlpha' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetProjectionParams, ProjectionLinearTolerance) == 0x000008, "Member 'PhysicsConstraintComponent_SetProjectionParams::ProjectionLinearTolerance' has a wrong offset!"); \ +static_assert(offsetof(PhysicsConstraintComponent_SetProjectionParams, ProjectionAngularTolerance) == 0x00000C, "Member 'PhysicsConstraintComponent_SetProjectionParams::ProjectionAngularTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentSwing1 \ +static_assert(alignof(PhysicsConstraintComponent_GetCurrentSwing1) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentSwing1"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetCurrentSwing1) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentSwing1"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetCurrentSwing1, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentSwing1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentSwing2 \ +static_assert(alignof(PhysicsConstraintComponent_GetCurrentSwing2) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentSwing2"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetCurrentSwing2) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentSwing2"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetCurrentSwing2, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentSwing2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentTwist \ +static_assert(alignof(PhysicsConstraintComponent_GetCurrentTwist) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentTwist"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetCurrentTwist) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentTwist"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetCurrentTwist, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentTwist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_IsProjectionEnabled \ +static_assert(alignof(PhysicsConstraintComponent_IsProjectionEnabled) == 0x000001, "Wrong alignment on PhysicsConstraintComponent_IsProjectionEnabled"); \ +static_assert(sizeof(PhysicsConstraintComponent_IsProjectionEnabled) == 0x000001, "Wrong size on PhysicsConstraintComponent_IsProjectionEnabled"); \ +static_assert(offsetof(PhysicsConstraintComponent_IsProjectionEnabled, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_IsProjectionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsConstraintComponent \ +static_assert(alignof(UPhysicsConstraintComponent) == 0x000010, "Wrong alignment on UPhysicsConstraintComponent"); \ +static_assert(sizeof(UPhysicsConstraintComponent) == 0x000540, "Wrong size on UPhysicsConstraintComponent"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor1) == 0x000250, "Member 'UPhysicsConstraintComponent::ConstraintActor1' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ComponentName1) == 0x000258, "Member 'UPhysicsConstraintComponent::ComponentName1' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor2) == 0x000260, "Member 'UPhysicsConstraintComponent::ConstraintActor2' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ComponentName2) == 0x000268, "Member 'UPhysicsConstraintComponent::ComponentName2' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintSetup) == 0x000280, "Member 'UPhysicsConstraintComponent::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, OnConstraintBroken) == 0x000288, "Member 'UPhysicsConstraintComponent::OnConstraintBroken' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, OnPlasticDeformation) == 0x000298, "Member 'UPhysicsConstraintComponent::OnPlasticDeformation' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintInstance) == 0x0002A8, "Member 'UPhysicsConstraintComponent::ConstraintInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsConstraintTemplate \ +static_assert(alignof(UPhysicsConstraintTemplate) == 0x000008, "Wrong alignment on UPhysicsConstraintTemplate"); \ +static_assert(sizeof(UPhysicsConstraintTemplate) == 0x000420, "Wrong size on UPhysicsConstraintTemplate"); \ +static_assert(offsetof(UPhysicsConstraintTemplate, DefaultInstance) == 0x000028, "Member 'UPhysicsConstraintTemplate::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintTemplate, ProfileHandles) == 0x0002B0, "Member 'UPhysicsConstraintTemplate::ProfileHandles' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintTemplate, DefaultProfile) == 0x0002C0, "Member 'UPhysicsConstraintTemplate::DefaultProfile' has a wrong offset!"); \ + +#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) == 0x000510, "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_PhysicsObjectBlueprintLibrary_ApplyRadialImpulse \ +static_assert(alignof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse) == 0x000008, "Wrong alignment on PhysicsObjectBlueprintLibrary_ApplyRadialImpulse"); \ +static_assert(sizeof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse) == 0x000040, "Wrong size on PhysicsObjectBlueprintLibrary_ApplyRadialImpulse"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, Component) == 0x000000, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::Component' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, Origin) == 0x000008, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::Origin' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, Radius) == 0x000020, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::Radius' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, Strength) == 0x000024, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::Strength' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, Falloff) == 0x000028, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::Falloff' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, bApplyStrain) == 0x000029, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::bApplyStrain' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, Strain) == 0x00002C, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::Strain' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, bVelChange) == 0x000030, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::bVelChange' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, MinValue) == 0x000034, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::MinValue' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ApplyRadialImpulse, MaxValue) == 0x000038, "Member 'PhysicsObjectBlueprintLibrary_ApplyRadialImpulse::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults \ +static_assert(alignof(PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults) == 0x000008, "Wrong alignment on PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults"); \ +static_assert(sizeof(PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults) == 0x000038, "Wrong size on PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults, Result) == 0x000000, "Member 'PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults::Result' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults, OutName) == 0x000028, "Member 'PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults::OutName' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults, ReturnValue) == 0x000030, "Member 'PhysicsObjectBlueprintLibrary_ExtractClosestPhysicsObjectResults::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation \ +static_assert(alignof(PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation) == 0x000008, "Wrong alignment on PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation"); \ +static_assert(sizeof(PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation) == 0x000048, "Wrong size on PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation, Component) == 0x000000, "Member 'PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation::Component' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation, WorldLocation) == 0x000008, "Member 'PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation, ReturnValue) == 0x000020, "Member 'PhysicsObjectBlueprintLibrary_GetClosestPhysicsObjectFromWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform \ +static_assert(alignof(PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform) == 0x000010, "Wrong alignment on PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform"); \ +static_assert(sizeof(PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform) == 0x000070, "Wrong size on PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform, Component) == 0x000000, "Member 'PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform::Component' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform, BoneName) == 0x000008, "Member 'PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform, ReturnValue) == 0x000010, "Member 'PhysicsObjectBlueprintLibrary_GetPhysicsObjectWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsObjectBlueprintLibrary \ +static_assert(alignof(UPhysicsObjectBlueprintLibrary) == 0x000008, "Wrong alignment on UPhysicsObjectBlueprintLibrary"); \ +static_assert(sizeof(UPhysicsObjectBlueprintLibrary) == 0x000028, "Wrong size on UPhysicsObjectBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_PhysicsSettings_GetPhysicsHistoryCount \ +static_assert(alignof(PhysicsSettings_GetPhysicsHistoryCount) == 0x000004, "Wrong alignment on PhysicsSettings_GetPhysicsHistoryCount"); \ +static_assert(sizeof(PhysicsSettings_GetPhysicsHistoryCount) == 0x000004, "Wrong size on PhysicsSettings_GetPhysicsHistoryCount"); \ +static_assert(offsetof(PhysicsSettings_GetPhysicsHistoryCount, ReturnValue) == 0x000000, "Member 'PhysicsSettings_GetPhysicsHistoryCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsSettings \ +static_assert(alignof(UPhysicsSettings) == 0x000008, "Wrong alignment on UPhysicsSettings"); \ +static_assert(sizeof(UPhysicsSettings) == 0x000248, "Wrong size on UPhysicsSettings"); \ +static_assert(offsetof(UPhysicsSettings, PhysicsPrediction) == 0x000100, "Member 'UPhysicsSettings::PhysicsPrediction' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, PhysicErrorCorrection) == 0x000148, "Member 'UPhysicsSettings::PhysicErrorCorrection' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, LockedAxis) == 0x00017C, "Member 'UPhysicsSettings::LockedAxis' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, DefaultDegreesOfFreedom) == 0x00017D, "Member 'UPhysicsSettings::DefaultDegreesOfFreedom' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSuppressFaceRemapTable) == 0x00017E, "Member 'UPhysicsSettings::bSuppressFaceRemapTable' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSupportUVFromHitResults) == 0x00017F, "Member 'UPhysicsSettings::bSupportUVFromHitResults' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableActiveActors) == 0x000180, "Member 'UPhysicsSettings::bDisableActiveActors' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableKinematicStaticPairs) == 0x000181, "Member 'UPhysicsSettings::bDisableKinematicStaticPairs' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableKinematicKinematicPairs) == 0x000182, "Member 'UPhysicsSettings::bDisableKinematicKinematicPairs' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableCCD) == 0x000183, "Member 'UPhysicsSettings::bDisableCCD' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, AnimPhysicsMinDeltaTime) == 0x000184, "Member 'UPhysicsSettings::AnimPhysicsMinDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSimulateAnimPhysicsAfterReset) == 0x000188, "Member 'UPhysicsSettings::bSimulateAnimPhysicsAfterReset' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MinPhysicsDeltaTime) == 0x00018C, "Member 'UPhysicsSettings::MinPhysicsDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxPhysicsDeltaTime) == 0x000190, "Member 'UPhysicsSettings::MaxPhysicsDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSubstepping) == 0x000194, "Member 'UPhysicsSettings::bSubstepping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSubsteppingAsync) == 0x000195, "Member 'UPhysicsSettings::bSubsteppingAsync' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bTickPhysicsAsync) == 0x000196, "Member 'UPhysicsSettings::bTickPhysicsAsync' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, AsyncFixedTimeStepSize) == 0x000198, "Member 'UPhysicsSettings::AsyncFixedTimeStepSize' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxSubstepDeltaTime) == 0x00019C, "Member 'UPhysicsSettings::MaxSubstepDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxSubsteps) == 0x0001A0, "Member 'UPhysicsSettings::MaxSubsteps' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, SyncSceneSmoothingFactor) == 0x0001A4, "Member 'UPhysicsSettings::SyncSceneSmoothingFactor' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, InitialAverageFrameRate) == 0x0001A8, "Member 'UPhysicsSettings::InitialAverageFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, PhysXTreeRebuildRate) == 0x0001AC, "Member 'UPhysicsSettings::PhysXTreeRebuildRate' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, PhysicalSurfaces) == 0x0001B0, "Member 'UPhysicsSettings::PhysicalSurfaces' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, DefaultBroadphaseSettings) == 0x0001C0, "Member 'UPhysicsSettings::DefaultBroadphaseSettings' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MinDeltaVelocityForHitEvents) == 0x000240, "Member 'UPhysicsSettings::MinDeltaVelocityForHitEvents' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, ChaosSettings) == 0x000244, "Member 'UPhysicsSettings::ChaosSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialForceComponent_AddObjectTypeToAffect \ +static_assert(alignof(RadialForceComponent_AddObjectTypeToAffect) == 0x000001, "Wrong alignment on RadialForceComponent_AddObjectTypeToAffect"); \ +static_assert(sizeof(RadialForceComponent_AddObjectTypeToAffect) == 0x000001, "Wrong size on RadialForceComponent_AddObjectTypeToAffect"); \ +static_assert(offsetof(RadialForceComponent_AddObjectTypeToAffect, ObjectType) == 0x000000, "Member 'RadialForceComponent_AddObjectTypeToAffect::ObjectType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialForceComponent_RemoveObjectTypeToAffect \ +static_assert(alignof(RadialForceComponent_RemoveObjectTypeToAffect) == 0x000001, "Wrong alignment on RadialForceComponent_RemoveObjectTypeToAffect"); \ +static_assert(sizeof(RadialForceComponent_RemoveObjectTypeToAffect) == 0x000001, "Wrong size on RadialForceComponent_RemoveObjectTypeToAffect"); \ +static_assert(offsetof(RadialForceComponent_RemoveObjectTypeToAffect, ObjectType) == 0x000000, "Member 'RadialForceComponent_RemoveObjectTypeToAffect::ObjectType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URadialForceComponent \ +static_assert(alignof(URadialForceComponent) == 0x000010, "Wrong alignment on URadialForceComponent"); \ +static_assert(sizeof(URadialForceComponent) == 0x000280, "Wrong size on URadialForceComponent"); \ +static_assert(offsetof(URadialForceComponent, Radius) == 0x000250, "Member 'URadialForceComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, Falloff) == 0x000254, "Member 'URadialForceComponent::Falloff' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ImpulseStrength) == 0x000258, "Member 'URadialForceComponent::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ForceStrength) == 0x000260, "Member 'URadialForceComponent::ForceStrength' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, DestructibleDamage) == 0x000264, "Member 'URadialForceComponent::DestructibleDamage' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ObjectTypesToAffect) == 0x000268, "Member 'URadialForceComponent::ObjectTypesToAffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalBodySetup \ +static_assert(alignof(USkeletalBodySetup) == 0x000008, "Wrong alignment on USkeletalBodySetup"); \ +static_assert(sizeof(USkeletalBodySetup) == 0x000340, "Wrong size on USkeletalBodySetup"); \ +static_assert(offsetof(USkeletalBodySetup, bSkipScaleFromAnimation) == 0x000328, "Member 'USkeletalBodySetup::bSkipScaleFromAnimation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalBodySetup, PhysicalAnimationData) == 0x000330, "Member 'USkeletalBodySetup::PhysicalAnimationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsFieldComponent \ +static_assert(alignof(UPhysicsFieldComponent) == 0x000010, "Wrong alignment on UPhysicsFieldComponent"); \ +static_assert(sizeof(UPhysicsFieldComponent) == 0x000330, "Wrong size on UPhysicsFieldComponent"); \ + +#define DUMPER7_ASSERTS_PhysicsFieldStatics_EvalPhysicsIntegerField \ +static_assert(alignof(PhysicsFieldStatics_EvalPhysicsIntegerField) == 0x000008, "Wrong alignment on PhysicsFieldStatics_EvalPhysicsIntegerField"); \ +static_assert(sizeof(PhysicsFieldStatics_EvalPhysicsIntegerField) == 0x000028, "Wrong size on PhysicsFieldStatics_EvalPhysicsIntegerField"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsIntegerField, WorldContextObject) == 0x000000, "Member 'PhysicsFieldStatics_EvalPhysicsIntegerField::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsIntegerField, WorldPosition) == 0x000008, "Member 'PhysicsFieldStatics_EvalPhysicsIntegerField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsIntegerField, IntegerType) == 0x000020, "Member 'PhysicsFieldStatics_EvalPhysicsIntegerField::IntegerType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsIntegerField, ReturnValue) == 0x000024, "Member 'PhysicsFieldStatics_EvalPhysicsIntegerField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsFieldStatics_EvalPhysicsScalarField \ +static_assert(alignof(PhysicsFieldStatics_EvalPhysicsScalarField) == 0x000008, "Wrong alignment on PhysicsFieldStatics_EvalPhysicsScalarField"); \ +static_assert(sizeof(PhysicsFieldStatics_EvalPhysicsScalarField) == 0x000028, "Wrong size on PhysicsFieldStatics_EvalPhysicsScalarField"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsScalarField, WorldContextObject) == 0x000000, "Member 'PhysicsFieldStatics_EvalPhysicsScalarField::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsScalarField, WorldPosition) == 0x000008, "Member 'PhysicsFieldStatics_EvalPhysicsScalarField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsScalarField, ScalarType) == 0x000020, "Member 'PhysicsFieldStatics_EvalPhysicsScalarField::ScalarType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsScalarField, ReturnValue) == 0x000024, "Member 'PhysicsFieldStatics_EvalPhysicsScalarField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsFieldStatics_EvalPhysicsVectorField \ +static_assert(alignof(PhysicsFieldStatics_EvalPhysicsVectorField) == 0x000008, "Wrong alignment on PhysicsFieldStatics_EvalPhysicsVectorField"); \ +static_assert(sizeof(PhysicsFieldStatics_EvalPhysicsVectorField) == 0x000040, "Wrong size on PhysicsFieldStatics_EvalPhysicsVectorField"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsVectorField, WorldContextObject) == 0x000000, "Member 'PhysicsFieldStatics_EvalPhysicsVectorField::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsVectorField, WorldPosition) == 0x000008, "Member 'PhysicsFieldStatics_EvalPhysicsVectorField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsVectorField, VectorType) == 0x000020, "Member 'PhysicsFieldStatics_EvalPhysicsVectorField::VectorType' has a wrong offset!"); \ +static_assert(offsetof(PhysicsFieldStatics_EvalPhysicsVectorField, ReturnValue) == 0x000028, "Member 'PhysicsFieldStatics_EvalPhysicsVectorField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsFieldStatics \ +static_assert(alignof(UPhysicsFieldStatics) == 0x000008, "Wrong alignment on UPhysicsFieldStatics"); \ +static_assert(sizeof(UPhysicsFieldStatics) == 0x000028, "Wrong size on UPhysicsFieldStatics"); \ + +#define DUMPER7_ASSERTS_APlayerStart \ +static_assert(alignof(APlayerStart) == 0x000008, "Wrong alignment on APlayerStart"); \ +static_assert(sizeof(APlayerStart) == 0x0002E0, "Wrong size on APlayerStart"); \ +static_assert(offsetof(APlayerStart, PlayerStartTag) == 0x0002D8, "Member 'APlayerStart::PlayerStartTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerStartPIE \ +static_assert(alignof(APlayerStartPIE) == 0x000008, "Wrong alignment on APlayerStartPIE"); \ +static_assert(sizeof(APlayerStartPIE) == 0x0002E0, "Wrong size on APlayerStartPIE"); \ + +#define DUMPER7_ASSERTS_PlayerState_OnPawnPrivateDestroyed \ +static_assert(alignof(PlayerState_OnPawnPrivateDestroyed) == 0x000008, "Wrong alignment on PlayerState_OnPawnPrivateDestroyed"); \ +static_assert(sizeof(PlayerState_OnPawnPrivateDestroyed) == 0x000008, "Wrong size on PlayerState_OnPawnPrivateDestroyed"); \ +static_assert(offsetof(PlayerState_OnPawnPrivateDestroyed, InActor) == 0x000000, "Member 'PlayerState_OnPawnPrivateDestroyed::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_ReceiveCopyProperties \ +static_assert(alignof(PlayerState_ReceiveCopyProperties) == 0x000008, "Wrong alignment on PlayerState_ReceiveCopyProperties"); \ +static_assert(sizeof(PlayerState_ReceiveCopyProperties) == 0x000008, "Wrong size on PlayerState_ReceiveCopyProperties"); \ +static_assert(offsetof(PlayerState_ReceiveCopyProperties, NewPlayerState) == 0x000000, "Member 'PlayerState_ReceiveCopyProperties::NewPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_ReceiveOverrideWith \ +static_assert(alignof(PlayerState_ReceiveOverrideWith) == 0x000008, "Wrong alignment on PlayerState_ReceiveOverrideWith"); \ +static_assert(sizeof(PlayerState_ReceiveOverrideWith) == 0x000008, "Wrong size on PlayerState_ReceiveOverrideWith"); \ +static_assert(offsetof(PlayerState_ReceiveOverrideWith, OldPlayerState) == 0x000000, "Member 'PlayerState_ReceiveOverrideWith::OldPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_BP_GetUniqueId \ +static_assert(alignof(PlayerState_BP_GetUniqueId) == 0x000008, "Wrong alignment on PlayerState_BP_GetUniqueId"); \ +static_assert(sizeof(PlayerState_BP_GetUniqueId) == 0x000030, "Wrong size on PlayerState_BP_GetUniqueId"); \ +static_assert(offsetof(PlayerState_BP_GetUniqueId, ReturnValue) == 0x000000, "Member 'PlayerState_BP_GetUniqueId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetCompressedPing \ +static_assert(alignof(PlayerState_GetCompressedPing) == 0x000001, "Wrong alignment on PlayerState_GetCompressedPing"); \ +static_assert(sizeof(PlayerState_GetCompressedPing) == 0x000001, "Wrong size on PlayerState_GetCompressedPing"); \ +static_assert(offsetof(PlayerState_GetCompressedPing, ReturnValue) == 0x000000, "Member 'PlayerState_GetCompressedPing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetPawn \ +static_assert(alignof(PlayerState_GetPawn) == 0x000008, "Wrong alignment on PlayerState_GetPawn"); \ +static_assert(sizeof(PlayerState_GetPawn) == 0x000008, "Wrong size on PlayerState_GetPawn"); \ +static_assert(offsetof(PlayerState_GetPawn, ReturnValue) == 0x000000, "Member 'PlayerState_GetPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetPingInMilliseconds \ +static_assert(alignof(PlayerState_GetPingInMilliseconds) == 0x000004, "Wrong alignment on PlayerState_GetPingInMilliseconds"); \ +static_assert(sizeof(PlayerState_GetPingInMilliseconds) == 0x000004, "Wrong size on PlayerState_GetPingInMilliseconds"); \ +static_assert(offsetof(PlayerState_GetPingInMilliseconds, ReturnValue) == 0x000000, "Member 'PlayerState_GetPingInMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetPlayerController \ +static_assert(alignof(PlayerState_GetPlayerController) == 0x000008, "Wrong alignment on PlayerState_GetPlayerController"); \ +static_assert(sizeof(PlayerState_GetPlayerController) == 0x000008, "Wrong size on PlayerState_GetPlayerController"); \ +static_assert(offsetof(PlayerState_GetPlayerController, ReturnValue) == 0x000000, "Member 'PlayerState_GetPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetPlayerId \ +static_assert(alignof(PlayerState_GetPlayerId) == 0x000004, "Wrong alignment on PlayerState_GetPlayerId"); \ +static_assert(sizeof(PlayerState_GetPlayerId) == 0x000004, "Wrong size on PlayerState_GetPlayerId"); \ +static_assert(offsetof(PlayerState_GetPlayerId, ReturnValue) == 0x000000, "Member 'PlayerState_GetPlayerId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetPlayerName \ +static_assert(alignof(PlayerState_GetPlayerName) == 0x000008, "Wrong alignment on PlayerState_GetPlayerName"); \ +static_assert(sizeof(PlayerState_GetPlayerName) == 0x000010, "Wrong size on PlayerState_GetPlayerName"); \ +static_assert(offsetof(PlayerState_GetPlayerName, ReturnValue) == 0x000000, "Member 'PlayerState_GetPlayerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_GetScore \ +static_assert(alignof(PlayerState_GetScore) == 0x000004, "Wrong alignment on PlayerState_GetScore"); \ +static_assert(sizeof(PlayerState_GetScore) == 0x000004, "Wrong size on PlayerState_GetScore"); \ +static_assert(offsetof(PlayerState_GetScore, ReturnValue) == 0x000000, "Member 'PlayerState_GetScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_IsABot \ +static_assert(alignof(PlayerState_IsABot) == 0x000001, "Wrong alignment on PlayerState_IsABot"); \ +static_assert(sizeof(PlayerState_IsABot) == 0x000001, "Wrong size on PlayerState_IsABot"); \ +static_assert(offsetof(PlayerState_IsABot, ReturnValue) == 0x000000, "Member 'PlayerState_IsABot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_IsOnlyASpectator \ +static_assert(alignof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong alignment on PlayerState_IsOnlyASpectator"); \ +static_assert(sizeof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong size on PlayerState_IsOnlyASpectator"); \ +static_assert(offsetof(PlayerState_IsOnlyASpectator, ReturnValue) == 0x000000, "Member 'PlayerState_IsOnlyASpectator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_IsSpectator \ +static_assert(alignof(PlayerState_IsSpectator) == 0x000001, "Wrong alignment on PlayerState_IsSpectator"); \ +static_assert(sizeof(PlayerState_IsSpectator) == 0x000001, "Wrong size on PlayerState_IsSpectator"); \ +static_assert(offsetof(PlayerState_IsSpectator, ReturnValue) == 0x000000, "Member 'PlayerState_IsSpectator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerState \ +static_assert(alignof(APlayerState) == 0x000008, "Wrong alignment on APlayerState"); \ +static_assert(sizeof(APlayerState) == 0x000368, "Wrong size on APlayerState"); \ +static_assert(offsetof(APlayerState, Score) == 0x0002B0, "Member 'APlayerState::Score' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PlayerId) == 0x0002B4, "Member 'APlayerState::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, CompressedPing) == 0x0002B8, "Member 'APlayerState::CompressedPing' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, StartTime) == 0x0002BC, "Member 'APlayerState::StartTime' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, UniqueID) == 0x0002C0, "Member 'APlayerState::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, EngineMessageClass) == 0x0002F0, "Member 'APlayerState::EngineMessageClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, SavedNetworkAddress) == 0x000300, "Member 'APlayerState::SavedNetworkAddress' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, OnPawnSet) == 0x000318, "Member 'APlayerState::OnPawnSet' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PawnPrivate) == 0x000328, "Member 'APlayerState::PawnPrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PlayerNamePrivate) == 0x000348, "Member 'APlayerState::PlayerNamePrivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetAdditionalPluginSearchPaths \ +static_assert(alignof(PluginBlueprintLibrary_GetAdditionalPluginSearchPaths) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetAdditionalPluginSearchPaths"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetAdditionalPluginSearchPaths) == 0x000010, "Wrong size on PluginBlueprintLibrary_GetAdditionalPluginSearchPaths"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetAdditionalPluginSearchPaths, ReturnValue) == 0x000000, "Member 'PluginBlueprintLibrary_GetAdditionalPluginSearchPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths \ +static_assert(alignof(PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths) == 0x000010, "Wrong size on PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths, ReturnValue) == 0x000000, "Member 'PluginBlueprintLibrary_GetAdditionalProjectPluginSearchPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetEnabledPluginNames \ +static_assert(alignof(PluginBlueprintLibrary_GetEnabledPluginNames) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetEnabledPluginNames"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetEnabledPluginNames) == 0x000010, "Wrong size on PluginBlueprintLibrary_GetEnabledPluginNames"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetEnabledPluginNames, ReturnValue) == 0x000000, "Member 'PluginBlueprintLibrary_GetEnabledPluginNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginBaseDir \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginBaseDir) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginBaseDir"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginBaseDir) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginBaseDir"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginBaseDir, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginBaseDir::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginBaseDir, OutBaseDir) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginBaseDir::OutBaseDir' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginBaseDir, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginBaseDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginContentDir \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginContentDir) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginContentDir"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginContentDir) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginContentDir"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginContentDir, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginContentDir::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginContentDir, OutContentDir) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginContentDir::OutContentDir' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginContentDir, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginContentDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginDescription \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginDescription) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginDescription"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginDescription) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginDescription"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginDescription, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginDescription::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginDescription, OutDescription) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginDescription::OutDescription' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginDescription, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginDescription::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginDescriptorFilePath \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginDescriptorFilePath) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginDescriptorFilePath"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginDescriptorFilePath) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginDescriptorFilePath"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginDescriptorFilePath, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginDescriptorFilePath::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginDescriptorFilePath, OutFilePath) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginDescriptorFilePath::OutFilePath' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginDescriptorFilePath, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginDescriptorFilePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath, OutVirtualPath) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath::OutVirtualPath' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginEditorCustomVirtualPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginMountedAssetPath \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginMountedAssetPath) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginMountedAssetPath"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginMountedAssetPath) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginMountedAssetPath"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginMountedAssetPath, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginMountedAssetPath::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginMountedAssetPath, OutAssetPath) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginMountedAssetPath::OutAssetPath' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginMountedAssetPath, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginMountedAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginNameForObjectPath \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginNameForObjectPath) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginNameForObjectPath"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginNameForObjectPath) == 0x000038, "Wrong size on PluginBlueprintLibrary_GetPluginNameForObjectPath"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginNameForObjectPath, ObjectPath) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginNameForObjectPath::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginNameForObjectPath, OutPluginName) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginNameForObjectPath::OutPluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginNameForObjectPath, ReturnValue) == 0x000030, "Member 'PluginBlueprintLibrary_GetPluginNameForObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginVersion \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginVersion) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginVersion"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginVersion) == 0x000018, "Wrong size on PluginBlueprintLibrary_GetPluginVersion"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginVersion, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginVersion::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginVersion, OutVersion) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginVersion::OutVersion' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginVersion, ReturnValue) == 0x000014, "Member 'PluginBlueprintLibrary_GetPluginVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_GetPluginVersionName \ +static_assert(alignof(PluginBlueprintLibrary_GetPluginVersionName) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_GetPluginVersionName"); \ +static_assert(sizeof(PluginBlueprintLibrary_GetPluginVersionName) == 0x000028, "Wrong size on PluginBlueprintLibrary_GetPluginVersionName"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginVersionName, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_GetPluginVersionName::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginVersionName, OutVersionName) == 0x000010, "Member 'PluginBlueprintLibrary_GetPluginVersionName::OutVersionName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_GetPluginVersionName, ReturnValue) == 0x000020, "Member 'PluginBlueprintLibrary_GetPluginVersionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PluginBlueprintLibrary_IsPluginMounted \ +static_assert(alignof(PluginBlueprintLibrary_IsPluginMounted) == 0x000008, "Wrong alignment on PluginBlueprintLibrary_IsPluginMounted"); \ +static_assert(sizeof(PluginBlueprintLibrary_IsPluginMounted) == 0x000018, "Wrong size on PluginBlueprintLibrary_IsPluginMounted"); \ +static_assert(offsetof(PluginBlueprintLibrary_IsPluginMounted, PluginName) == 0x000000, "Member 'PluginBlueprintLibrary_IsPluginMounted::PluginName' has a wrong offset!"); \ +static_assert(offsetof(PluginBlueprintLibrary_IsPluginMounted, ReturnValue) == 0x000010, "Member 'PluginBlueprintLibrary_IsPluginMounted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPluginBlueprintLibrary \ +static_assert(alignof(UPluginBlueprintLibrary) == 0x000008, "Wrong alignment on UPluginBlueprintLibrary"); \ +static_assert(sizeof(UPluginBlueprintLibrary) == 0x000028, "Wrong size on UPluginBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_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) == 0x000A80, "Wrong size on APostProcessVolume"); \ +static_assert(offsetof(APostProcessVolume, Settings) == 0x0002F0, "Member 'APostProcessVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, Priority) == 0x000A60, "Member 'APostProcessVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, BlendRadius) == 0x000A64, "Member 'APostProcessVolume::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, BlendWeight) == 0x000A68, "Member 'APostProcessVolume::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, VolumeGuid) == 0x000A70, "Member 'APostProcessVolume::VolumeGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrecomputedVisibilityVolume \ +static_assert(alignof(APrecomputedVisibilityVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityVolume"); \ +static_assert(sizeof(APrecomputedVisibilityVolume) == 0x0002E8, "Wrong size on APrecomputedVisibilityVolume"); \ + +#define DUMPER7_ASSERTS_UPrimaryAssetLabel \ +static_assert(alignof(UPrimaryAssetLabel) == 0x000008, "Wrong alignment on UPrimaryAssetLabel"); \ +static_assert(sizeof(UPrimaryAssetLabel) == 0x000068, "Wrong size on UPrimaryAssetLabel"); \ +static_assert(offsetof(UPrimaryAssetLabel, Rules) == 0x000030, "Member 'UPrimaryAssetLabel::Rules' has a wrong offset!"); \ +static_assert(offsetof(UPrimaryAssetLabel, ExplicitAssets) == 0x000040, "Member 'UPrimaryAssetLabel::ExplicitAssets' has a wrong offset!"); \ +static_assert(offsetof(UPrimaryAssetLabel, ExplicitBlueprints) == 0x000050, "Member 'UPrimaryAssetLabel::ExplicitBlueprints' has a wrong offset!"); \ +static_assert(offsetof(UPrimaryAssetLabel, AssetCollection) == 0x000060, "Member 'UPrimaryAssetLabel::AssetCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot \ +static_assert(alignof(HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot) == 0x000008, "Wrong alignment on HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot"); \ +static_assert(sizeof(HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot) == 0x000018, "Wrong size on HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot"); \ +static_assert(offsetof(HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot, SnapshotTitle) == 0x000000, "Member 'HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot::SnapshotTitle' has a wrong offset!"); \ +static_assert(offsetof(HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot, bResetStats) == 0x000010, "Member 'HealthSnapshotBlueprintLibrary_LogPerformanceSnapshot::bResetStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHealthSnapshotBlueprintLibrary \ +static_assert(alignof(UHealthSnapshotBlueprintLibrary) == 0x000008, "Wrong alignment on UHealthSnapshotBlueprintLibrary"); \ +static_assert(sizeof(UHealthSnapshotBlueprintLibrary) == 0x000028, "Wrong size on UHealthSnapshotBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingProfilingSubsystem \ +static_assert(alignof(ULevelStreamingProfilingSubsystem) == 0x000008, "Wrong alignment on ULevelStreamingProfilingSubsystem"); \ +static_assert(sizeof(ULevelStreamingProfilingSubsystem) == 0x0000C8, "Wrong size on ULevelStreamingProfilingSubsystem"); \ + +#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_ARectLight \ +static_assert(alignof(ARectLight) == 0x000008, "Wrong alignment on ARectLight"); \ +static_assert(sizeof(ARectLight) == 0x0002C8, "Wrong size on ARectLight"); \ +static_assert(offsetof(ARectLight, RectLightComponent) == 0x0002C0, "Member 'ARectLight::RectLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URendererSettings \ +static_assert(alignof(URendererSettings) == 0x000008, "Wrong alignment on URendererSettings"); \ +static_assert(sizeof(URendererSettings) == 0x000238, "Wrong size on URendererSettings"); \ +static_assert(offsetof(URendererSettings, MobileShadingPath) == 0x000038, "Member 'URendererSettings::MobileShadingPath' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobileAntiAliasing) == 0x000039, "Member 'URendererSettings::MobileAntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobileFloatPrecisionMode) == 0x00003A, "Member 'URendererSettings::MobileFloatPrecisionMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bMobileAllowDitheredLODTransition) == 0x00003B, "Member 'URendererSettings::bMobileAllowDitheredLODTransition' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ShaderCompressionFormat) == 0x000040, "Member 'URendererSettings::ShaderCompressionFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MinScreenRadiusForLights) == 0x000048, "Member 'URendererSettings::MinScreenRadiusForLights' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MinScreenRadiusForEarlyZPass) == 0x00004C, "Member 'URendererSettings::MinScreenRadiusForEarlyZPass' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VirtualTextureTileSize) == 0x000054, "Member 'URendererSettings::VirtualTextureTileSize' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VirtualTextureTileBorderSize) == 0x000058, "Member 'URendererSettings::VirtualTextureTileBorderSize' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MeshPaintVirtualTextureTileSize) == 0x000060, "Member 'URendererSettings::MeshPaintVirtualTextureTileSize' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MeshPaintVirtualTextureTileBorderSize) == 0x000064, "Member 'URendererSettings::MeshPaintVirtualTextureTileBorderSize' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MeshPaintVirtualTextureUseCompression) == 0x000068, "Member 'URendererSettings::MeshPaintVirtualTextureUseCompression' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MeshPaintDefaultOnStaticMesh) == 0x000069, "Member 'URendererSettings::MeshPaintDefaultOnStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MeshPaintDefaultTexelsPerVertex) == 0x00006C, "Member 'URendererSettings::MeshPaintDefaultTexelsPerVertex' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MeshPaintVirtualTextureMaxTextureSize) == 0x000070, "Member 'URendererSettings::MeshPaintVirtualTextureMaxTextureSize' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bEnableRVTBaseColor) == 0x000074, "Member 'URendererSettings::bEnableRVTBaseColor' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bEnableRVTBaseColorRoughness) == 0x000075, "Member 'URendererSettings::bEnableRVTBaseColorRoughness' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bEnableRVTBaseColorSpecular) == 0x000076, "Member 'URendererSettings::bEnableRVTBaseColorSpecular' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bEnableRVTMask4) == 0x000077, "Member 'URendererSettings::bEnableRVTMask4' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bEnableRVTWorldHeight) == 0x000078, "Member 'URendererSettings::bEnableRVTWorldHeight' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bEnableRVTDisplacement) == 0x000079, "Member 'URendererSettings::bEnableRVTDisplacement' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bUseHighQualityRVTHeightSampling) == 0x00007A, "Member 'URendererSettings::bUseHighQualityRVTHeightSampling' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, WorkingColorSpaceChoice) == 0x00007B, "Member 'URendererSettings::WorkingColorSpaceChoice' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, RedChromaticityCoordinate) == 0x000080, "Member 'URendererSettings::RedChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GreenChromaticityCoordinate) == 0x000090, "Member 'URendererSettings::GreenChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, BlueChromaticityCoordinate) == 0x0000A0, "Member 'URendererSettings::BlueChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, WhiteChromaticityCoordinate) == 0x0000B0, "Member 'URendererSettings::WhiteChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DynamicGlobalIllumination) == 0x0000C4, "Member 'URendererSettings::DynamicGlobalIllumination' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, Reflections) == 0x0000C5, "Member 'URendererSettings::Reflections' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ReflectionCaptureResolution) == 0x0000C8, "Member 'URendererSettings::ReflectionCaptureResolution' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, LumenRayLightingMode) == 0x0000D0, "Member 'URendererSettings::LumenRayLightingMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, LumenSoftwareTracingMode) == 0x0000D8, "Member 'URendererSettings::LumenSoftwareTracingMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, LumenScreenTracingSource) == 0x0000D9, "Member 'URendererSettings::LumenScreenTracingSource' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ShadowMapMethod) == 0x0000E0, "Member 'URendererSettings::ShadowMapMethod' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DistanceFieldVoxelDensity) == 0x0000E8, "Member 'URendererSettings::DistanceFieldVoxelDensity' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, TranslucentSortPolicy) == 0x0000F0, "Member 'URendererSettings::TranslucentSortPolicy' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, TranslucentSortAxis) == 0x0000F8, "Member 'URendererSettings::TranslucentSortAxis' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, FoveationLevel) == 0x000114, "Member 'URendererSettings::FoveationLevel' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, CustomDepthStencil) == 0x00011C, "Member 'URendererSettings::CustomDepthStencil' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAutoExposure) == 0x000124, "Member 'URendererSettings::DefaultFeatureAutoExposure' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAutoExposureBias) == 0x000128, "Member 'URendererSettings::DefaultFeatureAutoExposureBias' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureLocalExposureHighlightContrast) == 0x000130, "Member 'URendererSettings::DefaultFeatureLocalExposureHighlightContrast' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureLocalExposureShadowContrast) == 0x000134, "Member 'URendererSettings::DefaultFeatureLocalExposureShadowContrast' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAntiAliasing) == 0x00013C, "Member 'URendererSettings::DefaultFeatureAntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MSAASampleCount) == 0x00013D, "Member 'URendererSettings::MSAASampleCount' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultLightUnits) == 0x00013E, "Member 'URendererSettings::DefaultLightUnits' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultBackBufferPixelFormat) == 0x00013F, "Member 'URendererSettings::DefaultBackBufferPixelFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultManualScreenPercentage) == 0x000140, "Member 'URendererSettings::DefaultManualScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultScreenPercentageDesktopMode) == 0x000144, "Member 'URendererSettings::DefaultScreenPercentageDesktopMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultScreenPercentageMobileMode) == 0x000148, "Member 'URendererSettings::DefaultScreenPercentageMobileMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultScreenPercentageVRMode) == 0x00014C, "Member 'URendererSettings::DefaultScreenPercentageVRMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultScreenPercentagePathTracerMode) == 0x000150, "Member 'URendererSettings::DefaultScreenPercentagePathTracerMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, EarlyZPass) == 0x000158, "Member 'URendererSettings::EarlyZPass' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ClearSceneMethod) == 0x000160, "Member 'URendererSettings::ClearSceneMethod' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VelocityPass) == 0x000161, "Member 'URendererSettings::VelocityPass' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VertexDeformationOutputsVelocity) == 0x000162, "Member 'URendererSettings::VertexDeformationOutputsVelocity' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GPUSimulationTextureSizeX) == 0x000168, "Member 'URendererSettings::GPUSimulationTextureSizeX' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GPUSimulationTextureSizeY) == 0x00016C, "Member 'URendererSettings::GPUSimulationTextureSizeY' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GBufferFormat) == 0x000174, "Member 'URendererSettings::GBufferFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MorphTargetMaxBlendWeight) == 0x00017C, "Member 'URendererSettings::MorphTargetMaxBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, LightFunctionAtlasPixelFormat) == 0x000184, "Member 'URendererSettings::LightFunctionAtlasPixelFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, WireframeCullThreshold) == 0x00018C, "Member 'URendererSettings::WireframeCullThreshold' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, SubstrateGBufferFormat) == 0x000194, "Member 'URendererSettings::SubstrateGBufferFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, SubstrateProjectClosuresPerPixel) == 0x000198, "Member 'URendererSettings::SubstrateProjectClosuresPerPixel' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, SubstrateClosurePerPixelOverride) == 0x00019C, "Member 'URendererSettings::SubstrateClosurePerPixelOverride' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, SubstrateProjectBytesPerPixel) == 0x0001A0, "Member 'URendererSettings::SubstrateProjectBytesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultSkinCacheBehavior) == 0x0001A8, "Member 'URendererSettings::DefaultSkinCacheBehavior' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, SkinCacheSceneMemoryLimitInMB) == 0x0001AC, "Member 'URendererSettings::SkinCacheSceneMemoryLimitInMB' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobileLocalLightSetting) == 0x0001B4, "Member 'URendererSettings::MobileLocalLightSetting' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, UnlimitedBonInfluencesThreshold) == 0x0001BC, "Member 'URendererSettings::UnlimitedBonInfluencesThreshold' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultBoneInfluenceLimit) == 0x0001C0, "Member 'URendererSettings::DefaultBoneInfluenceLimit' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MaxSkinBones) == 0x0001C4, "Member 'URendererSettings::MaxSkinBones' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobilePlanarReflectionMode) == 0x0001C8, "Member 'URendererSettings::MobilePlanarReflectionMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bStreamSkeletalMeshLODs) == 0x0001D0, "Member 'URendererSettings::bStreamSkeletalMeshLODs' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bDiscardSkeletalMeshOptionalLODs) == 0x0001D1, "Member 'URendererSettings::bDiscardSkeletalMeshOptionalLODs' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationColorMaterialPath) == 0x0001D8, "Member 'URendererSettings::VisualizeCalibrationColorMaterialPath' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationCustomMaterialPath) == 0x0001F8, "Member 'URendererSettings::VisualizeCalibrationCustomMaterialPath' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationGrayscaleMaterialPath) == 0x000218, "Member 'URendererSettings::VisualizeCalibrationGrayscaleMaterialPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URendererOverrideSettings \ +static_assert(alignof(URendererOverrideSettings) == 0x000008, "Wrong alignment on URendererOverrideSettings"); \ +static_assert(sizeof(URendererOverrideSettings) == 0x000040, "Wrong size on URendererOverrideSettings"); \ + +#define DUMPER7_ASSERTS_ISkeletalMeshHalfEdgeBufferAccessor \ +static_assert(alignof(ISkeletalMeshHalfEdgeBufferAccessor) == 0x000001, "Wrong alignment on ISkeletalMeshHalfEdgeBufferAccessor"); \ +static_assert(sizeof(ISkeletalMeshHalfEdgeBufferAccessor) == 0x000001, "Wrong size on ISkeletalMeshHalfEdgeBufferAccessor"); \ + +#define DUMPER7_ASSERTS_USpecularProfile \ +static_assert(alignof(USpecularProfile) == 0x000008, "Wrong alignment on USpecularProfile"); \ +static_assert(sizeof(USpecularProfile) == 0x000458, "Wrong size on USpecularProfile"); \ +static_assert(offsetof(USpecularProfile, Settings) == 0x000028, "Member 'USpecularProfile::Settings' has a wrong offset!"); \ +static_assert(offsetof(USpecularProfile, Guid) == 0x000448, "Member 'USpecularProfile::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubsurfaceProfile \ +static_assert(alignof(USubsurfaceProfile) == 0x000008, "Wrong alignment on USubsurfaceProfile"); \ +static_assert(sizeof(USubsurfaceProfile) == 0x0000D8, "Wrong size on USubsurfaceProfile"); \ +static_assert(offsetof(USubsurfaceProfile, Settings) == 0x000028, "Member 'USubsurfaceProfile::Settings' has a wrong offset!"); \ +static_assert(offsetof(USubsurfaceProfile, Guid) == 0x0000C8, "Member 'USubsurfaceProfile::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplayNetConnection \ +static_assert(alignof(UReplayNetConnection) == 0x000010, "Wrong alignment on UReplayNetConnection"); \ +static_assert(sizeof(UReplayNetConnection) == 0x002900, "Wrong size on UReplayNetConnection"); \ + +#define DUMPER7_ASSERTS_ReplaySubsystem_GetActiveReplayName \ +static_assert(alignof(ReplaySubsystem_GetActiveReplayName) == 0x000008, "Wrong alignment on ReplaySubsystem_GetActiveReplayName"); \ +static_assert(sizeof(ReplaySubsystem_GetActiveReplayName) == 0x000010, "Wrong size on ReplaySubsystem_GetActiveReplayName"); \ +static_assert(offsetof(ReplaySubsystem_GetActiveReplayName, ReturnValue) == 0x000000, "Member 'ReplaySubsystem_GetActiveReplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplaySubsystem_GetReplayCurrentTime \ +static_assert(alignof(ReplaySubsystem_GetReplayCurrentTime) == 0x000004, "Wrong alignment on ReplaySubsystem_GetReplayCurrentTime"); \ +static_assert(sizeof(ReplaySubsystem_GetReplayCurrentTime) == 0x000004, "Wrong size on ReplaySubsystem_GetReplayCurrentTime"); \ +static_assert(offsetof(ReplaySubsystem_GetReplayCurrentTime, ReturnValue) == 0x000000, "Member 'ReplaySubsystem_GetReplayCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplaySubsystem_GetReplayTotalTime \ +static_assert(alignof(ReplaySubsystem_GetReplayTotalTime) == 0x000004, "Wrong alignment on ReplaySubsystem_GetReplayTotalTime"); \ +static_assert(sizeof(ReplaySubsystem_GetReplayTotalTime) == 0x000004, "Wrong size on ReplaySubsystem_GetReplayTotalTime"); \ +static_assert(offsetof(ReplaySubsystem_GetReplayTotalTime, ReturnValue) == 0x000000, "Member 'ReplaySubsystem_GetReplayTotalTime::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_URuntimeOptionsBase \ +static_assert(alignof(URuntimeOptionsBase) == 0x000008, "Wrong alignment on URuntimeOptionsBase"); \ +static_assert(sizeof(URuntimeOptionsBase) == 0x000038, "Wrong size on URuntimeOptionsBase"); \ + +#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_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_USimpleConstructionScript \ +static_assert(alignof(USimpleConstructionScript) == 0x000008, "Wrong alignment on USimpleConstructionScript"); \ +static_assert(sizeof(USimpleConstructionScript) == 0x0000B0, "Wrong size on USimpleConstructionScript"); \ +static_assert(offsetof(USimpleConstructionScript, RootNodes) == 0x000028, "Member 'USimpleConstructionScript::RootNodes' has a wrong offset!"); \ +static_assert(offsetof(USimpleConstructionScript, AllNodes) == 0x000038, "Member 'USimpleConstructionScript::AllNodes' has a wrong offset!"); \ +static_assert(offsetof(USimpleConstructionScript, DefaultSceneRootNode) == 0x000048, "Member 'USimpleConstructionScript::DefaultSceneRootNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedAsset_FindSocket \ +static_assert(alignof(SkinnedAsset_FindSocket) == 0x000008, "Wrong alignment on SkinnedAsset_FindSocket"); \ +static_assert(sizeof(SkinnedAsset_FindSocket) == 0x000010, "Wrong size on SkinnedAsset_FindSocket"); \ +static_assert(offsetof(SkinnedAsset_FindSocket, InSocketName) == 0x000000, "Member 'SkinnedAsset_FindSocket::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedAsset_FindSocket, ReturnValue) == 0x000008, "Member 'SkinnedAsset_FindSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedAsset_FindSocketInfo \ +static_assert(alignof(SkinnedAsset_FindSocketInfo) == 0x000010, "Wrong alignment on SkinnedAsset_FindSocketInfo"); \ +static_assert(sizeof(SkinnedAsset_FindSocketInfo) == 0x000080, "Wrong size on SkinnedAsset_FindSocketInfo"); \ +static_assert(offsetof(SkinnedAsset_FindSocketInfo, InSocketName) == 0x000000, "Member 'SkinnedAsset_FindSocketInfo::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkinnedAsset_FindSocketInfo, OutTransform) == 0x000010, "Member 'SkinnedAsset_FindSocketInfo::OutTransform' has a wrong offset!"); \ +static_assert(offsetof(SkinnedAsset_FindSocketInfo, OutBoneIndex) == 0x000070, "Member 'SkinnedAsset_FindSocketInfo::OutBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedAsset_FindSocketInfo, OutIndex) == 0x000074, "Member 'SkinnedAsset_FindSocketInfo::OutIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedAsset_FindSocketInfo, ReturnValue) == 0x000078, "Member 'SkinnedAsset_FindSocketInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkinnedAsset \ +static_assert(alignof(USkinnedAsset) == 0x000008, "Wrong alignment on USkinnedAsset"); \ +static_assert(sizeof(USkinnedAsset) == 0x0000E8, "Wrong size on USkinnedAsset"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetDefaultAnimatingRig \ +static_assert(alignof(SkeletalMesh_SetDefaultAnimatingRig) == 0x000008, "Wrong alignment on SkeletalMesh_SetDefaultAnimatingRig"); \ +static_assert(sizeof(SkeletalMesh_SetDefaultAnimatingRig) == 0x000028, "Wrong size on SkeletalMesh_SetDefaultAnimatingRig"); \ +static_assert(offsetof(SkeletalMesh_SetDefaultAnimatingRig, InAnimatingRig) == 0x000000, "Member 'SkeletalMesh_SetDefaultAnimatingRig::InAnimatingRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetLODSettings \ +static_assert(alignof(SkeletalMesh_SetLODSettings) == 0x000008, "Wrong alignment on SkeletalMesh_SetLODSettings"); \ +static_assert(sizeof(SkeletalMesh_SetLODSettings) == 0x000008, "Wrong size on SkeletalMesh_SetLODSettings"); \ +static_assert(offsetof(SkeletalMesh_SetLODSettings, InLODSettings) == 0x000000, "Member 'SkeletalMesh_SetLODSettings::InLODSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetMaterials \ +static_assert(alignof(SkeletalMesh_SetMaterials) == 0x000008, "Wrong alignment on SkeletalMesh_SetMaterials"); \ +static_assert(sizeof(SkeletalMesh_SetMaterials) == 0x000010, "Wrong size on SkeletalMesh_SetMaterials"); \ +static_assert(offsetof(SkeletalMesh_SetMaterials, InMaterials) == 0x000000, "Member 'SkeletalMesh_SetMaterials::InMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetMeshClothingAssets \ +static_assert(alignof(SkeletalMesh_SetMeshClothingAssets) == 0x000008, "Wrong alignment on SkeletalMesh_SetMeshClothingAssets"); \ +static_assert(sizeof(SkeletalMesh_SetMeshClothingAssets) == 0x000010, "Wrong size on SkeletalMesh_SetMeshClothingAssets"); \ +static_assert(offsetof(SkeletalMesh_SetMeshClothingAssets, InMeshClothingAssets) == 0x000000, "Member 'SkeletalMesh_SetMeshClothingAssets::InMeshClothingAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetMinLODForQualityLevels \ +static_assert(alignof(SkeletalMesh_SetMinLODForQualityLevels) == 0x000008, "Wrong alignment on SkeletalMesh_SetMinLODForQualityLevels"); \ +static_assert(sizeof(SkeletalMesh_SetMinLODForQualityLevels) == 0x000058, "Wrong size on SkeletalMesh_SetMinLODForQualityLevels"); \ +static_assert(offsetof(SkeletalMesh_SetMinLODForQualityLevels, QualityLevelMinimumLODs) == 0x000000, "Member 'SkeletalMesh_SetMinLODForQualityLevels::QualityLevelMinimumLODs' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_SetMinLODForQualityLevels, Default) == 0x000050, "Member 'SkeletalMesh_SetMinLODForQualityLevels::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetMorphTargets \ +static_assert(alignof(SkeletalMesh_SetMorphTargets) == 0x000008, "Wrong alignment on SkeletalMesh_SetMorphTargets"); \ +static_assert(sizeof(SkeletalMesh_SetMorphTargets) == 0x000010, "Wrong size on SkeletalMesh_SetMorphTargets"); \ +static_assert(offsetof(SkeletalMesh_SetMorphTargets, InMorphTargets) == 0x000000, "Member 'SkeletalMesh_SetMorphTargets::InMorphTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetOverlayMaterial \ +static_assert(alignof(SkeletalMesh_SetOverlayMaterial) == 0x000008, "Wrong alignment on SkeletalMesh_SetOverlayMaterial"); \ +static_assert(sizeof(SkeletalMesh_SetOverlayMaterial) == 0x000008, "Wrong size on SkeletalMesh_SetOverlayMaterial"); \ +static_assert(offsetof(SkeletalMesh_SetOverlayMaterial, NewOverlayMaterial) == 0x000000, "Member 'SkeletalMesh_SetOverlayMaterial::NewOverlayMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetOverlayMaterialMaxDrawDistance \ +static_assert(alignof(SkeletalMesh_SetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong alignment on SkeletalMesh_SetOverlayMaterialMaxDrawDistance"); \ +static_assert(sizeof(SkeletalMesh_SetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong size on SkeletalMesh_SetOverlayMaterialMaxDrawDistance"); \ +static_assert(offsetof(SkeletalMesh_SetOverlayMaterialMaxDrawDistance, InMaxDrawDistance) == 0x000000, "Member 'SkeletalMesh_SetOverlayMaterialMaxDrawDistance::InMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_SetSkeleton \ +static_assert(alignof(SkeletalMesh_SetSkeleton) == 0x000008, "Wrong alignment on SkeletalMesh_SetSkeleton"); \ +static_assert(sizeof(SkeletalMesh_SetSkeleton) == 0x000008, "Wrong size on SkeletalMesh_SetSkeleton"); \ +static_assert(offsetof(SkeletalMesh_SetSkeleton, InSkeleton) == 0x000000, "Member 'SkeletalMesh_SetSkeleton::InSkeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_FindSocketAndIndex \ +static_assert(alignof(SkeletalMesh_FindSocketAndIndex) == 0x000008, "Wrong alignment on SkeletalMesh_FindSocketAndIndex"); \ +static_assert(sizeof(SkeletalMesh_FindSocketAndIndex) == 0x000018, "Wrong size on SkeletalMesh_FindSocketAndIndex"); \ +static_assert(offsetof(SkeletalMesh_FindSocketAndIndex, InSocketName) == 0x000000, "Member 'SkeletalMesh_FindSocketAndIndex::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketAndIndex, OutIndex) == 0x000008, "Member 'SkeletalMesh_FindSocketAndIndex::OutIndex' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketAndIndex, ReturnValue) == 0x000010, "Member 'SkeletalMesh_FindSocketAndIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetBounds \ +static_assert(alignof(SkeletalMesh_GetBounds) == 0x000008, "Wrong alignment on SkeletalMesh_GetBounds"); \ +static_assert(sizeof(SkeletalMesh_GetBounds) == 0x000038, "Wrong size on SkeletalMesh_GetBounds"); \ +static_assert(offsetof(SkeletalMesh_GetBounds, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetDefaultAnimatingRig \ +static_assert(alignof(SkeletalMesh_GetDefaultAnimatingRig) == 0x000008, "Wrong alignment on SkeletalMesh_GetDefaultAnimatingRig"); \ +static_assert(sizeof(SkeletalMesh_GetDefaultAnimatingRig) == 0x000028, "Wrong size on SkeletalMesh_GetDefaultAnimatingRig"); \ +static_assert(offsetof(SkeletalMesh_GetDefaultAnimatingRig, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetDefaultAnimatingRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetDefaultMeshDeformer \ +static_assert(alignof(SkeletalMesh_GetDefaultMeshDeformer) == 0x000008, "Wrong alignment on SkeletalMesh_GetDefaultMeshDeformer"); \ +static_assert(sizeof(SkeletalMesh_GetDefaultMeshDeformer) == 0x000008, "Wrong size on SkeletalMesh_GetDefaultMeshDeformer"); \ +static_assert(offsetof(SkeletalMesh_GetDefaultMeshDeformer, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetDefaultMeshDeformer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetForwardAxis \ +static_assert(alignof(SkeletalMesh_GetForwardAxis) == 0x000001, "Wrong alignment on SkeletalMesh_GetForwardAxis"); \ +static_assert(sizeof(SkeletalMesh_GetForwardAxis) == 0x000001, "Wrong size on SkeletalMesh_GetForwardAxis"); \ +static_assert(offsetof(SkeletalMesh_GetForwardAxis, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetForwardAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetHasVertexColors \ +static_assert(alignof(SkeletalMesh_GetHasVertexColors) == 0x000001, "Wrong alignment on SkeletalMesh_GetHasVertexColors"); \ +static_assert(sizeof(SkeletalMesh_GetHasVertexColors) == 0x000001, "Wrong size on SkeletalMesh_GetHasVertexColors"); \ +static_assert(offsetof(SkeletalMesh_GetHasVertexColors, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetHasVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetImportedBounds \ +static_assert(alignof(SkeletalMesh_GetImportedBounds) == 0x000008, "Wrong alignment on SkeletalMesh_GetImportedBounds"); \ +static_assert(sizeof(SkeletalMesh_GetImportedBounds) == 0x000038, "Wrong size on SkeletalMesh_GetImportedBounds"); \ +static_assert(offsetof(SkeletalMesh_GetImportedBounds, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetImportedBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetLODSettings \ +static_assert(alignof(SkeletalMesh_GetLODSettings) == 0x000008, "Wrong alignment on SkeletalMesh_GetLODSettings"); \ +static_assert(sizeof(SkeletalMesh_GetLODSettings) == 0x000008, "Wrong size on SkeletalMesh_GetLODSettings"); \ +static_assert(offsetof(SkeletalMesh_GetLODSettings, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetLODSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetMaterials \ +static_assert(alignof(SkeletalMesh_GetMaterials) == 0x000008, "Wrong alignment on SkeletalMesh_GetMaterials"); \ +static_assert(sizeof(SkeletalMesh_GetMaterials) == 0x000010, "Wrong size on SkeletalMesh_GetMaterials"); \ +static_assert(offsetof(SkeletalMesh_GetMaterials, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetMeshClothingAssets \ +static_assert(alignof(SkeletalMesh_GetMeshClothingAssets) == 0x000008, "Wrong alignment on SkeletalMesh_GetMeshClothingAssets"); \ +static_assert(sizeof(SkeletalMesh_GetMeshClothingAssets) == 0x000010, "Wrong size on SkeletalMesh_GetMeshClothingAssets"); \ +static_assert(offsetof(SkeletalMesh_GetMeshClothingAssets, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetMeshClothingAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetMinLODForQualityLevels \ +static_assert(alignof(SkeletalMesh_GetMinLODForQualityLevels) == 0x000008, "Wrong alignment on SkeletalMesh_GetMinLODForQualityLevels"); \ +static_assert(sizeof(SkeletalMesh_GetMinLODForQualityLevels) == 0x000058, "Wrong size on SkeletalMesh_GetMinLODForQualityLevels"); \ +static_assert(offsetof(SkeletalMesh_GetMinLODForQualityLevels, QualityLevelMinimumLODs) == 0x000000, "Member 'SkeletalMesh_GetMinLODForQualityLevels::QualityLevelMinimumLODs' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_GetMinLODForQualityLevels, Default) == 0x000050, "Member 'SkeletalMesh_GetMinLODForQualityLevels::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetMorphTargetsPtrConv \ +static_assert(alignof(SkeletalMesh_GetMorphTargetsPtrConv) == 0x000008, "Wrong alignment on SkeletalMesh_GetMorphTargetsPtrConv"); \ +static_assert(sizeof(SkeletalMesh_GetMorphTargetsPtrConv) == 0x000010, "Wrong size on SkeletalMesh_GetMorphTargetsPtrConv"); \ +static_assert(offsetof(SkeletalMesh_GetMorphTargetsPtrConv, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetMorphTargetsPtrConv::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetNodeMappingContainer \ +static_assert(alignof(SkeletalMesh_GetNodeMappingContainer) == 0x000008, "Wrong alignment on SkeletalMesh_GetNodeMappingContainer"); \ +static_assert(sizeof(SkeletalMesh_GetNodeMappingContainer) == 0x000010, "Wrong size on SkeletalMesh_GetNodeMappingContainer"); \ +static_assert(offsetof(SkeletalMesh_GetNodeMappingContainer, SourceAsset) == 0x000000, "Member 'SkeletalMesh_GetNodeMappingContainer::SourceAsset' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_GetNodeMappingContainer, ReturnValue) == 0x000008, "Member 'SkeletalMesh_GetNodeMappingContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetNodeMappingData \ +static_assert(alignof(SkeletalMesh_GetNodeMappingData) == 0x000008, "Wrong alignment on SkeletalMesh_GetNodeMappingData"); \ +static_assert(sizeof(SkeletalMesh_GetNodeMappingData) == 0x000010, "Wrong size on SkeletalMesh_GetNodeMappingData"); \ +static_assert(offsetof(SkeletalMesh_GetNodeMappingData, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetNodeMappingData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetOverlayMaterial \ +static_assert(alignof(SkeletalMesh_GetOverlayMaterial) == 0x000008, "Wrong alignment on SkeletalMesh_GetOverlayMaterial"); \ +static_assert(sizeof(SkeletalMesh_GetOverlayMaterial) == 0x000008, "Wrong size on SkeletalMesh_GetOverlayMaterial"); \ +static_assert(offsetof(SkeletalMesh_GetOverlayMaterial, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetOverlayMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetOverlayMaterialMaxDrawDistance \ +static_assert(alignof(SkeletalMesh_GetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong alignment on SkeletalMesh_GetOverlayMaterialMaxDrawDistance"); \ +static_assert(sizeof(SkeletalMesh_GetOverlayMaterialMaxDrawDistance) == 0x000004, "Wrong size on SkeletalMesh_GetOverlayMaterialMaxDrawDistance"); \ +static_assert(offsetof(SkeletalMesh_GetOverlayMaterialMaxDrawDistance, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetOverlayMaterialMaxDrawDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetPhysicsAsset \ +static_assert(alignof(SkeletalMesh_GetPhysicsAsset) == 0x000008, "Wrong alignment on SkeletalMesh_GetPhysicsAsset"); \ +static_assert(sizeof(SkeletalMesh_GetPhysicsAsset) == 0x000008, "Wrong size on SkeletalMesh_GetPhysicsAsset"); \ +static_assert(offsetof(SkeletalMesh_GetPhysicsAsset, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetPhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetShadowPhysicsAsset \ +static_assert(alignof(SkeletalMesh_GetShadowPhysicsAsset) == 0x000008, "Wrong alignment on SkeletalMesh_GetShadowPhysicsAsset"); \ +static_assert(sizeof(SkeletalMesh_GetShadowPhysicsAsset) == 0x000008, "Wrong size on SkeletalMesh_GetShadowPhysicsAsset"); \ +static_assert(offsetof(SkeletalMesh_GetShadowPhysicsAsset, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetShadowPhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetSkeleton \ +static_assert(alignof(SkeletalMesh_GetSkeleton) == 0x000008, "Wrong alignment on SkeletalMesh_GetSkeleton"); \ +static_assert(sizeof(SkeletalMesh_GetSkeleton) == 0x000008, "Wrong size on SkeletalMesh_GetSkeleton"); \ +static_assert(offsetof(SkeletalMesh_GetSkeleton, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetSocketByIndex \ +static_assert(alignof(SkeletalMesh_GetSocketByIndex) == 0x000008, "Wrong alignment on SkeletalMesh_GetSocketByIndex"); \ +static_assert(sizeof(SkeletalMesh_GetSocketByIndex) == 0x000010, "Wrong size on SkeletalMesh_GetSocketByIndex"); \ +static_assert(offsetof(SkeletalMesh_GetSocketByIndex, Index_0) == 0x000000, "Member 'SkeletalMesh_GetSocketByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_GetSocketByIndex, ReturnValue) == 0x000008, "Member 'SkeletalMesh_GetSocketByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetTargetMeshDeformers \ +static_assert(alignof(SkeletalMesh_GetTargetMeshDeformers) == 0x000008, "Wrong alignment on SkeletalMesh_GetTargetMeshDeformers"); \ +static_assert(sizeof(SkeletalMesh_GetTargetMeshDeformers) == 0x000008, "Wrong size on SkeletalMesh_GetTargetMeshDeformers"); \ +static_assert(offsetof(SkeletalMesh_GetTargetMeshDeformers, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetTargetMeshDeformers::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_K2_GetAllSkinWeightProfileNames \ +static_assert(alignof(SkeletalMesh_K2_GetAllSkinWeightProfileNames) == 0x000008, "Wrong alignment on SkeletalMesh_K2_GetAllSkinWeightProfileNames"); \ +static_assert(sizeof(SkeletalMesh_K2_GetAllSkinWeightProfileNames) == 0x000010, "Wrong size on SkeletalMesh_K2_GetAllSkinWeightProfileNames"); \ +static_assert(offsetof(SkeletalMesh_K2_GetAllSkinWeightProfileNames, ReturnValue) == 0x000000, "Member 'SkeletalMesh_K2_GetAllSkinWeightProfileNames::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) == 0x000518, "Wrong size on USkeletalMesh"); \ +static_assert(offsetof(USkeletalMesh, SourceModels) == 0x000100, "Member 'USkeletalMesh::SourceModels' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, Skeleton) == 0x000118, "Member 'USkeletalMesh::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ImportedBounds) == 0x000120, "Member 'USkeletalMesh::ImportedBounds' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ExtendedBounds) == 0x000158, "Member 'USkeletalMesh::ExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PositiveBoundsExtension) == 0x000190, "Member 'USkeletalMesh::PositiveBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, NegativeBoundsExtension) == 0x0001A8, "Member 'USkeletalMesh::NegativeBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, Materials) == 0x0001C0, "Member 'USkeletalMesh::Materials' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MinQualityLevelLOD) == 0x000220, "Member 'USkeletalMesh::MinQualityLevelLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MinLOD) == 0x000288, "Member 'USkeletalMesh::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, DisableBelowMinLodStripping) == 0x00028C, "Member 'USkeletalMesh::DisableBelowMinLodStripping' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, BodySetup) == 0x000290, "Member 'USkeletalMesh::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PhysicsAsset) == 0x000298, "Member 'USkeletalMesh::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ShadowPhysicsAsset) == 0x0002A0, "Member 'USkeletalMesh::ShadowPhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, NodeMappingData) == 0x0002A8, "Member 'USkeletalMesh::NodeMappingData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, RayTracingMinLOD) == 0x0002BC, "Member 'USkeletalMesh::RayTracingMinLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ClothLODBiasMode) == 0x0002C0, "Member 'USkeletalMesh::ClothLODBiasMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MorphTargets) == 0x0002C8, "Member 'USkeletalMesh::MorphTargets' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PostProcessAnimBlueprint) == 0x000458, "Member 'USkeletalMesh::PostProcessAnimBlueprint' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PostProcessAnimBPLODThreshold) == 0x000460, "Member 'USkeletalMesh::PostProcessAnimBPLODThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MeshClothingAssets) == 0x000468, "Member 'USkeletalMesh::MeshClothingAssets' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SamplingInfo) == 0x000478, "Member 'USkeletalMesh::SamplingInfo' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, AssetUserData) == 0x0004A8, "Member 'USkeletalMesh::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, Sockets) == 0x0004B8, "Member 'USkeletalMesh::Sockets' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkinWeightProfiles) == 0x0004D8, "Member 'USkeletalMesh::SkinWeightProfiles' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, DefaultMeshDeformer) == 0x0004E8, "Member 'USkeletalMesh::DefaultMeshDeformer' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, TargetMeshDeformers) == 0x0004F0, "Member 'USkeletalMesh::TargetMeshDeformers' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, OverlayMaterial) == 0x0004F8, "Member 'USkeletalMesh::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, OverlayMaterialMaxDrawDistance) == 0x000500, "Member 'USkeletalMesh::OverlayMaterialMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ForwardAxis) == 0x000504, "Member 'USkeletalMesh::ForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, LODInfo) == 0x000508, "Member 'USkeletalMesh::LODInfo' 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) == 0x0000B8, "Wrong size on USkeletalMeshLODSettings"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MinQualityLevelLOD) == 0x000030, "Member 'USkeletalMeshLODSettings::MinQualityLevelLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MinLOD) == 0x000098, "Member 'USkeletalMeshLODSettings::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, DisableBelowMinLodStripping) == 0x00009C, "Member 'USkeletalMeshLODSettings::DisableBelowMinLodStripping' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, bOverrideLODStreamingSettings) == 0x00009D, "Member 'USkeletalMeshLODSettings::bOverrideLODStreamingSettings' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, bSupportLODStreaming) == 0x00009E, "Member 'USkeletalMeshLODSettings::bSupportLODStreaming' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MaxNumStreamedLODs) == 0x0000A0, "Member 'USkeletalMeshLODSettings::MaxNumStreamedLODs' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MaxNumOptionalLODs) == 0x0000A4, "Member 'USkeletalMeshLODSettings::MaxNumOptionalLODs' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, LODGroups) == 0x0000A8, "Member 'USkeletalMeshLODSettings::LODGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshDescriptionBulkData \ +static_assert(alignof(USkeletalMeshDescriptionBulkData) == 0x000008, "Wrong alignment on USkeletalMeshDescriptionBulkData"); \ +static_assert(sizeof(USkeletalMeshDescriptionBulkData) == 0x000028, "Wrong size on USkeletalMeshDescriptionBulkData"); \ + +#define DUMPER7_ASSERTS_UButtonStyleAsset \ +static_assert(alignof(UButtonStyleAsset) == 0x000010, "Wrong alignment on UButtonStyleAsset"); \ +static_assert(sizeof(UButtonStyleAsset) == 0x0003C0, "Wrong size on UButtonStyleAsset"); \ +static_assert(offsetof(UButtonStyleAsset, ButtonStyle) == 0x000030, "Member 'UButtonStyleAsset::ButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheckBoxStyleAsset \ +static_assert(alignof(UCheckBoxStyleAsset) == 0x000010, "Wrong alignment on UCheckBoxStyleAsset"); \ +static_assert(sizeof(UCheckBoxStyleAsset) == 0x000980, "Wrong size on UCheckBoxStyleAsset"); \ +static_assert(offsetof(UCheckBoxStyleAsset, CheckBoxStyle) == 0x000030, "Member 'UCheckBoxStyleAsset::CheckBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateBrushAsset \ +static_assert(alignof(USlateBrushAsset) == 0x000010, "Wrong alignment on USlateBrushAsset"); \ +static_assert(sizeof(USlateBrushAsset) == 0x0000E0, "Wrong size on USlateBrushAsset"); \ +static_assert(offsetof(USlateBrushAsset, Brush) == 0x000030, "Member 'USlateBrushAsset::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundAttenuation \ +static_assert(alignof(USoundAttenuation) == 0x000008, "Wrong alignment on USoundAttenuation"); \ +static_assert(sizeof(USoundAttenuation) == 0x0003F8, "Wrong size on USoundAttenuation"); \ +static_assert(offsetof(USoundAttenuation, Attenuation) == 0x000028, "Member 'USoundAttenuation::Attenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SoundConcurrency_SetMaxCount \ +static_assert(alignof(SoundConcurrency_SetMaxCount) == 0x000004, "Wrong alignment on SoundConcurrency_SetMaxCount"); \ +static_assert(sizeof(SoundConcurrency_SetMaxCount) == 0x000008, "Wrong size on SoundConcurrency_SetMaxCount"); \ +static_assert(offsetof(SoundConcurrency_SetMaxCount, InMaxCount) == 0x000000, "Member 'SoundConcurrency_SetMaxCount::InMaxCount' has a wrong offset!"); \ +static_assert(offsetof(SoundConcurrency_SetMaxCount, ReturnValue) == 0x000004, "Member 'SoundConcurrency_SetMaxCount::ReturnValue' 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) == 0x000578, "Wrong size on USoundCue"); \ +static_assert(offsetof(USoundCue, FirstNode) == 0x000180, "Member 'USoundCue::FirstNode' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, VolumeMultiplier) == 0x000188, "Member 'USoundCue::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, PitchMultiplier) == 0x00018C, "Member 'USoundCue::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, AttenuationOverrides) == 0x000190, "Member 'USoundCue::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, SubtitlePriority) == 0x000560, "Member 'USoundCue::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, CookedQualityIndex) == 0x00056C, "Member 'USoundCue::CookedQualityIndex' 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_USoundNodeAssetReferencer \ +static_assert(alignof(USoundNodeAssetReferencer) == 0x000008, "Wrong alignment on USoundNodeAssetReferencer"); \ +static_assert(sizeof(USoundNodeAssetReferencer) == 0x000048, "Wrong size on USoundNodeAssetReferencer"); \ + +#define DUMPER7_ASSERTS_USoundNodeAttenuation \ +static_assert(alignof(USoundNodeAttenuation) == 0x000008, "Wrong alignment on USoundNodeAttenuation"); \ +static_assert(sizeof(USoundNodeAttenuation) == 0x000428, "Wrong size on USoundNodeAttenuation"); \ +static_assert(offsetof(USoundNodeAttenuation, AttenuationSettings) == 0x000048, "Member 'USoundNodeAttenuation::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeAttenuation, AttenuationOverrides) == 0x000050, "Member 'USoundNodeAttenuation::AttenuationOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_USoundNodeDistanceCrossFade \ +static_assert(alignof(USoundNodeDistanceCrossFade) == 0x000008, "Wrong alignment on USoundNodeDistanceCrossFade"); \ +static_assert(sizeof(USoundNodeDistanceCrossFade) == 0x000058, "Wrong size on USoundNodeDistanceCrossFade"); \ +static_assert(offsetof(USoundNodeDistanceCrossFade, CrossFadeInput) == 0x000048, "Member 'USoundNodeDistanceCrossFade::CrossFadeInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundNodeDoppler \ +static_assert(alignof(USoundNodeDoppler) == 0x000008, "Wrong alignment on USoundNodeDoppler"); \ +static_assert(sizeof(USoundNodeDoppler) == 0x000058, "Wrong size on USoundNodeDoppler"); \ +static_assert(offsetof(USoundNodeDoppler, DopplerIntensity) == 0x000048, "Member 'USoundNodeDoppler::DopplerIntensity' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeDoppler, bUseSmoothing) == 0x00004C, "Member 'USoundNodeDoppler::bUseSmoothing' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeDoppler, SmoothingInterpSpeed) == 0x000050, "Member 'USoundNodeDoppler::SmoothingInterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_USoundNodeMature \ +static_assert(alignof(USoundNodeMature) == 0x000008, "Wrong alignment on USoundNodeMature"); \ +static_assert(sizeof(USoundNodeMature) == 0x000048, "Wrong size on USoundNodeMature"); \ + +#define DUMPER7_ASSERTS_USoundNodeMixer \ +static_assert(alignof(USoundNodeMixer) == 0x000008, "Wrong alignment on USoundNodeMixer"); \ +static_assert(sizeof(USoundNodeMixer) == 0x000058, "Wrong size on USoundNodeMixer"); \ +static_assert(offsetof(USoundNodeMixer, InputVolume) == 0x000048, "Member 'USoundNodeMixer::InputVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_USoundNodeWavePlayer \ +static_assert(alignof(USoundNodeWavePlayer) == 0x000008, "Wrong alignment on USoundNodeWavePlayer"); \ +static_assert(sizeof(USoundNodeWavePlayer) == 0x000080, "Wrong size on USoundNodeWavePlayer"); \ +static_assert(offsetof(USoundNodeWavePlayer, SoundWaveAssetPtr) == 0x000048, "Member 'USoundNodeWavePlayer::SoundWaveAssetPtr' has a wrong offset!"); \ +static_assert(offsetof(USoundNodeWavePlayer, SoundWave) == 0x000070, "Member 'USoundNodeWavePlayer::SoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundSourceBus \ +static_assert(alignof(USoundSourceBus) == 0x000008, "Wrong alignment on USoundSourceBus"); \ +static_assert(sizeof(USoundSourceBus) == 0x000420, "Wrong size on USoundSourceBus"); \ +static_assert(offsetof(USoundSourceBus, SourceBusChannels) == 0x000408, "Member 'USoundSourceBus::SourceBusChannels' has a wrong offset!"); \ +static_assert(offsetof(USoundSourceBus, SourceBusDuration) == 0x00040C, "Member 'USoundSourceBus::SourceBusDuration' has a wrong offset!"); \ +static_assert(offsetof(USoundSourceBus, AudioBus) == 0x000410, "Member 'USoundSourceBus::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundfieldSubmix \ +static_assert(alignof(USoundfieldSubmix) == 0x000008, "Wrong alignment on USoundfieldSubmix"); \ +static_assert(sizeof(USoundfieldSubmix) == 0x000118, "Wrong size on USoundfieldSubmix"); \ +static_assert(offsetof(USoundfieldSubmix, SoundfieldEncodingFormat) == 0x0000F0, "Member 'USoundfieldSubmix::SoundfieldEncodingFormat' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldSubmix, EncodingSettings) == 0x0000F8, "Member 'USoundfieldSubmix::EncodingSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldSubmix, SoundfieldEffectChain) == 0x000100, "Member 'USoundfieldSubmix::SoundfieldEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldSubmix, EncodingSettingsClass) == 0x000110, "Member 'USoundfieldSubmix::EncodingSettingsClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndpointSubmix \ +static_assert(alignof(UEndpointSubmix) == 0x000008, "Wrong alignment on UEndpointSubmix"); \ +static_assert(sizeof(UEndpointSubmix) == 0x0000A8, "Wrong size on UEndpointSubmix"); \ +static_assert(offsetof(UEndpointSubmix, EndpointType) == 0x000090, "Member 'UEndpointSubmix::EndpointType' has a wrong offset!"); \ +static_assert(offsetof(UEndpointSubmix, EndpointSettingsClass) == 0x000098, "Member 'UEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEndpointSubmix, EndpointSettings) == 0x0000A0, "Member 'UEndpointSubmix::EndpointSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundfieldEndpointSubmix \ +static_assert(alignof(USoundfieldEndpointSubmix) == 0x000008, "Wrong alignment on USoundfieldEndpointSubmix"); \ +static_assert(sizeof(USoundfieldEndpointSubmix) == 0x0000C8, "Wrong size on USoundfieldEndpointSubmix"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEndpointType) == 0x000090, "Member 'USoundfieldEndpointSubmix::SoundfieldEndpointType' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettingsClass) == 0x000098, "Member 'USoundfieldEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettings) == 0x0000A0, "Member 'USoundfieldEndpointSubmix::EndpointSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettingsClass) == 0x0000A8, "Member 'USoundfieldEndpointSubmix::EncodingSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettings) == 0x0000B0, "Member 'USoundfieldEndpointSubmix::EncodingSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEffectChain) == 0x0000B8, "Member 'USoundfieldEndpointSubmix::SoundfieldEffectChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USparseVolumeTextureFrame \ +static_assert(alignof(USparseVolumeTextureFrame) == 0x000010, "Wrong alignment on USparseVolumeTextureFrame"); \ +static_assert(sizeof(USparseVolumeTextureFrame) == 0x0001D0, "Wrong size on USparseVolumeTextureFrame"); \ +static_assert(offsetof(USparseVolumeTextureFrame, Owner) == 0x000028, "Member 'USparseVolumeTextureFrame::Owner' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureFrame, FrameIndex) == 0x000030, "Member 'USparseVolumeTextureFrame::FrameIndex' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureFrame, Transform) == 0x000040, "Member 'USparseVolumeTextureFrame::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticSparseVolumeTexture \ +static_assert(alignof(UStaticSparseVolumeTexture) == 0x000010, "Wrong alignment on UStaticSparseVolumeTexture"); \ +static_assert(sizeof(UStaticSparseVolumeTexture) == 0x0000B0, "Wrong size on UStaticSparseVolumeTexture"); \ + +#define DUMPER7_ASSERTS_ASpectatorPawn \ +static_assert(alignof(ASpectatorPawn) == 0x000008, "Wrong alignment on ASpectatorPawn"); \ +static_assert(sizeof(ASpectatorPawn) == 0x000358, "Wrong size on ASpectatorPawn"); \ + +#define DUMPER7_ASSERTS_USpectatorPawnMovement \ +static_assert(alignof(USpectatorPawnMovement) == 0x000008, "Wrong alignment on USpectatorPawnMovement"); \ +static_assert(sizeof(USpectatorPawnMovement) == 0x0001B0, "Wrong size on USpectatorPawnMovement"); \ + +#define DUMPER7_ASSERTS_ASplineMeshActor \ +static_assert(alignof(ASplineMeshActor) == 0x000008, "Wrong alignment on ASplineMeshActor"); \ +static_assert(sizeof(ASplineMeshActor) == 0x0002B8, "Wrong size on ASplineMeshActor"); \ +static_assert(offsetof(ASplineMeshActor, SplineMeshComponent) == 0x0002B0, "Member 'ASplineMeshActor::SplineMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_CreateStaticMeshDescription \ +static_assert(alignof(StaticMesh_CreateStaticMeshDescription) == 0x000008, "Wrong alignment on StaticMesh_CreateStaticMeshDescription"); \ +static_assert(sizeof(StaticMesh_CreateStaticMeshDescription) == 0x000010, "Wrong size on StaticMesh_CreateStaticMeshDescription"); \ +static_assert(offsetof(StaticMesh_CreateStaticMeshDescription, Outer_0) == 0x000000, "Member 'StaticMesh_CreateStaticMeshDescription::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_CreateStaticMeshDescription, ReturnValue) == 0x000008, "Member 'StaticMesh_CreateStaticMeshDescription::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_AddMaterial \ +static_assert(alignof(StaticMesh_AddMaterial) == 0x000008, "Wrong alignment on StaticMesh_AddMaterial"); \ +static_assert(sizeof(StaticMesh_AddMaterial) == 0x000010, "Wrong size on StaticMesh_AddMaterial"); \ +static_assert(offsetof(StaticMesh_AddMaterial, Material) == 0x000000, "Member 'StaticMesh_AddMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_AddMaterial, ReturnValue) == 0x000008, "Member 'StaticMesh_AddMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_AddSocket \ +static_assert(alignof(StaticMesh_AddSocket) == 0x000008, "Wrong alignment on StaticMesh_AddSocket"); \ +static_assert(sizeof(StaticMesh_AddSocket) == 0x000008, "Wrong size on StaticMesh_AddSocket"); \ +static_assert(offsetof(StaticMesh_AddSocket, Socket) == 0x000000, "Member 'StaticMesh_AddSocket::Socket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_BuildFromStaticMeshDescriptions \ +static_assert(alignof(StaticMesh_BuildFromStaticMeshDescriptions) == 0x000008, "Wrong alignment on StaticMesh_BuildFromStaticMeshDescriptions"); \ +static_assert(sizeof(StaticMesh_BuildFromStaticMeshDescriptions) == 0x000018, "Wrong size on StaticMesh_BuildFromStaticMeshDescriptions"); \ +static_assert(offsetof(StaticMesh_BuildFromStaticMeshDescriptions, StaticMeshDescriptions) == 0x000000, "Member 'StaticMesh_BuildFromStaticMeshDescriptions::StaticMeshDescriptions' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_BuildFromStaticMeshDescriptions, bBuildSimpleCollision) == 0x000010, "Member 'StaticMesh_BuildFromStaticMeshDescriptions::bBuildSimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_BuildFromStaticMeshDescriptions, bFastBuild) == 0x000011, "Member 'StaticMesh_BuildFromStaticMeshDescriptions::bFastBuild' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetStaticMeshDescription \ +static_assert(alignof(StaticMesh_GetStaticMeshDescription) == 0x000008, "Wrong alignment on StaticMesh_GetStaticMeshDescription"); \ +static_assert(sizeof(StaticMesh_GetStaticMeshDescription) == 0x000010, "Wrong size on StaticMesh_GetStaticMeshDescription"); \ +static_assert(offsetof(StaticMesh_GetStaticMeshDescription, LODIndex) == 0x000000, "Member 'StaticMesh_GetStaticMeshDescription::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetStaticMeshDescription, ReturnValue) == 0x000008, "Member 'StaticMesh_GetStaticMeshDescription::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_RemoveSocket \ +static_assert(alignof(StaticMesh_RemoveSocket) == 0x000008, "Wrong alignment on StaticMesh_RemoveSocket"); \ +static_assert(sizeof(StaticMesh_RemoveSocket) == 0x000008, "Wrong size on StaticMesh_RemoveSocket"); \ +static_assert(offsetof(StaticMesh_RemoveSocket, Socket) == 0x000000, "Member 'StaticMesh_RemoveSocket::Socket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_SetMinimumLODForPlatform \ +static_assert(alignof(StaticMesh_SetMinimumLODForPlatform) == 0x000004, "Wrong alignment on StaticMesh_SetMinimumLODForPlatform"); \ +static_assert(sizeof(StaticMesh_SetMinimumLODForPlatform) == 0x00000C, "Wrong size on StaticMesh_SetMinimumLODForPlatform"); \ +static_assert(offsetof(StaticMesh_SetMinimumLODForPlatform, PlatformName) == 0x000000, "Member 'StaticMesh_SetMinimumLODForPlatform::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_SetMinimumLODForPlatform, InMinLOD) == 0x000008, "Member 'StaticMesh_SetMinimumLODForPlatform::InMinLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_SetMinimumLODForPlatforms \ +static_assert(alignof(StaticMesh_SetMinimumLODForPlatforms) == 0x000008, "Wrong alignment on StaticMesh_SetMinimumLODForPlatforms"); \ +static_assert(sizeof(StaticMesh_SetMinimumLODForPlatforms) == 0x000050, "Wrong size on StaticMesh_SetMinimumLODForPlatforms"); \ +static_assert(offsetof(StaticMesh_SetMinimumLODForPlatforms, PlatformMinimumLODs) == 0x000000, "Member 'StaticMesh_SetMinimumLODForPlatforms::PlatformMinimumLODs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_SetMinLODForQualityLevels \ +static_assert(alignof(StaticMesh_SetMinLODForQualityLevels) == 0x000008, "Wrong alignment on StaticMesh_SetMinLODForQualityLevels"); \ +static_assert(sizeof(StaticMesh_SetMinLODForQualityLevels) == 0x000058, "Wrong size on StaticMesh_SetMinLODForQualityLevels"); \ +static_assert(offsetof(StaticMesh_SetMinLODForQualityLevels, QualityLevelMinimumLODs) == 0x000000, "Member 'StaticMesh_SetMinLODForQualityLevels::QualityLevelMinimumLODs' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_SetMinLODForQualityLevels, Default) == 0x000050, "Member 'StaticMesh_SetMinLODForQualityLevels::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_SetStaticMaterials \ +static_assert(alignof(StaticMesh_SetStaticMaterials) == 0x000008, "Wrong alignment on StaticMesh_SetStaticMaterials"); \ +static_assert(sizeof(StaticMesh_SetStaticMaterials) == 0x000010, "Wrong size on StaticMesh_SetStaticMaterials"); \ +static_assert(offsetof(StaticMesh_SetStaticMaterials, InStaticMaterials) == 0x000000, "Member 'StaticMesh_SetStaticMaterials::InStaticMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_FindSocket \ +static_assert(alignof(StaticMesh_FindSocket) == 0x000008, "Wrong alignment on StaticMesh_FindSocket"); \ +static_assert(sizeof(StaticMesh_FindSocket) == 0x000010, "Wrong size on StaticMesh_FindSocket"); \ +static_assert(offsetof(StaticMesh_FindSocket, InSocketName) == 0x000000, "Member 'StaticMesh_FindSocket::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_FindSocket, ReturnValue) == 0x000008, "Member 'StaticMesh_FindSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetBodySetup \ +static_assert(alignof(StaticMesh_GetBodySetup) == 0x000008, "Wrong alignment on StaticMesh_GetBodySetup"); \ +static_assert(sizeof(StaticMesh_GetBodySetup) == 0x000008, "Wrong size on StaticMesh_GetBodySetup"); \ +static_assert(offsetof(StaticMesh_GetBodySetup, ReturnValue) == 0x000000, "Member 'StaticMesh_GetBodySetup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetBoundingBox \ +static_assert(alignof(StaticMesh_GetBoundingBox) == 0x000008, "Wrong alignment on StaticMesh_GetBoundingBox"); \ +static_assert(sizeof(StaticMesh_GetBoundingBox) == 0x000038, "Wrong size on StaticMesh_GetBoundingBox"); \ +static_assert(offsetof(StaticMesh_GetBoundingBox, ReturnValue) == 0x000000, "Member 'StaticMesh_GetBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetBounds \ +static_assert(alignof(StaticMesh_GetBounds) == 0x000008, "Wrong alignment on StaticMesh_GetBounds"); \ +static_assert(sizeof(StaticMesh_GetBounds) == 0x000038, "Wrong size on StaticMesh_GetBounds"); \ +static_assert(offsetof(StaticMesh_GetBounds, ReturnValue) == 0x000000, "Member 'StaticMesh_GetBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMaterial \ +static_assert(alignof(StaticMesh_GetMaterial) == 0x000008, "Wrong alignment on StaticMesh_GetMaterial"); \ +static_assert(sizeof(StaticMesh_GetMaterial) == 0x000010, "Wrong size on StaticMesh_GetMaterial"); \ +static_assert(offsetof(StaticMesh_GetMaterial, MaterialIndex) == 0x000000, "Member 'StaticMesh_GetMaterial::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetMaterial, ReturnValue) == 0x000008, "Member 'StaticMesh_GetMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMaterialIndex \ +static_assert(alignof(StaticMesh_GetMaterialIndex) == 0x000004, "Wrong alignment on StaticMesh_GetMaterialIndex"); \ +static_assert(sizeof(StaticMesh_GetMaterialIndex) == 0x00000C, "Wrong size on StaticMesh_GetMaterialIndex"); \ +static_assert(offsetof(StaticMesh_GetMaterialIndex, MaterialSlotName) == 0x000000, "Member 'StaticMesh_GetMaterialIndex::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetMaterialIndex, ReturnValue) == 0x000008, "Member 'StaticMesh_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMinimumLODForPlatform \ +static_assert(alignof(StaticMesh_GetMinimumLODForPlatform) == 0x000004, "Wrong alignment on StaticMesh_GetMinimumLODForPlatform"); \ +static_assert(sizeof(StaticMesh_GetMinimumLODForPlatform) == 0x00000C, "Wrong size on StaticMesh_GetMinimumLODForPlatform"); \ +static_assert(offsetof(StaticMesh_GetMinimumLODForPlatform, PlatformName) == 0x000000, "Member 'StaticMesh_GetMinimumLODForPlatform::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetMinimumLODForPlatform, ReturnValue) == 0x000008, "Member 'StaticMesh_GetMinimumLODForPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMinimumLODForPlatforms \ +static_assert(alignof(StaticMesh_GetMinimumLODForPlatforms) == 0x000008, "Wrong alignment on StaticMesh_GetMinimumLODForPlatforms"); \ +static_assert(sizeof(StaticMesh_GetMinimumLODForPlatforms) == 0x000050, "Wrong size on StaticMesh_GetMinimumLODForPlatforms"); \ +static_assert(offsetof(StaticMesh_GetMinimumLODForPlatforms, PlatformMinimumLODs) == 0x000000, "Member 'StaticMesh_GetMinimumLODForPlatforms::PlatformMinimumLODs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMinimumLODForQualityLevel \ +static_assert(alignof(StaticMesh_GetMinimumLODForQualityLevel) == 0x000004, "Wrong alignment on StaticMesh_GetMinimumLODForQualityLevel"); \ +static_assert(sizeof(StaticMesh_GetMinimumLODForQualityLevel) == 0x00000C, "Wrong size on StaticMesh_GetMinimumLODForQualityLevel"); \ +static_assert(offsetof(StaticMesh_GetMinimumLODForQualityLevel, QualityLevel) == 0x000000, "Member 'StaticMesh_GetMinimumLODForQualityLevel::QualityLevel' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetMinimumLODForQualityLevel, ReturnValue) == 0x000008, "Member 'StaticMesh_GetMinimumLODForQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMinimumLODForQualityLevels \ +static_assert(alignof(StaticMesh_GetMinimumLODForQualityLevels) == 0x000008, "Wrong alignment on StaticMesh_GetMinimumLODForQualityLevels"); \ +static_assert(sizeof(StaticMesh_GetMinimumLODForQualityLevels) == 0x000050, "Wrong size on StaticMesh_GetMinimumLODForQualityLevels"); \ +static_assert(offsetof(StaticMesh_GetMinimumLODForQualityLevels, QualityLevelMinimumLODs) == 0x000000, "Member 'StaticMesh_GetMinimumLODForQualityLevels::QualityLevelMinimumLODs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetMinLODForQualityLevels \ +static_assert(alignof(StaticMesh_GetMinLODForQualityLevels) == 0x000008, "Wrong alignment on StaticMesh_GetMinLODForQualityLevels"); \ +static_assert(sizeof(StaticMesh_GetMinLODForQualityLevels) == 0x000058, "Wrong size on StaticMesh_GetMinLODForQualityLevels"); \ +static_assert(offsetof(StaticMesh_GetMinLODForQualityLevels, QualityLevelMinimumLODs) == 0x000000, "Member 'StaticMesh_GetMinLODForQualityLevels::QualityLevelMinimumLODs' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetMinLODForQualityLevels, Default) == 0x000050, "Member 'StaticMesh_GetMinLODForQualityLevels::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetNumLODs \ +static_assert(alignof(StaticMesh_GetNumLODs) == 0x000004, "Wrong alignment on StaticMesh_GetNumLODs"); \ +static_assert(sizeof(StaticMesh_GetNumLODs) == 0x000004, "Wrong size on StaticMesh_GetNumLODs"); \ +static_assert(offsetof(StaticMesh_GetNumLODs, ReturnValue) == 0x000000, "Member 'StaticMesh_GetNumLODs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetNumSections \ +static_assert(alignof(StaticMesh_GetNumSections) == 0x000004, "Wrong alignment on StaticMesh_GetNumSections"); \ +static_assert(sizeof(StaticMesh_GetNumSections) == 0x000008, "Wrong size on StaticMesh_GetNumSections"); \ +static_assert(offsetof(StaticMesh_GetNumSections, InLOD) == 0x000000, "Member 'StaticMesh_GetNumSections::InLOD' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetNumSections, ReturnValue) == 0x000004, "Member 'StaticMesh_GetNumSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetNumTriangles \ +static_assert(alignof(StaticMesh_GetNumTriangles) == 0x000004, "Wrong alignment on StaticMesh_GetNumTriangles"); \ +static_assert(sizeof(StaticMesh_GetNumTriangles) == 0x000008, "Wrong size on StaticMesh_GetNumTriangles"); \ +static_assert(offsetof(StaticMesh_GetNumTriangles, LODIndex) == 0x000000, "Member 'StaticMesh_GetNumTriangles::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetNumTriangles, ReturnValue) == 0x000004, "Member 'StaticMesh_GetNumTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetNumVertices \ +static_assert(alignof(StaticMesh_GetNumVertices) == 0x000004, "Wrong alignment on StaticMesh_GetNumVertices"); \ +static_assert(sizeof(StaticMesh_GetNumVertices) == 0x000008, "Wrong size on StaticMesh_GetNumVertices"); \ +static_assert(offsetof(StaticMesh_GetNumVertices, LODIndex) == 0x000000, "Member 'StaticMesh_GetNumVertices::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetNumVertices, ReturnValue) == 0x000004, "Member 'StaticMesh_GetNumVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetSocketsByTag \ +static_assert(alignof(StaticMesh_GetSocketsByTag) == 0x000008, "Wrong alignment on StaticMesh_GetSocketsByTag"); \ +static_assert(sizeof(StaticMesh_GetSocketsByTag) == 0x000020, "Wrong size on StaticMesh_GetSocketsByTag"); \ +static_assert(offsetof(StaticMesh_GetSocketsByTag, InSocketTag) == 0x000000, "Member 'StaticMesh_GetSocketsByTag::InSocketTag' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetSocketsByTag, ReturnValue) == 0x000010, "Member 'StaticMesh_GetSocketsByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetStaticMaterials \ +static_assert(alignof(StaticMesh_GetStaticMaterials) == 0x000008, "Wrong alignment on StaticMesh_GetStaticMaterials"); \ +static_assert(sizeof(StaticMesh_GetStaticMaterials) == 0x000010, "Wrong size on StaticMesh_GetStaticMaterials"); \ +static_assert(offsetof(StaticMesh_GetStaticMaterials, ReturnValue) == 0x000000, "Member 'StaticMesh_GetStaticMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMesh \ +static_assert(alignof(UStaticMesh) == 0x000008, "Wrong alignment on UStaticMesh"); \ +static_assert(sizeof(UStaticMesh) == 0x0002A0, "Wrong size on UStaticMesh"); \ +static_assert(offsetof(UStaticMesh, MinQualityLevelLOD) == 0x000100, "Member 'UStaticMesh::MinQualityLevelLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, MinLOD) == 0x000168, "Member 'UStaticMesh::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, ElementToIgnoreForTexFactor) == 0x00016C, "Member 'UStaticMesh::ElementToIgnoreForTexFactor' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, StaticMaterials) == 0x000170, "Member 'UStaticMesh::StaticMaterials' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightmapUVDensity) == 0x0001B8, "Member 'UStaticMesh::LightmapUVDensity' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightMapResolution) == 0x0001BC, "Member 'UStaticMesh::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightMapCoordinateIndex) == 0x0001C0, "Member 'UStaticMesh::LightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, StaticMeshPaintSupport) == 0x0001C4, "Member 'UStaticMesh::StaticMeshPaintSupport' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, MeshPaintTextureCoordinateIndex) == 0x0001C8, "Member 'UStaticMesh::MeshPaintTextureCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, MeshPaintTextureResolution) == 0x0001CC, "Member 'UStaticMesh::MeshPaintTextureResolution' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, DistanceFieldSelfShadowBias) == 0x0001D0, "Member 'UStaticMesh::DistanceFieldSelfShadowBias' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, BodySetup) == 0x0001D8, "Member 'UStaticMesh::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LODForCollision) == 0x0001E0, "Member 'UStaticMesh::LODForCollision' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, Sockets) == 0x000200, "Member 'UStaticMesh::Sockets' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, PositiveBoundsExtension) == 0x000220, "Member 'UStaticMesh::PositiveBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, NegativeBoundsExtension) == 0x000238, "Member 'UStaticMesh::NegativeBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, ExtendedBounds) == 0x000250, "Member 'UStaticMesh::ExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, AssetUserData) == 0x000288, "Member 'UStaticMesh::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, NavCollision) == 0x000298, "Member 'UStaticMesh::NavCollision' 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_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_USubtitleAssetUserData \ +static_assert(alignof(USubtitleAssetUserData) == 0x000008, "Wrong alignment on USubtitleAssetUserData"); \ +static_assert(sizeof(USubtitleAssetUserData) == 0x000038, "Wrong size on USubtitleAssetUserData"); \ +static_assert(offsetof(USubtitleAssetUserData, Subtitles) == 0x000028, "Member 'USubtitleAssetUserData::Subtitles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATargetPoint \ +static_assert(alignof(ATargetPoint) == 0x000008, "Wrong alignment on ATargetPoint"); \ +static_assert(sizeof(ATargetPoint) == 0x0002B0, "Wrong size on ATargetPoint"); \ + +#define DUMPER7_ASSERTS_UAutomationTestSettings \ +static_assert(alignof(UAutomationTestSettings) == 0x000008, "Wrong alignment on UAutomationTestSettings"); \ +static_assert(sizeof(UAutomationTestSettings) == 0x000358, "Wrong size on UAutomationTestSettings"); \ +static_assert(offsetof(UAutomationTestSettings, EngineTestModules) == 0x000028, "Member 'UAutomationTestSettings::EngineTestModules' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, EditorTestModules) == 0x000038, "Member 'UAutomationTestSettings::EditorTestModules' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, AutomationTestmap) == 0x000048, "Member 'UAutomationTestSettings::AutomationTestmap' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, EditorPerformanceTestMaps) == 0x000068, "Member 'UAutomationTestSettings::EditorPerformanceTestMaps' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, AssetsToOpen) == 0x000078, "Member 'UAutomationTestSettings::AssetsToOpen' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, MapsToPIETest) == 0x000088, "Member 'UAutomationTestSettings::MapsToPIETest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, bUseAllProjectMapsToPlayInPIE) == 0x000098, "Member 'UAutomationTestSettings::bUseAllProjectMapsToPlayInPIE' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, BuildPromotionTest) == 0x0000A0, "Member 'UAutomationTestSettings::BuildPromotionTest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, MaterialEditorPromotionTest) == 0x000290, "Member 'UAutomationTestSettings::MaterialEditorPromotionTest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, ParticleEditorPromotionTest) == 0x0002C0, "Member 'UAutomationTestSettings::ParticleEditorPromotionTest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, BlueprintEditorPromotionTest) == 0x0002D0, "Member 'UAutomationTestSettings::BlueprintEditorPromotionTest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, TestLevelFolders) == 0x000300, "Member 'UAutomationTestSettings::TestLevelFolders' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, ExternalTools) == 0x000310, "Member 'UAutomationTestSettings::ExternalTools' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, ImportExportTestDefinitions) == 0x000320, "Member 'UAutomationTestSettings::ImportExportTestDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, LaunchOnSettings) == 0x000330, "Member 'UAutomationTestSettings::LaunchOnSettings' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, DefaultScreenshotResolution) == 0x000340, "Member 'UAutomationTestSettings::DefaultScreenshotResolution' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, PIETestDuration) == 0x000348, "Member 'UAutomationTestSettings::PIETestDuration' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, DefaultInteractiveFramerate) == 0x00034C, "Member 'UAutomationTestSettings::DefaultInteractiveFramerate' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, DefaultInteractiveFramerateWaitTime) == 0x000350, "Member 'UAutomationTestSettings::DefaultInteractiveFramerateWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, DefaultInteractiveFramerateDuration) == 0x000354, "Member 'UAutomationTestSettings::DefaultInteractiveFramerateDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncLoadingTests_Shared \ +static_assert(alignof(UAsyncLoadingTests_Shared) == 0x000008, "Wrong alignment on UAsyncLoadingTests_Shared"); \ +static_assert(sizeof(UAsyncLoadingTests_Shared) == 0x000058, "Wrong size on UAsyncLoadingTests_Shared"); \ +static_assert(offsetof(UAsyncLoadingTests_Shared, SoftReference) == 0x000028, "Member 'UAsyncLoadingTests_Shared::SoftReference' has a wrong offset!"); \ +static_assert(offsetof(UAsyncLoadingTests_Shared, HardReference) == 0x000050, "Member 'UAsyncLoadingTests_Shared::HardReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextImportContainer \ +static_assert(alignof(UTextImportContainer) == 0x000008, "Wrong alignment on UTextImportContainer"); \ +static_assert(sizeof(UTextImportContainer) == 0x000040, "Wrong size on UTextImportContainer"); \ +static_assert(offsetof(UTextImportContainer, ResultStruct) == 0x000028, "Member 'UTextImportContainer::ResultStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransactionDiffingTestObject \ +static_assert(alignof(UTransactionDiffingTestObject) == 0x000008, "Wrong alignment on UTransactionDiffingTestObject"); \ +static_assert(sizeof(UTransactionDiffingTestObject) == 0x000098, "Wrong size on UTransactionDiffingTestObject"); \ +static_assert(offsetof(UTransactionDiffingTestObject, NamesArray) == 0x000028, "Member 'UTransactionDiffingTestObject::NamesArray' has a wrong offset!"); \ +static_assert(offsetof(UTransactionDiffingTestObject, AdditionalName) == 0x000038, "Member 'UTransactionDiffingTestObject::AdditionalName' has a wrong offset!"); \ +static_assert(offsetof(UTransactionDiffingTestObject, ObjectsArray) == 0x000040, "Member 'UTransactionDiffingTestObject::ObjectsArray' has a wrong offset!"); \ +static_assert(offsetof(UTransactionDiffingTestObject, AdditionalObject) == 0x000050, "Member 'UTransactionDiffingTestObject::AdditionalObject' has a wrong offset!"); \ +static_assert(offsetof(UTransactionDiffingTestObject, SoftObjectsArray) == 0x000058, "Member 'UTransactionDiffingTestObject::SoftObjectsArray' has a wrong offset!"); \ +static_assert(offsetof(UTransactionDiffingTestObject, AdditionalSoftObject) == 0x000068, "Member 'UTransactionDiffingTestObject::AdditionalSoftObject' has a wrong offset!"); \ +static_assert(offsetof(UTransactionDiffingTestObject, PropertyData) == 0x000090, "Member 'UTransactionDiffingTestObject::PropertyData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture2DDynamic \ +static_assert(alignof(UTexture2DDynamic) == 0x000008, "Wrong alignment on UTexture2DDynamic"); \ +static_assert(sizeof(UTexture2DDynamic) == 0x000168, "Wrong size on UTexture2DDynamic"); \ +static_assert(offsetof(UTexture2DDynamic, Format) == 0x000158, "Member 'UTexture2DDynamic::Format' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget2DArray \ +static_assert(alignof(UTextureRenderTarget2DArray) == 0x000008, "Wrong alignment on UTextureRenderTarget2DArray"); \ +static_assert(sizeof(UTextureRenderTarget2DArray) == 0x000178, "Wrong size on UTextureRenderTarget2DArray"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, SizeX) == 0x000158, "Member 'UTextureRenderTarget2DArray::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, SizeY) == 0x00015C, "Member 'UTextureRenderTarget2DArray::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, Slices) == 0x000160, "Member 'UTextureRenderTarget2DArray::Slices' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, ClearColor) == 0x000164, "Member 'UTextureRenderTarget2DArray::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, OverrideFormat) == 0x000174, "Member 'UTextureRenderTarget2DArray::OverrideFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTargetCube \ +static_assert(alignof(UTextureRenderTargetCube) == 0x000008, "Wrong alignment on UTextureRenderTargetCube"); \ +static_assert(sizeof(UTextureRenderTargetCube) == 0x000178, "Wrong size on UTextureRenderTargetCube"); \ +static_assert(offsetof(UTextureRenderTargetCube, SizeX) == 0x000158, "Member 'UTextureRenderTargetCube::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetCube, ClearColor) == 0x00015C, "Member 'UTextureRenderTargetCube::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetCube, OverrideFormat) == 0x00016C, "Member 'UTextureRenderTargetCube::OverrideFormat' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetCube, MipsSamplerFilter) == 0x00016E, "Member 'UTextureRenderTargetCube::MipsSamplerFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTargetVolume \ +static_assert(alignof(UTextureRenderTargetVolume) == 0x000008, "Wrong alignment on UTextureRenderTargetVolume"); \ +static_assert(sizeof(UTextureRenderTargetVolume) == 0x000178, "Wrong size on UTextureRenderTargetVolume"); \ +static_assert(offsetof(UTextureRenderTargetVolume, SizeX) == 0x000158, "Member 'UTextureRenderTargetVolume::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, SizeY) == 0x00015C, "Member 'UTextureRenderTargetVolume::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, SizeZ) == 0x000160, "Member 'UTextureRenderTargetVolume::SizeZ' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, ClearColor) == 0x000164, "Member 'UTextureRenderTargetVolume::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, OverrideFormat) == 0x000174, "Member 'UTextureRenderTargetVolume::OverrideFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimelineTemplate \ +static_assert(alignof(UTimelineTemplate) == 0x000008, "Wrong alignment on UTimelineTemplate"); \ +static_assert(sizeof(UTimelineTemplate) == 0x0000B8, "Wrong size on UTimelineTemplate"); \ +static_assert(offsetof(UTimelineTemplate, TimelineLength) == 0x000028, "Member 'UTimelineTemplate::TimelineLength' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, LengthMode) == 0x00002C, "Member 'UTimelineTemplate::LengthMode' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, EventTracks) == 0x000030, "Member 'UTimelineTemplate::EventTracks' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, FloatTracks) == 0x000040, "Member 'UTimelineTemplate::FloatTracks' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, VectorTracks) == 0x000050, "Member 'UTimelineTemplate::VectorTracks' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, LinearColorTracks) == 0x000060, "Member 'UTimelineTemplate::LinearColorTracks' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, MetaDataArray) == 0x000070, "Member 'UTimelineTemplate::MetaDataArray' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, TimelineGuid) == 0x000080, "Member 'UTimelineTemplate::TimelineGuid' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, TimelineTickGroup) == 0x000090, "Member 'UTimelineTemplate::TimelineTickGroup' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, VariableName) == 0x000094, "Member 'UTimelineTemplate::VariableName' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, DirectionPropertyName) == 0x00009C, "Member 'UTimelineTemplate::DirectionPropertyName' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, UpdateFunctionName) == 0x0000A4, "Member 'UTimelineTemplate::UpdateFunctionName' has a wrong offset!"); \ +static_assert(offsetof(UTimelineTemplate, FinishedFunctionName) == 0x0000AC, "Member 'UTimelineTemplate::FinishedFunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_IsEmpty \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_IsEmpty) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_IsEmpty"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_IsEmpty) == 0x000018, "Wrong size on UniversalObjectLocatorScriptingExtensions_IsEmpty"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_IsEmpty, Locator) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_IsEmpty::Locator' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_IsEmpty, ReturnValue) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator) == 0x000020, "Wrong size on UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator, Object) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator::Object' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator, Context) == 0x000008, "Member 'UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator::Context' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator, ReturnValue) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_MakeUniversalObjectLocator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_SyncFind \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_SyncFind) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_SyncFind"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_SyncFind) == 0x000020, "Wrong size on UniversalObjectLocatorScriptingExtensions_SyncFind"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncFind, Locator) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_SyncFind::Locator' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncFind, Context) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_SyncFind::Context' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncFind, ReturnValue) == 0x000018, "Member 'UniversalObjectLocatorScriptingExtensions_SyncFind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_SyncLoad \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_SyncLoad) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_SyncLoad"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_SyncLoad) == 0x000020, "Wrong size on UniversalObjectLocatorScriptingExtensions_SyncLoad"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncLoad, Locator) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_SyncLoad::Locator' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncLoad, Context) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_SyncLoad::Context' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncLoad, ReturnValue) == 0x000018, "Member 'UniversalObjectLocatorScriptingExtensions_SyncLoad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_SyncUnload \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_SyncUnload) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_SyncUnload"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_SyncUnload) == 0x000018, "Wrong size on UniversalObjectLocatorScriptingExtensions_SyncUnload"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncUnload, Locator) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_SyncUnload::Locator' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_SyncUnload, Context) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_SyncUnload::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_ToString \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_ToString) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_ToString"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_ToString) == 0x000020, "Wrong size on UniversalObjectLocatorScriptingExtensions_ToString"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_ToString, Locator) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_ToString::Locator' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_ToString, ReturnValue) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString \ +static_assert(alignof(UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString) == 0x000008, "Wrong alignment on UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString"); \ +static_assert(sizeof(UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString) == 0x000020, "Wrong size on UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString, InString) == 0x000000, "Member 'UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString::InString' has a wrong offset!"); \ +static_assert(offsetof(UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString, ReturnValue) == 0x000010, "Member 'UniversalObjectLocatorScriptingExtensions_UniversalObjectLocatorFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniversalObjectLocatorScriptingExtensions \ +static_assert(alignof(UUniversalObjectLocatorScriptingExtensions) == 0x000008, "Wrong alignment on UUniversalObjectLocatorScriptingExtensions"); \ +static_assert(sizeof(UUniversalObjectLocatorScriptingExtensions) == 0x000028, "Wrong size on UUniversalObjectLocatorScriptingExtensions"); \ + +#define DUMPER7_ASSERTS_UUserDefinedEnum \ +static_assert(alignof(UUserDefinedEnum) == 0x000008, "Wrong alignment on UUserDefinedEnum"); \ +static_assert(sizeof(UUserDefinedEnum) == 0x0000C0, "Wrong size on UUserDefinedEnum"); \ +static_assert(offsetof(UUserDefinedEnum, DisplayNameMap) == 0x000070, "Member 'UUserDefinedEnum::DisplayNameMap' has a wrong offset!"); \ + +#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) == 0x0003A0, "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_UConsole \ +static_assert(alignof(UConsole) == 0x000008, "Wrong alignment on UConsole"); \ +static_assert(sizeof(UConsole) == 0x000160, "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_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) == 0x000190, "Wrong size on UInputSettings"); \ +static_assert(offsetof(UInputSettings, AxisConfig) == 0x000028, "Member 'UInputSettings::AxisConfig' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, PlatformSettings) == 0x000038, "Member 'UInputSettings::PlatformSettings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectOS) == 0x000050, "Member 'UInputSettings::ExcludedAutocorrectOS' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectCultures) == 0x000060, "Member 'UInputSettings::ExcludedAutocorrectCultures' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectDeviceModels) == 0x000070, "Member 'UInputSettings::ExcludedAutocorrectDeviceModels' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultViewportMouseCaptureMode) == 0x000080, "Member 'UInputSettings::DefaultViewportMouseCaptureMode' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultViewportMouseLockMode) == 0x000081, "Member 'UInputSettings::DefaultViewportMouseLockMode' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, FOVScale) == 0x000084, "Member 'UInputSettings::FOVScale' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DoubleClickTime) == 0x000088, "Member 'UInputSettings::DoubleClickTime' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ActionMappings) == 0x000090, "Member 'UInputSettings::ActionMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, AxisMappings) == 0x0000A0, "Member 'UInputSettings::AxisMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DeprecatedActionAndAxisNames) == 0x0000B0, "Member 'UInputSettings::DeprecatedActionAndAxisNames' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, SpeechMappings) == 0x000100, "Member 'UInputSettings::SpeechMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultPlayerInputClass) == 0x000110, "Member 'UInputSettings::DefaultPlayerInputClass' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultInputComponentClass) == 0x000138, "Member 'UInputSettings::DefaultInputComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultTouchInterface) == 0x000160, "Member 'UInputSettings::DefaultTouchInterface' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ConsoleKeys) == 0x000180, "Member 'UInputSettings::ConsoleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputPlatformSettings \ +static_assert(alignof(UInputPlatformSettings) == 0x000008, "Wrong alignment on UInputPlatformSettings"); \ +static_assert(sizeof(UInputPlatformSettings) == 0x000070, "Wrong size on UInputPlatformSettings"); \ +static_assert(offsetof(UInputPlatformSettings, MaxPlatformUserCount) == 0x000040, "Member 'UInputPlatformSettings::MaxPlatformUserCount' has a wrong offset!"); \ +static_assert(offsetof(UInputPlatformSettings, DeviceMappingPolicy) == 0x000044, "Member 'UInputPlatformSettings::DeviceMappingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UInputPlatformSettings, MaxTriggerFeedbackPosition) == 0x000048, "Member 'UInputPlatformSettings::MaxTriggerFeedbackPosition' has a wrong offset!"); \ +static_assert(offsetof(UInputPlatformSettings, MaxTriggerFeedbackStrength) == 0x00004C, "Member 'UInputPlatformSettings::MaxTriggerFeedbackStrength' has a wrong offset!"); \ +static_assert(offsetof(UInputPlatformSettings, MaxTriggerVibrationTriggerPosition) == 0x000050, "Member 'UInputPlatformSettings::MaxTriggerVibrationTriggerPosition' has a wrong offset!"); \ +static_assert(offsetof(UInputPlatformSettings, MaxTriggerVibrationFrequency) == 0x000054, "Member 'UInputPlatformSettings::MaxTriggerVibrationFrequency' has a wrong offset!"); \ +static_assert(offsetof(UInputPlatformSettings, MaxTriggerVibrationAmplitude) == 0x000058, "Member 'UInputPlatformSettings::MaxTriggerVibrationAmplitude' has a wrong offset!"); \ +static_assert(offsetof(UInputPlatformSettings, HardwareDevices) == 0x000060, "Member 'UInputPlatformSettings::HardwareDevices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVectorFieldVolume \ +static_assert(alignof(AVectorFieldVolume) == 0x000008, "Wrong alignment on AVectorFieldVolume"); \ +static_assert(sizeof(AVectorFieldVolume) == 0x0002B8, "Wrong size on AVectorFieldVolume"); \ +static_assert(offsetof(AVectorFieldVolume, VectorFieldComponent) == 0x0002B0, "Member 'AVectorFieldVolume::VectorFieldComponent' 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) == 0x0002E8, "Wrong size on AVisualLoggerFilterVolume"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_EnableRecording \ +static_assert(alignof(VisualLoggerKismetLibrary_EnableRecording) == 0x000001, "Wrong alignment on VisualLoggerKismetLibrary_EnableRecording"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_EnableRecording) == 0x000001, "Wrong size on VisualLoggerKismetLibrary_EnableRecording"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_EnableRecording, bEnabled) == 0x000000, "Member 'VisualLoggerKismetLibrary_EnableRecording::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogArrow \ +static_assert(alignof(VisualLoggerKismetLibrary_LogArrow) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogArrow"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogArrow) == 0x000068, "Wrong size on VisualLoggerKismetLibrary_LogArrow"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogArrow::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, SegmentStart) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogArrow::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, SegmentEnd) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogArrow::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, Text) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogArrow::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, ObjectColor) == 0x000048, "Member 'VisualLoggerKismetLibrary_LogArrow::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, CategoryName) == 0x000058, "Member 'VisualLoggerKismetLibrary_LogArrow::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, bAddToMessageLog) == 0x000060, "Member 'VisualLoggerKismetLibrary_LogArrow::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogArrow, ArrowHeadSize) == 0x000064, "Member 'VisualLoggerKismetLibrary_LogArrow::ArrowHeadSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogBox \ +static_assert(alignof(VisualLoggerKismetLibrary_LogBox) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogBox"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogBox) == 0x000070, "Wrong size on VisualLoggerKismetLibrary_LogBox"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogBox::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, BoxShape) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogBox::BoxShape' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, Text) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogBox::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, ObjectColor) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogBox::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, LogCategory) == 0x000060, "Member 'VisualLoggerKismetLibrary_LogBox::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, bAddToMessageLog) == 0x000068, "Member 'VisualLoggerKismetLibrary_LogBox::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, bWireframe) == 0x000069, "Member 'VisualLoggerKismetLibrary_LogBox::bWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogCapsule \ +static_assert(alignof(VisualLoggerKismetLibrary_LogCapsule) == 0x000010, "Wrong alignment on VisualLoggerKismetLibrary_LogCapsule"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogCapsule) == 0x000080, "Wrong size on VisualLoggerKismetLibrary_LogCapsule"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogCapsule::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, base) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogCapsule::base' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, HalfHeight) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogCapsule::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, Radius) == 0x000024, "Member 'VisualLoggerKismetLibrary_LogCapsule::Radius' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, Rotation) == 0x000030, "Member 'VisualLoggerKismetLibrary_LogCapsule::Rotation' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, Text) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogCapsule::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, ObjectColor) == 0x000060, "Member 'VisualLoggerKismetLibrary_LogCapsule::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, LogCategory) == 0x000070, "Member 'VisualLoggerKismetLibrary_LogCapsule::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, bAddToMessageLog) == 0x000078, "Member 'VisualLoggerKismetLibrary_LogCapsule::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCapsule, bWireframe) == 0x000079, "Member 'VisualLoggerKismetLibrary_LogCapsule::bWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogCircle \ +static_assert(alignof(VisualLoggerKismetLibrary_LogCircle) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogCircle"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogCircle) == 0x000070, "Wrong size on VisualLoggerKismetLibrary_LogCircle"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogCircle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, Center) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogCircle::Center' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, UpAxis) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogCircle::UpAxis' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, Radius) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, Text) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogCircle::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, ObjectColor) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogCircle::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, Thickness) == 0x000060, "Member 'VisualLoggerKismetLibrary_LogCircle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, CategoryName) == 0x000064, "Member 'VisualLoggerKismetLibrary_LogCircle::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, bAddToMessageLog) == 0x00006C, "Member 'VisualLoggerKismetLibrary_LogCircle::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCircle, bWireframe) == 0x00006D, "Member 'VisualLoggerKismetLibrary_LogCircle::bWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogCone \ +static_assert(alignof(VisualLoggerKismetLibrary_LogCone) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogCone"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogCone) == 0x000070, "Wrong size on VisualLoggerKismetLibrary_LogCone"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogCone::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, Origin) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, Direction) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogCone::Direction' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, Length) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogCone::Length' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, Angle) == 0x00003C, "Member 'VisualLoggerKismetLibrary_LogCone::Angle' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, Text) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogCone::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, ObjectColor) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogCone::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, LogCategory) == 0x000060, "Member 'VisualLoggerKismetLibrary_LogCone::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, bAddToMessageLog) == 0x000068, "Member 'VisualLoggerKismetLibrary_LogCone::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCone, bWireframe) == 0x000069, "Member 'VisualLoggerKismetLibrary_LogCone::bWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogCylinder \ +static_assert(alignof(VisualLoggerKismetLibrary_LogCylinder) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogCylinder"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogCylinder) == 0x000070, "Wrong size on VisualLoggerKismetLibrary_LogCylinder"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogCylinder::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, Start) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogCylinder::Start' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, End) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogCylinder::End' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, Radius) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, Text) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogCylinder::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, ObjectColor) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogCylinder::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, LogCategory) == 0x000060, "Member 'VisualLoggerKismetLibrary_LogCylinder::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, bAddToMessageLog) == 0x000068, "Member 'VisualLoggerKismetLibrary_LogCylinder::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogCylinder, bWireframe) == 0x000069, "Member 'VisualLoggerKismetLibrary_LogCylinder::bWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogLocation \ +static_assert(alignof(VisualLoggerKismetLibrary_LogLocation) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogLocation"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogLocation) == 0x000050, "Wrong size on VisualLoggerKismetLibrary_LogLocation"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Location) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Text) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogLocation::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, ObjectColor) == 0x000030, "Member 'VisualLoggerKismetLibrary_LogLocation::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Radius) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogLocation::Radius' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, LogCategory) == 0x000044, "Member 'VisualLoggerKismetLibrary_LogLocation::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, bAddToMessageLog) == 0x00004C, "Member 'VisualLoggerKismetLibrary_LogLocation::bAddToMessageLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogOrientedBox \ +static_assert(alignof(VisualLoggerKismetLibrary_LogOrientedBox) == 0x000010, "Wrong alignment on VisualLoggerKismetLibrary_LogOrientedBox"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogOrientedBox) == 0x0000D0, "Wrong size on VisualLoggerKismetLibrary_LogOrientedBox"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, BoxShape) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::BoxShape' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, Transform) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, Text) == 0x0000A0, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, ObjectColor) == 0x0000B0, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, LogCategory) == 0x0000C0, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, bAddToMessageLog) == 0x0000C8, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogOrientedBox, bWireframe) == 0x0000C9, "Member 'VisualLoggerKismetLibrary_LogOrientedBox::bWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogSegment \ +static_assert(alignof(VisualLoggerKismetLibrary_LogSegment) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogSegment"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogSegment) == 0x000068, "Wrong size on VisualLoggerKismetLibrary_LogSegment"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogSegment::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, SegmentStart) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogSegment::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, SegmentEnd) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogSegment::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, Text) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogSegment::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, ObjectColor) == 0x000048, "Member 'VisualLoggerKismetLibrary_LogSegment::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, Thickness) == 0x000058, "Member 'VisualLoggerKismetLibrary_LogSegment::Thickness' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, CategoryName) == 0x00005C, "Member 'VisualLoggerKismetLibrary_LogSegment::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, bAddToMessageLog) == 0x000064, "Member 'VisualLoggerKismetLibrary_LogSegment::bAddToMessageLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogSphere \ +static_assert(alignof(VisualLoggerKismetLibrary_LogSphere) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogSphere"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogSphere) == 0x000058, "Wrong size on VisualLoggerKismetLibrary_LogSphere"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogSphere::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, Center) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, Radius) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, Text) == 0x000028, "Member 'VisualLoggerKismetLibrary_LogSphere::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, ObjectColor) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogSphere::ObjectColor' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, LogCategory) == 0x000048, "Member 'VisualLoggerKismetLibrary_LogSphere::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, bAddToMessageLog) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogSphere::bAddToMessageLog' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogSphere, bWireframe) == 0x000051, "Member 'VisualLoggerKismetLibrary_LogSphere::bWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogText \ +static_assert(alignof(VisualLoggerKismetLibrary_LogText) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogText"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogText) == 0x000028, "Wrong size on VisualLoggerKismetLibrary_LogText"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogText, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogText, Text) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogText::Text' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogText, LogCategory) == 0x000018, "Member 'VisualLoggerKismetLibrary_LogText::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_LogText, bAddToMessageLog) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogText::bAddToMessageLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_RedirectVislog \ +static_assert(alignof(VisualLoggerKismetLibrary_RedirectVislog) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_RedirectVislog"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_RedirectVislog) == 0x000010, "Wrong size on VisualLoggerKismetLibrary_RedirectVislog"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_RedirectVislog, SourceOwner) == 0x000000, "Member 'VisualLoggerKismetLibrary_RedirectVislog::SourceOwner' has a wrong offset!"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_RedirectVislog, DestinationOwner) == 0x000008, "Member 'VisualLoggerKismetLibrary_RedirectVislog::DestinationOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVisualLoggerKismetLibrary \ +static_assert(alignof(UVisualLoggerKismetLibrary) == 0x000008, "Wrong alignment on UVisualLoggerKismetLibrary"); \ +static_assert(sizeof(UVisualLoggerKismetLibrary) == 0x000028, "Wrong size on UVisualLoggerKismetLibrary"); \ + +#define DUMPER7_ASSERTS_UVoiceChannel \ +static_assert(alignof(UVoiceChannel) == 0x000008, "Wrong alignment on UVoiceChannel"); \ +static_assert(sizeof(UVoiceChannel) == 0x000078, "Wrong size on UVoiceChannel"); \ + +#define DUMPER7_ASSERTS_VOIPStatics_SetMicThreshold \ +static_assert(alignof(VOIPStatics_SetMicThreshold) == 0x000004, "Wrong alignment on VOIPStatics_SetMicThreshold"); \ +static_assert(sizeof(VOIPStatics_SetMicThreshold) == 0x000004, "Wrong size on VOIPStatics_SetMicThreshold"); \ +static_assert(offsetof(VOIPStatics_SetMicThreshold, InThreshold) == 0x000000, "Member 'VOIPStatics_SetMicThreshold::InThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVOIPStatics \ +static_assert(alignof(UVOIPStatics) == 0x000008, "Wrong alignment on UVOIPStatics"); \ +static_assert(sizeof(UVOIPStatics) == 0x000028, "Wrong size on UVOIPStatics"); \ + +#define DUMPER7_ASSERTS_ULightMapVirtualTexture2D \ +static_assert(alignof(ULightMapVirtualTexture2D) == 0x000008, "Wrong alignment on ULightMapVirtualTexture2D"); \ +static_assert(sizeof(ULightMapVirtualTexture2D) == 0x000188, "Wrong size on ULightMapVirtualTexture2D"); \ +static_assert(offsetof(ULightMapVirtualTexture2D, TypeToLayer) == 0x000170, "Member 'ULightMapVirtualTexture2D::TypeToLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshPaintVirtualTexture \ +static_assert(alignof(UMeshPaintVirtualTexture) == 0x000008, "Wrong alignment on UMeshPaintVirtualTexture"); \ +static_assert(sizeof(UMeshPaintVirtualTexture) == 0x000178, "Wrong size on UMeshPaintVirtualTexture"); \ +static_assert(offsetof(UMeshPaintVirtualTexture, OwningComponent) == 0x000170, "Member 'UMeshPaintVirtualTexture::OwningComponent' 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) == 0x000110, "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, CustomPriority) == 0x000037, "Member 'URuntimeVirtualTexture::CustomPriority' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bUseCustomPriority) == 0x000038, "Member 'URuntimeVirtualTexture::bUseCustomPriority' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bClearTextures) == 0x000039, "Member 'URuntimeVirtualTexture::bClearTextures' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bSinglePhysicalSpace) == 0x00003A, "Member 'URuntimeVirtualTexture::bSinglePhysicalSpace' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bPrivateSpace) == 0x00003B, "Member 'URuntimeVirtualTexture::bPrivateSpace' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bAdaptive) == 0x00003C, "Member 'URuntimeVirtualTexture::bAdaptive' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, bContinuousUpdate) == 0x00003D, "Member 'URuntimeVirtualTexture::bContinuousUpdate' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, RemoveLowMips) == 0x000040, "Member 'URuntimeVirtualTexture::RemoveLowMips' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, CustomMaterialData) == 0x000050, "Member 'URuntimeVirtualTexture::CustomMaterialData' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, LODGroup) == 0x000060, "Member 'URuntimeVirtualTexture::LODGroup' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, Size) == 0x000064, "Member 'URuntimeVirtualTexture::Size' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTexture, StreamingTexture) == 0x000068, "Member 'URuntimeVirtualTexture::StreamingTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARuntimeVirtualTextureVolume \ +static_assert(alignof(ARuntimeVirtualTextureVolume) == 0x000008, "Wrong alignment on ARuntimeVirtualTextureVolume"); \ +static_assert(sizeof(ARuntimeVirtualTextureVolume) == 0x0002B8, "Wrong size on ARuntimeVirtualTextureVolume"); \ +static_assert(offsetof(ARuntimeVirtualTextureVolume, VirtualTextureComponent) == 0x0002B0, "Member 'ARuntimeVirtualTextureVolume::VirtualTextureComponent' has a wrong offset!"); \ + +#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_UVirtualTextureAdapter \ +static_assert(alignof(UVirtualTextureAdapter) == 0x000008, "Wrong alignment on UVirtualTextureAdapter"); \ +static_assert(sizeof(UVirtualTextureAdapter) == 0x000170, "Wrong size on UVirtualTextureAdapter"); \ +static_assert(offsetof(UVirtualTextureAdapter, Texture) == 0x000150, "Member 'UVirtualTextureAdapter::Texture' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureAdapter, OverrideWithTextureFormat) == 0x000158, "Member 'UVirtualTextureAdapter::OverrideWithTextureFormat' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureAdapter, bUseDefaultTileSizes) == 0x000160, "Member 'UVirtualTextureAdapter::bUseDefaultTileSizes' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureAdapter, TileSize) == 0x000164, "Member 'UVirtualTextureAdapter::TileSize' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureAdapter, TileBorderSize) == 0x000168, "Member 'UVirtualTextureAdapter::TileBorderSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualTexturePoolConfig \ +static_assert(alignof(UVirtualTexturePoolConfig) == 0x000008, "Wrong alignment on UVirtualTexturePoolConfig"); \ +static_assert(sizeof(UVirtualTexturePoolConfig) == 0x000060, "Wrong size on UVirtualTexturePoolConfig"); \ +static_assert(offsetof(UVirtualTexturePoolConfig, DefaultSizeInMegabyte) == 0x000038, "Member 'UVirtualTexturePoolConfig::DefaultSizeInMegabyte' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexturePoolConfig, bPoolAutoGrowInEditor) == 0x00003C, "Member 'UVirtualTexturePoolConfig::bPoolAutoGrowInEditor' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexturePoolConfig, Pools) == 0x000040, "Member 'UVirtualTexturePoolConfig::Pools' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexturePoolConfig, TransientPools) == 0x000050, "Member 'UVirtualTexturePoolConfig::TransientPools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldComposition \ +static_assert(alignof(UWorldComposition) == 0x000008, "Wrong alignment on UWorldComposition"); \ +static_assert(sizeof(UWorldComposition) == 0x000068, "Wrong size on UWorldComposition"); \ +static_assert(offsetof(UWorldComposition, TilesStreaming) == 0x000048, "Member 'UWorldComposition::TilesStreaming' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, TilesStreamingTimeThreshold) == 0x000058, "Member 'UWorldComposition::TilesStreamingTimeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, bLoadAllTilesDuringCinematic) == 0x000060, "Member 'UWorldComposition::bLoadAllTilesDuringCinematic' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, bRebaseOriginIn3DSpace) == 0x000061, "Member 'UWorldComposition::bRebaseOriginIn3DSpace' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, RebaseOriginDistance) == 0x000064, "Member 'UWorldComposition::RebaseOriginDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_GetActorDescs \ +static_assert(alignof(WorldPartitionBlueprintLibrary_GetActorDescs) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_GetActorDescs"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_GetActorDescs) == 0x000018, "Wrong size on WorldPartitionBlueprintLibrary_GetActorDescs"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetActorDescs, OutActorDescs) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_GetActorDescs::OutActorDescs' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetActorDescs, ReturnValue) == 0x000010, "Member 'WorldPartitionBlueprintLibrary_GetActorDescs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_GetActorDescsForActors \ +static_assert(alignof(WorldPartitionBlueprintLibrary_GetActorDescsForActors) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_GetActorDescsForActors"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_GetActorDescsForActors) == 0x000028, "Wrong size on WorldPartitionBlueprintLibrary_GetActorDescsForActors"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetActorDescsForActors, InActors) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_GetActorDescsForActors::InActors' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetActorDescsForActors, OutActorDescs) == 0x000010, "Member 'WorldPartitionBlueprintLibrary_GetActorDescsForActors::OutActorDescs' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetActorDescsForActors, ReturnValue) == 0x000020, "Member 'WorldPartitionBlueprintLibrary_GetActorDescsForActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_GetDataLayerManager \ +static_assert(alignof(WorldPartitionBlueprintLibrary_GetDataLayerManager) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_GetDataLayerManager"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_GetDataLayerManager) == 0x000010, "Wrong size on WorldPartitionBlueprintLibrary_GetDataLayerManager"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetDataLayerManager, WorldContextObject) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_GetDataLayerManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetDataLayerManager, ReturnValue) == 0x000008, "Member 'WorldPartitionBlueprintLibrary_GetDataLayerManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_GetEditorWorldBounds \ +static_assert(alignof(WorldPartitionBlueprintLibrary_GetEditorWorldBounds) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_GetEditorWorldBounds"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_GetEditorWorldBounds) == 0x000038, "Wrong size on WorldPartitionBlueprintLibrary_GetEditorWorldBounds"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetEditorWorldBounds, ReturnValue) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_GetEditorWorldBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_GetIntersectingActorDescs \ +static_assert(alignof(WorldPartitionBlueprintLibrary_GetIntersectingActorDescs) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_GetIntersectingActorDescs"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_GetIntersectingActorDescs) == 0x000050, "Wrong size on WorldPartitionBlueprintLibrary_GetIntersectingActorDescs"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetIntersectingActorDescs, InBox) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_GetIntersectingActorDescs::InBox' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetIntersectingActorDescs, OutActorDescs) == 0x000038, "Member 'WorldPartitionBlueprintLibrary_GetIntersectingActorDescs::OutActorDescs' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetIntersectingActorDescs, ReturnValue) == 0x000048, "Member 'WorldPartitionBlueprintLibrary_GetIntersectingActorDescs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds \ +static_assert(alignof(WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds) == 0x000038, "Wrong size on WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds, ReturnValue) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_GetRuntimeWorldBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_LoadActors \ +static_assert(alignof(WorldPartitionBlueprintLibrary_LoadActors) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_LoadActors"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_LoadActors) == 0x000010, "Wrong size on WorldPartitionBlueprintLibrary_LoadActors"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_LoadActors, InActorsToLoad) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_LoadActors::InActorsToLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_PinActors \ +static_assert(alignof(WorldPartitionBlueprintLibrary_PinActors) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_PinActors"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_PinActors) == 0x000010, "Wrong size on WorldPartitionBlueprintLibrary_PinActors"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_PinActors, InActorsToPin) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_PinActors::InActorsToPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_UnloadActors \ +static_assert(alignof(WorldPartitionBlueprintLibrary_UnloadActors) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_UnloadActors"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_UnloadActors) == 0x000010, "Wrong size on WorldPartitionBlueprintLibrary_UnloadActors"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_UnloadActors, InActorsToUnload) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_UnloadActors::InActorsToUnload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionBlueprintLibrary_UnpinActors \ +static_assert(alignof(WorldPartitionBlueprintLibrary_UnpinActors) == 0x000008, "Wrong alignment on WorldPartitionBlueprintLibrary_UnpinActors"); \ +static_assert(sizeof(WorldPartitionBlueprintLibrary_UnpinActors) == 0x000010, "Wrong size on WorldPartitionBlueprintLibrary_UnpinActors"); \ +static_assert(offsetof(WorldPartitionBlueprintLibrary_UnpinActors, InActorsToUnpin) == 0x000000, "Member 'WorldPartitionBlueprintLibrary_UnpinActors::InActorsToUnpin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionBlueprintLibrary \ +static_assert(alignof(UWorldPartitionBlueprintLibrary) == 0x000008, "Wrong alignment on UWorldPartitionBlueprintLibrary"); \ +static_assert(sizeof(UWorldPartitionBlueprintLibrary) == 0x000028, "Wrong size on UWorldPartitionBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UActorDescContainerInstance \ +static_assert(alignof(UActorDescContainerInstance) == 0x000008, "Wrong alignment on UActorDescContainerInstance"); \ +static_assert(sizeof(UActorDescContainerInstance) == 0x000028, "Wrong size on UActorDescContainerInstance"); \ + +#define DUMPER7_ASSERTS_UContentBundleUnsavedActorMonitor \ +static_assert(alignof(UContentBundleUnsavedActorMonitor) == 0x000008, "Wrong alignment on UContentBundleUnsavedActorMonitor"); \ +static_assert(sizeof(UContentBundleUnsavedActorMonitor) == 0x000028, "Wrong size on UContentBundleUnsavedActorMonitor"); \ + +#define DUMPER7_ASSERTS_UContentBundleTypeFactory \ +static_assert(alignof(UContentBundleTypeFactory) == 0x000008, "Wrong alignment on UContentBundleTypeFactory"); \ +static_assert(sizeof(UContentBundleTypeFactory) == 0x000028, "Wrong size on UContentBundleTypeFactory"); \ + +#define DUMPER7_ASSERTS_UContentBundleManager \ +static_assert(alignof(UContentBundleManager) == 0x000008, "Wrong alignment on UContentBundleManager"); \ +static_assert(sizeof(UContentBundleManager) == 0x000038, "Wrong size on UContentBundleManager"); \ + +#define DUMPER7_ASSERTS_UContentBundleDuplicateForPIEHelper \ +static_assert(alignof(UContentBundleDuplicateForPIEHelper) == 0x000008, "Wrong alignment on UContentBundleDuplicateForPIEHelper"); \ +static_assert(sizeof(UContentBundleDuplicateForPIEHelper) == 0x000028, "Wrong size on UContentBundleDuplicateForPIEHelper"); \ + +#define DUMPER7_ASSERTS_IWorldPartitionCookPackageObject \ +static_assert(alignof(IWorldPartitionCookPackageObject) == 0x000001, "Wrong alignment on IWorldPartitionCookPackageObject"); \ +static_assert(sizeof(IWorldPartitionCookPackageObject) == 0x000001, "Wrong size on IWorldPartitionCookPackageObject"); \ + +#define DUMPER7_ASSERTS_DataLayerAsset_GetDebugColor \ +static_assert(alignof(DataLayerAsset_GetDebugColor) == 0x000004, "Wrong alignment on DataLayerAsset_GetDebugColor"); \ +static_assert(sizeof(DataLayerAsset_GetDebugColor) == 0x000004, "Wrong size on DataLayerAsset_GetDebugColor"); \ +static_assert(offsetof(DataLayerAsset_GetDebugColor, ReturnValue) == 0x000000, "Member 'DataLayerAsset_GetDebugColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerAsset_GetType \ +static_assert(alignof(DataLayerAsset_GetType) == 0x000001, "Wrong alignment on DataLayerAsset_GetType"); \ +static_assert(sizeof(DataLayerAsset_GetType) == 0x000001, "Wrong size on DataLayerAsset_GetType"); \ +static_assert(offsetof(DataLayerAsset_GetType, ReturnValue) == 0x000000, "Member 'DataLayerAsset_GetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerAsset_IsClientOnly \ +static_assert(alignof(DataLayerAsset_IsClientOnly) == 0x000001, "Wrong alignment on DataLayerAsset_IsClientOnly"); \ +static_assert(sizeof(DataLayerAsset_IsClientOnly) == 0x000001, "Wrong size on DataLayerAsset_IsClientOnly"); \ +static_assert(offsetof(DataLayerAsset_IsClientOnly, ReturnValue) == 0x000000, "Member 'DataLayerAsset_IsClientOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerAsset_IsRuntime \ +static_assert(alignof(DataLayerAsset_IsRuntime) == 0x000001, "Wrong alignment on DataLayerAsset_IsRuntime"); \ +static_assert(sizeof(DataLayerAsset_IsRuntime) == 0x000001, "Wrong size on DataLayerAsset_IsRuntime"); \ +static_assert(offsetof(DataLayerAsset_IsRuntime, ReturnValue) == 0x000000, "Member 'DataLayerAsset_IsRuntime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerAsset_IsServerOnly \ +static_assert(alignof(DataLayerAsset_IsServerOnly) == 0x000001, "Wrong alignment on DataLayerAsset_IsServerOnly"); \ +static_assert(sizeof(DataLayerAsset_IsServerOnly) == 0x000001, "Wrong size on DataLayerAsset_IsServerOnly"); \ +static_assert(offsetof(DataLayerAsset_IsServerOnly, ReturnValue) == 0x000000, "Member 'DataLayerAsset_IsServerOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerAsset \ +static_assert(alignof(UDataLayerAsset) == 0x000008, "Wrong alignment on UDataLayerAsset"); \ +static_assert(sizeof(UDataLayerAsset) == 0x000040, "Wrong size on UDataLayerAsset"); \ +static_assert(offsetof(UDataLayerAsset, DataLayerType) == 0x000030, "Member 'UDataLayerAsset::DataLayerType' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerAsset, bSupportsActorFilters) == 0x000031, "Member 'UDataLayerAsset::bSupportsActorFilters' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerAsset, DebugColor) == 0x000034, "Member 'UDataLayerAsset::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerAsset, LoadFilter) == 0x000038, "Member 'UDataLayerAsset::LoadFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerInstancePrivate \ +static_assert(alignof(UDataLayerInstancePrivate) == 0x000008, "Wrong alignment on UDataLayerInstancePrivate"); \ +static_assert(sizeof(UDataLayerInstancePrivate) == 0x000060, "Wrong size on UDataLayerInstancePrivate"); \ +static_assert(offsetof(UDataLayerInstancePrivate, ShortName) == 0x000048, "Member 'UDataLayerInstancePrivate::ShortName' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerInstancePrivate, DataLayerAsset) == 0x000058, "Member 'UDataLayerInstancePrivate::DataLayerAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IDataLayerInstanceProvider \ +static_assert(alignof(IDataLayerInstanceProvider) == 0x000001, "Wrong alignment on IDataLayerInstanceProvider"); \ +static_assert(sizeof(IDataLayerInstanceProvider) == 0x000001, "Wrong size on IDataLayerInstanceProvider"); \ + +#define DUMPER7_ASSERTS_UDataLayerInstanceWithAsset \ +static_assert(alignof(UDataLayerInstanceWithAsset) == 0x000008, "Wrong alignment on UDataLayerInstanceWithAsset"); \ +static_assert(sizeof(UDataLayerInstanceWithAsset) == 0x000050, "Wrong size on UDataLayerInstanceWithAsset"); \ +static_assert(offsetof(UDataLayerInstanceWithAsset, DataLayerAsset) == 0x000048, "Member 'UDataLayerInstanceWithAsset::DataLayerAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartition \ +static_assert(alignof(UWorldPartition) == 0x000010, "Wrong alignment on UWorldPartition"); \ +static_assert(sizeof(UWorldPartition) == 0x000150, "Wrong size on UWorldPartition"); \ +static_assert(offsetof(UWorldPartition, RuntimeHash) == 0x000030, "Member 'UWorldPartition::RuntimeHash' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, bEnableStreaming) == 0x000038, "Member 'UWorldPartition::bEnableStreaming' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, ServerStreamingMode) == 0x000039, "Member 'UWorldPartition::ServerStreamingMode' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, ServerStreamingOutMode) == 0x00003A, "Member 'UWorldPartition::ServerStreamingOutMode' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, DataLayersLogicOperator) == 0x00003B, "Member 'UWorldPartition::DataLayersLogicOperator' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, ReferencedObjects) == 0x000048, "Member 'UWorldPartition::ReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, DataLayerManager) == 0x000120, "Member 'UWorldPartition::DataLayerManager' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, ExternalDataLayerManager) == 0x000128, "Member 'UWorldPartition::ExternalDataLayerManager' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, StreamingPolicy) == 0x000130, "Member 'UWorldPartition::StreamingPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_SetDataLayerInstanceRuntimeState \ +static_assert(alignof(DataLayerSubsystem_SetDataLayerInstanceRuntimeState) == 0x000008, "Wrong alignment on DataLayerSubsystem_SetDataLayerInstanceRuntimeState"); \ +static_assert(sizeof(DataLayerSubsystem_SetDataLayerInstanceRuntimeState) == 0x000010, "Wrong size on DataLayerSubsystem_SetDataLayerInstanceRuntimeState"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerInstanceRuntimeState, InDataLayerAsset) == 0x000000, "Member 'DataLayerSubsystem_SetDataLayerInstanceRuntimeState::InDataLayerAsset' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerInstanceRuntimeState, InState) == 0x000008, "Member 'DataLayerSubsystem_SetDataLayerInstanceRuntimeState::InState' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerInstanceRuntimeState, bInIsRecursive) == 0x000009, "Member 'DataLayerSubsystem_SetDataLayerInstanceRuntimeState::bInIsRecursive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_SetDataLayerRuntimeState \ +static_assert(alignof(DataLayerSubsystem_SetDataLayerRuntimeState) == 0x000004, "Wrong alignment on DataLayerSubsystem_SetDataLayerRuntimeState"); \ +static_assert(sizeof(DataLayerSubsystem_SetDataLayerRuntimeState) == 0x00000C, "Wrong size on DataLayerSubsystem_SetDataLayerRuntimeState"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerRuntimeState, InDataLayer) == 0x000000, "Member 'DataLayerSubsystem_SetDataLayerRuntimeState::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerRuntimeState, InState) == 0x000008, "Member 'DataLayerSubsystem_SetDataLayerRuntimeState::InState' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerRuntimeState, bInIsRecursive) == 0x000009, "Member 'DataLayerSubsystem_SetDataLayerRuntimeState::bInIsRecursive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_SetDataLayerRuntimeStateByLabel \ +static_assert(alignof(DataLayerSubsystem_SetDataLayerRuntimeStateByLabel) == 0x000004, "Wrong alignment on DataLayerSubsystem_SetDataLayerRuntimeStateByLabel"); \ +static_assert(sizeof(DataLayerSubsystem_SetDataLayerRuntimeStateByLabel) == 0x00000C, "Wrong size on DataLayerSubsystem_SetDataLayerRuntimeStateByLabel"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerRuntimeStateByLabel, InDataLayerLabel) == 0x000000, "Member 'DataLayerSubsystem_SetDataLayerRuntimeStateByLabel::InDataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerRuntimeStateByLabel, InState) == 0x000008, "Member 'DataLayerSubsystem_SetDataLayerRuntimeStateByLabel::InState' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerRuntimeStateByLabel, bInIsRecursive) == 0x000009, "Member 'DataLayerSubsystem_SetDataLayerRuntimeStateByLabel::bInIsRecursive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_SetDataLayerState \ +static_assert(alignof(DataLayerSubsystem_SetDataLayerState) == 0x000004, "Wrong alignment on DataLayerSubsystem_SetDataLayerState"); \ +static_assert(sizeof(DataLayerSubsystem_SetDataLayerState) == 0x00000C, "Wrong size on DataLayerSubsystem_SetDataLayerState"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerState, InDataLayer) == 0x000000, "Member 'DataLayerSubsystem_SetDataLayerState::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerState, InState) == 0x000008, "Member 'DataLayerSubsystem_SetDataLayerState::InState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_SetDataLayerStateByLabel \ +static_assert(alignof(DataLayerSubsystem_SetDataLayerStateByLabel) == 0x000004, "Wrong alignment on DataLayerSubsystem_SetDataLayerStateByLabel"); \ +static_assert(sizeof(DataLayerSubsystem_SetDataLayerStateByLabel) == 0x00000C, "Wrong size on DataLayerSubsystem_SetDataLayerStateByLabel"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerStateByLabel, InDataLayerLabel) == 0x000000, "Member 'DataLayerSubsystem_SetDataLayerStateByLabel::InDataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_SetDataLayerStateByLabel, InState) == 0x000008, "Member 'DataLayerSubsystem_SetDataLayerStateByLabel::InState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetActiveDataLayerNames \ +static_assert(alignof(DataLayerSubsystem_GetActiveDataLayerNames) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetActiveDataLayerNames"); \ +static_assert(sizeof(DataLayerSubsystem_GetActiveDataLayerNames) == 0x000050, "Wrong size on DataLayerSubsystem_GetActiveDataLayerNames"); \ +static_assert(offsetof(DataLayerSubsystem_GetActiveDataLayerNames, ReturnValue) == 0x000000, "Member 'DataLayerSubsystem_GetActiveDataLayerNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayer \ +static_assert(alignof(DataLayerSubsystem_GetDataLayer) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetDataLayer"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayer) == 0x000010, "Wrong size on DataLayerSubsystem_GetDataLayer"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayer, InDataLayer) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayer::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayer, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerEffectiveRuntimeState \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeState) == 0x000004, "Wrong alignment on DataLayerSubsystem_GetDataLayerEffectiveRuntimeState"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeState) == 0x00000C, "Wrong size on DataLayerSubsystem_GetDataLayerEffectiveRuntimeState"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeState, InDataLayer) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerEffectiveRuntimeState::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeState, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerEffectiveRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel) == 0x000004, "Wrong alignment on DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel) == 0x00000C, "Wrong size on DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel, InDataLayerLabel) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel::InDataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerFromLabel \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerFromLabel) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetDataLayerFromLabel"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerFromLabel) == 0x000010, "Wrong size on DataLayerSubsystem_GetDataLayerFromLabel"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerFromLabel, InDataLayerLabel) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerFromLabel::InDataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerFromLabel, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerFromLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerFromName \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerFromName) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetDataLayerFromName"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerFromName) == 0x000010, "Wrong size on DataLayerSubsystem_GetDataLayerFromName"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerFromName, InDataLayerName) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerFromName::InDataLayerName' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerFromName, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerFromName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState) == 0x000010, "Wrong size on DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState, InDataLayerAsset) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState::InDataLayerAsset' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerInstanceFromAsset \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerInstanceFromAsset) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetDataLayerInstanceFromAsset"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerInstanceFromAsset) == 0x000010, "Wrong size on DataLayerSubsystem_GetDataLayerInstanceFromAsset"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerInstanceFromAsset, InDataLayerAsset) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerInstanceFromAsset::InDataLayerAsset' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerInstanceFromAsset, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerInstanceFromAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerInstanceRuntimeState \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerInstanceRuntimeState) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetDataLayerInstanceRuntimeState"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerInstanceRuntimeState) == 0x000010, "Wrong size on DataLayerSubsystem_GetDataLayerInstanceRuntimeState"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerInstanceRuntimeState, InDataLayerAsset) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerInstanceRuntimeState::InDataLayerAsset' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerInstanceRuntimeState, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerInstanceRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerRuntimeState \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerRuntimeState) == 0x000004, "Wrong alignment on DataLayerSubsystem_GetDataLayerRuntimeState"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerRuntimeState) == 0x00000C, "Wrong size on DataLayerSubsystem_GetDataLayerRuntimeState"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerRuntimeState, InDataLayer) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerRuntimeState::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerRuntimeState, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerRuntimeState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerRuntimeStateByLabel \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerRuntimeStateByLabel) == 0x000004, "Wrong alignment on DataLayerSubsystem_GetDataLayerRuntimeStateByLabel"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerRuntimeStateByLabel) == 0x00000C, "Wrong size on DataLayerSubsystem_GetDataLayerRuntimeStateByLabel"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerRuntimeStateByLabel, InDataLayerLabel) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerRuntimeStateByLabel::InDataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerRuntimeStateByLabel, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerRuntimeStateByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerState \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerState) == 0x000004, "Wrong alignment on DataLayerSubsystem_GetDataLayerState"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerState) == 0x00000C, "Wrong size on DataLayerSubsystem_GetDataLayerState"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerState, InDataLayer) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerState::InDataLayer' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerState, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetDataLayerStateByLabel \ +static_assert(alignof(DataLayerSubsystem_GetDataLayerStateByLabel) == 0x000004, "Wrong alignment on DataLayerSubsystem_GetDataLayerStateByLabel"); \ +static_assert(sizeof(DataLayerSubsystem_GetDataLayerStateByLabel) == 0x00000C, "Wrong size on DataLayerSubsystem_GetDataLayerStateByLabel"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerStateByLabel, InDataLayerLabel) == 0x000000, "Member 'DataLayerSubsystem_GetDataLayerStateByLabel::InDataLayerLabel' has a wrong offset!"); \ +static_assert(offsetof(DataLayerSubsystem_GetDataLayerStateByLabel, ReturnValue) == 0x000008, "Member 'DataLayerSubsystem_GetDataLayerStateByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataLayerSubsystem_GetLoadedDataLayerNames \ +static_assert(alignof(DataLayerSubsystem_GetLoadedDataLayerNames) == 0x000008, "Wrong alignment on DataLayerSubsystem_GetLoadedDataLayerNames"); \ +static_assert(sizeof(DataLayerSubsystem_GetLoadedDataLayerNames) == 0x000050, "Wrong size on DataLayerSubsystem_GetLoadedDataLayerNames"); \ +static_assert(offsetof(DataLayerSubsystem_GetLoadedDataLayerNames, ReturnValue) == 0x000000, "Member 'DataLayerSubsystem_GetLoadedDataLayerNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataLayerSubsystem \ +static_assert(alignof(UDataLayerSubsystem) == 0x000008, "Wrong alignment on UDataLayerSubsystem"); \ +static_assert(sizeof(UDataLayerSubsystem) == 0x000070, "Wrong size on UDataLayerSubsystem"); \ +static_assert(offsetof(UDataLayerSubsystem, OnDataLayerRuntimeStateChanged) == 0x000038, "Member 'UDataLayerSubsystem::OnDataLayerRuntimeStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UDataLayerSubsystem, DataLayerLoadingPolicyClass) == 0x000048, "Member 'UDataLayerSubsystem::DataLayerLoadingPolicyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeprecatedDataLayerInstance \ +static_assert(alignof(UDeprecatedDataLayerInstance) == 0x000008, "Wrong alignment on UDeprecatedDataLayerInstance"); \ +static_assert(sizeof(UDeprecatedDataLayerInstance) == 0x000060, "Wrong size on UDeprecatedDataLayerInstance"); \ +static_assert(offsetof(UDeprecatedDataLayerInstance, Label) == 0x000048, "Member 'UDeprecatedDataLayerInstance::Label' has a wrong offset!"); \ +static_assert(offsetof(UDeprecatedDataLayerInstance, DeprecatedDataLayerFName) == 0x000050, "Member 'UDeprecatedDataLayerInstance::DeprecatedDataLayerFName' has a wrong offset!"); \ +static_assert(offsetof(UDeprecatedDataLayerInstance, DataLayerType) == 0x000058, "Member 'UDeprecatedDataLayerInstance::DataLayerType' has a wrong offset!"); \ +static_assert(offsetof(UDeprecatedDataLayerInstance, DebugColor) == 0x00005C, "Member 'UDeprecatedDataLayerInstance::DebugColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExternalDataLayerAsset \ +static_assert(alignof(UExternalDataLayerAsset) == 0x000008, "Wrong alignment on UExternalDataLayerAsset"); \ +static_assert(sizeof(UExternalDataLayerAsset) == 0x000048, "Wrong size on UExternalDataLayerAsset"); \ +static_assert(offsetof(UExternalDataLayerAsset, UID) == 0x000040, "Member 'UExternalDataLayerAsset::UID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExternalDataLayerEngineSubsystem \ +static_assert(alignof(UExternalDataLayerEngineSubsystem) == 0x000008, "Wrong alignment on UExternalDataLayerEngineSubsystem"); \ +static_assert(sizeof(UExternalDataLayerEngineSubsystem) == 0x0000B8, "Wrong size on UExternalDataLayerEngineSubsystem"); \ + +#define DUMPER7_ASSERTS_UExternalDataLayerInjectionPolicy \ +static_assert(alignof(UExternalDataLayerInjectionPolicy) == 0x000008, "Wrong alignment on UExternalDataLayerInjectionPolicy"); \ +static_assert(sizeof(UExternalDataLayerInjectionPolicy) == 0x000028, "Wrong size on UExternalDataLayerInjectionPolicy"); \ + +#define DUMPER7_ASSERTS_UExternalDataLayerInstance \ +static_assert(alignof(UExternalDataLayerInstance) == 0x000008, "Wrong alignment on UExternalDataLayerInstance"); \ +static_assert(sizeof(UExternalDataLayerInstance) == 0x000050, "Wrong size on UExternalDataLayerInstance"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionCustomHLODPlaceholder \ +static_assert(alignof(AWorldPartitionCustomHLODPlaceholder) == 0x000008, "Wrong alignment on AWorldPartitionCustomHLODPlaceholder"); \ +static_assert(sizeof(AWorldPartitionCustomHLODPlaceholder) == 0x0002B0, "Wrong size on AWorldPartitionCustomHLODPlaceholder"); \ + +#define DUMPER7_ASSERTS_UUWorldPartitionDestructibleHLODMeshComponent \ +static_assert(alignof(UUWorldPartitionDestructibleHLODMeshComponent) == 0x000010, "Wrong alignment on UUWorldPartitionDestructibleHLODMeshComponent"); \ +static_assert(sizeof(UUWorldPartitionDestructibleHLODMeshComponent) == 0x000440, "Wrong size on UUWorldPartitionDestructibleHLODMeshComponent"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionHLOD \ +static_assert(alignof(AWorldPartitionHLOD) == 0x000008, "Wrong alignment on AWorldPartitionHLOD"); \ +static_assert(sizeof(AWorldPartitionHLOD) == 0x0002E0, "Wrong size on AWorldPartitionHLOD"); \ +static_assert(offsetof(AWorldPartitionHLOD, LODLevel) == 0x0002B8, "Member 'AWorldPartitionHLOD::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionHLOD, bRequireWarmup) == 0x0002BC, "Member 'AWorldPartitionHLOD::bRequireWarmup' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionHLOD, SourceCellGuid) == 0x0002C0, "Member 'AWorldPartitionHLOD::SourceCellGuid' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionHLOD, StandaloneHLODGuid) == 0x0002D0, "Member 'AWorldPartitionHLOD::StandaloneHLODGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODBuilderSettings \ +static_assert(alignof(UHLODBuilderSettings) == 0x000008, "Wrong alignment on UHLODBuilderSettings"); \ +static_assert(sizeof(UHLODBuilderSettings) == 0x000028, "Wrong size on UHLODBuilderSettings"); \ + +#define DUMPER7_ASSERTS_UNullHLODBuilder \ +static_assert(alignof(UNullHLODBuilder) == 0x000008, "Wrong alignment on UNullHLODBuilder"); \ +static_assert(sizeof(UNullHLODBuilder) == 0x000028, "Wrong size on UNullHLODBuilder"); \ + +#define DUMPER7_ASSERTS_UHLODLayer \ +static_assert(alignof(UHLODLayer) == 0x000008, "Wrong alignment on UHLODLayer"); \ +static_assert(sizeof(UHLODLayer) == 0x000028, "Wrong size on UHLODLayer"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionHLODOnlyLevelInstance \ +static_assert(alignof(AWorldPartitionHLODOnlyLevelInstance) == 0x000008, "Wrong alignment on AWorldPartitionHLODOnlyLevelInstance"); \ +static_assert(sizeof(AWorldPartitionHLODOnlyLevelInstance) == 0x000348, "Wrong size on AWorldPartitionHLODOnlyLevelInstance"); \ +static_assert(offsetof(AWorldPartitionHLODOnlyLevelInstance, WorldAsset) == 0x0002B8, "Member 'AWorldPartitionHLODOnlyLevelInstance::WorldAsset' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionHLODOnlyLevelInstance, LevelInstanceSpawnGuid) == 0x0002E0, "Member 'AWorldPartitionHLODOnlyLevelInstance::LevelInstanceSpawnGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWorldPartitionHLODProvider \ +static_assert(alignof(IWorldPartitionHLODProvider) == 0x000001, "Wrong alignment on IWorldPartitionHLODProvider"); \ +static_assert(sizeof(IWorldPartitionHLODProvider) == 0x000001, "Wrong size on IWorldPartitionHLODProvider"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionHLODSourceActorsFromCell \ +static_assert(alignof(UWorldPartitionHLODSourceActorsFromCell) == 0x000008, "Wrong alignment on UWorldPartitionHLODSourceActorsFromCell"); \ +static_assert(sizeof(UWorldPartitionHLODSourceActorsFromCell) == 0x000028, "Wrong size on UWorldPartitionHLODSourceActorsFromCell"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionStandaloneHLOD \ +static_assert(alignof(AWorldPartitionStandaloneHLOD) == 0x000008, "Wrong alignment on AWorldPartitionStandaloneHLOD"); \ +static_assert(sizeof(AWorldPartitionStandaloneHLOD) == 0x000348, "Wrong size on AWorldPartitionStandaloneHLOD"); \ +static_assert(offsetof(AWorldPartitionStandaloneHLOD, WorldAsset) == 0x0002B8, "Member 'AWorldPartitionStandaloneHLOD::WorldAsset' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionStandaloneHLOD, LevelInstanceSpawnGuid) == 0x0002E0, "Member 'AWorldPartitionStandaloneHLOD::LevelInstanceSpawnGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionStandaloneHLODSubsystem \ +static_assert(alignof(UWorldPartitionStandaloneHLODSubsystem) == 0x000008, "Wrong alignment on UWorldPartitionStandaloneHLODSubsystem"); \ +static_assert(sizeof(UWorldPartitionStandaloneHLODSubsystem) == 0x000038, "Wrong size on UWorldPartitionStandaloneHLODSubsystem"); \ + +#define DUMPER7_ASSERTS_ULevelInstanceContainerInstance \ +static_assert(alignof(ULevelInstanceContainerInstance) == 0x000008, "Wrong alignment on ULevelInstanceContainerInstance"); \ +static_assert(sizeof(ULevelInstanceContainerInstance) == 0x000028, "Wrong size on ULevelInstanceContainerInstance"); \ + +#define DUMPER7_ASSERTS_URuntimePartitionLHGrid \ +static_assert(alignof(URuntimePartitionLHGrid) == 0x000008, "Wrong alignment on URuntimePartitionLHGrid"); \ +static_assert(sizeof(URuntimePartitionLHGrid) == 0x000058, "Wrong size on URuntimePartitionLHGrid"); \ + +#define DUMPER7_ASSERTS_URuntimePartitionPersistent \ +static_assert(alignof(URuntimePartitionPersistent) == 0x000008, "Wrong alignment on URuntimePartitionPersistent"); \ +static_assert(sizeof(URuntimePartitionPersistent) == 0x000058, "Wrong size on URuntimePartitionPersistent"); \ + +#define DUMPER7_ASSERTS_URuntimeHashSetExternalStreamingObject \ +static_assert(alignof(URuntimeHashSetExternalStreamingObject) == 0x000008, "Wrong alignment on URuntimeHashSetExternalStreamingObject"); \ +static_assert(sizeof(URuntimeHashSetExternalStreamingObject) == 0x0001D0, "Wrong size on URuntimeHashSetExternalStreamingObject"); \ +static_assert(offsetof(URuntimeHashSetExternalStreamingObject, RuntimeStreamingData) == 0x0001C0, "Member 'URuntimeHashSetExternalStreamingObject::RuntimeStreamingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeHashSet \ +static_assert(alignof(UWorldPartitionRuntimeHashSet) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeHashSet"); \ +static_assert(sizeof(UWorldPartitionRuntimeHashSet) == 0x0001E8, "Wrong size on UWorldPartitionRuntimeHashSet"); \ +static_assert(offsetof(UWorldPartitionRuntimeHashSet, RuntimePartitions) == 0x000078, "Member 'UWorldPartitionRuntimeHashSet::RuntimePartitions' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeHashSet, RuntimeStreamingData) == 0x000088, "Member 'UWorldPartitionRuntimeHashSet::RuntimeStreamingData' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeHashSet, WorldAssetStreamingObjects) == 0x000098, "Member 'UWorldPartitionRuntimeHashSet::WorldAssetStreamingObjects' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeHashSet, StandaloneHLODActorToSourceCellsMap) == 0x0000E8, "Member 'UWorldPartitionRuntimeHashSet::StandaloneHLODActorToSourceCellsMap' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeHashSet, CustomHLODActorToSourceCellsMap) == 0x000138, "Member 'UWorldPartitionRuntimeHashSet::CustomHLODActorToSourceCellsMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMapBuildDataActor \ +static_assert(alignof(AMapBuildDataActor) == 0x000008, "Wrong alignment on AMapBuildDataActor"); \ +static_assert(sizeof(AMapBuildDataActor) == 0x000318, "Wrong size on AMapBuildDataActor"); \ +static_assert(offsetof(AMapBuildDataActor, BuildData) == 0x0002B0, "Member 'AMapBuildDataActor::BuildData' has a wrong offset!"); \ +static_assert(offsetof(AMapBuildDataActor, ForceLinkToActor) == 0x0002B8, "Member 'AMapBuildDataActor::ForceLinkToActor' has a wrong offset!"); \ +static_assert(offsetof(AMapBuildDataActor, ActorBounds) == 0x0002C0, "Member 'AMapBuildDataActor::ActorBounds' has a wrong offset!"); \ +static_assert(offsetof(AMapBuildDataActor, CellPackage) == 0x0002F8, "Member 'AMapBuildDataActor::CellPackage' has a wrong offset!"); \ +static_assert(offsetof(AMapBuildDataActor, LevelBuildDataId) == 0x000300, "Member 'AMapBuildDataActor::LevelBuildDataId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWorldPartitionActorLoaderInterface \ +static_assert(alignof(IWorldPartitionActorLoaderInterface) == 0x000001, "Wrong alignment on IWorldPartitionActorLoaderInterface"); \ +static_assert(sizeof(IWorldPartitionActorLoaderInterface) == 0x000001, "Wrong size on IWorldPartitionActorLoaderInterface"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionLevelStreamingDynamic \ +static_assert(alignof(UWorldPartitionLevelStreamingDynamic) == 0x000010, "Wrong alignment on UWorldPartitionLevelStreamingDynamic"); \ +static_assert(sizeof(UWorldPartitionLevelStreamingDynamic) == 0x000210, "Wrong size on UWorldPartitionLevelStreamingDynamic"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingDynamic, bShouldBeAlwaysLoaded) == 0x0001D8, "Member 'UWorldPartitionLevelStreamingDynamic::bShouldBeAlwaysLoaded' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingDynamic, StreamingCell) == 0x0001DC, "Member 'UWorldPartitionLevelStreamingDynamic::StreamingCell' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingDynamic, OuterWorldPartition) == 0x0001E8, "Member 'UWorldPartitionLevelStreamingDynamic::OuterWorldPartition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionStreamingPolicy \ +static_assert(alignof(UWorldPartitionStreamingPolicy) == 0x000008, "Wrong alignment on UWorldPartitionStreamingPolicy"); \ +static_assert(sizeof(UWorldPartitionStreamingPolicy) == 0x000440, "Wrong size on UWorldPartitionStreamingPolicy"); \ +static_assert(offsetof(UWorldPartitionStreamingPolicy, CurrentState) == 0x000030, "Member 'UWorldPartitionStreamingPolicy::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingPolicy, CurrentStreamingPerformance) == 0x000130, "Member 'UWorldPartitionStreamingPolicy::CurrentStreamingPerformance' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingPolicy, bCurrentBlockOnSlowStreaming) == 0x000131, "Member 'UWorldPartitionStreamingPolicy::bCurrentBlockOnSlowStreaming' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingPolicy, TargetState) == 0x000138, "Member 'UWorldPartitionStreamingPolicy::TargetState' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingPolicy, AsyncTaskCurrentState) == 0x000180, "Member 'UWorldPartitionStreamingPolicy::AsyncTaskCurrentState' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingPolicy, AsyncTaskTargetState) == 0x000280, "Member 'UWorldPartitionStreamingPolicy::AsyncTaskTargetState' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingPolicy, bShouldMergeStreamingSourceInfo) == 0x0002C8, "Member 'UWorldPartitionStreamingPolicy::bShouldMergeStreamingSourceInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionLevelStreamingPolicy \ +static_assert(alignof(UWorldPartitionLevelStreamingPolicy) == 0x000008, "Wrong alignment on UWorldPartitionLevelStreamingPolicy"); \ +static_assert(sizeof(UWorldPartitionLevelStreamingPolicy) == 0x000558, "Wrong size on UWorldPartitionLevelStreamingPolicy"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingPolicy, SourceWorldAssetPath) == 0x000440, "Member 'UWorldPartitionLevelStreamingPolicy::SourceWorldAssetPath' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingPolicy, SubObjectsToCellRemapping) == 0x000450, "Member 'UWorldPartitionLevelStreamingPolicy::SubObjectsToCellRemapping' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingPolicy, ContainerResolver) == 0x0004A0, "Member 'UWorldPartitionLevelStreamingPolicy::ContainerResolver' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingPolicy, ExternalStreamingObjects) == 0x0004F8, "Member 'UWorldPartitionLevelStreamingPolicy::ExternalStreamingObjects' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingPolicy, SubObjectsToExternalStreamingObjectsRemapping) == 0x000508, "Member 'UWorldPartitionLevelStreamingPolicy::SubObjectsToExternalStreamingObjectsRemapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionMiniMap \ +static_assert(alignof(AWorldPartitionMiniMap) == 0x000008, "Wrong alignment on AWorldPartitionMiniMap"); \ +static_assert(sizeof(AWorldPartitionMiniMap) == 0x000380, "Wrong size on AWorldPartitionMiniMap"); \ +static_assert(offsetof(AWorldPartitionMiniMap, MiniMapWorldBounds) == 0x0002B0, "Member 'AWorldPartitionMiniMap::MiniMapWorldBounds' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, UVOffset) == 0x0002E8, "Member 'AWorldPartitionMiniMap::UVOffset' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, MiniMapTexture) == 0x000310, "Member 'AWorldPartitionMiniMap::MiniMapTexture' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, ExcludedDataLayers) == 0x000318, "Member 'AWorldPartitionMiniMap::ExcludedDataLayers' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, WorldUnitsPerPixel) == 0x000368, "Member 'AWorldPartitionMiniMap::WorldUnitsPerPixel' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, BuilderCellSize) == 0x00036C, "Member 'AWorldPartitionMiniMap::BuilderCellSize' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, CaptureSource) == 0x000370, "Member 'AWorldPartitionMiniMap::CaptureSource' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, CaptureWarmupFrames) == 0x000374, "Member 'AWorldPartitionMiniMap::CaptureWarmupFrames' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, MiniMapTileSize) == 0x000378, "Member 'AWorldPartitionMiniMap::MiniMapTileSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionMiniMapVolume \ +static_assert(alignof(AWorldPartitionMiniMapVolume) == 0x000008, "Wrong alignment on AWorldPartitionMiniMapVolume"); \ +static_assert(sizeof(AWorldPartitionMiniMapVolume) == 0x0002E8, "Wrong size on AWorldPartitionMiniMapVolume"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionReplay \ +static_assert(alignof(AWorldPartitionReplay) == 0x000008, "Wrong alignment on AWorldPartitionReplay"); \ +static_assert(sizeof(AWorldPartitionReplay) == 0x0002D0, "Wrong size on AWorldPartitionReplay"); \ +static_assert(offsetof(AWorldPartitionReplay, StreamingSourceNames) == 0x0002B0, "Member 'AWorldPartitionReplay::StreamingSourceNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeCellDataSpatialHash \ +static_assert(alignof(UWorldPartitionRuntimeCellDataSpatialHash) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeCellDataSpatialHash"); \ +static_assert(sizeof(UWorldPartitionRuntimeCellDataSpatialHash) == 0x000168, "Wrong size on UWorldPartitionRuntimeCellDataSpatialHash"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellDataSpatialHash, position) == 0x0000F0, "Member 'UWorldPartitionRuntimeCellDataSpatialHash::position' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCellDataSpatialHash, Extent) == 0x000108, "Member 'UWorldPartitionRuntimeCellDataSpatialHash::Extent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWorldPartitionCell \ +static_assert(alignof(IWorldPartitionCell) == 0x000001, "Wrong alignment on IWorldPartitionCell"); \ +static_assert(sizeof(IWorldPartitionCell) == 0x000001, "Wrong size on IWorldPartitionCell"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeCellTransformerSettings \ +static_assert(alignof(UWorldPartitionRuntimeCellTransformerSettings) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeCellTransformerSettings"); \ +static_assert(sizeof(UWorldPartitionRuntimeCellTransformerSettings) == 0x000028, "Wrong size on UWorldPartitionRuntimeCellTransformerSettings"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeCellTransformerISM \ +static_assert(alignof(UWorldPartitionRuntimeCellTransformerISM) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeCellTransformerISM"); \ +static_assert(sizeof(UWorldPartitionRuntimeCellTransformerISM) == 0x000030, "Wrong size on UWorldPartitionRuntimeCellTransformerISM"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionAutoInstancedActor \ +static_assert(alignof(AWorldPartitionAutoInstancedActor) == 0x000008, "Wrong alignment on AWorldPartitionAutoInstancedActor"); \ +static_assert(sizeof(AWorldPartitionAutoInstancedActor) == 0x0002B0, "Wrong size on AWorldPartitionAutoInstancedActor"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeCellTransformerLog \ +static_assert(alignof(UWorldPartitionRuntimeCellTransformerLog) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeCellTransformerLog"); \ +static_assert(sizeof(UWorldPartitionRuntimeCellTransformerLog) == 0x000030, "Wrong size on UWorldPartitionRuntimeCellTransformerLog"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeSpatialHash \ +static_assert(alignof(UWorldPartitionRuntimeSpatialHash) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeSpatialHash"); \ +static_assert(sizeof(UWorldPartitionRuntimeSpatialHash) == 0x000138, "Wrong size on UWorldPartitionRuntimeSpatialHash"); \ +static_assert(offsetof(UWorldPartitionRuntimeSpatialHash, bEnableZCulling) == 0x000078, "Member 'UWorldPartitionRuntimeSpatialHash::bEnableZCulling' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeSpatialHash, Settings) == 0x000079, "Member 'UWorldPartitionRuntimeSpatialHash::Settings' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeSpatialHash, StreamingGrids) == 0x000080, "Member 'UWorldPartitionRuntimeSpatialHash::StreamingGrids' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeSpatialHash, WorldAssetStreamingObjects) == 0x0000E8, "Member 'UWorldPartitionRuntimeSpatialHash::WorldAssetStreamingObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionSettings \ +static_assert(alignof(UWorldPartitionSettings) == 0x000008, "Wrong alignment on UWorldPartitionSettings"); \ +static_assert(sizeof(UWorldPartitionSettings) == 0x0000B0, "Wrong size on UWorldPartitionSettings"); \ +static_assert(offsetof(UWorldPartitionSettings, NewMapsDataLayersLogicOperator) == 0x000038, "Member 'UWorldPartitionSettings::NewMapsDataLayersLogicOperator' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionSettings, bNewMapsEnableWorldPartition) == 0x000039, "Member 'UWorldPartitionSettings::bNewMapsEnableWorldPartition' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionSettings, bNewMapsEnableWorldPartitionStreaming) == 0x00003A, "Member 'UWorldPartitionSettings::bNewMapsEnableWorldPartitionStreaming' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionSettings, EditorHashDefaultClass) == 0x000040, "Member 'UWorldPartitionSettings::EditorHashDefaultClass' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionSettings, RuntimeHashDefaultClass) == 0x000048, "Member 'UWorldPartitionSettings::RuntimeHashDefaultClass' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionSettings, PropertyOverridePolicy) == 0x000050, "Member 'UWorldPartitionSettings::PropertyOverridePolicy' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionSettings, UnsupportedActorClassesPerHLODLayerType) == 0x000058, "Member 'UWorldPartitionSettings::UnsupportedActorClassesPerHLODLayerType' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionSettings, bShouldEDLPackagesInheritWorldChunkAssignmentsDuringCook) == 0x0000A8, "Member 'UWorldPartitionSettings::bShouldEDLPackagesInheritWorldChunkAssignmentsDuringCook' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionSubsystem_IsAllStreamingCompleted \ +static_assert(alignof(WorldPartitionSubsystem_IsAllStreamingCompleted) == 0x000001, "Wrong alignment on WorldPartitionSubsystem_IsAllStreamingCompleted"); \ +static_assert(sizeof(WorldPartitionSubsystem_IsAllStreamingCompleted) == 0x000001, "Wrong size on WorldPartitionSubsystem_IsAllStreamingCompleted"); \ +static_assert(offsetof(WorldPartitionSubsystem_IsAllStreamingCompleted, ReturnValue) == 0x000000, "Member 'WorldPartitionSubsystem_IsAllStreamingCompleted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldPartitionSubsystem_IsStreamingCompleted \ +static_assert(alignof(WorldPartitionSubsystem_IsStreamingCompleted) == 0x000008, "Wrong alignment on WorldPartitionSubsystem_IsStreamingCompleted"); \ +static_assert(sizeof(WorldPartitionSubsystem_IsStreamingCompleted) == 0x000020, "Wrong size on WorldPartitionSubsystem_IsStreamingCompleted"); \ +static_assert(offsetof(WorldPartitionSubsystem_IsStreamingCompleted, QueryState) == 0x000000, "Member 'WorldPartitionSubsystem_IsStreamingCompleted::QueryState' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionSubsystem_IsStreamingCompleted, QuerySources) == 0x000008, "Member 'WorldPartitionSubsystem_IsStreamingCompleted::QuerySources' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionSubsystem_IsStreamingCompleted, bExactState) == 0x000018, "Member 'WorldPartitionSubsystem_IsStreamingCompleted::bExactState' has a wrong offset!"); \ +static_assert(offsetof(WorldPartitionSubsystem_IsStreamingCompleted, ReturnValue) == 0x000019, "Member 'WorldPartitionSubsystem_IsStreamingCompleted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionSubsystem \ +static_assert(alignof(UWorldPartitionSubsystem) == 0x000008, "Wrong alignment on UWorldPartitionSubsystem"); \ +static_assert(sizeof(UWorldPartitionSubsystem) == 0x000300, "Wrong size on UWorldPartitionSubsystem"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionVolume \ +static_assert(alignof(AWorldPartitionVolume) == 0x000008, "Wrong alignment on AWorldPartitionVolume"); \ +static_assert(sizeof(AWorldPartitionVolume) == 0x0002E8, "Wrong size on AWorldPartitionVolume"); \ + +#define DUMPER7_ASSERTS_AWorldSettings \ +static_assert(alignof(AWorldSettings) == 0x000008, "Wrong alignment on AWorldSettings"); \ +static_assert(sizeof(AWorldSettings) == 0x0004E0, "Wrong size on AWorldSettings"); \ +static_assert(offsetof(AWorldSettings, VisibilityCellSize) == 0x0002B8, "Member 'AWorldSettings::VisibilityCellSize' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, VisibilityAggressiveness) == 0x0002BC, "Member 'AWorldSettings::VisibilityAggressiveness' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, AISystemClass) == 0x0002C0, "Member 'AWorldSettings::AISystemClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, LevelInstancePivotOffset) == 0x0002E8, "Member 'AWorldSettings::LevelInstancePivotOffset' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, NavigationSystemConfig) == 0x000300, "Member 'AWorldSettings::NavigationSystemConfig' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, NavigationSystemConfigOverride) == 0x000308, "Member 'AWorldSettings::NavigationSystemConfigOverride' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldPartition) == 0x000310, "Member 'AWorldSettings::WorldPartition' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, BaseNavmeshDataLayers) == 0x000318, "Member 'AWorldSettings::BaseNavmeshDataLayers' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldToMeters) == 0x000328, "Member 'AWorldSettings::WorldToMeters' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, KillZ) == 0x00032C, "Member 'AWorldSettings::KillZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, KillZDamageType) == 0x000330, "Member 'AWorldSettings::KillZDamageType' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldGravityZ) == 0x000338, "Member 'AWorldSettings::WorldGravityZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GlobalGravityZ) == 0x00033C, "Member 'AWorldSettings::GlobalGravityZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultPhysicsVolumeClass) == 0x000340, "Member 'AWorldSettings::DefaultPhysicsVolumeClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PhysicsCollisionHandlerClass) == 0x000348, "Member 'AWorldSettings::PhysicsCollisionHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultGameMode) == 0x000350, "Member 'AWorldSettings::DefaultGameMode' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GameNetworkManagerClass) == 0x000358, "Member 'AWorldSettings::GameNetworkManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PackedLightAndShadowMapTextureSize) == 0x000360, "Member 'AWorldSettings::PackedLightAndShadowMapTextureSize' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultColorScale) == 0x000368, "Member 'AWorldSettings::DefaultColorScale' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultMaxDistanceFieldOcclusionDistance) == 0x000380, "Member 'AWorldSettings::DefaultMaxDistanceFieldOcclusionDistance' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GlobalDistanceFieldViewDistance) == 0x000384, "Member 'AWorldSettings::GlobalDistanceFieldViewDistance' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DynamicIndirectShadowsSelfShadowingIntensity) == 0x000388, "Member 'AWorldSettings::DynamicIndirectShadowsSelfShadowingIntensity' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, VolumetricLightmapLoadingRange) == 0x00038C, "Member 'AWorldSettings::VolumetricLightmapLoadingRange' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, NaniteSettings) == 0x000390, "Member 'AWorldSettings::NaniteSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultReverbSettings) == 0x000398, "Member 'AWorldSettings::DefaultReverbSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultAmbientZoneSettings) == 0x0003B8, "Member 'AWorldSettings::DefaultAmbientZoneSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultBaseSoundMix) == 0x0003E0, "Member 'AWorldSettings::DefaultBaseSoundMix' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, TimeDilation) == 0x0003E8, "Member 'AWorldSettings::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, CinematicTimeDilation) == 0x0003EC, "Member 'AWorldSettings::CinematicTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DemoPlayTimeDilation) == 0x0003F0, "Member 'AWorldSettings::DemoPlayTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MinGlobalTimeDilation) == 0x0003F4, "Member 'AWorldSettings::MinGlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxGlobalTimeDilation) == 0x0003F8, "Member 'AWorldSettings::MaxGlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MinCinematicTimeDilation) == 0x0003FC, "Member 'AWorldSettings::MinCinematicTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxCinematicTimeDilation) == 0x000400, "Member 'AWorldSettings::MaxCinematicTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MinUndilatedFrameTime) == 0x000404, "Member 'AWorldSettings::MinUndilatedFrameTime' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxUndilatedFrameTime) == 0x000408, "Member 'AWorldSettings::MaxUndilatedFrameTime' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, BroadphaseSettings) == 0x000410, "Member 'AWorldSettings::BroadphaseSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, ReplicationViewers) == 0x000490, "Member 'AWorldSettings::ReplicationViewers' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, AssetUserData) == 0x0004A0, "Member 'AWorldSettings::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PauserPlayerState) == 0x0004B0, "Member 'AWorldSettings::PauserPlayerState' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxNumberOfBookmarks) == 0x0004B8, "Member 'AWorldSettings::MaxNumberOfBookmarks' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultBookmarkClass) == 0x0004C0, "Member 'AWorldSettings::DefaultBookmarkClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, BookmarkArray) == 0x0004C8, "Member 'AWorldSettings::BookmarkArray' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, LastBookmarkClass) == 0x0004D8, "Member 'AWorldSettings::LastBookmarkClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_PlacementInfo \ +static_assert(alignof(FGameplayCueNotify_PlacementInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_PlacementInfo"); \ +static_assert(sizeof(FGameplayCueNotify_PlacementInfo) == 0x000040, "Wrong size on FGameplayCueNotify_PlacementInfo"); \ +static_assert(offsetof(FGameplayCueNotify_PlacementInfo, SocketName) == 0x000000, "Member 'FGameplayCueNotify_PlacementInfo::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_PlacementInfo, AttachPolicy) == 0x000008, "Member 'FGameplayCueNotify_PlacementInfo::AttachPolicy' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_PlacementInfo, AttachmentRule) == 0x000009, "Member 'FGameplayCueNotify_PlacementInfo::AttachmentRule' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_PlacementInfo, RotationOverride) == 0x000010, "Member 'FGameplayCueNotify_PlacementInfo::RotationOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_PlacementInfo, ScaleOverride) == 0x000028, "Member 'FGameplayCueNotify_PlacementInfo::ScaleOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAttribute \ +static_assert(alignof(FGameplayAttribute) == 0x000008, "Wrong alignment on FGameplayAttribute"); \ +static_assert(sizeof(FGameplayAttribute) == 0x000038, "Wrong size on FGameplayAttribute"); \ +static_assert(offsetof(FGameplayAttribute, AttributeName) == 0x000000, "Member 'FGameplayAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAttribute, Attribute) == 0x000010, "Member 'FGameplayAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAttribute, AttributeOwner) == 0x000030, "Member 'FGameplayAttribute::AttributeOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectModifiedAttribute \ +static_assert(alignof(FGameplayEffectModifiedAttribute) == 0x000008, "Wrong alignment on FGameplayEffectModifiedAttribute"); \ +static_assert(sizeof(FGameplayEffectModifiedAttribute) == 0x000040, "Wrong size on FGameplayEffectModifiedAttribute"); \ +static_assert(offsetof(FGameplayEffectModifiedAttribute, Attribute) == 0x000000, "Member 'FGameplayEffectModifiedAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifiedAttribute, TotalMagnitude) == 0x000038, "Member 'FGameplayEffectModifiedAttribute::TotalMagnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectAttributeCaptureDefinition \ +static_assert(alignof(FGameplayEffectAttributeCaptureDefinition) == 0x000008, "Wrong alignment on FGameplayEffectAttributeCaptureDefinition"); \ +static_assert(sizeof(FGameplayEffectAttributeCaptureDefinition) == 0x000040, "Wrong size on FGameplayEffectAttributeCaptureDefinition"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureDefinition, AttributeToCapture) == 0x000000, "Member 'FGameplayEffectAttributeCaptureDefinition::AttributeToCapture' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureDefinition, AttributeSource) == 0x000038, "Member 'FGameplayEffectAttributeCaptureDefinition::AttributeSource' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureDefinition, bSnapshot) == 0x000039, "Member 'FGameplayEffectAttributeCaptureDefinition::bSnapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectAttributeCaptureSpec \ +static_assert(alignof(FGameplayEffectAttributeCaptureSpec) == 0x000008, "Wrong alignment on FGameplayEffectAttributeCaptureSpec"); \ +static_assert(sizeof(FGameplayEffectAttributeCaptureSpec) == 0x000050, "Wrong size on FGameplayEffectAttributeCaptureSpec"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureSpec, BackingDefinition) == 0x000000, "Member 'FGameplayEffectAttributeCaptureSpec::BackingDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectAttributeCaptureSpecContainer \ +static_assert(alignof(FGameplayEffectAttributeCaptureSpecContainer) == 0x000008, "Wrong alignment on FGameplayEffectAttributeCaptureSpecContainer"); \ +static_assert(sizeof(FGameplayEffectAttributeCaptureSpecContainer) == 0x000028, "Wrong size on FGameplayEffectAttributeCaptureSpecContainer"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureSpecContainer, SourceAttributes) == 0x000000, "Member 'FGameplayEffectAttributeCaptureSpecContainer::SourceAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureSpecContainer, TargetAttributes) == 0x000010, "Member 'FGameplayEffectAttributeCaptureSpecContainer::TargetAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectAttributeCaptureSpecContainer, bHasNonSnapshottedAttributes) == 0x000020, "Member 'FGameplayEffectAttributeCaptureSpecContainer::bHasNonSnapshottedAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTagContainerAggregator \ +static_assert(alignof(FTagContainerAggregator) == 0x000008, "Wrong alignment on FTagContainerAggregator"); \ +static_assert(sizeof(FTagContainerAggregator) == 0x000088, "Wrong size on FTagContainerAggregator"); \ +static_assert(offsetof(FTagContainerAggregator, CapturedActorTags) == 0x000000, "Member 'FTagContainerAggregator::CapturedActorTags' has a wrong offset!"); \ +static_assert(offsetof(FTagContainerAggregator, CapturedSpecTags) == 0x000020, "Member 'FTagContainerAggregator::CapturedSpecTags' has a wrong offset!"); \ +static_assert(offsetof(FTagContainerAggregator, ScopedTags) == 0x000040, "Member 'FTagContainerAggregator::ScopedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalableFloat \ +static_assert(alignof(FScalableFloat) == 0x000008, "Wrong alignment on FScalableFloat"); \ +static_assert(sizeof(FScalableFloat) == 0x000028, "Wrong size on FScalableFloat"); \ +static_assert(offsetof(FScalableFloat, Value) == 0x000000, "Member 'FScalableFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FScalableFloat, Curve) == 0x000008, "Member 'FScalableFloat::Curve' has a wrong offset!"); \ +static_assert(offsetof(FScalableFloat, RegistryType) == 0x000018, "Member 'FScalableFloat::RegistryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecHandle \ +static_assert(alignof(FGameplayAbilitySpecHandle) == 0x000004, "Wrong alignment on FGameplayAbilitySpecHandle"); \ +static_assert(sizeof(FGameplayAbilitySpecHandle) == 0x000004, "Wrong size on FGameplayAbilitySpecHandle"); \ +static_assert(offsetof(FGameplayAbilitySpecHandle, Handle) == 0x000000, "Member 'FGameplayAbilitySpecHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecDef \ +static_assert(alignof(FGameplayAbilitySpecDef) == 0x000008, "Wrong alignment on FGameplayAbilitySpecDef"); \ +static_assert(sizeof(FGameplayAbilitySpecDef) == 0x000098, "Wrong size on FGameplayAbilitySpecDef"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, Ability) == 0x000000, "Member 'FGameplayAbilitySpecDef::Ability' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, LevelScalableFloat) == 0x000008, "Member 'FGameplayAbilitySpecDef::LevelScalableFloat' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, InputID) == 0x000030, "Member 'FGameplayAbilitySpecDef::InputID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, RemovalPolicy) == 0x000034, "Member 'FGameplayAbilitySpecDef::RemovalPolicy' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, SourceObject) == 0x000038, "Member 'FGameplayAbilitySpecDef::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecDef, AssignedHandle) == 0x000090, "Member 'FGameplayAbilitySpecDef::AssignedHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModifierSpec \ +static_assert(alignof(FModifierSpec) == 0x000004, "Wrong alignment on FModifierSpec"); \ +static_assert(sizeof(FModifierSpec) == 0x000004, "Wrong size on FModifierSpec"); \ +static_assert(offsetof(FModifierSpec, EvaluatedMagnitude) == 0x000000, "Member 'FModifierSpec::EvaluatedMagnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectContextHandle \ +static_assert(alignof(FGameplayEffectContextHandle) == 0x000008, "Wrong alignment on FGameplayEffectContextHandle"); \ +static_assert(sizeof(FGameplayEffectContextHandle) == 0x000018, "Wrong size on FGameplayEffectContextHandle"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectSpec \ +static_assert(alignof(FGameplayEffectSpec) == 0x000008, "Wrong alignment on FGameplayEffectSpec"); \ +static_assert(sizeof(FGameplayEffectSpec) == 0x000298, "Wrong size on FGameplayEffectSpec"); \ +static_assert(offsetof(FGameplayEffectSpec, Def) == 0x000000, "Member 'FGameplayEffectSpec::Def' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, ModifiedAttributes) == 0x000008, "Member 'FGameplayEffectSpec::ModifiedAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, CapturedRelevantAttributes) == 0x000018, "Member 'FGameplayEffectSpec::CapturedRelevantAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, Duration) == 0x000050, "Member 'FGameplayEffectSpec::Duration' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, Period) == 0x000054, "Member 'FGameplayEffectSpec::Period' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, ChanceToApplyToTarget) == 0x000058, "Member 'FGameplayEffectSpec::ChanceToApplyToTarget' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, CapturedSourceTags) == 0x000060, "Member 'FGameplayEffectSpec::CapturedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, CapturedTargetTags) == 0x0000E8, "Member 'FGameplayEffectSpec::CapturedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, DynamicGrantedTags) == 0x000170, "Member 'FGameplayEffectSpec::DynamicGrantedTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, DynamicAssetTags) == 0x000190, "Member 'FGameplayEffectSpec::DynamicAssetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, Modifiers) == 0x0001B0, "Member 'FGameplayEffectSpec::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, StackCount) == 0x0001C0, "Member 'FGameplayEffectSpec::StackCount' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, GrantedAbilitySpecs) == 0x0001C8, "Member 'FGameplayEffectSpec::GrantedAbilitySpecs' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, EffectContext) == 0x000278, "Member 'FGameplayEffectSpec::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpec, Level) == 0x000290, "Member 'FGameplayEffectSpec::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPredictionKey \ +static_assert(alignof(FPredictionKey) == 0x000004, "Wrong alignment on FPredictionKey"); \ +static_assert(sizeof(FPredictionKey) == 0x000010, "Wrong size on FPredictionKey"); \ +static_assert(offsetof(FPredictionKey, Current) == 0x000000, "Member 'FPredictionKey::Current' has a wrong offset!"); \ +static_assert(offsetof(FPredictionKey, base) == 0x000002, "Member 'FPredictionKey::base' has a wrong offset!"); \ +static_assert(offsetof(FPredictionKey, bIsServerInitiated) == 0x000004, "Member 'FPredictionKey::bIsServerInitiated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffect \ +static_assert(alignof(FActiveGameplayEffect) == 0x000008, "Wrong alignment on FActiveGameplayEffect"); \ +static_assert(sizeof(FActiveGameplayEffect) == 0x000368, "Wrong size on FActiveGameplayEffect"); \ +static_assert(offsetof(FActiveGameplayEffect, Spec) == 0x000018, "Member 'FActiveGameplayEffect::Spec' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, PredictionKey) == 0x0002B0, "Member 'FActiveGameplayEffect::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, GrantedAbilityHandles) == 0x0002C0, "Member 'FActiveGameplayEffect::GrantedAbilityHandles' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, StartServerWorldTime) == 0x0002D0, "Member 'FActiveGameplayEffect::StartServerWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, CachedStartServerWorldTime) == 0x0002D4, "Member 'FActiveGameplayEffect::CachedStartServerWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, StartWorldTime) == 0x0002D8, "Member 'FActiveGameplayEffect::StartWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffect, bIsInhibited) == 0x0002DC, "Member 'FActiveGameplayEffect::bIsInhibited' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_SpawnCondition \ +static_assert(alignof(FGameplayCueNotify_SpawnCondition) == 0x000008, "Wrong alignment on FGameplayCueNotify_SpawnCondition"); \ +static_assert(sizeof(FGameplayCueNotify_SpawnCondition) == 0x000038, "Wrong size on FGameplayCueNotify_SpawnCondition"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnCondition, LocallyControlledSource) == 0x000000, "Member 'FGameplayCueNotify_SpawnCondition::LocallyControlledSource' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnCondition, LocallyControlledPolicy) == 0x000001, "Member 'FGameplayCueNotify_SpawnCondition::LocallyControlledPolicy' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnCondition, ChanceToPlay) == 0x000004, "Member 'FGameplayCueNotify_SpawnCondition::ChanceToPlay' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnCondition, AllowedSurfaceTypes) == 0x000008, "Member 'FGameplayCueNotify_SpawnCondition::AllowedSurfaceTypes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnCondition, RejectedSurfaceTypes) == 0x000020, "Member 'FGameplayCueNotify_SpawnCondition::RejectedSurfaceTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityActivationInfo \ +static_assert(alignof(FGameplayAbilityActivationInfo) == 0x000004, "Wrong alignment on FGameplayAbilityActivationInfo"); \ +static_assert(sizeof(FGameplayAbilityActivationInfo) == 0x000014, "Wrong size on FGameplayAbilityActivationInfo"); \ +static_assert(offsetof(FGameplayAbilityActivationInfo, ActivationMode) == 0x000000, "Member 'FGameplayAbilityActivationInfo::ActivationMode' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActivationInfo, PredictionKeyWhenActivated) == 0x000004, "Member 'FGameplayAbilityActivationInfo::PredictionKeyWhenActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffectHandle \ +static_assert(alignof(FActiveGameplayEffectHandle) == 0x000004, "Wrong alignment on FActiveGameplayEffectHandle"); \ +static_assert(sizeof(FActiveGameplayEffectHandle) == 0x000008, "Wrong size on FActiveGameplayEffectHandle"); \ +static_assert(offsetof(FActiveGameplayEffectHandle, Handle) == 0x000000, "Member 'FActiveGameplayEffectHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayEffectHandle, bPassedFiltersAndWasExecuted) == 0x000004, "Member 'FActiveGameplayEffectHandle::bPassedFiltersAndWasExecuted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpec \ +static_assert(alignof(FGameplayAbilitySpec) == 0x000008, "Wrong alignment on FGameplayAbilitySpec"); \ +static_assert(sizeof(FGameplayAbilitySpec) == 0x0000F0, "Wrong size on FGameplayAbilitySpec"); \ +static_assert(offsetof(FGameplayAbilitySpec, Handle) == 0x00000C, "Member 'FGameplayAbilitySpec::Handle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, Ability) == 0x000010, "Member 'FGameplayAbilitySpec::Ability' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, Level) == 0x000018, "Member 'FGameplayAbilitySpec::Level' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, InputID) == 0x00001C, "Member 'FGameplayAbilitySpec::InputID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, SourceObject) == 0x000020, "Member 'FGameplayAbilitySpec::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, ActiveCount) == 0x000028, "Member 'FGameplayAbilitySpec::ActiveCount' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, ActivationInfo) == 0x000040, "Member 'FGameplayAbilitySpec::ActivationInfo' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, DynamicAbilityTags) == 0x000058, "Member 'FGameplayAbilitySpec::DynamicAbilityTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, NonReplicatedInstances) == 0x000078, "Member 'FGameplayAbilitySpec::NonReplicatedInstances' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, ReplicatedInstances) == 0x000088, "Member 'FGameplayAbilitySpec::ReplicatedInstances' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpec, GameplayEffectHandle) == 0x000098, "Member 'FGameplayAbilitySpec::GameplayEffectHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecContainer \ +static_assert(alignof(FGameplayAbilitySpecContainer) == 0x000008, "Wrong alignment on FGameplayAbilitySpecContainer"); \ +static_assert(sizeof(FGameplayAbilitySpecContainer) == 0x000120, "Wrong size on FGameplayAbilitySpecContainer"); \ +static_assert(offsetof(FGameplayAbilitySpecContainer, Items) == 0x000108, "Member 'FGameplayAbilitySpecContainer::Items' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecContainer, Owner) == 0x000118, "Member 'FGameplayAbilitySpecContainer::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagCountContainer \ +static_assert(alignof(FGameplayTagCountContainer) == 0x000008, "Wrong alignment on FGameplayTagCountContainer"); \ +static_assert(sizeof(FGameplayTagCountContainer) == 0x0000F0, "Wrong size on FGameplayTagCountContainer"); \ +static_assert(offsetof(FGameplayTagCountContainer, Owner) == 0x0000E8, "Member 'FGameplayTagCountContainer::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectRemovalInfo \ +static_assert(alignof(FGameplayEffectRemovalInfo) == 0x000008, "Wrong alignment on FGameplayEffectRemovalInfo"); \ +static_assert(sizeof(FGameplayEffectRemovalInfo) == 0x000028, "Wrong size on FGameplayEffectRemovalInfo"); \ +static_assert(offsetof(FGameplayEffectRemovalInfo, bPrematureRemoval) == 0x000000, "Member 'FGameplayEffectRemovalInfo::bPrematureRemoval' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectRemovalInfo, bPredictionRejected) == 0x000001, "Member 'FGameplayEffectRemovalInfo::bPredictionRejected' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectRemovalInfo, StackCount) == 0x000004, "Member 'FGameplayEffectRemovalInfo::StackCount' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectRemovalInfo, EffectContext) == 0x000008, "Member 'FGameplayEffectRemovalInfo::EffectContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldReticleParameters \ +static_assert(alignof(FWorldReticleParameters) == 0x000008, "Wrong alignment on FWorldReticleParameters"); \ +static_assert(sizeof(FWorldReticleParameters) == 0x000018, "Wrong size on FWorldReticleParameters"); \ +static_assert(offsetof(FWorldReticleParameters, AOEScale) == 0x000000, "Member 'FWorldReticleParameters::AOEScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetingLocationInfo \ +static_assert(alignof(FGameplayAbilityTargetingLocationInfo) == 0x000010, "Wrong alignment on FGameplayAbilityTargetingLocationInfo"); \ +static_assert(sizeof(FGameplayAbilityTargetingLocationInfo) == 0x000090, "Wrong size on FGameplayAbilityTargetingLocationInfo"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceActor) == 0x000008, "Member 'FGameplayAbilityTargetingLocationInfo::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceComponent) == 0x000010, "Member 'FGameplayAbilityTargetingLocationInfo::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceAbility) == 0x000018, "Member 'FGameplayAbilityTargetingLocationInfo::SourceAbility' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, LiteralTransform) == 0x000020, "Member 'FGameplayAbilityTargetingLocationInfo::LiteralTransform' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceSocketName) == 0x000080, "Member 'FGameplayAbilityTargetingLocationInfo::SourceSocketName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, LocationType) == 0x000088, "Member 'FGameplayAbilityTargetingLocationInfo::LocationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetData \ +static_assert(alignof(FGameplayAbilityTargetData) == 0x000008, "Wrong alignment on FGameplayAbilityTargetData"); \ +static_assert(sizeof(FGameplayAbilityTargetData) == 0x000008, "Wrong size on FGameplayAbilityTargetData"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetData_LocationInfo \ +static_assert(alignof(FGameplayAbilityTargetData_LocationInfo) == 0x000010, "Wrong alignment on FGameplayAbilityTargetData_LocationInfo"); \ +static_assert(sizeof(FGameplayAbilityTargetData_LocationInfo) == 0x000130, "Wrong size on FGameplayAbilityTargetData_LocationInfo"); \ +static_assert(offsetof(FGameplayAbilityTargetData_LocationInfo, SourceLocation) == 0x000010, "Member 'FGameplayAbilityTargetData_LocationInfo::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetData_LocationInfo, TargetLocation) == 0x0000A0, "Member 'FGameplayAbilityTargetData_LocationInfo::TargetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributeDefaults \ +static_assert(alignof(FAttributeDefaults) == 0x000008, "Wrong alignment on FAttributeDefaults"); \ +static_assert(sizeof(FAttributeDefaults) == 0x000010, "Wrong size on FAttributeDefaults"); \ +static_assert(offsetof(FAttributeDefaults, Attributes) == 0x000000, "Member 'FAttributeDefaults::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FAttributeDefaults, DefaultStartingTable) == 0x000008, "Member 'FAttributeDefaults::DefaultStartingTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityBindInfo \ +static_assert(alignof(FGameplayAbilityBindInfo) == 0x000008, "Wrong alignment on FGameplayAbilityBindInfo"); \ +static_assert(sizeof(FGameplayAbilityBindInfo) == 0x000010, "Wrong size on FGameplayAbilityBindInfo"); \ +static_assert(offsetof(FGameplayAbilityBindInfo, Command) == 0x000000, "Member 'FGameplayAbilityBindInfo::Command' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityBindInfo, GameplayAbilityClass) == 0x000008, "Member 'FGameplayAbilityBindInfo::GameplayAbilityClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbilityTriggerData \ +static_assert(alignof(FAbilityTriggerData) == 0x000004, "Wrong alignment on FAbilityTriggerData"); \ +static_assert(sizeof(FAbilityTriggerData) == 0x00000C, "Wrong size on FAbilityTriggerData"); \ +static_assert(offsetof(FAbilityTriggerData, TriggerTag) == 0x000000, "Member 'FAbilityTriggerData::TriggerTag' has a wrong offset!"); \ +static_assert(offsetof(FAbilityTriggerData, TriggerSource) == 0x000008, "Member 'FAbilityTriggerData::TriggerSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetingLocationInfoNetSerializerConfig \ +static_assert(alignof(FGameplayAbilityTargetingLocationInfoNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayAbilityTargetingLocationInfoNetSerializerConfig"); \ +static_assert(sizeof(FGameplayAbilityTargetingLocationInfoNetSerializerConfig) == 0x000010, "Wrong size on FGameplayAbilityTargetingLocationInfoNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotifyActorArray \ +static_assert(alignof(FGameplayCueNotifyActorArray) == 0x000008, "Wrong alignment on FGameplayCueNotifyActorArray"); \ +static_assert(sizeof(FGameplayCueNotifyActorArray) == 0x000010, "Wrong size on FGameplayCueNotifyActorArray"); \ +static_assert(offsetof(FGameplayCueNotifyActorArray, Actors) == 0x000000, "Member 'FGameplayCueNotifyActorArray::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetSerializeScriptStructCache \ +static_assert(alignof(FNetSerializeScriptStructCache) == 0x000008, "Wrong alignment on FNetSerializeScriptStructCache"); \ +static_assert(sizeof(FNetSerializeScriptStructCache) == 0x000020, "Wrong size on FNetSerializeScriptStructCache"); \ +static_assert(offsetof(FNetSerializeScriptStructCache, ScriptStructs) == 0x000000, "Member 'FNetSerializeScriptStructCache::ScriptStructs' has a wrong offset!"); \ +static_assert(offsetof(FNetSerializeScriptStructCache, BaseStructType) == 0x000010, "Member 'FNetSerializeScriptStructCache::BaseStructType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectSpecHandle \ +static_assert(alignof(FGameplayEffectSpecHandle) == 0x000008, "Wrong alignment on FGameplayEffectSpecHandle"); \ +static_assert(sizeof(FGameplayEffectSpecHandle) == 0x000010, "Wrong size on FGameplayEffectSpecHandle"); \ + +#define DUMPER7_ASSERTS_FGameplayTargetDataFilter \ +static_assert(alignof(FGameplayTargetDataFilter) == 0x000008, "Wrong alignment on FGameplayTargetDataFilter"); \ +static_assert(sizeof(FGameplayTargetDataFilter) == 0x000020, "Wrong size on FGameplayTargetDataFilter"); \ +static_assert(offsetof(FGameplayTargetDataFilter, SelfActor) == 0x000008, "Member 'FGameplayTargetDataFilter::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTargetDataFilter, RequiredActorClass) == 0x000010, "Member 'FGameplayTargetDataFilter::RequiredActorClass' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTargetDataFilter, SelfFilter) == 0x000018, "Member 'FGameplayTargetDataFilter::SelfFilter' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTargetDataFilter, bReverseFilter) == 0x000019, "Member 'FGameplayTargetDataFilter::bReverseFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueParameters \ +static_assert(alignof(FGameplayCueParameters) == 0x000008, "Wrong alignment on FGameplayCueParameters"); \ +static_assert(sizeof(FGameplayCueParameters) == 0x0000D8, "Wrong size on FGameplayCueParameters"); \ +static_assert(offsetof(FGameplayCueParameters, NormalizedMagnitude) == 0x000000, "Member 'FGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, RawMagnitude) == 0x000004, "Member 'FGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, EffectContext) == 0x000008, "Member 'FGameplayCueParameters::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, MatchedTagName) == 0x000020, "Member 'FGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, OriginalTag) == 0x000028, "Member 'FGameplayCueParameters::OriginalTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, AggregatedSourceTags) == 0x000030, "Member 'FGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, AggregatedTargetTags) == 0x000050, "Member 'FGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, Location) == 0x000070, "Member 'FGameplayCueParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, Normal) == 0x000088, "Member 'FGameplayCueParameters::Normal' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, Instigator) == 0x0000A0, "Member 'FGameplayCueParameters::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, EffectCauser) == 0x0000A8, "Member 'FGameplayCueParameters::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, SourceObject) == 0x0000B0, "Member 'FGameplayCueParameters::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, PhysicalMaterial) == 0x0000B8, "Member 'FGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, GameplayEffectLevel) == 0x0000C0, "Member 'FGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, AbilityLevel) == 0x0000C4, "Member 'FGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, TargetAttachComponent) == 0x0000C8, "Member 'FGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x0000D0, "Member 'FGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityActorInfo \ +static_assert(alignof(FGameplayAbilityActorInfo) == 0x000008, "Wrong alignment on FGameplayAbilityActorInfo"); \ +static_assert(sizeof(FGameplayAbilityActorInfo) == 0x000048, "Wrong size on FGameplayAbilityActorInfo"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, OwnerActor) == 0x000008, "Member 'FGameplayAbilityActorInfo::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, AvatarActor) == 0x000010, "Member 'FGameplayAbilityActorInfo::AvatarActor' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, PlayerController) == 0x000018, "Member 'FGameplayAbilityActorInfo::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, AbilitySystemComponent) == 0x000020, "Member 'FGameplayAbilityActorInfo::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, SkeletalMeshComponent) == 0x000028, "Member 'FGameplayAbilityActorInfo::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, AnimInstance) == 0x000030, "Member 'FGameplayAbilityActorInfo::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, MovementComponent) == 0x000038, "Member 'FGameplayAbilityActorInfo::MovementComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityActorInfo, AffectedAnimInstanceTag) == 0x000040, "Member 'FGameplayAbilityActorInfo::AffectedAnimInstanceTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffectsContainer \ +static_assert(alignof(FActiveGameplayEffectsContainer) == 0x000008, "Wrong alignment on FActiveGameplayEffectsContainer"); \ +static_assert(sizeof(FActiveGameplayEffectsContainer) == 0x000300, "Wrong size on FActiveGameplayEffectsContainer"); \ +static_assert(offsetof(FActiveGameplayEffectsContainer, GameplayEffects_Internal) == 0x000130, "Member 'FActiveGameplayEffectsContainer::GameplayEffects_Internal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetDataHandle \ +static_assert(alignof(FGameplayAbilityTargetDataHandle) == 0x000008, "Wrong alignment on FGameplayAbilityTargetDataHandle"); \ +static_assert(sizeof(FGameplayAbilityTargetDataHandle) == 0x000028, "Wrong size on FGameplayAbilityTargetDataHandle"); \ + +#define DUMPER7_ASSERTS_FGameplayEventData \ +static_assert(alignof(FGameplayEventData) == 0x000008, "Wrong alignment on FGameplayEventData"); \ +static_assert(sizeof(FGameplayEventData) == 0x0000B0, "Wrong size on FGameplayEventData"); \ +static_assert(offsetof(FGameplayEventData, EventTag) == 0x000000, "Member 'FGameplayEventData::EventTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, Instigator) == 0x000008, "Member 'FGameplayEventData::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, Target) == 0x000010, "Member 'FGameplayEventData::Target' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, OptionalObject) == 0x000018, "Member 'FGameplayEventData::OptionalObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, OptionalObject2) == 0x000020, "Member 'FGameplayEventData::OptionalObject2' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, ContextHandle) == 0x000028, "Member 'FGameplayEventData::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, InstigatorTags) == 0x000040, "Member 'FGameplayEventData::InstigatorTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, TargetTags) == 0x000060, "Member 'FGameplayEventData::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, EventMagnitude) == 0x000080, "Member 'FGameplayEventData::EventMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEventData, TargetData) == 0x000088, "Member 'FGameplayEventData::TargetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAttributeData \ +static_assert(alignof(FGameplayAttributeData) == 0x000008, "Wrong alignment on FGameplayAttributeData"); \ +static_assert(sizeof(FGameplayAttributeData) == 0x000010, "Wrong size on FGameplayAttributeData"); \ +static_assert(offsetof(FGameplayAttributeData, BaseValue) == 0x000008, "Member 'FGameplayAttributeData::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAttributeData, CurrentValue) == 0x00000C, "Member 'FGameplayAttributeData::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityLocalAnimMontage \ +static_assert(alignof(FGameplayAbilityLocalAnimMontage) == 0x000008, "Wrong alignment on FGameplayAbilityLocalAnimMontage"); \ +static_assert(sizeof(FGameplayAbilityLocalAnimMontage) == 0x000028, "Wrong size on FGameplayAbilityLocalAnimMontage"); \ +static_assert(offsetof(FGameplayAbilityLocalAnimMontage, AnimMontage) == 0x000000, "Member 'FGameplayAbilityLocalAnimMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityLocalAnimMontage, PlayInstanceId) == 0x000008, "Member 'FGameplayAbilityLocalAnimMontage::PlayInstanceId' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityLocalAnimMontage, PredictionKey) == 0x00000C, "Member 'FGameplayAbilityLocalAnimMontage::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityLocalAnimMontage, AnimatingAbility) == 0x00001C, "Member 'FGameplayAbilityLocalAnimMontage::AnimatingAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalReplicationTagCountMapNetSerializerConfig \ +static_assert(alignof(FMinimalReplicationTagCountMapNetSerializerConfig) == 0x000008, "Wrong alignment on FMinimalReplicationTagCountMapNetSerializerConfig"); \ +static_assert(sizeof(FMinimalReplicationTagCountMapNetSerializerConfig) == 0x000010, "Wrong size on FMinimalReplicationTagCountMapNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FMinimalGameplayCueReplicationProxy \ +static_assert(alignof(FMinimalGameplayCueReplicationProxy) == 0x000010, "Wrong alignment on FMinimalGameplayCueReplicationProxy"); \ +static_assert(sizeof(FMinimalGameplayCueReplicationProxy) == 0x000340, "Wrong size on FMinimalGameplayCueReplicationProxy"); \ +static_assert(offsetof(FMinimalGameplayCueReplicationProxy, Owner) == 0x000330, "Member 'FMinimalGameplayCueReplicationProxy::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagRequirements \ +static_assert(alignof(FGameplayTagRequirements) == 0x000008, "Wrong alignment on FGameplayTagRequirements"); \ +static_assert(sizeof(FGameplayTagRequirements) == 0x000088, "Wrong size on FGameplayTagRequirements"); \ +static_assert(offsetof(FGameplayTagRequirements, RequireTags) == 0x000000, "Member 'FGameplayTagRequirements::RequireTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagRequirements, IgnoreTags) == 0x000020, "Member 'FGameplayTagRequirements::IgnoreTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagRequirements, TagQuery) == 0x000040, "Member 'FGameplayTagRequirements::TagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTargetDataFilterHandle \ +static_assert(alignof(FGameplayTargetDataFilterHandle) == 0x000008, "Wrong alignment on FGameplayTargetDataFilterHandle"); \ +static_assert(sizeof(FGameplayTargetDataFilterHandle) == 0x000010, "Wrong size on FGameplayTargetDataFilterHandle"); \ + +#define DUMPER7_ASSERTS_FAttributeMetaData \ +static_assert(alignof(FAttributeMetaData) == 0x000008, "Wrong alignment on FAttributeMetaData"); \ +static_assert(sizeof(FAttributeMetaData) == 0x000030, "Wrong size on FAttributeMetaData"); \ +static_assert(offsetof(FAttributeMetaData, BaseValue) == 0x000008, "Member 'FAttributeMetaData::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeMetaData, MinValue) == 0x00000C, "Member 'FAttributeMetaData::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeMetaData, MaxValue) == 0x000010, "Member 'FAttributeMetaData::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeMetaData, DerivedAttributeInfo) == 0x000018, "Member 'FAttributeMetaData::DerivedAttributeInfo' has a wrong offset!"); \ +static_assert(offsetof(FAttributeMetaData, bCanStack) == 0x000028, "Member 'FAttributeMetaData::bCanStack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectQuery \ +static_assert(alignof(FGameplayEffectQuery) == 0x000008, "Wrong alignment on FGameplayEffectQuery"); \ +static_assert(sizeof(FGameplayEffectQuery) == 0x000198, "Wrong size on FGameplayEffectQuery"); \ +static_assert(offsetof(FGameplayEffectQuery, CustomMatchDelegate_BP) == 0x000010, "Member 'FGameplayEffectQuery::CustomMatchDelegate_BP' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, OwningTagQuery) == 0x000020, "Member 'FGameplayEffectQuery::OwningTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, EffectTagQuery) == 0x000068, "Member 'FGameplayEffectQuery::EffectTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, SourceTagQuery) == 0x0000B0, "Member 'FGameplayEffectQuery::SourceTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, SourceAggregateTagQuery) == 0x0000F8, "Member 'FGameplayEffectQuery::SourceAggregateTagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, ModifyingAttribute) == 0x000140, "Member 'FGameplayEffectQuery::ModifyingAttribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, EffectSource) == 0x000178, "Member 'FGameplayEffectQuery::EffectSource' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectQuery, EffectDefinition) == 0x000180, "Member 'FGameplayEffectQuery::EffectDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectSpecForRPC \ +static_assert(alignof(FGameplayEffectSpecForRPC) == 0x000008, "Wrong alignment on FGameplayEffectSpecForRPC"); \ +static_assert(sizeof(FGameplayEffectSpecForRPC) == 0x000078, "Wrong size on FGameplayEffectSpecForRPC"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, Def) == 0x000000, "Member 'FGameplayEffectSpecForRPC::Def' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, ModifiedAttributes) == 0x000008, "Member 'FGameplayEffectSpecForRPC::ModifiedAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, EffectContext) == 0x000018, "Member 'FGameplayEffectSpecForRPC::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, AggregatedSourceTags) == 0x000030, "Member 'FGameplayEffectSpecForRPC::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, AggregatedTargetTags) == 0x000050, "Member 'FGameplayEffectSpecForRPC::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, Level) == 0x000070, "Member 'FGameplayEffectSpecForRPC::Level' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectSpecForRPC, AbilityLevel) == 0x000074, "Member 'FGameplayEffectSpecForRPC::AbilityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilities__FServerAbilityRPCBatch \ +static_assert(alignof(GameplayAbilities::FServerAbilityRPCBatch) == 0x000008, "Wrong alignment on GameplayAbilities::FServerAbilityRPCBatch"); \ +static_assert(sizeof(GameplayAbilities::FServerAbilityRPCBatch) == 0x000048, "Wrong size on GameplayAbilities::FServerAbilityRPCBatch"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, AbilitySpecHandle) == 0x000000, "Member 'GameplayAbilities::FServerAbilityRPCBatch::AbilitySpecHandle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, PredictionKey) == 0x000004, "Member 'GameplayAbilities::FServerAbilityRPCBatch::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, TargetData) == 0x000018, "Member 'GameplayAbilities::FServerAbilityRPCBatch::TargetData' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, InputPressed) == 0x000040, "Member 'GameplayAbilities::FServerAbilityRPCBatch::InputPressed' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, Ended) == 0x000041, "Member 'GameplayAbilities::FServerAbilityRPCBatch::Ended' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, Started) == 0x000042, "Member 'GameplayAbilities::FServerAbilityRPCBatch::Started' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicatedPredictionKeyItem \ +static_assert(alignof(FReplicatedPredictionKeyItem) == 0x000004, "Wrong alignment on FReplicatedPredictionKeyItem"); \ +static_assert(sizeof(FReplicatedPredictionKeyItem) == 0x00001C, "Wrong size on FReplicatedPredictionKeyItem"); \ +static_assert(offsetof(FReplicatedPredictionKeyItem, PredictionKey) == 0x00000C, "Member 'FReplicatedPredictionKeyItem::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicatedPredictionKeyMap \ +static_assert(alignof(FReplicatedPredictionKeyMap) == 0x000008, "Wrong alignment on FReplicatedPredictionKeyMap"); \ +static_assert(sizeof(FReplicatedPredictionKeyMap) == 0x000118, "Wrong size on FReplicatedPredictionKeyMap"); \ +static_assert(offsetof(FReplicatedPredictionKeyMap, PredictionKeys) == 0x000108, "Member 'FReplicatedPredictionKeyMap::PredictionKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetData_SingleTargetHit \ +static_assert(alignof(FGameplayAbilityTargetData_SingleTargetHit) == 0x000008, "Wrong alignment on FGameplayAbilityTargetData_SingleTargetHit"); \ +static_assert(sizeof(FGameplayAbilityTargetData_SingleTargetHit) == 0x000110, "Wrong size on FGameplayAbilityTargetData_SingleTargetHit"); \ +static_assert(offsetof(FGameplayAbilityTargetData_SingleTargetHit, HitResult) == 0x000008, "Member 'FGameplayAbilityTargetData_SingleTargetHit::HitResult' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetData_SingleTargetHit, bHitReplaced) == 0x000108, "Member 'FGameplayAbilityTargetData_SingleTargetHit::bHitReplaced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalReplicationTagCountMap \ +static_assert(alignof(FMinimalReplicationTagCountMap) == 0x000008, "Wrong alignment on FMinimalReplicationTagCountMap"); \ +static_assert(sizeof(FMinimalReplicationTagCountMap) == 0x000068, "Wrong size on FMinimalReplicationTagCountMap"); \ +static_assert(offsetof(FMinimalReplicationTagCountMap, Owner) == 0x000050, "Member 'FMinimalReplicationTagCountMap::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayCue \ +static_assert(alignof(FActiveGameplayCue) == 0x000008, "Wrong alignment on FActiveGameplayCue"); \ +static_assert(sizeof(FActiveGameplayCue) == 0x000108, "Wrong size on FActiveGameplayCue"); \ +static_assert(offsetof(FActiveGameplayCue, GameplayCueTag) == 0x00000C, "Member 'FActiveGameplayCue::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayCue, PredictionKey) == 0x000014, "Member 'FActiveGameplayCue::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayCue, Parameters) == 0x000028, "Member 'FActiveGameplayCue::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayCue, bPredictivelyRemoved) == 0x000100, "Member 'FActiveGameplayCue::bPredictivelyRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayCueContainer \ +static_assert(alignof(FActiveGameplayCueContainer) == 0x000008, "Wrong alignment on FActiveGameplayCueContainer"); \ +static_assert(sizeof(FActiveGameplayCueContainer) == 0x000128, "Wrong size on FActiveGameplayCueContainer"); \ +static_assert(offsetof(FActiveGameplayCueContainer, GameplayCues) == 0x000108, "Member 'FActiveGameplayCueContainer::GameplayCues' has a wrong offset!"); \ +static_assert(offsetof(FActiveGameplayCueContainer, Owner) == 0x000120, "Member 'FActiveGameplayCueContainer::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecHandleAndPredictionKey \ +static_assert(alignof(FGameplayAbilitySpecHandleAndPredictionKey) == 0x000004, "Wrong alignment on FGameplayAbilitySpecHandleAndPredictionKey"); \ +static_assert(sizeof(FGameplayAbilitySpecHandleAndPredictionKey) == 0x000008, "Wrong size on FGameplayAbilitySpecHandleAndPredictionKey"); \ +static_assert(offsetof(FGameplayAbilitySpecHandleAndPredictionKey, AbilityHandle) == 0x000000, "Member 'FGameplayAbilitySpecHandleAndPredictionKey::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecHandleAndPredictionKey, PredictionKeyAtCreation) == 0x000004, "Member 'FGameplayAbilitySpecHandleAndPredictionKey::PredictionKeyAtCreation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityTargetData_ActorArray \ +static_assert(alignof(FGameplayAbilityTargetData_ActorArray) == 0x000010, "Wrong alignment on FGameplayAbilityTargetData_ActorArray"); \ +static_assert(sizeof(FGameplayAbilityTargetData_ActorArray) == 0x0000B0, "Wrong size on FGameplayAbilityTargetData_ActorArray"); \ +static_assert(offsetof(FGameplayAbilityTargetData_ActorArray, SourceLocation) == 0x000010, "Member 'FGameplayAbilityTargetData_ActorArray::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityTargetData_ActorArray, TargetActorArray) == 0x0000A0, "Member 'FGameplayAbilityTargetData_ActorArray::TargetActorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityRepAnimMontage \ +static_assert(alignof(FGameplayAbilityRepAnimMontage) == 0x000008, "Wrong alignment on FGameplayAbilityRepAnimMontage"); \ +static_assert(sizeof(FGameplayAbilityRepAnimMontage) == 0x000040, "Wrong size on FGameplayAbilityRepAnimMontage"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, Animation) == 0x000000, "Member 'FGameplayAbilityRepAnimMontage::Animation' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, SlotName) == 0x000008, "Member 'FGameplayAbilityRepAnimMontage::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, PlayRate) == 0x000010, "Member 'FGameplayAbilityRepAnimMontage::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, position) == 0x000014, "Member 'FGameplayAbilityRepAnimMontage::position' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, BlendTime) == 0x000018, "Member 'FGameplayAbilityRepAnimMontage::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, BlendOutTime) == 0x00001C, "Member 'FGameplayAbilityRepAnimMontage::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, PlayCount) == 0x000020, "Member 'FGameplayAbilityRepAnimMontage::PlayCount' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, NextSectionID) == 0x000024, "Member 'FGameplayAbilityRepAnimMontage::NextSectionID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, PlayInstanceId) == 0x000025, "Member 'FGameplayAbilityRepAnimMontage::PlayInstanceId' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, PredictionKey) == 0x000028, "Member 'FGameplayAbilityRepAnimMontage::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilityRepAnimMontage, SectionIdToPlay) == 0x000038, "Member 'FGameplayAbilityRepAnimMontage::SectionIdToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCuePendingExecute \ +static_assert(alignof(FGameplayCuePendingExecute) == 0x000008, "Wrong alignment on FGameplayCuePendingExecute"); \ +static_assert(sizeof(FGameplayCuePendingExecute) == 0x000188, "Wrong size on FGameplayCuePendingExecute"); \ +static_assert(offsetof(FGameplayCuePendingExecute, PredictionKey) == 0x000018, "Member 'FGameplayCuePendingExecute::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, PayloadType) == 0x000028, "Member 'FGameplayCuePendingExecute::PayloadType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, OwningComponent) == 0x000030, "Member 'FGameplayCuePendingExecute::OwningComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, FromSpec) == 0x000038, "Member 'FGameplayCuePendingExecute::FromSpec' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCuePendingExecute, CueParameters) == 0x0000B0, "Member 'FGameplayCuePendingExecute::CueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreallocationInfo \ +static_assert(alignof(FPreallocationInfo) == 0x000008, "Wrong alignment on FPreallocationInfo"); \ +static_assert(sizeof(FPreallocationInfo) == 0x000068, "Wrong size on FPreallocationInfo"); \ +static_assert(offsetof(FPreallocationInfo, PreallocatedInstances) == 0x000000, "Member 'FPreallocationInfo::PreallocatedInstances' has a wrong offset!"); \ +static_assert(offsetof(FPreallocationInfo, ClassesNeedingPreallocation) == 0x000050, "Member 'FPreallocationInfo::ClassesNeedingPreallocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagChangedEventWrapperSpecHandle \ +static_assert(alignof(FGameplayTagChangedEventWrapperSpecHandle) == 0x000008, "Wrong alignment on FGameplayTagChangedEventWrapperSpecHandle"); \ +static_assert(sizeof(FGameplayTagChangedEventWrapperSpecHandle) == 0x000010, "Wrong size on FGameplayTagChangedEventWrapperSpecHandle"); \ + +#define DUMPER7_ASSERTS_FAbilityEndedData \ +static_assert(alignof(FAbilityEndedData) == 0x000008, "Wrong alignment on FAbilityEndedData"); \ +static_assert(sizeof(FAbilityEndedData) == 0x000010, "Wrong size on FAbilityEndedData"); \ +static_assert(offsetof(FAbilityEndedData, AbilityThatEnded) == 0x000000, "Member 'FAbilityEndedData::AbilityThatEnded' has a wrong offset!"); \ +static_assert(offsetof(FAbilityEndedData, AbilitySpecHandle) == 0x000008, "Member 'FAbilityEndedData::AbilitySpecHandle' has a wrong offset!"); \ +static_assert(offsetof(FAbilityEndedData, bReplicateEndAbility) == 0x00000C, "Member 'FAbilityEndedData::bReplicateEndAbility' has a wrong offset!"); \ +static_assert(offsetof(FAbilityEndedData, bWasCancelled) == 0x00000D, "Member 'FAbilityEndedData::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbilityTaskDebugMessage \ +static_assert(alignof(FAbilityTaskDebugMessage) == 0x000008, "Wrong alignment on FAbilityTaskDebugMessage"); \ +static_assert(sizeof(FAbilityTaskDebugMessage) == 0x000018, "Wrong size on FAbilityTaskDebugMessage"); \ +static_assert(offsetof(FAbilityTaskDebugMessage, FromTask) == 0x000000, "Member 'FAbilityTaskDebugMessage::FromTask' has a wrong offset!"); \ +static_assert(offsetof(FAbilityTaskDebugMessage, Message) == 0x000008, "Member 'FAbilityTaskDebugMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTag \ +static_assert(alignof(FGameplayCueTag) == 0x000004, "Wrong alignment on FGameplayCueTag"); \ +static_assert(sizeof(FGameplayCueTag) == 0x000008, "Wrong size on FGameplayCueTag"); \ +static_assert(offsetof(FGameplayCueTag, GameplayCueTag) == 0x000000, "Member 'FGameplayCueTag::GameplayCueTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueObjectLibrary \ +static_assert(alignof(FGameplayCueObjectLibrary) == 0x000008, "Wrong alignment on FGameplayCueObjectLibrary"); \ +static_assert(sizeof(FGameplayCueObjectLibrary) == 0x000050, "Wrong size on FGameplayCueObjectLibrary"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, Paths) == 0x000000, "Member 'FGameplayCueObjectLibrary::Paths' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, ActorObjectLibrary) == 0x000030, "Member 'FGameplayCueObjectLibrary::ActorObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, StaticObjectLibrary) == 0x000038, "Member 'FGameplayCueObjectLibrary::StaticObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, CueSet) == 0x000040, "Member 'FGameplayCueObjectLibrary::CueSet' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, bShouldSyncScan) == 0x00004C, "Member 'FGameplayCueObjectLibrary::bShouldSyncScan' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, bShouldAsyncLoad) == 0x00004D, "Member 'FGameplayCueObjectLibrary::bShouldAsyncLoad' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, bShouldSyncLoad) == 0x00004E, "Member 'FGameplayCueObjectLibrary::bShouldSyncLoad' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueObjectLibrary, bHasBeenInitialized) == 0x00004F, "Member 'FGameplayCueObjectLibrary::bHasBeenInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_SpawnResult \ +static_assert(alignof(FGameplayCueNotify_SpawnResult) == 0x000008, "Wrong alignment on FGameplayCueNotify_SpawnResult"); \ +static_assert(sizeof(FGameplayCueNotify_SpawnResult) == 0x000058, "Wrong size on FGameplayCueNotify_SpawnResult"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, FxSystemComponents) == 0x000000, "Member 'FGameplayCueNotify_SpawnResult::FxSystemComponents' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, AudioComponents) == 0x000010, "Member 'FGameplayCueNotify_SpawnResult::AudioComponents' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, CameraShakes) == 0x000020, "Member 'FGameplayCueNotify_SpawnResult::CameraShakes' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, CameraLensEffects) == 0x000030, "Member 'FGameplayCueNotify_SpawnResult::CameraLensEffects' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, ForceFeedbackComponent) == 0x000040, "Member 'FGameplayCueNotify_SpawnResult::ForceFeedbackComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, ForceFeedbackTargetPC) == 0x000048, "Member 'FGameplayCueNotify_SpawnResult::ForceFeedbackTargetPC' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SpawnResult, DecalComponent) == 0x000050, "Member 'FGameplayCueNotify_SpawnResult::DecalComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_ParticleInfo \ +static_assert(alignof(FGameplayCueNotify_ParticleInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_ParticleInfo"); \ +static_assert(sizeof(FGameplayCueNotify_ParticleInfo) == 0x000088, "Wrong size on FGameplayCueNotify_ParticleInfo"); \ +static_assert(offsetof(FGameplayCueNotify_ParticleInfo, SpawnConditionOverride) == 0x000000, "Member 'FGameplayCueNotify_ParticleInfo::SpawnConditionOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ParticleInfo, PlacementInfoOverride) == 0x000038, "Member 'FGameplayCueNotify_ParticleInfo::PlacementInfoOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ParticleInfo, NiagaraSystem) == 0x000078, "Member 'FGameplayCueNotify_ParticleInfo::NiagaraSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_SoundParameterInterfaceInfo \ +static_assert(alignof(FGameplayCueNotify_SoundParameterInterfaceInfo) == 0x000004, "Wrong alignment on FGameplayCueNotify_SoundParameterInterfaceInfo"); \ +static_assert(sizeof(FGameplayCueNotify_SoundParameterInterfaceInfo) == 0x000008, "Wrong size on FGameplayCueNotify_SoundParameterInterfaceInfo"); \ +static_assert(offsetof(FGameplayCueNotify_SoundParameterInterfaceInfo, StopTriggerName) == 0x000000, "Member 'FGameplayCueNotify_SoundParameterInterfaceInfo::StopTriggerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_SoundInfo \ +static_assert(alignof(FGameplayCueNotify_SoundInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_SoundInfo"); \ +static_assert(sizeof(FGameplayCueNotify_SoundInfo) == 0x0000A0, "Wrong size on FGameplayCueNotify_SoundInfo"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, SpawnConditionOverride) == 0x000000, "Member 'FGameplayCueNotify_SoundInfo::SpawnConditionOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, PlacementInfoOverride) == 0x000038, "Member 'FGameplayCueNotify_SoundInfo::PlacementInfoOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, Sound) == 0x000078, "Member 'FGameplayCueNotify_SoundInfo::Sound' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, SoundCue) == 0x000080, "Member 'FGameplayCueNotify_SoundInfo::SoundCue' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, LoopingFadeOutDuration) == 0x000088, "Member 'FGameplayCueNotify_SoundInfo::LoopingFadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, LoopingFadeVolumeLevel) == 0x00008C, "Member 'FGameplayCueNotify_SoundInfo::LoopingFadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_SoundInfo, SoundParameterInterfaceInfo) == 0x000090, "Member 'FGameplayCueNotify_SoundInfo::SoundParameterInterfaceInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_CameraShakeInfo \ +static_assert(alignof(FGameplayCueNotify_CameraShakeInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_CameraShakeInfo"); \ +static_assert(sizeof(FGameplayCueNotify_CameraShakeInfo) == 0x000098, "Wrong size on FGameplayCueNotify_CameraShakeInfo"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, SpawnConditionOverride) == 0x000000, "Member 'FGameplayCueNotify_CameraShakeInfo::SpawnConditionOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, PlacementInfoOverride) == 0x000038, "Member 'FGameplayCueNotify_CameraShakeInfo::PlacementInfoOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, CameraShake) == 0x000078, "Member 'FGameplayCueNotify_CameraShakeInfo::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, ShakeScale) == 0x000080, "Member 'FGameplayCueNotify_CameraShakeInfo::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, PlaySpace) == 0x000084, "Member 'FGameplayCueNotify_CameraShakeInfo::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, WorldInnerRadius) == 0x00008C, "Member 'FGameplayCueNotify_CameraShakeInfo::WorldInnerRadius' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, WorldOuterRadius) == 0x000090, "Member 'FGameplayCueNotify_CameraShakeInfo::WorldOuterRadius' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraShakeInfo, WorldFalloffExponent) == 0x000094, "Member 'FGameplayCueNotify_CameraShakeInfo::WorldFalloffExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_CameraLensEffectInfo \ +static_assert(alignof(FGameplayCueNotify_CameraLensEffectInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_CameraLensEffectInfo"); \ +static_assert(sizeof(FGameplayCueNotify_CameraLensEffectInfo) == 0x000090, "Wrong size on FGameplayCueNotify_CameraLensEffectInfo"); \ +static_assert(offsetof(FGameplayCueNotify_CameraLensEffectInfo, SpawnConditionOverride) == 0x000000, "Member 'FGameplayCueNotify_CameraLensEffectInfo::SpawnConditionOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraLensEffectInfo, PlacementInfoOverride) == 0x000038, "Member 'FGameplayCueNotify_CameraLensEffectInfo::PlacementInfoOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraLensEffectInfo, CameraLensEffect) == 0x000078, "Member 'FGameplayCueNotify_CameraLensEffectInfo::CameraLensEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraLensEffectInfo, WorldInnerRadius) == 0x000084, "Member 'FGameplayCueNotify_CameraLensEffectInfo::WorldInnerRadius' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_CameraLensEffectInfo, WorldOuterRadius) == 0x000088, "Member 'FGameplayCueNotify_CameraLensEffectInfo::WorldOuterRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_ForceFeedbackInfo \ +static_assert(alignof(FGameplayCueNotify_ForceFeedbackInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_ForceFeedbackInfo"); \ +static_assert(sizeof(FGameplayCueNotify_ForceFeedbackInfo) == 0x000098, "Wrong size on FGameplayCueNotify_ForceFeedbackInfo"); \ +static_assert(offsetof(FGameplayCueNotify_ForceFeedbackInfo, SpawnConditionOverride) == 0x000000, "Member 'FGameplayCueNotify_ForceFeedbackInfo::SpawnConditionOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ForceFeedbackInfo, PlacementInfoOverride) == 0x000038, "Member 'FGameplayCueNotify_ForceFeedbackInfo::PlacementInfoOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ForceFeedbackInfo, ForceFeedbackEffect) == 0x000078, "Member 'FGameplayCueNotify_ForceFeedbackInfo::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ForceFeedbackInfo, ForceFeedbackTag) == 0x000080, "Member 'FGameplayCueNotify_ForceFeedbackInfo::ForceFeedbackTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ForceFeedbackInfo, WorldIntensity) == 0x00008C, "Member 'FGameplayCueNotify_ForceFeedbackInfo::WorldIntensity' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_ForceFeedbackInfo, WorldAttenuation) == 0x000090, "Member 'FGameplayCueNotify_ForceFeedbackInfo::WorldAttenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_InputDevicePropertyInfo \ +static_assert(alignof(FGameplayCueNotify_InputDevicePropertyInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_InputDevicePropertyInfo"); \ +static_assert(sizeof(FGameplayCueNotify_InputDevicePropertyInfo) == 0x000010, "Wrong size on FGameplayCueNotify_InputDevicePropertyInfo"); \ +static_assert(offsetof(FGameplayCueNotify_InputDevicePropertyInfo, DeviceProperties) == 0x000000, "Member 'FGameplayCueNotify_InputDevicePropertyInfo::DeviceProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_DecalInfo \ +static_assert(alignof(FGameplayCueNotify_DecalInfo) == 0x000008, "Wrong alignment on FGameplayCueNotify_DecalInfo"); \ +static_assert(sizeof(FGameplayCueNotify_DecalInfo) == 0x0000A8, "Wrong size on FGameplayCueNotify_DecalInfo"); \ +static_assert(offsetof(FGameplayCueNotify_DecalInfo, SpawnConditionOverride) == 0x000000, "Member 'FGameplayCueNotify_DecalInfo::SpawnConditionOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_DecalInfo, PlacementInfoOverride) == 0x000038, "Member 'FGameplayCueNotify_DecalInfo::PlacementInfoOverride' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_DecalInfo, DecalMaterial) == 0x000078, "Member 'FGameplayCueNotify_DecalInfo::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_DecalInfo, DecalSize) == 0x000080, "Member 'FGameplayCueNotify_DecalInfo::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_DecalInfo, FadeOutStartDelay) == 0x00009C, "Member 'FGameplayCueNotify_DecalInfo::FadeOutStartDelay' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_DecalInfo, FadeOutDuration) == 0x0000A0, "Member 'FGameplayCueNotify_DecalInfo::FadeOutDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_BurstEffects \ +static_assert(alignof(FGameplayCueNotify_BurstEffects) == 0x000008, "Wrong alignment on FGameplayCueNotify_BurstEffects"); \ +static_assert(sizeof(FGameplayCueNotify_BurstEffects) == 0x000298, "Wrong size on FGameplayCueNotify_BurstEffects"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstParticles) == 0x000000, "Member 'FGameplayCueNotify_BurstEffects::BurstParticles' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstSounds) == 0x000010, "Member 'FGameplayCueNotify_BurstEffects::BurstSounds' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstCameraShake) == 0x000020, "Member 'FGameplayCueNotify_BurstEffects::BurstCameraShake' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstCameraLensEffect) == 0x0000B8, "Member 'FGameplayCueNotify_BurstEffects::BurstCameraLensEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstForceFeedback) == 0x000148, "Member 'FGameplayCueNotify_BurstEffects::BurstForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstDevicePropertyEffect) == 0x0001E0, "Member 'FGameplayCueNotify_BurstEffects::BurstDevicePropertyEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_BurstEffects, BurstDecal) == 0x0001F0, "Member 'FGameplayCueNotify_BurstEffects::BurstDecal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotify_LoopingEffects \ +static_assert(alignof(FGameplayCueNotify_LoopingEffects) == 0x000008, "Wrong alignment on FGameplayCueNotify_LoopingEffects"); \ +static_assert(sizeof(FGameplayCueNotify_LoopingEffects) == 0x0001F0, "Wrong size on FGameplayCueNotify_LoopingEffects"); \ +static_assert(offsetof(FGameplayCueNotify_LoopingEffects, LoopingParticles) == 0x000000, "Member 'FGameplayCueNotify_LoopingEffects::LoopingParticles' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_LoopingEffects, LoopingSounds) == 0x000010, "Member 'FGameplayCueNotify_LoopingEffects::LoopingSounds' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_LoopingEffects, LoopingCameraShake) == 0x000020, "Member 'FGameplayCueNotify_LoopingEffects::LoopingCameraShake' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_LoopingEffects, LoopingCameraLensEffect) == 0x0000B8, "Member 'FGameplayCueNotify_LoopingEffects::LoopingCameraLensEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_LoopingEffects, LoopingForceFeedback) == 0x000148, "Member 'FGameplayCueNotify_LoopingEffects::LoopingForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotify_LoopingEffects, LoopingInputDevicePropertyEffect) == 0x0001E0, "Member 'FGameplayCueNotify_LoopingEffects::LoopingInputDevicePropertyEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueNotifyData \ +static_assert(alignof(FGameplayCueNotifyData) == 0x000008, "Wrong alignment on FGameplayCueNotifyData"); \ +static_assert(sizeof(FGameplayCueNotifyData) == 0x000038, "Wrong size on FGameplayCueNotifyData"); \ +static_assert(offsetof(FGameplayCueNotifyData, GameplayCueTag) == 0x000000, "Member 'FGameplayCueNotifyData::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotifyData, GameplayCueNotifyObj) == 0x000008, "Member 'FGameplayCueNotifyData::GameplayCueNotifyObj' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueNotifyData, LoadedGameplayCueClass) == 0x000028, "Member 'FGameplayCueNotifyData::LoadedGameplayCueClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTranslatorNodeIndex \ +static_assert(alignof(FGameplayCueTranslatorNodeIndex) == 0x000004, "Wrong alignment on FGameplayCueTranslatorNodeIndex"); \ +static_assert(sizeof(FGameplayCueTranslatorNodeIndex) == 0x000004, "Wrong size on FGameplayCueTranslatorNodeIndex"); \ +static_assert(offsetof(FGameplayCueTranslatorNodeIndex, Index) == 0x000000, "Member 'FGameplayCueTranslatorNodeIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTranslationLink \ +static_assert(alignof(FGameplayCueTranslationLink) == 0x000008, "Wrong alignment on FGameplayCueTranslationLink"); \ +static_assert(sizeof(FGameplayCueTranslationLink) == 0x000018, "Wrong size on FGameplayCueTranslationLink"); \ +static_assert(offsetof(FGameplayCueTranslationLink, RulesCDO) == 0x000000, "Member 'FGameplayCueTranslationLink::RulesCDO' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTranslatorNode \ +static_assert(alignof(FGameplayCueTranslatorNode) == 0x000008, "Wrong alignment on FGameplayCueTranslatorNode"); \ +static_assert(sizeof(FGameplayCueTranslatorNode) == 0x000078, "Wrong size on FGameplayCueTranslatorNode"); \ +static_assert(offsetof(FGameplayCueTranslatorNode, Links) == 0x000000, "Member 'FGameplayCueTranslatorNode::Links' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslatorNode, CachedIndex) == 0x000010, "Member 'FGameplayCueTranslatorNode::CachedIndex' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslatorNode, CachedGameplayTag) == 0x000014, "Member 'FGameplayCueTranslatorNode::CachedGameplayTag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslatorNode, CachedGameplayTagName) == 0x00001C, "Member 'FGameplayCueTranslatorNode::CachedGameplayTagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCueTranslationManager \ +static_assert(alignof(FGameplayCueTranslationManager) == 0x000008, "Wrong alignment on FGameplayCueTranslationManager"); \ +static_assert(sizeof(FGameplayCueTranslationManager) == 0x000080, "Wrong size on FGameplayCueTranslationManager"); \ +static_assert(offsetof(FGameplayCueTranslationManager, TranslationLUT) == 0x000000, "Member 'FGameplayCueTranslationManager::TranslationLUT' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslationManager, TranslationNameToIndexMap) == 0x000010, "Member 'FGameplayCueTranslationManager::TranslationNameToIndexMap' has a wrong offset!"); \ +static_assert(offsetof(FGameplayCueTranslationManager, TagManager) == 0x000060, "Member 'FGameplayCueTranslationManager::TagManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributeBasedFloat \ +static_assert(alignof(FAttributeBasedFloat) == 0x000008, "Wrong alignment on FAttributeBasedFloat"); \ +static_assert(sizeof(FAttributeBasedFloat) == 0x000110, "Wrong size on FAttributeBasedFloat"); \ +static_assert(offsetof(FAttributeBasedFloat, Coefficient) == 0x000000, "Member 'FAttributeBasedFloat::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, PreMultiplyAdditiveValue) == 0x000028, "Member 'FAttributeBasedFloat::PreMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, PostMultiplyAdditiveValue) == 0x000050, "Member 'FAttributeBasedFloat::PostMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, BackingAttribute) == 0x000078, "Member 'FAttributeBasedFloat::BackingAttribute' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, AttributeCurve) == 0x0000B8, "Member 'FAttributeBasedFloat::AttributeCurve' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, AttributeCalculationType) == 0x0000C8, "Member 'FAttributeBasedFloat::AttributeCalculationType' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, FinalChannel) == 0x0000C9, "Member 'FAttributeBasedFloat::FinalChannel' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, SourceTagFilter) == 0x0000D0, "Member 'FAttributeBasedFloat::SourceTagFilter' has a wrong offset!"); \ +static_assert(offsetof(FAttributeBasedFloat, TargetTagFilter) == 0x0000F0, "Member 'FAttributeBasedFloat::TargetTagFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomCalculationBasedFloat \ +static_assert(alignof(FCustomCalculationBasedFloat) == 0x000008, "Wrong alignment on FCustomCalculationBasedFloat"); \ +static_assert(sizeof(FCustomCalculationBasedFloat) == 0x000090, "Wrong size on FCustomCalculationBasedFloat"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, CalculationClassMagnitude) == 0x000000, "Member 'FCustomCalculationBasedFloat::CalculationClassMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, Coefficient) == 0x000008, "Member 'FCustomCalculationBasedFloat::Coefficient' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, PreMultiplyAdditiveValue) == 0x000030, "Member 'FCustomCalculationBasedFloat::PreMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, PostMultiplyAdditiveValue) == 0x000058, "Member 'FCustomCalculationBasedFloat::PostMultiplyAdditiveValue' has a wrong offset!"); \ +static_assert(offsetof(FCustomCalculationBasedFloat, FinalLookupCurve) == 0x000080, "Member 'FCustomCalculationBasedFloat::FinalLookupCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetByCallerFloat \ +static_assert(alignof(FSetByCallerFloat) == 0x000004, "Wrong alignment on FSetByCallerFloat"); \ +static_assert(sizeof(FSetByCallerFloat) == 0x000010, "Wrong size on FSetByCallerFloat"); \ +static_assert(offsetof(FSetByCallerFloat, DataName) == 0x000000, "Member 'FSetByCallerFloat::DataName' has a wrong offset!"); \ +static_assert(offsetof(FSetByCallerFloat, DataTag) == 0x000008, "Member 'FSetByCallerFloat::DataTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectModifierMagnitude \ +static_assert(alignof(FGameplayEffectModifierMagnitude) == 0x000008, "Wrong alignment on FGameplayEffectModifierMagnitude"); \ +static_assert(sizeof(FGameplayEffectModifierMagnitude) == 0x0001E0, "Wrong size on FGameplayEffectModifierMagnitude"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, MagnitudeCalculationType) == 0x000000, "Member 'FGameplayEffectModifierMagnitude::MagnitudeCalculationType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, ScalableFloatMagnitude) == 0x000008, "Member 'FGameplayEffectModifierMagnitude::ScalableFloatMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, AttributeBasedMagnitude) == 0x000030, "Member 'FGameplayEffectModifierMagnitude::AttributeBasedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, CustomMagnitude) == 0x000140, "Member 'FGameplayEffectModifierMagnitude::CustomMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectModifierMagnitude, SetByCallerMagnitude) == 0x0001D0, "Member 'FGameplayEffectModifierMagnitude::SetByCallerMagnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayModEvaluationChannelSettings \ +static_assert(alignof(FGameplayModEvaluationChannelSettings) == 0x000001, "Wrong alignment on FGameplayModEvaluationChannelSettings"); \ +static_assert(sizeof(FGameplayModEvaluationChannelSettings) == 0x000001, "Wrong size on FGameplayModEvaluationChannelSettings"); \ +static_assert(offsetof(FGameplayModEvaluationChannelSettings, Channel) == 0x000000, "Member 'FGameplayModEvaluationChannelSettings::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectExecutionScopedModifierInfo \ +static_assert(alignof(FGameplayEffectExecutionScopedModifierInfo) == 0x000008, "Wrong alignment on FGameplayEffectExecutionScopedModifierInfo"); \ +static_assert(sizeof(FGameplayEffectExecutionScopedModifierInfo) == 0x000348, "Wrong size on FGameplayEffectExecutionScopedModifierInfo"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, CapturedAttribute) == 0x000000, "Member 'FGameplayEffectExecutionScopedModifierInfo::CapturedAttribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, TransientAggregatorIdentifier) == 0x000040, "Member 'FGameplayEffectExecutionScopedModifierInfo::TransientAggregatorIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, AggregatorType) == 0x000048, "Member 'FGameplayEffectExecutionScopedModifierInfo::AggregatorType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, ModifierOp) == 0x000049, "Member 'FGameplayEffectExecutionScopedModifierInfo::ModifierOp' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, ModifierMagnitude) == 0x000050, "Member 'FGameplayEffectExecutionScopedModifierInfo::ModifierMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, EvaluationChannelSettings) == 0x000230, "Member 'FGameplayEffectExecutionScopedModifierInfo::EvaluationChannelSettings' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, SourceTags) == 0x000238, "Member 'FGameplayEffectExecutionScopedModifierInfo::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, TargetTags) == 0x0002C0, "Member 'FGameplayEffectExecutionScopedModifierInfo::TargetTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConditionalGameplayEffect \ +static_assert(alignof(FConditionalGameplayEffect) == 0x000008, "Wrong alignment on FConditionalGameplayEffect"); \ +static_assert(sizeof(FConditionalGameplayEffect) == 0x000028, "Wrong size on FConditionalGameplayEffect"); \ +static_assert(offsetof(FConditionalGameplayEffect, EffectClass) == 0x000000, "Member 'FConditionalGameplayEffect::EffectClass' has a wrong offset!"); \ +static_assert(offsetof(FConditionalGameplayEffect, RequiredSourceTags) == 0x000008, "Member 'FConditionalGameplayEffect::RequiredSourceTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectExecutionDefinition \ +static_assert(alignof(FGameplayEffectExecutionDefinition) == 0x000008, "Wrong alignment on FGameplayEffectExecutionDefinition"); \ +static_assert(sizeof(FGameplayEffectExecutionDefinition) == 0x000048, "Wrong size on FGameplayEffectExecutionDefinition"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, CalculationClass) == 0x000000, "Member 'FGameplayEffectExecutionDefinition::CalculationClass' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, PassedInTags) == 0x000008, "Member 'FGameplayEffectExecutionDefinition::PassedInTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, CalculationModifiers) == 0x000028, "Member 'FGameplayEffectExecutionDefinition::CalculationModifiers' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectExecutionDefinition, ConditionalGameplayEffects) == 0x000038, "Member 'FGameplayEffectExecutionDefinition::ConditionalGameplayEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayModifierInfo \ +static_assert(alignof(FGameplayModifierInfo) == 0x000008, "Wrong alignment on FGameplayModifierInfo"); \ +static_assert(sizeof(FGameplayModifierInfo) == 0x000338, "Wrong size on FGameplayModifierInfo"); \ +static_assert(offsetof(FGameplayModifierInfo, Attribute) == 0x000000, "Member 'FGameplayModifierInfo::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, ModifierOp) == 0x000038, "Member 'FGameplayModifierInfo::ModifierOp' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, ModifierMagnitude) == 0x000040, "Member 'FGameplayModifierInfo::ModifierMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, EvaluationChannelSettings) == 0x000220, "Member 'FGameplayModifierInfo::EvaluationChannelSettings' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, SourceTags) == 0x000228, "Member 'FGameplayModifierInfo::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierInfo, TargetTags) == 0x0002B0, "Member 'FGameplayModifierInfo::TargetTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectCue \ +static_assert(alignof(FGameplayEffectCue) == 0x000008, "Wrong alignment on FGameplayEffectCue"); \ +static_assert(sizeof(FGameplayEffectCue) == 0x000060, "Wrong size on FGameplayEffectCue"); \ +static_assert(offsetof(FGameplayEffectCue, MagnitudeAttribute) == 0x000000, "Member 'FGameplayEffectCue::MagnitudeAttribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectCue, MinLevel) == 0x000038, "Member 'FGameplayEffectCue::MinLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectCue, MaxLevel) == 0x00003C, "Member 'FGameplayEffectCue::MaxLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectCue, GameplayCueTags) == 0x000040, "Member 'FGameplayEffectCue::GameplayCueTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInheritedTagContainer \ +static_assert(alignof(FInheritedTagContainer) == 0x000008, "Wrong alignment on FInheritedTagContainer"); \ +static_assert(sizeof(FInheritedTagContainer) == 0x000060, "Wrong size on FInheritedTagContainer"); \ +static_assert(offsetof(FInheritedTagContainer, CombinedTags) == 0x000000, "Member 'FInheritedTagContainer::CombinedTags' has a wrong offset!"); \ +static_assert(offsetof(FInheritedTagContainer, Added) == 0x000020, "Member 'FInheritedTagContainer::Added' has a wrong offset!"); \ +static_assert(offsetof(FInheritedTagContainer, Removed) == 0x000040, "Member 'FInheritedTagContainer::Removed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGameplayEffectQuery \ +static_assert(alignof(FActiveGameplayEffectQuery) == 0x000008, "Wrong alignment on FActiveGameplayEffectQuery"); \ +static_assert(sizeof(FActiveGameplayEffectQuery) == 0x000088, "Wrong size on FActiveGameplayEffectQuery"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectVersion \ +static_assert(alignof(FGameplayEffectVersion) == 0x000001, "Wrong alignment on FGameplayEffectVersion"); \ +static_assert(sizeof(FGameplayEffectVersion) == 0x000001, "Wrong size on FGameplayEffectVersion"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilitySpecConfig \ +static_assert(alignof(FGameplayAbilitySpecConfig) == 0x000008, "Wrong alignment on FGameplayAbilitySpecConfig"); \ +static_assert(sizeof(FGameplayAbilitySpecConfig) == 0x000038, "Wrong size on FGameplayAbilitySpecConfig"); \ +static_assert(offsetof(FGameplayAbilitySpecConfig, Ability) == 0x000000, "Member 'FGameplayAbilitySpecConfig::Ability' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecConfig, LevelScalableFloat) == 0x000008, "Member 'FGameplayAbilitySpecConfig::LevelScalableFloat' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecConfig, InputID) == 0x000030, "Member 'FGameplayAbilitySpecConfig::InputID' has a wrong offset!"); \ +static_assert(offsetof(FGameplayAbilitySpecConfig, RemovalPolicy) == 0x000034, "Member 'FGameplayAbilitySpecConfig::RemovalPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectCustomExecutionParameters \ +static_assert(alignof(FGameplayEffectCustomExecutionParameters) == 0x000008, "Wrong alignment on FGameplayEffectCustomExecutionParameters"); \ +static_assert(sizeof(FGameplayEffectCustomExecutionParameters) == 0x0000F0, "Wrong size on FGameplayEffectCustomExecutionParameters"); \ + +#define DUMPER7_ASSERTS_FGameplayModifierEvaluatedData \ +static_assert(alignof(FGameplayModifierEvaluatedData) == 0x000008, "Wrong alignment on FGameplayModifierEvaluatedData"); \ +static_assert(sizeof(FGameplayModifierEvaluatedData) == 0x000050, "Wrong size on FGameplayModifierEvaluatedData"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, Attribute) == 0x000000, "Member 'FGameplayModifierEvaluatedData::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, ModifierOp) == 0x000038, "Member 'FGameplayModifierEvaluatedData::ModifierOp' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, Magnitude) == 0x00003C, "Member 'FGameplayModifierEvaluatedData::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, Handle) == 0x000040, "Member 'FGameplayModifierEvaluatedData::Handle' has a wrong offset!"); \ +static_assert(offsetof(FGameplayModifierEvaluatedData, IsValid) == 0x000048, "Member 'FGameplayModifierEvaluatedData::IsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectCustomExecutionOutput \ +static_assert(alignof(FGameplayEffectCustomExecutionOutput) == 0x000008, "Wrong alignment on FGameplayEffectCustomExecutionOutput"); \ +static_assert(sizeof(FGameplayEffectCustomExecutionOutput) == 0x000018, "Wrong size on FGameplayEffectCustomExecutionOutput"); \ +static_assert(offsetof(FGameplayEffectCustomExecutionOutput, OutputModifiers) == 0x000000, "Member 'FGameplayEffectCustomExecutionOutput::OutputModifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectContext \ +static_assert(alignof(FGameplayEffectContext) == 0x000008, "Wrong alignment on FGameplayEffectContext"); \ +static_assert(sizeof(FGameplayEffectContext) == 0x000080, "Wrong size on FGameplayEffectContext"); \ +static_assert(offsetof(FGameplayEffectContext, Instigator) == 0x000008, "Member 'FGameplayEffectContext::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, EffectCauser) == 0x000010, "Member 'FGameplayEffectContext::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, AbilityCDO) == 0x000018, "Member 'FGameplayEffectContext::AbilityCDO' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, AbilityInstanceNotReplicated) == 0x000020, "Member 'FGameplayEffectContext::AbilityInstanceNotReplicated' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, AbilityLevel) == 0x000028, "Member 'FGameplayEffectContext::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, SourceObject) == 0x00002C, "Member 'FGameplayEffectContext::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, InstigatorAbilitySystemComponent) == 0x000034, "Member 'FGameplayEffectContext::InstigatorAbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, Actors) == 0x000040, "Member 'FGameplayEffectContext::Actors' has a wrong offset!"); \ +static_assert(offsetof(FGameplayEffectContext, WorldOrigin) == 0x000060, "Member 'FGameplayEffectContext::WorldOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagCountItem \ +static_assert(alignof(FGameplayTagCountItem) == 0x000004, "Wrong alignment on FGameplayTagCountItem"); \ +static_assert(sizeof(FGameplayTagCountItem) == 0x000010, "Wrong size on FGameplayTagCountItem"); \ +static_assert(offsetof(FGameplayTagCountItem, Tag) == 0x000000, "Member 'FGameplayTagCountItem::Tag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagCountItem, Count) == 0x000008, "Member 'FGameplayTagCountItem::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagBlueprintPropertyMapping \ +static_assert(alignof(FGameplayTagBlueprintPropertyMapping) == 0x000008, "Wrong alignment on FGameplayTagBlueprintPropertyMapping"); \ +static_assert(sizeof(FGameplayTagBlueprintPropertyMapping) == 0x000048, "Wrong size on FGameplayTagBlueprintPropertyMapping"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, TagToMap) == 0x000000, "Member 'FGameplayTagBlueprintPropertyMapping::TagToMap' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyToEdit) == 0x000008, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyToEdit' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyName) == 0x000028, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyGuid) == 0x000030, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagBlueprintPropertyMap \ +static_assert(alignof(FGameplayTagBlueprintPropertyMap) == 0x000008, "Wrong alignment on FGameplayTagBlueprintPropertyMap"); \ +static_assert(sizeof(FGameplayTagBlueprintPropertyMap) == 0x000020, "Wrong size on FGameplayTagBlueprintPropertyMap"); \ +static_assert(offsetof(FGameplayTagBlueprintPropertyMap, PropertyMappings) == 0x000010, "Member 'FGameplayTagBlueprintPropertyMap::PropertyMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagReponsePair \ +static_assert(alignof(FGameplayTagReponsePair) == 0x000008, "Wrong alignment on FGameplayTagReponsePair"); \ +static_assert(sizeof(FGameplayTagReponsePair) == 0x000028, "Wrong size on FGameplayTagReponsePair"); \ +static_assert(offsetof(FGameplayTagReponsePair, Tag) == 0x000000, "Member 'FGameplayTagReponsePair::Tag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagReponsePair, ResponseGameplayEffect) == 0x000008, "Member 'FGameplayTagReponsePair::ResponseGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagReponsePair, ResponseGameplayEffects) == 0x000010, "Member 'FGameplayTagReponsePair::ResponseGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagReponsePair, SoftCountCap) == 0x000020, "Member 'FGameplayTagReponsePair::SoftCountCap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagResponseTableEntry \ +static_assert(alignof(FGameplayTagResponseTableEntry) == 0x000008, "Wrong alignment on FGameplayTagResponseTableEntry"); \ +static_assert(sizeof(FGameplayTagResponseTableEntry) == 0x000050, "Wrong size on FGameplayTagResponseTableEntry"); \ +static_assert(offsetof(FGameplayTagResponseTableEntry, Positive) == 0x000000, "Member 'FGameplayTagResponseTableEntry::Positive' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagResponseTableEntry, Negative) == 0x000028, "Member 'FGameplayTagResponseTableEntry::Negative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGameplayCueKey \ +static_assert(alignof(FMovieSceneGameplayCueKey) == 0x000008, "Wrong alignment on FMovieSceneGameplayCueKey"); \ +static_assert(sizeof(FMovieSceneGameplayCueKey) == 0x000090, "Wrong size on FMovieSceneGameplayCueKey"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Cue) == 0x000000, "Member 'FMovieSceneGameplayCueKey::Cue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Location) == 0x000008, "Member 'FMovieSceneGameplayCueKey::Location' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Normal) == 0x000020, "Member 'FMovieSceneGameplayCueKey::Normal' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, AttachSocketName) == 0x000038, "Member 'FMovieSceneGameplayCueKey::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, NormalizedMagnitude) == 0x000040, "Member 'FMovieSceneGameplayCueKey::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, Instigator) == 0x000044, "Member 'FMovieSceneGameplayCueKey::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, EffectCauser) == 0x00005C, "Member 'FMovieSceneGameplayCueKey::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, PhysicalMaterial) == 0x000078, "Member 'FMovieSceneGameplayCueKey::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, GameplayEffectLevel) == 0x000080, "Member 'FMovieSceneGameplayCueKey::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, AbilityLevel) == 0x000084, "Member 'FMovieSceneGameplayCueKey::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueKey, bAttachToBinding) == 0x000088, "Member 'FMovieSceneGameplayCueKey::bAttachToBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGameplayCueChannel \ +static_assert(alignof(FMovieSceneGameplayCueChannel) == 0x000008, "Wrong alignment on FMovieSceneGameplayCueChannel"); \ +static_assert(sizeof(FMovieSceneGameplayCueChannel) == 0x0000F8, "Wrong size on FMovieSceneGameplayCueChannel"); \ +static_assert(offsetof(FMovieSceneGameplayCueChannel, KeyTimes) == 0x000050, "Member 'FMovieSceneGameplayCueChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGameplayCueChannel, KeyValues) == 0x000060, "Member 'FMovieSceneGameplayCueChannel::KeyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayAbilityRepAnimMontageNetSerializerConfig \ +static_assert(alignof(FGameplayAbilityRepAnimMontageNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayAbilityRepAnimMontageNetSerializerConfig"); \ +static_assert(sizeof(FGameplayAbilityRepAnimMontageNetSerializerConfig) == 0x000010, "Wrong size on FGameplayAbilityRepAnimMontageNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectContextHandleNetSerializerConfig \ +static_assert(alignof(FGameplayEffectContextHandleNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayEffectContextHandleNetSerializerConfig"); \ +static_assert(sizeof(FGameplayEffectContextHandleNetSerializerConfig) == 0x000028, "Wrong size on FGameplayEffectContextHandleNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FGameplayEffectContextNetSerializerConfig \ +static_assert(alignof(FGameplayEffectContextNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayEffectContextNetSerializerConfig"); \ +static_assert(sizeof(FGameplayEffectContextNetSerializerConfig) == 0x000010, "Wrong size on FGameplayEffectContextNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FMinimalGameplayCueReplicationProxyForNetSerializer \ +static_assert(alignof(FMinimalGameplayCueReplicationProxyForNetSerializer) == 0x000008, "Wrong alignment on FMinimalGameplayCueReplicationProxyForNetSerializer"); \ +static_assert(sizeof(FMinimalGameplayCueReplicationProxyForNetSerializer) == 0x000020, "Wrong size on FMinimalGameplayCueReplicationProxyForNetSerializer"); \ +static_assert(offsetof(FMinimalGameplayCueReplicationProxyForNetSerializer, Tags) == 0x000000, "Member 'FMinimalGameplayCueReplicationProxyForNetSerializer::Tags' has a wrong offset!"); \ +static_assert(offsetof(FMinimalGameplayCueReplicationProxyForNetSerializer, Locations) == 0x000010, "Member 'FMinimalGameplayCueReplicationProxyForNetSerializer::Locations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalReplicationTagCountMapForNetSerializer \ +static_assert(alignof(FMinimalReplicationTagCountMapForNetSerializer) == 0x000008, "Wrong alignment on FMinimalReplicationTagCountMapForNetSerializer"); \ +static_assert(sizeof(FMinimalReplicationTagCountMapForNetSerializer) == 0x000010, "Wrong size on FMinimalReplicationTagCountMapForNetSerializer"); \ +static_assert(offsetof(FMinimalReplicationTagCountMapForNetSerializer, Tags) == 0x000000, "Member 'FMinimalReplicationTagCountMapForNetSerializer::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalGameplayCueReplicationProxyNetSerializerConfig \ +static_assert(alignof(FMinimalGameplayCueReplicationProxyNetSerializerConfig) == 0x000008, "Wrong alignment on FMinimalGameplayCueReplicationProxyNetSerializerConfig"); \ +static_assert(sizeof(FMinimalGameplayCueReplicationProxyNetSerializerConfig) == 0x000010, "Wrong size on FMinimalGameplayCueReplicationProxyNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FPredictionKeyNetSerializerConfig \ +static_assert(alignof(FPredictionKeyNetSerializerConfig) == 0x000008, "Wrong alignment on FPredictionKeyNetSerializerConfig"); \ +static_assert(sizeof(FPredictionKeyNetSerializerConfig) == 0x000010, "Wrong size on FPredictionKeyNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FGameplayTagCountContainerNetSerializerConfig \ +static_assert(alignof(FGameplayTagCountContainerNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayTagCountContainerNetSerializerConfig"); \ +static_assert(sizeof(FGameplayTagCountContainerNetSerializerConfig) == 0x000010, "Wrong size on FGameplayTagCountContainerNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FNetGameplayTagCountContainerStateForNetSerialize \ +static_assert(alignof(FNetGameplayTagCountContainerStateForNetSerialize) == 0x000008, "Wrong alignment on FNetGameplayTagCountContainerStateForNetSerialize"); \ +static_assert(sizeof(FNetGameplayTagCountContainerStateForNetSerialize) == 0x000010, "Wrong size on FNetGameplayTagCountContainerStateForNetSerialize"); \ +static_assert(offsetof(FNetGameplayTagCountContainerStateForNetSerialize, TagStates) == 0x000000, "Member 'FNetGameplayTagCountContainerStateForNetSerialize::TagStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectComponent \ +static_assert(alignof(UGameplayEffectComponent) == 0x000008, "Wrong alignment on UGameplayEffectComponent"); \ +static_assert(sizeof(UGameplayEffectComponent) == 0x000028, "Wrong size on UGameplayEffectComponent"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectUIData \ +static_assert(alignof(UGameplayEffectUIData) == 0x000008, "Wrong alignment on UGameplayEffectUIData"); \ +static_assert(sizeof(UGameplayEffectUIData) == 0x000028, "Wrong size on UGameplayEffectUIData"); \ + +#define DUMPER7_ASSERTS_UAbilityTask \ +static_assert(alignof(UAbilityTask) == 0x000008, "Wrong alignment on UAbilityTask"); \ +static_assert(sizeof(UAbilityTask) == 0x000080, "Wrong size on UAbilityTask"); \ +static_assert(offsetof(UAbilityTask, Ability) == 0x000068, "Member 'UAbilityTask::Ability' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask, AbilitySystemComponent) == 0x000070, "Member 'UAbilityTask::AbilitySystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback) == 0x0002A8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback, Target) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback::Target' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback, SpecApplied) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback::SpecApplied' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback, ActiveHandle) == 0x0002A0, "Member 'AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback::ActiveHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectApplied \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectApplied) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectApplied"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectApplied) == 0x0003F0, "Wrong size on UAbilityTask_WaitGameplayEffectApplied"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied, ExternalOwner) == 0x0003D8, "Member 'UAbilityTask_WaitGameplayEffectApplied::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf) == 0x000258, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, SourceFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::SourceFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, SourceTagRequirements) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::SourceTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, TargetTagRequirements) == 0x0000A0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, AssetTagRequirements) == 0x000128, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::AssetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, GrantedTagRequirements) == 0x0001B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::GrantedTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, TriggerOnce) == 0x000238, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, OptionalExternalOwner) == 0x000240, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, ListenForPeriodicEffect) == 0x000248, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, ReturnValue) == 0x000250, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query) == 0x000158, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, SourceFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::SourceFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, SourceTagQuery) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::SourceTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, TargetTagQuery) == 0x000060, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::TargetTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, AssetTagQuery) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::AssetTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, GrantedTagQuery) == 0x0000F0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::GrantedTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, TriggerOnce) == 0x000138, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, OptionalExternalOwner) == 0x000140, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, ListenForPeriodicEffect) == 0x000148, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, ReturnValue) == 0x000150, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectApplied_Self \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectApplied_Self) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectApplied_Self"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectApplied_Self) == 0x000410, "Wrong size on UAbilityTask_WaitGameplayEffectApplied_Self"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied_Self, OnApplied) == 0x0003F0, "Member 'UAbilityTask_WaitGameplayEffectApplied_Self::OnApplied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbilitySystemDebugHUD \ +static_assert(alignof(AAbilitySystemDebugHUD) == 0x000008, "Wrong alignment on AAbilitySystemDebugHUD"); \ +static_assert(sizeof(AAbilitySystemDebugHUD) == 0x0003A0, "Wrong size on AAbilitySystemDebugHUD"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_K2_HandleGameplayCue \ +static_assert(alignof(GameplayCueNotify_Static_K2_HandleGameplayCue) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_K2_HandleGameplayCue"); \ +static_assert(sizeof(GameplayCueNotify_Static_K2_HandleGameplayCue) == 0x0000E8, "Wrong size on GameplayCueNotify_Static_K2_HandleGameplayCue"); \ +static_assert(offsetof(GameplayCueNotify_Static_K2_HandleGameplayCue, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_K2_HandleGameplayCue::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_K2_HandleGameplayCue, EventType) == 0x000008, "Member 'GameplayCueNotify_Static_K2_HandleGameplayCue::EventType' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_K2_HandleGameplayCue, Parameters) == 0x000010, "Member 'GameplayCueNotify_Static_K2_HandleGameplayCue::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_OnActive \ +static_assert(alignof(GameplayCueNotify_Static_OnActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_OnActive"); \ +static_assert(sizeof(GameplayCueNotify_Static_OnActive) == 0x0000E8, "Wrong size on GameplayCueNotify_Static_OnActive"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_OnActive::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_OnActive::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnActive, ReturnValue) == 0x0000E0, "Member 'GameplayCueNotify_Static_OnActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_OnExecute \ +static_assert(alignof(GameplayCueNotify_Static_OnExecute) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_OnExecute"); \ +static_assert(sizeof(GameplayCueNotify_Static_OnExecute) == 0x0000E8, "Wrong size on GameplayCueNotify_Static_OnExecute"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnExecute, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_OnExecute::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnExecute, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_OnExecute::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnExecute, ReturnValue) == 0x0000E0, "Member 'GameplayCueNotify_Static_OnExecute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_OnRemove \ +static_assert(alignof(GameplayCueNotify_Static_OnRemove) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_OnRemove"); \ +static_assert(sizeof(GameplayCueNotify_Static_OnRemove) == 0x0000E8, "Wrong size on GameplayCueNotify_Static_OnRemove"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnRemove, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_OnRemove::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnRemove, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_OnRemove::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_OnRemove, ReturnValue) == 0x0000E0, "Member 'GameplayCueNotify_Static_OnRemove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Static_WhileActive \ +static_assert(alignof(GameplayCueNotify_Static_WhileActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_WhileActive"); \ +static_assert(sizeof(GameplayCueNotify_Static_WhileActive) == 0x0000E8, "Wrong size on GameplayCueNotify_Static_WhileActive"); \ +static_assert(offsetof(GameplayCueNotify_Static_WhileActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_WhileActive::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_WhileActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_WhileActive::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Static_WhileActive, ReturnValue) == 0x0000E0, "Member 'GameplayCueNotify_Static_WhileActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueNotify_Static \ +static_assert(alignof(UGameplayCueNotify_Static) == 0x000008, "Wrong alignment on UGameplayCueNotify_Static"); \ +static_assert(sizeof(UGameplayCueNotify_Static) == 0x000040, "Wrong size on UGameplayCueNotify_Static"); \ +static_assert(offsetof(UGameplayCueNotify_Static, GameplayCueTag) == 0x000028, "Member 'UGameplayCueNotify_Static::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_Static, GameplayCueName) == 0x000030, "Member 'UGameplayCueNotify_Static::GameplayCueName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_Static, IsOverride) == 0x000038, "Member 'UGameplayCueNotify_Static::IsOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueNotify_UnitTest \ +static_assert(alignof(UGameplayCueNotify_UnitTest) == 0x000008, "Wrong alignment on UGameplayCueNotify_UnitTest"); \ +static_assert(sizeof(UGameplayCueNotify_UnitTest) == 0x000050, "Wrong size on UGameplayCueNotify_UnitTest"); \ + +#define DUMPER7_ASSERTS_UGameplayEffect \ +static_assert(alignof(UGameplayEffect) == 0x000008, "Wrong alignment on UGameplayEffect"); \ +static_assert(sizeof(UGameplayEffect) == 0x000C50, "Wrong size on UGameplayEffect"); \ +static_assert(offsetof(UGameplayEffect, DurationPolicy) == 0x000030, "Member 'UGameplayEffect::DurationPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, DurationMagnitude) == 0x000038, "Member 'UGameplayEffect::DurationMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, MaxDurationMagnitude) == 0x000218, "Member 'UGameplayEffect::MaxDurationMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, Period) == 0x0003F8, "Member 'UGameplayEffect::Period' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bExecutePeriodicEffectOnApplication) == 0x000420, "Member 'UGameplayEffect::bExecutePeriodicEffectOnApplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, PeriodicInhibitionPolicy) == 0x000421, "Member 'UGameplayEffect::PeriodicInhibitionPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, Modifiers) == 0x000428, "Member 'UGameplayEffect::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, Executions) == 0x000438, "Member 'UGameplayEffect::Executions' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ChanceToApplyToTarget) == 0x000448, "Member 'UGameplayEffect::ChanceToApplyToTarget' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ApplicationRequirements) == 0x000470, "Member 'UGameplayEffect::ApplicationRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ConditionalGameplayEffects) == 0x000480, "Member 'UGameplayEffect::ConditionalGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, OverflowEffects) == 0x000490, "Member 'UGameplayEffect::OverflowEffects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bDenyOverflowApplication) == 0x0004A0, "Member 'UGameplayEffect::bDenyOverflowApplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bClearStackOnOverflow) == 0x0004A1, "Member 'UGameplayEffect::bClearStackOnOverflow' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, PrematureExpirationEffectClasses) == 0x0004A8, "Member 'UGameplayEffect::PrematureExpirationEffectClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RoutineExpirationEffectClasses) == 0x0004B8, "Member 'UGameplayEffect::RoutineExpirationEffectClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bRequireModifierSuccessToTriggerCues) == 0x0004C8, "Member 'UGameplayEffect::bRequireModifierSuccessToTriggerCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bSuppressStackingCues) == 0x0004C9, "Member 'UGameplayEffect::bSuppressStackingCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GameplayCues) == 0x0004D0, "Member 'UGameplayEffect::GameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, UIData) == 0x0004E0, "Member 'UGameplayEffect::UIData' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, InheritableGameplayEffectTags) == 0x0004E8, "Member 'UGameplayEffect::InheritableGameplayEffectTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, InheritableOwnedTagsContainer) == 0x000548, "Member 'UGameplayEffect::InheritableOwnedTagsContainer' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, InheritableBlockedAbilityTagsContainer) == 0x0005A8, "Member 'UGameplayEffect::InheritableBlockedAbilityTagsContainer' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, OngoingTagRequirements) == 0x000608, "Member 'UGameplayEffect::OngoingTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, ApplicationTagRequirements) == 0x000690, "Member 'UGameplayEffect::ApplicationTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RemovalTagRequirements) == 0x000718, "Member 'UGameplayEffect::RemovalTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RemoveGameplayEffectsWithTags) == 0x0007A0, "Member 'UGameplayEffect::RemoveGameplayEffectsWithTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GrantedApplicationImmunityTags) == 0x000800, "Member 'UGameplayEffect::GrantedApplicationImmunityTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GrantedApplicationImmunityQuery) == 0x000888, "Member 'UGameplayEffect::GrantedApplicationImmunityQuery' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, RemoveGameplayEffectQuery) == 0x000A28, "Member 'UGameplayEffect::RemoveGameplayEffectQuery' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackingType) == 0x000BC1, "Member 'UGameplayEffect::StackingType' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackLimitCount) == 0x000BC4, "Member 'UGameplayEffect::StackLimitCount' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackDurationRefreshPolicy) == 0x000BC8, "Member 'UGameplayEffect::StackDurationRefreshPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackPeriodResetPolicy) == 0x000BC9, "Member 'UGameplayEffect::StackPeriodResetPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, StackExpirationPolicy) == 0x000BCA, "Member 'UGameplayEffect::StackExpirationPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, bFactorInStackCount) == 0x000BCB, "Member 'UGameplayEffect::bFactorInStackCount' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GrantedAbilities) == 0x000BD0, "Member 'UGameplayEffect::GrantedAbilities' has a wrong offset!"); \ +static_assert(offsetof(UGameplayEffect, GEComponents) == 0x000C40, "Member 'UGameplayEffect::GEComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectUIData_TextOnly \ +static_assert(alignof(UGameplayEffectUIData_TextOnly) == 0x000008, "Wrong alignment on UGameplayEffectUIData_TextOnly"); \ +static_assert(sizeof(UGameplayEffectUIData_TextOnly) == 0x000038, "Wrong size on UGameplayEffectUIData_TextOnly"); \ +static_assert(offsetof(UGameplayEffectUIData_TextOnly, Description) == 0x000028, "Member 'UGameplayEffectUIData_TextOnly::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync \ +static_assert(alignof(UAbilityAsync) == 0x000008, "Wrong alignment on UAbilityAsync"); \ +static_assert(sizeof(UAbilityAsync) == 0x000038, "Wrong size on UAbilityAsync"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged \ +static_assert(alignof(AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged) == 0x000008, "Wrong alignment on AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged"); \ +static_assert(sizeof(AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged) == 0x000050, "Wrong size on AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged"); \ +static_assert(offsetof(AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged, Attribute) == 0x000008, "Member 'AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged, OnlyTriggerOnce) == 0x000040, "Member 'AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged, ReturnValue) == 0x000048, "Member 'AbilityAsync_WaitAttributeChanged_WaitForAttributeChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitAttributeChanged \ +static_assert(alignof(UAbilityAsync_WaitAttributeChanged) == 0x000008, "Wrong alignment on UAbilityAsync_WaitAttributeChanged"); \ +static_assert(sizeof(UAbilityAsync_WaitAttributeChanged) == 0x000090, "Wrong size on UAbilityAsync_WaitAttributeChanged"); \ +static_assert(offsetof(UAbilityAsync_WaitAttributeChanged, Changed) == 0x000038, "Member 'UAbilityAsync_WaitAttributeChanged::Changed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor \ +static_assert(alignof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor) == 0x000248, "Wrong size on AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, SourceFilter) == 0x000008, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::SourceFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, SourceTagRequirements) == 0x000018, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::SourceTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TargetTagRequirements) == 0x0000A0, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, AssetTagRequirements) == 0x000128, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::AssetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, GrantedTagRequirements) == 0x0001B0, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::GrantedTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TriggerOnce) == 0x000238, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, ListenForPeriodicEffect) == 0x000239, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, ReturnValue) == 0x000240, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayEffectApplied \ +static_assert(alignof(UAbilityAsync_WaitGameplayEffectApplied) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayEffectApplied"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayEffectApplied) == 0x0002A0, "Wrong size on UAbilityAsync_WaitGameplayEffectApplied"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayEffectApplied, OnApplied) == 0x000038, "Member 'UAbilityAsync_WaitGameplayEffectApplied::OnApplied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor \ +static_assert(alignof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor) == 0x000020, "Wrong size on AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, EventTag) == 0x000008, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::EventTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, OnlyTriggerOnce) == 0x000010, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, OnlyMatchExact) == 0x000011, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::OnlyMatchExact' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, ReturnValue) == 0x000018, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayEvent \ +static_assert(alignof(UAbilityAsync_WaitGameplayEvent) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayEvent"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayEvent) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayEvent"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayEvent, EventReceived) == 0x000038, "Member 'UAbilityAsync_WaitGameplayEvent::EventReceived' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTag \ +static_assert(alignof(UAbilityAsync_WaitGameplayTag) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTag"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTag) == 0x000050, "Wrong size on UAbilityAsync_WaitGameplayTag"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor \ +static_assert(alignof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor) == 0x000020, "Wrong size on AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, Tag) == 0x000008, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, OnlyTriggerOnce) == 0x000010, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, ReturnValue) == 0x000018, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTagAdded \ +static_assert(alignof(UAbilityAsync_WaitGameplayTagAdded) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTagAdded"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTagAdded) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayTagAdded"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayTagAdded, Added) == 0x000050, "Member 'UAbilityAsync_WaitGameplayTagAdded::Added' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor \ +static_assert(alignof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor) == 0x000020, "Wrong size on AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, Tag) == 0x000008, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, OnlyTriggerOnce) == 0x000010, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, ReturnValue) == 0x000018, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTagRemoved \ +static_assert(alignof(UAbilityAsync_WaitGameplayTagRemoved) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTagRemoved"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTagRemoved) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayTagRemoved"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayTagRemoved, Removed) == 0x000050, "Member 'UAbilityAsync_WaitGameplayTagRemoved::Removed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor \ +static_assert(alignof(AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor) == 0x000018, "Wrong size on AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor, Tag) == 0x000008, "Member 'AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor, ReturnValue) == 0x000010, "Member 'AbilityAsync_WaitGameplayTagCountChanged_WaitGameplayTagCountChangedOnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTagCountChanged \ +static_assert(alignof(UAbilityAsync_WaitGameplayTagCountChanged) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTagCountChanged"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTagCountChanged) == 0x000058, "Wrong size on UAbilityAsync_WaitGameplayTagCountChanged"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayTagCountChanged, TagCountChanged) == 0x000048, "Member 'UAbilityAsync_WaitGameplayTagCountChanged::TagCountChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor \ +static_assert(alignof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor"); \ +static_assert(sizeof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor) == 0x000060, "Wrong size on AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor, TagQuery) == 0x000008, "Member 'AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor, TriggerCondition) == 0x000050, "Member 'AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor::TriggerCondition' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor, bOnlyTriggerOnce) == 0x000051, "Member 'AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor::bOnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor, ReturnValue) == 0x000058, "Member 'AbilityAsync_WaitGameplayTagQuery_WaitGameplayTagQueryOnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTagQuery \ +static_assert(alignof(UAbilityAsync_WaitGameplayTagQuery) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTagQuery"); \ +static_assert(sizeof(UAbilityAsync_WaitGameplayTagQuery) == 0x000108, "Wrong size on UAbilityAsync_WaitGameplayTagQuery"); \ +static_assert(offsetof(UAbilityAsync_WaitGameplayTagQuery, Triggered) == 0x000038, "Member 'UAbilityAsync_WaitGameplayTagQuery::Triggered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_ApplyGameplayEffectToOwner \ +static_assert(alignof(GameplayAbility_BP_ApplyGameplayEffectToOwner) == 0x000008, "Wrong alignment on GameplayAbility_BP_ApplyGameplayEffectToOwner"); \ +static_assert(sizeof(GameplayAbility_BP_ApplyGameplayEffectToOwner) == 0x000018, "Wrong size on GameplayAbility_BP_ApplyGameplayEffectToOwner"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, GameplayEffectClass) == 0x000000, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, GameplayEffectLevel) == 0x000008, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, Stacks) == 0x00000C, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::Stacks' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, ReturnValue) == 0x000010, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_ApplyGameplayEffectToTarget \ +static_assert(alignof(GameplayAbility_BP_ApplyGameplayEffectToTarget) == 0x000008, "Wrong alignment on GameplayAbility_BP_ApplyGameplayEffectToTarget"); \ +static_assert(sizeof(GameplayAbility_BP_ApplyGameplayEffectToTarget) == 0x000048, "Wrong size on GameplayAbility_BP_ApplyGameplayEffectToTarget"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, TargetData) == 0x000000, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::TargetData' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, GameplayEffectClass) == 0x000028, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, GameplayEffectLevel) == 0x000030, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, Stacks) == 0x000034, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::Stacks' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, ReturnValue) == 0x000038, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags \ +static_assert(alignof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags) == 0x000008, "Wrong alignment on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags"); \ +static_assert(sizeof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags) == 0x000028, "Wrong size on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags, WithAssetTags) == 0x000000, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags::WithAssetTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags, StacksToRemove) == 0x000020, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags::StacksToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags \ +static_assert(alignof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags) == 0x000008, "Wrong alignment on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags"); \ +static_assert(sizeof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags) == 0x000028, "Wrong size on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags, WithGrantedTags) == 0x000000, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags::WithGrantedTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags, StacksToRemove) == 0x000020, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags::StacksToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle \ +static_assert(alignof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle) == 0x000004, "Wrong alignment on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle"); \ +static_assert(sizeof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle) == 0x00000C, "Wrong size on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle, Handle) == 0x000000, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle, StacksToRemove) == 0x000008, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle::StacksToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_CancelTaskByInstanceName \ +static_assert(alignof(GameplayAbility_CancelTaskByInstanceName) == 0x000004, "Wrong alignment on GameplayAbility_CancelTaskByInstanceName"); \ +static_assert(sizeof(GameplayAbility_CancelTaskByInstanceName) == 0x000008, "Wrong size on GameplayAbility_CancelTaskByInstanceName"); \ +static_assert(offsetof(GameplayAbility_CancelTaskByInstanceName, InstanceName) == 0x000000, "Member 'GameplayAbility_CancelTaskByInstanceName::InstanceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_ConfirmTaskByInstanceName \ +static_assert(alignof(GameplayAbility_ConfirmTaskByInstanceName) == 0x000004, "Wrong alignment on GameplayAbility_ConfirmTaskByInstanceName"); \ +static_assert(sizeof(GameplayAbility_ConfirmTaskByInstanceName) == 0x00000C, "Wrong size on GameplayAbility_ConfirmTaskByInstanceName"); \ +static_assert(offsetof(GameplayAbility_ConfirmTaskByInstanceName, InstanceName) == 0x000000, "Member 'GameplayAbility_ConfirmTaskByInstanceName::InstanceName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_ConfirmTaskByInstanceName, bEndTask) == 0x000008, "Member 'GameplayAbility_ConfirmTaskByInstanceName::bEndTask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_EndAbilityState \ +static_assert(alignof(GameplayAbility_EndAbilityState) == 0x000004, "Wrong alignment on GameplayAbility_EndAbilityState"); \ +static_assert(sizeof(GameplayAbility_EndAbilityState) == 0x000008, "Wrong size on GameplayAbility_EndAbilityState"); \ +static_assert(offsetof(GameplayAbility_EndAbilityState, OptionalStateNameToEnd) == 0x000000, "Member 'GameplayAbility_EndAbilityState::OptionalStateNameToEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_EndTaskByInstanceName \ +static_assert(alignof(GameplayAbility_EndTaskByInstanceName) == 0x000004, "Wrong alignment on GameplayAbility_EndTaskByInstanceName"); \ +static_assert(sizeof(GameplayAbility_EndTaskByInstanceName) == 0x000008, "Wrong size on GameplayAbility_EndTaskByInstanceName"); \ +static_assert(offsetof(GameplayAbility_EndTaskByInstanceName, InstanceName) == 0x000000, "Member 'GameplayAbility_EndTaskByInstanceName::InstanceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ActivateAbilityFromEvent \ +static_assert(alignof(GameplayAbility_K2_ActivateAbilityFromEvent) == 0x000008, "Wrong alignment on GameplayAbility_K2_ActivateAbilityFromEvent"); \ +static_assert(sizeof(GameplayAbility_K2_ActivateAbilityFromEvent) == 0x0000B0, "Wrong size on GameplayAbility_K2_ActivateAbilityFromEvent"); \ +static_assert(offsetof(GameplayAbility_K2_ActivateAbilityFromEvent, EventData) == 0x000000, "Member 'GameplayAbility_K2_ActivateAbilityFromEvent::EventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_AddGameplayCue \ +static_assert(alignof(GameplayAbility_K2_AddGameplayCue) == 0x000008, "Wrong alignment on GameplayAbility_K2_AddGameplayCue"); \ +static_assert(sizeof(GameplayAbility_K2_AddGameplayCue) == 0x000028, "Wrong size on GameplayAbility_K2_AddGameplayCue"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_AddGameplayCue::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, Context) == 0x000008, "Member 'GameplayAbility_K2_AddGameplayCue::Context' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, bRemoveOnAbilityEnd) == 0x000020, "Member 'GameplayAbility_K2_AddGameplayCue::bRemoveOnAbilityEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_AddGameplayCueWithParams \ +static_assert(alignof(GameplayAbility_K2_AddGameplayCueWithParams) == 0x000008, "Wrong alignment on GameplayAbility_K2_AddGameplayCueWithParams"); \ +static_assert(sizeof(GameplayAbility_K2_AddGameplayCueWithParams) == 0x0000E8, "Wrong size on GameplayAbility_K2_AddGameplayCueWithParams"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, GameplayCueParameter) == 0x000008, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::GameplayCueParameter' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, bRemoveOnAbilityEnd) == 0x0000E0, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::bRemoveOnAbilityEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ApplyGameplayEffectSpecToOwner \ +static_assert(alignof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner) == 0x000008, "Wrong alignment on GameplayAbility_K2_ApplyGameplayEffectSpecToOwner"); \ +static_assert(sizeof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner) == 0x000018, "Wrong size on GameplayAbility_K2_ApplyGameplayEffectSpecToOwner"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner, EffectSpecHandle) == 0x000000, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToOwner::EffectSpecHandle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner, ReturnValue) == 0x000010, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ApplyGameplayEffectSpecToTarget \ +static_assert(alignof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget) == 0x000008, "Wrong alignment on GameplayAbility_K2_ApplyGameplayEffectSpecToTarget"); \ +static_assert(sizeof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget) == 0x000048, "Wrong size on GameplayAbility_K2_ApplyGameplayEffectSpecToTarget"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget, EffectSpecHandle) == 0x000000, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToTarget::EffectSpecHandle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget, TargetData) == 0x000010, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToTarget::TargetData' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget, ReturnValue) == 0x000038, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CheckAbilityCooldown \ +static_assert(alignof(GameplayAbility_K2_CheckAbilityCooldown) == 0x000001, "Wrong alignment on GameplayAbility_K2_CheckAbilityCooldown"); \ +static_assert(sizeof(GameplayAbility_K2_CheckAbilityCooldown) == 0x000001, "Wrong size on GameplayAbility_K2_CheckAbilityCooldown"); \ +static_assert(offsetof(GameplayAbility_K2_CheckAbilityCooldown, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_CheckAbilityCooldown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CheckAbilityCost \ +static_assert(alignof(GameplayAbility_K2_CheckAbilityCost) == 0x000001, "Wrong alignment on GameplayAbility_K2_CheckAbilityCost"); \ +static_assert(sizeof(GameplayAbility_K2_CheckAbilityCost) == 0x000001, "Wrong size on GameplayAbility_K2_CheckAbilityCost"); \ +static_assert(offsetof(GameplayAbility_K2_CheckAbilityCost, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_CheckAbilityCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CommitAbility \ +static_assert(alignof(GameplayAbility_K2_CommitAbility) == 0x000001, "Wrong alignment on GameplayAbility_K2_CommitAbility"); \ +static_assert(sizeof(GameplayAbility_K2_CommitAbility) == 0x000001, "Wrong size on GameplayAbility_K2_CommitAbility"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbility, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_CommitAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CommitAbilityCooldown \ +static_assert(alignof(GameplayAbility_K2_CommitAbilityCooldown) == 0x000001, "Wrong alignment on GameplayAbility_K2_CommitAbilityCooldown"); \ +static_assert(sizeof(GameplayAbility_K2_CommitAbilityCooldown) == 0x000003, "Wrong size on GameplayAbility_K2_CommitAbilityCooldown"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCooldown, BroadcastCommitEvent) == 0x000000, "Member 'GameplayAbility_K2_CommitAbilityCooldown::BroadcastCommitEvent' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCooldown, ForceCooldown) == 0x000001, "Member 'GameplayAbility_K2_CommitAbilityCooldown::ForceCooldown' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCooldown, ReturnValue) == 0x000002, "Member 'GameplayAbility_K2_CommitAbilityCooldown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CommitAbilityCost \ +static_assert(alignof(GameplayAbility_K2_CommitAbilityCost) == 0x000001, "Wrong alignment on GameplayAbility_K2_CommitAbilityCost"); \ +static_assert(sizeof(GameplayAbility_K2_CommitAbilityCost) == 0x000002, "Wrong size on GameplayAbility_K2_CommitAbilityCost"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCost, BroadcastCommitEvent) == 0x000000, "Member 'GameplayAbility_K2_CommitAbilityCost::BroadcastCommitEvent' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CommitAbilityCost, ReturnValue) == 0x000001, "Member 'GameplayAbility_K2_CommitAbilityCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ExecuteGameplayCue \ +static_assert(alignof(GameplayAbility_K2_ExecuteGameplayCue) == 0x000008, "Wrong alignment on GameplayAbility_K2_ExecuteGameplayCue"); \ +static_assert(sizeof(GameplayAbility_K2_ExecuteGameplayCue) == 0x000020, "Wrong size on GameplayAbility_K2_ExecuteGameplayCue"); \ +static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCue, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_ExecuteGameplayCue::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCue, Context) == 0x000008, "Member 'GameplayAbility_K2_ExecuteGameplayCue::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ExecuteGameplayCueWithParams \ +static_assert(alignof(GameplayAbility_K2_ExecuteGameplayCueWithParams) == 0x000008, "Wrong alignment on GameplayAbility_K2_ExecuteGameplayCueWithParams"); \ +static_assert(sizeof(GameplayAbility_K2_ExecuteGameplayCueWithParams) == 0x0000E0, "Wrong size on GameplayAbility_K2_ExecuteGameplayCueWithParams"); \ +static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCueWithParams, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_ExecuteGameplayCueWithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCueWithParams, GameplayCueParameters) == 0x000008, "Member 'GameplayAbility_K2_ExecuteGameplayCueWithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_OnEndAbility \ +static_assert(alignof(GameplayAbility_K2_OnEndAbility) == 0x000001, "Wrong alignment on GameplayAbility_K2_OnEndAbility"); \ +static_assert(sizeof(GameplayAbility_K2_OnEndAbility) == 0x000001, "Wrong size on GameplayAbility_K2_OnEndAbility"); \ +static_assert(offsetof(GameplayAbility_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GameplayAbility_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_RemoveGameplayCue \ +static_assert(alignof(GameplayAbility_K2_RemoveGameplayCue) == 0x000004, "Wrong alignment on GameplayAbility_K2_RemoveGameplayCue"); \ +static_assert(sizeof(GameplayAbility_K2_RemoveGameplayCue) == 0x000008, "Wrong size on GameplayAbility_K2_RemoveGameplayCue"); \ +static_assert(offsetof(GameplayAbility_K2_RemoveGameplayCue, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_RemoveGameplayCue::GameplayCueTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MakeTargetLocationInfoFromOwnerActor \ +static_assert(alignof(GameplayAbility_MakeTargetLocationInfoFromOwnerActor) == 0x000010, "Wrong alignment on GameplayAbility_MakeTargetLocationInfoFromOwnerActor"); \ +static_assert(sizeof(GameplayAbility_MakeTargetLocationInfoFromOwnerActor) == 0x000090, "Wrong size on GameplayAbility_MakeTargetLocationInfoFromOwnerActor"); \ +static_assert(offsetof(GameplayAbility_MakeTargetLocationInfoFromOwnerActor, ReturnValue) == 0x000000, "Member 'GameplayAbility_MakeTargetLocationInfoFromOwnerActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent \ +static_assert(alignof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent) == 0x000010, "Wrong alignment on GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent"); \ +static_assert(sizeof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent) == 0x0000A0, "Wrong size on GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent"); \ +static_assert(offsetof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent, SocketName) == 0x000000, "Member 'GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent::SocketName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent, ReturnValue) == 0x000010, "Member 'GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MontageJumpToSection \ +static_assert(alignof(GameplayAbility_MontageJumpToSection) == 0x000004, "Wrong alignment on GameplayAbility_MontageJumpToSection"); \ +static_assert(sizeof(GameplayAbility_MontageJumpToSection) == 0x000008, "Wrong size on GameplayAbility_MontageJumpToSection"); \ +static_assert(offsetof(GameplayAbility_MontageJumpToSection, SectionName) == 0x000000, "Member 'GameplayAbility_MontageJumpToSection::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MontageSetNextSectionName \ +static_assert(alignof(GameplayAbility_MontageSetNextSectionName) == 0x000004, "Wrong alignment on GameplayAbility_MontageSetNextSectionName"); \ +static_assert(sizeof(GameplayAbility_MontageSetNextSectionName) == 0x000010, "Wrong size on GameplayAbility_MontageSetNextSectionName"); \ +static_assert(offsetof(GameplayAbility_MontageSetNextSectionName, FromSectionName) == 0x000000, "Member 'GameplayAbility_MontageSetNextSectionName::FromSectionName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_MontageSetNextSectionName, ToSectionName) == 0x000008, "Member 'GameplayAbility_MontageSetNextSectionName::ToSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MontageStop \ +static_assert(alignof(GameplayAbility_MontageStop) == 0x000004, "Wrong alignment on GameplayAbility_MontageStop"); \ +static_assert(sizeof(GameplayAbility_MontageStop) == 0x000004, "Wrong size on GameplayAbility_MontageStop"); \ +static_assert(offsetof(GameplayAbility_MontageStop, OverrideBlendOutTime) == 0x000000, "Member 'GameplayAbility_MontageStop::OverrideBlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_SendGameplayEvent \ +static_assert(alignof(GameplayAbility_SendGameplayEvent) == 0x000008, "Wrong alignment on GameplayAbility_SendGameplayEvent"); \ +static_assert(sizeof(GameplayAbility_SendGameplayEvent) == 0x0000B8, "Wrong size on GameplayAbility_SendGameplayEvent"); \ +static_assert(offsetof(GameplayAbility_SendGameplayEvent, EventTag) == 0x000000, "Member 'GameplayAbility_SendGameplayEvent::EventTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_SendGameplayEvent, Payload) == 0x000008, "Member 'GameplayAbility_SendGameplayEvent::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_SetCanBeCanceled \ +static_assert(alignof(GameplayAbility_SetCanBeCanceled) == 0x000001, "Wrong alignment on GameplayAbility_SetCanBeCanceled"); \ +static_assert(sizeof(GameplayAbility_SetCanBeCanceled) == 0x000001, "Wrong size on GameplayAbility_SetCanBeCanceled"); \ +static_assert(offsetof(GameplayAbility_SetCanBeCanceled, bCanBeCanceled) == 0x000000, "Member 'GameplayAbility_SetCanBeCanceled::bCanBeCanceled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_SetShouldBlockOtherAbilities \ +static_assert(alignof(GameplayAbility_SetShouldBlockOtherAbilities) == 0x000001, "Wrong alignment on GameplayAbility_SetShouldBlockOtherAbilities"); \ +static_assert(sizeof(GameplayAbility_SetShouldBlockOtherAbilities) == 0x000001, "Wrong size on GameplayAbility_SetShouldBlockOtherAbilities"); \ +static_assert(offsetof(GameplayAbility_SetShouldBlockOtherAbilities, bShouldBlockAbilities) == 0x000000, "Member 'GameplayAbility_SetShouldBlockOtherAbilities::bShouldBlockAbilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetAbilityLevel \ +static_assert(alignof(GameplayAbility_GetAbilityLevel) == 0x000004, "Wrong alignment on GameplayAbility_GetAbilityLevel"); \ +static_assert(sizeof(GameplayAbility_GetAbilityLevel) == 0x000004, "Wrong size on GameplayAbility_GetAbilityLevel"); \ +static_assert(offsetof(GameplayAbility_GetAbilityLevel, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetAbilityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetAbilityLevel_BP \ +static_assert(alignof(GameplayAbility_GetAbilityLevel_BP) == 0x000008, "Wrong alignment on GameplayAbility_GetAbilityLevel_BP"); \ +static_assert(sizeof(GameplayAbility_GetAbilityLevel_BP) == 0x000058, "Wrong size on GameplayAbility_GetAbilityLevel_BP"); \ +static_assert(offsetof(GameplayAbility_GetAbilityLevel_BP, Handle) == 0x000000, "Member 'GameplayAbility_GetAbilityLevel_BP::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetAbilityLevel_BP, ActorInfo) == 0x000008, "Member 'GameplayAbility_GetAbilityLevel_BP::ActorInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetAbilityLevel_BP, ReturnValue) == 0x000050, "Member 'GameplayAbility_GetAbilityLevel_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetAbilitySystemComponentFromActorInfo \ +static_assert(alignof(GameplayAbility_GetAbilitySystemComponentFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetAbilitySystemComponentFromActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetAbilitySystemComponentFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetAbilitySystemComponentFromActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetAbilitySystemComponentFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetAbilitySystemComponentFromActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetActorInfo \ +static_assert(alignof(GameplayAbility_GetActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetActorInfo) == 0x000048, "Wrong size on GameplayAbility_GetActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetAvatarActorFromActorInfo \ +static_assert(alignof(GameplayAbility_GetAvatarActorFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetAvatarActorFromActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetAvatarActorFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetAvatarActorFromActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetAvatarActorFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetAvatarActorFromActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetContextFromOwner \ +static_assert(alignof(GameplayAbility_GetContextFromOwner) == 0x000008, "Wrong alignment on GameplayAbility_GetContextFromOwner"); \ +static_assert(sizeof(GameplayAbility_GetContextFromOwner) == 0x000040, "Wrong size on GameplayAbility_GetContextFromOwner"); \ +static_assert(offsetof(GameplayAbility_GetContextFromOwner, OptionalTargetData) == 0x000000, "Member 'GameplayAbility_GetContextFromOwner::OptionalTargetData' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetContextFromOwner, ReturnValue) == 0x000028, "Member 'GameplayAbility_GetContextFromOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetCooldownTimeRemaining \ +static_assert(alignof(GameplayAbility_GetCooldownTimeRemaining) == 0x000004, "Wrong alignment on GameplayAbility_GetCooldownTimeRemaining"); \ +static_assert(sizeof(GameplayAbility_GetCooldownTimeRemaining) == 0x000004, "Wrong size on GameplayAbility_GetCooldownTimeRemaining"); \ +static_assert(offsetof(GameplayAbility_GetCooldownTimeRemaining, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetCooldownTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetCurrentMontage \ +static_assert(alignof(GameplayAbility_GetCurrentMontage) == 0x000008, "Wrong alignment on GameplayAbility_GetCurrentMontage"); \ +static_assert(sizeof(GameplayAbility_GetCurrentMontage) == 0x000008, "Wrong size on GameplayAbility_GetCurrentMontage"); \ +static_assert(offsetof(GameplayAbility_GetCurrentMontage, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetCurrentMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetCurrentSourceObject \ +static_assert(alignof(GameplayAbility_GetCurrentSourceObject) == 0x000008, "Wrong alignment on GameplayAbility_GetCurrentSourceObject"); \ +static_assert(sizeof(GameplayAbility_GetCurrentSourceObject) == 0x000008, "Wrong size on GameplayAbility_GetCurrentSourceObject"); \ +static_assert(offsetof(GameplayAbility_GetCurrentSourceObject, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetCurrentSourceObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetGrantedByEffectContext \ +static_assert(alignof(GameplayAbility_GetGrantedByEffectContext) == 0x000008, "Wrong alignment on GameplayAbility_GetGrantedByEffectContext"); \ +static_assert(sizeof(GameplayAbility_GetGrantedByEffectContext) == 0x000018, "Wrong size on GameplayAbility_GetGrantedByEffectContext"); \ +static_assert(offsetof(GameplayAbility_GetGrantedByEffectContext, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetGrantedByEffectContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetOwningActorFromActorInfo \ +static_assert(alignof(GameplayAbility_GetOwningActorFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetOwningActorFromActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetOwningActorFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetOwningActorFromActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetOwningActorFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetOwningActorFromActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetOwningComponentFromActorInfo \ +static_assert(alignof(GameplayAbility_GetOwningComponentFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetOwningComponentFromActorInfo"); \ +static_assert(sizeof(GameplayAbility_GetOwningComponentFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetOwningComponentFromActorInfo"); \ +static_assert(offsetof(GameplayAbility_GetOwningComponentFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetOwningComponentFromActorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_GetSourceObject_BP \ +static_assert(alignof(GameplayAbility_GetSourceObject_BP) == 0x000008, "Wrong alignment on GameplayAbility_GetSourceObject_BP"); \ +static_assert(sizeof(GameplayAbility_GetSourceObject_BP) == 0x000058, "Wrong size on GameplayAbility_GetSourceObject_BP"); \ +static_assert(offsetof(GameplayAbility_GetSourceObject_BP, Handle) == 0x000000, "Member 'GameplayAbility_GetSourceObject_BP::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetSourceObject_BP, ActorInfo) == 0x000008, "Member 'GameplayAbility_GetSourceObject_BP::ActorInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_GetSourceObject_BP, ReturnValue) == 0x000050, "Member 'GameplayAbility_GetSourceObject_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_IsLocallyControlled \ +static_assert(alignof(GameplayAbility_IsLocallyControlled) == 0x000001, "Wrong alignment on GameplayAbility_IsLocallyControlled"); \ +static_assert(sizeof(GameplayAbility_IsLocallyControlled) == 0x000001, "Wrong size on GameplayAbility_IsLocallyControlled"); \ +static_assert(offsetof(GameplayAbility_IsLocallyControlled, ReturnValue) == 0x000000, "Member 'GameplayAbility_IsLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_CanActivateAbility \ +static_assert(alignof(GameplayAbility_K2_CanActivateAbility) == 0x000008, "Wrong alignment on GameplayAbility_K2_CanActivateAbility"); \ +static_assert(sizeof(GameplayAbility_K2_CanActivateAbility) == 0x000078, "Wrong size on GameplayAbility_K2_CanActivateAbility"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, ActorInfo) == 0x000000, "Member 'GameplayAbility_K2_CanActivateAbility::ActorInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, Handle) == 0x000048, "Member 'GameplayAbility_K2_CanActivateAbility::Handle' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, RelevantTags) == 0x000050, "Member 'GameplayAbility_K2_CanActivateAbility::RelevantTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, ReturnValue) == 0x000070, "Member 'GameplayAbility_K2_CanActivateAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_HasAuthority \ +static_assert(alignof(GameplayAbility_K2_HasAuthority) == 0x000001, "Wrong alignment on GameplayAbility_K2_HasAuthority"); \ +static_assert(sizeof(GameplayAbility_K2_HasAuthority) == 0x000001, "Wrong size on GameplayAbility_K2_HasAuthority"); \ +static_assert(offsetof(GameplayAbility_K2_HasAuthority, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_HasAuthority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_K2_ShouldAbilityRespondToEvent \ +static_assert(alignof(GameplayAbility_K2_ShouldAbilityRespondToEvent) == 0x000008, "Wrong alignment on GameplayAbility_K2_ShouldAbilityRespondToEvent"); \ +static_assert(sizeof(GameplayAbility_K2_ShouldAbilityRespondToEvent) == 0x000100, "Wrong size on GameplayAbility_K2_ShouldAbilityRespondToEvent"); \ +static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, ActorInfo) == 0x000000, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::ActorInfo' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, Payload) == 0x000048, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::Payload' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, ReturnValue) == 0x0000F8, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbility_MakeOutgoingGameplayEffectSpec \ +static_assert(alignof(GameplayAbility_MakeOutgoingGameplayEffectSpec) == 0x000008, "Wrong alignment on GameplayAbility_MakeOutgoingGameplayEffectSpec"); \ +static_assert(sizeof(GameplayAbility_MakeOutgoingGameplayEffectSpec) == 0x000020, "Wrong size on GameplayAbility_MakeOutgoingGameplayEffectSpec"); \ +static_assert(offsetof(GameplayAbility_MakeOutgoingGameplayEffectSpec, GameplayEffectClass) == 0x000000, "Member 'GameplayAbility_MakeOutgoingGameplayEffectSpec::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_MakeOutgoingGameplayEffectSpec, Level) == 0x000008, "Member 'GameplayAbility_MakeOutgoingGameplayEffectSpec::Level' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbility_MakeOutgoingGameplayEffectSpec, ReturnValue) == 0x000010, "Member 'GameplayAbility_MakeOutgoingGameplayEffectSpec::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbility \ +static_assert(alignof(UGameplayAbility) == 0x000008, "Wrong alignment on UGameplayAbility"); \ +static_assert(sizeof(UGameplayAbility) == 0x0003A8, "Wrong size on UGameplayAbility"); \ +static_assert(offsetof(UGameplayAbility, AbilityTags) == 0x0000A8, "Member 'UGameplayAbility::AbilityTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bReplicateInputDirectly) == 0x0000C8, "Member 'UGameplayAbility::bReplicateInputDirectly' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, RemoteInstanceEnded) == 0x0000C9, "Member 'UGameplayAbility::RemoteInstanceEnded' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ReplicationPolicy) == 0x0000CE, "Member 'UGameplayAbility::ReplicationPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, InstancingPolicy) == 0x0000CF, "Member 'UGameplayAbility::InstancingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bServerRespectsRemoteAbilityCancellation) == 0x0000D0, "Member 'UGameplayAbility::bServerRespectsRemoteAbilityCancellation' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bRetriggerInstancedAbility) == 0x0000D1, "Member 'UGameplayAbility::bRetriggerInstancedAbility' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CurrentActivationInfo) == 0x0000D4, "Member 'UGameplayAbility::CurrentActivationInfo' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CurrentEventData) == 0x0000E8, "Member 'UGameplayAbility::CurrentEventData' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, NetExecutionPolicy) == 0x000198, "Member 'UGameplayAbility::NetExecutionPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, NetSecurityPolicy) == 0x000199, "Member 'UGameplayAbility::NetSecurityPolicy' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CostGameplayEffectClass) == 0x0001A0, "Member 'UGameplayAbility::CostGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, AbilityTriggers) == 0x0001A8, "Member 'UGameplayAbility::AbilityTriggers' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CooldownGameplayEffectClass) == 0x0001B8, "Member 'UGameplayAbility::CooldownGameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CancelAbilitiesWithTag) == 0x0001C0, "Member 'UGameplayAbility::CancelAbilitiesWithTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, BlockAbilitiesWithTag) == 0x0001E0, "Member 'UGameplayAbility::BlockAbilitiesWithTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActivationOwnedTags) == 0x000200, "Member 'UGameplayAbility::ActivationOwnedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActivationRequiredTags) == 0x000220, "Member 'UGameplayAbility::ActivationRequiredTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActivationBlockedTags) == 0x000240, "Member 'UGameplayAbility::ActivationBlockedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, SourceRequiredTags) == 0x000260, "Member 'UGameplayAbility::SourceRequiredTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, SourceBlockedTags) == 0x000280, "Member 'UGameplayAbility::SourceBlockedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, TargetRequiredTags) == 0x0002A0, "Member 'UGameplayAbility::TargetRequiredTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, TargetBlockedTags) == 0x0002C0, "Member 'UGameplayAbility::TargetBlockedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, ActiveTasks) == 0x000300, "Member 'UGameplayAbility::ActiveTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, CurrentMontage) == 0x000320, "Member 'UGameplayAbility::CurrentMontage' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsActive) == 0x000388, "Member 'UGameplayAbility::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsAbilityEnding) == 0x000389, "Member 'UGameplayAbility::bIsAbilityEnding' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsCancelable) == 0x00038A, "Member 'UGameplayAbility::bIsCancelable' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bIsBlockingOtherAbilities) == 0x00038B, "Member 'UGameplayAbility::bIsBlockingOtherAbilities' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility, bMarkPendingKillOnAbilityEnd) == 0x0003A0, "Member 'UGameplayAbility::bMarkPendingKillOnAbilityEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbilitySet \ +static_assert(alignof(UGameplayAbilitySet) == 0x000008, "Wrong alignment on UGameplayAbilitySet"); \ +static_assert(sizeof(UGameplayAbilitySet) == 0x000040, "Wrong size on UGameplayAbilitySet"); \ +static_assert(offsetof(UGameplayAbilitySet, Abilities) == 0x000030, "Member 'UGameplayAbilitySet::Abilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor \ +static_assert(alignof(AGameplayAbilityTargetActor) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor"); \ +static_assert(sizeof(AGameplayAbilityTargetActor) == 0x0003F0, "Wrong size on AGameplayAbilityTargetActor"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, ShouldProduceTargetDataOnServer) == 0x0002B0, "Member 'AGameplayAbilityTargetActor::ShouldProduceTargetDataOnServer' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, StartLocation) == 0x0002C0, "Member 'AGameplayAbilityTargetActor::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, PrimaryPC) == 0x000380, "Member 'AGameplayAbilityTargetActor::PrimaryPC' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, OwningAbility) == 0x000388, "Member 'AGameplayAbilityTargetActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, bDestroyOnConfirmation) == 0x000390, "Member 'AGameplayAbilityTargetActor::bDestroyOnConfirmation' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, SourceActor) == 0x000398, "Member 'AGameplayAbilityTargetActor::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, ReticleParams) == 0x0003A0, "Member 'AGameplayAbilityTargetActor::ReticleParams' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, ReticleClass) == 0x0003B8, "Member 'AGameplayAbilityTargetActor::ReticleClass' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, Filter) == 0x0003C0, "Member 'AGameplayAbilityTargetActor::Filter' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, bDebug) == 0x0003D0, "Member 'AGameplayAbilityTargetActor::bDebug' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor, GenericDelegateBoundASC) == 0x0003E8, "Member 'AGameplayAbilityTargetActor::GenericDelegateBoundASC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_Trace \ +static_assert(alignof(AGameplayAbilityTargetActor_Trace) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_Trace"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_Trace) == 0x000410, "Wrong size on AGameplayAbilityTargetActor_Trace"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, MaxRange) == 0x0003F0, "Member 'AGameplayAbilityTargetActor_Trace::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, TraceProfile) == 0x0003F4, "Member 'AGameplayAbilityTargetActor_Trace::TraceProfile' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Trace, bTraceAffectsAimPitch) == 0x0003FC, "Member 'AGameplayAbilityTargetActor_Trace::bTraceAffectsAimPitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_GroundTrace \ +static_assert(alignof(AGameplayAbilityTargetActor_GroundTrace) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_GroundTrace"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_GroundTrace) == 0x000430, "Wrong size on AGameplayAbilityTargetActor_GroundTrace"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_GroundTrace, CollisionRadius) == 0x000408, "Member 'AGameplayAbilityTargetActor_GroundTrace::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_GroundTrace, CollisionHeight) == 0x00040C, "Member 'AGameplayAbilityTargetActor_GroundTrace::CollisionHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_ActorPlacement \ +static_assert(alignof(AGameplayAbilityTargetActor_ActorPlacement) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_ActorPlacement"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_ActorPlacement) == 0x000440, "Wrong size on AGameplayAbilityTargetActor_ActorPlacement"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_ActorPlacement, PlacedActorClass) == 0x000428, "Member 'AGameplayAbilityTargetActor_ActorPlacement::PlacedActorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_ActorPlacement, PlacedActorMaterial) == 0x000430, "Member 'AGameplayAbilityTargetActor_ActorPlacement::PlacedActorMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_Radius \ +static_assert(alignof(AGameplayAbilityTargetActor_Radius) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_Radius"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_Radius) == 0x000400, "Wrong size on AGameplayAbilityTargetActor_Radius"); \ +static_assert(offsetof(AGameplayAbilityTargetActor_Radius, Radius) == 0x0003F0, "Member 'AGameplayAbilityTargetActor_Radius::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_SingleLineTrace \ +static_assert(alignof(AGameplayAbilityTargetActor_SingleLineTrace) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_SingleLineTrace"); \ +static_assert(sizeof(AGameplayAbilityTargetActor_SingleLineTrace) == 0x000410, "Wrong size on AGameplayAbilityTargetActor_SingleLineTrace"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_FaceTowardSource \ +static_assert(alignof(GameplayAbilityWorldReticle_FaceTowardSource) == 0x000001, "Wrong alignment on GameplayAbilityWorldReticle_FaceTowardSource"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_FaceTowardSource) == 0x000001, "Wrong size on GameplayAbilityWorldReticle_FaceTowardSource"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_FaceTowardSource, bFaceIn2D) == 0x000000, "Member 'GameplayAbilityWorldReticle_FaceTowardSource::bFaceIn2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_OnTargetingAnActor \ +static_assert(alignof(GameplayAbilityWorldReticle_OnTargetingAnActor) == 0x000001, "Wrong alignment on GameplayAbilityWorldReticle_OnTargetingAnActor"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_OnTargetingAnActor) == 0x000001, "Wrong size on GameplayAbilityWorldReticle_OnTargetingAnActor"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_OnTargetingAnActor, bNewValue) == 0x000000, "Member 'GameplayAbilityWorldReticle_OnTargetingAnActor::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_OnValidTargetChanged \ +static_assert(alignof(GameplayAbilityWorldReticle_OnValidTargetChanged) == 0x000001, "Wrong alignment on GameplayAbilityWorldReticle_OnValidTargetChanged"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_OnValidTargetChanged) == 0x000001, "Wrong size on GameplayAbilityWorldReticle_OnValidTargetChanged"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_OnValidTargetChanged, bNewValue) == 0x000000, "Member 'GameplayAbilityWorldReticle_OnValidTargetChanged::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_SetReticleMaterialParamFloat \ +static_assert(alignof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat) == 0x000004, "Wrong alignment on GameplayAbilityWorldReticle_SetReticleMaterialParamFloat"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat) == 0x00000C, "Wrong size on GameplayAbilityWorldReticle_SetReticleMaterialParamFloat"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat, ParamName) == 0x000000, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamFloat::ParamName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat, Value) == 0x000008, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_SetReticleMaterialParamVector \ +static_assert(alignof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector) == 0x000008, "Wrong alignment on GameplayAbilityWorldReticle_SetReticleMaterialParamVector"); \ +static_assert(sizeof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector) == 0x000020, "Wrong size on GameplayAbilityWorldReticle_SetReticleMaterialParamVector"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector, ParamName) == 0x000000, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamVector::ParamName' has a wrong offset!"); \ +static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector, Value) == 0x000008, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamVector::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityWorldReticle \ +static_assert(alignof(AGameplayAbilityWorldReticle) == 0x000008, "Wrong alignment on AGameplayAbilityWorldReticle"); \ +static_assert(sizeof(AGameplayAbilityWorldReticle) == 0x0002E0, "Wrong size on AGameplayAbilityWorldReticle"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, Parameters) == 0x0002B0, "Member 'AGameplayAbilityWorldReticle::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bFaceOwnerFlat) == 0x0002C8, "Member 'AGameplayAbilityWorldReticle::bFaceOwnerFlat' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bSnapToTargetedActor) == 0x0002C9, "Member 'AGameplayAbilityWorldReticle::bSnapToTargetedActor' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bIsTargetValid) == 0x0002CA, "Member 'AGameplayAbilityWorldReticle::bIsTargetValid' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, bIsTargetAnActor) == 0x0002CB, "Member 'AGameplayAbilityWorldReticle::bIsTargetAnActor' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, PrimaryPC) == 0x0002D0, "Member 'AGameplayAbilityWorldReticle::PrimaryPC' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle, TargetingActor) == 0x0002D8, "Member 'AGameplayAbilityWorldReticle::TargetingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayAbilityWorldReticle_ActorVisualization \ +static_assert(alignof(AGameplayAbilityWorldReticle_ActorVisualization) == 0x000008, "Wrong alignment on AGameplayAbilityWorldReticle_ActorVisualization"); \ +static_assert(sizeof(AGameplayAbilityWorldReticle_ActorVisualization) == 0x0002F8, "Wrong size on AGameplayAbilityWorldReticle_ActorVisualization"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle_ActorVisualization, CollisionComponent) == 0x0002E0, "Member 'AGameplayAbilityWorldReticle_ActorVisualization::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(AGameplayAbilityWorldReticle_ActorVisualization, VisualizationComponents) == 0x0002E8, "Member 'AGameplayAbilityWorldReticle_ActorVisualization::VisualizationComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbility_CharacterJump \ +static_assert(alignof(UGameplayAbility_CharacterJump) == 0x000008, "Wrong alignment on UGameplayAbility_CharacterJump"); \ +static_assert(sizeof(UGameplayAbility_CharacterJump) == 0x0003A8, "Wrong size on UGameplayAbility_CharacterJump"); \ + +#define DUMPER7_ASSERTS_UGameplayAbility_Montage \ +static_assert(alignof(UGameplayAbility_Montage) == 0x000008, "Wrong alignment on UGameplayAbility_Montage"); \ +static_assert(sizeof(UGameplayAbility_Montage) == 0x0003E0, "Wrong size on UGameplayAbility_Montage"); \ +static_assert(offsetof(UGameplayAbility_Montage, MontageToPlay) == 0x0003A8, "Member 'UGameplayAbility_Montage::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, PlayRate) == 0x0003B0, "Member 'UGameplayAbility_Montage::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, SectionName) == 0x0003B4, "Member 'UGameplayAbility_Montage::SectionName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, GameplayEffectClassesWhileAnimating) == 0x0003C0, "Member 'UGameplayAbility_Montage::GameplayEffectClassesWhileAnimating' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbility_Montage, GameplayEffectsWhileAnimating) == 0x0003D0, "Member 'UGameplayAbility_Montage::GameplayEffectsWhileAnimating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotion_Base \ +static_assert(alignof(UAbilityTask_ApplyRootMotion_Base) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotion_Base"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotion_Base) == 0x0000C0, "Wrong size on UAbilityTask_ApplyRootMotion_Base"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, ForceName) == 0x000080, "Member 'UAbilityTask_ApplyRootMotion_Base::ForceName' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishVelocityMode) == 0x000088, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishVelocityMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishSetVelocity) == 0x000090, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishSetVelocity' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishClampVelocity) == 0x0000A8, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishClampVelocity' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, MovementComponent) == 0x0000AC, "Member 'UAbilityTask_ApplyRootMotion_Base::MovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce) == 0x000070, "Wrong size on AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, WorldDirection_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::WorldDirection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, Strength_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::Strength_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, Duration_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, bIsAdditive_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::bIsAdditive_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, StrengthOverTime_0) == 0x000038, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::StrengthOverTime_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, VelocityOnFinishMode) == 0x000040, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, SetVelocityOnFinish) == 0x000048, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, ClampVelocityOnFinish) == 0x000060, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, bEnableGravity_0) == 0x000064, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::bEnableGravity_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, ReturnValue) == 0x000068, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionConstantForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionConstantForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionConstantForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionConstantForce) == 0x000108, "Wrong size on UAbilityTask_ApplyRootMotionConstantForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, OnFinish) == 0x0000C0, "Member 'UAbilityTask_ApplyRootMotionConstantForce::OnFinish' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, WorldDirection) == 0x0000D0, "Member 'UAbilityTask_ApplyRootMotionConstantForce::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, Strength) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, Duration) == 0x0000EC, "Member 'UAbilityTask_ApplyRootMotionConstantForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, bIsAdditive) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionConstantForce::bIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, StrengthOverTime) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, bEnableGravity) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionConstantForce::bEnableGravity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce) == 0x000078, "Wrong size on AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Rotation_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Rotation_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Distance_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Distance_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Height_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Height_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Duration_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, MinimumLandedTriggerTime_0) == 0x000034, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::MinimumLandedTriggerTime_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, bFinishOnLanded_0) == 0x000038, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::bFinishOnLanded_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, VelocityOnFinishMode) == 0x000039, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, SetVelocityOnFinish) == 0x000040, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, ClampVelocityOnFinish) == 0x000058, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, PathOffsetCurve_0) == 0x000060, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, TimeMappingCurve_0) == 0x000068, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::TimeMappingCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, ReturnValue) == 0x000070, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback \ +static_assert(alignof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback) == 0x000100, "Wrong size on AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback, Hit) == 0x000000, "Member 'AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionJumpForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionJumpForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionJumpForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionJumpForce) == 0x000128, "Wrong size on UAbilityTask_ApplyRootMotionJumpForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, OnFinish) == 0x0000C0, "Member 'UAbilityTask_ApplyRootMotionJumpForce::OnFinish' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, OnLanded) == 0x0000D0, "Member 'UAbilityTask_ApplyRootMotionJumpForce::OnLanded' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Rotation) == 0x0000E0, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Distance) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Distance' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Height) == 0x0000FC, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Height' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Duration) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, MinimumLandedTriggerTime) == 0x000104, "Member 'UAbilityTask_ApplyRootMotionJumpForce::MinimumLandedTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, bFinishOnLanded) == 0x000108, "Member 'UAbilityTask_ApplyRootMotionJumpForce::bFinishOnLanded' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, PathOffsetCurve) == 0x000110, "Member 'UAbilityTask_ApplyRootMotionJumpForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, TimeMappingCurve) == 0x000118, "Member 'UAbilityTask_ApplyRootMotionJumpForce::TimeMappingCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce) == 0x000098, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetActor_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetActor_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLocationOffset_0) == 0x000018, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLocationOffset_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, OffsetAlignment_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::OffsetAlignment_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, Duration_0) == 0x000034, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLerpSpeedHorizontal) == 0x000038, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLerpSpeedHorizontal' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLerpSpeedVertical) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLerpSpeedVertical' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bSetNewMovementMode_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bSetNewMovementMode_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, MovementMode) == 0x000049, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bRestrictSpeedToExpected_0) == 0x00004A, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, PathOffsetCurve_0) == 0x000050, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TimeMappingCurve_0) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TimeMappingCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, VelocityOnFinishMode) == 0x000060, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, SetVelocityOnFinish) == 0x000068, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, ClampVelocityOnFinish) == 0x000080, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bDisableDestinationReachedInterrupt_0) == 0x000084, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bDisableDestinationReachedInterrupt_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, ReachedDestinationDistance_0) == 0x000088, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::ReachedDestinationDistance_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, ReturnValue) == 0x000090, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce) == 0x0000B0, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TargetComponent_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TargetComponent_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TargetComponentRelativeLocation_0) == 0x000018, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TargetComponentRelativeLocation_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TargetLocationOffset_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TargetLocationOffset_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, OffsetAlignment_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::OffsetAlignment_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, Duration_0) == 0x00004C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TargetLerpSpeedHorizontal) == 0x000050, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TargetLerpSpeedHorizontal' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TargetLerpSpeedVertical) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TargetLerpSpeedVertical' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, bSetNewMovementMode_0) == 0x000060, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::bSetNewMovementMode_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, MovementMode) == 0x000061, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, bRestrictSpeedToExpected_0) == 0x000062, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, PathOffsetCurve_0) == 0x000068, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, TimeMappingCurve_0) == 0x000070, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::TimeMappingCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, VelocityOnFinishMode) == 0x000078, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, SetVelocityOnFinish) == 0x000080, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, ClampVelocityOnFinish) == 0x000098, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, bDisableDestinationReachedInterrupt_0) == 0x00009C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::bDisableDestinationReachedInterrupt_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, ReachedDestinationDistance_0) == 0x0000A0, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::ReachedDestinationDistance_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce, ReturnValue) == 0x0000A8, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToComponentForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce) == 0x0000C0, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetDataHandle) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetDataHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetDataIndex) == 0x000038, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetDataIndex' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetActorIndex) == 0x00003C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetActorIndex' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLocationOffset_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLocationOffset_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, OffsetAlignment_0) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::OffsetAlignment_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, Duration_0) == 0x00005C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLerpSpeedHorizontal) == 0x000060, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLerpSpeedHorizontal' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLerpSpeedVertical) == 0x000068, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLerpSpeedVertical' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bSetNewMovementMode_0) == 0x000070, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bSetNewMovementMode_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, MovementMode) == 0x000071, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bRestrictSpeedToExpected_0) == 0x000072, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, PathOffsetCurve_0) == 0x000078, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TimeMappingCurve_0) == 0x000080, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TimeMappingCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, VelocityOnFinishMode) == 0x000088, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, SetVelocityOnFinish) == 0x000090, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, ClampVelocityOnFinish) == 0x0000A8, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bDisableDestinationReachedInterrupt_0) == 0x0000AC, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bDisableDestinationReachedInterrupt_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, ReachedDestinationDistance_0) == 0x0000B0, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::ReachedDestinationDistance_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, ReturnValue) == 0x0000B8, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped) == 0x000010, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped, OriginalTarget) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped::OriginalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped, NewTarget) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped::NewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionMoveToActorForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionMoveToActorForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionMoveToActorForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionMoveToActorForce) == 0x000188, "Wrong size on UAbilityTask_ApplyRootMotionMoveToActorForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, OnFinished) == 0x0000C0, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, StartLocation) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLocation) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetActor) == 0x000108, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetComponent) == 0x000110, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetComponent' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetComponentRelativeLocation) == 0x000118, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetComponentRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLocationOffset) == 0x000130, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, OffsetAlignment) == 0x000148, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::OffsetAlignment' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, Duration) == 0x00014C, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bDisableDestinationReachedInterrupt) == 0x000150, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bDisableDestinationReachedInterrupt' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, ReachedDestinationDistance) == 0x000154, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::ReachedDestinationDistance' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bSetNewMovementMode) == 0x000158, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bSetNewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, NewMovementMode) == 0x000159, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bRestrictSpeedToExpected) == 0x00015A, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, PathOffsetCurve) == 0x000160, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::PathOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TimeMappingCurve) == 0x000168, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TimeMappingCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLerpSpeedHorizontalCurve) == 0x000170, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLerpSpeedHorizontalCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLerpSpeedVerticalCurve) == 0x000178, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLerpSpeedVerticalCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce) == 0x000068, "Wrong size on AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, TargetLocation_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::TargetLocation_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, Duration_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, bSetNewMovementMode_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::bSetNewMovementMode_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, MovementMode) == 0x00002D, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, bRestrictSpeedToExpected_0) == 0x00002E, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, PathOffsetCurve_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::PathOffsetCurve_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, VelocityOnFinishMode) == 0x000038, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, SetVelocityOnFinish) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, ClampVelocityOnFinish) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, ReturnValue) == 0x000060, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionMoveToForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionMoveToForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionMoveToForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionMoveToForce) == 0x000128, "Wrong size on UAbilityTask_ApplyRootMotionMoveToForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, OnTimedOut) == 0x0000C0, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::OnTimedOut' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, OnTimedOutAndDestinationReached) == 0x0000D0, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::OnTimedOutAndDestinationReached' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, StartLocation) == 0x0000E0, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, TargetLocation) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, Duration) == 0x000110, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, bSetNewMovementMode) == 0x000114, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::bSetNewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, NewMovementMode) == 0x000115, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, bRestrictSpeedToExpected) == 0x000116, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::bRestrictSpeedToExpected' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, PathOffsetCurve) == 0x000118, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::PathOffsetCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce \ +static_assert(alignof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce"); \ +static_assert(sizeof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce) == 0x0000A0, "Wrong size on AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Location_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Location_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, LocationActor_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::LocationActor_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Strength_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Strength_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Duration_0) == 0x000034, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Duration_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Radius_0) == 0x000038, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Radius_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bIsPush_0) == 0x00003C, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bIsPush_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bIsAdditive_0) == 0x00003D, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bIsAdditive_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bNoZForce_0) == 0x00003E, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bNoZForce_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, StrengthDistanceFalloff_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::StrengthDistanceFalloff_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, StrengthOverTime_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::StrengthOverTime_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bUseFixedWorldDirection_0) == 0x000050, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bUseFixedWorldDirection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, FixedWorldDirection_0) == 0x000058, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::FixedWorldDirection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, VelocityOnFinishMode) == 0x000070, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::VelocityOnFinishMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, SetVelocityOnFinish) == 0x000078, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::SetVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, ClampVelocityOnFinish) == 0x000090, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::ClampVelocityOnFinish' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, ReturnValue) == 0x000098, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionRadialForce \ +static_assert(alignof(UAbilityTask_ApplyRootMotionRadialForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionRadialForce"); \ +static_assert(sizeof(UAbilityTask_ApplyRootMotionRadialForce) == 0x000130, "Wrong size on UAbilityTask_ApplyRootMotionRadialForce"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, OnFinish) == 0x0000C0, "Member 'UAbilityTask_ApplyRootMotionRadialForce::OnFinish' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Location) == 0x0000D0, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Location' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, LocationActor) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::LocationActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Strength) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Strength' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Duration) == 0x0000F4, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Radius) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Radius' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bIsPush) == 0x0000FC, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bIsPush' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bIsAdditive) == 0x0000FD, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bNoZForce) == 0x0000FE, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bNoZForce' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, StrengthDistanceFalloff) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionRadialForce::StrengthDistanceFalloff' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, StrengthOverTime) == 0x000108, "Member 'UAbilityTask_ApplyRootMotionRadialForce::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bUseFixedWorldDirection) == 0x000110, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bUseFixedWorldDirection' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, FixedWorldDirection) == 0x000118, "Member 'UAbilityTask_ApplyRootMotionRadialForce::FixedWorldDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_MoveToLocation_MoveToLocation \ +static_assert(alignof(AbilityTask_MoveToLocation_MoveToLocation) == 0x000008, "Wrong alignment on AbilityTask_MoveToLocation_MoveToLocation"); \ +static_assert(sizeof(AbilityTask_MoveToLocation_MoveToLocation) == 0x000048, "Wrong size on AbilityTask_MoveToLocation_MoveToLocation"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OwningAbility) == 0x000000, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, TaskInstanceName) == 0x000008, "Member 'AbilityTask_MoveToLocation_MoveToLocation::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, Location) == 0x000010, "Member 'AbilityTask_MoveToLocation_MoveToLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, Duration) == 0x000028, "Member 'AbilityTask_MoveToLocation_MoveToLocation::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OptionalInterpolationCurve) == 0x000030, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OptionalInterpolationCurve' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OptionalVectorInterpolationCurve) == 0x000038, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OptionalVectorInterpolationCurve' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, ReturnValue) == 0x000040, "Member 'AbilityTask_MoveToLocation_MoveToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_MoveToLocation \ +static_assert(alignof(UAbilityTask_MoveToLocation) == 0x000008, "Wrong alignment on UAbilityTask_MoveToLocation"); \ +static_assert(sizeof(UAbilityTask_MoveToLocation) == 0x0000E8, "Wrong size on UAbilityTask_MoveToLocation"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, OnTargetLocationReached) == 0x000080, "Member 'UAbilityTask_MoveToLocation::OnTargetLocationReached' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, StartLocation) == 0x000098, "Member 'UAbilityTask_MoveToLocation::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, TargetLocation) == 0x0000B0, "Member 'UAbilityTask_MoveToLocation::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, DurationOfMovement) == 0x0000C8, "Member 'UAbilityTask_MoveToLocation::DurationOfMovement' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, LerpCurve) == 0x0000D8, "Member 'UAbilityTask_MoveToLocation::LerpCurve' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_MoveToLocation, LerpCurveVector) == 0x0000E0, "Member 'UAbilityTask_MoveToLocation::LerpCurveVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_NetworkSyncPoint_WaitNetSync \ +static_assert(alignof(AbilityTask_NetworkSyncPoint_WaitNetSync) == 0x000008, "Wrong alignment on AbilityTask_NetworkSyncPoint_WaitNetSync"); \ +static_assert(sizeof(AbilityTask_NetworkSyncPoint_WaitNetSync) == 0x000018, "Wrong size on AbilityTask_NetworkSyncPoint_WaitNetSync"); \ +static_assert(offsetof(AbilityTask_NetworkSyncPoint_WaitNetSync, OwningAbility) == 0x000000, "Member 'AbilityTask_NetworkSyncPoint_WaitNetSync::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_NetworkSyncPoint_WaitNetSync, SyncType) == 0x000008, "Member 'AbilityTask_NetworkSyncPoint_WaitNetSync::SyncType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_NetworkSyncPoint_WaitNetSync, ReturnValue) == 0x000010, "Member 'AbilityTask_NetworkSyncPoint_WaitNetSync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_NetworkSyncPoint \ +static_assert(alignof(UAbilityTask_NetworkSyncPoint) == 0x000008, "Wrong alignment on UAbilityTask_NetworkSyncPoint"); \ +static_assert(sizeof(UAbilityTask_NetworkSyncPoint) == 0x000098, "Wrong size on UAbilityTask_NetworkSyncPoint"); \ +static_assert(offsetof(UAbilityTask_NetworkSyncPoint, OnSync) == 0x000080, "Member 'UAbilityTask_NetworkSyncPoint::OnSync' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy \ +static_assert(alignof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy) == 0x000008, "Wrong alignment on AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy"); \ +static_assert(sizeof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy) == 0x000048, "Wrong size on AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, OwningAbility) == 0x000000, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, TaskInstanceName) == 0x000008, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, AnimSequence) == 0x000010, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, SlotName) == 0x000018, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::SlotName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, BlendInTime) == 0x000020, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, BlendOutTime) == 0x000024, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, InPlayRate) == 0x000028, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, StartTimeSeconds) == 0x00002C, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::StartTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, bStopWhenAbilityEnds) == 0x000030, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::bStopWhenAbilityEnds' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, AnimRootMotionTranslationScale) == 0x000034, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::AnimRootMotionTranslationScale' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, InPlayCount) == 0x000038, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::InPlayCount' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy, ReturnValue) == 0x000040, "Member 'AbilityTask_PlayAnimAndWait_CreatePlayAnimAndWaitProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayAnimAndWait_OnMontageBlendedIn \ +static_assert(alignof(AbilityTask_PlayAnimAndWait_OnMontageBlendedIn) == 0x000008, "Wrong alignment on AbilityTask_PlayAnimAndWait_OnMontageBlendedIn"); \ +static_assert(sizeof(AbilityTask_PlayAnimAndWait_OnMontageBlendedIn) == 0x000008, "Wrong size on AbilityTask_PlayAnimAndWait_OnMontageBlendedIn"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_OnMontageBlendedIn, Montage) == 0x000000, "Member 'AbilityTask_PlayAnimAndWait_OnMontageBlendedIn::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayAnimAndWait_OnMontageBlendingOut \ +static_assert(alignof(AbilityTask_PlayAnimAndWait_OnMontageBlendingOut) == 0x000008, "Wrong alignment on AbilityTask_PlayAnimAndWait_OnMontageBlendingOut"); \ +static_assert(sizeof(AbilityTask_PlayAnimAndWait_OnMontageBlendingOut) == 0x000010, "Wrong size on AbilityTask_PlayAnimAndWait_OnMontageBlendingOut"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_OnMontageBlendingOut, Montage) == 0x000000, "Member 'AbilityTask_PlayAnimAndWait_OnMontageBlendingOut::Montage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'AbilityTask_PlayAnimAndWait_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayAnimAndWait_OnMontageEnded \ +static_assert(alignof(AbilityTask_PlayAnimAndWait_OnMontageEnded) == 0x000008, "Wrong alignment on AbilityTask_PlayAnimAndWait_OnMontageEnded"); \ +static_assert(sizeof(AbilityTask_PlayAnimAndWait_OnMontageEnded) == 0x000010, "Wrong size on AbilityTask_PlayAnimAndWait_OnMontageEnded"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_OnMontageEnded, Montage) == 0x000000, "Member 'AbilityTask_PlayAnimAndWait_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayAnimAndWait_OnMontageEnded, bInterrupted) == 0x000008, "Member 'AbilityTask_PlayAnimAndWait_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_PlayAnimAndWait \ +static_assert(alignof(UAbilityTask_PlayAnimAndWait) == 0x000008, "Wrong alignment on UAbilityTask_PlayAnimAndWait"); \ +static_assert(sizeof(UAbilityTask_PlayAnimAndWait) == 0x000138, "Wrong size on UAbilityTask_PlayAnimAndWait"); \ +static_assert(offsetof(UAbilityTask_PlayAnimAndWait, OnCompleted) == 0x000080, "Member 'UAbilityTask_PlayAnimAndWait::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayAnimAndWait, OnBlendOut) == 0x000090, "Member 'UAbilityTask_PlayAnimAndWait::OnBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayAnimAndWait, OnBlendIn) == 0x0000A0, "Member 'UAbilityTask_PlayAnimAndWait::OnBlendIn' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayAnimAndWait, OnInterrupted) == 0x0000B0, "Member 'UAbilityTask_PlayAnimAndWait::OnInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayAnimAndWait, OnCancelled) == 0x0000C0, "Member 'UAbilityTask_PlayAnimAndWait::OnCancelled' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayAnimAndWait, AnimSequenceToPlay) == 0x000108, "Member 'UAbilityTask_PlayAnimAndWait::AnimSequenceToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy \ +static_assert(alignof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy"); \ +static_assert(sizeof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy) == 0x000040, "Wrong size on AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, OwningAbility) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, TaskInstanceName) == 0x000008, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, MontageToPlay_0) == 0x000010, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::MontageToPlay_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, Rate_0) == 0x000018, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::Rate_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, StartSection_0) == 0x00001C, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::StartSection_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, bStopWhenAbilityEnds_0) == 0x000024, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::bStopWhenAbilityEnds_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, AnimRootMotionTranslationScale_0) == 0x000028, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::AnimRootMotionTranslationScale_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, StartTimeSeconds_0) == 0x00002C, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::StartTimeSeconds_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, bAllowInterruptAfterBlendOut_0) == 0x000030, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::bAllowInterruptAfterBlendOut_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, ReturnValue) == 0x000038, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_OnMontageBlendedIn \ +static_assert(alignof(AbilityTask_PlayMontageAndWait_OnMontageBlendedIn) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_OnMontageBlendedIn"); \ +static_assert(sizeof(AbilityTask_PlayMontageAndWait_OnMontageBlendedIn) == 0x000008, "Wrong size on AbilityTask_PlayMontageAndWait_OnMontageBlendedIn"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageBlendedIn, Montage) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_OnMontageBlendedIn::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_OnMontageBlendingOut \ +static_assert(alignof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_OnMontageBlendingOut"); \ +static_assert(sizeof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut) == 0x000010, "Wrong size on AbilityTask_PlayMontageAndWait_OnMontageBlendingOut"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut, Montage) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_OnMontageBlendingOut::Montage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'AbilityTask_PlayMontageAndWait_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_OnMontageEnded \ +static_assert(alignof(AbilityTask_PlayMontageAndWait_OnMontageEnded) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_OnMontageEnded"); \ +static_assert(sizeof(AbilityTask_PlayMontageAndWait_OnMontageEnded) == 0x000010, "Wrong size on AbilityTask_PlayMontageAndWait_OnMontageEnded"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageEnded, Montage) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageEnded, bInterrupted) == 0x000008, "Member 'AbilityTask_PlayMontageAndWait_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_PlayMontageAndWait \ +static_assert(alignof(UAbilityTask_PlayMontageAndWait) == 0x000008, "Wrong alignment on UAbilityTask_PlayMontageAndWait"); \ +static_assert(sizeof(UAbilityTask_PlayMontageAndWait) == 0x000128, "Wrong size on UAbilityTask_PlayMontageAndWait"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnCompleted) == 0x000080, "Member 'UAbilityTask_PlayMontageAndWait::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnBlendedIn) == 0x000090, "Member 'UAbilityTask_PlayMontageAndWait::OnBlendedIn' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnBlendOut) == 0x0000A0, "Member 'UAbilityTask_PlayMontageAndWait::OnBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnInterrupted) == 0x0000B0, "Member 'UAbilityTask_PlayMontageAndWait::OnInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnCancelled) == 0x0000C0, "Member 'UAbilityTask_PlayMontageAndWait::OnCancelled' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, MontageToPlay) == 0x000108, "Member 'UAbilityTask_PlayMontageAndWait::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, Rate) == 0x000110, "Member 'UAbilityTask_PlayMontageAndWait::Rate' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, StartSection) == 0x000114, "Member 'UAbilityTask_PlayMontageAndWait::StartSection' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, AnimRootMotionTranslationScale) == 0x00011C, "Member 'UAbilityTask_PlayMontageAndWait::AnimRootMotionTranslationScale' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, StartTimeSeconds) == 0x000120, "Member 'UAbilityTask_PlayMontageAndWait::StartTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, bStopWhenAbilityEnds) == 0x000124, "Member 'UAbilityTask_PlayMontageAndWait::bStopWhenAbilityEnds' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_PlayMontageAndWait, bAllowInterruptAfterBlendOut) == 0x000125, "Member 'UAbilityTask_PlayMontageAndWait::bAllowInterruptAfterBlendOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_Repeat_RepeatAction \ +static_assert(alignof(AbilityTask_Repeat_RepeatAction) == 0x000008, "Wrong alignment on AbilityTask_Repeat_RepeatAction"); \ +static_assert(sizeof(AbilityTask_Repeat_RepeatAction) == 0x000018, "Wrong size on AbilityTask_Repeat_RepeatAction"); \ +static_assert(offsetof(AbilityTask_Repeat_RepeatAction, OwningAbility) == 0x000000, "Member 'AbilityTask_Repeat_RepeatAction::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_Repeat_RepeatAction, TimeBetweenActions) == 0x000008, "Member 'AbilityTask_Repeat_RepeatAction::TimeBetweenActions' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_Repeat_RepeatAction, TotalActionCount) == 0x00000C, "Member 'AbilityTask_Repeat_RepeatAction::TotalActionCount' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_Repeat_RepeatAction, ReturnValue) == 0x000010, "Member 'AbilityTask_Repeat_RepeatAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_Repeat \ +static_assert(alignof(UAbilityTask_Repeat) == 0x000008, "Wrong alignment on UAbilityTask_Repeat"); \ +static_assert(sizeof(UAbilityTask_Repeat) == 0x0000B8, "Wrong size on UAbilityTask_Repeat"); \ +static_assert(offsetof(UAbilityTask_Repeat, OnPerformAction) == 0x000080, "Member 'UAbilityTask_Repeat::OnPerformAction' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_Repeat, OnFinished) == 0x000090, "Member 'UAbilityTask_Repeat::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_SpawnActor_SpawnActor \ +static_assert(alignof(AbilityTask_SpawnActor_SpawnActor) == 0x000008, "Wrong alignment on AbilityTask_SpawnActor_SpawnActor"); \ +static_assert(sizeof(AbilityTask_SpawnActor_SpawnActor) == 0x000040, "Wrong size on AbilityTask_SpawnActor_SpawnActor"); \ +static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, OwningAbility) == 0x000000, "Member 'AbilityTask_SpawnActor_SpawnActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, TargetData) == 0x000008, "Member 'AbilityTask_SpawnActor_SpawnActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, Class_0) == 0x000030, "Member 'AbilityTask_SpawnActor_SpawnActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, ReturnValue) == 0x000038, "Member 'AbilityTask_SpawnActor_SpawnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_SpawnActor_BeginSpawningActor \ +static_assert(alignof(AbilityTask_SpawnActor_BeginSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_SpawnActor_BeginSpawningActor"); \ +static_assert(sizeof(AbilityTask_SpawnActor_BeginSpawningActor) == 0x000048, "Wrong size on AbilityTask_SpawnActor_BeginSpawningActor"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, TargetData) == 0x000008, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, Class_0) == 0x000030, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, SpawnedActor) == 0x000038, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, ReturnValue) == 0x000040, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_SpawnActor_FinishSpawningActor \ +static_assert(alignof(AbilityTask_SpawnActor_FinishSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_SpawnActor_FinishSpawningActor"); \ +static_assert(sizeof(AbilityTask_SpawnActor_FinishSpawningActor) == 0x000038, "Wrong size on AbilityTask_SpawnActor_FinishSpawningActor"); \ +static_assert(offsetof(AbilityTask_SpawnActor_FinishSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_SpawnActor_FinishSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_FinishSpawningActor, TargetData) == 0x000008, "Member 'AbilityTask_SpawnActor_FinishSpawningActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_SpawnActor_FinishSpawningActor, SpawnedActor) == 0x000030, "Member 'AbilityTask_SpawnActor_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_SpawnActor \ +static_assert(alignof(UAbilityTask_SpawnActor) == 0x000008, "Wrong alignment on UAbilityTask_SpawnActor"); \ +static_assert(sizeof(UAbilityTask_SpawnActor) == 0x0000C8, "Wrong size on UAbilityTask_SpawnActor"); \ +static_assert(offsetof(UAbilityTask_SpawnActor, Success) == 0x000080, "Member 'UAbilityTask_SpawnActor::Success' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_SpawnActor, DidNotSpawn) == 0x000090, "Member 'UAbilityTask_SpawnActor::DidNotSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_StartAbilityState_StartAbilityState \ +static_assert(alignof(AbilityTask_StartAbilityState_StartAbilityState) == 0x000008, "Wrong alignment on AbilityTask_StartAbilityState_StartAbilityState"); \ +static_assert(sizeof(AbilityTask_StartAbilityState_StartAbilityState) == 0x000020, "Wrong size on AbilityTask_StartAbilityState_StartAbilityState"); \ +static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, OwningAbility) == 0x000000, "Member 'AbilityTask_StartAbilityState_StartAbilityState::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, StateName) == 0x000008, "Member 'AbilityTask_StartAbilityState_StartAbilityState::StateName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, bEndCurrentState) == 0x000010, "Member 'AbilityTask_StartAbilityState_StartAbilityState::bEndCurrentState' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, ReturnValue) == 0x000018, "Member 'AbilityTask_StartAbilityState_StartAbilityState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_StartAbilityState \ +static_assert(alignof(UAbilityTask_StartAbilityState) == 0x000008, "Wrong alignment on UAbilityTask_StartAbilityState"); \ +static_assert(sizeof(UAbilityTask_StartAbilityState) == 0x0000B8, "Wrong size on UAbilityTask_StartAbilityState"); \ +static_assert(offsetof(UAbilityTask_StartAbilityState, OnStateEnded) == 0x000080, "Member 'UAbilityTask_StartAbilityState::OnStateEnded' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_StartAbilityState, OnStateInterrupted) == 0x000090, "Member 'UAbilityTask_StartAbilityState::OnStateInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_VisualizeTargeting \ +static_assert(alignof(AbilityTask_VisualizeTargeting_VisualizeTargeting) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_VisualizeTargeting"); \ +static_assert(sizeof(AbilityTask_VisualizeTargeting_VisualizeTargeting) == 0x000028, "Wrong size on AbilityTask_VisualizeTargeting_VisualizeTargeting"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, Class_0) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, TaskInstanceName) == 0x000010, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, Duration) == 0x000018, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, ReturnValue) == 0x000020, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor \ +static_assert(alignof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor"); \ +static_assert(sizeof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor) == 0x000028, "Wrong size on AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, TargetActor) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, TaskInstanceName) == 0x000010, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, Duration) == 0x000018, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, ReturnValue) == 0x000020, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_BeginSpawningActor \ +static_assert(alignof(AbilityTask_VisualizeTargeting_BeginSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_BeginSpawningActor"); \ +static_assert(sizeof(AbilityTask_VisualizeTargeting_BeginSpawningActor) == 0x000020, "Wrong size on AbilityTask_VisualizeTargeting_BeginSpawningActor"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, Class_0) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, SpawnedActor) == 0x000010, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, ReturnValue) == 0x000018, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_FinishSpawningActor \ +static_assert(alignof(AbilityTask_VisualizeTargeting_FinishSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_FinishSpawningActor"); \ +static_assert(sizeof(AbilityTask_VisualizeTargeting_FinishSpawningActor) == 0x000010, "Wrong size on AbilityTask_VisualizeTargeting_FinishSpawningActor"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_FinishSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_FinishSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_VisualizeTargeting_FinishSpawningActor, SpawnedActor) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_VisualizeTargeting \ +static_assert(alignof(UAbilityTask_VisualizeTargeting) == 0x000008, "Wrong alignment on UAbilityTask_VisualizeTargeting"); \ +static_assert(sizeof(UAbilityTask_VisualizeTargeting) == 0x0000A8, "Wrong size on UAbilityTask_VisualizeTargeting"); \ +static_assert(offsetof(UAbilityTask_VisualizeTargeting, TimeElapsed) == 0x000080, "Member 'UAbilityTask_VisualizeTargeting::TimeElapsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_WaitForAbilityActivate \ +static_assert(alignof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate"); \ +static_assert(sizeof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate) == 0x000028, "Wrong size on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, WithTag) == 0x000008, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::WithTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, WithoutTag) == 0x000010, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::WithoutTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, IncludeTriggeredAbilities) == 0x000018, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::IncludeTriggeredAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, TriggerOnce) == 0x000019, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query \ +static_assert(alignof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query"); \ +static_assert(sizeof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query) == 0x000060, "Wrong size on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, Query) == 0x000008, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::Query' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, IncludeTriggeredAbilities) == 0x000050, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::IncludeTriggeredAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, TriggerOnce) == 0x000051, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, ReturnValue) == 0x000058, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements \ +static_assert(alignof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements"); \ +static_assert(sizeof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements) == 0x0000A0, "Wrong size on AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, TagRequirements) == 0x000008, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::TagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, IncludeTriggeredAbilities) == 0x000090, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::IncludeTriggeredAbilities' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, TriggerOnce) == 0x000091, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, ReturnValue) == 0x000098, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_OnAbilityActivate \ +static_assert(alignof(AbilityTask_WaitAbilityActivate_OnAbilityActivate) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_OnAbilityActivate"); \ +static_assert(sizeof(AbilityTask_WaitAbilityActivate_OnAbilityActivate) == 0x000008, "Wrong size on AbilityTask_WaitAbilityActivate_OnAbilityActivate"); \ +static_assert(offsetof(AbilityTask_WaitAbilityActivate_OnAbilityActivate, ActivatedAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_OnAbilityActivate::ActivatedAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAbilityActivate \ +static_assert(alignof(UAbilityTask_WaitAbilityActivate) == 0x000008, "Wrong alignment on UAbilityTask_WaitAbilityActivate"); \ +static_assert(sizeof(UAbilityTask_WaitAbilityActivate) == 0x000180, "Wrong size on UAbilityTask_WaitAbilityActivate"); \ +static_assert(offsetof(UAbilityTask_WaitAbilityActivate, OnActivate) == 0x000080, "Member 'UAbilityTask_WaitAbilityActivate::OnActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityCommit_WaitForAbilityCommit \ +static_assert(alignof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit"); \ +static_assert(sizeof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit) == 0x000028, "Wrong size on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, WithTag) == 0x000008, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::WithTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, WithoutTage) == 0x000010, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::WithoutTage' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, TriggerOnce) == 0x000018, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query \ +static_assert(alignof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query"); \ +static_assert(sizeof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query) == 0x000060, "Wrong size on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, Query) == 0x000008, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::Query' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, TriggerOnce) == 0x000050, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, ReturnValue) == 0x000058, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAbilityCommit_OnAbilityCommit \ +static_assert(alignof(AbilityTask_WaitAbilityCommit_OnAbilityCommit) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityCommit_OnAbilityCommit"); \ +static_assert(sizeof(AbilityTask_WaitAbilityCommit_OnAbilityCommit) == 0x000008, "Wrong size on AbilityTask_WaitAbilityCommit_OnAbilityCommit"); \ +static_assert(offsetof(AbilityTask_WaitAbilityCommit_OnAbilityCommit, ActivatedAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityCommit_OnAbilityCommit::ActivatedAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAbilityCommit \ +static_assert(alignof(UAbilityTask_WaitAbilityCommit) == 0x000008, "Wrong alignment on UAbilityTask_WaitAbilityCommit"); \ +static_assert(sizeof(UAbilityTask_WaitAbilityCommit) == 0x0000F8, "Wrong size on UAbilityTask_WaitAbilityCommit"); \ +static_assert(offsetof(UAbilityTask_WaitAbilityCommit, OnCommit) == 0x000080, "Member 'UAbilityTask_WaitAbilityCommit::OnCommit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChange_WaitForAttributeChange \ +static_assert(alignof(AbilityTask_WaitAttributeChange_WaitForAttributeChange) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChange_WaitForAttributeChange"); \ +static_assert(sizeof(AbilityTask_WaitAttributeChange_WaitForAttributeChange) == 0x000068, "Wrong size on AbilityTask_WaitAttributeChange_WaitForAttributeChange"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, Attribute) == 0x000008, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, WithSrcTag) == 0x000040, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::WithSrcTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, WithoutSrcTag) == 0x000048, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::WithoutSrcTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, TriggerOnce) == 0x000050, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, OptionalExternalOwner) == 0x000058, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, ReturnValue) == 0x000060, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison \ +static_assert(alignof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison"); \ +static_assert(sizeof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison) == 0x000070, "Wrong size on AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InAttribute) == 0x000008, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InWithTag) == 0x000040, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InWithTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InWithoutTag) == 0x000048, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InWithoutTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InComparisonType) == 0x000050, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InComparisonType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InComparisonValue) == 0x000054, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InComparisonValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, TriggerOnce) == 0x000058, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, OptionalExternalOwner) == 0x000060, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, ReturnValue) == 0x000068, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAttributeChange \ +static_assert(alignof(UAbilityTask_WaitAttributeChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitAttributeChange"); \ +static_assert(sizeof(UAbilityTask_WaitAttributeChange) == 0x0000F8, "Wrong size on UAbilityTask_WaitAttributeChange"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChange, OnChange) == 0x000080, "Member 'UAbilityTask_WaitAttributeChange::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChange, ExternalOwner) == 0x0000F0, "Member 'UAbilityTask_WaitAttributeChange::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold \ +static_assert(alignof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold"); \ +static_assert(sizeof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold) == 0x000098, "Wrong size on AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, AttributeNumerator) == 0x000008, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::AttributeNumerator' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, AttributeDenominator) == 0x000040, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::AttributeDenominator' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, ComparisonType) == 0x000078, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::ComparisonType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, ComparisonValue) == 0x00007C, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::ComparisonValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, bTriggerOnce) == 0x000080, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::bTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, OptionalExternalOwner) == 0x000088, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, ReturnValue) == 0x000090, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAttributeChangeRatioThreshold \ +static_assert(alignof(UAbilityTask_WaitAttributeChangeRatioThreshold) == 0x000008, "Wrong alignment on UAbilityTask_WaitAttributeChangeRatioThreshold"); \ +static_assert(sizeof(UAbilityTask_WaitAttributeChangeRatioThreshold) == 0x000140, "Wrong size on UAbilityTask_WaitAttributeChangeRatioThreshold"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeRatioThreshold, OnChange) == 0x000080, "Member 'UAbilityTask_WaitAttributeChangeRatioThreshold::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeRatioThreshold, ExternalOwner) == 0x000138, "Member 'UAbilityTask_WaitAttributeChangeRatioThreshold::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold \ +static_assert(alignof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold"); \ +static_assert(sizeof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold) == 0x000060, "Wrong size on AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, Attribute) == 0x000008, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, ComparisonType) == 0x000040, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::ComparisonType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, ComparisonValue) == 0x000044, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::ComparisonValue' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, bTriggerOnce) == 0x000048, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::bTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, OptionalExternalOwner) == 0x000050, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, ReturnValue) == 0x000058, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitAttributeChangeThreshold \ +static_assert(alignof(UAbilityTask_WaitAttributeChangeThreshold) == 0x000008, "Wrong alignment on UAbilityTask_WaitAttributeChangeThreshold"); \ +static_assert(sizeof(UAbilityTask_WaitAttributeChangeThreshold) == 0x0000F0, "Wrong size on UAbilityTask_WaitAttributeChangeThreshold"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeThreshold, OnChange) == 0x000080, "Member 'UAbilityTask_WaitAttributeChangeThreshold::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitAttributeChangeThreshold, ExternalOwner) == 0x0000E8, "Member 'UAbilityTask_WaitAttributeChangeThreshold::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitCancel_WaitCancel \ +static_assert(alignof(AbilityTask_WaitCancel_WaitCancel) == 0x000008, "Wrong alignment on AbilityTask_WaitCancel_WaitCancel"); \ +static_assert(sizeof(AbilityTask_WaitCancel_WaitCancel) == 0x000010, "Wrong size on AbilityTask_WaitCancel_WaitCancel"); \ +static_assert(offsetof(AbilityTask_WaitCancel_WaitCancel, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitCancel_WaitCancel::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitCancel_WaitCancel, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitCancel_WaitCancel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitCancel \ +static_assert(alignof(UAbilityTask_WaitCancel) == 0x000008, "Wrong alignment on UAbilityTask_WaitCancel"); \ +static_assert(sizeof(UAbilityTask_WaitCancel) == 0x000098, "Wrong size on UAbilityTask_WaitCancel"); \ +static_assert(offsetof(UAbilityTask_WaitCancel, OnCancel) == 0x000080, "Member 'UAbilityTask_WaitCancel::OnCancel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitConfirm_WaitConfirm \ +static_assert(alignof(AbilityTask_WaitConfirm_WaitConfirm) == 0x000008, "Wrong alignment on AbilityTask_WaitConfirm_WaitConfirm"); \ +static_assert(sizeof(AbilityTask_WaitConfirm_WaitConfirm) == 0x000010, "Wrong size on AbilityTask_WaitConfirm_WaitConfirm"); \ +static_assert(offsetof(AbilityTask_WaitConfirm_WaitConfirm, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitConfirm_WaitConfirm::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitConfirm_WaitConfirm, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitConfirm_WaitConfirm::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitConfirm_OnConfirmCallback \ +static_assert(alignof(AbilityTask_WaitConfirm_OnConfirmCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitConfirm_OnConfirmCallback"); \ +static_assert(sizeof(AbilityTask_WaitConfirm_OnConfirmCallback) == 0x000008, "Wrong size on AbilityTask_WaitConfirm_OnConfirmCallback"); \ +static_assert(offsetof(AbilityTask_WaitConfirm_OnConfirmCallback, InAbility) == 0x000000, "Member 'AbilityTask_WaitConfirm_OnConfirmCallback::InAbility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitConfirm \ +static_assert(alignof(UAbilityTask_WaitConfirm) == 0x000008, "Wrong alignment on UAbilityTask_WaitConfirm"); \ +static_assert(sizeof(UAbilityTask_WaitConfirm) == 0x0000A0, "Wrong size on UAbilityTask_WaitConfirm"); \ +static_assert(offsetof(UAbilityTask_WaitConfirm, OnConfirm) == 0x000080, "Member 'UAbilityTask_WaitConfirm::OnConfirm' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitConfirmCancel_WaitConfirmCancel \ +static_assert(alignof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel) == 0x000008, "Wrong alignment on AbilityTask_WaitConfirmCancel_WaitConfirmCancel"); \ +static_assert(sizeof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel) == 0x000010, "Wrong size on AbilityTask_WaitConfirmCancel_WaitConfirmCancel"); \ +static_assert(offsetof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitConfirmCancel_WaitConfirmCancel::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitConfirmCancel_WaitConfirmCancel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitConfirmCancel \ +static_assert(alignof(UAbilityTask_WaitConfirmCancel) == 0x000008, "Wrong alignment on UAbilityTask_WaitConfirmCancel"); \ +static_assert(sizeof(UAbilityTask_WaitConfirmCancel) == 0x0000A8, "Wrong size on UAbilityTask_WaitConfirmCancel"); \ +static_assert(offsetof(UAbilityTask_WaitConfirmCancel, OnConfirm) == 0x000080, "Member 'UAbilityTask_WaitConfirmCancel::OnConfirm' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitConfirmCancel, OnCancel) == 0x000090, "Member 'UAbilityTask_WaitConfirmCancel::OnCancel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitDelay_WaitDelay \ +static_assert(alignof(AbilityTask_WaitDelay_WaitDelay) == 0x000008, "Wrong alignment on AbilityTask_WaitDelay_WaitDelay"); \ +static_assert(sizeof(AbilityTask_WaitDelay_WaitDelay) == 0x000018, "Wrong size on AbilityTask_WaitDelay_WaitDelay"); \ +static_assert(offsetof(AbilityTask_WaitDelay_WaitDelay, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitDelay_WaitDelay::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitDelay_WaitDelay, Time) == 0x000008, "Member 'AbilityTask_WaitDelay_WaitDelay::Time' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitDelay_WaitDelay, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitDelay_WaitDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitDelay \ +static_assert(alignof(UAbilityTask_WaitDelay) == 0x000008, "Wrong alignment on UAbilityTask_WaitDelay"); \ +static_assert(sizeof(UAbilityTask_WaitDelay) == 0x000098, "Wrong size on UAbilityTask_WaitDelay"); \ +static_assert(offsetof(UAbilityTask_WaitDelay, OnFinish) == 0x000080, "Member 'UAbilityTask_WaitDelay::OnFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget) == 0x000258, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TargetFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TargetFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, SourceTagRequirements) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::SourceTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TargetTagRequirements) == 0x0000A0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, AssetTagRequirements) == 0x000128, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::AssetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, GrantedTagRequirements) == 0x0001B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::GrantedTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TriggerOnce) == 0x000238, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, OptionalExternalOwner) == 0x000240, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, ListenForPeriodicEffects) == 0x000248, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::ListenForPeriodicEffects' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, ReturnValue) == 0x000250, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query \ +static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query) == 0x000158, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, SourceFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::SourceFilter' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, SourceTagQuery) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::SourceTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, TargetTagQuery) == 0x000060, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::TargetTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, AssetTagQuery) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::AssetTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, GrantedTagQuery) == 0x0000F0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::GrantedTagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, TriggerOnce) == 0x000138, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, OptionalExternalOwner) == 0x000140, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::OptionalExternalOwner' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, ListenForPeriodicEffect) == 0x000148, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::ListenForPeriodicEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, ReturnValue) == 0x000150, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectApplied_Target \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectApplied_Target) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectApplied_Target"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectApplied_Target) == 0x000410, "Wrong size on UAbilityTask_WaitGameplayEffectApplied_Target"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied_Target, OnApplied) == 0x0003F0, "Member 'UAbilityTask_WaitGameplayEffectApplied_Target::OnApplied' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity \ +static_assert(alignof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity) == 0x000130, "Wrong size on AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, SourceTagRequirements) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::SourceTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, TargetTagRequirements) == 0x000090, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::TargetTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OptionalExternalTarget) == 0x000118, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OnlyTriggerOnce) == 0x000120, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, ReturnValue) == 0x000128, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectBlockedImmunity \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectBlockedImmunity) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectBlockedImmunity"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectBlockedImmunity) == 0x0001B8, "Wrong size on UAbilityTask_WaitGameplayEffectBlockedImmunity"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectBlockedImmunity, bLocked) == 0x000080, "Member 'UAbilityTask_WaitGameplayEffectBlockedImmunity::bLocked' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectBlockedImmunity, ExternalOwner) == 0x0001A8, "Member 'UAbilityTask_WaitGameplayEffectBlockedImmunity::ExternalOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved \ +static_assert(alignof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved) == 0x000018, "Wrong size on AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved, Handle) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved \ +static_assert(alignof(AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved) == 0x000028, "Wrong size on AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved, InGameplayEffectRemovalInfo) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved::InGameplayEffectRemovalInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectRemoved \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectRemoved) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectRemoved"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectRemoved) == 0x0000C0, "Wrong size on UAbilityTask_WaitGameplayEffectRemoved"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectRemoved, OnRemoved) == 0x000080, "Member 'UAbilityTask_WaitGameplayEffectRemoved::OnRemoved' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectRemoved, InvalidHandle) == 0x000090, "Member 'UAbilityTask_WaitGameplayEffectRemoved::InvalidHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange \ +static_assert(alignof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange) == 0x000018, "Wrong size on AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange, Handle) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange \ +static_assert(alignof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange) == 0x000004, "Wrong alignment on AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange) == 0x000010, "Wrong size on AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange, Handle) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange, NewCount) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange::NewCount' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange, OldCount) == 0x00000C, "Member 'AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange::OldCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectStackChange \ +static_assert(alignof(UAbilityTask_WaitGameplayEffectStackChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectStackChange"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEffectStackChange) == 0x0000B8, "Wrong size on UAbilityTask_WaitGameplayEffectStackChange"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectStackChange, OnChange) == 0x000080, "Member 'UAbilityTask_WaitGameplayEffectStackChange::OnChange' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEffectStackChange, InvalidHandle) == 0x000090, "Member 'UAbilityTask_WaitGameplayEffectStackChange::InvalidHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEvent_WaitGameplayEvent \ +static_assert(alignof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEvent_WaitGameplayEvent"); \ +static_assert(sizeof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent) == 0x000028, "Wrong size on AbilityTask_WaitGameplayEvent_WaitGameplayEvent"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, EventTag) == 0x000008, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::EventTag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OptionalExternalTarget_0) == 0x000010, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OptionalExternalTarget_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OnlyTriggerOnce) == 0x000018, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OnlyMatchExact) == 0x000019, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OnlyMatchExact' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEvent \ +static_assert(alignof(UAbilityTask_WaitGameplayEvent) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEvent"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayEvent) == 0x0000B0, "Wrong size on UAbilityTask_WaitGameplayEvent"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEvent, EventReceived) == 0x000080, "Member 'UAbilityTask_WaitGameplayEvent::EventReceived' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayEvent, OptionalExternalTarget) == 0x000098, "Member 'UAbilityTask_WaitGameplayEvent::OptionalExternalTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTag_GameplayTagCallback \ +static_assert(alignof(AbilityTask_WaitGameplayTag_GameplayTagCallback) == 0x000004, "Wrong alignment on AbilityTask_WaitGameplayTag_GameplayTagCallback"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTag_GameplayTagCallback) == 0x00000C, "Wrong size on AbilityTask_WaitGameplayTag_GameplayTagCallback"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTag_GameplayTagCallback, Tag) == 0x000000, "Member 'AbilityTask_WaitGameplayTag_GameplayTagCallback::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTag_GameplayTagCallback, NewCount) == 0x000008, "Member 'AbilityTask_WaitGameplayTag_GameplayTagCallback::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTag \ +static_assert(alignof(UAbilityTask_WaitGameplayTag) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTag"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTag) == 0x0000A8, "Wrong size on UAbilityTask_WaitGameplayTag"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTag, OptionalExternalTarget) == 0x000090, "Member 'UAbilityTask_WaitGameplayTag::OptionalExternalTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd \ +static_assert(alignof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd) == 0x000028, "Wrong size on AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, Tag) == 0x000008, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, InOptionalExternalTarget) == 0x000010, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::InOptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, OnlyTriggerOnce) == 0x000018, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTagAdded \ +static_assert(alignof(UAbilityTask_WaitGameplayTagAdded) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTagAdded"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTagAdded) == 0x0000B8, "Wrong size on UAbilityTask_WaitGameplayTagAdded"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagAdded, Added) == 0x0000A8, "Member 'UAbilityTask_WaitGameplayTagAdded::Added' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove \ +static_assert(alignof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove) == 0x000028, "Wrong size on AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, Tag) == 0x000008, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, InOptionalExternalTarget) == 0x000010, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::InOptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, OnlyTriggerOnce) == 0x000018, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::OnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTagRemoved \ +static_assert(alignof(UAbilityTask_WaitGameplayTagRemoved) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTagRemoved"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTagRemoved) == 0x0000B8, "Wrong size on UAbilityTask_WaitGameplayTagRemoved"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagRemoved, Removed) == 0x0000A8, "Member 'UAbilityTask_WaitGameplayTagRemoved::Removed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange \ +static_assert(alignof(AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange) == 0x000020, "Wrong size on AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange, Tag) == 0x000008, "Member 'AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange, InOptionalExternalTarget) == 0x000010, "Member 'AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange::InOptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange, ReturnValue) == 0x000018, "Member 'AbilityTask_WaitGameplayTagCountChanged_WaitGameplayTagCountChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTagCountChanged \ +static_assert(alignof(UAbilityTask_WaitGameplayTagCountChanged) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTagCountChanged"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTagCountChanged) == 0x0000A8, "Wrong size on UAbilityTask_WaitGameplayTagCountChanged"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagCountChanged, TagCountChanged) == 0x000080, "Member 'UAbilityTask_WaitGameplayTagCountChanged::TagCountChanged' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagCountChanged, OptionalExternalTarget) == 0x000098, "Member 'UAbilityTask_WaitGameplayTagCountChanged::OptionalExternalTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery \ +static_assert(alignof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery) == 0x000068, "Wrong size on AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery, TagQuery) == 0x000008, "Member 'AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery, InOptionalExternalTarget) == 0x000050, "Member 'AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery::InOptionalExternalTarget' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery, TriggerCondition) == 0x000058, "Member 'AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery::TriggerCondition' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery, bOnlyTriggerOnce) == 0x000059, "Member 'AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery::bOnlyTriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery, ReturnValue) == 0x000060, "Member 'AbilityTask_WaitGameplayTagQuery_WaitGameplayTagQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagQuery_UpdateTargetTags \ +static_assert(alignof(AbilityTask_WaitGameplayTagQuery_UpdateTargetTags) == 0x000004, "Wrong alignment on AbilityTask_WaitGameplayTagQuery_UpdateTargetTags"); \ +static_assert(sizeof(AbilityTask_WaitGameplayTagQuery_UpdateTargetTags) == 0x00000C, "Wrong size on AbilityTask_WaitGameplayTagQuery_UpdateTargetTags"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_UpdateTargetTags, Tag) == 0x000000, "Member 'AbilityTask_WaitGameplayTagQuery_UpdateTargetTags::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitGameplayTagQuery_UpdateTargetTags, NewCount) == 0x000008, "Member 'AbilityTask_WaitGameplayTagQuery_UpdateTargetTags::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTagQuery \ +static_assert(alignof(UAbilityTask_WaitGameplayTagQuery) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTagQuery"); \ +static_assert(sizeof(UAbilityTask_WaitGameplayTagQuery) == 0x000160, "Wrong size on UAbilityTask_WaitGameplayTagQuery"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagQuery, Triggered) == 0x000140, "Member 'UAbilityTask_WaitGameplayTagQuery::Triggered' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitGameplayTagQuery, OptionalExternalTarget) == 0x000150, "Member 'UAbilityTask_WaitGameplayTagQuery::OptionalExternalTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitInputPress_WaitInputPress \ +static_assert(alignof(AbilityTask_WaitInputPress_WaitInputPress) == 0x000008, "Wrong alignment on AbilityTask_WaitInputPress_WaitInputPress"); \ +static_assert(sizeof(AbilityTask_WaitInputPress_WaitInputPress) == 0x000018, "Wrong size on AbilityTask_WaitInputPress_WaitInputPress"); \ +static_assert(offsetof(AbilityTask_WaitInputPress_WaitInputPress, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitInputPress_WaitInputPress::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitInputPress_WaitInputPress, bTestAlreadyPressed) == 0x000008, "Member 'AbilityTask_WaitInputPress_WaitInputPress::bTestAlreadyPressed' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitInputPress_WaitInputPress, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitInputPress_WaitInputPress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitInputPress \ +static_assert(alignof(UAbilityTask_WaitInputPress) == 0x000008, "Wrong alignment on UAbilityTask_WaitInputPress"); \ +static_assert(sizeof(UAbilityTask_WaitInputPress) == 0x0000A0, "Wrong size on UAbilityTask_WaitInputPress"); \ +static_assert(offsetof(UAbilityTask_WaitInputPress, OnPress) == 0x000080, "Member 'UAbilityTask_WaitInputPress::OnPress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitInputRelease_WaitInputRelease \ +static_assert(alignof(AbilityTask_WaitInputRelease_WaitInputRelease) == 0x000008, "Wrong alignment on AbilityTask_WaitInputRelease_WaitInputRelease"); \ +static_assert(sizeof(AbilityTask_WaitInputRelease_WaitInputRelease) == 0x000018, "Wrong size on AbilityTask_WaitInputRelease_WaitInputRelease"); \ +static_assert(offsetof(AbilityTask_WaitInputRelease_WaitInputRelease, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitInputRelease_WaitInputRelease::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitInputRelease_WaitInputRelease, bTestAlreadyReleased) == 0x000008, "Member 'AbilityTask_WaitInputRelease_WaitInputRelease::bTestAlreadyReleased' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitInputRelease_WaitInputRelease, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitInputRelease_WaitInputRelease::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitInputRelease \ +static_assert(alignof(UAbilityTask_WaitInputRelease) == 0x000008, "Wrong alignment on UAbilityTask_WaitInputRelease"); \ +static_assert(sizeof(UAbilityTask_WaitInputRelease) == 0x0000A0, "Wrong size on UAbilityTask_WaitInputRelease"); \ +static_assert(offsetof(UAbilityTask_WaitInputRelease, OnRelease) == 0x000080, "Member 'UAbilityTask_WaitInputRelease::OnRelease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange \ +static_assert(alignof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange) == 0x000008, "Wrong alignment on AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange"); \ +static_assert(sizeof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange) == 0x000018, "Wrong size on AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange, NewMode) == 0x000008, "Member 'AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange::NewMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitMovementModeChange_OnMovementModeChange \ +static_assert(alignof(AbilityTask_WaitMovementModeChange_OnMovementModeChange) == 0x000008, "Wrong alignment on AbilityTask_WaitMovementModeChange_OnMovementModeChange"); \ +static_assert(sizeof(AbilityTask_WaitMovementModeChange_OnMovementModeChange) == 0x000010, "Wrong size on AbilityTask_WaitMovementModeChange_OnMovementModeChange"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_OnMovementModeChange, Character) == 0x000000, "Member 'AbilityTask_WaitMovementModeChange_OnMovementModeChange::Character' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_OnMovementModeChange, PrevMovementMode) == 0x000008, "Member 'AbilityTask_WaitMovementModeChange_OnMovementModeChange::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitMovementModeChange_OnMovementModeChange, PreviousCustomMode) == 0x000009, "Member 'AbilityTask_WaitMovementModeChange_OnMovementModeChange::PreviousCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitMovementModeChange \ +static_assert(alignof(UAbilityTask_WaitMovementModeChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitMovementModeChange"); \ +static_assert(sizeof(UAbilityTask_WaitMovementModeChange) == 0x0000A0, "Wrong size on UAbilityTask_WaitMovementModeChange"); \ +static_assert(offsetof(UAbilityTask_WaitMovementModeChange, OnChange) == 0x000080, "Member 'UAbilityTask_WaitMovementModeChange::OnChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitOverlap_WaitForOverlap \ +static_assert(alignof(AbilityTask_WaitOverlap_WaitForOverlap) == 0x000008, "Wrong alignment on AbilityTask_WaitOverlap_WaitForOverlap"); \ +static_assert(sizeof(AbilityTask_WaitOverlap_WaitForOverlap) == 0x000010, "Wrong size on AbilityTask_WaitOverlap_WaitForOverlap"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_WaitForOverlap, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitOverlap_WaitForOverlap::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_WaitForOverlap, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitOverlap_WaitForOverlap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitOverlap_OnHitCallback \ +static_assert(alignof(AbilityTask_WaitOverlap_OnHitCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitOverlap_OnHitCallback"); \ +static_assert(sizeof(AbilityTask_WaitOverlap_OnHitCallback) == 0x000130, "Wrong size on AbilityTask_WaitOverlap_OnHitCallback"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, HitComp) == 0x000000, "Member 'AbilityTask_WaitOverlap_OnHitCallback::HitComp' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, OtherActor) == 0x000008, "Member 'AbilityTask_WaitOverlap_OnHitCallback::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, OtherComp) == 0x000010, "Member 'AbilityTask_WaitOverlap_OnHitCallback::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, NormalImpulse) == 0x000018, "Member 'AbilityTask_WaitOverlap_OnHitCallback::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, Hit) == 0x000030, "Member 'AbilityTask_WaitOverlap_OnHitCallback::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitOverlap \ +static_assert(alignof(UAbilityTask_WaitOverlap) == 0x000008, "Wrong alignment on UAbilityTask_WaitOverlap"); \ +static_assert(sizeof(UAbilityTask_WaitOverlap) == 0x000090, "Wrong size on UAbilityTask_WaitOverlap"); \ +static_assert(offsetof(UAbilityTask_WaitOverlap, OnOverlap) == 0x000080, "Member 'UAbilityTask_WaitOverlap::OnOverlap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_WaitTargetData \ +static_assert(alignof(AbilityTask_WaitTargetData_WaitTargetData) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_WaitTargetData"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_WaitTargetData) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_WaitTargetData"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_WaitTargetData::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, TaskInstanceName) == 0x000008, "Member 'AbilityTask_WaitTargetData_WaitTargetData::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, ConfirmationType) == 0x000010, "Member 'AbilityTask_WaitTargetData_WaitTargetData::ConfirmationType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, Class_0) == 0x000018, "Member 'AbilityTask_WaitTargetData_WaitTargetData::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitTargetData_WaitTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_WaitTargetDataUsingActor \ +static_assert(alignof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_WaitTargetDataUsingActor"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_WaitTargetDataUsingActor"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, TaskInstanceName) == 0x000008, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, ConfirmationType) == 0x000010, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::ConfirmationType' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, TargetActor_0) == 0x000018, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::TargetActor_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_BeginSpawningActor \ +static_assert(alignof(AbilityTask_WaitTargetData_BeginSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_BeginSpawningActor"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_BeginSpawningActor) == 0x000020, "Wrong size on AbilityTask_WaitTargetData_BeginSpawningActor"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, Class_0) == 0x000008, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, SpawnedActor) == 0x000010, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, ReturnValue) == 0x000018, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_FinishSpawningActor \ +static_assert(alignof(AbilityTask_WaitTargetData_FinishSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_FinishSpawningActor"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_FinishSpawningActor) == 0x000010, "Wrong size on AbilityTask_WaitTargetData_FinishSpawningActor"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_FinishSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_FinishSpawningActor::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_FinishSpawningActor, SpawnedActor) == 0x000008, "Member 'AbilityTask_WaitTargetData_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_OnTargetDataCancelledCallback \ +static_assert(alignof(AbilityTask_WaitTargetData_OnTargetDataCancelledCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_OnTargetDataCancelledCallback"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_OnTargetDataCancelledCallback) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_OnTargetDataCancelledCallback"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataCancelledCallback, Data) == 0x000000, "Member 'AbilityTask_WaitTargetData_OnTargetDataCancelledCallback::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_OnTargetDataReadyCallback \ +static_assert(alignof(AbilityTask_WaitTargetData_OnTargetDataReadyCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_OnTargetDataReadyCallback"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_OnTargetDataReadyCallback) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_OnTargetDataReadyCallback"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataReadyCallback, Data) == 0x000000, "Member 'AbilityTask_WaitTargetData_OnTargetDataReadyCallback::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback \ +static_assert(alignof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback"); \ +static_assert(sizeof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback) == 0x000030, "Wrong size on AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback, Data) == 0x000000, "Member 'AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback::Data' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback, ActivationTag) == 0x000028, "Member 'AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback::ActivationTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitTargetData \ +static_assert(alignof(UAbilityTask_WaitTargetData) == 0x000008, "Wrong alignment on UAbilityTask_WaitTargetData"); \ +static_assert(sizeof(UAbilityTask_WaitTargetData) == 0x0000C0, "Wrong size on UAbilityTask_WaitTargetData"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, ValidData) == 0x000080, "Member 'UAbilityTask_WaitTargetData::ValidData' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, Cancelled) == 0x000090, "Member 'UAbilityTask_WaitTargetData::Cancelled' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, TargetClass) == 0x0000A0, "Member 'UAbilityTask_WaitTargetData::TargetClass' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitTargetData, TargetActor) == 0x0000A8, "Member 'UAbilityTask_WaitTargetData::TargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_WaitVelocityChange_CreateWaitVelocityChange \ +static_assert(alignof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange) == 0x000008, "Wrong alignment on AbilityTask_WaitVelocityChange_CreateWaitVelocityChange"); \ +static_assert(sizeof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange) == 0x000030, "Wrong size on AbilityTask_WaitVelocityChange_CreateWaitVelocityChange"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, Direction) == 0x000008, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::Direction' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, MinimumMagnitude) == 0x000020, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::MinimumMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, ReturnValue) == 0x000028, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_WaitVelocityChange \ +static_assert(alignof(UAbilityTask_WaitVelocityChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitVelocityChange"); \ +static_assert(sizeof(UAbilityTask_WaitVelocityChange) == 0x0000B8, "Wrong size on UAbilityTask_WaitVelocityChange"); \ +static_assert(offsetof(UAbilityTask_WaitVelocityChange, OnVelocityChage) == 0x000080, "Member 'UAbilityTask_WaitVelocityChange::OnVelocityChage' has a wrong offset!"); \ +static_assert(offsetof(UAbilityTask_WaitVelocityChange, CachedMovementComponent) == 0x000090, "Member 'UAbilityTask_WaitVelocityChange::CachedMovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray, ActorArray) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray::ActorArray' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray, OneTargetPerHandle) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray::OneTargetPerHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult) == 0x000128, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult, HitResult) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult, ReturnValue) == 0x000100, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations) == 0x000150, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, SourceLocation) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, TargetLocation) == 0x000090, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, ReturnValue) == 0x000120, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddAssetTag \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddAssetTag) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddAssetTag"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddAssetTag) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_AddAssetTag"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTag, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddAssetTag::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTag, NewGameplayTag) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddAssetTag::NewGameplayTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTag, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AddAssetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddAssetTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddAssetTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddAssetTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddAssetTags) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_AddAssetTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTags, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddAssetTags::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTags, NewGameplayTags) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddAssetTags::NewGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTags, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_AddAssetTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddGameplayTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddGameplayTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddGameplayTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddGameplayTags) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AddGameplayTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGameplayTags, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddGameplayTags::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGameplayTags, GameplayTags) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_AddGameplayTags::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGameplayTags, ReplicationRule) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_AddGameplayTags::ReplicationRule' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGameplayTags, ReturnValue) == 0x000029, "Member 'AbilitySystemBlueprintLibrary_AddGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddGrantedTag \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddGrantedTag) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddGrantedTag"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddGrantedTag) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_AddGrantedTag"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTag, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTag::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTag, NewGameplayTag) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTag::NewGameplayTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTag, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddGrantedTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddGrantedTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddGrantedTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddGrantedTags) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_AddGrantedTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTags, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTags::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTags, NewGameplayTags) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTags::NewGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTags, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect, LinkedGameplayEffect) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect::LinkedGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec, LinkedGameplayEffectSpec) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec::LinkedGameplayEffectSpec' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddLooseGameplayTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AddLooseGameplayTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddLooseGameplayTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AddLooseGameplayTags) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AddLooseGameplayTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLooseGameplayTags, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddLooseGameplayTags::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLooseGameplayTags, GameplayTags) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_AddLooseGameplayTags::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLooseGameplayTags, bShouldReplicate) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_AddLooseGameplayTags::bShouldReplicate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLooseGameplayTags, ReturnValue) == 0x000029, "Member 'AbilitySystemBlueprintLibrary_AddLooseGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AppendTargetDataHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AppendTargetDataHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle) == 0x000078, "Wrong size on AbilitySystemBlueprintLibrary_AppendTargetDataHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle, TargetHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AppendTargetDataHandle::TargetHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle, HandleToAdd) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_AppendTargetDataHandle::HandleToAdd' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle, ReturnValue) == 0x000050, "Member 'AbilitySystemBlueprintLibrary_AppendTargetDataHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, DataName) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::DataName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, Magnitude) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude \ +static_assert(alignof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, DataTag) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::DataTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, Magnitude) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged \ +static_assert(alignof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged) == 0x000050, "Wrong size on AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged, AbilitySystemComponent) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged, TagContainer) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged, GameplayTagChangedEventWrapperDelegate) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged::GameplayTagChangedEventWrapperDelegate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged, bExecuteImmediatelyIfTagApplied) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged::bExecuteImmediatelyIfTagApplied' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged, TagListeningPolicy) == 0x000039, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged::TagListeningPolicy' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged, ReturnValue) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagContainerChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged \ +static_assert(alignof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged, AbilitySystemComponent) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged, Tags) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged, GameplayTagChangedEventWrapperDelegate) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged::GameplayTagChangedEventWrapperDelegate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged, bExecuteImmediatelyIfTagApplied) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged::bExecuteImmediatelyIfTagApplied' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged, TagListeningPolicy) == 0x000029, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged::TagListeningPolicy' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToAnyOfGameplayTagsChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged \ +static_assert(alignof(AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged, AbilitySystemComponent) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged, Tag) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged, GameplayTagChangedEventWrapperDelegate) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged::GameplayTagChangedEventWrapperDelegate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged, bExecuteImmediatelyIfTagApplied) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged::bExecuteImmediatelyIfTagApplied' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged, TagListeningPolicy) == 0x000021, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged::TagListeningPolicy' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_BindEventWrapperToGameplayTagChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_BreakGameplayCueParameters \ +static_assert(alignof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_BreakGameplayCueParameters"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters) == 0x0001B0, "Wrong size on AbilitySystemBlueprintLibrary_BreakGameplayCueParameters"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, NormalizedMagnitude) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, RawMagnitude) == 0x0000DC, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, EffectContext) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, MatchedTagName) == 0x0000F8, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, OriginalTag) == 0x000100, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::OriginalTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AggregatedSourceTags) == 0x000108, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AggregatedTargetTags) == 0x000128, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Location) == 0x000148, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Normal) == 0x000160, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Normal' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Instigator) == 0x000178, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, EffectCauser) == 0x000180, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, SourceObject) == 0x000188, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, PhysicalMaterial) == 0x000190, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, GameplayEffectLevel) == 0x000198, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AbilityLevel) == 0x00019C, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, TargetAttachComponent) == 0x0001A0, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x0001A8, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_CloneSpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_CloneSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_CloneSpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_CloneSpecHandle) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_CloneSpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, InNewInstigator) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::InNewInstigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, InEffectCauser) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::InEffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, GameplayEffectSpecHandle_Clone) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::GameplayEffectSpecHandle_Clone' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_Conv_ScalableFloatToDouble \ +static_assert(alignof(AbilitySystemBlueprintLibrary_Conv_ScalableFloatToDouble) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_Conv_ScalableFloatToDouble"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_Conv_ScalableFloatToDouble) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_Conv_ScalableFloatToDouble"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_Conv_ScalableFloatToDouble, Input) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_Conv_ScalableFloatToDouble::Input' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_Conv_ScalableFloatToDouble, Level) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_Conv_ScalableFloatToDouble::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_Conv_ScalableFloatToDouble, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_Conv_ScalableFloatToDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_Conv_ScalableFloatToFloat \ +static_assert(alignof(AbilitySystemBlueprintLibrary_Conv_ScalableFloatToFloat) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_Conv_ScalableFloatToFloat"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_Conv_ScalableFloatToFloat) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_Conv_ScalableFloatToFloat"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_Conv_ScalableFloatToFloat, Input) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_Conv_ScalableFloatToFloat::Input' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_Conv_ScalableFloatToFloat, Level) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_Conv_ScalableFloatToFloat::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_Conv_ScalableFloatToFloat, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_Conv_ScalableFloatToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements \ +static_assert(alignof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements) == 0x0001F0, "Wrong size on AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, SourceTagReqs) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::SourceTagReqs' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, TargetTagReqs) == 0x000160, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::TargetTagReqs' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, ReturnValue) == 0x0001E8, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_DoesTargetDataContainActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_DoesTargetDataContainActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_DoesTargetDataContainActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, Actor) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextAddHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextAddHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult) == 0x000120, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextAddHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextAddHitResult::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult, HitResult) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextAddHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult, bReset) == 0x000118, "Member 'AbilitySystemBlueprintLibrary_EffectContextAddHitResult::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult) == 0x000118, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetHitResult::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOrigin::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetSourceObject \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetSourceObject"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetSourceObject"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetSourceObject::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetSourceObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextHasHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextHasHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextHasHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextHasHitResult::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextHasHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextIsValid \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextIsValid) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextIsValid"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextIsValid) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextIsValid"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsValid, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsValid::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsValid, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextSetOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextSetOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextSetOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextSetOrigin::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin, Origin) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextSetOrigin::Origin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle) == 0x000014, "Wrong size on AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle, A) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle::A' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle, B) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle::B' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_ActiveGameplayEffectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle, A) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle::A' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle, B) == 0x000004, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle::B' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAbilitySpecHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute) == 0x000078, "Wrong size on AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute, AttributeA) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute::AttributeA' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute, AttributeB) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute::AttributeB' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute, ReturnValue) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags) == 0x000088, "Wrong size on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, SourceTags) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, TargetTags) == 0x000060, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, bSuccess) == 0x000080, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, ReturnValue) == 0x000084, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase \ +static_assert(alignof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase) == 0x000090, "Wrong size on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, SourceTags) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, TargetTags) == 0x000060, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, BaseValue) == 0x000080, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, bSuccess) == 0x000084, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, ReturnValue) == 0x000088, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_FilterTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_FilterTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_FilterTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_FilterTargetData) == 0x000060, "Wrong size on AbilitySystemBlueprintLibrary_FilterTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_FilterTargetData, TargetDataHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_FilterTargetData::TargetDataHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_FilterTargetData, ActorFilterClass) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_FilterTargetData::ActorFilterClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_FilterTargetData, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_FilterTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget \ +static_assert(alignof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget) == 0x0000F0, "Wrong size on AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget, TargetCueInterface) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget::TargetCueInterface' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget, EventType) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget::EventType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget, Parameters) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAbilitySystemComponent \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAbilitySystemComponent"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent) == 0x000010, "Wrong size on AbilitySystemBlueprintLibrary_GetAbilitySystemComponent"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAbilitySystemComponent::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAbilitySystemComponentFromActiveGameplayEffectHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponentFromActiveGameplayEffectHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAbilitySystemComponentFromActiveGameplayEffectHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponentFromActiveGameplayEffectHandle) == 0x000010, "Wrong size on AbilitySystemBlueprintLibrary_GetAbilitySystemComponentFromActiveGameplayEffectHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponentFromActiveGameplayEffectHandle, Handle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAbilitySystemComponentFromActiveGameplayEffectHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponentFromActiveGameplayEffectHandle, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetAbilitySystemComponentFromActiveGameplayEffectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration, WorldContextObject) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration, ActiveHandle) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActorByIndex \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActorByIndex) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActorByIndex"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActorByIndex) == 0x0000E8, "Wrong size on AbilitySystemBlueprintLibrary_GetActorByIndex"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, Index_0) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, ReturnValue) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActorCount \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActorCount) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActorCount"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActorCount) == 0x0000E0, "Wrong size on AbilitySystemBlueprintLibrary_GetActorCount"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorCount, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActorCount::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorCount, ReturnValue) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_GetActorCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActorsFromTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActorsFromTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_GetActorsFromTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActorsFromTargetData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetActorsFromTargetData::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetActorsFromTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAssetTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetAssetTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAssetTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAssetTags) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_GetAssetTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAssetTags, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAssetTags::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAssetTags, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetAssetTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetDataCountFromTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetDataCountFromTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_GetDataCountFromTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetDataCountFromTargetData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetDataCountFromTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute, Attribute) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_GetDebugStringFromGameplayAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetDurationPolicyFromGameplayEffectSpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetDurationPolicyFromGameplayEffectSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetDurationPolicyFromGameplayEffectSpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetDurationPolicyFromGameplayEffectSpecHandle) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_GetDurationPolicyFromGameplayEffectSpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDurationPolicyFromGameplayEffectSpecHandle, Handle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetDurationPolicyFromGameplayEffectSpecHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDurationPolicyFromGameplayEffectSpecHandle, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetDurationPolicyFromGameplayEffectSpecHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetEffectContext \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetEffectContext) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetEffectContext"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetEffectContext) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_GetEffectContext"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetEffectContext, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetEffectContext::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetEffectContext, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetEffectContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttribute \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttribute"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttribute) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttribute"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::bSuccessfullyFoundAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttributeBase \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttributeBase"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttributeBase"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::bSuccessfullyFoundAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, AbilitySystemComponent) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::bSuccessfullyFoundAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::bSuccessfullyFoundAttribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle, AbilitySpecHandle) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle::AbilitySpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle, bIsInstance) == 0x00000C, "Member 'AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle::bIsInstance' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetGameplayAbilityFromSpecHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayCueDirection \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayCueDirection"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection) == 0x000100, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayCueDirection"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, TargetActor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, Parameters) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, Direction) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, ReturnValue) == 0x0000F8, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal) == 0x000118, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, TargetActor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Parameters) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Location) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Normal) == 0x0000F8, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Normal' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, ReturnValue) == 0x000110, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags, EffectClass) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags::EffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectAssetTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle) == 0x000010, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectFromActiveEffectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayEffectFromSpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayEffectFromSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayEffectFromSpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayEffectFromSpecHandle) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayEffectFromSpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectFromSpecHandle, Handle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectFromSpecHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectFromSpecHandle, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectFromSpecHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags, EffectClass) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags::EffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectGrantedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayEffectUIData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayEffectUIData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayEffectUIData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayEffectUIData) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayEffectUIData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectUIData, EffectClass) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectUIData::EffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectUIData, DataType) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectUIData::DataType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayEffectUIData, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetGameplayEffectUIData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGrantedTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetGrantedTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGrantedTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGrantedTags) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_GetGrantedTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGrantedTags, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGrantedTags::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGrantedTags, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetGrantedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetHitResult) == 0x0001D8, "Wrong size on AbilitySystemBlueprintLibrary_GetHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResult, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetHitResult::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResult, ReturnValue) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_GetHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetHitResultFromTargetData \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetHitResultFromTargetData"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData) == 0x000130, "Wrong size on AbilitySystemBlueprintLibrary_GetHitResultFromTargetData"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData, HitResult) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetHitResultFromTargetData::HitResult' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetHitResultFromTargetData::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetHitResultFromTargetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetInstigatorActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetInstigatorActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetInstigatorActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetInstigatorActor) == 0x0000E0, "Wrong size on AbilitySystemBlueprintLibrary_GetInstigatorActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorActor, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorActor::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorActor, ReturnValue) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetInstigatorTransform \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetInstigatorTransform) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_GetInstigatorTransform"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetInstigatorTransform) == 0x000140, "Wrong size on AbilitySystemBlueprintLibrary_GetInstigatorTransform"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorTransform, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorTransform::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorTransform, ReturnValue) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude) == 0x000050, "Wrong size on AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude, Attribute) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude, ReturnValue) == 0x000048, "Member 'AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetOrigin) == 0x0000F0, "Wrong size on AbilitySystemBlueprintLibrary_GetOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetOrigin, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetOrigin::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetOrigin, ReturnValue) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_GetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetTargetDataEndPoint \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetTargetDataEndPoint"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetTargetDataEndPoint"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPoint::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform) == 0x000090, "Wrong size on AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetTargetDataOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_GetTargetDataOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin) == 0x000090, "Wrong size on AbilitySystemBlueprintLibrary_GetTargetDataOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataOrigin::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataOrigin::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_HasAnyAbilitiesWithAssetTag \ +static_assert(alignof(AbilitySystemBlueprintLibrary_HasAnyAbilitiesWithAssetTag) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_HasAnyAbilitiesWithAssetTag"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_HasAnyAbilitiesWithAssetTag) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_HasAnyAbilitiesWithAssetTag"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_HasAnyAbilitiesWithAssetTag, AbilitySystemComponent) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_HasAnyAbilitiesWithAssetTag::AbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_HasAnyAbilitiesWithAssetTag, AssetTag) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_HasAnyAbilitiesWithAssetTag::AssetTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_HasAnyAbilitiesWithAssetTag, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_HasAnyAbilitiesWithAssetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_HasHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_HasHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_HasHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_HasHitResult) == 0x0000E0, "Wrong size on AbilitySystemBlueprintLibrary_HasHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_HasHitResult, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_HasHitResult::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_HasHitResult, ReturnValue) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_HasHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleActive \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleActive) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleActive"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleActive) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleActive"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleActive, Handle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleActive::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleActive, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleValid \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleValid) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleValid"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleValid) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleValid"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleValid, Handle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleValid::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleValid, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_IsActiveGameplayEffectHandleValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsDurationGameplayEffectSpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsDurationGameplayEffectSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsDurationGameplayEffectSpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsDurationGameplayEffectSpecHandle) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_IsDurationGameplayEffectSpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsDurationGameplayEffectSpecHandle, Handle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsDurationGameplayEffectSpecHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsDurationGameplayEffectSpecHandle, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_IsDurationGameplayEffectSpecHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsGameplayAbilityActive \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsGameplayAbilityActive) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsGameplayAbilityActive"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsGameplayAbilityActive) == 0x000010, "Wrong size on AbilitySystemBlueprintLibrary_IsGameplayAbilityActive"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsGameplayAbilityActive, GameplayAbility) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsGameplayAbilityActive::GameplayAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsGameplayAbilityActive, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_IsGameplayAbilityActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled) == 0x0000E0, "Wrong size on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled, ReturnValue) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer) == 0x0000E0, "Wrong size on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer, ReturnValue) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsValid \ +static_assert(alignof(AbilitySystemBlueprintLibrary_IsValid) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsValid"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_IsValid) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_IsValid"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsValid, Attribute) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsValid::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_IsValid, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeFilterHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_MakeFilterHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeFilterHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeFilterHandle) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_MakeFilterHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeFilterHandle, Filter) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeFilterHandle::Filter' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeFilterHandle, FilterActor) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeFilterHandle::FilterActor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeFilterHandle, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_MakeFilterHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeGameplayCueParameters \ +static_assert(alignof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeGameplayCueParameters"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters) == 0x0001B0, "Wrong size on AbilitySystemBlueprintLibrary_MakeGameplayCueParameters"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, NormalizedMagnitude) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, RawMagnitude) == 0x000004, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, EffectContext) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, MatchedTagName) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, OriginalTag) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::OriginalTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AggregatedSourceTags) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AggregatedTargetTags) == 0x000050, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Location) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Location' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Normal) == 0x000088, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Normal' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Instigator) == 0x0000A0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, EffectCauser) == 0x0000A8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, SourceObject) == 0x0000B0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, PhysicalMaterial) == 0x0000B8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, GameplayEffectLevel) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AbilityLevel) == 0x0000C4, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, TargetAttachComponent) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x0000D0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, ReturnValue) == 0x0000D8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeSpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_MakeSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeSpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeSpecHandle) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_MakeSpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InGameplayEffect) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InInstigator) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InInstigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InEffectCauser) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InEffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InLevel) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InLevel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeSpecHandleByClass \ +static_assert(alignof(AbilitySystemBlueprintLibrary_MakeSpecHandleByClass) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeSpecHandleByClass"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeSpecHandleByClass) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_MakeSpecHandleByClass"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandleByClass, GameplayEffect) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandleByClass::GameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandleByClass, Instigator) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandleByClass::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandleByClass, EffectCauser) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandleByClass::EffectCauser' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandleByClass, Level) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandleByClass::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandleByClass, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandleByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle) == 0x000014, "Wrong size on AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle, A) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle::A' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle, B) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle::B' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_NotEqual_ActiveGameplayEffectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle) == 0x00000C, "Wrong size on AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle, A) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle::A' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle, B) == 0x000004, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle::B' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAbilitySpecHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute \ +static_assert(alignof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute) == 0x000078, "Wrong size on AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute, AttributeA) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute::AttributeA' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute, AttributeB) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute::AttributeB' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute, ReturnValue) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_RemoveGameplayTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_RemoveGameplayTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_RemoveGameplayTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_RemoveGameplayTags) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_RemoveGameplayTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_RemoveGameplayTags, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_RemoveGameplayTags::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_RemoveGameplayTags, GameplayTags) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_RemoveGameplayTags::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_RemoveGameplayTags, ReplicationRule) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_RemoveGameplayTags::ReplicationRule' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_RemoveGameplayTags, ReturnValue) == 0x000029, "Member 'AbilitySystemBlueprintLibrary_RemoveGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags \ +static_assert(alignof(AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags, GameplayTags) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags, bShouldReplicate) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags::bShouldReplicate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags, ReturnValue) == 0x000029, "Member 'AbilitySystemBlueprintLibrary_RemoveLooseGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SendGameplayEventToActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SendGameplayEventToActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor) == 0x0000C0, "Wrong size on AbilitySystemBlueprintLibrary_SendGameplayEventToActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SendGameplayEventToActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor, EventTag) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_SendGameplayEventToActor::EventTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor, Payload) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SendGameplayEventToActor::Payload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SetDuration \ +static_assert(alignof(AbilitySystemBlueprintLibrary_SetDuration) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SetDuration"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_SetDuration) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_SetDuration"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetDuration, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SetDuration::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetDuration, Duration) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SetDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetDuration, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_SetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SetStackCount \ +static_assert(alignof(AbilitySystemBlueprintLibrary_SetStackCount) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SetStackCount"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_SetStackCount) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_SetStackCount"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCount, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SetStackCount::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCount, StackCount) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SetStackCount::StackCount' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCount, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_SetStackCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SetStackCountToMax \ +static_assert(alignof(AbilitySystemBlueprintLibrary_SetStackCountToMax) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SetStackCountToMax"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_SetStackCountToMax) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_SetStackCountToMax"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCountToMax, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SetStackCountToMax::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCountToMax, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SetStackCountToMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasActor \ +static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasActor"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasActor) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasActor"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasActor, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasActor::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasActor, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasActor::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasActor, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasEndPoint \ +static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasEndPoint"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasEndPoint"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasEndPoint::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasEndPoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasHitResult \ +static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasHitResult"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasHitResult"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult, HitResult) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasHitResult::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasOrigin \ +static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasOrigin"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasOrigin"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasOrigin::TargetData' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasOrigin::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_UnbindAllGameplayTagChangedEventWrappersForHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_UnbindAllGameplayTagChangedEventWrappersForHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_UnbindAllGameplayTagChangedEventWrappersForHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_UnbindAllGameplayTagChangedEventWrappersForHandle) == 0x000010, "Wrong size on AbilitySystemBlueprintLibrary_UnbindAllGameplayTagChangedEventWrappersForHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_UnbindAllGameplayTagChangedEventWrappersForHandle, Handle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_UnbindAllGameplayTagChangedEventWrappersForHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_UnbindGameplayTagChangedEventWrapperForHandle \ +static_assert(alignof(AbilitySystemBlueprintLibrary_UnbindGameplayTagChangedEventWrapperForHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_UnbindGameplayTagChangedEventWrapperForHandle"); \ +static_assert(sizeof(AbilitySystemBlueprintLibrary_UnbindGameplayTagChangedEventWrapperForHandle) == 0x000018, "Wrong size on AbilitySystemBlueprintLibrary_UnbindGameplayTagChangedEventWrapperForHandle"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_UnbindGameplayTagChangedEventWrapperForHandle, Tag) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_UnbindGameplayTagChangedEventWrapperForHandle::Tag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemBlueprintLibrary_UnbindGameplayTagChangedEventWrapperForHandle, Handle) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_UnbindGameplayTagChangedEventWrapperForHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemBlueprintLibrary \ +static_assert(alignof(UAbilitySystemBlueprintLibrary) == 0x000008, "Wrong alignment on UAbilitySystemBlueprintLibrary"); \ +static_assert(sizeof(UAbilitySystemBlueprintLibrary) == 0x000028, "Wrong size on UAbilitySystemBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_AbilitySystemCheatManagerExtension_AbilityActivate \ +static_assert(alignof(AbilitySystemCheatManagerExtension_AbilityActivate) == 0x000008, "Wrong alignment on AbilitySystemCheatManagerExtension_AbilityActivate"); \ +static_assert(sizeof(AbilitySystemCheatManagerExtension_AbilityActivate) == 0x000010, "Wrong size on AbilitySystemCheatManagerExtension_AbilityActivate"); \ +static_assert(offsetof(AbilitySystemCheatManagerExtension_AbilityActivate, PartialName) == 0x000000, "Member 'AbilitySystemCheatManagerExtension_AbilityActivate::PartialName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemCheatManagerExtension_AbilityCancel \ +static_assert(alignof(AbilitySystemCheatManagerExtension_AbilityCancel) == 0x000008, "Wrong alignment on AbilitySystemCheatManagerExtension_AbilityCancel"); \ +static_assert(sizeof(AbilitySystemCheatManagerExtension_AbilityCancel) == 0x000010, "Wrong size on AbilitySystemCheatManagerExtension_AbilityCancel"); \ +static_assert(offsetof(AbilitySystemCheatManagerExtension_AbilityCancel, PartialName) == 0x000000, "Member 'AbilitySystemCheatManagerExtension_AbilityCancel::PartialName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemCheatManagerExtension_AbilityGrant \ +static_assert(alignof(AbilitySystemCheatManagerExtension_AbilityGrant) == 0x000008, "Wrong alignment on AbilitySystemCheatManagerExtension_AbilityGrant"); \ +static_assert(sizeof(AbilitySystemCheatManagerExtension_AbilityGrant) == 0x000010, "Wrong size on AbilitySystemCheatManagerExtension_AbilityGrant"); \ +static_assert(offsetof(AbilitySystemCheatManagerExtension_AbilityGrant, AssetSearchString) == 0x000000, "Member 'AbilitySystemCheatManagerExtension_AbilityGrant::AssetSearchString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemCheatManagerExtension_EffectApply \ +static_assert(alignof(AbilitySystemCheatManagerExtension_EffectApply) == 0x000008, "Wrong alignment on AbilitySystemCheatManagerExtension_EffectApply"); \ +static_assert(sizeof(AbilitySystemCheatManagerExtension_EffectApply) == 0x000018, "Wrong size on AbilitySystemCheatManagerExtension_EffectApply"); \ +static_assert(offsetof(AbilitySystemCheatManagerExtension_EffectApply, PartialName) == 0x000000, "Member 'AbilitySystemCheatManagerExtension_EffectApply::PartialName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemCheatManagerExtension_EffectApply, EffectLevel) == 0x000010, "Member 'AbilitySystemCheatManagerExtension_EffectApply::EffectLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemCheatManagerExtension_EffectRemove \ +static_assert(alignof(AbilitySystemCheatManagerExtension_EffectRemove) == 0x000008, "Wrong alignment on AbilitySystemCheatManagerExtension_EffectRemove"); \ +static_assert(sizeof(AbilitySystemCheatManagerExtension_EffectRemove) == 0x000010, "Wrong size on AbilitySystemCheatManagerExtension_EffectRemove"); \ +static_assert(offsetof(AbilitySystemCheatManagerExtension_EffectRemove, NameOrHandle) == 0x000000, "Member 'AbilitySystemCheatManagerExtension_EffectRemove::NameOrHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemCheatManagerExtension \ +static_assert(alignof(UAbilitySystemCheatManagerExtension) == 0x000008, "Wrong alignment on UAbilitySystemCheatManagerExtension"); \ +static_assert(sizeof(UAbilitySystemCheatManagerExtension) == 0x000028, "Wrong size on UAbilitySystemCheatManagerExtension"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf \ +static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf"); \ +static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf) == 0x000018, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf, SpecHandle) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf, ReturnValue) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget \ +static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget"); \ +static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget) == 0x000020, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget, SpecHandle) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget::SpecHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget, Target) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget, ReturnValue) == 0x000018, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectToSelf \ +static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectToSelf"); \ +static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf) == 0x000030, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectToSelf"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, GameplayEffectClass) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, Level) == 0x000008, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, EffectContext) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::EffectContext' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, ReturnValue) == 0x000028, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectToTarget \ +static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectToTarget"); \ +static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget) == 0x000038, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectToTarget"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, GameplayEffectClass) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, Target) == 0x000008, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, Level) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, Context) == 0x000018, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::Context' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, ReturnValue) == 0x000030, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClearAbility \ +static_assert(alignof(AbilitySystemComponent_ClearAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClearAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ClearAbility) == 0x000004, "Wrong size on AbilitySystemComponent_ClearAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ClearAbility, Handle) == 0x000000, "Member 'AbilitySystemComponent_ClearAbility::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClearAllAbilitiesWithInputID \ +static_assert(alignof(AbilitySystemComponent_ClearAllAbilitiesWithInputID) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClearAllAbilitiesWithInputID"); \ +static_assert(sizeof(AbilitySystemComponent_ClearAllAbilitiesWithInputID) == 0x000004, "Wrong size on AbilitySystemComponent_ClearAllAbilitiesWithInputID"); \ +static_assert(offsetof(AbilitySystemComponent_ClearAllAbilitiesWithInputID, InputID) == 0x000000, "Member 'AbilitySystemComponent_ClearAllAbilitiesWithInputID::InputID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientActivateAbilityFailed \ +static_assert(alignof(AbilitySystemComponent_ClientActivateAbilityFailed) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClientActivateAbilityFailed"); \ +static_assert(sizeof(AbilitySystemComponent_ClientActivateAbilityFailed) == 0x000008, "Wrong size on AbilitySystemComponent_ClientActivateAbilityFailed"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilityFailed, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientActivateAbilityFailed::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilityFailed, PredictionKey) == 0x000004, "Member 'AbilitySystemComponent_ClientActivateAbilityFailed::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientActivateAbilitySucceed \ +static_assert(alignof(AbilitySystemComponent_ClientActivateAbilitySucceed) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClientActivateAbilitySucceed"); \ +static_assert(sizeof(AbilitySystemComponent_ClientActivateAbilitySucceed) == 0x000014, "Wrong size on AbilitySystemComponent_ClientActivateAbilitySucceed"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceed, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceed::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceed, PredictionKey) == 0x000004, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceed::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData \ +static_assert(alignof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData"); \ +static_assert(sizeof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData) == 0x0000C8, "Wrong size on AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData, PredictionKey) == 0x000004, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData, TriggerEventData) == 0x000018, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData::TriggerEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientCancelAbility \ +static_assert(alignof(AbilitySystemComponent_ClientCancelAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClientCancelAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ClientCancelAbility) == 0x000018, "Wrong size on AbilitySystemComponent_ClientCancelAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ClientCancelAbility, AbilityToCancel) == 0x000000, "Member 'AbilitySystemComponent_ClientCancelAbility::AbilityToCancel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientCancelAbility, ActivationInfo) == 0x000004, "Member 'AbilitySystemComponent_ClientCancelAbility::ActivationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientEndAbility \ +static_assert(alignof(AbilitySystemComponent_ClientEndAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClientEndAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ClientEndAbility) == 0x000018, "Wrong size on AbilitySystemComponent_ClientEndAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ClientEndAbility, AbilityToEnd) == 0x000000, "Member 'AbilitySystemComponent_ClientEndAbility::AbilityToEnd' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientEndAbility, ActivationInfo) == 0x000004, "Member 'AbilitySystemComponent_ClientEndAbility::ActivationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientPrintDebug_Response \ +static_assert(alignof(AbilitySystemComponent_ClientPrintDebug_Response) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientPrintDebug_Response"); \ +static_assert(sizeof(AbilitySystemComponent_ClientPrintDebug_Response) == 0x000018, "Wrong size on AbilitySystemComponent_ClientPrintDebug_Response"); \ +static_assert(offsetof(AbilitySystemComponent_ClientPrintDebug_Response, Strings) == 0x000000, "Member 'AbilitySystemComponent_ClientPrintDebug_Response::Strings' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientPrintDebug_Response, GameFlags) == 0x000010, "Member 'AbilitySystemComponent_ClientPrintDebug_Response::GameFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientSetReplicatedEvent \ +static_assert(alignof(AbilitySystemComponent_ClientSetReplicatedEvent) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClientSetReplicatedEvent"); \ +static_assert(sizeof(AbilitySystemComponent_ClientSetReplicatedEvent) == 0x000018, "Wrong size on AbilitySystemComponent_ClientSetReplicatedEvent"); \ +static_assert(offsetof(AbilitySystemComponent_ClientSetReplicatedEvent, EventType) == 0x000000, "Member 'AbilitySystemComponent_ClientSetReplicatedEvent::EventType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientSetReplicatedEvent, AbilityHandle) == 0x000004, "Member 'AbilitySystemComponent_ClientSetReplicatedEvent::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ClientSetReplicatedEvent, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ClientSetReplicatedEvent::AbilityOriginalPredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ClientTryActivateAbility \ +static_assert(alignof(AbilitySystemComponent_ClientTryActivateAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClientTryActivateAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ClientTryActivateAbility) == 0x000004, "Wrong size on AbilitySystemComponent_ClientTryActivateAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ClientTryActivateAbility, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientTryActivateAbility::AbilityToActivate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetAllAttributes \ +static_assert(alignof(AbilitySystemComponent_GetAllAttributes) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetAllAttributes"); \ +static_assert(sizeof(AbilitySystemComponent_GetAllAttributes) == 0x000010, "Wrong size on AbilitySystemComponent_GetAllAttributes"); \ +static_assert(offsetof(AbilitySystemComponent_GetAllAttributes, OutAttributes) == 0x000000, "Member 'AbilitySystemComponent_GetAllAttributes::OutAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_K2_GiveAbility \ +static_assert(alignof(AbilitySystemComponent_K2_GiveAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_K2_GiveAbility"); \ +static_assert(sizeof(AbilitySystemComponent_K2_GiveAbility) == 0x000018, "Wrong size on AbilitySystemComponent_K2_GiveAbility"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbility, AbilityClass) == 0x000000, "Member 'AbilitySystemComponent_K2_GiveAbility::AbilityClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbility, Level) == 0x000008, "Member 'AbilitySystemComponent_K2_GiveAbility::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbility, InputID) == 0x00000C, "Member 'AbilitySystemComponent_K2_GiveAbility::InputID' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbility, ReturnValue) == 0x000010, "Member 'AbilitySystemComponent_K2_GiveAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_K2_GiveAbilityAndActivateOnce \ +static_assert(alignof(AbilitySystemComponent_K2_GiveAbilityAndActivateOnce) == 0x000008, "Wrong alignment on AbilitySystemComponent_K2_GiveAbilityAndActivateOnce"); \ +static_assert(sizeof(AbilitySystemComponent_K2_GiveAbilityAndActivateOnce) == 0x000018, "Wrong size on AbilitySystemComponent_K2_GiveAbilityAndActivateOnce"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbilityAndActivateOnce, AbilityClass) == 0x000000, "Member 'AbilitySystemComponent_K2_GiveAbilityAndActivateOnce::AbilityClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbilityAndActivateOnce, Level) == 0x000008, "Member 'AbilitySystemComponent_K2_GiveAbilityAndActivateOnce::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbilityAndActivateOnce, InputID) == 0x00000C, "Member 'AbilitySystemComponent_K2_GiveAbilityAndActivateOnce::InputID' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_GiveAbilityAndActivateOnce, ReturnValue) == 0x000010, "Member 'AbilitySystemComponent_K2_GiveAbilityAndActivateOnce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_K2_InitStats \ +static_assert(alignof(AbilitySystemComponent_K2_InitStats) == 0x000008, "Wrong alignment on AbilitySystemComponent_K2_InitStats"); \ +static_assert(sizeof(AbilitySystemComponent_K2_InitStats) == 0x000010, "Wrong size on AbilitySystemComponent_K2_InitStats"); \ +static_assert(offsetof(AbilitySystemComponent_K2_InitStats, Attributes) == 0x000000, "Member 'AbilitySystemComponent_K2_InitStats::Attributes' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_K2_InitStats, DataTable) == 0x000008, "Member 'AbilitySystemComponent_K2_InitStats::DataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded) == 0x000030, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, EffectContext) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::EffectContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams) == 0x0000F0, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, Parameters) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec) == 0x000088, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec, Spec) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec::Spec' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec, PredictionKey) == 0x000078, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams) == 0x0000F0, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, GameplayCueParameters) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted) == 0x000030, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, EffectContext) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::EffectContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec) == 0x000088, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec, Spec) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec::Spec' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec, PredictionKey) == 0x000078, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams) == 0x0000F0, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, GameplayCueParameters) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams) == 0x000108, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams, GameplayCueTags) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams::GameplayCueTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams, GameplayCueParameters) == 0x000030, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted) == 0x000048, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted, GameplayCueTags) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted::GameplayCueTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted, EffectContext) == 0x000030, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted::EffectContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams \ +static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams"); \ +static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams) == 0x000108, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams, GameplayCueTags) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams::GameplayCueTags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams, GameplayCueParameters) == 0x000030, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams::GameplayCueParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_OnAvatarActorDestroyed \ +static_assert(alignof(AbilitySystemComponent_OnAvatarActorDestroyed) == 0x000008, "Wrong alignment on AbilitySystemComponent_OnAvatarActorDestroyed"); \ +static_assert(sizeof(AbilitySystemComponent_OnAvatarActorDestroyed) == 0x000008, "Wrong size on AbilitySystemComponent_OnAvatarActorDestroyed"); \ +static_assert(offsetof(AbilitySystemComponent_OnAvatarActorDestroyed, InActor) == 0x000000, "Member 'AbilitySystemComponent_OnAvatarActorDestroyed::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_OnOwnerActorDestroyed \ +static_assert(alignof(AbilitySystemComponent_OnOwnerActorDestroyed) == 0x000008, "Wrong alignment on AbilitySystemComponent_OnOwnerActorDestroyed"); \ +static_assert(sizeof(AbilitySystemComponent_OnOwnerActorDestroyed) == 0x000008, "Wrong size on AbilitySystemComponent_OnOwnerActorDestroyed"); \ +static_assert(offsetof(AbilitySystemComponent_OnOwnerActorDestroyed, InActor) == 0x000000, "Member 'AbilitySystemComponent_OnOwnerActorDestroyed::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_OnRep_SpawnedAttributes \ +static_assert(alignof(AbilitySystemComponent_OnRep_SpawnedAttributes) == 0x000008, "Wrong alignment on AbilitySystemComponent_OnRep_SpawnedAttributes"); \ +static_assert(sizeof(AbilitySystemComponent_OnRep_SpawnedAttributes) == 0x000010, "Wrong size on AbilitySystemComponent_OnRep_SpawnedAttributes"); \ +static_assert(offsetof(AbilitySystemComponent_OnRep_SpawnedAttributes, PreviousSpawnedAttributes) == 0x000000, "Member 'AbilitySystemComponent_OnRep_SpawnedAttributes::PreviousSpawnedAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_OnSpawnedAttributesEndPlayed \ +static_assert(alignof(AbilitySystemComponent_OnSpawnedAttributesEndPlayed) == 0x000008, "Wrong alignment on AbilitySystemComponent_OnSpawnedAttributesEndPlayed"); \ +static_assert(sizeof(AbilitySystemComponent_OnSpawnedAttributesEndPlayed) == 0x000010, "Wrong size on AbilitySystemComponent_OnSpawnedAttributesEndPlayed"); \ +static_assert(offsetof(AbilitySystemComponent_OnSpawnedAttributesEndPlayed, InActor) == 0x000000, "Member 'AbilitySystemComponent_OnSpawnedAttributesEndPlayed::InActor' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_OnSpawnedAttributesEndPlayed, EndPlayReason) == 0x000008, "Member 'AbilitySystemComponent_OnSpawnedAttributesEndPlayed::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_PressInputID \ +static_assert(alignof(AbilitySystemComponent_PressInputID) == 0x000004, "Wrong alignment on AbilitySystemComponent_PressInputID"); \ +static_assert(sizeof(AbilitySystemComponent_PressInputID) == 0x000004, "Wrong size on AbilitySystemComponent_PressInputID"); \ +static_assert(offsetof(AbilitySystemComponent_PressInputID, InputID) == 0x000000, "Member 'AbilitySystemComponent_PressInputID::InputID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ReleaseInputID \ +static_assert(alignof(AbilitySystemComponent_ReleaseInputID) == 0x000004, "Wrong alignment on AbilitySystemComponent_ReleaseInputID"); \ +static_assert(sizeof(AbilitySystemComponent_ReleaseInputID) == 0x000004, "Wrong size on AbilitySystemComponent_ReleaseInputID"); \ +static_assert(offsetof(AbilitySystemComponent_ReleaseInputID, InputID) == 0x000000, "Member 'AbilitySystemComponent_ReleaseInputID::InputID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithSourceTags \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithSourceTags"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithSourceTags"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithSourceTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithSourceTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithTags \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithTags"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithTags"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveGameplayEffect \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveGameplayEffect) == 0x000004, "Wrong alignment on AbilitySystemComponent_RemoveActiveGameplayEffect"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveGameplayEffect) == 0x000010, "Wrong size on AbilitySystemComponent_RemoveActiveGameplayEffect"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffect, Handle) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffect::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffect, StacksToRemove) == 0x000008, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffect::StacksToRemove' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffect, ReturnValue) == 0x00000C, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect \ +static_assert(alignof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect"); \ +static_assert(sizeof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect) == 0x000018, "Wrong size on AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect, GameplayEffect) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect::GameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect, InstigatorAbilitySystemComponent) == 0x000008, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect::InstigatorAbilitySystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect, StacksToRemove) == 0x000010, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect::StacksToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerAbilityRPCBatch \ +static_assert(alignof(AbilitySystemComponent_ServerAbilityRPCBatch) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerAbilityRPCBatch"); \ +static_assert(sizeof(AbilitySystemComponent_ServerAbilityRPCBatch) == 0x000048, "Wrong size on AbilitySystemComponent_ServerAbilityRPCBatch"); \ +static_assert(offsetof(AbilitySystemComponent_ServerAbilityRPCBatch, BatchInfo) == 0x000000, "Member 'AbilitySystemComponent_ServerAbilityRPCBatch::BatchInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCancelAbility \ +static_assert(alignof(AbilitySystemComponent_ServerCancelAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerCancelAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ServerCancelAbility) == 0x000018, "Wrong size on AbilitySystemComponent_ServerCancelAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCancelAbility, AbilityToCancel) == 0x000000, "Member 'AbilitySystemComponent_ServerCancelAbility::AbilityToCancel' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCancelAbility, ActivationInfo) == 0x000004, "Member 'AbilitySystemComponent_ServerCancelAbility::ActivationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCurrentMontageJumpToSectionName \ +static_assert(alignof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCurrentMontageJumpToSectionName"); \ +static_assert(sizeof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName) == 0x000010, "Wrong size on AbilitySystemComponent_ServerCurrentMontageJumpToSectionName"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName, ClientAnimation) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageJumpToSectionName::ClientAnimation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName, SectionName) == 0x000008, "Member 'AbilitySystemComponent_ServerCurrentMontageJumpToSectionName::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCurrentMontageSetNextSectionName \ +static_assert(alignof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCurrentMontageSetNextSectionName"); \ +static_assert(sizeof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName) == 0x000020, "Wrong size on AbilitySystemComponent_ServerCurrentMontageSetNextSectionName"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, ClientAnimation) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::ClientAnimation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, ClientPosition) == 0x000008, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::ClientPosition' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, SectionName) == 0x00000C, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::SectionName' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, NextSectionName) == 0x000014, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::NextSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCurrentMontageSetPlayRate \ +static_assert(alignof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCurrentMontageSetPlayRate"); \ +static_assert(sizeof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate) == 0x000010, "Wrong size on AbilitySystemComponent_ServerCurrentMontageSetPlayRate"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate, ClientAnimation) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageSetPlayRate::ClientAnimation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate, InPlayRate) == 0x000008, "Member 'AbilitySystemComponent_ServerCurrentMontageSetPlayRate::InPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerEndAbility \ +static_assert(alignof(AbilitySystemComponent_ServerEndAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerEndAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ServerEndAbility) == 0x000028, "Wrong size on AbilitySystemComponent_ServerEndAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ServerEndAbility, AbilityToEnd) == 0x000000, "Member 'AbilitySystemComponent_ServerEndAbility::AbilityToEnd' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerEndAbility, ActivationInfo) == 0x000004, "Member 'AbilitySystemComponent_ServerEndAbility::ActivationInfo' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerEndAbility, PredictionKey) == 0x000018, "Member 'AbilitySystemComponent_ServerEndAbility::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerPrintDebug_RequestWithStrings \ +static_assert(alignof(AbilitySystemComponent_ServerPrintDebug_RequestWithStrings) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerPrintDebug_RequestWithStrings"); \ +static_assert(sizeof(AbilitySystemComponent_ServerPrintDebug_RequestWithStrings) == 0x000010, "Wrong size on AbilitySystemComponent_ServerPrintDebug_RequestWithStrings"); \ +static_assert(offsetof(AbilitySystemComponent_ServerPrintDebug_RequestWithStrings, Strings) == 0x000000, "Member 'AbilitySystemComponent_ServerPrintDebug_RequestWithStrings::Strings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetInputPressed \ +static_assert(alignof(AbilitySystemComponent_ServerSetInputPressed) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerSetInputPressed"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetInputPressed) == 0x000004, "Wrong size on AbilitySystemComponent_ServerSetInputPressed"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetInputPressed, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetInputPressed::AbilityHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetInputReleased \ +static_assert(alignof(AbilitySystemComponent_ServerSetInputReleased) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerSetInputReleased"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetInputReleased) == 0x000004, "Wrong size on AbilitySystemComponent_ServerSetInputReleased"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetInputReleased, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetInputReleased::AbilityHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedEvent \ +static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedEvent) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedEvent"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedEvent) == 0x000028, "Wrong size on AbilitySystemComponent_ServerSetReplicatedEvent"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, EventType) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::EventType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, AbilityHandle) == 0x000004, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::AbilityOriginalPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, CurrentPredictionKey) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::CurrentPredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedEventWithPayload \ +static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedEventWithPayload"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload) == 0x000040, "Wrong size on AbilitySystemComponent_ServerSetReplicatedEventWithPayload"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, EventType) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::EventType' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, AbilityHandle) == 0x000004, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::AbilityOriginalPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, CurrentPredictionKey) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::CurrentPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, VectorPayload) == 0x000028, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::VectorPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedTargetData \ +static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedTargetData) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedTargetData"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedTargetData) == 0x000058, "Wrong size on AbilitySystemComponent_ServerSetReplicatedTargetData"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, AbilityOriginalPredictionKey) == 0x000004, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::AbilityOriginalPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, ReplicatedTargetDataHandle) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::ReplicatedTargetDataHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, ApplicationTag) == 0x000040, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::ApplicationTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, CurrentPredictionKey) == 0x000048, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::CurrentPredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled \ +static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled"); \ +static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled) == 0x000024, "Wrong size on AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled::AbilityHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled, AbilityOriginalPredictionKey) == 0x000004, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled::AbilityOriginalPredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled, CurrentPredictionKey) == 0x000014, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled::CurrentPredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerTryActivateAbility \ +static_assert(alignof(AbilitySystemComponent_ServerTryActivateAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerTryActivateAbility"); \ +static_assert(sizeof(AbilitySystemComponent_ServerTryActivateAbility) == 0x000018, "Wrong size on AbilitySystemComponent_ServerTryActivateAbility"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbility, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ServerTryActivateAbility::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbility, InputPressed) == 0x000004, "Member 'AbilitySystemComponent_ServerTryActivateAbility::InputPressed' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbility, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerTryActivateAbility::PredictionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_ServerTryActivateAbilityWithEventData \ +static_assert(alignof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerTryActivateAbilityWithEventData"); \ +static_assert(sizeof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData) == 0x0000C8, "Wrong size on AbilitySystemComponent_ServerTryActivateAbilityWithEventData"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, InputPressed) == 0x000004, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::InputPressed' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::PredictionKey' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, TriggerEventData) == 0x000018, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::TriggerEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_SetActiveGameplayEffectLevel \ +static_assert(alignof(AbilitySystemComponent_SetActiveGameplayEffectLevel) == 0x000004, "Wrong alignment on AbilitySystemComponent_SetActiveGameplayEffectLevel"); \ +static_assert(sizeof(AbilitySystemComponent_SetActiveGameplayEffectLevel) == 0x00000C, "Wrong size on AbilitySystemComponent_SetActiveGameplayEffectLevel"); \ +static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevel, ActiveHandle) == 0x000000, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevel::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevel, NewLevel) == 0x000008, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevel::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery \ +static_assert(alignof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery) == 0x000008, "Wrong alignment on AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery"); \ +static_assert(sizeof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery) == 0x0001A0, "Wrong size on AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery"); \ +static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery, Query) == 0x000000, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery::Query' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery, NewLevel) == 0x000198, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_SetUserAbilityActivationInhibited \ +static_assert(alignof(AbilitySystemComponent_SetUserAbilityActivationInhibited) == 0x000001, "Wrong alignment on AbilitySystemComponent_SetUserAbilityActivationInhibited"); \ +static_assert(sizeof(AbilitySystemComponent_SetUserAbilityActivationInhibited) == 0x000001, "Wrong size on AbilitySystemComponent_SetUserAbilityActivationInhibited"); \ +static_assert(offsetof(AbilitySystemComponent_SetUserAbilityActivationInhibited, NewInhibit) == 0x000000, "Member 'AbilitySystemComponent_SetUserAbilityActivationInhibited::NewInhibit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_TryActivateAbilitiesByTag \ +static_assert(alignof(AbilitySystemComponent_TryActivateAbilitiesByTag) == 0x000008, "Wrong alignment on AbilitySystemComponent_TryActivateAbilitiesByTag"); \ +static_assert(sizeof(AbilitySystemComponent_TryActivateAbilitiesByTag) == 0x000028, "Wrong size on AbilitySystemComponent_TryActivateAbilitiesByTag"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilitiesByTag, GameplayTagContainer) == 0x000000, "Member 'AbilitySystemComponent_TryActivateAbilitiesByTag::GameplayTagContainer' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilitiesByTag, bAllowRemoteActivation) == 0x000020, "Member 'AbilitySystemComponent_TryActivateAbilitiesByTag::bAllowRemoteActivation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilitiesByTag, ReturnValue) == 0x000021, "Member 'AbilitySystemComponent_TryActivateAbilitiesByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_TryActivateAbility \ +static_assert(alignof(AbilitySystemComponent_TryActivateAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_TryActivateAbility"); \ +static_assert(sizeof(AbilitySystemComponent_TryActivateAbility) == 0x000008, "Wrong size on AbilitySystemComponent_TryActivateAbility"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbility, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_TryActivateAbility::AbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbility, bAllowRemoteActivation) == 0x000004, "Member 'AbilitySystemComponent_TryActivateAbility::bAllowRemoteActivation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbility, ReturnValue) == 0x000005, "Member 'AbilitySystemComponent_TryActivateAbility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_TryActivateAbilityByClass \ +static_assert(alignof(AbilitySystemComponent_TryActivateAbilityByClass) == 0x000008, "Wrong alignment on AbilitySystemComponent_TryActivateAbilityByClass"); \ +static_assert(sizeof(AbilitySystemComponent_TryActivateAbilityByClass) == 0x000010, "Wrong size on AbilitySystemComponent_TryActivateAbilityByClass"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilityByClass, InAbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_TryActivateAbilityByClass::InAbilityToActivate' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilityByClass, bAllowRemoteActivation) == 0x000008, "Member 'AbilitySystemComponent_TryActivateAbilityByClass::bAllowRemoteActivation' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_TryActivateAbilityByClass, ReturnValue) == 0x000009, "Member 'AbilitySystemComponent_TryActivateAbilityByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude \ +static_assert(alignof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude) == 0x000004, "Wrong alignment on AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude"); \ +static_assert(sizeof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude) == 0x000014, "Wrong size on AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude"); \ +static_assert(offsetof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude, ActiveHandle) == 0x000000, "Member 'AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude, SetByCallerTag) == 0x000008, "Member 'AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude::SetByCallerTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude, NewValue) == 0x000010, "Member 'AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitude::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes \ +static_assert(alignof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes) == 0x000008, "Wrong alignment on AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes"); \ +static_assert(sizeof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes) == 0x000058, "Wrong size on AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes"); \ +static_assert(offsetof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes, ActiveHandle) == 0x000000, "Member 'AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes::ActiveHandle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes, NewSetByCallerValues) == 0x000008, "Member 'AbilitySystemComponent_UpdateActiveGameplayEffectSetByCallerMagnitudes::NewSetByCallerValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_FindAllAbilitiesMatchingQuery \ +static_assert(alignof(AbilitySystemComponent_FindAllAbilitiesMatchingQuery) == 0x000008, "Wrong alignment on AbilitySystemComponent_FindAllAbilitiesMatchingQuery"); \ +static_assert(sizeof(AbilitySystemComponent_FindAllAbilitiesMatchingQuery) == 0x000058, "Wrong size on AbilitySystemComponent_FindAllAbilitiesMatchingQuery"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesMatchingQuery, OutAbilityHandles) == 0x000000, "Member 'AbilitySystemComponent_FindAllAbilitiesMatchingQuery::OutAbilityHandles' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesMatchingQuery, Query) == 0x000010, "Member 'AbilitySystemComponent_FindAllAbilitiesMatchingQuery::Query' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_FindAllAbilitiesWithInputID \ +static_assert(alignof(AbilitySystemComponent_FindAllAbilitiesWithInputID) == 0x000008, "Wrong alignment on AbilitySystemComponent_FindAllAbilitiesWithInputID"); \ +static_assert(sizeof(AbilitySystemComponent_FindAllAbilitiesWithInputID) == 0x000018, "Wrong size on AbilitySystemComponent_FindAllAbilitiesWithInputID"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesWithInputID, OutAbilityHandles) == 0x000000, "Member 'AbilitySystemComponent_FindAllAbilitiesWithInputID::OutAbilityHandles' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesWithInputID, InputID) == 0x000010, "Member 'AbilitySystemComponent_FindAllAbilitiesWithInputID::InputID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_FindAllAbilitiesWithTags \ +static_assert(alignof(AbilitySystemComponent_FindAllAbilitiesWithTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_FindAllAbilitiesWithTags"); \ +static_assert(sizeof(AbilitySystemComponent_FindAllAbilitiesWithTags) == 0x000038, "Wrong size on AbilitySystemComponent_FindAllAbilitiesWithTags"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesWithTags, OutAbilityHandles) == 0x000000, "Member 'AbilitySystemComponent_FindAllAbilitiesWithTags::OutAbilityHandles' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesWithTags, Tags) == 0x000010, "Member 'AbilitySystemComponent_FindAllAbilitiesWithTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_FindAllAbilitiesWithTags, bExactMatch) == 0x000030, "Member 'AbilitySystemComponent_FindAllAbilitiesWithTags::bExactMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetActiveEffects \ +static_assert(alignof(AbilitySystemComponent_GetActiveEffects) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetActiveEffects"); \ +static_assert(sizeof(AbilitySystemComponent_GetActiveEffects) == 0x0001A8, "Wrong size on AbilitySystemComponent_GetActiveEffects"); \ +static_assert(offsetof(AbilitySystemComponent_GetActiveEffects, Query) == 0x000000, "Member 'AbilitySystemComponent_GetActiveEffects::Query' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetActiveEffects, ReturnValue) == 0x000198, "Member 'AbilitySystemComponent_GetActiveEffects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetActiveEffectsWithAllTags \ +static_assert(alignof(AbilitySystemComponent_GetActiveEffectsWithAllTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetActiveEffectsWithAllTags"); \ +static_assert(sizeof(AbilitySystemComponent_GetActiveEffectsWithAllTags) == 0x000030, "Wrong size on AbilitySystemComponent_GetActiveEffectsWithAllTags"); \ +static_assert(offsetof(AbilitySystemComponent_GetActiveEffectsWithAllTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_GetActiveEffectsWithAllTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetActiveEffectsWithAllTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_GetActiveEffectsWithAllTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetAllAbilities \ +static_assert(alignof(AbilitySystemComponent_GetAllAbilities) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetAllAbilities"); \ +static_assert(sizeof(AbilitySystemComponent_GetAllAbilities) == 0x000010, "Wrong size on AbilitySystemComponent_GetAllAbilities"); \ +static_assert(offsetof(AbilitySystemComponent_GetAllAbilities, OutAbilityHandles) == 0x000000, "Member 'AbilitySystemComponent_GetAllAbilities::OutAbilityHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetAttributeSet \ +static_assert(alignof(AbilitySystemComponent_GetAttributeSet) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetAttributeSet"); \ +static_assert(sizeof(AbilitySystemComponent_GetAttributeSet) == 0x000010, "Wrong size on AbilitySystemComponent_GetAttributeSet"); \ +static_assert(offsetof(AbilitySystemComponent_GetAttributeSet, AttributeSetClass) == 0x000000, "Member 'AbilitySystemComponent_GetAttributeSet::AttributeSetClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetAttributeSet, ReturnValue) == 0x000008, "Member 'AbilitySystemComponent_GetAttributeSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetGameplayAttributeValue \ +static_assert(alignof(AbilitySystemComponent_GetGameplayAttributeValue) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetGameplayAttributeValue"); \ +static_assert(sizeof(AbilitySystemComponent_GetGameplayAttributeValue) == 0x000040, "Wrong size on AbilitySystemComponent_GetGameplayAttributeValue"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayAttributeValue, Attribute) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayAttributeValue::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayAttributeValue, bFound) == 0x000038, "Member 'AbilitySystemComponent_GetGameplayAttributeValue::bFound' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayAttributeValue, ReturnValue) == 0x00003C, "Member 'AbilitySystemComponent_GetGameplayAttributeValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetGameplayEffectCount \ +static_assert(alignof(AbilitySystemComponent_GetGameplayEffectCount) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetGameplayEffectCount"); \ +static_assert(sizeof(AbilitySystemComponent_GetGameplayEffectCount) == 0x000018, "Wrong size on AbilitySystemComponent_GetGameplayEffectCount"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, SourceGameplayEffect) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayEffectCount::SourceGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, OptionalInstigatorFilterComponent) == 0x000008, "Member 'AbilitySystemComponent_GetGameplayEffectCount::OptionalInstigatorFilterComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, bEnforceOnGoingCheck) == 0x000010, "Member 'AbilitySystemComponent_GetGameplayEffectCount::bEnforceOnGoingCheck' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, ReturnValue) == 0x000014, "Member 'AbilitySystemComponent_GetGameplayEffectCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetGameplayEffectCount_IfLoaded \ +static_assert(alignof(AbilitySystemComponent_GetGameplayEffectCount_IfLoaded) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetGameplayEffectCount_IfLoaded"); \ +static_assert(sizeof(AbilitySystemComponent_GetGameplayEffectCount_IfLoaded) == 0x000038, "Wrong size on AbilitySystemComponent_GetGameplayEffectCount_IfLoaded"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount_IfLoaded, SoftSourceGameplayEffect) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayEffectCount_IfLoaded::SoftSourceGameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount_IfLoaded, OptionalInstigatorFilterComponent) == 0x000028, "Member 'AbilitySystemComponent_GetGameplayEffectCount_IfLoaded::OptionalInstigatorFilterComponent' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount_IfLoaded, bEnforceOnGoingCheck) == 0x000030, "Member 'AbilitySystemComponent_GetGameplayEffectCount_IfLoaded::bEnforceOnGoingCheck' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount_IfLoaded, ReturnValue) == 0x000034, "Member 'AbilitySystemComponent_GetGameplayEffectCount_IfLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetGameplayEffectMagnitude \ +static_assert(alignof(AbilitySystemComponent_GetGameplayEffectMagnitude) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetGameplayEffectMagnitude"); \ +static_assert(sizeof(AbilitySystemComponent_GetGameplayEffectMagnitude) == 0x000048, "Wrong size on AbilitySystemComponent_GetGameplayEffectMagnitude"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectMagnitude, Handle) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayEffectMagnitude::Handle' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectMagnitude, Attribute) == 0x000008, "Member 'AbilitySystemComponent_GetGameplayEffectMagnitude::Attribute' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectMagnitude, ReturnValue) == 0x000040, "Member 'AbilitySystemComponent_GetGameplayEffectMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetGameplayTagCount \ +static_assert(alignof(AbilitySystemComponent_GetGameplayTagCount) == 0x000004, "Wrong alignment on AbilitySystemComponent_GetGameplayTagCount"); \ +static_assert(sizeof(AbilitySystemComponent_GetGameplayTagCount) == 0x00000C, "Wrong size on AbilitySystemComponent_GetGameplayTagCount"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayTagCount, GameplayTag) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayTagCount::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_GetGameplayTagCount, ReturnValue) == 0x000008, "Member 'AbilitySystemComponent_GetGameplayTagCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_GetUserAbilityActivationInhibited \ +static_assert(alignof(AbilitySystemComponent_GetUserAbilityActivationInhibited) == 0x000001, "Wrong alignment on AbilitySystemComponent_GetUserAbilityActivationInhibited"); \ +static_assert(sizeof(AbilitySystemComponent_GetUserAbilityActivationInhibited) == 0x000001, "Wrong size on AbilitySystemComponent_GetUserAbilityActivationInhibited"); \ +static_assert(offsetof(AbilitySystemComponent_GetUserAbilityActivationInhibited, ReturnValue) == 0x000000, "Member 'AbilitySystemComponent_GetUserAbilityActivationInhibited::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_IsGameplayCueActive \ +static_assert(alignof(AbilitySystemComponent_IsGameplayCueActive) == 0x000004, "Wrong alignment on AbilitySystemComponent_IsGameplayCueActive"); \ +static_assert(sizeof(AbilitySystemComponent_IsGameplayCueActive) == 0x00000C, "Wrong size on AbilitySystemComponent_IsGameplayCueActive"); \ +static_assert(offsetof(AbilitySystemComponent_IsGameplayCueActive, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_IsGameplayCueActive::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_IsGameplayCueActive, ReturnValue) == 0x000008, "Member 'AbilitySystemComponent_IsGameplayCueActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_MakeEffectContext \ +static_assert(alignof(AbilitySystemComponent_MakeEffectContext) == 0x000008, "Wrong alignment on AbilitySystemComponent_MakeEffectContext"); \ +static_assert(sizeof(AbilitySystemComponent_MakeEffectContext) == 0x000018, "Wrong size on AbilitySystemComponent_MakeEffectContext"); \ +static_assert(offsetof(AbilitySystemComponent_MakeEffectContext, ReturnValue) == 0x000000, "Member 'AbilitySystemComponent_MakeEffectContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilitySystemComponent_MakeOutgoingSpec \ +static_assert(alignof(AbilitySystemComponent_MakeOutgoingSpec) == 0x000008, "Wrong alignment on AbilitySystemComponent_MakeOutgoingSpec"); \ +static_assert(sizeof(AbilitySystemComponent_MakeOutgoingSpec) == 0x000038, "Wrong size on AbilitySystemComponent_MakeOutgoingSpec"); \ +static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, GameplayEffectClass) == 0x000000, "Member 'AbilitySystemComponent_MakeOutgoingSpec::GameplayEffectClass' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, Level) == 0x000008, "Member 'AbilitySystemComponent_MakeOutgoingSpec::Level' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, Context) == 0x000010, "Member 'AbilitySystemComponent_MakeOutgoingSpec::Context' has a wrong offset!"); \ +static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, ReturnValue) == 0x000028, "Member 'AbilitySystemComponent_MakeOutgoingSpec::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemComponent \ +static_assert(alignof(UAbilitySystemComponent) == 0x000008, "Wrong alignment on UAbilitySystemComponent"); \ +static_assert(sizeof(UAbilitySystemComponent) == 0x001208, "Wrong size on UAbilitySystemComponent"); \ +static_assert(offsetof(UAbilitySystemComponent, DefaultStartingData) == 0x000158, "Member 'UAbilitySystemComponent::DefaultStartingData' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, AffectedAnimInstanceTag) == 0x000168, "Member 'UAbilitySystemComponent::AffectedAnimInstanceTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, OutgoingDuration) == 0x000318, "Member 'UAbilitySystemComponent::OutgoingDuration' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, IncomingDuration) == 0x00031C, "Member 'UAbilitySystemComponent::IncomingDuration' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ClientDebugStrings) == 0x000340, "Member 'UAbilitySystemComponent::ClientDebugStrings' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ServerDebugStrings) == 0x000350, "Member 'UAbilitySystemComponent::ServerDebugStrings' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, UserAbilityActivationInhibited) == 0x0003B8, "Member 'UAbilitySystemComponent::UserAbilityActivationInhibited' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ReplicationProxyEnabled) == 0x0003B9, "Member 'UAbilitySystemComponent::ReplicationProxyEnabled' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bSuppressGrantAbility) == 0x0003BA, "Member 'UAbilitySystemComponent::bSuppressGrantAbility' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bSuppressGameplayCues) == 0x0003BB, "Member 'UAbilitySystemComponent::bSuppressGameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, SpawnedTargetActors) == 0x0003C0, "Member 'UAbilitySystemComponent::SpawnedTargetActors' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, OwnerActor) == 0x0003F8, "Member 'UAbilitySystemComponent::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, AvatarActor) == 0x000400, "Member 'UAbilitySystemComponent::AvatarActor' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ActivatableAbilities) == 0x000418, "Member 'UAbilitySystemComponent::ActivatableAbilities' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, AllReplicatedInstancedAbilities) == 0x000568, "Member 'UAbilitySystemComponent::AllReplicatedInstancedAbilities' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, RepAnimMontageInfo) == 0x000798, "Member 'UAbilitySystemComponent::RepAnimMontageInfo' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bCachedIsNetSimulated) == 0x0007D8, "Member 'UAbilitySystemComponent::bCachedIsNetSimulated' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, bPendingMontageRep) == 0x0007D9, "Member 'UAbilitySystemComponent::bPendingMontageRep' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, LocalAnimMontageInfo) == 0x0007E0, "Member 'UAbilitySystemComponent::LocalAnimMontageInfo' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ActiveGameplayEffects) == 0x0008A8, "Member 'UAbilitySystemComponent::ActiveGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ActiveGameplayCues) == 0x000BA8, "Member 'UAbilitySystemComponent::ActiveGameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, MinimalReplicationGameplayCues) == 0x000CD0, "Member 'UAbilitySystemComponent::MinimalReplicationGameplayCues' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, GameplayTagCountContainer) == 0x000EE8, "Member 'UAbilitySystemComponent::GameplayTagCountContainer' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, BlockedAbilityBindings) == 0x000FD8, "Member 'UAbilitySystemComponent::BlockedAbilityBindings' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, MinimalReplicationTags) == 0x000FE8, "Member 'UAbilitySystemComponent::MinimalReplicationTags' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, SpawnedAttributes) == 0x001050, "Member 'UAbilitySystemComponent::SpawnedAttributes' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ReplicatedLooseTags) == 0x001070, "Member 'UAbilitySystemComponent::ReplicatedLooseTags' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemComponent, ReplicatedPredictionKeyMap) == 0x0010E0, "Member 'UAbilitySystemComponent::ReplicatedPredictionKeyMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemDebugHUDExtension \ +static_assert(alignof(UAbilitySystemDebugHUDExtension) == 0x000008, "Wrong alignment on UAbilitySystemDebugHUDExtension"); \ +static_assert(sizeof(UAbilitySystemDebugHUDExtension) == 0x000028, "Wrong size on UAbilitySystemDebugHUDExtension"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemDebugHUDExtension_Tags \ +static_assert(alignof(UAbilitySystemDebugHUDExtension_Tags) == 0x000008, "Wrong alignment on UAbilitySystemDebugHUDExtension_Tags"); \ +static_assert(sizeof(UAbilitySystemDebugHUDExtension_Tags) == 0x000080, "Wrong size on UAbilitySystemDebugHUDExtension_Tags"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemDebugHUDExtension_Attributes \ +static_assert(alignof(UAbilitySystemDebugHUDExtension_Attributes) == 0x000008, "Wrong alignment on UAbilitySystemDebugHUDExtension_Attributes"); \ +static_assert(sizeof(UAbilitySystemDebugHUDExtension_Attributes) == 0x000080, "Wrong size on UAbilitySystemDebugHUDExtension_Attributes"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemDebugHUDExtension_BlockedAbilityTags \ +static_assert(alignof(UAbilitySystemDebugHUDExtension_BlockedAbilityTags) == 0x000008, "Wrong alignment on UAbilitySystemDebugHUDExtension_BlockedAbilityTags"); \ +static_assert(sizeof(UAbilitySystemDebugHUDExtension_BlockedAbilityTags) == 0x000080, "Wrong size on UAbilitySystemDebugHUDExtension_BlockedAbilityTags"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemGlobals \ +static_assert(alignof(UAbilitySystemGlobals) == 0x000008, "Wrong alignment on UAbilitySystemGlobals"); \ +static_assert(sizeof(UAbilitySystemGlobals) == 0x000328, "Wrong size on UAbilitySystemGlobals"); \ +static_assert(offsetof(UAbilitySystemGlobals, AbilitySystemGlobalsClassName) == 0x000028, "Member 'UAbilitySystemGlobals::AbilitySystemGlobalsClassName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailIsDeadTag) == 0x000074, "Member 'UAbilitySystemGlobals::ActivateFailIsDeadTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailIsDeadName) == 0x00007C, "Member 'UAbilitySystemGlobals::ActivateFailIsDeadName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCooldownTag) == 0x000084, "Member 'UAbilitySystemGlobals::ActivateFailCooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCooldownName) == 0x00008C, "Member 'UAbilitySystemGlobals::ActivateFailCooldownName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCostTag) == 0x000094, "Member 'UAbilitySystemGlobals::ActivateFailCostTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCostName) == 0x00009C, "Member 'UAbilitySystemGlobals::ActivateFailCostName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsBlockedTag) == 0x0000A4, "Member 'UAbilitySystemGlobals::ActivateFailTagsBlockedTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsBlockedName) == 0x0000AC, "Member 'UAbilitySystemGlobals::ActivateFailTagsBlockedName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsMissingTag) == 0x0000B4, "Member 'UAbilitySystemGlobals::ActivateFailTagsMissingTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsMissingName) == 0x0000BC, "Member 'UAbilitySystemGlobals::ActivateFailTagsMissingName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailNetworkingTag) == 0x0000C4, "Member 'UAbilitySystemGlobals::ActivateFailNetworkingTag' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ActivateFailNetworkingName) == 0x0000CC, "Member 'UAbilitySystemGlobals::ActivateFailNetworkingName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, MinimalReplicationTagCountBits) == 0x0000D4, "Member 'UAbilitySystemGlobals::MinimalReplicationTagCountBits' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, TargetDataStructCache) == 0x0000D8, "Member 'UAbilitySystemGlobals::TargetDataStructCache' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, EffectContextStructCache) == 0x0000F8, "Member 'UAbilitySystemGlobals::EffectContextStructCache' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, bAllowGameplayModEvaluationChannels) == 0x000118, "Member 'UAbilitySystemGlobals::bAllowGameplayModEvaluationChannels' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, DefaultGameplayModEvaluationChannel) == 0x000119, "Member 'UAbilitySystemGlobals::DefaultGameplayModEvaluationChannel' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayModEvaluationChannelAliases) == 0x00011C, "Member 'UAbilitySystemGlobals::GameplayModEvaluationChannelAliases' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalCurveTableName) == 0x000170, "Member 'UAbilitySystemGlobals::GlobalCurveTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalCurveTable) == 0x000190, "Member 'UAbilitySystemGlobals::GlobalCurveTable' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeMetaDataTableName) == 0x000198, "Member 'UAbilitySystemGlobals::GlobalAttributeMetaDataTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeMetaDataTable) == 0x0001B8, "Member 'UAbilitySystemGlobals::GlobalAttributeMetaDataTable' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeSetDefaultsTableName) == 0x0001C0, "Member 'UAbilitySystemGlobals::GlobalAttributeSetDefaultsTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeSetDefaultsTableNames) == 0x0001E0, "Member 'UAbilitySystemGlobals::GlobalAttributeSetDefaultsTableNames' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeDefaultsTables) == 0x0001F0, "Member 'UAbilitySystemGlobals::GlobalAttributeDefaultsTables' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManagerClass) == 0x000200, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManagerName) == 0x000220, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManagerName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayCueNotifyPaths) == 0x000240, "Member 'UAbilitySystemGlobals::GameplayCueNotifyPaths' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayTagResponseTableName) == 0x000250, "Member 'UAbilitySystemGlobals::GameplayTagResponseTableName' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GameplayTagResponseTable) == 0x000270, "Member 'UAbilitySystemGlobals::GameplayTagResponseTable' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, PredictTargetGameplayEffects) == 0x000279, "Member 'UAbilitySystemGlobals::PredictTargetGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, ReplicateActivationOwnedTags) == 0x00027A, "Member 'UAbilitySystemGlobals::ReplicateActivationOwnedTags' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManager) == 0x000280, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAbilitySystemInterface \ +static_assert(alignof(IAbilitySystemInterface) == 0x000001, "Wrong alignment on IAbilitySystemInterface"); \ +static_assert(sizeof(IAbilitySystemInterface) == 0x000001, "Wrong size on IAbilitySystemInterface"); \ + +#define DUMPER7_ASSERTS_IAbilitySystemReplicationProxyInterface \ +static_assert(alignof(IAbilitySystemReplicationProxyInterface) == 0x000001, "Wrong alignment on IAbilitySystemReplicationProxyInterface"); \ +static_assert(sizeof(IAbilitySystemReplicationProxyInterface) == 0x000001, "Wrong size on IAbilitySystemReplicationProxyInterface"); \ + +#define DUMPER7_ASSERTS_UAttributeSet \ +static_assert(alignof(UAttributeSet) == 0x000008, "Wrong alignment on UAttributeSet"); \ +static_assert(sizeof(UAttributeSet) == 0x000030, "Wrong size on UAttributeSet"); \ + +#define DUMPER7_ASSERTS_UAbilitySystemTestAttributeSet \ +static_assert(alignof(UAbilitySystemTestAttributeSet) == 0x000008, "Wrong alignment on UAbilitySystemTestAttributeSet"); \ +static_assert(sizeof(UAbilitySystemTestAttributeSet) == 0x000080, "Wrong size on UAbilitySystemTestAttributeSet"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, MaxHealth) == 0x000030, "Member 'UAbilitySystemTestAttributeSet::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Health) == 0x000034, "Member 'UAbilitySystemTestAttributeSet::Health' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Mana) == 0x000038, "Member 'UAbilitySystemTestAttributeSet::Mana' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, MaxMana) == 0x000048, "Member 'UAbilitySystemTestAttributeSet::MaxMana' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Damage) == 0x00004C, "Member 'UAbilitySystemTestAttributeSet::Damage' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, SpellDamage) == 0x000050, "Member 'UAbilitySystemTestAttributeSet::SpellDamage' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, PhysicalDamage) == 0x000054, "Member 'UAbilitySystemTestAttributeSet::PhysicalDamage' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, CritChance) == 0x000058, "Member 'UAbilitySystemTestAttributeSet::CritChance' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, CritMultiplier) == 0x00005C, "Member 'UAbilitySystemTestAttributeSet::CritMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, ArmorDamageReduction) == 0x000060, "Member 'UAbilitySystemTestAttributeSet::ArmorDamageReduction' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, DodgeChance) == 0x000064, "Member 'UAbilitySystemTestAttributeSet::DodgeChance' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, LifeSteal) == 0x000068, "Member 'UAbilitySystemTestAttributeSet::LifeSteal' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, Strength) == 0x00006C, "Member 'UAbilitySystemTestAttributeSet::Strength' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, StackingAttribute1) == 0x000070, "Member 'UAbilitySystemTestAttributeSet::StackingAttribute1' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, StackingAttribute2) == 0x000074, "Member 'UAbilitySystemTestAttributeSet::StackingAttribute2' has a wrong offset!"); \ +static_assert(offsetof(UAbilitySystemTestAttributeSet, NoStackAttribute) == 0x000078, "Member 'UAbilitySystemTestAttributeSet::NoStackAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbilitySystemTestPawn \ +static_assert(alignof(AAbilitySystemTestPawn) == 0x000008, "Wrong alignment on AAbilitySystemTestPawn"); \ +static_assert(sizeof(AAbilitySystemTestPawn) == 0x000378, "Wrong size on AAbilitySystemTestPawn"); \ +static_assert(offsetof(AAbilitySystemTestPawn, AbilitySystemComponent) == 0x000370, "Member 'AAbilitySystemTestPawn::AbilitySystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_GameplayCue \ +static_assert(alignof(UAnimNotify_GameplayCue) == 0x000008, "Wrong alignment on UAnimNotify_GameplayCue"); \ +static_assert(sizeof(UAnimNotify_GameplayCue) == 0x000040, "Wrong size on UAnimNotify_GameplayCue"); \ +static_assert(offsetof(UAnimNotify_GameplayCue, GameplayCue) == 0x000038, "Member 'UAnimNotify_GameplayCue::GameplayCue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_GameplayCueState \ +static_assert(alignof(UAnimNotify_GameplayCueState) == 0x000008, "Wrong alignment on UAnimNotify_GameplayCueState"); \ +static_assert(sizeof(UAnimNotify_GameplayCueState) == 0x000038, "Wrong size on UAnimNotify_GameplayCueState"); \ +static_assert(offsetof(UAnimNotify_GameplayCueState, GameplayCue) == 0x000030, "Member 'UAnimNotify_GameplayCueState::GameplayCue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbilitiesDeveloperSettings \ +static_assert(alignof(UGameplayAbilitiesDeveloperSettings) == 0x000008, "Wrong alignment on UGameplayAbilitiesDeveloperSettings"); \ +static_assert(sizeof(UGameplayAbilitiesDeveloperSettings) == 0x0001B0, "Wrong size on UGameplayAbilitiesDeveloperSettings"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, AbilitySystemGlobalsClassName) == 0x000038, "Member 'UGameplayAbilitiesDeveloperSettings::AbilitySystemGlobalsClassName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, bUseDebugTargetFromHud) == 0x000058, "Member 'UGameplayAbilitiesDeveloperSettings::bUseDebugTargetFromHud' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, GlobalAttributeSetDefaultsTableNames) == 0x000060, "Member 'UGameplayAbilitiesDeveloperSettings::GlobalAttributeSetDefaultsTableNames' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, GlobalAttributeMetaDataTableName) == 0x000070, "Member 'UGameplayAbilitiesDeveloperSettings::GlobalAttributeMetaDataTableName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, GlobalGameplayCueManagerClass) == 0x000090, "Member 'UGameplayAbilitiesDeveloperSettings::GlobalGameplayCueManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, GlobalGameplayCueManagerName) == 0x0000B0, "Member 'UGameplayAbilitiesDeveloperSettings::GlobalGameplayCueManagerName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, GameplayCueNotifyPaths) == 0x0000D0, "Member 'UGameplayAbilitiesDeveloperSettings::GameplayCueNotifyPaths' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, GlobalCurveTableName) == 0x0000E0, "Member 'UGameplayAbilitiesDeveloperSettings::GlobalCurveTableName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, PredictTargetGameplayEffects) == 0x000100, "Member 'UGameplayAbilitiesDeveloperSettings::PredictTargetGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, ReplicateActivationOwnedTags) == 0x000101, "Member 'UGameplayAbilitiesDeveloperSettings::ReplicateActivationOwnedTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, ActivateFailCanActivateAbilityTag) == 0x000104, "Member 'UGameplayAbilitiesDeveloperSettings::ActivateFailCanActivateAbilityTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, ActivateFailCooldownTag) == 0x00010C, "Member 'UGameplayAbilitiesDeveloperSettings::ActivateFailCooldownTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, ActivateFailCostTag) == 0x000114, "Member 'UGameplayAbilitiesDeveloperSettings::ActivateFailCostTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, ActivateFailNetworkingTag) == 0x00011C, "Member 'UGameplayAbilitiesDeveloperSettings::ActivateFailNetworkingTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, ActivateFailTagsBlockedTag) == 0x000124, "Member 'UGameplayAbilitiesDeveloperSettings::ActivateFailTagsBlockedTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, ActivateFailTagsMissingTag) == 0x00012C, "Member 'UGameplayAbilitiesDeveloperSettings::ActivateFailTagsMissingTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, GameplayTagResponseTableName) == 0x000138, "Member 'UGameplayAbilitiesDeveloperSettings::GameplayTagResponseTableName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, bAllowGameplayModEvaluationChannels) == 0x000158, "Member 'UGameplayAbilitiesDeveloperSettings::bAllowGameplayModEvaluationChannels' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, DefaultGameplayModEvaluationChannel) == 0x000159, "Member 'UGameplayAbilitiesDeveloperSettings::DefaultGameplayModEvaluationChannel' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, GameplayModEvaluationChannelAliases) == 0x00015C, "Member 'UGameplayAbilitiesDeveloperSettings::GameplayModEvaluationChannelAliases' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesDeveloperSettings, MinimalReplicationTagCountBits) == 0x0001AC, "Member 'UGameplayAbilitiesDeveloperSettings::MinimalReplicationTagCountBits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbilitiesEditorDeveloperSettings \ +static_assert(alignof(UGameplayAbilitiesEditorDeveloperSettings) == 0x000008, "Wrong alignment on UGameplayAbilitiesEditorDeveloperSettings"); \ +static_assert(sizeof(UGameplayAbilitiesEditorDeveloperSettings) == 0x000048, "Wrong size on UGameplayAbilitiesEditorDeveloperSettings"); \ +static_assert(offsetof(UGameplayAbilitiesEditorDeveloperSettings, bIgnoreCooldowns) == 0x000038, "Member 'UGameplayAbilitiesEditorDeveloperSettings::bIgnoreCooldowns' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesEditorDeveloperSettings, bIgnoreCosts) == 0x000039, "Member 'UGameplayAbilitiesEditorDeveloperSettings::bIgnoreCosts' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesEditorDeveloperSettings, AbilitySystemGlobalScaler) == 0x00003C, "Member 'UGameplayAbilitiesEditorDeveloperSettings::AbilitySystemGlobalScaler' has a wrong offset!"); \ +static_assert(offsetof(UGameplayAbilitiesEditorDeveloperSettings, DebugDrawMaxDistance) == 0x000040, "Member 'UGameplayAbilitiesEditorDeveloperSettings::DebugDrawMaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayAbilityBlueprint \ +static_assert(alignof(UGameplayAbilityBlueprint) == 0x000008, "Wrong alignment on UGameplayAbilityBlueprint"); \ +static_assert(sizeof(UGameplayAbilityBlueprint) == 0x0000A8, "Wrong size on UGameplayAbilityBlueprint"); \ + +#define DUMPER7_ASSERTS_GameplayCueFunctionLibrary_AddGameplayCueOnActor \ +static_assert(alignof(GameplayCueFunctionLibrary_AddGameplayCueOnActor) == 0x000008, "Wrong alignment on GameplayCueFunctionLibrary_AddGameplayCueOnActor"); \ +static_assert(sizeof(GameplayCueFunctionLibrary_AddGameplayCueOnActor) == 0x0000E8, "Wrong size on GameplayCueFunctionLibrary_AddGameplayCueOnActor"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_AddGameplayCueOnActor, Target) == 0x000000, "Member 'GameplayCueFunctionLibrary_AddGameplayCueOnActor::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_AddGameplayCueOnActor, GameplayCueTag) == 0x000008, "Member 'GameplayCueFunctionLibrary_AddGameplayCueOnActor::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_AddGameplayCueOnActor, Parameters) == 0x000010, "Member 'GameplayCueFunctionLibrary_AddGameplayCueOnActor::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor \ +static_assert(alignof(GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor) == 0x000008, "Wrong alignment on GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor"); \ +static_assert(sizeof(GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor) == 0x0000E8, "Wrong size on GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor, Target) == 0x000000, "Member 'GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor, GameplayCueTag) == 0x000008, "Member 'GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor, Parameters) == 0x000010, "Member 'GameplayCueFunctionLibrary_ExecuteGameplayCueOnActor::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult \ +static_assert(alignof(GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult) == 0x000008, "Wrong alignment on GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult"); \ +static_assert(sizeof(GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult) == 0x0001D8, "Wrong size on GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult, HitResult) == 0x000000, "Member 'GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult, ReturnValue) == 0x000100, "Member 'GameplayCueFunctionLibrary_MakeGameplayCueParametersFromHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueFunctionLibrary_RemoveGameplayCueOnActor \ +static_assert(alignof(GameplayCueFunctionLibrary_RemoveGameplayCueOnActor) == 0x000008, "Wrong alignment on GameplayCueFunctionLibrary_RemoveGameplayCueOnActor"); \ +static_assert(sizeof(GameplayCueFunctionLibrary_RemoveGameplayCueOnActor) == 0x0000E8, "Wrong size on GameplayCueFunctionLibrary_RemoveGameplayCueOnActor"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_RemoveGameplayCueOnActor, Target) == 0x000000, "Member 'GameplayCueFunctionLibrary_RemoveGameplayCueOnActor::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_RemoveGameplayCueOnActor, GameplayCueTag) == 0x000008, "Member 'GameplayCueFunctionLibrary_RemoveGameplayCueOnActor::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueFunctionLibrary_RemoveGameplayCueOnActor, Parameters) == 0x000010, "Member 'GameplayCueFunctionLibrary_RemoveGameplayCueOnActor::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueFunctionLibrary \ +static_assert(alignof(UGameplayCueFunctionLibrary) == 0x000008, "Wrong alignment on UGameplayCueFunctionLibrary"); \ +static_assert(sizeof(UGameplayCueFunctionLibrary) == 0x000028, "Wrong size on UGameplayCueFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_GameplayCueInterface_BlueprintCustomHandler \ +static_assert(alignof(GameplayCueInterface_BlueprintCustomHandler) == 0x000008, "Wrong alignment on GameplayCueInterface_BlueprintCustomHandler"); \ +static_assert(sizeof(GameplayCueInterface_BlueprintCustomHandler) == 0x0000E0, "Wrong size on GameplayCueInterface_BlueprintCustomHandler"); \ +static_assert(offsetof(GameplayCueInterface_BlueprintCustomHandler, EventType) == 0x000000, "Member 'GameplayCueInterface_BlueprintCustomHandler::EventType' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueInterface_BlueprintCustomHandler, Parameters) == 0x000008, "Member 'GameplayCueInterface_BlueprintCustomHandler::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGameplayCueInterface \ +static_assert(alignof(IGameplayCueInterface) == 0x000001, "Wrong alignment on IGameplayCueInterface"); \ +static_assert(sizeof(IGameplayCueInterface) == 0x000001, "Wrong size on IGameplayCueInterface"); \ + +#define DUMPER7_ASSERTS_UGameplayCueManager \ +static_assert(alignof(UGameplayCueManager) == 0x000008, "Wrong alignment on UGameplayCueManager"); \ +static_assert(sizeof(UGameplayCueManager) == 0x000310, "Wrong size on UGameplayCueManager"); \ +static_assert(offsetof(UGameplayCueManager, RuntimeGameplayCueObjectLibrary) == 0x000048, "Member 'UGameplayCueManager::RuntimeGameplayCueObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, EditorGameplayCueObjectLibrary) == 0x000098, "Member 'UGameplayCueManager::EditorGameplayCueObjectLibrary' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, LoadedGameplayCueNotifyClasses) == 0x000260, "Member 'UGameplayCueManager::LoadedGameplayCueNotifyClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, GameplayCueClassesForPreallocation) == 0x000270, "Member 'UGameplayCueManager::GameplayCueClassesForPreallocation' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, PendingExecuteCues) == 0x000280, "Member 'UGameplayCueManager::PendingExecuteCues' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, GameplayCueSendContextCount) == 0x000290, "Member 'UGameplayCueManager::GameplayCueSendContextCount' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueManager, PreallocationInfoList_Internal) == 0x000298, "Member 'UGameplayCueManager::PreallocationInfoList_Internal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_K2_HandleGameplayCue \ +static_assert(alignof(GameplayCueNotify_Actor_K2_HandleGameplayCue) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_K2_HandleGameplayCue"); \ +static_assert(sizeof(GameplayCueNotify_Actor_K2_HandleGameplayCue) == 0x0000E8, "Wrong size on GameplayCueNotify_Actor_K2_HandleGameplayCue"); \ +static_assert(offsetof(GameplayCueNotify_Actor_K2_HandleGameplayCue, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_K2_HandleGameplayCue::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_K2_HandleGameplayCue, EventType) == 0x000008, "Member 'GameplayCueNotify_Actor_K2_HandleGameplayCue::EventType' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_K2_HandleGameplayCue, Parameters) == 0x000010, "Member 'GameplayCueNotify_Actor_K2_HandleGameplayCue::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnActive \ +static_assert(alignof(GameplayCueNotify_Actor_OnActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnActive"); \ +static_assert(sizeof(GameplayCueNotify_Actor_OnActive) == 0x0000E8, "Wrong size on GameplayCueNotify_Actor_OnActive"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_OnActive::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_OnActive::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnActive, ReturnValue) == 0x0000E0, "Member 'GameplayCueNotify_Actor_OnActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnExecute \ +static_assert(alignof(GameplayCueNotify_Actor_OnExecute) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnExecute"); \ +static_assert(sizeof(GameplayCueNotify_Actor_OnExecute) == 0x0000E8, "Wrong size on GameplayCueNotify_Actor_OnExecute"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnExecute, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_OnExecute::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnExecute, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_OnExecute::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnExecute, ReturnValue) == 0x0000E0, "Member 'GameplayCueNotify_Actor_OnExecute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnOwnerDestroyed \ +static_assert(alignof(GameplayCueNotify_Actor_OnOwnerDestroyed) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnOwnerDestroyed"); \ +static_assert(sizeof(GameplayCueNotify_Actor_OnOwnerDestroyed) == 0x000008, "Wrong size on GameplayCueNotify_Actor_OnOwnerDestroyed"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnOwnerDestroyed, DestroyedActor) == 0x000000, "Member 'GameplayCueNotify_Actor_OnOwnerDestroyed::DestroyedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnRemove \ +static_assert(alignof(GameplayCueNotify_Actor_OnRemove) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnRemove"); \ +static_assert(sizeof(GameplayCueNotify_Actor_OnRemove) == 0x0000E8, "Wrong size on GameplayCueNotify_Actor_OnRemove"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnRemove, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_OnRemove::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnRemove, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_OnRemove::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_OnRemove, ReturnValue) == 0x0000E0, "Member 'GameplayCueNotify_Actor_OnRemove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Actor_WhileActive \ +static_assert(alignof(GameplayCueNotify_Actor_WhileActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_WhileActive"); \ +static_assert(sizeof(GameplayCueNotify_Actor_WhileActive) == 0x0000E8, "Wrong size on GameplayCueNotify_Actor_WhileActive"); \ +static_assert(offsetof(GameplayCueNotify_Actor_WhileActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_WhileActive::MyTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_WhileActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_WhileActive::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Actor_WhileActive, ReturnValue) == 0x0000E0, "Member 'GameplayCueNotify_Actor_WhileActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCueNotify_Actor \ +static_assert(alignof(AGameplayCueNotify_Actor) == 0x000008, "Wrong alignment on AGameplayCueNotify_Actor"); \ +static_assert(sizeof(AGameplayCueNotify_Actor) == 0x000320, "Wrong size on AGameplayCueNotify_Actor"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAutoDestroyOnRemove) == 0x0002B0, "Member 'AGameplayCueNotify_Actor::bAutoDestroyOnRemove' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, AutoDestroyDelay) == 0x0002B4, "Member 'AGameplayCueNotify_Actor::AutoDestroyDelay' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, WarnIfTimelineIsStillRunning) == 0x0002B8, "Member 'AGameplayCueNotify_Actor::WarnIfTimelineIsStillRunning' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, WarnIfLatentActionIsStillRunning) == 0x0002B9, "Member 'AGameplayCueNotify_Actor::WarnIfLatentActionIsStillRunning' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, GameplayCueTag) == 0x0002BC, "Member 'AGameplayCueNotify_Actor::GameplayCueTag' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, GameplayCueName) == 0x0002C4, "Member 'AGameplayCueNotify_Actor::GameplayCueName' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAutoAttachToOwner) == 0x0002CC, "Member 'AGameplayCueNotify_Actor::bAutoAttachToOwner' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, IsOverride) == 0x0002CD, "Member 'AGameplayCueNotify_Actor::IsOverride' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bUniqueInstancePerInstigator) == 0x0002CE, "Member 'AGameplayCueNotify_Actor::bUniqueInstancePerInstigator' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bUniqueInstancePerSourceObject) == 0x0002CF, "Member 'AGameplayCueNotify_Actor::bUniqueInstancePerSourceObject' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAllowMultipleOnActiveEvents) == 0x0002D0, "Member 'AGameplayCueNotify_Actor::bAllowMultipleOnActiveEvents' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, bAllowMultipleWhileActiveEvents) == 0x0002D1, "Member 'AGameplayCueNotify_Actor::bAllowMultipleWhileActiveEvents' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Actor, NumPreallocatedInstances) == 0x0002D4, "Member 'AGameplayCueNotify_Actor::NumPreallocatedInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Burst_OnBurst \ +static_assert(alignof(GameplayCueNotify_Burst_OnBurst) == 0x000008, "Wrong alignment on GameplayCueNotify_Burst_OnBurst"); \ +static_assert(sizeof(GameplayCueNotify_Burst_OnBurst) == 0x000138, "Wrong size on GameplayCueNotify_Burst_OnBurst"); \ +static_assert(offsetof(GameplayCueNotify_Burst_OnBurst, Target) == 0x000000, "Member 'GameplayCueNotify_Burst_OnBurst::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Burst_OnBurst, Parameters) == 0x000008, "Member 'GameplayCueNotify_Burst_OnBurst::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Burst_OnBurst, SpawnResults) == 0x0000E0, "Member 'GameplayCueNotify_Burst_OnBurst::SpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueNotify_Burst \ +static_assert(alignof(UGameplayCueNotify_Burst) == 0x000008, "Wrong alignment on UGameplayCueNotify_Burst"); \ +static_assert(sizeof(UGameplayCueNotify_Burst) == 0x000350, "Wrong size on UGameplayCueNotify_Burst"); \ +static_assert(offsetof(UGameplayCueNotify_Burst, DefaultSpawnCondition) == 0x000040, "Member 'UGameplayCueNotify_Burst::DefaultSpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_Burst, DefaultPlacementInfo) == 0x000078, "Member 'UGameplayCueNotify_Burst::DefaultPlacementInfo' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_Burst, BurstEffects) == 0x0000B8, "Member 'UGameplayCueNotify_Burst::BurstEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_BurstLatent_OnBurst \ +static_assert(alignof(GameplayCueNotify_BurstLatent_OnBurst) == 0x000008, "Wrong alignment on GameplayCueNotify_BurstLatent_OnBurst"); \ +static_assert(sizeof(GameplayCueNotify_BurstLatent_OnBurst) == 0x000138, "Wrong size on GameplayCueNotify_BurstLatent_OnBurst"); \ +static_assert(offsetof(GameplayCueNotify_BurstLatent_OnBurst, Target) == 0x000000, "Member 'GameplayCueNotify_BurstLatent_OnBurst::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_BurstLatent_OnBurst, Parameters) == 0x000008, "Member 'GameplayCueNotify_BurstLatent_OnBurst::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_BurstLatent_OnBurst, SpawnResults) == 0x0000E0, "Member 'GameplayCueNotify_BurstLatent_OnBurst::SpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCueNotify_BurstLatent \ +static_assert(alignof(AGameplayCueNotify_BurstLatent) == 0x000008, "Wrong alignment on AGameplayCueNotify_BurstLatent"); \ +static_assert(sizeof(AGameplayCueNotify_BurstLatent) == 0x000688, "Wrong size on AGameplayCueNotify_BurstLatent"); \ +static_assert(offsetof(AGameplayCueNotify_BurstLatent, DefaultSpawnCondition) == 0x000320, "Member 'AGameplayCueNotify_BurstLatent::DefaultSpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_BurstLatent, DefaultPlacementInfo) == 0x000358, "Member 'AGameplayCueNotify_BurstLatent::DefaultPlacementInfo' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_BurstLatent, BurstEffects) == 0x000398, "Member 'AGameplayCueNotify_BurstLatent::BurstEffects' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_BurstLatent, BurstSpawnResults) == 0x000630, "Member 'AGameplayCueNotify_BurstLatent::BurstSpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueNotify_HitImpact \ +static_assert(alignof(UGameplayCueNotify_HitImpact) == 0x000008, "Wrong alignment on UGameplayCueNotify_HitImpact"); \ +static_assert(sizeof(UGameplayCueNotify_HitImpact) == 0x000050, "Wrong size on UGameplayCueNotify_HitImpact"); \ +static_assert(offsetof(UGameplayCueNotify_HitImpact, Sound) == 0x000040, "Member 'UGameplayCueNotify_HitImpact::Sound' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCueNotify_HitImpact, ParticleSystem) == 0x000048, "Member 'UGameplayCueNotify_HitImpact::ParticleSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Looping_OnApplication \ +static_assert(alignof(GameplayCueNotify_Looping_OnApplication) == 0x000008, "Wrong alignment on GameplayCueNotify_Looping_OnApplication"); \ +static_assert(sizeof(GameplayCueNotify_Looping_OnApplication) == 0x000138, "Wrong size on GameplayCueNotify_Looping_OnApplication"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnApplication, Target) == 0x000000, "Member 'GameplayCueNotify_Looping_OnApplication::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnApplication, Parameters) == 0x000008, "Member 'GameplayCueNotify_Looping_OnApplication::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnApplication, SpawnResults) == 0x0000E0, "Member 'GameplayCueNotify_Looping_OnApplication::SpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Looping_OnLoopingStart \ +static_assert(alignof(GameplayCueNotify_Looping_OnLoopingStart) == 0x000008, "Wrong alignment on GameplayCueNotify_Looping_OnLoopingStart"); \ +static_assert(sizeof(GameplayCueNotify_Looping_OnLoopingStart) == 0x000138, "Wrong size on GameplayCueNotify_Looping_OnLoopingStart"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnLoopingStart, Target) == 0x000000, "Member 'GameplayCueNotify_Looping_OnLoopingStart::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnLoopingStart, Parameters) == 0x000008, "Member 'GameplayCueNotify_Looping_OnLoopingStart::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnLoopingStart, SpawnResults) == 0x0000E0, "Member 'GameplayCueNotify_Looping_OnLoopingStart::SpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Looping_OnRecurring \ +static_assert(alignof(GameplayCueNotify_Looping_OnRecurring) == 0x000008, "Wrong alignment on GameplayCueNotify_Looping_OnRecurring"); \ +static_assert(sizeof(GameplayCueNotify_Looping_OnRecurring) == 0x000138, "Wrong size on GameplayCueNotify_Looping_OnRecurring"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnRecurring, Target) == 0x000000, "Member 'GameplayCueNotify_Looping_OnRecurring::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnRecurring, Parameters) == 0x000008, "Member 'GameplayCueNotify_Looping_OnRecurring::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnRecurring, SpawnResults) == 0x0000E0, "Member 'GameplayCueNotify_Looping_OnRecurring::SpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCueNotify_Looping_OnRemoval \ +static_assert(alignof(GameplayCueNotify_Looping_OnRemoval) == 0x000008, "Wrong alignment on GameplayCueNotify_Looping_OnRemoval"); \ +static_assert(sizeof(GameplayCueNotify_Looping_OnRemoval) == 0x000138, "Wrong size on GameplayCueNotify_Looping_OnRemoval"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnRemoval, Target) == 0x000000, "Member 'GameplayCueNotify_Looping_OnRemoval::Target' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnRemoval, Parameters) == 0x000008, "Member 'GameplayCueNotify_Looping_OnRemoval::Parameters' has a wrong offset!"); \ +static_assert(offsetof(GameplayCueNotify_Looping_OnRemoval, SpawnResults) == 0x0000E0, "Member 'GameplayCueNotify_Looping_OnRemoval::SpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCueNotify_Looping \ +static_assert(alignof(AGameplayCueNotify_Looping) == 0x000008, "Wrong alignment on AGameplayCueNotify_Looping"); \ +static_assert(sizeof(AGameplayCueNotify_Looping) == 0x000EB8, "Wrong size on AGameplayCueNotify_Looping"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, DefaultSpawnCondition) == 0x000320, "Member 'AGameplayCueNotify_Looping::DefaultSpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, DefaultPlacementInfo) == 0x000358, "Member 'AGameplayCueNotify_Looping::DefaultPlacementInfo' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, ApplicationEffects) == 0x000398, "Member 'AGameplayCueNotify_Looping::ApplicationEffects' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, ApplicationSpawnResults) == 0x000630, "Member 'AGameplayCueNotify_Looping::ApplicationSpawnResults' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, LoopingEffects) == 0x000688, "Member 'AGameplayCueNotify_Looping::LoopingEffects' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, LoopingSpawnResults) == 0x000878, "Member 'AGameplayCueNotify_Looping::LoopingSpawnResults' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, RecurringEffects) == 0x0008D0, "Member 'AGameplayCueNotify_Looping::RecurringEffects' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, RecurringSpawnResults) == 0x000B68, "Member 'AGameplayCueNotify_Looping::RecurringSpawnResults' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, RemovalEffects) == 0x000BC0, "Member 'AGameplayCueNotify_Looping::RemovalEffects' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCueNotify_Looping, RemovalSpawnResults) == 0x000E58, "Member 'AGameplayCueNotify_Looping::RemovalSpawnResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueSet \ +static_assert(alignof(UGameplayCueSet) == 0x000008, "Wrong alignment on UGameplayCueSet"); \ +static_assert(sizeof(UGameplayCueSet) == 0x000090, "Wrong size on UGameplayCueSet"); \ +static_assert(offsetof(UGameplayCueSet, GameplayCueData) == 0x000030, "Member 'UGameplayCueSet::GameplayCueData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCueTranslator \ +static_assert(alignof(UGameplayCueTranslator) == 0x000008, "Wrong alignment on UGameplayCueTranslator"); \ +static_assert(sizeof(UGameplayCueTranslator) == 0x000028, "Wrong size on UGameplayCueTranslator"); \ + +#define DUMPER7_ASSERTS_UGameplayCueTranslator_Test \ +static_assert(alignof(UGameplayCueTranslator_Test) == 0x000008, "Wrong alignment on UGameplayCueTranslator_Test"); \ +static_assert(sizeof(UGameplayCueTranslator_Test) == 0x000028, "Wrong size on UGameplayCueTranslator_Test"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectCalculation \ +static_assert(alignof(UGameplayEffectCalculation) == 0x000008, "Wrong alignment on UGameplayEffectCalculation"); \ +static_assert(sizeof(UGameplayEffectCalculation) == 0x000038, "Wrong size on UGameplayEffectCalculation"); \ +static_assert(offsetof(UGameplayEffectCalculation, RelevantAttributesToCapture) == 0x000028, "Member 'UGameplayEffectCalculation::RelevantAttributesToCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilitiesGameplayEffectComponent \ +static_assert(alignof(UAbilitiesGameplayEffectComponent) == 0x000008, "Wrong alignment on UAbilitiesGameplayEffectComponent"); \ +static_assert(sizeof(UAbilitiesGameplayEffectComponent) == 0x000038, "Wrong size on UAbilitiesGameplayEffectComponent"); \ +static_assert(offsetof(UAbilitiesGameplayEffectComponent, GrantAbilityConfigs) == 0x000028, "Member 'UAbilitiesGameplayEffectComponent::GrantAbilityConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAdditionalEffectsGameplayEffectComponent \ +static_assert(alignof(UAdditionalEffectsGameplayEffectComponent) == 0x000008, "Wrong alignment on UAdditionalEffectsGameplayEffectComponent"); \ +static_assert(sizeof(UAdditionalEffectsGameplayEffectComponent) == 0x000070, "Wrong size on UAdditionalEffectsGameplayEffectComponent"); \ +static_assert(offsetof(UAdditionalEffectsGameplayEffectComponent, bOnApplicationCopyDataFromOriginalSpec) == 0x000028, "Member 'UAdditionalEffectsGameplayEffectComponent::bOnApplicationCopyDataFromOriginalSpec' has a wrong offset!"); \ +static_assert(offsetof(UAdditionalEffectsGameplayEffectComponent, OnApplicationGameplayEffects) == 0x000030, "Member 'UAdditionalEffectsGameplayEffectComponent::OnApplicationGameplayEffects' has a wrong offset!"); \ +static_assert(offsetof(UAdditionalEffectsGameplayEffectComponent, OnCompleteAlways) == 0x000040, "Member 'UAdditionalEffectsGameplayEffectComponent::OnCompleteAlways' has a wrong offset!"); \ +static_assert(offsetof(UAdditionalEffectsGameplayEffectComponent, OnCompleteNormal) == 0x000050, "Member 'UAdditionalEffectsGameplayEffectComponent::OnCompleteNormal' has a wrong offset!"); \ +static_assert(offsetof(UAdditionalEffectsGameplayEffectComponent, OnCompletePrematurely) == 0x000060, "Member 'UAdditionalEffectsGameplayEffectComponent::OnCompletePrematurely' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetTagsGameplayEffectComponent \ +static_assert(alignof(UAssetTagsGameplayEffectComponent) == 0x000008, "Wrong alignment on UAssetTagsGameplayEffectComponent"); \ +static_assert(sizeof(UAssetTagsGameplayEffectComponent) == 0x000088, "Wrong size on UAssetTagsGameplayEffectComponent"); \ +static_assert(offsetof(UAssetTagsGameplayEffectComponent, InheritableAssetTags) == 0x000028, "Member 'UAssetTagsGameplayEffectComponent::InheritableAssetTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlockAbilityTagsGameplayEffectComponent \ +static_assert(alignof(UBlockAbilityTagsGameplayEffectComponent) == 0x000008, "Wrong alignment on UBlockAbilityTagsGameplayEffectComponent"); \ +static_assert(sizeof(UBlockAbilityTagsGameplayEffectComponent) == 0x000088, "Wrong size on UBlockAbilityTagsGameplayEffectComponent"); \ +static_assert(offsetof(UBlockAbilityTagsGameplayEffectComponent, InheritableBlockedAbilityTagsContainer) == 0x000028, "Member 'UBlockAbilityTagsGameplayEffectComponent::InheritableBlockedAbilityTagsContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCancelAbilityTagsGameplayEffectComponent \ +static_assert(alignof(UCancelAbilityTagsGameplayEffectComponent) == 0x000008, "Wrong alignment on UCancelAbilityTagsGameplayEffectComponent"); \ +static_assert(sizeof(UCancelAbilityTagsGameplayEffectComponent) == 0x0000F0, "Wrong size on UCancelAbilityTagsGameplayEffectComponent"); \ +static_assert(offsetof(UCancelAbilityTagsGameplayEffectComponent, ComponentMode) == 0x000028, "Member 'UCancelAbilityTagsGameplayEffectComponent::ComponentMode' has a wrong offset!"); \ +static_assert(offsetof(UCancelAbilityTagsGameplayEffectComponent, InheritableCancelAbilitiesWithTagsContainer) == 0x000030, "Member 'UCancelAbilityTagsGameplayEffectComponent::InheritableCancelAbilitiesWithTagsContainer' has a wrong offset!"); \ +static_assert(offsetof(UCancelAbilityTagsGameplayEffectComponent, InheritableCancelAbilitiesWithoutTagsContainer) == 0x000090, "Member 'UCancelAbilityTagsGameplayEffectComponent::InheritableCancelAbilitiesWithoutTagsContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChanceToApplyGameplayEffectComponent \ +static_assert(alignof(UChanceToApplyGameplayEffectComponent) == 0x000008, "Wrong alignment on UChanceToApplyGameplayEffectComponent"); \ +static_assert(sizeof(UChanceToApplyGameplayEffectComponent) == 0x000050, "Wrong size on UChanceToApplyGameplayEffectComponent"); \ +static_assert(offsetof(UChanceToApplyGameplayEffectComponent, ChanceToApplyToTarget) == 0x000028, "Member 'UChanceToApplyGameplayEffectComponent::ChanceToApplyToTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCustomCanApplyGameplayEffectComponent \ +static_assert(alignof(UCustomCanApplyGameplayEffectComponent) == 0x000008, "Wrong alignment on UCustomCanApplyGameplayEffectComponent"); \ +static_assert(sizeof(UCustomCanApplyGameplayEffectComponent) == 0x000038, "Wrong size on UCustomCanApplyGameplayEffectComponent"); \ +static_assert(offsetof(UCustomCanApplyGameplayEffectComponent, ApplicationRequirements) == 0x000028, "Member 'UCustomCanApplyGameplayEffectComponent::ApplicationRequirements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImmunityGameplayEffectComponent \ +static_assert(alignof(UImmunityGameplayEffectComponent) == 0x000008, "Wrong alignment on UImmunityGameplayEffectComponent"); \ +static_assert(sizeof(UImmunityGameplayEffectComponent) == 0x000038, "Wrong size on UImmunityGameplayEffectComponent"); \ +static_assert(offsetof(UImmunityGameplayEffectComponent, ImmunityQueries) == 0x000028, "Member 'UImmunityGameplayEffectComponent::ImmunityQueries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URemoveOtherGameplayEffectComponent \ +static_assert(alignof(URemoveOtherGameplayEffectComponent) == 0x000008, "Wrong alignment on URemoveOtherGameplayEffectComponent"); \ +static_assert(sizeof(URemoveOtherGameplayEffectComponent) == 0x000038, "Wrong size on URemoveOtherGameplayEffectComponent"); \ +static_assert(offsetof(URemoveOtherGameplayEffectComponent, RemoveGameplayEffectQueries) == 0x000028, "Member 'URemoveOtherGameplayEffectComponent::RemoveGameplayEffectQueries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetTagRequirementsGameplayEffectComponent \ +static_assert(alignof(UTargetTagRequirementsGameplayEffectComponent) == 0x000008, "Wrong alignment on UTargetTagRequirementsGameplayEffectComponent"); \ +static_assert(sizeof(UTargetTagRequirementsGameplayEffectComponent) == 0x0001C0, "Wrong size on UTargetTagRequirementsGameplayEffectComponent"); \ +static_assert(offsetof(UTargetTagRequirementsGameplayEffectComponent, ApplicationTagRequirements) == 0x000028, "Member 'UTargetTagRequirementsGameplayEffectComponent::ApplicationTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UTargetTagRequirementsGameplayEffectComponent, OngoingTagRequirements) == 0x0000B0, "Member 'UTargetTagRequirementsGameplayEffectComponent::OngoingTagRequirements' has a wrong offset!"); \ +static_assert(offsetof(UTargetTagRequirementsGameplayEffectComponent, RemovalTagRequirements) == 0x000138, "Member 'UTargetTagRequirementsGameplayEffectComponent::RemovalTagRequirements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetTagsGameplayEffectComponent \ +static_assert(alignof(UTargetTagsGameplayEffectComponent) == 0x000008, "Wrong alignment on UTargetTagsGameplayEffectComponent"); \ +static_assert(sizeof(UTargetTagsGameplayEffectComponent) == 0x000088, "Wrong size on UTargetTagsGameplayEffectComponent"); \ +static_assert(offsetof(UTargetTagsGameplayEffectComponent, InheritableGrantedTagsContainer) == 0x000028, "Member 'UTargetTagsGameplayEffectComponent::InheritableGrantedTagsContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect \ +static_assert(alignof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect) == 0x000008, "Wrong alignment on GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect"); \ +static_assert(sizeof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect) == 0x0002B0, "Wrong size on GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect"); \ +static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, GameplayEffect) == 0x000000, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::GameplayEffect' has a wrong offset!"); \ +static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, Spec) == 0x000008, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::Spec' has a wrong offset!"); \ +static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, ASC) == 0x0002A0, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::ASC' has a wrong offset!"); \ +static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, ReturnValue) == 0x0002A8, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectCustomApplicationRequirement \ +static_assert(alignof(UGameplayEffectCustomApplicationRequirement) == 0x000008, "Wrong alignment on UGameplayEffectCustomApplicationRequirement"); \ +static_assert(sizeof(UGameplayEffectCustomApplicationRequirement) == 0x000028, "Wrong size on UGameplayEffectCustomApplicationRequirement"); \ + +#define DUMPER7_ASSERTS_GameplayEffectExecutionCalculation_Execute \ +static_assert(alignof(GameplayEffectExecutionCalculation_Execute) == 0x000008, "Wrong alignment on GameplayEffectExecutionCalculation_Execute"); \ +static_assert(sizeof(GameplayEffectExecutionCalculation_Execute) == 0x000108, "Wrong size on GameplayEffectExecutionCalculation_Execute"); \ +static_assert(offsetof(GameplayEffectExecutionCalculation_Execute, ExecutionParams) == 0x000000, "Member 'GameplayEffectExecutionCalculation_Execute::ExecutionParams' has a wrong offset!"); \ +static_assert(offsetof(GameplayEffectExecutionCalculation_Execute, OutExecutionOutput) == 0x0000F0, "Member 'GameplayEffectExecutionCalculation_Execute::OutExecutionOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayEffectExecutionCalculation \ +static_assert(alignof(UGameplayEffectExecutionCalculation) == 0x000008, "Wrong alignment on UGameplayEffectExecutionCalculation"); \ +static_assert(sizeof(UGameplayEffectExecutionCalculation) == 0x000040, "Wrong size on UGameplayEffectExecutionCalculation"); \ +static_assert(offsetof(UGameplayEffectExecutionCalculation, bRequiresPassedInTags) == 0x000038, "Member 'UGameplayEffectExecutionCalculation::bRequiresPassedInTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_CalculateBaseMagnitude \ +static_assert(alignof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_CalculateBaseMagnitude"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude) == 0x0002A0, "Wrong size on GameplayModMagnitudeCalculation_CalculateBaseMagnitude"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude, Spec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_CalculateBaseMagnitude::Spec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_CalculateBaseMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName) == 0x0002A8, "Wrong size on GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName, MagnitudeName) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName::MagnitudeName' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName, ReturnValue) == 0x0002A0, "Member 'GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag) == 0x0002A8, "Wrong size on GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag, Tag) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag, ReturnValue) == 0x0002A0, "Member 'GameplayModMagnitudeCalculation_GetSetByCallerMagnitudeByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetSourceActorTags \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetSourceActorTags) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetSourceActorTags"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetSourceActorTags) == 0x0002B8, "Wrong size on GameplayModMagnitudeCalculation_GetSourceActorTags"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSourceActorTags, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetSourceActorTags::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSourceActorTags, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetSourceActorTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetSourceAggregatedTags \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetSourceAggregatedTags) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetSourceAggregatedTags"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetSourceAggregatedTags) == 0x0002B8, "Wrong size on GameplayModMagnitudeCalculation_GetSourceAggregatedTags"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSourceAggregatedTags, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetSourceAggregatedTags::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSourceAggregatedTags, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetSourceAggregatedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetSourceSpecTags \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetSourceSpecTags) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetSourceSpecTags"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetSourceSpecTags) == 0x0002B8, "Wrong size on GameplayModMagnitudeCalculation_GetSourceSpecTags"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSourceSpecTags, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetSourceSpecTags::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetSourceSpecTags, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetSourceSpecTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetTargetActorTags \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetTargetActorTags) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetTargetActorTags"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetTargetActorTags) == 0x0002B8, "Wrong size on GameplayModMagnitudeCalculation_GetTargetActorTags"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetTargetActorTags, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetTargetActorTags::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetTargetActorTags, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetTargetActorTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetTargetAggregatedTags \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetTargetAggregatedTags) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetTargetAggregatedTags"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetTargetAggregatedTags) == 0x0002B8, "Wrong size on GameplayModMagnitudeCalculation_GetTargetAggregatedTags"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetTargetAggregatedTags, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetTargetAggregatedTags::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetTargetAggregatedTags, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetTargetAggregatedTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_GetTargetSpecTags \ +static_assert(alignof(GameplayModMagnitudeCalculation_GetTargetSpecTags) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_GetTargetSpecTags"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_GetTargetSpecTags) == 0x0002B8, "Wrong size on GameplayModMagnitudeCalculation_GetTargetSpecTags"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetTargetSpecTags, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_GetTargetSpecTags::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_GetTargetSpecTags, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_GetTargetSpecTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude \ +static_assert(alignof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude"); \ +static_assert(sizeof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude) == 0x000318, "Wrong size on GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude, EffectSpec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude::EffectSpec' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude, Attribute) == 0x000298, "Member 'GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude::Attribute' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude, SourceTags) == 0x0002D0, "Member 'GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude::SourceTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude, TargetTags) == 0x0002F0, "Member 'GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude::TargetTags' has a wrong offset!"); \ +static_assert(offsetof(GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude, ReturnValue) == 0x000310, "Member 'GameplayModMagnitudeCalculation_K2_GetCapturedAttributeMagnitude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayModMagnitudeCalculation \ +static_assert(alignof(UGameplayModMagnitudeCalculation) == 0x000008, "Wrong alignment on UGameplayModMagnitudeCalculation"); \ +static_assert(sizeof(UGameplayModMagnitudeCalculation) == 0x000040, "Wrong size on UGameplayModMagnitudeCalculation"); \ +static_assert(offsetof(UGameplayModMagnitudeCalculation, bAllowNonNetAuthorityDependencyRegistration) == 0x000038, "Member 'UGameplayModMagnitudeCalculation::bAllowNonNetAuthorityDependencyRegistration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTagReponseTable_TagResponseEvent \ +static_assert(alignof(GameplayTagReponseTable_TagResponseEvent) == 0x000008, "Wrong alignment on GameplayTagReponseTable_TagResponseEvent"); \ +static_assert(sizeof(GameplayTagReponseTable_TagResponseEvent) == 0x000020, "Wrong size on GameplayTagReponseTable_TagResponseEvent"); \ +static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, Tag) == 0x000000, "Member 'GameplayTagReponseTable_TagResponseEvent::Tag' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, NewCount) == 0x000008, "Member 'GameplayTagReponseTable_TagResponseEvent::NewCount' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, ASC) == 0x000010, "Member 'GameplayTagReponseTable_TagResponseEvent::ASC' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, idx) == 0x000018, "Member 'GameplayTagReponseTable_TagResponseEvent::idx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagReponseTable \ +static_assert(alignof(UGameplayTagReponseTable) == 0x000008, "Wrong alignment on UGameplayTagReponseTable"); \ +static_assert(sizeof(UGameplayTagReponseTable) == 0x000230, "Wrong size on UGameplayTagReponseTable"); \ +static_assert(offsetof(UGameplayTagReponseTable, Entries) == 0x000030, "Member 'UGameplayTagReponseTable::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGameplayCueTriggerSection \ +static_assert(alignof(UMovieSceneGameplayCueTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueTriggerSection"); \ +static_assert(sizeof(UMovieSceneGameplayCueTriggerSection) == 0x000218, "Wrong size on UMovieSceneGameplayCueTriggerSection"); \ +static_assert(offsetof(UMovieSceneGameplayCueTriggerSection, Channel) == 0x000120, "Member 'UMovieSceneGameplayCueTriggerSection::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGameplayCueSection \ +static_assert(alignof(UMovieSceneGameplayCueSection) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueSection"); \ +static_assert(sizeof(UMovieSceneGameplayCueSection) == 0x0001B0, "Wrong size on UMovieSceneGameplayCueSection"); \ +static_assert(offsetof(UMovieSceneGameplayCueSection, Cue) == 0x000120, "Member 'UMovieSceneGameplayCueSection::Cue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneGameplayCueTrack_SetSequencerTrackHandler \ +static_assert(alignof(MovieSceneGameplayCueTrack_SetSequencerTrackHandler) == 0x000004, "Wrong alignment on MovieSceneGameplayCueTrack_SetSequencerTrackHandler"); \ +static_assert(sizeof(MovieSceneGameplayCueTrack_SetSequencerTrackHandler) == 0x000010, "Wrong size on MovieSceneGameplayCueTrack_SetSequencerTrackHandler"); \ +static_assert(offsetof(MovieSceneGameplayCueTrack_SetSequencerTrackHandler, InGameplayCueTrackHandler) == 0x000000, "Member 'MovieSceneGameplayCueTrack_SetSequencerTrackHandler::InGameplayCueTrackHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGameplayCueTrack \ +static_assert(alignof(UMovieSceneGameplayCueTrack) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueTrack"); \ +static_assert(sizeof(UMovieSceneGameplayCueTrack) == 0x000120, "Wrong size on UMovieSceneGameplayCueTrack"); \ +static_assert(offsetof(UMovieSceneGameplayCueTrack, Sections) == 0x000110, "Member 'UMovieSceneGameplayCueTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITickableAttributeSetInterface \ +static_assert(alignof(ITickableAttributeSetInterface) == 0x000001, "Wrong alignment on ITickableAttributeSetInterface"); \ +static_assert(sizeof(ITickableAttributeSetInterface) == 0x000001, "Wrong size on ITickableAttributeSetInterface"); \ + +#define DUMPER7_ASSERTS_UPDA_Objective_Acquire_C \ +static_assert(alignof(UPDA_Objective_Acquire_C) == 0x000008, "Wrong alignment on UPDA_Objective_Acquire_C"); \ +static_assert(sizeof(UPDA_Objective_Acquire_C) == 0x000188, "Wrong size on UPDA_Objective_Acquire_C"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, bShouldTriggerWantedOnStart_) == 0x000030, "Member 'UPDA_Objective_Acquire_C::bShouldTriggerWantedOnStart_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, OnStartCrime) == 0x000038, "Member 'UPDA_Objective_Acquire_C::OnStartCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, bShouldTriggerWantedOnSuccess_) == 0x000058, "Member 'UPDA_Objective_Acquire_C::bShouldTriggerWantedOnSuccess_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, LocationReference) == 0x000060, "Member 'UPDA_Objective_Acquire_C::LocationReference' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, bBlockSucessOnWanted_) == 0x000068, "Member 'UPDA_Objective_Acquire_C::bBlockSucessOnWanted_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, bRequiresVehicleForSuccess_) == 0x000069, "Member 'UPDA_Objective_Acquire_C::bRequiresVehicleForSuccess_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, TimeLimit) == 0x000070, "Member 'UPDA_Objective_Acquire_C::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, MaxDistanceToTarget) == 0x000078, "Member 'UPDA_Objective_Acquire_C::MaxDistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, bIsWanted) == 0x000080, "Member 'UPDA_Objective_Acquire_C::bIsWanted' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, bLeftVehicle) == 0x000081, "Member 'UPDA_Objective_Acquire_C::bLeftVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, bBrokenVehicle) == 0x000082, "Member 'UPDA_Objective_Acquire_C::bBrokenVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, MapMarkerDisplayDistance) == 0x000088, "Member 'UPDA_Objective_Acquire_C::MapMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, Area_MarkerDisplayDistance) == 0x000090, "Member 'UPDA_Objective_Acquire_C::Area_MarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, AreaMarkerRadius) == 0x000098, "Member 'UPDA_Objective_Acquire_C::AreaMarkerRadius' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, OnSuccessCrime) == 0x0000A0, "Member 'UPDA_Objective_Acquire_C::OnSuccessCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, OnSuccessWorldState) == 0x0000C0, "Member 'UPDA_Objective_Acquire_C::OnSuccessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, OnFailWorldState) == 0x0000D0, "Member 'UPDA_Objective_Acquire_C::OnFailWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, ItemsToAcquire) == 0x0000E0, "Member 'UPDA_Objective_Acquire_C::ItemsToAcquire' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, bShowHotColdUI) == 0x000130, "Member 'UPDA_Objective_Acquire_C::bShowHotColdUI' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, HotColdItemLocations) == 0x000138, "Member 'UPDA_Objective_Acquire_C::HotColdItemLocations' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, HotColdMinDistance) == 0x000148, "Member 'UPDA_Objective_Acquire_C::HotColdMinDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, HotColdMaxDistance) == 0x000150, "Member 'UPDA_Objective_Acquire_C::HotColdMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, ItemName) == 0x000158, "Member 'UPDA_Objective_Acquire_C::ItemName' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, bShowItemCount) == 0x000168, "Member 'UPDA_Objective_Acquire_C::bShowItemCount' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, bIgnoreAlreadyOwnedItems) == 0x000169, "Member 'UPDA_Objective_Acquire_C::bIgnoreAlreadyOwnedItems' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, bRemoveAcquiredItemsOnSuccess) == 0x00016A, "Member 'UPDA_Objective_Acquire_C::bRemoveAcquiredItemsOnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, SuccessDelay) == 0x000170, "Member 'UPDA_Objective_Acquire_C::SuccessDelay' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Acquire_C, OnSuccessWorldStateNamedInt) == 0x000178, "Member 'UPDA_Objective_Acquire_C::OnSuccessWorldStateNamedInt' 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_FGizmoElementColorAttribute \ +static_assert(alignof(FGizmoElementColorAttribute) == 0x000004, "Wrong alignment on FGizmoElementColorAttribute"); \ +static_assert(sizeof(FGizmoElementColorAttribute) == 0x000014, "Wrong size on FGizmoElementColorAttribute"); \ +static_assert(offsetof(FGizmoElementColorAttribute, Value) == 0x000000, "Member 'FGizmoElementColorAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementColorAttribute, bHasValue) == 0x000010, "Member 'FGizmoElementColorAttribute::bHasValue' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementColorAttribute, bOverridesChildState) == 0x000011, "Member 'FGizmoElementColorAttribute::bOverridesChildState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoElementMaterialAttribute \ +static_assert(alignof(FGizmoElementMaterialAttribute) == 0x000004, "Wrong alignment on FGizmoElementMaterialAttribute"); \ +static_assert(sizeof(FGizmoElementMaterialAttribute) == 0x00000C, "Wrong size on FGizmoElementMaterialAttribute"); \ +static_assert(offsetof(FGizmoElementMaterialAttribute, Value) == 0x000000, "Member 'FGizmoElementMaterialAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMaterialAttribute, bOverridesChildState) == 0x000008, "Member 'FGizmoElementMaterialAttribute::bOverridesChildState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoElementMeshRenderStateAttributes \ +static_assert(alignof(FGizmoElementMeshRenderStateAttributes) == 0x000004, "Wrong alignment on FGizmoElementMeshRenderStateAttributes"); \ +static_assert(sizeof(FGizmoElementMeshRenderStateAttributes) == 0x0000A0, "Wrong size on FGizmoElementMeshRenderStateAttributes"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, Material) == 0x000000, "Member 'FGizmoElementMeshRenderStateAttributes::Material' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, HoverMaterial) == 0x00000C, "Member 'FGizmoElementMeshRenderStateAttributes::HoverMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, InteractMaterial) == 0x000018, "Member 'FGizmoElementMeshRenderStateAttributes::InteractMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, SelectMaterial) == 0x000024, "Member 'FGizmoElementMeshRenderStateAttributes::SelectMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, SubdueMaterial) == 0x000030, "Member 'FGizmoElementMeshRenderStateAttributes::SubdueMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, VertexColor) == 0x00003C, "Member 'FGizmoElementMeshRenderStateAttributes::VertexColor' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, HoverVertexColor) == 0x000050, "Member 'FGizmoElementMeshRenderStateAttributes::HoverVertexColor' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, InteractVertexColor) == 0x000064, "Member 'FGizmoElementMeshRenderStateAttributes::InteractVertexColor' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, SelectVertexColor) == 0x000078, "Member 'FGizmoElementMeshRenderStateAttributes::SelectVertexColor' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementMeshRenderStateAttributes, SubdueVertexColor) == 0x00008C, "Member 'FGizmoElementMeshRenderStateAttributes::SubdueVertexColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoElementLineRenderStateAttributes \ +static_assert(alignof(FGizmoElementLineRenderStateAttributes) == 0x000004, "Wrong alignment on FGizmoElementLineRenderStateAttributes"); \ +static_assert(sizeof(FGizmoElementLineRenderStateAttributes) == 0x000064, "Wrong size on FGizmoElementLineRenderStateAttributes"); \ +static_assert(offsetof(FGizmoElementLineRenderStateAttributes, LineColor) == 0x000000, "Member 'FGizmoElementLineRenderStateAttributes::LineColor' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementLineRenderStateAttributes, HoverLineColor) == 0x000014, "Member 'FGizmoElementLineRenderStateAttributes::HoverLineColor' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementLineRenderStateAttributes, InteractLineColor) == 0x000028, "Member 'FGizmoElementLineRenderStateAttributes::InteractLineColor' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementLineRenderStateAttributes, SelectLineColor) == 0x00003C, "Member 'FGizmoElementLineRenderStateAttributes::SelectLineColor' has a wrong offset!"); \ +static_assert(offsetof(FGizmoElementLineRenderStateAttributes, SubdueLineColor) == 0x000050, "Member 'FGizmoElementLineRenderStateAttributes::SubdueLineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoPerStateValueDouble \ +static_assert(alignof(FGizmoPerStateValueDouble) == 0x000008, "Wrong alignment on FGizmoPerStateValueDouble"); \ +static_assert(sizeof(FGizmoPerStateValueDouble) == 0x000050, "Wrong size on FGizmoPerStateValueDouble"); \ +static_assert(offsetof(FGizmoPerStateValueDouble, Default) == 0x000000, "Member 'FGizmoPerStateValueDouble::Default' has a wrong offset!"); \ +static_assert(offsetof(FGizmoPerStateValueDouble, Hover) == 0x000010, "Member 'FGizmoPerStateValueDouble::Hover' has a wrong offset!"); \ +static_assert(offsetof(FGizmoPerStateValueDouble, Interact) == 0x000020, "Member 'FGizmoPerStateValueDouble::Interact' has a wrong offset!"); \ +static_assert(offsetof(FGizmoPerStateValueDouble, Select) == 0x000030, "Member 'FGizmoPerStateValueDouble::Select' has a wrong offset!"); \ +static_assert(offsetof(FGizmoPerStateValueDouble, Subdue) == 0x000040, "Member 'FGizmoPerStateValueDouble::Subdue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoPerStateValueLinearColor \ +static_assert(alignof(FGizmoPerStateValueLinearColor) == 0x000004, "Wrong alignment on FGizmoPerStateValueLinearColor"); \ +static_assert(sizeof(FGizmoPerStateValueLinearColor) == 0x000064, "Wrong size on FGizmoPerStateValueLinearColor"); \ +static_assert(offsetof(FGizmoPerStateValueLinearColor, Default) == 0x000000, "Member 'FGizmoPerStateValueLinearColor::Default' has a wrong offset!"); \ +static_assert(offsetof(FGizmoPerStateValueLinearColor, Hover) == 0x000014, "Member 'FGizmoPerStateValueLinearColor::Hover' has a wrong offset!"); \ +static_assert(offsetof(FGizmoPerStateValueLinearColor, Interact) == 0x000028, "Member 'FGizmoPerStateValueLinearColor::Interact' has a wrong offset!"); \ +static_assert(offsetof(FGizmoPerStateValueLinearColor, Select) == 0x00003C, "Member 'FGizmoPerStateValueLinearColor::Select' has a wrong offset!"); \ +static_assert(offsetof(FGizmoPerStateValueLinearColor, Subdue) == 0x000050, "Member 'FGizmoPerStateValueLinearColor::Subdue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGizmoFloatParameterChange \ +static_assert(alignof(FGizmoFloatParameterChange) == 0x000004, "Wrong alignment on FGizmoFloatParameterChange"); \ +static_assert(sizeof(FGizmoFloatParameterChange) == 0x000008, "Wrong size on FGizmoFloatParameterChange"); \ +static_assert(offsetof(FGizmoFloatParameterChange, InitialValue) == 0x000000, "Member 'FGizmoFloatParameterChange::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FGizmoFloatParameterChange, CurrentValue) == 0x000004, "Member 'FGizmoFloatParameterChange::CurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushStampData \ +static_assert(alignof(FBrushStampData) == 0x000008, "Wrong alignment on FBrushStampData"); \ +static_assert(sizeof(FBrushStampData) == 0x000140, "Wrong size on FBrushStampData"); \ + +#define DUMPER7_ASSERTS_FBehaviorInfo \ +static_assert(alignof(FBehaviorInfo) == 0x000008, "Wrong alignment on FBehaviorInfo"); \ +static_assert(sizeof(FBehaviorInfo) == 0x000020, "Wrong size on FBehaviorInfo"); \ +static_assert(offsetof(FBehaviorInfo, Behavior) == 0x000000, "Member 'FBehaviorInfo::Behavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputRayHit \ +static_assert(alignof(FInputRayHit) == 0x000008, "Wrong alignment on FInputRayHit"); \ +static_assert(sizeof(FInputRayHit) == 0x000040, "Wrong size on FInputRayHit"); \ +static_assert(offsetof(FInputRayHit, bHit) == 0x000000, "Member 'FInputRayHit::bHit' has a wrong offset!"); \ +static_assert(offsetof(FInputRayHit, HitDepth) == 0x000008, "Member 'FInputRayHit::HitDepth' has a wrong offset!"); \ +static_assert(offsetof(FInputRayHit, HitNormal) == 0x000010, "Member 'FInputRayHit::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FInputRayHit, bHasHitNormal) == 0x000028, "Member 'FInputRayHit::bHasHitNormal' has a wrong offset!"); \ +static_assert(offsetof(FInputRayHit, HitIdentifier) == 0x00002C, "Member 'FInputRayHit::HitIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FInputRayHit, HitObject) == 0x000038, "Member 'FInputRayHit::HitObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeviceButtonState \ +static_assert(alignof(FDeviceButtonState) == 0x000008, "Wrong alignment on FDeviceButtonState"); \ +static_assert(sizeof(FDeviceButtonState) == 0x000020, "Wrong size on FDeviceButtonState"); \ +static_assert(offsetof(FDeviceButtonState, Button) == 0x000000, "Member 'FDeviceButtonState::Button' has a wrong offset!"); \ +static_assert(offsetof(FDeviceButtonState, bPressed) == 0x000018, "Member 'FDeviceButtonState::bPressed' has a wrong offset!"); \ +static_assert(offsetof(FDeviceButtonState, bDown) == 0x000019, "Member 'FDeviceButtonState::bDown' has a wrong offset!"); \ +static_assert(offsetof(FDeviceButtonState, bReleased) == 0x00001A, "Member 'FDeviceButtonState::bReleased' has a wrong offset!"); \ +static_assert(offsetof(FDeviceButtonState, bDoubleClicked) == 0x00001B, "Member 'FDeviceButtonState::bDoubleClicked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKeyboardInputDeviceState \ +static_assert(alignof(FKeyboardInputDeviceState) == 0x000008, "Wrong alignment on FKeyboardInputDeviceState"); \ +static_assert(sizeof(FKeyboardInputDeviceState) == 0x000020, "Wrong size on FKeyboardInputDeviceState"); \ +static_assert(offsetof(FKeyboardInputDeviceState, ActiveKey) == 0x000000, "Member 'FKeyboardInputDeviceState::ActiveKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMouseInputDeviceState \ +static_assert(alignof(FMouseInputDeviceState) == 0x000008, "Wrong alignment on FMouseInputDeviceState"); \ +static_assert(sizeof(FMouseInputDeviceState) == 0x0000B8, "Wrong size on FMouseInputDeviceState"); \ +static_assert(offsetof(FMouseInputDeviceState, Left) == 0x000000, "Member 'FMouseInputDeviceState::Left' has a wrong offset!"); \ +static_assert(offsetof(FMouseInputDeviceState, Middle) == 0x000020, "Member 'FMouseInputDeviceState::Middle' has a wrong offset!"); \ +static_assert(offsetof(FMouseInputDeviceState, Right) == 0x000040, "Member 'FMouseInputDeviceState::Right' has a wrong offset!"); \ +static_assert(offsetof(FMouseInputDeviceState, WheelDelta) == 0x000060, "Member 'FMouseInputDeviceState::WheelDelta' has a wrong offset!"); \ +static_assert(offsetof(FMouseInputDeviceState, Position2D) == 0x000068, "Member 'FMouseInputDeviceState::Position2D' has a wrong offset!"); \ +static_assert(offsetof(FMouseInputDeviceState, Delta2D) == 0x000078, "Member 'FMouseInputDeviceState::Delta2D' has a wrong offset!"); \ +static_assert(offsetof(FMouseInputDeviceState, WorldRay) == 0x000088, "Member 'FMouseInputDeviceState::WorldRay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputDeviceState \ +static_assert(alignof(FInputDeviceState) == 0x000008, "Wrong alignment on FInputDeviceState"); \ +static_assert(sizeof(FInputDeviceState) == 0x0000E0, "Wrong size on FInputDeviceState"); \ +static_assert(offsetof(FInputDeviceState, InputDevice) == 0x000000, "Member 'FInputDeviceState::InputDevice' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceState, bShiftKeyDown) == 0x000004, "Member 'FInputDeviceState::bShiftKeyDown' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceState, bAltKeyDown) == 0x000005, "Member 'FInputDeviceState::bAltKeyDown' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceState, bCtrlKeyDown) == 0x000006, "Member 'FInputDeviceState::bCtrlKeyDown' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceState, bCmdKeyDown) == 0x000007, "Member 'FInputDeviceState::bCmdKeyDown' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceState, Keyboard) == 0x000008, "Member 'FInputDeviceState::Keyboard' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceState, Mouse) == 0x000028, "Member 'FInputDeviceState::Mouse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputDeviceRay \ +static_assert(alignof(FInputDeviceRay) == 0x000008, "Wrong alignment on FInputDeviceRay"); \ +static_assert(sizeof(FInputDeviceRay) == 0x000048, "Wrong size on FInputDeviceRay"); \ +static_assert(offsetof(FInputDeviceRay, WorldRay) == 0x000000, "Member 'FInputDeviceRay::WorldRay' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceRay, bHas2D) == 0x000030, "Member 'FInputDeviceRay::bHas2D' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceRay, ScreenPosition) == 0x000038, "Member 'FInputDeviceRay::ScreenPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveGizmo \ +static_assert(alignof(FActiveGizmo) == 0x000008, "Wrong alignment on FActiveGizmo"); \ +static_assert(sizeof(FActiveGizmo) == 0x000030, "Wrong size on FActiveGizmo"); \ +static_assert(offsetof(FActiveGizmo, Gizmo) == 0x000000, "Member 'FActiveGizmo::Gizmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAssetBackedTarget \ +static_assert(alignof(IAssetBackedTarget) == 0x000001, "Wrong alignment on IAssetBackedTarget"); \ +static_assert(sizeof(IAssetBackedTarget) == 0x000001, "Wrong size on IAssetBackedTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoBaseVec2ParameterSource \ +static_assert(alignof(UGizmoBaseVec2ParameterSource) == 0x000008, "Wrong alignment on UGizmoBaseVec2ParameterSource"); \ +static_assert(sizeof(UGizmoBaseVec2ParameterSource) == 0x000048, "Wrong size on UGizmoBaseVec2ParameterSource"); \ + +#define DUMPER7_ASSERTS_UGizmoPlaneScaleParameterSource \ +static_assert(alignof(UGizmoPlaneScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoPlaneScaleParameterSource"); \ +static_assert(sizeof(UGizmoPlaneScaleParameterSource) == 0x000230, "Wrong size on UGizmoPlaneScaleParameterSource"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, AxisSource) == 0x000110, "Member 'UGizmoPlaneScaleParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, TransformSource) == 0x000120, "Member 'UGizmoPlaneScaleParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, ScaleMultiplier) == 0x000130, "Member 'UGizmoPlaneScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, bUseEqualScaling) == 0x000134, "Member 'UGizmoPlaneScaleParameterSource::bUseEqualScaling' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, bClampToZero) == 0x000135, "Member 'UGizmoPlaneScaleParameterSource::bClampToZero' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, Parameter) == 0x000138, "Member 'UGizmoPlaneScaleParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, LastChange) == 0x000148, "Member 'UGizmoPlaneScaleParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleOrigin) == 0x000168, "Member 'UGizmoPlaneScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleNormal) == 0x000180, "Member 'UGizmoPlaneScaleParameterSource::CurScaleNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleAxisX) == 0x000198, "Member 'UGizmoPlaneScaleParameterSource::CurScaleAxisX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleAxisY) == 0x0001B0, "Member 'UGizmoPlaneScaleParameterSource::CurScaleAxisY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneScaleParameterSource, InitialTransform) == 0x0001D0, "Member 'UGizmoPlaneScaleParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInternalToolFrameworkActor \ +static_assert(alignof(AInternalToolFrameworkActor) == 0x000008, "Wrong alignment on AInternalToolFrameworkActor"); \ +static_assert(sizeof(AInternalToolFrameworkActor) == 0x0002B8, "Wrong size on AInternalToolFrameworkActor"); \ +static_assert(offsetof(AInternalToolFrameworkActor, bIsSelectableInEditor) == 0x0002B0, "Member 'AInternalToolFrameworkActor::bIsSelectableInEditor' has a wrong offset!"); \ + +#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_UInteractiveCommandResult \ +static_assert(alignof(UInteractiveCommandResult) == 0x000008, "Wrong alignment on UInteractiveCommandResult"); \ +static_assert(sizeof(UInteractiveCommandResult) == 0x000028, "Wrong size on UInteractiveCommandResult"); \ + +#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_ISceneComponentBackedTarget \ +static_assert(alignof(ISceneComponentBackedTarget) == 0x000001, "Wrong alignment on ISceneComponentBackedTarget"); \ +static_assert(sizeof(ISceneComponentBackedTarget) == 0x000001, "Wrong size on ISceneComponentBackedTarget"); \ + +#define DUMPER7_ASSERTS_IGizmoBaseComponentInterface \ +static_assert(alignof(IGizmoBaseComponentInterface) == 0x000001, "Wrong alignment on IGizmoBaseComponentInterface"); \ +static_assert(sizeof(IGizmoBaseComponentInterface) == 0x000001, "Wrong size on IGizmoBaseComponentInterface"); \ + +#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) == 0x000570, "Wrong size on UGizmoBaseComponent"); \ +static_assert(offsetof(UGizmoBaseComponent, Color) == 0x000538, "Member 'UGizmoBaseComponent::Color' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, HoverSizeMultiplier) == 0x000548, "Member 'UGizmoBaseComponent::HoverSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, PixelHitDistanceThreshold) == 0x00054C, "Member 'UGizmoBaseComponent::PixelHitDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, GizmoViewContext) == 0x000558, "Member 'UGizmoBaseComponent::GizmoViewContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveCommandArguments \ +static_assert(alignof(UInteractiveCommandArguments) == 0x000008, "Wrong alignment on UInteractiveCommandArguments"); \ +static_assert(sizeof(UInteractiveCommandArguments) == 0x000030, "Wrong size on UInteractiveCommandArguments"); \ + +#define DUMPER7_ASSERTS_UInteractiveCommand \ +static_assert(alignof(UInteractiveCommand) == 0x000008, "Wrong alignment on UInteractiveCommand"); \ +static_assert(sizeof(UInteractiveCommand) == 0x000028, "Wrong size on UInteractiveCommand"); \ + +#define DUMPER7_ASSERTS_UInteractiveGizmoBuilder \ +static_assert(alignof(UInteractiveGizmoBuilder) == 0x000008, "Wrong alignment on UInteractiveGizmoBuilder"); \ +static_assert(sizeof(UInteractiveGizmoBuilder) == 0x000028, "Wrong size on UInteractiveGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_IToolContextTransactionProvider \ +static_assert(alignof(IToolContextTransactionProvider) == 0x000001, "Wrong alignment on IToolContextTransactionProvider"); \ +static_assert(sizeof(IToolContextTransactionProvider) == 0x000001, "Wrong size on IToolContextTransactionProvider"); \ + +#define DUMPER7_ASSERTS_IToolFrameworkComponent \ +static_assert(alignof(IToolFrameworkComponent) == 0x000001, "Wrong alignment on IToolFrameworkComponent"); \ +static_assert(sizeof(IToolFrameworkComponent) == 0x000001, "Wrong size on IToolFrameworkComponent"); \ + +#define DUMPER7_ASSERTS_IInteractiveToolCameraFocusAPI \ +static_assert(alignof(IInteractiveToolCameraFocusAPI) == 0x000001, "Wrong alignment on IInteractiveToolCameraFocusAPI"); \ +static_assert(sizeof(IInteractiveToolCameraFocusAPI) == 0x000001, "Wrong size on IInteractiveToolCameraFocusAPI"); \ + +#define DUMPER7_ASSERTS_IInteractiveToolNestedAcceptCancelAPI \ +static_assert(alignof(IInteractiveToolNestedAcceptCancelAPI) == 0x000001, "Wrong alignment on IInteractiveToolNestedAcceptCancelAPI"); \ +static_assert(sizeof(IInteractiveToolNestedAcceptCancelAPI) == 0x000001, "Wrong size on IInteractiveToolNestedAcceptCancelAPI"); \ + +#define DUMPER7_ASSERTS_IInteractiveToolShutdownQueryAPI \ +static_assert(alignof(IInteractiveToolShutdownQueryAPI) == 0x000001, "Wrong alignment on IInteractiveToolShutdownQueryAPI"); \ +static_assert(sizeof(IInteractiveToolShutdownQueryAPI) == 0x000001, "Wrong size on IInteractiveToolShutdownQueryAPI"); \ + +#define DUMPER7_ASSERTS_IInteractiveToolExclusiveToolAPI \ +static_assert(alignof(IInteractiveToolExclusiveToolAPI) == 0x000001, "Wrong alignment on IInteractiveToolExclusiveToolAPI"); \ +static_assert(sizeof(IInteractiveToolExclusiveToolAPI) == 0x000001, "Wrong size on IInteractiveToolExclusiveToolAPI"); \ + +#define DUMPER7_ASSERTS_IInteractiveToolEditorGizmoAPI \ +static_assert(alignof(IInteractiveToolEditorGizmoAPI) == 0x000001, "Wrong alignment on IInteractiveToolEditorGizmoAPI"); \ +static_assert(sizeof(IInteractiveToolEditorGizmoAPI) == 0x000001, "Wrong size on IInteractiveToolEditorGizmoAPI"); \ + +#define DUMPER7_ASSERTS_IInteractiveToolManageGeometrySelectionAPI \ +static_assert(alignof(IInteractiveToolManageGeometrySelectionAPI) == 0x000001, "Wrong alignment on IInteractiveToolManageGeometrySelectionAPI"); \ +static_assert(sizeof(IInteractiveToolManageGeometrySelectionAPI) == 0x000001, "Wrong size on IInteractiveToolManageGeometrySelectionAPI"); \ + +#define DUMPER7_ASSERTS_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_UGizmoUniformScaleParameterSource \ +static_assert(alignof(UGizmoUniformScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoUniformScaleParameterSource"); \ +static_assert(sizeof(UGizmoUniformScaleParameterSource) == 0x0001D0, "Wrong size on UGizmoUniformScaleParameterSource"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, AxisSource) == 0x0000B0, "Member 'UGizmoUniformScaleParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, TransformSource) == 0x0000C0, "Member 'UGizmoUniformScaleParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, ScaleMultiplier) == 0x0000D0, "Member 'UGizmoUniformScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, Parameter) == 0x0000D8, "Member 'UGizmoUniformScaleParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, LastChange) == 0x0000E8, "Member 'UGizmoUniformScaleParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleOrigin) == 0x000108, "Member 'UGizmoUniformScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleNormal) == 0x000120, "Member 'UGizmoUniformScaleParameterSource::CurScaleNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleAxisX) == 0x000138, "Member 'UGizmoUniformScaleParameterSource::CurScaleAxisX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleAxisY) == 0x000150, "Member 'UGizmoUniformScaleParameterSource::CurScaleAxisY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoUniformScaleParameterSource, InitialTransform) == 0x000170, "Member 'UGizmoUniformScaleParameterSource::InitialTransform' has a wrong offset!"); \ + +#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_IPhysicsDataSource \ +static_assert(alignof(IPhysicsDataSource) == 0x000001, "Wrong alignment on IPhysicsDataSource"); \ +static_assert(sizeof(IPhysicsDataSource) == 0x000001, "Wrong size on IPhysicsDataSource"); \ + +#define DUMPER7_ASSERTS_IPrimitiveComponentBackedTarget \ +static_assert(alignof(IPrimitiveComponentBackedTarget) == 0x000001, "Wrong alignment on IPrimitiveComponentBackedTarget"); \ +static_assert(sizeof(IPrimitiveComponentBackedTarget) == 0x000001, "Wrong size on IPrimitiveComponentBackedTarget"); \ + +#define DUMPER7_ASSERTS_ISkeletalMeshBackedTarget \ +static_assert(alignof(ISkeletalMeshBackedTarget) == 0x000001, "Wrong alignment on ISkeletalMeshBackedTarget"); \ +static_assert(sizeof(ISkeletalMeshBackedTarget) == 0x000001, "Wrong size on ISkeletalMeshBackedTarget"); \ + +#define DUMPER7_ASSERTS_IStaticMeshBackedTarget \ +static_assert(alignof(IStaticMeshBackedTarget) == 0x000001, "Wrong alignment on IStaticMeshBackedTarget"); \ +static_assert(sizeof(IStaticMeshBackedTarget) == 0x000001, "Wrong size on IStaticMeshBackedTarget"); \ + +#define DUMPER7_ASSERTS_UInputBehavior \ +static_assert(alignof(UInputBehavior) == 0x000008, "Wrong alignment on UInputBehavior"); \ +static_assert(sizeof(UInputBehavior) == 0x000048, "Wrong size on UInputBehavior"); \ + +#define DUMPER7_ASSERTS_UAnyButtonInputBehavior \ +static_assert(alignof(UAnyButtonInputBehavior) == 0x000008, "Wrong alignment on UAnyButtonInputBehavior"); \ +static_assert(sizeof(UAnyButtonInputBehavior) == 0x000080, "Wrong size on UAnyButtonInputBehavior"); \ + +#define DUMPER7_ASSERTS_UClickDragInputBehavior \ +static_assert(alignof(UClickDragInputBehavior) == 0x000008, "Wrong alignment on UClickDragInputBehavior"); \ +static_assert(sizeof(UClickDragInputBehavior) == 0x000130, "Wrong size on UClickDragInputBehavior"); \ +static_assert(offsetof(UClickDragInputBehavior, bUpdateModifiersDuringDrag) == 0x000110, "Member 'UClickDragInputBehavior::bUpdateModifiersDuringDrag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalClickDragInputBehavior \ +static_assert(alignof(ULocalClickDragInputBehavior) == 0x000008, "Wrong alignment on ULocalClickDragInputBehavior"); \ +static_assert(sizeof(ULocalClickDragInputBehavior) == 0x000220, "Wrong size on ULocalClickDragInputBehavior"); \ + +#define DUMPER7_ASSERTS_USingleClickInputBehavior \ +static_assert(alignof(USingleClickInputBehavior) == 0x000008, "Wrong alignment on USingleClickInputBehavior"); \ +static_assert(sizeof(USingleClickInputBehavior) == 0x000120, "Wrong size on USingleClickInputBehavior"); \ +static_assert(offsetof(USingleClickInputBehavior, HitTestOnRelease) == 0x0000B0, "Member 'USingleClickInputBehavior::HitTestOnRelease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDoubleClickInputBehavior \ +static_assert(alignof(UDoubleClickInputBehavior) == 0x000008, "Wrong alignment on UDoubleClickInputBehavior"); \ +static_assert(sizeof(UDoubleClickInputBehavior) == 0x000120, "Wrong size on UDoubleClickInputBehavior"); \ + +#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_ULocalDoubleClickInputBehavior \ +static_assert(alignof(ULocalDoubleClickInputBehavior) == 0x000008, "Wrong alignment on ULocalDoubleClickInputBehavior"); \ +static_assert(sizeof(ULocalDoubleClickInputBehavior) == 0x0001C0, "Wrong size on ULocalDoubleClickInputBehavior"); \ + +#define DUMPER7_ASSERTS_UKeyAsModifierInputBehavior \ +static_assert(alignof(UKeyAsModifierInputBehavior) == 0x000008, "Wrong alignment on UKeyAsModifierInputBehavior"); \ +static_assert(sizeof(UKeyAsModifierInputBehavior) == 0x0000B0, "Wrong size on UKeyAsModifierInputBehavior"); \ + +#define DUMPER7_ASSERTS_UMouseButtonAsModifierInputBehavior \ +static_assert(alignof(UMouseButtonAsModifierInputBehavior) == 0x000008, "Wrong alignment on UMouseButtonAsModifierInputBehavior"); \ +static_assert(sizeof(UMouseButtonAsModifierInputBehavior) == 0x0000B0, "Wrong size on UMouseButtonAsModifierInputBehavior"); \ + +#define DUMPER7_ASSERTS_UKeyInputBehavior \ +static_assert(alignof(UKeyInputBehavior) == 0x000008, "Wrong alignment on UKeyInputBehavior"); \ +static_assert(sizeof(UKeyInputBehavior) == 0x000120, "Wrong size on UKeyInputBehavior"); \ + +#define DUMPER7_ASSERTS_UMouseHoverBehavior \ +static_assert(alignof(UMouseHoverBehavior) == 0x000008, "Wrong alignment on UMouseHoverBehavior"); \ +static_assert(sizeof(UMouseHoverBehavior) == 0x0000F0, "Wrong size on UMouseHoverBehavior"); \ + +#define DUMPER7_ASSERTS_ULocalMouseHoverBehavior \ +static_assert(alignof(ULocalMouseHoverBehavior) == 0x000008, "Wrong alignment on ULocalMouseHoverBehavior"); \ +static_assert(sizeof(ULocalMouseHoverBehavior) == 0x0001E0, "Wrong size on ULocalMouseHoverBehavior"); \ + +#define DUMPER7_ASSERTS_UMouseWheelInputBehavior \ +static_assert(alignof(UMouseWheelInputBehavior) == 0x000008, "Wrong alignment on UMouseWheelInputBehavior"); \ +static_assert(sizeof(UMouseWheelInputBehavior) == 0x000120, "Wrong size on UMouseWheelInputBehavior"); \ + +#define DUMPER7_ASSERTS_UMouseWheelModifierInputBehavior \ +static_assert(alignof(UMouseWheelModifierInputBehavior) == 0x000008, "Wrong alignment on UMouseWheelModifierInputBehavior"); \ +static_assert(sizeof(UMouseWheelModifierInputBehavior) == 0x000120, "Wrong size on UMouseWheelModifierInputBehavior"); \ + +#define DUMPER7_ASSERTS_UMultiClickSequenceInputBehavior \ +static_assert(alignof(UMultiClickSequenceInputBehavior) == 0x000008, "Wrong alignment on UMultiClickSequenceInputBehavior"); \ +static_assert(sizeof(UMultiClickSequenceInputBehavior) == 0x000150, "Wrong size on UMultiClickSequenceInputBehavior"); \ + +#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_UInteractiveTool \ +static_assert(alignof(UInteractiveTool) == 0x000008, "Wrong alignment on UInteractiveTool"); \ +static_assert(sizeof(UInteractiveTool) == 0x0000B0, "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_USingleClickTool \ +static_assert(alignof(USingleClickTool) == 0x000008, "Wrong alignment on USingleClickTool"); \ +static_assert(sizeof(USingleClickTool) == 0x0000B8, "Wrong size on USingleClickTool"); \ + +#define DUMPER7_ASSERTS_USingleClickOrDragInputBehavior \ +static_assert(alignof(USingleClickOrDragInputBehavior) == 0x000008, "Wrong alignment on USingleClickOrDragInputBehavior"); \ +static_assert(sizeof(USingleClickOrDragInputBehavior) == 0x000170, "Wrong size on USingleClickOrDragInputBehavior"); \ +static_assert(offsetof(USingleClickOrDragInputBehavior, bBeginDragIfClickTargetNotHit) == 0x000110, "Member 'USingleClickOrDragInputBehavior::bBeginDragIfClickTargetNotHit' has a wrong offset!"); \ +static_assert(offsetof(USingleClickOrDragInputBehavior, ClickDistanceThreshold) == 0x000114, "Member 'USingleClickOrDragInputBehavior::ClickDistanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleKeyCaptureBehavior \ +static_assert(alignof(USingleKeyCaptureBehavior) == 0x000008, "Wrong alignment on USingleKeyCaptureBehavior"); \ +static_assert(sizeof(USingleKeyCaptureBehavior) == 0x000120, "Wrong size on USingleKeyCaptureBehavior"); \ + +#define DUMPER7_ASSERTS_UTwoAxisPropertyEditInputBehavior \ +static_assert(alignof(UTwoAxisPropertyEditInputBehavior) == 0x000008, "Wrong alignment on UTwoAxisPropertyEditInputBehavior"); \ +static_assert(sizeof(UTwoAxisPropertyEditInputBehavior) == 0x000088, "Wrong size on UTwoAxisPropertyEditInputBehavior"); \ + +#define DUMPER7_ASSERTS_ULocalTwoAxisPropertyEditInputBehavior \ +static_assert(alignof(ULocalTwoAxisPropertyEditInputBehavior) == 0x000008, "Wrong alignment on ULocalTwoAxisPropertyEditInputBehavior"); \ +static_assert(sizeof(ULocalTwoAxisPropertyEditInputBehavior) == 0x000260, "Wrong size on ULocalTwoAxisPropertyEditInputBehavior"); \ + +#define DUMPER7_ASSERTS_IWidgetBaseBehavior \ +static_assert(alignof(IWidgetBaseBehavior) == 0x000001, "Wrong alignment on IWidgetBaseBehavior"); \ +static_assert(sizeof(IWidgetBaseBehavior) == 0x000001, "Wrong size on IWidgetBaseBehavior"); \ + +#define DUMPER7_ASSERTS_UAxisAngleGizmoBuilder \ +static_assert(alignof(UAxisAngleGizmoBuilder) == 0x000008, "Wrong alignment on UAxisAngleGizmoBuilder"); \ +static_assert(sizeof(UAxisAngleGizmoBuilder) == 0x000028, "Wrong size on UAxisAngleGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UInteractiveGizmo \ +static_assert(alignof(UInteractiveGizmo) == 0x000008, "Wrong alignment on UInteractiveGizmo"); \ +static_assert(sizeof(UInteractiveGizmo) == 0x000038, "Wrong size on UInteractiveGizmo"); \ +static_assert(offsetof(UInteractiveGizmo, InputBehaviors) == 0x000030, "Member 'UInteractiveGizmo::InputBehaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAxisAngleGizmo \ +static_assert(alignof(UAxisAngleGizmo) == 0x000010, "Wrong alignment on UAxisAngleGizmo"); \ +static_assert(sizeof(UAxisAngleGizmo) == 0x0001B0, "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) == 0x0000F0, "Member 'UAxisAngleGizmo::bInInteraction' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, RotationOrigin) == 0x0000F8, "Member 'UAxisAngleGizmo::RotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, RotationAxis) == 0x000110, "Member 'UAxisAngleGizmo::RotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, RotationPlaneX) == 0x000128, "Member 'UAxisAngleGizmo::RotationPlaneX' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, RotationPlaneY) == 0x000140, "Member 'UAxisAngleGizmo::RotationPlaneY' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, InteractionStartPoint) == 0x000158, "Member 'UAxisAngleGizmo::InteractionStartPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, InteractionCurPoint) == 0x000170, "Member 'UAxisAngleGizmo::InteractionCurPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, InteractionStartAngle) == 0x000188, "Member 'UAxisAngleGizmo::InteractionStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UAxisAngleGizmo, InteractionCurAngle) == 0x00018C, "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) == 0x0001A0, "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) == 0x000101, "Member 'UAxisPositionGizmo::bInInteraction' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionOrigin) == 0x000108, "Member 'UAxisPositionGizmo::InteractionOrigin' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionAxis) == 0x000120, "Member 'UAxisPositionGizmo::InteractionAxis' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionStartPoint) == 0x000138, "Member 'UAxisPositionGizmo::InteractionStartPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionCurPoint) == 0x000150, "Member 'UAxisPositionGizmo::InteractionCurPoint' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionStartParameter) == 0x000168, "Member 'UAxisPositionGizmo::InteractionStartParameter' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, InteractionCurParameter) == 0x00016C, "Member 'UAxisPositionGizmo::InteractionCurParameter' has a wrong offset!"); \ +static_assert(offsetof(UAxisPositionGizmo, ParameterSign) == 0x000170, "Member 'UAxisPositionGizmo::ParameterSign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoConstantAxisSource \ +static_assert(alignof(UGizmoConstantAxisSource) == 0x000008, "Wrong alignment on UGizmoConstantAxisSource"); \ +static_assert(sizeof(UGizmoConstantAxisSource) == 0x000060, "Wrong size on UGizmoConstantAxisSource"); \ +static_assert(offsetof(UGizmoConstantAxisSource, Origin) == 0x000030, "Member 'UGizmoConstantAxisSource::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantAxisSource, Direction) == 0x000048, "Member 'UGizmoConstantAxisSource::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoConstantFrameAxisSource \ +static_assert(alignof(UGizmoConstantFrameAxisSource) == 0x000008, "Wrong alignment on UGizmoConstantFrameAxisSource"); \ +static_assert(sizeof(UGizmoConstantFrameAxisSource) == 0x000090, "Wrong size on UGizmoConstantFrameAxisSource"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, Origin) == 0x000030, "Member 'UGizmoConstantFrameAxisSource::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, Direction) == 0x000048, "Member 'UGizmoConstantFrameAxisSource::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, TangentX) == 0x000060, "Member 'UGizmoConstantFrameAxisSource::TangentX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoConstantFrameAxisSource, TangentY) == 0x000078, "Member 'UGizmoConstantFrameAxisSource::TangentY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoComponentAxisSource \ +static_assert(alignof(UGizmoComponentAxisSource) == 0x000008, "Wrong alignment on UGizmoComponentAxisSource"); \ +static_assert(sizeof(UGizmoComponentAxisSource) == 0x000040, "Wrong size on UGizmoComponentAxisSource"); \ +static_assert(offsetof(UGizmoComponentAxisSource, Component) == 0x000030, "Member 'UGizmoComponentAxisSource::Component' has a wrong offset!"); \ +static_assert(offsetof(UGizmoComponentAxisSource, AxisIndex) == 0x000038, "Member 'UGizmoComponentAxisSource::AxisIndex' has a wrong offset!"); \ +static_assert(offsetof(UGizmoComponentAxisSource, bLocalAxes) == 0x00003C, "Member 'UGizmoComponentAxisSource::bLocalAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushStampIndicatorBuilder \ +static_assert(alignof(UBrushStampIndicatorBuilder) == 0x000008, "Wrong alignment on UBrushStampIndicatorBuilder"); \ +static_assert(sizeof(UBrushStampIndicatorBuilder) == 0x000028, "Wrong size on UBrushStampIndicatorBuilder"); \ + +#define DUMPER7_ASSERTS_UBrushStampIndicator \ +static_assert(alignof(UBrushStampIndicator) == 0x000008, "Wrong alignment on UBrushStampIndicator"); \ +static_assert(sizeof(UBrushStampIndicator) == 0x0000D8, "Wrong size on UBrushStampIndicator"); \ +static_assert(offsetof(UBrushStampIndicator, bVisible) == 0x000038, "Member 'UBrushStampIndicator::bVisible' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, BrushRadius) == 0x00003C, "Member 'UBrushStampIndicator::BrushRadius' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, BrushFalloff) == 0x000040, "Member 'UBrushStampIndicator::BrushFalloff' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, BrushStrength) == 0x000044, "Member 'UBrushStampIndicator::BrushStrength' 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, bScaleNormalByStrength) == 0x00007A, "Member 'UBrushStampIndicator::bScaleNormalByStrength' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, SampleStepCount) == 0x00007C, "Member 'UBrushStampIndicator::SampleStepCount' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, LineColor) == 0x000080, "Member 'UBrushStampIndicator::LineColor' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, LineThickness) == 0x000090, "Member 'UBrushStampIndicator::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDepthTested) == 0x000094, "Member 'UBrushStampIndicator::bDepthTested' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, bDrawSecondaryLines) == 0x000095, "Member 'UBrushStampIndicator::bDrawSecondaryLines' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, SecondaryLineThickness) == 0x000098, "Member 'UBrushStampIndicator::SecondaryLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, SecondaryLineColor) == 0x00009C, "Member 'UBrushStampIndicator::SecondaryLineColor' has a wrong offset!"); \ +static_assert(offsetof(UBrushStampIndicator, AttachedComponent) == 0x0000B0, "Member 'UBrushStampIndicator::AttachedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGizmoActor \ +static_assert(alignof(AGizmoActor) == 0x000008, "Wrong alignment on AGizmoActor"); \ +static_assert(sizeof(AGizmoActor) == 0x0002B8, "Wrong size on AGizmoActor"); \ + +#define DUMPER7_ASSERTS_ACombinedTransformGizmoActor \ +static_assert(alignof(ACombinedTransformGizmoActor) == 0x000008, "Wrong alignment on ACombinedTransformGizmoActor"); \ +static_assert(sizeof(ACombinedTransformGizmoActor) == 0x000378, "Wrong size on ACombinedTransformGizmoActor"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateX) == 0x0002B8, "Member 'ACombinedTransformGizmoActor::TranslateX' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateY) == 0x0002C0, "Member 'ACombinedTransformGizmoActor::TranslateY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateZ) == 0x0002C8, "Member 'ACombinedTransformGizmoActor::TranslateZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateYZ) == 0x0002D0, "Member 'ACombinedTransformGizmoActor::TranslateYZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateXZ) == 0x0002D8, "Member 'ACombinedTransformGizmoActor::TranslateXZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateXY) == 0x0002E0, "Member 'ACombinedTransformGizmoActor::TranslateXY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, RotateX) == 0x0002E8, "Member 'ACombinedTransformGizmoActor::RotateX' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, RotateY) == 0x0002F0, "Member 'ACombinedTransformGizmoActor::RotateY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, RotateZ) == 0x0002F8, "Member 'ACombinedTransformGizmoActor::RotateZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, RotationSphere) == 0x000300, "Member 'ACombinedTransformGizmoActor::RotationSphere' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, FreeRotateHandle) == 0x000308, "Member 'ACombinedTransformGizmoActor::FreeRotateHandle' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, FreeTranslateHandle) == 0x000310, "Member 'ACombinedTransformGizmoActor::FreeTranslateHandle' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, UniformScale) == 0x000318, "Member 'ACombinedTransformGizmoActor::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, AxisScaleX) == 0x000320, "Member 'ACombinedTransformGizmoActor::AxisScaleX' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, AxisScaleY) == 0x000328, "Member 'ACombinedTransformGizmoActor::AxisScaleY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, AxisScaleZ) == 0x000330, "Member 'ACombinedTransformGizmoActor::AxisScaleZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, PlaneScaleYZ) == 0x000338, "Member 'ACombinedTransformGizmoActor::PlaneScaleYZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, PlaneScaleXZ) == 0x000340, "Member 'ACombinedTransformGizmoActor::PlaneScaleXZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, PlaneScaleXY) == 0x000348, "Member 'ACombinedTransformGizmoActor::PlaneScaleXY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, FullAxisScaleX) == 0x000360, "Member 'ACombinedTransformGizmoActor::FullAxisScaleX' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, FullAxisScaleY) == 0x000368, "Member 'ACombinedTransformGizmoActor::FullAxisScaleY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, FullAxisScaleZ) == 0x000370, "Member 'ACombinedTransformGizmoActor::FullAxisScaleZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombinedTransformGizmoBuilder \ +static_assert(alignof(UCombinedTransformGizmoBuilder) == 0x000008, "Wrong alignment on UCombinedTransformGizmoBuilder"); \ +static_assert(sizeof(UCombinedTransformGizmoBuilder) == 0x0000D0, "Wrong size on UCombinedTransformGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UCombinedTransformGizmo \ +static_assert(alignof(UCombinedTransformGizmo) == 0x000010, "Wrong alignment on UCombinedTransformGizmo"); \ +static_assert(sizeof(UCombinedTransformGizmo) == 0x000540, "Wrong size on UCombinedTransformGizmo"); \ +static_assert(offsetof(UCombinedTransformGizmo, ActiveTarget) == 0x000038, "Member 'UCombinedTransformGizmo::ActiveTarget' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bSnapToWorldGrid) == 0x000040, "Member 'UCombinedTransformGizmo::bSnapToWorldGrid' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bGridSizeIsExplicit) == 0x000044, "Member 'UCombinedTransformGizmo::bGridSizeIsExplicit' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, ExplicitGridSize) == 0x000048, "Member 'UCombinedTransformGizmo::ExplicitGridSize' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bRotationGridSizeIsExplicit) == 0x000060, "Member 'UCombinedTransformGizmo::bRotationGridSizeIsExplicit' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, ExplicitRotationGridSize) == 0x000068, "Member 'UCombinedTransformGizmo::ExplicitRotationGridSize' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bSnapToWorldRotGrid) == 0x000080, "Member 'UCombinedTransformGizmo::bSnapToWorldRotGrid' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bSnapToScaleGrid) == 0x000081, "Member 'UCombinedTransformGizmo::bSnapToScaleGrid' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bUseContextCoordinateSystem) == 0x000082, "Member 'UCombinedTransformGizmo::bUseContextCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, CurrentCoordinateSystem) == 0x000083, "Member 'UCombinedTransformGizmo::CurrentCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, bUseContextGizmoMode) == 0x000084, "Member 'UCombinedTransformGizmo::bUseContextGizmoMode' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, ActiveGizmoMode) == 0x000085, "Member 'UCombinedTransformGizmo::ActiveGizmoMode' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, ActiveComponents) == 0x000190, "Member 'UCombinedTransformGizmo::ActiveComponents' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, ActiveGizmos) == 0x0001A0, "Member 'UCombinedTransformGizmo::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, GizmoActor) == 0x0003C8, "Member 'UCombinedTransformGizmo::GizmoActor' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, CameraAxisSource) == 0x0003D0, "Member 'UCombinedTransformGizmo::CameraAxisSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, AxisXSource) == 0x0003D8, "Member 'UCombinedTransformGizmo::AxisXSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, AxisYSource) == 0x0003E0, "Member 'UCombinedTransformGizmo::AxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, AxisZSource) == 0x0003E8, "Member 'UCombinedTransformGizmo::AxisZSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, UnitAxisXSource) == 0x0003F0, "Member 'UCombinedTransformGizmo::UnitAxisXSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, UnitAxisYSource) == 0x0003F8, "Member 'UCombinedTransformGizmo::UnitAxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, UnitAxisZSource) == 0x000400, "Member 'UCombinedTransformGizmo::UnitAxisZSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, StateTarget) == 0x000408, "Member 'UCombinedTransformGizmo::StateTarget' has a wrong offset!"); \ + +#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_UComponentBoundTransformProxy \ +static_assert(alignof(UComponentBoundTransformProxy) == 0x000010, "Wrong alignment on UComponentBoundTransformProxy"); \ +static_assert(sizeof(UComponentBoundTransformProxy) == 0x0001C0, "Wrong size on UComponentBoundTransformProxy"); \ + +#define DUMPER7_ASSERTS_UPlanePositionGizmo \ +static_assert(alignof(UPlanePositionGizmo) == 0x000010, "Wrong alignment on UPlanePositionGizmo"); \ +static_assert(sizeof(UPlanePositionGizmo) == 0x000280, "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) == 0x000100, "Member 'UPlanePositionGizmo::bInInteraction' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionOrigin) == 0x000108, "Member 'UPlanePositionGizmo::InteractionOrigin' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionNormal) == 0x000120, "Member 'UPlanePositionGizmo::InteractionNormal' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionAxisX) == 0x000138, "Member 'UPlanePositionGizmo::InteractionAxisX' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionAxisY) == 0x000150, "Member 'UPlanePositionGizmo::InteractionAxisY' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionStartPoint) == 0x000168, "Member 'UPlanePositionGizmo::InteractionStartPoint' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionCurPoint) == 0x000180, "Member 'UPlanePositionGizmo::InteractionCurPoint' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionStartParameter) == 0x000198, "Member 'UPlanePositionGizmo::InteractionStartParameter' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, InteractionCurParameter) == 0x0001A8, "Member 'UPlanePositionGizmo::InteractionCurParameter' has a wrong offset!"); \ +static_assert(offsetof(UPlanePositionGizmo, ParameterSigns) == 0x0001B8, "Member 'UPlanePositionGizmo::ParameterSigns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFreePositionSubGizmo \ +static_assert(alignof(UFreePositionSubGizmo) == 0x000010, "Wrong alignment on UFreePositionSubGizmo"); \ +static_assert(sizeof(UFreePositionSubGizmo) == 0x000290, "Wrong size on UFreePositionSubGizmo"); \ +static_assert(offsetof(UFreePositionSubGizmo, TransformSource) == 0x000280, "Member 'UFreePositionSubGizmo::TransformSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFreeRotationSubGizmo \ +static_assert(alignof(UFreeRotationSubGizmo) == 0x000010, "Wrong alignment on UFreeRotationSubGizmo"); \ +static_assert(sizeof(UFreeRotationSubGizmo) == 0x000100, "Wrong size on UFreeRotationSubGizmo"); \ +static_assert(offsetof(UFreeRotationSubGizmo, AxisSource) == 0x000048, "Member 'UFreeRotationSubGizmo::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UFreeRotationSubGizmo, HitTarget) == 0x000058, "Member 'UFreeRotationSubGizmo::HitTarget' has a wrong offset!"); \ +static_assert(offsetof(UFreeRotationSubGizmo, StateTarget) == 0x000068, "Member 'UFreeRotationSubGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UFreeRotationSubGizmo, TransformSource) == 0x000078, "Member 'UFreeRotationSubGizmo::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UFreeRotationSubGizmo, GizmoViewContext) == 0x000088, "Member 'UFreeRotationSubGizmo::GizmoViewContext' has a wrong offset!"); \ +static_assert(offsetof(UFreeRotationSubGizmo, MouseBehavior) == 0x000090, "Member 'UFreeRotationSubGizmo::MouseBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoArrowComponent \ +static_assert(alignof(UGizmoArrowComponent) == 0x000010, "Wrong alignment on UGizmoArrowComponent"); \ +static_assert(sizeof(UGizmoArrowComponent) == 0x000590, "Wrong size on UGizmoArrowComponent"); \ +static_assert(offsetof(UGizmoArrowComponent, Direction) == 0x000568, "Member 'UGizmoArrowComponent::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Gap) == 0x000580, "Member 'UGizmoArrowComponent::Gap' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Length) == 0x000584, "Member 'UGizmoArrowComponent::Length' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Thickness) == 0x000588, "Member 'UGizmoArrowComponent::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoBoxComponent \ +static_assert(alignof(UGizmoBoxComponent) == 0x000010, "Wrong alignment on UGizmoBoxComponent"); \ +static_assert(sizeof(UGizmoBoxComponent) == 0x0005C0, "Wrong size on UGizmoBoxComponent"); \ +static_assert(offsetof(UGizmoBoxComponent, Origin) == 0x000568, "Member 'UGizmoBoxComponent::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, Rotation) == 0x000580, "Member 'UGizmoBoxComponent::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, Dimensions) == 0x0005A0, "Member 'UGizmoBoxComponent::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, LineThickness) == 0x0005B8, "Member 'UGizmoBoxComponent::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, bRemoveHiddenLines) == 0x0005BC, "Member 'UGizmoBoxComponent::bRemoveHiddenLines' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, bEnableAxisFlip) == 0x0005BD, "Member 'UGizmoBoxComponent::bEnableAxisFlip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoCircleComponent \ +static_assert(alignof(UGizmoCircleComponent) == 0x000010, "Wrong alignment on UGizmoCircleComponent"); \ +static_assert(sizeof(UGizmoCircleComponent) == 0x000590, "Wrong size on UGizmoCircleComponent"); \ +static_assert(offsetof(UGizmoCircleComponent, Normal) == 0x000568, "Member 'UGizmoCircleComponent::Normal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, Radius) == 0x000580, "Member 'UGizmoCircleComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, Thickness) == 0x000584, "Member 'UGizmoCircleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, NumSides) == 0x000588, "Member 'UGizmoCircleComponent::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bViewAligned) == 0x00058C, "Member 'UGizmoCircleComponent::bViewAligned' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bDrawFullCircle) == 0x00058D, "Member 'UGizmoCircleComponent::bDrawFullCircle' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bOnlyAllowFrontFacingHits) == 0x00058E, "Member 'UGizmoCircleComponent::bOnlyAllowFrontFacingHits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolPropertySet \ +static_assert(alignof(UInteractiveToolPropertySet) == 0x000008, "Wrong alignment on UInteractiveToolPropertySet"); \ +static_assert(sizeof(UInteractiveToolPropertySet) == 0x0000A8, "Wrong size on UInteractiveToolPropertySet"); \ +static_assert(offsetof(UInteractiveToolPropertySet, CachedPropertiesMap) == 0x000038, "Member 'UInteractiveToolPropertySet::CachedPropertiesMap' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolPropertySet, bIsPropertySetEnabled) == 0x000088, "Member 'UInteractiveToolPropertySet::bIsPropertySetEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushBaseProperties \ +static_assert(alignof(UBrushBaseProperties) == 0x000008, "Wrong alignment on UBrushBaseProperties"); \ +static_assert(sizeof(UBrushBaseProperties) == 0x0000C8, "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, bToolSupportsPressureSensitivity) == 0x0000B4, "Member 'UBrushBaseProperties::bToolSupportsPressureSensitivity' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, bEnablePressureSensitivity) == 0x0000B5, "Member 'UBrushBaseProperties::bEnablePressureSensitivity' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, BrushStrength) == 0x0000B8, "Member 'UBrushBaseProperties::BrushStrength' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, BrushFalloffAmount) == 0x0000BC, "Member 'UBrushBaseProperties::BrushFalloffAmount' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, bHitBackFaces) == 0x0000C0, "Member 'UBrushBaseProperties::bHitBackFaces' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, bShowStrength) == 0x0000C1, "Member 'UBrushBaseProperties::bShowStrength' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, bShowFalloff) == 0x0000C2, "Member 'UBrushBaseProperties::bShowFalloff' has a wrong offset!"); \ +static_assert(offsetof(UBrushBaseProperties, bShowHitBackFaces) == 0x0000C3, "Member 'UBrushBaseProperties::bShowHitBackFaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementBase \ +static_assert(alignof(UGizmoElementBase) == 0x000008, "Wrong alignment on UGizmoElementBase"); \ +static_assert(sizeof(UGizmoElementBase) == 0x000150, "Wrong size on UGizmoElementBase"); \ +static_assert(offsetof(UGizmoElementBase, bEnabled) == 0x000028, "Member 'UGizmoElementBase::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, bEnabledForPerspectiveProjection) == 0x000029, "Member 'UGizmoElementBase::bEnabledForPerspectiveProjection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, bEnabledForOrthographicProjection) == 0x00002A, "Member 'UGizmoElementBase::bEnabledForOrthographicProjection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, bEnabledForDefaultState) == 0x00002B, "Member 'UGizmoElementBase::bEnabledForDefaultState' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, bEnabledForHoveringState) == 0x00002C, "Member 'UGizmoElementBase::bEnabledForHoveringState' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, bEnabledForInteractingState) == 0x00002D, "Member 'UGizmoElementBase::bEnabledForInteractingState' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, bEnabledForSelectedState) == 0x00002E, "Member 'UGizmoElementBase::bEnabledForSelectedState' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, bEnabledForSubduedState) == 0x00002F, "Member 'UGizmoElementBase::bEnabledForSubduedState' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, PartIdentifier) == 0x000030, "Member 'UGizmoElementBase::PartIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, MeshRenderAttributes) == 0x000034, "Member 'UGizmoElementBase::MeshRenderAttributes' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ElementState) == 0x0000D4, "Member 'UGizmoElementBase::ElementState' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ElementInteractionState) == 0x0000D8, "Member 'UGizmoElementBase::ElementInteractionState' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewDependentType) == 0x0000DC, "Member 'UGizmoElementBase::ViewDependentType' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewDependentAxis) == 0x0000E0, "Member 'UGizmoElementBase::ViewDependentAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewDependentAngleTol) == 0x0000F8, "Member 'UGizmoElementBase::ViewDependentAngleTol' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewDependentAxialMaxCosAngleTol) == 0x0000FC, "Member 'UGizmoElementBase::ViewDependentAxialMaxCosAngleTol' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewDependentPlanarMinCosAngleTol) == 0x000100, "Member 'UGizmoElementBase::ViewDependentPlanarMinCosAngleTol' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewAlignType) == 0x000104, "Member 'UGizmoElementBase::ViewAlignType' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewAlignAxis) == 0x000108, "Member 'UGizmoElementBase::ViewAlignAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewAlignNormal) == 0x000120, "Member 'UGizmoElementBase::ViewAlignNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewAlignAxialAngleTol) == 0x000138, "Member 'UGizmoElementBase::ViewAlignAxialAngleTol' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewAlignAxialMaxCosAngleTol) == 0x00013C, "Member 'UGizmoElementBase::ViewAlignAxialMaxCosAngleTol' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, PixelHitDistanceThreshold) == 0x000140, "Member 'UGizmoElementBase::PixelHitDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, MinimumPixelHitDistanceThreshold) == 0x000144, "Member 'UGizmoElementBase::MinimumPixelHitDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, HitPriority) == 0x000148, "Member 'UGizmoElementBase::HitPriority' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBase, ViewDepthOffset) == 0x00014C, "Member 'UGizmoElementBase::ViewDepthOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementLineBase \ +static_assert(alignof(UGizmoElementLineBase) == 0x000008, "Wrong alignment on UGizmoElementLineBase"); \ +static_assert(sizeof(UGizmoElementLineBase) == 0x0001D0, "Wrong size on UGizmoElementLineBase"); \ +static_assert(offsetof(UGizmoElementLineBase, LineRenderAttributes) == 0x000150, "Member 'UGizmoElementLineBase::LineRenderAttributes' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineBase, LineThickness) == 0x0001B4, "Member 'UGizmoElementLineBase::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineBase, bScreenSpaceLine) == 0x0001B8, "Member 'UGizmoElementLineBase::bScreenSpaceLine' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineBase, HoverLineThicknessMultiplier) == 0x0001BC, "Member 'UGizmoElementLineBase::HoverLineThicknessMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineBase, InteractLineThicknessMultiplier) == 0x0001C0, "Member 'UGizmoElementLineBase::InteractLineThicknessMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineBase, SelectLineThicknessMultiplier) == 0x0001C4, "Member 'UGizmoElementLineBase::SelectLineThicknessMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineBase, SubdueLineThicknessMultiplier) == 0x0001C8, "Member 'UGizmoElementLineBase::SubdueLineThicknessMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoObjectModifyStateTarget \ +static_assert(alignof(UGizmoObjectModifyStateTarget) == 0x000008, "Wrong alignment on UGizmoObjectModifyStateTarget"); \ +static_assert(sizeof(UGizmoObjectModifyStateTarget) == 0x000058, "Wrong size on UGizmoObjectModifyStateTarget"); \ +static_assert(offsetof(UGizmoObjectModifyStateTarget, TransactionManager) == 0x000048, "Member 'UGizmoObjectModifyStateTarget::TransactionManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementCircleBase \ +static_assert(alignof(UGizmoElementCircleBase) == 0x000008, "Wrong alignment on UGizmoElementCircleBase"); \ +static_assert(sizeof(UGizmoElementCircleBase) == 0x000290, "Wrong size on UGizmoElementCircleBase"); \ +static_assert(offsetof(UGizmoElementCircleBase, Center) == 0x0001D0, "Member 'UGizmoElementCircleBase::Center' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, Axis0) == 0x0001E8, "Member 'UGizmoElementCircleBase::Axis0' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, Axis1) == 0x000200, "Member 'UGizmoElementCircleBase::Axis1' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, Radius) == 0x000218, "Member 'UGizmoElementCircleBase::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, RadiusMultiplier) == 0x000220, "Member 'UGizmoElementCircleBase::RadiusMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, NumSegments) == 0x000270, "Member 'UGizmoElementCircleBase::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, PartialType) == 0x000274, "Member 'UGizmoElementCircleBase::PartialType' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, PartialStartAngle) == 0x000278, "Member 'UGizmoElementCircleBase::PartialStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, PartialEndAngle) == 0x000280, "Member 'UGizmoElementCircleBase::PartialEndAngle' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircleBase, PartialViewDependentMaxCosTol) == 0x000288, "Member 'UGizmoElementCircleBase::PartialViewDependentMaxCosTol' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementArc \ +static_assert(alignof(UGizmoElementArc) == 0x000008, "Wrong alignment on UGizmoElementArc"); \ +static_assert(sizeof(UGizmoElementArc) == 0x000298, "Wrong size on UGizmoElementArc"); \ +static_assert(offsetof(UGizmoElementArc, InnerRadius) == 0x000290, "Member 'UGizmoElementArc::InnerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementGroupBase \ +static_assert(alignof(UGizmoElementGroupBase) == 0x000008, "Wrong alignment on UGizmoElementGroupBase"); \ +static_assert(sizeof(UGizmoElementGroupBase) == 0x0001E8, "Wrong size on UGizmoElementGroupBase"); \ +static_assert(offsetof(UGizmoElementGroupBase, bConstantScale) == 0x0001D0, "Member 'UGizmoElementGroupBase::bConstantScale' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementGroupBase, bHitOwner) == 0x0001D1, "Member 'UGizmoElementGroupBase::bHitOwner' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementGroupBase, Elements) == 0x0001D8, "Member 'UGizmoElementGroupBase::Elements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementArrow \ +static_assert(alignof(UGizmoElementArrow) == 0x000008, "Wrong alignment on UGizmoElementArrow"); \ +static_assert(sizeof(UGizmoElementArrow) == 0x000270, "Wrong size on UGizmoElementArrow"); \ +static_assert(offsetof(UGizmoElementArrow, CylinderElement) == 0x0001F0, "Member 'UGizmoElementArrow::CylinderElement' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, HeadElement) == 0x0001F8, "Member 'UGizmoElementArrow::HeadElement' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, base) == 0x000200, "Member 'UGizmoElementArrow::base' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, Direction) == 0x000218, "Member 'UGizmoElementArrow::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, SideDirection) == 0x000230, "Member 'UGizmoElementArrow::SideDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, BodyLength) == 0x000248, "Member 'UGizmoElementArrow::BodyLength' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, BodyRadius) == 0x00024C, "Member 'UGizmoElementArrow::BodyRadius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, HeadLength) == 0x000250, "Member 'UGizmoElementArrow::HeadLength' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, HeadRadius) == 0x000254, "Member 'UGizmoElementArrow::HeadRadius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, NumSides) == 0x000258, "Member 'UGizmoElementArrow::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, bEndCaps) == 0x00025C, "Member 'UGizmoElementArrow::bEndCaps' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, HeadType) == 0x000260, "Member 'UGizmoElementArrow::HeadType' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrow, HitMask) == 0x000264, "Member 'UGizmoElementArrow::HitMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementArrowHead \ +static_assert(alignof(UGizmoElementArrowHead) == 0x000008, "Wrong alignment on UGizmoElementArrowHead"); \ +static_assert(sizeof(UGizmoElementArrowHead) == 0x000268, "Wrong size on UGizmoElementArrowHead"); \ +static_assert(offsetof(UGizmoElementArrowHead, ConeElement) == 0x0001F0, "Member 'UGizmoElementArrowHead::ConeElement' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrowHead, BoxElement) == 0x0001F8, "Member 'UGizmoElementArrowHead::BoxElement' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrowHead, SphereElement) == 0x000200, "Member 'UGizmoElementArrowHead::SphereElement' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrowHead, Center) == 0x000208, "Member 'UGizmoElementArrowHead::Center' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrowHead, Direction) == 0x000220, "Member 'UGizmoElementArrowHead::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrowHead, SideDirection) == 0x000238, "Member 'UGizmoElementArrowHead::SideDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrowHead, Length) == 0x000250, "Member 'UGizmoElementArrowHead::Length' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrowHead, Radius) == 0x000254, "Member 'UGizmoElementArrowHead::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrowHead, NumSides) == 0x000258, "Member 'UGizmoElementArrowHead::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrowHead, Type) == 0x00025C, "Member 'UGizmoElementArrowHead::Type' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementArrowHead, HitMask) == 0x000260, "Member 'UGizmoElementArrowHead::HitMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementBox \ +static_assert(alignof(UGizmoElementBox) == 0x000008, "Wrong alignment on UGizmoElementBox"); \ +static_assert(sizeof(UGizmoElementBox) == 0x0001B0, "Wrong size on UGizmoElementBox"); \ +static_assert(offsetof(UGizmoElementBox, Center) == 0x000150, "Member 'UGizmoElementBox::Center' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBox, Dimensions) == 0x000168, "Member 'UGizmoElementBox::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBox, UpDirection) == 0x000180, "Member 'UGizmoElementBox::UpDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementBox, SideDirection) == 0x000198, "Member 'UGizmoElementBox::SideDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementCircle \ +static_assert(alignof(UGizmoElementCircle) == 0x000008, "Wrong alignment on UGizmoElementCircle"); \ +static_assert(sizeof(UGizmoElementCircle) == 0x000298, "Wrong size on UGizmoElementCircle"); \ +static_assert(offsetof(UGizmoElementCircle, bDrawMesh) == 0x000290, "Member 'UGizmoElementCircle::bDrawMesh' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircle, bDrawLine) == 0x000291, "Member 'UGizmoElementCircle::bDrawLine' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircle, bHitMesh) == 0x000292, "Member 'UGizmoElementCircle::bHitMesh' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCircle, bHitLine) == 0x000293, "Member 'UGizmoElementCircle::bHitLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementCone \ +static_assert(alignof(UGizmoElementCone) == 0x000008, "Wrong alignment on UGizmoElementCone"); \ +static_assert(sizeof(UGizmoElementCone) == 0x000190, "Wrong size on UGizmoElementCone"); \ +static_assert(offsetof(UGizmoElementCone, Origin) == 0x000150, "Member 'UGizmoElementCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCone, Direction) == 0x000168, "Member 'UGizmoElementCone::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCone, Height) == 0x000180, "Member 'UGizmoElementCone::Height' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCone, Radius) == 0x000184, "Member 'UGizmoElementCone::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCone, NumSides) == 0x000188, "Member 'UGizmoElementCone::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCone, bEndCaps) == 0x00018C, "Member 'UGizmoElementCone::bEndCaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementCylinder \ +static_assert(alignof(UGizmoElementCylinder) == 0x000008, "Wrong alignment on UGizmoElementCylinder"); \ +static_assert(sizeof(UGizmoElementCylinder) == 0x000198, "Wrong size on UGizmoElementCylinder"); \ +static_assert(offsetof(UGizmoElementCylinder, base) == 0x000150, "Member 'UGizmoElementCylinder::base' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCylinder, Direction) == 0x000168, "Member 'UGizmoElementCylinder::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCylinder, Height) == 0x000180, "Member 'UGizmoElementCylinder::Height' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCylinder, Radius) == 0x000184, "Member 'UGizmoElementCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCylinder, NumSides) == 0x000188, "Member 'UGizmoElementCylinder::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCylinder, bIsDashed) == 0x00018C, "Member 'UGizmoElementCylinder::bIsDashed' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCylinder, DashLength) == 0x000190, "Member 'UGizmoElementCylinder::DashLength' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementCylinder, DashGapLength) == 0x000194, "Member 'UGizmoElementCylinder::DashGapLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementGroup \ +static_assert(alignof(UGizmoElementGroup) == 0x000008, "Wrong alignment on UGizmoElementGroup"); \ +static_assert(sizeof(UGizmoElementGroup) == 0x0001E8, "Wrong size on UGizmoElementGroup"); \ + +#define DUMPER7_ASSERTS_UGizmoElementHitTarget \ +static_assert(alignof(UGizmoElementHitTarget) == 0x000010, "Wrong alignment on UGizmoElementHitTarget"); \ +static_assert(sizeof(UGizmoElementHitTarget) == 0x000080, "Wrong size on UGizmoElementHitTarget"); \ +static_assert(offsetof(UGizmoElementHitTarget, GizmoElement) == 0x000030, "Member 'UGizmoElementHitTarget::GizmoElement' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementHitTarget, GizmoViewContext) == 0x000038, "Member 'UGizmoElementHitTarget::GizmoViewContext' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementHitTarget, GizmoTransformProxy) == 0x000040, "Member 'UGizmoElementHitTarget::GizmoTransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementHitMultiTarget \ +static_assert(alignof(UGizmoElementHitMultiTarget) == 0x000010, "Wrong alignment on UGizmoElementHitMultiTarget"); \ +static_assert(sizeof(UGizmoElementHitMultiTarget) == 0x000080, "Wrong size on UGizmoElementHitMultiTarget"); \ +static_assert(offsetof(UGizmoElementHitMultiTarget, GizmoElement) == 0x000030, "Member 'UGizmoElementHitMultiTarget::GizmoElement' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementHitMultiTarget, GizmoViewContext) == 0x000038, "Member 'UGizmoElementHitMultiTarget::GizmoViewContext' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementHitMultiTarget, GizmoTransformProxy) == 0x000040, "Member 'UGizmoElementHitMultiTarget::GizmoTransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementLineStrip \ +static_assert(alignof(UGizmoElementLineStrip) == 0x000008, "Wrong alignment on UGizmoElementLineStrip"); \ +static_assert(sizeof(UGizmoElementLineStrip) == 0x000240, "Wrong size on UGizmoElementLineStrip"); \ +static_assert(offsetof(UGizmoElementLineStrip, Vertices) == 0x0001D0, "Member 'UGizmoElementLineStrip::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineStrip, base) == 0x0001E0, "Member 'UGizmoElementLineStrip::base' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineStrip, UpDirection) == 0x0001F8, "Member 'UGizmoElementLineStrip::UpDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineStrip, SideDirection) == 0x000210, "Member 'UGizmoElementLineStrip::SideDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementLineStrip, bDrawLineStrip) == 0x000228, "Member 'UGizmoElementLineStrip::bDrawLineStrip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementRectangle \ +static_assert(alignof(UGizmoElementRectangle) == 0x000008, "Wrong alignment on UGizmoElementRectangle"); \ +static_assert(sizeof(UGizmoElementRectangle) == 0x000228, "Wrong size on UGizmoElementRectangle"); \ +static_assert(offsetof(UGizmoElementRectangle, Center) == 0x0001D0, "Member 'UGizmoElementRectangle::Center' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, Width) == 0x0001E8, "Member 'UGizmoElementRectangle::Width' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, Height) == 0x0001EC, "Member 'UGizmoElementRectangle::Height' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, UpDirection) == 0x0001F0, "Member 'UGizmoElementRectangle::UpDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, SideDirection) == 0x000208, "Member 'UGizmoElementRectangle::SideDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, bDrawMesh) == 0x000220, "Member 'UGizmoElementRectangle::bDrawMesh' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, bDrawLine) == 0x000221, "Member 'UGizmoElementRectangle::bDrawLine' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, bHitMesh) == 0x000222, "Member 'UGizmoElementRectangle::bHitMesh' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementRectangle, bHitLine) == 0x000223, "Member 'UGizmoElementRectangle::bHitLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementSphere \ +static_assert(alignof(UGizmoElementSphere) == 0x000008, "Wrong alignment on UGizmoElementSphere"); \ +static_assert(sizeof(UGizmoElementSphere) == 0x000170, "Wrong size on UGizmoElementSphere"); \ +static_assert(offsetof(UGizmoElementSphere, Center) == 0x000150, "Member 'UGizmoElementSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementSphere, Radius) == 0x000168, "Member 'UGizmoElementSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementSphere, NumSides) == 0x00016C, "Member 'UGizmoElementSphere::NumSides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementTorus \ +static_assert(alignof(UGizmoElementTorus) == 0x000008, "Wrong alignment on UGizmoElementTorus"); \ +static_assert(sizeof(UGizmoElementTorus) == 0x0002F0, "Wrong size on UGizmoElementTorus"); \ +static_assert(offsetof(UGizmoElementTorus, InnerRadius) == 0x000290, "Member 'UGizmoElementTorus::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementTorus, InnerRadiusMultiplier) == 0x000298, "Member 'UGizmoElementTorus::InnerRadiusMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementTorus, NumInnerSlices) == 0x0002E8, "Member 'UGizmoElementTorus::NumInnerSlices' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementTorus, bEndCaps) == 0x0002EC, "Member 'UGizmoElementTorus::bEndCaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoElementTriangleList \ +static_assert(alignof(UGizmoElementTriangleList) == 0x000008, "Wrong alignment on UGizmoElementTriangleList"); \ +static_assert(sizeof(UGizmoElementTriangleList) == 0x0001B8, "Wrong size on UGizmoElementTriangleList"); \ +static_assert(offsetof(UGizmoElementTriangleList, Vertices) == 0x000150, "Member 'UGizmoElementTriangleList::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementTriangleList, base) == 0x000160, "Member 'UGizmoElementTriangleList::base' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementTriangleList, UpDirection) == 0x000178, "Member 'UGizmoElementTriangleList::UpDirection' has a wrong offset!"); \ +static_assert(offsetof(UGizmoElementTriangleList, SideDirection) == 0x000190, "Member 'UGizmoElementTriangleList::SideDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoTransformSource_SetTransform \ +static_assert(alignof(GizmoTransformSource_SetTransform) == 0x000010, "Wrong alignment on GizmoTransformSource_SetTransform"); \ +static_assert(sizeof(GizmoTransformSource_SetTransform) == 0x000060, "Wrong size on GizmoTransformSource_SetTransform"); \ +static_assert(offsetof(GizmoTransformSource_SetTransform, NewTransform) == 0x000000, "Member 'GizmoTransformSource_SetTransform::NewTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoTransformSource_GetTransform \ +static_assert(alignof(GizmoTransformSource_GetTransform) == 0x000010, "Wrong alignment on GizmoTransformSource_GetTransform"); \ +static_assert(sizeof(GizmoTransformSource_GetTransform) == 0x000060, "Wrong size on GizmoTransformSource_GetTransform"); \ +static_assert(offsetof(GizmoTransformSource_GetTransform, ReturnValue) == 0x000000, "Member 'GizmoTransformSource_GetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoTransformSource \ +static_assert(alignof(IGizmoTransformSource) == 0x000001, "Wrong alignment on IGizmoTransformSource"); \ +static_assert(sizeof(IGizmoTransformSource) == 0x000001, "Wrong size on IGizmoTransformSource"); \ + +#define DUMPER7_ASSERTS_GizmoAxisSource_GetDirection \ +static_assert(alignof(GizmoAxisSource_GetDirection) == 0x000008, "Wrong alignment on GizmoAxisSource_GetDirection"); \ +static_assert(sizeof(GizmoAxisSource_GetDirection) == 0x000018, "Wrong size on GizmoAxisSource_GetDirection"); \ +static_assert(offsetof(GizmoAxisSource_GetDirection, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_GetDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoAxisSource_GetOrigin \ +static_assert(alignof(GizmoAxisSource_GetOrigin) == 0x000008, "Wrong alignment on GizmoAxisSource_GetOrigin"); \ +static_assert(sizeof(GizmoAxisSource_GetOrigin) == 0x000018, "Wrong size on GizmoAxisSource_GetOrigin"); \ +static_assert(offsetof(GizmoAxisSource_GetOrigin, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_GetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoAxisSource_GetTangentVectors \ +static_assert(alignof(GizmoAxisSource_GetTangentVectors) == 0x000008, "Wrong alignment on GizmoAxisSource_GetTangentVectors"); \ +static_assert(sizeof(GizmoAxisSource_GetTangentVectors) == 0x000030, "Wrong size on GizmoAxisSource_GetTangentVectors"); \ +static_assert(offsetof(GizmoAxisSource_GetTangentVectors, TangentXOut) == 0x000000, "Member 'GizmoAxisSource_GetTangentVectors::TangentXOut' has a wrong offset!"); \ +static_assert(offsetof(GizmoAxisSource_GetTangentVectors, TangentYOut) == 0x000018, "Member 'GizmoAxisSource_GetTangentVectors::TangentYOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoAxisSource_HasTangentVectors \ +static_assert(alignof(GizmoAxisSource_HasTangentVectors) == 0x000001, "Wrong alignment on GizmoAxisSource_HasTangentVectors"); \ +static_assert(sizeof(GizmoAxisSource_HasTangentVectors) == 0x000001, "Wrong size on GizmoAxisSource_HasTangentVectors"); \ +static_assert(offsetof(GizmoAxisSource_HasTangentVectors, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_HasTangentVectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoAxisSource \ +static_assert(alignof(IGizmoAxisSource) == 0x000001, "Wrong alignment on IGizmoAxisSource"); \ +static_assert(sizeof(IGizmoAxisSource) == 0x000001, "Wrong size on IGizmoAxisSource"); \ + +#define DUMPER7_ASSERTS_GizmoClickTarget_UpdateHoverState \ +static_assert(alignof(GizmoClickTarget_UpdateHoverState) == 0x000001, "Wrong alignment on GizmoClickTarget_UpdateHoverState"); \ +static_assert(sizeof(GizmoClickTarget_UpdateHoverState) == 0x000001, "Wrong size on GizmoClickTarget_UpdateHoverState"); \ +static_assert(offsetof(GizmoClickTarget_UpdateHoverState, bHovering) == 0x000000, "Member 'GizmoClickTarget_UpdateHoverState::bHovering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoClickTarget_UpdateInteractingState \ +static_assert(alignof(GizmoClickTarget_UpdateInteractingState) == 0x000001, "Wrong alignment on GizmoClickTarget_UpdateInteractingState"); \ +static_assert(sizeof(GizmoClickTarget_UpdateInteractingState) == 0x000001, "Wrong size on GizmoClickTarget_UpdateInteractingState"); \ +static_assert(offsetof(GizmoClickTarget_UpdateInteractingState, bInteracting) == 0x000000, "Member 'GizmoClickTarget_UpdateInteractingState::bInteracting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoClickTarget_UpdateSelectedState \ +static_assert(alignof(GizmoClickTarget_UpdateSelectedState) == 0x000001, "Wrong alignment on GizmoClickTarget_UpdateSelectedState"); \ +static_assert(sizeof(GizmoClickTarget_UpdateSelectedState) == 0x000001, "Wrong size on GizmoClickTarget_UpdateSelectedState"); \ +static_assert(offsetof(GizmoClickTarget_UpdateSelectedState, bSelected) == 0x000000, "Member 'GizmoClickTarget_UpdateSelectedState::bSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoClickTarget_UpdateSubdueState \ +static_assert(alignof(GizmoClickTarget_UpdateSubdueState) == 0x000001, "Wrong alignment on GizmoClickTarget_UpdateSubdueState"); \ +static_assert(sizeof(GizmoClickTarget_UpdateSubdueState) == 0x000001, "Wrong size on GizmoClickTarget_UpdateSubdueState"); \ +static_assert(offsetof(GizmoClickTarget_UpdateSubdueState, bSubdued) == 0x000000, "Member 'GizmoClickTarget_UpdateSubdueState::bSubdued' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoClickTarget \ +static_assert(alignof(IGizmoClickTarget) == 0x000001, "Wrong alignment on IGizmoClickTarget"); \ +static_assert(sizeof(IGizmoClickTarget) == 0x000001, "Wrong size on IGizmoClickTarget"); \ + +#define DUMPER7_ASSERTS_GizmoClickMultiTarget_UpdateHittableState \ +static_assert(alignof(GizmoClickMultiTarget_UpdateHittableState) == 0x000004, "Wrong alignment on GizmoClickMultiTarget_UpdateHittableState"); \ +static_assert(sizeof(GizmoClickMultiTarget_UpdateHittableState) == 0x000008, "Wrong size on GizmoClickMultiTarget_UpdateHittableState"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateHittableState, bHittable) == 0x000000, "Member 'GizmoClickMultiTarget_UpdateHittableState::bHittable' has a wrong offset!"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateHittableState, InPartIdentifier) == 0x000004, "Member 'GizmoClickMultiTarget_UpdateHittableState::InPartIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoClickMultiTarget_UpdateHoverState \ +static_assert(alignof(GizmoClickMultiTarget_UpdateHoverState) == 0x000004, "Wrong alignment on GizmoClickMultiTarget_UpdateHoverState"); \ +static_assert(sizeof(GizmoClickMultiTarget_UpdateHoverState) == 0x000008, "Wrong size on GizmoClickMultiTarget_UpdateHoverState"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateHoverState, bHovering) == 0x000000, "Member 'GizmoClickMultiTarget_UpdateHoverState::bHovering' has a wrong offset!"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateHoverState, InPartIdentifier) == 0x000004, "Member 'GizmoClickMultiTarget_UpdateHoverState::InPartIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoClickMultiTarget_UpdateInteractingState \ +static_assert(alignof(GizmoClickMultiTarget_UpdateInteractingState) == 0x000004, "Wrong alignment on GizmoClickMultiTarget_UpdateInteractingState"); \ +static_assert(sizeof(GizmoClickMultiTarget_UpdateInteractingState) == 0x000008, "Wrong size on GizmoClickMultiTarget_UpdateInteractingState"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateInteractingState, bInteracting) == 0x000000, "Member 'GizmoClickMultiTarget_UpdateInteractingState::bInteracting' has a wrong offset!"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateInteractingState, InPartIdentifier) == 0x000004, "Member 'GizmoClickMultiTarget_UpdateInteractingState::InPartIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoClickMultiTarget_UpdateSelectedState \ +static_assert(alignof(GizmoClickMultiTarget_UpdateSelectedState) == 0x000004, "Wrong alignment on GizmoClickMultiTarget_UpdateSelectedState"); \ +static_assert(sizeof(GizmoClickMultiTarget_UpdateSelectedState) == 0x000008, "Wrong size on GizmoClickMultiTarget_UpdateSelectedState"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateSelectedState, bSelected) == 0x000000, "Member 'GizmoClickMultiTarget_UpdateSelectedState::bSelected' has a wrong offset!"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateSelectedState, InPartIdentifier) == 0x000004, "Member 'GizmoClickMultiTarget_UpdateSelectedState::InPartIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoClickMultiTarget_UpdateSubdueState \ +static_assert(alignof(GizmoClickMultiTarget_UpdateSubdueState) == 0x000004, "Wrong alignment on GizmoClickMultiTarget_UpdateSubdueState"); \ +static_assert(sizeof(GizmoClickMultiTarget_UpdateSubdueState) == 0x000008, "Wrong size on GizmoClickMultiTarget_UpdateSubdueState"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateSubdueState, bSubdued) == 0x000000, "Member 'GizmoClickMultiTarget_UpdateSubdueState::bSubdued' has a wrong offset!"); \ +static_assert(offsetof(GizmoClickMultiTarget_UpdateSubdueState, InPartIdentifier) == 0x000004, "Member 'GizmoClickMultiTarget_UpdateSubdueState::InPartIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoClickMultiTarget \ +static_assert(alignof(IGizmoClickMultiTarget) == 0x000001, "Wrong alignment on IGizmoClickMultiTarget"); \ +static_assert(sizeof(IGizmoClickMultiTarget) == 0x000001, "Wrong size on IGizmoClickMultiTarget"); \ + +#define DUMPER7_ASSERTS_IGizmoRenderTarget \ +static_assert(alignof(IGizmoRenderTarget) == 0x000001, "Wrong alignment on IGizmoRenderTarget"); \ +static_assert(sizeof(IGizmoRenderTarget) == 0x000001, "Wrong size on IGizmoRenderTarget"); \ + +#define DUMPER7_ASSERTS_GizmoRenderMultiTarget_UpdateVisibilityState \ +static_assert(alignof(GizmoRenderMultiTarget_UpdateVisibilityState) == 0x000004, "Wrong alignment on GizmoRenderMultiTarget_UpdateVisibilityState"); \ +static_assert(sizeof(GizmoRenderMultiTarget_UpdateVisibilityState) == 0x000008, "Wrong size on GizmoRenderMultiTarget_UpdateVisibilityState"); \ +static_assert(offsetof(GizmoRenderMultiTarget_UpdateVisibilityState, bVisible) == 0x000000, "Member 'GizmoRenderMultiTarget_UpdateVisibilityState::bVisible' has a wrong offset!"); \ +static_assert(offsetof(GizmoRenderMultiTarget_UpdateVisibilityState, InPartIdentifier) == 0x000004, "Member 'GizmoRenderMultiTarget_UpdateVisibilityState::InPartIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoRenderMultiTarget \ +static_assert(alignof(IGizmoRenderMultiTarget) == 0x000001, "Wrong alignment on IGizmoRenderMultiTarget"); \ +static_assert(sizeof(IGizmoRenderMultiTarget) == 0x000001, "Wrong size on IGizmoRenderMultiTarget"); \ + +#define DUMPER7_ASSERTS_IGizmoStateTarget \ +static_assert(alignof(IGizmoStateTarget) == 0x000001, "Wrong alignment on IGizmoStateTarget"); \ +static_assert(sizeof(IGizmoStateTarget) == 0x000001, "Wrong size on IGizmoStateTarget"); \ + +#define DUMPER7_ASSERTS_GizmoFloatParameterSource_SetParameter \ +static_assert(alignof(GizmoFloatParameterSource_SetParameter) == 0x000004, "Wrong alignment on GizmoFloatParameterSource_SetParameter"); \ +static_assert(sizeof(GizmoFloatParameterSource_SetParameter) == 0x000004, "Wrong size on GizmoFloatParameterSource_SetParameter"); \ +static_assert(offsetof(GizmoFloatParameterSource_SetParameter, NewValue) == 0x000000, "Member 'GizmoFloatParameterSource_SetParameter::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoFloatParameterSource_GetParameter \ +static_assert(alignof(GizmoFloatParameterSource_GetParameter) == 0x000004, "Wrong alignment on GizmoFloatParameterSource_GetParameter"); \ +static_assert(sizeof(GizmoFloatParameterSource_GetParameter) == 0x000004, "Wrong size on GizmoFloatParameterSource_GetParameter"); \ +static_assert(offsetof(GizmoFloatParameterSource_GetParameter, ReturnValue) == 0x000000, "Member 'GizmoFloatParameterSource_GetParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoFloatParameterSource \ +static_assert(alignof(IGizmoFloatParameterSource) == 0x000001, "Wrong alignment on IGizmoFloatParameterSource"); \ +static_assert(sizeof(IGizmoFloatParameterSource) == 0x000001, "Wrong size on IGizmoFloatParameterSource"); \ + +#define DUMPER7_ASSERTS_GizmoVec2ParameterSource_SetParameter \ +static_assert(alignof(GizmoVec2ParameterSource_SetParameter) == 0x000008, "Wrong alignment on GizmoVec2ParameterSource_SetParameter"); \ +static_assert(sizeof(GizmoVec2ParameterSource_SetParameter) == 0x000010, "Wrong size on GizmoVec2ParameterSource_SetParameter"); \ +static_assert(offsetof(GizmoVec2ParameterSource_SetParameter, NewValue) == 0x000000, "Member 'GizmoVec2ParameterSource_SetParameter::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GizmoVec2ParameterSource_GetParameter \ +static_assert(alignof(GizmoVec2ParameterSource_GetParameter) == 0x000008, "Wrong alignment on GizmoVec2ParameterSource_GetParameter"); \ +static_assert(sizeof(GizmoVec2ParameterSource_GetParameter) == 0x000010, "Wrong size on GizmoVec2ParameterSource_GetParameter"); \ +static_assert(offsetof(GizmoVec2ParameterSource_GetParameter, ReturnValue) == 0x000000, "Member 'GizmoVec2ParameterSource_GetParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGizmoVec2ParameterSource \ +static_assert(alignof(IGizmoVec2ParameterSource) == 0x000001, "Wrong alignment on IGizmoVec2ParameterSource"); \ +static_assert(sizeof(IGizmoVec2ParameterSource) == 0x000001, "Wrong size on IGizmoVec2ParameterSource"); \ + +#define DUMPER7_ASSERTS_UGizmoLineHandleComponent \ +static_assert(alignof(UGizmoLineHandleComponent) == 0x000010, "Wrong alignment on UGizmoLineHandleComponent"); \ +static_assert(sizeof(UGizmoLineHandleComponent) == 0x0005B0, "Wrong size on UGizmoLineHandleComponent"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Normal) == 0x000568, "Member 'UGizmoLineHandleComponent::Normal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, HandleSize) == 0x000580, "Member 'UGizmoLineHandleComponent::HandleSize' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Thickness) == 0x000584, "Member 'UGizmoLineHandleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Direction) == 0x000588, "Member 'UGizmoLineHandleComponent::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Length) == 0x0005A0, "Member 'UGizmoLineHandleComponent::Length' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, bImageScale) == 0x0005A4, "Member 'UGizmoLineHandleComponent::bImageScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoRectangleComponent \ +static_assert(alignof(UGizmoRectangleComponent) == 0x000010, "Wrong alignment on UGizmoRectangleComponent"); \ +static_assert(sizeof(UGizmoRectangleComponent) == 0x0005C0, "Wrong size on UGizmoRectangleComponent"); \ +static_assert(offsetof(UGizmoRectangleComponent, DirectionX) == 0x000568, "Member 'UGizmoRectangleComponent::DirectionX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, DirectionY) == 0x000580, "Member 'UGizmoRectangleComponent::DirectionY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, bOrientYAccordingToCamera) == 0x000598, "Member 'UGizmoRectangleComponent::bOrientYAccordingToCamera' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, OffsetX) == 0x00059C, "Member 'UGizmoRectangleComponent::OffsetX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, OffsetY) == 0x0005A0, "Member 'UGizmoRectangleComponent::OffsetY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, LengthX) == 0x0005A4, "Member 'UGizmoRectangleComponent::LengthX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, LengthY) == 0x0005A8, "Member 'UGizmoRectangleComponent::LengthY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, Thickness) == 0x0005AC, "Member 'UGizmoRectangleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, SegmentFlags) == 0x0005B0, "Member 'UGizmoRectangleComponent::SegmentFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleLambdaInteractiveGizmoBuilder \ +static_assert(alignof(USimpleLambdaInteractiveGizmoBuilder) == 0x000008, "Wrong alignment on USimpleLambdaInteractiveGizmoBuilder"); \ +static_assert(sizeof(USimpleLambdaInteractiveGizmoBuilder) == 0x000060, "Wrong size on USimpleLambdaInteractiveGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UGizmoViewContext \ +static_assert(alignof(UGizmoViewContext) == 0x000008, "Wrong alignment on UGizmoViewContext"); \ +static_assert(sizeof(UGizmoViewContext) == 0x0002F0, "Wrong size on UGizmoViewContext"); \ + +#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_USceneComponentToolTarget \ +static_assert(alignof(USceneComponentToolTarget) == 0x000008, "Wrong alignment on USceneComponentToolTarget"); \ +static_assert(sizeof(USceneComponentToolTarget) == 0x000038, "Wrong size on USceneComponentToolTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoLambdaHitTarget \ +static_assert(alignof(UGizmoLambdaHitTarget) == 0x000008, "Wrong alignment on UGizmoLambdaHitTarget"); \ +static_assert(sizeof(UGizmoLambdaHitTarget) == 0x000120, "Wrong size on UGizmoLambdaHitTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoComponentHitTarget \ +static_assert(alignof(UGizmoComponentHitTarget) == 0x000010, "Wrong alignment on UGizmoComponentHitTarget"); \ +static_assert(sizeof(UGizmoComponentHitTarget) == 0x000130, "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) == 0x0000C8, "Wrong size on UMultiSelectionTool"); \ +static_assert(offsetof(UMultiSelectionTool, Targets) == 0x0000B8, "Member 'UMultiSelectionTool::Targets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIntervalGizmoActor \ +static_assert(alignof(AIntervalGizmoActor) == 0x000008, "Wrong alignment on AIntervalGizmoActor"); \ +static_assert(sizeof(AIntervalGizmoActor) == 0x0002E8, "Wrong size on AIntervalGizmoActor"); \ +static_assert(offsetof(AIntervalGizmoActor, UpIntervalComponent) == 0x0002B8, "Member 'AIntervalGizmoActor::UpIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, DownIntervalComponent) == 0x0002C0, "Member 'AIntervalGizmoActor::DownIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, ForwardIntervalComponent) == 0x0002C8, "Member 'AIntervalGizmoActor::ForwardIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, BackwardIntervalComponent) == 0x0002D0, "Member 'AIntervalGizmoActor::BackwardIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, RightIntervalComponent) == 0x0002D8, "Member 'AIntervalGizmoActor::RightIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, LeftIntervalComponent) == 0x0002E0, "Member 'AIntervalGizmoActor::LeftIntervalComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIntervalGizmoBuilder \ +static_assert(alignof(UIntervalGizmoBuilder) == 0x000008, "Wrong alignment on UIntervalGizmoBuilder"); \ +static_assert(sizeof(UIntervalGizmoBuilder) == 0x0000A0, "Wrong size on UIntervalGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_UIntervalGizmo \ +static_assert(alignof(UIntervalGizmo) == 0x000010, "Wrong alignment on UIntervalGizmo"); \ +static_assert(sizeof(UIntervalGizmo) == 0x000210, "Wrong size on UIntervalGizmo"); \ +static_assert(offsetof(UIntervalGizmo, StateTarget) == 0x000038, "Member 'UIntervalGizmo::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, World) == 0x000088, "Member 'UIntervalGizmo::World' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, GizmoActor) == 0x000090, "Member 'UIntervalGizmo::GizmoActor' 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, UpIntervalSource) == 0x0000C0, "Member 'UIntervalGizmo::UpIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, DownIntervalSource) == 0x0000C8, "Member 'UIntervalGizmo::DownIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, ForwardIntervalSource) == 0x0000D0, "Member 'UIntervalGizmo::ForwardIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, BackwardIntervalSource) == 0x0000D8, "Member 'UIntervalGizmo::BackwardIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, RightIntervalSource) == 0x0000E0, "Member 'UIntervalGizmo::RightIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, LeftIntervalSource) == 0x0000E8, "Member 'UIntervalGizmo::LeftIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, AxisXSource) == 0x0000F0, "Member 'UIntervalGizmo::AxisXSource' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, AxisYSource) == 0x0000F8, "Member 'UIntervalGizmo::AxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UIntervalGizmo, AxisZSource) == 0x000100, "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_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_UGizmoAxisTranslationParameterSource \ +static_assert(alignof(UGizmoAxisTranslationParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisTranslationParameterSource"); \ +static_assert(sizeof(UGizmoAxisTranslationParameterSource) == 0x000170, "Wrong size on UGizmoAxisTranslationParameterSource"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, AxisSource) == 0x0000B0, "Member 'UGizmoAxisTranslationParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, TransformSource) == 0x0000C0, "Member 'UGizmoAxisTranslationParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, Parameter) == 0x0000D0, "Member 'UGizmoAxisTranslationParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, LastChange) == 0x0000D4, "Member 'UGizmoAxisTranslationParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, CurTranslationAxis) == 0x0000E0, "Member 'UGizmoAxisTranslationParameterSource::CurTranslationAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, CurTranslationOrigin) == 0x0000F8, "Member 'UGizmoAxisTranslationParameterSource::CurTranslationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, InitialTransform) == 0x000110, "Member 'UGizmoAxisTranslationParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoPlaneTranslationParameterSource \ +static_assert(alignof(UGizmoPlaneTranslationParameterSource) == 0x000010, "Wrong alignment on UGizmoPlaneTranslationParameterSource"); \ +static_assert(sizeof(UGizmoPlaneTranslationParameterSource) == 0x000200, "Wrong size on UGizmoPlaneTranslationParameterSource"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, AxisSource) == 0x0000E8, "Member 'UGizmoPlaneTranslationParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, TransformSource) == 0x0000F8, "Member 'UGizmoPlaneTranslationParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, Parameter) == 0x000108, "Member 'UGizmoPlaneTranslationParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, LastChange) == 0x000118, "Member 'UGizmoPlaneTranslationParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationOrigin) == 0x000138, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationNormal) == 0x000150, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationAxisX) == 0x000168, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationAxisX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationAxisY) == 0x000180, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationAxisY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, InitialTransform) == 0x0001A0, "Member 'UGizmoPlaneTranslationParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoAxisRotationParameterSource \ +static_assert(alignof(UGizmoAxisRotationParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisRotationParameterSource"); \ +static_assert(sizeof(UGizmoAxisRotationParameterSource) == 0x000170, "Wrong size on UGizmoAxisRotationParameterSource"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, AxisSource) == 0x0000B0, "Member 'UGizmoAxisRotationParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, TransformSource) == 0x0000C0, "Member 'UGizmoAxisRotationParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, Angle) == 0x0000D0, "Member 'UGizmoAxisRotationParameterSource::Angle' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, LastChange) == 0x0000D4, "Member 'UGizmoAxisRotationParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, CurRotationAxis) == 0x0000E0, "Member 'UGizmoAxisRotationParameterSource::CurRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, CurRotationOrigin) == 0x0000F8, "Member 'UGizmoAxisRotationParameterSource::CurRotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, InitialTransform) == 0x000110, "Member 'UGizmoAxisRotationParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoAxisScaleParameterSource \ +static_assert(alignof(UGizmoAxisScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisScaleParameterSource"); \ +static_assert(sizeof(UGizmoAxisScaleParameterSource) == 0x000180, "Wrong size on UGizmoAxisScaleParameterSource"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, AxisSource) == 0x0000B0, "Member 'UGizmoAxisScaleParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, TransformSource) == 0x0000C0, "Member 'UGizmoAxisScaleParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, ScaleMultiplier) == 0x0000D0, "Member 'UGizmoAxisScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, bClampToZero) == 0x0000D4, "Member 'UGizmoAxisScaleParameterSource::bClampToZero' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, Parameter) == 0x0000D8, "Member 'UGizmoAxisScaleParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, LastChange) == 0x0000DC, "Member 'UGizmoAxisScaleParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, CurScaleAxis) == 0x0000E8, "Member 'UGizmoAxisScaleParameterSource::CurScaleAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, CurScaleOrigin) == 0x000100, "Member 'UGizmoAxisScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisScaleParameterSource, InitialTransform) == 0x000120, "Member 'UGizmoAxisScaleParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlanePositionGizmoBuilder \ +static_assert(alignof(UPlanePositionGizmoBuilder) == 0x000008, "Wrong alignment on UPlanePositionGizmoBuilder"); \ +static_assert(sizeof(UPlanePositionGizmoBuilder) == 0x000028, "Wrong size on UPlanePositionGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_URepositionableTransformGizmoBuilder \ +static_assert(alignof(URepositionableTransformGizmoBuilder) == 0x000008, "Wrong alignment on URepositionableTransformGizmoBuilder"); \ +static_assert(sizeof(URepositionableTransformGizmoBuilder) == 0x0000D0, "Wrong size on URepositionableTransformGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_URepositionableTransformGizmo \ +static_assert(alignof(URepositionableTransformGizmo) == 0x000010, "Wrong alignment on URepositionableTransformGizmo"); \ +static_assert(sizeof(URepositionableTransformGizmo) == 0x0005C0, "Wrong size on URepositionableTransformGizmo"); \ +static_assert(offsetof(URepositionableTransformGizmo, RepositionStateTarget) == 0x0005B0, "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) == 0x0000F0, "Wrong size on UScalableSphereGizmo"); \ +static_assert(offsetof(UScalableSphereGizmo, HitErrorThreshold) == 0x000070, "Member 'UScalableSphereGizmo::HitErrorThreshold' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, TransactionDescription) == 0x000078, "Member 'UScalableSphereGizmo::TransactionDescription' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, Radius) == 0x000088, "Member 'UScalableSphereGizmo::Radius' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, bIsHovering) == 0x00008C, "Member 'UScalableSphereGizmo::bIsHovering' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, bIsDragging) == 0x00008D, "Member 'UScalableSphereGizmo::bIsDragging' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, ActiveTarget) == 0x000090, "Member 'UScalableSphereGizmo::ActiveTarget' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, ActiveAxis) == 0x000098, "Member 'UScalableSphereGizmo::ActiveAxis' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, DragStartWorldPosition) == 0x0000B0, "Member 'UScalableSphereGizmo::DragStartWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, DragCurrentPositionProjected) == 0x0000C8, "Member 'UScalableSphereGizmo::DragCurrentPositionProjected' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, InteractionStartParameter) == 0x0000E0, "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_USimpleSingleClickGizmo \ +static_assert(alignof(USimpleSingleClickGizmo) == 0x000008, "Wrong alignment on USimpleSingleClickGizmo"); \ +static_assert(sizeof(USimpleSingleClickGizmo) == 0x000078, "Wrong size on USimpleSingleClickGizmo"); \ +static_assert(offsetof(USimpleSingleClickGizmo, HitTarget) == 0x000060, "Member 'USimpleSingleClickGizmo::HitTarget' has a wrong offset!"); \ +static_assert(offsetof(USimpleSingleClickGizmo, ClickBehavior) == 0x000070, "Member 'USimpleSingleClickGizmo::ClickBehavior' has a wrong offset!"); \ + +#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) == 0x000090, "Wrong size on UGizmoLambdaStateTarget"); \ + +#define DUMPER7_ASSERTS_UGizmoTransformChangeStateTarget \ +static_assert(alignof(UGizmoTransformChangeStateTarget) == 0x000010, "Wrong alignment on UGizmoTransformChangeStateTarget"); \ +static_assert(sizeof(UGizmoTransformChangeStateTarget) == 0x000140, "Wrong size on UGizmoTransformChangeStateTarget"); \ +static_assert(offsetof(UGizmoTransformChangeStateTarget, TransactionManager) == 0x000048, "Member 'UGizmoTransformChangeStateTarget::TransactionManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombinedTransformGizmoContextObject \ +static_assert(alignof(UCombinedTransformGizmoContextObject) == 0x000008, "Wrong alignment on UCombinedTransformGizmoContextObject"); \ +static_assert(sizeof(UCombinedTransformGizmoContextObject) == 0x000058, "Wrong size on UCombinedTransformGizmoContextObject"); \ + +#define DUMPER7_ASSERTS_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) == 0x0000C0, "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_UViewAdjustedStaticMeshGizmoComponent \ +static_assert(alignof(UViewAdjustedStaticMeshGizmoComponent) == 0x000010, "Wrong alignment on UViewAdjustedStaticMeshGizmoComponent"); \ +static_assert(sizeof(UViewAdjustedStaticMeshGizmoComponent) == 0x0006A0, "Wrong size on UViewAdjustedStaticMeshGizmoComponent"); \ +static_assert(offsetof(UViewAdjustedStaticMeshGizmoComponent, GizmoViewContext) == 0x000638, "Member 'UViewAdjustedStaticMeshGizmoComponent::GizmoViewContext' has a wrong offset!"); \ +static_assert(offsetof(UViewAdjustedStaticMeshGizmoComponent, SubstituteInteractionComponent) == 0x000640, "Member 'UViewAdjustedStaticMeshGizmoComponent::SubstituteInteractionComponent' has a wrong offset!"); \ +static_assert(offsetof(UViewAdjustedStaticMeshGizmoComponent, HoverOverrideMaterial) == 0x000648, "Member 'UViewAdjustedStaticMeshGizmoComponent::HoverOverrideMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushAdjusterInputBehavior \ +static_assert(alignof(UBrushAdjusterInputBehavior) == 0x000008, "Wrong alignment on UBrushAdjusterInputBehavior"); \ +static_assert(sizeof(UBrushAdjusterInputBehavior) == 0x0000D0, "Wrong size on UBrushAdjusterInputBehavior"); \ + +#define DUMPER7_ASSERTS_USingleSelectionTool \ +static_assert(alignof(USingleSelectionTool) == 0x000008, "Wrong alignment on USingleSelectionTool"); \ +static_assert(sizeof(USingleSelectionTool) == 0x0000C0, "Wrong size on USingleSelectionTool"); \ +static_assert(offsetof(USingleSelectionTool, Target) == 0x0000B8, "Member 'USingleSelectionTool::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSurfacePointTool \ +static_assert(alignof(UMeshSurfacePointTool) == 0x000008, "Wrong alignment on UMeshSurfacePointTool"); \ +static_assert(sizeof(UMeshSurfacePointTool) == 0x000118, "Wrong size on UMeshSurfacePointTool"); \ +static_assert(offsetof(UMeshSurfacePointTool, TargetWorld) == 0x000110, "Member 'UMeshSurfacePointTool::TargetWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseBrushTool \ +static_assert(alignof(UBaseBrushTool) == 0x000008, "Wrong alignment on UBaseBrushTool"); \ +static_assert(sizeof(UBaseBrushTool) == 0x0002C8, "Wrong size on UBaseBrushTool"); \ +static_assert(offsetof(UBaseBrushTool, BrushProperties) == 0x000118, "Member 'UBaseBrushTool::BrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, bInBrushStroke) == 0x000120, "Member 'UBaseBrushTool::bInBrushStroke' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, WorldToLocalScale) == 0x000124, "Member 'UBaseBrushTool::WorldToLocalScale' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, LastBrushStamp) == 0x000128, "Member 'UBaseBrushTool::LastBrushStamp' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, PropertyClass) == 0x000278, "Member 'UBaseBrushTool::PropertyClass' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, BrushStampIndicator) == 0x0002A0, "Member 'UBaseBrushTool::BrushStampIndicator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolBuilder \ +static_assert(alignof(UInteractiveToolBuilder) == 0x000008, "Wrong alignment on UInteractiveToolBuilder"); \ +static_assert(sizeof(UInteractiveToolBuilder) == 0x000028, "Wrong size on UInteractiveToolBuilder"); \ + +#define DUMPER7_ASSERTS_UClickDragToolBuilder \ +static_assert(alignof(UClickDragToolBuilder) == 0x000008, "Wrong alignment on UClickDragToolBuilder"); \ +static_assert(sizeof(UClickDragToolBuilder) == 0x000028, "Wrong size on UClickDragToolBuilder"); \ + +#define DUMPER7_ASSERTS_UClickDragTool \ +static_assert(alignof(UClickDragTool) == 0x000008, "Wrong alignment on UClickDragTool"); \ +static_assert(sizeof(UClickDragTool) == 0x0000B8, "Wrong size on UClickDragTool"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolWithToolTargetsBuilder \ +static_assert(alignof(UInteractiveToolWithToolTargetsBuilder) == 0x000008, "Wrong alignment on UInteractiveToolWithToolTargetsBuilder"); \ +static_assert(sizeof(UInteractiveToolWithToolTargetsBuilder) == 0x000028, "Wrong size on UInteractiveToolWithToolTargetsBuilder"); \ + +#define DUMPER7_ASSERTS_UMeshSurfacePointToolBuilder \ +static_assert(alignof(UMeshSurfacePointToolBuilder) == 0x000008, "Wrong alignment on UMeshSurfacePointToolBuilder"); \ +static_assert(sizeof(UMeshSurfacePointToolBuilder) == 0x000030, "Wrong size on UMeshSurfacePointToolBuilder"); \ + +#define DUMPER7_ASSERTS_USingleClickToolBuilder \ +static_assert(alignof(USingleClickToolBuilder) == 0x000008, "Wrong alignment on USingleClickToolBuilder"); \ +static_assert(sizeof(USingleClickToolBuilder) == 0x000028, "Wrong size on USingleClickToolBuilder"); \ + +#define DUMPER7_ASSERTS_UContextObjectStore \ +static_assert(alignof(UContextObjectStore) == 0x000008, "Wrong alignment on UContextObjectStore"); \ +static_assert(sizeof(UContextObjectStore) == 0x000038, "Wrong size on UContextObjectStore"); \ +static_assert(offsetof(UContextObjectStore, ContextObjects) == 0x000028, "Member 'UContextObjectStore::ContextObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputBehaviorSet \ +static_assert(alignof(UInputBehaviorSet) == 0x000008, "Wrong alignment on UInputBehaviorSet"); \ +static_assert(sizeof(UInputBehaviorSet) == 0x000038, "Wrong size on UInputBehaviorSet"); \ +static_assert(offsetof(UInputBehaviorSet, Behaviors) == 0x000028, "Member 'UInputBehaviorSet::Behaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInputBehaviorSource \ +static_assert(alignof(IInputBehaviorSource) == 0x000001, "Wrong alignment on IInputBehaviorSource"); \ +static_assert(sizeof(IInputBehaviorSource) == 0x000001, "Wrong size on IInputBehaviorSource"); \ + +#define DUMPER7_ASSERTS_ULocalInputBehaviorSource \ +static_assert(alignof(ULocalInputBehaviorSource) == 0x000008, "Wrong alignment on ULocalInputBehaviorSource"); \ +static_assert(sizeof(ULocalInputBehaviorSource) == 0x000060, "Wrong size on ULocalInputBehaviorSource"); \ + +#define DUMPER7_ASSERTS_UInputRouter \ +static_assert(alignof(UInputRouter) == 0x000008, "Wrong alignment on UInputRouter"); \ +static_assert(sizeof(UInputRouter) == 0x000190, "Wrong size on UInputRouter"); \ +static_assert(offsetof(UInputRouter, bAutoInvalidateOnHover) == 0x000028, "Member 'UInputRouter::bAutoInvalidateOnHover' has a wrong offset!"); \ +static_assert(offsetof(UInputRouter, bAutoInvalidateOnCapture) == 0x000029, "Member 'UInputRouter::bAutoInvalidateOnCapture' has a wrong offset!"); \ +static_assert(offsetof(UInputRouter, ActiveInputBehaviors) == 0x000038, "Member 'UInputRouter::ActiveInputBehaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractionMechanic \ +static_assert(alignof(UInteractionMechanic) == 0x000008, "Wrong alignment on UInteractionMechanic"); \ +static_assert(sizeof(UInteractionMechanic) == 0x000030, "Wrong size on UInteractionMechanic"); \ + +#define DUMPER7_ASSERTS_UInteractiveGizmoManager \ +static_assert(alignof(UInteractiveGizmoManager) == 0x000008, "Wrong alignment on UInteractiveGizmoManager"); \ +static_assert(sizeof(UInteractiveGizmoManager) == 0x0000C0, "Wrong size on UInteractiveGizmoManager"); \ +static_assert(offsetof(UInteractiveGizmoManager, ActiveGizmos) == 0x000030, "Member 'UInteractiveGizmoManager::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveGizmoManager, GizmoBuilders) == 0x000058, "Member 'UInteractiveGizmoManager::GizmoBuilders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolManager \ +static_assert(alignof(UInteractiveToolManager) == 0x000008, "Wrong alignment on UInteractiveToolManager"); \ +static_assert(sizeof(UInteractiveToolManager) == 0x0001B0, "Wrong size on UInteractiveToolManager"); \ +static_assert(offsetof(UInteractiveToolManager, ActiveLeftTool) == 0x000058, "Member 'UInteractiveToolManager::ActiveLeftTool' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolManager, ActiveRightTool) == 0x000060, "Member 'UInteractiveToolManager::ActiveRightTool' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolManager, ToolBuilders) == 0x000100, "Member 'UInteractiveToolManager::ToolBuilders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolsContext \ +static_assert(alignof(UInteractiveToolsContext) == 0x000010, "Wrong alignment on UInteractiveToolsContext"); \ +static_assert(sizeof(UInteractiveToolsContext) == 0x000290, "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) == 0x000260, "Member 'UInteractiveToolsContext::ToolManagerClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneSnappingManager \ +static_assert(alignof(USceneSnappingManager) == 0x000008, "Wrong alignment on USceneSnappingManager"); \ +static_assert(sizeof(USceneSnappingManager) == 0x000028, "Wrong size on USceneSnappingManager"); \ + +#define DUMPER7_ASSERTS_USelectionSet \ +static_assert(alignof(USelectionSet) == 0x000008, "Wrong alignment on USelectionSet"); \ +static_assert(sizeof(USelectionSet) == 0x000040, "Wrong size on USelectionSet"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionSet \ +static_assert(alignof(UMeshSelectionSet) == 0x000008, "Wrong alignment on UMeshSelectionSet"); \ +static_assert(sizeof(UMeshSelectionSet) == 0x000080, "Wrong size on UMeshSelectionSet"); \ +static_assert(offsetof(UMeshSelectionSet, Vertices) == 0x000040, "Member 'UMeshSelectionSet::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionSet, Edges) == 0x000050, "Member 'UMeshSelectionSet::Edges' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionSet, Faces) == 0x000060, "Member 'UMeshSelectionSet::Faces' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionSet, Groups) == 0x000070, "Member 'UMeshSelectionSet::Groups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToolsContextCursorAPI \ +static_assert(alignof(UToolsContextCursorAPI) == 0x000008, "Wrong alignment on UToolsContextCursorAPI"); \ +static_assert(sizeof(UToolsContextCursorAPI) == 0x000048, "Wrong size on UToolsContextCursorAPI"); \ + +#define DUMPER7_ASSERTS_UToolTargetManager \ +static_assert(alignof(UToolTargetManager) == 0x000010, "Wrong alignment on UToolTargetManager"); \ +static_assert(sizeof(UToolTargetManager) == 0x000070, "Wrong size on UToolTargetManager"); \ +static_assert(offsetof(UToolTargetManager, Factories) == 0x000030, "Member 'UToolTargetManager::Factories' has a wrong offset!"); \ + +#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_UPrimitiveComponentToolTargetFactory \ +static_assert(alignof(UPrimitiveComponentToolTargetFactory) == 0x000008, "Wrong alignment on UPrimitiveComponentToolTargetFactory"); \ +static_assert(sizeof(UPrimitiveComponentToolTargetFactory) == 0x000028, "Wrong size on UPrimitiveComponentToolTargetFactory"); \ + +#define DUMPER7_ASSERTS_USceneComponentToolTargetFactory \ +static_assert(alignof(USceneComponentToolTargetFactory) == 0x000008, "Wrong alignment on USceneComponentToolTargetFactory"); \ +static_assert(sizeof(USceneComponentToolTargetFactory) == 0x000028, "Wrong size on USceneComponentToolTargetFactory"); \ + +#define DUMPER7_ASSERTS_FModelingToolsAxisFilter \ +static_assert(alignof(FModelingToolsAxisFilter) == 0x000001, "Wrong alignment on FModelingToolsAxisFilter"); \ +static_assert(sizeof(FModelingToolsAxisFilter) == 0x000003, "Wrong size on FModelingToolsAxisFilter"); \ +static_assert(offsetof(FModelingToolsAxisFilter, bAxisX) == 0x000000, "Member 'FModelingToolsAxisFilter::bAxisX' has a wrong offset!"); \ +static_assert(offsetof(FModelingToolsAxisFilter, bAxisY) == 0x000001, "Member 'FModelingToolsAxisFilter::bAxisY' has a wrong offset!"); \ +static_assert(offsetof(FModelingToolsAxisFilter, bAxisZ) == 0x000002, "Member 'FModelingToolsAxisFilter::bAxisZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModelingToolsColorChannelFilter \ +static_assert(alignof(FModelingToolsColorChannelFilter) == 0x000001, "Wrong alignment on FModelingToolsColorChannelFilter"); \ +static_assert(sizeof(FModelingToolsColorChannelFilter) == 0x000004, "Wrong size on FModelingToolsColorChannelFilter"); \ +static_assert(offsetof(FModelingToolsColorChannelFilter, bRed) == 0x000000, "Member 'FModelingToolsColorChannelFilter::bRed' has a wrong offset!"); \ +static_assert(offsetof(FModelingToolsColorChannelFilter, bGreen) == 0x000001, "Member 'FModelingToolsColorChannelFilter::bGreen' has a wrong offset!"); \ +static_assert(offsetof(FModelingToolsColorChannelFilter, bBlue) == 0x000002, "Member 'FModelingToolsColorChannelFilter::bBlue' has a wrong offset!"); \ +static_assert(offsetof(FModelingToolsColorChannelFilter, bAlpha) == 0x000003, "Member 'FModelingToolsColorChannelFilter::bAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FCreateMeshObjectParams \ +static_assert(alignof(FCreateMeshObjectParams) == 0x000010, "Wrong alignment on FCreateMeshObjectParams"); \ +static_assert(sizeof(FCreateMeshObjectParams) == 0x0006B0, "Wrong size on FCreateMeshObjectParams"); \ +static_assert(offsetof(FCreateMeshObjectParams, SourceComponent) == 0x000000, "Member 'FCreateMeshObjectParams::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, TypeHint) == 0x000008, "Member 'FCreateMeshObjectParams::TypeHint' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, TypeHintClass) == 0x000010, "Member 'FCreateMeshObjectParams::TypeHintClass' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, TypeHintExtended) == 0x000018, "Member 'FCreateMeshObjectParams::TypeHintExtended' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, TargetWorld) == 0x000020, "Member 'FCreateMeshObjectParams::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, Transform) == 0x000030, "Member 'FCreateMeshObjectParams::Transform' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, BaseName) == 0x000090, "Member 'FCreateMeshObjectParams::BaseName' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, Materials) == 0x0000A0, "Member 'FCreateMeshObjectParams::Materials' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, AssetMaterials) == 0x0000B0, "Member 'FCreateMeshObjectParams::AssetMaterials' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableCollision) == 0x0000C0, "Member 'FCreateMeshObjectParams::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, CollisionMode) == 0x0000C1, "Member 'FCreateMeshObjectParams::CollisionMode' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableRaytracingSupport) == 0x000120, "Member 'FCreateMeshObjectParams::bEnableRaytracingSupport' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bGenerateLightmapUVs) == 0x000121, "Member 'FCreateMeshObjectParams::bGenerateLightmapUVs' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableRecomputeNormals) == 0x000122, "Member 'FCreateMeshObjectParams::bEnableRecomputeNormals' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableRecomputeTangents) == 0x000123, "Member 'FCreateMeshObjectParams::bEnableRecomputeTangents' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableNanite) == 0x000124, "Member 'FCreateMeshObjectParams::bEnableNanite' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, NaniteProxyTrianglePercent) == 0x000128, "Member 'FCreateMeshObjectParams::NaniteProxyTrianglePercent' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, NaniteSettings) == 0x000130, "Member 'FCreateMeshObjectParams::NaniteSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000040, "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!"); \ +static_assert(offsetof(FCreateTextureObjectParams, FullAssetPath) == 0x000030, "Member 'FCreateTextureObjectParams::FullAssetPath' 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_FCreateMaterialObjectParams \ +static_assert(alignof(FCreateMaterialObjectParams) == 0x000008, "Wrong alignment on FCreateMaterialObjectParams"); \ +static_assert(sizeof(FCreateMaterialObjectParams) == 0x000028, "Wrong size on FCreateMaterialObjectParams"); \ +static_assert(offsetof(FCreateMaterialObjectParams, TargetWorld) == 0x000000, "Member 'FCreateMaterialObjectParams::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(FCreateMaterialObjectParams, StoreRelativeToObject) == 0x000008, "Member 'FCreateMaterialObjectParams::StoreRelativeToObject' has a wrong offset!"); \ +static_assert(offsetof(FCreateMaterialObjectParams, BaseName) == 0x000010, "Member 'FCreateMaterialObjectParams::BaseName' has a wrong offset!"); \ +static_assert(offsetof(FCreateMaterialObjectParams, MaterialToDuplicate) == 0x000020, "Member 'FCreateMaterialObjectParams::MaterialToDuplicate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateMaterialObjectResult \ +static_assert(alignof(FCreateMaterialObjectResult) == 0x000008, "Wrong alignment on FCreateMaterialObjectResult"); \ +static_assert(sizeof(FCreateMaterialObjectResult) == 0x000010, "Wrong size on FCreateMaterialObjectResult"); \ +static_assert(offsetof(FCreateMaterialObjectResult, ResultCode) == 0x000000, "Member 'FCreateMaterialObjectResult::ResultCode' has a wrong offset!"); \ +static_assert(offsetof(FCreateMaterialObjectResult, NewAsset) == 0x000008, "Member 'FCreateMaterialObjectResult::NewAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateActorParams \ +static_assert(alignof(FCreateActorParams) == 0x000010, "Wrong alignment on FCreateActorParams"); \ +static_assert(sizeof(FCreateActorParams) == 0x000090, "Wrong size on FCreateActorParams"); \ +static_assert(offsetof(FCreateActorParams, TargetWorld) == 0x000000, "Member 'FCreateActorParams::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(FCreateActorParams, BaseName) == 0x000008, "Member 'FCreateActorParams::BaseName' has a wrong offset!"); \ +static_assert(offsetof(FCreateActorParams, Transform) == 0x000020, "Member 'FCreateActorParams::Transform' has a wrong offset!"); \ +static_assert(offsetof(FCreateActorParams, TemplateActor) == 0x000080, "Member 'FCreateActorParams::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(FCreateActorParams, TemplateAsset) == 0x000088, "Member 'FCreateActorParams::TemplateAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateActorResult \ +static_assert(alignof(FCreateActorResult) == 0x000008, "Wrong alignment on FCreateActorResult"); \ +static_assert(sizeof(FCreateActorResult) == 0x000010, "Wrong size on FCreateActorResult"); \ +static_assert(offsetof(FCreateActorResult, ResultCode) == 0x000000, "Member 'FCreateActorResult::ResultCode' has a wrong offset!"); \ +static_assert(offsetof(FCreateActorResult, NewActor) == 0x000008, "Member 'FCreateActorResult::NewActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateComponentParams \ +static_assert(alignof(FCreateComponentParams) == 0x000008, "Wrong alignment on FCreateComponentParams"); \ +static_assert(sizeof(FCreateComponentParams) == 0x000028, "Wrong size on FCreateComponentParams"); \ +static_assert(offsetof(FCreateComponentParams, HostActor) == 0x000000, "Member 'FCreateComponentParams::HostActor' has a wrong offset!"); \ +static_assert(offsetof(FCreateComponentParams, ComponentClass) == 0x000008, "Member 'FCreateComponentParams::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FCreateComponentParams, BaseName) == 0x000010, "Member 'FCreateComponentParams::BaseName' has a wrong offset!"); \ +static_assert(offsetof(FCreateComponentParams, bSetAsRoot) == 0x000020, "Member 'FCreateComponentParams::bSetAsRoot' has a wrong offset!"); \ +static_assert(offsetof(FCreateComponentParams, bTransact) == 0x000021, "Member 'FCreateComponentParams::bTransact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateComponentResult \ +static_assert(alignof(FCreateComponentResult) == 0x000008, "Wrong alignment on FCreateComponentResult"); \ +static_assert(sizeof(FCreateComponentResult) == 0x000010, "Wrong size on FCreateComponentResult"); \ +static_assert(offsetof(FCreateComponentResult, ResultCode) == 0x000000, "Member 'FCreateComponentResult::ResultCode' has a wrong offset!"); \ +static_assert(offsetof(FCreateComponentResult, NewComponent) == 0x000008, "Member 'FCreateComponentResult::NewComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshElementSelectionParams \ +static_assert(alignof(FMeshElementSelectionParams) == 0x000008, "Wrong alignment on FMeshElementSelectionParams"); \ +static_assert(sizeof(FMeshElementSelectionParams) == 0x000048, "Wrong size on FMeshElementSelectionParams"); \ +static_assert(offsetof(FMeshElementSelectionParams, SelectionFillColor) == 0x000040, "Member 'FMeshElementSelectionParams::SelectionFillColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMeshSculptLayersManager \ +static_assert(alignof(IMeshSculptLayersManager) == 0x000001, "Wrong alignment on IMeshSculptLayersManager"); \ +static_assert(sizeof(IMeshSculptLayersManager) == 0x000001, "Wrong size on IMeshSculptLayersManager"); \ + +#define DUMPER7_ASSERTS_UUVLayoutPreview \ +static_assert(alignof(UUVLayoutPreview) == 0x000010, "Wrong alignment on UUVLayoutPreview"); \ +static_assert(sizeof(UUVLayoutPreview) == 0x000180, "Wrong size on UUVLayoutPreview"); \ +static_assert(offsetof(UUVLayoutPreview, Settings) == 0x000028, "Member 'UUVLayoutPreview::Settings' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreview, PreviewMesh) == 0x000030, "Member 'UUVLayoutPreview::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreview, MeshElementsVisualizer) == 0x000038, "Member 'UUVLayoutPreview::MeshElementsVisualizer' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreview, TriangleComponent) == 0x000040, "Member 'UUVLayoutPreview::TriangleComponent' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreview, bShowBackingRectangle) == 0x000048, "Member 'UUVLayoutPreview::bShowBackingRectangle' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreview, BackingRectangleMaterial) == 0x000050, "Member 'UUVLayoutPreview::BackingRectangleMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IDynamicMeshProvider \ +static_assert(alignof(IDynamicMeshProvider) == 0x000001, "Wrong alignment on IDynamicMeshProvider"); \ +static_assert(sizeof(IDynamicMeshProvider) == 0x000001, "Wrong size on IDynamicMeshProvider"); \ + +#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_IModelingToolExternalDynamicMeshUpdateAPI \ +static_assert(alignof(IModelingToolExternalDynamicMeshUpdateAPI) == 0x000001, "Wrong alignment on IModelingToolExternalDynamicMeshUpdateAPI"); \ +static_assert(sizeof(IModelingToolExternalDynamicMeshUpdateAPI) == 0x000001, "Wrong size on IModelingToolExternalDynamicMeshUpdateAPI"); \ + +#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_UInteractiveToolActivity \ +static_assert(alignof(UInteractiveToolActivity) == 0x000008, "Wrong alignment on UInteractiveToolActivity"); \ +static_assert(sizeof(UInteractiveToolActivity) == 0x000030, "Wrong size on UInteractiveToolActivity"); \ + +#define DUMPER7_ASSERTS_IToolActivityHost \ +static_assert(alignof(IToolActivityHost) == 0x000001, "Wrong alignment on IToolActivityHost"); \ +static_assert(sizeof(IToolActivityHost) == 0x000001, "Wrong size on IToolActivityHost"); \ + +#define DUMPER7_ASSERTS_ILatticeStateStorage \ +static_assert(alignof(ILatticeStateStorage) == 0x000001, "Wrong alignment on ILatticeStateStorage"); \ +static_assert(sizeof(ILatticeStateStorage) == 0x000001, "Wrong size on ILatticeStateStorage"); \ + +#define DUMPER7_ASSERTS_UGeometrySelectionEditCommandArguments \ +static_assert(alignof(UGeometrySelectionEditCommandArguments) == 0x000008, "Wrong alignment on UGeometrySelectionEditCommandArguments"); \ +static_assert(sizeof(UGeometrySelectionEditCommandArguments) == 0x000058, "Wrong size on UGeometrySelectionEditCommandArguments"); \ + +#define DUMPER7_ASSERTS_UGeometrySelectionEditCommandResult \ +static_assert(alignof(UGeometrySelectionEditCommandResult) == 0x000008, "Wrong alignment on UGeometrySelectionEditCommandResult"); \ +static_assert(sizeof(UGeometrySelectionEditCommandResult) == 0x0000A0, "Wrong size on UGeometrySelectionEditCommandResult"); \ + +#define DUMPER7_ASSERTS_UGeometrySelectionEditCommand \ +static_assert(alignof(UGeometrySelectionEditCommand) == 0x000008, "Wrong alignment on UGeometrySelectionEditCommand"); \ +static_assert(sizeof(UGeometrySelectionEditCommand) == 0x000028, "Wrong size on UGeometrySelectionEditCommand"); \ + +#define DUMPER7_ASSERTS_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_UVolumetricBrushStampIndicatorBuilder \ +static_assert(alignof(UVolumetricBrushStampIndicatorBuilder) == 0x000008, "Wrong alignment on UVolumetricBrushStampIndicatorBuilder"); \ +static_assert(sizeof(UVolumetricBrushStampIndicatorBuilder) == 0x000028, "Wrong size on UVolumetricBrushStampIndicatorBuilder"); \ + +#define DUMPER7_ASSERTS_UVolumetricBrushStampIndicator \ +static_assert(alignof(UVolumetricBrushStampIndicator) == 0x000008, "Wrong alignment on UVolumetricBrushStampIndicator"); \ +static_assert(sizeof(UVolumetricBrushStampIndicator) == 0x0000E0, "Wrong size on UVolumetricBrushStampIndicator"); \ +static_assert(offsetof(UVolumetricBrushStampIndicator, SphereMesh) == 0x0000D8, "Member 'UVolumetricBrushStampIndicator::SphereMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiSelectionMeshEditingToolBuilder \ +static_assert(alignof(UMultiSelectionMeshEditingToolBuilder) == 0x000008, "Wrong alignment on UMultiSelectionMeshEditingToolBuilder"); \ +static_assert(sizeof(UMultiSelectionMeshEditingToolBuilder) == 0x000028, "Wrong size on UMultiSelectionMeshEditingToolBuilder"); \ + +#define DUMPER7_ASSERTS_UBaseCreateFromSelectedToolBuilder \ +static_assert(alignof(UBaseCreateFromSelectedToolBuilder) == 0x000008, "Wrong alignment on UBaseCreateFromSelectedToolBuilder"); \ +static_assert(sizeof(UBaseCreateFromSelectedToolBuilder) == 0x000028, "Wrong size on UBaseCreateFromSelectedToolBuilder"); \ + +#define DUMPER7_ASSERTS_UOnAcceptHandleSourcesPropertiesBase \ +static_assert(alignof(UOnAcceptHandleSourcesPropertiesBase) == 0x000008, "Wrong alignment on UOnAcceptHandleSourcesPropertiesBase"); \ +static_assert(sizeof(UOnAcceptHandleSourcesPropertiesBase) == 0x0000A8, "Wrong size on UOnAcceptHandleSourcesPropertiesBase"); \ + +#define DUMPER7_ASSERTS_UOnAcceptHandleSourcesProperties \ +static_assert(alignof(UOnAcceptHandleSourcesProperties) == 0x000008, "Wrong alignment on UOnAcceptHandleSourcesProperties"); \ +static_assert(sizeof(UOnAcceptHandleSourcesProperties) == 0x0000B0, "Wrong size on UOnAcceptHandleSourcesProperties"); \ +static_assert(offsetof(UOnAcceptHandleSourcesProperties, HandleInputs) == 0x0000A8, "Member 'UOnAcceptHandleSourcesProperties::HandleInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseCreateFromSelectedHandleSourceProperties \ +static_assert(alignof(UBaseCreateFromSelectedHandleSourceProperties) == 0x000008, "Wrong alignment on UBaseCreateFromSelectedHandleSourceProperties"); \ +static_assert(sizeof(UBaseCreateFromSelectedHandleSourceProperties) == 0x0000D8, "Wrong size on UBaseCreateFromSelectedHandleSourceProperties"); \ +static_assert(offsetof(UBaseCreateFromSelectedHandleSourceProperties, OutputWriteTo) == 0x0000B0, "Member 'UBaseCreateFromSelectedHandleSourceProperties::OutputWriteTo' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedHandleSourceProperties, OutputNewName) == 0x0000B8, "Member 'UBaseCreateFromSelectedHandleSourceProperties::OutputNewName' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedHandleSourceProperties, OutputExistingName) == 0x0000C8, "Member 'UBaseCreateFromSelectedHandleSourceProperties::OutputExistingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseCreateFromSelectedCollisionProperties \ +static_assert(alignof(UBaseCreateFromSelectedCollisionProperties) == 0x000008, "Wrong alignment on UBaseCreateFromSelectedCollisionProperties"); \ +static_assert(sizeof(UBaseCreateFromSelectedCollisionProperties) == 0x0000B0, "Wrong size on UBaseCreateFromSelectedCollisionProperties"); \ +static_assert(offsetof(UBaseCreateFromSelectedCollisionProperties, bTransferCollision) == 0x0000A8, "Member 'UBaseCreateFromSelectedCollisionProperties::bTransferCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformInputsToolProperties \ +static_assert(alignof(UTransformInputsToolProperties) == 0x000008, "Wrong alignment on UTransformInputsToolProperties"); \ +static_assert(sizeof(UTransformInputsToolProperties) == 0x0000B0, "Wrong size on UTransformInputsToolProperties"); \ +static_assert(offsetof(UTransformInputsToolProperties, bShowTransformGizmo) == 0x0000A8, "Member 'UTransformInputsToolProperties::bShowTransformGizmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiSelectionMeshEditingTool \ +static_assert(alignof(UMultiSelectionMeshEditingTool) == 0x000008, "Wrong alignment on UMultiSelectionMeshEditingTool"); \ +static_assert(sizeof(UMultiSelectionMeshEditingTool) == 0x0000D0, "Wrong size on UMultiSelectionMeshEditingTool"); \ +static_assert(offsetof(UMultiSelectionMeshEditingTool, TargetWorld) == 0x0000C8, "Member 'UMultiSelectionMeshEditingTool::TargetWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseCreateFromSelectedTool \ +static_assert(alignof(UBaseCreateFromSelectedTool) == 0x000008, "Wrong alignment on UBaseCreateFromSelectedTool"); \ +static_assert(sizeof(UBaseCreateFromSelectedTool) == 0x000120, "Wrong size on UBaseCreateFromSelectedTool"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, TransformProperties) == 0x0000D8, "Member 'UBaseCreateFromSelectedTool::TransformProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, OutputTypeProperties) == 0x0000E0, "Member 'UBaseCreateFromSelectedTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, HandleSourcesProperties) == 0x0000E8, "Member 'UBaseCreateFromSelectedTool::HandleSourcesProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, CollisionProperties) == 0x0000F0, "Member 'UBaseCreateFromSelectedTool::CollisionProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, Preview) == 0x0000F8, "Member 'UBaseCreateFromSelectedTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, TransformProxies) == 0x000100, "Member 'UBaseCreateFromSelectedTool::TransformProxies' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, TransformGizmos) == 0x000110, "Member 'UBaseCreateFromSelectedTool::TransformGizmos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleTargetWithSelectionToolBuilder \ +static_assert(alignof(USingleTargetWithSelectionToolBuilder) == 0x000008, "Wrong alignment on USingleTargetWithSelectionToolBuilder"); \ +static_assert(sizeof(USingleTargetWithSelectionToolBuilder) == 0x000028, "Wrong size on USingleTargetWithSelectionToolBuilder"); \ + +#define DUMPER7_ASSERTS_UBaseMeshProcessingToolBuilder \ +static_assert(alignof(UBaseMeshProcessingToolBuilder) == 0x000008, "Wrong alignment on UBaseMeshProcessingToolBuilder"); \ +static_assert(sizeof(UBaseMeshProcessingToolBuilder) == 0x000028, "Wrong size on UBaseMeshProcessingToolBuilder"); \ + +#define DUMPER7_ASSERTS_USingleTargetWithSelectionTool \ +static_assert(alignof(USingleTargetWithSelectionTool) == 0x000008, "Wrong alignment on USingleTargetWithSelectionTool"); \ +static_assert(sizeof(USingleTargetWithSelectionTool) == 0x000138, "Wrong size on USingleTargetWithSelectionTool"); \ +static_assert(offsetof(USingleTargetWithSelectionTool, TargetWorld) == 0x0000C0, "Member 'USingleTargetWithSelectionTool::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(USingleTargetWithSelectionTool, GeometrySelectionVizProperties) == 0x000128, "Member 'USingleTargetWithSelectionTool::GeometrySelectionVizProperties' has a wrong offset!"); \ +static_assert(offsetof(USingleTargetWithSelectionTool, GeometrySelectionViz) == 0x000130, "Member 'USingleTargetWithSelectionTool::GeometrySelectionViz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseMeshProcessingTool \ +static_assert(alignof(UBaseMeshProcessingTool) == 0x000010, "Wrong alignment on UBaseMeshProcessingTool"); \ +static_assert(sizeof(UBaseMeshProcessingTool) == 0x000490, "Wrong size on UBaseMeshProcessingTool"); \ +static_assert(offsetof(UBaseMeshProcessingTool, Preview) == 0x000150, "Member 'UBaseMeshProcessingTool::Preview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseVoxelTool \ +static_assert(alignof(UBaseVoxelTool) == 0x000008, "Wrong alignment on UBaseVoxelTool"); \ +static_assert(sizeof(UBaseVoxelTool) == 0x000138, "Wrong size on UBaseVoxelTool"); \ +static_assert(offsetof(UBaseVoxelTool, VoxProperties) == 0x000120, "Member 'UBaseVoxelTool::VoxProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSurfacePointMeshEditingToolBuilder \ +static_assert(alignof(UMeshSurfacePointMeshEditingToolBuilder) == 0x000008, "Wrong alignment on UMeshSurfacePointMeshEditingToolBuilder"); \ +static_assert(sizeof(UMeshSurfacePointMeshEditingToolBuilder) == 0x000030, "Wrong size on UMeshSurfacePointMeshEditingToolBuilder"); \ + +#define DUMPER7_ASSERTS_UMultiTargetWithSelectionToolBuilder \ +static_assert(alignof(UMultiTargetWithSelectionToolBuilder) == 0x000008, "Wrong alignment on UMultiTargetWithSelectionToolBuilder"); \ +static_assert(sizeof(UMultiTargetWithSelectionToolBuilder) == 0x000028, "Wrong size on UMultiTargetWithSelectionToolBuilder"); \ + +#define DUMPER7_ASSERTS_UMultiTargetWithSelectionTool \ +static_assert(alignof(UMultiTargetWithSelectionTool) == 0x000008, "Wrong alignment on UMultiTargetWithSelectionTool"); \ +static_assert(sizeof(UMultiTargetWithSelectionTool) == 0x000100, "Wrong size on UMultiTargetWithSelectionTool"); \ +static_assert(offsetof(UMultiTargetWithSelectionTool, TargetWorld) == 0x0000C8, "Member 'UMultiTargetWithSelectionTool::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(UMultiTargetWithSelectionTool, GeometrySelectionVizProperties) == 0x0000F0, "Member 'UMultiTargetWithSelectionTool::GeometrySelectionVizProperties' has a wrong offset!"); \ +static_assert(offsetof(UMultiTargetWithSelectionTool, GeometrySelectionViz) == 0x0000F8, "Member 'UMultiTargetWithSelectionTool::GeometrySelectionViz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USingleSelectionMeshEditingToolBuilder \ +static_assert(alignof(USingleSelectionMeshEditingToolBuilder) == 0x000008, "Wrong alignment on USingleSelectionMeshEditingToolBuilder"); \ +static_assert(sizeof(USingleSelectionMeshEditingToolBuilder) == 0x000028, "Wrong size on USingleSelectionMeshEditingToolBuilder"); \ + +#define DUMPER7_ASSERTS_USingleSelectionMeshEditingTool \ +static_assert(alignof(USingleSelectionMeshEditingTool) == 0x000008, "Wrong alignment on USingleSelectionMeshEditingTool"); \ +static_assert(sizeof(USingleSelectionMeshEditingTool) == 0x0000C8, "Wrong size on USingleSelectionMeshEditingTool"); \ +static_assert(offsetof(USingleSelectionMeshEditingTool, TargetWorld) == 0x0000C0, "Member 'USingleSelectionMeshEditingTool::TargetWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshReplacementChangeTarget \ +static_assert(alignof(UDynamicMeshReplacementChangeTarget) == 0x000008, "Wrong alignment on UDynamicMeshReplacementChangeTarget"); \ +static_assert(sizeof(UDynamicMeshReplacementChangeTarget) == 0x000058, "Wrong size on UDynamicMeshReplacementChangeTarget"); \ + +#define DUMPER7_ASSERTS_OctreeDynamicMeshComponent_SetDynamicMesh \ +static_assert(alignof(OctreeDynamicMeshComponent_SetDynamicMesh) == 0x000008, "Wrong alignment on OctreeDynamicMeshComponent_SetDynamicMesh"); \ +static_assert(sizeof(OctreeDynamicMeshComponent_SetDynamicMesh) == 0x000008, "Wrong size on OctreeDynamicMeshComponent_SetDynamicMesh"); \ +static_assert(offsetof(OctreeDynamicMeshComponent_SetDynamicMesh, NewMesh) == 0x000000, "Member 'OctreeDynamicMeshComponent_SetDynamicMesh::NewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOctreeDynamicMeshComponent \ +static_assert(alignof(UOctreeDynamicMeshComponent) == 0x000010, "Wrong alignment on UOctreeDynamicMeshComponent"); \ +static_assert(sizeof(UOctreeDynamicMeshComponent) == 0x000700, "Wrong size on UOctreeDynamicMeshComponent"); \ +static_assert(offsetof(UOctreeDynamicMeshComponent, MeshObject) == 0x000640, "Member 'UOctreeDynamicMeshComponent::MeshObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LineSetComponent_AddLines \ +static_assert(alignof(LineSetComponent_AddLines) == 0x000008, "Wrong alignment on LineSetComponent_AddLines"); \ +static_assert(sizeof(LineSetComponent_AddLines) == 0x000030, "Wrong size on LineSetComponent_AddLines"); \ +static_assert(offsetof(LineSetComponent_AddLines, InStart) == 0x000000, "Member 'LineSetComponent_AddLines::InStart' has a wrong offset!"); \ +static_assert(offsetof(LineSetComponent_AddLines, InEnd) == 0x000010, "Member 'LineSetComponent_AddLines::InEnd' has a wrong offset!"); \ +static_assert(offsetof(LineSetComponent_AddLines, InColor) == 0x000020, "Member 'LineSetComponent_AddLines::InColor' has a wrong offset!"); \ +static_assert(offsetof(LineSetComponent_AddLines, InThickness) == 0x000024, "Member 'LineSetComponent_AddLines::InThickness' has a wrong offset!"); \ +static_assert(offsetof(LineSetComponent_AddLines, InDepthBias) == 0x000028, "Member 'LineSetComponent_AddLines::InDepthBias' has a wrong offset!"); \ +static_assert(offsetof(LineSetComponent_AddLines, ReturnValue) == 0x00002C, "Member 'LineSetComponent_AddLines::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LineSetComponent_SetLineMaterial \ +static_assert(alignof(LineSetComponent_SetLineMaterial) == 0x000008, "Wrong alignment on LineSetComponent_SetLineMaterial"); \ +static_assert(sizeof(LineSetComponent_SetLineMaterial) == 0x000008, "Wrong size on LineSetComponent_SetLineMaterial"); \ +static_assert(offsetof(LineSetComponent_SetLineMaterial, InLineMaterial) == 0x000000, "Member 'LineSetComponent_SetLineMaterial::InLineMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULineSetComponent \ +static_assert(alignof(ULineSetComponent) == 0x000010, "Wrong alignment on ULineSetComponent"); \ +static_assert(sizeof(ULineSetComponent) == 0x000600, "Wrong size on ULineSetComponent"); \ +static_assert(offsetof(ULineSetComponent, LineMaterial) == 0x000578, "Member 'ULineSetComponent::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULineSetComponent, Bounds) == 0x000580, "Member 'ULineSetComponent::Bounds' has a wrong offset!"); \ +static_assert(offsetof(ULineSetComponent, bBoundsDirty) == 0x0005B8, "Member 'ULineSetComponent::bBoundsDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshElementsVisualizerProperties \ +static_assert(alignof(UMeshElementsVisualizerProperties) == 0x000008, "Wrong alignment on UMeshElementsVisualizerProperties"); \ +static_assert(sizeof(UMeshElementsVisualizerProperties) == 0x0000D8, "Wrong size on UMeshElementsVisualizerProperties"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bVisible) == 0x0000A8, "Member 'UMeshElementsVisualizerProperties::bVisible' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bShowWireframe) == 0x0000A9, "Member 'UMeshElementsVisualizerProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bShowBorders) == 0x0000AA, "Member 'UMeshElementsVisualizerProperties::bShowBorders' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bShowUVSeams) == 0x0000AB, "Member 'UMeshElementsVisualizerProperties::bShowUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bShowNormalSeams) == 0x0000AC, "Member 'UMeshElementsVisualizerProperties::bShowNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bShowTangentSeams) == 0x0000AD, "Member 'UMeshElementsVisualizerProperties::bShowTangentSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bShowColorSeams) == 0x0000AE, "Member 'UMeshElementsVisualizerProperties::bShowColorSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, ThicknessScale) == 0x0000B0, "Member 'UMeshElementsVisualizerProperties::ThicknessScale' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, WireframeColor) == 0x0000B4, "Member 'UMeshElementsVisualizerProperties::WireframeColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, BoundaryEdgeColor) == 0x0000B8, "Member 'UMeshElementsVisualizerProperties::BoundaryEdgeColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, UVSeamColor) == 0x0000BC, "Member 'UMeshElementsVisualizerProperties::UVSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, NormalSeamColor) == 0x0000C0, "Member 'UMeshElementsVisualizerProperties::NormalSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, TangentSeamColor) == 0x0000C4, "Member 'UMeshElementsVisualizerProperties::TangentSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, ColorSeamColor) == 0x0000C8, "Member 'UMeshElementsVisualizerProperties::ColorSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, DepthBias) == 0x0000CC, "Member 'UMeshElementsVisualizerProperties::DepthBias' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bAdjustDepthBiasUsingMeshSize) == 0x0000D0, "Member 'UMeshElementsVisualizerProperties::bAdjustDepthBiasUsingMeshSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_AddLineSet \ +static_assert(alignof(PreviewGeometry_AddLineSet) == 0x000008, "Wrong alignment on PreviewGeometry_AddLineSet"); \ +static_assert(sizeof(PreviewGeometry_AddLineSet) == 0x000018, "Wrong size on PreviewGeometry_AddLineSet"); \ +static_assert(offsetof(PreviewGeometry_AddLineSet, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_AddLineSet::LineSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_AddLineSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_AddLineSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_AddPointSet \ +static_assert(alignof(PreviewGeometry_AddPointSet) == 0x000008, "Wrong alignment on PreviewGeometry_AddPointSet"); \ +static_assert(sizeof(PreviewGeometry_AddPointSet) == 0x000018, "Wrong size on PreviewGeometry_AddPointSet"); \ +static_assert(offsetof(PreviewGeometry_AddPointSet, PointSetIdentifier) == 0x000000, "Member 'PreviewGeometry_AddPointSet::PointSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_AddPointSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_AddPointSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_AddTriangleSet \ +static_assert(alignof(PreviewGeometry_AddTriangleSet) == 0x000008, "Wrong alignment on PreviewGeometry_AddTriangleSet"); \ +static_assert(sizeof(PreviewGeometry_AddTriangleSet) == 0x000018, "Wrong size on PreviewGeometry_AddTriangleSet"); \ +static_assert(offsetof(PreviewGeometry_AddTriangleSet, TriangleSetIdentifier) == 0x000000, "Member 'PreviewGeometry_AddTriangleSet::TriangleSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_AddTriangleSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_AddTriangleSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_CreateInWorld \ +static_assert(alignof(PreviewGeometry_CreateInWorld) == 0x000010, "Wrong alignment on PreviewGeometry_CreateInWorld"); \ +static_assert(sizeof(PreviewGeometry_CreateInWorld) == 0x000070, "Wrong size on PreviewGeometry_CreateInWorld"); \ +static_assert(offsetof(PreviewGeometry_CreateInWorld, World) == 0x000000, "Member 'PreviewGeometry_CreateInWorld::World' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_CreateInWorld, WithTransform) == 0x000010, "Member 'PreviewGeometry_CreateInWorld::WithTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_FindLineSet \ +static_assert(alignof(PreviewGeometry_FindLineSet) == 0x000008, "Wrong alignment on PreviewGeometry_FindLineSet"); \ +static_assert(sizeof(PreviewGeometry_FindLineSet) == 0x000018, "Wrong size on PreviewGeometry_FindLineSet"); \ +static_assert(offsetof(PreviewGeometry_FindLineSet, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_FindLineSet::LineSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_FindLineSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_FindLineSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_FindPointSet \ +static_assert(alignof(PreviewGeometry_FindPointSet) == 0x000008, "Wrong alignment on PreviewGeometry_FindPointSet"); \ +static_assert(sizeof(PreviewGeometry_FindPointSet) == 0x000018, "Wrong size on PreviewGeometry_FindPointSet"); \ +static_assert(offsetof(PreviewGeometry_FindPointSet, PointSetIdentifier) == 0x000000, "Member 'PreviewGeometry_FindPointSet::PointSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_FindPointSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_FindPointSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_FindTriangleSet \ +static_assert(alignof(PreviewGeometry_FindTriangleSet) == 0x000008, "Wrong alignment on PreviewGeometry_FindTriangleSet"); \ +static_assert(sizeof(PreviewGeometry_FindTriangleSet) == 0x000018, "Wrong size on PreviewGeometry_FindTriangleSet"); \ +static_assert(offsetof(PreviewGeometry_FindTriangleSet, TriangleSetIdentifier) == 0x000000, "Member 'PreviewGeometry_FindTriangleSet::TriangleSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_FindTriangleSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_FindTriangleSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_RemoveAllLineSets \ +static_assert(alignof(PreviewGeometry_RemoveAllLineSets) == 0x000001, "Wrong alignment on PreviewGeometry_RemoveAllLineSets"); \ +static_assert(sizeof(PreviewGeometry_RemoveAllLineSets) == 0x000001, "Wrong size on PreviewGeometry_RemoveAllLineSets"); \ +static_assert(offsetof(PreviewGeometry_RemoveAllLineSets, bDestroy) == 0x000000, "Member 'PreviewGeometry_RemoveAllLineSets::bDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_RemoveAllPointSets \ +static_assert(alignof(PreviewGeometry_RemoveAllPointSets) == 0x000001, "Wrong alignment on PreviewGeometry_RemoveAllPointSets"); \ +static_assert(sizeof(PreviewGeometry_RemoveAllPointSets) == 0x000001, "Wrong size on PreviewGeometry_RemoveAllPointSets"); \ +static_assert(offsetof(PreviewGeometry_RemoveAllPointSets, bDestroy) == 0x000000, "Member 'PreviewGeometry_RemoveAllPointSets::bDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_RemoveAllTriangleSets \ +static_assert(alignof(PreviewGeometry_RemoveAllTriangleSets) == 0x000001, "Wrong alignment on PreviewGeometry_RemoveAllTriangleSets"); \ +static_assert(sizeof(PreviewGeometry_RemoveAllTriangleSets) == 0x000001, "Wrong size on PreviewGeometry_RemoveAllTriangleSets"); \ +static_assert(offsetof(PreviewGeometry_RemoveAllTriangleSets, bDestroy) == 0x000000, "Member 'PreviewGeometry_RemoveAllTriangleSets::bDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_RemoveLineSet \ +static_assert(alignof(PreviewGeometry_RemoveLineSet) == 0x000008, "Wrong alignment on PreviewGeometry_RemoveLineSet"); \ +static_assert(sizeof(PreviewGeometry_RemoveLineSet) == 0x000018, "Wrong size on PreviewGeometry_RemoveLineSet"); \ +static_assert(offsetof(PreviewGeometry_RemoveLineSet, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_RemoveLineSet::LineSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_RemoveLineSet, bDestroy) == 0x000010, "Member 'PreviewGeometry_RemoveLineSet::bDestroy' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_RemoveLineSet, ReturnValue) == 0x000011, "Member 'PreviewGeometry_RemoveLineSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_RemovePointSet \ +static_assert(alignof(PreviewGeometry_RemovePointSet) == 0x000008, "Wrong alignment on PreviewGeometry_RemovePointSet"); \ +static_assert(sizeof(PreviewGeometry_RemovePointSet) == 0x000018, "Wrong size on PreviewGeometry_RemovePointSet"); \ +static_assert(offsetof(PreviewGeometry_RemovePointSet, PointSetIdentifier) == 0x000000, "Member 'PreviewGeometry_RemovePointSet::PointSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_RemovePointSet, bDestroy) == 0x000010, "Member 'PreviewGeometry_RemovePointSet::bDestroy' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_RemovePointSet, ReturnValue) == 0x000011, "Member 'PreviewGeometry_RemovePointSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_RemoveTriangleSet \ +static_assert(alignof(PreviewGeometry_RemoveTriangleSet) == 0x000008, "Wrong alignment on PreviewGeometry_RemoveTriangleSet"); \ +static_assert(sizeof(PreviewGeometry_RemoveTriangleSet) == 0x000018, "Wrong size on PreviewGeometry_RemoveTriangleSet"); \ +static_assert(offsetof(PreviewGeometry_RemoveTriangleSet, TriangleSetIdentifier) == 0x000000, "Member 'PreviewGeometry_RemoveTriangleSet::TriangleSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_RemoveTriangleSet, bDestroy) == 0x000010, "Member 'PreviewGeometry_RemoveTriangleSet::bDestroy' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_RemoveTriangleSet, ReturnValue) == 0x000011, "Member 'PreviewGeometry_RemoveTriangleSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_SetAllLineSetsMaterial \ +static_assert(alignof(PreviewGeometry_SetAllLineSetsMaterial) == 0x000008, "Wrong alignment on PreviewGeometry_SetAllLineSetsMaterial"); \ +static_assert(sizeof(PreviewGeometry_SetAllLineSetsMaterial) == 0x000008, "Wrong size on PreviewGeometry_SetAllLineSetsMaterial"); \ +static_assert(offsetof(PreviewGeometry_SetAllLineSetsMaterial, Material) == 0x000000, "Member 'PreviewGeometry_SetAllLineSetsMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_SetAllPointSetsMaterial \ +static_assert(alignof(PreviewGeometry_SetAllPointSetsMaterial) == 0x000008, "Wrong alignment on PreviewGeometry_SetAllPointSetsMaterial"); \ +static_assert(sizeof(PreviewGeometry_SetAllPointSetsMaterial) == 0x000008, "Wrong size on PreviewGeometry_SetAllPointSetsMaterial"); \ +static_assert(offsetof(PreviewGeometry_SetAllPointSetsMaterial, Material) == 0x000000, "Member 'PreviewGeometry_SetAllPointSetsMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_SetLineSetMaterial \ +static_assert(alignof(PreviewGeometry_SetLineSetMaterial) == 0x000008, "Wrong alignment on PreviewGeometry_SetLineSetMaterial"); \ +static_assert(sizeof(PreviewGeometry_SetLineSetMaterial) == 0x000020, "Wrong size on PreviewGeometry_SetLineSetMaterial"); \ +static_assert(offsetof(PreviewGeometry_SetLineSetMaterial, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_SetLineSetMaterial::LineSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetLineSetMaterial, NewMaterial) == 0x000010, "Member 'PreviewGeometry_SetLineSetMaterial::NewMaterial' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetLineSetMaterial, ReturnValue) == 0x000018, "Member 'PreviewGeometry_SetLineSetMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_SetLineSetVisibility \ +static_assert(alignof(PreviewGeometry_SetLineSetVisibility) == 0x000008, "Wrong alignment on PreviewGeometry_SetLineSetVisibility"); \ +static_assert(sizeof(PreviewGeometry_SetLineSetVisibility) == 0x000018, "Wrong size on PreviewGeometry_SetLineSetVisibility"); \ +static_assert(offsetof(PreviewGeometry_SetLineSetVisibility, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_SetLineSetVisibility::LineSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetLineSetVisibility, bVisible) == 0x000010, "Member 'PreviewGeometry_SetLineSetVisibility::bVisible' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetLineSetVisibility, ReturnValue) == 0x000011, "Member 'PreviewGeometry_SetLineSetVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_SetPointSetMaterial \ +static_assert(alignof(PreviewGeometry_SetPointSetMaterial) == 0x000008, "Wrong alignment on PreviewGeometry_SetPointSetMaterial"); \ +static_assert(sizeof(PreviewGeometry_SetPointSetMaterial) == 0x000020, "Wrong size on PreviewGeometry_SetPointSetMaterial"); \ +static_assert(offsetof(PreviewGeometry_SetPointSetMaterial, PointSetIdentifier) == 0x000000, "Member 'PreviewGeometry_SetPointSetMaterial::PointSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetPointSetMaterial, NewMaterial) == 0x000010, "Member 'PreviewGeometry_SetPointSetMaterial::NewMaterial' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetPointSetMaterial, ReturnValue) == 0x000018, "Member 'PreviewGeometry_SetPointSetMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_SetPointSetVisibility \ +static_assert(alignof(PreviewGeometry_SetPointSetVisibility) == 0x000008, "Wrong alignment on PreviewGeometry_SetPointSetVisibility"); \ +static_assert(sizeof(PreviewGeometry_SetPointSetVisibility) == 0x000018, "Wrong size on PreviewGeometry_SetPointSetVisibility"); \ +static_assert(offsetof(PreviewGeometry_SetPointSetVisibility, PointSetIdentifier) == 0x000000, "Member 'PreviewGeometry_SetPointSetVisibility::PointSetIdentifier' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetPointSetVisibility, bVisible) == 0x000010, "Member 'PreviewGeometry_SetPointSetVisibility::bVisible' has a wrong offset!"); \ +static_assert(offsetof(PreviewGeometry_SetPointSetVisibility, ReturnValue) == 0x000011, "Member 'PreviewGeometry_SetPointSetVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PreviewGeometry_GetActor \ +static_assert(alignof(PreviewGeometry_GetActor) == 0x000008, "Wrong alignment on PreviewGeometry_GetActor"); \ +static_assert(sizeof(PreviewGeometry_GetActor) == 0x000008, "Wrong size on PreviewGeometry_GetActor"); \ +static_assert(offsetof(PreviewGeometry_GetActor, ReturnValue) == 0x000000, "Member 'PreviewGeometry_GetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPreviewGeometry \ +static_assert(alignof(UPreviewGeometry) == 0x000008, "Wrong alignment on UPreviewGeometry"); \ +static_assert(sizeof(UPreviewGeometry) == 0x000120, "Wrong size on UPreviewGeometry"); \ +static_assert(offsetof(UPreviewGeometry, ParentActor) == 0x000028, "Member 'UPreviewGeometry::ParentActor' has a wrong offset!"); \ +static_assert(offsetof(UPreviewGeometry, TriangleSets) == 0x000030, "Member 'UPreviewGeometry::TriangleSets' has a wrong offset!"); \ +static_assert(offsetof(UPreviewGeometry, LineSets) == 0x000080, "Member 'UPreviewGeometry::LineSets' has a wrong offset!"); \ +static_assert(offsetof(UPreviewGeometry, PointSets) == 0x0000D0, "Member 'UPreviewGeometry::PointSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshElementsVisualizer \ +static_assert(alignof(UMeshElementsVisualizer) == 0x000008, "Wrong alignment on UMeshElementsVisualizer"); \ +static_assert(sizeof(UMeshElementsVisualizer) == 0x000148, "Wrong size on UMeshElementsVisualizer"); \ +static_assert(offsetof(UMeshElementsVisualizer, Settings) == 0x000120, "Member 'UMeshElementsVisualizer::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizer, WireframeComponent) == 0x000128, "Member 'UMeshElementsVisualizer::WireframeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshWireframeComponent \ +static_assert(alignof(UMeshWireframeComponent) == 0x000010, "Wrong alignment on UMeshWireframeComponent"); \ +static_assert(sizeof(UMeshWireframeComponent) == 0x000620, "Wrong size on UMeshWireframeComponent"); \ +static_assert(offsetof(UMeshWireframeComponent, LineDepthBias) == 0x000578, "Member 'UMeshWireframeComponent::LineDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, LineDepthBiasSizeScale) == 0x00057C, "Member 'UMeshWireframeComponent::LineDepthBiasSizeScale' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, ThicknessScale) == 0x000580, "Member 'UMeshWireframeComponent::ThicknessScale' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableWireframe) == 0x000584, "Member 'UMeshWireframeComponent::bEnableWireframe' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, WireframeColor) == 0x000588, "Member 'UMeshWireframeComponent::WireframeColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, WireframeThickness) == 0x00058C, "Member 'UMeshWireframeComponent::WireframeThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableBoundaryEdges) == 0x000590, "Member 'UMeshWireframeComponent::bEnableBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, BoundaryEdgeColor) == 0x000594, "Member 'UMeshWireframeComponent::BoundaryEdgeColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, BoundaryEdgeThickness) == 0x000598, "Member 'UMeshWireframeComponent::BoundaryEdgeThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableUVSeams) == 0x00059C, "Member 'UMeshWireframeComponent::bEnableUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, UVSeamColor) == 0x0005A0, "Member 'UMeshWireframeComponent::UVSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, UVSeamThickness) == 0x0005A4, "Member 'UMeshWireframeComponent::UVSeamThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableNormalSeams) == 0x0005A8, "Member 'UMeshWireframeComponent::bEnableNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, NormalSeamColor) == 0x0005AC, "Member 'UMeshWireframeComponent::NormalSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, NormalSeamThickness) == 0x0005B0, "Member 'UMeshWireframeComponent::NormalSeamThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableTangentSeams) == 0x0005B4, "Member 'UMeshWireframeComponent::bEnableTangentSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, TangentSeamColor) == 0x0005B8, "Member 'UMeshWireframeComponent::TangentSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, TangentSeamThickness) == 0x0005BC, "Member 'UMeshWireframeComponent::TangentSeamThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableColorSeams) == 0x0005C0, "Member 'UMeshWireframeComponent::bEnableColorSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, ColorSeamColor) == 0x0005C4, "Member 'UMeshWireframeComponent::ColorSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, ColorSeamThickness) == 0x0005C8, "Member 'UMeshWireframeComponent::ColorSeamThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, LineMaterial) == 0x0005D0, "Member 'UMeshWireframeComponent::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, LocalBounds) == 0x0005D8, "Member 'UMeshWireframeComponent::LocalBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointSetComponent_AddPoints \ +static_assert(alignof(PointSetComponent_AddPoints) == 0x000008, "Wrong alignment on PointSetComponent_AddPoints"); \ +static_assert(sizeof(PointSetComponent_AddPoints) == 0x000020, "Wrong size on PointSetComponent_AddPoints"); \ +static_assert(offsetof(PointSetComponent_AddPoints, Positions) == 0x000000, "Member 'PointSetComponent_AddPoints::Positions' has a wrong offset!"); \ +static_assert(offsetof(PointSetComponent_AddPoints, InColor) == 0x000010, "Member 'PointSetComponent_AddPoints::InColor' has a wrong offset!"); \ +static_assert(offsetof(PointSetComponent_AddPoints, InSize) == 0x000014, "Member 'PointSetComponent_AddPoints::InSize' has a wrong offset!"); \ +static_assert(offsetof(PointSetComponent_AddPoints, InDepthBias) == 0x000018, "Member 'PointSetComponent_AddPoints::InDepthBias' has a wrong offset!"); \ +static_assert(offsetof(PointSetComponent_AddPoints, ReturnValue) == 0x00001C, "Member 'PointSetComponent_AddPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointSetComponent_SetPointMaterial \ +static_assert(alignof(PointSetComponent_SetPointMaterial) == 0x000008, "Wrong alignment on PointSetComponent_SetPointMaterial"); \ +static_assert(sizeof(PointSetComponent_SetPointMaterial) == 0x000008, "Wrong size on PointSetComponent_SetPointMaterial"); \ +static_assert(offsetof(PointSetComponent_SetPointMaterial, InPointMaterial) == 0x000000, "Member 'PointSetComponent_SetPointMaterial::InPointMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPointSetComponent \ +static_assert(alignof(UPointSetComponent) == 0x000010, "Wrong alignment on UPointSetComponent"); \ +static_assert(sizeof(UPointSetComponent) == 0x000600, "Wrong size on UPointSetComponent"); \ +static_assert(offsetof(UPointSetComponent, PointMaterial) == 0x000578, "Member 'UPointSetComponent::PointMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPointSetComponent, Bounds) == 0x000580, "Member 'UPointSetComponent::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPointSetComponent, bBoundsDirty) == 0x0005B8, "Member 'UPointSetComponent::bBoundsDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPreviewMesh \ +static_assert(alignof(UPreviewMesh) == 0x000010, "Wrong alignment on UPreviewMesh"); \ +static_assert(sizeof(UPreviewMesh) == 0x000130, "Wrong size on UPreviewMesh"); \ +static_assert(offsetof(UPreviewMesh, bBuildSpatialDataStructure) == 0x000040, "Member 'UPreviewMesh::bBuildSpatialDataStructure' has a wrong offset!"); \ +static_assert(offsetof(UPreviewMesh, DynamicMeshComponent) == 0x000050, "Member 'UPreviewMesh::DynamicMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditPreviewMesh \ +static_assert(alignof(UPolyEditPreviewMesh) == 0x000010, "Wrong alignment on UPolyEditPreviewMesh"); \ +static_assert(sizeof(UPolyEditPreviewMesh) == 0x000480, "Wrong size on UPolyEditPreviewMesh"); \ + +#define DUMPER7_ASSERTS_APreviewGeometryActor \ +static_assert(alignof(APreviewGeometryActor) == 0x000008, "Wrong alignment on APreviewGeometryActor"); \ +static_assert(sizeof(APreviewGeometryActor) == 0x0002B8, "Wrong size on APreviewGeometryActor"); \ + +#define DUMPER7_ASSERTS_UTriangleSetComponent \ +static_assert(alignof(UTriangleSetComponent) == 0x000010, "Wrong alignment on UTriangleSetComponent"); \ +static_assert(sizeof(UTriangleSetComponent) == 0x000680, "Wrong size on UTriangleSetComponent"); \ +static_assert(offsetof(UTriangleSetComponent, Bounds) == 0x000578, "Member 'UTriangleSetComponent::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UTriangleSetComponent, bBoundsDirty) == 0x0005B0, "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_UCollectSurfacePathMechanic \ +static_assert(alignof(UCollectSurfacePathMechanic) == 0x000008, "Wrong alignment on UCollectSurfacePathMechanic"); \ +static_assert(sizeof(UCollectSurfacePathMechanic) == 0x0005B0, "Wrong size on UCollectSurfacePathMechanic"); \ + +#define DUMPER7_ASSERTS_UCollisionPrimitivesMechanic \ +static_assert(alignof(UCollisionPrimitivesMechanic) == 0x000010, "Wrong alignment on UCollisionPrimitivesMechanic"); \ +static_assert(sizeof(UCollisionPrimitivesMechanic) == 0x000590, "Wrong size on UCollisionPrimitivesMechanic"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, PreviewGeometry) == 0x000250, "Member 'UCollisionPrimitivesMechanic::PreviewGeometry' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, DrawnPrimitiveEdges) == 0x000258, "Member 'UCollisionPrimitivesMechanic::DrawnPrimitiveEdges' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, TranslateTransformProxy) == 0x000390, "Member 'UCollisionPrimitivesMechanic::TranslateTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, SphereTransformProxy) == 0x000398, "Member 'UCollisionPrimitivesMechanic::SphereTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, BoxTransformProxy) == 0x0003A0, "Member 'UCollisionPrimitivesMechanic::BoxTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, CapsuleTransformProxy) == 0x0003A8, "Member 'UCollisionPrimitivesMechanic::CapsuleTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, FullTransformProxy) == 0x0003B0, "Member 'UCollisionPrimitivesMechanic::FullTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, CurrentActiveProxy) == 0x0003B8, "Member 'UCollisionPrimitivesMechanic::CurrentActiveProxy' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, TranslateTransformGizmo) == 0x0003C0, "Member 'UCollisionPrimitivesMechanic::TranslateTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, SphereTransformGizmo) == 0x0003C8, "Member 'UCollisionPrimitivesMechanic::SphereTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, BoxTransformGizmo) == 0x0003D0, "Member 'UCollisionPrimitivesMechanic::BoxTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, CapsuleTransformGizmo) == 0x0003D8, "Member 'UCollisionPrimitivesMechanic::CapsuleTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, FullTransformGizmo) == 0x0003E0, "Member 'UCollisionPrimitivesMechanic::FullTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, BoxIntervalGizmo) == 0x0003E8, "Member 'UCollisionPrimitivesMechanic::BoxIntervalGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, BoxXIntervalSource) == 0x0003F0, "Member 'UCollisionPrimitivesMechanic::BoxXIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, BoxYIntervalSource) == 0x0003F8, "Member 'UCollisionPrimitivesMechanic::BoxYIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, BoxZIntervalSource) == 0x000400, "Member 'UCollisionPrimitivesMechanic::BoxZIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, CapsuleIntervalGizmo) == 0x000408, "Member 'UCollisionPrimitivesMechanic::CapsuleIntervalGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, CapsuleRadiusIntervalSource) == 0x000410, "Member 'UCollisionPrimitivesMechanic::CapsuleRadiusIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, CapsuleLengthIntervalSource) == 0x000418, "Member 'UCollisionPrimitivesMechanic::CapsuleLengthIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPrimitivesMechanic, MarqueeMechanic) == 0x000468, "Member 'UCollisionPrimitivesMechanic::MarqueeMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionPlaneMechanic \ +static_assert(alignof(UConstructionPlaneMechanic) == 0x000010, "Wrong alignment on UConstructionPlaneMechanic"); \ +static_assert(sizeof(UConstructionPlaneMechanic) == 0x0000E0, "Wrong size on UConstructionPlaneMechanic"); \ +static_assert(offsetof(UConstructionPlaneMechanic, PlaneTransformGizmo) == 0x0000B8, "Member 'UConstructionPlaneMechanic::PlaneTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UConstructionPlaneMechanic, PlaneTransformProxy) == 0x0000C0, "Member 'UConstructionPlaneMechanic::PlaneTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UConstructionPlaneMechanic, ClickToSetPlaneBehavior) == 0x0000D0, "Member 'UConstructionPlaneMechanic::ClickToSetPlaneBehavior' has a wrong offset!"); \ +static_assert(offsetof(UConstructionPlaneMechanic, MiddleClickToSetGizmoBehavior) == 0x0000D8, "Member 'UConstructionPlaneMechanic::MiddleClickToSetGizmoBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveControlPointsMechanic \ +static_assert(alignof(UCurveControlPointsMechanic) == 0x000010, "Wrong alignment on UCurveControlPointsMechanic"); \ +static_assert(sizeof(UCurveControlPointsMechanic) == 0x000670, "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) == 0x0004D8, "Member 'UCurveControlPointsMechanic::PreviewGeometryActor' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, DrawnControlPoints) == 0x0004E0, "Member 'UCurveControlPointsMechanic::DrawnControlPoints' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, DrawnControlSegments) == 0x0004E8, "Member 'UCurveControlPointsMechanic::DrawnControlSegments' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, PreviewPoint) == 0x0004F0, "Member 'UCurveControlPointsMechanic::PreviewPoint' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, PreviewSegment) == 0x0004F8, "Member 'UCurveControlPointsMechanic::PreviewSegment' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, PointTransformProxy) == 0x000578, "Member 'UCurveControlPointsMechanic::PointTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCurveControlPointsMechanic, PointTransformGizmo) == 0x000580, "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_UDragAlignmentInteraction \ +static_assert(alignof(UDragAlignmentInteraction) == 0x000008, "Wrong alignment on UDragAlignmentInteraction"); \ +static_assert(sizeof(UDragAlignmentInteraction) == 0x0002D0, "Wrong size on UDragAlignmentInteraction"); \ + +#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) == 0x000230, "Member 'ULatticeControlPointsMechanic::PreviewGeometryActor' has a wrong offset!"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, DrawnControlPoints) == 0x000238, "Member 'ULatticeControlPointsMechanic::DrawnControlPoints' has a wrong offset!"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, DrawnLatticeEdges) == 0x000240, "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) == 0x000328, "Member 'ULatticeControlPointsMechanic::MarqueeMechanic' 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_UPolyLassoMarqueeMechanic \ +static_assert(alignof(UPolyLassoMarqueeMechanic) == 0x000010, "Wrong alignment on UPolyLassoMarqueeMechanic"); \ +static_assert(sizeof(UPolyLassoMarqueeMechanic) == 0x0001E0, "Wrong size on UPolyLassoMarqueeMechanic"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, SpacingTolerance) == 0x000088, "Member 'UPolyLassoMarqueeMechanic::SpacingTolerance' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, LineThickness) == 0x00008C, "Member 'UPolyLassoMarqueeMechanic::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, LineColor) == 0x000090, "Member 'UPolyLassoMarqueeMechanic::LineColor' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, ClosedColor) == 0x0000A0, "Member 'UPolyLassoMarqueeMechanic::ClosedColor' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, bEnableFreehandPolygons) == 0x0000B0, "Member 'UPolyLassoMarqueeMechanic::bEnableFreehandPolygons' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, bEnableMultiClickPolygons) == 0x0000B1, "Member 'UPolyLassoMarqueeMechanic::bEnableMultiClickPolygons' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, ClickDragBehavior) == 0x0000B8, "Member 'UPolyLassoMarqueeMechanic::ClickDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(UPolyLassoMarqueeMechanic, HoverBehavior) == 0x0000C0, "Member 'UPolyLassoMarqueeMechanic::HoverBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URectangleMarqueeMechanic \ +static_assert(alignof(URectangleMarqueeMechanic) == 0x000010, "Wrong alignment on URectangleMarqueeMechanic"); \ +static_assert(sizeof(URectangleMarqueeMechanic) == 0x000220, "Wrong size on URectangleMarqueeMechanic"); \ +static_assert(offsetof(URectangleMarqueeMechanic, bUseExternalClickDragBehavior) == 0x000038, "Member 'URectangleMarqueeMechanic::bUseExternalClickDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(URectangleMarqueeMechanic, bUseExternalUpdateCameraState) == 0x000039, "Member 'URectangleMarqueeMechanic::bUseExternalUpdateCameraState' has a wrong offset!"); \ +static_assert(offsetof(URectangleMarqueeMechanic, OnDragRectangleChangedDeferredThreshold) == 0x000070, "Member 'URectangleMarqueeMechanic::OnDragRectangleChangedDeferredThreshold' has a wrong offset!"); \ +static_assert(offsetof(URectangleMarqueeMechanic, ClickDragBehavior) == 0x0000C0, "Member 'URectangleMarqueeMechanic::ClickDragBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URectangleMarqueeInteraction \ +static_assert(alignof(URectangleMarqueeInteraction) == 0x000008, "Wrong alignment on URectangleMarqueeInteraction"); \ +static_assert(sizeof(URectangleMarqueeInteraction) == 0x000230, "Wrong size on URectangleMarqueeInteraction"); \ + +#define DUMPER7_ASSERTS_USpaceCurveDeformationMechanicPropertySet \ +static_assert(alignof(USpaceCurveDeformationMechanicPropertySet) == 0x000008, "Wrong alignment on USpaceCurveDeformationMechanicPropertySet"); \ +static_assert(sizeof(USpaceCurveDeformationMechanicPropertySet) == 0x0000B8, "Wrong size on USpaceCurveDeformationMechanicPropertySet"); \ +static_assert(offsetof(USpaceCurveDeformationMechanicPropertySet, TransformMode) == 0x0000A8, "Member 'USpaceCurveDeformationMechanicPropertySet::TransformMode' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanicPropertySet, TransformOrigin) == 0x0000AC, "Member 'USpaceCurveDeformationMechanicPropertySet::TransformOrigin' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanicPropertySet, Softness) == 0x0000B0, "Member 'USpaceCurveDeformationMechanicPropertySet::Softness' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanicPropertySet, SoftFalloff) == 0x0000B4, "Member 'USpaceCurveDeformationMechanicPropertySet::SoftFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpaceCurveDeformationMechanic \ +static_assert(alignof(USpaceCurveDeformationMechanic) == 0x000010, "Wrong alignment on USpaceCurveDeformationMechanic"); \ +static_assert(sizeof(USpaceCurveDeformationMechanic) == 0x0002D0, "Wrong size on USpaceCurveDeformationMechanic"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, ClickBehavior) == 0x000040, "Member 'USpaceCurveDeformationMechanic::ClickBehavior' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, HoverBehavior) == 0x000048, "Member 'USpaceCurveDeformationMechanic::HoverBehavior' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, TransformProperties) == 0x000068, "Member 'USpaceCurveDeformationMechanic::TransformProperties' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, PreviewGeometryActor) == 0x000168, "Member 'USpaceCurveDeformationMechanic::PreviewGeometryActor' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, RenderPoints) == 0x000170, "Member 'USpaceCurveDeformationMechanic::RenderPoints' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, RenderSegments) == 0x000178, "Member 'USpaceCurveDeformationMechanic::RenderSegments' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, PointTransformProxy) == 0x0001B8, "Member 'USpaceCurveDeformationMechanic::PointTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(USpaceCurveDeformationMechanic, PointTransformGizmo) == 0x0001C0, "Member 'USpaceCurveDeformationMechanic::PointTransformGizmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpatialCurveDistanceMechanic \ +static_assert(alignof(USpatialCurveDistanceMechanic) == 0x000008, "Wrong alignment on USpatialCurveDistanceMechanic"); \ +static_assert(sizeof(USpatialCurveDistanceMechanic) == 0x000400, "Wrong size on USpatialCurveDistanceMechanic"); \ + +#define DUMPER7_ASSERTS_UMeshOpPreviewWithBackgroundCompute \ +static_assert(alignof(UMeshOpPreviewWithBackgroundCompute) == 0x000008, "Wrong alignment on UMeshOpPreviewWithBackgroundCompute"); \ +static_assert(sizeof(UMeshOpPreviewWithBackgroundCompute) == 0x0000C0, "Wrong size on UMeshOpPreviewWithBackgroundCompute"); \ +static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, PreviewMesh) == 0x000058, "Member 'UMeshOpPreviewWithBackgroundCompute::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, StandardMaterials) == 0x000060, "Member 'UMeshOpPreviewWithBackgroundCompute::StandardMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, OverrideMaterial) == 0x000070, "Member 'UMeshOpPreviewWithBackgroundCompute::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, WorkingMaterial) == 0x000078, "Member 'UMeshOpPreviewWithBackgroundCompute::WorkingMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, SecondaryMaterial) == 0x000080, "Member 'UMeshOpPreviewWithBackgroundCompute::SecondaryMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, PreviewWorld) == 0x000088, "Member 'UMeshOpPreviewWithBackgroundCompute::PreviewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModelingComponentsSettings \ +static_assert(alignof(UModelingComponentsSettings) == 0x000008, "Wrong alignment on UModelingComponentsSettings"); \ +static_assert(sizeof(UModelingComponentsSettings) == 0x000040, "Wrong size on UModelingComponentsSettings"); \ +static_assert(offsetof(UModelingComponentsSettings, bEnableRayTracingWhileEditing) == 0x000038, "Member 'UModelingComponentsSettings::bEnableRayTracingWhileEditing' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsSettings, bEnableRayTracing) == 0x000039, "Member 'UModelingComponentsSettings::bEnableRayTracing' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsSettings, bGenerateLightmapUVs) == 0x00003A, "Member 'UModelingComponentsSettings::bGenerateLightmapUVs' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsSettings, bEnableCollision) == 0x00003B, "Member 'UModelingComponentsSettings::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsSettings, CollisionMode) == 0x00003C, "Member 'UModelingComponentsSettings::CollisionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModelingComponentsEditorSettings \ +static_assert(alignof(UModelingComponentsEditorSettings) == 0x000008, "Wrong alignment on UModelingComponentsEditorSettings"); \ +static_assert(sizeof(UModelingComponentsEditorSettings) == 0x000050, "Wrong size on UModelingComponentsEditorSettings"); \ +static_assert(offsetof(UModelingComponentsEditorSettings, GridMode) == 0x000038, "Member 'UModelingComponentsEditorSettings::GridMode' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsEditorSettings, NumGridLines) == 0x00003C, "Member 'UModelingComponentsEditorSettings::NumGridLines' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsEditorSettings, GridSpacing) == 0x000040, "Member 'UModelingComponentsEditorSettings::GridSpacing' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsEditorSettings, GridScale) == 0x000044, "Member 'UModelingComponentsEditorSettings::GridScale' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsEditorSettings, GridSize) == 0x000048, "Member 'UModelingComponentsEditorSettings::GridSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModelingObjectsCreationAPI_CreateMaterialObject \ +static_assert(alignof(ModelingObjectsCreationAPI_CreateMaterialObject) == 0x000008, "Wrong alignment on ModelingObjectsCreationAPI_CreateMaterialObject"); \ +static_assert(sizeof(ModelingObjectsCreationAPI_CreateMaterialObject) == 0x000038, "Wrong size on ModelingObjectsCreationAPI_CreateMaterialObject"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateMaterialObject, CreateMaterialParams) == 0x000000, "Member 'ModelingObjectsCreationAPI_CreateMaterialObject::CreateMaterialParams' has a wrong offset!"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateMaterialObject, ReturnValue) == 0x000028, "Member 'ModelingObjectsCreationAPI_CreateMaterialObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModelingObjectsCreationAPI_CreateMeshObject \ +static_assert(alignof(ModelingObjectsCreationAPI_CreateMeshObject) == 0x000010, "Wrong alignment on ModelingObjectsCreationAPI_CreateMeshObject"); \ +static_assert(sizeof(ModelingObjectsCreationAPI_CreateMeshObject) == 0x0006D0, "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) == 0x0006B0, "Member 'ModelingObjectsCreationAPI_CreateMeshObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModelingObjectsCreationAPI_CreateNewActor \ +static_assert(alignof(ModelingObjectsCreationAPI_CreateNewActor) == 0x000010, "Wrong alignment on ModelingObjectsCreationAPI_CreateNewActor"); \ +static_assert(sizeof(ModelingObjectsCreationAPI_CreateNewActor) == 0x0000A0, "Wrong size on ModelingObjectsCreationAPI_CreateNewActor"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateNewActor, CreateActorParams) == 0x000000, "Member 'ModelingObjectsCreationAPI_CreateNewActor::CreateActorParams' has a wrong offset!"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateNewActor, ReturnValue) == 0x000090, "Member 'ModelingObjectsCreationAPI_CreateNewActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModelingObjectsCreationAPI_CreateNewComponentOnActor \ +static_assert(alignof(ModelingObjectsCreationAPI_CreateNewComponentOnActor) == 0x000008, "Wrong alignment on ModelingObjectsCreationAPI_CreateNewComponentOnActor"); \ +static_assert(sizeof(ModelingObjectsCreationAPI_CreateNewComponentOnActor) == 0x000038, "Wrong size on ModelingObjectsCreationAPI_CreateNewComponentOnActor"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateNewComponentOnActor, CreateComponentParams) == 0x000000, "Member 'ModelingObjectsCreationAPI_CreateNewComponentOnActor::CreateComponentParams' has a wrong offset!"); \ +static_assert(offsetof(ModelingObjectsCreationAPI_CreateNewComponentOnActor, ReturnValue) == 0x000028, "Member 'ModelingObjectsCreationAPI_CreateNewComponentOnActor::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) == 0x000050, "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) == 0x000040, "Member 'ModelingObjectsCreationAPI_CreateTextureObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModelingObjectsCreationAPI \ +static_assert(alignof(UModelingObjectsCreationAPI) == 0x000008, "Wrong alignment on UModelingObjectsCreationAPI"); \ +static_assert(sizeof(UModelingObjectsCreationAPI) == 0x000028, "Wrong size on UModelingObjectsCreationAPI"); \ + +#define DUMPER7_ASSERTS_APreviewMeshActor \ +static_assert(alignof(APreviewMeshActor) == 0x000008, "Wrong alignment on APreviewMeshActor"); \ +static_assert(sizeof(APreviewMeshActor) == 0x0002B8, "Wrong size on APreviewMeshActor"); \ + +#define DUMPER7_ASSERTS_CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc \ +static_assert(alignof(CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc) == 0x000008, "Wrong alignment on CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc"); \ +static_assert(sizeof(CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc) == 0x000010, "Wrong size on CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc"); \ +static_assert(offsetof(CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc, ReturnValue) == 0x000000, "Member 'CreateMeshObjectTypeProperties_GetOutputTypeNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CreateMeshObjectTypeProperties_GetCurrentCreateMeshType \ +static_assert(alignof(CreateMeshObjectTypeProperties_GetCurrentCreateMeshType) == 0x000001, "Wrong alignment on CreateMeshObjectTypeProperties_GetCurrentCreateMeshType"); \ +static_assert(sizeof(CreateMeshObjectTypeProperties_GetCurrentCreateMeshType) == 0x000001, "Wrong size on CreateMeshObjectTypeProperties_GetCurrentCreateMeshType"); \ +static_assert(offsetof(CreateMeshObjectTypeProperties_GetCurrentCreateMeshType, ReturnValue) == 0x000000, "Member 'CreateMeshObjectTypeProperties_GetCurrentCreateMeshType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CreateMeshObjectTypeProperties_ShouldShowPropertySet \ +static_assert(alignof(CreateMeshObjectTypeProperties_ShouldShowPropertySet) == 0x000001, "Wrong alignment on CreateMeshObjectTypeProperties_ShouldShowPropertySet"); \ +static_assert(sizeof(CreateMeshObjectTypeProperties_ShouldShowPropertySet) == 0x000001, "Wrong size on CreateMeshObjectTypeProperties_ShouldShowPropertySet"); \ +static_assert(offsetof(CreateMeshObjectTypeProperties_ShouldShowPropertySet, ReturnValue) == 0x000000, "Member 'CreateMeshObjectTypeProperties_ShouldShowPropertySet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCreateMeshObjectTypeProperties \ +static_assert(alignof(UCreateMeshObjectTypeProperties) == 0x000008, "Wrong alignment on UCreateMeshObjectTypeProperties"); \ +static_assert(sizeof(UCreateMeshObjectTypeProperties) == 0x0000D8, "Wrong size on UCreateMeshObjectTypeProperties"); \ +static_assert(offsetof(UCreateMeshObjectTypeProperties, OutputType) == 0x0000A8, "Member 'UCreateMeshObjectTypeProperties::OutputType' has a wrong offset!"); \ +static_assert(offsetof(UCreateMeshObjectTypeProperties, VolumeType) == 0x0000B8, "Member 'UCreateMeshObjectTypeProperties::VolumeType' has a wrong offset!"); \ +static_assert(offsetof(UCreateMeshObjectTypeProperties, OutputTypeNamesList) == 0x0000C0, "Member 'UCreateMeshObjectTypeProperties::OutputTypeNamesList' has a wrong offset!"); \ +static_assert(offsetof(UCreateMeshObjectTypeProperties, bShowVolumeList) == 0x0000D0, "Member 'UCreateMeshObjectTypeProperties::bShowVolumeList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometrySelectionVisualizationProperties \ +static_assert(alignof(UGeometrySelectionVisualizationProperties) == 0x000008, "Wrong alignment on UGeometrySelectionVisualizationProperties"); \ +static_assert(sizeof(UGeometrySelectionVisualizationProperties) == 0x000108, "Wrong size on UGeometrySelectionVisualizationProperties"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, bEnableShowTriangleROIBorder) == 0x0000A8, "Member 'UGeometrySelectionVisualizationProperties::bEnableShowTriangleROIBorder' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, bEnableShowEdgeSelectionVertices) == 0x0000A9, "Member 'UGeometrySelectionVisualizationProperties::bEnableShowEdgeSelectionVertices' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, SelectionElementType) == 0x0000AA, "Member 'UGeometrySelectionVisualizationProperties::SelectionElementType' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, SelectionTopologyType) == 0x0000AB, "Member 'UGeometrySelectionVisualizationProperties::SelectionTopologyType' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, bShowSelection) == 0x0000AC, "Member 'UGeometrySelectionVisualizationProperties::bShowSelection' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, bShowTriangleROIBorder) == 0x0000AD, "Member 'UGeometrySelectionVisualizationProperties::bShowTriangleROIBorder' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, bShowHidden) == 0x0000AE, "Member 'UGeometrySelectionVisualizationProperties::bShowHidden' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, bShowEdgeSelectionVertices) == 0x0000AF, "Member 'UGeometrySelectionVisualizationProperties::bShowEdgeSelectionVertices' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, LineThickness) == 0x0000B0, "Member 'UGeometrySelectionVisualizationProperties::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, PointSize) == 0x0000B4, "Member 'UGeometrySelectionVisualizationProperties::PointSize' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, DepthBias) == 0x0000B8, "Member 'UGeometrySelectionVisualizationProperties::DepthBias' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, FaceColor) == 0x0000BC, "Member 'UGeometrySelectionVisualizationProperties::FaceColor' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, LineColor) == 0x0000C0, "Member 'UGeometrySelectionVisualizationProperties::LineColor' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, PointColor) == 0x0000C4, "Member 'UGeometrySelectionVisualizationProperties::PointColor' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, TriangleROIBorderColor) == 0x0000C8, "Member 'UGeometrySelectionVisualizationProperties::TriangleROIBorderColor' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, TriangleMaterial) == 0x0000D0, "Member 'UGeometrySelectionVisualizationProperties::TriangleMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, LineMaterial) == 0x0000D8, "Member 'UGeometrySelectionVisualizationProperties::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, PointMaterial) == 0x0000E0, "Member 'UGeometrySelectionVisualizationProperties::PointMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, TriangleMaterialShowingHidden) == 0x0000E8, "Member 'UGeometrySelectionVisualizationProperties::TriangleMaterialShowingHidden' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, LineMaterialShowingHidden) == 0x0000F0, "Member 'UGeometrySelectionVisualizationProperties::LineMaterialShowingHidden' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionVisualizationProperties, PointMaterialShowingHidden) == 0x0000F8, "Member 'UGeometrySelectionVisualizationProperties::PointMaterialShowingHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnAcceptHandleSourcesPropertiesSingle \ +static_assert(alignof(UOnAcceptHandleSourcesPropertiesSingle) == 0x000008, "Wrong alignment on UOnAcceptHandleSourcesPropertiesSingle"); \ +static_assert(sizeof(UOnAcceptHandleSourcesPropertiesSingle) == 0x0000B0, "Wrong size on UOnAcceptHandleSourcesPropertiesSingle"); \ +static_assert(offsetof(UOnAcceptHandleSourcesPropertiesSingle, HandleInputs) == 0x0000A8, "Member 'UOnAcceptHandleSourcesPropertiesSingle::HandleInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PolygroupLayersProperties_GetGroupLayersFunc \ +static_assert(alignof(PolygroupLayersProperties_GetGroupLayersFunc) == 0x000008, "Wrong alignment on PolygroupLayersProperties_GetGroupLayersFunc"); \ +static_assert(sizeof(PolygroupLayersProperties_GetGroupLayersFunc) == 0x000010, "Wrong size on PolygroupLayersProperties_GetGroupLayersFunc"); \ +static_assert(offsetof(PolygroupLayersProperties_GetGroupLayersFunc, ReturnValue) == 0x000000, "Member 'PolygroupLayersProperties_GetGroupLayersFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolygroupLayersProperties \ +static_assert(alignof(UPolygroupLayersProperties) == 0x000008, "Wrong alignment on UPolygroupLayersProperties"); \ +static_assert(sizeof(UPolygroupLayersProperties) == 0x0000C0, "Wrong size on UPolygroupLayersProperties"); \ +static_assert(offsetof(UPolygroupLayersProperties, ActiveGroupLayer) == 0x0000A8, "Member 'UPolygroupLayersProperties::ActiveGroupLayer' has a wrong offset!"); \ +static_assert(offsetof(UPolygroupLayersProperties, GroupLayersList) == 0x0000B0, "Member 'UPolygroupLayersProperties::GroupLayersList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WeightMapSetProperties_GetWeightMapsFunc \ +static_assert(alignof(WeightMapSetProperties_GetWeightMapsFunc) == 0x000008, "Wrong alignment on WeightMapSetProperties_GetWeightMapsFunc"); \ +static_assert(sizeof(WeightMapSetProperties_GetWeightMapsFunc) == 0x000010, "Wrong size on WeightMapSetProperties_GetWeightMapsFunc"); \ +static_assert(offsetof(WeightMapSetProperties_GetWeightMapsFunc, ReturnValue) == 0x000000, "Member 'WeightMapSetProperties_GetWeightMapsFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeightMapSetProperties \ +static_assert(alignof(UWeightMapSetProperties) == 0x000008, "Wrong alignment on UWeightMapSetProperties"); \ +static_assert(sizeof(UWeightMapSetProperties) == 0x0000C8, "Wrong size on UWeightMapSetProperties"); \ +static_assert(offsetof(UWeightMapSetProperties, WeightMap) == 0x0000A8, "Member 'UWeightMapSetProperties::WeightMap' has a wrong offset!"); \ +static_assert(offsetof(UWeightMapSetProperties, WeightMapsList) == 0x0000B0, "Member 'UWeightMapSetProperties::WeightMapsList' has a wrong offset!"); \ +static_assert(offsetof(UWeightMapSetProperties, bInvertWeightMap) == 0x0000C0, "Member 'UWeightMapSetProperties::bInvertWeightMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshTopologySelectionMechanic \ +static_assert(alignof(UMeshTopologySelectionMechanic) == 0x000010, "Wrong alignment on UMeshTopologySelectionMechanic"); \ +static_assert(sizeof(UMeshTopologySelectionMechanic) == 0x000B20, "Wrong size on UMeshTopologySelectionMechanic"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, Properties) == 0x000078, "Member 'UMeshTopologySelectionMechanic::Properties' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, HoverBehavior) == 0x0000D0, "Member 'UMeshTopologySelectionMechanic::HoverBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, ClickOrDragBehavior) == 0x0000D8, "Member 'UMeshTopologySelectionMechanic::ClickOrDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, MarqueeMechanic) == 0x0000E0, "Member 'UMeshTopologySelectionMechanic::MarqueeMechanic' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, MarqueeSelectionUpdateType) == 0x0000E8, "Member 'UMeshTopologySelectionMechanic::MarqueeSelectionUpdateType' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, PreviewGeometryActor) == 0x0006A0, "Member 'UMeshTopologySelectionMechanic::PreviewGeometryActor' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, DrawnTriangleSetComponent) == 0x0006A8, "Member 'UMeshTopologySelectionMechanic::DrawnTriangleSetComponent' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanic, HighlightedFaceMaterial) == 0x000700, "Member 'UMeshTopologySelectionMechanic::HighlightedFaceMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoundarySelectionMechanic \ +static_assert(alignof(UBoundarySelectionMechanic) == 0x000010, "Wrong alignment on UBoundarySelectionMechanic"); \ +static_assert(sizeof(UBoundarySelectionMechanic) == 0x000B20, "Wrong size on UBoundarySelectionMechanic"); \ + +#define DUMPER7_ASSERTS_UGeometrySelectionManager \ +static_assert(alignof(UGeometrySelectionManager) == 0x000008, "Wrong alignment on UGeometrySelectionManager"); \ +static_assert(sizeof(UGeometrySelectionManager) == 0x0004C8, "Wrong size on UGeometrySelectionManager"); \ +static_assert(offsetof(UGeometrySelectionManager, SelectionArguments) == 0x000050, "Member 'UGeometrySelectionManager::SelectionArguments' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionManager, ToolsContext) == 0x000068, "Member 'UGeometrySelectionManager::ToolsContext' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionManager, PreviewGeometry) == 0x000148, "Member 'UGeometrySelectionManager::PreviewGeometry' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionManager, UnselectedParams) == 0x0002C8, "Member 'UGeometrySelectionManager::UnselectedParams' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionManager, HoverOverSelectedParams) == 0x000310, "Member 'UGeometrySelectionManager::HoverOverSelectedParams' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionManager, HoverOverUnselectedParams) == 0x000358, "Member 'UGeometrySelectionManager::HoverOverUnselectedParams' has a wrong offset!"); \ +static_assert(offsetof(UGeometrySelectionManager, SelectedParams) == 0x0003A0, "Member 'UGeometrySelectionManager::SelectedParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshTopologySelectionMechanicProperties \ +static_assert(alignof(UMeshTopologySelectionMechanicProperties) == 0x000008, "Wrong alignment on UMeshTopologySelectionMechanicProperties"); \ +static_assert(sizeof(UMeshTopologySelectionMechanicProperties) == 0x0000C0, "Wrong size on UMeshTopologySelectionMechanicProperties"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bSelectVertices) == 0x0000A8, "Member 'UMeshTopologySelectionMechanicProperties::bSelectVertices' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bSelectEdges) == 0x0000A9, "Member 'UMeshTopologySelectionMechanicProperties::bSelectEdges' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bSelectFaces) == 0x0000AA, "Member 'UMeshTopologySelectionMechanicProperties::bSelectFaces' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bSelectEdgeLoops) == 0x0000AB, "Member 'UMeshTopologySelectionMechanicProperties::bSelectEdgeLoops' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bSelectEdgeRings) == 0x0000AC, "Member 'UMeshTopologySelectionMechanicProperties::bSelectEdgeRings' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bHitBackFaces) == 0x0000AD, "Member 'UMeshTopologySelectionMechanicProperties::bHitBackFaces' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bEnableMarquee) == 0x0000AE, "Member 'UMeshTopologySelectionMechanicProperties::bEnableMarquee' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bMarqueeIgnoreOcclusion) == 0x0000AF, "Member 'UMeshTopologySelectionMechanicProperties::bMarqueeIgnoreOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bPreferProjectedElement) == 0x0000B0, "Member 'UMeshTopologySelectionMechanicProperties::bPreferProjectedElement' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bSelectDownRay) == 0x0000B1, "Member 'UMeshTopologySelectionMechanicProperties::bSelectDownRay' has a wrong offset!"); \ +static_assert(offsetof(UMeshTopologySelectionMechanicProperties, bIgnoreOcclusion) == 0x0000B2, "Member 'UMeshTopologySelectionMechanicProperties::bIgnoreOcclusion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolygonSelectionMechanicProperties \ +static_assert(alignof(UPolygonSelectionMechanicProperties) == 0x000008, "Wrong alignment on UPolygonSelectionMechanicProperties"); \ +static_assert(sizeof(UPolygonSelectionMechanicProperties) == 0x0000C0, "Wrong size on UPolygonSelectionMechanicProperties"); \ + +#define DUMPER7_ASSERTS_UPolygonSelectionMechanic \ +static_assert(alignof(UPolygonSelectionMechanic) == 0x000010, "Wrong alignment on UPolygonSelectionMechanic"); \ +static_assert(sizeof(UPolygonSelectionMechanic) == 0x000B20, "Wrong size on UPolygonSelectionMechanic"); \ + +#define DUMPER7_ASSERTS_UModelingSceneSnappingManager \ +static_assert(alignof(UModelingSceneSnappingManager) == 0x000008, "Wrong alignment on UModelingSceneSnappingManager"); \ +static_assert(sizeof(UModelingSceneSnappingManager) == 0x000150, "Wrong size on UModelingSceneSnappingManager"); \ +static_assert(offsetof(UModelingSceneSnappingManager, ParentContext) == 0x000028, "Member 'UModelingSceneSnappingManager::ParentContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IToolHostCustomizationAPI \ +static_assert(alignof(IToolHostCustomizationAPI) == 0x000001, "Wrong alignment on IToolHostCustomizationAPI"); \ +static_assert(sizeof(IToolHostCustomizationAPI) == 0x000001, "Wrong size on IToolHostCustomizationAPI"); \ + +#define DUMPER7_ASSERTS_UMultiTransformer \ +static_assert(alignof(UMultiTransformer) == 0x000010, "Wrong alignment on UMultiTransformer"); \ +static_assert(sizeof(UMultiTransformer) == 0x000190, "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_FAxis \ +static_assert(alignof(FAxis) == 0x000008, "Wrong alignment on FAxis"); \ +static_assert(sizeof(FAxis) == 0x000020, "Wrong size on FAxis"); \ +static_assert(offsetof(FAxis, Axis) == 0x000000, "Member 'FAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(FAxis, bInLocalSpace) == 0x000018, "Member 'FAxis::bInLocalSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeChain \ +static_assert(alignof(FNodeChain) == 0x000008, "Wrong alignment on FNodeChain"); \ +static_assert(sizeof(FNodeChain) == 0x000010, "Wrong size on FNodeChain"); \ +static_assert(offsetof(FNodeChain, Nodes) == 0x000000, "Member 'FNodeChain::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeObject \ +static_assert(alignof(FNodeObject) == 0x000004, "Wrong alignment on FNodeObject"); \ +static_assert(sizeof(FNodeObject) == 0x000010, "Wrong size on FNodeObject"); \ +static_assert(offsetof(FNodeObject, Name) == 0x000000, "Member 'FNodeObject::Name' has a wrong offset!"); \ +static_assert(offsetof(FNodeObject, ParentName) == 0x000008, "Member 'FNodeObject::ParentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeHierarchyData \ +static_assert(alignof(FNodeHierarchyData) == 0x000008, "Wrong alignment on FNodeHierarchyData"); \ +static_assert(sizeof(FNodeHierarchyData) == 0x000070, "Wrong size on FNodeHierarchyData"); \ +static_assert(offsetof(FNodeHierarchyData, Nodes) == 0x000000, "Member 'FNodeHierarchyData::Nodes' has a wrong offset!"); \ +static_assert(offsetof(FNodeHierarchyData, Transforms) == 0x000010, "Member 'FNodeHierarchyData::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FNodeHierarchyData, NodeNameToIndexMapping) == 0x000020, "Member 'FNodeHierarchyData::NodeNameToIndexMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeHierarchyWithUserData \ +static_assert(alignof(FNodeHierarchyWithUserData) == 0x000008, "Wrong alignment on FNodeHierarchyWithUserData"); \ +static_assert(sizeof(FNodeHierarchyWithUserData) == 0x000078, "Wrong size on FNodeHierarchyWithUserData"); \ +static_assert(offsetof(FNodeHierarchyWithUserData, Hierarchy) == 0x000008, "Member 'FNodeHierarchyWithUserData::Hierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCCDIKChainLink \ +static_assert(alignof(FCCDIKChainLink) == 0x000010, "Wrong alignment on FCCDIKChainLink"); \ +static_assert(sizeof(FCCDIKChainLink) == 0x0000E0, "Wrong size on FCCDIKChainLink"); \ + +#define DUMPER7_ASSERTS_FFilterOptionPerAxis \ +static_assert(alignof(FFilterOptionPerAxis) == 0x000001, "Wrong alignment on FFilterOptionPerAxis"); \ +static_assert(sizeof(FFilterOptionPerAxis) == 0x000003, "Wrong size on FFilterOptionPerAxis"); \ +static_assert(offsetof(FFilterOptionPerAxis, bX) == 0x000000, "Member 'FFilterOptionPerAxis::bX' has a wrong offset!"); \ +static_assert(offsetof(FFilterOptionPerAxis, bY) == 0x000001, "Member 'FFilterOptionPerAxis::bY' has a wrong offset!"); \ +static_assert(offsetof(FFilterOptionPerAxis, bZ) == 0x000002, "Member 'FFilterOptionPerAxis::bZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformFilter \ +static_assert(alignof(FTransformFilter) == 0x000001, "Wrong alignment on FTransformFilter"); \ +static_assert(sizeof(FTransformFilter) == 0x000009, "Wrong size on FTransformFilter"); \ +static_assert(offsetof(FTransformFilter, TranslationFilter) == 0x000000, "Member 'FTransformFilter::TranslationFilter' has a wrong offset!"); \ +static_assert(offsetof(FTransformFilter, RotationFilter) == 0x000003, "Member 'FTransformFilter::RotationFilter' has a wrong offset!"); \ +static_assert(offsetof(FTransformFilter, ScaleFilter) == 0x000006, "Member 'FTransformFilter::ScaleFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintDescription \ +static_assert(alignof(FConstraintDescription) == 0x000001, "Wrong alignment on FConstraintDescription"); \ +static_assert(sizeof(FConstraintDescription) == 0x00000D, "Wrong size on FConstraintDescription"); \ +static_assert(offsetof(FConstraintDescription, bTranslation) == 0x000000, "Member 'FConstraintDescription::bTranslation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, bRotation) == 0x000001, "Member 'FConstraintDescription::bRotation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, bScale) == 0x000002, "Member 'FConstraintDescription::bScale' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, bParent) == 0x000003, "Member 'FConstraintDescription::bParent' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, TranslationAxes) == 0x000004, "Member 'FConstraintDescription::TranslationAxes' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, RotationAxes) == 0x000007, "Member 'FConstraintDescription::RotationAxes' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, ScaleAxes) == 0x00000A, "Member 'FConstraintDescription::ScaleAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintOffset \ +static_assert(alignof(FConstraintOffset) == 0x000010, "Wrong alignment on FConstraintOffset"); \ +static_assert(sizeof(FConstraintOffset) == 0x0000C0, "Wrong size on FConstraintOffset"); \ +static_assert(offsetof(FConstraintOffset, Translation) == 0x000000, "Member 'FConstraintOffset::Translation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintOffset, Rotation) == 0x000020, "Member 'FConstraintOffset::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintOffset, Scale) == 0x000040, "Member 'FConstraintOffset::Scale' has a wrong offset!"); \ +static_assert(offsetof(FConstraintOffset, Parent) == 0x000060, "Member 'FConstraintOffset::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformConstraint \ +static_assert(alignof(FTransformConstraint) == 0x000004, "Wrong alignment on FTransformConstraint"); \ +static_assert(sizeof(FTransformConstraint) == 0x000028, "Wrong size on FTransformConstraint"); \ +static_assert(offsetof(FTransformConstraint, Operator) == 0x000000, "Member 'FTransformConstraint::Operator' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, SourceNode) == 0x000010, "Member 'FTransformConstraint::SourceNode' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, TargetNode) == 0x000018, "Member 'FTransformConstraint::TargetNode' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, Weight) == 0x000020, "Member 'FTransformConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(FTransformConstraint, bMaintainOffset) == 0x000024, "Member 'FTransformConstraint::bMaintainOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintDescriptionEx \ +static_assert(alignof(FConstraintDescriptionEx) == 0x000008, "Wrong alignment on FConstraintDescriptionEx"); \ +static_assert(sizeof(FConstraintDescriptionEx) == 0x000010, "Wrong size on FConstraintDescriptionEx"); \ +static_assert(offsetof(FConstraintDescriptionEx, AxesFilterOption) == 0x000008, "Member 'FConstraintDescriptionEx::AxesFilterOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformConstraintDescription \ +static_assert(alignof(FTransformConstraintDescription) == 0x000008, "Wrong alignment on FTransformConstraintDescription"); \ +static_assert(sizeof(FTransformConstraintDescription) == 0x000018, "Wrong size on FTransformConstraintDescription"); \ +static_assert(offsetof(FTransformConstraintDescription, TransformType) == 0x000010, "Member 'FTransformConstraintDescription::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAimConstraintDescription \ +static_assert(alignof(FAimConstraintDescription) == 0x000008, "Wrong alignment on FAimConstraintDescription"); \ +static_assert(sizeof(FAimConstraintDescription) == 0x000070, "Wrong size on FAimConstraintDescription"); \ +static_assert(offsetof(FAimConstraintDescription, LookAt_Axis) == 0x000010, "Member 'FAimConstraintDescription::LookAt_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAimConstraintDescription, LookUp_Axis) == 0x000030, "Member 'FAimConstraintDescription::LookUp_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAimConstraintDescription, bUseLookUp) == 0x000050, "Member 'FAimConstraintDescription::bUseLookUp' has a wrong offset!"); \ +static_assert(offsetof(FAimConstraintDescription, LookUpTarget) == 0x000058, "Member 'FAimConstraintDescription::LookUpTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintDescriptor \ +static_assert(alignof(FConstraintDescriptor) == 0x000008, "Wrong alignment on FConstraintDescriptor"); \ +static_assert(sizeof(FConstraintDescriptor) == 0x000010, "Wrong size on FConstraintDescriptor"); \ +static_assert(offsetof(FConstraintDescriptor, Type) == 0x000000, "Member 'FConstraintDescriptor::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintData \ +static_assert(alignof(FConstraintData) == 0x000010, "Wrong alignment on FConstraintData"); \ +static_assert(sizeof(FConstraintData) == 0x0000E0, "Wrong size on FConstraintData"); \ +static_assert(offsetof(FConstraintData, Constraint) == 0x000000, "Member 'FConstraintData::Constraint' has a wrong offset!"); \ +static_assert(offsetof(FConstraintData, Weight) == 0x000010, "Member 'FConstraintData::Weight' has a wrong offset!"); \ +static_assert(offsetof(FConstraintData, bMaintainOffset) == 0x000014, "Member 'FConstraintData::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintData, Offset) == 0x000020, "Member 'FConstraintData::Offset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintData, CurrentTransform) == 0x000080, "Member 'FConstraintData::CurrentTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEulerTransform \ +static_assert(alignof(FEulerTransform) == 0x000008, "Wrong alignment on FEulerTransform"); \ +static_assert(sizeof(FEulerTransform) == 0x000048, "Wrong size on FEulerTransform"); \ +static_assert(offsetof(FEulerTransform, Location) == 0x000000, "Member 'FEulerTransform::Location' has a wrong offset!"); \ +static_assert(offsetof(FEulerTransform, Rotation) == 0x000018, "Member 'FEulerTransform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FEulerTransform, Scale) == 0x000030, "Member 'FEulerTransform::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFABRIKChainLink \ +static_assert(alignof(FFABRIKChainLink) == 0x000008, "Wrong alignment on FFABRIKChainLink"); \ +static_assert(sizeof(FFABRIKChainLink) == 0x000050, "Wrong size on FFABRIKChainLink"); \ + +#define DUMPER7_ASSERTS_FTransformNoScale \ +static_assert(alignof(FTransformNoScale) == 0x000010, "Wrong alignment on FTransformNoScale"); \ +static_assert(sizeof(FTransformNoScale) == 0x000040, "Wrong size on FTransformNoScale"); \ +static_assert(offsetof(FTransformNoScale, Location) == 0x000000, "Member 'FTransformNoScale::Location' has a wrong offset!"); \ +static_assert(offsetof(FTransformNoScale, Rotation) == 0x000020, "Member 'FTransformNoScale::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationDataSourceRegistry \ +static_assert(alignof(UAnimationDataSourceRegistry) == 0x000008, "Wrong alignment on UAnimationDataSourceRegistry"); \ +static_assert(sizeof(UAnimationDataSourceRegistry) == 0x000078, "Wrong size on UAnimationDataSourceRegistry"); \ +static_assert(offsetof(UAnimationDataSourceRegistry, DataSources) == 0x000028, "Member 'UAnimationDataSourceRegistry::DataSources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKey \ +static_assert(alignof(FKey) == 0x000008, "Wrong alignment on FKey"); \ +static_assert(sizeof(FKey) == 0x000018, "Wrong size on FKey"); \ +static_assert(offsetof(FKey, KeyName) == 0x000000, "Member 'FKey::KeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputCoreTypes \ +static_assert(alignof(UInputCoreTypes) == 0x000008, "Wrong alignment on UInputCoreTypes"); \ +static_assert(sizeof(UInputCoreTypes) == 0x000028, "Wrong size on UInputCoreTypes"); \ + +#define DUMPER7_ASSERTS_FPerPlatformSettings \ +static_assert(alignof(FPerPlatformSettings) == 0x000008, "Wrong alignment on FPerPlatformSettings"); \ +static_assert(sizeof(FPerPlatformSettings) == 0x000010, "Wrong size on FPerPlatformSettings"); \ +static_assert(offsetof(FPerPlatformSettings, Settings) == 0x000000, "Member 'FPerPlatformSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlatformSettingsInstances \ +static_assert(alignof(FPlatformSettingsInstances) == 0x000008, "Wrong alignment on FPlatformSettingsInstances"); \ +static_assert(sizeof(FPlatformSettingsInstances) == 0x000058, "Wrong size on FPlatformSettingsInstances"); \ +static_assert(offsetof(FPlatformSettingsInstances, PlatformInstance) == 0x000000, "Member 'FPlatformSettingsInstances::PlatformInstance' has a wrong offset!"); \ +static_assert(offsetof(FPlatformSettingsInstances, OtherPlatforms) == 0x000008, "Member 'FPlatformSettingsInstances::OtherPlatforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeveloperSettings \ +static_assert(alignof(UDeveloperSettings) == 0x000008, "Wrong alignment on UDeveloperSettings"); \ +static_assert(sizeof(UDeveloperSettings) == 0x000038, "Wrong size on UDeveloperSettings"); \ + +#define DUMPER7_ASSERTS_UDeveloperSettingsBackedByCVars \ +static_assert(alignof(UDeveloperSettingsBackedByCVars) == 0x000008, "Wrong alignment on UDeveloperSettingsBackedByCVars"); \ +static_assert(sizeof(UDeveloperSettingsBackedByCVars) == 0x000038, "Wrong size on UDeveloperSettingsBackedByCVars"); \ + +#define DUMPER7_ASSERTS_UPlatformSettings \ +static_assert(alignof(UPlatformSettings) == 0x000008, "Wrong alignment on UPlatformSettings"); \ +static_assert(sizeof(UPlatformSettings) == 0x000040, "Wrong size on UPlatformSettings"); \ + +#define DUMPER7_ASSERTS_UPlatformSettingsManager \ +static_assert(alignof(UPlatformSettingsManager) == 0x000008, "Wrong alignment on UPlatformSettingsManager"); \ +static_assert(sizeof(UPlatformSettingsManager) == 0x000080, "Wrong size on UPlatformSettingsManager"); \ +static_assert(offsetof(UPlatformSettingsManager, SettingsMap) == 0x000028, "Member 'UPlatformSettingsManager::SettingsMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FDeprecateSlateVector2D \ +static_assert(alignof(FDeprecateSlateVector2D) == 0x000004, "Wrong alignment on FDeprecateSlateVector2D"); \ +static_assert(sizeof(FDeprecateSlateVector2D) == 0x000008, "Wrong size on FDeprecateSlateVector2D"); \ + +#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_FSlateBrush \ +static_assert(alignof(FSlateBrush) == 0x000010, "Wrong alignment on FSlateBrush"); \ +static_assert(sizeof(FSlateBrush) == 0x0000B0, "Wrong size on FSlateBrush"); \ +static_assert(offsetof(FSlateBrush, TintColor) == 0x000008, "Member 'FSlateBrush::TintColor' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, DrawAs) == 0x00001C, "Member 'FSlateBrush::DrawAs' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Tiling) == 0x00001D, "Member 'FSlateBrush::Tiling' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Mirroring) == 0x00001E, "Member 'FSlateBrush::Mirroring' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ImageType) == 0x00001F, "Member 'FSlateBrush::ImageType' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ImageSize) == 0x000020, "Member 'FSlateBrush::ImageSize' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Margin) == 0x000028, "Member 'FSlateBrush::Margin' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ResourceObject) == 0x000038, "Member 'FSlateBrush::ResourceObject' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, OutlineSettings) == 0x000040, "Member 'FSlateBrush::OutlineSettings' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, UVRegion) == 0x000080, "Member 'FSlateBrush::UVRegion' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ResourceName) == 0x0000A8, "Member 'FSlateBrush::ResourceName' 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_FSplitterStyle \ +static_assert(alignof(FSplitterStyle) == 0x000010, "Wrong alignment on FSplitterStyle"); \ +static_assert(sizeof(FSplitterStyle) == 0x000170, "Wrong size on FSplitterStyle"); \ +static_assert(offsetof(FSplitterStyle, HandleNormalBrush) == 0x000010, "Member 'FSplitterStyle::HandleNormalBrush' has a wrong offset!"); \ +static_assert(offsetof(FSplitterStyle, HandleHighlightBrush) == 0x0000C0, "Member 'FSplitterStyle::HandleHighlightBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputEvent \ +static_assert(alignof(FInputEvent) == 0x000008, "Wrong alignment on FInputEvent"); \ +static_assert(sizeof(FInputEvent) == 0x000028, "Wrong size on FInputEvent"); \ + +#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_FGeometry \ +static_assert(alignof(FGeometry) == 0x000004, "Wrong alignment on FGeometry"); \ +static_assert(sizeof(FGeometry) == 0x000038, "Wrong size on FGeometry"); \ + +#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) == 0x000950, "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) == 0x0000C0, "Member 'FCheckBoxStyle::UncheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedPressedImage) == 0x000170, "Member 'FCheckBoxStyle::UncheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedImage) == 0x000220, "Member 'FCheckBoxStyle::CheckedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedHoveredImage) == 0x0002D0, "Member 'FCheckBoxStyle::CheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedPressedImage) == 0x000380, "Member 'FCheckBoxStyle::CheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedImage) == 0x000430, "Member 'FCheckBoxStyle::UndeterminedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedHoveredImage) == 0x0004E0, "Member 'FCheckBoxStyle::UndeterminedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedPressedImage) == 0x000590, "Member 'FCheckBoxStyle::UndeterminedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, Padding) == 0x000640, "Member 'FCheckBoxStyle::Padding' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BackgroundImage) == 0x000650, "Member 'FCheckBoxStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BackgroundHoveredImage) == 0x000700, "Member 'FCheckBoxStyle::BackgroundHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BackgroundPressedImage) == 0x0007B0, "Member 'FCheckBoxStyle::BackgroundPressedImage' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, ForegroundColor) == 0x000860, "Member 'FCheckBoxStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, HoveredForeground) == 0x000874, "Member 'FCheckBoxStyle::HoveredForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, PressedForeground) == 0x000888, "Member 'FCheckBoxStyle::PressedForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedForeground) == 0x00089C, "Member 'FCheckBoxStyle::CheckedForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedHoveredForeground) == 0x0008B0, "Member 'FCheckBoxStyle::CheckedHoveredForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedPressedForeground) == 0x0008C4, "Member 'FCheckBoxStyle::CheckedPressedForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UndeterminedForeground) == 0x0008D8, "Member 'FCheckBoxStyle::UndeterminedForeground' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, BorderBackgroundColor) == 0x0008EC, "Member 'FCheckBoxStyle::BorderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, CheckedSlateSound) == 0x000900, "Member 'FCheckBoxStyle::CheckedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, UncheckedSlateSound) == 0x000918, "Member 'FCheckBoxStyle::UncheckedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FCheckBoxStyle, HoveredSlateSound) == 0x000930, "Member 'FCheckBoxStyle::HoveredSlateSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionEvent \ +static_assert(alignof(FMotionEvent) == 0x000008, "Wrong alignment on FMotionEvent"); \ +static_assert(sizeof(FMotionEvent) == 0x000088, "Wrong size on FMotionEvent"); \ + +#define DUMPER7_ASSERTS_FPointerEvent \ +static_assert(alignof(FPointerEvent) == 0x000008, "Wrong alignment on FPointerEvent"); \ +static_assert(sizeof(FPointerEvent) == 0x000080, "Wrong size on FPointerEvent"); \ + +#define DUMPER7_ASSERTS_FFontOutlineSettings \ +static_assert(alignof(FFontOutlineSettings) == 0x000008, "Wrong alignment on FFontOutlineSettings"); \ +static_assert(sizeof(FFontOutlineSettings) == 0x000020, "Wrong size on FFontOutlineSettings"); \ +static_assert(offsetof(FFontOutlineSettings, OutlineSize) == 0x000000, "Member 'FFontOutlineSettings::OutlineSize' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, bMiteredCorners) == 0x000004, "Member 'FFontOutlineSettings::bMiteredCorners' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, bSeparateFillAlpha) == 0x000005, "Member 'FFontOutlineSettings::bSeparateFillAlpha' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, bApplyOutlineToDropShadows) == 0x000006, "Member 'FFontOutlineSettings::bApplyOutlineToDropShadows' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, OutlineMaterial) == 0x000008, "Member 'FFontOutlineSettings::OutlineMaterial' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, OutlineColor) == 0x000010, "Member 'FFontOutlineSettings::OutlineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateFontInfo \ +static_assert(alignof(FSlateFontInfo) == 0x000008, "Wrong alignment on FSlateFontInfo"); \ +static_assert(sizeof(FSlateFontInfo) == 0x000060, "Wrong size on FSlateFontInfo"); \ +static_assert(offsetof(FSlateFontInfo, FontObject) == 0x000000, "Member 'FSlateFontInfo::FontObject' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, FontMaterial) == 0x000008, "Member 'FSlateFontInfo::FontMaterial' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, OutlineSettings) == 0x000010, "Member 'FSlateFontInfo::OutlineSettings' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, TypefaceFontName) == 0x000040, "Member 'FSlateFontInfo::TypefaceFontName' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, Size) == 0x000048, "Member 'FSlateFontInfo::Size' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, LetterSpacing) == 0x00004C, "Member 'FSlateFontInfo::LetterSpacing' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, SkewAmount) == 0x000050, "Member 'FSlateFontInfo::SkewAmount' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, bForceMonospaced) == 0x000055, "Member 'FSlateFontInfo::bForceMonospaced' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, bMaterialIsStencil) == 0x000056, "Member 'FSlateFontInfo::bMaterialIsStencil' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, MonospacedWidth) == 0x000058, "Member 'FSlateFontInfo::MonospacedWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextBlockStyle \ +static_assert(alignof(FTextBlockStyle) == 0x000010, "Wrong alignment on FTextBlockStyle"); \ +static_assert(sizeof(FTextBlockStyle) == 0x0002E0, "Wrong size on FTextBlockStyle"); \ +static_assert(offsetof(FTextBlockStyle, Font) == 0x000008, "Member 'FTextBlockStyle::Font' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, ColorAndOpacity) == 0x000068, "Member 'FTextBlockStyle::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, ShadowOffset) == 0x00007C, "Member 'FTextBlockStyle::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, ShadowColorAndOpacity) == 0x000084, "Member 'FTextBlockStyle::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, SelectedBackgroundColor) == 0x000094, "Member 'FTextBlockStyle::SelectedBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, HighlightColor) == 0x0000A8, "Member 'FTextBlockStyle::HighlightColor' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, HighlightShape) == 0x0000C0, "Member 'FTextBlockStyle::HighlightShape' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, StrikeBrush) == 0x000170, "Member 'FTextBlockStyle::StrikeBrush' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, UnderlineBrush) == 0x000220, "Member 'FTextBlockStyle::UnderlineBrush' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, TransformPolicy) == 0x0002D0, "Member 'FTextBlockStyle::TransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, OverflowPolicy) == 0x0002D1, "Member 'FTextBlockStyle::OverflowPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScrollBarStyle \ +static_assert(alignof(FScrollBarStyle) == 0x000010, "Wrong alignment on FScrollBarStyle"); \ +static_assert(sizeof(FScrollBarStyle) == 0x000650, "Wrong size on FScrollBarStyle"); \ +static_assert(offsetof(FScrollBarStyle, HorizontalBackgroundImage) == 0x000010, "Member 'FScrollBarStyle::HorizontalBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, VerticalBackgroundImage) == 0x0000C0, "Member 'FScrollBarStyle::VerticalBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, VerticalTopSlotImage) == 0x000170, "Member 'FScrollBarStyle::VerticalTopSlotImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, HorizontalTopSlotImage) == 0x000220, "Member 'FScrollBarStyle::HorizontalTopSlotImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, VerticalBottomSlotImage) == 0x0002D0, "Member 'FScrollBarStyle::VerticalBottomSlotImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, HorizontalBottomSlotImage) == 0x000380, "Member 'FScrollBarStyle::HorizontalBottomSlotImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, NormalThumbImage) == 0x000430, "Member 'FScrollBarStyle::NormalThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, HoveredThumbImage) == 0x0004E0, "Member 'FScrollBarStyle::HoveredThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, DraggedThumbImage) == 0x000590, "Member 'FScrollBarStyle::DraggedThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FScrollBarStyle, Thickness) == 0x000640, "Member 'FScrollBarStyle::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditableTextBoxStyle \ +static_assert(alignof(FEditableTextBoxStyle) == 0x000010, "Wrong alignment on FEditableTextBoxStyle"); \ +static_assert(sizeof(FEditableTextBoxStyle) == 0x000C80, "Wrong size on FEditableTextBoxStyle"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageNormal) == 0x000010, "Member 'FEditableTextBoxStyle::BackgroundImageNormal' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageHovered) == 0x0000C0, "Member 'FEditableTextBoxStyle::BackgroundImageHovered' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageFocused) == 0x000170, "Member 'FEditableTextBoxStyle::BackgroundImageFocused' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundImageReadOnly) == 0x000220, "Member 'FEditableTextBoxStyle::BackgroundImageReadOnly' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, Padding) == 0x0002D0, "Member 'FEditableTextBoxStyle::Padding' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, TextStyle) == 0x0002E0, "Member 'FEditableTextBoxStyle::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, ForegroundColor) == 0x0005C0, "Member 'FEditableTextBoxStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundColor) == 0x0005D4, "Member 'FEditableTextBoxStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, ReadOnlyForegroundColor) == 0x0005E8, "Member 'FEditableTextBoxStyle::ReadOnlyForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, FocusedForegroundColor) == 0x0005FC, "Member 'FEditableTextBoxStyle::FocusedForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, HScrollBarPadding) == 0x000610, "Member 'FEditableTextBoxStyle::HScrollBarPadding' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, VScrollBarPadding) == 0x000620, "Member 'FEditableTextBoxStyle::VScrollBarPadding' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, ScrollBarStyle) == 0x000630, "Member 'FEditableTextBoxStyle::ScrollBarStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSliderStyle \ +static_assert(alignof(FSliderStyle) == 0x000010, "Wrong alignment on FSliderStyle"); \ +static_assert(sizeof(FSliderStyle) == 0x000440, "Wrong size on FSliderStyle"); \ +static_assert(offsetof(FSliderStyle, NormalBarImage) == 0x000010, "Member 'FSliderStyle::NormalBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, HoveredBarImage) == 0x0000C0, "Member 'FSliderStyle::HoveredBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, DisabledBarImage) == 0x000170, "Member 'FSliderStyle::DisabledBarImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, NormalThumbImage) == 0x000220, "Member 'FSliderStyle::NormalThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, HoveredThumbImage) == 0x0002D0, "Member 'FSliderStyle::HoveredThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, DisabledThumbImage) == 0x000380, "Member 'FSliderStyle::DisabledThumbImage' has a wrong offset!"); \ +static_assert(offsetof(FSliderStyle, BarThickness) == 0x000430, "Member 'FSliderStyle::BarThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVolumeControlStyle \ +static_assert(alignof(FVolumeControlStyle) == 0x000010, "Wrong alignment on FVolumeControlStyle"); \ +static_assert(sizeof(FVolumeControlStyle) == 0x0007C0, "Wrong size on FVolumeControlStyle"); \ +static_assert(offsetof(FVolumeControlStyle, SliderStyle) == 0x000010, "Member 'FVolumeControlStyle::SliderStyle' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, HighVolumeImage) == 0x000450, "Member 'FVolumeControlStyle::HighVolumeImage' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, MidVolumeImage) == 0x000500, "Member 'FVolumeControlStyle::MidVolumeImage' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, LowVolumeImage) == 0x0005B0, "Member 'FVolumeControlStyle::LowVolumeImage' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, NoVolumeImage) == 0x000660, "Member 'FVolumeControlStyle::NoVolumeImage' has a wrong offset!"); \ +static_assert(offsetof(FVolumeControlStyle, MutedImage) == 0x000710, "Member 'FVolumeControlStyle::MutedImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScrollBoxStyle \ +static_assert(alignof(FScrollBoxStyle) == 0x000010, "Wrong alignment on FScrollBoxStyle"); \ +static_assert(sizeof(FScrollBoxStyle) == 0x0002F0, "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) == 0x0000C0, "Member 'FScrollBoxStyle::BottomShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, LeftShadowBrush) == 0x000170, "Member 'FScrollBoxStyle::LeftShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, RightShadowBrush) == 0x000220, "Member 'FScrollBoxStyle::RightShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, HorizontalScrolledContentPadding) == 0x0002D0, "Member 'FScrollBoxStyle::HorizontalScrolledContentPadding' has a wrong offset!"); \ +static_assert(offsetof(FScrollBoxStyle, VerticalScrolledContentPadding) == 0x0002E0, "Member 'FScrollBoxStyle::VerticalScrolledContentPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FButtonStyle \ +static_assert(alignof(FButtonStyle) == 0x000010, "Wrong alignment on FButtonStyle"); \ +static_assert(sizeof(FButtonStyle) == 0x000390, "Wrong size on FButtonStyle"); \ +static_assert(offsetof(FButtonStyle, Normal) == 0x000010, "Member 'FButtonStyle::Normal' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, Hovered) == 0x0000C0, "Member 'FButtonStyle::Hovered' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, Pressed) == 0x000170, "Member 'FButtonStyle::Pressed' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, Disabled) == 0x000220, "Member 'FButtonStyle::Disabled' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, NormalForeground) == 0x0002D0, "Member 'FButtonStyle::NormalForeground' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, HoveredForeground) == 0x0002E4, "Member 'FButtonStyle::HoveredForeground' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, PressedForeground) == 0x0002F8, "Member 'FButtonStyle::PressedForeground' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, DisabledForeground) == 0x00030C, "Member 'FButtonStyle::DisabledForeground' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, NormalPadding) == 0x000320, "Member 'FButtonStyle::NormalPadding' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, PressedPadding) == 0x000330, "Member 'FButtonStyle::PressedPadding' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, PressedSlateSound) == 0x000340, "Member 'FButtonStyle::PressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, ClickedSlateSound) == 0x000358, "Member 'FButtonStyle::ClickedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FButtonStyle, HoveredSlateSound) == 0x000370, "Member 'FButtonStyle::HoveredSlateSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDockTabStyle \ +static_assert(alignof(FDockTabStyle) == 0x000010, "Wrong alignment on FDockTabStyle"); \ +static_assert(sizeof(FDockTabStyle) == 0x000BE0, "Wrong size on FDockTabStyle"); \ +static_assert(offsetof(FDockTabStyle, CloseButtonStyle) == 0x000010, "Member 'FDockTabStyle::CloseButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, NormalBrush) == 0x0003A0, "Member 'FDockTabStyle::NormalBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ColorOverlayTabBrush) == 0x000450, "Member 'FDockTabStyle::ColorOverlayTabBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ColorOverlayIconBrush) == 0x000500, "Member 'FDockTabStyle::ColorOverlayIconBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ForegroundBrush) == 0x0005B0, "Member 'FDockTabStyle::ForegroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, HoveredBrush) == 0x000660, "Member 'FDockTabStyle::HoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ContentAreaBrush) == 0x000710, "Member 'FDockTabStyle::ContentAreaBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabWellBrush) == 0x0007C0, "Member 'FDockTabStyle::TabWellBrush' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabTextStyle) == 0x000870, "Member 'FDockTabStyle::TabTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, TabPadding) == 0x000B50, "Member 'FDockTabStyle::TabPadding' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, IconSize) == 0x000B60, "Member 'FDockTabStyle::IconSize' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, OverlapWidth) == 0x000B68, "Member 'FDockTabStyle::OverlapWidth' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, FlashColor) == 0x000B6C, "Member 'FDockTabStyle::FlashColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, NormalForegroundColor) == 0x000B80, "Member 'FDockTabStyle::NormalForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, HoveredForegroundColor) == 0x000B94, "Member 'FDockTabStyle::HoveredForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ActiveForegroundColor) == 0x000BA8, "Member 'FDockTabStyle::ActiveForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ForegroundForegroundColor) == 0x000BBC, "Member 'FDockTabStyle::ForegroundForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, IconBorderPadding) == 0x000BD0, "Member 'FDockTabStyle::IconBorderPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboButtonStyle \ +static_assert(alignof(FComboButtonStyle) == 0x000010, "Wrong alignment on FComboButtonStyle"); \ +static_assert(sizeof(FComboButtonStyle) == 0x000560, "Wrong size on FComboButtonStyle"); \ +static_assert(offsetof(FComboButtonStyle, ButtonStyle) == 0x000010, "Member 'FComboButtonStyle::ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, DownArrowImage) == 0x0003A0, "Member 'FComboButtonStyle::DownArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ShadowOffset) == 0x000450, "Member 'FComboButtonStyle::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ShadowColorAndOpacity) == 0x000458, "Member 'FComboButtonStyle::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, MenuBorderBrush) == 0x000470, "Member 'FComboButtonStyle::MenuBorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, MenuBorderPadding) == 0x000520, "Member 'FComboButtonStyle::MenuBorderPadding' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, ContentPadding) == 0x000530, "Member 'FComboButtonStyle::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, DownArrowPadding) == 0x000540, "Member 'FComboButtonStyle::DownArrowPadding' has a wrong offset!"); \ +static_assert(offsetof(FComboButtonStyle, DownArrowAlign) == 0x000550, "Member 'FComboButtonStyle::DownArrowAlign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWrapButtonStyle \ +static_assert(alignof(FWrapButtonStyle) == 0x000010, "Wrong alignment on FWrapButtonStyle"); \ +static_assert(sizeof(FWrapButtonStyle) == 0x000740, "Wrong size on FWrapButtonStyle"); \ +static_assert(offsetof(FWrapButtonStyle, Padding) == 0x000000, "Member 'FWrapButtonStyle::Padding' has a wrong offset!"); \ +static_assert(offsetof(FWrapButtonStyle, WrapButtonIndex) == 0x000010, "Member 'FWrapButtonStyle::WrapButtonIndex' has a wrong offset!"); \ +static_assert(offsetof(FWrapButtonStyle, ExpandBrush) == 0x000020, "Member 'FWrapButtonStyle::ExpandBrush' has a wrong offset!"); \ +static_assert(offsetof(FWrapButtonStyle, bHasDownArrow) == 0x0000D0, "Member 'FWrapButtonStyle::bHasDownArrow' has a wrong offset!"); \ +static_assert(offsetof(FWrapButtonStyle, ComboButtonStyle) == 0x0000E0, "Member 'FWrapButtonStyle::ComboButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWrapButtonStyle, bIncludeSeparator) == 0x000650, "Member 'FWrapButtonStyle::bIncludeSeparator' has a wrong offset!"); \ +static_assert(offsetof(FWrapButtonStyle, SeparatorBrush) == 0x000660, "Member 'FWrapButtonStyle::SeparatorBrush' has a wrong offset!"); \ +static_assert(offsetof(FWrapButtonStyle, SeparatorThickness) == 0x000720, "Member 'FWrapButtonStyle::SeparatorThickness' has a wrong offset!"); \ +static_assert(offsetof(FWrapButtonStyle, SeparatorPadding) == 0x000728, "Member 'FWrapButtonStyle::SeparatorPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FToolBarStyle \ +static_assert(alignof(FToolBarStyle) == 0x000010, "Wrong alignment on FToolBarStyle"); \ +static_assert(sizeof(FToolBarStyle) == 0x003F00, "Wrong size on FToolBarStyle"); \ +static_assert(offsetof(FToolBarStyle, BackgroundBrush) == 0x000010, "Member 'FToolBarStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ExpandBrush) == 0x0000C0, "Member 'FToolBarStyle::ExpandBrush' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SeparatorBrush) == 0x000170, "Member 'FToolBarStyle::SeparatorBrush' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, LabelStyle) == 0x000220, "Member 'FToolBarStyle::LabelStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, EditableTextStyle) == 0x000500, "Member 'FToolBarStyle::EditableTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ToggleButton) == 0x001180, "Member 'FToolBarStyle::ToggleButton' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ComboButtonStyle) == 0x001AD0, "Member 'FToolBarStyle::ComboButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SettingsButtonStyle) == 0x002030, "Member 'FToolBarStyle::SettingsButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SettingsComboButton) == 0x0023C0, "Member 'FToolBarStyle::SettingsComboButton' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SettingsToggleButton) == 0x002920, "Member 'FToolBarStyle::SettingsToggleButton' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ButtonStyle) == 0x003270, "Member 'FToolBarStyle::ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, LabelPadding) == 0x003600, "Member 'FToolBarStyle::LabelPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, UniformBlockWidth) == 0x003610, "Member 'FToolBarStyle::UniformBlockWidth' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, UniformBlockHeight) == 0x003614, "Member 'FToolBarStyle::UniformBlockHeight' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, NumColumns) == 0x003618, "Member 'FToolBarStyle::NumColumns' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, IconPadding) == 0x00361C, "Member 'FToolBarStyle::IconPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SeparatorPadding) == 0x00362C, "Member 'FToolBarStyle::SeparatorPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SeparatorThickness) == 0x00363C, "Member 'FToolBarStyle::SeparatorThickness' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ComboButtonPadding) == 0x003640, "Member 'FToolBarStyle::ComboButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ButtonPadding) == 0x003650, "Member 'FToolBarStyle::ButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, CheckBoxPadding) == 0x003660, "Member 'FToolBarStyle::CheckBoxPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, BlockPadding) == 0x003670, "Member 'FToolBarStyle::BlockPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, IndentedBlockPadding) == 0x003680, "Member 'FToolBarStyle::IndentedBlockPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, BlockHovered) == 0x003690, "Member 'FToolBarStyle::BlockHovered' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, BackgroundPadding) == 0x003740, "Member 'FToolBarStyle::BackgroundPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, WrapButtonStyle) == 0x003750, "Member 'FToolBarStyle::WrapButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, WrapButtonPadding) == 0x003E90, "Member 'FToolBarStyle::WrapButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, WrapButtonIndex) == 0x003EA0, "Member 'FToolBarStyle::WrapButtonIndex' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, bAllowWrapButton) == 0x003EA4, "Member 'FToolBarStyle::bAllowWrapButton' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, bAllowWrappingDefault) == 0x003EA5, "Member 'FToolBarStyle::bAllowWrappingDefault' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, IconSize) == 0x003EA8, "Member 'FToolBarStyle::IconSize' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, bShowLabels) == 0x003EB0, "Member 'FToolBarStyle::bShowLabels' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ButtonContentMaxWidth) == 0x003EB4, "Member 'FToolBarStyle::ButtonContentMaxWidth' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ButtonTextMinWidth) == 0x003EB8, "Member 'FToolBarStyle::ButtonTextMinWidth' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ButtonTextMaxWidth) == 0x003EBC, "Member 'FToolBarStyle::ButtonTextMaxWidth' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ButtonContentFillWidth) == 0x003EC0, "Member 'FToolBarStyle::ButtonContentFillWidth' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ComboContentMinWidth) == 0x003EC4, "Member 'FToolBarStyle::ComboContentMinWidth' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ComboContentMaxWidth) == 0x003EC8, "Member 'FToolBarStyle::ComboContentMaxWidth' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ComboContentHorizontalAlignment) == 0x003ECC, "Member 'FToolBarStyle::ComboContentHorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, IconPaddingWithVisibleLabel) == 0x003ED0, "Member 'FToolBarStyle::IconPaddingWithVisibleLabel' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, IconPaddingWithCollapsedLabel) == 0x003EE0, "Member 'FToolBarStyle::IconPaddingWithCollapsedLabel' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, VerticalAlignmentOverride) == 0x003EF0, "Member 'FToolBarStyle::VerticalAlignmentOverride' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, RaisedChildrenRightPadding) == 0x003EF4, "Member 'FToolBarStyle::RaisedChildrenRightPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStyleTheme \ +static_assert(alignof(FStyleTheme) == 0x000008, "Wrong alignment on FStyleTheme"); \ +static_assert(sizeof(FStyleTheme) == 0x000040, "Wrong size on FStyleTheme"); \ + +#define DUMPER7_ASSERTS_FStyleColorList \ +static_assert(alignof(FStyleColorList) == 0x000008, "Wrong alignment on FStyleColorList"); \ +static_assert(sizeof(FStyleColorList) == 0x0007A0, "Wrong size on FStyleColorList"); \ +static_assert(offsetof(FStyleColorList, StyleColors) == 0x000000, "Member 'FStyleColorList::StyleColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTableRowStyle \ +static_assert(alignof(FTableRowStyle) == 0x000010, "Wrong alignment on FTableRowStyle"); \ +static_assert(sizeof(FTableRowStyle) == 0x000B50, "Wrong size on FTableRowStyle"); \ +static_assert(offsetof(FTableRowStyle, SelectorFocusedBrush) == 0x000010, "Member 'FTableRowStyle::SelectorFocusedBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ActiveHoveredBrush) == 0x0000C0, "Member 'FTableRowStyle::ActiveHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ActiveBrush) == 0x000170, "Member 'FTableRowStyle::ActiveBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, InactiveHoveredBrush) == 0x000220, "Member 'FTableRowStyle::InactiveHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, InactiveBrush) == 0x0002D0, "Member 'FTableRowStyle::InactiveBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, bUseParentRowBrush) == 0x000380, "Member 'FTableRowStyle::bUseParentRowBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ParentRowBackgroundBrush) == 0x000390, "Member 'FTableRowStyle::ParentRowBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ParentRowBackgroundHoveredBrush) == 0x000440, "Member 'FTableRowStyle::ParentRowBackgroundHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, EvenRowBackgroundHoveredBrush) == 0x0004F0, "Member 'FTableRowStyle::EvenRowBackgroundHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, EvenRowBackgroundBrush) == 0x0005A0, "Member 'FTableRowStyle::EvenRowBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, OddRowBackgroundHoveredBrush) == 0x000650, "Member 'FTableRowStyle::OddRowBackgroundHoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, OddRowBackgroundBrush) == 0x000700, "Member 'FTableRowStyle::OddRowBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, TextColor) == 0x0007B0, "Member 'FTableRowStyle::TextColor' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, SelectedTextColor) == 0x0007C4, "Member 'FTableRowStyle::SelectedTextColor' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, DropIndicator_Above) == 0x0007E0, "Member 'FTableRowStyle::DropIndicator_Above' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, DropIndicator_Onto) == 0x000890, "Member 'FTableRowStyle::DropIndicator_Onto' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, DropIndicator_Below) == 0x000940, "Member 'FTableRowStyle::DropIndicator_Below' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, ActiveHighlightedBrush) == 0x0009F0, "Member 'FTableRowStyle::ActiveHighlightedBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableRowStyle, InactiveHighlightedBrush) == 0x000AA0, "Member 'FTableRowStyle::InactiveHighlightedBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScrollBorderStyle \ +static_assert(alignof(FScrollBorderStyle) == 0x000010, "Wrong alignment on FScrollBorderStyle"); \ +static_assert(sizeof(FScrollBorderStyle) == 0x000170, "Wrong size on FScrollBorderStyle"); \ +static_assert(offsetof(FScrollBorderStyle, TopShadowBrush) == 0x000010, "Member 'FScrollBorderStyle::TopShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(FScrollBorderStyle, BottomShadowBrush) == 0x0000C0, "Member 'FScrollBorderStyle::BottomShadowBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboBoxStyle \ +static_assert(alignof(FComboBoxStyle) == 0x000010, "Wrong alignment on FComboBoxStyle"); \ +static_assert(sizeof(FComboBoxStyle) == 0x0005C0, "Wrong size on FComboBoxStyle"); \ +static_assert(offsetof(FComboBoxStyle, ComboButtonStyle) == 0x000010, "Member 'FComboBoxStyle::ComboButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, PressedSlateSound) == 0x000570, "Member 'FComboBoxStyle::PressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, SelectionChangeSlateSound) == 0x000588, "Member 'FComboBoxStyle::SelectionChangeSlateSound' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, ContentPadding) == 0x0005A0, "Member 'FComboBoxStyle::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(FComboBoxStyle, MenuRowPadding) == 0x0005B0, "Member 'FComboBoxStyle::MenuRowPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationMethod \ +static_assert(alignof(FNavigationMethod) == 0x000008, "Wrong alignment on FNavigationMethod"); \ +static_assert(sizeof(FNavigationMethod) == 0x000068, "Wrong size on FNavigationMethod"); \ + +#define DUMPER7_ASSERTS_FNavigationEvent \ +static_assert(alignof(FNavigationEvent) == 0x000008, "Wrong alignment on FNavigationEvent"); \ +static_assert(sizeof(FNavigationEvent) == 0x000030, "Wrong size on FNavigationEvent"); \ + +#define DUMPER7_ASSERTS_FEditableTextStyle \ +static_assert(alignof(FEditableTextStyle) == 0x000010, "Wrong alignment on FEditableTextStyle"); \ +static_assert(sizeof(FEditableTextStyle) == 0x000290, "Wrong size on FEditableTextStyle"); \ +static_assert(offsetof(FEditableTextStyle, Font) == 0x000008, "Member 'FEditableTextStyle::Font' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, ColorAndOpacity) == 0x000068, "Member 'FEditableTextStyle::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, BackgroundImageSelected) == 0x000080, "Member 'FEditableTextStyle::BackgroundImageSelected' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, BackgroundImageComposing) == 0x000130, "Member 'FEditableTextStyle::BackgroundImageComposing' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, CaretImage) == 0x0001E0, "Member 'FEditableTextStyle::CaretImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpinBoxStyle \ +static_assert(alignof(FSpinBoxStyle) == 0x000010, "Wrong alignment on FSpinBoxStyle"); \ +static_assert(sizeof(FSpinBoxStyle) == 0x000520, "Wrong size on FSpinBoxStyle"); \ +static_assert(offsetof(FSpinBoxStyle, BackgroundBrush) == 0x000010, "Member 'FSpinBoxStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, ActiveBackgroundBrush) == 0x0000C0, "Member 'FSpinBoxStyle::ActiveBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, HoveredBackgroundBrush) == 0x000170, "Member 'FSpinBoxStyle::HoveredBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, ActiveFillBrush) == 0x000220, "Member 'FSpinBoxStyle::ActiveFillBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, HoveredFillBrush) == 0x0002D0, "Member 'FSpinBoxStyle::HoveredFillBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, InactiveFillBrush) == 0x000380, "Member 'FSpinBoxStyle::InactiveFillBrush' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, ArrowsImage) == 0x000430, "Member 'FSpinBoxStyle::ArrowsImage' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, ForegroundColor) == 0x0004E0, "Member 'FSpinBoxStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, TextPadding) == 0x0004F4, "Member 'FSpinBoxStyle::TextPadding' has a wrong offset!"); \ +static_assert(offsetof(FSpinBoxStyle, InsetPadding) == 0x000504, "Member 'FSpinBoxStyle::InsetPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterEvent \ +static_assert(alignof(FCharacterEvent) == 0x000008, "Wrong alignment on FCharacterEvent"); \ +static_assert(sizeof(FCharacterEvent) == 0x000030, "Wrong size on FCharacterEvent"); \ + +#define DUMPER7_ASSERTS_FKeyEvent \ +static_assert(alignof(FKeyEvent) == 0x000008, "Wrong alignment on FKeyEvent"); \ +static_assert(sizeof(FKeyEvent) == 0x000048, "Wrong size on FKeyEvent"); \ + +#define DUMPER7_ASSERTS_FAnalogInputEvent \ +static_assert(alignof(FAnalogInputEvent) == 0x000008, "Wrong alignment on FAnalogInputEvent"); \ +static_assert(sizeof(FAnalogInputEvent) == 0x000050, "Wrong size on FAnalogInputEvent"); \ + +#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_FFocusEvent \ +static_assert(alignof(FFocusEvent) == 0x000004, "Wrong alignment on FFocusEvent"); \ +static_assert(sizeof(FFocusEvent) == 0x000008, "Wrong size on FFocusEvent"); \ + +#define DUMPER7_ASSERTS_FFontSdfSettings \ +static_assert(alignof(FFontSdfSettings) == 0x000004, "Wrong alignment on FFontSdfSettings"); \ +static_assert(sizeof(FFontSdfSettings) == 0x000004, "Wrong size on FFontSdfSettings"); \ +static_assert(offsetof(FFontSdfSettings, BasePpem) == 0x000000, "Member 'FFontSdfSettings::BasePpem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompositeFont \ +static_assert(alignof(FCompositeFont) == 0x000008, "Wrong alignment on FCompositeFont"); \ +static_assert(sizeof(FCompositeFont) == 0x000040, "Wrong size on FCompositeFont"); \ +static_assert(offsetof(FCompositeFont, DefaultTypeface) == 0x000000, "Member 'FCompositeFont::DefaultTypeface' has a wrong offset!"); \ +static_assert(offsetof(FCompositeFont, FallbackTypeface) == 0x000010, "Member 'FCompositeFont::FallbackTypeface' has a wrong offset!"); \ +static_assert(offsetof(FCompositeFont, SubTypefaces) == 0x000028, "Member 'FCompositeFont::SubTypefaces' has a wrong offset!"); \ +static_assert(offsetof(FCompositeFont, bEnableAscentDescentOverride) == 0x000038, "Member 'FCompositeFont::bEnableAscentDescentOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationMethodOrthogonal \ +static_assert(alignof(FNavigationMethodOrthogonal) == 0x000008, "Wrong alignment on FNavigationMethodOrthogonal"); \ +static_assert(sizeof(FNavigationMethodOrthogonal) == 0x000068, "Wrong size on FNavigationMethodOrthogonal"); \ + +#define DUMPER7_ASSERTS_FNavigationMethodProximity \ +static_assert(alignof(FNavigationMethodProximity) == 0x000008, "Wrong alignment on FNavigationMethodProximity"); \ +static_assert(sizeof(FNavigationMethodProximity) == 0x0000C8, "Wrong size on FNavigationMethodProximity"); \ +static_assert(offsetof(FNavigationMethodProximity, AlignmentFactor) == 0x000068, "Member 'FNavigationMethodProximity::AlignmentFactor' has a wrong offset!"); \ +static_assert(offsetof(FNavigationMethodProximity, SearchAngleDegrees) == 0x00006C, "Member 'FNavigationMethodProximity::SearchAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(FNavigationMethodProximity, OverlapThreshold) == 0x000070, "Member 'FNavigationMethodProximity::OverlapThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSegmentedControlStyle \ +static_assert(alignof(FSegmentedControlStyle) == 0x000010, "Wrong alignment on FSegmentedControlStyle"); \ +static_assert(sizeof(FSegmentedControlStyle) == 0x001CC0, "Wrong size on FSegmentedControlStyle"); \ +static_assert(offsetof(FSegmentedControlStyle, ControlStyle) == 0x000010, "Member 'FSegmentedControlStyle::ControlStyle' has a wrong offset!"); \ +static_assert(offsetof(FSegmentedControlStyle, FirstControlStyle) == 0x000960, "Member 'FSegmentedControlStyle::FirstControlStyle' has a wrong offset!"); \ +static_assert(offsetof(FSegmentedControlStyle, LastControlStyle) == 0x0012B0, "Member 'FSegmentedControlStyle::LastControlStyle' has a wrong offset!"); \ +static_assert(offsetof(FSegmentedControlStyle, BackgroundBrush) == 0x001C00, "Member 'FSegmentedControlStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSegmentedControlStyle, UniformPadding) == 0x001CB0, "Member 'FSegmentedControlStyle::UniformPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHyperlinkStyle \ +static_assert(alignof(FHyperlinkStyle) == 0x000010, "Wrong alignment on FHyperlinkStyle"); \ +static_assert(sizeof(FHyperlinkStyle) == 0x000690, "Wrong size on FHyperlinkStyle"); \ +static_assert(offsetof(FHyperlinkStyle, UnderlineStyle) == 0x000010, "Member 'FHyperlinkStyle::UnderlineStyle' has a wrong offset!"); \ +static_assert(offsetof(FHyperlinkStyle, TextStyle) == 0x0003A0, "Member 'FHyperlinkStyle::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(FHyperlinkStyle, Padding) == 0x000680, "Member 'FHyperlinkStyle::Padding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInlineEditableTextBlockStyle \ +static_assert(alignof(FInlineEditableTextBlockStyle) == 0x000010, "Wrong alignment on FInlineEditableTextBlockStyle"); \ +static_assert(sizeof(FInlineEditableTextBlockStyle) == 0x000F70, "Wrong size on FInlineEditableTextBlockStyle"); \ +static_assert(offsetof(FInlineEditableTextBlockStyle, EditableTextBoxStyle) == 0x000010, "Member 'FInlineEditableTextBlockStyle::EditableTextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FInlineEditableTextBlockStyle, TextStyle) == 0x000C90, "Member 'FInlineEditableTextBlockStyle::TextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProgressBarStyle \ +static_assert(alignof(FProgressBarStyle) == 0x000010, "Wrong alignment on FProgressBarStyle"); \ +static_assert(sizeof(FProgressBarStyle) == 0x000230, "Wrong size on FProgressBarStyle"); \ +static_assert(offsetof(FProgressBarStyle, BackgroundImage) == 0x000010, "Member 'FProgressBarStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FProgressBarStyle, FillImage) == 0x0000C0, "Member 'FProgressBarStyle::FillImage' has a wrong offset!"); \ +static_assert(offsetof(FProgressBarStyle, MarqueeImage) == 0x000170, "Member 'FProgressBarStyle::MarqueeImage' has a wrong offset!"); \ +static_assert(offsetof(FProgressBarStyle, EnableFillAnimation) == 0x000220, "Member 'FProgressBarStyle::EnableFillAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpandableAreaStyle \ +static_assert(alignof(FExpandableAreaStyle) == 0x000010, "Wrong alignment on FExpandableAreaStyle"); \ +static_assert(sizeof(FExpandableAreaStyle) == 0x000180, "Wrong size on FExpandableAreaStyle"); \ +static_assert(offsetof(FExpandableAreaStyle, CollapsedImage) == 0x000010, "Member 'FExpandableAreaStyle::CollapsedImage' has a wrong offset!"); \ +static_assert(offsetof(FExpandableAreaStyle, ExpandedImage) == 0x0000C0, "Member 'FExpandableAreaStyle::ExpandedImage' has a wrong offset!"); \ +static_assert(offsetof(FExpandableAreaStyle, RolloutAnimationSeconds) == 0x000170, "Member 'FExpandableAreaStyle::RolloutAnimationSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSearchBoxStyle \ +static_assert(alignof(FSearchBoxStyle) == 0x000010, "Wrong alignment on FSearchBoxStyle"); \ +static_assert(sizeof(FSearchBoxStyle) == 0x000FE0, "Wrong size on FSearchBoxStyle"); \ +static_assert(offsetof(FSearchBoxStyle, TextBoxStyle) == 0x000010, "Member 'FSearchBoxStyle::TextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ActiveFontInfo) == 0x000C90, "Member 'FSearchBoxStyle::ActiveFontInfo' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, UpArrowImage) == 0x000CF0, "Member 'FSearchBoxStyle::UpArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, DownArrowImage) == 0x000DA0, "Member 'FSearchBoxStyle::DownArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, GlassImage) == 0x000E50, "Member 'FSearchBoxStyle::GlassImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ClearImage) == 0x000F00, "Member 'FSearchBoxStyle::ClearImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ImagePadding) == 0x000FB0, "Member 'FSearchBoxStyle::ImagePadding' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ImageSizeOverride) == 0x000FC0, "Member 'FSearchBoxStyle::ImageSizeOverride' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, bLeftAlignButtons) == 0x000FD8, "Member 'FSearchBoxStyle::bLeftAlignButtons' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, bLeftAlignSearchResultButtons) == 0x000FD9, "Member 'FSearchBoxStyle::bLeftAlignSearchResultButtons' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, bLeftAlignGlassImageAndClearButton) == 0x000FDA, "Member 'FSearchBoxStyle::bLeftAlignGlassImageAndClearButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInlineTextImageStyle \ +static_assert(alignof(FInlineTextImageStyle) == 0x000010, "Wrong alignment on FInlineTextImageStyle"); \ +static_assert(sizeof(FInlineTextImageStyle) == 0x0000D0, "Wrong size on FInlineTextImageStyle"); \ +static_assert(offsetof(FInlineTextImageStyle, Image) == 0x000010, "Member 'FInlineTextImageStyle::Image' has a wrong offset!"); \ +static_assert(offsetof(FInlineTextImageStyle, Baseline) == 0x0000C0, "Member 'FInlineTextImageStyle::Baseline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTableViewStyle \ +static_assert(alignof(FTableViewStyle) == 0x000010, "Wrong alignment on FTableViewStyle"); \ +static_assert(sizeof(FTableViewStyle) == 0x0000C0, "Wrong size on FTableViewStyle"); \ +static_assert(offsetof(FTableViewStyle, BackgroundBrush) == 0x000010, "Member 'FTableViewStyle::BackgroundBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTableColumnHeaderStyle \ +static_assert(alignof(FTableColumnHeaderStyle) == 0x000010, "Wrong alignment on FTableColumnHeaderStyle"); \ +static_assert(sizeof(FTableColumnHeaderStyle) == 0x000640, "Wrong size on FTableColumnHeaderStyle"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryAscendingImage) == 0x000010, "Member 'FTableColumnHeaderStyle::SortPrimaryAscendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryDescendingImage) == 0x0000C0, "Member 'FTableColumnHeaderStyle::SortPrimaryDescendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryAscendingImage) == 0x000170, "Member 'FTableColumnHeaderStyle::SortSecondaryAscendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryDescendingImage) == 0x000220, "Member 'FTableColumnHeaderStyle::SortSecondaryDescendingImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, NormalBrush) == 0x0002D0, "Member 'FTableColumnHeaderStyle::NormalBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, HoveredBrush) == 0x000380, "Member 'FTableColumnHeaderStyle::HoveredBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownImage) == 0x000430, "Member 'FTableColumnHeaderStyle::MenuDropdownImage' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownNormalBorderBrush) == 0x0004E0, "Member 'FTableColumnHeaderStyle::MenuDropdownNormalBorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownHoveredBorderBrush) == 0x000590, "Member 'FTableColumnHeaderStyle::MenuDropdownHoveredBorderBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHeaderRowStyle \ +static_assert(alignof(FHeaderRowStyle) == 0x000010, "Wrong alignment on FHeaderRowStyle"); \ +static_assert(sizeof(FHeaderRowStyle) == 0x000FA0, "Wrong size on FHeaderRowStyle"); \ +static_assert(offsetof(FHeaderRowStyle, ColumnStyle) == 0x000010, "Member 'FHeaderRowStyle::ColumnStyle' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, LastColumnStyle) == 0x000650, "Member 'FHeaderRowStyle::LastColumnStyle' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, ColumnSplitterStyle) == 0x000C90, "Member 'FHeaderRowStyle::ColumnSplitterStyle' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, SplitterHandleSize) == 0x000E00, "Member 'FHeaderRowStyle::SplitterHandleSize' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, BackgroundBrush) == 0x000E10, "Member 'FHeaderRowStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, ForegroundColor) == 0x000EC0, "Member 'FHeaderRowStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, HorizontalSeparatorBrush) == 0x000EE0, "Member 'FHeaderRowStyle::HorizontalSeparatorBrush' has a wrong offset!"); \ +static_assert(offsetof(FHeaderRowStyle, HorizontalSeparatorThickness) == 0x000F90, "Member 'FHeaderRowStyle::HorizontalSeparatorThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWindowStyle \ +static_assert(alignof(FWindowStyle) == 0x000010, "Wrong alignment on FWindowStyle"); \ +static_assert(sizeof(FWindowStyle) == 0x001DA0, "Wrong size on FWindowStyle"); \ +static_assert(offsetof(FWindowStyle, MinimizeButtonStyle) == 0x000010, "Member 'FWindowStyle::MinimizeButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, MaximizeButtonStyle) == 0x0003A0, "Member 'FWindowStyle::MaximizeButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, RestoreButtonStyle) == 0x000730, "Member 'FWindowStyle::RestoreButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, EnterFullscreenButtonStyle) == 0x000AC0, "Member 'FWindowStyle::EnterFullscreenButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, ExitFullscreenButtonStyle) == 0x000E50, "Member 'FWindowStyle::ExitFullscreenButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, CloseButtonStyle) == 0x0011E0, "Member 'FWindowStyle::CloseButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, TitleTextStyle) == 0x001570, "Member 'FWindowStyle::TitleTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, ActiveTitleBrush) == 0x001850, "Member 'FWindowStyle::ActiveTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, InactiveTitleBrush) == 0x001900, "Member 'FWindowStyle::InactiveTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, FlashTitleBrush) == 0x0019B0, "Member 'FWindowStyle::FlashTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BackgroundColor) == 0x001A60, "Member 'FWindowStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, OutlineBrush) == 0x001A80, "Member 'FWindowStyle::OutlineBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, OutlineColor) == 0x001B30, "Member 'FWindowStyle::OutlineColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderBrush) == 0x001B50, "Member 'FWindowStyle::BorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderColor) == 0x001C00, "Member 'FWindowStyle::BorderColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BackgroundBrush) == 0x001C20, "Member 'FWindowStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, ChildBackgroundBrush) == 0x001CD0, "Member 'FWindowStyle::ChildBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, WindowCornerRadius) == 0x001D80, "Member 'FWindowStyle::WindowCornerRadius' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderPadding) == 0x001D84, "Member 'FWindowStyle::BorderPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateWidgetStyleAsset \ +static_assert(alignof(USlateWidgetStyleAsset) == 0x000008, "Wrong alignment on USlateWidgetStyleAsset"); \ +static_assert(sizeof(USlateWidgetStyleAsset) == 0x000030, "Wrong size on USlateWidgetStyleAsset"); \ +static_assert(offsetof(USlateWidgetStyleAsset, CustomStyle) == 0x000028, "Member 'USlateWidgetStyleAsset::CustomStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFontBulkData \ +static_assert(alignof(UFontBulkData) == 0x000008, "Wrong alignment on UFontBulkData"); \ +static_assert(sizeof(UFontBulkData) == 0x000078, "Wrong size on UFontBulkData"); \ + +#define DUMPER7_ASSERTS_IFontFaceInterface \ +static_assert(alignof(IFontFaceInterface) == 0x000001, "Wrong alignment on IFontFaceInterface"); \ +static_assert(sizeof(IFontFaceInterface) == 0x000001, "Wrong size on IFontFaceInterface"); \ + +#define DUMPER7_ASSERTS_IFontProviderInterface \ +static_assert(alignof(IFontProviderInterface) == 0x000001, "Wrong alignment on IFontProviderInterface"); \ +static_assert(sizeof(IFontProviderInterface) == 0x000001, "Wrong size on IFontProviderInterface"); \ + +#define DUMPER7_ASSERTS_USlateTypes \ +static_assert(alignof(USlateTypes) == 0x000008, "Wrong alignment on USlateTypes"); \ +static_assert(sizeof(USlateTypes) == 0x000028, "Wrong size on USlateTypes"); \ + +#define DUMPER7_ASSERTS_USlateWidgetStyleContainerBase \ +static_assert(alignof(USlateWidgetStyleContainerBase) == 0x000008, "Wrong alignment on USlateWidgetStyleContainerBase"); \ +static_assert(sizeof(USlateWidgetStyleContainerBase) == 0x000030, "Wrong size on USlateWidgetStyleContainerBase"); \ + +#define DUMPER7_ASSERTS_ISlateWidgetStyleContainerInterface \ +static_assert(alignof(ISlateWidgetStyleContainerInterface) == 0x000001, "Wrong alignment on ISlateWidgetStyleContainerInterface"); \ +static_assert(sizeof(ISlateWidgetStyleContainerInterface) == 0x000001, "Wrong size on ISlateWidgetStyleContainerInterface"); \ + +#define DUMPER7_ASSERTS_USlateThemeManager \ +static_assert(alignof(USlateThemeManager) == 0x000008, "Wrong alignment on USlateThemeManager"); \ +static_assert(sizeof(USlateThemeManager) == 0x0007D8, "Wrong size on USlateThemeManager"); \ +static_assert(offsetof(USlateThemeManager, CurrentThemeId) == 0x000028, "Member 'USlateThemeManager::CurrentThemeId' has a wrong offset!"); \ +static_assert(offsetof(USlateThemeManager, ActiveColors) == 0x000038, "Member 'USlateThemeManager::ActiveColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSharedImageConstRefBlueprint \ +static_assert(alignof(FSharedImageConstRefBlueprint) == 0x000008, "Wrong alignment on FSharedImageConstRefBlueprint"); \ +static_assert(sizeof(FSharedImageConstRefBlueprint) == 0x000008, "Wrong size on FSharedImageConstRefBlueprint"); \ + +#define DUMPER7_ASSERTS_SharedImageConstRefBlueprintFns_GetHeight \ +static_assert(alignof(SharedImageConstRefBlueprintFns_GetHeight) == 0x000008, "Wrong alignment on SharedImageConstRefBlueprintFns_GetHeight"); \ +static_assert(sizeof(SharedImageConstRefBlueprintFns_GetHeight) == 0x000010, "Wrong size on SharedImageConstRefBlueprintFns_GetHeight"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetHeight, Image) == 0x000000, "Member 'SharedImageConstRefBlueprintFns_GetHeight::Image' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetHeight, ReturnValue) == 0x000008, "Member 'SharedImageConstRefBlueprintFns_GetHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SharedImageConstRefBlueprintFns_GetPixelLinearColor \ +static_assert(alignof(SharedImageConstRefBlueprintFns_GetPixelLinearColor) == 0x000008, "Wrong alignment on SharedImageConstRefBlueprintFns_GetPixelLinearColor"); \ +static_assert(sizeof(SharedImageConstRefBlueprintFns_GetPixelLinearColor) == 0x000038, "Wrong size on SharedImageConstRefBlueprintFns_GetPixelLinearColor"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelLinearColor, Image) == 0x000000, "Member 'SharedImageConstRefBlueprintFns_GetPixelLinearColor::Image' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelLinearColor, X) == 0x000008, "Member 'SharedImageConstRefBlueprintFns_GetPixelLinearColor::X' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelLinearColor, Y) == 0x00000C, "Member 'SharedImageConstRefBlueprintFns_GetPixelLinearColor::Y' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelLinearColor, bValid) == 0x000010, "Member 'SharedImageConstRefBlueprintFns_GetPixelLinearColor::bValid' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelLinearColor, FailureColor) == 0x000014, "Member 'SharedImageConstRefBlueprintFns_GetPixelLinearColor::FailureColor' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelLinearColor, ReturnValue) == 0x000024, "Member 'SharedImageConstRefBlueprintFns_GetPixelLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SharedImageConstRefBlueprintFns_GetPixelValue \ +static_assert(alignof(SharedImageConstRefBlueprintFns_GetPixelValue) == 0x000010, "Wrong alignment on SharedImageConstRefBlueprintFns_GetPixelValue"); \ +static_assert(sizeof(SharedImageConstRefBlueprintFns_GetPixelValue) == 0x000030, "Wrong size on SharedImageConstRefBlueprintFns_GetPixelValue"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelValue, Image) == 0x000000, "Member 'SharedImageConstRefBlueprintFns_GetPixelValue::Image' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelValue, X) == 0x000008, "Member 'SharedImageConstRefBlueprintFns_GetPixelValue::X' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelValue, Y) == 0x00000C, "Member 'SharedImageConstRefBlueprintFns_GetPixelValue::Y' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelValue, bValid) == 0x000010, "Member 'SharedImageConstRefBlueprintFns_GetPixelValue::bValid' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetPixelValue, ReturnValue) == 0x000020, "Member 'SharedImageConstRefBlueprintFns_GetPixelValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SharedImageConstRefBlueprintFns_GetSize \ +static_assert(alignof(SharedImageConstRefBlueprintFns_GetSize) == 0x000008, "Wrong alignment on SharedImageConstRefBlueprintFns_GetSize"); \ +static_assert(sizeof(SharedImageConstRefBlueprintFns_GetSize) == 0x000010, "Wrong size on SharedImageConstRefBlueprintFns_GetSize"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetSize, Image) == 0x000000, "Member 'SharedImageConstRefBlueprintFns_GetSize::Image' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetSize, ReturnValue) == 0x000008, "Member 'SharedImageConstRefBlueprintFns_GetSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SharedImageConstRefBlueprintFns_GetWidth \ +static_assert(alignof(SharedImageConstRefBlueprintFns_GetWidth) == 0x000008, "Wrong alignment on SharedImageConstRefBlueprintFns_GetWidth"); \ +static_assert(sizeof(SharedImageConstRefBlueprintFns_GetWidth) == 0x000010, "Wrong size on SharedImageConstRefBlueprintFns_GetWidth"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetWidth, Image) == 0x000000, "Member 'SharedImageConstRefBlueprintFns_GetWidth::Image' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_GetWidth, ReturnValue) == 0x000008, "Member 'SharedImageConstRefBlueprintFns_GetWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SharedImageConstRefBlueprintFns_IsValid \ +static_assert(alignof(SharedImageConstRefBlueprintFns_IsValid) == 0x000008, "Wrong alignment on SharedImageConstRefBlueprintFns_IsValid"); \ +static_assert(sizeof(SharedImageConstRefBlueprintFns_IsValid) == 0x000010, "Wrong size on SharedImageConstRefBlueprintFns_IsValid"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_IsValid, Image) == 0x000000, "Member 'SharedImageConstRefBlueprintFns_IsValid::Image' has a wrong offset!"); \ +static_assert(offsetof(SharedImageConstRefBlueprintFns_IsValid, ReturnValue) == 0x000008, "Member 'SharedImageConstRefBlueprintFns_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharedImageConstRefBlueprintFns \ +static_assert(alignof(USharedImageConstRefBlueprintFns) == 0x000008, "Wrong alignment on USharedImageConstRefBlueprintFns"); \ +static_assert(sizeof(USharedImageConstRefBlueprintFns) == 0x000028, "Wrong size on USharedImageConstRefBlueprintFns"); \ + +#define DUMPER7_ASSERTS_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_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_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_FInputPreprocessorRegistrationKey \ +static_assert(alignof(FInputPreprocessorRegistrationKey) == 0x000004, "Wrong alignment on FInputPreprocessorRegistrationKey"); \ +static_assert(sizeof(FInputPreprocessorRegistrationKey) == 0x000008, "Wrong size on FInputPreprocessorRegistrationKey"); \ +static_assert(offsetof(FInputPreprocessorRegistrationKey, Type) == 0x000000, "Member 'FInputPreprocessorRegistrationKey::Type' has a wrong offset!"); \ +static_assert(offsetof(FInputPreprocessorRegistrationKey, Priority) == 0x000004, "Member 'FInputPreprocessorRegistrationKey::Priority' 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_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_FToolMenuProfile \ +static_assert(alignof(FToolMenuProfile) == 0x000008, "Wrong alignment on FToolMenuProfile"); \ +static_assert(sizeof(FToolMenuProfile) == 0x0001A0, "Wrong size on FToolMenuProfile"); \ +static_assert(offsetof(FToolMenuProfile, Name) == 0x000000, "Member 'FToolMenuProfile::Name' has a wrong offset!"); \ +static_assert(offsetof(FToolMenuProfile, Entries) == 0x000008, "Member 'FToolMenuProfile::Entries' has a wrong offset!"); \ +static_assert(offsetof(FToolMenuProfile, Sections) == 0x000058, "Member 'FToolMenuProfile::Sections' has a wrong offset!"); \ +static_assert(offsetof(FToolMenuProfile, SuppressExtenders) == 0x0000A8, "Member 'FToolMenuProfile::SuppressExtenders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomizedToolMenu \ +static_assert(alignof(FCustomizedToolMenu) == 0x000008, "Wrong alignment on FCustomizedToolMenu"); \ +static_assert(sizeof(FCustomizedToolMenu) == 0x000200, "Wrong size on FCustomizedToolMenu"); \ +static_assert(offsetof(FCustomizedToolMenu, EntryOrder) == 0x0001A0, "Member 'FCustomizedToolMenu::EntryOrder' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, SectionOrder) == 0x0001F0, "Member 'FCustomizedToolMenu::SectionOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharRange \ +static_assert(alignof(FCharRange) == 0x000002, "Wrong alignment on FCharRange"); \ +static_assert(sizeof(FCharRange) == 0x000004, "Wrong size on FCharRange"); \ +static_assert(offsetof(FCharRange, First) == 0x000000, "Member 'FCharRange::First' has a wrong offset!"); \ +static_assert(offsetof(FCharRange, Last) == 0x000002, "Member 'FCharRange::Last' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharRangeList \ +static_assert(alignof(FCharRangeList) == 0x000008, "Wrong alignment on FCharRangeList"); \ +static_assert(sizeof(FCharRangeList) == 0x000010, "Wrong size on FCharRangeList"); \ +static_assert(offsetof(FCharRangeList, Ranges) == 0x000000, "Member 'FCharRangeList::Ranges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToolMenuBase \ +static_assert(alignof(UToolMenuBase) == 0x000008, "Wrong alignment on UToolMenuBase"); \ +static_assert(sizeof(UToolMenuBase) == 0x000028, "Wrong size on UToolMenuBase"); \ + +#define DUMPER7_ASSERTS_USlateSettings \ +static_assert(alignof(USlateSettings) == 0x000008, "Wrong alignment on USlateSettings"); \ +static_assert(sizeof(USlateSettings) == 0x000030, "Wrong size on USlateSettings"); \ +static_assert(offsetof(USlateSettings, bExplicitCanvasChildZOrder) == 0x000028, "Member 'USlateSettings::bExplicitCanvasChildZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UButtonWidgetStyle \ +static_assert(alignof(UButtonWidgetStyle) == 0x000010, "Wrong alignment on UButtonWidgetStyle"); \ +static_assert(sizeof(UButtonWidgetStyle) == 0x0003C0, "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) == 0x000980, "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) == 0x0005F0, "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) == 0x000590, "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) == 0x000CB0, "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) == 0x0002C0, "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) == 0x000260, "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) == 0x000680, "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) == 0x000320, "Wrong size on UScrollBoxWidgetStyle"); \ +static_assert(offsetof(UScrollBoxWidgetStyle, ScrollBoxStyle) == 0x000030, "Member 'UScrollBoxWidgetStyle::ScrollBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpinBoxWidgetStyle \ +static_assert(alignof(USpinBoxWidgetStyle) == 0x000010, "Wrong alignment on USpinBoxWidgetStyle"); \ +static_assert(sizeof(USpinBoxWidgetStyle) == 0x000550, "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) == 0x000310, "Wrong size on UTextBlockWidgetStyle"); \ +static_assert(offsetof(UTextBlockWidgetStyle, TextBlockStyle) == 0x000030, "Member 'UTextBlockWidgetStyle::TextBlockStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameModeName \ +static_assert(alignof(FGameModeName) == 0x000008, "Wrong alignment on FGameModeName"); \ +static_assert(sizeof(FGameModeName) == 0x000030, "Wrong size on FGameModeName"); \ +static_assert(offsetof(FGameModeName, Name) == 0x000000, "Member 'FGameModeName::Name' has a wrong offset!"); \ +static_assert(offsetof(FGameModeName, GameMode) == 0x000010, "Member 'FGameModeName::GameMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTemplateMapInfoOverride \ +static_assert(alignof(FTemplateMapInfoOverride) == 0x000008, "Wrong alignment on FTemplateMapInfoOverride"); \ +static_assert(sizeof(FTemplateMapInfoOverride) == 0x000050, "Wrong size on FTemplateMapInfoOverride"); \ +static_assert(offsetof(FTemplateMapInfoOverride, Thumbnail) == 0x000000, "Member 'FTemplateMapInfoOverride::Thumbnail' has a wrong offset!"); \ +static_assert(offsetof(FTemplateMapInfoOverride, Map) == 0x000020, "Member 'FTemplateMapInfoOverride::Map' has a wrong offset!"); \ +static_assert(offsetof(FTemplateMapInfoOverride, DisplayName) == 0x000040, "Member 'FTemplateMapInfoOverride::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_GameMapsSettings_GetGameMapsSettings \ +static_assert(alignof(GameMapsSettings_GetGameMapsSettings) == 0x000008, "Wrong alignment on GameMapsSettings_GetGameMapsSettings"); \ +static_assert(sizeof(GameMapsSettings_GetGameMapsSettings) == 0x000008, "Wrong size on GameMapsSettings_GetGameMapsSettings"); \ +static_assert(offsetof(GameMapsSettings_GetGameMapsSettings, ReturnValue) == 0x000000, "Member 'GameMapsSettings_GetGameMapsSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMapsSettings_SetSkipAssigningGamepadToPlayer1 \ +static_assert(alignof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong alignment on GameMapsSettings_SetSkipAssigningGamepadToPlayer1"); \ +static_assert(sizeof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong size on GameMapsSettings_SetSkipAssigningGamepadToPlayer1"); \ +static_assert(offsetof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1, bSkipFirstPlayer) == 0x000000, "Member 'GameMapsSettings_SetSkipAssigningGamepadToPlayer1::bSkipFirstPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameMapsSettings_GetSkipAssigningGamepadToPlayer1 \ +static_assert(alignof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong alignment on GameMapsSettings_GetSkipAssigningGamepadToPlayer1"); \ +static_assert(sizeof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong size on GameMapsSettings_GetSkipAssigningGamepadToPlayer1"); \ +static_assert(offsetof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1, ReturnValue) == 0x000000, "Member 'GameMapsSettings_GetSkipAssigningGamepadToPlayer1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameMapsSettings \ +static_assert(alignof(UGameMapsSettings) == 0x000008, "Wrong alignment on UGameMapsSettings"); \ +static_assert(sizeof(UGameMapsSettings) == 0x000120, "Wrong size on UGameMapsSettings"); \ +static_assert(offsetof(UGameMapsSettings, LocalMapOptions) == 0x000028, "Member 'UGameMapsSettings::LocalMapOptions' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, TransitionMap) == 0x000038, "Member 'UGameMapsSettings::TransitionMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, bUseSplitscreen) == 0x000058, "Member 'UGameMapsSettings::bUseSplitscreen' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, TwoPlayerSplitscreenLayout) == 0x000059, "Member 'UGameMapsSettings::TwoPlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, ThreePlayerSplitscreenLayout) == 0x00005A, "Member 'UGameMapsSettings::ThreePlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, FourPlayerSplitscreenLayout) == 0x00005B, "Member 'UGameMapsSettings::FourPlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, bShowAllPlayerWidgetsWhenSplitscreenDisabled) == 0x00005C, "Member 'UGameMapsSettings::bShowAllPlayerWidgetsWhenSplitscreenDisabled' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, bOffsetPlayerGamepadIds) == 0x00005D, "Member 'UGameMapsSettings::bOffsetPlayerGamepadIds' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameInstanceClass) == 0x000060, "Member 'UGameMapsSettings::GameInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameDefaultMap) == 0x000080, "Member 'UGameMapsSettings::GameDefaultMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, ServerDefaultMap) == 0x0000A0, "Member 'UGameMapsSettings::ServerDefaultMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GlobalDefaultGameMode) == 0x0000C0, "Member 'UGameMapsSettings::GlobalDefaultGameMode' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GlobalDefaultServerGameMode) == 0x0000E0, "Member 'UGameMapsSettings::GlobalDefaultServerGameMode' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameModeMapPrefixes) == 0x000100, "Member 'UGameMapsSettings::GameModeMapPrefixes' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameModeClassAliases) == 0x000110, "Member 'UGameMapsSettings::GameModeClassAliases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameNetworkManagerSettings \ +static_assert(alignof(UGameNetworkManagerSettings) == 0x000008, "Wrong alignment on UGameNetworkManagerSettings"); \ +static_assert(sizeof(UGameNetworkManagerSettings) == 0x000058, "Wrong size on UGameNetworkManagerSettings"); \ +static_assert(offsetof(UGameNetworkManagerSettings, MinDynamicBandwidth) == 0x000028, "Member 'UGameNetworkManagerSettings::MinDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, MaxDynamicBandwidth) == 0x00002C, "Member 'UGameNetworkManagerSettings::MaxDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, TotalNetBandwidth) == 0x000030, "Member 'UGameNetworkManagerSettings::TotalNetBandwidth' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, BadPingThreshold) == 0x000034, "Member 'UGameNetworkManagerSettings::BadPingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, StandbyRxCheatTime) == 0x00003C, "Member 'UGameNetworkManagerSettings::StandbyRxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, StandbyTxCheatTime) == 0x000040, "Member 'UGameNetworkManagerSettings::StandbyTxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, PercentMissingForRxStandby) == 0x000044, "Member 'UGameNetworkManagerSettings::PercentMissingForRxStandby' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, PercentMissingForTxStandby) == 0x000048, "Member 'UGameNetworkManagerSettings::PercentMissingForTxStandby' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, PercentForBadPing) == 0x00004C, "Member 'UGameNetworkManagerSettings::PercentForBadPing' has a wrong offset!"); \ +static_assert(offsetof(UGameNetworkManagerSettings, JoinInProgressStandbyWaitTime) == 0x000050, "Member 'UGameNetworkManagerSettings::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSessionSettings \ +static_assert(alignof(UGameSessionSettings) == 0x000008, "Wrong alignment on UGameSessionSettings"); \ +static_assert(sizeof(UGameSessionSettings) == 0x000038, "Wrong size on UGameSessionSettings"); \ +static_assert(offsetof(UGameSessionSettings, MaxSpectators) == 0x000028, "Member 'UGameSessionSettings::MaxSpectators' has a wrong offset!"); \ +static_assert(offsetof(UGameSessionSettings, MaxPlayers) == 0x00002C, "Member 'UGameSessionSettings::MaxPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeneralEngineSettings \ +static_assert(alignof(UGeneralEngineSettings) == 0x000008, "Wrong alignment on UGeneralEngineSettings"); \ +static_assert(sizeof(UGeneralEngineSettings) == 0x000028, "Wrong size on UGeneralEngineSettings"); \ + +#define DUMPER7_ASSERTS_UGeneralProjectSettings \ +static_assert(alignof(UGeneralProjectSettings) == 0x000008, "Wrong alignment on UGeneralProjectSettings"); \ +static_assert(sizeof(UGeneralProjectSettings) == 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) == 0x0000E8, "Member 'UGeneralProjectSettings::ProjectDebugTitleInfo' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bShouldWindowPreserveAspectRatio) == 0x0000F8, "Member 'UGeneralProjectSettings::bShouldWindowPreserveAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bUseBorderlessWindow) == 0x0000F9, "Member 'UGeneralProjectSettings::bUseBorderlessWindow' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bStartInVR) == 0x0000FA, "Member 'UGeneralProjectSettings::bStartInVR' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowWindowResize) == 0x0000FB, "Member 'UGeneralProjectSettings::bAllowWindowResize' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowClose) == 0x0000FC, "Member 'UGeneralProjectSettings::bAllowClose' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowMaximize) == 0x0000FD, "Member 'UGeneralProjectSettings::bAllowMaximize' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowMinimize) == 0x0000FE, "Member 'UGeneralProjectSettings::bAllowMinimize' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, EyeOffsetForFakeStereoRenderingDevice) == 0x000100, "Member 'UGeneralProjectSettings::EyeOffsetForFakeStereoRenderingDevice' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, FOVForFakeStereoRenderingDevice) == 0x000104, "Member 'UGeneralProjectSettings::FOVForFakeStereoRenderingDevice' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, TopFOVRatioForFakeStereoRenderingDevice) == 0x000108, "Member 'UGeneralProjectSettings::TopFOVRatioForFakeStereoRenderingDevice' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, DifferenceBetweenEyesForFakeStereoRenderingDevice) == 0x00010C, "Member 'UGeneralProjectSettings::DifferenceBetweenEyesForFakeStereoRenderingDevice' 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_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_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_LL_EnvironmentalMelee_Table__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData) == 0x000378, "Wrong size on ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __NameProperty_75) == 0x000004, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__NameProperty_75' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __DataTable_76) == 0x000010, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__DataTable_76' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __NameProperty_77) == 0x000018, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__NameProperty_77' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __EnumProperty_78) == 0x000020, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__EnumProperty_78' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __Class_79) == 0x000028, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__Class_79' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __DataTable_80) == 0x000030, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__DataTable_80' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __NameProperty_81) == 0x000038, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__NameProperty_81' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_82) == 0x000040, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_82' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __EnumProperty_83) == 0x000048, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__EnumProperty_83' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __EnumProperty_84) == 0x000049, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__EnumProperty_84' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __Class_85) == 0x000050, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__Class_85' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __CurveFloat_86) == 0x000058, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__CurveFloat_86' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __EnumProperty_87) == 0x000060, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__EnumProperty_87' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __BlendProfile_88) == 0x000068, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__BlendProfile_88' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __FloatProperty_89) == 0x000070, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__FloatProperty_89' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __FloatProperty_90) == 0x000074, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__FloatProperty_90' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __StructProperty_91) == 0x000078, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__StructProperty_91' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __FloatProperty_92) == 0x0000A4, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__FloatProperty_92' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __BoolProperty_93) == 0x0000A8, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__BoolProperty_93' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __EnumProperty_94) == 0x0000A9, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__EnumProperty_94' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __ByteProperty_95) == 0x0000AA, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__ByteProperty_95' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __DataTable_96) == 0x0000B0, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__DataTable_96' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __NameProperty_97) == 0x0000B8, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__NameProperty_97' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __NameProperty_98) == 0x0000C0, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__NameProperty_98' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __NameProperty_99) == 0x0000C8, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__NameProperty_99' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __NameProperty_100) == 0x0000D0, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__NameProperty_100' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __StructProperty_101) == 0x0000D8, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__StructProperty_101' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __NameProperty_102) == 0x0000F8, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__NameProperty_102' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, __NameProperty_103) == 0x000100, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::__NameProperty_103' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000108, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000188, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x0001C8, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x0001F8, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000228, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000258, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000288, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x0002B8, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x0002E8, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000318, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000348, "Member 'ABP_LL_EnvironmentalMelee_Table::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Table_C_AnimGraph \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Table_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Table_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Table_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_EnvironmentalMelee_Table_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_EnvironmentalMelee_Table_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttack_Layer \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttack_Layer) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttack_Layer"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttack_Layer) == 0x000010, "Wrong size on ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttack_Layer"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttack_Layer, EnvironmentalAttack_Layer_0) == 0x000000, "Member 'ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttack_Layer::EnvironmentalAttack_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttackReact_Layer \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttackReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttackReact_Layer"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttackReact_Layer) == 0x000010, "Wrong size on ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttackReact_Layer"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttackReact_Layer, EnvironmentalAttackReact_Layer_0) == 0x000000, "Member 'ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalAttackReact_Layer::EnvironmentalAttackReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalHazardReact_Layer \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalHazardReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalHazardReact_Layer"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalHazardReact_Layer) == 0x000010, "Wrong size on ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalHazardReact_Layer"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalHazardReact_Layer, EnvironmentalHazardReact_Layer_0) == 0x000000, "Member 'ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalHazardReact_Layer::EnvironmentalHazardReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedown_Layer \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedown_Layer) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedown_Layer"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedown_Layer) == 0x000010, "Wrong size on ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedown_Layer"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedown_Layer, EnvironmentalTakedown_Layer_0) == 0x000000, "Member 'ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedown_Layer::EnvironmentalTakedown_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedownReact_Layer \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedownReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedownReact_Layer) == 0x000010, "Wrong size on ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedownReact_Layer, EnvironmentalTakedownReact_Layer_0) == 0x000000, "Member 'ABP_LL_EnvironmentalMelee_Table_C_EnvironmentalTakedownReact_Layer::EnvironmentalTakedownReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_EnvironmentalMelee_Table_C \ +static_assert(alignof(UABP_LL_EnvironmentalMelee_Table_C) == 0x000010, "Wrong alignment on UABP_LL_EnvironmentalMelee_Table_C"); \ +static_assert(sizeof(UABP_LL_EnvironmentalMelee_Table_C) == 0x000630, "Wrong size on UABP_LL_EnvironmentalMelee_Table_C"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Table_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_EnvironmentalMelee_Table_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Table_C, AnimBlueprintExtension_Base) == 0x0003F8, "Member 'UABP_LL_EnvironmentalMelee_Table_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Table_C, AnimGraphNode_Root_5) == 0x000400, "Member 'UABP_LL_EnvironmentalMelee_Table_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Table_C, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x000420, "Member 'UABP_LL_EnvironmentalMelee_Table_C::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Table_C, AnimGraphNode_Root_4) == 0x000498, "Member 'UABP_LL_EnvironmentalMelee_Table_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Table_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x0004B8, "Member 'UABP_LL_EnvironmentalMelee_Table_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Table_C, AnimGraphNode_Root_3) == 0x000530, "Member 'UABP_LL_EnvironmentalMelee_Table_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Table_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000550, "Member 'UABP_LL_EnvironmentalMelee_Table_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Table_C, AnimGraphNode_Root_2) == 0x0005C8, "Member 'UABP_LL_EnvironmentalMelee_Table_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Table_C, AnimGraphNode_Root_1) == 0x0005E8, "Member 'UABP_LL_EnvironmentalMelee_Table_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Table_C, AnimGraphNode_Root) == 0x000608, "Member 'UABP_LL_EnvironmentalMelee_Table_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FElementID \ +static_assert(alignof(FElementID) == 0x000004, "Wrong alignment on FElementID"); \ +static_assert(sizeof(FElementID) == 0x000004, "Wrong size on FElementID"); \ +static_assert(offsetof(FElementID, IDValue) == 0x000000, "Member 'FElementID::IDValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexID \ +static_assert(alignof(FVertexID) == 0x000004, "Wrong alignment on FVertexID"); \ +static_assert(sizeof(FVertexID) == 0x000004, "Wrong size on FVertexID"); \ + +#define DUMPER7_ASSERTS_FVertexInstanceID \ +static_assert(alignof(FVertexInstanceID) == 0x000004, "Wrong alignment on FVertexInstanceID"); \ +static_assert(sizeof(FVertexInstanceID) == 0x000004, "Wrong size on FVertexInstanceID"); \ + +#define DUMPER7_ASSERTS_FEdgeID \ +static_assert(alignof(FEdgeID) == 0x000004, "Wrong alignment on FEdgeID"); \ +static_assert(sizeof(FEdgeID) == 0x000004, "Wrong size on FEdgeID"); \ + +#define DUMPER7_ASSERTS_FUVID \ +static_assert(alignof(FUVID) == 0x000004, "Wrong alignment on FUVID"); \ +static_assert(sizeof(FUVID) == 0x000004, "Wrong size on FUVID"); \ + +#define DUMPER7_ASSERTS_FTriangleID \ +static_assert(alignof(FTriangleID) == 0x000004, "Wrong alignment on FTriangleID"); \ +static_assert(sizeof(FTriangleID) == 0x000004, "Wrong size on FTriangleID"); \ + +#define DUMPER7_ASSERTS_FPolygonGroupID \ +static_assert(alignof(FPolygonGroupID) == 0x000004, "Wrong alignment on FPolygonGroupID"); \ +static_assert(sizeof(FPolygonGroupID) == 0x000004, "Wrong size on FPolygonGroupID"); \ + +#define DUMPER7_ASSERTS_FPolygonID \ +static_assert(alignof(FPolygonID) == 0x000004, "Wrong alignment on FPolygonID"); \ +static_assert(sizeof(FPolygonID) == 0x000004, "Wrong size on FPolygonID"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ComputePolygonTriangulation \ +static_assert(alignof(MeshDescriptionBase_ComputePolygonTriangulation) == 0x000004, "Wrong alignment on MeshDescriptionBase_ComputePolygonTriangulation"); \ +static_assert(sizeof(MeshDescriptionBase_ComputePolygonTriangulation) == 0x000004, "Wrong size on MeshDescriptionBase_ComputePolygonTriangulation"); \ +static_assert(offsetof(MeshDescriptionBase_ComputePolygonTriangulation, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_ComputePolygonTriangulation::PolygonID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateEdge \ +static_assert(alignof(MeshDescriptionBase_CreateEdge) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateEdge"); \ +static_assert(sizeof(MeshDescriptionBase_CreateEdge) == 0x00000C, "Wrong size on MeshDescriptionBase_CreateEdge"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdge, VertexID0) == 0x000000, "Member 'MeshDescriptionBase_CreateEdge::VertexID0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdge, VertexID1) == 0x000004, "Member 'MeshDescriptionBase_CreateEdge::VertexID1' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdge, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_CreateEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateEdgeWithID \ +static_assert(alignof(MeshDescriptionBase_CreateEdgeWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateEdgeWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreateEdgeWithID) == 0x00000C, "Wrong size on MeshDescriptionBase_CreateEdgeWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdgeWithID, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_CreateEdgeWithID::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdgeWithID, VertexID0) == 0x000004, "Member 'MeshDescriptionBase_CreateEdgeWithID::VertexID0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateEdgeWithID, VertexID1) == 0x000008, "Member 'MeshDescriptionBase_CreateEdgeWithID::VertexID1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygon \ +static_assert(alignof(MeshDescriptionBase_CreatePolygon) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreatePolygon"); \ +static_assert(sizeof(MeshDescriptionBase_CreatePolygon) == 0x000030, "Wrong size on MeshDescriptionBase_CreatePolygon"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygon, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygon::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygon, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreatePolygon::VertexInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygon, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreatePolygon::NewEdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygon, ReturnValue) == 0x000028, "Member 'MeshDescriptionBase_CreatePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygonGroup \ +static_assert(alignof(MeshDescriptionBase_CreatePolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreatePolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_CreatePolygonGroup) == 0x000004, "Wrong size on MeshDescriptionBase_CreatePolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonGroup, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygonGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygonGroupWithID \ +static_assert(alignof(MeshDescriptionBase_CreatePolygonGroupWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreatePolygonGroupWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreatePolygonGroupWithID) == 0x000004, "Wrong size on MeshDescriptionBase_CreatePolygonGroupWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonGroupWithID, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygonGroupWithID::PolygonGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreatePolygonWithID \ +static_assert(alignof(MeshDescriptionBase_CreatePolygonWithID) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreatePolygonWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreatePolygonWithID) == 0x000028, "Wrong size on MeshDescriptionBase_CreatePolygonWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_CreatePolygonWithID::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, PolygonGroupID) == 0x000004, "Member 'MeshDescriptionBase_CreatePolygonWithID::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreatePolygonWithID::VertexInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreatePolygonWithID, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreatePolygonWithID::NewEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateTriangle \ +static_assert(alignof(MeshDescriptionBase_CreateTriangle) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreateTriangle"); \ +static_assert(sizeof(MeshDescriptionBase_CreateTriangle) == 0x000030, "Wrong size on MeshDescriptionBase_CreateTriangle"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangle, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_CreateTriangle::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangle, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreateTriangle::VertexInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangle, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreateTriangle::NewEdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangle, ReturnValue) == 0x000028, "Member 'MeshDescriptionBase_CreateTriangle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateTriangleWithID \ +static_assert(alignof(MeshDescriptionBase_CreateTriangleWithID) == 0x000008, "Wrong alignment on MeshDescriptionBase_CreateTriangleWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreateTriangleWithID) == 0x000028, "Wrong size on MeshDescriptionBase_CreateTriangleWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_CreateTriangleWithID::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, PolygonGroupID) == 0x000004, "Member 'MeshDescriptionBase_CreateTriangleWithID::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_CreateTriangleWithID::VertexInstanceIDs' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateTriangleWithID, NewEdgeIDs) == 0x000018, "Member 'MeshDescriptionBase_CreateTriangleWithID::NewEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertex \ +static_assert(alignof(MeshDescriptionBase_CreateVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertex"); \ +static_assert(sizeof(MeshDescriptionBase_CreateVertex) == 0x000004, "Wrong size on MeshDescriptionBase_CreateVertex"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertex, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_CreateVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertexInstance \ +static_assert(alignof(MeshDescriptionBase_CreateVertexInstance) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertexInstance"); \ +static_assert(sizeof(MeshDescriptionBase_CreateVertexInstance) == 0x000008, "Wrong size on MeshDescriptionBase_CreateVertexInstance"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexInstance, VertexID) == 0x000000, "Member 'MeshDescriptionBase_CreateVertexInstance::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexInstance, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_CreateVertexInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertexInstanceWithID \ +static_assert(alignof(MeshDescriptionBase_CreateVertexInstanceWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertexInstanceWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreateVertexInstanceWithID) == 0x000008, "Wrong size on MeshDescriptionBase_CreateVertexInstanceWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexInstanceWithID, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_CreateVertexInstanceWithID::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexInstanceWithID, VertexID) == 0x000004, "Member 'MeshDescriptionBase_CreateVertexInstanceWithID::VertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_CreateVertexWithID \ +static_assert(alignof(MeshDescriptionBase_CreateVertexWithID) == 0x000004, "Wrong alignment on MeshDescriptionBase_CreateVertexWithID"); \ +static_assert(sizeof(MeshDescriptionBase_CreateVertexWithID) == 0x000004, "Wrong size on MeshDescriptionBase_CreateVertexWithID"); \ +static_assert(offsetof(MeshDescriptionBase_CreateVertexWithID, VertexID) == 0x000000, "Member 'MeshDescriptionBase_CreateVertexWithID::VertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteEdge \ +static_assert(alignof(MeshDescriptionBase_DeleteEdge) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeleteEdge"); \ +static_assert(sizeof(MeshDescriptionBase_DeleteEdge) == 0x000018, "Wrong size on MeshDescriptionBase_DeleteEdge"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteEdge, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_DeleteEdge::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteEdge, OrphanedVertices) == 0x000008, "Member 'MeshDescriptionBase_DeleteEdge::OrphanedVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeletePolygon \ +static_assert(alignof(MeshDescriptionBase_DeletePolygon) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeletePolygon"); \ +static_assert(sizeof(MeshDescriptionBase_DeletePolygon) == 0x000038, "Wrong size on MeshDescriptionBase_DeletePolygon"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygon, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_DeletePolygon::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygon, OrphanedEdges) == 0x000008, "Member 'MeshDescriptionBase_DeletePolygon::OrphanedEdges' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygon, OrphanedVertexInstances) == 0x000018, "Member 'MeshDescriptionBase_DeletePolygon::OrphanedVertexInstances' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygon, OrphanedPolygonGroups) == 0x000028, "Member 'MeshDescriptionBase_DeletePolygon::OrphanedPolygonGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeletePolygonGroup \ +static_assert(alignof(MeshDescriptionBase_DeletePolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_DeletePolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_DeletePolygonGroup) == 0x000004, "Wrong size on MeshDescriptionBase_DeletePolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_DeletePolygonGroup, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_DeletePolygonGroup::PolygonGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteTriangle \ +static_assert(alignof(MeshDescriptionBase_DeleteTriangle) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeleteTriangle"); \ +static_assert(sizeof(MeshDescriptionBase_DeleteTriangle) == 0x000038, "Wrong size on MeshDescriptionBase_DeleteTriangle"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_DeleteTriangle::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, OrphanedEdges) == 0x000008, "Member 'MeshDescriptionBase_DeleteTriangle::OrphanedEdges' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, OrphanedVertexInstances) == 0x000018, "Member 'MeshDescriptionBase_DeleteTriangle::OrphanedVertexInstances' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteTriangle, OrphanedPolygonGroupsPtr) == 0x000028, "Member 'MeshDescriptionBase_DeleteTriangle::OrphanedPolygonGroupsPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteVertex \ +static_assert(alignof(MeshDescriptionBase_DeleteVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_DeleteVertex"); \ +static_assert(sizeof(MeshDescriptionBase_DeleteVertex) == 0x000004, "Wrong size on MeshDescriptionBase_DeleteVertex"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteVertex, VertexID) == 0x000000, "Member 'MeshDescriptionBase_DeleteVertex::VertexID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_DeleteVertexInstance \ +static_assert(alignof(MeshDescriptionBase_DeleteVertexInstance) == 0x000008, "Wrong alignment on MeshDescriptionBase_DeleteVertexInstance"); \ +static_assert(sizeof(MeshDescriptionBase_DeleteVertexInstance) == 0x000018, "Wrong size on MeshDescriptionBase_DeleteVertexInstance"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteVertexInstance, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_DeleteVertexInstance::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_DeleteVertexInstance, OrphanedVertices) == 0x000008, "Member 'MeshDescriptionBase_DeleteVertexInstance::OrphanedVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewEdges \ +static_assert(alignof(MeshDescriptionBase_ReserveNewEdges) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewEdges"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewEdges) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewEdges"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewEdges, NumberOfNewEdges) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewEdges::NumberOfNewEdges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewPolygonGroups \ +static_assert(alignof(MeshDescriptionBase_ReserveNewPolygonGroups) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewPolygonGroups"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewPolygonGroups) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewPolygonGroups"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewPolygonGroups, NumberOfNewPolygonGroups) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewPolygonGroups::NumberOfNewPolygonGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewPolygons \ +static_assert(alignof(MeshDescriptionBase_ReserveNewPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewPolygons) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewPolygons, NumberOfNewPolygons) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewPolygons::NumberOfNewPolygons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewTriangles \ +static_assert(alignof(MeshDescriptionBase_ReserveNewTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewTriangles) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewTriangles, NumberOfNewTriangles) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewTriangles::NumberOfNewTriangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewVertexInstances \ +static_assert(alignof(MeshDescriptionBase_ReserveNewVertexInstances) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewVertexInstances) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewVertexInstances, NumberOfNewVertexInstances) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewVertexInstances::NumberOfNewVertexInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReserveNewVertices \ +static_assert(alignof(MeshDescriptionBase_ReserveNewVertices) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReserveNewVertices"); \ +static_assert(sizeof(MeshDescriptionBase_ReserveNewVertices) == 0x000004, "Wrong size on MeshDescriptionBase_ReserveNewVertices"); \ +static_assert(offsetof(MeshDescriptionBase_ReserveNewVertices, NumberOfNewVertices) == 0x000000, "Member 'MeshDescriptionBase_ReserveNewVertices::NumberOfNewVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_ReversePolygonFacing \ +static_assert(alignof(MeshDescriptionBase_ReversePolygonFacing) == 0x000004, "Wrong alignment on MeshDescriptionBase_ReversePolygonFacing"); \ +static_assert(sizeof(MeshDescriptionBase_ReversePolygonFacing) == 0x000004, "Wrong size on MeshDescriptionBase_ReversePolygonFacing"); \ +static_assert(offsetof(MeshDescriptionBase_ReversePolygonFacing, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_ReversePolygonFacing::PolygonID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_SetPolygonPolygonGroup \ +static_assert(alignof(MeshDescriptionBase_SetPolygonPolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_SetPolygonPolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_SetPolygonPolygonGroup) == 0x000008, "Wrong size on MeshDescriptionBase_SetPolygonPolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonPolygonGroup, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_SetPolygonPolygonGroup::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonPolygonGroup, PolygonGroupID) == 0x000004, "Member 'MeshDescriptionBase_SetPolygonPolygonGroup::PolygonGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_SetPolygonVertexInstances \ +static_assert(alignof(MeshDescriptionBase_SetPolygonVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_SetPolygonVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_SetPolygonVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_SetPolygonVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstances, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_SetPolygonVertexInstances::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_SetPolygonVertexInstances, VertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_SetPolygonVertexInstances::VertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_SetVertexPosition \ +static_assert(alignof(MeshDescriptionBase_SetVertexPosition) == 0x000008, "Wrong alignment on MeshDescriptionBase_SetVertexPosition"); \ +static_assert(sizeof(MeshDescriptionBase_SetVertexPosition) == 0x000020, "Wrong size on MeshDescriptionBase_SetVertexPosition"); \ +static_assert(offsetof(MeshDescriptionBase_SetVertexPosition, VertexID) == 0x000000, "Member 'MeshDescriptionBase_SetVertexPosition::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_SetVertexPosition, position) == 0x000008, "Member 'MeshDescriptionBase_SetVertexPosition::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetEdgeConnectedPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetEdgeConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeConnectedPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetEdgeConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedPolygons, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeConnectedPolygons::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetEdgeConnectedTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetEdgeConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeConnectedTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetEdgeConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedTriangles, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeConnectedTriangles::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeConnectedTriangles, OutConnectedTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeConnectedTriangles::OutConnectedTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeCount \ +static_assert(alignof(MeshDescriptionBase_GetEdgeCount) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetEdgeCount"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeCount) == 0x000004, "Wrong size on MeshDescriptionBase_GetEdgeCount"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeCount, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeVertex \ +static_assert(alignof(MeshDescriptionBase_GetEdgeVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetEdgeVertex"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeVertex) == 0x00000C, "Wrong size on MeshDescriptionBase_GetEdgeVertex"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertex, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeVertex::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertex, VertexNumber) == 0x000004, "Member 'MeshDescriptionBase_GetEdgeVertex::VertexNumber' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertex, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetEdgeVertices \ +static_assert(alignof(MeshDescriptionBase_GetEdgeVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetEdgeVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetEdgeVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetEdgeVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertices, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetEdgeVertices::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetEdgeVertices, OutVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetEdgeVertices::OutVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumEdgeConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetNumEdgeConnectedPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumEdgeConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumEdgeConnectedPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumEdgeConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedPolygons, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetNumEdgeConnectedPolygons::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumEdgeConnectedPolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumEdgeConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetNumEdgeConnectedTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumEdgeConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumEdgeConnectedTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumEdgeConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedTriangles, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_GetNumEdgeConnectedTriangles::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumEdgeConnectedTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumEdgeConnectedTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonGroupPolygons \ +static_assert(alignof(MeshDescriptionBase_GetNumPolygonGroupPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonGroupPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumPolygonGroupPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonGroupPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonGroupPolygons, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonGroupPolygons::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonGroupPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonGroupPolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonInternalEdges \ +static_assert(alignof(MeshDescriptionBase_GetNumPolygonInternalEdges) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonInternalEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumPolygonInternalEdges) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonInternalEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonInternalEdges, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonInternalEdges::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonInternalEdges, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonInternalEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonTriangles \ +static_assert(alignof(MeshDescriptionBase_GetNumPolygonTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumPolygonTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonTriangles, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonTriangles::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumPolygonVertices \ +static_assert(alignof(MeshDescriptionBase_GetNumPolygonVertices) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumPolygonVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumPolygonVertices) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumPolygonVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonVertices, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetNumPolygonVertices::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumPolygonVertices, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumPolygonVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexConnectedEdges \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexConnectedEdges) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexConnectedEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexConnectedEdges) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexConnectedEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedEdges, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexConnectedEdges::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedEdges, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexConnectedEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexConnectedPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexConnectedPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedPolygons, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexConnectedPolygons::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexConnectedPolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexConnectedTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexConnectedTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedTriangles, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexConnectedTriangles::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexConnectedTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexConnectedTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedPolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexInstanceConnectedTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetNumVertexVertexInstances \ +static_assert(alignof(MeshDescriptionBase_GetNumVertexVertexInstances) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetNumVertexVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_GetNumVertexVertexInstances) == 0x000008, "Wrong size on MeshDescriptionBase_GetNumVertexVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexVertexInstances, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetNumVertexVertexInstances::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetNumVertexVertexInstances, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetNumVertexVertexInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonAdjacentPolygons \ +static_assert(alignof(MeshDescriptionBase_GetPolygonAdjacentPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonAdjacentPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonAdjacentPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonAdjacentPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonAdjacentPolygons, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonAdjacentPolygons::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonAdjacentPolygons, OutPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonAdjacentPolygons::OutPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonCount \ +static_assert(alignof(MeshDescriptionBase_GetPolygonCount) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetPolygonCount"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonCount) == 0x000004, "Wrong size on MeshDescriptionBase_GetPolygonCount"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonCount, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonGroupCount \ +static_assert(alignof(MeshDescriptionBase_GetPolygonGroupCount) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetPolygonGroupCount"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonGroupCount) == 0x000004, "Wrong size on MeshDescriptionBase_GetPolygonGroupCount"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonGroupCount, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonGroupCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonGroupPolygons \ +static_assert(alignof(MeshDescriptionBase_GetPolygonGroupPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonGroupPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonGroupPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonGroupPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonGroupPolygons, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonGroupPolygons::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonGroupPolygons, OutPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonGroupPolygons::OutPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonInternalEdges \ +static_assert(alignof(MeshDescriptionBase_GetPolygonInternalEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonInternalEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonInternalEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonInternalEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonInternalEdges, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonInternalEdges::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonInternalEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonInternalEdges::OutEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonPerimeterEdges \ +static_assert(alignof(MeshDescriptionBase_GetPolygonPerimeterEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonPerimeterEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonPerimeterEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonPerimeterEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonPerimeterEdges, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonPerimeterEdges::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonPerimeterEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonPerimeterEdges::OutEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonPolygonGroup \ +static_assert(alignof(MeshDescriptionBase_GetPolygonPolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetPolygonPolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonPolygonGroup) == 0x000008, "Wrong size on MeshDescriptionBase_GetPolygonPolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonPolygonGroup, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonPolygonGroup::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonPolygonGroup, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetPolygonPolygonGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonTriangles \ +static_assert(alignof(MeshDescriptionBase_GetPolygonTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonTriangles, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonTriangles::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonTriangles, OutTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonTriangles::OutTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonVertexInstances \ +static_assert(alignof(MeshDescriptionBase_GetPolygonVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonVertexInstances, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonVertexInstances::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonVertexInstances, OutVertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonVertexInstances::OutVertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetPolygonVertices \ +static_assert(alignof(MeshDescriptionBase_GetPolygonVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetPolygonVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetPolygonVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetPolygonVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonVertices, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetPolygonVertices::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetPolygonVertices, OutVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetPolygonVertices::OutVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleAdjacentTriangles \ +static_assert(alignof(MeshDescriptionBase_GetTriangleAdjacentTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleAdjacentTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleAdjacentTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleAdjacentTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleAdjacentTriangles, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleAdjacentTriangles::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleAdjacentTriangles, OutTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleAdjacentTriangles::OutTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleCount \ +static_assert(alignof(MeshDescriptionBase_GetTriangleCount) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTriangleCount"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleCount) == 0x000004, "Wrong size on MeshDescriptionBase_GetTriangleCount"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleCount, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleEdges \ +static_assert(alignof(MeshDescriptionBase_GetTriangleEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleEdges, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleEdges::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleEdges::OutEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTrianglePolygon \ +static_assert(alignof(MeshDescriptionBase_GetTrianglePolygon) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTrianglePolygon"); \ +static_assert(sizeof(MeshDescriptionBase_GetTrianglePolygon) == 0x000008, "Wrong size on MeshDescriptionBase_GetTrianglePolygon"); \ +static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygon, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTrianglePolygon::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygon, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetTrianglePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTrianglePolygonGroup \ +static_assert(alignof(MeshDescriptionBase_GetTrianglePolygonGroup) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTrianglePolygonGroup"); \ +static_assert(sizeof(MeshDescriptionBase_GetTrianglePolygonGroup) == 0x000008, "Wrong size on MeshDescriptionBase_GetTrianglePolygonGroup"); \ +static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygonGroup, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTrianglePolygonGroup::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTrianglePolygonGroup, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetTrianglePolygonGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleVertexInstance \ +static_assert(alignof(MeshDescriptionBase_GetTriangleVertexInstance) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetTriangleVertexInstance"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleVertexInstance) == 0x00000C, "Wrong size on MeshDescriptionBase_GetTriangleVertexInstance"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstance, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleVertexInstance::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstance, Index_0) == 0x000004, "Member 'MeshDescriptionBase_GetTriangleVertexInstance::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstance, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleVertexInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleVertexInstances \ +static_assert(alignof(MeshDescriptionBase_GetTriangleVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstances, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleVertexInstances::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertexInstances, OutVertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleVertexInstances::OutVertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetTriangleVertices \ +static_assert(alignof(MeshDescriptionBase_GetTriangleVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetTriangleVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetTriangleVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetTriangleVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertices, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetTriangleVertices::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetTriangleVertices, OutVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetTriangleVertices::OutVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexAdjacentVertices \ +static_assert(alignof(MeshDescriptionBase_GetVertexAdjacentVertices) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexAdjacentVertices"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexAdjacentVertices) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexAdjacentVertices"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexAdjacentVertices, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexAdjacentVertices::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexAdjacentVertices, OutAdjacentVertexIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexAdjacentVertices::OutAdjacentVertexIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexConnectedEdges \ +static_assert(alignof(MeshDescriptionBase_GetVertexConnectedEdges) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexConnectedEdges"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexConnectedEdges) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexConnectedEdges"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedEdges, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexConnectedEdges::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedEdges, OutEdgeIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexConnectedEdges::OutEdgeIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetVertexConnectedPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexConnectedPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedPolygons, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexConnectedPolygons::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetVertexConnectedTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexConnectedTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedTriangles, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexConnectedTriangles::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexConnectedTriangles, OutConnectedTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexConnectedTriangles::OutConnectedTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexCount \ +static_assert(alignof(MeshDescriptionBase_GetVertexCount) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexCount"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexCount) == 0x000004, "Wrong size on MeshDescriptionBase_GetVertexCount"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexCount, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_GetVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceConnectedPolygons \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceConnectedPolygons"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexInstanceConnectedPolygons"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedPolygons::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedPolygons, OutConnectedPolygonIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedPolygons::OutConnectedPolygonIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceConnectedTriangles \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceConnectedTriangles"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexInstanceConnectedTriangles"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedTriangles::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceConnectedTriangles, OutConnectedTriangleIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceConnectedTriangles::OutConnectedTriangleIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceCount \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceCount) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceCount"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceCount) == 0x000004, "Wrong size on MeshDescriptionBase_GetVertexInstanceCount"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceCount, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceForPolygonVertex \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceForPolygonVertex"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexInstanceForPolygonVertex"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceForPolygonVertex::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex, VertexID) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstanceForPolygonVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForPolygonVertex, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceForPolygonVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceForTriangleVertex \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceForTriangleVertex"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexInstanceForTriangleVertex"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceForTriangleVertex::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex, VertexID) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstanceForTriangleVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceForTriangleVertex, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstanceForTriangleVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstancePairEdge \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstancePairEdge) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstancePairEdge"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstancePairEdge) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexInstancePairEdge"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstancePairEdge, VertexInstanceID0) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstancePairEdge::VertexInstanceID0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstancePairEdge, VertexInstanceID1) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstancePairEdge::VertexInstanceID1' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstancePairEdge, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexInstancePairEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexInstanceVertex \ +static_assert(alignof(MeshDescriptionBase_GetVertexInstanceVertex) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexInstanceVertex"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexInstanceVertex) == 0x000008, "Wrong size on MeshDescriptionBase_GetVertexInstanceVertex"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceVertex, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexInstanceVertex::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexInstanceVertex, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_GetVertexInstanceVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexPairEdge \ +static_assert(alignof(MeshDescriptionBase_GetVertexPairEdge) == 0x000004, "Wrong alignment on MeshDescriptionBase_GetVertexPairEdge"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexPairEdge) == 0x00000C, "Wrong size on MeshDescriptionBase_GetVertexPairEdge"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPairEdge, VertexID0) == 0x000000, "Member 'MeshDescriptionBase_GetVertexPairEdge::VertexID0' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPairEdge, VertexID1) == 0x000004, "Member 'MeshDescriptionBase_GetVertexPairEdge::VertexID1' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPairEdge, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexPairEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexPosition \ +static_assert(alignof(MeshDescriptionBase_GetVertexPosition) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexPosition"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexPosition) == 0x000020, "Wrong size on MeshDescriptionBase_GetVertexPosition"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPosition, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexPosition::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexPosition, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_GetVertexPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_GetVertexVertexInstances \ +static_assert(alignof(MeshDescriptionBase_GetVertexVertexInstances) == 0x000008, "Wrong alignment on MeshDescriptionBase_GetVertexVertexInstances"); \ +static_assert(sizeof(MeshDescriptionBase_GetVertexVertexInstances) == 0x000018, "Wrong size on MeshDescriptionBase_GetVertexVertexInstances"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexVertexInstances, VertexID) == 0x000000, "Member 'MeshDescriptionBase_GetVertexVertexInstances::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_GetVertexVertexInstances, OutVertexInstanceIDs) == 0x000008, "Member 'MeshDescriptionBase_GetVertexVertexInstances::OutVertexInstanceIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsEdgeInternal \ +static_assert(alignof(MeshDescriptionBase_IsEdgeInternal) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsEdgeInternal"); \ +static_assert(sizeof(MeshDescriptionBase_IsEdgeInternal) == 0x000008, "Wrong size on MeshDescriptionBase_IsEdgeInternal"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternal, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_IsEdgeInternal::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternal, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsEdgeInternal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsEdgeInternalToPolygon \ +static_assert(alignof(MeshDescriptionBase_IsEdgeInternalToPolygon) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsEdgeInternalToPolygon"); \ +static_assert(sizeof(MeshDescriptionBase_IsEdgeInternalToPolygon) == 0x00000C, "Wrong size on MeshDescriptionBase_IsEdgeInternalToPolygon"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternalToPolygon, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_IsEdgeInternalToPolygon::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternalToPolygon, PolygonID) == 0x000004, "Member 'MeshDescriptionBase_IsEdgeInternalToPolygon::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeInternalToPolygon, ReturnValue) == 0x000008, "Member 'MeshDescriptionBase_IsEdgeInternalToPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsEdgeValid \ +static_assert(alignof(MeshDescriptionBase_IsEdgeValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsEdgeValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsEdgeValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsEdgeValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeValid, EdgeID) == 0x000000, "Member 'MeshDescriptionBase_IsEdgeValid::EdgeID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsEdgeValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsEdgeValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsEmpty \ +static_assert(alignof(MeshDescriptionBase_IsEmpty) == 0x000001, "Wrong alignment on MeshDescriptionBase_IsEmpty"); \ +static_assert(sizeof(MeshDescriptionBase_IsEmpty) == 0x000001, "Wrong size on MeshDescriptionBase_IsEmpty"); \ +static_assert(offsetof(MeshDescriptionBase_IsEmpty, ReturnValue) == 0x000000, "Member 'MeshDescriptionBase_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsPolygonGroupValid \ +static_assert(alignof(MeshDescriptionBase_IsPolygonGroupValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsPolygonGroupValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsPolygonGroupValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsPolygonGroupValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsPolygonGroupValid, PolygonGroupID) == 0x000000, "Member 'MeshDescriptionBase_IsPolygonGroupValid::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsPolygonGroupValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsPolygonGroupValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsPolygonValid \ +static_assert(alignof(MeshDescriptionBase_IsPolygonValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsPolygonValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsPolygonValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsPolygonValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsPolygonValid, PolygonID) == 0x000000, "Member 'MeshDescriptionBase_IsPolygonValid::PolygonID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsPolygonValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsPolygonValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsTrianglePartOfNgon \ +static_assert(alignof(MeshDescriptionBase_IsTrianglePartOfNgon) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsTrianglePartOfNgon"); \ +static_assert(sizeof(MeshDescriptionBase_IsTrianglePartOfNgon) == 0x000008, "Wrong size on MeshDescriptionBase_IsTrianglePartOfNgon"); \ +static_assert(offsetof(MeshDescriptionBase_IsTrianglePartOfNgon, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_IsTrianglePartOfNgon::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsTrianglePartOfNgon, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsTrianglePartOfNgon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsTriangleValid \ +static_assert(alignof(MeshDescriptionBase_IsTriangleValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsTriangleValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsTriangleValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsTriangleValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsTriangleValid, TriangleID) == 0x000000, "Member 'MeshDescriptionBase_IsTriangleValid::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsTriangleValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsTriangleValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsVertexInstanceValid \ +static_assert(alignof(MeshDescriptionBase_IsVertexInstanceValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsVertexInstanceValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsVertexInstanceValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsVertexInstanceValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexInstanceValid, VertexInstanceID) == 0x000000, "Member 'MeshDescriptionBase_IsVertexInstanceValid::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexInstanceValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsVertexInstanceValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsVertexOrphaned \ +static_assert(alignof(MeshDescriptionBase_IsVertexOrphaned) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsVertexOrphaned"); \ +static_assert(sizeof(MeshDescriptionBase_IsVertexOrphaned) == 0x000008, "Wrong size on MeshDescriptionBase_IsVertexOrphaned"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexOrphaned, VertexID) == 0x000000, "Member 'MeshDescriptionBase_IsVertexOrphaned::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexOrphaned, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsVertexOrphaned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshDescriptionBase_IsVertexValid \ +static_assert(alignof(MeshDescriptionBase_IsVertexValid) == 0x000004, "Wrong alignment on MeshDescriptionBase_IsVertexValid"); \ +static_assert(sizeof(MeshDescriptionBase_IsVertexValid) == 0x000008, "Wrong size on MeshDescriptionBase_IsVertexValid"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexValid, VertexID) == 0x000000, "Member 'MeshDescriptionBase_IsVertexValid::VertexID' has a wrong offset!"); \ +static_assert(offsetof(MeshDescriptionBase_IsVertexValid, ReturnValue) == 0x000004, "Member 'MeshDescriptionBase_IsVertexValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshDescriptionBase \ +static_assert(alignof(UMeshDescriptionBase) == 0x000008, "Wrong alignment on UMeshDescriptionBase"); \ +static_assert(sizeof(UMeshDescriptionBase) == 0x0002F0, "Wrong size on UMeshDescriptionBase"); \ + +#define DUMPER7_ASSERTS_UMeshDescriptionBaseBulkData \ +static_assert(alignof(UMeshDescriptionBaseBulkData) == 0x000008, "Wrong alignment on UMeshDescriptionBaseBulkData"); \ +static_assert(sizeof(UMeshDescriptionBaseBulkData) == 0x000028, "Wrong size on UMeshDescriptionBaseBulkData"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_BonusAPChanged \ +static_assert(alignof(BP_TutorialComponent_C_BonusAPChanged) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_BonusAPChanged"); \ +static_assert(sizeof(BP_TutorialComponent_C_BonusAPChanged) == 0x000008, "Wrong size on BP_TutorialComponent_C_BonusAPChanged"); \ +static_assert(offsetof(BP_TutorialComponent_C_BonusAPChanged, PreviousBonusActionPointsLeft) == 0x000000, "Member 'BP_TutorialComponent_C_BonusAPChanged::PreviousBonusActionPointsLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_BonusAPChanged, CurrentBonusActionPointsReserved) == 0x000004, "Member 'BP_TutorialComponent_C_BonusAPChanged::CurrentBonusActionPointsReserved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent \ +static_assert(alignof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent) == 0x000008, "Wrong alignment on BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent"); \ +static_assert(sizeof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent) == 0x000830, "Wrong size on BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, EntryPoint) == 0x000000, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateInt_ReturnValue) == 0x000004, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000009, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00000A, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanOR_ReturnValue_1) == 0x00000C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable) == 0x000010, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateInt_ReturnValue) == 0x000018, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable) == 0x000034, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue) == 0x00004C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_bValue_5) == 0x00004D, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_bValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_bool_Variable) == 0x00004E, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateNamedIntValue_ReturnValue) == 0x000050, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateNamedIntValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_1) == 0x000058, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_1) == 0x00005C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_2) == 0x000064, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x00006C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_3) == 0x000070, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_2) == 0x000078, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_4) == 0x00007C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_3) == 0x000084, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_5) == 0x000088, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_4) == 0x000090, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_5) == 0x000091, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000094, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_NewCount_9) == 0x0000A4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_NewCount_9' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_1) == 0x0000A8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue) == 0x0000B0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_2) == 0x0000B8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_NewCount_8) == 0x0000BC, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_NewCount_8' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000C0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_2) == 0x0000D0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue_1) == 0x0000D8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_3) == 0x0000E0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_bValue_4) == 0x0000E1, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_bValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000E4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_bool_Variable_1) == 0x0000F4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_6) == 0x0000F8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_7) == 0x000100, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_6) == 0x000108, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_7) == 0x000109, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_5) == 0x00010C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_NewCount_7) == 0x00011C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_NewCount_7' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_3) == 0x000120, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveInventoryItemCount_ReturnValue) == 0x000128, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_4) == 0x000130, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_NewCount_6) == 0x000134, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_NewCount_6' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_6) == 0x000138, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_4) == 0x000148, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveInventoryItemCount_ReturnValue_1) == 0x000150, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveInventoryItemCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_5) == 0x000158, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_NewCount_5) == 0x00015C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_NewCount_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_7) == 0x000160, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_5) == 0x000170, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObservePlayerInventoryItemCount_ReturnValue) == 0x000178, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObservePlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_6) == 0x000180, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_NewCount_4) == 0x000184, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_NewCount_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_8) == 0x000188, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_6) == 0x000198, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveInventoryItemCount_ReturnValue_2) == 0x0001A0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveInventoryItemCount_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_7) == 0x0001A8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_NewCount_3) == 0x0001AC, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_NewCount_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_9) == 0x0001B0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_7) == 0x0001C0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveInventoryItemCount_ReturnValue_3) == 0x0001C8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveInventoryItemCount_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_8) == 0x0001D0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_NewCount_2) == 0x0001D4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_NewCount_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_10) == 0x0001D8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_8) == 0x0001E8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveInventoryItemCount_ReturnValue_4) == 0x0001F0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveInventoryItemCount_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_9) == 0x0001F8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_NewCount_1) == 0x0001FC, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_NewCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_11) == 0x000200, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_9) == 0x000210, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue_2) == 0x000218, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_10) == 0x000220, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_8) == 0x000224, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_9) == 0x00022C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_8) == 0x000234, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_9) == 0x000235, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_10) == 0x000238, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_11) == 0x000240, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_10) == 0x000248, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_11) == 0x000249, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_12) == 0x00024C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_13) == 0x000254, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_12) == 0x00025C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_13) == 0x00025D, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_14) == 0x000260, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_15) == 0x000268, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_14) == 0x000270, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_15) == 0x000271, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_Value_3) == 0x000274, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_Value_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_12) == 0x000278, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_10) == 0x000288, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateInt_ReturnValue_1) == 0x000290, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_11) == 0x000298, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_bValue_3) == 0x000299, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_bValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_13) == 0x00029C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_bool_Variable_2) == 0x0002AC, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_16) == 0x0002B0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_17) == 0x0002B8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_16) == 0x0002C0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_17) == 0x0002C1, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_14) == 0x0002C4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_Value_2) == 0x0002D4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_11) == 0x0002D8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateInt_ReturnValue_2) == 0x0002E0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_12) == 0x0002E8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x0002E9, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_18) == 0x0002EC, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_19) == 0x0002F4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_18) == 0x0002FC, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_19) == 0x0002FD, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_20) == 0x000300, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_21) == 0x000308, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_20) == 0x000310, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_21) == 0x000311, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000318, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_15) == 0x000320, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_16) == 0x000330, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_NewCount) == 0x000340, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_12) == 0x000344, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue_3) == 0x000348, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_13) == 0x000350, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_Items) == 0x000358, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_Items' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_AddedItems) == 0x000368, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_AddedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_RemovedItems) == 0x000378, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_RemovedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_17) == 0x000388, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_22) == 0x000398, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_23) == 0x0003A8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_24) == 0x0003B8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_25) == 0x0003C8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_Array_Get_Item) == 0x0003D0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_22) == 0x000408, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000410, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_Array_Length_ReturnValue) == 0x000438, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00043C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_26) == 0x000440, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue) == 0x000448, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_27) == 0x00044C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_23) == 0x000454, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_28) == 0x000458, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_24) == 0x000460, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_25) == 0x000461, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_18) == 0x000464, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_Value_1) == 0x000474, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_int_Variable_13) == 0x000478, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_int_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateInt_ReturnValue_3) == 0x000480, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_14) == 0x000488, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x000489, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x00048A, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_EqualEqual_IntInt_ReturnValue_6) == 0x00048B, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_EqualEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_29) == 0x00048C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_30) == 0x000494, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_26) == 0x00049C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_27) == 0x00049D, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_1) == 0x00049E, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_2) == 0x00049F, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_3) == 0x0004A0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_4) == 0x0004A1, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_5) == 0x0004A2, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_6) == 0x0004A3, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_19) == 0x0004A4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_Value) == 0x0004B4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_31) == 0x0004D4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateNamedInt_ReturnValue) == 0x0004F8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_15) == 0x000500, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x000501, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_bValue_2) == 0x000502, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_bValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_20) == 0x000504, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_bool_Variable_3) == 0x000514, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_21) == 0x000518, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_bValue_1) == 0x000528, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_bValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_bool_Variable_4) == 0x000529, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_1) == 0x000530, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_16) == 0x000538, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_32) == 0x00053C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_33) == 0x000544, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_28) == 0x00054C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_29) == 0x00054D, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_22) == 0x000550, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000560, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_23) == 0x000568, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_24) == 0x000578, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_bValue) == 0x000588, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_bool_Variable_5) == 0x000589, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x00058A, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_7) == 0x00058B, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_8) == 0x00058C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_9) == 0x00058D, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_10) == 0x00058E, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_1) == 0x00058F, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_2) == 0x000590, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_11) == 0x000591, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_3) == 0x000592, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_4) == 0x000593, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_Value_4) == 0x000594, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_Value_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_5) == 0x000598, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_6) == 0x000599, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_7) == 0x00059A, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_34) == 0x00059C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_K2_SetTimer_ReturnValue) == 0x0005A8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_K2_SetTimer_ReturnValue_1) == 0x0005B0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_K2_SetTimer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_30) == 0x0005B8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_12) == 0x0005B9, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetPlayingInstance_ReturnValue) == 0x0005C0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_K2_SetTimer_ReturnValue_2) == 0x0005C8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_K2_SetTimer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_HealthComponent) == 0x0005D0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_Reason) == 0x0005D8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_K2_SetTimer_ReturnValue_3) == 0x0005E8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_K2_SetTimer_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_K2_SetTimer_ReturnValue_4) == 0x0005F0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_K2_SetTimer_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_8) == 0x0005F8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_13) == 0x0005F9, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_25) == 0x0005FC, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_14) == 0x00060C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_15) == 0x00060D, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_9) == 0x00060E, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_10) == 0x00060F, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_11) == 0x000610, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_16) == 0x000611, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_12) == 0x000612, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_17) == 0x000613, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_18) == 0x000614, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_19) == 0x000615, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_20) == 0x000616, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_35) == 0x000618, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_36) == 0x000620, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_31) == 0x000628, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_32) == 0x000629, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_21) == 0x00062A, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_22) == 0x00062B, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_23) == 0x00062C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_bool_Variable_6) == 0x00062D, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_13) == 0x00062E, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_24) == 0x00062F, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_25) == 0x000630, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_26) == 0x000631, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_27) == 0x000632, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_K2_SetTimer_ReturnValue_5) == 0x000638, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_K2_SetTimer_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_37) == 0x000640, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_38) == 0x000648, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_33) == 0x000650, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_34) == 0x000651, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_28) == 0x000652, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_29) == 0x000653, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_14) == 0x000654, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_30) == 0x000655, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_15) == 0x000656, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_31) == 0x000657, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_16) == 0x000658, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_32) == 0x000659, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_17) == 0x00065A, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_33) == 0x00065B, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_18) == 0x00065C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_34) == 0x00065D, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_19) == 0x00065E, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_35) == 0x00065F, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_20) == 0x000660, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_36) == 0x000661, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_21) == 0x000662, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_37) == 0x000663, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_39) == 0x000664, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_38) == 0x00066C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateBool_ReturnValue) == 0x000670, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000678, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_17) == 0x000680, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_26) == 0x000684, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_OnPlayerKO_TutorialShown) == 0x000694, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_OnPlayerKO_TutorialShown' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_40) == 0x000698, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_40' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_bValue_6) == 0x0006A0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_bValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateBool_ReturnValue_1) == 0x0006A8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_18) == 0x0006B0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_ActionPointsLeft) == 0x0006B4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_ActionPointsLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_ActionPointsReserved) == 0x0006B8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_ActionPointsReserved' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetPlayerController_ReturnValue) == 0x0006C0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x0006C8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_DynamicCast_bSuccess) == 0x0006D0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_41) == 0x0006D4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_41' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateBool_ReturnValue_2) == 0x0006E0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_MakeStruct_InventoryItemFilter) == 0x0006E8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_MakeStruct_InventoryItemFilter' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveInventory_ReturnValue) == 0x000790, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_19) == 0x000798, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_20) == 0x000799, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_22) == 0x00079A, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_27) == 0x00079C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_39) == 0x0007AC, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_40) == 0x0007AD, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_2) == 0x0007B0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_bool_Variable_7) == 0x0007B8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_41) == 0x0007B9, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_21) == 0x0007BA, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_42) == 0x0007BB, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_43) == 0x0007BC, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_bValue_7) == 0x0007BD, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_bValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CreateDelegate_OutputDelegate_28) == 0x0007C0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_42) == 0x0007D0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_42' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateBool_ReturnValue_3) == 0x0007D8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_22) == 0x0007E0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_43) == 0x0007E4, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_43' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue_23) == 0x0007EC, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_44) == 0x0007ED, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_ObserveWorldStateBool_ReturnValue_4) == 0x0007F0, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_ObserveWorldStateBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_45) == 0x0007F8, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_46) == 0x0007F9, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_IsValid_ReturnValue_23) == 0x0007FA, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_44) == 0x0007FC, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_44' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_35) == 0x000804, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_47) == 0x000805, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x000808, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateInt_ReturnValue_2) == 0x00080C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_AdrenalineComponent) == 0x000810, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_AdrenalineComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000818, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_48) == 0x000819, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_48' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, Temp_struct_Variable_45) == 0x00081C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::Temp_struct_Variable_45' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_PreviousBonusActionPointsLeft) == 0x000824, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_PreviousBonusActionPointsLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, K2Node_CustomEvent_CurrentBonusActionPointsReserved) == 0x000828, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::K2Node_CustomEvent_CurrentBonusActionPointsReserved' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_Less_IntInt_ReturnValue) == 0x00082C, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_GetWorldStateBool_ReturnValue_36) == 0x00082D, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_GetWorldStateBool_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent, CallFunc_BooleanAND_ReturnValue_49) == 0x00082E, "Member 'BP_TutorialComponent_C_ExecuteUbergraph_BP_TutorialComponent::CallFunc_BooleanAND_ReturnValue_49' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_On0APLeft \ +static_assert(alignof(BP_TutorialComponent_C_On0APLeft) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_On0APLeft"); \ +static_assert(sizeof(BP_TutorialComponent_C_On0APLeft) == 0x000010, "Wrong size on BP_TutorialComponent_C_On0APLeft"); \ +static_assert(offsetof(BP_TutorialComponent_C_On0APLeft, APLeft) == 0x000000, "Member 'BP_TutorialComponent_C_On0APLeft::APLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_On0APLeft, Temp_struct_Variable) == 0x000004, "Member 'BP_TutorialComponent_C_On0APLeft::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_On0APLeft, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TutorialComponent_C_On0APLeft::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_On0APLeft, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_TutorialComponent_C_On0APLeft::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_On0APLeft, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'BP_TutorialComponent_C_On0APLeft::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_On0APLeft, CallFunc_BooleanAND_ReturnValue) == 0x00000F, "Member 'BP_TutorialComponent_C_On0APLeft::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnActionPointsLeftChangedNotification_Event \ +static_assert(alignof(BP_TutorialComponent_C_OnActionPointsLeftChangedNotification_Event) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnActionPointsLeftChangedNotification_Event"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnActionPointsLeftChangedNotification_Event) == 0x000008, "Wrong size on BP_TutorialComponent_C_OnActionPointsLeftChangedNotification_Event"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnActionPointsLeftChangedNotification_Event, ActionPointsLeft) == 0x000000, "Member 'BP_TutorialComponent_C_OnActionPointsLeftChangedNotification_Event::ActionPointsLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnActionPointsLeftChangedNotification_Event, ActionPointsReserved) == 0x000004, "Member 'BP_TutorialComponent_C_OnActionPointsLeftChangedNotification_Event::ActionPointsReserved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnAdrenalineChanged_Event \ +static_assert(alignof(BP_TutorialComponent_C_OnAdrenalineChanged_Event) == 0x000008, "Wrong alignment on BP_TutorialComponent_C_OnAdrenalineChanged_Event"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnAdrenalineChanged_Event) == 0x000008, "Wrong size on BP_TutorialComponent_C_OnAdrenalineChanged_Event"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineChanged_Event, AdrenalineComponent) == 0x000000, "Member 'BP_TutorialComponent_C_OnAdrenalineChanged_Event::AdrenalineComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnAdrenalineFull \ +static_assert(alignof(BP_TutorialComponent_C_OnAdrenalineFull) == 0x000008, "Wrong alignment on BP_TutorialComponent_C_OnAdrenalineFull"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnAdrenalineFull) == 0x000040, "Wrong size on BP_TutorialComponent_C_OnAdrenalineFull"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, Target) == 0x000000, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, NewLocalVar) == 0x000008, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, Temp_struct_Variable) == 0x000010, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, CallFunc_GetAdrenalinePercent_ReturnValue) == 0x000018, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::CallFunc_GetAdrenalinePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x00001C, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, CallFunc_GetWorldStateBool_ReturnValue) == 0x00001D, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, CallFunc_Not_PreBool_ReturnValue) == 0x00001E, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, Temp_struct_Variable_1) == 0x000020, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, Temp_struct_Variable_2) == 0x000028, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000030, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, CallFunc_GetWorldStateBool_ReturnValue_2) == 0x000031, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::CallFunc_GetWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, CallFunc_IsPlayerInValidVehicle_HasValidVehicle) == 0x000032, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::CallFunc_IsPlayerInValidVehicle_HasValidVehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, CallFunc_IsPlayerInValidVehicle_bIsInVehicle) == 0x000033, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::CallFunc_IsPlayerInValidVehicle_bIsInVehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, CallFunc_Not_PreBool_ReturnValue_1) == 0x000034, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, CallFunc_BooleanAND_ReturnValue_1) == 0x000036, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnAdrenalineFull, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000038, "Member 'BP_TutorialComponent_C_OnAdrenalineFull::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnCarMagazinePickup \ +static_assert(alignof(BP_TutorialComponent_C_OnCarMagazinePickup) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnCarMagazinePickup"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnCarMagazinePickup) == 0x00001C, "Wrong size on BP_TutorialComponent_C_OnCarMagazinePickup"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCarMagazinePickup, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnCarMagazinePickup::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCarMagazinePickup, Temp_struct_Variable) == 0x000004, "Member 'BP_TutorialComponent_C_OnCarMagazinePickup::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCarMagazinePickup, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TutorialComponent_C_OnCarMagazinePickup::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCarMagazinePickup, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_TutorialComponent_C_OnCarMagazinePickup::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCarMagazinePickup, Temp_struct_Variable_1) == 0x000010, "Member 'BP_TutorialComponent_C_OnCarMagazinePickup::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCarMagazinePickup, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_TutorialComponent_C_OnCarMagazinePickup::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCarMagazinePickup, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000019, "Member 'BP_TutorialComponent_C_OnCarMagazinePickup::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCarMagazinePickup, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001A, "Member 'BP_TutorialComponent_C_OnCarMagazinePickup::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCarMagazinePickup, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_TutorialComponent_C_OnCarMagazinePickup::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnCombatMagazinePickup \ +static_assert(alignof(BP_TutorialComponent_C_OnCombatMagazinePickup) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnCombatMagazinePickup"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnCombatMagazinePickup) == 0x00001C, "Wrong size on BP_TutorialComponent_C_OnCombatMagazinePickup"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCombatMagazinePickup, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnCombatMagazinePickup::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCombatMagazinePickup, Temp_struct_Variable) == 0x000004, "Member 'BP_TutorialComponent_C_OnCombatMagazinePickup::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCombatMagazinePickup, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TutorialComponent_C_OnCombatMagazinePickup::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCombatMagazinePickup, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_TutorialComponent_C_OnCombatMagazinePickup::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCombatMagazinePickup, Temp_struct_Variable_1) == 0x000010, "Member 'BP_TutorialComponent_C_OnCombatMagazinePickup::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCombatMagazinePickup, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_TutorialComponent_C_OnCombatMagazinePickup::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCombatMagazinePickup, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000019, "Member 'BP_TutorialComponent_C_OnCombatMagazinePickup::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCombatMagazinePickup, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001A, "Member 'BP_TutorialComponent_C_OnCombatMagazinePickup::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnCombatMagazinePickup, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_TutorialComponent_C_OnCombatMagazinePickup::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnDailyStashFound \ +static_assert(alignof(BP_TutorialComponent_C_OnDailyStashFound) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnDailyStashFound"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnDailyStashFound) == 0x000010, "Wrong size on BP_TutorialComponent_C_OnDailyStashFound"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnDailyStashFound, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnDailyStashFound::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnDailyStashFound, Temp_struct_Variable) == 0x000004, "Member 'BP_TutorialComponent_C_OnDailyStashFound::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnDailyStashFound, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TutorialComponent_C_OnDailyStashFound::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnDailyStashFound, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_TutorialComponent_C_OnDailyStashFound::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnDailyStashFound, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'BP_TutorialComponent_C_OnDailyStashFound::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnDeath \ +static_assert(alignof(BP_TutorialComponent_C_OnDeath) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnDeath"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnDeath) == 0x000010, "Wrong size on BP_TutorialComponent_C_OnDeath"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnDeath, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnDeath::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnDeath, Temp_struct_Variable) == 0x000004, "Member 'BP_TutorialComponent_C_OnDeath::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnDeath, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TutorialComponent_C_OnDeath::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnDeath, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_TutorialComponent_C_OnDeath::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnDeath, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'BP_TutorialComponent_C_OnDeath::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnEnterCombat \ +static_assert(alignof(BP_TutorialComponent_C_OnEnterCombat) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnEnterCombat"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnEnterCombat) == 0x000018, "Wrong size on BP_TutorialComponent_C_OnEnterCombat"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnEnterCombat, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnEnterCombat::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnEnterCombat, Temp_struct_Variable_1) == 0x000008, "Member 'BP_TutorialComponent_C_OnEnterCombat::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnEnterCombat, CallFunc_GetWorldStateBool_ReturnValue) == 0x000010, "Member 'BP_TutorialComponent_C_OnEnterCombat::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnEnterCombat, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000011, "Member 'BP_TutorialComponent_C_OnEnterCombat::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnEnterCombat, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_TutorialComponent_C_OnEnterCombat::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnEnterCombat, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'BP_TutorialComponent_C_OnEnterCombat::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnEnterCombat, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_TutorialComponent_C_OnEnterCombat::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnEnterVehicle \ +static_assert(alignof(BP_TutorialComponent_C_OnEnterVehicle) == 0x000008, "Wrong alignment on BP_TutorialComponent_C_OnEnterVehicle"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnEnterVehicle) == 0x000010, "Wrong size on BP_TutorialComponent_C_OnEnterVehicle"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnEnterVehicle, Vehicle) == 0x000000, "Member 'BP_TutorialComponent_C_OnEnterVehicle::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnEnterVehicle, SeatId) == 0x000008, "Member 'BP_TutorialComponent_C_OnEnterVehicle::SeatId' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnEnterVehicle, DoorId) == 0x000009, "Member 'BP_TutorialComponent_C_OnEnterVehicle::DoorId' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnEnterVehicle, State) == 0x00000A, "Member 'BP_TutorialComponent_C_OnEnterVehicle::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnFindingParkedCar \ +static_assert(alignof(BP_TutorialComponent_C_OnFindingParkedCar) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnFindingParkedCar"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnFindingParkedCar) == 0x000018, "Wrong size on BP_TutorialComponent_C_OnFindingParkedCar"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFindingParkedCar, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnFindingParkedCar::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFindingParkedCar, Temp_struct_Variable_1) == 0x000008, "Member 'BP_TutorialComponent_C_OnFindingParkedCar::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFindingParkedCar, CallFunc_GetWorldStateBool_ReturnValue) == 0x000010, "Member 'BP_TutorialComponent_C_OnFindingParkedCar::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFindingParkedCar, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000011, "Member 'BP_TutorialComponent_C_OnFindingParkedCar::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFindingParkedCar, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_TutorialComponent_C_OnFindingParkedCar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFindingParkedCar, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'BP_TutorialComponent_C_OnFindingParkedCar::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFindingParkedCar, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_TutorialComponent_C_OnFindingParkedCar::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnFirstActivityCompleted \ +static_assert(alignof(BP_TutorialComponent_C_OnFirstActivityCompleted) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnFirstActivityCompleted"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnFirstActivityCompleted) == 0x00001C, "Wrong size on BP_TutorialComponent_C_OnFirstActivityCompleted"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstActivityCompleted, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnFirstActivityCompleted::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstActivityCompleted, Temp_struct_Variable_1) == 0x000008, "Member 'BP_TutorialComponent_C_OnFirstActivityCompleted::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstActivityCompleted, CallFunc_GetWorldStateBool_ReturnValue) == 0x000010, "Member 'BP_TutorialComponent_C_OnFirstActivityCompleted::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstActivityCompleted, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000011, "Member 'BP_TutorialComponent_C_OnFirstActivityCompleted::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstActivityCompleted, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_TutorialComponent_C_OnFirstActivityCompleted::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstActivityCompleted, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'BP_TutorialComponent_C_OnFirstActivityCompleted::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstActivityCompleted, CallFunc_GetWorldStateInt_ReturnValue) == 0x000014, "Member 'BP_TutorialComponent_C_OnFirstActivityCompleted::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstActivityCompleted, CallFunc_BooleanAND_ReturnValue) == 0x000018, "Member 'BP_TutorialComponent_C_OnFirstActivityCompleted::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstActivityCompleted, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000019, "Member 'BP_TutorialComponent_C_OnFirstActivityCompleted::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstActivityCompleted, CallFunc_BooleanAND_ReturnValue_1) == 0x00001A, "Member 'BP_TutorialComponent_C_OnFirstActivityCompleted::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnFirstDebtCollectorsEncountered \ +static_assert(alignof(BP_TutorialComponent_C_OnFirstDebtCollectorsEncountered) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnFirstDebtCollectorsEncountered"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnFirstDebtCollectorsEncountered) == 0x00000C, "Wrong size on BP_TutorialComponent_C_OnFirstDebtCollectorsEncountered"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstDebtCollectorsEncountered, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnFirstDebtCollectorsEncountered::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstDebtCollectorsEncountered, CallFunc_GetWorldStateBool_ReturnValue) == 0x000008, "Member 'BP_TutorialComponent_C_OnFirstDebtCollectorsEncountered::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstDebtCollectorsEncountered, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_TutorialComponent_C_OnFirstDebtCollectorsEncountered::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnFirstSleep \ +static_assert(alignof(BP_TutorialComponent_C_OnFirstSleep) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnFirstSleep"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnFirstSleep) == 0x000028, "Wrong size on BP_TutorialComponent_C_OnFirstSleep"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnFirstSleep::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, Temp_struct_Variable_1) == 0x000008, "Member 'BP_TutorialComponent_C_OnFirstSleep::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, CallFunc_GetWorldStateBool_ReturnValue) == 0x000010, "Member 'BP_TutorialComponent_C_OnFirstSleep::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000011, "Member 'BP_TutorialComponent_C_OnFirstSleep::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_TutorialComponent_C_OnFirstSleep::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'BP_TutorialComponent_C_OnFirstSleep::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, Temp_struct_Variable_2) == 0x000014, "Member 'BP_TutorialComponent_C_OnFirstSleep::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, CallFunc_BooleanAND_ReturnValue) == 0x00001C, "Member 'BP_TutorialComponent_C_OnFirstSleep::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, CallFunc_GetWorldStateInt_ReturnValue) == 0x000020, "Member 'BP_TutorialComponent_C_OnFirstSleep::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, CallFunc_GetWorldStateBool_ReturnValue_2) == 0x000024, "Member 'BP_TutorialComponent_C_OnFirstSleep::CallFunc_GetWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000025, "Member 'BP_TutorialComponent_C_OnFirstSleep::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, CallFunc_BooleanAND_ReturnValue_1) == 0x000026, "Member 'BP_TutorialComponent_C_OnFirstSleep::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstSleep, CallFunc_BooleanAND_ReturnValue_2) == 0x000027, "Member 'BP_TutorialComponent_C_OnFirstSleep::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnFirstStoryMissionAvailable \ +static_assert(alignof(BP_TutorialComponent_C_OnFirstStoryMissionAvailable) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnFirstStoryMissionAvailable"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnFirstStoryMissionAvailable) == 0x000018, "Wrong size on BP_TutorialComponent_C_OnFirstStoryMissionAvailable"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionAvailable, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionAvailable::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionAvailable, Temp_struct_Variable_1) == 0x000008, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionAvailable::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionAvailable, CallFunc_GetWorldStateBool_ReturnValue) == 0x000010, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionAvailable::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionAvailable, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000011, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionAvailable::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionAvailable, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionAvailable::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionAvailable, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnFirstStoryMissionStartable \ +static_assert(alignof(BP_TutorialComponent_C_OnFirstStoryMissionStartable) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnFirstStoryMissionStartable"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnFirstStoryMissionStartable) == 0x00002C, "Wrong size on BP_TutorialComponent_C_OnFirstStoryMissionStartable"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, Temp_struct_Variable_1) == 0x000008, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, CallFunc_GetWorldStateBool_ReturnValue) == 0x000010, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000011, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, Temp_struct_Variable_2) == 0x000014, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, CallFunc_BooleanAND_ReturnValue) == 0x00001C, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, CallFunc_GetWorldStateInt_ReturnValue) == 0x000020, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, CallFunc_GetWorldStateBool_ReturnValue_2) == 0x000024, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::CallFunc_GetWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000025, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, CallFunc_Not_PreBool_ReturnValue_2) == 0x000026, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, CallFunc_BooleanAND_ReturnValue_1) == 0x000027, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstStoryMissionStartable, CallFunc_BooleanAND_ReturnValue_2) == 0x000028, "Member 'BP_TutorialComponent_C_OnFirstStoryMissionStartable::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnFirstWanted \ +static_assert(alignof(BP_TutorialComponent_C_OnFirstWanted) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnFirstWanted"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnFirstWanted) == 0x00000C, "Wrong size on BP_TutorialComponent_C_OnFirstWanted"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstWanted, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnFirstWanted::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstWanted, CallFunc_GetWorldStateBool_ReturnValue) == 0x000008, "Member 'BP_TutorialComponent_C_OnFirstWanted::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnFirstWreckedVehicle \ +static_assert(alignof(BP_TutorialComponent_C_OnFirstWreckedVehicle) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnFirstWreckedVehicle"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnFirstWreckedVehicle) == 0x00000C, "Wrong size on BP_TutorialComponent_C_OnFirstWreckedVehicle"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstWreckedVehicle, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnFirstWreckedVehicle::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnFirstWreckedVehicle, CallFunc_GetWorldStateBool_ReturnValue) == 0x000008, "Member 'BP_TutorialComponent_C_OnFirstWreckedVehicle::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnHasPendingLevel \ +static_assert(alignof(BP_TutorialComponent_C_OnHasPendingLevel) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnHasPendingLevel"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnHasPendingLevel) == 0x000018, "Wrong size on BP_TutorialComponent_C_OnHasPendingLevel"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnHasPendingLevel, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnHasPendingLevel::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnHasPendingLevel, Temp_struct_Variable_1) == 0x000008, "Member 'BP_TutorialComponent_C_OnHasPendingLevel::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnHasPendingLevel, CallFunc_GetWorldStateBool_ReturnValue) == 0x000010, "Member 'BP_TutorialComponent_C_OnHasPendingLevel::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnHasPendingLevel, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000011, "Member 'BP_TutorialComponent_C_OnHasPendingLevel::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnHasPendingLevel, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_TutorialComponent_C_OnHasPendingLevel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnHasPendingLevel, CallFunc_Not_PreBool_ReturnValue_1) == 0x000013, "Member 'BP_TutorialComponent_C_OnHasPendingLevel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnHasPendingLevel, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_TutorialComponent_C_OnHasPendingLevel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnHealthChanged_Event \ +static_assert(alignof(BP_TutorialComponent_C_OnHealthChanged_Event) == 0x000008, "Wrong alignment on BP_TutorialComponent_C_OnHealthChanged_Event"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnHealthChanged_Event) == 0x000018, "Wrong size on BP_TutorialComponent_C_OnHealthChanged_Event"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnHealthChanged_Event, HealthComponent) == 0x000000, "Member 'BP_TutorialComponent_C_OnHealthChanged_Event::HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnHealthChanged_Event, Reason) == 0x000008, "Member 'BP_TutorialComponent_C_OnHealthChanged_Event::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnInventoryItemAddedToPlayer \ +static_assert(alignof(BP_TutorialComponent_C_OnInventoryItemAddedToPlayer) == 0x000008, "Wrong alignment on BP_TutorialComponent_C_OnInventoryItemAddedToPlayer"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnInventoryItemAddedToPlayer) == 0x000070, "Wrong size on BP_TutorialComponent_C_OnInventoryItemAddedToPlayer"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnInventoryItemAddedToPlayer, InventoryItemAmount) == 0x000000, "Member 'BP_TutorialComponent_C_OnInventoryItemAddedToPlayer::InventoryItemAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnInventoryItemAddedToPlayer, CombatMagazine) == 0x000040, "Member 'BP_TutorialComponent_C_OnInventoryItemAddedToPlayer::CombatMagazine' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnInventoryItemAddedToPlayer, CallFunc_EqualEqual_SoftObjectReference_ReturnValue) == 0x000068, "Member 'BP_TutorialComponent_C_OnInventoryItemAddedToPlayer::CallFunc_EqualEqual_SoftObjectReference_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnInventoryUpdated_ED647BB94C68F6D74454A9A8E6FA5BB6 \ +static_assert(alignof(BP_TutorialComponent_C_OnInventoryUpdated_ED647BB94C68F6D74454A9A8E6FA5BB6) == 0x000008, "Wrong alignment on BP_TutorialComponent_C_OnInventoryUpdated_ED647BB94C68F6D74454A9A8E6FA5BB6"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnInventoryUpdated_ED647BB94C68F6D74454A9A8E6FA5BB6) == 0x000030, "Wrong size on BP_TutorialComponent_C_OnInventoryUpdated_ED647BB94C68F6D74454A9A8E6FA5BB6"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnInventoryUpdated_ED647BB94C68F6D74454A9A8E6FA5BB6, Items) == 0x000000, "Member 'BP_TutorialComponent_C_OnInventoryUpdated_ED647BB94C68F6D74454A9A8E6FA5BB6::Items' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnInventoryUpdated_ED647BB94C68F6D74454A9A8E6FA5BB6, AddedItems) == 0x000010, "Member 'BP_TutorialComponent_C_OnInventoryUpdated_ED647BB94C68F6D74454A9A8E6FA5BB6::AddedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnInventoryUpdated_ED647BB94C68F6D74454A9A8E6FA5BB6, RemovedItems) == 0x000020, "Member 'BP_TutorialComponent_C_OnInventoryUpdated_ED647BB94C68F6D74454A9A8E6FA5BB6::RemovedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnItemCategoryCountUpdated_16EE3BC0434046D609710DAC61A67041 \ +static_assert(alignof(BP_TutorialComponent_C_OnItemCategoryCountUpdated_16EE3BC0434046D609710DAC61A67041) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnItemCategoryCountUpdated_16EE3BC0434046D609710DAC61A67041"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnItemCategoryCountUpdated_16EE3BC0434046D609710DAC61A67041) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnItemCategoryCountUpdated_16EE3BC0434046D609710DAC61A67041"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnItemCategoryCountUpdated_16EE3BC0434046D609710DAC61A67041, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnItemCategoryCountUpdated_16EE3BC0434046D609710DAC61A67041::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnItemCategoryCountUpdated_1E81D5FD4DF5C0BA6774B89E577C27C1 \ +static_assert(alignof(BP_TutorialComponent_C_OnItemCategoryCountUpdated_1E81D5FD4DF5C0BA6774B89E577C27C1) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnItemCategoryCountUpdated_1E81D5FD4DF5C0BA6774B89E577C27C1"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnItemCategoryCountUpdated_1E81D5FD4DF5C0BA6774B89E577C27C1) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnItemCategoryCountUpdated_1E81D5FD4DF5C0BA6774B89E577C27C1"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnItemCategoryCountUpdated_1E81D5FD4DF5C0BA6774B89E577C27C1, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnItemCategoryCountUpdated_1E81D5FD4DF5C0BA6774B89E577C27C1::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnItemCategoryCountUpdated_2E4686734844383C68D2FBACB1F9BE34 \ +static_assert(alignof(BP_TutorialComponent_C_OnItemCategoryCountUpdated_2E4686734844383C68D2FBACB1F9BE34) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnItemCategoryCountUpdated_2E4686734844383C68D2FBACB1F9BE34"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnItemCategoryCountUpdated_2E4686734844383C68D2FBACB1F9BE34) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnItemCategoryCountUpdated_2E4686734844383C68D2FBACB1F9BE34"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnItemCategoryCountUpdated_2E4686734844383C68D2FBACB1F9BE34, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnItemCategoryCountUpdated_2E4686734844383C68D2FBACB1F9BE34::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnItemCategoryCountUpdated_4D3F1CB046CD98D027411CB68FD9CD32 \ +static_assert(alignof(BP_TutorialComponent_C_OnItemCategoryCountUpdated_4D3F1CB046CD98D027411CB68FD9CD32) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnItemCategoryCountUpdated_4D3F1CB046CD98D027411CB68FD9CD32"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnItemCategoryCountUpdated_4D3F1CB046CD98D027411CB68FD9CD32) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnItemCategoryCountUpdated_4D3F1CB046CD98D027411CB68FD9CD32"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnItemCategoryCountUpdated_4D3F1CB046CD98D027411CB68FD9CD32, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnItemCategoryCountUpdated_4D3F1CB046CD98D027411CB68FD9CD32::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnItemCountUpdated_118DF60C45E43DAD940C6995EB1A6EE6 \ +static_assert(alignof(BP_TutorialComponent_C_OnItemCountUpdated_118DF60C45E43DAD940C6995EB1A6EE6) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnItemCountUpdated_118DF60C45E43DAD940C6995EB1A6EE6"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnItemCountUpdated_118DF60C45E43DAD940C6995EB1A6EE6) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnItemCountUpdated_118DF60C45E43DAD940C6995EB1A6EE6"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnItemCountUpdated_118DF60C45E43DAD940C6995EB1A6EE6, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnItemCountUpdated_118DF60C45E43DAD940C6995EB1A6EE6::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnItemCountUpdated_33AF23074539EF634BAACE830F1FEBD2 \ +static_assert(alignof(BP_TutorialComponent_C_OnItemCountUpdated_33AF23074539EF634BAACE830F1FEBD2) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnItemCountUpdated_33AF23074539EF634BAACE830F1FEBD2"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnItemCountUpdated_33AF23074539EF634BAACE830F1FEBD2) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnItemCountUpdated_33AF23074539EF634BAACE830F1FEBD2"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnItemCountUpdated_33AF23074539EF634BAACE830F1FEBD2, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnItemCountUpdated_33AF23074539EF634BAACE830F1FEBD2::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnItemCountUpdated_451A39E14F46C8EAC8810794A72E8E39 \ +static_assert(alignof(BP_TutorialComponent_C_OnItemCountUpdated_451A39E14F46C8EAC8810794A72E8E39) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnItemCountUpdated_451A39E14F46C8EAC8810794A72E8E39"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnItemCountUpdated_451A39E14F46C8EAC8810794A72E8E39) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnItemCountUpdated_451A39E14F46C8EAC8810794A72E8E39"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnItemCountUpdated_451A39E14F46C8EAC8810794A72E8E39, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnItemCountUpdated_451A39E14F46C8EAC8810794A72E8E39::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnItemCountUpdated_836F71FD4FE97726A5C7F1A6E1945DEB \ +static_assert(alignof(BP_TutorialComponent_C_OnItemCountUpdated_836F71FD4FE97726A5C7F1A6E1945DEB) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnItemCountUpdated_836F71FD4FE97726A5C7F1A6E1945DEB"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnItemCountUpdated_836F71FD4FE97726A5C7F1A6E1945DEB) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnItemCountUpdated_836F71FD4FE97726A5C7F1A6E1945DEB"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnItemCountUpdated_836F71FD4FE97726A5C7F1A6E1945DEB, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnItemCountUpdated_836F71FD4FE97726A5C7F1A6E1945DEB::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnItemCountUpdated_FB2F31DD4F74251DC9D29F9A44B311D9 \ +static_assert(alignof(BP_TutorialComponent_C_OnItemCountUpdated_FB2F31DD4F74251DC9D29F9A44B311D9) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnItemCountUpdated_FB2F31DD4F74251DC9D29F9A44B311D9"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnItemCountUpdated_FB2F31DD4F74251DC9D29F9A44B311D9) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnItemCountUpdated_FB2F31DD4F74251DC9D29F9A44B311D9"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnItemCountUpdated_FB2F31DD4F74251DC9D29F9A44B311D9, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnItemCountUpdated_FB2F31DD4F74251DC9D29F9A44B311D9::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnItemCountUpdated_FD30D9E14378A56877802DAD5739D7A2 \ +static_assert(alignof(BP_TutorialComponent_C_OnItemCountUpdated_FD30D9E14378A56877802DAD5739D7A2) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnItemCountUpdated_FD30D9E14378A56877802DAD5739D7A2"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnItemCountUpdated_FD30D9E14378A56877802DAD5739D7A2) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnItemCountUpdated_FD30D9E14378A56877802DAD5739D7A2"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnItemCountUpdated_FD30D9E14378A56877802DAD5739D7A2, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnItemCountUpdated_FD30D9E14378A56877802DAD5739D7A2::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnMapFirstOpen \ +static_assert(alignof(BP_TutorialComponent_C_OnMapFirstOpen) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnMapFirstOpen"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnMapFirstOpen) == 0x00000C, "Wrong size on BP_TutorialComponent_C_OnMapFirstOpen"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMapFirstOpen, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnMapFirstOpen::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMapFirstOpen, CallFunc_GetWorldStateBool_ReturnValue) == 0x000008, "Member 'BP_TutorialComponent_C_OnMapFirstOpen::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMapFirstOpen, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_TutorialComponent_C_OnMapFirstOpen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnMeleeRush2Acquired \ +static_assert(alignof(BP_TutorialComponent_C_OnMeleeRush2Acquired) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnMeleeRush2Acquired"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnMeleeRush2Acquired) == 0x00001C, "Wrong size on BP_TutorialComponent_C_OnMeleeRush2Acquired"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush2Acquired, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnMeleeRush2Acquired::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush2Acquired, Temp_struct_Variable) == 0x000004, "Member 'BP_TutorialComponent_C_OnMeleeRush2Acquired::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush2Acquired, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TutorialComponent_C_OnMeleeRush2Acquired::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush2Acquired, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_TutorialComponent_C_OnMeleeRush2Acquired::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush2Acquired, Temp_struct_Variable_1) == 0x000010, "Member 'BP_TutorialComponent_C_OnMeleeRush2Acquired::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush2Acquired, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_TutorialComponent_C_OnMeleeRush2Acquired::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush2Acquired, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000019, "Member 'BP_TutorialComponent_C_OnMeleeRush2Acquired::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush2Acquired, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001A, "Member 'BP_TutorialComponent_C_OnMeleeRush2Acquired::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush2Acquired, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_TutorialComponent_C_OnMeleeRush2Acquired::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnMeleeRush3Acquired \ +static_assert(alignof(BP_TutorialComponent_C_OnMeleeRush3Acquired) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnMeleeRush3Acquired"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnMeleeRush3Acquired) == 0x00001C, "Wrong size on BP_TutorialComponent_C_OnMeleeRush3Acquired"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush3Acquired, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnMeleeRush3Acquired::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush3Acquired, Temp_struct_Variable) == 0x000004, "Member 'BP_TutorialComponent_C_OnMeleeRush3Acquired::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush3Acquired, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TutorialComponent_C_OnMeleeRush3Acquired::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush3Acquired, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_TutorialComponent_C_OnMeleeRush3Acquired::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush3Acquired, Temp_struct_Variable_1) == 0x000010, "Member 'BP_TutorialComponent_C_OnMeleeRush3Acquired::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush3Acquired, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_TutorialComponent_C_OnMeleeRush3Acquired::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush3Acquired, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000019, "Member 'BP_TutorialComponent_C_OnMeleeRush3Acquired::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush3Acquired, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001A, "Member 'BP_TutorialComponent_C_OnMeleeRush3Acquired::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnMeleeRush3Acquired, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_TutorialComponent_C_OnMeleeRush3Acquired::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnPerkReceived \ +static_assert(alignof(BP_TutorialComponent_C_OnPerkReceived) == 0x000008, "Wrong alignment on BP_TutorialComponent_C_OnPerkReceived"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnPerkReceived) == 0x000040, "Wrong size on BP_TutorialComponent_C_OnPerkReceived"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPerkReceived, Item) == 0x000000, "Member 'BP_TutorialComponent_C_OnPerkReceived::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPerkReceived, Temp_struct_Variable) == 0x000028, "Member 'BP_TutorialComponent_C_OnPerkReceived::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPerkReceived, Temp_struct_Variable_1) == 0x000030, "Member 'BP_TutorialComponent_C_OnPerkReceived::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPerkReceived, CallFunc_GetWorldStateBool_ReturnValue) == 0x000038, "Member 'BP_TutorialComponent_C_OnPerkReceived::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPerkReceived, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000039, "Member 'BP_TutorialComponent_C_OnPerkReceived::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPerkReceived, CallFunc_Not_PreBool_ReturnValue) == 0x00003A, "Member 'BP_TutorialComponent_C_OnPerkReceived::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPerkReceived, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003B, "Member 'BP_TutorialComponent_C_OnPerkReceived::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPerkReceived, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x00003C, "Member 'BP_TutorialComponent_C_OnPerkReceived::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPerkReceived, CallFunc_BooleanAND_ReturnValue) == 0x00003D, "Member 'BP_TutorialComponent_C_OnPerkReceived::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPerkReceived, CallFunc_BooleanAND_ReturnValue_1) == 0x00003E, "Member 'BP_TutorialComponent_C_OnPerkReceived::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnPlayerKO \ +static_assert(alignof(BP_TutorialComponent_C_OnPlayerKO) == 0x000008, "Wrong alignment on BP_TutorialComponent_C_OnPlayerKO"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnPlayerKO) == 0x000040, "Wrong size on BP_TutorialComponent_C_OnPlayerKO"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, TutorialShown) == 0x000000, "Member 'BP_TutorialComponent_C_OnPlayerKO::TutorialShown' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_TutorialComponent_C_OnPlayerKO::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, Temp_struct_Variable) == 0x000010, "Member 'BP_TutorialComponent_C_OnPlayerKO::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, CallFunc_GetHealthPercentage_ReturnValue) == 0x000018, "Member 'BP_TutorialComponent_C_OnPlayerKO::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, CallFunc_GetWorldStateBool_ReturnValue) == 0x00001C, "Member 'BP_TutorialComponent_C_OnPlayerKO::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00001D, "Member 'BP_TutorialComponent_C_OnPlayerKO::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, CallFunc_Not_PreBool_ReturnValue) == 0x00001E, "Member 'BP_TutorialComponent_C_OnPlayerKO::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000020, "Member 'BP_TutorialComponent_C_OnPlayerKO::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, CallFunc_GetHealthPercentage_ReturnValue_1) == 0x000028, "Member 'BP_TutorialComponent_C_OnPlayerKO::CallFunc_GetHealthPercentage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x00002C, "Member 'BP_TutorialComponent_C_OnPlayerKO::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, CallFunc_BooleanAND_ReturnValue) == 0x00002D, "Member 'BP_TutorialComponent_C_OnPlayerKO::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, CallFunc_BooleanAND_ReturnValue_1) == 0x00002E, "Member 'BP_TutorialComponent_C_OnPlayerKO::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'BP_TutorialComponent_C_OnPlayerKO::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPlayerKO, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000038, "Member 'BP_TutorialComponent_C_OnPlayerKO::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnPOIFound \ +static_assert(alignof(BP_TutorialComponent_C_OnPOIFound) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnPOIFound"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnPOIFound) == 0x00001C, "Wrong size on BP_TutorialComponent_C_OnPOIFound"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPOIFound, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnPOIFound::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPOIFound, Temp_struct_Variable) == 0x000004, "Member 'BP_TutorialComponent_C_OnPOIFound::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPOIFound, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TutorialComponent_C_OnPOIFound::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPOIFound, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_TutorialComponent_C_OnPOIFound::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPOIFound, Temp_struct_Variable_1) == 0x000010, "Member 'BP_TutorialComponent_C_OnPOIFound::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPOIFound, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_TutorialComponent_C_OnPOIFound::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPOIFound, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000019, "Member 'BP_TutorialComponent_C_OnPOIFound::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPOIFound, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001A, "Member 'BP_TutorialComponent_C_OnPOIFound::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnPOIFound, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'BP_TutorialComponent_C_OnPOIFound::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnSandwichBoardSmashed \ +static_assert(alignof(BP_TutorialComponent_C_OnSandwichBoardSmashed) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnSandwichBoardSmashed"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnSandwichBoardSmashed) == 0x000010, "Wrong size on BP_TutorialComponent_C_OnSandwichBoardSmashed"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnSandwichBoardSmashed, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnSandwichBoardSmashed::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnSandwichBoardSmashed, Temp_struct_Variable) == 0x000004, "Member 'BP_TutorialComponent_C_OnSandwichBoardSmashed::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnSandwichBoardSmashed, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TutorialComponent_C_OnSandwichBoardSmashed::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnSandwichBoardSmashed, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_TutorialComponent_C_OnSandwichBoardSmashed::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnSandwichBoardSmashed, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'BP_TutorialComponent_C_OnSandwichBoardSmashed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnStrike1Received \ +static_assert(alignof(BP_TutorialComponent_C_OnStrike1Received) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnStrike1Received"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnStrike1Received) == 0x00000C, "Wrong size on BP_TutorialComponent_C_OnStrike1Received"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike1Received, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnStrike1Received::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike1Received, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000008, "Member 'BP_TutorialComponent_C_OnStrike1Received::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike1Received, CallFunc_GetWorldStateBool_ReturnValue) == 0x000009, "Member 'BP_TutorialComponent_C_OnStrike1Received::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike1Received, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_TutorialComponent_C_OnStrike1Received::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike1Received, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'BP_TutorialComponent_C_OnStrike1Received::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnStrike2Received \ +static_assert(alignof(BP_TutorialComponent_C_OnStrike2Received) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnStrike2Received"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnStrike2Received) == 0x00000C, "Wrong size on BP_TutorialComponent_C_OnStrike2Received"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike2Received, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnStrike2Received::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike2Received, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000008, "Member 'BP_TutorialComponent_C_OnStrike2Received::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike2Received, CallFunc_GetWorldStateBool_ReturnValue) == 0x000009, "Member 'BP_TutorialComponent_C_OnStrike2Received::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike2Received, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_TutorialComponent_C_OnStrike2Received::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike2Received, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'BP_TutorialComponent_C_OnStrike2Received::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnStrike3Received \ +static_assert(alignof(BP_TutorialComponent_C_OnStrike3Received) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnStrike3Received"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnStrike3Received) == 0x00000C, "Wrong size on BP_TutorialComponent_C_OnStrike3Received"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike3Received, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnStrike3Received::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike3Received, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000008, "Member 'BP_TutorialComponent_C_OnStrike3Received::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike3Received, CallFunc_GetWorldStateBool_ReturnValue) == 0x000009, "Member 'BP_TutorialComponent_C_OnStrike3Received::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike3Received, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_TutorialComponent_C_OnStrike3Received::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrike3Received, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'BP_TutorialComponent_C_OnStrike3Received::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnStrikeImminent \ +static_assert(alignof(BP_TutorialComponent_C_OnStrikeImminent) == 0x000001, "Wrong alignment on BP_TutorialComponent_C_OnStrikeImminent"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnStrikeImminent) == 0x000001, "Wrong size on BP_TutorialComponent_C_OnStrikeImminent"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnStrikeImminent, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000000, "Member 'BP_TutorialComponent_C_OnStrikeImminent::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_0B504A8F4B2B088C32F36FB30593F4C6 \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_0B504A8F4B2B088C32F36FB30593F4C6) == 0x000001, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_0B504A8F4B2B088C32F36FB30593F4C6"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_0B504A8F4B2B088C32F36FB30593F4C6) == 0x000001, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_0B504A8F4B2B088C32F36FB30593F4C6"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_0B504A8F4B2B088C32F36FB30593F4C6, bValue) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_0B504A8F4B2B088C32F36FB30593F4C6::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_1029EABA4256A254371475B45AE65035 \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_1029EABA4256A254371475B45AE65035) == 0x000001, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_1029EABA4256A254371475B45AE65035"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_1029EABA4256A254371475B45AE65035) == 0x000001, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_1029EABA4256A254371475B45AE65035"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_1029EABA4256A254371475B45AE65035, bValue) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_1029EABA4256A254371475B45AE65035::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_4058A14A4B9F693A7E297788FD79FEE9 \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_4058A14A4B9F693A7E297788FD79FEE9) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_4058A14A4B9F693A7E297788FD79FEE9"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_4058A14A4B9F693A7E297788FD79FEE9) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_4058A14A4B9F693A7E297788FD79FEE9"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_4058A14A4B9F693A7E297788FD79FEE9, Value) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_4058A14A4B9F693A7E297788FD79FEE9::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_455CCEAF460EE6A70E37BDA3F3212DBE \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_455CCEAF460EE6A70E37BDA3F3212DBE) == 0x000001, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_455CCEAF460EE6A70E37BDA3F3212DBE"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_455CCEAF460EE6A70E37BDA3F3212DBE) == 0x000001, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_455CCEAF460EE6A70E37BDA3F3212DBE"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_455CCEAF460EE6A70E37BDA3F3212DBE, bValue) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_455CCEAF460EE6A70E37BDA3F3212DBE::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_5599EBEE4A05A0E3AF5775A28A828DE4 \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_5599EBEE4A05A0E3AF5775A28A828DE4) == 0x000001, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_5599EBEE4A05A0E3AF5775A28A828DE4"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_5599EBEE4A05A0E3AF5775A28A828DE4) == 0x000001, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_5599EBEE4A05A0E3AF5775A28A828DE4"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_5599EBEE4A05A0E3AF5775A28A828DE4, bValue) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_5599EBEE4A05A0E3AF5775A28A828DE4::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_7105820F42CE3054D87374BB28BCF165 \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_7105820F42CE3054D87374BB28BCF165) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_7105820F42CE3054D87374BB28BCF165"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_7105820F42CE3054D87374BB28BCF165) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_7105820F42CE3054D87374BB28BCF165"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_7105820F42CE3054D87374BB28BCF165, Value) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_7105820F42CE3054D87374BB28BCF165::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_78960B3440690F59BFB429A0CEBB80DA \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_78960B3440690F59BFB429A0CEBB80DA) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_78960B3440690F59BFB429A0CEBB80DA"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_78960B3440690F59BFB429A0CEBB80DA) == 0x000020, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_78960B3440690F59BFB429A0CEBB80DA"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_78960B3440690F59BFB429A0CEBB80DA, Value) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_78960B3440690F59BFB429A0CEBB80DA::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_87A5B4B14F63BDF67FAAE997A3E28999 \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_87A5B4B14F63BDF67FAAE997A3E28999) == 0x000001, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_87A5B4B14F63BDF67FAAE997A3E28999"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_87A5B4B14F63BDF67FAAE997A3E28999) == 0x000001, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_87A5B4B14F63BDF67FAAE997A3E28999"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_87A5B4B14F63BDF67FAAE997A3E28999, bValue) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_87A5B4B14F63BDF67FAAE997A3E28999::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_9C1FD98A409BCBE7E26F93A53F2C85C9 \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_9C1FD98A409BCBE7E26F93A53F2C85C9) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_9C1FD98A409BCBE7E26F93A53F2C85C9"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_9C1FD98A409BCBE7E26F93A53F2C85C9) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_9C1FD98A409BCBE7E26F93A53F2C85C9"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_9C1FD98A409BCBE7E26F93A53F2C85C9, Value) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_9C1FD98A409BCBE7E26F93A53F2C85C9::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_B2BADB8A48EDFA92871D8596DCEEE6C5 \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_B2BADB8A48EDFA92871D8596DCEEE6C5) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_B2BADB8A48EDFA92871D8596DCEEE6C5"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_B2BADB8A48EDFA92871D8596DCEEE6C5) == 0x000004, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_B2BADB8A48EDFA92871D8596DCEEE6C5"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_B2BADB8A48EDFA92871D8596DCEEE6C5, Value) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_B2BADB8A48EDFA92871D8596DCEEE6C5::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_C0E2A16640346DC2B1D93DB13763EC73 \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_C0E2A16640346DC2B1D93DB13763EC73) == 0x000001, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_C0E2A16640346DC2B1D93DB13763EC73"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_C0E2A16640346DC2B1D93DB13763EC73) == 0x000001, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_C0E2A16640346DC2B1D93DB13763EC73"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_C0E2A16640346DC2B1D93DB13763EC73, bValue) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_C0E2A16640346DC2B1D93DB13763EC73::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_D34990524248360B53FD58AB8FDBA927 \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_D34990524248360B53FD58AB8FDBA927) == 0x000001, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_D34990524248360B53FD58AB8FDBA927"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_D34990524248360B53FD58AB8FDBA927) == 0x000001, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_D34990524248360B53FD58AB8FDBA927"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_D34990524248360B53FD58AB8FDBA927, bValue) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_D34990524248360B53FD58AB8FDBA927::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnValueUpdated_DD9C6C4940509CADC05932830F807069 \ +static_assert(alignof(BP_TutorialComponent_C_OnValueUpdated_DD9C6C4940509CADC05932830F807069) == 0x000001, "Wrong alignment on BP_TutorialComponent_C_OnValueUpdated_DD9C6C4940509CADC05932830F807069"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnValueUpdated_DD9C6C4940509CADC05932830F807069) == 0x000001, "Wrong size on BP_TutorialComponent_C_OnValueUpdated_DD9C6C4940509CADC05932830F807069"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnValueUpdated_DD9C6C4940509CADC05932830F807069, bValue) == 0x000000, "Member 'BP_TutorialComponent_C_OnValueUpdated_DD9C6C4940509CADC05932830F807069::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnVehicleRush2Acquired \ +static_assert(alignof(BP_TutorialComponent_C_OnVehicleRush2Acquired) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnVehicleRush2Acquired"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnVehicleRush2Acquired) == 0x000010, "Wrong size on BP_TutorialComponent_C_OnVehicleRush2Acquired"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnVehicleRush2Acquired, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnVehicleRush2Acquired::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnVehicleRush2Acquired, Temp_struct_Variable) == 0x000004, "Member 'BP_TutorialComponent_C_OnVehicleRush2Acquired::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnVehicleRush2Acquired, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TutorialComponent_C_OnVehicleRush2Acquired::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnVehicleRush2Acquired, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_TutorialComponent_C_OnVehicleRush2Acquired::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnVehicleRush2Acquired, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'BP_TutorialComponent_C_OnVehicleRush2Acquired::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnVehicleRush3Acquired \ +static_assert(alignof(BP_TutorialComponent_C_OnVehicleRush3Acquired) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnVehicleRush3Acquired"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnVehicleRush3Acquired) == 0x000010, "Wrong size on BP_TutorialComponent_C_OnVehicleRush3Acquired"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnVehicleRush3Acquired, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnVehicleRush3Acquired::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnVehicleRush3Acquired, Temp_struct_Variable) == 0x000004, "Member 'BP_TutorialComponent_C_OnVehicleRush3Acquired::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnVehicleRush3Acquired, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TutorialComponent_C_OnVehicleRush3Acquired::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnVehicleRush3Acquired, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_TutorialComponent_C_OnVehicleRush3Acquired::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnVehicleRush3Acquired, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'BP_TutorialComponent_C_OnVehicleRush3Acquired::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnWaitForCarter \ +static_assert(alignof(BP_TutorialComponent_C_OnWaitForCarter) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnWaitForCarter"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnWaitForCarter) == 0x00000C, "Wrong size on BP_TutorialComponent_C_OnWaitForCarter"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnWaitForCarter, Temp_struct_Variable) == 0x000000, "Member 'BP_TutorialComponent_C_OnWaitForCarter::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnWaitForCarter, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000008, "Member 'BP_TutorialComponent_C_OnWaitForCarter::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnWaitForCarter, CallFunc_GetWorldStateBool_ReturnValue) == 0x000009, "Member 'BP_TutorialComponent_C_OnWaitForCarter::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnWaitForCarter, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_TutorialComponent_C_OnWaitForCarter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnWaitForCarter, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'BP_TutorialComponent_C_OnWaitForCarter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_OnWeaponPickup \ +static_assert(alignof(BP_TutorialComponent_C_OnWeaponPickup) == 0x000004, "Wrong alignment on BP_TutorialComponent_C_OnWeaponPickup"); \ +static_assert(sizeof(BP_TutorialComponent_C_OnWeaponPickup) == 0x000010, "Wrong size on BP_TutorialComponent_C_OnWeaponPickup"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnWeaponPickup, NewCount) == 0x000000, "Member 'BP_TutorialComponent_C_OnWeaponPickup::NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnWeaponPickup, Temp_struct_Variable) == 0x000004, "Member 'BP_TutorialComponent_C_OnWeaponPickup::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnWeaponPickup, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TutorialComponent_C_OnWeaponPickup::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnWeaponPickup, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_TutorialComponent_C_OnWeaponPickup::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_OnWeaponPickup, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'BP_TutorialComponent_C_OnWeaponPickup::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TutorialComponent_C_TriggerTutorial \ +static_assert(alignof(BP_TutorialComponent_C_TriggerTutorial) == 0x000008, "Wrong alignment on BP_TutorialComponent_C_TriggerTutorial"); \ +static_assert(sizeof(BP_TutorialComponent_C_TriggerTutorial) == 0x000300, "Wrong size on BP_TutorialComponent_C_TriggerTutorial"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, BoolToSetTrue) == 0x000000, "Member 'BP_TutorialComponent_C_TriggerTutorial::BoolToSetTrue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, TutorialDataAsset) == 0x000018, "Member 'BP_TutorialComponent_C_TriggerTutorial::TutorialDataAsset' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, ShouldPauseGame) == 0x000020, "Member 'BP_TutorialComponent_C_TriggerTutorial::ShouldPauseGame' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, bIsMenuTutorial) == 0x000021, "Member 'BP_TutorialComponent_C_TriggerTutorial::bIsMenuTutorial' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, IsStrikeTutorial) == 0x000022, "Member 'BP_TutorialComponent_C_TriggerTutorial::IsStrikeTutorial' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, Temp_struct_Variable) == 0x000024, "Member 'BP_TutorialComponent_C_TriggerTutorial::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, Temp_struct_Variable_1) == 0x00002C, "Member 'BP_TutorialComponent_C_TriggerTutorial::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, CallFunc_GetWorldStateBool_ReturnValue) == 0x000034, "Member 'BP_TutorialComponent_C_TriggerTutorial::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, CallFunc_BP_CreateScreenPath_ReturnValue) == 0x000038, "Member 'BP_TutorialComponent_C_TriggerTutorial::CallFunc_BP_CreateScreenPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000098, "Member 'BP_TutorialComponent_C_TriggerTutorial::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, Temp_struct_Variable_2) == 0x0000A0, "Member 'BP_TutorialComponent_C_TriggerTutorial::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, CallFunc_Create_ReturnValue) == 0x0000F0, "Member 'BP_TutorialComponent_C_TriggerTutorial::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, CallFunc_BP_CreateScreenPath_ReturnValue_1) == 0x0000F8, "Member 'BP_TutorialComponent_C_TriggerTutorial::CallFunc_BP_CreateScreenPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, K2Node_MakeStruct_ScreenNavigationViewModel) == 0x000158, "Member 'BP_TutorialComponent_C_TriggerTutorial::K2Node_MakeStruct_ScreenNavigationViewModel' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, K2Node_MakeStruct_ScreenNavigationViewModel_1) == 0x000168, "Member 'BP_TutorialComponent_C_TriggerTutorial::K2Node_MakeStruct_ScreenNavigationViewModel_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, K2Node_MakeArray_Array) == 0x000178, "Member 'BP_TutorialComponent_C_TriggerTutorial::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, K2Node_MakeArray_Array_1) == 0x000188, "Member 'BP_TutorialComponent_C_TriggerTutorial::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, K2Node_MakeStruct_ScreenNavigationViewModelCollection) == 0x000198, "Member 'BP_TutorialComponent_C_TriggerTutorial::K2Node_MakeStruct_ScreenNavigationViewModelCollection' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, K2Node_MakeStruct_ScreenNavigationViewModelCollection_1) == 0x0001A8, "Member 'BP_TutorialComponent_C_TriggerTutorial::K2Node_MakeStruct_ScreenNavigationViewModelCollection_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, K2Node_MakeStruct_ScreenNavigationViewModel_2) == 0x0001B8, "Member 'BP_TutorialComponent_C_TriggerTutorial::K2Node_MakeStruct_ScreenNavigationViewModel_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, K2Node_MakeArray_Array_2) == 0x0001C8, "Member 'BP_TutorialComponent_C_TriggerTutorial::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, K2Node_MakeStruct_ScreenNavigationViewModelCollection_2) == 0x0001D8, "Member 'BP_TutorialComponent_C_TriggerTutorial::K2Node_MakeStruct_ScreenNavigationViewModelCollection_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, Temp_struct_Variable_3) == 0x0001E8, "Member 'BP_TutorialComponent_C_TriggerTutorial::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000238, "Member 'BP_TutorialComponent_C_TriggerTutorial::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, CallFunc_BP_CreateScreenPath_ReturnValue_2) == 0x000240, "Member 'BP_TutorialComponent_C_TriggerTutorial::CallFunc_BP_CreateScreenPath_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, CallFunc_BooleanAND_ReturnValue) == 0x0002A0, "Member 'BP_TutorialComponent_C_TriggerTutorial::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, Temp_struct_Variable_4) == 0x0002A8, "Member 'BP_TutorialComponent_C_TriggerTutorial::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TutorialComponent_C_TriggerTutorial, CallFunc_BooleanAND_ReturnValue_1) == 0x0002F8, "Member 'BP_TutorialComponent_C_TriggerTutorial::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TutorialComponent_C \ +static_assert(alignof(UBP_TutorialComponent_C) == 0x000008, "Wrong alignment on UBP_TutorialComponent_C"); \ +static_assert(sizeof(UBP_TutorialComponent_C) == 0x0000D8, "Wrong size on UBP_TutorialComponent_C"); \ +static_assert(offsetof(UBP_TutorialComponent_C, UberGraphFrame) == 0x0000C0, "Member 'UBP_TutorialComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialComponent_C, ViewModel) == 0x0000C8, "Member 'UBP_TutorialComponent_C::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialComponent_C, bWasEngagedByDebtCollectors) == 0x0000D0, "Member 'UBP_TutorialComponent_C::bWasEngagedByDebtCollectors' has a wrong offset!"); \ +static_assert(offsetof(UBP_TutorialComponent_C, DayShown) == 0x0000D4, "Member 'UBP_TutorialComponent_C::DayShown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INNERuntime \ +static_assert(alignof(INNERuntime) == 0x000001, "Wrong alignment on INNERuntime"); \ +static_assert(sizeof(INNERuntime) == 0x000001, "Wrong size on INNERuntime"); \ + +#define DUMPER7_ASSERTS_INNERuntimeCPU \ +static_assert(alignof(INNERuntimeCPU) == 0x000001, "Wrong alignment on INNERuntimeCPU"); \ +static_assert(sizeof(INNERuntimeCPU) == 0x000001, "Wrong size on INNERuntimeCPU"); \ + +#define DUMPER7_ASSERTS_INNERuntimeGPU \ +static_assert(alignof(INNERuntimeGPU) == 0x000001, "Wrong alignment on INNERuntimeGPU"); \ +static_assert(sizeof(INNERuntimeGPU) == 0x000001, "Wrong size on INNERuntimeGPU"); \ + +#define DUMPER7_ASSERTS_INNERuntimeNPU \ +static_assert(alignof(INNERuntimeNPU) == 0x000001, "Wrong alignment on INNERuntimeNPU"); \ +static_assert(sizeof(INNERuntimeNPU) == 0x000001, "Wrong size on INNERuntimeNPU"); \ + +#define DUMPER7_ASSERTS_INNERuntimeRDG \ +static_assert(alignof(INNERuntimeRDG) == 0x000001, "Wrong alignment on INNERuntimeRDG"); \ +static_assert(sizeof(INNERuntimeRDG) == 0x000001, "Wrong size on INNERuntimeRDG"); \ + +#define DUMPER7_ASSERTS_UNNEModelData \ +static_assert(alignof(UNNEModelData) == 0x000008, "Wrong alignment on UNNEModelData"); \ +static_assert(sizeof(UNNEModelData) == 0x000110, "Wrong size on UNNEModelData"); \ + +#define DUMPER7_ASSERTS_FBodyInstanceCore \ +static_assert(alignof(FBodyInstanceCore) == 0x000004, "Wrong alignment on FBodyInstanceCore"); \ +static_assert(sizeof(FBodyInstanceCore) == 0x00000C, "Wrong size on FBodyInstanceCore"); \ + +#define DUMPER7_ASSERTS_FPhysicalMaterialStrength \ +static_assert(alignof(FPhysicalMaterialStrength) == 0x000004, "Wrong alignment on FPhysicalMaterialStrength"); \ +static_assert(sizeof(FPhysicalMaterialStrength) == 0x00000C, "Wrong size on FPhysicalMaterialStrength"); \ +static_assert(offsetof(FPhysicalMaterialStrength, TensileStrength) == 0x000000, "Member 'FPhysicalMaterialStrength::TensileStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalMaterialStrength, CompressionStrength) == 0x000004, "Member 'FPhysicalMaterialStrength::CompressionStrength' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalMaterialStrength, ShearStrength) == 0x000008, "Member 'FPhysicalMaterialStrength::ShearStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalMaterialDamageModifier \ +static_assert(alignof(FPhysicalMaterialDamageModifier) == 0x000004, "Wrong alignment on FPhysicalMaterialDamageModifier"); \ +static_assert(sizeof(FPhysicalMaterialDamageModifier) == 0x000004, "Wrong size on FPhysicalMaterialDamageModifier"); \ +static_assert(offsetof(FPhysicalMaterialDamageModifier, DamageThresholdMultiplier) == 0x000000, "Member 'FPhysicalMaterialDamageModifier::DamageThresholdMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicalMaterialPropertyBase \ +static_assert(alignof(UPhysicalMaterialPropertyBase) == 0x000008, "Wrong alignment on UPhysicalMaterialPropertyBase"); \ +static_assert(sizeof(UPhysicalMaterialPropertyBase) == 0x000028, "Wrong size on UPhysicalMaterialPropertyBase"); \ + +#define DUMPER7_ASSERTS_UBodySetupCore \ +static_assert(alignof(UBodySetupCore) == 0x000008, "Wrong alignment on UBodySetupCore"); \ +static_assert(sizeof(UBodySetupCore) == 0x000038, "Wrong size on UBodySetupCore"); \ +static_assert(offsetof(UBodySetupCore, BoneName) == 0x000028, "Member 'UBodySetupCore::BoneName' has a wrong offset!"); \ +static_assert(offsetof(UBodySetupCore, PhysicsType) == 0x000030, "Member 'UBodySetupCore::PhysicsType' has a wrong offset!"); \ +static_assert(offsetof(UBodySetupCore, CollisionTraceFlag) == 0x000031, "Member 'UBodySetupCore::CollisionTraceFlag' has a wrong offset!"); \ +static_assert(offsetof(UBodySetupCore, CollisionReponse) == 0x000032, "Member 'UBodySetupCore::CollisionReponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosPhysicalMaterial \ +static_assert(alignof(UChaosPhysicalMaterial) == 0x000008, "Wrong alignment on UChaosPhysicalMaterial"); \ +static_assert(sizeof(UChaosPhysicalMaterial) == 0x000048, "Wrong size on UChaosPhysicalMaterial"); \ +static_assert(offsetof(UChaosPhysicalMaterial, Friction) == 0x000028, "Member 'UChaosPhysicalMaterial::Friction' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, StaticFriction) == 0x00002C, "Member 'UChaosPhysicalMaterial::StaticFriction' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, Restitution) == 0x000030, "Member 'UChaosPhysicalMaterial::Restitution' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, LinearEtherDrag) == 0x000034, "Member 'UChaosPhysicalMaterial::LinearEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, AngularEtherDrag) == 0x000038, "Member 'UChaosPhysicalMaterial::AngularEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, SleepingLinearVelocityThreshold) == 0x00003C, "Member 'UChaosPhysicalMaterial::SleepingLinearVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UChaosPhysicalMaterial, SleepingAngularVelocityThreshold) == 0x000040, "Member 'UChaosPhysicalMaterial::SleepingAngularVelocityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicalMaterial \ +static_assert(alignof(UPhysicalMaterial) == 0x000008, "Wrong alignment on UPhysicalMaterial"); \ +static_assert(sizeof(UPhysicalMaterial) == 0x0000A8, "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, TireFrictionMultiplier) == 0x000030, "Member 'UPhysicalMaterial::TireFrictionMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, FrictionCombineMode) == 0x000034, "Member 'UPhysicalMaterial::FrictionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, bOverrideFrictionCombineMode) == 0x000035, "Member 'UPhysicalMaterial::bOverrideFrictionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, Restitution) == 0x000038, "Member 'UPhysicalMaterial::Restitution' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, RestitutionCombineMode) == 0x00003C, "Member 'UPhysicalMaterial::RestitutionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, bOverrideRestitutionCombineMode) == 0x00003D, "Member 'UPhysicalMaterial::bOverrideRestitutionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, Density) == 0x000040, "Member 'UPhysicalMaterial::Density' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SleepLinearVelocityThreshold) == 0x000044, "Member 'UPhysicalMaterial::SleepLinearVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SleepAngularVelocityThreshold) == 0x000048, "Member 'UPhysicalMaterial::SleepAngularVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SleepCounterThreshold) == 0x00004C, "Member 'UPhysicalMaterial::SleepCounterThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, RaiseMassToPower) == 0x000050, "Member 'UPhysicalMaterial::RaiseMassToPower' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, DestructibleDamageThresholdScale) == 0x000054, "Member 'UPhysicalMaterial::DestructibleDamageThresholdScale' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, PhysicalMaterialProperty) == 0x000058, "Member 'UPhysicalMaterial::PhysicalMaterialProperty' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SurfaceType) == 0x000060, "Member 'UPhysicalMaterial::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, Strength) == 0x000064, "Member 'UPhysicalMaterial::Strength' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, DamageModifier) == 0x000070, "Member 'UPhysicalMaterial::DamageModifier' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, DebugColor) == 0x000074, "Member 'UPhysicalMaterial::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, bShowExperimentalProperties) == 0x000084, "Member 'UPhysicalMaterial::bShowExperimentalProperties' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SoftCollisionMode) == 0x000085, "Member 'UPhysicalMaterial::SoftCollisionMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, SoftCollisionThickness) == 0x000088, "Member 'UPhysicalMaterial::SoftCollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalMaterial, BaseFrictionImpulse) == 0x00008C, "Member 'UPhysicalMaterial::BaseFrictionImpulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsSettingsCore \ +static_assert(alignof(UPhysicsSettingsCore) == 0x000008, "Wrong alignment on UPhysicsSettingsCore"); \ +static_assert(sizeof(UPhysicsSettingsCore) == 0x000100, "Wrong size on UPhysicsSettingsCore"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultGravityZ) == 0x000038, "Member 'UPhysicsSettingsCore::DefaultGravityZ' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultTerminalVelocity) == 0x00003C, "Member 'UPhysicsSettingsCore::DefaultTerminalVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultFluidFriction) == 0x000040, "Member 'UPhysicsSettingsCore::DefaultFluidFriction' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, SimulateScratchMemorySize) == 0x000044, "Member 'UPhysicsSettingsCore::SimulateScratchMemorySize' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, RagdollAggregateThreshold) == 0x000048, "Member 'UPhysicsSettingsCore::RagdollAggregateThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, TriangleMeshTriangleMinAreaThreshold) == 0x00004C, "Member 'UPhysicsSettingsCore::TriangleMeshTriangleMinAreaThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnableEnhancedDeterminism) == 0x000050, "Member 'UPhysicsSettingsCore::bEnableEnhancedDeterminism' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnableShapeSharing) == 0x000051, "Member 'UPhysicsSettingsCore::bEnableShapeSharing' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnablePCM) == 0x000052, "Member 'UPhysicsSettingsCore::bEnablePCM' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnableStabilization) == 0x000053, "Member 'UPhysicsSettingsCore::bEnableStabilization' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bWarnMissingLocks) == 0x000054, "Member 'UPhysicsSettingsCore::bWarnMissingLocks' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnable2DPhysics) == 0x000055, "Member 'UPhysicsSettingsCore::bEnable2DPhysics' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bDefaultHasComplexCollision) == 0x000056, "Member 'UPhysicsSettingsCore::bDefaultHasComplexCollision' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, BounceThresholdVelocity) == 0x000058, "Member 'UPhysicsSettingsCore::BounceThresholdVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, FrictionCombineMode) == 0x00005C, "Member 'UPhysicsSettingsCore::FrictionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, RestitutionCombineMode) == 0x00005D, "Member 'UPhysicsSettingsCore::RestitutionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MaxAngularVelocity) == 0x000060, "Member 'UPhysicsSettingsCore::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MaxDepenetrationVelocity) == 0x000064, "Member 'UPhysicsSettingsCore::MaxDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, ContactOffsetMultiplier) == 0x000068, "Member 'UPhysicsSettingsCore::ContactOffsetMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MinContactOffset) == 0x00006C, "Member 'UPhysicsSettingsCore::MinContactOffset' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, MaxContactOffset) == 0x000070, "Member 'UPhysicsSettingsCore::MaxContactOffset' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bSimulateSkeletalMeshOnDedicatedServer) == 0x000074, "Member 'UPhysicsSettingsCore::bSimulateSkeletalMeshOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, DefaultShapeComplexity) == 0x000075, "Member 'UPhysicsSettingsCore::DefaultShapeComplexity' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, SolverOptions) == 0x000078, "Member 'UPhysicsSettingsCore::SolverOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldNotificationId \ +static_assert(alignof(FFieldNotificationId) == 0x000004, "Wrong alignment on FFieldNotificationId"); \ +static_assert(sizeof(FFieldNotificationId) == 0x000008, "Wrong size on FFieldNotificationId"); \ +static_assert(offsetof(FFieldNotificationId, FieldName) == 0x000000, "Member 'FFieldNotificationId::FieldName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INotifyFieldValueChanged \ +static_assert(alignof(INotifyFieldValueChanged) == 0x000001, "Wrong alignment on INotifyFieldValueChanged"); \ +static_assert(sizeof(INotifyFieldValueChanged) == 0x000001, "Wrong size on INotifyFieldValueChanged"); \ + +#define DUMPER7_ASSERTS_FNetAnalyticsDataConfig \ +static_assert(alignof(FNetAnalyticsDataConfig) == 0x000004, "Wrong alignment on FNetAnalyticsDataConfig"); \ +static_assert(sizeof(FNetAnalyticsDataConfig) == 0x00000C, "Wrong size on FNetAnalyticsDataConfig"); \ +static_assert(offsetof(FNetAnalyticsDataConfig, DataName) == 0x000000, "Member 'FNetAnalyticsDataConfig::DataName' has a wrong offset!"); \ +static_assert(offsetof(FNetAnalyticsDataConfig, bEnabled) == 0x000008, "Member 'FNetAnalyticsDataConfig::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFastArraySerializer \ +static_assert(alignof(FFastArraySerializer) == 0x000008, "Wrong alignment on FFastArraySerializer"); \ +static_assert(sizeof(FFastArraySerializer) == 0x000108, "Wrong size on FFastArraySerializer"); \ +static_assert(offsetof(FFastArraySerializer, IDCounter) == 0x000050, "Member 'FFastArraySerializer::IDCounter' has a wrong offset!"); \ +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_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_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_UNetAnalyticsAggregatorConfig \ +static_assert(alignof(UNetAnalyticsAggregatorConfig) == 0x000008, "Wrong alignment on UNetAnalyticsAggregatorConfig"); \ +static_assert(sizeof(UNetAnalyticsAggregatorConfig) == 0x000038, "Wrong size on UNetAnalyticsAggregatorConfig"); \ +static_assert(offsetof(UNetAnalyticsAggregatorConfig, NetAnalyticsData) == 0x000028, "Member 'UNetAnalyticsAggregatorConfig::NetAnalyticsData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStatePerObjectConfig \ +static_assert(alignof(UStatePerObjectConfig) == 0x000008, "Wrong alignment on UStatePerObjectConfig"); \ +static_assert(sizeof(UStatePerObjectConfig) == 0x000068, "Wrong size on UStatePerObjectConfig"); \ +static_assert(offsetof(UStatePerObjectConfig, PerObjectConfigSection) == 0x000050, "Member 'UStatePerObjectConfig::PerObjectConfigSection' has a wrong offset!"); \ +static_assert(offsetof(UStatePerObjectConfig, bEnabled) == 0x000060, "Member 'UStatePerObjectConfig::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEscalationManagerConfig \ +static_assert(alignof(UEscalationManagerConfig) == 0x000008, "Wrong alignment on UEscalationManagerConfig"); \ +static_assert(sizeof(UEscalationManagerConfig) == 0x000088, "Wrong size on UEscalationManagerConfig"); \ +static_assert(offsetof(UEscalationManagerConfig, EscalationSeverity) == 0x000068, "Member 'UEscalationManagerConfig::EscalationSeverity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetObjectPrioritizerDefinition \ +static_assert(alignof(FNetObjectPrioritizerDefinition) == 0x000008, "Wrong alignment on FNetObjectPrioritizerDefinition"); \ +static_assert(sizeof(FNetObjectPrioritizerDefinition) == 0x000028, "Wrong size on FNetObjectPrioritizerDefinition"); \ +static_assert(offsetof(FNetObjectPrioritizerDefinition, PrioritizerName) == 0x000000, "Member 'FNetObjectPrioritizerDefinition::PrioritizerName' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectPrioritizerDefinition, ClassName) == 0x000008, "Member 'FNetObjectPrioritizerDefinition::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectPrioritizerDefinition, Class) == 0x000010, "Member 'FNetObjectPrioritizerDefinition::Class' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectPrioritizerDefinition, ConfigClassName) == 0x000018, "Member 'FNetObjectPrioritizerDefinition::ConfigClassName' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectPrioritizerDefinition, ConfigClass) == 0x000020, "Member 'FNetObjectPrioritizerDefinition::ConfigClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetSerializerConfig \ +static_assert(alignof(FNetSerializerConfig) == 0x000008, "Wrong alignment on FNetSerializerConfig"); \ +static_assert(sizeof(FNetSerializerConfig) == 0x000010, "Wrong size on FNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FVectorNetSerializerConfig \ +static_assert(alignof(FVectorNetSerializerConfig) == 0x000008, "Wrong alignment on FVectorNetSerializerConfig"); \ +static_assert(sizeof(FVectorNetSerializerConfig) == 0x000010, "Wrong size on FVectorNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FObjectNetSerializerConfig \ +static_assert(alignof(FObjectNetSerializerConfig) == 0x000008, "Wrong alignment on FObjectNetSerializerConfig"); \ +static_assert(sizeof(FObjectNetSerializerConfig) == 0x000018, "Wrong size on FObjectNetSerializerConfig"); \ +static_assert(offsetof(FObjectNetSerializerConfig, PropertyClass) == 0x000010, "Member 'FObjectNetSerializerConfig::PropertyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScriptInterfaceNetSerializerConfig \ +static_assert(alignof(FScriptInterfaceNetSerializerConfig) == 0x000008, "Wrong alignment on FScriptInterfaceNetSerializerConfig"); \ +static_assert(sizeof(FScriptInterfaceNetSerializerConfig) == 0x000018, "Wrong size on FScriptInterfaceNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FObjectScopeHysteresisProfile \ +static_assert(alignof(FObjectScopeHysteresisProfile) == 0x000004, "Wrong alignment on FObjectScopeHysteresisProfile"); \ +static_assert(sizeof(FObjectScopeHysteresisProfile) == 0x00000C, "Wrong size on FObjectScopeHysteresisProfile"); \ +static_assert(offsetof(FObjectScopeHysteresisProfile, FilterProfileName) == 0x000000, "Member 'FObjectScopeHysteresisProfile::FilterProfileName' has a wrong offset!"); \ +static_assert(offsetof(FObjectScopeHysteresisProfile, HysteresisFrameCount) == 0x000008, "Member 'FObjectScopeHysteresisProfile::HysteresisFrameCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataStreamDefinition \ +static_assert(alignof(FDataStreamDefinition) == 0x000008, "Wrong alignment on FDataStreamDefinition"); \ +static_assert(sizeof(FDataStreamDefinition) == 0x000020, "Wrong size on FDataStreamDefinition"); \ +static_assert(offsetof(FDataStreamDefinition, DataStreamName) == 0x000000, "Member 'FDataStreamDefinition::DataStreamName' has a wrong offset!"); \ +static_assert(offsetof(FDataStreamDefinition, ClassName) == 0x000008, "Member 'FDataStreamDefinition::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FDataStreamDefinition, Class) == 0x000010, "Member 'FDataStreamDefinition::Class' has a wrong offset!"); \ +static_assert(offsetof(FDataStreamDefinition, DefaultSendStatus) == 0x000018, "Member 'FDataStreamDefinition::DefaultSendStatus' has a wrong offset!"); \ +static_assert(offsetof(FDataStreamDefinition, bAutoCreate) == 0x000019, "Member 'FDataStreamDefinition::bAutoCreate' has a wrong offset!"); \ +static_assert(offsetof(FDataStreamDefinition, bDynamicCreate) == 0x00001A, "Member 'FDataStreamDefinition::bDynamicCreate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIrisFastArraySerializer \ +static_assert(alignof(FIrisFastArraySerializer) == 0x000008, "Wrong alignment on FIrisFastArraySerializer"); \ +static_assert(sizeof(FIrisFastArraySerializer) == 0x000120, "Wrong size on FIrisFastArraySerializer"); \ +static_assert(offsetof(FIrisFastArraySerializer, ChangeMaskStorage) == 0x00010C, "Member 'FIrisFastArraySerializer::ChangeMaskStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumInt32NetSerializerConfig \ +static_assert(alignof(FEnumInt32NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumInt32NetSerializerConfig"); \ +static_assert(sizeof(FEnumInt32NetSerializerConfig) == 0x000028, "Wrong size on FEnumInt32NetSerializerConfig"); \ +static_assert(offsetof(FEnumInt32NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumInt32NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt32NetSerializerConfig, UpperBound) == 0x000014, "Member 'FEnumInt32NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt32NetSerializerConfig, BitCount) == 0x000018, "Member 'FEnumInt32NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReplicationStateDescriptorClassPushModelConfig \ +static_assert(alignof(FReplicationStateDescriptorClassPushModelConfig) == 0x000004, "Wrong alignment on FReplicationStateDescriptorClassPushModelConfig"); \ +static_assert(sizeof(FReplicationStateDescriptorClassPushModelConfig) == 0x000008, "Wrong size on FReplicationStateDescriptorClassPushModelConfig"); \ +static_assert(offsetof(FReplicationStateDescriptorClassPushModelConfig, ClassName) == 0x000000, "Member 'FReplicationStateDescriptorClassPushModelConfig::ClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPackedUint32NetSerializerConfig \ +static_assert(alignof(FPackedUint32NetSerializerConfig) == 0x000008, "Wrong alignment on FPackedUint32NetSerializerConfig"); \ +static_assert(sizeof(FPackedUint32NetSerializerConfig) == 0x000010, "Wrong size on FPackedUint32NetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FSupportsStructNetSerializerConfig \ +static_assert(alignof(FSupportsStructNetSerializerConfig) == 0x000004, "Wrong alignment on FSupportsStructNetSerializerConfig"); \ +static_assert(sizeof(FSupportsStructNetSerializerConfig) == 0x00000C, "Wrong size on FSupportsStructNetSerializerConfig"); \ +static_assert(offsetof(FSupportsStructNetSerializerConfig, StructName) == 0x000000, "Member 'FSupportsStructNetSerializerConfig::StructName' has a wrong offset!"); \ +static_assert(offsetof(FSupportsStructNetSerializerConfig, bCanUseStructNetSerializer) == 0x000008, "Member 'FSupportsStructNetSerializerConfig::bCanUseStructNetSerializer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitQuatNetSerializerConfig \ +static_assert(alignof(FUnitQuatNetSerializerConfig) == 0x000008, "Wrong alignment on FUnitQuatNetSerializerConfig"); \ +static_assert(sizeof(FUnitQuatNetSerializerConfig) == 0x000010, "Wrong size on FUnitQuatNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FNetObjectFilterDefinition \ +static_assert(alignof(FNetObjectFilterDefinition) == 0x000004, "Wrong alignment on FNetObjectFilterDefinition"); \ +static_assert(sizeof(FNetObjectFilterDefinition) == 0x000018, "Wrong size on FNetObjectFilterDefinition"); \ +static_assert(offsetof(FNetObjectFilterDefinition, FilterName) == 0x000000, "Member 'FNetObjectFilterDefinition::FilterName' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectFilterDefinition, ClassName) == 0x000008, "Member 'FNetObjectFilterDefinition::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectFilterDefinition, ConfigClassName) == 0x000010, "Member 'FNetObjectFilterDefinition::ConfigClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetObjectGridFilterProfile \ +static_assert(alignof(FNetObjectGridFilterProfile) == 0x000004, "Wrong alignment on FNetObjectGridFilterProfile"); \ +static_assert(sizeof(FNetObjectGridFilterProfile) == 0x00000C, "Wrong size on FNetObjectGridFilterProfile"); \ +static_assert(offsetof(FNetObjectGridFilterProfile, FilterProfileName) == 0x000000, "Member 'FNetObjectGridFilterProfile::FilterProfileName' has a wrong offset!"); \ +static_assert(offsetof(FNetObjectGridFilterProfile, FrameCountBeforeCulling) == 0x000008, "Member 'FNetObjectGridFilterProfile::FrameCountBeforeCulling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumUint32NetSerializerConfig \ +static_assert(alignof(FEnumUint32NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumUint32NetSerializerConfig"); \ +static_assert(sizeof(FEnumUint32NetSerializerConfig) == 0x000028, "Wrong size on FEnumUint32NetSerializerConfig"); \ +static_assert(offsetof(FEnumUint32NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumUint32NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint32NetSerializerConfig, UpperBound) == 0x000014, "Member 'FEnumUint32NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint32NetSerializerConfig, BitCount) == 0x000018, "Member 'FEnumUint32NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetBlobHandlerDefinition \ +static_assert(alignof(FNetBlobHandlerDefinition) == 0x000004, "Wrong alignment on FNetBlobHandlerDefinition"); \ +static_assert(sizeof(FNetBlobHandlerDefinition) == 0x000008, "Wrong size on FNetBlobHandlerDefinition"); \ +static_assert(offsetof(FNetBlobHandlerDefinition, ClassName) == 0x000000, "Member 'FNetBlobHandlerDefinition::ClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorNetQuantizeNormalNetSerializerConfig \ +static_assert(alignof(FVectorNetQuantizeNormalNetSerializerConfig) == 0x000008, "Wrong alignment on FVectorNetQuantizeNormalNetSerializerConfig"); \ +static_assert(sizeof(FVectorNetQuantizeNormalNetSerializerConfig) == 0x000010, "Wrong size on FVectorNetQuantizeNormalNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FNetTokenStoreTypeIdPair \ +static_assert(alignof(FNetTokenStoreTypeIdPair) == 0x000008, "Wrong alignment on FNetTokenStoreTypeIdPair"); \ +static_assert(sizeof(FNetTokenStoreTypeIdPair) == 0x000018, "Wrong size on FNetTokenStoreTypeIdPair"); \ +static_assert(offsetof(FNetTokenStoreTypeIdPair, StoreTypeName) == 0x000000, "Member 'FNetTokenStoreTypeIdPair::StoreTypeName' has a wrong offset!"); \ +static_assert(offsetof(FNetTokenStoreTypeIdPair, TypeID) == 0x000010, "Member 'FNetTokenStoreTypeIdPair::TypeID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectReplicationBridgePollConfig \ +static_assert(alignof(FObjectReplicationBridgePollConfig) == 0x000004, "Wrong alignment on FObjectReplicationBridgePollConfig"); \ +static_assert(sizeof(FObjectReplicationBridgePollConfig) == 0x000010, "Wrong size on FObjectReplicationBridgePollConfig"); \ +static_assert(offsetof(FObjectReplicationBridgePollConfig, ClassName) == 0x000000, "Member 'FObjectReplicationBridgePollConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgePollConfig, PollFrequency) == 0x000008, "Member 'FObjectReplicationBridgePollConfig::PollFrequency' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgePollConfig, bIncludeSubclasses) == 0x00000C, "Member 'FObjectReplicationBridgePollConfig::bIncludeSubclasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumInt64NetSerializerConfig \ +static_assert(alignof(FEnumInt64NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumInt64NetSerializerConfig"); \ +static_assert(sizeof(FEnumInt64NetSerializerConfig) == 0x000030, "Wrong size on FEnumInt64NetSerializerConfig"); \ +static_assert(offsetof(FEnumInt64NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumInt64NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt64NetSerializerConfig, UpperBound) == 0x000018, "Member 'FEnumInt64NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt64NetSerializerConfig, BitCount) == 0x000020, "Member 'FEnumInt64NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectReplicationBridgeFilterConfig \ +static_assert(alignof(FObjectReplicationBridgeFilterConfig) == 0x000004, "Wrong alignment on FObjectReplicationBridgeFilterConfig"); \ +static_assert(sizeof(FObjectReplicationBridgeFilterConfig) == 0x00001C, "Wrong size on FObjectReplicationBridgeFilterConfig"); \ +static_assert(offsetof(FObjectReplicationBridgeFilterConfig, ClassName) == 0x000000, "Member 'FObjectReplicationBridgeFilterConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeFilterConfig, DynamicFilterName) == 0x000008, "Member 'FObjectReplicationBridgeFilterConfig::DynamicFilterName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeFilterConfig, FilterProfile) == 0x000010, "Member 'FObjectReplicationBridgeFilterConfig::FilterProfile' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeFilterConfig, bForceEnableOnAllInstances) == 0x000018, "Member 'FObjectReplicationBridgeFilterConfig::bForceEnableOnAllInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGuidNetSerializerConfig \ +static_assert(alignof(FGuidNetSerializerConfig) == 0x000008, "Wrong alignment on FGuidNetSerializerConfig"); \ +static_assert(sizeof(FGuidNetSerializerConfig) == 0x000010, "Wrong size on FGuidNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FObjectReplicationBridgePrioritizerConfig \ +static_assert(alignof(FObjectReplicationBridgePrioritizerConfig) == 0x000004, "Wrong alignment on FObjectReplicationBridgePrioritizerConfig"); \ +static_assert(sizeof(FObjectReplicationBridgePrioritizerConfig) == 0x000014, "Wrong size on FObjectReplicationBridgePrioritizerConfig"); \ +static_assert(offsetof(FObjectReplicationBridgePrioritizerConfig, ClassName) == 0x000000, "Member 'FObjectReplicationBridgePrioritizerConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgePrioritizerConfig, PrioritizerName) == 0x000008, "Member 'FObjectReplicationBridgePrioritizerConfig::PrioritizerName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgePrioritizerConfig, bForceEnableOnAllInstances) == 0x000010, "Member 'FObjectReplicationBridgePrioritizerConfig::bForceEnableOnAllInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitQuat4fNetSerializerConfig \ +static_assert(alignof(FUnitQuat4fNetSerializerConfig) == 0x000008, "Wrong alignment on FUnitQuat4fNetSerializerConfig"); \ +static_assert(sizeof(FUnitQuat4fNetSerializerConfig) == 0x000010, "Wrong size on FUnitQuat4fNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FObjectReplicationBridgeDeltaCompressionConfig \ +static_assert(alignof(FObjectReplicationBridgeDeltaCompressionConfig) == 0x000004, "Wrong alignment on FObjectReplicationBridgeDeltaCompressionConfig"); \ +static_assert(sizeof(FObjectReplicationBridgeDeltaCompressionConfig) == 0x00000C, "Wrong size on FObjectReplicationBridgeDeltaCompressionConfig"); \ +static_assert(offsetof(FObjectReplicationBridgeDeltaCompressionConfig, ClassName) == 0x000000, "Member 'FObjectReplicationBridgeDeltaCompressionConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeDeltaCompressionConfig, bEnableDeltaCompression) == 0x000008, "Member 'FObjectReplicationBridgeDeltaCompressionConfig::bEnableDeltaCompression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectReplicatedBridgeCriticalClassConfig \ +static_assert(alignof(FObjectReplicatedBridgeCriticalClassConfig) == 0x000004, "Wrong alignment on FObjectReplicatedBridgeCriticalClassConfig"); \ +static_assert(sizeof(FObjectReplicatedBridgeCriticalClassConfig) == 0x00000C, "Wrong size on FObjectReplicatedBridgeCriticalClassConfig"); \ +static_assert(offsetof(FObjectReplicatedBridgeCriticalClassConfig, ClassName) == 0x000000, "Member 'FObjectReplicatedBridgeCriticalClassConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicatedBridgeCriticalClassConfig, bDisconnectOnProtocolMismatch) == 0x000008, "Member 'FObjectReplicatedBridgeCriticalClassConfig::bDisconnectOnProtocolMismatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectReplicationBridgeAsyncLoadingClassConfig \ +static_assert(alignof(FObjectReplicationBridgeAsyncLoadingClassConfig) == 0x000004, "Wrong alignment on FObjectReplicationBridgeAsyncLoadingClassConfig"); \ +static_assert(sizeof(FObjectReplicationBridgeAsyncLoadingClassConfig) == 0x00000C, "Wrong size on FObjectReplicationBridgeAsyncLoadingClassConfig"); \ +static_assert(offsetof(FObjectReplicationBridgeAsyncLoadingClassConfig, ClassName) == 0x000000, "Member 'FObjectReplicationBridgeAsyncLoadingClassConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeAsyncLoadingClassConfig, IrisAsyncLoadingPriority) == 0x000008, "Member 'FObjectReplicationBridgeAsyncLoadingClassConfig::IrisAsyncLoadingPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectReplicationBridgeTypeStatsConfig \ +static_assert(alignof(FObjectReplicationBridgeTypeStatsConfig) == 0x000004, "Wrong alignment on FObjectReplicationBridgeTypeStatsConfig"); \ +static_assert(sizeof(FObjectReplicationBridgeTypeStatsConfig) == 0x000014, "Wrong size on FObjectReplicationBridgeTypeStatsConfig"); \ +static_assert(offsetof(FObjectReplicationBridgeTypeStatsConfig, ClassName) == 0x000000, "Member 'FObjectReplicationBridgeTypeStatsConfig::ClassName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeTypeStatsConfig, TypeStatsName) == 0x000008, "Member 'FObjectReplicationBridgeTypeStatsConfig::TypeStatsName' has a wrong offset!"); \ +static_assert(offsetof(FObjectReplicationBridgeTypeStatsConfig, bIncludeInMinimalCSVStats) == 0x000010, "Member 'FObjectReplicationBridgeTypeStatsConfig::bIncludeInMinimalCSVStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDateTimeNetSerializerConfig \ +static_assert(alignof(FDateTimeNetSerializerConfig) == 0x000008, "Wrong alignment on FDateTimeNetSerializerConfig"); \ +static_assert(sizeof(FDateTimeNetSerializerConfig) == 0x000010, "Wrong size on FDateTimeNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FEnumInt8NetSerializerConfig \ +static_assert(alignof(FEnumInt8NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumInt8NetSerializerConfig"); \ +static_assert(sizeof(FEnumInt8NetSerializerConfig) == 0x000020, "Wrong size on FEnumInt8NetSerializerConfig"); \ +static_assert(offsetof(FEnumInt8NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumInt8NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt8NetSerializerConfig, UpperBound) == 0x000011, "Member 'FEnumInt8NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt8NetSerializerConfig, BitCount) == 0x000012, "Member 'FEnumInt8NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumInt16NetSerializerConfig \ +static_assert(alignof(FEnumInt16NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumInt16NetSerializerConfig"); \ +static_assert(sizeof(FEnumInt16NetSerializerConfig) == 0x000020, "Wrong size on FEnumInt16NetSerializerConfig"); \ +static_assert(offsetof(FEnumInt16NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumInt16NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt16NetSerializerConfig, UpperBound) == 0x000012, "Member 'FEnumInt16NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumInt16NetSerializerConfig, BitCount) == 0x000014, "Member 'FEnumInt16NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumUint8NetSerializerConfig \ +static_assert(alignof(FEnumUint8NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumUint8NetSerializerConfig"); \ +static_assert(sizeof(FEnumUint8NetSerializerConfig) == 0x000020, "Wrong size on FEnumUint8NetSerializerConfig"); \ +static_assert(offsetof(FEnumUint8NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumUint8NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint8NetSerializerConfig, UpperBound) == 0x000011, "Member 'FEnumUint8NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint8NetSerializerConfig, BitCount) == 0x000012, "Member 'FEnumUint8NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumUint16NetSerializerConfig \ +static_assert(alignof(FEnumUint16NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumUint16NetSerializerConfig"); \ +static_assert(sizeof(FEnumUint16NetSerializerConfig) == 0x000020, "Wrong size on FEnumUint16NetSerializerConfig"); \ +static_assert(offsetof(FEnumUint16NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumUint16NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint16NetSerializerConfig, UpperBound) == 0x000012, "Member 'FEnumUint16NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint16NetSerializerConfig, BitCount) == 0x000014, "Member 'FEnumUint16NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumUint64NetSerializerConfig \ +static_assert(alignof(FEnumUint64NetSerializerConfig) == 0x000008, "Wrong alignment on FEnumUint64NetSerializerConfig"); \ +static_assert(sizeof(FEnumUint64NetSerializerConfig) == 0x000030, "Wrong size on FEnumUint64NetSerializerConfig"); \ +static_assert(offsetof(FEnumUint64NetSerializerConfig, LowerBound) == 0x000010, "Member 'FEnumUint64NetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint64NetSerializerConfig, UpperBound) == 0x000018, "Member 'FEnumUint64NetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FEnumUint64NetSerializerConfig, BitCount) == 0x000020, "Member 'FEnumUint64NetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatNetSerializerConfig \ +static_assert(alignof(FFloatNetSerializerConfig) == 0x000008, "Wrong alignment on FFloatNetSerializerConfig"); \ +static_assert(sizeof(FFloatNetSerializerConfig) == 0x000010, "Wrong size on FFloatNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FDoubleNetSerializerConfig \ +static_assert(alignof(FDoubleNetSerializerConfig) == 0x000008, "Wrong alignment on FDoubleNetSerializerConfig"); \ +static_assert(sizeof(FDoubleNetSerializerConfig) == 0x000010, "Wrong size on FDoubleNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FInstancedStructNetSerializerConfig \ +static_assert(alignof(FInstancedStructNetSerializerConfig) == 0x000008, "Wrong alignment on FInstancedStructNetSerializerConfig"); \ +static_assert(sizeof(FInstancedStructNetSerializerConfig) == 0x000168, "Wrong size on FInstancedStructNetSerializerConfig"); \ +static_assert(offsetof(FInstancedStructNetSerializerConfig, SupportedTypes) == 0x000010, "Member 'FInstancedStructNetSerializerConfig::SupportedTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBitfieldNetSerializerConfig \ +static_assert(alignof(FBitfieldNetSerializerConfig) == 0x000008, "Wrong alignment on FBitfieldNetSerializerConfig"); \ +static_assert(sizeof(FBitfieldNetSerializerConfig) == 0x000018, "Wrong size on FBitfieldNetSerializerConfig"); \ +static_assert(offsetof(FBitfieldNetSerializerConfig, BitMask) == 0x000010, "Member 'FBitfieldNetSerializerConfig::BitMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArrayPropertyNetSerializerConfig \ +static_assert(alignof(FArrayPropertyNetSerializerConfig) == 0x000008, "Wrong alignment on FArrayPropertyNetSerializerConfig"); \ +static_assert(sizeof(FArrayPropertyNetSerializerConfig) == 0x000040, "Wrong size on FArrayPropertyNetSerializerConfig"); \ +static_assert(offsetof(FArrayPropertyNetSerializerConfig, MaxElementCount) == 0x000010, "Member 'FArrayPropertyNetSerializerConfig::MaxElementCount' has a wrong offset!"); \ +static_assert(offsetof(FArrayPropertyNetSerializerConfig, ElementCountBitCount) == 0x000012, "Member 'FArrayPropertyNetSerializerConfig::ElementCountBitCount' has a wrong offset!"); \ +static_assert(offsetof(FArrayPropertyNetSerializerConfig, Property) == 0x000018, "Member 'FArrayPropertyNetSerializerConfig::Property' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLastResortPropertyNetSerializerConfig \ +static_assert(alignof(FLastResortPropertyNetSerializerConfig) == 0x000008, "Wrong alignment on FLastResortPropertyNetSerializerConfig"); \ +static_assert(sizeof(FLastResortPropertyNetSerializerConfig) == 0x000038, "Wrong size on FLastResortPropertyNetSerializerConfig"); \ +static_assert(offsetof(FLastResortPropertyNetSerializerConfig, Property) == 0x000010, "Member 'FLastResortPropertyNetSerializerConfig::Property' has a wrong offset!"); \ +static_assert(offsetof(FLastResortPropertyNetSerializerConfig, bExcludeFromDefaultStateHash) == 0x000030, "Member 'FLastResortPropertyNetSerializerConfig::bExcludeFromDefaultStateHash' has a wrong offset!"); \ +static_assert(offsetof(FLastResortPropertyNetSerializerConfig, MaxQuantizedSizeBits) == 0x000034, "Member 'FLastResortPropertyNetSerializerConfig::MaxQuantizedSizeBits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetRoleNetSerializerConfig \ +static_assert(alignof(FNetRoleNetSerializerConfig) == 0x000008, "Wrong alignment on FNetRoleNetSerializerConfig"); \ +static_assert(sizeof(FNetRoleNetSerializerConfig) == 0x000028, "Wrong size on FNetRoleNetSerializerConfig"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, RelativeInternalOffsetToOtherRole) == 0x000010, "Member 'FNetRoleNetSerializerConfig::RelativeInternalOffsetToOtherRole' has a wrong offset!"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, RelativeExternalOffsetToOtherRole) == 0x000014, "Member 'FNetRoleNetSerializerConfig::RelativeExternalOffsetToOtherRole' has a wrong offset!"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, LowerBound) == 0x000018, "Member 'FNetRoleNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, UpperBound) == 0x000019, "Member 'FNetRoleNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, BitCount) == 0x00001A, "Member 'FNetRoleNetSerializerConfig::BitCount' has a wrong offset!"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, AutonomousProxyValue) == 0x00001B, "Member 'FNetRoleNetSerializerConfig::AutonomousProxyValue' has a wrong offset!"); \ +static_assert(offsetof(FNetRoleNetSerializerConfig, SimulatedProxyValue) == 0x00001C, "Member 'FNetRoleNetSerializerConfig::SimulatedProxyValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldPathNetSerializerConfig \ +static_assert(alignof(FFieldPathNetSerializerConfig) == 0x000008, "Wrong alignment on FFieldPathNetSerializerConfig"); \ +static_assert(sizeof(FFieldPathNetSerializerConfig) == 0x000030, "Wrong size on FFieldPathNetSerializerConfig"); \ +static_assert(offsetof(FFieldPathNetSerializerConfig, Property) == 0x000010, "Member 'FFieldPathNetSerializerConfig::Property' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldPathNetSerializerSerializationHelper \ +static_assert(alignof(FFieldPathNetSerializerSerializationHelper) == 0x000008, "Wrong alignment on FFieldPathNetSerializerSerializationHelper"); \ +static_assert(sizeof(FFieldPathNetSerializerSerializationHelper) == 0x000018, "Wrong size on FFieldPathNetSerializerSerializationHelper"); \ +static_assert(offsetof(FFieldPathNetSerializerSerializationHelper, Owner) == 0x000000, "Member 'FFieldPathNetSerializerSerializationHelper::Owner' has a wrong offset!"); \ +static_assert(offsetof(FFieldPathNetSerializerSerializationHelper, PropertyPath) == 0x000008, "Member 'FFieldPathNetSerializerSerializationHelper::PropertyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntNetSerializerConfig \ +static_assert(alignof(FIntNetSerializerConfig) == 0x000008, "Wrong alignment on FIntNetSerializerConfig"); \ +static_assert(sizeof(FIntNetSerializerConfig) == 0x000018, "Wrong size on FIntNetSerializerConfig"); \ +static_assert(offsetof(FIntNetSerializerConfig, BitCount) == 0x000010, "Member 'FIntNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt8RangeNetSerializerConfig \ +static_assert(alignof(FInt8RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FInt8RangeNetSerializerConfig"); \ +static_assert(sizeof(FInt8RangeNetSerializerConfig) == 0x000018, "Wrong size on FInt8RangeNetSerializerConfig"); \ +static_assert(offsetof(FInt8RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FInt8RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FInt8RangeNetSerializerConfig, UpperBound) == 0x000011, "Member 'FInt8RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FInt8RangeNetSerializerConfig, BitCount) == 0x000012, "Member 'FInt8RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt16RangeNetSerializerConfig \ +static_assert(alignof(FInt16RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FInt16RangeNetSerializerConfig"); \ +static_assert(sizeof(FInt16RangeNetSerializerConfig) == 0x000018, "Wrong size on FInt16RangeNetSerializerConfig"); \ +static_assert(offsetof(FInt16RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FInt16RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FInt16RangeNetSerializerConfig, UpperBound) == 0x000012, "Member 'FInt16RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FInt16RangeNetSerializerConfig, BitCount) == 0x000014, "Member 'FInt16RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32RangeNetSerializerConfig \ +static_assert(alignof(FInt32RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FInt32RangeNetSerializerConfig"); \ +static_assert(sizeof(FInt32RangeNetSerializerConfig) == 0x000020, "Wrong size on FInt32RangeNetSerializerConfig"); \ +static_assert(offsetof(FInt32RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FInt32RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FInt32RangeNetSerializerConfig, UpperBound) == 0x000014, "Member 'FInt32RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FInt32RangeNetSerializerConfig, BitCount) == 0x000018, "Member 'FInt32RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt64RangeNetSerializerConfig \ +static_assert(alignof(FInt64RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FInt64RangeNetSerializerConfig"); \ +static_assert(sizeof(FInt64RangeNetSerializerConfig) == 0x000028, "Wrong size on FInt64RangeNetSerializerConfig"); \ +static_assert(offsetof(FInt64RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FInt64RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FInt64RangeNetSerializerConfig, UpperBound) == 0x000018, "Member 'FInt64RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FInt64RangeNetSerializerConfig, BitCount) == 0x000020, "Member 'FInt64RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolNetSerializerConfig \ +static_assert(alignof(FBoolNetSerializerConfig) == 0x000008, "Wrong alignment on FBoolNetSerializerConfig"); \ +static_assert(sizeof(FBoolNetSerializerConfig) == 0x000010, "Wrong size on FBoolNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FStructNetSerializerConfig \ +static_assert(alignof(FStructNetSerializerConfig) == 0x000008, "Wrong alignment on FStructNetSerializerConfig"); \ +static_assert(sizeof(FStructNetSerializerConfig) == 0x000018, "Wrong size on FStructNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FNopNetSerializerConfig \ +static_assert(alignof(FNopNetSerializerConfig) == 0x000008, "Wrong alignment on FNopNetSerializerConfig"); \ +static_assert(sizeof(FNopNetSerializerConfig) == 0x000010, "Wrong size on FNopNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FObjectPtrNetSerializerConfig \ +static_assert(alignof(FObjectPtrNetSerializerConfig) == 0x000008, "Wrong alignment on FObjectPtrNetSerializerConfig"); \ +static_assert(sizeof(FObjectPtrNetSerializerConfig) == 0x000018, "Wrong size on FObjectPtrNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FWeakObjectNetSerializerConfig \ +static_assert(alignof(FWeakObjectNetSerializerConfig) == 0x000008, "Wrong alignment on FWeakObjectNetSerializerConfig"); \ +static_assert(sizeof(FWeakObjectNetSerializerConfig) == 0x000018, "Wrong size on FWeakObjectNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FPackedInt64NetSerializerConfig \ +static_assert(alignof(FPackedInt64NetSerializerConfig) == 0x000008, "Wrong alignment on FPackedInt64NetSerializerConfig"); \ +static_assert(sizeof(FPackedInt64NetSerializerConfig) == 0x000010, "Wrong size on FPackedInt64NetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FPackedUint64NetSerializerConfig \ +static_assert(alignof(FPackedUint64NetSerializerConfig) == 0x000008, "Wrong alignment on FPackedUint64NetSerializerConfig"); \ +static_assert(sizeof(FPackedUint64NetSerializerConfig) == 0x000010, "Wrong size on FPackedUint64NetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FPackedInt32NetSerializerConfig \ +static_assert(alignof(FPackedInt32NetSerializerConfig) == 0x000008, "Wrong alignment on FPackedInt32NetSerializerConfig"); \ +static_assert(sizeof(FPackedInt32NetSerializerConfig) == 0x000010, "Wrong size on FPackedInt32NetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FVectorNetQuantizeNetSerializerConfig \ +static_assert(alignof(FVectorNetQuantizeNetSerializerConfig) == 0x000008, "Wrong alignment on FVectorNetQuantizeNetSerializerConfig"); \ +static_assert(sizeof(FVectorNetQuantizeNetSerializerConfig) == 0x000010, "Wrong size on FVectorNetQuantizeNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FVectorNetQuantize10NetSerializerConfig \ +static_assert(alignof(FVectorNetQuantize10NetSerializerConfig) == 0x000008, "Wrong alignment on FVectorNetQuantize10NetSerializerConfig"); \ +static_assert(sizeof(FVectorNetQuantize10NetSerializerConfig) == 0x000010, "Wrong size on FVectorNetQuantize10NetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FVectorNetQuantize100NetSerializerConfig \ +static_assert(alignof(FVectorNetQuantize100NetSerializerConfig) == 0x000008, "Wrong alignment on FVectorNetQuantize100NetSerializerConfig"); \ +static_assert(sizeof(FVectorNetQuantize100NetSerializerConfig) == 0x000010, "Wrong size on FVectorNetQuantize100NetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FPolymorphicStructNetSerializerConfig \ +static_assert(alignof(FPolymorphicStructNetSerializerConfig) == 0x000008, "Wrong alignment on FPolymorphicStructNetSerializerConfig"); \ +static_assert(sizeof(FPolymorphicStructNetSerializerConfig) == 0x000028, "Wrong size on FPolymorphicStructNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FPolymorphicArrayStructNetSerializerConfig \ +static_assert(alignof(FPolymorphicArrayStructNetSerializerConfig) == 0x000008, "Wrong alignment on FPolymorphicArrayStructNetSerializerConfig"); \ +static_assert(sizeof(FPolymorphicArrayStructNetSerializerConfig) == 0x000028, "Wrong size on FPolymorphicArrayStructNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FUnitQuat4dNetSerializerConfig \ +static_assert(alignof(FUnitQuat4dNetSerializerConfig) == 0x000008, "Wrong alignment on FUnitQuat4dNetSerializerConfig"); \ +static_assert(sizeof(FUnitQuat4dNetSerializerConfig) == 0x000010, "Wrong size on FUnitQuat4dNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRemoteObjectIdNetSerializerConfig \ +static_assert(alignof(FRemoteObjectIdNetSerializerConfig) == 0x000008, "Wrong alignment on FRemoteObjectIdNetSerializerConfig"); \ +static_assert(sizeof(FRemoteObjectIdNetSerializerConfig) == 0x000010, "Wrong size on FRemoteObjectIdNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRemoteObjectReferenceNetSerializerConfig \ +static_assert(alignof(FRemoteObjectReferenceNetSerializerConfig) == 0x000008, "Wrong alignment on FRemoteObjectReferenceNetSerializerConfig"); \ +static_assert(sizeof(FRemoteObjectReferenceNetSerializerConfig) == 0x000010, "Wrong size on FRemoteObjectReferenceNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRemoteServerIdNetSerializerConfig \ +static_assert(alignof(FRemoteServerIdNetSerializerConfig) == 0x000008, "Wrong alignment on FRemoteServerIdNetSerializerConfig"); \ +static_assert(sizeof(FRemoteServerIdNetSerializerConfig) == 0x000010, "Wrong size on FRemoteServerIdNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRotatorNetSerializerConfig \ +static_assert(alignof(FRotatorNetSerializerConfig) == 0x000008, "Wrong alignment on FRotatorNetSerializerConfig"); \ +static_assert(sizeof(FRotatorNetSerializerConfig) == 0x000010, "Wrong size on FRotatorNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRotatorAsByteNetSerializerConfig \ +static_assert(alignof(FRotatorAsByteNetSerializerConfig) == 0x000008, "Wrong alignment on FRotatorAsByteNetSerializerConfig"); \ +static_assert(sizeof(FRotatorAsByteNetSerializerConfig) == 0x000010, "Wrong size on FRotatorAsByteNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRotatorAsShortNetSerializerConfig \ +static_assert(alignof(FRotatorAsShortNetSerializerConfig) == 0x000008, "Wrong alignment on FRotatorAsShortNetSerializerConfig"); \ +static_assert(sizeof(FRotatorAsShortNetSerializerConfig) == 0x000010, "Wrong size on FRotatorAsShortNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRotator3fNetSerializerConfig \ +static_assert(alignof(FRotator3fNetSerializerConfig) == 0x000008, "Wrong alignment on FRotator3fNetSerializerConfig"); \ +static_assert(sizeof(FRotator3fNetSerializerConfig) == 0x000010, "Wrong size on FRotator3fNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FRotator3dNetSerializerConfig \ +static_assert(alignof(FRotator3dNetSerializerConfig) == 0x000008, "Wrong alignment on FRotator3dNetSerializerConfig"); \ +static_assert(sizeof(FRotator3dNetSerializerConfig) == 0x000010, "Wrong size on FRotator3dNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FSoftObjectNetSerializerConfig \ +static_assert(alignof(FSoftObjectNetSerializerConfig) == 0x000008, "Wrong alignment on FSoftObjectNetSerializerConfig"); \ +static_assert(sizeof(FSoftObjectNetSerializerConfig) == 0x000010, "Wrong size on FSoftObjectNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FSoftObjectPathNetSerializerConfig \ +static_assert(alignof(FSoftObjectPathNetSerializerConfig) == 0x000008, "Wrong alignment on FSoftObjectPathNetSerializerConfig"); \ +static_assert(sizeof(FSoftObjectPathNetSerializerConfig) == 0x000010, "Wrong size on FSoftObjectPathNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FSoftClassPathNetSerializerConfig \ +static_assert(alignof(FSoftClassPathNetSerializerConfig) == 0x000008, "Wrong alignment on FSoftClassPathNetSerializerConfig"); \ +static_assert(sizeof(FSoftClassPathNetSerializerConfig) == 0x000010, "Wrong size on FSoftClassPathNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FNameNetSerializerConfig \ +static_assert(alignof(FNameNetSerializerConfig) == 0x000008, "Wrong alignment on FNameNetSerializerConfig"); \ +static_assert(sizeof(FNameNetSerializerConfig) == 0x000010, "Wrong size on FNameNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FNameAsNetTokenNetSerializerConfig \ +static_assert(alignof(FNameAsNetTokenNetSerializerConfig) == 0x000008, "Wrong alignment on FNameAsNetTokenNetSerializerConfig"); \ +static_assert(sizeof(FNameAsNetTokenNetSerializerConfig) == 0x000010, "Wrong size on FNameAsNetTokenNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FStringNetSerializerConfig \ +static_assert(alignof(FStringNetSerializerConfig) == 0x000008, "Wrong alignment on FStringNetSerializerConfig"); \ +static_assert(sizeof(FStringNetSerializerConfig) == 0x000010, "Wrong size on FStringNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FUintNetSerializerConfig \ +static_assert(alignof(FUintNetSerializerConfig) == 0x000008, "Wrong alignment on FUintNetSerializerConfig"); \ +static_assert(sizeof(FUintNetSerializerConfig) == 0x000018, "Wrong size on FUintNetSerializerConfig"); \ +static_assert(offsetof(FUintNetSerializerConfig, BitCount) == 0x000010, "Member 'FUintNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint8RangeNetSerializerConfig \ +static_assert(alignof(FUint8RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FUint8RangeNetSerializerConfig"); \ +static_assert(sizeof(FUint8RangeNetSerializerConfig) == 0x000018, "Wrong size on FUint8RangeNetSerializerConfig"); \ +static_assert(offsetof(FUint8RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FUint8RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FUint8RangeNetSerializerConfig, UpperBound) == 0x000011, "Member 'FUint8RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FUint8RangeNetSerializerConfig, BitCount) == 0x000012, "Member 'FUint8RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint16RangeNetSerializerConfig \ +static_assert(alignof(FUint16RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FUint16RangeNetSerializerConfig"); \ +static_assert(sizeof(FUint16RangeNetSerializerConfig) == 0x000018, "Wrong size on FUint16RangeNetSerializerConfig"); \ +static_assert(offsetof(FUint16RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FUint16RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FUint16RangeNetSerializerConfig, UpperBound) == 0x000012, "Member 'FUint16RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FUint16RangeNetSerializerConfig, BitCount) == 0x000014, "Member 'FUint16RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint32RangeNetSerializerConfig \ +static_assert(alignof(FUint32RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FUint32RangeNetSerializerConfig"); \ +static_assert(sizeof(FUint32RangeNetSerializerConfig) == 0x000020, "Wrong size on FUint32RangeNetSerializerConfig"); \ +static_assert(offsetof(FUint32RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FUint32RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FUint32RangeNetSerializerConfig, UpperBound) == 0x000014, "Member 'FUint32RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FUint32RangeNetSerializerConfig, BitCount) == 0x000018, "Member 'FUint32RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUint64RangeNetSerializerConfig \ +static_assert(alignof(FUint64RangeNetSerializerConfig) == 0x000008, "Wrong alignment on FUint64RangeNetSerializerConfig"); \ +static_assert(sizeof(FUint64RangeNetSerializerConfig) == 0x000028, "Wrong size on FUint64RangeNetSerializerConfig"); \ +static_assert(offsetof(FUint64RangeNetSerializerConfig, LowerBound) == 0x000010, "Member 'FUint64RangeNetSerializerConfig::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FUint64RangeNetSerializerConfig, UpperBound) == 0x000018, "Member 'FUint64RangeNetSerializerConfig::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FUint64RangeNetSerializerConfig, BitCount) == 0x000020, "Member 'FUint64RangeNetSerializerConfig::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector3fNetSerializerConfig \ +static_assert(alignof(FVector3fNetSerializerConfig) == 0x000008, "Wrong alignment on FVector3fNetSerializerConfig"); \ +static_assert(sizeof(FVector3fNetSerializerConfig) == 0x000010, "Wrong size on FVector3fNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FVector3dNetSerializerConfig \ +static_assert(alignof(FVector3dNetSerializerConfig) == 0x000008, "Wrong alignment on FVector3dNetSerializerConfig"); \ +static_assert(sizeof(FVector3dNetSerializerConfig) == 0x000010, "Wrong size on FVector3dNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_UReplicationFilteringConfig \ +static_assert(alignof(UReplicationFilteringConfig) == 0x000008, "Wrong alignment on UReplicationFilteringConfig"); \ +static_assert(sizeof(UReplicationFilteringConfig) == 0x000040, "Wrong size on UReplicationFilteringConfig"); \ +static_assert(offsetof(UReplicationFilteringConfig, bEnableObjectScopeHysteresis) == 0x000028, "Member 'UReplicationFilteringConfig::bEnableObjectScopeHysteresis' has a wrong offset!"); \ +static_assert(offsetof(UReplicationFilteringConfig, DefaultHysteresisFrameCount) == 0x000029, "Member 'UReplicationFilteringConfig::DefaultHysteresisFrameCount' has a wrong offset!"); \ +static_assert(offsetof(UReplicationFilteringConfig, HysteresisUpdateConnectionThrottling) == 0x00002A, "Member 'UReplicationFilteringConfig::HysteresisUpdateConnectionThrottling' has a wrong offset!"); \ +static_assert(offsetof(UReplicationFilteringConfig, HysteresisProfiles) == 0x000030, "Member 'UReplicationFilteringConfig::HysteresisProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataStream \ +static_assert(alignof(UDataStream) == 0x000008, "Wrong alignment on UDataStream"); \ +static_assert(sizeof(UDataStream) == 0x000050, "Wrong size on UDataStream"); \ + +#define DUMPER7_ASSERTS_UDataStreamDefinitions \ +static_assert(alignof(UDataStreamDefinitions) == 0x000008, "Wrong alignment on UDataStreamDefinitions"); \ +static_assert(sizeof(UDataStreamDefinitions) == 0x000040, "Wrong size on UDataStreamDefinitions"); \ +static_assert(offsetof(UDataStreamDefinitions, DataStreamDefinitions) == 0x000028, "Member 'UDataStreamDefinitions::DataStreamDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataStreamManager \ +static_assert(alignof(UDataStreamManager) == 0x000008, "Wrong alignment on UDataStreamManager"); \ +static_assert(sizeof(UDataStreamManager) == 0x000058, "Wrong size on UDataStreamManager"); \ + +#define DUMPER7_ASSERTS_UReplicationStateDescriptorConfig \ +static_assert(alignof(UReplicationStateDescriptorConfig) == 0x000008, "Wrong alignment on UReplicationStateDescriptorConfig"); \ +static_assert(sizeof(UReplicationStateDescriptorConfig) == 0x000050, "Wrong size on UReplicationStateDescriptorConfig"); \ +static_assert(offsetof(UReplicationStateDescriptorConfig, SupportsStructNetSerializerList) == 0x000028, "Member 'UReplicationStateDescriptorConfig::SupportsStructNetSerializerList' has a wrong offset!"); \ +static_assert(offsetof(UReplicationStateDescriptorConfig, EnsureFullyPushModelClassNames) == 0x000038, "Member 'UReplicationStateDescriptorConfig::EnsureFullyPushModelClassNames' has a wrong offset!"); \ +static_assert(offsetof(UReplicationStateDescriptorConfig, bEnsureAllClassesAreFullyPushModel) == 0x000048, "Member 'UReplicationStateDescriptorConfig::bEnsureAllClassesAreFullyPushModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChunkedDataStream \ +static_assert(alignof(UChunkedDataStream) == 0x000008, "Wrong alignment on UChunkedDataStream"); \ +static_assert(sizeof(UChunkedDataStream) == 0x000068, "Wrong size on UChunkedDataStream"); \ +static_assert(offsetof(UChunkedDataStream, PackageMap) == 0x000060, "Member 'UChunkedDataStream::PackageMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectFilterConfig \ +static_assert(alignof(UNetObjectFilterConfig) == 0x000008, "Wrong alignment on UNetObjectFilterConfig"); \ +static_assert(sizeof(UNetObjectFilterConfig) == 0x000028, "Wrong size on UNetObjectFilterConfig"); \ + +#define DUMPER7_ASSERTS_UAlwaysRelevantNetObjectFilterConfig \ +static_assert(alignof(UAlwaysRelevantNetObjectFilterConfig) == 0x000008, "Wrong alignment on UAlwaysRelevantNetObjectFilterConfig"); \ +static_assert(sizeof(UAlwaysRelevantNetObjectFilterConfig) == 0x000028, "Wrong size on UAlwaysRelevantNetObjectFilterConfig"); \ + +#define DUMPER7_ASSERTS_UNetObjectFilter \ +static_assert(alignof(UNetObjectFilter) == 0x000008, "Wrong alignment on UNetObjectFilter"); \ +static_assert(sizeof(UNetObjectFilter) == 0x000060, "Wrong size on UNetObjectFilter"); \ + +#define DUMPER7_ASSERTS_UAlwaysRelevantNetObjectFilter \ +static_assert(alignof(UAlwaysRelevantNetObjectFilter) == 0x000008, "Wrong alignment on UAlwaysRelevantNetObjectFilter"); \ +static_assert(sizeof(UAlwaysRelevantNetObjectFilter) == 0x000060, "Wrong size on UAlwaysRelevantNetObjectFilter"); \ + +#define DUMPER7_ASSERTS_UFilterOutNetObjectFilterConfig \ +static_assert(alignof(UFilterOutNetObjectFilterConfig) == 0x000008, "Wrong alignment on UFilterOutNetObjectFilterConfig"); \ +static_assert(sizeof(UFilterOutNetObjectFilterConfig) == 0x000028, "Wrong size on UFilterOutNetObjectFilterConfig"); \ + +#define DUMPER7_ASSERTS_UFilterOutNetObjectFilter \ +static_assert(alignof(UFilterOutNetObjectFilter) == 0x000008, "Wrong alignment on UFilterOutNetObjectFilter"); \ +static_assert(sizeof(UFilterOutNetObjectFilter) == 0x000060, "Wrong size on UFilterOutNetObjectFilter"); \ + +#define DUMPER7_ASSERTS_UNetObjectFilterDefinitions \ +static_assert(alignof(UNetObjectFilterDefinitions) == 0x000008, "Wrong alignment on UNetObjectFilterDefinitions"); \ +static_assert(sizeof(UNetObjectFilterDefinitions) == 0x000038, "Wrong size on UNetObjectFilterDefinitions"); \ +static_assert(offsetof(UNetObjectFilterDefinitions, NetObjectFilterDefinitions) == 0x000028, "Member 'UNetObjectFilterDefinitions::NetObjectFilterDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectGridFilterConfig \ +static_assert(alignof(UNetObjectGridFilterConfig) == 0x000008, "Wrong alignment on UNetObjectGridFilterConfig"); \ +static_assert(sizeof(UNetObjectGridFilterConfig) == 0x000050, "Wrong size on UNetObjectGridFilterConfig"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, ViewPosRelevancyFrameCount) == 0x000028, "Member 'UNetObjectGridFilterConfig::ViewPosRelevancyFrameCount' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, DefaultFrameCountBeforeCulling) == 0x00002C, "Member 'UNetObjectGridFilterConfig::DefaultFrameCountBeforeCulling' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, CellSizeX) == 0x000030, "Member 'UNetObjectGridFilterConfig::CellSizeX' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, CellSizeY) == 0x000034, "Member 'UNetObjectGridFilterConfig::CellSizeY' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, DefaultCullDistance) == 0x000038, "Member 'UNetObjectGridFilterConfig::DefaultCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, bUseExactCullDistance) == 0x00003C, "Member 'UNetObjectGridFilterConfig::bUseExactCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectGridFilterConfig, FilterProfiles) == 0x000040, "Member 'UNetObjectGridFilterConfig::FilterProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectGridFilter \ +static_assert(alignof(UNetObjectGridFilter) == 0x000008, "Wrong alignment on UNetObjectGridFilter"); \ +static_assert(sizeof(UNetObjectGridFilter) == 0x000188, "Wrong size on UNetObjectGridFilter"); \ + +#define DUMPER7_ASSERTS_UNetObjectGridWorldLocFilter \ +static_assert(alignof(UNetObjectGridWorldLocFilter) == 0x000008, "Wrong alignment on UNetObjectGridWorldLocFilter"); \ +static_assert(sizeof(UNetObjectGridWorldLocFilter) == 0x000190, "Wrong size on UNetObjectGridWorldLocFilter"); \ + +#define DUMPER7_ASSERTS_UNetBlobHandler \ +static_assert(alignof(UNetBlobHandler) == 0x000008, "Wrong alignment on UNetBlobHandler"); \ +static_assert(sizeof(UNetBlobHandler) == 0x000038, "Wrong size on UNetBlobHandler"); \ + +#define DUMPER7_ASSERTS_UNetBlobHandlerDefinitions \ +static_assert(alignof(UNetBlobHandlerDefinitions) == 0x000008, "Wrong alignment on UNetBlobHandlerDefinitions"); \ +static_assert(sizeof(UNetBlobHandlerDefinitions) == 0x000038, "Wrong size on UNetBlobHandlerDefinitions"); \ +static_assert(offsetof(UNetBlobHandlerDefinitions, NetBlobHandlerDefinitions) == 0x000028, "Member 'UNetBlobHandlerDefinitions::NetBlobHandlerDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectBlobHandler \ +static_assert(alignof(UNetObjectBlobHandler) == 0x000008, "Wrong alignment on UNetObjectBlobHandler"); \ +static_assert(sizeof(UNetObjectBlobHandler) == 0x000038, "Wrong size on UNetObjectBlobHandler"); \ + +#define DUMPER7_ASSERTS_UNetRPCHandler \ +static_assert(alignof(UNetRPCHandler) == 0x000008, "Wrong alignment on UNetRPCHandler"); \ +static_assert(sizeof(UNetRPCHandler) == 0x000040, "Wrong size on UNetRPCHandler"); \ + +#define DUMPER7_ASSERTS_USequentialPartialNetBlobHandlerConfig \ +static_assert(alignof(USequentialPartialNetBlobHandlerConfig) == 0x000008, "Wrong alignment on USequentialPartialNetBlobHandlerConfig"); \ +static_assert(sizeof(USequentialPartialNetBlobHandlerConfig) == 0x000030, "Wrong size on USequentialPartialNetBlobHandlerConfig"); \ +static_assert(offsetof(USequentialPartialNetBlobHandlerConfig, MaxPartBitCount) == 0x000028, "Member 'USequentialPartialNetBlobHandlerConfig::MaxPartBitCount' has a wrong offset!"); \ +static_assert(offsetof(USequentialPartialNetBlobHandlerConfig, MaxPartCount) == 0x00002C, "Member 'USequentialPartialNetBlobHandlerConfig::MaxPartCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPartialNetObjectAttachmentHandlerConfig \ +static_assert(alignof(UPartialNetObjectAttachmentHandlerConfig) == 0x000008, "Wrong alignment on UPartialNetObjectAttachmentHandlerConfig"); \ +static_assert(sizeof(UPartialNetObjectAttachmentHandlerConfig) == 0x000040, "Wrong size on UPartialNetObjectAttachmentHandlerConfig"); \ +static_assert(offsetof(UPartialNetObjectAttachmentHandlerConfig, BitCountSplitThreshold) == 0x000030, "Member 'UPartialNetObjectAttachmentHandlerConfig::BitCountSplitThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPartialNetObjectAttachmentHandlerConfig, ClientUnreliableBitCountSplitThreshold) == 0x000034, "Member 'UPartialNetObjectAttachmentHandlerConfig::ClientUnreliableBitCountSplitThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPartialNetObjectAttachmentHandlerConfig, ServerUnreliableBitCountSplitThreshold) == 0x000038, "Member 'UPartialNetObjectAttachmentHandlerConfig::ServerUnreliableBitCountSplitThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequentialPartialNetBlobHandler \ +static_assert(alignof(USequentialPartialNetBlobHandler) == 0x000008, "Wrong alignment on USequentialPartialNetBlobHandler"); \ +static_assert(sizeof(USequentialPartialNetBlobHandler) == 0x000048, "Wrong size on USequentialPartialNetBlobHandler"); \ + +#define DUMPER7_ASSERTS_UPartialNetObjectAttachmentHandler \ +static_assert(alignof(UPartialNetObjectAttachmentHandler) == 0x000008, "Wrong alignment on UPartialNetObjectAttachmentHandler"); \ +static_assert(sizeof(UPartialNetObjectAttachmentHandler) == 0x000150, "Wrong size on UPartialNetObjectAttachmentHandler"); \ + +#define DUMPER7_ASSERTS_UNetObjectFactory \ +static_assert(alignof(UNetObjectFactory) == 0x000008, "Wrong alignment on UNetObjectFactory"); \ +static_assert(sizeof(UNetObjectFactory) == 0x000038, "Wrong size on UNetObjectFactory"); \ + +#define DUMPER7_ASSERTS_UNetTokenDataStream \ +static_assert(alignof(UNetTokenDataStream) == 0x000008, "Wrong alignment on UNetTokenDataStream"); \ +static_assert(sizeof(UNetTokenDataStream) == 0x0000A0, "Wrong size on UNetTokenDataStream"); \ + +#define DUMPER7_ASSERTS_UNetTokenTypeIdConfig \ +static_assert(alignof(UNetTokenTypeIdConfig) == 0x000008, "Wrong alignment on UNetTokenTypeIdConfig"); \ +static_assert(sizeof(UNetTokenTypeIdConfig) == 0x000038, "Wrong size on UNetTokenTypeIdConfig"); \ +static_assert(offsetof(UNetTokenTypeIdConfig, ReservedTypeIds) == 0x000028, "Member 'UNetTokenTypeIdConfig::ReservedTypeIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationBridge \ +static_assert(alignof(UReplicationBridge) == 0x000008, "Wrong alignment on UReplicationBridge"); \ +static_assert(sizeof(UReplicationBridge) == 0x000110, "Wrong size on UReplicationBridge"); \ + +#define DUMPER7_ASSERTS_UObjectReplicationBridge \ +static_assert(alignof(UObjectReplicationBridge) == 0x000010, "Wrong alignment on UObjectReplicationBridge"); \ +static_assert(sizeof(UObjectReplicationBridge) == 0x000690, "Wrong size on UObjectReplicationBridge"); \ +static_assert(offsetof(UObjectReplicationBridge, NetObjectFactories) == 0x0005C8, "Member 'UObjectReplicationBridge::NetObjectFactories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectReplicationBridgeConfig \ +static_assert(alignof(UObjectReplicationBridgeConfig) == 0x000008, "Wrong alignment on UObjectReplicationBridgeConfig"); \ +static_assert(sizeof(UObjectReplicationBridgeConfig) == 0x0000C0, "Wrong size on UObjectReplicationBridgeConfig"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, PollConfigs) == 0x000028, "Member 'UObjectReplicationBridgeConfig::PollConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, FilterConfigs) == 0x000038, "Member 'UObjectReplicationBridgeConfig::FilterConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, PrioritizerConfigs) == 0x000048, "Member 'UObjectReplicationBridgeConfig::PrioritizerConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, DeltaCompressionConfigs) == 0x000058, "Member 'UObjectReplicationBridgeConfig::DeltaCompressionConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, CriticalClassConfigs) == 0x000068, "Member 'UObjectReplicationBridgeConfig::CriticalClassConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, bAllClassesCritical) == 0x000078, "Member 'UObjectReplicationBridgeConfig::bAllClassesCritical' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, TypeStatsConfigs) == 0x000080, "Member 'UObjectReplicationBridgeConfig::TypeStatsConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, DefaultSpatialFilterName) == 0x000090, "Member 'UObjectReplicationBridgeConfig::DefaultSpatialFilterName' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, AsyncLoadingClassConfigs) == 0x000098, "Member 'UObjectReplicationBridgeConfig::AsyncLoadingClassConfigs' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, RequiredNetDriverChannelClassName) == 0x0000A8, "Member 'UObjectReplicationBridgeConfig::RequiredNetDriverChannelClassName' has a wrong offset!"); \ +static_assert(offsetof(UObjectReplicationBridgeConfig, CriticalActorClasses) == 0x0000B0, "Member 'UObjectReplicationBridgeConfig::CriticalActorClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectPrioritizerConfig \ +static_assert(alignof(UNetObjectPrioritizerConfig) == 0x000008, "Wrong alignment on UNetObjectPrioritizerConfig"); \ +static_assert(sizeof(UNetObjectPrioritizerConfig) == 0x000028, "Wrong size on UNetObjectPrioritizerConfig"); \ + +#define DUMPER7_ASSERTS_UFieldOfViewNetObjectPrioritizerConfig \ +static_assert(alignof(UFieldOfViewNetObjectPrioritizerConfig) == 0x000008, "Wrong alignment on UFieldOfViewNetObjectPrioritizerConfig"); \ +static_assert(sizeof(UFieldOfViewNetObjectPrioritizerConfig) == 0x000058, "Wrong size on UFieldOfViewNetObjectPrioritizerConfig"); \ +static_assert(offsetof(UFieldOfViewNetObjectPrioritizerConfig, InnerSphereRadius) == 0x000028, "Member 'UFieldOfViewNetObjectPrioritizerConfig::InnerSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(UFieldOfViewNetObjectPrioritizerConfig, InnerSpherePriority) == 0x00002C, "Member 'UFieldOfViewNetObjectPrioritizerConfig::InnerSpherePriority' has a wrong offset!"); \ +static_assert(offsetof(UFieldOfViewNetObjectPrioritizerConfig, OuterSphereRadius) == 0x000030, "Member 'UFieldOfViewNetObjectPrioritizerConfig::OuterSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(UFieldOfViewNetObjectPrioritizerConfig, OuterSpherePriority) == 0x000034, "Member 'UFieldOfViewNetObjectPrioritizerConfig::OuterSpherePriority' has a wrong offset!"); \ +static_assert(offsetof(UFieldOfViewNetObjectPrioritizerConfig, ConeFieldOfViewDegrees) == 0x000038, "Member 'UFieldOfViewNetObjectPrioritizerConfig::ConeFieldOfViewDegrees' has a wrong offset!"); \ +static_assert(offsetof(UFieldOfViewNetObjectPrioritizerConfig, InnerConeLength) == 0x00003C, "Member 'UFieldOfViewNetObjectPrioritizerConfig::InnerConeLength' has a wrong offset!"); \ +static_assert(offsetof(UFieldOfViewNetObjectPrioritizerConfig, ConeLength) == 0x000040, "Member 'UFieldOfViewNetObjectPrioritizerConfig::ConeLength' has a wrong offset!"); \ +static_assert(offsetof(UFieldOfViewNetObjectPrioritizerConfig, MinConePriority) == 0x000044, "Member 'UFieldOfViewNetObjectPrioritizerConfig::MinConePriority' has a wrong offset!"); \ +static_assert(offsetof(UFieldOfViewNetObjectPrioritizerConfig, MaxConePriority) == 0x000048, "Member 'UFieldOfViewNetObjectPrioritizerConfig::MaxConePriority' has a wrong offset!"); \ +static_assert(offsetof(UFieldOfViewNetObjectPrioritizerConfig, LineOfSightWidth) == 0x00004C, "Member 'UFieldOfViewNetObjectPrioritizerConfig::LineOfSightWidth' has a wrong offset!"); \ +static_assert(offsetof(UFieldOfViewNetObjectPrioritizerConfig, LineOfSightPriority) == 0x000050, "Member 'UFieldOfViewNetObjectPrioritizerConfig::LineOfSightPriority' has a wrong offset!"); \ +static_assert(offsetof(UFieldOfViewNetObjectPrioritizerConfig, OutsidePriority) == 0x000054, "Member 'UFieldOfViewNetObjectPrioritizerConfig::OutsidePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectPrioritizer \ +static_assert(alignof(UNetObjectPrioritizer) == 0x000008, "Wrong alignment on UNetObjectPrioritizer"); \ +static_assert(sizeof(UNetObjectPrioritizer) == 0x000028, "Wrong size on UNetObjectPrioritizer"); \ + +#define DUMPER7_ASSERTS_ULocationBasedNetObjectPrioritizer \ +static_assert(alignof(ULocationBasedNetObjectPrioritizer) == 0x000008, "Wrong alignment on ULocationBasedNetObjectPrioritizer"); \ +static_assert(sizeof(ULocationBasedNetObjectPrioritizer) == 0x000060, "Wrong size on ULocationBasedNetObjectPrioritizer"); \ + +#define DUMPER7_ASSERTS_UFieldOfViewNetObjectPrioritizer \ +static_assert(alignof(UFieldOfViewNetObjectPrioritizer) == 0x000008, "Wrong alignment on UFieldOfViewNetObjectPrioritizer"); \ +static_assert(sizeof(UFieldOfViewNetObjectPrioritizer) == 0x000068, "Wrong size on UFieldOfViewNetObjectPrioritizer"); \ + +#define DUMPER7_ASSERTS_UNetObjectConnectionFilterConfig \ +static_assert(alignof(UNetObjectConnectionFilterConfig) == 0x000008, "Wrong alignment on UNetObjectConnectionFilterConfig"); \ +static_assert(sizeof(UNetObjectConnectionFilterConfig) == 0x000030, "Wrong size on UNetObjectConnectionFilterConfig"); \ +static_assert(offsetof(UNetObjectConnectionFilterConfig, MaxObjectCount) == 0x000028, "Member 'UNetObjectConnectionFilterConfig::MaxObjectCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectConnectionFilter \ +static_assert(alignof(UNetObjectConnectionFilter) == 0x000008, "Wrong alignment on UNetObjectConnectionFilter"); \ +static_assert(sizeof(UNetObjectConnectionFilter) == 0x0000A8, "Wrong size on UNetObjectConnectionFilter"); \ + +#define DUMPER7_ASSERTS_UNetObjectCountLimiterConfig \ +static_assert(alignof(UNetObjectCountLimiterConfig) == 0x000008, "Wrong alignment on UNetObjectCountLimiterConfig"); \ +static_assert(sizeof(UNetObjectCountLimiterConfig) == 0x000040, "Wrong size on UNetObjectCountLimiterConfig"); \ +static_assert(offsetof(UNetObjectCountLimiterConfig, Mode) == 0x000028, "Member 'UNetObjectCountLimiterConfig::Mode' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectCountLimiterConfig, MaxObjectCount) == 0x00002C, "Member 'UNetObjectCountLimiterConfig::MaxObjectCount' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectCountLimiterConfig, Priority) == 0x000030, "Member 'UNetObjectCountLimiterConfig::Priority' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectCountLimiterConfig, OwningConnectionPriority) == 0x000034, "Member 'UNetObjectCountLimiterConfig::OwningConnectionPriority' has a wrong offset!"); \ +static_assert(offsetof(UNetObjectCountLimiterConfig, bEnableOwnedObjectsFastLane) == 0x000038, "Member 'UNetObjectCountLimiterConfig::bEnableOwnedObjectsFastLane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetObjectCountLimiter \ +static_assert(alignof(UNetObjectCountLimiter) == 0x000008, "Wrong alignment on UNetObjectCountLimiter"); \ +static_assert(sizeof(UNetObjectCountLimiter) == 0x000090, "Wrong size on UNetObjectCountLimiter"); \ + +#define DUMPER7_ASSERTS_UNetObjectPrioritizerDefinitions \ +static_assert(alignof(UNetObjectPrioritizerDefinitions) == 0x000008, "Wrong alignment on UNetObjectPrioritizerDefinitions"); \ +static_assert(sizeof(UNetObjectPrioritizerDefinitions) == 0x000038, "Wrong size on UNetObjectPrioritizerDefinitions"); \ +static_assert(offsetof(UNetObjectPrioritizerDefinitions, NetObjectPrioritizerDefinitions) == 0x000028, "Member 'UNetObjectPrioritizerDefinitions::NetObjectPrioritizerDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereNetObjectPrioritizerConfig \ +static_assert(alignof(USphereNetObjectPrioritizerConfig) == 0x000008, "Wrong alignment on USphereNetObjectPrioritizerConfig"); \ +static_assert(sizeof(USphereNetObjectPrioritizerConfig) == 0x000040, "Wrong size on USphereNetObjectPrioritizerConfig"); \ +static_assert(offsetof(USphereNetObjectPrioritizerConfig, InnerRadius) == 0x000028, "Member 'USphereNetObjectPrioritizerConfig::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(USphereNetObjectPrioritizerConfig, OuterRadius) == 0x00002C, "Member 'USphereNetObjectPrioritizerConfig::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(USphereNetObjectPrioritizerConfig, InnerPriority) == 0x000030, "Member 'USphereNetObjectPrioritizerConfig::InnerPriority' has a wrong offset!"); \ +static_assert(offsetof(USphereNetObjectPrioritizerConfig, OuterPriority) == 0x000034, "Member 'USphereNetObjectPrioritizerConfig::OuterPriority' has a wrong offset!"); \ +static_assert(offsetof(USphereNetObjectPrioritizerConfig, OutsidePriority) == 0x000038, "Member 'USphereNetObjectPrioritizerConfig::OutsidePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereNetObjectPrioritizer \ +static_assert(alignof(USphereNetObjectPrioritizer) == 0x000008, "Wrong alignment on USphereNetObjectPrioritizer"); \ +static_assert(sizeof(USphereNetObjectPrioritizer) == 0x000068, "Wrong size on USphereNetObjectPrioritizer"); \ + +#define DUMPER7_ASSERTS_USphereWithOwnerBoostNetObjectPrioritizerConfig \ +static_assert(alignof(USphereWithOwnerBoostNetObjectPrioritizerConfig) == 0x000008, "Wrong alignment on USphereWithOwnerBoostNetObjectPrioritizerConfig"); \ +static_assert(sizeof(USphereWithOwnerBoostNetObjectPrioritizerConfig) == 0x000048, "Wrong size on USphereWithOwnerBoostNetObjectPrioritizerConfig"); \ +static_assert(offsetof(USphereWithOwnerBoostNetObjectPrioritizerConfig, OwnerPriorityBoost) == 0x000040, "Member 'USphereWithOwnerBoostNetObjectPrioritizerConfig::OwnerPriorityBoost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereWithOwnerBoostNetObjectPrioritizer \ +static_assert(alignof(USphereWithOwnerBoostNetObjectPrioritizer) == 0x000008, "Wrong alignment on USphereWithOwnerBoostNetObjectPrioritizer"); \ +static_assert(sizeof(USphereWithOwnerBoostNetObjectPrioritizer) == 0x0000A0, "Wrong size on USphereWithOwnerBoostNetObjectPrioritizer"); \ + +#define DUMPER7_ASSERTS_UReplicationDataStream \ +static_assert(alignof(UReplicationDataStream) == 0x000008, "Wrong alignment on UReplicationDataStream"); \ +static_assert(sizeof(UReplicationDataStream) == 0x000060, "Wrong size on UReplicationDataStream"); \ + +#define DUMPER7_ASSERTS_UReplicationSystem \ +static_assert(alignof(UReplicationSystem) == 0x000008, "Wrong alignment on UReplicationSystem"); \ +static_assert(sizeof(UReplicationSystem) == 0x000058, "Wrong size on UReplicationSystem"); \ +static_assert(offsetof(UReplicationSystem, ReplicationBridge) == 0x000038, "Member 'UReplicationSystem::ReplicationBridge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldLocationsConfig \ +static_assert(alignof(UWorldLocationsConfig) == 0x000008, "Wrong alignment on UWorldLocationsConfig"); \ +static_assert(sizeof(UWorldLocationsConfig) == 0x000060, "Wrong size on UWorldLocationsConfig"); \ +static_assert(offsetof(UWorldLocationsConfig, MinPos) == 0x000028, "Member 'UWorldLocationsConfig::MinPos' has a wrong offset!"); \ +static_assert(offsetof(UWorldLocationsConfig, MaxPos) == 0x000040, "Member 'UWorldLocationsConfig::MaxPos' has a wrong offset!"); \ +static_assert(offsetof(UWorldLocationsConfig, MaxNetCullDistance) == 0x000058, "Member 'UWorldLocationsConfig::MaxNetCullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIrisObjectReferencePackageMap \ +static_assert(alignof(UIrisObjectReferencePackageMap) == 0x000008, "Wrong alignment on UIrisObjectReferencePackageMap"); \ +static_assert(sizeof(UIrisObjectReferencePackageMap) == 0x000100, "Wrong size on UIrisObjectReferencePackageMap"); \ + +#define DUMPER7_ASSERTS_AGLBP_StreetLightHead01_Cold_C \ +static_assert(alignof(AGLBP_StreetLightHead01_Cold_C) == 0x000008, "Wrong alignment on AGLBP_StreetLightHead01_Cold_C"); \ +static_assert(sizeof(AGLBP_StreetLightHead01_Cold_C) == 0x000340, "Wrong size on AGLBP_StreetLightHead01_Cold_C"); \ +static_assert(offsetof(AGLBP_StreetLightHead01_Cold_C, LensFlare) == 0x000330, "Member 'AGLBP_StreetLightHead01_Cold_C::LensFlare' has a wrong offset!"); \ +static_assert(offsetof(AGLBP_StreetLightHead01_Cold_C, SM_LightStreet02_Light02) == 0x000338, "Member 'AGLBP_StreetLightHead01_Cold_C::SM_LightStreet02_Light02' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUVMapSettings \ +static_assert(alignof(FUVMapSettings) == 0x000008, "Wrong alignment on FUVMapSettings"); \ +static_assert(sizeof(FUVMapSettings) == 0x000070, "Wrong size on FUVMapSettings"); \ +static_assert(offsetof(FUVMapSettings, Size) == 0x000000, "Member 'FUVMapSettings::Size' has a wrong offset!"); \ +static_assert(offsetof(FUVMapSettings, UVTile) == 0x000018, "Member 'FUVMapSettings::UVTile' has a wrong offset!"); \ +static_assert(offsetof(FUVMapSettings, position) == 0x000028, "Member 'FUVMapSettings::position' has a wrong offset!"); \ +static_assert(offsetof(FUVMapSettings, Rotation) == 0x000040, "Member 'FUVMapSettings::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FUVMapSettings, Scale) == 0x000058, "Member 'FUVMapSettings::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshDescription_CreateCube \ +static_assert(alignof(StaticMeshDescription_CreateCube) == 0x000008, "Wrong alignment on StaticMeshDescription_CreateCube"); \ +static_assert(sizeof(StaticMeshDescription_CreateCube) == 0x000050, "Wrong size on StaticMeshDescription_CreateCube"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, Center) == 0x000000, "Member 'StaticMeshDescription_CreateCube::Center' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, HalfExtents) == 0x000018, "Member 'StaticMeshDescription_CreateCube::HalfExtents' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonGroup) == 0x000030, "Member 'StaticMeshDescription_CreateCube::PolygonGroup' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_PlusX) == 0x000034, "Member 'StaticMeshDescription_CreateCube::PolygonID_PlusX' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_MinusX) == 0x000038, "Member 'StaticMeshDescription_CreateCube::PolygonID_MinusX' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_PlusY) == 0x00003C, "Member 'StaticMeshDescription_CreateCube::PolygonID_PlusY' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_MinusY) == 0x000040, "Member 'StaticMeshDescription_CreateCube::PolygonID_MinusY' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_PlusZ) == 0x000044, "Member 'StaticMeshDescription_CreateCube::PolygonID_PlusZ' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_CreateCube, PolygonID_MinusZ) == 0x000048, "Member 'StaticMeshDescription_CreateCube::PolygonID_MinusZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshDescription_SetPolygonGroupMaterialSlotName \ +static_assert(alignof(StaticMeshDescription_SetPolygonGroupMaterialSlotName) == 0x000004, "Wrong alignment on StaticMeshDescription_SetPolygonGroupMaterialSlotName"); \ +static_assert(sizeof(StaticMeshDescription_SetPolygonGroupMaterialSlotName) == 0x00000C, "Wrong size on StaticMeshDescription_SetPolygonGroupMaterialSlotName"); \ +static_assert(offsetof(StaticMeshDescription_SetPolygonGroupMaterialSlotName, PolygonGroupID) == 0x000000, "Member 'StaticMeshDescription_SetPolygonGroupMaterialSlotName::PolygonGroupID' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_SetPolygonGroupMaterialSlotName, SlotName) == 0x000004, "Member 'StaticMeshDescription_SetPolygonGroupMaterialSlotName::SlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshDescription_SetVertexInstanceUV \ +static_assert(alignof(StaticMeshDescription_SetVertexInstanceUV) == 0x000008, "Wrong alignment on StaticMeshDescription_SetVertexInstanceUV"); \ +static_assert(sizeof(StaticMeshDescription_SetVertexInstanceUV) == 0x000020, "Wrong size on StaticMeshDescription_SetVertexInstanceUV"); \ +static_assert(offsetof(StaticMeshDescription_SetVertexInstanceUV, VertexInstanceID) == 0x000000, "Member 'StaticMeshDescription_SetVertexInstanceUV::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_SetVertexInstanceUV, UV) == 0x000008, "Member 'StaticMeshDescription_SetVertexInstanceUV::UV' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_SetVertexInstanceUV, UVIndex) == 0x000018, "Member 'StaticMeshDescription_SetVertexInstanceUV::UVIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshDescription_GetVertexInstanceUV \ +static_assert(alignof(StaticMeshDescription_GetVertexInstanceUV) == 0x000008, "Wrong alignment on StaticMeshDescription_GetVertexInstanceUV"); \ +static_assert(sizeof(StaticMeshDescription_GetVertexInstanceUV) == 0x000018, "Wrong size on StaticMeshDescription_GetVertexInstanceUV"); \ +static_assert(offsetof(StaticMeshDescription_GetVertexInstanceUV, VertexInstanceID) == 0x000000, "Member 'StaticMeshDescription_GetVertexInstanceUV::VertexInstanceID' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_GetVertexInstanceUV, UVIndex) == 0x000004, "Member 'StaticMeshDescription_GetVertexInstanceUV::UVIndex' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshDescription_GetVertexInstanceUV, ReturnValue) == 0x000008, "Member 'StaticMeshDescription_GetVertexInstanceUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMeshDescription \ +static_assert(alignof(UStaticMeshDescription) == 0x000008, "Wrong alignment on UStaticMeshDescription"); \ +static_assert(sizeof(UStaticMeshDescription) == 0x0002F0, "Wrong size on UStaticMeshDescription"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_PlayerCharacter_C_BlueprintUpdateCameras \ +static_assert(alignof(BP_ContextualCameraManager_PlayerCharacter_C_BlueprintUpdateCameras) == 0x000010, "Wrong alignment on BP_ContextualCameraManager_PlayerCharacter_C_BlueprintUpdateCameras"); \ +static_assert(sizeof(BP_ContextualCameraManager_PlayerCharacter_C_BlueprintUpdateCameras) == 0x0008E0, "Wrong size on BP_ContextualCameraManager_PlayerCharacter_C_BlueprintUpdateCameras"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_BlueprintUpdateCameras, DeltaTime) == 0x000000, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_BlueprintUpdateCameras::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_BlueprintUpdateCameras, ViewInfo) == 0x000010, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_BlueprintUpdateCameras::ViewInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter \ +static_assert(alignof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter) == 0x000010, "Wrong alignment on BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter"); \ +static_assert(sizeof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter) == 0x000AB0, "Wrong size on BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, EntryPoint) == 0x000000, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, Temp_struct_Variable) == 0x000004, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_ObserveWorldStateBool_ReturnValue) == 0x000010, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_ObserveWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_GetCJMovementComponent_ReturnValue) == 0x000018, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_GetCJMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_VSizeSquared_ReturnValue) == 0x000028, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000038, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000039, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, K2Node_CustomEvent_bValue) == 0x00003A, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_BooleanAND_ReturnValue) == 0x00003B, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x00003C, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_VSize_ReturnValue) == 0x000050, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, Temp_bool_Variable) == 0x000059, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc___Get_CJ_PlayerCharacter__OLD__PlayerCharacter) == 0x000060, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc___Get_CJ_PlayerCharacter__OLD__PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_IsVehiclePassenger_ReturnValue) == 0x000068, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_IsVehiclePassenger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_IsDead_ReturnValue) == 0x000069, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, K2Node_CustomEvent_bValue_1) == 0x00006A, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::K2Node_CustomEvent_bValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x00006B, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_BooleanOR_ReturnValue) == 0x00006C, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x00006D, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_BooleanAND_ReturnValue_1) == 0x00006E, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_2) == 0x00006F, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_3) == 0x000070, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_BooleanOR_ReturnValue_1) == 0x000071, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_BooleanAND_ReturnValue_2) == 0x000072, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_BooleanAND_ReturnValue_3) == 0x000073, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_GetCJMovementComponent_ReturnValue_1) == 0x000078, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_GetCJMovementComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_GetCJMovementComponent_ReturnValue_2) == 0x000080, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_GetCJMovementComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_SetOnGroundSpeedState_ReturnValue) == 0x000088, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_SetOnGroundSpeedState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_BooleanAND_ReturnValue_4) == 0x000089, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x00008C, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, K2Node_Event_DeltaTime) == 0x00009C, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, K2Node_Event_ViewInfo) == 0x0000A0, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::K2Node_Event_ViewInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_IsCrouching_ReturnValue) == 0x000970, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, Temp_int_Variable) == 0x000974, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_IsMeleeActive_ReturnValue) == 0x000978, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_IsMeleeActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x00097C, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000980, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, Temp_bool_Variable_1) == 0x000981, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_GetIsAiming_ReturnValue) == 0x000982, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_GetIsAiming_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, K2Node_DynamicCast_AsPlayer_Character) == 0x000988, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::K2Node_DynamicCast_AsPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, K2Node_DynamicCast_bSuccess) == 0x000990, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, K2Node_CustomEvent_bValue_2) == 0x000991, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::K2Node_CustomEvent_bValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_GetDialogueComponent_ReturnValue) == 0x000998, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_GetDialogueComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_ShouldLetterboxBeActive_ReturnValue) == 0x0009A0, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_ShouldLetterboxBeActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_ShouldDialogueCameraBeActive_ReturnValue) == 0x0009A1, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_ShouldDialogueCameraBeActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_2) == 0x0009A4, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, Temp_object_Variable) == 0x0009B8, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, Temp_object_Variable_1) == 0x0009C0, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, Temp_bool_Variable_2) == 0x0009C8, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, K2Node_Select_Default) == 0x0009D0, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, Temp_bool_Has_Been_Initd_Variable) == 0x0009D8, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0009E0, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_GetPlayerPawn_ReturnValue) == 0x0009E8, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_IsValid_ReturnValue_1) == 0x0009F0, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_IsValid_ReturnValue_2) == 0x0009F1, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0009F8, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_GetVelocity_ReturnValue) == 0x000A10, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_VSize_ReturnValue_1) == 0x000A28, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_MapRangeClamped_ReturnValue) == 0x000A30, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_IsGamePaused_ReturnValue) == 0x000A38, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_StartLegacyCameraShake_ReturnValue) == 0x000A40, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_StartLegacyCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_4) == 0x000A48, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, Temp_bool_Variable_3) == 0x000A49, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_GetConsoleVariableFloatValue_ReturnValue) == 0x000A4C, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_GetConsoleVariableFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000A50, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_StartLegacyCameraShake_ReturnValue_1) == 0x000A58, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_StartLegacyCameraShake_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, Temp_struct_Variable_1) == 0x000A60, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_5) == 0x000A68, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_ObserveWorldStateBool_ReturnValue_1) == 0x000A70, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_ObserveWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_IsValid_ReturnValue_3) == 0x000A78, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, Temp_struct_Variable_2) == 0x000A7C, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, Temp_bool_IsClosed_Variable) == 0x000A84, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_ObserveWorldStateBool_ReturnValue_2) == 0x000A88, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_ObserveWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_IsValid_ReturnValue_4) == 0x000A90, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000A98, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000AA0, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter, CallFunc_StartLegacyCameraShake_Scale_ImplicitCast) == 0x000AA8, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_PlayerCharacter::CallFunc_StartLegacyCameraShake_Scale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_PlayerCharacter_C_F_AlignToSocket_Dialogue \ +static_assert(alignof(BP_ContextualCameraManager_PlayerCharacter_C_F_AlignToSocket_Dialogue) == 0x000008, "Wrong alignment on BP_ContextualCameraManager_PlayerCharacter_C_F_AlignToSocket_Dialogue"); \ +static_assert(sizeof(BP_ContextualCameraManager_PlayerCharacter_C_F_AlignToSocket_Dialogue) == 0x000010, "Wrong size on BP_ContextualCameraManager_PlayerCharacter_C_F_AlignToSocket_Dialogue"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_F_AlignToSocket_Dialogue, Align_To_Bone) == 0x000000, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_F_AlignToSocket_Dialogue::Align_To_Bone' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_F_AlignToSocket_Dialogue, CallFunc_GetModifierFromActiveCamera_FoundModifier) == 0x000001, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_F_AlignToSocket_Dialogue::CallFunc_GetModifierFromActiveCamera_FoundModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_F_AlignToSocket_Dialogue, CallFunc_GetModifierFromActiveCamera_ReturnValue) == 0x000008, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_F_AlignToSocket_Dialogue::CallFunc_GetModifierFromActiveCamera_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character \ +static_assert(alignof(BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character) == 0x000008, "Wrong alignment on BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character"); \ +static_assert(sizeof(BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character) == 0x000040, "Wrong size on BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character, LookAtVector) == 0x000000, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character::LookAtVector' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character, InBounds) == 0x000018, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character::InBounds' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character, AlignmentStrength) == 0x000020, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character::AlignmentStrength' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character, IsActorIsInView_) == 0x000028, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character::IsActorIsInView_' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character, TargetMode) == 0x000029, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character::TargetMode' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character, CallFunc_GetModifierFromActiveCamera_FoundModifier) == 0x00002A, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character::CallFunc_GetModifierFromActiveCamera_FoundModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character, CallFunc_GetModifierFromActiveCamera_ReturnValue) == 0x000030, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character::CallFunc_GetModifierFromActiveCamera_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character, CallFunc_FindLookAtRotation_Alignment_Strength_ImplicitCast) == 0x000038, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_F_LookAtGetActorVector_Character::CallFunc_FindLookAtRotation_Alignment_Strength_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_12F5D47C4B8D78C1B955A1AC297154D9 \ +static_assert(alignof(BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_12F5D47C4B8D78C1B955A1AC297154D9) == 0x000001, "Wrong alignment on BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_12F5D47C4B8D78C1B955A1AC297154D9"); \ +static_assert(sizeof(BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_12F5D47C4B8D78C1B955A1AC297154D9) == 0x000001, "Wrong size on BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_12F5D47C4B8D78C1B955A1AC297154D9"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_12F5D47C4B8D78C1B955A1AC297154D9, bValue) == 0x000000, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_12F5D47C4B8D78C1B955A1AC297154D9::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_15817B744941993E94A5DC9CB78DA23A \ +static_assert(alignof(BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_15817B744941993E94A5DC9CB78DA23A) == 0x000001, "Wrong alignment on BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_15817B744941993E94A5DC9CB78DA23A"); \ +static_assert(sizeof(BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_15817B744941993E94A5DC9CB78DA23A) == 0x000001, "Wrong size on BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_15817B744941993E94A5DC9CB78DA23A"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_15817B744941993E94A5DC9CB78DA23A, bValue) == 0x000000, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_15817B744941993E94A5DC9CB78DA23A::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_1CCCDB784BE940C6BDE7F2AE3ADCB92A \ +static_assert(alignof(BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_1CCCDB784BE940C6BDE7F2AE3ADCB92A) == 0x000001, "Wrong alignment on BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_1CCCDB784BE940C6BDE7F2AE3ADCB92A"); \ +static_assert(sizeof(BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_1CCCDB784BE940C6BDE7F2AE3ADCB92A) == 0x000001, "Wrong size on BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_1CCCDB784BE940C6BDE7F2AE3ADCB92A"); \ +static_assert(offsetof(BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_1CCCDB784BE940C6BDE7F2AE3ADCB92A, bValue) == 0x000000, "Member 'BP_ContextualCameraManager_PlayerCharacter_C_OnValueUpdated_1CCCDB784BE940C6BDE7F2AE3ADCB92A::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ContextualCameraManager_PlayerCharacter_C \ +static_assert(alignof(UBP_ContextualCameraManager_PlayerCharacter_C) == 0x000010, "Wrong alignment on UBP_ContextualCameraManager_PlayerCharacter_C"); \ +static_assert(sizeof(UBP_ContextualCameraManager_PlayerCharacter_C) == 0x001340, "Wrong size on UBP_ContextualCameraManager_PlayerCharacter_C"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, UberGraphFrame) == 0x001300, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, PlayerCharacter) == 0x001308, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, InCombat) == 0x001310, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::InCombat' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, Aiming) == 0x001311, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::Aiming' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, InDialogue) == 0x001312, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::InDialogue' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, InFlopDemo) == 0x001313, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::InFlopDemo' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, InFlopDemoInterior) == 0x001314, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::InFlopDemoInterior' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, Crouching) == 0x001315, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::Crouching' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, AnimDebugCamera) == 0x001316, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::AnimDebugCamera' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, Sprinting) == 0x001317, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::Sprinting' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, Jumping) == 0x001318, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::Jumping' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, Walking) == 0x001319, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::Walking' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, Traversing) == 0x00131A, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::Traversing' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, Passenger) == 0x00131B, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::Passenger' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, Use_Letterboxing) == 0x00131C, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::Use_Letterboxing' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, DeathCam) == 0x00131D, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::DeathCam' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, Climbing_) == 0x00131E, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::Climbing_' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, In_Target_Mode) == 0x00131F, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::In_Target_Mode' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, Letterbox_Widget_Animation_Play_Rate) == 0x001320, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::Letterbox_Widget_Animation_Play_Rate' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, InMapUI) == 0x001324, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::InMapUI' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, InSamsonUI) == 0x001325, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::InSamsonUI' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, CameraSpeedStateLockerId) == 0x001328, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::CameraSpeedStateLockerId' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_PlayerCharacter_C, ConsoleShake) == 0x001330, "Member 'UBP_ContextualCameraManager_PlayerCharacter_C::ConsoleShake' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneID \ +static_assert(alignof(FBoneID) == 0x000004, "Wrong alignment on FBoneID"); \ +static_assert(sizeof(FBoneID) == 0x000004, "Wrong size on FBoneID"); \ + +#define DUMPER7_ASSERTS_FSourceGeometryPartID \ +static_assert(alignof(FSourceGeometryPartID) == 0x000004, "Wrong alignment on FSourceGeometryPartID"); \ +static_assert(sizeof(FSourceGeometryPartID) == 0x000004, "Wrong size on FSourceGeometryPartID"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshDescription \ +static_assert(alignof(USkeletalMeshDescription) == 0x000008, "Wrong alignment on USkeletalMeshDescription"); \ +static_assert(sizeof(USkeletalMeshDescription) == 0x0002F0, "Wrong size on USkeletalMeshDescription"); \ + +#define DUMPER7_ASSERTS_ABP_Flies01_C \ +static_assert(alignof(ABP_Flies01_C) == 0x000008, "Wrong alignment on ABP_Flies01_C"); \ +static_assert(sizeof(ABP_Flies01_C) == 0x0002C0, "Wrong size on ABP_Flies01_C"); \ + +#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) == 0x000007, "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, bIncludeGamePackageReferences) == 0x000002, "Member 'FAssetRegistryDependencyOptions::bIncludeGamePackageReferences' has a wrong offset!"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeEditorOnlyPackageReferences) == 0x000003, "Member 'FAssetRegistryDependencyOptions::bIncludeEditorOnlyPackageReferences' has a wrong offset!"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSearchableNames) == 0x000004, "Member 'FAssetRegistryDependencyOptions::bIncludeSearchableNames' has a wrong offset!"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSoftManagementReferences) == 0x000005, "Member 'FAssetRegistryDependencyOptions::bIncludeSoftManagementReferences' has a wrong offset!"); \ +static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeHardManagementReferences) == 0x000006, "Member 'FAssetRegistryDependencyOptions::bIncludeHardManagementReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_CreateAssetData \ +static_assert(alignof(AssetRegistryHelpers_CreateAssetData) == 0x000008, "Wrong alignment on AssetRegistryHelpers_CreateAssetData"); \ +static_assert(sizeof(AssetRegistryHelpers_CreateAssetData) == 0x000078, "Wrong size on AssetRegistryHelpers_CreateAssetData"); \ +static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, InAsset) == 0x000000, "Member 'AssetRegistryHelpers_CreateAssetData::InAsset' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, bAllowBlueprintClass) == 0x000008, "Member 'AssetRegistryHelpers_CreateAssetData::bAllowBlueprintClass' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, ReturnValue) == 0x000010, "Member 'AssetRegistryHelpers_CreateAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_FindAssetNativeClass \ +static_assert(alignof(AssetRegistryHelpers_FindAssetNativeClass) == 0x000008, "Wrong alignment on AssetRegistryHelpers_FindAssetNativeClass"); \ +static_assert(sizeof(AssetRegistryHelpers_FindAssetNativeClass) == 0x000070, "Wrong size on AssetRegistryHelpers_FindAssetNativeClass"); \ +static_assert(offsetof(AssetRegistryHelpers_FindAssetNativeClass, AssetData) == 0x000000, "Member 'AssetRegistryHelpers_FindAssetNativeClass::AssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_FindAssetNativeClass, ReturnValue) == 0x000068, "Member 'AssetRegistryHelpers_FindAssetNativeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetAsset \ +static_assert(alignof(AssetRegistryHelpers_GetAsset) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetAsset"); \ +static_assert(sizeof(AssetRegistryHelpers_GetAsset) == 0x000070, "Wrong size on AssetRegistryHelpers_GetAsset"); \ +static_assert(offsetof(AssetRegistryHelpers_GetAsset, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetAsset::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetAsset, ReturnValue) == 0x000068, "Member 'AssetRegistryHelpers_GetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetAssetRegistry \ +static_assert(alignof(AssetRegistryHelpers_GetAssetRegistry) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetAssetRegistry"); \ +static_assert(sizeof(AssetRegistryHelpers_GetAssetRegistry) == 0x000010, "Wrong size on AssetRegistryHelpers_GetAssetRegistry"); \ +static_assert(offsetof(AssetRegistryHelpers_GetAssetRegistry, ReturnValue) == 0x000000, "Member 'AssetRegistryHelpers_GetAssetRegistry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetBlueprintAssets \ +static_assert(alignof(AssetRegistryHelpers_GetBlueprintAssets) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetBlueprintAssets"); \ +static_assert(sizeof(AssetRegistryHelpers_GetBlueprintAssets) == 0x000160, "Wrong size on AssetRegistryHelpers_GetBlueprintAssets"); \ +static_assert(offsetof(AssetRegistryHelpers_GetBlueprintAssets, InFilter) == 0x000000, "Member 'AssetRegistryHelpers_GetBlueprintAssets::InFilter' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetBlueprintAssets, OutAssetData) == 0x000150, "Member 'AssetRegistryHelpers_GetBlueprintAssets::OutAssetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetClass \ +static_assert(alignof(AssetRegistryHelpers_GetClass) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetClass"); \ +static_assert(sizeof(AssetRegistryHelpers_GetClass) == 0x000070, "Wrong size on AssetRegistryHelpers_GetClass"); \ +static_assert(offsetof(AssetRegistryHelpers_GetClass, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetClass::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetClass, ReturnValue) == 0x000068, "Member 'AssetRegistryHelpers_GetClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetDerivedClassAssetData \ +static_assert(alignof(AssetRegistryHelpers_GetDerivedClassAssetData) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetDerivedClassAssetData"); \ +static_assert(sizeof(AssetRegistryHelpers_GetDerivedClassAssetData) == 0x000020, "Wrong size on AssetRegistryHelpers_GetDerivedClassAssetData"); \ +static_assert(offsetof(AssetRegistryHelpers_GetDerivedClassAssetData, InBaseClasses) == 0x000000, "Member 'AssetRegistryHelpers_GetDerivedClassAssetData::InBaseClasses' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetDerivedClassAssetData, OutDerivedClassAssetData) == 0x000010, "Member 'AssetRegistryHelpers_GetDerivedClassAssetData::OutDerivedClassAssetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetExportTextName \ +static_assert(alignof(AssetRegistryHelpers_GetExportTextName) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetExportTextName"); \ +static_assert(sizeof(AssetRegistryHelpers_GetExportTextName) == 0x000078, "Wrong size on AssetRegistryHelpers_GetExportTextName"); \ +static_assert(offsetof(AssetRegistryHelpers_GetExportTextName, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetExportTextName::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetExportTextName, ReturnValue) == 0x000068, "Member 'AssetRegistryHelpers_GetExportTextName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetFullName \ +static_assert(alignof(AssetRegistryHelpers_GetFullName) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetFullName"); \ +static_assert(sizeof(AssetRegistryHelpers_GetFullName) == 0x000078, "Wrong size on AssetRegistryHelpers_GetFullName"); \ +static_assert(offsetof(AssetRegistryHelpers_GetFullName, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetFullName::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetFullName, ReturnValue) == 0x000068, "Member 'AssetRegistryHelpers_GetFullName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetTagValue \ +static_assert(alignof(AssetRegistryHelpers_GetTagValue) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetTagValue"); \ +static_assert(sizeof(AssetRegistryHelpers_GetTagValue) == 0x000088, "Wrong size on AssetRegistryHelpers_GetTagValue"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetTagValue::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, InTagName) == 0x000068, "Member 'AssetRegistryHelpers_GetTagValue::InTagName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, OutTagValue) == 0x000070, "Member 'AssetRegistryHelpers_GetTagValue::OutTagValue' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, ReturnValue) == 0x000080, "Member 'AssetRegistryHelpers_GetTagValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_IsAssetLoaded \ +static_assert(alignof(AssetRegistryHelpers_IsAssetLoaded) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsAssetLoaded"); \ +static_assert(sizeof(AssetRegistryHelpers_IsAssetLoaded) == 0x000070, "Wrong size on AssetRegistryHelpers_IsAssetLoaded"); \ +static_assert(offsetof(AssetRegistryHelpers_IsAssetLoaded, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsAssetLoaded::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_IsAssetLoaded, ReturnValue) == 0x000068, "Member 'AssetRegistryHelpers_IsAssetLoaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_IsRedirector \ +static_assert(alignof(AssetRegistryHelpers_IsRedirector) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsRedirector"); \ +static_assert(sizeof(AssetRegistryHelpers_IsRedirector) == 0x000070, "Wrong size on AssetRegistryHelpers_IsRedirector"); \ +static_assert(offsetof(AssetRegistryHelpers_IsRedirector, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsRedirector::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_IsRedirector, ReturnValue) == 0x000068, "Member 'AssetRegistryHelpers_IsRedirector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_IsUAsset \ +static_assert(alignof(AssetRegistryHelpers_IsUAsset) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsUAsset"); \ +static_assert(sizeof(AssetRegistryHelpers_IsUAsset) == 0x000070, "Wrong size on AssetRegistryHelpers_IsUAsset"); \ +static_assert(offsetof(AssetRegistryHelpers_IsUAsset, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsUAsset::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_IsUAsset, ReturnValue) == 0x000068, "Member 'AssetRegistryHelpers_IsUAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_IsValid \ +static_assert(alignof(AssetRegistryHelpers_IsValid) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsValid"); \ +static_assert(sizeof(AssetRegistryHelpers_IsValid) == 0x000070, "Wrong size on AssetRegistryHelpers_IsValid"); \ +static_assert(offsetof(AssetRegistryHelpers_IsValid, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsValid::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_IsValid, ReturnValue) == 0x000068, "Member 'AssetRegistryHelpers_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_SetFilterTagsAndValues \ +static_assert(alignof(AssetRegistryHelpers_SetFilterTagsAndValues) == 0x000008, "Wrong alignment on AssetRegistryHelpers_SetFilterTagsAndValues"); \ +static_assert(sizeof(AssetRegistryHelpers_SetFilterTagsAndValues) == 0x0002B0, "Wrong size on AssetRegistryHelpers_SetFilterTagsAndValues"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, InFilter) == 0x000000, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InFilter' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, InTagsAndValues) == 0x000150, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InTagsAndValues' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, ReturnValue) == 0x000160, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_SortByAssetName \ +static_assert(alignof(AssetRegistryHelpers_SortByAssetName) == 0x000008, "Wrong alignment on AssetRegistryHelpers_SortByAssetName"); \ +static_assert(sizeof(AssetRegistryHelpers_SortByAssetName) == 0x000018, "Wrong size on AssetRegistryHelpers_SortByAssetName"); \ +static_assert(offsetof(AssetRegistryHelpers_SortByAssetName, Assets) == 0x000000, "Member 'AssetRegistryHelpers_SortByAssetName::Assets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_SortByAssetName, SortOrder) == 0x000010, "Member 'AssetRegistryHelpers_SortByAssetName::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_SortByPredicate \ +static_assert(alignof(AssetRegistryHelpers_SortByPredicate) == 0x000008, "Wrong alignment on AssetRegistryHelpers_SortByPredicate"); \ +static_assert(sizeof(AssetRegistryHelpers_SortByPredicate) == 0x000028, "Wrong size on AssetRegistryHelpers_SortByPredicate"); \ +static_assert(offsetof(AssetRegistryHelpers_SortByPredicate, Assets) == 0x000000, "Member 'AssetRegistryHelpers_SortByPredicate::Assets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_SortByPredicate, SortingPredicate) == 0x000010, "Member 'AssetRegistryHelpers_SortByPredicate::SortingPredicate' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_SortByPredicate, SortOrder) == 0x000020, "Member 'AssetRegistryHelpers_SortByPredicate::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_ToSoftObjectPath \ +static_assert(alignof(AssetRegistryHelpers_ToSoftObjectPath) == 0x000008, "Wrong alignment on AssetRegistryHelpers_ToSoftObjectPath"); \ +static_assert(sizeof(AssetRegistryHelpers_ToSoftObjectPath) == 0x000088, "Wrong size on AssetRegistryHelpers_ToSoftObjectPath"); \ +static_assert(offsetof(AssetRegistryHelpers_ToSoftObjectPath, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_ToSoftObjectPath::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_ToSoftObjectPath, ReturnValue) == 0x000068, "Member 'AssetRegistryHelpers_ToSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetRegistryHelpers \ +static_assert(alignof(UAssetRegistryHelpers) == 0x000008, "Wrong alignment on UAssetRegistryHelpers"); \ +static_assert(sizeof(UAssetRegistryHelpers) == 0x000028, "Wrong size on UAssetRegistryHelpers"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_PrioritizeSearchPath \ +static_assert(alignof(AssetRegistry_PrioritizeSearchPath) == 0x000008, "Wrong alignment on AssetRegistry_PrioritizeSearchPath"); \ +static_assert(sizeof(AssetRegistry_PrioritizeSearchPath) == 0x000010, "Wrong size on AssetRegistry_PrioritizeSearchPath"); \ +static_assert(offsetof(AssetRegistry_PrioritizeSearchPath, PathToPrioritize) == 0x000000, "Member 'AssetRegistry_PrioritizeSearchPath::PathToPrioritize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_ScanFilesSynchronous \ +static_assert(alignof(AssetRegistry_ScanFilesSynchronous) == 0x000008, "Wrong alignment on AssetRegistry_ScanFilesSynchronous"); \ +static_assert(sizeof(AssetRegistry_ScanFilesSynchronous) == 0x000018, "Wrong size on AssetRegistry_ScanFilesSynchronous"); \ +static_assert(offsetof(AssetRegistry_ScanFilesSynchronous, InFilePaths) == 0x000000, "Member 'AssetRegistry_ScanFilesSynchronous::InFilePaths' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_ScanFilesSynchronous, bForceRescan) == 0x000010, "Member 'AssetRegistry_ScanFilesSynchronous::bForceRescan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_ScanModifiedAssetFiles \ +static_assert(alignof(AssetRegistry_ScanModifiedAssetFiles) == 0x000008, "Wrong alignment on AssetRegistry_ScanModifiedAssetFiles"); \ +static_assert(sizeof(AssetRegistry_ScanModifiedAssetFiles) == 0x000010, "Wrong size on AssetRegistry_ScanModifiedAssetFiles"); \ +static_assert(offsetof(AssetRegistry_ScanModifiedAssetFiles, InFilePaths) == 0x000000, "Member 'AssetRegistry_ScanModifiedAssetFiles::InFilePaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_ScanPathsSynchronous \ +static_assert(alignof(AssetRegistry_ScanPathsSynchronous) == 0x000008, "Wrong alignment on AssetRegistry_ScanPathsSynchronous"); \ +static_assert(sizeof(AssetRegistry_ScanPathsSynchronous) == 0x000018, "Wrong size on AssetRegistry_ScanPathsSynchronous"); \ +static_assert(offsetof(AssetRegistry_ScanPathsSynchronous, InPaths) == 0x000000, "Member 'AssetRegistry_ScanPathsSynchronous::InPaths' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_ScanPathsSynchronous, bForceRescan) == 0x000010, "Member 'AssetRegistry_ScanPathsSynchronous::bForceRescan' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_ScanPathsSynchronous, bIgnoreDenyListScanFilters) == 0x000011, "Member 'AssetRegistry_ScanPathsSynchronous::bIgnoreDenyListScanFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_SearchAllAssets \ +static_assert(alignof(AssetRegistry_SearchAllAssets) == 0x000001, "Wrong alignment on AssetRegistry_SearchAllAssets"); \ +static_assert(sizeof(AssetRegistry_SearchAllAssets) == 0x000001, "Wrong size on AssetRegistry_SearchAllAssets"); \ +static_assert(offsetof(AssetRegistry_SearchAllAssets, bSynchronousSearch) == 0x000000, "Member 'AssetRegistry_SearchAllAssets::bSynchronousSearch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_WaitForPackage \ +static_assert(alignof(AssetRegistry_WaitForPackage) == 0x000008, "Wrong alignment on AssetRegistry_WaitForPackage"); \ +static_assert(sizeof(AssetRegistry_WaitForPackage) == 0x000010, "Wrong size on AssetRegistry_WaitForPackage"); \ +static_assert(offsetof(AssetRegistry_WaitForPackage, PackageName) == 0x000000, "Member 'AssetRegistry_WaitForPackage::PackageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAllAssets \ +static_assert(alignof(AssetRegistry_GetAllAssets) == 0x000008, "Wrong alignment on AssetRegistry_GetAllAssets"); \ +static_assert(sizeof(AssetRegistry_GetAllAssets) == 0x000018, "Wrong size on AssetRegistry_GetAllAssets"); \ +static_assert(offsetof(AssetRegistry_GetAllAssets, OutAssetData) == 0x000000, "Member 'AssetRegistry_GetAllAssets::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAllAssets, bIncludeOnlyOnDiskAssets) == 0x000010, "Member 'AssetRegistry_GetAllAssets::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAllAssets, ReturnValue) == 0x000011, "Member 'AssetRegistry_GetAllAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAllCachedPaths \ +static_assert(alignof(AssetRegistry_GetAllCachedPaths) == 0x000008, "Wrong alignment on AssetRegistry_GetAllCachedPaths"); \ +static_assert(sizeof(AssetRegistry_GetAllCachedPaths) == 0x000010, "Wrong size on AssetRegistry_GetAllCachedPaths"); \ +static_assert(offsetof(AssetRegistry_GetAllCachedPaths, OutPathList) == 0x000000, "Member 'AssetRegistry_GetAllCachedPaths::OutPathList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAncestorClassNames \ +static_assert(alignof(AssetRegistry_GetAncestorClassNames) == 0x000008, "Wrong alignment on AssetRegistry_GetAncestorClassNames"); \ +static_assert(sizeof(AssetRegistry_GetAncestorClassNames) == 0x000028, "Wrong size on AssetRegistry_GetAncestorClassNames"); \ +static_assert(offsetof(AssetRegistry_GetAncestorClassNames, ClassPathName) == 0x000000, "Member 'AssetRegistry_GetAncestorClassNames::ClassPathName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAncestorClassNames, OutAncestorClassNames) == 0x000010, "Member 'AssetRegistry_GetAncestorClassNames::OutAncestorClassNames' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAncestorClassNames, ReturnValue) == 0x000020, "Member 'AssetRegistry_GetAncestorClassNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetByObjectPath \ +static_assert(alignof(AssetRegistry_GetAssetByObjectPath) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetByObjectPath"); \ +static_assert(sizeof(AssetRegistry_GetAssetByObjectPath) == 0x000078, "Wrong size on AssetRegistry_GetAssetByObjectPath"); \ +static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, ObjectPath) == 0x000000, "Member 'AssetRegistry_GetAssetByObjectPath::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, bIncludeOnlyOnDiskAssets) == 0x000008, "Member 'AssetRegistry_GetAssetByObjectPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, ReturnValue) == 0x000010, "Member 'AssetRegistry_GetAssetByObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssets \ +static_assert(alignof(AssetRegistry_GetAssets) == 0x000008, "Wrong alignment on AssetRegistry_GetAssets"); \ +static_assert(sizeof(AssetRegistry_GetAssets) == 0x000168, "Wrong size on AssetRegistry_GetAssets"); \ +static_assert(offsetof(AssetRegistry_GetAssets, Filter) == 0x000000, "Member 'AssetRegistry_GetAssets::Filter' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssets, OutAssetData) == 0x000150, "Member 'AssetRegistry_GetAssets::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssets, bSkipARFilteredAssets) == 0x000160, "Member 'AssetRegistry_GetAssets::bSkipARFilteredAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssets, ReturnValue) == 0x000161, "Member 'AssetRegistry_GetAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByClass \ +static_assert(alignof(AssetRegistry_GetAssetsByClass) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByClass"); \ +static_assert(sizeof(AssetRegistry_GetAssetsByClass) == 0x000028, "Wrong size on AssetRegistry_GetAssetsByClass"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, ClassPathName) == 0x000000, "Member 'AssetRegistry_GetAssetsByClass::ClassPathName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, OutAssetData) == 0x000010, "Member 'AssetRegistry_GetAssetsByClass::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, bSearchSubClasses) == 0x000020, "Member 'AssetRegistry_GetAssetsByClass::bSearchSubClasses' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, ReturnValue) == 0x000021, "Member 'AssetRegistry_GetAssetsByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByPackageName \ +static_assert(alignof(AssetRegistry_GetAssetsByPackageName) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByPackageName"); \ +static_assert(sizeof(AssetRegistry_GetAssetsByPackageName) == 0x000020, "Wrong size on AssetRegistry_GetAssetsByPackageName"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, PackageName) == 0x000000, "Member 'AssetRegistry_GetAssetsByPackageName::PackageName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, OutAssetData) == 0x000008, "Member 'AssetRegistry_GetAssetsByPackageName::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, bIncludeOnlyOnDiskAssets) == 0x000018, "Member 'AssetRegistry_GetAssetsByPackageName::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, bSkipARFilteredAssets) == 0x000019, "Member 'AssetRegistry_GetAssetsByPackageName::bSkipARFilteredAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, ReturnValue) == 0x00001A, "Member 'AssetRegistry_GetAssetsByPackageName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByPath \ +static_assert(alignof(AssetRegistry_GetAssetsByPath) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByPath"); \ +static_assert(sizeof(AssetRegistry_GetAssetsByPath) == 0x000020, "Wrong size on AssetRegistry_GetAssetsByPath"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, PackagePath) == 0x000000, "Member 'AssetRegistry_GetAssetsByPath::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, OutAssetData) == 0x000008, "Member 'AssetRegistry_GetAssetsByPath::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, bRecursive) == 0x000018, "Member 'AssetRegistry_GetAssetsByPath::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, bIncludeOnlyOnDiskAssets) == 0x000019, "Member 'AssetRegistry_GetAssetsByPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPath, ReturnValue) == 0x00001A, "Member 'AssetRegistry_GetAssetsByPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByPaths \ +static_assert(alignof(AssetRegistry_GetAssetsByPaths) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByPaths"); \ +static_assert(sizeof(AssetRegistry_GetAssetsByPaths) == 0x000028, "Wrong size on AssetRegistry_GetAssetsByPaths"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPaths, PackagePaths) == 0x000000, "Member 'AssetRegistry_GetAssetsByPaths::PackagePaths' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPaths, OutAssetData) == 0x000010, "Member 'AssetRegistry_GetAssetsByPaths::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPaths, bRecursive) == 0x000020, "Member 'AssetRegistry_GetAssetsByPaths::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPaths, bIncludeOnlyOnDiskAssets) == 0x000021, "Member 'AssetRegistry_GetAssetsByPaths::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByPaths, ReturnValue) == 0x000022, "Member 'AssetRegistry_GetAssetsByPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetDerivedClassNames \ +static_assert(alignof(AssetRegistry_GetDerivedClassNames) == 0x000008, "Wrong alignment on AssetRegistry_GetDerivedClassNames"); \ +static_assert(sizeof(AssetRegistry_GetDerivedClassNames) == 0x0000B0, "Wrong size on AssetRegistry_GetDerivedClassNames"); \ +static_assert(offsetof(AssetRegistry_GetDerivedClassNames, ClassNames) == 0x000000, "Member 'AssetRegistry_GetDerivedClassNames::ClassNames' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetDerivedClassNames, ExcludedClassNames) == 0x000010, "Member 'AssetRegistry_GetDerivedClassNames::ExcludedClassNames' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetDerivedClassNames, OutDerivedClassNames) == 0x000060, "Member 'AssetRegistry_GetDerivedClassNames::OutDerivedClassNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetInMemoryAssets \ +static_assert(alignof(AssetRegistry_GetInMemoryAssets) == 0x000008, "Wrong alignment on AssetRegistry_GetInMemoryAssets"); \ +static_assert(sizeof(AssetRegistry_GetInMemoryAssets) == 0x000168, "Wrong size on AssetRegistry_GetInMemoryAssets"); \ +static_assert(offsetof(AssetRegistry_GetInMemoryAssets, Filter) == 0x000000, "Member 'AssetRegistry_GetInMemoryAssets::Filter' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetInMemoryAssets, OutAssetData) == 0x000150, "Member 'AssetRegistry_GetInMemoryAssets::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetInMemoryAssets, bSkipARFilteredAssets) == 0x000160, "Member 'AssetRegistry_GetInMemoryAssets::bSkipARFilteredAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetInMemoryAssets, ReturnValue) == 0x000161, "Member 'AssetRegistry_GetInMemoryAssets::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_GetAssetByObjectPath \ +static_assert(alignof(AssetRegistry_K2_GetAssetByObjectPath) == 0x000008, "Wrong alignment on AssetRegistry_K2_GetAssetByObjectPath"); \ +static_assert(sizeof(AssetRegistry_K2_GetAssetByObjectPath) == 0x000090, "Wrong size on AssetRegistry_K2_GetAssetByObjectPath"); \ +static_assert(offsetof(AssetRegistry_K2_GetAssetByObjectPath, ObjectPath) == 0x000000, "Member 'AssetRegistry_K2_GetAssetByObjectPath::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetAssetByObjectPath, bIncludeOnlyOnDiskAssets) == 0x000020, "Member 'AssetRegistry_K2_GetAssetByObjectPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetAssetByObjectPath, bSkipARFilteredAssets) == 0x000021, "Member 'AssetRegistry_K2_GetAssetByObjectPath::bSkipARFilteredAssets' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetAssetByObjectPath, ReturnValue) == 0x000028, "Member 'AssetRegistry_K2_GetAssetByObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_K2_GetDependencies \ +static_assert(alignof(AssetRegistry_K2_GetDependencies) == 0x000008, "Wrong alignment on AssetRegistry_K2_GetDependencies"); \ +static_assert(sizeof(AssetRegistry_K2_GetDependencies) == 0x000028, "Wrong size on AssetRegistry_K2_GetDependencies"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, PackageName) == 0x000000, "Member 'AssetRegistry_K2_GetDependencies::PackageName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, DependencyOptions) == 0x000008, "Member 'AssetRegistry_K2_GetDependencies::DependencyOptions' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, OutDependencies) == 0x000010, "Member 'AssetRegistry_K2_GetDependencies::OutDependencies' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetDependencies, ReturnValue) == 0x000020, "Member 'AssetRegistry_K2_GetDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_K2_GetReferencers \ +static_assert(alignof(AssetRegistry_K2_GetReferencers) == 0x000008, "Wrong alignment on AssetRegistry_K2_GetReferencers"); \ +static_assert(sizeof(AssetRegistry_K2_GetReferencers) == 0x000028, "Wrong size on AssetRegistry_K2_GetReferencers"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, PackageName) == 0x000000, "Member 'AssetRegistry_K2_GetReferencers::PackageName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, ReferenceOptions) == 0x000008, "Member 'AssetRegistry_K2_GetReferencers::ReferenceOptions' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, OutReferencers) == 0x000010, "Member 'AssetRegistry_K2_GetReferencers::OutReferencers' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_K2_GetReferencers, ReturnValue) == 0x000020, "Member 'AssetRegistry_K2_GetReferencers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_RunAssetsThroughFilter \ +static_assert(alignof(AssetRegistry_RunAssetsThroughFilter) == 0x000008, "Wrong alignment on AssetRegistry_RunAssetsThroughFilter"); \ +static_assert(sizeof(AssetRegistry_RunAssetsThroughFilter) == 0x000160, "Wrong size on AssetRegistry_RunAssetsThroughFilter"); \ +static_assert(offsetof(AssetRegistry_RunAssetsThroughFilter, AssetDataList) == 0x000000, "Member 'AssetRegistry_RunAssetsThroughFilter::AssetDataList' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_RunAssetsThroughFilter, Filter) == 0x000010, "Member 'AssetRegistry_RunAssetsThroughFilter::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_UseFilterToExcludeAssets \ +static_assert(alignof(AssetRegistry_UseFilterToExcludeAssets) == 0x000008, "Wrong alignment on AssetRegistry_UseFilterToExcludeAssets"); \ +static_assert(sizeof(AssetRegistry_UseFilterToExcludeAssets) == 0x000160, "Wrong size on AssetRegistry_UseFilterToExcludeAssets"); \ +static_assert(offsetof(AssetRegistry_UseFilterToExcludeAssets, AssetDataList) == 0x000000, "Member 'AssetRegistry_UseFilterToExcludeAssets::AssetDataList' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_UseFilterToExcludeAssets, Filter) == 0x000010, "Member 'AssetRegistry_UseFilterToExcludeAssets::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAssetRegistry \ +static_assert(alignof(IAssetRegistry) == 0x000001, "Wrong alignment on IAssetRegistry"); \ +static_assert(sizeof(IAssetRegistry) == 0x000001, "Wrong size on IAssetRegistry"); \ + +#define DUMPER7_ASSERTS_UAssetRegistryImpl \ +static_assert(alignof(UAssetRegistryImpl) == 0x000008, "Wrong alignment on UAssetRegistryImpl"); \ +static_assert(sizeof(UAssetRegistryImpl) == 0x001370, "Wrong size on UAssetRegistryImpl"); \ + +#define DUMPER7_ASSERTS_FDataflowBaseElement \ +static_assert(alignof(FDataflowBaseElement) == 0x000008, "Wrong alignment on FDataflowBaseElement"); \ +static_assert(sizeof(FDataflowBaseElement) == 0x000060, "Wrong size on FDataflowBaseElement"); \ + +#define DUMPER7_ASSERTS_FDataflowAnyType \ +static_assert(alignof(FDataflowAnyType) == 0x000001, "Wrong alignment on FDataflowAnyType"); \ +static_assert(sizeof(FDataflowAnyType) == 0x000001, "Wrong size on FDataflowAnyType"); \ + +#define DUMPER7_ASSERTS_FDataflowAllTypes \ +static_assert(alignof(FDataflowAllTypes) == 0x000001, "Wrong alignment on FDataflowAllTypes"); \ +static_assert(sizeof(FDataflowAllTypes) == 0x000001, "Wrong size on FDataflowAllTypes"); \ + +#define DUMPER7_ASSERTS_FDataflowArrayTypes \ +static_assert(alignof(FDataflowArrayTypes) == 0x000001, "Wrong alignment on FDataflowArrayTypes"); \ +static_assert(sizeof(FDataflowArrayTypes) == 0x000001, "Wrong size on FDataflowArrayTypes"); \ + +#define DUMPER7_ASSERTS_FDataflowNumericTypes \ +static_assert(alignof(FDataflowNumericTypes) == 0x000008, "Wrong alignment on FDataflowNumericTypes"); \ +static_assert(sizeof(FDataflowNumericTypes) == 0x000008, "Wrong size on FDataflowNumericTypes"); \ +static_assert(offsetof(FDataflowNumericTypes, Value) == 0x000000, "Member 'FDataflowNumericTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorTypes \ +static_assert(alignof(FDataflowVectorTypes) == 0x000010, "Wrong alignment on FDataflowVectorTypes"); \ +static_assert(sizeof(FDataflowVectorTypes) == 0x000020, "Wrong size on FDataflowVectorTypes"); \ +static_assert(offsetof(FDataflowVectorTypes, Value) == 0x000000, "Member 'FDataflowVectorTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowStringTypes \ +static_assert(alignof(FDataflowStringTypes) == 0x000008, "Wrong alignment on FDataflowStringTypes"); \ +static_assert(sizeof(FDataflowStringTypes) == 0x000010, "Wrong size on FDataflowStringTypes"); \ +static_assert(offsetof(FDataflowStringTypes, Value) == 0x000000, "Member 'FDataflowStringTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowBoolTypes \ +static_assert(alignof(FDataflowBoolTypes) == 0x000001, "Wrong alignment on FDataflowBoolTypes"); \ +static_assert(sizeof(FDataflowBoolTypes) == 0x000001, "Wrong size on FDataflowBoolTypes"); \ +static_assert(offsetof(FDataflowBoolTypes, Value) == 0x000000, "Member 'FDataflowBoolTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowTransformTypes \ +static_assert(alignof(FDataflowTransformTypes) == 0x000010, "Wrong alignment on FDataflowTransformTypes"); \ +static_assert(sizeof(FDataflowTransformTypes) == 0x000060, "Wrong size on FDataflowTransformTypes"); \ +static_assert(offsetof(FDataflowTransformTypes, Value) == 0x000000, "Member 'FDataflowTransformTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowStringConvertibleTypes \ +static_assert(alignof(FDataflowStringConvertibleTypes) == 0x000008, "Wrong alignment on FDataflowStringConvertibleTypes"); \ +static_assert(sizeof(FDataflowStringConvertibleTypes) == 0x000010, "Wrong size on FDataflowStringConvertibleTypes"); \ +static_assert(offsetof(FDataflowStringConvertibleTypes, Value) == 0x000000, "Member 'FDataflowStringConvertibleTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowUObjectConvertibleTypes \ +static_assert(alignof(FDataflowUObjectConvertibleTypes) == 0x000008, "Wrong alignment on FDataflowUObjectConvertibleTypes"); \ +static_assert(sizeof(FDataflowUObjectConvertibleTypes) == 0x000008, "Wrong size on FDataflowUObjectConvertibleTypes"); \ +static_assert(offsetof(FDataflowUObjectConvertibleTypes, Value) == 0x000000, "Member 'FDataflowUObjectConvertibleTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowSelection \ +static_assert(alignof(FDataflowSelection) == 0x000008, "Wrong alignment on FDataflowSelection"); \ +static_assert(sizeof(FDataflowSelection) == 0x000028, "Wrong size on FDataflowSelection"); \ + +#define DUMPER7_ASSERTS_FDataflowSelectionTypes \ +static_assert(alignof(FDataflowSelectionTypes) == 0x000008, "Wrong alignment on FDataflowSelectionTypes"); \ +static_assert(sizeof(FDataflowSelectionTypes) == 0x000028, "Wrong size on FDataflowSelectionTypes"); \ +static_assert(offsetof(FDataflowSelectionTypes, Value) == 0x000000, "Member 'FDataflowSelectionTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorArrayTypes \ +static_assert(alignof(FDataflowVectorArrayTypes) == 0x000008, "Wrong alignment on FDataflowVectorArrayTypes"); \ +static_assert(sizeof(FDataflowVectorArrayTypes) == 0x000010, "Wrong size on FDataflowVectorArrayTypes"); \ +static_assert(offsetof(FDataflowVectorArrayTypes, Value) == 0x000000, "Member 'FDataflowVectorArrayTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowNumericArrayTypes \ +static_assert(alignof(FDataflowNumericArrayTypes) == 0x000008, "Wrong alignment on FDataflowNumericArrayTypes"); \ +static_assert(sizeof(FDataflowNumericArrayTypes) == 0x000010, "Wrong size on FDataflowNumericArrayTypes"); \ +static_assert(offsetof(FDataflowNumericArrayTypes, Value) == 0x000000, "Member 'FDataflowNumericArrayTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowStringArrayTypes \ +static_assert(alignof(FDataflowStringArrayTypes) == 0x000008, "Wrong alignment on FDataflowStringArrayTypes"); \ +static_assert(sizeof(FDataflowStringArrayTypes) == 0x000010, "Wrong size on FDataflowStringArrayTypes"); \ +static_assert(offsetof(FDataflowStringArrayTypes, Value) == 0x000000, "Member 'FDataflowStringArrayTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowBoolArrayTypes \ +static_assert(alignof(FDataflowBoolArrayTypes) == 0x000008, "Wrong alignment on FDataflowBoolArrayTypes"); \ +static_assert(sizeof(FDataflowBoolArrayTypes) == 0x000010, "Wrong size on FDataflowBoolArrayTypes"); \ +static_assert(offsetof(FDataflowBoolArrayTypes, Value) == 0x000000, "Member 'FDataflowBoolArrayTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowTransformArrayTypes \ +static_assert(alignof(FDataflowTransformArrayTypes) == 0x000008, "Wrong alignment on FDataflowTransformArrayTypes"); \ +static_assert(sizeof(FDataflowTransformArrayTypes) == 0x000010, "Wrong size on FDataflowTransformArrayTypes"); \ +static_assert(offsetof(FDataflowTransformArrayTypes, Value) == 0x000000, "Member 'FDataflowTransformArrayTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowRotationTypes \ +static_assert(alignof(FDataflowRotationTypes) == 0x000008, "Wrong alignment on FDataflowRotationTypes"); \ +static_assert(sizeof(FDataflowRotationTypes) == 0x000018, "Wrong size on FDataflowRotationTypes"); \ +static_assert(offsetof(FDataflowRotationTypes, Value) == 0x000000, "Member 'FDataflowRotationTypes::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowConnection \ +static_assert(alignof(FDataflowConnection) == 0x000008, "Wrong alignment on FDataflowConnection"); \ +static_assert(sizeof(FDataflowConnection) == 0x000060, "Wrong size on FDataflowConnection"); \ + +#define DUMPER7_ASSERTS_FDataflowNode \ +static_assert(alignof(FDataflowNode) == 0x000008, "Wrong alignment on FDataflowNode"); \ +static_assert(sizeof(FDataflowNode) == 0x000240, "Wrong size on FDataflowNode"); \ +static_assert(offsetof(FDataflowNode, bOverrideColor) == 0x000068, "Member 'FDataflowNode::bOverrideColor' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNode, OverrideColor) == 0x00006C, "Member 'FDataflowNode::OverrideColor' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNode, bActive) == 0x0001E8, "Member 'FDataflowNode::bActive' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNode, FrozenProperties) == 0x0001F0, "Member 'FDataflowNode::FrozenProperties' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNode, bIsFrozen) == 0x000200, "Member 'FDataflowNode::bIsFrozen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertNumericTypesDataflowNode \ +static_assert(alignof(FConvertNumericTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertNumericTypesDataflowNode"); \ +static_assert(sizeof(FConvertNumericTypesDataflowNode) == 0x000250, "Wrong size on FConvertNumericTypesDataflowNode"); \ +static_assert(offsetof(FConvertNumericTypesDataflowNode, In) == 0x000240, "Member 'FConvertNumericTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertNumericTypesDataflowNode, Out) == 0x000248, "Member 'FConvertNumericTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertVectorTypesDataflowNode \ +static_assert(alignof(FConvertVectorTypesDataflowNode) == 0x000010, "Wrong alignment on FConvertVectorTypesDataflowNode"); \ +static_assert(sizeof(FConvertVectorTypesDataflowNode) == 0x000280, "Wrong size on FConvertVectorTypesDataflowNode"); \ +static_assert(offsetof(FConvertVectorTypesDataflowNode, In) == 0x000240, "Member 'FConvertVectorTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertVectorTypesDataflowNode, Out) == 0x000260, "Member 'FConvertVectorTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertStringTypesDataflowNode \ +static_assert(alignof(FConvertStringTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertStringTypesDataflowNode"); \ +static_assert(sizeof(FConvertStringTypesDataflowNode) == 0x000260, "Wrong size on FConvertStringTypesDataflowNode"); \ +static_assert(offsetof(FConvertStringTypesDataflowNode, In) == 0x000240, "Member 'FConvertStringTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertStringTypesDataflowNode, Out) == 0x000250, "Member 'FConvertStringTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertBoolTypesDataflowNode \ +static_assert(alignof(FConvertBoolTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertBoolTypesDataflowNode"); \ +static_assert(sizeof(FConvertBoolTypesDataflowNode) == 0x000248, "Wrong size on FConvertBoolTypesDataflowNode"); \ +static_assert(offsetof(FConvertBoolTypesDataflowNode, In) == 0x000240, "Member 'FConvertBoolTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertBoolTypesDataflowNode, Out) == 0x000241, "Member 'FConvertBoolTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertTransformTypesDataflowNode \ +static_assert(alignof(FConvertTransformTypesDataflowNode) == 0x000010, "Wrong alignment on FConvertTransformTypesDataflowNode"); \ +static_assert(sizeof(FConvertTransformTypesDataflowNode) == 0x000300, "Wrong size on FConvertTransformTypesDataflowNode"); \ +static_assert(offsetof(FConvertTransformTypesDataflowNode, In) == 0x000240, "Member 'FConvertTransformTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertTransformTypesDataflowNode, Out) == 0x0002A0, "Member 'FConvertTransformTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertStringConvertibleTypesDataflowNode \ +static_assert(alignof(FConvertStringConvertibleTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertStringConvertibleTypesDataflowNode"); \ +static_assert(sizeof(FConvertStringConvertibleTypesDataflowNode) == 0x000260, "Wrong size on FConvertStringConvertibleTypesDataflowNode"); \ +static_assert(offsetof(FConvertStringConvertibleTypesDataflowNode, In) == 0x000240, "Member 'FConvertStringConvertibleTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertStringConvertibleTypesDataflowNode, Out) == 0x000250, "Member 'FConvertStringConvertibleTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertUObjectConvertibleTypesDataflowNode \ +static_assert(alignof(FConvertUObjectConvertibleTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertUObjectConvertibleTypesDataflowNode"); \ +static_assert(sizeof(FConvertUObjectConvertibleTypesDataflowNode) == 0x000250, "Wrong size on FConvertUObjectConvertibleTypesDataflowNode"); \ +static_assert(offsetof(FConvertUObjectConvertibleTypesDataflowNode, In) == 0x000240, "Member 'FConvertUObjectConvertibleTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertUObjectConvertibleTypesDataflowNode, Out) == 0x000248, "Member 'FConvertUObjectConvertibleTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertSelectionTypesDataflowNode \ +static_assert(alignof(FConvertSelectionTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertSelectionTypesDataflowNode"); \ +static_assert(sizeof(FConvertSelectionTypesDataflowNode) == 0x000348, "Wrong size on FConvertSelectionTypesDataflowNode"); \ +static_assert(offsetof(FConvertSelectionTypesDataflowNode, Collection) == 0x000240, "Member 'FConvertSelectionTypesDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FConvertSelectionTypesDataflowNode, In) == 0x0002F0, "Member 'FConvertSelectionTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertSelectionTypesDataflowNode, bAllElementsMustBeSelected) == 0x000318, "Member 'FConvertSelectionTypesDataflowNode::bAllElementsMustBeSelected' has a wrong offset!"); \ +static_assert(offsetof(FConvertSelectionTypesDataflowNode, Out) == 0x000320, "Member 'FConvertSelectionTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertSelectionTypesToIndexArrayDataflowNode \ +static_assert(alignof(FConvertSelectionTypesToIndexArrayDataflowNode) == 0x000008, "Wrong alignment on FConvertSelectionTypesToIndexArrayDataflowNode"); \ +static_assert(sizeof(FConvertSelectionTypesToIndexArrayDataflowNode) == 0x000278, "Wrong size on FConvertSelectionTypesToIndexArrayDataflowNode"); \ +static_assert(offsetof(FConvertSelectionTypesToIndexArrayDataflowNode, In) == 0x000240, "Member 'FConvertSelectionTypesToIndexArrayDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertSelectionTypesToIndexArrayDataflowNode, Out) == 0x000268, "Member 'FConvertSelectionTypesToIndexArrayDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertIndexToSelectionTypesDataflowNode \ +static_assert(alignof(FConvertIndexToSelectionTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertIndexToSelectionTypesDataflowNode"); \ +static_assert(sizeof(FConvertIndexToSelectionTypesDataflowNode) == 0x000320, "Wrong size on FConvertIndexToSelectionTypesDataflowNode"); \ +static_assert(offsetof(FConvertIndexToSelectionTypesDataflowNode, Collection) == 0x000240, "Member 'FConvertIndexToSelectionTypesDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FConvertIndexToSelectionTypesDataflowNode, In) == 0x0002F0, "Member 'FConvertIndexToSelectionTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertIndexToSelectionTypesDataflowNode, Out) == 0x0002F8, "Member 'FConvertIndexToSelectionTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertIndexArrayToSelectionTypesDataflowNode \ +static_assert(alignof(FConvertIndexArrayToSelectionTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertIndexArrayToSelectionTypesDataflowNode"); \ +static_assert(sizeof(FConvertIndexArrayToSelectionTypesDataflowNode) == 0x000328, "Wrong size on FConvertIndexArrayToSelectionTypesDataflowNode"); \ +static_assert(offsetof(FConvertIndexArrayToSelectionTypesDataflowNode, Collection) == 0x000240, "Member 'FConvertIndexArrayToSelectionTypesDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FConvertIndexArrayToSelectionTypesDataflowNode, In) == 0x0002F0, "Member 'FConvertIndexArrayToSelectionTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertIndexArrayToSelectionTypesDataflowNode, Out) == 0x000300, "Member 'FConvertIndexArrayToSelectionTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertVectorArrayTypesDataflowNode \ +static_assert(alignof(FConvertVectorArrayTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertVectorArrayTypesDataflowNode"); \ +static_assert(sizeof(FConvertVectorArrayTypesDataflowNode) == 0x000260, "Wrong size on FConvertVectorArrayTypesDataflowNode"); \ +static_assert(offsetof(FConvertVectorArrayTypesDataflowNode, In) == 0x000240, "Member 'FConvertVectorArrayTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertVectorArrayTypesDataflowNode, Out) == 0x000250, "Member 'FConvertVectorArrayTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertNumericArrayTypesDataflowNode \ +static_assert(alignof(FConvertNumericArrayTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertNumericArrayTypesDataflowNode"); \ +static_assert(sizeof(FConvertNumericArrayTypesDataflowNode) == 0x000260, "Wrong size on FConvertNumericArrayTypesDataflowNode"); \ +static_assert(offsetof(FConvertNumericArrayTypesDataflowNode, In) == 0x000240, "Member 'FConvertNumericArrayTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertNumericArrayTypesDataflowNode, Out) == 0x000250, "Member 'FConvertNumericArrayTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertStringArrayTypesDataflowNode \ +static_assert(alignof(FConvertStringArrayTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertStringArrayTypesDataflowNode"); \ +static_assert(sizeof(FConvertStringArrayTypesDataflowNode) == 0x000260, "Wrong size on FConvertStringArrayTypesDataflowNode"); \ +static_assert(offsetof(FConvertStringArrayTypesDataflowNode, In) == 0x000240, "Member 'FConvertStringArrayTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertStringArrayTypesDataflowNode, Out) == 0x000250, "Member 'FConvertStringArrayTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertBoolArrayTypesDataflowNode \ +static_assert(alignof(FConvertBoolArrayTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertBoolArrayTypesDataflowNode"); \ +static_assert(sizeof(FConvertBoolArrayTypesDataflowNode) == 0x000260, "Wrong size on FConvertBoolArrayTypesDataflowNode"); \ +static_assert(offsetof(FConvertBoolArrayTypesDataflowNode, In) == 0x000240, "Member 'FConvertBoolArrayTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertBoolArrayTypesDataflowNode, Out) == 0x000250, "Member 'FConvertBoolArrayTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertTransformArrayTypesDataflowNode \ +static_assert(alignof(FConvertTransformArrayTypesDataflowNode) == 0x000008, "Wrong alignment on FConvertTransformArrayTypesDataflowNode"); \ +static_assert(sizeof(FConvertTransformArrayTypesDataflowNode) == 0x000260, "Wrong size on FConvertTransformArrayTypesDataflowNode"); \ +static_assert(offsetof(FConvertTransformArrayTypesDataflowNode, In) == 0x000240, "Member 'FConvertTransformArrayTypesDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertTransformArrayTypesDataflowNode, Out) == 0x000250, "Member 'FConvertTransformArrayTypesDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvertRotationDataflowNode \ +static_assert(alignof(FConvertRotationDataflowNode) == 0x000008, "Wrong alignment on FConvertRotationDataflowNode"); \ +static_assert(sizeof(FConvertRotationDataflowNode) == 0x000270, "Wrong size on FConvertRotationDataflowNode"); \ +static_assert(offsetof(FConvertRotationDataflowNode, In) == 0x000240, "Member 'FConvertRotationDataflowNode::In' has a wrong offset!"); \ +static_assert(offsetof(FConvertRotationDataflowNode, Out) == 0x000258, "Member 'FConvertRotationDataflowNode::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowReRouteNode \ +static_assert(alignof(FDataflowReRouteNode) == 0x000008, "Wrong alignment on FDataflowReRouteNode"); \ +static_assert(sizeof(FDataflowReRouteNode) == 0x000248, "Wrong size on FDataflowReRouteNode"); \ +static_assert(offsetof(FDataflowReRouteNode, Value) == 0x000240, "Member 'FDataflowReRouteNode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowBranchNode \ +static_assert(alignof(FDataflowBranchNode) == 0x000008, "Wrong alignment on FDataflowBranchNode"); \ +static_assert(sizeof(FDataflowBranchNode) == 0x000248, "Wrong size on FDataflowBranchNode"); \ +static_assert(offsetof(FDataflowBranchNode, TrueValue) == 0x000240, "Member 'FDataflowBranchNode::TrueValue' has a wrong offset!"); \ +static_assert(offsetof(FDataflowBranchNode, FalseValue) == 0x000241, "Member 'FDataflowBranchNode::FalseValue' has a wrong offset!"); \ +static_assert(offsetof(FDataflowBranchNode, bCondition) == 0x000242, "Member 'FDataflowBranchNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FDataflowBranchNode, Result) == 0x000243, "Member 'FDataflowBranchNode::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowSelectNode \ +static_assert(alignof(FDataflowSelectNode) == 0x000008, "Wrong alignment on FDataflowSelectNode"); \ +static_assert(sizeof(FDataflowSelectNode) == 0x000258, "Wrong size on FDataflowSelectNode"); \ +static_assert(offsetof(FDataflowSelectNode, Inputs) == 0x000240, "Member 'FDataflowSelectNode::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FDataflowSelectNode, SelectedIndex) == 0x000250, "Member 'FDataflowSelectNode::SelectedIndex' has a wrong offset!"); \ +static_assert(offsetof(FDataflowSelectNode, Result) == 0x000254, "Member 'FDataflowSelectNode::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowPrintNode \ +static_assert(alignof(FDataflowPrintNode) == 0x000008, "Wrong alignment on FDataflowPrintNode"); \ +static_assert(sizeof(FDataflowPrintNode) == 0x000250, "Wrong size on FDataflowPrintNode"); \ +static_assert(offsetof(FDataflowPrintNode, Value) == 0x000240, "Member 'FDataflowPrintNode::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowForceDependencyNode \ +static_assert(alignof(FDataflowForceDependencyNode) == 0x000008, "Wrong alignment on FDataflowForceDependencyNode"); \ +static_assert(sizeof(FDataflowForceDependencyNode) == 0x000248, "Wrong size on FDataflowForceDependencyNode"); \ +static_assert(offsetof(FDataflowForceDependencyNode, Value) == 0x000240, "Member 'FDataflowForceDependencyNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FDataflowForceDependencyNode, DependentValue) == 0x000241, "Member 'FDataflowForceDependencyNode::DependentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowImage \ +static_assert(alignof(FDataflowImage) == 0x000008, "Wrong alignment on FDataflowImage"); \ +static_assert(sizeof(FDataflowImage) == 0x000028, "Wrong size on FDataflowImage"); \ + +#define DUMPER7_ASSERTS_FDataflowImageFromColorNode \ +static_assert(alignof(FDataflowImageFromColorNode) == 0x000008, "Wrong alignment on FDataflowImageFromColorNode"); \ +static_assert(sizeof(FDataflowImageFromColorNode) == 0x000280, "Wrong size on FDataflowImageFromColorNode"); \ +static_assert(offsetof(FDataflowImageFromColorNode, FillColor) == 0x000240, "Member 'FDataflowImageFromColorNode::FillColor' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageFromColorNode, Resolution) == 0x000250, "Member 'FDataflowImageFromColorNode::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageFromColorNode, Image) == 0x000258, "Member 'FDataflowImageFromColorNode::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowImageSplitChannelsNode \ +static_assert(alignof(FDataflowImageSplitChannelsNode) == 0x000008, "Wrong alignment on FDataflowImageSplitChannelsNode"); \ +static_assert(sizeof(FDataflowImageSplitChannelsNode) == 0x000308, "Wrong size on FDataflowImageSplitChannelsNode"); \ +static_assert(offsetof(FDataflowImageSplitChannelsNode, Image) == 0x000240, "Member 'FDataflowImageSplitChannelsNode::Image' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageSplitChannelsNode, Red) == 0x000268, "Member 'FDataflowImageSplitChannelsNode::Red' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageSplitChannelsNode, Green) == 0x000290, "Member 'FDataflowImageSplitChannelsNode::Green' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageSplitChannelsNode, Blue) == 0x0002B8, "Member 'FDataflowImageSplitChannelsNode::Blue' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageSplitChannelsNode, Alpha) == 0x0002E0, "Member 'FDataflowImageSplitChannelsNode::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowImageCombineChannelsNode \ +static_assert(alignof(FDataflowImageCombineChannelsNode) == 0x000008, "Wrong alignment on FDataflowImageCombineChannelsNode"); \ +static_assert(sizeof(FDataflowImageCombineChannelsNode) == 0x000310, "Wrong size on FDataflowImageCombineChannelsNode"); \ +static_assert(offsetof(FDataflowImageCombineChannelsNode, Red) == 0x000240, "Member 'FDataflowImageCombineChannelsNode::Red' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageCombineChannelsNode, Green) == 0x000268, "Member 'FDataflowImageCombineChannelsNode::Green' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageCombineChannelsNode, Blue) == 0x000290, "Member 'FDataflowImageCombineChannelsNode::Blue' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageCombineChannelsNode, Alpha) == 0x0002B8, "Member 'FDataflowImageCombineChannelsNode::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageCombineChannelsNode, Image) == 0x0002E0, "Member 'FDataflowImageCombineChannelsNode::Image' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageCombineChannelsNode, ResolutionOptions) == 0x000308, "Member 'FDataflowImageCombineChannelsNode::ResolutionOptions' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageCombineChannelsNode, Resolution) == 0x00030C, "Member 'FDataflowImageCombineChannelsNode::Resolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowInput \ +static_assert(alignof(FDataflowInput) == 0x000008, "Wrong alignment on FDataflowInput"); \ +static_assert(sizeof(FDataflowInput) == 0x000070, "Wrong size on FDataflowInput"); \ + +#define DUMPER7_ASSERTS_FDataflowArrayInput \ +static_assert(alignof(FDataflowArrayInput) == 0x000008, "Wrong alignment on FDataflowArrayInput"); \ +static_assert(sizeof(FDataflowArrayInput) == 0x000080, "Wrong size on FDataflowArrayInput"); \ + +#define DUMPER7_ASSERTS_FDataflowOutput \ +static_assert(alignof(FDataflowOutput) == 0x000008, "Wrong alignment on FDataflowOutput"); \ +static_assert(sizeof(FDataflowOutput) == 0x000090, "Wrong size on FDataflowOutput"); \ + +#define DUMPER7_ASSERTS_FDataflowArrayOutput \ +static_assert(alignof(FDataflowArrayOutput) == 0x000008, "Wrong alignment on FDataflowArrayOutput"); \ +static_assert(sizeof(FDataflowArrayOutput) == 0x0000A0, "Wrong size on FDataflowArrayOutput"); \ + +#define DUMPER7_ASSERTS_FDataflowMathOneInputOperatorNode \ +static_assert(alignof(FDataflowMathOneInputOperatorNode) == 0x000008, "Wrong alignment on FDataflowMathOneInputOperatorNode"); \ +static_assert(sizeof(FDataflowMathOneInputOperatorNode) == 0x000250, "Wrong size on FDataflowMathOneInputOperatorNode"); \ +static_assert(offsetof(FDataflowMathOneInputOperatorNode, A) == 0x000240, "Member 'FDataflowMathOneInputOperatorNode::A' has a wrong offset!"); \ +static_assert(offsetof(FDataflowMathOneInputOperatorNode, Result) == 0x000248, "Member 'FDataflowMathOneInputOperatorNode::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowMathTwoInputsOperatorNode \ +static_assert(alignof(FDataflowMathTwoInputsOperatorNode) == 0x000008, "Wrong alignment on FDataflowMathTwoInputsOperatorNode"); \ +static_assert(sizeof(FDataflowMathTwoInputsOperatorNode) == 0x000258, "Wrong size on FDataflowMathTwoInputsOperatorNode"); \ +static_assert(offsetof(FDataflowMathTwoInputsOperatorNode, A) == 0x000240, "Member 'FDataflowMathTwoInputsOperatorNode::A' has a wrong offset!"); \ +static_assert(offsetof(FDataflowMathTwoInputsOperatorNode, B) == 0x000248, "Member 'FDataflowMathTwoInputsOperatorNode::B' has a wrong offset!"); \ +static_assert(offsetof(FDataflowMathTwoInputsOperatorNode, Result) == 0x000250, "Member 'FDataflowMathTwoInputsOperatorNode::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowMathAddNode \ +static_assert(alignof(FDataflowMathAddNode) == 0x000008, "Wrong alignment on FDataflowMathAddNode"); \ +static_assert(sizeof(FDataflowMathAddNode) == 0x000258, "Wrong size on FDataflowMathAddNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathSubtractNode \ +static_assert(alignof(FDataflowMathSubtractNode) == 0x000008, "Wrong alignment on FDataflowMathSubtractNode"); \ +static_assert(sizeof(FDataflowMathSubtractNode) == 0x000258, "Wrong size on FDataflowMathSubtractNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathMultiplyNode \ +static_assert(alignof(FDataflowMathMultiplyNode) == 0x000008, "Wrong alignment on FDataflowMathMultiplyNode"); \ +static_assert(sizeof(FDataflowMathMultiplyNode) == 0x000258, "Wrong size on FDataflowMathMultiplyNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathDivideNode \ +static_assert(alignof(FDataflowMathDivideNode) == 0x000008, "Wrong alignment on FDataflowMathDivideNode"); \ +static_assert(sizeof(FDataflowMathDivideNode) == 0x000260, "Wrong size on FDataflowMathDivideNode"); \ +static_assert(offsetof(FDataflowMathDivideNode, Fallback) == 0x000258, "Member 'FDataflowMathDivideNode::Fallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowMathMinimumNode \ +static_assert(alignof(FDataflowMathMinimumNode) == 0x000008, "Wrong alignment on FDataflowMathMinimumNode"); \ +static_assert(sizeof(FDataflowMathMinimumNode) == 0x000258, "Wrong size on FDataflowMathMinimumNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathMinimumNode_v2 \ +static_assert(alignof(FDataflowMathMinimumNode_v2) == 0x000008, "Wrong alignment on FDataflowMathMinimumNode_v2"); \ +static_assert(sizeof(FDataflowMathMinimumNode_v2) == 0x000258, "Wrong size on FDataflowMathMinimumNode_v2"); \ +static_assert(offsetof(FDataflowMathMinimumNode_v2, Inputs) == 0x000240, "Member 'FDataflowMathMinimumNode_v2::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FDataflowMathMinimumNode_v2, Result) == 0x000250, "Member 'FDataflowMathMinimumNode_v2::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowMathMaximumNode \ +static_assert(alignof(FDataflowMathMaximumNode) == 0x000008, "Wrong alignment on FDataflowMathMaximumNode"); \ +static_assert(sizeof(FDataflowMathMaximumNode) == 0x000258, "Wrong size on FDataflowMathMaximumNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathMaximumNode_v2 \ +static_assert(alignof(FDataflowMathMaximumNode_v2) == 0x000008, "Wrong alignment on FDataflowMathMaximumNode_v2"); \ +static_assert(sizeof(FDataflowMathMaximumNode_v2) == 0x000258, "Wrong size on FDataflowMathMaximumNode_v2"); \ +static_assert(offsetof(FDataflowMathMaximumNode_v2, Inputs) == 0x000240, "Member 'FDataflowMathMaximumNode_v2::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FDataflowMathMaximumNode_v2, Result) == 0x000250, "Member 'FDataflowMathMaximumNode_v2::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowMathReciprocalNode \ +static_assert(alignof(FDataflowMathReciprocalNode) == 0x000008, "Wrong alignment on FDataflowMathReciprocalNode"); \ +static_assert(sizeof(FDataflowMathReciprocalNode) == 0x000258, "Wrong size on FDataflowMathReciprocalNode"); \ +static_assert(offsetof(FDataflowMathReciprocalNode, Fallback) == 0x000250, "Member 'FDataflowMathReciprocalNode::Fallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowMathSquareNode \ +static_assert(alignof(FDataflowMathSquareNode) == 0x000008, "Wrong alignment on FDataflowMathSquareNode"); \ +static_assert(sizeof(FDataflowMathSquareNode) == 0x000250, "Wrong size on FDataflowMathSquareNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathCubeNode \ +static_assert(alignof(FDataflowMathCubeNode) == 0x000008, "Wrong alignment on FDataflowMathCubeNode"); \ +static_assert(sizeof(FDataflowMathCubeNode) == 0x000250, "Wrong size on FDataflowMathCubeNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathSquareRootNode \ +static_assert(alignof(FDataflowMathSquareRootNode) == 0x000008, "Wrong alignment on FDataflowMathSquareRootNode"); \ +static_assert(sizeof(FDataflowMathSquareRootNode) == 0x000250, "Wrong size on FDataflowMathSquareRootNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathInverseSquareRootNode \ +static_assert(alignof(FDataflowMathInverseSquareRootNode) == 0x000008, "Wrong alignment on FDataflowMathInverseSquareRootNode"); \ +static_assert(sizeof(FDataflowMathInverseSquareRootNode) == 0x000258, "Wrong size on FDataflowMathInverseSquareRootNode"); \ +static_assert(offsetof(FDataflowMathInverseSquareRootNode, Fallback) == 0x000250, "Member 'FDataflowMathInverseSquareRootNode::Fallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowMathNegateNode \ +static_assert(alignof(FDataflowMathNegateNode) == 0x000008, "Wrong alignment on FDataflowMathNegateNode"); \ +static_assert(sizeof(FDataflowMathNegateNode) == 0x000250, "Wrong size on FDataflowMathNegateNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathAbsNode \ +static_assert(alignof(FDataflowMathAbsNode) == 0x000008, "Wrong alignment on FDataflowMathAbsNode"); \ +static_assert(sizeof(FDataflowMathAbsNode) == 0x000250, "Wrong size on FDataflowMathAbsNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathFloorNode \ +static_assert(alignof(FDataflowMathFloorNode) == 0x000008, "Wrong alignment on FDataflowMathFloorNode"); \ +static_assert(sizeof(FDataflowMathFloorNode) == 0x000250, "Wrong size on FDataflowMathFloorNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathCeilNode \ +static_assert(alignof(FDataflowMathCeilNode) == 0x000008, "Wrong alignment on FDataflowMathCeilNode"); \ +static_assert(sizeof(FDataflowMathCeilNode) == 0x000250, "Wrong size on FDataflowMathCeilNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathRoundNode \ +static_assert(alignof(FDataflowMathRoundNode) == 0x000008, "Wrong alignment on FDataflowMathRoundNode"); \ +static_assert(sizeof(FDataflowMathRoundNode) == 0x000250, "Wrong size on FDataflowMathRoundNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathTruncNode \ +static_assert(alignof(FDataflowMathTruncNode) == 0x000008, "Wrong alignment on FDataflowMathTruncNode"); \ +static_assert(sizeof(FDataflowMathTruncNode) == 0x000250, "Wrong size on FDataflowMathTruncNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathFracNode \ +static_assert(alignof(FDataflowMathFracNode) == 0x000008, "Wrong alignment on FDataflowMathFracNode"); \ +static_assert(sizeof(FDataflowMathFracNode) == 0x000250, "Wrong size on FDataflowMathFracNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathPowNode \ +static_assert(alignof(FDataflowMathPowNode) == 0x000008, "Wrong alignment on FDataflowMathPowNode"); \ +static_assert(sizeof(FDataflowMathPowNode) == 0x000258, "Wrong size on FDataflowMathPowNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathLogXNode \ +static_assert(alignof(FDataflowMathLogXNode) == 0x000008, "Wrong alignment on FDataflowMathLogXNode"); \ +static_assert(sizeof(FDataflowMathLogXNode) == 0x000258, "Wrong size on FDataflowMathLogXNode"); \ +static_assert(offsetof(FDataflowMathLogXNode, base) == 0x000250, "Member 'FDataflowMathLogXNode::base' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowMathLogNode \ +static_assert(alignof(FDataflowMathLogNode) == 0x000008, "Wrong alignment on FDataflowMathLogNode"); \ +static_assert(sizeof(FDataflowMathLogNode) == 0x000250, "Wrong size on FDataflowMathLogNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathExpNode \ +static_assert(alignof(FDataflowMathExpNode) == 0x000008, "Wrong alignment on FDataflowMathExpNode"); \ +static_assert(sizeof(FDataflowMathExpNode) == 0x000250, "Wrong size on FDataflowMathExpNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathSignNode \ +static_assert(alignof(FDataflowMathSignNode) == 0x000008, "Wrong alignment on FDataflowMathSignNode"); \ +static_assert(sizeof(FDataflowMathSignNode) == 0x000250, "Wrong size on FDataflowMathSignNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathOneMinusNode \ +static_assert(alignof(FDataflowMathOneMinusNode) == 0x000008, "Wrong alignment on FDataflowMathOneMinusNode"); \ +static_assert(sizeof(FDataflowMathOneMinusNode) == 0x000250, "Wrong size on FDataflowMathOneMinusNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathConstantNode \ +static_assert(alignof(FDataflowMathConstantNode) == 0x000008, "Wrong alignment on FDataflowMathConstantNode"); \ +static_assert(sizeof(FDataflowMathConstantNode) == 0x000250, "Wrong size on FDataflowMathConstantNode"); \ +static_assert(offsetof(FDataflowMathConstantNode, Constant) == 0x000240, "Member 'FDataflowMathConstantNode::Constant' has a wrong offset!"); \ +static_assert(offsetof(FDataflowMathConstantNode, Result) == 0x000248, "Member 'FDataflowMathConstantNode::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowMathClampNode \ +static_assert(alignof(FDataflowMathClampNode) == 0x000008, "Wrong alignment on FDataflowMathClampNode"); \ +static_assert(sizeof(FDataflowMathClampNode) == 0x000260, "Wrong size on FDataflowMathClampNode"); \ +static_assert(offsetof(FDataflowMathClampNode, Min) == 0x000250, "Member 'FDataflowMathClampNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FDataflowMathClampNode, Max) == 0x000258, "Member 'FDataflowMathClampNode::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowMathSinNode \ +static_assert(alignof(FDataflowMathSinNode) == 0x000008, "Wrong alignment on FDataflowMathSinNode"); \ +static_assert(sizeof(FDataflowMathSinNode) == 0x000250, "Wrong size on FDataflowMathSinNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathCosNode \ +static_assert(alignof(FDataflowMathCosNode) == 0x000008, "Wrong alignment on FDataflowMathCosNode"); \ +static_assert(sizeof(FDataflowMathCosNode) == 0x000250, "Wrong size on FDataflowMathCosNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathTanNode \ +static_assert(alignof(FDataflowMathTanNode) == 0x000008, "Wrong alignment on FDataflowMathTanNode"); \ +static_assert(sizeof(FDataflowMathTanNode) == 0x000250, "Wrong size on FDataflowMathTanNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathArcSinNode \ +static_assert(alignof(FDataflowMathArcSinNode) == 0x000008, "Wrong alignment on FDataflowMathArcSinNode"); \ +static_assert(sizeof(FDataflowMathArcSinNode) == 0x000250, "Wrong size on FDataflowMathArcSinNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathArcCosNode \ +static_assert(alignof(FDataflowMathArcCosNode) == 0x000008, "Wrong alignment on FDataflowMathArcCosNode"); \ +static_assert(sizeof(FDataflowMathArcCosNode) == 0x000250, "Wrong size on FDataflowMathArcCosNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathArcTanNode \ +static_assert(alignof(FDataflowMathArcTanNode) == 0x000008, "Wrong alignment on FDataflowMathArcTanNode"); \ +static_assert(sizeof(FDataflowMathArcTanNode) == 0x000250, "Wrong size on FDataflowMathArcTanNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathArcTan2Node \ +static_assert(alignof(FDataflowMathArcTan2Node) == 0x000008, "Wrong alignment on FDataflowMathArcTan2Node"); \ +static_assert(sizeof(FDataflowMathArcTan2Node) == 0x000258, "Wrong size on FDataflowMathArcTan2Node"); \ + +#define DUMPER7_ASSERTS_FDataflowMathDegToRadNode \ +static_assert(alignof(FDataflowMathDegToRadNode) == 0x000008, "Wrong alignment on FDataflowMathDegToRadNode"); \ +static_assert(sizeof(FDataflowMathDegToRadNode) == 0x000250, "Wrong size on FDataflowMathDegToRadNode"); \ + +#define DUMPER7_ASSERTS_FDataflowMathRadToDegNode \ +static_assert(alignof(FDataflowMathRadToDegNode) == 0x000008, "Wrong alignment on FDataflowMathRadToDegNode"); \ +static_assert(sizeof(FDataflowMathRadToDegNode) == 0x000250, "Wrong size on FDataflowMathRadToDegNode"); \ + +#define DUMPER7_ASSERTS_FDataflowFreezeActions \ +static_assert(alignof(FDataflowFreezeActions) == 0x000001, "Wrong alignment on FDataflowFreezeActions"); \ +static_assert(sizeof(FDataflowFreezeActions) == 0x000001, "Wrong size on FDataflowFreezeActions"); \ + +#define DUMPER7_ASSERTS_FDataflowOverrideNode \ +static_assert(alignof(FDataflowOverrideNode) == 0x000008, "Wrong alignment on FDataflowOverrideNode"); \ +static_assert(sizeof(FDataflowOverrideNode) == 0x000260, "Wrong size on FDataflowOverrideNode"); \ +static_assert(offsetof(FDataflowOverrideNode, Key) == 0x000240, "Member 'FDataflowOverrideNode::Key' has a wrong offset!"); \ +static_assert(offsetof(FDataflowOverrideNode, Default) == 0x000248, "Member 'FDataflowOverrideNode::Default' has a wrong offset!"); \ +static_assert(offsetof(FDataflowOverrideNode, IsOverriden) == 0x000258, "Member 'FDataflowOverrideNode::IsOverriden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowPath \ +static_assert(alignof(FDataflowPath) == 0x000008, "Wrong alignment on FDataflowPath"); \ +static_assert(sizeof(FDataflowPath) == 0x000040, "Wrong size on FDataflowPath"); \ + +#define DUMPER7_ASSERTS_FDataflowTransformSelection \ +static_assert(alignof(FDataflowTransformSelection) == 0x000008, "Wrong alignment on FDataflowTransformSelection"); \ +static_assert(sizeof(FDataflowTransformSelection) == 0x000028, "Wrong size on FDataflowTransformSelection"); \ + +#define DUMPER7_ASSERTS_FDataflowVertexSelection \ +static_assert(alignof(FDataflowVertexSelection) == 0x000008, "Wrong alignment on FDataflowVertexSelection"); \ +static_assert(sizeof(FDataflowVertexSelection) == 0x000028, "Wrong size on FDataflowVertexSelection"); \ + +#define DUMPER7_ASSERTS_FDataflowFaceSelection \ +static_assert(alignof(FDataflowFaceSelection) == 0x000008, "Wrong alignment on FDataflowFaceSelection"); \ +static_assert(sizeof(FDataflowFaceSelection) == 0x000028, "Wrong size on FDataflowFaceSelection"); \ + +#define DUMPER7_ASSERTS_FDataflowGeometrySelection \ +static_assert(alignof(FDataflowGeometrySelection) == 0x000008, "Wrong alignment on FDataflowGeometrySelection"); \ +static_assert(sizeof(FDataflowGeometrySelection) == 0x000028, "Wrong size on FDataflowGeometrySelection"); \ + +#define DUMPER7_ASSERTS_FDataflowMaterialSelection \ +static_assert(alignof(FDataflowMaterialSelection) == 0x000008, "Wrong alignment on FDataflowMaterialSelection"); \ +static_assert(sizeof(FDataflowMaterialSelection) == 0x000028, "Wrong size on FDataflowMaterialSelection"); \ + +#define DUMPER7_ASSERTS_FDataflowCurveSelection \ +static_assert(alignof(FDataflowCurveSelection) == 0x000008, "Wrong alignment on FDataflowCurveSelection"); \ +static_assert(sizeof(FDataflowCurveSelection) == 0x000028, "Wrong size on FDataflowCurveSelection"); \ + +#define DUMPER7_ASSERTS_FNodeColors \ +static_assert(alignof(FNodeColors) == 0x000004, "Wrong alignment on FNodeColors"); \ +static_assert(sizeof(FNodeColors) == 0x000020, "Wrong size on FNodeColors"); \ +static_assert(offsetof(FNodeColors, NodeTitleColor) == 0x000000, "Member 'FNodeColors::NodeTitleColor' has a wrong offset!"); \ +static_assert(offsetof(FNodeColors, NodeBodyTintColor) == 0x000010, "Member 'FNodeColors::NodeBodyTintColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPinSettings \ +static_assert(alignof(FPinSettings) == 0x000004, "Wrong alignment on FPinSettings"); \ +static_assert(sizeof(FPinSettings) == 0x000014, "Wrong size on FPinSettings"); \ +static_assert(offsetof(FPinSettings, PinColor) == 0x000000, "Member 'FPinSettings::PinColor' has a wrong offset!"); \ +static_assert(offsetof(FPinSettings, WireThickness) == 0x000010, "Member 'FPinSettings::WireThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformLevelColors \ +static_assert(alignof(FTransformLevelColors) == 0x000008, "Wrong alignment on FTransformLevelColors"); \ +static_assert(sizeof(FTransformLevelColors) == 0x000020, "Wrong size on FTransformLevelColors"); \ +static_assert(offsetof(FTransformLevelColors, LevelColors) == 0x000000, "Member 'FTransformLevelColors::LevelColors' has a wrong offset!"); \ +static_assert(offsetof(FTransformLevelColors, BlankColor) == 0x000010, "Member 'FTransformLevelColors::BlankColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowTerminalNode \ +static_assert(alignof(FDataflowTerminalNode) == 0x000008, "Wrong alignment on FDataflowTerminalNode"); \ +static_assert(sizeof(FDataflowTerminalNode) == 0x000240, "Wrong size on FDataflowTerminalNode"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorMakeVec2Node \ +static_assert(alignof(FDataflowVectorMakeVec2Node) == 0x000010, "Wrong alignment on FDataflowVectorMakeVec2Node"); \ +static_assert(sizeof(FDataflowVectorMakeVec2Node) == 0x000270, "Wrong size on FDataflowVectorMakeVec2Node"); \ +static_assert(offsetof(FDataflowVectorMakeVec2Node, X) == 0x000240, "Member 'FDataflowVectorMakeVec2Node::X' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorMakeVec2Node, Y) == 0x000248, "Member 'FDataflowVectorMakeVec2Node::Y' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorMakeVec2Node, Vector2D) == 0x000250, "Member 'FDataflowVectorMakeVec2Node::Vector2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorMakeVec3Node \ +static_assert(alignof(FDataflowVectorMakeVec3Node) == 0x000010, "Wrong alignment on FDataflowVectorMakeVec3Node"); \ +static_assert(sizeof(FDataflowVectorMakeVec3Node) == 0x000280, "Wrong size on FDataflowVectorMakeVec3Node"); \ +static_assert(offsetof(FDataflowVectorMakeVec3Node, X) == 0x000240, "Member 'FDataflowVectorMakeVec3Node::X' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorMakeVec3Node, Y) == 0x000248, "Member 'FDataflowVectorMakeVec3Node::Y' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorMakeVec3Node, Z) == 0x000250, "Member 'FDataflowVectorMakeVec3Node::Z' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorMakeVec3Node, Vector3d) == 0x000260, "Member 'FDataflowVectorMakeVec3Node::Vector3d' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorMakeVec4Node \ +static_assert(alignof(FDataflowVectorMakeVec4Node) == 0x000010, "Wrong alignment on FDataflowVectorMakeVec4Node"); \ +static_assert(sizeof(FDataflowVectorMakeVec4Node) == 0x000280, "Wrong size on FDataflowVectorMakeVec4Node"); \ +static_assert(offsetof(FDataflowVectorMakeVec4Node, X) == 0x000240, "Member 'FDataflowVectorMakeVec4Node::X' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorMakeVec4Node, Y) == 0x000248, "Member 'FDataflowVectorMakeVec4Node::Y' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorMakeVec4Node, Z) == 0x000250, "Member 'FDataflowVectorMakeVec4Node::Z' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorMakeVec4Node, W) == 0x000258, "Member 'FDataflowVectorMakeVec4Node::W' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorMakeVec4Node, Vector4d) == 0x000260, "Member 'FDataflowVectorMakeVec4Node::Vector4d' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorBreakNode \ +static_assert(alignof(FDataflowVectorBreakNode) == 0x000010, "Wrong alignment on FDataflowVectorBreakNode"); \ +static_assert(sizeof(FDataflowVectorBreakNode) == 0x000280, "Wrong size on FDataflowVectorBreakNode"); \ +static_assert(offsetof(FDataflowVectorBreakNode, V) == 0x000240, "Member 'FDataflowVectorBreakNode::V' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorBreakNode, X) == 0x000260, "Member 'FDataflowVectorBreakNode::X' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorBreakNode, Y) == 0x000268, "Member 'FDataflowVectorBreakNode::Y' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorBreakNode, Z) == 0x000270, "Member 'FDataflowVectorBreakNode::Z' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorBreakNode, W) == 0x000278, "Member 'FDataflowVectorBreakNode::W' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorAddNode \ +static_assert(alignof(FDataflowVectorAddNode) == 0x000010, "Wrong alignment on FDataflowVectorAddNode"); \ +static_assert(sizeof(FDataflowVectorAddNode) == 0x0002A0, "Wrong size on FDataflowVectorAddNode"); \ +static_assert(offsetof(FDataflowVectorAddNode, A) == 0x000240, "Member 'FDataflowVectorAddNode::A' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorAddNode, B) == 0x000260, "Member 'FDataflowVectorAddNode::B' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorAddNode, V) == 0x000280, "Member 'FDataflowVectorAddNode::V' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorSubtractNode \ +static_assert(alignof(FDataflowVectorSubtractNode) == 0x000010, "Wrong alignment on FDataflowVectorSubtractNode"); \ +static_assert(sizeof(FDataflowVectorSubtractNode) == 0x0002A0, "Wrong size on FDataflowVectorSubtractNode"); \ +static_assert(offsetof(FDataflowVectorSubtractNode, A) == 0x000240, "Member 'FDataflowVectorSubtractNode::A' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorSubtractNode, B) == 0x000260, "Member 'FDataflowVectorSubtractNode::B' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorSubtractNode, V) == 0x000280, "Member 'FDataflowVectorSubtractNode::V' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorMultiplyNode \ +static_assert(alignof(FDataflowVectorMultiplyNode) == 0x000010, "Wrong alignment on FDataflowVectorMultiplyNode"); \ +static_assert(sizeof(FDataflowVectorMultiplyNode) == 0x0002A0, "Wrong size on FDataflowVectorMultiplyNode"); \ +static_assert(offsetof(FDataflowVectorMultiplyNode, A) == 0x000240, "Member 'FDataflowVectorMultiplyNode::A' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorMultiplyNode, B) == 0x000260, "Member 'FDataflowVectorMultiplyNode::B' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorMultiplyNode, V) == 0x000280, "Member 'FDataflowVectorMultiplyNode::V' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorDivideNode \ +static_assert(alignof(FDataflowVectorDivideNode) == 0x000010, "Wrong alignment on FDataflowVectorDivideNode"); \ +static_assert(sizeof(FDataflowVectorDivideNode) == 0x0002C0, "Wrong size on FDataflowVectorDivideNode"); \ +static_assert(offsetof(FDataflowVectorDivideNode, A) == 0x000240, "Member 'FDataflowVectorDivideNode::A' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorDivideNode, B) == 0x000260, "Member 'FDataflowVectorDivideNode::B' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorDivideNode, Fallback) == 0x000280, "Member 'FDataflowVectorDivideNode::Fallback' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorDivideNode, V) == 0x0002A0, "Member 'FDataflowVectorDivideNode::V' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorDotProductNode \ +static_assert(alignof(FDataflowVectorDotProductNode) == 0x000010, "Wrong alignment on FDataflowVectorDotProductNode"); \ +static_assert(sizeof(FDataflowVectorDotProductNode) == 0x000290, "Wrong size on FDataflowVectorDotProductNode"); \ +static_assert(offsetof(FDataflowVectorDotProductNode, A) == 0x000240, "Member 'FDataflowVectorDotProductNode::A' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorDotProductNode, B) == 0x000260, "Member 'FDataflowVectorDotProductNode::B' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorDotProductNode, DotProduct) == 0x000280, "Member 'FDataflowVectorDotProductNode::DotProduct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorLengthNode \ +static_assert(alignof(FDataflowVectorLengthNode) == 0x000010, "Wrong alignment on FDataflowVectorLengthNode"); \ +static_assert(sizeof(FDataflowVectorLengthNode) == 0x000270, "Wrong size on FDataflowVectorLengthNode"); \ +static_assert(offsetof(FDataflowVectorLengthNode, V) == 0x000240, "Member 'FDataflowVectorLengthNode::V' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorLengthNode, Length) == 0x000260, "Member 'FDataflowVectorLengthNode::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorSquaredLengthNode \ +static_assert(alignof(FDataflowVectorSquaredLengthNode) == 0x000010, "Wrong alignment on FDataflowVectorSquaredLengthNode"); \ +static_assert(sizeof(FDataflowVectorSquaredLengthNode) == 0x000270, "Wrong size on FDataflowVectorSquaredLengthNode"); \ +static_assert(offsetof(FDataflowVectorSquaredLengthNode, V) == 0x000240, "Member 'FDataflowVectorSquaredLengthNode::V' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorSquaredLengthNode, SquaredLength) == 0x000260, "Member 'FDataflowVectorSquaredLengthNode::SquaredLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorDistanceNode \ +static_assert(alignof(FDataflowVectorDistanceNode) == 0x000010, "Wrong alignment on FDataflowVectorDistanceNode"); \ +static_assert(sizeof(FDataflowVectorDistanceNode) == 0x000290, "Wrong size on FDataflowVectorDistanceNode"); \ +static_assert(offsetof(FDataflowVectorDistanceNode, A) == 0x000240, "Member 'FDataflowVectorDistanceNode::A' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorDistanceNode, B) == 0x000260, "Member 'FDataflowVectorDistanceNode::B' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorDistanceNode, Distance) == 0x000280, "Member 'FDataflowVectorDistanceNode::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorCrossProductNode \ +static_assert(alignof(FDataflowVectorCrossProductNode) == 0x000010, "Wrong alignment on FDataflowVectorCrossProductNode"); \ +static_assert(sizeof(FDataflowVectorCrossProductNode) == 0x0002A0, "Wrong size on FDataflowVectorCrossProductNode"); \ +static_assert(offsetof(FDataflowVectorCrossProductNode, A) == 0x000240, "Member 'FDataflowVectorCrossProductNode::A' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorCrossProductNode, B) == 0x000260, "Member 'FDataflowVectorCrossProductNode::B' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorCrossProductNode, CrossProduct) == 0x000280, "Member 'FDataflowVectorCrossProductNode::CrossProduct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorScaleNode \ +static_assert(alignof(FDataflowVectorScaleNode) == 0x000010, "Wrong alignment on FDataflowVectorScaleNode"); \ +static_assert(sizeof(FDataflowVectorScaleNode) == 0x000290, "Wrong size on FDataflowVectorScaleNode"); \ +static_assert(offsetof(FDataflowVectorScaleNode, V) == 0x000240, "Member 'FDataflowVectorScaleNode::V' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorScaleNode, Scale) == 0x000260, "Member 'FDataflowVectorScaleNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorScaleNode, Scaled) == 0x000270, "Member 'FDataflowVectorScaleNode::Scaled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVectorNormalize \ +static_assert(alignof(FDataflowVectorNormalize) == 0x000010, "Wrong alignment on FDataflowVectorNormalize"); \ +static_assert(sizeof(FDataflowVectorNormalize) == 0x000280, "Wrong size on FDataflowVectorNormalize"); \ +static_assert(offsetof(FDataflowVectorNormalize, V) == 0x000240, "Member 'FDataflowVectorNormalize::V' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVectorNormalize, Normalized) == 0x000260, "Member 'FDataflowVectorNormalize::Normalized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IDataflowGraphInterface \ +static_assert(alignof(IDataflowGraphInterface) == 0x000001, "Wrong alignment on IDataflowGraphInterface"); \ +static_assert(sizeof(IDataflowGraphInterface) == 0x000001, "Wrong size on IDataflowGraphInterface"); \ + +#define DUMPER7_ASSERTS_UDataflowSettings \ +static_assert(alignof(UDataflowSettings) == 0x000008, "Wrong alignment on UDataflowSettings"); \ +static_assert(sizeof(UDataflowSettings) == 0x000128, "Wrong size on UDataflowSettings"); \ +static_assert(offsetof(UDataflowSettings, NodeColorsMap) == 0x000038, "Member 'UDataflowSettings::NodeColorsMap' has a wrong offset!"); \ +static_assert(offsetof(UDataflowSettings, PinSettingsMap) == 0x000088, "Member 'UDataflowSettings::PinSettingsMap' has a wrong offset!"); \ +static_assert(offsetof(UDataflowSettings, TransformLevelColors) == 0x0000D8, "Member 'UDataflowSettings::TransformLevelColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyPathSegment \ +static_assert(alignof(FPropertyPathSegment) == 0x000008, "Wrong alignment on FPropertyPathSegment"); \ +static_assert(sizeof(FPropertyPathSegment) == 0x000020, "Wrong size on FPropertyPathSegment"); \ +static_assert(offsetof(FPropertyPathSegment, Name) == 0x000000, "Member 'FPropertyPathSegment::Name' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathSegment, ArrayIndex) == 0x000008, "Member 'FPropertyPathSegment::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathSegment, Struct) == 0x000010, "Member 'FPropertyPathSegment::Struct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedPropertyPath \ +static_assert(alignof(FCachedPropertyPath) == 0x000008, "Wrong alignment on FCachedPropertyPath"); \ +static_assert(sizeof(FCachedPropertyPath) == 0x000038, "Wrong size on FCachedPropertyPath"); \ +static_assert(offsetof(FCachedPropertyPath, Segments) == 0x000000, "Member 'FCachedPropertyPath::Segments' has a wrong offset!"); \ +static_assert(offsetof(FCachedPropertyPath, CachedFunction) == 0x000018, "Member 'FCachedPropertyPath::CachedFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyPathTestBaseStruct \ +static_assert(alignof(FPropertyPathTestBaseStruct) == 0x000008, "Wrong alignment on FPropertyPathTestBaseStruct"); \ +static_assert(sizeof(FPropertyPathTestBaseStruct) == 0x000008, "Wrong size on FPropertyPathTestBaseStruct"); \ + +#define DUMPER7_ASSERTS_FPropertyPathTestInnerStruct \ +static_assert(alignof(FPropertyPathTestInnerStruct) == 0x000008, "Wrong alignment on FPropertyPathTestInnerStruct"); \ +static_assert(sizeof(FPropertyPathTestInnerStruct) == 0x000028, "Wrong size on FPropertyPathTestInnerStruct"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, float_0) == 0x000008, "Member 'FPropertyPathTestInnerStruct::float_0' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, Bool) == 0x00000C, "Member 'FPropertyPathTestInnerStruct::Bool' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, EnumOne) == 0x00000D, "Member 'FPropertyPathTestInnerStruct::EnumOne' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, EnumTwo) == 0x00000E, "Member 'FPropertyPathTestInnerStruct::EnumTwo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, EnumThree) == 0x00000F, "Member 'FPropertyPathTestInnerStruct::EnumThree' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, EnumFour) == 0x000010, "Member 'FPropertyPathTestInnerStruct::EnumFour' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, Integer) == 0x000014, "Member 'FPropertyPathTestInnerStruct::Integer' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestInnerStruct, String) == 0x000018, "Member 'FPropertyPathTestInnerStruct::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyPathTestStruct \ +static_assert(alignof(FPropertyPathTestStruct) == 0x000008, "Wrong alignment on FPropertyPathTestStruct"); \ +static_assert(sizeof(FPropertyPathTestStruct) == 0x000060, "Wrong size on FPropertyPathTestStruct"); \ +static_assert(offsetof(FPropertyPathTestStruct, Bool) == 0x000008, "Member 'FPropertyPathTestStruct::Bool' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, Integer) == 0x00000C, "Member 'FPropertyPathTestStruct::Integer' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, EnumOne) == 0x000010, "Member 'FPropertyPathTestStruct::EnumOne' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, EnumTwo) == 0x000011, "Member 'FPropertyPathTestStruct::EnumTwo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, EnumThree) == 0x000012, "Member 'FPropertyPathTestStruct::EnumThree' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, EnumFour) == 0x000013, "Member 'FPropertyPathTestStruct::EnumFour' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, String) == 0x000018, "Member 'FPropertyPathTestStruct::String' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, float_0) == 0x000028, "Member 'FPropertyPathTestStruct::float_0' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, InnerStruct) == 0x000030, "Member 'FPropertyPathTestStruct::InnerStruct' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestStruct, InnerObject) == 0x000058, "Member 'FPropertyPathTestStruct::InnerObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyPathTestBed \ +static_assert(alignof(FPropertyPathTestBed) == 0x000008, "Wrong alignment on FPropertyPathTestBed"); \ +static_assert(sizeof(FPropertyPathTestBed) == 0x0000D0, "Wrong size on FPropertyPathTestBed"); \ +static_assert(offsetof(FPropertyPathTestBed, Object) == 0x000000, "Member 'FPropertyPathTestBed::Object' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestBed, ModifiedObject) == 0x000008, "Member 'FPropertyPathTestBed::ModifiedObject' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestBed, ModifiedStruct) == 0x000010, "Member 'FPropertyPathTestBed::ModifiedStruct' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathTestBed, DefaultStruct) == 0x000070, "Member 'FPropertyPathTestBed::DefaultStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_SetFloat \ +static_assert(alignof(PropertyPathTestObject_SetFloat) == 0x000004, "Wrong alignment on PropertyPathTestObject_SetFloat"); \ +static_assert(sizeof(PropertyPathTestObject_SetFloat) == 0x000004, "Wrong size on PropertyPathTestObject_SetFloat"); \ +static_assert(offsetof(PropertyPathTestObject_SetFloat, InFloat) == 0x000000, "Member 'PropertyPathTestObject_SetFloat::InFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_SetStruct \ +static_assert(alignof(PropertyPathTestObject_SetStruct) == 0x000008, "Wrong alignment on PropertyPathTestObject_SetStruct"); \ +static_assert(sizeof(PropertyPathTestObject_SetStruct) == 0x000060, "Wrong size on PropertyPathTestObject_SetStruct"); \ +static_assert(offsetof(PropertyPathTestObject_SetStruct, InStruct) == 0x000000, "Member 'PropertyPathTestObject_SetStruct::InStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_SetStructConstRef \ +static_assert(alignof(PropertyPathTestObject_SetStructConstRef) == 0x000008, "Wrong alignment on PropertyPathTestObject_SetStructConstRef"); \ +static_assert(sizeof(PropertyPathTestObject_SetStructConstRef) == 0x000060, "Wrong size on PropertyPathTestObject_SetStructConstRef"); \ +static_assert(offsetof(PropertyPathTestObject_SetStructConstRef, InStruct) == 0x000000, "Member 'PropertyPathTestObject_SetStructConstRef::InStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_SetStructRef \ +static_assert(alignof(PropertyPathTestObject_SetStructRef) == 0x000008, "Wrong alignment on PropertyPathTestObject_SetStructRef"); \ +static_assert(sizeof(PropertyPathTestObject_SetStructRef) == 0x000060, "Wrong size on PropertyPathTestObject_SetStructRef"); \ +static_assert(offsetof(PropertyPathTestObject_SetStructRef, InStruct) == 0x000000, "Member 'PropertyPathTestObject_SetStructRef::InStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_GetFloat \ +static_assert(alignof(PropertyPathTestObject_GetFloat) == 0x000004, "Wrong alignment on PropertyPathTestObject_GetFloat"); \ +static_assert(sizeof(PropertyPathTestObject_GetFloat) == 0x000004, "Wrong size on PropertyPathTestObject_GetFloat"); \ +static_assert(offsetof(PropertyPathTestObject_GetFloat, ReturnValue) == 0x000000, "Member 'PropertyPathTestObject_GetFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_GetStruct \ +static_assert(alignof(PropertyPathTestObject_GetStruct) == 0x000008, "Wrong alignment on PropertyPathTestObject_GetStruct"); \ +static_assert(sizeof(PropertyPathTestObject_GetStruct) == 0x000060, "Wrong size on PropertyPathTestObject_GetStruct"); \ +static_assert(offsetof(PropertyPathTestObject_GetStruct, ReturnValue) == 0x000000, "Member 'PropertyPathTestObject_GetStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_GetStructConstRef \ +static_assert(alignof(PropertyPathTestObject_GetStructConstRef) == 0x000008, "Wrong alignment on PropertyPathTestObject_GetStructConstRef"); \ +static_assert(sizeof(PropertyPathTestObject_GetStructConstRef) == 0x000060, "Wrong size on PropertyPathTestObject_GetStructConstRef"); \ +static_assert(offsetof(PropertyPathTestObject_GetStructConstRef, ReturnValue) == 0x000000, "Member 'PropertyPathTestObject_GetStructConstRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyPathTestObject_GetStructRef \ +static_assert(alignof(PropertyPathTestObject_GetStructRef) == 0x000008, "Wrong alignment on PropertyPathTestObject_GetStructRef"); \ +static_assert(sizeof(PropertyPathTestObject_GetStructRef) == 0x000060, "Wrong size on PropertyPathTestObject_GetStructRef"); \ +static_assert(offsetof(PropertyPathTestObject_GetStructRef, ReturnValue) == 0x000000, "Member 'PropertyPathTestObject_GetStructRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyPathTestObject \ +static_assert(alignof(UPropertyPathTestObject) == 0x000008, "Wrong alignment on UPropertyPathTestObject"); \ +static_assert(sizeof(UPropertyPathTestObject) == 0x000180, "Wrong size on UPropertyPathTestObject"); \ +static_assert(offsetof(UPropertyPathTestObject, Bool) == 0x000028, "Member 'UPropertyPathTestObject::Bool' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, EnumOne) == 0x000029, "Member 'UPropertyPathTestObject::EnumOne' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, EnumTwo) == 0x00002A, "Member 'UPropertyPathTestObject::EnumTwo' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, EnumThree) == 0x00002B, "Member 'UPropertyPathTestObject::EnumThree' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, EnumFour) == 0x00002C, "Member 'UPropertyPathTestObject::EnumFour' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, Integer) == 0x000030, "Member 'UPropertyPathTestObject::Integer' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, String) == 0x000038, "Member 'UPropertyPathTestObject::String' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, float_0) == 0x000048, "Member 'UPropertyPathTestObject::float_0' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, Struct) == 0x000050, "Member 'UPropertyPathTestObject::Struct' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, StructRef) == 0x0000B0, "Member 'UPropertyPathTestObject::StructRef' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, StructConstRef) == 0x000110, "Member 'UPropertyPathTestObject::StructConstRef' has a wrong offset!"); \ +static_assert(offsetof(UPropertyPathTestObject, InnerObject) == 0x000170, "Member 'UPropertyPathTestObject::InnerObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveCloudStreamingPlatformProjectSettings \ +static_assert(alignof(FSoundWaveCloudStreamingPlatformProjectSettings) == 0x000001, "Wrong alignment on FSoundWaveCloudStreamingPlatformProjectSettings"); \ +static_assert(sizeof(FSoundWaveCloudStreamingPlatformProjectSettings) == 0x000001, "Wrong size on FSoundWaveCloudStreamingPlatformProjectSettings"); \ +static_assert(offsetof(FSoundWaveCloudStreamingPlatformProjectSettings, EnablementSetting) == 0x000000, "Member 'FSoundWaveCloudStreamingPlatformProjectSettings::EnablementSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundWaveCloudStreamingPlatformSettings \ +static_assert(alignof(FSoundWaveCloudStreamingPlatformSettings) == 0x000001, "Wrong alignment on FSoundWaveCloudStreamingPlatformSettings"); \ +static_assert(sizeof(FSoundWaveCloudStreamingPlatformSettings) == 0x000001, "Wrong size on FSoundWaveCloudStreamingPlatformSettings"); \ +static_assert(offsetof(FSoundWaveCloudStreamingPlatformSettings, EnablementSetting) == 0x000000, "Member 'FSoundWaveCloudStreamingPlatformSettings::EnablementSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundGeneratorOutput \ +static_assert(alignof(FSoundGeneratorOutput) == 0x000004, "Wrong alignment on FSoundGeneratorOutput"); \ +static_assert(sizeof(FSoundGeneratorOutput) == 0x000008, "Wrong size on FSoundGeneratorOutput"); \ +static_assert(offsetof(FSoundGeneratorOutput, Name) == 0x000000, "Member 'FSoundGeneratorOutput::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSoundWaveCuePoint \ +static_assert(alignof(FSoundWaveCuePoint) == 0x000008, "Wrong alignment on FSoundWaveCuePoint"); \ +static_assert(sizeof(FSoundWaveCuePoint) == 0x000030, "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) == 0x000020, "Member 'FSoundWaveCuePoint::FrameLength' has a wrong offset!"); \ +static_assert(offsetof(FSoundWaveCuePoint, bIsLoopRegion) == 0x000028, "Member 'FSoundWaveCuePoint::bIsLoopRegion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAudioPropertiesSheetAssetUserInterface \ +static_assert(alignof(IAudioPropertiesSheetAssetUserInterface) == 0x000001, "Wrong alignment on IAudioPropertiesSheetAssetUserInterface"); \ +static_assert(sizeof(IAudioPropertiesSheetAssetUserInterface) == 0x000001, "Wrong size on IAudioPropertiesSheetAssetUserInterface"); \ + +#define DUMPER7_ASSERTS_UAudioPropertiesSheetAssetBase \ +static_assert(alignof(UAudioPropertiesSheetAssetBase) == 0x000008, "Wrong alignment on UAudioPropertiesSheetAssetBase"); \ +static_assert(sizeof(UAudioPropertiesSheetAssetBase) == 0x000028, "Wrong size on UAudioPropertiesSheetAssetBase"); \ + +#define DUMPER7_ASSERTS_USpatializationPluginSourceSettingsBase \ +static_assert(alignof(USpatializationPluginSourceSettingsBase) == 0x000008, "Wrong alignment on USpatializationPluginSourceSettingsBase"); \ +static_assert(sizeof(USpatializationPluginSourceSettingsBase) == 0x000028, "Wrong size on USpatializationPluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_USourceDataOverridePluginSourceSettingsBase \ +static_assert(alignof(USourceDataOverridePluginSourceSettingsBase) == 0x000008, "Wrong alignment on USourceDataOverridePluginSourceSettingsBase"); \ +static_assert(sizeof(USourceDataOverridePluginSourceSettingsBase) == 0x000028, "Wrong size on USourceDataOverridePluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_UOcclusionPluginSourceSettingsBase \ +static_assert(alignof(UOcclusionPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UOcclusionPluginSourceSettingsBase"); \ +static_assert(sizeof(UOcclusionPluginSourceSettingsBase) == 0x000028, "Wrong size on UOcclusionPluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_UReverbPluginSourceSettingsBase \ +static_assert(alignof(UReverbPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UReverbPluginSourceSettingsBase"); \ +static_assert(sizeof(UReverbPluginSourceSettingsBase) == 0x000028, "Wrong size on UReverbPluginSourceSettingsBase"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetBoolArrayParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetBoolArrayParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetBoolArrayParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetBoolArrayParameter) == 0x000018, "Wrong size on AudioParameterControllerInterface_SetBoolArrayParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetBoolArrayParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetBoolArrayParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetBoolArrayParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetBoolArrayParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetBoolParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetBoolParameter) == 0x000004, "Wrong alignment on AudioParameterControllerInterface_SetBoolParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetBoolParameter) == 0x00000C, "Wrong size on AudioParameterControllerInterface_SetBoolParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetBoolParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetBoolParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetBoolParameter, InBool) == 0x000008, "Member 'AudioParameterControllerInterface_SetBoolParameter::InBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetFloatArrayParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetFloatArrayParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetFloatArrayParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetFloatArrayParameter) == 0x000018, "Wrong size on AudioParameterControllerInterface_SetFloatArrayParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetFloatArrayParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetFloatArrayParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetFloatArrayParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetFloatArrayParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetFloatParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetFloatParameter) == 0x000004, "Wrong alignment on AudioParameterControllerInterface_SetFloatParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetFloatParameter) == 0x00000C, "Wrong size on AudioParameterControllerInterface_SetFloatParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetFloatParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetFloatParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetFloatParameter, InFloat) == 0x000008, "Member 'AudioParameterControllerInterface_SetFloatParameter::InFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetIntArrayParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetIntArrayParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetIntArrayParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetIntArrayParameter) == 0x000018, "Wrong size on AudioParameterControllerInterface_SetIntArrayParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetIntArrayParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetIntArrayParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetIntArrayParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetIntArrayParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetIntParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetIntParameter) == 0x000004, "Wrong alignment on AudioParameterControllerInterface_SetIntParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetIntParameter) == 0x00000C, "Wrong size on AudioParameterControllerInterface_SetIntParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetIntParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetIntParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetIntParameter, inInt) == 0x000008, "Member 'AudioParameterControllerInterface_SetIntParameter::inInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetObjectArrayParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetObjectArrayParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetObjectArrayParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetObjectArrayParameter) == 0x000018, "Wrong size on AudioParameterControllerInterface_SetObjectArrayParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetObjectArrayParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetObjectArrayParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetObjectArrayParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetObjectArrayParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetObjectParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetObjectParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetObjectParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetObjectParameter) == 0x000010, "Wrong size on AudioParameterControllerInterface_SetObjectParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetObjectParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetObjectParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetObjectParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetObjectParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetParameters_Blueprint \ +static_assert(alignof(AudioParameterControllerInterface_SetParameters_Blueprint) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetParameters_Blueprint"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetParameters_Blueprint) == 0x000010, "Wrong size on AudioParameterControllerInterface_SetParameters_Blueprint"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetParameters_Blueprint, InParameters) == 0x000000, "Member 'AudioParameterControllerInterface_SetParameters_Blueprint::InParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetStringArrayParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetStringArrayParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetStringArrayParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetStringArrayParameter) == 0x000018, "Wrong size on AudioParameterControllerInterface_SetStringArrayParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetStringArrayParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetStringArrayParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetStringArrayParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetStringArrayParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetStringParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetStringParameter) == 0x000008, "Wrong alignment on AudioParameterControllerInterface_SetStringParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetStringParameter) == 0x000018, "Wrong size on AudioParameterControllerInterface_SetStringParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetStringParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetStringParameter::InName' has a wrong offset!"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetStringParameter, InValue) == 0x000008, "Member 'AudioParameterControllerInterface_SetStringParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioParameterControllerInterface_SetTriggerParameter \ +static_assert(alignof(AudioParameterControllerInterface_SetTriggerParameter) == 0x000004, "Wrong alignment on AudioParameterControllerInterface_SetTriggerParameter"); \ +static_assert(sizeof(AudioParameterControllerInterface_SetTriggerParameter) == 0x000008, "Wrong size on AudioParameterControllerInterface_SetTriggerParameter"); \ +static_assert(offsetof(AudioParameterControllerInterface_SetTriggerParameter, InName) == 0x000000, "Member 'AudioParameterControllerInterface_SetTriggerParameter::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAudioParameterControllerInterface \ +static_assert(alignof(IAudioParameterControllerInterface) == 0x000001, "Wrong alignment on IAudioParameterControllerInterface"); \ +static_assert(sizeof(IAudioParameterControllerInterface) == 0x000001, "Wrong size on IAudioParameterControllerInterface"); \ + +#define DUMPER7_ASSERTS_UAudioEndpointSettingsBase \ +static_assert(alignof(UAudioEndpointSettingsBase) == 0x000008, "Wrong alignment on UAudioEndpointSettingsBase"); \ +static_assert(sizeof(UAudioEndpointSettingsBase) == 0x000028, "Wrong size on UAudioEndpointSettingsBase"); \ + +#define DUMPER7_ASSERTS_UDummyEndpointSettings \ +static_assert(alignof(UDummyEndpointSettings) == 0x000008, "Wrong alignment on UDummyEndpointSettings"); \ +static_assert(sizeof(UDummyEndpointSettings) == 0x000028, "Wrong size on UDummyEndpointSettings"); \ + +#define DUMPER7_ASSERTS_USoundModulatorBase \ +static_assert(alignof(USoundModulatorBase) == 0x000008, "Wrong alignment on USoundModulatorBase"); \ +static_assert(sizeof(USoundModulatorBase) == 0x000030, "Wrong size on USoundModulatorBase"); \ + +#define DUMPER7_ASSERTS_USoundfieldEndpointSettingsBase \ +static_assert(alignof(USoundfieldEndpointSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEndpointSettingsBase"); \ +static_assert(sizeof(USoundfieldEndpointSettingsBase) == 0x000028, "Wrong size on USoundfieldEndpointSettingsBase"); \ + +#define DUMPER7_ASSERTS_USoundfieldEncodingSettingsBase \ +static_assert(alignof(USoundfieldEncodingSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEncodingSettingsBase"); \ +static_assert(sizeof(USoundfieldEncodingSettingsBase) == 0x000028, "Wrong size on USoundfieldEncodingSettingsBase"); \ + +#define DUMPER7_ASSERTS_USoundfieldEffectSettingsBase \ +static_assert(alignof(USoundfieldEffectSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEffectSettingsBase"); \ +static_assert(sizeof(USoundfieldEffectSettingsBase) == 0x000028, "Wrong size on USoundfieldEffectSettingsBase"); \ + +#define DUMPER7_ASSERTS_USoundfieldEffectBase \ +static_assert(alignof(USoundfieldEffectBase) == 0x000008, "Wrong alignment on USoundfieldEffectBase"); \ +static_assert(sizeof(USoundfieldEffectBase) == 0x000030, "Wrong size on USoundfieldEffectBase"); \ +static_assert(offsetof(USoundfieldEffectBase, Settings) == 0x000028, "Member 'USoundfieldEffectBase::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveformTransformationBase \ +static_assert(alignof(UWaveformTransformationBase) == 0x000008, "Wrong alignment on UWaveformTransformationBase"); \ +static_assert(sizeof(UWaveformTransformationBase) == 0x000048, "Wrong size on UWaveformTransformationBase"); \ + +#define DUMPER7_ASSERTS_UWaveformTransformationChain \ +static_assert(alignof(UWaveformTransformationChain) == 0x000008, "Wrong alignment on UWaveformTransformationChain"); \ +static_assert(sizeof(UWaveformTransformationChain) == 0x000038, "Wrong size on UWaveformTransformationChain"); \ +static_assert(offsetof(UWaveformTransformationChain, Transformations) == 0x000028, "Member 'UWaveformTransformationChain::Transformations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioLinkSettingsAbstract \ +static_assert(alignof(UAudioLinkSettingsAbstract) == 0x000008, "Wrong alignment on UAudioLinkSettingsAbstract"); \ +static_assert(sizeof(UAudioLinkSettingsAbstract) == 0x000038, "Wrong size on UAudioLinkSettingsAbstract"); \ + +#define DUMPER7_ASSERTS_FEditorDataStorageColumn \ +static_assert(alignof(FEditorDataStorageColumn) == 0x000001, "Wrong alignment on FEditorDataStorageColumn"); \ +static_assert(sizeof(FEditorDataStorageColumn) == 0x000001, "Wrong size on FEditorDataStorageColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementExternalObjectColumn \ +static_assert(alignof(FTypedElementExternalObjectColumn) == 0x000008, "Wrong alignment on FTypedElementExternalObjectColumn"); \ +static_assert(sizeof(FTypedElementExternalObjectColumn) == 0x000008, "Wrong size on FTypedElementExternalObjectColumn"); \ + +#define DUMPER7_ASSERTS_FSCCRevisionId \ +static_assert(alignof(FSCCRevisionId) == 0x000004, "Wrong alignment on FSCCRevisionId"); \ +static_assert(sizeof(FSCCRevisionId) == 0x000014, "Wrong size on FSCCRevisionId"); \ +static_assert(offsetof(FSCCRevisionId, ID) == 0x000000, "Member 'FSCCRevisionId::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCCExternalRevisionIdColumn \ +static_assert(alignof(FSCCExternalRevisionIdColumn) == 0x000004, "Wrong alignment on FSCCExternalRevisionIdColumn"); \ +static_assert(sizeof(FSCCExternalRevisionIdColumn) == 0x000014, "Wrong size on FSCCExternalRevisionIdColumn"); \ +static_assert(offsetof(FSCCExternalRevisionIdColumn, RevisionId) == 0x000000, "Member 'FSCCExternalRevisionIdColumn::RevisionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScriptTypedElementHandle \ +static_assert(alignof(FScriptTypedElementHandle) == 0x000008, "Wrong alignment on FScriptTypedElementHandle"); \ +static_assert(sizeof(FScriptTypedElementHandle) == 0x000008, "Wrong size on FScriptTypedElementHandle"); \ + +#define DUMPER7_ASSERTS_FTypedElementSelectionColumn \ +static_assert(alignof(FTypedElementSelectionColumn) == 0x000004, "Wrong alignment on FTypedElementSelectionColumn"); \ +static_assert(sizeof(FTypedElementSelectionColumn) == 0x000008, "Wrong size on FTypedElementSelectionColumn"); \ +static_assert(offsetof(FTypedElementSelectionColumn, SelectionSet) == 0x000000, "Member 'FTypedElementSelectionColumn::SelectionSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditorDataStorageTag \ +static_assert(alignof(FEditorDataStorageTag) == 0x000001, "Wrong alignment on FEditorDataStorageTag"); \ +static_assert(sizeof(FEditorDataStorageTag) == 0x000001, "Wrong size on FEditorDataStorageTag"); \ + +#define DUMPER7_ASSERTS_FEditorDataStorageUiDecoratorWidgetFactoryTag \ +static_assert(alignof(FEditorDataStorageUiDecoratorWidgetFactoryTag) == 0x000001, "Wrong alignment on FEditorDataStorageUiDecoratorWidgetFactoryTag"); \ +static_assert(sizeof(FEditorDataStorageUiDecoratorWidgetFactoryTag) == 0x000001, "Wrong size on FEditorDataStorageUiDecoratorWidgetFactoryTag"); \ + +#define DUMPER7_ASSERTS_FTestColumnC \ +static_assert(alignof(FTestColumnC) == 0x000001, "Wrong alignment on FTestColumnC"); \ +static_assert(sizeof(FTestColumnC) == 0x000001, "Wrong size on FTestColumnC"); \ + +#define DUMPER7_ASSERTS_FTedsRowHandle \ +static_assert(alignof(FTedsRowHandle) == 0x000008, "Wrong alignment on FTedsRowHandle"); \ +static_assert(sizeof(FTedsRowHandle) == 0x000008, "Wrong size on FTedsRowHandle"); \ +static_assert(offsetof(FTedsRowHandle, RowHandle) == 0x000000, "Member 'FTedsRowHandle::RowHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementUObjectColumn \ +static_assert(alignof(FTypedElementUObjectColumn) == 0x000004, "Wrong alignment on FTypedElementUObjectColumn"); \ +static_assert(sizeof(FTypedElementUObjectColumn) == 0x000008, "Wrong size on FTypedElementUObjectColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementUObjectIdColumn \ +static_assert(alignof(FTypedElementUObjectIdColumn) == 0x000004, "Wrong alignment on FTypedElementUObjectIdColumn"); \ +static_assert(sizeof(FTypedElementUObjectIdColumn) == 0x000008, "Wrong size on FTypedElementUObjectIdColumn"); \ +static_assert(offsetof(FTypedElementUObjectIdColumn, ID) == 0x000000, "Member 'FTypedElementUObjectIdColumn::ID' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementUObjectIdColumn, SerialNumber) == 0x000004, "Member 'FTypedElementUObjectIdColumn::SerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementClassDefaultObjectTag \ +static_assert(alignof(FTypedElementClassDefaultObjectTag) == 0x000001, "Wrong alignment on FTypedElementClassDefaultObjectTag"); \ +static_assert(sizeof(FTypedElementClassDefaultObjectTag) == 0x000001, "Wrong size on FTypedElementClassDefaultObjectTag"); \ + +#define DUMPER7_ASSERTS_FTestColumnA \ +static_assert(alignof(FTestColumnA) == 0x000001, "Wrong alignment on FTestColumnA"); \ +static_assert(sizeof(FTestColumnA) == 0x000001, "Wrong size on FTestColumnA"); \ + +#define DUMPER7_ASSERTS_FTypedElementActorTag \ +static_assert(alignof(FTypedElementActorTag) == 0x000001, "Wrong alignment on FTypedElementActorTag"); \ +static_assert(sizeof(FTypedElementActorTag) == 0x000001, "Wrong size on FTypedElementActorTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementWorldColumn \ +static_assert(alignof(FTypedElementWorldColumn) == 0x000004, "Wrong alignment on FTypedElementWorldColumn"); \ +static_assert(sizeof(FTypedElementWorldColumn) == 0x000008, "Wrong size on FTypedElementWorldColumn"); \ + +#define DUMPER7_ASSERTS_FEditorDataStorageWorldTag \ +static_assert(alignof(FEditorDataStorageWorldTag) == 0x000001, "Wrong alignment on FEditorDataStorageWorldTag"); \ +static_assert(sizeof(FEditorDataStorageWorldTag) == 0x000001, "Wrong size on FEditorDataStorageWorldTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementLevelColumn \ +static_assert(alignof(FTypedElementLevelColumn) == 0x000004, "Wrong alignment on FTypedElementLevelColumn"); \ +static_assert(sizeof(FTypedElementLevelColumn) == 0x000008, "Wrong size on FTypedElementLevelColumn"); \ + +#define DUMPER7_ASSERTS_FEditorDataStorageLevelTag \ +static_assert(alignof(FEditorDataStorageLevelTag) == 0x000001, "Wrong alignment on FEditorDataStorageLevelTag"); \ +static_assert(sizeof(FEditorDataStorageLevelTag) == 0x000001, "Wrong size on FEditorDataStorageLevelTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementPropertyBagPlaceholderTag \ +static_assert(alignof(FTypedElementPropertyBagPlaceholderTag) == 0x000001, "Wrong alignment on FTypedElementPropertyBagPlaceholderTag"); \ +static_assert(sizeof(FTypedElementPropertyBagPlaceholderTag) == 0x000001, "Wrong size on FTypedElementPropertyBagPlaceholderTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementLoosePropertyTag \ +static_assert(alignof(FTypedElementLoosePropertyTag) == 0x000001, "Wrong alignment on FTypedElementLoosePropertyTag"); \ +static_assert(sizeof(FTypedElementLoosePropertyTag) == 0x000001, "Wrong size on FTypedElementLoosePropertyTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementPropertyBagPlaceholderTypeInfoColumn \ +static_assert(alignof(FTypedElementPropertyBagPlaceholderTypeInfoColumn) == 0x000004, "Wrong alignment on FTypedElementPropertyBagPlaceholderTypeInfoColumn"); \ +static_assert(sizeof(FTypedElementPropertyBagPlaceholderTypeInfoColumn) == 0x000008, "Wrong size on FTypedElementPropertyBagPlaceholderTypeInfoColumn"); \ + +#define DUMPER7_ASSERTS_FEditorDataStorageUObjectIdNameColumn \ +static_assert(alignof(FEditorDataStorageUObjectIdNameColumn) == 0x000004, "Wrong alignment on FEditorDataStorageUObjectIdNameColumn"); \ +static_assert(sizeof(FEditorDataStorageUObjectIdNameColumn) == 0x000008, "Wrong size on FEditorDataStorageUObjectIdNameColumn"); \ +static_assert(offsetof(FEditorDataStorageUObjectIdNameColumn, IdName) == 0x000000, "Member 'FEditorDataStorageUObjectIdNameColumn::IdName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFolderTag \ +static_assert(alignof(FFolderTag) == 0x000001, "Wrong alignment on FFolderTag"); \ +static_assert(sizeof(FFolderTag) == 0x000001, "Wrong size on FFolderTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementLocalTransformColumn \ +static_assert(alignof(FTypedElementLocalTransformColumn) == 0x000010, "Wrong alignment on FTypedElementLocalTransformColumn"); \ +static_assert(sizeof(FTypedElementLocalTransformColumn) == 0x000060, "Wrong size on FTypedElementLocalTransformColumn"); \ +static_assert(offsetof(FTypedElementLocalTransformColumn, Transform) == 0x000000, "Member 'FTypedElementLocalTransformColumn::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTedsTypedElementColumn \ +static_assert(alignof(FTedsTypedElementColumn) == 0x000008, "Wrong alignment on FTedsTypedElementColumn"); \ +static_assert(sizeof(FTedsTypedElementColumn) == 0x000008, "Wrong size on FTedsTypedElementColumn"); \ + +#define DUMPER7_ASSERTS_FTableRowParentColumn \ +static_assert(alignof(FTableRowParentColumn) == 0x000008, "Wrong alignment on FTableRowParentColumn"); \ +static_assert(sizeof(FTableRowParentColumn) == 0x000008, "Wrong size on FTableRowParentColumn"); \ + +#define DUMPER7_ASSERTS_FUnresolvedTableRowParentColumn \ +static_assert(alignof(FUnresolvedTableRowParentColumn) == 0x000008, "Wrong alignment on FUnresolvedTableRowParentColumn"); \ +static_assert(sizeof(FUnresolvedTableRowParentColumn) == 0x000018, "Wrong size on FUnresolvedTableRowParentColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementIconOverrideColumn \ +static_assert(alignof(FTypedElementIconOverrideColumn) == 0x000004, "Wrong alignment on FTypedElementIconOverrideColumn"); \ +static_assert(sizeof(FTypedElementIconOverrideColumn) == 0x000008, "Wrong size on FTypedElementIconOverrideColumn"); \ +static_assert(offsetof(FTypedElementIconOverrideColumn, IconName) == 0x000000, "Member 'FTypedElementIconOverrideColumn::IconName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementU32IntValueCacheColumn \ +static_assert(alignof(FTypedElementU32IntValueCacheColumn) == 0x000004, "Wrong alignment on FTypedElementU32IntValueCacheColumn"); \ +static_assert(sizeof(FTypedElementU32IntValueCacheColumn) == 0x000004, "Wrong size on FTypedElementU32IntValueCacheColumn"); \ +static_assert(offsetof(FTypedElementU32IntValueCacheColumn, Value) == 0x000000, "Member 'FTypedElementU32IntValueCacheColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementLabelColumn \ +static_assert(alignof(FTypedElementLabelColumn) == 0x000008, "Wrong alignment on FTypedElementLabelColumn"); \ +static_assert(sizeof(FTypedElementLabelColumn) == 0x000010, "Wrong size on FTypedElementLabelColumn"); \ +static_assert(offsetof(FTypedElementLabelColumn, Label) == 0x000000, "Member 'FTypedElementLabelColumn::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementLabelHashColumn \ +static_assert(alignof(FTypedElementLabelHashColumn) == 0x000008, "Wrong alignment on FTypedElementLabelHashColumn"); \ +static_assert(sizeof(FTypedElementLabelHashColumn) == 0x000008, "Wrong size on FTypedElementLabelHashColumn"); \ +static_assert(offsetof(FTypedElementLabelHashColumn, LabelHash) == 0x000000, "Member 'FTypedElementLabelHashColumn::LabelHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTEDSProcessorTests_SecondaryTag \ +static_assert(alignof(FTEDSProcessorTests_SecondaryTag) == 0x000001, "Wrong alignment on FTEDSProcessorTests_SecondaryTag"); \ +static_assert(sizeof(FTEDSProcessorTests_SecondaryTag) == 0x000001, "Wrong size on FTEDSProcessorTests_SecondaryTag"); \ + +#define DUMPER7_ASSERTS_FScriptTypedElementListProxy \ +static_assert(alignof(FScriptTypedElementListProxy) == 0x000008, "Wrong alignment on FScriptTypedElementListProxy"); \ +static_assert(sizeof(FScriptTypedElementListProxy) == 0x000010, "Wrong size on FScriptTypedElementListProxy"); \ + +#define DUMPER7_ASSERTS_FTypedElementSyncBackToWorldTag \ +static_assert(alignof(FTypedElementSyncBackToWorldTag) == 0x000001, "Wrong alignment on FTypedElementSyncBackToWorldTag"); \ +static_assert(sizeof(FTypedElementSyncBackToWorldTag) == 0x000001, "Wrong size on FTypedElementSyncBackToWorldTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementSyncFromWorldTag \ +static_assert(alignof(FTypedElementSyncFromWorldTag) == 0x000001, "Wrong alignment on FTypedElementSyncFromWorldTag"); \ +static_assert(sizeof(FTypedElementSyncFromWorldTag) == 0x000001, "Wrong size on FTypedElementSyncFromWorldTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementSyncFromWorldInteractiveTag \ +static_assert(alignof(FTypedElementSyncFromWorldInteractiveTag) == 0x000001, "Wrong alignment on FTypedElementSyncFromWorldInteractiveTag"); \ +static_assert(sizeof(FTypedElementSyncFromWorldInteractiveTag) == 0x000001, "Wrong size on FTypedElementSyncFromWorldInteractiveTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementRowReferenceColumn \ +static_assert(alignof(FTypedElementRowReferenceColumn) == 0x000008, "Wrong alignment on FTypedElementRowReferenceColumn"); \ +static_assert(sizeof(FTypedElementRowReferenceColumn) == 0x000008, "Wrong size on FTypedElementRowReferenceColumn"); \ + +#define DUMPER7_ASSERTS_FNameColumn \ +static_assert(alignof(FNameColumn) == 0x000004, "Wrong alignment on FNameColumn"); \ +static_assert(sizeof(FNameColumn) == 0x000008, "Wrong size on FNameColumn"); \ +static_assert(offsetof(FNameColumn, Name) == 0x000000, "Member 'FNameColumn::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFavoriteTag \ +static_assert(alignof(FFavoriteTag) == 0x000001, "Wrong alignment on FFavoriteTag"); \ +static_assert(sizeof(FFavoriteTag) == 0x000001, "Wrong size on FFavoriteTag"); \ + +#define DUMPER7_ASSERTS_FObjectOverrideColumn \ +static_assert(alignof(FObjectOverrideColumn) == 0x000001, "Wrong alignment on FObjectOverrideColumn"); \ +static_assert(sizeof(FObjectOverrideColumn) == 0x000001, "Wrong size on FObjectOverrideColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementPackageUnresolvedReference \ +static_assert(alignof(FTypedElementPackageUnresolvedReference) == 0x000008, "Wrong alignment on FTypedElementPackageUnresolvedReference"); \ +static_assert(sizeof(FTypedElementPackageUnresolvedReference) == 0x000010, "Wrong size on FTypedElementPackageUnresolvedReference"); \ + +#define DUMPER7_ASSERTS_FTypedElementPackageReference \ +static_assert(alignof(FTypedElementPackageReference) == 0x000008, "Wrong alignment on FTypedElementPackageReference"); \ +static_assert(sizeof(FTypedElementPackageReference) == 0x000008, "Wrong size on FTypedElementPackageReference"); \ + +#define DUMPER7_ASSERTS_FTypedElementPackageUpdatedTag \ +static_assert(alignof(FTypedElementPackageUpdatedTag) == 0x000001, "Wrong alignment on FTypedElementPackageUpdatedTag"); \ +static_assert(sizeof(FTypedElementPackageUpdatedTag) == 0x000001, "Wrong size on FTypedElementPackageUpdatedTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementPackagePathColumn \ +static_assert(alignof(FTypedElementPackagePathColumn) == 0x000008, "Wrong alignment on FTypedElementPackagePathColumn"); \ +static_assert(sizeof(FTypedElementPackagePathColumn) == 0x000010, "Wrong size on FTypedElementPackagePathColumn"); \ +static_assert(offsetof(FTypedElementPackagePathColumn, Path) == 0x000000, "Member 'FTypedElementPackagePathColumn::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementPackageLoadedPathColumn \ +static_assert(alignof(FTypedElementPackageLoadedPathColumn) == 0x000004, "Wrong alignment on FTypedElementPackageLoadedPathColumn"); \ +static_assert(sizeof(FTypedElementPackageLoadedPathColumn) == 0x00000C, "Wrong size on FTypedElementPackageLoadedPathColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementPivotOffset \ +static_assert(alignof(FTypedElementPivotOffset) == 0x000008, "Wrong alignment on FTypedElementPivotOffset"); \ +static_assert(sizeof(FTypedElementPivotOffset) == 0x000018, "Wrong size on FTypedElementPivotOffset"); \ +static_assert(offsetof(FTypedElementPivotOffset, Offset) == 0x000000, "Member 'FTypedElementPivotOffset::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCCInChangelistTag \ +static_assert(alignof(FSCCInChangelistTag) == 0x000001, "Wrong alignment on FSCCInChangelistTag"); \ +static_assert(sizeof(FSCCInChangelistTag) == 0x000001, "Wrong size on FSCCInChangelistTag"); \ + +#define DUMPER7_ASSERTS_FSCCStagedTag \ +static_assert(alignof(FSCCStagedTag) == 0x000001, "Wrong alignment on FSCCStagedTag"); \ +static_assert(sizeof(FSCCStagedTag) == 0x000001, "Wrong size on FSCCStagedTag"); \ + +#define DUMPER7_ASSERTS_FSCCLockedTag \ +static_assert(alignof(FSCCLockedTag) == 0x000001, "Wrong alignment on FSCCLockedTag"); \ +static_assert(sizeof(FSCCLockedTag) == 0x000001, "Wrong size on FSCCLockedTag"); \ + +#define DUMPER7_ASSERTS_FWidgetPurposeReferenceColumn \ +static_assert(alignof(FWidgetPurposeReferenceColumn) == 0x000008, "Wrong alignment on FWidgetPurposeReferenceColumn"); \ +static_assert(sizeof(FWidgetPurposeReferenceColumn) == 0x000008, "Wrong size on FWidgetPurposeReferenceColumn"); \ + +#define DUMPER7_ASSERTS_FSCCExternallyEditedTag \ +static_assert(alignof(FSCCExternallyEditedTag) == 0x000001, "Wrong alignment on FSCCExternallyEditedTag"); \ +static_assert(sizeof(FSCCExternallyEditedTag) == 0x000001, "Wrong size on FSCCExternallyEditedTag"); \ + +#define DUMPER7_ASSERTS_FSCCNotCurrentTag \ +static_assert(alignof(FSCCNotCurrentTag) == 0x000001, "Wrong alignment on FSCCNotCurrentTag"); \ +static_assert(sizeof(FSCCNotCurrentTag) == 0x000001, "Wrong size on FSCCNotCurrentTag"); \ + +#define DUMPER7_ASSERTS_FTypedElementSlateWidgetReferenceColumn \ +static_assert(alignof(FTypedElementSlateWidgetReferenceColumn) == 0x000008, "Wrong alignment on FTypedElementSlateWidgetReferenceColumn"); \ +static_assert(sizeof(FTypedElementSlateWidgetReferenceColumn) == 0x000030, "Wrong size on FTypedElementSlateWidgetReferenceColumn"); \ + +#define DUMPER7_ASSERTS_FSCCStatusColumn \ +static_assert(alignof(FSCCStatusColumn) == 0x000004, "Wrong alignment on FSCCStatusColumn"); \ +static_assert(sizeof(FSCCStatusColumn) == 0x000004, "Wrong size on FSCCStatusColumn"); \ +static_assert(offsetof(FSCCStatusColumn, Modification) == 0x000000, "Member 'FSCCStatusColumn::Modification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCCRevisionIdColumn \ +static_assert(alignof(FSCCRevisionIdColumn) == 0x000004, "Wrong alignment on FSCCRevisionIdColumn"); \ +static_assert(sizeof(FSCCRevisionIdColumn) == 0x000014, "Wrong size on FSCCRevisionIdColumn"); \ +static_assert(offsetof(FSCCRevisionIdColumn, RevisionId) == 0x000000, "Member 'FSCCRevisionIdColumn::RevisionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateColorColumn \ +static_assert(alignof(FSlateColorColumn) == 0x000004, "Wrong alignment on FSlateColorColumn"); \ +static_assert(sizeof(FSlateColorColumn) == 0x000014, "Wrong size on FSlateColorColumn"); \ +static_assert(offsetof(FSlateColorColumn, Color) == 0x000000, "Member 'FSlateColorColumn::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCCUserInfo \ +static_assert(alignof(FSCCUserInfo) == 0x000008, "Wrong alignment on FSCCUserInfo"); \ +static_assert(sizeof(FSCCUserInfo) == 0x000010, "Wrong size on FSCCUserInfo"); \ +static_assert(offsetof(FSCCUserInfo, Name) == 0x000000, "Member 'FSCCUserInfo::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCCExternallyLockedColumn \ +static_assert(alignof(FSCCExternallyLockedColumn) == 0x000008, "Wrong alignment on FSCCExternallyLockedColumn"); \ +static_assert(sizeof(FSCCExternallyLockedColumn) == 0x000010, "Wrong size on FSCCExternallyLockedColumn"); \ +static_assert(offsetof(FSCCExternallyLockedColumn, LockedBy) == 0x000000, "Member 'FSCCExternallyLockedColumn::LockedBy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementSlateWidgetReferenceDeletesRowTag \ +static_assert(alignof(FTypedElementSlateWidgetReferenceDeletesRowTag) == 0x000001, "Wrong alignment on FTypedElementSlateWidgetReferenceDeletesRowTag"); \ +static_assert(sizeof(FTypedElementSlateWidgetReferenceDeletesRowTag) == 0x000001, "Wrong size on FTypedElementSlateWidgetReferenceDeletesRowTag"); \ + +#define DUMPER7_ASSERTS_FDisplayNameColumn \ +static_assert(alignof(FDisplayNameColumn) == 0x000008, "Wrong alignment on FDisplayNameColumn"); \ +static_assert(sizeof(FDisplayNameColumn) == 0x000010, "Wrong size on FDisplayNameColumn"); \ +static_assert(offsetof(FDisplayNameColumn, DisplayName) == 0x000000, "Member 'FDisplayNameColumn::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDescriptionColumn \ +static_assert(alignof(FDescriptionColumn) == 0x000008, "Wrong alignment on FDescriptionColumn"); \ +static_assert(sizeof(FDescriptionColumn) == 0x000010, "Wrong size on FDescriptionColumn"); \ +static_assert(offsetof(FDescriptionColumn, Description) == 0x000000, "Member 'FDescriptionColumn::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIsInEditingModeTag \ +static_assert(alignof(FIsInEditingModeTag) == 0x000001, "Wrong alignment on FIsInEditingModeTag"); \ +static_assert(sizeof(FIsInEditingModeTag) == 0x000001, "Wrong size on FIsInEditingModeTag"); \ + +#define DUMPER7_ASSERTS_FTestColumnB \ +static_assert(alignof(FTestColumnB) == 0x000001, "Wrong alignment on FTestColumnB"); \ +static_assert(sizeof(FTestColumnB) == 0x000001, "Wrong size on FTestColumnB"); \ + +#define DUMPER7_ASSERTS_FTestColumnD \ +static_assert(alignof(FTestColumnD) == 0x000001, "Wrong alignment on FTestColumnD"); \ +static_assert(sizeof(FTestColumnD) == 0x000001, "Wrong size on FTestColumnD"); \ + +#define DUMPER7_ASSERTS_FTestColumnE \ +static_assert(alignof(FTestColumnE) == 0x000001, "Wrong alignment on FTestColumnE"); \ +static_assert(sizeof(FTestColumnE) == 0x000001, "Wrong size on FTestColumnE"); \ + +#define DUMPER7_ASSERTS_FTestColumnF \ +static_assert(alignof(FTestColumnF) == 0x000001, "Wrong alignment on FTestColumnF"); \ +static_assert(sizeof(FTestColumnF) == 0x000001, "Wrong size on FTestColumnF"); \ + +#define DUMPER7_ASSERTS_FTestColumnG \ +static_assert(alignof(FTestColumnG) == 0x000001, "Wrong alignment on FTestColumnG"); \ +static_assert(sizeof(FTestColumnG) == 0x000001, "Wrong size on FTestColumnG"); \ + +#define DUMPER7_ASSERTS_FTestColumnDynamic \ +static_assert(alignof(FTestColumnDynamic) == 0x000001, "Wrong alignment on FTestColumnDynamic"); \ +static_assert(sizeof(FTestColumnDynamic) == 0x000001, "Wrong size on FTestColumnDynamic"); \ + +#define DUMPER7_ASSERTS_FTestColumnInt \ +static_assert(alignof(FTestColumnInt) == 0x000004, "Wrong alignment on FTestColumnInt"); \ +static_assert(sizeof(FTestColumnInt) == 0x000004, "Wrong size on FTestColumnInt"); \ +static_assert(offsetof(FTestColumnInt, TestInt) == 0x000000, "Member 'FTestColumnInt::TestInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTestColumnString \ +static_assert(alignof(FTestColumnString) == 0x000008, "Wrong alignment on FTestColumnString"); \ +static_assert(sizeof(FTestColumnString) == 0x000010, "Wrong size on FTestColumnString"); \ +static_assert(offsetof(FTestColumnString, TestString) == 0x000000, "Member 'FTestColumnString::TestString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTestTagColumnA \ +static_assert(alignof(FTestTagColumnA) == 0x000001, "Wrong alignment on FTestTagColumnA"); \ +static_assert(sizeof(FTestTagColumnA) == 0x000001, "Wrong size on FTestTagColumnA"); \ + +#define DUMPER7_ASSERTS_FTestTagColumnB \ +static_assert(alignof(FTestTagColumnB) == 0x000001, "Wrong alignment on FTestTagColumnB"); \ +static_assert(sizeof(FTestTagColumnB) == 0x000001, "Wrong size on FTestTagColumnB"); \ + +#define DUMPER7_ASSERTS_FTestTagColumnC \ +static_assert(alignof(FTestTagColumnC) == 0x000001, "Wrong alignment on FTestTagColumnC"); \ +static_assert(sizeof(FTestTagColumnC) == 0x000001, "Wrong size on FTestTagColumnC"); \ + +#define DUMPER7_ASSERTS_FTestTagColumnD \ +static_assert(alignof(FTestTagColumnD) == 0x000001, "Wrong alignment on FTestTagColumnD"); \ +static_assert(sizeof(FTestTagColumnD) == 0x000001, "Wrong size on FTestTagColumnD"); \ + +#define DUMPER7_ASSERTS_FTEDSProcessorTestsReferenceColumn \ +static_assert(alignof(FTEDSProcessorTestsReferenceColumn) == 0x000008, "Wrong alignment on FTEDSProcessorTestsReferenceColumn"); \ +static_assert(sizeof(FTEDSProcessorTestsReferenceColumn) == 0x000010, "Wrong size on FTEDSProcessorTestsReferenceColumn"); \ + +#define DUMPER7_ASSERTS_FTEDSProcessorTests_PrimaryTag \ +static_assert(alignof(FTEDSProcessorTests_PrimaryTag) == 0x000001, "Wrong alignment on FTEDSProcessorTests_PrimaryTag"); \ +static_assert(sizeof(FTEDSProcessorTests_PrimaryTag) == 0x000001, "Wrong size on FTEDSProcessorTests_PrimaryTag"); \ + +#define DUMPER7_ASSERTS_FTEDSProcessorTests_Linked \ +static_assert(alignof(FTEDSProcessorTests_Linked) == 0x000001, "Wrong alignment on FTEDSProcessorTests_Linked"); \ +static_assert(sizeof(FTEDSProcessorTests_Linked) == 0x000001, "Wrong size on FTEDSProcessorTests_Linked"); \ + +#define DUMPER7_ASSERTS_FTypedElementClassTypeInfoColumn \ +static_assert(alignof(FTypedElementClassTypeInfoColumn) == 0x000004, "Wrong alignment on FTypedElementClassTypeInfoColumn"); \ +static_assert(sizeof(FTypedElementClassTypeInfoColumn) == 0x000008, "Wrong size on FTypedElementClassTypeInfoColumn"); \ + +#define DUMPER7_ASSERTS_FTypedElementScriptStructTypeInfoColumn \ +static_assert(alignof(FTypedElementScriptStructTypeInfoColumn) == 0x000004, "Wrong alignment on FTypedElementScriptStructTypeInfoColumn"); \ +static_assert(sizeof(FTypedElementScriptStructTypeInfoColumn) == 0x000008, "Wrong size on FTypedElementScriptStructTypeInfoColumn"); \ + +#define DUMPER7_ASSERTS_FHideRowFromUITag \ +static_assert(alignof(FHideRowFromUITag) == 0x000001, "Wrong alignment on FHideRowFromUITag"); \ +static_assert(sizeof(FHideRowFromUITag) == 0x000001, "Wrong size on FHideRowFromUITag"); \ + +#define DUMPER7_ASSERTS_FTypedElementI32IntValueCacheColumn \ +static_assert(alignof(FTypedElementI32IntValueCacheColumn) == 0x000004, "Wrong alignment on FTypedElementI32IntValueCacheColumn"); \ +static_assert(sizeof(FTypedElementI32IntValueCacheColumn) == 0x000004, "Wrong size on FTypedElementI32IntValueCacheColumn"); \ +static_assert(offsetof(FTypedElementI32IntValueCacheColumn, Value) == 0x000000, "Member 'FTypedElementI32IntValueCacheColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementU64IntValueCacheColumn \ +static_assert(alignof(FTypedElementU64IntValueCacheColumn) == 0x000008, "Wrong alignment on FTypedElementU64IntValueCacheColumn"); \ +static_assert(sizeof(FTypedElementU64IntValueCacheColumn) == 0x000008, "Wrong size on FTypedElementU64IntValueCacheColumn"); \ +static_assert(offsetof(FTypedElementU64IntValueCacheColumn, Value) == 0x000000, "Member 'FTypedElementU64IntValueCacheColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementI64IntValueCacheColumn \ +static_assert(alignof(FTypedElementI64IntValueCacheColumn) == 0x000008, "Wrong alignment on FTypedElementI64IntValueCacheColumn"); \ +static_assert(sizeof(FTypedElementI64IntValueCacheColumn) == 0x000008, "Wrong size on FTypedElementI64IntValueCacheColumn"); \ +static_assert(offsetof(FTypedElementI64IntValueCacheColumn, Value) == 0x000000, "Member 'FTypedElementI64IntValueCacheColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementFloatValueCacheColumn \ +static_assert(alignof(FTypedElementFloatValueCacheColumn) == 0x000004, "Wrong alignment on FTypedElementFloatValueCacheColumn"); \ +static_assert(sizeof(FTypedElementFloatValueCacheColumn) == 0x000004, "Wrong size on FTypedElementFloatValueCacheColumn"); \ +static_assert(offsetof(FTypedElementFloatValueCacheColumn, Value) == 0x000000, "Member 'FTypedElementFloatValueCacheColumn::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementViewportOutlineColorColumn \ +static_assert(alignof(FTypedElementViewportOutlineColorColumn) == 0x000001, "Wrong alignment on FTypedElementViewportOutlineColorColumn"); \ +static_assert(sizeof(FTypedElementViewportOutlineColorColumn) == 0x000001, "Wrong size on FTypedElementViewportOutlineColorColumn"); \ +static_assert(offsetof(FTypedElementViewportOutlineColorColumn, SelectionOutlineColorIndex) == 0x000000, "Member 'FTypedElementViewportOutlineColorColumn::SelectionOutlineColorIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementViewportOverlayColorColumn \ +static_assert(alignof(FTypedElementViewportOverlayColorColumn) == 0x000004, "Wrong alignment on FTypedElementViewportOverlayColorColumn"); \ +static_assert(sizeof(FTypedElementViewportOverlayColorColumn) == 0x000004, "Wrong size on FTypedElementViewportOverlayColorColumn"); \ +static_assert(offsetof(FTypedElementViewportOverlayColorColumn, OverlayColor) == 0x000000, "Member 'FTypedElementViewportOverlayColorColumn::OverlayColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVisibleInEditorColumn \ +static_assert(alignof(FVisibleInEditorColumn) == 0x000001, "Wrong alignment on FVisibleInEditorColumn"); \ +static_assert(sizeof(FVisibleInEditorColumn) == 0x000001, "Wrong size on FVisibleInEditorColumn"); \ + +#define DUMPER7_ASSERTS_FEditorDataStorageUrlColumn \ +static_assert(alignof(FEditorDataStorageUrlColumn) == 0x000008, "Wrong alignment on FEditorDataStorageUrlColumn"); \ +static_assert(sizeof(FEditorDataStorageUrlColumn) == 0x000010, "Wrong size on FEditorDataStorageUrlColumn"); \ +static_assert(offsetof(FEditorDataStorageUrlColumn, UrlString) == 0x000000, "Member 'FEditorDataStorageUrlColumn::UrlString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditorDataStorageWebImageColumn \ +static_assert(alignof(FEditorDataStorageWebImageColumn) == 0x000008, "Wrong alignment on FEditorDataStorageWebImageColumn"); \ +static_assert(sizeof(FEditorDataStorageWebImageColumn) == 0x000018, "Wrong size on FEditorDataStorageWebImageColumn"); \ +static_assert(offsetof(FEditorDataStorageWebImageColumn, UrlString) == 0x000000, "Member 'FEditorDataStorageWebImageColumn::UrlString' has a wrong offset!"); \ +static_assert(offsetof(FEditorDataStorageWebImageColumn, Width) == 0x000010, "Member 'FEditorDataStorageWebImageColumn::Width' has a wrong offset!"); \ +static_assert(offsetof(FEditorDataStorageWebImageColumn, Height) == 0x000012, "Member 'FEditorDataStorageWebImageColumn::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetPurposeColumn \ +static_assert(alignof(FWidgetPurposeColumn) == 0x000008, "Wrong alignment on FWidgetPurposeColumn"); \ +static_assert(sizeof(FWidgetPurposeColumn) == 0x000020, "Wrong size on FWidgetPurposeColumn"); \ + +#define DUMPER7_ASSERTS_FWidgetPurposeNameColumn \ +static_assert(alignof(FWidgetPurposeNameColumn) == 0x000004, "Wrong alignment on FWidgetPurposeNameColumn"); \ +static_assert(sizeof(FWidgetPurposeNameColumn) == 0x000018, "Wrong size on FWidgetPurposeNameColumn"); \ +static_assert(offsetof(FWidgetPurposeNameColumn, Namespace) == 0x000000, "Member 'FWidgetPurposeNameColumn::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FWidgetPurposeNameColumn, Name) == 0x000008, "Member 'FWidgetPurposeNameColumn::Name' has a wrong offset!"); \ +static_assert(offsetof(FWidgetPurposeNameColumn, Frame) == 0x000010, "Member 'FWidgetPurposeNameColumn::Frame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetFactoryColumn \ +static_assert(alignof(FWidgetFactoryColumn) == 0x000008, "Wrong alignment on FWidgetFactoryColumn"); \ +static_assert(sizeof(FWidgetFactoryColumn) == 0x000008, "Wrong size on FWidgetFactoryColumn"); \ + +#define DUMPER7_ASSERTS_FWidgetFactoryConstructorTypeInfoColumn \ +static_assert(alignof(FWidgetFactoryConstructorTypeInfoColumn) == 0x000004, "Wrong alignment on FWidgetFactoryConstructorTypeInfoColumn"); \ +static_assert(sizeof(FWidgetFactoryConstructorTypeInfoColumn) == 0x000008, "Wrong size on FWidgetFactoryConstructorTypeInfoColumn"); \ + +#define DUMPER7_ASSERTS_FWidgetConstructorNameColumn \ +static_assert(alignof(FWidgetConstructorNameColumn) == 0x000004, "Wrong alignment on FWidgetConstructorNameColumn"); \ +static_assert(sizeof(FWidgetConstructorNameColumn) == 0x000008, "Wrong size on FWidgetConstructorNameColumn"); \ +static_assert(offsetof(FWidgetConstructorNameColumn, Name) == 0x000000, "Member 'FWidgetConstructorNameColumn::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetFactoryConditionsColumn \ +static_assert(alignof(FWidgetFactoryConditionsColumn) == 0x000008, "Wrong alignment on FWidgetFactoryConditionsColumn"); \ +static_assert(sizeof(FWidgetFactoryConditionsColumn) == 0x0002A8, "Wrong size on FWidgetFactoryConditionsColumn"); \ + +#define DUMPER7_ASSERTS_FWidgetFactoryConstructorColumn \ +static_assert(alignof(FWidgetFactoryConstructorColumn) == 0x000008, "Wrong alignment on FWidgetFactoryConstructorColumn"); \ +static_assert(sizeof(FWidgetFactoryConstructorColumn) == 0x000008, "Wrong size on FWidgetFactoryConstructorColumn"); \ + +#define DUMPER7_ASSERTS_FTedsWidgetConstructorBase \ +static_assert(alignof(FTedsWidgetConstructorBase) == 0x000008, "Wrong alignment on FTedsWidgetConstructorBase"); \ +static_assert(sizeof(FTedsWidgetConstructorBase) == 0x000080, "Wrong size on FTedsWidgetConstructorBase"); \ + +#define DUMPER7_ASSERTS_FTedsDecoratorWidgetConstructor \ +static_assert(alignof(FTedsDecoratorWidgetConstructor) == 0x000008, "Wrong alignment on FTedsDecoratorWidgetConstructor"); \ +static_assert(sizeof(FTedsDecoratorWidgetConstructor) == 0x000088, "Wrong size on FTedsDecoratorWidgetConstructor"); \ + +#define DUMPER7_ASSERTS_FTypedElementWidgetConstructor \ +static_assert(alignof(FTypedElementWidgetConstructor) == 0x000008, "Wrong alignment on FTypedElementWidgetConstructor"); \ +static_assert(sizeof(FTypedElementWidgetConstructor) == 0x000080, "Wrong size on FTypedElementWidgetConstructor"); \ + +#define DUMPER7_ASSERTS_FSimpleWidgetConstructor \ +static_assert(alignof(FSimpleWidgetConstructor) == 0x000008, "Wrong alignment on FSimpleWidgetConstructor"); \ +static_assert(sizeof(FSimpleWidgetConstructor) == 0x000080, "Wrong size on FSimpleWidgetConstructor"); \ + +#define DUMPER7_ASSERTS_FTest_PingPongPrePhys \ +static_assert(alignof(FTest_PingPongPrePhys) == 0x000008, "Wrong alignment on FTest_PingPongPrePhys"); \ +static_assert(sizeof(FTest_PingPongPrePhys) == 0x000008, "Wrong size on FTest_PingPongPrePhys"); \ +static_assert(offsetof(FTest_PingPongPrePhys, Value) == 0x000000, "Member 'FTest_PingPongPrePhys::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTest_PingPongDurPhys \ +static_assert(alignof(FTest_PingPongDurPhys) == 0x000008, "Wrong alignment on FTest_PingPongDurPhys"); \ +static_assert(sizeof(FTest_PingPongDurPhys) == 0x000008, "Wrong size on FTest_PingPongDurPhys"); \ +static_assert(offsetof(FTest_PingPongDurPhys, Value) == 0x000000, "Member 'FTest_PingPongDurPhys::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTest_PingPongPostPhys \ +static_assert(alignof(FTest_PingPongPostPhys) == 0x000008, "Wrong alignment on FTest_PingPongPostPhys"); \ +static_assert(sizeof(FTest_PingPongPostPhys) == 0x000008, "Wrong size on FTest_PingPongPostPhys"); \ +static_assert(offsetof(FTest_PingPongPostPhys, Value) == 0x000000, "Member 'FTest_PingPongPostPhys::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditorDataStorageFactory \ +static_assert(alignof(UEditorDataStorageFactory) == 0x000008, "Wrong alignment on UEditorDataStorageFactory"); \ +static_assert(sizeof(UEditorDataStorageFactory) == 0x000028, "Wrong size on UEditorDataStorageFactory"); \ + +#define DUMPER7_ASSERTS_TypedElementHandleLibrary_Equal \ +static_assert(alignof(TypedElementHandleLibrary_Equal) == 0x000008, "Wrong alignment on TypedElementHandleLibrary_Equal"); \ +static_assert(sizeof(TypedElementHandleLibrary_Equal) == 0x000018, "Wrong size on TypedElementHandleLibrary_Equal"); \ +static_assert(offsetof(TypedElementHandleLibrary_Equal, LHS) == 0x000000, "Member 'TypedElementHandleLibrary_Equal::LHS' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHandleLibrary_Equal, RHS) == 0x000008, "Member 'TypedElementHandleLibrary_Equal::RHS' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHandleLibrary_Equal, ReturnValue) == 0x000010, "Member 'TypedElementHandleLibrary_Equal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementHandleLibrary_IsSet \ +static_assert(alignof(TypedElementHandleLibrary_IsSet) == 0x000008, "Wrong alignment on TypedElementHandleLibrary_IsSet"); \ +static_assert(sizeof(TypedElementHandleLibrary_IsSet) == 0x000010, "Wrong size on TypedElementHandleLibrary_IsSet"); \ +static_assert(offsetof(TypedElementHandleLibrary_IsSet, ElementHandle) == 0x000000, "Member 'TypedElementHandleLibrary_IsSet::ElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHandleLibrary_IsSet, ReturnValue) == 0x000008, "Member 'TypedElementHandleLibrary_IsSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementHandleLibrary_NotEqual \ +static_assert(alignof(TypedElementHandleLibrary_NotEqual) == 0x000008, "Wrong alignment on TypedElementHandleLibrary_NotEqual"); \ +static_assert(sizeof(TypedElementHandleLibrary_NotEqual) == 0x000018, "Wrong size on TypedElementHandleLibrary_NotEqual"); \ +static_assert(offsetof(TypedElementHandleLibrary_NotEqual, LHS) == 0x000000, "Member 'TypedElementHandleLibrary_NotEqual::LHS' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHandleLibrary_NotEqual, RHS) == 0x000008, "Member 'TypedElementHandleLibrary_NotEqual::RHS' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHandleLibrary_NotEqual, ReturnValue) == 0x000010, "Member 'TypedElementHandleLibrary_NotEqual::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementHandleLibrary_Release \ +static_assert(alignof(TypedElementHandleLibrary_Release) == 0x000008, "Wrong alignment on TypedElementHandleLibrary_Release"); \ +static_assert(sizeof(TypedElementHandleLibrary_Release) == 0x000008, "Wrong size on TypedElementHandleLibrary_Release"); \ +static_assert(offsetof(TypedElementHandleLibrary_Release, ElementHandle) == 0x000000, "Member 'TypedElementHandleLibrary_Release::ElementHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTypedElementHandleLibrary \ +static_assert(alignof(UTypedElementHandleLibrary) == 0x000008, "Wrong alignment on UTypedElementHandleLibrary"); \ +static_assert(sizeof(UTypedElementHandleLibrary) == 0x000028, "Wrong size on UTypedElementHandleLibrary"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Add \ +static_assert(alignof(TypedElementListLibrary_Add) == 0x000008, "Wrong alignment on TypedElementListLibrary_Add"); \ +static_assert(sizeof(TypedElementListLibrary_Add) == 0x000020, "Wrong size on TypedElementListLibrary_Add"); \ +static_assert(offsetof(TypedElementListLibrary_Add, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Add::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Add, ElementHandle) == 0x000010, "Member 'TypedElementListLibrary_Add::ElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Add, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_Add::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Append \ +static_assert(alignof(TypedElementListLibrary_Append) == 0x000008, "Wrong alignment on TypedElementListLibrary_Append"); \ +static_assert(sizeof(TypedElementListLibrary_Append) == 0x000020, "Wrong size on TypedElementListLibrary_Append"); \ +static_assert(offsetof(TypedElementListLibrary_Append, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Append::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Append, ElementHandles) == 0x000010, "Member 'TypedElementListLibrary_Append::ElementHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_AppendList \ +static_assert(alignof(TypedElementListLibrary_AppendList) == 0x000008, "Wrong alignment on TypedElementListLibrary_AppendList"); \ +static_assert(sizeof(TypedElementListLibrary_AppendList) == 0x000020, "Wrong size on TypedElementListLibrary_AppendList"); \ +static_assert(offsetof(TypedElementListLibrary_AppendList, ElementList) == 0x000000, "Member 'TypedElementListLibrary_AppendList::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_AppendList, OtherElementList) == 0x000010, "Member 'TypedElementListLibrary_AppendList::OtherElementList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Clone \ +static_assert(alignof(TypedElementListLibrary_Clone) == 0x000008, "Wrong alignment on TypedElementListLibrary_Clone"); \ +static_assert(sizeof(TypedElementListLibrary_Clone) == 0x000020, "Wrong size on TypedElementListLibrary_Clone"); \ +static_assert(offsetof(TypedElementListLibrary_Clone, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Clone::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Clone, ReturnValue) == 0x000010, "Member 'TypedElementListLibrary_Clone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Contains \ +static_assert(alignof(TypedElementListLibrary_Contains) == 0x000008, "Wrong alignment on TypedElementListLibrary_Contains"); \ +static_assert(sizeof(TypedElementListLibrary_Contains) == 0x000020, "Wrong size on TypedElementListLibrary_Contains"); \ +static_assert(offsetof(TypedElementListLibrary_Contains, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Contains::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Contains, ElementHandle) == 0x000010, "Member 'TypedElementListLibrary_Contains::ElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Contains, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_Contains::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_CountElements \ +static_assert(alignof(TypedElementListLibrary_CountElements) == 0x000008, "Wrong alignment on TypedElementListLibrary_CountElements"); \ +static_assert(sizeof(TypedElementListLibrary_CountElements) == 0x000020, "Wrong size on TypedElementListLibrary_CountElements"); \ +static_assert(offsetof(TypedElementListLibrary_CountElements, ElementList) == 0x000000, "Member 'TypedElementListLibrary_CountElements::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_CountElements, BaseInterfaceType) == 0x000010, "Member 'TypedElementListLibrary_CountElements::BaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_CountElements, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_CountElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_CountElementsOfType \ +static_assert(alignof(TypedElementListLibrary_CountElementsOfType) == 0x000008, "Wrong alignment on TypedElementListLibrary_CountElementsOfType"); \ +static_assert(sizeof(TypedElementListLibrary_CountElementsOfType) == 0x000020, "Wrong size on TypedElementListLibrary_CountElementsOfType"); \ +static_assert(offsetof(TypedElementListLibrary_CountElementsOfType, ElementList) == 0x000000, "Member 'TypedElementListLibrary_CountElementsOfType::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_CountElementsOfType, ElementTypeName) == 0x000010, "Member 'TypedElementListLibrary_CountElementsOfType::ElementTypeName' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_CountElementsOfType, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_CountElementsOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_CreateScriptElementList \ +static_assert(alignof(TypedElementListLibrary_CreateScriptElementList) == 0x000008, "Wrong alignment on TypedElementListLibrary_CreateScriptElementList"); \ +static_assert(sizeof(TypedElementListLibrary_CreateScriptElementList) == 0x000018, "Wrong size on TypedElementListLibrary_CreateScriptElementList"); \ +static_assert(offsetof(TypedElementListLibrary_CreateScriptElementList, Registry) == 0x000000, "Member 'TypedElementListLibrary_CreateScriptElementList::Registry' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_CreateScriptElementList, ReturnValue) == 0x000008, "Member 'TypedElementListLibrary_CreateScriptElementList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Empty \ +static_assert(alignof(TypedElementListLibrary_Empty) == 0x000008, "Wrong alignment on TypedElementListLibrary_Empty"); \ +static_assert(sizeof(TypedElementListLibrary_Empty) == 0x000018, "Wrong size on TypedElementListLibrary_Empty"); \ +static_assert(offsetof(TypedElementListLibrary_Empty, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Empty::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Empty, Slack) == 0x000010, "Member 'TypedElementListLibrary_Empty::Slack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_GetElementHandleAt \ +static_assert(alignof(TypedElementListLibrary_GetElementHandleAt) == 0x000008, "Wrong alignment on TypedElementListLibrary_GetElementHandleAt"); \ +static_assert(sizeof(TypedElementListLibrary_GetElementHandleAt) == 0x000020, "Wrong size on TypedElementListLibrary_GetElementHandleAt"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementHandleAt, ElementList) == 0x000000, "Member 'TypedElementListLibrary_GetElementHandleAt::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementHandleAt, Index_0) == 0x000010, "Member 'TypedElementListLibrary_GetElementHandleAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementHandleAt, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_GetElementHandleAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_GetElementHandles \ +static_assert(alignof(TypedElementListLibrary_GetElementHandles) == 0x000008, "Wrong alignment on TypedElementListLibrary_GetElementHandles"); \ +static_assert(sizeof(TypedElementListLibrary_GetElementHandles) == 0x000028, "Wrong size on TypedElementListLibrary_GetElementHandles"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementHandles, ElementList) == 0x000000, "Member 'TypedElementListLibrary_GetElementHandles::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementHandles, BaseInterfaceType) == 0x000010, "Member 'TypedElementListLibrary_GetElementHandles::BaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementHandles, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_GetElementHandles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_GetElementInterface \ +static_assert(alignof(TypedElementListLibrary_GetElementInterface) == 0x000008, "Wrong alignment on TypedElementListLibrary_GetElementInterface"); \ +static_assert(sizeof(TypedElementListLibrary_GetElementInterface) == 0x000028, "Wrong size on TypedElementListLibrary_GetElementInterface"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementInterface, ElementList) == 0x000000, "Member 'TypedElementListLibrary_GetElementInterface::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementInterface, ElementHandle) == 0x000010, "Member 'TypedElementListLibrary_GetElementInterface::ElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementInterface, BaseInterfaceType) == 0x000018, "Member 'TypedElementListLibrary_GetElementInterface::BaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_GetElementInterface, ReturnValue) == 0x000020, "Member 'TypedElementListLibrary_GetElementInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_HasElements \ +static_assert(alignof(TypedElementListLibrary_HasElements) == 0x000008, "Wrong alignment on TypedElementListLibrary_HasElements"); \ +static_assert(sizeof(TypedElementListLibrary_HasElements) == 0x000020, "Wrong size on TypedElementListLibrary_HasElements"); \ +static_assert(offsetof(TypedElementListLibrary_HasElements, ElementList) == 0x000000, "Member 'TypedElementListLibrary_HasElements::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_HasElements, BaseInterfaceType) == 0x000010, "Member 'TypedElementListLibrary_HasElements::BaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_HasElements, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_HasElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_HasElementsOfType \ +static_assert(alignof(TypedElementListLibrary_HasElementsOfType) == 0x000008, "Wrong alignment on TypedElementListLibrary_HasElementsOfType"); \ +static_assert(sizeof(TypedElementListLibrary_HasElementsOfType) == 0x000020, "Wrong size on TypedElementListLibrary_HasElementsOfType"); \ +static_assert(offsetof(TypedElementListLibrary_HasElementsOfType, ElementList) == 0x000000, "Member 'TypedElementListLibrary_HasElementsOfType::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_HasElementsOfType, ElementTypeName) == 0x000010, "Member 'TypedElementListLibrary_HasElementsOfType::ElementTypeName' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_HasElementsOfType, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_HasElementsOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_IsValidIndex \ +static_assert(alignof(TypedElementListLibrary_IsValidIndex) == 0x000008, "Wrong alignment on TypedElementListLibrary_IsValidIndex"); \ +static_assert(sizeof(TypedElementListLibrary_IsValidIndex) == 0x000018, "Wrong size on TypedElementListLibrary_IsValidIndex"); \ +static_assert(offsetof(TypedElementListLibrary_IsValidIndex, ElementList) == 0x000000, "Member 'TypedElementListLibrary_IsValidIndex::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_IsValidIndex, Index_0) == 0x000010, "Member 'TypedElementListLibrary_IsValidIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_IsValidIndex, ReturnValue) == 0x000014, "Member 'TypedElementListLibrary_IsValidIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Num \ +static_assert(alignof(TypedElementListLibrary_Num) == 0x000008, "Wrong alignment on TypedElementListLibrary_Num"); \ +static_assert(sizeof(TypedElementListLibrary_Num) == 0x000018, "Wrong size on TypedElementListLibrary_Num"); \ +static_assert(offsetof(TypedElementListLibrary_Num, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Num::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Num, ReturnValue) == 0x000010, "Member 'TypedElementListLibrary_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Remove \ +static_assert(alignof(TypedElementListLibrary_Remove) == 0x000008, "Wrong alignment on TypedElementListLibrary_Remove"); \ +static_assert(sizeof(TypedElementListLibrary_Remove) == 0x000020, "Wrong size on TypedElementListLibrary_Remove"); \ +static_assert(offsetof(TypedElementListLibrary_Remove, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Remove::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Remove, ElementHandle) == 0x000010, "Member 'TypedElementListLibrary_Remove::ElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Remove, ReturnValue) == 0x000018, "Member 'TypedElementListLibrary_Remove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Reserve \ +static_assert(alignof(TypedElementListLibrary_Reserve) == 0x000008, "Wrong alignment on TypedElementListLibrary_Reserve"); \ +static_assert(sizeof(TypedElementListLibrary_Reserve) == 0x000018, "Wrong size on TypedElementListLibrary_Reserve"); \ +static_assert(offsetof(TypedElementListLibrary_Reserve, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Reserve::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementListLibrary_Reserve, Size) == 0x000010, "Member 'TypedElementListLibrary_Reserve::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Reset \ +static_assert(alignof(TypedElementListLibrary_Reset) == 0x000008, "Wrong alignment on TypedElementListLibrary_Reset"); \ +static_assert(sizeof(TypedElementListLibrary_Reset) == 0x000010, "Wrong size on TypedElementListLibrary_Reset"); \ +static_assert(offsetof(TypedElementListLibrary_Reset, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Reset::ElementList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementListLibrary_Shrink \ +static_assert(alignof(TypedElementListLibrary_Shrink) == 0x000008, "Wrong alignment on TypedElementListLibrary_Shrink"); \ +static_assert(sizeof(TypedElementListLibrary_Shrink) == 0x000010, "Wrong size on TypedElementListLibrary_Shrink"); \ +static_assert(offsetof(TypedElementListLibrary_Shrink, ElementList) == 0x000000, "Member 'TypedElementListLibrary_Shrink::ElementList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTypedElementListLibrary \ +static_assert(alignof(UTypedElementListLibrary) == 0x000008, "Wrong alignment on UTypedElementListLibrary"); \ +static_assert(sizeof(UTypedElementListLibrary) == 0x000028, "Wrong size on UTypedElementListLibrary"); \ + +#define DUMPER7_ASSERTS_ITypedElementCounterInterface \ +static_assert(alignof(ITypedElementCounterInterface) == 0x000001, "Wrong alignment on ITypedElementCounterInterface"); \ +static_assert(sizeof(ITypedElementCounterInterface) == 0x000001, "Wrong size on ITypedElementCounterInterface"); \ + +#define DUMPER7_ASSERTS_TypedElementRegistry_GetInstance \ +static_assert(alignof(TypedElementRegistry_GetInstance) == 0x000008, "Wrong alignment on TypedElementRegistry_GetInstance"); \ +static_assert(sizeof(TypedElementRegistry_GetInstance) == 0x000008, "Wrong size on TypedElementRegistry_GetInstance"); \ +static_assert(offsetof(TypedElementRegistry_GetInstance, ReturnValue) == 0x000000, "Member 'TypedElementRegistry_GetInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementRegistry_GetElementInterface \ +static_assert(alignof(TypedElementRegistry_GetElementInterface) == 0x000008, "Wrong alignment on TypedElementRegistry_GetElementInterface"); \ +static_assert(sizeof(TypedElementRegistry_GetElementInterface) == 0x000018, "Wrong size on TypedElementRegistry_GetElementInterface"); \ +static_assert(offsetof(TypedElementRegistry_GetElementInterface, InElementHandle) == 0x000000, "Member 'TypedElementRegistry_GetElementInterface::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementRegistry_GetElementInterface, InBaseInterfaceType) == 0x000008, "Member 'TypedElementRegistry_GetElementInterface::InBaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementRegistry_GetElementInterface, ReturnValue) == 0x000010, "Member 'TypedElementRegistry_GetElementInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTypedElementRegistry \ +static_assert(alignof(UTypedElementRegistry) == 0x000008, "Wrong alignment on UTypedElementRegistry"); \ +static_assert(sizeof(UTypedElementRegistry) == 0x000948, "Wrong size on UTypedElementRegistry"); \ + +#define DUMPER7_ASSERTS_TestTypedElementInterfaceA_GetDisplayName \ +static_assert(alignof(TestTypedElementInterfaceA_GetDisplayName) == 0x000008, "Wrong alignment on TestTypedElementInterfaceA_GetDisplayName"); \ +static_assert(sizeof(TestTypedElementInterfaceA_GetDisplayName) == 0x000018, "Wrong size on TestTypedElementInterfaceA_GetDisplayName"); \ +static_assert(offsetof(TestTypedElementInterfaceA_GetDisplayName, InElementHandle) == 0x000000, "Member 'TestTypedElementInterfaceA_GetDisplayName::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceA_GetDisplayName, ReturnValue) == 0x000008, "Member 'TestTypedElementInterfaceA_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TestTypedElementInterfaceA_SetDisplayName \ +static_assert(alignof(TestTypedElementInterfaceA_SetDisplayName) == 0x000008, "Wrong alignment on TestTypedElementInterfaceA_SetDisplayName"); \ +static_assert(sizeof(TestTypedElementInterfaceA_SetDisplayName) == 0x000020, "Wrong size on TestTypedElementInterfaceA_SetDisplayName"); \ +static_assert(offsetof(TestTypedElementInterfaceA_SetDisplayName, InElementHandle) == 0x000000, "Member 'TestTypedElementInterfaceA_SetDisplayName::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceA_SetDisplayName, InNewName) == 0x000008, "Member 'TestTypedElementInterfaceA_SetDisplayName::InNewName' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceA_SetDisplayName, bNotify) == 0x000018, "Member 'TestTypedElementInterfaceA_SetDisplayName::bNotify' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceA_SetDisplayName, ReturnValue) == 0x000019, "Member 'TestTypedElementInterfaceA_SetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITestTypedElementInterfaceA \ +static_assert(alignof(ITestTypedElementInterfaceA) == 0x000001, "Wrong alignment on ITestTypedElementInterfaceA"); \ +static_assert(sizeof(ITestTypedElementInterfaceA) == 0x000001, "Wrong size on ITestTypedElementInterfaceA"); \ + +#define DUMPER7_ASSERTS_TestTypedElementInterfaceB_MarkAsTested \ +static_assert(alignof(TestTypedElementInterfaceB_MarkAsTested) == 0x000008, "Wrong alignment on TestTypedElementInterfaceB_MarkAsTested"); \ +static_assert(sizeof(TestTypedElementInterfaceB_MarkAsTested) == 0x000010, "Wrong size on TestTypedElementInterfaceB_MarkAsTested"); \ +static_assert(offsetof(TestTypedElementInterfaceB_MarkAsTested, InElementHandle) == 0x000000, "Member 'TestTypedElementInterfaceB_MarkAsTested::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceB_MarkAsTested, ReturnValue) == 0x000008, "Member 'TestTypedElementInterfaceB_MarkAsTested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITestTypedElementInterfaceB \ +static_assert(alignof(ITestTypedElementInterfaceB) == 0x000001, "Wrong alignment on ITestTypedElementInterfaceB"); \ +static_assert(sizeof(ITestTypedElementInterfaceB) == 0x000001, "Wrong size on ITestTypedElementInterfaceB"); \ + +#define DUMPER7_ASSERTS_TestTypedElementInterfaceC_GetIsTested \ +static_assert(alignof(TestTypedElementInterfaceC_GetIsTested) == 0x000008, "Wrong alignment on TestTypedElementInterfaceC_GetIsTested"); \ +static_assert(sizeof(TestTypedElementInterfaceC_GetIsTested) == 0x000010, "Wrong size on TestTypedElementInterfaceC_GetIsTested"); \ +static_assert(offsetof(TestTypedElementInterfaceC_GetIsTested, InElementHandle) == 0x000000, "Member 'TestTypedElementInterfaceC_GetIsTested::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceC_GetIsTested, ReturnValue) == 0x000008, "Member 'TestTypedElementInterfaceC_GetIsTested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITestTypedElementInterfaceC \ +static_assert(alignof(ITestTypedElementInterfaceC) == 0x000001, "Wrong alignment on ITestTypedElementInterfaceC"); \ +static_assert(sizeof(ITestTypedElementInterfaceC) == 0x000001, "Wrong size on ITestTypedElementInterfaceC"); \ + +#define DUMPER7_ASSERTS_UTestTypedElementInterfaceA_ImplTyped \ +static_assert(alignof(UTestTypedElementInterfaceA_ImplTyped) == 0x000008, "Wrong alignment on UTestTypedElementInterfaceA_ImplTyped"); \ +static_assert(sizeof(UTestTypedElementInterfaceA_ImplTyped) == 0x000030, "Wrong size on UTestTypedElementInterfaceA_ImplTyped"); \ + +#define DUMPER7_ASSERTS_UTestTypedElementInterfaceA_ImplUntyped \ +static_assert(alignof(UTestTypedElementInterfaceA_ImplUntyped) == 0x000008, "Wrong alignment on UTestTypedElementInterfaceA_ImplUntyped"); \ +static_assert(sizeof(UTestTypedElementInterfaceA_ImplUntyped) == 0x000030, "Wrong size on UTestTypedElementInterfaceA_ImplUntyped"); \ + +#define DUMPER7_ASSERTS_UTestTypedElementInterfaceBAndC_Typed \ +static_assert(alignof(UTestTypedElementInterfaceBAndC_Typed) == 0x000008, "Wrong alignment on UTestTypedElementInterfaceBAndC_Typed"); \ +static_assert(sizeof(UTestTypedElementInterfaceBAndC_Typed) == 0x000038, "Wrong size on UTestTypedElementInterfaceBAndC_Typed"); \ + +#define DUMPER7_ASSERTS_UTest_PingPongBetweenPhaseFactory \ +static_assert(alignof(UTest_PingPongBetweenPhaseFactory) == 0x000008, "Wrong alignment on UTest_PingPongBetweenPhaseFactory"); \ +static_assert(sizeof(UTest_PingPongBetweenPhaseFactory) == 0x000028, "Wrong size on UTest_PingPongBetweenPhaseFactory"); \ + +#define DUMPER7_ASSERTS_FTypedElementSelectionOptions \ +static_assert(alignof(FTypedElementSelectionOptions) == 0x000004, "Wrong alignment on FTypedElementSelectionOptions"); \ +static_assert(sizeof(FTypedElementSelectionOptions) == 0x000010, "Wrong size on FTypedElementSelectionOptions"); \ +static_assert(offsetof(FTypedElementSelectionOptions, bAllowHidden) == 0x000000, "Member 'FTypedElementSelectionOptions::bAllowHidden' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementSelectionOptions, bAllowGroups) == 0x000001, "Member 'FTypedElementSelectionOptions::bAllowGroups' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementSelectionOptions, bAllowLegacyNotifications) == 0x000002, "Member 'FTypedElementSelectionOptions::bAllowLegacyNotifications' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementSelectionOptions, bWarnIfLocked) == 0x000003, "Member 'FTypedElementSelectionOptions::bWarnIfLocked' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementSelectionOptions, bAllowSubRootSelection) == 0x000004, "Member 'FTypedElementSelectionOptions::bAllowSubRootSelection' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementSelectionOptions, ChildElementInclusionMethod) == 0x000005, "Member 'FTypedElementSelectionOptions::ChildElementInclusionMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementSelectionSetState \ +static_assert(alignof(FTypedElementSelectionSetState) == 0x000008, "Wrong alignment on FTypedElementSelectionSetState"); \ +static_assert(sizeof(FTypedElementSelectionSetState) == 0x000018, "Wrong size on FTypedElementSelectionSetState"); \ +static_assert(offsetof(FTypedElementSelectionSetState, CreatedFromSelectionSet) == 0x000000, "Member 'FTypedElementSelectionSetState::CreatedFromSelectionSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementIsSelectedOptions \ +static_assert(alignof(FTypedElementIsSelectedOptions) == 0x000004, "Wrong alignment on FTypedElementIsSelectedOptions"); \ +static_assert(sizeof(FTypedElementIsSelectedOptions) == 0x00000C, "Wrong size on FTypedElementIsSelectedOptions"); \ +static_assert(offsetof(FTypedElementIsSelectedOptions, bAllowIndirect) == 0x000000, "Member 'FTypedElementIsSelectedOptions::bAllowIndirect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementSelectionNormalizationOptions \ +static_assert(alignof(FTypedElementSelectionNormalizationOptions) == 0x000004, "Wrong alignment on FTypedElementSelectionNormalizationOptions"); \ +static_assert(sizeof(FTypedElementSelectionNormalizationOptions) == 0x00000C, "Wrong size on FTypedElementSelectionNormalizationOptions"); \ +static_assert(offsetof(FTypedElementSelectionNormalizationOptions, bExpandGroups) == 0x000000, "Member 'FTypedElementSelectionNormalizationOptions::bExpandGroups' has a wrong offset!"); \ +static_assert(offsetof(FTypedElementSelectionNormalizationOptions, bFollowAttachment) == 0x000001, "Member 'FTypedElementSelectionNormalizationOptions::bFollowAttachment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementAssetDataReferencedOptions \ +static_assert(alignof(FTypedElementAssetDataReferencedOptions) == 0x000001, "Wrong alignment on FTypedElementAssetDataReferencedOptions"); \ +static_assert(sizeof(FTypedElementAssetDataReferencedOptions) == 0x000001, "Wrong size on FTypedElementAssetDataReferencedOptions"); \ +static_assert(offsetof(FTypedElementAssetDataReferencedOptions, bOnlyTopLevelAsset) == 0x000000, "Member 'FTypedElementAssetDataReferencedOptions::bOnlyTopLevelAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSetLibrary_DeselectElementsFromList \ +static_assert(alignof(TypedElementSelectionSetLibrary_DeselectElementsFromList) == 0x000008, "Wrong alignment on TypedElementSelectionSetLibrary_DeselectElementsFromList"); \ +static_assert(sizeof(TypedElementSelectionSetLibrary_DeselectElementsFromList) == 0x000030, "Wrong size on TypedElementSelectionSetLibrary_DeselectElementsFromList"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_DeselectElementsFromList, SelectionSet) == 0x000000, "Member 'TypedElementSelectionSetLibrary_DeselectElementsFromList::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_DeselectElementsFromList, ElementList) == 0x000008, "Member 'TypedElementSelectionSetLibrary_DeselectElementsFromList::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_DeselectElementsFromList, SelectionOptions) == 0x000018, "Member 'TypedElementSelectionSetLibrary_DeselectElementsFromList::SelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_DeselectElementsFromList, ReturnValue) == 0x000028, "Member 'TypedElementSelectionSetLibrary_DeselectElementsFromList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSetLibrary_GetNormalizedElementList \ +static_assert(alignof(TypedElementSelectionSetLibrary_GetNormalizedElementList) == 0x000008, "Wrong alignment on TypedElementSelectionSetLibrary_GetNormalizedElementList"); \ +static_assert(sizeof(TypedElementSelectionSetLibrary_GetNormalizedElementList) == 0x000038, "Wrong size on TypedElementSelectionSetLibrary_GetNormalizedElementList"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedElementList, SelectionSet) == 0x000000, "Member 'TypedElementSelectionSetLibrary_GetNormalizedElementList::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedElementList, ElementList) == 0x000008, "Member 'TypedElementSelectionSetLibrary_GetNormalizedElementList::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedElementList, NormalizationOptions) == 0x000018, "Member 'TypedElementSelectionSetLibrary_GetNormalizedElementList::NormalizationOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedElementList, ReturnValue) == 0x000028, "Member 'TypedElementSelectionSetLibrary_GetNormalizedElementList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSetLibrary_GetNormalizedSelection \ +static_assert(alignof(TypedElementSelectionSetLibrary_GetNormalizedSelection) == 0x000008, "Wrong alignment on TypedElementSelectionSetLibrary_GetNormalizedSelection"); \ +static_assert(sizeof(TypedElementSelectionSetLibrary_GetNormalizedSelection) == 0x000028, "Wrong size on TypedElementSelectionSetLibrary_GetNormalizedSelection"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedSelection, SelectionSet) == 0x000000, "Member 'TypedElementSelectionSetLibrary_GetNormalizedSelection::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedSelection, NormalizationOptions) == 0x000008, "Member 'TypedElementSelectionSetLibrary_GetNormalizedSelection::NormalizationOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_GetNormalizedSelection, ReturnValue) == 0x000018, "Member 'TypedElementSelectionSetLibrary_GetNormalizedSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSetLibrary_SelectElementsFromList \ +static_assert(alignof(TypedElementSelectionSetLibrary_SelectElementsFromList) == 0x000008, "Wrong alignment on TypedElementSelectionSetLibrary_SelectElementsFromList"); \ +static_assert(sizeof(TypedElementSelectionSetLibrary_SelectElementsFromList) == 0x000030, "Wrong size on TypedElementSelectionSetLibrary_SelectElementsFromList"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SelectElementsFromList, SelectionSet) == 0x000000, "Member 'TypedElementSelectionSetLibrary_SelectElementsFromList::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SelectElementsFromList, ElementList) == 0x000008, "Member 'TypedElementSelectionSetLibrary_SelectElementsFromList::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SelectElementsFromList, SelectionOptions) == 0x000018, "Member 'TypedElementSelectionSetLibrary_SelectElementsFromList::SelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SelectElementsFromList, ReturnValue) == 0x000028, "Member 'TypedElementSelectionSetLibrary_SelectElementsFromList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSetLibrary_SetSelectionFromList \ +static_assert(alignof(TypedElementSelectionSetLibrary_SetSelectionFromList) == 0x000008, "Wrong alignment on TypedElementSelectionSetLibrary_SetSelectionFromList"); \ +static_assert(sizeof(TypedElementSelectionSetLibrary_SetSelectionFromList) == 0x000030, "Wrong size on TypedElementSelectionSetLibrary_SetSelectionFromList"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SetSelectionFromList, SelectionSet) == 0x000000, "Member 'TypedElementSelectionSetLibrary_SetSelectionFromList::SelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SetSelectionFromList, ElementList) == 0x000008, "Member 'TypedElementSelectionSetLibrary_SetSelectionFromList::ElementList' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SetSelectionFromList, SelectionOptions) == 0x000018, "Member 'TypedElementSelectionSetLibrary_SetSelectionFromList::SelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSetLibrary_SetSelectionFromList, ReturnValue) == 0x000028, "Member 'TypedElementSelectionSetLibrary_SetSelectionFromList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTypedElementSelectionSetLibrary \ +static_assert(alignof(UTypedElementSelectionSetLibrary) == 0x000008, "Wrong alignment on UTypedElementSelectionSetLibrary"); \ +static_assert(sizeof(UTypedElementSelectionSetLibrary) == 0x000028, "Wrong size on UTypedElementSelectionSetLibrary"); \ + +#define DUMPER7_ASSERTS_TypedElementAssetDataInterface_GetAllReferencedAssetDatas \ +static_assert(alignof(TypedElementAssetDataInterface_GetAllReferencedAssetDatas) == 0x000008, "Wrong alignment on TypedElementAssetDataInterface_GetAllReferencedAssetDatas"); \ +static_assert(sizeof(TypedElementAssetDataInterface_GetAllReferencedAssetDatas) == 0x000018, "Wrong size on TypedElementAssetDataInterface_GetAllReferencedAssetDatas"); \ +static_assert(offsetof(TypedElementAssetDataInterface_GetAllReferencedAssetDatas, InElementHandle) == 0x000000, "Member 'TypedElementAssetDataInterface_GetAllReferencedAssetDatas::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementAssetDataInterface_GetAllReferencedAssetDatas, ReturnValue) == 0x000008, "Member 'TypedElementAssetDataInterface_GetAllReferencedAssetDatas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementAssetDataInterface_GetAssetData \ +static_assert(alignof(TypedElementAssetDataInterface_GetAssetData) == 0x000008, "Wrong alignment on TypedElementAssetDataInterface_GetAssetData"); \ +static_assert(sizeof(TypedElementAssetDataInterface_GetAssetData) == 0x000070, "Wrong size on TypedElementAssetDataInterface_GetAssetData"); \ +static_assert(offsetof(TypedElementAssetDataInterface_GetAssetData, InElementHandle) == 0x000000, "Member 'TypedElementAssetDataInterface_GetAssetData::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementAssetDataInterface_GetAssetData, ReturnValue) == 0x000008, "Member 'TypedElementAssetDataInterface_GetAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementAssetDataInterface \ +static_assert(alignof(ITypedElementAssetDataInterface) == 0x000001, "Wrong alignment on ITypedElementAssetDataInterface"); \ +static_assert(sizeof(ITypedElementAssetDataInterface) == 0x000001, "Wrong size on ITypedElementAssetDataInterface"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_ClearSelection \ +static_assert(alignof(TypedElementSelectionSet_ClearSelection) == 0x000004, "Wrong alignment on TypedElementSelectionSet_ClearSelection"); \ +static_assert(sizeof(TypedElementSelectionSet_ClearSelection) == 0x000014, "Wrong size on TypedElementSelectionSet_ClearSelection"); \ +static_assert(offsetof(TypedElementSelectionSet_ClearSelection, InSelectionOptions) == 0x000000, "Member 'TypedElementSelectionSet_ClearSelection::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_ClearSelection, ReturnValue) == 0x000010, "Member 'TypedElementSelectionSet_ClearSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_DeselectElement \ +static_assert(alignof(TypedElementSelectionSet_DeselectElement) == 0x000008, "Wrong alignment on TypedElementSelectionSet_DeselectElement"); \ +static_assert(sizeof(TypedElementSelectionSet_DeselectElement) == 0x000020, "Wrong size on TypedElementSelectionSet_DeselectElement"); \ +static_assert(offsetof(TypedElementSelectionSet_DeselectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_DeselectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_DeselectElement, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionSet_DeselectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_DeselectElement, ReturnValue) == 0x000018, "Member 'TypedElementSelectionSet_DeselectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_DeselectElements \ +static_assert(alignof(TypedElementSelectionSet_DeselectElements) == 0x000008, "Wrong alignment on TypedElementSelectionSet_DeselectElements"); \ +static_assert(sizeof(TypedElementSelectionSet_DeselectElements) == 0x000028, "Wrong size on TypedElementSelectionSet_DeselectElements"); \ +static_assert(offsetof(TypedElementSelectionSet_DeselectElements, InElementHandles) == 0x000000, "Member 'TypedElementSelectionSet_DeselectElements::InElementHandles' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_DeselectElements, InSelectionOptions) == 0x000010, "Member 'TypedElementSelectionSet_DeselectElements::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_DeselectElements, ReturnValue) == 0x000020, "Member 'TypedElementSelectionSet_DeselectElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_RestoreSelectionState \ +static_assert(alignof(TypedElementSelectionSet_RestoreSelectionState) == 0x000008, "Wrong alignment on TypedElementSelectionSet_RestoreSelectionState"); \ +static_assert(sizeof(TypedElementSelectionSet_RestoreSelectionState) == 0x000018, "Wrong size on TypedElementSelectionSet_RestoreSelectionState"); \ +static_assert(offsetof(TypedElementSelectionSet_RestoreSelectionState, InSelectionState) == 0x000000, "Member 'TypedElementSelectionSet_RestoreSelectionState::InSelectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_SelectElement \ +static_assert(alignof(TypedElementSelectionSet_SelectElement) == 0x000008, "Wrong alignment on TypedElementSelectionSet_SelectElement"); \ +static_assert(sizeof(TypedElementSelectionSet_SelectElement) == 0x000020, "Wrong size on TypedElementSelectionSet_SelectElement"); \ +static_assert(offsetof(TypedElementSelectionSet_SelectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_SelectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_SelectElement, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionSet_SelectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_SelectElement, ReturnValue) == 0x000018, "Member 'TypedElementSelectionSet_SelectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_SelectElements \ +static_assert(alignof(TypedElementSelectionSet_SelectElements) == 0x000008, "Wrong alignment on TypedElementSelectionSet_SelectElements"); \ +static_assert(sizeof(TypedElementSelectionSet_SelectElements) == 0x000028, "Wrong size on TypedElementSelectionSet_SelectElements"); \ +static_assert(offsetof(TypedElementSelectionSet_SelectElements, InElementHandles) == 0x000000, "Member 'TypedElementSelectionSet_SelectElements::InElementHandles' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_SelectElements, InSelectionOptions) == 0x000010, "Member 'TypedElementSelectionSet_SelectElements::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_SelectElements, ReturnValue) == 0x000020, "Member 'TypedElementSelectionSet_SelectElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_SetSelection \ +static_assert(alignof(TypedElementSelectionSet_SetSelection) == 0x000008, "Wrong alignment on TypedElementSelectionSet_SetSelection"); \ +static_assert(sizeof(TypedElementSelectionSet_SetSelection) == 0x000028, "Wrong size on TypedElementSelectionSet_SetSelection"); \ +static_assert(offsetof(TypedElementSelectionSet_SetSelection, InElementHandles) == 0x000000, "Member 'TypedElementSelectionSet_SetSelection::InElementHandles' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_SetSelection, InSelectionOptions) == 0x000010, "Member 'TypedElementSelectionSet_SetSelection::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_SetSelection, ReturnValue) == 0x000020, "Member 'TypedElementSelectionSet_SetSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_AllowSelectionModifiers \ +static_assert(alignof(TypedElementSelectionSet_AllowSelectionModifiers) == 0x000008, "Wrong alignment on TypedElementSelectionSet_AllowSelectionModifiers"); \ +static_assert(sizeof(TypedElementSelectionSet_AllowSelectionModifiers) == 0x000010, "Wrong size on TypedElementSelectionSet_AllowSelectionModifiers"); \ +static_assert(offsetof(TypedElementSelectionSet_AllowSelectionModifiers, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_AllowSelectionModifiers::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_AllowSelectionModifiers, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_AllowSelectionModifiers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_CanDeselectElement \ +static_assert(alignof(TypedElementSelectionSet_CanDeselectElement) == 0x000008, "Wrong alignment on TypedElementSelectionSet_CanDeselectElement"); \ +static_assert(sizeof(TypedElementSelectionSet_CanDeselectElement) == 0x000020, "Wrong size on TypedElementSelectionSet_CanDeselectElement"); \ +static_assert(offsetof(TypedElementSelectionSet_CanDeselectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_CanDeselectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_CanDeselectElement, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionSet_CanDeselectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_CanDeselectElement, ReturnValue) == 0x000018, "Member 'TypedElementSelectionSet_CanDeselectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_CanSelectElement \ +static_assert(alignof(TypedElementSelectionSet_CanSelectElement) == 0x000008, "Wrong alignment on TypedElementSelectionSet_CanSelectElement"); \ +static_assert(sizeof(TypedElementSelectionSet_CanSelectElement) == 0x000020, "Wrong size on TypedElementSelectionSet_CanSelectElement"); \ +static_assert(offsetof(TypedElementSelectionSet_CanSelectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_CanSelectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_CanSelectElement, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionSet_CanSelectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_CanSelectElement, ReturnValue) == 0x000018, "Member 'TypedElementSelectionSet_CanSelectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_CountSelectedElements \ +static_assert(alignof(TypedElementSelectionSet_CountSelectedElements) == 0x000008, "Wrong alignment on TypedElementSelectionSet_CountSelectedElements"); \ +static_assert(sizeof(TypedElementSelectionSet_CountSelectedElements) == 0x000010, "Wrong size on TypedElementSelectionSet_CountSelectedElements"); \ +static_assert(offsetof(TypedElementSelectionSet_CountSelectedElements, InBaseInterfaceType) == 0x000000, "Member 'TypedElementSelectionSet_CountSelectedElements::InBaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_CountSelectedElements, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_CountSelectedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_CountSelectedObjects \ +static_assert(alignof(TypedElementSelectionSet_CountSelectedObjects) == 0x000008, "Wrong alignment on TypedElementSelectionSet_CountSelectedObjects"); \ +static_assert(sizeof(TypedElementSelectionSet_CountSelectedObjects) == 0x000010, "Wrong size on TypedElementSelectionSet_CountSelectedObjects"); \ +static_assert(offsetof(TypedElementSelectionSet_CountSelectedObjects, InRequiredClass) == 0x000000, "Member 'TypedElementSelectionSet_CountSelectedObjects::InRequiredClass' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_CountSelectedObjects, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_CountSelectedObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_GetBottomSelectedObject \ +static_assert(alignof(TypedElementSelectionSet_GetBottomSelectedObject) == 0x000008, "Wrong alignment on TypedElementSelectionSet_GetBottomSelectedObject"); \ +static_assert(sizeof(TypedElementSelectionSet_GetBottomSelectedObject) == 0x000010, "Wrong size on TypedElementSelectionSet_GetBottomSelectedObject"); \ +static_assert(offsetof(TypedElementSelectionSet_GetBottomSelectedObject, InRequiredClass) == 0x000000, "Member 'TypedElementSelectionSet_GetBottomSelectedObject::InRequiredClass' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_GetBottomSelectedObject, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_GetBottomSelectedObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_GetCurrentSelectionState \ +static_assert(alignof(TypedElementSelectionSet_GetCurrentSelectionState) == 0x000008, "Wrong alignment on TypedElementSelectionSet_GetCurrentSelectionState"); \ +static_assert(sizeof(TypedElementSelectionSet_GetCurrentSelectionState) == 0x000018, "Wrong size on TypedElementSelectionSet_GetCurrentSelectionState"); \ +static_assert(offsetof(TypedElementSelectionSet_GetCurrentSelectionState, ReturnValue) == 0x000000, "Member 'TypedElementSelectionSet_GetCurrentSelectionState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_GetNumSelectedElements \ +static_assert(alignof(TypedElementSelectionSet_GetNumSelectedElements) == 0x000004, "Wrong alignment on TypedElementSelectionSet_GetNumSelectedElements"); \ +static_assert(sizeof(TypedElementSelectionSet_GetNumSelectedElements) == 0x000004, "Wrong size on TypedElementSelectionSet_GetNumSelectedElements"); \ +static_assert(offsetof(TypedElementSelectionSet_GetNumSelectedElements, ReturnValue) == 0x000000, "Member 'TypedElementSelectionSet_GetNumSelectedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_GetSelectedObjects \ +static_assert(alignof(TypedElementSelectionSet_GetSelectedObjects) == 0x000008, "Wrong alignment on TypedElementSelectionSet_GetSelectedObjects"); \ +static_assert(sizeof(TypedElementSelectionSet_GetSelectedObjects) == 0x000018, "Wrong size on TypedElementSelectionSet_GetSelectedObjects"); \ +static_assert(offsetof(TypedElementSelectionSet_GetSelectedObjects, InRequiredClass) == 0x000000, "Member 'TypedElementSelectionSet_GetSelectedObjects::InRequiredClass' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_GetSelectedObjects, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_GetSelectedObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_GetSelectionElement \ +static_assert(alignof(TypedElementSelectionSet_GetSelectionElement) == 0x000008, "Wrong alignment on TypedElementSelectionSet_GetSelectionElement"); \ +static_assert(sizeof(TypedElementSelectionSet_GetSelectionElement) == 0x000018, "Wrong size on TypedElementSelectionSet_GetSelectionElement"); \ +static_assert(offsetof(TypedElementSelectionSet_GetSelectionElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_GetSelectionElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_GetSelectionElement, InSelectionMethod) == 0x000008, "Member 'TypedElementSelectionSet_GetSelectionElement::InSelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_GetSelectionElement, ReturnValue) == 0x000010, "Member 'TypedElementSelectionSet_GetSelectionElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_GetTopSelectedObject \ +static_assert(alignof(TypedElementSelectionSet_GetTopSelectedObject) == 0x000008, "Wrong alignment on TypedElementSelectionSet_GetTopSelectedObject"); \ +static_assert(sizeof(TypedElementSelectionSet_GetTopSelectedObject) == 0x000010, "Wrong size on TypedElementSelectionSet_GetTopSelectedObject"); \ +static_assert(offsetof(TypedElementSelectionSet_GetTopSelectedObject, InRequiredClass) == 0x000000, "Member 'TypedElementSelectionSet_GetTopSelectedObject::InRequiredClass' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_GetTopSelectedObject, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_GetTopSelectedObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_HasSelectedElements \ +static_assert(alignof(TypedElementSelectionSet_HasSelectedElements) == 0x000008, "Wrong alignment on TypedElementSelectionSet_HasSelectedElements"); \ +static_assert(sizeof(TypedElementSelectionSet_HasSelectedElements) == 0x000010, "Wrong size on TypedElementSelectionSet_HasSelectedElements"); \ +static_assert(offsetof(TypedElementSelectionSet_HasSelectedElements, InBaseInterfaceType) == 0x000000, "Member 'TypedElementSelectionSet_HasSelectedElements::InBaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_HasSelectedElements, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_HasSelectedElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_HasSelectedObjects \ +static_assert(alignof(TypedElementSelectionSet_HasSelectedObjects) == 0x000008, "Wrong alignment on TypedElementSelectionSet_HasSelectedObjects"); \ +static_assert(sizeof(TypedElementSelectionSet_HasSelectedObjects) == 0x000010, "Wrong size on TypedElementSelectionSet_HasSelectedObjects"); \ +static_assert(offsetof(TypedElementSelectionSet_HasSelectedObjects, InRequiredClass) == 0x000000, "Member 'TypedElementSelectionSet_HasSelectedObjects::InRequiredClass' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_HasSelectedObjects, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_HasSelectedObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_IsElementSelected \ +static_assert(alignof(TypedElementSelectionSet_IsElementSelected) == 0x000008, "Wrong alignment on TypedElementSelectionSet_IsElementSelected"); \ +static_assert(sizeof(TypedElementSelectionSet_IsElementSelected) == 0x000018, "Wrong size on TypedElementSelectionSet_IsElementSelected"); \ +static_assert(offsetof(TypedElementSelectionSet_IsElementSelected, InElementHandle) == 0x000000, "Member 'TypedElementSelectionSet_IsElementSelected::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_IsElementSelected, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionSet_IsElementSelected::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_IsElementSelected, ReturnValue) == 0x000014, "Member 'TypedElementSelectionSet_IsElementSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionSet_K2_GetSelectedElementHandles \ +static_assert(alignof(TypedElementSelectionSet_K2_GetSelectedElementHandles) == 0x000008, "Wrong alignment on TypedElementSelectionSet_K2_GetSelectedElementHandles"); \ +static_assert(sizeof(TypedElementSelectionSet_K2_GetSelectedElementHandles) == 0x000018, "Wrong size on TypedElementSelectionSet_K2_GetSelectedElementHandles"); \ +static_assert(offsetof(TypedElementSelectionSet_K2_GetSelectedElementHandles, InBaseInterfaceType) == 0x000000, "Member 'TypedElementSelectionSet_K2_GetSelectedElementHandles::InBaseInterfaceType' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionSet_K2_GetSelectedElementHandles, ReturnValue) == 0x000008, "Member 'TypedElementSelectionSet_K2_GetSelectedElementHandles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTypedElementSelectionSet \ +static_assert(alignof(UTypedElementSelectionSet) == 0x000008, "Wrong alignment on UTypedElementSelectionSet"); \ +static_assert(sizeof(UTypedElementSelectionSet) == 0x0008A0, "Wrong size on UTypedElementSelectionSet"); \ +static_assert(offsetof(UTypedElementSelectionSet, OnPreSelectionChange) == 0x000828, "Member 'UTypedElementSelectionSet::OnPreSelectionChange' has a wrong offset!"); \ +static_assert(offsetof(UTypedElementSelectionSet, OnSelectionChange) == 0x000838, "Member 'UTypedElementSelectionSet::OnSelectionChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementHierarchyInterface_GetChildElements \ +static_assert(alignof(TypedElementHierarchyInterface_GetChildElements) == 0x000008, "Wrong alignment on TypedElementHierarchyInterface_GetChildElements"); \ +static_assert(sizeof(TypedElementHierarchyInterface_GetChildElements) == 0x000020, "Wrong size on TypedElementHierarchyInterface_GetChildElements"); \ +static_assert(offsetof(TypedElementHierarchyInterface_GetChildElements, InElementHandle) == 0x000000, "Member 'TypedElementHierarchyInterface_GetChildElements::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHierarchyInterface_GetChildElements, OutElementHandles) == 0x000008, "Member 'TypedElementHierarchyInterface_GetChildElements::OutElementHandles' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHierarchyInterface_GetChildElements, bAllowCreate) == 0x000018, "Member 'TypedElementHierarchyInterface_GetChildElements::bAllowCreate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementHierarchyInterface_GetParentElement \ +static_assert(alignof(TypedElementHierarchyInterface_GetParentElement) == 0x000008, "Wrong alignment on TypedElementHierarchyInterface_GetParentElement"); \ +static_assert(sizeof(TypedElementHierarchyInterface_GetParentElement) == 0x000018, "Wrong size on TypedElementHierarchyInterface_GetParentElement"); \ +static_assert(offsetof(TypedElementHierarchyInterface_GetParentElement, InElementHandle) == 0x000000, "Member 'TypedElementHierarchyInterface_GetParentElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHierarchyInterface_GetParentElement, bAllowCreate) == 0x000008, "Member 'TypedElementHierarchyInterface_GetParentElement::bAllowCreate' has a wrong offset!"); \ +static_assert(offsetof(TypedElementHierarchyInterface_GetParentElement, ReturnValue) == 0x000010, "Member 'TypedElementHierarchyInterface_GetParentElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementHierarchyInterface \ +static_assert(alignof(ITypedElementHierarchyInterface) == 0x000001, "Wrong alignment on ITypedElementHierarchyInterface"); \ +static_assert(sizeof(ITypedElementHierarchyInterface) == 0x000001, "Wrong size on ITypedElementHierarchyInterface"); \ + +#define DUMPER7_ASSERTS_TypedElementObjectInterface_GetObject \ +static_assert(alignof(TypedElementObjectInterface_GetObject) == 0x000008, "Wrong alignment on TypedElementObjectInterface_GetObject"); \ +static_assert(sizeof(TypedElementObjectInterface_GetObject) == 0x000010, "Wrong size on TypedElementObjectInterface_GetObject"); \ +static_assert(offsetof(TypedElementObjectInterface_GetObject, InElementHandle) == 0x000000, "Member 'TypedElementObjectInterface_GetObject::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementObjectInterface_GetObject, ReturnValue) == 0x000008, "Member 'TypedElementObjectInterface_GetObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementObjectInterface_GetObjectClass \ +static_assert(alignof(TypedElementObjectInterface_GetObjectClass) == 0x000008, "Wrong alignment on TypedElementObjectInterface_GetObjectClass"); \ +static_assert(sizeof(TypedElementObjectInterface_GetObjectClass) == 0x000010, "Wrong size on TypedElementObjectInterface_GetObjectClass"); \ +static_assert(offsetof(TypedElementObjectInterface_GetObjectClass, InElementHandle) == 0x000000, "Member 'TypedElementObjectInterface_GetObjectClass::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementObjectInterface_GetObjectClass, ReturnValue) == 0x000008, "Member 'TypedElementObjectInterface_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementObjectInterface \ +static_assert(alignof(ITypedElementObjectInterface) == 0x000001, "Wrong alignment on ITypedElementObjectInterface"); \ +static_assert(sizeof(ITypedElementObjectInterface) == 0x000001, "Wrong size on ITypedElementObjectInterface"); \ + +#define DUMPER7_ASSERTS_TypedElementPrimitiveCustomDataInterface_SetCustomData \ +static_assert(alignof(TypedElementPrimitiveCustomDataInterface_SetCustomData) == 0x000008, "Wrong alignment on TypedElementPrimitiveCustomDataInterface_SetCustomData"); \ +static_assert(sizeof(TypedElementPrimitiveCustomDataInterface_SetCustomData) == 0x000020, "Wrong size on TypedElementPrimitiveCustomDataInterface_SetCustomData"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomData, InElementHandle) == 0x000000, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomData::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomData, CustomDataFloats) == 0x000008, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomData::CustomDataFloats' has a wrong offset!"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomData, bMarkRenderStateDirty) == 0x000018, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomData::bMarkRenderStateDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementPrimitiveCustomDataInterface_SetCustomDataValue \ +static_assert(alignof(TypedElementPrimitiveCustomDataInterface_SetCustomDataValue) == 0x000008, "Wrong alignment on TypedElementPrimitiveCustomDataInterface_SetCustomDataValue"); \ +static_assert(sizeof(TypedElementPrimitiveCustomDataInterface_SetCustomDataValue) == 0x000018, "Wrong size on TypedElementPrimitiveCustomDataInterface_SetCustomDataValue"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomDataValue, InElementHandle) == 0x000000, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomDataValue::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomDataValue, CustomDataIndex) == 0x000008, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomDataValue::CustomDataIndex' has a wrong offset!"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomDataValue, CustomDataValue) == 0x00000C, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomDataValue::CustomDataValue' has a wrong offset!"); \ +static_assert(offsetof(TypedElementPrimitiveCustomDataInterface_SetCustomDataValue, bMarkRenderStateDirty) == 0x000010, "Member 'TypedElementPrimitiveCustomDataInterface_SetCustomDataValue::bMarkRenderStateDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementPrimitiveCustomDataInterface \ +static_assert(alignof(ITypedElementPrimitiveCustomDataInterface) == 0x000001, "Wrong alignment on ITypedElementPrimitiveCustomDataInterface"); \ +static_assert(sizeof(ITypedElementPrimitiveCustomDataInterface) == 0x000001, "Wrong size on ITypedElementPrimitiveCustomDataInterface"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_AllowSelectionModifiers \ +static_assert(alignof(TypedElementSelectionInterface_AllowSelectionModifiers) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_AllowSelectionModifiers"); \ +static_assert(sizeof(TypedElementSelectionInterface_AllowSelectionModifiers) == 0x000020, "Wrong size on TypedElementSelectionInterface_AllowSelectionModifiers"); \ +static_assert(offsetof(TypedElementSelectionInterface_AllowSelectionModifiers, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_AllowSelectionModifiers::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_AllowSelectionModifiers, InSelectionSet) == 0x000008, "Member 'TypedElementSelectionInterface_AllowSelectionModifiers::InSelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_AllowSelectionModifiers, ReturnValue) == 0x000018, "Member 'TypedElementSelectionInterface_AllowSelectionModifiers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_CanDeselectElement \ +static_assert(alignof(TypedElementSelectionInterface_CanDeselectElement) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_CanDeselectElement"); \ +static_assert(sizeof(TypedElementSelectionInterface_CanDeselectElement) == 0x000020, "Wrong size on TypedElementSelectionInterface_CanDeselectElement"); \ +static_assert(offsetof(TypedElementSelectionInterface_CanDeselectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_CanDeselectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_CanDeselectElement, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionInterface_CanDeselectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_CanDeselectElement, ReturnValue) == 0x000018, "Member 'TypedElementSelectionInterface_CanDeselectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_CanSelectElement \ +static_assert(alignof(TypedElementSelectionInterface_CanSelectElement) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_CanSelectElement"); \ +static_assert(sizeof(TypedElementSelectionInterface_CanSelectElement) == 0x000020, "Wrong size on TypedElementSelectionInterface_CanSelectElement"); \ +static_assert(offsetof(TypedElementSelectionInterface_CanSelectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_CanSelectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_CanSelectElement, InSelectionOptions) == 0x000008, "Member 'TypedElementSelectionInterface_CanSelectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_CanSelectElement, ReturnValue) == 0x000018, "Member 'TypedElementSelectionInterface_CanSelectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_DeselectElement \ +static_assert(alignof(TypedElementSelectionInterface_DeselectElement) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_DeselectElement"); \ +static_assert(sizeof(TypedElementSelectionInterface_DeselectElement) == 0x000030, "Wrong size on TypedElementSelectionInterface_DeselectElement"); \ +static_assert(offsetof(TypedElementSelectionInterface_DeselectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_DeselectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_DeselectElement, InSelectionSet) == 0x000008, "Member 'TypedElementSelectionInterface_DeselectElement::InSelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_DeselectElement, InSelectionOptions) == 0x000018, "Member 'TypedElementSelectionInterface_DeselectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_DeselectElement, ReturnValue) == 0x000028, "Member 'TypedElementSelectionInterface_DeselectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_GetSelectionElement \ +static_assert(alignof(TypedElementSelectionInterface_GetSelectionElement) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_GetSelectionElement"); \ +static_assert(sizeof(TypedElementSelectionInterface_GetSelectionElement) == 0x000028, "Wrong size on TypedElementSelectionInterface_GetSelectionElement"); \ +static_assert(offsetof(TypedElementSelectionInterface_GetSelectionElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_GetSelectionElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_GetSelectionElement, InCurrentSelection) == 0x000008, "Member 'TypedElementSelectionInterface_GetSelectionElement::InCurrentSelection' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_GetSelectionElement, InSelectionMethod) == 0x000018, "Member 'TypedElementSelectionInterface_GetSelectionElement::InSelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_GetSelectionElement, ReturnValue) == 0x000020, "Member 'TypedElementSelectionInterface_GetSelectionElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_IsElementSelected \ +static_assert(alignof(TypedElementSelectionInterface_IsElementSelected) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_IsElementSelected"); \ +static_assert(sizeof(TypedElementSelectionInterface_IsElementSelected) == 0x000028, "Wrong size on TypedElementSelectionInterface_IsElementSelected"); \ +static_assert(offsetof(TypedElementSelectionInterface_IsElementSelected, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_IsElementSelected::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_IsElementSelected, InSelectionSet) == 0x000008, "Member 'TypedElementSelectionInterface_IsElementSelected::InSelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_IsElementSelected, InSelectionOptions) == 0x000018, "Member 'TypedElementSelectionInterface_IsElementSelected::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_IsElementSelected, ReturnValue) == 0x000024, "Member 'TypedElementSelectionInterface_IsElementSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TypedElementSelectionInterface_SelectElement \ +static_assert(alignof(TypedElementSelectionInterface_SelectElement) == 0x000008, "Wrong alignment on TypedElementSelectionInterface_SelectElement"); \ +static_assert(sizeof(TypedElementSelectionInterface_SelectElement) == 0x000030, "Wrong size on TypedElementSelectionInterface_SelectElement"); \ +static_assert(offsetof(TypedElementSelectionInterface_SelectElement, InElementHandle) == 0x000000, "Member 'TypedElementSelectionInterface_SelectElement::InElementHandle' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_SelectElement, InSelectionSet) == 0x000008, "Member 'TypedElementSelectionInterface_SelectElement::InSelectionSet' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_SelectElement, InSelectionOptions) == 0x000018, "Member 'TypedElementSelectionInterface_SelectElement::InSelectionOptions' has a wrong offset!"); \ +static_assert(offsetof(TypedElementSelectionInterface_SelectElement, ReturnValue) == 0x000028, "Member 'TypedElementSelectionInterface_SelectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITypedElementSelectionInterface \ +static_assert(alignof(ITypedElementSelectionInterface) == 0x000001, "Wrong alignment on ITypedElementSelectionInterface"); \ +static_assert(sizeof(ITypedElementSelectionInterface) == 0x000001, "Wrong size on ITypedElementSelectionInterface"); \ + +#define DUMPER7_ASSERTS_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_WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew \ +static_assert(alignof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew) == 0x000008, "Wrong alignment on WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew"); \ +static_assert(sizeof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew) == 0x000140, "Wrong size on WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, EntryPoint) == 0x000000, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, Temp_bool_Variable) == 0x000004, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, Temp_bool_Variable_1) == 0x000005, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, Temp_object_Variable) == 0x000008, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, Temp_object_Variable_1) == 0x000010, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, K2Node_Event_IsDesignTime) == 0x000018, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_GetOwningLocalPlayer_ReturnValue) == 0x000020, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_GetOwningLocalPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_White) == 0x000028, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_White' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_Black) == 0x000038, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_Black' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_Grey) == 0x000048, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_Grey' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_Red) == 0x000058, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_Red' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_Yellow) == 0x000068, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_Yellow' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_Blue) == 0x000078, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_Blue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_Green) == 0x000088, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_Green' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_White__S_) == 0x000098, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_White__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_Black__S_) == 0x0000AC, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_Black__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_Grey__S_) == 0x0000C0, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_Grey__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_Red__S_) == 0x0000D4, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_Red__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_Yellow__S_) == 0x0000E8, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_Yellow__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_Blue__S_) == 0x0000FC, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_Blue__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, CallFunc_UI_Color_Library_Green__S_) == 0x000110, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::CallFunc_UI_Color_Library_Green__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, K2Node_Select_Default) == 0x000124, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew, K2Node_Select_Default_1) == 0x000138, "Member 'WBP_MenuButtonNew_C_ExecuteUbergraph_WBP_MenuButtonNew::K2Node_Select_Default_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuButtonNew_C_Hovered_Animation \ +static_assert(alignof(WBP_MenuButtonNew_C_Hovered_Animation) == 0x000004, "Wrong alignment on WBP_MenuButtonNew_C_Hovered_Animation"); \ +static_assert(sizeof(WBP_MenuButtonNew_C_Hovered_Animation) == 0x000008, "Wrong size on WBP_MenuButtonNew_C_Hovered_Animation"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_Hovered_Animation, Easing) == 0x000000, "Member 'WBP_MenuButtonNew_C_Hovered_Animation::Easing' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_Hovered_Animation, Value) == 0x000004, "Member 'WBP_MenuButtonNew_C_Hovered_Animation::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuButtonNew_C_OnUnhovered \ +static_assert(alignof(WBP_MenuButtonNew_C_OnUnhovered) == 0x000004, "Wrong alignment on WBP_MenuButtonNew_C_OnUnhovered"); \ +static_assert(sizeof(WBP_MenuButtonNew_C_OnUnhovered) == 0x000018, "Wrong size on WBP_MenuButtonNew_C_OnUnhovered"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_OnUnhovered, Temp_bool_Variable) == 0x000000, "Member 'WBP_MenuButtonNew_C_OnUnhovered::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_OnUnhovered, K2Node_Select_Default) == 0x000004, "Member 'WBP_MenuButtonNew_C_OnUnhovered::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuButtonNew_C_PreConstruct \ +static_assert(alignof(WBP_MenuButtonNew_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MenuButtonNew_C_PreConstruct"); \ +static_assert(sizeof(WBP_MenuButtonNew_C_PreConstruct) == 0x000001, "Wrong size on WBP_MenuButtonNew_C_PreConstruct"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MenuButtonNew_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuButtonNew_C_SetDistress \ +static_assert(alignof(WBP_MenuButtonNew_C_SetDistress) == 0x000008, "Wrong alignment on WBP_MenuButtonNew_C_SetDistress"); \ +static_assert(sizeof(WBP_MenuButtonNew_C_SetDistress) == 0x000088, "Wrong size on WBP_MenuButtonNew_C_SetDistress"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetDistress, Temp_int_Variable) == 0x000000, "Member 'WBP_MenuButtonNew_C_SetDistress::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetDistress, Temp_struct_Variable) == 0x000004, "Member 'WBP_MenuButtonNew_C_SetDistress::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetDistress, Temp_struct_Variable_1) == 0x000014, "Member 'WBP_MenuButtonNew_C_SetDistress::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetDistress, Temp_struct_Variable_2) == 0x000024, "Member 'WBP_MenuButtonNew_C_SetDistress::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetDistress, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'WBP_MenuButtonNew_C_SetDistress::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetDistress, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000040, "Member 'WBP_MenuButtonNew_C_SetDistress::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetDistress, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000048, "Member 'WBP_MenuButtonNew_C_SetDistress::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetDistress, CallFunc_MakeVector2D_ReturnValue) == 0x000050, "Member 'WBP_MenuButtonNew_C_SetDistress::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetDistress, CallFunc_MakeLiteralInt_ReturnValue) == 0x000060, "Member 'WBP_MenuButtonNew_C_SetDistress::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetDistress, K2Node_Select_Default) == 0x000064, "Member 'WBP_MenuButtonNew_C_SetDistress::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetDistress, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000078, "Member 'WBP_MenuButtonNew_C_SetDistress::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetDistress, CallFunc_SetRenderTransformAngle_Angle_ImplicitCast) == 0x000080, "Member 'WBP_MenuButtonNew_C_SetDistress::CallFunc_SetRenderTransformAngle_Angle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuButtonNew_C_SetLabel \ +static_assert(alignof(WBP_MenuButtonNew_C_SetLabel) == 0x000008, "Wrong alignment on WBP_MenuButtonNew_C_SetLabel"); \ +static_assert(sizeof(WBP_MenuButtonNew_C_SetLabel) == 0x000120, "Wrong size on WBP_MenuButtonNew_C_SetLabel"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, Label_0) == 0x000000, "Member 'WBP_MenuButtonNew_C_SetLabel::Label_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_TextToUpper_ReturnValue) == 0x000010, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_White) == 0x000020, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_White' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_Black) == 0x000030, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_Black' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_Grey) == 0x000040, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_Grey' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_Red) == 0x000050, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_Red' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_Yellow) == 0x000060, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_Yellow' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_Blue) == 0x000070, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_Blue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_Green) == 0x000080, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_Green' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_White__S_) == 0x000090, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_White__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_Black__S_) == 0x0000A4, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_Black__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_Grey__S_) == 0x0000B8, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_Grey__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_Red__S_) == 0x0000CC, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_Red__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_Yellow__S_) == 0x0000E0, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_Yellow__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_Blue__S_) == 0x0000F4, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_Blue__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuButtonNew_C_SetLabel, CallFunc_UI_Color_Library_Green__S_) == 0x000108, "Member 'WBP_MenuButtonNew_C_SetLabel::CallFunc_UI_Color_Library_Green__S_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MenuButtonNew_C \ +static_assert(alignof(UWBP_MenuButtonNew_C) == 0x000010, "Wrong alignment on UWBP_MenuButtonNew_C"); \ +static_assert(sizeof(UWBP_MenuButtonNew_C) == 0x001660, "Wrong size on UWBP_MenuButtonNew_C"); \ +static_assert(offsetof(UWBP_MenuButtonNew_C, UberGraphFrame) == 0x0015F0, "Member 'UWBP_MenuButtonNew_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuButtonNew_C, LabelWidget) == 0x0015F8, "Member 'UWBP_MenuButtonNew_C::LabelWidget' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuButtonNew_C, Distress) == 0x001600, "Member 'UWBP_MenuButtonNew_C::Distress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuButtonNew_C, Background) == 0x001608, "Member 'UWBP_MenuButtonNew_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuButtonNew_C, Label) == 0x001610, "Member 'UWBP_MenuButtonNew_C::Label' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuButtonNew_C, HoveredTransition) == 0x001620, "Member 'UWBP_MenuButtonNew_C::HoveredTransition' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuButtonNew_C, ButtonIsHovered) == 0x001628, "Member 'UWBP_MenuButtonNew_C::ButtonIsHovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuButtonNew_C, White) == 0x00162C, "Member 'UWBP_MenuButtonNew_C::White' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuButtonNew_C, InvertButton) == 0x001640, "Member 'UWBP_MenuButtonNew_C::InvertButton' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuButtonNew_C, Black) == 0x001644, "Member 'UWBP_MenuButtonNew_C::Black' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_Objective_Reach_Simple_C \ +static_assert(alignof(UPDA_Objective_Reach_Simple_C) == 0x000008, "Wrong alignment on UPDA_Objective_Reach_Simple_C"); \ +static_assert(sizeof(UPDA_Objective_Reach_Simple_C) == 0x000140, "Wrong size on UPDA_Objective_Reach_Simple_C"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, OnStartCrime) == 0x000030, "Member 'UPDA_Objective_Reach_Simple_C::OnStartCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, LocationToReach) == 0x000058, "Member 'UPDA_Objective_Reach_Simple_C::LocationToReach' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, SucessRange) == 0x000060, "Member 'UPDA_Objective_Reach_Simple_C::SucessRange' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, bInvertToLeave_) == 0x000068, "Member 'UPDA_Objective_Reach_Simple_C::bInvertToLeave_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, MaxDistanceToTarget) == 0x000070, "Member 'UPDA_Objective_Reach_Simple_C::MaxDistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, OnSuccessCrime) == 0x000078, "Member 'UPDA_Objective_Reach_Simple_C::OnSuccessCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, OnSuccessWorldState) == 0x0000A0, "Member 'UPDA_Objective_Reach_Simple_C::OnSuccessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, OnFailWorldState) == 0x0000B0, "Member 'UPDA_Objective_Reach_Simple_C::OnFailWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, SpeedLimit) == 0x0000C0, "Member 'UPDA_Objective_Reach_Simple_C::SpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, TimeRequiredBelowSpeedLimit) == 0x0000C8, "Member 'UPDA_Objective_Reach_Simple_C::TimeRequiredBelowSpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, bBlockSuccessOnWanted) == 0x0000D0, "Member 'UPDA_Objective_Reach_Simple_C::bBlockSuccessOnWanted' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, bBlockSuccessOnNotInVehicle) == 0x0000D1, "Member 'UPDA_Objective_Reach_Simple_C::bBlockSuccessOnNotInVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, VehicleControlLockTime) == 0x0000D8, "Member 'UPDA_Objective_Reach_Simple_C::VehicleControlLockTime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, HudMarkerDisplayDistance) == 0x0000E0, "Member 'UPDA_Objective_Reach_Simple_C::HudMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, MapMarkerDisplayDistance) == 0x0000E8, "Member 'UPDA_Objective_Reach_Simple_C::MapMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, bShowObjectiveProgress) == 0x0000F0, "Member 'UPDA_Objective_Reach_Simple_C::bShowObjectiveProgress' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, InRangeProgressMessage) == 0x0000F8, "Member 'UPDA_Objective_Reach_Simple_C::InRangeProgressMessage' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, InSpeedAndRangeProgressMessage) == 0x000108, "Member 'UPDA_Objective_Reach_Simple_C::InSpeedAndRangeProgressMessage' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, OnSuccessWorldStateNamedInt) == 0x000118, "Member 'UPDA_Objective_Reach_Simple_C::OnSuccessWorldStateNamedInt' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, SuccessProgressStartAudio) == 0x000128, "Member 'UPDA_Objective_Reach_Simple_C::SuccessProgressStartAudio' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, SuccessProgressSuccessAudio) == 0x000130, "Member 'UPDA_Objective_Reach_Simple_C::SuccessProgressSuccessAudio' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_Simple_C, SuccessProgressStop) == 0x000138, "Member 'UPDA_Objective_Reach_Simple_C::SuccessProgressStop' 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_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) == 0x000008, "Wrong alignment on FClothCollisionPrim_SphereConnection"); \ +static_assert(sizeof(FClothCollisionPrim_SphereConnection) == 0x000020, "Wrong size on FClothCollisionPrim_SphereConnection"); \ +static_assert(offsetof(FClothCollisionPrim_SphereConnection, SphereIndices) == 0x000000, "Member 'FClothCollisionPrim_SphereConnection::SphereIndices' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_SphereConnection, OneSidedPlaneNormal) == 0x000008, "Member 'FClothCollisionPrim_SphereConnection::OneSidedPlaneNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_ConvexFace \ +static_assert(alignof(FClothCollisionPrim_ConvexFace) == 0x000010, "Wrong alignment on FClothCollisionPrim_ConvexFace"); \ +static_assert(sizeof(FClothCollisionPrim_ConvexFace) == 0x000030, "Wrong size on FClothCollisionPrim_ConvexFace"); \ +static_assert(offsetof(FClothCollisionPrim_ConvexFace, Plane) == 0x000000, "Member 'FClothCollisionPrim_ConvexFace::Plane' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_ConvexFace, Indices) == 0x000020, "Member 'FClothCollisionPrim_ConvexFace::Indices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_Convex \ +static_assert(alignof(FClothCollisionPrim_Convex) == 0x000008, "Wrong alignment on FClothCollisionPrim_Convex"); \ +static_assert(sizeof(FClothCollisionPrim_Convex) == 0x000028, "Wrong size on FClothCollisionPrim_Convex"); \ +static_assert(offsetof(FClothCollisionPrim_Convex, Faces) == 0x000000, "Member 'FClothCollisionPrim_Convex::Faces' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Convex, SurfacePoints) == 0x000010, "Member 'FClothCollisionPrim_Convex::SurfacePoints' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Convex, BoneIndex) == 0x000020, "Member 'FClothCollisionPrim_Convex::BoneIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionPrim_Box \ +static_assert(alignof(FClothCollisionPrim_Box) == 0x000010, "Wrong alignment on FClothCollisionPrim_Box"); \ +static_assert(sizeof(FClothCollisionPrim_Box) == 0x000060, "Wrong size on FClothCollisionPrim_Box"); \ +static_assert(offsetof(FClothCollisionPrim_Box, LocalPosition) == 0x000000, "Member 'FClothCollisionPrim_Box::LocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Box, LocalRotation) == 0x000020, "Member 'FClothCollisionPrim_Box::LocalRotation' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Box, HalfExtents) == 0x000040, "Member 'FClothCollisionPrim_Box::HalfExtents' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionPrim_Box, BoneIndex) == 0x000058, "Member 'FClothCollisionPrim_Box::BoneIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothVertBoneData \ +static_assert(alignof(FClothVertBoneData) == 0x000004, "Wrong alignment on FClothVertBoneData"); \ +static_assert(sizeof(FClothVertBoneData) == 0x00004C, "Wrong size on FClothVertBoneData"); \ +static_assert(offsetof(FClothVertBoneData, NumInfluences) == 0x000000, "Member 'FClothVertBoneData::NumInfluences' has a wrong offset!"); \ +static_assert(offsetof(FClothVertBoneData, BoneIndices) == 0x000004, "Member 'FClothVertBoneData::BoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FClothVertBoneData, BoneWeights) == 0x00001C, "Member 'FClothVertBoneData::BoneWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothCollisionData \ +static_assert(alignof(FClothCollisionData) == 0x000008, "Wrong alignment on FClothCollisionData"); \ +static_assert(sizeof(FClothCollisionData) == 0x000040, "Wrong size on FClothCollisionData"); \ +static_assert(offsetof(FClothCollisionData, Spheres) == 0x000000, "Member 'FClothCollisionData::Spheres' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionData, SphereConnections) == 0x000010, "Member 'FClothCollisionData::SphereConnections' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionData, Convexes) == 0x000020, "Member 'FClothCollisionData::Convexes' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionData, Boxes) == 0x000030, "Member 'FClothCollisionData::Boxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothingSimulationInstance \ +static_assert(alignof(FClothingSimulationInstance) == 0x000008, "Wrong alignment on FClothingSimulationInstance"); \ +static_assert(sizeof(FClothingSimulationInstance) == 0x000028, "Wrong size on FClothingSimulationInstance"); \ +static_assert(offsetof(FClothingSimulationInstance, ClothingSimulationInteractor) == 0x000010, "Member 'FClothingSimulationInstance::ClothingSimulationInteractor' has a wrong offset!"); \ +static_assert(offsetof(FClothingSimulationInstance, ClothingSimulationFactory) == 0x000018, "Member 'FClothingSimulationInstance::ClothingSimulationFactory' 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_UClothingAssetBase \ +static_assert(alignof(UClothingAssetBase) == 0x000008, "Wrong alignment on UClothingAssetBase"); \ +static_assert(sizeof(UClothingAssetBase) == 0x000038, "Wrong size on UClothingAssetBase"); \ +static_assert(offsetof(UClothingAssetBase, AssetGuid) == 0x000028, "Member 'UClothingAssetBase::AssetGuid' has a wrong offset!"); \ + +#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) == 0x000010, "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) == 0x000008, "Member 'ClothingSimulationInteractor_GetClothingInteractor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumCloths \ +static_assert(alignof(ClothingSimulationInteractor_GetNumCloths) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumCloths"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumCloths) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumCloths"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumCloths, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumCloths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumDynamicParticles \ +static_assert(alignof(ClothingSimulationInteractor_GetNumDynamicParticles) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumDynamicParticles"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumDynamicParticles) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumDynamicParticles"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumDynamicParticles, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumDynamicParticles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumIterations \ +static_assert(alignof(ClothingSimulationInteractor_GetNumIterations) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumIterations"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumIterations) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumIterations"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumIterations, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumIterations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumKinematicParticles \ +static_assert(alignof(ClothingSimulationInteractor_GetNumKinematicParticles) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumKinematicParticles"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumKinematicParticles) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumKinematicParticles"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumKinematicParticles, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumKinematicParticles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumSubsteps \ +static_assert(alignof(ClothingSimulationInteractor_GetNumSubsteps) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumSubsteps"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetNumSubsteps) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumSubsteps"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetNumSubsteps, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumSubsteps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetSimulationTime \ +static_assert(alignof(ClothingSimulationInteractor_GetSimulationTime) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetSimulationTime"); \ +static_assert(sizeof(ClothingSimulationInteractor_GetSimulationTime) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetSimulationTime"); \ +static_assert(offsetof(ClothingSimulationInteractor_GetSimulationTime, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetSimulationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothingSimulationInteractor \ +static_assert(alignof(UClothingSimulationInteractor) == 0x000008, "Wrong alignment on UClothingSimulationInteractor"); \ +static_assert(sizeof(UClothingSimulationInteractor) == 0x000090, "Wrong size on UClothingSimulationInteractor"); \ +static_assert(offsetof(UClothingSimulationInteractor, ClothingInteractors) == 0x000028, "Member 'UClothingSimulationInteractor::ClothingInteractors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothPhysicalMeshDataBase_Legacy \ +static_assert(alignof(UClothPhysicalMeshDataBase_Legacy) == 0x000008, "Wrong alignment on UClothPhysicalMeshDataBase_Legacy"); \ +static_assert(sizeof(UClothPhysicalMeshDataBase_Legacy) == 0x0000E0, "Wrong size on UClothPhysicalMeshDataBase_Legacy"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Vertices) == 0x000028, "Member 'UClothPhysicalMeshDataBase_Legacy::Vertices' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Normals) == 0x000038, "Member 'UClothPhysicalMeshDataBase_Legacy::Normals' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, Indices) == 0x000048, "Member 'UClothPhysicalMeshDataBase_Legacy::Indices' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, InverseMasses) == 0x000058, "Member 'UClothPhysicalMeshDataBase_Legacy::InverseMasses' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, BoneData) == 0x000068, "Member 'UClothPhysicalMeshDataBase_Legacy::BoneData' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, NumFixedVerts) == 0x000078, "Member 'UClothPhysicalMeshDataBase_Legacy::NumFixedVerts' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, MaxBoneWeights) == 0x00007C, "Member 'UClothPhysicalMeshDataBase_Legacy::MaxBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataBase_Legacy, SelfCollisionIndices) == 0x000080, "Member 'UClothPhysicalMeshDataBase_Legacy::SelfCollisionIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleReadyToDrive_C_Received_NotifyBegin \ +static_assert(alignof(VehicleReadyToDrive_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on VehicleReadyToDrive_C_Received_NotifyBegin"); \ +static_assert(sizeof(VehicleReadyToDrive_C_Received_NotifyBegin) == 0x000090, "Wrong size on VehicleReadyToDrive_C_Received_NotifyBegin"); \ +static_assert(offsetof(VehicleReadyToDrive_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'VehicleReadyToDrive_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(VehicleReadyToDrive_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'VehicleReadyToDrive_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(VehicleReadyToDrive_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'VehicleReadyToDrive_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(VehicleReadyToDrive_C_Received_NotifyBegin, EventReference) == 0x000018, "Member 'VehicleReadyToDrive_C_Received_NotifyBegin::EventReference' has a wrong offset!"); \ +static_assert(offsetof(VehicleReadyToDrive_C_Received_NotifyBegin, ReturnValue) == 0x000068, "Member 'VehicleReadyToDrive_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VehicleReadyToDrive_C_Received_NotifyBegin, CallFunc_GetAnimInstance_ReturnValue) == 0x000070, "Member 'VehicleReadyToDrive_C_Received_NotifyBegin::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VehicleReadyToDrive_C_Received_NotifyBegin, CallFunc_GetLinkedAnimGraphInstanceByTag_ReturnValue) == 0x000078, "Member 'VehicleReadyToDrive_C_Received_NotifyBegin::CallFunc_GetLinkedAnimGraphInstanceByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VehicleReadyToDrive_C_Received_NotifyBegin, K2Node_DynamicCast_AsABP_in_Vehicle_Graph) == 0x000080, "Member 'VehicleReadyToDrive_C_Received_NotifyBegin::K2Node_DynamicCast_AsABP_in_Vehicle_Graph' has a wrong offset!"); \ +static_assert(offsetof(VehicleReadyToDrive_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'VehicleReadyToDrive_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleReadyToDrive_C \ +static_assert(alignof(UVehicleReadyToDrive_C) == 0x000008, "Wrong alignment on UVehicleReadyToDrive_C"); \ +static_assert(sizeof(UVehicleReadyToDrive_C) == 0x000030, "Wrong size on UVehicleReadyToDrive_C"); \ + +#define DUMPER7_ASSERTS_FImageWriteOptions \ +static_assert(alignof(FImageWriteOptions) == 0x000010, "Wrong alignment on FImageWriteOptions"); \ +static_assert(sizeof(FImageWriteOptions) == 0x000050, "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) == 0x000070, "Wrong size on ImageWriteBlueprintLibrary_ExportToDisk"); \ +static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Texture) == 0x000000, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Texture' has a wrong offset!"); \ +static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Filename) == 0x000008, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Filename' has a wrong offset!"); \ +static_assert(offsetof(ImageWriteBlueprintLibrary_ExportToDisk, Options) == 0x000020, "Member 'ImageWriteBlueprintLibrary_ExportToDisk::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImageWriteBlueprintLibrary \ +static_assert(alignof(UImageWriteBlueprintLibrary) == 0x000008, "Wrong alignment on UImageWriteBlueprintLibrary"); \ +static_assert(sizeof(UImageWriteBlueprintLibrary) == 0x000028, "Wrong size on UImageWriteBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_FMaterialQualityOverrides \ +static_assert(alignof(FMaterialQualityOverrides) == 0x000001, "Wrong alignment on FMaterialQualityOverrides"); \ +static_assert(sizeof(FMaterialQualityOverrides) == 0x000008, "Wrong size on FMaterialQualityOverrides"); \ +static_assert(offsetof(FMaterialQualityOverrides, bDiscardQualityDuringCook) == 0x000000, "Member 'FMaterialQualityOverrides::bDiscardQualityDuringCook' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bEnableOverride) == 0x000001, "Member 'FMaterialQualityOverrides::bEnableOverride' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceFullyRough) == 0x000002, "Member 'FMaterialQualityOverrides::bForceFullyRough' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceNonMetal) == 0x000003, "Member 'FMaterialQualityOverrides::bForceNonMetal' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceDisableLMDirectionality) == 0x000004, "Member 'FMaterialQualityOverrides::bForceDisableLMDirectionality' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceDisablePreintegratedGF) == 0x000005, "Member 'FMaterialQualityOverrides::bForceDisablePreintegratedGF' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bDisableMaterialNormalCalculation) == 0x000006, "Member 'FMaterialQualityOverrides::bDisableMaterialNormalCalculation' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, MobileShadowQuality) == 0x000007, "Member 'FMaterialQualityOverrides::MobileShadowQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShaderPlatformQualitySettings \ +static_assert(alignof(UShaderPlatformQualitySettings) == 0x000008, "Wrong alignment on UShaderPlatformQualitySettings"); \ +static_assert(sizeof(UShaderPlatformQualitySettings) == 0x000058, "Wrong size on UShaderPlatformQualitySettings"); \ +static_assert(offsetof(UShaderPlatformQualitySettings, QualityOverrides) == 0x000028, "Member 'UShaderPlatformQualitySettings::QualityOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialShaderQualitySettings \ +static_assert(alignof(UMaterialShaderQualitySettings) == 0x000008, "Wrong alignment on UMaterialShaderQualitySettings"); \ +static_assert(sizeof(UMaterialShaderQualitySettings) == 0x000078, "Wrong size on UMaterialShaderQualitySettings"); \ +static_assert(offsetof(UMaterialShaderQualitySettings, ForwardSettingMap) == 0x000028, "Member 'UMaterialShaderQualitySettings::ForwardSettingMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore \ +static_assert(alignof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore) == 0x000008, "Wrong alignment on BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore"); \ +static_assert(sizeof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore) == 0x000080, "Wrong size on BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, AcquiringActor) == 0x000000, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::AcquiringActor' has a wrong offset!"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, TargetActor) == 0x000008, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, MetaData) == 0x000010, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::MetaData' has a wrong offset!"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, ReturnValue) == 0x000018, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000038, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000050, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000058, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000060, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000068, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, CallFunc_FClamp_ReturnValue) == 0x000070, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x000078, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore, K2Node_FunctionResult_ReturnValue_ImplicitCast_1) == 0x00007C, "Member 'BT_BehaviorTokenScoreCalculator_EquipWeapon_C_CalculateScore::K2Node_FunctionResult_ReturnValue_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBT_BehaviorTokenScoreCalculator_EquipWeapon_C \ +static_assert(alignof(UBT_BehaviorTokenScoreCalculator_EquipWeapon_C) == 0x000008, "Wrong alignment on UBT_BehaviorTokenScoreCalculator_EquipWeapon_C"); \ +static_assert(sizeof(UBT_BehaviorTokenScoreCalculator_EquipWeapon_C) == 0x000030, "Wrong size on UBT_BehaviorTokenScoreCalculator_EquipWeapon_C"); \ +static_assert(offsetof(UBT_BehaviorTokenScoreCalculator_EquipWeapon_C, WantedDistance) == 0x000028, "Member 'UBT_BehaviorTokenScoreCalculator_EquipWeapon_C::WantedDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEyeTrackerGazeData \ +static_assert(alignof(FEyeTrackerGazeData) == 0x000008, "Wrong alignment on FEyeTrackerGazeData"); \ +static_assert(sizeof(FEyeTrackerGazeData) == 0x000058, "Wrong size on FEyeTrackerGazeData"); \ +static_assert(offsetof(FEyeTrackerGazeData, GazeOrigin) == 0x000000, "Member 'FEyeTrackerGazeData::GazeOrigin' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, GazeDirection) == 0x000018, "Member 'FEyeTrackerGazeData::GazeDirection' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, FixationPoint) == 0x000030, "Member 'FEyeTrackerGazeData::FixationPoint' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, ConfidenceValue) == 0x000048, "Member 'FEyeTrackerGazeData::ConfidenceValue' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, bIsLeftEyeBlink) == 0x00004C, "Member 'FEyeTrackerGazeData::bIsLeftEyeBlink' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, bIsRightEyeBlink) == 0x00004D, "Member 'FEyeTrackerGazeData::bIsRightEyeBlink' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, LeftPupilDiameter) == 0x000050, "Member 'FEyeTrackerGazeData::LeftPupilDiameter' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerGazeData, RightPupilDiameter) == 0x000054, "Member 'FEyeTrackerGazeData::RightPupilDiameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEyeTrackerStereoGazeData \ +static_assert(alignof(FEyeTrackerStereoGazeData) == 0x000008, "Wrong alignment on FEyeTrackerStereoGazeData"); \ +static_assert(sizeof(FEyeTrackerStereoGazeData) == 0x000080, "Wrong size on FEyeTrackerStereoGazeData"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, LeftEyeOrigin) == 0x000000, "Member 'FEyeTrackerStereoGazeData::LeftEyeOrigin' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, LeftEyeDirection) == 0x000018, "Member 'FEyeTrackerStereoGazeData::LeftEyeDirection' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, RightEyeOrigin) == 0x000030, "Member 'FEyeTrackerStereoGazeData::RightEyeOrigin' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, RightEyeDirection) == 0x000048, "Member 'FEyeTrackerStereoGazeData::RightEyeDirection' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, FixationPoint) == 0x000060, "Member 'FEyeTrackerStereoGazeData::FixationPoint' has a wrong offset!"); \ +static_assert(offsetof(FEyeTrackerStereoGazeData, ConfidenceValue) == 0x000078, "Member 'FEyeTrackerStereoGazeData::ConfidenceValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_GetGazeData \ +static_assert(alignof(EyeTrackerFunctionLibrary_GetGazeData) == 0x000008, "Wrong alignment on EyeTrackerFunctionLibrary_GetGazeData"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_GetGazeData) == 0x000060, "Wrong size on EyeTrackerFunctionLibrary_GetGazeData"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_GetGazeData, OutGazeData) == 0x000000, "Member 'EyeTrackerFunctionLibrary_GetGazeData::OutGazeData' has a wrong offset!"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_GetGazeData, ReturnValue) == 0x000058, "Member 'EyeTrackerFunctionLibrary_GetGazeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_GetStereoGazeData \ +static_assert(alignof(EyeTrackerFunctionLibrary_GetStereoGazeData) == 0x000008, "Wrong alignment on EyeTrackerFunctionLibrary_GetStereoGazeData"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_GetStereoGazeData) == 0x000088, "Wrong size on EyeTrackerFunctionLibrary_GetStereoGazeData"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_GetStereoGazeData, OutGazeData) == 0x000000, "Member 'EyeTrackerFunctionLibrary_GetStereoGazeData::OutGazeData' has a wrong offset!"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_GetStereoGazeData, ReturnValue) == 0x000080, "Member 'EyeTrackerFunctionLibrary_GetStereoGazeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_IsEyeTrackerConnected \ +static_assert(alignof(EyeTrackerFunctionLibrary_IsEyeTrackerConnected) == 0x000001, "Wrong alignment on EyeTrackerFunctionLibrary_IsEyeTrackerConnected"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_IsEyeTrackerConnected) == 0x000001, "Wrong size on EyeTrackerFunctionLibrary_IsEyeTrackerConnected"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_IsEyeTrackerConnected, ReturnValue) == 0x000000, "Member 'EyeTrackerFunctionLibrary_IsEyeTrackerConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable \ +static_assert(alignof(EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable) == 0x000001, "Wrong alignment on EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable) == 0x000001, "Wrong size on EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable, ReturnValue) == 0x000000, "Member 'EyeTrackerFunctionLibrary_IsStereoGazeDataAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EyeTrackerFunctionLibrary_SetEyeTrackedPlayer \ +static_assert(alignof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer) == 0x000008, "Wrong alignment on EyeTrackerFunctionLibrary_SetEyeTrackedPlayer"); \ +static_assert(sizeof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer) == 0x000008, "Wrong size on EyeTrackerFunctionLibrary_SetEyeTrackedPlayer"); \ +static_assert(offsetof(EyeTrackerFunctionLibrary_SetEyeTrackedPlayer, PlayerController) == 0x000000, "Member 'EyeTrackerFunctionLibrary_SetEyeTrackedPlayer::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEyeTrackerFunctionLibrary \ +static_assert(alignof(UEyeTrackerFunctionLibrary) == 0x000008, "Wrong alignment on UEyeTrackerFunctionLibrary"); \ +static_assert(sizeof(UEyeTrackerFunctionLibrary) == 0x000028, "Wrong size on UEyeTrackerFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UPhysicalMaterialDebugSubsystem \ +static_assert(alignof(UPhysicalMaterialDebugSubsystem) == 0x000008, "Wrong alignment on UPhysicalMaterialDebugSubsystem"); \ +static_assert(sizeof(UPhysicalMaterialDebugSubsystem) == 0x000030, "Wrong size on UPhysicalMaterialDebugSubsystem"); \ + +#define DUMPER7_ASSERTS_USparseVolumeTextureViewerComponent \ +static_assert(alignof(USparseVolumeTextureViewerComponent) == 0x000010, "Wrong alignment on USparseVolumeTextureViewerComponent"); \ +static_assert(sizeof(USparseVolumeTextureViewerComponent) == 0x000570, "Wrong size on USparseVolumeTextureViewerComponent"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, SparseVolumeTexturePreview) == 0x000530, "Member 'USparseVolumeTextureViewerComponent::SparseVolumeTexturePreview' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, Frame) == 0x000538, "Member 'USparseVolumeTextureViewerComponent::Frame' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, FrameRate) == 0x00053C, "Member 'USparseVolumeTextureViewerComponent::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, VoxelSize) == 0x000544, "Member 'USparseVolumeTextureViewerComponent::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, PreviewAttribute) == 0x000548, "Member 'USparseVolumeTextureViewerComponent::PreviewAttribute' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, MipLevel) == 0x00054C, "Member 'USparseVolumeTextureViewerComponent::MipLevel' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, Extinction) == 0x000550, "Member 'USparseVolumeTextureViewerComponent::Extinction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASparseVolumeTextureViewer \ +static_assert(alignof(ASparseVolumeTextureViewer) == 0x000008, "Wrong alignment on ASparseVolumeTextureViewer"); \ +static_assert(sizeof(ASparseVolumeTextureViewer) == 0x0002B8, "Wrong size on ASparseVolumeTextureViewer"); \ +static_assert(offsetof(ASparseVolumeTextureViewer, SparseVolumeTextureViewerComponent) == 0x0002B0, "Member 'ASparseVolumeTextureViewer::SparseVolumeTextureViewerComponent' 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_FXRMotionControllerState \ +static_assert(alignof(FXRMotionControllerState) == 0x000010, "Wrong alignment on FXRMotionControllerState"); \ +static_assert(sizeof(FXRMotionControllerState) == 0x0000A0, "Wrong size on FXRMotionControllerState"); \ +static_assert(offsetof(FXRMotionControllerState, bValid) == 0x000000, "Member 'FXRMotionControllerState::bValid' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerState, DeviceName) == 0x000004, "Member 'FXRMotionControllerState::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerState, ApplicationInstanceID) == 0x00000C, "Member 'FXRMotionControllerState::ApplicationInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerState, XRSpaceType) == 0x00001C, "Member 'FXRMotionControllerState::XRSpaceType' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerState, Hand) == 0x00001D, "Member 'FXRMotionControllerState::Hand' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerState, TrackingStatus) == 0x00001E, "Member 'FXRMotionControllerState::TrackingStatus' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerState, XRControllerPoseType) == 0x00001F, "Member 'FXRMotionControllerState::XRControllerPoseType' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerState, ControllerLocation) == 0x000020, "Member 'FXRMotionControllerState::ControllerLocation' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerState, ControllerRotation) == 0x000040, "Member 'FXRMotionControllerState::ControllerRotation' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerState, GripUnrealSpaceLocation) == 0x000060, "Member 'FXRMotionControllerState::GripUnrealSpaceLocation' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerState, GripUnrealSpaceRotation) == 0x000080, "Member 'FXRMotionControllerState::GripUnrealSpaceRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXRHandTrackingState \ +static_assert(alignof(FXRHandTrackingState) == 0x000008, "Wrong alignment on FXRHandTrackingState"); \ +static_assert(sizeof(FXRHandTrackingState) == 0x000050, "Wrong size on FXRHandTrackingState"); \ +static_assert(offsetof(FXRHandTrackingState, bValid) == 0x000000, "Member 'FXRHandTrackingState::bValid' has a wrong offset!"); \ +static_assert(offsetof(FXRHandTrackingState, DeviceName) == 0x000004, "Member 'FXRHandTrackingState::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FXRHandTrackingState, ApplicationInstanceID) == 0x00000C, "Member 'FXRHandTrackingState::ApplicationInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FXRHandTrackingState, XRSpaceType) == 0x00001C, "Member 'FXRHandTrackingState::XRSpaceType' has a wrong offset!"); \ +static_assert(offsetof(FXRHandTrackingState, Hand) == 0x00001D, "Member 'FXRHandTrackingState::Hand' has a wrong offset!"); \ +static_assert(offsetof(FXRHandTrackingState, TrackingStatus) == 0x00001E, "Member 'FXRHandTrackingState::TrackingStatus' has a wrong offset!"); \ +static_assert(offsetof(FXRHandTrackingState, HandKeyLocations) == 0x000020, "Member 'FXRHandTrackingState::HandKeyLocations' has a wrong offset!"); \ +static_assert(offsetof(FXRHandTrackingState, HandKeyRotations) == 0x000030, "Member 'FXRHandTrackingState::HandKeyRotations' has a wrong offset!"); \ +static_assert(offsetof(FXRHandTrackingState, HandKeyRadii) == 0x000040, "Member 'FXRHandTrackingState::HandKeyRadii' 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_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_SetTrackingMotionSource \ +static_assert(alignof(MotionControllerComponent_SetTrackingMotionSource) == 0x000004, "Wrong alignment on MotionControllerComponent_SetTrackingMotionSource"); \ +static_assert(sizeof(MotionControllerComponent_SetTrackingMotionSource) == 0x000008, "Wrong size on MotionControllerComponent_SetTrackingMotionSource"); \ +static_assert(offsetof(MotionControllerComponent_SetTrackingMotionSource, NewSource) == 0x000000, "Member 'MotionControllerComponent_SetTrackingMotionSource::NewSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_SetTrackingSource \ +static_assert(alignof(MotionControllerComponent_SetTrackingSource) == 0x000001, "Wrong alignment on MotionControllerComponent_SetTrackingSource"); \ +static_assert(sizeof(MotionControllerComponent_SetTrackingSource) == 0x000001, "Wrong size on MotionControllerComponent_SetTrackingSource"); \ +static_assert(offsetof(MotionControllerComponent_SetTrackingSource, NewSource) == 0x000000, "Member 'MotionControllerComponent_SetTrackingSource::NewSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_GetAngularVelocity \ +static_assert(alignof(MotionControllerComponent_GetAngularVelocity) == 0x000008, "Wrong alignment on MotionControllerComponent_GetAngularVelocity"); \ +static_assert(sizeof(MotionControllerComponent_GetAngularVelocity) == 0x000020, "Wrong size on MotionControllerComponent_GetAngularVelocity"); \ +static_assert(offsetof(MotionControllerComponent_GetAngularVelocity, OutAngularVelocity) == 0x000000, "Member 'MotionControllerComponent_GetAngularVelocity::OutAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(MotionControllerComponent_GetAngularVelocity, ReturnValue) == 0x000018, "Member 'MotionControllerComponent_GetAngularVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_GetLinearAcceleration \ +static_assert(alignof(MotionControllerComponent_GetLinearAcceleration) == 0x000008, "Wrong alignment on MotionControllerComponent_GetLinearAcceleration"); \ +static_assert(sizeof(MotionControllerComponent_GetLinearAcceleration) == 0x000020, "Wrong size on MotionControllerComponent_GetLinearAcceleration"); \ +static_assert(offsetof(MotionControllerComponent_GetLinearAcceleration, OutLinearAcceleration) == 0x000000, "Member 'MotionControllerComponent_GetLinearAcceleration::OutLinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(MotionControllerComponent_GetLinearAcceleration, ReturnValue) == 0x000018, "Member 'MotionControllerComponent_GetLinearAcceleration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_GetLinearVelocity \ +static_assert(alignof(MotionControllerComponent_GetLinearVelocity) == 0x000008, "Wrong alignment on MotionControllerComponent_GetLinearVelocity"); \ +static_assert(sizeof(MotionControllerComponent_GetLinearVelocity) == 0x000020, "Wrong size on MotionControllerComponent_GetLinearVelocity"); \ +static_assert(offsetof(MotionControllerComponent_GetLinearVelocity, OutLinearVelocity) == 0x000000, "Member 'MotionControllerComponent_GetLinearVelocity::OutLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(MotionControllerComponent_GetLinearVelocity, ReturnValue) == 0x000018, "Member 'MotionControllerComponent_GetLinearVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_GetTrackingSource \ +static_assert(alignof(MotionControllerComponent_GetTrackingSource) == 0x000001, "Wrong alignment on MotionControllerComponent_GetTrackingSource"); \ +static_assert(sizeof(MotionControllerComponent_GetTrackingSource) == 0x000001, "Wrong size on MotionControllerComponent_GetTrackingSource"); \ +static_assert(offsetof(MotionControllerComponent_GetTrackingSource, ReturnValue) == 0x000000, "Member 'MotionControllerComponent_GetTrackingSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_IsTracked \ +static_assert(alignof(MotionControllerComponent_IsTracked) == 0x000001, "Wrong alignment on MotionControllerComponent_IsTracked"); \ +static_assert(sizeof(MotionControllerComponent_IsTracked) == 0x000001, "Wrong size on MotionControllerComponent_IsTracked"); \ +static_assert(offsetof(MotionControllerComponent_IsTracked, ReturnValue) == 0x000000, "Member 'MotionControllerComponent_IsTracked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionControllerComponent \ +static_assert(alignof(UMotionControllerComponent) == 0x000010, "Wrong alignment on UMotionControllerComponent"); \ +static_assert(sizeof(UMotionControllerComponent) == 0x000670, "Wrong size on UMotionControllerComponent"); \ +static_assert(offsetof(UMotionControllerComponent, PlayerIndex) == 0x000530, "Member 'UMotionControllerComponent::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, MotionSource) == 0x000534, "Member 'UMotionControllerComponent::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, CurrentTrackingStatus) == 0x000540, "Member 'UMotionControllerComponent::CurrentTrackingStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFoliageTypeObject \ +static_assert(alignof(FFoliageTypeObject) == 0x000008, "Wrong alignment on FFoliageTypeObject"); \ +static_assert(sizeof(FFoliageTypeObject) == 0x000020, "Wrong size on FFoliageTypeObject"); \ +static_assert(offsetof(FFoliageTypeObject, FoliageTypeObject) == 0x000000, "Member 'FFoliageTypeObject::FoliageTypeObject' has a wrong offset!"); \ +static_assert(offsetof(FFoliageTypeObject, TypeInstance) == 0x000008, "Member 'FFoliageTypeObject::TypeInstance' has a wrong offset!"); \ +static_assert(offsetof(FFoliageTypeObject, bIsAsset) == 0x000010, "Member 'FFoliageTypeObject::bIsAsset' has a wrong offset!"); \ +static_assert(offsetof(FFoliageTypeObject, Type) == 0x000018, "Member 'FFoliageTypeObject::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFoliageVertexColorChannelMask \ +static_assert(alignof(FFoliageVertexColorChannelMask) == 0x000004, "Wrong alignment on FFoliageVertexColorChannelMask"); \ +static_assert(sizeof(FFoliageVertexColorChannelMask) == 0x00000C, "Wrong size on FFoliageVertexColorChannelMask"); \ +static_assert(offsetof(FFoliageVertexColorChannelMask, MaskThreshold) == 0x000004, "Member 'FFoliageVertexColorChannelMask::MaskThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProceduralFoliageInstance \ +static_assert(alignof(FProceduralFoliageInstance) == 0x000010, "Wrong alignment on FProceduralFoliageInstance"); \ +static_assert(sizeof(FProceduralFoliageInstance) == 0x000080, "Wrong size on FProceduralFoliageInstance"); \ +static_assert(offsetof(FProceduralFoliageInstance, Rotation) == 0x000000, "Member 'FProceduralFoliageInstance::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Location) == 0x000020, "Member 'FProceduralFoliageInstance::Location' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Age) == 0x000038, "Member 'FProceduralFoliageInstance::Age' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Normal) == 0x000040, "Member 'FProceduralFoliageInstance::Normal' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Scale) == 0x000058, "Member 'FProceduralFoliageInstance::Scale' has a wrong offset!"); \ +static_assert(offsetof(FProceduralFoliageInstance, Type) == 0x000060, "Member 'FProceduralFoliageInstance::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFoliageDensityFalloff \ +static_assert(alignof(FFoliageDensityFalloff) == 0x000008, "Wrong alignment on FFoliageDensityFalloff"); \ +static_assert(sizeof(FFoliageDensityFalloff) == 0x000090, "Wrong size on FFoliageDensityFalloff"); \ +static_assert(offsetof(FFoliageDensityFalloff, bUseFalloffCurve) == 0x000000, "Member 'FFoliageDensityFalloff::bUseFalloffCurve' has a wrong offset!"); \ +static_assert(offsetof(FFoliageDensityFalloff, FalloffCurve) == 0x000008, "Member 'FFoliageDensityFalloff::FalloffCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FoliageStatistics_FoliageOverlappingBoxCount \ +static_assert(alignof(FoliageStatistics_FoliageOverlappingBoxCount) == 0x000008, "Wrong alignment on FoliageStatistics_FoliageOverlappingBoxCount"); \ +static_assert(sizeof(FoliageStatistics_FoliageOverlappingBoxCount) == 0x000050, "Wrong size on FoliageStatistics_FoliageOverlappingBoxCount"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, WorldContextObject) == 0x000000, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, StaticMesh) == 0x000008, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, Box) == 0x000010, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::Box' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxCount, ReturnValue) == 0x000048, "Member 'FoliageStatistics_FoliageOverlappingBoxCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FoliageStatistics_FoliageOverlappingBoxTransforms \ +static_assert(alignof(FoliageStatistics_FoliageOverlappingBoxTransforms) == 0x000008, "Wrong alignment on FoliageStatistics_FoliageOverlappingBoxTransforms"); \ +static_assert(sizeof(FoliageStatistics_FoliageOverlappingBoxTransforms) == 0x000058, "Wrong size on FoliageStatistics_FoliageOverlappingBoxTransforms"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxTransforms, WorldContextObject) == 0x000000, "Member 'FoliageStatistics_FoliageOverlappingBoxTransforms::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxTransforms, StaticMesh) == 0x000008, "Member 'FoliageStatistics_FoliageOverlappingBoxTransforms::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxTransforms, Box) == 0x000010, "Member 'FoliageStatistics_FoliageOverlappingBoxTransforms::Box' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingBoxTransforms, OutTransforms) == 0x000048, "Member 'FoliageStatistics_FoliageOverlappingBoxTransforms::OutTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FoliageStatistics_FoliageOverlappingSphereCount \ +static_assert(alignof(FoliageStatistics_FoliageOverlappingSphereCount) == 0x000008, "Wrong alignment on FoliageStatistics_FoliageOverlappingSphereCount"); \ +static_assert(sizeof(FoliageStatistics_FoliageOverlappingSphereCount) == 0x000030, "Wrong size on FoliageStatistics_FoliageOverlappingSphereCount"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, WorldContextObject) == 0x000000, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, StaticMesh) == 0x000008, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, CenterPosition) == 0x000010, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::CenterPosition' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, Radius) == 0x000028, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::Radius' has a wrong offset!"); \ +static_assert(offsetof(FoliageStatistics_FoliageOverlappingSphereCount, ReturnValue) == 0x00002C, "Member 'FoliageStatistics_FoliageOverlappingSphereCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFoliageStatistics \ +static_assert(alignof(UFoliageStatistics) == 0x000008, "Wrong alignment on UFoliageStatistics"); \ +static_assert(sizeof(UFoliageStatistics) == 0x000028, "Wrong size on UFoliageStatistics"); \ + +#define DUMPER7_ASSERTS_UFoliageInstancedStaticMeshComponent \ +static_assert(alignof(UFoliageInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UFoliageInstancedStaticMeshComponent"); \ +static_assert(sizeof(UFoliageInstancedStaticMeshComponent) == 0x000BB0, "Wrong size on UFoliageInstancedStaticMeshComponent"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakePointDamage) == 0x000B70, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakePointDamage' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakeRadialDamage) == 0x000B80, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakeRadialDamage' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, bEnableDiscardOnLoad) == 0x000B90, "Member 'UFoliageInstancedStaticMeshComponent::bEnableDiscardOnLoad' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, GenerationGuid) == 0x000B94, "Member 'UFoliageInstancedStaticMeshComponent::GenerationGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGrassInstancedStaticMeshComponent \ +static_assert(alignof(UGrassInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UGrassInstancedStaticMeshComponent"); \ +static_assert(sizeof(UGrassInstancedStaticMeshComponent) == 0x000B70, "Wrong size on UGrassInstancedStaticMeshComponent"); \ + +#define DUMPER7_ASSERTS_UFoliageType \ +static_assert(alignof(UFoliageType) == 0x000008, "Wrong alignment on UFoliageType"); \ +static_assert(sizeof(UFoliageType) == 0x0004B0, "Wrong size on UFoliageType"); \ +static_assert(offsetof(UFoliageType, UpdateGuid) == 0x000028, "Member 'UFoliageType::UpdateGuid' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Density) == 0x000038, "Member 'UFoliageType::Density' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DensityAdjustmentFactor) == 0x00003C, "Member 'UFoliageType::DensityAdjustmentFactor' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Radius) == 0x000040, "Member 'UFoliageType::Radius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bSingleInstanceModeOverrideRadius) == 0x000044, "Member 'UFoliageType::bSingleInstanceModeOverrideRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SingleInstanceModeRadius) == 0x000048, "Member 'UFoliageType::SingleInstanceModeRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Scaling) == 0x00004C, "Member 'UFoliageType::Scaling' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleX) == 0x000050, "Member 'UFoliageType::ScaleX' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleY) == 0x000058, "Member 'UFoliageType::ScaleY' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleZ) == 0x000060, "Member 'UFoliageType::ScaleZ' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VertexColorMaskByChannel) == 0x000068, "Member 'UFoliageType::VertexColorMaskByChannel' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VertexColorMask) == 0x000098, "Member 'UFoliageType::VertexColorMask' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VertexColorMaskThreshold) == 0x00009C, "Member 'UFoliageType::VertexColorMaskThreshold' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ZOffset) == 0x0000A4, "Member 'UFoliageType::ZOffset' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AlignMaxAngle) == 0x0000B0, "Member 'UFoliageType::AlignMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, RandomPitchAngle) == 0x0000B8, "Member 'UFoliageType::RandomPitchAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, GroundSlopeAngle) == 0x0000BC, "Member 'UFoliageType::GroundSlopeAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Height) == 0x0000C4, "Member 'UFoliageType::Height' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LandscapeLayers) == 0x0000D0, "Member 'UFoliageType::LandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MinimumLayerWeight) == 0x0000E0, "Member 'UFoliageType::MinimumLayerWeight' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ExclusionLandscapeLayers) == 0x0000E8, "Member 'UFoliageType::ExclusionLandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MinimumExclusionLayerWeight) == 0x0000F8, "Member 'UFoliageType::MinimumExclusionLayerWeight' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LandscapeLayer) == 0x0000FC, "Member 'UFoliageType::LandscapeLayer' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CollisionScale) == 0x000108, "Member 'UFoliageType::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AverageNormalSampleCount) == 0x000120, "Member 'UFoliageType::AverageNormalSampleCount' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MeshBounds) == 0x000128, "Member 'UFoliageType::MeshBounds' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LowBoundOriginRadius) == 0x000160, "Member 'UFoliageType::LowBoundOriginRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Mobility) == 0x000178, "Member 'UFoliageType::Mobility' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CullDistance) == 0x00017C, "Member 'UFoliageType::CullDistance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ShadowCacheInvalidationBehavior) == 0x000190, "Member 'UFoliageType::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, OverriddenLightMapRes) == 0x000194, "Member 'UFoliageType::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LightmapType) == 0x000198, "Member 'UFoliageType::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, WorldPositionOffsetDisableDistance) == 0x0001A4, "Member 'UFoliageType::WorldPositionOffsetDisableDistance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, BodyInstance) == 0x0001A8, "Member 'UFoliageType::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomNavigableGeometry) == 0x000328, "Member 'UFoliageType::CustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LightingChannels) == 0x000329, "Member 'UFoliageType::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomDepthStencilWriteMask) == 0x000330, "Member 'UFoliageType::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomDepthStencilValue) == 0x000334, "Member 'UFoliageType::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, TranslucencySortPriority) == 0x000338, "Member 'UFoliageType::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CollisionRadius) == 0x00033C, "Member 'UFoliageType::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ShadeRadius) == 0x000340, "Member 'UFoliageType::ShadeRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, NumSteps) == 0x000344, "Member 'UFoliageType::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, InitialSeedDensity) == 0x000348, "Member 'UFoliageType::InitialSeedDensity' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AverageSpreadDistance) == 0x00034C, "Member 'UFoliageType::AverageSpreadDistance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SpreadVariance) == 0x000350, "Member 'UFoliageType::SpreadVariance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SeedsPerStep) == 0x000354, "Member 'UFoliageType::SeedsPerStep' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DistributionSeed) == 0x000358, "Member 'UFoliageType::DistributionSeed' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxInitialSeedOffset) == 0x00035C, "Member 'UFoliageType::MaxInitialSeedOffset' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bCanGrowInShade) == 0x000360, "Member 'UFoliageType::bCanGrowInShade' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bSpawnsInShade) == 0x000361, "Member 'UFoliageType::bSpawnsInShade' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxInitialAge) == 0x000364, "Member 'UFoliageType::MaxInitialAge' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxAge) == 0x000368, "Member 'UFoliageType::MaxAge' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, OverlapPriority) == 0x00036C, "Member 'UFoliageType::OverlapPriority' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ProceduralScale) == 0x000370, "Member 'UFoliageType::ProceduralScale' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleCurve) == 0x000378, "Member 'UFoliageType::ScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DensityFalloff) == 0x000400, "Member 'UFoliageType::DensityFalloff' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ChangeCount) == 0x000490, "Member 'UFoliageType::ChangeCount' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, RuntimeVirtualTextures) == 0x000498, "Member 'UFoliageType::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VirtualTextureCullMips) == 0x0004A8, "Member 'UFoliageType::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VirtualTextureRenderPassType) == 0x0004AC, "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) == 0x0004C8, "Wrong size on UFoliageType_Actor"); \ +static_assert(offsetof(UFoliageType_Actor, ActorClass) == 0x0004B0, "Member 'UFoliageType_Actor::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_Actor, bShouldAttachToBaseComponent) == 0x0004B8, "Member 'UFoliageType_Actor::bShouldAttachToBaseComponent' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_Actor, bStaticMeshOnly) == 0x0004B9, "Member 'UFoliageType_Actor::bStaticMeshOnly' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_Actor, StaticMeshOnlyComponentClass) == 0x0004C0, "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) == 0x0004E0, "Wrong size on UFoliageType_InstancedStaticMesh"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, Mesh) == 0x0004B0, "Member 'UFoliageType_InstancedStaticMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, OverrideMaterials) == 0x0004B8, "Member 'UFoliageType_InstancedStaticMesh::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, NaniteOverrideMaterials) == 0x0004C8, "Member 'UFoliageType_InstancedStaticMesh::NaniteOverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, ComponentClass) == 0x0004D8, "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) == 0x000310, "Wrong size on AInstancedFoliageActor"); \ + +#define DUMPER7_ASSERTS_UInteractiveFoliageComponent \ +static_assert(alignof(UInteractiveFoliageComponent) == 0x000010, "Wrong alignment on UInteractiveFoliageComponent"); \ +static_assert(sizeof(UInteractiveFoliageComponent) == 0x000640, "Wrong size on UInteractiveFoliageComponent"); \ + +#define DUMPER7_ASSERTS_InteractiveFoliageActor_CapsuleTouched \ +static_assert(alignof(InteractiveFoliageActor_CapsuleTouched) == 0x000008, "Wrong alignment on InteractiveFoliageActor_CapsuleTouched"); \ +static_assert(sizeof(InteractiveFoliageActor_CapsuleTouched) == 0x000120, "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) == 0x000350, "Wrong size on AInteractiveFoliageActor"); \ +static_assert(offsetof(AInteractiveFoliageActor, CapsuleComponent) == 0x0002C0, "Member 'AInteractiveFoliageActor::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, TouchingActorEntryPosition) == 0x0002C8, "Member 'AInteractiveFoliageActor::TouchingActorEntryPosition' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageVelocity) == 0x0002E0, "Member 'AInteractiveFoliageActor::FoliageVelocity' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageForce) == 0x0002F8, "Member 'AInteractiveFoliageActor::FoliageForce' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliagePosition) == 0x000310, "Member 'AInteractiveFoliageActor::FoliagePosition' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageDamageImpulseScale) == 0x000328, "Member 'AInteractiveFoliageActor::FoliageDamageImpulseScale' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageTouchImpulseScale) == 0x00032C, "Member 'AInteractiveFoliageActor::FoliageTouchImpulseScale' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffness) == 0x000330, "Member 'AInteractiveFoliageActor::FoliageStiffness' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffnessQuadratic) == 0x000334, "Member 'AInteractiveFoliageActor::FoliageStiffnessQuadratic' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageDamping) == 0x000338, "Member 'AInteractiveFoliageActor::FoliageDamping' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxDamageImpulse) == 0x00033C, "Member 'AInteractiveFoliageActor::MaxDamageImpulse' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxTouchImpulse) == 0x000340, "Member 'AInteractiveFoliageActor::MaxTouchImpulse' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxForce) == 0x000344, "Member 'AInteractiveFoliageActor::MaxForce' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, Mass) == 0x000348, "Member 'AInteractiveFoliageActor::Mass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProceduralFoliageBlockingVolume \ +static_assert(alignof(AProceduralFoliageBlockingVolume) == 0x000008, "Wrong alignment on AProceduralFoliageBlockingVolume"); \ +static_assert(sizeof(AProceduralFoliageBlockingVolume) == 0x000380, "Wrong size on AProceduralFoliageBlockingVolume"); \ +static_assert(offsetof(AProceduralFoliageBlockingVolume, ProceduralFoliageVolume) == 0x0002E8, "Member 'AProceduralFoliageBlockingVolume::ProceduralFoliageVolume' has a wrong offset!"); \ +static_assert(offsetof(AProceduralFoliageBlockingVolume, DensityFalloff) == 0x0002F0, "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) == 0x000080, "Wrong size on UProceduralFoliageSpawner"); \ +static_assert(offsetof(UProceduralFoliageSpawner, RandomSeed) == 0x000028, "Member 'UProceduralFoliageSpawner::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, TileSize) == 0x00002C, "Member 'UProceduralFoliageSpawner::TileSize' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, NumUniqueTiles) == 0x000030, "Member 'UProceduralFoliageSpawner::NumUniqueTiles' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, MinimumQuadTreeSize) == 0x000034, "Member 'UProceduralFoliageSpawner::MinimumQuadTreeSize' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, FoliageTypes) == 0x000040, "Member 'UProceduralFoliageSpawner::FoliageTypes' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, bUseOverrideFoliageTerrainMaterials) == 0x000050, "Member 'UProceduralFoliageSpawner::bUseOverrideFoliageTerrainMaterials' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageSpawner, OverrideFoliageTerrainMaterials) == 0x000058, "Member 'UProceduralFoliageSpawner::OverrideFoliageTerrainMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralFoliageTile \ +static_assert(alignof(UProceduralFoliageTile) == 0x000008, "Wrong alignment on UProceduralFoliageTile"); \ +static_assert(sizeof(UProceduralFoliageTile) == 0x000170, "Wrong size on UProceduralFoliageTile"); \ +static_assert(offsetof(UProceduralFoliageTile, FoliageSpawner) == 0x000028, "Member 'UProceduralFoliageTile::FoliageSpawner' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageTile, InstancesArray) == 0x0000D0, "Member 'UProceduralFoliageTile::InstancesArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProceduralFoliageVolume \ +static_assert(alignof(AProceduralFoliageVolume) == 0x000008, "Wrong alignment on AProceduralFoliageVolume"); \ +static_assert(sizeof(AProceduralFoliageVolume) == 0x0002F8, "Wrong size on AProceduralFoliageVolume"); \ +static_assert(offsetof(AProceduralFoliageVolume, ProceduralComponent) == 0x0002F0, "Member 'AProceduralFoliageVolume::ProceduralComponent' has a wrong offset!"); \ + +#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_FLandscapeEditLayerMergeRenderBlackboardItem \ +static_assert(alignof(FLandscapeEditLayerMergeRenderBlackboardItem) == 0x000008, "Wrong alignment on FLandscapeEditLayerMergeRenderBlackboardItem"); \ +static_assert(sizeof(FLandscapeEditLayerMergeRenderBlackboardItem) == 0x000008, "Wrong size on FLandscapeEditLayerMergeRenderBlackboardItem"); \ + +#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_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) == 0x0001B8, "Wrong size on FGrassVariety"); \ +static_assert(offsetof(FGrassVariety, GrassMesh) == 0x000000, "Member 'FGrassVariety::GrassMesh' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, OverrideMaterials) == 0x000008, "Member 'FGrassVariety::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, GrassDensity) == 0x000018, "Member 'FGrassVariety::GrassDensity' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, GrassDensityQuality) == 0x000020, "Member 'FGrassVariety::GrassDensityQuality' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bUseGrid) == 0x000088, "Member 'FGrassVariety::bUseGrid' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, PlacementJitter) == 0x00008C, "Member 'FGrassVariety::PlacementJitter' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, StartCullDistance) == 0x000090, "Member 'FGrassVariety::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, StartCullDistanceQuality) == 0x000098, "Member 'FGrassVariety::StartCullDistanceQuality' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, EndCullDistance) == 0x000100, "Member 'FGrassVariety::EndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, EndCullDistanceQuality) == 0x000108, "Member 'FGrassVariety::EndCullDistanceQuality' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, MinLOD) == 0x000170, "Member 'FGrassVariety::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, AllowedDensityRange) == 0x000174, "Member 'FGrassVariety::AllowedDensityRange' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, Scaling) == 0x00017C, "Member 'FGrassVariety::Scaling' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleX) == 0x000180, "Member 'FGrassVariety::ScaleX' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleY) == 0x000188, "Member 'FGrassVariety::ScaleY' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleZ) == 0x000190, "Member 'FGrassVariety::ScaleZ' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bWeightAttenuatesMaxScale) == 0x000198, "Member 'FGrassVariety::bWeightAttenuatesMaxScale' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, MaxScaleWeightAttenuation) == 0x00019C, "Member 'FGrassVariety::MaxScaleWeightAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, RandomRotation) == 0x0001A0, "Member 'FGrassVariety::RandomRotation' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, AlignToSurface) == 0x0001A1, "Member 'FGrassVariety::AlignToSurface' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bAlignToTriangleNormals) == 0x0001A2, "Member 'FGrassVariety::bAlignToTriangleNormals' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bUseLandscapeLightmap) == 0x0001A3, "Member 'FGrassVariety::bUseLandscapeLightmap' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, LightingChannels) == 0x0001A4, "Member 'FGrassVariety::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bReceivesDecals) == 0x0001A5, "Member 'FGrassVariety::bReceivesDecals' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bAffectDistanceFieldLighting) == 0x0001A6, "Member 'FGrassVariety::bAffectDistanceFieldLighting' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bCastDynamicShadow) == 0x0001A7, "Member 'FGrassVariety::bCastDynamicShadow' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bCastContactShadow) == 0x0001A8, "Member 'FGrassVariety::bCastContactShadow' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bKeepInstanceBufferCPUCopy) == 0x0001A9, "Member 'FGrassVariety::bKeepInstanceBufferCPUCopy' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, InstanceWorldPositionOffsetDisableDistance) == 0x0001AC, "Member 'FGrassVariety::InstanceWorldPositionOffsetDisableDistance' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ShadowCacheInvalidationBehavior) == 0x0001B0, "Member 'FGrassVariety::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeMaterialTextureStreamingInfo \ +static_assert(alignof(FLandscapeMaterialTextureStreamingInfo) == 0x000004, "Wrong alignment on FLandscapeMaterialTextureStreamingInfo"); \ +static_assert(sizeof(FLandscapeMaterialTextureStreamingInfo) == 0x00000C, "Wrong size on FLandscapeMaterialTextureStreamingInfo"); \ +static_assert(offsetof(FLandscapeMaterialTextureStreamingInfo, TextureName) == 0x000000, "Member 'FLandscapeMaterialTextureStreamingInfo::TextureName' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeMaterialTextureStreamingInfo, TexelFactor) == 0x000008, "Member 'FLandscapeMaterialTextureStreamingInfo::TexelFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineConnection \ +static_assert(alignof(FLandscapeSplineConnection) == 0x000008, "Wrong alignment on FLandscapeSplineConnection"); \ +static_assert(sizeof(FLandscapeSplineConnection) == 0x000010, "Wrong size on FLandscapeSplineConnection"); \ +static_assert(offsetof(FLandscapeSplineConnection, Segment) == 0x000000, "Member 'FLandscapeSplineConnection::Segment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FForeignControlPointData \ +static_assert(alignof(FForeignControlPointData) == 0x000001, "Wrong alignment on FForeignControlPointData"); \ +static_assert(sizeof(FForeignControlPointData) == 0x000001, "Wrong size on FForeignControlPointData"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineInterpPoint \ +static_assert(alignof(FLandscapeSplineInterpPoint) == 0x000008, "Wrong alignment on FLandscapeSplineInterpPoint"); \ +static_assert(sizeof(FLandscapeSplineInterpPoint) == 0x0000E0, "Wrong size on FLandscapeSplineInterpPoint"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, Center) == 0x000000, "Member 'FLandscapeSplineInterpPoint::Center' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, Left) == 0x000018, "Member 'FLandscapeSplineInterpPoint::Left' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, Right) == 0x000030, "Member 'FLandscapeSplineInterpPoint::Right' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, FalloffLeft) == 0x000048, "Member 'FLandscapeSplineInterpPoint::FalloffLeft' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, FalloffRight) == 0x000060, "Member 'FLandscapeSplineInterpPoint::FalloffRight' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerLeft) == 0x000078, "Member 'FLandscapeSplineInterpPoint::LayerLeft' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerRight) == 0x000090, "Member 'FLandscapeSplineInterpPoint::LayerRight' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerFalloffLeft) == 0x0000A8, "Member 'FLandscapeSplineInterpPoint::LayerFalloffLeft' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, LayerFalloffRight) == 0x0000C0, "Member 'FLandscapeSplineInterpPoint::LayerFalloffRight' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineInterpPoint, StartEndFalloff) == 0x0000D8, "Member 'FLandscapeSplineInterpPoint::StartEndFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineSegmentConnection \ +static_assert(alignof(FLandscapeSplineSegmentConnection) == 0x000008, "Wrong alignment on FLandscapeSplineSegmentConnection"); \ +static_assert(sizeof(FLandscapeSplineSegmentConnection) == 0x000018, "Wrong size on FLandscapeSplineSegmentConnection"); \ +static_assert(offsetof(FLandscapeSplineSegmentConnection, ControlPoint) == 0x000000, "Member 'FLandscapeSplineSegmentConnection::ControlPoint' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineSegmentConnection, TangentLen) == 0x000008, "Member 'FLandscapeSplineSegmentConnection::TangentLen' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineSegmentConnection, SocketName) == 0x00000C, "Member 'FLandscapeSplineSegmentConnection::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeSplineMeshEntry \ +static_assert(alignof(FLandscapeSplineMeshEntry) == 0x000008, "Wrong alignment on FLandscapeSplineMeshEntry"); \ +static_assert(sizeof(FLandscapeSplineMeshEntry) == 0x000058, "Wrong size on FLandscapeSplineMeshEntry"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, Mesh) == 0x000000, "Member 'FLandscapeSplineMeshEntry::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, MaterialOverrides) == 0x000008, "Member 'FLandscapeSplineMeshEntry::MaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, CenterAdjust) == 0x000020, "Member 'FLandscapeSplineMeshEntry::CenterAdjust' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, Scale) == 0x000038, "Member 'FLandscapeSplineMeshEntry::Scale' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, Orientation) == 0x000050, "Member 'FLandscapeSplineMeshEntry::Orientation' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, ForwardAxis) == 0x000051, "Member 'FLandscapeSplineMeshEntry::ForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeSplineMeshEntry, UpAxis) == 0x000052, "Member 'FLandscapeSplineMeshEntry::UpAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGrassInput \ +static_assert(alignof(FGrassInput) == 0x000008, "Wrong alignment on FGrassInput"); \ +static_assert(sizeof(FGrassInput) == 0x000038, "Wrong size on FGrassInput"); \ +static_assert(offsetof(FGrassInput, Name) == 0x000000, "Member 'FGrassInput::Name' has a wrong offset!"); \ +static_assert(offsetof(FGrassInput, GrassType) == 0x000008, "Member 'FGrassInput::GrassType' has a wrong offset!"); \ +static_assert(offsetof(FGrassInput, Input) == 0x000010, "Member 'FGrassInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeLayerBrush \ +static_assert(alignof(FLandscapeLayerBrush) == 0x000008, "Wrong alignment on FLandscapeLayerBrush"); \ +static_assert(sizeof(FLandscapeLayerBrush) == 0x000008, "Wrong size on FLandscapeLayerBrush"); \ + +#define DUMPER7_ASSERTS_FLandscapeLayer \ +static_assert(alignof(FLandscapeLayer) == 0x000008, "Wrong alignment on FLandscapeLayer"); \ +static_assert(sizeof(FLandscapeLayer) == 0x000098, "Wrong size on FLandscapeLayer"); \ +static_assert(offsetof(FLandscapeLayer, Guid) == 0x000008, "Member 'FLandscapeLayer::Guid' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, Name) == 0x000018, "Member 'FLandscapeLayer::Name' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, bVisible) == 0x000020, "Member 'FLandscapeLayer::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, bLocked) == 0x000021, "Member 'FLandscapeLayer::bLocked' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, HeightmapAlpha) == 0x000024, "Member 'FLandscapeLayer::HeightmapAlpha' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, WeightmapAlpha) == 0x000028, "Member 'FLandscapeLayer::WeightmapAlpha' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, BlendMode) == 0x00002C, "Member 'FLandscapeLayer::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, Brushes) == 0x000030, "Member 'FLandscapeLayer::Brushes' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, WeightmapLayerAllocationBlend) == 0x000040, "Member 'FLandscapeLayer::WeightmapLayerAllocationBlend' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeLayer, EditLayer) == 0x000090, "Member 'FLandscapeLayer::EditLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeBrushParameters \ +static_assert(alignof(FLandscapeBrushParameters) == 0x000010, "Wrong alignment on FLandscapeBrushParameters"); \ +static_assert(sizeof(FLandscapeBrushParameters) == 0x000080, "Wrong size on FLandscapeBrushParameters"); \ +static_assert(offsetof(FLandscapeBrushParameters, RenderAreaWorldTransform) == 0x000000, "Member 'FLandscapeBrushParameters::RenderAreaWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeBrushParameters, RenderAreaSize) == 0x000060, "Member 'FLandscapeBrushParameters::RenderAreaSize' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeBrushParameters, CombinedResult) == 0x000068, "Member 'FLandscapeBrushParameters::CombinedResult' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeBrushParameters, LayerType) == 0x000070, "Member 'FLandscapeBrushParameters::LayerType' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeBrushParameters, WeightmapLayerName) == 0x000074, "Member 'FLandscapeBrushParameters::WeightmapLayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeEditToolRenderData \ +static_assert(alignof(FLandscapeEditToolRenderData) == 0x000008, "Wrong alignment on FLandscapeEditToolRenderData"); \ +static_assert(sizeof(FLandscapeEditToolRenderData) == 0x000038, "Wrong size on FLandscapeEditToolRenderData"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, ToolMaterial) == 0x000000, "Member 'FLandscapeEditToolRenderData::ToolMaterial' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, GizmoMaterial) == 0x000008, "Member 'FLandscapeEditToolRenderData::GizmoMaterial' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, SelectedType) == 0x000010, "Member 'FLandscapeEditToolRenderData::SelectedType' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DebugChannelR) == 0x000014, "Member 'FLandscapeEditToolRenderData::DebugChannelR' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DebugChannelG) == 0x000018, "Member 'FLandscapeEditToolRenderData::DebugChannelG' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DebugChannelB) == 0x00001C, "Member 'FLandscapeEditToolRenderData::DebugChannelB' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DataTexture) == 0x000020, "Member 'FLandscapeEditToolRenderData::DataTexture' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, LayerContributionTexture) == 0x000028, "Member 'FLandscapeEditToolRenderData::LayerContributionTexture' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeEditToolRenderData, DirtyTexture) == 0x000030, "Member 'FLandscapeEditToolRenderData::DirtyTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeightmapLayerAllocationInfo \ +static_assert(alignof(FWeightmapLayerAllocationInfo) == 0x000008, "Wrong alignment on FWeightmapLayerAllocationInfo"); \ +static_assert(sizeof(FWeightmapLayerAllocationInfo) == 0x000010, "Wrong size on FWeightmapLayerAllocationInfo"); \ +static_assert(offsetof(FWeightmapLayerAllocationInfo, LayerInfo) == 0x000000, "Member 'FWeightmapLayerAllocationInfo::LayerInfo' has a wrong offset!"); \ +static_assert(offsetof(FWeightmapLayerAllocationInfo, WeightmapTextureIndex) == 0x000008, "Member 'FWeightmapLayerAllocationInfo::WeightmapTextureIndex' has a wrong offset!"); \ +static_assert(offsetof(FWeightmapLayerAllocationInfo, WeightmapTextureChannel) == 0x000009, "Member 'FWeightmapLayerAllocationInfo::WeightmapTextureChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeComponentMaterialOverride \ +static_assert(alignof(FLandscapeComponentMaterialOverride) == 0x000008, "Wrong alignment on FLandscapeComponentMaterialOverride"); \ +static_assert(sizeof(FLandscapeComponentMaterialOverride) == 0x000010, "Wrong size on FLandscapeComponentMaterialOverride"); \ +static_assert(offsetof(FLandscapeComponentMaterialOverride, LODIndex) == 0x000000, "Member 'FLandscapeComponentMaterialOverride::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeComponentMaterialOverride, Material) == 0x000008, "Member 'FLandscapeComponentMaterialOverride::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapePerLODMaterialOverride \ +static_assert(alignof(FLandscapePerLODMaterialOverride) == 0x000008, "Wrong alignment on FLandscapePerLODMaterialOverride"); \ +static_assert(sizeof(FLandscapePerLODMaterialOverride) == 0x000010, "Wrong size on FLandscapePerLODMaterialOverride"); \ +static_assert(offsetof(FLandscapePerLODMaterialOverride, LODIndex) == 0x000000, "Member 'FLandscapePerLODMaterialOverride::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FLandscapePerLODMaterialOverride, Material) == 0x000008, "Member 'FLandscapePerLODMaterialOverride::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeightmapData \ +static_assert(alignof(FWeightmapData) == 0x000008, "Wrong alignment on FWeightmapData"); \ +static_assert(sizeof(FWeightmapData) == 0x000030, "Wrong size on FWeightmapData"); \ +static_assert(offsetof(FWeightmapData, Textures) == 0x000000, "Member 'FWeightmapData::Textures' has a wrong offset!"); \ +static_assert(offsetof(FWeightmapData, LayerAllocations) == 0x000010, "Member 'FWeightmapData::LayerAllocations' has a wrong offset!"); \ +static_assert(offsetof(FWeightmapData, TextureUsages) == 0x000020, "Member 'FWeightmapData::TextureUsages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FHeightmapTextureEdgeSnapshot \ +static_assert(alignof(FHeightmapTextureEdgeSnapshot) == 0x000008, "Wrong alignment on FHeightmapTextureEdgeSnapshot"); \ +static_assert(sizeof(FHeightmapTextureEdgeSnapshot) == 0x000058, "Wrong size on FHeightmapTextureEdgeSnapshot"); \ + +#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_FLandscapeTargetLayerSettings \ +static_assert(alignof(FLandscapeTargetLayerSettings) == 0x000008, "Wrong alignment on FLandscapeTargetLayerSettings"); \ +static_assert(sizeof(FLandscapeTargetLayerSettings) == 0x000008, "Wrong size on FLandscapeTargetLayerSettings"); \ +static_assert(offsetof(FLandscapeTargetLayerSettings, LayerInfoObj) == 0x000000, "Member 'FLandscapeTargetLayerSettings::LayerInfoObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeEditorLayerSettings \ +static_assert(alignof(FLandscapeEditorLayerSettings) == 0x000001, "Wrong alignment on FLandscapeEditorLayerSettings"); \ +static_assert(sizeof(FLandscapeEditorLayerSettings) == 0x000001, "Wrong size on FLandscapeEditorLayerSettings"); \ + +#define DUMPER7_ASSERTS_FLandscapeImportLayerInfo \ +static_assert(alignof(FLandscapeImportLayerInfo) == 0x000001, "Wrong alignment on FLandscapeImportLayerInfo"); \ +static_assert(sizeof(FLandscapeImportLayerInfo) == 0x000001, "Wrong size on FLandscapeImportLayerInfo"); \ + +#define DUMPER7_ASSERTS_FLandscapeProxyMaterialOverride \ +static_assert(alignof(FLandscapeProxyMaterialOverride) == 0x000008, "Wrong alignment on FLandscapeProxyMaterialOverride"); \ +static_assert(sizeof(FLandscapeProxyMaterialOverride) == 0x000010, "Wrong size on FLandscapeProxyMaterialOverride"); \ +static_assert(offsetof(FLandscapeProxyMaterialOverride, LODIndex) == 0x000000, "Member 'FLandscapeProxyMaterialOverride::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeProxyMaterialOverride, Material) == 0x000008, "Member 'FLandscapeProxyMaterialOverride::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeTexture2DMipMap \ +static_assert(alignof(FLandscapeTexture2DMipMap) == 0x000008, "Wrong alignment on FLandscapeTexture2DMipMap"); \ +static_assert(sizeof(FLandscapeTexture2DMipMap) == 0x000038, "Wrong size on FLandscapeTexture2DMipMap"); \ +static_assert(offsetof(FLandscapeTexture2DMipMap, SizeX) == 0x000000, "Member 'FLandscapeTexture2DMipMap::SizeX' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeTexture2DMipMap, SizeY) == 0x000004, "Member 'FLandscapeTexture2DMipMap::SizeY' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeTexture2DMipMap, bCompressed) == 0x000008, "Member 'FLandscapeTexture2DMipMap::bCompressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLayerBlendInput \ +static_assert(alignof(FLayerBlendInput) == 0x000008, "Wrong alignment on FLayerBlendInput"); \ +static_assert(sizeof(FLayerBlendInput) == 0x000088, "Wrong size on FLayerBlendInput"); \ +static_assert(offsetof(FLayerBlendInput, LayerName) == 0x000000, "Member 'FLayerBlendInput::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, BlendType) == 0x000008, "Member 'FLayerBlendInput::BlendType' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, LayerInput) == 0x000010, "Member 'FLayerBlendInput::LayerInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, HeightInput) == 0x000038, "Member 'FLayerBlendInput::HeightInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, PreviewWeight) == 0x000060, "Member 'FLayerBlendInput::PreviewWeight' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, ConstLayerInput) == 0x000068, "Member 'FLayerBlendInput::ConstLayerInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, ConstHeightInput) == 0x000080, "Member 'FLayerBlendInput::ConstHeightInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalMaterialInput \ +static_assert(alignof(FPhysicalMaterialInput) == 0x000008, "Wrong alignment on FPhysicalMaterialInput"); \ +static_assert(sizeof(FPhysicalMaterialInput) == 0x000030, "Wrong size on FPhysicalMaterialInput"); \ +static_assert(offsetof(FPhysicalMaterialInput, PhysicalMaterial) == 0x000000, "Member 'FPhysicalMaterialInput::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalMaterialInput, Input) == 0x000008, "Member 'FPhysicalMaterialInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerWeight \ +static_assert(alignof(UMaterialExpressionLandscapeLayerWeight) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerWeight"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerWeight) == 0x000128, "Wrong size on UMaterialExpressionLandscapeLayerWeight"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, base) == 0x0000B0, "Member 'UMaterialExpressionLandscapeLayerWeight::base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, Layer) == 0x0000D8, "Member 'UMaterialExpressionLandscapeLayerWeight::Layer' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ParameterName) == 0x000100, "Member 'UMaterialExpressionLandscapeLayerWeight::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, PreviewWeight) == 0x000108, "Member 'UMaterialExpressionLandscapeLayerWeight::PreviewWeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ConstBase) == 0x000110, "Member 'UMaterialExpressionLandscapeLayerWeight::ConstBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlPointMeshComponent \ +static_assert(alignof(UControlPointMeshComponent) == 0x000010, "Wrong alignment on UControlPointMeshComponent"); \ +static_assert(sizeof(UControlPointMeshComponent) == 0x000640, "Wrong size on UControlPointMeshComponent"); \ +static_assert(offsetof(UControlPointMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x000630, "Member 'UControlPointMeshComponent::VirtualTextureMainPassMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapePhysicalMaterialOutput \ +static_assert(alignof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x0000C0, "Wrong size on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionLandscapePhysicalMaterialOutput, Inputs) == 0x0000B0, "Member 'UMaterialExpressionLandscapePhysicalMaterialOutput::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILandscapeBrushRenderCallAdapter_GlobalMergeLegacySupport_DEPRECATED \ +static_assert(alignof(ILandscapeBrushRenderCallAdapter_GlobalMergeLegacySupport_DEPRECATED) == 0x000001, "Wrong alignment on ILandscapeBrushRenderCallAdapter_GlobalMergeLegacySupport_DEPRECATED"); \ +static_assert(sizeof(ILandscapeBrushRenderCallAdapter_GlobalMergeLegacySupport_DEPRECATED) == 0x000001, "Wrong size on ILandscapeBrushRenderCallAdapter_GlobalMergeLegacySupport_DEPRECATED"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeVisibilityMask \ +static_assert(alignof(UMaterialExpressionLandscapeVisibilityMask) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeVisibilityMask"); \ +static_assert(sizeof(UMaterialExpressionLandscapeVisibilityMask) == 0x0000B0, "Wrong size on UMaterialExpressionLandscapeVisibilityMask"); \ + +#define DUMPER7_ASSERTS_ILandscapeSplineInterface \ +static_assert(alignof(ILandscapeSplineInterface) == 0x000001, "Wrong alignment on ILandscapeSplineInterface"); \ +static_assert(sizeof(ILandscapeSplineInterface) == 0x000001, "Wrong size on ILandscapeSplineInterface"); \ + +#define DUMPER7_ASSERTS_ILandscapeEditLayerRenderer \ +static_assert(alignof(ILandscapeEditLayerRenderer) == 0x000001, "Wrong alignment on ILandscapeEditLayerRenderer"); \ +static_assert(sizeof(ILandscapeEditLayerRenderer) == 0x000001, "Wrong size on ILandscapeEditLayerRenderer"); \ + +#define DUMPER7_ASSERTS_ALandscapeGizmoActor \ +static_assert(alignof(ALandscapeGizmoActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActor"); \ +static_assert(sizeof(ALandscapeGizmoActor) == 0x0002B0, "Wrong size on ALandscapeGizmoActor"); \ + +#define DUMPER7_ASSERTS_ALandscapeGizmoActiveActor \ +static_assert(alignof(ALandscapeGizmoActiveActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActiveActor"); \ +static_assert(sizeof(ALandscapeGizmoActiveActor) == 0x000300, "Wrong size on ALandscapeGizmoActiveActor"); \ + +#define DUMPER7_ASSERTS_ULandscapeGizmoRenderComponent \ +static_assert(alignof(ULandscapeGizmoRenderComponent) == 0x000010, "Wrong alignment on ULandscapeGizmoRenderComponent"); \ +static_assert(sizeof(ULandscapeGizmoRenderComponent) == 0x000530, "Wrong size on ULandscapeGizmoRenderComponent"); \ + +#define DUMPER7_ASSERTS_ULandscapeGrassType \ +static_assert(alignof(ULandscapeGrassType) == 0x000008, "Wrong alignment on ULandscapeGrassType"); \ +static_assert(sizeof(ULandscapeGrassType) == 0x000060, "Wrong size on ULandscapeGrassType"); \ +static_assert(offsetof(ULandscapeGrassType, GrassVarieties) == 0x000028, "Member 'ULandscapeGrassType::GrassVarieties' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, StateHash) == 0x00003C, "Member 'ULandscapeGrassType::StateHash' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, GrassMesh) == 0x000040, "Member 'ULandscapeGrassType::GrassMesh' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, GrassDensity) == 0x000048, "Member 'ULandscapeGrassType::GrassDensity' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, PlacementJitter) == 0x00004C, "Member 'ULandscapeGrassType::PlacementJitter' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, StartCullDistance) == 0x000050, "Member 'ULandscapeGrassType::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, EndCullDistance) == 0x000054, "Member 'ULandscapeGrassType::EndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, RandomRotation) == 0x000058, "Member 'ULandscapeGrassType::RandomRotation' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeGrassType, AlignToSurface) == 0x000059, "Member 'ULandscapeGrassType::AlignToSurface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_ChangeComponentScreenSizeToUseSubSections \ +static_assert(alignof(LandscapeProxy_ChangeComponentScreenSizeToUseSubSections) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeComponentScreenSizeToUseSubSections"); \ +static_assert(sizeof(LandscapeProxy_ChangeComponentScreenSizeToUseSubSections) == 0x000004, "Wrong size on LandscapeProxy_ChangeComponentScreenSizeToUseSubSections"); \ +static_assert(offsetof(LandscapeProxy_ChangeComponentScreenSizeToUseSubSections, InComponentScreenSizeToUseSubSections) == 0x000000, "Member 'LandscapeProxy_ChangeComponentScreenSizeToUseSubSections::InComponentScreenSizeToUseSubSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_ChangeLODDistanceFactor \ +static_assert(alignof(LandscapeProxy_ChangeLODDistanceFactor) == 0x000004, "Wrong alignment on LandscapeProxy_ChangeLODDistanceFactor"); \ +static_assert(sizeof(LandscapeProxy_ChangeLODDistanceFactor) == 0x000004, "Wrong size on LandscapeProxy_ChangeLODDistanceFactor"); \ +static_assert(offsetof(LandscapeProxy_ChangeLODDistanceFactor, InLODDistanceFactor) == 0x000000, "Member 'LandscapeProxy_ChangeLODDistanceFactor::InLODDistanceFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_EditorApplySpline \ +static_assert(alignof(LandscapeProxy_EditorApplySpline) == 0x000008, "Wrong alignment on LandscapeProxy_EditorApplySpline"); \ +static_assert(sizeof(LandscapeProxy_EditorApplySpline) == 0x000038, "Wrong size on LandscapeProxy_EditorApplySpline"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, InSplineComponent) == 0x000000, "Member 'LandscapeProxy_EditorApplySpline::InSplineComponent' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, StartWidth) == 0x000008, "Member 'LandscapeProxy_EditorApplySpline::StartWidth' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, EndWidth) == 0x00000C, "Member 'LandscapeProxy_EditorApplySpline::EndWidth' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, StartSideFalloff) == 0x000010, "Member 'LandscapeProxy_EditorApplySpline::StartSideFalloff' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, EndSideFalloff) == 0x000014, "Member 'LandscapeProxy_EditorApplySpline::EndSideFalloff' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, StartRoll) == 0x000018, "Member 'LandscapeProxy_EditorApplySpline::StartRoll' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, EndRoll) == 0x00001C, "Member 'LandscapeProxy_EditorApplySpline::EndRoll' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, NumSubdivisions) == 0x000020, "Member 'LandscapeProxy_EditorApplySpline::NumSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, bRaiseHeights) == 0x000024, "Member 'LandscapeProxy_EditorApplySpline::bRaiseHeights' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, bLowerHeights) == 0x000025, "Member 'LandscapeProxy_EditorApplySpline::bLowerHeights' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, PaintLayer) == 0x000028, "Member 'LandscapeProxy_EditorApplySpline::PaintLayer' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_EditorApplySpline, EditLayerName) == 0x000030, "Member 'LandscapeProxy_EditorApplySpline::EditLayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_EditorSetLandscapeMaterial \ +static_assert(alignof(LandscapeProxy_EditorSetLandscapeMaterial) == 0x000008, "Wrong alignment on LandscapeProxy_EditorSetLandscapeMaterial"); \ +static_assert(sizeof(LandscapeProxy_EditorSetLandscapeMaterial) == 0x000008, "Wrong size on LandscapeProxy_EditorSetLandscapeMaterial"); \ +static_assert(offsetof(LandscapeProxy_EditorSetLandscapeMaterial, NewLandscapeMaterial) == 0x000000, "Member 'LandscapeProxy_EditorSetLandscapeMaterial::NewLandscapeMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_GetLandscapeActor \ +static_assert(alignof(LandscapeProxy_GetLandscapeActor) == 0x000008, "Wrong alignment on LandscapeProxy_GetLandscapeActor"); \ +static_assert(sizeof(LandscapeProxy_GetLandscapeActor) == 0x000008, "Wrong size on LandscapeProxy_GetLandscapeActor"); \ +static_assert(offsetof(LandscapeProxy_GetLandscapeActor, ReturnValue) == 0x000000, "Member 'LandscapeProxy_GetLandscapeActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_LandscapeExportHeightmapToRenderTarget \ +static_assert(alignof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget) == 0x000008, "Wrong alignment on LandscapeProxy_LandscapeExportHeightmapToRenderTarget"); \ +static_assert(sizeof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget) == 0x000010, "Wrong size on LandscapeProxy_LandscapeExportHeightmapToRenderTarget"); \ +static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, InRenderTarget) == 0x000000, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::InRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, InExportHeightIntoRGChannel) == 0x000008, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::InExportHeightIntoRGChannel' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, InExportLandscapeProxies) == 0x000009, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::InExportLandscapeProxies' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_LandscapeExportHeightmapToRenderTarget, ReturnValue) == 0x00000A, "Member 'LandscapeProxy_LandscapeExportHeightmapToRenderTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_SetLandscapeMaterialScalarParameterValue \ +static_assert(alignof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue) == 0x000004, "Wrong alignment on LandscapeProxy_SetLandscapeMaterialScalarParameterValue"); \ +static_assert(sizeof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue) == 0x00000C, "Wrong size on LandscapeProxy_SetLandscapeMaterialScalarParameterValue"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue, ParameterName) == 0x000000, "Member 'LandscapeProxy_SetLandscapeMaterialScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialScalarParameterValue, Value) == 0x000008, "Member 'LandscapeProxy_SetLandscapeMaterialScalarParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_SetLandscapeMaterialTextureParameterValue \ +static_assert(alignof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue) == 0x000008, "Wrong alignment on LandscapeProxy_SetLandscapeMaterialTextureParameterValue"); \ +static_assert(sizeof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue) == 0x000010, "Wrong size on LandscapeProxy_SetLandscapeMaterialTextureParameterValue"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue, ParameterName) == 0x000000, "Member 'LandscapeProxy_SetLandscapeMaterialTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialTextureParameterValue, Value) == 0x000008, "Member 'LandscapeProxy_SetLandscapeMaterialTextureParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_SetLandscapeMaterialVectorParameterValue \ +static_assert(alignof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue) == 0x000004, "Wrong alignment on LandscapeProxy_SetLandscapeMaterialVectorParameterValue"); \ +static_assert(sizeof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue) == 0x000018, "Wrong size on LandscapeProxy_SetLandscapeMaterialVectorParameterValue"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue, ParameterName) == 0x000000, "Member 'LandscapeProxy_SetLandscapeMaterialVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeProxy_SetLandscapeMaterialVectorParameterValue, Value) == 0x000008, "Member 'LandscapeProxy_SetLandscapeMaterialVectorParameterValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeProxy_SetVirtualTextureRenderPassType \ +static_assert(alignof(LandscapeProxy_SetVirtualTextureRenderPassType) == 0x000001, "Wrong alignment on LandscapeProxy_SetVirtualTextureRenderPassType"); \ +static_assert(sizeof(LandscapeProxy_SetVirtualTextureRenderPassType) == 0x000001, "Wrong size on LandscapeProxy_SetVirtualTextureRenderPassType"); \ +static_assert(offsetof(LandscapeProxy_SetVirtualTextureRenderPassType, InType) == 0x000000, "Member 'LandscapeProxy_SetVirtualTextureRenderPassType::InType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeProxy \ +static_assert(alignof(ALandscapeProxy) == 0x000008, "Wrong alignment on ALandscapeProxy"); \ +static_assert(sizeof(ALandscapeProxy) == 0x0007D0, "Wrong size on ALandscapeProxy"); \ +static_assert(offsetof(ALandscapeProxy, SplineComponent) == 0x0002B8, "Member 'ALandscapeProxy::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeGuid) == 0x0002C0, "Member 'ALandscapeProxy::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, OriginalLandscapeGuid) == 0x0002D0, "Member 'ALandscapeProxy::OriginalLandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bEnableNanite) == 0x0002E0, "Member 'ALandscapeProxy::bEnableNanite' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, PerLODOverrideMaterials) == 0x0002E8, "Member 'ALandscapeProxy::PerLODOverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bDisableRuntimeGrassMapGeneration) == 0x0002F8, "Member 'ALandscapeProxy::bDisableRuntimeGrassMapGeneration' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, MaxLODLevel) == 0x0002FC, "Member 'ALandscapeProxy::MaxLODLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LOD0ScreenSize) == 0x000300, "Member 'ALandscapeProxy::LOD0ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODGroupKey) == 0x000304, "Member 'ALandscapeProxy::LODGroupKey' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LOD0DistributionSetting) == 0x000308, "Member 'ALandscapeProxy::LOD0DistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODDistributionSetting) == 0x00030C, "Member 'ALandscapeProxy::LODDistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ScalableLOD0ScreenSize) == 0x000310, "Member 'ALandscapeProxy::ScalableLOD0ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ScalableLOD0DistributionSetting) == 0x000378, "Member 'ALandscapeProxy::ScalableLOD0DistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ScalableLODDistributionSetting) == 0x0003E0, "Member 'ALandscapeProxy::ScalableLODDistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseScalableLODSettings) == 0x000448, "Member 'ALandscapeProxy::bUseScalableLODSettings' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODBlendRange) == 0x00044C, "Member 'ALandscapeProxy::LODBlendRange' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StaticLightingLOD) == 0x000450, "Member 'ALandscapeProxy::StaticLightingLOD' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, DefaultPhysMaterial) == 0x000458, "Member 'ALandscapeProxy::DefaultPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StreamingDistanceMultiplier) == 0x000460, "Member 'ALandscapeProxy::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeMaterial) == 0x000468, "Member 'ALandscapeProxy::LandscapeMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeHoleMaterial) == 0x000470, "Member 'ALandscapeProxy::LandscapeHoleMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, RuntimeVirtualTextures) == 0x000478, "Member 'ALandscapeProxy::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bSetCreateRuntimeVirtualTextureVolumes) == 0x000488, "Member 'ALandscapeProxy::bSetCreateRuntimeVirtualTextureVolumes' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bVirtualTextureRenderWithQuad) == 0x000489, "Member 'ALandscapeProxy::bVirtualTextureRenderWithQuad' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bVirtualTextureRenderWithQuadHQ) == 0x00048A, "Member 'ALandscapeProxy::bVirtualTextureRenderWithQuadHQ' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureNumLods) == 0x00048C, "Member 'ALandscapeProxy::VirtualTextureNumLods' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureLodBias) == 0x000490, "Member 'ALandscapeProxy::VirtualTextureLodBias' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureRenderPassType) == 0x000494, "Member 'ALandscapeProxy::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NegativeZBoundsExtension) == 0x000498, "Member 'ALandscapeProxy::NegativeZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, PositiveZBoundsExtension) == 0x00049C, "Member 'ALandscapeProxy::PositiveZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeComponents) == 0x0004A0, "Member 'ALandscapeProxy::LandscapeComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionComponents) == 0x0004B0, "Member 'ALandscapeProxy::CollisionComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, FoliageComponents) == 0x0004C0, "Member 'ALandscapeProxy::FoliageComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NaniteComponent) == 0x0004D0, "Member 'ALandscapeProxy::NaniteComponent' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NaniteComponents) == 0x0004D8, "Member 'ALandscapeProxy::NaniteComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, GrassTypesMaxDiscardDistance) == 0x00054C, "Member 'ALandscapeProxy::GrassTypesMaxDiscardDistance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StaticLightingResolution) == 0x000560, "Member 'ALandscapeProxy::StaticLightingResolution' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ShadowCacheInvalidationBehavior) == 0x000565, "Member 'ALandscapeProxy::ShadowCacheInvalidationBehavior' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LightingChannels) == 0x000575, "Member 'ALandscapeProxy::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NonNaniteVirtualShadowMapConstantDepthBias) == 0x00057C, "Member 'ALandscapeProxy::NonNaniteVirtualShadowMapConstantDepthBias' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NonNaniteVirtualShadowMapInvalidationHeightErrorThreshold) == 0x000580, "Member 'ALandscapeProxy::NonNaniteVirtualShadowMapInvalidationHeightErrorThreshold' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NonNaniteVirtualShadowMapInvalidationScreenSizeLimit) == 0x000584, "Member 'ALandscapeProxy::NonNaniteVirtualShadowMapInvalidationScreenSizeLimit' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CustomDepthStencilWriteMask) == 0x000590, "Member 'ALandscapeProxy::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CustomDepthStencilValue) == 0x000594, "Member 'ALandscapeProxy::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LDMaxDrawDistance) == 0x000598, "Member 'ALandscapeProxy::LDMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LightmassSettings) == 0x00059C, "Member 'ALandscapeProxy::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionMipLevel) == 0x0005B4, "Member 'ALandscapeProxy::CollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, SimpleCollisionMipLevel) == 0x0005B8, "Member 'ALandscapeProxy::SimpleCollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, BodyInstance) == 0x0005C0, "Member 'ALandscapeProxy::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, RegisteredToSubsystem) == 0x000748, "Member 'ALandscapeProxy::RegisteredToSubsystem' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ComponentSizeQuads) == 0x000750, "Member 'ALandscapeProxy::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, SubsectionSizeQuads) == 0x000754, "Member 'ALandscapeProxy::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NumSubsections) == 0x000758, "Member 'ALandscapeProxy::NumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NavigationGeometryGatheringMode) == 0x000760, "Member 'ALandscapeProxy::NavigationGeometryGatheringMode' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseDynamicMaterialInstance) == 0x000761, "Member 'ALandscapeProxy::bUseDynamicMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseLandscapeForCullingInvisibleHLODVertices) == 0x000762, "Member 'ALandscapeProxy::bUseLandscapeForCullingInvisibleHLODVertices' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bHasLayersContent) == 0x000763, "Member 'ALandscapeProxy::bHasLayersContent' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseCompressedHeightmapStorage) == 0x000766, "Member 'ALandscapeProxy::bUseCompressedHeightmapStorage' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bStripPhysicsWhenCookedClient) == 0x000767, "Member 'ALandscapeProxy::bStripPhysicsWhenCookedClient' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bStripPhysicsWhenCookedServer) == 0x000768, "Member 'ALandscapeProxy::bStripPhysicsWhenCookedServer' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bStripGrassWhenCookedClient) == 0x000769, "Member 'ALandscapeProxy::bStripGrassWhenCookedClient' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bStripGrassWhenCookedServer) == 0x00076A, "Member 'ALandscapeProxy::bStripGrassWhenCookedServer' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, TargetLayers) == 0x000770, "Member 'ALandscapeProxy::TargetLayers' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, SectionBase) == 0x0007C0, "Member 'ALandscapeProxy::SectionBase' 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) == 0x000630, "Wrong size on ULandscapeHeightfieldCollisionComponent"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, ComponentLayerInfos) == 0x000530, "Member 'ULandscapeHeightfieldCollisionComponent::ComponentLayerInfos' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseX) == 0x000540, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseX' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseY) == 0x000544, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseY' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionSizeQuads) == 0x000548, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionScale) == 0x00054C, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SimpleCollisionSizeQuads) == 0x000550, "Member 'ULandscapeHeightfieldCollisionComponent::SimpleCollisionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionQuadFlags) == 0x000558, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionQuadFlags' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, HeightfieldGuid) == 0x000568, "Member 'ULandscapeHeightfieldCollisionComponent::HeightfieldGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CachedLocalBox) == 0x000578, "Member 'ULandscapeHeightfieldCollisionComponent::CachedLocalBox' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, RenderComponentRef) == 0x0005B0, "Member 'ULandscapeHeightfieldCollisionComponent::RenderComponentRef' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CookedPhysicalMaterials) == 0x0005C8, "Member 'ULandscapeHeightfieldCollisionComponent::CookedPhysicalMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMaterialInstanceConstant \ +static_assert(alignof(ULandscapeMaterialInstanceConstant) == 0x000008, "Wrong alignment on ULandscapeMaterialInstanceConstant"); \ +static_assert(sizeof(ULandscapeMaterialInstanceConstant) == 0x0002F8, "Wrong size on ULandscapeMaterialInstanceConstant"); \ +static_assert(offsetof(ULandscapeMaterialInstanceConstant, TextureStreamingInfo) == 0x0002E0, "Member 'ULandscapeMaterialInstanceConstant::TextureStreamingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMeshCollisionComponent_DEPRECATED \ +static_assert(alignof(ULandscapeMeshCollisionComponent_DEPRECATED) == 0x000010, "Wrong alignment on ULandscapeMeshCollisionComponent_DEPRECATED"); \ +static_assert(sizeof(ULandscapeMeshCollisionComponent_DEPRECATED) == 0x000640, "Wrong size on ULandscapeMeshCollisionComponent_DEPRECATED"); \ +static_assert(offsetof(ULandscapeMeshCollisionComponent_DEPRECATED, MeshGuid) == 0x000628, "Member 'ULandscapeMeshCollisionComponent_DEPRECATED::MeshGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeMeshProxyActor \ +static_assert(alignof(ALandscapeMeshProxyActor) == 0x000008, "Wrong alignment on ALandscapeMeshProxyActor"); \ +static_assert(sizeof(ALandscapeMeshProxyActor) == 0x0002B8, "Wrong size on ALandscapeMeshProxyActor"); \ +static_assert(offsetof(ALandscapeMeshProxyActor, LandscapeMeshProxyComponent) == 0x0002B0, "Member 'ALandscapeMeshProxyActor::LandscapeMeshProxyComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMeshProxyComponent \ +static_assert(alignof(ULandscapeMeshProxyComponent) == 0x000010, "Wrong alignment on ULandscapeMeshProxyComponent"); \ +static_assert(sizeof(ULandscapeMeshProxyComponent) == 0x0006A0, "Wrong size on ULandscapeMeshProxyComponent"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, LandscapeGuid) == 0x000630, "Member 'ULandscapeMeshProxyComponent::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyComponentBases) == 0x000640, "Member 'ULandscapeMeshProxyComponent::ProxyComponentBases' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyComponentCentersObjectSpace) == 0x000650, "Member 'ULandscapeMeshProxyComponent::ProxyComponentCentersObjectSpace' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ComponentXVectorObjectSpace) == 0x000660, "Member 'ULandscapeMeshProxyComponent::ComponentXVectorObjectSpace' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ComponentYVectorObjectSpace) == 0x000678, "Member 'ULandscapeMeshProxyComponent::ComponentYVectorObjectSpace' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ComponentResolution) == 0x000690, "Member 'ULandscapeMeshProxyComponent::ComponentResolution' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyLOD) == 0x000694, "Member 'ULandscapeMeshProxyComponent::ProxyLOD' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, LODGroupKey) == 0x000698, "Member 'ULandscapeMeshProxyComponent::LODGroupKey' 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) == 0x000560, "Wrong size on ULandscapeSplinesComponent"); \ +static_assert(offsetof(ULandscapeSplinesComponent, ControlPoints) == 0x000530, "Member 'ULandscapeSplinesComponent::ControlPoints' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplinesComponent, Segments) == 0x000540, "Member 'ULandscapeSplinesComponent::Segments' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplinesComponent, CookedForeignMeshComponents) == 0x000550, "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) == 0x000848, "Wrong size on ALandscapeStreamingProxy"); \ +static_assert(offsetof(ALandscapeStreamingProxy, LandscapeActorRef) == 0x0007D0, "Member 'ALandscapeStreamingProxy::LandscapeActorRef' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeStreamingProxy, OverriddenSharedProperties) == 0x0007F8, "Member 'ALandscapeStreamingProxy::OverriddenSharedProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeWeightmapUsage \ +static_assert(alignof(ULandscapeWeightmapUsage) == 0x000008, "Wrong alignment on ULandscapeWeightmapUsage"); \ +static_assert(sizeof(ULandscapeWeightmapUsage) == 0x000058, "Wrong size on ULandscapeWeightmapUsage"); \ +static_assert(offsetof(ULandscapeWeightmapUsage, ChannelUsage) == 0x000028, "Member 'ULandscapeWeightmapUsage::ChannelUsage' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeWeightmapUsage, LayerGuid) == 0x000048, "Member 'ULandscapeWeightmapUsage::LayerGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeGrassOutput \ +static_assert(alignof(UMaterialExpressionLandscapeGrassOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeGrassOutput"); \ +static_assert(sizeof(UMaterialExpressionLandscapeGrassOutput) == 0x0000C0, "Wrong size on UMaterialExpressionLandscapeGrassOutput"); \ +static_assert(offsetof(UMaterialExpressionLandscapeGrassOutput, GrassTypes) == 0x0000B0, "Member 'UMaterialExpressionLandscapeGrassOutput::GrassTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AControlPointMeshActor \ +static_assert(alignof(AControlPointMeshActor) == 0x000008, "Wrong alignment on AControlPointMeshActor"); \ +static_assert(sizeof(AControlPointMeshActor) == 0x0002B8, "Wrong size on AControlPointMeshActor"); \ +static_assert(offsetof(AControlPointMeshActor, ControlPointMeshComponent) == 0x0002B0, "Member 'AControlPointMeshActor::ControlPointMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Landscape_RenderHeightmap \ +static_assert(alignof(Landscape_RenderHeightmap) == 0x000010, "Wrong alignment on Landscape_RenderHeightmap"); \ +static_assert(sizeof(Landscape_RenderHeightmap) == 0x0000A0, "Wrong size on Landscape_RenderHeightmap"); \ +static_assert(offsetof(Landscape_RenderHeightmap, InWorldTransform) == 0x000000, "Member 'Landscape_RenderHeightmap::InWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderHeightmap, InExtents) == 0x000060, "Member 'Landscape_RenderHeightmap::InExtents' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderHeightmap, OutRenderTarget) == 0x000088, "Member 'Landscape_RenderHeightmap::OutRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderHeightmap, ReturnValue) == 0x000090, "Member 'Landscape_RenderHeightmap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Landscape_RenderWeightmap \ +static_assert(alignof(Landscape_RenderWeightmap) == 0x000010, "Wrong alignment on Landscape_RenderWeightmap"); \ +static_assert(sizeof(Landscape_RenderWeightmap) == 0x0000A0, "Wrong size on Landscape_RenderWeightmap"); \ +static_assert(offsetof(Landscape_RenderWeightmap, InWorldTransform) == 0x000000, "Member 'Landscape_RenderWeightmap::InWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmap, InExtents) == 0x000060, "Member 'Landscape_RenderWeightmap::InExtents' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmap, InWeightmapLayerName) == 0x000088, "Member 'Landscape_RenderWeightmap::InWeightmapLayerName' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmap, OutRenderTarget) == 0x000090, "Member 'Landscape_RenderWeightmap::OutRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmap, ReturnValue) == 0x000098, "Member 'Landscape_RenderWeightmap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Landscape_RenderWeightmaps \ +static_assert(alignof(Landscape_RenderWeightmaps) == 0x000010, "Wrong alignment on Landscape_RenderWeightmaps"); \ +static_assert(sizeof(Landscape_RenderWeightmaps) == 0x0000B0, "Wrong size on Landscape_RenderWeightmaps"); \ +static_assert(offsetof(Landscape_RenderWeightmaps, InWorldTransform) == 0x000000, "Member 'Landscape_RenderWeightmaps::InWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmaps, InExtents) == 0x000060, "Member 'Landscape_RenderWeightmaps::InExtents' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmaps, InWeightmapLayerNames) == 0x000088, "Member 'Landscape_RenderWeightmaps::InWeightmapLayerNames' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmaps, OutRenderTarget) == 0x000098, "Member 'Landscape_RenderWeightmaps::OutRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(Landscape_RenderWeightmaps, ReturnValue) == 0x0000A0, "Member 'Landscape_RenderWeightmaps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Landscape_GetTargetLayerNames \ +static_assert(alignof(Landscape_GetTargetLayerNames) == 0x000008, "Wrong alignment on Landscape_GetTargetLayerNames"); \ +static_assert(sizeof(Landscape_GetTargetLayerNames) == 0x000018, "Wrong size on Landscape_GetTargetLayerNames"); \ +static_assert(offsetof(Landscape_GetTargetLayerNames, bInIncludeVisibilityLayer) == 0x000000, "Member 'Landscape_GetTargetLayerNames::bInIncludeVisibilityLayer' has a wrong offset!"); \ +static_assert(offsetof(Landscape_GetTargetLayerNames, ReturnValue) == 0x000008, "Member 'Landscape_GetTargetLayerNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscape \ +static_assert(alignof(ALandscape) == 0x000008, "Wrong alignment on ALandscape"); \ +static_assert(sizeof(ALandscape) == 0x0007D0, "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_LandscapeBlueprintBrushBase_RenderLayer \ +static_assert(alignof(LandscapeBlueprintBrushBase_RenderLayer) == 0x000010, "Wrong alignment on LandscapeBlueprintBrushBase_RenderLayer"); \ +static_assert(sizeof(LandscapeBlueprintBrushBase_RenderLayer) == 0x000090, "Wrong size on LandscapeBlueprintBrushBase_RenderLayer"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_RenderLayer, InParameters) == 0x000000, "Member 'LandscapeBlueprintBrushBase_RenderLayer::InParameters' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_RenderLayer, ReturnValue) == 0x000080, "Member 'LandscapeBlueprintBrushBase_RenderLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_RequestLandscapeUpdate \ +static_assert(alignof(LandscapeBlueprintBrushBase_RequestLandscapeUpdate) == 0x000001, "Wrong alignment on LandscapeBlueprintBrushBase_RequestLandscapeUpdate"); \ +static_assert(sizeof(LandscapeBlueprintBrushBase_RequestLandscapeUpdate) == 0x000001, "Wrong size on LandscapeBlueprintBrushBase_RequestLandscapeUpdate"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_RequestLandscapeUpdate, bInUserTriggered) == 0x000000, "Member 'LandscapeBlueprintBrushBase_RequestLandscapeUpdate::bInUserTriggered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeBlueprintBrushBase \ +static_assert(alignof(ALandscapeBlueprintBrushBase) == 0x000008, "Wrong alignment on ALandscapeBlueprintBrushBase"); \ +static_assert(sizeof(ALandscapeBlueprintBrushBase) == 0x0002D0, "Wrong size on ALandscapeBlueprintBrushBase"); \ +static_assert(offsetof(ALandscapeBlueprintBrushBase, UpdateOnPropertyChange) == 0x0002B0, "Member 'ALandscapeBlueprintBrushBase::UpdateOnPropertyChange' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeBlueprintBrushBase, AffectHeightmap) == 0x0002B1, "Member 'ALandscapeBlueprintBrushBase::AffectHeightmap' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeBlueprintBrushBase, AffectWeightmap) == 0x0002B2, "Member 'ALandscapeBlueprintBrushBase::AffectWeightmap' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeBlueprintBrushBase, AffectVisibilityLayer) == 0x0002B3, "Member 'ALandscapeBlueprintBrushBase::AffectVisibilityLayer' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeBlueprintBrushBase, AffectedWeightmapLayers) == 0x0002B8, "Member 'ALandscapeBlueprintBrushBase::AffectedWeightmapLayers' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeBlueprintBrushBase, bUsePowerOfTwoRenderTarget) == 0x0002C8, "Member 'ALandscapeBlueprintBrushBase::bUsePowerOfTwoRenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeLODStreamingProxy_DEPRECATED \ +static_assert(alignof(ULandscapeLODStreamingProxy_DEPRECATED) == 0x000008, "Wrong alignment on ULandscapeLODStreamingProxy_DEPRECATED"); \ +static_assert(sizeof(ULandscapeLODStreamingProxy_DEPRECATED) == 0x0000E0, "Wrong size on ULandscapeLODStreamingProxy_DEPRECATED"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_EditorGetPaintLayerWeightAtLocation \ +static_assert(alignof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation) == 0x000008, "Wrong alignment on LandscapeComponent_EditorGetPaintLayerWeightAtLocation"); \ +static_assert(sizeof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation) == 0x000028, "Wrong size on LandscapeComponent_EditorGetPaintLayerWeightAtLocation"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, InLocation) == 0x000000, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::InLocation' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, PaintLayer) == 0x000018, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::PaintLayer' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation, ReturnValue) == 0x000020, "Member 'LandscapeComponent_EditorGetPaintLayerWeightAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation \ +static_assert(alignof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation) == 0x000008, "Wrong alignment on LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation"); \ +static_assert(sizeof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation) == 0x000028, "Wrong size on LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, InLocation) == 0x000000, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::InLocation' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, InPaintLayerName) == 0x000018, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::InPaintLayerName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation, ReturnValue) == 0x000020, "Member 'LandscapeComponent_EditorGetPaintLayerWeightByNameAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_SetForcedLOD \ +static_assert(alignof(LandscapeComponent_SetForcedLOD) == 0x000004, "Wrong alignment on LandscapeComponent_SetForcedLOD"); \ +static_assert(sizeof(LandscapeComponent_SetForcedLOD) == 0x000004, "Wrong size on LandscapeComponent_SetForcedLOD"); \ +static_assert(offsetof(LandscapeComponent_SetForcedLOD, InForcedLOD) == 0x000000, "Member 'LandscapeComponent_SetForcedLOD::InForcedLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_SetLODBias \ +static_assert(alignof(LandscapeComponent_SetLODBias) == 0x000004, "Wrong alignment on LandscapeComponent_SetLODBias"); \ +static_assert(sizeof(LandscapeComponent_SetLODBias) == 0x000004, "Wrong size on LandscapeComponent_SetLODBias"); \ +static_assert(offsetof(LandscapeComponent_SetLODBias, InLODBias) == 0x000000, "Member 'LandscapeComponent_SetLODBias::InLODBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_GetGrassTypesBP \ +static_assert(alignof(LandscapeComponent_GetGrassTypesBP) == 0x000008, "Wrong alignment on LandscapeComponent_GetGrassTypesBP"); \ +static_assert(sizeof(LandscapeComponent_GetGrassTypesBP) == 0x000010, "Wrong size on LandscapeComponent_GetGrassTypesBP"); \ +static_assert(offsetof(LandscapeComponent_GetGrassTypesBP, ReturnValue) == 0x000000, "Member 'LandscapeComponent_GetGrassTypesBP::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) == 0x000730, "Wrong size on ULandscapeComponent"); \ +static_assert(offsetof(ULandscapeComponent, SectionBaseX) == 0x000530, "Member 'ULandscapeComponent::SectionBaseX' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SectionBaseY) == 0x000534, "Member 'ULandscapeComponent::SectionBaseY' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, ComponentSizeQuads) == 0x000538, "Member 'ULandscapeComponent::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SubsectionSizeQuads) == 0x00053C, "Member 'ULandscapeComponent::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, NumSubsections) == 0x000540, "Member 'ULandscapeComponent::NumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideMaterial) == 0x000548, "Member 'ULandscapeComponent::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideHoleMaterial) == 0x000550, "Member 'ULandscapeComponent::OverrideHoleMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MaterialInstances) == 0x000558, "Member 'ULandscapeComponent::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MaterialInstancesDynamic) == 0x000568, "Member 'ULandscapeComponent::MaterialInstancesDynamic' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODIndexToMaterialIndex) == 0x000578, "Member 'ULandscapeComponent::LODIndexToMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, XYOffsetmapTexture) == 0x000588, "Member 'ULandscapeComponent::XYOffsetmapTexture' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapScaleBias) == 0x000590, "Member 'ULandscapeComponent::WeightmapScaleBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapSubsectionOffset) == 0x0005B0, "Member 'ULandscapeComponent::WeightmapSubsectionOffset' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, HeightmapScaleBias) == 0x0005C0, "Member 'ULandscapeComponent::HeightmapScaleBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CachedLocalBox) == 0x0005E0, "Member 'ULandscapeComponent::CachedLocalBox' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MipToMipMaxDeltas) == 0x000618, "Member 'ULandscapeComponent::MipToMipMaxDeltas' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CollisionComponentRef) == 0x000628, "Member 'ULandscapeComponent::CollisionComponentRef' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, bUserTriggeredChangeRequested) == 0x000630, "Member 'ULandscapeComponent::bUserTriggeredChangeRequested' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, bNaniteActive) == 0x000631, "Member 'ULandscapeComponent::bNaniteActive' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, HeightmapTexture) == 0x000638, "Member 'ULandscapeComponent::HeightmapTexture' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapLayerAllocations) == 0x000640, "Member 'ULandscapeComponent::WeightmapLayerAllocations' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapTextures) == 0x000650, "Member 'ULandscapeComponent::WeightmapTextures' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, PerLODOverrideMaterials) == 0x000660, "Member 'ULandscapeComponent::PerLODOverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, GrassTypes) == 0x000670, "Member 'ULandscapeComponent::GrassTypes' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MapBuildDataId) == 0x000690, "Member 'ULandscapeComponent::MapBuildDataId' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CollisionMipLevel) == 0x0006A0, "Member 'ULandscapeComponent::CollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SimpleCollisionMipLevel) == 0x0006A4, "Member 'ULandscapeComponent::SimpleCollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, NegativeZBoundsExtension) == 0x0006A8, "Member 'ULandscapeComponent::NegativeZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, PositiveZBoundsExtension) == 0x0006AC, "Member 'ULandscapeComponent::PositiveZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, StaticLightingResolution) == 0x0006B0, "Member 'ULandscapeComponent::StaticLightingResolution' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, ForcedLOD) == 0x0006B4, "Member 'ULandscapeComponent::ForcedLOD' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODBias) == 0x0006B8, "Member 'ULandscapeComponent::LODBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, RegisteredEdgeFixup) == 0x0006C0, "Member 'ULandscapeComponent::RegisteredEdgeFixup' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileMaterialInterfaces) == 0x0006D0, "Member 'ULandscapeComponent::MobileMaterialInterfaces' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileWeightmapTextures) == 0x0006E0, "Member 'ULandscapeComponent::MobileWeightmapTextures' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileWeightmapTextureArray) == 0x0006F0, "Member 'ULandscapeComponent::MobileWeightmapTextureArray' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileWeightmapLayerAllocations) == 0x0006F8, "Member 'ULandscapeComponent::MobileWeightmapLayerAllocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeHeightmapTextureEdgeFixup \ +static_assert(alignof(ULandscapeHeightmapTextureEdgeFixup) == 0x000008, "Wrong alignment on ULandscapeHeightmapTextureEdgeFixup"); \ +static_assert(sizeof(ULandscapeHeightmapTextureEdgeFixup) == 0x000090, "Wrong size on ULandscapeHeightmapTextureEdgeFixup"); \ + +#define DUMPER7_ASSERTS_ULandscapeEditLayerBase \ +static_assert(alignof(ULandscapeEditLayerBase) == 0x000008, "Wrong alignment on ULandscapeEditLayerBase"); \ +static_assert(sizeof(ULandscapeEditLayerBase) == 0x000028, "Wrong size on ULandscapeEditLayerBase"); \ + +#define DUMPER7_ASSERTS_ULandscapeEditLayerPersistent \ +static_assert(alignof(ULandscapeEditLayerPersistent) == 0x000008, "Wrong alignment on ULandscapeEditLayerPersistent"); \ +static_assert(sizeof(ULandscapeEditLayerPersistent) == 0x000030, "Wrong size on ULandscapeEditLayerPersistent"); \ + +#define DUMPER7_ASSERTS_ULandscapeEditLayer \ +static_assert(alignof(ULandscapeEditLayer) == 0x000008, "Wrong alignment on ULandscapeEditLayer"); \ +static_assert(sizeof(ULandscapeEditLayer) == 0x000030, "Wrong size on ULandscapeEditLayer"); \ + +#define DUMPER7_ASSERTS_ULandscapeEditLayerProcedural \ +static_assert(alignof(ULandscapeEditLayerProcedural) == 0x000008, "Wrong alignment on ULandscapeEditLayerProcedural"); \ +static_assert(sizeof(ULandscapeEditLayerProcedural) == 0x000028, "Wrong size on ULandscapeEditLayerProcedural"); \ + +#define DUMPER7_ASSERTS_ULandscapeEditLayerSplines \ +static_assert(alignof(ULandscapeEditLayerSplines) == 0x000008, "Wrong alignment on ULandscapeEditLayerSplines"); \ +static_assert(sizeof(ULandscapeEditLayerSplines) == 0x000030, "Wrong size on ULandscapeEditLayerSplines"); \ + +#define DUMPER7_ASSERTS_ULandscapeDefaultEditLayerRenderer \ +static_assert(alignof(ULandscapeDefaultEditLayerRenderer) == 0x000008, "Wrong alignment on ULandscapeDefaultEditLayerRenderer"); \ +static_assert(sizeof(ULandscapeDefaultEditLayerRenderer) == 0x000028, "Wrong size on ULandscapeDefaultEditLayerRenderer"); \ + +#define DUMPER7_ASSERTS_ULandscapeHeightmapNormalsEditLayerRenderer \ +static_assert(alignof(ULandscapeHeightmapNormalsEditLayerRenderer) == 0x000008, "Wrong alignment on ULandscapeHeightmapNormalsEditLayerRenderer"); \ +static_assert(sizeof(ULandscapeHeightmapNormalsEditLayerRenderer) == 0x000028, "Wrong size on ULandscapeHeightmapNormalsEditLayerRenderer"); \ + +#define DUMPER7_ASSERTS_ULandscapeWeightmapWeightBlendedLayersRenderer \ +static_assert(alignof(ULandscapeWeightmapWeightBlendedLayersRenderer) == 0x000008, "Wrong alignment on ULandscapeWeightmapWeightBlendedLayersRenderer"); \ +static_assert(sizeof(ULandscapeWeightmapWeightBlendedLayersRenderer) == 0x000028, "Wrong size on ULandscapeWeightmapWeightBlendedLayersRenderer"); \ + +#define DUMPER7_ASSERTS_ULandscapeScratchRenderTarget \ +static_assert(alignof(ULandscapeScratchRenderTarget) == 0x000008, "Wrong alignment on ULandscapeScratchRenderTarget"); \ +static_assert(sizeof(ULandscapeScratchRenderTarget) == 0x000078, "Wrong size on ULandscapeScratchRenderTarget"); \ +static_assert(offsetof(ULandscapeScratchRenderTarget, RenderTarget) == 0x000028, "Member 'ULandscapeScratchRenderTarget::RenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeEditResourcesSubsystem \ +static_assert(alignof(ULandscapeEditResourcesSubsystem) == 0x000008, "Wrong alignment on ULandscapeEditResourcesSubsystem"); \ +static_assert(sizeof(ULandscapeEditResourcesSubsystem) == 0x000040, "Wrong size on ULandscapeEditResourcesSubsystem"); \ +static_assert(offsetof(ULandscapeEditResourcesSubsystem, ScratchRenderTargets) == 0x000030, "Member 'ULandscapeEditResourcesSubsystem::ScratchRenderTargets' 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) == 0x000210, "Wrong size on ULandscapeInfo"); \ +static_assert(offsetof(ULandscapeInfo, LandscapeActor) == 0x000028, "Member 'ULandscapeInfo::LandscapeActor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, LandscapeGuid) == 0x000030, "Member 'ULandscapeInfo::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, ComponentSizeQuads) == 0x000040, "Member 'ULandscapeInfo::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, SubsectionSizeQuads) == 0x000044, "Member 'ULandscapeInfo::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, ComponentNumSubsections) == 0x000048, "Member 'ULandscapeInfo::ComponentNumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, StreamingProxies) == 0x0000F0, "Member 'ULandscapeInfo::StreamingProxies' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, SortedStreamingProxies) == 0x000200, "Member 'ULandscapeInfo::SortedStreamingProxies' 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) == 0x000058, "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!"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, BlendMethod) == 0x00004C, "Member 'ULandscapeLayerInfoObject::BlendMethod' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerInfoObject, BlendGroup) == 0x000050, "Member 'ULandscapeLayerInfoObject::BlendGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeNaniteComponent \ +static_assert(alignof(ULandscapeNaniteComponent) == 0x000010, "Wrong alignment on ULandscapeNaniteComponent"); \ +static_assert(sizeof(ULandscapeNaniteComponent) == 0x000660, "Wrong size on ULandscapeNaniteComponent"); \ +static_assert(offsetof(ULandscapeNaniteComponent, ProxyContentId) == 0x000630, "Member 'ULandscapeNaniteComponent::ProxyContentId' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeNaniteComponent, bEnabled) == 0x000640, "Member 'ULandscapeNaniteComponent::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeNaniteComponent, SourceLandscapeComponents) == 0x000648, "Member 'ULandscapeNaniteComponent::SourceLandscapeComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSettings \ +static_assert(alignof(ULandscapeSettings) == 0x000008, "Wrong alignment on ULandscapeSettings"); \ +static_assert(sizeof(ULandscapeSettings) == 0x0000C8, "Wrong size on ULandscapeSettings"); \ +static_assert(offsetof(ULandscapeSettings, MaxNumberOfLayers) == 0x000038, "Member 'ULandscapeSettings::MaxNumberOfLayers' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, bShowDialogForAutomaticLayerCreation) == 0x00003C, "Member 'ULandscapeSettings::bShowDialogForAutomaticLayerCreation' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, MaxComponents) == 0x000040, "Member 'ULandscapeSettings::MaxComponents' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, MaxImageImportCacheSizeMegaBytes) == 0x000044, "Member 'ULandscapeSettings::MaxImageImportCacheSizeMegaBytes' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, PaintStrengthGamma) == 0x000048, "Member 'ULandscapeSettings::PaintStrengthGamma' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, bDisablePaintingStartupSlowdown) == 0x00004C, "Member 'ULandscapeSettings::bDisablePaintingStartupSlowdown' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, LandscapeDirtyingMode) == 0x00004D, "Member 'ULandscapeSettings::LandscapeDirtyingMode' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, SideResolutionLimit) == 0x000050, "Member 'ULandscapeSettings::SideResolutionLimit' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, DefaultLandscapeMaterial) == 0x000058, "Member 'ULandscapeSettings::DefaultLandscapeMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, DefaultLayerInfoObject) == 0x000080, "Member 'ULandscapeSettings::DefaultLayerInfoObject' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, BrushSizeUIMax) == 0x0000A8, "Member 'ULandscapeSettings::BrushSizeUIMax' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, BrushSizeClampMax) == 0x0000AC, "Member 'ULandscapeSettings::BrushSizeClampMax' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, HLODMaxTextureSize) == 0x0000B0, "Member 'ULandscapeSettings::HLODMaxTextureSize' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, bShouldUpdateEditLayersDuringInteractiveChanges) == 0x0000B4, "Member 'ULandscapeSettings::bShouldUpdateEditLayersDuringInteractiveChanges' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, bRestrictiveMode) == 0x0000B5, "Member 'ULandscapeSettings::bRestrictiveMode' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, SplineIconWorldZOffset) == 0x0000B8, "Member 'ULandscapeSettings::SplineIconWorldZOffset' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, SplineIconScale) == 0x0000BC, "Member 'ULandscapeSettings::SplineIconScale' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, bDisplayTargetLayerThumbnails) == 0x0000C0, "Member 'ULandscapeSettings::bDisplayTargetLayerThumbnails' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, bDisableTemporalAntiAliasingInLandscapeMode) == 0x0000C1, "Member 'ULandscapeSettings::bDisableTemporalAntiAliasingInLandscapeMode' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSettings, TargetLayerDefaultBlendMethod) == 0x0000C2, "Member 'ULandscapeSettings::TargetLayerDefaultBlendMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeSplineActor \ +static_assert(alignof(ALandscapeSplineActor) == 0x000008, "Wrong alignment on ALandscapeSplineActor"); \ +static_assert(sizeof(ALandscapeSplineActor) == 0x0002C8, "Wrong size on ALandscapeSplineActor"); \ +static_assert(offsetof(ALandscapeSplineActor, LandscapeGuid) == 0x0002B8, "Member 'ALandscapeSplineActor::LandscapeGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeSplineMeshesActor \ +static_assert(alignof(ALandscapeSplineMeshesActor) == 0x000008, "Wrong alignment on ALandscapeSplineMeshesActor"); \ +static_assert(sizeof(ALandscapeSplineMeshesActor) == 0x0002C0, "Wrong size on ALandscapeSplineMeshesActor"); \ +static_assert(offsetof(ALandscapeSplineMeshesActor, StaticMeshComponents) == 0x0002B0, "Member 'ALandscapeSplineMeshesActor::StaticMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSubsystem \ +static_assert(alignof(ULandscapeSubsystem) == 0x000008, "Wrong alignment on ULandscapeSubsystem"); \ +static_assert(sizeof(ULandscapeSubsystem) == 0x000130, "Wrong size on ULandscapeSubsystem"); \ +static_assert(offsetof(ULandscapeSubsystem, StreamingProxiesNeedingReregister) == 0x000098, "Member 'ULandscapeSubsystem::StreamingProxiesNeedingReregister' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSubsystem, LandscapeActors) == 0x0000F0, "Member 'ULandscapeSubsystem::LandscapeActors' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSubsystem, Proxies) == 0x000100, "Member 'ULandscapeSubsystem::Proxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeTextureHash \ +static_assert(alignof(ULandscapeTextureHash) == 0x000008, "Wrong alignment on ULandscapeTextureHash"); \ +static_assert(sizeof(ULandscapeTextureHash) == 0x0000A0, "Wrong size on ULandscapeTextureHash"); \ +static_assert(offsetof(ULandscapeTextureHash, TextureHashGUID) == 0x000028, "Member 'ULandscapeTextureHash::TextureHashGUID' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeTextureHash, LastSourceID) == 0x000038, "Member 'ULandscapeTextureHash::LastSourceID' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeTextureHash, TextureType) == 0x000048, "Member 'ULandscapeTextureHash::TextureType' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeTextureHash, TextureUsage) == 0x000049, "Member 'ULandscapeTextureHash::TextureUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeTextureMipEdgeOverrideFactory \ +static_assert(alignof(ULandscapeTextureMipEdgeOverrideFactory) == 0x000008, "Wrong alignment on ULandscapeTextureMipEdgeOverrideFactory"); \ +static_assert(sizeof(ULandscapeTextureMipEdgeOverrideFactory) == 0x000038, "Wrong size on ULandscapeTextureMipEdgeOverrideFactory"); \ + +#define DUMPER7_ASSERTS_ULandscapeTextureStorageProviderFactory \ +static_assert(alignof(ULandscapeTextureStorageProviderFactory) == 0x000008, "Wrong alignment on ULandscapeTextureStorageProviderFactory"); \ +static_assert(sizeof(ULandscapeTextureStorageProviderFactory) == 0x000068, "Wrong size on ULandscapeTextureStorageProviderFactory"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerBlend \ +static_assert(alignof(UMaterialExpressionLandscapeLayerBlend) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerBlend"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerBlend) == 0x0000C0, "Wrong size on UMaterialExpressionLandscapeLayerBlend"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerBlend, Layers) == 0x0000B0, "Member 'UMaterialExpressionLandscapeLayerBlend::Layers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerCoords \ +static_assert(alignof(UMaterialExpressionLandscapeLayerCoords) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerCoords"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerCoords) == 0x0000C8, "Wrong size on UMaterialExpressionLandscapeLayerCoords"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingType) == 0x0000B0, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, CustomUVType) == 0x0000B1, "Member 'UMaterialExpressionLandscapeLayerCoords::CustomUVType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingScale) == 0x0000B4, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingRotation) == 0x0000B8, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingRotation' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanU) == 0x0000BC, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanU' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanV) == 0x0000C0, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSample \ +static_assert(alignof(UMaterialExpressionLandscapeLayerSample) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSample"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerSample) == 0x0000C0, "Wrong size on UMaterialExpressionLandscapeLayerSample"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, ParameterName) == 0x0000B0, "Member 'UMaterialExpressionLandscapeLayerSample::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, PreviewWeight) == 0x0000B8, "Member 'UMaterialExpressionLandscapeLayerSample::PreviewWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSwitch \ +static_assert(alignof(UMaterialExpressionLandscapeLayerSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSwitch"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerSwitch) == 0x000110, "Wrong size on UMaterialExpressionLandscapeLayerSwitch"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerUsed) == 0x0000B0, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerUsed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerNotUsed) == 0x0000D8, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerNotUsed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, ParameterName) == 0x000100, "Member 'UMaterialExpressionLandscapeLayerSwitch::ParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlatePostSettings \ +static_assert(alignof(FSlatePostSettings) == 0x000008, "Wrong alignment on FSlatePostSettings"); \ +static_assert(sizeof(FSlatePostSettings) == 0x000030, "Wrong size on FSlatePostSettings"); \ +static_assert(offsetof(FSlatePostSettings, Resolution) == 0x000001, "Member 'FSlatePostSettings::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FSlatePostSettings, PostProcessorClass) == 0x000008, "Member 'FSlatePostSettings::PostProcessorClass' has a wrong offset!"); \ +static_assert(offsetof(FSlatePostSettings, PathToSlatePostRT) == 0x000010, "Member 'FSlatePostSettings::PathToSlatePostRT' has a wrong offset!"); \ +static_assert(offsetof(FSlatePostSettings, CachedSlatePostRT) == 0x000020, "Member 'FSlatePostSettings::CachedSlatePostRT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateFXSubsystem_GetSlatePostProcessor \ +static_assert(alignof(SlateFXSubsystem_GetSlatePostProcessor) == 0x000008, "Wrong alignment on SlateFXSubsystem_GetSlatePostProcessor"); \ +static_assert(sizeof(SlateFXSubsystem_GetSlatePostProcessor) == 0x000010, "Wrong size on SlateFXSubsystem_GetSlatePostProcessor"); \ +static_assert(offsetof(SlateFXSubsystem_GetSlatePostProcessor, InPostBufferBit) == 0x000000, "Member 'SlateFXSubsystem_GetSlatePostProcessor::InPostBufferBit' has a wrong offset!"); \ +static_assert(offsetof(SlateFXSubsystem_GetSlatePostProcessor, ReturnValue) == 0x000008, "Member 'SlateFXSubsystem_GetSlatePostProcessor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateFXSubsystem \ +static_assert(alignof(USlateFXSubsystem) == 0x000008, "Wrong alignment on USlateFXSubsystem"); \ +static_assert(sizeof(USlateFXSubsystem) == 0x0000D0, "Wrong size on USlateFXSubsystem"); \ +static_assert(offsetof(USlateFXSubsystem, SlatePostBufferProcessors) == 0x000030, "Member 'USlateFXSubsystem::SlatePostBufferProcessors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateRHIPostBufferProcessor \ +static_assert(alignof(USlateRHIPostBufferProcessor) == 0x000008, "Wrong alignment on USlateRHIPostBufferProcessor"); \ +static_assert(sizeof(USlateRHIPostBufferProcessor) == 0x000028, "Wrong size on USlateRHIPostBufferProcessor"); \ + +#define DUMPER7_ASSERTS_USlatePostBufferBlur \ +static_assert(alignof(USlatePostBufferBlur) == 0x000008, "Wrong alignment on USlatePostBufferBlur"); \ +static_assert(sizeof(USlatePostBufferBlur) == 0x000040, "Wrong size on USlatePostBufferBlur"); \ +static_assert(offsetof(USlatePostBufferBlur, GaussianBlurStrength) == 0x000028, "Member 'USlatePostBufferBlur::GaussianBlurStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateFontBlueprintLibrary_MakeSlateFontInfo \ +static_assert(alignof(SlateFontBlueprintLibrary_MakeSlateFontInfo) == 0x000008, "Wrong alignment on SlateFontBlueprintLibrary_MakeSlateFontInfo"); \ +static_assert(sizeof(SlateFontBlueprintLibrary_MakeSlateFontInfo) == 0x0000B0, "Wrong size on SlateFontBlueprintLibrary_MakeSlateFontInfo"); \ +static_assert(offsetof(SlateFontBlueprintLibrary_MakeSlateFontInfo, FontObject) == 0x000000, "Member 'SlateFontBlueprintLibrary_MakeSlateFontInfo::FontObject' has a wrong offset!"); \ +static_assert(offsetof(SlateFontBlueprintLibrary_MakeSlateFontInfo, FontMaterial) == 0x000008, "Member 'SlateFontBlueprintLibrary_MakeSlateFontInfo::FontMaterial' has a wrong offset!"); \ +static_assert(offsetof(SlateFontBlueprintLibrary_MakeSlateFontInfo, OutlineSettings) == 0x000010, "Member 'SlateFontBlueprintLibrary_MakeSlateFontInfo::OutlineSettings' has a wrong offset!"); \ +static_assert(offsetof(SlateFontBlueprintLibrary_MakeSlateFontInfo, TypefaceFontName) == 0x000030, "Member 'SlateFontBlueprintLibrary_MakeSlateFontInfo::TypefaceFontName' has a wrong offset!"); \ +static_assert(offsetof(SlateFontBlueprintLibrary_MakeSlateFontInfo, Size) == 0x000038, "Member 'SlateFontBlueprintLibrary_MakeSlateFontInfo::Size' has a wrong offset!"); \ +static_assert(offsetof(SlateFontBlueprintLibrary_MakeSlateFontInfo, LetterSpacing) == 0x00003C, "Member 'SlateFontBlueprintLibrary_MakeSlateFontInfo::LetterSpacing' has a wrong offset!"); \ +static_assert(offsetof(SlateFontBlueprintLibrary_MakeSlateFontInfo, SkewAmount) == 0x000040, "Member 'SlateFontBlueprintLibrary_MakeSlateFontInfo::SkewAmount' has a wrong offset!"); \ +static_assert(offsetof(SlateFontBlueprintLibrary_MakeSlateFontInfo, bForceMonospaced) == 0x000044, "Member 'SlateFontBlueprintLibrary_MakeSlateFontInfo::bForceMonospaced' has a wrong offset!"); \ +static_assert(offsetof(SlateFontBlueprintLibrary_MakeSlateFontInfo, bMaterialIsStencil) == 0x000045, "Member 'SlateFontBlueprintLibrary_MakeSlateFontInfo::bMaterialIsStencil' has a wrong offset!"); \ +static_assert(offsetof(SlateFontBlueprintLibrary_MakeSlateFontInfo, MonospacedWidth) == 0x000048, "Member 'SlateFontBlueprintLibrary_MakeSlateFontInfo::MonospacedWidth' has a wrong offset!"); \ +static_assert(offsetof(SlateFontBlueprintLibrary_MakeSlateFontInfo, ReturnValue) == 0x000050, "Member 'SlateFontBlueprintLibrary_MakeSlateFontInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateFontBlueprintLibrary \ +static_assert(alignof(USlateFontBlueprintLibrary) == 0x000008, "Wrong alignment on USlateFontBlueprintLibrary"); \ +static_assert(sizeof(USlateFontBlueprintLibrary) == 0x000028, "Wrong size on USlateFontBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_SlateRHIRendererSettings_GetMutableSlatePostSetting \ +static_assert(alignof(SlateRHIRendererSettings_GetMutableSlatePostSetting) == 0x000008, "Wrong alignment on SlateRHIRendererSettings_GetMutableSlatePostSetting"); \ +static_assert(sizeof(SlateRHIRendererSettings_GetMutableSlatePostSetting) == 0x000038, "Wrong size on SlateRHIRendererSettings_GetMutableSlatePostSetting"); \ +static_assert(offsetof(SlateRHIRendererSettings_GetMutableSlatePostSetting, InPostBufferBit) == 0x000000, "Member 'SlateRHIRendererSettings_GetMutableSlatePostSetting::InPostBufferBit' has a wrong offset!"); \ +static_assert(offsetof(SlateRHIRendererSettings_GetMutableSlatePostSetting, ReturnValue) == 0x000008, "Member 'SlateRHIRendererSettings_GetMutableSlatePostSetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateRHIRendererSettings_GetSlatePostSetting \ +static_assert(alignof(SlateRHIRendererSettings_GetSlatePostSetting) == 0x000008, "Wrong alignment on SlateRHIRendererSettings_GetSlatePostSetting"); \ +static_assert(sizeof(SlateRHIRendererSettings_GetSlatePostSetting) == 0x000038, "Wrong size on SlateRHIRendererSettings_GetSlatePostSetting"); \ +static_assert(offsetof(SlateRHIRendererSettings_GetSlatePostSetting, InPostBufferBit) == 0x000000, "Member 'SlateRHIRendererSettings_GetSlatePostSetting::InPostBufferBit' has a wrong offset!"); \ +static_assert(offsetof(SlateRHIRendererSettings_GetSlatePostSetting, ReturnValue) == 0x000008, "Member 'SlateRHIRendererSettings_GetSlatePostSetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateRHIRendererSettings \ +static_assert(alignof(USlateRHIRendererSettings) == 0x000008, "Wrong alignment on USlateRHIRendererSettings"); \ +static_assert(sizeof(USlateRHIRendererSettings) == 0x000088, "Wrong size on USlateRHIRendererSettings"); \ +static_assert(offsetof(USlateRHIRendererSettings, SlatePostSettings) == 0x000038, "Member 'USlateRHIRendererSettings::SlatePostSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimedDataChannelSampleTime \ +static_assert(alignof(FTimedDataChannelSampleTime) == 0x000008, "Wrong alignment on FTimedDataChannelSampleTime"); \ +static_assert(sizeof(FTimedDataChannelSampleTime) == 0x000018, "Wrong size on FTimedDataChannelSampleTime"); \ + +#define DUMPER7_ASSERTS_FTimedDataInputEvaluationData \ +static_assert(alignof(FTimedDataInputEvaluationData) == 0x000004, "Wrong alignment on FTimedDataInputEvaluationData"); \ +static_assert(sizeof(FTimedDataInputEvaluationData) == 0x000008, "Wrong size on FTimedDataInputEvaluationData"); \ +static_assert(offsetof(FTimedDataInputEvaluationData, DistanceToNewestSampleSeconds) == 0x000000, "Member 'FTimedDataInputEvaluationData::DistanceToNewestSampleSeconds' has a wrong offset!"); \ +static_assert(offsetof(FTimedDataInputEvaluationData, DistanceToOldestSampleSeconds) == 0x000004, "Member 'FTimedDataInputEvaluationData::DistanceToOldestSampleSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_IClockedTimeStep \ +static_assert(alignof(IClockedTimeStep) == 0x000001, "Wrong alignment on IClockedTimeStep"); \ +static_assert(sizeof(IClockedTimeStep) == 0x000001, "Wrong size on IClockedTimeStep"); \ + +#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_UCatchupFixedRateCustomTimeStep \ +static_assert(alignof(UCatchupFixedRateCustomTimeStep) == 0x000008, "Wrong alignment on UCatchupFixedRateCustomTimeStep"); \ +static_assert(sizeof(UCatchupFixedRateCustomTimeStep) == 0x000048, "Wrong size on UCatchupFixedRateCustomTimeStep"); \ +static_assert(offsetof(UCatchupFixedRateCustomTimeStep, FrameRate) == 0x000030, "Member 'UCatchupFixedRateCustomTimeStep::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UCatchupFixedRateCustomTimeStep, MaxCatchupSeconds) == 0x000038, "Member 'UCatchupFixedRateCustomTimeStep::MaxCatchupSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimecodeRegressionProvider \ +static_assert(alignof(UTimecodeRegressionProvider) == 0x000008, "Wrong alignment on UTimecodeRegressionProvider"); \ +static_assert(sizeof(UTimecodeRegressionProvider) == 0x0000E8, "Wrong size on UTimecodeRegressionProvider"); \ +static_assert(offsetof(UTimecodeRegressionProvider, NumSampledFrames) == 0x000030, "Member 'UTimecodeRegressionProvider::NumSampledFrames' has a wrong offset!"); \ +static_assert(offsetof(UTimecodeRegressionProvider, OwningEngine) == 0x000038, "Member 'UTimecodeRegressionProvider::OwningEngine' has a wrong offset!"); \ +static_assert(offsetof(UTimecodeRegressionProvider, TimecodeImpl) == 0x000040, "Member 'UTimecodeRegressionProvider::TimecodeImpl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGenlockedCustomTimeStep \ +static_assert(alignof(UGenlockedCustomTimeStep) == 0x000008, "Wrong alignment on UGenlockedCustomTimeStep"); \ +static_assert(sizeof(UGenlockedCustomTimeStep) == 0x000030, "Wrong size on UGenlockedCustomTimeStep"); \ +static_assert(offsetof(UGenlockedCustomTimeStep, bAutoDetectFormat) == 0x000028, "Member 'UGenlockedCustomTimeStep::bAutoDetectFormat' has a wrong offset!"); \ +static_assert(offsetof(UGenlockedCustomTimeStep, bWaitForBothFields) == 0x000029, "Member 'UGenlockedCustomTimeStep::bWaitForBothFields' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGenlockedFixedRateCustomTimeStep \ +static_assert(alignof(UGenlockedFixedRateCustomTimeStep) == 0x000008, "Wrong alignment on UGenlockedFixedRateCustomTimeStep"); \ +static_assert(sizeof(UGenlockedFixedRateCustomTimeStep) == 0x000050, "Wrong size on UGenlockedFixedRateCustomTimeStep"); \ +static_assert(offsetof(UGenlockedFixedRateCustomTimeStep, FrameRate) == 0x000030, "Member 'UGenlockedFixedRateCustomTimeStep::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UGenlockedFixedRateCustomTimeStep, bShouldBlock) == 0x000038, "Member 'UGenlockedFixedRateCustomTimeStep::bShouldBlock' has a wrong offset!"); \ +static_assert(offsetof(UGenlockedFixedRateCustomTimeStep, bForceSingleFrameDeltaTime) == 0x000039, "Member 'UGenlockedFixedRateCustomTimeStep::bForceSingleFrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MusicalTimeFunctionLibrary_BarAndBeat \ +static_assert(alignof(MusicalTimeFunctionLibrary_BarAndBeat) == 0x000004, "Wrong alignment on MusicalTimeFunctionLibrary_BarAndBeat"); \ +static_assert(sizeof(MusicalTimeFunctionLibrary_BarAndBeat) == 0x000018, "Wrong size on MusicalTimeFunctionLibrary_BarAndBeat"); \ +static_assert(offsetof(MusicalTimeFunctionLibrary_BarAndBeat, InMusicalTime) == 0x000000, "Member 'MusicalTimeFunctionLibrary_BarAndBeat::InMusicalTime' has a wrong offset!"); \ +static_assert(offsetof(MusicalTimeFunctionLibrary_BarAndBeat, Bar) == 0x000010, "Member 'MusicalTimeFunctionLibrary_BarAndBeat::Bar' has a wrong offset!"); \ +static_assert(offsetof(MusicalTimeFunctionLibrary_BarAndBeat, Beat) == 0x000014, "Member 'MusicalTimeFunctionLibrary_BarAndBeat::Beat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MusicalTimeFunctionLibrary_FractionalBars \ +static_assert(alignof(MusicalTimeFunctionLibrary_FractionalBars) == 0x000004, "Wrong alignment on MusicalTimeFunctionLibrary_FractionalBars"); \ +static_assert(sizeof(MusicalTimeFunctionLibrary_FractionalBars) == 0x000014, "Wrong size on MusicalTimeFunctionLibrary_FractionalBars"); \ +static_assert(offsetof(MusicalTimeFunctionLibrary_FractionalBars, InMusicalTime) == 0x000000, "Member 'MusicalTimeFunctionLibrary_FractionalBars::InMusicalTime' has a wrong offset!"); \ +static_assert(offsetof(MusicalTimeFunctionLibrary_FractionalBars, ReturnValue) == 0x000010, "Member 'MusicalTimeFunctionLibrary_FractionalBars::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MusicalTimeFunctionLibrary_FractionalBeatsInBar \ +static_assert(alignof(MusicalTimeFunctionLibrary_FractionalBeatsInBar) == 0x000004, "Wrong alignment on MusicalTimeFunctionLibrary_FractionalBeatsInBar"); \ +static_assert(sizeof(MusicalTimeFunctionLibrary_FractionalBeatsInBar) == 0x000014, "Wrong size on MusicalTimeFunctionLibrary_FractionalBeatsInBar"); \ +static_assert(offsetof(MusicalTimeFunctionLibrary_FractionalBeatsInBar, InMusicalTime) == 0x000000, "Member 'MusicalTimeFunctionLibrary_FractionalBeatsInBar::InMusicalTime' has a wrong offset!"); \ +static_assert(offsetof(MusicalTimeFunctionLibrary_FractionalBeatsInBar, ReturnValue) == 0x000010, "Member 'MusicalTimeFunctionLibrary_FractionalBeatsInBar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MusicalTimeFunctionLibrary_IsValid \ +static_assert(alignof(MusicalTimeFunctionLibrary_IsValid) == 0x000004, "Wrong alignment on MusicalTimeFunctionLibrary_IsValid"); \ +static_assert(sizeof(MusicalTimeFunctionLibrary_IsValid) == 0x000014, "Wrong size on MusicalTimeFunctionLibrary_IsValid"); \ +static_assert(offsetof(MusicalTimeFunctionLibrary_IsValid, InMusicalTime) == 0x000000, "Member 'MusicalTimeFunctionLibrary_IsValid::InMusicalTime' has a wrong offset!"); \ +static_assert(offsetof(MusicalTimeFunctionLibrary_IsValid, ReturnValue) == 0x000010, "Member 'MusicalTimeFunctionLibrary_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMusicalTimeFunctionLibrary \ +static_assert(alignof(UMusicalTimeFunctionLibrary) == 0x000008, "Wrong alignment on UMusicalTimeFunctionLibrary"); \ +static_assert(sizeof(UMusicalTimeFunctionLibrary) == 0x000028, "Wrong size on UMusicalTimeFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber \ +static_assert(alignof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Add_FrameNumberInteger \ +static_assert(alignof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Add_FrameNumberInteger"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Add_FrameNumberInteger"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::A' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, B) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::B' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger) == 0x000008, "Wrong size on TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger, InFrameNumber) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger, ReturnValue) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_FrameRateToInterval \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_FrameRateToInterval) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_FrameRateToInterval"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_FrameRateToInterval) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Conv_FrameRateToInterval"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToInterval, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToInterval::InFrameRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToInterval, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds::InFrameRate' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds, InFrameTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds::InFrameTime' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds, ReturnValue) == 0x000010, "Member 'TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_TimecodeToString \ +static_assert(alignof(TimeManagementBlueprintLibrary_Conv_TimecodeToString) == 0x000008, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_TimecodeToString"); \ +static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_TimecodeToString) == 0x000030, "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) == 0x000018, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::bForceSignDisplay' has a wrong offset!"); \ +static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, ReturnValue) == 0x000020, "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) == 0x000018, "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_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_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_FMovieSceneDeterminismFence \ +static_assert(alignof(FMovieSceneDeterminismFence) == 0x000004, "Wrong alignment on FMovieSceneDeterminismFence"); \ +static_assert(sizeof(FMovieSceneDeterminismFence) == 0x000008, "Wrong size on FMovieSceneDeterminismFence"); \ +static_assert(offsetof(FMovieSceneDeterminismFence, FrameNumber) == 0x000000, "Member 'FMovieSceneDeterminismFence::FrameNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDeterminismData \ +static_assert(alignof(FMovieSceneDeterminismData) == 0x000008, "Wrong alignment on FMovieSceneDeterminismData"); \ +static_assert(sizeof(FMovieSceneDeterminismData) == 0x000018, "Wrong size on FMovieSceneDeterminismData"); \ +static_assert(offsetof(FMovieSceneDeterminismData, Fences) == 0x000000, "Member 'FMovieSceneDeterminismData::Fences' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDeterminismData, bParentSequenceRequiresLowerFence) == 0x000010, "Member 'FMovieSceneDeterminismData::bParentSequenceRequiresLowerFence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDeterminismData, bParentSequenceRequiresUpperFence) == 0x000011, "Member 'FMovieSceneDeterminismData::bParentSequenceRequiresUpperFence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEmptyStruct \ +static_assert(alignof(FMovieSceneEmptyStruct) == 0x000001, "Wrong alignment on FMovieSceneEmptyStruct"); \ +static_assert(sizeof(FMovieSceneEmptyStruct) == 0x000001, "Wrong size on FMovieSceneEmptyStruct"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvalTemplateBase \ +static_assert(alignof(FMovieSceneEvalTemplateBase) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplateBase"); \ +static_assert(sizeof(FMovieSceneEvalTemplateBase) == 0x000010, "Wrong size on FMovieSceneEvalTemplateBase"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceID \ +static_assert(alignof(FMovieSceneSequenceID) == 0x000004, "Wrong alignment on FMovieSceneSequenceID"); \ +static_assert(sizeof(FMovieSceneSequenceID) == 0x000004, "Wrong size on FMovieSceneSequenceID"); \ +static_assert(offsetof(FMovieSceneSequenceID, Value) == 0x000000, "Member 'FMovieSceneSequenceID::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackIdentifier \ +static_assert(alignof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong alignment on FMovieSceneTrackIdentifier"); \ +static_assert(sizeof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong size on FMovieSceneTrackIdentifier"); \ +static_assert(offsetof(FMovieSceneTrackIdentifier, Value) == 0x000000, "Member 'FMovieSceneTrackIdentifier::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationKey \ +static_assert(alignof(FMovieSceneEvaluationKey) == 0x000004, "Wrong alignment on FMovieSceneEvaluationKey"); \ +static_assert(sizeof(FMovieSceneEvaluationKey) == 0x00000C, "Wrong size on FMovieSceneEvaluationKey"); \ +static_assert(offsetof(FMovieSceneEvaluationKey, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationKey::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationKey, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationKey::TrackIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationKey, SectionIndex) == 0x000008, "Member 'FMovieSceneEvaluationKey::SectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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) == 0x000040, "Wrong size on FGeneratedMovieSceneKeyStruct"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDynamicBindingResolveParams \ +static_assert(alignof(FMovieSceneDynamicBindingResolveParams) == 0x000008, "Wrong alignment on FMovieSceneDynamicBindingResolveParams"); \ +static_assert(sizeof(FMovieSceneDynamicBindingResolveParams) == 0x000020, "Wrong size on FMovieSceneDynamicBindingResolveParams"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveParams, Sequence) == 0x000000, "Member 'FMovieSceneDynamicBindingResolveParams::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveParams, ObjectBindingID) == 0x000008, "Member 'FMovieSceneDynamicBindingResolveParams::ObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveParams, RootSequence) == 0x000018, "Member 'FMovieSceneDynamicBindingResolveParams::RootSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneNumericVariant \ +static_assert(alignof(FMovieSceneNumericVariant) == 0x000008, "Wrong alignment on FMovieSceneNumericVariant"); \ +static_assert(sizeof(FMovieSceneNumericVariant) == 0x000008, "Wrong size on FMovieSceneNumericVariant"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimeWarpVariant \ +static_assert(alignof(FMovieSceneTimeWarpVariant) == 0x000008, "Wrong alignment on FMovieSceneTimeWarpVariant"); \ +static_assert(sizeof(FMovieSceneTimeWarpVariant) == 0x000008, "Wrong size on FMovieSceneTimeWarpVariant"); \ +static_assert(offsetof(FMovieSceneTimeWarpVariant, Variant) == 0x000000, "Member 'FMovieSceneTimeWarpVariant::Variant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSectionParameters \ +static_assert(alignof(FMovieSceneSectionParameters) == 0x000008, "Wrong alignment on FMovieSceneSectionParameters"); \ +static_assert(sizeof(FMovieSceneSectionParameters) == 0x000030, "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) == 0x000018, "Member 'FMovieSceneSectionParameters::HierarchicalBias' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, Flags) == 0x00001C, "Member 'FMovieSceneSectionParameters::Flags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, StartOffset) == 0x000020, "Member 'FMovieSceneSectionParameters::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, PrerollTime) == 0x000024, "Member 'FMovieSceneSectionParameters::PrerollTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, PostrollTime) == 0x000028, "Member 'FMovieSceneSectionParameters::PostrollTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSegmentIdentifier \ +static_assert(alignof(FMovieSceneSegmentIdentifier) == 0x000004, "Wrong alignment on FMovieSceneSegmentIdentifier"); \ +static_assert(sizeof(FMovieSceneSegmentIdentifier) == 0x000004, "Wrong size on FMovieSceneSegmentIdentifier"); \ +static_assert(offsetof(FMovieSceneSegmentIdentifier, IdentifierIndex) == 0x000000, "Member 'FMovieSceneSegmentIdentifier::IdentifierIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSectionEvaluationData \ +static_assert(alignof(FSectionEvaluationData) == 0x000004, "Wrong alignment on FSectionEvaluationData"); \ +static_assert(sizeof(FSectionEvaluationData) == 0x00000C, "Wrong size on FSectionEvaluationData"); \ +static_assert(offsetof(FSectionEvaluationData, ImplIndex) == 0x000000, "Member 'FSectionEvaluationData::ImplIndex' has a wrong offset!"); \ +static_assert(offsetof(FSectionEvaluationData, ForcedTime) == 0x000004, "Member 'FSectionEvaluationData::ForcedTime' has a wrong offset!"); \ +static_assert(offsetof(FSectionEvaluationData, Flags) == 0x000008, "Member 'FSectionEvaluationData::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSegment \ +static_assert(alignof(FMovieSceneSegment) == 0x000008, "Wrong alignment on FMovieSceneSegment"); \ +static_assert(sizeof(FMovieSceneSegment) == 0x000058, "Wrong size on FMovieSceneSegment"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceLoopCount \ +static_assert(alignof(FMovieSceneSequenceLoopCount) == 0x000004, "Wrong alignment on FMovieSceneSequenceLoopCount"); \ +static_assert(sizeof(FMovieSceneSequenceLoopCount) == 0x000004, "Wrong size on FMovieSceneSequenceLoopCount"); \ +static_assert(offsetof(FMovieSceneSequenceLoopCount, Value) == 0x000000, "Member 'FMovieSceneSequenceLoopCount::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceInstanceData \ +static_assert(alignof(FMovieSceneSequenceInstanceData) == 0x000008, "Wrong alignment on FMovieSceneSequenceInstanceData"); \ +static_assert(sizeof(FMovieSceneSequenceInstanceData) == 0x000008, "Wrong size on FMovieSceneSequenceInstanceData"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceTickInterval \ +static_assert(alignof(FMovieSceneSequenceTickInterval) == 0x000004, "Wrong alignment on FMovieSceneSequenceTickInterval"); \ +static_assert(sizeof(FMovieSceneSequenceTickInterval) == 0x00000C, "Wrong size on FMovieSceneSequenceTickInterval"); \ +static_assert(offsetof(FMovieSceneSequenceTickInterval, TickIntervalSeconds) == 0x000000, "Member 'FMovieSceneSequenceTickInterval::TickIntervalSeconds' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceTickInterval, EvaluationBudgetMicroseconds) == 0x000004, "Member 'FMovieSceneSequenceTickInterval::EvaluationBudgetMicroseconds' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceTickInterval, bTickWhenPaused) == 0x000008, "Member 'FMovieSceneSequenceTickInterval::bTickWhenPaused' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceTickInterval, bAllowRounding) == 0x000009, "Member 'FMovieSceneSequenceTickInterval::bAllowRounding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackSettings \ +static_assert(alignof(FMovieSceneSequencePlaybackSettings) == 0x000004, "Wrong alignment on FMovieSceneSequencePlaybackSettings"); \ +static_assert(sizeof(FMovieSceneSequencePlaybackSettings) == 0x000028, "Wrong size on FMovieSceneSequencePlaybackSettings"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, LoopCount) == 0x000004, "Member 'FMovieSceneSequencePlaybackSettings::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, TickInterval) == 0x000008, "Member 'FMovieSceneSequencePlaybackSettings::TickInterval' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, PlayRate) == 0x000014, "Member 'FMovieSceneSequencePlaybackSettings::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, StartTime) == 0x000018, "Member 'FMovieSceneSequencePlaybackSettings::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, FinishCompletionStateOverride) == 0x000020, "Member 'FMovieSceneSequencePlaybackSettings::FinishCompletionStateOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimeTransform \ +static_assert(alignof(FMovieSceneTimeTransform) == 0x000004, "Wrong alignment on FMovieSceneTimeTransform"); \ +static_assert(sizeof(FMovieSceneTimeTransform) == 0x00000C, "Wrong size on FMovieSceneTimeTransform"); \ +static_assert(offsetof(FMovieSceneTimeTransform, TimeScale) == 0x000000, "Member 'FMovieSceneTimeTransform::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTimeTransform, Offset) == 0x000004, "Member 'FMovieSceneTimeTransform::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBindingResolveResult \ +static_assert(alignof(FMovieSceneBindingResolveResult) == 0x000008, "Wrong alignment on FMovieSceneBindingResolveResult"); \ +static_assert(sizeof(FMovieSceneBindingResolveResult) == 0x000018, "Wrong size on FMovieSceneBindingResolveResult"); \ +static_assert(offsetof(FMovieSceneBindingResolveResult, Objects) == 0x000000, "Member 'FMovieSceneBindingResolveResult::Objects' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingResolveResult, Object) == 0x000010, "Member 'FMovieSceneBindingResolveResult::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSubSectionOriginOverrideMask \ +static_assert(alignof(FMovieSceneSubSectionOriginOverrideMask) == 0x000004, "Wrong alignment on FMovieSceneSubSectionOriginOverrideMask"); \ +static_assert(sizeof(FMovieSceneSubSectionOriginOverrideMask) == 0x000004, "Wrong size on FMovieSceneSubSectionOriginOverrideMask"); \ +static_assert(offsetof(FMovieSceneSubSectionOriginOverrideMask, Mask) == 0x000000, "Member 'FMovieSceneSubSectionOriginOverrideMask::Mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBindingProxy \ +static_assert(alignof(FMovieSceneBindingProxy) == 0x000008, "Wrong alignment on FMovieSceneBindingProxy"); \ +static_assert(sizeof(FMovieSceneBindingProxy) == 0x000018, "Wrong size on FMovieSceneBindingProxy"); \ +static_assert(offsetof(FMovieSceneBindingProxy, BindingID) == 0x000000, "Member 'FMovieSceneBindingProxy::BindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingProxy, Sequence) == 0x000010, "Member 'FMovieSceneBindingProxy::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBindingResolveContext \ +static_assert(alignof(FMovieSceneBindingResolveContext) == 0x000008, "Wrong alignment on FMovieSceneBindingResolveContext"); \ +static_assert(sizeof(FMovieSceneBindingResolveContext) == 0x000020, "Wrong size on FMovieSceneBindingResolveContext"); \ +static_assert(offsetof(FMovieSceneBindingResolveContext, WorldContext) == 0x000000, "Member 'FMovieSceneBindingResolveContext::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingResolveContext, Binding) == 0x000008, "Member 'FMovieSceneBindingResolveContext::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneChannel \ +static_assert(alignof(FMovieSceneChannel) == 0x000008, "Wrong alignment on FMovieSceneChannel"); \ +static_assert(sizeof(FMovieSceneChannel) == 0x000050, "Wrong size on FMovieSceneChannel"); \ + +#define DUMPER7_ASSERTS_FMovieSceneKeyHandleMap \ +static_assert(alignof(FMovieSceneKeyHandleMap) == 0x000008, "Wrong alignment on FMovieSceneKeyHandleMap"); \ +static_assert(sizeof(FMovieSceneKeyHandleMap) == 0x000088, "Wrong size on FMovieSceneKeyHandleMap"); \ + +#define DUMPER7_ASSERTS_FMovieSceneAudioTriggerChannel \ +static_assert(alignof(FMovieSceneAudioTriggerChannel) == 0x000008, "Wrong alignment on FMovieSceneAudioTriggerChannel"); \ +static_assert(sizeof(FMovieSceneAudioTriggerChannel) == 0x0000F8, "Wrong size on FMovieSceneAudioTriggerChannel"); \ +static_assert(offsetof(FMovieSceneAudioTriggerChannel, Times) == 0x000050, "Member 'FMovieSceneAudioTriggerChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneAudioTriggerChannel, Values) == 0x000060, "Member 'FMovieSceneAudioTriggerChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneAudioTriggerChannel, KeyHandles) == 0x000070, "Member 'FMovieSceneAudioTriggerChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBoolChannel \ +static_assert(alignof(FMovieSceneBoolChannel) == 0x000008, "Wrong alignment on FMovieSceneBoolChannel"); \ +static_assert(sizeof(FMovieSceneBoolChannel) == 0x000108, "Wrong size on FMovieSceneBoolChannel"); \ +static_assert(offsetof(FMovieSceneBoolChannel, PreInfinityExtrap) == 0x000050, "Member 'FMovieSceneBoolChannel::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, PostInfinityExtrap) == 0x000051, "Member 'FMovieSceneBoolChannel::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, Times) == 0x000058, "Member 'FMovieSceneBoolChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, DefaultValue) == 0x000068, "Member 'FMovieSceneBoolChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, bHasDefaultValue) == 0x000069, "Member 'FMovieSceneBoolChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, Values) == 0x000070, "Member 'FMovieSceneBoolChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, KeyHandles) == 0x000080, "Member 'FMovieSceneBoolChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneByteChannel \ +static_assert(alignof(FMovieSceneByteChannel) == 0x000008, "Wrong alignment on FMovieSceneByteChannel"); \ +static_assert(sizeof(FMovieSceneByteChannel) == 0x000110, "Wrong size on FMovieSceneByteChannel"); \ +static_assert(offsetof(FMovieSceneByteChannel, PreInfinityExtrap) == 0x000050, "Member 'FMovieSceneByteChannel::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, PostInfinityExtrap) == 0x000051, "Member 'FMovieSceneByteChannel::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, Times) == 0x000058, "Member 'FMovieSceneByteChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, DefaultValue) == 0x000068, "Member 'FMovieSceneByteChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, bHasDefaultValue) == 0x000069, "Member 'FMovieSceneByteChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, Values) == 0x000070, "Member 'FMovieSceneByteChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, Enum) == 0x000080, "Member 'FMovieSceneByteChannel::Enum' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneByteChannel, KeyHandles) == 0x000088, "Member 'FMovieSceneByteChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimeWarpClamp \ +static_assert(alignof(FMovieSceneTimeWarpClamp) == 0x000004, "Wrong alignment on FMovieSceneTimeWarpClamp"); \ +static_assert(sizeof(FMovieSceneTimeWarpClamp) == 0x000004, "Wrong size on FMovieSceneTimeWarpClamp"); \ +static_assert(offsetof(FMovieSceneTimeWarpClamp, Max) == 0x000000, "Member 'FMovieSceneTimeWarpClamp::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTangentData \ +static_assert(alignof(FMovieSceneTangentData) == 0x000004, "Wrong alignment on FMovieSceneTangentData"); \ +static_assert(sizeof(FMovieSceneTangentData) == 0x000014, "Wrong size on FMovieSceneTangentData"); \ +static_assert(offsetof(FMovieSceneTangentData, ArriveTangent) == 0x000000, "Member 'FMovieSceneTangentData::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentData, LeaveTangent) == 0x000004, "Member 'FMovieSceneTangentData::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentData, ArriveTangentWeight) == 0x000008, "Member 'FMovieSceneTangentData::ArriveTangentWeight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentData, LeaveTangentWeight) == 0x00000C, "Member 'FMovieSceneTangentData::LeaveTangentWeight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentData, TangentWeightMode) == 0x000010, "Member 'FMovieSceneTangentData::TangentWeightMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDoubleValue \ +static_assert(alignof(FMovieSceneDoubleValue) == 0x000008, "Wrong alignment on FMovieSceneDoubleValue"); \ +static_assert(sizeof(FMovieSceneDoubleValue) == 0x000020, "Wrong size on FMovieSceneDoubleValue"); \ +static_assert(offsetof(FMovieSceneDoubleValue, Value) == 0x000000, "Member 'FMovieSceneDoubleValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleValue, Tangent) == 0x000008, "Member 'FMovieSceneDoubleValue::Tangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleValue, InterpMode) == 0x00001C, "Member 'FMovieSceneDoubleValue::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleValue, TangentMode) == 0x00001D, "Member 'FMovieSceneDoubleValue::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleValue, PaddingByte) == 0x00001E, "Member 'FMovieSceneDoubleValue::PaddingByte' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDoubleChannel \ +static_assert(alignof(FMovieSceneDoubleChannel) == 0x000008, "Wrong alignment on FMovieSceneDoubleChannel"); \ +static_assert(sizeof(FMovieSceneDoubleChannel) == 0x000118, "Wrong size on FMovieSceneDoubleChannel"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, PreInfinityExtrap) == 0x000050, "Member 'FMovieSceneDoubleChannel::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, PostInfinityExtrap) == 0x000051, "Member 'FMovieSceneDoubleChannel::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, Times) == 0x000058, "Member 'FMovieSceneDoubleChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, Values) == 0x000068, "Member 'FMovieSceneDoubleChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, DefaultValue) == 0x000078, "Member 'FMovieSceneDoubleChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, bHasDefaultValue) == 0x000080, "Member 'FMovieSceneDoubleChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, KeyHandles) == 0x000088, "Member 'FMovieSceneDoubleChannel::KeyHandles' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDoubleChannel, TickResolution) == 0x000110, "Member 'FMovieSceneDoubleChannel::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatValue \ +static_assert(alignof(FMovieSceneFloatValue) == 0x000004, "Wrong alignment on FMovieSceneFloatValue"); \ +static_assert(sizeof(FMovieSceneFloatValue) == 0x00001C, "Wrong size on FMovieSceneFloatValue"); \ +static_assert(offsetof(FMovieSceneFloatValue, Value) == 0x000000, "Member 'FMovieSceneFloatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValue, Tangent) == 0x000004, "Member 'FMovieSceneFloatValue::Tangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValue, InterpMode) == 0x000018, "Member 'FMovieSceneFloatValue::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValue, TangentMode) == 0x000019, "Member 'FMovieSceneFloatValue::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValue, PaddingByte) == 0x00001A, "Member 'FMovieSceneFloatValue::PaddingByte' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatChannel \ +static_assert(alignof(FMovieSceneFloatChannel) == 0x000008, "Wrong alignment on FMovieSceneFloatChannel"); \ +static_assert(sizeof(FMovieSceneFloatChannel) == 0x000110, "Wrong size on FMovieSceneFloatChannel"); \ +static_assert(offsetof(FMovieSceneFloatChannel, PreInfinityExtrap) == 0x000050, "Member 'FMovieSceneFloatChannel::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, PostInfinityExtrap) == 0x000051, "Member 'FMovieSceneFloatChannel::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, Times) == 0x000058, "Member 'FMovieSceneFloatChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, Values) == 0x000068, "Member 'FMovieSceneFloatChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, DefaultValue) == 0x000078, "Member 'FMovieSceneFloatChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, bHasDefaultValue) == 0x00007C, "Member 'FMovieSceneFloatChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, KeyHandles) == 0x000080, "Member 'FMovieSceneFloatChannel::KeyHandles' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannel, TickResolution) == 0x000108, "Member 'FMovieSceneFloatChannel::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneIntegerChannel \ +static_assert(alignof(FMovieSceneIntegerChannel) == 0x000008, "Wrong alignment on FMovieSceneIntegerChannel"); \ +static_assert(sizeof(FMovieSceneIntegerChannel) == 0x000108, "Wrong size on FMovieSceneIntegerChannel"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, PreInfinityExtrap) == 0x000050, "Member 'FMovieSceneIntegerChannel::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, PostInfinityExtrap) == 0x000051, "Member 'FMovieSceneIntegerChannel::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, bInterpolateLinearKeys) == 0x000052, "Member 'FMovieSceneIntegerChannel::bInterpolateLinearKeys' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, Times) == 0x000058, "Member 'FMovieSceneIntegerChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, DefaultValue) == 0x000068, "Member 'FMovieSceneIntegerChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, bHasDefaultValue) == 0x00006C, "Member 'FMovieSceneIntegerChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, Values) == 0x000070, "Member 'FMovieSceneIntegerChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, KeyHandles) == 0x000080, "Member 'FMovieSceneIntegerChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDynamicBindingPayloadVariable \ +static_assert(alignof(FMovieSceneDynamicBindingPayloadVariable) == 0x000008, "Wrong alignment on FMovieSceneDynamicBindingPayloadVariable"); \ +static_assert(sizeof(FMovieSceneDynamicBindingPayloadVariable) == 0x000030, "Wrong size on FMovieSceneDynamicBindingPayloadVariable"); \ +static_assert(offsetof(FMovieSceneDynamicBindingPayloadVariable, ObjectValue) == 0x000000, "Member 'FMovieSceneDynamicBindingPayloadVariable::ObjectValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBindingPayloadVariable, Value) == 0x000020, "Member 'FMovieSceneDynamicBindingPayloadVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneObjectPathChannelKeyValue \ +static_assert(alignof(FMovieSceneObjectPathChannelKeyValue) == 0x000008, "Wrong alignment on FMovieSceneObjectPathChannelKeyValue"); \ +static_assert(sizeof(FMovieSceneObjectPathChannelKeyValue) == 0x000030, "Wrong size on FMovieSceneObjectPathChannelKeyValue"); \ +static_assert(offsetof(FMovieSceneObjectPathChannelKeyValue, SoftPtr) == 0x000000, "Member 'FMovieSceneObjectPathChannelKeyValue::SoftPtr' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannelKeyValue, HardPtr) == 0x000028, "Member 'FMovieSceneObjectPathChannelKeyValue::HardPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneObjectPathChannel \ +static_assert(alignof(FMovieSceneObjectPathChannel) == 0x000008, "Wrong alignment on FMovieSceneObjectPathChannel"); \ +static_assert(sizeof(FMovieSceneObjectPathChannel) == 0x000130, "Wrong size on FMovieSceneObjectPathChannel"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, PropertyClass) == 0x000050, "Member 'FMovieSceneObjectPathChannel::PropertyClass' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, Times) == 0x000058, "Member 'FMovieSceneObjectPathChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, Values) == 0x000068, "Member 'FMovieSceneObjectPathChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, DefaultValue) == 0x000078, "Member 'FMovieSceneObjectPathChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectPathChannel, KeyHandles) == 0x0000A8, "Member 'FMovieSceneObjectPathChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimeWarpChannel \ +static_assert(alignof(FMovieSceneTimeWarpChannel) == 0x000008, "Wrong alignment on FMovieSceneTimeWarpChannel"); \ +static_assert(sizeof(FMovieSceneTimeWarpChannel) == 0x000128, "Wrong size on FMovieSceneTimeWarpChannel"); \ +static_assert(offsetof(FMovieSceneTimeWarpChannel, Owner) == 0x000118, "Member 'FMovieSceneTimeWarpChannel::Owner' 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_FMovieSceneCustomTimeWarpGetterStruct \ +static_assert(alignof(FMovieSceneCustomTimeWarpGetterStruct) == 0x000008, "Wrong alignment on FMovieSceneCustomTimeWarpGetterStruct"); \ +static_assert(sizeof(FMovieSceneCustomTimeWarpGetterStruct) == 0x000008, "Wrong size on FMovieSceneCustomTimeWarpGetterStruct"); \ +static_assert(offsetof(FMovieSceneCustomTimeWarpGetterStruct, Object) == 0x000000, "Member 'FMovieSceneCustomTimeWarpGetterStruct::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneConditionContext \ +static_assert(alignof(FMovieSceneConditionContext) == 0x000008, "Wrong alignment on FMovieSceneConditionContext"); \ +static_assert(sizeof(FMovieSceneConditionContext) == 0x000030, "Wrong size on FMovieSceneConditionContext"); \ +static_assert(offsetof(FMovieSceneConditionContext, WorldContext) == 0x000000, "Member 'FMovieSceneConditionContext::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneConditionContext, Binding) == 0x000008, "Member 'FMovieSceneConditionContext::Binding' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneConditionContext, BoundObjects) == 0x000020, "Member 'FMovieSceneConditionContext::BoundObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneConditionContainer \ +static_assert(alignof(FMovieSceneConditionContainer) == 0x000008, "Wrong alignment on FMovieSceneConditionContainer"); \ +static_assert(sizeof(FMovieSceneConditionContainer) == 0x000008, "Wrong size on FMovieSceneConditionContainer"); \ +static_assert(offsetof(FMovieSceneConditionContainer, Condition) == 0x000000, "Member 'FMovieSceneConditionContainer::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDecorationContainer \ +static_assert(alignof(FMovieSceneDecorationContainer) == 0x000008, "Wrong alignment on FMovieSceneDecorationContainer"); \ +static_assert(sizeof(FMovieSceneDecorationContainer) == 0x000010, "Wrong size on FMovieSceneDecorationContainer"); \ +static_assert(offsetof(FMovieSceneDecorationContainer, Decorations) == 0x000000, "Member 'FMovieSceneDecorationContainer::Decorations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneScalingAnchor \ +static_assert(alignof(FMovieSceneScalingAnchor) == 0x000004, "Wrong alignment on FMovieSceneScalingAnchor"); \ +static_assert(sizeof(FMovieSceneScalingAnchor) == 0x000008, "Wrong size on FMovieSceneScalingAnchor"); \ +static_assert(offsetof(FMovieSceneScalingAnchor, position) == 0x000000, "Member 'FMovieSceneScalingAnchor::position' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneScalingAnchor, Duration) == 0x000004, "Member 'FMovieSceneScalingAnchor::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneAnchorsScalingGroup \ +static_assert(alignof(FMovieSceneAnchorsScalingGroup) == 0x000008, "Wrong alignment on FMovieSceneAnchorsScalingGroup"); \ +static_assert(sizeof(FMovieSceneAnchorsScalingGroup) == 0x000050, "Wrong size on FMovieSceneAnchorsScalingGroup"); \ +static_assert(offsetof(FMovieSceneAnchorsScalingGroup, Sections) == 0x000000, "Member 'FMovieSceneAnchorsScalingGroup::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationToolSerializedItem \ +static_assert(alignof(FNavigationToolSerializedItem) == 0x000008, "Wrong alignment on FNavigationToolSerializedItem"); \ +static_assert(sizeof(FNavigationToolSerializedItem) == 0x000010, "Wrong size on FNavigationToolSerializedItem"); \ +static_assert(offsetof(FNavigationToolSerializedItem, ID) == 0x000000, "Member 'FNavigationToolSerializedItem::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationToolSerializedTreeNode \ +static_assert(alignof(FNavigationToolSerializedTreeNode) == 0x000008, "Wrong alignment on FNavigationToolSerializedTreeNode"); \ +static_assert(sizeof(FNavigationToolSerializedTreeNode) == 0x000028, "Wrong size on FNavigationToolSerializedTreeNode"); \ +static_assert(offsetof(FNavigationToolSerializedTreeNode, LocalIndex) == 0x000000, "Member 'FNavigationToolSerializedTreeNode::LocalIndex' has a wrong offset!"); \ +static_assert(offsetof(FNavigationToolSerializedTreeNode, GlobalIndex) == 0x000004, "Member 'FNavigationToolSerializedTreeNode::GlobalIndex' has a wrong offset!"); \ +static_assert(offsetof(FNavigationToolSerializedTreeNode, ParentIndex) == 0x000008, "Member 'FNavigationToolSerializedTreeNode::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FNavigationToolSerializedTreeNode, ChildrenIndices) == 0x000010, "Member 'FNavigationToolSerializedTreeNode::ChildrenIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationToolSerializedTree \ +static_assert(alignof(FNavigationToolSerializedTree) == 0x000008, "Wrong alignment on FNavigationToolSerializedTree"); \ +static_assert(sizeof(FNavigationToolSerializedTree) == 0x000088, "Wrong size on FNavigationToolSerializedTree"); \ +static_assert(offsetof(FNavigationToolSerializedTree, RootNode) == 0x000000, "Member 'FNavigationToolSerializedTree::RootNode' has a wrong offset!"); \ +static_assert(offsetof(FNavigationToolSerializedTree, SceneItems) == 0x000028, "Member 'FNavigationToolSerializedTree::SceneItems' has a wrong offset!"); \ +static_assert(offsetof(FNavigationToolSerializedTree, ItemTreeMap) == 0x000038, "Member 'FNavigationToolSerializedTree::ItemTreeMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationToolViewColumnSaveState \ +static_assert(alignof(FNavigationToolViewColumnSaveState) == 0x000004, "Wrong alignment on FNavigationToolViewColumnSaveState"); \ +static_assert(sizeof(FNavigationToolViewColumnSaveState) == 0x000008, "Wrong size on FNavigationToolViewColumnSaveState"); \ +static_assert(offsetof(FNavigationToolViewColumnSaveState, bVisible) == 0x000000, "Member 'FNavigationToolViewColumnSaveState::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FNavigationToolViewColumnSaveState, Size) == 0x000004, "Member 'FNavigationToolViewColumnSaveState::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationToolViewSaveState \ +static_assert(alignof(FNavigationToolViewSaveState) == 0x000008, "Wrong alignment on FNavigationToolViewSaveState"); \ +static_assert(sizeof(FNavigationToolViewSaveState) == 0x0000F0, "Wrong size on FNavigationToolViewSaveState"); \ +static_assert(offsetof(FNavigationToolViewSaveState, ViewItemFlags) == 0x000000, "Member 'FNavigationToolViewSaveState::ViewItemFlags' has a wrong offset!"); \ +static_assert(offsetof(FNavigationToolViewSaveState, ColumnsState) == 0x000050, "Member 'FNavigationToolViewSaveState::ColumnsState' has a wrong offset!"); \ +static_assert(offsetof(FNavigationToolViewSaveState, ActiveItemFilters) == 0x0000A0, "Member 'FNavigationToolViewSaveState::ActiveItemFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationToolSaveState \ +static_assert(alignof(FNavigationToolSaveState) == 0x000008, "Wrong alignment on FNavigationToolSaveState"); \ +static_assert(sizeof(FNavigationToolSaveState) == 0x0000F8, "Wrong size on FNavigationToolSaveState"); \ +static_assert(offsetof(FNavigationToolSaveState, SerializedTree) == 0x000000, "Member 'FNavigationToolSaveState::SerializedTree' has a wrong offset!"); \ +static_assert(offsetof(FNavigationToolSaveState, ItemColorMap) == 0x000088, "Member 'FNavigationToolSaveState::ItemColorMap' has a wrong offset!"); \ +static_assert(offsetof(FNavigationToolSaveState, ToolViewSaveStates) == 0x0000D8, "Member 'FNavigationToolSaveState::ToolViewSaveStates' has a wrong offset!"); \ +static_assert(offsetof(FNavigationToolSaveState, ContextPath) == 0x0000E8, "Member 'FNavigationToolSaveState::ContextPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEasingComponentData \ +static_assert(alignof(FEasingComponentData) == 0x000008, "Wrong alignment on FEasingComponentData"); \ +static_assert(sizeof(FEasingComponentData) == 0x000008, "Wrong size on FEasingComponentData"); \ +static_assert(offsetof(FEasingComponentData, Section) == 0x000000, "Member 'FEasingComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackInstanceComponent \ +static_assert(alignof(FMovieSceneTrackInstanceComponent) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceComponent"); \ +static_assert(sizeof(FMovieSceneTrackInstanceComponent) == 0x000010, "Wrong size on FMovieSceneTrackInstanceComponent"); \ +static_assert(offsetof(FMovieSceneTrackInstanceComponent, Owner) == 0x000000, "Member 'FMovieSceneTrackInstanceComponent::Owner' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackInstanceComponent, TrackInstanceClass) == 0x000008, "Member 'FMovieSceneTrackInstanceComponent::TrackInstanceClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationHookComponent \ +static_assert(alignof(FMovieSceneEvaluationHookComponent) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookComponent"); \ +static_assert(sizeof(FMovieSceneEvaluationHookComponent) == 0x000020, "Wrong size on FMovieSceneEvaluationHookComponent"); \ +static_assert(offsetof(FMovieSceneEvaluationHookComponent, Interface) == 0x000000, "Member 'FMovieSceneEvaluationHookComponent::Interface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrackInstanceInputComponent \ +static_assert(alignof(FTrackInstanceInputComponent) == 0x000008, "Wrong alignment on FTrackInstanceInputComponent"); \ +static_assert(sizeof(FTrackInstanceInputComponent) == 0x000010, "Wrong size on FTrackInstanceInputComponent"); \ +static_assert(offsetof(FTrackInstanceInputComponent, Section) == 0x000000, "Member 'FTrackInstanceInputComponent::Section' has a wrong offset!"); \ +static_assert(offsetof(FTrackInstanceInputComponent, OutputIndex) == 0x000008, "Member 'FTrackInstanceInputComponent::OutputIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraphNode \ +static_assert(alignof(FMovieSceneEntitySystemGraphNode) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraphNode"); \ +static_assert(sizeof(FMovieSceneEntitySystemGraphNode) == 0x000028, "Wrong size on FMovieSceneEntitySystemGraphNode"); \ +static_assert(offsetof(FMovieSceneEntitySystemGraphNode, System) == 0x000020, "Member 'FMovieSceneEntitySystemGraphNode::System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraphNodes \ +static_assert(alignof(FMovieSceneEntitySystemGraphNodes) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraphNodes"); \ +static_assert(sizeof(FMovieSceneEntitySystemGraphNodes) == 0x000038, "Wrong size on FMovieSceneEntitySystemGraphNodes"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraph \ +static_assert(alignof(FMovieSceneEntitySystemGraph) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraph"); \ +static_assert(sizeof(FMovieSceneEntitySystemGraph) == 0x000190, "Wrong size on FMovieSceneEntitySystemGraph"); \ +static_assert(offsetof(FMovieSceneEntitySystemGraph, Nodes) == 0x0000B8, "Member 'FMovieSceneEntitySystemGraph::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationHookEvent \ +static_assert(alignof(FMovieSceneEvaluationHookEvent) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookEvent"); \ +static_assert(sizeof(FMovieSceneEvaluationHookEvent) == 0x000040, "Wrong size on FMovieSceneEvaluationHookEvent"); \ +static_assert(offsetof(FMovieSceneEvaluationHookEvent, Hook) == 0x000000, "Member 'FMovieSceneEvaluationHookEvent::Hook' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationHookEventContainer \ +static_assert(alignof(FMovieSceneEvaluationHookEventContainer) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookEventContainer"); \ +static_assert(sizeof(FMovieSceneEvaluationHookEventContainer) == 0x000010, "Wrong size on FMovieSceneEvaluationHookEventContainer"); \ +static_assert(offsetof(FMovieSceneEvaluationHookEventContainer, Events) == 0x000000, "Member 'FMovieSceneEvaluationHookEventContainer::Events' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationInstanceKey \ +static_assert(alignof(FMovieSceneEvaluationInstanceKey) == 0x000002, "Wrong alignment on FMovieSceneEvaluationInstanceKey"); \ +static_assert(sizeof(FMovieSceneEvaluationInstanceKey) == 0x000004, "Wrong size on FMovieSceneEvaluationInstanceKey"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackInstanceInput \ +static_assert(alignof(FMovieSceneTrackInstanceInput) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceInput"); \ +static_assert(sizeof(FMovieSceneTrackInstanceInput) == 0x000010, "Wrong size on FMovieSceneTrackInstanceInput"); \ +static_assert(offsetof(FMovieSceneTrackInstanceInput, Section) == 0x000000, "Member 'FMovieSceneTrackInstanceInput::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackInstanceEntry \ +static_assert(alignof(FMovieSceneTrackInstanceEntry) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceEntry"); \ +static_assert(sizeof(FMovieSceneTrackInstanceEntry) == 0x000010, "Wrong size on FMovieSceneTrackInstanceEntry"); \ +static_assert(offsetof(FMovieSceneTrackInstanceEntry, BoundObject) == 0x000000, "Member 'FMovieSceneTrackInstanceEntry::BoundObject' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTrackInstanceEntry, TrackInstance) == 0x000008, "Member 'FMovieSceneTrackInstanceEntry::TrackInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvalTemplate \ +static_assert(alignof(FMovieSceneEvalTemplate) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplate"); \ +static_assert(sizeof(FMovieSceneEvalTemplate) == 0x000020, "Wrong size on FMovieSceneEvalTemplate"); \ +static_assert(offsetof(FMovieSceneEvalTemplate, CompletionMode) == 0x000010, "Member 'FMovieSceneEvalTemplate::CompletionMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvalTemplate, SourceSectionPtr) == 0x000014, "Member 'FMovieSceneEvalTemplate::SourceSectionPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvalTemplatePtr \ +static_assert(alignof(FMovieSceneEvalTemplatePtr) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplatePtr"); \ +static_assert(sizeof(FMovieSceneEvalTemplatePtr) == 0x000088, "Wrong size on FMovieSceneEvalTemplatePtr"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntityKey \ +static_assert(alignof(FMovieSceneEvaluationFieldEntityKey) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldEntityKey"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldEntityKey) == 0x00000C, "Wrong size on FMovieSceneEvaluationFieldEntityKey"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityKey, EntityOwner) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntityKey::EntityOwner' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityKey, EntityID) == 0x000008, "Member 'FMovieSceneEvaluationFieldEntityKey::EntityID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntity \ +static_assert(alignof(FMovieSceneEvaluationFieldEntity) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldEntity"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldEntity) == 0x000010, "Wrong size on FMovieSceneEvaluationFieldEntity"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntity, Key) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntity::Key' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntity, SharedMetaDataIndex) == 0x00000C, "Member 'FMovieSceneEvaluationFieldEntity::SharedMetaDataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldSharedEntityMetaData \ +static_assert(alignof(FMovieSceneEvaluationFieldSharedEntityMetaData) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldSharedEntityMetaData"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldSharedEntityMetaData) == 0x000010, "Wrong size on FMovieSceneEvaluationFieldSharedEntityMetaData"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldSharedEntityMetaData, ObjectBindingID) == 0x000000, "Member 'FMovieSceneEvaluationFieldSharedEntityMetaData::ObjectBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntityMetaData \ +static_assert(alignof(FMovieSceneEvaluationFieldEntityMetaData) == 0x000008, "Wrong alignment on FMovieSceneEvaluationFieldEntityMetaData"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldEntityMetaData) == 0x000048, "Wrong size on FMovieSceneEvaluationFieldEntityMetaData"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, Condition) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntityMetaData::Condition' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, OverrideBoundPropertyPath) == 0x000028, "Member 'FMovieSceneEvaluationFieldEntityMetaData::OverrideBoundPropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, NotifyFunctionName) == 0x000038, "Member 'FMovieSceneEvaluationFieldEntityMetaData::NotifyFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, ForcedTime) == 0x000040, "Member 'FMovieSceneEvaluationFieldEntityMetaData::ForcedTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, Flags) == 0x000044, "Member 'FMovieSceneEvaluationFieldEntityMetaData::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntityTree \ +static_assert(alignof(FMovieSceneEvaluationFieldEntityTree) == 0x000008, "Wrong alignment on FMovieSceneEvaluationFieldEntityTree"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldEntityTree) == 0x000060, "Wrong size on FMovieSceneEvaluationFieldEntityTree"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEntityComponentField \ +static_assert(alignof(FMovieSceneEntityComponentField) == 0x000008, "Wrong alignment on FMovieSceneEntityComponentField"); \ +static_assert(sizeof(FMovieSceneEntityComponentField) == 0x0000F0, "Wrong size on FMovieSceneEntityComponentField"); \ +static_assert(offsetof(FMovieSceneEntityComponentField, PersistentEntityTree) == 0x000000, "Member 'FMovieSceneEntityComponentField::PersistentEntityTree' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEntityComponentField, OneShotEntityTree) == 0x000060, "Member 'FMovieSceneEntityComponentField::OneShotEntityTree' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEntityComponentField, Entities) == 0x0000C0, "Member 'FMovieSceneEntityComponentField::Entities' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEntityComponentField, EntityMetaData) == 0x0000D0, "Member 'FMovieSceneEntityComponentField::EntityMetaData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEntityComponentField, SharedMetaData) == 0x0000E0, "Member 'FMovieSceneEntityComponentField::SharedMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldTrackPtr \ +static_assert(alignof(FMovieSceneEvaluationFieldTrackPtr) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldTrackPtr"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldTrackPtr) == 0x000008, "Wrong size on FMovieSceneEvaluationFieldTrackPtr"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationFieldTrackPtr::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationFieldTrackPtr::TrackIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldSegmentPtr \ +static_assert(alignof(FMovieSceneEvaluationFieldSegmentPtr) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldSegmentPtr"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldSegmentPtr) == 0x00000C, "Wrong size on FMovieSceneEvaluationFieldSegmentPtr"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldSegmentPtr, SegmentID) == 0x000008, "Member 'FMovieSceneEvaluationFieldSegmentPtr::SegmentID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFieldEntry_EvaluationTrack \ +static_assert(alignof(FMovieSceneFieldEntry_EvaluationTrack) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_EvaluationTrack"); \ +static_assert(sizeof(FMovieSceneFieldEntry_EvaluationTrack) == 0x00000C, "Wrong size on FMovieSceneFieldEntry_EvaluationTrack"); \ +static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, TrackPtr) == 0x000000, "Member 'FMovieSceneFieldEntry_EvaluationTrack::TrackPtr' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, NumChildren) == 0x000008, "Member 'FMovieSceneFieldEntry_EvaluationTrack::NumChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFieldEntry_ChildTemplate \ +static_assert(alignof(FMovieSceneFieldEntry_ChildTemplate) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_ChildTemplate"); \ +static_assert(sizeof(FMovieSceneFieldEntry_ChildTemplate) == 0x000008, "Wrong size on FMovieSceneFieldEntry_ChildTemplate"); \ +static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ChildIndex) == 0x000000, "Member 'FMovieSceneFieldEntry_ChildTemplate::ChildIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, Flags) == 0x000002, "Member 'FMovieSceneFieldEntry_ChildTemplate::Flags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ForcedTime) == 0x000004, "Member 'FMovieSceneFieldEntry_ChildTemplate::ForcedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationGroupLUTIndex \ +static_assert(alignof(FMovieSceneEvaluationGroupLUTIndex) == 0x000004, "Wrong alignment on FMovieSceneEvaluationGroupLUTIndex"); \ +static_assert(sizeof(FMovieSceneEvaluationGroupLUTIndex) == 0x000008, "Wrong size on FMovieSceneEvaluationGroupLUTIndex"); \ +static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumInitPtrs) == 0x000000, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumInitPtrs' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumEvalPtrs) == 0x000004, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumEvalPtrs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationGroup \ +static_assert(alignof(FMovieSceneEvaluationGroup) == 0x000008, "Wrong alignment on FMovieSceneEvaluationGroup"); \ +static_assert(sizeof(FMovieSceneEvaluationGroup) == 0x000030, "Wrong size on FMovieSceneEvaluationGroup"); \ +static_assert(offsetof(FMovieSceneEvaluationGroup, LUTIndices) == 0x000000, "Member 'FMovieSceneEvaluationGroup::LUTIndices' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationGroup, TrackLUT) == 0x000010, "Member 'FMovieSceneEvaluationGroup::TrackLUT' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationGroup, SectionLUT) == 0x000020, "Member 'FMovieSceneEvaluationGroup::SectionLUT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDynamicBinding \ +static_assert(alignof(FMovieSceneDynamicBinding) == 0x000008, "Wrong alignment on FMovieSceneDynamicBinding"); \ +static_assert(sizeof(FMovieSceneDynamicBinding) == 0x000028, "Wrong size on FMovieSceneDynamicBinding"); \ +static_assert(offsetof(FMovieSceneDynamicBinding, Function) == 0x000000, "Member 'FMovieSceneDynamicBinding::Function' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBinding, ResolveParamsProperty) == 0x000008, "Member 'FMovieSceneDynamicBinding::ResolveParamsProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSpawnable \ +static_assert(alignof(FMovieSceneSpawnable) == 0x000010, "Wrong alignment on FMovieSceneSpawnable"); \ +static_assert(sizeof(FMovieSceneSpawnable) == 0x0000F0, "Wrong size on FMovieSceneSpawnable"); \ +static_assert(offsetof(FMovieSceneSpawnable, SpawnTransform) == 0x000000, "Member 'FMovieSceneSpawnable::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Tags) == 0x000060, "Member 'FMovieSceneSpawnable::Tags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, bContinuouslyRespawn) == 0x000070, "Member 'FMovieSceneSpawnable::bContinuouslyRespawn' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, bNetAddressableName) == 0x000071, "Member 'FMovieSceneSpawnable::bNetAddressableName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, DynamicBinding) == 0x000078, "Member 'FMovieSceneSpawnable::DynamicBinding' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Guid) == 0x0000A0, "Member 'FMovieSceneSpawnable::Guid' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Name) == 0x0000B0, "Member 'FMovieSceneSpawnable::Name' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, ObjectTemplate) == 0x0000C0, "Member 'FMovieSceneSpawnable::ObjectTemplate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, ChildPossessables) == 0x0000C8, "Member 'FMovieSceneSpawnable::ChildPossessables' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Ownership) == 0x0000D8, "Member 'FMovieSceneSpawnable::Ownership' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, LevelName) == 0x0000DC, "Member 'FMovieSceneSpawnable::LevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneDynamicBindingContainer \ +static_assert(alignof(FMovieSceneDynamicBindingContainer) == 0x000008, "Wrong alignment on FMovieSceneDynamicBindingContainer"); \ +static_assert(sizeof(FMovieSceneDynamicBindingContainer) == 0x000028, "Wrong size on FMovieSceneDynamicBindingContainer"); \ +static_assert(offsetof(FMovieSceneDynamicBindingContainer, DynamicBinding) == 0x000000, "Member 'FMovieSceneDynamicBindingContainer::DynamicBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFrameRange \ +static_assert(alignof(FMovieSceneFrameRange) == 0x000004, "Wrong alignment on FMovieSceneFrameRange"); \ +static_assert(sizeof(FMovieSceneFrameRange) == 0x000010, "Wrong size on FMovieSceneFrameRange"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationField \ +static_assert(alignof(FMovieSceneEvaluationField) == 0x000008, "Wrong alignment on FMovieSceneEvaluationField"); \ +static_assert(sizeof(FMovieSceneEvaluationField) == 0x000030, "Wrong size on FMovieSceneEvaluationField"); \ +static_assert(offsetof(FMovieSceneEvaluationField, Ranges) == 0x000000, "Member 'FMovieSceneEvaluationField::Ranges' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationField, Groups) == 0x000010, "Member 'FMovieSceneEvaluationField::Groups' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationField, MetaData) == 0x000020, "Member 'FMovieSceneEvaluationField::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTemplateGenerationLedger \ +static_assert(alignof(FMovieSceneTemplateGenerationLedger) == 0x000008, "Wrong alignment on FMovieSceneTemplateGenerationLedger"); \ +static_assert(sizeof(FMovieSceneTemplateGenerationLedger) == 0x0000A8, "Wrong size on FMovieSceneTemplateGenerationLedger"); \ +static_assert(offsetof(FMovieSceneTemplateGenerationLedger, LastTrackIdentifier) == 0x000000, "Member 'FMovieSceneTemplateGenerationLedger::LastTrackIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTemplateGenerationLedger, TrackSignatureToTrackIdentifier) == 0x000008, "Member 'FMovieSceneTemplateGenerationLedger::TrackSignatureToTrackIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTemplateGenerationLedger, SubSectionRanges) == 0x000058, "Member 'FMovieSceneTemplateGenerationLedger::SubSectionRanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSubSectionData \ +static_assert(alignof(FMovieSceneSubSectionData) == 0x000004, "Wrong alignment on FMovieSceneSubSectionData"); \ +static_assert(sizeof(FMovieSceneSubSectionData) == 0x00001C, "Wrong size on FMovieSceneSubSectionData"); \ +static_assert(offsetof(FMovieSceneSubSectionData, Section) == 0x000000, "Member 'FMovieSceneSubSectionData::Section' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSectionData, ObjectBindingID) == 0x000008, "Member 'FMovieSceneSubSectionData::ObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSectionData, Flags) == 0x000018, "Member 'FMovieSceneSubSectionData::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationTemplateSerialNumber \ +static_assert(alignof(FMovieSceneEvaluationTemplateSerialNumber) == 0x000004, "Wrong alignment on FMovieSceneEvaluationTemplateSerialNumber"); \ +static_assert(sizeof(FMovieSceneEvaluationTemplateSerialNumber) == 0x000004, "Wrong size on FMovieSceneEvaluationTemplateSerialNumber"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplateSerialNumber, Value) == 0x000000, "Member 'FMovieSceneEvaluationTemplateSerialNumber::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackImplementationPtr \ +static_assert(alignof(FMovieSceneTrackImplementationPtr) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementationPtr"); \ +static_assert(sizeof(FMovieSceneTrackImplementationPtr) == 0x000038, "Wrong size on FMovieSceneTrackImplementationPtr"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationTrack \ +static_assert(alignof(FMovieSceneEvaluationTrack) == 0x000008, "Wrong alignment on FMovieSceneEvaluationTrack"); \ +static_assert(sizeof(FMovieSceneEvaluationTrack) == 0x000078, "Wrong size on FMovieSceneEvaluationTrack"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, ObjectBindingID) == 0x000000, "Member 'FMovieSceneEvaluationTrack::ObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationPriority) == 0x000010, "Member 'FMovieSceneEvaluationTrack::EvaluationPriority' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationMethod) == 0x000012, "Member 'FMovieSceneEvaluationTrack::EvaluationMethod' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, SourceTrack) == 0x000014, "Member 'FMovieSceneEvaluationTrack::SourceTrack' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, ChildTemplates) == 0x000020, "Member 'FMovieSceneEvaluationTrack::ChildTemplates' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, TrackTemplate) == 0x000030, "Member 'FMovieSceneEvaluationTrack::TrackTemplate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationGroup) == 0x000068, "Member 'FMovieSceneEvaluationTrack::EvaluationGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationTemplate \ +static_assert(alignof(FMovieSceneEvaluationTemplate) == 0x000008, "Wrong alignment on FMovieSceneEvaluationTemplate"); \ +static_assert(sizeof(FMovieSceneEvaluationTemplate) == 0x000160, "Wrong size on FMovieSceneEvaluationTemplate"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplate, Tracks) == 0x000000, "Member 'FMovieSceneEvaluationTemplate::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplate, SequenceSignature) == 0x0000A0, "Member 'FMovieSceneEvaluationTemplate::SequenceSignature' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplate, TemplateSerialNumber) == 0x0000B0, "Member 'FMovieSceneEvaluationTemplate::TemplateSerialNumber' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationTemplate, TemplateLedger) == 0x0000B8, "Member 'FMovieSceneEvaluationTemplate::TemplateLedger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackParams \ +static_assert(alignof(FMovieSceneSequencePlaybackParams) == 0x000008, "Wrong alignment on FMovieSceneSequencePlaybackParams"); \ +static_assert(sizeof(FMovieSceneSequencePlaybackParams) == 0x000040, "Wrong size on FMovieSceneSequencePlaybackParams"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, Frame) == 0x000000, "Member 'FMovieSceneSequencePlaybackParams::Frame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, Time) == 0x000008, "Member 'FMovieSceneSequencePlaybackParams::Time' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, MarkedFrame) == 0x000010, "Member 'FMovieSceneSequencePlaybackParams::MarkedFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, Timecode) == 0x000020, "Member 'FMovieSceneSequencePlaybackParams::Timecode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, PositionType) == 0x000038, "Member 'FMovieSceneSequencePlaybackParams::PositionType' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, UpdateMethod) == 0x000039, "Member 'FMovieSceneSequencePlaybackParams::UpdateMethod' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, bHasJumped) == 0x00003A, "Member 'FMovieSceneSequencePlaybackParams::bHasJumped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneRootEvaluationTemplateInstance \ +static_assert(alignof(FMovieSceneRootEvaluationTemplateInstance) == 0x000008, "Wrong alignment on FMovieSceneRootEvaluationTemplateInstance"); \ +static_assert(sizeof(FMovieSceneRootEvaluationTemplateInstance) == 0x000020, "Wrong size on FMovieSceneRootEvaluationTemplateInstance"); \ +static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, EntitySystemLinker) == 0x000000, "Member 'FMovieSceneRootEvaluationTemplateInstance::EntitySystemLinker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePropertySectionData \ +static_assert(alignof(FMovieScenePropertySectionData) == 0x000008, "Wrong alignment on FMovieScenePropertySectionData"); \ +static_assert(sizeof(FMovieScenePropertySectionData) == 0x000018, "Wrong size on FMovieScenePropertySectionData"); \ +static_assert(offsetof(FMovieScenePropertySectionData, PropertyName) == 0x000000, "Member 'FMovieScenePropertySectionData::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePropertySectionData, PropertyPath) == 0x000008, "Member 'FMovieScenePropertySectionData::PropertyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePropertySectionTemplate \ +static_assert(alignof(FMovieScenePropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieScenePropertySectionTemplate"); \ +static_assert(sizeof(FMovieScenePropertySectionTemplate) == 0x000038, "Wrong size on FMovieScenePropertySectionTemplate"); \ +static_assert(offsetof(FMovieScenePropertySectionTemplate, PropertyData) == 0x000020, "Member 'FMovieScenePropertySectionTemplate::PropertyData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNestedSequenceTransform \ +static_assert(alignof(FMovieSceneNestedSequenceTransform) == 0x000008, "Wrong alignment on FMovieSceneNestedSequenceTransform"); \ +static_assert(sizeof(FMovieSceneNestedSequenceTransform) == 0x000018, "Wrong size on FMovieSceneNestedSequenceTransform"); \ +static_assert(offsetof(FMovieSceneNestedSequenceTransform, TimeScale) == 0x000000, "Member 'FMovieSceneNestedSequenceTransform::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNestedSequenceTransform, Offset) == 0x000008, "Member 'FMovieSceneNestedSequenceTransform::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceTransform \ +static_assert(alignof(FMovieSceneSequenceTransform) == 0x000008, "Wrong alignment on FMovieSceneSequenceTransform"); \ +static_assert(sizeof(FMovieSceneSequenceTransform) == 0x000020, "Wrong size on FMovieSceneSequenceTransform"); \ +static_assert(offsetof(FMovieSceneSequenceTransform, LinearTransform) == 0x000000, "Member 'FMovieSceneSequenceTransform::LinearTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceTransform, NestedTransforms) == 0x000010, "Member 'FMovieSceneSequenceTransform::NestedTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceInstanceDataPtr \ +static_assert(alignof(FMovieSceneSequenceInstanceDataPtr) == 0x000008, "Wrong alignment on FMovieSceneSequenceInstanceDataPtr"); \ +static_assert(sizeof(FMovieSceneSequenceInstanceDataPtr) == 0x000018, "Wrong size on FMovieSceneSequenceInstanceDataPtr"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSubSequenceData \ +static_assert(alignof(FMovieSceneSubSequenceData) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceData"); \ +static_assert(sizeof(FMovieSceneSubSequenceData) == 0x000110, "Wrong size on FMovieSceneSubSequenceData"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, Sequence) == 0x000000, "Member 'FMovieSceneSubSequenceData::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, OuterToInnerTransform) == 0x000020, "Member 'FMovieSceneSubSequenceData::OuterToInnerTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, RootToSequenceTransform) == 0x000040, "Member 'FMovieSceneSubSequenceData::RootToSequenceTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, TickResolution) == 0x000060, "Member 'FMovieSceneSubSequenceData::TickResolution' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, DeterministicSequenceID) == 0x000068, "Member 'FMovieSceneSubSequenceData::DeterministicSequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, PlayRange) == 0x00006C, "Member 'FMovieSceneSubSequenceData::PlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentPlayRange) == 0x00007C, "Member 'FMovieSceneSubSequenceData::ParentPlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, PreRollRange) == 0x00008C, "Member 'FMovieSceneSubSequenceData::PreRollRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, PostRollRange) == 0x00009C, "Member 'FMovieSceneSubSequenceData::PostRollRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, HierarchicalBias) == 0x0000AC, "Member 'FMovieSceneSubSequenceData::HierarchicalBias' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, AccumulatedFlags) == 0x0000AE, "Member 'FMovieSceneSubSequenceData::AccumulatedFlags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, bCanLoop) == 0x0000AF, "Member 'FMovieSceneSubSequenceData::bCanLoop' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, InstanceData) == 0x0000B0, "Member 'FMovieSceneSubSequenceData::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, SectionPath) == 0x0000C8, "Member 'FMovieSceneSubSequenceData::SectionPath' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, WeakCondition) == 0x0000D0, "Member 'FMovieSceneSubSequenceData::WeakCondition' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, SubSectionSignature) == 0x000100, "Member 'FMovieSceneSubSequenceData::SubSectionSignature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceHierarchyNode \ +static_assert(alignof(FMovieSceneSequenceHierarchyNode) == 0x000008, "Wrong alignment on FMovieSceneSequenceHierarchyNode"); \ +static_assert(sizeof(FMovieSceneSequenceHierarchyNode) == 0x000018, "Wrong size on FMovieSceneSequenceHierarchyNode"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchyNode, ParentID) == 0x000000, "Member 'FMovieSceneSequenceHierarchyNode::ParentID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchyNode, Children) == 0x000008, "Member 'FMovieSceneSequenceHierarchyNode::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSectionTimingParametersSeconds \ +static_assert(alignof(FMovieSceneSectionTimingParametersSeconds) == 0x000008, "Wrong alignment on FMovieSceneSectionTimingParametersSeconds"); \ +static_assert(sizeof(FMovieSceneSectionTimingParametersSeconds) == 0x000018, "Wrong size on FMovieSceneSectionTimingParametersSeconds"); \ +static_assert(offsetof(FMovieSceneSectionTimingParametersSeconds, PlayRate) == 0x000000, "Member 'FMovieSceneSectionTimingParametersSeconds::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionTimingParametersSeconds, InnerStartOffset) == 0x000008, "Member 'FMovieSceneSectionTimingParametersSeconds::InnerStartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionTimingParametersSeconds, InnerEndOffset) == 0x00000C, "Member 'FMovieSceneSectionTimingParametersSeconds::InnerEndOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionTimingParametersSeconds, FirstLoopStartOffset) == 0x000010, "Member 'FMovieSceneSectionTimingParametersSeconds::FirstLoopStartOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSubSequenceTreeEntry \ +static_assert(alignof(FMovieSceneSubSequenceTreeEntry) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceTreeEntry"); \ +static_assert(sizeof(FMovieSceneSubSequenceTreeEntry) == 0x000030, "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) == 0x000140, "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, RootTransform) == 0x000078, "Member 'FMovieSceneSequenceHierarchy::RootTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, SubSequences) == 0x000098, "Member 'FMovieSceneSequenceHierarchy::SubSequences' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, Hierarchy) == 0x0000E8, "Member 'FMovieSceneSequenceHierarchy::Hierarchy' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, AccumulatedNetworkMask) == 0x000138, "Member 'FMovieSceneSequenceHierarchy::AccumulatedNetworkMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTransformBreadcrumbs \ +static_assert(alignof(FMovieSceneTransformBreadcrumbs) == 0x000008, "Wrong alignment on FMovieSceneTransformBreadcrumbs"); \ +static_assert(sizeof(FMovieSceneTransformBreadcrumbs) == 0x000018, "Wrong size on FMovieSceneTransformBreadcrumbs"); \ +static_assert(offsetof(FMovieSceneTransformBreadcrumbs, Breadcrumbs) == 0x000000, "Member 'FMovieSceneTransformBreadcrumbs::Breadcrumbs' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTransformBreadcrumbs, Mode) == 0x000010, "Member 'FMovieSceneTransformBreadcrumbs::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneWarpCounter \ +static_assert(alignof(FMovieSceneWarpCounter) == 0x000008, "Wrong alignment on FMovieSceneWarpCounter"); \ +static_assert(sizeof(FMovieSceneWarpCounter) == 0x000028, "Wrong size on FMovieSceneWarpCounter"); \ + +#define DUMPER7_ASSERTS_FMovieSceneInverseNestedSequenceTransform \ +static_assert(alignof(FMovieSceneInverseNestedSequenceTransform) == 0x000008, "Wrong alignment on FMovieSceneInverseNestedSequenceTransform"); \ +static_assert(sizeof(FMovieSceneInverseNestedSequenceTransform) == 0x000010, "Wrong size on FMovieSceneInverseNestedSequenceTransform"); \ +static_assert(offsetof(FMovieSceneInverseNestedSequenceTransform, TimeScale) == 0x000000, "Member 'FMovieSceneInverseNestedSequenceTransform::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneInverseNestedSequenceTransform, Offset) == 0x000008, "Member 'FMovieSceneInverseNestedSequenceTransform::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneInverseSequenceTransform \ +static_assert(alignof(FMovieSceneInverseSequenceTransform) == 0x000008, "Wrong alignment on FMovieSceneInverseSequenceTransform"); \ +static_assert(sizeof(FMovieSceneInverseSequenceTransform) == 0x000020, "Wrong size on FMovieSceneInverseSequenceTransform"); \ +static_assert(offsetof(FMovieSceneInverseSequenceTransform, LinearTransform) == 0x000000, "Member 'FMovieSceneInverseSequenceTransform::LinearTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneInverseSequenceTransform, NestedTransforms) == 0x000010, "Member 'FMovieSceneInverseSequenceTransform::NestedTransforms' 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_FMovieSceneTrackImplementation \ +static_assert(alignof(FMovieSceneTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementation"); \ +static_assert(sizeof(FMovieSceneTrackImplementation) == 0x000010, "Wrong size on FMovieSceneTrackImplementation"); \ + +#define DUMPER7_ASSERTS_FMovieSceneExpansionState \ +static_assert(alignof(FMovieSceneExpansionState) == 0x000001, "Wrong alignment on FMovieSceneExpansionState"); \ +static_assert(sizeof(FMovieSceneExpansionState) == 0x000001, "Wrong size on FMovieSceneExpansionState"); \ +static_assert(offsetof(FMovieSceneExpansionState, bExpanded) == 0x000000, "Member 'FMovieSceneExpansionState::bExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEditorData \ +static_assert(alignof(FMovieSceneEditorData) == 0x000008, "Wrong alignment on FMovieSceneEditorData"); \ +static_assert(sizeof(FMovieSceneEditorData) == 0x000208, "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!"); \ +static_assert(offsetof(FMovieSceneEditorData, NavigationToolState) == 0x0000F0, "Member 'FMovieSceneEditorData::NavigationToolState' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, SoloNodes) == 0x0001E8, "Member 'FMovieSceneEditorData::SoloNodes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEditorData, MuteNodes) == 0x0001F8, "Member 'FMovieSceneEditorData::MuteNodes' 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_FMovieSceneObjectBindingIDs \ +static_assert(alignof(FMovieSceneObjectBindingIDs) == 0x000008, "Wrong alignment on FMovieSceneObjectBindingIDs"); \ +static_assert(sizeof(FMovieSceneObjectBindingIDs) == 0x000010, "Wrong size on FMovieSceneObjectBindingIDs"); \ +static_assert(offsetof(FMovieSceneObjectBindingIDs, Ids) == 0x000000, "Member 'FMovieSceneObjectBindingIDs::Ids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSectionGroup \ +static_assert(alignof(FMovieSceneSectionGroup) == 0x000008, "Wrong alignment on FMovieSceneSectionGroup"); \ +static_assert(sizeof(FMovieSceneSectionGroup) == 0x000010, "Wrong size on FMovieSceneSectionGroup"); \ +static_assert(offsetof(FMovieSceneSectionGroup, Sections) == 0x000000, "Member 'FMovieSceneSectionGroup::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneMarkedFrame \ +static_assert(alignof(FMovieSceneMarkedFrame) == 0x000008, "Wrong alignment on FMovieSceneMarkedFrame"); \ +static_assert(sizeof(FMovieSceneMarkedFrame) == 0x000020, "Wrong size on FMovieSceneMarkedFrame"); \ +static_assert(offsetof(FMovieSceneMarkedFrame, FrameNumber) == 0x000000, "Member 'FMovieSceneMarkedFrame::FrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMarkedFrame, Label) == 0x000008, "Member 'FMovieSceneMarkedFrame::Label' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMarkedFrame, bIsDeterminismFence) == 0x000018, "Member 'FMovieSceneMarkedFrame::bIsDeterminismFence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMarkedFrame, bIsInclusiveTime) == 0x000019, "Member 'FMovieSceneMarkedFrame::bIsInclusiveTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBinding \ +static_assert(alignof(FMovieSceneBinding) == 0x000008, "Wrong alignment on FMovieSceneBinding"); \ +static_assert(sizeof(FMovieSceneBinding) == 0x000040, "Wrong size on FMovieSceneBinding"); \ +static_assert(offsetof(FMovieSceneBinding, ObjectGuid) == 0x000010, "Member 'FMovieSceneBinding::ObjectGuid' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBinding, BindingName) == 0x000020, "Member 'FMovieSceneBinding::BindingName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBinding, Tracks) == 0x000030, "Member 'FMovieSceneBinding::Tracks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBindingReference \ +static_assert(alignof(FMovieSceneBindingReference) == 0x000008, "Wrong alignment on FMovieSceneBindingReference"); \ +static_assert(sizeof(FMovieSceneBindingReference) == 0x000030, "Wrong size on FMovieSceneBindingReference"); \ +static_assert(offsetof(FMovieSceneBindingReference, ID) == 0x000000, "Member 'FMovieSceneBindingReference::ID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingReference, Locator) == 0x000010, "Member 'FMovieSceneBindingReference::Locator' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingReference, ResolveFlags) == 0x000020, "Member 'FMovieSceneBindingReference::ResolveFlags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingReference, CustomBinding) == 0x000028, "Member 'FMovieSceneBindingReference::CustomBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBindingResolveParams \ +static_assert(alignof(FMovieSceneBindingResolveParams) == 0x000008, "Wrong alignment on FMovieSceneBindingResolveParams"); \ +static_assert(sizeof(FMovieSceneBindingResolveParams) == 0x000028, "Wrong size on FMovieSceneBindingResolveParams"); \ +static_assert(offsetof(FMovieSceneBindingResolveParams, Sequence) == 0x000000, "Member 'FMovieSceneBindingResolveParams::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingResolveParams, ObjectBindingID) == 0x000008, "Member 'FMovieSceneBindingResolveParams::ObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingResolveParams, SequenceID) == 0x000018, "Member 'FMovieSceneBindingResolveParams::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBindingResolveParams, Context) == 0x000020, "Member 'FMovieSceneBindingResolveParams::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBindingReferences \ +static_assert(alignof(FMovieSceneBindingReferences) == 0x000008, "Wrong alignment on FMovieSceneBindingReferences"); \ +static_assert(sizeof(FMovieSceneBindingReferences) == 0x000010, "Wrong size on FMovieSceneBindingReferences"); \ +static_assert(offsetof(FMovieSceneBindingReferences, SortedReferences) == 0x000000, "Member 'FMovieSceneBindingReferences::SortedReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDynamicBindingResolveResult \ +static_assert(alignof(FMovieSceneDynamicBindingResolveResult) == 0x000008, "Wrong alignment on FMovieSceneDynamicBindingResolveResult"); \ +static_assert(sizeof(FMovieSceneDynamicBindingResolveResult) == 0x000020, "Wrong size on FMovieSceneDynamicBindingResolveResult"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveResult, Objects) == 0x000000, "Member 'FMovieSceneDynamicBindingResolveResult::Objects' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveResult, Object) == 0x000010, "Member 'FMovieSceneDynamicBindingResolveResult::Object' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDynamicBindingResolveResult, bIsPossessedObject) == 0x000018, "Member 'FMovieSceneDynamicBindingResolveResult::bIsPossessedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePossessable \ +static_assert(alignof(FMovieScenePossessable) == 0x000008, "Wrong alignment on FMovieScenePossessable"); \ +static_assert(sizeof(FMovieScenePossessable) == 0x000080, "Wrong size on FMovieScenePossessable"); \ +static_assert(offsetof(FMovieScenePossessable, Tags) == 0x000000, "Member 'FMovieScenePossessable::Tags' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, DynamicBinding) == 0x000010, "Member 'FMovieScenePossessable::DynamicBinding' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, Guid) == 0x000038, "Member 'FMovieScenePossessable::Guid' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, Name) == 0x000048, "Member 'FMovieScenePossessable::Name' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, ParentGuid) == 0x000058, "Member 'FMovieScenePossessable::ParentGuid' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, SpawnableObjectBindingID) == 0x000068, "Member 'FMovieScenePossessable::SpawnableObjectBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSectionEvalOptions \ +static_assert(alignof(FMovieSceneSectionEvalOptions) == 0x000001, "Wrong alignment on FMovieSceneSectionEvalOptions"); \ +static_assert(sizeof(FMovieSceneSectionEvalOptions) == 0x000002, "Wrong size on FMovieSceneSectionEvalOptions"); \ +static_assert(offsetof(FMovieSceneSectionEvalOptions, bCanEditCompletionMode) == 0x000000, "Member 'FMovieSceneSectionEvalOptions::bCanEditCompletionMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionEvalOptions, CompletionMode) == 0x000001, "Member 'FMovieSceneSectionEvalOptions::CompletionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEasingSettings \ +static_assert(alignof(FMovieSceneEasingSettings) == 0x000008, "Wrong alignment on FMovieSceneEasingSettings"); \ +static_assert(sizeof(FMovieSceneEasingSettings) == 0x000038, "Wrong size on FMovieSceneEasingSettings"); \ +static_assert(offsetof(FMovieSceneEasingSettings, AutoEaseInDuration) == 0x000000, "Member 'FMovieSceneEasingSettings::AutoEaseInDuration' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, AutoEaseOutDuration) == 0x000004, "Member 'FMovieSceneEasingSettings::AutoEaseOutDuration' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, EaseIn) == 0x000008, "Member 'FMovieSceneEasingSettings::EaseIn' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, bManualEaseIn) == 0x000018, "Member 'FMovieSceneEasingSettings::bManualEaseIn' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, ManualEaseInDuration) == 0x00001C, "Member 'FMovieSceneEasingSettings::ManualEaseInDuration' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, EaseOut) == 0x000020, "Member 'FMovieSceneEasingSettings::EaseOut' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, bManualEaseOut) == 0x000030, "Member 'FMovieSceneEasingSettings::bManualEaseOut' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEasingSettings, ManualEaseOutDuration) == 0x000034, "Member 'FMovieSceneEasingSettings::ManualEaseOutDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimecodeSource \ +static_assert(alignof(FMovieSceneTimecodeSource) == 0x000004, "Wrong alignment on FMovieSceneTimecodeSource"); \ +static_assert(sizeof(FMovieSceneTimecodeSource) == 0x000018, "Wrong size on FMovieSceneTimecodeSource"); \ +static_assert(offsetof(FMovieSceneTimecodeSource, Timecode) == 0x000000, "Member 'FMovieSceneTimecodeSource::Timecode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceReplProperties \ +static_assert(alignof(FMovieSceneSequenceReplProperties) == 0x000004, "Wrong alignment on FMovieSceneSequenceReplProperties"); \ +static_assert(sizeof(FMovieSceneSequenceReplProperties) == 0x000014, "Wrong size on FMovieSceneSequenceReplProperties"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownPosition) == 0x000000, "Member 'FMovieSceneSequenceReplProperties::LastKnownPosition' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownStatus) == 0x000008, "Member 'FMovieSceneSequenceReplProperties::LastKnownStatus' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownNumLoops) == 0x00000C, "Member 'FMovieSceneSequenceReplProperties::LastKnownNumLoops' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownSerialNumber) == 0x000010, "Member 'FMovieSceneSequenceReplProperties::LastKnownSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FMovieSceneTrackRowMetadata \ +static_assert(alignof(FMovieSceneTrackRowMetadata) == 0x000008, "Wrong alignment on FMovieSceneTrackRowMetadata"); \ +static_assert(sizeof(FMovieSceneTrackRowMetadata) == 0x000008, "Wrong size on FMovieSceneTrackRowMetadata"); \ +static_assert(offsetof(FMovieSceneTrackRowMetadata, ConditionContainer) == 0x000000, "Member 'FMovieSceneTrackRowMetadata::ConditionContainer' has a wrong offset!"); \ + +#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_FMovieSceneSectionTimingParametersFrames \ +static_assert(alignof(FMovieSceneSectionTimingParametersFrames) == 0x000008, "Wrong alignment on FMovieSceneSectionTimingParametersFrames"); \ +static_assert(sizeof(FMovieSceneSectionTimingParametersFrames) == 0x000018, "Wrong size on FMovieSceneSectionTimingParametersFrames"); \ +static_assert(offsetof(FMovieSceneSectionTimingParametersFrames, PlayRate) == 0x000000, "Member 'FMovieSceneSectionTimingParametersFrames::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionTimingParametersFrames, InnerStartOffset) == 0x000008, "Member 'FMovieSceneSectionTimingParametersFrames::InnerStartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionTimingParametersFrames, InnerEndOffset) == 0x00000C, "Member 'FMovieSceneSectionTimingParametersFrames::InnerEndOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionTimingParametersFrames, FirstLoopStartOffset) == 0x000010, "Member 'FMovieSceneSectionTimingParametersFrames::FirstLoopStartOffset' 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_FTestMovieSceneStruct \ +static_assert(alignof(FTestMovieSceneStruct) == 0x000008, "Wrong alignment on FTestMovieSceneStruct"); \ +static_assert(sizeof(FTestMovieSceneStruct) == 0x000048, "Wrong size on FTestMovieSceneStruct"); \ +static_assert(offsetof(FTestMovieSceneStruct, First) == 0x000000, "Member 'FTestMovieSceneStruct::First' has a wrong offset!"); \ +static_assert(offsetof(FTestMovieSceneStruct, Second) == 0x000004, "Member 'FTestMovieSceneStruct::Second' has a wrong offset!"); \ +static_assert(offsetof(FTestMovieSceneStruct, Enum) == 0x000008, "Member 'FTestMovieSceneStruct::Enum' has a wrong offset!"); \ +static_assert(offsetof(FTestMovieSceneStruct, Vector) == 0x000010, "Member 'FTestMovieSceneStruct::Vector' has a wrong offset!"); \ +static_assert(offsetof(FTestMovieSceneStruct, MultipleIntegers) == 0x000028, "Member 'FTestMovieSceneStruct::MultipleIntegers' has a wrong offset!"); \ +static_assert(offsetof(FTestMovieSceneStruct, MultipleVectors) == 0x000038, "Member 'FTestMovieSceneStruct::MultipleVectors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTestMovieSceneStruct2 \ +static_assert(alignof(FTestMovieSceneStruct2) == 0x000004, "Wrong alignment on FTestMovieSceneStruct2"); \ +static_assert(sizeof(FTestMovieSceneStruct2) == 0x000008, "Wrong size on FTestMovieSceneStruct2"); \ +static_assert(offsetof(FTestMovieSceneStruct2, First) == 0x000000, "Member 'FTestMovieSceneStruct2::First' has a wrong offset!"); \ +static_assert(offsetof(FTestMovieSceneStruct2, Second) == 0x000004, "Member 'FTestMovieSceneStruct2::Second' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimeWarpFixedFrame \ +static_assert(alignof(FMovieSceneTimeWarpFixedFrame) == 0x000004, "Wrong alignment on FMovieSceneTimeWarpFixedFrame"); \ +static_assert(sizeof(FMovieSceneTimeWarpFixedFrame) == 0x000004, "Wrong size on FMovieSceneTimeWarpFixedFrame"); \ +static_assert(offsetof(FMovieSceneTimeWarpFixedFrame, FrameNumber) == 0x000000, "Member 'FMovieSceneTimeWarpFixedFrame::FrameNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFixedPlayRateStruct \ +static_assert(alignof(FMovieSceneFixedPlayRateStruct) == 0x000008, "Wrong alignment on FMovieSceneFixedPlayRateStruct"); \ +static_assert(sizeof(FMovieSceneFixedPlayRateStruct) == 0x000008, "Wrong size on FMovieSceneFixedPlayRateStruct"); \ +static_assert(offsetof(FMovieSceneFixedPlayRateStruct, PlayRate) == 0x000000, "Member 'FMovieSceneFixedPlayRateStruct::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimeWarpLoop \ +static_assert(alignof(FMovieSceneTimeWarpLoop) == 0x000004, "Wrong alignment on FMovieSceneTimeWarpLoop"); \ +static_assert(sizeof(FMovieSceneTimeWarpLoop) == 0x000004, "Wrong size on FMovieSceneTimeWarpLoop"); \ +static_assert(offsetof(FMovieSceneTimeWarpLoop, Duration) == 0x000000, "Member 'FMovieSceneTimeWarpLoop::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimeWarpLoopFloat \ +static_assert(alignof(FMovieSceneTimeWarpLoopFloat) == 0x000004, "Wrong alignment on FMovieSceneTimeWarpLoopFloat"); \ +static_assert(sizeof(FMovieSceneTimeWarpLoopFloat) == 0x000004, "Wrong size on FMovieSceneTimeWarpLoopFloat"); \ +static_assert(offsetof(FMovieSceneTimeWarpLoopFloat, Duration) == 0x000000, "Member 'FMovieSceneTimeWarpLoopFloat::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimeWarpClampFloat \ +static_assert(alignof(FMovieSceneTimeWarpClampFloat) == 0x000004, "Wrong alignment on FMovieSceneTimeWarpClampFloat"); \ +static_assert(sizeof(FMovieSceneTimeWarpClampFloat) == 0x000004, "Wrong size on FMovieSceneTimeWarpClampFloat"); \ +static_assert(offsetof(FMovieSceneTimeWarpClampFloat, Max) == 0x000000, "Member 'FMovieSceneTimeWarpClampFloat::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimeWarpFrameRate \ +static_assert(alignof(FMovieSceneTimeWarpFrameRate) == 0x000001, "Wrong alignment on FMovieSceneTimeWarpFrameRate"); \ +static_assert(sizeof(FMovieSceneTimeWarpFrameRate) == 0x000006, "Wrong size on FMovieSceneTimeWarpFrameRate"); \ +static_assert(offsetof(FMovieSceneTimeWarpFrameRate, FrameRateNumerator) == 0x000000, "Member 'FMovieSceneTimeWarpFrameRate::FrameRateNumerator' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTimeWarpFrameRate, FrameRateDenominator) == 0x000003, "Member 'FMovieSceneTimeWarpFrameRate::FrameRateDenominator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneBlenderSystemSupport \ +static_assert(alignof(IMovieSceneBlenderSystemSupport) == 0x000001, "Wrong alignment on IMovieSceneBlenderSystemSupport"); \ +static_assert(sizeof(IMovieSceneBlenderSystemSupport) == 0x000001, "Wrong size on IMovieSceneBlenderSystemSupport"); \ + +#define DUMPER7_ASSERTS_MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer \ +static_assert(alignof(MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer) == 0x000008, "Wrong alignment on MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer"); \ +static_assert(sizeof(MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer) == 0x000010, "Wrong size on MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer"); \ +static_assert(offsetof(MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer, ResolvedObject) == 0x000000, "Member 'MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer::ResolvedObject' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer, ReturnValue) == 0x000008, "Member 'MovieSceneBoundObjectProxy_BP_GetBoundObjectForSequencer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneBoundObjectProxy \ +static_assert(alignof(IMovieSceneBoundObjectProxy) == 0x000001, "Wrong alignment on IMovieSceneBoundObjectProxy"); \ +static_assert(sizeof(IMovieSceneBoundObjectProxy) == 0x000001, "Wrong size on IMovieSceneBoundObjectProxy"); \ + +#define DUMPER7_ASSERTS_IMovieSceneChannelDecoration \ +static_assert(alignof(IMovieSceneChannelDecoration) == 0x000001, "Wrong alignment on IMovieSceneChannelDecoration"); \ +static_assert(sizeof(IMovieSceneChannelDecoration) == 0x000001, "Wrong size on IMovieSceneChannelDecoration"); \ + +#define DUMPER7_ASSERTS_IMovieSceneChannelOverrideProvider \ +static_assert(alignof(IMovieSceneChannelOverrideProvider) == 0x000001, "Wrong alignment on IMovieSceneChannelOverrideProvider"); \ +static_assert(sizeof(IMovieSceneChannelOverrideProvider) == 0x000001, "Wrong size on IMovieSceneChannelOverrideProvider"); \ + +#define DUMPER7_ASSERTS_IMovieSceneChannelOwner \ +static_assert(alignof(IMovieSceneChannelOwner) == 0x000001, "Wrong alignment on IMovieSceneChannelOwner"); \ +static_assert(sizeof(IMovieSceneChannelOwner) == 0x000001, "Wrong size on IMovieSceneChannelOwner"); \ + +#define DUMPER7_ASSERTS_IMovieSceneDecoration \ +static_assert(alignof(IMovieSceneDecoration) == 0x000001, "Wrong alignment on IMovieSceneDecoration"); \ +static_assert(sizeof(IMovieSceneDecoration) == 0x000001, "Wrong size on IMovieSceneDecoration"); \ + +#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_IMovieSceneEntityDecorator \ +static_assert(alignof(IMovieSceneEntityDecorator) == 0x000001, "Wrong alignment on IMovieSceneEntityDecorator"); \ +static_assert(sizeof(IMovieSceneEntityDecorator) == 0x000001, "Wrong size on IMovieSceneEntityDecorator"); \ + +#define DUMPER7_ASSERTS_IMovieSceneLifetimeDecoration \ +static_assert(alignof(IMovieSceneLifetimeDecoration) == 0x000001, "Wrong alignment on IMovieSceneLifetimeDecoration"); \ +static_assert(sizeof(IMovieSceneLifetimeDecoration) == 0x000001, "Wrong size on IMovieSceneLifetimeDecoration"); \ + +#define DUMPER7_ASSERTS_IMovieSceneMetaDataInterface \ +static_assert(alignof(IMovieSceneMetaDataInterface) == 0x000001, "Wrong alignment on IMovieSceneMetaDataInterface"); \ +static_assert(sizeof(IMovieSceneMetaDataInterface) == 0x000001, "Wrong size on IMovieSceneMetaDataInterface"); \ + +#define DUMPER7_ASSERTS_IMovieScenePlaybackClient \ +static_assert(alignof(IMovieScenePlaybackClient) == 0x000001, "Wrong alignment on IMovieScenePlaybackClient"); \ +static_assert(sizeof(IMovieScenePlaybackClient) == 0x000001, "Wrong size on IMovieScenePlaybackClient"); \ + +#define DUMPER7_ASSERTS_IMovieSceneSectionDecoration \ +static_assert(alignof(IMovieSceneSectionDecoration) == 0x000001, "Wrong alignment on IMovieSceneSectionDecoration"); \ +static_assert(sizeof(IMovieSceneSectionDecoration) == 0x000001, "Wrong size on IMovieSceneSectionDecoration"); \ + +#define DUMPER7_ASSERTS_IMovieSceneSequencePlayerObserver \ +static_assert(alignof(IMovieSceneSequencePlayerObserver) == 0x000001, "Wrong alignment on IMovieSceneSequencePlayerObserver"); \ +static_assert(sizeof(IMovieSceneSequencePlayerObserver) == 0x000001, "Wrong size on IMovieSceneSequencePlayerObserver"); \ + +#define DUMPER7_ASSERTS_IMovieSceneTrackDecoration \ +static_assert(alignof(IMovieSceneTrackDecoration) == 0x000001, "Wrong alignment on IMovieSceneTrackDecoration"); \ +static_assert(sizeof(IMovieSceneTrackDecoration) == 0x000001, "Wrong size on IMovieSceneTrackDecoration"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer \ +static_assert(alignof(MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer) == 0x000008, "Wrong alignment on MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer"); \ +static_assert(sizeof(MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer) == 0x000020, "Wrong size on MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer"); \ +static_assert(offsetof(MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer, Player) == 0x000000, "Member 'MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer, BindingID) == 0x000008, "Member 'MovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer::BindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer \ +static_assert(alignof(MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer) == 0x000008, "Wrong alignment on MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer"); \ +static_assert(sizeof(MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer) == 0x000020, "Wrong size on MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer"); \ +static_assert(offsetof(MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer, Player) == 0x000000, "Member 'MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer, BindingID) == 0x000008, "Member 'MovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer::BindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneBindingEventReceiverInterface \ +static_assert(alignof(IMovieSceneBindingEventReceiverInterface) == 0x000001, "Wrong alignment on IMovieSceneBindingEventReceiverInterface"); \ +static_assert(sizeof(IMovieSceneBindingEventReceiverInterface) == 0x000001, "Wrong size on IMovieSceneBindingEventReceiverInterface"); \ + +#define DUMPER7_ASSERTS_IMovieSceneBindingOwnerInterface \ +static_assert(alignof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong alignment on IMovieSceneBindingOwnerInterface"); \ +static_assert(sizeof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong size on IMovieSceneBindingOwnerInterface"); \ + +#define DUMPER7_ASSERTS_IMovieSceneCachedTrack \ +static_assert(alignof(IMovieSceneCachedTrack) == 0x000001, "Wrong alignment on IMovieSceneCachedTrack"); \ +static_assert(sizeof(IMovieSceneCachedTrack) == 0x000001, "Wrong size on IMovieSceneCachedTrack"); \ + +#define DUMPER7_ASSERTS_MovieSceneEasingFunction_OnEvaluate \ +static_assert(alignof(MovieSceneEasingFunction_OnEvaluate) == 0x000004, "Wrong alignment on MovieSceneEasingFunction_OnEvaluate"); \ +static_assert(sizeof(MovieSceneEasingFunction_OnEvaluate) == 0x000008, "Wrong size on MovieSceneEasingFunction_OnEvaluate"); \ +static_assert(offsetof(MovieSceneEasingFunction_OnEvaluate, Interp) == 0x000000, "Member 'MovieSceneEasingFunction_OnEvaluate::Interp' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneEasingFunction_OnEvaluate, ReturnValue) == 0x000004, "Member 'MovieSceneEasingFunction_OnEvaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneEasingFunction \ +static_assert(alignof(IMovieSceneEasingFunction) == 0x000001, "Wrong alignment on IMovieSceneEasingFunction"); \ +static_assert(sizeof(IMovieSceneEasingFunction) == 0x000001, "Wrong size on IMovieSceneEasingFunction"); \ + +#define DUMPER7_ASSERTS_IMovieSceneKeyProxy \ +static_assert(alignof(IMovieSceneKeyProxy) == 0x000001, "Wrong alignment on IMovieSceneKeyProxy"); \ +static_assert(sizeof(IMovieSceneKeyProxy) == 0x000001, "Wrong size on IMovieSceneKeyProxy"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSignedObject \ +static_assert(alignof(UMovieSceneSignedObject) == 0x000008, "Wrong alignment on UMovieSceneSignedObject"); \ +static_assert(sizeof(UMovieSceneSignedObject) == 0x000058, "Wrong size on UMovieSceneSignedObject"); \ +static_assert(offsetof(UMovieSceneSignedObject, Signature) == 0x00002C, "Member 'UMovieSceneSignedObject::Signature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNumericVariantGetter \ +static_assert(alignof(UMovieSceneNumericVariantGetter) == 0x000008, "Wrong alignment on UMovieSceneNumericVariantGetter"); \ +static_assert(sizeof(UMovieSceneNumericVariantGetter) == 0x000060, "Wrong size on UMovieSceneNumericVariantGetter"); \ +static_assert(offsetof(UMovieSceneNumericVariantGetter, ReferenceToSelf) == 0x000058, "Member 'UMovieSceneNumericVariantGetter::ReferenceToSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneSequenceTickManagerClient \ +static_assert(alignof(IMovieSceneSequenceTickManagerClient) == 0x000001, "Wrong alignment on IMovieSceneSequenceTickManagerClient"); \ +static_assert(sizeof(IMovieSceneSequenceTickManagerClient) == 0x000001, "Wrong size on IMovieSceneSequenceTickManagerClient"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomBinding_GetBaseCustomPriority \ +static_assert(alignof(MovieSceneCustomBinding_GetBaseCustomPriority) == 0x000004, "Wrong alignment on MovieSceneCustomBinding_GetBaseCustomPriority"); \ +static_assert(sizeof(MovieSceneCustomBinding_GetBaseCustomPriority) == 0x000004, "Wrong size on MovieSceneCustomBinding_GetBaseCustomPriority"); \ +static_assert(offsetof(MovieSceneCustomBinding_GetBaseCustomPriority, ReturnValue) == 0x000000, "Member 'MovieSceneCustomBinding_GetBaseCustomPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomBinding_GetBaseEnginePriority \ +static_assert(alignof(MovieSceneCustomBinding_GetBaseEnginePriority) == 0x000004, "Wrong alignment on MovieSceneCustomBinding_GetBaseEnginePriority"); \ +static_assert(sizeof(MovieSceneCustomBinding_GetBaseEnginePriority) == 0x000004, "Wrong size on MovieSceneCustomBinding_GetBaseEnginePriority"); \ +static_assert(offsetof(MovieSceneCustomBinding_GetBaseEnginePriority, ReturnValue) == 0x000000, "Member 'MovieSceneCustomBinding_GetBaseEnginePriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCustomBinding \ +static_assert(alignof(UMovieSceneCustomBinding) == 0x000008, "Wrong alignment on UMovieSceneCustomBinding"); \ +static_assert(sizeof(UMovieSceneCustomBinding) == 0x000028, "Wrong size on UMovieSceneCustomBinding"); \ + +#define DUMPER7_ASSERTS_UMovieSceneReplaceableBindingBase \ +static_assert(alignof(UMovieSceneReplaceableBindingBase) == 0x000008, "Wrong alignment on UMovieSceneReplaceableBindingBase"); \ +static_assert(sizeof(UMovieSceneReplaceableBindingBase) == 0x000028, "Wrong size on UMovieSceneReplaceableBindingBase"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnableBindingBase \ +static_assert(alignof(UMovieSceneSpawnableBindingBase) == 0x000008, "Wrong alignment on UMovieSceneSpawnableBindingBase"); \ +static_assert(sizeof(UMovieSceneSpawnableBindingBase) == 0x000030, "Wrong size on UMovieSceneSpawnableBindingBase"); \ +static_assert(offsetof(UMovieSceneSpawnableBindingBase, SpawnOwnership) == 0x000028, "Member 'UMovieSceneSpawnableBindingBase::SpawnOwnership' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSpawnableBindingBase, bContinuouslyRespawn) == 0x000029, "Member 'UMovieSceneSpawnableBindingBase::bContinuouslyRespawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneChannelOverrideContainer \ +static_assert(alignof(UMovieSceneChannelOverrideContainer) == 0x000008, "Wrong alignment on UMovieSceneChannelOverrideContainer"); \ +static_assert(sizeof(UMovieSceneChannelOverrideContainer) == 0x000058, "Wrong size on UMovieSceneChannelOverrideContainer"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSectionChannelOverrideRegistry \ +static_assert(alignof(UMovieSceneSectionChannelOverrideRegistry) == 0x000008, "Wrong alignment on UMovieSceneSectionChannelOverrideRegistry"); \ +static_assert(sizeof(UMovieSceneSectionChannelOverrideRegistry) == 0x000078, "Wrong size on UMovieSceneSectionChannelOverrideRegistry"); \ +static_assert(offsetof(UMovieSceneSectionChannelOverrideRegistry, Overrides) == 0x000028, "Member 'UMovieSceneSectionChannelOverrideRegistry::Overrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneTrackTemplateProducer \ +static_assert(alignof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong alignment on IMovieSceneTrackTemplateProducer"); \ +static_assert(sizeof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong size on IMovieSceneTrackTemplateProducer"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCompiledData \ +static_assert(alignof(UMovieSceneCompiledData) == 0x000008, "Wrong alignment on UMovieSceneCompiledData"); \ +static_assert(sizeof(UMovieSceneCompiledData) == 0x000420, "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) == 0x0002C8, "Member 'UMovieSceneCompiledData::EntityComponentField' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, TrackTemplateField) == 0x0003B8, "Member 'UMovieSceneCompiledData::TrackTemplateField' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, DeterminismFences) == 0x0003E8, "Member 'UMovieSceneCompiledData::DeterminismFences' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, CompiledSignature) == 0x0003F8, "Member 'UMovieSceneCompiledData::CompiledSignature' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, CompilerVersion) == 0x000408, "Member 'UMovieSceneCompiledData::CompilerVersion' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, AccumulatedMask) == 0x000418, "Member 'UMovieSceneCompiledData::AccumulatedMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, AllocatedMask) == 0x000419, "Member 'UMovieSceneCompiledData::AllocatedMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, AccumulatedFlags) == 0x00041A, "Member 'UMovieSceneCompiledData::AccumulatedFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCompiledDataManager \ +static_assert(alignof(UMovieSceneCompiledDataManager) == 0x000008, "Wrong alignment on UMovieSceneCompiledDataManager"); \ +static_assert(sizeof(UMovieSceneCompiledDataManager) == 0x000230, "Wrong size on UMovieSceneCompiledDataManager"); \ +static_assert(offsetof(UMovieSceneCompiledDataManager, Hierarchies) == 0x0000D8, "Member 'UMovieSceneCompiledDataManager::Hierarchies' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledDataManager, TrackTemplates) == 0x000128, "Member 'UMovieSceneCompiledDataManager::TrackTemplates' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledDataManager, TrackTemplateFields) == 0x000178, "Member 'UMovieSceneCompiledDataManager::TrackTemplateFields' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledDataManager, EntityComponentFields) == 0x0001C8, "Member 'UMovieSceneCompiledDataManager::EntityComponentFields' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCondition_BP_EvaluateCondition \ +static_assert(alignof(MovieSceneCondition_BP_EvaluateCondition) == 0x000008, "Wrong alignment on MovieSceneCondition_BP_EvaluateCondition"); \ +static_assert(sizeof(MovieSceneCondition_BP_EvaluateCondition) == 0x000038, "Wrong size on MovieSceneCondition_BP_EvaluateCondition"); \ +static_assert(offsetof(MovieSceneCondition_BP_EvaluateCondition, ConditionContext) == 0x000000, "Member 'MovieSceneCondition_BP_EvaluateCondition::ConditionContext' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCondition_BP_EvaluateCondition, ReturnValue) == 0x000030, "Member 'MovieSceneCondition_BP_EvaluateCondition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCondition_BP_GetCheckFrequency \ +static_assert(alignof(MovieSceneCondition_BP_GetCheckFrequency) == 0x000001, "Wrong alignment on MovieSceneCondition_BP_GetCheckFrequency"); \ +static_assert(sizeof(MovieSceneCondition_BP_GetCheckFrequency) == 0x000001, "Wrong size on MovieSceneCondition_BP_GetCheckFrequency"); \ +static_assert(offsetof(MovieSceneCondition_BP_GetCheckFrequency, ReturnValue) == 0x000000, "Member 'MovieSceneCondition_BP_GetCheckFrequency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCondition_BP_GetScope \ +static_assert(alignof(MovieSceneCondition_BP_GetScope) == 0x000001, "Wrong alignment on MovieSceneCondition_BP_GetScope"); \ +static_assert(sizeof(MovieSceneCondition_BP_GetScope) == 0x000001, "Wrong size on MovieSceneCondition_BP_GetScope"); \ +static_assert(offsetof(MovieSceneCondition_BP_GetScope, ReturnValue) == 0x000000, "Member 'MovieSceneCondition_BP_GetScope::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCondition \ +static_assert(alignof(UMovieSceneCondition) == 0x000008, "Wrong alignment on UMovieSceneCondition"); \ +static_assert(sizeof(UMovieSceneCondition) == 0x000060, "Wrong size on UMovieSceneCondition"); \ +static_assert(offsetof(UMovieSceneCondition, bInvert) == 0x000058, "Member 'UMovieSceneCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGroupCondition \ +static_assert(alignof(UMovieSceneGroupCondition) == 0x000008, "Wrong alignment on UMovieSceneGroupCondition"); \ +static_assert(sizeof(UMovieSceneGroupCondition) == 0x000078, "Wrong size on UMovieSceneGroupCondition"); \ +static_assert(offsetof(UMovieSceneGroupCondition, Operator) == 0x000060, "Member 'UMovieSceneGroupCondition::Operator' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneGroupCondition, SubConditions) == 0x000068, "Member 'UMovieSceneGroupCondition::SubConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDecorationContainerObject \ +static_assert(alignof(UMovieSceneDecorationContainerObject) == 0x000008, "Wrong alignment on UMovieSceneDecorationContainerObject"); \ +static_assert(sizeof(UMovieSceneDecorationContainerObject) == 0x000068, "Wrong size on UMovieSceneDecorationContainerObject"); \ +static_assert(offsetof(UMovieSceneDecorationContainerObject, Decorations) == 0x000058, "Member 'UMovieSceneDecorationContainerObject::Decorations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLanguagePreviewDecoration \ +static_assert(alignof(UMovieSceneLanguagePreviewDecoration) == 0x000008, "Wrong alignment on UMovieSceneLanguagePreviewDecoration"); \ +static_assert(sizeof(UMovieSceneLanguagePreviewDecoration) == 0x000038, "Wrong size on UMovieSceneLanguagePreviewDecoration"); \ +static_assert(offsetof(UMovieSceneLanguagePreviewDecoration, PreviewLanguage) == 0x000028, "Member 'UMovieSceneLanguagePreviewDecoration::PreviewLanguage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMuteSoloDecoration \ +static_assert(alignof(UMovieSceneMuteSoloDecoration) == 0x000008, "Wrong alignment on UMovieSceneMuteSoloDecoration"); \ +static_assert(sizeof(UMovieSceneMuteSoloDecoration) == 0x000038, "Wrong size on UMovieSceneMuteSoloDecoration"); \ + +#define DUMPER7_ASSERTS_IMovieSceneScalingDriver \ +static_assert(alignof(IMovieSceneScalingDriver) == 0x000001, "Wrong alignment on IMovieSceneScalingDriver"); \ +static_assert(sizeof(IMovieSceneScalingDriver) == 0x000001, "Wrong size on IMovieSceneScalingDriver"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTimeWarpGetter \ +static_assert(alignof(UMovieSceneTimeWarpGetter) == 0x000008, "Wrong alignment on UMovieSceneTimeWarpGetter"); \ +static_assert(sizeof(UMovieSceneTimeWarpGetter) == 0x000070, "Wrong size on UMovieSceneTimeWarpGetter"); \ + +#define DUMPER7_ASSERTS_UMovieScenePlayRateCurve \ +static_assert(alignof(UMovieScenePlayRateCurve) == 0x000008, "Wrong alignment on UMovieScenePlayRateCurve"); \ +static_assert(sizeof(UMovieScenePlayRateCurve) == 0x0001B8, "Wrong size on UMovieScenePlayRateCurve"); \ +static_assert(offsetof(UMovieScenePlayRateCurve, PlayRate) == 0x000070, "Member 'UMovieScenePlayRateCurve::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieScenePlayRateCurve, PlaybackStartFrame) == 0x000198, "Member 'UMovieScenePlayRateCurve::PlaybackStartFrame' has a wrong offset!"); \ +static_assert(offsetof(UMovieScenePlayRateCurve, bManualPlaybackStart) == 0x00019C, "Member 'UMovieScenePlayRateCurve::bManualPlaybackStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScalingAnchors \ +static_assert(alignof(UMovieSceneScalingAnchors) == 0x000008, "Wrong alignment on UMovieSceneScalingAnchors"); \ +static_assert(sizeof(UMovieSceneScalingAnchors) == 0x0002D8, "Wrong size on UMovieSceneScalingAnchors"); \ +static_assert(offsetof(UMovieSceneScalingAnchors, ScalingDrivers) == 0x0001C8, "Member 'UMovieSceneScalingAnchors::ScalingDrivers' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneScalingAnchors, InitialAnchors) == 0x0001D8, "Member 'UMovieSceneScalingAnchors::InitialAnchors' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneScalingAnchors, ScalingGroups) == 0x000228, "Member 'UMovieSceneScalingAnchors::ScalingGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSectionAnchorsDecoration \ +static_assert(alignof(UMovieSceneSectionAnchorsDecoration) == 0x000008, "Wrong alignment on UMovieSceneSectionAnchorsDecoration"); \ +static_assert(sizeof(UMovieSceneSectionAnchorsDecoration) == 0x000050, "Wrong size on UMovieSceneSectionAnchorsDecoration"); \ +static_assert(offsetof(UMovieSceneSectionAnchorsDecoration, StartAnchor) == 0x000040, "Member 'UMovieSceneSectionAnchorsDecoration::StartAnchor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneTimeWarpSource \ +static_assert(alignof(IMovieSceneTimeWarpSource) == 0x000001, "Wrong alignment on IMovieSceneTimeWarpSource"); \ +static_assert(sizeof(IMovieSceneTimeWarpSource) == 0x000001, "Wrong size on IMovieSceneTimeWarpSource"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTimeWarpDecoration \ +static_assert(alignof(UMovieSceneTimeWarpDecoration) == 0x000008, "Wrong alignment on UMovieSceneTimeWarpDecoration"); \ +static_assert(sizeof(UMovieSceneTimeWarpDecoration) == 0x000040, "Wrong size on UMovieSceneTimeWarpDecoration"); \ +static_assert(offsetof(UMovieSceneTimeWarpDecoration, Sources) == 0x000030, "Member 'UMovieSceneTimeWarpDecoration::Sources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackRowDecoration \ +static_assert(alignof(UMovieSceneTrackRowDecoration) == 0x000008, "Wrong alignment on UMovieSceneTrackRowDecoration"); \ +static_assert(sizeof(UMovieSceneTrackRowDecoration) == 0x000080, "Wrong size on UMovieSceneTrackRowDecoration"); \ + +#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_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_UMovieSceneBindingLifetimeSystem \ +static_assert(alignof(UMovieSceneBindingLifetimeSystem) == 0x000008, "Wrong alignment on UMovieSceneBindingLifetimeSystem"); \ +static_assert(sizeof(UMovieSceneBindingLifetimeSystem) == 0x000040, "Wrong size on UMovieSceneBindingLifetimeSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBlenderSystem \ +static_assert(alignof(UMovieSceneBlenderSystem) == 0x000008, "Wrong alignment on UMovieSceneBlenderSystem"); \ +static_assert(sizeof(UMovieSceneBlenderSystem) == 0x000068, "Wrong size on UMovieSceneBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEntityInstantiatorSystem \ +static_assert(alignof(UMovieSceneEntityInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneEntityInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneEntityInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneEntityInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGenericBoundObjectInstantiator \ +static_assert(alignof(UMovieSceneGenericBoundObjectInstantiator) == 0x000008, "Wrong alignment on UMovieSceneGenericBoundObjectInstantiator"); \ +static_assert(sizeof(UMovieSceneGenericBoundObjectInstantiator) == 0x000040, "Wrong size on UMovieSceneGenericBoundObjectInstantiator"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoundSceneComponentInstantiator \ +static_assert(alignof(UMovieSceneBoundSceneComponentInstantiator) == 0x000008, "Wrong alignment on UMovieSceneBoundSceneComponentInstantiator"); \ +static_assert(sizeof(UMovieSceneBoundSceneComponentInstantiator) == 0x000040, "Wrong size on UMovieSceneBoundSceneComponentInstantiator"); \ + +#define DUMPER7_ASSERTS_IMovieSceneValueDecomposer \ +static_assert(alignof(IMovieSceneValueDecomposer) == 0x000001, "Wrong alignment on IMovieSceneValueDecomposer"); \ +static_assert(sizeof(IMovieSceneValueDecomposer) == 0x000001, "Wrong size on IMovieSceneValueDecomposer"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEntityGroupingSystem \ +static_assert(alignof(UMovieSceneEntityGroupingSystem) == 0x000008, "Wrong alignment on UMovieSceneEntityGroupingSystem"); \ +static_assert(sizeof(UMovieSceneEntityGroupingSystem) == 0x000158, "Wrong size on UMovieSceneEntityGroupingSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEntitySystemLinker \ +static_assert(alignof(UMovieSceneEntitySystemLinker) == 0x000008, "Wrong alignment on UMovieSceneEntitySystemLinker"); \ +static_assert(sizeof(UMovieSceneEntitySystemLinker) == 0x000768, "Wrong size on UMovieSceneEntitySystemLinker"); \ +static_assert(offsetof(UMovieSceneEntitySystemLinker, SystemGraph) == 0x0002D0, "Member 'UMovieSceneEntitySystemLinker::SystemGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEvalTimeSystem \ +static_assert(alignof(UMovieSceneEvalTimeSystem) == 0x000008, "Wrong alignment on UMovieSceneEvalTimeSystem"); \ +static_assert(sizeof(UMovieSceneEvalTimeSystem) == 0x0001D0, "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_UMovieSceneInitialValueSystem \ +static_assert(alignof(UMovieSceneInitialValueSystem) == 0x000008, "Wrong alignment on UMovieSceneInitialValueSystem"); \ +static_assert(sizeof(UMovieSceneInitialValueSystem) == 0x000040, "Wrong size on UMovieSceneInitialValueSystem"); \ + +#define DUMPER7_ASSERTS_IMovieScenePreAnimatedStateSystemInterface \ +static_assert(alignof(IMovieScenePreAnimatedStateSystemInterface) == 0x000001, "Wrong alignment on IMovieScenePreAnimatedStateSystemInterface"); \ +static_assert(sizeof(IMovieScenePreAnimatedStateSystemInterface) == 0x000001, "Wrong size on IMovieScenePreAnimatedStateSystemInterface"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCachePreAnimatedStateSystem \ +static_assert(alignof(UMovieSceneCachePreAnimatedStateSystem) == 0x000008, "Wrong alignment on UMovieSceneCachePreAnimatedStateSystem"); \ +static_assert(sizeof(UMovieSceneCachePreAnimatedStateSystem) == 0x000040, "Wrong size on UMovieSceneCachePreAnimatedStateSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneRestorePreAnimatedStateSystem \ +static_assert(alignof(UMovieSceneRestorePreAnimatedStateSystem) == 0x000008, "Wrong alignment on UMovieSceneRestorePreAnimatedStateSystem"); \ +static_assert(sizeof(UMovieSceneRestorePreAnimatedStateSystem) == 0x000050, "Wrong size on UMovieSceneRestorePreAnimatedStateSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneRootInstantiatorSystem \ +static_assert(alignof(UMovieSceneRootInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneRootInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneRootInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneRootInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnablesSystem \ +static_assert(alignof(UMovieSceneSpawnablesSystem) == 0x000008, "Wrong alignment on UMovieSceneSpawnablesSystem"); \ +static_assert(sizeof(UMovieSceneSpawnablesSystem) == 0x000040, "Wrong size on UMovieSceneSpawnablesSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackInstance \ +static_assert(alignof(UMovieSceneTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneTrackInstance"); \ +static_assert(sizeof(UMovieSceneTrackInstance) == 0x000050, "Wrong size on UMovieSceneTrackInstance"); \ +static_assert(offsetof(UMovieSceneTrackInstance, WeakAnimatedObject) == 0x000028, "Member 'UMovieSceneTrackInstance::WeakAnimatedObject' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrackInstance, bIsRootTrackInstance) == 0x000030, "Member 'UMovieSceneTrackInstance::bIsRootTrackInstance' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrackInstance, PrivateLinker) == 0x000038, "Member 'UMovieSceneTrackInstance::PrivateLinker' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrackInstance, Inputs) == 0x000040, "Member 'UMovieSceneTrackInstance::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackInstanceInstantiator \ +static_assert(alignof(UMovieSceneTrackInstanceInstantiator) == 0x000008, "Wrong alignment on UMovieSceneTrackInstanceInstantiator"); \ +static_assert(sizeof(UMovieSceneTrackInstanceInstantiator) == 0x0000F0, "Wrong size on UMovieSceneTrackInstanceInstantiator"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackInstanceSystem \ +static_assert(alignof(UMovieSceneTrackInstanceSystem) == 0x000008, "Wrong alignment on UMovieSceneTrackInstanceSystem"); \ +static_assert(sizeof(UMovieSceneTrackInstanceSystem) == 0x000048, "Wrong size on UMovieSceneTrackInstanceSystem"); \ +static_assert(offsetof(UMovieSceneTrackInstanceSystem, Instantiator) == 0x000040, "Member 'UMovieSceneTrackInstanceSystem::Instantiator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnRequestCurrentTime \ +static_assert(alignof(MovieSceneCustomClockSource_OnRequestCurrentTime) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnRequestCurrentTime"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnRequestCurrentTime) == 0x00001C, "Wrong size on MovieSceneCustomClockSource_OnRequestCurrentTime"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, InCurrentTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::InCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, InPlayRate) == 0x000010, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, ReturnValue) == 0x000014, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnStartPlaying \ +static_assert(alignof(MovieSceneCustomClockSource_OnStartPlaying) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnStartPlaying"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnStartPlaying) == 0x000010, "Wrong size on MovieSceneCustomClockSource_OnStartPlaying"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnStartPlaying, InStartTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnStartPlaying::InStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnStopPlaying \ +static_assert(alignof(MovieSceneCustomClockSource_OnStopPlaying) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnStopPlaying"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnStopPlaying) == 0x000010, "Wrong size on MovieSceneCustomClockSource_OnStopPlaying"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnStopPlaying, InStopTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnStopPlaying::InStopTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnTick \ +static_assert(alignof(MovieSceneCustomClockSource_OnTick) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnTick"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnTick) == 0x000008, "Wrong size on MovieSceneCustomClockSource_OnTick"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnTick, DeltaSeconds) == 0x000000, "Member 'MovieSceneCustomClockSource_OnTick::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnTick, InPlayRate) == 0x000004, "Member 'MovieSceneCustomClockSource_OnTick::InPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneCustomClockSource \ +static_assert(alignof(IMovieSceneCustomClockSource) == 0x000001, "Wrong alignment on IMovieSceneCustomClockSource"); \ +static_assert(sizeof(IMovieSceneCustomClockSource) == 0x000001, "Wrong size on IMovieSceneCustomClockSource"); \ + +#define DUMPER7_ASSERTS_IMovieSceneEvaluationHook \ +static_assert(alignof(IMovieSceneEvaluationHook) == 0x000001, "Wrong alignment on IMovieSceneEvaluationHook"); \ +static_assert(sizeof(IMovieSceneEvaluationHook) == 0x000001, "Wrong size on IMovieSceneEvaluationHook"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBuiltInEasingFunction \ +static_assert(alignof(UMovieSceneBuiltInEasingFunction) == 0x000008, "Wrong alignment on UMovieSceneBuiltInEasingFunction"); \ +static_assert(sizeof(UMovieSceneBuiltInEasingFunction) == 0x000038, "Wrong size on UMovieSceneBuiltInEasingFunction"); \ +static_assert(offsetof(UMovieSceneBuiltInEasingFunction, Type) == 0x000030, "Member 'UMovieSceneBuiltInEasingFunction::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEasingExternalCurve \ +static_assert(alignof(UMovieSceneEasingExternalCurve) == 0x000008, "Wrong alignment on UMovieSceneEasingExternalCurve"); \ +static_assert(sizeof(UMovieSceneEasingExternalCurve) == 0x000038, "Wrong size on UMovieSceneEasingExternalCurve"); \ +static_assert(offsetof(UMovieSceneEasingExternalCurve, Curve) == 0x000030, "Member 'UMovieSceneEasingExternalCurve::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INodeAndChannelMappings \ +static_assert(alignof(INodeAndChannelMappings) == 0x000001, "Wrong alignment on INodeAndChannelMappings"); \ +static_assert(sizeof(INodeAndChannelMappings) == 0x000001, "Wrong size on INodeAndChannelMappings"); \ + +#define DUMPER7_ASSERTS_UMovieSceneShotMetaData \ +static_assert(alignof(UMovieSceneShotMetaData) == 0x000008, "Wrong alignment on UMovieSceneShotMetaData"); \ +static_assert(sizeof(UMovieSceneShotMetaData) == 0x000040, "Wrong size on UMovieSceneShotMetaData"); \ +static_assert(offsetof(UMovieSceneShotMetaData, bIsNoGood) == 0x000030, "Member 'UMovieSceneShotMetaData::bIsNoGood' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneShotMetaData, bIsFlagged) == 0x000032, "Member 'UMovieSceneShotMetaData::bIsFlagged' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneShotMetaData, bIsRecorded) == 0x000034, "Member 'UMovieSceneShotMetaData::bIsRecorded' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneShotMetaData, bIsSubSequence) == 0x000036, "Member 'UMovieSceneShotMetaData::bIsSubSequence' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneShotMetaData, FavoriteRating) == 0x000038, "Member 'UMovieSceneShotMetaData::FavoriteRating' has a wrong offset!"); \ + +#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) == 0x000168, "Wrong size on UMovieScene"); \ +static_assert(offsetof(UMovieScene, Spawnables) == 0x000070, "Member 'UMovieScene::Spawnables' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, Possessables) == 0x000080, "Member 'UMovieScene::Possessables' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, ObjectBindings) == 0x000090, "Member 'UMovieScene::ObjectBindings' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, BindingGroups) == 0x0000A0, "Member 'UMovieScene::BindingGroups' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, Tracks) == 0x0000F0, "Member 'UMovieScene::Tracks' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, CameraCutTrack) == 0x000100, "Member 'UMovieScene::CameraCutTrack' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, CustomClock) == 0x000108, "Member 'UMovieScene::CustomClock' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, SelectionRange) == 0x000110, "Member 'UMovieScene::SelectionRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, PlaybackRange) == 0x000120, "Member 'UMovieScene::PlaybackRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, TickResolution) == 0x000130, "Member 'UMovieScene::TickResolution' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, DisplayRate) == 0x000138, "Member 'UMovieScene::DisplayRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, EvaluationType) == 0x000140, "Member 'UMovieScene::EvaluationType' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, ClockSource) == 0x000141, "Member 'UMovieScene::ClockSource' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, MarkedFrames) == 0x000148, "Member 'UMovieScene::MarkedFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, GeneratedConditions) == 0x000158, "Member 'UMovieScene::GeneratedConditions' 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_UMovieSceneClock \ +static_assert(alignof(UMovieSceneClock) == 0x000008, "Wrong alignment on UMovieSceneClock"); \ +static_assert(sizeof(UMovieSceneClock) == 0x000058, "Wrong size on UMovieSceneClock"); \ + +#define DUMPER7_ASSERTS_UMovieSceneExternalClock \ +static_assert(alignof(UMovieSceneExternalClock) == 0x000008, "Wrong alignment on UMovieSceneExternalClock"); \ +static_assert(sizeof(UMovieSceneExternalClock) == 0x000078, "Wrong size on UMovieSceneExternalClock"); \ +static_assert(offsetof(UMovieSceneExternalClock, CustomClockSourcePath) == 0x000058, "Member 'UMovieSceneExternalClock::CustomClockSourcePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn \ +static_assert(alignof(BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn) == 0x000008, "Wrong alignment on BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn"); \ +static_assert(sizeof(BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn) == 0x000030, "Wrong size on BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn"); \ +static_assert(offsetof(BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn, WorldContextObject) == 0x000000, "Member 'BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn, PlayerControllerIndex) == 0x000008, "Member 'BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn::PlayerControllerIndex' has a wrong offset!"); \ +static_assert(offsetof(BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn, ReturnValue) == 0x000010, "Member 'BuiltInDynamicBindingResolverLibrary_ResolveToPlayerPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBuiltInDynamicBindingResolverLibrary \ +static_assert(alignof(UBuiltInDynamicBindingResolverLibrary) == 0x000008, "Wrong alignment on UBuiltInDynamicBindingResolverLibrary"); \ +static_assert(sizeof(UBuiltInDynamicBindingResolverLibrary) == 0x000028, "Wrong size on UBuiltInDynamicBindingResolverLibrary"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFolder \ +static_assert(alignof(UMovieSceneFolder) == 0x000008, "Wrong alignment on UMovieSceneFolder"); \ +static_assert(sizeof(UMovieSceneFolder) == 0x0000B8, "Wrong size on UMovieSceneFolder"); \ +static_assert(offsetof(UMovieSceneFolder, FolderName) == 0x00006C, "Member 'UMovieSceneFolder::FolderName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFolder, ChildFolders) == 0x000078, "Member 'UMovieSceneFolder::ChildFolders' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFolder, ChildTracks) == 0x000088, "Member 'UMovieSceneFolder::ChildTracks' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFolder, ChildObjectBindingStrings) == 0x000098, "Member 'UMovieSceneFolder::ChildObjectBindingStrings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMetaData_SetAuthor \ +static_assert(alignof(MovieSceneMetaData_SetAuthor) == 0x000008, "Wrong alignment on MovieSceneMetaData_SetAuthor"); \ +static_assert(sizeof(MovieSceneMetaData_SetAuthor) == 0x000010, "Wrong size on MovieSceneMetaData_SetAuthor"); \ +static_assert(offsetof(MovieSceneMetaData_SetAuthor, InAuthor) == 0x000000, "Member 'MovieSceneMetaData_SetAuthor::InAuthor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMetaData_SetCreated \ +static_assert(alignof(MovieSceneMetaData_SetCreated) == 0x000008, "Wrong alignment on MovieSceneMetaData_SetCreated"); \ +static_assert(sizeof(MovieSceneMetaData_SetCreated) == 0x000008, "Wrong size on MovieSceneMetaData_SetCreated"); \ +static_assert(offsetof(MovieSceneMetaData_SetCreated, InCreated) == 0x000000, "Member 'MovieSceneMetaData_SetCreated::InCreated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMetaData_SetNotes \ +static_assert(alignof(MovieSceneMetaData_SetNotes) == 0x000008, "Wrong alignment on MovieSceneMetaData_SetNotes"); \ +static_assert(sizeof(MovieSceneMetaData_SetNotes) == 0x000010, "Wrong size on MovieSceneMetaData_SetNotes"); \ +static_assert(offsetof(MovieSceneMetaData_SetNotes, InNotes) == 0x000000, "Member 'MovieSceneMetaData_SetNotes::InNotes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMetaData_GetAuthor \ +static_assert(alignof(MovieSceneMetaData_GetAuthor) == 0x000008, "Wrong alignment on MovieSceneMetaData_GetAuthor"); \ +static_assert(sizeof(MovieSceneMetaData_GetAuthor) == 0x000010, "Wrong size on MovieSceneMetaData_GetAuthor"); \ +static_assert(offsetof(MovieSceneMetaData_GetAuthor, ReturnValue) == 0x000000, "Member 'MovieSceneMetaData_GetAuthor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMetaData_GetCreated \ +static_assert(alignof(MovieSceneMetaData_GetCreated) == 0x000008, "Wrong alignment on MovieSceneMetaData_GetCreated"); \ +static_assert(sizeof(MovieSceneMetaData_GetCreated) == 0x000008, "Wrong size on MovieSceneMetaData_GetCreated"); \ +static_assert(offsetof(MovieSceneMetaData_GetCreated, ReturnValue) == 0x000000, "Member 'MovieSceneMetaData_GetCreated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMetaData_GetNotes \ +static_assert(alignof(MovieSceneMetaData_GetNotes) == 0x000008, "Wrong alignment on MovieSceneMetaData_GetNotes"); \ +static_assert(sizeof(MovieSceneMetaData_GetNotes) == 0x000010, "Wrong size on MovieSceneMetaData_GetNotes"); \ +static_assert(offsetof(MovieSceneMetaData_GetNotes, ReturnValue) == 0x000000, "Member 'MovieSceneMetaData_GetNotes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMetaData \ +static_assert(alignof(UMovieSceneMetaData) == 0x000008, "Wrong alignment on UMovieSceneMetaData"); \ +static_assert(sizeof(UMovieSceneMetaData) == 0x000058, "Wrong size on UMovieSceneMetaData"); \ +static_assert(offsetof(UMovieSceneMetaData, Author) == 0x000030, "Member 'UMovieSceneMetaData::Author' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMetaData, Created) == 0x000040, "Member 'UMovieSceneMetaData::Created' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMetaData, Notes) == 0x000048, "Member 'UMovieSceneMetaData::Notes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrack \ +static_assert(alignof(UMovieSceneTrack) == 0x000008, "Wrong alignment on UMovieSceneTrack"); \ +static_assert(sizeof(UMovieSceneTrack) == 0x000110, "Wrong size on UMovieSceneTrack"); \ +static_assert(offsetof(UMovieSceneTrack, EvalOptions) == 0x000070, "Member 'UMovieSceneTrack::EvalOptions' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, ConditionContainer) == 0x000078, "Member 'UMovieSceneTrack::ConditionContainer' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, bIsEvalDisabled) == 0x000081, "Member 'UMovieSceneTrack::bIsEvalDisabled' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, RowsDisabled) == 0x000088, "Member 'UMovieSceneTrack::RowsDisabled' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, EvaluationFieldGuid) == 0x00009C, "Member 'UMovieSceneTrack::EvaluationFieldGuid' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, EvaluationField) == 0x0000B0, "Member 'UMovieSceneTrack::EvaluationField' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, TrackRowMetadata) == 0x0000C0, "Member 'UMovieSceneTrack::TrackRowMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNameableTrack \ +static_assert(alignof(UMovieSceneNameableTrack) == 0x000008, "Wrong alignment on UMovieSceneNameableTrack"); \ +static_assert(sizeof(UMovieSceneNameableTrack) == 0x000110, "Wrong size on UMovieSceneNameableTrack"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetBlendType \ +static_assert(alignof(MovieSceneSection_SetBlendType) == 0x000001, "Wrong alignment on MovieSceneSection_SetBlendType"); \ +static_assert(sizeof(MovieSceneSection_SetBlendType) == 0x000001, "Wrong size on MovieSceneSection_SetBlendType"); \ +static_assert(offsetof(MovieSceneSection_SetBlendType, InBlendType) == 0x000000, "Member 'MovieSceneSection_SetBlendType::InBlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetColorTint \ +static_assert(alignof(MovieSceneSection_SetColorTint) == 0x000004, "Wrong alignment on MovieSceneSection_SetColorTint"); \ +static_assert(sizeof(MovieSceneSection_SetColorTint) == 0x000004, "Wrong size on MovieSceneSection_SetColorTint"); \ +static_assert(offsetof(MovieSceneSection_SetColorTint, InColorTint) == 0x000000, "Member 'MovieSceneSection_SetColorTint::InColorTint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetCompletionMode \ +static_assert(alignof(MovieSceneSection_SetCompletionMode) == 0x000001, "Wrong alignment on MovieSceneSection_SetCompletionMode"); \ +static_assert(sizeof(MovieSceneSection_SetCompletionMode) == 0x000001, "Wrong size on MovieSceneSection_SetCompletionMode"); \ +static_assert(offsetof(MovieSceneSection_SetCompletionMode, InCompletionMode) == 0x000000, "Member 'MovieSceneSection_SetCompletionMode::InCompletionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetIsActive \ +static_assert(alignof(MovieSceneSection_SetIsActive) == 0x000001, "Wrong alignment on MovieSceneSection_SetIsActive"); \ +static_assert(sizeof(MovieSceneSection_SetIsActive) == 0x000001, "Wrong size on MovieSceneSection_SetIsActive"); \ +static_assert(offsetof(MovieSceneSection_SetIsActive, bInIsActive) == 0x000000, "Member 'MovieSceneSection_SetIsActive::bInIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetIsLocked \ +static_assert(alignof(MovieSceneSection_SetIsLocked) == 0x000001, "Wrong alignment on MovieSceneSection_SetIsLocked"); \ +static_assert(sizeof(MovieSceneSection_SetIsLocked) == 0x000001, "Wrong size on MovieSceneSection_SetIsLocked"); \ +static_assert(offsetof(MovieSceneSection_SetIsLocked, bInIsLocked) == 0x000000, "Member 'MovieSceneSection_SetIsLocked::bInIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetOverlapPriority \ +static_assert(alignof(MovieSceneSection_SetOverlapPriority) == 0x000004, "Wrong alignment on MovieSceneSection_SetOverlapPriority"); \ +static_assert(sizeof(MovieSceneSection_SetOverlapPriority) == 0x000004, "Wrong size on MovieSceneSection_SetOverlapPriority"); \ +static_assert(offsetof(MovieSceneSection_SetOverlapPriority, NewPriority) == 0x000000, "Member 'MovieSceneSection_SetOverlapPriority::NewPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetPostRollFrames \ +static_assert(alignof(MovieSceneSection_SetPostRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_SetPostRollFrames"); \ +static_assert(sizeof(MovieSceneSection_SetPostRollFrames) == 0x000004, "Wrong size on MovieSceneSection_SetPostRollFrames"); \ +static_assert(offsetof(MovieSceneSection_SetPostRollFrames, InPostRollFrames) == 0x000000, "Member 'MovieSceneSection_SetPostRollFrames::InPostRollFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetPreRollFrames \ +static_assert(alignof(MovieSceneSection_SetPreRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_SetPreRollFrames"); \ +static_assert(sizeof(MovieSceneSection_SetPreRollFrames) == 0x000004, "Wrong size on MovieSceneSection_SetPreRollFrames"); \ +static_assert(offsetof(MovieSceneSection_SetPreRollFrames, InPreRollFrames) == 0x000000, "Member 'MovieSceneSection_SetPreRollFrames::InPreRollFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetRowIndex \ +static_assert(alignof(MovieSceneSection_SetRowIndex) == 0x000004, "Wrong alignment on MovieSceneSection_SetRowIndex"); \ +static_assert(sizeof(MovieSceneSection_SetRowIndex) == 0x000004, "Wrong size on MovieSceneSection_SetRowIndex"); \ +static_assert(offsetof(MovieSceneSection_SetRowIndex, NewRowIndex) == 0x000000, "Member 'MovieSceneSection_SetRowIndex::NewRowIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetBlendType \ +static_assert(alignof(MovieSceneSection_GetBlendType) == 0x000001, "Wrong alignment on MovieSceneSection_GetBlendType"); \ +static_assert(sizeof(MovieSceneSection_GetBlendType) == 0x000002, "Wrong size on MovieSceneSection_GetBlendType"); \ +static_assert(offsetof(MovieSceneSection_GetBlendType, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetBlendType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetColorTint \ +static_assert(alignof(MovieSceneSection_GetColorTint) == 0x000004, "Wrong alignment on MovieSceneSection_GetColorTint"); \ +static_assert(sizeof(MovieSceneSection_GetColorTint) == 0x000004, "Wrong size on MovieSceneSection_GetColorTint"); \ +static_assert(offsetof(MovieSceneSection_GetColorTint, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetColorTint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetCompletionMode \ +static_assert(alignof(MovieSceneSection_GetCompletionMode) == 0x000001, "Wrong alignment on MovieSceneSection_GetCompletionMode"); \ +static_assert(sizeof(MovieSceneSection_GetCompletionMode) == 0x000001, "Wrong size on MovieSceneSection_GetCompletionMode"); \ +static_assert(offsetof(MovieSceneSection_GetCompletionMode, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetCompletionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetOverlapPriority \ +static_assert(alignof(MovieSceneSection_GetOverlapPriority) == 0x000004, "Wrong alignment on MovieSceneSection_GetOverlapPriority"); \ +static_assert(sizeof(MovieSceneSection_GetOverlapPriority) == 0x000004, "Wrong size on MovieSceneSection_GetOverlapPriority"); \ +static_assert(offsetof(MovieSceneSection_GetOverlapPriority, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetOverlapPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetPostRollFrames \ +static_assert(alignof(MovieSceneSection_GetPostRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_GetPostRollFrames"); \ +static_assert(sizeof(MovieSceneSection_GetPostRollFrames) == 0x000004, "Wrong size on MovieSceneSection_GetPostRollFrames"); \ +static_assert(offsetof(MovieSceneSection_GetPostRollFrames, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetPostRollFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetPreRollFrames \ +static_assert(alignof(MovieSceneSection_GetPreRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_GetPreRollFrames"); \ +static_assert(sizeof(MovieSceneSection_GetPreRollFrames) == 0x000004, "Wrong size on MovieSceneSection_GetPreRollFrames"); \ +static_assert(offsetof(MovieSceneSection_GetPreRollFrames, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetPreRollFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetRowIndex \ +static_assert(alignof(MovieSceneSection_GetRowIndex) == 0x000004, "Wrong alignment on MovieSceneSection_GetRowIndex"); \ +static_assert(sizeof(MovieSceneSection_GetRowIndex) == 0x000004, "Wrong size on MovieSceneSection_GetRowIndex"); \ +static_assert(offsetof(MovieSceneSection_GetRowIndex, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetRowIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_IsActive \ +static_assert(alignof(MovieSceneSection_IsActive) == 0x000001, "Wrong alignment on MovieSceneSection_IsActive"); \ +static_assert(sizeof(MovieSceneSection_IsActive) == 0x000001, "Wrong size on MovieSceneSection_IsActive"); \ +static_assert(offsetof(MovieSceneSection_IsActive, ReturnValue) == 0x000000, "Member 'MovieSceneSection_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_IsLocked \ +static_assert(alignof(MovieSceneSection_IsLocked) == 0x000001, "Wrong alignment on MovieSceneSection_IsLocked"); \ +static_assert(sizeof(MovieSceneSection_IsLocked) == 0x000001, "Wrong size on MovieSceneSection_IsLocked"); \ +static_assert(offsetof(MovieSceneSection_IsLocked, ReturnValue) == 0x000000, "Member 'MovieSceneSection_IsLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSection \ +static_assert(alignof(UMovieSceneSection) == 0x000008, "Wrong alignment on UMovieSceneSection"); \ +static_assert(sizeof(UMovieSceneSection) == 0x000108, "Wrong size on UMovieSceneSection"); \ +static_assert(offsetof(UMovieSceneSection, EvalOptions) == 0x000068, "Member 'UMovieSceneSection::EvalOptions' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, Easing) == 0x000070, "Member 'UMovieSceneSection::Easing' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, SectionRange) == 0x0000A8, "Member 'UMovieSceneSection::SectionRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, ConditionContainer) == 0x0000B8, "Member 'UMovieSceneSection::ConditionContainer' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PreRollFrames) == 0x0000C0, "Member 'UMovieSceneSection::PreRollFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PostRollFrames) == 0x0000C4, "Member 'UMovieSceneSection::PostRollFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, RowIndex) == 0x0000C8, "Member 'UMovieSceneSection::RowIndex' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, OverlapPriority) == 0x0000CC, "Member 'UMovieSceneSection::OverlapPriority' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, StartTime) == 0x0000D4, "Member 'UMovieSceneSection::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, EndTime) == 0x0000D8, "Member 'UMovieSceneSection::EndTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PrerollTime) == 0x0000DC, "Member 'UMovieSceneSection::PrerollTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PostrollTime) == 0x0000E0, "Member 'UMovieSceneSection::PostrollTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, bSupportsInfiniteRange) == 0x0000E8, "Member 'UMovieSceneSection::bSupportsInfiniteRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, BlendType) == 0x0000E9, "Member 'UMovieSceneSection::BlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequence_FindBindingByTag \ +static_assert(alignof(MovieSceneSequence_FindBindingByTag) == 0x000004, "Wrong alignment on MovieSceneSequence_FindBindingByTag"); \ +static_assert(sizeof(MovieSceneSequence_FindBindingByTag) == 0x000020, "Wrong size on MovieSceneSequence_FindBindingByTag"); \ +static_assert(offsetof(MovieSceneSequence_FindBindingByTag, InBindingName) == 0x000000, "Member 'MovieSceneSequence_FindBindingByTag::InBindingName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequence_FindBindingByTag, ReturnValue) == 0x000008, "Member 'MovieSceneSequence_FindBindingByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequence_FindBindingsByTag \ +static_assert(alignof(MovieSceneSequence_FindBindingsByTag) == 0x000008, "Wrong alignment on MovieSceneSequence_FindBindingsByTag"); \ +static_assert(sizeof(MovieSceneSequence_FindBindingsByTag) == 0x000018, "Wrong size on MovieSceneSequence_FindBindingsByTag"); \ +static_assert(offsetof(MovieSceneSequence_FindBindingsByTag, InBindingName) == 0x000000, "Member 'MovieSceneSequence_FindBindingsByTag::InBindingName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequence_FindBindingsByTag, ReturnValue) == 0x000008, "Member 'MovieSceneSequence_FindBindingsByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequence_GetEarliestTimecodeSource \ +static_assert(alignof(MovieSceneSequence_GetEarliestTimecodeSource) == 0x000004, "Wrong alignment on MovieSceneSequence_GetEarliestTimecodeSource"); \ +static_assert(sizeof(MovieSceneSequence_GetEarliestTimecodeSource) == 0x000018, "Wrong size on MovieSceneSequence_GetEarliestTimecodeSource"); \ +static_assert(offsetof(MovieSceneSequence_GetEarliestTimecodeSource, ReturnValue) == 0x000000, "Member 'MovieSceneSequence_GetEarliestTimecodeSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSequence \ +static_assert(alignof(UMovieSceneSequence) == 0x000008, "Wrong alignment on UMovieSceneSequence"); \ +static_assert(sizeof(UMovieSceneSequence) == 0x000068, "Wrong size on UMovieSceneSequence"); \ +static_assert(offsetof(UMovieSceneSequence, CompiledData) == 0x000058, "Member 'UMovieSceneSequence::CompiledData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequence, DefaultCompletionMode) == 0x000060, "Member 'UMovieSceneSequence::DefaultCompletionMode' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequence, bParentContextsAreSignificant) == 0x000061, "Member 'UMovieSceneSequence::bParentContextsAreSignificant' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequence, bPlayableDirectly) == 0x000062, "Member 'UMovieSceneSequence::bPlayableDirectly' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequence, SequenceFlags) == 0x000063, "Member 'UMovieSceneSequence::SequenceFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetBoundObjects \ +static_assert(alignof(MovieSceneSequencePlayer_GetBoundObjects) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetBoundObjects"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetBoundObjects) == 0x000028, "Wrong size on MovieSceneSequencePlayer_GetBoundObjects"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetBoundObjects, ObjectBinding) == 0x000000, "Member 'MovieSceneSequencePlayer_GetBoundObjects::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetBoundObjects, ReturnValue) == 0x000018, "Member 'MovieSceneSequencePlayer_GetBoundObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetDisableCameraCuts \ +static_assert(alignof(MovieSceneSequencePlayer_GetDisableCameraCuts) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_GetDisableCameraCuts"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetDisableCameraCuts) == 0x000001, "Wrong size on MovieSceneSequencePlayer_GetDisableCameraCuts"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetDisableCameraCuts, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetDisableCameraCuts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetObjectBindings \ +static_assert(alignof(MovieSceneSequencePlayer_GetObjectBindings) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetObjectBindings"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetObjectBindings) == 0x000018, "Wrong size on MovieSceneSequencePlayer_GetObjectBindings"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetObjectBindings, InObject) == 0x000000, "Member 'MovieSceneSequencePlayer_GetObjectBindings::InObject' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetObjectBindings, ReturnValue) == 0x000008, "Member 'MovieSceneSequencePlayer_GetObjectBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayLooping \ +static_assert(alignof(MovieSceneSequencePlayer_PlayLooping) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayLooping"); \ +static_assert(sizeof(MovieSceneSequencePlayer_PlayLooping) == 0x000004, "Wrong size on MovieSceneSequencePlayer_PlayLooping"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayLooping, NumLoops) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayLooping::NumLoops' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayTo \ +static_assert(alignof(MovieSceneSequencePlayer_PlayTo) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_PlayTo"); \ +static_assert(sizeof(MovieSceneSequencePlayer_PlayTo) == 0x000048, "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) == 0x000040, "Member 'MovieSceneSequencePlayer_PlayTo::PlayToParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RequestInvalidateBinding \ +static_assert(alignof(MovieSceneSequencePlayer_RequestInvalidateBinding) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RequestInvalidateBinding"); \ +static_assert(sizeof(MovieSceneSequencePlayer_RequestInvalidateBinding) == 0x000018, "Wrong size on MovieSceneSequencePlayer_RequestInvalidateBinding"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RequestInvalidateBinding, ObjectBinding) == 0x000000, "Member 'MovieSceneSequencePlayer_RequestInvalidateBinding::ObjectBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent \ +static_assert(alignof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent"); \ +static_assert(sizeof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent) == 0x000010, "Wrong size on MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent, Method) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent::Method' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent, RelevantTime) == 0x000004, "Member 'MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent::RelevantTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent, NewSerialNumber) == 0x00000C, "Member 'MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent::NewSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent \ +static_assert(alignof(MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent"); \ +static_assert(sizeof(MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent, StoppedTime) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent::StoppedTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent, NewSerialNumber) == 0x000008, "Member 'MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent::NewSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_OnStopEvent \ +static_assert(alignof(MovieSceneSequencePlayer_RPC_OnStopEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_OnStopEvent"); \ +static_assert(sizeof(MovieSceneSequencePlayer_RPC_OnStopEvent) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_RPC_OnStopEvent"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnStopEvent, StoppedTime) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_OnStopEvent::StoppedTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnStopEvent, NewSerialNumber) == 0x000008, "Member 'MovieSceneSequencePlayer_RPC_OnStopEvent::NewSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetCompletionModeOverride \ +static_assert(alignof(MovieSceneSequencePlayer_SetCompletionModeOverride) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_SetCompletionModeOverride"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetCompletionModeOverride) == 0x000001, "Wrong size on MovieSceneSequencePlayer_SetCompletionModeOverride"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetCompletionModeOverride, CompletionModeOverride) == 0x000000, "Member 'MovieSceneSequencePlayer_SetCompletionModeOverride::CompletionModeOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetDisableCameraCuts \ +static_assert(alignof(MovieSceneSequencePlayer_SetDisableCameraCuts) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_SetDisableCameraCuts"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetDisableCameraCuts) == 0x000001, "Wrong size on MovieSceneSequencePlayer_SetDisableCameraCuts"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetDisableCameraCuts, bInDisableCameraCuts) == 0x000000, "Member 'MovieSceneSequencePlayer_SetDisableCameraCuts::bInDisableCameraCuts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetFrameRange \ +static_assert(alignof(MovieSceneSequencePlayer_SetFrameRange) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetFrameRange"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetFrameRange) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_SetFrameRange"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, StartFrame) == 0x000000, "Member 'MovieSceneSequencePlayer_SetFrameRange::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, Duration) == 0x000004, "Member 'MovieSceneSequencePlayer_SetFrameRange::Duration' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, SubFrames) == 0x000008, "Member 'MovieSceneSequencePlayer_SetFrameRange::SubFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetFrameRate \ +static_assert(alignof(MovieSceneSequencePlayer_SetFrameRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetFrameRate"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetFrameRate) == 0x000008, "Wrong size on MovieSceneSequencePlayer_SetFrameRate"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRate, FrameRate) == 0x000000, "Member 'MovieSceneSequencePlayer_SetFrameRate::FrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetHideHud \ +static_assert(alignof(MovieSceneSequencePlayer_SetHideHud) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_SetHideHud"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetHideHud) == 0x000001, "Wrong size on MovieSceneSequencePlayer_SetHideHud"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetHideHud, HideHud) == 0x000000, "Member 'MovieSceneSequencePlayer_SetHideHud::HideHud' 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) == 0x000040, "Wrong size on MovieSceneSequencePlayer_SetPlaybackPosition"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetPlaybackPosition, PlaybackParams) == 0x000000, "Member 'MovieSceneSequencePlayer_SetPlaybackPosition::PlaybackParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetPlayRate \ +static_assert(alignof(MovieSceneSequencePlayer_SetPlayRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetPlayRate"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetPlayRate) == 0x000004, "Wrong size on MovieSceneSequencePlayer_SetPlayRate"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetPlayRate, PlayRate) == 0x000000, "Member 'MovieSceneSequencePlayer_SetPlayRate::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetTimeRange \ +static_assert(alignof(MovieSceneSequencePlayer_SetTimeRange) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetTimeRange"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetTimeRange) == 0x000008, "Wrong size on MovieSceneSequencePlayer_SetTimeRange"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetTimeRange, StartTime_0) == 0x000000, "Member 'MovieSceneSequencePlayer_SetTimeRange::StartTime_0' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetTimeRange, Duration) == 0x000004, "Member 'MovieSceneSequencePlayer_SetTimeRange::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetWeight \ +static_assert(alignof(MovieSceneSequencePlayer_SetWeight) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_SetWeight"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetWeight) == 0x000008, "Wrong size on MovieSceneSequencePlayer_SetWeight"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetWeight, InWeight) == 0x000000, "Member 'MovieSceneSequencePlayer_SetWeight::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetCompletionModeOverride \ +static_assert(alignof(MovieSceneSequencePlayer_GetCompletionModeOverride) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_GetCompletionModeOverride"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetCompletionModeOverride) == 0x000001, "Wrong size on MovieSceneSequencePlayer_GetCompletionModeOverride"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetCompletionModeOverride, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetCompletionModeOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetCurrentTime \ +static_assert(alignof(MovieSceneSequencePlayer_GetCurrentTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetCurrentTime"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetCurrentTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetCurrentTime"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetCurrentTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetDuration \ +static_assert(alignof(MovieSceneSequencePlayer_GetDuration) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetDuration"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetDuration) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetDuration"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetDuration, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetEndTime \ +static_assert(alignof(MovieSceneSequencePlayer_GetEndTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetEndTime"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetEndTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetEndTime"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetEndTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetFrameDuration \ +static_assert(alignof(MovieSceneSequencePlayer_GetFrameDuration) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetFrameDuration"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetFrameDuration) == 0x000004, "Wrong size on MovieSceneSequencePlayer_GetFrameDuration"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetFrameDuration, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetFrameDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetFrameRate \ +static_assert(alignof(MovieSceneSequencePlayer_GetFrameRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetFrameRate"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetFrameRate) == 0x000008, "Wrong size on MovieSceneSequencePlayer_GetFrameRate"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetFrameRate, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetHideHud \ +static_assert(alignof(MovieSceneSequencePlayer_GetHideHud) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_GetHideHud"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetHideHud) == 0x000001, "Wrong size on MovieSceneSequencePlayer_GetHideHud"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetHideHud, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetHideHud::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) == 0x000478, "Wrong size on UMovieSceneSequencePlayer"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, Observer) == 0x000220, "Member 'UMovieSceneSequencePlayer::Observer' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnPlay) == 0x000230, "Member 'UMovieSceneSequencePlayer::OnPlay' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnPlayReverse) == 0x000240, "Member 'UMovieSceneSequencePlayer::OnPlayReverse' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnStop) == 0x000250, "Member 'UMovieSceneSequencePlayer::OnStop' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnPause) == 0x000260, "Member 'UMovieSceneSequencePlayer::OnPause' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnFinished) == 0x000270, "Member 'UMovieSceneSequencePlayer::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, Status) == 0x000290, "Member 'UMovieSceneSequencePlayer::Status' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, Sequence) == 0x0002A0, "Member 'UMovieSceneSequencePlayer::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, StartTime) == 0x0002A8, "Member 'UMovieSceneSequencePlayer::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, DurationFrames) == 0x0002AC, "Member 'UMovieSceneSequencePlayer::DurationFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, DurationSubFrames) == 0x0002B0, "Member 'UMovieSceneSequencePlayer::DurationSubFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, CurrentNumLoops) == 0x0002B4, "Member 'UMovieSceneSequencePlayer::CurrentNumLoops' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, SerialNumber) == 0x0002B8, "Member 'UMovieSceneSequencePlayer::SerialNumber' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, PlaybackSettings) == 0x0002BC, "Member 'UMovieSceneSequencePlayer::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, RootTemplateInstance) == 0x0002E8, "Member 'UMovieSceneSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, NetSyncProps) == 0x000394, "Member 'UMovieSceneSequencePlayer::NetSyncProps' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, PlaybackClient) == 0x0003A8, "Member 'UMovieSceneSequencePlayer::PlaybackClient' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, TickManager) == 0x0003B8, "Member 'UMovieSceneSequencePlayer::TickManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSequenceTickManager \ +static_assert(alignof(UMovieSceneSequenceTickManager) == 0x000008, "Wrong alignment on UMovieSceneSequenceTickManager"); \ +static_assert(sizeof(UMovieSceneSequenceTickManager) == 0x000098, "Wrong size on UMovieSceneSequenceTickManager"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBindingLifetimeSection \ +static_assert(alignof(UMovieSceneBindingLifetimeSection) == 0x000008, "Wrong alignment on UMovieSceneBindingLifetimeSection"); \ +static_assert(sizeof(UMovieSceneBindingLifetimeSection) == 0x000110, "Wrong size on UMovieSceneBindingLifetimeSection"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoolSection \ +static_assert(alignof(UMovieSceneBoolSection) == 0x000008, "Wrong alignment on UMovieSceneBoolSection"); \ +static_assert(sizeof(UMovieSceneBoolSection) == 0x000218, "Wrong size on UMovieSceneBoolSection"); \ +static_assert(offsetof(UMovieSceneBoolSection, DefaultValue) == 0x000108, "Member 'UMovieSceneBoolSection::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneBoolSection, BoolCurve) == 0x000110, "Member 'UMovieSceneBoolSection::BoolCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneHookSection \ +static_assert(alignof(UMovieSceneHookSection) == 0x000008, "Wrong alignment on UMovieSceneHookSection"); \ +static_assert(sizeof(UMovieSceneHookSection) == 0x000120, "Wrong size on UMovieSceneHookSection"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnSection \ +static_assert(alignof(UMovieSceneSpawnSection) == 0x000008, "Wrong alignment on UMovieSceneSpawnSection"); \ +static_assert(sizeof(UMovieSceneSpawnSection) == 0x000220, "Wrong size on UMovieSceneSpawnSection"); \ + +#define DUMPER7_ASSERTS_MovieSceneSubSection_SetSequence \ +static_assert(alignof(MovieSceneSubSection_SetSequence) == 0x000008, "Wrong alignment on MovieSceneSubSection_SetSequence"); \ +static_assert(sizeof(MovieSceneSubSection_SetSequence) == 0x000008, "Wrong size on MovieSceneSubSection_SetSequence"); \ +static_assert(offsetof(MovieSceneSubSection_SetSequence, Sequence) == 0x000000, "Member 'MovieSceneSubSection_SetSequence::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSubSection_GetSequence \ +static_assert(alignof(MovieSceneSubSection_GetSequence) == 0x000008, "Wrong alignment on MovieSceneSubSection_GetSequence"); \ +static_assert(sizeof(MovieSceneSubSection_GetSequence) == 0x000008, "Wrong size on MovieSceneSubSection_GetSequence"); \ +static_assert(offsetof(MovieSceneSubSection_GetSequence, ReturnValue) == 0x000000, "Member 'MovieSceneSubSection_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSubSection \ +static_assert(alignof(UMovieSceneSubSection) == 0x000008, "Wrong alignment on UMovieSceneSubSection"); \ +static_assert(sizeof(UMovieSceneSubSection) == 0x0007F0, "Wrong size on UMovieSceneSubSection"); \ +static_assert(offsetof(UMovieSceneSubSection, Parameters) == 0x000110, "Member 'UMovieSceneSubSection::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, StartOffset) == 0x000140, "Member 'UMovieSceneSubSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, TimeScale) == 0x000144, "Member 'UMovieSceneSubSection::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, PrerollTime_MovieSceneSubSection) == 0x000148, "Member 'UMovieSceneSubSection::PrerollTime_MovieSceneSubSection' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, NetworkMask) == 0x00014C, "Member 'UMovieSceneSubSection::NetworkMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, OriginOverrideMask) == 0x000150, "Member 'UMovieSceneSubSection::OriginOverrideMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, Translation) == 0x000158, "Member 'UMovieSceneSubSection::Translation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, Rotation) == 0x0004A0, "Member 'UMovieSceneSubSection::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, SubSequence) == 0x0007E8, "Member 'UMovieSceneSubSection::SubSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTimeWarpSection \ +static_assert(alignof(UMovieSceneTimeWarpSection) == 0x000008, "Wrong alignment on UMovieSceneTimeWarpSection"); \ +static_assert(sizeof(UMovieSceneTimeWarpSection) == 0x000110, "Wrong size on UMovieSceneTimeWarpSection"); \ +static_assert(offsetof(UMovieSceneTimeWarpSection, TimeWarp) == 0x000108, "Member 'UMovieSceneTimeWarpSection::TimeWarp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneTrack \ +static_assert(alignof(UTestMovieSceneTrack) == 0x000008, "Wrong alignment on UTestMovieSceneTrack"); \ +static_assert(sizeof(UTestMovieSceneTrack) == 0x000130, "Wrong size on UTestMovieSceneTrack"); \ +static_assert(offsetof(UTestMovieSceneTrack, bHighPassFilter) == 0x000118, "Member 'UTestMovieSceneTrack::bHighPassFilter' has a wrong offset!"); \ +static_assert(offsetof(UTestMovieSceneTrack, SectionArray) == 0x000120, "Member 'UTestMovieSceneTrack::SectionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSection \ +static_assert(alignof(UTestMovieSceneSection) == 0x000008, "Wrong alignment on UTestMovieSceneSection"); \ +static_assert(sizeof(UTestMovieSceneSection) == 0x000108, "Wrong size on UTestMovieSceneSection"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSequence \ +static_assert(alignof(UTestMovieSceneSequence) == 0x000008, "Wrong alignment on UTestMovieSceneSequence"); \ +static_assert(sizeof(UTestMovieSceneSequence) == 0x000070, "Wrong size on UTestMovieSceneSequence"); \ +static_assert(offsetof(UTestMovieSceneSequence, MovieScene) == 0x000068, "Member 'UTestMovieSceneSequence::MovieScene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSubTrack \ +static_assert(alignof(UMovieSceneSubTrack) == 0x000008, "Wrong alignment on UMovieSceneSubTrack"); \ +static_assert(sizeof(UMovieSceneSubTrack) == 0x000120, "Wrong size on UMovieSceneSubTrack"); \ +static_assert(offsetof(UMovieSceneSubTrack, Sections) == 0x000110, "Member 'UMovieSceneSubTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSubTrack \ +static_assert(alignof(UTestMovieSceneSubTrack) == 0x000008, "Wrong alignment on UTestMovieSceneSubTrack"); \ +static_assert(sizeof(UTestMovieSceneSubTrack) == 0x000130, "Wrong size on UTestMovieSceneSubTrack"); \ +static_assert(offsetof(UTestMovieSceneSubTrack, SectionArray) == 0x000120, "Member 'UTestMovieSceneSubTrack::SectionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSubSection \ +static_assert(alignof(UTestMovieSceneSubSection) == 0x000008, "Wrong alignment on UTestMovieSceneSubSection"); \ +static_assert(sizeof(UTestMovieSceneSubSection) == 0x0007F0, "Wrong size on UTestMovieSceneSubSection"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneEvalHookTrack \ +static_assert(alignof(UTestMovieSceneEvalHookTrack) == 0x000008, "Wrong alignment on UTestMovieSceneEvalHookTrack"); \ +static_assert(sizeof(UTestMovieSceneEvalHookTrack) == 0x000120, "Wrong size on UTestMovieSceneEvalHookTrack"); \ +static_assert(offsetof(UTestMovieSceneEvalHookTrack, SectionArray) == 0x000110, "Member 'UTestMovieSceneEvalHookTrack::SectionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneEvalHookSection \ +static_assert(alignof(UTestMovieSceneEvalHookSection) == 0x000008, "Wrong alignment on UTestMovieSceneEvalHookSection"); \ +static_assert(sizeof(UTestMovieSceneEvalHookSection) == 0x000138, "Wrong size on UTestMovieSceneEvalHookSection"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneObject \ +static_assert(alignof(UTestMovieSceneObject) == 0x000008, "Wrong alignment on UTestMovieSceneObject"); \ +static_assert(sizeof(UTestMovieSceneObject) == 0x000028, "Wrong size on UTestMovieSceneObject"); \ + +#define DUMPER7_ASSERTS_TestMovieSceneArrayPropertiesActor_SetTestSetterFloat \ +static_assert(alignof(TestMovieSceneArrayPropertiesActor_SetTestSetterFloat) == 0x000004, "Wrong alignment on TestMovieSceneArrayPropertiesActor_SetTestSetterFloat"); \ +static_assert(sizeof(TestMovieSceneArrayPropertiesActor_SetTestSetterFloat) == 0x000004, "Wrong size on TestMovieSceneArrayPropertiesActor_SetTestSetterFloat"); \ +static_assert(offsetof(TestMovieSceneArrayPropertiesActor_SetTestSetterFloat, InValue) == 0x000000, "Member 'TestMovieSceneArrayPropertiesActor_SetTestSetterFloat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATestMovieSceneArrayPropertiesActor \ +static_assert(alignof(ATestMovieSceneArrayPropertiesActor) == 0x000008, "Wrong alignment on ATestMovieSceneArrayPropertiesActor"); \ +static_assert(sizeof(ATestMovieSceneArrayPropertiesActor) == 0x000368, "Wrong size on ATestMovieSceneArrayPropertiesActor"); \ +static_assert(offsetof(ATestMovieSceneArrayPropertiesActor, TestBool) == 0x0002B0, "Member 'ATestMovieSceneArrayPropertiesActor::TestBool' has a wrong offset!"); \ +static_assert(offsetof(ATestMovieSceneArrayPropertiesActor, TestEnum) == 0x0002B1, "Member 'ATestMovieSceneArrayPropertiesActor::TestEnum' has a wrong offset!"); \ +static_assert(offsetof(ATestMovieSceneArrayPropertiesActor, TestInt32) == 0x0002B4, "Member 'ATestMovieSceneArrayPropertiesActor::TestInt32' has a wrong offset!"); \ +static_assert(offsetof(ATestMovieSceneArrayPropertiesActor, TestObject) == 0x0002B8, "Member 'ATestMovieSceneArrayPropertiesActor::TestObject' has a wrong offset!"); \ +static_assert(offsetof(ATestMovieSceneArrayPropertiesActor, TestVector) == 0x0002C0, "Member 'ATestMovieSceneArrayPropertiesActor::TestVector' has a wrong offset!"); \ +static_assert(offsetof(ATestMovieSceneArrayPropertiesActor, MultipleFloats) == 0x0002D8, "Member 'ATestMovieSceneArrayPropertiesActor::MultipleFloats' has a wrong offset!"); \ +static_assert(offsetof(ATestMovieSceneArrayPropertiesActor, SingleStruct) == 0x0002E8, "Member 'ATestMovieSceneArrayPropertiesActor::SingleStruct' has a wrong offset!"); \ +static_assert(offsetof(ATestMovieSceneArrayPropertiesActor, MultipleStructs) == 0x000330, "Member 'ATestMovieSceneArrayPropertiesActor::MultipleStructs' has a wrong offset!"); \ +static_assert(offsetof(ATestMovieSceneArrayPropertiesActor, SingleInstancedStruct) == 0x000340, "Member 'ATestMovieSceneArrayPropertiesActor::SingleInstancedStruct' has a wrong offset!"); \ +static_assert(offsetof(ATestMovieSceneArrayPropertiesActor, MultipleInstancedStructs) == 0x000350, "Member 'ATestMovieSceneArrayPropertiesActor::MultipleInstancedStructs' has a wrong offset!"); \ +static_assert(offsetof(ATestMovieSceneArrayPropertiesActor, TestSetterFloat) == 0x000360, "Member 'ATestMovieSceneArrayPropertiesActor::TestSetterFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBindingLifetimeTrack \ +static_assert(alignof(UMovieSceneBindingLifetimeTrack) == 0x000008, "Wrong alignment on UMovieSceneBindingLifetimeTrack"); \ +static_assert(sizeof(UMovieSceneBindingLifetimeTrack) == 0x000128, "Wrong size on UMovieSceneBindingLifetimeTrack"); \ +static_assert(offsetof(UMovieSceneBindingLifetimeTrack, Sections) == 0x000118, "Member 'UMovieSceneBindingLifetimeTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnTrack \ +static_assert(alignof(UMovieSceneSpawnTrack) == 0x000008, "Wrong alignment on UMovieSceneSpawnTrack"); \ +static_assert(sizeof(UMovieSceneSpawnTrack) == 0x000130, "Wrong size on UMovieSceneSpawnTrack"); \ +static_assert(offsetof(UMovieSceneSpawnTrack, Sections) == 0x000110, "Member 'UMovieSceneSpawnTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSpawnTrack, ObjectGuid) == 0x000120, "Member 'UMovieSceneSpawnTrack::ObjectGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTimeWarpTrack \ +static_assert(alignof(UMovieSceneTimeWarpTrack) == 0x000008, "Wrong alignment on UMovieSceneTimeWarpTrack"); \ +static_assert(sizeof(UMovieSceneTimeWarpTrack) == 0x000130, "Wrong size on UMovieSceneTimeWarpTrack"); \ +static_assert(offsetof(UMovieSceneTimeWarpTrack, Sections) == 0x000118, "Member 'UMovieSceneTimeWarpTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTimeWarpTrack, bIsActiveTimeWarp) == 0x000128, "Member 'UMovieSceneTimeWarpTrack::bIsActiveTimeWarp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTimeWarpCurve \ +static_assert(alignof(UMovieSceneTimeWarpCurve) == 0x000008, "Wrong alignment on UMovieSceneTimeWarpCurve"); \ +static_assert(sizeof(UMovieSceneTimeWarpCurve) == 0x000198, "Wrong size on UMovieSceneTimeWarpCurve"); \ +static_assert(offsetof(UMovieSceneTimeWarpCurve, Channel) == 0x000070, "Member 'UMovieSceneTimeWarpCurve::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStringValuePair \ +static_assert(alignof(FStringValuePair) == 0x000008, "Wrong alignment on FStringValuePair"); \ +static_assert(sizeof(FStringValuePair) == 0x000020, "Wrong size on FStringValuePair"); \ +static_assert(offsetof(FStringValuePair, Key) == 0x000000, "Member 'FStringValuePair::Key' has a wrong offset!"); \ +static_assert(offsetof(FStringValuePair, Value) == 0x000010, "Member 'FStringValuePair::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowPreviewCacheParams \ +static_assert(alignof(FDataflowPreviewCacheParams) == 0x000004, "Wrong alignment on FDataflowPreviewCacheParams"); \ +static_assert(sizeof(FDataflowPreviewCacheParams) == 0x000024, "Wrong size on FDataflowPreviewCacheParams"); \ +static_assert(offsetof(FDataflowPreviewCacheParams, FrameRate) == 0x000000, "Member 'FDataflowPreviewCacheParams::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(FDataflowPreviewCacheParams, SubframeRate) == 0x000004, "Member 'FDataflowPreviewCacheParams::SubframeRate' has a wrong offset!"); \ +static_assert(offsetof(FDataflowPreviewCacheParams, bCanEditSubframeRate) == 0x000008, "Member 'FDataflowPreviewCacheParams::bCanEditSubframeRate' has a wrong offset!"); \ +static_assert(offsetof(FDataflowPreviewCacheParams, TimeRange) == 0x00000C, "Member 'FDataflowPreviewCacheParams::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FDataflowPreviewCacheParams, bRestartSimulation) == 0x000014, "Member 'FDataflowPreviewCacheParams::bRestartSimulation' has a wrong offset!"); \ +static_assert(offsetof(FDataflowPreviewCacheParams, RestartTimeRange) == 0x000018, "Member 'FDataflowPreviewCacheParams::RestartTimeRange' has a wrong offset!"); \ +static_assert(offsetof(FDataflowPreviewCacheParams, bEnableAsyncCaching) == 0x000020, "Member 'FDataflowPreviewCacheParams::bEnableAsyncCaching' has a wrong offset!"); \ +static_assert(offsetof(FDataflowPreviewCacheParams, bAsyncCaching) == 0x000021, "Member 'FDataflowPreviewCacheParams::bAsyncCaching' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowColorRamp \ +static_assert(alignof(FDataflowColorRamp) == 0x000008, "Wrong alignment on FDataflowColorRamp"); \ +static_assert(sizeof(FDataflowColorRamp) == 0x000060, "Wrong size on FDataflowColorRamp"); \ + +#define DUMPER7_ASSERTS_FDataflowNodeDebugDrawSettings \ +static_assert(alignof(FDataflowNodeDebugDrawSettings) == 0x000004, "Wrong alignment on FDataflowNodeDebugDrawSettings"); \ +static_assert(sizeof(FDataflowNodeDebugDrawSettings) == 0x000018, "Wrong size on FDataflowNodeDebugDrawSettings"); \ +static_assert(offsetof(FDataflowNodeDebugDrawSettings, RenderType) == 0x000000, "Member 'FDataflowNodeDebugDrawSettings::RenderType' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNodeDebugDrawSettings, bTranslucent) == 0x000001, "Member 'FDataflowNodeDebugDrawSettings::bTranslucent' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNodeDebugDrawSettings, Color) == 0x000004, "Member 'FDataflowNodeDebugDrawSettings::Color' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNodeDebugDrawSettings, LineWidthMultiplier) == 0x000014, "Member 'FDataflowNodeDebugDrawSettings::LineWidthMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowNodeSphereCoveringDebugDrawSettings \ +static_assert(alignof(FDataflowNodeSphereCoveringDebugDrawSettings) == 0x000004, "Wrong alignment on FDataflowNodeSphereCoveringDebugDrawSettings"); \ +static_assert(sizeof(FDataflowNodeSphereCoveringDebugDrawSettings) == 0x000040, "Wrong size on FDataflowNodeSphereCoveringDebugDrawSettings"); \ +static_assert(offsetof(FDataflowNodeSphereCoveringDebugDrawSettings, bDisplaySphereCovering) == 0x000000, "Member 'FDataflowNodeSphereCoveringDebugDrawSettings::bDisplaySphereCovering' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNodeSphereCoveringDebugDrawSettings, RenderType) == 0x000001, "Member 'FDataflowNodeSphereCoveringDebugDrawSettings::RenderType' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNodeSphereCoveringDebugDrawSettings, bTranslucent) == 0x000002, "Member 'FDataflowNodeSphereCoveringDebugDrawSettings::bTranslucent' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNodeSphereCoveringDebugDrawSettings, LineWidthMultiplier) == 0x000004, "Member 'FDataflowNodeSphereCoveringDebugDrawSettings::LineWidthMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNodeSphereCoveringDebugDrawSettings, ColorMethod) == 0x000008, "Member 'FDataflowNodeSphereCoveringDebugDrawSettings::ColorMethod' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNodeSphereCoveringDebugDrawSettings, Color) == 0x00000C, "Member 'FDataflowNodeSphereCoveringDebugDrawSettings::Color' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNodeSphereCoveringDebugDrawSettings, ColorRandomSeed) == 0x00001C, "Member 'FDataflowNodeSphereCoveringDebugDrawSettings::ColorRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNodeSphereCoveringDebugDrawSettings, ColorA) == 0x000020, "Member 'FDataflowNodeSphereCoveringDebugDrawSettings::ColorA' has a wrong offset!"); \ +static_assert(offsetof(FDataflowNodeSphereCoveringDebugDrawSettings, ColorB) == 0x000030, "Member 'FDataflowNodeSphereCoveringDebugDrawSettings::ColorB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowProxyElement \ +static_assert(alignof(FDataflowProxyElement) == 0x000008, "Wrong alignment on FDataflowProxyElement"); \ +static_assert(sizeof(FDataflowProxyElement) == 0x000068, "Wrong size on FDataflowProxyElement"); \ + +#define DUMPER7_ASSERTS_FDataflowDynamicConnections \ +static_assert(alignof(FDataflowDynamicConnections) == 0x000008, "Wrong alignment on FDataflowDynamicConnections"); \ +static_assert(sizeof(FDataflowDynamicConnections) == 0x000078, "Wrong size on FDataflowDynamicConnections"); \ +static_assert(offsetof(FDataflowDynamicConnections, DynamicProperties) == 0x000000, "Member 'FDataflowDynamicConnections::DynamicProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVariableOverrides \ +static_assert(alignof(FDataflowVariableOverrides) == 0x000008, "Wrong alignment on FDataflowVariableOverrides"); \ +static_assert(sizeof(FDataflowVariableOverrides) == 0x000028, "Wrong size on FDataflowVariableOverrides"); \ +static_assert(offsetof(FDataflowVariableOverrides, Variables) == 0x000000, "Member 'FDataflowVariableOverrides::Variables' has a wrong offset!"); \ +static_assert(offsetof(FDataflowVariableOverrides, OverriddenVariableGuids) == 0x000010, "Member 'FDataflowVariableOverrides::OverriddenVariableGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowInstance \ +static_assert(alignof(FDataflowInstance) == 0x000008, "Wrong alignment on FDataflowInstance"); \ +static_assert(sizeof(FDataflowInstance) == 0x000040, "Wrong size on FDataflowInstance"); \ +static_assert(offsetof(FDataflowInstance, DataflowAsset) == 0x000000, "Member 'FDataflowInstance::DataflowAsset' has a wrong offset!"); \ +static_assert(offsetof(FDataflowInstance, DataflowTerminal) == 0x000008, "Member 'FDataflowInstance::DataflowTerminal' has a wrong offset!"); \ +static_assert(offsetof(FDataflowInstance, VariableOverrides) == 0x000010, "Member 'FDataflowInstance::VariableOverrides' has a wrong offset!"); \ +static_assert(offsetof(FDataflowInstance, Owner) == 0x000038, "Member 'FDataflowInstance::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowSubGraphInputNode \ +static_assert(alignof(FDataflowSubGraphInputNode) == 0x000008, "Wrong alignment on FDataflowSubGraphInputNode"); \ +static_assert(sizeof(FDataflowSubGraphInputNode) == 0x0002D0, "Wrong size on FDataflowSubGraphInputNode"); \ +static_assert(offsetof(FDataflowSubGraphInputNode, DynamicConnections) == 0x000248, "Member 'FDataflowSubGraphInputNode::DynamicConnections' has a wrong offset!"); \ +static_assert(offsetof(FDataflowSubGraphInputNode, PropertyBag) == 0x0002C0, "Member 'FDataflowSubGraphInputNode::PropertyBag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowSubGraphOutputNode \ +static_assert(alignof(FDataflowSubGraphOutputNode) == 0x000008, "Wrong alignment on FDataflowSubGraphOutputNode"); \ +static_assert(sizeof(FDataflowSubGraphOutputNode) == 0x0002D0, "Wrong size on FDataflowSubGraphOutputNode"); \ +static_assert(offsetof(FDataflowSubGraphOutputNode, DynamicConnections) == 0x000248, "Member 'FDataflowSubGraphOutputNode::DynamicConnections' has a wrong offset!"); \ +static_assert(offsetof(FDataflowSubGraphOutputNode, PropertyBag) == 0x0002C0, "Member 'FDataflowSubGraphOutputNode::PropertyBag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowSubGraphGetCurrentIndexNode \ +static_assert(alignof(FDataflowSubGraphGetCurrentIndexNode) == 0x000008, "Wrong alignment on FDataflowSubGraphGetCurrentIndexNode"); \ +static_assert(sizeof(FDataflowSubGraphGetCurrentIndexNode) == 0x000248, "Wrong size on FDataflowSubGraphGetCurrentIndexNode"); \ +static_assert(offsetof(FDataflowSubGraphGetCurrentIndexNode, Index) == 0x000240, "Member 'FDataflowSubGraphGetCurrentIndexNode::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowCallSubGraphNode \ +static_assert(alignof(FDataflowCallSubGraphNode) == 0x000008, "Wrong alignment on FDataflowCallSubGraphNode"); \ +static_assert(sizeof(FDataflowCallSubGraphNode) == 0x000388, "Wrong size on FDataflowCallSubGraphNode"); \ +static_assert(offsetof(FDataflowCallSubGraphNode, SubGraphGuid) == 0x000250, "Member 'FDataflowCallSubGraphNode::SubGraphGuid' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCallSubGraphNode, SubGraphName) == 0x000260, "Member 'FDataflowCallSubGraphNode::SubGraphName' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCallSubGraphNode, DynamicInputs) == 0x000268, "Member 'FDataflowCallSubGraphNode::DynamicInputs' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCallSubGraphNode, InputsPropertyBag) == 0x0002E0, "Member 'FDataflowCallSubGraphNode::InputsPropertyBag' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCallSubGraphNode, DynamicOutputs) == 0x0002F0, "Member 'FDataflowCallSubGraphNode::DynamicOutputs' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCallSubGraphNode, OutputsPropertyBag) == 0x000368, "Member 'FDataflowCallSubGraphNode::OutputsPropertyBag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowTextureTerminalNode \ +static_assert(alignof(FDataflowTextureTerminalNode) == 0x000008, "Wrong alignment on FDataflowTextureTerminalNode"); \ +static_assert(sizeof(FDataflowTextureTerminalNode) == 0x000270, "Wrong size on FDataflowTextureTerminalNode"); \ +static_assert(offsetof(FDataflowTextureTerminalNode, Image) == 0x000240, "Member 'FDataflowTextureTerminalNode::Image' has a wrong offset!"); \ +static_assert(offsetof(FDataflowTextureTerminalNode, TextureAsset) == 0x000268, "Member 'FDataflowTextureTerminalNode::TextureAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowTextureToImageNode \ +static_assert(alignof(FDataflowTextureToImageNode) == 0x000008, "Wrong alignment on FDataflowTextureToImageNode"); \ +static_assert(sizeof(FDataflowTextureToImageNode) == 0x000270, "Wrong size on FDataflowTextureToImageNode"); \ +static_assert(offsetof(FDataflowTextureToImageNode, TextureAsset) == 0x000240, "Member 'FDataflowTextureToImageNode::TextureAsset' has a wrong offset!"); \ +static_assert(offsetof(FDataflowTextureToImageNode, Image) == 0x000248, "Member 'FDataflowTextureToImageNode::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowImageToTextureNode \ +static_assert(alignof(FDataflowImageToTextureNode) == 0x000008, "Wrong alignment on FDataflowImageToTextureNode"); \ +static_assert(sizeof(FDataflowImageToTextureNode) == 0x000278, "Wrong size on FDataflowImageToTextureNode"); \ +static_assert(offsetof(FDataflowImageToTextureNode, Image) == 0x000240, "Member 'FDataflowImageToTextureNode::Image' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageToTextureNode, TextureName) == 0x000268, "Member 'FDataflowImageToTextureNode::TextureName' has a wrong offset!"); \ +static_assert(offsetof(FDataflowImageToTextureNode, TransientTexture) == 0x000270, "Member 'FDataflowImageToTextureNode::TransientTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetDataflowVariableNode \ +static_assert(alignof(FGetDataflowVariableNode) == 0x000008, "Wrong alignment on FGetDataflowVariableNode"); \ +static_assert(sizeof(FGetDataflowVariableNode) == 0x000278, "Wrong size on FGetDataflowVariableNode"); \ +static_assert(offsetof(FGetDataflowVariableNode, Value) == 0x000240, "Member 'FGetDataflowVariableNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FGetDataflowVariableNode, VariablePropertyBag) == 0x000248, "Member 'FGetDataflowVariableNode::VariablePropertyBag' has a wrong offset!"); \ +static_assert(offsetof(FGetDataflowVariableNode, VariableName) == 0x000258, "Member 'FGetDataflowVariableNode::VariableName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflowEdNode \ +static_assert(alignof(UDataflowEdNode) == 0x000008, "Wrong alignment on UDataflowEdNode"); \ +static_assert(sizeof(UDataflowEdNode) == 0x0000D8, "Wrong size on UDataflowEdNode"); \ +static_assert(offsetof(UDataflowEdNode, bRenderInAssetEditor) == 0x0000B9, "Member 'UDataflowEdNode::bRenderInAssetEditor' has a wrong offset!"); \ +static_assert(offsetof(UDataflowEdNode, bRenderWireframeInAssetEditor) == 0x0000BA, "Member 'UDataflowEdNode::bRenderWireframeInAssetEditor' has a wrong offset!"); \ +static_assert(offsetof(UDataflowEdNode, bCanEnableRenderWireframe) == 0x0000BB, "Member 'UDataflowEdNode::bCanEnableRenderWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataflowBlueprintLibrary_EvaluateTerminalNodeByName \ +static_assert(alignof(DataflowBlueprintLibrary_EvaluateTerminalNodeByName) == 0x000008, "Wrong alignment on DataflowBlueprintLibrary_EvaluateTerminalNodeByName"); \ +static_assert(sizeof(DataflowBlueprintLibrary_EvaluateTerminalNodeByName) == 0x000018, "Wrong size on DataflowBlueprintLibrary_EvaluateTerminalNodeByName"); \ +static_assert(offsetof(DataflowBlueprintLibrary_EvaluateTerminalNodeByName, Dataflow) == 0x000000, "Member 'DataflowBlueprintLibrary_EvaluateTerminalNodeByName::Dataflow' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_EvaluateTerminalNodeByName, TerminalNodeName) == 0x000008, "Member 'DataflowBlueprintLibrary_EvaluateTerminalNodeByName::TerminalNodeName' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_EvaluateTerminalNodeByName, ResultAsset) == 0x000010, "Member 'DataflowBlueprintLibrary_EvaluateTerminalNodeByName::ResultAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataflowBlueprintLibrary_OverrideDataflowVariableBool \ +static_assert(alignof(DataflowBlueprintLibrary_OverrideDataflowVariableBool) == 0x000008, "Wrong alignment on DataflowBlueprintLibrary_OverrideDataflowVariableBool"); \ +static_assert(sizeof(DataflowBlueprintLibrary_OverrideDataflowVariableBool) == 0x000018, "Wrong size on DataflowBlueprintLibrary_OverrideDataflowVariableBool"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableBool, Asset) == 0x000000, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableBool::Asset' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableBool, VariableName) == 0x000008, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableBool::VariableName' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableBool, VariableValue) == 0x000010, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableBool::VariableValue' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableBool, ReturnValue) == 0x000011, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray \ +static_assert(alignof(DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray) == 0x000008, "Wrong alignment on DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray"); \ +static_assert(sizeof(DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray) == 0x000028, "Wrong size on DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray, Asset) == 0x000000, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray::Asset' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray, VariableName) == 0x000008, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray::VariableName' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray, VariableArrayValue) == 0x000010, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray::VariableArrayValue' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray, ReturnValue) == 0x000020, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableBoolArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataflowBlueprintLibrary_OverrideDataflowVariableFloat \ +static_assert(alignof(DataflowBlueprintLibrary_OverrideDataflowVariableFloat) == 0x000008, "Wrong alignment on DataflowBlueprintLibrary_OverrideDataflowVariableFloat"); \ +static_assert(sizeof(DataflowBlueprintLibrary_OverrideDataflowVariableFloat) == 0x000018, "Wrong size on DataflowBlueprintLibrary_OverrideDataflowVariableFloat"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableFloat, Asset) == 0x000000, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableFloat::Asset' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableFloat, VariableName) == 0x000008, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableFloat::VariableName' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableFloat, VariableValue) == 0x000010, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableFloat::VariableValue' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableFloat, ReturnValue) == 0x000014, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray \ +static_assert(alignof(DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray) == 0x000008, "Wrong alignment on DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray"); \ +static_assert(sizeof(DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray) == 0x000028, "Wrong size on DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray, Asset) == 0x000000, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray::Asset' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray, VariableName) == 0x000008, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray::VariableName' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray, VariableArrayValue) == 0x000010, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray::VariableArrayValue' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray, ReturnValue) == 0x000020, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableFloatArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataflowBlueprintLibrary_OverrideDataflowVariableInt \ +static_assert(alignof(DataflowBlueprintLibrary_OverrideDataflowVariableInt) == 0x000008, "Wrong alignment on DataflowBlueprintLibrary_OverrideDataflowVariableInt"); \ +static_assert(sizeof(DataflowBlueprintLibrary_OverrideDataflowVariableInt) == 0x000020, "Wrong size on DataflowBlueprintLibrary_OverrideDataflowVariableInt"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableInt, Asset) == 0x000000, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableInt::Asset' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableInt, VariableName) == 0x000008, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableInt::VariableName' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableInt, VariableValue) == 0x000010, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableInt::VariableValue' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableInt, ReturnValue) == 0x000018, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataflowBlueprintLibrary_OverrideDataflowVariableIntArray \ +static_assert(alignof(DataflowBlueprintLibrary_OverrideDataflowVariableIntArray) == 0x000008, "Wrong alignment on DataflowBlueprintLibrary_OverrideDataflowVariableIntArray"); \ +static_assert(sizeof(DataflowBlueprintLibrary_OverrideDataflowVariableIntArray) == 0x000028, "Wrong size on DataflowBlueprintLibrary_OverrideDataflowVariableIntArray"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableIntArray, Asset) == 0x000000, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableIntArray::Asset' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableIntArray, VariableName) == 0x000008, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableIntArray::VariableName' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableIntArray, VariableArrayValue) == 0x000010, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableIntArray::VariableArrayValue' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableIntArray, ReturnValue) == 0x000020, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableIntArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataflowBlueprintLibrary_OverrideDataflowVariableObject \ +static_assert(alignof(DataflowBlueprintLibrary_OverrideDataflowVariableObject) == 0x000008, "Wrong alignment on DataflowBlueprintLibrary_OverrideDataflowVariableObject"); \ +static_assert(sizeof(DataflowBlueprintLibrary_OverrideDataflowVariableObject) == 0x000020, "Wrong size on DataflowBlueprintLibrary_OverrideDataflowVariableObject"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableObject, Asset) == 0x000000, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableObject::Asset' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableObject, VariableName) == 0x000008, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableObject::VariableName' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableObject, VariableValue) == 0x000010, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableObject::VariableValue' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableObject, ReturnValue) == 0x000018, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray \ +static_assert(alignof(DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray) == 0x000008, "Wrong alignment on DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray"); \ +static_assert(sizeof(DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray) == 0x000028, "Wrong size on DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray, Asset) == 0x000000, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray::Asset' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray, VariableName) == 0x000008, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray::VariableName' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray, VariableArrayValue) == 0x000010, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray::VariableArrayValue' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray, ReturnValue) == 0x000020, "Member 'DataflowBlueprintLibrary_OverrideDataflowVariableObjectArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataflowBlueprintLibrary_RegenerateAssetFromDataflow \ +static_assert(alignof(DataflowBlueprintLibrary_RegenerateAssetFromDataflow) == 0x000008, "Wrong alignment on DataflowBlueprintLibrary_RegenerateAssetFromDataflow"); \ +static_assert(sizeof(DataflowBlueprintLibrary_RegenerateAssetFromDataflow) == 0x000010, "Wrong size on DataflowBlueprintLibrary_RegenerateAssetFromDataflow"); \ +static_assert(offsetof(DataflowBlueprintLibrary_RegenerateAssetFromDataflow, AssetToRegenerate) == 0x000000, "Member 'DataflowBlueprintLibrary_RegenerateAssetFromDataflow::AssetToRegenerate' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_RegenerateAssetFromDataflow, bRegenerateDependentAssets) == 0x000008, "Member 'DataflowBlueprintLibrary_RegenerateAssetFromDataflow::bRegenerateDependentAssets' has a wrong offset!"); \ +static_assert(offsetof(DataflowBlueprintLibrary_RegenerateAssetFromDataflow, ReturnValue) == 0x000009, "Member 'DataflowBlueprintLibrary_RegenerateAssetFromDataflow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflowBlueprintLibrary \ +static_assert(alignof(UDataflowBlueprintLibrary) == 0x000008, "Wrong alignment on UDataflowBlueprintLibrary"); \ +static_assert(sizeof(UDataflowBlueprintLibrary) == 0x000028, "Wrong size on UDataflowBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_IDataflowInstanceInterface \ +static_assert(alignof(IDataflowInstanceInterface) == 0x000001, "Wrong alignment on IDataflowInstanceInterface"); \ +static_assert(sizeof(IDataflowInstanceInterface) == 0x000001, "Wrong size on IDataflowInstanceInterface"); \ + +#define DUMPER7_ASSERTS_IDataflowContentOwner \ +static_assert(alignof(IDataflowContentOwner) == 0x000001, "Wrong alignment on IDataflowContentOwner"); \ +static_assert(sizeof(IDataflowContentOwner) == 0x000001, "Wrong size on IDataflowContentOwner"); \ + +#define DUMPER7_ASSERTS_UDataflowContextObject \ +static_assert(alignof(UDataflowContextObject) == 0x000008, "Wrong alignment on UDataflowContextObject"); \ +static_assert(sizeof(UDataflowContextObject) == 0x000078, "Wrong size on UDataflowContextObject"); \ +static_assert(offsetof(UDataflowContextObject, SelectedNode) == 0x000038, "Member 'UDataflowContextObject::SelectedNode' has a wrong offset!"); \ +static_assert(offsetof(UDataflowContextObject, DataflowGraph) == 0x000058, "Member 'UDataflowContextObject::DataflowGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflowBaseContent \ +static_assert(alignof(UDataflowBaseContent) == 0x000008, "Wrong alignment on UDataflowBaseContent"); \ +static_assert(sizeof(UDataflowBaseContent) == 0x0000C0, "Wrong size on UDataflowBaseContent"); \ +static_assert(offsetof(UDataflowBaseContent, DataflowTerminal) == 0x000090, "Member 'UDataflowBaseContent::DataflowTerminal' has a wrong offset!"); \ +static_assert(offsetof(UDataflowBaseContent, TerminalAsset) == 0x0000A0, "Member 'UDataflowBaseContent::TerminalAsset' has a wrong offset!"); \ +static_assert(offsetof(UDataflowBaseContent, bIsConstructionDirty) == 0x0000B0, "Member 'UDataflowBaseContent::bIsConstructionDirty' has a wrong offset!"); \ +static_assert(offsetof(UDataflowBaseContent, bIsSimulationDirty) == 0x0000B1, "Member 'UDataflowBaseContent::bIsSimulationDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflowSkeletalContent \ +static_assert(alignof(UDataflowSkeletalContent) == 0x000008, "Wrong alignment on UDataflowSkeletalContent"); \ +static_assert(sizeof(UDataflowSkeletalContent) == 0x0000D8, "Wrong size on UDataflowSkeletalContent"); \ +static_assert(offsetof(UDataflowSkeletalContent, SkeletalMesh) == 0x0000C0, "Member 'UDataflowSkeletalContent::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UDataflowSkeletalContent, AnimationAsset) == 0x0000C8, "Member 'UDataflowSkeletalContent::AnimationAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflowDebugDrawComponent \ +static_assert(alignof(UDataflowDebugDrawComponent) == 0x000010, "Wrong alignment on UDataflowDebugDrawComponent"); \ +static_assert(sizeof(UDataflowDebugDrawComponent) == 0x000590, "Wrong size on UDataflowDebugDrawComponent"); \ + +#define DUMPER7_ASSERTS_UDataflowMesh \ +static_assert(alignof(UDataflowMesh) == 0x000008, "Wrong alignment on UDataflowMesh"); \ +static_assert(sizeof(UDataflowMesh) == 0x000040, "Wrong size on UDataflowMesh"); \ +static_assert(offsetof(UDataflowMesh, Materials) == 0x000030, "Member 'UDataflowMesh::Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflow \ +static_assert(alignof(UDataflow) == 0x000008, "Wrong alignment on UDataflow"); \ +static_assert(sizeof(UDataflow) == 0x000108, "Wrong size on UDataflow"); \ +static_assert(offsetof(UDataflow, bActive) == 0x0000A8, "Member 'UDataflow::bActive' has a wrong offset!"); \ +static_assert(offsetof(UDataflow, Targets) == 0x0000B0, "Member 'UDataflow::Targets' has a wrong offset!"); \ +static_assert(offsetof(UDataflow, Material) == 0x0000C0, "Member 'UDataflow::Material' has a wrong offset!"); \ +static_assert(offsetof(UDataflow, Type) == 0x0000C8, "Member 'UDataflow::Type' has a wrong offset!"); \ +static_assert(offsetof(UDataflow, Variables) == 0x0000D0, "Member 'UDataflow::Variables' has a wrong offset!"); \ +static_assert(offsetof(UDataflow, DataflowSubGraphs) == 0x0000E0, "Member 'UDataflow::DataflowSubGraphs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflowSubGraph \ +static_assert(alignof(UDataflowSubGraph) == 0x000008, "Wrong alignment on UDataflowSubGraph"); \ +static_assert(sizeof(UDataflowSubGraph) == 0x000078, "Wrong size on UDataflowSubGraph"); \ +static_assert(offsetof(UDataflowSubGraph, SubGraphGuid) == 0x000060, "Member 'UDataflowSubGraph::SubGraphGuid' has a wrong offset!"); \ +static_assert(offsetof(UDataflowSubGraph, bIsForEach) == 0x000070, "Member 'UDataflowSubGraph::bIsForEach' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowSimulationAsset \ +static_assert(alignof(FDataflowSimulationAsset) == 0x000008, "Wrong alignment on FDataflowSimulationAsset"); \ +static_assert(sizeof(FDataflowSimulationAsset) == 0x000058, "Wrong size on FDataflowSimulationAsset"); \ +static_assert(offsetof(FDataflowSimulationAsset, DataflowAsset) == 0x000000, "Member 'FDataflowSimulationAsset::DataflowAsset' has a wrong offset!"); \ +static_assert(offsetof(FDataflowSimulationAsset, SimulationGroups) == 0x000008, "Member 'FDataflowSimulationAsset::SimulationGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowSimulationProperty \ +static_assert(alignof(FDataflowSimulationProperty) == 0x000008, "Wrong alignment on FDataflowSimulationProperty"); \ +static_assert(sizeof(FDataflowSimulationProperty) == 0x000008, "Wrong size on FDataflowSimulationProperty"); \ + +#define DUMPER7_ASSERTS_FDataflowSimulationNode \ +static_assert(alignof(FDataflowSimulationNode) == 0x000008, "Wrong alignment on FDataflowSimulationNode"); \ +static_assert(sizeof(FDataflowSimulationNode) == 0x000240, "Wrong size on FDataflowSimulationNode"); \ + +#define DUMPER7_ASSERTS_FDataflowInvalidNode \ +static_assert(alignof(FDataflowInvalidNode) == 0x000008, "Wrong alignment on FDataflowInvalidNode"); \ +static_assert(sizeof(FDataflowInvalidNode) == 0x000240, "Wrong size on FDataflowInvalidNode"); \ + +#define DUMPER7_ASSERTS_FDataflowExecutionNode \ +static_assert(alignof(FDataflowExecutionNode) == 0x000008, "Wrong alignment on FDataflowExecutionNode"); \ +static_assert(sizeof(FDataflowExecutionNode) == 0x000240, "Wrong size on FDataflowExecutionNode"); \ + +#define DUMPER7_ASSERTS_FDataflowSimulationTime \ +static_assert(alignof(FDataflowSimulationTime) == 0x000004, "Wrong alignment on FDataflowSimulationTime"); \ +static_assert(sizeof(FDataflowSimulationTime) == 0x00000C, "Wrong size on FDataflowSimulationTime"); \ +static_assert(offsetof(FDataflowSimulationTime, DeltaTime) == 0x000000, "Member 'FDataflowSimulationTime::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FDataflowSimulationTime, CurrentTime) == 0x000004, "Member 'FDataflowSimulationTime::CurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FDataflowSimulationTime, TimeOffset) == 0x000008, "Member 'FDataflowSimulationTime::TimeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetSimulationTimeDataflowNode \ +static_assert(alignof(FGetSimulationTimeDataflowNode) == 0x000008, "Wrong alignment on FGetSimulationTimeDataflowNode"); \ +static_assert(sizeof(FGetSimulationTimeDataflowNode) == 0x000250, "Wrong size on FGetSimulationTimeDataflowNode"); \ +static_assert(offsetof(FGetSimulationTimeDataflowNode, SimulationTime) == 0x000240, "Member 'FGetSimulationTimeDataflowNode::SimulationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetPhysicsSolversDataflowNode \ +static_assert(alignof(FGetPhysicsSolversDataflowNode) == 0x000008, "Wrong alignment on FGetPhysicsSolversDataflowNode"); \ +static_assert(sizeof(FGetPhysicsSolversDataflowNode) == 0x000260, "Wrong size on FGetPhysicsSolversDataflowNode"); \ +static_assert(offsetof(FGetPhysicsSolversDataflowNode, PhysicsSolvers) == 0x000240, "Member 'FGetPhysicsSolversDataflowNode::PhysicsSolvers' has a wrong offset!"); \ +static_assert(offsetof(FGetPhysicsSolversDataflowNode, SimulationGroups) == 0x000250, "Member 'FGetPhysicsSolversDataflowNode::SimulationGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAdvancePhysicsSolversDataflowNode \ +static_assert(alignof(FAdvancePhysicsSolversDataflowNode) == 0x000008, "Wrong alignment on FAdvancePhysicsSolversDataflowNode"); \ +static_assert(sizeof(FAdvancePhysicsSolversDataflowNode) == 0x000260, "Wrong size on FAdvancePhysicsSolversDataflowNode"); \ +static_assert(offsetof(FAdvancePhysicsSolversDataflowNode, SimulationTime) == 0x000240, "Member 'FAdvancePhysicsSolversDataflowNode::SimulationTime' has a wrong offset!"); \ +static_assert(offsetof(FAdvancePhysicsSolversDataflowNode, PhysicsSolvers) == 0x000250, "Member 'FAdvancePhysicsSolversDataflowNode::PhysicsSolvers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFilterSimulationProxiesDataflowNode \ +static_assert(alignof(FFilterSimulationProxiesDataflowNode) == 0x000008, "Wrong alignment on FFilterSimulationProxiesDataflowNode"); \ +static_assert(sizeof(FFilterSimulationProxiesDataflowNode) == 0x000270, "Wrong size on FFilterSimulationProxiesDataflowNode"); \ +static_assert(offsetof(FFilterSimulationProxiesDataflowNode, SimulationProxies) == 0x000240, "Member 'FFilterSimulationProxiesDataflowNode::SimulationProxies' has a wrong offset!"); \ +static_assert(offsetof(FFilterSimulationProxiesDataflowNode, FilteredProxies) == 0x000250, "Member 'FFilterSimulationProxiesDataflowNode::FilteredProxies' has a wrong offset!"); \ +static_assert(offsetof(FFilterSimulationProxiesDataflowNode, SimulationGroups) == 0x000260, "Member 'FFilterSimulationProxiesDataflowNode::SimulationGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimulationProxiesTerminalDataflowNode \ +static_assert(alignof(FSimulationProxiesTerminalDataflowNode) == 0x000008, "Wrong alignment on FSimulationProxiesTerminalDataflowNode"); \ +static_assert(sizeof(FSimulationProxiesTerminalDataflowNode) == 0x000250, "Wrong size on FSimulationProxiesTerminalDataflowNode"); \ +static_assert(offsetof(FSimulationProxiesTerminalDataflowNode, SimulationProxies) == 0x000240, "Member 'FSimulationProxiesTerminalDataflowNode::SimulationProxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowSimulationProxy \ +static_assert(alignof(FDataflowSimulationProxy) == 0x000008, "Wrong alignment on FDataflowSimulationProxy"); \ +static_assert(sizeof(FDataflowSimulationProxy) == 0x000078, "Wrong size on FDataflowSimulationProxy"); \ + +#define DUMPER7_ASSERTS_FDataflowCollisionObjectProxy \ +static_assert(alignof(FDataflowCollisionObjectProxy) == 0x000008, "Wrong alignment on FDataflowCollisionObjectProxy"); \ +static_assert(sizeof(FDataflowCollisionObjectProxy) == 0x000078, "Wrong size on FDataflowCollisionObjectProxy"); \ + +#define DUMPER7_ASSERTS_FDataflowConstraintObjectProxy \ +static_assert(alignof(FDataflowConstraintObjectProxy) == 0x000008, "Wrong alignment on FDataflowConstraintObjectProxy"); \ +static_assert(sizeof(FDataflowConstraintObjectProxy) == 0x000078, "Wrong size on FDataflowConstraintObjectProxy"); \ + +#define DUMPER7_ASSERTS_FDataflowPhysicsObjectProxy \ +static_assert(alignof(FDataflowPhysicsObjectProxy) == 0x000008, "Wrong alignment on FDataflowPhysicsObjectProxy"); \ +static_assert(sizeof(FDataflowPhysicsObjectProxy) == 0x000078, "Wrong size on FDataflowPhysicsObjectProxy"); \ + +#define DUMPER7_ASSERTS_FDataflowPhysicsSolverProxy \ +static_assert(alignof(FDataflowPhysicsSolverProxy) == 0x000008, "Wrong alignment on FDataflowPhysicsSolverProxy"); \ +static_assert(sizeof(FDataflowPhysicsSolverProxy) == 0x000078, "Wrong size on FDataflowPhysicsSolverProxy"); \ + +#define DUMPER7_ASSERTS_IDataflowGeometryCachable \ +static_assert(alignof(IDataflowGeometryCachable) == 0x000001, "Wrong alignment on IDataflowGeometryCachable"); \ +static_assert(sizeof(IDataflowGeometryCachable) == 0x000001, "Wrong size on IDataflowGeometryCachable"); \ + +#define DUMPER7_ASSERTS_IDataflowSimulationInterface \ +static_assert(alignof(IDataflowSimulationInterface) == 0x000001, "Wrong alignment on IDataflowSimulationInterface"); \ +static_assert(sizeof(IDataflowSimulationInterface) == 0x000001, "Wrong size on IDataflowSimulationInterface"); \ + +#define DUMPER7_ASSERTS_UDataflowSimulationManager \ +static_assert(alignof(UDataflowSimulationManager) == 0x000008, "Wrong alignment on UDataflowSimulationManager"); \ +static_assert(sizeof(UDataflowSimulationManager) == 0x0000B0, "Wrong size on UDataflowSimulationManager"); \ + +#define DUMPER7_ASSERTS_DataflowSimulationActor_PostDataflowSimulationTick \ +static_assert(alignof(DataflowSimulationActor_PostDataflowSimulationTick) == 0x000004, "Wrong alignment on DataflowSimulationActor_PostDataflowSimulationTick"); \ +static_assert(sizeof(DataflowSimulationActor_PostDataflowSimulationTick) == 0x000008, "Wrong size on DataflowSimulationActor_PostDataflowSimulationTick"); \ +static_assert(offsetof(DataflowSimulationActor_PostDataflowSimulationTick, SimulationTime) == 0x000000, "Member 'DataflowSimulationActor_PostDataflowSimulationTick::SimulationTime' has a wrong offset!"); \ +static_assert(offsetof(DataflowSimulationActor_PostDataflowSimulationTick, DeltaTime) == 0x000004, "Member 'DataflowSimulationActor_PostDataflowSimulationTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataflowSimulationActor_PreDataflowSimulationTick \ +static_assert(alignof(DataflowSimulationActor_PreDataflowSimulationTick) == 0x000004, "Wrong alignment on DataflowSimulationActor_PreDataflowSimulationTick"); \ +static_assert(sizeof(DataflowSimulationActor_PreDataflowSimulationTick) == 0x000008, "Wrong size on DataflowSimulationActor_PreDataflowSimulationTick"); \ +static_assert(offsetof(DataflowSimulationActor_PreDataflowSimulationTick, SimulationTime) == 0x000000, "Member 'DataflowSimulationActor_PreDataflowSimulationTick::SimulationTime' has a wrong offset!"); \ +static_assert(offsetof(DataflowSimulationActor_PreDataflowSimulationTick, DeltaTime) == 0x000004, "Member 'DataflowSimulationActor_PreDataflowSimulationTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IDataflowSimulationActor \ +static_assert(alignof(IDataflowSimulationActor) == 0x000001, "Wrong alignment on IDataflowSimulationActor"); \ +static_assert(sizeof(IDataflowSimulationActor) == 0x000001, "Wrong size on IDataflowSimulationActor"); \ + +#define DUMPER7_ASSERTS_IDataflowCollisionObjectInterface \ +static_assert(alignof(IDataflowCollisionObjectInterface) == 0x000001, "Wrong alignment on IDataflowCollisionObjectInterface"); \ +static_assert(sizeof(IDataflowCollisionObjectInterface) == 0x000001, "Wrong size on IDataflowCollisionObjectInterface"); \ + +#define DUMPER7_ASSERTS_IDataflowConstraintObjectInterface \ +static_assert(alignof(IDataflowConstraintObjectInterface) == 0x000001, "Wrong alignment on IDataflowConstraintObjectInterface"); \ +static_assert(sizeof(IDataflowConstraintObjectInterface) == 0x000001, "Wrong size on IDataflowConstraintObjectInterface"); \ + +#define DUMPER7_ASSERTS_IDataflowPhysicsObjectInterface \ +static_assert(alignof(IDataflowPhysicsObjectInterface) == 0x000001, "Wrong alignment on IDataflowPhysicsObjectInterface"); \ +static_assert(sizeof(IDataflowPhysicsObjectInterface) == 0x000001, "Wrong size on IDataflowPhysicsObjectInterface"); \ + +#define DUMPER7_ASSERTS_IDataflowPhysicsSolverInterface \ +static_assert(alignof(IDataflowPhysicsSolverInterface) == 0x000001, "Wrong alignment on IDataflowPhysicsSolverInterface"); \ +static_assert(sizeof(IDataflowPhysicsSolverInterface) == 0x000001, "Wrong size on IDataflowPhysicsSolverInterface"); \ + +#define DUMPER7_ASSERTS_FRelayConnectionInfo \ +static_assert(alignof(FRelayConnectionInfo) == 0x000008, "Wrong alignment on FRelayConnectionInfo"); \ +static_assert(sizeof(FRelayConnectionInfo) == 0x000028, "Wrong size on FRelayConnectionInfo"); \ +static_assert(offsetof(FRelayConnectionInfo, Address) == 0x000000, "Member 'FRelayConnectionInfo::Address' has a wrong offset!"); \ +static_assert(offsetof(FRelayConnectionInfo, Port) == 0x000010, "Member 'FRelayConnectionInfo::Port' has a wrong offset!"); \ +static_assert(offsetof(FRelayConnectionInfo, CertificateAuthority) == 0x000018, "Member 'FRelayConnectionInfo::CertificateAuthority' has a wrong offset!"); \ + +#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_FBreakEventCallbackWrapper \ +static_assert(alignof(FBreakEventCallbackWrapper) == 0x000010, "Wrong alignment on FBreakEventCallbackWrapper"); \ +static_assert(sizeof(FBreakEventCallbackWrapper) == 0x000030, "Wrong size on FBreakEventCallbackWrapper"); \ + +#define DUMPER7_ASSERTS_FRemovalEventCallbackWrapper \ +static_assert(alignof(FRemovalEventCallbackWrapper) == 0x000010, "Wrong alignment on FRemovalEventCallbackWrapper"); \ +static_assert(sizeof(FRemovalEventCallbackWrapper) == 0x000030, "Wrong size on FRemovalEventCallbackWrapper"); \ + +#define DUMPER7_ASSERTS_FCrumblingEventCallbackWrapper \ +static_assert(alignof(FCrumblingEventCallbackWrapper) == 0x000010, "Wrong alignment on FCrumblingEventCallbackWrapper"); \ +static_assert(sizeof(FCrumblingEventCallbackWrapper) == 0x000030, "Wrong size on FCrumblingEventCallbackWrapper"); \ + +#define DUMPER7_ASSERTS_FChaosHandlerSet \ +static_assert(alignof(FChaosHandlerSet) == 0x000008, "Wrong alignment on FChaosHandlerSet"); \ +static_assert(sizeof(FChaosHandlerSet) == 0x000058, "Wrong size on FChaosHandlerSet"); \ +static_assert(offsetof(FChaosHandlerSet, ChaosHandlers) == 0x000008, "Member 'FChaosHandlerSet::ChaosHandlers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosDebugSubstepControl \ +static_assert(alignof(FChaosDebugSubstepControl) == 0x000001, "Wrong alignment on FChaosDebugSubstepControl"); \ +static_assert(sizeof(FChaosDebugSubstepControl) == 0x000003, "Wrong size on FChaosDebugSubstepControl"); \ +static_assert(offsetof(FChaosDebugSubstepControl, bPause) == 0x000000, "Member 'FChaosDebugSubstepControl::bPause' has a wrong offset!"); \ +static_assert(offsetof(FChaosDebugSubstepControl, bSubstep) == 0x000001, "Member 'FChaosDebugSubstepControl::bSubstep' has a wrong offset!"); \ +static_assert(offsetof(FChaosDebugSubstepControl, bStep) == 0x000002, "Member 'FChaosDebugSubstepControl::bStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowRigidSolverProxy \ +static_assert(alignof(FDataflowRigidSolverProxy) == 0x000008, "Wrong alignment on FDataflowRigidSolverProxy"); \ +static_assert(sizeof(FDataflowRigidSolverProxy) == 0x000090, "Wrong size on FDataflowRigidSolverProxy"); \ + +#define DUMPER7_ASSERTS_FChaosVDSessionPing \ +static_assert(alignof(FChaosVDSessionPing) == 0x000004, "Wrong alignment on FChaosVDSessionPing"); \ +static_assert(sizeof(FChaosVDSessionPing) == 0x000010, "Wrong size on FChaosVDSessionPing"); \ +static_assert(offsetof(FChaosVDSessionPing, ControllerInstanceId) == 0x000000, "Member 'FChaosVDSessionPing::ControllerInstanceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDSessionPong \ +static_assert(alignof(FChaosVDSessionPong) == 0x000008, "Wrong alignment on FChaosVDSessionPong"); \ +static_assert(sizeof(FChaosVDSessionPong) == 0x000038, "Wrong size on FChaosVDSessionPong"); \ +static_assert(offsetof(FChaosVDSessionPong, InstanceId) == 0x000000, "Member 'FChaosVDSessionPong::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDSessionPong, SessionId) == 0x000010, "Member 'FChaosVDSessionPong::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDSessionPong, SessionName) == 0x000020, "Member 'FChaosVDSessionPong::SessionName' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDSessionPong, BuildTargetType) == 0x000030, "Member 'FChaosVDSessionPong::BuildTargetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDStopRecordingCommandMessage \ +static_assert(alignof(FChaosVDStopRecordingCommandMessage) == 0x000001, "Wrong alignment on FChaosVDStopRecordingCommandMessage"); \ +static_assert(sizeof(FChaosVDStopRecordingCommandMessage) == 0x000001, "Wrong size on FChaosVDStopRecordingCommandMessage"); \ + +#define DUMPER7_ASSERTS_FChaosVDRecordingStatusMessage \ +static_assert(alignof(FChaosVDRecordingStatusMessage) == 0x000008, "Wrong alignment on FChaosVDRecordingStatusMessage"); \ +static_assert(sizeof(FChaosVDRecordingStatusMessage) == 0x000068, "Wrong size on FChaosVDRecordingStatusMessage"); \ +static_assert(offsetof(FChaosVDRecordingStatusMessage, InstanceId) == 0x000000, "Member 'FChaosVDRecordingStatusMessage::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDRecordingStatusMessage, bIsRecording) == 0x000010, "Member 'FChaosVDRecordingStatusMessage::bIsRecording' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDRecordingStatusMessage, ElapsedTime) == 0x000014, "Member 'FChaosVDRecordingStatusMessage::ElapsedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDTraceConnectionDetailsMessage \ +static_assert(alignof(FChaosVDTraceConnectionDetailsMessage) == 0x000008, "Wrong alignment on FChaosVDTraceConnectionDetailsMessage"); \ +static_assert(sizeof(FChaosVDTraceConnectionDetailsMessage) == 0x000060, "Wrong size on FChaosVDTraceConnectionDetailsMessage"); \ +static_assert(offsetof(FChaosVDTraceConnectionDetailsMessage, InstanceId) == 0x000000, "Member 'FChaosVDTraceConnectionDetailsMessage::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDTraceConnectionDetailsMessage, TraceDetails) == 0x000010, "Member 'FChaosVDTraceConnectionDetailsMessage::TraceDetails' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDRelayTraceDataMessage \ +static_assert(alignof(FChaosVDRelayTraceDataMessage) == 0x000008, "Wrong alignment on FChaosVDRelayTraceDataMessage"); \ +static_assert(sizeof(FChaosVDRelayTraceDataMessage) == 0x000020, "Wrong size on FChaosVDRelayTraceDataMessage"); \ +static_assert(offsetof(FChaosVDRelayTraceDataMessage, InstanceId) == 0x000000, "Member 'FChaosVDRelayTraceDataMessage::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDRelayTraceDataMessage, DataBuffer) == 0x000010, "Member 'FChaosVDRelayTraceDataMessage::DataBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDRelayTraceStatusMessage \ +static_assert(alignof(FChaosVDRelayTraceStatusMessage) == 0x000008, "Wrong alignment on FChaosVDRelayTraceStatusMessage"); \ +static_assert(sizeof(FChaosVDRelayTraceStatusMessage) == 0x000020, "Wrong size on FChaosVDRelayTraceStatusMessage"); \ +static_assert(offsetof(FChaosVDRelayTraceStatusMessage, InstanceId) == 0x000000, "Member 'FChaosVDRelayTraceStatusMessage::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDRelayTraceStatusMessage, QueuedDataBytesNum) == 0x000010, "Member 'FChaosVDRelayTraceStatusMessage::QueuedDataBytesNum' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDRelayTraceStatusMessage, ThrottlingState) == 0x000018, "Member 'FChaosVDRelayTraceStatusMessage::ThrottlingState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDDataChannelState \ +static_assert(alignof(FChaosVDDataChannelState) == 0x000008, "Wrong alignment on FChaosVDDataChannelState"); \ +static_assert(sizeof(FChaosVDDataChannelState) == 0x000018, "Wrong size on FChaosVDDataChannelState"); \ +static_assert(offsetof(FChaosVDDataChannelState, ChannelName) == 0x000000, "Member 'FChaosVDDataChannelState::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDDataChannelState, bIsEnabled) == 0x000010, "Member 'FChaosVDDataChannelState::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDDataChannelState, bCanChangeChannelState) == 0x000011, "Member 'FChaosVDDataChannelState::bCanChangeChannelState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDChannelStateChangeCommandMessage \ +static_assert(alignof(FChaosVDChannelStateChangeCommandMessage) == 0x000008, "Wrong alignment on FChaosVDChannelStateChangeCommandMessage"); \ +static_assert(sizeof(FChaosVDChannelStateChangeCommandMessage) == 0x000018, "Wrong size on FChaosVDChannelStateChangeCommandMessage"); \ +static_assert(offsetof(FChaosVDChannelStateChangeCommandMessage, NewState) == 0x000000, "Member 'FChaosVDChannelStateChangeCommandMessage::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDChannelStateChangeResponseMessage \ +static_assert(alignof(FChaosVDChannelStateChangeResponseMessage) == 0x000008, "Wrong alignment on FChaosVDChannelStateChangeResponseMessage"); \ +static_assert(sizeof(FChaosVDChannelStateChangeResponseMessage) == 0x000028, "Wrong size on FChaosVDChannelStateChangeResponseMessage"); \ +static_assert(offsetof(FChaosVDChannelStateChangeResponseMessage, InstanceId) == 0x000000, "Member 'FChaosVDChannelStateChangeResponseMessage::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDChannelStateChangeResponseMessage, NewState) == 0x000010, "Member 'FChaosVDChannelStateChangeResponseMessage::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDFullSessionInfoRequestMessage \ +static_assert(alignof(FChaosVDFullSessionInfoRequestMessage) == 0x000001, "Wrong alignment on FChaosVDFullSessionInfoRequestMessage"); \ +static_assert(sizeof(FChaosVDFullSessionInfoRequestMessage) == 0x000001, "Wrong size on FChaosVDFullSessionInfoRequestMessage"); \ + +#define DUMPER7_ASSERTS_FChaosVDFullSessionInfoResponseMessage \ +static_assert(alignof(FChaosVDFullSessionInfoResponseMessage) == 0x000008, "Wrong alignment on FChaosVDFullSessionInfoResponseMessage"); \ +static_assert(sizeof(FChaosVDFullSessionInfoResponseMessage) == 0x000028, "Wrong size on FChaosVDFullSessionInfoResponseMessage"); \ +static_assert(offsetof(FChaosVDFullSessionInfoResponseMessage, InstanceId) == 0x000000, "Member 'FChaosVDFullSessionInfoResponseMessage::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDFullSessionInfoResponseMessage, DataChannelsStates) == 0x000010, "Member 'FChaosVDFullSessionInfoResponseMessage::DataChannelsStates' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDFullSessionInfoResponseMessage, bIsRecording) == 0x000020, "Member 'FChaosVDFullSessionInfoResponseMessage::bIsRecording' 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_UChaosDebugDrawSubsystem \ +static_assert(alignof(UChaosDebugDrawSubsystem) == 0x000008, "Wrong alignment on UChaosDebugDrawSubsystem"); \ +static_assert(sizeof(UChaosDebugDrawSubsystem) == 0x000038, "Wrong size on UChaosDebugDrawSubsystem"); \ + +#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) == 0x000188, "Member 'UChaosGameplayEventDispatcher::CollisionEventRegistrations' has a wrong offset!"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, BreakEventRegistrations) == 0x0001D8, "Member 'UChaosGameplayEventDispatcher::BreakEventRegistrations' has a wrong offset!"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, RemovalEventRegistrations) == 0x000228, "Member 'UChaosGameplayEventDispatcher::RemovalEventRegistrations' has a wrong offset!"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, CrumblingEventRegistrations) == 0x000278, "Member 'UChaosGameplayEventDispatcher::CrumblingEventRegistrations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IChaosNotifyHandlerInterface \ +static_assert(alignof(IChaosNotifyHandlerInterface) == 0x000001, "Wrong alignment on IChaosNotifyHandlerInterface"); \ +static_assert(sizeof(IChaosNotifyHandlerInterface) == 0x000001, "Wrong size on IChaosNotifyHandlerInterface"); \ + +#define DUMPER7_ASSERTS_ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult \ +static_assert(alignof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult) == 0x000008, "Wrong alignment on ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult"); \ +static_assert(sizeof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult) == 0x0001C0, "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) == 0x0004B0, "Wrong size on AChaosSolverActor"); \ +static_assert(offsetof(AChaosSolverActor, Properties) == 0x0002B8, "Member 'AChaosSolverActor::Properties' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, TimeStepMultiplier) == 0x00033C, "Member 'AChaosSolverActor::TimeStepMultiplier' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, CollisionIterations) == 0x000340, "Member 'AChaosSolverActor::CollisionIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, PushOutIterations) == 0x000344, "Member 'AChaosSolverActor::PushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, PushOutPairIterations) == 0x000348, "Member 'AChaosSolverActor::PushOutPairIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ClusterConnectionFactor) == 0x00034C, "Member 'AChaosSolverActor::ClusterConnectionFactor' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ClusterUnionConnectionType) == 0x000350, "Member 'AChaosSolverActor::ClusterUnionConnectionType' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateCollisionData) == 0x000351, "Member 'AChaosSolverActor::DoGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, CollisionFilterSettings) == 0x000354, "Member 'AChaosSolverActor::CollisionFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateBreakingData) == 0x000364, "Member 'AChaosSolverActor::DoGenerateBreakingData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, BreakingFilterSettings) == 0x000368, "Member 'AChaosSolverActor::BreakingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateTrailingData) == 0x000378, "Member 'AChaosSolverActor::DoGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, TrailingFilterSettings) == 0x00037C, "Member 'AChaosSolverActor::TrailingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, MassScale) == 0x00038C, "Member 'AChaosSolverActor::MassScale' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, bHasFloor) == 0x000390, "Member 'AChaosSolverActor::bHasFloor' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, FloorHeight) == 0x000394, "Member 'AChaosSolverActor::FloorHeight' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ChaosDebugSubstepControl) == 0x000398, "Member 'AChaosSolverActor::ChaosDebugSubstepControl' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, SpriteComponent) == 0x0003A0, "Member 'AChaosSolverActor::SpriteComponent' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, SimulationAsset) == 0x0003A8, "Member 'AChaosSolverActor::SimulationAsset' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, GameplayEventDispatcherComponent) == 0x0004A0, "Member 'AChaosSolverActor::GameplayEventDispatcherComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosSolverSettings \ +static_assert(alignof(UChaosSolverSettings) == 0x000008, "Wrong alignment on UChaosSolverSettings"); \ +static_assert(sizeof(UChaosSolverSettings) == 0x000060, "Wrong size on UChaosSolverSettings"); \ +static_assert(offsetof(UChaosSolverSettings, DefaultChaosSolverActorClass) == 0x000040, "Member 'UChaosSolverSettings::DefaultChaosSolverActorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0002B8, "Wrong size on AFieldSystemActor"); \ +static_assert(offsetof(AFieldSystemActor, FieldSystemComponent) == 0x0002B0, "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) == 0x000600, "Wrong size on UFieldSystemComponent"); \ +static_assert(offsetof(UFieldSystemComponent, FieldSystem) == 0x000530, "Member 'UFieldSystemComponent::FieldSystem' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, bIsWorldField) == 0x000538, "Member 'UFieldSystemComponent::bIsWorldField' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, bIsChaosField) == 0x000539, "Member 'UFieldSystemComponent::bIsChaosField' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, SupportedSolvers) == 0x000540, "Member 'UFieldSystemComponent::SupportedSolvers' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, ConstructionCommands) == 0x000550, "Member 'UFieldSystemComponent::ConstructionCommands' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, BufferCommands) == 0x000580, "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_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_FEditPivotTarget \ +static_assert(alignof(FEditPivotTarget) == 0x000008, "Wrong alignment on FEditPivotTarget"); \ +static_assert(sizeof(FEditPivotTarget) == 0x000010, "Wrong size on FEditPivotTarget"); \ +static_assert(offsetof(FEditPivotTarget, TransformProxy) == 0x000000, "Member 'FEditPivotTarget::TransformProxy' has a wrong offset!"); \ +static_assert(offsetof(FEditPivotTarget, TransformGizmo) == 0x000008, "Member 'FEditPivotTarget::TransformGizmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsSphereData \ +static_assert(alignof(FPhysicsSphereData) == 0x000010, "Wrong alignment on FPhysicsSphereData"); \ +static_assert(sizeof(FPhysicsSphereData) == 0x0000A0, "Wrong size on FPhysicsSphereData"); \ +static_assert(offsetof(FPhysicsSphereData, Radius) == 0x000000, "Member 'FPhysicsSphereData::Radius' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsSphereData, Transform) == 0x000010, "Member 'FPhysicsSphereData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsSphereData, Element) == 0x000070, "Member 'FPhysicsSphereData::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsBoxData \ +static_assert(alignof(FPhysicsBoxData) == 0x000010, "Wrong alignment on FPhysicsBoxData"); \ +static_assert(sizeof(FPhysicsBoxData) == 0x0000B0, "Wrong size on FPhysicsBoxData"); \ +static_assert(offsetof(FPhysicsBoxData, Dimensions) == 0x000000, "Member 'FPhysicsBoxData::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsBoxData, Transform) == 0x000020, "Member 'FPhysicsBoxData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsBoxData, Element) == 0x000080, "Member 'FPhysicsBoxData::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsCapsuleData \ +static_assert(alignof(FPhysicsCapsuleData) == 0x000010, "Wrong alignment on FPhysicsCapsuleData"); \ +static_assert(sizeof(FPhysicsCapsuleData) == 0x0000A0, "Wrong size on FPhysicsCapsuleData"); \ +static_assert(offsetof(FPhysicsCapsuleData, Radius) == 0x000000, "Member 'FPhysicsCapsuleData::Radius' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsCapsuleData, Length) == 0x000004, "Member 'FPhysicsCapsuleData::Length' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsCapsuleData, Transform) == 0x000010, "Member 'FPhysicsCapsuleData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsCapsuleData, Element) == 0x000070, "Member 'FPhysicsCapsuleData::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsConvexData \ +static_assert(alignof(FPhysicsConvexData) == 0x000008, "Wrong alignment on FPhysicsConvexData"); \ +static_assert(sizeof(FPhysicsConvexData) == 0x000038, "Wrong size on FPhysicsConvexData"); \ +static_assert(offsetof(FPhysicsConvexData, NumVertices) == 0x000000, "Member 'FPhysicsConvexData::NumVertices' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsConvexData, NumFaces) == 0x000004, "Member 'FPhysicsConvexData::NumFaces' has a wrong offset!"); \ +static_assert(offsetof(FPhysicsConvexData, Element) == 0x000008, "Member 'FPhysicsConvexData::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicsLevelSetData \ +static_assert(alignof(FPhysicsLevelSetData) == 0x000008, "Wrong alignment on FPhysicsLevelSetData"); \ +static_assert(sizeof(FPhysicsLevelSetData) == 0x000030, "Wrong size on FPhysicsLevelSetData"); \ +static_assert(offsetof(FPhysicsLevelSetData, Element) == 0x000000, "Member 'FPhysicsLevelSetData::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformMeshesTarget \ +static_assert(alignof(FTransformMeshesTarget) == 0x000008, "Wrong alignment on FTransformMeshesTarget"); \ +static_assert(sizeof(FTransformMeshesTarget) == 0x000010, "Wrong size on FTransformMeshesTarget"); \ +static_assert(offsetof(FTransformMeshesTarget, TransformProxy) == 0x000000, "Member 'FTransformMeshesTarget::TransformProxy' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshesTarget, TransformGizmo) == 0x000008, "Member 'FTransformMeshesTarget::TransformGizmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakeInputMeshProperties_GetSourceUVLayerNamesFunc \ +static_assert(alignof(BakeInputMeshProperties_GetSourceUVLayerNamesFunc) == 0x000008, "Wrong alignment on BakeInputMeshProperties_GetSourceUVLayerNamesFunc"); \ +static_assert(sizeof(BakeInputMeshProperties_GetSourceUVLayerNamesFunc) == 0x000010, "Wrong size on BakeInputMeshProperties_GetSourceUVLayerNamesFunc"); \ +static_assert(offsetof(BakeInputMeshProperties_GetSourceUVLayerNamesFunc, ReturnValue) == 0x000000, "Member 'BakeInputMeshProperties_GetSourceUVLayerNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakeInputMeshProperties_GetTargetUVLayerNamesFunc \ +static_assert(alignof(BakeInputMeshProperties_GetTargetUVLayerNamesFunc) == 0x000008, "Wrong alignment on BakeInputMeshProperties_GetTargetUVLayerNamesFunc"); \ +static_assert(sizeof(BakeInputMeshProperties_GetTargetUVLayerNamesFunc) == 0x000010, "Wrong size on BakeInputMeshProperties_GetTargetUVLayerNamesFunc"); \ +static_assert(offsetof(BakeInputMeshProperties_GetTargetUVLayerNamesFunc, ReturnValue) == 0x000000, "Member 'BakeInputMeshProperties_GetTargetUVLayerNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeInputMeshProperties \ +static_assert(alignof(UBakeInputMeshProperties) == 0x000008, "Wrong alignment on UBakeInputMeshProperties"); \ +static_assert(sizeof(UBakeInputMeshProperties) == 0x000140, "Wrong size on UBakeInputMeshProperties"); \ +static_assert(offsetof(UBakeInputMeshProperties, TargetStaticMesh) == 0x0000A8, "Member 'UBakeInputMeshProperties::TargetStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, TargetSkeletalMesh) == 0x0000B0, "Member 'UBakeInputMeshProperties::TargetSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, TargetDynamicMesh) == 0x0000B8, "Member 'UBakeInputMeshProperties::TargetDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, TargetUVLayer) == 0x0000C0, "Member 'UBakeInputMeshProperties::TargetUVLayer' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, bHasTargetUVLayer) == 0x0000D0, "Member 'UBakeInputMeshProperties::bHasTargetUVLayer' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceStaticMesh) == 0x0000D8, "Member 'UBakeInputMeshProperties::SourceStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceSkeletalMesh) == 0x0000E0, "Member 'UBakeInputMeshProperties::SourceSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceDynamicMesh) == 0x0000E8, "Member 'UBakeInputMeshProperties::SourceDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, bHideSourceMesh) == 0x0000F0, "Member 'UBakeInputMeshProperties::bHideSourceMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceNormalMap) == 0x0000F8, "Member 'UBakeInputMeshProperties::SourceNormalMap' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceNormalMapUVLayer) == 0x000100, "Member 'UBakeInputMeshProperties::SourceNormalMapUVLayer' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceNormalSpace) == 0x000110, "Member 'UBakeInputMeshProperties::SourceNormalSpace' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, bHasSourceNormalMap) == 0x000114, "Member 'UBakeInputMeshProperties::bHasSourceNormalMap' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, ProjectionDistance) == 0x000118, "Member 'UBakeInputMeshProperties::ProjectionDistance' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, bProjectionInWorldSpace) == 0x00011C, "Member 'UBakeInputMeshProperties::bProjectionInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, TargetUVLayerNamesList) == 0x000120, "Member 'UBakeInputMeshProperties::TargetUVLayerNamesList' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, SourceUVLayerNamesList) == 0x000130, "Member 'UBakeInputMeshProperties::SourceUVLayerNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x0000C0, "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!"); \ +static_assert(offsetof(UBakeOcclusionMapToolProperties, NormalSpace) == 0x0000B8, "Member 'UBakeOcclusionMapToolProperties::NormalSpace' 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_USplitMeshesToolProperties \ +static_assert(alignof(USplitMeshesToolProperties) == 0x000008, "Wrong alignment on USplitMeshesToolProperties"); \ +static_assert(sizeof(USplitMeshesToolProperties) == 0x0000C0, "Wrong size on USplitMeshesToolProperties"); \ +static_assert(offsetof(USplitMeshesToolProperties, SplitMethod) == 0x0000A8, "Member 'USplitMeshesToolProperties::SplitMethod' has a wrong offset!"); \ +static_assert(offsetof(USplitMeshesToolProperties, ConnectVerticesThreshold) == 0x0000B0, "Member 'USplitMeshesToolProperties::ConnectVerticesThreshold' has a wrong offset!"); \ +static_assert(offsetof(USplitMeshesToolProperties, bTransferMaterials) == 0x0000B8, "Member 'USplitMeshesToolProperties::bTransferMaterials' has a wrong offset!"); \ +static_assert(offsetof(USplitMeshesToolProperties, bShowPreview) == 0x0000B9, "Member 'USplitMeshesToolProperties::bShowPreview' has a wrong offset!"); \ +static_assert(offsetof(USplitMeshesToolProperties, bIsInSelectionMode) == 0x0000BA, "Member 'USplitMeshesToolProperties::bIsInSelectionMode' 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_UBakeUVShellMapToolProperties \ +static_assert(alignof(UBakeUVShellMapToolProperties) == 0x000008, "Wrong alignment on UBakeUVShellMapToolProperties"); \ +static_assert(sizeof(UBakeUVShellMapToolProperties) == 0x0000E0, "Wrong size on UBakeUVShellMapToolProperties"); \ +static_assert(offsetof(UBakeUVShellMapToolProperties, UVLayer) == 0x0000A8, "Member 'UBakeUVShellMapToolProperties::UVLayer' has a wrong offset!"); \ +static_assert(offsetof(UBakeUVShellMapToolProperties, WireframeThickness) == 0x0000AC, "Member 'UBakeUVShellMapToolProperties::WireframeThickness' has a wrong offset!"); \ +static_assert(offsetof(UBakeUVShellMapToolProperties, WireframeColor) == 0x0000B0, "Member 'UBakeUVShellMapToolProperties::WireframeColor' has a wrong offset!"); \ +static_assert(offsetof(UBakeUVShellMapToolProperties, ShellColor) == 0x0000C0, "Member 'UBakeUVShellMapToolProperties::ShellColor' has a wrong offset!"); \ +static_assert(offsetof(UBakeUVShellMapToolProperties, BackgroundColor) == 0x0000D0, "Member 'UBakeUVShellMapToolProperties::BackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtractSplineToolBuilder \ +static_assert(alignof(UExtractSplineToolBuilder) == 0x000008, "Wrong alignment on UExtractSplineToolBuilder"); \ +static_assert(sizeof(UExtractSplineToolBuilder) == 0x000028, "Wrong size on UExtractSplineToolBuilder"); \ + +#define DUMPER7_ASSERTS_USeamSculptToolProperties \ +static_assert(alignof(USeamSculptToolProperties) == 0x000008, "Wrong alignment on USeamSculptToolProperties"); \ +static_assert(sizeof(USeamSculptToolProperties) == 0x0000B8, "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!"); \ +static_assert(offsetof(USeamSculptToolProperties, PathSimilarityWeight) == 0x0000B0, "Member 'USeamSculptToolProperties::PathSimilarityWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeHeightMapToolProperties \ +static_assert(alignof(UBakeHeightMapToolProperties) == 0x000008, "Wrong alignment on UBakeHeightMapToolProperties"); \ +static_assert(sizeof(UBakeHeightMapToolProperties) == 0x0000C0, "Wrong size on UBakeHeightMapToolProperties"); \ +static_assert(offsetof(UBakeHeightMapToolProperties, HeightRangeMode) == 0x0000A8, "Member 'UBakeHeightMapToolProperties::HeightRangeMode' has a wrong offset!"); \ +static_assert(offsetof(UBakeHeightMapToolProperties, InnerDistance) == 0x0000AC, "Member 'UBakeHeightMapToolProperties::InnerDistance' has a wrong offset!"); \ +static_assert(offsetof(UBakeHeightMapToolProperties, OuterDistance) == 0x0000B0, "Member 'UBakeHeightMapToolProperties::OuterDistance' has a wrong offset!"); \ +static_assert(offsetof(UBakeHeightMapToolProperties, InnerBoundsDistance) == 0x0000B4, "Member 'UBakeHeightMapToolProperties::InnerBoundsDistance' has a wrong offset!"); \ +static_assert(offsetof(UBakeHeightMapToolProperties, OuterBoundsDistance) == 0x0000B8, "Member 'UBakeHeightMapToolProperties::OuterBoundsDistance' 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_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_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_UVolumeToMeshToolBuilder \ +static_assert(alignof(UVolumeToMeshToolBuilder) == 0x000008, "Wrong alignment on UVolumeToMeshToolBuilder"); \ +static_assert(sizeof(UVolumeToMeshToolBuilder) == 0x000028, "Wrong size on UVolumeToMeshToolBuilder"); \ + +#define DUMPER7_ASSERTS_UAddPatchToolBuilder \ +static_assert(alignof(UAddPatchToolBuilder) == 0x000008, "Wrong alignment on UAddPatchToolBuilder"); \ +static_assert(sizeof(UAddPatchToolBuilder) == 0x000028, "Wrong size on UAddPatchToolBuilder"); \ + +#define DUMPER7_ASSERTS_UAddPatchToolProperties \ +static_assert(alignof(UAddPatchToolProperties) == 0x000008, "Wrong alignment on UAddPatchToolProperties"); \ +static_assert(sizeof(UAddPatchToolProperties) == 0x0000B8, "Wrong size on UAddPatchToolProperties"); \ +static_assert(offsetof(UAddPatchToolProperties, Width) == 0x0000A8, "Member 'UAddPatchToolProperties::Width' has a wrong offset!"); \ +static_assert(offsetof(UAddPatchToolProperties, Rotation) == 0x0000AC, "Member 'UAddPatchToolProperties::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UAddPatchToolProperties, Subdivisions) == 0x0000B0, "Member 'UAddPatchToolProperties::Subdivisions' has a wrong offset!"); \ +static_assert(offsetof(UAddPatchToolProperties, Shift) == 0x0000B4, "Member 'UAddPatchToolProperties::Shift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UAddPatchTool \ +static_assert(alignof(UAddPatchTool) == 0x000008, "Wrong alignment on UAddPatchTool"); \ +static_assert(sizeof(UAddPatchTool) == 0x000140, "Wrong size on UAddPatchTool"); \ +static_assert(offsetof(UAddPatchTool, ShapeSettings) == 0x0000C0, "Member 'UAddPatchTool::ShapeSettings' has a wrong offset!"); \ +static_assert(offsetof(UAddPatchTool, MaterialProperties) == 0x0000C8, "Member 'UAddPatchTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UAddPatchTool, PreviewMesh) == 0x0000D0, "Member 'UAddPatchTool::PreviewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAlignObjectsToolBuilder \ +static_assert(alignof(UAlignObjectsToolBuilder) == 0x000008, "Wrong alignment on UAlignObjectsToolBuilder"); \ +static_assert(sizeof(UAlignObjectsToolBuilder) == 0x000028, "Wrong size on UAlignObjectsToolBuilder"); \ + +#define DUMPER7_ASSERTS_UAlignObjectsToolProperties \ +static_assert(alignof(UAlignObjectsToolProperties) == 0x000008, "Wrong alignment on UAlignObjectsToolProperties"); \ +static_assert(sizeof(UAlignObjectsToolProperties) == 0x0000B8, "Wrong size on UAlignObjectsToolProperties"); \ +static_assert(offsetof(UAlignObjectsToolProperties, AlignType) == 0x0000A8, "Member 'UAlignObjectsToolProperties::AlignType' has a wrong offset!"); \ +static_assert(offsetof(UAlignObjectsToolProperties, AlignTo) == 0x0000AC, "Member 'UAlignObjectsToolProperties::AlignTo' has a wrong offset!"); \ +static_assert(offsetof(UAlignObjectsToolProperties, BoxPosition) == 0x0000B0, "Member 'UAlignObjectsToolProperties::BoxPosition' has a wrong offset!"); \ +static_assert(offsetof(UAlignObjectsToolProperties, bAlignX) == 0x0000B4, "Member 'UAlignObjectsToolProperties::bAlignX' has a wrong offset!"); \ +static_assert(offsetof(UAlignObjectsToolProperties, bAlignY) == 0x0000B5, "Member 'UAlignObjectsToolProperties::bAlignY' has a wrong offset!"); \ +static_assert(offsetof(UAlignObjectsToolProperties, bAlignZ) == 0x0000B6, "Member 'UAlignObjectsToolProperties::bAlignZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionToolActionPropertySet \ +static_assert(alignof(UMeshSelectionToolActionPropertySet) == 0x000008, "Wrong alignment on UMeshSelectionToolActionPropertySet"); \ +static_assert(sizeof(UMeshSelectionToolActionPropertySet) == 0x0000B0, "Wrong size on UMeshSelectionToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionEditActions \ +static_assert(alignof(UMeshSelectionEditActions) == 0x000008, "Wrong alignment on UMeshSelectionEditActions"); \ +static_assert(sizeof(UMeshSelectionEditActions) == 0x0000B0, "Wrong size on UMeshSelectionEditActions"); \ + +#define DUMPER7_ASSERTS_UAlignObjectsTool \ +static_assert(alignof(UAlignObjectsTool) == 0x000008, "Wrong alignment on UAlignObjectsTool"); \ +static_assert(sizeof(UAlignObjectsTool) == 0x000170, "Wrong size on UAlignObjectsTool"); \ +static_assert(offsetof(UAlignObjectsTool, AlignProps) == 0x0000D8, "Member 'UAlignObjectsTool::AlignProps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVTransferToolProperties_GetDestUVChannelNames \ +static_assert(alignof(UVTransferToolProperties_GetDestUVChannelNames) == 0x000008, "Wrong alignment on UVTransferToolProperties_GetDestUVChannelNames"); \ +static_assert(sizeof(UVTransferToolProperties_GetDestUVChannelNames) == 0x000010, "Wrong size on UVTransferToolProperties_GetDestUVChannelNames"); \ +static_assert(offsetof(UVTransferToolProperties_GetDestUVChannelNames, ReturnValue) == 0x000000, "Member 'UVTransferToolProperties_GetDestUVChannelNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVTransferToolProperties_GetSourceUVChannelNames \ +static_assert(alignof(UVTransferToolProperties_GetSourceUVChannelNames) == 0x000008, "Wrong alignment on UVTransferToolProperties_GetSourceUVChannelNames"); \ +static_assert(sizeof(UVTransferToolProperties_GetSourceUVChannelNames) == 0x000010, "Wrong size on UVTransferToolProperties_GetSourceUVChannelNames"); \ +static_assert(offsetof(UVTransferToolProperties_GetSourceUVChannelNames, ReturnValue) == 0x000000, "Member 'UVTransferToolProperties_GetSourceUVChannelNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVTransferToolProperties \ +static_assert(alignof(UUVTransferToolProperties) == 0x000008, "Wrong alignment on UUVTransferToolProperties"); \ +static_assert(sizeof(UUVTransferToolProperties) == 0x000110, "Wrong size on UUVTransferToolProperties"); \ +static_assert(offsetof(UUVTransferToolProperties, bReverseDirection) == 0x0000A8, "Member 'UUVTransferToolProperties::bReverseDirection' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferToolProperties, bTransferSeamsOnly) == 0x0000A9, "Member 'UUVTransferToolProperties::bTransferSeamsOnly' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferToolProperties, bClearExistingSeams) == 0x0000AA, "Member 'UUVTransferToolProperties::bClearExistingSeams' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferToolProperties, PathSimilarityWeight) == 0x0000B0, "Member 'UUVTransferToolProperties::PathSimilarityWeight' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferToolProperties, bShowWireframes) == 0x0000B8, "Member 'UUVTransferToolProperties::bShowWireframes' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferToolProperties, bShowSeams) == 0x0000B9, "Member 'UUVTransferToolProperties::bShowSeams' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferToolProperties, VertexSearchDistance) == 0x0000C0, "Member 'UUVTransferToolProperties::VertexSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferToolProperties, SourceUVChannel) == 0x0000C8, "Member 'UUVTransferToolProperties::SourceUVChannel' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferToolProperties, bSameDestinationChannel) == 0x0000D8, "Member 'UUVTransferToolProperties::bSameDestinationChannel' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferToolProperties, DestUVChannel) == 0x0000E0, "Member 'UUVTransferToolProperties::DestUVChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsToolBuilder \ +static_assert(alignof(UBakeMeshAttributeMapsToolBuilder) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsToolBuilder"); \ +static_assert(sizeof(UBakeMeshAttributeMapsToolBuilder) == 0x000028, "Wrong size on UBakeMeshAttributeMapsToolBuilder"); \ + +#define DUMPER7_ASSERTS_BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc \ +static_assert(alignof(BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc) == 0x000008, "Wrong alignment on BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc"); \ +static_assert(sizeof(BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc) == 0x000010, "Wrong size on BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc"); \ +static_assert(offsetof(BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc, ReturnValue) == 0x000000, "Member 'BakeMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsToolProperties \ +static_assert(alignof(UBakeMeshAttributeMapsToolProperties) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsToolProperties"); \ +static_assert(sizeof(UBakeMeshAttributeMapsToolProperties) == 0x000138, "Wrong size on UBakeMeshAttributeMapsToolProperties"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapTypes) == 0x0000A8, "Member 'UBakeMeshAttributeMapsToolProperties::MapTypes' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapPreview) == 0x0000B0, "Member 'UBakeMeshAttributeMapsToolProperties::MapPreview' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, Resolution) == 0x0000C0, "Member 'UBakeMeshAttributeMapsToolProperties::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, BitDepth) == 0x0000C4, "Member 'UBakeMeshAttributeMapsToolProperties::BitDepth' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, SamplesPerPixel) == 0x0000C8, "Member 'UBakeMeshAttributeMapsToolProperties::SamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, SampleFilterMask) == 0x0000D0, "Member 'UBakeMeshAttributeMapsToolProperties::SampleFilterMask' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapPreviewNamesList) == 0x0000D8, "Member 'UBakeMeshAttributeMapsToolProperties::MapPreviewNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelMorphologyMeshesToolBuilder \ +static_assert(alignof(UVoxelMorphologyMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesToolBuilder"); \ +static_assert(sizeof(UVoxelMorphologyMeshesToolBuilder) == 0x000028, "Wrong size on UVoxelMorphologyMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeTool \ +static_assert(alignof(UBakeMeshAttributeTool) == 0x000008, "Wrong alignment on UBakeMeshAttributeTool"); \ +static_assert(sizeof(UBakeMeshAttributeTool) == 0x0001E8, "Wrong size on UBakeMeshAttributeTool"); \ +static_assert(offsetof(UBakeMeshAttributeTool, OcclusionSettings) == 0x0000E0, "Member 'UBakeMeshAttributeTool::OcclusionSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, CurvatureSettings) == 0x0000E8, "Member 'UBakeMeshAttributeTool::CurvatureSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, TextureSettings) == 0x0000F0, "Member 'UBakeMeshAttributeTool::TextureSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, MultiTextureSettings) == 0x0000F8, "Member 'UBakeMeshAttributeTool::MultiTextureSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, HeightSettings) == 0x000100, "Member 'UBakeMeshAttributeTool::HeightSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, WorkingPreviewMaterial) == 0x000108, "Member 'UBakeMeshAttributeTool::WorkingPreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, ErrorPreviewMaterial) == 0x000110, "Member 'UBakeMeshAttributeTool::ErrorPreviewMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsToolBase \ +static_assert(alignof(UBakeMeshAttributeMapsToolBase) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsToolBase"); \ +static_assert(sizeof(UBakeMeshAttributeMapsToolBase) == 0x000360, "Wrong size on UBakeMeshAttributeMapsToolBase"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, VisualizationProps) == 0x0001F0, "Member 'UBakeMeshAttributeMapsToolBase::VisualizationProps' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, PreviewMesh) == 0x0001F8, "Member 'UBakeMeshAttributeMapsToolBase::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, PreviewMaterial) == 0x000200, "Member 'UBakeMeshAttributeMapsToolBase::PreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, BentNormalPreviewMaterial) == 0x000208, "Member 'UBakeMeshAttributeMapsToolBase::BentNormalPreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, CachedMaps) == 0x000260, "Member 'UBakeMeshAttributeMapsToolBase::CachedMaps' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, EmptyNormalMap) == 0x000348, "Member 'UBakeMeshAttributeMapsToolBase::EmptyNormalMap' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, EmptyColorMapBlack) == 0x000350, "Member 'UBakeMeshAttributeMapsToolBase::EmptyColorMapBlack' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, EmptyColorMapWhite) == 0x000358, "Member 'UBakeMeshAttributeMapsToolBase::EmptyColorMapWhite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVolumeToMeshTool \ +static_assert(alignof(UVolumeToMeshTool) == 0x000008, "Wrong alignment on UVolumeToMeshTool"); \ +static_assert(sizeof(UVolumeToMeshTool) == 0x000328, "Wrong size on UVolumeToMeshTool"); \ +static_assert(offsetof(UVolumeToMeshTool, Settings) == 0x0000B0, "Member 'UVolumeToMeshTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshTool, OutputTypeProperties) == 0x0000B8, "Member 'UVolumeToMeshTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshTool, PreviewMesh) == 0x0000C0, "Member 'UVolumeToMeshTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshTool, TargetVolume) == 0x0000C8, "Member 'UVolumeToMeshTool::TargetVolume' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshTool, VolumeEdgesSet) == 0x0000E0, "Member 'UVolumeToMeshTool::VolumeEdgesSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsTool \ +static_assert(alignof(UBakeMeshAttributeMapsTool) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsTool"); \ +static_assert(sizeof(UBakeMeshAttributeMapsTool) == 0x000418, "Wrong size on UBakeMeshAttributeMapsTool"); \ +static_assert(offsetof(UBakeMeshAttributeMapsTool, InputMeshSettings) == 0x000360, "Member 'UBakeMeshAttributeMapsTool::InputMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsTool, Settings) == 0x000368, "Member 'UBakeMeshAttributeMapsTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsTool, ResultSettings) == 0x000370, "Member 'UBakeMeshAttributeMapsTool::ResultSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsTool, UVShellSettings) == 0x000378, "Member 'UBakeMeshAttributeMapsTool::UVShellSettings' 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_UBaseMeshFromSplinesToolBuilder \ +static_assert(alignof(UBaseMeshFromSplinesToolBuilder) == 0x000008, "Wrong alignment on UBaseMeshFromSplinesToolBuilder"); \ +static_assert(sizeof(UBaseMeshFromSplinesToolBuilder) == 0x000028, "Wrong size on UBaseMeshFromSplinesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UTriangulateSplinesToolBuilder \ +static_assert(alignof(UTriangulateSplinesToolBuilder) == 0x000008, "Wrong alignment on UTriangulateSplinesToolBuilder"); \ +static_assert(sizeof(UTriangulateSplinesToolBuilder) == 0x000028, "Wrong size on UTriangulateSplinesToolBuilder"); \ + +#define DUMPER7_ASSERTS_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) == 0x0000D0, "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, TopologyMode) == 0x0000C4, "Member 'UBakeMeshAttributeVertexToolProperties::TopologyMode' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexToolProperties, bSplitAtNormalSeams) == 0x0000C8, "Member 'UBakeMeshAttributeVertexToolProperties::bSplitAtNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexToolProperties, bSplitAtUVSeams) == 0x0000C9, "Member 'UBakeMeshAttributeVertexToolProperties::bSplitAtUVSeams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelMorphologyMeshesToolProperties \ +static_assert(alignof(UVoxelMorphologyMeshesToolProperties) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesToolProperties"); \ +static_assert(sizeof(UVoxelMorphologyMeshesToolProperties) == 0x0000C8, "Wrong size on UVoxelMorphologyMeshesToolProperties"); \ +static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, Operation) == 0x0000A8, "Member 'UVoxelMorphologyMeshesToolProperties::Operation' has a wrong offset!"); \ +static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, Distance) == 0x0000B0, "Member 'UVoxelMorphologyMeshesToolProperties::Distance' has a wrong offset!"); \ +static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, bVoxWrap) == 0x0000B8, "Member 'UVoxelMorphologyMeshesToolProperties::bVoxWrap' has a wrong offset!"); \ +static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, bRemoveInternalsAfterVoxWrap) == 0x0000B9, "Member 'UVoxelMorphologyMeshesToolProperties::bRemoveInternalsAfterVoxWrap' has a wrong offset!"); \ +static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, ThickenShells) == 0x0000C0, "Member 'UVoxelMorphologyMeshesToolProperties::ThickenShells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeVertexTool \ +static_assert(alignof(UBakeMeshAttributeVertexTool) == 0x000008, "Wrong alignment on UBakeMeshAttributeVertexTool"); \ +static_assert(sizeof(UBakeMeshAttributeVertexTool) == 0x0002F8, "Wrong size on UBakeMeshAttributeVertexTool"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, InputMeshSettings) == 0x0001F0, "Member 'UBakeMeshAttributeVertexTool::InputMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, Settings) == 0x0001F8, "Member 'UBakeMeshAttributeVertexTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, PreviewMesh) == 0x000200, "Member 'UBakeMeshAttributeVertexTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, PreviewMaterial) == 0x000208, "Member 'UBakeMeshAttributeVertexTool::PreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, PreviewAlphaMaterial) == 0x000210, "Member 'UBakeMeshAttributeVertexTool::PreviewAlphaMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMultiMeshAttributeMapsToolBuilder \ +static_assert(alignof(UBakeMultiMeshAttributeMapsToolBuilder) == 0x000008, "Wrong alignment on UBakeMultiMeshAttributeMapsToolBuilder"); \ +static_assert(sizeof(UBakeMultiMeshAttributeMapsToolBuilder) == 0x000028, "Wrong size on UBakeMultiMeshAttributeMapsToolBuilder"); \ + +#define DUMPER7_ASSERTS_BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc \ +static_assert(alignof(BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc) == 0x000008, "Wrong alignment on BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc"); \ +static_assert(sizeof(BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc) == 0x000010, "Wrong size on BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc"); \ +static_assert(offsetof(BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc, ReturnValue) == 0x000000, "Member 'BakeMultiMeshAttributeMapsToolProperties_GetMapPreviewNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMultiMeshAttributeMapsToolProperties \ +static_assert(alignof(UBakeMultiMeshAttributeMapsToolProperties) == 0x000008, "Wrong alignment on UBakeMultiMeshAttributeMapsToolProperties"); \ +static_assert(sizeof(UBakeMultiMeshAttributeMapsToolProperties) == 0x000138, "Wrong size on UBakeMultiMeshAttributeMapsToolProperties"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, MapTypes) == 0x0000A8, "Member 'UBakeMultiMeshAttributeMapsToolProperties::MapTypes' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, MapPreview) == 0x0000B0, "Member 'UBakeMultiMeshAttributeMapsToolProperties::MapPreview' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, Resolution) == 0x0000C0, "Member 'UBakeMultiMeshAttributeMapsToolProperties::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, BitDepth) == 0x0000C4, "Member 'UBakeMultiMeshAttributeMapsToolProperties::BitDepth' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, SamplesPerPixel) == 0x0000C8, "Member 'UBakeMultiMeshAttributeMapsToolProperties::SamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, SampleFilterMask) == 0x0000D0, "Member 'UBakeMultiMeshAttributeMapsToolProperties::SampleFilterMask' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsToolProperties, MapPreviewNamesList) == 0x0000D8, "Member 'UBakeMultiMeshAttributeMapsToolProperties::MapPreviewNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc \ +static_assert(alignof(BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc) == 0x000008, "Wrong alignment on BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc"); \ +static_assert(sizeof(BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc) == 0x000010, "Wrong size on BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc"); \ +static_assert(offsetof(BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc, ReturnValue) == 0x000000, "Member 'BakeMultiMeshInputToolProperties_GetTargetUVLayerNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMultiMeshInputToolProperties \ +static_assert(alignof(UBakeMultiMeshInputToolProperties) == 0x000008, "Wrong alignment on UBakeMultiMeshInputToolProperties"); \ +static_assert(sizeof(UBakeMultiMeshInputToolProperties) == 0x0000F8, "Wrong size on UBakeMultiMeshInputToolProperties"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetStaticMesh) == 0x0000A8, "Member 'UBakeMultiMeshInputToolProperties::TargetStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetSkeletalMesh) == 0x0000B0, "Member 'UBakeMultiMeshInputToolProperties::TargetSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetDynamicMesh) == 0x0000B8, "Member 'UBakeMultiMeshInputToolProperties::TargetDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetUVLayer) == 0x0000C0, "Member 'UBakeMultiMeshInputToolProperties::TargetUVLayer' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, SourceMeshes) == 0x0000D0, "Member 'UBakeMultiMeshInputToolProperties::SourceMeshes' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, ProjectionDistance) == 0x0000E0, "Member 'UBakeMultiMeshInputToolProperties::ProjectionDistance' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetUVLayerNamesList) == 0x0000E8, "Member 'UBakeMultiMeshInputToolProperties::TargetUVLayerNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelSolidifyMeshesTool \ +static_assert(alignof(UVoxelSolidifyMeshesTool) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesTool"); \ +static_assert(sizeof(UVoxelSolidifyMeshesTool) == 0x000140, "Wrong size on UVoxelSolidifyMeshesTool"); \ +static_assert(offsetof(UVoxelSolidifyMeshesTool, SolidifyProperties) == 0x000138, "Member 'UVoxelSolidifyMeshesTool::SolidifyProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMultiMeshAttributeMapsTool \ +static_assert(alignof(UBakeMultiMeshAttributeMapsTool) == 0x000008, "Wrong alignment on UBakeMultiMeshAttributeMapsTool"); \ +static_assert(sizeof(UBakeMultiMeshAttributeMapsTool) == 0x000408, "Wrong size on UBakeMultiMeshAttributeMapsTool"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsTool, Settings) == 0x000360, "Member 'UBakeMultiMeshAttributeMapsTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsTool, InputMeshSettings) == 0x000368, "Member 'UBakeMultiMeshAttributeMapsTool::InputMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsTool, ResultSettings) == 0x000370, "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_UVoxelBlendMeshesTool \ +static_assert(alignof(UVoxelBlendMeshesTool) == 0x000008, "Wrong alignment on UVoxelBlendMeshesTool"); \ +static_assert(sizeof(UVoxelBlendMeshesTool) == 0x000140, "Wrong size on UVoxelBlendMeshesTool"); \ +static_assert(offsetof(UVoxelBlendMeshesTool, BlendProperties) == 0x000138, "Member 'UVoxelBlendMeshesTool::BlendProperties' 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, bApplyToAllLODs) == 0x0000A8, "Member 'UBakeTransformToolProperties::bApplyToAllLODs' has a wrong offset!"); \ +static_assert(offsetof(UBakeTransformToolProperties, bBakeRotation) == 0x0000A9, "Member 'UBakeTransformToolProperties::bBakeRotation' has a wrong offset!"); \ +static_assert(offsetof(UBakeTransformToolProperties, BakeScale) == 0x0000AA, "Member 'UBakeTransformToolProperties::BakeScale' has a wrong offset!"); \ +static_assert(offsetof(UBakeTransformToolProperties, bRecenterPivot) == 0x0000AB, "Member 'UBakeTransformToolProperties::bRecenterPivot' has a wrong offset!"); \ +static_assert(offsetof(UBakeTransformToolProperties, bAllowNoScale) == 0x0000AC, "Member 'UBakeTransformToolProperties::bAllowNoScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditNormalsTool \ +static_assert(alignof(UEditNormalsTool) == 0x000010, "Wrong alignment on UEditNormalsTool"); \ +static_assert(sizeof(UEditNormalsTool) == 0x0002F0, "Wrong size on UEditNormalsTool"); \ +static_assert(offsetof(UEditNormalsTool, BasicProperties) == 0x0000D8, "Member 'UEditNormalsTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsTool, PolygroupLayerProperties) == 0x0000E0, "Member 'UEditNormalsTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsTool, Previews) == 0x0000E8, "Member 'UEditNormalsTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsTool, GeometrySelectionVizProperties) == 0x000180, "Member 'UEditNormalsTool::GeometrySelectionVizProperties' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsTool, GeometrySelectionViz) == 0x000188, "Member 'UEditNormalsTool::GeometrySelectionViz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeTransformTool \ +static_assert(alignof(UBakeTransformTool) == 0x000008, "Wrong alignment on UBakeTransformTool"); \ +static_assert(sizeof(UBakeTransformTool) == 0x0000F0, "Wrong size on UBakeTransformTool"); \ +static_assert(offsetof(UBakeTransformTool, BasicProperties) == 0x0000D8, "Member 'UBakeTransformTool::BasicProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConvertMeshesToolBuilder \ +static_assert(alignof(UConvertMeshesToolBuilder) == 0x000008, "Wrong alignment on UConvertMeshesToolBuilder"); \ +static_assert(sizeof(UConvertMeshesToolBuilder) == 0x000028, "Wrong size on UConvertMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_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_UConvertMeshesToolProperties \ +static_assert(alignof(UConvertMeshesToolProperties) == 0x000008, "Wrong alignment on UConvertMeshesToolProperties"); \ +static_assert(sizeof(UConvertMeshesToolProperties) == 0x0000B0, "Wrong size on UConvertMeshesToolProperties"); \ +static_assert(offsetof(UConvertMeshesToolProperties, bTransferMaterials) == 0x0000A8, "Member 'UConvertMeshesToolProperties::bTransferMaterials' has a wrong offset!"); \ +static_assert(offsetof(UConvertMeshesToolProperties, bShowTransferMaterials) == 0x0000A9, "Member 'UConvertMeshesToolProperties::bShowTransferMaterials' has a wrong offset!"); \ +static_assert(offsetof(UConvertMeshesToolProperties, bTransferCollision) == 0x0000AA, "Member 'UConvertMeshesToolProperties::bTransferCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConvertMeshesTool \ +static_assert(alignof(UConvertMeshesTool) == 0x000008, "Wrong alignment on UConvertMeshesTool"); \ +static_assert(sizeof(UConvertMeshesTool) == 0x0000E0, "Wrong size on UConvertMeshesTool"); \ +static_assert(offsetof(UConvertMeshesTool, BasicProperties) == 0x0000B8, "Member 'UConvertMeshesTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UConvertMeshesTool, OutputTypeProperties) == 0x0000C0, "Member 'UConvertMeshesTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UConvertMeshesTool, Inputs) == 0x0000C8, "Member 'UConvertMeshesTool::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCubeGridToolBuilder \ +static_assert(alignof(UCubeGridToolBuilder) == 0x000008, "Wrong alignment on UCubeGridToolBuilder"); \ +static_assert(sizeof(UCubeGridToolBuilder) == 0x000030, "Wrong size on UCubeGridToolBuilder"); \ + +#define DUMPER7_ASSERTS_UCubeGridToolProperties \ +static_assert(alignof(UCubeGridToolProperties) == 0x000008, "Wrong alignment on UCubeGridToolProperties"); \ +static_assert(sizeof(UCubeGridToolProperties) == 0x0001A8, "Wrong size on UCubeGridToolProperties"); \ +static_assert(offsetof(UCubeGridToolProperties, GridFrameOrigin) == 0x0000A8, "Member 'UCubeGridToolProperties::GridFrameOrigin' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, GridFrameOrientation) == 0x0000C0, "Member 'UCubeGridToolProperties::GridFrameOrientation' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bShowGrid) == 0x0000D8, "Member 'UCubeGridToolProperties::bShowGrid' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bShowGizmo) == 0x0000D9, "Member 'UCubeGridToolProperties::bShowGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, GridPower) == 0x0000E8, "Member 'UCubeGridToolProperties::GridPower' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, CurrentBlockSize) == 0x0000F0, "Member 'UCubeGridToolProperties::CurrentBlockSize' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, BlocksPerStep) == 0x0000F8, "Member 'UCubeGridToolProperties::BlocksPerStep' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bPowerOfTwoBlockSizes) == 0x0000FC, "Member 'UCubeGridToolProperties::bPowerOfTwoBlockSizes' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, BlockBaseSize) == 0x000100, "Member 'UCubeGridToolProperties::BlockBaseSize' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bCrosswiseDiagonal) == 0x000108, "Member 'UCubeGridToolProperties::bCrosswiseDiagonal' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bKeepSideGroups) == 0x000109, "Member 'UCubeGridToolProperties::bKeepSideGroups' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bShowSelectionMeasurements) == 0x00010A, "Member 'UCubeGridToolProperties::bShowSelectionMeasurements' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, PlaneTolerance) == 0x000110, "Member 'UCubeGridToolProperties::PlaneTolerance' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bHitUnrelatedGeometry) == 0x000118, "Member 'UCubeGridToolProperties::bHitUnrelatedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bHitGridGroundPlaneIfCloser) == 0x000119, "Member 'UCubeGridToolProperties::bHitGridGroundPlaneIfCloser' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, FaceSelectionMode) == 0x00011C, "Member 'UCubeGridToolProperties::FaceSelectionMode' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, ToggleCornerMode) == 0x000120, "Member 'UCubeGridToolProperties::ToggleCornerMode' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, PushPull) == 0x000130, "Member 'UCubeGridToolProperties::PushPull' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, ResizeGrid) == 0x000140, "Member 'UCubeGridToolProperties::ResizeGrid' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, FlipSelection) == 0x000160, "Member 'UCubeGridToolProperties::FlipSelection' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, GridGizmo) == 0x000170, "Member 'UCubeGridToolProperties::GridGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, QuickShiftGizmo) == 0x000180, "Member 'UCubeGridToolProperties::QuickShiftGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, AlignGizmo) == 0x000190, "Member 'UCubeGridToolProperties::AlignGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bInCornerMode) == 0x0001A0, "Member 'UCubeGridToolProperties::bInCornerMode' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bAllowedToEditGrid) == 0x0001A1, "Member 'UCubeGridToolProperties::bAllowedToEditGrid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditNormalsToolProperties \ +static_assert(alignof(UEditNormalsToolProperties) == 0x000008, "Wrong alignment on UEditNormalsToolProperties"); \ +static_assert(sizeof(UEditNormalsToolProperties) == 0x0000B8, "Wrong size on UEditNormalsToolProperties"); \ +static_assert(offsetof(UEditNormalsToolProperties, bRecomputeNormals) == 0x0000A8, "Member 'UEditNormalsToolProperties::bRecomputeNormals' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, NormalCalculationMethod) == 0x0000A9, "Member 'UEditNormalsToolProperties::NormalCalculationMethod' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, bFixInconsistentNormals) == 0x0000AA, "Member 'UEditNormalsToolProperties::bFixInconsistentNormals' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, bInvertNormals) == 0x0000AB, "Member 'UEditNormalsToolProperties::bInvertNormals' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, SplitNormalMethod) == 0x0000AC, "Member 'UEditNormalsToolProperties::SplitNormalMethod' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, SharpEdgeAngleThreshold) == 0x0000B0, "Member 'UEditNormalsToolProperties::SharpEdgeAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, bAllowSharpVertices) == 0x0000B4, "Member 'UEditNormalsToolProperties::bAllowSharpVertices' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsToolProperties, bToolHasSelection) == 0x0000B5, "Member 'UEditNormalsToolProperties::bToolHasSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCubeGridToolActions \ +static_assert(alignof(UCubeGridToolActions) == 0x000008, "Wrong alignment on UCubeGridToolActions"); \ +static_assert(sizeof(UCubeGridToolActions) == 0x0000B8, "Wrong size on UCubeGridToolActions"); \ +static_assert(offsetof(UCubeGridToolActions, GridSourceActor) == 0x0000B0, "Member 'UCubeGridToolActions::GridSourceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCubeGridTool \ +static_assert(alignof(UCubeGridTool) == 0x000010, "Wrong alignment on UCubeGridTool"); \ +static_assert(sizeof(UCubeGridTool) == 0x000660, "Wrong size on UCubeGridTool"); \ +static_assert(offsetof(UCubeGridTool, GridGizmo) == 0x0000D8, "Member 'UCubeGridTool::GridGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, GridGizmoAlignmentMechanic) == 0x0000E0, "Member 'UCubeGridTool::GridGizmoAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, GridGizmoTransformProxy) == 0x0000E8, "Member 'UCubeGridTool::GridGizmoTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, LineSets) == 0x0000F0, "Member 'UCubeGridTool::LineSets' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, ClickDragBehavior) == 0x0000F8, "Member 'UCubeGridTool::ClickDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, HoverBehavior) == 0x000100, "Member 'UCubeGridTool::HoverBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, CtrlMiddleClickBehavior) == 0x000108, "Member 'UCubeGridTool::CtrlMiddleClickBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, MiddleClickDragBehavior) == 0x000110, "Member 'UCubeGridTool::MiddleClickDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, Settings) == 0x000118, "Member 'UCubeGridTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, ToolActions) == 0x000120, "Member 'UCubeGridTool::ToolActions' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, MaterialProperties) == 0x000128, "Member 'UCubeGridTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, OutputTypeProperties) == 0x000130, "Member 'UCubeGridTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, Target) == 0x000138, "Member 'UCubeGridTool::Target' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, Preview) == 0x0002C0, "Member 'UCubeGridTool::Preview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawPolyPathToolBuilder \ +static_assert(alignof(UDrawPolyPathToolBuilder) == 0x000008, "Wrong alignment on UDrawPolyPathToolBuilder"); \ +static_assert(sizeof(UDrawPolyPathToolBuilder) == 0x000028, "Wrong size on UDrawPolyPathToolBuilder"); \ + +#define DUMPER7_ASSERTS_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_UDrawPolyPathTool \ +static_assert(alignof(UDrawPolyPathTool) == 0x000010, "Wrong alignment on UDrawPolyPathTool"); \ +static_assert(sizeof(UDrawPolyPathTool) == 0x0002C0, "Wrong size on UDrawPolyPathTool"); \ +static_assert(offsetof(UDrawPolyPathTool, OutputTypeProperties) == 0x0000D0, "Member 'UDrawPolyPathTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, TransformProps) == 0x0000D8, "Member 'UDrawPolyPathTool::TransformProps' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, ExtrudeProperties) == 0x0000E0, "Member 'UDrawPolyPathTool::ExtrudeProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, MaterialProperties) == 0x0000E8, "Member 'UDrawPolyPathTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, PlaneMechanic) == 0x0001C0, "Member 'UDrawPolyPathTool::PlaneMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, EditPreview) == 0x000288, "Member 'UDrawPolyPathTool::EditPreview' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, ExtrudeHeightMechanic) == 0x000290, "Member 'UDrawPolyPathTool::ExtrudeHeightMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, CurveDistMechanic) == 0x000298, "Member 'UDrawPolyPathTool::CurveDistMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolyPathTool, SurfacePathMechanic) == 0x0002A0, "Member 'UDrawPolyPathTool::SurfacePathMechanic' 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_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_UEditPivotToolBuilder \ +static_assert(alignof(UEditPivotToolBuilder) == 0x000008, "Wrong alignment on UEditPivotToolBuilder"); \ +static_assert(sizeof(UEditPivotToolBuilder) == 0x000028, "Wrong size on UEditPivotToolBuilder"); \ + +#define DUMPER7_ASSERTS_UEditPivotToolProperties \ +static_assert(alignof(UEditPivotToolProperties) == 0x000008, "Wrong alignment on UEditPivotToolProperties"); \ +static_assert(sizeof(UEditPivotToolProperties) == 0x0000B0, "Wrong size on UEditPivotToolProperties"); \ +static_assert(offsetof(UEditPivotToolProperties, bApplyToAllLODs) == 0x0000A8, "Member 'UEditPivotToolProperties::bApplyToAllLODs' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotToolProperties, bSnapDragPosition) == 0x0000A9, "Member 'UEditPivotToolProperties::bSnapDragPosition' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotToolProperties, bSnapDragRotation) == 0x0000AA, "Member 'UEditPivotToolProperties::bSnapDragRotation' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotToolProperties, RotationMode) == 0x0000AB, "Member 'UEditPivotToolProperties::RotationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditPivotToolActionPropertySet \ +static_assert(alignof(UEditPivotToolActionPropertySet) == 0x000008, "Wrong alignment on UEditPivotToolActionPropertySet"); \ +static_assert(sizeof(UEditPivotToolActionPropertySet) == 0x0000B8, "Wrong size on UEditPivotToolActionPropertySet"); \ +static_assert(offsetof(UEditPivotToolActionPropertySet, bUseWorldBox) == 0x0000B0, "Member 'UEditPivotToolActionPropertySet::bUseWorldBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditPivotTool \ +static_assert(alignof(UEditPivotTool) == 0x000010, "Wrong alignment on UEditPivotTool"); \ +static_assert(sizeof(UEditPivotTool) == 0x0002C0, "Wrong size on UEditPivotTool"); \ +static_assert(offsetof(UEditPivotTool, TransformProps) == 0x0000E0, "Member 'UEditPivotTool::TransformProps' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotTool, EditPivotActions) == 0x0000E8, "Member 'UEditPivotTool::EditPivotActions' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotTool, ActiveGizmos) == 0x000230, "Member 'UEditPivotTool::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotTool, DragAlignmentMechanic) == 0x000240, "Member 'UEditPivotTool::DragAlignmentMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditUVIslandsToolBuilder \ +static_assert(alignof(UEditUVIslandsToolBuilder) == 0x000008, "Wrong alignment on UEditUVIslandsToolBuilder"); \ +static_assert(sizeof(UEditUVIslandsToolBuilder) == 0x000030, "Wrong size on UEditUVIslandsToolBuilder"); \ + +#define DUMPER7_ASSERTS_UEditUVIslandsTool \ +static_assert(alignof(UEditUVIslandsTool) == 0x000010, "Wrong alignment on UEditUVIslandsTool"); \ +static_assert(sizeof(UEditUVIslandsTool) == 0x0004F0, "Wrong size on UEditUVIslandsTool"); \ +static_assert(offsetof(UEditUVIslandsTool, MaterialSettings) == 0x000120, "Member 'UEditUVIslandsTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, CheckerMaterial) == 0x000128, "Member 'UEditUVIslandsTool::CheckerMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, PreviewMeshActor) == 0x000130, "Member 'UEditUVIslandsTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, DynamicMeshComponent) == 0x000138, "Member 'UEditUVIslandsTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, SelectionMechanic) == 0x000140, "Member 'UEditUVIslandsTool::SelectionMechanic' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, TransformGizmo) == 0x000150, "Member 'UEditUVIslandsTool::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, TransformProxy) == 0x000158, "Member 'UEditUVIslandsTool::TransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtractSplineToolProperties \ +static_assert(alignof(UExtractSplineToolProperties) == 0x000008, "Wrong alignment on UExtractSplineToolProperties"); \ +static_assert(sizeof(UExtractSplineToolProperties) == 0x0000B0, "Wrong size on UExtractSplineToolProperties"); \ +static_assert(offsetof(UExtractSplineToolProperties, ExtractionMode) == 0x0000A8, "Member 'UExtractSplineToolProperties::ExtractionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtractSplineTool \ +static_assert(alignof(UExtractSplineTool) == 0x000008, "Wrong alignment on UExtractSplineTool"); \ +static_assert(sizeof(UExtractSplineTool) == 0x000178, "Wrong size on UExtractSplineTool"); \ +static_assert(offsetof(UExtractSplineTool, Settings) == 0x0000C8, "Member 'UExtractSplineTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UExtractSplineTool, PlaneMechanic) == 0x0000D0, "Member 'UExtractSplineTool::PlaneMechanic' has a wrong offset!"); \ +static_assert(offsetof(UExtractSplineTool, SelectionMechanic) == 0x0000D8, "Member 'UExtractSplineTool::SelectionMechanic' has a wrong offset!"); \ +static_assert(offsetof(UExtractSplineTool, Preview) == 0x0000F8, "Member 'UExtractSplineTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UExtractSplineTool, Factory) == 0x000110, "Member 'UExtractSplineTool::Factory' has a wrong offset!"); \ +static_assert(offsetof(UExtractSplineTool, CutlineGeometry) == 0x000150, "Member 'UExtractSplineTool::CutlineGeometry' 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_UMeshInspectorToolBuilder \ +static_assert(alignof(UMeshInspectorToolBuilder) == 0x000008, "Wrong alignment on UMeshInspectorToolBuilder"); \ +static_assert(sizeof(UMeshInspectorToolBuilder) == 0x000028, "Wrong size on UMeshInspectorToolBuilder"); \ + +#define DUMPER7_ASSERTS_UMeshInspectorProperties \ +static_assert(alignof(UMeshInspectorProperties) == 0x000008, "Wrong alignment on UMeshInspectorProperties"); \ +static_assert(sizeof(UMeshInspectorProperties) == 0x0000C0, "Wrong size on UMeshInspectorProperties"); \ +static_assert(offsetof(UMeshInspectorProperties, bWireframe) == 0x0000A8, "Member 'UMeshInspectorProperties::bWireframe' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bBoundaryEdges) == 0x0000A9, "Member 'UMeshInspectorProperties::bBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bBowtieVertices) == 0x0000AA, "Member 'UMeshInspectorProperties::bBowtieVertices' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bPolygonBorders) == 0x0000AB, "Member 'UMeshInspectorProperties::bPolygonBorders' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bUVSeams) == 0x0000AC, "Member 'UMeshInspectorProperties::bUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bUVBowties) == 0x0000AD, "Member 'UMeshInspectorProperties::bUVBowties' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bMissingUVs) == 0x0000AE, "Member 'UMeshInspectorProperties::bMissingUVs' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bNormalSeams) == 0x0000AF, "Member 'UMeshInspectorProperties::bNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bTangentSeams) == 0x0000B0, "Member 'UMeshInspectorProperties::bTangentSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bNormalVectors) == 0x0000B1, "Member 'UMeshInspectorProperties::bNormalVectors' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bTangentVectors) == 0x0000B2, "Member 'UMeshInspectorProperties::bTangentVectors' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bDrawHiddenEdgesAndSeams) == 0x0000B3, "Member 'UMeshInspectorProperties::bDrawHiddenEdgesAndSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, NormalLength) == 0x0000B4, "Member 'UMeshInspectorProperties::NormalLength' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, TangentLength) == 0x0000B8, "Member 'UMeshInspectorProperties::TangentLength' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, ShowIndices) == 0x0000BC, "Member 'UMeshInspectorProperties::ShowIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshInspectorMaterialProperties_GetUVChannelNamesFunc \ +static_assert(alignof(MeshInspectorMaterialProperties_GetUVChannelNamesFunc) == 0x000008, "Wrong alignment on MeshInspectorMaterialProperties_GetUVChannelNamesFunc"); \ +static_assert(sizeof(MeshInspectorMaterialProperties_GetUVChannelNamesFunc) == 0x000010, "Wrong size on MeshInspectorMaterialProperties_GetUVChannelNamesFunc"); \ +static_assert(offsetof(MeshInspectorMaterialProperties_GetUVChannelNamesFunc, ReturnValue) == 0x000000, "Member 'MeshInspectorMaterialProperties_GetUVChannelNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshInspectorMaterialProperties \ +static_assert(alignof(UMeshInspectorMaterialProperties) == 0x000008, "Wrong alignment on UMeshInspectorMaterialProperties"); \ +static_assert(sizeof(UMeshInspectorMaterialProperties) == 0x000120, "Wrong size on UMeshInspectorMaterialProperties"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, MaterialMode) == 0x0000A8, "Member 'UMeshInspectorMaterialProperties::MaterialMode' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, CheckerDensity) == 0x0000AC, "Member 'UMeshInspectorMaterialProperties::CheckerDensity' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, OverrideMaterial) == 0x0000B0, "Member 'UMeshInspectorMaterialProperties::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, UVChannel) == 0x0000B8, "Member 'UMeshInspectorMaterialProperties::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, UVChannelNamesList) == 0x0000C8, "Member 'UMeshInspectorMaterialProperties::UVChannelNamesList' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, bFlatShading) == 0x0000D8, "Member 'UMeshInspectorMaterialProperties::bFlatShading' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, Color) == 0x0000DC, "Member 'UMeshInspectorMaterialProperties::Color' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, Opacity) == 0x0000F0, "Member 'UMeshInspectorMaterialProperties::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, TransparentMaterialColor) == 0x0000F8, "Member 'UMeshInspectorMaterialProperties::TransparentMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, bTwoSided) == 0x000108, "Member 'UMeshInspectorMaterialProperties::bTwoSided' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, CheckerMaterial) == 0x000110, "Member 'UMeshInspectorMaterialProperties::CheckerMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorMaterialProperties, ActiveCustomMaterial) == 0x000118, "Member 'UMeshInspectorMaterialProperties::ActiveCustomMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshInspectorTool \ +static_assert(alignof(UMeshInspectorTool) == 0x000010, "Wrong alignment on UMeshInspectorTool"); \ +static_assert(sizeof(UMeshInspectorTool) == 0x000280, "Wrong size on UMeshInspectorTool"); \ +static_assert(offsetof(UMeshInspectorTool, Settings) == 0x0000D0, "Member 'UMeshInspectorTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, PolygroupLayerProperties) == 0x0000D8, "Member 'UMeshInspectorTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, MaterialSettings) == 0x0000E0, "Member 'UMeshInspectorTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, PreviewMesh) == 0x0000F0, "Member 'UMeshInspectorTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, DrawnLineSet) == 0x0000F8, "Member 'UMeshInspectorTool::DrawnLineSet' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, DefaultMaterial) == 0x000100, "Member 'UMeshInspectorTool::DefaultMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionMeshEditActions \ +static_assert(alignof(UMeshSelectionMeshEditActions) == 0x000008, "Wrong alignment on UMeshSelectionMeshEditActions"); \ +static_assert(sizeof(UMeshSelectionMeshEditActions) == 0x0000B0, "Wrong size on UMeshSelectionMeshEditActions"); \ + +#define DUMPER7_ASSERTS_UMeshSelectionTool \ +static_assert(alignof(UMeshSelectionTool) == 0x000008, "Wrong alignment on UMeshSelectionTool"); \ +static_assert(sizeof(UMeshSelectionTool) == 0x000810, "Wrong size on UMeshSelectionTool"); \ +static_assert(offsetof(UMeshSelectionTool, SelectionProps) == 0x0003C0, "Member 'UMeshSelectionTool::SelectionProps' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, SelectionActions) == 0x0003C8, "Member 'UMeshSelectionTool::SelectionActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, EditActions) == 0x0003D0, "Member 'UMeshSelectionTool::EditActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, MeshStatisticsProperties) == 0x0003D8, "Member 'UMeshSelectionTool::MeshStatisticsProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, MeshElementsDisplay) == 0x0003E0, "Member 'UMeshSelectionTool::MeshElementsDisplay' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, UVChannelProperties) == 0x0003E8, "Member 'UMeshSelectionTool::UVChannelProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, PolygroupLayerProperties) == 0x0003F0, "Member 'UMeshSelectionTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, Selection) == 0x000450, "Member 'UMeshSelectionTool::Selection' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, SpawnedActors) == 0x000458, "Member 'UMeshSelectionTool::SpawnedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMirrorToolBuilder \ +static_assert(alignof(UMirrorToolBuilder) == 0x000008, "Wrong alignment on UMirrorToolBuilder"); \ +static_assert(sizeof(UMirrorToolBuilder) == 0x000028, "Wrong size on UMirrorToolBuilder"); \ + +#define DUMPER7_ASSERTS_UMirrorToolProperties \ +static_assert(alignof(UMirrorToolProperties) == 0x000008, "Wrong alignment on UMirrorToolProperties"); \ +static_assert(sizeof(UMirrorToolProperties) == 0x0000C0, "Wrong size on UMirrorToolProperties"); \ +static_assert(offsetof(UMirrorToolProperties, OperationMode) == 0x0000A8, "Member 'UMirrorToolProperties::OperationMode' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, bCropAlongMirrorPlaneFirst) == 0x0000A9, "Member 'UMirrorToolProperties::bCropAlongMirrorPlaneFirst' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, bSimplifyAlongCrop) == 0x0000AA, "Member 'UMirrorToolProperties::bSimplifyAlongCrop' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, bWeldVerticesOnMirrorPlane) == 0x0000AB, "Member 'UMirrorToolProperties::bWeldVerticesOnMirrorPlane' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, WeldVerticesNormalMode) == 0x0000AC, "Member 'UMirrorToolProperties::WeldVerticesNormalMode' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, PlaneTolerance) == 0x0000B0, "Member 'UMirrorToolProperties::PlaneTolerance' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, bAllowBowtieVertexCreation) == 0x0000B8, "Member 'UMirrorToolProperties::bAllowBowtieVertexCreation' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, bShowPreview) == 0x0000B9, "Member 'UMirrorToolProperties::bShowPreview' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, WriteTo) == 0x0000BA, "Member 'UMirrorToolProperties::WriteTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMirrorToolActionPropertySet \ +static_assert(alignof(UMirrorToolActionPropertySet) == 0x000008, "Wrong alignment on UMirrorToolActionPropertySet"); \ +static_assert(sizeof(UMirrorToolActionPropertySet) == 0x0000B8, "Wrong size on UMirrorToolActionPropertySet"); \ +static_assert(offsetof(UMirrorToolActionPropertySet, bButtonsOnlyChangeOrientation) == 0x0000B0, "Member 'UMirrorToolActionPropertySet::bButtonsOnlyChangeOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMirrorTool \ +static_assert(alignof(UMirrorTool) == 0x000008, "Wrong alignment on UMirrorTool"); \ +static_assert(sizeof(UMirrorTool) == 0x000190, "Wrong size on UMirrorTool"); \ +static_assert(offsetof(UMirrorTool, Settings) == 0x0000D8, "Member 'UMirrorTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, OutputTypeProperties) == 0x0000E0, "Member 'UMirrorTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, HandleSourcesProperties) == 0x0000E8, "Member 'UMirrorTool::HandleSourcesProperties' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, ToolActions) == 0x0000F0, "Member 'UMirrorTool::ToolActions' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, MeshesToMirror) == 0x0000F8, "Member 'UMirrorTool::MeshesToMirror' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, Previews) == 0x000108, "Member 'UMirrorTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, PlaneMechanic) == 0x000148, "Member 'UMirrorTool::PlaneMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternToolBuilder \ +static_assert(alignof(UPatternToolBuilder) == 0x000008, "Wrong alignment on UPatternToolBuilder"); \ +static_assert(sizeof(UPatternToolBuilder) == 0x000030, "Wrong size on UPatternToolBuilder"); \ + +#define DUMPER7_ASSERTS_UPatternToolSettings \ +static_assert(alignof(UPatternToolSettings) == 0x000008, "Wrong alignment on UPatternToolSettings"); \ +static_assert(sizeof(UPatternToolSettings) == 0x0000C0, "Wrong size on UPatternToolSettings"); \ +static_assert(offsetof(UPatternToolSettings, Seed) == 0x0000A8, "Member 'UPatternToolSettings::Seed' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, bProjectElementsDown) == 0x0000AC, "Member 'UPatternToolSettings::bProjectElementsDown' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, ProjectionOffset) == 0x0000B0, "Member 'UPatternToolSettings::ProjectionOffset' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, bHideSources) == 0x0000B4, "Member 'UPatternToolSettings::bHideSources' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, bUseRelativeTransforms) == 0x0000B5, "Member 'UPatternToolSettings::bUseRelativeTransforms' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, bRandomlyPickElements) == 0x0000B6, "Member 'UPatternToolSettings::bRandomlyPickElements' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, Shape) == 0x0000B7, "Member 'UPatternToolSettings::Shape' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, SingleAxis) == 0x0000B8, "Member 'UPatternToolSettings::SingleAxis' has a wrong offset!"); \ +static_assert(offsetof(UPatternToolSettings, SinglePlane) == 0x0000B9, "Member 'UPatternToolSettings::SinglePlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_BoundingBoxSettings \ +static_assert(alignof(UPatternTool_BoundingBoxSettings) == 0x000008, "Wrong alignment on UPatternTool_BoundingBoxSettings"); \ +static_assert(sizeof(UPatternTool_BoundingBoxSettings) == 0x0000B8, "Wrong size on UPatternTool_BoundingBoxSettings"); \ +static_assert(offsetof(UPatternTool_BoundingBoxSettings, bIgnoreTransforms) == 0x0000A8, "Member 'UPatternTool_BoundingBoxSettings::bIgnoreTransforms' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_BoundingBoxSettings, Adjustment) == 0x0000AC, "Member 'UPatternTool_BoundingBoxSettings::Adjustment' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_BoundingBoxSettings, bVisualize) == 0x0000B0, "Member 'UPatternTool_BoundingBoxSettings::bVisualize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_LinearSettings \ +static_assert(alignof(UPatternTool_LinearSettings) == 0x000008, "Wrong alignment on UPatternTool_LinearSettings"); \ +static_assert(sizeof(UPatternTool_LinearSettings) == 0x0000C8, "Wrong size on UPatternTool_LinearSettings"); \ +static_assert(offsetof(UPatternTool_LinearSettings, SpacingMode) == 0x0000A8, "Member 'UPatternTool_LinearSettings::SpacingMode' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_LinearSettings, Count) == 0x0000AC, "Member 'UPatternTool_LinearSettings::Count' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_LinearSettings, StepSize) == 0x0000B0, "Member 'UPatternTool_LinearSettings::StepSize' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_LinearSettings, Extent) == 0x0000B8, "Member 'UPatternTool_LinearSettings::Extent' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_LinearSettings, bCentered) == 0x0000C0, "Member 'UPatternTool_LinearSettings::bCentered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_GridSettings \ +static_assert(alignof(UPatternTool_GridSettings) == 0x000008, "Wrong alignment on UPatternTool_GridSettings"); \ +static_assert(sizeof(UPatternTool_GridSettings) == 0x0000E0, "Wrong size on UPatternTool_GridSettings"); \ +static_assert(offsetof(UPatternTool_GridSettings, SpacingX) == 0x0000A8, "Member 'UPatternTool_GridSettings::SpacingX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, CountX) == 0x0000AC, "Member 'UPatternTool_GridSettings::CountX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, StepSizeX) == 0x0000B0, "Member 'UPatternTool_GridSettings::StepSizeX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, ExtentX) == 0x0000B8, "Member 'UPatternTool_GridSettings::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, bCenteredX) == 0x0000C0, "Member 'UPatternTool_GridSettings::bCenteredX' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, SpacingY) == 0x0000C1, "Member 'UPatternTool_GridSettings::SpacingY' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, CountY) == 0x0000C4, "Member 'UPatternTool_GridSettings::CountY' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, StepSizeY) == 0x0000C8, "Member 'UPatternTool_GridSettings::StepSizeY' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, ExtentY) == 0x0000D0, "Member 'UPatternTool_GridSettings::ExtentY' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_GridSettings, bCenteredY) == 0x0000D8, "Member 'UPatternTool_GridSettings::bCenteredY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_RadialSettings \ +static_assert(alignof(UPatternTool_RadialSettings) == 0x000008, "Wrong alignment on UPatternTool_RadialSettings"); \ +static_assert(sizeof(UPatternTool_RadialSettings) == 0x0000E0, "Wrong size on UPatternTool_RadialSettings"); \ +static_assert(offsetof(UPatternTool_RadialSettings, SpacingMode) == 0x0000A8, "Member 'UPatternTool_RadialSettings::SpacingMode' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, Count) == 0x0000AC, "Member 'UPatternTool_RadialSettings::Count' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, StepSize) == 0x0000B0, "Member 'UPatternTool_RadialSettings::StepSize' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, Radius) == 0x0000B8, "Member 'UPatternTool_RadialSettings::Radius' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, StartAngle) == 0x0000C0, "Member 'UPatternTool_RadialSettings::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, EndAngle) == 0x0000C8, "Member 'UPatternTool_RadialSettings::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, AngleShift) == 0x0000D0, "Member 'UPatternTool_RadialSettings::AngleShift' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RadialSettings, bOriented) == 0x0000D8, "Member 'UPatternTool_RadialSettings::bOriented' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_RotationSettings \ +static_assert(alignof(UPatternTool_RotationSettings) == 0x000008, "Wrong alignment on UPatternTool_RotationSettings"); \ +static_assert(sizeof(UPatternTool_RotationSettings) == 0x0000F8, "Wrong size on UPatternTool_RotationSettings"); \ +static_assert(offsetof(UPatternTool_RotationSettings, bInterpolate) == 0x0000A8, "Member 'UPatternTool_RotationSettings::bInterpolate' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RotationSettings, bJitter) == 0x0000A9, "Member 'UPatternTool_RotationSettings::bJitter' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RotationSettings, StartRotation) == 0x0000B0, "Member 'UPatternTool_RotationSettings::StartRotation' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RotationSettings, EndRotation) == 0x0000C8, "Member 'UPatternTool_RotationSettings::EndRotation' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_RotationSettings, Jitter) == 0x0000E0, "Member 'UPatternTool_RotationSettings::Jitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_TranslationSettings \ +static_assert(alignof(UPatternTool_TranslationSettings) == 0x000008, "Wrong alignment on UPatternTool_TranslationSettings"); \ +static_assert(sizeof(UPatternTool_TranslationSettings) == 0x0000F8, "Wrong size on UPatternTool_TranslationSettings"); \ +static_assert(offsetof(UPatternTool_TranslationSettings, bInterpolate) == 0x0000A8, "Member 'UPatternTool_TranslationSettings::bInterpolate' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_TranslationSettings, bJitter) == 0x0000A9, "Member 'UPatternTool_TranslationSettings::bJitter' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_TranslationSettings, StartTranslation) == 0x0000B0, "Member 'UPatternTool_TranslationSettings::StartTranslation' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_TranslationSettings, EndTranslation) == 0x0000C8, "Member 'UPatternTool_TranslationSettings::EndTranslation' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_TranslationSettings, Jitter) == 0x0000E0, "Member 'UPatternTool_TranslationSettings::Jitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_ScaleSettings \ +static_assert(alignof(UPatternTool_ScaleSettings) == 0x000008, "Wrong alignment on UPatternTool_ScaleSettings"); \ +static_assert(sizeof(UPatternTool_ScaleSettings) == 0x0000F8, "Wrong size on UPatternTool_ScaleSettings"); \ +static_assert(offsetof(UPatternTool_ScaleSettings, bProportional) == 0x0000A8, "Member 'UPatternTool_ScaleSettings::bProportional' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_ScaleSettings, bInterpolate) == 0x0000A9, "Member 'UPatternTool_ScaleSettings::bInterpolate' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_ScaleSettings, bJitter) == 0x0000AA, "Member 'UPatternTool_ScaleSettings::bJitter' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_ScaleSettings, StartScale) == 0x0000B0, "Member 'UPatternTool_ScaleSettings::StartScale' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_ScaleSettings, EndScale) == 0x0000C8, "Member 'UPatternTool_ScaleSettings::EndScale' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_ScaleSettings, Jitter) == 0x0000E0, "Member 'UPatternTool_ScaleSettings::Jitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool_OutputSettings \ +static_assert(alignof(UPatternTool_OutputSettings) == 0x000008, "Wrong alignment on UPatternTool_OutputSettings"); \ +static_assert(sizeof(UPatternTool_OutputSettings) == 0x0000B0, "Wrong size on UPatternTool_OutputSettings"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bSeparateActors) == 0x0000A8, "Member 'UPatternTool_OutputSettings::bSeparateActors' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bConvertToDynamic) == 0x0000A9, "Member 'UPatternTool_OutputSettings::bConvertToDynamic' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bCreateISMCs) == 0x0000AA, "Member 'UPatternTool_OutputSettings::bCreateISMCs' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bHaveStaticMeshes) == 0x0000AB, "Member 'UPatternTool_OutputSettings::bHaveStaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool_OutputSettings, bEnableCreateISMCs) == 0x0000AC, "Member 'UPatternTool_OutputSettings::bEnableCreateISMCs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPatternTool \ +static_assert(alignof(UPatternTool) == 0x000010, "Wrong alignment on UPatternTool"); \ +static_assert(sizeof(UPatternTool) == 0x0004A0, "Wrong size on UPatternTool"); \ +static_assert(offsetof(UPatternTool, Settings) == 0x0000D0, "Member 'UPatternTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, BoundingBoxSettings) == 0x0000D8, "Member 'UPatternTool::BoundingBoxSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, LinearSettings) == 0x0000E0, "Member 'UPatternTool::LinearSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, GridSettings) == 0x0000E8, "Member 'UPatternTool::GridSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, RadialSettings) == 0x0000F0, "Member 'UPatternTool::RadialSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, RotationSettings) == 0x0000F8, "Member 'UPatternTool::RotationSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, TranslationSettings) == 0x000100, "Member 'UPatternTool::TranslationSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, ScaleSettings) == 0x000108, "Member 'UPatternTool::ScaleSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, OutputSettings) == 0x000168, "Member 'UPatternTool::OutputSettings' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PatternGizmoProxy) == 0x000170, "Member 'UPatternTool::PatternGizmoProxy' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PatternGizmo) == 0x000178, "Member 'UPatternTool::PatternGizmo' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PatternGizmoComponent) == 0x000180, "Member 'UPatternTool::PatternGizmoComponent' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, DragAlignmentMechanic) == 0x0001A0, "Member 'UPatternTool::DragAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PlaneMechanic) == 0x0001A8, "Member 'UPatternTool::PlaneMechanic' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, AllComponents) == 0x0003A8, "Member 'UPatternTool::AllComponents' has a wrong offset!"); \ +static_assert(offsetof(UPatternTool, PreviewGeometry) == 0x000498, "Member 'UPatternTool::PreviewGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsObjectToolPropertySet \ +static_assert(alignof(UPhysicsObjectToolPropertySet) == 0x000008, "Wrong alignment on UPhysicsObjectToolPropertySet"); \ +static_assert(sizeof(UPhysicsObjectToolPropertySet) == 0x000110, "Wrong size on UPhysicsObjectToolPropertySet"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, ObjectName) == 0x0000A8, "Member 'UPhysicsObjectToolPropertySet::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, CollisionType) == 0x0000B8, "Member 'UPhysicsObjectToolPropertySet::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, Spheres) == 0x0000C0, "Member 'UPhysicsObjectToolPropertySet::Spheres' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, Boxes) == 0x0000D0, "Member 'UPhysicsObjectToolPropertySet::Boxes' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, Capsules) == 0x0000E0, "Member 'UPhysicsObjectToolPropertySet::Capsules' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, Convexes) == 0x0000F0, "Member 'UPhysicsObjectToolPropertySet::Convexes' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsObjectToolPropertySet, LevelSets) == 0x000100, "Member 'UPhysicsObjectToolPropertySet::LevelSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCollisionGeometryVisualizationProperties \ +static_assert(alignof(UCollisionGeometryVisualizationProperties) == 0x000008, "Wrong alignment on UCollisionGeometryVisualizationProperties"); \ +static_assert(sizeof(UCollisionGeometryVisualizationProperties) == 0x0000D8, "Wrong size on UCollisionGeometryVisualizationProperties"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bShowCollision) == 0x0000A8, "Member 'UCollisionGeometryVisualizationProperties::bShowCollision' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bShowSolid) == 0x0000A9, "Member 'UCollisionGeometryVisualizationProperties::bShowSolid' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, LineThickness) == 0x0000AC, "Member 'UCollisionGeometryVisualizationProperties::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bShowHidden) == 0x0000B0, "Member 'UCollisionGeometryVisualizationProperties::bShowHidden' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bRandomColors) == 0x0000B1, "Member 'UCollisionGeometryVisualizationProperties::bRandomColors' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, Color) == 0x0000B4, "Member 'UCollisionGeometryVisualizationProperties::Color' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, LineMaterial) == 0x0000B8, "Member 'UCollisionGeometryVisualizationProperties::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, LineMaterialShowingHidden) == 0x0000C0, "Member 'UCollisionGeometryVisualizationProperties::LineMaterialShowingHidden' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, TriangleMaterial) == 0x0000C8, "Member 'UCollisionGeometryVisualizationProperties::TriangleMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bEnableShowCollision) == 0x0000D0, "Member 'UCollisionGeometryVisualizationProperties::bEnableShowCollision' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bEnableShowSolid) == 0x0000D1, "Member 'UCollisionGeometryVisualizationProperties::bEnableShowSolid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtractCollisionGeometryToolBuilder \ +static_assert(alignof(UExtractCollisionGeometryToolBuilder) == 0x000008, "Wrong alignment on UExtractCollisionGeometryToolBuilder"); \ +static_assert(sizeof(UExtractCollisionGeometryToolBuilder) == 0x000028, "Wrong size on UExtractCollisionGeometryToolBuilder"); \ + +#define DUMPER7_ASSERTS_UExtractCollisionToolProperties \ +static_assert(alignof(UExtractCollisionToolProperties) == 0x000008, "Wrong alignment on UExtractCollisionToolProperties"); \ +static_assert(sizeof(UExtractCollisionToolProperties) == 0x0000B0, "Wrong size on UExtractCollisionToolProperties"); \ +static_assert(offsetof(UExtractCollisionToolProperties, CollisionType) == 0x0000A8, "Member 'UExtractCollisionToolProperties::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionToolProperties, bOutputSeparateMeshes) == 0x0000A9, "Member 'UExtractCollisionToolProperties::bOutputSeparateMeshes' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionToolProperties, bShowPreview) == 0x0000AA, "Member 'UExtractCollisionToolProperties::bShowPreview' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionToolProperties, bShowInputMesh) == 0x0000AB, "Member 'UExtractCollisionToolProperties::bShowInputMesh' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionToolProperties, bWeldEdges) == 0x0000AC, "Member 'UExtractCollisionToolProperties::bWeldEdges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtractCollisionGeometryTool \ +static_assert(alignof(UExtractCollisionGeometryTool) == 0x000008, "Wrong alignment on UExtractCollisionGeometryTool"); \ +static_assert(sizeof(UExtractCollisionGeometryTool) == 0x000350, "Wrong size on UExtractCollisionGeometryTool"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, OutputTypeProperties) == 0x0000C8, "Member 'UExtractCollisionGeometryTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, Settings) == 0x0000D0, "Member 'UExtractCollisionGeometryTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, VizSettings) == 0x0000D8, "Member 'UExtractCollisionGeometryTool::VizSettings' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, ObjectProps) == 0x0000E0, "Member 'UExtractCollisionGeometryTool::ObjectProps' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, PreviewElements) == 0x0000E8, "Member 'UExtractCollisionGeometryTool::PreviewElements' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, PreviewMesh) == 0x0000F0, "Member 'UExtractCollisionGeometryTool::PreviewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsInspectorToolBuilder \ +static_assert(alignof(UPhysicsInspectorToolBuilder) == 0x000008, "Wrong alignment on UPhysicsInspectorToolBuilder"); \ +static_assert(sizeof(UPhysicsInspectorToolBuilder) == 0x000028, "Wrong size on UPhysicsInspectorToolBuilder"); \ + +#define DUMPER7_ASSERTS_UPhysicsInspectorToolProperties \ +static_assert(alignof(UPhysicsInspectorToolProperties) == 0x000008, "Wrong alignment on UPhysicsInspectorToolProperties"); \ +static_assert(sizeof(UPhysicsInspectorToolProperties) == 0x0000B0, "Wrong size on UPhysicsInspectorToolProperties"); \ +static_assert(offsetof(UPhysicsInspectorToolProperties, bShowTargetMesh) == 0x0000A8, "Member 'UPhysicsInspectorToolProperties::bShowTargetMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsInspectorTool \ +static_assert(alignof(UPhysicsInspectorTool) == 0x000008, "Wrong alignment on UPhysicsInspectorTool"); \ +static_assert(sizeof(UPhysicsInspectorTool) == 0x000118, "Wrong size on UPhysicsInspectorTool"); \ +static_assert(offsetof(UPhysicsInspectorTool, VizSettings) == 0x0000D8, "Member 'UPhysicsInspectorTool::VizSettings' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsInspectorTool, Settings) == 0x0000E0, "Member 'UPhysicsInspectorTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsInspectorTool, ObjectData) == 0x0000E8, "Member 'UPhysicsInspectorTool::ObjectData' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsInspectorTool, PreviewElements) == 0x0000F8, "Member 'UPhysicsInspectorTool::PreviewElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USetCollisionGeometryToolBuilder \ +static_assert(alignof(USetCollisionGeometryToolBuilder) == 0x000008, "Wrong alignment on USetCollisionGeometryToolBuilder"); \ +static_assert(sizeof(USetCollisionGeometryToolBuilder) == 0x000028, "Wrong size on USetCollisionGeometryToolBuilder"); \ + +#define DUMPER7_ASSERTS_USetCollisionGeometryToolProperties \ +static_assert(alignof(USetCollisionGeometryToolProperties) == 0x000008, "Wrong alignment on USetCollisionGeometryToolProperties"); \ +static_assert(sizeof(USetCollisionGeometryToolProperties) == 0x000120, "Wrong size on USetCollisionGeometryToolProperties"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, GeometryType) == 0x0000A8, "Member 'USetCollisionGeometryToolProperties::GeometryType' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bAppendToExisting) == 0x0000AC, "Member 'USetCollisionGeometryToolProperties::bAppendToExisting' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bUseWorldSpace) == 0x0000AD, "Member 'USetCollisionGeometryToolProperties::bUseWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, InputMode) == 0x0000B0, "Member 'USetCollisionGeometryToolProperties::InputMode' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bRemoveContained) == 0x0000B4, "Member 'USetCollisionGeometryToolProperties::bRemoveContained' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bEnableMaxCount) == 0x0000B5, "Member 'USetCollisionGeometryToolProperties::bEnableMaxCount' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, MaxCount) == 0x0000B8, "Member 'USetCollisionGeometryToolProperties::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, MinThickness) == 0x0000BC, "Member 'USetCollisionGeometryToolProperties::MinThickness' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bDetectBoxes) == 0x0000C0, "Member 'USetCollisionGeometryToolProperties::bDetectBoxes' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bDetectSpheres) == 0x0000C1, "Member 'USetCollisionGeometryToolProperties::bDetectSpheres' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bDetectCapsules) == 0x0000C2, "Member 'USetCollisionGeometryToolProperties::bDetectCapsules' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bMergeCollisionShapes) == 0x0000C3, "Member 'USetCollisionGeometryToolProperties::bMergeCollisionShapes' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, MergeAboveCount) == 0x0000C4, "Member 'USetCollisionGeometryToolProperties::MergeAboveCount' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bUseNegativeSpaceInMerge) == 0x0000C8, "Member 'USetCollisionGeometryToolProperties::bUseNegativeSpaceInMerge' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bSimplifyHulls) == 0x0000C9, "Member 'USetCollisionGeometryToolProperties::bSimplifyHulls' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, HullTargetFaceCount) == 0x0000CC, "Member 'USetCollisionGeometryToolProperties::HullTargetFaceCount' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bPreSimplifyToEdgeLength) == 0x0000D0, "Member 'USetCollisionGeometryToolProperties::bPreSimplifyToEdgeLength' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, DecompositionTargetEdgeLength) == 0x0000D8, "Member 'USetCollisionGeometryToolProperties::DecompositionTargetEdgeLength' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, DecompositionMethod) == 0x0000E0, "Member 'USetCollisionGeometryToolProperties::DecompositionMethod' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bLimitHullsPerShape) == 0x0000E4, "Member 'USetCollisionGeometryToolProperties::bLimitHullsPerShape' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, MaxHullsPerShape) == 0x0000E8, "Member 'USetCollisionGeometryToolProperties::MaxHullsPerShape' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, ConvexDecompositionSearchFactor) == 0x0000EC, "Member 'USetCollisionGeometryToolProperties::ConvexDecompositionSearchFactor' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, AddHullsErrorTolerance) == 0x0000F0, "Member 'USetCollisionGeometryToolProperties::AddHullsErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, MinPartThickness) == 0x0000F4, "Member 'USetCollisionGeometryToolProperties::MinPartThickness' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, NegativeSpaceTolerance) == 0x0000F8, "Member 'USetCollisionGeometryToolProperties::NegativeSpaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, NegativeSpaceMinRadius) == 0x000100, "Member 'USetCollisionGeometryToolProperties::NegativeSpaceMinRadius' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bIgnoreInternalNegativeSpace) == 0x000108, "Member 'USetCollisionGeometryToolProperties::bIgnoreInternalNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, HullTolerance) == 0x00010C, "Member 'USetCollisionGeometryToolProperties::HullTolerance' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, SweepAxis) == 0x000110, "Member 'USetCollisionGeometryToolProperties::SweepAxis' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, LevelSetResolution) == 0x000114, "Member 'USetCollisionGeometryToolProperties::LevelSetResolution' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, SetCollisionType) == 0x000118, "Member 'USetCollisionGeometryToolProperties::SetCollisionType' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bShowTargetMesh) == 0x00011C, "Member 'USetCollisionGeometryToolProperties::bShowTargetMesh' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bUsingMultipleInputs) == 0x00011D, "Member 'USetCollisionGeometryToolProperties::bUsingMultipleInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USetCollisionGeometryTool \ +static_assert(alignof(USetCollisionGeometryTool) == 0x000010, "Wrong alignment on USetCollisionGeometryTool"); \ +static_assert(sizeof(USetCollisionGeometryTool) == 0x000390, "Wrong size on USetCollisionGeometryTool"); \ +static_assert(offsetof(USetCollisionGeometryTool, Settings) == 0x0000E0, "Member 'USetCollisionGeometryTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, PolygroupLayerProperties) == 0x0000E8, "Member 'USetCollisionGeometryTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, VizSettings) == 0x0000F0, "Member 'USetCollisionGeometryTool::VizSettings' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, CollisionProps) == 0x0000F8, "Member 'USetCollisionGeometryTool::CollisionProps' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, PreviewGeom) == 0x000108, "Member 'USetCollisionGeometryTool::PreviewGeom' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, GeometrySelectionVizProperties) == 0x000380, "Member 'USetCollisionGeometryTool::GeometrySelectionVizProperties' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, GeometrySelectionViz) == 0x000388, "Member 'USetCollisionGeometryTool::GeometrySelectionViz' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleCollisionEditorToolBuilder \ +static_assert(alignof(USimpleCollisionEditorToolBuilder) == 0x000008, "Wrong alignment on USimpleCollisionEditorToolBuilder"); \ +static_assert(sizeof(USimpleCollisionEditorToolBuilder) == 0x000028, "Wrong size on USimpleCollisionEditorToolBuilder"); \ + +#define DUMPER7_ASSERTS_USimpleCollisionEditorToolActionProperties \ +static_assert(alignof(USimpleCollisionEditorToolActionProperties) == 0x000008, "Wrong alignment on USimpleCollisionEditorToolActionProperties"); \ +static_assert(sizeof(USimpleCollisionEditorToolActionProperties) == 0x0000B0, "Wrong size on USimpleCollisionEditorToolActionProperties"); \ + +#define DUMPER7_ASSERTS_USimpleCollisionEditorTool \ +static_assert(alignof(USimpleCollisionEditorTool) == 0x000008, "Wrong alignment on USimpleCollisionEditorTool"); \ +static_assert(sizeof(USimpleCollisionEditorTool) == 0x0000F8, "Wrong size on USimpleCollisionEditorTool"); \ +static_assert(offsetof(USimpleCollisionEditorTool, ActionProperties) == 0x0000D0, "Member 'USimpleCollisionEditorTool::ActionProperties' has a wrong offset!"); \ + +#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, bExportSeparatedPiecesAsNewMeshAssets) == 0x0000B0, "Member 'UPlaneCutToolProperties::bExportSeparatedPiecesAsNewMeshAssets' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutToolProperties, bShowPreview) == 0x0000B1, "Member 'UPlaneCutToolProperties::bShowPreview' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutToolProperties, bFillCutHole) == 0x0000B2, "Member 'UPlaneCutToolProperties::bFillCutHole' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutToolProperties, bFillSpans) == 0x0000B3, "Member 'UPlaneCutToolProperties::bFillSpans' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutToolProperties, bSimplifyAlongCut) == 0x0000B4, "Member 'UPlaneCutToolProperties::bSimplifyAlongCut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlaneCutOperatorFactory \ +static_assert(alignof(UPlaneCutOperatorFactory) == 0x000008, "Wrong alignment on UPlaneCutOperatorFactory"); \ +static_assert(sizeof(UPlaneCutOperatorFactory) == 0x000040, "Wrong size on UPlaneCutOperatorFactory"); \ +static_assert(offsetof(UPlaneCutOperatorFactory, CutTool) == 0x000030, "Member 'UPlaneCutOperatorFactory::CutTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlaneCutTool \ +static_assert(alignof(UPlaneCutTool) == 0x000010, "Wrong alignment on UPlaneCutTool"); \ +static_assert(sizeof(UPlaneCutTool) == 0x0001C0, "Wrong size on UPlaneCutTool"); \ +static_assert(offsetof(UPlaneCutTool, BasicProperties) == 0x0000D0, "Member 'UPlaneCutTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutTool, Previews) == 0x0000D8, "Member 'UPlaneCutTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutTool, MeshesToCut) == 0x0000E8, "Member 'UPlaneCutTool::MeshesToCut' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutTool, PlaneMechanic) == 0x0000F8, "Member 'UPlaneCutTool::PlaneMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtrudeMeshSelectionToolBuilder \ +static_assert(alignof(UExtrudeMeshSelectionToolBuilder) == 0x000008, "Wrong alignment on UExtrudeMeshSelectionToolBuilder"); \ +static_assert(sizeof(UExtrudeMeshSelectionToolBuilder) == 0x000028, "Wrong size on UExtrudeMeshSelectionToolBuilder"); \ + +#define DUMPER7_ASSERTS_UExtrudeMeshSelectionToolProperties \ +static_assert(alignof(UExtrudeMeshSelectionToolProperties) == 0x000008, "Wrong alignment on UExtrudeMeshSelectionToolProperties"); \ +static_assert(sizeof(UExtrudeMeshSelectionToolProperties) == 0x0000F0, "Wrong size on UExtrudeMeshSelectionToolProperties"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, InputMode) == 0x0000A8, "Member 'UExtrudeMeshSelectionToolProperties::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, ExtrudeDistance) == 0x0000B0, "Member 'UExtrudeMeshSelectionToolProperties::ExtrudeDistance' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, RegionMode) == 0x0000B8, "Member 'UExtrudeMeshSelectionToolProperties::RegionMode' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, NumSubdivisions) == 0x0000BC, "Member 'UExtrudeMeshSelectionToolProperties::NumSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, CreaseAngle) == 0x0000C0, "Member 'UExtrudeMeshSelectionToolProperties::CreaseAngle' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, RaycastMaxDistance) == 0x0000C8, "Member 'UExtrudeMeshSelectionToolProperties::RaycastMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bShellsToSolids) == 0x0000D0, "Member 'UExtrudeMeshSelectionToolProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bInferGroupsFromNbrs) == 0x0000D1, "Member 'UExtrudeMeshSelectionToolProperties::bInferGroupsFromNbrs' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bGroupPerSubdivision) == 0x0000D2, "Member 'UExtrudeMeshSelectionToolProperties::bGroupPerSubdivision' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bReplaceSelectionGroups) == 0x0000D3, "Member 'UExtrudeMeshSelectionToolProperties::bReplaceSelectionGroups' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, UVScale) == 0x0000D8, "Member 'UExtrudeMeshSelectionToolProperties::UVScale' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bUVIslandPerGroup) == 0x0000E0, "Member 'UExtrudeMeshSelectionToolProperties::bUVIslandPerGroup' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bInferMaterialID) == 0x0000E1, "Member 'UExtrudeMeshSelectionToolProperties::bInferMaterialID' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, SetMaterialID) == 0x0000E4, "Member 'UExtrudeMeshSelectionToolProperties::SetMaterialID' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionToolProperties, bShowInputMaterials) == 0x0000E8, "Member 'UExtrudeMeshSelectionToolProperties::bShowInputMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExtrudeMeshSelectionTool \ +static_assert(alignof(UExtrudeMeshSelectionTool) == 0x000008, "Wrong alignment on UExtrudeMeshSelectionTool"); \ +static_assert(sizeof(UExtrudeMeshSelectionTool) == 0x0008A0, "Wrong size on UExtrudeMeshSelectionTool"); \ +static_assert(offsetof(UExtrudeMeshSelectionTool, ExtrudeProperties) == 0x000138, "Member 'UExtrudeMeshSelectionTool::ExtrudeProperties' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionTool, SourcePreview) == 0x000880, "Member 'UExtrudeMeshSelectionTool::SourcePreview' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionTool, EditCompute) == 0x000888, "Member 'UExtrudeMeshSelectionTool::EditCompute' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionTool, TransformGizmo) == 0x000890, "Member 'UExtrudeMeshSelectionTool::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UExtrudeMeshSelectionTool, TransformProxy) == 0x000898, "Member 'UExtrudeMeshSelectionTool::TransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOffsetMeshSelectionToolBuilder \ +static_assert(alignof(UOffsetMeshSelectionToolBuilder) == 0x000008, "Wrong alignment on UOffsetMeshSelectionToolBuilder"); \ +static_assert(sizeof(UOffsetMeshSelectionToolBuilder) == 0x000028, "Wrong size on UOffsetMeshSelectionToolBuilder"); \ + +#define DUMPER7_ASSERTS_UOffsetMeshSelectionToolProperties \ +static_assert(alignof(UOffsetMeshSelectionToolProperties) == 0x000008, "Wrong alignment on UOffsetMeshSelectionToolProperties"); \ +static_assert(sizeof(UOffsetMeshSelectionToolProperties) == 0x0000E0, "Wrong size on UOffsetMeshSelectionToolProperties"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, OffsetDistance) == 0x0000A8, "Member 'UOffsetMeshSelectionToolProperties::OffsetDistance' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, Direction) == 0x0000B0, "Member 'UOffsetMeshSelectionToolProperties::Direction' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, NumSubdivisions) == 0x0000B4, "Member 'UOffsetMeshSelectionToolProperties::NumSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, CreaseAngle) == 0x0000B8, "Member 'UOffsetMeshSelectionToolProperties::CreaseAngle' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bShellsToSolids) == 0x0000C0, "Member 'UOffsetMeshSelectionToolProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bInferGroupsFromNbrs) == 0x0000C1, "Member 'UOffsetMeshSelectionToolProperties::bInferGroupsFromNbrs' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bGroupPerSubdivision) == 0x0000C2, "Member 'UOffsetMeshSelectionToolProperties::bGroupPerSubdivision' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bReplaceSelectionGroups) == 0x0000C3, "Member 'UOffsetMeshSelectionToolProperties::bReplaceSelectionGroups' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, UVScale) == 0x0000C8, "Member 'UOffsetMeshSelectionToolProperties::UVScale' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bUVIslandPerGroup) == 0x0000D0, "Member 'UOffsetMeshSelectionToolProperties::bUVIslandPerGroup' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bInferMaterialID) == 0x0000D1, "Member 'UOffsetMeshSelectionToolProperties::bInferMaterialID' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, SetMaterialID) == 0x0000D4, "Member 'UOffsetMeshSelectionToolProperties::SetMaterialID' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionToolProperties, bShowInputMaterials) == 0x0000D8, "Member 'UOffsetMeshSelectionToolProperties::bShowInputMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOffsetMeshSelectionTool \ +static_assert(alignof(UOffsetMeshSelectionTool) == 0x000008, "Wrong alignment on UOffsetMeshSelectionTool"); \ +static_assert(sizeof(UOffsetMeshSelectionTool) == 0x000890, "Wrong size on UOffsetMeshSelectionTool"); \ +static_assert(offsetof(UOffsetMeshSelectionTool, OffsetProperties) == 0x000138, "Member 'UOffsetMeshSelectionTool::OffsetProperties' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionTool, SourcePreview) == 0x000880, "Member 'UOffsetMeshSelectionTool::SourcePreview' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshSelectionTool, EditCompute) == 0x000888, "Member 'UOffsetMeshSelectionTool::EditCompute' 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_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_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_URevolveSplineToolProperties \ +static_assert(alignof(URevolveSplineToolProperties) == 0x000008, "Wrong alignment on URevolveSplineToolProperties"); \ +static_assert(sizeof(URevolveSplineToolProperties) == 0x000168, "Wrong size on URevolveSplineToolProperties"); \ +static_assert(offsetof(URevolveSplineToolProperties, SampleMode) == 0x000118, "Member 'URevolveSplineToolProperties::SampleMode' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, ErrorTolerance) == 0x000120, "Member 'URevolveSplineToolProperties::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, MaxSampleDistance) == 0x000128, "Member 'URevolveSplineToolProperties::MaxSampleDistance' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, CapFillMode) == 0x000130, "Member 'URevolveSplineToolProperties::CapFillMode' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, bClosePathToAxis) == 0x000131, "Member 'URevolveSplineToolProperties::bClosePathToAxis' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, AxisOrigin) == 0x000138, "Member 'URevolveSplineToolProperties::AxisOrigin' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, AxisOrientation) == 0x000150, "Member 'URevolveSplineToolProperties::AxisOrientation' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineToolProperties, bResetAxisOnStart) == 0x000160, "Member 'URevolveSplineToolProperties::bResetAxisOnStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveSplineToolActionPropertySet \ +static_assert(alignof(URevolveSplineToolActionPropertySet) == 0x000008, "Wrong alignment on URevolveSplineToolActionPropertySet"); \ +static_assert(sizeof(URevolveSplineToolActionPropertySet) == 0x0000B0, "Wrong size on URevolveSplineToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_UBaseMeshFromSplinesTool \ +static_assert(alignof(UBaseMeshFromSplinesTool) == 0x000008, "Wrong alignment on UBaseMeshFromSplinesTool"); \ +static_assert(sizeof(UBaseMeshFromSplinesTool) == 0x000118, "Wrong size on UBaseMeshFromSplinesTool"); \ +static_assert(offsetof(UBaseMeshFromSplinesTool, OutputTypeProperties) == 0x0000C0, "Member 'UBaseMeshFromSplinesTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseMeshFromSplinesTool, MaterialProperties) == 0x0000C8, "Member 'UBaseMeshFromSplinesTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseMeshFromSplinesTool, Preview) == 0x0000D0, "Member 'UBaseMeshFromSplinesTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UBaseMeshFromSplinesTool, TargetWorld) == 0x0000D8, "Member 'UBaseMeshFromSplinesTool::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(UBaseMeshFromSplinesTool, ActorsWithSplines) == 0x0000E0, "Member 'UBaseMeshFromSplinesTool::ActorsWithSplines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveSplineTool \ +static_assert(alignof(URevolveSplineTool) == 0x000008, "Wrong alignment on URevolveSplineTool"); \ +static_assert(sizeof(URevolveSplineTool) == 0x0001A8, "Wrong size on URevolveSplineTool"); \ +static_assert(offsetof(URevolveSplineTool, Settings) == 0x000118, "Member 'URevolveSplineTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineTool, ToolActions) == 0x000120, "Member 'URevolveSplineTool::ToolActions' has a wrong offset!"); \ +static_assert(offsetof(URevolveSplineTool, PlaneMechanic) == 0x000128, "Member 'URevolveSplineTool::PlaneMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveSplineToolBuilder \ +static_assert(alignof(URevolveSplineToolBuilder) == 0x000008, "Wrong alignment on URevolveSplineToolBuilder"); \ +static_assert(sizeof(URevolveSplineToolBuilder) == 0x000028, "Wrong size on URevolveSplineToolBuilder"); \ + +#define DUMPER7_ASSERTS_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) == 0x0004C0, "Wrong size on USeamSculptTool"); \ +static_assert(offsetof(USeamSculptTool, Settings) == 0x0003C0, "Member 'USeamSculptTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(USeamSculptTool, PreviewGeom) == 0x0003C8, "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_USelfUnionMeshesTool \ +static_assert(alignof(USelfUnionMeshesTool) == 0x000008, "Wrong alignment on USelfUnionMeshesTool"); \ +static_assert(sizeof(USelfUnionMeshesTool) == 0x000168, "Wrong size on USelfUnionMeshesTool"); \ +static_assert(offsetof(USelfUnionMeshesTool, Properties) == 0x000120, "Member 'USelfUnionMeshesTool::Properties' has a wrong offset!"); \ +static_assert(offsetof(USelfUnionMeshesTool, DrawnLineSet) == 0x000128, "Member 'USelfUnionMeshesTool::DrawnLineSet' 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_USplitMeshesToolBuilder \ +static_assert(alignof(USplitMeshesToolBuilder) == 0x000008, "Wrong alignment on USplitMeshesToolBuilder"); \ +static_assert(sizeof(USplitMeshesToolBuilder) == 0x000028, "Wrong size on USplitMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_USplitMeshesTool \ +static_assert(alignof(USplitMeshesTool) == 0x000008, "Wrong alignment on USplitMeshesTool"); \ +static_assert(sizeof(USplitMeshesTool) == 0x000150, "Wrong size on USplitMeshesTool"); \ +static_assert(offsetof(USplitMeshesTool, BasicProperties) == 0x000100, "Member 'USplitMeshesTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(USplitMeshesTool, OutputTypeProperties) == 0x000108, "Member 'USplitMeshesTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(USplitMeshesTool, PerTargetPreviews) == 0x000138, "Member 'USplitMeshesTool::PerTargetPreviews' has a wrong offset!"); \ +static_assert(offsetof(USplitMeshesTool, PreviewMaterial) == 0x000148, "Member 'USplitMeshesTool::PreviewMaterial' 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_TransferMeshToolProperties_GetSourceLODNamesFunc \ +static_assert(alignof(TransferMeshToolProperties_GetSourceLODNamesFunc) == 0x000008, "Wrong alignment on TransferMeshToolProperties_GetSourceLODNamesFunc"); \ +static_assert(sizeof(TransferMeshToolProperties_GetSourceLODNamesFunc) == 0x000010, "Wrong size on TransferMeshToolProperties_GetSourceLODNamesFunc"); \ +static_assert(offsetof(TransferMeshToolProperties_GetSourceLODNamesFunc, ReturnValue) == 0x000000, "Member 'TransferMeshToolProperties_GetSourceLODNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TransferMeshToolProperties_GetTargetLODNamesFunc \ +static_assert(alignof(TransferMeshToolProperties_GetTargetLODNamesFunc) == 0x000008, "Wrong alignment on TransferMeshToolProperties_GetTargetLODNamesFunc"); \ +static_assert(sizeof(TransferMeshToolProperties_GetTargetLODNamesFunc) == 0x000010, "Wrong size on TransferMeshToolProperties_GetTargetLODNamesFunc"); \ +static_assert(offsetof(TransferMeshToolProperties_GetTargetLODNamesFunc, ReturnValue) == 0x000000, "Member 'TransferMeshToolProperties_GetTargetLODNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransferMeshToolProperties \ +static_assert(alignof(UTransferMeshToolProperties) == 0x000008, "Wrong alignment on UTransferMeshToolProperties"); \ +static_assert(sizeof(UTransferMeshToolProperties) == 0x000120, "Wrong size on UTransferMeshToolProperties"); \ +static_assert(offsetof(UTransferMeshToolProperties, bTransferMaterials) == 0x0000A8, "Member 'UTransferMeshToolProperties::bTransferMaterials' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, bTransferCollision) == 0x0000A9, "Member 'UTransferMeshToolProperties::bTransferCollision' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, SourceLOD) == 0x0000B0, "Member 'UTransferMeshToolProperties::SourceLOD' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, TargetLod) == 0x0000C0, "Member 'UTransferMeshToolProperties::TargetLod' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, bIsStaticMeshSource) == 0x0000D0, "Member 'UTransferMeshToolProperties::bIsStaticMeshSource' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, SourceLODNamesList) == 0x0000D8, "Member 'UTransferMeshToolProperties::SourceLODNamesList' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, TargetLODNamesList) == 0x0000F8, "Member 'UTransferMeshToolProperties::TargetLODNamesList' has a wrong offset!"); \ +static_assert(offsetof(UTransferMeshToolProperties, bIsStaticMeshTarget) == 0x000118, "Member 'UTransferMeshToolProperties::bIsStaticMeshTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransferMeshTool \ +static_assert(alignof(UTransferMeshTool) == 0x000008, "Wrong alignment on UTransferMeshTool"); \ +static_assert(sizeof(UTransferMeshTool) == 0x0000E0, "Wrong size on UTransferMeshTool"); \ +static_assert(offsetof(UTransferMeshTool, BasicProperties) == 0x0000D8, "Member 'UTransferMeshTool::BasicProperties' 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) == 0x0001B0, "Wrong size on UTransformMeshesTool"); \ +static_assert(offsetof(UTransformMeshesTool, TransformProps) == 0x0000E0, "Member 'UTransformMeshesTool::TransformProps' has a wrong offset!"); \ +static_assert(offsetof(UTransformMeshesTool, ActiveGizmos) == 0x0000E8, "Member 'UTransformMeshesTool::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UTransformMeshesTool, DragAlignmentMechanic) == 0x0000F8, "Member 'UTransformMeshesTool::DragAlignmentMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTriangulateSplinesToolProperties \ +static_assert(alignof(UTriangulateSplinesToolProperties) == 0x000008, "Wrong alignment on UTriangulateSplinesToolProperties"); \ +static_assert(sizeof(UTriangulateSplinesToolProperties) == 0x0000E0, "Wrong size on UTriangulateSplinesToolProperties"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, ErrorTolerance) == 0x0000A8, "Member 'UTriangulateSplinesToolProperties::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, FlattenMethod) == 0x0000B0, "Member 'UTriangulateSplinesToolProperties::FlattenMethod' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, CombineMethod) == 0x0000B1, "Member 'UTriangulateSplinesToolProperties::CombineMethod' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, Thickness) == 0x0000B8, "Member 'UTriangulateSplinesToolProperties::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, bFlipResult) == 0x0000C0, "Member 'UTriangulateSplinesToolProperties::bFlipResult' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, OpenCurves) == 0x0000C1, "Member 'UTriangulateSplinesToolProperties::OpenCurves' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, CurveOffset) == 0x0000C8, "Member 'UTriangulateSplinesToolProperties::CurveOffset' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, OffsetClosedCurves) == 0x0000D0, "Member 'UTriangulateSplinesToolProperties::OffsetClosedCurves' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, EndShapes) == 0x0000D1, "Member 'UTriangulateSplinesToolProperties::EndShapes' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, JoinMethod) == 0x0000D2, "Member 'UTriangulateSplinesToolProperties::JoinMethod' has a wrong offset!"); \ +static_assert(offsetof(UTriangulateSplinesToolProperties, MiterLimit) == 0x0000D8, "Member 'UTriangulateSplinesToolProperties::MiterLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTriangulateSplinesTool \ +static_assert(alignof(UTriangulateSplinesTool) == 0x000008, "Wrong alignment on UTriangulateSplinesTool"); \ +static_assert(sizeof(UTriangulateSplinesTool) == 0x000130, "Wrong size on UTriangulateSplinesTool"); \ +static_assert(offsetof(UTriangulateSplinesTool, TriangulateProperties) == 0x000118, "Member 'UTriangulateSplinesTool::TriangulateProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVTransferToolBuilder \ +static_assert(alignof(UUVTransferToolBuilder) == 0x000008, "Wrong alignment on UUVTransferToolBuilder"); \ +static_assert(sizeof(UUVTransferToolBuilder) == 0x000028, "Wrong size on UUVTransferToolBuilder"); \ + +#define DUMPER7_ASSERTS_UUVTransferTool \ +static_assert(alignof(UUVTransferTool) == 0x000008, "Wrong alignment on UUVTransferTool"); \ +static_assert(sizeof(UUVTransferTool) == 0x000200, "Wrong size on UUVTransferTool"); \ +static_assert(offsetof(UUVTransferTool, Settings) == 0x000110, "Member 'UUVTransferTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferTool, DestinationMaterialSettings) == 0x000118, "Member 'UUVTransferTool::DestinationMaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferTool, DestinationPreview) == 0x000120, "Member 'UUVTransferTool::DestinationPreview' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferTool, SourcePreview) == 0x000128, "Member 'UUVTransferTool::SourcePreview' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferTool, SourceSeamVisualizer) == 0x000130, "Member 'UUVTransferTool::SourceSeamVisualizer' has a wrong offset!"); \ +static_assert(offsetof(UUVTransferTool, DestinationSeamVisualizer) == 0x000138, "Member 'UUVTransferTool::DestinationSeamVisualizer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVolumeToMeshToolProperties \ +static_assert(alignof(UVolumeToMeshToolProperties) == 0x000008, "Wrong alignment on UVolumeToMeshToolProperties"); \ +static_assert(sizeof(UVolumeToMeshToolProperties) == 0x0000B0, "Wrong size on UVolumeToMeshToolProperties"); \ +static_assert(offsetof(UVolumeToMeshToolProperties, bWeldEdges) == 0x0000A8, "Member 'UVolumeToMeshToolProperties::bWeldEdges' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshToolProperties, bAutoRepair) == 0x0000A9, "Member 'UVolumeToMeshToolProperties::bAutoRepair' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshToolProperties, bOptimizeMesh) == 0x0000AA, "Member 'UVolumeToMeshToolProperties::bOptimizeMesh' has a wrong offset!"); \ +static_assert(offsetof(UVolumeToMeshToolProperties, bShowWireframe) == 0x0000AB, "Member 'UVolumeToMeshToolProperties::bShowWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UVoxelBlendMeshesToolBuilder \ +static_assert(alignof(UVoxelBlendMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelBlendMeshesToolBuilder"); \ +static_assert(sizeof(UVoxelBlendMeshesToolBuilder) == 0x000028, "Wrong size on UVoxelBlendMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UVoxelMorphologyMeshesTool \ +static_assert(alignof(UVoxelMorphologyMeshesTool) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesTool"); \ +static_assert(sizeof(UVoxelMorphologyMeshesTool) == 0x000140, "Wrong size on UVoxelMorphologyMeshesTool"); \ +static_assert(offsetof(UVoxelMorphologyMeshesTool, MorphologyProperties) == 0x000138, "Member 'UVoxelMorphologyMeshesTool::MorphologyProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelSolidifyMeshesToolProperties \ +static_assert(alignof(UVoxelSolidifyMeshesToolProperties) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesToolProperties"); \ +static_assert(sizeof(UVoxelSolidifyMeshesToolProperties) == 0x0000C8, "Wrong size on UVoxelSolidifyMeshesToolProperties"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, WindingThreshold) == 0x0000A8, "Member 'UVoxelSolidifyMeshesToolProperties::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, ExtendBounds) == 0x0000B0, "Member 'UVoxelSolidifyMeshesToolProperties::ExtendBounds' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, SurfaceSearchSteps) == 0x0000B8, "Member 'UVoxelSolidifyMeshesToolProperties::SurfaceSearchSteps' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, bSolidAtBoundaries) == 0x0000BC, "Member 'UVoxelSolidifyMeshesToolProperties::bSolidAtBoundaries' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, bApplyThickenShells) == 0x0000BD, "Member 'UVoxelSolidifyMeshesToolProperties::bApplyThickenShells' has a wrong offset!"); \ +static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, ThickenShells) == 0x0000C0, "Member 'UVoxelSolidifyMeshesToolProperties::ThickenShells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVoxelSolidifyMeshesToolBuilder \ +static_assert(alignof(UVoxelSolidifyMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesToolBuilder"); \ +static_assert(sizeof(UVoxelSolidifyMeshesToolBuilder) == 0x000028, "Wrong size on UVoxelSolidifyMeshesToolBuilder"); \ + +#define DUMPER7_ASSERTS_AISMPoolActor \ +static_assert(alignof(AISMPoolActor) == 0x000008, "Wrong alignment on AISMPoolActor"); \ +static_assert(sizeof(AISMPoolActor) == 0x0002C0, "Wrong size on AISMPoolActor"); \ +static_assert(offsetof(AISMPoolActor, ISMPoolComp) == 0x0002B0, "Member 'AISMPoolActor::ISMPoolComp' has a wrong offset!"); \ +static_assert(offsetof(AISMPoolActor, ISMPoolDebugDrawComp) == 0x0002B8, "Member 'AISMPoolActor::ISMPoolDebugDrawComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISMPoolComponent \ +static_assert(alignof(UISMPoolComponent) == 0x000010, "Wrong alignment on UISMPoolComponent"); \ +static_assert(sizeof(UISMPoolComponent) == 0x000380, "Wrong size on UISMPoolComponent"); \ + +#define DUMPER7_ASSERTS_ISMPoolSubSystem_OnActorEndPlay \ +static_assert(alignof(ISMPoolSubSystem_OnActorEndPlay) == 0x000008, "Wrong alignment on ISMPoolSubSystem_OnActorEndPlay"); \ +static_assert(sizeof(ISMPoolSubSystem_OnActorEndPlay) == 0x000010, "Wrong size on ISMPoolSubSystem_OnActorEndPlay"); \ +static_assert(offsetof(ISMPoolSubSystem_OnActorEndPlay, InSource) == 0x000000, "Member 'ISMPoolSubSystem_OnActorEndPlay::InSource' has a wrong offset!"); \ +static_assert(offsetof(ISMPoolSubSystem_OnActorEndPlay, Reason) == 0x000008, "Member 'ISMPoolSubSystem_OnActorEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UISMPoolSubSystem \ +static_assert(alignof(UISMPoolSubSystem) == 0x000008, "Wrong alignment on UISMPoolSubSystem"); \ +static_assert(sizeof(UISMPoolSubSystem) == 0x000088, "Wrong size on UISMPoolSubSystem"); \ + +#define DUMPER7_ASSERTS_UISMPoolDebugDrawComponent \ +static_assert(alignof(UISMPoolDebugDrawComponent) == 0x000010, "Wrong alignment on UISMPoolDebugDrawComponent"); \ +static_assert(sizeof(UISMPoolDebugDrawComponent) == 0x0005B0, "Wrong size on UISMPoolDebugDrawComponent"); \ +static_assert(offsetof(UISMPoolDebugDrawComponent, bShowGlobalStats) == 0x000590, "Member 'UISMPoolDebugDrawComponent::bShowGlobalStats' has a wrong offset!"); \ +static_assert(offsetof(UISMPoolDebugDrawComponent, bShowStats) == 0x000591, "Member 'UISMPoolDebugDrawComponent::bShowStats' has a wrong offset!"); \ +static_assert(offsetof(UISMPoolDebugDrawComponent, bShowBounds) == 0x000592, "Member 'UISMPoolDebugDrawComponent::bShowBounds' has a wrong offset!"); \ +static_assert(offsetof(UISMPoolDebugDrawComponent, SelectedComponent) == 0x000598, "Member 'UISMPoolDebugDrawComponent::SelectedComponent' 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_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_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_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_FGeometryCollectionDamagePropagationData \ +static_assert(alignof(FGeometryCollectionDamagePropagationData) == 0x000004, "Wrong alignment on FGeometryCollectionDamagePropagationData"); \ +static_assert(sizeof(FGeometryCollectionDamagePropagationData) == 0x00000C, "Wrong size on FGeometryCollectionDamagePropagationData"); \ +static_assert(offsetof(FGeometryCollectionDamagePropagationData, bEnabled) == 0x000000, "Member 'FGeometryCollectionDamagePropagationData::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionDamagePropagationData, BreakDamagePropagationFactor) == 0x000004, "Member 'FGeometryCollectionDamagePropagationData::BreakDamagePropagationFactor' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionDamagePropagationData, ShockDamagePropagationFactor) == 0x000008, "Member 'FGeometryCollectionDamagePropagationData::ShockDamagePropagationFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FGeometryCollectionRepDynamicData \ +static_assert(alignof(FGeometryCollectionRepDynamicData) == 0x000008, "Wrong alignment on FGeometryCollectionRepDynamicData"); \ +static_assert(sizeof(FGeometryCollectionRepDynamicData) == 0x000018, "Wrong size on FGeometryCollectionRepDynamicData"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionAutoInstanceMesh \ +static_assert(alignof(FGeometryCollectionAutoInstanceMesh) == 0x000008, "Wrong alignment on FGeometryCollectionAutoInstanceMesh"); \ +static_assert(sizeof(FGeometryCollectionAutoInstanceMesh) == 0x000030, "Wrong size on FGeometryCollectionAutoInstanceMesh"); \ +static_assert(offsetof(FGeometryCollectionAutoInstanceMesh, Mesh) == 0x000000, "Member 'FGeometryCollectionAutoInstanceMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionAutoInstanceMesh, Materials) == 0x000008, "Member 'FGeometryCollectionAutoInstanceMesh::Materials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionAutoInstanceMesh, NumInstances) == 0x000018, "Member 'FGeometryCollectionAutoInstanceMesh::NumInstances' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionAutoInstanceMesh, CustomData) == 0x000020, "Member 'FGeometryCollectionAutoInstanceMesh::CustomData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionRepStateData \ +static_assert(alignof(FGeometryCollectionRepStateData) == 0x000008, "Wrong alignment on FGeometryCollectionRepStateData"); \ +static_assert(sizeof(FGeometryCollectionRepStateData) == 0x000040, "Wrong size on FGeometryCollectionRepStateData"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionRepData \ +static_assert(alignof(FGeometryCollectionRepData) == 0x000008, "Wrong alignment on FGeometryCollectionRepData"); \ +static_assert(sizeof(FGeometryCollectionRepData) == 0x000038, "Wrong size on FGeometryCollectionRepData"); \ + +#define DUMPER7_ASSERTS_FGeomComponentCacheParameters \ +static_assert(alignof(FGeomComponentCacheParameters) == 0x000008, "Wrong alignment on FGeomComponentCacheParameters"); \ +static_assert(sizeof(FGeomComponentCacheParameters) == 0x000050, "Wrong size on FGeomComponentCacheParameters"); \ +static_assert(offsetof(FGeomComponentCacheParameters, CacheMode) == 0x000000, "Member 'FGeomComponentCacheParameters::CacheMode' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, TargetCache) == 0x000008, "Member 'FGeomComponentCacheParameters::TargetCache' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, ReverseCacheBeginTime) == 0x000010, "Member 'FGeomComponentCacheParameters::ReverseCacheBeginTime' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, SaveCollisionData) == 0x000014, "Member 'FGeomComponentCacheParameters::SaveCollisionData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateCollisionData) == 0x000015, "Member 'FGeomComponentCacheParameters::DoGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, CollisionDataSizeMax) == 0x000018, "Member 'FGeomComponentCacheParameters::CollisionDataSizeMax' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoCollisionDataSpatialHash) == 0x00001C, "Member 'FGeomComponentCacheParameters::DoCollisionDataSpatialHash' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, CollisionDataSpatialHashRadius) == 0x000020, "Member 'FGeomComponentCacheParameters::CollisionDataSpatialHashRadius' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, MaxCollisionPerCell) == 0x000024, "Member 'FGeomComponentCacheParameters::MaxCollisionPerCell' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, SaveBreakingData) == 0x000028, "Member 'FGeomComponentCacheParameters::SaveBreakingData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateBreakingData) == 0x000029, "Member 'FGeomComponentCacheParameters::DoGenerateBreakingData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, BreakingDataSizeMax) == 0x00002C, "Member 'FGeomComponentCacheParameters::BreakingDataSizeMax' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoBreakingDataSpatialHash) == 0x000030, "Member 'FGeomComponentCacheParameters::DoBreakingDataSpatialHash' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, BreakingDataSpatialHashRadius) == 0x000034, "Member 'FGeomComponentCacheParameters::BreakingDataSpatialHashRadius' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, MaxBreakingPerCell) == 0x000038, "Member 'FGeomComponentCacheParameters::MaxBreakingPerCell' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, SaveTrailingData) == 0x00003C, "Member 'FGeomComponentCacheParameters::SaveTrailingData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateTrailingData) == 0x00003D, "Member 'FGeomComponentCacheParameters::DoGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, TrailingDataSizeMax) == 0x000040, "Member 'FGeomComponentCacheParameters::TrailingDataSizeMax' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, TrailingMinSpeedThreshold) == 0x000044, "Member 'FGeomComponentCacheParameters::TrailingMinSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, TrailingMinVolumeThreshold) == 0x000048, "Member 'FGeomComponentCacheParameters::TrailingMinVolumeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosBreakingEventRequestSettings \ +static_assert(alignof(FChaosBreakingEventRequestSettings) == 0x000004, "Wrong alignment on FChaosBreakingEventRequestSettings"); \ +static_assert(sizeof(FChaosBreakingEventRequestSettings) == 0x000018, "Wrong size on FChaosBreakingEventRequestSettings"); \ +static_assert(offsetof(FChaosBreakingEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosBreakingEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventRequestSettings, MinRadius) == 0x000004, "Member 'FChaosBreakingEventRequestSettings::MinRadius' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosBreakingEventRequestSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventRequestSettings, MinMass) == 0x00000C, "Member 'FChaosBreakingEventRequestSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosBreakingEventRequestSettings::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosBreakingEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosBreakingEventRequestSettings::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosRemovalEventRequestSettings \ +static_assert(alignof(FChaosRemovalEventRequestSettings) == 0x000004, "Wrong alignment on FChaosRemovalEventRequestSettings"); \ +static_assert(sizeof(FChaosRemovalEventRequestSettings) == 0x000010, "Wrong size on FChaosRemovalEventRequestSettings"); \ +static_assert(offsetof(FChaosRemovalEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosRemovalEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ +static_assert(offsetof(FChaosRemovalEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosRemovalEventRequestSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FChaosRemovalEventRequestSettings, MaxDistance) == 0x000008, "Member 'FChaosRemovalEventRequestSettings::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosRemovalEventRequestSettings, SortMethod) == 0x00000C, "Member 'FChaosRemovalEventRequestSettings::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosTrailingEventRequestSettings \ +static_assert(alignof(FChaosTrailingEventRequestSettings) == 0x000004, "Wrong alignment on FChaosTrailingEventRequestSettings"); \ +static_assert(sizeof(FChaosTrailingEventRequestSettings) == 0x000018, "Wrong size on FChaosTrailingEventRequestSettings"); \ +static_assert(offsetof(FChaosTrailingEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosTrailingEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosTrailingEventRequestSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosTrailingEventRequestSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventRequestSettings, MinAngularSpeed) == 0x00000C, "Member 'FChaosTrailingEventRequestSettings::MinAngularSpeed' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosTrailingEventRequestSettings::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosTrailingEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosTrailingEventRequestSettings::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionDebugDrawWarningMessage \ +static_assert(alignof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong alignment on FGeometryCollectionDebugDrawWarningMessage"); \ +static_assert(sizeof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong size on FGeometryCollectionDebugDrawWarningMessage"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionDebugDrawActorSelectedRigidBody \ +static_assert(alignof(FGeometryCollectionDebugDrawActorSelectedRigidBody) == 0x000008, "Wrong alignment on FGeometryCollectionDebugDrawActorSelectedRigidBody"); \ +static_assert(sizeof(FGeometryCollectionDebugDrawActorSelectedRigidBody) == 0x000018, "Wrong size on FGeometryCollectionDebugDrawActorSelectedRigidBody"); \ +static_assert(offsetof(FGeometryCollectionDebugDrawActorSelectedRigidBody, ID) == 0x000000, "Member 'FGeometryCollectionDebugDrawActorSelectedRigidBody::ID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionDebugDrawActorSelectedRigidBody, Solver) == 0x000008, "Member 'FGeometryCollectionDebugDrawActorSelectedRigidBody::Solver' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionDebugDrawActorSelectedRigidBody, GeometryCollection) == 0x000010, "Member 'FGeometryCollectionDebugDrawActorSelectedRigidBody::GeometryCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionSource \ +static_assert(alignof(FGeometryCollectionSource) == 0x000010, "Wrong alignment on FGeometryCollectionSource"); \ +static_assert(sizeof(FGeometryCollectionSource) == 0x0000B0, "Wrong size on FGeometryCollectionSource"); \ +static_assert(offsetof(FGeometryCollectionSource, SourceGeometryObject) == 0x000000, "Member 'FGeometryCollectionSource::SourceGeometryObject' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, LocalTransform) == 0x000020, "Member 'FGeometryCollectionSource::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, SourceMaterial) == 0x000080, "Member 'FGeometryCollectionSource::SourceMaterial' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, InstanceCustomData) == 0x000090, "Member 'FGeometryCollectionSource::InstanceCustomData' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, bAddInternalMaterials) == 0x0000A0, "Member 'FGeometryCollectionSource::bAddInternalMaterials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, bSplitComponents) == 0x0000A1, "Member 'FGeometryCollectionSource::bSplitComponents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSource, bSetInternalFromMaterialIndex) == 0x0000A2, "Member 'FGeometryCollectionSource::bSetInternalFromMaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionEmbeddedExemplar \ +static_assert(alignof(FGeometryCollectionEmbeddedExemplar) == 0x000008, "Wrong alignment on FGeometryCollectionEmbeddedExemplar"); \ +static_assert(sizeof(FGeometryCollectionEmbeddedExemplar) == 0x000030, "Wrong size on FGeometryCollectionEmbeddedExemplar"); \ +static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, StaticMeshExemplar) == 0x000000, "Member 'FGeometryCollectionEmbeddedExemplar::StaticMeshExemplar' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, StartCullDistance) == 0x000020, "Member 'FGeometryCollectionEmbeddedExemplar::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, EndCullDistance) == 0x000024, "Member 'FGeometryCollectionEmbeddedExemplar::EndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, InstanceCount) == 0x000028, "Member 'FGeometryCollectionEmbeddedExemplar::InstanceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FGeometryCollectionProxyMeshMaterials \ +static_assert(alignof(FGeometryCollectionProxyMeshMaterials) == 0x000008, "Wrong alignment on FGeometryCollectionProxyMeshMaterials"); \ +static_assert(sizeof(FGeometryCollectionProxyMeshMaterials) == 0x000010, "Wrong size on FGeometryCollectionProxyMeshMaterials"); \ +static_assert(offsetof(FGeometryCollectionProxyMeshMaterials, Materials) == 0x000000, "Member 'FGeometryCollectionProxyMeshMaterials::Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionProxyMeshData \ +static_assert(alignof(FGeometryCollectionProxyMeshData) == 0x000008, "Wrong alignment on FGeometryCollectionProxyMeshData"); \ +static_assert(sizeof(FGeometryCollectionProxyMeshData) == 0x000030, "Wrong size on FGeometryCollectionProxyMeshData"); \ +static_assert(offsetof(FGeometryCollectionProxyMeshData, ProxyMeshes) == 0x000000, "Member 'FGeometryCollectionProxyMeshData::ProxyMeshes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionProxyMeshData, MeshTransforms) == 0x000010, "Member 'FGeometryCollectionProxyMeshData::MeshTransforms' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionProxyMeshData, MeshOverrideMaterials) == 0x000020, "Member 'FGeometryCollectionProxyMeshData::MeshOverrideMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionRenderResourceSizeInfo \ +static_assert(alignof(FGeometryCollectionRenderResourceSizeInfo) == 0x000008, "Wrong alignment on FGeometryCollectionRenderResourceSizeInfo"); \ +static_assert(sizeof(FGeometryCollectionRenderResourceSizeInfo) == 0x000010, "Wrong size on FGeometryCollectionRenderResourceSizeInfo"); \ +static_assert(offsetof(FGeometryCollectionRenderResourceSizeInfo, MeshResourcesSize) == 0x000000, "Member 'FGeometryCollectionRenderResourceSizeInfo::MeshResourcesSize' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionRenderResourceSizeInfo, NaniteResourcesSize) == 0x000008, "Member 'FGeometryCollectionRenderResourceSizeInfo::NaniteResourcesSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGeometryCollectionExternalRenderInterface \ +static_assert(alignof(IGeometryCollectionExternalRenderInterface) == 0x000001, "Wrong alignment on IGeometryCollectionExternalRenderInterface"); \ +static_assert(sizeof(IGeometryCollectionExternalRenderInterface) == 0x000001, "Wrong size on IGeometryCollectionExternalRenderInterface"); \ + +#define DUMPER7_ASSERTS_IGeometryCollectionCustomDataInterface \ +static_assert(alignof(IGeometryCollectionCustomDataInterface) == 0x000001, "Wrong alignment on IGeometryCollectionCustomDataInterface"); \ +static_assert(sizeof(IGeometryCollectionCustomDataInterface) == 0x000001, "Wrong size on IGeometryCollectionCustomDataInterface"); \ + +#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) == 0x000500, "Wrong size on UChaosDestructionListener"); \ +static_assert(offsetof(UChaosDestructionListener, CollisionEventRequestSettings) == 0x000254, "Member 'UChaosDestructionListener::CollisionEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, BreakingEventRequestSettings) == 0x00026C, "Member 'UChaosDestructionListener::BreakingEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, TrailingEventRequestSettings) == 0x000284, "Member 'UChaosDestructionListener::TrailingEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, RemovalEventRequestSettings) == 0x00029C, "Member 'UChaosDestructionListener::RemovalEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, ChaosSolverActors) == 0x0002B0, "Member 'UChaosDestructionListener::ChaosSolverActors' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, GeometryCollectionActors) == 0x000300, "Member 'UChaosDestructionListener::GeometryCollectionActors' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnCollisionEvents) == 0x000350, "Member 'UChaosDestructionListener::OnCollisionEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnBreakingEvents) == 0x000360, "Member 'UChaosDestructionListener::OnBreakingEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnTrailingEvents) == 0x000370, "Member 'UChaosDestructionListener::OnTrailingEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnRemovalEvents) == 0x000380, "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) == 0x000138, "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) == 0x000130, "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) == 0x0002C0, "Wrong size on AGeometryCollectionActor"); \ +static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionComponent) == 0x0002B0, "Member 'AGeometryCollectionActor::GeometryCollectionComponent' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionDebugDrawComponent) == 0x0002B8, "Member 'AGeometryCollectionActor::GeometryCollectionDebugDrawComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex \ +static_assert(alignof(GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex) == 0x000008, "Wrong alignment on GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex"); \ +static_assert(sizeof(GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex) == 0x000010, "Wrong size on GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex"); \ +static_assert(offsetof(GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex, GeometryCollectionComponent) == 0x000000, "Member 'GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex::GeometryCollectionComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex, CustomDataIndex) == 0x000008, "Member 'GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex::CustomDataIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex, CustomDataValue) == 0x00000C, "Member 'GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByIndex::CustomDataValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName \ +static_assert(alignof(GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName) == 0x000008, "Wrong alignment on GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName"); \ +static_assert(sizeof(GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName) == 0x000018, "Wrong size on GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName"); \ +static_assert(offsetof(GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName, GeometryCollectionComponent) == 0x000000, "Member 'GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName::GeometryCollectionComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName, CustomDataName) == 0x000008, "Member 'GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName::CustomDataName' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName, CustomDataValue) == 0x000010, "Member 'GeometryCollectionBlueprintLibrary_SetCustomInstanceDataByName::CustomDataValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData \ +static_assert(alignof(GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData) == 0x000008, "Wrong alignment on GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData"); \ +static_assert(sizeof(GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData) == 0x000010, "Wrong size on GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData"); \ +static_assert(offsetof(GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData, GeometryCollectionComponent) == 0x000000, "Member 'GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData::GeometryCollectionComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData, CustomDataIndex) == 0x000008, "Member 'GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData::CustomDataIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData, CustomDataValue) == 0x00000C, "Member 'GeometryCollectionBlueprintLibrary_SetISMPoolCustomInstanceData::CustomDataValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionBlueprintLibrary \ +static_assert(alignof(UGeometryCollectionBlueprintLibrary) == 0x000008, "Wrong alignment on UGeometryCollectionBlueprintLibrary"); \ +static_assert(sizeof(UGeometryCollectionBlueprintLibrary) == 0x000028, "Wrong size on UGeometryCollectionBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionCache \ +static_assert(alignof(UGeometryCollectionCache) == 0x000008, "Wrong alignment on UGeometryCollectionCache"); \ +static_assert(sizeof(UGeometryCollectionCache) == 0x000050, "Wrong size on UGeometryCollectionCache"); \ +static_assert(offsetof(UGeometryCollectionCache, RecordedData) == 0x000028, "Member 'UGeometryCollectionCache::RecordedData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionCache, SupportedCollection) == 0x000038, "Member 'UGeometryCollectionCache::SupportedCollection' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionCache, CompatibleCollectionState) == 0x000040, "Member 'UGeometryCollectionCache::CompatibleCollectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyAngularVelocity \ +static_assert(alignof(GeometryCollectionComponent_ApplyAngularVelocity) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyAngularVelocity"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyAngularVelocity) == 0x000020, "Wrong size on GeometryCollectionComponent_ApplyAngularVelocity"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyAngularVelocity, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_ApplyAngularVelocity::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyAngularVelocity, AngularVelocity) == 0x000008, "Member 'GeometryCollectionComponent_ApplyAngularVelocity::AngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyBreakingAngularVelocity \ +static_assert(alignof(GeometryCollectionComponent_ApplyBreakingAngularVelocity) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyBreakingAngularVelocity"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyBreakingAngularVelocity) == 0x000020, "Wrong size on GeometryCollectionComponent_ApplyBreakingAngularVelocity"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyBreakingAngularVelocity, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_ApplyBreakingAngularVelocity::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyBreakingAngularVelocity, AngularVelocity) == 0x000008, "Member 'GeometryCollectionComponent_ApplyBreakingAngularVelocity::AngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyBreakingLinearVelocity \ +static_assert(alignof(GeometryCollectionComponent_ApplyBreakingLinearVelocity) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyBreakingLinearVelocity"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyBreakingLinearVelocity) == 0x000020, "Wrong size on GeometryCollectionComponent_ApplyBreakingLinearVelocity"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyBreakingLinearVelocity, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_ApplyBreakingLinearVelocity::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyBreakingLinearVelocity, LinearVelocity) == 0x000008, "Member 'GeometryCollectionComponent_ApplyBreakingLinearVelocity::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyExternalStrain \ +static_assert(alignof(GeometryCollectionComponent_ApplyExternalStrain) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyExternalStrain"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyExternalStrain) == 0x000030, "Wrong size on GeometryCollectionComponent_ApplyExternalStrain"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyExternalStrain, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_ApplyExternalStrain::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyExternalStrain, Location) == 0x000008, "Member 'GeometryCollectionComponent_ApplyExternalStrain::Location' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyExternalStrain, Radius) == 0x000020, "Member 'GeometryCollectionComponent_ApplyExternalStrain::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyExternalStrain, PropagationDepth) == 0x000024, "Member 'GeometryCollectionComponent_ApplyExternalStrain::PropagationDepth' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyExternalStrain, PropagationFactor) == 0x000028, "Member 'GeometryCollectionComponent_ApplyExternalStrain::PropagationFactor' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyExternalStrain, Strain) == 0x00002C, "Member 'GeometryCollectionComponent_ApplyExternalStrain::Strain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyInternalStrain \ +static_assert(alignof(GeometryCollectionComponent_ApplyInternalStrain) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyInternalStrain"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyInternalStrain) == 0x000030, "Wrong size on GeometryCollectionComponent_ApplyInternalStrain"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyInternalStrain, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_ApplyInternalStrain::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyInternalStrain, Location) == 0x000008, "Member 'GeometryCollectionComponent_ApplyInternalStrain::Location' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyInternalStrain, Radius) == 0x000020, "Member 'GeometryCollectionComponent_ApplyInternalStrain::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyInternalStrain, PropagationDepth) == 0x000024, "Member 'GeometryCollectionComponent_ApplyInternalStrain::PropagationDepth' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyInternalStrain, PropagationFactor) == 0x000028, "Member 'GeometryCollectionComponent_ApplyInternalStrain::PropagationFactor' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyInternalStrain, Strain) == 0x00002C, "Member 'GeometryCollectionComponent_ApplyInternalStrain::Strain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyKinematicField \ +static_assert(alignof(GeometryCollectionComponent_ApplyKinematicField) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyKinematicField"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyKinematicField) == 0x000020, "Wrong size on GeometryCollectionComponent_ApplyKinematicField"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyKinematicField, Radius) == 0x000000, "Member 'GeometryCollectionComponent_ApplyKinematicField::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyKinematicField, position) == 0x000008, "Member 'GeometryCollectionComponent_ApplyKinematicField::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyLinearVelocity \ +static_assert(alignof(GeometryCollectionComponent_ApplyLinearVelocity) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyLinearVelocity"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyLinearVelocity) == 0x000020, "Wrong size on GeometryCollectionComponent_ApplyLinearVelocity"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyLinearVelocity, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_ApplyLinearVelocity::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyLinearVelocity, LinearVelocity) == 0x000008, "Member 'GeometryCollectionComponent_ApplyLinearVelocity::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ApplyPhysicsField \ +static_assert(alignof(GeometryCollectionComponent_ApplyPhysicsField) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyPhysicsField"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyPhysicsField) == 0x000018, "Wrong size on GeometryCollectionComponent_ApplyPhysicsField"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Enabled) == 0x000000, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Enabled' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Target) == 0x000001, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Target' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, MetaData) == 0x000008, "Member 'GeometryCollectionComponent_ApplyPhysicsField::MetaData' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Field) == 0x000010, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_CrumbleCluster \ +static_assert(alignof(GeometryCollectionComponent_CrumbleCluster) == 0x000004, "Wrong alignment on GeometryCollectionComponent_CrumbleCluster"); \ +static_assert(sizeof(GeometryCollectionComponent_CrumbleCluster) == 0x000004, "Wrong size on GeometryCollectionComponent_CrumbleCluster"); \ +static_assert(offsetof(GeometryCollectionComponent_CrumbleCluster, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_CrumbleCluster::ItemIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_EnableRootProxyForCustomRenderer \ +static_assert(alignof(GeometryCollectionComponent_EnableRootProxyForCustomRenderer) == 0x000001, "Wrong alignment on GeometryCollectionComponent_EnableRootProxyForCustomRenderer"); \ +static_assert(sizeof(GeometryCollectionComponent_EnableRootProxyForCustomRenderer) == 0x000001, "Wrong size on GeometryCollectionComponent_EnableRootProxyForCustomRenderer"); \ +static_assert(offsetof(GeometryCollectionComponent_EnableRootProxyForCustomRenderer, bEnable) == 0x000000, "Member 'GeometryCollectionComponent_EnableRootProxyForCustomRenderer::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ForceBrokenForCustomRenderer \ +static_assert(alignof(GeometryCollectionComponent_ForceBrokenForCustomRenderer) == 0x000001, "Wrong alignment on GeometryCollectionComponent_ForceBrokenForCustomRenderer"); \ +static_assert(sizeof(GeometryCollectionComponent_ForceBrokenForCustomRenderer) == 0x000001, "Wrong size on GeometryCollectionComponent_ForceBrokenForCustomRenderer"); \ +static_assert(offsetof(GeometryCollectionComponent_ForceBrokenForCustomRenderer, bForceBroken) == 0x000000, "Member 'GeometryCollectionComponent_ForceBrokenForCustomRenderer::bForceBroken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetDebugInfo \ +static_assert(alignof(GeometryCollectionComponent_GetDebugInfo) == 0x000008, "Wrong alignment on GeometryCollectionComponent_GetDebugInfo"); \ +static_assert(sizeof(GeometryCollectionComponent_GetDebugInfo) == 0x000010, "Wrong size on GeometryCollectionComponent_GetDebugInfo"); \ +static_assert(offsetof(GeometryCollectionComponent_GetDebugInfo, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetDebugInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetInitialLevel \ +static_assert(alignof(GeometryCollectionComponent_GetInitialLevel) == 0x000004, "Wrong alignment on GeometryCollectionComponent_GetInitialLevel"); \ +static_assert(sizeof(GeometryCollectionComponent_GetInitialLevel) == 0x000008, "Wrong size on GeometryCollectionComponent_GetInitialLevel"); \ +static_assert(offsetof(GeometryCollectionComponent_GetInitialLevel, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_GetInitialLevel::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_GetInitialLevel, ReturnValue) == 0x000004, "Member 'GeometryCollectionComponent_GetInitialLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetMassAndExtents \ +static_assert(alignof(GeometryCollectionComponent_GetMassAndExtents) == 0x000008, "Wrong alignment on GeometryCollectionComponent_GetMassAndExtents"); \ +static_assert(sizeof(GeometryCollectionComponent_GetMassAndExtents) == 0x000040, "Wrong size on GeometryCollectionComponent_GetMassAndExtents"); \ +static_assert(offsetof(GeometryCollectionComponent_GetMassAndExtents, ItemIndex) == 0x000000, "Member 'GeometryCollectionComponent_GetMassAndExtents::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_GetMassAndExtents, OutMass) == 0x000004, "Member 'GeometryCollectionComponent_GetMassAndExtents::OutMass' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_GetMassAndExtents, OutExtents) == 0x000008, "Member 'GeometryCollectionComponent_GetMassAndExtents::OutExtents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ReceivePhysicsCollision \ +static_assert(alignof(GeometryCollectionComponent_ReceivePhysicsCollision) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ReceivePhysicsCollision"); \ +static_assert(sizeof(GeometryCollectionComponent_ReceivePhysicsCollision) == 0x0000C0, "Wrong size on GeometryCollectionComponent_ReceivePhysicsCollision"); \ +static_assert(offsetof(GeometryCollectionComponent_ReceivePhysicsCollision, CollisionInfo) == 0x000000, "Member 'GeometryCollectionComponent_ReceivePhysicsCollision::CollisionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName \ +static_assert(alignof(GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName) == 0x000004, "Wrong alignment on GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName"); \ +static_assert(sizeof(GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName) == 0x000008, "Wrong size on GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName, CollisionProfile) == 0x000000, "Member 'GeometryCollectionComponent_SetAbandonedParticleCollisionProfileName::CollisionProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetAnchoredByBox \ +static_assert(alignof(GeometryCollectionComponent_SetAnchoredByBox) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetAnchoredByBox"); \ +static_assert(sizeof(GeometryCollectionComponent_SetAnchoredByBox) == 0x000040, "Wrong size on GeometryCollectionComponent_SetAnchoredByBox"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByBox, WorldSpaceBox) == 0x000000, "Member 'GeometryCollectionComponent_SetAnchoredByBox::WorldSpaceBox' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByBox, bAnchored) == 0x000038, "Member 'GeometryCollectionComponent_SetAnchoredByBox::bAnchored' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByBox, MaxLevel) == 0x00003C, "Member 'GeometryCollectionComponent_SetAnchoredByBox::MaxLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetAnchoredByIndex \ +static_assert(alignof(GeometryCollectionComponent_SetAnchoredByIndex) == 0x000004, "Wrong alignment on GeometryCollectionComponent_SetAnchoredByIndex"); \ +static_assert(sizeof(GeometryCollectionComponent_SetAnchoredByIndex) == 0x000008, "Wrong size on GeometryCollectionComponent_SetAnchoredByIndex"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByIndex, Index_0) == 0x000000, "Member 'GeometryCollectionComponent_SetAnchoredByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByIndex, bAnchored) == 0x000004, "Member 'GeometryCollectionComponent_SetAnchoredByIndex::bAnchored' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetAnchoredByTransformedBox \ +static_assert(alignof(GeometryCollectionComponent_SetAnchoredByTransformedBox) == 0x000010, "Wrong alignment on GeometryCollectionComponent_SetAnchoredByTransformedBox"); \ +static_assert(sizeof(GeometryCollectionComponent_SetAnchoredByTransformedBox) == 0x0000B0, "Wrong size on GeometryCollectionComponent_SetAnchoredByTransformedBox"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByTransformedBox, Box) == 0x000000, "Member 'GeometryCollectionComponent_SetAnchoredByTransformedBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByTransformedBox, Transform) == 0x000040, "Member 'GeometryCollectionComponent_SetAnchoredByTransformedBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByTransformedBox, bAnchored) == 0x0000A0, "Member 'GeometryCollectionComponent_SetAnchoredByTransformedBox::bAnchored' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetAnchoredByTransformedBox, MaxLevel) == 0x0000A4, "Member 'GeometryCollectionComponent_SetAnchoredByTransformedBox::MaxLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetDamageModel \ +static_assert(alignof(GeometryCollectionComponent_SetDamageModel) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetDamageModel"); \ +static_assert(sizeof(GeometryCollectionComponent_SetDamageModel) == 0x000001, "Wrong size on GeometryCollectionComponent_SetDamageModel"); \ +static_assert(offsetof(GeometryCollectionComponent_SetDamageModel, InDamageModel) == 0x000000, "Member 'GeometryCollectionComponent_SetDamageModel::InDamageModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetDamagePropagationData \ +static_assert(alignof(GeometryCollectionComponent_SetDamagePropagationData) == 0x000004, "Wrong alignment on GeometryCollectionComponent_SetDamagePropagationData"); \ +static_assert(sizeof(GeometryCollectionComponent_SetDamagePropagationData) == 0x00000C, "Wrong size on GeometryCollectionComponent_SetDamagePropagationData"); \ +static_assert(offsetof(GeometryCollectionComponent_SetDamagePropagationData, InDamagePropagationData) == 0x000000, "Member 'GeometryCollectionComponent_SetDamagePropagationData::InDamagePropagationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetDamageThreshold \ +static_assert(alignof(GeometryCollectionComponent_SetDamageThreshold) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetDamageThreshold"); \ +static_assert(sizeof(GeometryCollectionComponent_SetDamageThreshold) == 0x000010, "Wrong size on GeometryCollectionComponent_SetDamageThreshold"); \ +static_assert(offsetof(GeometryCollectionComponent_SetDamageThreshold, InDamageThreshold) == 0x000000, "Member 'GeometryCollectionComponent_SetDamageThreshold::InDamageThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetDensityFromPhysicsMaterial \ +static_assert(alignof(GeometryCollectionComponent_SetDensityFromPhysicsMaterial) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetDensityFromPhysicsMaterial"); \ +static_assert(sizeof(GeometryCollectionComponent_SetDensityFromPhysicsMaterial) == 0x000001, "Wrong size on GeometryCollectionComponent_SetDensityFromPhysicsMaterial"); \ +static_assert(offsetof(GeometryCollectionComponent_SetDensityFromPhysicsMaterial, bInDensityFromPhysicsMaterial) == 0x000000, "Member 'GeometryCollectionComponent_SetDensityFromPhysicsMaterial::bInDensityFromPhysicsMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetEnableDamageFromCollision \ +static_assert(alignof(GeometryCollectionComponent_SetEnableDamageFromCollision) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetEnableDamageFromCollision"); \ +static_assert(sizeof(GeometryCollectionComponent_SetEnableDamageFromCollision) == 0x000001, "Wrong size on GeometryCollectionComponent_SetEnableDamageFromCollision"); \ +static_assert(offsetof(GeometryCollectionComponent_SetEnableDamageFromCollision, bValue) == 0x000000, "Member 'GeometryCollectionComponent_SetEnableDamageFromCollision::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetGravityGroupIndex \ +static_assert(alignof(GeometryCollectionComponent_SetGravityGroupIndex) == 0x000004, "Wrong alignment on GeometryCollectionComponent_SetGravityGroupIndex"); \ +static_assert(sizeof(GeometryCollectionComponent_SetGravityGroupIndex) == 0x000004, "Wrong size on GeometryCollectionComponent_SetGravityGroupIndex"); \ +static_assert(offsetof(GeometryCollectionComponent_SetGravityGroupIndex, InGravityGroupIndex) == 0x000000, "Member 'GeometryCollectionComponent_SetGravityGroupIndex::InGravityGroupIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetLocalRestTransforms \ +static_assert(alignof(GeometryCollectionComponent_SetLocalRestTransforms) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetLocalRestTransforms"); \ +static_assert(sizeof(GeometryCollectionComponent_SetLocalRestTransforms) == 0x000018, "Wrong size on GeometryCollectionComponent_SetLocalRestTransforms"); \ +static_assert(offsetof(GeometryCollectionComponent_SetLocalRestTransforms, Transforms) == 0x000000, "Member 'GeometryCollectionComponent_SetLocalRestTransforms::Transforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetLocalRestTransforms, bOnlyLeaves) == 0x000010, "Member 'GeometryCollectionComponent_SetLocalRestTransforms::bOnlyLeaves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyBreaks \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyBreaks) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyBreaks"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyBreaks) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyBreaks"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyBreaks, bNewNotifyBreaks) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyBreaks::bNewNotifyBreaks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyCrumblings \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyCrumblings) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyCrumblings"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyCrumblings) == 0x000002, "Wrong size on GeometryCollectionComponent_SetNotifyCrumblings"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyCrumblings, bNewNotifyCrumblings) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyCrumblings::bNewNotifyCrumblings' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyCrumblings, bNewCrumblingEventIncludesChildren) == 0x000001, "Member 'GeometryCollectionComponent_SetNotifyCrumblings::bNewCrumblingEventIncludesChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyGlobalBreaks \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyGlobalBreaks) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyGlobalBreaks"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyGlobalBreaks) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyGlobalBreaks"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyGlobalBreaks, bNewNotifyGlobalBreaks) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyGlobalBreaks::bNewNotifyGlobalBreaks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyGlobalCollision \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyGlobalCollision) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyGlobalCollision"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyGlobalCollision) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyGlobalCollision"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyGlobalCollision, bNewNotifyGlobalCollisions) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyGlobalCollision::bNewNotifyGlobalCollisions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyGlobalCrumblings \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyGlobalCrumblings) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyGlobalCrumblings"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyGlobalCrumblings) == 0x000002, "Wrong size on GeometryCollectionComponent_SetNotifyGlobalCrumblings"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyGlobalCrumblings, bNewNotifyGlobalCrumblings) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyGlobalCrumblings::bNewNotifyGlobalCrumblings' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyGlobalCrumblings, bGlobalNewCrumblingEventIncludesChildren) == 0x000001, "Member 'GeometryCollectionComponent_SetNotifyGlobalCrumblings::bGlobalNewCrumblingEventIncludesChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyGlobalRemovals \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyGlobalRemovals) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyGlobalRemovals"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyGlobalRemovals) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyGlobalRemovals"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyGlobalRemovals, bNewNotifyGlobalRemovals) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyGlobalRemovals::bNewNotifyGlobalRemovals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetNotifyRemovals \ +static_assert(alignof(GeometryCollectionComponent_SetNotifyRemovals) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyRemovals"); \ +static_assert(sizeof(GeometryCollectionComponent_SetNotifyRemovals) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyRemovals"); \ +static_assert(offsetof(GeometryCollectionComponent_SetNotifyRemovals, bNewNotifyRemovals) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyRemovals::bNewNotifyRemovals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetOneWayInteractionLevel \ +static_assert(alignof(GeometryCollectionComponent_SetOneWayInteractionLevel) == 0x000004, "Wrong alignment on GeometryCollectionComponent_SetOneWayInteractionLevel"); \ +static_assert(sizeof(GeometryCollectionComponent_SetOneWayInteractionLevel) == 0x000004, "Wrong size on GeometryCollectionComponent_SetOneWayInteractionLevel"); \ +static_assert(offsetof(GeometryCollectionComponent_SetOneWayInteractionLevel, InOneWayInteractionLevel) == 0x000000, "Member 'GeometryCollectionComponent_SetOneWayInteractionLevel::InOneWayInteractionLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetPerLevelCollisionProfileNames \ +static_assert(alignof(GeometryCollectionComponent_SetPerLevelCollisionProfileNames) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetPerLevelCollisionProfileNames"); \ +static_assert(sizeof(GeometryCollectionComponent_SetPerLevelCollisionProfileNames) == 0x000010, "Wrong size on GeometryCollectionComponent_SetPerLevelCollisionProfileNames"); \ +static_assert(offsetof(GeometryCollectionComponent_SetPerLevelCollisionProfileNames, ProfileNames) == 0x000000, "Member 'GeometryCollectionComponent_SetPerLevelCollisionProfileNames::ProfileNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetPerParticleCollisionProfileName \ +static_assert(alignof(GeometryCollectionComponent_SetPerParticleCollisionProfileName) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetPerParticleCollisionProfileName"); \ +static_assert(sizeof(GeometryCollectionComponent_SetPerParticleCollisionProfileName) == 0x000018, "Wrong size on GeometryCollectionComponent_SetPerParticleCollisionProfileName"); \ +static_assert(offsetof(GeometryCollectionComponent_SetPerParticleCollisionProfileName, BoneIds) == 0x000000, "Member 'GeometryCollectionComponent_SetPerParticleCollisionProfileName::BoneIds' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetPerParticleCollisionProfileName, ProfileName) == 0x000010, "Member 'GeometryCollectionComponent_SetPerParticleCollisionProfileName::ProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetRestCollection \ +static_assert(alignof(GeometryCollectionComponent_SetRestCollection) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetRestCollection"); \ +static_assert(sizeof(GeometryCollectionComponent_SetRestCollection) == 0x000010, "Wrong size on GeometryCollectionComponent_SetRestCollection"); \ +static_assert(offsetof(GeometryCollectionComponent_SetRestCollection, RestCollectionIn) == 0x000000, "Member 'GeometryCollectionComponent_SetRestCollection::RestCollectionIn' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetRestCollection, bApplyAssetDefaults) == 0x000008, "Member 'GeometryCollectionComponent_SetRestCollection::bApplyAssetDefaults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetRootProxyComponentSpaceTransform \ +static_assert(alignof(GeometryCollectionComponent_SetRootProxyComponentSpaceTransform) == 0x000010, "Wrong alignment on GeometryCollectionComponent_SetRootProxyComponentSpaceTransform"); \ +static_assert(sizeof(GeometryCollectionComponent_SetRootProxyComponentSpaceTransform) == 0x000070, "Wrong size on GeometryCollectionComponent_SetRootProxyComponentSpaceTransform"); \ +static_assert(offsetof(GeometryCollectionComponent_SetRootProxyComponentSpaceTransform, Index_0) == 0x000000, "Member 'GeometryCollectionComponent_SetRootProxyComponentSpaceTransform::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_SetRootProxyComponentSpaceTransform, RootProxyTransform) == 0x000010, "Member 'GeometryCollectionComponent_SetRootProxyComponentSpaceTransform::RootProxyTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetSolverActor \ +static_assert(alignof(GeometryCollectionComponent_SetSolverActor) == 0x000008, "Wrong alignment on GeometryCollectionComponent_SetSolverActor"); \ +static_assert(sizeof(GeometryCollectionComponent_SetSolverActor) == 0x000008, "Wrong size on GeometryCollectionComponent_SetSolverActor"); \ +static_assert(offsetof(GeometryCollectionComponent_SetSolverActor, InSolverActor) == 0x000000, "Member 'GeometryCollectionComponent_SetSolverActor::InSolverActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetUseMaterialDamageModifiers \ +static_assert(alignof(GeometryCollectionComponent_SetUseMaterialDamageModifiers) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetUseMaterialDamageModifiers"); \ +static_assert(sizeof(GeometryCollectionComponent_SetUseMaterialDamageModifiers) == 0x000001, "Wrong size on GeometryCollectionComponent_SetUseMaterialDamageModifiers"); \ +static_assert(offsetof(GeometryCollectionComponent_SetUseMaterialDamageModifiers, bInUseMaterialDamageModifiers) == 0x000000, "Member 'GeometryCollectionComponent_SetUseMaterialDamageModifiers::bInUseMaterialDamageModifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces \ +static_assert(alignof(GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces"); \ +static_assert(sizeof(GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces) == 0x000001, "Wrong size on GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces"); \ +static_assert(offsetof(GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces, bInUseStaticMeshCollisionForTraces) == 0x000000, "Member 'GeometryCollectionComponent_SetUseStaticMeshCollisionForTraces::bInUseStaticMeshCollisionForTraces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_FindLeafTransformByLineTrace \ +static_assert(alignof(GeometryCollectionComponent_FindLeafTransformByLineTrace) == 0x000008, "Wrong alignment on GeometryCollectionComponent_FindLeafTransformByLineTrace"); \ +static_assert(sizeof(GeometryCollectionComponent_FindLeafTransformByLineTrace) == 0x000040, "Wrong size on GeometryCollectionComponent_FindLeafTransformByLineTrace"); \ +static_assert(offsetof(GeometryCollectionComponent_FindLeafTransformByLineTrace, Start) == 0x000000, "Member 'GeometryCollectionComponent_FindLeafTransformByLineTrace::Start' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_FindLeafTransformByLineTrace, End) == 0x000018, "Member 'GeometryCollectionComponent_FindLeafTransformByLineTrace::End' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_FindLeafTransformByLineTrace, LeafTransformIndex) == 0x000030, "Member 'GeometryCollectionComponent_FindLeafTransformByLineTrace::LeafTransformIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_FindLeafTransformByLineTrace, LeafTransformName) == 0x000034, "Member 'GeometryCollectionComponent_FindLeafTransformByLineTrace::LeafTransformName' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_FindLeafTransformByLineTrace, ReturnValue) == 0x00003C, "Member 'GeometryCollectionComponent_FindLeafTransformByLineTrace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetDamageThreshold \ +static_assert(alignof(GeometryCollectionComponent_GetDamageThreshold) == 0x000008, "Wrong alignment on GeometryCollectionComponent_GetDamageThreshold"); \ +static_assert(sizeof(GeometryCollectionComponent_GetDamageThreshold) == 0x000010, "Wrong size on GeometryCollectionComponent_GetDamageThreshold"); \ +static_assert(offsetof(GeometryCollectionComponent_GetDamageThreshold, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetDamageThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetInitialLocalRestTransforms \ +static_assert(alignof(GeometryCollectionComponent_GetInitialLocalRestTransforms) == 0x000008, "Wrong alignment on GeometryCollectionComponent_GetInitialLocalRestTransforms"); \ +static_assert(sizeof(GeometryCollectionComponent_GetInitialLocalRestTransforms) == 0x000010, "Wrong size on GeometryCollectionComponent_GetInitialLocalRestTransforms"); \ +static_assert(offsetof(GeometryCollectionComponent_GetInitialLocalRestTransforms, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetInitialLocalRestTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetLocalBounds \ +static_assert(alignof(GeometryCollectionComponent_GetLocalBounds) == 0x000008, "Wrong alignment on GeometryCollectionComponent_GetLocalBounds"); \ +static_assert(sizeof(GeometryCollectionComponent_GetLocalBounds) == 0x000038, "Wrong size on GeometryCollectionComponent_GetLocalBounds"); \ +static_assert(offsetof(GeometryCollectionComponent_GetLocalBounds, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetLocalBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetLocalRestTransforms \ +static_assert(alignof(GeometryCollectionComponent_GetLocalRestTransforms) == 0x000008, "Wrong alignment on GeometryCollectionComponent_GetLocalRestTransforms"); \ +static_assert(sizeof(GeometryCollectionComponent_GetLocalRestTransforms) == 0x000018, "Wrong size on GeometryCollectionComponent_GetLocalRestTransforms"); \ +static_assert(offsetof(GeometryCollectionComponent_GetLocalRestTransforms, bInitialTransforms) == 0x000000, "Member 'GeometryCollectionComponent_GetLocalRestTransforms::bInitialTransforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_GetLocalRestTransforms, ReturnValue) == 0x000008, "Member 'GeometryCollectionComponent_GetLocalRestTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetRootCurrentTransform \ +static_assert(alignof(GeometryCollectionComponent_GetRootCurrentTransform) == 0x000010, "Wrong alignment on GeometryCollectionComponent_GetRootCurrentTransform"); \ +static_assert(sizeof(GeometryCollectionComponent_GetRootCurrentTransform) == 0x000060, "Wrong size on GeometryCollectionComponent_GetRootCurrentTransform"); \ +static_assert(offsetof(GeometryCollectionComponent_GetRootCurrentTransform, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetRootCurrentTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetRootIndex \ +static_assert(alignof(GeometryCollectionComponent_GetRootIndex) == 0x000004, "Wrong alignment on GeometryCollectionComponent_GetRootIndex"); \ +static_assert(sizeof(GeometryCollectionComponent_GetRootIndex) == 0x000004, "Wrong size on GeometryCollectionComponent_GetRootIndex"); \ +static_assert(offsetof(GeometryCollectionComponent_GetRootIndex, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetRootIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetRootInitialTransform \ +static_assert(alignof(GeometryCollectionComponent_GetRootInitialTransform) == 0x000010, "Wrong alignment on GeometryCollectionComponent_GetRootInitialTransform"); \ +static_assert(sizeof(GeometryCollectionComponent_GetRootInitialTransform) == 0x000060, "Wrong size on GeometryCollectionComponent_GetRootInitialTransform"); \ +static_assert(offsetof(GeometryCollectionComponent_GetRootInitialTransform, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetRootInitialTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetSolverActor \ +static_assert(alignof(GeometryCollectionComponent_GetSolverActor) == 0x000008, "Wrong alignment on GeometryCollectionComponent_GetSolverActor"); \ +static_assert(sizeof(GeometryCollectionComponent_GetSolverActor) == 0x000008, "Wrong size on GeometryCollectionComponent_GetSolverActor"); \ +static_assert(offsetof(GeometryCollectionComponent_GetSolverActor, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetSolverActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces \ +static_assert(alignof(GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces) == 0x000001, "Wrong alignment on GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces"); \ +static_assert(sizeof(GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces) == 0x000001, "Wrong size on GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces"); \ +static_assert(offsetof(GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_GetUseStaticMeshCollisionForTraces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_IsRootBroken \ +static_assert(alignof(GeometryCollectionComponent_IsRootBroken) == 0x000001, "Wrong alignment on GeometryCollectionComponent_IsRootBroken"); \ +static_assert(sizeof(GeometryCollectionComponent_IsRootBroken) == 0x000001, "Wrong size on GeometryCollectionComponent_IsRootBroken"); \ +static_assert(offsetof(GeometryCollectionComponent_IsRootBroken, ReturnValue) == 0x000000, "Member 'GeometryCollectionComponent_IsRootBroken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionComponent \ +static_assert(alignof(UGeometryCollectionComponent) == 0x000010, "Wrong alignment on UGeometryCollectionComponent"); \ +static_assert(sizeof(UGeometryCollectionComponent) == 0x000A20, "Wrong size on UGeometryCollectionComponent"); \ +static_assert(offsetof(UGeometryCollectionComponent, ChaosSolverActor) == 0x000580, "Member 'UGeometryCollectionComponent::ChaosSolverActor' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RestCollection) == 0x000588, "Member 'UGeometryCollectionComponent::RestCollection' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitializationFields) == 0x000590, "Member 'UGeometryCollectionComponent::InitializationFields' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, Simulating) == 0x0005A0, "Member 'UGeometryCollectionComponent::Simulating' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ObjectType) == 0x0005A2, "Member 'UGeometryCollectionComponent::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, GravityGroupIndex) == 0x0005A4, "Member 'UGeometryCollectionComponent::GravityGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OneWayInteractionLevel) == 0x0005A8, "Member 'UGeometryCollectionComponent::OneWayInteractionLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bDensityFromPhysicsMaterial) == 0x0005AC, "Member 'UGeometryCollectionComponent::bDensityFromPhysicsMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bForceMotionBlur) == 0x0005AD, "Member 'UGeometryCollectionComponent::bForceMotionBlur' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, EnableClustering) == 0x0005AE, "Member 'UGeometryCollectionComponent::EnableClustering' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ClusterGroupIndex) == 0x0005B0, "Member 'UGeometryCollectionComponent::ClusterGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, MaxClusterLevel) == 0x0005B4, "Member 'UGeometryCollectionComponent::MaxClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, MaxSimulatedLevel) == 0x0005B8, "Member 'UGeometryCollectionComponent::MaxSimulatedLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DamageModel) == 0x0005BC, "Member 'UGeometryCollectionComponent::DamageModel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DamageThreshold) == 0x0005C0, "Member 'UGeometryCollectionComponent::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUseSizeSpecificDamageThreshold) == 0x0005D0, "Member 'UGeometryCollectionComponent::bUseSizeSpecificDamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUseMaterialDamageModifiers) == 0x0005D1, "Member 'UGeometryCollectionComponent::bUseMaterialDamageModifiers' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DamagePropagationData) == 0x0005D4, "Member 'UGeometryCollectionComponent::DamagePropagationData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableDamageFromCollision) == 0x0005E0, "Member 'UGeometryCollectionComponent::bEnableDamageFromCollision' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bAllowRemovalOnSleep) == 0x0005E1, "Member 'UGeometryCollectionComponent::bAllowRemovalOnSleep' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bAllowRemovalOnBreak) == 0x0005E2, "Member 'UGeometryCollectionComponent::bAllowRemovalOnBreak' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bForceUpdateActiveTransforms) == 0x0005E3, "Member 'UGeometryCollectionComponent::bForceUpdateActiveTransforms' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ClusterConnectionType) == 0x0005E4, "Member 'UGeometryCollectionComponent::ClusterConnectionType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CollisionGroup) == 0x0005E8, "Member 'UGeometryCollectionComponent::CollisionGroup' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CollisionSampleFraction) == 0x0005EC, "Member 'UGeometryCollectionComponent::CollisionSampleFraction' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, LinearEtherDrag) == 0x0005F0, "Member 'UGeometryCollectionComponent::LinearEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterial) == 0x0005F8, "Member 'UGeometryCollectionComponent::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialVelocityType) == 0x000600, "Member 'UGeometryCollectionComponent::InitialVelocityType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialLinearVelocity) == 0x000608, "Member 'UGeometryCollectionComponent::InitialLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialAngularVelocity) == 0x000620, "Member 'UGeometryCollectionComponent::InitialAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterialOverride) == 0x000638, "Member 'UGeometryCollectionComponent::PhysicalMaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CacheParameters) == 0x000640, "Member 'UGeometryCollectionComponent::CacheParameters' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RestTransforms) == 0x000690, "Member 'UGeometryCollectionComponent::RestTransforms' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsStateChange) == 0x0006A0, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsStateChange' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsLoadingStateChange) == 0x0006B0, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsLoadingStateChange' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosBreakEvent) == 0x0006D8, "Member 'UGeometryCollectionComponent::OnChaosBreakEvent' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosRemovalEvent) == 0x0006E8, "Member 'UGeometryCollectionComponent::OnChaosRemovalEvent' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosCrumblingEvent) == 0x0006F8, "Member 'UGeometryCollectionComponent::OnChaosCrumblingEvent' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DesiredCacheTime) == 0x000750, "Member 'UGeometryCollectionComponent::DesiredCacheTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CachePlayback) == 0x000754, "Member 'UGeometryCollectionComponent::CachePlayback' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosPhysicsCollision) == 0x000758, "Member 'UGeometryCollectionComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyBreaks) == 0x000768, "Member 'UGeometryCollectionComponent::bNotifyBreaks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyCollisions) == 0x000769, "Member 'UGeometryCollectionComponent::bNotifyCollisions' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyTrailing) == 0x00076A, "Member 'UGeometryCollectionComponent::bNotifyTrailing' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyRemovals) == 0x00076B, "Member 'UGeometryCollectionComponent::bNotifyRemovals' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyCrumblings) == 0x00076C, "Member 'UGeometryCollectionComponent::bNotifyCrumblings' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bCrumblingEventIncludesChildren) == 0x00076D, "Member 'UGeometryCollectionComponent::bCrumblingEventIncludesChildren' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyGlobalBreaks) == 0x00076E, "Member 'UGeometryCollectionComponent::bNotifyGlobalBreaks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyGlobalCollisions) == 0x00076F, "Member 'UGeometryCollectionComponent::bNotifyGlobalCollisions' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyGlobalRemovals) == 0x000770, "Member 'UGeometryCollectionComponent::bNotifyGlobalRemovals' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyGlobalCrumblings) == 0x000771, "Member 'UGeometryCollectionComponent::bNotifyGlobalCrumblings' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bGlobalCrumblingEventIncludesChildren) == 0x000772, "Member 'UGeometryCollectionComponent::bGlobalCrumblingEventIncludesChildren' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bStoreVelocities) == 0x000773, "Member 'UGeometryCollectionComponent::bStoreVelocities' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bIsCurrentlyNavigationRelevant) == 0x000774, "Member 'UGeometryCollectionComponent::bIsCurrentlyNavigationRelevant' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bShowBoneColors) == 0x000775, "Member 'UGeometryCollectionComponent::bShowBoneColors' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUpdateComponentTransformToRootBone) == 0x000776, "Member 'UGeometryCollectionComponent::bUpdateComponentTransformToRootBone' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUseRootProxyForNavigation) == 0x000777, "Member 'UGeometryCollectionComponent::bUseRootProxyForNavigation' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUpdateNavigationInTick) == 0x000778, "Member 'UGeometryCollectionComponent::bUpdateNavigationInTick' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableReplication) == 0x00077A, "Member 'UGeometryCollectionComponent::bEnableReplication' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableAbandonAfterLevel) == 0x00077B, "Member 'UGeometryCollectionComponent::bEnableAbandonAfterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, AbandonedCollisionProfileName) == 0x00077C, "Member 'UGeometryCollectionComponent::AbandonedCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ISMPool) == 0x000788, "Member 'UGeometryCollectionComponent::ISMPool' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CustomRendererType) == 0x000790, "Member 'UGeometryCollectionComponent::CustomRendererType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bOverrideCustomRenderer) == 0x000798, "Member 'UGeometryCollectionComponent::bOverrideCustomRenderer' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bAutoAssignISMPool) == 0x000799, "Member 'UGeometryCollectionComponent::bAutoAssignISMPool' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUseStaticMeshCollisionForTraces) == 0x00079B, "Member 'UGeometryCollectionComponent::bUseStaticMeshCollisionForTraces' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ReplicationAbandonClusterLevel) == 0x00079C, "Member 'UGeometryCollectionComponent::ReplicationAbandonClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CustomRenderer) == 0x0007A0, "Member 'UGeometryCollectionComponent::CustomRenderer' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CollisionProfilePerLevel) == 0x0007B0, "Member 'UGeometryCollectionComponent::CollisionProfilePerLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ReplicationAbandonAfterLevel) == 0x0007D0, "Member 'UGeometryCollectionComponent::ReplicationAbandonAfterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ReplicationMaxPositionAndVelocityCorrectionLevel) == 0x0007D4, "Member 'UGeometryCollectionComponent::ReplicationMaxPositionAndVelocityCorrectionLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RepData) == 0x0007D8, "Member 'UGeometryCollectionComponent::RepData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RepStateData) == 0x000810, "Member 'UGeometryCollectionComponent::RepStateData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RepDynamicData) == 0x000850, "Member 'UGeometryCollectionComponent::RepDynamicData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DummyBodySetup) == 0x000980, "Member 'UGeometryCollectionComponent::DummyBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, EventDispatcher) == 0x000988, "Member 'UGeometryCollectionComponent::EventDispatcher' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, EmbeddedGeometryComponents) == 0x000990, "Member 'UGeometryCollectionComponent::EmbeddedGeometryComponents' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, AngularEtherDrag) == 0x0009B4, "Member 'UGeometryCollectionComponent::AngularEtherDrag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCollectionDebugDrawActor \ +static_assert(alignof(AGeometryCollectionDebugDrawActor) == 0x000008, "Wrong alignment on AGeometryCollectionDebugDrawActor"); \ +static_assert(sizeof(AGeometryCollectionDebugDrawActor) == 0x000370, "Wrong size on AGeometryCollectionDebugDrawActor"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, WarningMessage) == 0x0002B0, "Member 'AGeometryCollectionDebugDrawActor::WarningMessage' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SelectedRigidBody) == 0x0002B8, "Member 'AGeometryCollectionDebugDrawActor::SelectedRigidBody' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawWholeCollection) == 0x0002D0, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawWholeCollection' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawHierarchy) == 0x0002D1, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawHierarchy' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawClustering) == 0x0002D2, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawClustering' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, HideGeometry) == 0x0002D3, "Member 'AGeometryCollectionDebugDrawActor::HideGeometry' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyId) == 0x0002D4, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyId' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyCollision) == 0x0002D5, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyCollision' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bCollisionAtOrigin) == 0x0002D6, "Member 'AGeometryCollectionDebugDrawActor::bCollisionAtOrigin' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyTransform) == 0x0002D7, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInertia) == 0x0002D8, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInertia' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyVelocity) == 0x0002D9, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyVelocity' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyForce) == 0x0002DA, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyForce' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInfos) == 0x0002DB, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInfos' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransformIndex) == 0x0002DC, "Member 'AGeometryCollectionDebugDrawActor::bShowTransformIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransform) == 0x0002DD, "Member 'AGeometryCollectionDebugDrawActor::bShowTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowParent) == 0x0002DE, "Member 'AGeometryCollectionDebugDrawActor::bShowParent' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowLevel) == 0x0002DF, "Member 'AGeometryCollectionDebugDrawActor::bShowLevel' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowConnectivityEdges) == 0x0002E0, "Member 'AGeometryCollectionDebugDrawActor::bShowConnectivityEdges' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryIndex) == 0x0002E1, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryTransform) == 0x0002E2, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowBoundingBox) == 0x0002E3, "Member 'AGeometryCollectionDebugDrawActor::bShowBoundingBox' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaces) == 0x0002E4, "Member 'AGeometryCollectionDebugDrawActor::bShowFaces' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceIndices) == 0x0002E5, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceIndices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceNormals) == 0x0002E6, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceNormals' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowSingleFace) == 0x0002E7, "Member 'AGeometryCollectionDebugDrawActor::bShowSingleFace' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceIndex) == 0x0002E8, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertices) == 0x0002EC, "Member 'AGeometryCollectionDebugDrawActor::bShowVertices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexIndices) == 0x0002ED, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexIndices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexNormals) == 0x0002EE, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexNormals' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bUseActiveVisualization) == 0x0002EF, "Member 'AGeometryCollectionDebugDrawActor::bUseActiveVisualization' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, PointThickness) == 0x0002F0, "Member 'AGeometryCollectionDebugDrawActor::PointThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, LineThickness) == 0x0002F4, "Member 'AGeometryCollectionDebugDrawActor::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bTextShadow) == 0x0002F8, "Member 'AGeometryCollectionDebugDrawActor::bTextShadow' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TextScale) == 0x0002FC, "Member 'AGeometryCollectionDebugDrawActor::TextScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, NormalScale) == 0x000300, "Member 'AGeometryCollectionDebugDrawActor::NormalScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, AxisScale) == 0x000304, "Member 'AGeometryCollectionDebugDrawActor::AxisScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ArrowScale) == 0x000308, "Member 'AGeometryCollectionDebugDrawActor::ArrowScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyIdColor) == 0x00030C, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyIdColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyTransformScale) == 0x000310, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyTransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyCollisionColor) == 0x000314, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyCollisionColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInertiaColor) == 0x000318, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInertiaColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyVelocityColor) == 0x00031C, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyVelocityColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyForceColor) == 0x000320, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyForceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInfoColor) == 0x000324, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInfoColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformIndexColor) == 0x000328, "Member 'AGeometryCollectionDebugDrawActor::TransformIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformScale) == 0x00032C, "Member 'AGeometryCollectionDebugDrawActor::TransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, LevelColor) == 0x000330, "Member 'AGeometryCollectionDebugDrawActor::LevelColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ParentColor) == 0x000334, "Member 'AGeometryCollectionDebugDrawActor::ParentColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ConnectivityEdgeThickness) == 0x000338, "Member 'AGeometryCollectionDebugDrawActor::ConnectivityEdgeThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryIndexColor) == 0x00033C, "Member 'AGeometryCollectionDebugDrawActor::GeometryIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryTransformScale) == 0x000340, "Member 'AGeometryCollectionDebugDrawActor::GeometryTransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, BoundingBoxColor) == 0x000344, "Member 'AGeometryCollectionDebugDrawActor::BoundingBoxColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceColor) == 0x000348, "Member 'AGeometryCollectionDebugDrawActor::FaceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceIndexColor) == 0x00034C, "Member 'AGeometryCollectionDebugDrawActor::FaceIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceNormalColor) == 0x000350, "Member 'AGeometryCollectionDebugDrawActor::FaceNormalColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceColor) == 0x000354, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexColor) == 0x000358, "Member 'AGeometryCollectionDebugDrawActor::VertexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexIndexColor) == 0x00035C, "Member 'AGeometryCollectionDebugDrawActor::VertexIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexNormalColor) == 0x000360, "Member 'AGeometryCollectionDebugDrawActor::VertexNormalColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SpriteComponent) == 0x000368, "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_AGeometryCollectionISMPoolActor \ +static_assert(alignof(AGeometryCollectionISMPoolActor) == 0x000008, "Wrong alignment on AGeometryCollectionISMPoolActor"); \ +static_assert(sizeof(AGeometryCollectionISMPoolActor) == 0x0002C0, "Wrong size on AGeometryCollectionISMPoolActor"); \ +static_assert(offsetof(AGeometryCollectionISMPoolActor, ISMPoolComp) == 0x0002B0, "Member 'AGeometryCollectionISMPoolActor::ISMPoolComp' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionISMPoolActor, ISMPoolDebugDrawComp) == 0x0002B8, "Member 'AGeometryCollectionISMPoolActor::ISMPoolDebugDrawComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionISMPoolComponent \ +static_assert(alignof(UGeometryCollectionISMPoolComponent) == 0x000010, "Wrong alignment on UGeometryCollectionISMPoolComponent"); \ +static_assert(sizeof(UGeometryCollectionISMPoolComponent) == 0x000380, "Wrong size on UGeometryCollectionISMPoolComponent"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionISMPoolRenderer \ +static_assert(alignof(UGeometryCollectionISMPoolRenderer) == 0x000010, "Wrong alignment on UGeometryCollectionISMPoolRenderer"); \ +static_assert(sizeof(UGeometryCollectionISMPoolRenderer) == 0x0000E0, "Wrong size on UGeometryCollectionISMPoolRenderer"); \ +static_assert(offsetof(UGeometryCollectionISMPoolRenderer, CachedISMPoolComponent) == 0x000030, "Member 'UGeometryCollectionISMPoolRenderer::CachedISMPoolComponent' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionISMPoolRenderer, LocalISMPoolComponent) == 0x000038, "Member 'UGeometryCollectionISMPoolRenderer::LocalISMPoolComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionISMPoolSubSystem_OnActorEndPlay \ +static_assert(alignof(GeometryCollectionISMPoolSubSystem_OnActorEndPlay) == 0x000008, "Wrong alignment on GeometryCollectionISMPoolSubSystem_OnActorEndPlay"); \ +static_assert(sizeof(GeometryCollectionISMPoolSubSystem_OnActorEndPlay) == 0x000010, "Wrong size on GeometryCollectionISMPoolSubSystem_OnActorEndPlay"); \ +static_assert(offsetof(GeometryCollectionISMPoolSubSystem_OnActorEndPlay, InSource) == 0x000000, "Member 'GeometryCollectionISMPoolSubSystem_OnActorEndPlay::InSource' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionISMPoolSubSystem_OnActorEndPlay, Reason) == 0x000008, "Member 'GeometryCollectionISMPoolSubSystem_OnActorEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionISMPoolSubSystem \ +static_assert(alignof(UGeometryCollectionISMPoolSubSystem) == 0x000008, "Wrong alignment on UGeometryCollectionISMPoolSubSystem"); \ +static_assert(sizeof(UGeometryCollectionISMPoolSubSystem) == 0x000088, "Wrong size on UGeometryCollectionISMPoolSubSystem"); \ + +#define DUMPER7_ASSERTS_GeometryCollection_SetConvertVertexColorsToSRGB \ +static_assert(alignof(GeometryCollection_SetConvertVertexColorsToSRGB) == 0x000001, "Wrong alignment on GeometryCollection_SetConvertVertexColorsToSRGB"); \ +static_assert(sizeof(GeometryCollection_SetConvertVertexColorsToSRGB) == 0x000001, "Wrong size on GeometryCollection_SetConvertVertexColorsToSRGB"); \ +static_assert(offsetof(GeometryCollection_SetConvertVertexColorsToSRGB, bValue) == 0x000000, "Member 'GeometryCollection_SetConvertVertexColorsToSRGB::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollection_SetDataflowAsset \ +static_assert(alignof(GeometryCollection_SetDataflowAsset) == 0x000008, "Wrong alignment on GeometryCollection_SetDataflowAsset"); \ +static_assert(sizeof(GeometryCollection_SetDataflowAsset) == 0x000008, "Wrong size on GeometryCollection_SetDataflowAsset"); \ +static_assert(offsetof(GeometryCollection_SetDataflowAsset, InDataflowAsset) == 0x000000, "Member 'GeometryCollection_SetDataflowAsset::InDataflowAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollection_SetEnableNanite \ +static_assert(alignof(GeometryCollection_SetEnableNanite) == 0x000001, "Wrong alignment on GeometryCollection_SetEnableNanite"); \ +static_assert(sizeof(GeometryCollection_SetEnableNanite) == 0x000001, "Wrong size on GeometryCollection_SetEnableNanite"); \ +static_assert(offsetof(GeometryCollection_SetEnableNanite, bValue) == 0x000000, "Member 'GeometryCollection_SetEnableNanite::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollection_GetDataflowAsset \ +static_assert(alignof(GeometryCollection_GetDataflowAsset) == 0x000008, "Wrong alignment on GeometryCollection_GetDataflowAsset"); \ +static_assert(sizeof(GeometryCollection_GetDataflowAsset) == 0x000008, "Wrong size on GeometryCollection_GetDataflowAsset"); \ +static_assert(offsetof(GeometryCollection_GetDataflowAsset, ReturnValue) == 0x000000, "Member 'GeometryCollection_GetDataflowAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollection \ +static_assert(alignof(UGeometryCollection) == 0x000008, "Wrong alignment on UGeometryCollection"); \ +static_assert(sizeof(UGeometryCollection) == 0x000298, "Wrong size on UGeometryCollection"); \ +static_assert(offsetof(UGeometryCollection, EnableClustering) == 0x000060, "Member 'UGeometryCollection::EnableClustering' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ClusterGroupIndex) == 0x000064, "Member 'UGeometryCollection::ClusterGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaxClusterLevel) == 0x000068, "Member 'UGeometryCollection::MaxClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, DamageModel) == 0x00006C, "Member 'UGeometryCollection::DamageModel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, DamageThreshold) == 0x000070, "Member 'UGeometryCollection::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bUseSizeSpecificDamageThreshold) == 0x000080, "Member 'UGeometryCollection::bUseSizeSpecificDamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bUseMaterialDamageModifiers) == 0x000081, "Member 'UGeometryCollection::bUseMaterialDamageModifiers' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, PerClusterOnlyDamageThreshold) == 0x000082, "Member 'UGeometryCollection::PerClusterOnlyDamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, DamagePropagationData) == 0x000084, "Member 'UGeometryCollection::DamagePropagationData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ClusterConnectionType) == 0x000090, "Member 'UGeometryCollection::ClusterConnectionType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ConnectionGraphBoundsFilteringMargin) == 0x000094, "Member 'UGeometryCollection::ConnectionGraphBoundsFilteringMargin' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, Materials) == 0x000098, "Member 'UGeometryCollection::Materials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, EmbeddedGeometryExemplar) == 0x0000A8, "Member 'UGeometryCollection::EmbeddedGeometryExemplar' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bUseFullPrecisionUVs) == 0x0000B8, "Member 'UGeometryCollection::bUseFullPrecisionUVs' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bStripOnCook) == 0x0000B9, "Member 'UGeometryCollection::bStripOnCook' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bStripRenderDataOnCook) == 0x0000BA, "Member 'UGeometryCollection::bStripRenderDataOnCook' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, CustomRendererType) == 0x0000C0, "Member 'UGeometryCollection::CustomRendererType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, RootProxyData) == 0x0000C8, "Member 'UGeometryCollection::RootProxyData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, AutoInstanceMeshes) == 0x0000F8, "Member 'UGeometryCollection::AutoInstanceMeshes' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, EnableNanite) == 0x000108, "Member 'UGeometryCollection::EnableNanite' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bEnableNaniteFallback) == 0x000109, "Member 'UGeometryCollection::bEnableNaniteFallback' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, NaniteMinimumResidencyInKB) == 0x00010C, "Member 'UGeometryCollection::NaniteMinimumResidencyInKB' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bConvertVertexColorsToSRGB) == 0x000110, "Member 'UGeometryCollection::bConvertVertexColorsToSRGB' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, PhysicsMaterial) == 0x000118, "Member 'UGeometryCollection::PhysicsMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bDensityFromPhysicsMaterial) == 0x000120, "Member 'UGeometryCollection::bDensityFromPhysicsMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, CachedDensityFromPhysicsMaterialInGCm3) == 0x000124, "Member 'UGeometryCollection::CachedDensityFromPhysicsMaterialInGCm3' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bMassAsDensity) == 0x000128, "Member 'UGeometryCollection::bMassAsDensity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, Mass) == 0x00012C, "Member 'UGeometryCollection::Mass' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MinimumMassClamp) == 0x000130, "Member 'UGeometryCollection::MinimumMassClamp' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bImportCollisionFromSource) == 0x000134, "Member 'UGeometryCollection::bImportCollisionFromSource' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bOptimizeConvexes) == 0x000135, "Member 'UGeometryCollection::bOptimizeConvexes' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bScaleOnRemoval) == 0x000136, "Member 'UGeometryCollection::bScaleOnRemoval' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bPropagateDecayToMaterial) == 0x000137, "Member 'UGeometryCollection::bPropagateDecayToMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bRemoveOnMaxSleep) == 0x000138, "Member 'UGeometryCollection::bRemoveOnMaxSleep' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bAutomaticCrumblePartialClusters) == 0x000139, "Member 'UGeometryCollection::bAutomaticCrumblePartialClusters' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaximumSleepTime) == 0x000140, "Member 'UGeometryCollection::MaximumSleepTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, RemovalDuration) == 0x000150, "Member 'UGeometryCollection::RemovalDuration' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bSlowMovingAsSleeping) == 0x000160, "Member 'UGeometryCollection::bSlowMovingAsSleeping' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, SlowMovingVelocityThreshold) == 0x000164, "Member 'UGeometryCollection::SlowMovingVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, SizeSpecificData) == 0x000168, "Member 'UGeometryCollection::SizeSpecificData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, EnableRemovePiecesOnFracture) == 0x000178, "Member 'UGeometryCollection::EnableRemovePiecesOnFracture' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, RemoveOnFractureMaterials) == 0x000180, "Member 'UGeometryCollection::RemoveOnFractureMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, Overrides) == 0x000190, "Member 'UGeometryCollection::Overrides' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, DataflowInstance) == 0x0001E0, "Member 'UGeometryCollection::DataflowInstance' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, PersistentGuid) == 0x000220, "Member 'UGeometryCollection::PersistentGuid' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, StateGuid) == 0x000230, "Member 'UGeometryCollection::StateGuid' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, RootIndex) == 0x000240, "Member 'UGeometryCollection::RootIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, BreadthFirstTransformIndices) == 0x000248, "Member 'UGeometryCollection::BreadthFirstTransformIndices' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, AutoInstanceTransformRemapIndices) == 0x000258, "Member 'UGeometryCollection::AutoInstanceTransformRemapIndices' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, BoneSelectedMaterialIndex) == 0x000268, "Member 'UGeometryCollection::BoneSelectedMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, AssetUserData) == 0x000280, "Member 'UGeometryCollection::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCollectionRenderLevelSetActor \ +static_assert(alignof(AGeometryCollectionRenderLevelSetActor) == 0x000010, "Wrong alignment on AGeometryCollectionRenderLevelSetActor"); \ +static_assert(sizeof(AGeometryCollectionRenderLevelSetActor) == 0x0003A0, "Wrong size on AGeometryCollectionRenderLevelSetActor"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, TargetVolumeTexture) == 0x0002B0, "Member 'AGeometryCollectionRenderLevelSetActor::TargetVolumeTexture' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RayMarchMaterial) == 0x0002B8, "Member 'AGeometryCollectionRenderLevelSetActor::RayMarchMaterial' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, SurfaceTolerance) == 0x0002C0, "Member 'AGeometryCollectionRenderLevelSetActor::SurfaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Isovalue) == 0x0002C4, "Member 'AGeometryCollectionRenderLevelSetActor::Isovalue' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Enabled) == 0x0002C8, "Member 'AGeometryCollectionRenderLevelSetActor::Enabled' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RenderVolumeBoundingBox) == 0x0002C9, "Member 'AGeometryCollectionRenderLevelSetActor::RenderVolumeBoundingBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionRootProxyRenderer \ +static_assert(alignof(UGeometryCollectionRootProxyRenderer) == 0x000008, "Wrong alignment on UGeometryCollectionRootProxyRenderer"); \ +static_assert(sizeof(UGeometryCollectionRootProxyRenderer) == 0x000048, "Wrong size on UGeometryCollectionRootProxyRenderer"); \ +static_assert(offsetof(UGeometryCollectionRootProxyRenderer, StaticMeshComponents) == 0x000030, "Member 'UGeometryCollectionRootProxyRenderer::StaticMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionISMPoolDebugDrawComponent \ +static_assert(alignof(UGeometryCollectionISMPoolDebugDrawComponent) == 0x000010, "Wrong alignment on UGeometryCollectionISMPoolDebugDrawComponent"); \ +static_assert(sizeof(UGeometryCollectionISMPoolDebugDrawComponent) == 0x0005B0, "Wrong size on UGeometryCollectionISMPoolDebugDrawComponent"); \ +static_assert(offsetof(UGeometryCollectionISMPoolDebugDrawComponent, bShowGlobalStats) == 0x000590, "Member 'UGeometryCollectionISMPoolDebugDrawComponent::bShowGlobalStats' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionISMPoolDebugDrawComponent, bShowStats) == 0x000591, "Member 'UGeometryCollectionISMPoolDebugDrawComponent::bShowStats' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionISMPoolDebugDrawComponent, bShowBounds) == 0x000592, "Member 'UGeometryCollectionISMPoolDebugDrawComponent::bShowBounds' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionISMPoolDebugDrawComponent, SelectedComponent) == 0x000598, "Member 'UGeometryCollectionISMPoolDebugDrawComponent::SelectedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_CheatDeath_C_BP_OnDeathPrevented \ +static_assert(alignof(BP_Skill_CheatDeath_C_BP_OnDeathPrevented) == 0x000008, "Wrong alignment on BP_Skill_CheatDeath_C_BP_OnDeathPrevented"); \ +static_assert(sizeof(BP_Skill_CheatDeath_C_BP_OnDeathPrevented) == 0x000008, "Wrong size on BP_Skill_CheatDeath_C_BP_OnDeathPrevented"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_BP_OnDeathPrevented, DamageType) == 0x000000, "Member 'BP_Skill_CheatDeath_C_BP_OnDeathPrevented::DamageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_CheatDeath_C_BP_ShouldPreventDeath \ +static_assert(alignof(BP_Skill_CheatDeath_C_BP_ShouldPreventDeath) == 0x000008, "Wrong alignment on BP_Skill_CheatDeath_C_BP_ShouldPreventDeath"); \ +static_assert(sizeof(BP_Skill_CheatDeath_C_BP_ShouldPreventDeath) == 0x000018, "Wrong size on BP_Skill_CheatDeath_C_BP_ShouldPreventDeath"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_BP_ShouldPreventDeath, DamageType) == 0x000000, "Member 'BP_Skill_CheatDeath_C_BP_ShouldPreventDeath::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_BP_ShouldPreventDeath, ReturnValue) == 0x000008, "Member 'BP_Skill_CheatDeath_C_BP_ShouldPreventDeath::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_BP_ShouldPreventDeath, CallFunc_GetWorldStateInt_ReturnValue) == 0x00000C, "Member 'BP_Skill_CheatDeath_C_BP_ShouldPreventDeath::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_BP_ShouldPreventDeath, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000010, "Member 'BP_Skill_CheatDeath_C_BP_ShouldPreventDeath::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_BP_ShouldPreventDeath, CallFunc_Less_IntInt_ReturnValue) == 0x000011, "Member 'BP_Skill_CheatDeath_C_BP_ShouldPreventDeath::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_BP_ShouldPreventDeath, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_Skill_CheatDeath_C_BP_ShouldPreventDeath::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath \ +static_assert(alignof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath) == 0x000008, "Wrong alignment on BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath"); \ +static_assert(sizeof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath) == 0x000080, "Wrong size on BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, EntryPoint) == 0x000000, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, K2Node_Event_DamageType) == 0x000010, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::K2Node_Event_DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, CallFunc_AddZeroHealthHandler_InZeroHealthHandler_CastInput) == 0x000018, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::CallFunc_AddZeroHealthHandler_InZeroHealthHandler_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000028, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000030, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, CallFunc_GetController_ReturnValue) == 0x000038, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000040, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, CallFunc_GetPlayingInstance_ReturnValue_3) == 0x000058, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::CallFunc_GetPlayingInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, CallFunc_GetWorldStateInt_ReturnValue) == 0x000060, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, CallFunc_SayIntent_ReturnValue) == 0x000064, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000068, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000070, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath, CallFunc_RegainHealth_HealthRegained_ImplicitCast) == 0x000078, "Member 'BP_Skill_CheatDeath_C_ExecuteUbergraph_BP_Skill_CheatDeath::CallFunc_RegainHealth_HealthRegained_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_CheatDeath_C_GetTakeDamageMultiplier \ +static_assert(alignof(BP_Skill_CheatDeath_C_GetTakeDamageMultiplier) == 0x000008, "Wrong alignment on BP_Skill_CheatDeath_C_GetTakeDamageMultiplier"); \ +static_assert(sizeof(BP_Skill_CheatDeath_C_GetTakeDamageMultiplier) == 0x000080, "Wrong size on BP_Skill_CheatDeath_C_GetTakeDamageMultiplier"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_GetTakeDamageMultiplier, Damage) == 0x000000, "Member 'BP_Skill_CheatDeath_C_GetTakeDamageMultiplier::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_GetTakeDamageMultiplier, HealthDamageMultiplier) == 0x000040, "Member 'BP_Skill_CheatDeath_C_GetTakeDamageMultiplier::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_GetTakeDamageMultiplier, PostureDamageMultiplier) == 0x000048, "Member 'BP_Skill_CheatDeath_C_GetTakeDamageMultiplier::PostureDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_GetTakeDamageMultiplier, Temp_struct_Variable) == 0x000050, "Member 'BP_Skill_CheatDeath_C_GetTakeDamageMultiplier::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_GetTakeDamageMultiplier, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000058, "Member 'BP_Skill_CheatDeath_C_GetTakeDamageMultiplier::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_GetTakeDamageMultiplier, CallFunc_GetWorldStateBool_ReturnValue) == 0x000060, "Member 'BP_Skill_CheatDeath_C_GetTakeDamageMultiplier::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_GetTakeDamageMultiplier, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_Skill_CheatDeath_C_GetTakeDamageMultiplier::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_GetTakeDamageMultiplier, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_Skill_CheatDeath_C_GetTakeDamageMultiplier::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_GetTakeDamageMultiplier, CallFunc_BooleanAND_ReturnValue) == 0x000071, "Member 'BP_Skill_CheatDeath_C_GetTakeDamageMultiplier::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_CheatDeath_C_GetTakeDamageMultiplier, CallFunc_SelectFloat_ReturnValue) == 0x000078, "Member 'BP_Skill_CheatDeath_C_GetTakeDamageMultiplier::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_CheatDeath_C \ +static_assert(alignof(UBP_Skill_CheatDeath_C) == 0x000008, "Wrong alignment on UBP_Skill_CheatDeath_C"); \ +static_assert(sizeof(UBP_Skill_CheatDeath_C) == 0x000058, "Wrong size on UBP_Skill_CheatDeath_C"); \ +static_assert(offsetof(UBP_Skill_CheatDeath_C, UberGraphFrame) == 0x000028, "Member 'UBP_Skill_CheatDeath_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_CheatDeath_C, LastDayUsed) == 0x000030, "Member 'UBP_Skill_CheatDeath_C::LastDayUsed' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_CheatDeath_C, TriggerTime) == 0x000038, "Member 'UBP_Skill_CheatDeath_C::TriggerTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_CheatDeath_C, OnDeathPrevented) == 0x000040, "Member 'UBP_Skill_CheatDeath_C::OnDeathPrevented' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_CheatDeath_C, ImmunityDuration) == 0x000050, "Member 'UBP_Skill_CheatDeath_C::ImmunityDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimPhysSimSpaceSettings \ +static_assert(alignof(FAnimPhysSimSpaceSettings) == 0x000008, "Wrong alignment on FAnimPhysSimSpaceSettings"); \ +static_assert(sizeof(FAnimPhysSimSpaceSettings) == 0x000028, "Wrong size on FAnimPhysSimSpaceSettings"); \ +static_assert(offsetof(FAnimPhysSimSpaceSettings, SimSpaceAngularAlpha) == 0x000000, "Member 'FAnimPhysSimSpaceSettings::SimSpaceAngularAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysSimSpaceSettings, MaxAngularVelocity) == 0x000004, "Member 'FAnimPhysSimSpaceSettings::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysSimSpaceSettings, MaxAngularAcceleration) == 0x000008, "Member 'FAnimPhysSimSpaceSettings::MaxAngularAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysSimSpaceSettings, ExternalAngularVelocity) == 0x000010, "Member 'FAnimPhysSimSpaceSettings::ExternalAngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPositionHistory \ +static_assert(alignof(FPositionHistory) == 0x000008, "Wrong alignment on FPositionHistory"); \ +static_assert(sizeof(FPositionHistory) == 0x000030, "Wrong size on FPositionHistory"); \ +static_assert(offsetof(FPositionHistory, Positions) == 0x000000, "Member 'FPositionHistory::Positions' has a wrong offset!"); \ +static_assert(offsetof(FPositionHistory, Range) == 0x000010, "Member 'FPositionHistory::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_Slot \ +static_assert(alignof(FAnimNode_Slot) == 0x000008, "Wrong alignment on FAnimNode_Slot"); \ +static_assert(sizeof(FAnimNode_Slot) == 0x000048, "Wrong size on FAnimNode_Slot"); \ +static_assert(offsetof(FAnimNode_Slot, Source) == 0x000010, "Member 'FAnimNode_Slot::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Slot, SlotName) == 0x000020, "Member 'FAnimNode_Slot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Slot, bAlwaysUpdateSourcePose) == 0x000028, "Member 'FAnimNode_Slot::bAlwaysUpdateSourcePose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_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_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_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_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_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_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_FAnimPhysConstraintSetup \ +static_assert(alignof(FAnimPhysConstraintSetup) == 0x000008, "Wrong alignment on FAnimPhysConstraintSetup"); \ +static_assert(sizeof(FAnimPhysConstraintSetup) == 0x000088, "Wrong size on FAnimPhysConstraintSetup"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, LinearXLimitType) == 0x000000, "Member 'FAnimPhysConstraintSetup::LinearXLimitType' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, LinearYLimitType) == 0x000001, "Member 'FAnimPhysConstraintSetup::LinearYLimitType' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, LinearZLimitType) == 0x000002, "Member 'FAnimPhysConstraintSetup::LinearZLimitType' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, LinearAxesMin) == 0x000008, "Member 'FAnimPhysConstraintSetup::LinearAxesMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, LinearAxesMax) == 0x000020, "Member 'FAnimPhysConstraintSetup::LinearAxesMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularConstraintType) == 0x000038, "Member 'FAnimPhysConstraintSetup::AngularConstraintType' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, TwistAxis) == 0x000039, "Member 'FAnimPhysConstraintSetup::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularTargetAxis) == 0x00003A, "Member 'FAnimPhysConstraintSetup::AngularTargetAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, ConeAngle) == 0x00003C, "Member 'FAnimPhysConstraintSetup::ConeAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularLimitsMin) == 0x000040, "Member 'FAnimPhysConstraintSetup::AngularLimitsMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularLimitsMax) == 0x000058, "Member 'FAnimPhysConstraintSetup::AngularLimitsMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysConstraintSetup, AngularTarget) == 0x000070, "Member 'FAnimPhysConstraintSetup::AngularTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimPhysBodyDefinition \ +static_assert(alignof(FAnimPhysBodyDefinition) == 0x000008, "Wrong alignment on FAnimPhysBodyDefinition"); \ +static_assert(sizeof(FAnimPhysBodyDefinition) == 0x0000D0, "Wrong size on FAnimPhysBodyDefinition"); \ +static_assert(offsetof(FAnimPhysBodyDefinition, BoundBone) == 0x000000, "Member 'FAnimPhysBodyDefinition::BoundBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysBodyDefinition, BoxExtents) == 0x000010, "Member 'FAnimPhysBodyDefinition::BoxExtents' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysBodyDefinition, LocalJointOffset) == 0x000028, "Member 'FAnimPhysBodyDefinition::LocalJointOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysBodyDefinition, ConstraintSetup) == 0x000040, "Member 'FAnimPhysBodyDefinition::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysBodyDefinition, CollisionType) == 0x0000C8, "Member 'FAnimPhysBodyDefinition::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(FAnimPhysBodyDefinition, SphereCollisionRadius) == 0x0000CC, "Member 'FAnimPhysBodyDefinition::SphereCollisionRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FAnimationStateResultReference \ +static_assert(alignof(FAnimationStateResultReference) == 0x000008, "Wrong alignment on FAnimationStateResultReference"); \ +static_assert(sizeof(FAnimationStateResultReference) == 0x000010, "Wrong size on FAnimationStateResultReference"); \ + +#define DUMPER7_ASSERTS_FAnimationStateMachineReference \ +static_assert(alignof(FAnimationStateMachineReference) == 0x000008, "Wrong alignment on FAnimationStateMachineReference"); \ +static_assert(sizeof(FAnimationStateMachineReference) == 0x000010, "Wrong size on FAnimationStateMachineReference"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendSpacePlayerBase \ +static_assert(alignof(FAnimNode_BlendSpacePlayerBase) == 0x000008, "Wrong alignment on FAnimNode_BlendSpacePlayerBase"); \ +static_assert(sizeof(FAnimNode_BlendSpacePlayerBase) == 0x000068, "Wrong size on FAnimNode_BlendSpacePlayerBase"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayerBase, PreviousBlendSpace) == 0x000060, "Member 'FAnimNode_BlendSpacePlayerBase::PreviousBlendSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendSpacePlayer \ +static_assert(alignof(FAnimNode_BlendSpacePlayer) == 0x000008, "Wrong alignment on FAnimNode_BlendSpacePlayer"); \ +static_assert(sizeof(FAnimNode_BlendSpacePlayer) == 0x000070, "Wrong size on FAnimNode_BlendSpacePlayer"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, BlendSpace) == 0x000068, "Member 'FAnimNode_BlendSpacePlayer::BlendSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_AimOffsetLookAt \ +static_assert(alignof(FAnimNode_AimOffsetLookAt) == 0x000010, "Wrong alignment on FAnimNode_AimOffsetLookAt"); \ +static_assert(sizeof(FAnimNode_AimOffsetLookAt) == 0x0001D0, "Wrong size on FAnimNode_AimOffsetLookAt"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, BasePose) == 0x000130, "Member 'FAnimNode_AimOffsetLookAt::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, LODThreshold) == 0x000140, "Member 'FAnimNode_AimOffsetLookAt::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, SourceSocketName) == 0x000144, "Member 'FAnimNode_AimOffsetLookAt::SourceSocketName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, PivotSocketName) == 0x00014C, "Member 'FAnimNode_AimOffsetLookAt::PivotSocketName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, LookAtLocation) == 0x000158, "Member 'FAnimNode_AimOffsetLookAt::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, SocketAxis) == 0x000170, "Member 'FAnimNode_AimOffsetLookAt::SocketAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AimOffsetLookAt, Alpha) == 0x000188, "Member 'FAnimNode_AimOffsetLookAt::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ApplyAdditive \ +static_assert(alignof(FAnimNode_ApplyAdditive) == 0x000008, "Wrong alignment on FAnimNode_ApplyAdditive"); \ +static_assert(sizeof(FAnimNode_ApplyAdditive) == 0x0000C8, "Wrong size on FAnimNode_ApplyAdditive"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, base) == 0x000010, "Member 'FAnimNode_ApplyAdditive::base' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, Additive) == 0x000020, "Member 'FAnimNode_ApplyAdditive::Additive' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, Alpha) == 0x000030, "Member 'FAnimNode_ApplyAdditive::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaScaleBias) == 0x000034, "Member 'FAnimNode_ApplyAdditive::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, LODThreshold) == 0x00003C, "Member 'FAnimNode_ApplyAdditive::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_ApplyAdditive::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaCurveName) == 0x000088, "Member 'FAnimNode_ApplyAdditive::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaScaleBiasClamp) == 0x000090, "Member 'FAnimNode_ApplyAdditive::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaInputType) == 0x0000C4, "Member 'FAnimNode_ApplyAdditive::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyAdditive, bAlphaBoolEnabled) == 0x0000C5, "Member 'FAnimNode_ApplyAdditive::bAlphaBoolEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendBoneByChannelEntry \ +static_assert(alignof(FBlendBoneByChannelEntry) == 0x000004, "Wrong alignment on FBlendBoneByChannelEntry"); \ +static_assert(sizeof(FBlendBoneByChannelEntry) == 0x000024, "Wrong size on FBlendBoneByChannelEntry"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, SourceBone) == 0x000000, "Member 'FBlendBoneByChannelEntry::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, TargetBone) == 0x000010, "Member 'FBlendBoneByChannelEntry::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, bBlendTranslation) == 0x000020, "Member 'FBlendBoneByChannelEntry::bBlendTranslation' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, bBlendRotation) == 0x000021, "Member 'FBlendBoneByChannelEntry::bBlendRotation' has a wrong offset!"); \ +static_assert(offsetof(FBlendBoneByChannelEntry, bBlendScale) == 0x000022, "Member 'FBlendBoneByChannelEntry::bBlendScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendBoneByChannel \ +static_assert(alignof(FAnimNode_BlendBoneByChannel) == 0x000008, "Wrong alignment on FAnimNode_BlendBoneByChannel"); \ +static_assert(sizeof(FAnimNode_BlendBoneByChannel) == 0x000068, "Wrong size on FAnimNode_BlendBoneByChannel"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, A) == 0x000010, "Member 'FAnimNode_BlendBoneByChannel::A' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, B) == 0x000020, "Member 'FAnimNode_BlendBoneByChannel::B' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, BoneDefinitions) == 0x000030, "Member 'FAnimNode_BlendBoneByChannel::BoneDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, Alpha) == 0x000050, "Member 'FAnimNode_BlendBoneByChannel::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, AlphaScaleBias) == 0x000058, "Member 'FAnimNode_BlendBoneByChannel::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendBoneByChannel, TransformsSpace) == 0x000060, "Member 'FAnimNode_BlendBoneByChannel::TransformsSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendListBase \ +static_assert(alignof(FAnimNode_BlendListBase) == 0x000008, "Wrong alignment on FAnimNode_BlendListBase"); \ +static_assert(sizeof(FAnimNode_BlendListBase) == 0x000050, "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) == 0x000050, "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) == 0x000050, "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) == 0x000050, "Wrong size on FAnimNode_BlendListByInt"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendSpaceEvaluator \ +static_assert(alignof(FAnimNode_BlendSpaceEvaluator) == 0x000008, "Wrong alignment on FAnimNode_BlendSpaceEvaluator"); \ +static_assert(sizeof(FAnimNode_BlendSpaceEvaluator) == 0x000078, "Wrong size on FAnimNode_BlendSpaceEvaluator"); \ +static_assert(offsetof(FAnimNode_BlendSpaceEvaluator, NormalizedTime) == 0x000070, "Member 'FAnimNode_BlendSpaceEvaluator::NormalizedTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpaceEvaluator, bTeleportToNormalizedTime) == 0x000074, "Member 'FAnimNode_BlendSpaceEvaluator::bTeleportToNormalizedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendSpacePlayer_Standalone \ +static_assert(alignof(FAnimNode_BlendSpacePlayer_Standalone) == 0x000008, "Wrong alignment on FAnimNode_BlendSpacePlayer_Standalone"); \ +static_assert(sizeof(FAnimNode_BlendSpacePlayer_Standalone) == 0x000090, "Wrong size on FAnimNode_BlendSpacePlayer_Standalone"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, GroupName) == 0x000068, "Member 'FAnimNode_BlendSpacePlayer_Standalone::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, GroupRole) == 0x000070, "Member 'FAnimNode_BlendSpacePlayer_Standalone::GroupRole' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, bOverridePositionWhenJoiningSyncGroupAsLeader) == 0x000071, "Member 'FAnimNode_BlendSpacePlayer_Standalone::bOverridePositionWhenJoiningSyncGroupAsLeader' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, Method) == 0x000072, "Member 'FAnimNode_BlendSpacePlayer_Standalone::Method' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, bIgnoreForRelevancyTest) == 0x000073, "Member 'FAnimNode_BlendSpacePlayer_Standalone::bIgnoreForRelevancyTest' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, X) == 0x000074, "Member 'FAnimNode_BlendSpacePlayer_Standalone::X' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, Y) == 0x000078, "Member 'FAnimNode_BlendSpacePlayer_Standalone::Y' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, PlayRate) == 0x00007C, "Member 'FAnimNode_BlendSpacePlayer_Standalone::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, bLoop) == 0x000080, "Member 'FAnimNode_BlendSpacePlayer_Standalone::bLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, bResetPlayTimeWhenBlendSpaceChanges) == 0x000081, "Member 'FAnimNode_BlendSpacePlayer_Standalone::bResetPlayTimeWhenBlendSpaceChanges' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, StartPosition) == 0x000084, "Member 'FAnimNode_BlendSpacePlayer_Standalone::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer_Standalone, BlendSpace) == 0x000088, "Member 'FAnimNode_BlendSpacePlayer_Standalone::BlendSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CallFunction \ +static_assert(alignof(FAnimNode_CallFunction) == 0x000008, "Wrong alignment on FAnimNode_CallFunction"); \ +static_assert(sizeof(FAnimNode_CallFunction) == 0x000038, "Wrong size on FAnimNode_CallFunction"); \ +static_assert(offsetof(FAnimNode_CallFunction, Source) == 0x000010, "Member 'FAnimNode_CallFunction::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CallFunction, CallSite) == 0x000034, "Member 'FAnimNode_CallFunction::CallSite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CopyPoseFromMesh \ +static_assert(alignof(FAnimNode_CopyPoseFromMesh) == 0x000008, "Wrong alignment on FAnimNode_CopyPoseFromMesh"); \ +static_assert(sizeof(FAnimNode_CopyPoseFromMesh) == 0x000158, "Wrong size on FAnimNode_CopyPoseFromMesh"); \ +static_assert(offsetof(FAnimNode_CopyPoseFromMesh, SourceMeshComponent) == 0x000010, "Member 'FAnimNode_CopyPoseFromMesh::SourceMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyPoseFromMesh, bCopyCustomAttributes) == 0x000019, "Member 'FAnimNode_CopyPoseFromMesh::bCopyCustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyPoseFromMesh, RootBoneToCopy) == 0x00001C, "Member 'FAnimNode_CopyPoseFromMesh::RootBoneToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CurveSource \ +static_assert(alignof(FAnimNode_CurveSource) == 0x000008, "Wrong alignment on FAnimNode_CurveSource"); \ +static_assert(sizeof(FAnimNode_CurveSource) == 0x000040, "Wrong size on FAnimNode_CurveSource"); \ +static_assert(offsetof(FAnimNode_CurveSource, SourcePose) == 0x000010, "Member 'FAnimNode_CurveSource::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveSource, SourceBinding) == 0x000020, "Member 'FAnimNode_CurveSource::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveSource, Alpha) == 0x000028, "Member 'FAnimNode_CurveSource::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CurveSource, CurveSource) == 0x000030, "Member 'FAnimNode_CurveSource::CurveSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LayeredBoneBlend \ +static_assert(alignof(FAnimNode_LayeredBoneBlend) == 0x000008, "Wrong alignment on FAnimNode_LayeredBoneBlend"); \ +static_assert(sizeof(FAnimNode_LayeredBoneBlend) == 0x0000E8, "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, PerBoneBlendWeights) == 0x000088, "Member 'FAnimNode_LayeredBoneBlend::PerBoneBlendWeights' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, SkeletonGuid) == 0x0000B8, "Member 'FAnimNode_LayeredBoneBlend::SkeletonGuid' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, VirtualBoneGuid) == 0x0000C8, "Member 'FAnimNode_LayeredBoneBlend::VirtualBoneGuid' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, LODThreshold) == 0x0000DC, "Member 'FAnimNode_LayeredBoneBlend::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceRotationBlend) == 0x0000E0, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceRotationBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bRootSpaceRotationBlend) == 0x0000E1, "Member 'FAnimNode_LayeredBoneBlend::bRootSpaceRotationBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceScaleBlend) == 0x0000E2, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceScaleBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, CurveBlendOption) == 0x0000E3, "Member 'FAnimNode_LayeredBoneBlend::CurveBlendOption' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LayeredBoneBlend, bBlendRootMotionBasedOnRootBone) == 0x0000E4, "Member 'FAnimNode_LayeredBoneBlend::bBlendRootMotionBasedOnRootBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_MakeDynamicAdditive \ +static_assert(alignof(FAnimNode_MakeDynamicAdditive) == 0x000008, "Wrong alignment on FAnimNode_MakeDynamicAdditive"); \ +static_assert(sizeof(FAnimNode_MakeDynamicAdditive) == 0x000038, "Wrong size on FAnimNode_MakeDynamicAdditive"); \ +static_assert(offsetof(FAnimNode_MakeDynamicAdditive, base) == 0x000010, "Member 'FAnimNode_MakeDynamicAdditive::base' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MakeDynamicAdditive, Additive) == 0x000020, "Member 'FAnimNode_MakeDynamicAdditive::Additive' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MakeDynamicAdditive, bMeshSpaceAdditive) == 0x000030, "Member 'FAnimNode_MakeDynamicAdditive::bMeshSpaceAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_MirrorBase \ +static_assert(alignof(FAnimNode_MirrorBase) == 0x000008, "Wrong alignment on FAnimNode_MirrorBase"); \ +static_assert(sizeof(FAnimNode_MirrorBase) == 0x000048, "Wrong size on FAnimNode_MirrorBase"); \ +static_assert(offsetof(FAnimNode_MirrorBase, Source) == 0x000010, "Member 'FAnimNode_MirrorBase::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Mirror \ +static_assert(alignof(FAnimNode_Mirror) == 0x000008, "Wrong alignment on FAnimNode_Mirror"); \ +static_assert(sizeof(FAnimNode_Mirror) == 0x000048, "Wrong size on FAnimNode_Mirror"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Mirror_Standalone \ +static_assert(alignof(FAnimNode_Mirror_Standalone) == 0x000008, "Wrong alignment on FAnimNode_Mirror_Standalone"); \ +static_assert(sizeof(FAnimNode_Mirror_Standalone) == 0x000060, "Wrong size on FAnimNode_Mirror_Standalone"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, bMirror) == 0x000048, "Member 'FAnimNode_Mirror_Standalone::bMirror' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, MirrorDataTable) == 0x000050, "Member 'FAnimNode_Mirror_Standalone::MirrorDataTable' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, BlendTime) == 0x000058, "Member 'FAnimNode_Mirror_Standalone::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, bResetChild) == 0x00005C, "Member 'FAnimNode_Mirror_Standalone::bResetChild' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, bBoneMirroring) == 0x00005D, "Member 'FAnimNode_Mirror_Standalone::bBoneMirroring' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, bCurveMirroring) == 0x00005E, "Member 'FAnimNode_Mirror_Standalone::bCurveMirroring' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Mirror_Standalone, bAttributeMirroring) == 0x00005F, "Member 'FAnimNode_Mirror_Standalone::bAttributeMirroring' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ModifyCurve \ +static_assert(alignof(FAnimNode_ModifyCurve) == 0x000008, "Wrong alignment on FAnimNode_ModifyCurve"); \ +static_assert(sizeof(FAnimNode_ModifyCurve) == 0x000120, "Wrong size on FAnimNode_ModifyCurve"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, SourcePose) == 0x000010, "Member 'FAnimNode_ModifyCurve::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, CurveMap) == 0x000020, "Member 'FAnimNode_ModifyCurve::CurveMap' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, CurveValues) == 0x000070, "Member 'FAnimNode_ModifyCurve::CurveValues' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, CurveNames) == 0x000080, "Member 'FAnimNode_ModifyCurve::CurveNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, Alpha) == 0x000118, "Member 'FAnimNode_ModifyCurve::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, ApplyMode) == 0x00011C, "Member 'FAnimNode_ModifyCurve::ApplyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_MultiWayBlend \ +static_assert(alignof(FAnimNode_MultiWayBlend) == 0x000008, "Wrong alignment on FAnimNode_MultiWayBlend"); \ +static_assert(sizeof(FAnimNode_MultiWayBlend) == 0x000050, "Wrong size on FAnimNode_MultiWayBlend"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, Poses) == 0x000010, "Member 'FAnimNode_MultiWayBlend::Poses' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, DesiredAlphas) == 0x000020, "Member 'FAnimNode_MultiWayBlend::DesiredAlphas' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, AlphaScaleBias) == 0x000040, "Member 'FAnimNode_MultiWayBlend::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, bAdditiveNode) == 0x000048, "Member 'FAnimNode_MultiWayBlend::bAdditiveNode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MultiWayBlend, bNormalizeAlpha) == 0x000049, "Member 'FAnimNode_MultiWayBlend::bNormalizeAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseHandler \ +static_assert(alignof(FAnimNode_PoseHandler) == 0x000008, "Wrong alignment on FAnimNode_PoseHandler"); \ +static_assert(sizeof(FAnimNode_PoseHandler) == 0x0000A0, "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) == 0x0000D8, "Wrong size on FAnimNode_PoseBlendNode"); \ +static_assert(offsetof(FAnimNode_PoseBlendNode, SourcePose) == 0x0000A0, "Member 'FAnimNode_PoseBlendNode::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseBlendNode, BlendOption) == 0x0000B0, "Member 'FAnimNode_PoseBlendNode::BlendOption' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseBlendNode, CustomCurve) == 0x0000B8, "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) == 0x0000B8, "Wrong size on FAnimNode_PoseByName"); \ +static_assert(offsetof(FAnimNode_PoseByName, PoseName) == 0x0000A0, "Member 'FAnimNode_PoseByName::PoseName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseByName, PoseWeight) == 0x0000A8, "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) == 0x0000C0, "Wrong size on FPoseDriverTarget"); \ +static_assert(offsetof(FPoseDriverTarget, BoneTransforms) == 0x000000, "Member 'FPoseDriverTarget::BoneTransforms' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, TargetRotation) == 0x000010, "Member 'FPoseDriverTarget::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(FPoseDriverTarget, TargetScale) == 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) == 0x0000BC, "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) == 0x0001A8, "Wrong size on FAnimNode_PoseDriver"); \ +static_assert(offsetof(FAnimNode_PoseDriver, SourcePose) == 0x0000A0, "Member 'FAnimNode_PoseDriver::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, SourceBones) == 0x0000B0, "Member 'FAnimNode_PoseDriver::SourceBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, EvalSpaceBone) == 0x0000C0, "Member 'FAnimNode_PoseDriver::EvalSpaceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, bEvalFromRefPose) == 0x0000D0, "Member 'FAnimNode_PoseDriver::bEvalFromRefPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, OnlyDriveBones) == 0x0000D8, "Member 'FAnimNode_PoseDriver::OnlyDriveBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, PoseTargets) == 0x0000E8, "Member 'FAnimNode_PoseDriver::PoseTargets' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, RBFParams) == 0x0000F8, "Member 'FAnimNode_PoseDriver::RBFParams' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, DriveSource) == 0x000130, "Member 'FAnimNode_PoseDriver::DriveSource' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, DriveOutput) == 0x000131, "Member 'FAnimNode_PoseDriver::DriveOutput' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, LODThreshold) == 0x000174, "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_FRandomPlayerEntriesDataContainer \ +static_assert(alignof(FRandomPlayerEntriesDataContainer) == 0x000008, "Wrong alignment on FRandomPlayerEntriesDataContainer"); \ +static_assert(sizeof(FRandomPlayerEntriesDataContainer) == 0x000010, "Wrong size on FRandomPlayerEntriesDataContainer"); \ +static_assert(offsetof(FRandomPlayerEntriesDataContainer, Entries) == 0x000000, "Member 'FRandomPlayerEntriesDataContainer::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RandomPlayer \ +static_assert(alignof(FAnimNode_RandomPlayer) == 0x000008, "Wrong alignment on FAnimNode_RandomPlayer"); \ +static_assert(sizeof(FAnimNode_RandomPlayer) == 0x000078, "Wrong size on FAnimNode_RandomPlayer"); \ +static_assert(offsetof(FAnimNode_RandomPlayer, Entries) == 0x000010, "Member 'FAnimNode_RandomPlayer::Entries' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RandomPlayer, BlendWeight) == 0x000070, "Member 'FAnimNode_RandomPlayer::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RandomPlayer, bShuffleMode) == 0x000074, "Member 'FAnimNode_RandomPlayer::bShuffleMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_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_RotateRootBone \ +static_assert(alignof(FAnimNode_RotateRootBone) == 0x000008, "Wrong alignment on FAnimNode_RotateRootBone"); \ +static_assert(sizeof(FAnimNode_RotateRootBone) == 0x0000B0, "Wrong size on FAnimNode_RotateRootBone"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, BasePose) == 0x000010, "Member 'FAnimNode_RotateRootBone::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, Pitch) == 0x000020, "Member 'FAnimNode_RotateRootBone::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, Yaw) == 0x000024, "Member 'FAnimNode_RotateRootBone::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, PitchScaleBiasClamp) == 0x000028, "Member 'FAnimNode_RotateRootBone::PitchScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, YawScaleBiasClamp) == 0x000058, "Member 'FAnimNode_RotateRootBone::YawScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, MeshToComponent) == 0x000088, "Member 'FAnimNode_RotateRootBone::MeshToComponent' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, bRotateRootMotionAttribute) == 0x0000A0, "Member 'FAnimNode_RotateRootBone::bRotateRootMotionAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RotationOffsetBlendSpace \ +static_assert(alignof(FAnimNode_RotationOffsetBlendSpace) == 0x000008, "Wrong alignment on FAnimNode_RotationOffsetBlendSpace"); \ +static_assert(sizeof(FAnimNode_RotationOffsetBlendSpace) == 0x000118, "Wrong size on FAnimNode_RotationOffsetBlendSpace"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, BasePose) == 0x000070, "Member 'FAnimNode_RotationOffsetBlendSpace::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, LODThreshold) == 0x000080, "Member 'FAnimNode_RotationOffsetBlendSpace::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, Alpha) == 0x000084, "Member 'FAnimNode_RotationOffsetBlendSpace::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBias) == 0x000088, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaBoolBlend) == 0x000090, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaCurveName) == 0x0000D8, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBiasClamp) == 0x0000E0, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaInputType) == 0x000114, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, bAlphaBoolEnabled) == 0x000115, "Member 'FAnimNode_RotationOffsetBlendSpace::bAlphaBoolEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RotationOffsetBlendSpaceGraph \ +static_assert(alignof(FAnimNode_RotationOffsetBlendSpaceGraph) == 0x000008, "Wrong alignment on FAnimNode_RotationOffsetBlendSpaceGraph"); \ +static_assert(sizeof(FAnimNode_RotationOffsetBlendSpaceGraph) == 0x000110, "Wrong size on FAnimNode_RotationOffsetBlendSpaceGraph"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, BasePose) == 0x000068, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, LODThreshold) == 0x000078, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, Alpha) == 0x00007C, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, AlphaScaleBias) == 0x000080, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, AlphaBoolBlend) == 0x000088, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, AlphaCurveName) == 0x0000D0, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, AlphaScaleBiasClamp) == 0x0000D8, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, AlphaInputType) == 0x00010C, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpaceGraph, bAlphaBoolEnabled) == 0x00010D, "Member 'FAnimNode_RotationOffsetBlendSpaceGraph::bAlphaBoolEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SequenceEvaluator \ +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) == 0x000070, "Wrong size on FAnimNode_SequenceEvaluator_Standalone"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, GroupName) == 0x000040, "Member 'FAnimNode_SequenceEvaluator_Standalone::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, GroupRole) == 0x000048, "Member 'FAnimNode_SequenceEvaluator_Standalone::GroupRole' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, Method) == 0x000049, "Member 'FAnimNode_SequenceEvaluator_Standalone::Method' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, bIgnoreForRelevancyTest) == 0x00004A, "Member 'FAnimNode_SequenceEvaluator_Standalone::bIgnoreForRelevancyTest' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, Sequence) == 0x000050, "Member 'FAnimNode_SequenceEvaluator_Standalone::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, ExplicitTime) == 0x000058, "Member 'FAnimNode_SequenceEvaluator_Standalone::ExplicitTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, bUseExplicitFrame) == 0x00005C, "Member 'FAnimNode_SequenceEvaluator_Standalone::bUseExplicitFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, ExplicitFrame) == 0x000060, "Member 'FAnimNode_SequenceEvaluator_Standalone::ExplicitFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, bShouldLoop) == 0x000064, "Member 'FAnimNode_SequenceEvaluator_Standalone::bShouldLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, bTeleportToExplicitTime) == 0x000065, "Member 'FAnimNode_SequenceEvaluator_Standalone::bTeleportToExplicitTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, ReinitializationBehavior) == 0x000066, "Member 'FAnimNode_SequenceEvaluator_Standalone::ReinitializationBehavior' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, StartPosition) == 0x000068, "Member 'FAnimNode_SequenceEvaluator_Standalone::StartPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_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_FAnimSequencerInstanceProxy \ +static_assert(alignof(FAnimSequencerInstanceProxy) == 0x000010, "Wrong alignment on FAnimSequencerInstanceProxy"); \ +static_assert(sizeof(FAnimSequencerInstanceProxy) == 0x000BF0, "Wrong size on FAnimSequencerInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FBlendListBaseReference \ +static_assert(alignof(FBlendListBaseReference) == 0x000008, "Wrong alignment on FBlendListBaseReference"); \ +static_assert(sizeof(FBlendListBaseReference) == 0x000010, "Wrong size on FBlendListBaseReference"); \ + +#define DUMPER7_ASSERTS_FBlendSpaceReference \ +static_assert(alignof(FBlendSpaceReference) == 0x000008, "Wrong alignment on FBlendSpaceReference"); \ +static_assert(sizeof(FBlendSpaceReference) == 0x000010, "Wrong size on FBlendSpaceReference"); \ + +#define DUMPER7_ASSERTS_FBlendSpacePlayerReference \ +static_assert(alignof(FBlendSpacePlayerReference) == 0x000008, "Wrong alignment on FBlendSpacePlayerReference"); \ +static_assert(sizeof(FBlendSpacePlayerReference) == 0x000010, "Wrong size on FBlendSpacePlayerReference"); \ + +#define DUMPER7_ASSERTS_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_FAnimNode_AnimDynamics \ +static_assert(alignof(FAnimNode_AnimDynamics) == 0x000010, "Wrong alignment on FAnimNode_AnimDynamics"); \ +static_assert(sizeof(FAnimNode_AnimDynamics) == 0x0005B0, "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) == 0x0001F0, "Member 'FAnimNode_AnimDynamics::RelativeSpaceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, BoundBone) == 0x000200, "Member 'FAnimNode_AnimDynamics::BoundBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ChainEnd) == 0x000210, "Member 'FAnimNode_AnimDynamics::ChainEnd' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, PhysicsBodyDefinitions) == 0x000220, "Member 'FAnimNode_AnimDynamics::PhysicsBodyDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, GravityScale) == 0x000230, "Member 'FAnimNode_AnimDynamics::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, GravityOverride) == 0x000238, "Member 'FAnimNode_AnimDynamics::GravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, LinearSpringConstant) == 0x000250, "Member 'FAnimNode_AnimDynamics::LinearSpringConstant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularSpringConstant) == 0x000254, "Member 'FAnimNode_AnimDynamics::AngularSpringConstant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, WindScale) == 0x000258, "Member 'FAnimNode_AnimDynamics::WindScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearAccScale) == 0x000260, "Member 'FAnimNode_AnimDynamics::ComponentLinearAccScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearVelScale) == 0x000278, "Member 'FAnimNode_AnimDynamics::ComponentLinearVelScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentAppliedLinearAccClamp) == 0x000290, "Member 'FAnimNode_AnimDynamics::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SimSpaceSettings) == 0x0002A8, "Member 'FAnimNode_AnimDynamics::SimSpaceSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularBiasOverride) == 0x0002D0, "Member 'FAnimNode_AnimDynamics::AngularBiasOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPreUpdate) == 0x0002D4, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPreUpdate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPostUpdate) == 0x0002D8, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPostUpdate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SphericalLimits) == 0x0002E0, "Member 'FAnimNode_AnimDynamics::SphericalLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ExternalForce) == 0x0002F0, "Member 'FAnimNode_AnimDynamics::ExternalForce' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, PlanarLimits) == 0x000308, "Member 'FAnimNode_AnimDynamics::PlanarLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SimulationSpace) == 0x000318, "Member 'FAnimNode_AnimDynamics::SimulationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, RetargetingSettings) == 0x000320, "Member 'FAnimNode_AnimDynamics::RetargetingSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ApplyLimits \ +static_assert(alignof(FAnimNode_ApplyLimits) == 0x000008, "Wrong alignment on FAnimNode_ApplyLimits"); \ +static_assert(sizeof(FAnimNode_ApplyLimits) == 0x0000E8, "Wrong size on FAnimNode_ApplyLimits"); \ +static_assert(offsetof(FAnimNode_ApplyLimits, AngularRangeLimits) == 0x0000C8, "Member 'FAnimNode_ApplyLimits::AngularRangeLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ApplyLimits, AngularOffsets) == 0x0000D8, "Member 'FAnimNode_ApplyLimits::AngularOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BoneDrivenController \ +static_assert(alignof(FAnimNode_BoneDrivenController) == 0x000008, "Wrong alignment on FAnimNode_BoneDrivenController"); \ +static_assert(sizeof(FAnimNode_BoneDrivenController) == 0x000128, "Wrong size on FAnimNode_BoneDrivenController"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, SourceBone) == 0x0000C8, "Member 'FAnimNode_BoneDrivenController::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, DrivingCurve) == 0x0000D8, "Member 'FAnimNode_BoneDrivenController::DrivingCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, Multiplier) == 0x0000E0, "Member 'FAnimNode_BoneDrivenController::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RangeMin) == 0x0000E8, "Member 'FAnimNode_BoneDrivenController::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RangeMax) == 0x0000F0, "Member 'FAnimNode_BoneDrivenController::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RemappedMin) == 0x0000F8, "Member 'FAnimNode_BoneDrivenController::RemappedMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RemappedMax) == 0x000100, "Member 'FAnimNode_BoneDrivenController::RemappedMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, ParameterName) == 0x000108, "Member 'FAnimNode_BoneDrivenController::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, TargetBone) == 0x000110, "Member 'FAnimNode_BoneDrivenController::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, DestinationMode) == 0x000120, "Member 'FAnimNode_BoneDrivenController::DestinationMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, ModificationMode) == 0x000121, "Member 'FAnimNode_BoneDrivenController::ModificationMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, SourceComponent) == 0x000122, "Member 'FAnimNode_BoneDrivenController::SourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CCDIK \ +static_assert(alignof(FAnimNode_CCDIK) == 0x000010, "Wrong alignment on FAnimNode_CCDIK"); \ +static_assert(sizeof(FAnimNode_CCDIK) == 0x0001C0, "Wrong size on FAnimNode_CCDIK"); \ +static_assert(offsetof(FAnimNode_CCDIK, EffectorLocation) == 0x0000C8, "Member 'FAnimNode_CCDIK::EffectorLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, EffectorLocationSpace) == 0x0000E0, "Member 'FAnimNode_CCDIK::EffectorLocationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, EffectorTarget) == 0x0000F0, "Member 'FAnimNode_CCDIK::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, TipBone) == 0x000180, "Member 'FAnimNode_CCDIK::TipBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, RootBone) == 0x000190, "Member 'FAnimNode_CCDIK::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, Precision) == 0x0001A0, "Member 'FAnimNode_CCDIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, MaxIterations) == 0x0001A4, "Member 'FAnimNode_CCDIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, bStartFromTail) == 0x0001A8, "Member 'FAnimNode_CCDIK::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, bEnableRotationLimit) == 0x0001A9, "Member 'FAnimNode_CCDIK::bEnableRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CCDIK, RotationLimitPerJoints) == 0x0001B0, "Member 'FAnimNode_CCDIK::RotationLimitPerJoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraint \ +static_assert(alignof(FConstraint) == 0x000004, "Wrong alignment on FConstraint"); \ +static_assert(sizeof(FConstraint) == 0x00001C, "Wrong size on FConstraint"); \ +static_assert(offsetof(FConstraint, TargetBone) == 0x000000, "Member 'FConstraint::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FConstraint, OffsetOption) == 0x000010, "Member 'FConstraint::OffsetOption' has a wrong offset!"); \ +static_assert(offsetof(FConstraint, TransformType) == 0x000011, "Member 'FConstraint::TransformType' has a wrong offset!"); \ +static_assert(offsetof(FConstraint, PerAxis) == 0x000012, "Member 'FConstraint::PerAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Constraint \ +static_assert(alignof(FAnimNode_Constraint) == 0x000008, "Wrong alignment on FAnimNode_Constraint"); \ +static_assert(sizeof(FAnimNode_Constraint) == 0x000108, "Wrong size on FAnimNode_Constraint"); \ +static_assert(offsetof(FAnimNode_Constraint, BoneToModify) == 0x0000C8, "Member 'FAnimNode_Constraint::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Constraint, ConstraintSetup) == 0x0000D8, "Member 'FAnimNode_Constraint::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Constraint, ConstraintWeights) == 0x0000E8, "Member 'FAnimNode_Constraint::ConstraintWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CopyBone \ +static_assert(alignof(FAnimNode_CopyBone) == 0x000008, "Wrong alignment on FAnimNode_CopyBone"); \ +static_assert(sizeof(FAnimNode_CopyBone) == 0x0000F0, "Wrong size on FAnimNode_CopyBone"); \ +static_assert(offsetof(FAnimNode_CopyBone, SourceBone) == 0x0000C8, "Member 'FAnimNode_CopyBone::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, TargetBone) == 0x0000D8, "Member 'FAnimNode_CopyBone::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, bCopyTranslation) == 0x0000E8, "Member 'FAnimNode_CopyBone::bCopyTranslation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, bCopyRotation) == 0x0000E9, "Member 'FAnimNode_CopyBone::bCopyRotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, bCopyScale) == 0x0000EA, "Member 'FAnimNode_CopyBone::bCopyScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBone, ControlSpace) == 0x0000EB, "Member 'FAnimNode_CopyBone::ControlSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CopyBoneDelta \ +static_assert(alignof(FAnimNode_CopyBoneDelta) == 0x000008, "Wrong alignment on FAnimNode_CopyBoneDelta"); \ +static_assert(sizeof(FAnimNode_CopyBoneDelta) == 0x0000F8, "Wrong size on FAnimNode_CopyBoneDelta"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, SourceBone) == 0x0000C8, "Member 'FAnimNode_CopyBoneDelta::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, TargetBone) == 0x0000D8, "Member 'FAnimNode_CopyBoneDelta::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyTranslation) == 0x0000E8, "Member 'FAnimNode_CopyBoneDelta::bCopyTranslation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyRotation) == 0x0000E9, "Member 'FAnimNode_CopyBoneDelta::bCopyRotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyScale) == 0x0000EA, "Member 'FAnimNode_CopyBoneDelta::bCopyScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, CopyMode) == 0x0000EB, "Member 'FAnimNode_CopyBoneDelta::CopyMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, TranslationMultiplier) == 0x0000EC, "Member 'FAnimNode_CopyBoneDelta::TranslationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, RotationMultiplier) == 0x0000F0, "Member 'FAnimNode_CopyBoneDelta::RotationMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_CopyBoneDelta, ScaleMultiplier) == 0x0000F4, "Member 'FAnimNode_CopyBoneDelta::ScaleMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Fabrik \ +static_assert(alignof(FAnimNode_Fabrik) == 0x000010, "Wrong alignment on FAnimNode_Fabrik"); \ +static_assert(sizeof(FAnimNode_Fabrik) == 0x0001F0, "Wrong size on FAnimNode_Fabrik"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorTransform) == 0x0000D0, "Member 'FAnimNode_Fabrik::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorTarget) == 0x000130, "Member 'FAnimNode_Fabrik::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, TipBone) == 0x0001C0, "Member 'FAnimNode_Fabrik::TipBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, RootBone) == 0x0001D0, "Member 'FAnimNode_Fabrik::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, Precision) == 0x0001E0, "Member 'FAnimNode_Fabrik::Precision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, MaxIterations) == 0x0001E4, "Member 'FAnimNode_Fabrik::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorTransformSpace) == 0x0001E8, "Member 'FAnimNode_Fabrik::EffectorTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Fabrik, EffectorRotationSource) == 0x0001E9, "Member 'FAnimNode_Fabrik::EffectorRotationSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_HandIKRetargeting \ +static_assert(alignof(FAnimNode_HandIKRetargeting) == 0x000008, "Wrong alignment on FAnimNode_HandIKRetargeting"); \ +static_assert(sizeof(FAnimNode_HandIKRetargeting) == 0x000138, "Wrong size on FAnimNode_HandIKRetargeting"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandFK) == 0x0000C8, "Member 'FAnimNode_HandIKRetargeting::RightHandFK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandFK) == 0x0000D8, "Member 'FAnimNode_HandIKRetargeting::LeftHandFK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandIK) == 0x0000E8, "Member 'FAnimNode_HandIKRetargeting::RightHandIK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandIK) == 0x0000F8, "Member 'FAnimNode_HandIKRetargeting::LeftHandIK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, IKBonesToMove) == 0x000108, "Member 'FAnimNode_HandIKRetargeting::IKBonesToMove' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, PerAxisAlpha) == 0x000118, "Member 'FAnimNode_HandIKRetargeting::PerAxisAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_HandIKRetargeting, HandFKWeight) == 0x000130, "Member 'FAnimNode_HandIKRetargeting::HandFKWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKChainLink \ +static_assert(alignof(FIKChainLink) == 0x000008, "Wrong alignment on FIKChainLink"); \ +static_assert(sizeof(FIKChainLink) == 0x000070, "Wrong size on FIKChainLink"); \ + +#define DUMPER7_ASSERTS_FIKChain \ +static_assert(alignof(FIKChain) == 0x000008, "Wrong alignment on FIKChain"); \ +static_assert(sizeof(FIKChain) == 0x000050, "Wrong size on FIKChain"); \ + +#define DUMPER7_ASSERTS_FAnimLegIKDefinition \ +static_assert(alignof(FAnimLegIKDefinition) == 0x000004, "Wrong alignment on FAnimLegIKDefinition"); \ +static_assert(sizeof(FAnimLegIKDefinition) == 0x000034, "Wrong size on FAnimLegIKDefinition"); \ +static_assert(offsetof(FAnimLegIKDefinition, IKFootBone) == 0x000000, "Member 'FAnimLegIKDefinition::IKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, FKFootBone) == 0x000010, "Member 'FAnimLegIKDefinition::FKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, NumBonesInLimb) == 0x000020, "Member 'FAnimLegIKDefinition::NumBonesInLimb' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, MinRotationAngle) == 0x000024, "Member 'FAnimLegIKDefinition::MinRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, FootBoneForwardAxis) == 0x000028, "Member 'FAnimLegIKDefinition::FootBoneForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, HingeRotationAxis) == 0x000029, "Member 'FAnimLegIKDefinition::HingeRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, bEnableRotationLimit) == 0x00002A, "Member 'FAnimLegIKDefinition::bEnableRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, bEnableKneeTwistCorrection) == 0x00002B, "Member 'FAnimLegIKDefinition::bEnableKneeTwistCorrection' has a wrong offset!"); \ +static_assert(offsetof(FAnimLegIKDefinition, TwistOffsetCurveName) == 0x00002C, "Member 'FAnimLegIKDefinition::TwistOffsetCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimLegIKData \ +static_assert(alignof(FAnimLegIKData) == 0x000010, "Wrong alignment on FAnimLegIKData"); \ +static_assert(sizeof(FAnimLegIKData) == 0x0000F0, "Wrong size on FAnimLegIKData"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LegIK \ +static_assert(alignof(FAnimNode_LegIK) == 0x000008, "Wrong alignment on FAnimNode_LegIK"); \ +static_assert(sizeof(FAnimNode_LegIK) == 0x000100, "Wrong size on FAnimNode_LegIK"); \ +static_assert(offsetof(FAnimNode_LegIK, ReachPrecision) == 0x0000C8, "Member 'FAnimNode_LegIK::ReachPrecision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LegIK, MaxIterations) == 0x0000CC, "Member 'FAnimNode_LegIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LegIK, SoftPercentLength) == 0x0000D0, "Member 'FAnimNode_LegIK::SoftPercentLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LegIK, SoftAlpha) == 0x0000D4, "Member 'FAnimNode_LegIK::SoftAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LegIK, LegsDefinition) == 0x0000D8, "Member 'FAnimNode_LegIK::LegsDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LookAt \ +static_assert(alignof(FAnimNode_LookAt) == 0x000010, "Wrong alignment on FAnimNode_LookAt"); \ +static_assert(sizeof(FAnimNode_LookAt) == 0x000250, "Wrong size on FAnimNode_LookAt"); \ +static_assert(offsetof(FAnimNode_LookAt, BoneToModify) == 0x0000C8, "Member 'FAnimNode_LookAt::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAtTarget) == 0x0000E0, "Member 'FAnimNode_LookAt::LookAtTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAtLocation) == 0x000170, "Member 'FAnimNode_LookAt::LookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAt_Axis) == 0x000188, "Member 'FAnimNode_LookAt::LookAt_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, bUseLookUpAxis) == 0x0001A8, "Member 'FAnimNode_LookAt::bUseLookUpAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, InterpolationType) == 0x0001A9, "Member 'FAnimNode_LookAt::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookUp_Axis) == 0x0001B0, "Member 'FAnimNode_LookAt::LookUp_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, LookAtClamp) == 0x0001D0, "Member 'FAnimNode_LookAt::LookAtClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, InterpolationTime) == 0x0001D4, "Member 'FAnimNode_LookAt::InterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LookAt, InterpolationTriggerThreashold) == 0x0001D8, "Member 'FAnimNode_LookAt::InterpolationTriggerThreashold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_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_ObserveBone \ +static_assert(alignof(FAnimNode_ObserveBone) == 0x000008, "Wrong alignment on FAnimNode_ObserveBone"); \ +static_assert(sizeof(FAnimNode_ObserveBone) == 0x000128, "Wrong size on FAnimNode_ObserveBone"); \ +static_assert(offsetof(FAnimNode_ObserveBone, BoneToObserve) == 0x0000C8, "Member 'FAnimNode_ObserveBone::BoneToObserve' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, DisplaySpace) == 0x0000D8, "Member 'FAnimNode_ObserveBone::DisplaySpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, bRelativeToRefPose) == 0x0000D9, "Member 'FAnimNode_ObserveBone::bRelativeToRefPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, Translation) == 0x0000E0, "Member 'FAnimNode_ObserveBone::Translation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, Rotation) == 0x0000F8, "Member 'FAnimNode_ObserveBone::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ObserveBone, Scale) == 0x000110, "Member 'FAnimNode_ObserveBone::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ResetRoot \ +static_assert(alignof(FAnimNode_ResetRoot) == 0x000008, "Wrong alignment on FAnimNode_ResetRoot"); \ +static_assert(sizeof(FAnimNode_ResetRoot) == 0x0000D8, "Wrong size on FAnimNode_ResetRoot"); \ + +#define DUMPER7_ASSERTS_FSimSpaceSettings \ +static_assert(alignof(FSimSpaceSettings) == 0x000008, "Wrong alignment on FSimSpaceSettings"); \ +static_assert(sizeof(FSimSpaceSettings) == 0x000068, "Wrong size on FSimSpaceSettings"); \ +static_assert(offsetof(FSimSpaceSettings, WorldAlpha) == 0x000000, "Member 'FSimSpaceSettings::WorldAlpha' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, VelocityScaleZ) == 0x000004, "Member 'FSimSpaceSettings::VelocityScaleZ' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, DampingAlpha) == 0x000008, "Member 'FSimSpaceSettings::DampingAlpha' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxLinearVelocity) == 0x00000C, "Member 'FSimSpaceSettings::MaxLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxAngularVelocity) == 0x000010, "Member 'FSimSpaceSettings::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxLinearAcceleration) == 0x000014, "Member 'FSimSpaceSettings::MaxLinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxAngularAcceleration) == 0x000018, "Member 'FSimSpaceSettings::MaxAngularAcceleration' 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) == 0x000930, "Wrong size on FAnimNode_RigidBody"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverridePhysicsAsset) == 0x0000C8, "Member 'FAnimNode_RigidBody::OverridePhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, bDefaultToSkeletalMeshPhysicsAsset) == 0x0000D0, "Member 'FAnimNode_RigidBody::bDefaultToSkeletalMeshPhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, bUseDefaultAsSimulated) == 0x0000D1, "Member 'FAnimNode_RigidBody::bUseDefaultAsSimulated' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, bUseLocalLODThresholdOnly) == 0x000208, "Member 'FAnimNode_RigidBody::bUseLocalLODThresholdOnly' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverrideWorldGravity) == 0x000210, "Member 'FAnimNode_RigidBody::OverrideWorldGravity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ExternalForce) == 0x000228, "Member 'FAnimNode_RigidBody::ExternalForce' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearAccScale) == 0x000240, "Member 'FAnimNode_RigidBody::ComponentLinearAccScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearVelScale) == 0x000258, "Member 'FAnimNode_RigidBody::ComponentLinearVelScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentAppliedLinearAccClamp) == 0x000270, "Member 'FAnimNode_RigidBody::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, SimSpaceSettings) == 0x000288, "Member 'FAnimNode_RigidBody::SimSpaceSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, CachedBoundsScale) == 0x0002F0, "Member 'FAnimNode_RigidBody::CachedBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, BaseBoneRef) == 0x0002F4, "Member 'FAnimNode_RigidBody::BaseBoneRef' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverlapChannel) == 0x000304, "Member 'FAnimNode_RigidBody::OverlapChannel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, SimulationSpace) == 0x000305, "Member 'FAnimNode_RigidBody::SimulationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, bForceDisableCollisionBetweenConstraintBodies) == 0x000306, "Member 'FAnimNode_RigidBody::bForceDisableCollisionBetweenConstraintBodies' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, bUseExternalClothCollision) == 0x000307, "Member 'FAnimNode_RigidBody::bUseExternalClothCollision' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, WorldSpaceMinimumScale) == 0x00030C, "Member 'FAnimNode_RigidBody::WorldSpaceMinimumScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, EvaluationResetTime) == 0x000310, "Member 'FAnimNode_RigidBody::EvaluationResetTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, SimulationTiming) == 0x000315, "Member 'FAnimNode_RigidBody::SimulationTiming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigidBodyAnimNodeReference \ +static_assert(alignof(FRigidBodyAnimNodeReference) == 0x000008, "Wrong alignment on FRigidBodyAnimNodeReference"); \ +static_assert(sizeof(FRigidBodyAnimNodeReference) == 0x000010, "Wrong size on FRigidBodyAnimNodeReference"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ScaleChainLength \ +static_assert(alignof(FAnimNode_ScaleChainLength) == 0x000008, "Wrong alignment on FAnimNode_ScaleChainLength"); \ +static_assert(sizeof(FAnimNode_ScaleChainLength) == 0x000088, "Wrong size on FAnimNode_ScaleChainLength"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, InputPose) == 0x000010, "Member 'FAnimNode_ScaleChainLength::InputPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, DefaultChainLength) == 0x000020, "Member 'FAnimNode_ScaleChainLength::DefaultChainLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, ChainStartBone) == 0x000024, "Member 'FAnimNode_ScaleChainLength::ChainStartBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, ChainEndBone) == 0x000034, "Member 'FAnimNode_ScaleChainLength::ChainEndBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, TargetLocation) == 0x000048, "Member 'FAnimNode_ScaleChainLength::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, Alpha) == 0x000060, "Member 'FAnimNode_ScaleChainLength::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, AlphaScaleBias) == 0x000068, "Member 'FAnimNode_ScaleChainLength::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ScaleChainLength, ChainInitialLength) == 0x000070, "Member 'FAnimNode_ScaleChainLength::ChainInitialLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineIKCachedBoneData \ +static_assert(alignof(FSplineIKCachedBoneData) == 0x000004, "Wrong alignment on FSplineIKCachedBoneData"); \ +static_assert(sizeof(FSplineIKCachedBoneData) == 0x000014, "Wrong size on FSplineIKCachedBoneData"); \ +static_assert(offsetof(FSplineIKCachedBoneData, bone) == 0x000000, "Member 'FSplineIKCachedBoneData::bone' has a wrong offset!"); \ +static_assert(offsetof(FSplineIKCachedBoneData, RefSkeletonIndex) == 0x000010, "Member 'FSplineIKCachedBoneData::RefSkeletonIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SplineIK \ +static_assert(alignof(FAnimNode_SplineIK) == 0x000008, "Wrong alignment on FAnimNode_SplineIK"); \ +static_assert(sizeof(FAnimNode_SplineIK) == 0x000260, "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) == 0x000180, "Wrong size on FAnimNode_SpringBone"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringBone) == 0x0000C8, "Member 'FAnimNode_SpringBone::SpringBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, MaxDisplacement) == 0x0000D8, "Member 'FAnimNode_SpringBone::MaxDisplacement' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringStiffness) == 0x0000E0, "Member 'FAnimNode_SpringBone::SpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringDamping) == 0x0000E8, "Member 'FAnimNode_SpringBone::SpringDamping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, ErrorResetThresh) == 0x0000F0, "Member 'FAnimNode_SpringBone::ErrorResetThresh' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, OwnerVelocityOverride) == 0x000168, "Member 'FAnimNode_SpringBone::OwnerVelocityOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotationLimit \ +static_assert(alignof(FRotationLimit) == 0x000008, "Wrong alignment on FRotationLimit"); \ +static_assert(sizeof(FRotationLimit) == 0x000030, "Wrong size on FRotationLimit"); \ +static_assert(offsetof(FRotationLimit, LimitMin) == 0x000000, "Member 'FRotationLimit::LimitMin' has a wrong offset!"); \ +static_assert(offsetof(FRotationLimit, LimitMax) == 0x000018, "Member 'FRotationLimit::LimitMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Trail \ +static_assert(alignof(FAnimNode_Trail) == 0x000010, "Wrong alignment on FAnimNode_Trail"); \ +static_assert(sizeof(FAnimNode_Trail) == 0x0002A0, "Wrong size on FAnimNode_Trail"); \ +static_assert(offsetof(FAnimNode_Trail, TrailBone) == 0x000130, "Member 'FAnimNode_Trail::TrailBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, ChainLength) == 0x000140, "Member 'FAnimNode_Trail::ChainLength' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, ChainBoneAxis) == 0x000144, "Member 'FAnimNode_Trail::ChainBoneAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, MaxDeltaTime) == 0x000148, "Member 'FAnimNode_Trail::MaxDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RelaxationSpeedScale) == 0x00014C, "Member 'FAnimNode_Trail::RelaxationSpeedScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, TrailRelaxationSpeed) == 0x000150, "Member 'FAnimNode_Trail::TrailRelaxationSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RelaxationSpeedScaleInputProcessor) == 0x0001D8, "Member 'FAnimNode_Trail::RelaxationSpeedScaleInputProcessor' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RotationLimits) == 0x000208, "Member 'FAnimNode_Trail::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, RotationOffsets) == 0x000218, "Member 'FAnimNode_Trail::RotationOffsets' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, PlanarLimits) == 0x000228, "Member 'FAnimNode_Trail::PlanarLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, StretchLimit) == 0x000238, "Member 'FAnimNode_Trail::StretchLimit' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, FakeVelocity) == 0x000240, "Member 'FAnimNode_Trail::FakeVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, BaseJoint) == 0x000258, "Member 'FAnimNode_Trail::BaseJoint' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Trail, LastBoneRotationAnimAlphaBlend) == 0x000268, "Member 'FAnimNode_Trail::LastBoneRotationAnimAlphaBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReferenceBoneFrame \ +static_assert(alignof(FReferenceBoneFrame) == 0x000008, "Wrong alignment on FReferenceBoneFrame"); \ +static_assert(sizeof(FReferenceBoneFrame) == 0x000030, "Wrong size on FReferenceBoneFrame"); \ +static_assert(offsetof(FReferenceBoneFrame, bone) == 0x000000, "Member 'FReferenceBoneFrame::bone' has a wrong offset!"); \ +static_assert(offsetof(FReferenceBoneFrame, Axis) == 0x000010, "Member 'FReferenceBoneFrame::Axis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TwistCorrectiveNode \ +static_assert(alignof(FAnimNode_TwistCorrectiveNode) == 0x000008, "Wrong alignment on FAnimNode_TwistCorrectiveNode"); \ +static_assert(sizeof(FAnimNode_TwistCorrectiveNode) == 0x000168, "Wrong size on FAnimNode_TwistCorrectiveNode"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, BaseFrame) == 0x0000C8, "Member 'FAnimNode_TwistCorrectiveNode::BaseFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, TwistFrame) == 0x0000F8, "Member 'FAnimNode_TwistCorrectiveNode::TwistFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, TwistPlaneNormalAxis) == 0x000128, "Member 'FAnimNode_TwistCorrectiveNode::TwistPlaneNormalAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RangeMax) == 0x000148, "Member 'FAnimNode_TwistCorrectiveNode::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RemappedMin) == 0x00014C, "Member 'FAnimNode_TwistCorrectiveNode::RemappedMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RemappedMax) == 0x000150, "Member 'FAnimNode_TwistCorrectiveNode::RemappedMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwistCorrectiveNode, CurveName) == 0x000154, "Member 'FAnimNode_TwistCorrectiveNode::CurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TwoBoneIK \ +static_assert(alignof(FAnimNode_TwoBoneIK) == 0x000010, "Wrong alignment on FAnimNode_TwoBoneIK"); \ +static_assert(sizeof(FAnimNode_TwoBoneIK) == 0x000280, "Wrong size on FAnimNode_TwoBoneIK"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, IKBone) == 0x0000C8, "Member 'FAnimNode_TwoBoneIK::IKBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, StartStretchRatio) == 0x0000D8, "Member 'FAnimNode_TwoBoneIK::StartStretchRatio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, MaxStretchScale) == 0x0000E0, "Member 'FAnimNode_TwoBoneIK::MaxStretchScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocation) == 0x0000E8, "Member 'FAnimNode_TwoBoneIK::EffectorLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorTarget) == 0x000110, "Member 'FAnimNode_TwoBoneIK::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocation) == 0x0001A0, "Member 'FAnimNode_TwoBoneIK::JointTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTarget) == 0x0001C0, "Member 'FAnimNode_TwoBoneIK::JointTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, TwistAxis) == 0x000250, "Member 'FAnimNode_TwoBoneIK::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocationSpace) == 0x000270, "Member 'FAnimNode_TwoBoneIK::EffectorLocationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocationSpace) == 0x000271, "Member 'FAnimNode_TwoBoneIK::JointTargetLocationSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKFootPelvisPullDownSolver \ +static_assert(alignof(FIKFootPelvisPullDownSolver) == 0x000008, "Wrong alignment on FIKFootPelvisPullDownSolver"); \ +static_assert(sizeof(FIKFootPelvisPullDownSolver) == 0x000080, "Wrong size on FIKFootPelvisPullDownSolver"); \ +static_assert(offsetof(FIKFootPelvisPullDownSolver, PelvisAdjustmentInterp) == 0x000000, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentInterp' has a wrong offset!"); \ +static_assert(offsetof(FIKFootPelvisPullDownSolver, PelvisAdjustmentInterpAlpha) == 0x000060, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentInterpAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKFootPelvisPullDownSolver, PelvisAdjustmentMaxDistance) == 0x000068, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FIKFootPelvisPullDownSolver, PelvisAdjustmentErrorTolerance) == 0x000070, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FIKFootPelvisPullDownSolver, PelvisAdjustmentMaxIter) == 0x000078, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentMaxIter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWarpingVectorValue \ +static_assert(alignof(FWarpingVectorValue) == 0x000008, "Wrong alignment on FWarpingVectorValue"); \ +static_assert(sizeof(FWarpingVectorValue) == 0x000020, "Wrong size on FWarpingVectorValue"); \ +static_assert(offsetof(FWarpingVectorValue, Mode) == 0x000000, "Member 'FWarpingVectorValue::Mode' has a wrong offset!"); \ +static_assert(offsetof(FWarpingVectorValue, Value) == 0x000008, "Member 'FWarpingVectorValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLayeredBoneBlendReference \ +static_assert(alignof(FLayeredBoneBlendReference) == 0x000008, "Wrong alignment on FLayeredBoneBlendReference"); \ +static_assert(sizeof(FLayeredBoneBlendReference) == 0x000010, "Wrong size on FLayeredBoneBlendReference"); \ + +#define DUMPER7_ASSERTS_FLinkedAnimGraphReference \ +static_assert(alignof(FLinkedAnimGraphReference) == 0x000008, "Wrong alignment on FLinkedAnimGraphReference"); \ +static_assert(sizeof(FLinkedAnimGraphReference) == 0x000010, "Wrong size on FLinkedAnimGraphReference"); \ + +#define DUMPER7_ASSERTS_FMirrorAnimNodeReference \ +static_assert(alignof(FMirrorAnimNodeReference) == 0x000008, "Wrong alignment on FMirrorAnimNodeReference"); \ +static_assert(sizeof(FMirrorAnimNodeReference) == 0x000010, "Wrong size on FMirrorAnimNodeReference"); \ + +#define DUMPER7_ASSERTS_FModifyCurveAnimNodeReference \ +static_assert(alignof(FModifyCurveAnimNodeReference) == 0x000008, "Wrong alignment on FModifyCurveAnimNodeReference"); \ +static_assert(sizeof(FModifyCurveAnimNodeReference) == 0x000010, "Wrong size on FModifyCurveAnimNodeReference"); \ + +#define DUMPER7_ASSERTS_FRBFEntry \ +static_assert(alignof(FRBFEntry) == 0x000008, "Wrong alignment on FRBFEntry"); \ +static_assert(sizeof(FRBFEntry) == 0x000010, "Wrong size on FRBFEntry"); \ +static_assert(offsetof(FRBFEntry, Values) == 0x000000, "Member 'FRBFEntry::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRBFTarget \ +static_assert(alignof(FRBFTarget) == 0x000008, "Wrong alignment on FRBFTarget"); \ +static_assert(sizeof(FRBFTarget) == 0x0000A0, "Wrong size on FRBFTarget"); \ +static_assert(offsetof(FRBFTarget, ScaleFactor) == 0x000010, "Member 'FRBFTarget::ScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(FRBFTarget, bApplyCustomCurve) == 0x000014, "Member 'FRBFTarget::bApplyCustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FRBFTarget, CustomCurve) == 0x000018, "Member 'FRBFTarget::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(FRBFTarget, DistanceMethod) == 0x000098, "Member 'FRBFTarget::DistanceMethod' has a wrong offset!"); \ +static_assert(offsetof(FRBFTarget, FunctionType) == 0x000099, "Member 'FRBFTarget::FunctionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSequenceEvaluatorReference \ +static_assert(alignof(FSequenceEvaluatorReference) == 0x000008, "Wrong alignment on FSequenceEvaluatorReference"); \ +static_assert(sizeof(FSequenceEvaluatorReference) == 0x000010, "Wrong size on FSequenceEvaluatorReference"); \ + +#define DUMPER7_ASSERTS_FSequencePlayerReference \ +static_assert(alignof(FSequencePlayerReference) == 0x000008, "Wrong alignment on FSequencePlayerReference"); \ +static_assert(sizeof(FSequencePlayerReference) == 0x000010, "Wrong size on FSequencePlayerReference"); \ + +#define DUMPER7_ASSERTS_FSkeletalControlReference \ +static_assert(alignof(FSkeletalControlReference) == 0x000008, "Wrong alignment on FSkeletalControlReference"); \ +static_assert(sizeof(FSkeletalControlReference) == 0x000010, "Wrong size on FSkeletalControlReference"); \ + +#define DUMPER7_ASSERTS_SequencerAnimationOverride_AllowsCinematicOverride \ +static_assert(alignof(SequencerAnimationOverride_AllowsCinematicOverride) == 0x000001, "Wrong alignment on SequencerAnimationOverride_AllowsCinematicOverride"); \ +static_assert(sizeof(SequencerAnimationOverride_AllowsCinematicOverride) == 0x000001, "Wrong size on SequencerAnimationOverride_AllowsCinematicOverride"); \ +static_assert(offsetof(SequencerAnimationOverride_AllowsCinematicOverride, ReturnValue) == 0x000000, "Member 'SequencerAnimationOverride_AllowsCinematicOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerAnimationOverride_GetSequencerAnimSlotNames \ +static_assert(alignof(SequencerAnimationOverride_GetSequencerAnimSlotNames) == 0x000008, "Wrong alignment on SequencerAnimationOverride_GetSequencerAnimSlotNames"); \ +static_assert(sizeof(SequencerAnimationOverride_GetSequencerAnimSlotNames) == 0x000010, "Wrong size on SequencerAnimationOverride_GetSequencerAnimSlotNames"); \ +static_assert(offsetof(SequencerAnimationOverride_GetSequencerAnimSlotNames, ReturnValue) == 0x000000, "Member 'SequencerAnimationOverride_GetSequencerAnimSlotNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISequencerAnimationOverride \ +static_assert(alignof(ISequencerAnimationOverride) == 0x000001, "Wrong alignment on ISequencerAnimationOverride"); \ +static_assert(sizeof(ISequencerAnimationOverride) == 0x000001, "Wrong size on ISequencerAnimationOverride"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_ConvertToAnimationStateMachine \ +static_assert(alignof(AnimationStateMachineLibrary_ConvertToAnimationStateMachine) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_ConvertToAnimationStateMachine"); \ +static_assert(sizeof(AnimationStateMachineLibrary_ConvertToAnimationStateMachine) == 0x000028, "Wrong size on AnimationStateMachineLibrary_ConvertToAnimationStateMachine"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateMachine, Node) == 0x000000, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateMachine::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateMachine, AnimationState) == 0x000010, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateMachine::AnimationState' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateMachine, Result) == 0x000020, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateMachine::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure \ +static_assert(alignof(AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure"); \ +static_assert(sizeof(AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure) == 0x000028, "Wrong size on AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure, Node) == 0x000000, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure, AnimationState) == 0x000010, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure::AnimationState' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure, Result) == 0x000020, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateMachinePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_ConvertToAnimationStateResult \ +static_assert(alignof(AnimationStateMachineLibrary_ConvertToAnimationStateResult) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_ConvertToAnimationStateResult"); \ +static_assert(sizeof(AnimationStateMachineLibrary_ConvertToAnimationStateResult) == 0x000028, "Wrong size on AnimationStateMachineLibrary_ConvertToAnimationStateResult"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateResult, Node) == 0x000000, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateResult::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateResult, AnimationState) == 0x000010, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateResult::AnimationState' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateResult, Result) == 0x000020, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateResult::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_ConvertToAnimationStateResultPure \ +static_assert(alignof(AnimationStateMachineLibrary_ConvertToAnimationStateResultPure) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_ConvertToAnimationStateResultPure"); \ +static_assert(sizeof(AnimationStateMachineLibrary_ConvertToAnimationStateResultPure) == 0x000028, "Wrong size on AnimationStateMachineLibrary_ConvertToAnimationStateResultPure"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateResultPure, Node) == 0x000000, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateResultPure::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateResultPure, AnimationState) == 0x000010, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateResultPure::AnimationState' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_ConvertToAnimationStateResultPure, Result) == 0x000020, "Member 'AnimationStateMachineLibrary_ConvertToAnimationStateResultPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining \ +static_assert(alignof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining"); \ +static_assert(sizeof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining) == 0x000028, "Wrong size on AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining, UpdateContext) == 0x000000, "Member 'AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining, Node) == 0x000010, "Member 'AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining, ReturnValue) == 0x000020, "Member 'AnimationStateMachineLibrary_GetRelevantAnimTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction \ +static_assert(alignof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction"); \ +static_assert(sizeof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction) == 0x000028, "Wrong size on AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction, UpdateContext) == 0x000000, "Member 'AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction, Node) == 0x000010, "Member 'AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction, ReturnValue) == 0x000020, "Member 'AnimationStateMachineLibrary_GetRelevantAnimTimeRemainingFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_GetState \ +static_assert(alignof(AnimationStateMachineLibrary_GetState) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_GetState"); \ +static_assert(sizeof(AnimationStateMachineLibrary_GetState) == 0x000028, "Wrong size on AnimationStateMachineLibrary_GetState"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetState, UpdateContext) == 0x000000, "Member 'AnimationStateMachineLibrary_GetState::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetState, Node) == 0x000010, "Member 'AnimationStateMachineLibrary_GetState::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_GetState, ReturnValue) == 0x000020, "Member 'AnimationStateMachineLibrary_GetState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_IsStateBlendingIn \ +static_assert(alignof(AnimationStateMachineLibrary_IsStateBlendingIn) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_IsStateBlendingIn"); \ +static_assert(sizeof(AnimationStateMachineLibrary_IsStateBlendingIn) == 0x000028, "Wrong size on AnimationStateMachineLibrary_IsStateBlendingIn"); \ +static_assert(offsetof(AnimationStateMachineLibrary_IsStateBlendingIn, UpdateContext) == 0x000000, "Member 'AnimationStateMachineLibrary_IsStateBlendingIn::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_IsStateBlendingIn, Node) == 0x000010, "Member 'AnimationStateMachineLibrary_IsStateBlendingIn::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_IsStateBlendingIn, ReturnValue) == 0x000020, "Member 'AnimationStateMachineLibrary_IsStateBlendingIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_IsStateBlendingOut \ +static_assert(alignof(AnimationStateMachineLibrary_IsStateBlendingOut) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_IsStateBlendingOut"); \ +static_assert(sizeof(AnimationStateMachineLibrary_IsStateBlendingOut) == 0x000028, "Wrong size on AnimationStateMachineLibrary_IsStateBlendingOut"); \ +static_assert(offsetof(AnimationStateMachineLibrary_IsStateBlendingOut, UpdateContext) == 0x000000, "Member 'AnimationStateMachineLibrary_IsStateBlendingOut::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_IsStateBlendingOut, Node) == 0x000010, "Member 'AnimationStateMachineLibrary_IsStateBlendingOut::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_IsStateBlendingOut, ReturnValue) == 0x000020, "Member 'AnimationStateMachineLibrary_IsStateBlendingOut::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationStateMachineLibrary_SetState \ +static_assert(alignof(AnimationStateMachineLibrary_SetState) == 0x000008, "Wrong alignment on AnimationStateMachineLibrary_SetState"); \ +static_assert(sizeof(AnimationStateMachineLibrary_SetState) == 0x000048, "Wrong size on AnimationStateMachineLibrary_SetState"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, UpdateContext) == 0x000000, "Member 'AnimationStateMachineLibrary_SetState::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, Node) == 0x000010, "Member 'AnimationStateMachineLibrary_SetState::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, TargetState) == 0x000020, "Member 'AnimationStateMachineLibrary_SetState::TargetState' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, Duration) == 0x000028, "Member 'AnimationStateMachineLibrary_SetState::Duration' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, BlendType) == 0x00002C, "Member 'AnimationStateMachineLibrary_SetState::BlendType' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, BlendProfile) == 0x000030, "Member 'AnimationStateMachineLibrary_SetState::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, AlphaBlendOption) == 0x000038, "Member 'AnimationStateMachineLibrary_SetState::AlphaBlendOption' has a wrong offset!"); \ +static_assert(offsetof(AnimationStateMachineLibrary_SetState, CustomBlendCurve) == 0x000040, "Member 'AnimationStateMachineLibrary_SetState::CustomBlendCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationStateMachineLibrary \ +static_assert(alignof(UAnimationStateMachineLibrary) == 0x000008, "Wrong alignment on UAnimationStateMachineLibrary"); \ +static_assert(sizeof(UAnimationStateMachineLibrary) == 0x000028, "Wrong size on UAnimationStateMachineLibrary"); \ + +#define DUMPER7_ASSERTS_UAnimSequencerInstance \ +static_assert(alignof(UAnimSequencerInstance) == 0x000010, "Wrong alignment on UAnimSequencerInstance"); \ +static_assert(sizeof(UAnimSequencerInstance) == 0x0003F0, "Wrong size on UAnimSequencerInstance"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext \ +static_assert(alignof(AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext"); \ +static_assert(sizeof(AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext) == 0x000028, "Wrong size on AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext, Result) == 0x000010, "Member 'AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext, ReturnValue) == 0x000018, "Member 'AnimExecutionContextLibrary_ConvertToComponentSpacePoseContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_ConvertToInitializationContext \ +static_assert(alignof(AnimExecutionContextLibrary_ConvertToInitializationContext) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_ConvertToInitializationContext"); \ +static_assert(sizeof(AnimExecutionContextLibrary_ConvertToInitializationContext) == 0x000028, "Wrong size on AnimExecutionContextLibrary_ConvertToInitializationContext"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToInitializationContext, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_ConvertToInitializationContext::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToInitializationContext, Result) == 0x000010, "Member 'AnimExecutionContextLibrary_ConvertToInitializationContext::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToInitializationContext, ReturnValue) == 0x000018, "Member 'AnimExecutionContextLibrary_ConvertToInitializationContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_ConvertToPoseContext \ +static_assert(alignof(AnimExecutionContextLibrary_ConvertToPoseContext) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_ConvertToPoseContext"); \ +static_assert(sizeof(AnimExecutionContextLibrary_ConvertToPoseContext) == 0x000028, "Wrong size on AnimExecutionContextLibrary_ConvertToPoseContext"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToPoseContext, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_ConvertToPoseContext::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToPoseContext, Result) == 0x000010, "Member 'AnimExecutionContextLibrary_ConvertToPoseContext::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToPoseContext, ReturnValue) == 0x000018, "Member 'AnimExecutionContextLibrary_ConvertToPoseContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_ConvertToUpdateContext \ +static_assert(alignof(AnimExecutionContextLibrary_ConvertToUpdateContext) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_ConvertToUpdateContext"); \ +static_assert(sizeof(AnimExecutionContextLibrary_ConvertToUpdateContext) == 0x000028, "Wrong size on AnimExecutionContextLibrary_ConvertToUpdateContext"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToUpdateContext, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_ConvertToUpdateContext::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToUpdateContext, Result) == 0x000010, "Member 'AnimExecutionContextLibrary_ConvertToUpdateContext::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_ConvertToUpdateContext, ReturnValue) == 0x000018, "Member 'AnimExecutionContextLibrary_ConvertToUpdateContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_GetAnimInstance \ +static_assert(alignof(AnimExecutionContextLibrary_GetAnimInstance) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_GetAnimInstance"); \ +static_assert(sizeof(AnimExecutionContextLibrary_GetAnimInstance) == 0x000018, "Wrong size on AnimExecutionContextLibrary_GetAnimInstance"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetAnimInstance, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_GetAnimInstance::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetAnimInstance, ReturnValue) == 0x000010, "Member 'AnimExecutionContextLibrary_GetAnimInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_GetAnimNodeReference \ +static_assert(alignof(AnimExecutionContextLibrary_GetAnimNodeReference) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_GetAnimNodeReference"); \ +static_assert(sizeof(AnimExecutionContextLibrary_GetAnimNodeReference) == 0x000020, "Wrong size on AnimExecutionContextLibrary_GetAnimNodeReference"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetAnimNodeReference, Instance) == 0x000000, "Member 'AnimExecutionContextLibrary_GetAnimNodeReference::Instance' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetAnimNodeReference, Index_0) == 0x000008, "Member 'AnimExecutionContextLibrary_GetAnimNodeReference::Index_0' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetAnimNodeReference, ReturnValue) == 0x000010, "Member 'AnimExecutionContextLibrary_GetAnimNodeReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_GetCurrentWeight \ +static_assert(alignof(AnimExecutionContextLibrary_GetCurrentWeight) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_GetCurrentWeight"); \ +static_assert(sizeof(AnimExecutionContextLibrary_GetCurrentWeight) == 0x000018, "Wrong size on AnimExecutionContextLibrary_GetCurrentWeight"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetCurrentWeight, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_GetCurrentWeight::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetCurrentWeight, ReturnValue) == 0x000010, "Member 'AnimExecutionContextLibrary_GetCurrentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_GetDeltaTime \ +static_assert(alignof(AnimExecutionContextLibrary_GetDeltaTime) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_GetDeltaTime"); \ +static_assert(sizeof(AnimExecutionContextLibrary_GetDeltaTime) == 0x000018, "Wrong size on AnimExecutionContextLibrary_GetDeltaTime"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetDeltaTime, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_GetDeltaTime::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_GetDeltaTime, ReturnValue) == 0x000010, "Member 'AnimExecutionContextLibrary_GetDeltaTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimExecutionContextLibrary_IsActive \ +static_assert(alignof(AnimExecutionContextLibrary_IsActive) == 0x000008, "Wrong alignment on AnimExecutionContextLibrary_IsActive"); \ +static_assert(sizeof(AnimExecutionContextLibrary_IsActive) == 0x000018, "Wrong size on AnimExecutionContextLibrary_IsActive"); \ +static_assert(offsetof(AnimExecutionContextLibrary_IsActive, Context) == 0x000000, "Member 'AnimExecutionContextLibrary_IsActive::Context' has a wrong offset!"); \ +static_assert(offsetof(AnimExecutionContextLibrary_IsActive, ReturnValue) == 0x000010, "Member 'AnimExecutionContextLibrary_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimExecutionContextLibrary \ +static_assert(alignof(UAnimExecutionContextLibrary) == 0x000008, "Wrong alignment on UAnimExecutionContextLibrary"); \ +static_assert(sizeof(UAnimExecutionContextLibrary) == 0x000028, "Wrong size on UAnimExecutionContextLibrary"); \ + +#define DUMPER7_ASSERTS_BlendSpaceLibrary_ConvertToBlendSpace \ +static_assert(alignof(BlendSpaceLibrary_ConvertToBlendSpace) == 0x000008, "Wrong alignment on BlendSpaceLibrary_ConvertToBlendSpace"); \ +static_assert(sizeof(BlendSpaceLibrary_ConvertToBlendSpace) == 0x000028, "Wrong size on BlendSpaceLibrary_ConvertToBlendSpace"); \ +static_assert(offsetof(BlendSpaceLibrary_ConvertToBlendSpace, Node) == 0x000000, "Member 'BlendSpaceLibrary_ConvertToBlendSpace::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_ConvertToBlendSpace, Result) == 0x000010, "Member 'BlendSpaceLibrary_ConvertToBlendSpace::Result' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_ConvertToBlendSpace, ReturnValue) == 0x000018, "Member 'BlendSpaceLibrary_ConvertToBlendSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpaceLibrary_ConvertToBlendSpacePure \ +static_assert(alignof(BlendSpaceLibrary_ConvertToBlendSpacePure) == 0x000008, "Wrong alignment on BlendSpaceLibrary_ConvertToBlendSpacePure"); \ +static_assert(sizeof(BlendSpaceLibrary_ConvertToBlendSpacePure) == 0x000028, "Wrong size on BlendSpaceLibrary_ConvertToBlendSpacePure"); \ +static_assert(offsetof(BlendSpaceLibrary_ConvertToBlendSpacePure, Node) == 0x000000, "Member 'BlendSpaceLibrary_ConvertToBlendSpacePure::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_ConvertToBlendSpacePure, BlendSpace) == 0x000010, "Member 'BlendSpaceLibrary_ConvertToBlendSpacePure::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_ConvertToBlendSpacePure, Result) == 0x000020, "Member 'BlendSpaceLibrary_ConvertToBlendSpacePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpaceLibrary_GetFilteredPosition \ +static_assert(alignof(BlendSpaceLibrary_GetFilteredPosition) == 0x000008, "Wrong alignment on BlendSpaceLibrary_GetFilteredPosition"); \ +static_assert(sizeof(BlendSpaceLibrary_GetFilteredPosition) == 0x000028, "Wrong size on BlendSpaceLibrary_GetFilteredPosition"); \ +static_assert(offsetof(BlendSpaceLibrary_GetFilteredPosition, BlendSpace) == 0x000000, "Member 'BlendSpaceLibrary_GetFilteredPosition::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_GetFilteredPosition, ReturnValue) == 0x000010, "Member 'BlendSpaceLibrary_GetFilteredPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpaceLibrary_GetPosition \ +static_assert(alignof(BlendSpaceLibrary_GetPosition) == 0x000008, "Wrong alignment on BlendSpaceLibrary_GetPosition"); \ +static_assert(sizeof(BlendSpaceLibrary_GetPosition) == 0x000028, "Wrong size on BlendSpaceLibrary_GetPosition"); \ +static_assert(offsetof(BlendSpaceLibrary_GetPosition, BlendSpace) == 0x000000, "Member 'BlendSpaceLibrary_GetPosition::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_GetPosition, ReturnValue) == 0x000010, "Member 'BlendSpaceLibrary_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpaceLibrary_SnapToPosition \ +static_assert(alignof(BlendSpaceLibrary_SnapToPosition) == 0x000008, "Wrong alignment on BlendSpaceLibrary_SnapToPosition"); \ +static_assert(sizeof(BlendSpaceLibrary_SnapToPosition) == 0x000028, "Wrong size on BlendSpaceLibrary_SnapToPosition"); \ +static_assert(offsetof(BlendSpaceLibrary_SnapToPosition, BlendSpace) == 0x000000, "Member 'BlendSpaceLibrary_SnapToPosition::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(BlendSpaceLibrary_SnapToPosition, NewPosition) == 0x000010, "Member 'BlendSpaceLibrary_SnapToPosition::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpaceLibrary \ +static_assert(alignof(UBlendSpaceLibrary) == 0x000008, "Wrong alignment on UBlendSpaceLibrary"); \ +static_assert(sizeof(UBlendSpaceLibrary) == 0x000028, "Wrong size on UBlendSpaceLibrary"); \ + +#define DUMPER7_ASSERTS_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_BlendListBaseLibrary_ConvertToBlendListBase \ +static_assert(alignof(BlendListBaseLibrary_ConvertToBlendListBase) == 0x000008, "Wrong alignment on BlendListBaseLibrary_ConvertToBlendListBase"); \ +static_assert(sizeof(BlendListBaseLibrary_ConvertToBlendListBase) == 0x000028, "Wrong size on BlendListBaseLibrary_ConvertToBlendListBase"); \ +static_assert(offsetof(BlendListBaseLibrary_ConvertToBlendListBase, Node) == 0x000000, "Member 'BlendListBaseLibrary_ConvertToBlendListBase::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendListBaseLibrary_ConvertToBlendListBase, Result) == 0x000010, "Member 'BlendListBaseLibrary_ConvertToBlendListBase::Result' has a wrong offset!"); \ +static_assert(offsetof(BlendListBaseLibrary_ConvertToBlendListBase, ReturnValue) == 0x000018, "Member 'BlendListBaseLibrary_ConvertToBlendListBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendListBaseLibrary_ResetNode \ +static_assert(alignof(BlendListBaseLibrary_ResetNode) == 0x000008, "Wrong alignment on BlendListBaseLibrary_ResetNode"); \ +static_assert(sizeof(BlendListBaseLibrary_ResetNode) == 0x000010, "Wrong size on BlendListBaseLibrary_ResetNode"); \ +static_assert(offsetof(BlendListBaseLibrary_ResetNode, BlendListBase) == 0x000000, "Member 'BlendListBaseLibrary_ResetNode::BlendListBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendListBaseLibrary \ +static_assert(alignof(UBlendListBaseLibrary) == 0x000008, "Wrong alignment on UBlendListBaseLibrary"); \ +static_assert(sizeof(UBlendListBaseLibrary) == 0x000028, "Wrong size on UBlendListBaseLibrary"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer \ +static_assert(alignof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer, Node) == 0x000000, "Member 'BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer, Result) == 0x000010, "Member 'BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer::Result' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer, ReturnValue) == 0x000018, "Member 'BlendSpacePlayerLibrary_ConvertToBlendSpacePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure \ +static_assert(alignof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure, Node) == 0x000000, "Member 'BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure, BlendSpacePlayer) == 0x000010, "Member 'BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure, Result) == 0x000020, "Member 'BlendSpacePlayerLibrary_ConvertToBlendSpacePlayerPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_GetBlendSpace \ +static_assert(alignof(BlendSpacePlayerLibrary_GetBlendSpace) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_GetBlendSpace"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_GetBlendSpace) == 0x000018, "Wrong size on BlendSpacePlayerLibrary_GetBlendSpace"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetBlendSpace, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_GetBlendSpace::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetBlendSpace, ReturnValue) == 0x000010, "Member 'BlendSpacePlayerLibrary_GetBlendSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_GetLoop \ +static_assert(alignof(BlendSpacePlayerLibrary_GetLoop) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_GetLoop"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_GetLoop) == 0x000018, "Wrong size on BlendSpacePlayerLibrary_GetLoop"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetLoop, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_GetLoop::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetLoop, ReturnValue) == 0x000010, "Member 'BlendSpacePlayerLibrary_GetLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_GetPlayRate \ +static_assert(alignof(BlendSpacePlayerLibrary_GetPlayRate) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_GetPlayRate"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_GetPlayRate) == 0x000018, "Wrong size on BlendSpacePlayerLibrary_GetPlayRate"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetPlayRate, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_GetPlayRate::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetPlayRate, ReturnValue) == 0x000010, "Member 'BlendSpacePlayerLibrary_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_GetPosition \ +static_assert(alignof(BlendSpacePlayerLibrary_GetPosition) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_GetPosition"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_GetPosition) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_GetPosition"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetPosition, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_GetPosition::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetPosition, ReturnValue) == 0x000010, "Member 'BlendSpacePlayerLibrary_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_GetStartPosition \ +static_assert(alignof(BlendSpacePlayerLibrary_GetStartPosition) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_GetStartPosition"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_GetStartPosition) == 0x000018, "Wrong size on BlendSpacePlayerLibrary_GetStartPosition"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetStartPosition, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_GetStartPosition::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_GetStartPosition, ReturnValue) == 0x000010, "Member 'BlendSpacePlayerLibrary_GetStartPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_SetBlendSpace \ +static_assert(alignof(BlendSpacePlayerLibrary_SetBlendSpace) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_SetBlendSpace"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_SetBlendSpace) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_SetBlendSpace"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpace, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_SetBlendSpace::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpace, BlendSpace) == 0x000010, "Member 'BlendSpacePlayerLibrary_SetBlendSpace::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpace, ReturnValue) == 0x000018, "Member 'BlendSpacePlayerLibrary_SetBlendSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending \ +static_assert(alignof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending) == 0x000040, "Wrong size on BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending, UpdateContext) == 0x000000, "Member 'BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending, BlendSpacePlayer) == 0x000010, "Member 'BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending, BlendSpace) == 0x000020, "Member 'BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending, BlendTime) == 0x000028, "Member 'BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending, ReturnValue) == 0x000030, "Member 'BlendSpacePlayerLibrary_SetBlendSpaceWithInertialBlending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_SetLoop \ +static_assert(alignof(BlendSpacePlayerLibrary_SetLoop) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_SetLoop"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_SetLoop) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_SetLoop"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetLoop, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_SetLoop::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetLoop, bLoop) == 0x000010, "Member 'BlendSpacePlayerLibrary_SetLoop::bLoop' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetLoop, ReturnValue) == 0x000018, "Member 'BlendSpacePlayerLibrary_SetLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_SetPlayRate \ +static_assert(alignof(BlendSpacePlayerLibrary_SetPlayRate) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_SetPlayRate"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_SetPlayRate) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_SetPlayRate"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetPlayRate, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_SetPlayRate::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetPlayRate, PlayRate) == 0x000010, "Member 'BlendSpacePlayerLibrary_SetPlayRate::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetPlayRate, ReturnValue) == 0x000018, "Member 'BlendSpacePlayerLibrary_SetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges \ +static_assert(alignof(BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges, bReset) == 0x000010, "Member 'BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges::bReset' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges, ReturnValue) == 0x000018, "Member 'BlendSpacePlayerLibrary_SetResetPlayTimeWhenBlendSpaceChanges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges \ +static_assert(alignof(BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges) == 0x000018, "Wrong size on BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges, ReturnValue) == 0x000010, "Member 'BlendSpacePlayerLibrary_ShouldResetPlayTimeWhenBlendSpaceChanges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendSpacePlayerLibrary_SnapToPosition \ +static_assert(alignof(BlendSpacePlayerLibrary_SnapToPosition) == 0x000008, "Wrong alignment on BlendSpacePlayerLibrary_SnapToPosition"); \ +static_assert(sizeof(BlendSpacePlayerLibrary_SnapToPosition) == 0x000028, "Wrong size on BlendSpacePlayerLibrary_SnapToPosition"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SnapToPosition, BlendSpacePlayer) == 0x000000, "Member 'BlendSpacePlayerLibrary_SnapToPosition::BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(BlendSpacePlayerLibrary_SnapToPosition, NewPosition) == 0x000010, "Member 'BlendSpacePlayerLibrary_SnapToPosition::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpacePlayerLibrary \ +static_assert(alignof(UBlendSpacePlayerLibrary) == 0x000008, "Wrong alignment on UBlendSpacePlayerLibrary"); \ +static_assert(sizeof(UBlendSpacePlayerLibrary) == 0x000028, "Wrong size on UBlendSpacePlayerLibrary"); \ + +#define DUMPER7_ASSERTS_AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode \ +static_assert(alignof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode) == 0x000008, "Wrong alignment on AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode"); \ +static_assert(sizeof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode) == 0x000028, "Wrong size on AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode, Node) == 0x000000, "Member 'AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode, Result) == 0x000010, "Member 'AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode, ReturnValue) == 0x000018, "Member 'AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure \ +static_assert(alignof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure) == 0x000008, "Wrong alignment on AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure"); \ +static_assert(sizeof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure) == 0x000028, "Wrong size on AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure, Node) == 0x000000, "Member 'AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure, RigidBodyAnimNode) == 0x000010, "Member 'AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure::RigidBodyAnimNode' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure, Result) == 0x000020, "Member 'AnimNodeRigidBodyLibrary_ConvertToRigidBodyAnimNodePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset \ +static_assert(alignof(AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset) == 0x000008, "Wrong alignment on AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset"); \ +static_assert(sizeof(AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset) == 0x000028, "Wrong size on AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset, Node) == 0x000000, "Member 'AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset, PhysicsAsset) == 0x000010, "Member 'AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset, ReturnValue) == 0x000018, "Member 'AnimNodeRigidBodyLibrary_SetOverridePhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNodeRigidBodyLibrary \ +static_assert(alignof(UAnimNodeRigidBodyLibrary) == 0x000008, "Wrong alignment on UAnimNodeRigidBodyLibrary"); \ +static_assert(sizeof(UAnimNodeRigidBodyLibrary) == 0x000028, "Wrong size on UAnimNodeRigidBodyLibrary"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_CalculateDirection \ +static_assert(alignof(KismetAnimationLibrary_CalculateDirection) == 0x000008, "Wrong alignment on KismetAnimationLibrary_CalculateDirection"); \ +static_assert(sizeof(KismetAnimationLibrary_CalculateDirection) == 0x000038, "Wrong size on KismetAnimationLibrary_CalculateDirection"); \ +static_assert(offsetof(KismetAnimationLibrary_CalculateDirection, Velocity) == 0x000000, "Member 'KismetAnimationLibrary_CalculateDirection::Velocity' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_CalculateDirection, BaseRotation) == 0x000018, "Member 'KismetAnimationLibrary_CalculateDirection::BaseRotation' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_CalculateDirection, ReturnValue) == 0x000030, "Member 'KismetAnimationLibrary_CalculateDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory \ +static_assert(alignof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory) == 0x000060, "Wrong size on KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, DeltaSeconds) == 0x000000, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, position) == 0x000008, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::position' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, History) == 0x000020, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::History' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, NumberOfSamples) == 0x000050, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::NumberOfSamples' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, VelocityMin) == 0x000054, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::VelocityMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, VelocityMax) == 0x000058, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::VelocityMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory, ReturnValue) == 0x00005C, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromPositionHistory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_CalculateVelocityFromSockets \ +static_assert(alignof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_CalculateVelocityFromSockets"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets) == 0x000110, "Wrong size on KismetAnimationLibrary_K2_CalculateVelocityFromSockets"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, DeltaSeconds) == 0x000000, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, Component) == 0x000008, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, SocketOrBoneName) == 0x000010, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::SocketOrBoneName' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, ReferenceSocketOrBone) == 0x000018, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::ReferenceSocketOrBone' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, SocketSpace) == 0x000020, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::SocketSpace' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, OffsetInBoneSpace) == 0x000028, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::OffsetInBoneSpace' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, History) == 0x000040, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::History' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, NumberOfSamples) == 0x000070, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::NumberOfSamples' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, VelocityMin) == 0x000074, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::VelocityMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, VelocityMax) == 0x000078, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::VelocityMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, EasingType) == 0x00007C, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::EasingType' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, CustomCurve) == 0x000080, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::CustomCurve' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_CalculateVelocityFromSockets, ReturnValue) == 0x000108, "Member 'KismetAnimationLibrary_K2_CalculateVelocityFromSockets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_DirectionBetweenSockets \ +static_assert(alignof(KismetAnimationLibrary_K2_DirectionBetweenSockets) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_DirectionBetweenSockets"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_DirectionBetweenSockets) == 0x000030, "Wrong size on KismetAnimationLibrary_K2_DirectionBetweenSockets"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, Component) == 0x000000, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, SocketOrBoneNameFrom) == 0x000008, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::SocketOrBoneNameFrom' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, SocketOrBoneNameTo) == 0x000010, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::SocketOrBoneNameTo' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DirectionBetweenSockets, ReturnValue) == 0x000018, "Member 'KismetAnimationLibrary_K2_DirectionBetweenSockets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange \ +static_assert(alignof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange) == 0x000038, "Wrong size on KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, Component) == 0x000000, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::Component' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketOrBoneNameA) == 0x000008, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketOrBoneNameA' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketSpaceA) == 0x000010, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketSpaceA' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketOrBoneNameB) == 0x000014, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketOrBoneNameB' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, SocketSpaceB) == 0x00001C, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::SocketSpaceB' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, bRemapRange) == 0x00001D, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::bRemapRange' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, InRangeMin) == 0x000020, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, InRangeMax) == 0x000024, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, OutRangeMin) == 0x000028, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::OutRangeMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, OutRangeMax) == 0x00002C, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::OutRangeMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange, ReturnValue) == 0x000030, "Member 'KismetAnimationLibrary_K2_DistanceBetweenTwoSocketsAndMapRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_EndProfilingTimer \ +static_assert(alignof(KismetAnimationLibrary_K2_EndProfilingTimer) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_EndProfilingTimer"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_EndProfilingTimer) == 0x000020, "Wrong size on KismetAnimationLibrary_K2_EndProfilingTimer"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_EndProfilingTimer, bLog) == 0x000000, "Member 'KismetAnimationLibrary_K2_EndProfilingTimer::bLog' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_EndProfilingTimer, LogPrefix) == 0x000008, "Member 'KismetAnimationLibrary_K2_EndProfilingTimer::LogPrefix' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_EndProfilingTimer, ReturnValue) == 0x000018, "Member 'KismetAnimationLibrary_K2_EndProfilingTimer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_LookAt \ +static_assert(alignof(KismetAnimationLibrary_K2_LookAt) == 0x000010, "Wrong alignment on KismetAnimationLibrary_K2_LookAt"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_LookAt) == 0x000120, "Wrong size on KismetAnimationLibrary_K2_LookAt"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, CurrentTransform) == 0x000000, "Member 'KismetAnimationLibrary_K2_LookAt::CurrentTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, TargetPosition) == 0x000060, "Member 'KismetAnimationLibrary_K2_LookAt::TargetPosition' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, LookAtVector) == 0x000078, "Member 'KismetAnimationLibrary_K2_LookAt::LookAtVector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, bUseUpVector) == 0x000090, "Member 'KismetAnimationLibrary_K2_LookAt::bUseUpVector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, UpVector) == 0x000098, "Member 'KismetAnimationLibrary_K2_LookAt::UpVector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, ClampConeInDegree) == 0x0000B0, "Member 'KismetAnimationLibrary_K2_LookAt::ClampConeInDegree' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_LookAt, ReturnValue) == 0x0000C0, "Member 'KismetAnimationLibrary_K2_LookAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap \ +static_assert(alignof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap) == 0x000004, "Wrong alignment on KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap) == 0x000010, "Wrong size on KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, Value) == 0x000000, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, RangeOutMin) == 0x000004, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::RangeOutMin' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, RangeOutMax) == 0x000008, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::RangeOutMax' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap, ReturnValue) == 0x00000C, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseAndRemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap \ +static_assert(alignof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap) == 0x000040, "Wrong size on KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, X) == 0x000000, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::X' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, Y) == 0x000004, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, Z) == 0x000008, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::Z' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMinX) == 0x00000C, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMinX' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMaxX) == 0x000010, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMaxX' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMinY) == 0x000014, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMinY' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMaxY) == 0x000018, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMaxY' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMinZ) == 0x00001C, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMinZ' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, RangeOutMaxZ) == 0x000020, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::RangeOutMaxZ' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap, ReturnValue) == 0x000028, "Member 'KismetAnimationLibrary_K2_MakePerlinNoiseVectorAndRemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetAnimationLibrary_K2_TwoBoneIK \ +static_assert(alignof(KismetAnimationLibrary_K2_TwoBoneIK) == 0x000008, "Wrong alignment on KismetAnimationLibrary_K2_TwoBoneIK"); \ +static_assert(sizeof(KismetAnimationLibrary_K2_TwoBoneIK) == 0x0000B8, "Wrong size on KismetAnimationLibrary_K2_TwoBoneIK"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, RootPos) == 0x000000, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::RootPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, JointPos) == 0x000018, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::JointPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, EndPos) == 0x000030, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::EndPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, JointTarget) == 0x000048, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::JointTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, Effector) == 0x000060, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::Effector' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, OutJointPos) == 0x000078, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::OutJointPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, OutEndPos) == 0x000090, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::OutEndPos' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, bAllowStretching) == 0x0000A8, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::bAllowStretching' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, StartStretchRatio) == 0x0000AC, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::StartStretchRatio' has a wrong offset!"); \ +static_assert(offsetof(KismetAnimationLibrary_K2_TwoBoneIK, MaxStretchScale) == 0x0000B0, "Member 'KismetAnimationLibrary_K2_TwoBoneIK::MaxStretchScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetAnimationLibrary \ +static_assert(alignof(UKismetAnimationLibrary) == 0x000008, "Wrong alignment on UKismetAnimationLibrary"); \ +static_assert(sizeof(UKismetAnimationLibrary) == 0x000028, "Wrong size on UKismetAnimationLibrary"); \ + +#define DUMPER7_ASSERTS_LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure \ +static_assert(alignof(LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure) == 0x000008, "Wrong alignment on LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure"); \ +static_assert(sizeof(LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure) == 0x000028, "Wrong size on LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure, Node) == 0x000000, "Member 'LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure::Node' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure, LayeredBoneBlend) == 0x000010, "Member 'LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure::LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure, Result) == 0x000020, "Member 'LayeredBoneBlendLibrary_ConvertToLayeredBlendPerBonePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend \ +static_assert(alignof(LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend) == 0x000008, "Wrong alignment on LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend"); \ +static_assert(sizeof(LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend) == 0x000028, "Wrong size on LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend, Node) == 0x000000, "Member 'LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend::Node' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend, Result) == 0x000010, "Member 'LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend::Result' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend, ReturnValue) == 0x000018, "Member 'LayeredBoneBlendLibrary_ConvertToLayeredBoneBlend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayeredBoneBlendLibrary_GetNumPoses \ +static_assert(alignof(LayeredBoneBlendLibrary_GetNumPoses) == 0x000008, "Wrong alignment on LayeredBoneBlendLibrary_GetNumPoses"); \ +static_assert(sizeof(LayeredBoneBlendLibrary_GetNumPoses) == 0x000018, "Wrong size on LayeredBoneBlendLibrary_GetNumPoses"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_GetNumPoses, LayeredBoneBlend) == 0x000000, "Member 'LayeredBoneBlendLibrary_GetNumPoses::LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_GetNumPoses, ReturnValue) == 0x000010, "Member 'LayeredBoneBlendLibrary_GetNumPoses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayeredBoneBlendLibrary_SetBlendMask \ +static_assert(alignof(LayeredBoneBlendLibrary_SetBlendMask) == 0x000008, "Wrong alignment on LayeredBoneBlendLibrary_SetBlendMask"); \ +static_assert(sizeof(LayeredBoneBlendLibrary_SetBlendMask) == 0x000040, "Wrong size on LayeredBoneBlendLibrary_SetBlendMask"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_SetBlendMask, UpdateContext) == 0x000000, "Member 'LayeredBoneBlendLibrary_SetBlendMask::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_SetBlendMask, LayeredBoneBlend) == 0x000010, "Member 'LayeredBoneBlendLibrary_SetBlendMask::LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_SetBlendMask, PoseIndex) == 0x000020, "Member 'LayeredBoneBlendLibrary_SetBlendMask::PoseIndex' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_SetBlendMask, BlendMaskName) == 0x000024, "Member 'LayeredBoneBlendLibrary_SetBlendMask::BlendMaskName' has a wrong offset!"); \ +static_assert(offsetof(LayeredBoneBlendLibrary_SetBlendMask, ReturnValue) == 0x000030, "Member 'LayeredBoneBlendLibrary_SetBlendMask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULayeredBoneBlendLibrary \ +static_assert(alignof(ULayeredBoneBlendLibrary) == 0x000008, "Wrong alignment on ULayeredBoneBlendLibrary"); \ +static_assert(sizeof(ULayeredBoneBlendLibrary) == 0x000028, "Wrong size on ULayeredBoneBlendLibrary"); \ + +#define DUMPER7_ASSERTS_LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph \ +static_assert(alignof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph) == 0x000008, "Wrong alignment on LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph"); \ +static_assert(sizeof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph) == 0x000028, "Wrong size on LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph, Node) == 0x000000, "Member 'LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph::Node' has a wrong offset!"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph, Result) == 0x000010, "Member 'LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph::Result' has a wrong offset!"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph, ReturnValue) == 0x000018, "Member 'LinkedAnimGraphLibrary_ConvertToLinkedAnimGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure \ +static_assert(alignof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure) == 0x000008, "Wrong alignment on LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure"); \ +static_assert(sizeof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure) == 0x000028, "Wrong size on LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure, Node) == 0x000000, "Member 'LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure::Node' has a wrong offset!"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure, LinkedAnimGraph) == 0x000010, "Member 'LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure::LinkedAnimGraph' has a wrong offset!"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure, Result) == 0x000020, "Member 'LinkedAnimGraphLibrary_ConvertToLinkedAnimGraphPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LinkedAnimGraphLibrary_GetLinkedAnimInstance \ +static_assert(alignof(LinkedAnimGraphLibrary_GetLinkedAnimInstance) == 0x000008, "Wrong alignment on LinkedAnimGraphLibrary_GetLinkedAnimInstance"); \ +static_assert(sizeof(LinkedAnimGraphLibrary_GetLinkedAnimInstance) == 0x000018, "Wrong size on LinkedAnimGraphLibrary_GetLinkedAnimInstance"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_GetLinkedAnimInstance, Node) == 0x000000, "Member 'LinkedAnimGraphLibrary_GetLinkedAnimInstance::Node' has a wrong offset!"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_GetLinkedAnimInstance, ReturnValue) == 0x000010, "Member 'LinkedAnimGraphLibrary_GetLinkedAnimInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LinkedAnimGraphLibrary_HasLinkedAnimInstance \ +static_assert(alignof(LinkedAnimGraphLibrary_HasLinkedAnimInstance) == 0x000008, "Wrong alignment on LinkedAnimGraphLibrary_HasLinkedAnimInstance"); \ +static_assert(sizeof(LinkedAnimGraphLibrary_HasLinkedAnimInstance) == 0x000018, "Wrong size on LinkedAnimGraphLibrary_HasLinkedAnimInstance"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_HasLinkedAnimInstance, Node) == 0x000000, "Member 'LinkedAnimGraphLibrary_HasLinkedAnimInstance::Node' has a wrong offset!"); \ +static_assert(offsetof(LinkedAnimGraphLibrary_HasLinkedAnimInstance, ReturnValue) == 0x000010, "Member 'LinkedAnimGraphLibrary_HasLinkedAnimInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULinkedAnimGraphLibrary \ +static_assert(alignof(ULinkedAnimGraphLibrary) == 0x000008, "Wrong alignment on ULinkedAnimGraphLibrary"); \ +static_assert(sizeof(ULinkedAnimGraphLibrary) == 0x000028, "Wrong size on ULinkedAnimGraphLibrary"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_ConvertToMirrorNode \ +static_assert(alignof(MirrorAnimLibrary_ConvertToMirrorNode) == 0x000008, "Wrong alignment on MirrorAnimLibrary_ConvertToMirrorNode"); \ +static_assert(sizeof(MirrorAnimLibrary_ConvertToMirrorNode) == 0x000028, "Wrong size on MirrorAnimLibrary_ConvertToMirrorNode"); \ +static_assert(offsetof(MirrorAnimLibrary_ConvertToMirrorNode, Node) == 0x000000, "Member 'MirrorAnimLibrary_ConvertToMirrorNode::Node' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_ConvertToMirrorNode, Result) == 0x000010, "Member 'MirrorAnimLibrary_ConvertToMirrorNode::Result' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_ConvertToMirrorNode, ReturnValue) == 0x000018, "Member 'MirrorAnimLibrary_ConvertToMirrorNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_ConvertToMirrorNodePure \ +static_assert(alignof(MirrorAnimLibrary_ConvertToMirrorNodePure) == 0x000008, "Wrong alignment on MirrorAnimLibrary_ConvertToMirrorNodePure"); \ +static_assert(sizeof(MirrorAnimLibrary_ConvertToMirrorNodePure) == 0x000028, "Wrong size on MirrorAnimLibrary_ConvertToMirrorNodePure"); \ +static_assert(offsetof(MirrorAnimLibrary_ConvertToMirrorNodePure, Node) == 0x000000, "Member 'MirrorAnimLibrary_ConvertToMirrorNodePure::Node' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_ConvertToMirrorNodePure, MirrorNode) == 0x000010, "Member 'MirrorAnimLibrary_ConvertToMirrorNodePure::MirrorNode' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_ConvertToMirrorNodePure, Result) == 0x000020, "Member 'MirrorAnimLibrary_ConvertToMirrorNodePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_GetMirror \ +static_assert(alignof(MirrorAnimLibrary_GetMirror) == 0x000008, "Wrong alignment on MirrorAnimLibrary_GetMirror"); \ +static_assert(sizeof(MirrorAnimLibrary_GetMirror) == 0x000018, "Wrong size on MirrorAnimLibrary_GetMirror"); \ +static_assert(offsetof(MirrorAnimLibrary_GetMirror, MirrorNode) == 0x000000, "Member 'MirrorAnimLibrary_GetMirror::MirrorNode' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_GetMirror, ReturnValue) == 0x000010, "Member 'MirrorAnimLibrary_GetMirror::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_GetMirrorDataTable \ +static_assert(alignof(MirrorAnimLibrary_GetMirrorDataTable) == 0x000008, "Wrong alignment on MirrorAnimLibrary_GetMirrorDataTable"); \ +static_assert(sizeof(MirrorAnimLibrary_GetMirrorDataTable) == 0x000018, "Wrong size on MirrorAnimLibrary_GetMirrorDataTable"); \ +static_assert(offsetof(MirrorAnimLibrary_GetMirrorDataTable, MirrorNode) == 0x000000, "Member 'MirrorAnimLibrary_GetMirrorDataTable::MirrorNode' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_GetMirrorDataTable, ReturnValue) == 0x000010, "Member 'MirrorAnimLibrary_GetMirrorDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_GetMirrorTransitionBlendTime \ +static_assert(alignof(MirrorAnimLibrary_GetMirrorTransitionBlendTime) == 0x000008, "Wrong alignment on MirrorAnimLibrary_GetMirrorTransitionBlendTime"); \ +static_assert(sizeof(MirrorAnimLibrary_GetMirrorTransitionBlendTime) == 0x000018, "Wrong size on MirrorAnimLibrary_GetMirrorTransitionBlendTime"); \ +static_assert(offsetof(MirrorAnimLibrary_GetMirrorTransitionBlendTime, MirrorNode) == 0x000000, "Member 'MirrorAnimLibrary_GetMirrorTransitionBlendTime::MirrorNode' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_GetMirrorTransitionBlendTime, ReturnValue) == 0x000010, "Member 'MirrorAnimLibrary_GetMirrorTransitionBlendTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_SetMirror \ +static_assert(alignof(MirrorAnimLibrary_SetMirror) == 0x000008, "Wrong alignment on MirrorAnimLibrary_SetMirror"); \ +static_assert(sizeof(MirrorAnimLibrary_SetMirror) == 0x000028, "Wrong size on MirrorAnimLibrary_SetMirror"); \ +static_assert(offsetof(MirrorAnimLibrary_SetMirror, MirrorNode) == 0x000000, "Member 'MirrorAnimLibrary_SetMirror::MirrorNode' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_SetMirror, bInMirror) == 0x000010, "Member 'MirrorAnimLibrary_SetMirror::bInMirror' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_SetMirror, ReturnValue) == 0x000018, "Member 'MirrorAnimLibrary_SetMirror::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MirrorAnimLibrary_SetMirrorTransitionBlendTime \ +static_assert(alignof(MirrorAnimLibrary_SetMirrorTransitionBlendTime) == 0x000008, "Wrong alignment on MirrorAnimLibrary_SetMirrorTransitionBlendTime"); \ +static_assert(sizeof(MirrorAnimLibrary_SetMirrorTransitionBlendTime) == 0x000028, "Wrong size on MirrorAnimLibrary_SetMirrorTransitionBlendTime"); \ +static_assert(offsetof(MirrorAnimLibrary_SetMirrorTransitionBlendTime, MirrorNode) == 0x000000, "Member 'MirrorAnimLibrary_SetMirrorTransitionBlendTime::MirrorNode' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_SetMirrorTransitionBlendTime, InBlendTime) == 0x000010, "Member 'MirrorAnimLibrary_SetMirrorTransitionBlendTime::InBlendTime' has a wrong offset!"); \ +static_assert(offsetof(MirrorAnimLibrary_SetMirrorTransitionBlendTime, ReturnValue) == 0x000018, "Member 'MirrorAnimLibrary_SetMirrorTransitionBlendTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMirrorAnimLibrary \ +static_assert(alignof(UMirrorAnimLibrary) == 0x000008, "Wrong alignment on UMirrorAnimLibrary"); \ +static_assert(sizeof(UMirrorAnimLibrary) == 0x000028, "Wrong size on UMirrorAnimLibrary"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_ConvertToModifyCurveNode \ +static_assert(alignof(ModifyCurveAnimLibrary_ConvertToModifyCurveNode) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_ConvertToModifyCurveNode"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_ConvertToModifyCurveNode) == 0x000028, "Wrong size on ModifyCurveAnimLibrary_ConvertToModifyCurveNode"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_ConvertToModifyCurveNode, Node) == 0x000000, "Member 'ModifyCurveAnimLibrary_ConvertToModifyCurveNode::Node' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_ConvertToModifyCurveNode, Result) == 0x000010, "Member 'ModifyCurveAnimLibrary_ConvertToModifyCurveNode::Result' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_ConvertToModifyCurveNode, ReturnValue) == 0x000018, "Member 'ModifyCurveAnimLibrary_ConvertToModifyCurveNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure \ +static_assert(alignof(ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure) == 0x000028, "Wrong size on ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure, Node) == 0x000000, "Member 'ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure::Node' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure, ModifyCurveNode) == 0x000010, "Member 'ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure::ModifyCurveNode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure, Result) == 0x000020, "Member 'ModifyCurveAnimLibrary_ConvertToModifyCurveNodePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_GetAlpha \ +static_assert(alignof(ModifyCurveAnimLibrary_GetAlpha) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_GetAlpha"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_GetAlpha) == 0x000018, "Wrong size on ModifyCurveAnimLibrary_GetAlpha"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_GetAlpha, ModifyCurveNode) == 0x000000, "Member 'ModifyCurveAnimLibrary_GetAlpha::ModifyCurveNode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_GetAlpha, ReturnValue) == 0x000010, "Member 'ModifyCurveAnimLibrary_GetAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_GetApplyMode \ +static_assert(alignof(ModifyCurveAnimLibrary_GetApplyMode) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_GetApplyMode"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_GetApplyMode) == 0x000018, "Wrong size on ModifyCurveAnimLibrary_GetApplyMode"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_GetApplyMode, ModifyCurveNode) == 0x000000, "Member 'ModifyCurveAnimLibrary_GetApplyMode::ModifyCurveNode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_GetApplyMode, ReturnValue) == 0x000010, "Member 'ModifyCurveAnimLibrary_GetApplyMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_SetAlpha \ +static_assert(alignof(ModifyCurveAnimLibrary_SetAlpha) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_SetAlpha"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_SetAlpha) == 0x000028, "Wrong size on ModifyCurveAnimLibrary_SetAlpha"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetAlpha, ModifyCurveNode) == 0x000000, "Member 'ModifyCurveAnimLibrary_SetAlpha::ModifyCurveNode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetAlpha, InAlpha) == 0x000010, "Member 'ModifyCurveAnimLibrary_SetAlpha::InAlpha' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetAlpha, ReturnValue) == 0x000018, "Member 'ModifyCurveAnimLibrary_SetAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_SetApplyMode \ +static_assert(alignof(ModifyCurveAnimLibrary_SetApplyMode) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_SetApplyMode"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_SetApplyMode) == 0x000028, "Wrong size on ModifyCurveAnimLibrary_SetApplyMode"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetApplyMode, ModifyCurveNode) == 0x000000, "Member 'ModifyCurveAnimLibrary_SetApplyMode::ModifyCurveNode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetApplyMode, InMode) == 0x000010, "Member 'ModifyCurveAnimLibrary_SetApplyMode::InMode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetApplyMode, ReturnValue) == 0x000018, "Member 'ModifyCurveAnimLibrary_SetApplyMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModifyCurveAnimLibrary_SetCurveMap \ +static_assert(alignof(ModifyCurveAnimLibrary_SetCurveMap) == 0x000008, "Wrong alignment on ModifyCurveAnimLibrary_SetCurveMap"); \ +static_assert(sizeof(ModifyCurveAnimLibrary_SetCurveMap) == 0x000070, "Wrong size on ModifyCurveAnimLibrary_SetCurveMap"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetCurveMap, ModifyCurveNode) == 0x000000, "Member 'ModifyCurveAnimLibrary_SetCurveMap::ModifyCurveNode' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetCurveMap, InCurveMap) == 0x000010, "Member 'ModifyCurveAnimLibrary_SetCurveMap::InCurveMap' has a wrong offset!"); \ +static_assert(offsetof(ModifyCurveAnimLibrary_SetCurveMap, ReturnValue) == 0x000060, "Member 'ModifyCurveAnimLibrary_SetCurveMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModifyCurveAnimLibrary \ +static_assert(alignof(UModifyCurveAnimLibrary) == 0x000008, "Wrong alignment on UModifyCurveAnimLibrary"); \ +static_assert(sizeof(UModifyCurveAnimLibrary) == 0x000028, "Wrong size on UModifyCurveAnimLibrary"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage \ +static_assert(alignof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage"); \ +static_assert(sizeof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage) == 0x000030, "Wrong size on PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, InSkeletalMeshComponent) == 0x000000, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::InSkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, MontageToPlay) == 0x000008, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, PlayRate) == 0x000010, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, StartingPosition) == 0x000014, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::StartingPosition' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, StartingSection) == 0x000018, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::StartingSection' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, bShouldStopAllMontages) == 0x000020, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::bShouldStopAllMontages' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, ReturnValue) == 0x000028, "Member 'PlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnMontageBlendingOut \ +static_assert(alignof(PlayMontageCallbackProxy_OnMontageBlendingOut) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnMontageBlendingOut"); \ +static_assert(sizeof(PlayMontageCallbackProxy_OnMontageBlendingOut) == 0x000010, "Wrong size on PlayMontageCallbackProxy_OnMontageBlendingOut"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnMontageBlendingOut, Montage) == 0x000000, "Member 'PlayMontageCallbackProxy_OnMontageBlendingOut::Montage' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'PlayMontageCallbackProxy_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnMontageEnded \ +static_assert(alignof(PlayMontageCallbackProxy_OnMontageEnded) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnMontageEnded"); \ +static_assert(sizeof(PlayMontageCallbackProxy_OnMontageEnded) == 0x000010, "Wrong size on PlayMontageCallbackProxy_OnMontageEnded"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnMontageEnded, Montage) == 0x000000, "Member 'PlayMontageCallbackProxy_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnMontageEnded, bInterrupted) == 0x000008, "Member 'PlayMontageCallbackProxy_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnNotifyBeginReceived \ +static_assert(alignof(PlayMontageCallbackProxy_OnNotifyBeginReceived) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnNotifyBeginReceived"); \ +static_assert(sizeof(PlayMontageCallbackProxy_OnNotifyBeginReceived) == 0x000028, "Wrong size on PlayMontageCallbackProxy_OnNotifyBeginReceived"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyBeginReceived, NotifyName) == 0x000000, "Member 'PlayMontageCallbackProxy_OnNotifyBeginReceived::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyBeginReceived, BranchingPointNotifyPayload) == 0x000008, "Member 'PlayMontageCallbackProxy_OnNotifyBeginReceived::BranchingPointNotifyPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayMontageCallbackProxy_OnNotifyEndReceived \ +static_assert(alignof(PlayMontageCallbackProxy_OnNotifyEndReceived) == 0x000008, "Wrong alignment on PlayMontageCallbackProxy_OnNotifyEndReceived"); \ +static_assert(sizeof(PlayMontageCallbackProxy_OnNotifyEndReceived) == 0x000028, "Wrong size on PlayMontageCallbackProxy_OnNotifyEndReceived"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyEndReceived, NotifyName) == 0x000000, "Member 'PlayMontageCallbackProxy_OnNotifyEndReceived::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(PlayMontageCallbackProxy_OnNotifyEndReceived, BranchingPointNotifyPayload) == 0x000008, "Member 'PlayMontageCallbackProxy_OnNotifyEndReceived::BranchingPointNotifyPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayMontageCallbackProxy \ +static_assert(alignof(UPlayMontageCallbackProxy) == 0x000008, "Wrong alignment on UPlayMontageCallbackProxy"); \ +static_assert(sizeof(UPlayMontageCallbackProxy) == 0x0000A8, "Wrong size on UPlayMontageCallbackProxy"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnCompleted) == 0x000028, "Member 'UPlayMontageCallbackProxy::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnBlendOut) == 0x000038, "Member 'UPlayMontageCallbackProxy::OnBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnInterrupted) == 0x000048, "Member 'UPlayMontageCallbackProxy::OnInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnNotifyBegin) == 0x000058, "Member 'UPlayMontageCallbackProxy::OnNotifyBegin' has a wrong offset!"); \ +static_assert(offsetof(UPlayMontageCallbackProxy, OnNotifyEnd) == 0x000068, "Member 'UPlayMontageCallbackProxy::OnNotifyEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_AdvanceTime \ +static_assert(alignof(SequenceEvaluatorLibrary_AdvanceTime) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_AdvanceTime"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_AdvanceTime) == 0x000038, "Wrong size on SequenceEvaluatorLibrary_AdvanceTime"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_AdvanceTime, UpdateContext) == 0x000000, "Member 'SequenceEvaluatorLibrary_AdvanceTime::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_AdvanceTime, SequenceEvaluator) == 0x000010, "Member 'SequenceEvaluatorLibrary_AdvanceTime::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_AdvanceTime, PlayRate) == 0x000020, "Member 'SequenceEvaluatorLibrary_AdvanceTime::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_AdvanceTime, ReturnValue) == 0x000028, "Member 'SequenceEvaluatorLibrary_AdvanceTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_ConvertToSequenceEvaluator \ +static_assert(alignof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluator) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_ConvertToSequenceEvaluator"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluator) == 0x000028, "Wrong size on SequenceEvaluatorLibrary_ConvertToSequenceEvaluator"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluator, Node) == 0x000000, "Member 'SequenceEvaluatorLibrary_ConvertToSequenceEvaluator::Node' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluator, Result) == 0x000010, "Member 'SequenceEvaluatorLibrary_ConvertToSequenceEvaluator::Result' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluator, ReturnValue) == 0x000018, "Member 'SequenceEvaluatorLibrary_ConvertToSequenceEvaluator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure \ +static_assert(alignof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure) == 0x000028, "Wrong size on SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure, Node) == 0x000000, "Member 'SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure::Node' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure, SequenceEvaluator) == 0x000010, "Member 'SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure, Result) == 0x000020, "Member 'SequenceEvaluatorLibrary_ConvertToSequenceEvaluatorPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_GetAccumulatedTime \ +static_assert(alignof(SequenceEvaluatorLibrary_GetAccumulatedTime) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_GetAccumulatedTime"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_GetAccumulatedTime) == 0x000018, "Wrong size on SequenceEvaluatorLibrary_GetAccumulatedTime"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_GetAccumulatedTime, SequenceEvaluator) == 0x000000, "Member 'SequenceEvaluatorLibrary_GetAccumulatedTime::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_GetAccumulatedTime, ReturnValue) == 0x000010, "Member 'SequenceEvaluatorLibrary_GetAccumulatedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_GetSequence \ +static_assert(alignof(SequenceEvaluatorLibrary_GetSequence) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_GetSequence"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_GetSequence) == 0x000018, "Wrong size on SequenceEvaluatorLibrary_GetSequence"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_GetSequence, SequenceEvaluator) == 0x000000, "Member 'SequenceEvaluatorLibrary_GetSequence::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_GetSequence, ReturnValue) == 0x000010, "Member 'SequenceEvaluatorLibrary_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_SetExplicitFrame \ +static_assert(alignof(SequenceEvaluatorLibrary_SetExplicitFrame) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_SetExplicitFrame"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_SetExplicitFrame) == 0x000028, "Wrong size on SequenceEvaluatorLibrary_SetExplicitFrame"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetExplicitFrame, SequenceEvaluator) == 0x000000, "Member 'SequenceEvaluatorLibrary_SetExplicitFrame::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetExplicitFrame, Frame) == 0x000010, "Member 'SequenceEvaluatorLibrary_SetExplicitFrame::Frame' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetExplicitFrame, ReturnValue) == 0x000018, "Member 'SequenceEvaluatorLibrary_SetExplicitFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_SetExplicitTime \ +static_assert(alignof(SequenceEvaluatorLibrary_SetExplicitTime) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_SetExplicitTime"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_SetExplicitTime) == 0x000028, "Wrong size on SequenceEvaluatorLibrary_SetExplicitTime"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetExplicitTime, SequenceEvaluator) == 0x000000, "Member 'SequenceEvaluatorLibrary_SetExplicitTime::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetExplicitTime, Time) == 0x000010, "Member 'SequenceEvaluatorLibrary_SetExplicitTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetExplicitTime, ReturnValue) == 0x000018, "Member 'SequenceEvaluatorLibrary_SetExplicitTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_SetSequence \ +static_assert(alignof(SequenceEvaluatorLibrary_SetSequence) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_SetSequence"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_SetSequence) == 0x000028, "Wrong size on SequenceEvaluatorLibrary_SetSequence"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequence, SequenceEvaluator) == 0x000000, "Member 'SequenceEvaluatorLibrary_SetSequence::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequence, Sequence) == 0x000010, "Member 'SequenceEvaluatorLibrary_SetSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequence, ReturnValue) == 0x000018, "Member 'SequenceEvaluatorLibrary_SetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceEvaluatorLibrary_SetSequenceWithInertialBlending \ +static_assert(alignof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending) == 0x000008, "Wrong alignment on SequenceEvaluatorLibrary_SetSequenceWithInertialBlending"); \ +static_assert(sizeof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending) == 0x000040, "Wrong size on SequenceEvaluatorLibrary_SetSequenceWithInertialBlending"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending, UpdateContext) == 0x000000, "Member 'SequenceEvaluatorLibrary_SetSequenceWithInertialBlending::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending, SequenceEvaluator) == 0x000010, "Member 'SequenceEvaluatorLibrary_SetSequenceWithInertialBlending::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending, Sequence) == 0x000020, "Member 'SequenceEvaluatorLibrary_SetSequenceWithInertialBlending::Sequence' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending, BlendTime) == 0x000028, "Member 'SequenceEvaluatorLibrary_SetSequenceWithInertialBlending::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(SequenceEvaluatorLibrary_SetSequenceWithInertialBlending, ReturnValue) == 0x000030, "Member 'SequenceEvaluatorLibrary_SetSequenceWithInertialBlending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequenceEvaluatorLibrary \ +static_assert(alignof(USequenceEvaluatorLibrary) == 0x000008, "Wrong alignment on USequenceEvaluatorLibrary"); \ +static_assert(sizeof(USequenceEvaluatorLibrary) == 0x000028, "Wrong size on USequenceEvaluatorLibrary"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_ComputePlayRateFromDuration \ +static_assert(alignof(SequencePlayerLibrary_ComputePlayRateFromDuration) == 0x000008, "Wrong alignment on SequencePlayerLibrary_ComputePlayRateFromDuration"); \ +static_assert(sizeof(SequencePlayerLibrary_ComputePlayRateFromDuration) == 0x000018, "Wrong size on SequencePlayerLibrary_ComputePlayRateFromDuration"); \ +static_assert(offsetof(SequencePlayerLibrary_ComputePlayRateFromDuration, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_ComputePlayRateFromDuration::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_ComputePlayRateFromDuration, Duration) == 0x000010, "Member 'SequencePlayerLibrary_ComputePlayRateFromDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_ComputePlayRateFromDuration, ReturnValue) == 0x000014, "Member 'SequencePlayerLibrary_ComputePlayRateFromDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_ConvertToSequencePlayer \ +static_assert(alignof(SequencePlayerLibrary_ConvertToSequencePlayer) == 0x000008, "Wrong alignment on SequencePlayerLibrary_ConvertToSequencePlayer"); \ +static_assert(sizeof(SequencePlayerLibrary_ConvertToSequencePlayer) == 0x000028, "Wrong size on SequencePlayerLibrary_ConvertToSequencePlayer"); \ +static_assert(offsetof(SequencePlayerLibrary_ConvertToSequencePlayer, Node) == 0x000000, "Member 'SequencePlayerLibrary_ConvertToSequencePlayer::Node' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_ConvertToSequencePlayer, Result) == 0x000010, "Member 'SequencePlayerLibrary_ConvertToSequencePlayer::Result' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_ConvertToSequencePlayer, ReturnValue) == 0x000018, "Member 'SequencePlayerLibrary_ConvertToSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_ConvertToSequencePlayerPure \ +static_assert(alignof(SequencePlayerLibrary_ConvertToSequencePlayerPure) == 0x000008, "Wrong alignment on SequencePlayerLibrary_ConvertToSequencePlayerPure"); \ +static_assert(sizeof(SequencePlayerLibrary_ConvertToSequencePlayerPure) == 0x000028, "Wrong size on SequencePlayerLibrary_ConvertToSequencePlayerPure"); \ +static_assert(offsetof(SequencePlayerLibrary_ConvertToSequencePlayerPure, Node) == 0x000000, "Member 'SequencePlayerLibrary_ConvertToSequencePlayerPure::Node' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_ConvertToSequencePlayerPure, SequencePlayer) == 0x000010, "Member 'SequencePlayerLibrary_ConvertToSequencePlayerPure::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_ConvertToSequencePlayerPure, Result) == 0x000020, "Member 'SequencePlayerLibrary_ConvertToSequencePlayerPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_GetAccumulatedTime \ +static_assert(alignof(SequencePlayerLibrary_GetAccumulatedTime) == 0x000008, "Wrong alignment on SequencePlayerLibrary_GetAccumulatedTime"); \ +static_assert(sizeof(SequencePlayerLibrary_GetAccumulatedTime) == 0x000018, "Wrong size on SequencePlayerLibrary_GetAccumulatedTime"); \ +static_assert(offsetof(SequencePlayerLibrary_GetAccumulatedTime, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_GetAccumulatedTime::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetAccumulatedTime, ReturnValue) == 0x000010, "Member 'SequencePlayerLibrary_GetAccumulatedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_GetLoopAnimation \ +static_assert(alignof(SequencePlayerLibrary_GetLoopAnimation) == 0x000008, "Wrong alignment on SequencePlayerLibrary_GetLoopAnimation"); \ +static_assert(sizeof(SequencePlayerLibrary_GetLoopAnimation) == 0x000018, "Wrong size on SequencePlayerLibrary_GetLoopAnimation"); \ +static_assert(offsetof(SequencePlayerLibrary_GetLoopAnimation, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_GetLoopAnimation::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetLoopAnimation, ReturnValue) == 0x000010, "Member 'SequencePlayerLibrary_GetLoopAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_GetPlayRate \ +static_assert(alignof(SequencePlayerLibrary_GetPlayRate) == 0x000008, "Wrong alignment on SequencePlayerLibrary_GetPlayRate"); \ +static_assert(sizeof(SequencePlayerLibrary_GetPlayRate) == 0x000018, "Wrong size on SequencePlayerLibrary_GetPlayRate"); \ +static_assert(offsetof(SequencePlayerLibrary_GetPlayRate, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_GetPlayRate::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetPlayRate, ReturnValue) == 0x000010, "Member 'SequencePlayerLibrary_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_GetSequence \ +static_assert(alignof(SequencePlayerLibrary_GetSequence) == 0x000008, "Wrong alignment on SequencePlayerLibrary_GetSequence"); \ +static_assert(sizeof(SequencePlayerLibrary_GetSequence) == 0x000028, "Wrong size on SequencePlayerLibrary_GetSequence"); \ +static_assert(offsetof(SequencePlayerLibrary_GetSequence, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_GetSequence::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetSequence, SequenceBase) == 0x000010, "Member 'SequencePlayerLibrary_GetSequence::SequenceBase' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetSequence, ReturnValue) == 0x000018, "Member 'SequencePlayerLibrary_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_GetSequencePure \ +static_assert(alignof(SequencePlayerLibrary_GetSequencePure) == 0x000008, "Wrong alignment on SequencePlayerLibrary_GetSequencePure"); \ +static_assert(sizeof(SequencePlayerLibrary_GetSequencePure) == 0x000018, "Wrong size on SequencePlayerLibrary_GetSequencePure"); \ +static_assert(offsetof(SequencePlayerLibrary_GetSequencePure, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_GetSequencePure::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetSequencePure, ReturnValue) == 0x000010, "Member 'SequencePlayerLibrary_GetSequencePure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_GetStartPosition \ +static_assert(alignof(SequencePlayerLibrary_GetStartPosition) == 0x000008, "Wrong alignment on SequencePlayerLibrary_GetStartPosition"); \ +static_assert(sizeof(SequencePlayerLibrary_GetStartPosition) == 0x000018, "Wrong size on SequencePlayerLibrary_GetStartPosition"); \ +static_assert(offsetof(SequencePlayerLibrary_GetStartPosition, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_GetStartPosition::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_GetStartPosition, ReturnValue) == 0x000010, "Member 'SequencePlayerLibrary_GetStartPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_SetAccumulatedTime \ +static_assert(alignof(SequencePlayerLibrary_SetAccumulatedTime) == 0x000008, "Wrong alignment on SequencePlayerLibrary_SetAccumulatedTime"); \ +static_assert(sizeof(SequencePlayerLibrary_SetAccumulatedTime) == 0x000028, "Wrong size on SequencePlayerLibrary_SetAccumulatedTime"); \ +static_assert(offsetof(SequencePlayerLibrary_SetAccumulatedTime, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_SetAccumulatedTime::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetAccumulatedTime, Time) == 0x000010, "Member 'SequencePlayerLibrary_SetAccumulatedTime::Time' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetAccumulatedTime, ReturnValue) == 0x000018, "Member 'SequencePlayerLibrary_SetAccumulatedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_SetPlayRate \ +static_assert(alignof(SequencePlayerLibrary_SetPlayRate) == 0x000008, "Wrong alignment on SequencePlayerLibrary_SetPlayRate"); \ +static_assert(sizeof(SequencePlayerLibrary_SetPlayRate) == 0x000028, "Wrong size on SequencePlayerLibrary_SetPlayRate"); \ +static_assert(offsetof(SequencePlayerLibrary_SetPlayRate, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_SetPlayRate::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetPlayRate, PlayRate) == 0x000010, "Member 'SequencePlayerLibrary_SetPlayRate::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetPlayRate, ReturnValue) == 0x000018, "Member 'SequencePlayerLibrary_SetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_SetSequence \ +static_assert(alignof(SequencePlayerLibrary_SetSequence) == 0x000008, "Wrong alignment on SequencePlayerLibrary_SetSequence"); \ +static_assert(sizeof(SequencePlayerLibrary_SetSequence) == 0x000028, "Wrong size on SequencePlayerLibrary_SetSequence"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequence, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_SetSequence::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequence, Sequence) == 0x000010, "Member 'SequencePlayerLibrary_SetSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequence, ReturnValue) == 0x000018, "Member 'SequencePlayerLibrary_SetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_SetSequenceWithInertialBlending \ +static_assert(alignof(SequencePlayerLibrary_SetSequenceWithInertialBlending) == 0x000008, "Wrong alignment on SequencePlayerLibrary_SetSequenceWithInertialBlending"); \ +static_assert(sizeof(SequencePlayerLibrary_SetSequenceWithInertialBlending) == 0x000040, "Wrong size on SequencePlayerLibrary_SetSequenceWithInertialBlending"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequenceWithInertialBlending, UpdateContext) == 0x000000, "Member 'SequencePlayerLibrary_SetSequenceWithInertialBlending::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequenceWithInertialBlending, SequencePlayer) == 0x000010, "Member 'SequencePlayerLibrary_SetSequenceWithInertialBlending::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequenceWithInertialBlending, Sequence) == 0x000020, "Member 'SequencePlayerLibrary_SetSequenceWithInertialBlending::Sequence' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequenceWithInertialBlending, BlendTime) == 0x000028, "Member 'SequencePlayerLibrary_SetSequenceWithInertialBlending::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetSequenceWithInertialBlending, ReturnValue) == 0x000030, "Member 'SequencePlayerLibrary_SetSequenceWithInertialBlending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencePlayerLibrary_SetStartPosition \ +static_assert(alignof(SequencePlayerLibrary_SetStartPosition) == 0x000008, "Wrong alignment on SequencePlayerLibrary_SetStartPosition"); \ +static_assert(sizeof(SequencePlayerLibrary_SetStartPosition) == 0x000028, "Wrong size on SequencePlayerLibrary_SetStartPosition"); \ +static_assert(offsetof(SequencePlayerLibrary_SetStartPosition, SequencePlayer) == 0x000000, "Member 'SequencePlayerLibrary_SetStartPosition::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetStartPosition, StartPosition) == 0x000010, "Member 'SequencePlayerLibrary_SetStartPosition::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(SequencePlayerLibrary_SetStartPosition, ReturnValue) == 0x000018, "Member 'SequencePlayerLibrary_SetStartPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequencePlayerLibrary \ +static_assert(alignof(USequencePlayerLibrary) == 0x000008, "Wrong alignment on USequencePlayerLibrary"); \ +static_assert(sizeof(USequencePlayerLibrary) == 0x000028, "Wrong size on USequencePlayerLibrary"); \ + +#define DUMPER7_ASSERTS_ISequencerAnimationSupport \ +static_assert(alignof(ISequencerAnimationSupport) == 0x000001, "Wrong alignment on ISequencerAnimationSupport"); \ +static_assert(sizeof(ISequencerAnimationSupport) == 0x000001, "Wrong size on ISequencerAnimationSupport"); \ + +#define DUMPER7_ASSERTS_SkeletalControlLibrary_ConvertToSkeletalControl \ +static_assert(alignof(SkeletalControlLibrary_ConvertToSkeletalControl) == 0x000008, "Wrong alignment on SkeletalControlLibrary_ConvertToSkeletalControl"); \ +static_assert(sizeof(SkeletalControlLibrary_ConvertToSkeletalControl) == 0x000028, "Wrong size on SkeletalControlLibrary_ConvertToSkeletalControl"); \ +static_assert(offsetof(SkeletalControlLibrary_ConvertToSkeletalControl, Node) == 0x000000, "Member 'SkeletalControlLibrary_ConvertToSkeletalControl::Node' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_ConvertToSkeletalControl, Result) == 0x000010, "Member 'SkeletalControlLibrary_ConvertToSkeletalControl::Result' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_ConvertToSkeletalControl, ReturnValue) == 0x000018, "Member 'SkeletalControlLibrary_ConvertToSkeletalControl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalControlLibrary_ConvertToSkeletalControlPure \ +static_assert(alignof(SkeletalControlLibrary_ConvertToSkeletalControlPure) == 0x000008, "Wrong alignment on SkeletalControlLibrary_ConvertToSkeletalControlPure"); \ +static_assert(sizeof(SkeletalControlLibrary_ConvertToSkeletalControlPure) == 0x000028, "Wrong size on SkeletalControlLibrary_ConvertToSkeletalControlPure"); \ +static_assert(offsetof(SkeletalControlLibrary_ConvertToSkeletalControlPure, Node) == 0x000000, "Member 'SkeletalControlLibrary_ConvertToSkeletalControlPure::Node' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_ConvertToSkeletalControlPure, SkeletalControl) == 0x000010, "Member 'SkeletalControlLibrary_ConvertToSkeletalControlPure::SkeletalControl' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_ConvertToSkeletalControlPure, Result) == 0x000020, "Member 'SkeletalControlLibrary_ConvertToSkeletalControlPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalControlLibrary_GetAlpha \ +static_assert(alignof(SkeletalControlLibrary_GetAlpha) == 0x000008, "Wrong alignment on SkeletalControlLibrary_GetAlpha"); \ +static_assert(sizeof(SkeletalControlLibrary_GetAlpha) == 0x000018, "Wrong size on SkeletalControlLibrary_GetAlpha"); \ +static_assert(offsetof(SkeletalControlLibrary_GetAlpha, SkeletalControl) == 0x000000, "Member 'SkeletalControlLibrary_GetAlpha::SkeletalControl' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_GetAlpha, ReturnValue) == 0x000010, "Member 'SkeletalControlLibrary_GetAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalControlLibrary_SetAlpha \ +static_assert(alignof(SkeletalControlLibrary_SetAlpha) == 0x000008, "Wrong alignment on SkeletalControlLibrary_SetAlpha"); \ +static_assert(sizeof(SkeletalControlLibrary_SetAlpha) == 0x000028, "Wrong size on SkeletalControlLibrary_SetAlpha"); \ +static_assert(offsetof(SkeletalControlLibrary_SetAlpha, SkeletalControl) == 0x000000, "Member 'SkeletalControlLibrary_SetAlpha::SkeletalControl' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_SetAlpha, Alpha) == 0x000010, "Member 'SkeletalControlLibrary_SetAlpha::Alpha' has a wrong offset!"); \ +static_assert(offsetof(SkeletalControlLibrary_SetAlpha, ReturnValue) == 0x000018, "Member 'SkeletalControlLibrary_SetAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalControlLibrary \ +static_assert(alignof(USkeletalControlLibrary) == 0x000008, "Wrong alignment on USkeletalControlLibrary"); \ +static_assert(sizeof(USkeletalControlLibrary) == 0x000028, "Wrong size on USkeletalControlLibrary"); \ + +#define DUMPER7_ASSERTS_FConstraintsInWorld \ +static_assert(alignof(FConstraintsInWorld) == 0x000008, "Wrong alignment on FConstraintsInWorld"); \ +static_assert(sizeof(FConstraintsInWorld) == 0x000028, "Wrong size on FConstraintsInWorld"); \ +static_assert(offsetof(FConstraintsInWorld, World) == 0x000000, "Member 'FConstraintsInWorld::World' has a wrong offset!"); \ +static_assert(offsetof(FConstraintsInWorld, Constraints) == 0x000008, "Member 'FConstraintsInWorld::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneConstraintChannel \ +static_assert(alignof(FMovieSceneConstraintChannel) == 0x000008, "Wrong alignment on FMovieSceneConstraintChannel"); \ +static_assert(sizeof(FMovieSceneConstraintChannel) == 0x000108, "Wrong size on FMovieSceneConstraintChannel"); \ + +#define DUMPER7_ASSERTS_FConstraintAndActiveChannel \ +static_assert(alignof(FConstraintAndActiveChannel) == 0x000008, "Wrong alignment on FConstraintAndActiveChannel"); \ +static_assert(sizeof(FConstraintAndActiveChannel) == 0x000110, "Wrong size on FConstraintAndActiveChannel"); \ +static_assert(offsetof(FConstraintAndActiveChannel, ActiveChannel) == 0x000000, "Member 'FConstraintAndActiveChannel::ActiveChannel' has a wrong offset!"); \ +static_assert(offsetof(FConstraintAndActiveChannel, ConstraintCopyToSpawn) == 0x000108, "Member 'FConstraintAndActiveChannel::ConstraintCopyToSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintTickFunction \ +static_assert(alignof(FConstraintTickFunction) == 0x000008, "Wrong alignment on FConstraintTickFunction"); \ +static_assert(sizeof(FConstraintTickFunction) == 0x000040, "Wrong size on FConstraintTickFunction"); \ + +#define DUMPER7_ASSERTS_AConstraintsActor \ +static_assert(alignof(AConstraintsActor) == 0x000008, "Wrong alignment on AConstraintsActor"); \ +static_assert(sizeof(AConstraintsActor) == 0x0002B8, "Wrong size on AConstraintsActor"); \ +static_assert(offsetof(AConstraintsActor, ConstraintsManager) == 0x0002B0, "Member 'AConstraintsActor::ConstraintsManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableConstraint \ +static_assert(alignof(UTickableConstraint) == 0x000008, "Wrong alignment on UTickableConstraint"); \ +static_assert(sizeof(UTickableConstraint) == 0x000090, "Wrong size on UTickableConstraint"); \ +static_assert(offsetof(UTickableConstraint, Active) == 0x000028, "Member 'UTickableConstraint::Active' has a wrong offset!"); \ +static_assert(offsetof(UTickableConstraint, bValid) == 0x000029, "Member 'UTickableConstraint::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstraintsManager \ +static_assert(alignof(UConstraintsManager) == 0x000008, "Wrong alignment on UConstraintsManager"); \ +static_assert(sizeof(UConstraintsManager) == 0x000048, "Wrong size on UConstraintsManager"); \ +static_assert(offsetof(UConstraintsManager, OnConstraintAdded_BP) == 0x000028, "Member 'UConstraintsManager::OnConstraintAdded_BP' has a wrong offset!"); \ +static_assert(offsetof(UConstraintsManager, OnConstraintRemoved_BP) == 0x000029, "Member 'UConstraintsManager::OnConstraintRemoved_BP' has a wrong offset!"); \ +static_assert(offsetof(UConstraintsManager, Constraints) == 0x000038, "Member 'UConstraintsManager::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_AddConstraint \ +static_assert(alignof(ConstraintsScriptingLibrary_AddConstraint) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_AddConstraint"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_AddConstraint) == 0x000028, "Wrong size on ConstraintsScriptingLibrary_AddConstraint"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_AddConstraint, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_AddConstraint::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_AddConstraint, InParentHandle) == 0x000008, "Member 'ConstraintsScriptingLibrary_AddConstraint::InParentHandle' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_AddConstraint, InChildHandle) == 0x000010, "Member 'ConstraintsScriptingLibrary_AddConstraint::InChildHandle' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_AddConstraint, InConstraint) == 0x000018, "Member 'ConstraintsScriptingLibrary_AddConstraint::InConstraint' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_AddConstraint, bMaintainOffset) == 0x000020, "Member 'ConstraintsScriptingLibrary_AddConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_AddConstraint, ReturnValue) == 0x000021, "Member 'ConstraintsScriptingLibrary_AddConstraint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_CreateFromType \ +static_assert(alignof(ConstraintsScriptingLibrary_CreateFromType) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_CreateFromType"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_CreateFromType) == 0x000018, "Wrong size on ConstraintsScriptingLibrary_CreateFromType"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateFromType, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_CreateFromType::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateFromType, InType) == 0x000008, "Member 'ConstraintsScriptingLibrary_CreateFromType::InType' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateFromType, ReturnValue) == 0x000010, "Member 'ConstraintsScriptingLibrary_CreateFromType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_CreateTransformableComponentHandle \ +static_assert(alignof(ConstraintsScriptingLibrary_CreateTransformableComponentHandle) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_CreateTransformableComponentHandle"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_CreateTransformableComponentHandle) == 0x000020, "Wrong size on ConstraintsScriptingLibrary_CreateTransformableComponentHandle"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableComponentHandle, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_CreateTransformableComponentHandle::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableComponentHandle, InSceneComponent) == 0x000008, "Member 'ConstraintsScriptingLibrary_CreateTransformableComponentHandle::InSceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableComponentHandle, InSocketName) == 0x000010, "Member 'ConstraintsScriptingLibrary_CreateTransformableComponentHandle::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableComponentHandle, ReturnValue) == 0x000018, "Member 'ConstraintsScriptingLibrary_CreateTransformableComponentHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_CreateTransformableHandle \ +static_assert(alignof(ConstraintsScriptingLibrary_CreateTransformableHandle) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_CreateTransformableHandle"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_CreateTransformableHandle) == 0x000020, "Wrong size on ConstraintsScriptingLibrary_CreateTransformableHandle"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableHandle, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_CreateTransformableHandle::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableHandle, InObject) == 0x000008, "Member 'ConstraintsScriptingLibrary_CreateTransformableHandle::InObject' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableHandle, InAttachmentName) == 0x000010, "Member 'ConstraintsScriptingLibrary_CreateTransformableHandle::InAttachmentName' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_CreateTransformableHandle, ReturnValue) == 0x000018, "Member 'ConstraintsScriptingLibrary_CreateTransformableHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_GetConstraintsArray \ +static_assert(alignof(ConstraintsScriptingLibrary_GetConstraintsArray) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_GetConstraintsArray"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_GetConstraintsArray) == 0x000018, "Wrong size on ConstraintsScriptingLibrary_GetConstraintsArray"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_GetConstraintsArray, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_GetConstraintsArray::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_GetConstraintsArray, ReturnValue) == 0x000008, "Member 'ConstraintsScriptingLibrary_GetConstraintsArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_RemoveConstraint \ +static_assert(alignof(ConstraintsScriptingLibrary_RemoveConstraint) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_RemoveConstraint"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_RemoveConstraint) == 0x000010, "Wrong size on ConstraintsScriptingLibrary_RemoveConstraint"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_RemoveConstraint, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_RemoveConstraint::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_RemoveConstraint, InIndex) == 0x000008, "Member 'ConstraintsScriptingLibrary_RemoveConstraint::InIndex' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_RemoveConstraint, ReturnValue) == 0x00000C, "Member 'ConstraintsScriptingLibrary_RemoveConstraint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstraintsScriptingLibrary_RemoveThisConstraint \ +static_assert(alignof(ConstraintsScriptingLibrary_RemoveThisConstraint) == 0x000008, "Wrong alignment on ConstraintsScriptingLibrary_RemoveThisConstraint"); \ +static_assert(sizeof(ConstraintsScriptingLibrary_RemoveThisConstraint) == 0x000018, "Wrong size on ConstraintsScriptingLibrary_RemoveThisConstraint"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_RemoveThisConstraint, InWorld) == 0x000000, "Member 'ConstraintsScriptingLibrary_RemoveThisConstraint::InWorld' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_RemoveThisConstraint, InTickableConstraint) == 0x000008, "Member 'ConstraintsScriptingLibrary_RemoveThisConstraint::InTickableConstraint' has a wrong offset!"); \ +static_assert(offsetof(ConstraintsScriptingLibrary_RemoveThisConstraint, ReturnValue) == 0x000010, "Member 'ConstraintsScriptingLibrary_RemoveThisConstraint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstraintsScriptingLibrary \ +static_assert(alignof(UConstraintsScriptingLibrary) == 0x000008, "Wrong alignment on UConstraintsScriptingLibrary"); \ +static_assert(sizeof(UConstraintsScriptingLibrary) == 0x000028, "Wrong size on UConstraintsScriptingLibrary"); \ + +#define DUMPER7_ASSERTS_UConstraintSubsystem \ +static_assert(alignof(UConstraintSubsystem) == 0x000008, "Wrong alignment on UConstraintSubsystem"); \ +static_assert(sizeof(UConstraintSubsystem) == 0x0000A0, "Wrong size on UConstraintSubsystem"); \ +static_assert(offsetof(UConstraintSubsystem, OnConstraintAddedToSystem_BP) == 0x000030, "Member 'UConstraintSubsystem::OnConstraintAddedToSystem_BP' has a wrong offset!"); \ +static_assert(offsetof(UConstraintSubsystem, OnConstraintRemovedFromSystem_BP) == 0x000031, "Member 'UConstraintSubsystem::OnConstraintRemovedFromSystem_BP' has a wrong offset!"); \ +static_assert(offsetof(UConstraintSubsystem, ConstraintsInWorld) == 0x000038, "Member 'UConstraintSubsystem::ConstraintsInWorld' has a wrong offset!"); \ +static_assert(offsetof(UConstraintSubsystem, ConstraintsConfig) == 0x000050, "Member 'UConstraintSubsystem::ConstraintsConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformableHandle \ +static_assert(alignof(UTransformableHandle) == 0x000008, "Wrong alignment on UTransformableHandle"); \ +static_assert(sizeof(UTransformableHandle) == 0x000060, "Wrong size on UTransformableHandle"); \ +static_assert(offsetof(UTransformableHandle, ConstraintBindingID) == 0x00002C, "Member 'UTransformableHandle::ConstraintBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformableComponentHandle \ +static_assert(alignof(UTransformableComponentHandle) == 0x000008, "Wrong alignment on UTransformableComponentHandle"); \ +static_assert(sizeof(UTransformableComponentHandle) == 0x000070, "Wrong size on UTransformableComponentHandle"); \ +static_assert(offsetof(UTransformableComponentHandle, Component) == 0x000060, "Member 'UTransformableComponentHandle::Component' has a wrong offset!"); \ +static_assert(offsetof(UTransformableComponentHandle, SocketName) == 0x000068, "Member 'UTransformableComponentHandle::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableTransformConstraint \ +static_assert(alignof(UTickableTransformConstraint) == 0x000008, "Wrong alignment on UTickableTransformConstraint"); \ +static_assert(sizeof(UTickableTransformConstraint) == 0x0000B0, "Wrong size on UTickableTransformConstraint"); \ +static_assert(offsetof(UTickableTransformConstraint, ParentTRSHandle) == 0x000090, "Member 'UTickableTransformConstraint::ParentTRSHandle' has a wrong offset!"); \ +static_assert(offsetof(UTickableTransformConstraint, ChildTRSHandle) == 0x000098, "Member 'UTickableTransformConstraint::ChildTRSHandle' has a wrong offset!"); \ +static_assert(offsetof(UTickableTransformConstraint, bMaintainOffset) == 0x0000A0, "Member 'UTickableTransformConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(UTickableTransformConstraint, Weight) == 0x0000A4, "Member 'UTickableTransformConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(UTickableTransformConstraint, bDynamicOffset) == 0x0000A8, "Member 'UTickableTransformConstraint::bDynamicOffset' has a wrong offset!"); \ +static_assert(offsetof(UTickableTransformConstraint, Type) == 0x0000A9, "Member 'UTickableTransformConstraint::Type' has a wrong offset!"); \ +static_assert(offsetof(UTickableTransformConstraint, bUseCurrentOffset) == 0x0000AA, "Member 'UTickableTransformConstraint::bUseCurrentOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableTranslationConstraint \ +static_assert(alignof(UTickableTranslationConstraint) == 0x000008, "Wrong alignment on UTickableTranslationConstraint"); \ +static_assert(sizeof(UTickableTranslationConstraint) == 0x0000D8, "Wrong size on UTickableTranslationConstraint"); \ +static_assert(offsetof(UTickableTranslationConstraint, OffsetTranslation) == 0x0000B8, "Member 'UTickableTranslationConstraint::OffsetTranslation' has a wrong offset!"); \ +static_assert(offsetof(UTickableTranslationConstraint, AxisFilter) == 0x0000D0, "Member 'UTickableTranslationConstraint::AxisFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableRotationConstraint \ +static_assert(alignof(UTickableRotationConstraint) == 0x000010, "Wrong alignment on UTickableRotationConstraint"); \ +static_assert(sizeof(UTickableRotationConstraint) == 0x0000F0, "Wrong size on UTickableRotationConstraint"); \ +static_assert(offsetof(UTickableRotationConstraint, OffsetRotation) == 0x0000C0, "Member 'UTickableRotationConstraint::OffsetRotation' has a wrong offset!"); \ +static_assert(offsetof(UTickableRotationConstraint, AxisFilter) == 0x0000E0, "Member 'UTickableRotationConstraint::AxisFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableScaleConstraint \ +static_assert(alignof(UTickableScaleConstraint) == 0x000008, "Wrong alignment on UTickableScaleConstraint"); \ +static_assert(sizeof(UTickableScaleConstraint) == 0x0000D8, "Wrong size on UTickableScaleConstraint"); \ +static_assert(offsetof(UTickableScaleConstraint, OffsetScale) == 0x0000B8, "Member 'UTickableScaleConstraint::OffsetScale' has a wrong offset!"); \ +static_assert(offsetof(UTickableScaleConstraint, AxisFilter) == 0x0000D0, "Member 'UTickableScaleConstraint::AxisFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableParentConstraint \ +static_assert(alignof(UTickableParentConstraint) == 0x000010, "Wrong alignment on UTickableParentConstraint"); \ +static_assert(sizeof(UTickableParentConstraint) == 0x000130, "Wrong size on UTickableParentConstraint"); \ +static_assert(offsetof(UTickableParentConstraint, OffsetTransform) == 0x0000C0, "Member 'UTickableParentConstraint::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(UTickableParentConstraint, bScaling) == 0x000120, "Member 'UTickableParentConstraint::bScaling' has a wrong offset!"); \ +static_assert(offsetof(UTickableParentConstraint, TransformFilter) == 0x000121, "Member 'UTickableParentConstraint::TransformFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTickableLookAtConstraint \ +static_assert(alignof(UTickableLookAtConstraint) == 0x000008, "Wrong alignment on UTickableLookAtConstraint"); \ +static_assert(sizeof(UTickableLookAtConstraint) == 0x0000C8, "Wrong size on UTickableLookAtConstraint"); \ +static_assert(offsetof(UTickableLookAtConstraint, Axis) == 0x0000B0, "Member 'UTickableLookAtConstraint::Axis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSubmixEffectDynamicProcessorFilterSettings \ +static_assert(alignof(FSubmixEffectDynamicProcessorFilterSettings) == 0x000004, "Wrong alignment on FSubmixEffectDynamicProcessorFilterSettings"); \ +static_assert(sizeof(FSubmixEffectDynamicProcessorFilterSettings) == 0x00000C, "Wrong size on FSubmixEffectDynamicProcessorFilterSettings"); \ +static_assert(offsetof(FSubmixEffectDynamicProcessorFilterSettings, Cutoff) == 0x000004, "Member 'FSubmixEffectDynamicProcessorFilterSettings::Cutoff' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicProcessorFilterSettings, GainDb) == 0x000008, "Member 'FSubmixEffectDynamicProcessorFilterSettings::GainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectDynamicsProcessorSettings \ +static_assert(alignof(FSubmixEffectDynamicsProcessorSettings) == 0x000008, "Wrong alignment on FSubmixEffectDynamicsProcessorSettings"); \ +static_assert(sizeof(FSubmixEffectDynamicsProcessorSettings) == 0x000060, "Wrong size on FSubmixEffectDynamicsProcessorSettings"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, DynamicsProcessorType) == 0x000000, "Member 'FSubmixEffectDynamicsProcessorSettings::DynamicsProcessorType' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, PeakMode) == 0x000001, "Member 'FSubmixEffectDynamicsProcessorSettings::PeakMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, LinkMode) == 0x000002, "Member 'FSubmixEffectDynamicsProcessorSettings::LinkMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, InputGainDb) == 0x000004, "Member 'FSubmixEffectDynamicsProcessorSettings::InputGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ThresholdDb) == 0x000008, "Member 'FSubmixEffectDynamicsProcessorSettings::ThresholdDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, Ratio) == 0x00000C, "Member 'FSubmixEffectDynamicsProcessorSettings::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KneeBandwidthDb) == 0x000010, "Member 'FSubmixEffectDynamicsProcessorSettings::KneeBandwidthDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, LookAheadMsec) == 0x000014, "Member 'FSubmixEffectDynamicsProcessorSettings::LookAheadMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, AttackTimeMsec) == 0x000018, "Member 'FSubmixEffectDynamicsProcessorSettings::AttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ReleaseTimeMsec) == 0x00001C, "Member 'FSubmixEffectDynamicsProcessorSettings::ReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeySource) == 0x000020, "Member 'FSubmixEffectDynamicsProcessorSettings::KeySource' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ExternalAudioBus) == 0x000028, "Member 'FSubmixEffectDynamicsProcessorSettings::ExternalAudioBus' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ExternalSubmix) == 0x000030, "Member 'FSubmixEffectDynamicsProcessorSettings::ExternalSubmix' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyGainDb) == 0x00003C, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, OutputGainDb) == 0x000040, "Member 'FSubmixEffectDynamicsProcessorSettings::OutputGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyHighshelf) == 0x000044, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyHighshelf' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyLowshelf) == 0x000050, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyLowshelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioOutputDeviceInfo \ +static_assert(alignof(FAudioOutputDeviceInfo) == 0x000008, "Wrong alignment on FAudioOutputDeviceInfo"); \ +static_assert(sizeof(FAudioOutputDeviceInfo) == 0x000048, "Wrong size on FAudioOutputDeviceInfo"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, Name) == 0x000000, "Member 'FAudioOutputDeviceInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, DeviceID) == 0x000010, "Member 'FAudioOutputDeviceInfo::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, NumChannels) == 0x000020, "Member 'FAudioOutputDeviceInfo::NumChannels' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, SampleRate) == 0x000024, "Member 'FAudioOutputDeviceInfo::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, Format) == 0x000028, "Member 'FAudioOutputDeviceInfo::Format' has a wrong offset!"); \ +static_assert(offsetof(FAudioOutputDeviceInfo, OutputChannelArray) == 0x000030, "Member 'FAudioOutputDeviceInfo::OutputChannelArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSwapAudioOutputResult \ +static_assert(alignof(FSwapAudioOutputResult) == 0x000008, "Wrong alignment on FSwapAudioOutputResult"); \ +static_assert(sizeof(FSwapAudioOutputResult) == 0x000028, "Wrong size on FSwapAudioOutputResult"); \ +static_assert(offsetof(FSwapAudioOutputResult, CurrentDeviceId) == 0x000000, "Member 'FSwapAudioOutputResult::CurrentDeviceId' has a wrong offset!"); \ +static_assert(offsetof(FSwapAudioOutputResult, RequestedDeviceId) == 0x000010, "Member 'FSwapAudioOutputResult::RequestedDeviceId' has a wrong offset!"); \ +static_assert(offsetof(FSwapAudioOutputResult, Result) == 0x000020, "Member 'FSwapAudioOutputResult::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectEQBand \ +static_assert(alignof(FSubmixEffectEQBand) == 0x000004, "Wrong alignment on FSubmixEffectEQBand"); \ +static_assert(sizeof(FSubmixEffectEQBand) == 0x000010, "Wrong size on FSubmixEffectEQBand"); \ +static_assert(offsetof(FSubmixEffectEQBand, Frequency) == 0x000000, "Member 'FSubmixEffectEQBand::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectEQBand, Bandwidth) == 0x000004, "Member 'FSubmixEffectEQBand::Bandwidth' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectEQBand, GainDb) == 0x000008, "Member 'FSubmixEffectEQBand::GainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectSubmixEQSettings \ +static_assert(alignof(FSubmixEffectSubmixEQSettings) == 0x000008, "Wrong alignment on FSubmixEffectSubmixEQSettings"); \ +static_assert(sizeof(FSubmixEffectSubmixEQSettings) == 0x000010, "Wrong size on FSubmixEffectSubmixEQSettings"); \ +static_assert(offsetof(FSubmixEffectSubmixEQSettings, EQBands) == 0x000000, "Member 'FSubmixEffectSubmixEQSettings::EQBands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectReverbSettings \ +static_assert(alignof(FSubmixEffectReverbSettings) == 0x000004, "Wrong alignment on FSubmixEffectReverbSettings"); \ +static_assert(sizeof(FSubmixEffectReverbSettings) == 0x000040, "Wrong size on FSubmixEffectReverbSettings"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, bBypassEarlyReflections) == 0x000000, "Member 'FSubmixEffectReverbSettings::bBypassEarlyReflections' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, ReflectionsDelay) == 0x000004, "Member 'FSubmixEffectReverbSettings::ReflectionsDelay' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, GainHF) == 0x000008, "Member 'FSubmixEffectReverbSettings::GainHF' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, ReflectionsGain) == 0x00000C, "Member 'FSubmixEffectReverbSettings::ReflectionsGain' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, bBypassLateReflections) == 0x000010, "Member 'FSubmixEffectReverbSettings::bBypassLateReflections' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, LateDelay) == 0x000014, "Member 'FSubmixEffectReverbSettings::LateDelay' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, DecayTime) == 0x000018, "Member 'FSubmixEffectReverbSettings::DecayTime' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, Density) == 0x00001C, "Member 'FSubmixEffectReverbSettings::Density' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, Diffusion) == 0x000020, "Member 'FSubmixEffectReverbSettings::Diffusion' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, AirAbsorptionGainHF) == 0x000024, "Member 'FSubmixEffectReverbSettings::AirAbsorptionGainHF' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, DecayHFRatio) == 0x000028, "Member 'FSubmixEffectReverbSettings::DecayHFRatio' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, LateGain) == 0x00002C, "Member 'FSubmixEffectReverbSettings::LateGain' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, Gain) == 0x000030, "Member 'FSubmixEffectReverbSettings::Gain' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, WetLevel) == 0x000034, "Member 'FSubmixEffectReverbSettings::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, DryLevel) == 0x000038, "Member 'FSubmixEffectReverbSettings::DryLevel' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectReverbSettings, bBypass) == 0x00003C, "Member 'FSubmixEffectReverbSettings::bBypass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioBusSubsystem \ +static_assert(alignof(UAudioBusSubsystem) == 0x000008, "Wrong alignment on UAudioBusSubsystem"); \ +static_assert(sizeof(UAudioBusSubsystem) == 0x000108, "Wrong size on UAudioBusSubsystem"); \ + +#define DUMPER7_ASSERTS_UAudioDeviceNotificationSubsystem \ +static_assert(alignof(UAudioDeviceNotificationSubsystem) == 0x000008, "Wrong alignment on UAudioDeviceNotificationSubsystem"); \ +static_assert(sizeof(UAudioDeviceNotificationSubsystem) == 0x000128, "Wrong size on UAudioDeviceNotificationSubsystem"); \ +static_assert(offsetof(UAudioDeviceNotificationSubsystem, DefaultCaptureDeviceChanged) == 0x000038, "Member 'UAudioDeviceNotificationSubsystem::DefaultCaptureDeviceChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioDeviceNotificationSubsystem, DefaultRenderDeviceChanged) == 0x000060, "Member 'UAudioDeviceNotificationSubsystem::DefaultRenderDeviceChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioDeviceNotificationSubsystem, DeviceAdded) == 0x000088, "Member 'UAudioDeviceNotificationSubsystem::DeviceAdded' has a wrong offset!"); \ +static_assert(offsetof(UAudioDeviceNotificationSubsystem, DeviceRemoved) == 0x0000B0, "Member 'UAudioDeviceNotificationSubsystem::DeviceRemoved' has a wrong offset!"); \ +static_assert(offsetof(UAudioDeviceNotificationSubsystem, DeviceStateChanged) == 0x0000D8, "Member 'UAudioDeviceNotificationSubsystem::DeviceStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioDeviceNotificationSubsystem, DeviceSwitched) == 0x000100, "Member 'UAudioDeviceNotificationSubsystem::DeviceSwitched' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetAudioBus \ +static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetAudioBus) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetAudioBus"); \ +static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetAudioBus) == 0x000008, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetAudioBus"); \ +static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetAudioBus, AudioBus) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetAudioBus::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetExternalSubmix \ +static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetExternalSubmix"); \ +static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix) == 0x000008, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetExternalSubmix"); \ +static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix, Submix) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetExternalSubmix::Submix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetSettings \ +static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetSettings) == 0x000060, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetSettings, Settings_0) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetSettings::Settings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectDynamicsProcessorPreset \ +static_assert(alignof(USubmixEffectDynamicsProcessorPreset) == 0x000008, "Wrong alignment on USubmixEffectDynamicsProcessorPreset"); \ +static_assert(sizeof(USubmixEffectDynamicsProcessorPreset) == 0x000150, "Wrong size on USubmixEffectDynamicsProcessorPreset"); \ +static_assert(offsetof(USubmixEffectDynamicsProcessorPreset, Settings) == 0x0000F0, "Member 'USubmixEffectDynamicsProcessorPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddMasterSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddMasterSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_AddMasterSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddMasterSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect, SubmixEffectPreset) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddMasterSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain \ +static_assert(alignof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::PresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, Entry) == 0x000010, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::Entry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_AddSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_AddSubmixEffect) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_AddSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearMasterSubmixEffects \ +static_assert(alignof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearMasterSubmixEffects"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_ClearMasterSubmixEffects"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearMasterSubmixEffects::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride \ +static_assert(alignof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, FadeTimeSec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::FadeTimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearSubmixEffects \ +static_assert(alignof(AudioMixerBlueprintLibrary_ClearSubmixEffects) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearSubmixEffects"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ClearSubmixEffects) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_ClearSubmixEffects"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffects, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffects, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffects::SoundSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString \ +static_assert(alignof(AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString) == 0x000058, "Wrong size on AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString, Info) == 0x000000, "Member 'AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString::Info' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString, ReturnValue) == 0x000048, "Member 'AudioMixerBlueprintLibrary_Conv_AudioOutputDeviceInfoToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices, OnObtainDevicesEvent) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetAvailableAudioOutputDevices::OnObtainDevicesEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName, OnObtainCurrentDeviceEvent) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetCurrentAudioOutputDeviceName::OnObtainCurrentDeviceEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies) == 0x000030, "Wrong size on AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, Frequencies) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::Frequencies' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, Magnitudes) == 0x000018, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::Magnitudes' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, SubmixToAnalyze) == 0x000028, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::SubmixToAnalyze' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::PresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetPhaseForFrequencies \ +static_assert(alignof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetPhaseForFrequencies"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies) == 0x000030, "Wrong size on AudioMixerBlueprintLibrary_GetPhaseForFrequencies"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, Frequencies) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::Frequencies' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, Phases) == 0x000018, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::Phases' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, SubmixToAnalyze) == 0x000028, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::SubmixToAnalyze' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_IsAudioBusActive \ +static_assert(alignof(AudioMixerBlueprintLibrary_IsAudioBusActive) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_IsAudioBusActive"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_IsAudioBusActive) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_IsAudioBusActive"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings \ +static_assert(alignof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InNumBands) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InNumBands' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InMinimumFrequency) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InMinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InMaximumFrequency) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InMaximumFrequency' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings \ +static_assert(alignof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InNumSemitones) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InNumSemitones' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InStartingMusicalNote) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InStartingMusicalNote' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InStartingOctave) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InStartingOctave' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings \ +static_assert(alignof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InBandPresetType) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InBandPresetType' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InNumBands) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InNumBands' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PauseRecordingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_PauseRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PauseRecordingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_PauseRecordingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_PauseRecordingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PauseRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PauseRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PauseRecordingOutput, SubmixToPause) == 0x000008, "Member 'AudioMixerBlueprintLibrary_PauseRecordingOutput::SubmixToPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback \ +static_assert(alignof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback, SoundCue) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback::SoundCue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PrimeSoundForPlayback \ +static_assert(alignof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PrimeSoundForPlayback"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_PrimeSoundForPlayback"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback, SoundWave) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PrimeSoundForPlayback::SoundWave' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback, OnLoadCompletion) == 0x000008, "Member 'AudioMixerBlueprintLibrary_PrimeSoundForPlayback::OnLoadCompletion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix \ +static_assert(alignof(AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix, AudioBus) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RegisterAudioBusToSubmix::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect, SubmixEffectPreset) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::PresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, EntryIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::EntryIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffect) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::SubmixChainIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex \ +static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::SubmixChainIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix \ +static_assert(alignof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, InSoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::InSoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::SubmixChainIndex' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, SubmixEffectPreset) == 0x000018, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ReplaceSubmixEffect \ +static_assert(alignof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ReplaceSubmixEffect"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_ReplaceSubmixEffect"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, InSoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::InSoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::SubmixChainIndex' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, SubmixEffectPreset) == 0x000018, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ResumeRecordingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_ResumeRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ResumeRecordingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_ResumeRecordingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_ResumeRecordingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ResumeRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ResumeRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_ResumeRecordingOutput, SubmixToPause) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ResumeRecordingOutput::SubmixToPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry \ +static_assert(alignof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::PresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, EntryIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::EntryIndex' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, bBypassed) == 0x000014, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::bBypassed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride \ +static_assert(alignof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, SubmixEffectPresetChain) == 0x000010, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::SubmixEffectPresetChain' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, FadeTimeSec) == 0x000020, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::FadeTimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartAnalyzingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_StartAnalyzingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartAnalyzingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StartAnalyzingOutput) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_StartAnalyzingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, SubmixToAnalyze) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::SubmixToAnalyze' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, FFTSize) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::FFTSize' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, InterpolationMethod) == 0x000011, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::InterpolationMethod' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, WindowType) == 0x000012, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::WindowType' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, HopSize) == 0x000014, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::HopSize' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, SpectrumType) == 0x000018, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::SpectrumType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartAudioBus \ +static_assert(alignof(AudioMixerBlueprintLibrary_StartAudioBus) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartAudioBus"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StartAudioBus) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StartAudioBus"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAudioBus, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartAudioBus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartAudioBus, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartAudioBus::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartRecordingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_StartRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartRecordingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StartRecordingOutput) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_StartRecordingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, ExpectedDuration) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::ExpectedDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, SubmixToRecord) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::SubmixToRecord' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopAnalyzingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_StopAnalyzingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopAnalyzingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StopAnalyzingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StopAnalyzingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopAnalyzingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopAnalyzingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopAnalyzingOutput, SubmixToStopAnalyzing) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopAnalyzingOutput::SubmixToStopAnalyzing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopAudioBus \ +static_assert(alignof(AudioMixerBlueprintLibrary_StopAudioBus) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopAudioBus"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StopAudioBus) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StopAudioBus"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopAudioBus, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopAudioBus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopAudioBus, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopAudioBus::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopRecordingOutput \ +static_assert(alignof(AudioMixerBlueprintLibrary_StopRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopRecordingOutput"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_StopRecordingOutput) == 0x000048, "Wrong size on AudioMixerBlueprintLibrary_StopRecordingOutput"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ExportType) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ExportType' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, Name_0) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, Path) == 0x000020, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::Path' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, SubmixToRecord) == 0x000030, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::SubmixToRecord' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ExistingSoundWaveToOverwrite) == 0x000038, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ExistingSoundWaveToOverwrite' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ReturnValue) == 0x000040, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SwapAudioOutputDevice \ +static_assert(alignof(AudioMixerBlueprintLibrary_SwapAudioOutputDevice) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SwapAudioOutputDevice"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_SwapAudioOutputDevice) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_SwapAudioOutputDevice"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SwapAudioOutputDevice, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SwapAudioOutputDevice::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SwapAudioOutputDevice, NewDeviceId) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SwapAudioOutputDevice::NewDeviceId' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_SwapAudioOutputDevice, OnCompletedDeviceSwap) == 0x000018, "Member 'AudioMixerBlueprintLibrary_SwapAudioOutputDevice::OnCompletedDeviceSwap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_TrimAudioCache \ +static_assert(alignof(AudioMixerBlueprintLibrary_TrimAudioCache) == 0x000004, "Wrong alignment on AudioMixerBlueprintLibrary_TrimAudioCache"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_TrimAudioCache) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_TrimAudioCache"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_TrimAudioCache, InMegabytesToFree) == 0x000000, "Member 'AudioMixerBlueprintLibrary_TrimAudioCache::InMegabytesToFree' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_TrimAudioCache, ReturnValue) == 0x000004, "Member 'AudioMixerBlueprintLibrary_TrimAudioCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix \ +static_assert(alignof(AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix"); \ +static_assert(sizeof(AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix, AudioBus) == 0x000010, "Member 'AudioMixerBlueprintLibrary_UnregisterAudioBusFromSubmix::AudioBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMixerBlueprintLibrary \ +static_assert(alignof(UAudioMixerBlueprintLibrary) == 0x000008, "Wrong alignment on UAudioMixerBlueprintLibrary"); \ +static_assert(sizeof(UAudioMixerBlueprintLibrary) == 0x000028, "Wrong size on UAudioMixerBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_USynthSound \ +static_assert(alignof(USynthSound) == 0x000008, "Wrong alignment on USynthSound"); \ +static_assert(sizeof(USynthSound) == 0x000480, "Wrong size on USynthSound"); \ +static_assert(offsetof(USynthSound, OwningSynthComponent) == 0x000460, "Member 'USynthSound::OwningSynthComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_GetModulators \ +static_assert(alignof(SynthComponent_GetModulators) == 0x000008, "Wrong alignment on SynthComponent_GetModulators"); \ +static_assert(sizeof(SynthComponent_GetModulators) == 0x000058, "Wrong size on SynthComponent_GetModulators"); \ +static_assert(offsetof(SynthComponent_GetModulators, Destination) == 0x000000, "Member 'SynthComponent_GetModulators::Destination' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_GetModulators, ReturnValue) == 0x000008, "Member 'SynthComponent_GetModulators::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetAudioBusSendPostEffect \ +static_assert(alignof(SynthComponent_SetAudioBusSendPostEffect) == 0x000008, "Wrong alignment on SynthComponent_SetAudioBusSendPostEffect"); \ +static_assert(sizeof(SynthComponent_SetAudioBusSendPostEffect) == 0x000010, "Wrong size on SynthComponent_SetAudioBusSendPostEffect"); \ +static_assert(offsetof(SynthComponent_SetAudioBusSendPostEffect, AudioBus) == 0x000000, "Member 'SynthComponent_SetAudioBusSendPostEffect::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetAudioBusSendPostEffect, AudioBusSendLevel) == 0x000008, "Member 'SynthComponent_SetAudioBusSendPostEffect::AudioBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetAudioBusSendPreEffect \ +static_assert(alignof(SynthComponent_SetAudioBusSendPreEffect) == 0x000008, "Wrong alignment on SynthComponent_SetAudioBusSendPreEffect"); \ +static_assert(sizeof(SynthComponent_SetAudioBusSendPreEffect) == 0x000010, "Wrong size on SynthComponent_SetAudioBusSendPreEffect"); \ +static_assert(offsetof(SynthComponent_SetAudioBusSendPreEffect, AudioBus) == 0x000000, "Member 'SynthComponent_SetAudioBusSendPreEffect::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetAudioBusSendPreEffect, AudioBusSendLevel) == 0x000008, "Member 'SynthComponent_SetAudioBusSendPreEffect::AudioBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetLowPassFilterEnabled \ +static_assert(alignof(SynthComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong alignment on SynthComponent_SetLowPassFilterEnabled"); \ +static_assert(sizeof(SynthComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong size on SynthComponent_SetLowPassFilterEnabled"); \ +static_assert(offsetof(SynthComponent_SetLowPassFilterEnabled, InLowPassFilterEnabled) == 0x000000, "Member 'SynthComponent_SetLowPassFilterEnabled::InLowPassFilterEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetLowPassFilterFrequency \ +static_assert(alignof(SynthComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong alignment on SynthComponent_SetLowPassFilterFrequency"); \ +static_assert(sizeof(SynthComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong size on SynthComponent_SetLowPassFilterFrequency"); \ +static_assert(offsetof(SynthComponent_SetLowPassFilterFrequency, InLowPassFilterFrequency) == 0x000000, "Member 'SynthComponent_SetLowPassFilterFrequency::InLowPassFilterFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetModulationRouting \ +static_assert(alignof(SynthComponent_SetModulationRouting) == 0x000008, "Wrong alignment on SynthComponent_SetModulationRouting"); \ +static_assert(sizeof(SynthComponent_SetModulationRouting) == 0x000058, "Wrong size on SynthComponent_SetModulationRouting"); \ +static_assert(offsetof(SynthComponent_SetModulationRouting, Modulators) == 0x000000, "Member 'SynthComponent_SetModulationRouting::Modulators' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetModulationRouting, Destination) == 0x000050, "Member 'SynthComponent_SetModulationRouting::Destination' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetModulationRouting, RoutingMethod) == 0x000051, "Member 'SynthComponent_SetModulationRouting::RoutingMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetOutputToBusOnly \ +static_assert(alignof(SynthComponent_SetOutputToBusOnly) == 0x000001, "Wrong alignment on SynthComponent_SetOutputToBusOnly"); \ +static_assert(sizeof(SynthComponent_SetOutputToBusOnly) == 0x000001, "Wrong size on SynthComponent_SetOutputToBusOnly"); \ +static_assert(offsetof(SynthComponent_SetOutputToBusOnly, bInOutputToBusOnly) == 0x000000, "Member 'SynthComponent_SetOutputToBusOnly::bInOutputToBusOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetSourceBusSendPostEffect \ +static_assert(alignof(SynthComponent_SetSourceBusSendPostEffect) == 0x000008, "Wrong alignment on SynthComponent_SetSourceBusSendPostEffect"); \ +static_assert(sizeof(SynthComponent_SetSourceBusSendPostEffect) == 0x000010, "Wrong size on SynthComponent_SetSourceBusSendPostEffect"); \ +static_assert(offsetof(SynthComponent_SetSourceBusSendPostEffect, SoundSourceBus) == 0x000000, "Member 'SynthComponent_SetSourceBusSendPostEffect::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetSourceBusSendPostEffect, SourceBusSendLevel) == 0x000008, "Member 'SynthComponent_SetSourceBusSendPostEffect::SourceBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetSourceBusSendPreEffect \ +static_assert(alignof(SynthComponent_SetSourceBusSendPreEffect) == 0x000008, "Wrong alignment on SynthComponent_SetSourceBusSendPreEffect"); \ +static_assert(sizeof(SynthComponent_SetSourceBusSendPreEffect) == 0x000010, "Wrong size on SynthComponent_SetSourceBusSendPreEffect"); \ +static_assert(offsetof(SynthComponent_SetSourceBusSendPreEffect, SoundSourceBus) == 0x000000, "Member 'SynthComponent_SetSourceBusSendPreEffect::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetSourceBusSendPreEffect, SourceBusSendLevel) == 0x000008, "Member 'SynthComponent_SetSourceBusSendPreEffect::SourceBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetSubmixSend \ +static_assert(alignof(SynthComponent_SetSubmixSend) == 0x000008, "Wrong alignment on SynthComponent_SetSubmixSend"); \ +static_assert(sizeof(SynthComponent_SetSubmixSend) == 0x000010, "Wrong size on SynthComponent_SetSubmixSend"); \ +static_assert(offsetof(SynthComponent_SetSubmixSend, Submix) == 0x000000, "Member 'SynthComponent_SetSubmixSend::Submix' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetSubmixSend, SendLevel) == 0x000008, "Member 'SynthComponent_SetSubmixSend::SendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetVolumeMultiplier \ +static_assert(alignof(SynthComponent_SetVolumeMultiplier) == 0x000004, "Wrong alignment on SynthComponent_SetVolumeMultiplier"); \ +static_assert(sizeof(SynthComponent_SetVolumeMultiplier) == 0x000004, "Wrong size on SynthComponent_SetVolumeMultiplier"); \ +static_assert(offsetof(SynthComponent_SetVolumeMultiplier, VolumeMultiplier) == 0x000000, "Member 'SynthComponent_SetVolumeMultiplier::VolumeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_AdjustVolume \ +static_assert(alignof(SynthComponent_AdjustVolume) == 0x000004, "Wrong alignment on SynthComponent_AdjustVolume"); \ +static_assert(sizeof(SynthComponent_AdjustVolume) == 0x00000C, "Wrong size on SynthComponent_AdjustVolume"); \ +static_assert(offsetof(SynthComponent_AdjustVolume, AdjustVolumeDuration) == 0x000000, "Member 'SynthComponent_AdjustVolume::AdjustVolumeDuration' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_AdjustVolume, AdjustVolumeLevel) == 0x000004, "Member 'SynthComponent_AdjustVolume::AdjustVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_AdjustVolume, FadeCurve) == 0x000008, "Member 'SynthComponent_AdjustVolume::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_FadeIn \ +static_assert(alignof(SynthComponent_FadeIn) == 0x000004, "Wrong alignment on SynthComponent_FadeIn"); \ +static_assert(sizeof(SynthComponent_FadeIn) == 0x000010, "Wrong size on SynthComponent_FadeIn"); \ +static_assert(offsetof(SynthComponent_FadeIn, FadeInDuration) == 0x000000, "Member 'SynthComponent_FadeIn::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_FadeIn, FadeVolumeLevel) == 0x000004, "Member 'SynthComponent_FadeIn::FadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_FadeIn, StartTime) == 0x000008, "Member 'SynthComponent_FadeIn::StartTime' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_FadeIn, FadeCurve) == 0x00000C, "Member 'SynthComponent_FadeIn::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_FadeOut \ +static_assert(alignof(SynthComponent_FadeOut) == 0x000004, "Wrong alignment on SynthComponent_FadeOut"); \ +static_assert(sizeof(SynthComponent_FadeOut) == 0x00000C, "Wrong size on SynthComponent_FadeOut"); \ +static_assert(offsetof(SynthComponent_FadeOut, FadeOutDuration) == 0x000000, "Member 'SynthComponent_FadeOut::FadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_FadeOut, FadeVolumeLevel) == 0x000004, "Member 'SynthComponent_FadeOut::FadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_FadeOut, FadeCurve) == 0x000008, "Member 'SynthComponent_FadeOut::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_IsPlaying \ +static_assert(alignof(SynthComponent_IsPlaying) == 0x000001, "Wrong alignment on SynthComponent_IsPlaying"); \ +static_assert(sizeof(SynthComponent_IsPlaying) == 0x000001, "Wrong size on SynthComponent_IsPlaying"); \ +static_assert(offsetof(SynthComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'SynthComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthComponent \ +static_assert(alignof(USynthComponent) == 0x000010, "Wrong alignment on USynthComponent"); \ +static_assert(sizeof(USynthComponent) == 0x0008B0, "Wrong size on USynthComponent"); \ +static_assert(offsetof(USynthComponent, AttenuationSettings) == 0x000258, "Member 'USynthComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, AttenuationOverrides) == 0x000260, "Member 'USynthComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, ConcurrencySettings) == 0x000630, "Member 'USynthComponent::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, ConcurrencySet) == 0x000638, "Member 'USynthComponent::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, ModulationRouting) == 0x000688, "Member 'USynthComponent::ModulationRouting' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundClass) == 0x0007F0, "Member 'USynthComponent::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SourceEffectChain) == 0x0007F8, "Member 'USynthComponent::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundSubmix) == 0x000800, "Member 'USynthComponent::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundSubmixSends) == 0x000808, "Member 'USynthComponent::SoundSubmixSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, BusSends) == 0x000818, "Member 'USynthComponent::BusSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, PreEffectBusSends) == 0x000828, "Member 'USynthComponent::PreEffectBusSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, EnvelopeFollowerAttackTime) == 0x00083C, "Member 'USynthComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, EnvelopeFollowerReleaseTime) == 0x000840, "Member 'USynthComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, OnAudioEnvelopeValue) == 0x000848, "Member 'USynthComponent::OnAudioEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, Synth) == 0x000878, "Member 'USynthComponent::Synth' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, AudioComponent) == 0x000880, "Member 'USynthComponent::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectSubmixEQPreset_SetSettings \ +static_assert(alignof(SubmixEffectSubmixEQPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectSubmixEQPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectSubmixEQPreset_SetSettings) == 0x000010, "Wrong size on SubmixEffectSubmixEQPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectSubmixEQPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectSubmixEQPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectSubmixEQPreset \ +static_assert(alignof(USubmixEffectSubmixEQPreset) == 0x000008, "Wrong alignment on USubmixEffectSubmixEQPreset"); \ +static_assert(sizeof(USubmixEffectSubmixEQPreset) == 0x0000B0, "Wrong size on USubmixEffectSubmixEQPreset"); \ +static_assert(offsetof(USubmixEffectSubmixEQPreset, Settings) == 0x0000A0, "Member 'USubmixEffectSubmixEQPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectReverbPreset_SetSettings \ +static_assert(alignof(SubmixEffectReverbPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectReverbPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectReverbPreset_SetSettings) == 0x000040, "Wrong size on SubmixEffectReverbPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectReverbPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectReverbPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectReverbPreset_SetSettingsWithReverbEffect \ +static_assert(alignof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect) == 0x000008, "Wrong alignment on SubmixEffectReverbPreset_SetSettingsWithReverbEffect"); \ +static_assert(sizeof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect) == 0x000010, "Wrong size on SubmixEffectReverbPreset_SetSettingsWithReverbEffect"); \ +static_assert(offsetof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect, InReverbEffect) == 0x000000, "Member 'SubmixEffectReverbPreset_SetSettingsWithReverbEffect::InReverbEffect' has a wrong offset!"); \ +static_assert(offsetof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect, WetLevel) == 0x000008, "Member 'SubmixEffectReverbPreset_SetSettingsWithReverbEffect::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect, DryLevel) == 0x00000C, "Member 'SubmixEffectReverbPreset_SetSettingsWithReverbEffect::DryLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectReverbPreset \ +static_assert(alignof(USubmixEffectReverbPreset) == 0x000008, "Wrong alignment on USubmixEffectReverbPreset"); \ +static_assert(sizeof(USubmixEffectReverbPreset) == 0x000110, "Wrong size on USubmixEffectReverbPreset"); \ +static_assert(offsetof(USubmixEffectReverbPreset, Settings) == 0x0000D0, "Member 'USubmixEffectReverbPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioGenerator \ +static_assert(alignof(UAudioGenerator) == 0x000008, "Wrong alignment on UAudioGenerator"); \ +static_assert(sizeof(UAudioGenerator) == 0x0000A8, "Wrong size on UAudioGenerator"); \ + +#define DUMPER7_ASSERTS_ScrubbedSound_SetGrainDurationRange \ +static_assert(alignof(ScrubbedSound_SetGrainDurationRange) == 0x000008, "Wrong alignment on ScrubbedSound_SetGrainDurationRange"); \ +static_assert(sizeof(ScrubbedSound_SetGrainDurationRange) == 0x000010, "Wrong size on ScrubbedSound_SetGrainDurationRange"); \ +static_assert(offsetof(ScrubbedSound_SetGrainDurationRange, InGrainDurationRangeSeconds) == 0x000000, "Member 'ScrubbedSound_SetGrainDurationRange::InGrainDurationRangeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrubbedSound_SetIsScrubbing \ +static_assert(alignof(ScrubbedSound_SetIsScrubbing) == 0x000001, "Wrong alignment on ScrubbedSound_SetIsScrubbing"); \ +static_assert(sizeof(ScrubbedSound_SetIsScrubbing) == 0x000001, "Wrong size on ScrubbedSound_SetIsScrubbing"); \ +static_assert(offsetof(ScrubbedSound_SetIsScrubbing, bInIsScrubbing) == 0x000000, "Member 'ScrubbedSound_SetIsScrubbing::bInIsScrubbing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrubbedSound_SetIsScrubbingWhileStationary \ +static_assert(alignof(ScrubbedSound_SetIsScrubbingWhileStationary) == 0x000001, "Wrong alignment on ScrubbedSound_SetIsScrubbingWhileStationary"); \ +static_assert(sizeof(ScrubbedSound_SetIsScrubbingWhileStationary) == 0x000001, "Wrong size on ScrubbedSound_SetIsScrubbingWhileStationary"); \ +static_assert(offsetof(ScrubbedSound_SetIsScrubbingWhileStationary, bInScrubWhileStationary) == 0x000000, "Member 'ScrubbedSound_SetIsScrubbingWhileStationary::bInScrubWhileStationary' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrubbedSound_SetPlayheadTime \ +static_assert(alignof(ScrubbedSound_SetPlayheadTime) == 0x000004, "Wrong alignment on ScrubbedSound_SetPlayheadTime"); \ +static_assert(sizeof(ScrubbedSound_SetPlayheadTime) == 0x000004, "Wrong size on ScrubbedSound_SetPlayheadTime"); \ +static_assert(offsetof(ScrubbedSound_SetPlayheadTime, InPlayheadTimeSeconds) == 0x000000, "Member 'ScrubbedSound_SetPlayheadTime::InPlayheadTimeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrubbedSound_SetSoundWave \ +static_assert(alignof(ScrubbedSound_SetSoundWave) == 0x000008, "Wrong alignment on ScrubbedSound_SetSoundWave"); \ +static_assert(sizeof(ScrubbedSound_SetSoundWave) == 0x000008, "Wrong size on ScrubbedSound_SetSoundWave"); \ +static_assert(offsetof(ScrubbedSound_SetSoundWave, InSoundWave) == 0x000000, "Member 'ScrubbedSound_SetSoundWave::InSoundWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrubbedSound_GetPlayheadTime \ +static_assert(alignof(ScrubbedSound_GetPlayheadTime) == 0x000004, "Wrong alignment on ScrubbedSound_GetPlayheadTime"); \ +static_assert(sizeof(ScrubbedSound_GetPlayheadTime) == 0x000004, "Wrong size on ScrubbedSound_GetPlayheadTime"); \ +static_assert(offsetof(ScrubbedSound_GetPlayheadTime, ReturnValue) == 0x000000, "Member 'ScrubbedSound_GetPlayheadTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrubbedSound \ +static_assert(alignof(UScrubbedSound) == 0x000008, "Wrong alignment on UScrubbedSound"); \ +static_assert(sizeof(UScrubbedSound) == 0x000440, "Wrong size on UScrubbedSound"); \ +static_assert(offsetof(UScrubbedSound, SoundWaveToScrub) == 0x000438, "Member 'UScrubbedSound::SoundWaveToScrub' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetBeatProgressPercent \ +static_assert(alignof(QuartzClockHandle_GetBeatProgressPercent) == 0x000004, "Wrong alignment on QuartzClockHandle_GetBeatProgressPercent"); \ +static_assert(sizeof(QuartzClockHandle_GetBeatProgressPercent) == 0x000010, "Wrong size on QuartzClockHandle_GetBeatProgressPercent"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatProgressPercent, QuantizationBoundary) == 0x000000, "Member 'QuartzClockHandle_GetBeatProgressPercent::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatProgressPercent, PhaseOffset) == 0x000004, "Member 'QuartzClockHandle_GetBeatProgressPercent::PhaseOffset' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatProgressPercent, MsOffset) == 0x000008, "Member 'QuartzClockHandle_GetBeatProgressPercent::MsOffset' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatProgressPercent, ReturnValue) == 0x00000C, "Member 'QuartzClockHandle_GetBeatProgressPercent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetCurrentTimestamp \ +static_assert(alignof(QuartzClockHandle_GetCurrentTimestamp) == 0x000008, "Wrong alignment on QuartzClockHandle_GetCurrentTimestamp"); \ +static_assert(sizeof(QuartzClockHandle_GetCurrentTimestamp) == 0x000018, "Wrong size on QuartzClockHandle_GetCurrentTimestamp"); \ +static_assert(offsetof(QuartzClockHandle_GetCurrentTimestamp, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetCurrentTimestamp::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetCurrentTimestamp, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetCurrentTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds \ +static_assert(alignof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds) == 0x000008, "Wrong alignment on QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds"); \ +static_assert(sizeof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds) == 0x000018, "Wrong size on QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds"); \ +static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, QuantizationType) == 0x000008, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::QuantizationType' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, Multiplier) == 0x00000C, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, ReturnValue) == 0x000010, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetEstimatedRunTime \ +static_assert(alignof(QuartzClockHandle_GetEstimatedRunTime) == 0x000008, "Wrong alignment on QuartzClockHandle_GetEstimatedRunTime"); \ +static_assert(sizeof(QuartzClockHandle_GetEstimatedRunTime) == 0x000010, "Wrong size on QuartzClockHandle_GetEstimatedRunTime"); \ +static_assert(offsetof(QuartzClockHandle_GetEstimatedRunTime, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetEstimatedRunTime::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetEstimatedRunTime, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetEstimatedRunTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_IsClockRunning \ +static_assert(alignof(QuartzClockHandle_IsClockRunning) == 0x000008, "Wrong alignment on QuartzClockHandle_IsClockRunning"); \ +static_assert(sizeof(QuartzClockHandle_IsClockRunning) == 0x000010, "Wrong size on QuartzClockHandle_IsClockRunning"); \ +static_assert(offsetof(QuartzClockHandle_IsClockRunning, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_IsClockRunning::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_IsClockRunning, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_IsClockRunning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_NotifyOnQuantizationBoundary \ +static_assert(alignof(QuartzClockHandle_NotifyOnQuantizationBoundary) == 0x000008, "Wrong alignment on QuartzClockHandle_NotifyOnQuantizationBoundary"); \ +static_assert(sizeof(QuartzClockHandle_NotifyOnQuantizationBoundary) == 0x000040, "Wrong size on QuartzClockHandle_NotifyOnQuantizationBoundary"); \ +static_assert(offsetof(QuartzClockHandle_NotifyOnQuantizationBoundary, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_NotifyOnQuantizationBoundary::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_NotifyOnQuantizationBoundary, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_NotifyOnQuantizationBoundary::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_NotifyOnQuantizationBoundary, InDelegate) == 0x000028, "Member 'QuartzClockHandle_NotifyOnQuantizationBoundary::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_NotifyOnQuantizationBoundary, InMsOffset) == 0x000038, "Member 'QuartzClockHandle_NotifyOnQuantizationBoundary::InMsOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_PauseClock \ +static_assert(alignof(QuartzClockHandle_PauseClock) == 0x000008, "Wrong alignment on QuartzClockHandle_PauseClock"); \ +static_assert(sizeof(QuartzClockHandle_PauseClock) == 0x000010, "Wrong size on QuartzClockHandle_PauseClock"); \ +static_assert(offsetof(QuartzClockHandle_PauseClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_PauseClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_PauseClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_PauseClock::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_ResetTransport \ +static_assert(alignof(QuartzClockHandle_ResetTransport) == 0x000008, "Wrong alignment on QuartzClockHandle_ResetTransport"); \ +static_assert(sizeof(QuartzClockHandle_ResetTransport) == 0x000018, "Wrong size on QuartzClockHandle_ResetTransport"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransport, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResetTransport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransport, InDelegate) == 0x000008, "Member 'QuartzClockHandle_ResetTransport::InDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_ResetTransportQuantized \ +static_assert(alignof(QuartzClockHandle_ResetTransportQuantized) == 0x000008, "Wrong alignment on QuartzClockHandle_ResetTransportQuantized"); \ +static_assert(sizeof(QuartzClockHandle_ResetTransportQuantized) == 0x000040, "Wrong size on QuartzClockHandle_ResetTransportQuantized"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResetTransportQuantized::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_ResetTransportQuantized::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, InDelegate) == 0x000028, "Member 'QuartzClockHandle_ResetTransportQuantized::InDelegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, ClockHandle) == 0x000038, "Member 'QuartzClockHandle_ResetTransportQuantized::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_ResumeClock \ +static_assert(alignof(QuartzClockHandle_ResumeClock) == 0x000008, "Wrong alignment on QuartzClockHandle_ResumeClock"); \ +static_assert(sizeof(QuartzClockHandle_ResumeClock) == 0x000010, "Wrong size on QuartzClockHandle_ResumeClock"); \ +static_assert(offsetof(QuartzClockHandle_ResumeClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResumeClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_ResumeClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_ResumeClock::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetBeatsPerMinute \ +static_assert(alignof(QuartzClockHandle_SetBeatsPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_SetBeatsPerMinute"); \ +static_assert(sizeof(QuartzClockHandle_SetBeatsPerMinute) == 0x000048, "Wrong size on QuartzClockHandle_SetBeatsPerMinute"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetBeatsPerMinute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetBeatsPerMinute::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, Delegate) == 0x000028, "Member 'QuartzClockHandle_SetBeatsPerMinute::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, ClockHandle) == 0x000038, "Member 'QuartzClockHandle_SetBeatsPerMinute::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, BeatsPerMinute) == 0x000040, "Member 'QuartzClockHandle_SetBeatsPerMinute::BeatsPerMinute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetMillisecondsPerTick \ +static_assert(alignof(QuartzClockHandle_SetMillisecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_SetMillisecondsPerTick"); \ +static_assert(sizeof(QuartzClockHandle_SetMillisecondsPerTick) == 0x000048, "Wrong size on QuartzClockHandle_SetMillisecondsPerTick"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetMillisecondsPerTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetMillisecondsPerTick::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, Delegate) == 0x000028, "Member 'QuartzClockHandle_SetMillisecondsPerTick::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, ClockHandle) == 0x000038, "Member 'QuartzClockHandle_SetMillisecondsPerTick::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, MillisecondsPerTick) == 0x000040, "Member 'QuartzClockHandle_SetMillisecondsPerTick::MillisecondsPerTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetSecondsPerTick \ +static_assert(alignof(QuartzClockHandle_SetSecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_SetSecondsPerTick"); \ +static_assert(sizeof(QuartzClockHandle_SetSecondsPerTick) == 0x000048, "Wrong size on QuartzClockHandle_SetSecondsPerTick"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetSecondsPerTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetSecondsPerTick::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, Delegate) == 0x000028, "Member 'QuartzClockHandle_SetSecondsPerTick::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, ClockHandle) == 0x000038, "Member 'QuartzClockHandle_SetSecondsPerTick::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, SecondsPerTick) == 0x000040, "Member 'QuartzClockHandle_SetSecondsPerTick::SecondsPerTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetThirtySecondNotesPerMinute \ +static_assert(alignof(QuartzClockHandle_SetThirtySecondNotesPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_SetThirtySecondNotesPerMinute"); \ +static_assert(sizeof(QuartzClockHandle_SetThirtySecondNotesPerMinute) == 0x000048, "Wrong size on QuartzClockHandle_SetThirtySecondNotesPerMinute"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, Delegate) == 0x000028, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, ClockHandle) == 0x000038, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, ThirtySecondsNotesPerMinute) == 0x000040, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::ThirtySecondsNotesPerMinute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SetTicksPerSecond \ +static_assert(alignof(QuartzClockHandle_SetTicksPerSecond) == 0x000008, "Wrong alignment on QuartzClockHandle_SetTicksPerSecond"); \ +static_assert(sizeof(QuartzClockHandle_SetTicksPerSecond) == 0x000048, "Wrong size on QuartzClockHandle_SetTicksPerSecond"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetTicksPerSecond::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetTicksPerSecond::QuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, Delegate) == 0x000028, "Member 'QuartzClockHandle_SetTicksPerSecond::Delegate' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, ClockHandle) == 0x000038, "Member 'QuartzClockHandle_SetTicksPerSecond::ClockHandle' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, TicksPerSecond) == 0x000040, "Member 'QuartzClockHandle_SetTicksPerSecond::TicksPerSecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_StartClock \ +static_assert(alignof(QuartzClockHandle_StartClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StartClock"); \ +static_assert(sizeof(QuartzClockHandle_StartClock) == 0x000010, "Wrong size on QuartzClockHandle_StartClock"); \ +static_assert(offsetof(QuartzClockHandle_StartClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StartClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_StartClock::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_StartOtherClock \ +static_assert(alignof(QuartzClockHandle_StartOtherClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StartOtherClock"); \ +static_assert(sizeof(QuartzClockHandle_StartOtherClock) == 0x000040, "Wrong size on QuartzClockHandle_StartOtherClock"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StartOtherClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, OtherClockName) == 0x000008, "Member 'QuartzClockHandle_StartOtherClock::OtherClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, InQuantizationBoundary) == 0x000010, "Member 'QuartzClockHandle_StartOtherClock::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StartOtherClock, InDelegate) == 0x000030, "Member 'QuartzClockHandle_StartOtherClock::InDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_StopClock \ +static_assert(alignof(QuartzClockHandle_StopClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StopClock"); \ +static_assert(sizeof(QuartzClockHandle_StopClock) == 0x000018, "Wrong size on QuartzClockHandle_StopClock"); \ +static_assert(offsetof(QuartzClockHandle_StopClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StopClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StopClock, CancelPendingEvents) == 0x000008, "Member 'QuartzClockHandle_StopClock::CancelPendingEvents' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_StopClock, ClockHandle) == 0x000010, "Member 'QuartzClockHandle_StopClock::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SubscribeToAllQuantizationEvents \ +static_assert(alignof(QuartzClockHandle_SubscribeToAllQuantizationEvents) == 0x000008, "Wrong alignment on QuartzClockHandle_SubscribeToAllQuantizationEvents"); \ +static_assert(sizeof(QuartzClockHandle_SubscribeToAllQuantizationEvents) == 0x000020, "Wrong size on QuartzClockHandle_SubscribeToAllQuantizationEvents"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToAllQuantizationEvents, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SubscribeToAllQuantizationEvents::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToAllQuantizationEvents, OnQuantizationEvent) == 0x000008, "Member 'QuartzClockHandle_SubscribeToAllQuantizationEvents::OnQuantizationEvent' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToAllQuantizationEvents, ClockHandle) == 0x000018, "Member 'QuartzClockHandle_SubscribeToAllQuantizationEvents::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_SubscribeToQuantizationEvent \ +static_assert(alignof(QuartzClockHandle_SubscribeToQuantizationEvent) == 0x000008, "Wrong alignment on QuartzClockHandle_SubscribeToQuantizationEvent"); \ +static_assert(sizeof(QuartzClockHandle_SubscribeToQuantizationEvent) == 0x000028, "Wrong size on QuartzClockHandle_SubscribeToQuantizationEvent"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, OnQuantizationEvent) == 0x00000C, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::OnQuantizationEvent' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, ClockHandle) == 0x000020, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_UnsubscribeFromAllTimeDivisions \ +static_assert(alignof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions) == 0x000008, "Wrong alignment on QuartzClockHandle_UnsubscribeFromAllTimeDivisions"); \ +static_assert(sizeof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions) == 0x000010, "Wrong size on QuartzClockHandle_UnsubscribeFromAllTimeDivisions"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_UnsubscribeFromAllTimeDivisions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_UnsubscribeFromAllTimeDivisions::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_UnsubscribeFromTimeDivision \ +static_assert(alignof(QuartzClockHandle_UnsubscribeFromTimeDivision) == 0x000008, "Wrong alignment on QuartzClockHandle_UnsubscribeFromTimeDivision"); \ +static_assert(sizeof(QuartzClockHandle_UnsubscribeFromTimeDivision) == 0x000018, "Wrong size on QuartzClockHandle_UnsubscribeFromTimeDivision"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromTimeDivision, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_UnsubscribeFromTimeDivision::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromTimeDivision, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_UnsubscribeFromTimeDivision::InQuantizationBoundary' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_UnsubscribeFromTimeDivision, ClockHandle) == 0x000010, "Member 'QuartzClockHandle_UnsubscribeFromTimeDivision::ClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetBeatsPerMinute \ +static_assert(alignof(QuartzClockHandle_GetBeatsPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_GetBeatsPerMinute"); \ +static_assert(sizeof(QuartzClockHandle_GetBeatsPerMinute) == 0x000010, "Wrong size on QuartzClockHandle_GetBeatsPerMinute"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatsPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetBeatsPerMinute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetBeatsPerMinute, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetBeatsPerMinute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetMillisecondsPerTick \ +static_assert(alignof(QuartzClockHandle_GetMillisecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_GetMillisecondsPerTick"); \ +static_assert(sizeof(QuartzClockHandle_GetMillisecondsPerTick) == 0x000010, "Wrong size on QuartzClockHandle_GetMillisecondsPerTick"); \ +static_assert(offsetof(QuartzClockHandle_GetMillisecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetMillisecondsPerTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetMillisecondsPerTick, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetMillisecondsPerTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetSecondsPerTick \ +static_assert(alignof(QuartzClockHandle_GetSecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_GetSecondsPerTick"); \ +static_assert(sizeof(QuartzClockHandle_GetSecondsPerTick) == 0x000010, "Wrong size on QuartzClockHandle_GetSecondsPerTick"); \ +static_assert(offsetof(QuartzClockHandle_GetSecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetSecondsPerTick::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetSecondsPerTick, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetSecondsPerTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetThirtySecondNotesPerMinute \ +static_assert(alignof(QuartzClockHandle_GetThirtySecondNotesPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_GetThirtySecondNotesPerMinute"); \ +static_assert(sizeof(QuartzClockHandle_GetThirtySecondNotesPerMinute) == 0x000010, "Wrong size on QuartzClockHandle_GetThirtySecondNotesPerMinute"); \ +static_assert(offsetof(QuartzClockHandle_GetThirtySecondNotesPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetThirtySecondNotesPerMinute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetThirtySecondNotesPerMinute, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetThirtySecondNotesPerMinute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzClockHandle_GetTicksPerSecond \ +static_assert(alignof(QuartzClockHandle_GetTicksPerSecond) == 0x000008, "Wrong alignment on QuartzClockHandle_GetTicksPerSecond"); \ +static_assert(sizeof(QuartzClockHandle_GetTicksPerSecond) == 0x000010, "Wrong size on QuartzClockHandle_GetTicksPerSecond"); \ +static_assert(offsetof(QuartzClockHandle_GetTicksPerSecond, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetTicksPerSecond::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzClockHandle_GetTicksPerSecond, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetTicksPerSecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQuartzClockHandle \ +static_assert(alignof(UQuartzClockHandle) == 0x000008, "Wrong alignment on UQuartzClockHandle"); \ +static_assert(sizeof(UQuartzClockHandle) == 0x000208, "Wrong size on UQuartzClockHandle"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_CreateNewClock \ +static_assert(alignof(QuartzSubsystem_CreateNewClock) == 0x000008, "Wrong alignment on QuartzSubsystem_CreateNewClock"); \ +static_assert(sizeof(QuartzSubsystem_CreateNewClock) == 0x000040, "Wrong size on QuartzSubsystem_CreateNewClock"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_CreateNewClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, ClockName) == 0x000008, "Member 'QuartzSubsystem_CreateNewClock::ClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, InSettings) == 0x000010, "Member 'QuartzSubsystem_CreateNewClock::InSettings' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, bOverrideSettingsIfClockExists) == 0x000030, "Member 'QuartzSubsystem_CreateNewClock::bOverrideSettingsIfClockExists' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, bUseAudioEngineClockManager) == 0x000031, "Member 'QuartzSubsystem_CreateNewClock::bUseAudioEngineClockManager' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_CreateNewClock, ReturnValue) == 0x000038, "Member 'QuartzSubsystem_CreateNewClock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_DeleteClockByHandle \ +static_assert(alignof(QuartzSubsystem_DeleteClockByHandle) == 0x000008, "Wrong alignment on QuartzSubsystem_DeleteClockByHandle"); \ +static_assert(sizeof(QuartzSubsystem_DeleteClockByHandle) == 0x000010, "Wrong size on QuartzSubsystem_DeleteClockByHandle"); \ +static_assert(offsetof(QuartzSubsystem_DeleteClockByHandle, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DeleteClockByHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_DeleteClockByHandle, InClockHandle) == 0x000008, "Member 'QuartzSubsystem_DeleteClockByHandle::InClockHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_DeleteClockByName \ +static_assert(alignof(QuartzSubsystem_DeleteClockByName) == 0x000008, "Wrong alignment on QuartzSubsystem_DeleteClockByName"); \ +static_assert(sizeof(QuartzSubsystem_DeleteClockByName) == 0x000010, "Wrong size on QuartzSubsystem_DeleteClockByName"); \ +static_assert(offsetof(QuartzSubsystem_DeleteClockByName, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DeleteClockByName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_DeleteClockByName, ClockName) == 0x000008, "Member 'QuartzSubsystem_DeleteClockByName::ClockName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_DoesClockExist \ +static_assert(alignof(QuartzSubsystem_DoesClockExist) == 0x000008, "Wrong alignment on QuartzSubsystem_DoesClockExist"); \ +static_assert(sizeof(QuartzSubsystem_DoesClockExist) == 0x000018, "Wrong size on QuartzSubsystem_DoesClockExist"); \ +static_assert(offsetof(QuartzSubsystem_DoesClockExist, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DoesClockExist::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_DoesClockExist, ClockName) == 0x000008, "Member 'QuartzSubsystem_DoesClockExist::ClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_DoesClockExist, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_DoesClockExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency \ +static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency \ +static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency \ +static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetCurrentClockTimestamp \ +static_assert(alignof(QuartzSubsystem_GetCurrentClockTimestamp) == 0x000008, "Wrong alignment on QuartzSubsystem_GetCurrentClockTimestamp"); \ +static_assert(sizeof(QuartzSubsystem_GetCurrentClockTimestamp) == 0x000020, "Wrong size on QuartzSubsystem_GetCurrentClockTimestamp"); \ +static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, InClockName) == 0x000008, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::InClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds \ +static_assert(alignof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds) == 0x000008, "Wrong alignment on QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds"); \ +static_assert(sizeof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds) == 0x000020, "Wrong size on QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds"); \ +static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, ClockName) == 0x000008, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::ClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, QuantizationType) == 0x000010, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::QuantizationType' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, Multiplier) == 0x000014, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, ReturnValue) == 0x000018, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetEstimatedClockRunTime \ +static_assert(alignof(QuartzSubsystem_GetEstimatedClockRunTime) == 0x000008, "Wrong alignment on QuartzSubsystem_GetEstimatedClockRunTime"); \ +static_assert(sizeof(QuartzSubsystem_GetEstimatedClockRunTime) == 0x000018, "Wrong size on QuartzSubsystem_GetEstimatedClockRunTime"); \ +static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, InClockName) == 0x000008, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::InClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency \ +static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency \ +static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency \ +static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetHandleForClock \ +static_assert(alignof(QuartzSubsystem_GetHandleForClock) == 0x000008, "Wrong alignment on QuartzSubsystem_GetHandleForClock"); \ +static_assert(sizeof(QuartzSubsystem_GetHandleForClock) == 0x000018, "Wrong size on QuartzSubsystem_GetHandleForClock"); \ +static_assert(offsetof(QuartzSubsystem_GetHandleForClock, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetHandleForClock::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetHandleForClock, ClockName) == 0x000008, "Member 'QuartzSubsystem_GetHandleForClock::ClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetHandleForClock, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_GetHandleForClock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripAverageLatency \ +static_assert(alignof(QuartzSubsystem_GetRoundTripAverageLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripAverageLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetRoundTripAverageLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripAverageLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetRoundTripAverageLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripAverageLatency::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetRoundTripAverageLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripAverageLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripMaxLatency \ +static_assert(alignof(QuartzSubsystem_GetRoundTripMaxLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripMaxLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetRoundTripMaxLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripMaxLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetRoundTripMaxLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripMaxLatency::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetRoundTripMaxLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripMaxLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripMinLatency \ +static_assert(alignof(QuartzSubsystem_GetRoundTripMinLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripMinLatency"); \ +static_assert(sizeof(QuartzSubsystem_GetRoundTripMinLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripMinLatency"); \ +static_assert(offsetof(QuartzSubsystem_GetRoundTripMinLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripMinLatency::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_GetRoundTripMinLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripMinLatency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_IsClockRunning \ +static_assert(alignof(QuartzSubsystem_IsClockRunning) == 0x000008, "Wrong alignment on QuartzSubsystem_IsClockRunning"); \ +static_assert(sizeof(QuartzSubsystem_IsClockRunning) == 0x000018, "Wrong size on QuartzSubsystem_IsClockRunning"); \ +static_assert(offsetof(QuartzSubsystem_IsClockRunning, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_IsClockRunning::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_IsClockRunning, ClockName) == 0x000008, "Member 'QuartzSubsystem_IsClockRunning::ClockName' has a wrong offset!"); \ +static_assert(offsetof(QuartzSubsystem_IsClockRunning, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_IsClockRunning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_IsQuartzEnabled \ +static_assert(alignof(QuartzSubsystem_IsQuartzEnabled) == 0x000001, "Wrong alignment on QuartzSubsystem_IsQuartzEnabled"); \ +static_assert(sizeof(QuartzSubsystem_IsQuartzEnabled) == 0x000001, "Wrong size on QuartzSubsystem_IsQuartzEnabled"); \ +static_assert(offsetof(QuartzSubsystem_IsQuartzEnabled, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_IsQuartzEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused \ +static_assert(alignof(QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused) == 0x000001, "Wrong alignment on QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused"); \ +static_assert(sizeof(QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused) == 0x000001, "Wrong size on QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused"); \ +static_assert(offsetof(QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused, bInTickableWhenPaused) == 0x000000, "Member 'QuartzSubsystem_SetQuartzSubsystemTickableWhenPaused::bInTickableWhenPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQuartzSubsystem \ +static_assert(alignof(UQuartzSubsystem) == 0x000008, "Wrong alignment on UQuartzSubsystem"); \ +static_assert(sizeof(UQuartzSubsystem) == 0x000070, "Wrong size on UQuartzSubsystem"); \ + +#define DUMPER7_ASSERTS_BP_SayScript_Commentary_Nate_C_PostLineExecute \ +static_assert(alignof(BP_SayScript_Commentary_Nate_C_PostLineExecute) == 0x000008, "Wrong alignment on BP_SayScript_Commentary_Nate_C_PostLineExecute"); \ +static_assert(sizeof(BP_SayScript_Commentary_Nate_C_PostLineExecute) == 0x000010, "Wrong size on BP_SayScript_Commentary_Nate_C_PostLineExecute"); \ +static_assert(offsetof(BP_SayScript_Commentary_Nate_C_PostLineExecute, Character) == 0x000000, "Member 'BP_SayScript_Commentary_Nate_C_PostLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayScript_Commentary_Nate_C_PostLineExecute, SourceCharacter) == 0x000008, "Member 'BP_SayScript_Commentary_Nate_C_PostLineExecute::SourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayScript_Commentary_Nate_C \ +static_assert(alignof(UBP_SayScript_Commentary_Nate_C) == 0x000008, "Wrong alignment on UBP_SayScript_Commentary_Nate_C"); \ +static_assert(sizeof(UBP_SayScript_Commentary_Nate_C) == 0x000030, "Wrong size on UBP_SayScript_Commentary_Nate_C"); \ + +#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_FMovieSceneMixedAnimationTarget \ +static_assert(alignof(FMovieSceneMixedAnimationTarget) == 0x000008, "Wrong alignment on FMovieSceneMixedAnimationTarget"); \ +static_assert(sizeof(FMovieSceneMixedAnimationTarget) == 0x000010, "Wrong size on FMovieSceneMixedAnimationTarget"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventPtrs \ +static_assert(alignof(FMovieSceneEventPtrs) == 0x000008, "Wrong alignment on FMovieSceneEventPtrs"); \ +static_assert(sizeof(FMovieSceneEventPtrs) == 0x000028, "Wrong size on FMovieSceneEventPtrs"); \ +static_assert(offsetof(FMovieSceneEventPtrs, Function) == 0x000000, "Member 'FMovieSceneEventPtrs::Function' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventPtrs, BoundObjectProperty) == 0x000008, "Member 'FMovieSceneEventPtrs::BoundObjectProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvent \ +static_assert(alignof(FMovieSceneEvent) == 0x000008, "Wrong alignment on FMovieSceneEvent"); \ +static_assert(sizeof(FMovieSceneEvent) == 0x000028, "Wrong size on FMovieSceneEvent"); \ +static_assert(offsetof(FMovieSceneEvent, Ptrs) == 0x000000, "Member 'FMovieSceneEvent::Ptrs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventChannel \ +static_assert(alignof(FMovieSceneEventChannel) == 0x000008, "Wrong alignment on FMovieSceneEventChannel"); \ +static_assert(sizeof(FMovieSceneEventChannel) == 0x0000F8, "Wrong size on FMovieSceneEventChannel"); \ +static_assert(offsetof(FMovieSceneEventChannel, KeyTimes) == 0x000050, "Member 'FMovieSceneEventChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventChannel, KeyValues) == 0x000060, "Member 'FMovieSceneEventChannel::KeyValues' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventChannel, KeyHandles) == 0x000070, "Member 'FMovieSceneEventChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTrigger \ +static_assert(alignof(FMovieSceneCameraShakeSourceTrigger) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTrigger"); \ +static_assert(sizeof(FMovieSceneCameraShakeSourceTrigger) == 0x000028, "Wrong size on FMovieSceneCameraShakeSourceTrigger"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, ShakeClass) == 0x000000, "Member 'FMovieSceneCameraShakeSourceTrigger::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, PlayScale) == 0x000008, "Member 'FMovieSceneCameraShakeSourceTrigger::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, PlaySpace) == 0x00000C, "Member 'FMovieSceneCameraShakeSourceTrigger::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTrigger, UserDefinedPlaySpace) == 0x000010, "Member 'FMovieSceneCameraShakeSourceTrigger::UserDefinedPlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTriggerChannel \ +static_assert(alignof(FMovieSceneCameraShakeSourceTriggerChannel) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTriggerChannel"); \ +static_assert(sizeof(FMovieSceneCameraShakeSourceTriggerChannel) == 0x0000F8, "Wrong size on FMovieSceneCameraShakeSourceTriggerChannel"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerChannel, KeyTimes) == 0x000050, "Member 'FMovieSceneCameraShakeSourceTriggerChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerChannel, KeyValues) == 0x000060, "Member 'FMovieSceneCameraShakeSourceTriggerChannel::KeyValues' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerChannel, KeyHandles) == 0x000070, "Member 'FMovieSceneCameraShakeSourceTriggerChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerlinNoiseParams \ +static_assert(alignof(FPerlinNoiseParams) == 0x000008, "Wrong alignment on FPerlinNoiseParams"); \ +static_assert(sizeof(FPerlinNoiseParams) == 0x000018, "Wrong size on FPerlinNoiseParams"); \ +static_assert(offsetof(FPerlinNoiseParams, Frequency) == 0x000000, "Member 'FPerlinNoiseParams::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FPerlinNoiseParams, Amplitude) == 0x000008, "Member 'FPerlinNoiseParams::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FPerlinNoiseParams, Offset) == 0x000010, "Member 'FPerlinNoiseParams::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDoublePerlinNoiseChannel \ +static_assert(alignof(FMovieSceneDoublePerlinNoiseChannel) == 0x000008, "Wrong alignment on FMovieSceneDoublePerlinNoiseChannel"); \ +static_assert(sizeof(FMovieSceneDoublePerlinNoiseChannel) == 0x000068, "Wrong size on FMovieSceneDoublePerlinNoiseChannel"); \ +static_assert(offsetof(FMovieSceneDoublePerlinNoiseChannel, PerlinNoiseParams) == 0x000050, "Member 'FMovieSceneDoublePerlinNoiseChannel::PerlinNoiseParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneDirectorBlueprintConditionPayloadVariable \ +static_assert(alignof(FMovieSceneDirectorBlueprintConditionPayloadVariable) == 0x000008, "Wrong alignment on FMovieSceneDirectorBlueprintConditionPayloadVariable"); \ +static_assert(sizeof(FMovieSceneDirectorBlueprintConditionPayloadVariable) == 0x000030, "Wrong size on FMovieSceneDirectorBlueprintConditionPayloadVariable"); \ +static_assert(offsetof(FMovieSceneDirectorBlueprintConditionPayloadVariable, ObjectValue) == 0x000000, "Member 'FMovieSceneDirectorBlueprintConditionPayloadVariable::ObjectValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDirectorBlueprintConditionPayloadVariable, Value) == 0x000020, "Member 'FMovieSceneDirectorBlueprintConditionPayloadVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventPayloadVariable \ +static_assert(alignof(FMovieSceneEventPayloadVariable) == 0x000008, "Wrong alignment on FMovieSceneEventPayloadVariable"); \ +static_assert(sizeof(FMovieSceneEventPayloadVariable) == 0x000030, "Wrong size on FMovieSceneEventPayloadVariable"); \ +static_assert(offsetof(FMovieSceneEventPayloadVariable, ObjectValue) == 0x000000, "Member 'FMovieSceneEventPayloadVariable::ObjectValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventPayloadVariable, Value) == 0x000020, "Member 'FMovieSceneEventPayloadVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneFloatPerlinNoiseChannel \ +static_assert(alignof(FMovieSceneFloatPerlinNoiseChannel) == 0x000008, "Wrong alignment on FMovieSceneFloatPerlinNoiseChannel"); \ +static_assert(sizeof(FMovieSceneFloatPerlinNoiseChannel) == 0x000068, "Wrong size on FMovieSceneFloatPerlinNoiseChannel"); \ +static_assert(offsetof(FMovieSceneFloatPerlinNoiseChannel, PerlinNoiseParams) == 0x000050, "Member 'FMovieSceneFloatPerlinNoiseChannel::PerlinNoiseParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneStringChannel \ +static_assert(alignof(FMovieSceneStringChannel) == 0x000008, "Wrong alignment on FMovieSceneStringChannel"); \ +static_assert(sizeof(FMovieSceneStringChannel) == 0x000110, "Wrong size on FMovieSceneStringChannel"); \ +static_assert(offsetof(FMovieSceneStringChannel, Times) == 0x000050, "Member 'FMovieSceneStringChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, Values) == 0x000060, "Member 'FMovieSceneStringChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, DefaultValue) == 0x000070, "Member 'FMovieSceneStringChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, bHasDefaultValue) == 0x000080, "Member 'FMovieSceneStringChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneStringChannel, KeyHandles) == 0x000088, "Member 'FMovieSceneStringChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTextChannel \ +static_assert(alignof(FMovieSceneTextChannel) == 0x000008, "Wrong alignment on FMovieSceneTextChannel"); \ +static_assert(sizeof(FMovieSceneTextChannel) == 0x000110, "Wrong size on FMovieSceneTextChannel"); \ +static_assert(offsetof(FMovieSceneTextChannel, Times) == 0x000050, "Member 'FMovieSceneTextChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTextChannel, Values) == 0x000060, "Member 'FMovieSceneTextChannel::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTextChannel, DefaultValue) == 0x000070, "Member 'FMovieSceneTextChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTextChannel, bHasDefaultValue) == 0x000080, "Member 'FMovieSceneTextChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTextChannel, KeyHandles) == 0x000088, "Member 'FMovieSceneTextChannel::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDirectorBlueprintConditionData \ +static_assert(alignof(FMovieSceneDirectorBlueprintConditionData) == 0x000008, "Wrong alignment on FMovieSceneDirectorBlueprintConditionData"); \ +static_assert(sizeof(FMovieSceneDirectorBlueprintConditionData) == 0x000028, "Wrong size on FMovieSceneDirectorBlueprintConditionData"); \ +static_assert(offsetof(FMovieSceneDirectorBlueprintConditionData, Function) == 0x000000, "Member 'FMovieSceneDirectorBlueprintConditionData::Function' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneDirectorBlueprintConditionData, ConditionContextProperty) == 0x000008, "Member 'FMovieSceneDirectorBlueprintConditionData::ConditionContextProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DPathSectionTemplate \ +static_assert(alignof(FMovieScene3DPathSectionTemplate) == 0x000008, "Wrong alignment on FMovieScene3DPathSectionTemplate"); \ +static_assert(sizeof(FMovieScene3DPathSectionTemplate) == 0x000150, "Wrong size on FMovieScene3DPathSectionTemplate"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, PathBindingID) == 0x000020, "Member 'FMovieScene3DPathSectionTemplate::PathBindingID' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, TimingCurve) == 0x000038, "Member 'FMovieScene3DPathSectionTemplate::TimingCurve' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, FrontAxisEnum) == 0x000148, "Member 'FMovieScene3DPathSectionTemplate::FrontAxisEnum' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, UpAxisEnum) == 0x000149, "Member 'FMovieScene3DPathSectionTemplate::UpAxisEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneActorReferenceKey \ +static_assert(alignof(FMovieSceneActorReferenceKey) == 0x000004, "Wrong alignment on FMovieSceneActorReferenceKey"); \ +static_assert(sizeof(FMovieSceneActorReferenceKey) == 0x000028, "Wrong size on FMovieSceneActorReferenceKey"); \ +static_assert(offsetof(FMovieSceneActorReferenceKey, Object) == 0x000000, "Member 'FMovieSceneActorReferenceKey::Object' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceKey, ComponentName) == 0x000018, "Member 'FMovieSceneActorReferenceKey::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceKey, SocketName) == 0x000020, "Member 'FMovieSceneActorReferenceKey::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneActorReferenceData \ +static_assert(alignof(FMovieSceneActorReferenceData) == 0x000008, "Wrong alignment on FMovieSceneActorReferenceData"); \ +static_assert(sizeof(FMovieSceneActorReferenceData) == 0x000120, "Wrong size on FMovieSceneActorReferenceData"); \ +static_assert(offsetof(FMovieSceneActorReferenceData, KeyTimes) == 0x000050, "Member 'FMovieSceneActorReferenceData::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceData, DefaultValue) == 0x000060, "Member 'FMovieSceneActorReferenceData::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceData, KeyValues) == 0x000088, "Member 'FMovieSceneActorReferenceData::KeyValues' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceData, KeyHandles) == 0x000098, "Member 'FMovieSceneActorReferenceData::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneActorReferenceSectionTemplate \ +static_assert(alignof(FMovieSceneActorReferenceSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneActorReferenceSectionTemplate"); \ +static_assert(sizeof(FMovieSceneActorReferenceSectionTemplate) == 0x000158, "Wrong size on FMovieSceneActorReferenceSectionTemplate"); \ +static_assert(offsetof(FMovieSceneActorReferenceSectionTemplate, PropertyData) == 0x000020, "Member 'FMovieSceneActorReferenceSectionTemplate::PropertyData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneActorReferenceSectionTemplate, ActorReferenceData) == 0x000038, "Member 'FMovieSceneActorReferenceSectionTemplate::ActorReferenceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBaseCacheSectionTemplateParameters \ +static_assert(alignof(FMovieSceneBaseCacheSectionTemplateParameters) == 0x000004, "Wrong alignment on FMovieSceneBaseCacheSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneBaseCacheSectionTemplateParameters) == 0x000008, "Wrong size on FMovieSceneBaseCacheSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneBaseCacheSectionTemplateParameters, SectionStartTime) == 0x000000, "Member 'FMovieSceneBaseCacheSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBaseCacheSectionTemplateParameters, SectionEndTime) == 0x000004, "Member 'FMovieSceneBaseCacheSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventParameters \ +static_assert(alignof(FMovieSceneEventParameters) == 0x000008, "Wrong alignment on FMovieSceneEventParameters"); \ +static_assert(sizeof(FMovieSceneEventParameters) == 0x000040, "Wrong size on FMovieSceneEventParameters"); \ + +#define DUMPER7_ASSERTS_FEventPayload \ +static_assert(alignof(FEventPayload) == 0x000008, "Wrong alignment on FEventPayload"); \ +static_assert(sizeof(FEventPayload) == 0x000048, "Wrong size on FEventPayload"); \ +static_assert(offsetof(FEventPayload, EventName) == 0x000000, "Member 'FEventPayload::EventName' has a wrong offset!"); \ +static_assert(offsetof(FEventPayload, Parameters) == 0x000008, "Member 'FEventPayload::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventSectionData \ +static_assert(alignof(FMovieSceneEventSectionData) == 0x000008, "Wrong alignment on FMovieSceneEventSectionData"); \ +static_assert(sizeof(FMovieSceneEventSectionData) == 0x0000F8, "Wrong size on FMovieSceneEventSectionData"); \ +static_assert(offsetof(FMovieSceneEventSectionData, Times) == 0x000050, "Member 'FMovieSceneEventSectionData::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventSectionData, KeyValues) == 0x000060, "Member 'FMovieSceneEventSectionData::KeyValues' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventSectionData, KeyHandles) == 0x000070, "Member 'FMovieSceneEventSectionData::KeyHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventSectionTemplate \ +static_assert(alignof(FMovieSceneEventSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneEventSectionTemplate"); \ +static_assert(sizeof(FMovieSceneEventSectionTemplate) == 0x000120, "Wrong size on FMovieSceneEventSectionTemplate"); \ +static_assert(offsetof(FMovieSceneEventSectionTemplate, EventData) == 0x000020, "Member 'FMovieSceneEventSectionTemplate::EventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBaseParameterNameAndValue \ +static_assert(alignof(FBaseParameterNameAndValue) == 0x000004, "Wrong alignment on FBaseParameterNameAndValue"); \ +static_assert(sizeof(FBaseParameterNameAndValue) == 0x000008, "Wrong size on FBaseParameterNameAndValue"); \ +static_assert(offsetof(FBaseParameterNameAndValue, ParameterName) == 0x000000, "Member 'FBaseParameterNameAndValue::ParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalarParameterNameAndCurve \ +static_assert(alignof(FScalarParameterNameAndCurve) == 0x000008, "Wrong alignment on FScalarParameterNameAndCurve"); \ +static_assert(sizeof(FScalarParameterNameAndCurve) == 0x000118, "Wrong size on FScalarParameterNameAndCurve"); \ +static_assert(offsetof(FScalarParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FScalarParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolParameterNameAndCurve \ +static_assert(alignof(FBoolParameterNameAndCurve) == 0x000008, "Wrong alignment on FBoolParameterNameAndCurve"); \ +static_assert(sizeof(FBoolParameterNameAndCurve) == 0x000110, "Wrong size on FBoolParameterNameAndCurve"); \ +static_assert(offsetof(FBoolParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FBoolParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2DParameterNameAndCurves \ +static_assert(alignof(FVector2DParameterNameAndCurves) == 0x000008, "Wrong alignment on FVector2DParameterNameAndCurves"); \ +static_assert(sizeof(FVector2DParameterNameAndCurves) == 0x000228, "Wrong size on FVector2DParameterNameAndCurves"); \ +static_assert(offsetof(FVector2DParameterNameAndCurves, XCurve) == 0x000008, "Member 'FVector2DParameterNameAndCurves::XCurve' has a wrong offset!"); \ +static_assert(offsetof(FVector2DParameterNameAndCurves, YCurve) == 0x000118, "Member 'FVector2DParameterNameAndCurves::YCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorParameterNameAndCurves \ +static_assert(alignof(FVectorParameterNameAndCurves) == 0x000008, "Wrong alignment on FVectorParameterNameAndCurves"); \ +static_assert(sizeof(FVectorParameterNameAndCurves) == 0x000338, "Wrong size on FVectorParameterNameAndCurves"); \ +static_assert(offsetof(FVectorParameterNameAndCurves, XCurve) == 0x000008, "Member 'FVectorParameterNameAndCurves::XCurve' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterNameAndCurves, YCurve) == 0x000118, "Member 'FVectorParameterNameAndCurves::YCurve' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterNameAndCurves, ZCurve) == 0x000228, "Member 'FVectorParameterNameAndCurves::ZCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorParameterNameAndCurves \ +static_assert(alignof(FColorParameterNameAndCurves) == 0x000008, "Wrong alignment on FColorParameterNameAndCurves"); \ +static_assert(sizeof(FColorParameterNameAndCurves) == 0x000448, "Wrong size on FColorParameterNameAndCurves"); \ +static_assert(offsetof(FColorParameterNameAndCurves, RedCurve) == 0x000008, "Member 'FColorParameterNameAndCurves::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, GreenCurve) == 0x000118, "Member 'FColorParameterNameAndCurves::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, BlueCurve) == 0x000228, "Member 'FColorParameterNameAndCurves::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, AlphaCurve) == 0x000338, "Member 'FColorParameterNameAndCurves::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformParameterNameAndCurves \ +static_assert(alignof(FTransformParameterNameAndCurves) == 0x000008, "Wrong alignment on FTransformParameterNameAndCurves"); \ +static_assert(sizeof(FTransformParameterNameAndCurves) == 0x000998, "Wrong size on FTransformParameterNameAndCurves"); \ +static_assert(offsetof(FTransformParameterNameAndCurves, Translation) == 0x000008, "Member 'FTransformParameterNameAndCurves::Translation' has a wrong offset!"); \ +static_assert(offsetof(FTransformParameterNameAndCurves, Rotation) == 0x000338, "Member 'FTransformParameterNameAndCurves::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FTransformParameterNameAndCurves, Scale) == 0x000668, "Member 'FTransformParameterNameAndCurves::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParameterSectionTemplate \ +static_assert(alignof(FMovieSceneParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneParameterSectionTemplate) == 0x000080, "Wrong size on FMovieSceneParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneParameterSectionTemplate, Scalars) == 0x000020, "Member 'FMovieSceneParameterSectionTemplate::Scalars' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneParameterSectionTemplate, Bools) == 0x000030, "Member 'FMovieSceneParameterSectionTemplate::Bools' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneParameterSectionTemplate, Vector2Ds) == 0x000040, "Member 'FMovieSceneParameterSectionTemplate::Vector2Ds' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneParameterSectionTemplate, Vectors) == 0x000050, "Member 'FMovieSceneParameterSectionTemplate::Vectors' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneParameterSectionTemplate, Colors) == 0x000060, "Member 'FMovieSceneParameterSectionTemplate::Colors' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneParameterSectionTemplate, Transforms) == 0x000070, "Member 'FMovieSceneParameterSectionTemplate::Transforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleParameterSectionTemplate \ +static_assert(alignof(FMovieSceneParticleParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneParticleParameterSectionTemplate) == 0x000080, "Wrong size on FMovieSceneParticleParameterSectionTemplate"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleChannel \ +static_assert(alignof(FMovieSceneParticleChannel) == 0x000008, "Wrong alignment on FMovieSceneParticleChannel"); \ +static_assert(sizeof(FMovieSceneParticleChannel) == 0x000110, "Wrong size on FMovieSceneParticleChannel"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleSectionTemplate \ +static_assert(alignof(FMovieSceneParticleSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleSectionTemplate"); \ +static_assert(sizeof(FMovieSceneParticleSectionTemplate) == 0x000130, "Wrong size on FMovieSceneParticleSectionTemplate"); \ +static_assert(offsetof(FMovieSceneParticleSectionTemplate, ParticleKeys) == 0x000020, "Member 'FMovieSceneParticleSectionTemplate::ParticleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBoolPropertySectionTemplate \ +static_assert(alignof(FMovieSceneBoolPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneBoolPropertySectionTemplate"); \ +static_assert(sizeof(FMovieSceneBoolPropertySectionTemplate) == 0x000140, "Wrong size on FMovieSceneBoolPropertySectionTemplate"); \ +static_assert(offsetof(FMovieSceneBoolPropertySectionTemplate, BoolCurve) == 0x000038, "Member 'FMovieSceneBoolPropertySectionTemplate::BoolCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelVisibilityComponentData \ +static_assert(alignof(FLevelVisibilityComponentData) == 0x000008, "Wrong alignment on FLevelVisibilityComponentData"); \ +static_assert(sizeof(FLevelVisibilityComponentData) == 0x000008, "Wrong size on FLevelVisibilityComponentData"); \ +static_assert(offsetof(FLevelVisibilityComponentData, Section) == 0x000000, "Member 'FLevelVisibilityComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneDataLayerComponentData \ +static_assert(alignof(FMovieSceneDataLayerComponentData) == 0x000008, "Wrong alignment on FMovieSceneDataLayerComponentData"); \ +static_assert(sizeof(FMovieSceneDataLayerComponentData) == 0x000008, "Wrong size on FMovieSceneDataLayerComponentData"); \ +static_assert(offsetof(FMovieSceneDataLayerComponentData, Section) == 0x000000, "Member 'FMovieSceneDataLayerComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintComponentData \ +static_assert(alignof(FConstraintComponentData) == 0x000008, "Wrong alignment on FConstraintComponentData"); \ +static_assert(sizeof(FConstraintComponentData) == 0x000018, "Wrong size on FConstraintComponentData"); \ +static_assert(offsetof(FConstraintComponentData, ConstraintID) == 0x000000, "Member 'FConstraintComponentData::ConstraintID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationComponentData \ +static_assert(alignof(FMovieSceneSkeletalAnimationComponentData) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationComponentData"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimationComponentData) == 0x000008, "Wrong size on FMovieSceneSkeletalAnimationComponentData"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationComponentData, Section) == 0x000000, "Member 'FMovieSceneSkeletalAnimationComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneAudioComponentData \ +static_assert(alignof(FMovieSceneAudioComponentData) == 0x000008, "Wrong alignment on FMovieSceneAudioComponentData"); \ +static_assert(sizeof(FMovieSceneAudioComponentData) == 0x000008, "Wrong size on FMovieSceneAudioComponentData"); \ +static_assert(offsetof(FMovieSceneAudioComponentData, Section) == 0x000000, "Member 'FMovieSceneAudioComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSectionData \ +static_assert(alignof(FMovieSceneCameraShakeSectionData) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSectionData"); \ +static_assert(sizeof(FMovieSceneCameraShakeSectionData) == 0x000028, "Wrong size on FMovieSceneCameraShakeSectionData"); \ +static_assert(offsetof(FMovieSceneCameraShakeSectionData, ShakeClass) == 0x000000, "Member 'FMovieSceneCameraShakeSectionData::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSectionData, PlayScale) == 0x000008, "Member 'FMovieSceneCameraShakeSectionData::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSectionData, PlaySpace) == 0x00000C, "Member 'FMovieSceneCameraShakeSectionData::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSectionData, UserDefinedPlaySpace) == 0x000010, "Member 'FMovieSceneCameraShakeSectionData::UserDefinedPlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeComponentData \ +static_assert(alignof(FMovieSceneCameraShakeComponentData) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeComponentData"); \ +static_assert(sizeof(FMovieSceneCameraShakeComponentData) == 0x000040, "Wrong size on FMovieSceneCameraShakeComponentData"); \ +static_assert(offsetof(FMovieSceneCameraShakeComponentData, SectionData) == 0x000000, "Member 'FMovieSceneCameraShakeComponentData::SectionData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeComponentData, SectionStartTime) == 0x000028, "Member 'FMovieSceneCameraShakeComponentData::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeComponentData, SectionEndTime) == 0x00002C, "Member 'FMovieSceneCameraShakeComponentData::SectionEndTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeComponentData, SectionSignature) == 0x000030, "Member 'FMovieSceneCameraShakeComponentData::SectionSignature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeInstanceData \ +static_assert(alignof(FMovieSceneCameraShakeInstanceData) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeInstanceData"); \ +static_assert(sizeof(FMovieSceneCameraShakeInstanceData) == 0x000020, "Wrong size on FMovieSceneCameraShakeInstanceData"); \ +static_assert(offsetof(FMovieSceneCameraShakeInstanceData, ShakeInstance) == 0x000000, "Member 'FMovieSceneCameraShakeInstanceData::ShakeInstance' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeInstanceData, SectionSignature) == 0x000008, "Member 'FMovieSceneCameraShakeInstanceData::SectionSignature' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeInstanceData, bManagedByPreviewer) == 0x000018, "Member 'FMovieSceneCameraShakeInstanceData::bManagedByPreviewer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneAudioInputData \ +static_assert(alignof(FMovieSceneAudioInputData) == 0x000004, "Wrong alignment on FMovieSceneAudioInputData"); \ +static_assert(sizeof(FMovieSceneAudioInputData) == 0x000060, "Wrong size on FMovieSceneAudioInputData"); \ +static_assert(offsetof(FMovieSceneAudioInputData, FloatInputs) == 0x000000, "Member 'FMovieSceneAudioInputData::FloatInputs' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneAudioInputData, StringInput) == 0x000048, "Member 'FMovieSceneAudioInputData::StringInput' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneAudioInputData, BoolInput) == 0x000050, "Member 'FMovieSceneAudioInputData::BoolInput' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneAudioInputData, IntInput) == 0x000058, "Member 'FMovieSceneAudioInputData::IntInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DLocationKeyStruct \ +static_assert(alignof(FMovieScene3DLocationKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DLocationKeyStruct"); \ +static_assert(sizeof(FMovieScene3DLocationKeyStruct) == 0x000040, "Wrong size on FMovieScene3DLocationKeyStruct"); \ +static_assert(offsetof(FMovieScene3DLocationKeyStruct, Location) == 0x000008, "Member 'FMovieScene3DLocationKeyStruct::Location' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DLocationKeyStruct, Time) == 0x000020, "Member 'FMovieScene3DLocationKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DRotationKeyStruct \ +static_assert(alignof(FMovieScene3DRotationKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DRotationKeyStruct"); \ +static_assert(sizeof(FMovieScene3DRotationKeyStruct) == 0x000040, "Wrong size on FMovieScene3DRotationKeyStruct"); \ +static_assert(offsetof(FMovieScene3DRotationKeyStruct, Rotation) == 0x000008, "Member 'FMovieScene3DRotationKeyStruct::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DRotationKeyStruct, Time) == 0x000020, "Member 'FMovieScene3DRotationKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DScaleKeyStruct \ +static_assert(alignof(FMovieScene3DScaleKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DScaleKeyStruct"); \ +static_assert(sizeof(FMovieScene3DScaleKeyStruct) == 0x000040, "Wrong size on FMovieScene3DScaleKeyStruct"); \ +static_assert(offsetof(FMovieScene3DScaleKeyStruct, Scale) == 0x000008, "Member 'FMovieScene3DScaleKeyStruct::Scale' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DScaleKeyStruct, Time) == 0x000020, "Member 'FMovieScene3DScaleKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DTransformKeyStruct \ +static_assert(alignof(FMovieScene3DTransformKeyStruct) == 0x000008, "Wrong alignment on FMovieScene3DTransformKeyStruct"); \ +static_assert(sizeof(FMovieScene3DTransformKeyStruct) == 0x000070, "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) == 0x000050, "Member 'FMovieScene3DTransformKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTransformMask \ +static_assert(alignof(FMovieSceneTransformMask) == 0x000004, "Wrong alignment on FMovieSceneTransformMask"); \ +static_assert(sizeof(FMovieSceneTransformMask) == 0x000004, "Wrong size on FMovieSceneTransformMask"); \ +static_assert(offsetof(FMovieSceneTransformMask, Mask) == 0x000000, "Member 'FMovieSceneTransformMask::Mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBaseCacheParams \ +static_assert(alignof(FMovieSceneBaseCacheParams) == 0x000008, "Wrong alignment on FMovieSceneBaseCacheParams"); \ +static_assert(sizeof(FMovieSceneBaseCacheParams) == 0x000020, "Wrong size on FMovieSceneBaseCacheParams"); \ +static_assert(offsetof(FMovieSceneBaseCacheParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneBaseCacheParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBaseCacheParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneBaseCacheParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBaseCacheParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneBaseCacheParams::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBaseCacheParams, PlayRate) == 0x000014, "Member 'FMovieSceneBaseCacheParams::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneColorKeyStruct \ +static_assert(alignof(FMovieSceneColorKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneColorKeyStruct"); \ +static_assert(sizeof(FMovieSceneColorKeyStruct) == 0x000038, "Wrong size on FMovieSceneColorKeyStruct"); \ +static_assert(offsetof(FMovieSceneColorKeyStruct, Color) == 0x000008, "Member 'FMovieSceneColorKeyStruct::Color' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneColorKeyStruct, Time) == 0x000018, "Member 'FMovieSceneColorKeyStruct::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalarMaterialParameterInfoAndCurve \ +static_assert(alignof(FScalarMaterialParameterInfoAndCurve) == 0x000008, "Wrong alignment on FScalarMaterialParameterInfoAndCurve"); \ +static_assert(sizeof(FScalarMaterialParameterInfoAndCurve) == 0x000120, "Wrong size on FScalarMaterialParameterInfoAndCurve"); \ +static_assert(offsetof(FScalarMaterialParameterInfoAndCurve, ParameterInfo) == 0x000000, "Member 'FScalarMaterialParameterInfoAndCurve::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FScalarMaterialParameterInfoAndCurve, ParameterCurve) == 0x000010, "Member 'FScalarMaterialParameterInfoAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorMaterialParameterInfoAndCurves \ +static_assert(alignof(FColorMaterialParameterInfoAndCurves) == 0x000008, "Wrong alignment on FColorMaterialParameterInfoAndCurves"); \ +static_assert(sizeof(FColorMaterialParameterInfoAndCurves) == 0x000450, "Wrong size on FColorMaterialParameterInfoAndCurves"); \ +static_assert(offsetof(FColorMaterialParameterInfoAndCurves, ParameterInfo) == 0x000000, "Member 'FColorMaterialParameterInfoAndCurves::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FColorMaterialParameterInfoAndCurves, RedCurve) == 0x000010, "Member 'FColorMaterialParameterInfoAndCurves::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorMaterialParameterInfoAndCurves, GreenCurve) == 0x000120, "Member 'FColorMaterialParameterInfoAndCurves::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorMaterialParameterInfoAndCurves, BlueCurve) == 0x000230, "Member 'FColorMaterialParameterInfoAndCurves::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorMaterialParameterInfoAndCurves, AlphaCurve) == 0x000340, "Member 'FColorMaterialParameterInfoAndCurves::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneConsoleVariableCollection \ +static_assert(alignof(FMovieSceneConsoleVariableCollection) == 0x000008, "Wrong alignment on FMovieSceneConsoleVariableCollection"); \ +static_assert(sizeof(FMovieSceneConsoleVariableCollection) == 0x000018, "Wrong size on FMovieSceneConsoleVariableCollection"); \ +static_assert(offsetof(FMovieSceneConsoleVariableCollection, Interface) == 0x000000, "Member 'FMovieSceneConsoleVariableCollection::Interface' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneConsoleVariableCollection, bOnlyIncludeChecked) == 0x000010, "Member 'FMovieSceneConsoleVariableCollection::bOnlyIncludeChecked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationParams \ +static_assert(alignof(FMovieSceneSkeletalAnimationParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationParams"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimationParams) == 0x000158, "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) == 0x000018, "Member 'FMovieSceneSkeletalAnimationParams::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, SlotName) == 0x000024, "Member 'FMovieSceneSkeletalAnimationParams::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, MirrorDataTable) == 0x000030, "Member 'FMovieSceneSkeletalAnimationParams::MirrorDataTable' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, Weight) == 0x000038, "Member 'FMovieSceneSkeletalAnimationParams::Weight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bSkipAnimNotifiers) == 0x000148, "Member 'FMovieSceneSkeletalAnimationParams::bSkipAnimNotifiers' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bForceCustomMode) == 0x000149, "Member 'FMovieSceneSkeletalAnimationParams::bForceCustomMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, SwapRootBone) == 0x00014A, "Member 'FMovieSceneSkeletalAnimationParams::SwapRootBone' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bLinearPlaybackWhenScaled) == 0x00014B, "Member 'FMovieSceneSkeletalAnimationParams::bLinearPlaybackWhenScaled' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartOffset) == 0x00014C, "Member 'FMovieSceneSkeletalAnimationParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndOffset) == 0x000150, "Member 'FMovieSceneSkeletalAnimationParams::EndOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector2fKeyStruct \ +static_assert(alignof(FMovieSceneVector2fKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneVector2fKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector2fKeyStruct) == 0x000030, "Wrong size on FMovieSceneVector2fKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector2fKeyStruct, Vector) == 0x000028, "Member 'FMovieSceneVector2fKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector3fKeyStruct \ +static_assert(alignof(FMovieSceneVector3fKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneVector3fKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector3fKeyStruct) == 0x000038, "Wrong size on FMovieSceneVector3fKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector3fKeyStruct, Vector) == 0x000028, "Member 'FMovieSceneVector3fKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector4fKeyStruct \ +static_assert(alignof(FMovieSceneVector4fKeyStruct) == 0x000010, "Wrong alignment on FMovieSceneVector4fKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector4fKeyStruct) == 0x000040, "Wrong size on FMovieSceneVector4fKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector4fKeyStruct, Vector) == 0x000030, "Member 'FMovieSceneVector4fKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector2DKeyStruct \ +static_assert(alignof(FMovieSceneVector2DKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneVector2DKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector2DKeyStruct) == 0x000038, "Wrong size on FMovieSceneVector2DKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector2DKeyStruct, Vector) == 0x000028, "Member 'FMovieSceneVector2DKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector3dKeyStruct \ +static_assert(alignof(FMovieSceneVector3dKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneVector3dKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector3dKeyStruct) == 0x000040, "Wrong size on FMovieSceneVector3dKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector3dKeyStruct, Vector) == 0x000028, "Member 'FMovieSceneVector3dKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneVector4dKeyStruct \ +static_assert(alignof(FMovieSceneVector4dKeyStruct) == 0x000010, "Wrong alignment on FMovieSceneVector4dKeyStruct"); \ +static_assert(sizeof(FMovieSceneVector4dKeyStruct) == 0x000050, "Wrong size on FMovieSceneVector4dKeyStruct"); \ +static_assert(offsetof(FMovieSceneVector4dKeyStruct, Vector) == 0x000030, "Member 'FMovieSceneVector4dKeyStruct::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventTriggerData \ +static_assert(alignof(FMovieSceneEventTriggerData) == 0x000008, "Wrong alignment on FMovieSceneEventTriggerData"); \ +static_assert(sizeof(FMovieSceneEventTriggerData) == 0x000048, "Wrong size on FMovieSceneEventTriggerData"); \ +static_assert(offsetof(FMovieSceneEventTriggerData, Ptrs) == 0x000000, "Member 'FMovieSceneEventTriggerData::Ptrs' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEventTriggerData, ObjectBindingID) == 0x000028, "Member 'FMovieSceneEventTriggerData::ObjectBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePreAnimatedMaterialParameters \ +static_assert(alignof(FMovieScenePreAnimatedMaterialParameters) == 0x000008, "Wrong alignment on FMovieScenePreAnimatedMaterialParameters"); \ +static_assert(sizeof(FMovieScenePreAnimatedMaterialParameters) == 0x000030, "Wrong size on FMovieScenePreAnimatedMaterialParameters"); \ +static_assert(offsetof(FMovieScenePreAnimatedMaterialParameters, PreviousMaterial) == 0x000000, "Member 'FMovieScenePreAnimatedMaterialParameters::PreviousMaterial' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePreAnimatedMaterialParameters, SoftPreviousMaterial) == 0x000008, "Member 'FMovieScenePreAnimatedMaterialParameters::SoftPreviousMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimRootMotionTrackParams \ +static_assert(alignof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000010, "Wrong alignment on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000080, "Wrong size on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ + +#define DUMPER7_ASSERTS_FComponentMaterialInfo \ +static_assert(alignof(FComponentMaterialInfo) == 0x000004, "Wrong alignment on FComponentMaterialInfo"); \ +static_assert(sizeof(FComponentMaterialInfo) == 0x000010, "Wrong size on FComponentMaterialInfo"); \ +static_assert(offsetof(FComponentMaterialInfo, MaterialSlotName) == 0x000000, "Member 'FComponentMaterialInfo::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FComponentMaterialInfo, MaterialSlotIndex) == 0x000008, "Member 'FComponentMaterialInfo::MaterialSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FComponentMaterialInfo, MaterialType) == 0x00000C, "Member 'FComponentMaterialInfo::MaterialType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UObjectPathChannelEvaluatorSystem \ +static_assert(alignof(UObjectPathChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UObjectPathChannelEvaluatorSystem"); \ +static_assert(sizeof(UObjectPathChannelEvaluatorSystem) == 0x000040, "Wrong size on UObjectPathChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_IMovieSceneConsoleVariableTrackInterface \ +static_assert(alignof(IMovieSceneConsoleVariableTrackInterface) == 0x000001, "Wrong alignment on IMovieSceneConsoleVariableTrackInterface"); \ +static_assert(sizeof(IMovieSceneConsoleVariableTrackInterface) == 0x000001, "Wrong size on IMovieSceneConsoleVariableTrackInterface"); \ + +#define DUMPER7_ASSERTS_UMovieSceneReplaceableActorBinding \ +static_assert(alignof(UMovieSceneReplaceableActorBinding) == 0x000008, "Wrong alignment on UMovieSceneReplaceableActorBinding"); \ +static_assert(sizeof(UMovieSceneReplaceableActorBinding) == 0x000028, "Wrong size on UMovieSceneReplaceableActorBinding"); \ + +#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_UMovieSceneTextPropertySystem \ +static_assert(alignof(UMovieSceneTextPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneTextPropertySystem"); \ +static_assert(sizeof(UMovieSceneTextPropertySystem) == 0x000058, "Wrong size on UMovieSceneTextPropertySystem"); \ + +#define DUMPER7_ASSERTS_MovieSceneReplaceableActorBinding_BPBase_BP_InitReplaceableBinding \ +static_assert(alignof(MovieSceneReplaceableActorBinding_BPBase_BP_InitReplaceableBinding) == 0x000008, "Wrong alignment on MovieSceneReplaceableActorBinding_BPBase_BP_InitReplaceableBinding"); \ +static_assert(sizeof(MovieSceneReplaceableActorBinding_BPBase_BP_InitReplaceableBinding) == 0x000010, "Wrong size on MovieSceneReplaceableActorBinding_BPBase_BP_InitReplaceableBinding"); \ +static_assert(offsetof(MovieSceneReplaceableActorBinding_BPBase_BP_InitReplaceableBinding, SourceObject) == 0x000000, "Member 'MovieSceneReplaceableActorBinding_BPBase_BP_InitReplaceableBinding::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneReplaceableActorBinding_BPBase_BP_InitReplaceableBinding, OwnerMovieScene) == 0x000008, "Member 'MovieSceneReplaceableActorBinding_BPBase_BP_InitReplaceableBinding::OwnerMovieScene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneReplaceableActorBinding_BPBase_BP_ResolveRuntimeBinding \ +static_assert(alignof(MovieSceneReplaceableActorBinding_BPBase_BP_ResolveRuntimeBinding) == 0x000008, "Wrong alignment on MovieSceneReplaceableActorBinding_BPBase_BP_ResolveRuntimeBinding"); \ +static_assert(sizeof(MovieSceneReplaceableActorBinding_BPBase_BP_ResolveRuntimeBinding) == 0x000038, "Wrong size on MovieSceneReplaceableActorBinding_BPBase_BP_ResolveRuntimeBinding"); \ +static_assert(offsetof(MovieSceneReplaceableActorBinding_BPBase_BP_ResolveRuntimeBinding, ResolveContext) == 0x000000, "Member 'MovieSceneReplaceableActorBinding_BPBase_BP_ResolveRuntimeBinding::ResolveContext' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneReplaceableActorBinding_BPBase_BP_ResolveRuntimeBinding, ReturnValue) == 0x000020, "Member 'MovieSceneReplaceableActorBinding_BPBase_BP_ResolveRuntimeBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneReplaceableActorBinding_BPBase_BP_SupportsBindingCreationFromObject \ +static_assert(alignof(MovieSceneReplaceableActorBinding_BPBase_BP_SupportsBindingCreationFromObject) == 0x000008, "Wrong alignment on MovieSceneReplaceableActorBinding_BPBase_BP_SupportsBindingCreationFromObject"); \ +static_assert(sizeof(MovieSceneReplaceableActorBinding_BPBase_BP_SupportsBindingCreationFromObject) == 0x000010, "Wrong size on MovieSceneReplaceableActorBinding_BPBase_BP_SupportsBindingCreationFromObject"); \ +static_assert(offsetof(MovieSceneReplaceableActorBinding_BPBase_BP_SupportsBindingCreationFromObject, SourceObject) == 0x000000, "Member 'MovieSceneReplaceableActorBinding_BPBase_BP_SupportsBindingCreationFromObject::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneReplaceableActorBinding_BPBase_BP_SupportsBindingCreationFromObject, ReturnValue) == 0x000008, "Member 'MovieSceneReplaceableActorBinding_BPBase_BP_SupportsBindingCreationFromObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneReplaceableActorBinding_BPBase \ +static_assert(alignof(UMovieSceneReplaceableActorBinding_BPBase) == 0x000008, "Wrong alignment on UMovieSceneReplaceableActorBinding_BPBase"); \ +static_assert(sizeof(UMovieSceneReplaceableActorBinding_BPBase) == 0x000038, "Wrong size on UMovieSceneReplaceableActorBinding_BPBase"); \ +static_assert(offsetof(UMovieSceneReplaceableActorBinding_BPBase, CustomBindingPriority) == 0x000028, "Member 'UMovieSceneReplaceableActorBinding_BPBase::CustomBindingPriority' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneReplaceableActorBinding_BPBase, PreviewSpawnableType) == 0x000030, "Member 'UMovieSceneReplaceableActorBinding_BPBase::PreviewSpawnableType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneReplaceableDirectorBlueprintBinding \ +static_assert(alignof(UMovieSceneReplaceableDirectorBlueprintBinding) == 0x000008, "Wrong alignment on UMovieSceneReplaceableDirectorBlueprintBinding"); \ +static_assert(sizeof(UMovieSceneReplaceableDirectorBlueprintBinding) == 0x000058, "Wrong size on UMovieSceneReplaceableDirectorBlueprintBinding"); \ +static_assert(offsetof(UMovieSceneReplaceableDirectorBlueprintBinding, DynamicBinding) == 0x000028, "Member 'UMovieSceneReplaceableDirectorBlueprintBinding::DynamicBinding' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneReplaceableDirectorBlueprintBinding, PreviewSpawnableType) == 0x000050, "Member 'UMovieSceneReplaceableDirectorBlueprintBinding::PreviewSpawnableType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneHierarchicalEasingFinalizationSystem \ +static_assert(alignof(UMovieSceneHierarchicalEasingFinalizationSystem) == 0x000008, "Wrong alignment on UMovieSceneHierarchicalEasingFinalizationSystem"); \ +static_assert(sizeof(UMovieSceneHierarchicalEasingFinalizationSystem) == 0x000040, "Wrong size on UMovieSceneHierarchicalEasingFinalizationSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnableActorBindingBase \ +static_assert(alignof(UMovieSceneSpawnableActorBindingBase) == 0x000008, "Wrong alignment on UMovieSceneSpawnableActorBindingBase"); \ +static_assert(sizeof(UMovieSceneSpawnableActorBindingBase) == 0x000040, "Wrong size on UMovieSceneSpawnableActorBindingBase"); \ +static_assert(offsetof(UMovieSceneSpawnableActorBindingBase, bNetAddressableName) == 0x000030, "Member 'UMovieSceneSpawnableActorBindingBase::bNetAddressableName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSpawnableActorBindingBase, LevelName) == 0x000034, "Member 'UMovieSceneSpawnableActorBindingBase::LevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnableActorBinding \ +static_assert(alignof(UMovieSceneSpawnableActorBinding) == 0x000008, "Wrong alignment on UMovieSceneSpawnableActorBinding"); \ +static_assert(sizeof(UMovieSceneSpawnableActorBinding) == 0x000048, "Wrong size on UMovieSceneSpawnableActorBinding"); \ +static_assert(offsetof(UMovieSceneSpawnableActorBinding, ActorTemplate) == 0x000040, "Member 'UMovieSceneSpawnableActorBinding::ActorTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DConstraintTrack \ +static_assert(alignof(UMovieScene3DConstraintTrack) == 0x000008, "Wrong alignment on UMovieScene3DConstraintTrack"); \ +static_assert(sizeof(UMovieScene3DConstraintTrack) == 0x000120, "Wrong size on UMovieScene3DConstraintTrack"); \ +static_assert(offsetof(UMovieScene3DConstraintTrack, ConstraintSections) == 0x000110, "Member 'UMovieScene3DConstraintTrack::ConstraintSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DAttachTrack \ +static_assert(alignof(UMovieScene3DAttachTrack) == 0x000008, "Wrong alignment on UMovieScene3DAttachTrack"); \ +static_assert(sizeof(UMovieScene3DAttachTrack) == 0x000120, "Wrong size on UMovieScene3DAttachTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnableDirectorBlueprintBinding \ +static_assert(alignof(UMovieSceneSpawnableDirectorBlueprintBinding) == 0x000008, "Wrong alignment on UMovieSceneSpawnableDirectorBlueprintBinding"); \ +static_assert(sizeof(UMovieSceneSpawnableDirectorBlueprintBinding) == 0x000058, "Wrong size on UMovieSceneSpawnableDirectorBlueprintBinding"); \ +static_assert(offsetof(UMovieSceneSpawnableDirectorBlueprintBinding, DynamicBinding) == 0x000030, "Member 'UMovieSceneSpawnableDirectorBlueprintBinding::DynamicBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoublePerlinNoiseChannelContainer \ +static_assert(alignof(UMovieSceneDoublePerlinNoiseChannelContainer) == 0x000008, "Wrong alignment on UMovieSceneDoublePerlinNoiseChannelContainer"); \ +static_assert(sizeof(UMovieSceneDoublePerlinNoiseChannelContainer) == 0x0000C0, "Wrong size on UMovieSceneDoublePerlinNoiseChannelContainer"); \ +static_assert(offsetof(UMovieSceneDoublePerlinNoiseChannelContainer, PerlinNoiseChannel) == 0x000058, "Member 'UMovieSceneDoublePerlinNoiseChannelContainer::PerlinNoiseChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePartialEvaluationTestObject \ +static_assert(alignof(UMovieScenePartialEvaluationTestObject) == 0x000008, "Wrong alignment on UMovieScenePartialEvaluationTestObject"); \ +static_assert(sizeof(UMovieScenePartialEvaluationTestObject) == 0x000048, "Wrong size on UMovieScenePartialEvaluationTestObject"); \ +static_assert(offsetof(UMovieScenePartialEvaluationTestObject, FloatProperty) == 0x000028, "Member 'UMovieScenePartialEvaluationTestObject::FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(UMovieScenePartialEvaluationTestObject, VectorProperty) == 0x000030, "Member 'UMovieScenePartialEvaluationTestObject::VectorProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatPerlinNoiseChannelContainer \ +static_assert(alignof(UMovieSceneFloatPerlinNoiseChannelContainer) == 0x000008, "Wrong alignment on UMovieSceneFloatPerlinNoiseChannelContainer"); \ +static_assert(sizeof(UMovieSceneFloatPerlinNoiseChannelContainer) == 0x0000C0, "Wrong size on UMovieSceneFloatPerlinNoiseChannelContainer"); \ +static_assert(offsetof(UMovieSceneFloatPerlinNoiseChannelContainer, PerlinNoiseChannel) == 0x000058, "Member 'UMovieSceneFloatPerlinNoiseChannelContainer::PerlinNoiseChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDirectorBlueprintCondition \ +static_assert(alignof(UMovieSceneDirectorBlueprintCondition) == 0x000008, "Wrong alignment on UMovieSceneDirectorBlueprintCondition"); \ +static_assert(sizeof(UMovieSceneDirectorBlueprintCondition) == 0x000090, "Wrong size on UMovieSceneDirectorBlueprintCondition"); \ +static_assert(offsetof(UMovieSceneDirectorBlueprintCondition, DirectorBlueprintConditionData) == 0x000060, "Member 'UMovieSceneDirectorBlueprintCondition::DirectorBlueprintConditionData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDirectorBlueprintCondition, Scope) == 0x000088, "Member 'UMovieSceneDirectorBlueprintCondition::Scope' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDirectorBlueprintCondition, CheckFrequency) == 0x000089, "Member 'UMovieSceneDirectorBlueprintCondition::CheckFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextChannelEvaluatorSystem \ +static_assert(alignof(UTextChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UTextChannelEvaluatorSystem"); \ +static_assert(sizeof(UTextChannelEvaluatorSystem) == 0x000040, "Wrong size on UTextChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePlatformCondition \ +static_assert(alignof(UMovieScenePlatformCondition) == 0x000008, "Wrong alignment on UMovieScenePlatformCondition"); \ +static_assert(sizeof(UMovieScenePlatformCondition) == 0x000070, "Wrong size on UMovieScenePlatformCondition"); \ +static_assert(offsetof(UMovieScenePlatformCondition, ValidPlatforms) == 0x000060, "Member 'UMovieScenePlatformCondition::ValidPlatforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScalabilityCondition \ +static_assert(alignof(UMovieSceneScalabilityCondition) == 0x000008, "Wrong alignment on UMovieSceneScalabilityCondition"); \ +static_assert(sizeof(UMovieSceneScalabilityCondition) == 0x000068, "Wrong size on UMovieSceneScalabilityCondition"); \ +static_assert(offsetof(UMovieSceneScalabilityCondition, Group) == 0x000060, "Member 'UMovieSceneScalabilityCondition::Group' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneScalabilityCondition, Operator) == 0x000061, "Member 'UMovieSceneScalabilityCondition::Operator' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneScalabilityCondition, Level) == 0x000062, "Member 'UMovieSceneScalabilityCondition::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneInterrogatedPropertyInstantiatorSystem \ +static_assert(alignof(UMovieSceneInterrogatedPropertyInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneInterrogatedPropertyInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneInterrogatedPropertyInstantiatorSystem) == 0x000200, "Wrong size on UMovieSceneInterrogatedPropertyInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTracksSettings \ +static_assert(alignof(UMovieSceneTracksSettings) == 0x000008, "Wrong alignment on UMovieSceneTracksSettings"); \ +static_assert(sizeof(UMovieSceneTracksSettings) == 0x000030, "Wrong size on UMovieSceneTracksSettings"); \ +static_assert(offsetof(UMovieSceneTracksSettings, bPreviewCameraCutsInSimulate) == 0x000028, "Member 'UMovieSceneTracksSettings::bPreviewCameraCutsInSimulate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutTrack \ +static_assert(alignof(UMovieSceneCameraCutTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrack"); \ +static_assert(sizeof(UMovieSceneCameraCutTrack) == 0x000130, "Wrong size on UMovieSceneCameraCutTrack"); \ +static_assert(offsetof(UMovieSceneCameraCutTrack, bCanBlend) == 0x000110, "Member 'UMovieSceneCameraCutTrack::bCanBlend' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutTrack, Sections) == 0x000118, "Member 'UMovieSceneCameraCutTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutTrack, bAutoArrangeSections) == 0x000128, "Member 'UMovieSceneCameraCutTrack::bAutoArrangeSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScene3DConstraintSection_SetConstraintBindingID \ +static_assert(alignof(MovieScene3DConstraintSection_SetConstraintBindingID) == 0x000004, "Wrong alignment on MovieScene3DConstraintSection_SetConstraintBindingID"); \ +static_assert(sizeof(MovieScene3DConstraintSection_SetConstraintBindingID) == 0x000018, "Wrong size on MovieScene3DConstraintSection_SetConstraintBindingID"); \ +static_assert(offsetof(MovieScene3DConstraintSection_SetConstraintBindingID, InConstraintBindingID) == 0x000000, "Member 'MovieScene3DConstraintSection_SetConstraintBindingID::InConstraintBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScene3DConstraintSection_GetConstraintBindingID \ +static_assert(alignof(MovieScene3DConstraintSection_GetConstraintBindingID) == 0x000004, "Wrong alignment on MovieScene3DConstraintSection_GetConstraintBindingID"); \ +static_assert(sizeof(MovieScene3DConstraintSection_GetConstraintBindingID) == 0x000018, "Wrong size on MovieScene3DConstraintSection_GetConstraintBindingID"); \ +static_assert(offsetof(MovieScene3DConstraintSection_GetConstraintBindingID, ReturnValue) == 0x000000, "Member 'MovieScene3DConstraintSection_GetConstraintBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DConstraintSection \ +static_assert(alignof(UMovieScene3DConstraintSection) == 0x000008, "Wrong alignment on UMovieScene3DConstraintSection"); \ +static_assert(sizeof(UMovieScene3DConstraintSection) == 0x000130, "Wrong size on UMovieScene3DConstraintSection"); \ +static_assert(offsetof(UMovieScene3DConstraintSection, ConstraintID) == 0x000108, "Member 'UMovieScene3DConstraintSection::ConstraintID' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DConstraintSection, ConstraintBindingID) == 0x000118, "Member 'UMovieScene3DConstraintSection::ConstraintBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DAttachSection \ +static_assert(alignof(UMovieScene3DAttachSection) == 0x000008, "Wrong alignment on UMovieScene3DAttachSection"); \ +static_assert(sizeof(UMovieScene3DAttachSection) == 0x000150, "Wrong size on UMovieScene3DAttachSection"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachSocketName) == 0x000138, "Member 'UMovieScene3DAttachSection::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachComponentName) == 0x000140, "Member 'UMovieScene3DAttachSection::AttachComponentName' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentLocationRule) == 0x000148, "Member 'UMovieScene3DAttachSection::AttachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentRotationRule) == 0x000149, "Member 'UMovieScene3DAttachSection::AttachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentScaleRule) == 0x00014A, "Member 'UMovieScene3DAttachSection::AttachmentScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentLocationRule) == 0x00014B, "Member 'UMovieScene3DAttachSection::DetachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentRotationRule) == 0x00014C, "Member 'UMovieScene3DAttachSection::DetachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentScaleRule) == 0x00014D, "Member 'UMovieScene3DAttachSection::DetachmentScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DPathSection \ +static_assert(alignof(UMovieScene3DPathSection) == 0x000008, "Wrong alignment on UMovieScene3DPathSection"); \ +static_assert(sizeof(UMovieScene3DPathSection) == 0x000248, "Wrong size on UMovieScene3DPathSection"); \ +static_assert(offsetof(UMovieScene3DPathSection, TimingCurve) == 0x000130, "Member 'UMovieScene3DPathSection::TimingCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DPathSection, FrontAxisEnum) == 0x000240, "Member 'UMovieScene3DPathSection::FrontAxisEnum' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DPathSection, UpAxisEnum) == 0x000241, "Member 'UMovieScene3DPathSection::UpAxisEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DTransformSectionConstraints \ +static_assert(alignof(UMovieScene3DTransformSectionConstraints) == 0x000008, "Wrong alignment on UMovieScene3DTransformSectionConstraints"); \ +static_assert(sizeof(UMovieScene3DTransformSectionConstraints) == 0x000038, "Wrong size on UMovieScene3DTransformSectionConstraints"); \ +static_assert(offsetof(UMovieScene3DTransformSectionConstraints, ConstraintsChannels) == 0x000028, "Member 'UMovieScene3DTransformSectionConstraints::ConstraintsChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DTransformSection \ +static_assert(alignof(UMovieScene3DTransformSection) == 0x000008, "Wrong alignment on UMovieScene3DTransformSection"); \ +static_assert(sizeof(UMovieScene3DTransformSection) == 0x000C50, "Wrong size on UMovieScene3DTransformSection"); \ +static_assert(offsetof(UMovieScene3DTransformSection, TransformMask) == 0x000148, "Member 'UMovieScene3DTransformSection::TransformMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Translation) == 0x000150, "Member 'UMovieScene3DTransformSection::Translation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Rotation) == 0x000498, "Member 'UMovieScene3DTransformSection::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Scale) == 0x0007E0, "Member 'UMovieScene3DTransformSection::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, ManualWeight) == 0x000B28, "Member 'UMovieScene3DTransformSection::ManualWeight' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, OverrideRegistry) == 0x000C38, "Member 'UMovieScene3DTransformSection::OverrideRegistry' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Constraints) == 0x000C40, "Member 'UMovieScene3DTransformSection::Constraints' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, bUseQuaternionInterpolation) == 0x000C48, "Member 'UMovieScene3DTransformSection::bUseQuaternionInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneActorReferenceSection \ +static_assert(alignof(UMovieSceneActorReferenceSection) == 0x000008, "Wrong alignment on UMovieSceneActorReferenceSection"); \ +static_assert(sizeof(UMovieSceneActorReferenceSection) == 0x0002B8, "Wrong size on UMovieSceneActorReferenceSection"); \ +static_assert(offsetof(UMovieSceneActorReferenceSection, ActorReferenceData) == 0x000108, "Member 'UMovieSceneActorReferenceSection::ActorReferenceData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneActorReferenceSection, ActorGuidIndexCurve) == 0x000228, "Member 'UMovieSceneActorReferenceSection::ActorGuidIndexCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneActorReferenceSection, ActorGuidStrings) == 0x0002A8, "Member 'UMovieSceneActorReferenceSection::ActorGuidStrings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertyTrack \ +static_assert(alignof(UMovieScenePropertyTrack) == 0x000008, "Wrong alignment on UMovieScenePropertyTrack"); \ +static_assert(sizeof(UMovieScenePropertyTrack) == 0x000140, "Wrong size on UMovieScenePropertyTrack"); \ +static_assert(offsetof(UMovieScenePropertyTrack, SectionToKey) == 0x000110, "Member 'UMovieScenePropertyTrack::SectionToKey' has a wrong offset!"); \ +static_assert(offsetof(UMovieScenePropertyTrack, PropertyBinding) == 0x000118, "Member 'UMovieScenePropertyTrack::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(UMovieScenePropertyTrack, Sections) == 0x000130, "Member 'UMovieScenePropertyTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoolTrack \ +static_assert(alignof(UMovieSceneBoolTrack) == 0x000008, "Wrong alignment on UMovieSceneBoolTrack"); \ +static_assert(sizeof(UMovieSceneBoolTrack) == 0x000150, "Wrong size on UMovieSceneBoolTrack"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_SetAttenuationSettings \ +static_assert(alignof(MovieSceneAudioSection_SetAttenuationSettings) == 0x000008, "Wrong alignment on MovieSceneAudioSection_SetAttenuationSettings"); \ +static_assert(sizeof(MovieSceneAudioSection_SetAttenuationSettings) == 0x000008, "Wrong size on MovieSceneAudioSection_SetAttenuationSettings"); \ +static_assert(offsetof(MovieSceneAudioSection_SetAttenuationSettings, InAttenuationSettings) == 0x000000, "Member 'MovieSceneAudioSection_SetAttenuationSettings::InAttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_SetLooping \ +static_assert(alignof(MovieSceneAudioSection_SetLooping) == 0x000001, "Wrong alignment on MovieSceneAudioSection_SetLooping"); \ +static_assert(sizeof(MovieSceneAudioSection_SetLooping) == 0x000001, "Wrong size on MovieSceneAudioSection_SetLooping"); \ +static_assert(offsetof(MovieSceneAudioSection_SetLooping, bInLooping) == 0x000000, "Member 'MovieSceneAudioSection_SetLooping::bInLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_SetOverrideAttenuation \ +static_assert(alignof(MovieSceneAudioSection_SetOverrideAttenuation) == 0x000001, "Wrong alignment on MovieSceneAudioSection_SetOverrideAttenuation"); \ +static_assert(sizeof(MovieSceneAudioSection_SetOverrideAttenuation) == 0x000001, "Wrong size on MovieSceneAudioSection_SetOverrideAttenuation"); \ +static_assert(offsetof(MovieSceneAudioSection_SetOverrideAttenuation, bInOverrideAttenuation) == 0x000000, "Member 'MovieSceneAudioSection_SetOverrideAttenuation::bInOverrideAttenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_SetSound \ +static_assert(alignof(MovieSceneAudioSection_SetSound) == 0x000008, "Wrong alignment on MovieSceneAudioSection_SetSound"); \ +static_assert(sizeof(MovieSceneAudioSection_SetSound) == 0x000008, "Wrong size on MovieSceneAudioSection_SetSound"); \ +static_assert(offsetof(MovieSceneAudioSection_SetSound, InSound) == 0x000000, "Member 'MovieSceneAudioSection_SetSound::InSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_SetStartOffset \ +static_assert(alignof(MovieSceneAudioSection_SetStartOffset) == 0x000004, "Wrong alignment on MovieSceneAudioSection_SetStartOffset"); \ +static_assert(sizeof(MovieSceneAudioSection_SetStartOffset) == 0x000004, "Wrong size on MovieSceneAudioSection_SetStartOffset"); \ +static_assert(offsetof(MovieSceneAudioSection_SetStartOffset, InStartOffset) == 0x000000, "Member 'MovieSceneAudioSection_SetStartOffset::InStartOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_SetSuppressSubtitles \ +static_assert(alignof(MovieSceneAudioSection_SetSuppressSubtitles) == 0x000001, "Wrong alignment on MovieSceneAudioSection_SetSuppressSubtitles"); \ +static_assert(sizeof(MovieSceneAudioSection_SetSuppressSubtitles) == 0x000001, "Wrong size on MovieSceneAudioSection_SetSuppressSubtitles"); \ +static_assert(offsetof(MovieSceneAudioSection_SetSuppressSubtitles, bInSuppressSubtitles) == 0x000000, "Member 'MovieSceneAudioSection_SetSuppressSubtitles::bInSuppressSubtitles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetAttenuationSettings \ +static_assert(alignof(MovieSceneAudioSection_GetAttenuationSettings) == 0x000008, "Wrong alignment on MovieSceneAudioSection_GetAttenuationSettings"); \ +static_assert(sizeof(MovieSceneAudioSection_GetAttenuationSettings) == 0x000008, "Wrong size on MovieSceneAudioSection_GetAttenuationSettings"); \ +static_assert(offsetof(MovieSceneAudioSection_GetAttenuationSettings, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetAttenuationSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetLooping \ +static_assert(alignof(MovieSceneAudioSection_GetLooping) == 0x000001, "Wrong alignment on MovieSceneAudioSection_GetLooping"); \ +static_assert(sizeof(MovieSceneAudioSection_GetLooping) == 0x000001, "Wrong size on MovieSceneAudioSection_GetLooping"); \ +static_assert(offsetof(MovieSceneAudioSection_GetLooping, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetOverrideAttenuation \ +static_assert(alignof(MovieSceneAudioSection_GetOverrideAttenuation) == 0x000001, "Wrong alignment on MovieSceneAudioSection_GetOverrideAttenuation"); \ +static_assert(sizeof(MovieSceneAudioSection_GetOverrideAttenuation) == 0x000001, "Wrong size on MovieSceneAudioSection_GetOverrideAttenuation"); \ +static_assert(offsetof(MovieSceneAudioSection_GetOverrideAttenuation, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetOverrideAttenuation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetPlaybackSound \ +static_assert(alignof(MovieSceneAudioSection_GetPlaybackSound) == 0x000008, "Wrong alignment on MovieSceneAudioSection_GetPlaybackSound"); \ +static_assert(sizeof(MovieSceneAudioSection_GetPlaybackSound) == 0x000008, "Wrong size on MovieSceneAudioSection_GetPlaybackSound"); \ +static_assert(offsetof(MovieSceneAudioSection_GetPlaybackSound, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetPlaybackSound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetSound \ +static_assert(alignof(MovieSceneAudioSection_GetSound) == 0x000008, "Wrong alignment on MovieSceneAudioSection_GetSound"); \ +static_assert(sizeof(MovieSceneAudioSection_GetSound) == 0x000008, "Wrong size on MovieSceneAudioSection_GetSound"); \ +static_assert(offsetof(MovieSceneAudioSection_GetSound, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetSound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetStartOffset \ +static_assert(alignof(MovieSceneAudioSection_GetStartOffset) == 0x000004, "Wrong alignment on MovieSceneAudioSection_GetStartOffset"); \ +static_assert(sizeof(MovieSceneAudioSection_GetStartOffset) == 0x000004, "Wrong size on MovieSceneAudioSection_GetStartOffset"); \ +static_assert(offsetof(MovieSceneAudioSection_GetStartOffset, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetStartOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetSuppressSubtitles \ +static_assert(alignof(MovieSceneAudioSection_GetSuppressSubtitles) == 0x000001, "Wrong alignment on MovieSceneAudioSection_GetSuppressSubtitles"); \ +static_assert(sizeof(MovieSceneAudioSection_GetSuppressSubtitles) == 0x000001, "Wrong size on MovieSceneAudioSection_GetSuppressSubtitles"); \ +static_assert(offsetof(MovieSceneAudioSection_GetSuppressSubtitles, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetSuppressSubtitles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAudioSection \ +static_assert(alignof(UMovieSceneAudioSection) == 0x000008, "Wrong alignment on UMovieSceneAudioSection"); \ +static_assert(sizeof(UMovieSceneAudioSection) == 0x000648, "Wrong size on UMovieSceneAudioSection"); \ +static_assert(offsetof(UMovieSceneAudioSection, Sound) == 0x000118, "Member 'UMovieSceneAudioSection::Sound' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, StartFrameOffset) == 0x000120, "Member 'UMovieSceneAudioSection::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, StartOffset) == 0x000124, "Member 'UMovieSceneAudioSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AudioStartTime) == 0x000128, "Member 'UMovieSceneAudioSection::AudioStartTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AudioDilationFactor) == 0x00012C, "Member 'UMovieSceneAudioSection::AudioDilationFactor' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AudioVolume) == 0x000130, "Member 'UMovieSceneAudioSection::AudioVolume' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, SoundVolume) == 0x000138, "Member 'UMovieSceneAudioSection::SoundVolume' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, PitchMultiplier) == 0x000248, "Member 'UMovieSceneAudioSection::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_Float) == 0x000358, "Member 'UMovieSceneAudioSection::Inputs_Float' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_String) == 0x0003A8, "Member 'UMovieSceneAudioSection::Inputs_String' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_Bool) == 0x0003F8, "Member 'UMovieSceneAudioSection::Inputs_Bool' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_Int) == 0x000448, "Member 'UMovieSceneAudioSection::Inputs_Int' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_Trigger) == 0x000498, "Member 'UMovieSceneAudioSection::Inputs_Trigger' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AttachActorData) == 0x0004E8, "Member 'UMovieSceneAudioSection::AttachActorData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, bLooping) == 0x000608, "Member 'UMovieSceneAudioSection::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, bSuppressSubtitles) == 0x000609, "Member 'UMovieSceneAudioSection::bSuppressSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, bOverrideAttenuation) == 0x00060A, "Member 'UMovieSceneAudioSection::bOverrideAttenuation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AttenuationSettings) == 0x000610, "Member 'UMovieSceneAudioSection::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, OnQueueSubtitles) == 0x000618, "Member 'UMovieSceneAudioSection::OnQueueSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, OnAudioFinished) == 0x000628, "Member 'UMovieSceneAudioSection::OnAudioFinished' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, OnAudioPlaybackPercent) == 0x000638, "Member 'UMovieSceneAudioSection::OnAudioPlaybackPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBaseCacheSection \ +static_assert(alignof(UMovieSceneBaseCacheSection) == 0x000008, "Wrong alignment on UMovieSceneBaseCacheSection"); \ +static_assert(sizeof(UMovieSceneBaseCacheSection) == 0x000110, "Wrong size on UMovieSceneBaseCacheSection"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCVarTrack \ +static_assert(alignof(UMovieSceneCVarTrack) == 0x000008, "Wrong alignment on UMovieSceneCVarTrack"); \ +static_assert(sizeof(UMovieSceneCVarTrack) == 0x000120, "Wrong size on UMovieSceneCVarTrack"); \ +static_assert(offsetof(UMovieSceneCVarTrack, Sections) == 0x000110, "Member 'UMovieSceneCVarTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneByteSection \ +static_assert(alignof(UMovieSceneByteSection) == 0x000008, "Wrong alignment on UMovieSceneByteSection"); \ +static_assert(sizeof(UMovieSceneByteSection) == 0x000220, "Wrong size on UMovieSceneByteSection"); \ +static_assert(offsetof(UMovieSceneByteSection, ByteCurve) == 0x000110, "Member 'UMovieSceneByteSection::ByteCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCameraCutSection_SetCameraBindingID \ +static_assert(alignof(MovieSceneCameraCutSection_SetCameraBindingID) == 0x000004, "Wrong alignment on MovieSceneCameraCutSection_SetCameraBindingID"); \ +static_assert(sizeof(MovieSceneCameraCutSection_SetCameraBindingID) == 0x000018, "Wrong size on MovieSceneCameraCutSection_SetCameraBindingID"); \ +static_assert(offsetof(MovieSceneCameraCutSection_SetCameraBindingID, InCameraBindingID) == 0x000000, "Member 'MovieSceneCameraCutSection_SetCameraBindingID::InCameraBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCameraCutSection_GetCameraBindingID \ +static_assert(alignof(MovieSceneCameraCutSection_GetCameraBindingID) == 0x000004, "Wrong alignment on MovieSceneCameraCutSection_GetCameraBindingID"); \ +static_assert(sizeof(MovieSceneCameraCutSection_GetCameraBindingID) == 0x000018, "Wrong size on MovieSceneCameraCutSection_GetCameraBindingID"); \ +static_assert(offsetof(MovieSceneCameraCutSection_GetCameraBindingID, ReturnValue) == 0x000000, "Member 'MovieSceneCameraCutSection_GetCameraBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutSection \ +static_assert(alignof(UMovieSceneCameraCutSection) == 0x000010, "Wrong alignment on UMovieSceneCameraCutSection"); \ +static_assert(sizeof(UMovieSceneCameraCutSection) == 0x0001B0, "Wrong size on UMovieSceneCameraCutSection"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, bLockPreviousCamera) == 0x000110, "Member 'UMovieSceneCameraCutSection::bLockPreviousCamera' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, CameraGuid) == 0x000114, "Member 'UMovieSceneCameraCutSection::CameraGuid' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, CameraBindingID) == 0x000124, "Member 'UMovieSceneCameraCutSection::CameraBindingID' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, InitialCameraCutTransform) == 0x000140, "Member 'UMovieSceneCameraCutSection::InitialCameraCutTransform' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, bHasInitialCameraCutTransform) == 0x0001A0, "Member 'UMovieSceneCameraCutSection::bHasInitialCameraCutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceTriggerTrack \ +static_assert(alignof(UMovieSceneCameraShakeSourceTriggerTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceTriggerTrack"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceTriggerTrack) == 0x000120, "Wrong size on UMovieSceneCameraShakeSourceTriggerTrack"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceTriggerTrack, Sections) == 0x000110, "Member 'UMovieSceneCameraShakeSourceTriggerTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSection \ +static_assert(alignof(UMovieSceneCameraShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSection) == 0x000160, "Wrong size on UMovieSceneCameraShakeSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeData) == 0x000110, "Member 'UMovieSceneCameraShakeSection::ShakeData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeClass) == 0x000138, "Member 'UMovieSceneCameraShakeSection::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, PlayScale) == 0x000140, "Member 'UMovieSceneCameraShakeSection::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, PlaySpace) == 0x000144, "Member 'UMovieSceneCameraShakeSection::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, UserDefinedPlaySpace) == 0x000148, "Member 'UMovieSceneCameraShakeSection::UserDefinedPlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceShakeSection \ +static_assert(alignof(UMovieSceneCameraShakeSourceShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceShakeSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceShakeSection) == 0x000138, "Wrong size on UMovieSceneCameraShakeSourceShakeSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceShakeSection, ShakeData) == 0x000110, "Member 'UMovieSceneCameraShakeSourceShakeSection::ShakeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneActorReferenceTrack \ +static_assert(alignof(UMovieSceneActorReferenceTrack) == 0x000008, "Wrong alignment on UMovieSceneActorReferenceTrack"); \ +static_assert(sizeof(UMovieSceneActorReferenceTrack) == 0x000148, "Wrong size on UMovieSceneActorReferenceTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceTriggerSection \ +static_assert(alignof(UMovieSceneCameraShakeSourceTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceTriggerSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceTriggerSection) == 0x000208, "Wrong size on UMovieSceneCameraShakeSourceTriggerSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceTriggerSection, Channel) == 0x000110, "Member 'UMovieSceneCameraShakeSourceTriggerSection::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCinematicShotSection_SetShotDisplayName \ +static_assert(alignof(MovieSceneCinematicShotSection_SetShotDisplayName) == 0x000008, "Wrong alignment on MovieSceneCinematicShotSection_SetShotDisplayName"); \ +static_assert(sizeof(MovieSceneCinematicShotSection_SetShotDisplayName) == 0x000010, "Wrong size on MovieSceneCinematicShotSection_SetShotDisplayName"); \ +static_assert(offsetof(MovieSceneCinematicShotSection_SetShotDisplayName, InShotDisplayName) == 0x000000, "Member 'MovieSceneCinematicShotSection_SetShotDisplayName::InShotDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCinematicShotSection_GetShotDisplayName \ +static_assert(alignof(MovieSceneCinematicShotSection_GetShotDisplayName) == 0x000008, "Wrong alignment on MovieSceneCinematicShotSection_GetShotDisplayName"); \ +static_assert(sizeof(MovieSceneCinematicShotSection_GetShotDisplayName) == 0x000010, "Wrong size on MovieSceneCinematicShotSection_GetShotDisplayName"); \ +static_assert(offsetof(MovieSceneCinematicShotSection_GetShotDisplayName, ReturnValue) == 0x000000, "Member 'MovieSceneCinematicShotSection_GetShotDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCinematicShotSection \ +static_assert(alignof(UMovieSceneCinematicShotSection) == 0x000008, "Wrong alignment on UMovieSceneCinematicShotSection"); \ +static_assert(sizeof(UMovieSceneCinematicShotSection) == 0x000810, "Wrong size on UMovieSceneCinematicShotSection"); \ +static_assert(offsetof(UMovieSceneCinematicShotSection, ShotDisplayName) == 0x0007F0, "Member 'UMovieSceneCinematicShotSection::ShotDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCinematicShotSection, DisplayName) == 0x000800, "Member 'UMovieSceneCinematicShotSection::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCommonAnimationTrack \ +static_assert(alignof(UMovieSceneCommonAnimationTrack) == 0x000010, "Wrong alignment on UMovieSceneCommonAnimationTrack"); \ +static_assert(sizeof(UMovieSceneCommonAnimationTrack) == 0x0001B0, "Wrong size on UMovieSceneCommonAnimationTrack"); \ +static_assert(offsetof(UMovieSceneCommonAnimationTrack, AnimationSections) == 0x000110, "Member 'UMovieSceneCommonAnimationTrack::AnimationSections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCommonAnimationTrack, RootMotionParams) == 0x000120, "Member 'UMovieSceneCommonAnimationTrack::RootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCommonAnimationTrack, bBlendFirstChildOfRoot) == 0x0001A0, "Member 'UMovieSceneCommonAnimationTrack::bBlendFirstChildOfRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneColorSection \ +static_assert(alignof(UMovieSceneColorSection) == 0x000008, "Wrong alignment on UMovieSceneColorSection"); \ +static_assert(sizeof(UMovieSceneColorSection) == 0x000550, "Wrong size on UMovieSceneColorSection"); \ +static_assert(offsetof(UMovieSceneColorSection, RedCurve) == 0x000110, "Member 'UMovieSceneColorSection::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, GreenCurve) == 0x000220, "Member 'UMovieSceneColorSection::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, BlueCurve) == 0x000330, "Member 'UMovieSceneColorSection::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, AlphaCurve) == 0x000440, "Member 'UMovieSceneColorSection::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneComponentMaterialParameterSection_AddColorParameterKey \ +static_assert(alignof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey) == 0x000008, "Wrong alignment on MovieSceneComponentMaterialParameterSection_AddColorParameterKey"); \ +static_assert(sizeof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey) == 0x000090, "Wrong size on MovieSceneComponentMaterialParameterSection_AddColorParameterKey"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey, InParameterInfo) == 0x000000, "Member 'MovieSceneComponentMaterialParameterSection_AddColorParameterKey::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey, InTime) == 0x000010, "Member 'MovieSceneComponentMaterialParameterSection_AddColorParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey, InValue) == 0x000014, "Member 'MovieSceneComponentMaterialParameterSection_AddColorParameterKey::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey, InLayerName) == 0x000028, "Member 'MovieSceneComponentMaterialParameterSection_AddColorParameterKey::InLayerName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey, InAssetName) == 0x000038, "Member 'MovieSceneComponentMaterialParameterSection_AddColorParameterKey::InAssetName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey, InChannelNames) == 0x000048, "Member 'MovieSceneComponentMaterialParameterSection_AddColorParameterKey::InChannelNames' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddColorParameterKey, DefaultInterpolation) == 0x000088, "Member 'MovieSceneComponentMaterialParameterSection_AddColorParameterKey::DefaultInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneComponentMaterialParameterSection_AddScalarParameterKey \ +static_assert(alignof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey) == 0x000008, "Wrong alignment on MovieSceneComponentMaterialParameterSection_AddScalarParameterKey"); \ +static_assert(sizeof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey) == 0x000040, "Wrong size on MovieSceneComponentMaterialParameterSection_AddScalarParameterKey"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey, InParameterInfo) == 0x000000, "Member 'MovieSceneComponentMaterialParameterSection_AddScalarParameterKey::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey, InTime) == 0x000010, "Member 'MovieSceneComponentMaterialParameterSection_AddScalarParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey, InValue) == 0x000014, "Member 'MovieSceneComponentMaterialParameterSection_AddScalarParameterKey::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey, InLayerName) == 0x000018, "Member 'MovieSceneComponentMaterialParameterSection_AddScalarParameterKey::InLayerName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey, InAssetName) == 0x000028, "Member 'MovieSceneComponentMaterialParameterSection_AddScalarParameterKey::InAssetName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_AddScalarParameterKey, DefaultInterpolation) == 0x000038, "Member 'MovieSceneComponentMaterialParameterSection_AddScalarParameterKey::DefaultInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneComponentMaterialParameterSection_RemoveColorParameter \ +static_assert(alignof(MovieSceneComponentMaterialParameterSection_RemoveColorParameter) == 0x000004, "Wrong alignment on MovieSceneComponentMaterialParameterSection_RemoveColorParameter"); \ +static_assert(sizeof(MovieSceneComponentMaterialParameterSection_RemoveColorParameter) == 0x000014, "Wrong size on MovieSceneComponentMaterialParameterSection_RemoveColorParameter"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_RemoveColorParameter, InParameterInfo) == 0x000000, "Member 'MovieSceneComponentMaterialParameterSection_RemoveColorParameter::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_RemoveColorParameter, ReturnValue) == 0x000010, "Member 'MovieSceneComponentMaterialParameterSection_RemoveColorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneComponentMaterialParameterSection_RemoveScalarParameter \ +static_assert(alignof(MovieSceneComponentMaterialParameterSection_RemoveScalarParameter) == 0x000004, "Wrong alignment on MovieSceneComponentMaterialParameterSection_RemoveScalarParameter"); \ +static_assert(sizeof(MovieSceneComponentMaterialParameterSection_RemoveScalarParameter) == 0x000014, "Wrong size on MovieSceneComponentMaterialParameterSection_RemoveScalarParameter"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_RemoveScalarParameter, InParameterInfo) == 0x000000, "Member 'MovieSceneComponentMaterialParameterSection_RemoveScalarParameter::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneComponentMaterialParameterSection_RemoveScalarParameter, ReturnValue) == 0x000010, "Member 'MovieSceneComponentMaterialParameterSection_RemoveScalarParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentMaterialParameterSection \ +static_assert(alignof(UMovieSceneComponentMaterialParameterSection) == 0x000008, "Wrong alignment on UMovieSceneComponentMaterialParameterSection"); \ +static_assert(sizeof(UMovieSceneComponentMaterialParameterSection) == 0x000130, "Wrong size on UMovieSceneComponentMaterialParameterSection"); \ +static_assert(offsetof(UMovieSceneComponentMaterialParameterSection, ScalarParameterInfosAndCurves) == 0x000110, "Member 'UMovieSceneComponentMaterialParameterSection::ScalarParameterInfosAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneComponentMaterialParameterSection, ColorParameterInfosAndCurves) == 0x000120, "Member 'UMovieSceneComponentMaterialParameterSection::ColorParameterInfosAndCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneIntegerTrack \ +static_assert(alignof(UMovieSceneIntegerTrack) == 0x000008, "Wrong alignment on UMovieSceneIntegerTrack"); \ +static_assert(sizeof(UMovieSceneIntegerTrack) == 0x000140, "Wrong size on UMovieSceneIntegerTrack"); \ + +#define DUMPER7_ASSERTS_IMovieSceneConstrainedSection \ +static_assert(alignof(IMovieSceneConstrainedSection) == 0x000001, "Wrong alignment on IMovieSceneConstrainedSection"); \ +static_assert(sizeof(IMovieSceneConstrainedSection) == 0x000001, "Wrong size on IMovieSceneConstrainedSection"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_AddBoolParameterKey \ +static_assert(alignof(MovieSceneParameterSection_AddBoolParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddBoolParameterKey"); \ +static_assert(sizeof(MovieSceneParameterSection_AddBoolParameterKey) == 0x000010, "Wrong size on MovieSceneParameterSection_AddBoolParameterKey"); \ +static_assert(offsetof(MovieSceneParameterSection_AddBoolParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddBoolParameterKey::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddBoolParameterKey, InTime) == 0x000008, "Member 'MovieSceneParameterSection_AddBoolParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddBoolParameterKey, InValue) == 0x00000C, "Member 'MovieSceneParameterSection_AddBoolParameterKey::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_AddColorParameterKey \ +static_assert(alignof(MovieSceneParameterSection_AddColorParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddColorParameterKey"); \ +static_assert(sizeof(MovieSceneParameterSection_AddColorParameterKey) == 0x000020, "Wrong size on MovieSceneParameterSection_AddColorParameterKey"); \ +static_assert(offsetof(MovieSceneParameterSection_AddColorParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddColorParameterKey::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddColorParameterKey, InTime) == 0x000008, "Member 'MovieSceneParameterSection_AddColorParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddColorParameterKey, InValue) == 0x00000C, "Member 'MovieSceneParameterSection_AddColorParameterKey::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddColorParameterKey, DefaultInterpolation) == 0x00001C, "Member 'MovieSceneParameterSection_AddColorParameterKey::DefaultInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneParameterSection_AddScalarParameterKey \ +static_assert(alignof(MovieSceneParameterSection_AddScalarParameterKey) == 0x000004, "Wrong alignment on MovieSceneParameterSection_AddScalarParameterKey"); \ +static_assert(sizeof(MovieSceneParameterSection_AddScalarParameterKey) == 0x000014, "Wrong size on MovieSceneParameterSection_AddScalarParameterKey"); \ +static_assert(offsetof(MovieSceneParameterSection_AddScalarParameterKey, InParameterName) == 0x000000, "Member 'MovieSceneParameterSection_AddScalarParameterKey::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddScalarParameterKey, InTime) == 0x000008, "Member 'MovieSceneParameterSection_AddScalarParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddScalarParameterKey, InValue) == 0x00000C, "Member 'MovieSceneParameterSection_AddScalarParameterKey::InValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddScalarParameterKey, DefaultInterpolation) == 0x000010, "Member 'MovieSceneParameterSection_AddScalarParameterKey::DefaultInterpolation' 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) == 0x000080, "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!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddTransformParameterKey, DefaultInterpolation) == 0x000070, "Member 'MovieSceneParameterSection_AddTransformParameterKey::DefaultInterpolation' 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) == 0x000028, "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!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddVector2DParameterKey, DefaultInterpolation) == 0x000020, "Member 'MovieSceneParameterSection_AddVector2DParameterKey::DefaultInterpolation' 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) == 0x000030, "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!"); \ +static_assert(offsetof(MovieSceneParameterSection_AddVectorParameterKey, DefaultInterpolation) == 0x000028, "Member 'MovieSceneParameterSection_AddVectorParameterKey::DefaultInterpolation' 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) == 0x000170, "Wrong size on UMovieSceneParameterSection"); \ +static_assert(offsetof(UMovieSceneParameterSection, BoolParameterNamesAndCurves) == 0x000110, "Member 'UMovieSceneParameterSection::BoolParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, ScalarParameterNamesAndCurves) == 0x000120, "Member 'UMovieSceneParameterSection::ScalarParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, Vector2DParameterNamesAndCurves) == 0x000130, "Member 'UMovieSceneParameterSection::Vector2DParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, VectorParameterNamesAndCurves) == 0x000140, "Member 'UMovieSceneParameterSection::VectorParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, ColorParameterNamesAndCurves) == 0x000150, "Member 'UMovieSceneParameterSection::ColorParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, TransformParameterNamesAndCurves) == 0x000160, "Member 'UMovieSceneParameterSection::TransformParameterNamesAndCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleTrack \ +static_assert(alignof(UMovieSceneDoubleTrack) == 0x000008, "Wrong alignment on UMovieSceneDoubleTrack"); \ +static_assert(sizeof(UMovieSceneDoubleTrack) == 0x000140, "Wrong size on UMovieSceneDoubleTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCustomPrimitiveDataSection \ +static_assert(alignof(UMovieSceneCustomPrimitiveDataSection) == 0x000008, "Wrong alignment on UMovieSceneCustomPrimitiveDataSection"); \ +static_assert(sizeof(UMovieSceneCustomPrimitiveDataSection) == 0x000170, "Wrong size on UMovieSceneCustomPrimitiveDataSection"); \ + +#define DUMPER7_ASSERTS_MovieSceneCVarSection_SetFromString \ +static_assert(alignof(MovieSceneCVarSection_SetFromString) == 0x000008, "Wrong alignment on MovieSceneCVarSection_SetFromString"); \ +static_assert(sizeof(MovieSceneCVarSection_SetFromString) == 0x000010, "Wrong size on MovieSceneCVarSection_SetFromString"); \ +static_assert(offsetof(MovieSceneCVarSection_SetFromString, InString) == 0x000000, "Member 'MovieSceneCVarSection_SetFromString::InString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCVarSection_GetString \ +static_assert(alignof(MovieSceneCVarSection_GetString) == 0x000008, "Wrong alignment on MovieSceneCVarSection_GetString"); \ +static_assert(sizeof(MovieSceneCVarSection_GetString) == 0x000010, "Wrong size on MovieSceneCVarSection_GetString"); \ +static_assert(offsetof(MovieSceneCVarSection_GetString, ReturnValue) == 0x000000, "Member 'MovieSceneCVarSection_GetString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCVarSection \ +static_assert(alignof(UMovieSceneCVarSection) == 0x000008, "Wrong alignment on UMovieSceneCVarSection"); \ +static_assert(sizeof(UMovieSceneCVarSection) == 0x000170, "Wrong size on UMovieSceneCVarSection"); \ +static_assert(offsetof(UMovieSceneCVarSection, ConsoleVariableCollections) == 0x000110, "Member 'UMovieSceneCVarSection::ConsoleVariableCollections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCVarSection, ConsoleVariables) == 0x000120, "Member 'UMovieSceneCVarSection::ConsoleVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCinematicShotTrack \ +static_assert(alignof(UMovieSceneCinematicShotTrack) == 0x000008, "Wrong alignment on UMovieSceneCinematicShotTrack"); \ +static_assert(sizeof(UMovieSceneCinematicShotTrack) == 0x000120, "Wrong size on UMovieSceneCinematicShotTrack"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_SetDataLayerAssets \ +static_assert(alignof(MovieSceneDataLayerSection_SetDataLayerAssets) == 0x000008, "Wrong alignment on MovieSceneDataLayerSection_SetDataLayerAssets"); \ +static_assert(sizeof(MovieSceneDataLayerSection_SetDataLayerAssets) == 0x000010, "Wrong size on MovieSceneDataLayerSection_SetDataLayerAssets"); \ +static_assert(offsetof(MovieSceneDataLayerSection_SetDataLayerAssets, InDataLayerAssets) == 0x000000, "Member 'MovieSceneDataLayerSection_SetDataLayerAssets::InDataLayerAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_SetDesiredState \ +static_assert(alignof(MovieSceneDataLayerSection_SetDesiredState) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_SetDesiredState"); \ +static_assert(sizeof(MovieSceneDataLayerSection_SetDesiredState) == 0x000001, "Wrong size on MovieSceneDataLayerSection_SetDesiredState"); \ +static_assert(offsetof(MovieSceneDataLayerSection_SetDesiredState, InDesiredState) == 0x000000, "Member 'MovieSceneDataLayerSection_SetDesiredState::InDesiredState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_SetFlushOnActivated \ +static_assert(alignof(MovieSceneDataLayerSection_SetFlushOnActivated) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_SetFlushOnActivated"); \ +static_assert(sizeof(MovieSceneDataLayerSection_SetFlushOnActivated) == 0x000001, "Wrong size on MovieSceneDataLayerSection_SetFlushOnActivated"); \ +static_assert(offsetof(MovieSceneDataLayerSection_SetFlushOnActivated, bFlushOnActivated_0) == 0x000000, "Member 'MovieSceneDataLayerSection_SetFlushOnActivated::bFlushOnActivated_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_SetFlushOnUnload \ +static_assert(alignof(MovieSceneDataLayerSection_SetFlushOnUnload) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_SetFlushOnUnload"); \ +static_assert(sizeof(MovieSceneDataLayerSection_SetFlushOnUnload) == 0x000001, "Wrong size on MovieSceneDataLayerSection_SetFlushOnUnload"); \ +static_assert(offsetof(MovieSceneDataLayerSection_SetFlushOnUnload, bFlushOnUnload_0) == 0x000000, "Member 'MovieSceneDataLayerSection_SetFlushOnUnload::bFlushOnUnload_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_SetPrerollState \ +static_assert(alignof(MovieSceneDataLayerSection_SetPrerollState) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_SetPrerollState"); \ +static_assert(sizeof(MovieSceneDataLayerSection_SetPrerollState) == 0x000001, "Wrong size on MovieSceneDataLayerSection_SetPrerollState"); \ +static_assert(offsetof(MovieSceneDataLayerSection_SetPrerollState, InPrerollState) == 0x000000, "Member 'MovieSceneDataLayerSection_SetPrerollState::InPrerollState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_GetDataLayerAssets \ +static_assert(alignof(MovieSceneDataLayerSection_GetDataLayerAssets) == 0x000008, "Wrong alignment on MovieSceneDataLayerSection_GetDataLayerAssets"); \ +static_assert(sizeof(MovieSceneDataLayerSection_GetDataLayerAssets) == 0x000010, "Wrong size on MovieSceneDataLayerSection_GetDataLayerAssets"); \ +static_assert(offsetof(MovieSceneDataLayerSection_GetDataLayerAssets, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_GetDataLayerAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_GetDesiredState \ +static_assert(alignof(MovieSceneDataLayerSection_GetDesiredState) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_GetDesiredState"); \ +static_assert(sizeof(MovieSceneDataLayerSection_GetDesiredState) == 0x000001, "Wrong size on MovieSceneDataLayerSection_GetDesiredState"); \ +static_assert(offsetof(MovieSceneDataLayerSection_GetDesiredState, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_GetDesiredState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_GetFlushOnActivated \ +static_assert(alignof(MovieSceneDataLayerSection_GetFlushOnActivated) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_GetFlushOnActivated"); \ +static_assert(sizeof(MovieSceneDataLayerSection_GetFlushOnActivated) == 0x000001, "Wrong size on MovieSceneDataLayerSection_GetFlushOnActivated"); \ +static_assert(offsetof(MovieSceneDataLayerSection_GetFlushOnActivated, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_GetFlushOnActivated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_GetFlushOnUnload \ +static_assert(alignof(MovieSceneDataLayerSection_GetFlushOnUnload) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_GetFlushOnUnload"); \ +static_assert(sizeof(MovieSceneDataLayerSection_GetFlushOnUnload) == 0x000001, "Wrong size on MovieSceneDataLayerSection_GetFlushOnUnload"); \ +static_assert(offsetof(MovieSceneDataLayerSection_GetFlushOnUnload, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_GetFlushOnUnload::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_GetPrerollState \ +static_assert(alignof(MovieSceneDataLayerSection_GetPrerollState) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_GetPrerollState"); \ +static_assert(sizeof(MovieSceneDataLayerSection_GetPrerollState) == 0x000001, "Wrong size on MovieSceneDataLayerSection_GetPrerollState"); \ +static_assert(offsetof(MovieSceneDataLayerSection_GetPrerollState, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_GetPrerollState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDataLayerSection_HasPreRoll \ +static_assert(alignof(MovieSceneDataLayerSection_HasPreRoll) == 0x000001, "Wrong alignment on MovieSceneDataLayerSection_HasPreRoll"); \ +static_assert(sizeof(MovieSceneDataLayerSection_HasPreRoll) == 0x000001, "Wrong size on MovieSceneDataLayerSection_HasPreRoll"); \ +static_assert(offsetof(MovieSceneDataLayerSection_HasPreRoll, ReturnValue) == 0x000000, "Member 'MovieSceneDataLayerSection_HasPreRoll::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDataLayerSection \ +static_assert(alignof(UMovieSceneDataLayerSection) == 0x000008, "Wrong alignment on UMovieSceneDataLayerSection"); \ +static_assert(sizeof(UMovieSceneDataLayerSection) == 0x000128, "Wrong size on UMovieSceneDataLayerSection"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, DataLayerAssets) == 0x000110, "Member 'UMovieSceneDataLayerSection::DataLayerAssets' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, DesiredState) == 0x000120, "Member 'UMovieSceneDataLayerSection::DesiredState' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, PrerollState) == 0x000121, "Member 'UMovieSceneDataLayerSection::PrerollState' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, bFlushOnActivated) == 0x000122, "Member 'UMovieSceneDataLayerSection::bFlushOnActivated' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, bFlushOnUnload) == 0x000123, "Member 'UMovieSceneDataLayerSection::bFlushOnUnload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleSection \ +static_assert(alignof(UMovieSceneDoubleSection) == 0x000008, "Wrong alignment on UMovieSceneDoubleSection"); \ +static_assert(sizeof(UMovieSceneDoubleSection) == 0x000228, "Wrong size on UMovieSceneDoubleSection"); \ +static_assert(offsetof(UMovieSceneDoubleSection, DoubleCurve) == 0x000110, "Member 'UMovieSceneDoubleSection::DoubleCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatTrack \ +static_assert(alignof(UMovieSceneFloatTrack) == 0x000008, "Wrong alignment on UMovieSceneFloatTrack"); \ +static_assert(sizeof(UMovieSceneFloatTrack) == 0x000140, "Wrong size on UMovieSceneFloatTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEnumSection \ +static_assert(alignof(UMovieSceneEnumSection) == 0x000008, "Wrong alignment on UMovieSceneEnumSection"); \ +static_assert(sizeof(UMovieSceneEnumSection) == 0x000220, "Wrong size on UMovieSceneEnumSection"); \ +static_assert(offsetof(UMovieSceneEnumSection, EnumCurve) == 0x000110, "Member 'UMovieSceneEnumSection::EnumCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventSectionBase \ +static_assert(alignof(UMovieSceneEventSectionBase) == 0x000008, "Wrong alignment on UMovieSceneEventSectionBase"); \ +static_assert(sizeof(UMovieSceneEventSectionBase) == 0x000108, "Wrong size on UMovieSceneEventSectionBase"); \ + +#define DUMPER7_ASSERTS_UMovieScenePrimitiveMaterialTrack \ +static_assert(alignof(UMovieScenePrimitiveMaterialTrack) == 0x000008, "Wrong alignment on UMovieScenePrimitiveMaterialTrack"); \ +static_assert(sizeof(UMovieScenePrimitiveMaterialTrack) == 0x000150, "Wrong size on UMovieScenePrimitiveMaterialTrack"); \ +static_assert(offsetof(UMovieScenePrimitiveMaterialTrack, MaterialInfo) == 0x000140, "Member 'UMovieScenePrimitiveMaterialTrack::MaterialInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventRepeaterSection \ +static_assert(alignof(UMovieSceneEventRepeaterSection) == 0x000008, "Wrong alignment on UMovieSceneEventRepeaterSection"); \ +static_assert(sizeof(UMovieSceneEventRepeaterSection) == 0x000138, "Wrong size on UMovieSceneEventRepeaterSection"); \ +static_assert(offsetof(UMovieSceneEventRepeaterSection, Event) == 0x000110, "Member 'UMovieSceneEventRepeaterSection::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventSection \ +static_assert(alignof(UMovieSceneEventSection) == 0x000008, "Wrong alignment on UMovieSceneEventSection"); \ +static_assert(sizeof(UMovieSceneEventSection) == 0x000278, "Wrong size on UMovieSceneEventSection"); \ +static_assert(offsetof(UMovieSceneEventSection, Events) == 0x000108, "Member 'UMovieSceneEventSection::Events' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneEventSection, EventData) == 0x000180, "Member 'UMovieSceneEventSection::EventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialTrack \ +static_assert(alignof(UMovieSceneMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneMaterialTrack"); \ +static_assert(sizeof(UMovieSceneMaterialTrack) == 0x000128, "Wrong size on UMovieSceneMaterialTrack"); \ +static_assert(offsetof(UMovieSceneMaterialTrack, Sections) == 0x000110, "Member 'UMovieSceneMaterialTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMaterialTrack, SectionToKey) == 0x000120, "Member 'UMovieSceneMaterialTrack::SectionToKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventTriggerSection \ +static_assert(alignof(UMovieSceneEventTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneEventTriggerSection"); \ +static_assert(sizeof(UMovieSceneEventTriggerSection) == 0x000208, "Wrong size on UMovieSceneEventTriggerSection"); \ +static_assert(offsetof(UMovieSceneEventTriggerSection, EventChannel) == 0x000110, "Member 'UMovieSceneEventTriggerSection::EventChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFadeSection \ +static_assert(alignof(UMovieSceneFadeSection) == 0x000008, "Wrong alignment on UMovieSceneFadeSection"); \ +static_assert(sizeof(UMovieSceneFadeSection) == 0x000238, "Wrong size on UMovieSceneFadeSection"); \ +static_assert(offsetof(UMovieSceneFadeSection, FloatCurve) == 0x000110, "Member 'UMovieSceneFadeSection::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFadeSection, FadeColor) == 0x000220, "Member 'UMovieSceneFadeSection::FadeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEulerTransformTrack \ +static_assert(alignof(UMovieSceneEulerTransformTrack) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformTrack"); \ +static_assert(sizeof(UMovieSceneEulerTransformTrack) == 0x000140, "Wrong size on UMovieSceneEulerTransformTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatSection \ +static_assert(alignof(UMovieSceneFloatSection) == 0x000008, "Wrong alignment on UMovieSceneFloatSection"); \ +static_assert(sizeof(UMovieSceneFloatSection) == 0x000230, "Wrong size on UMovieSceneFloatSection"); \ +static_assert(offsetof(UMovieSceneFloatSection, FloatCurve) == 0x000118, "Member 'UMovieSceneFloatSection::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFloatSection, OverrideRegistry) == 0x000228, "Member 'UMovieSceneFloatSection::OverrideRegistry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneIntegerSection \ +static_assert(alignof(UMovieSceneIntegerSection) == 0x000008, "Wrong alignment on UMovieSceneIntegerSection"); \ +static_assert(sizeof(UMovieSceneIntegerSection) == 0x000218, "Wrong size on UMovieSceneIntegerSection"); \ +static_assert(offsetof(UMovieSceneIntegerSection, IntegerCurve) == 0x000110, "Member 'UMovieSceneIntegerSection::IntegerCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_SetLevelNames \ +static_assert(alignof(MovieSceneLevelVisibilitySection_SetLevelNames) == 0x000008, "Wrong alignment on MovieSceneLevelVisibilitySection_SetLevelNames"); \ +static_assert(sizeof(MovieSceneLevelVisibilitySection_SetLevelNames) == 0x000010, "Wrong size on MovieSceneLevelVisibilitySection_SetLevelNames"); \ +static_assert(offsetof(MovieSceneLevelVisibilitySection_SetLevelNames, InLevelNames) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_SetLevelNames::InLevelNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_SetVisibility \ +static_assert(alignof(MovieSceneLevelVisibilitySection_SetVisibility) == 0x000001, "Wrong alignment on MovieSceneLevelVisibilitySection_SetVisibility"); \ +static_assert(sizeof(MovieSceneLevelVisibilitySection_SetVisibility) == 0x000001, "Wrong size on MovieSceneLevelVisibilitySection_SetVisibility"); \ +static_assert(offsetof(MovieSceneLevelVisibilitySection_SetVisibility, InVisibility) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_SetVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_GetLevelNames \ +static_assert(alignof(MovieSceneLevelVisibilitySection_GetLevelNames) == 0x000008, "Wrong alignment on MovieSceneLevelVisibilitySection_GetLevelNames"); \ +static_assert(sizeof(MovieSceneLevelVisibilitySection_GetLevelNames) == 0x000010, "Wrong size on MovieSceneLevelVisibilitySection_GetLevelNames"); \ +static_assert(offsetof(MovieSceneLevelVisibilitySection_GetLevelNames, ReturnValue) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_GetLevelNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_GetVisibility \ +static_assert(alignof(MovieSceneLevelVisibilitySection_GetVisibility) == 0x000001, "Wrong alignment on MovieSceneLevelVisibilitySection_GetVisibility"); \ +static_assert(sizeof(MovieSceneLevelVisibilitySection_GetVisibility) == 0x000001, "Wrong size on MovieSceneLevelVisibilitySection_GetVisibility"); \ +static_assert(offsetof(MovieSceneLevelVisibilitySection_GetVisibility, ReturnValue) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_GetVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLevelVisibilitySection \ +static_assert(alignof(UMovieSceneLevelVisibilitySection) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilitySection"); \ +static_assert(sizeof(UMovieSceneLevelVisibilitySection) == 0x000128, "Wrong size on UMovieSceneLevelVisibilitySection"); \ +static_assert(offsetof(UMovieSceneLevelVisibilitySection, Visibility) == 0x000110, "Member 'UMovieSceneLevelVisibilitySection::Visibility' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLevelVisibilitySection, LevelNames) == 0x000118, "Member 'UMovieSceneLevelVisibilitySection::LevelNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneObjectPropertySection \ +static_assert(alignof(UMovieSceneObjectPropertySection) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertySection"); \ +static_assert(sizeof(UMovieSceneObjectPropertySection) == 0x000240, "Wrong size on UMovieSceneObjectPropertySection"); \ +static_assert(offsetof(UMovieSceneObjectPropertySection, ObjectChannel) == 0x000110, "Member 'UMovieSceneObjectPropertySection::ObjectChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleVectorTrack \ +static_assert(alignof(UMovieSceneDoubleVectorTrack) == 0x000008, "Wrong alignment on UMovieSceneDoubleVectorTrack"); \ +static_assert(sizeof(UMovieSceneDoubleVectorTrack) == 0x000148, "Wrong size on UMovieSceneDoubleVectorTrack"); \ +static_assert(offsetof(UMovieSceneDoubleVectorTrack, NumChannelsUsed) == 0x000140, "Member 'UMovieSceneDoubleVectorTrack::NumChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneParameterSectionExtender \ +static_assert(alignof(IMovieSceneParameterSectionExtender) == 0x000001, "Wrong alignment on IMovieSceneParameterSectionExtender"); \ +static_assert(sizeof(IMovieSceneParameterSectionExtender) == 0x000001, "Wrong size on IMovieSceneParameterSectionExtender"); \ + +#define DUMPER7_ASSERTS_UMovieSceneParticleSection \ +static_assert(alignof(UMovieSceneParticleSection) == 0x000008, "Wrong alignment on UMovieSceneParticleSection"); \ +static_assert(sizeof(UMovieSceneParticleSection) == 0x000218, "Wrong size on UMovieSceneParticleSection"); \ +static_assert(offsetof(UMovieSceneParticleSection, ParticleKeys) == 0x000108, "Member 'UMovieSceneParticleSection::ParticleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePrimitiveMaterialSection \ +static_assert(alignof(UMovieScenePrimitiveMaterialSection) == 0x000008, "Wrong alignment on UMovieScenePrimitiveMaterialSection"); \ +static_assert(sizeof(UMovieScenePrimitiveMaterialSection) == 0x000240, "Wrong size on UMovieScenePrimitiveMaterialSection"); \ +static_assert(offsetof(UMovieScenePrimitiveMaterialSection, MaterialChannel) == 0x000110, "Member 'UMovieScenePrimitiveMaterialSection::MaterialChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneRotatorSection \ +static_assert(alignof(UMovieSceneRotatorSection) == 0x000008, "Wrong alignment on UMovieSceneRotatorSection"); \ +static_assert(sizeof(UMovieSceneRotatorSection) == 0x000458, "Wrong size on UMovieSceneRotatorSection"); \ +static_assert(offsetof(UMovieSceneRotatorSection, Rotation) == 0x000110, "Member 'UMovieSceneRotatorSection::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSkeletalAnimationSection \ +static_assert(alignof(UMovieSceneSkeletalAnimationSection) == 0x000010, "Wrong alignment on UMovieSceneSkeletalAnimationSection"); \ +static_assert(sizeof(UMovieSceneSkeletalAnimationSection) == 0x000390, "Wrong size on UMovieSceneSkeletalAnimationSection"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, Params_0) == 0x000110, "Member 'UMovieSceneSkeletalAnimationSection::Params_0' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, AnimSequence) == 0x000268, "Member 'UMovieSceneSkeletalAnimationSection::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, Animation) == 0x000270, "Member 'UMovieSceneSkeletalAnimationSection::Animation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartOffset) == 0x000278, "Member 'UMovieSceneSkeletalAnimationSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, EndOffset) == 0x00027C, "Member 'UMovieSceneSkeletalAnimationSection::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, PlayRate) == 0x000280, "Member 'UMovieSceneSkeletalAnimationSection::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, SlotName) == 0x000288, "Member 'UMovieSceneSkeletalAnimationSection::SlotName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartLocationOffset) == 0x000290, "Member 'UMovieSceneSkeletalAnimationSection::StartLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartRotationOffset) == 0x0002A8, "Member 'UMovieSceneSkeletalAnimationSection::StartRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedBoneName) == 0x0002C0, "Member 'UMovieSceneSkeletalAnimationSection::MatchedBoneName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedLocationOffset) == 0x0002C8, "Member 'UMovieSceneSkeletalAnimationSection::MatchedLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedRotationOffset) == 0x0002E0, "Member 'UMovieSceneSkeletalAnimationSection::MatchedRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MixedAnimationTarget) == 0x000300, "Member 'UMovieSceneSkeletalAnimationSection::MixedAnimationTarget' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MixedAnimationPriority) == 0x000310, "Member 'UMovieSceneSkeletalAnimationSection::MixedAnimationPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSlomoSection \ +static_assert(alignof(UMovieSceneSlomoSection) == 0x000008, "Wrong alignment on UMovieSceneSlomoSection"); \ +static_assert(sizeof(UMovieSceneSlomoSection) == 0x000220, "Wrong size on UMovieSceneSlomoSection"); \ +static_assert(offsetof(UMovieSceneSlomoSection, FloatCurve) == 0x000110, "Member 'UMovieSceneSlomoSection::FloatCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTransformTrack \ +static_assert(alignof(UMovieSceneTransformTrack) == 0x000008, "Wrong alignment on UMovieSceneTransformTrack"); \ +static_assert(sizeof(UMovieSceneTransformTrack) == 0x000140, "Wrong size on UMovieSceneTransformTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneStringSection \ +static_assert(alignof(UMovieSceneStringSection) == 0x000008, "Wrong alignment on UMovieSceneStringSection"); \ +static_assert(sizeof(UMovieSceneStringSection) == 0x000220, "Wrong size on UMovieSceneStringSection"); \ +static_assert(offsetof(UMovieSceneStringSection, StringCurve) == 0x000110, "Member 'UMovieSceneStringSection::StringCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTextSection \ +static_assert(alignof(UMovieSceneTextSection) == 0x000008, "Wrong alignment on UMovieSceneTextSection"); \ +static_assert(sizeof(UMovieSceneTextSection) == 0x000220, "Wrong size on UMovieSceneTextSection"); \ +static_assert(offsetof(UMovieSceneTextSection, TextChannel) == 0x000110, "Member 'UMovieSceneTextSection::TextChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatVectorSection \ +static_assert(alignof(UMovieSceneFloatVectorSection) == 0x000008, "Wrong alignment on UMovieSceneFloatVectorSection"); \ +static_assert(sizeof(UMovieSceneFloatVectorSection) == 0x000558, "Wrong size on UMovieSceneFloatVectorSection"); \ +static_assert(offsetof(UMovieSceneFloatVectorSection, Curves) == 0x000110, "Member 'UMovieSceneFloatVectorSection::Curves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFloatVectorSection, ChannelsUsed) == 0x000550, "Member 'UMovieSceneFloatVectorSection::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleVectorSection \ +static_assert(alignof(UMovieSceneDoubleVectorSection) == 0x000008, "Wrong alignment on UMovieSceneDoubleVectorSection"); \ +static_assert(sizeof(UMovieSceneDoubleVectorSection) == 0x000578, "Wrong size on UMovieSceneDoubleVectorSection"); \ +static_assert(offsetof(UMovieSceneDoubleVectorSection, Curves) == 0x000110, "Member 'UMovieSceneDoubleVectorSection::Curves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDoubleVectorSection, ChannelsUsed) == 0x000570, "Member 'UMovieSceneDoubleVectorSection::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneVisibilitySection \ +static_assert(alignof(UMovieSceneVisibilitySection) == 0x000008, "Wrong alignment on UMovieSceneVisibilitySection"); \ +static_assert(sizeof(UMovieSceneVisibilitySection) == 0x000220, "Wrong size on UMovieSceneVisibilitySection"); \ + +#define DUMPER7_ASSERTS_UBoolChannelEvaluatorSystem \ +static_assert(alignof(UBoolChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UBoolChannelEvaluatorSystem"); \ +static_assert(sizeof(UBoolChannelEvaluatorSystem) == 0x000040, "Wrong size on UBoolChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneStringTrack \ +static_assert(alignof(UMovieSceneStringTrack) == 0x000008, "Wrong alignment on UMovieSceneStringTrack"); \ +static_assert(sizeof(UMovieSceneStringTrack) == 0x000140, "Wrong size on UMovieSceneStringTrack"); \ + +#define DUMPER7_ASSERTS_UByteChannelEvaluatorSystem \ +static_assert(alignof(UByteChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UByteChannelEvaluatorSystem"); \ +static_assert(sizeof(UByteChannelEvaluatorSystem) == 0x000040, "Wrong size on UByteChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UDoubleChannelEvaluatorSystem \ +static_assert(alignof(UDoubleChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UDoubleChannelEvaluatorSystem"); \ +static_assert(sizeof(UDoubleChannelEvaluatorSystem) == 0x000040, "Wrong size on UDoubleChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UDoublePerlinNoiseChannelEvaluatorSystem \ +static_assert(alignof(UDoublePerlinNoiseChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UDoublePerlinNoiseChannelEvaluatorSystem"); \ +static_assert(sizeof(UDoublePerlinNoiseChannelEvaluatorSystem) == 0x000040, "Wrong size on UDoublePerlinNoiseChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UFloatChannelEvaluatorSystem \ +static_assert(alignof(UFloatChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UFloatChannelEvaluatorSystem"); \ +static_assert(sizeof(UFloatChannelEvaluatorSystem) == 0x000040, "Wrong size on UFloatChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UFloatPerlinNoiseChannelEvaluatorSystem \ +static_assert(alignof(UFloatPerlinNoiseChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UFloatPerlinNoiseChannelEvaluatorSystem"); \ +static_assert(sizeof(UFloatPerlinNoiseChannelEvaluatorSystem) == 0x000040, "Wrong size on UFloatPerlinNoiseChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UIntegerChannelEvaluatorSystem \ +static_assert(alignof(UIntegerChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UIntegerChannelEvaluatorSystem"); \ +static_assert(sizeof(UIntegerChannelEvaluatorSystem) == 0x000040, "Wrong size on UIntegerChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DTransformPropertySystem \ +static_assert(alignof(UMovieScene3DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene3DTransformPropertySystem"); \ +static_assert(sizeof(UMovieScene3DTransformPropertySystem) == 0x000058, "Wrong size on UMovieScene3DTransformPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAudioSystem \ +static_assert(alignof(UMovieSceneAudioSystem) == 0x000008, "Wrong alignment on UMovieSceneAudioSystem"); \ +static_assert(sizeof(UMovieSceneAudioSystem) == 0x0000F0, "Wrong size on UMovieSceneAudioSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBaseValueEvaluatorSystem \ +static_assert(alignof(UMovieSceneBaseValueEvaluatorSystem) == 0x000008, "Wrong alignment on UMovieSceneBaseValueEvaluatorSystem"); \ +static_assert(sizeof(UMovieSceneBaseValueEvaluatorSystem) == 0x000040, "Wrong size on UMovieSceneBaseValueEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoolPropertySystem \ +static_assert(alignof(UMovieSceneBoolPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneBoolPropertySystem"); \ +static_assert(sizeof(UMovieSceneBoolPropertySystem) == 0x000058, "Wrong size on UMovieSceneBoolPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBytePropertySystem \ +static_assert(alignof(UMovieSceneBytePropertySystem) == 0x000008, "Wrong alignment on UMovieSceneBytePropertySystem"); \ +static_assert(sizeof(UMovieSceneBytePropertySystem) == 0x000058, "Wrong size on UMovieSceneBytePropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeInstantiatorSystem \ +static_assert(alignof(UMovieSceneCameraShakeInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneCameraShakeInstantiatorSystem) == 0x0000C0, "Wrong size on UMovieSceneCameraShakeInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeEvaluatorSystem \ +static_assert(alignof(UMovieSceneCameraShakeEvaluatorSystem) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeEvaluatorSystem"); \ +static_assert(sizeof(UMovieSceneCameraShakeEvaluatorSystem) == 0x000040, "Wrong size on UMovieSceneCameraShakeEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneColorPropertySystem \ +static_assert(alignof(UMovieSceneColorPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneColorPropertySystem"); \ +static_assert(sizeof(UMovieSceneColorPropertySystem) == 0x000058, "Wrong size on UMovieSceneColorPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentAttachmentInvalidatorSystem \ +static_assert(alignof(UMovieSceneComponentAttachmentInvalidatorSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentAttachmentInvalidatorSystem"); \ +static_assert(sizeof(UMovieSceneComponentAttachmentInvalidatorSystem) == 0x000040, "Wrong size on UMovieSceneComponentAttachmentInvalidatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentAttachmentSystem \ +static_assert(alignof(UMovieSceneComponentAttachmentSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentAttachmentSystem"); \ +static_assert(sizeof(UMovieSceneComponentAttachmentSystem) == 0x0001D0, "Wrong size on UMovieSceneComponentAttachmentSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentMaterialSystem \ +static_assert(alignof(UMovieSceneComponentMaterialSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentMaterialSystem"); \ +static_assert(sizeof(UMovieSceneComponentMaterialSystem) == 0x000208, "Wrong size on UMovieSceneComponentMaterialSystem"); \ + +#define DUMPER7_ASSERTS_IMovieSceneSectionsToKey \ +static_assert(alignof(IMovieSceneSectionsToKey) == 0x000001, "Wrong alignment on IMovieSceneSectionsToKey"); \ +static_assert(sizeof(IMovieSceneSectionsToKey) == 0x000001, "Wrong size on IMovieSceneSectionsToKey"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentMobilitySystem \ +static_assert(alignof(UMovieSceneComponentMobilitySystem) == 0x000008, "Wrong alignment on UMovieSceneComponentMobilitySystem"); \ +static_assert(sizeof(UMovieSceneComponentMobilitySystem) == 0x000250, "Wrong size on UMovieSceneComponentMobilitySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentTransformSystem \ +static_assert(alignof(UMovieSceneComponentTransformSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentTransformSystem"); \ +static_assert(sizeof(UMovieSceneComponentTransformSystem) == 0x000058, "Wrong size on UMovieSceneComponentTransformSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneConstraintSystem \ +static_assert(alignof(UMovieSceneConstraintSystem) == 0x000008, "Wrong alignment on UMovieSceneConstraintSystem"); \ +static_assert(sizeof(UMovieSceneConstraintSystem) == 0x000050, "Wrong size on UMovieSceneConstraintSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCustomPrimitiveDataSystem \ +static_assert(alignof(UMovieSceneCustomPrimitiveDataSystem) == 0x000008, "Wrong alignment on UMovieSceneCustomPrimitiveDataSystem"); \ +static_assert(sizeof(UMovieSceneCustomPrimitiveDataSystem) == 0x0001D8, "Wrong size on UMovieSceneCustomPrimitiveDataSystem"); \ +static_assert(offsetof(UMovieSceneCustomPrimitiveDataSystem, DoubleBlenderSystem) == 0x0001D0, "Member 'UMovieSceneCustomPrimitiveDataSystem::DoubleBlenderSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDataLayerSystem \ +static_assert(alignof(UMovieSceneDataLayerSystem) == 0x000008, "Wrong alignment on UMovieSceneDataLayerSystem"); \ +static_assert(sizeof(UMovieSceneDataLayerSystem) == 0x0000F0, "Wrong size on UMovieSceneDataLayerSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDeferredComponentMovementSystem \ +static_assert(alignof(UMovieSceneDeferredComponentMovementSystem) == 0x000008, "Wrong alignment on UMovieSceneDeferredComponentMovementSystem"); \ +static_assert(sizeof(UMovieSceneDeferredComponentMovementSystem) == 0x000058, "Wrong size on UMovieSceneDeferredComponentMovementSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutTrackInstance \ +static_assert(alignof(UMovieSceneCameraCutTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrackInstance"); \ +static_assert(sizeof(UMovieSceneCameraCutTrackInstance) == 0x000078, "Wrong size on UMovieSceneCameraCutTrackInstance"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoublePropertySystem \ +static_assert(alignof(UMovieSceneDoublePropertySystem) == 0x000008, "Wrong alignment on UMovieSceneDoublePropertySystem"); \ +static_assert(sizeof(UMovieSceneDoublePropertySystem) == 0x000058, "Wrong size on UMovieSceneDoublePropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEnumPropertySystem \ +static_assert(alignof(UMovieSceneEnumPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEnumPropertySystem"); \ +static_assert(sizeof(UMovieSceneEnumPropertySystem) == 0x000058, "Wrong size on UMovieSceneEnumPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEulerTransformPropertySystem \ +static_assert(alignof(UMovieSceneEulerTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformPropertySystem"); \ +static_assert(sizeof(UMovieSceneEulerTransformPropertySystem) == 0x000058, "Wrong size on UMovieSceneEulerTransformPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventSystem \ +static_assert(alignof(UMovieSceneEventSystem) == 0x000008, "Wrong alignment on UMovieSceneEventSystem"); \ +static_assert(sizeof(UMovieSceneEventSystem) == 0x000090, "Wrong size on UMovieSceneEventSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePreSpawnEventSystem \ +static_assert(alignof(UMovieScenePreSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePreSpawnEventSystem"); \ +static_assert(sizeof(UMovieScenePreSpawnEventSystem) == 0x000090, "Wrong size on UMovieScenePreSpawnEventSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePostSpawnEventSystem \ +static_assert(alignof(UMovieScenePostSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostSpawnEventSystem"); \ +static_assert(sizeof(UMovieScenePostSpawnEventSystem) == 0x000090, "Wrong size on UMovieScenePostSpawnEventSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePostEvalEventSystem \ +static_assert(alignof(UMovieScenePostEvalEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostEvalEventSystem"); \ +static_assert(sizeof(UMovieScenePostEvalEventSystem) == 0x000090, "Wrong size on UMovieScenePostEvalEventSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFadeSystem \ +static_assert(alignof(UMovieSceneFadeSystem) == 0x000008, "Wrong alignment on UMovieSceneFadeSystem"); \ +static_assert(sizeof(UMovieSceneFadeSystem) == 0x000050, "Wrong size on UMovieSceneFadeSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatPropertySystem \ +static_assert(alignof(UMovieSceneFloatPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneFloatPropertySystem"); \ +static_assert(sizeof(UMovieSceneFloatPropertySystem) == 0x000058, "Wrong size on UMovieSceneFloatPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneHierarchicalBiasSystem \ +static_assert(alignof(UMovieSceneHierarchicalBiasSystem) == 0x000008, "Wrong alignment on UMovieSceneHierarchicalBiasSystem"); \ +static_assert(sizeof(UMovieSceneHierarchicalBiasSystem) == 0x000048, "Wrong size on UMovieSceneHierarchicalBiasSystem"); \ +static_assert(offsetof(UMovieSceneHierarchicalBiasSystem, GroupingSystem) == 0x000040, "Member 'UMovieSceneHierarchicalBiasSystem::GroupingSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneIntegerPropertySystem \ +static_assert(alignof(UMovieSceneIntegerPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneIntegerPropertySystem"); \ +static_assert(sizeof(UMovieSceneIntegerPropertySystem) == 0x000058, "Wrong size on UMovieSceneIntegerPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLevelVisibilitySystem \ +static_assert(alignof(UMovieSceneLevelVisibilitySystem) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilitySystem"); \ +static_assert(sizeof(UMovieSceneLevelVisibilitySystem) == 0x0001C8, "Wrong size on UMovieSceneLevelVisibilitySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialParameterCollectionSystem \ +static_assert(alignof(UMovieSceneMaterialParameterCollectionSystem) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterCollectionSystem"); \ +static_assert(sizeof(UMovieSceneMaterialParameterCollectionSystem) == 0x000068, "Wrong size on UMovieSceneMaterialParameterCollectionSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialParameterInstantiatorSystem \ +static_assert(alignof(UMovieSceneMaterialParameterInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneMaterialParameterInstantiatorSystem) == 0x000358, "Wrong size on UMovieSceneMaterialParameterInstantiatorSystem"); \ +static_assert(offsetof(UMovieSceneMaterialParameterInstantiatorSystem, DoubleBlenderSystem) == 0x000350, "Member 'UMovieSceneMaterialParameterInstantiatorSystem::DoubleBlenderSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialParameterEvaluationSystem \ +static_assert(alignof(UMovieSceneMaterialParameterEvaluationSystem) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterEvaluationSystem"); \ +static_assert(sizeof(UMovieSceneMaterialParameterEvaluationSystem) == 0x000040, "Wrong size on UMovieSceneMaterialParameterEvaluationSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMotionVectorSimulationSystem \ +static_assert(alignof(UMovieSceneMotionVectorSimulationSystem) == 0x000008, "Wrong alignment on UMovieSceneMotionVectorSimulationSystem"); \ +static_assert(sizeof(UMovieSceneMotionVectorSimulationSystem) == 0x000098, "Wrong size on UMovieSceneMotionVectorSimulationSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneObjectPropertySystem \ +static_assert(alignof(UMovieSceneObjectPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertySystem"); \ +static_assert(sizeof(UMovieSceneObjectPropertySystem) == 0x000058, "Wrong size on UMovieSceneObjectPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseBoolBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseBoolBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseBoolBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseBoolBlenderSystem) == 0x000090, "Wrong size on UMovieScenePiecewiseBoolBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseByteBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseByteBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseByteBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseByteBlenderSystem) == 0x000090, "Wrong size on UMovieScenePiecewiseByteBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseDoubleBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseDoubleBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseDoubleBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseDoubleBlenderSystem) == 0x000160, "Wrong size on UMovieScenePiecewiseDoubleBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseEnumBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseEnumBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseEnumBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseEnumBlenderSystem) == 0x000090, "Wrong size on UMovieScenePiecewiseEnumBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePiecewiseIntegerBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseIntegerBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseIntegerBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseIntegerBlenderSystem) == 0x0000B0, "Wrong size on UMovieScenePiecewiseIntegerBlenderSystem"); \ + +#define DUMPER7_ASSERTS_MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame \ +static_assert(alignof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame) == 0x000008, "Wrong alignment on MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame"); \ +static_assert(sizeof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame) == 0x000020, "Wrong size on MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame, Player) == 0x000000, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame, TargetComponent) == 0x000008, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame::TargetComponent' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame, FrameTime) == 0x000010, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame::FrameTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame, ReturnValue) == 0x000018, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime \ +static_assert(alignof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime) == 0x000008, "Wrong alignment on MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime"); \ +static_assert(sizeof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime) == 0x000020, "Wrong size on MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime, Player) == 0x000000, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime, TargetComponent) == 0x000008, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime::TargetComponent' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime, TimeInSeconds) == 0x000010, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime::TimeInSeconds' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime, ReturnValue) == 0x000018, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictLocalTransformAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame \ +static_assert(alignof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame) == 0x000008, "Wrong alignment on MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame"); \ +static_assert(sizeof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame) == 0x000020, "Wrong size on MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame, Player) == 0x000000, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame, TargetComponent) == 0x000008, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame::TargetComponent' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame, FrameTime) == 0x000010, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame::FrameTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame, ReturnValue) == 0x000018, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime \ +static_assert(alignof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime) == 0x000008, "Wrong alignment on MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime"); \ +static_assert(sizeof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime) == 0x000020, "Wrong size on MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime, Player) == 0x000000, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime, TargetComponent) == 0x000008, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime::TargetComponent' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime, TimeInSeconds) == 0x000010, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime::TimeInSeconds' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime, ReturnValue) == 0x000018, "Member 'MovieSceneAsyncAction_SequencePrediction_PredictWorldTransformAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAsyncAction_SequencePrediction \ +static_assert(alignof(UMovieSceneAsyncAction_SequencePrediction) == 0x000008, "Wrong alignment on UMovieSceneAsyncAction_SequencePrediction"); \ +static_assert(sizeof(UMovieSceneAsyncAction_SequencePrediction) == 0x000080, "Wrong size on UMovieSceneAsyncAction_SequencePrediction"); \ +static_assert(offsetof(UMovieSceneAsyncAction_SequencePrediction, Result) == 0x000030, "Member 'UMovieSceneAsyncAction_SequencePrediction::Result' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAsyncAction_SequencePrediction, Failure) == 0x000040, "Member 'UMovieSceneAsyncAction_SequencePrediction::Failure' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAsyncAction_SequencePrediction, SequencePlayer) == 0x000060, "Member 'UMovieSceneAsyncAction_SequencePrediction::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAsyncAction_SequencePrediction, SceneComponent) == 0x000068, "Member 'UMovieSceneAsyncAction_SequencePrediction::SceneComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePredictionSystem \ +static_assert(alignof(UMovieScenePredictionSystem) == 0x000008, "Wrong alignment on UMovieScenePredictionSystem"); \ +static_assert(sizeof(UMovieScenePredictionSystem) == 0x0000F0, "Wrong size on UMovieScenePredictionSystem"); \ +static_assert(offsetof(UMovieScenePredictionSystem, PendingPredictions) == 0x0000D0, "Member 'UMovieScenePredictionSystem::PendingPredictions' has a wrong offset!"); \ +static_assert(offsetof(UMovieScenePredictionSystem, ProcessingPredictions) == 0x0000E0, "Member 'UMovieScenePredictionSystem::ProcessingPredictions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertyInstantiatorSystem \ +static_assert(alignof(UMovieScenePropertyInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieScenePropertyInstantiatorSystem"); \ +static_assert(sizeof(UMovieScenePropertyInstantiatorSystem) == 0x0001E0, "Wrong size on UMovieScenePropertyInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertyNotificationSystem \ +static_assert(alignof(UMovieScenePropertyNotificationSystem) == 0x000008, "Wrong alignment on UMovieScenePropertyNotificationSystem"); \ +static_assert(sizeof(UMovieScenePropertyNotificationSystem) == 0x000040, "Wrong size on UMovieScenePropertyNotificationSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneQuaternionBlenderSystem \ +static_assert(alignof(UMovieSceneQuaternionBlenderSystem) == 0x000008, "Wrong alignment on UMovieSceneQuaternionBlenderSystem"); \ +static_assert(sizeof(UMovieSceneQuaternionBlenderSystem) == 0x0000C8, "Wrong size on UMovieSceneQuaternionBlenderSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneQuaternionInterpolationRotationSystem \ +static_assert(alignof(UMovieSceneQuaternionInterpolationRotationSystem) == 0x000008, "Wrong alignment on UMovieSceneQuaternionInterpolationRotationSystem"); \ +static_assert(sizeof(UMovieSceneQuaternionInterpolationRotationSystem) == 0x000040, "Wrong size on UMovieSceneQuaternionInterpolationRotationSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneRotatorPropertySystem \ +static_assert(alignof(UMovieSceneRotatorPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneRotatorPropertySystem"); \ +static_assert(sizeof(UMovieSceneRotatorPropertySystem) == 0x000058, "Wrong size on UMovieSceneRotatorPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSkeletalAnimationSystem \ +static_assert(alignof(UMovieSceneSkeletalAnimationSystem) == 0x000008, "Wrong alignment on UMovieSceneSkeletalAnimationSystem"); \ +static_assert(sizeof(UMovieSceneSkeletalAnimationSystem) == 0x0000E8, "Wrong size on UMovieSceneSkeletalAnimationSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSlomoSystem \ +static_assert(alignof(UMovieSceneSlomoSystem) == 0x000008, "Wrong alignment on UMovieSceneSlomoSystem"); \ +static_assert(sizeof(UMovieSceneSlomoSystem) == 0x000058, "Wrong size on UMovieSceneSlomoSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneStringPropertySystem \ +static_assert(alignof(UMovieSceneStringPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneStringPropertySystem"); \ +static_assert(sizeof(UMovieSceneStringPropertySystem) == 0x000058, "Wrong size on UMovieSceneStringPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTransformOriginInstantiatorSystem \ +static_assert(alignof(UMovieSceneTransformOriginInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneTransformOriginInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneTransformOriginInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneTransformOriginInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTransformOriginSystem \ +static_assert(alignof(UMovieSceneTransformOriginSystem) == 0x000008, "Wrong alignment on UMovieSceneTransformOriginSystem"); \ +static_assert(sizeof(UMovieSceneTransformOriginSystem) == 0x000158, "Wrong size on UMovieSceneTransformOriginSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatVectorPropertySystem \ +static_assert(alignof(UMovieSceneFloatVectorPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneFloatVectorPropertySystem"); \ +static_assert(sizeof(UMovieSceneFloatVectorPropertySystem) == 0x000058, "Wrong size on UMovieSceneFloatVectorPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleVectorPropertySystem \ +static_assert(alignof(UMovieSceneDoubleVectorPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneDoubleVectorPropertySystem"); \ +static_assert(sizeof(UMovieSceneDoubleVectorPropertySystem) == 0x000058, "Wrong size on UMovieSceneDoubleVectorPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneVisibilitySystem \ +static_assert(alignof(UMovieSceneVisibilitySystem) == 0x000008, "Wrong alignment on UMovieSceneVisibilitySystem"); \ +static_assert(sizeof(UMovieSceneVisibilitySystem) == 0x000050, "Wrong size on UMovieSceneVisibilitySystem"); \ + +#define DUMPER7_ASSERTS_UStringChannelEvaluatorSystem \ +static_assert(alignof(UStringChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UStringChannelEvaluatorSystem"); \ +static_assert(sizeof(UStringChannelEvaluatorSystem) == 0x000040, "Wrong size on UStringChannelEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneHierarchicalEasingInstantiatorSystem \ +static_assert(alignof(UMovieSceneHierarchicalEasingInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneHierarchicalEasingInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneHierarchicalEasingInstantiatorSystem) == 0x0000D8, "Wrong size on UMovieSceneHierarchicalEasingInstantiatorSystem"); \ +static_assert(offsetof(UMovieSceneHierarchicalEasingInstantiatorSystem, EvaluatorSystem) == 0x0000C8, "Member 'UMovieSceneHierarchicalEasingInstantiatorSystem::EvaluatorSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeightAndEasingEvaluatorSystem \ +static_assert(alignof(UWeightAndEasingEvaluatorSystem) == 0x000008, "Wrong alignment on UWeightAndEasingEvaluatorSystem"); \ +static_assert(sizeof(UWeightAndEasingEvaluatorSystem) == 0x000058, "Wrong size on UWeightAndEasingEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDecomposerTestObject \ +static_assert(alignof(UMovieSceneDecomposerTestObject) == 0x000008, "Wrong alignment on UMovieSceneDecomposerTestObject"); \ +static_assert(sizeof(UMovieSceneDecomposerTestObject) == 0x000030, "Wrong size on UMovieSceneDecomposerTestObject"); \ +static_assert(offsetof(UMovieSceneDecomposerTestObject, FloatProperty) == 0x000028, "Member 'UMovieSceneDecomposerTestObject::FloatProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFadeTrackTestLibrary_GetManualFadeAmount \ +static_assert(alignof(MovieSceneFadeTrackTestLibrary_GetManualFadeAmount) == 0x000008, "Wrong alignment on MovieSceneFadeTrackTestLibrary_GetManualFadeAmount"); \ +static_assert(sizeof(MovieSceneFadeTrackTestLibrary_GetManualFadeAmount) == 0x000010, "Wrong size on MovieSceneFadeTrackTestLibrary_GetManualFadeAmount"); \ +static_assert(offsetof(MovieSceneFadeTrackTestLibrary_GetManualFadeAmount, PlayerCameraManager) == 0x000000, "Member 'MovieSceneFadeTrackTestLibrary_GetManualFadeAmount::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFadeTrackTestLibrary_GetManualFadeAmount, ReturnValue) == 0x000008, "Member 'MovieSceneFadeTrackTestLibrary_GetManualFadeAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFadeTrackTestLibrary \ +static_assert(alignof(UMovieSceneFadeTrackTestLibrary) == 0x000008, "Wrong alignment on UMovieSceneFadeTrackTestLibrary"); \ +static_assert(sizeof(UMovieSceneFadeTrackTestLibrary) == 0x000028, "Wrong size on UMovieSceneFadeTrackTestLibrary"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTestSequence \ +static_assert(alignof(UMovieSceneTestSequence) == 0x000008, "Wrong alignment on UMovieSceneTestSequence"); \ +static_assert(sizeof(UMovieSceneTestSequence) == 0x000090, "Wrong size on UMovieSceneTestSequence"); \ +static_assert(offsetof(UMovieSceneTestSequence, MovieScene) == 0x000068, "Member 'UMovieSceneTestSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTestSequence, BoundObjects) == 0x000070, "Member 'UMovieSceneTestSequence::BoundObjects' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTestSequence, BindingGuids) == 0x000080, "Member 'UMovieSceneTestSequence::BindingGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCVarTrackInstance \ +static_assert(alignof(UMovieSceneCVarTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneCVarTrackInstance"); \ +static_assert(sizeof(UMovieSceneCVarTrackInstance) == 0x0000A0, "Wrong size on UMovieSceneCVarTrackInstance"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DPathTrack \ +static_assert(alignof(UMovieScene3DPathTrack) == 0x000008, "Wrong alignment on UMovieScene3DPathTrack"); \ +static_assert(sizeof(UMovieScene3DPathTrack) == 0x000128, "Wrong size on UMovieScene3DPathTrack"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DTransformTrack \ +static_assert(alignof(UMovieScene3DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene3DTransformTrack"); \ +static_assert(sizeof(UMovieScene3DTransformTrack) == 0x000150, "Wrong size on UMovieScene3DTransformTrack"); \ +static_assert(offsetof(UMovieScene3DTransformTrack, BlenderSystemClass) == 0x000148, "Member 'UMovieScene3DTransformTrack::BlenderSystemClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAudioTrack \ +static_assert(alignof(UMovieSceneAudioTrack) == 0x000008, "Wrong alignment on UMovieSceneAudioTrack"); \ +static_assert(sizeof(UMovieSceneAudioTrack) == 0x000120, "Wrong size on UMovieSceneAudioTrack"); \ +static_assert(offsetof(UMovieSceneAudioTrack, AudioSections) == 0x000110, "Member 'UMovieSceneAudioTrack::AudioSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneByteTrack \ +static_assert(alignof(UMovieSceneByteTrack) == 0x000008, "Wrong alignment on UMovieSceneByteTrack"); \ +static_assert(sizeof(UMovieSceneByteTrack) == 0x000148, "Wrong size on UMovieSceneByteTrack"); \ +static_assert(offsetof(UMovieSceneByteTrack, Enum) == 0x000140, "Member 'UMovieSceneByteTrack::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceShakeTrack \ +static_assert(alignof(UMovieSceneCameraShakeSourceShakeTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceShakeTrack"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceShakeTrack) == 0x000120, "Wrong size on UMovieSceneCameraShakeSourceShakeTrack"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceShakeTrack, CameraShakeSections) == 0x000110, "Member 'UMovieSceneCameraShakeSourceShakeTrack::CameraShakeSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeTrack \ +static_assert(alignof(UMovieSceneCameraShakeTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeTrack"); \ +static_assert(sizeof(UMovieSceneCameraShakeTrack) == 0x000120, "Wrong size on UMovieSceneCameraShakeTrack"); \ +static_assert(offsetof(UMovieSceneCameraShakeTrack, CameraShakeSections) == 0x000110, "Member 'UMovieSceneCameraShakeTrack::CameraShakeSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneColorTrack \ +static_assert(alignof(UMovieSceneColorTrack) == 0x000008, "Wrong alignment on UMovieSceneColorTrack"); \ +static_assert(sizeof(UMovieSceneColorTrack) == 0x000148, "Wrong size on UMovieSceneColorTrack"); \ +static_assert(offsetof(UMovieSceneColorTrack, bIsSlateColor) == 0x000140, "Member 'UMovieSceneColorTrack::bIsSlateColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCustomPrimitiveDataTrack \ +static_assert(alignof(UMovieSceneCustomPrimitiveDataTrack) == 0x000008, "Wrong alignment on UMovieSceneCustomPrimitiveDataTrack"); \ +static_assert(sizeof(UMovieSceneCustomPrimitiveDataTrack) == 0x000138, "Wrong size on UMovieSceneCustomPrimitiveDataTrack"); \ +static_assert(offsetof(UMovieSceneCustomPrimitiveDataTrack, Sections) == 0x000120, "Member 'UMovieSceneCustomPrimitiveDataTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCustomPrimitiveDataTrack, SectionToKey) == 0x000130, "Member 'UMovieSceneCustomPrimitiveDataTrack::SectionToKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDataLayerTrack \ +static_assert(alignof(UMovieSceneDataLayerTrack) == 0x000008, "Wrong alignment on UMovieSceneDataLayerTrack"); \ +static_assert(sizeof(UMovieSceneDataLayerTrack) == 0x000120, "Wrong size on UMovieSceneDataLayerTrack"); \ +static_assert(offsetof(UMovieSceneDataLayerTrack, Sections) == 0x000110, "Member 'UMovieSceneDataLayerTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEnumTrack \ +static_assert(alignof(UMovieSceneEnumTrack) == 0x000008, "Wrong alignment on UMovieSceneEnumTrack"); \ +static_assert(sizeof(UMovieSceneEnumTrack) == 0x000148, "Wrong size on UMovieSceneEnumTrack"); \ +static_assert(offsetof(UMovieSceneEnumTrack, Enum) == 0x000140, "Member 'UMovieSceneEnumTrack::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventTrack \ +static_assert(alignof(UMovieSceneEventTrack) == 0x000008, "Wrong alignment on UMovieSceneEventTrack"); \ +static_assert(sizeof(UMovieSceneEventTrack) == 0x000138, "Wrong size on UMovieSceneEventTrack"); \ +static_assert(offsetof(UMovieSceneEventTrack, EventPosition) == 0x000124, "Member 'UMovieSceneEventTrack::EventPosition' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneEventTrack, Sections) == 0x000128, "Member 'UMovieSceneEventTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFadeTrack \ +static_assert(alignof(UMovieSceneFadeTrack) == 0x000008, "Wrong alignment on UMovieSceneFadeTrack"); \ +static_assert(sizeof(UMovieSceneFadeTrack) == 0x000140, "Wrong size on UMovieSceneFadeTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLevelVisibilityTrack \ +static_assert(alignof(UMovieSceneLevelVisibilityTrack) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilityTrack"); \ +static_assert(sizeof(UMovieSceneLevelVisibilityTrack) == 0x000120, "Wrong size on UMovieSceneLevelVisibilityTrack"); \ +static_assert(offsetof(UMovieSceneLevelVisibilityTrack, Sections) == 0x000110, "Member 'UMovieSceneLevelVisibilityTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialParameterCollectionTrack \ +static_assert(alignof(UMovieSceneMaterialParameterCollectionTrack) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterCollectionTrack"); \ +static_assert(sizeof(UMovieSceneMaterialParameterCollectionTrack) == 0x000140, "Wrong size on UMovieSceneMaterialParameterCollectionTrack"); \ +static_assert(offsetof(UMovieSceneMaterialParameterCollectionTrack, MPC) == 0x000138, "Member 'UMovieSceneMaterialParameterCollectionTrack::MPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentMaterialTrack \ +static_assert(alignof(UMovieSceneComponentMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneComponentMaterialTrack"); \ +static_assert(sizeof(UMovieSceneComponentMaterialTrack) == 0x000148, "Wrong size on UMovieSceneComponentMaterialTrack"); \ +static_assert(offsetof(UMovieSceneComponentMaterialTrack, MaterialInfo) == 0x000138, "Member 'UMovieSceneComponentMaterialTrack::MaterialInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneObjectPropertyTrack \ +static_assert(alignof(UMovieSceneObjectPropertyTrack) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertyTrack"); \ +static_assert(sizeof(UMovieSceneObjectPropertyTrack) == 0x000148, "Wrong size on UMovieSceneObjectPropertyTrack"); \ +static_assert(offsetof(UMovieSceneObjectPropertyTrack, PropertyClass) == 0x000140, "Member 'UMovieSceneObjectPropertyTrack::PropertyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneParticleParameterTrack \ +static_assert(alignof(UMovieSceneParticleParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneParticleParameterTrack"); \ +static_assert(sizeof(UMovieSceneParticleParameterTrack) == 0x000128, "Wrong size on UMovieSceneParticleParameterTrack"); \ +static_assert(offsetof(UMovieSceneParticleParameterTrack, Sections) == 0x000118, "Member 'UMovieSceneParticleParameterTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneParticleTrack \ +static_assert(alignof(UMovieSceneParticleTrack) == 0x000008, "Wrong alignment on UMovieSceneParticleTrack"); \ +static_assert(sizeof(UMovieSceneParticleTrack) == 0x000128, "Wrong size on UMovieSceneParticleTrack"); \ +static_assert(offsetof(UMovieSceneParticleTrack, ParticleSections) == 0x000118, "Member 'UMovieSceneParticleTrack::ParticleSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneRotatorTrack \ +static_assert(alignof(UMovieSceneRotatorTrack) == 0x000008, "Wrong alignment on UMovieSceneRotatorTrack"); \ +static_assert(sizeof(UMovieSceneRotatorTrack) == 0x000140, "Wrong size on UMovieSceneRotatorTrack"); \ + +#define DUMPER7_ASSERTS_MovieSceneSkeletalAnimationTrack_SetSwapRootBone \ +static_assert(alignof(MovieSceneSkeletalAnimationTrack_SetSwapRootBone) == 0x000001, "Wrong alignment on MovieSceneSkeletalAnimationTrack_SetSwapRootBone"); \ +static_assert(sizeof(MovieSceneSkeletalAnimationTrack_SetSwapRootBone) == 0x000001, "Wrong size on MovieSceneSkeletalAnimationTrack_SetSwapRootBone"); \ +static_assert(offsetof(MovieSceneSkeletalAnimationTrack_SetSwapRootBone, InValue) == 0x000000, "Member 'MovieSceneSkeletalAnimationTrack_SetSwapRootBone::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSkeletalAnimationTrack_GetSwapRootBone \ +static_assert(alignof(MovieSceneSkeletalAnimationTrack_GetSwapRootBone) == 0x000001, "Wrong alignment on MovieSceneSkeletalAnimationTrack_GetSwapRootBone"); \ +static_assert(sizeof(MovieSceneSkeletalAnimationTrack_GetSwapRootBone) == 0x000001, "Wrong size on MovieSceneSkeletalAnimationTrack_GetSwapRootBone"); \ +static_assert(offsetof(MovieSceneSkeletalAnimationTrack_GetSwapRootBone, ReturnValue) == 0x000000, "Member 'MovieSceneSkeletalAnimationTrack_GetSwapRootBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSkeletalAnimationTrack \ +static_assert(alignof(UMovieSceneSkeletalAnimationTrack) == 0x000010, "Wrong alignment on UMovieSceneSkeletalAnimationTrack"); \ +static_assert(sizeof(UMovieSceneSkeletalAnimationTrack) == 0x0001B0, "Wrong size on UMovieSceneSkeletalAnimationTrack"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, bUseLegacySectionIndexBlend) == 0x0001A8, "Member 'UMovieSceneSkeletalAnimationTrack::bUseLegacySectionIndexBlend' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationTrack, SwapRootBone) == 0x0001A9, "Member 'UMovieSceneSkeletalAnimationTrack::SwapRootBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSlomoTrack \ +static_assert(alignof(UMovieSceneSlomoTrack) == 0x000008, "Wrong alignment on UMovieSceneSlomoTrack"); \ +static_assert(sizeof(UMovieSceneSlomoTrack) == 0x000140, "Wrong size on UMovieSceneSlomoTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTextTrack \ +static_assert(alignof(UMovieSceneTextTrack) == 0x000008, "Wrong alignment on UMovieSceneTextTrack"); \ +static_assert(sizeof(UMovieSceneTextTrack) == 0x000140, "Wrong size on UMovieSceneTextTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatVectorTrack \ +static_assert(alignof(UMovieSceneFloatVectorTrack) == 0x000008, "Wrong alignment on UMovieSceneFloatVectorTrack"); \ +static_assert(sizeof(UMovieSceneFloatVectorTrack) == 0x000148, "Wrong size on UMovieSceneFloatVectorTrack"); \ +static_assert(offsetof(UMovieSceneFloatVectorTrack, NumChannelsUsed) == 0x000140, "Member 'UMovieSceneFloatVectorTrack::NumChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneVisibilityTrack \ +static_assert(alignof(UMovieSceneVisibilityTrack) == 0x000008, "Wrong alignment on UMovieSceneVisibilityTrack"); \ +static_assert(sizeof(UMovieSceneVisibilityTrack) == 0x000140, "Wrong size on UMovieSceneVisibilityTrack"); \ + +#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_FWidgetStateBitfield \ +static_assert(alignof(FWidgetStateBitfield) == 0x000008, "Wrong alignment on FWidgetStateBitfield"); \ +static_assert(sizeof(FWidgetStateBitfield) == 0x000008, "Wrong size on FWidgetStateBitfield"); \ + +#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_FWidgetAnimationBinding \ +static_assert(alignof(FWidgetAnimationBinding) == 0x000008, "Wrong alignment on FWidgetAnimationBinding"); \ +static_assert(sizeof(FWidgetAnimationBinding) == 0x000050, "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!"); \ +static_assert(offsetof(FWidgetAnimationBinding, DynamicBinding) == 0x000028, "Member 'FWidgetAnimationBinding::DynamicBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShapedTextOptions \ +static_assert(alignof(FShapedTextOptions) == 0x000001, "Wrong alignment on FShapedTextOptions"); \ +static_assert(sizeof(FShapedTextOptions) == 0x000003, "Wrong size on FShapedTextOptions"); \ +static_assert(offsetof(FShapedTextOptions, TextShapingMethod) == 0x000001, "Member 'FShapedTextOptions::TextShapingMethod' has a wrong offset!"); \ +static_assert(offsetof(FShapedTextOptions, TextFlowDirection) == 0x000002, "Member 'FShapedTextOptions::TextFlowDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRichImageRow \ +static_assert(alignof(FRichImageRow) == 0x000010, "Wrong alignment on FRichImageRow"); \ +static_assert(sizeof(FRichImageRow) == 0x0000C0, "Wrong size on FRichImageRow"); \ +static_assert(offsetof(FRichImageRow, Brush) == 0x000010, "Member 'FRichImageRow::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaintContext \ +static_assert(alignof(FPaintContext) == 0x000008, "Wrong alignment on FPaintContext"); \ +static_assert(sizeof(FPaintContext) == 0x000030, "Wrong size on FPaintContext"); \ + +#define DUMPER7_ASSERTS_FWidgetAnimationHandle \ +static_assert(alignof(FWidgetAnimationHandle) == 0x000008, "Wrong alignment on FWidgetAnimationHandle"); \ +static_assert(sizeof(FWidgetAnimationHandle) == 0x000010, "Wrong size on FWidgetAnimationHandle"); \ + +#define DUMPER7_ASSERTS_FUIComponentTarget \ +static_assert(alignof(FUIComponentTarget) == 0x000008, "Wrong alignment on FUIComponentTarget"); \ +static_assert(sizeof(FUIComponentTarget) == 0x000010, "Wrong size on FUIComponentTarget"); \ +static_assert(offsetof(FUIComponentTarget, TargetName) == 0x000000, "Member 'FUIComponentTarget::TargetName' has a wrong offset!"); \ +static_assert(offsetof(FUIComponentTarget, Component) == 0x000008, "Member 'FUIComponentTarget::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationEventBinding \ +static_assert(alignof(FAnimationEventBinding) == 0x000008, "Wrong alignment on FAnimationEventBinding"); \ +static_assert(sizeof(FAnimationEventBinding) == 0x000028, "Wrong size on FAnimationEventBinding"); \ +static_assert(offsetof(FAnimationEventBinding, Animation) == 0x000000, "Member 'FAnimationEventBinding::Animation' has a wrong offset!"); \ +static_assert(offsetof(FAnimationEventBinding, Delegate) == 0x000008, "Member 'FAnimationEventBinding::Delegate' has a wrong offset!"); \ +static_assert(offsetof(FAnimationEventBinding, AnimationEvent) == 0x000018, "Member 'FAnimationEventBinding::AnimationEvent' has a wrong offset!"); \ +static_assert(offsetof(FAnimationEventBinding, UserTag) == 0x00001C, "Member 'FAnimationEventBinding::UserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetComponentInstanceData \ +static_assert(alignof(FWidgetComponentInstanceData) == 0x000008, "Wrong alignment on FWidgetComponentInstanceData"); \ +static_assert(sizeof(FWidgetComponentInstanceData) == 0x0000C8, "Wrong size on FWidgetComponentInstanceData"); \ + +#define DUMPER7_ASSERTS_FWidgetChild \ +static_assert(alignof(FWidgetChild) == 0x000004, "Wrong alignment on FWidgetChild"); \ +static_assert(sizeof(FWidgetChild) == 0x000010, "Wrong size on FWidgetChild"); \ +static_assert(offsetof(FWidgetChild, WidgetName) == 0x000000, "Member 'FWidgetChild::WidgetName' has a wrong offset!"); \ +static_assert(offsetof(FWidgetChild, WidgetPtr) == 0x000008, "Member 'FWidgetChild::WidgetPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQueuedWidgetAnimationTransition \ +static_assert(alignof(FQueuedWidgetAnimationTransition) == 0x000008, "Wrong alignment on FQueuedWidgetAnimationTransition"); \ +static_assert(sizeof(FQueuedWidgetAnimationTransition) == 0x000038, "Wrong size on FQueuedWidgetAnimationTransition"); \ +static_assert(offsetof(FQueuedWidgetAnimationTransition, WidgetAnimation) == 0x000000, "Member 'FQueuedWidgetAnimationTransition::WidgetAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUserWidgetPool \ +static_assert(alignof(FUserWidgetPool) == 0x000008, "Wrong alignment on FUserWidgetPool"); \ +static_assert(sizeof(FUserWidgetPool) == 0x000088, "Wrong size on FUserWidgetPool"); \ +static_assert(offsetof(FUserWidgetPool, ActiveWidgets) == 0x000000, "Member 'FUserWidgetPool::ActiveWidgets' has a wrong offset!"); \ +static_assert(offsetof(FUserWidgetPool, InactiveWidgets) == 0x000010, "Member 'FUserWidgetPool::InactiveWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialBoxSettings \ +static_assert(alignof(FRadialBoxSettings) == 0x000004, "Wrong alignment on FRadialBoxSettings"); \ +static_assert(sizeof(FRadialBoxSettings) == 0x000010, "Wrong size on FRadialBoxSettings"); \ +static_assert(offsetof(FRadialBoxSettings, StartingAngle) == 0x000000, "Member 'FRadialBoxSettings::StartingAngle' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, bDistributeItemsEvenly) == 0x000004, "Member 'FRadialBoxSettings::bDistributeItemsEvenly' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, bClockwiseOrder) == 0x000005, "Member 'FRadialBoxSettings::bClockwiseOrder' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, AngleBetweenItems) == 0x000008, "Member 'FRadialBoxSettings::AngleBetweenItems' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, SectorCentralAngle) == 0x00000C, "Member 'FRadialBoxSettings::SectorCentralAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateChildSize \ +static_assert(alignof(FSlateChildSize) == 0x000004, "Wrong alignment on FSlateChildSize"); \ +static_assert(sizeof(FSlateChildSize) == 0x000008, "Wrong size on FSlateChildSize"); \ +static_assert(offsetof(FSlateChildSize, Value) == 0x000000, "Member 'FSlateChildSize::Value' has a wrong offset!"); \ +static_assert(offsetof(FSlateChildSize, SizeRule) == 0x000004, "Member 'FSlateChildSize::SizeRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetEventField \ +static_assert(alignof(FWidgetEventField) == 0x000001, "Wrong alignment on FWidgetEventField"); \ +static_assert(sizeof(FWidgetEventField) == 0x000001, "Wrong size on FWidgetEventField"); \ + +#define DUMPER7_ASSERTS_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_FMovieScene2DTransformMask \ +static_assert(alignof(FMovieScene2DTransformMask) == 0x000004, "Wrong alignment on FMovieScene2DTransformMask"); \ +static_assert(sizeof(FMovieScene2DTransformMask) == 0x000004, "Wrong size on FMovieScene2DTransformMask"); \ +static_assert(offsetof(FMovieScene2DTransformMask, Mask) == 0x000000, "Member 'FMovieScene2DTransformMask::Mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSequenceTickManagerWidgetData \ +static_assert(alignof(FSequenceTickManagerWidgetData) == 0x000001, "Wrong alignment on FSequenceTickManagerWidgetData"); \ +static_assert(sizeof(FSequenceTickManagerWidgetData) == 0x000002, "Wrong size on FSequenceTickManagerWidgetData"); \ + +#define DUMPER7_ASSERTS_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_FDynamicPropertyPath \ +static_assert(alignof(FDynamicPropertyPath) == 0x000008, "Wrong alignment on FDynamicPropertyPath"); \ +static_assert(sizeof(FDynamicPropertyPath) == 0x000038, "Wrong size on FDynamicPropertyPath"); \ + +#define DUMPER7_ASSERTS_FGameViewportWidgetSlot \ +static_assert(alignof(FGameViewportWidgetSlot) == 0x000008, "Wrong alignment on FGameViewportWidgetSlot"); \ +static_assert(sizeof(FGameViewportWidgetSlot) == 0x000048, "Wrong size on FGameViewportWidgetSlot"); \ +static_assert(offsetof(FGameViewportWidgetSlot, Anchors) == 0x000000, "Member 'FGameViewportWidgetSlot::Anchors' has a wrong offset!"); \ +static_assert(offsetof(FGameViewportWidgetSlot, Offsets) == 0x000020, "Member 'FGameViewportWidgetSlot::Offsets' has a wrong offset!"); \ +static_assert(offsetof(FGameViewportWidgetSlot, Alignment) == 0x000030, "Member 'FGameViewportWidgetSlot::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FGameViewportWidgetSlot, ZOrder) == 0x000040, "Member 'FGameViewportWidgetSlot::ZOrder' has a wrong offset!"); \ +static_assert(offsetof(FGameViewportWidgetSlot, bAutoRemoveOnWorldRemoved) == 0x000044, "Member 'FGameViewportWidgetSlot::bAutoRemoveOnWorldRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnchorData \ +static_assert(alignof(FAnchorData) == 0x000008, "Wrong alignment on FAnchorData"); \ +static_assert(sizeof(FAnchorData) == 0x000040, "Wrong size on FAnchorData"); \ +static_assert(offsetof(FAnchorData, Offsets) == 0x000000, "Member 'FAnchorData::Offsets' has a wrong offset!"); \ +static_assert(offsetof(FAnchorData, Anchors) == 0x000010, "Member 'FAnchorData::Anchors' has a wrong offset!"); \ +static_assert(offsetof(FAnchorData, Alignment) == 0x000030, "Member 'FAnchorData::Alignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlatePostBufferUpdateInfo \ +static_assert(alignof(FSlatePostBufferUpdateInfo) == 0x000008, "Wrong alignment on FSlatePostBufferUpdateInfo"); \ +static_assert(sizeof(FSlatePostBufferUpdateInfo) == 0x000010, "Wrong size on FSlatePostBufferUpdateInfo"); \ +static_assert(offsetof(FSlatePostBufferUpdateInfo, BufferToUpdate) == 0x000000, "Member 'FSlatePostBufferUpdateInfo::BufferToUpdate' has a wrong offset!"); \ +static_assert(offsetof(FSlatePostBufferUpdateInfo, PostParamUpdater) == 0x000008, "Member 'FSlatePostBufferUpdateInfo::PostParamUpdater' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichTextStyleRow \ +static_assert(alignof(FRichTextStyleRow) == 0x000010, "Wrong alignment on FRichTextStyleRow"); \ +static_assert(sizeof(FRichTextStyleRow) == 0x0002F0, "Wrong size on FRichTextStyleRow"); \ +static_assert(offsetof(FRichTextStyleRow, TextStyle) == 0x000010, "Member 'FRichTextStyleRow::TextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateMeshVertex \ +static_assert(alignof(FSlateMeshVertex) == 0x000004, "Wrong alignment on FSlateMeshVertex"); \ +static_assert(sizeof(FSlateMeshVertex) == 0x00003C, "Wrong size on FSlateMeshVertex"); \ +static_assert(offsetof(FSlateMeshVertex, position) == 0x000000, "Member 'FSlateMeshVertex::position' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, Color) == 0x000008, "Member 'FSlateMeshVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV0) == 0x00000C, "Member 'FSlateMeshVertex::UV0' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV1) == 0x000014, "Member 'FSlateMeshVertex::UV1' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV2) == 0x00001C, "Member 'FSlateMeshVertex::UV2' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV3) == 0x000024, "Member 'FSlateMeshVertex::UV3' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV4) == 0x00002C, "Member 'FSlateMeshVertex::UV4' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV5) == 0x000034, "Member 'FSlateMeshVertex::UV5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDelegateRuntimeBinding \ +static_assert(alignof(FDelegateRuntimeBinding) == 0x000008, "Wrong alignment on FDelegateRuntimeBinding"); \ +static_assert(sizeof(FDelegateRuntimeBinding) == 0x000060, "Wrong size on FDelegateRuntimeBinding"); \ +static_assert(offsetof(FDelegateRuntimeBinding, ObjectName) == 0x000000, "Member 'FDelegateRuntimeBinding::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(FDelegateRuntimeBinding, PropertyName) == 0x000010, "Member 'FDelegateRuntimeBinding::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FDelegateRuntimeBinding, FunctionName) == 0x000018, "Member 'FDelegateRuntimeBinding::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FDelegateRuntimeBinding, SourcePath) == 0x000020, "Member 'FDelegateRuntimeBinding::SourcePath' has a wrong offset!"); \ +static_assert(offsetof(FDelegateRuntimeBinding, Kind) == 0x000058, "Member 'FDelegateRuntimeBinding::Kind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserWidgetBlueprint \ +static_assert(alignof(UUserWidgetBlueprint) == 0x000008, "Wrong alignment on UUserWidgetBlueprint"); \ +static_assert(sizeof(UUserWidgetBlueprint) == 0x0000A8, "Wrong size on UUserWidgetBlueprint"); \ + +#define DUMPER7_ASSERTS_UVisual \ +static_assert(alignof(UVisual) == 0x000008, "Wrong alignment on UVisual"); \ +static_assert(sizeof(UVisual) == 0x000028, "Wrong size on UVisual"); \ + +#define DUMPER7_ASSERTS_Widget_ForceVolatile \ +static_assert(alignof(Widget_ForceVolatile) == 0x000001, "Wrong alignment on Widget_ForceVolatile"); \ +static_assert(sizeof(Widget_ForceVolatile) == 0x000001, "Wrong size on Widget_ForceVolatile"); \ +static_assert(offsetof(Widget_ForceVolatile, bForce) == 0x000000, "Member 'Widget_ForceVolatile::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_K2_AddFieldValueChangedDelegate \ +static_assert(alignof(Widget_K2_AddFieldValueChangedDelegate) == 0x000004, "Wrong alignment on Widget_K2_AddFieldValueChangedDelegate"); \ +static_assert(sizeof(Widget_K2_AddFieldValueChangedDelegate) == 0x000018, "Wrong size on Widget_K2_AddFieldValueChangedDelegate"); \ +static_assert(offsetof(Widget_K2_AddFieldValueChangedDelegate, FieldId) == 0x000000, "Member 'Widget_K2_AddFieldValueChangedDelegate::FieldId' has a wrong offset!"); \ +static_assert(offsetof(Widget_K2_AddFieldValueChangedDelegate, Delegate) == 0x000008, "Member 'Widget_K2_AddFieldValueChangedDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_K2_BroadcastFieldValueChanged \ +static_assert(alignof(Widget_K2_BroadcastFieldValueChanged) == 0x000004, "Wrong alignment on Widget_K2_BroadcastFieldValueChanged"); \ +static_assert(sizeof(Widget_K2_BroadcastFieldValueChanged) == 0x000008, "Wrong size on Widget_K2_BroadcastFieldValueChanged"); \ +static_assert(offsetof(Widget_K2_BroadcastFieldValueChanged, FieldId) == 0x000000, "Member 'Widget_K2_BroadcastFieldValueChanged::FieldId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_K2_RemoveFieldValueChangedDelegate \ +static_assert(alignof(Widget_K2_RemoveFieldValueChangedDelegate) == 0x000004, "Wrong alignment on Widget_K2_RemoveFieldValueChangedDelegate"); \ +static_assert(sizeof(Widget_K2_RemoveFieldValueChangedDelegate) == 0x000018, "Wrong size on Widget_K2_RemoveFieldValueChangedDelegate"); \ +static_assert(offsetof(Widget_K2_RemoveFieldValueChangedDelegate, FieldId) == 0x000000, "Member 'Widget_K2_RemoveFieldValueChangedDelegate::FieldId' has a wrong offset!"); \ +static_assert(offsetof(Widget_K2_RemoveFieldValueChangedDelegate, Delegate) == 0x000008, "Member 'Widget_K2_RemoveFieldValueChangedDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetAllNavigationRules \ +static_assert(alignof(Widget_SetAllNavigationRules) == 0x000004, "Wrong alignment on Widget_SetAllNavigationRules"); \ +static_assert(sizeof(Widget_SetAllNavigationRules) == 0x00000C, "Wrong size on Widget_SetAllNavigationRules"); \ +static_assert(offsetof(Widget_SetAllNavigationRules, Rule) == 0x000000, "Member 'Widget_SetAllNavigationRules::Rule' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetAllNavigationRules, WidgetToFocus) == 0x000004, "Member 'Widget_SetAllNavigationRules::WidgetToFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetClipping \ +static_assert(alignof(Widget_SetClipping) == 0x000001, "Wrong alignment on Widget_SetClipping"); \ +static_assert(sizeof(Widget_SetClipping) == 0x000001, "Wrong size on Widget_SetClipping"); \ +static_assert(offsetof(Widget_SetClipping, InClipping) == 0x000000, "Member 'Widget_SetClipping::InClipping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetCursor \ +static_assert(alignof(Widget_SetCursor) == 0x000001, "Wrong alignment on Widget_SetCursor"); \ +static_assert(sizeof(Widget_SetCursor) == 0x000001, "Wrong size on Widget_SetCursor"); \ +static_assert(offsetof(Widget_SetCursor, InCursor) == 0x000000, "Member 'Widget_SetCursor::InCursor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetIsEnabled \ +static_assert(alignof(Widget_SetIsEnabled) == 0x000001, "Wrong alignment on Widget_SetIsEnabled"); \ +static_assert(sizeof(Widget_SetIsEnabled) == 0x000001, "Wrong size on Widget_SetIsEnabled"); \ +static_assert(offsetof(Widget_SetIsEnabled, bInIsEnabled) == 0x000000, "Member 'Widget_SetIsEnabled::bInIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRule \ +static_assert(alignof(Widget_SetNavigationRule) == 0x000004, "Wrong alignment on Widget_SetNavigationRule"); \ +static_assert(sizeof(Widget_SetNavigationRule) == 0x00000C, "Wrong size on Widget_SetNavigationRule"); \ +static_assert(offsetof(Widget_SetNavigationRule, Direction) == 0x000000, "Member 'Widget_SetNavigationRule::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRule, Rule) == 0x000001, "Member 'Widget_SetNavigationRule::Rule' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRule, WidgetToFocus) == 0x000004, "Member 'Widget_SetNavigationRule::WidgetToFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRuleBase \ +static_assert(alignof(Widget_SetNavigationRuleBase) == 0x000001, "Wrong alignment on Widget_SetNavigationRuleBase"); \ +static_assert(sizeof(Widget_SetNavigationRuleBase) == 0x000002, "Wrong size on Widget_SetNavigationRuleBase"); \ +static_assert(offsetof(Widget_SetNavigationRuleBase, Direction) == 0x000000, "Member 'Widget_SetNavigationRuleBase::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRuleBase, Rule) == 0x000001, "Member 'Widget_SetNavigationRuleBase::Rule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRuleCustom \ +static_assert(alignof(Widget_SetNavigationRuleCustom) == 0x000004, "Wrong alignment on Widget_SetNavigationRuleCustom"); \ +static_assert(sizeof(Widget_SetNavigationRuleCustom) == 0x000014, "Wrong size on Widget_SetNavigationRuleCustom"); \ +static_assert(offsetof(Widget_SetNavigationRuleCustom, Direction) == 0x000000, "Member 'Widget_SetNavigationRuleCustom::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRuleCustom, InCustomDelegate) == 0x000004, "Member 'Widget_SetNavigationRuleCustom::InCustomDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRuleCustomBoundary \ +static_assert(alignof(Widget_SetNavigationRuleCustomBoundary) == 0x000004, "Wrong alignment on Widget_SetNavigationRuleCustomBoundary"); \ +static_assert(sizeof(Widget_SetNavigationRuleCustomBoundary) == 0x000014, "Wrong size on Widget_SetNavigationRuleCustomBoundary"); \ +static_assert(offsetof(Widget_SetNavigationRuleCustomBoundary, Direction) == 0x000000, "Member 'Widget_SetNavigationRuleCustomBoundary::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRuleCustomBoundary, InCustomDelegate) == 0x000004, "Member 'Widget_SetNavigationRuleCustomBoundary::InCustomDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetNavigationRuleExplicit \ +static_assert(alignof(Widget_SetNavigationRuleExplicit) == 0x000008, "Wrong alignment on Widget_SetNavigationRuleExplicit"); \ +static_assert(sizeof(Widget_SetNavigationRuleExplicit) == 0x000010, "Wrong size on Widget_SetNavigationRuleExplicit"); \ +static_assert(offsetof(Widget_SetNavigationRuleExplicit, Direction) == 0x000000, "Member 'Widget_SetNavigationRuleExplicit::Direction' has a wrong offset!"); \ +static_assert(offsetof(Widget_SetNavigationRuleExplicit, InWidget) == 0x000008, "Member 'Widget_SetNavigationRuleExplicit::InWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderOpacity \ +static_assert(alignof(Widget_SetRenderOpacity) == 0x000004, "Wrong alignment on Widget_SetRenderOpacity"); \ +static_assert(sizeof(Widget_SetRenderOpacity) == 0x000004, "Wrong size on Widget_SetRenderOpacity"); \ +static_assert(offsetof(Widget_SetRenderOpacity, InOpacity) == 0x000000, "Member 'Widget_SetRenderOpacity::InOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderScale \ +static_assert(alignof(Widget_SetRenderScale) == 0x000008, "Wrong alignment on Widget_SetRenderScale"); \ +static_assert(sizeof(Widget_SetRenderScale) == 0x000010, "Wrong size on Widget_SetRenderScale"); \ +static_assert(offsetof(Widget_SetRenderScale, Scale) == 0x000000, "Member 'Widget_SetRenderScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderShear \ +static_assert(alignof(Widget_SetRenderShear) == 0x000008, "Wrong alignment on Widget_SetRenderShear"); \ +static_assert(sizeof(Widget_SetRenderShear) == 0x000010, "Wrong size on Widget_SetRenderShear"); \ +static_assert(offsetof(Widget_SetRenderShear, Shear) == 0x000000, "Member 'Widget_SetRenderShear::Shear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderTransform \ +static_assert(alignof(Widget_SetRenderTransform) == 0x000008, "Wrong alignment on Widget_SetRenderTransform"); \ +static_assert(sizeof(Widget_SetRenderTransform) == 0x000038, "Wrong size on Widget_SetRenderTransform"); \ +static_assert(offsetof(Widget_SetRenderTransform, InTransform) == 0x000000, "Member 'Widget_SetRenderTransform::InTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderTransformAngle \ +static_assert(alignof(Widget_SetRenderTransformAngle) == 0x000004, "Wrong alignment on Widget_SetRenderTransformAngle"); \ +static_assert(sizeof(Widget_SetRenderTransformAngle) == 0x000004, "Wrong size on Widget_SetRenderTransformAngle"); \ +static_assert(offsetof(Widget_SetRenderTransformAngle, Angle) == 0x000000, "Member 'Widget_SetRenderTransformAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderTransformPivot \ +static_assert(alignof(Widget_SetRenderTransformPivot) == 0x000008, "Wrong alignment on Widget_SetRenderTransformPivot"); \ +static_assert(sizeof(Widget_SetRenderTransformPivot) == 0x000010, "Wrong size on Widget_SetRenderTransformPivot"); \ +static_assert(offsetof(Widget_SetRenderTransformPivot, pivot) == 0x000000, "Member 'Widget_SetRenderTransformPivot::pivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetRenderTranslation \ +static_assert(alignof(Widget_SetRenderTranslation) == 0x000008, "Wrong alignment on Widget_SetRenderTranslation"); \ +static_assert(sizeof(Widget_SetRenderTranslation) == 0x000010, "Wrong size on Widget_SetRenderTranslation"); \ +static_assert(offsetof(Widget_SetRenderTranslation, Translation) == 0x000000, "Member 'Widget_SetRenderTranslation::Translation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetToolTip \ +static_assert(alignof(Widget_SetToolTip) == 0x000008, "Wrong alignment on Widget_SetToolTip"); \ +static_assert(sizeof(Widget_SetToolTip) == 0x000008, "Wrong size on Widget_SetToolTip"); \ +static_assert(offsetof(Widget_SetToolTip, Widget) == 0x000000, "Member 'Widget_SetToolTip::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetToolTipText \ +static_assert(alignof(Widget_SetToolTipText) == 0x000008, "Wrong alignment on Widget_SetToolTipText"); \ +static_assert(sizeof(Widget_SetToolTipText) == 0x000010, "Wrong size on Widget_SetToolTipText"); \ +static_assert(offsetof(Widget_SetToolTipText, InToolTipText) == 0x000000, "Member 'Widget_SetToolTipText::InToolTipText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetUserFocus \ +static_assert(alignof(Widget_SetUserFocus) == 0x000008, "Wrong alignment on Widget_SetUserFocus"); \ +static_assert(sizeof(Widget_SetUserFocus) == 0x000008, "Wrong size on Widget_SetUserFocus"); \ +static_assert(offsetof(Widget_SetUserFocus, PlayerController) == 0x000000, "Member 'Widget_SetUserFocus::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetVisibility \ +static_assert(alignof(Widget_SetVisibility) == 0x000001, "Wrong alignment on Widget_SetVisibility"); \ +static_assert(sizeof(Widget_SetVisibility) == 0x000001, "Wrong size on Widget_SetVisibility"); \ +static_assert(offsetof(Widget_SetVisibility, InVisibility) == 0x000000, "Member 'Widget_SetVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetAccessibleSummaryText \ +static_assert(alignof(Widget_GetAccessibleSummaryText) == 0x000008, "Wrong alignment on Widget_GetAccessibleSummaryText"); \ +static_assert(sizeof(Widget_GetAccessibleSummaryText) == 0x000010, "Wrong size on Widget_GetAccessibleSummaryText"); \ +static_assert(offsetof(Widget_GetAccessibleSummaryText, ReturnValue) == 0x000000, "Member 'Widget_GetAccessibleSummaryText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetAccessibleText \ +static_assert(alignof(Widget_GetAccessibleText) == 0x000008, "Wrong alignment on Widget_GetAccessibleText"); \ +static_assert(sizeof(Widget_GetAccessibleText) == 0x000010, "Wrong size on Widget_GetAccessibleText"); \ +static_assert(offsetof(Widget_GetAccessibleText, ReturnValue) == 0x000000, "Member 'Widget_GetAccessibleText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetCachedGeometry \ +static_assert(alignof(Widget_GetCachedGeometry) == 0x000004, "Wrong alignment on Widget_GetCachedGeometry"); \ +static_assert(sizeof(Widget_GetCachedGeometry) == 0x000038, "Wrong size on Widget_GetCachedGeometry"); \ +static_assert(offsetof(Widget_GetCachedGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetCachedGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetClipping \ +static_assert(alignof(Widget_GetClipping) == 0x000001, "Wrong alignment on Widget_GetClipping"); \ +static_assert(sizeof(Widget_GetClipping) == 0x000001, "Wrong size on Widget_GetClipping"); \ +static_assert(offsetof(Widget_GetClipping, ReturnValue) == 0x000000, "Member 'Widget_GetClipping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetDesiredSize \ +static_assert(alignof(Widget_GetDesiredSize) == 0x000008, "Wrong alignment on Widget_GetDesiredSize"); \ +static_assert(sizeof(Widget_GetDesiredSize) == 0x000010, "Wrong size on Widget_GetDesiredSize"); \ +static_assert(offsetof(Widget_GetDesiredSize, ReturnValue) == 0x000000, "Member 'Widget_GetDesiredSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetGameInstance \ +static_assert(alignof(Widget_GetGameInstance) == 0x000008, "Wrong alignment on Widget_GetGameInstance"); \ +static_assert(sizeof(Widget_GetGameInstance) == 0x000008, "Wrong size on Widget_GetGameInstance"); \ +static_assert(offsetof(Widget_GetGameInstance, ReturnValue) == 0x000000, "Member 'Widget_GetGameInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetIsEnabled \ +static_assert(alignof(Widget_GetIsEnabled) == 0x000001, "Wrong alignment on Widget_GetIsEnabled"); \ +static_assert(sizeof(Widget_GetIsEnabled) == 0x000001, "Wrong size on Widget_GetIsEnabled"); \ +static_assert(offsetof(Widget_GetIsEnabled, ReturnValue) == 0x000000, "Member 'Widget_GetIsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetOwningLocalPlayer \ +static_assert(alignof(Widget_GetOwningLocalPlayer) == 0x000008, "Wrong alignment on Widget_GetOwningLocalPlayer"); \ +static_assert(sizeof(Widget_GetOwningLocalPlayer) == 0x000008, "Wrong size on Widget_GetOwningLocalPlayer"); \ +static_assert(offsetof(Widget_GetOwningLocalPlayer, ReturnValue) == 0x000000, "Member 'Widget_GetOwningLocalPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetOwningPlayer \ +static_assert(alignof(Widget_GetOwningPlayer) == 0x000008, "Wrong alignment on Widget_GetOwningPlayer"); \ +static_assert(sizeof(Widget_GetOwningPlayer) == 0x000008, "Wrong size on Widget_GetOwningPlayer"); \ +static_assert(offsetof(Widget_GetOwningPlayer, ReturnValue) == 0x000000, "Member 'Widget_GetOwningPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetPaintSpaceGeometry \ +static_assert(alignof(Widget_GetPaintSpaceGeometry) == 0x000004, "Wrong alignment on Widget_GetPaintSpaceGeometry"); \ +static_assert(sizeof(Widget_GetPaintSpaceGeometry) == 0x000038, "Wrong size on Widget_GetPaintSpaceGeometry"); \ +static_assert(offsetof(Widget_GetPaintSpaceGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetPaintSpaceGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetParent \ +static_assert(alignof(Widget_GetParent) == 0x000008, "Wrong alignment on Widget_GetParent"); \ +static_assert(sizeof(Widget_GetParent) == 0x000008, "Wrong size on Widget_GetParent"); \ +static_assert(offsetof(Widget_GetParent, ReturnValue) == 0x000000, "Member 'Widget_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetRenderOpacity \ +static_assert(alignof(Widget_GetRenderOpacity) == 0x000004, "Wrong alignment on Widget_GetRenderOpacity"); \ +static_assert(sizeof(Widget_GetRenderOpacity) == 0x000004, "Wrong size on Widget_GetRenderOpacity"); \ +static_assert(offsetof(Widget_GetRenderOpacity, ReturnValue) == 0x000000, "Member 'Widget_GetRenderOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetRenderTransformAngle \ +static_assert(alignof(Widget_GetRenderTransformAngle) == 0x000004, "Wrong alignment on Widget_GetRenderTransformAngle"); \ +static_assert(sizeof(Widget_GetRenderTransformAngle) == 0x000004, "Wrong size on Widget_GetRenderTransformAngle"); \ +static_assert(offsetof(Widget_GetRenderTransformAngle, ReturnValue) == 0x000000, "Member 'Widget_GetRenderTransformAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetTickSpaceGeometry \ +static_assert(alignof(Widget_GetTickSpaceGeometry) == 0x000004, "Wrong alignment on Widget_GetTickSpaceGeometry"); \ +static_assert(sizeof(Widget_GetTickSpaceGeometry) == 0x000038, "Wrong size on Widget_GetTickSpaceGeometry"); \ +static_assert(offsetof(Widget_GetTickSpaceGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetTickSpaceGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetVisibility \ +static_assert(alignof(Widget_GetVisibility) == 0x000001, "Wrong alignment on Widget_GetVisibility"); \ +static_assert(sizeof(Widget_GetVisibility) == 0x000001, "Wrong size on Widget_GetVisibility"); \ +static_assert(offsetof(Widget_GetVisibility, ReturnValue) == 0x000000, "Member 'Widget_GetVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasAnyUserFocus \ +static_assert(alignof(Widget_HasAnyUserFocus) == 0x000001, "Wrong alignment on Widget_HasAnyUserFocus"); \ +static_assert(sizeof(Widget_HasAnyUserFocus) == 0x000001, "Wrong size on Widget_HasAnyUserFocus"); \ +static_assert(offsetof(Widget_HasAnyUserFocus, ReturnValue) == 0x000000, "Member 'Widget_HasAnyUserFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasFocusedDescendants \ +static_assert(alignof(Widget_HasFocusedDescendants) == 0x000001, "Wrong alignment on Widget_HasFocusedDescendants"); \ +static_assert(sizeof(Widget_HasFocusedDescendants) == 0x000001, "Wrong size on Widget_HasFocusedDescendants"); \ +static_assert(offsetof(Widget_HasFocusedDescendants, ReturnValue) == 0x000000, "Member 'Widget_HasFocusedDescendants::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasKeyboardFocus \ +static_assert(alignof(Widget_HasKeyboardFocus) == 0x000001, "Wrong alignment on Widget_HasKeyboardFocus"); \ +static_assert(sizeof(Widget_HasKeyboardFocus) == 0x000001, "Wrong size on Widget_HasKeyboardFocus"); \ +static_assert(offsetof(Widget_HasKeyboardFocus, ReturnValue) == 0x000000, "Member 'Widget_HasKeyboardFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasMouseCapture \ +static_assert(alignof(Widget_HasMouseCapture) == 0x000001, "Wrong alignment on Widget_HasMouseCapture"); \ +static_assert(sizeof(Widget_HasMouseCapture) == 0x000001, "Wrong size on Widget_HasMouseCapture"); \ +static_assert(offsetof(Widget_HasMouseCapture, ReturnValue) == 0x000000, "Member 'Widget_HasMouseCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasMouseCaptureByUser \ +static_assert(alignof(Widget_HasMouseCaptureByUser) == 0x000004, "Wrong alignment on Widget_HasMouseCaptureByUser"); \ +static_assert(sizeof(Widget_HasMouseCaptureByUser) == 0x00000C, "Wrong size on Widget_HasMouseCaptureByUser"); \ +static_assert(offsetof(Widget_HasMouseCaptureByUser, UserIndex) == 0x000000, "Member 'Widget_HasMouseCaptureByUser::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasMouseCaptureByUser, PointerIndex) == 0x000004, "Member 'Widget_HasMouseCaptureByUser::PointerIndex' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasMouseCaptureByUser, ReturnValue) == 0x000008, "Member 'Widget_HasMouseCaptureByUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasUserFocus \ +static_assert(alignof(Widget_HasUserFocus) == 0x000008, "Wrong alignment on Widget_HasUserFocus"); \ +static_assert(sizeof(Widget_HasUserFocus) == 0x000010, "Wrong size on Widget_HasUserFocus"); \ +static_assert(offsetof(Widget_HasUserFocus, PlayerController) == 0x000000, "Member 'Widget_HasUserFocus::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasUserFocus, ReturnValue) == 0x000008, "Member 'Widget_HasUserFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasUserFocusedDescendants \ +static_assert(alignof(Widget_HasUserFocusedDescendants) == 0x000008, "Wrong alignment on Widget_HasUserFocusedDescendants"); \ +static_assert(sizeof(Widget_HasUserFocusedDescendants) == 0x000010, "Wrong size on Widget_HasUserFocusedDescendants"); \ +static_assert(offsetof(Widget_HasUserFocusedDescendants, PlayerController) == 0x000000, "Member 'Widget_HasUserFocusedDescendants::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasUserFocusedDescendants, ReturnValue) == 0x000008, "Member 'Widget_HasUserFocusedDescendants::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_IsHovered \ +static_assert(alignof(Widget_IsHovered) == 0x000001, "Wrong alignment on Widget_IsHovered"); \ +static_assert(sizeof(Widget_IsHovered) == 0x000001, "Wrong size on Widget_IsHovered"); \ +static_assert(offsetof(Widget_IsHovered, ReturnValue) == 0x000000, "Member 'Widget_IsHovered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_IsInViewport \ +static_assert(alignof(Widget_IsInViewport) == 0x000001, "Wrong alignment on Widget_IsInViewport"); \ +static_assert(sizeof(Widget_IsInViewport) == 0x000001, "Wrong size on Widget_IsInViewport"); \ +static_assert(offsetof(Widget_IsInViewport, ReturnValue) == 0x000000, "Member 'Widget_IsInViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_IsRendered \ +static_assert(alignof(Widget_IsRendered) == 0x000001, "Wrong alignment on Widget_IsRendered"); \ +static_assert(sizeof(Widget_IsRendered) == 0x000001, "Wrong size on Widget_IsRendered"); \ +static_assert(offsetof(Widget_IsRendered, ReturnValue) == 0x000000, "Member 'Widget_IsRendered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_IsVisible \ +static_assert(alignof(Widget_IsVisible) == 0x000001, "Wrong alignment on Widget_IsVisible"); \ +static_assert(sizeof(Widget_IsVisible) == 0x000001, "Wrong size on Widget_IsVisible"); \ +static_assert(offsetof(Widget_IsVisible, ReturnValue) == 0x000000, "Member 'Widget_IsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidget \ +static_assert(alignof(UWidget) == 0x000008, "Wrong alignment on UWidget"); \ +static_assert(sizeof(UWidget) == 0x000178, "Wrong size on UWidget"); \ +static_assert(offsetof(UWidget, Slot) == 0x000030, "Member 'UWidget::Slot' has a wrong offset!"); \ +static_assert(offsetof(UWidget, bIsEnabledDelegate) == 0x000038, "Member 'UWidget::bIsEnabledDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipTextDelegate) == 0x000048, "Member 'UWidget::ToolTipTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipText) == 0x000058, "Member 'UWidget::ToolTipText' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipWidget) == 0x000068, "Member 'UWidget::ToolTipWidget' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipWidgetDelegate) == 0x000070, "Member 'UWidget::ToolTipWidgetDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, VisibilityDelegate) == 0x000080, "Member 'UWidget::VisibilityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderTransform) == 0x000090, "Member 'UWidget::RenderTransform' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderTransformPivot) == 0x0000C8, "Member 'UWidget::RenderTransformPivot' has a wrong offset!"); \ +static_assert(offsetof(UWidget, FlowDirectionPreference) == 0x0000D8, "Member 'UWidget::FlowDirectionPreference' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Cursor) == 0x0000DB, "Member 'UWidget::Cursor' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Clipping) == 0x0000DC, "Member 'UWidget::Clipping' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Visibility) == 0x0000DD, "Member 'UWidget::Visibility' has a wrong offset!"); \ +static_assert(offsetof(UWidget, PixelSnapping) == 0x0000DE, "Member 'UWidget::PixelSnapping' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderOpacity) == 0x0000E0, "Member 'UWidget::RenderOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWidget, AccessibleWidgetData) == 0x0000E8, "Member 'UWidget::AccessibleWidgetData' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Navigation) == 0x0000F0, "Member 'UWidget::Navigation' has a wrong offset!"); \ +static_assert(offsetof(UWidget, NativeBindings) == 0x000148, "Member 'UWidget::NativeBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_AddChild \ +static_assert(alignof(PanelWidget_AddChild) == 0x000008, "Wrong alignment on PanelWidget_AddChild"); \ +static_assert(sizeof(PanelWidget_AddChild) == 0x000010, "Wrong size on PanelWidget_AddChild"); \ +static_assert(offsetof(PanelWidget_AddChild, content) == 0x000000, "Member 'PanelWidget_AddChild::content' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_AddChild, ReturnValue) == 0x000008, "Member 'PanelWidget_AddChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_RemoveChild \ +static_assert(alignof(PanelWidget_RemoveChild) == 0x000008, "Wrong alignment on PanelWidget_RemoveChild"); \ +static_assert(sizeof(PanelWidget_RemoveChild) == 0x000010, "Wrong size on PanelWidget_RemoveChild"); \ +static_assert(offsetof(PanelWidget_RemoveChild, content) == 0x000000, "Member 'PanelWidget_RemoveChild::content' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_RemoveChild, ReturnValue) == 0x000008, "Member 'PanelWidget_RemoveChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_RemoveChildAt \ +static_assert(alignof(PanelWidget_RemoveChildAt) == 0x000004, "Wrong alignment on PanelWidget_RemoveChildAt"); \ +static_assert(sizeof(PanelWidget_RemoveChildAt) == 0x000008, "Wrong size on PanelWidget_RemoveChildAt"); \ +static_assert(offsetof(PanelWidget_RemoveChildAt, Index_0) == 0x000000, "Member 'PanelWidget_RemoveChildAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_RemoveChildAt, ReturnValue) == 0x000004, "Member 'PanelWidget_RemoveChildAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_GetAllChildren \ +static_assert(alignof(PanelWidget_GetAllChildren) == 0x000008, "Wrong alignment on PanelWidget_GetAllChildren"); \ +static_assert(sizeof(PanelWidget_GetAllChildren) == 0x000010, "Wrong size on PanelWidget_GetAllChildren"); \ +static_assert(offsetof(PanelWidget_GetAllChildren, ReturnValue) == 0x000000, "Member 'PanelWidget_GetAllChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_GetChildAt \ +static_assert(alignof(PanelWidget_GetChildAt) == 0x000008, "Wrong alignment on PanelWidget_GetChildAt"); \ +static_assert(sizeof(PanelWidget_GetChildAt) == 0x000010, "Wrong size on PanelWidget_GetChildAt"); \ +static_assert(offsetof(PanelWidget_GetChildAt, Index_0) == 0x000000, "Member 'PanelWidget_GetChildAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_GetChildAt, ReturnValue) == 0x000008, "Member 'PanelWidget_GetChildAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_GetChildIndex \ +static_assert(alignof(PanelWidget_GetChildIndex) == 0x000008, "Wrong alignment on PanelWidget_GetChildIndex"); \ +static_assert(sizeof(PanelWidget_GetChildIndex) == 0x000010, "Wrong size on PanelWidget_GetChildIndex"); \ +static_assert(offsetof(PanelWidget_GetChildIndex, content) == 0x000000, "Member 'PanelWidget_GetChildIndex::content' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_GetChildIndex, ReturnValue) == 0x000008, "Member 'PanelWidget_GetChildIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_GetChildrenCount \ +static_assert(alignof(PanelWidget_GetChildrenCount) == 0x000004, "Wrong alignment on PanelWidget_GetChildrenCount"); \ +static_assert(sizeof(PanelWidget_GetChildrenCount) == 0x000004, "Wrong size on PanelWidget_GetChildrenCount"); \ +static_assert(offsetof(PanelWidget_GetChildrenCount, ReturnValue) == 0x000000, "Member 'PanelWidget_GetChildrenCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_HasAnyChildren \ +static_assert(alignof(PanelWidget_HasAnyChildren) == 0x000001, "Wrong alignment on PanelWidget_HasAnyChildren"); \ +static_assert(sizeof(PanelWidget_HasAnyChildren) == 0x000001, "Wrong size on PanelWidget_HasAnyChildren"); \ +static_assert(offsetof(PanelWidget_HasAnyChildren, ReturnValue) == 0x000000, "Member 'PanelWidget_HasAnyChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelWidget_HasChild \ +static_assert(alignof(PanelWidget_HasChild) == 0x000008, "Wrong alignment on PanelWidget_HasChild"); \ +static_assert(sizeof(PanelWidget_HasChild) == 0x000010, "Wrong size on PanelWidget_HasChild"); \ +static_assert(offsetof(PanelWidget_HasChild, content) == 0x000000, "Member 'PanelWidget_HasChild::content' has a wrong offset!"); \ +static_assert(offsetof(PanelWidget_HasChild, ReturnValue) == 0x000008, "Member 'PanelWidget_HasChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPanelWidget \ +static_assert(alignof(UPanelWidget) == 0x000008, "Wrong alignment on UPanelWidget"); \ +static_assert(sizeof(UPanelWidget) == 0x000190, "Wrong size on UPanelWidget"); \ +static_assert(offsetof(UPanelWidget, Slots) == 0x000178, "Member 'UPanelWidget::Slots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContentWidget_SetContent \ +static_assert(alignof(ContentWidget_SetContent) == 0x000008, "Wrong alignment on ContentWidget_SetContent"); \ +static_assert(sizeof(ContentWidget_SetContent) == 0x000010, "Wrong size on ContentWidget_SetContent"); \ +static_assert(offsetof(ContentWidget_SetContent, content) == 0x000000, "Member 'ContentWidget_SetContent::content' has a wrong offset!"); \ +static_assert(offsetof(ContentWidget_SetContent, ReturnValue) == 0x000008, "Member 'ContentWidget_SetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContentWidget_GetContent \ +static_assert(alignof(ContentWidget_GetContent) == 0x000008, "Wrong alignment on ContentWidget_GetContent"); \ +static_assert(sizeof(ContentWidget_GetContent) == 0x000008, "Wrong size on ContentWidget_GetContent"); \ +static_assert(offsetof(ContentWidget_GetContent, ReturnValue) == 0x000000, "Member 'ContentWidget_GetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContentWidget_GetContentSlot \ +static_assert(alignof(ContentWidget_GetContentSlot) == 0x000008, "Wrong alignment on ContentWidget_GetContentSlot"); \ +static_assert(sizeof(ContentWidget_GetContentSlot) == 0x000008, "Wrong size on ContentWidget_GetContentSlot"); \ +static_assert(offsetof(ContentWidget_GetContentSlot, ReturnValue) == 0x000000, "Member 'ContentWidget_GetContentSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContentWidget \ +static_assert(alignof(UContentWidget) == 0x000008, "Wrong alignment on UContentWidget"); \ +static_assert(sizeof(UContentWidget) == 0x000190, "Wrong size on UContentWidget"); \ + +#define DUMPER7_ASSERTS_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) == 0x000B30, "Wrong size on UCheckBox"); \ +static_assert(offsetof(UCheckBox, CheckedState) == 0x000190, "Member 'UCheckBox::CheckedState' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedStateDelegate) == 0x000194, "Member 'UCheckBox::CheckedStateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, WidgetStyle) == 0x0001B0, "Member 'UCheckBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, HorizontalAlignment) == 0x000B00, "Member 'UCheckBox::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, ClickMethod) == 0x000B01, "Member 'UCheckBox::ClickMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, TouchMethod) == 0x000B02, "Member 'UCheckBox::TouchMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, PressMethod) == 0x000B03, "Member 'UCheckBox::PressMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, IsFocusable) == 0x000B04, "Member 'UCheckBox::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, OnCheckStateChanged) == 0x000B08, "Member 'UCheckBox::OnCheckStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_AddExtension \ +static_assert(alignof(UserWidget_AddExtension) == 0x000008, "Wrong alignment on UserWidget_AddExtension"); \ +static_assert(sizeof(UserWidget_AddExtension) == 0x000010, "Wrong size on UserWidget_AddExtension"); \ +static_assert(offsetof(UserWidget_AddExtension, InExtensionType) == 0x000000, "Member 'UserWidget_AddExtension::InExtensionType' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_AddExtension, ReturnValue) == 0x000008, "Member 'UserWidget_AddExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_AddToPlayerScreen \ +static_assert(alignof(UserWidget_AddToPlayerScreen) == 0x000004, "Wrong alignment on UserWidget_AddToPlayerScreen"); \ +static_assert(sizeof(UserWidget_AddToPlayerScreen) == 0x000008, "Wrong size on UserWidget_AddToPlayerScreen"); \ +static_assert(offsetof(UserWidget_AddToPlayerScreen, ZOrder) == 0x000000, "Member 'UserWidget_AddToPlayerScreen::ZOrder' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_AddToPlayerScreen, ReturnValue) == 0x000004, "Member 'UserWidget_AddToPlayerScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_AddToViewport \ +static_assert(alignof(UserWidget_AddToViewport) == 0x000004, "Wrong alignment on UserWidget_AddToViewport"); \ +static_assert(sizeof(UserWidget_AddToViewport) == 0x000004, "Wrong size on UserWidget_AddToViewport"); \ +static_assert(offsetof(UserWidget_AddToViewport, ZOrder) == 0x000000, "Member 'UserWidget_AddToViewport::ZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_BindToAnimationEvent \ +static_assert(alignof(UserWidget_BindToAnimationEvent) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationEvent"); \ +static_assert(sizeof(UserWidget_BindToAnimationEvent) == 0x000028, "Wrong size on UserWidget_BindToAnimationEvent"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationEvent::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationEvent::Delegate' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, AnimationEvent) == 0x000018, "Member 'UserWidget_BindToAnimationEvent::AnimationEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationEvent, UserTag) == 0x00001C, "Member 'UserWidget_BindToAnimationEvent::UserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_BindToAnimationFinished \ +static_assert(alignof(UserWidget_BindToAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationFinished"); \ +static_assert(sizeof(UserWidget_BindToAnimationFinished) == 0x000018, "Wrong size on UserWidget_BindToAnimationFinished"); \ +static_assert(offsetof(UserWidget_BindToAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationFinished::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationFinished, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationFinished::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_BindToAnimationStarted \ +static_assert(alignof(UserWidget_BindToAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationStarted"); \ +static_assert(sizeof(UserWidget_BindToAnimationStarted) == 0x000018, "Wrong size on UserWidget_BindToAnimationStarted"); \ +static_assert(offsetof(UserWidget_BindToAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationStarted::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_BindToAnimationStarted, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationStarted::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsAnimationPlayingForward \ +static_assert(alignof(UserWidget_IsAnimationPlayingForward) == 0x000008, "Wrong alignment on UserWidget_IsAnimationPlayingForward"); \ +static_assert(sizeof(UserWidget_IsAnimationPlayingForward) == 0x000010, "Wrong size on UserWidget_IsAnimationPlayingForward"); \ +static_assert(offsetof(UserWidget_IsAnimationPlayingForward, InAnimation) == 0x000000, "Member 'UserWidget_IsAnimationPlayingForward::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_IsAnimationPlayingForward, ReturnValue) == 0x000008, "Member 'UserWidget_IsAnimationPlayingForward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_ListenForInputAction \ +static_assert(alignof(UserWidget_ListenForInputAction) == 0x000004, "Wrong alignment on UserWidget_ListenForInputAction"); \ +static_assert(sizeof(UserWidget_ListenForInputAction) == 0x00001C, "Wrong size on UserWidget_ListenForInputAction"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, ActionName) == 0x000000, "Member 'UserWidget_ListenForInputAction::ActionName' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, EventType) == 0x000008, "Member 'UserWidget_ListenForInputAction::EventType' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, bConsume) == 0x000009, "Member 'UserWidget_ListenForInputAction::bConsume' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_ListenForInputAction, Callback) == 0x00000C, "Member 'UserWidget_ListenForInputAction::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnAddedToFocusPath \ +static_assert(alignof(UserWidget_OnAddedToFocusPath) == 0x000004, "Wrong alignment on UserWidget_OnAddedToFocusPath"); \ +static_assert(sizeof(UserWidget_OnAddedToFocusPath) == 0x000008, "Wrong size on UserWidget_OnAddedToFocusPath"); \ +static_assert(offsetof(UserWidget_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'UserWidget_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnAnalogValueChanged \ +static_assert(alignof(UserWidget_OnAnalogValueChanged) == 0x000008, "Wrong alignment on UserWidget_OnAnalogValueChanged"); \ +static_assert(sizeof(UserWidget_OnAnalogValueChanged) == 0x000140, "Wrong size on UserWidget_OnAnalogValueChanged"); \ +static_assert(offsetof(UserWidget_OnAnalogValueChanged, MyGeometry) == 0x000000, "Member 'UserWidget_OnAnalogValueChanged::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnAnalogValueChanged, InAnalogInputEvent) == 0x000038, "Member 'UserWidget_OnAnalogValueChanged::InAnalogInputEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnAnalogValueChanged, ReturnValue) == 0x000088, "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) == 0x000088, "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) == 0x000080, "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) == 0x0000C0, "Wrong size on UserWidget_OnDragDetected"); \ +static_assert(offsetof(UserWidget_OnDragDetected, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragDetected::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragDetected, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragDetected::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragDetected, Operation) == 0x0000B8, "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) == 0x0000C0, "Wrong size on UserWidget_OnDragEnter"); \ +static_assert(offsetof(UserWidget_OnDragEnter, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragEnter, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragEnter::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragEnter, Operation) == 0x0000B8, "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) == 0x000088, "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) == 0x000080, "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) == 0x0000C8, "Wrong size on UserWidget_OnDragOver"); \ +static_assert(offsetof(UserWidget_OnDragOver, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragOver::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragOver, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragOver::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragOver, Operation) == 0x0000B8, "Member 'UserWidget_OnDragOver::Operation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragOver, ReturnValue) == 0x0000C0, "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) == 0x0000C8, "Wrong size on UserWidget_OnDrop"); \ +static_assert(offsetof(UserWidget_OnDrop, MyGeometry) == 0x000000, "Member 'UserWidget_OnDrop::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDrop, PointerEvent) == 0x000038, "Member 'UserWidget_OnDrop::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDrop, Operation) == 0x0000B8, "Member 'UserWidget_OnDrop::Operation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDrop, ReturnValue) == 0x0000C0, "Member 'UserWidget_OnDrop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnFocusLost \ +static_assert(alignof(UserWidget_OnFocusLost) == 0x000004, "Wrong alignment on UserWidget_OnFocusLost"); \ +static_assert(sizeof(UserWidget_OnFocusLost) == 0x000008, "Wrong size on UserWidget_OnFocusLost"); \ +static_assert(offsetof(UserWidget_OnFocusLost, InFocusEvent) == 0x000000, "Member 'UserWidget_OnFocusLost::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnFocusReceived \ +static_assert(alignof(UserWidget_OnFocusReceived) == 0x000008, "Wrong alignment on UserWidget_OnFocusReceived"); \ +static_assert(sizeof(UserWidget_OnFocusReceived) == 0x0000F8, "Wrong size on UserWidget_OnFocusReceived"); \ +static_assert(offsetof(UserWidget_OnFocusReceived, MyGeometry) == 0x000000, "Member 'UserWidget_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'UserWidget_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnFocusReceived, ReturnValue) == 0x000040, "Member 'UserWidget_OnFocusReceived::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnKeyChar \ +static_assert(alignof(UserWidget_OnKeyChar) == 0x000008, "Wrong alignment on UserWidget_OnKeyChar"); \ +static_assert(sizeof(UserWidget_OnKeyChar) == 0x000120, "Wrong size on UserWidget_OnKeyChar"); \ +static_assert(offsetof(UserWidget_OnKeyChar, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyChar::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyChar, InCharacterEvent) == 0x000038, "Member 'UserWidget_OnKeyChar::InCharacterEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyChar, ReturnValue) == 0x000068, "Member 'UserWidget_OnKeyChar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnKeyDown \ +static_assert(alignof(UserWidget_OnKeyDown) == 0x000008, "Wrong alignment on UserWidget_OnKeyDown"); \ +static_assert(sizeof(UserWidget_OnKeyDown) == 0x000138, "Wrong size on UserWidget_OnKeyDown"); \ +static_assert(offsetof(UserWidget_OnKeyDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyDown, InKeyEvent) == 0x000038, "Member 'UserWidget_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyDown, ReturnValue) == 0x000080, "Member 'UserWidget_OnKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnKeyUp \ +static_assert(alignof(UserWidget_OnKeyUp) == 0x000008, "Wrong alignment on UserWidget_OnKeyUp"); \ +static_assert(sizeof(UserWidget_OnKeyUp) == 0x000138, "Wrong size on UserWidget_OnKeyUp"); \ +static_assert(offsetof(UserWidget_OnKeyUp, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyUp, InKeyEvent) == 0x000038, "Member 'UserWidget_OnKeyUp::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnKeyUp, ReturnValue) == 0x000080, "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) == 0x000178, "Wrong size on UserWidget_OnMotionDetected"); \ +static_assert(offsetof(UserWidget_OnMotionDetected, MyGeometry) == 0x000000, "Member 'UserWidget_OnMotionDetected::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMotionDetected, InMotionEvent) == 0x000038, "Member 'UserWidget_OnMotionDetected::InMotionEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMotionDetected, ReturnValue) == 0x0000C0, "Member 'UserWidget_OnMotionDetected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseButtonDoubleClick \ +static_assert(alignof(UserWidget_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonDoubleClick"); \ +static_assert(sizeof(UserWidget_OnMouseButtonDoubleClick) == 0x000170, "Wrong size on UserWidget_OnMouseButtonDoubleClick"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseButtonDown \ +static_assert(alignof(UserWidget_OnMouseButtonDown) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonDown"); \ +static_assert(sizeof(UserWidget_OnMouseButtonDown) == 0x000170, "Wrong size on UserWidget_OnMouseButtonDown"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDown, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseButtonUp \ +static_assert(alignof(UserWidget_OnMouseButtonUp) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonUp"); \ +static_assert(sizeof(UserWidget_OnMouseButtonUp) == 0x000170, "Wrong size on UserWidget_OnMouseButtonUp"); \ +static_assert(offsetof(UserWidget_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonUp, ReturnValue) == 0x0000B8, "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) == 0x0000B8, "Wrong size on UserWidget_OnMouseEnter"); \ +static_assert(offsetof(UserWidget_OnMouseEnter, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseEnter, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseLeave \ +static_assert(alignof(UserWidget_OnMouseLeave) == 0x000008, "Wrong alignment on UserWidget_OnMouseLeave"); \ +static_assert(sizeof(UserWidget_OnMouseLeave) == 0x000080, "Wrong size on UserWidget_OnMouseLeave"); \ +static_assert(offsetof(UserWidget_OnMouseLeave, MouseEvent) == 0x000000, "Member 'UserWidget_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseMove \ +static_assert(alignof(UserWidget_OnMouseMove) == 0x000008, "Wrong alignment on UserWidget_OnMouseMove"); \ +static_assert(sizeof(UserWidget_OnMouseMove) == 0x000170, "Wrong size on UserWidget_OnMouseMove"); \ +static_assert(offsetof(UserWidget_OnMouseMove, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseMove::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseMove, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseMove::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseMove, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnMouseMove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnMouseWheel \ +static_assert(alignof(UserWidget_OnMouseWheel) == 0x000008, "Wrong alignment on UserWidget_OnMouseWheel"); \ +static_assert(sizeof(UserWidget_OnMouseWheel) == 0x000170, "Wrong size on UserWidget_OnMouseWheel"); \ +static_assert(offsetof(UserWidget_OnMouseWheel, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseWheel::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseWheel, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseWheel::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseWheel, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnMouseWheel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnPreviewKeyDown \ +static_assert(alignof(UserWidget_OnPreviewKeyDown) == 0x000008, "Wrong alignment on UserWidget_OnPreviewKeyDown"); \ +static_assert(sizeof(UserWidget_OnPreviewKeyDown) == 0x000138, "Wrong size on UserWidget_OnPreviewKeyDown"); \ +static_assert(offsetof(UserWidget_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewKeyDown, InKeyEvent) == 0x000038, "Member 'UserWidget_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewKeyDown, ReturnValue) == 0x000080, "Member 'UserWidget_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnPreviewMouseButtonDown \ +static_assert(alignof(UserWidget_OnPreviewMouseButtonDown) == 0x000008, "Wrong alignment on UserWidget_OnPreviewMouseButtonDown"); \ +static_assert(sizeof(UserWidget_OnPreviewMouseButtonDown) == 0x000170, "Wrong size on UserWidget_OnPreviewMouseButtonDown"); \ +static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnPreviewMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, MouseEvent) == 0x000038, "Member 'UserWidget_OnPreviewMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnPreviewMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnRemovedFromFocusPath \ +static_assert(alignof(UserWidget_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on UserWidget_OnRemovedFromFocusPath"); \ +static_assert(sizeof(UserWidget_OnRemovedFromFocusPath) == 0x000008, "Wrong size on UserWidget_OnRemovedFromFocusPath"); \ +static_assert(offsetof(UserWidget_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'UserWidget_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchEnded \ +static_assert(alignof(UserWidget_OnTouchEnded) == 0x000008, "Wrong alignment on UserWidget_OnTouchEnded"); \ +static_assert(sizeof(UserWidget_OnTouchEnded) == 0x000170, "Wrong size on UserWidget_OnTouchEnded"); \ +static_assert(offsetof(UserWidget_OnTouchEnded, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchEnded::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchEnded, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchEnded::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchEnded, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnTouchEnded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchFirstMove \ +static_assert(alignof(UserWidget_OnTouchFirstMove) == 0x000008, "Wrong alignment on UserWidget_OnTouchFirstMove"); \ +static_assert(sizeof(UserWidget_OnTouchFirstMove) == 0x000170, "Wrong size on UserWidget_OnTouchFirstMove"); \ +static_assert(offsetof(UserWidget_OnTouchFirstMove, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchFirstMove::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchFirstMove, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchFirstMove::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchFirstMove, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnTouchFirstMove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchForceChanged \ +static_assert(alignof(UserWidget_OnTouchForceChanged) == 0x000008, "Wrong alignment on UserWidget_OnTouchForceChanged"); \ +static_assert(sizeof(UserWidget_OnTouchForceChanged) == 0x000170, "Wrong size on UserWidget_OnTouchForceChanged"); \ +static_assert(offsetof(UserWidget_OnTouchForceChanged, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchForceChanged::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchForceChanged, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchForceChanged::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchForceChanged, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnTouchForceChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchGesture \ +static_assert(alignof(UserWidget_OnTouchGesture) == 0x000008, "Wrong alignment on UserWidget_OnTouchGesture"); \ +static_assert(sizeof(UserWidget_OnTouchGesture) == 0x000170, "Wrong size on UserWidget_OnTouchGesture"); \ +static_assert(offsetof(UserWidget_OnTouchGesture, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchGesture::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchGesture, GestureEvent) == 0x000038, "Member 'UserWidget_OnTouchGesture::GestureEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchGesture, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnTouchGesture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchMoved \ +static_assert(alignof(UserWidget_OnTouchMoved) == 0x000008, "Wrong alignment on UserWidget_OnTouchMoved"); \ +static_assert(sizeof(UserWidget_OnTouchMoved) == 0x000170, "Wrong size on UserWidget_OnTouchMoved"); \ +static_assert(offsetof(UserWidget_OnTouchMoved, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchMoved::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchMoved, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchMoved::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchMoved, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnTouchMoved::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnTouchStarted \ +static_assert(alignof(UserWidget_OnTouchStarted) == 0x000008, "Wrong alignment on UserWidget_OnTouchStarted"); \ +static_assert(sizeof(UserWidget_OnTouchStarted) == 0x000170, "Wrong size on UserWidget_OnTouchStarted"); \ +static_assert(offsetof(UserWidget_OnTouchStarted, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchStarted::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchStarted, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchStarted::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchStarted, ReturnValue) == 0x0000B8, "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) == 0x000030, "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) == 0x000020, "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) == 0x000020, "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) == 0x000030, "Wrong size on UserWidget_PlayAnimationTimeRange"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationTimeRange::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimationTimeRange::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, EndAtTime) == 0x00000C, "Member 'UserWidget_PlayAnimationTimeRange::EndAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, NumLoopsToPlay) == 0x000010, "Member 'UserWidget_PlayAnimationTimeRange::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlayMode) == 0x000014, "Member 'UserWidget_PlayAnimationTimeRange::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlaybackSpeed) == 0x000018, "Member 'UserWidget_PlayAnimationTimeRange::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, bRestoreState) == 0x00001C, "Member 'UserWidget_PlayAnimationTimeRange::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimationTimeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlaySound \ +static_assert(alignof(UserWidget_PlaySound) == 0x000008, "Wrong alignment on UserWidget_PlaySound"); \ +static_assert(sizeof(UserWidget_PlaySound) == 0x000008, "Wrong size on UserWidget_PlaySound"); \ +static_assert(offsetof(UserWidget_PlaySound, SoundToPlay) == 0x000000, "Member 'UserWidget_PlaySound::SoundToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PreConstruct \ +static_assert(alignof(UserWidget_PreConstruct) == 0x000001, "Wrong alignment on UserWidget_PreConstruct"); \ +static_assert(sizeof(UserWidget_PreConstruct) == 0x000001, "Wrong size on UserWidget_PreConstruct"); \ +static_assert(offsetof(UserWidget_PreConstruct, IsDesignTime) == 0x000000, "Member 'UserWidget_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_QueuePauseAnimation \ +static_assert(alignof(UserWidget_QueuePauseAnimation) == 0x000008, "Wrong alignment on UserWidget_QueuePauseAnimation"); \ +static_assert(sizeof(UserWidget_QueuePauseAnimation) == 0x000010, "Wrong size on UserWidget_QueuePauseAnimation"); \ +static_assert(offsetof(UserWidget_QueuePauseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_QueuePauseAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePauseAnimation, ReturnValue) == 0x000008, "Member 'UserWidget_QueuePauseAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_QueuePlayAnimation \ +static_assert(alignof(UserWidget_QueuePlayAnimation) == 0x000008, "Wrong alignment on UserWidget_QueuePlayAnimation"); \ +static_assert(sizeof(UserWidget_QueuePlayAnimation) == 0x000020, "Wrong size on UserWidget_QueuePlayAnimation"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimation, InAnimation) == 0x000000, "Member 'UserWidget_QueuePlayAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimation, StartAtTime) == 0x000008, "Member 'UserWidget_QueuePlayAnimation::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimation, NumLoopsToPlay) == 0x00000C, "Member 'UserWidget_QueuePlayAnimation::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimation, PlayMode) == 0x000010, "Member 'UserWidget_QueuePlayAnimation::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimation, PlaybackSpeed) == 0x000014, "Member 'UserWidget_QueuePlayAnimation::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimation, bRestoreState) == 0x000018, "Member 'UserWidget_QueuePlayAnimation::bRestoreState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_QueuePlayAnimationForward \ +static_assert(alignof(UserWidget_QueuePlayAnimationForward) == 0x000008, "Wrong alignment on UserWidget_QueuePlayAnimationForward"); \ +static_assert(sizeof(UserWidget_QueuePlayAnimationForward) == 0x000010, "Wrong size on UserWidget_QueuePlayAnimationForward"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationForward, InAnimation) == 0x000000, "Member 'UserWidget_QueuePlayAnimationForward::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationForward, PlaybackSpeed) == 0x000008, "Member 'UserWidget_QueuePlayAnimationForward::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationForward, bRestoreState) == 0x00000C, "Member 'UserWidget_QueuePlayAnimationForward::bRestoreState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_QueuePlayAnimationReverse \ +static_assert(alignof(UserWidget_QueuePlayAnimationReverse) == 0x000008, "Wrong alignment on UserWidget_QueuePlayAnimationReverse"); \ +static_assert(sizeof(UserWidget_QueuePlayAnimationReverse) == 0x000010, "Wrong size on UserWidget_QueuePlayAnimationReverse"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationReverse, InAnimation) == 0x000000, "Member 'UserWidget_QueuePlayAnimationReverse::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationReverse, PlaybackSpeed) == 0x000008, "Member 'UserWidget_QueuePlayAnimationReverse::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationReverse, bRestoreState) == 0x00000C, "Member 'UserWidget_QueuePlayAnimationReverse::bRestoreState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_QueuePlayAnimationTimeRange \ +static_assert(alignof(UserWidget_QueuePlayAnimationTimeRange) == 0x000008, "Wrong alignment on UserWidget_QueuePlayAnimationTimeRange"); \ +static_assert(sizeof(UserWidget_QueuePlayAnimationTimeRange) == 0x000020, "Wrong size on UserWidget_QueuePlayAnimationTimeRange"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, InAnimation) == 0x000000, "Member 'UserWidget_QueuePlayAnimationTimeRange::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, StartAtTime) == 0x000008, "Member 'UserWidget_QueuePlayAnimationTimeRange::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, EndAtTime) == 0x00000C, "Member 'UserWidget_QueuePlayAnimationTimeRange::EndAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, NumLoopsToPlay) == 0x000010, "Member 'UserWidget_QueuePlayAnimationTimeRange::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, PlayMode) == 0x000014, "Member 'UserWidget_QueuePlayAnimationTimeRange::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, PlaybackSpeed) == 0x000018, "Member 'UserWidget_QueuePlayAnimationTimeRange::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_QueuePlayAnimationTimeRange, bRestoreState) == 0x00001C, "Member 'UserWidget_QueuePlayAnimationTimeRange::bRestoreState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_QueueStopAnimation \ +static_assert(alignof(UserWidget_QueueStopAnimation) == 0x000008, "Wrong alignment on UserWidget_QueueStopAnimation"); \ +static_assert(sizeof(UserWidget_QueueStopAnimation) == 0x000008, "Wrong size on UserWidget_QueueStopAnimation"); \ +static_assert(offsetof(UserWidget_QueueStopAnimation, InAnimation) == 0x000000, "Member 'UserWidget_QueueStopAnimation::InAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_RemoveExtension \ +static_assert(alignof(UserWidget_RemoveExtension) == 0x000008, "Wrong alignment on UserWidget_RemoveExtension"); \ +static_assert(sizeof(UserWidget_RemoveExtension) == 0x000008, "Wrong size on UserWidget_RemoveExtension"); \ +static_assert(offsetof(UserWidget_RemoveExtension, InExtension) == 0x000000, "Member 'UserWidget_RemoveExtension::InExtension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_RemoveExtensions \ +static_assert(alignof(UserWidget_RemoveExtensions) == 0x000008, "Wrong alignment on UserWidget_RemoveExtensions"); \ +static_assert(sizeof(UserWidget_RemoveExtensions) == 0x000008, "Wrong size on UserWidget_RemoveExtensions"); \ +static_assert(offsetof(UserWidget_RemoveExtensions, InExtensionType) == 0x000000, "Member 'UserWidget_RemoveExtensions::InExtensionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_ReverseAnimation \ +static_assert(alignof(UserWidget_ReverseAnimation) == 0x000008, "Wrong alignment on UserWidget_ReverseAnimation"); \ +static_assert(sizeof(UserWidget_ReverseAnimation) == 0x000008, "Wrong size on UserWidget_ReverseAnimation"); \ +static_assert(offsetof(UserWidget_ReverseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_ReverseAnimation::InAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetAlignmentInViewport \ +static_assert(alignof(UserWidget_SetAlignmentInViewport) == 0x000008, "Wrong alignment on UserWidget_SetAlignmentInViewport"); \ +static_assert(sizeof(UserWidget_SetAlignmentInViewport) == 0x000010, "Wrong size on UserWidget_SetAlignmentInViewport"); \ +static_assert(offsetof(UserWidget_SetAlignmentInViewport, Alignment) == 0x000000, "Member 'UserWidget_SetAlignmentInViewport::Alignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetAnchorsInViewport \ +static_assert(alignof(UserWidget_SetAnchorsInViewport) == 0x000008, "Wrong alignment on UserWidget_SetAnchorsInViewport"); \ +static_assert(sizeof(UserWidget_SetAnchorsInViewport) == 0x000020, "Wrong size on UserWidget_SetAnchorsInViewport"); \ +static_assert(offsetof(UserWidget_SetAnchorsInViewport, Anchors) == 0x000000, "Member 'UserWidget_SetAnchorsInViewport::Anchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetAnimationCurrentTime \ +static_assert(alignof(UserWidget_SetAnimationCurrentTime) == 0x000008, "Wrong alignment on UserWidget_SetAnimationCurrentTime"); \ +static_assert(sizeof(UserWidget_SetAnimationCurrentTime) == 0x000010, "Wrong size on UserWidget_SetAnimationCurrentTime"); \ +static_assert(offsetof(UserWidget_SetAnimationCurrentTime, InAnimation) == 0x000000, "Member 'UserWidget_SetAnimationCurrentTime::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetAnimationCurrentTime, InTime) == 0x000008, "Member 'UserWidget_SetAnimationCurrentTime::InTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetColorAndOpacity \ +static_assert(alignof(UserWidget_SetColorAndOpacity) == 0x000004, "Wrong alignment on UserWidget_SetColorAndOpacity"); \ +static_assert(sizeof(UserWidget_SetColorAndOpacity) == 0x000010, "Wrong size on UserWidget_SetColorAndOpacity"); \ +static_assert(offsetof(UserWidget_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'UserWidget_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetDesiredFocusWidget \ +static_assert(alignof(UserWidget_SetDesiredFocusWidget) == 0x000008, "Wrong alignment on UserWidget_SetDesiredFocusWidget"); \ +static_assert(sizeof(UserWidget_SetDesiredFocusWidget) == 0x000010, "Wrong size on UserWidget_SetDesiredFocusWidget"); \ +static_assert(offsetof(UserWidget_SetDesiredFocusWidget, Widget) == 0x000000, "Member 'UserWidget_SetDesiredFocusWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetDesiredFocusWidget, ReturnValue) == 0x000008, "Member 'UserWidget_SetDesiredFocusWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetDesiredSizeInViewport \ +static_assert(alignof(UserWidget_SetDesiredSizeInViewport) == 0x000008, "Wrong alignment on UserWidget_SetDesiredSizeInViewport"); \ +static_assert(sizeof(UserWidget_SetDesiredSizeInViewport) == 0x000010, "Wrong size on UserWidget_SetDesiredSizeInViewport"); \ +static_assert(offsetof(UserWidget_SetDesiredSizeInViewport, Size) == 0x000000, "Member 'UserWidget_SetDesiredSizeInViewport::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetForegroundColor \ +static_assert(alignof(UserWidget_SetForegroundColor) == 0x000004, "Wrong alignment on UserWidget_SetForegroundColor"); \ +static_assert(sizeof(UserWidget_SetForegroundColor) == 0x000014, "Wrong size on UserWidget_SetForegroundColor"); \ +static_assert(offsetof(UserWidget_SetForegroundColor, InForegroundColor) == 0x000000, "Member 'UserWidget_SetForegroundColor::InForegroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetInputActionBlocking \ +static_assert(alignof(UserWidget_SetInputActionBlocking) == 0x000001, "Wrong alignment on UserWidget_SetInputActionBlocking"); \ +static_assert(sizeof(UserWidget_SetInputActionBlocking) == 0x000001, "Wrong size on UserWidget_SetInputActionBlocking"); \ +static_assert(offsetof(UserWidget_SetInputActionBlocking, bShouldBlock) == 0x000000, "Member 'UserWidget_SetInputActionBlocking::bShouldBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetInputActionPriority \ +static_assert(alignof(UserWidget_SetInputActionPriority) == 0x000004, "Wrong alignment on UserWidget_SetInputActionPriority"); \ +static_assert(sizeof(UserWidget_SetInputActionPriority) == 0x000004, "Wrong size on UserWidget_SetInputActionPriority"); \ +static_assert(offsetof(UserWidget_SetInputActionPriority, NewPriority) == 0x000000, "Member 'UserWidget_SetInputActionPriority::NewPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetNumLoopsToPlay \ +static_assert(alignof(UserWidget_SetNumLoopsToPlay) == 0x000008, "Wrong alignment on UserWidget_SetNumLoopsToPlay"); \ +static_assert(sizeof(UserWidget_SetNumLoopsToPlay) == 0x000010, "Wrong size on UserWidget_SetNumLoopsToPlay"); \ +static_assert(offsetof(UserWidget_SetNumLoopsToPlay, InAnimation) == 0x000000, "Member 'UserWidget_SetNumLoopsToPlay::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetNumLoopsToPlay, NumLoopsToPlay) == 0x000008, "Member 'UserWidget_SetNumLoopsToPlay::NumLoopsToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetOwningPlayer \ +static_assert(alignof(UserWidget_SetOwningPlayer) == 0x000008, "Wrong alignment on UserWidget_SetOwningPlayer"); \ +static_assert(sizeof(UserWidget_SetOwningPlayer) == 0x000008, "Wrong size on UserWidget_SetOwningPlayer"); \ +static_assert(offsetof(UserWidget_SetOwningPlayer, LocalPlayerController) == 0x000000, "Member 'UserWidget_SetOwningPlayer::LocalPlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetPadding \ +static_assert(alignof(UserWidget_SetPadding) == 0x000004, "Wrong alignment on UserWidget_SetPadding"); \ +static_assert(sizeof(UserWidget_SetPadding) == 0x000010, "Wrong size on UserWidget_SetPadding"); \ +static_assert(offsetof(UserWidget_SetPadding, InPadding) == 0x000000, "Member 'UserWidget_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetPlaybackSpeed \ +static_assert(alignof(UserWidget_SetPlaybackSpeed) == 0x000008, "Wrong alignment on UserWidget_SetPlaybackSpeed"); \ +static_assert(sizeof(UserWidget_SetPlaybackSpeed) == 0x000010, "Wrong size on UserWidget_SetPlaybackSpeed"); \ +static_assert(offsetof(UserWidget_SetPlaybackSpeed, InAnimation) == 0x000000, "Member 'UserWidget_SetPlaybackSpeed::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetPlaybackSpeed, PlaybackSpeed) == 0x000008, "Member 'UserWidget_SetPlaybackSpeed::PlaybackSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetPositionInViewport \ +static_assert(alignof(UserWidget_SetPositionInViewport) == 0x000008, "Wrong alignment on UserWidget_SetPositionInViewport"); \ +static_assert(sizeof(UserWidget_SetPositionInViewport) == 0x000018, "Wrong size on UserWidget_SetPositionInViewport"); \ +static_assert(offsetof(UserWidget_SetPositionInViewport, position) == 0x000000, "Member 'UserWidget_SetPositionInViewport::position' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_SetPositionInViewport, bRemoveDPIScale) == 0x000010, "Member 'UserWidget_SetPositionInViewport::bRemoveDPIScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_StopAnimation \ +static_assert(alignof(UserWidget_StopAnimation) == 0x000008, "Wrong alignment on UserWidget_StopAnimation"); \ +static_assert(sizeof(UserWidget_StopAnimation) == 0x000008, "Wrong size on UserWidget_StopAnimation"); \ +static_assert(offsetof(UserWidget_StopAnimation, InAnimation) == 0x000000, "Member 'UserWidget_StopAnimation::InAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_StopListeningForInputAction \ +static_assert(alignof(UserWidget_StopListeningForInputAction) == 0x000004, "Wrong alignment on UserWidget_StopListeningForInputAction"); \ +static_assert(sizeof(UserWidget_StopListeningForInputAction) == 0x00000C, "Wrong size on UserWidget_StopListeningForInputAction"); \ +static_assert(offsetof(UserWidget_StopListeningForInputAction, ActionName) == 0x000000, "Member 'UserWidget_StopListeningForInputAction::ActionName' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_StopListeningForInputAction, EventType) == 0x000008, "Member 'UserWidget_StopListeningForInputAction::EventType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_Tick \ +static_assert(alignof(UserWidget_Tick) == 0x000004, "Wrong alignment on UserWidget_Tick"); \ +static_assert(sizeof(UserWidget_Tick) == 0x00003C, "Wrong size on UserWidget_Tick"); \ +static_assert(offsetof(UserWidget_Tick, MyGeometry) == 0x000000, "Member 'UserWidget_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_Tick, InDeltaTime) == 0x000038, "Member 'UserWidget_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_UnbindAllFromAnimationFinished \ +static_assert(alignof(UserWidget_UnbindAllFromAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_UnbindAllFromAnimationFinished"); \ +static_assert(sizeof(UserWidget_UnbindAllFromAnimationFinished) == 0x000008, "Wrong size on UserWidget_UnbindAllFromAnimationFinished"); \ +static_assert(offsetof(UserWidget_UnbindAllFromAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_UnbindAllFromAnimationFinished::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_UnbindAllFromAnimationStarted \ +static_assert(alignof(UserWidget_UnbindAllFromAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_UnbindAllFromAnimationStarted"); \ +static_assert(sizeof(UserWidget_UnbindAllFromAnimationStarted) == 0x000008, "Wrong size on UserWidget_UnbindAllFromAnimationStarted"); \ +static_assert(offsetof(UserWidget_UnbindAllFromAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_UnbindAllFromAnimationStarted::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_UnbindFromAnimationFinished \ +static_assert(alignof(UserWidget_UnbindFromAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_UnbindFromAnimationFinished"); \ +static_assert(sizeof(UserWidget_UnbindFromAnimationFinished) == 0x000018, "Wrong size on UserWidget_UnbindFromAnimationFinished"); \ +static_assert(offsetof(UserWidget_UnbindFromAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_UnbindFromAnimationFinished::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_UnbindFromAnimationFinished, Delegate) == 0x000008, "Member 'UserWidget_UnbindFromAnimationFinished::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_UnbindFromAnimationStarted \ +static_assert(alignof(UserWidget_UnbindFromAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_UnbindFromAnimationStarted"); \ +static_assert(sizeof(UserWidget_UnbindFromAnimationStarted) == 0x000018, "Wrong size on UserWidget_UnbindFromAnimationStarted"); \ +static_assert(offsetof(UserWidget_UnbindFromAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_UnbindFromAnimationStarted::Animation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_UnbindFromAnimationStarted, Delegate) == 0x000008, "Member 'UserWidget_UnbindFromAnimationStarted::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetAlignmentInViewport \ +static_assert(alignof(UserWidget_GetAlignmentInViewport) == 0x000008, "Wrong alignment on UserWidget_GetAlignmentInViewport"); \ +static_assert(sizeof(UserWidget_GetAlignmentInViewport) == 0x000010, "Wrong size on UserWidget_GetAlignmentInViewport"); \ +static_assert(offsetof(UserWidget_GetAlignmentInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_GetAlignmentInViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetAnchorsInViewport \ +static_assert(alignof(UserWidget_GetAnchorsInViewport) == 0x000008, "Wrong alignment on UserWidget_GetAnchorsInViewport"); \ +static_assert(sizeof(UserWidget_GetAnchorsInViewport) == 0x000020, "Wrong size on UserWidget_GetAnchorsInViewport"); \ +static_assert(offsetof(UserWidget_GetAnchorsInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_GetAnchorsInViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetAnimationCurrentTime \ +static_assert(alignof(UserWidget_GetAnimationCurrentTime) == 0x000008, "Wrong alignment on UserWidget_GetAnimationCurrentTime"); \ +static_assert(sizeof(UserWidget_GetAnimationCurrentTime) == 0x000010, "Wrong size on UserWidget_GetAnimationCurrentTime"); \ +static_assert(offsetof(UserWidget_GetAnimationCurrentTime, InAnimation) == 0x000000, "Member 'UserWidget_GetAnimationCurrentTime::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_GetAnimationCurrentTime, ReturnValue) == 0x000008, "Member 'UserWidget_GetAnimationCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetExtension \ +static_assert(alignof(UserWidget_GetExtension) == 0x000008, "Wrong alignment on UserWidget_GetExtension"); \ +static_assert(sizeof(UserWidget_GetExtension) == 0x000010, "Wrong size on UserWidget_GetExtension"); \ +static_assert(offsetof(UserWidget_GetExtension, ExtensionType) == 0x000000, "Member 'UserWidget_GetExtension::ExtensionType' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_GetExtension, ReturnValue) == 0x000008, "Member 'UserWidget_GetExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetExtensions \ +static_assert(alignof(UserWidget_GetExtensions) == 0x000008, "Wrong alignment on UserWidget_GetExtensions"); \ +static_assert(sizeof(UserWidget_GetExtensions) == 0x000018, "Wrong size on UserWidget_GetExtensions"); \ +static_assert(offsetof(UserWidget_GetExtensions, ExtensionType) == 0x000000, "Member 'UserWidget_GetExtensions::ExtensionType' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_GetExtensions, ReturnValue) == 0x000008, "Member 'UserWidget_GetExtensions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetIsVisible \ +static_assert(alignof(UserWidget_GetIsVisible) == 0x000001, "Wrong alignment on UserWidget_GetIsVisible"); \ +static_assert(sizeof(UserWidget_GetIsVisible) == 0x000001, "Wrong size on UserWidget_GetIsVisible"); \ +static_assert(offsetof(UserWidget_GetIsVisible, ReturnValue) == 0x000000, "Member 'UserWidget_GetIsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetOwningPlayerCameraManager \ +static_assert(alignof(UserWidget_GetOwningPlayerCameraManager) == 0x000008, "Wrong alignment on UserWidget_GetOwningPlayerCameraManager"); \ +static_assert(sizeof(UserWidget_GetOwningPlayerCameraManager) == 0x000008, "Wrong size on UserWidget_GetOwningPlayerCameraManager"); \ +static_assert(offsetof(UserWidget_GetOwningPlayerCameraManager, ReturnValue) == 0x000000, "Member 'UserWidget_GetOwningPlayerCameraManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetOwningPlayerPawn \ +static_assert(alignof(UserWidget_GetOwningPlayerPawn) == 0x000008, "Wrong alignment on UserWidget_GetOwningPlayerPawn"); \ +static_assert(sizeof(UserWidget_GetOwningPlayerPawn) == 0x000008, "Wrong size on UserWidget_GetOwningPlayerPawn"); \ +static_assert(offsetof(UserWidget_GetOwningPlayerPawn, ReturnValue) == 0x000000, "Member 'UserWidget_GetOwningPlayerPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsAnimationPlaying \ +static_assert(alignof(UserWidget_IsAnimationPlaying) == 0x000008, "Wrong alignment on UserWidget_IsAnimationPlaying"); \ +static_assert(sizeof(UserWidget_IsAnimationPlaying) == 0x000010, "Wrong size on UserWidget_IsAnimationPlaying"); \ +static_assert(offsetof(UserWidget_IsAnimationPlaying, InAnimation) == 0x000000, "Member 'UserWidget_IsAnimationPlaying::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_IsAnimationPlaying, ReturnValue) == 0x000008, "Member 'UserWidget_IsAnimationPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsAnyAnimationPlaying \ +static_assert(alignof(UserWidget_IsAnyAnimationPlaying) == 0x000001, "Wrong alignment on UserWidget_IsAnyAnimationPlaying"); \ +static_assert(sizeof(UserWidget_IsAnyAnimationPlaying) == 0x000001, "Wrong size on UserWidget_IsAnyAnimationPlaying"); \ +static_assert(offsetof(UserWidget_IsAnyAnimationPlaying, ReturnValue) == 0x000000, "Member 'UserWidget_IsAnyAnimationPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsInteractable \ +static_assert(alignof(UserWidget_IsInteractable) == 0x000001, "Wrong alignment on UserWidget_IsInteractable"); \ +static_assert(sizeof(UserWidget_IsInteractable) == 0x000001, "Wrong size on UserWidget_IsInteractable"); \ +static_assert(offsetof(UserWidget_IsInteractable, ReturnValue) == 0x000000, "Member 'UserWidget_IsInteractable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsListeningForInputAction \ +static_assert(alignof(UserWidget_IsListeningForInputAction) == 0x000004, "Wrong alignment on UserWidget_IsListeningForInputAction"); \ +static_assert(sizeof(UserWidget_IsListeningForInputAction) == 0x00000C, "Wrong size on UserWidget_IsListeningForInputAction"); \ +static_assert(offsetof(UserWidget_IsListeningForInputAction, ActionName) == 0x000000, "Member 'UserWidget_IsListeningForInputAction::ActionName' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_IsListeningForInputAction, ReturnValue) == 0x000008, "Member 'UserWidget_IsListeningForInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsPlayingAnimation \ +static_assert(alignof(UserWidget_IsPlayingAnimation) == 0x000001, "Wrong alignment on UserWidget_IsPlayingAnimation"); \ +static_assert(sizeof(UserWidget_IsPlayingAnimation) == 0x000001, "Wrong size on UserWidget_IsPlayingAnimation"); \ +static_assert(offsetof(UserWidget_IsPlayingAnimation, ReturnValue) == 0x000000, "Member 'UserWidget_IsPlayingAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnPaint \ +static_assert(alignof(UserWidget_OnPaint) == 0x000008, "Wrong alignment on UserWidget_OnPaint"); \ +static_assert(sizeof(UserWidget_OnPaint) == 0x000030, "Wrong size on UserWidget_OnPaint"); \ +static_assert(offsetof(UserWidget_OnPaint, Context) == 0x000000, "Member 'UserWidget_OnPaint::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserWidget \ +static_assert(alignof(UUserWidget) == 0x000008, "Wrong alignment on UUserWidget"); \ +static_assert(sizeof(UUserWidget) == 0x000328, "Wrong size on UUserWidget"); \ +static_assert(offsetof(UUserWidget, ColorAndOpacity) == 0x0001B0, "Member 'UUserWidget::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ColorAndOpacityDelegate) == 0x0001C0, "Member 'UUserWidget::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ForegroundColor) == 0x0001D0, "Member 'UUserWidget::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ForegroundColorDelegate) == 0x0001E4, "Member 'UUserWidget::ForegroundColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, OnVisibilityChanged) == 0x0001F8, "Member 'UUserWidget::OnVisibilityChanged' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, Padding) == 0x000238, "Member 'UUserWidget::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, Priority) == 0x000248, "Member 'UUserWidget::Priority' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, QueuedWidgetAnimationTransitions) == 0x000250, "Member 'UUserWidget::QueuedWidgetAnimationTransitions' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ActiveSequencePlayers) == 0x000260, "Member 'UUserWidget::ActiveSequencePlayers' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, AnimationTickManager) == 0x000270, "Member 'UUserWidget::AnimationTickManager' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, StoppedSequencePlayers) == 0x000278, "Member 'UUserWidget::StoppedSequencePlayers' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, NamedSlotBindings) == 0x0002A0, "Member 'UUserWidget::NamedSlotBindings' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, Extensions) == 0x0002B0, "Member 'UUserWidget::Extensions' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, WidgetTree) == 0x0002C0, "Member 'UUserWidget::WidgetTree' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, TickFrequency) == 0x0002E0, "Member 'UUserWidget::TickFrequency' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, DesiredFocusWidget) == 0x0002E4, "Member 'UUserWidget::DesiredFocusWidget' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, InputComponent) == 0x0002F8, "Member 'UUserWidget::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, AnimationCallbacks) == 0x000300, "Member 'UUserWidget::AnimationCallbacks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetEnumStateRegistration \ +static_assert(alignof(UWidgetEnumStateRegistration) == 0x000008, "Wrong alignment on UWidgetEnumStateRegistration"); \ +static_assert(sizeof(UWidgetEnumStateRegistration) == 0x000028, "Wrong size on UWidgetEnumStateRegistration"); \ + +#define DUMPER7_ASSERTS_UWidgetCheckedStateRegistration \ +static_assert(alignof(UWidgetCheckedStateRegistration) == 0x000008, "Wrong alignment on UWidgetCheckedStateRegistration"); \ +static_assert(sizeof(UWidgetCheckedStateRegistration) == 0x000028, "Wrong size on UWidgetCheckedStateRegistration"); \ + +#define DUMPER7_ASSERTS_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) == 0x000260, "Wrong size on UCircularThrobber"); \ +static_assert(offsetof(UCircularThrobber, NumberOfPieces) == 0x000178, "Member 'UCircularThrobber::NumberOfPieces' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, Period) == 0x00017C, "Member 'UCircularThrobber::Period' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, Radius) == 0x000180, "Member 'UCircularThrobber::Radius' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, Image) == 0x000190, "Member 'UCircularThrobber::Image' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, bEnableRadius) == 0x000240, "Member 'UCircularThrobber::bEnableRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewBase_CreateDragDropOperation \ +static_assert(alignof(ListViewBase_CreateDragDropOperation) == 0x000008, "Wrong alignment on ListViewBase_CreateDragDropOperation"); \ +static_assert(sizeof(ListViewBase_CreateDragDropOperation) == 0x000010, "Wrong size on ListViewBase_CreateDragDropOperation"); \ +static_assert(offsetof(ListViewBase_CreateDragDropOperation, Item) == 0x000000, "Member 'ListViewBase_CreateDragDropOperation::Item' has a wrong offset!"); \ +static_assert(offsetof(ListViewBase_CreateDragDropOperation, ReturnValue) == 0x000008, "Member 'ListViewBase_CreateDragDropOperation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewBase_SetAllowOverScroll \ +static_assert(alignof(ListViewBase_SetAllowOverScroll) == 0x000001, "Wrong alignment on ListViewBase_SetAllowOverScroll"); \ +static_assert(sizeof(ListViewBase_SetAllowOverScroll) == 0x000001, "Wrong size on ListViewBase_SetAllowOverScroll"); \ +static_assert(offsetof(ListViewBase_SetAllowOverScroll, NewAllowOverscroll) == 0x000000, "Member 'ListViewBase_SetAllowOverScroll::NewAllowOverscroll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewBase_SetIsGamepadScrollingEnabled \ +static_assert(alignof(ListViewBase_SetIsGamepadScrollingEnabled) == 0x000001, "Wrong alignment on ListViewBase_SetIsGamepadScrollingEnabled"); \ +static_assert(sizeof(ListViewBase_SetIsGamepadScrollingEnabled) == 0x000001, "Wrong size on ListViewBase_SetIsGamepadScrollingEnabled"); \ +static_assert(offsetof(ListViewBase_SetIsGamepadScrollingEnabled, bInIsGamepadScrollingEnabled) == 0x000000, "Member 'ListViewBase_SetIsGamepadScrollingEnabled::bInIsGamepadScrollingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewBase_SetIsPointerScrollingEnabled \ +static_assert(alignof(ListViewBase_SetIsPointerScrollingEnabled) == 0x000001, "Wrong alignment on ListViewBase_SetIsPointerScrollingEnabled"); \ +static_assert(sizeof(ListViewBase_SetIsPointerScrollingEnabled) == 0x000001, "Wrong size on ListViewBase_SetIsPointerScrollingEnabled"); \ +static_assert(offsetof(ListViewBase_SetIsPointerScrollingEnabled, bInIsPointerScrollingEnabled) == 0x000000, "Member 'ListViewBase_SetIsPointerScrollingEnabled::bInIsPointerScrollingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewBase_SetScrollbarVisibility \ +static_assert(alignof(ListViewBase_SetScrollbarVisibility) == 0x000001, "Wrong alignment on ListViewBase_SetScrollbarVisibility"); \ +static_assert(sizeof(ListViewBase_SetScrollbarVisibility) == 0x000001, "Wrong size on ListViewBase_SetScrollbarVisibility"); \ +static_assert(offsetof(ListViewBase_SetScrollbarVisibility, InVisibility) == 0x000000, "Member 'ListViewBase_SetScrollbarVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewBase_SetScrollOffset \ +static_assert(alignof(ListViewBase_SetScrollOffset) == 0x000004, "Wrong alignment on ListViewBase_SetScrollOffset"); \ +static_assert(sizeof(ListViewBase_SetScrollOffset) == 0x000004, "Wrong size on ListViewBase_SetScrollOffset"); \ +static_assert(offsetof(ListViewBase_SetScrollOffset, InScrollOffset) == 0x000000, "Member 'ListViewBase_SetScrollOffset::InScrollOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewBase_SetWheelScrollMultiplier \ +static_assert(alignof(ListViewBase_SetWheelScrollMultiplier) == 0x000004, "Wrong alignment on ListViewBase_SetWheelScrollMultiplier"); \ +static_assert(sizeof(ListViewBase_SetWheelScrollMultiplier) == 0x000004, "Wrong size on ListViewBase_SetWheelScrollMultiplier"); \ +static_assert(offsetof(ListViewBase_SetWheelScrollMultiplier, NewWheelScrollMultiplier) == 0x000000, "Member 'ListViewBase_SetWheelScrollMultiplier::NewWheelScrollMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewBase_GetDisplayedEntryWidgets \ +static_assert(alignof(ListViewBase_GetDisplayedEntryWidgets) == 0x000008, "Wrong alignment on ListViewBase_GetDisplayedEntryWidgets"); \ +static_assert(sizeof(ListViewBase_GetDisplayedEntryWidgets) == 0x000010, "Wrong size on ListViewBase_GetDisplayedEntryWidgets"); \ +static_assert(offsetof(ListViewBase_GetDisplayedEntryWidgets, ReturnValue) == 0x000000, "Member 'ListViewBase_GetDisplayedEntryWidgets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewBase_GetIsDraggingListItem \ +static_assert(alignof(ListViewBase_GetIsDraggingListItem) == 0x000001, "Wrong alignment on ListViewBase_GetIsDraggingListItem"); \ +static_assert(sizeof(ListViewBase_GetIsDraggingListItem) == 0x000001, "Wrong size on ListViewBase_GetIsDraggingListItem"); \ +static_assert(offsetof(ListViewBase_GetIsDraggingListItem, ReturnValue) == 0x000000, "Member 'ListViewBase_GetIsDraggingListItem::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) == 0x0002E8, "Wrong size on UListViewBase"); \ +static_assert(offsetof(UListViewBase, BP_OnEntryGenerated) == 0x000178, "Member 'UListViewBase::BP_OnEntryGenerated' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, BP_OnEntriesGenerated) == 0x000188, "Member 'UListViewBase::BP_OnEntriesGenerated' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, EntryWidgetClass) == 0x0001A8, "Member 'UListViewBase::EntryWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, WheelScrollMultiplier) == 0x0001B0, "Member 'UListViewBase::WheelScrollMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableScrollAnimation) == 0x0001B4, "Member 'UListViewBase::bEnableScrollAnimation' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, ScrollingAnimationInterpolationSpeed) == 0x0001B8, "Member 'UListViewBase::ScrollingAnimationInterpolationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bInEnableTouchAnimatedScrolling) == 0x0001BC, "Member 'UListViewBase::bInEnableTouchAnimatedScrolling' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, AllowOverscroll) == 0x0001BD, "Member 'UListViewBase::AllowOverscroll' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableRightClickScrolling) == 0x0001BE, "Member 'UListViewBase::bEnableRightClickScrolling' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableTouchScrolling) == 0x0001BF, "Member 'UListViewBase::bEnableTouchScrolling' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bIsPointerScrollingEnabled) == 0x0001C0, "Member 'UListViewBase::bIsPointerScrollingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bIsGamepadScrollingEnabled) == 0x0001C1, "Member 'UListViewBase::bIsGamepadScrollingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableFixedLineOffset) == 0x0001C2, "Member 'UListViewBase::bEnableFixedLineOffset' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, FixedLineScrollOffset) == 0x0001C4, "Member 'UListViewBase::FixedLineScrollOffset' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bAllowDragging) == 0x0001C8, "Member 'UListViewBase::bAllowDragging' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bAllowDragDrop) == 0x0001C9, "Member 'UListViewBase::bAllowDragDrop' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, DragDropVisualPivot) == 0x0001CA, "Member 'UListViewBase::DragDropVisualPivot' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, DragDropVisualOffset) == 0x0001D0, "Member 'UListViewBase::DragDropVisualOffset' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, DragDropVisualEntryClass) == 0x0001E0, "Member 'UListViewBase::DragDropVisualEntryClass' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, DragDropOperationClass) == 0x0001E8, "Member 'UListViewBase::DragDropOperationClass' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, DragVisualWidget) == 0x0001F0, "Member 'UListViewBase::DragVisualWidget' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bIsDragging) == 0x0001F8, "Member 'UListViewBase::bIsDragging' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bSelectItemOnNavigation) == 0x0001F9, "Member 'UListViewBase::bSelectItemOnNavigation' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bAllowKeepPreselectedItems) == 0x0001FA, "Member 'UListViewBase::bAllowKeepPreselectedItems' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, BP_OnEntryReleased) == 0x000200, "Member 'UListViewBase::BP_OnEntryReleased' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, EntryWidgetPool) == 0x000210, "Member 'UListViewBase::EntryWidgetPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_AddItem \ +static_assert(alignof(ListView_AddItem) == 0x000008, "Wrong alignment on ListView_AddItem"); \ +static_assert(sizeof(ListView_AddItem) == 0x000008, "Wrong size on ListView_AddItem"); \ +static_assert(offsetof(ListView_AddItem, Item) == 0x000000, "Member 'ListView_AddItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_NavigateToItem \ +static_assert(alignof(ListView_BP_NavigateToItem) == 0x000008, "Wrong alignment on ListView_BP_NavigateToItem"); \ +static_assert(sizeof(ListView_BP_NavigateToItem) == 0x000008, "Wrong size on ListView_BP_NavigateToItem"); \ +static_assert(offsetof(ListView_BP_NavigateToItem, Item) == 0x000000, "Member 'ListView_BP_NavigateToItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_ScrollItemIntoView \ +static_assert(alignof(ListView_BP_ScrollItemIntoView) == 0x000008, "Wrong alignment on ListView_BP_ScrollItemIntoView"); \ +static_assert(sizeof(ListView_BP_ScrollItemIntoView) == 0x000008, "Wrong size on ListView_BP_ScrollItemIntoView"); \ +static_assert(offsetof(ListView_BP_ScrollItemIntoView, Item) == 0x000000, "Member 'ListView_BP_ScrollItemIntoView::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_SetItemSelection \ +static_assert(alignof(ListView_BP_SetItemSelection) == 0x000008, "Wrong alignment on ListView_BP_SetItemSelection"); \ +static_assert(sizeof(ListView_BP_SetItemSelection) == 0x000010, "Wrong size on ListView_BP_SetItemSelection"); \ +static_assert(offsetof(ListView_BP_SetItemSelection, Item) == 0x000000, "Member 'ListView_BP_SetItemSelection::Item' has a wrong offset!"); \ +static_assert(offsetof(ListView_BP_SetItemSelection, bSelected) == 0x000008, "Member 'ListView_BP_SetItemSelection::bSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_SetListItems \ +static_assert(alignof(ListView_BP_SetListItems) == 0x000008, "Wrong alignment on ListView_BP_SetListItems"); \ +static_assert(sizeof(ListView_BP_SetListItems) == 0x000010, "Wrong size on ListView_BP_SetListItems"); \ +static_assert(offsetof(ListView_BP_SetListItems, InListItems) == 0x000000, "Member 'ListView_BP_SetListItems::InListItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_SetSelectedItem \ +static_assert(alignof(ListView_BP_SetSelectedItem) == 0x000008, "Wrong alignment on ListView_BP_SetSelectedItem"); \ +static_assert(sizeof(ListView_BP_SetSelectedItem) == 0x000008, "Wrong size on ListView_BP_SetSelectedItem"); \ +static_assert(offsetof(ListView_BP_SetSelectedItem, Item) == 0x000000, "Member 'ListView_BP_SetSelectedItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_NavigateToIndex \ +static_assert(alignof(ListView_NavigateToIndex) == 0x000004, "Wrong alignment on ListView_NavigateToIndex"); \ +static_assert(sizeof(ListView_NavigateToIndex) == 0x000004, "Wrong size on ListView_NavigateToIndex"); \ +static_assert(offsetof(ListView_NavigateToIndex, Index_0) == 0x000000, "Member 'ListView_NavigateToIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_OnListItemEndPlayed \ +static_assert(alignof(ListView_OnListItemEndPlayed) == 0x000008, "Wrong alignment on ListView_OnListItemEndPlayed"); \ +static_assert(sizeof(ListView_OnListItemEndPlayed) == 0x000010, "Wrong size on ListView_OnListItemEndPlayed"); \ +static_assert(offsetof(ListView_OnListItemEndPlayed, Item) == 0x000000, "Member 'ListView_OnListItemEndPlayed::Item' has a wrong offset!"); \ +static_assert(offsetof(ListView_OnListItemEndPlayed, EndPlayReason) == 0x000008, "Member 'ListView_OnListItemEndPlayed::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_OnListItemOuterEndPlayed \ +static_assert(alignof(ListView_OnListItemOuterEndPlayed) == 0x000008, "Wrong alignment on ListView_OnListItemOuterEndPlayed"); \ +static_assert(sizeof(ListView_OnListItemOuterEndPlayed) == 0x000010, "Wrong size on ListView_OnListItemOuterEndPlayed"); \ +static_assert(offsetof(ListView_OnListItemOuterEndPlayed, ItemOuter) == 0x000000, "Member 'ListView_OnListItemOuterEndPlayed::ItemOuter' has a wrong offset!"); \ +static_assert(offsetof(ListView_OnListItemOuterEndPlayed, EndPlayReason) == 0x000008, "Member 'ListView_OnListItemOuterEndPlayed::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_RemoveItem \ +static_assert(alignof(ListView_RemoveItem) == 0x000008, "Wrong alignment on ListView_RemoveItem"); \ +static_assert(sizeof(ListView_RemoveItem) == 0x000008, "Wrong size on ListView_RemoveItem"); \ +static_assert(offsetof(ListView_RemoveItem, Item) == 0x000000, "Member 'ListView_RemoveItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_ScrollIndexIntoView \ +static_assert(alignof(ListView_ScrollIndexIntoView) == 0x000004, "Wrong alignment on ListView_ScrollIndexIntoView"); \ +static_assert(sizeof(ListView_ScrollIndexIntoView) == 0x000004, "Wrong size on ListView_ScrollIndexIntoView"); \ +static_assert(offsetof(ListView_ScrollIndexIntoView, Index_0) == 0x000000, "Member 'ListView_ScrollIndexIntoView::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_SetScrollBarPadding \ +static_assert(alignof(ListView_SetScrollBarPadding) == 0x000004, "Wrong alignment on ListView_SetScrollBarPadding"); \ +static_assert(sizeof(ListView_SetScrollBarPadding) == 0x000010, "Wrong size on ListView_SetScrollBarPadding"); \ +static_assert(offsetof(ListView_SetScrollBarPadding, InScrollBarPadding) == 0x000000, "Member 'ListView_SetScrollBarPadding::InScrollBarPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_SetScrollIntoViewAlignment \ +static_assert(alignof(ListView_SetScrollIntoViewAlignment) == 0x000001, "Wrong alignment on ListView_SetScrollIntoViewAlignment"); \ +static_assert(sizeof(ListView_SetScrollIntoViewAlignment) == 0x000001, "Wrong size on ListView_SetScrollIntoViewAlignment"); \ +static_assert(offsetof(ListView_SetScrollIntoViewAlignment, NewScrollIntoViewAlignment) == 0x000000, "Member 'ListView_SetScrollIntoViewAlignment::NewScrollIntoViewAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_SetSelectedIndex \ +static_assert(alignof(ListView_SetSelectedIndex) == 0x000004, "Wrong alignment on ListView_SetSelectedIndex"); \ +static_assert(sizeof(ListView_SetSelectedIndex) == 0x000004, "Wrong size on ListView_SetSelectedIndex"); \ +static_assert(offsetof(ListView_SetSelectedIndex, Index_0) == 0x000000, "Member 'ListView_SetSelectedIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_SetSelectionMode \ +static_assert(alignof(ListView_SetSelectionMode) == 0x000001, "Wrong alignment on ListView_SetSelectionMode"); \ +static_assert(sizeof(ListView_SetSelectionMode) == 0x000001, "Wrong size on ListView_SetSelectionMode"); \ +static_assert(offsetof(ListView_SetSelectionMode, SelectionMode_0) == 0x000000, "Member 'ListView_SetSelectionMode::SelectionMode_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_GetNumItemsSelected \ +static_assert(alignof(ListView_BP_GetNumItemsSelected) == 0x000004, "Wrong alignment on ListView_BP_GetNumItemsSelected"); \ +static_assert(sizeof(ListView_BP_GetNumItemsSelected) == 0x000004, "Wrong size on ListView_BP_GetNumItemsSelected"); \ +static_assert(offsetof(ListView_BP_GetNumItemsSelected, ReturnValue) == 0x000000, "Member 'ListView_BP_GetNumItemsSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_GetSelectedItem \ +static_assert(alignof(ListView_BP_GetSelectedItem) == 0x000008, "Wrong alignment on ListView_BP_GetSelectedItem"); \ +static_assert(sizeof(ListView_BP_GetSelectedItem) == 0x000008, "Wrong size on ListView_BP_GetSelectedItem"); \ +static_assert(offsetof(ListView_BP_GetSelectedItem, ReturnValue) == 0x000000, "Member 'ListView_BP_GetSelectedItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_GetSelectedItems \ +static_assert(alignof(ListView_BP_GetSelectedItems) == 0x000008, "Wrong alignment on ListView_BP_GetSelectedItems"); \ +static_assert(sizeof(ListView_BP_GetSelectedItems) == 0x000018, "Wrong size on ListView_BP_GetSelectedItems"); \ +static_assert(offsetof(ListView_BP_GetSelectedItems, Items) == 0x000000, "Member 'ListView_BP_GetSelectedItems::Items' has a wrong offset!"); \ +static_assert(offsetof(ListView_BP_GetSelectedItems, ReturnValue) == 0x000010, "Member 'ListView_BP_GetSelectedItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_BP_IsItemVisible \ +static_assert(alignof(ListView_BP_IsItemVisible) == 0x000008, "Wrong alignment on ListView_BP_IsItemVisible"); \ +static_assert(sizeof(ListView_BP_IsItemVisible) == 0x000010, "Wrong size on ListView_BP_IsItemVisible"); \ +static_assert(offsetof(ListView_BP_IsItemVisible, Item) == 0x000000, "Member 'ListView_BP_IsItemVisible::Item' has a wrong offset!"); \ +static_assert(offsetof(ListView_BP_IsItemVisible, ReturnValue) == 0x000008, "Member 'ListView_BP_IsItemVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetHorizontalEntrySpacing \ +static_assert(alignof(ListView_GetHorizontalEntrySpacing) == 0x000004, "Wrong alignment on ListView_GetHorizontalEntrySpacing"); \ +static_assert(sizeof(ListView_GetHorizontalEntrySpacing) == 0x000004, "Wrong size on ListView_GetHorizontalEntrySpacing"); \ +static_assert(offsetof(ListView_GetHorizontalEntrySpacing, ReturnValue) == 0x000000, "Member 'ListView_GetHorizontalEntrySpacing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetIndexForItem \ +static_assert(alignof(ListView_GetIndexForItem) == 0x000008, "Wrong alignment on ListView_GetIndexForItem"); \ +static_assert(sizeof(ListView_GetIndexForItem) == 0x000010, "Wrong size on ListView_GetIndexForItem"); \ +static_assert(offsetof(ListView_GetIndexForItem, Item) == 0x000000, "Member 'ListView_GetIndexForItem::Item' has a wrong offset!"); \ +static_assert(offsetof(ListView_GetIndexForItem, ReturnValue) == 0x000008, "Member 'ListView_GetIndexForItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetItemAt \ +static_assert(alignof(ListView_GetItemAt) == 0x000008, "Wrong alignment on ListView_GetItemAt"); \ +static_assert(sizeof(ListView_GetItemAt) == 0x000010, "Wrong size on ListView_GetItemAt"); \ +static_assert(offsetof(ListView_GetItemAt, Index_0) == 0x000000, "Member 'ListView_GetItemAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ListView_GetItemAt, ReturnValue) == 0x000008, "Member 'ListView_GetItemAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetListItems \ +static_assert(alignof(ListView_GetListItems) == 0x000008, "Wrong alignment on ListView_GetListItems"); \ +static_assert(sizeof(ListView_GetListItems) == 0x000010, "Wrong size on ListView_GetListItems"); \ +static_assert(offsetof(ListView_GetListItems, ReturnValue) == 0x000000, "Member 'ListView_GetListItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetNumItems \ +static_assert(alignof(ListView_GetNumItems) == 0x000004, "Wrong alignment on ListView_GetNumItems"); \ +static_assert(sizeof(ListView_GetNumItems) == 0x000004, "Wrong size on ListView_GetNumItems"); \ +static_assert(offsetof(ListView_GetNumItems, ReturnValue) == 0x000000, "Member 'ListView_GetNumItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetScrollBarPadding \ +static_assert(alignof(ListView_GetScrollBarPadding) == 0x000004, "Wrong alignment on ListView_GetScrollBarPadding"); \ +static_assert(sizeof(ListView_GetScrollBarPadding) == 0x000010, "Wrong size on ListView_GetScrollBarPadding"); \ +static_assert(offsetof(ListView_GetScrollBarPadding, ReturnValue) == 0x000000, "Member 'ListView_GetScrollBarPadding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetVerticalEntrySpacing \ +static_assert(alignof(ListView_GetVerticalEntrySpacing) == 0x000004, "Wrong alignment on ListView_GetVerticalEntrySpacing"); \ +static_assert(sizeof(ListView_GetVerticalEntrySpacing) == 0x000004, "Wrong size on ListView_GetVerticalEntrySpacing"); \ +static_assert(offsetof(ListView_GetVerticalEntrySpacing, ReturnValue) == 0x000000, "Member 'ListView_GetVerticalEntrySpacing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_IsRefreshPending \ +static_assert(alignof(ListView_IsRefreshPending) == 0x000001, "Wrong alignment on ListView_IsRefreshPending"); \ +static_assert(sizeof(ListView_IsRefreshPending) == 0x000001, "Wrong size on ListView_IsRefreshPending"); \ +static_assert(offsetof(ListView_IsRefreshPending, ReturnValue) == 0x000000, "Member 'ListView_IsRefreshPending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UListView \ +static_assert(alignof(UListView) == 0x000010, "Wrong alignment on UListView"); \ +static_assert(sizeof(UListView) == 0x000FA0, "Wrong size on UListView"); \ +static_assert(offsetof(UListView, WidgetStyle) == 0x000460, "Member 'UListView::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UListView, ScrollBarStyle) == 0x000520, "Member 'UListView::ScrollBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UListView, bEnableShadowBrush) == 0x000B70, "Member 'UListView::bEnableShadowBrush' has a wrong offset!"); \ +static_assert(offsetof(UListView, ShadowBrushStyle) == 0x000B80, "Member 'UListView::ShadowBrushStyle' has a wrong offset!"); \ +static_assert(offsetof(UListView, Orientation) == 0x000E70, "Member 'UListView::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UListView, SelectionMode) == 0x000E71, "Member 'UListView::SelectionMode' has a wrong offset!"); \ +static_assert(offsetof(UListView, ConsumeMouseWheel) == 0x000E72, "Member 'UListView::ConsumeMouseWheel' has a wrong offset!"); \ +static_assert(offsetof(UListView, bClearSelectionOnClick) == 0x000E73, "Member 'UListView::bClearSelectionOnClick' has a wrong offset!"); \ +static_assert(offsetof(UListView, bIsFocusable) == 0x000E74, "Member 'UListView::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UListView, bClearScrollVelocityOnSelection) == 0x000E75, "Member 'UListView::bClearScrollVelocityOnSelection' has a wrong offset!"); \ +static_assert(offsetof(UListView, bReturnFocusToSelection) == 0x000E76, "Member 'UListView::bReturnFocusToSelection' has a wrong offset!"); \ +static_assert(offsetof(UListView, ScrollIntoViewAlignment) == 0x000E77, "Member 'UListView::ScrollIntoViewAlignment' has a wrong offset!"); \ +static_assert(offsetof(UListView, ListItems) == 0x000E78, "Member 'UListView::ListItems' has a wrong offset!"); \ +static_assert(offsetof(UListView, HorizontalEntrySpacing) == 0x000E98, "Member 'UListView::HorizontalEntrySpacing' has a wrong offset!"); \ +static_assert(offsetof(UListView, VerticalEntrySpacing) == 0x000E9C, "Member 'UListView::VerticalEntrySpacing' has a wrong offset!"); \ +static_assert(offsetof(UListView, ScrollBarPadding) == 0x000EA0, "Member 'UListView::ScrollBarPadding' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnEntryInitialized) == 0x000EB0, "Member 'UListView::BP_OnEntryInitialized' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemClicked) == 0x000EC0, "Member 'UListView::BP_OnItemClicked' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemDoubleClicked) == 0x000ED0, "Member 'UListView::BP_OnItemDoubleClicked' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemDragDetected) == 0x000EE0, "Member 'UListView::BP_OnItemDragDetected' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemDragEnter) == 0x000EF0, "Member 'UListView::BP_OnItemDragEnter' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemDragLeave) == 0x000F00, "Member 'UListView::BP_OnItemDragLeave' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemAcceptDrop) == 0x000F10, "Member 'UListView::BP_OnItemAcceptDrop' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemDragCancelled) == 0x000F20, "Member 'UListView::BP_OnItemDragCancelled' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnListViewDraggingStateChanged) == 0x000F30, "Member 'UListView::BP_OnListViewDraggingStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemIsHoveredChanged) == 0x000F40, "Member 'UListView::BP_OnItemIsHoveredChanged' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemSelectionChanged) == 0x000F50, "Member 'UListView::BP_OnItemSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemScrolledIntoView) == 0x000F60, "Member 'UListView::BP_OnItemScrolledIntoView' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnListViewScrolled) == 0x000F70, "Member 'UListView::BP_OnListViewScrolled' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnListViewFinishedScrolling) == 0x000F80, "Member 'UListView::BP_OnListViewFinishedScrolling' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnIsItemSelectableOrNavigable) == 0x000F90, "Member 'UListView::BP_OnIsItemSelectableOrNavigable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UListViewDesignerPreviewItem \ +static_assert(alignof(UListViewDesignerPreviewItem) == 0x000008, "Wrong alignment on UListViewDesignerPreviewItem"); \ +static_assert(sizeof(UListViewDesignerPreviewItem) == 0x000028, "Wrong size on UListViewDesignerPreviewItem"); \ + +#define DUMPER7_ASSERTS_USlateAccessibleWidgetData \ +static_assert(alignof(USlateAccessibleWidgetData) == 0x000008, "Wrong alignment on USlateAccessibleWidgetData"); \ +static_assert(sizeof(USlateAccessibleWidgetData) == 0x000070, "Wrong size on USlateAccessibleWidgetData"); \ +static_assert(offsetof(USlateAccessibleWidgetData, bCanChildrenBeAccessible) == 0x000028, "Member 'USlateAccessibleWidgetData::bCanChildrenBeAccessible' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleBehavior) == 0x000029, "Member 'USlateAccessibleWidgetData::AccessibleBehavior' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryBehavior) == 0x00002A, "Member 'USlateAccessibleWidgetData::AccessibleSummaryBehavior' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleText) == 0x000030, "Member 'USlateAccessibleWidgetData::AccessibleText' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleTextDelegate) == 0x000040, "Member 'USlateAccessibleWidgetData::AccessibleTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryText) == 0x000050, "Member 'USlateAccessibleWidgetData::AccessibleSummaryText' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryTextDelegate) == 0x000060, "Member 'USlateAccessibleWidgetData::AccessibleSummaryTextDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserWidgetExtension \ +static_assert(alignof(UUserWidgetExtension) == 0x000008, "Wrong alignment on UUserWidgetExtension"); \ +static_assert(sizeof(UUserWidgetExtension) == 0x000028, "Wrong size on UUserWidgetExtension"); \ + +#define DUMPER7_ASSERTS_UWidgetBlueprintGeneratedClassExtension \ +static_assert(alignof(UWidgetBlueprintGeneratedClassExtension) == 0x000008, "Wrong alignment on UWidgetBlueprintGeneratedClassExtension"); \ +static_assert(sizeof(UWidgetBlueprintGeneratedClassExtension) == 0x000028, "Wrong size on UWidgetBlueprintGeneratedClassExtension"); \ + +#define DUMPER7_ASSERTS_UWidgetFieldNotificationExtension \ +static_assert(alignof(UWidgetFieldNotificationExtension) == 0x000008, "Wrong alignment on UWidgetFieldNotificationExtension"); \ +static_assert(sizeof(UWidgetFieldNotificationExtension) == 0x000040, "Wrong size on UWidgetFieldNotificationExtension"); \ + +#define DUMPER7_ASSERTS_UWidgetNavigation \ +static_assert(alignof(UWidgetNavigation) == 0x000008, "Wrong alignment on UWidgetNavigation"); \ +static_assert(sizeof(UWidgetNavigation) == 0x000118, "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!"); \ +static_assert(offsetof(UWidgetNavigation, RoutingPolicy) == 0x000100, "Member 'UWidgetNavigation::RoutingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UWidgetNavigation, NavigationMethod) == 0x000108, "Member 'UWidgetNavigation::NavigationMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene2DTransformPropertySystem \ +static_assert(alignof(UMovieScene2DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene2DTransformPropertySystem"); \ +static_assert(sizeof(UMovieScene2DTransformPropertySystem) == 0x000058, "Wrong size on UMovieScene2DTransformPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieScene2DTransformSection \ +static_assert(alignof(UMovieScene2DTransformSection) == 0x000008, "Wrong alignment on UMovieScene2DTransformSection"); \ +static_assert(sizeof(UMovieScene2DTransformSection) == 0x000888, "Wrong size on UMovieScene2DTransformSection"); \ +static_assert(offsetof(UMovieScene2DTransformSection, TransformMask) == 0x000110, "Member 'UMovieScene2DTransformSection::TransformMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Translation) == 0x000118, "Member 'UMovieScene2DTransformSection::Translation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Rotation) == 0x000338, "Member 'UMovieScene2DTransformSection::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Scale) == 0x000448, "Member 'UMovieScene2DTransformSection::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Shear) == 0x000668, "Member 'UMovieScene2DTransformSection::Shear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene2DTransformTrack \ +static_assert(alignof(UMovieScene2DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene2DTransformTrack"); \ +static_assert(sizeof(UMovieScene2DTransformTrack) == 0x000140, "Wrong size on UMovieScene2DTransformTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginPropertySystem \ +static_assert(alignof(UMovieSceneMarginPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneMarginPropertySystem"); \ +static_assert(sizeof(UMovieSceneMarginPropertySystem) == 0x000058, "Wrong size on UMovieSceneMarginPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginSection \ +static_assert(alignof(UMovieSceneMarginSection) == 0x000008, "Wrong alignment on UMovieSceneMarginSection"); \ +static_assert(sizeof(UMovieSceneMarginSection) == 0x000550, "Wrong size on UMovieSceneMarginSection"); \ +static_assert(offsetof(UMovieSceneMarginSection, TopCurve) == 0x000110, "Member 'UMovieSceneMarginSection::TopCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, LeftCurve) == 0x000220, "Member 'UMovieSceneMarginSection::LeftCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, RightCurve) == 0x000330, "Member 'UMovieSceneMarginSection::RightCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, BottomCurve) == 0x000440, "Member 'UMovieSceneMarginSection::BottomCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginTrack \ +static_assert(alignof(UMovieSceneMarginTrack) == 0x000008, "Wrong alignment on UMovieSceneMarginTrack"); \ +static_assert(sizeof(UMovieSceneMarginTrack) == 0x000140, "Wrong size on UMovieSceneMarginTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneWidgetMaterialSystem \ +static_assert(alignof(UMovieSceneWidgetMaterialSystem) == 0x000008, "Wrong alignment on UMovieSceneWidgetMaterialSystem"); \ +static_assert(sizeof(UMovieSceneWidgetMaterialSystem) == 0x000208, "Wrong size on UMovieSceneWidgetMaterialSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneWidgetMaterialTrack \ +static_assert(alignof(UMovieSceneWidgetMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneWidgetMaterialTrack"); \ +static_assert(sizeof(UMovieSceneWidgetMaterialTrack) == 0x000150, "Wrong size on UMovieSceneWidgetMaterialTrack"); \ +static_assert(offsetof(UMovieSceneWidgetMaterialTrack, BrushPropertyNamePath) == 0x000138, "Member 'UMovieSceneWidgetMaterialTrack::BrushPropertyNamePath' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneWidgetMaterialTrack, TrackName) == 0x000148, "Member 'UMovieSceneWidgetMaterialTrack::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMGSequencePlayer_SetUserTag \ +static_assert(alignof(UMGSequencePlayer_SetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_SetUserTag"); \ +static_assert(sizeof(UMGSequencePlayer_SetUserTag) == 0x000008, "Wrong size on UMGSequencePlayer_SetUserTag"); \ +static_assert(offsetof(UMGSequencePlayer_SetUserTag, InUserTag) == 0x000000, "Member 'UMGSequencePlayer_SetUserTag::InUserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMGSequencePlayer_GetUserTag \ +static_assert(alignof(UMGSequencePlayer_GetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_GetUserTag"); \ +static_assert(sizeof(UMGSequencePlayer_GetUserTag) == 0x000008, "Wrong size on UMGSequencePlayer_GetUserTag"); \ +static_assert(offsetof(UMGSequencePlayer_GetUserTag, ReturnValue) == 0x000000, "Member 'UMGSequencePlayer_GetUserTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUMGSequencePlayer \ +static_assert(alignof(UUMGSequencePlayer) == 0x000008, "Wrong alignment on UUMGSequencePlayer"); \ +static_assert(sizeof(UUMGSequencePlayer) == 0x000260, "Wrong size on UUMGSequencePlayer"); \ + +#define DUMPER7_ASSERTS_UUMGSequenceTickManager \ +static_assert(alignof(UUMGSequenceTickManager) == 0x000008, "Wrong alignment on UUMGSequenceTickManager"); \ +static_assert(sizeof(UUMGSequenceTickManager) == 0x0000D0, "Wrong size on UUMGSequenceTickManager"); \ +static_assert(offsetof(UUMGSequenceTickManager, WeakUserWidgetData) == 0x000028, "Member 'UUMGSequenceTickManager::WeakUserWidgetData' has a wrong offset!"); \ +static_assert(offsetof(UUMGSequenceTickManager, PendingUserWidgets) == 0x000078, "Member 'UUMGSequenceTickManager::PendingUserWidgets' has a wrong offset!"); \ +static_assert(offsetof(UUMGSequenceTickManager, Linker) == 0x000088, "Member 'UUMGSequenceTickManager::Linker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_BindToAnimationFinished \ +static_assert(alignof(WidgetAnimation_BindToAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_BindToAnimationFinished"); \ +static_assert(sizeof(WidgetAnimation_BindToAnimationFinished) == 0x000018, "Wrong size on WidgetAnimation_BindToAnimationFinished"); \ +static_assert(offsetof(WidgetAnimation_BindToAnimationFinished, Widget) == 0x000000, "Member 'WidgetAnimation_BindToAnimationFinished::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimation_BindToAnimationFinished, Delegate) == 0x000008, "Member 'WidgetAnimation_BindToAnimationFinished::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_BindToAnimationStarted \ +static_assert(alignof(WidgetAnimation_BindToAnimationStarted) == 0x000008, "Wrong alignment on WidgetAnimation_BindToAnimationStarted"); \ +static_assert(sizeof(WidgetAnimation_BindToAnimationStarted) == 0x000018, "Wrong size on WidgetAnimation_BindToAnimationStarted"); \ +static_assert(offsetof(WidgetAnimation_BindToAnimationStarted, Widget) == 0x000000, "Member 'WidgetAnimation_BindToAnimationStarted::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimation_BindToAnimationStarted, Delegate) == 0x000008, "Member 'WidgetAnimation_BindToAnimationStarted::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_UnbindAllFromAnimationFinished \ +static_assert(alignof(WidgetAnimation_UnbindAllFromAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindAllFromAnimationFinished"); \ +static_assert(sizeof(WidgetAnimation_UnbindAllFromAnimationFinished) == 0x000008, "Wrong size on WidgetAnimation_UnbindAllFromAnimationFinished"); \ +static_assert(offsetof(WidgetAnimation_UnbindAllFromAnimationFinished, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindAllFromAnimationFinished::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_UnbindAllFromAnimationStarted \ +static_assert(alignof(WidgetAnimation_UnbindAllFromAnimationStarted) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindAllFromAnimationStarted"); \ +static_assert(sizeof(WidgetAnimation_UnbindAllFromAnimationStarted) == 0x000008, "Wrong size on WidgetAnimation_UnbindAllFromAnimationStarted"); \ +static_assert(offsetof(WidgetAnimation_UnbindAllFromAnimationStarted, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindAllFromAnimationStarted::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_UnbindFromAnimationFinished \ +static_assert(alignof(WidgetAnimation_UnbindFromAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindFromAnimationFinished"); \ +static_assert(sizeof(WidgetAnimation_UnbindFromAnimationFinished) == 0x000018, "Wrong size on WidgetAnimation_UnbindFromAnimationFinished"); \ +static_assert(offsetof(WidgetAnimation_UnbindFromAnimationFinished, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindFromAnimationFinished::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimation_UnbindFromAnimationFinished, Delegate) == 0x000008, "Member 'WidgetAnimation_UnbindFromAnimationFinished::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_UnbindFromAnimationStarted \ +static_assert(alignof(WidgetAnimation_UnbindFromAnimationStarted) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindFromAnimationStarted"); \ +static_assert(sizeof(WidgetAnimation_UnbindFromAnimationStarted) == 0x000018, "Wrong size on WidgetAnimation_UnbindFromAnimationStarted"); \ +static_assert(offsetof(WidgetAnimation_UnbindFromAnimationStarted, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindFromAnimationStarted::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimation_UnbindFromAnimationStarted, Delegate) == 0x000008, "Member 'WidgetAnimation_UnbindFromAnimationStarted::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_GetEndTime \ +static_assert(alignof(WidgetAnimation_GetEndTime) == 0x000004, "Wrong alignment on WidgetAnimation_GetEndTime"); \ +static_assert(sizeof(WidgetAnimation_GetEndTime) == 0x000004, "Wrong size on WidgetAnimation_GetEndTime"); \ +static_assert(offsetof(WidgetAnimation_GetEndTime, ReturnValue) == 0x000000, "Member 'WidgetAnimation_GetEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_GetStartTime \ +static_assert(alignof(WidgetAnimation_GetStartTime) == 0x000004, "Wrong alignment on WidgetAnimation_GetStartTime"); \ +static_assert(sizeof(WidgetAnimation_GetStartTime) == 0x000004, "Wrong size on WidgetAnimation_GetStartTime"); \ +static_assert(offsetof(WidgetAnimation_GetStartTime, ReturnValue) == 0x000000, "Member 'WidgetAnimation_GetStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetAnimation \ +static_assert(alignof(UWidgetAnimation) == 0x000008, "Wrong alignment on UWidgetAnimation"); \ +static_assert(sizeof(UWidgetAnimation) == 0x000098, "Wrong size on UWidgetAnimation"); \ +static_assert(offsetof(UWidgetAnimation, MovieScene) == 0x000068, "Member 'UWidgetAnimation::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UWidgetAnimation, AnimationBindings) == 0x000070, "Member 'UWidgetAnimation::AnimationBindings' has a wrong offset!"); \ +static_assert(offsetof(UWidgetAnimation, bLegacyFinishOnStop) == 0x000080, "Member 'UWidgetAnimation::bLegacyFinishOnStop' has a wrong offset!"); \ +static_assert(offsetof(UWidgetAnimation, DisplayLabel) == 0x000088, "Member 'UWidgetAnimation::DisplayLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetAnimationDelegateBinding \ +static_assert(alignof(UWidgetAnimationDelegateBinding) == 0x000008, "Wrong alignment on UWidgetAnimationDelegateBinding"); \ +static_assert(sizeof(UWidgetAnimationDelegateBinding) == 0x000038, "Wrong size on UWidgetAnimationDelegateBinding"); \ +static_assert(offsetof(UWidgetAnimationDelegateBinding, WidgetAnimationDelegateBindings) == 0x000028, "Member 'UWidgetAnimationDelegateBinding::WidgetAnimationDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimationHandleFunctionLibrary_GetUserTag \ +static_assert(alignof(WidgetAnimationHandleFunctionLibrary_GetUserTag) == 0x000008, "Wrong alignment on WidgetAnimationHandleFunctionLibrary_GetUserTag"); \ +static_assert(sizeof(WidgetAnimationHandleFunctionLibrary_GetUserTag) == 0x000018, "Wrong size on WidgetAnimationHandleFunctionLibrary_GetUserTag"); \ +static_assert(offsetof(WidgetAnimationHandleFunctionLibrary_GetUserTag, Target) == 0x000000, "Member 'WidgetAnimationHandleFunctionLibrary_GetUserTag::Target' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationHandleFunctionLibrary_GetUserTag, ReturnValue) == 0x000010, "Member 'WidgetAnimationHandleFunctionLibrary_GetUserTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimationHandleFunctionLibrary_SetUserTag \ +static_assert(alignof(WidgetAnimationHandleFunctionLibrary_SetUserTag) == 0x000008, "Wrong alignment on WidgetAnimationHandleFunctionLibrary_SetUserTag"); \ +static_assert(sizeof(WidgetAnimationHandleFunctionLibrary_SetUserTag) == 0x000018, "Wrong size on WidgetAnimationHandleFunctionLibrary_SetUserTag"); \ +static_assert(offsetof(WidgetAnimationHandleFunctionLibrary_SetUserTag, Target) == 0x000000, "Member 'WidgetAnimationHandleFunctionLibrary_SetUserTag::Target' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationHandleFunctionLibrary_SetUserTag, InUserTag) == 0x000010, "Member 'WidgetAnimationHandleFunctionLibrary_SetUserTag::InUserTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetAnimationHandleFunctionLibrary \ +static_assert(alignof(UWidgetAnimationHandleFunctionLibrary) == 0x000008, "Wrong alignment on UWidgetAnimationHandleFunctionLibrary"); \ +static_assert(sizeof(UWidgetAnimationHandleFunctionLibrary) == 0x000028, "Wrong size on UWidgetAnimationHandleFunctionLibrary"); \ + +#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_WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject \ +static_assert(alignof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject) == 0x000008, "Wrong alignment on WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject"); \ +static_assert(sizeof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject) == 0x000038, "Wrong size on WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject, Result) == 0x000000, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject::Result' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject, Widget) == 0x000010, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject, InAnimation) == 0x000018, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject, StartAtTime) == 0x000020, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject, NumLoopsToPlay) == 0x000024, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject, PlayMode) == 0x000028, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject, PlaybackSpeed) == 0x00002C, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject, ReturnValue) == 0x000030, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationProxyObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject \ +static_assert(alignof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject) == 0x000008, "Wrong alignment on WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject"); \ +static_assert(sizeof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject) == 0x000040, "Wrong size on WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject, Result) == 0x000000, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject::Result' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject, Widget) == 0x000010, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject, InAnimation) == 0x000018, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject, StartAtTime) == 0x000020, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject, EndAtTime) == 0x000024, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject::EndAtTime' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject, NumLoopsToPlay) == 0x000028, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject, PlayMode) == 0x00002C, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject, PlaybackSpeed) == 0x000030, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject, ReturnValue) == 0x000038, "Member 'WidgetAnimationPlayCallbackProxy_NewPlayAnimationTimeRangeProxyObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetAnimationPlayCallbackProxy \ +static_assert(alignof(UWidgetAnimationPlayCallbackProxy) == 0x000008, "Wrong alignment on UWidgetAnimationPlayCallbackProxy"); \ +static_assert(sizeof(UWidgetAnimationPlayCallbackProxy) == 0x000050, "Wrong size on UWidgetAnimationPlayCallbackProxy"); \ +static_assert(offsetof(UWidgetAnimationPlayCallbackProxy, Finished) == 0x000028, "Member 'UWidgetAnimationPlayCallbackProxy::Finished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyBinding \ +static_assert(alignof(UPropertyBinding) == 0x000008, "Wrong alignment on UPropertyBinding"); \ +static_assert(sizeof(UPropertyBinding) == 0x000070, "Wrong size on UPropertyBinding"); \ +static_assert(offsetof(UPropertyBinding, SourceObject) == 0x000028, "Member 'UPropertyBinding::SourceObject' has a wrong offset!"); \ +static_assert(offsetof(UPropertyBinding, SourcePath) == 0x000030, "Member 'UPropertyBinding::SourcePath' has a wrong offset!"); \ +static_assert(offsetof(UPropertyBinding, DestinationProperty) == 0x000068, "Member 'UPropertyBinding::DestinationProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BoolBinding_GetValue \ +static_assert(alignof(BoolBinding_GetValue) == 0x000001, "Wrong alignment on BoolBinding_GetValue"); \ +static_assert(sizeof(BoolBinding_GetValue) == 0x000001, "Wrong size on BoolBinding_GetValue"); \ +static_assert(offsetof(BoolBinding_GetValue, ReturnValue) == 0x000000, "Member 'BoolBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoolBinding \ +static_assert(alignof(UBoolBinding) == 0x000008, "Wrong alignment on UBoolBinding"); \ +static_assert(sizeof(UBoolBinding) == 0x000070, "Wrong size on UBoolBinding"); \ + +#define DUMPER7_ASSERTS_BrushBinding_GetValue \ +static_assert(alignof(BrushBinding_GetValue) == 0x000010, "Wrong alignment on BrushBinding_GetValue"); \ +static_assert(sizeof(BrushBinding_GetValue) == 0x0000B0, "Wrong size on BrushBinding_GetValue"); \ +static_assert(offsetof(BrushBinding_GetValue, ReturnValue) == 0x000000, "Member 'BrushBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrushBinding \ +static_assert(alignof(UBrushBinding) == 0x000008, "Wrong alignment on UBrushBinding"); \ +static_assert(sizeof(UBrushBinding) == 0x000078, "Wrong size on UBrushBinding"); \ + +#define DUMPER7_ASSERTS_CheckedStateBinding_GetValue \ +static_assert(alignof(CheckedStateBinding_GetValue) == 0x000001, "Wrong alignment on CheckedStateBinding_GetValue"); \ +static_assert(sizeof(CheckedStateBinding_GetValue) == 0x000001, "Wrong size on CheckedStateBinding_GetValue"); \ +static_assert(offsetof(CheckedStateBinding_GetValue, ReturnValue) == 0x000000, "Member 'CheckedStateBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCheckedStateBinding \ +static_assert(alignof(UCheckedStateBinding) == 0x000008, "Wrong alignment on UCheckedStateBinding"); \ +static_assert(sizeof(UCheckedStateBinding) == 0x000078, "Wrong size on UCheckedStateBinding"); \ + +#define DUMPER7_ASSERTS_ColorBinding_GetLinearValue \ +static_assert(alignof(ColorBinding_GetLinearValue) == 0x000004, "Wrong alignment on ColorBinding_GetLinearValue"); \ +static_assert(sizeof(ColorBinding_GetLinearValue) == 0x000010, "Wrong size on ColorBinding_GetLinearValue"); \ +static_assert(offsetof(ColorBinding_GetLinearValue, ReturnValue) == 0x000000, "Member 'ColorBinding_GetLinearValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ColorBinding_GetSlateValue \ +static_assert(alignof(ColorBinding_GetSlateValue) == 0x000004, "Wrong alignment on ColorBinding_GetSlateValue"); \ +static_assert(sizeof(ColorBinding_GetSlateValue) == 0x000014, "Wrong size on ColorBinding_GetSlateValue"); \ +static_assert(offsetof(ColorBinding_GetSlateValue, ReturnValue) == 0x000000, "Member 'ColorBinding_GetSlateValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UColorBinding \ +static_assert(alignof(UColorBinding) == 0x000008, "Wrong alignment on UColorBinding"); \ +static_assert(sizeof(UColorBinding) == 0x000078, "Wrong size on UColorBinding"); \ + +#define DUMPER7_ASSERTS_FloatBinding_GetValue \ +static_assert(alignof(FloatBinding_GetValue) == 0x000004, "Wrong alignment on FloatBinding_GetValue"); \ +static_assert(sizeof(FloatBinding_GetValue) == 0x000004, "Wrong size on FloatBinding_GetValue"); \ +static_assert(offsetof(FloatBinding_GetValue, ReturnValue) == 0x000000, "Member 'FloatBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloatBinding \ +static_assert(alignof(UFloatBinding) == 0x000008, "Wrong alignment on UFloatBinding"); \ +static_assert(sizeof(UFloatBinding) == 0x000070, "Wrong size on UFloatBinding"); \ + +#define DUMPER7_ASSERTS_Int32Binding_GetValue \ +static_assert(alignof(Int32Binding_GetValue) == 0x000004, "Wrong alignment on Int32Binding_GetValue"); \ +static_assert(sizeof(Int32Binding_GetValue) == 0x000004, "Wrong size on Int32Binding_GetValue"); \ +static_assert(offsetof(Int32Binding_GetValue, ReturnValue) == 0x000000, "Member 'Int32Binding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInt32Binding \ +static_assert(alignof(UInt32Binding) == 0x000008, "Wrong alignment on UInt32Binding"); \ +static_assert(sizeof(UInt32Binding) == 0x000070, "Wrong size on UInt32Binding"); \ + +#define DUMPER7_ASSERTS_MouseCursorBinding_GetValue \ +static_assert(alignof(MouseCursorBinding_GetValue) == 0x000001, "Wrong alignment on MouseCursorBinding_GetValue"); \ +static_assert(sizeof(MouseCursorBinding_GetValue) == 0x000001, "Wrong size on MouseCursorBinding_GetValue"); \ +static_assert(offsetof(MouseCursorBinding_GetValue, ReturnValue) == 0x000000, "Member 'MouseCursorBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMouseCursorBinding \ +static_assert(alignof(UMouseCursorBinding) == 0x000008, "Wrong alignment on UMouseCursorBinding"); \ +static_assert(sizeof(UMouseCursorBinding) == 0x000070, "Wrong size on UMouseCursorBinding"); \ + +#define DUMPER7_ASSERTS_UWidgetBinaryStateRegistration \ +static_assert(alignof(UWidgetBinaryStateRegistration) == 0x000008, "Wrong alignment on UWidgetBinaryStateRegistration"); \ +static_assert(sizeof(UWidgetBinaryStateRegistration) == 0x000028, "Wrong size on UWidgetBinaryStateRegistration"); \ + +#define DUMPER7_ASSERTS_UWidgetHoveredStateRegistration \ +static_assert(alignof(UWidgetHoveredStateRegistration) == 0x000008, "Wrong alignment on UWidgetHoveredStateRegistration"); \ +static_assert(sizeof(UWidgetHoveredStateRegistration) == 0x000028, "Wrong size on UWidgetHoveredStateRegistration"); \ + +#define DUMPER7_ASSERTS_UWidgetPressedStateRegistration \ +static_assert(alignof(UWidgetPressedStateRegistration) == 0x000008, "Wrong alignment on UWidgetPressedStateRegistration"); \ +static_assert(sizeof(UWidgetPressedStateRegistration) == 0x000028, "Wrong size on UWidgetPressedStateRegistration"); \ + +#define DUMPER7_ASSERTS_UWidgetDisabledStateRegistration \ +static_assert(alignof(UWidgetDisabledStateRegistration) == 0x000008, "Wrong alignment on UWidgetDisabledStateRegistration"); \ +static_assert(sizeof(UWidgetDisabledStateRegistration) == 0x000028, "Wrong size on UWidgetDisabledStateRegistration"); \ + +#define DUMPER7_ASSERTS_UWidgetSelectedStateRegistration \ +static_assert(alignof(UWidgetSelectedStateRegistration) == 0x000008, "Wrong alignment on UWidgetSelectedStateRegistration"); \ +static_assert(sizeof(UWidgetSelectedStateRegistration) == 0x000028, "Wrong size on UWidgetSelectedStateRegistration"); \ + +#define DUMPER7_ASSERTS_UWidgetStateSettings \ +static_assert(alignof(UWidgetStateSettings) == 0x000008, "Wrong alignment on UWidgetStateSettings"); \ +static_assert(sizeof(UWidgetStateSettings) == 0x0006E8, "Wrong size on UWidgetStateSettings"); \ + +#define DUMPER7_ASSERTS_TextBinding_GetStringValue \ +static_assert(alignof(TextBinding_GetStringValue) == 0x000008, "Wrong alignment on TextBinding_GetStringValue"); \ +static_assert(sizeof(TextBinding_GetStringValue) == 0x000010, "Wrong size on TextBinding_GetStringValue"); \ +static_assert(offsetof(TextBinding_GetStringValue, ReturnValue) == 0x000000, "Member 'TextBinding_GetStringValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBinding_GetTextValue \ +static_assert(alignof(TextBinding_GetTextValue) == 0x000008, "Wrong alignment on TextBinding_GetTextValue"); \ +static_assert(sizeof(TextBinding_GetTextValue) == 0x000010, "Wrong size on TextBinding_GetTextValue"); \ +static_assert(offsetof(TextBinding_GetTextValue, ReturnValue) == 0x000000, "Member 'TextBinding_GetTextValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextBinding \ +static_assert(alignof(UTextBinding) == 0x000008, "Wrong alignment on UTextBinding"); \ +static_assert(sizeof(UTextBinding) == 0x000078, "Wrong size on UTextBinding"); \ + +#define DUMPER7_ASSERTS_VisibilityBinding_GetValue \ +static_assert(alignof(VisibilityBinding_GetValue) == 0x000001, "Wrong alignment on VisibilityBinding_GetValue"); \ +static_assert(sizeof(VisibilityBinding_GetValue) == 0x000001, "Wrong size on VisibilityBinding_GetValue"); \ +static_assert(offsetof(VisibilityBinding_GetValue, ReturnValue) == 0x000000, "Member 'VisibilityBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVisibilityBinding \ +static_assert(alignof(UVisibilityBinding) == 0x000008, "Wrong alignment on UVisibilityBinding"); \ +static_assert(sizeof(UVisibilityBinding) == 0x000070, "Wrong size on UVisibilityBinding"); \ + +#define DUMPER7_ASSERTS_WidgetBinding_GetValue \ +static_assert(alignof(WidgetBinding_GetValue) == 0x000008, "Wrong alignment on WidgetBinding_GetValue"); \ +static_assert(sizeof(WidgetBinding_GetValue) == 0x000008, "Wrong size on WidgetBinding_GetValue"); \ +static_assert(offsetof(WidgetBinding_GetValue, ReturnValue) == 0x000000, "Member 'WidgetBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetBinding \ +static_assert(alignof(UWidgetBinding) == 0x000008, "Wrong alignment on UWidgetBinding"); \ +static_assert(sizeof(UWidgetBinding) == 0x000070, "Wrong size on UWidgetBinding"); \ + +#define DUMPER7_ASSERTS_AsyncTaskDownloadImage_DownloadImage \ +static_assert(alignof(AsyncTaskDownloadImage_DownloadImage) == 0x000008, "Wrong alignment on AsyncTaskDownloadImage_DownloadImage"); \ +static_assert(sizeof(AsyncTaskDownloadImage_DownloadImage) == 0x000018, "Wrong size on AsyncTaskDownloadImage_DownloadImage"); \ +static_assert(offsetof(AsyncTaskDownloadImage_DownloadImage, URL) == 0x000000, "Member 'AsyncTaskDownloadImage_DownloadImage::URL' has a wrong offset!"); \ +static_assert(offsetof(AsyncTaskDownloadImage_DownloadImage, ReturnValue) == 0x000010, "Member 'AsyncTaskDownloadImage_DownloadImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncTaskDownloadImage \ +static_assert(alignof(UAsyncTaskDownloadImage) == 0x000008, "Wrong alignment on UAsyncTaskDownloadImage"); \ +static_assert(sizeof(UAsyncTaskDownloadImage) == 0x000050, "Wrong size on UAsyncTaskDownloadImage"); \ +static_assert(offsetof(UAsyncTaskDownloadImage, OnSuccess) == 0x000030, "Member 'UAsyncTaskDownloadImage::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAsyncTaskDownloadImage, OnFail) == 0x000040, "Member 'UAsyncTaskDownloadImage::OnFail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_SetWidgetSlotDesiredSize \ +static_assert(alignof(GameViewportSubsystem_SetWidgetSlotDesiredSize) == 0x000008, "Wrong alignment on GameViewportSubsystem_SetWidgetSlotDesiredSize"); \ +static_assert(sizeof(GameViewportSubsystem_SetWidgetSlotDesiredSize) == 0x0000A0, "Wrong size on GameViewportSubsystem_SetWidgetSlotDesiredSize"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotDesiredSize, Slot) == 0x000000, "Member 'GameViewportSubsystem_SetWidgetSlotDesiredSize::Slot' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotDesiredSize, Size) == 0x000048, "Member 'GameViewportSubsystem_SetWidgetSlotDesiredSize::Size' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotDesiredSize, ReturnValue) == 0x000058, "Member 'GameViewportSubsystem_SetWidgetSlotDesiredSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_SetWidgetSlotPosition \ +static_assert(alignof(GameViewportSubsystem_SetWidgetSlotPosition) == 0x000008, "Wrong alignment on GameViewportSubsystem_SetWidgetSlotPosition"); \ +static_assert(sizeof(GameViewportSubsystem_SetWidgetSlotPosition) == 0x0000B0, "Wrong size on GameViewportSubsystem_SetWidgetSlotPosition"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotPosition, Slot) == 0x000000, "Member 'GameViewportSubsystem_SetWidgetSlotPosition::Slot' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotPosition, Widget) == 0x000048, "Member 'GameViewportSubsystem_SetWidgetSlotPosition::Widget' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotPosition, position) == 0x000050, "Member 'GameViewportSubsystem_SetWidgetSlotPosition::position' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotPosition, bRemoveDPIScale) == 0x000060, "Member 'GameViewportSubsystem_SetWidgetSlotPosition::bRemoveDPIScale' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlotPosition, ReturnValue) == 0x000068, "Member 'GameViewportSubsystem_SetWidgetSlotPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_AddWidget \ +static_assert(alignof(GameViewportSubsystem_AddWidget) == 0x000008, "Wrong alignment on GameViewportSubsystem_AddWidget"); \ +static_assert(sizeof(GameViewportSubsystem_AddWidget) == 0x000058, "Wrong size on GameViewportSubsystem_AddWidget"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidget, Widget) == 0x000000, "Member 'GameViewportSubsystem_AddWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidget, Slot) == 0x000008, "Member 'GameViewportSubsystem_AddWidget::Slot' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidget, ReturnValue) == 0x000050, "Member 'GameViewportSubsystem_AddWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_AddWidgetForPlayer \ +static_assert(alignof(GameViewportSubsystem_AddWidgetForPlayer) == 0x000008, "Wrong alignment on GameViewportSubsystem_AddWidgetForPlayer"); \ +static_assert(sizeof(GameViewportSubsystem_AddWidgetForPlayer) == 0x000060, "Wrong size on GameViewportSubsystem_AddWidgetForPlayer"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidgetForPlayer, Widget) == 0x000000, "Member 'GameViewportSubsystem_AddWidgetForPlayer::Widget' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidgetForPlayer, Player) == 0x000008, "Member 'GameViewportSubsystem_AddWidgetForPlayer::Player' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidgetForPlayer, Slot) == 0x000010, "Member 'GameViewportSubsystem_AddWidgetForPlayer::Slot' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_AddWidgetForPlayer, ReturnValue) == 0x000058, "Member 'GameViewportSubsystem_AddWidgetForPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_RemoveWidget \ +static_assert(alignof(GameViewportSubsystem_RemoveWidget) == 0x000008, "Wrong alignment on GameViewportSubsystem_RemoveWidget"); \ +static_assert(sizeof(GameViewportSubsystem_RemoveWidget) == 0x000008, "Wrong size on GameViewportSubsystem_RemoveWidget"); \ +static_assert(offsetof(GameViewportSubsystem_RemoveWidget, Widget) == 0x000000, "Member 'GameViewportSubsystem_RemoveWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_SetWidgetSlot \ +static_assert(alignof(GameViewportSubsystem_SetWidgetSlot) == 0x000008, "Wrong alignment on GameViewportSubsystem_SetWidgetSlot"); \ +static_assert(sizeof(GameViewportSubsystem_SetWidgetSlot) == 0x000050, "Wrong size on GameViewportSubsystem_SetWidgetSlot"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlot, Widget) == 0x000000, "Member 'GameViewportSubsystem_SetWidgetSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_SetWidgetSlot, Slot) == 0x000008, "Member 'GameViewportSubsystem_SetWidgetSlot::Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_GetWidgetSlot \ +static_assert(alignof(GameViewportSubsystem_GetWidgetSlot) == 0x000008, "Wrong alignment on GameViewportSubsystem_GetWidgetSlot"); \ +static_assert(sizeof(GameViewportSubsystem_GetWidgetSlot) == 0x000050, "Wrong size on GameViewportSubsystem_GetWidgetSlot"); \ +static_assert(offsetof(GameViewportSubsystem_GetWidgetSlot, Widget) == 0x000000, "Member 'GameViewportSubsystem_GetWidgetSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_GetWidgetSlot, ReturnValue) == 0x000008, "Member 'GameViewportSubsystem_GetWidgetSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameViewportSubsystem_IsWidgetAdded \ +static_assert(alignof(GameViewportSubsystem_IsWidgetAdded) == 0x000008, "Wrong alignment on GameViewportSubsystem_IsWidgetAdded"); \ +static_assert(sizeof(GameViewportSubsystem_IsWidgetAdded) == 0x000010, "Wrong size on GameViewportSubsystem_IsWidgetAdded"); \ +static_assert(offsetof(GameViewportSubsystem_IsWidgetAdded, Widget) == 0x000000, "Member 'GameViewportSubsystem_IsWidgetAdded::Widget' has a wrong offset!"); \ +static_assert(offsetof(GameViewportSubsystem_IsWidgetAdded, ReturnValue) == 0x000008, "Member 'GameViewportSubsystem_IsWidgetAdded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameViewportSubsystem \ +static_assert(alignof(UGameViewportSubsystem) == 0x000008, "Wrong alignment on UGameViewportSubsystem"); \ +static_assert(sizeof(UGameViewportSubsystem) == 0x0000B0, "Wrong size on UGameViewportSubsystem"); \ + +#define DUMPER7_ASSERTS_UserListEntry_BP_OnEndEntryDropOperation \ +static_assert(alignof(UserListEntry_BP_OnEndEntryDropOperation) == 0x000001, "Wrong alignment on UserListEntry_BP_OnEndEntryDropOperation"); \ +static_assert(sizeof(UserListEntry_BP_OnEndEntryDropOperation) == 0x000001, "Wrong size on UserListEntry_BP_OnEndEntryDropOperation"); \ +static_assert(offsetof(UserListEntry_BP_OnEndEntryDropOperation, bSuccess) == 0x000000, "Member 'UserListEntry_BP_OnEndEntryDropOperation::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntry_BP_OnEntryDragged \ +static_assert(alignof(UserListEntry_BP_OnEntryDragged) == 0x000008, "Wrong alignment on UserListEntry_BP_OnEntryDragged"); \ +static_assert(sizeof(UserListEntry_BP_OnEntryDragged) == 0x000008, "Wrong size on UserListEntry_BP_OnEntryDragged"); \ +static_assert(offsetof(UserListEntry_BP_OnEntryDragged, Operation) == 0x000000, "Member 'UserListEntry_BP_OnEntryDragged::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntry_BP_OnEntryDragOverChanged \ +static_assert(alignof(UserListEntry_BP_OnEntryDragOverChanged) == 0x000001, "Wrong alignment on UserListEntry_BP_OnEntryDragOverChanged"); \ +static_assert(sizeof(UserListEntry_BP_OnEntryDragOverChanged) == 0x000001, "Wrong size on UserListEntry_BP_OnEntryDragOverChanged"); \ +static_assert(offsetof(UserListEntry_BP_OnEntryDragOverChanged, bIsDraggingOver) == 0x000000, "Member 'UserListEntry_BP_OnEntryDragOverChanged::bIsDraggingOver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntry_BP_OnEntryDropped \ +static_assert(alignof(UserListEntry_BP_OnEntryDropped) == 0x000008, "Wrong alignment on UserListEntry_BP_OnEntryDropped"); \ +static_assert(sizeof(UserListEntry_BP_OnEntryDropped) == 0x000008, "Wrong size on UserListEntry_BP_OnEntryDropped"); \ +static_assert(offsetof(UserListEntry_BP_OnEntryDropped, Operation) == 0x000000, "Member 'UserListEntry_BP_OnEntryDropped::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntry_BP_OnItemExpansionChanged \ +static_assert(alignof(UserListEntry_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on UserListEntry_BP_OnItemExpansionChanged"); \ +static_assert(sizeof(UserListEntry_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on UserListEntry_BP_OnItemExpansionChanged"); \ +static_assert(offsetof(UserListEntry_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'UserListEntry_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntry_BP_OnItemSelectionChanged \ +static_assert(alignof(UserListEntry_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on UserListEntry_BP_OnItemSelectionChanged"); \ +static_assert(sizeof(UserListEntry_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on UserListEntry_BP_OnItemSelectionChanged"); \ +static_assert(offsetof(UserListEntry_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'UserListEntry_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntry_BP_OnUpdateEntryDropIndicator \ +static_assert(alignof(UserListEntry_BP_OnUpdateEntryDropIndicator) == 0x000001, "Wrong alignment on UserListEntry_BP_OnUpdateEntryDropIndicator"); \ +static_assert(sizeof(UserListEntry_BP_OnUpdateEntryDropIndicator) == 0x000001, "Wrong size on UserListEntry_BP_OnUpdateEntryDropIndicator"); \ +static_assert(offsetof(UserListEntry_BP_OnUpdateEntryDropIndicator, DropZone) == 0x000000, "Member 'UserListEntry_BP_OnUpdateEntryDropIndicator::DropZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IUserListEntry \ +static_assert(alignof(IUserListEntry) == 0x000001, "Wrong alignment on IUserListEntry"); \ +static_assert(sizeof(IUserListEntry) == 0x000001, "Wrong size on IUserListEntry"); \ + +#define DUMPER7_ASSERTS_UserListEntryLibrary_GetOwningListView \ +static_assert(alignof(UserListEntryLibrary_GetOwningListView) == 0x000008, "Wrong alignment on UserListEntryLibrary_GetOwningListView"); \ +static_assert(sizeof(UserListEntryLibrary_GetOwningListView) == 0x000018, "Wrong size on UserListEntryLibrary_GetOwningListView"); \ +static_assert(offsetof(UserListEntryLibrary_GetOwningListView, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_GetOwningListView::UserListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserListEntryLibrary_GetOwningListView, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_GetOwningListView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntryLibrary_IsListItemExpanded \ +static_assert(alignof(UserListEntryLibrary_IsListItemExpanded) == 0x000008, "Wrong alignment on UserListEntryLibrary_IsListItemExpanded"); \ +static_assert(sizeof(UserListEntryLibrary_IsListItemExpanded) == 0x000018, "Wrong size on UserListEntryLibrary_IsListItemExpanded"); \ +static_assert(offsetof(UserListEntryLibrary_IsListItemExpanded, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_IsListItemExpanded::UserListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserListEntryLibrary_IsListItemExpanded, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_IsListItemExpanded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserListEntryLibrary_IsListItemSelected \ +static_assert(alignof(UserListEntryLibrary_IsListItemSelected) == 0x000008, "Wrong alignment on UserListEntryLibrary_IsListItemSelected"); \ +static_assert(sizeof(UserListEntryLibrary_IsListItemSelected) == 0x000018, "Wrong size on UserListEntryLibrary_IsListItemSelected"); \ +static_assert(offsetof(UserListEntryLibrary_IsListItemSelected, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_IsListItemSelected::UserListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserListEntryLibrary_IsListItemSelected, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_IsListItemSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserListEntryLibrary \ +static_assert(alignof(UUserListEntryLibrary) == 0x000008, "Wrong alignment on UUserListEntryLibrary"); \ +static_assert(sizeof(UUserListEntryLibrary) == 0x000028, "Wrong size on UUserListEntryLibrary"); \ + +#define DUMPER7_ASSERTS_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_GetListItemIndex \ +static_assert(alignof(UserObjectListEntryLibrary_GetListItemIndex) == 0x000008, "Wrong alignment on UserObjectListEntryLibrary_GetListItemIndex"); \ +static_assert(sizeof(UserObjectListEntryLibrary_GetListItemIndex) == 0x000018, "Wrong size on UserObjectListEntryLibrary_GetListItemIndex"); \ +static_assert(offsetof(UserObjectListEntryLibrary_GetListItemIndex, UserObjectListEntry) == 0x000000, "Member 'UserObjectListEntryLibrary_GetListItemIndex::UserObjectListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserObjectListEntryLibrary_GetListItemIndex, ReturnValue) == 0x000010, "Member 'UserObjectListEntryLibrary_GetListItemIndex::ReturnValue' has a wrong offset!"); \ + +#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_UserObjectListEntryLibrary_IsFirstWidget \ +static_assert(alignof(UserObjectListEntryLibrary_IsFirstWidget) == 0x000008, "Wrong alignment on UserObjectListEntryLibrary_IsFirstWidget"); \ +static_assert(sizeof(UserObjectListEntryLibrary_IsFirstWidget) == 0x000018, "Wrong size on UserObjectListEntryLibrary_IsFirstWidget"); \ +static_assert(offsetof(UserObjectListEntryLibrary_IsFirstWidget, UserObjectListEntry) == 0x000000, "Member 'UserObjectListEntryLibrary_IsFirstWidget::UserObjectListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserObjectListEntryLibrary_IsFirstWidget, ReturnValue) == 0x000010, "Member 'UserObjectListEntryLibrary_IsFirstWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserObjectListEntryLibrary_IsLastWidget \ +static_assert(alignof(UserObjectListEntryLibrary_IsLastWidget) == 0x000008, "Wrong alignment on UserObjectListEntryLibrary_IsLastWidget"); \ +static_assert(sizeof(UserObjectListEntryLibrary_IsLastWidget) == 0x000018, "Wrong size on UserObjectListEntryLibrary_IsLastWidget"); \ +static_assert(offsetof(UserObjectListEntryLibrary_IsLastWidget, UserObjectListEntry) == 0x000000, "Member 'UserObjectListEntryLibrary_IsLastWidget::UserObjectListEntry' has a wrong offset!"); \ +static_assert(offsetof(UserObjectListEntryLibrary_IsLastWidget, ReturnValue) == 0x000010, "Member 'UserObjectListEntryLibrary_IsLastWidget::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_BackgroundBlur_SetApplyAlphaToBlur \ +static_assert(alignof(BackgroundBlur_SetApplyAlphaToBlur) == 0x000001, "Wrong alignment on BackgroundBlur_SetApplyAlphaToBlur"); \ +static_assert(sizeof(BackgroundBlur_SetApplyAlphaToBlur) == 0x000001, "Wrong size on BackgroundBlur_SetApplyAlphaToBlur"); \ +static_assert(offsetof(BackgroundBlur_SetApplyAlphaToBlur, bInApplyAlphaToBlur) == 0x000000, "Member 'BackgroundBlur_SetApplyAlphaToBlur::bInApplyAlphaToBlur' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlur_SetBlurRadius \ +static_assert(alignof(BackgroundBlur_SetBlurRadius) == 0x000004, "Wrong alignment on BackgroundBlur_SetBlurRadius"); \ +static_assert(sizeof(BackgroundBlur_SetBlurRadius) == 0x000004, "Wrong size on BackgroundBlur_SetBlurRadius"); \ +static_assert(offsetof(BackgroundBlur_SetBlurRadius, InBlurRadius) == 0x000000, "Member 'BackgroundBlur_SetBlurRadius::InBlurRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlur_SetBlurStrength \ +static_assert(alignof(BackgroundBlur_SetBlurStrength) == 0x000004, "Wrong alignment on BackgroundBlur_SetBlurStrength"); \ +static_assert(sizeof(BackgroundBlur_SetBlurStrength) == 0x000004, "Wrong size on BackgroundBlur_SetBlurStrength"); \ +static_assert(offsetof(BackgroundBlur_SetBlurStrength, InStrength) == 0x000000, "Member 'BackgroundBlur_SetBlurStrength::InStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlur_SetCornerRadius \ +static_assert(alignof(BackgroundBlur_SetCornerRadius) == 0x000010, "Wrong alignment on BackgroundBlur_SetCornerRadius"); \ +static_assert(sizeof(BackgroundBlur_SetCornerRadius) == 0x000020, "Wrong size on BackgroundBlur_SetCornerRadius"); \ +static_assert(offsetof(BackgroundBlur_SetCornerRadius, InCornerRadius) == 0x000000, "Member 'BackgroundBlur_SetCornerRadius::InCornerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlur_SetHorizontalAlignment \ +static_assert(alignof(BackgroundBlur_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BackgroundBlur_SetHorizontalAlignment"); \ +static_assert(sizeof(BackgroundBlur_SetHorizontalAlignment) == 0x000001, "Wrong size on BackgroundBlur_SetHorizontalAlignment"); \ +static_assert(offsetof(BackgroundBlur_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BackgroundBlur_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlur_SetLowQualityFallbackBrush \ +static_assert(alignof(BackgroundBlur_SetLowQualityFallbackBrush) == 0x000010, "Wrong alignment on BackgroundBlur_SetLowQualityFallbackBrush"); \ +static_assert(sizeof(BackgroundBlur_SetLowQualityFallbackBrush) == 0x0000B0, "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) == 0x000290, "Wrong size on UBackgroundBlur"); \ +static_assert(offsetof(UBackgroundBlur, Padding) == 0x000190, "Member 'UBackgroundBlur::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, HorizontalAlignment) == 0x0001A0, "Member 'UBackgroundBlur::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, VerticalAlignment) == 0x0001A1, "Member 'UBackgroundBlur::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, bApplyAlphaToBlur) == 0x0001A2, "Member 'UBackgroundBlur::bApplyAlphaToBlur' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, BlurStrength) == 0x0001A4, "Member 'UBackgroundBlur::BlurStrength' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, bOverrideAutoRadiusCalculation) == 0x0001A8, "Member 'UBackgroundBlur::bOverrideAutoRadiusCalculation' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, BlurRadius) == 0x0001AC, "Member 'UBackgroundBlur::BlurRadius' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, CornerRadius) == 0x0001B0, "Member 'UBackgroundBlur::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, LowQualityFallbackBrush) == 0x0001D0, "Member 'UBackgroundBlur::LowQualityFallbackBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PanelSlot_GetContent \ +static_assert(alignof(PanelSlot_GetContent) == 0x000008, "Wrong alignment on PanelSlot_GetContent"); \ +static_assert(sizeof(PanelSlot_GetContent) == 0x000008, "Wrong size on PanelSlot_GetContent"); \ +static_assert(offsetof(PanelSlot_GetContent, ReturnValue) == 0x000000, "Member 'PanelSlot_GetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPanelSlot \ +static_assert(alignof(UPanelSlot) == 0x000008, "Wrong alignment on UPanelSlot"); \ +static_assert(sizeof(UPanelSlot) == 0x000038, "Wrong size on UPanelSlot"); \ +static_assert(offsetof(UPanelSlot, Parent) == 0x000028, "Member 'UPanelSlot::Parent' has a wrong offset!"); \ +static_assert(offsetof(UPanelSlot, content) == 0x000030, "Member 'UPanelSlot::content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlurSlot_SetHorizontalAlignment \ +static_assert(alignof(BackgroundBlurSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BackgroundBlurSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(BackgroundBlurSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on BackgroundBlurSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(BackgroundBlurSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BackgroundBlurSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlurSlot_SetPadding \ +static_assert(alignof(BackgroundBlurSlot_SetPadding) == 0x000004, "Wrong alignment on BackgroundBlurSlot_SetPadding"); \ +static_assert(sizeof(BackgroundBlurSlot_SetPadding) == 0x000010, "Wrong size on BackgroundBlurSlot_SetPadding"); \ +static_assert(offsetof(BackgroundBlurSlot_SetPadding, InPadding) == 0x000000, "Member 'BackgroundBlurSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BackgroundBlurSlot_SetVerticalAlignment \ +static_assert(alignof(BackgroundBlurSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on BackgroundBlurSlot_SetVerticalAlignment"); \ +static_assert(sizeof(BackgroundBlurSlot_SetVerticalAlignment) == 0x000001, "Wrong size on BackgroundBlurSlot_SetVerticalAlignment"); \ +static_assert(offsetof(BackgroundBlurSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BackgroundBlurSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBackgroundBlurSlot \ +static_assert(alignof(UBackgroundBlurSlot) == 0x000008, "Wrong alignment on UBackgroundBlurSlot"); \ +static_assert(sizeof(UBackgroundBlurSlot) == 0x000060, "Wrong size on UBackgroundBlurSlot"); \ +static_assert(offsetof(UBackgroundBlurSlot, Padding) == 0x000038, "Member 'UBackgroundBlurSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlurSlot, HorizontalAlignment) == 0x000048, "Member 'UBackgroundBlurSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlurSlot, VerticalAlignment) == 0x000049, "Member 'UBackgroundBlurSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_GetDynamicMaterial \ +static_assert(alignof(Border_GetDynamicMaterial) == 0x000008, "Wrong alignment on Border_GetDynamicMaterial"); \ +static_assert(sizeof(Border_GetDynamicMaterial) == 0x000008, "Wrong size on Border_GetDynamicMaterial"); \ +static_assert(offsetof(Border_GetDynamicMaterial, ReturnValue) == 0x000000, "Member 'Border_GetDynamicMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrush \ +static_assert(alignof(Border_SetBrush) == 0x000010, "Wrong alignment on Border_SetBrush"); \ +static_assert(sizeof(Border_SetBrush) == 0x0000B0, "Wrong size on Border_SetBrush"); \ +static_assert(offsetof(Border_SetBrush, InBrush) == 0x000000, "Member 'Border_SetBrush::InBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrushColor \ +static_assert(alignof(Border_SetBrushColor) == 0x000004, "Wrong alignment on Border_SetBrushColor"); \ +static_assert(sizeof(Border_SetBrushColor) == 0x000010, "Wrong size on Border_SetBrushColor"); \ +static_assert(offsetof(Border_SetBrushColor, InBrushColor) == 0x000000, "Member 'Border_SetBrushColor::InBrushColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrushFromAsset \ +static_assert(alignof(Border_SetBrushFromAsset) == 0x000008, "Wrong alignment on Border_SetBrushFromAsset"); \ +static_assert(sizeof(Border_SetBrushFromAsset) == 0x000008, "Wrong size on Border_SetBrushFromAsset"); \ +static_assert(offsetof(Border_SetBrushFromAsset, Asset) == 0x000000, "Member 'Border_SetBrushFromAsset::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrushFromMaterial \ +static_assert(alignof(Border_SetBrushFromMaterial) == 0x000008, "Wrong alignment on Border_SetBrushFromMaterial"); \ +static_assert(sizeof(Border_SetBrushFromMaterial) == 0x000008, "Wrong size on Border_SetBrushFromMaterial"); \ +static_assert(offsetof(Border_SetBrushFromMaterial, Material) == 0x000000, "Member 'Border_SetBrushFromMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetBrushFromTexture \ +static_assert(alignof(Border_SetBrushFromTexture) == 0x000008, "Wrong alignment on Border_SetBrushFromTexture"); \ +static_assert(sizeof(Border_SetBrushFromTexture) == 0x000008, "Wrong size on Border_SetBrushFromTexture"); \ +static_assert(offsetof(Border_SetBrushFromTexture, Texture) == 0x000000, "Member 'Border_SetBrushFromTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetContentColorAndOpacity \ +static_assert(alignof(Border_SetContentColorAndOpacity) == 0x000004, "Wrong alignment on Border_SetContentColorAndOpacity"); \ +static_assert(sizeof(Border_SetContentColorAndOpacity) == 0x000010, "Wrong size on Border_SetContentColorAndOpacity"); \ +static_assert(offsetof(Border_SetContentColorAndOpacity, InContentColorAndOpacity) == 0x000000, "Member 'Border_SetContentColorAndOpacity::InContentColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetDesiredSizeScale \ +static_assert(alignof(Border_SetDesiredSizeScale) == 0x000008, "Wrong alignment on Border_SetDesiredSizeScale"); \ +static_assert(sizeof(Border_SetDesiredSizeScale) == 0x000010, "Wrong size on Border_SetDesiredSizeScale"); \ +static_assert(offsetof(Border_SetDesiredSizeScale, InScale) == 0x000000, "Member 'Border_SetDesiredSizeScale::InScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetHorizontalAlignment \ +static_assert(alignof(Border_SetHorizontalAlignment) == 0x000001, "Wrong alignment on Border_SetHorizontalAlignment"); \ +static_assert(sizeof(Border_SetHorizontalAlignment) == 0x000001, "Wrong size on Border_SetHorizontalAlignment"); \ +static_assert(offsetof(Border_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'Border_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetPadding \ +static_assert(alignof(Border_SetPadding) == 0x000004, "Wrong alignment on Border_SetPadding"); \ +static_assert(sizeof(Border_SetPadding) == 0x000010, "Wrong size on Border_SetPadding"); \ +static_assert(offsetof(Border_SetPadding, InPadding) == 0x000000, "Member 'Border_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetShowEffectWhenDisabled \ +static_assert(alignof(Border_SetShowEffectWhenDisabled) == 0x000001, "Wrong alignment on Border_SetShowEffectWhenDisabled"); \ +static_assert(sizeof(Border_SetShowEffectWhenDisabled) == 0x000001, "Wrong size on Border_SetShowEffectWhenDisabled"); \ +static_assert(offsetof(Border_SetShowEffectWhenDisabled, bInShowEffectWhenDisabled) == 0x000000, "Member 'Border_SetShowEffectWhenDisabled::bInShowEffectWhenDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Border_SetVerticalAlignment \ +static_assert(alignof(Border_SetVerticalAlignment) == 0x000001, "Wrong alignment on Border_SetVerticalAlignment"); \ +static_assert(sizeof(Border_SetVerticalAlignment) == 0x000001, "Wrong size on Border_SetVerticalAlignment"); \ +static_assert(offsetof(Border_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'Border_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBorder \ +static_assert(alignof(UBorder) == 0x000010, "Wrong alignment on UBorder"); \ +static_assert(sizeof(UBorder) == 0x000320, "Wrong size on UBorder"); \ +static_assert(offsetof(UBorder, HorizontalAlignment) == 0x000190, "Member 'UBorder::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorder, VerticalAlignment) == 0x000191, "Member 'UBorder::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorder, ContentColorAndOpacity) == 0x000194, "Member 'UBorder::ContentColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UBorder, ContentColorAndOpacityDelegate) == 0x0001A4, "Member 'UBorder::ContentColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, Padding) == 0x0001B4, "Member 'UBorder::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBorder, Background) == 0x0001D0, "Member 'UBorder::Background' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BackgroundDelegate) == 0x000280, "Member 'UBorder::BackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BrushColor) == 0x000290, "Member 'UBorder::BrushColor' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BrushColorDelegate) == 0x0002A0, "Member 'UBorder::BrushColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, DesiredSizeScale) == 0x0002B0, "Member 'UBorder::DesiredSizeScale' has a wrong offset!"); \ +static_assert(offsetof(UBorder, bFlipForRightToLeftFlowDirection) == 0x0002C0, "Member 'UBorder::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseButtonDownEvent) == 0x0002C4, "Member 'UBorder::OnMouseButtonDownEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseButtonUpEvent) == 0x0002D4, "Member 'UBorder::OnMouseButtonUpEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseMoveEvent) == 0x0002E4, "Member 'UBorder::OnMouseMoveEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseDoubleClickEvent) == 0x0002F4, "Member 'UBorder::OnMouseDoubleClickEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BorderSlot_SetHorizontalAlignment \ +static_assert(alignof(BorderSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BorderSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(BorderSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on BorderSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(BorderSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BorderSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BorderSlot_SetPadding \ +static_assert(alignof(BorderSlot_SetPadding) == 0x000004, "Wrong alignment on BorderSlot_SetPadding"); \ +static_assert(sizeof(BorderSlot_SetPadding) == 0x000010, "Wrong size on BorderSlot_SetPadding"); \ +static_assert(offsetof(BorderSlot_SetPadding, InPadding) == 0x000000, "Member 'BorderSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BorderSlot_SetVerticalAlignment \ +static_assert(alignof(BorderSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on BorderSlot_SetVerticalAlignment"); \ +static_assert(sizeof(BorderSlot_SetVerticalAlignment) == 0x000001, "Wrong size on BorderSlot_SetVerticalAlignment"); \ +static_assert(offsetof(BorderSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BorderSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBorderSlot \ +static_assert(alignof(UBorderSlot) == 0x000008, "Wrong alignment on UBorderSlot"); \ +static_assert(sizeof(UBorderSlot) == 0x000060, "Wrong size on UBorderSlot"); \ +static_assert(offsetof(UBorderSlot, Padding) == 0x000038, "Member 'UBorderSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBorderSlot, HorizontalAlignment) == 0x000048, "Member 'UBorderSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorderSlot, VerticalAlignment) == 0x000049, "Member 'UBorderSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Button_SetAllowDragDrop \ +static_assert(alignof(Button_SetAllowDragDrop) == 0x000001, "Wrong alignment on Button_SetAllowDragDrop"); \ +static_assert(sizeof(Button_SetAllowDragDrop) == 0x000001, "Wrong size on Button_SetAllowDragDrop"); \ +static_assert(offsetof(Button_SetAllowDragDrop, bInAllowDragDrop) == 0x000000, "Member 'Button_SetAllowDragDrop::bInAllowDragDrop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Button_SetBackgroundColor \ +static_assert(alignof(Button_SetBackgroundColor) == 0x000004, "Wrong alignment on Button_SetBackgroundColor"); \ +static_assert(sizeof(Button_SetBackgroundColor) == 0x000010, "Wrong size on Button_SetBackgroundColor"); \ +static_assert(offsetof(Button_SetBackgroundColor, InBackgroundColor) == 0x000000, "Member 'Button_SetBackgroundColor::InBackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Button_SetClickMethod \ +static_assert(alignof(Button_SetClickMethod) == 0x000001, "Wrong alignment on Button_SetClickMethod"); \ +static_assert(sizeof(Button_SetClickMethod) == 0x000001, "Wrong size on Button_SetClickMethod"); \ +static_assert(offsetof(Button_SetClickMethod, InClickMethod) == 0x000000, "Member 'Button_SetClickMethod::InClickMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Button_SetColorAndOpacity \ +static_assert(alignof(Button_SetColorAndOpacity) == 0x000004, "Wrong alignment on Button_SetColorAndOpacity"); \ +static_assert(sizeof(Button_SetColorAndOpacity) == 0x000010, "Wrong size on Button_SetColorAndOpacity"); \ +static_assert(offsetof(Button_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'Button_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Button_SetPressMethod \ +static_assert(alignof(Button_SetPressMethod) == 0x000001, "Wrong alignment on Button_SetPressMethod"); \ +static_assert(sizeof(Button_SetPressMethod) == 0x000001, "Wrong size on Button_SetPressMethod"); \ +static_assert(offsetof(Button_SetPressMethod, InPressMethod) == 0x000000, "Member 'Button_SetPressMethod::InPressMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Button_SetStyle \ +static_assert(alignof(Button_SetStyle) == 0x000010, "Wrong alignment on Button_SetStyle"); \ +static_assert(sizeof(Button_SetStyle) == 0x000390, "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) == 0x000620, "Wrong size on UButton"); \ +static_assert(offsetof(UButton, WidgetStyle) == 0x000190, "Member 'UButton::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UButton, ColorAndOpacity) == 0x000520, "Member 'UButton::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UButton, BackgroundColor) == 0x000530, "Member 'UButton::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UButton, ClickMethod) == 0x000540, "Member 'UButton::ClickMethod' has a wrong offset!"); \ +static_assert(offsetof(UButton, TouchMethod) == 0x000541, "Member 'UButton::TouchMethod' has a wrong offset!"); \ +static_assert(offsetof(UButton, PressMethod) == 0x000542, "Member 'UButton::PressMethod' has a wrong offset!"); \ +static_assert(offsetof(UButton, IsFocusable) == 0x000543, "Member 'UButton::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnClicked) == 0x000548, "Member 'UButton::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnPressed) == 0x000558, "Member 'UButton::OnPressed' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnReleased) == 0x000568, "Member 'UButton::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnHovered) == 0x000578, "Member 'UButton::OnHovered' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnUnhovered) == 0x000588, "Member 'UButton::OnUnhovered' has a wrong offset!"); \ +static_assert(offsetof(UButton, bAllowDragDrop) == 0x000618, "Member 'UButton::bAllowDragDrop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonSlot_SetHorizontalAlignment \ +static_assert(alignof(ButtonSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on ButtonSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(ButtonSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on ButtonSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(ButtonSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'ButtonSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonSlot_SetPadding \ +static_assert(alignof(ButtonSlot_SetPadding) == 0x000004, "Wrong alignment on ButtonSlot_SetPadding"); \ +static_assert(sizeof(ButtonSlot_SetPadding) == 0x000010, "Wrong size on ButtonSlot_SetPadding"); \ +static_assert(offsetof(ButtonSlot_SetPadding, InPadding) == 0x000000, "Member 'ButtonSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ButtonSlot_SetVerticalAlignment \ +static_assert(alignof(ButtonSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on ButtonSlot_SetVerticalAlignment"); \ +static_assert(sizeof(ButtonSlot_SetVerticalAlignment) == 0x000001, "Wrong size on ButtonSlot_SetVerticalAlignment"); \ +static_assert(offsetof(ButtonSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'ButtonSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UButtonSlot \ +static_assert(alignof(UButtonSlot) == 0x000008, "Wrong alignment on UButtonSlot"); \ +static_assert(sizeof(UButtonSlot) == 0x000060, "Wrong size on UButtonSlot"); \ +static_assert(offsetof(UButtonSlot, Padding) == 0x000038, "Member 'UButtonSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UButtonSlot, HorizontalAlignment) == 0x000048, "Member 'UButtonSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UButtonSlot, VerticalAlignment) == 0x000049, "Member 'UButtonSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanel_AddChildToCanvas \ +static_assert(alignof(CanvasPanel_AddChildToCanvas) == 0x000008, "Wrong alignment on CanvasPanel_AddChildToCanvas"); \ +static_assert(sizeof(CanvasPanel_AddChildToCanvas) == 0x000010, "Wrong size on CanvasPanel_AddChildToCanvas"); \ +static_assert(offsetof(CanvasPanel_AddChildToCanvas, content) == 0x000000, "Member 'CanvasPanel_AddChildToCanvas::content' has a wrong offset!"); \ +static_assert(offsetof(CanvasPanel_AddChildToCanvas, ReturnValue) == 0x000008, "Member 'CanvasPanel_AddChildToCanvas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCanvasPanel \ +static_assert(alignof(UCanvasPanel) == 0x000008, "Wrong alignment on UCanvasPanel"); \ +static_assert(sizeof(UCanvasPanel) == 0x0001A0, "Wrong size on UCanvasPanel"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetAlignment \ +static_assert(alignof(CanvasPanelSlot_SetAlignment) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetAlignment"); \ +static_assert(sizeof(CanvasPanelSlot_SetAlignment) == 0x000010, "Wrong size on CanvasPanelSlot_SetAlignment"); \ +static_assert(offsetof(CanvasPanelSlot_SetAlignment, InAlignment) == 0x000000, "Member 'CanvasPanelSlot_SetAlignment::InAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetAnchors \ +static_assert(alignof(CanvasPanelSlot_SetAnchors) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetAnchors"); \ +static_assert(sizeof(CanvasPanelSlot_SetAnchors) == 0x000020, "Wrong size on CanvasPanelSlot_SetAnchors"); \ +static_assert(offsetof(CanvasPanelSlot_SetAnchors, InAnchors) == 0x000000, "Member 'CanvasPanelSlot_SetAnchors::InAnchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetAutoSize \ +static_assert(alignof(CanvasPanelSlot_SetAutoSize) == 0x000001, "Wrong alignment on CanvasPanelSlot_SetAutoSize"); \ +static_assert(sizeof(CanvasPanelSlot_SetAutoSize) == 0x000001, "Wrong size on CanvasPanelSlot_SetAutoSize"); \ +static_assert(offsetof(CanvasPanelSlot_SetAutoSize, InbAutoSize) == 0x000000, "Member 'CanvasPanelSlot_SetAutoSize::InbAutoSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetLayout \ +static_assert(alignof(CanvasPanelSlot_SetLayout) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetLayout"); \ +static_assert(sizeof(CanvasPanelSlot_SetLayout) == 0x000040, "Wrong size on CanvasPanelSlot_SetLayout"); \ +static_assert(offsetof(CanvasPanelSlot_SetLayout, InLayoutData) == 0x000000, "Member 'CanvasPanelSlot_SetLayout::InLayoutData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetMaximum \ +static_assert(alignof(CanvasPanelSlot_SetMaximum) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetMaximum"); \ +static_assert(sizeof(CanvasPanelSlot_SetMaximum) == 0x000010, "Wrong size on CanvasPanelSlot_SetMaximum"); \ +static_assert(offsetof(CanvasPanelSlot_SetMaximum, InMaximumAnchors) == 0x000000, "Member 'CanvasPanelSlot_SetMaximum::InMaximumAnchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetMinimum \ +static_assert(alignof(CanvasPanelSlot_SetMinimum) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetMinimum"); \ +static_assert(sizeof(CanvasPanelSlot_SetMinimum) == 0x000010, "Wrong size on CanvasPanelSlot_SetMinimum"); \ +static_assert(offsetof(CanvasPanelSlot_SetMinimum, InMinimumAnchors) == 0x000000, "Member 'CanvasPanelSlot_SetMinimum::InMinimumAnchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetOffsets \ +static_assert(alignof(CanvasPanelSlot_SetOffsets) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetOffsets"); \ +static_assert(sizeof(CanvasPanelSlot_SetOffsets) == 0x000010, "Wrong size on CanvasPanelSlot_SetOffsets"); \ +static_assert(offsetof(CanvasPanelSlot_SetOffsets, InOffset) == 0x000000, "Member 'CanvasPanelSlot_SetOffsets::InOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetPosition \ +static_assert(alignof(CanvasPanelSlot_SetPosition) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetPosition"); \ +static_assert(sizeof(CanvasPanelSlot_SetPosition) == 0x000010, "Wrong size on CanvasPanelSlot_SetPosition"); \ +static_assert(offsetof(CanvasPanelSlot_SetPosition, InPosition) == 0x000000, "Member 'CanvasPanelSlot_SetPosition::InPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetSize \ +static_assert(alignof(CanvasPanelSlot_SetSize) == 0x000008, "Wrong alignment on CanvasPanelSlot_SetSize"); \ +static_assert(sizeof(CanvasPanelSlot_SetSize) == 0x000010, "Wrong size on CanvasPanelSlot_SetSize"); \ +static_assert(offsetof(CanvasPanelSlot_SetSize, InSize) == 0x000000, "Member 'CanvasPanelSlot_SetSize::InSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_SetZOrder \ +static_assert(alignof(CanvasPanelSlot_SetZOrder) == 0x000004, "Wrong alignment on CanvasPanelSlot_SetZOrder"); \ +static_assert(sizeof(CanvasPanelSlot_SetZOrder) == 0x000004, "Wrong size on CanvasPanelSlot_SetZOrder"); \ +static_assert(offsetof(CanvasPanelSlot_SetZOrder, InZOrder) == 0x000000, "Member 'CanvasPanelSlot_SetZOrder::InZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetAlignment \ +static_assert(alignof(CanvasPanelSlot_GetAlignment) == 0x000008, "Wrong alignment on CanvasPanelSlot_GetAlignment"); \ +static_assert(sizeof(CanvasPanelSlot_GetAlignment) == 0x000010, "Wrong size on CanvasPanelSlot_GetAlignment"); \ +static_assert(offsetof(CanvasPanelSlot_GetAlignment, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetAnchors \ +static_assert(alignof(CanvasPanelSlot_GetAnchors) == 0x000008, "Wrong alignment on CanvasPanelSlot_GetAnchors"); \ +static_assert(sizeof(CanvasPanelSlot_GetAnchors) == 0x000020, "Wrong size on CanvasPanelSlot_GetAnchors"); \ +static_assert(offsetof(CanvasPanelSlot_GetAnchors, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetAnchors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetAutoSize \ +static_assert(alignof(CanvasPanelSlot_GetAutoSize) == 0x000001, "Wrong alignment on CanvasPanelSlot_GetAutoSize"); \ +static_assert(sizeof(CanvasPanelSlot_GetAutoSize) == 0x000001, "Wrong size on CanvasPanelSlot_GetAutoSize"); \ +static_assert(offsetof(CanvasPanelSlot_GetAutoSize, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetAutoSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetLayout \ +static_assert(alignof(CanvasPanelSlot_GetLayout) == 0x000008, "Wrong alignment on CanvasPanelSlot_GetLayout"); \ +static_assert(sizeof(CanvasPanelSlot_GetLayout) == 0x000040, "Wrong size on CanvasPanelSlot_GetLayout"); \ +static_assert(offsetof(CanvasPanelSlot_GetLayout, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetLayout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetOffsets \ +static_assert(alignof(CanvasPanelSlot_GetOffsets) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetOffsets"); \ +static_assert(sizeof(CanvasPanelSlot_GetOffsets) == 0x000010, "Wrong size on CanvasPanelSlot_GetOffsets"); \ +static_assert(offsetof(CanvasPanelSlot_GetOffsets, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetOffsets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetPosition \ +static_assert(alignof(CanvasPanelSlot_GetPosition) == 0x000008, "Wrong alignment on CanvasPanelSlot_GetPosition"); \ +static_assert(sizeof(CanvasPanelSlot_GetPosition) == 0x000010, "Wrong size on CanvasPanelSlot_GetPosition"); \ +static_assert(offsetof(CanvasPanelSlot_GetPosition, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetSize \ +static_assert(alignof(CanvasPanelSlot_GetSize) == 0x000008, "Wrong alignment on CanvasPanelSlot_GetSize"); \ +static_assert(sizeof(CanvasPanelSlot_GetSize) == 0x000010, "Wrong size on CanvasPanelSlot_GetSize"); \ +static_assert(offsetof(CanvasPanelSlot_GetSize, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasPanelSlot_GetZOrder \ +static_assert(alignof(CanvasPanelSlot_GetZOrder) == 0x000004, "Wrong alignment on CanvasPanelSlot_GetZOrder"); \ +static_assert(sizeof(CanvasPanelSlot_GetZOrder) == 0x000004, "Wrong size on CanvasPanelSlot_GetZOrder"); \ +static_assert(offsetof(CanvasPanelSlot_GetZOrder, ReturnValue) == 0x000000, "Member 'CanvasPanelSlot_GetZOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCanvasPanelSlot \ +static_assert(alignof(UCanvasPanelSlot) == 0x000008, "Wrong alignment on UCanvasPanelSlot"); \ +static_assert(sizeof(UCanvasPanelSlot) == 0x000088, "Wrong size on UCanvasPanelSlot"); \ +static_assert(offsetof(UCanvasPanelSlot, LayoutData) == 0x000038, "Member 'UCanvasPanelSlot::LayoutData' has a wrong offset!"); \ +static_assert(offsetof(UCanvasPanelSlot, bAutoSize) == 0x000078, "Member 'UCanvasPanelSlot::bAutoSize' has a wrong offset!"); \ +static_assert(offsetof(UCanvasPanelSlot, ZOrder) == 0x00007C, "Member 'UCanvasPanelSlot::ZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComboBox \ +static_assert(alignof(UComboBox) == 0x000010, "Wrong alignment on UComboBox"); \ +static_assert(sizeof(UComboBox) == 0x000810, "Wrong size on UComboBox"); \ +static_assert(offsetof(UComboBox, ScrollBarStyle) == 0x000180, "Member 'UComboBox::ScrollBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBox, Items) == 0x0007D0, "Member 'UComboBox::Items' has a wrong offset!"); \ +static_assert(offsetof(UComboBox, OnGenerateWidgetEvent) == 0x0007E0, "Member 'UComboBox::OnGenerateWidgetEvent' has a wrong offset!"); \ +static_assert(offsetof(UComboBox, bIsFocusable) == 0x0007F0, "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) == 0x001980, "Wrong size on UComboBoxKey"); \ +static_assert(offsetof(UComboBoxKey, Options) == 0x000178, "Member 'UComboBoxKey::Options' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, SelectedOption) == 0x000188, "Member 'UComboBoxKey::SelectedOption' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, WidgetStyle) == 0x000190, "Member 'UComboBoxKey::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, ItemStyle) == 0x000750, "Member 'UComboBoxKey::ItemStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, ScrollBarStyle) == 0x0012A0, "Member 'UComboBoxKey::ScrollBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, ForegroundColor) == 0x0018F0, "Member 'UComboBoxKey::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, ContentPadding) == 0x001904, "Member 'UComboBoxKey::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, MaxListHeight) == 0x001914, "Member 'UComboBoxKey::MaxListHeight' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, bHasDownArrow) == 0x001918, "Member 'UComboBoxKey::bHasDownArrow' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, bEnableGamepadNavigationMode) == 0x001919, "Member 'UComboBoxKey::bEnableGamepadNavigationMode' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, bIsFocusable) == 0x00191A, "Member 'UComboBoxKey::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, OnGenerateContentWidget) == 0x00191C, "Member 'UComboBoxKey::OnGenerateContentWidget' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, OnGenerateItemWidget) == 0x00192C, "Member 'UComboBoxKey::OnGenerateItemWidget' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, OnSelectionChanged) == 0x001940, "Member 'UComboBoxKey::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, OnOpening) == 0x001950, "Member 'UComboBoxKey::OnOpening' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_AddOption \ +static_assert(alignof(ComboBoxString_AddOption) == 0x000008, "Wrong alignment on ComboBoxString_AddOption"); \ +static_assert(sizeof(ComboBoxString_AddOption) == 0x000010, "Wrong size on ComboBoxString_AddOption"); \ +static_assert(offsetof(ComboBoxString_AddOption, Option) == 0x000000, "Member 'ComboBoxString_AddOption::Option' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_RemoveOption \ +static_assert(alignof(ComboBoxString_RemoveOption) == 0x000008, "Wrong alignment on ComboBoxString_RemoveOption"); \ +static_assert(sizeof(ComboBoxString_RemoveOption) == 0x000018, "Wrong size on ComboBoxString_RemoveOption"); \ +static_assert(offsetof(ComboBoxString_RemoveOption, Option) == 0x000000, "Member 'ComboBoxString_RemoveOption::Option' has a wrong offset!"); \ +static_assert(offsetof(ComboBoxString_RemoveOption, ReturnValue) == 0x000010, "Member 'ComboBoxString_RemoveOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_SetSelectedIndex \ +static_assert(alignof(ComboBoxString_SetSelectedIndex) == 0x000004, "Wrong alignment on ComboBoxString_SetSelectedIndex"); \ +static_assert(sizeof(ComboBoxString_SetSelectedIndex) == 0x000004, "Wrong size on ComboBoxString_SetSelectedIndex"); \ +static_assert(offsetof(ComboBoxString_SetSelectedIndex, Index_0) == 0x000000, "Member 'ComboBoxString_SetSelectedIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_SetSelectedOption \ +static_assert(alignof(ComboBoxString_SetSelectedOption) == 0x000008, "Wrong alignment on ComboBoxString_SetSelectedOption"); \ +static_assert(sizeof(ComboBoxString_SetSelectedOption) == 0x000010, "Wrong size on ComboBoxString_SetSelectedOption"); \ +static_assert(offsetof(ComboBoxString_SetSelectedOption, Option) == 0x000000, "Member 'ComboBoxString_SetSelectedOption::Option' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_FindOptionIndex \ +static_assert(alignof(ComboBoxString_FindOptionIndex) == 0x000008, "Wrong alignment on ComboBoxString_FindOptionIndex"); \ +static_assert(sizeof(ComboBoxString_FindOptionIndex) == 0x000018, "Wrong size on ComboBoxString_FindOptionIndex"); \ +static_assert(offsetof(ComboBoxString_FindOptionIndex, Option) == 0x000000, "Member 'ComboBoxString_FindOptionIndex::Option' has a wrong offset!"); \ +static_assert(offsetof(ComboBoxString_FindOptionIndex, ReturnValue) == 0x000010, "Member 'ComboBoxString_FindOptionIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_GetOptionAtIndex \ +static_assert(alignof(ComboBoxString_GetOptionAtIndex) == 0x000008, "Wrong alignment on ComboBoxString_GetOptionAtIndex"); \ +static_assert(sizeof(ComboBoxString_GetOptionAtIndex) == 0x000018, "Wrong size on ComboBoxString_GetOptionAtIndex"); \ +static_assert(offsetof(ComboBoxString_GetOptionAtIndex, Index_0) == 0x000000, "Member 'ComboBoxString_GetOptionAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ComboBoxString_GetOptionAtIndex, ReturnValue) == 0x000008, "Member 'ComboBoxString_GetOptionAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_GetOptionCount \ +static_assert(alignof(ComboBoxString_GetOptionCount) == 0x000004, "Wrong alignment on ComboBoxString_GetOptionCount"); \ +static_assert(sizeof(ComboBoxString_GetOptionCount) == 0x000004, "Wrong size on ComboBoxString_GetOptionCount"); \ +static_assert(offsetof(ComboBoxString_GetOptionCount, ReturnValue) == 0x000000, "Member 'ComboBoxString_GetOptionCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_GetSelectedIndex \ +static_assert(alignof(ComboBoxString_GetSelectedIndex) == 0x000004, "Wrong alignment on ComboBoxString_GetSelectedIndex"); \ +static_assert(sizeof(ComboBoxString_GetSelectedIndex) == 0x000004, "Wrong size on ComboBoxString_GetSelectedIndex"); \ +static_assert(offsetof(ComboBoxString_GetSelectedIndex, ReturnValue) == 0x000000, "Member 'ComboBoxString_GetSelectedIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_GetSelectedOption \ +static_assert(alignof(ComboBoxString_GetSelectedOption) == 0x000008, "Wrong alignment on ComboBoxString_GetSelectedOption"); \ +static_assert(sizeof(ComboBoxString_GetSelectedOption) == 0x000010, "Wrong size on ComboBoxString_GetSelectedOption"); \ +static_assert(offsetof(ComboBoxString_GetSelectedOption, ReturnValue) == 0x000000, "Member 'ComboBoxString_GetSelectedOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComboBoxString_IsOpen \ +static_assert(alignof(ComboBoxString_IsOpen) == 0x000001, "Wrong alignment on ComboBoxString_IsOpen"); \ +static_assert(sizeof(ComboBoxString_IsOpen) == 0x000001, "Wrong size on ComboBoxString_IsOpen"); \ +static_assert(offsetof(ComboBoxString_IsOpen, ReturnValue) == 0x000000, "Member 'ComboBoxString_IsOpen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComboBoxString \ +static_assert(alignof(UComboBoxString) == 0x000010, "Wrong alignment on UComboBoxString"); \ +static_assert(sizeof(UComboBoxString) == 0x001A10, "Wrong size on UComboBoxString"); \ +static_assert(offsetof(UComboBoxString, DefaultOptions) == 0x000178, "Member 'UComboBoxString::DefaultOptions' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, SelectedOption) == 0x000188, "Member 'UComboBoxString::SelectedOption' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, WidgetStyle) == 0x0001A0, "Member 'UComboBoxString::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ItemStyle) == 0x000760, "Member 'UComboBoxString::ItemStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ScrollBarStyle) == 0x0012B0, "Member 'UComboBoxString::ScrollBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ContentPadding) == 0x001900, "Member 'UComboBoxString::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, MaxListHeight) == 0x001910, "Member 'UComboBoxString::MaxListHeight' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, HasDownArrow) == 0x001914, "Member 'UComboBoxString::HasDownArrow' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, EnableGamepadNavigationMode) == 0x001915, "Member 'UComboBoxString::EnableGamepadNavigationMode' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, Font) == 0x001918, "Member 'UComboBoxString::Font' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ForegroundColor) == 0x001978, "Member 'UComboBoxString::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, bIsFocusable) == 0x00198C, "Member 'UComboBoxString::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, OnGenerateWidgetEvent) == 0x001990, "Member 'UComboBoxString::OnGenerateWidgetEvent' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, OnSelectionChanged) == 0x0019A0, "Member 'UComboBoxString::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, OnOpening) == 0x0019B0, "Member 'UComboBoxString::OnOpening' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBoxBase_SetEntrySpacing \ +static_assert(alignof(DynamicEntryBoxBase_SetEntrySpacing) == 0x000008, "Wrong alignment on DynamicEntryBoxBase_SetEntrySpacing"); \ +static_assert(sizeof(DynamicEntryBoxBase_SetEntrySpacing) == 0x000010, "Wrong size on DynamicEntryBoxBase_SetEntrySpacing"); \ +static_assert(offsetof(DynamicEntryBoxBase_SetEntrySpacing, InEntrySpacing) == 0x000000, "Member 'DynamicEntryBoxBase_SetEntrySpacing::InEntrySpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBoxBase_SetRadialSettings \ +static_assert(alignof(DynamicEntryBoxBase_SetRadialSettings) == 0x000004, "Wrong alignment on DynamicEntryBoxBase_SetRadialSettings"); \ +static_assert(sizeof(DynamicEntryBoxBase_SetRadialSettings) == 0x000010, "Wrong size on DynamicEntryBoxBase_SetRadialSettings"); \ +static_assert(offsetof(DynamicEntryBoxBase_SetRadialSettings, InSettings) == 0x000000, "Member 'DynamicEntryBoxBase_SetRadialSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBoxBase_GetAllEntries \ +static_assert(alignof(DynamicEntryBoxBase_GetAllEntries) == 0x000008, "Wrong alignment on DynamicEntryBoxBase_GetAllEntries"); \ +static_assert(sizeof(DynamicEntryBoxBase_GetAllEntries) == 0x000010, "Wrong size on DynamicEntryBoxBase_GetAllEntries"); \ +static_assert(offsetof(DynamicEntryBoxBase_GetAllEntries, ReturnValue) == 0x000000, "Member 'DynamicEntryBoxBase_GetAllEntries::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBoxBase_GetNumEntries \ +static_assert(alignof(DynamicEntryBoxBase_GetNumEntries) == 0x000004, "Wrong alignment on DynamicEntryBoxBase_GetNumEntries"); \ +static_assert(sizeof(DynamicEntryBoxBase_GetNumEntries) == 0x000004, "Wrong size on DynamicEntryBoxBase_GetNumEntries"); \ +static_assert(offsetof(DynamicEntryBoxBase_GetNumEntries, ReturnValue) == 0x000000, "Member 'DynamicEntryBoxBase_GetNumEntries::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicEntryBoxBase \ +static_assert(alignof(UDynamicEntryBoxBase) == 0x000008, "Wrong alignment on UDynamicEntryBoxBase"); \ +static_assert(sizeof(UDynamicEntryBoxBase) == 0x000258, "Wrong size on UDynamicEntryBoxBase"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntrySpacing) == 0x000178, "Member 'UDynamicEntryBoxBase::EntrySpacing' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, SpacingPattern) == 0x000188, "Member 'UDynamicEntryBoxBase::SpacingPattern' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryBoxType) == 0x000198, "Member 'UDynamicEntryBoxBase::EntryBoxType' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntrySizeRule) == 0x00019C, "Member 'UDynamicEntryBoxBase::EntrySizeRule' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryHorizontalAlignment) == 0x0001A4, "Member 'UDynamicEntryBoxBase::EntryHorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryVerticalAlignment) == 0x0001A5, "Member 'UDynamicEntryBoxBase::EntryVerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, MaxElementSize) == 0x0001A8, "Member 'UDynamicEntryBoxBase::MaxElementSize' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, RadialBoxSettings) == 0x0001AC, "Member 'UDynamicEntryBoxBase::RadialBoxSettings' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryWidgetPool) == 0x0001D0, "Member 'UDynamicEntryBoxBase::EntryWidgetPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBox_BP_CreateEntry \ +static_assert(alignof(DynamicEntryBox_BP_CreateEntry) == 0x000008, "Wrong alignment on DynamicEntryBox_BP_CreateEntry"); \ +static_assert(sizeof(DynamicEntryBox_BP_CreateEntry) == 0x000008, "Wrong size on DynamicEntryBox_BP_CreateEntry"); \ +static_assert(offsetof(DynamicEntryBox_BP_CreateEntry, ReturnValue) == 0x000000, "Member 'DynamicEntryBox_BP_CreateEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBox_BP_CreateEntryOfClass \ +static_assert(alignof(DynamicEntryBox_BP_CreateEntryOfClass) == 0x000008, "Wrong alignment on DynamicEntryBox_BP_CreateEntryOfClass"); \ +static_assert(sizeof(DynamicEntryBox_BP_CreateEntryOfClass) == 0x000010, "Wrong size on DynamicEntryBox_BP_CreateEntryOfClass"); \ +static_assert(offsetof(DynamicEntryBox_BP_CreateEntryOfClass, EntryClass) == 0x000000, "Member 'DynamicEntryBox_BP_CreateEntryOfClass::EntryClass' has a wrong offset!"); \ +static_assert(offsetof(DynamicEntryBox_BP_CreateEntryOfClass, ReturnValue) == 0x000008, "Member 'DynamicEntryBox_BP_CreateEntryOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBox_RemoveEntry \ +static_assert(alignof(DynamicEntryBox_RemoveEntry) == 0x000008, "Wrong alignment on DynamicEntryBox_RemoveEntry"); \ +static_assert(sizeof(DynamicEntryBox_RemoveEntry) == 0x000008, "Wrong size on DynamicEntryBox_RemoveEntry"); \ +static_assert(offsetof(DynamicEntryBox_RemoveEntry, EntryWidget) == 0x000000, "Member 'DynamicEntryBox_RemoveEntry::EntryWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicEntryBox_Reset \ +static_assert(alignof(DynamicEntryBox_Reset) == 0x000001, "Wrong alignment on DynamicEntryBox_Reset"); \ +static_assert(sizeof(DynamicEntryBox_Reset) == 0x000001, "Wrong size on DynamicEntryBox_Reset"); \ +static_assert(offsetof(DynamicEntryBox_Reset, bDeleteWidgets) == 0x000000, "Member 'DynamicEntryBox_Reset::bDeleteWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicEntryBox \ +static_assert(alignof(UDynamicEntryBox) == 0x000008, "Wrong alignment on UDynamicEntryBox"); \ +static_assert(sizeof(UDynamicEntryBox) == 0x000260, "Wrong size on UDynamicEntryBox"); \ +static_assert(offsetof(UDynamicEntryBox, EntryWidgetClass) == 0x000258, "Member 'UDynamicEntryBox::EntryWidgetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetFont \ +static_assert(alignof(EditableText_SetFont) == 0x000008, "Wrong alignment on EditableText_SetFont"); \ +static_assert(sizeof(EditableText_SetFont) == 0x000060, "Wrong size on EditableText_SetFont"); \ +static_assert(offsetof(EditableText_SetFont, InFontInfo) == 0x000000, "Member 'EditableText_SetFont::InFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetFontMaterial \ +static_assert(alignof(EditableText_SetFontMaterial) == 0x000008, "Wrong alignment on EditableText_SetFontMaterial"); \ +static_assert(sizeof(EditableText_SetFontMaterial) == 0x000008, "Wrong size on EditableText_SetFontMaterial"); \ +static_assert(offsetof(EditableText_SetFontMaterial, InMaterial) == 0x000000, "Member 'EditableText_SetFontMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetFontOutlineMaterial \ +static_assert(alignof(EditableText_SetFontOutlineMaterial) == 0x000008, "Wrong alignment on EditableText_SetFontOutlineMaterial"); \ +static_assert(sizeof(EditableText_SetFontOutlineMaterial) == 0x000008, "Wrong size on EditableText_SetFontOutlineMaterial"); \ +static_assert(offsetof(EditableText_SetFontOutlineMaterial, InMaterial) == 0x000000, "Member 'EditableText_SetFontOutlineMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetHintText \ +static_assert(alignof(EditableText_SetHintText) == 0x000008, "Wrong alignment on EditableText_SetHintText"); \ +static_assert(sizeof(EditableText_SetHintText) == 0x000010, "Wrong size on EditableText_SetHintText"); \ +static_assert(offsetof(EditableText_SetHintText, InHintText) == 0x000000, "Member 'EditableText_SetHintText::InHintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetIsPassword \ +static_assert(alignof(EditableText_SetIsPassword) == 0x000001, "Wrong alignment on EditableText_SetIsPassword"); \ +static_assert(sizeof(EditableText_SetIsPassword) == 0x000001, "Wrong size on EditableText_SetIsPassword"); \ +static_assert(offsetof(EditableText_SetIsPassword, InbIsPassword) == 0x000000, "Member 'EditableText_SetIsPassword::InbIsPassword' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetIsReadOnly \ +static_assert(alignof(EditableText_SetIsReadOnly) == 0x000001, "Wrong alignment on EditableText_SetIsReadOnly"); \ +static_assert(sizeof(EditableText_SetIsReadOnly) == 0x000001, "Wrong size on EditableText_SetIsReadOnly"); \ +static_assert(offsetof(EditableText_SetIsReadOnly, InbIsReadyOnly) == 0x000000, "Member 'EditableText_SetIsReadOnly::InbIsReadyOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetJustification \ +static_assert(alignof(EditableText_SetJustification) == 0x000001, "Wrong alignment on EditableText_SetJustification"); \ +static_assert(sizeof(EditableText_SetJustification) == 0x000001, "Wrong size on EditableText_SetJustification"); \ +static_assert(offsetof(EditableText_SetJustification, InJustification) == 0x000000, "Member 'EditableText_SetJustification::InJustification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetMinimumDesiredWidth \ +static_assert(alignof(EditableText_SetMinimumDesiredWidth) == 0x000004, "Wrong alignment on EditableText_SetMinimumDesiredWidth"); \ +static_assert(sizeof(EditableText_SetMinimumDesiredWidth) == 0x000004, "Wrong size on EditableText_SetMinimumDesiredWidth"); \ +static_assert(offsetof(EditableText_SetMinimumDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'EditableText_SetMinimumDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetText \ +static_assert(alignof(EditableText_SetText) == 0x000008, "Wrong alignment on EditableText_SetText"); \ +static_assert(sizeof(EditableText_SetText) == 0x000010, "Wrong size on EditableText_SetText"); \ +static_assert(offsetof(EditableText_SetText, InText) == 0x000000, "Member 'EditableText_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetTextOverflowPolicy \ +static_assert(alignof(EditableText_SetTextOverflowPolicy) == 0x000001, "Wrong alignment on EditableText_SetTextOverflowPolicy"); \ +static_assert(sizeof(EditableText_SetTextOverflowPolicy) == 0x000001, "Wrong size on EditableText_SetTextOverflowPolicy"); \ +static_assert(offsetof(EditableText_SetTextOverflowPolicy, InOverflowPolicy) == 0x000000, "Member 'EditableText_SetTextOverflowPolicy::InOverflowPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_ToggleVirtualKeyboard \ +static_assert(alignof(EditableText_ToggleVirtualKeyboard) == 0x000001, "Wrong alignment on EditableText_ToggleVirtualKeyboard"); \ +static_assert(sizeof(EditableText_ToggleVirtualKeyboard) == 0x000001, "Wrong size on EditableText_ToggleVirtualKeyboard"); \ +static_assert(offsetof(EditableText_ToggleVirtualKeyboard, bShow) == 0x000000, "Member 'EditableText_ToggleVirtualKeyboard::bShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_GetFont \ +static_assert(alignof(EditableText_GetFont) == 0x000008, "Wrong alignment on EditableText_GetFont"); \ +static_assert(sizeof(EditableText_GetFont) == 0x000060, "Wrong size on EditableText_GetFont"); \ +static_assert(offsetof(EditableText_GetFont, ReturnValue) == 0x000000, "Member 'EditableText_GetFont::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_GetHintText \ +static_assert(alignof(EditableText_GetHintText) == 0x000008, "Wrong alignment on EditableText_GetHintText"); \ +static_assert(sizeof(EditableText_GetHintText) == 0x000010, "Wrong size on EditableText_GetHintText"); \ +static_assert(offsetof(EditableText_GetHintText, ReturnValue) == 0x000000, "Member 'EditableText_GetHintText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_GetJustification \ +static_assert(alignof(EditableText_GetJustification) == 0x000001, "Wrong alignment on EditableText_GetJustification"); \ +static_assert(sizeof(EditableText_GetJustification) == 0x000001, "Wrong size on EditableText_GetJustification"); \ +static_assert(offsetof(EditableText_GetJustification, ReturnValue) == 0x000000, "Member 'EditableText_GetJustification::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_GetText \ +static_assert(alignof(EditableText_GetText) == 0x000008, "Wrong alignment on EditableText_GetText"); \ +static_assert(sizeof(EditableText_GetText) == 0x000010, "Wrong size on EditableText_GetText"); \ +static_assert(offsetof(EditableText_GetText, ReturnValue) == 0x000000, "Member 'EditableText_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableText \ +static_assert(alignof(UEditableText) == 0x000010, "Wrong alignment on UEditableText"); \ +static_assert(sizeof(UEditableText) == 0x0004A0, "Wrong size on UEditableText"); \ +static_assert(offsetof(UEditableText, Text) == 0x000178, "Member 'UEditableText::Text' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, TextDelegate) == 0x000188, "Member 'UEditableText::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, HintText) == 0x000198, "Member 'UEditableText::HintText' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, HintTextDelegate) == 0x0001A8, "Member 'UEditableText::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, WidgetStyle) == 0x0001C0, "Member 'UEditableText::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, IsReadOnly) == 0x000450, "Member 'UEditableText::IsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, IsPassword) == 0x000451, "Member 'UEditableText::IsPassword' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, MinimumDesiredWidth) == 0x000454, "Member 'UEditableText::MinimumDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, IsCaretMovedWhenGainFocus) == 0x000458, "Member 'UEditableText::IsCaretMovedWhenGainFocus' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, SelectAllTextWhenFocused) == 0x000459, "Member 'UEditableText::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, RevertTextOnEscape) == 0x00045A, "Member 'UEditableText::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, ClearKeyboardFocusOnCommit) == 0x00045B, "Member 'UEditableText::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, SelectAllTextOnCommit) == 0x00045C, "Member 'UEditableText::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, AllowContextMenu) == 0x00045D, "Member 'UEditableText::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, KeyboardType) == 0x00045E, "Member 'UEditableText::KeyboardType' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, VirtualKeyboardOptions) == 0x00045F, "Member 'UEditableText::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, VirtualKeyboardTrigger) == 0x000460, "Member 'UEditableText::VirtualKeyboardTrigger' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, VirtualKeyboardDismissAction) == 0x000461, "Member 'UEditableText::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, Justification) == 0x000462, "Member 'UEditableText::Justification' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, OverflowPolicy) == 0x000463, "Member 'UEditableText::OverflowPolicy' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, ShapedTextOptions) == 0x000464, "Member 'UEditableText::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, OnTextChanged) == 0x000468, "Member 'UEditableText::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, OnTextCommitted) == 0x000478, "Member 'UEditableText::OnTextCommitted' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, EnableIntegratedKeyboard) == 0x000498, "Member 'UEditableText::EnableIntegratedKeyboard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetError \ +static_assert(alignof(EditableTextBox_SetError) == 0x000008, "Wrong alignment on EditableTextBox_SetError"); \ +static_assert(sizeof(EditableTextBox_SetError) == 0x000010, "Wrong size on EditableTextBox_SetError"); \ +static_assert(offsetof(EditableTextBox_SetError, InError) == 0x000000, "Member 'EditableTextBox_SetError::InError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetForegroundColor \ +static_assert(alignof(EditableTextBox_SetForegroundColor) == 0x000004, "Wrong alignment on EditableTextBox_SetForegroundColor"); \ +static_assert(sizeof(EditableTextBox_SetForegroundColor) == 0x000010, "Wrong size on EditableTextBox_SetForegroundColor"); \ +static_assert(offsetof(EditableTextBox_SetForegroundColor, Color) == 0x000000, "Member 'EditableTextBox_SetForegroundColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetHintText \ +static_assert(alignof(EditableTextBox_SetHintText) == 0x000008, "Wrong alignment on EditableTextBox_SetHintText"); \ +static_assert(sizeof(EditableTextBox_SetHintText) == 0x000010, "Wrong size on EditableTextBox_SetHintText"); \ +static_assert(offsetof(EditableTextBox_SetHintText, InText) == 0x000000, "Member 'EditableTextBox_SetHintText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetIsPassword \ +static_assert(alignof(EditableTextBox_SetIsPassword) == 0x000001, "Wrong alignment on EditableTextBox_SetIsPassword"); \ +static_assert(sizeof(EditableTextBox_SetIsPassword) == 0x000001, "Wrong size on EditableTextBox_SetIsPassword"); \ +static_assert(offsetof(EditableTextBox_SetIsPassword, bIsPassword) == 0x000000, "Member 'EditableTextBox_SetIsPassword::bIsPassword' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetIsReadOnly \ +static_assert(alignof(EditableTextBox_SetIsReadOnly) == 0x000001, "Wrong alignment on EditableTextBox_SetIsReadOnly"); \ +static_assert(sizeof(EditableTextBox_SetIsReadOnly) == 0x000001, "Wrong size on EditableTextBox_SetIsReadOnly"); \ +static_assert(offsetof(EditableTextBox_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'EditableTextBox_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetJustification \ +static_assert(alignof(EditableTextBox_SetJustification) == 0x000001, "Wrong alignment on EditableTextBox_SetJustification"); \ +static_assert(sizeof(EditableTextBox_SetJustification) == 0x000001, "Wrong size on EditableTextBox_SetJustification"); \ +static_assert(offsetof(EditableTextBox_SetJustification, InJustification) == 0x000000, "Member 'EditableTextBox_SetJustification::InJustification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetText \ +static_assert(alignof(EditableTextBox_SetText) == 0x000008, "Wrong alignment on EditableTextBox_SetText"); \ +static_assert(sizeof(EditableTextBox_SetText) == 0x000010, "Wrong size on EditableTextBox_SetText"); \ +static_assert(offsetof(EditableTextBox_SetText, InText) == 0x000000, "Member 'EditableTextBox_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetTextOverflowPolicy \ +static_assert(alignof(EditableTextBox_SetTextOverflowPolicy) == 0x000001, "Wrong alignment on EditableTextBox_SetTextOverflowPolicy"); \ +static_assert(sizeof(EditableTextBox_SetTextOverflowPolicy) == 0x000001, "Wrong size on EditableTextBox_SetTextOverflowPolicy"); \ +static_assert(offsetof(EditableTextBox_SetTextOverflowPolicy, InOverflowPolicy) == 0x000000, "Member 'EditableTextBox_SetTextOverflowPolicy::InOverflowPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_GetText \ +static_assert(alignof(EditableTextBox_GetText) == 0x000008, "Wrong alignment on EditableTextBox_GetText"); \ +static_assert(sizeof(EditableTextBox_GetText) == 0x000010, "Wrong size on EditableTextBox_GetText"); \ +static_assert(offsetof(EditableTextBox_GetText, ReturnValue) == 0x000000, "Member 'EditableTextBox_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_HasError \ +static_assert(alignof(EditableTextBox_HasError) == 0x000001, "Wrong alignment on EditableTextBox_HasError"); \ +static_assert(sizeof(EditableTextBox_HasError) == 0x000001, "Wrong size on EditableTextBox_HasError"); \ +static_assert(offsetof(EditableTextBox_HasError, ReturnValue) == 0x000000, "Member 'EditableTextBox_HasError::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableTextBox \ +static_assert(alignof(UEditableTextBox) == 0x000010, "Wrong alignment on UEditableTextBox"); \ +static_assert(sizeof(UEditableTextBox) == 0x000E90, "Wrong size on UEditableTextBox"); \ +static_assert(offsetof(UEditableTextBox, Text) == 0x000178, "Member 'UEditableTextBox::Text' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, TextDelegate) == 0x000188, "Member 'UEditableTextBox::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, WidgetStyle) == 0x0001A0, "Member 'UEditableTextBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, HintText) == 0x000E20, "Member 'UEditableTextBox::HintText' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, HintTextDelegate) == 0x000E30, "Member 'UEditableTextBox::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, IsReadOnly) == 0x000E40, "Member 'UEditableTextBox::IsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, IsPassword) == 0x000E41, "Member 'UEditableTextBox::IsPassword' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, MinimumDesiredWidth) == 0x000E44, "Member 'UEditableTextBox::MinimumDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, IsCaretMovedWhenGainFocus) == 0x000E48, "Member 'UEditableTextBox::IsCaretMovedWhenGainFocus' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, SelectAllTextWhenFocused) == 0x000E49, "Member 'UEditableTextBox::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, RevertTextOnEscape) == 0x000E4A, "Member 'UEditableTextBox::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, ClearKeyboardFocusOnCommit) == 0x000E4B, "Member 'UEditableTextBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, SelectAllTextOnCommit) == 0x000E4C, "Member 'UEditableTextBox::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, AllowContextMenu) == 0x000E4D, "Member 'UEditableTextBox::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, KeyboardType) == 0x000E4E, "Member 'UEditableTextBox::KeyboardType' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, VirtualKeyboardOptions) == 0x000E4F, "Member 'UEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, VirtualKeyboardTrigger) == 0x000E50, "Member 'UEditableTextBox::VirtualKeyboardTrigger' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, VirtualKeyboardDismissAction) == 0x000E51, "Member 'UEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, Justification) == 0x000E52, "Member 'UEditableTextBox::Justification' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, OverflowPolicy) == 0x000E53, "Member 'UEditableTextBox::OverflowPolicy' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, ShapedTextOptions) == 0x000E54, "Member 'UEditableTextBox::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, OnTextChanged) == 0x000E58, "Member 'UEditableTextBox::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, OnTextCommitted) == 0x000E68, "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) == 0x000420, "Wrong size on UExpandableArea"); \ +static_assert(offsetof(UExpandableArea, Style) == 0x000180, "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) == 0x0003B0, "Member 'UExpandableArea::BorderColor' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, bIsExpanded) == 0x0003C4, "Member 'UExpandableArea::bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, MaxHeight) == 0x0003C8, "Member 'UExpandableArea::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, HeaderPadding) == 0x0003CC, "Member 'UExpandableArea::HeaderPadding' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, AreaPadding) == 0x0003DC, "Member 'UExpandableArea::AreaPadding' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, OnExpansionChanged) == 0x0003F0, "Member 'UExpandableArea::OnExpansionChanged' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, HeaderContent) == 0x000400, "Member 'UExpandableArea::HeaderContent' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, BodyContent) == 0x000408, "Member 'UExpandableArea::BodyContent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridPanel_AddChildToGrid \ +static_assert(alignof(GridPanel_AddChildToGrid) == 0x000008, "Wrong alignment on GridPanel_AddChildToGrid"); \ +static_assert(sizeof(GridPanel_AddChildToGrid) == 0x000018, "Wrong size on GridPanel_AddChildToGrid"); \ +static_assert(offsetof(GridPanel_AddChildToGrid, content) == 0x000000, "Member 'GridPanel_AddChildToGrid::content' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_AddChildToGrid, InRow) == 0x000008, "Member 'GridPanel_AddChildToGrid::InRow' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_AddChildToGrid, InColumn) == 0x00000C, "Member 'GridPanel_AddChildToGrid::InColumn' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_AddChildToGrid, ReturnValue) == 0x000010, "Member 'GridPanel_AddChildToGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridPanel_SetColumnFill \ +static_assert(alignof(GridPanel_SetColumnFill) == 0x000004, "Wrong alignment on GridPanel_SetColumnFill"); \ +static_assert(sizeof(GridPanel_SetColumnFill) == 0x000008, "Wrong size on GridPanel_SetColumnFill"); \ +static_assert(offsetof(GridPanel_SetColumnFill, ColumnIndex) == 0x000000, "Member 'GridPanel_SetColumnFill::ColumnIndex' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_SetColumnFill, Coefficient) == 0x000004, "Member 'GridPanel_SetColumnFill::Coefficient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridPanel_SetRowFill \ +static_assert(alignof(GridPanel_SetRowFill) == 0x000004, "Wrong alignment on GridPanel_SetRowFill"); \ +static_assert(sizeof(GridPanel_SetRowFill) == 0x000008, "Wrong size on GridPanel_SetRowFill"); \ +static_assert(offsetof(GridPanel_SetRowFill, RowIndex) == 0x000000, "Member 'GridPanel_SetRowFill::RowIndex' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_SetRowFill, Coefficient) == 0x000004, "Member 'GridPanel_SetRowFill::Coefficient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridPanel \ +static_assert(alignof(UGridPanel) == 0x000008, "Wrong alignment on UGridPanel"); \ +static_assert(sizeof(UGridPanel) == 0x0001C0, "Wrong size on UGridPanel"); \ +static_assert(offsetof(UGridPanel, ColumnFill) == 0x000190, "Member 'UGridPanel::ColumnFill' has a wrong offset!"); \ +static_assert(offsetof(UGridPanel, RowFill) == 0x0001A0, "Member 'UGridPanel::RowFill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetColumn \ +static_assert(alignof(GridSlot_SetColumn) == 0x000004, "Wrong alignment on GridSlot_SetColumn"); \ +static_assert(sizeof(GridSlot_SetColumn) == 0x000004, "Wrong size on GridSlot_SetColumn"); \ +static_assert(offsetof(GridSlot_SetColumn, InColumn) == 0x000000, "Member 'GridSlot_SetColumn::InColumn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetColumnSpan \ +static_assert(alignof(GridSlot_SetColumnSpan) == 0x000004, "Wrong alignment on GridSlot_SetColumnSpan"); \ +static_assert(sizeof(GridSlot_SetColumnSpan) == 0x000004, "Wrong size on GridSlot_SetColumnSpan"); \ +static_assert(offsetof(GridSlot_SetColumnSpan, InColumnSpan) == 0x000000, "Member 'GridSlot_SetColumnSpan::InColumnSpan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetHorizontalAlignment \ +static_assert(alignof(GridSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on GridSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(GridSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on GridSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(GridSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'GridSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetLayer \ +static_assert(alignof(GridSlot_SetLayer) == 0x000004, "Wrong alignment on GridSlot_SetLayer"); \ +static_assert(sizeof(GridSlot_SetLayer) == 0x000004, "Wrong size on GridSlot_SetLayer"); \ +static_assert(offsetof(GridSlot_SetLayer, InLayer) == 0x000000, "Member 'GridSlot_SetLayer::InLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetNudge \ +static_assert(alignof(GridSlot_SetNudge) == 0x000008, "Wrong alignment on GridSlot_SetNudge"); \ +static_assert(sizeof(GridSlot_SetNudge) == 0x000010, "Wrong size on GridSlot_SetNudge"); \ +static_assert(offsetof(GridSlot_SetNudge, InNudge) == 0x000000, "Member 'GridSlot_SetNudge::InNudge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetPadding \ +static_assert(alignof(GridSlot_SetPadding) == 0x000004, "Wrong alignment on GridSlot_SetPadding"); \ +static_assert(sizeof(GridSlot_SetPadding) == 0x000010, "Wrong size on GridSlot_SetPadding"); \ +static_assert(offsetof(GridSlot_SetPadding, InPadding) == 0x000000, "Member 'GridSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetRow \ +static_assert(alignof(GridSlot_SetRow) == 0x000004, "Wrong alignment on GridSlot_SetRow"); \ +static_assert(sizeof(GridSlot_SetRow) == 0x000004, "Wrong size on GridSlot_SetRow"); \ +static_assert(offsetof(GridSlot_SetRow, InRow) == 0x000000, "Member 'GridSlot_SetRow::InRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetRowSpan \ +static_assert(alignof(GridSlot_SetRowSpan) == 0x000004, "Wrong alignment on GridSlot_SetRowSpan"); \ +static_assert(sizeof(GridSlot_SetRowSpan) == 0x000004, "Wrong size on GridSlot_SetRowSpan"); \ +static_assert(offsetof(GridSlot_SetRowSpan, InRowSpan) == 0x000000, "Member 'GridSlot_SetRowSpan::InRowSpan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GridSlot_SetVerticalAlignment \ +static_assert(alignof(GridSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on GridSlot_SetVerticalAlignment"); \ +static_assert(sizeof(GridSlot_SetVerticalAlignment) == 0x000001, "Wrong size on GridSlot_SetVerticalAlignment"); \ +static_assert(offsetof(GridSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'GridSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridSlot \ +static_assert(alignof(UGridSlot) == 0x000008, "Wrong alignment on UGridSlot"); \ +static_assert(sizeof(UGridSlot) == 0x000078, "Wrong size on UGridSlot"); \ +static_assert(offsetof(UGridSlot, Padding) == 0x000038, "Member 'UGridSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, HorizontalAlignment) == 0x000048, "Member 'UGridSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, VerticalAlignment) == 0x000049, "Member 'UGridSlot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Row) == 0x00004C, "Member 'UGridSlot::Row' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, RowSpan) == 0x000050, "Member 'UGridSlot::RowSpan' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Column) == 0x000054, "Member 'UGridSlot::Column' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, ColumnSpan) == 0x000058, "Member 'UGridSlot::ColumnSpan' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Layer) == 0x00005C, "Member 'UGridSlot::Layer' has a wrong offset!"); \ +static_assert(offsetof(UGridSlot, Nudge) == 0x000060, "Member 'UGridSlot::Nudge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HorizontalBox_AddChildToHorizontalBox \ +static_assert(alignof(HorizontalBox_AddChildToHorizontalBox) == 0x000008, "Wrong alignment on HorizontalBox_AddChildToHorizontalBox"); \ +static_assert(sizeof(HorizontalBox_AddChildToHorizontalBox) == 0x000010, "Wrong size on HorizontalBox_AddChildToHorizontalBox"); \ +static_assert(offsetof(HorizontalBox_AddChildToHorizontalBox, content) == 0x000000, "Member 'HorizontalBox_AddChildToHorizontalBox::content' has a wrong offset!"); \ +static_assert(offsetof(HorizontalBox_AddChildToHorizontalBox, ReturnValue) == 0x000008, "Member 'HorizontalBox_AddChildToHorizontalBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHorizontalBox \ +static_assert(alignof(UHorizontalBox) == 0x000008, "Wrong alignment on UHorizontalBox"); \ +static_assert(sizeof(UHorizontalBox) == 0x0001A0, "Wrong size on UHorizontalBox"); \ + +#define DUMPER7_ASSERTS_HorizontalBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(HorizontalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on HorizontalBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(HorizontalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on HorizontalBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(HorizontalBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'HorizontalBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HorizontalBoxSlot_SetPadding \ +static_assert(alignof(HorizontalBoxSlot_SetPadding) == 0x000004, "Wrong alignment on HorizontalBoxSlot_SetPadding"); \ +static_assert(sizeof(HorizontalBoxSlot_SetPadding) == 0x000010, "Wrong size on HorizontalBoxSlot_SetPadding"); \ +static_assert(offsetof(HorizontalBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'HorizontalBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HorizontalBoxSlot_SetSize \ +static_assert(alignof(HorizontalBoxSlot_SetSize) == 0x000004, "Wrong alignment on HorizontalBoxSlot_SetSize"); \ +static_assert(sizeof(HorizontalBoxSlot_SetSize) == 0x000008, "Wrong size on HorizontalBoxSlot_SetSize"); \ +static_assert(offsetof(HorizontalBoxSlot_SetSize, InSize) == 0x000000, "Member 'HorizontalBoxSlot_SetSize::InSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HorizontalBoxSlot_SetVerticalAlignment \ +static_assert(alignof(HorizontalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on HorizontalBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(HorizontalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on HorizontalBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(HorizontalBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'HorizontalBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHorizontalBoxSlot \ +static_assert(alignof(UHorizontalBoxSlot) == 0x000008, "Wrong alignment on UHorizontalBoxSlot"); \ +static_assert(sizeof(UHorizontalBoxSlot) == 0x000060, "Wrong size on UHorizontalBoxSlot"); \ +static_assert(offsetof(UHorizontalBoxSlot, Size) == 0x000040, "Member 'UHorizontalBoxSlot::Size' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, Padding) == 0x000048, "Member 'UHorizontalBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, HorizontalAlignment) == 0x000058, "Member 'UHorizontalBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, VerticalAlignment) == 0x000059, "Member 'UHorizontalBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_GetDynamicMaterial \ +static_assert(alignof(Image_GetDynamicMaterial) == 0x000008, "Wrong alignment on Image_GetDynamicMaterial"); \ +static_assert(sizeof(Image_GetDynamicMaterial) == 0x000008, "Wrong size on Image_GetDynamicMaterial"); \ +static_assert(offsetof(Image_GetDynamicMaterial, ReturnValue) == 0x000000, "Member 'Image_GetDynamicMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrush \ +static_assert(alignof(Image_SetBrush) == 0x000010, "Wrong alignment on Image_SetBrush"); \ +static_assert(sizeof(Image_SetBrush) == 0x0000B0, "Wrong size on Image_SetBrush"); \ +static_assert(offsetof(Image_SetBrush, InBrush) == 0x000000, "Member 'Image_SetBrush::InBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromAsset \ +static_assert(alignof(Image_SetBrushFromAsset) == 0x000008, "Wrong alignment on Image_SetBrushFromAsset"); \ +static_assert(sizeof(Image_SetBrushFromAsset) == 0x000008, "Wrong size on Image_SetBrushFromAsset"); \ +static_assert(offsetof(Image_SetBrushFromAsset, Asset) == 0x000000, "Member 'Image_SetBrushFromAsset::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromAtlasInterface \ +static_assert(alignof(Image_SetBrushFromAtlasInterface) == 0x000008, "Wrong alignment on Image_SetBrushFromAtlasInterface"); \ +static_assert(sizeof(Image_SetBrushFromAtlasInterface) == 0x000018, "Wrong size on Image_SetBrushFromAtlasInterface"); \ +static_assert(offsetof(Image_SetBrushFromAtlasInterface, AtlasRegion) == 0x000000, "Member 'Image_SetBrushFromAtlasInterface::AtlasRegion' has a wrong offset!"); \ +static_assert(offsetof(Image_SetBrushFromAtlasInterface, bMatchSize) == 0x000010, "Member 'Image_SetBrushFromAtlasInterface::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromMaterial \ +static_assert(alignof(Image_SetBrushFromMaterial) == 0x000008, "Wrong alignment on Image_SetBrushFromMaterial"); \ +static_assert(sizeof(Image_SetBrushFromMaterial) == 0x000008, "Wrong size on Image_SetBrushFromMaterial"); \ +static_assert(offsetof(Image_SetBrushFromMaterial, Material) == 0x000000, "Member 'Image_SetBrushFromMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromSoftMaterial \ +static_assert(alignof(Image_SetBrushFromSoftMaterial) == 0x000008, "Wrong alignment on Image_SetBrushFromSoftMaterial"); \ +static_assert(sizeof(Image_SetBrushFromSoftMaterial) == 0x000028, "Wrong size on Image_SetBrushFromSoftMaterial"); \ +static_assert(offsetof(Image_SetBrushFromSoftMaterial, SoftMaterial) == 0x000000, "Member 'Image_SetBrushFromSoftMaterial::SoftMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromSoftTexture \ +static_assert(alignof(Image_SetBrushFromSoftTexture) == 0x000008, "Wrong alignment on Image_SetBrushFromSoftTexture"); \ +static_assert(sizeof(Image_SetBrushFromSoftTexture) == 0x000030, "Wrong size on Image_SetBrushFromSoftTexture"); \ +static_assert(offsetof(Image_SetBrushFromSoftTexture, SoftTexture) == 0x000000, "Member 'Image_SetBrushFromSoftTexture::SoftTexture' has a wrong offset!"); \ +static_assert(offsetof(Image_SetBrushFromSoftTexture, bMatchSize) == 0x000028, "Member 'Image_SetBrushFromSoftTexture::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromTexture \ +static_assert(alignof(Image_SetBrushFromTexture) == 0x000008, "Wrong alignment on Image_SetBrushFromTexture"); \ +static_assert(sizeof(Image_SetBrushFromTexture) == 0x000010, "Wrong size on Image_SetBrushFromTexture"); \ +static_assert(offsetof(Image_SetBrushFromTexture, Texture) == 0x000000, "Member 'Image_SetBrushFromTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(Image_SetBrushFromTexture, bMatchSize) == 0x000008, "Member 'Image_SetBrushFromTexture::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushFromTextureDynamic \ +static_assert(alignof(Image_SetBrushFromTextureDynamic) == 0x000008, "Wrong alignment on Image_SetBrushFromTextureDynamic"); \ +static_assert(sizeof(Image_SetBrushFromTextureDynamic) == 0x000010, "Wrong size on Image_SetBrushFromTextureDynamic"); \ +static_assert(offsetof(Image_SetBrushFromTextureDynamic, Texture) == 0x000000, "Member 'Image_SetBrushFromTextureDynamic::Texture' has a wrong offset!"); \ +static_assert(offsetof(Image_SetBrushFromTextureDynamic, bMatchSize) == 0x000008, "Member 'Image_SetBrushFromTextureDynamic::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushResourceObject \ +static_assert(alignof(Image_SetBrushResourceObject) == 0x000008, "Wrong alignment on Image_SetBrushResourceObject"); \ +static_assert(sizeof(Image_SetBrushResourceObject) == 0x000008, "Wrong size on Image_SetBrushResourceObject"); \ +static_assert(offsetof(Image_SetBrushResourceObject, ResourceObject) == 0x000000, "Member 'Image_SetBrushResourceObject::ResourceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetBrushTintColor \ +static_assert(alignof(Image_SetBrushTintColor) == 0x000004, "Wrong alignment on Image_SetBrushTintColor"); \ +static_assert(sizeof(Image_SetBrushTintColor) == 0x000014, "Wrong size on Image_SetBrushTintColor"); \ +static_assert(offsetof(Image_SetBrushTintColor, TintColor) == 0x000000, "Member 'Image_SetBrushTintColor::TintColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetColorAndOpacity \ +static_assert(alignof(Image_SetColorAndOpacity) == 0x000004, "Wrong alignment on Image_SetColorAndOpacity"); \ +static_assert(sizeof(Image_SetColorAndOpacity) == 0x000010, "Wrong size on Image_SetColorAndOpacity"); \ +static_assert(offsetof(Image_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'Image_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetDesiredSizeOverride \ +static_assert(alignof(Image_SetDesiredSizeOverride) == 0x000008, "Wrong alignment on Image_SetDesiredSizeOverride"); \ +static_assert(sizeof(Image_SetDesiredSizeOverride) == 0x000010, "Wrong size on Image_SetDesiredSizeOverride"); \ +static_assert(offsetof(Image_SetDesiredSizeOverride, DesiredSize) == 0x000000, "Member 'Image_SetDesiredSizeOverride::DesiredSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Image_SetOpacity \ +static_assert(alignof(Image_SetOpacity) == 0x000004, "Wrong alignment on Image_SetOpacity"); \ +static_assert(sizeof(Image_SetOpacity) == 0x000004, "Wrong size on Image_SetOpacity"); \ +static_assert(offsetof(Image_SetOpacity, InOpacity) == 0x000000, "Member 'Image_SetOpacity::InOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImage \ +static_assert(alignof(UImage) == 0x000010, "Wrong alignment on UImage"); \ +static_assert(sizeof(UImage) == 0x0002C0, "Wrong size on UImage"); \ +static_assert(offsetof(UImage, Brush) == 0x000180, "Member 'UImage::Brush' has a wrong offset!"); \ +static_assert(offsetof(UImage, BrushDelegate) == 0x000230, "Member 'UImage::BrushDelegate' has a wrong offset!"); \ +static_assert(offsetof(UImage, ColorAndOpacity) == 0x000240, "Member 'UImage::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UImage, ColorAndOpacityDelegate) == 0x000250, "Member 'UImage::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UImage, bFlipForRightToLeftFlowDirection) == 0x000260, "Member 'UImage::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ +static_assert(offsetof(UImage, OnMouseButtonDownEvent) == 0x000264, "Member 'UImage::OnMouseButtonDownEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetAllowGamepadKeys \ +static_assert(alignof(InputKeySelector_SetAllowGamepadKeys) == 0x000001, "Wrong alignment on InputKeySelector_SetAllowGamepadKeys"); \ +static_assert(sizeof(InputKeySelector_SetAllowGamepadKeys) == 0x000001, "Wrong size on InputKeySelector_SetAllowGamepadKeys"); \ +static_assert(offsetof(InputKeySelector_SetAllowGamepadKeys, bInAllowGamepadKeys) == 0x000000, "Member 'InputKeySelector_SetAllowGamepadKeys::bInAllowGamepadKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetAllowModifierKeys \ +static_assert(alignof(InputKeySelector_SetAllowModifierKeys) == 0x000001, "Wrong alignment on InputKeySelector_SetAllowModifierKeys"); \ +static_assert(sizeof(InputKeySelector_SetAllowModifierKeys) == 0x000001, "Wrong size on InputKeySelector_SetAllowModifierKeys"); \ +static_assert(offsetof(InputKeySelector_SetAllowModifierKeys, bInAllowModifierKeys) == 0x000000, "Member 'InputKeySelector_SetAllowModifierKeys::bInAllowModifierKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetEscapeKeys \ +static_assert(alignof(InputKeySelector_SetEscapeKeys) == 0x000008, "Wrong alignment on InputKeySelector_SetEscapeKeys"); \ +static_assert(sizeof(InputKeySelector_SetEscapeKeys) == 0x000010, "Wrong size on InputKeySelector_SetEscapeKeys"); \ +static_assert(offsetof(InputKeySelector_SetEscapeKeys, InKeys) == 0x000000, "Member 'InputKeySelector_SetEscapeKeys::InKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetKeySelectionText \ +static_assert(alignof(InputKeySelector_SetKeySelectionText) == 0x000008, "Wrong alignment on InputKeySelector_SetKeySelectionText"); \ +static_assert(sizeof(InputKeySelector_SetKeySelectionText) == 0x000010, "Wrong size on InputKeySelector_SetKeySelectionText"); \ +static_assert(offsetof(InputKeySelector_SetKeySelectionText, InKeySelectionText) == 0x000000, "Member 'InputKeySelector_SetKeySelectionText::InKeySelectionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetNoKeySpecifiedText \ +static_assert(alignof(InputKeySelector_SetNoKeySpecifiedText) == 0x000008, "Wrong alignment on InputKeySelector_SetNoKeySpecifiedText"); \ +static_assert(sizeof(InputKeySelector_SetNoKeySpecifiedText) == 0x000010, "Wrong size on InputKeySelector_SetNoKeySpecifiedText"); \ +static_assert(offsetof(InputKeySelector_SetNoKeySpecifiedText, InNoKeySpecifiedText) == 0x000000, "Member 'InputKeySelector_SetNoKeySpecifiedText::InNoKeySpecifiedText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetSelectedKey \ +static_assert(alignof(InputKeySelector_SetSelectedKey) == 0x000008, "Wrong alignment on InputKeySelector_SetSelectedKey"); \ +static_assert(sizeof(InputKeySelector_SetSelectedKey) == 0x000020, "Wrong size on InputKeySelector_SetSelectedKey"); \ +static_assert(offsetof(InputKeySelector_SetSelectedKey, InSelectedKey) == 0x000000, "Member 'InputKeySelector_SetSelectedKey::InSelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetTextBlockVisibility \ +static_assert(alignof(InputKeySelector_SetTextBlockVisibility) == 0x000001, "Wrong alignment on InputKeySelector_SetTextBlockVisibility"); \ +static_assert(sizeof(InputKeySelector_SetTextBlockVisibility) == 0x000001, "Wrong size on InputKeySelector_SetTextBlockVisibility"); \ +static_assert(offsetof(InputKeySelector_SetTextBlockVisibility, InVisibility) == 0x000000, "Member 'InputKeySelector_SetTextBlockVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_GetIsSelectingKey \ +static_assert(alignof(InputKeySelector_GetIsSelectingKey) == 0x000001, "Wrong alignment on InputKeySelector_GetIsSelectingKey"); \ +static_assert(sizeof(InputKeySelector_GetIsSelectingKey) == 0x000001, "Wrong size on InputKeySelector_GetIsSelectingKey"); \ +static_assert(offsetof(InputKeySelector_GetIsSelectingKey, ReturnValue) == 0x000000, "Member 'InputKeySelector_GetIsSelectingKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputKeySelector \ +static_assert(alignof(UInputKeySelector) == 0x000010, "Wrong alignment on UInputKeySelector"); \ +static_assert(sizeof(UInputKeySelector) == 0x000890, "Wrong size on UInputKeySelector"); \ +static_assert(offsetof(UInputKeySelector, WidgetStyle) == 0x000180, "Member 'UInputKeySelector::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, TextStyle) == 0x000510, "Member 'UInputKeySelector::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, SelectedKey) == 0x0007F0, "Member 'UInputKeySelector::SelectedKey' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, Margin) == 0x000810, "Member 'UInputKeySelector::Margin' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, KeySelectionText) == 0x000820, "Member 'UInputKeySelector::KeySelectionText' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, NoKeySpecifiedText) == 0x000830, "Member 'UInputKeySelector::NoKeySpecifiedText' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, bAllowModifierKeys) == 0x000840, "Member 'UInputKeySelector::bAllowModifierKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, bAllowGamepadKeys) == 0x000841, "Member 'UInputKeySelector::bAllowGamepadKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, EscapeKeys) == 0x000848, "Member 'UInputKeySelector::EscapeKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, OnKeySelected) == 0x000858, "Member 'UInputKeySelector::OnKeySelected' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, OnIsSelectingKeyChanged) == 0x000868, "Member 'UInputKeySelector::OnIsSelectingKeyChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InvalidationBox_SetCanCache \ +static_assert(alignof(InvalidationBox_SetCanCache) == 0x000001, "Wrong alignment on InvalidationBox_SetCanCache"); \ +static_assert(sizeof(InvalidationBox_SetCanCache) == 0x000001, "Wrong size on InvalidationBox_SetCanCache"); \ +static_assert(offsetof(InvalidationBox_SetCanCache, CanCache) == 0x000000, "Member 'InvalidationBox_SetCanCache::CanCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InvalidationBox_GetCanCache \ +static_assert(alignof(InvalidationBox_GetCanCache) == 0x000001, "Wrong alignment on InvalidationBox_GetCanCache"); \ +static_assert(sizeof(InvalidationBox_GetCanCache) == 0x000001, "Wrong size on InvalidationBox_GetCanCache"); \ +static_assert(offsetof(InvalidationBox_GetCanCache, ReturnValue) == 0x000000, "Member 'InvalidationBox_GetCanCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInvalidationBox \ +static_assert(alignof(UInvalidationBox) == 0x000008, "Wrong alignment on UInvalidationBox"); \ +static_assert(sizeof(UInvalidationBox) == 0x0001A8, "Wrong size on UInvalidationBox"); \ +static_assert(offsetof(UInvalidationBox, bCanCache) == 0x000190, "Member 'UInvalidationBox::bCanCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_FitInWindow \ +static_assert(alignof(MenuAnchor_FitInWindow) == 0x000001, "Wrong alignment on MenuAnchor_FitInWindow"); \ +static_assert(sizeof(MenuAnchor_FitInWindow) == 0x000001, "Wrong size on MenuAnchor_FitInWindow"); \ +static_assert(offsetof(MenuAnchor_FitInWindow, bFit) == 0x000000, "Member 'MenuAnchor_FitInWindow::bFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_Open \ +static_assert(alignof(MenuAnchor_Open) == 0x000001, "Wrong alignment on MenuAnchor_Open"); \ +static_assert(sizeof(MenuAnchor_Open) == 0x000001, "Wrong size on MenuAnchor_Open"); \ +static_assert(offsetof(MenuAnchor_Open, bFocusMenu) == 0x000000, "Member 'MenuAnchor_Open::bFocusMenu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_SetPlacement \ +static_assert(alignof(MenuAnchor_SetPlacement) == 0x000001, "Wrong alignment on MenuAnchor_SetPlacement"); \ +static_assert(sizeof(MenuAnchor_SetPlacement) == 0x000001, "Wrong size on MenuAnchor_SetPlacement"); \ +static_assert(offsetof(MenuAnchor_SetPlacement, InPlacement) == 0x000000, "Member 'MenuAnchor_SetPlacement::InPlacement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_ToggleOpen \ +static_assert(alignof(MenuAnchor_ToggleOpen) == 0x000001, "Wrong alignment on MenuAnchor_ToggleOpen"); \ +static_assert(sizeof(MenuAnchor_ToggleOpen) == 0x000001, "Wrong size on MenuAnchor_ToggleOpen"); \ +static_assert(offsetof(MenuAnchor_ToggleOpen, bFocusOnOpen) == 0x000000, "Member 'MenuAnchor_ToggleOpen::bFocusOnOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_GetMenuPosition \ +static_assert(alignof(MenuAnchor_GetMenuPosition) == 0x000008, "Wrong alignment on MenuAnchor_GetMenuPosition"); \ +static_assert(sizeof(MenuAnchor_GetMenuPosition) == 0x000010, "Wrong size on MenuAnchor_GetMenuPosition"); \ +static_assert(offsetof(MenuAnchor_GetMenuPosition, ReturnValue) == 0x000000, "Member 'MenuAnchor_GetMenuPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_HasOpenSubMenus \ +static_assert(alignof(MenuAnchor_HasOpenSubMenus) == 0x000001, "Wrong alignment on MenuAnchor_HasOpenSubMenus"); \ +static_assert(sizeof(MenuAnchor_HasOpenSubMenus) == 0x000001, "Wrong size on MenuAnchor_HasOpenSubMenus"); \ +static_assert(offsetof(MenuAnchor_HasOpenSubMenus, ReturnValue) == 0x000000, "Member 'MenuAnchor_HasOpenSubMenus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_IsOpen \ +static_assert(alignof(MenuAnchor_IsOpen) == 0x000001, "Wrong alignment on MenuAnchor_IsOpen"); \ +static_assert(sizeof(MenuAnchor_IsOpen) == 0x000001, "Wrong size on MenuAnchor_IsOpen"); \ +static_assert(offsetof(MenuAnchor_IsOpen, ReturnValue) == 0x000000, "Member 'MenuAnchor_IsOpen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_ShouldOpenDueToClick \ +static_assert(alignof(MenuAnchor_ShouldOpenDueToClick) == 0x000001, "Wrong alignment on MenuAnchor_ShouldOpenDueToClick"); \ +static_assert(sizeof(MenuAnchor_ShouldOpenDueToClick) == 0x000001, "Wrong size on MenuAnchor_ShouldOpenDueToClick"); \ +static_assert(offsetof(MenuAnchor_ShouldOpenDueToClick, ReturnValue) == 0x000000, "Member 'MenuAnchor_ShouldOpenDueToClick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMenuAnchor \ +static_assert(alignof(UMenuAnchor) == 0x000008, "Wrong alignment on UMenuAnchor"); \ +static_assert(sizeof(UMenuAnchor) == 0x0001E0, "Wrong size on UMenuAnchor"); \ +static_assert(offsetof(UMenuAnchor, MenuClass) == 0x000190, "Member 'UMenuAnchor::MenuClass' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnGetMenuContentEvent) == 0x000198, "Member 'UMenuAnchor::OnGetMenuContentEvent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnGetUserMenuContentEvent) == 0x0001A8, "Member 'UMenuAnchor::OnGetUserMenuContentEvent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, Placement) == 0x0001B8, "Member 'UMenuAnchor::Placement' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, bFitInWindow) == 0x0001B9, "Member 'UMenuAnchor::bFitInWindow' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, ShouldDeferPaintingAfterWindowContent) == 0x0001BA, "Member 'UMenuAnchor::ShouldDeferPaintingAfterWindowContent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, UseApplicationMenuStack) == 0x0001BB, "Member 'UMenuAnchor::UseApplicationMenuStack' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, ShowMenuBackground) == 0x0001BC, "Member 'UMenuAnchor::ShowMenuBackground' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnMenuOpenChanged) == 0x0001C0, "Member 'UMenuAnchor::OnMenuOpenChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIComponent \ +static_assert(alignof(UUIComponent) == 0x000008, "Wrong alignment on UUIComponent"); \ +static_assert(sizeof(UUIComponent) == 0x000058, "Wrong size on UUIComponent"); \ +static_assert(offsetof(UUIComponent, Owner) == 0x000030, "Member 'UUIComponent::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMouseHoverComponent \ +static_assert(alignof(UMouseHoverComponent) == 0x000008, "Wrong alignment on UMouseHoverComponent"); \ +static_assert(sizeof(UMouseHoverComponent) == 0x000060, "Wrong size on UMouseHoverComponent"); \ +static_assert(offsetof(UMouseHoverComponent, bIsHovered) == 0x000058, "Member 'UMouseHoverComponent::bIsHovered' 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) == 0x000198, "Wrong size on UTextLayoutWidget"); \ +static_assert(offsetof(UTextLayoutWidget, ShapedTextOptions) == 0x000178, "Member 'UTextLayoutWidget::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, Justification) == 0x00017B, "Member 'UTextLayoutWidget::Justification' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, WrappingPolicy) == 0x00017C, "Member 'UTextLayoutWidget::WrappingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, ApplyLineHeightToBottomLine) == 0x00017E, "Member 'UTextLayoutWidget::ApplyLineHeightToBottomLine' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, WrapTextAt) == 0x000180, "Member 'UTextLayoutWidget::WrapTextAt' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, Margin) == 0x000184, "Member 'UTextLayoutWidget::Margin' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, LineHeightPercentage) == 0x000194, "Member 'UTextLayoutWidget::LineHeightPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetFont \ +static_assert(alignof(MultiLineEditableText_SetFont) == 0x000008, "Wrong alignment on MultiLineEditableText_SetFont"); \ +static_assert(sizeof(MultiLineEditableText_SetFont) == 0x000060, "Wrong size on MultiLineEditableText_SetFont"); \ +static_assert(offsetof(MultiLineEditableText_SetFont, InFontInfo) == 0x000000, "Member 'MultiLineEditableText_SetFont::InFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetFontMaterial \ +static_assert(alignof(MultiLineEditableText_SetFontMaterial) == 0x000008, "Wrong alignment on MultiLineEditableText_SetFontMaterial"); \ +static_assert(sizeof(MultiLineEditableText_SetFontMaterial) == 0x000008, "Wrong size on MultiLineEditableText_SetFontMaterial"); \ +static_assert(offsetof(MultiLineEditableText_SetFontMaterial, InMaterial) == 0x000000, "Member 'MultiLineEditableText_SetFontMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetFontOutlineMaterial \ +static_assert(alignof(MultiLineEditableText_SetFontOutlineMaterial) == 0x000008, "Wrong alignment on MultiLineEditableText_SetFontOutlineMaterial"); \ +static_assert(sizeof(MultiLineEditableText_SetFontOutlineMaterial) == 0x000008, "Wrong size on MultiLineEditableText_SetFontOutlineMaterial"); \ +static_assert(offsetof(MultiLineEditableText_SetFontOutlineMaterial, InMaterial) == 0x000000, "Member 'MultiLineEditableText_SetFontOutlineMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetHintText \ +static_assert(alignof(MultiLineEditableText_SetHintText) == 0x000008, "Wrong alignment on MultiLineEditableText_SetHintText"); \ +static_assert(sizeof(MultiLineEditableText_SetHintText) == 0x000010, "Wrong size on MultiLineEditableText_SetHintText"); \ +static_assert(offsetof(MultiLineEditableText_SetHintText, InHintText) == 0x000000, "Member 'MultiLineEditableText_SetHintText::InHintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetIsReadOnly \ +static_assert(alignof(MultiLineEditableText_SetIsReadOnly) == 0x000001, "Wrong alignment on MultiLineEditableText_SetIsReadOnly"); \ +static_assert(sizeof(MultiLineEditableText_SetIsReadOnly) == 0x000001, "Wrong size on MultiLineEditableText_SetIsReadOnly"); \ +static_assert(offsetof(MultiLineEditableText_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'MultiLineEditableText_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetText \ +static_assert(alignof(MultiLineEditableText_SetText) == 0x000008, "Wrong alignment on MultiLineEditableText_SetText"); \ +static_assert(sizeof(MultiLineEditableText_SetText) == 0x000010, "Wrong size on MultiLineEditableText_SetText"); \ +static_assert(offsetof(MultiLineEditableText_SetText, InText) == 0x000000, "Member 'MultiLineEditableText_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetWidgetStyle \ +static_assert(alignof(MultiLineEditableText_SetWidgetStyle) == 0x000010, "Wrong alignment on MultiLineEditableText_SetWidgetStyle"); \ +static_assert(sizeof(MultiLineEditableText_SetWidgetStyle) == 0x0002E0, "Wrong size on MultiLineEditableText_SetWidgetStyle"); \ +static_assert(offsetof(MultiLineEditableText_SetWidgetStyle, InWidgetStyle) == 0x000000, "Member 'MultiLineEditableText_SetWidgetStyle::InWidgetStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_GetFont \ +static_assert(alignof(MultiLineEditableText_GetFont) == 0x000008, "Wrong alignment on MultiLineEditableText_GetFont"); \ +static_assert(sizeof(MultiLineEditableText_GetFont) == 0x000060, "Wrong size on MultiLineEditableText_GetFont"); \ +static_assert(offsetof(MultiLineEditableText_GetFont, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetFont::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_GetHintText \ +static_assert(alignof(MultiLineEditableText_GetHintText) == 0x000008, "Wrong alignment on MultiLineEditableText_GetHintText"); \ +static_assert(sizeof(MultiLineEditableText_GetHintText) == 0x000010, "Wrong size on MultiLineEditableText_GetHintText"); \ +static_assert(offsetof(MultiLineEditableText_GetHintText, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetHintText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_GetText \ +static_assert(alignof(MultiLineEditableText_GetText) == 0x000008, "Wrong alignment on MultiLineEditableText_GetText"); \ +static_assert(sizeof(MultiLineEditableText_GetText) == 0x000010, "Wrong size on MultiLineEditableText_GetText"); \ +static_assert(offsetof(MultiLineEditableText_GetText, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiLineEditableText \ +static_assert(alignof(UMultiLineEditableText) == 0x000010, "Wrong alignment on UMultiLineEditableText"); \ +static_assert(sizeof(UMultiLineEditableText) == 0x0004F0, "Wrong size on UMultiLineEditableText"); \ +static_assert(offsetof(UMultiLineEditableText, Text) == 0x000198, "Member 'UMultiLineEditableText::Text' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, HintText) == 0x0001A8, "Member 'UMultiLineEditableText::HintText' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, HintTextDelegate) == 0x0001B8, "Member 'UMultiLineEditableText::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, WidgetStyle) == 0x0001D0, "Member 'UMultiLineEditableText::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, bIsReadOnly) == 0x0004B0, "Member 'UMultiLineEditableText::bIsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, SelectAllTextWhenFocused) == 0x0004B1, "Member 'UMultiLineEditableText::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, ClearTextSelectionOnFocusLoss) == 0x0004B2, "Member 'UMultiLineEditableText::ClearTextSelectionOnFocusLoss' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, RevertTextOnEscape) == 0x0004B3, "Member 'UMultiLineEditableText::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, ClearKeyboardFocusOnCommit) == 0x0004B4, "Member 'UMultiLineEditableText::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, AllowContextMenu) == 0x0004B5, "Member 'UMultiLineEditableText::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardOptions) == 0x0004B6, "Member 'UMultiLineEditableText::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardDismissAction) == 0x0004B7, "Member 'UMultiLineEditableText::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, OnTextChanged) == 0x0004B8, "Member 'UMultiLineEditableText::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, OnTextCommitted) == 0x0004C8, "Member 'UMultiLineEditableText::OnTextCommitted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetError \ +static_assert(alignof(MultiLineEditableTextBox_SetError) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetError"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetError) == 0x000010, "Wrong size on MultiLineEditableTextBox_SetError"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetError, InError) == 0x000000, "Member 'MultiLineEditableTextBox_SetError::InError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetForegroundColor \ +static_assert(alignof(MultiLineEditableTextBox_SetForegroundColor) == 0x000004, "Wrong alignment on MultiLineEditableTextBox_SetForegroundColor"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetForegroundColor) == 0x000010, "Wrong size on MultiLineEditableTextBox_SetForegroundColor"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetForegroundColor, Color) == 0x000000, "Member 'MultiLineEditableTextBox_SetForegroundColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetHintText \ +static_assert(alignof(MultiLineEditableTextBox_SetHintText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetHintText"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetHintText) == 0x000010, "Wrong size on MultiLineEditableTextBox_SetHintText"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetHintText, InHintText) == 0x000000, "Member 'MultiLineEditableTextBox_SetHintText::InHintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetIsReadOnly \ +static_assert(alignof(MultiLineEditableTextBox_SetIsReadOnly) == 0x000001, "Wrong alignment on MultiLineEditableTextBox_SetIsReadOnly"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetIsReadOnly) == 0x000001, "Wrong size on MultiLineEditableTextBox_SetIsReadOnly"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'MultiLineEditableTextBox_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetText \ +static_assert(alignof(MultiLineEditableTextBox_SetText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetText"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetText) == 0x000010, "Wrong size on MultiLineEditableTextBox_SetText"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetText, InText) == 0x000000, "Member 'MultiLineEditableTextBox_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetTextStyle \ +static_assert(alignof(MultiLineEditableTextBox_SetTextStyle) == 0x000010, "Wrong alignment on MultiLineEditableTextBox_SetTextStyle"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetTextStyle) == 0x0002E0, "Wrong size on MultiLineEditableTextBox_SetTextStyle"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetTextStyle, InTextStyle) == 0x000000, "Member 'MultiLineEditableTextBox_SetTextStyle::InTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_GetHintText \ +static_assert(alignof(MultiLineEditableTextBox_GetHintText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_GetHintText"); \ +static_assert(sizeof(MultiLineEditableTextBox_GetHintText) == 0x000010, "Wrong size on MultiLineEditableTextBox_GetHintText"); \ +static_assert(offsetof(MultiLineEditableTextBox_GetHintText, ReturnValue) == 0x000000, "Member 'MultiLineEditableTextBox_GetHintText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_GetText \ +static_assert(alignof(MultiLineEditableTextBox_GetText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_GetText"); \ +static_assert(sizeof(MultiLineEditableTextBox_GetText) == 0x000010, "Wrong size on MultiLineEditableTextBox_GetText"); \ +static_assert(offsetof(MultiLineEditableTextBox_GetText, ReturnValue) == 0x000000, "Member 'MultiLineEditableTextBox_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiLineEditableTextBox \ +static_assert(alignof(UMultiLineEditableTextBox) == 0x000010, "Wrong alignment on UMultiLineEditableTextBox"); \ +static_assert(sizeof(UMultiLineEditableTextBox) == 0x000E90, "Wrong size on UMultiLineEditableTextBox"); \ +static_assert(offsetof(UMultiLineEditableTextBox, Text) == 0x000198, "Member 'UMultiLineEditableTextBox::Text' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, HintText) == 0x0001A8, "Member 'UMultiLineEditableTextBox::HintText' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, HintTextDelegate) == 0x0001B8, "Member 'UMultiLineEditableTextBox::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, WidgetStyle) == 0x0001D0, "Member 'UMultiLineEditableTextBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, bIsReadOnly) == 0x000E50, "Member 'UMultiLineEditableTextBox::bIsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, AllowContextMenu) == 0x000E51, "Member 'UMultiLineEditableTextBox::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardOptions) == 0x000E52, "Member 'UMultiLineEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardDismissAction) == 0x000E53, "Member 'UMultiLineEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, OnTextChanged) == 0x000E58, "Member 'UMultiLineEditableTextBox::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, OnTextCommitted) == 0x000E68, "Member 'UMultiLineEditableTextBox::OnTextCommitted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedSlot \ +static_assert(alignof(UNamedSlot) == 0x000008, "Wrong alignment on UNamedSlot"); \ +static_assert(sizeof(UNamedSlot) == 0x0001A0, "Wrong size on UNamedSlot"); \ + +#define DUMPER7_ASSERTS_INamedSlotInterface \ +static_assert(alignof(INamedSlotInterface) == 0x000001, "Wrong alignment on INamedSlotInterface"); \ +static_assert(sizeof(INamedSlotInterface) == 0x000001, "Wrong size on INamedSlotInterface"); \ + +#define DUMPER7_ASSERTS_UNativeWidgetHost \ +static_assert(alignof(UNativeWidgetHost) == 0x000008, "Wrong alignment on UNativeWidgetHost"); \ +static_assert(sizeof(UNativeWidgetHost) == 0x000188, "Wrong size on UNativeWidgetHost"); \ + +#define DUMPER7_ASSERTS_Overlay_AddChildToOverlay \ +static_assert(alignof(Overlay_AddChildToOverlay) == 0x000008, "Wrong alignment on Overlay_AddChildToOverlay"); \ +static_assert(sizeof(Overlay_AddChildToOverlay) == 0x000010, "Wrong size on Overlay_AddChildToOverlay"); \ +static_assert(offsetof(Overlay_AddChildToOverlay, content) == 0x000000, "Member 'Overlay_AddChildToOverlay::content' has a wrong offset!"); \ +static_assert(offsetof(Overlay_AddChildToOverlay, ReturnValue) == 0x000008, "Member 'Overlay_AddChildToOverlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Overlay_ReplaceOverlayChildAt \ +static_assert(alignof(Overlay_ReplaceOverlayChildAt) == 0x000008, "Wrong alignment on Overlay_ReplaceOverlayChildAt"); \ +static_assert(sizeof(Overlay_ReplaceOverlayChildAt) == 0x000018, "Wrong size on Overlay_ReplaceOverlayChildAt"); \ +static_assert(offsetof(Overlay_ReplaceOverlayChildAt, Index_0) == 0x000000, "Member 'Overlay_ReplaceOverlayChildAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(Overlay_ReplaceOverlayChildAt, content) == 0x000008, "Member 'Overlay_ReplaceOverlayChildAt::content' has a wrong offset!"); \ +static_assert(offsetof(Overlay_ReplaceOverlayChildAt, ReturnValue) == 0x000010, "Member 'Overlay_ReplaceOverlayChildAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlay \ +static_assert(alignof(UOverlay) == 0x000008, "Wrong alignment on UOverlay"); \ +static_assert(sizeof(UOverlay) == 0x0001A0, "Wrong size on UOverlay"); \ + +#define DUMPER7_ASSERTS_OverlaySlot_SetHorizontalAlignment \ +static_assert(alignof(OverlaySlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on OverlaySlot_SetHorizontalAlignment"); \ +static_assert(sizeof(OverlaySlot_SetHorizontalAlignment) == 0x000001, "Wrong size on OverlaySlot_SetHorizontalAlignment"); \ +static_assert(offsetof(OverlaySlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'OverlaySlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlaySlot_SetPadding \ +static_assert(alignof(OverlaySlot_SetPadding) == 0x000004, "Wrong alignment on OverlaySlot_SetPadding"); \ +static_assert(sizeof(OverlaySlot_SetPadding) == 0x000010, "Wrong size on OverlaySlot_SetPadding"); \ +static_assert(offsetof(OverlaySlot_SetPadding, InPadding) == 0x000000, "Member 'OverlaySlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlaySlot_SetVerticalAlignment \ +static_assert(alignof(OverlaySlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on OverlaySlot_SetVerticalAlignment"); \ +static_assert(sizeof(OverlaySlot_SetVerticalAlignment) == 0x000001, "Wrong size on OverlaySlot_SetVerticalAlignment"); \ +static_assert(offsetof(OverlaySlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'OverlaySlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlaySlot \ +static_assert(alignof(UOverlaySlot) == 0x000008, "Wrong alignment on UOverlaySlot"); \ +static_assert(sizeof(UOverlaySlot) == 0x000058, "Wrong size on UOverlaySlot"); \ +static_assert(offsetof(UOverlaySlot, Padding) == 0x000040, "Member 'UOverlaySlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UOverlaySlot, HorizontalAlignment) == 0x000050, "Member 'UOverlaySlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UOverlaySlot, VerticalAlignment) == 0x000051, "Member 'UOverlaySlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlatePostBufferProcessorUpdater \ +static_assert(alignof(USlatePostBufferProcessorUpdater) == 0x000008, "Wrong alignment on USlatePostBufferProcessorUpdater"); \ +static_assert(sizeof(USlatePostBufferProcessorUpdater) == 0x000030, "Wrong size on USlatePostBufferProcessorUpdater"); \ +static_assert(offsetof(USlatePostBufferProcessorUpdater, bSkipBufferUpdate) == 0x000028, "Member 'USlatePostBufferProcessorUpdater::bSkipBufferUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostBufferBlurUpdater \ +static_assert(alignof(UPostBufferBlurUpdater) == 0x000008, "Wrong alignment on UPostBufferBlurUpdater"); \ +static_assert(sizeof(UPostBufferBlurUpdater) == 0x000038, "Wrong size on UPostBufferBlurUpdater"); \ +static_assert(offsetof(UPostBufferBlurUpdater, GaussianBlurStrength) == 0x000030, "Member 'UPostBufferBlurUpdater::GaussianBlurStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostBufferUpdate \ +static_assert(alignof(UPostBufferUpdate) == 0x000008, "Wrong alignment on UPostBufferUpdate"); \ +static_assert(sizeof(UPostBufferUpdate) == 0x0001B0, "Wrong size on UPostBufferUpdate"); \ +static_assert(offsetof(UPostBufferUpdate, bUpdateOnlyPaintArea) == 0x000178, "Member 'UPostBufferUpdate::bUpdateOnlyPaintArea' has a wrong offset!"); \ +static_assert(offsetof(UPostBufferUpdate, bPerformDefaultPostBufferUpdate) == 0x000179, "Member 'UPostBufferUpdate::bPerformDefaultPostBufferUpdate' has a wrong offset!"); \ +static_assert(offsetof(UPostBufferUpdate, BuffersToUpdate) == 0x000180, "Member 'UPostBufferUpdate::BuffersToUpdate' has a wrong offset!"); \ +static_assert(offsetof(UPostBufferUpdate, UpdateBufferInfos) == 0x000190, "Member 'UPostBufferUpdate::UpdateBufferInfos' 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) == 0x000410, "Wrong size on UProgressBar"); \ +static_assert(offsetof(UProgressBar, WidgetStyle) == 0x000180, "Member 'UProgressBar::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, Percent) == 0x0003B0, "Member 'UProgressBar::Percent' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BarFillType) == 0x0003B4, "Member 'UProgressBar::BarFillType' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BarFillStyle) == 0x0003B5, "Member 'UProgressBar::BarFillStyle' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, bIsMarquee) == 0x0003B6, "Member 'UProgressBar::bIsMarquee' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BorderPadding) == 0x0003B8, "Member 'UProgressBar::BorderPadding' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, PercentDelegate) == 0x0003C8, "Member 'UProgressBar::PercentDelegate' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillColorAndOpacity) == 0x0003D8, "Member 'UProgressBar::FillColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillColorAndOpacityDelegate) == 0x0003E8, "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) == 0x0001C0, "Wrong size on URetainerBox"); \ +static_assert(offsetof(URetainerBox, bRetainRender) == 0x000190, "Member 'URetainerBox::bRetainRender' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, RenderOnInvalidation) == 0x000191, "Member 'URetainerBox::RenderOnInvalidation' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, RenderOnPhase) == 0x000192, "Member 'URetainerBox::RenderOnPhase' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, Phase) == 0x000194, "Member 'URetainerBox::Phase' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, PhaseCount) == 0x000198, "Member 'URetainerBox::PhaseCount' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, EffectMaterial) == 0x0001A0, "Member 'URetainerBox::EffectMaterial' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, TextureParameter) == 0x0001A8, "Member 'URetainerBox::TextureParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_GetDecoratorByClass \ +static_assert(alignof(RichTextBlock_GetDecoratorByClass) == 0x000008, "Wrong alignment on RichTextBlock_GetDecoratorByClass"); \ +static_assert(sizeof(RichTextBlock_GetDecoratorByClass) == 0x000010, "Wrong size on RichTextBlock_GetDecoratorByClass"); \ +static_assert(offsetof(RichTextBlock_GetDecoratorByClass, DecoratorClass) == 0x000000, "Member 'RichTextBlock_GetDecoratorByClass::DecoratorClass' has a wrong offset!"); \ +static_assert(offsetof(RichTextBlock_GetDecoratorByClass, ReturnValue) == 0x000008, "Member 'RichTextBlock_GetDecoratorByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_GetDefaultDynamicMaterial \ +static_assert(alignof(RichTextBlock_GetDefaultDynamicMaterial) == 0x000008, "Wrong alignment on RichTextBlock_GetDefaultDynamicMaterial"); \ +static_assert(sizeof(RichTextBlock_GetDefaultDynamicMaterial) == 0x000008, "Wrong size on RichTextBlock_GetDefaultDynamicMaterial"); \ +static_assert(offsetof(RichTextBlock_GetDefaultDynamicMaterial, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetDefaultDynamicMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetAutoWrapText \ +static_assert(alignof(RichTextBlock_SetAutoWrapText) == 0x000001, "Wrong alignment on RichTextBlock_SetAutoWrapText"); \ +static_assert(sizeof(RichTextBlock_SetAutoWrapText) == 0x000001, "Wrong size on RichTextBlock_SetAutoWrapText"); \ +static_assert(offsetof(RichTextBlock_SetAutoWrapText, InAutoTextWrap) == 0x000000, "Member 'RichTextBlock_SetAutoWrapText::InAutoTextWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDecorators \ +static_assert(alignof(RichTextBlock_SetDecorators) == 0x000008, "Wrong alignment on RichTextBlock_SetDecorators"); \ +static_assert(sizeof(RichTextBlock_SetDecorators) == 0x000010, "Wrong size on RichTextBlock_SetDecorators"); \ +static_assert(offsetof(RichTextBlock_SetDecorators, InDecoratorClasses) == 0x000000, "Member 'RichTextBlock_SetDecorators::InDecoratorClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultColorAndOpacity \ +static_assert(alignof(RichTextBlock_SetDefaultColorAndOpacity) == 0x000004, "Wrong alignment on RichTextBlock_SetDefaultColorAndOpacity"); \ +static_assert(sizeof(RichTextBlock_SetDefaultColorAndOpacity) == 0x000014, "Wrong size on RichTextBlock_SetDefaultColorAndOpacity"); \ +static_assert(offsetof(RichTextBlock_SetDefaultColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'RichTextBlock_SetDefaultColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultFont \ +static_assert(alignof(RichTextBlock_SetDefaultFont) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultFont"); \ +static_assert(sizeof(RichTextBlock_SetDefaultFont) == 0x000060, "Wrong size on RichTextBlock_SetDefaultFont"); \ +static_assert(offsetof(RichTextBlock_SetDefaultFont, InFontInfo) == 0x000000, "Member 'RichTextBlock_SetDefaultFont::InFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultMaterial \ +static_assert(alignof(RichTextBlock_SetDefaultMaterial) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultMaterial"); \ +static_assert(sizeof(RichTextBlock_SetDefaultMaterial) == 0x000008, "Wrong size on RichTextBlock_SetDefaultMaterial"); \ +static_assert(offsetof(RichTextBlock_SetDefaultMaterial, InMaterial) == 0x000000, "Member 'RichTextBlock_SetDefaultMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultShadowColorAndOpacity \ +static_assert(alignof(RichTextBlock_SetDefaultShadowColorAndOpacity) == 0x000004, "Wrong alignment on RichTextBlock_SetDefaultShadowColorAndOpacity"); \ +static_assert(sizeof(RichTextBlock_SetDefaultShadowColorAndOpacity) == 0x000010, "Wrong size on RichTextBlock_SetDefaultShadowColorAndOpacity"); \ +static_assert(offsetof(RichTextBlock_SetDefaultShadowColorAndOpacity, InShadowColorAndOpacity) == 0x000000, "Member 'RichTextBlock_SetDefaultShadowColorAndOpacity::InShadowColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultShadowOffset \ +static_assert(alignof(RichTextBlock_SetDefaultShadowOffset) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultShadowOffset"); \ +static_assert(sizeof(RichTextBlock_SetDefaultShadowOffset) == 0x000010, "Wrong size on RichTextBlock_SetDefaultShadowOffset"); \ +static_assert(offsetof(RichTextBlock_SetDefaultShadowOffset, InShadowOffset) == 0x000000, "Member 'RichTextBlock_SetDefaultShadowOffset::InShadowOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultStrikeBrush \ +static_assert(alignof(RichTextBlock_SetDefaultStrikeBrush) == 0x000010, "Wrong alignment on RichTextBlock_SetDefaultStrikeBrush"); \ +static_assert(sizeof(RichTextBlock_SetDefaultStrikeBrush) == 0x0000B0, "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) == 0x0002E0, "Wrong size on RichTextBlock_SetDefaultTextStyle"); \ +static_assert(offsetof(RichTextBlock_SetDefaultTextStyle, InDefaultTextStyle) == 0x000000, "Member 'RichTextBlock_SetDefaultTextStyle::InDefaultTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetMinDesiredWidth \ +static_assert(alignof(RichTextBlock_SetMinDesiredWidth) == 0x000004, "Wrong alignment on RichTextBlock_SetMinDesiredWidth"); \ +static_assert(sizeof(RichTextBlock_SetMinDesiredWidth) == 0x000004, "Wrong size on RichTextBlock_SetMinDesiredWidth"); \ +static_assert(offsetof(RichTextBlock_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'RichTextBlock_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetText \ +static_assert(alignof(RichTextBlock_SetText) == 0x000008, "Wrong alignment on RichTextBlock_SetText"); \ +static_assert(sizeof(RichTextBlock_SetText) == 0x000010, "Wrong size on RichTextBlock_SetText"); \ +static_assert(offsetof(RichTextBlock_SetText, InText) == 0x000000, "Member 'RichTextBlock_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetTextOverflowPolicy \ +static_assert(alignof(RichTextBlock_SetTextOverflowPolicy) == 0x000001, "Wrong alignment on RichTextBlock_SetTextOverflowPolicy"); \ +static_assert(sizeof(RichTextBlock_SetTextOverflowPolicy) == 0x000001, "Wrong size on RichTextBlock_SetTextOverflowPolicy"); \ +static_assert(offsetof(RichTextBlock_SetTextOverflowPolicy, InOverflowPolicy) == 0x000000, "Member 'RichTextBlock_SetTextOverflowPolicy::InOverflowPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetTextStyleSet \ +static_assert(alignof(RichTextBlock_SetTextStyleSet) == 0x000008, "Wrong alignment on RichTextBlock_SetTextStyleSet"); \ +static_assert(sizeof(RichTextBlock_SetTextStyleSet) == 0x000008, "Wrong size on RichTextBlock_SetTextStyleSet"); \ +static_assert(offsetof(RichTextBlock_SetTextStyleSet, NewTextStyleSet) == 0x000000, "Member 'RichTextBlock_SetTextStyleSet::NewTextStyleSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetTextTransformPolicy \ +static_assert(alignof(RichTextBlock_SetTextTransformPolicy) == 0x000001, "Wrong alignment on RichTextBlock_SetTextTransformPolicy"); \ +static_assert(sizeof(RichTextBlock_SetTextTransformPolicy) == 0x000001, "Wrong size on RichTextBlock_SetTextTransformPolicy"); \ +static_assert(offsetof(RichTextBlock_SetTextTransformPolicy, InTransformPolicy) == 0x000000, "Member 'RichTextBlock_SetTextTransformPolicy::InTransformPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_GetText \ +static_assert(alignof(RichTextBlock_GetText) == 0x000008, "Wrong alignment on RichTextBlock_GetText"); \ +static_assert(sizeof(RichTextBlock_GetText) == 0x000010, "Wrong size on RichTextBlock_GetText"); \ +static_assert(offsetof(RichTextBlock_GetText, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_GetTextStyleSet \ +static_assert(alignof(RichTextBlock_GetTextStyleSet) == 0x000008, "Wrong alignment on RichTextBlock_GetTextStyleSet"); \ +static_assert(sizeof(RichTextBlock_GetTextStyleSet) == 0x000008, "Wrong size on RichTextBlock_GetTextStyleSet"); \ +static_assert(offsetof(RichTextBlock_GetTextStyleSet, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetTextStyleSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URichTextBlock \ +static_assert(alignof(URichTextBlock) == 0x000010, "Wrong alignment on URichTextBlock"); \ +static_assert(sizeof(URichTextBlock) == 0x0007C0, "Wrong size on URichTextBlock"); \ +static_assert(offsetof(URichTextBlock, Text) == 0x000198, "Member 'URichTextBlock::Text' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextStyleSet) == 0x0001A8, "Member 'URichTextBlock::TextStyleSet' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DecoratorClasses) == 0x0001B0, "Member 'URichTextBlock::DecoratorClasses' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DefaultTextStyleOverride) == 0x0001C0, "Member 'URichTextBlock::DefaultTextStyleOverride' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, MinDesiredWidth) == 0x0004A0, "Member 'URichTextBlock::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, bOverrideDefaultStyle) == 0x0004A4, "Member 'URichTextBlock::bOverrideDefaultStyle' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextTransformPolicy) == 0x0004A5, "Member 'URichTextBlock::TextTransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextOverflowPolicy) == 0x0004A6, "Member 'URichTextBlock::TextOverflowPolicy' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DefaultTextStyle) == 0x0004B0, "Member 'URichTextBlock::DefaultTextStyle' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, InstanceDecorators) == 0x000790, "Member 'URichTextBlock::InstanceDecorators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URichTextBlockDecorator \ +static_assert(alignof(URichTextBlockDecorator) == 0x000008, "Wrong alignment on URichTextBlockDecorator"); \ +static_assert(sizeof(URichTextBlockDecorator) == 0x000028, "Wrong size on URichTextBlockDecorator"); \ + +#define DUMPER7_ASSERTS_URichTextBlockImageDecorator \ +static_assert(alignof(URichTextBlockImageDecorator) == 0x000008, "Wrong alignment on URichTextBlockImageDecorator"); \ +static_assert(sizeof(URichTextBlockImageDecorator) == 0x000030, "Wrong size on URichTextBlockImageDecorator"); \ +static_assert(offsetof(URichTextBlockImageDecorator, ImageSet) == 0x000028, "Member 'URichTextBlockImageDecorator::ImageSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SafeZone_SetSidesToPad \ +static_assert(alignof(SafeZone_SetSidesToPad) == 0x000001, "Wrong alignment on SafeZone_SetSidesToPad"); \ +static_assert(sizeof(SafeZone_SetSidesToPad) == 0x000004, "Wrong size on SafeZone_SetSidesToPad"); \ +static_assert(offsetof(SafeZone_SetSidesToPad, InPadLeft) == 0x000000, "Member 'SafeZone_SetSidesToPad::InPadLeft' has a wrong offset!"); \ +static_assert(offsetof(SafeZone_SetSidesToPad, InPadRight) == 0x000001, "Member 'SafeZone_SetSidesToPad::InPadRight' has a wrong offset!"); \ +static_assert(offsetof(SafeZone_SetSidesToPad, InPadTop) == 0x000002, "Member 'SafeZone_SetSidesToPad::InPadTop' has a wrong offset!"); \ +static_assert(offsetof(SafeZone_SetSidesToPad, InPadBottom) == 0x000003, "Member 'SafeZone_SetSidesToPad::InPadBottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USafeZone \ +static_assert(alignof(USafeZone) == 0x000008, "Wrong alignment on USafeZone"); \ +static_assert(sizeof(USafeZone) == 0x0001A8, "Wrong size on USafeZone"); \ +static_assert(offsetof(USafeZone, PadLeft) == 0x000190, "Member 'USafeZone::PadLeft' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadRight) == 0x000191, "Member 'USafeZone::PadRight' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadTop) == 0x000192, "Member 'USafeZone::PadTop' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadBottom) == 0x000193, "Member 'USafeZone::PadBottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USafeZoneSlot \ +static_assert(alignof(USafeZoneSlot) == 0x000008, "Wrong alignment on USafeZoneSlot"); \ +static_assert(sizeof(USafeZoneSlot) == 0x000070, "Wrong size on USafeZoneSlot"); \ +static_assert(offsetof(USafeZoneSlot, bIsTitleSafe) == 0x000038, "Member 'USafeZoneSlot::bIsTitleSafe' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, SafeAreaScale) == 0x00003C, "Member 'USafeZoneSlot::SafeAreaScale' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, HAlign) == 0x00004C, "Member 'USafeZoneSlot::HAlign' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, VAlign) == 0x00004D, "Member 'USafeZoneSlot::VAlign' has a wrong offset!"); \ +static_assert(offsetof(USafeZoneSlot, Padding) == 0x000050, "Member 'USafeZoneSlot::Padding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBox_SetIgnoreInheritedScale \ +static_assert(alignof(ScaleBox_SetIgnoreInheritedScale) == 0x000001, "Wrong alignment on ScaleBox_SetIgnoreInheritedScale"); \ +static_assert(sizeof(ScaleBox_SetIgnoreInheritedScale) == 0x000001, "Wrong size on ScaleBox_SetIgnoreInheritedScale"); \ +static_assert(offsetof(ScaleBox_SetIgnoreInheritedScale, bInIgnoreInheritedScale) == 0x000000, "Member 'ScaleBox_SetIgnoreInheritedScale::bInIgnoreInheritedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBox_SetStretch \ +static_assert(alignof(ScaleBox_SetStretch) == 0x000001, "Wrong alignment on ScaleBox_SetStretch"); \ +static_assert(sizeof(ScaleBox_SetStretch) == 0x000001, "Wrong size on ScaleBox_SetStretch"); \ +static_assert(offsetof(ScaleBox_SetStretch, InStretch) == 0x000000, "Member 'ScaleBox_SetStretch::InStretch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBox_SetStretchDirection \ +static_assert(alignof(ScaleBox_SetStretchDirection) == 0x000001, "Wrong alignment on ScaleBox_SetStretchDirection"); \ +static_assert(sizeof(ScaleBox_SetStretchDirection) == 0x000001, "Wrong size on ScaleBox_SetStretchDirection"); \ +static_assert(offsetof(ScaleBox_SetStretchDirection, InStretchDirection) == 0x000000, "Member 'ScaleBox_SetStretchDirection::InStretchDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBox_SetUserSpecifiedScale \ +static_assert(alignof(ScaleBox_SetUserSpecifiedScale) == 0x000004, "Wrong alignment on ScaleBox_SetUserSpecifiedScale"); \ +static_assert(sizeof(ScaleBox_SetUserSpecifiedScale) == 0x000004, "Wrong size on ScaleBox_SetUserSpecifiedScale"); \ +static_assert(offsetof(ScaleBox_SetUserSpecifiedScale, InUserSpecifiedScale) == 0x000000, "Member 'ScaleBox_SetUserSpecifiedScale::InUserSpecifiedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScaleBox \ +static_assert(alignof(UScaleBox) == 0x000008, "Wrong alignment on UScaleBox"); \ +static_assert(sizeof(UScaleBox) == 0x0001B0, "Wrong size on UScaleBox"); \ +static_assert(offsetof(UScaleBox, Stretch) == 0x000190, "Member 'UScaleBox::Stretch' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, StretchDirection) == 0x000191, "Member 'UScaleBox::StretchDirection' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, UserSpecifiedScale) == 0x000194, "Member 'UScaleBox::UserSpecifiedScale' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, IgnoreInheritedScale) == 0x000198, "Member 'UScaleBox::IgnoreInheritedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScaleBoxComponent \ +static_assert(alignof(UScaleBoxComponent) == 0x000008, "Wrong alignment on UScaleBoxComponent"); \ +static_assert(sizeof(UScaleBoxComponent) == 0x000078, "Wrong size on UScaleBoxComponent"); \ +static_assert(offsetof(UScaleBoxComponent, HorizontalAlignment) == 0x000058, "Member 'UScaleBoxComponent::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxComponent, VerticalAlignment) == 0x000059, "Member 'UScaleBoxComponent::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxComponent, Stretch) == 0x00005A, "Member 'UScaleBoxComponent::Stretch' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxComponent, StretchDirection) == 0x00005B, "Member 'UScaleBoxComponent::StretchDirection' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxComponent, UserSpecifiedScale) == 0x00005C, "Member 'UScaleBoxComponent::UserSpecifiedScale' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxComponent, IgnoreInheritedScale) == 0x000060, "Member 'UScaleBoxComponent::IgnoreInheritedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(ScaleBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on ScaleBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(ScaleBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on ScaleBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(ScaleBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'ScaleBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBoxSlot_SetPadding \ +static_assert(alignof(ScaleBoxSlot_SetPadding) == 0x000004, "Wrong alignment on ScaleBoxSlot_SetPadding"); \ +static_assert(sizeof(ScaleBoxSlot_SetPadding) == 0x000010, "Wrong size on ScaleBoxSlot_SetPadding"); \ +static_assert(offsetof(ScaleBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'ScaleBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScaleBoxSlot_SetVerticalAlignment \ +static_assert(alignof(ScaleBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on ScaleBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(ScaleBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on ScaleBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(ScaleBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'ScaleBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScaleBoxSlot \ +static_assert(alignof(UScaleBoxSlot) == 0x000008, "Wrong alignment on UScaleBoxSlot"); \ +static_assert(sizeof(UScaleBoxSlot) == 0x000050, "Wrong size on UScaleBoxSlot"); \ +static_assert(offsetof(UScaleBoxSlot, HorizontalAlignment) == 0x000038, "Member 'UScaleBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxSlot, VerticalAlignment) == 0x000039, "Member 'UScaleBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBar_SetState \ +static_assert(alignof(ScrollBar_SetState) == 0x000004, "Wrong alignment on ScrollBar_SetState"); \ +static_assert(sizeof(ScrollBar_SetState) == 0x000008, "Wrong size on ScrollBar_SetState"); \ +static_assert(offsetof(ScrollBar_SetState, InOffsetFraction) == 0x000000, "Member 'ScrollBar_SetState::InOffsetFraction' has a wrong offset!"); \ +static_assert(offsetof(ScrollBar_SetState, InThumbSizeFraction) == 0x000004, "Member 'ScrollBar_SetState::InThumbSizeFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBar \ +static_assert(alignof(UScrollBar) == 0x000010, "Wrong alignment on UScrollBar"); \ +static_assert(sizeof(UScrollBar) == 0x000810, "Wrong size on UScrollBar"); \ +static_assert(offsetof(UScrollBar, WidgetStyle) == 0x000180, "Member 'UScrollBar::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, bAlwaysShowScrollbar) == 0x0007D0, "Member 'UScrollBar::bAlwaysShowScrollbar' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, bAlwaysShowScrollbarTrack) == 0x0007D1, "Member 'UScrollBar::bAlwaysShowScrollbarTrack' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Orientation) == 0x0007D2, "Member 'UScrollBar::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Thickness) == 0x0007D8, "Member 'UScrollBar::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Padding) == 0x0007E8, "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_SetAnalogMouseWheelKey \ +static_assert(alignof(ScrollBox_SetAnalogMouseWheelKey) == 0x000008, "Wrong alignment on ScrollBox_SetAnalogMouseWheelKey"); \ +static_assert(sizeof(ScrollBox_SetAnalogMouseWheelKey) == 0x000018, "Wrong size on ScrollBox_SetAnalogMouseWheelKey"); \ +static_assert(offsetof(ScrollBox_SetAnalogMouseWheelKey, InMouseWheelKey) == 0x000000, "Member 'ScrollBox_SetAnalogMouseWheelKey::InMouseWheelKey' 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_SetConsumePointerInput \ +static_assert(alignof(ScrollBox_SetConsumePointerInput) == 0x000001, "Wrong alignment on ScrollBox_SetConsumePointerInput"); \ +static_assert(sizeof(ScrollBox_SetConsumePointerInput) == 0x000001, "Wrong size on ScrollBox_SetConsumePointerInput"); \ +static_assert(offsetof(ScrollBox_SetConsumePointerInput, bInConsumePointerInput) == 0x000000, "Member 'ScrollBox_SetConsumePointerInput::bInConsumePointerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetIsFocusable \ +static_assert(alignof(ScrollBox_SetIsFocusable) == 0x000001, "Wrong alignment on ScrollBox_SetIsFocusable"); \ +static_assert(sizeof(ScrollBox_SetIsFocusable) == 0x000001, "Wrong size on ScrollBox_SetIsFocusable"); \ +static_assert(offsetof(ScrollBox_SetIsFocusable, bInIsFocusable) == 0x000000, "Member 'ScrollBox_SetIsFocusable::bInIsFocusable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_SetIsTouchScrollingEnabled \ +static_assert(alignof(ScrollBox_SetIsTouchScrollingEnabled) == 0x000001, "Wrong alignment on ScrollBox_SetIsTouchScrollingEnabled"); \ +static_assert(sizeof(ScrollBox_SetIsTouchScrollingEnabled) == 0x000001, "Wrong size on ScrollBox_SetIsTouchScrollingEnabled"); \ +static_assert(offsetof(ScrollBox_SetIsTouchScrollingEnabled, bInEnableTouchScrolling) == 0x000000, "Member 'ScrollBox_SetIsTouchScrollingEnabled::bInEnableTouchScrolling' 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_SetScrollAnimationInterpolationSpeed \ +static_assert(alignof(ScrollBox_SetScrollAnimationInterpolationSpeed) == 0x000004, "Wrong alignment on ScrollBox_SetScrollAnimationInterpolationSpeed"); \ +static_assert(sizeof(ScrollBox_SetScrollAnimationInterpolationSpeed) == 0x000004, "Wrong size on ScrollBox_SetScrollAnimationInterpolationSpeed"); \ +static_assert(offsetof(ScrollBox_SetScrollAnimationInterpolationSpeed, NewScrollAnimationInterpolationSpeed) == 0x000000, "Member 'ScrollBox_SetScrollAnimationInterpolationSpeed::NewScrollAnimationInterpolationSpeed' 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_GetAnalogMouseWheelKey \ +static_assert(alignof(ScrollBox_GetAnalogMouseWheelKey) == 0x000008, "Wrong alignment on ScrollBox_GetAnalogMouseWheelKey"); \ +static_assert(sizeof(ScrollBox_GetAnalogMouseWheelKey) == 0x000018, "Wrong size on ScrollBox_GetAnalogMouseWheelKey"); \ +static_assert(offsetof(ScrollBox_GetAnalogMouseWheelKey, ReturnValue) == 0x000000, "Member 'ScrollBox_GetAnalogMouseWheelKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_GetConsumePointerInput \ +static_assert(alignof(ScrollBox_GetConsumePointerInput) == 0x000001, "Wrong alignment on ScrollBox_GetConsumePointerInput"); \ +static_assert(sizeof(ScrollBox_GetConsumePointerInput) == 0x000001, "Wrong size on ScrollBox_GetConsumePointerInput"); \ +static_assert(offsetof(ScrollBox_GetConsumePointerInput, ReturnValue) == 0x000000, "Member 'ScrollBox_GetConsumePointerInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_GetIsFocusable \ +static_assert(alignof(ScrollBox_GetIsFocusable) == 0x000001, "Wrong alignment on ScrollBox_GetIsFocusable"); \ +static_assert(sizeof(ScrollBox_GetIsFocusable) == 0x000001, "Wrong size on ScrollBox_GetIsFocusable"); \ +static_assert(offsetof(ScrollBox_GetIsFocusable, ReturnValue) == 0x000000, "Member 'ScrollBox_GetIsFocusable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_GetIsScrolling \ +static_assert(alignof(ScrollBox_GetIsScrolling) == 0x000001, "Wrong alignment on ScrollBox_GetIsScrolling"); \ +static_assert(sizeof(ScrollBox_GetIsScrolling) == 0x000001, "Wrong size on ScrollBox_GetIsScrolling"); \ +static_assert(offsetof(ScrollBox_GetIsScrolling, ReturnValue) == 0x000000, "Member 'ScrollBox_GetIsScrolling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_GetOverscrollOffset \ +static_assert(alignof(ScrollBox_GetOverscrollOffset) == 0x000004, "Wrong alignment on ScrollBox_GetOverscrollOffset"); \ +static_assert(sizeof(ScrollBox_GetOverscrollOffset) == 0x000004, "Wrong size on ScrollBox_GetOverscrollOffset"); \ +static_assert(offsetof(ScrollBox_GetOverscrollOffset, ReturnValue) == 0x000000, "Member 'ScrollBox_GetOverscrollOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_GetOverscrollPercentage \ +static_assert(alignof(ScrollBox_GetOverscrollPercentage) == 0x000004, "Wrong alignment on ScrollBox_GetOverscrollPercentage"); \ +static_assert(sizeof(ScrollBox_GetOverscrollPercentage) == 0x000004, "Wrong size on ScrollBox_GetOverscrollPercentage"); \ +static_assert(offsetof(ScrollBox_GetOverscrollPercentage, ReturnValue) == 0x000000, "Member 'ScrollBox_GetOverscrollPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_GetScrollOffset \ +static_assert(alignof(ScrollBox_GetScrollOffset) == 0x000004, "Wrong alignment on ScrollBox_GetScrollOffset"); \ +static_assert(sizeof(ScrollBox_GetScrollOffset) == 0x000004, "Wrong size on ScrollBox_GetScrollOffset"); \ +static_assert(offsetof(ScrollBox_GetScrollOffset, ReturnValue) == 0x000000, "Member 'ScrollBox_GetScrollOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_GetScrollOffsetOfEnd \ +static_assert(alignof(ScrollBox_GetScrollOffsetOfEnd) == 0x000004, "Wrong alignment on ScrollBox_GetScrollOffsetOfEnd"); \ +static_assert(sizeof(ScrollBox_GetScrollOffsetOfEnd) == 0x000004, "Wrong size on ScrollBox_GetScrollOffsetOfEnd"); \ +static_assert(offsetof(ScrollBox_GetScrollOffsetOfEnd, ReturnValue) == 0x000000, "Member 'ScrollBox_GetScrollOffsetOfEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_GetViewFraction \ +static_assert(alignof(ScrollBox_GetViewFraction) == 0x000004, "Wrong alignment on ScrollBox_GetViewFraction"); \ +static_assert(sizeof(ScrollBox_GetViewFraction) == 0x000004, "Wrong size on ScrollBox_GetViewFraction"); \ +static_assert(offsetof(ScrollBox_GetViewFraction, ReturnValue) == 0x000000, "Member 'ScrollBox_GetViewFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBox_GetViewOffsetFraction \ +static_assert(alignof(ScrollBox_GetViewOffsetFraction) == 0x000004, "Wrong alignment on ScrollBox_GetViewOffsetFraction"); \ +static_assert(sizeof(ScrollBox_GetViewOffsetFraction) == 0x000004, "Wrong size on ScrollBox_GetViewOffsetFraction"); \ +static_assert(offsetof(ScrollBox_GetViewOffsetFraction, ReturnValue) == 0x000000, "Member 'ScrollBox_GetViewOffsetFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBox \ +static_assert(alignof(UScrollBox) == 0x000010, "Wrong alignment on UScrollBox"); \ +static_assert(sizeof(UScrollBox) == 0x000BA0, "Wrong size on UScrollBox"); \ +static_assert(offsetof(UScrollBox, ScrollAnimationInterpolationSpeed) == 0x000190, "Member 'UScrollBox::ScrollAnimationInterpolationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, bEnableTouchScrolling) == 0x000194, "Member 'UScrollBox::bEnableTouchScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, bConsumePointerInput) == 0x000195, "Member 'UScrollBox::bConsumePointerInput' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AnalogMouseWheelKey) == 0x000198, "Member 'UScrollBox::AnalogMouseWheelKey' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, bIsFocusable) == 0x0001B0, "Member 'UScrollBox::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, WidgetStyle) == 0x0001C0, "Member 'UScrollBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, WidgetBarStyle) == 0x0004B0, "Member 'UScrollBox::WidgetBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, Orientation) == 0x000B00, "Member 'UScrollBox::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollBarVisibility) == 0x000B01, "Member 'UScrollBox::ScrollBarVisibility' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ConsumeMouseWheel) == 0x000B02, "Member 'UScrollBox::ConsumeMouseWheel' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollbarThickness) == 0x000B08, "Member 'UScrollBox::ScrollbarThickness' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollBarPadding) == 0x000B18, "Member 'UScrollBox::ScrollBarPadding' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AlwaysShowScrollbar) == 0x000B28, "Member 'UScrollBox::AlwaysShowScrollbar' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AlwaysShowScrollbarTrack) == 0x000B29, "Member 'UScrollBox::AlwaysShowScrollbarTrack' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AllowOverscroll) == 0x000B2A, "Member 'UScrollBox::AllowOverscroll' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, BackPadScrolling) == 0x000B2B, "Member 'UScrollBox::BackPadScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, FrontPadScrolling) == 0x000B2C, "Member 'UScrollBox::FrontPadScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, bAnimateWheelScrolling) == 0x000B2D, "Member 'UScrollBox::bAnimateWheelScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, NavigationDestination) == 0x000B2E, "Member 'UScrollBox::NavigationDestination' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, NavigationScrollPadding) == 0x000B30, "Member 'UScrollBox::NavigationScrollPadding' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollWhenFocusChanges) == 0x000B34, "Member 'UScrollBox::ScrollWhenFocusChanges' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, bAllowRightClickDragScrolling) == 0x000B35, "Member 'UScrollBox::bAllowRightClickDragScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, WheelScrollMultiplier) == 0x000B38, "Member 'UScrollBox::WheelScrollMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, OnUserScrolled) == 0x000B40, "Member 'UScrollBox::OnUserScrolled' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, OnScrollBarVisibilityChanged) == 0x000B50, "Member 'UScrollBox::OnScrollBarVisibilityChanged' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, OnFocusReceived) == 0x000B60, "Member 'UScrollBox::OnFocusReceived' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, OnFocusLost) == 0x000B70, "Member 'UScrollBox::OnFocusLost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(ScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on ScrollBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(ScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on ScrollBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(ScrollBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'ScrollBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBoxSlot_SetPadding \ +static_assert(alignof(ScrollBoxSlot_SetPadding) == 0x000004, "Wrong alignment on ScrollBoxSlot_SetPadding"); \ +static_assert(sizeof(ScrollBoxSlot_SetPadding) == 0x000010, "Wrong size on ScrollBoxSlot_SetPadding"); \ +static_assert(offsetof(ScrollBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'ScrollBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBoxSlot_SetVerticalAlignment \ +static_assert(alignof(ScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on ScrollBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(ScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on ScrollBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(ScrollBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'ScrollBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBoxSlot \ +static_assert(alignof(UScrollBoxSlot) == 0x000008, "Wrong alignment on UScrollBoxSlot"); \ +static_assert(sizeof(UScrollBoxSlot) == 0x000060, "Wrong size on UScrollBoxSlot"); \ +static_assert(offsetof(UScrollBoxSlot, Size) == 0x000038, "Member 'UScrollBoxSlot::Size' has a wrong offset!"); \ +static_assert(offsetof(UScrollBoxSlot, Padding) == 0x000040, "Member 'UScrollBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UScrollBoxSlot, HorizontalAlignment) == 0x000050, "Member 'UScrollBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UScrollBoxSlot, VerticalAlignment) == 0x000051, "Member 'UScrollBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetHeightOverride \ +static_assert(alignof(SizeBox_SetHeightOverride) == 0x000004, "Wrong alignment on SizeBox_SetHeightOverride"); \ +static_assert(sizeof(SizeBox_SetHeightOverride) == 0x000004, "Wrong size on SizeBox_SetHeightOverride"); \ +static_assert(offsetof(SizeBox_SetHeightOverride, InHeightOverride) == 0x000000, "Member 'SizeBox_SetHeightOverride::InHeightOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMaxAspectRatio \ +static_assert(alignof(SizeBox_SetMaxAspectRatio) == 0x000004, "Wrong alignment on SizeBox_SetMaxAspectRatio"); \ +static_assert(sizeof(SizeBox_SetMaxAspectRatio) == 0x000004, "Wrong size on SizeBox_SetMaxAspectRatio"); \ +static_assert(offsetof(SizeBox_SetMaxAspectRatio, InMaxAspectRatio) == 0x000000, "Member 'SizeBox_SetMaxAspectRatio::InMaxAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMaxDesiredHeight \ +static_assert(alignof(SizeBox_SetMaxDesiredHeight) == 0x000004, "Wrong alignment on SizeBox_SetMaxDesiredHeight"); \ +static_assert(sizeof(SizeBox_SetMaxDesiredHeight) == 0x000004, "Wrong size on SizeBox_SetMaxDesiredHeight"); \ +static_assert(offsetof(SizeBox_SetMaxDesiredHeight, InMaxDesiredHeight) == 0x000000, "Member 'SizeBox_SetMaxDesiredHeight::InMaxDesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMaxDesiredWidth \ +static_assert(alignof(SizeBox_SetMaxDesiredWidth) == 0x000004, "Wrong alignment on SizeBox_SetMaxDesiredWidth"); \ +static_assert(sizeof(SizeBox_SetMaxDesiredWidth) == 0x000004, "Wrong size on SizeBox_SetMaxDesiredWidth"); \ +static_assert(offsetof(SizeBox_SetMaxDesiredWidth, InMaxDesiredWidth) == 0x000000, "Member 'SizeBox_SetMaxDesiredWidth::InMaxDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMinAspectRatio \ +static_assert(alignof(SizeBox_SetMinAspectRatio) == 0x000004, "Wrong alignment on SizeBox_SetMinAspectRatio"); \ +static_assert(sizeof(SizeBox_SetMinAspectRatio) == 0x000004, "Wrong size on SizeBox_SetMinAspectRatio"); \ +static_assert(offsetof(SizeBox_SetMinAspectRatio, InMinAspectRatio) == 0x000000, "Member 'SizeBox_SetMinAspectRatio::InMinAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMinDesiredHeight \ +static_assert(alignof(SizeBox_SetMinDesiredHeight) == 0x000004, "Wrong alignment on SizeBox_SetMinDesiredHeight"); \ +static_assert(sizeof(SizeBox_SetMinDesiredHeight) == 0x000004, "Wrong size on SizeBox_SetMinDesiredHeight"); \ +static_assert(offsetof(SizeBox_SetMinDesiredHeight, InMinDesiredHeight) == 0x000000, "Member 'SizeBox_SetMinDesiredHeight::InMinDesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetMinDesiredWidth \ +static_assert(alignof(SizeBox_SetMinDesiredWidth) == 0x000004, "Wrong alignment on SizeBox_SetMinDesiredWidth"); \ +static_assert(sizeof(SizeBox_SetMinDesiredWidth) == 0x000004, "Wrong size on SizeBox_SetMinDesiredWidth"); \ +static_assert(offsetof(SizeBox_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'SizeBox_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SizeBox_SetWidthOverride \ +static_assert(alignof(SizeBox_SetWidthOverride) == 0x000004, "Wrong alignment on SizeBox_SetWidthOverride"); \ +static_assert(sizeof(SizeBox_SetWidthOverride) == 0x000004, "Wrong size on SizeBox_SetWidthOverride"); \ +static_assert(offsetof(SizeBox_SetWidthOverride, InWidthOverride) == 0x000000, "Member 'SizeBox_SetWidthOverride::InWidthOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USizeBox \ +static_assert(alignof(USizeBox) == 0x000008, "Wrong alignment on USizeBox"); \ +static_assert(sizeof(USizeBox) == 0x0001C8, "Wrong size on USizeBox"); \ +static_assert(offsetof(USizeBox, WidthOverride) == 0x0001A0, "Member 'USizeBox::WidthOverride' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, HeightOverride) == 0x0001A4, "Member 'USizeBox::HeightOverride' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinDesiredWidth) == 0x0001A8, "Member 'USizeBox::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinDesiredHeight) == 0x0001AC, "Member 'USizeBox::MinDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxDesiredWidth) == 0x0001B0, "Member 'USizeBox::MaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxDesiredHeight) == 0x0001B4, "Member 'USizeBox::MaxDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinAspectRatio) == 0x0001B8, "Member 'USizeBox::MinAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxAspectRatio) == 0x0001BC, "Member 'USizeBox::MaxAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USizeBoxComponent \ +static_assert(alignof(USizeBoxComponent) == 0x000008, "Wrong alignment on USizeBoxComponent"); \ +static_assert(sizeof(USizeBoxComponent) == 0x0000A0, "Wrong size on USizeBoxComponent"); \ +static_assert(offsetof(USizeBoxComponent, Padding) == 0x000058, "Member 'USizeBoxComponent::Padding' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxComponent, HorizontalAlignment) == 0x000068, "Member 'USizeBoxComponent::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxComponent, VerticalAlignment) == 0x000069, "Member 'USizeBoxComponent::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxComponent, WidthOverride) == 0x00006C, "Member 'USizeBoxComponent::WidthOverride' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxComponent, HeightOverride) == 0x000070, "Member 'USizeBoxComponent::HeightOverride' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxComponent, MinDesiredWidth) == 0x000074, "Member 'USizeBoxComponent::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxComponent, MinDesiredHeight) == 0x000078, "Member 'USizeBoxComponent::MinDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxComponent, MaxDesiredWidth) == 0x00007C, "Member 'USizeBoxComponent::MaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxComponent, MaxDesiredHeight) == 0x000080, "Member 'USizeBoxComponent::MaxDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxComponent, MinAspectRatio) == 0x000084, "Member 'USizeBoxComponent::MinAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(USizeBoxComponent, MaxAspectRatio) == 0x000088, "Member 'USizeBoxComponent::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_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) == 0x000670, "Wrong size on USlider"); \ +static_assert(offsetof(USlider, Value) == 0x000178, "Member 'USlider::Value' has a wrong offset!"); \ +static_assert(offsetof(USlider, ValueDelegate) == 0x00017C, "Member 'USlider::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USlider, MinValue) == 0x00018C, "Member 'USlider::MinValue' has a wrong offset!"); \ +static_assert(offsetof(USlider, MaxValue) == 0x000190, "Member 'USlider::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(USlider, WidgetStyle) == 0x0001A0, "Member 'USlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USlider, Orientation) == 0x0005E0, "Member 'USlider::Orientation' has a wrong offset!"); \ +static_assert(offsetof(USlider, SliderBarColor) == 0x0005E4, "Member 'USlider::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(USlider, SliderHandleColor) == 0x0005F4, "Member 'USlider::SliderHandleColor' has a wrong offset!"); \ +static_assert(offsetof(USlider, IndentHandle) == 0x000604, "Member 'USlider::IndentHandle' has a wrong offset!"); \ +static_assert(offsetof(USlider, Locked) == 0x000605, "Member 'USlider::Locked' has a wrong offset!"); \ +static_assert(offsetof(USlider, MouseUsesStep) == 0x000606, "Member 'USlider::MouseUsesStep' has a wrong offset!"); \ +static_assert(offsetof(USlider, RequiresControllerLock) == 0x000607, "Member 'USlider::RequiresControllerLock' has a wrong offset!"); \ +static_assert(offsetof(USlider, StepSize) == 0x000608, "Member 'USlider::StepSize' has a wrong offset!"); \ +static_assert(offsetof(USlider, IsFocusable) == 0x00060C, "Member 'USlider::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(USlider, bPreventThrottling) == 0x00060D, "Member 'USlider::bPreventThrottling' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnMouseCaptureBegin) == 0x000610, "Member 'USlider::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnMouseCaptureEnd) == 0x000620, "Member 'USlider::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnControllerCaptureBegin) == 0x000630, "Member 'USlider::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnControllerCaptureEnd) == 0x000640, "Member 'USlider::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnValueChanged) == 0x000650, "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) == 0x000198, "Wrong size on USpacer"); \ +static_assert(offsetof(USpacer, Size) == 0x000178, "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) == 0x0007B0, "Wrong size on USpinBox"); \ +static_assert(offsetof(USpinBox, Value) == 0x000178, "Member 'USpinBox::Value' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ValueDelegate) == 0x00017C, "Member 'USpinBox::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, WidgetStyle) == 0x000190, "Member 'USpinBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinFractionalDigits) == 0x0006B0, "Member 'USpinBox::MinFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxFractionalDigits) == 0x0006B4, "Member 'USpinBox::MaxFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, bAlwaysUsesDeltaSnap) == 0x0006B8, "Member 'USpinBox::bAlwaysUsesDeltaSnap' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, bEnableSlider) == 0x0006B9, "Member 'USpinBox::bEnableSlider' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Delta) == 0x0006BC, "Member 'USpinBox::Delta' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, SliderExponent) == 0x0006C0, "Member 'USpinBox::SliderExponent' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Font) == 0x0006C8, "Member 'USpinBox::Font' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Justification) == 0x000728, "Member 'USpinBox::Justification' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinDesiredWidth) == 0x00072C, "Member 'USpinBox::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, KeyboardType) == 0x000730, "Member 'USpinBox::KeyboardType' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ClearKeyboardFocusOnCommit) == 0x000731, "Member 'USpinBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, SelectAllTextOnCommit) == 0x000732, "Member 'USpinBox::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ForegroundColor) == 0x000734, "Member 'USpinBox::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnValueChanged) == 0x000748, "Member 'USpinBox::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnValueCommitted) == 0x000758, "Member 'USpinBox::OnValueCommitted' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnBeginSliderMovement) == 0x000768, "Member 'USpinBox::OnBeginSliderMovement' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnEndSliderMovement) == 0x000778, "Member 'USpinBox::OnEndSliderMovement' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinValue) == 0x00078C, "Member 'USpinBox::MinValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxValue) == 0x000790, "Member 'USpinBox::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinSliderValue) == 0x000794, "Member 'USpinBox::MinSliderValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxSliderValue) == 0x000798, "Member 'USpinBox::MaxSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StackBox_AddChildToStackBox \ +static_assert(alignof(StackBox_AddChildToStackBox) == 0x000008, "Wrong alignment on StackBox_AddChildToStackBox"); \ +static_assert(sizeof(StackBox_AddChildToStackBox) == 0x000010, "Wrong size on StackBox_AddChildToStackBox"); \ +static_assert(offsetof(StackBox_AddChildToStackBox, content) == 0x000000, "Member 'StackBox_AddChildToStackBox::content' has a wrong offset!"); \ +static_assert(offsetof(StackBox_AddChildToStackBox, ReturnValue) == 0x000008, "Member 'StackBox_AddChildToStackBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StackBox_ReplaceStackBoxChildAt \ +static_assert(alignof(StackBox_ReplaceStackBoxChildAt) == 0x000008, "Wrong alignment on StackBox_ReplaceStackBoxChildAt"); \ +static_assert(sizeof(StackBox_ReplaceStackBoxChildAt) == 0x000018, "Wrong size on StackBox_ReplaceStackBoxChildAt"); \ +static_assert(offsetof(StackBox_ReplaceStackBoxChildAt, Index_0) == 0x000000, "Member 'StackBox_ReplaceStackBoxChildAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(StackBox_ReplaceStackBoxChildAt, content) == 0x000008, "Member 'StackBox_ReplaceStackBoxChildAt::content' has a wrong offset!"); \ +static_assert(offsetof(StackBox_ReplaceStackBoxChildAt, ReturnValue) == 0x000010, "Member 'StackBox_ReplaceStackBoxChildAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStackBox \ +static_assert(alignof(UStackBox) == 0x000008, "Wrong alignment on UStackBox"); \ +static_assert(sizeof(UStackBox) == 0x0001A8, "Wrong size on UStackBox"); \ +static_assert(offsetof(UStackBox, Orientation) == 0x000190, "Member 'UStackBox::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStackBoxSlot \ +static_assert(alignof(UStackBoxSlot) == 0x000008, "Wrong alignment on UStackBoxSlot"); \ +static_assert(sizeof(UStackBoxSlot) == 0x000060, "Wrong size on UStackBoxSlot"); \ +static_assert(offsetof(UStackBoxSlot, Padding) == 0x000038, "Member 'UStackBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UStackBoxSlot, Size) == 0x000048, "Member 'UStackBoxSlot::Size' has a wrong offset!"); \ +static_assert(offsetof(UStackBoxSlot, HorizontalAlignment) == 0x000050, "Member 'UStackBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UStackBoxSlot, VerticalAlignment) == 0x000051, "Member 'UStackBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_GetDynamicFontMaterial \ +static_assert(alignof(TextBlock_GetDynamicFontMaterial) == 0x000008, "Wrong alignment on TextBlock_GetDynamicFontMaterial"); \ +static_assert(sizeof(TextBlock_GetDynamicFontMaterial) == 0x000008, "Wrong size on TextBlock_GetDynamicFontMaterial"); \ +static_assert(offsetof(TextBlock_GetDynamicFontMaterial, ReturnValue) == 0x000000, "Member 'TextBlock_GetDynamicFontMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_GetDynamicOutlineMaterial \ +static_assert(alignof(TextBlock_GetDynamicOutlineMaterial) == 0x000008, "Wrong alignment on TextBlock_GetDynamicOutlineMaterial"); \ +static_assert(sizeof(TextBlock_GetDynamicOutlineMaterial) == 0x000008, "Wrong size on TextBlock_GetDynamicOutlineMaterial"); \ +static_assert(offsetof(TextBlock_GetDynamicOutlineMaterial, ReturnValue) == 0x000000, "Member 'TextBlock_GetDynamicOutlineMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetAutoWrapText \ +static_assert(alignof(TextBlock_SetAutoWrapText) == 0x000001, "Wrong alignment on TextBlock_SetAutoWrapText"); \ +static_assert(sizeof(TextBlock_SetAutoWrapText) == 0x000001, "Wrong size on TextBlock_SetAutoWrapText"); \ +static_assert(offsetof(TextBlock_SetAutoWrapText, InAutoTextWrap) == 0x000000, "Member 'TextBlock_SetAutoWrapText::InAutoTextWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetColorAndOpacity \ +static_assert(alignof(TextBlock_SetColorAndOpacity) == 0x000004, "Wrong alignment on TextBlock_SetColorAndOpacity"); \ +static_assert(sizeof(TextBlock_SetColorAndOpacity) == 0x000014, "Wrong size on TextBlock_SetColorAndOpacity"); \ +static_assert(offsetof(TextBlock_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'TextBlock_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetFont \ +static_assert(alignof(TextBlock_SetFont) == 0x000008, "Wrong alignment on TextBlock_SetFont"); \ +static_assert(sizeof(TextBlock_SetFont) == 0x000060, "Wrong size on TextBlock_SetFont"); \ +static_assert(offsetof(TextBlock_SetFont, InFontInfo) == 0x000000, "Member 'TextBlock_SetFont::InFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetFontMaterial \ +static_assert(alignof(TextBlock_SetFontMaterial) == 0x000008, "Wrong alignment on TextBlock_SetFontMaterial"); \ +static_assert(sizeof(TextBlock_SetFontMaterial) == 0x000008, "Wrong size on TextBlock_SetFontMaterial"); \ +static_assert(offsetof(TextBlock_SetFontMaterial, InMaterial) == 0x000000, "Member 'TextBlock_SetFontMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetFontOutlineMaterial \ +static_assert(alignof(TextBlock_SetFontOutlineMaterial) == 0x000008, "Wrong alignment on TextBlock_SetFontOutlineMaterial"); \ +static_assert(sizeof(TextBlock_SetFontOutlineMaterial) == 0x000008, "Wrong size on TextBlock_SetFontOutlineMaterial"); \ +static_assert(offsetof(TextBlock_SetFontOutlineMaterial, InMaterial) == 0x000000, "Member 'TextBlock_SetFontOutlineMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetMinDesiredWidth \ +static_assert(alignof(TextBlock_SetMinDesiredWidth) == 0x000004, "Wrong alignment on TextBlock_SetMinDesiredWidth"); \ +static_assert(sizeof(TextBlock_SetMinDesiredWidth) == 0x000004, "Wrong size on TextBlock_SetMinDesiredWidth"); \ +static_assert(offsetof(TextBlock_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'TextBlock_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetOpacity \ +static_assert(alignof(TextBlock_SetOpacity) == 0x000004, "Wrong alignment on TextBlock_SetOpacity"); \ +static_assert(sizeof(TextBlock_SetOpacity) == 0x000004, "Wrong size on TextBlock_SetOpacity"); \ +static_assert(offsetof(TextBlock_SetOpacity, InOpacity) == 0x000000, "Member 'TextBlock_SetOpacity::InOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetShadowColorAndOpacity \ +static_assert(alignof(TextBlock_SetShadowColorAndOpacity) == 0x000004, "Wrong alignment on TextBlock_SetShadowColorAndOpacity"); \ +static_assert(sizeof(TextBlock_SetShadowColorAndOpacity) == 0x000010, "Wrong size on TextBlock_SetShadowColorAndOpacity"); \ +static_assert(offsetof(TextBlock_SetShadowColorAndOpacity, InShadowColorAndOpacity) == 0x000000, "Member 'TextBlock_SetShadowColorAndOpacity::InShadowColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetShadowOffset \ +static_assert(alignof(TextBlock_SetShadowOffset) == 0x000008, "Wrong alignment on TextBlock_SetShadowOffset"); \ +static_assert(sizeof(TextBlock_SetShadowOffset) == 0x000010, "Wrong size on TextBlock_SetShadowOffset"); \ +static_assert(offsetof(TextBlock_SetShadowOffset, InShadowOffset) == 0x000000, "Member 'TextBlock_SetShadowOffset::InShadowOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetStrikeBrush \ +static_assert(alignof(TextBlock_SetStrikeBrush) == 0x000010, "Wrong alignment on TextBlock_SetStrikeBrush"); \ +static_assert(sizeof(TextBlock_SetStrikeBrush) == 0x0000B0, "Wrong size on TextBlock_SetStrikeBrush"); \ +static_assert(offsetof(TextBlock_SetStrikeBrush, InStrikeBrush) == 0x000000, "Member 'TextBlock_SetStrikeBrush::InStrikeBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetText \ +static_assert(alignof(TextBlock_SetText) == 0x000008, "Wrong alignment on TextBlock_SetText"); \ +static_assert(sizeof(TextBlock_SetText) == 0x000010, "Wrong size on TextBlock_SetText"); \ +static_assert(offsetof(TextBlock_SetText, InText) == 0x000000, "Member 'TextBlock_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetTextOverflowPolicy \ +static_assert(alignof(TextBlock_SetTextOverflowPolicy) == 0x000001, "Wrong alignment on TextBlock_SetTextOverflowPolicy"); \ +static_assert(sizeof(TextBlock_SetTextOverflowPolicy) == 0x000001, "Wrong size on TextBlock_SetTextOverflowPolicy"); \ +static_assert(offsetof(TextBlock_SetTextOverflowPolicy, InOverflowPolicy) == 0x000000, "Member 'TextBlock_SetTextOverflowPolicy::InOverflowPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetTextTransformPolicy \ +static_assert(alignof(TextBlock_SetTextTransformPolicy) == 0x000001, "Wrong alignment on TextBlock_SetTextTransformPolicy"); \ +static_assert(sizeof(TextBlock_SetTextTransformPolicy) == 0x000001, "Wrong size on TextBlock_SetTextTransformPolicy"); \ +static_assert(offsetof(TextBlock_SetTextTransformPolicy, InTransformPolicy) == 0x000000, "Member 'TextBlock_SetTextTransformPolicy::InTransformPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_GetText \ +static_assert(alignof(TextBlock_GetText) == 0x000008, "Wrong alignment on TextBlock_GetText"); \ +static_assert(sizeof(TextBlock_GetText) == 0x000010, "Wrong size on TextBlock_GetText"); \ +static_assert(offsetof(TextBlock_GetText, ReturnValue) == 0x000000, "Member 'TextBlock_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextBlock \ +static_assert(alignof(UTextBlock) == 0x000010, "Wrong alignment on UTextBlock"); \ +static_assert(sizeof(UTextBlock) == 0x000340, "Wrong size on UTextBlock"); \ +static_assert(offsetof(UTextBlock, Text) == 0x000198, "Member 'UTextBlock::Text' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextDelegate) == 0x0001A8, "Member 'UTextBlock::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ColorAndOpacity) == 0x0001B8, "Member 'UTextBlock::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ColorAndOpacityDelegate) == 0x0001CC, "Member 'UTextBlock::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, MinDesiredWidth) == 0x0001DC, "Member 'UTextBlock::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, Font) == 0x0001E0, "Member 'UTextBlock::Font' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, StrikeBrush) == 0x000240, "Member 'UTextBlock::StrikeBrush' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowOffset) == 0x0002F0, "Member 'UTextBlock::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowColorAndOpacity) == 0x000300, "Member 'UTextBlock::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowColorAndOpacityDelegate) == 0x000310, "Member 'UTextBlock::ShadowColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bWrapWithInvalidationPanel) == 0x000320, "Member 'UTextBlock::bWrapWithInvalidationPanel' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextTransformPolicy) == 0x000321, "Member 'UTextBlock::TextTransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextOverflowPolicy) == 0x000322, "Member 'UTextBlock::TextOverflowPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bSimpleTextMode) == 0x000323, "Member 'UTextBlock::bSimpleTextMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Throbber_SetAnimateHorizontally \ +static_assert(alignof(Throbber_SetAnimateHorizontally) == 0x000001, "Wrong alignment on Throbber_SetAnimateHorizontally"); \ +static_assert(sizeof(Throbber_SetAnimateHorizontally) == 0x000001, "Wrong size on Throbber_SetAnimateHorizontally"); \ +static_assert(offsetof(Throbber_SetAnimateHorizontally, bInAnimateHorizontally) == 0x000000, "Member 'Throbber_SetAnimateHorizontally::bInAnimateHorizontally' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Throbber_SetAnimateOpacity \ +static_assert(alignof(Throbber_SetAnimateOpacity) == 0x000001, "Wrong alignment on Throbber_SetAnimateOpacity"); \ +static_assert(sizeof(Throbber_SetAnimateOpacity) == 0x000001, "Wrong size on Throbber_SetAnimateOpacity"); \ +static_assert(offsetof(Throbber_SetAnimateOpacity, bInAnimateOpacity) == 0x000000, "Member 'Throbber_SetAnimateOpacity::bInAnimateOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Throbber_SetAnimateVertically \ +static_assert(alignof(Throbber_SetAnimateVertically) == 0x000001, "Wrong alignment on Throbber_SetAnimateVertically"); \ +static_assert(sizeof(Throbber_SetAnimateVertically) == 0x000001, "Wrong size on Throbber_SetAnimateVertically"); \ +static_assert(offsetof(Throbber_SetAnimateVertically, bInAnimateVertically) == 0x000000, "Member 'Throbber_SetAnimateVertically::bInAnimateVertically' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Throbber_SetNumberOfPieces \ +static_assert(alignof(Throbber_SetNumberOfPieces) == 0x000004, "Wrong alignment on Throbber_SetNumberOfPieces"); \ +static_assert(sizeof(Throbber_SetNumberOfPieces) == 0x000004, "Wrong size on Throbber_SetNumberOfPieces"); \ +static_assert(offsetof(Throbber_SetNumberOfPieces, InNumberOfPieces) == 0x000000, "Member 'Throbber_SetNumberOfPieces::InNumberOfPieces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThrobber \ +static_assert(alignof(UThrobber) == 0x000010, "Wrong alignment on UThrobber"); \ +static_assert(sizeof(UThrobber) == 0x000240, "Wrong size on UThrobber"); \ +static_assert(offsetof(UThrobber, NumberOfPieces) == 0x000178, "Member 'UThrobber::NumberOfPieces' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateHorizontally) == 0x00017C, "Member 'UThrobber::bAnimateHorizontally' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateVertically) == 0x00017D, "Member 'UThrobber::bAnimateVertically' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateOpacity) == 0x00017E, "Member 'UThrobber::bAnimateOpacity' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, Image) == 0x000180, "Member 'UThrobber::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_SetEntryHeight \ +static_assert(alignof(TileView_SetEntryHeight) == 0x000004, "Wrong alignment on TileView_SetEntryHeight"); \ +static_assert(sizeof(TileView_SetEntryHeight) == 0x000004, "Wrong size on TileView_SetEntryHeight"); \ +static_assert(offsetof(TileView_SetEntryHeight, NewHeight) == 0x000000, "Member 'TileView_SetEntryHeight::NewHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_SetEntryWidth \ +static_assert(alignof(TileView_SetEntryWidth) == 0x000004, "Wrong alignment on TileView_SetEntryWidth"); \ +static_assert(sizeof(TileView_SetEntryWidth) == 0x000004, "Wrong size on TileView_SetEntryWidth"); \ +static_assert(offsetof(TileView_SetEntryWidth, NewWidth) == 0x000000, "Member 'TileView_SetEntryWidth::NewWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_GetEntryHeight \ +static_assert(alignof(TileView_GetEntryHeight) == 0x000004, "Wrong alignment on TileView_GetEntryHeight"); \ +static_assert(sizeof(TileView_GetEntryHeight) == 0x000004, "Wrong size on TileView_GetEntryHeight"); \ +static_assert(offsetof(TileView_GetEntryHeight, ReturnValue) == 0x000000, "Member 'TileView_GetEntryHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_GetEntryWidth \ +static_assert(alignof(TileView_GetEntryWidth) == 0x000004, "Wrong alignment on TileView_GetEntryWidth"); \ +static_assert(sizeof(TileView_GetEntryWidth) == 0x000004, "Wrong size on TileView_GetEntryWidth"); \ +static_assert(offsetof(TileView_GetEntryWidth, ReturnValue) == 0x000000, "Member 'TileView_GetEntryWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_IsAligned \ +static_assert(alignof(TileView_IsAligned) == 0x000001, "Wrong alignment on TileView_IsAligned"); \ +static_assert(sizeof(TileView_IsAligned) == 0x000001, "Wrong size on TileView_IsAligned"); \ +static_assert(offsetof(TileView_IsAligned, ReturnValue) == 0x000000, "Member 'TileView_IsAligned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTileView \ +static_assert(alignof(UTileView) == 0x000010, "Wrong alignment on UTileView"); \ +static_assert(sizeof(UTileView) == 0x000FD0, "Wrong size on UTileView"); \ +static_assert(offsetof(UTileView, EntryHeight) == 0x000FA0, "Member 'UTileView::EntryHeight' has a wrong offset!"); \ +static_assert(offsetof(UTileView, EntryWidth) == 0x000FA4, "Member 'UTileView::EntryWidth' has a wrong offset!"); \ +static_assert(offsetof(UTileView, TileAlignment) == 0x000FA8, "Member 'UTileView::TileAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTileView, bWrapHorizontalNavigation) == 0x000FA9, "Member 'UTileView::bWrapHorizontalNavigation' has a wrong offset!"); \ +static_assert(offsetof(UTileView, ScrollbarDisabledVisibility) == 0x000FAA, "Member 'UTileView::ScrollbarDisabledVisibility' has a wrong offset!"); \ +static_assert(offsetof(UTileView, bEntrySizeIncludesEntrySpacing) == 0x000FC0, "Member 'UTileView::bEntrySizeIncludesEntrySpacing' 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) == 0x001000, "Wrong size on UTreeView"); \ +static_assert(offsetof(UTreeView, BP_OnGetItemChildren) == 0x000FB0, "Member 'UTreeView::BP_OnGetItemChildren' has a wrong offset!"); \ +static_assert(offsetof(UTreeView, BP_OnItemExpansionChanged) == 0x000FC0, "Member 'UTreeView::BP_OnItemExpansionChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridPanel_AddChildToUniformGrid \ +static_assert(alignof(UniformGridPanel_AddChildToUniformGrid) == 0x000008, "Wrong alignment on UniformGridPanel_AddChildToUniformGrid"); \ +static_assert(sizeof(UniformGridPanel_AddChildToUniformGrid) == 0x000018, "Wrong size on UniformGridPanel_AddChildToUniformGrid"); \ +static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, content) == 0x000000, "Member 'UniformGridPanel_AddChildToUniformGrid::content' has a wrong offset!"); \ +static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, InRow) == 0x000008, "Member 'UniformGridPanel_AddChildToUniformGrid::InRow' has a wrong offset!"); \ +static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, InColumn) == 0x00000C, "Member 'UniformGridPanel_AddChildToUniformGrid::InColumn' has a wrong offset!"); \ +static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, ReturnValue) == 0x000010, "Member 'UniformGridPanel_AddChildToUniformGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridPanel_SetMinDesiredSlotHeight \ +static_assert(alignof(UniformGridPanel_SetMinDesiredSlotHeight) == 0x000004, "Wrong alignment on UniformGridPanel_SetMinDesiredSlotHeight"); \ +static_assert(sizeof(UniformGridPanel_SetMinDesiredSlotHeight) == 0x000004, "Wrong size on UniformGridPanel_SetMinDesiredSlotHeight"); \ +static_assert(offsetof(UniformGridPanel_SetMinDesiredSlotHeight, InMinDesiredSlotHeight) == 0x000000, "Member 'UniformGridPanel_SetMinDesiredSlotHeight::InMinDesiredSlotHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridPanel_SetMinDesiredSlotWidth \ +static_assert(alignof(UniformGridPanel_SetMinDesiredSlotWidth) == 0x000004, "Wrong alignment on UniformGridPanel_SetMinDesiredSlotWidth"); \ +static_assert(sizeof(UniformGridPanel_SetMinDesiredSlotWidth) == 0x000004, "Wrong size on UniformGridPanel_SetMinDesiredSlotWidth"); \ +static_assert(offsetof(UniformGridPanel_SetMinDesiredSlotWidth, InMinDesiredSlotWidth) == 0x000000, "Member 'UniformGridPanel_SetMinDesiredSlotWidth::InMinDesiredSlotWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridPanel_SetSlotPadding \ +static_assert(alignof(UniformGridPanel_SetSlotPadding) == 0x000004, "Wrong alignment on UniformGridPanel_SetSlotPadding"); \ +static_assert(sizeof(UniformGridPanel_SetSlotPadding) == 0x000010, "Wrong size on UniformGridPanel_SetSlotPadding"); \ +static_assert(offsetof(UniformGridPanel_SetSlotPadding, InSlotPadding) == 0x000000, "Member 'UniformGridPanel_SetSlotPadding::InSlotPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformGridPanel \ +static_assert(alignof(UUniformGridPanel) == 0x000008, "Wrong alignment on UUniformGridPanel"); \ +static_assert(sizeof(UUniformGridPanel) == 0x0001B8, "Wrong size on UUniformGridPanel"); \ +static_assert(offsetof(UUniformGridPanel, SlotPadding) == 0x000190, "Member 'UUniformGridPanel::SlotPadding' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridPanel, MinDesiredSlotWidth) == 0x0001A0, "Member 'UUniformGridPanel::MinDesiredSlotWidth' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridPanel, MinDesiredSlotHeight) == 0x0001A4, "Member 'UUniformGridPanel::MinDesiredSlotHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridSlot_SetColumn \ +static_assert(alignof(UniformGridSlot_SetColumn) == 0x000004, "Wrong alignment on UniformGridSlot_SetColumn"); \ +static_assert(sizeof(UniformGridSlot_SetColumn) == 0x000004, "Wrong size on UniformGridSlot_SetColumn"); \ +static_assert(offsetof(UniformGridSlot_SetColumn, InColumn) == 0x000000, "Member 'UniformGridSlot_SetColumn::InColumn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridSlot_SetHorizontalAlignment \ +static_assert(alignof(UniformGridSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on UniformGridSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(UniformGridSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on UniformGridSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(UniformGridSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'UniformGridSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridSlot_SetRow \ +static_assert(alignof(UniformGridSlot_SetRow) == 0x000004, "Wrong alignment on UniformGridSlot_SetRow"); \ +static_assert(sizeof(UniformGridSlot_SetRow) == 0x000004, "Wrong size on UniformGridSlot_SetRow"); \ +static_assert(offsetof(UniformGridSlot_SetRow, InRow) == 0x000000, "Member 'UniformGridSlot_SetRow::InRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformGridSlot_SetVerticalAlignment \ +static_assert(alignof(UniformGridSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on UniformGridSlot_SetVerticalAlignment"); \ +static_assert(sizeof(UniformGridSlot_SetVerticalAlignment) == 0x000001, "Wrong size on UniformGridSlot_SetVerticalAlignment"); \ +static_assert(offsetof(UniformGridSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'UniformGridSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformGridSlot \ +static_assert(alignof(UUniformGridSlot) == 0x000008, "Wrong alignment on UUniformGridSlot"); \ +static_assert(sizeof(UUniformGridSlot) == 0x000050, "Wrong size on UUniformGridSlot"); \ +static_assert(offsetof(UUniformGridSlot, HorizontalAlignment) == 0x000038, "Member 'UUniformGridSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridSlot, VerticalAlignment) == 0x000039, "Member 'UUniformGridSlot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridSlot, Row) == 0x00003C, "Member 'UUniformGridSlot::Row' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridSlot, Column) == 0x000040, "Member 'UUniformGridSlot::Column' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VerticalBox_AddChildToVerticalBox \ +static_assert(alignof(VerticalBox_AddChildToVerticalBox) == 0x000008, "Wrong alignment on VerticalBox_AddChildToVerticalBox"); \ +static_assert(sizeof(VerticalBox_AddChildToVerticalBox) == 0x000010, "Wrong size on VerticalBox_AddChildToVerticalBox"); \ +static_assert(offsetof(VerticalBox_AddChildToVerticalBox, content) == 0x000000, "Member 'VerticalBox_AddChildToVerticalBox::content' has a wrong offset!"); \ +static_assert(offsetof(VerticalBox_AddChildToVerticalBox, ReturnValue) == 0x000008, "Member 'VerticalBox_AddChildToVerticalBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVerticalBox \ +static_assert(alignof(UVerticalBox) == 0x000008, "Wrong alignment on UVerticalBox"); \ +static_assert(sizeof(UVerticalBox) == 0x0001A0, "Wrong size on UVerticalBox"); \ + +#define DUMPER7_ASSERTS_VerticalBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(VerticalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on VerticalBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(VerticalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on VerticalBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(VerticalBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'VerticalBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VerticalBoxSlot_SetPadding \ +static_assert(alignof(VerticalBoxSlot_SetPadding) == 0x000004, "Wrong alignment on VerticalBoxSlot_SetPadding"); \ +static_assert(sizeof(VerticalBoxSlot_SetPadding) == 0x000010, "Wrong size on VerticalBoxSlot_SetPadding"); \ +static_assert(offsetof(VerticalBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'VerticalBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VerticalBoxSlot_SetSize \ +static_assert(alignof(VerticalBoxSlot_SetSize) == 0x000004, "Wrong alignment on VerticalBoxSlot_SetSize"); \ +static_assert(sizeof(VerticalBoxSlot_SetSize) == 0x000008, "Wrong size on VerticalBoxSlot_SetSize"); \ +static_assert(offsetof(VerticalBoxSlot_SetSize, InSize) == 0x000000, "Member 'VerticalBoxSlot_SetSize::InSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VerticalBoxSlot_SetVerticalAlignment \ +static_assert(alignof(VerticalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on VerticalBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(VerticalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on VerticalBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(VerticalBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'VerticalBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVerticalBoxSlot \ +static_assert(alignof(UVerticalBoxSlot) == 0x000008, "Wrong alignment on UVerticalBoxSlot"); \ +static_assert(sizeof(UVerticalBoxSlot) == 0x000060, "Wrong size on UVerticalBoxSlot"); \ +static_assert(offsetof(UVerticalBoxSlot, Size) == 0x000038, "Member 'UVerticalBoxSlot::Size' has a wrong offset!"); \ +static_assert(offsetof(UVerticalBoxSlot, Padding) == 0x000040, "Member 'UVerticalBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UVerticalBoxSlot, HorizontalAlignment) == 0x000050, "Member 'UVerticalBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UVerticalBoxSlot, VerticalAlignment) == 0x000051, "Member 'UVerticalBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetEnableAdvancedFeatures \ +static_assert(alignof(Viewport_SetEnableAdvancedFeatures) == 0x000001, "Wrong alignment on Viewport_SetEnableAdvancedFeatures"); \ +static_assert(sizeof(Viewport_SetEnableAdvancedFeatures) == 0x000001, "Wrong size on Viewport_SetEnableAdvancedFeatures"); \ +static_assert(offsetof(Viewport_SetEnableAdvancedFeatures, InEnableAdvancedFeatures) == 0x000000, "Member 'Viewport_SetEnableAdvancedFeatures::InEnableAdvancedFeatures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetLightIntensity \ +static_assert(alignof(Viewport_SetLightIntensity) == 0x000004, "Wrong alignment on Viewport_SetLightIntensity"); \ +static_assert(sizeof(Viewport_SetLightIntensity) == 0x000004, "Wrong size on Viewport_SetLightIntensity"); \ +static_assert(offsetof(Viewport_SetLightIntensity, LightIntensity) == 0x000000, "Member 'Viewport_SetLightIntensity::LightIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetShowFlag \ +static_assert(alignof(Viewport_SetShowFlag) == 0x000008, "Wrong alignment on Viewport_SetShowFlag"); \ +static_assert(sizeof(Viewport_SetShowFlag) == 0x000018, "Wrong size on Viewport_SetShowFlag"); \ +static_assert(offsetof(Viewport_SetShowFlag, InShowFlagName) == 0x000000, "Member 'Viewport_SetShowFlag::InShowFlagName' has a wrong offset!"); \ +static_assert(offsetof(Viewport_SetShowFlag, InValue) == 0x000010, "Member 'Viewport_SetShowFlag::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetSkyIntensity \ +static_assert(alignof(Viewport_SetSkyIntensity) == 0x000004, "Wrong alignment on Viewport_SetSkyIntensity"); \ +static_assert(sizeof(Viewport_SetSkyIntensity) == 0x000004, "Wrong size on Viewport_SetSkyIntensity"); \ +static_assert(offsetof(Viewport_SetSkyIntensity, LightIntensity) == 0x000000, "Member 'Viewport_SetSkyIntensity::LightIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetViewLocation \ +static_assert(alignof(Viewport_SetViewLocation) == 0x000008, "Wrong alignment on Viewport_SetViewLocation"); \ +static_assert(sizeof(Viewport_SetViewLocation) == 0x000018, "Wrong size on Viewport_SetViewLocation"); \ +static_assert(offsetof(Viewport_SetViewLocation, Location) == 0x000000, "Member 'Viewport_SetViewLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_SetViewRotation \ +static_assert(alignof(Viewport_SetViewRotation) == 0x000008, "Wrong alignment on Viewport_SetViewRotation"); \ +static_assert(sizeof(Viewport_SetViewRotation) == 0x000018, "Wrong size on Viewport_SetViewRotation"); \ +static_assert(offsetof(Viewport_SetViewRotation, Rotation) == 0x000000, "Member 'Viewport_SetViewRotation::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_Spawn \ +static_assert(alignof(Viewport_Spawn) == 0x000008, "Wrong alignment on Viewport_Spawn"); \ +static_assert(sizeof(Viewport_Spawn) == 0x000010, "Wrong size on Viewport_Spawn"); \ +static_assert(offsetof(Viewport_Spawn, ActorClass) == 0x000000, "Member 'Viewport_Spawn::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(Viewport_Spawn, ReturnValue) == 0x000008, "Member 'Viewport_Spawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_GetViewLocation \ +static_assert(alignof(Viewport_GetViewLocation) == 0x000008, "Wrong alignment on Viewport_GetViewLocation"); \ +static_assert(sizeof(Viewport_GetViewLocation) == 0x000018, "Wrong size on Viewport_GetViewLocation"); \ +static_assert(offsetof(Viewport_GetViewLocation, ReturnValue) == 0x000000, "Member 'Viewport_GetViewLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_GetViewportWorld \ +static_assert(alignof(Viewport_GetViewportWorld) == 0x000008, "Wrong alignment on Viewport_GetViewportWorld"); \ +static_assert(sizeof(Viewport_GetViewportWorld) == 0x000008, "Wrong size on Viewport_GetViewportWorld"); \ +static_assert(offsetof(Viewport_GetViewportWorld, ReturnValue) == 0x000000, "Member 'Viewport_GetViewportWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Viewport_GetViewProjectionMatrix \ +static_assert(alignof(Viewport_GetViewProjectionMatrix) == 0x000010, "Wrong alignment on Viewport_GetViewProjectionMatrix"); \ +static_assert(sizeof(Viewport_GetViewProjectionMatrix) == 0x000080, "Wrong size on Viewport_GetViewProjectionMatrix"); \ +static_assert(offsetof(Viewport_GetViewProjectionMatrix, ReturnValue) == 0x000000, "Member 'Viewport_GetViewProjectionMatrix::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) == 0x0001F0, "Wrong size on UViewport"); \ +static_assert(offsetof(UViewport, BackgroundColor) == 0x000190, "Member 'UViewport::BackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetBackgroundColor \ +static_assert(alignof(WidgetComponent_SetBackgroundColor) == 0x000004, "Wrong alignment on WidgetComponent_SetBackgroundColor"); \ +static_assert(sizeof(WidgetComponent_SetBackgroundColor) == 0x000010, "Wrong size on WidgetComponent_SetBackgroundColor"); \ +static_assert(offsetof(WidgetComponent_SetBackgroundColor, NewBackgroundColor) == 0x000000, "Member 'WidgetComponent_SetBackgroundColor::NewBackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetComponent_SetCylinderArcAngle \ +static_assert(alignof(WidgetComponent_SetCylinderArcAngle) == 0x000008, "Wrong alignment on WidgetComponent_SetCylinderArcAngle"); \ +static_assert(sizeof(WidgetComponent_SetCylinderArcAngle) == 0x000008, "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) == 0x000008, "Wrong alignment on WidgetComponent_GetCylinderArcAngle"); \ +static_assert(sizeof(WidgetComponent_GetCylinderArcAngle) == 0x000008, "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) == 0x000730, "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, bUseInvalidationInWorldSpace) == 0x0005C0, "Member 'UWidgetComponent::bUseInvalidationInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bDrawAtDesiredSize) == 0x0005C1, "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) == 0x000670, "Member 'UWidgetComponent::CylinderArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TickMode) == 0x000678, "Member 'UWidgetComponent::TickMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, Widget) == 0x0006A8, "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) == 0x000100, "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) == 0x000100, "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) == 0x000550, "Wrong size on UWidgetInteractionComponent"); \ +static_assert(offsetof(UWidgetInteractionComponent, OnHoveredWidgetChanged) == 0x000250, "Member 'UWidgetInteractionComponent::OnHoveredWidgetChanged' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, VirtualUserIndex) == 0x000270, "Member 'UWidgetInteractionComponent::VirtualUserIndex' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, PointerIndex) == 0x000274, "Member 'UWidgetInteractionComponent::PointerIndex' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, TraceChannel) == 0x000278, "Member 'UWidgetInteractionComponent::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, InteractionDistance) == 0x00027C, "Member 'UWidgetInteractionComponent::InteractionDistance' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, InteractionSource) == 0x000280, "Member 'UWidgetInteractionComponent::InteractionSource' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bEnableHitTesting) == 0x000281, "Member 'UWidgetInteractionComponent::bEnableHitTesting' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bShowDebug) == 0x000282, "Member 'UWidgetInteractionComponent::bShowDebug' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugSphereLineThickness) == 0x000284, "Member 'UWidgetInteractionComponent::DebugSphereLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugLineThickness) == 0x000288, "Member 'UWidgetInteractionComponent::DebugLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugColor) == 0x00028C, "Member 'UWidgetInteractionComponent::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, CustomHitResult) == 0x000318, "Member 'UWidgetInteractionComponent::CustomHitResult' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LocalHitLocation) == 0x000418, "Member 'UWidgetInteractionComponent::LocalHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LastLocalHitLocation) == 0x000428, "Member 'UWidgetInteractionComponent::LastLocalHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, HoveredWidgetComponent) == 0x000438, "Member 'UWidgetInteractionComponent::HoveredWidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, WeakHoveredWidgetComponent) == 0x000440, "Member 'UWidgetInteractionComponent::WeakHoveredWidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LastHitResult) == 0x000448, "Member 'UWidgetInteractionComponent::LastHitResult' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetInteractable) == 0x000548, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetInteractable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetFocusable) == 0x000549, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetFocusable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetHitTestVisible) == 0x00054A, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetHitTestVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_SetActiveWidget \ +static_assert(alignof(WidgetSwitcher_SetActiveWidget) == 0x000008, "Wrong alignment on WidgetSwitcher_SetActiveWidget"); \ +static_assert(sizeof(WidgetSwitcher_SetActiveWidget) == 0x000008, "Wrong size on WidgetSwitcher_SetActiveWidget"); \ +static_assert(offsetof(WidgetSwitcher_SetActiveWidget, Widget) == 0x000000, "Member 'WidgetSwitcher_SetActiveWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_SetActiveWidgetIndex \ +static_assert(alignof(WidgetSwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong alignment on WidgetSwitcher_SetActiveWidgetIndex"); \ +static_assert(sizeof(WidgetSwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong size on WidgetSwitcher_SetActiveWidgetIndex"); \ +static_assert(offsetof(WidgetSwitcher_SetActiveWidgetIndex, Index_0) == 0x000000, "Member 'WidgetSwitcher_SetActiveWidgetIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_GetActiveWidget \ +static_assert(alignof(WidgetSwitcher_GetActiveWidget) == 0x000008, "Wrong alignment on WidgetSwitcher_GetActiveWidget"); \ +static_assert(sizeof(WidgetSwitcher_GetActiveWidget) == 0x000008, "Wrong size on WidgetSwitcher_GetActiveWidget"); \ +static_assert(offsetof(WidgetSwitcher_GetActiveWidget, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetActiveWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_GetActiveWidgetIndex \ +static_assert(alignof(WidgetSwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong alignment on WidgetSwitcher_GetActiveWidgetIndex"); \ +static_assert(sizeof(WidgetSwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong size on WidgetSwitcher_GetActiveWidgetIndex"); \ +static_assert(offsetof(WidgetSwitcher_GetActiveWidgetIndex, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetActiveWidgetIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_GetNumWidgets \ +static_assert(alignof(WidgetSwitcher_GetNumWidgets) == 0x000004, "Wrong alignment on WidgetSwitcher_GetNumWidgets"); \ +static_assert(sizeof(WidgetSwitcher_GetNumWidgets) == 0x000004, "Wrong size on WidgetSwitcher_GetNumWidgets"); \ +static_assert(offsetof(WidgetSwitcher_GetNumWidgets, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetNumWidgets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcher_GetWidgetAtIndex \ +static_assert(alignof(WidgetSwitcher_GetWidgetAtIndex) == 0x000008, "Wrong alignment on WidgetSwitcher_GetWidgetAtIndex"); \ +static_assert(sizeof(WidgetSwitcher_GetWidgetAtIndex) == 0x000010, "Wrong size on WidgetSwitcher_GetWidgetAtIndex"); \ +static_assert(offsetof(WidgetSwitcher_GetWidgetAtIndex, Index_0) == 0x000000, "Member 'WidgetSwitcher_GetWidgetAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(WidgetSwitcher_GetWidgetAtIndex, ReturnValue) == 0x000008, "Member 'WidgetSwitcher_GetWidgetAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetSwitcher \ +static_assert(alignof(UWidgetSwitcher) == 0x000008, "Wrong alignment on UWidgetSwitcher"); \ +static_assert(sizeof(UWidgetSwitcher) == 0x0001A8, "Wrong size on UWidgetSwitcher"); \ +static_assert(offsetof(UWidgetSwitcher, ActiveWidgetIndex) == 0x000190, "Member 'UWidgetSwitcher::ActiveWidgetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_WindowTitleBarArea_SetHorizontalAlignment \ +static_assert(alignof(WindowTitleBarArea_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarArea_SetHorizontalAlignment"); \ +static_assert(sizeof(WindowTitleBarArea_SetHorizontalAlignment) == 0x000001, "Wrong size on WindowTitleBarArea_SetHorizontalAlignment"); \ +static_assert(offsetof(WindowTitleBarArea_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WindowTitleBarArea_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarArea_SetPadding \ +static_assert(alignof(WindowTitleBarArea_SetPadding) == 0x000004, "Wrong alignment on WindowTitleBarArea_SetPadding"); \ +static_assert(sizeof(WindowTitleBarArea_SetPadding) == 0x000010, "Wrong size on WindowTitleBarArea_SetPadding"); \ +static_assert(offsetof(WindowTitleBarArea_SetPadding, InPadding) == 0x000000, "Member 'WindowTitleBarArea_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarArea_SetVerticalAlignment \ +static_assert(alignof(WindowTitleBarArea_SetVerticalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarArea_SetVerticalAlignment"); \ +static_assert(sizeof(WindowTitleBarArea_SetVerticalAlignment) == 0x000001, "Wrong size on WindowTitleBarArea_SetVerticalAlignment"); \ +static_assert(offsetof(WindowTitleBarArea_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WindowTitleBarArea_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindowTitleBarArea \ +static_assert(alignof(UWindowTitleBarArea) == 0x000008, "Wrong alignment on UWindowTitleBarArea"); \ +static_assert(sizeof(UWindowTitleBarArea) == 0x0001B0, "Wrong size on UWindowTitleBarArea"); \ +static_assert(offsetof(UWindowTitleBarArea, bWindowButtonsEnabled) == 0x000190, "Member 'UWindowTitleBarArea::bWindowButtonsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarArea, bDoubleClickTogglesFullscreen) == 0x000191, "Member 'UWindowTitleBarArea::bDoubleClickTogglesFullscreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetHorizontalAlignment \ +static_assert(alignof(WindowTitleBarAreaSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarAreaSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(WindowTitleBarAreaSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WindowTitleBarAreaSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(WindowTitleBarAreaSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetPadding \ +static_assert(alignof(WindowTitleBarAreaSlot_SetPadding) == 0x000004, "Wrong alignment on WindowTitleBarAreaSlot_SetPadding"); \ +static_assert(sizeof(WindowTitleBarAreaSlot_SetPadding) == 0x000010, "Wrong size on WindowTitleBarAreaSlot_SetPadding"); \ +static_assert(offsetof(WindowTitleBarAreaSlot_SetPadding, InPadding) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetVerticalAlignment \ +static_assert(alignof(WindowTitleBarAreaSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarAreaSlot_SetVerticalAlignment"); \ +static_assert(sizeof(WindowTitleBarAreaSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WindowTitleBarAreaSlot_SetVerticalAlignment"); \ +static_assert(offsetof(WindowTitleBarAreaSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindowTitleBarAreaSlot \ +static_assert(alignof(UWindowTitleBarAreaSlot) == 0x000008, "Wrong alignment on UWindowTitleBarAreaSlot"); \ +static_assert(sizeof(UWindowTitleBarAreaSlot) == 0x000060, "Wrong size on UWindowTitleBarAreaSlot"); \ +static_assert(offsetof(UWindowTitleBarAreaSlot, Padding) == 0x000038, "Member 'UWindowTitleBarAreaSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarAreaSlot, HorizontalAlignment) == 0x000048, "Member 'UWindowTitleBarAreaSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarAreaSlot, VerticalAlignment) == 0x000049, "Member 'UWindowTitleBarAreaSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBox_AddChildToWrapBox \ +static_assert(alignof(WrapBox_AddChildToWrapBox) == 0x000008, "Wrong alignment on WrapBox_AddChildToWrapBox"); \ +static_assert(sizeof(WrapBox_AddChildToWrapBox) == 0x000010, "Wrong size on WrapBox_AddChildToWrapBox"); \ +static_assert(offsetof(WrapBox_AddChildToWrapBox, content) == 0x000000, "Member 'WrapBox_AddChildToWrapBox::content' has a wrong offset!"); \ +static_assert(offsetof(WrapBox_AddChildToWrapBox, ReturnValue) == 0x000008, "Member 'WrapBox_AddChildToWrapBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBox_SetHorizontalAlignment \ +static_assert(alignof(WrapBox_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WrapBox_SetHorizontalAlignment"); \ +static_assert(sizeof(WrapBox_SetHorizontalAlignment) == 0x000001, "Wrong size on WrapBox_SetHorizontalAlignment"); \ +static_assert(offsetof(WrapBox_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WrapBox_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBox_SetInnerSlotPadding \ +static_assert(alignof(WrapBox_SetInnerSlotPadding) == 0x000008, "Wrong alignment on WrapBox_SetInnerSlotPadding"); \ +static_assert(sizeof(WrapBox_SetInnerSlotPadding) == 0x000010, "Wrong size on WrapBox_SetInnerSlotPadding"); \ +static_assert(offsetof(WrapBox_SetInnerSlotPadding, InPadding) == 0x000000, "Member 'WrapBox_SetInnerSlotPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWrapBox \ +static_assert(alignof(UWrapBox) == 0x000008, "Wrong alignment on UWrapBox"); \ +static_assert(sizeof(UWrapBox) == 0x0001B8, "Wrong size on UWrapBox"); \ +static_assert(offsetof(UWrapBox, InnerSlotPadding) == 0x000190, "Member 'UWrapBox::InnerSlotPadding' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, WrapSize) == 0x0001A0, "Member 'UWrapBox::WrapSize' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, bExplicitWrapSize) == 0x0001A4, "Member 'UWrapBox::bExplicitWrapSize' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, HorizontalAlignment) == 0x0001A5, "Member 'UWrapBox::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, Orientation) == 0x0001A6, "Member 'UWrapBox::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetFillEmptySpace \ +static_assert(alignof(WrapBoxSlot_SetFillEmptySpace) == 0x000001, "Wrong alignment on WrapBoxSlot_SetFillEmptySpace"); \ +static_assert(sizeof(WrapBoxSlot_SetFillEmptySpace) == 0x000001, "Wrong size on WrapBoxSlot_SetFillEmptySpace"); \ +static_assert(offsetof(WrapBoxSlot_SetFillEmptySpace, InbFillEmptySpace) == 0x000000, "Member 'WrapBoxSlot_SetFillEmptySpace::InbFillEmptySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetFillSpanWhenLessThan \ +static_assert(alignof(WrapBoxSlot_SetFillSpanWhenLessThan) == 0x000004, "Wrong alignment on WrapBoxSlot_SetFillSpanWhenLessThan"); \ +static_assert(sizeof(WrapBoxSlot_SetFillSpanWhenLessThan) == 0x000004, "Wrong size on WrapBoxSlot_SetFillSpanWhenLessThan"); \ +static_assert(offsetof(WrapBoxSlot_SetFillSpanWhenLessThan, InFillSpanWhenLessThan) == 0x000000, "Member 'WrapBoxSlot_SetFillSpanWhenLessThan::InFillSpanWhenLessThan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(WrapBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WrapBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(WrapBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WrapBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(WrapBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WrapBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetNewLine \ +static_assert(alignof(WrapBoxSlot_SetNewLine) == 0x000001, "Wrong alignment on WrapBoxSlot_SetNewLine"); \ +static_assert(sizeof(WrapBoxSlot_SetNewLine) == 0x000001, "Wrong size on WrapBoxSlot_SetNewLine"); \ +static_assert(offsetof(WrapBoxSlot_SetNewLine, InForceNewLine) == 0x000000, "Member 'WrapBoxSlot_SetNewLine::InForceNewLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetPadding \ +static_assert(alignof(WrapBoxSlot_SetPadding) == 0x000004, "Wrong alignment on WrapBoxSlot_SetPadding"); \ +static_assert(sizeof(WrapBoxSlot_SetPadding) == 0x000010, "Wrong size on WrapBoxSlot_SetPadding"); \ +static_assert(offsetof(WrapBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'WrapBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WrapBoxSlot_SetVerticalAlignment \ +static_assert(alignof(WrapBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WrapBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(WrapBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WrapBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(WrapBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WrapBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWrapBoxSlot \ +static_assert(alignof(UWrapBoxSlot) == 0x000008, "Wrong alignment on UWrapBoxSlot"); \ +static_assert(sizeof(UWrapBoxSlot) == 0x000058, "Wrong size on UWrapBoxSlot"); \ +static_assert(offsetof(UWrapBoxSlot, Padding) == 0x000038, "Member 'UWrapBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, FillSpanWhenLessThan) == 0x000048, "Member 'UWrapBoxSlot::FillSpanWhenLessThan' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, HorizontalAlignment) == 0x00004C, "Member 'UWrapBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, VerticalAlignment) == 0x00004D, "Member 'UWrapBoxSlot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, bFillEmptySpace) == 0x00004E, "Member 'UWrapBoxSlot::bFillEmptySpace' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, bForceNewLine) == 0x00004F, "Member 'UWrapBoxSlot::bForceNewLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragDropOperation_DragCancelled \ +static_assert(alignof(DragDropOperation_DragCancelled) == 0x000008, "Wrong alignment on DragDropOperation_DragCancelled"); \ +static_assert(sizeof(DragDropOperation_DragCancelled) == 0x000080, "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) == 0x000080, "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) == 0x000080, "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_UUIComponentContainer \ +static_assert(alignof(UUIComponentContainer) == 0x000008, "Wrong alignment on UUIComponentContainer"); \ +static_assert(sizeof(UUIComponentContainer) == 0x000038, "Wrong size on UUIComponentContainer"); \ +static_assert(offsetof(UUIComponentContainer, Components) == 0x000028, "Member 'UUIComponentContainer::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationUIComponent \ +static_assert(alignof(UNavigationUIComponent) == 0x000008, "Wrong alignment on UNavigationUIComponent"); \ +static_assert(sizeof(UNavigationUIComponent) == 0x000098, "Wrong size on UNavigationUIComponent"); \ +static_assert(offsetof(UNavigationUIComponent, OnNavigationEntered) == 0x000058, "Member 'UNavigationUIComponent::OnNavigationEntered' has a wrong offset!"); \ +static_assert(offsetof(UNavigationUIComponent, OnNavigationExited) == 0x000060, "Member 'UNavigationUIComponent::OnNavigationExited' has a wrong offset!"); \ +static_assert(offsetof(UNavigationUIComponent, OnNavigationEnteredDelegate) == 0x000068, "Member 'UNavigationUIComponent::OnNavigationEnteredDelegate' has a wrong offset!"); \ +static_assert(offsetof(UNavigationUIComponent, OnNavigationExitedDelegate) == 0x000078, "Member 'UNavigationUIComponent::OnNavigationExitedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIComponentUserWidgetExtension \ +static_assert(alignof(UUIComponentUserWidgetExtension) == 0x000008, "Wrong alignment on UUIComponentUserWidgetExtension"); \ +static_assert(sizeof(UUIComponentUserWidgetExtension) == 0x000038, "Wrong size on UUIComponentUserWidgetExtension"); \ +static_assert(offsetof(UUIComponentUserWidgetExtension, ComponentContainer) == 0x000028, "Member 'UUIComponentUserWidgetExtension::ComponentContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIComponentWidgetBlueprintGeneratedClassExtension \ +static_assert(alignof(UUIComponentWidgetBlueprintGeneratedClassExtension) == 0x000008, "Wrong alignment on UUIComponentWidgetBlueprintGeneratedClassExtension"); \ +static_assert(sizeof(UUIComponentWidgetBlueprintGeneratedClassExtension) == 0x000030, "Wrong size on UUIComponentWidgetBlueprintGeneratedClassExtension"); \ +static_assert(offsetof(UUIComponentWidgetBlueprintGeneratedClassExtension, ComponentContainer) == 0x000028, "Member 'UUIComponentWidgetBlueprintGeneratedClassExtension::ComponentContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_AbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_AbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000058, "Wrong size on SlateBlueprintLibrary_AbsoluteToLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, AbsoluteCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::AbsoluteCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, ReturnValue) == 0x000048, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_AbsoluteToViewport \ +static_assert(alignof(SlateBlueprintLibrary_AbsoluteToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_AbsoluteToViewport"); \ +static_assert(sizeof(SlateBlueprintLibrary_AbsoluteToViewport) == 0x000038, "Wrong size on SlateBlueprintLibrary_AbsoluteToViewport"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, AbsoluteDesktopCoordinate) == 0x000008, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::AbsoluteDesktopCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, PixelPosition) == 0x000018, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::PixelPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, ViewportPosition) == 0x000028, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::ViewportPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_EqualEqual_SlateBrush \ +static_assert(alignof(SlateBlueprintLibrary_EqualEqual_SlateBrush) == 0x000010, "Wrong alignment on SlateBlueprintLibrary_EqualEqual_SlateBrush"); \ +static_assert(sizeof(SlateBlueprintLibrary_EqualEqual_SlateBrush) == 0x000170, "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) == 0x0000B0, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::B' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_EqualEqual_SlateBrush, ReturnValue) == 0x000160, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetAbsoluteSize \ +static_assert(alignof(SlateBlueprintLibrary_GetAbsoluteSize) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_GetAbsoluteSize"); \ +static_assert(sizeof(SlateBlueprintLibrary_GetAbsoluteSize) == 0x000048, "Wrong size on SlateBlueprintLibrary_GetAbsoluteSize"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetAbsoluteSize, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetAbsoluteSize::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetAbsoluteSize, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetAbsoluteSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetLocalSize \ +static_assert(alignof(SlateBlueprintLibrary_GetLocalSize) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_GetLocalSize"); \ +static_assert(sizeof(SlateBlueprintLibrary_GetLocalSize) == 0x000048, "Wrong size on SlateBlueprintLibrary_GetLocalSize"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetLocalSize, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetLocalSize::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetLocalSize, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetLocalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetLocalTopLeft \ +static_assert(alignof(SlateBlueprintLibrary_GetLocalTopLeft) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_GetLocalTopLeft"); \ +static_assert(sizeof(SlateBlueprintLibrary_GetLocalTopLeft) == 0x000048, "Wrong size on SlateBlueprintLibrary_GetLocalTopLeft"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetLocalTopLeft, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetLocalTopLeft::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_GetLocalTopLeft, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetLocalTopLeft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_IsUnderLocation \ +static_assert(alignof(SlateBlueprintLibrary_IsUnderLocation) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_IsUnderLocation"); \ +static_assert(sizeof(SlateBlueprintLibrary_IsUnderLocation) == 0x000050, "Wrong size on SlateBlueprintLibrary_IsUnderLocation"); \ +static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_IsUnderLocation::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, AbsoluteCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_IsUnderLocation::AbsoluteCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, ReturnValue) == 0x000048, "Member 'SlateBlueprintLibrary_IsUnderLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_LocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_LocalToAbsolute) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_LocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_LocalToAbsolute) == 0x000058, "Wrong size on SlateBlueprintLibrary_LocalToAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_LocalToAbsolute::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, LocalCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_LocalToAbsolute::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, ReturnValue) == 0x000048, "Member 'SlateBlueprintLibrary_LocalToAbsolute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_LocalToViewport \ +static_assert(alignof(SlateBlueprintLibrary_LocalToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_LocalToViewport"); \ +static_assert(sizeof(SlateBlueprintLibrary_LocalToViewport) == 0x000070, "Wrong size on SlateBlueprintLibrary_LocalToViewport"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_LocalToViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, Geometry) == 0x000008, "Member 'SlateBlueprintLibrary_LocalToViewport::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, LocalCoordinate) == 0x000040, "Member 'SlateBlueprintLibrary_LocalToViewport::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, PixelPosition) == 0x000050, "Member 'SlateBlueprintLibrary_LocalToViewport::PixelPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, ViewportPosition) == 0x000060, "Member 'SlateBlueprintLibrary_LocalToViewport::ViewportPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_Scalar_AbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_Scalar_AbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_Scalar_AbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_Scalar_AbsoluteToLocal) == 0x000040, "Wrong size on SlateBlueprintLibrary_Scalar_AbsoluteToLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_Scalar_AbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_Scalar_AbsoluteToLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_Scalar_AbsoluteToLocal, AbsoluteScalar) == 0x000038, "Member 'SlateBlueprintLibrary_Scalar_AbsoluteToLocal::AbsoluteScalar' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_Scalar_AbsoluteToLocal, ReturnValue) == 0x00003C, "Member 'SlateBlueprintLibrary_Scalar_AbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_Scalar_LocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_Scalar_LocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_Scalar_LocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_Scalar_LocalToAbsolute) == 0x000040, "Wrong size on SlateBlueprintLibrary_Scalar_LocalToAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_Scalar_LocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_Scalar_LocalToAbsolute::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_Scalar_LocalToAbsolute, LocalScalar) == 0x000038, "Member 'SlateBlueprintLibrary_Scalar_LocalToAbsolute::LocalScalar' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_Scalar_LocalToAbsolute, ReturnValue) == 0x00003C, "Member 'SlateBlueprintLibrary_Scalar_LocalToAbsolute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToViewport \ +static_assert(alignof(SlateBlueprintLibrary_ScreenToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToViewport"); \ +static_assert(sizeof(SlateBlueprintLibrary_ScreenToViewport) == 0x000028, "Wrong size on SlateBlueprintLibrary_ScreenToViewport"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, ScreenPosition) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToViewport::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, ViewportPosition) == 0x000018, "Member 'SlateBlueprintLibrary_ScreenToViewport::ViewportPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToWidgetAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_ScreenToWidgetAbsolute) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToWidgetAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_ScreenToWidgetAbsolute) == 0x000030, "Wrong size on SlateBlueprintLibrary_ScreenToWidgetAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, ScreenPosition) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, AbsoluteCoordinate) == 0x000018, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::AbsoluteCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, bIncludeWindowPosition) == 0x000028, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::bIncludeWindowPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToWidgetLocal \ +static_assert(alignof(SlateBlueprintLibrary_ScreenToWidgetLocal) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToWidgetLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_ScreenToWidgetLocal) == 0x000068, "Wrong size on SlateBlueprintLibrary_ScreenToWidgetLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, Geometry) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, ScreenPosition) == 0x000040, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, LocalCoordinate) == 0x000050, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, bIncludeWindowPosition) == 0x000060, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::bIncludeWindowPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformScalarAbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformScalarAbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal) == 0x000040, "Wrong size on SlateBlueprintLibrary_TransformScalarAbsoluteToLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, AbsoluteScalar) == 0x000038, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::AbsoluteScalar' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, ReturnValue) == 0x00003C, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformScalarLocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformScalarLocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute) == 0x000040, "Wrong size on SlateBlueprintLibrary_TransformScalarLocalToAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, LocalScalar) == 0x000038, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::LocalScalar' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, ReturnValue) == 0x00003C, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformVectorAbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_TransformVectorAbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal) == 0x000058, "Wrong size on SlateBlueprintLibrary_TransformVectorAbsoluteToLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, AbsoluteVector) == 0x000038, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::AbsoluteVector' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, ReturnValue) == 0x000048, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformVectorLocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_TransformVectorLocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute) == 0x000058, "Wrong size on SlateBlueprintLibrary_TransformVectorLocalToAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, LocalVector) == 0x000038, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::LocalVector' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, ReturnValue) == 0x000048, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_Vector_AbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_Vector_AbsoluteToLocal) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_Vector_AbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_Vector_AbsoluteToLocal) == 0x000058, "Wrong size on SlateBlueprintLibrary_Vector_AbsoluteToLocal"); \ +static_assert(offsetof(SlateBlueprintLibrary_Vector_AbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_Vector_AbsoluteToLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_Vector_AbsoluteToLocal, AbsoluteVector) == 0x000038, "Member 'SlateBlueprintLibrary_Vector_AbsoluteToLocal::AbsoluteVector' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_Vector_AbsoluteToLocal, ReturnValue) == 0x000048, "Member 'SlateBlueprintLibrary_Vector_AbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_Vector_LocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_Vector_LocalToAbsolute) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_Vector_LocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_Vector_LocalToAbsolute) == 0x000058, "Wrong size on SlateBlueprintLibrary_Vector_LocalToAbsolute"); \ +static_assert(offsetof(SlateBlueprintLibrary_Vector_LocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_Vector_LocalToAbsolute::Geometry' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_Vector_LocalToAbsolute, LocalVector) == 0x000038, "Member 'SlateBlueprintLibrary_Vector_LocalToAbsolute::LocalVector' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_Vector_LocalToAbsolute, ReturnValue) == 0x000048, "Member 'SlateBlueprintLibrary_Vector_LocalToAbsolute::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_UserWidgetFunctionLibrary_Conv_UMGSequencePlayer \ +static_assert(alignof(UserWidgetFunctionLibrary_Conv_UMGSequencePlayer) == 0x000008, "Wrong alignment on UserWidgetFunctionLibrary_Conv_UMGSequencePlayer"); \ +static_assert(sizeof(UserWidgetFunctionLibrary_Conv_UMGSequencePlayer) == 0x000018, "Wrong size on UserWidgetFunctionLibrary_Conv_UMGSequencePlayer"); \ +static_assert(offsetof(UserWidgetFunctionLibrary_Conv_UMGSequencePlayer, WidgetAnimationHandle) == 0x000000, "Member 'UserWidgetFunctionLibrary_Conv_UMGSequencePlayer::WidgetAnimationHandle' has a wrong offset!"); \ +static_assert(offsetof(UserWidgetFunctionLibrary_Conv_UMGSequencePlayer, ReturnValue) == 0x000010, "Member 'UserWidgetFunctionLibrary_Conv_UMGSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidgetFunctionLibrary_GetOuterUserWidget \ +static_assert(alignof(UserWidgetFunctionLibrary_GetOuterUserWidget) == 0x000008, "Wrong alignment on UserWidgetFunctionLibrary_GetOuterUserWidget"); \ +static_assert(sizeof(UserWidgetFunctionLibrary_GetOuterUserWidget) == 0x000010, "Wrong size on UserWidgetFunctionLibrary_GetOuterUserWidget"); \ +static_assert(offsetof(UserWidgetFunctionLibrary_GetOuterUserWidget, Widget) == 0x000000, "Member 'UserWidgetFunctionLibrary_GetOuterUserWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(UserWidgetFunctionLibrary_GetOuterUserWidget, ReturnValue) == 0x000008, "Member 'UserWidgetFunctionLibrary_GetOuterUserWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUserWidgetFunctionLibrary \ +static_assert(alignof(UUserWidgetFunctionLibrary) == 0x000008, "Wrong alignment on UUserWidgetFunctionLibrary"); \ +static_assert(sizeof(UUserWidgetFunctionLibrary) == 0x000028, "Wrong size on UUserWidgetFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UWidgetBlueprintGeneratedClass \ +static_assert(alignof(UWidgetBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UWidgetBlueprintGeneratedClass"); \ +static_assert(sizeof(UWidgetBlueprintGeneratedClass) == 0x0003D8, "Wrong size on UWidgetBlueprintGeneratedClass"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, WidgetTree) == 0x000368, "Member 'UWidgetBlueprintGeneratedClass::WidgetTree' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, Extensions) == 0x000370, "Member 'UWidgetBlueprintGeneratedClass::Extensions' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, Bindings) == 0x000388, "Member 'UWidgetBlueprintGeneratedClass::Bindings' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, Animations) == 0x000398, "Member 'UWidgetBlueprintGeneratedClass::Animations' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, NamedSlots) == 0x0003A8, "Member 'UWidgetBlueprintGeneratedClass::NamedSlots' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, AvailableNamedSlots) == 0x0003B8, "Member 'UWidgetBlueprintGeneratedClass::AvailableNamedSlots' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, InstanceNamedSlots) == 0x0003C8, "Member 'UWidgetBlueprintGeneratedClass::InstanceNamedSlots' 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) == 0x000158, "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) == 0x000080, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::WidgetDetectingDrag' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, DragKey) == 0x000088, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::DragKey' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, ReturnValue) == 0x0000A0, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawBox \ +static_assert(alignof(WidgetBlueprintLibrary_DrawBox) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawBox"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DrawBox) == 0x000068, "Wrong size on WidgetBlueprintLibrary_DrawBox"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawBox::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, position) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawBox::position' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Size) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawBox::Size' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Brush) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawBox::Brush' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Tint) == 0x000058, "Member 'WidgetBlueprintLibrary_DrawBox::Tint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawLine \ +static_assert(alignof(WidgetBlueprintLibrary_DrawLine) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawLine"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DrawLine) == 0x000068, "Wrong size on WidgetBlueprintLibrary_DrawLine"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawLine::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, PositionA) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawLine::PositionA' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, PositionB) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawLine::PositionB' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Tint) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawLine::Tint' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, bAntiAlias) == 0x000060, "Member 'WidgetBlueprintLibrary_DrawLine::bAntiAlias' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Thickness) == 0x000064, "Member 'WidgetBlueprintLibrary_DrawLine::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawLines \ +static_assert(alignof(WidgetBlueprintLibrary_DrawLines) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawLines"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DrawLines) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawLines"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawLines::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Points) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawLines::Points' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Tint) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawLines::Tint' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, bAntiAlias) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawLines::bAntiAlias' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Thickness) == 0x000054, "Member 'WidgetBlueprintLibrary_DrawLines::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawSpline \ +static_assert(alignof(WidgetBlueprintLibrary_DrawSpline) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawSpline"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DrawSpline) == 0x000088, "Wrong size on WidgetBlueprintLibrary_DrawSpline"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawSpline::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, Start) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawSpline::Start' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, StartDir) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawSpline::StartDir' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, End) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawSpline::End' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, EndDir) == 0x000060, "Member 'WidgetBlueprintLibrary_DrawSpline::EndDir' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, Tint) == 0x000070, "Member 'WidgetBlueprintLibrary_DrawSpline::Tint' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawSpline, Thickness) == 0x000080, "Member 'WidgetBlueprintLibrary_DrawSpline::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawText \ +static_assert(alignof(WidgetBlueprintLibrary_DrawText) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawText"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DrawText) == 0x000060, "Wrong size on WidgetBlueprintLibrary_DrawText"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawText, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawText::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawText, InString) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawText::InString' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawText, position) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawText::position' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawText, Tint) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawText::Tint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawTextFormatted \ +static_assert(alignof(WidgetBlueprintLibrary_DrawTextFormatted) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawTextFormatted"); \ +static_assert(sizeof(WidgetBlueprintLibrary_DrawTextFormatted) == 0x000078, "Wrong size on WidgetBlueprintLibrary_DrawTextFormatted"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Text) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Text' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, position) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::position' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Font) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Font' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, FontSize) == 0x000058, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::FontSize' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, FontTypeFace) == 0x00005C, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::FontTypeFace' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Tint) == 0x000064, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Tint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_EndDragDrop \ +static_assert(alignof(WidgetBlueprintLibrary_EndDragDrop) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_EndDragDrop"); \ +static_assert(sizeof(WidgetBlueprintLibrary_EndDragDrop) == 0x000170, "Wrong size on WidgetBlueprintLibrary_EndDragDrop"); \ +static_assert(offsetof(WidgetBlueprintLibrary_EndDragDrop, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_EndDragDrop::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_EndDragDrop, ReturnValue) == 0x0000B8, "Member 'WidgetBlueprintLibrary_EndDragDrop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetAllWidgetsOfClass \ +static_assert(alignof(WidgetBlueprintLibrary_GetAllWidgetsOfClass) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetAllWidgetsOfClass"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetAllWidgetsOfClass) == 0x000028, "Wrong size on WidgetBlueprintLibrary_GetAllWidgetsOfClass"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsOfClass, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_GetAllWidgetsOfClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsOfClass, FoundWidgets) == 0x000008, "Member 'WidgetBlueprintLibrary_GetAllWidgetsOfClass::FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsOfClass, WidgetClass) == 0x000018, "Member 'WidgetBlueprintLibrary_GetAllWidgetsOfClass::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsOfClass, TopLevelOnly) == 0x000020, "Member 'WidgetBlueprintLibrary_GetAllWidgetsOfClass::TopLevelOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetAllWidgetsWithInterface \ +static_assert(alignof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetAllWidgetsWithInterface"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface) == 0x000028, "Wrong size on WidgetBlueprintLibrary_GetAllWidgetsWithInterface"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_GetAllWidgetsWithInterface::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface, FoundWidgets) == 0x000008, "Member 'WidgetBlueprintLibrary_GetAllWidgetsWithInterface::FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface, Interface) == 0x000018, "Member 'WidgetBlueprintLibrary_GetAllWidgetsWithInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface, TopLevelOnly) == 0x000020, "Member 'WidgetBlueprintLibrary_GetAllWidgetsWithInterface::TopLevelOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetBrushResource \ +static_assert(alignof(WidgetBlueprintLibrary_GetBrushResource) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResource"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResource) == 0x0000C0, "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) == 0x0000B0, "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) == 0x0000C0, "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) == 0x0000B0, "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) == 0x0000C0, "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) == 0x0000B0, "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) == 0x0000C0, "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) == 0x0000B0, "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) == 0x000058, "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) == 0x000030, "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) == 0x000070, "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) == 0x000048, "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) == 0x000058, "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) == 0x000030, "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) == 0x000080, "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) == 0x000098, "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) == 0x000050, "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) == 0x0000C0, "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) == 0x0000C0, "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) == 0x0000C0, "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) == 0x0000B0, "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) == 0x0000C0, "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) == 0x0000B0, "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) == 0x0000C0, "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) == 0x0000B0, "Member 'WidgetBlueprintLibrary_SetBrushResourceToTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetColorVisionDeficiencyType \ +static_assert(alignof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType) == 0x000004, "Wrong alignment on WidgetBlueprintLibrary_SetColorVisionDeficiencyType"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType) == 0x00000C, "Wrong size on WidgetBlueprintLibrary_SetColorVisionDeficiencyType"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType, Type) == 0x000000, "Member 'WidgetBlueprintLibrary_SetColorVisionDeficiencyType::Type' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType, Severity) == 0x000004, "Member 'WidgetBlueprintLibrary_SetColorVisionDeficiencyType::Severity' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType, CorrectDeficiency) == 0x000008, "Member 'WidgetBlueprintLibrary_SetColorVisionDeficiencyType::CorrectDeficiency' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType, ShowCorrectionWithDeficiency) == 0x000009, "Member 'WidgetBlueprintLibrary_SetColorVisionDeficiencyType::ShowCorrectionWithDeficiency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetHardwareCursor \ +static_assert(alignof(WidgetBlueprintLibrary_SetHardwareCursor) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetHardwareCursor"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetHardwareCursor) == 0x000030, "Wrong size on WidgetBlueprintLibrary_SetHardwareCursor"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, CursorShape) == 0x000008, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::CursorShape' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, CursorName) == 0x00000C, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::CursorName' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, HotSpot) == 0x000018, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::HotSpot' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, ReturnValue) == 0x000028, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_GameAndUIEx \ +static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_GameAndUIEx"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameAndUIEx"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::InWidgetToFocus' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, InMouseLockMode) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::InMouseLockMode' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, bHideCursorDuringCapture) == 0x000011, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::bHideCursorDuringCapture' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, bFlushInput) == 0x000012, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::bFlushInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_GameOnly \ +static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_GameOnly) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_GameOnly"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_GameOnly) == 0x000010, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameOnly"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameOnly, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameOnly::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameOnly, bFlushInput) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_GameOnly::bFlushInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_UIOnlyEx \ +static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_UIOnlyEx"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_UIOnlyEx"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::InWidgetToFocus' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, InMouseLockMode) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::InMouseLockMode' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, bFlushInput) == 0x000011, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::bFlushInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetMousePosition \ +static_assert(alignof(WidgetBlueprintLibrary_SetMousePosition) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetMousePosition"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetMousePosition) == 0x000180, "Wrong size on WidgetBlueprintLibrary_SetMousePosition"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetMousePosition, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_SetMousePosition::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetMousePosition, NewMousePosition) == 0x0000B8, "Member 'WidgetBlueprintLibrary_SetMousePosition::NewMousePosition' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetMousePosition, ReturnValue) == 0x0000C8, "Member 'WidgetBlueprintLibrary_SetMousePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetUserFocus \ +static_assert(alignof(WidgetBlueprintLibrary_SetUserFocus) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetUserFocus"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetUserFocus) == 0x000180, "Wrong size on WidgetBlueprintLibrary_SetUserFocus"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_SetUserFocus::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, FocusWidget) == 0x0000B8, "Member 'WidgetBlueprintLibrary_SetUserFocus::FocusWidget' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, bInAllUsers) == 0x0000C0, "Member 'WidgetBlueprintLibrary_SetUserFocus::bInAllUsers' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, ReturnValue) == 0x0000C8, "Member 'WidgetBlueprintLibrary_SetUserFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive \ +static_assert(alignof(WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive) == 0x000001, "Wrong alignment on WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive) == 0x000001, "Wrong size on WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive, bActive) == 0x000000, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate \ +static_assert(alignof(WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate) == 0x000004, "Wrong alignment on WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate) == 0x000010, "Wrong size on WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate, Delegate) == 0x000000, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetWindowTitleBarState \ +static_assert(alignof(WidgetBlueprintLibrary_SetWindowTitleBarState) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetWindowTitleBarState"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetWindowTitleBarState) == 0x000010, "Wrong size on WidgetBlueprintLibrary_SetWindowTitleBarState"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, TitleBarContent) == 0x000000, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::TitleBarContent' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, Mode) == 0x000008, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::Mode' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, bTitleBarDragEnabled) == 0x000009, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::bTitleBarDragEnabled' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, bWindowButtonsVisible) == 0x00000A, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::bWindowButtonsVisible' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, bTitleBarVisible) == 0x00000B, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::bTitleBarVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_Unhandled \ +static_assert(alignof(WidgetBlueprintLibrary_Unhandled) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_Unhandled"); \ +static_assert(sizeof(WidgetBlueprintLibrary_Unhandled) == 0x0000B8, "Wrong size on WidgetBlueprintLibrary_Unhandled"); \ +static_assert(offsetof(WidgetBlueprintLibrary_Unhandled, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_Unhandled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_UnlockMouse \ +static_assert(alignof(WidgetBlueprintLibrary_UnlockMouse) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_UnlockMouse"); \ +static_assert(sizeof(WidgetBlueprintLibrary_UnlockMouse) == 0x000170, "Wrong size on WidgetBlueprintLibrary_UnlockMouse"); \ +static_assert(offsetof(WidgetBlueprintLibrary_UnlockMouse, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_UnlockMouse::Reply' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_UnlockMouse, ReturnValue) == 0x0000B8, "Member 'WidgetBlueprintLibrary_UnlockMouse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetBlueprintLibrary \ +static_assert(alignof(UWidgetBlueprintLibrary) == 0x000008, "Wrong alignment on UWidgetBlueprintLibrary"); \ +static_assert(sizeof(UWidgetBlueprintLibrary) == 0x000028, "Wrong size on UWidgetBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionOnPlatform \ +static_assert(alignof(WidgetLayoutLibrary_GetMousePositionOnPlatform) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionOnPlatform"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionOnPlatform) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetMousePositionOnPlatform"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnPlatform, ReturnValue) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionOnPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionOnViewport \ +static_assert(alignof(WidgetLayoutLibrary_GetMousePositionOnViewport) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionOnViewport"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionOnViewport) == 0x000018, "Wrong size on WidgetLayoutLibrary_GetMousePositionOnViewport"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnViewport, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionOnViewport::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnViewport, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetMousePositionOnViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionScaledByDPI \ +static_assert(alignof(WidgetLayoutLibrary_GetMousePositionScaledByDPI) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionScaledByDPI"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionScaledByDPI) == 0x000018, "Wrong size on WidgetLayoutLibrary_GetMousePositionScaledByDPI"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, Player) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::Player' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, LocationX) == 0x000008, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::LocationX' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, LocationY) == 0x00000C, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::LocationY' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, ReturnValue) == 0x000010, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry \ +static_assert(alignof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry) == 0x000040, "Wrong size on WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry, PlayerController) == 0x000000, "Member 'WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportScale \ +static_assert(alignof(WidgetLayoutLibrary_GetViewportScale) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportScale"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetViewportScale) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetViewportScale"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportScale, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportScale, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportSize \ +static_assert(alignof(WidgetLayoutLibrary_GetViewportSize) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportSize"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetViewportSize) == 0x000018, "Wrong size on WidgetLayoutLibrary_GetViewportSize"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportSize, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportSize, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportWidgetGeometry \ +static_assert(alignof(WidgetLayoutLibrary_GetViewportWidgetGeometry) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportWidgetGeometry"); \ +static_assert(sizeof(WidgetLayoutLibrary_GetViewportWidgetGeometry) == 0x000040, "Wrong size on WidgetLayoutLibrary_GetViewportWidgetGeometry"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportWidgetGeometry, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportWidgetGeometry::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_GetViewportWidgetGeometry, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportWidgetGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition \ +static_assert(alignof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition"); \ +static_assert(sizeof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition) == 0x000038, "Wrong size on WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, PlayerController) == 0x000000, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, WorldLocation) == 0x000008, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, ScreenPosition) == 0x000020, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, bPlayerViewportRelative) == 0x000030, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::bPlayerViewportRelative' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, ReturnValue) == 0x000031, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_RemoveAllWidgets \ +static_assert(alignof(WidgetLayoutLibrary_RemoveAllWidgets) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_RemoveAllWidgets"); \ +static_assert(sizeof(WidgetLayoutLibrary_RemoveAllWidgets) == 0x000008, "Wrong size on WidgetLayoutLibrary_RemoveAllWidgets"); \ +static_assert(offsetof(WidgetLayoutLibrary_RemoveAllWidgets, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_RemoveAllWidgets::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsBorderSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsBorderSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsBorderSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsBorderSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsBorderSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsBorderSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsBorderSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsBorderSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsBorderSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsCanvasSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsCanvasSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsCanvasSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsCanvasSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsCanvasSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsCanvasSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsCanvasSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsCanvasSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsCanvasSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsGridSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsGridSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsGridSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsGridSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsGridSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsGridSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsGridSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsGridSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsGridSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsHorizontalBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsHorizontalBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsHorizontalBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsHorizontalBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsHorizontalBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsOverlaySlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsOverlaySlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsOverlaySlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsOverlaySlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsOverlaySlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsOverlaySlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsOverlaySlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsOverlaySlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsOverlaySlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsSafeBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsSafeBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsSafeBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsSafeBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsSafeBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsSafeBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsSafeBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsSafeBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsSafeBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsScaleBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsScaleBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsScaleBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsScaleBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsScaleBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsScaleBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsScaleBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsScaleBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsScaleBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsScrollBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsScrollBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsScrollBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsScrollBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsScrollBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsScrollBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsScrollBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsScrollBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsScrollBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsSizeBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsSizeBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsSizeBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsSizeBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsSizeBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsSizeBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsSizeBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsSizeBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsSizeBoxSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsStackBoxSlot \ +static_assert(alignof(WidgetLayoutLibrary_SlotAsStackBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsStackBoxSlot"); \ +static_assert(sizeof(WidgetLayoutLibrary_SlotAsStackBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsStackBoxSlot"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsStackBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsStackBoxSlot::Widget' has a wrong offset!"); \ +static_assert(offsetof(WidgetLayoutLibrary_SlotAsStackBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsStackBoxSlot::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_UWidgetTree \ +static_assert(alignof(UWidgetTree) == 0x000008, "Wrong alignment on UWidgetTree"); \ +static_assert(sizeof(UWidgetTree) == 0x000088, "Wrong size on UWidgetTree"); \ +static_assert(offsetof(UWidgetTree, RootWidget) == 0x000030, "Member 'UWidgetTree::RootWidget' has a wrong offset!"); \ +static_assert(offsetof(UWidgetTree, NamedSlotBindings) == 0x000038, "Member 'UWidgetTree::NamedSlotBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotify_BreakVehicleWindow_C_Received_Notify \ +static_assert(alignof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify) == 0x000010, "Wrong alignment on BP_AnimNotify_BreakVehicleWindow_C_Received_Notify"); \ +static_assert(sizeof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify) == 0x000220, "Wrong size on BP_AnimNotify_BreakVehicleWindow_C_Received_Notify"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, Animation) == 0x000008, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, EventReference) == 0x000010, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, ReturnValue) == 0x000060, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000068, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000070, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, CallFunc_GetFocusInteractionPointHandle_ReturnValue) == 0x000078, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::CallFunc_GetFocusInteractionPointHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, K2Node_DynamicCast_AsCJCharacter) == 0x000080, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, CallFunc_GetInteractablePointTransform_ReturnValue) == 0x000090, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::CallFunc_GetInteractablePointTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, CallFunc_GetFocusObject_ReturnValue) == 0x0000F0, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::CallFunc_GetFocusObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, CallFunc_GetTransform_ReturnValue) == 0x000100, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, K2Node_DynamicCast_AsCJVehicle) == 0x000160, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::K2Node_DynamicCast_AsCJVehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000168, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, CallFunc_MakeRelativeTransform_ReturnValue) == 0x000170, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::CallFunc_MakeRelativeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, CallFunc_BreakTransform_Location) == 0x0001D0, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, CallFunc_BreakTransform_Rotation) == 0x0001E8, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BreakVehicleWindow_C_Received_Notify, CallFunc_BreakTransform_Scale) == 0x000200, "Member 'BP_AnimNotify_BreakVehicleWindow_C_Received_Notify::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotify_BreakVehicleWindow_C \ +static_assert(alignof(UBP_AnimNotify_BreakVehicleWindow_C) == 0x000008, "Wrong alignment on UBP_AnimNotify_BreakVehicleWindow_C"); \ +static_assert(sizeof(UBP_AnimNotify_BreakVehicleWindow_C) == 0x000038, "Wrong size on UBP_AnimNotify_BreakVehicleWindow_C"); \ + +#define DUMPER7_ASSERTS_FCameraLookatTrackingSettings \ +static_assert(alignof(FCameraLookatTrackingSettings) == 0x000008, "Wrong alignment on FCameraLookatTrackingSettings"); \ +static_assert(sizeof(FCameraLookatTrackingSettings) == 0x000070, "Wrong size on FCameraLookatTrackingSettings"); \ +static_assert(offsetof(FCameraLookatTrackingSettings, LookAtTrackingInterpSpeed) == 0x000004, "Member 'FCameraLookatTrackingSettings::LookAtTrackingInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraLookatTrackingSettings, ActorToTrack) == 0x000028, "Member 'FCameraLookatTrackingSettings::ActorToTrack' has a wrong offset!"); \ +static_assert(offsetof(FCameraLookatTrackingSettings, RelativeOffset) == 0x000050, "Member 'FCameraLookatTrackingSettings::RelativeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraFilmbackSettings \ +static_assert(alignof(FCameraFilmbackSettings) == 0x000004, "Wrong alignment on FCameraFilmbackSettings"); \ +static_assert(sizeof(FCameraFilmbackSettings) == 0x000014, "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, SensorHorizontalOffset) == 0x000008, "Member 'FCameraFilmbackSettings::SensorHorizontalOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraFilmbackSettings, SensorVerticalOffset) == 0x00000C, "Member 'FCameraFilmbackSettings::SensorVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraFilmbackSettings, SensorAspectRatio) == 0x000010, "Member 'FCameraFilmbackSettings::SensorAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedFilmbackPreset \ +static_assert(alignof(FNamedFilmbackPreset) == 0x000008, "Wrong alignment on FNamedFilmbackPreset"); \ +static_assert(sizeof(FNamedFilmbackPreset) == 0x000038, "Wrong size on FNamedFilmbackPreset"); \ +static_assert(offsetof(FNamedFilmbackPreset, Name) == 0x000000, "Member 'FNamedFilmbackPreset::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedFilmbackPreset, DisplayName) == 0x000010, "Member 'FNamedFilmbackPreset::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FNamedFilmbackPreset, FilmbackSettings) == 0x000020, "Member 'FNamedFilmbackPreset::FilmbackSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraLensSettings \ +static_assert(alignof(FCameraLensSettings) == 0x000004, "Wrong alignment on FCameraLensSettings"); \ +static_assert(sizeof(FCameraLensSettings) == 0x00001C, "Wrong size on FCameraLensSettings"); \ +static_assert(offsetof(FCameraLensSettings, MinFocalLength) == 0x000000, "Member 'FCameraLensSettings::MinFocalLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, MaxFocalLength) == 0x000004, "Member 'FCameraLensSettings::MaxFocalLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, MinFStop) == 0x000008, "Member 'FCameraLensSettings::MinFStop' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, MaxFStop) == 0x00000C, "Member 'FCameraLensSettings::MaxFStop' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, MinimumFocusDistance) == 0x000010, "Member 'FCameraLensSettings::MinimumFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, SqueezeFactor) == 0x000014, "Member 'FCameraLensSettings::SqueezeFactor' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, DiaphragmBladeCount) == 0x000018, "Member 'FCameraLensSettings::DiaphragmBladeCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedLensPreset \ +static_assert(alignof(FNamedLensPreset) == 0x000008, "Wrong alignment on FNamedLensPreset"); \ +static_assert(sizeof(FNamedLensPreset) == 0x000030, "Wrong size on FNamedLensPreset"); \ +static_assert(offsetof(FNamedLensPreset, Name) == 0x000000, "Member 'FNamedLensPreset::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedLensPreset, LensSettings) == 0x000010, "Member 'FNamedLensPreset::LensSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlateCropSettings \ +static_assert(alignof(FPlateCropSettings) == 0x000004, "Wrong alignment on FPlateCropSettings"); \ +static_assert(sizeof(FPlateCropSettings) == 0x000004, "Wrong size on FPlateCropSettings"); \ +static_assert(offsetof(FPlateCropSettings, AspectRatio) == 0x000000, "Member 'FPlateCropSettings::AspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedPlateCropPreset \ +static_assert(alignof(FNamedPlateCropPreset) == 0x000008, "Wrong alignment on FNamedPlateCropPreset"); \ +static_assert(sizeof(FNamedPlateCropPreset) == 0x000018, "Wrong size on FNamedPlateCropPreset"); \ +static_assert(offsetof(FNamedPlateCropPreset, Name) == 0x000000, "Member 'FNamedPlateCropPreset::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedPlateCropPreset, CropSettings) == 0x000010, "Member 'FNamedPlateCropPreset::CropSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraTrackingFocusSettings \ +static_assert(alignof(FCameraTrackingFocusSettings) == 0x000008, "Wrong alignment on FCameraTrackingFocusSettings"); \ +static_assert(sizeof(FCameraTrackingFocusSettings) == 0x000048, "Wrong size on FCameraTrackingFocusSettings"); \ +static_assert(offsetof(FCameraTrackingFocusSettings, ActorToTrack) == 0x000000, "Member 'FCameraTrackingFocusSettings::ActorToTrack' has a wrong offset!"); \ +static_assert(offsetof(FCameraTrackingFocusSettings, RelativeOffset) == 0x000028, "Member 'FCameraTrackingFocusSettings::RelativeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraFocusSettings \ +static_assert(alignof(FCameraFocusSettings) == 0x000008, "Wrong alignment on FCameraFocusSettings"); \ +static_assert(sizeof(FCameraFocusSettings) == 0x000060, "Wrong size on FCameraFocusSettings"); \ +static_assert(offsetof(FCameraFocusSettings, FocusMethod) == 0x000000, "Member 'FCameraFocusSettings::FocusMethod' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, ManualFocusDistance) == 0x000004, "Member 'FCameraFocusSettings::ManualFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, TrackingFocusSettings) == 0x000008, "Member 'FCameraFocusSettings::TrackingFocusSettings' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, FocusSmoothingInterpSpeed) == 0x000054, "Member 'FCameraFocusSettings::FocusSmoothingInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, FocusOffset) == 0x000058, "Member 'FCameraFocusSettings::FocusOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraRig_Crane \ +static_assert(alignof(ACameraRig_Crane) == 0x000008, "Wrong alignment on ACameraRig_Crane"); \ +static_assert(sizeof(ACameraRig_Crane) == 0x0002E0, "Wrong size on ACameraRig_Crane"); \ +static_assert(offsetof(ACameraRig_Crane, CranePitch) == 0x0002B0, "Member 'ACameraRig_Crane::CranePitch' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneYaw) == 0x0002B4, "Member 'ACameraRig_Crane::CraneYaw' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneArmLength) == 0x0002B8, "Member 'ACameraRig_Crane::CraneArmLength' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, bLockMountPitch) == 0x0002BC, "Member 'ACameraRig_Crane::bLockMountPitch' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, bLockMountYaw) == 0x0002BD, "Member 'ACameraRig_Crane::bLockMountYaw' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, TransformComponent) == 0x0002C0, "Member 'ACameraRig_Crane::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneYawControl) == 0x0002C8, "Member 'ACameraRig_Crane::CraneYawControl' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CranePitchControl) == 0x0002D0, "Member 'ACameraRig_Crane::CranePitchControl' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneCameraMount) == 0x0002D8, "Member 'ACameraRig_Crane::CraneCameraMount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraRig_Rail_GetRailSplineComponent \ +static_assert(alignof(CameraRig_Rail_GetRailSplineComponent) == 0x000008, "Wrong alignment on CameraRig_Rail_GetRailSplineComponent"); \ +static_assert(sizeof(CameraRig_Rail_GetRailSplineComponent) == 0x000008, "Wrong size on CameraRig_Rail_GetRailSplineComponent"); \ +static_assert(offsetof(CameraRig_Rail_GetRailSplineComponent, ReturnValue) == 0x000000, "Member 'CameraRig_Rail_GetRailSplineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraRig_Rail \ +static_assert(alignof(ACameraRig_Rail) == 0x000008, "Wrong alignment on ACameraRig_Rail"); \ +static_assert(sizeof(ACameraRig_Rail) == 0x0002D0, "Wrong size on ACameraRig_Rail"); \ +static_assert(offsetof(ACameraRig_Rail, CurrentPositionOnRail) == 0x0002B0, "Member 'ACameraRig_Rail::CurrentPositionOnRail' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, bLockOrientationToRail) == 0x0002B4, "Member 'ACameraRig_Rail::bLockOrientationToRail' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, TransformComponent) == 0x0002B8, "Member 'ACameraRig_Rail::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, RailSplineComponent) == 0x0002C0, "Member 'ACameraRig_Rail::RailSplineComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, RailCameraMount) == 0x0002C8, "Member 'ACameraRig_Rail::RailCameraMount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraActor_GetCineCameraComponent \ +static_assert(alignof(CineCameraActor_GetCineCameraComponent) == 0x000008, "Wrong alignment on CineCameraActor_GetCineCameraComponent"); \ +static_assert(sizeof(CineCameraActor_GetCineCameraComponent) == 0x000008, "Wrong size on CineCameraActor_GetCineCameraComponent"); \ +static_assert(offsetof(CineCameraActor_GetCineCameraComponent, ReturnValue) == 0x000000, "Member 'CineCameraActor_GetCineCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACineCameraActor \ +static_assert(alignof(ACineCameraActor) == 0x000010, "Wrong alignment on ACineCameraActor"); \ +static_assert(sizeof(ACineCameraActor) == 0x000AD0, "Wrong size on ACineCameraActor"); \ +static_assert(offsetof(ACineCameraActor, LookatTrackingSettings) == 0x000A50, "Member 'ACineCameraActor::LookatTrackingSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetFilmbackPresetsCopy \ +static_assert(alignof(CineCameraComponent_GetFilmbackPresetsCopy) == 0x000008, "Wrong alignment on CineCameraComponent_GetFilmbackPresetsCopy"); \ +static_assert(sizeof(CineCameraComponent_GetFilmbackPresetsCopy) == 0x000010, "Wrong size on CineCameraComponent_GetFilmbackPresetsCopy"); \ +static_assert(offsetof(CineCameraComponent_GetFilmbackPresetsCopy, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetFilmbackPresetsCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetLensPresetsCopy \ +static_assert(alignof(CineCameraComponent_GetLensPresetsCopy) == 0x000008, "Wrong alignment on CineCameraComponent_GetLensPresetsCopy"); \ +static_assert(sizeof(CineCameraComponent_GetLensPresetsCopy) == 0x000010, "Wrong size on CineCameraComponent_GetLensPresetsCopy"); \ +static_assert(offsetof(CineCameraComponent_GetLensPresetsCopy, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetLensPresetsCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetCropPresetByName \ +static_assert(alignof(CineCameraComponent_SetCropPresetByName) == 0x000008, "Wrong alignment on CineCameraComponent_SetCropPresetByName"); \ +static_assert(sizeof(CineCameraComponent_SetCropPresetByName) == 0x000010, "Wrong size on CineCameraComponent_SetCropPresetByName"); \ +static_assert(offsetof(CineCameraComponent_SetCropPresetByName, InPresetName) == 0x000000, "Member 'CineCameraComponent_SetCropPresetByName::InPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetCropSettings \ +static_assert(alignof(CineCameraComponent_SetCropSettings) == 0x000004, "Wrong alignment on CineCameraComponent_SetCropSettings"); \ +static_assert(sizeof(CineCameraComponent_SetCropSettings) == 0x000004, "Wrong size on CineCameraComponent_SetCropSettings"); \ +static_assert(offsetof(CineCameraComponent_SetCropSettings, NewCropSettings) == 0x000000, "Member 'CineCameraComponent_SetCropSettings::NewCropSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetCurrentAperture \ +static_assert(alignof(CineCameraComponent_SetCurrentAperture) == 0x000004, "Wrong alignment on CineCameraComponent_SetCurrentAperture"); \ +static_assert(sizeof(CineCameraComponent_SetCurrentAperture) == 0x000004, "Wrong size on CineCameraComponent_SetCurrentAperture"); \ +static_assert(offsetof(CineCameraComponent_SetCurrentAperture, NewCurrentAperture) == 0x000000, "Member 'CineCameraComponent_SetCurrentAperture::NewCurrentAperture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetCurrentFocalLength \ +static_assert(alignof(CineCameraComponent_SetCurrentFocalLength) == 0x000004, "Wrong alignment on CineCameraComponent_SetCurrentFocalLength"); \ +static_assert(sizeof(CineCameraComponent_SetCurrentFocalLength) == 0x000004, "Wrong size on CineCameraComponent_SetCurrentFocalLength"); \ +static_assert(offsetof(CineCameraComponent_SetCurrentFocalLength, InFocalLength) == 0x000000, "Member 'CineCameraComponent_SetCurrentFocalLength::InFocalLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetCustomNearClippingPlane \ +static_assert(alignof(CineCameraComponent_SetCustomNearClippingPlane) == 0x000004, "Wrong alignment on CineCameraComponent_SetCustomNearClippingPlane"); \ +static_assert(sizeof(CineCameraComponent_SetCustomNearClippingPlane) == 0x000004, "Wrong size on CineCameraComponent_SetCustomNearClippingPlane"); \ +static_assert(offsetof(CineCameraComponent_SetCustomNearClippingPlane, NewCustomNearClippingPlane) == 0x000000, "Member 'CineCameraComponent_SetCustomNearClippingPlane::NewCustomNearClippingPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetFilmback \ +static_assert(alignof(CineCameraComponent_SetFilmback) == 0x000004, "Wrong alignment on CineCameraComponent_SetFilmback"); \ +static_assert(sizeof(CineCameraComponent_SetFilmback) == 0x000014, "Wrong size on CineCameraComponent_SetFilmback"); \ +static_assert(offsetof(CineCameraComponent_SetFilmback, NewFilmback) == 0x000000, "Member 'CineCameraComponent_SetFilmback::NewFilmback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetFilmbackPresetByName \ +static_assert(alignof(CineCameraComponent_SetFilmbackPresetByName) == 0x000008, "Wrong alignment on CineCameraComponent_SetFilmbackPresetByName"); \ +static_assert(sizeof(CineCameraComponent_SetFilmbackPresetByName) == 0x000010, "Wrong size on CineCameraComponent_SetFilmbackPresetByName"); \ +static_assert(offsetof(CineCameraComponent_SetFilmbackPresetByName, InPresetName) == 0x000000, "Member 'CineCameraComponent_SetFilmbackPresetByName::InPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetFocusSettings \ +static_assert(alignof(CineCameraComponent_SetFocusSettings) == 0x000008, "Wrong alignment on CineCameraComponent_SetFocusSettings"); \ +static_assert(sizeof(CineCameraComponent_SetFocusSettings) == 0x000060, "Wrong size on CineCameraComponent_SetFocusSettings"); \ +static_assert(offsetof(CineCameraComponent_SetFocusSettings, NewFocusSettings) == 0x000000, "Member 'CineCameraComponent_SetFocusSettings::NewFocusSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetLensPresetByName \ +static_assert(alignof(CineCameraComponent_SetLensPresetByName) == 0x000008, "Wrong alignment on CineCameraComponent_SetLensPresetByName"); \ +static_assert(sizeof(CineCameraComponent_SetLensPresetByName) == 0x000010, "Wrong size on CineCameraComponent_SetLensPresetByName"); \ +static_assert(offsetof(CineCameraComponent_SetLensPresetByName, InPresetName) == 0x000000, "Member 'CineCameraComponent_SetLensPresetByName::InPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetLensSettings \ +static_assert(alignof(CineCameraComponent_SetLensSettings) == 0x000004, "Wrong alignment on CineCameraComponent_SetLensSettings"); \ +static_assert(sizeof(CineCameraComponent_SetLensSettings) == 0x00001C, "Wrong size on CineCameraComponent_SetLensSettings"); \ +static_assert(offsetof(CineCameraComponent_SetLensSettings, NewLensSettings) == 0x000000, "Member 'CineCameraComponent_SetLensSettings::NewLensSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetCropPresetName \ +static_assert(alignof(CineCameraComponent_GetCropPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetCropPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetCropPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetCropPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetCropPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetCropPresetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetDefaultFilmbackPresetName \ +static_assert(alignof(CineCameraComponent_GetDefaultFilmbackPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetDefaultFilmbackPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetDefaultFilmbackPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetDefaultFilmbackPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetDefaultFilmbackPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetDefaultFilmbackPresetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetFilmbackPresetName \ +static_assert(alignof(CineCameraComponent_GetFilmbackPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetFilmbackPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetFilmbackPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetFilmbackPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetFilmbackPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetFilmbackPresetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetHorizontalFieldOfView \ +static_assert(alignof(CineCameraComponent_GetHorizontalFieldOfView) == 0x000004, "Wrong alignment on CineCameraComponent_GetHorizontalFieldOfView"); \ +static_assert(sizeof(CineCameraComponent_GetHorizontalFieldOfView) == 0x000004, "Wrong size on CineCameraComponent_GetHorizontalFieldOfView"); \ +static_assert(offsetof(CineCameraComponent_GetHorizontalFieldOfView, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetHorizontalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetHorizontalProjectionOffset \ +static_assert(alignof(CineCameraComponent_GetHorizontalProjectionOffset) == 0x000004, "Wrong alignment on CineCameraComponent_GetHorizontalProjectionOffset"); \ +static_assert(sizeof(CineCameraComponent_GetHorizontalProjectionOffset) == 0x000004, "Wrong size on CineCameraComponent_GetHorizontalProjectionOffset"); \ +static_assert(offsetof(CineCameraComponent_GetHorizontalProjectionOffset, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetHorizontalProjectionOffset::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_CineCameraComponent_GetVerticalProjectionOffset \ +static_assert(alignof(CineCameraComponent_GetVerticalProjectionOffset) == 0x000004, "Wrong alignment on CineCameraComponent_GetVerticalProjectionOffset"); \ +static_assert(sizeof(CineCameraComponent_GetVerticalProjectionOffset) == 0x000004, "Wrong size on CineCameraComponent_GetVerticalProjectionOffset"); \ +static_assert(offsetof(CineCameraComponent_GetVerticalProjectionOffset, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetVerticalProjectionOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCineCameraComponent \ +static_assert(alignof(UCineCameraComponent) == 0x000010, "Wrong alignment on UCineCameraComponent"); \ +static_assert(sizeof(UCineCameraComponent) == 0x000BD0, "Wrong size on UCineCameraComponent"); \ +static_assert(offsetof(UCineCameraComponent, FilmbackSettings) == 0x000AA0, "Member 'UCineCameraComponent::FilmbackSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, Filmback) == 0x000AB4, "Member 'UCineCameraComponent::Filmback' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, LensSettings) == 0x000AC8, "Member 'UCineCameraComponent::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, FocusSettings) == 0x000AE8, "Member 'UCineCameraComponent::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CropSettings) == 0x000B48, "Member 'UCineCameraComponent::CropSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentFocalLength) == 0x000B4C, "Member 'UCineCameraComponent::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentAperture) == 0x000B50, "Member 'UCineCameraComponent::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentFocusDistance) == 0x000B54, "Member 'UCineCameraComponent::CurrentFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, ExposureMethod) == 0x000B58, "Member 'UCineCameraComponent::ExposureMethod' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CustomNearClippingPlane) == 0x000B60, "Member 'UCineCameraComponent::CustomNearClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, FilmbackPresets) == 0x000B70, "Member 'UCineCameraComponent::FilmbackPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, LensPresets) == 0x000B80, "Member 'UCineCameraComponent::LensPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPresetName) == 0x000B90, "Member 'UCineCameraComponent::DefaultFilmbackPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPreset) == 0x000BA0, "Member 'UCineCameraComponent::DefaultFilmbackPreset' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensPresetName) == 0x000BB0, "Member 'UCineCameraComponent::DefaultLensPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensFocalLength) == 0x000BC0, "Member 'UCineCameraComponent::DefaultLensFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensFStop) == 0x000BC4, "Member 'UCineCameraComponent::DefaultLensFStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetCineCameraSettings \ +static_assert(alignof(CineCameraSettings_GetCineCameraSettings) == 0x000008, "Wrong alignment on CineCameraSettings_GetCineCameraSettings"); \ +static_assert(sizeof(CineCameraSettings_GetCineCameraSettings) == 0x000008, "Wrong size on CineCameraSettings_GetCineCameraSettings"); \ +static_assert(offsetof(CineCameraSettings_GetCineCameraSettings, ReturnValue) == 0x000000, "Member 'CineCameraSettings_GetCineCameraSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetCropPresetByName \ +static_assert(alignof(CineCameraSettings_GetCropPresetByName) == 0x000008, "Wrong alignment on CineCameraSettings_GetCropPresetByName"); \ +static_assert(sizeof(CineCameraSettings_GetCropPresetByName) == 0x000018, "Wrong size on CineCameraSettings_GetCropPresetByName"); \ +static_assert(offsetof(CineCameraSettings_GetCropPresetByName, PresetName) == 0x000000, "Member 'CineCameraSettings_GetCropPresetByName::PresetName' has a wrong offset!"); \ +static_assert(offsetof(CineCameraSettings_GetCropPresetByName, CropSettings) == 0x000010, "Member 'CineCameraSettings_GetCropPresetByName::CropSettings' has a wrong offset!"); \ +static_assert(offsetof(CineCameraSettings_GetCropPresetByName, ReturnValue) == 0x000014, "Member 'CineCameraSettings_GetCropPresetByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetFilmbackPresetByName \ +static_assert(alignof(CineCameraSettings_GetFilmbackPresetByName) == 0x000008, "Wrong alignment on CineCameraSettings_GetFilmbackPresetByName"); \ +static_assert(sizeof(CineCameraSettings_GetFilmbackPresetByName) == 0x000028, "Wrong size on CineCameraSettings_GetFilmbackPresetByName"); \ +static_assert(offsetof(CineCameraSettings_GetFilmbackPresetByName, PresetName) == 0x000000, "Member 'CineCameraSettings_GetFilmbackPresetByName::PresetName' has a wrong offset!"); \ +static_assert(offsetof(CineCameraSettings_GetFilmbackPresetByName, FilmbackSettings) == 0x000010, "Member 'CineCameraSettings_GetFilmbackPresetByName::FilmbackSettings' has a wrong offset!"); \ +static_assert(offsetof(CineCameraSettings_GetFilmbackPresetByName, ReturnValue) == 0x000024, "Member 'CineCameraSettings_GetFilmbackPresetByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetLensPresetByName \ +static_assert(alignof(CineCameraSettings_GetLensPresetByName) == 0x000008, "Wrong alignment on CineCameraSettings_GetLensPresetByName"); \ +static_assert(sizeof(CineCameraSettings_GetLensPresetByName) == 0x000030, "Wrong size on CineCameraSettings_GetLensPresetByName"); \ +static_assert(offsetof(CineCameraSettings_GetLensPresetByName, PresetName) == 0x000000, "Member 'CineCameraSettings_GetLensPresetByName::PresetName' has a wrong offset!"); \ +static_assert(offsetof(CineCameraSettings_GetLensPresetByName, LensSettings) == 0x000010, "Member 'CineCameraSettings_GetLensPresetByName::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(CineCameraSettings_GetLensPresetByName, ReturnValue) == 0x00002C, "Member 'CineCameraSettings_GetLensPresetByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetCropPresets \ +static_assert(alignof(CineCameraSettings_SetCropPresets) == 0x000008, "Wrong alignment on CineCameraSettings_SetCropPresets"); \ +static_assert(sizeof(CineCameraSettings_SetCropPresets) == 0x000010, "Wrong size on CineCameraSettings_SetCropPresets"); \ +static_assert(offsetof(CineCameraSettings_SetCropPresets, InCropPresets) == 0x000000, "Member 'CineCameraSettings_SetCropPresets::InCropPresets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetDefaultCropPresetName \ +static_assert(alignof(CineCameraSettings_SetDefaultCropPresetName) == 0x000008, "Wrong alignment on CineCameraSettings_SetDefaultCropPresetName"); \ +static_assert(sizeof(CineCameraSettings_SetDefaultCropPresetName) == 0x000010, "Wrong size on CineCameraSettings_SetDefaultCropPresetName"); \ +static_assert(offsetof(CineCameraSettings_SetDefaultCropPresetName, InDefaultCropPresetName) == 0x000000, "Member 'CineCameraSettings_SetDefaultCropPresetName::InDefaultCropPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetDefaultFilmbackPreset \ +static_assert(alignof(CineCameraSettings_SetDefaultFilmbackPreset) == 0x000008, "Wrong alignment on CineCameraSettings_SetDefaultFilmbackPreset"); \ +static_assert(sizeof(CineCameraSettings_SetDefaultFilmbackPreset) == 0x000010, "Wrong size on CineCameraSettings_SetDefaultFilmbackPreset"); \ +static_assert(offsetof(CineCameraSettings_SetDefaultFilmbackPreset, InDefaultFilmbackPreset) == 0x000000, "Member 'CineCameraSettings_SetDefaultFilmbackPreset::InDefaultFilmbackPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetDefaultLensFocalLength \ +static_assert(alignof(CineCameraSettings_SetDefaultLensFocalLength) == 0x000004, "Wrong alignment on CineCameraSettings_SetDefaultLensFocalLength"); \ +static_assert(sizeof(CineCameraSettings_SetDefaultLensFocalLength) == 0x000004, "Wrong size on CineCameraSettings_SetDefaultLensFocalLength"); \ +static_assert(offsetof(CineCameraSettings_SetDefaultLensFocalLength, InDefaultLensFocalLength) == 0x000000, "Member 'CineCameraSettings_SetDefaultLensFocalLength::InDefaultLensFocalLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetDefaultLensFStop \ +static_assert(alignof(CineCameraSettings_SetDefaultLensFStop) == 0x000004, "Wrong alignment on CineCameraSettings_SetDefaultLensFStop"); \ +static_assert(sizeof(CineCameraSettings_SetDefaultLensFStop) == 0x000004, "Wrong size on CineCameraSettings_SetDefaultLensFStop"); \ +static_assert(offsetof(CineCameraSettings_SetDefaultLensFStop, InDefaultLensFStop) == 0x000000, "Member 'CineCameraSettings_SetDefaultLensFStop::InDefaultLensFStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetDefaultLensPresetName \ +static_assert(alignof(CineCameraSettings_SetDefaultLensPresetName) == 0x000008, "Wrong alignment on CineCameraSettings_SetDefaultLensPresetName"); \ +static_assert(sizeof(CineCameraSettings_SetDefaultLensPresetName) == 0x000010, "Wrong size on CineCameraSettings_SetDefaultLensPresetName"); \ +static_assert(offsetof(CineCameraSettings_SetDefaultLensPresetName, InDefaultLensPresetName) == 0x000000, "Member 'CineCameraSettings_SetDefaultLensPresetName::InDefaultLensPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetFilmbackPresets \ +static_assert(alignof(CineCameraSettings_SetFilmbackPresets) == 0x000008, "Wrong alignment on CineCameraSettings_SetFilmbackPresets"); \ +static_assert(sizeof(CineCameraSettings_SetFilmbackPresets) == 0x000010, "Wrong size on CineCameraSettings_SetFilmbackPresets"); \ +static_assert(offsetof(CineCameraSettings_SetFilmbackPresets, InFilmbackPresets) == 0x000000, "Member 'CineCameraSettings_SetFilmbackPresets::InFilmbackPresets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_SetLensPresets \ +static_assert(alignof(CineCameraSettings_SetLensPresets) == 0x000008, "Wrong alignment on CineCameraSettings_SetLensPresets"); \ +static_assert(sizeof(CineCameraSettings_SetLensPresets) == 0x000010, "Wrong size on CineCameraSettings_SetLensPresets"); \ +static_assert(offsetof(CineCameraSettings_SetLensPresets, InLensPresets) == 0x000000, "Member 'CineCameraSettings_SetLensPresets::InLensPresets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetCropPresetNames \ +static_assert(alignof(CineCameraSettings_GetCropPresetNames) == 0x000008, "Wrong alignment on CineCameraSettings_GetCropPresetNames"); \ +static_assert(sizeof(CineCameraSettings_GetCropPresetNames) == 0x000010, "Wrong size on CineCameraSettings_GetCropPresetNames"); \ +static_assert(offsetof(CineCameraSettings_GetCropPresetNames, ReturnValue) == 0x000000, "Member 'CineCameraSettings_GetCropPresetNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetFilmbackPresetNames \ +static_assert(alignof(CineCameraSettings_GetFilmbackPresetNames) == 0x000008, "Wrong alignment on CineCameraSettings_GetFilmbackPresetNames"); \ +static_assert(sizeof(CineCameraSettings_GetFilmbackPresetNames) == 0x000010, "Wrong size on CineCameraSettings_GetFilmbackPresetNames"); \ +static_assert(offsetof(CineCameraSettings_GetFilmbackPresetNames, ReturnValue) == 0x000000, "Member 'CineCameraSettings_GetFilmbackPresetNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraSettings_GetLensPresetNames \ +static_assert(alignof(CineCameraSettings_GetLensPresetNames) == 0x000008, "Wrong alignment on CineCameraSettings_GetLensPresetNames"); \ +static_assert(sizeof(CineCameraSettings_GetLensPresetNames) == 0x000010, "Wrong size on CineCameraSettings_GetLensPresetNames"); \ +static_assert(offsetof(CineCameraSettings_GetLensPresetNames, ReturnValue) == 0x000000, "Member 'CineCameraSettings_GetLensPresetNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCineCameraSettings \ +static_assert(alignof(UCineCameraSettings) == 0x000008, "Wrong alignment on UCineCameraSettings"); \ +static_assert(sizeof(UCineCameraSettings) == 0x0000B0, "Wrong size on UCineCameraSettings"); \ +static_assert(offsetof(UCineCameraSettings, DefaultLensPresetName) == 0x000038, "Member 'UCineCameraSettings::DefaultLensPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, DefaultLensFocalLength) == 0x000048, "Member 'UCineCameraSettings::DefaultLensFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, DefaultLensFStop) == 0x00004C, "Member 'UCineCameraSettings::DefaultLensFStop' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, LensPresets) == 0x000050, "Member 'UCineCameraSettings::LensPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, DefaultFilmbackPreset) == 0x000060, "Member 'UCineCameraSettings::DefaultFilmbackPreset' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, FilmbackPresets) == 0x000070, "Member 'UCineCameraSettings::FilmbackPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, DefaultCropPresetName) == 0x000080, "Member 'UCineCameraSettings::DefaultCropPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraSettings, CropPresets) == 0x000090, "Member 'UCineCameraSettings::CropPresets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterLevelCalculation_Cops_C_BP_Evaluate \ +static_assert(alignof(BP_CharacterLevelCalculation_Cops_C_BP_Evaluate) == 0x000008, "Wrong alignment on BP_CharacterLevelCalculation_Cops_C_BP_Evaluate"); \ +static_assert(sizeof(BP_CharacterLevelCalculation_Cops_C_BP_Evaluate) == 0x000038, "Wrong size on BP_CharacterLevelCalculation_Cops_C_BP_Evaluate"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_Cops_C_BP_Evaluate, Tags) == 0x000000, "Member 'BP_CharacterLevelCalculation_Cops_C_BP_Evaluate::Tags' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_Cops_C_BP_Evaluate, Result) == 0x000020, "Member 'BP_CharacterLevelCalculation_Cops_C_BP_Evaluate::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_Cops_C_BP_Evaluate, ReturnValue) == 0x000024, "Member 'BP_CharacterLevelCalculation_Cops_C_BP_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_Cops_C_BP_Evaluate, CallFunc_GetLevel_Level) == 0x000028, "Member 'BP_CharacterLevelCalculation_Cops_C_BP_Evaluate::CallFunc_GetLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_Cops_C_BP_Evaluate, CallFunc_RandomIntegerInRange_ReturnValue) == 0x00002C, "Member 'BP_CharacterLevelCalculation_Cops_C_BP_Evaluate::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_Cops_C_BP_Evaluate, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_CharacterLevelCalculation_Cops_C_BP_Evaluate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_Cops_C_BP_Evaluate, CallFunc_Clamp_ReturnValue) == 0x000034, "Member 'BP_CharacterLevelCalculation_Cops_C_BP_Evaluate::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterLevelCalculation_Cops_C \ +static_assert(alignof(UBP_CharacterLevelCalculation_Cops_C) == 0x000008, "Wrong alignment on UBP_CharacterLevelCalculation_Cops_C"); \ +static_assert(sizeof(UBP_CharacterLevelCalculation_Cops_C) == 0x000028, "Wrong size on UBP_CharacterLevelCalculation_Cops_C"); \ + +#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_FGameplayTagContainerNetSerializerSerializationHelper \ +static_assert(alignof(FGameplayTagContainerNetSerializerSerializationHelper) == 0x000008, "Wrong alignment on FGameplayTagContainerNetSerializerSerializationHelper"); \ +static_assert(sizeof(FGameplayTagContainerNetSerializerSerializationHelper) == 0x000010, "Wrong size on FGameplayTagContainerNetSerializerSerializationHelper"); \ +static_assert(offsetof(FGameplayTagContainerNetSerializerSerializationHelper, GameplayTags) == 0x000000, "Member 'FGameplayTagContainerNetSerializerSerializationHelper::GameplayTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagNode \ +static_assert(alignof(FGameplayTagNode) == 0x000008, "Wrong alignment on FGameplayTagNode"); \ +static_assert(sizeof(FGameplayTagNode) == 0x000050, "Wrong size on FGameplayTagNode"); \ + +#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_FGameplayTagQuery \ +static_assert(alignof(FGameplayTagQuery) == 0x000008, "Wrong alignment on FGameplayTagQuery"); \ +static_assert(sizeof(FGameplayTagQuery) == 0x000048, "Wrong size on FGameplayTagQuery"); \ +static_assert(offsetof(FGameplayTagQuery, TokenStreamVersion) == 0x000000, "Member 'FGameplayTagQuery::TokenStreamVersion' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagQuery, TagDictionary) == 0x000008, "Member 'FGameplayTagQuery::TagDictionary' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagQuery, QueryTokenStream) == 0x000018, "Member 'FGameplayTagQuery::QueryTokenStream' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagQuery, UserDescription) == 0x000028, "Member 'FGameplayTagQuery::UserDescription' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagQuery, AutoDescription) == 0x000038, "Member 'FGameplayTagQuery::AutoDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagCreationWidgetHelper \ +static_assert(alignof(FGameplayTagCreationWidgetHelper) == 0x000001, "Wrong alignment on FGameplayTagCreationWidgetHelper"); \ +static_assert(sizeof(FGameplayTagCreationWidgetHelper) == 0x000001, "Wrong size on FGameplayTagCreationWidgetHelper"); \ + +#define DUMPER7_ASSERTS_FGameplayTagContainerNetSerializerConfig \ +static_assert(alignof(FGameplayTagContainerNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayTagContainerNetSerializerConfig"); \ +static_assert(sizeof(FGameplayTagContainerNetSerializerConfig) == 0x000010, "Wrong size on FGameplayTagContainerNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FGameplayTagNetSerializerConfig \ +static_assert(alignof(FGameplayTagNetSerializerConfig) == 0x000008, "Wrong alignment on FGameplayTagNetSerializerConfig"); \ +static_assert(sizeof(FGameplayTagNetSerializerConfig) == 0x000010, "Wrong size on FGameplayTagNetSerializerConfig"); \ + +#define DUMPER7_ASSERTS_FGameplayTagRedirect \ +static_assert(alignof(FGameplayTagRedirect) == 0x000004, "Wrong alignment on FGameplayTagRedirect"); \ +static_assert(sizeof(FGameplayTagRedirect) == 0x000010, "Wrong size on FGameplayTagRedirect"); \ +static_assert(offsetof(FGameplayTagRedirect, OldTagName) == 0x000000, "Member 'FGameplayTagRedirect::OldTagName' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagRedirect, NewTagName) == 0x000008, "Member 'FGameplayTagRedirect::NewTagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagTableRow \ +static_assert(alignof(FGameplayTagTableRow) == 0x000008, "Wrong alignment on FGameplayTagTableRow"); \ +static_assert(sizeof(FGameplayTagTableRow) == 0x000020, "Wrong size on FGameplayTagTableRow"); \ +static_assert(offsetof(FGameplayTagTableRow, Tag) == 0x000008, "Member 'FGameplayTagTableRow::Tag' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagTableRow, DevComment) == 0x000010, "Member 'FGameplayTagTableRow::DevComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRestrictedGameplayTagTableRow \ +static_assert(alignof(FRestrictedGameplayTagTableRow) == 0x000008, "Wrong alignment on FRestrictedGameplayTagTableRow"); \ +static_assert(sizeof(FRestrictedGameplayTagTableRow) == 0x000028, "Wrong size on FRestrictedGameplayTagTableRow"); \ +static_assert(offsetof(FRestrictedGameplayTagTableRow, bAllowNonRestrictedChildren) == 0x000020, "Member 'FRestrictedGameplayTagTableRow::bAllowNonRestrictedChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FGameplayTagCategoryRemap \ +static_assert(alignof(FGameplayTagCategoryRemap) == 0x000008, "Wrong alignment on FGameplayTagCategoryRemap"); \ +static_assert(sizeof(FGameplayTagCategoryRemap) == 0x000020, "Wrong size on FGameplayTagCategoryRemap"); \ +static_assert(offsetof(FGameplayTagCategoryRemap, BaseCategory) == 0x000000, "Member 'FGameplayTagCategoryRemap::BaseCategory' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagCategoryRemap, RemapCategories) == 0x000010, "Member 'FGameplayTagCategoryRemap::RemapCategories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRestrictedConfigInfo \ +static_assert(alignof(FRestrictedConfigInfo) == 0x000008, "Wrong alignment on FRestrictedConfigInfo"); \ +static_assert(sizeof(FRestrictedConfigInfo) == 0x000020, "Wrong size on FRestrictedConfigInfo"); \ +static_assert(offsetof(FRestrictedConfigInfo, RestrictedConfigName) == 0x000000, "Member 'FRestrictedConfigInfo::RestrictedConfigName' has a wrong offset!"); \ +static_assert(offsetof(FRestrictedConfigInfo, Owners) == 0x000010, "Member 'FRestrictedConfigInfo::Owners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_AddGameplayTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_AddGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_AddGameplayTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_AddGameplayTag) == 0x000028, "Wrong size on BlueprintGameplayTagLibrary_AddGameplayTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_AddGameplayTag, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_AddGameplayTag::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_AddGameplayTag, Tag) == 0x000020, "Member 'BlueprintGameplayTagLibrary_AddGameplayTag::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_AppendGameplayTagContainers \ +static_assert(alignof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_AppendGameplayTagContainers"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers) == 0x000040, "Wrong size on BlueprintGameplayTagLibrary_AppendGameplayTagContainers"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers, InOutTagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_AppendGameplayTagContainers::InOutTagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers, InTagContainer) == 0x000020, "Member 'BlueprintGameplayTagLibrary_AppendGameplayTagContainers::InTagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_BreakGameplayTagContainer \ +static_assert(alignof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_BreakGameplayTagContainer"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_BreakGameplayTagContainer"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer, GameplayTagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_BreakGameplayTagContainer::GameplayTagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer, GameplayTags) == 0x000020, "Member 'BlueprintGameplayTagLibrary_BreakGameplayTagContainer::GameplayTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_Conv_ObjectToGameplayTagAssetInterface \ +static_assert(alignof(BlueprintGameplayTagLibrary_Conv_ObjectToGameplayTagAssetInterface) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_Conv_ObjectToGameplayTagAssetInterface"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_Conv_ObjectToGameplayTagAssetInterface) == 0x000018, "Wrong size on BlueprintGameplayTagLibrary_Conv_ObjectToGameplayTagAssetInterface"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_Conv_ObjectToGameplayTagAssetInterface, InObject) == 0x000000, "Member 'BlueprintGameplayTagLibrary_Conv_ObjectToGameplayTagAssetInterface::InObject' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_Conv_ObjectToGameplayTagAssetInterface, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_Conv_ObjectToGameplayTagAssetInterface::ReturnValue' 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_Filter \ +static_assert(alignof(BlueprintGameplayTagLibrary_Filter) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_Filter"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_Filter) == 0x000068, "Wrong size on BlueprintGameplayTagLibrary_Filter"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_Filter, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_Filter::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_Filter, OtherContainer) == 0x000020, "Member 'BlueprintGameplayTagLibrary_Filter::OtherContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_Filter, bExactMatch) == 0x000040, "Member 'BlueprintGameplayTagLibrary_Filter::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_Filter, ReturnValue) == 0x000048, "Member 'BlueprintGameplayTagLibrary_Filter::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_GetOwnedGameplayTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_GetOwnedGameplayTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetOwnedGameplayTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_GetOwnedGameplayTags) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_GetOwnedGameplayTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetOwnedGameplayTags, TagContainerInterface) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetOwnedGameplayTags::TagContainerInterface' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_GetOwnedGameplayTags, ReturnValue) == 0x000010, "Member 'BlueprintGameplayTagLibrary_GetOwnedGameplayTags::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_HasAnyMatchingGameplayTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_HasAnyMatchingGameplayTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasAnyMatchingGameplayTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_HasAnyMatchingGameplayTags) == 0x000038, "Wrong size on BlueprintGameplayTagLibrary_HasAnyMatchingGameplayTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyMatchingGameplayTags, TagContainerInterface) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasAnyMatchingGameplayTags::TagContainerInterface' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyMatchingGameplayTags, OtherContainer) == 0x000010, "Member 'BlueprintGameplayTagLibrary_HasAnyMatchingGameplayTags::OtherContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyMatchingGameplayTags, ReturnValue) == 0x000030, "Member 'BlueprintGameplayTagLibrary_HasAnyMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasAnyTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_HasAnyTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasAnyTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_HasAnyTags) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_HasAnyTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, OtherContainer) == 0x000020, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::OtherContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, bExactMatch) == 0x000040, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, ReturnValue) == 0x000041, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_HasTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_HasTag) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_HasTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasTag::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, Tag) == 0x000020, "Member 'BlueprintGameplayTagLibrary_HasTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, bExactMatch) == 0x000028, "Member 'BlueprintGameplayTagLibrary_HasTag::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, ReturnValue) == 0x000029, "Member 'BlueprintGameplayTagLibrary_HasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_IsGameplayTagValid \ +static_assert(alignof(BlueprintGameplayTagLibrary_IsGameplayTagValid) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_IsGameplayTagValid"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_IsGameplayTagValid) == 0x00000C, "Wrong size on BlueprintGameplayTagLibrary_IsGameplayTagValid"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_IsGameplayTagValid, GameplayTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_IsGameplayTagValid::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_IsGameplayTagValid, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_IsGameplayTagValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_IsTagQueryEmpty \ +static_assert(alignof(BlueprintGameplayTagLibrary_IsTagQueryEmpty) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_IsTagQueryEmpty"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_IsTagQueryEmpty) == 0x000050, "Wrong size on BlueprintGameplayTagLibrary_IsTagQueryEmpty"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_IsTagQueryEmpty, TagQuery) == 0x000000, "Member 'BlueprintGameplayTagLibrary_IsTagQueryEmpty::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_IsTagQueryEmpty, ReturnValue) == 0x000048, "Member 'BlueprintGameplayTagLibrary_IsTagQueryEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray, GameplayTags) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray, ReturnValue) == 0x000010, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag) == 0x000028, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag, SingleTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag::SingleTag' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagQuery \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagQuery"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery) == 0x000090, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagQuery"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery, TagQuery) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery, ReturnValue) == 0x000048, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags) == 0x000068, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags, InTags) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags::InTags' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAllTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags) == 0x000068, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags, InTags) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags::InTags' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchAnyTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags) == 0x000068, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags, InTags) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags::InTags' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery_MatchNoTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeLiteralGameplayTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_MakeLiteralGameplayTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag) == 0x000010, "Wrong size on BlueprintGameplayTagLibrary_MakeLiteralGameplayTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag, Value) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTag::Value' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer \ +static_assert(alignof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer) == 0x000040, "Wrong size on BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer, Value) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer::Value' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MatchesAnyTags \ +static_assert(alignof(BlueprintGameplayTagLibrary_MatchesAnyTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MatchesAnyTags"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MatchesAnyTags) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_MatchesAnyTags"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, TagOne) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::TagOne' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, OtherContainer) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::OtherContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, bExactMatch) == 0x000028, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, ReturnValue) == 0x000029, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MatchesTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_MatchesTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_MatchesTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_MatchesTag) == 0x000014, "Wrong size on BlueprintGameplayTagLibrary_MatchesTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, TagOne) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MatchesTag::TagOne' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, TagTwo) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MatchesTag::TagTwo' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, bExactMatch) == 0x000010, "Member 'BlueprintGameplayTagLibrary_MatchesTag::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, ReturnValue) == 0x000011, "Member 'BlueprintGameplayTagLibrary_MatchesTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_GameplayTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_GameplayTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag) == 0x000014, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_GameplayTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, B) == 0x000008, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, ReturnValue) == 0x000010, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer \ +static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer, B) == 0x000020, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer, ReturnValue) == 0x000040, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer \ +static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer) == 0x000038, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer, B) == 0x000020, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer, ReturnValue) == 0x000030, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_TagTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_TagTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_TagTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_TagTag) == 0x000020, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_TagTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::A' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, B) == 0x000008, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::B' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, ReturnValue) == 0x000018, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_RemoveGameplayTag \ +static_assert(alignof(BlueprintGameplayTagLibrary_RemoveGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_RemoveGameplayTag"); \ +static_assert(sizeof(BlueprintGameplayTagLibrary_RemoveGameplayTag) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_RemoveGameplayTag"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_RemoveGameplayTag, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_RemoveGameplayTag::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_RemoveGameplayTag, Tag) == 0x000020, "Member 'BlueprintGameplayTagLibrary_RemoveGameplayTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(BlueprintGameplayTagLibrary_RemoveGameplayTag, ReturnValue) == 0x000028, "Member 'BlueprintGameplayTagLibrary_RemoveGameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintGameplayTagLibrary \ +static_assert(alignof(UBlueprintGameplayTagLibrary) == 0x000008, "Wrong alignment on UBlueprintGameplayTagLibrary"); \ +static_assert(sizeof(UBlueprintGameplayTagLibrary) == 0x000028, "Wrong size on UBlueprintGameplayTagLibrary"); \ + +#define DUMPER7_ASSERTS_GameplayTagAssetInterface_BP_GetOwnedGameplayTags \ +static_assert(alignof(GameplayTagAssetInterface_BP_GetOwnedGameplayTags) == 0x000008, "Wrong alignment on GameplayTagAssetInterface_BP_GetOwnedGameplayTags"); \ +static_assert(sizeof(GameplayTagAssetInterface_BP_GetOwnedGameplayTags) == 0x000020, "Wrong size on GameplayTagAssetInterface_BP_GetOwnedGameplayTags"); \ +static_assert(offsetof(GameplayTagAssetInterface_BP_GetOwnedGameplayTags, ReturnValue) == 0x000000, "Member 'GameplayTagAssetInterface_BP_GetOwnedGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTagAssetInterface_HasAllMatchingGameplayTags \ +static_assert(alignof(GameplayTagAssetInterface_HasAllMatchingGameplayTags) == 0x000008, "Wrong alignment on GameplayTagAssetInterface_HasAllMatchingGameplayTags"); \ +static_assert(sizeof(GameplayTagAssetInterface_HasAllMatchingGameplayTags) == 0x000028, "Wrong size on GameplayTagAssetInterface_HasAllMatchingGameplayTags"); \ +static_assert(offsetof(GameplayTagAssetInterface_HasAllMatchingGameplayTags, TagContainer) == 0x000000, "Member 'GameplayTagAssetInterface_HasAllMatchingGameplayTags::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagAssetInterface_HasAllMatchingGameplayTags, ReturnValue) == 0x000020, "Member 'GameplayTagAssetInterface_HasAllMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTagAssetInterface_HasAnyMatchingGameplayTags \ +static_assert(alignof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags) == 0x000008, "Wrong alignment on GameplayTagAssetInterface_HasAnyMatchingGameplayTags"); \ +static_assert(sizeof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags) == 0x000028, "Wrong size on GameplayTagAssetInterface_HasAnyMatchingGameplayTags"); \ +static_assert(offsetof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags, TagContainer) == 0x000000, "Member 'GameplayTagAssetInterface_HasAnyMatchingGameplayTags::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags, ReturnValue) == 0x000020, "Member 'GameplayTagAssetInterface_HasAnyMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTagAssetInterface_HasMatchingGameplayTag \ +static_assert(alignof(GameplayTagAssetInterface_HasMatchingGameplayTag) == 0x000004, "Wrong alignment on GameplayTagAssetInterface_HasMatchingGameplayTag"); \ +static_assert(sizeof(GameplayTagAssetInterface_HasMatchingGameplayTag) == 0x00000C, "Wrong size on GameplayTagAssetInterface_HasMatchingGameplayTag"); \ +static_assert(offsetof(GameplayTagAssetInterface_HasMatchingGameplayTag, TagToCheck) == 0x000000, "Member 'GameplayTagAssetInterface_HasMatchingGameplayTag::TagToCheck' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagAssetInterface_HasMatchingGameplayTag, ReturnValue) == 0x000008, "Member 'GameplayTagAssetInterface_HasMatchingGameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGameplayTagAssetInterface \ +static_assert(alignof(IGameplayTagAssetInterface) == 0x000001, "Wrong alignment on IGameplayTagAssetInterface"); \ +static_assert(sizeof(IGameplayTagAssetInterface) == 0x000001, "Wrong size on IGameplayTagAssetInterface"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQuery \ +static_assert(alignof(UEditableGameplayTagQuery) == 0x000008, "Wrong alignment on UEditableGameplayTagQuery"); \ +static_assert(sizeof(UEditableGameplayTagQuery) == 0x000098, "Wrong size on UEditableGameplayTagQuery"); \ +static_assert(offsetof(UEditableGameplayTagQuery, UserDescription) == 0x000028, "Member 'UEditableGameplayTagQuery::UserDescription' has a wrong offset!"); \ +static_assert(offsetof(UEditableGameplayTagQuery, RootExpression) == 0x000048, "Member 'UEditableGameplayTagQuery::RootExpression' has a wrong offset!"); \ +static_assert(offsetof(UEditableGameplayTagQuery, TagQueryExportText_Helper) == 0x000050, "Member 'UEditableGameplayTagQuery::TagQueryExportText_Helper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression \ +static_assert(alignof(UEditableGameplayTagQueryExpression) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression) == 0x000028, "Wrong size on UEditableGameplayTagQueryExpression"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AnyTagsMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AnyTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AnyTagsMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AnyTagsMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_AnyTagsMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyTagsMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AnyTagsMatch::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AllTagsMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AllTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AllTagsMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AllTagsMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_AllTagsMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AllTagsMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AllTagsMatch::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_NoTagsMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_NoTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_NoTagsMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_NoTagsMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_NoTagsMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_NoTagsMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_NoTagsMatch::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AnyTagsExactMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AnyTagsExactMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AnyTagsExactMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AnyTagsExactMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_AnyTagsExactMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyTagsExactMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AnyTagsExactMatch::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AllTagsExactMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AllTagsExactMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AllTagsExactMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AllTagsExactMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_AllTagsExactMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AllTagsExactMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AllTagsExactMatch::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AnyExprMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AnyExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AnyExprMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AnyExprMatch) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_AnyExprMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyExprMatch, Expressions) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AnyExprMatch::Expressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AllExprMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_AllExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AllExprMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_AllExprMatch) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_AllExprMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_AllExprMatch, Expressions) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AllExprMatch::Expressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_NoExprMatch \ +static_assert(alignof(UEditableGameplayTagQueryExpression_NoExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_NoExprMatch"); \ +static_assert(sizeof(UEditableGameplayTagQueryExpression_NoExprMatch) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_NoExprMatch"); \ +static_assert(offsetof(UEditableGameplayTagQueryExpression_NoExprMatch, Expressions) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_NoExprMatch::Expressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsManager \ +static_assert(alignof(UGameplayTagsManager) == 0x000008, "Wrong alignment on UGameplayTagsManager"); \ +static_assert(sizeof(UGameplayTagsManager) == 0x0002A0, "Wrong size on UGameplayTagsManager"); \ +static_assert(offsetof(UGameplayTagsManager, TagSources) == 0x000188, "Member 'UGameplayTagsManager::TagSources' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsManager, GameplayTagTables) == 0x000290, "Member 'UGameplayTagsManager::GameplayTagTables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagsList \ +static_assert(alignof(UGameplayTagsList) == 0x000008, "Wrong alignment on UGameplayTagsList"); \ +static_assert(sizeof(UGameplayTagsList) == 0x000058, "Wrong size on UGameplayTagsList"); \ +static_assert(offsetof(UGameplayTagsList, ConfigFileName) == 0x000028, "Member 'UGameplayTagsList::ConfigFileName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsList, GameplayTagRedirects) == 0x000038, "Member 'UGameplayTagsList::GameplayTagRedirects' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsList, GameplayTagList) == 0x000048, "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) == 0x000058, "Member 'UGameplayTagsSettings::ImportTagsFromConfig' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, WarnOnInvalidTags) == 0x000059, "Member 'UGameplayTagsSettings::WarnOnInvalidTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, ClearInvalidTags) == 0x00005A, "Member 'UGameplayTagsSettings::ClearInvalidTags' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, AllowEditorTagUnloading) == 0x00005B, "Member 'UGameplayTagsSettings::AllowEditorTagUnloading' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, AllowGameTagUnloading) == 0x00005C, "Member 'UGameplayTagsSettings::AllowGameTagUnloading' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, FastReplication) == 0x00005D, "Member 'UGameplayTagsSettings::FastReplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, bDynamicReplication) == 0x00005E, "Member 'UGameplayTagsSettings::bDynamicReplication' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, InvalidTagCharacters) == 0x000060, "Member 'UGameplayTagsSettings::InvalidTagCharacters' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, CategoryRemapping) == 0x000070, "Member 'UGameplayTagsSettings::CategoryRemapping' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsSettings, GameplayTagTableList) == 0x000080, "Member 'UGameplayTagsSettings::GameplayTagTableList' 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_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_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_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_UMovieSceneImageCaptureProtocolBase \ +static_assert(alignof(UMovieSceneImageCaptureProtocolBase) == 0x000008, "Wrong alignment on UMovieSceneImageCaptureProtocolBase"); \ +static_assert(sizeof(UMovieSceneImageCaptureProtocolBase) == 0x000058, "Wrong size on UMovieSceneImageCaptureProtocolBase"); \ + +#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_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_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_MovieSceneCapture_GetAudioCaptureProtocol \ +static_assert(alignof(MovieSceneCapture_GetAudioCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCapture_GetAudioCaptureProtocol"); \ +static_assert(sizeof(MovieSceneCapture_GetAudioCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCapture_GetAudioCaptureProtocol"); \ +static_assert(offsetof(MovieSceneCapture_GetAudioCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCapture_GetAudioCaptureProtocol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_GetImageCaptureProtocol \ +static_assert(alignof(MovieSceneCapture_GetImageCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCapture_GetImageCaptureProtocol"); \ +static_assert(sizeof(MovieSceneCapture_GetImageCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCapture_GetImageCaptureProtocol"); \ +static_assert(offsetof(MovieSceneCapture_GetImageCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCapture_GetImageCaptureProtocol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_SetAudioCaptureProtocolType \ +static_assert(alignof(MovieSceneCapture_SetAudioCaptureProtocolType) == 0x000008, "Wrong alignment on MovieSceneCapture_SetAudioCaptureProtocolType"); \ +static_assert(sizeof(MovieSceneCapture_SetAudioCaptureProtocolType) == 0x000008, "Wrong size on MovieSceneCapture_SetAudioCaptureProtocolType"); \ +static_assert(offsetof(MovieSceneCapture_SetAudioCaptureProtocolType, ProtocolType) == 0x000000, "Member 'MovieSceneCapture_SetAudioCaptureProtocolType::ProtocolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_SetImageCaptureProtocolType \ +static_assert(alignof(MovieSceneCapture_SetImageCaptureProtocolType) == 0x000008, "Wrong alignment on MovieSceneCapture_SetImageCaptureProtocolType"); \ +static_assert(sizeof(MovieSceneCapture_SetImageCaptureProtocolType) == 0x000008, "Wrong size on MovieSceneCapture_SetImageCaptureProtocolType"); \ +static_assert(offsetof(MovieSceneCapture_SetImageCaptureProtocolType, ProtocolType) == 0x000000, "Member 'MovieSceneCapture_SetImageCaptureProtocolType::ProtocolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCapture \ +static_assert(alignof(UMovieSceneCapture) == 0x000008, "Wrong alignment on UMovieSceneCapture"); \ +static_assert(sizeof(UMovieSceneCapture) == 0x000238, "Wrong size on UMovieSceneCapture"); \ +static_assert(offsetof(UMovieSceneCapture, ImageCaptureProtocolType) == 0x000038, "Member 'UMovieSceneCapture::ImageCaptureProtocolType' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AudioCaptureProtocolType) == 0x000058, "Member 'UMovieSceneCapture::AudioCaptureProtocolType' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, ImageCaptureProtocol) == 0x000078, "Member 'UMovieSceneCapture::ImageCaptureProtocol' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AudioCaptureProtocol) == 0x000080, "Member 'UMovieSceneCapture::AudioCaptureProtocol' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, Settings) == 0x000088, "Member 'UMovieSceneCapture::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, bUseSeparateProcess) == 0x0000F8, "Member 'UMovieSceneCapture::bUseSeparateProcess' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, bCloseEditorWhenCaptureStarts) == 0x0000F9, "Member 'UMovieSceneCapture::bCloseEditorWhenCaptureStarts' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AdditionalCommandLineArguments) == 0x000100, "Member 'UMovieSceneCapture::AdditionalCommandLineArguments' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, InheritedCommandLineArguments) == 0x000110, "Member 'UMovieSceneCapture::InheritedCommandLineArguments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelCapture \ +static_assert(alignof(ULevelCapture) == 0x000008, "Wrong alignment on ULevelCapture"); \ +static_assert(sizeof(ULevelCapture) == 0x000258, "Wrong size on ULevelCapture"); \ +static_assert(offsetof(ULevelCapture, bAutoStartCapture) == 0x000238, "Member 'ULevelCapture::bAutoStartCapture' has a wrong offset!"); \ +static_assert(offsetof(ULevelCapture, PrerequisiteActorId) == 0x000244, "Member 'ULevelCapture::PrerequisiteActorId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneCaptureInterface \ +static_assert(alignof(IMovieSceneCaptureInterface) == 0x000001, "Wrong alignment on IMovieSceneCaptureInterface"); \ +static_assert(sizeof(IMovieSceneCaptureInterface) == 0x000001, "Wrong size on IMovieSceneCaptureInterface"); \ + +#define DUMPER7_ASSERTS_UCompositionGraphCaptureProtocol \ +static_assert(alignof(UCompositionGraphCaptureProtocol) == 0x000008, "Wrong alignment on UCompositionGraphCaptureProtocol"); \ +static_assert(sizeof(UCompositionGraphCaptureProtocol) == 0x0000C8, "Wrong size on UCompositionGraphCaptureProtocol"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, IncludeRenderPasses) == 0x000058, "Member 'UCompositionGraphCaptureProtocol::IncludeRenderPasses' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, bCaptureFramesInHDR) == 0x000068, "Member 'UCompositionGraphCaptureProtocol::bCaptureFramesInHDR' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, HDRCompressionQuality) == 0x00006C, "Member 'UCompositionGraphCaptureProtocol::HDRCompressionQuality' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, CaptureGamut) == 0x000070, "Member 'UCompositionGraphCaptureProtocol::CaptureGamut' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, PostProcessingMaterial) == 0x000078, "Member 'UCompositionGraphCaptureProtocol::PostProcessingMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, bDisableScreenPercentage) == 0x000098, "Member 'UCompositionGraphCaptureProtocol::bDisableScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, PostProcessingMaterialPtr) == 0x0000A0, "Member 'UCompositionGraphCaptureProtocol::PostProcessingMaterialPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FMediaMetadataItemBPT \ +static_assert(alignof(FMediaMetadataItemBPT) == 0x000008, "Wrong alignment on FMediaMetadataItemBPT"); \ +static_assert(sizeof(FMediaMetadataItemBPT) == 0x000040, "Wrong size on FMediaMetadataItemBPT"); \ +static_assert(offsetof(FMediaMetadataItemBPT, LanguageCode) == 0x000000, "Member 'FMediaMetadataItemBPT::LanguageCode' has a wrong offset!"); \ +static_assert(offsetof(FMediaMetadataItemBPT, MimeType) == 0x000010, "Member 'FMediaMetadataItemBPT::MimeType' has a wrong offset!"); \ +static_assert(offsetof(FMediaMetadataItemBPT, StringData) == 0x000020, "Member 'FMediaMetadataItemBPT::StringData' has a wrong offset!"); \ +static_assert(offsetof(FMediaMetadataItemBPT, BinaryData) == 0x000030, "Member 'FMediaMetadataItemBPT::BinaryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaMetadataItemsBPT \ +static_assert(alignof(FMediaMetadataItemsBPT) == 0x000008, "Wrong alignment on FMediaMetadataItemsBPT"); \ +static_assert(sizeof(FMediaMetadataItemsBPT) == 0x000010, "Wrong size on FMediaMetadataItemsBPT"); \ +static_assert(offsetof(FMediaMetadataItemsBPT, Items) == 0x000000, "Member 'FMediaMetadataItemsBPT::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaSoundComponentSpectralData \ +static_assert(alignof(FMediaSoundComponentSpectralData) == 0x000004, "Wrong alignment on FMediaSoundComponentSpectralData"); \ +static_assert(sizeof(FMediaSoundComponentSpectralData) == 0x000008, "Wrong size on FMediaSoundComponentSpectralData"); \ +static_assert(offsetof(FMediaSoundComponentSpectralData, FrequencyHz) == 0x000000, "Member 'FMediaSoundComponentSpectralData::FrequencyHz' has a wrong offset!"); \ +static_assert(offsetof(FMediaSoundComponentSpectralData, Magnitude) == 0x000004, "Member 'FMediaSoundComponentSpectralData::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaSourceCacheSettings \ +static_assert(alignof(FMediaSourceCacheSettings) == 0x000004, "Wrong alignment on FMediaSourceCacheSettings"); \ +static_assert(sizeof(FMediaSourceCacheSettings) == 0x000008, "Wrong size on FMediaSourceCacheSettings"); \ +static_assert(offsetof(FMediaSourceCacheSettings, bOverride) == 0x000000, "Member 'FMediaSourceCacheSettings::bOverride' has a wrong offset!"); \ +static_assert(offsetof(FMediaSourceCacheSettings, TimeToLookAhead) == 0x000004, "Member 'FMediaSourceCacheSettings::TimeToLookAhead' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaCaptureDevice \ +static_assert(alignof(FMediaCaptureDevice) == 0x000008, "Wrong alignment on FMediaCaptureDevice"); \ +static_assert(sizeof(FMediaCaptureDevice) == 0x000020, "Wrong size on FMediaCaptureDevice"); \ +static_assert(offsetof(FMediaCaptureDevice, DisplayName) == 0x000000, "Member 'FMediaCaptureDevice::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FMediaCaptureDevice, URL) == 0x000010, "Member 'FMediaCaptureDevice::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMediaSourceRendererInterface \ +static_assert(alignof(IMediaSourceRendererInterface) == 0x000001, "Wrong alignment on IMediaSourceRendererInterface"); \ +static_assert(sizeof(IMediaSourceRendererInterface) == 0x000001, "Wrong size on IMediaSourceRendererInterface"); \ + +#define DUMPER7_ASSERTS_MediaSource_SetMediaOptionBool \ +static_assert(alignof(MediaSource_SetMediaOptionBool) == 0x000004, "Wrong alignment on MediaSource_SetMediaOptionBool"); \ +static_assert(sizeof(MediaSource_SetMediaOptionBool) == 0x00000C, "Wrong size on MediaSource_SetMediaOptionBool"); \ +static_assert(offsetof(MediaSource_SetMediaOptionBool, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionBool::Key' has a wrong offset!"); \ +static_assert(offsetof(MediaSource_SetMediaOptionBool, Value) == 0x000008, "Member 'MediaSource_SetMediaOptionBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_SetMediaOptionFloat \ +static_assert(alignof(MediaSource_SetMediaOptionFloat) == 0x000004, "Wrong alignment on MediaSource_SetMediaOptionFloat"); \ +static_assert(sizeof(MediaSource_SetMediaOptionFloat) == 0x00000C, "Wrong size on MediaSource_SetMediaOptionFloat"); \ +static_assert(offsetof(MediaSource_SetMediaOptionFloat, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(MediaSource_SetMediaOptionFloat, Value) == 0x000008, "Member 'MediaSource_SetMediaOptionFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_SetMediaOptionInt64 \ +static_assert(alignof(MediaSource_SetMediaOptionInt64) == 0x000008, "Wrong alignment on MediaSource_SetMediaOptionInt64"); \ +static_assert(sizeof(MediaSource_SetMediaOptionInt64) == 0x000010, "Wrong size on MediaSource_SetMediaOptionInt64"); \ +static_assert(offsetof(MediaSource_SetMediaOptionInt64, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionInt64::Key' has a wrong offset!"); \ +static_assert(offsetof(MediaSource_SetMediaOptionInt64, Value) == 0x000008, "Member 'MediaSource_SetMediaOptionInt64::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_SetMediaOptionString \ +static_assert(alignof(MediaSource_SetMediaOptionString) == 0x000008, "Wrong alignment on MediaSource_SetMediaOptionString"); \ +static_assert(sizeof(MediaSource_SetMediaOptionString) == 0x000018, "Wrong size on MediaSource_SetMediaOptionString"); \ +static_assert(offsetof(MediaSource_SetMediaOptionString, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionString::Key' has a wrong offset!"); \ +static_assert(offsetof(MediaSource_SetMediaOptionString, Value) == 0x000008, "Member 'MediaSource_SetMediaOptionString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_GetUrl \ +static_assert(alignof(MediaSource_GetUrl) == 0x000008, "Wrong alignment on MediaSource_GetUrl"); \ +static_assert(sizeof(MediaSource_GetUrl) == 0x000010, "Wrong size on MediaSource_GetUrl"); \ +static_assert(offsetof(MediaSource_GetUrl, ReturnValue) == 0x000000, "Member 'MediaSource_GetUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSource_Validate \ +static_assert(alignof(MediaSource_Validate) == 0x000001, "Wrong alignment on MediaSource_Validate"); \ +static_assert(sizeof(MediaSource_Validate) == 0x000001, "Wrong size on MediaSource_Validate"); \ +static_assert(offsetof(MediaSource_Validate, ReturnValue) == 0x000000, "Member 'MediaSource_Validate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaSource \ +static_assert(alignof(UMediaSource) == 0x000008, "Wrong alignment on UMediaSource"); \ +static_assert(sizeof(UMediaSource) == 0x000080, "Wrong size on UMediaSource"); \ + +#define DUMPER7_ASSERTS_UBaseMediaSource \ +static_assert(alignof(UBaseMediaSource) == 0x000008, "Wrong alignment on UBaseMediaSource"); \ +static_assert(sizeof(UBaseMediaSource) == 0x000088, "Wrong size on UBaseMediaSource"); \ +static_assert(offsetof(UBaseMediaSource, PlayerName) == 0x000080, "Member 'UBaseMediaSource::PlayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FileMediaSource_SetFilePath \ +static_assert(alignof(FileMediaSource_SetFilePath) == 0x000008, "Wrong alignment on FileMediaSource_SetFilePath"); \ +static_assert(sizeof(FileMediaSource_SetFilePath) == 0x000010, "Wrong size on FileMediaSource_SetFilePath"); \ +static_assert(offsetof(FileMediaSource_SetFilePath, Path) == 0x000000, "Member 'FileMediaSource_SetFilePath::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFileMediaSource \ +static_assert(alignof(UFileMediaSource) == 0x000008, "Wrong alignment on UFileMediaSource"); \ +static_assert(sizeof(UFileMediaSource) == 0x0000B0, "Wrong size on UFileMediaSource"); \ +static_assert(offsetof(UFileMediaSource, FilePath) == 0x000088, "Member 'UFileMediaSource::FilePath' has a wrong offset!"); \ +static_assert(offsetof(UFileMediaSource, PrecacheFile) == 0x000098, "Member 'UFileMediaSource::PrecacheFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaComponent_GetMediaPlayer \ +static_assert(alignof(MediaComponent_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaComponent_GetMediaPlayer"); \ +static_assert(sizeof(MediaComponent_GetMediaPlayer) == 0x000008, "Wrong size on MediaComponent_GetMediaPlayer"); \ +static_assert(offsetof(MediaComponent_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaComponent_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaComponent_GetMediaTexture \ +static_assert(alignof(MediaComponent_GetMediaTexture) == 0x000008, "Wrong alignment on MediaComponent_GetMediaTexture"); \ +static_assert(sizeof(MediaComponent_GetMediaTexture) == 0x000008, "Wrong size on MediaComponent_GetMediaTexture"); \ +static_assert(offsetof(MediaComponent_GetMediaTexture, ReturnValue) == 0x000000, "Member 'MediaComponent_GetMediaTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaComponent \ +static_assert(alignof(UMediaComponent) == 0x000008, "Wrong alignment on UMediaComponent"); \ +static_assert(sizeof(UMediaComponent) == 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_MediaPlayer_CanPlaySource \ +static_assert(alignof(MediaPlayer_CanPlaySource) == 0x000008, "Wrong alignment on MediaPlayer_CanPlaySource"); \ +static_assert(sizeof(MediaPlayer_CanPlaySource) == 0x000010, "Wrong size on MediaPlayer_CanPlaySource"); \ +static_assert(offsetof(MediaPlayer_CanPlaySource, MediaSource) == 0x000000, "Member 'MediaPlayer_CanPlaySource::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_CanPlaySource, ReturnValue) == 0x000008, "Member 'MediaPlayer_CanPlaySource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_CanPlayUrl \ +static_assert(alignof(MediaPlayer_CanPlayUrl) == 0x000008, "Wrong alignment on MediaPlayer_CanPlayUrl"); \ +static_assert(sizeof(MediaPlayer_CanPlayUrl) == 0x000018, "Wrong size on MediaPlayer_CanPlayUrl"); \ +static_assert(offsetof(MediaPlayer_CanPlayUrl, URL) == 0x000000, "Member 'MediaPlayer_CanPlayUrl::URL' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_CanPlayUrl, ReturnValue) == 0x000010, "Member 'MediaPlayer_CanPlayUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetPlaybackTimeRange \ +static_assert(alignof(MediaPlayer_GetPlaybackTimeRange) == 0x000004, "Wrong alignment on MediaPlayer_GetPlaybackTimeRange"); \ +static_assert(sizeof(MediaPlayer_GetPlaybackTimeRange) == 0x00000C, "Wrong size on MediaPlayer_GetPlaybackTimeRange"); \ +static_assert(offsetof(MediaPlayer_GetPlaybackTimeRange, InRangeToGet) == 0x000000, "Member 'MediaPlayer_GetPlaybackTimeRange::InRangeToGet' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetPlaybackTimeRange, ReturnValue) == 0x000004, "Member 'MediaPlayer_GetPlaybackTimeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Next \ +static_assert(alignof(MediaPlayer_Next) == 0x000001, "Wrong alignment on MediaPlayer_Next"); \ +static_assert(sizeof(MediaPlayer_Next) == 0x000001, "Wrong size on MediaPlayer_Next"); \ +static_assert(offsetof(MediaPlayer_Next, ReturnValue) == 0x000000, "Member 'MediaPlayer_Next::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenFile \ +static_assert(alignof(MediaPlayer_OpenFile) == 0x000008, "Wrong alignment on MediaPlayer_OpenFile"); \ +static_assert(sizeof(MediaPlayer_OpenFile) == 0x000018, "Wrong size on MediaPlayer_OpenFile"); \ +static_assert(offsetof(MediaPlayer_OpenFile, FilePath) == 0x000000, "Member 'MediaPlayer_OpenFile::FilePath' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenFile, ReturnValue) == 0x000010, "Member 'MediaPlayer_OpenFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenPlaylist \ +static_assert(alignof(MediaPlayer_OpenPlaylist) == 0x000008, "Wrong alignment on MediaPlayer_OpenPlaylist"); \ +static_assert(sizeof(MediaPlayer_OpenPlaylist) == 0x000010, "Wrong size on MediaPlayer_OpenPlaylist"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylist, InPlaylist) == 0x000000, "Member 'MediaPlayer_OpenPlaylist::InPlaylist' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylist, ReturnValue) == 0x000008, "Member 'MediaPlayer_OpenPlaylist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenPlaylistIndex \ +static_assert(alignof(MediaPlayer_OpenPlaylistIndex) == 0x000008, "Wrong alignment on MediaPlayer_OpenPlaylistIndex"); \ +static_assert(sizeof(MediaPlayer_OpenPlaylistIndex) == 0x000010, "Wrong size on MediaPlayer_OpenPlaylistIndex"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylistIndex, InPlaylist) == 0x000000, "Member 'MediaPlayer_OpenPlaylistIndex::InPlaylist' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylistIndex, Index_0) == 0x000008, "Member 'MediaPlayer_OpenPlaylistIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylistIndex, ReturnValue) == 0x00000C, "Member 'MediaPlayer_OpenPlaylistIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenSource \ +static_assert(alignof(MediaPlayer_OpenSource) == 0x000008, "Wrong alignment on MediaPlayer_OpenSource"); \ +static_assert(sizeof(MediaPlayer_OpenSource) == 0x000010, "Wrong size on MediaPlayer_OpenSource"); \ +static_assert(offsetof(MediaPlayer_OpenSource, MediaSource) == 0x000000, "Member 'MediaPlayer_OpenSource::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSource, ReturnValue) == 0x000008, "Member 'MediaPlayer_OpenSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenSourceLatent \ +static_assert(alignof(MediaPlayer_OpenSourceLatent) == 0x000008, "Wrong alignment on MediaPlayer_OpenSourceLatent"); \ +static_assert(sizeof(MediaPlayer_OpenSourceLatent) == 0x0000F8, "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) == 0x0000F0, "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) == 0x0000D8, "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) == 0x0000D0, "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_Scrub \ +static_assert(alignof(MediaPlayer_Scrub) == 0x000008, "Wrong alignment on MediaPlayer_Scrub"); \ +static_assert(sizeof(MediaPlayer_Scrub) == 0x000010, "Wrong size on MediaPlayer_Scrub"); \ +static_assert(offsetof(MediaPlayer_Scrub, Time) == 0x000000, "Member 'MediaPlayer_Scrub::Time' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_Scrub, ReturnValue) == 0x000008, "Member 'MediaPlayer_Scrub::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Seek \ +static_assert(alignof(MediaPlayer_Seek) == 0x000008, "Wrong alignment on MediaPlayer_Seek"); \ +static_assert(sizeof(MediaPlayer_Seek) == 0x000010, "Wrong size on MediaPlayer_Seek"); \ +static_assert(offsetof(MediaPlayer_Seek, Time) == 0x000000, "Member 'MediaPlayer_Seek::Time' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_Seek, ReturnValue) == 0x000008, "Member 'MediaPlayer_Seek::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SelectTrack \ +static_assert(alignof(MediaPlayer_SelectTrack) == 0x000004, "Wrong alignment on MediaPlayer_SelectTrack"); \ +static_assert(sizeof(MediaPlayer_SelectTrack) == 0x00000C, "Wrong size on MediaPlayer_SelectTrack"); \ +static_assert(offsetof(MediaPlayer_SelectTrack, TrackType) == 0x000000, "Member 'MediaPlayer_SelectTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SelectTrack, TrackIndex) == 0x000004, "Member 'MediaPlayer_SelectTrack::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SelectTrack, ReturnValue) == 0x000008, "Member 'MediaPlayer_SelectTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetBlockOnTime \ +static_assert(alignof(MediaPlayer_SetBlockOnTime) == 0x000008, "Wrong alignment on MediaPlayer_SetBlockOnTime"); \ +static_assert(sizeof(MediaPlayer_SetBlockOnTime) == 0x000008, "Wrong size on MediaPlayer_SetBlockOnTime"); \ +static_assert(offsetof(MediaPlayer_SetBlockOnTime, Time) == 0x000000, "Member 'MediaPlayer_SetBlockOnTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetDesiredPlayerName \ +static_assert(alignof(MediaPlayer_SetDesiredPlayerName) == 0x000004, "Wrong alignment on MediaPlayer_SetDesiredPlayerName"); \ +static_assert(sizeof(MediaPlayer_SetDesiredPlayerName) == 0x000008, "Wrong size on MediaPlayer_SetDesiredPlayerName"); \ +static_assert(offsetof(MediaPlayer_SetDesiredPlayerName, PlayerName) == 0x000000, "Member 'MediaPlayer_SetDesiredPlayerName::PlayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetLooping \ +static_assert(alignof(MediaPlayer_SetLooping) == 0x000001, "Wrong alignment on MediaPlayer_SetLooping"); \ +static_assert(sizeof(MediaPlayer_SetLooping) == 0x000002, "Wrong size on MediaPlayer_SetLooping"); \ +static_assert(offsetof(MediaPlayer_SetLooping, Looping) == 0x000000, "Member 'MediaPlayer_SetLooping::Looping' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetLooping, ReturnValue) == 0x000001, "Member 'MediaPlayer_SetLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetMediaOptions \ +static_assert(alignof(MediaPlayer_SetMediaOptions) == 0x000008, "Wrong alignment on MediaPlayer_SetMediaOptions"); \ +static_assert(sizeof(MediaPlayer_SetMediaOptions) == 0x000008, "Wrong size on MediaPlayer_SetMediaOptions"); \ +static_assert(offsetof(MediaPlayer_SetMediaOptions, Options) == 0x000000, "Member 'MediaPlayer_SetMediaOptions::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetNativeVolume \ +static_assert(alignof(MediaPlayer_SetNativeVolume) == 0x000004, "Wrong alignment on MediaPlayer_SetNativeVolume"); \ +static_assert(sizeof(MediaPlayer_SetNativeVolume) == 0x000008, "Wrong size on MediaPlayer_SetNativeVolume"); \ +static_assert(offsetof(MediaPlayer_SetNativeVolume, Volume) == 0x000000, "Member 'MediaPlayer_SetNativeVolume::Volume' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetNativeVolume, ReturnValue) == 0x000004, "Member 'MediaPlayer_SetNativeVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetPlaybackTimeRange \ +static_assert(alignof(MediaPlayer_SetPlaybackTimeRange) == 0x000004, "Wrong alignment on MediaPlayer_SetPlaybackTimeRange"); \ +static_assert(sizeof(MediaPlayer_SetPlaybackTimeRange) == 0x00000C, "Wrong size on MediaPlayer_SetPlaybackTimeRange"); \ +static_assert(offsetof(MediaPlayer_SetPlaybackTimeRange, InTimeRange) == 0x000000, "Member 'MediaPlayer_SetPlaybackTimeRange::InTimeRange' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetPlaybackTimeRange, ReturnValue) == 0x000008, "Member 'MediaPlayer_SetPlaybackTimeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetRate \ +static_assert(alignof(MediaPlayer_SetRate) == 0x000004, "Wrong alignment on MediaPlayer_SetRate"); \ +static_assert(sizeof(MediaPlayer_SetRate) == 0x000008, "Wrong size on MediaPlayer_SetRate"); \ +static_assert(offsetof(MediaPlayer_SetRate, Rate) == 0x000000, "Member 'MediaPlayer_SetRate::Rate' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetRate, ReturnValue) == 0x000004, "Member 'MediaPlayer_SetRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetTimeDelay \ +static_assert(alignof(MediaPlayer_SetTimeDelay) == 0x000008, "Wrong alignment on MediaPlayer_SetTimeDelay"); \ +static_assert(sizeof(MediaPlayer_SetTimeDelay) == 0x000008, "Wrong size on MediaPlayer_SetTimeDelay"); \ +static_assert(offsetof(MediaPlayer_SetTimeDelay, TimeDelay_0) == 0x000000, "Member 'MediaPlayer_SetTimeDelay::TimeDelay_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetTrackFormat \ +static_assert(alignof(MediaPlayer_SetTrackFormat) == 0x000004, "Wrong alignment on MediaPlayer_SetTrackFormat"); \ +static_assert(sizeof(MediaPlayer_SetTrackFormat) == 0x000010, "Wrong size on MediaPlayer_SetTrackFormat"); \ +static_assert(offsetof(MediaPlayer_SetTrackFormat, TrackType) == 0x000000, "Member 'MediaPlayer_SetTrackFormat::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetTrackFormat, TrackIndex) == 0x000004, "Member 'MediaPlayer_SetTrackFormat::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetTrackFormat, FormatIndex) == 0x000008, "Member 'MediaPlayer_SetTrackFormat::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetTrackFormat, ReturnValue) == 0x00000C, "Member 'MediaPlayer_SetTrackFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetVideoTrackFrameRate \ +static_assert(alignof(MediaPlayer_SetVideoTrackFrameRate) == 0x000004, "Wrong alignment on MediaPlayer_SetVideoTrackFrameRate"); \ +static_assert(sizeof(MediaPlayer_SetVideoTrackFrameRate) == 0x000010, "Wrong size on MediaPlayer_SetVideoTrackFrameRate"); \ +static_assert(offsetof(MediaPlayer_SetVideoTrackFrameRate, TrackIndex) == 0x000000, "Member 'MediaPlayer_SetVideoTrackFrameRate::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetVideoTrackFrameRate, FormatIndex) == 0x000004, "Member 'MediaPlayer_SetVideoTrackFrameRate::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetVideoTrackFrameRate, FrameRate) == 0x000008, "Member 'MediaPlayer_SetVideoTrackFrameRate::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetVideoTrackFrameRate, ReturnValue) == 0x00000C, "Member 'MediaPlayer_SetVideoTrackFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetViewField \ +static_assert(alignof(MediaPlayer_SetViewField) == 0x000004, "Wrong alignment on MediaPlayer_SetViewField"); \ +static_assert(sizeof(MediaPlayer_SetViewField) == 0x00000C, "Wrong size on MediaPlayer_SetViewField"); \ +static_assert(offsetof(MediaPlayer_SetViewField, Horizontal) == 0x000000, "Member 'MediaPlayer_SetViewField::Horizontal' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetViewField, Vertical) == 0x000004, "Member 'MediaPlayer_SetViewField::Vertical' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetViewField, Absolute) == 0x000008, "Member 'MediaPlayer_SetViewField::Absolute' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetViewField, ReturnValue) == 0x000009, "Member 'MediaPlayer_SetViewField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetViewRotation \ +static_assert(alignof(MediaPlayer_SetViewRotation) == 0x000008, "Wrong alignment on MediaPlayer_SetViewRotation"); \ +static_assert(sizeof(MediaPlayer_SetViewRotation) == 0x000020, "Wrong size on MediaPlayer_SetViewRotation"); \ +static_assert(offsetof(MediaPlayer_SetViewRotation, Rotation) == 0x000000, "Member 'MediaPlayer_SetViewRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetViewRotation, Absolute) == 0x000018, "Member 'MediaPlayer_SetViewRotation::Absolute' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SetViewRotation, ReturnValue) == 0x000019, "Member 'MediaPlayer_SetViewRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_CanPause \ +static_assert(alignof(MediaPlayer_CanPause) == 0x000001, "Wrong alignment on MediaPlayer_CanPause"); \ +static_assert(sizeof(MediaPlayer_CanPause) == 0x000001, "Wrong size on MediaPlayer_CanPause"); \ +static_assert(offsetof(MediaPlayer_CanPause, ReturnValue) == 0x000000, "Member 'MediaPlayer_CanPause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetAudioTrackChannels \ +static_assert(alignof(MediaPlayer_GetAudioTrackChannels) == 0x000004, "Wrong alignment on MediaPlayer_GetAudioTrackChannels"); \ +static_assert(sizeof(MediaPlayer_GetAudioTrackChannels) == 0x00000C, "Wrong size on MediaPlayer_GetAudioTrackChannels"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackChannels, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetAudioTrackChannels::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackChannels, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetAudioTrackChannels::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackChannels, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetAudioTrackChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetAudioTrackSampleRate \ +static_assert(alignof(MediaPlayer_GetAudioTrackSampleRate) == 0x000004, "Wrong alignment on MediaPlayer_GetAudioTrackSampleRate"); \ +static_assert(sizeof(MediaPlayer_GetAudioTrackSampleRate) == 0x00000C, "Wrong size on MediaPlayer_GetAudioTrackSampleRate"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackSampleRate, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetAudioTrackSampleRate::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackSampleRate, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetAudioTrackSampleRate::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackSampleRate, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetAudioTrackSampleRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetAudioTrackType \ +static_assert(alignof(MediaPlayer_GetAudioTrackType) == 0x000008, "Wrong alignment on MediaPlayer_GetAudioTrackType"); \ +static_assert(sizeof(MediaPlayer_GetAudioTrackType) == 0x000018, "Wrong size on MediaPlayer_GetAudioTrackType"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackType, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetAudioTrackType::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackType, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetAudioTrackType::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetAudioTrackType, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetAudioTrackType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetDesiredPlayerName \ +static_assert(alignof(MediaPlayer_GetDesiredPlayerName) == 0x000004, "Wrong alignment on MediaPlayer_GetDesiredPlayerName"); \ +static_assert(sizeof(MediaPlayer_GetDesiredPlayerName) == 0x000008, "Wrong size on MediaPlayer_GetDesiredPlayerName"); \ +static_assert(offsetof(MediaPlayer_GetDesiredPlayerName, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetDesiredPlayerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetDisplayTime \ +static_assert(alignof(MediaPlayer_GetDisplayTime) == 0x000008, "Wrong alignment on MediaPlayer_GetDisplayTime"); \ +static_assert(sizeof(MediaPlayer_GetDisplayTime) == 0x000008, "Wrong size on MediaPlayer_GetDisplayTime"); \ +static_assert(offsetof(MediaPlayer_GetDisplayTime, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetDisplayTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetDisplayTimeStamp \ +static_assert(alignof(MediaPlayer_GetDisplayTimeStamp) == 0x000008, "Wrong alignment on MediaPlayer_GetDisplayTimeStamp"); \ +static_assert(sizeof(MediaPlayer_GetDisplayTimeStamp) == 0x000008, "Wrong size on MediaPlayer_GetDisplayTimeStamp"); \ +static_assert(offsetof(MediaPlayer_GetDisplayTimeStamp, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetDisplayTimeStamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetDuration \ +static_assert(alignof(MediaPlayer_GetDuration) == 0x000008, "Wrong alignment on MediaPlayer_GetDuration"); \ +static_assert(sizeof(MediaPlayer_GetDuration) == 0x000008, "Wrong size on MediaPlayer_GetDuration"); \ +static_assert(offsetof(MediaPlayer_GetDuration, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetHorizontalFieldOfView \ +static_assert(alignof(MediaPlayer_GetHorizontalFieldOfView) == 0x000004, "Wrong alignment on MediaPlayer_GetHorizontalFieldOfView"); \ +static_assert(sizeof(MediaPlayer_GetHorizontalFieldOfView) == 0x000004, "Wrong size on MediaPlayer_GetHorizontalFieldOfView"); \ +static_assert(offsetof(MediaPlayer_GetHorizontalFieldOfView, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetHorizontalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetMediaMetadataItems \ +static_assert(alignof(MediaPlayer_GetMediaMetadataItems) == 0x000008, "Wrong alignment on MediaPlayer_GetMediaMetadataItems"); \ +static_assert(sizeof(MediaPlayer_GetMediaMetadataItems) == 0x000050, "Wrong size on MediaPlayer_GetMediaMetadataItems"); \ +static_assert(offsetof(MediaPlayer_GetMediaMetadataItems, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetMediaMetadataItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetMediaName \ +static_assert(alignof(MediaPlayer_GetMediaName) == 0x000008, "Wrong alignment on MediaPlayer_GetMediaName"); \ +static_assert(sizeof(MediaPlayer_GetMediaName) == 0x000010, "Wrong size on MediaPlayer_GetMediaName"); \ +static_assert(offsetof(MediaPlayer_GetMediaName, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetMediaName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetNumTrackFormats \ +static_assert(alignof(MediaPlayer_GetNumTrackFormats) == 0x000004, "Wrong alignment on MediaPlayer_GetNumTrackFormats"); \ +static_assert(sizeof(MediaPlayer_GetNumTrackFormats) == 0x00000C, "Wrong size on MediaPlayer_GetNumTrackFormats"); \ +static_assert(offsetof(MediaPlayer_GetNumTrackFormats, TrackType) == 0x000000, "Member 'MediaPlayer_GetNumTrackFormats::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetNumTrackFormats, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetNumTrackFormats::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetNumTrackFormats, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetNumTrackFormats::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetNumTracks \ +static_assert(alignof(MediaPlayer_GetNumTracks) == 0x000004, "Wrong alignment on MediaPlayer_GetNumTracks"); \ +static_assert(sizeof(MediaPlayer_GetNumTracks) == 0x000008, "Wrong size on MediaPlayer_GetNumTracks"); \ +static_assert(offsetof(MediaPlayer_GetNumTracks, TrackType) == 0x000000, "Member 'MediaPlayer_GetNumTracks::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetNumTracks, ReturnValue) == 0x000004, "Member 'MediaPlayer_GetNumTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetPlayerName \ +static_assert(alignof(MediaPlayer_GetPlayerName) == 0x000004, "Wrong alignment on MediaPlayer_GetPlayerName"); \ +static_assert(sizeof(MediaPlayer_GetPlayerName) == 0x000008, "Wrong size on MediaPlayer_GetPlayerName"); \ +static_assert(offsetof(MediaPlayer_GetPlayerName, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetPlayerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetPlaylist \ +static_assert(alignof(MediaPlayer_GetPlaylist) == 0x000008, "Wrong alignment on MediaPlayer_GetPlaylist"); \ +static_assert(sizeof(MediaPlayer_GetPlaylist) == 0x000008, "Wrong size on MediaPlayer_GetPlaylist"); \ +static_assert(offsetof(MediaPlayer_GetPlaylist, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetPlaylist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetPlaylistIndex \ +static_assert(alignof(MediaPlayer_GetPlaylistIndex) == 0x000004, "Wrong alignment on MediaPlayer_GetPlaylistIndex"); \ +static_assert(sizeof(MediaPlayer_GetPlaylistIndex) == 0x000004, "Wrong size on MediaPlayer_GetPlaylistIndex"); \ +static_assert(offsetof(MediaPlayer_GetPlaylistIndex, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetPlaylistIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetRate \ +static_assert(alignof(MediaPlayer_GetRate) == 0x000004, "Wrong alignment on MediaPlayer_GetRate"); \ +static_assert(sizeof(MediaPlayer_GetRate) == 0x000004, "Wrong size on MediaPlayer_GetRate"); \ +static_assert(offsetof(MediaPlayer_GetRate, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetSelectedTrack \ +static_assert(alignof(MediaPlayer_GetSelectedTrack) == 0x000004, "Wrong alignment on MediaPlayer_GetSelectedTrack"); \ +static_assert(sizeof(MediaPlayer_GetSelectedTrack) == 0x000008, "Wrong size on MediaPlayer_GetSelectedTrack"); \ +static_assert(offsetof(MediaPlayer_GetSelectedTrack, TrackType) == 0x000000, "Member 'MediaPlayer_GetSelectedTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetSelectedTrack, ReturnValue) == 0x000004, "Member 'MediaPlayer_GetSelectedTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetSupportedRates \ +static_assert(alignof(MediaPlayer_GetSupportedRates) == 0x000008, "Wrong alignment on MediaPlayer_GetSupportedRates"); \ +static_assert(sizeof(MediaPlayer_GetSupportedRates) == 0x000018, "Wrong size on MediaPlayer_GetSupportedRates"); \ +static_assert(offsetof(MediaPlayer_GetSupportedRates, OutRates) == 0x000000, "Member 'MediaPlayer_GetSupportedRates::OutRates' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetSupportedRates, Unthinned) == 0x000010, "Member 'MediaPlayer_GetSupportedRates::Unthinned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTime \ +static_assert(alignof(MediaPlayer_GetTime) == 0x000008, "Wrong alignment on MediaPlayer_GetTime"); \ +static_assert(sizeof(MediaPlayer_GetTime) == 0x000008, "Wrong size on MediaPlayer_GetTime"); \ +static_assert(offsetof(MediaPlayer_GetTime, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTimeDelay \ +static_assert(alignof(MediaPlayer_GetTimeDelay) == 0x000008, "Wrong alignment on MediaPlayer_GetTimeDelay"); \ +static_assert(sizeof(MediaPlayer_GetTimeDelay) == 0x000008, "Wrong size on MediaPlayer_GetTimeDelay"); \ +static_assert(offsetof(MediaPlayer_GetTimeDelay, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetTimeDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTimeStamp \ +static_assert(alignof(MediaPlayer_GetTimeStamp) == 0x000008, "Wrong alignment on MediaPlayer_GetTimeStamp"); \ +static_assert(sizeof(MediaPlayer_GetTimeStamp) == 0x000008, "Wrong size on MediaPlayer_GetTimeStamp"); \ +static_assert(offsetof(MediaPlayer_GetTimeStamp, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetTimeStamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTrackDisplayName \ +static_assert(alignof(MediaPlayer_GetTrackDisplayName) == 0x000008, "Wrong alignment on MediaPlayer_GetTrackDisplayName"); \ +static_assert(sizeof(MediaPlayer_GetTrackDisplayName) == 0x000018, "Wrong size on MediaPlayer_GetTrackDisplayName"); \ +static_assert(offsetof(MediaPlayer_GetTrackDisplayName, TrackType) == 0x000000, "Member 'MediaPlayer_GetTrackDisplayName::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackDisplayName, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetTrackDisplayName::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackDisplayName, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetTrackDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTrackFormat \ +static_assert(alignof(MediaPlayer_GetTrackFormat) == 0x000004, "Wrong alignment on MediaPlayer_GetTrackFormat"); \ +static_assert(sizeof(MediaPlayer_GetTrackFormat) == 0x00000C, "Wrong size on MediaPlayer_GetTrackFormat"); \ +static_assert(offsetof(MediaPlayer_GetTrackFormat, TrackType) == 0x000000, "Member 'MediaPlayer_GetTrackFormat::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackFormat, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetTrackFormat::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackFormat, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetTrackFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTrackLanguage \ +static_assert(alignof(MediaPlayer_GetTrackLanguage) == 0x000008, "Wrong alignment on MediaPlayer_GetTrackLanguage"); \ +static_assert(sizeof(MediaPlayer_GetTrackLanguage) == 0x000018, "Wrong size on MediaPlayer_GetTrackLanguage"); \ +static_assert(offsetof(MediaPlayer_GetTrackLanguage, TrackType) == 0x000000, "Member 'MediaPlayer_GetTrackLanguage::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackLanguage, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetTrackLanguage::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackLanguage, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetTrackLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetUrl \ +static_assert(alignof(MediaPlayer_GetUrl) == 0x000008, "Wrong alignment on MediaPlayer_GetUrl"); \ +static_assert(sizeof(MediaPlayer_GetUrl) == 0x000010, "Wrong size on MediaPlayer_GetUrl"); \ +static_assert(offsetof(MediaPlayer_GetUrl, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVerticalFieldOfView \ +static_assert(alignof(MediaPlayer_GetVerticalFieldOfView) == 0x000004, "Wrong alignment on MediaPlayer_GetVerticalFieldOfView"); \ +static_assert(sizeof(MediaPlayer_GetVerticalFieldOfView) == 0x000004, "Wrong size on MediaPlayer_GetVerticalFieldOfView"); \ +static_assert(offsetof(MediaPlayer_GetVerticalFieldOfView, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetVerticalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackAspectRatio \ +static_assert(alignof(MediaPlayer_GetVideoTrackAspectRatio) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackAspectRatio"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackAspectRatio) == 0x00000C, "Wrong size on MediaPlayer_GetVideoTrackAspectRatio"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackAspectRatio, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackAspectRatio::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackAspectRatio, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackAspectRatio::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackAspectRatio, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackDimensions \ +static_assert(alignof(MediaPlayer_GetVideoTrackDimensions) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackDimensions"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackDimensions) == 0x000010, "Wrong size on MediaPlayer_GetVideoTrackDimensions"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackDimensions, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackDimensions::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackDimensions, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackDimensions::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackDimensions, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackDimensions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackFrameRate \ +static_assert(alignof(MediaPlayer_GetVideoTrackFrameRate) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackFrameRate"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackFrameRate) == 0x00000C, "Wrong size on MediaPlayer_GetVideoTrackFrameRate"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRate, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackFrameRate::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRate, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackFrameRate::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRate, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackFrameRates \ +static_assert(alignof(MediaPlayer_GetVideoTrackFrameRates) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackFrameRates"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackFrameRates) == 0x000018, "Wrong size on MediaPlayer_GetVideoTrackFrameRates"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRates, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackFrameRates::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRates, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackFrameRates::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRates, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackFrameRates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackType \ +static_assert(alignof(MediaPlayer_GetVideoTrackType) == 0x000008, "Wrong alignment on MediaPlayer_GetVideoTrackType"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackType) == 0x000018, "Wrong size on MediaPlayer_GetVideoTrackType"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackType, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackType::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackType, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackType::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackType, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetViewRotation \ +static_assert(alignof(MediaPlayer_GetViewRotation) == 0x000008, "Wrong alignment on MediaPlayer_GetViewRotation"); \ +static_assert(sizeof(MediaPlayer_GetViewRotation) == 0x000018, "Wrong size on MediaPlayer_GetViewRotation"); \ +static_assert(offsetof(MediaPlayer_GetViewRotation, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetViewRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_HasError \ +static_assert(alignof(MediaPlayer_HasError) == 0x000001, "Wrong alignment on MediaPlayer_HasError"); \ +static_assert(sizeof(MediaPlayer_HasError) == 0x000001, "Wrong size on MediaPlayer_HasError"); \ +static_assert(offsetof(MediaPlayer_HasError, ReturnValue) == 0x000000, "Member 'MediaPlayer_HasError::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsBuffering \ +static_assert(alignof(MediaPlayer_IsBuffering) == 0x000001, "Wrong alignment on MediaPlayer_IsBuffering"); \ +static_assert(sizeof(MediaPlayer_IsBuffering) == 0x000001, "Wrong size on MediaPlayer_IsBuffering"); \ +static_assert(offsetof(MediaPlayer_IsBuffering, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsBuffering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsClosed \ +static_assert(alignof(MediaPlayer_IsClosed) == 0x000001, "Wrong alignment on MediaPlayer_IsClosed"); \ +static_assert(sizeof(MediaPlayer_IsClosed) == 0x000001, "Wrong size on MediaPlayer_IsClosed"); \ +static_assert(offsetof(MediaPlayer_IsClosed, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsClosed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsConnecting \ +static_assert(alignof(MediaPlayer_IsConnecting) == 0x000001, "Wrong alignment on MediaPlayer_IsConnecting"); \ +static_assert(sizeof(MediaPlayer_IsConnecting) == 0x000001, "Wrong size on MediaPlayer_IsConnecting"); \ +static_assert(offsetof(MediaPlayer_IsConnecting, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsConnecting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsLooping \ +static_assert(alignof(MediaPlayer_IsLooping) == 0x000001, "Wrong alignment on MediaPlayer_IsLooping"); \ +static_assert(sizeof(MediaPlayer_IsLooping) == 0x000001, "Wrong size on MediaPlayer_IsLooping"); \ +static_assert(offsetof(MediaPlayer_IsLooping, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsPaused \ +static_assert(alignof(MediaPlayer_IsPaused) == 0x000001, "Wrong alignment on MediaPlayer_IsPaused"); \ +static_assert(sizeof(MediaPlayer_IsPaused) == 0x000001, "Wrong size on MediaPlayer_IsPaused"); \ +static_assert(offsetof(MediaPlayer_IsPaused, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsPlaying \ +static_assert(alignof(MediaPlayer_IsPlaying) == 0x000001, "Wrong alignment on MediaPlayer_IsPlaying"); \ +static_assert(sizeof(MediaPlayer_IsPlaying) == 0x000001, "Wrong size on MediaPlayer_IsPlaying"); \ +static_assert(offsetof(MediaPlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsPreparing \ +static_assert(alignof(MediaPlayer_IsPreparing) == 0x000001, "Wrong alignment on MediaPlayer_IsPreparing"); \ +static_assert(sizeof(MediaPlayer_IsPreparing) == 0x000001, "Wrong size on MediaPlayer_IsPreparing"); \ +static_assert(offsetof(MediaPlayer_IsPreparing, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsPreparing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_IsReady \ +static_assert(alignof(MediaPlayer_IsReady) == 0x000001, "Wrong alignment on MediaPlayer_IsReady"); \ +static_assert(sizeof(MediaPlayer_IsReady) == 0x000001, "Wrong size on MediaPlayer_IsReady"); \ +static_assert(offsetof(MediaPlayer_IsReady, ReturnValue) == 0x000000, "Member 'MediaPlayer_IsReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SupportsPlaybackTimeRange \ +static_assert(alignof(MediaPlayer_SupportsPlaybackTimeRange) == 0x000001, "Wrong alignment on MediaPlayer_SupportsPlaybackTimeRange"); \ +static_assert(sizeof(MediaPlayer_SupportsPlaybackTimeRange) == 0x000001, "Wrong size on MediaPlayer_SupportsPlaybackTimeRange"); \ +static_assert(offsetof(MediaPlayer_SupportsPlaybackTimeRange, ReturnValue) == 0x000000, "Member 'MediaPlayer_SupportsPlaybackTimeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SupportsRate \ +static_assert(alignof(MediaPlayer_SupportsRate) == 0x000004, "Wrong alignment on MediaPlayer_SupportsRate"); \ +static_assert(sizeof(MediaPlayer_SupportsRate) == 0x000008, "Wrong size on MediaPlayer_SupportsRate"); \ +static_assert(offsetof(MediaPlayer_SupportsRate, Rate) == 0x000000, "Member 'MediaPlayer_SupportsRate::Rate' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SupportsRate, Unthinned) == 0x000004, "Member 'MediaPlayer_SupportsRate::Unthinned' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SupportsRate, ReturnValue) == 0x000005, "Member 'MediaPlayer_SupportsRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SupportsScrubbing \ +static_assert(alignof(MediaPlayer_SupportsScrubbing) == 0x000001, "Wrong alignment on MediaPlayer_SupportsScrubbing"); \ +static_assert(sizeof(MediaPlayer_SupportsScrubbing) == 0x000001, "Wrong size on MediaPlayer_SupportsScrubbing"); \ +static_assert(offsetof(MediaPlayer_SupportsScrubbing, ReturnValue) == 0x000000, "Member 'MediaPlayer_SupportsScrubbing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SupportsSeeking \ +static_assert(alignof(MediaPlayer_SupportsSeeking) == 0x000001, "Wrong alignment on MediaPlayer_SupportsSeeking"); \ +static_assert(sizeof(MediaPlayer_SupportsSeeking) == 0x000001, "Wrong size on MediaPlayer_SupportsSeeking"); \ +static_assert(offsetof(MediaPlayer_SupportsSeeking, ReturnValue) == 0x000000, "Member 'MediaPlayer_SupportsSeeking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaPlayer \ +static_assert(alignof(UMediaPlayer) == 0x000008, "Wrong alignment on UMediaPlayer"); \ +static_assert(sizeof(UMediaPlayer) == 0x000188, "Wrong size on UMediaPlayer"); \ +static_assert(offsetof(UMediaPlayer, OnEndReached) == 0x000030, "Member 'UMediaPlayer::OnEndReached' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnMediaClosed) == 0x000040, "Member 'UMediaPlayer::OnMediaClosed' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnMediaOpened) == 0x000050, "Member 'UMediaPlayer::OnMediaOpened' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnMediaOpenFailed) == 0x000060, "Member 'UMediaPlayer::OnMediaOpenFailed' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnPlaybackResumed) == 0x000070, "Member 'UMediaPlayer::OnPlaybackResumed' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnPlaybackSuspended) == 0x000080, "Member 'UMediaPlayer::OnPlaybackSuspended' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnSeekCompleted) == 0x000090, "Member 'UMediaPlayer::OnSeekCompleted' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnTracksChanged) == 0x0000A0, "Member 'UMediaPlayer::OnTracksChanged' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnMetadataChanged) == 0x0000B0, "Member 'UMediaPlayer::OnMetadataChanged' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnBufferingStart) == 0x0000C0, "Member 'UMediaPlayer::OnBufferingStart' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnBufferingCompleted) == 0x0000D0, "Member 'UMediaPlayer::OnBufferingCompleted' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, CacheAhead) == 0x0000E0, "Member 'UMediaPlayer::CacheAhead' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, CacheBehind) == 0x0000E8, "Member 'UMediaPlayer::CacheBehind' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, CacheBehindGame) == 0x0000F0, "Member 'UMediaPlayer::CacheBehindGame' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, NativeAudioOut) == 0x0000F8, "Member 'UMediaPlayer::NativeAudioOut' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlayOnOpen) == 0x0000F9, "Member 'UMediaPlayer::PlayOnOpen' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, Playlist) == 0x000100, "Member 'UMediaPlayer::Playlist' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlaylistIndex) == 0x000108, "Member 'UMediaPlayer::PlaylistIndex' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, TimeDelay) == 0x000110, "Member 'UMediaPlayer::TimeDelay' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, HorizontalFieldOfView) == 0x000118, "Member 'UMediaPlayer::HorizontalFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, VerticalFieldOfView) == 0x00011C, "Member 'UMediaPlayer::VerticalFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, ViewRotation) == 0x000120, "Member 'UMediaPlayer::ViewRotation' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlayerGuid) == 0x000160, "Member 'UMediaPlayer::PlayerGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMediaPlayerProxyInterface \ +static_assert(alignof(IMediaPlayerProxyInterface) == 0x000001, "Wrong alignment on IMediaPlayerProxyInterface"); \ +static_assert(sizeof(IMediaPlayerProxyInterface) == 0x000001, "Wrong size on IMediaPlayerProxyInterface"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_Add \ +static_assert(alignof(MediaPlaylist_Add) == 0x000008, "Wrong alignment on MediaPlaylist_Add"); \ +static_assert(sizeof(MediaPlaylist_Add) == 0x000010, "Wrong size on MediaPlaylist_Add"); \ +static_assert(offsetof(MediaPlaylist_Add, MediaSource) == 0x000000, "Member 'MediaPlaylist_Add::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_Add, ReturnValue) == 0x000008, "Member 'MediaPlaylist_Add::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_AddFile \ +static_assert(alignof(MediaPlaylist_AddFile) == 0x000008, "Wrong alignment on MediaPlaylist_AddFile"); \ +static_assert(sizeof(MediaPlaylist_AddFile) == 0x000018, "Wrong size on MediaPlaylist_AddFile"); \ +static_assert(offsetof(MediaPlaylist_AddFile, FilePath) == 0x000000, "Member 'MediaPlaylist_AddFile::FilePath' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_AddFile, ReturnValue) == 0x000010, "Member 'MediaPlaylist_AddFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_AddUrl \ +static_assert(alignof(MediaPlaylist_AddUrl) == 0x000008, "Wrong alignment on MediaPlaylist_AddUrl"); \ +static_assert(sizeof(MediaPlaylist_AddUrl) == 0x000018, "Wrong size on MediaPlaylist_AddUrl"); \ +static_assert(offsetof(MediaPlaylist_AddUrl, URL) == 0x000000, "Member 'MediaPlaylist_AddUrl::URL' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_AddUrl, ReturnValue) == 0x000010, "Member 'MediaPlaylist_AddUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_Get \ +static_assert(alignof(MediaPlaylist_Get) == 0x000008, "Wrong alignment on MediaPlaylist_Get"); \ +static_assert(sizeof(MediaPlaylist_Get) == 0x000010, "Wrong size on MediaPlaylist_Get"); \ +static_assert(offsetof(MediaPlaylist_Get, Index_0) == 0x000000, "Member 'MediaPlaylist_Get::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_Get, ReturnValue) == 0x000008, "Member 'MediaPlaylist_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_GetNext \ +static_assert(alignof(MediaPlaylist_GetNext) == 0x000008, "Wrong alignment on MediaPlaylist_GetNext"); \ +static_assert(sizeof(MediaPlaylist_GetNext) == 0x000010, "Wrong size on MediaPlaylist_GetNext"); \ +static_assert(offsetof(MediaPlaylist_GetNext, InOutIndex) == 0x000000, "Member 'MediaPlaylist_GetNext::InOutIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_GetNext, ReturnValue) == 0x000008, "Member 'MediaPlaylist_GetNext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_GetPrevious \ +static_assert(alignof(MediaPlaylist_GetPrevious) == 0x000008, "Wrong alignment on MediaPlaylist_GetPrevious"); \ +static_assert(sizeof(MediaPlaylist_GetPrevious) == 0x000010, "Wrong size on MediaPlaylist_GetPrevious"); \ +static_assert(offsetof(MediaPlaylist_GetPrevious, InOutIndex) == 0x000000, "Member 'MediaPlaylist_GetPrevious::InOutIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_GetPrevious, ReturnValue) == 0x000008, "Member 'MediaPlaylist_GetPrevious::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_GetRandom \ +static_assert(alignof(MediaPlaylist_GetRandom) == 0x000008, "Wrong alignment on MediaPlaylist_GetRandom"); \ +static_assert(sizeof(MediaPlaylist_GetRandom) == 0x000010, "Wrong size on MediaPlaylist_GetRandom"); \ +static_assert(offsetof(MediaPlaylist_GetRandom, OutIndex) == 0x000000, "Member 'MediaPlaylist_GetRandom::OutIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_GetRandom, ReturnValue) == 0x000008, "Member 'MediaPlaylist_GetRandom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_Insert \ +static_assert(alignof(MediaPlaylist_Insert) == 0x000008, "Wrong alignment on MediaPlaylist_Insert"); \ +static_assert(sizeof(MediaPlaylist_Insert) == 0x000010, "Wrong size on MediaPlaylist_Insert"); \ +static_assert(offsetof(MediaPlaylist_Insert, MediaSource) == 0x000000, "Member 'MediaPlaylist_Insert::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_Insert, Index_0) == 0x000008, "Member 'MediaPlaylist_Insert::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_Num \ +static_assert(alignof(MediaPlaylist_Num) == 0x000004, "Wrong alignment on MediaPlaylist_Num"); \ +static_assert(sizeof(MediaPlaylist_Num) == 0x000004, "Wrong size on MediaPlaylist_Num"); \ +static_assert(offsetof(MediaPlaylist_Num, ReturnValue) == 0x000000, "Member 'MediaPlaylist_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_Remove \ +static_assert(alignof(MediaPlaylist_Remove) == 0x000008, "Wrong alignment on MediaPlaylist_Remove"); \ +static_assert(sizeof(MediaPlaylist_Remove) == 0x000010, "Wrong size on MediaPlaylist_Remove"); \ +static_assert(offsetof(MediaPlaylist_Remove, MediaSource) == 0x000000, "Member 'MediaPlaylist_Remove::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_Remove, ReturnValue) == 0x000008, "Member 'MediaPlaylist_Remove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_RemoveAt \ +static_assert(alignof(MediaPlaylist_RemoveAt) == 0x000004, "Wrong alignment on MediaPlaylist_RemoveAt"); \ +static_assert(sizeof(MediaPlaylist_RemoveAt) == 0x000008, "Wrong size on MediaPlaylist_RemoveAt"); \ +static_assert(offsetof(MediaPlaylist_RemoveAt, Index_0) == 0x000000, "Member 'MediaPlaylist_RemoveAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_RemoveAt, ReturnValue) == 0x000004, "Member 'MediaPlaylist_RemoveAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlaylist_Replace \ +static_assert(alignof(MediaPlaylist_Replace) == 0x000008, "Wrong alignment on MediaPlaylist_Replace"); \ +static_assert(sizeof(MediaPlaylist_Replace) == 0x000018, "Wrong size on MediaPlaylist_Replace"); \ +static_assert(offsetof(MediaPlaylist_Replace, Index_0) == 0x000000, "Member 'MediaPlaylist_Replace::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_Replace, Replacement) == 0x000008, "Member 'MediaPlaylist_Replace::Replacement' has a wrong offset!"); \ +static_assert(offsetof(MediaPlaylist_Replace, ReturnValue) == 0x000010, "Member 'MediaPlaylist_Replace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaPlaylist \ +static_assert(alignof(UMediaPlaylist) == 0x000008, "Wrong alignment on UMediaPlaylist"); \ +static_assert(sizeof(UMediaPlaylist) == 0x000038, "Wrong size on UMediaPlaylist"); \ +static_assert(offsetof(UMediaPlaylist, Items) == 0x000028, "Member 'UMediaPlaylist::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_BP_GetAttenuationSettingsToApply \ +static_assert(alignof(MediaSoundComponent_BP_GetAttenuationSettingsToApply) == 0x000008, "Wrong alignment on MediaSoundComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(sizeof(MediaSoundComponent_BP_GetAttenuationSettingsToApply) == 0x0003D8, "Wrong size on MediaSoundComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(offsetof(MediaSoundComponent_BP_GetAttenuationSettingsToApply, OutAttenuationSettings) == 0x000000, "Member 'MediaSoundComponent_BP_GetAttenuationSettingsToApply::OutAttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(MediaSoundComponent_BP_GetAttenuationSettingsToApply, ReturnValue) == 0x0003D0, "Member 'MediaSoundComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_GetNormalizedSpectralData \ +static_assert(alignof(MediaSoundComponent_GetNormalizedSpectralData) == 0x000008, "Wrong alignment on MediaSoundComponent_GetNormalizedSpectralData"); \ +static_assert(sizeof(MediaSoundComponent_GetNormalizedSpectralData) == 0x000010, "Wrong size on MediaSoundComponent_GetNormalizedSpectralData"); \ +static_assert(offsetof(MediaSoundComponent_GetNormalizedSpectralData, ReturnValue) == 0x000000, "Member 'MediaSoundComponent_GetNormalizedSpectralData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_GetSpectralData \ +static_assert(alignof(MediaSoundComponent_GetSpectralData) == 0x000008, "Wrong alignment on MediaSoundComponent_GetSpectralData"); \ +static_assert(sizeof(MediaSoundComponent_GetSpectralData) == 0x000010, "Wrong size on MediaSoundComponent_GetSpectralData"); \ +static_assert(offsetof(MediaSoundComponent_GetSpectralData, ReturnValue) == 0x000000, "Member 'MediaSoundComponent_GetSpectralData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_SetEnableEnvelopeFollowing \ +static_assert(alignof(MediaSoundComponent_SetEnableEnvelopeFollowing) == 0x000001, "Wrong alignment on MediaSoundComponent_SetEnableEnvelopeFollowing"); \ +static_assert(sizeof(MediaSoundComponent_SetEnableEnvelopeFollowing) == 0x000001, "Wrong size on MediaSoundComponent_SetEnableEnvelopeFollowing"); \ +static_assert(offsetof(MediaSoundComponent_SetEnableEnvelopeFollowing, bInEnvelopeFollowing) == 0x000000, "Member 'MediaSoundComponent_SetEnableEnvelopeFollowing::bInEnvelopeFollowing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_SetEnableSpectralAnalysis \ +static_assert(alignof(MediaSoundComponent_SetEnableSpectralAnalysis) == 0x000001, "Wrong alignment on MediaSoundComponent_SetEnableSpectralAnalysis"); \ +static_assert(sizeof(MediaSoundComponent_SetEnableSpectralAnalysis) == 0x000001, "Wrong size on MediaSoundComponent_SetEnableSpectralAnalysis"); \ +static_assert(offsetof(MediaSoundComponent_SetEnableSpectralAnalysis, bInSpectralAnalysisEnabled) == 0x000000, "Member 'MediaSoundComponent_SetEnableSpectralAnalysis::bInSpectralAnalysisEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_SetEnvelopeFollowingsettings \ +static_assert(alignof(MediaSoundComponent_SetEnvelopeFollowingsettings) == 0x000004, "Wrong alignment on MediaSoundComponent_SetEnvelopeFollowingsettings"); \ +static_assert(sizeof(MediaSoundComponent_SetEnvelopeFollowingsettings) == 0x000008, "Wrong size on MediaSoundComponent_SetEnvelopeFollowingsettings"); \ +static_assert(offsetof(MediaSoundComponent_SetEnvelopeFollowingsettings, AttackTimeMsec) == 0x000000, "Member 'MediaSoundComponent_SetEnvelopeFollowingsettings::AttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(MediaSoundComponent_SetEnvelopeFollowingsettings, ReleaseTimeMsec) == 0x000004, "Member 'MediaSoundComponent_SetEnvelopeFollowingsettings::ReleaseTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_SetMediaPlayer \ +static_assert(alignof(MediaSoundComponent_SetMediaPlayer) == 0x000008, "Wrong alignment on MediaSoundComponent_SetMediaPlayer"); \ +static_assert(sizeof(MediaSoundComponent_SetMediaPlayer) == 0x000008, "Wrong size on MediaSoundComponent_SetMediaPlayer"); \ +static_assert(offsetof(MediaSoundComponent_SetMediaPlayer, NewMediaPlayer) == 0x000000, "Member 'MediaSoundComponent_SetMediaPlayer::NewMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_SetSpectralAnalysisSettings \ +static_assert(alignof(MediaSoundComponent_SetSpectralAnalysisSettings) == 0x000008, "Wrong alignment on MediaSoundComponent_SetSpectralAnalysisSettings"); \ +static_assert(sizeof(MediaSoundComponent_SetSpectralAnalysisSettings) == 0x000018, "Wrong size on MediaSoundComponent_SetSpectralAnalysisSettings"); \ +static_assert(offsetof(MediaSoundComponent_SetSpectralAnalysisSettings, InFrequenciesToAnalyze) == 0x000000, "Member 'MediaSoundComponent_SetSpectralAnalysisSettings::InFrequenciesToAnalyze' has a wrong offset!"); \ +static_assert(offsetof(MediaSoundComponent_SetSpectralAnalysisSettings, InFFTSize) == 0x000010, "Member 'MediaSoundComponent_SetSpectralAnalysisSettings::InFFTSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_GetEnvelopeValue \ +static_assert(alignof(MediaSoundComponent_GetEnvelopeValue) == 0x000004, "Wrong alignment on MediaSoundComponent_GetEnvelopeValue"); \ +static_assert(sizeof(MediaSoundComponent_GetEnvelopeValue) == 0x000004, "Wrong size on MediaSoundComponent_GetEnvelopeValue"); \ +static_assert(offsetof(MediaSoundComponent_GetEnvelopeValue, ReturnValue) == 0x000000, "Member 'MediaSoundComponent_GetEnvelopeValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSoundComponent_GetMediaPlayer \ +static_assert(alignof(MediaSoundComponent_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaSoundComponent_GetMediaPlayer"); \ +static_assert(sizeof(MediaSoundComponent_GetMediaPlayer) == 0x000008, "Wrong size on MediaSoundComponent_GetMediaPlayer"); \ +static_assert(offsetof(MediaSoundComponent_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaSoundComponent_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaSoundComponent \ +static_assert(alignof(UMediaSoundComponent) == 0x000010, "Wrong alignment on UMediaSoundComponent"); \ +static_assert(sizeof(UMediaSoundComponent) == 0x000990, "Wrong size on UMediaSoundComponent"); \ +static_assert(offsetof(UMediaSoundComponent, Channels) == 0x0008B0, "Member 'UMediaSoundComponent::Channels' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, DynamicRateAdjustment) == 0x0008B4, "Member 'UMediaSoundComponent::DynamicRateAdjustment' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, RateAdjustmentFactor) == 0x0008B8, "Member 'UMediaSoundComponent::RateAdjustmentFactor' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, RateAdjustmentRange) == 0x0008BC, "Member 'UMediaSoundComponent::RateAdjustmentRange' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, MediaPlayer) == 0x0008D0, "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) == 0x000008, "Wrong alignment on UMediaTexture"); \ +static_assert(sizeof(UMediaTexture) == 0x000238, "Wrong size on UMediaTexture"); \ +static_assert(offsetof(UMediaTexture, AddressX) == 0x000150, "Member 'UMediaTexture::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, AddressY) == 0x000151, "Member 'UMediaTexture::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, AutoClear) == 0x000152, "Member 'UMediaTexture::AutoClear' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, ClearColor) == 0x000154, "Member 'UMediaTexture::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, EnableGenMips) == 0x000164, "Member 'UMediaTexture::EnableGenMips' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, NewStyleOutput) == 0x000165, "Member 'UMediaTexture::NewStyleOutput' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, CurrentAspectRatio) == 0x000168, "Member 'UMediaTexture::CurrentAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, CurrentOrientation) == 0x00016C, "Member 'UMediaTexture::CurrentOrientation' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, MediaPlayer) == 0x000170, "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) == 0x0000A0, "Wrong size on UTimeSynchronizableMediaSource"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, bUseTimeSynchronization) == 0x000088, "Member 'UTimeSynchronizableMediaSource::bUseTimeSynchronization' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, FrameDelay) == 0x00008C, "Member 'UTimeSynchronizableMediaSource::FrameDelay' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, TimeDelay) == 0x000090, "Member 'UTimeSynchronizableMediaSource::TimeDelay' has a wrong offset!"); \ +static_assert(offsetof(UTimeSynchronizableMediaSource, bAutoDetectInput) == 0x000098, "Member 'UTimeSynchronizableMediaSource::bAutoDetectInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices \ +static_assert(alignof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices) == 0x000008, "Wrong alignment on MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices"); \ +static_assert(sizeof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices) == 0x000018, "Wrong size on MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices, OutDevices) == 0x000000, "Member 'MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices::OutDevices' has a wrong offset!"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices, Filter) == 0x000010, "Member 'MediaBlueprintFunctionLibrary_EnumerateAudioCaptureDevices::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices \ +static_assert(alignof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices) == 0x000008, "Wrong alignment on MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices"); \ +static_assert(sizeof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices) == 0x000018, "Wrong size on MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices, OutDevices) == 0x000000, "Member 'MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices::OutDevices' has a wrong offset!"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices, Filter) == 0x000010, "Member 'MediaBlueprintFunctionLibrary_EnumerateVideoCaptureDevices::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices \ +static_assert(alignof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices) == 0x000008, "Wrong alignment on MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices"); \ +static_assert(sizeof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices) == 0x000018, "Wrong size on MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices, OutDevices) == 0x000000, "Member 'MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices::OutDevices' has a wrong offset!"); \ +static_assert(offsetof(MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices, Filter) == 0x000010, "Member 'MediaBlueprintFunctionLibrary_EnumerateWebcamCaptureDevices::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaBlueprintFunctionLibrary \ +static_assert(alignof(UMediaBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UMediaBlueprintFunctionLibrary"); \ +static_assert(sizeof(UMediaBlueprintFunctionLibrary) == 0x000028, "Wrong size on UMediaBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceBindingReference \ +static_assert(alignof(FLevelSequenceBindingReference) == 0x000008, "Wrong alignment on FLevelSequenceBindingReference"); \ +static_assert(sizeof(FLevelSequenceBindingReference) == 0x000040, "Wrong size on FLevelSequenceBindingReference"); \ +static_assert(offsetof(FLevelSequenceBindingReference, PackageName) == 0x000000, "Member 'FLevelSequenceBindingReference::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceBindingReference, ExternalObjectPath) == 0x000010, "Member 'FLevelSequenceBindingReference::ExternalObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceBindingReference, ObjectPath) == 0x000030, "Member 'FLevelSequenceBindingReference::ObjectPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceBindingReferenceArray \ +static_assert(alignof(FLevelSequenceBindingReferenceArray) == 0x000008, "Wrong alignment on FLevelSequenceBindingReferenceArray"); \ +static_assert(sizeof(FLevelSequenceBindingReferenceArray) == 0x000010, "Wrong size on FLevelSequenceBindingReferenceArray"); \ +static_assert(offsetof(FLevelSequenceBindingReferenceArray, References) == 0x000000, "Member 'FLevelSequenceBindingReferenceArray::References' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceCameraSettings \ +static_assert(alignof(FLevelSequenceCameraSettings) == 0x000001, "Wrong alignment on FLevelSequenceCameraSettings"); \ +static_assert(sizeof(FLevelSequenceCameraSettings) == 0x000002, "Wrong size on FLevelSequenceCameraSettings"); \ +static_assert(offsetof(FLevelSequenceCameraSettings, bOverrideAspectRatioAxisConstraint) == 0x000000, "Member 'FLevelSequenceCameraSettings::bOverrideAspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceCameraSettings, AspectRatioAxisConstraint) == 0x000001, "Member 'FLevelSequenceCameraSettings::AspectRatioAxisConstraint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceLegacyObjectReference \ +static_assert(alignof(FLevelSequenceLegacyObjectReference) == 0x000008, "Wrong alignment on FLevelSequenceLegacyObjectReference"); \ +static_assert(sizeof(FLevelSequenceLegacyObjectReference) == 0x000020, "Wrong size on FLevelSequenceLegacyObjectReference"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceObjectReferenceMap \ +static_assert(alignof(FLevelSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FLevelSequenceObjectReferenceMap"); \ +static_assert(sizeof(FLevelSequenceObjectReferenceMap) == 0x000050, "Wrong size on FLevelSequenceObjectReferenceMap"); \ + +#define DUMPER7_ASSERTS_FLegacyLazyObjectPtrFragment \ +static_assert(alignof(FLegacyLazyObjectPtrFragment) == 0x000004, "Wrong alignment on FLegacyLazyObjectPtrFragment"); \ +static_assert(sizeof(FLegacyLazyObjectPtrFragment) == 0x000010, "Wrong size on FLegacyLazyObjectPtrFragment"); \ +static_assert(offsetof(FLegacyLazyObjectPtrFragment, LazyObjectId) == 0x000000, "Member 'FLegacyLazyObjectPtrFragment::LazyObjectId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000080, "Wrong size on FLevelSequenceAnimSequenceLinkItem"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, SkelTrackGuid) == 0x000000, "Member 'FLevelSequenceAnimSequenceLinkItem::SkelTrackGuid' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, PathToAnimSequence) == 0x000010, "Member 'FLevelSequenceAnimSequenceLinkItem::PathToAnimSequence' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportTransforms) == 0x000030, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportTransforms' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportMorphTargets) == 0x000031, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportMorphTargets' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportAttributeCurves) == 0x000032, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportAttributeCurves' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportMaterialCurves) == 0x000033, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportMaterialCurves' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, Interpolation) == 0x000034, "Member 'FLevelSequenceAnimSequenceLinkItem::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, CurveInterpolation) == 0x000035, "Member 'FLevelSequenceAnimSequenceLinkItem::CurveInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bRecordInWorldSpace) == 0x000036, "Member 'FLevelSequenceAnimSequenceLinkItem::bRecordInWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bEvaluateAllSkeletalMeshComponents) == 0x000037, "Member 'FLevelSequenceAnimSequenceLinkItem::bEvaluateAllSkeletalMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, IncludeAnimationNames) == 0x000038, "Member 'FLevelSequenceAnimSequenceLinkItem::IncludeAnimationNames' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, ExcludeAnimationNames) == 0x000048, "Member 'FLevelSequenceAnimSequenceLinkItem::ExcludeAnimationNames' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, WarmUpFrames) == 0x000058, "Member 'FLevelSequenceAnimSequenceLinkItem::WarmUpFrames' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, DelayBeforeStart) == 0x00005C, "Member 'FLevelSequenceAnimSequenceLinkItem::DelayBeforeStart' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bUseCustomTimeRange) == 0x000060, "Member 'FLevelSequenceAnimSequenceLinkItem::bUseCustomTimeRange' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, CustomStartFrame) == 0x000064, "Member 'FLevelSequenceAnimSequenceLinkItem::CustomStartFrame' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, CustomEndFrame) == 0x000068, "Member 'FLevelSequenceAnimSequenceLinkItem::CustomEndFrame' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, CustomDisplayRate) == 0x00006C, "Member 'FLevelSequenceAnimSequenceLinkItem::CustomDisplayRate' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bUseCustomFrameRate) == 0x000074, "Member 'FLevelSequenceAnimSequenceLinkItem::bUseCustomFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, CustomFrameRate) == 0x000078, "Member 'FLevelSequenceAnimSequenceLinkItem::CustomFrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpgradedLevelSequenceBindingReferences \ +static_assert(alignof(FUpgradedLevelSequenceBindingReferences) == 0x000008, "Wrong alignment on FUpgradedLevelSequenceBindingReferences"); \ +static_assert(sizeof(FUpgradedLevelSequenceBindingReferences) == 0x000010, "Wrong size on FUpgradedLevelSequenceBindingReferences"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceBindingReferences \ +static_assert(alignof(FLevelSequenceBindingReferences) == 0x000008, "Wrong alignment on FLevelSequenceBindingReferences"); \ +static_assert(sizeof(FLevelSequenceBindingReferences) == 0x0000F0, "Wrong size on FLevelSequenceBindingReferences"); \ +static_assert(offsetof(FLevelSequenceBindingReferences, BindingIdToReferences) == 0x000000, "Member 'FLevelSequenceBindingReferences::BindingIdToReferences' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceBindingReferences, AnimSequenceInstances) == 0x000050, "Member 'FLevelSequenceBindingReferences::AnimSequenceInstances' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceBindingReferences, PostProcessInstances) == 0x0000A0, "Member 'FLevelSequenceBindingReferences::PostProcessInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceObject \ +static_assert(alignof(FLevelSequenceObject) == 0x000008, "Wrong alignment on FLevelSequenceObject"); \ +static_assert(sizeof(FLevelSequenceObject) == 0x000030, "Wrong size on FLevelSequenceObject"); \ +static_assert(offsetof(FLevelSequenceObject, ObjectOrOwner) == 0x000000, "Member 'FLevelSequenceObject::ObjectOrOwner' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceObject, ComponentName) == 0x000018, "Member 'FLevelSequenceObject::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceObject, CachedComponent) == 0x000028, "Member 'FLevelSequenceObject::CachedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequencePlayerSnapshot \ +static_assert(alignof(FLevelSequencePlayerSnapshot) == 0x000008, "Wrong alignment on FLevelSequencePlayerSnapshot"); \ +static_assert(sizeof(FLevelSequencePlayerSnapshot) == 0x0000A8, "Wrong size on FLevelSequencePlayerSnapshot"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, RootName) == 0x000000, "Member 'FLevelSequencePlayerSnapshot::RootName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, RootTime) == 0x000010, "Member 'FLevelSequencePlayerSnapshot::RootTime' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, SourceTime) == 0x000020, "Member 'FLevelSequencePlayerSnapshot::SourceTime' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotName) == 0x000030, "Member 'FLevelSequencePlayerSnapshot::CurrentShotName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotLocalTime) == 0x000040, "Member 'FLevelSequencePlayerSnapshot::CurrentShotLocalTime' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotSourceTime) == 0x000050, "Member 'FLevelSequencePlayerSnapshot::CurrentShotSourceTime' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, SourceTimecode) == 0x000060, "Member 'FLevelSequencePlayerSnapshot::SourceTimecode' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, CameraComponent) == 0x000070, "Member 'FLevelSequencePlayerSnapshot::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, ActiveShot) == 0x000098, "Member 'FLevelSequencePlayerSnapshot::ActiveShot' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, ShotID) == 0x0000A0, "Member 'FLevelSequencePlayerSnapshot::ShotID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDefaultLevelSequenceInstanceData \ +static_assert(alignof(UDefaultLevelSequenceInstanceData) == 0x000010, "Wrong alignment on UDefaultLevelSequenceInstanceData"); \ +static_assert(sizeof(UDefaultLevelSequenceInstanceData) == 0x0000A0, "Wrong size on UDefaultLevelSequenceInstanceData"); \ +static_assert(offsetof(UDefaultLevelSequenceInstanceData, TransformOriginActor) == 0x000030, "Member 'UDefaultLevelSequenceInstanceData::TransformOriginActor' has a wrong offset!"); \ +static_assert(offsetof(UDefaultLevelSequenceInstanceData, TransformOrigin) == 0x000040, "Member 'UDefaultLevelSequenceInstanceData::TransformOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSequenceLevelSequenceLink \ +static_assert(alignof(UAnimSequenceLevelSequenceLink) == 0x000008, "Wrong alignment on UAnimSequenceLevelSequenceLink"); \ +static_assert(sizeof(UAnimSequenceLevelSequenceLink) == 0x000058, "Wrong size on UAnimSequenceLevelSequenceLink"); \ +static_assert(offsetof(UAnimSequenceLevelSequenceLink, SkelTrackGuid) == 0x000028, "Member 'UAnimSequenceLevelSequenceLink::SkelTrackGuid' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceLevelSequenceLink, PathToLevelSequence) == 0x000038, "Member 'UAnimSequenceLevelSequenceLink::PathToLevelSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequence_CopyMetaData \ +static_assert(alignof(LevelSequence_CopyMetaData) == 0x000008, "Wrong alignment on LevelSequence_CopyMetaData"); \ +static_assert(sizeof(LevelSequence_CopyMetaData) == 0x000010, "Wrong size on LevelSequence_CopyMetaData"); \ +static_assert(offsetof(LevelSequence_CopyMetaData, InMetaData) == 0x000000, "Member 'LevelSequence_CopyMetaData::InMetaData' has a wrong offset!"); \ +static_assert(offsetof(LevelSequence_CopyMetaData, ReturnValue) == 0x000008, "Member 'LevelSequence_CopyMetaData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequence_FindOrAddMetaDataByClass \ +static_assert(alignof(LevelSequence_FindOrAddMetaDataByClass) == 0x000008, "Wrong alignment on LevelSequence_FindOrAddMetaDataByClass"); \ +static_assert(sizeof(LevelSequence_FindOrAddMetaDataByClass) == 0x000010, "Wrong size on LevelSequence_FindOrAddMetaDataByClass"); \ +static_assert(offsetof(LevelSequence_FindOrAddMetaDataByClass, InClass) == 0x000000, "Member 'LevelSequence_FindOrAddMetaDataByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(LevelSequence_FindOrAddMetaDataByClass, ReturnValue) == 0x000008, "Member 'LevelSequence_FindOrAddMetaDataByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequence_RemoveMetaDataByClass \ +static_assert(alignof(LevelSequence_RemoveMetaDataByClass) == 0x000008, "Wrong alignment on LevelSequence_RemoveMetaDataByClass"); \ +static_assert(sizeof(LevelSequence_RemoveMetaDataByClass) == 0x000008, "Wrong size on LevelSequence_RemoveMetaDataByClass"); \ +static_assert(offsetof(LevelSequence_RemoveMetaDataByClass, InClass) == 0x000000, "Member 'LevelSequence_RemoveMetaDataByClass::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequence_FindMetaDataByClass \ +static_assert(alignof(LevelSequence_FindMetaDataByClass) == 0x000008, "Wrong alignment on LevelSequence_FindMetaDataByClass"); \ +static_assert(sizeof(LevelSequence_FindMetaDataByClass) == 0x000010, "Wrong size on LevelSequence_FindMetaDataByClass"); \ +static_assert(offsetof(LevelSequence_FindMetaDataByClass, InClass) == 0x000000, "Member 'LevelSequence_FindMetaDataByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(LevelSequence_FindMetaDataByClass, ReturnValue) == 0x000008, "Member 'LevelSequence_FindMetaDataByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequence \ +static_assert(alignof(ULevelSequence) == 0x000008, "Wrong alignment on ULevelSequence"); \ +static_assert(sizeof(ULevelSequence) == 0x0000A0, "Wrong size on ULevelSequence"); \ +static_assert(offsetof(ULevelSequence, MovieScene) == 0x000070, "Member 'ULevelSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, BindingReferences) == 0x000078, "Member 'ULevelSequence::BindingReferences' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, DirectorClass) == 0x000088, "Member 'ULevelSequence::DirectorClass' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, AssetUserData) == 0x000090, "Member 'ULevelSequence::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceBurnInInitSettings \ +static_assert(alignof(ULevelSequenceBurnInInitSettings) == 0x000008, "Wrong alignment on ULevelSequenceBurnInInitSettings"); \ +static_assert(sizeof(ULevelSequenceBurnInInitSettings) == 0x000028, "Wrong size on ULevelSequenceBurnInInitSettings"); \ + +#define DUMPER7_ASSERTS_LevelSequenceBurnInOptions_SetBurnIn \ +static_assert(alignof(LevelSequenceBurnInOptions_SetBurnIn) == 0x000008, "Wrong alignment on LevelSequenceBurnInOptions_SetBurnIn"); \ +static_assert(sizeof(LevelSequenceBurnInOptions_SetBurnIn) == 0x000020, "Wrong size on LevelSequenceBurnInOptions_SetBurnIn"); \ +static_assert(offsetof(LevelSequenceBurnInOptions_SetBurnIn, InBurnInClass) == 0x000000, "Member 'LevelSequenceBurnInOptions_SetBurnIn::InBurnInClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceBurnInOptions \ +static_assert(alignof(ULevelSequenceBurnInOptions) == 0x000008, "Wrong alignment on ULevelSequenceBurnInOptions"); \ +static_assert(sizeof(ULevelSequenceBurnInOptions) == 0x000058, "Wrong size on ULevelSequenceBurnInOptions"); \ +static_assert(offsetof(ULevelSequenceBurnInOptions, bUseBurnIn) == 0x000028, "Member 'ULevelSequenceBurnInOptions::bUseBurnIn' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnInOptions, BurnInClass) == 0x000030, "Member 'ULevelSequenceBurnInOptions::BurnInClass' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnInOptions, Settings) == 0x000050, "Member 'ULevelSequenceBurnInOptions::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_AddBinding \ +static_assert(alignof(LevelSequenceActor_AddBinding) == 0x000008, "Wrong alignment on LevelSequenceActor_AddBinding"); \ +static_assert(sizeof(LevelSequenceActor_AddBinding) == 0x000028, "Wrong size on LevelSequenceActor_AddBinding"); \ +static_assert(offsetof(LevelSequenceActor_AddBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_AddBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBinding, Actor) == 0x000018, "Member 'LevelSequenceActor_AddBinding::Actor' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBinding, bAllowBindingsFromAsset) == 0x000020, "Member 'LevelSequenceActor_AddBinding::bAllowBindingsFromAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_AddBindingByTag \ +static_assert(alignof(LevelSequenceActor_AddBindingByTag) == 0x000008, "Wrong alignment on LevelSequenceActor_AddBindingByTag"); \ +static_assert(sizeof(LevelSequenceActor_AddBindingByTag) == 0x000018, "Wrong size on LevelSequenceActor_AddBindingByTag"); \ +static_assert(offsetof(LevelSequenceActor_AddBindingByTag, BindingTag) == 0x000000, "Member 'LevelSequenceActor_AddBindingByTag::BindingTag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBindingByTag, Actor) == 0x000008, "Member 'LevelSequenceActor_AddBindingByTag::Actor' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_AddBindingByTag, bAllowBindingsFromAsset) == 0x000010, "Member 'LevelSequenceActor_AddBindingByTag::bAllowBindingsFromAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_RemoveBinding \ +static_assert(alignof(LevelSequenceActor_RemoveBinding) == 0x000008, "Wrong alignment on LevelSequenceActor_RemoveBinding"); \ +static_assert(sizeof(LevelSequenceActor_RemoveBinding) == 0x000020, "Wrong size on LevelSequenceActor_RemoveBinding"); \ +static_assert(offsetof(LevelSequenceActor_RemoveBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_RemoveBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_RemoveBinding, Actor) == 0x000018, "Member 'LevelSequenceActor_RemoveBinding::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_RemoveBindingByTag \ +static_assert(alignof(LevelSequenceActor_RemoveBindingByTag) == 0x000008, "Wrong alignment on LevelSequenceActor_RemoveBindingByTag"); \ +static_assert(sizeof(LevelSequenceActor_RemoveBindingByTag) == 0x000010, "Wrong size on LevelSequenceActor_RemoveBindingByTag"); \ +static_assert(offsetof(LevelSequenceActor_RemoveBindingByTag, Tag) == 0x000000, "Member 'LevelSequenceActor_RemoveBindingByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_RemoveBindingByTag, Actor) == 0x000008, "Member 'LevelSequenceActor_RemoveBindingByTag::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_ResetBinding \ +static_assert(alignof(LevelSequenceActor_ResetBinding) == 0x000004, "Wrong alignment on LevelSequenceActor_ResetBinding"); \ +static_assert(sizeof(LevelSequenceActor_ResetBinding) == 0x000018, "Wrong size on LevelSequenceActor_ResetBinding"); \ +static_assert(offsetof(LevelSequenceActor_ResetBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_ResetBinding::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_SetBinding \ +static_assert(alignof(LevelSequenceActor_SetBinding) == 0x000008, "Wrong alignment on LevelSequenceActor_SetBinding"); \ +static_assert(sizeof(LevelSequenceActor_SetBinding) == 0x000030, "Wrong size on LevelSequenceActor_SetBinding"); \ +static_assert(offsetof(LevelSequenceActor_SetBinding, Binding) == 0x000000, "Member 'LevelSequenceActor_SetBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBinding, Actors) == 0x000018, "Member 'LevelSequenceActor_SetBinding::Actors' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBinding, bAllowBindingsFromAsset) == 0x000028, "Member 'LevelSequenceActor_SetBinding::bAllowBindingsFromAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_SetBindingByTag \ +static_assert(alignof(LevelSequenceActor_SetBindingByTag) == 0x000008, "Wrong alignment on LevelSequenceActor_SetBindingByTag"); \ +static_assert(sizeof(LevelSequenceActor_SetBindingByTag) == 0x000020, "Wrong size on LevelSequenceActor_SetBindingByTag"); \ +static_assert(offsetof(LevelSequenceActor_SetBindingByTag, BindingTag) == 0x000000, "Member 'LevelSequenceActor_SetBindingByTag::BindingTag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBindingByTag, Actors) == 0x000008, "Member 'LevelSequenceActor_SetBindingByTag::Actors' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_SetBindingByTag, bAllowBindingsFromAsset) == 0x000018, "Member 'LevelSequenceActor_SetBindingByTag::bAllowBindingsFromAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_SetReplicatePlayback \ +static_assert(alignof(LevelSequenceActor_SetReplicatePlayback) == 0x000001, "Wrong alignment on LevelSequenceActor_SetReplicatePlayback"); \ +static_assert(sizeof(LevelSequenceActor_SetReplicatePlayback) == 0x000001, "Wrong size on LevelSequenceActor_SetReplicatePlayback"); \ +static_assert(offsetof(LevelSequenceActor_SetReplicatePlayback, ReplicatePlayback) == 0x000000, "Member 'LevelSequenceActor_SetReplicatePlayback::ReplicatePlayback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_SetSequence \ +static_assert(alignof(LevelSequenceActor_SetSequence) == 0x000008, "Wrong alignment on LevelSequenceActor_SetSequence"); \ +static_assert(sizeof(LevelSequenceActor_SetSequence) == 0x000008, "Wrong size on LevelSequenceActor_SetSequence"); \ +static_assert(offsetof(LevelSequenceActor_SetSequence, InSequence) == 0x000000, "Member 'LevelSequenceActor_SetSequence::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_FindNamedBinding \ +static_assert(alignof(LevelSequenceActor_FindNamedBinding) == 0x000004, "Wrong alignment on LevelSequenceActor_FindNamedBinding"); \ +static_assert(sizeof(LevelSequenceActor_FindNamedBinding) == 0x000020, "Wrong size on LevelSequenceActor_FindNamedBinding"); \ +static_assert(offsetof(LevelSequenceActor_FindNamedBinding, Tag) == 0x000000, "Member 'LevelSequenceActor_FindNamedBinding::Tag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_FindNamedBinding, ReturnValue) == 0x000008, "Member 'LevelSequenceActor_FindNamedBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_FindNamedBindings \ +static_assert(alignof(LevelSequenceActor_FindNamedBindings) == 0x000008, "Wrong alignment on LevelSequenceActor_FindNamedBindings"); \ +static_assert(sizeof(LevelSequenceActor_FindNamedBindings) == 0x000018, "Wrong size on LevelSequenceActor_FindNamedBindings"); \ +static_assert(offsetof(LevelSequenceActor_FindNamedBindings, Tag) == 0x000000, "Member 'LevelSequenceActor_FindNamedBindings::Tag' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceActor_FindNamedBindings, ReturnValue) == 0x000008, "Member 'LevelSequenceActor_FindNamedBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_GetSequence \ +static_assert(alignof(LevelSequenceActor_GetSequence) == 0x000008, "Wrong alignment on LevelSequenceActor_GetSequence"); \ +static_assert(sizeof(LevelSequenceActor_GetSequence) == 0x000008, "Wrong size on LevelSequenceActor_GetSequence"); \ +static_assert(offsetof(LevelSequenceActor_GetSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceActor_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceActor_GetSequencePlayer \ +static_assert(alignof(LevelSequenceActor_GetSequencePlayer) == 0x000008, "Wrong alignment on LevelSequenceActor_GetSequencePlayer"); \ +static_assert(sizeof(LevelSequenceActor_GetSequencePlayer) == 0x000008, "Wrong size on LevelSequenceActor_GetSequencePlayer"); \ +static_assert(offsetof(LevelSequenceActor_GetSequencePlayer, ReturnValue) == 0x000000, "Member 'LevelSequenceActor_GetSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelSequenceActor \ +static_assert(alignof(ALevelSequenceActor) == 0x000008, "Wrong alignment on ALevelSequenceActor"); \ +static_assert(sizeof(ALevelSequenceActor) == 0x000358, "Wrong size on ALevelSequenceActor"); \ +static_assert(offsetof(ALevelSequenceActor, PlaybackSettings) == 0x0002C8, "Member 'ALevelSequenceActor::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, SequencePlayer) == 0x0002F0, "Member 'ALevelSequenceActor::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, LevelSequenceAsset) == 0x0002F8, "Member 'ALevelSequenceActor::LevelSequenceAsset' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, CameraSettings) == 0x000300, "Member 'ALevelSequenceActor::CameraSettings' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BurnInOptions) == 0x000308, "Member 'ALevelSequenceActor::BurnInOptions' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BindingOverrides) == 0x000310, "Member 'ALevelSequenceActor::BindingOverrides' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, DefaultInstanceData) == 0x000320, "Member 'ALevelSequenceActor::DefaultInstanceData' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BurnInInstance) == 0x000328, "Member 'ALevelSequenceActor::BurnInInstance' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, bShowBurnin) == 0x000330, "Member 'ALevelSequenceActor::bShowBurnin' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, WorldPartitionResolveData) == 0x000334, "Member 'ALevelSequenceActor::WorldPartitionResolveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AReplicatedLevelSequenceActor \ +static_assert(alignof(AReplicatedLevelSequenceActor) == 0x000008, "Wrong alignment on AReplicatedLevelSequenceActor"); \ +static_assert(sizeof(AReplicatedLevelSequenceActor) == 0x000358, "Wrong size on AReplicatedLevelSequenceActor"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceAnimSequenceLink \ +static_assert(alignof(ULevelSequenceAnimSequenceLink) == 0x000008, "Wrong alignment on ULevelSequenceAnimSequenceLink"); \ +static_assert(sizeof(ULevelSequenceAnimSequenceLink) == 0x000038, "Wrong size on ULevelSequenceAnimSequenceLink"); \ +static_assert(offsetof(ULevelSequenceAnimSequenceLink, AnimSequenceLinks) == 0x000028, "Member 'ULevelSequenceAnimSequenceLink::AnimSequenceLinks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceBurnIn_SetSettings \ +static_assert(alignof(LevelSequenceBurnIn_SetSettings) == 0x000008, "Wrong alignment on LevelSequenceBurnIn_SetSettings"); \ +static_assert(sizeof(LevelSequenceBurnIn_SetSettings) == 0x000008, "Wrong size on LevelSequenceBurnIn_SetSettings"); \ +static_assert(offsetof(LevelSequenceBurnIn_SetSettings, InSettings) == 0x000000, "Member 'LevelSequenceBurnIn_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceBurnIn_GetSettingsClass \ +static_assert(alignof(LevelSequenceBurnIn_GetSettingsClass) == 0x000008, "Wrong alignment on LevelSequenceBurnIn_GetSettingsClass"); \ +static_assert(sizeof(LevelSequenceBurnIn_GetSettingsClass) == 0x000008, "Wrong size on LevelSequenceBurnIn_GetSettingsClass"); \ +static_assert(offsetof(LevelSequenceBurnIn_GetSettingsClass, ReturnValue) == 0x000000, "Member 'LevelSequenceBurnIn_GetSettingsClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceBurnIn \ +static_assert(alignof(ULevelSequenceBurnIn) == 0x000008, "Wrong alignment on ULevelSequenceBurnIn"); \ +static_assert(sizeof(ULevelSequenceBurnIn) == 0x0003D8, "Wrong size on ULevelSequenceBurnIn"); \ +static_assert(offsetof(ULevelSequenceBurnIn, FrameInformation) == 0x000328, "Member 'ULevelSequenceBurnIn::FrameInformation' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnIn, LevelSequenceActor) == 0x0003D0, "Member 'ULevelSequenceBurnIn::LevelSequenceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundActor \ +static_assert(alignof(LevelSequenceDirector_GetBoundActor) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundActor"); \ +static_assert(sizeof(LevelSequenceDirector_GetBoundActor) == 0x000020, "Wrong size on LevelSequenceDirector_GetBoundActor"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundActor, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundActor::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundActor, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundActors \ +static_assert(alignof(LevelSequenceDirector_GetBoundActors) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundActors"); \ +static_assert(sizeof(LevelSequenceDirector_GetBoundActors) == 0x000028, "Wrong size on LevelSequenceDirector_GetBoundActors"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundActors, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundActors::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundActors, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundObject \ +static_assert(alignof(LevelSequenceDirector_GetBoundObject) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundObject"); \ +static_assert(sizeof(LevelSequenceDirector_GetBoundObject) == 0x000020, "Wrong size on LevelSequenceDirector_GetBoundObject"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundObject, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundObject::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundObject, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundObjects \ +static_assert(alignof(LevelSequenceDirector_GetBoundObjects) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundObjects"); \ +static_assert(sizeof(LevelSequenceDirector_GetBoundObjects) == 0x000028, "Wrong size on LevelSequenceDirector_GetBoundObjects"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundObjects, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundObjects::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundObjects, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetSequence \ +static_assert(alignof(LevelSequenceDirector_GetSequence) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetSequence"); \ +static_assert(sizeof(LevelSequenceDirector_GetSequence) == 0x000008, "Wrong size on LevelSequenceDirector_GetSequence"); \ +static_assert(offsetof(LevelSequenceDirector_GetSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceDirector_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetCurrentTime \ +static_assert(alignof(LevelSequenceDirector_GetCurrentTime) == 0x000004, "Wrong alignment on LevelSequenceDirector_GetCurrentTime"); \ +static_assert(sizeof(LevelSequenceDirector_GetCurrentTime) == 0x000010, "Wrong size on LevelSequenceDirector_GetCurrentTime"); \ +static_assert(offsetof(LevelSequenceDirector_GetCurrentTime, ReturnValue) == 0x000000, "Member 'LevelSequenceDirector_GetCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetRootSequenceCustomClock \ +static_assert(alignof(LevelSequenceDirector_GetRootSequenceCustomClock) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetRootSequenceCustomClock"); \ +static_assert(sizeof(LevelSequenceDirector_GetRootSequenceCustomClock) == 0x000008, "Wrong size on LevelSequenceDirector_GetRootSequenceCustomClock"); \ +static_assert(offsetof(LevelSequenceDirector_GetRootSequenceCustomClock, ReturnValue) == 0x000000, "Member 'LevelSequenceDirector_GetRootSequenceCustomClock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetRootSequenceTime \ +static_assert(alignof(LevelSequenceDirector_GetRootSequenceTime) == 0x000004, "Wrong alignment on LevelSequenceDirector_GetRootSequenceTime"); \ +static_assert(sizeof(LevelSequenceDirector_GetRootSequenceTime) == 0x000010, "Wrong size on LevelSequenceDirector_GetRootSequenceTime"); \ +static_assert(offsetof(LevelSequenceDirector_GetRootSequenceTime, ReturnValue) == 0x000000, "Member 'LevelSequenceDirector_GetRootSequenceTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetSequenceCustomClock \ +static_assert(alignof(LevelSequenceDirector_GetSequenceCustomClock) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetSequenceCustomClock"); \ +static_assert(sizeof(LevelSequenceDirector_GetSequenceCustomClock) == 0x000008, "Wrong size on LevelSequenceDirector_GetSequenceCustomClock"); \ +static_assert(offsetof(LevelSequenceDirector_GetSequenceCustomClock, ReturnValue) == 0x000000, "Member 'LevelSequenceDirector_GetSequenceCustomClock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceDirector \ +static_assert(alignof(ULevelSequenceDirector) == 0x000008, "Wrong alignment on ULevelSequenceDirector"); \ +static_assert(sizeof(ULevelSequenceDirector) == 0x000048, "Wrong size on ULevelSequenceDirector"); \ +static_assert(offsetof(ULevelSequenceDirector, SubSequenceID) == 0x000028, "Member 'ULevelSequenceDirector::SubSequenceID' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, WeakLinker) == 0x00002C, "Member 'ULevelSequenceDirector::WeakLinker' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, InstanceId) == 0x000034, "Member 'ULevelSequenceDirector::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, InstanceSerial) == 0x000036, "Member 'ULevelSequenceDirector::InstanceSerial' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, Player) == 0x000038, "Member 'ULevelSequenceDirector::Player' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, MovieScenePlayerIndex) == 0x000040, "Member 'ULevelSequenceDirector::MovieScenePlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULegacyLevelSequenceDirectorBlueprint \ +static_assert(alignof(ULegacyLevelSequenceDirectorBlueprint) == 0x000008, "Wrong alignment on ULegacyLevelSequenceDirectorBlueprint"); \ +static_assert(sizeof(ULegacyLevelSequenceDirectorBlueprint) == 0x0000A8, "Wrong size on ULegacyLevelSequenceDirectorBlueprint"); \ + +#define DUMPER7_ASSERTS_LevelSequencePlayer_CreateLevelSequencePlayer \ +static_assert(alignof(LevelSequencePlayer_CreateLevelSequencePlayer) == 0x000008, "Wrong alignment on LevelSequencePlayer_CreateLevelSequencePlayer"); \ +static_assert(sizeof(LevelSequencePlayer_CreateLevelSequencePlayer) == 0x000048, "Wrong size on LevelSequencePlayer_CreateLevelSequencePlayer"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, WorldContextObject) == 0x000000, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, LevelSequence) == 0x000008, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, Settings) == 0x000010, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::Settings' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, OutActor) == 0x000038, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::OutActor' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, ReturnValue) == 0x000040, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequencePlayer_GetActiveCameraComponent \ +static_assert(alignof(LevelSequencePlayer_GetActiveCameraComponent) == 0x000008, "Wrong alignment on LevelSequencePlayer_GetActiveCameraComponent"); \ +static_assert(sizeof(LevelSequencePlayer_GetActiveCameraComponent) == 0x000008, "Wrong size on LevelSequencePlayer_GetActiveCameraComponent"); \ +static_assert(offsetof(LevelSequencePlayer_GetActiveCameraComponent, ReturnValue) == 0x000000, "Member 'LevelSequencePlayer_GetActiveCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequencePlayer \ +static_assert(alignof(ULevelSequencePlayer) == 0x000008, "Wrong alignment on ULevelSequencePlayer"); \ +static_assert(sizeof(ULevelSequencePlayer) == 0x000590, "Wrong size on ULevelSequencePlayer"); \ +static_assert(offsetof(ULevelSequencePlayer, OnCameraCut) == 0x000480, "Member 'ULevelSequencePlayer::OnCameraCut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceProjectSettings \ +static_assert(alignof(ULevelSequenceProjectSettings) == 0x000008, "Wrong alignment on ULevelSequenceProjectSettings"); \ +static_assert(sizeof(ULevelSequenceProjectSettings) == 0x000068, "Wrong size on ULevelSequenceProjectSettings"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, bDefaultLockEngineToDisplayRate) == 0x000038, "Member 'ULevelSequenceProjectSettings::bDefaultLockEngineToDisplayRate' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, DefaultDisplayRate) == 0x000040, "Member 'ULevelSequenceProjectSettings::DefaultDisplayRate' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, DefaultTickResolution) == 0x000050, "Member 'ULevelSequenceProjectSettings::DefaultTickResolution' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceProjectSettings, DefaultClockSource) == 0x000060, "Member 'ULevelSequenceProjectSettings::DefaultClockSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_ClearFavoriteRating \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_ClearFavoriteRating) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_ClearFavoriteRating"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_ClearFavoriteRating) == 0x000008, "Wrong size on LevelSequenceShotMetaDataLibrary_ClearFavoriteRating"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_ClearFavoriteRating, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_ClearFavoriteRating::InLevelSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_ClearIsFlagged \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_ClearIsFlagged) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_ClearIsFlagged"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_ClearIsFlagged) == 0x000008, "Wrong size on LevelSequenceShotMetaDataLibrary_ClearIsFlagged"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_ClearIsFlagged, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_ClearIsFlagged::InLevelSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_ClearIsNoGood \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_ClearIsNoGood) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_ClearIsNoGood"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_ClearIsNoGood) == 0x000008, "Wrong size on LevelSequenceShotMetaDataLibrary_ClearIsNoGood"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_ClearIsNoGood, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_ClearIsNoGood::InLevelSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_ClearIsRecorded \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_ClearIsRecorded) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_ClearIsRecorded"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_ClearIsRecorded) == 0x000008, "Wrong size on LevelSequenceShotMetaDataLibrary_ClearIsRecorded"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_ClearIsRecorded, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_ClearIsRecorded::InLevelSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_ClearIsSubSequence \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_ClearIsSubSequence) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_ClearIsSubSequence"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_ClearIsSubSequence) == 0x000008, "Wrong size on LevelSequenceShotMetaDataLibrary_ClearIsSubSequence"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_ClearIsSubSequence, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_ClearIsSubSequence::InLevelSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetFavoriteRating \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetFavoriteRating) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetFavoriteRating"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetFavoriteRating) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_GetFavoriteRating"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetFavoriteRating, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetFavoriteRating::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetFavoriteRating, OutFavoriteRating) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_GetFavoriteRating::OutFavoriteRating' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetFavoriteRating, ReturnValue) == 0x00000C, "Member 'LevelSequenceShotMetaDataLibrary_GetFavoriteRating::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetFavoriteRatingAssetTag \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetFavoriteRatingAssetTag) == 0x000004, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetFavoriteRatingAssetTag"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetFavoriteRatingAssetTag) == 0x000008, "Wrong size on LevelSequenceShotMetaDataLibrary_GetFavoriteRatingAssetTag"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetFavoriteRatingAssetTag, ReturnValue) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetFavoriteRatingAssetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetFavoriteRatingByAssetData \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetFavoriteRatingByAssetData) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetFavoriteRatingByAssetData"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetFavoriteRatingByAssetData) == 0x000070, "Wrong size on LevelSequenceShotMetaDataLibrary_GetFavoriteRatingByAssetData"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetFavoriteRatingByAssetData, InAssetData) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetFavoriteRatingByAssetData::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetFavoriteRatingByAssetData, OutFavoriteRating) == 0x000068, "Member 'LevelSequenceShotMetaDataLibrary_GetFavoriteRatingByAssetData::OutFavoriteRating' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetFavoriteRatingByAssetData, ReturnValue) == 0x00006C, "Member 'LevelSequenceShotMetaDataLibrary_GetFavoriteRatingByAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetIsFlagged \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetIsFlagged) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetIsFlagged"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetIsFlagged) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_GetIsFlagged"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsFlagged, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetIsFlagged::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsFlagged, bOutIsFlagged) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_GetIsFlagged::bOutIsFlagged' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsFlagged, ReturnValue) == 0x000009, "Member 'LevelSequenceShotMetaDataLibrary_GetIsFlagged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetIsFlaggedAssetTag \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetIsFlaggedAssetTag) == 0x000004, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetIsFlaggedAssetTag"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetIsFlaggedAssetTag) == 0x000008, "Wrong size on LevelSequenceShotMetaDataLibrary_GetIsFlaggedAssetTag"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsFlaggedAssetTag, ReturnValue) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetIsFlaggedAssetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetIsFlaggedByAssetData \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetIsFlaggedByAssetData) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetIsFlaggedByAssetData"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetIsFlaggedByAssetData) == 0x000070, "Wrong size on LevelSequenceShotMetaDataLibrary_GetIsFlaggedByAssetData"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsFlaggedByAssetData, InAssetData) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetIsFlaggedByAssetData::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsFlaggedByAssetData, bOutIsFlagged) == 0x000068, "Member 'LevelSequenceShotMetaDataLibrary_GetIsFlaggedByAssetData::bOutIsFlagged' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsFlaggedByAssetData, ReturnValue) == 0x000069, "Member 'LevelSequenceShotMetaDataLibrary_GetIsFlaggedByAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetIsNoGood \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetIsNoGood) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetIsNoGood"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetIsNoGood) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_GetIsNoGood"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsNoGood, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetIsNoGood::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsNoGood, bOutNoGood) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_GetIsNoGood::bOutNoGood' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsNoGood, ReturnValue) == 0x000009, "Member 'LevelSequenceShotMetaDataLibrary_GetIsNoGood::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetIsNoGoodAssetTag \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetIsNoGoodAssetTag) == 0x000004, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetIsNoGoodAssetTag"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetIsNoGoodAssetTag) == 0x000008, "Wrong size on LevelSequenceShotMetaDataLibrary_GetIsNoGoodAssetTag"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsNoGoodAssetTag, ReturnValue) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetIsNoGoodAssetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetIsNoGoodByAssetData \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetIsNoGoodByAssetData) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetIsNoGoodByAssetData"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetIsNoGoodByAssetData) == 0x000070, "Wrong size on LevelSequenceShotMetaDataLibrary_GetIsNoGoodByAssetData"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsNoGoodByAssetData, InAssetData) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetIsNoGoodByAssetData::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsNoGoodByAssetData, bOutNoGood) == 0x000068, "Member 'LevelSequenceShotMetaDataLibrary_GetIsNoGoodByAssetData::bOutNoGood' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsNoGoodByAssetData, ReturnValue) == 0x000069, "Member 'LevelSequenceShotMetaDataLibrary_GetIsNoGoodByAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetIsRecorded \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetIsRecorded) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetIsRecorded"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetIsRecorded) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_GetIsRecorded"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsRecorded, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetIsRecorded::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsRecorded, bOutIsRecorded) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_GetIsRecorded::bOutIsRecorded' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsRecorded, ReturnValue) == 0x000009, "Member 'LevelSequenceShotMetaDataLibrary_GetIsRecorded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetIsRecordedAssetTag \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetIsRecordedAssetTag) == 0x000004, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetIsRecordedAssetTag"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetIsRecordedAssetTag) == 0x000008, "Wrong size on LevelSequenceShotMetaDataLibrary_GetIsRecordedAssetTag"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsRecordedAssetTag, ReturnValue) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetIsRecordedAssetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetIsRecordedByAssetData \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetIsRecordedByAssetData) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetIsRecordedByAssetData"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetIsRecordedByAssetData) == 0x000070, "Wrong size on LevelSequenceShotMetaDataLibrary_GetIsRecordedByAssetData"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsRecordedByAssetData, InAssetData) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetIsRecordedByAssetData::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsRecordedByAssetData, bOutIsRecorded) == 0x000068, "Member 'LevelSequenceShotMetaDataLibrary_GetIsRecordedByAssetData::bOutIsRecorded' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsRecordedByAssetData, ReturnValue) == 0x000069, "Member 'LevelSequenceShotMetaDataLibrary_GetIsRecordedByAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetIsSubSequence \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetIsSubSequence) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetIsSubSequence"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetIsSubSequence) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_GetIsSubSequence"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsSubSequence, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetIsSubSequence::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsSubSequence, bOutIsSubSequence) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_GetIsSubSequence::bOutIsSubSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsSubSequence, ReturnValue) == 0x000009, "Member 'LevelSequenceShotMetaDataLibrary_GetIsSubSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetIsSubSequenceAssetTag \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetIsSubSequenceAssetTag) == 0x000004, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetIsSubSequenceAssetTag"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetIsSubSequenceAssetTag) == 0x000008, "Wrong size on LevelSequenceShotMetaDataLibrary_GetIsSubSequenceAssetTag"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsSubSequenceAssetTag, ReturnValue) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetIsSubSequenceAssetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_GetIsSubSequenceByAssetData \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_GetIsSubSequenceByAssetData) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_GetIsSubSequenceByAssetData"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_GetIsSubSequenceByAssetData) == 0x000070, "Wrong size on LevelSequenceShotMetaDataLibrary_GetIsSubSequenceByAssetData"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsSubSequenceByAssetData, InAssetData) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_GetIsSubSequenceByAssetData::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsSubSequenceByAssetData, bOutIsSubSequence) == 0x000068, "Member 'LevelSequenceShotMetaDataLibrary_GetIsSubSequenceByAssetData::bOutIsSubSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_GetIsSubSequenceByAssetData, ReturnValue) == 0x000069, "Member 'LevelSequenceShotMetaDataLibrary_GetIsSubSequenceByAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_HasFavoriteRating \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_HasFavoriteRating) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_HasFavoriteRating"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_HasFavoriteRating) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_HasFavoriteRating"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasFavoriteRating, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_HasFavoriteRating::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasFavoriteRating, ReturnValue) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_HasFavoriteRating::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_HasFavoriteRatingByAssetData \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_HasFavoriteRatingByAssetData) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_HasFavoriteRatingByAssetData"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_HasFavoriteRatingByAssetData) == 0x000070, "Wrong size on LevelSequenceShotMetaDataLibrary_HasFavoriteRatingByAssetData"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasFavoriteRatingByAssetData, InAssetData) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_HasFavoriteRatingByAssetData::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasFavoriteRatingByAssetData, ReturnValue) == 0x000068, "Member 'LevelSequenceShotMetaDataLibrary_HasFavoriteRatingByAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_HasIsFlagged \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_HasIsFlagged) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_HasIsFlagged"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_HasIsFlagged) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_HasIsFlagged"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsFlagged, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_HasIsFlagged::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsFlagged, ReturnValue) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_HasIsFlagged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_HasIsFlaggedByAssetData \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_HasIsFlaggedByAssetData) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_HasIsFlaggedByAssetData"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_HasIsFlaggedByAssetData) == 0x000070, "Wrong size on LevelSequenceShotMetaDataLibrary_HasIsFlaggedByAssetData"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsFlaggedByAssetData, InAssetData) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_HasIsFlaggedByAssetData::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsFlaggedByAssetData, ReturnValue) == 0x000068, "Member 'LevelSequenceShotMetaDataLibrary_HasIsFlaggedByAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_HasIsNoGood \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_HasIsNoGood) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_HasIsNoGood"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_HasIsNoGood) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_HasIsNoGood"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsNoGood, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_HasIsNoGood::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsNoGood, ReturnValue) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_HasIsNoGood::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_HasIsNoGoodByAssetData \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_HasIsNoGoodByAssetData) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_HasIsNoGoodByAssetData"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_HasIsNoGoodByAssetData) == 0x000070, "Wrong size on LevelSequenceShotMetaDataLibrary_HasIsNoGoodByAssetData"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsNoGoodByAssetData, InAssetData) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_HasIsNoGoodByAssetData::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsNoGoodByAssetData, ReturnValue) == 0x000068, "Member 'LevelSequenceShotMetaDataLibrary_HasIsNoGoodByAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_HasIsRecorded \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_HasIsRecorded) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_HasIsRecorded"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_HasIsRecorded) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_HasIsRecorded"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsRecorded, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_HasIsRecorded::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsRecorded, ReturnValue) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_HasIsRecorded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_HasIsRecordedByAssetData \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_HasIsRecordedByAssetData) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_HasIsRecordedByAssetData"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_HasIsRecordedByAssetData) == 0x000070, "Wrong size on LevelSequenceShotMetaDataLibrary_HasIsRecordedByAssetData"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsRecordedByAssetData, InAssetData) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_HasIsRecordedByAssetData::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsRecordedByAssetData, ReturnValue) == 0x000068, "Member 'LevelSequenceShotMetaDataLibrary_HasIsRecordedByAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_HasIsSubSequence \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_HasIsSubSequence) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_HasIsSubSequence"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_HasIsSubSequence) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_HasIsSubSequence"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsSubSequence, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_HasIsSubSequence::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsSubSequence, ReturnValue) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_HasIsSubSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_HasIsSubSequenceByAssetData \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_HasIsSubSequenceByAssetData) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_HasIsSubSequenceByAssetData"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_HasIsSubSequenceByAssetData) == 0x000070, "Wrong size on LevelSequenceShotMetaDataLibrary_HasIsSubSequenceByAssetData"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsSubSequenceByAssetData, InAssetData) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_HasIsSubSequenceByAssetData::InAssetData' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_HasIsSubSequenceByAssetData, ReturnValue) == 0x000068, "Member 'LevelSequenceShotMetaDataLibrary_HasIsSubSequenceByAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_SetFavoriteRating \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_SetFavoriteRating) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_SetFavoriteRating"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_SetFavoriteRating) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_SetFavoriteRating"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_SetFavoriteRating, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_SetFavoriteRating::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_SetFavoriteRating, InFavoriteRating) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_SetFavoriteRating::InFavoriteRating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_SetIsFlagged \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_SetIsFlagged) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_SetIsFlagged"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_SetIsFlagged) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_SetIsFlagged"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_SetIsFlagged, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_SetIsFlagged::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_SetIsFlagged, bInIsFlagged) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_SetIsFlagged::bInIsFlagged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_SetIsNoGood \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_SetIsNoGood) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_SetIsNoGood"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_SetIsNoGood) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_SetIsNoGood"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_SetIsNoGood, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_SetIsNoGood::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_SetIsNoGood, bInIsNoGood) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_SetIsNoGood::bInIsNoGood' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_SetIsRecorded \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_SetIsRecorded) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_SetIsRecorded"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_SetIsRecorded) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_SetIsRecorded"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_SetIsRecorded, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_SetIsRecorded::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_SetIsRecorded, bInIsRecorded) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_SetIsRecorded::bInIsRecorded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceShotMetaDataLibrary_SetIsSubSequence \ +static_assert(alignof(LevelSequenceShotMetaDataLibrary_SetIsSubSequence) == 0x000008, "Wrong alignment on LevelSequenceShotMetaDataLibrary_SetIsSubSequence"); \ +static_assert(sizeof(LevelSequenceShotMetaDataLibrary_SetIsSubSequence) == 0x000010, "Wrong size on LevelSequenceShotMetaDataLibrary_SetIsSubSequence"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_SetIsSubSequence, InLevelSequence) == 0x000000, "Member 'LevelSequenceShotMetaDataLibrary_SetIsSubSequence::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceShotMetaDataLibrary_SetIsSubSequence, bInIsSubSequence) == 0x000008, "Member 'LevelSequenceShotMetaDataLibrary_SetIsSubSequence::bInIsSubSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceShotMetaDataLibrary \ +static_assert(alignof(ULevelSequenceShotMetaDataLibrary) == 0x000008, "Wrong alignment on ULevelSequenceShotMetaDataLibrary"); \ +static_assert(sizeof(ULevelSequenceShotMetaDataLibrary) == 0x000028, "Wrong size on ULevelSequenceShotMetaDataLibrary"); \ + +#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) == 0x0002D8, "Wrong size on ALevelSequenceMediaController"); \ +static_assert(offsetof(ALevelSequenceMediaController, Sequence) == 0x0002B8, "Member 'ALevelSequenceMediaController::Sequence' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceMediaController, MediaComponent) == 0x0002C0, "Member 'ALevelSequenceMediaController::MediaComponent' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceMediaController, ServerStartTimeSeconds) == 0x0002C8, "Member 'ALevelSequenceMediaController::ServerStartTimeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeLodSceneNodeContainer \ +static_assert(alignof(FInterchangeLodSceneNodeContainer) == 0x000008, "Wrong alignment on FInterchangeLodSceneNodeContainer"); \ +static_assert(sizeof(FInterchangeLodSceneNodeContainer) == 0x000010, "Wrong size on FInterchangeLodSceneNodeContainer"); \ +static_assert(offsetof(FInterchangeLodSceneNodeContainer, BaseNodes) == 0x000000, "Member 'FInterchangeLodSceneNodeContainer::BaseNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeMeshInstance \ +static_assert(alignof(FInterchangeMeshInstance) == 0x000008, "Wrong alignment on FInterchangeMeshInstance"); \ +static_assert(sizeof(FInterchangeMeshInstance) == 0x000080, "Wrong size on FInterchangeMeshInstance"); \ +static_assert(offsetof(FInterchangeMeshInstance, MeshInstanceUid) == 0x000000, "Member 'FInterchangeMeshInstance::MeshInstanceUid' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, LodGroupNode) == 0x000010, "Member 'FInterchangeMeshInstance::LodGroupNode' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, bReferenceSkinnedMesh) == 0x000018, "Member 'FInterchangeMeshInstance::bReferenceSkinnedMesh' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, bReferenceMorphTarget) == 0x000019, "Member 'FInterchangeMeshInstance::bReferenceMorphTarget' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, bHasMorphTargets) == 0x00001A, "Member 'FInterchangeMeshInstance::bHasMorphTargets' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, bIsAnimated) == 0x00001B, "Member 'FInterchangeMeshInstance::bIsAnimated' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, SceneNodePerLodIndex) == 0x000020, "Member 'FInterchangeMeshInstance::SceneNodePerLodIndex' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshInstance, ReferencingMeshGeometryUids) == 0x000070, "Member 'FInterchangeMeshInstance::ReferencingMeshGeometryUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeMeshGeometry \ +static_assert(alignof(FInterchangeMeshGeometry) == 0x000008, "Wrong alignment on FInterchangeMeshGeometry"); \ +static_assert(sizeof(FInterchangeMeshGeometry) == 0x000038, "Wrong size on FInterchangeMeshGeometry"); \ +static_assert(offsetof(FInterchangeMeshGeometry, MeshUid) == 0x000000, "Member 'FInterchangeMeshGeometry::MeshUid' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshGeometry, MeshNode) == 0x000010, "Member 'FInterchangeMeshGeometry::MeshNode' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshGeometry, ReferencingMeshInstanceUids) == 0x000018, "Member 'FInterchangeMeshGeometry::ReferencingMeshInstanceUids' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshGeometry, AttachedSocketUids) == 0x000028, "Member 'FInterchangeMeshGeometry::AttachedSocketUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangePipelineMeshesUtilitiesContext \ +static_assert(alignof(FInterchangePipelineMeshesUtilitiesContext) == 0x000001, "Wrong alignment on FInterchangePipelineMeshesUtilitiesContext"); \ +static_assert(sizeof(FInterchangePipelineMeshesUtilitiesContext) == 0x000007, "Wrong size on FInterchangePipelineMeshesUtilitiesContext"); \ +static_assert(offsetof(FInterchangePipelineMeshesUtilitiesContext, bConvertStaticMeshToSkeletalMesh) == 0x000000, "Member 'FInterchangePipelineMeshesUtilitiesContext::bConvertStaticMeshToSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineMeshesUtilitiesContext, bConvertSkeletalMeshToStaticMesh) == 0x000001, "Member 'FInterchangePipelineMeshesUtilitiesContext::bConvertSkeletalMeshToStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineMeshesUtilitiesContext, bConvertStaticsWithMorphTargetsToSkeletals) == 0x000002, "Member 'FInterchangePipelineMeshesUtilitiesContext::bConvertStaticsWithMorphTargetsToSkeletals' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineMeshesUtilitiesContext, bImportMeshesInBoneHierarchy) == 0x000003, "Member 'FInterchangePipelineMeshesUtilitiesContext::bImportMeshesInBoneHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineMeshesUtilitiesContext, bQueryGeometryOnlyIfNoInstance) == 0x000004, "Member 'FInterchangePipelineMeshesUtilitiesContext::bQueryGeometryOnlyIfNoInstance' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineMeshesUtilitiesContext, bIgnoreStaticMeshes) == 0x000005, "Member 'FInterchangePipelineMeshesUtilitiesContext::bIgnoreStaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineMeshesUtilitiesContext, bIgnoreGeometryCaches) == 0x000006, "Member 'FInterchangePipelineMeshesUtilitiesContext::bIgnoreGeometryCaches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericCommonMeshesProperties \ +static_assert(alignof(UInterchangeGenericCommonMeshesProperties) == 0x000008, "Wrong alignment on UInterchangeGenericCommonMeshesProperties"); \ +static_assert(sizeof(UInterchangeGenericCommonMeshesProperties) == 0x000140, "Wrong size on UInterchangeGenericCommonMeshesProperties"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, ForceAllMeshAsType) == 0x000128, "Member 'UInterchangeGenericCommonMeshesProperties::ForceAllMeshAsType' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bSingleBoneSkeleton) == 0x000129, "Member 'UInterchangeGenericCommonMeshesProperties::bSingleBoneSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bAutoDetectMeshType) == 0x00012A, "Member 'UInterchangeGenericCommonMeshesProperties::bAutoDetectMeshType' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bImportLods) == 0x00012B, "Member 'UInterchangeGenericCommonMeshesProperties::bImportLods' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bBakeMeshes) == 0x00012C, "Member 'UInterchangeGenericCommonMeshesProperties::bBakeMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bBakePivotMeshes) == 0x00012D, "Member 'UInterchangeGenericCommonMeshesProperties::bBakePivotMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bKeepSectionsSeparate) == 0x00012E, "Member 'UInterchangeGenericCommonMeshesProperties::bKeepSectionsSeparate' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, VertexColorImportOption) == 0x00012F, "Member 'UInterchangeGenericCommonMeshesProperties::VertexColorImportOption' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, VertexOverrideColor) == 0x000130, "Member 'UInterchangeGenericCommonMeshesProperties::VertexOverrideColor' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bImportSockets) == 0x000134, "Member 'UInterchangeGenericCommonMeshesProperties::bImportSockets' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bRecomputeNormals) == 0x000135, "Member 'UInterchangeGenericCommonMeshesProperties::bRecomputeNormals' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bRecomputeTangents) == 0x000136, "Member 'UInterchangeGenericCommonMeshesProperties::bRecomputeTangents' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bUseMikkTSpace) == 0x000137, "Member 'UInterchangeGenericCommonMeshesProperties::bUseMikkTSpace' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bComputeWeightedNormals) == 0x000138, "Member 'UInterchangeGenericCommonMeshesProperties::bComputeWeightedNormals' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bUseHighPrecisionTangentBasis) == 0x000139, "Member 'UInterchangeGenericCommonMeshesProperties::bUseHighPrecisionTangentBasis' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bUseFullPrecisionUVs) == 0x00013A, "Member 'UInterchangeGenericCommonMeshesProperties::bUseFullPrecisionUVs' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bUseBackwardsCompatibleF16TruncUVs) == 0x00013B, "Member 'UInterchangeGenericCommonMeshesProperties::bUseBackwardsCompatibleF16TruncUVs' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonMeshesProperties, bRemoveDegenerates) == 0x00013C, "Member 'UInterchangeGenericCommonMeshesProperties::bRemoveDegenerates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties \ +static_assert(alignof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties) == 0x000008, "Wrong alignment on UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties"); \ +static_assert(sizeof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties) == 0x000138, "Wrong size on UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties"); \ +static_assert(offsetof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties, bImportOnlyAnimations) == 0x000128, "Member 'UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties::bImportOnlyAnimations' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties, Skeleton) == 0x00012C, "Member 'UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties, bImportMeshesInBoneHierarchy) == 0x000134, "Member 'UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties::bImportMeshesInBoneHierarchy' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties, bUseT0AsRefPose) == 0x000135, "Member 'UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties::bUseT0AsRefPose' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties, bAddCurveMetadataToSkeleton) == 0x000136, "Member 'UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties::bAddCurveMetadataToSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties, bConvertStaticsWithMorphTargetsToSkeletals) == 0x000137, "Member 'UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties::bConvertStaticsWithMorphTargetsToSkeletals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericAnimationPipeline \ +static_assert(alignof(UInterchangeGenericAnimationPipeline) == 0x000008, "Wrong alignment on UInterchangeGenericAnimationPipeline"); \ +static_assert(sizeof(UInterchangeGenericAnimationPipeline) == 0x000198, "Wrong size on UInterchangeGenericAnimationPipeline"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, CommonSkeletalMeshesAndAnimationsProperties) == 0x000128, "Member 'UInterchangeGenericAnimationPipeline::CommonSkeletalMeshesAndAnimationsProperties' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, CommonMeshesProperties) == 0x000130, "Member 'UInterchangeGenericAnimationPipeline::CommonMeshesProperties' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bImportAnimations) == 0x000138, "Member 'UInterchangeGenericAnimationPipeline::bImportAnimations' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bImportBoneTracks) == 0x000139, "Member 'UInterchangeGenericAnimationPipeline::bImportBoneTracks' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, AnimationRange) == 0x00013A, "Member 'UInterchangeGenericAnimationPipeline::AnimationRange' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, FrameImportRange) == 0x00013C, "Member 'UInterchangeGenericAnimationPipeline::FrameImportRange' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bUse30HzToBakeBoneAnimation) == 0x000144, "Member 'UInterchangeGenericAnimationPipeline::bUse30HzToBakeBoneAnimation' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, CustomBoneAnimationSampleRate) == 0x000148, "Member 'UInterchangeGenericAnimationPipeline::CustomBoneAnimationSampleRate' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bSnapToClosestFrameBoundary) == 0x00014C, "Member 'UInterchangeGenericAnimationPipeline::bSnapToClosestFrameBoundary' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bImportCustomAttribute) == 0x00014D, "Member 'UInterchangeGenericAnimationPipeline::bImportCustomAttribute' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bAddCurveMetadataToSkeleton) == 0x00014E, "Member 'UInterchangeGenericAnimationPipeline::bAddCurveMetadataToSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bSetMaterialDriveParameterOnCustomAttribute) == 0x00014F, "Member 'UInterchangeGenericAnimationPipeline::bSetMaterialDriveParameterOnCustomAttribute' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, MaterialCurveSuffixes) == 0x000150, "Member 'UInterchangeGenericAnimationPipeline::MaterialCurveSuffixes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bRemoveCurveRedundantKeys) == 0x000160, "Member 'UInterchangeGenericAnimationPipeline::bRemoveCurveRedundantKeys' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bDoNotImportCurveWithZero) == 0x000161, "Member 'UInterchangeGenericAnimationPipeline::bDoNotImportCurveWithZero' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bDeleteExistingNonCurveCustomAttributes) == 0x000162, "Member 'UInterchangeGenericAnimationPipeline::bDeleteExistingNonCurveCustomAttributes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bDeleteExistingCustomAttributeCurves) == 0x000163, "Member 'UInterchangeGenericAnimationPipeline::bDeleteExistingCustomAttributeCurves' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bDeleteExistingMorphTargetCurves) == 0x000164, "Member 'UInterchangeGenericAnimationPipeline::bDeleteExistingMorphTargetCurves' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, SourceAnimationName) == 0x000168, "Member 'UInterchangeGenericAnimationPipeline::SourceAnimationName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAnimationPipeline, bSceneImport) == 0x000178, "Member 'UInterchangeGenericAnimationPipeline::bSceneImport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericAssetsPipeline \ +static_assert(alignof(UInterchangeGenericAssetsPipeline) == 0x000008, "Wrong alignment on UInterchangeGenericAssetsPipeline"); \ +static_assert(sizeof(UInterchangeGenericAssetsPipeline) == 0x0002C8, "Wrong size on UInterchangeGenericAssetsPipeline"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, PipelineDisplayName) == 0x000128, "Member 'UInterchangeGenericAssetsPipeline::PipelineDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, ReimportStrategy) == 0x000138, "Member 'UInterchangeGenericAssetsPipeline::ReimportStrategy' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, bUseSourceNameForAsset) == 0x000139, "Member 'UInterchangeGenericAssetsPipeline::bUseSourceNameForAsset' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, bSceneNameSubFolder) == 0x00013A, "Member 'UInterchangeGenericAssetsPipeline::bSceneNameSubFolder' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, bAssetTypeSubFolders) == 0x00013B, "Member 'UInterchangeGenericAssetsPipeline::bAssetTypeSubFolders' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, AssetName) == 0x000140, "Member 'UInterchangeGenericAssetsPipeline::AssetName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, ImportOffsetTranslation) == 0x000150, "Member 'UInterchangeGenericAssetsPipeline::ImportOffsetTranslation' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, ImportOffsetRotation) == 0x000168, "Member 'UInterchangeGenericAssetsPipeline::ImportOffsetRotation' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, ImportOffsetUniformScale) == 0x000180, "Member 'UInterchangeGenericAssetsPipeline::ImportOffsetUniformScale' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, CommonMeshesProperties) == 0x000188, "Member 'UInterchangeGenericAssetsPipeline::CommonMeshesProperties' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, CommonSkeletalMeshesAndAnimationsProperties) == 0x000190, "Member 'UInterchangeGenericAssetsPipeline::CommonSkeletalMeshesAndAnimationsProperties' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, MeshPipeline) == 0x000198, "Member 'UInterchangeGenericAssetsPipeline::MeshPipeline' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, AnimationPipeline) == 0x0001A0, "Member 'UInterchangeGenericAssetsPipeline::AnimationPipeline' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, MaterialPipeline) == 0x0001A8, "Member 'UInterchangeGenericAssetsPipeline::MaterialPipeline' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, GroomPipeline) == 0x0001B0, "Member 'UInterchangeGenericAssetsPipeline::GroomPipeline' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, SceneNameFolderPrefix) == 0x0001B8, "Member 'UInterchangeGenericAssetsPipeline::SceneNameFolderPrefix' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, ContentPathExistingSkeleton) == 0x0001C8, "Member 'UInterchangeGenericAssetsPipeline::ContentPathExistingSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAssetsPipeline, bImportOnlyAnimationAdjusted) == 0x0001E8, "Member 'UInterchangeGenericAssetsPipeline::bImportOnlyAnimationAdjusted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGenericAudioPipeline_CreateSoundWaveFactoryNode \ +static_assert(alignof(InterchangeGenericAudioPipeline_CreateSoundWaveFactoryNode) == 0x000008, "Wrong alignment on InterchangeGenericAudioPipeline_CreateSoundWaveFactoryNode"); \ +static_assert(sizeof(InterchangeGenericAudioPipeline_CreateSoundWaveFactoryNode) == 0x000010, "Wrong size on InterchangeGenericAudioPipeline_CreateSoundWaveFactoryNode"); \ +static_assert(offsetof(InterchangeGenericAudioPipeline_CreateSoundWaveFactoryNode, SoundWaveNode) == 0x000000, "Member 'InterchangeGenericAudioPipeline_CreateSoundWaveFactoryNode::SoundWaveNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGenericAudioPipeline_CreateSoundWaveFactoryNode, ReturnValue) == 0x000008, "Member 'InterchangeGenericAudioPipeline_CreateSoundWaveFactoryNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericAudioPipeline \ +static_assert(alignof(UInterchangeGenericAudioPipeline) == 0x000008, "Wrong alignment on UInterchangeGenericAudioPipeline"); \ +static_assert(sizeof(UInterchangeGenericAudioPipeline) == 0x000178, "Wrong size on UInterchangeGenericAudioPipeline"); \ +static_assert(offsetof(UInterchangeGenericAudioPipeline, PipelineDisplayName) == 0x000128, "Member 'UInterchangeGenericAudioPipeline::PipelineDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAudioPipeline, bImportSounds) == 0x000138, "Member 'UInterchangeGenericAudioPipeline::bImportSounds' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAudioPipeline, BaseNodeContainer) == 0x000140, "Member 'UInterchangeGenericAudioPipeline::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAudioPipeline, SourceDatas) == 0x000148, "Member 'UInterchangeGenericAudioPipeline::SourceDatas' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAudioPipeline, SoundWaveNodes) == 0x000158, "Member 'UInterchangeGenericAudioPipeline::SoundWaveNodes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericAudioPipeline, SoundWaveFactoryNodes) == 0x000168, "Member 'UInterchangeGenericAudioPipeline::SoundWaveFactoryNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericGroomPipeline \ +static_assert(alignof(UInterchangeGenericGroomPipeline) == 0x000008, "Wrong alignment on UInterchangeGenericGroomPipeline"); \ +static_assert(sizeof(UInterchangeGenericGroomPipeline) == 0x000198, "Wrong size on UInterchangeGenericGroomPipeline"); \ +static_assert(offsetof(UInterchangeGenericGroomPipeline, PipelineDisplayName) == 0x000128, "Member 'UInterchangeGenericGroomPipeline::PipelineDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericGroomPipeline, bEnableGroomTypesImport) == 0x000138, "Member 'UInterchangeGenericGroomPipeline::bEnableGroomTypesImport' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericGroomPipeline, bImportGrooms) == 0x000139, "Member 'UInterchangeGenericGroomPipeline::bImportGrooms' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericGroomPipeline, GroupInterpolationSettings) == 0x00013C, "Member 'UInterchangeGenericGroomPipeline::GroupInterpolationSettings' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericGroomPipeline, bImportGroomCaches) == 0x000164, "Member 'UInterchangeGenericGroomPipeline::bImportGroomCaches' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericGroomPipeline, GroomAsset) == 0x000168, "Member 'UInterchangeGenericGroomPipeline::GroomAsset' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericGroomPipeline, ImportGroomCacheType) == 0x000188, "Member 'UInterchangeGenericGroomPipeline::ImportGroomCacheType' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericGroomPipeline, bOverrideTimeRange) == 0x000189, "Member 'UInterchangeGenericGroomPipeline::bOverrideTimeRange' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericGroomPipeline, FrameStart) == 0x00018C, "Member 'UInterchangeGenericGroomPipeline::FrameStart' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericGroomPipeline, FrameEnd) == 0x000190, "Member 'UInterchangeGenericGroomPipeline::FrameEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericMaterialPipeline \ +static_assert(alignof(UInterchangeGenericMaterialPipeline) == 0x000008, "Wrong alignment on UInterchangeGenericMaterialPipeline"); \ +static_assert(sizeof(UInterchangeGenericMaterialPipeline) == 0x0001C8, "Wrong size on UInterchangeGenericMaterialPipeline"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, PipelineDisplayName) == 0x000128, "Member 'UInterchangeGenericMaterialPipeline::PipelineDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, bImportMaterials) == 0x000138, "Member 'UInterchangeGenericMaterialPipeline::bImportMaterials' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, SearchLocation) == 0x000139, "Member 'UInterchangeGenericMaterialPipeline::SearchLocation' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, AssetName) == 0x000140, "Member 'UInterchangeGenericMaterialPipeline::AssetName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, MaterialImport) == 0x000150, "Member 'UInterchangeGenericMaterialPipeline::MaterialImport' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, bIdentifyDuplicateMaterials) == 0x000151, "Member 'UInterchangeGenericMaterialPipeline::bIdentifyDuplicateMaterials' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, bCreateMaterialInstanceForParent) == 0x000152, "Member 'UInterchangeGenericMaterialPipeline::bCreateMaterialInstanceForParent' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, ParentMaterial) == 0x000158, "Member 'UInterchangeGenericMaterialPipeline::ParentMaterial' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, TexturePipeline) == 0x000178, "Member 'UInterchangeGenericMaterialPipeline::TexturePipeline' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, SparseVolumeTexturePipeline) == 0x000180, "Member 'UInterchangeGenericMaterialPipeline::SparseVolumeTexturePipeline' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, bOverrideDisplacement) == 0x000188, "Member 'UInterchangeGenericMaterialPipeline::bOverrideDisplacement' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, OverrideDisplacementCenter) == 0x00018C, "Member 'UInterchangeGenericMaterialPipeline::OverrideDisplacementCenter' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMaterialPipeline, BaseNodeContainer) == 0x000190, "Member 'UInterchangeGenericMaterialPipeline::BaseNodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGenericMeshPipeline_SetCombineSkeletalMeshes \ +static_assert(alignof(InterchangeGenericMeshPipeline_SetCombineSkeletalMeshes) == 0x000001, "Wrong alignment on InterchangeGenericMeshPipeline_SetCombineSkeletalMeshes"); \ +static_assert(sizeof(InterchangeGenericMeshPipeline_SetCombineSkeletalMeshes) == 0x000001, "Wrong size on InterchangeGenericMeshPipeline_SetCombineSkeletalMeshes"); \ +static_assert(offsetof(InterchangeGenericMeshPipeline_SetCombineSkeletalMeshes, InbCombineSkeletalMeshes) == 0x000000, "Member 'InterchangeGenericMeshPipeline_SetCombineSkeletalMeshes::InbCombineSkeletalMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGenericMeshPipeline_GetCombineSkeletalMeshes \ +static_assert(alignof(InterchangeGenericMeshPipeline_GetCombineSkeletalMeshes) == 0x000001, "Wrong alignment on InterchangeGenericMeshPipeline_GetCombineSkeletalMeshes"); \ +static_assert(sizeof(InterchangeGenericMeshPipeline_GetCombineSkeletalMeshes) == 0x000001, "Wrong size on InterchangeGenericMeshPipeline_GetCombineSkeletalMeshes"); \ +static_assert(offsetof(InterchangeGenericMeshPipeline_GetCombineSkeletalMeshes, ReturnValue) == 0x000000, "Member 'InterchangeGenericMeshPipeline_GetCombineSkeletalMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericMeshPipeline \ +static_assert(alignof(UInterchangeGenericMeshPipeline) == 0x000008, "Wrong alignment on UInterchangeGenericMeshPipeline"); \ +static_assert(sizeof(UInterchangeGenericMeshPipeline) == 0x000298, "Wrong size on UInterchangeGenericMeshPipeline"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, CommonMeshesProperties) == 0x000128, "Member 'UInterchangeGenericMeshPipeline::CommonMeshesProperties' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, CommonSkeletalMeshesAndAnimationsProperties) == 0x000130, "Member 'UInterchangeGenericMeshPipeline::CommonSkeletalMeshesAndAnimationsProperties' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportStaticMeshes) == 0x000138, "Member 'UInterchangeGenericMeshPipeline::bImportStaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bCombineStaticMeshes) == 0x000139, "Member 'UInterchangeGenericMeshPipeline::bCombineStaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, LODGroup) == 0x00013C, "Member 'UInterchangeGenericMeshPipeline::LODGroup' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bAutoComputeLODScreenSizes) == 0x000144, "Member 'UInterchangeGenericMeshPipeline::bAutoComputeLODScreenSizes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, LODScreenSizes) == 0x000148, "Member 'UInterchangeGenericMeshPipeline::LODScreenSizes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportCollision) == 0x000158, "Member 'UInterchangeGenericMeshPipeline::bImportCollision' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bCollision) == 0x000159, "Member 'UInterchangeGenericMeshPipeline::bCollision' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportCollisionAccordingToMeshName) == 0x00015A, "Member 'UInterchangeGenericMeshPipeline::bImportCollisionAccordingToMeshName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bOneConvexHullPerUCX) == 0x00015B, "Member 'UInterchangeGenericMeshPipeline::bOneConvexHullPerUCX' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, Collision) == 0x00015C, "Member 'UInterchangeGenericMeshPipeline::Collision' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bForceCollisionPrimitiveGeneration) == 0x00015D, "Member 'UInterchangeGenericMeshPipeline::bForceCollisionPrimitiveGeneration' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bBuildNanite) == 0x00015E, "Member 'UInterchangeGenericMeshPipeline::bBuildNanite' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, NaniteTriangleThreshold) == 0x000160, "Member 'UInterchangeGenericMeshPipeline::NaniteTriangleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bBuildReversedIndexBuffer) == 0x000168, "Member 'UInterchangeGenericMeshPipeline::bBuildReversedIndexBuffer' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bGenerateLightmapUVs) == 0x000169, "Member 'UInterchangeGenericMeshPipeline::bGenerateLightmapUVs' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bGenerateDistanceFieldAsIfTwoSided) == 0x00016A, "Member 'UInterchangeGenericMeshPipeline::bGenerateDistanceFieldAsIfTwoSided' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bSupportFaceRemap) == 0x00016B, "Member 'UInterchangeGenericMeshPipeline::bSupportFaceRemap' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, MinLightmapResolution) == 0x00016C, "Member 'UInterchangeGenericMeshPipeline::MinLightmapResolution' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, SrcLightmapIndex) == 0x000170, "Member 'UInterchangeGenericMeshPipeline::SrcLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, DstLightmapIndex) == 0x000174, "Member 'UInterchangeGenericMeshPipeline::DstLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, BuildScale3D) == 0x000178, "Member 'UInterchangeGenericMeshPipeline::BuildScale3D' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, DistanceFieldResolutionScale) == 0x000190, "Member 'UInterchangeGenericMeshPipeline::DistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, DistanceFieldReplacementMesh) == 0x000194, "Member 'UInterchangeGenericMeshPipeline::DistanceFieldReplacementMesh' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, MaxLumenMeshCards) == 0x00019C, "Member 'UInterchangeGenericMeshPipeline::MaxLumenMeshCards' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportSkeletalMeshes) == 0x0001A0, "Member 'UInterchangeGenericMeshPipeline::bImportSkeletalMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, SkeletalMeshImportContentType) == 0x0001A1, "Member 'UInterchangeGenericMeshPipeline::SkeletalMeshImportContentType' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, LastSkeletalMeshImportContentType) == 0x0001A2, "Member 'UInterchangeGenericMeshPipeline::LastSkeletalMeshImportContentType' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bCombineSkeletalMeshes) == 0x0001A3, "Member 'UInterchangeGenericMeshPipeline::bCombineSkeletalMeshes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportMorphTargets) == 0x0001A4, "Member 'UInterchangeGenericMeshPipeline::bImportMorphTargets' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bMergeMorphTargetsWithSameName) == 0x0001A5, "Member 'UInterchangeGenericMeshPipeline::bMergeMorphTargetsWithSameName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportVertexAttributes) == 0x0001A6, "Member 'UInterchangeGenericMeshPipeline::bImportVertexAttributes' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bUpdateSkeletonReferencePose) == 0x0001A7, "Member 'UInterchangeGenericMeshPipeline::bUpdateSkeletonReferencePose' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bCreatePhysicsAsset) == 0x0001A8, "Member 'UInterchangeGenericMeshPipeline::bCreatePhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, PhysicsAsset) == 0x0001AC, "Member 'UInterchangeGenericMeshPipeline::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bUseHighPrecisionSkinWeights) == 0x0001B4, "Member 'UInterchangeGenericMeshPipeline::bUseHighPrecisionSkinWeights' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, ThresholdPosition) == 0x0001B8, "Member 'UInterchangeGenericMeshPipeline::ThresholdPosition' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, ThresholdTangentNormal) == 0x0001BC, "Member 'UInterchangeGenericMeshPipeline::ThresholdTangentNormal' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, ThresholdUV) == 0x0001C0, "Member 'UInterchangeGenericMeshPipeline::ThresholdUV' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, MorphThresholdPosition) == 0x0001C4, "Member 'UInterchangeGenericMeshPipeline::MorphThresholdPosition' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, BoneInfluenceLimit) == 0x0001C8, "Member 'UInterchangeGenericMeshPipeline::BoneInfluenceLimit' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bImportGeometryCaches) == 0x0001CC, "Member 'UInterchangeGenericMeshPipeline::bImportGeometryCaches' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bFlattenTracks) == 0x0001CD, "Member 'UInterchangeGenericMeshPipeline::bFlattenTracks' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, CompressedPositionPrecision) == 0x0001D0, "Member 'UInterchangeGenericMeshPipeline::CompressedPositionPrecision' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, CompressedTextureCoordinatesNumberOfBits) == 0x0001D4, "Member 'UInterchangeGenericMeshPipeline::CompressedTextureCoordinatesNumberOfBits' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bOverrideTimeRange) == 0x0001D8, "Member 'UInterchangeGenericMeshPipeline::bOverrideTimeRange' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, FrameStart) == 0x0001DC, "Member 'UInterchangeGenericMeshPipeline::FrameStart' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, FrameEnd) == 0x0001E0, "Member 'UInterchangeGenericMeshPipeline::FrameEnd' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, MotionVectors) == 0x0001E4, "Member 'UInterchangeGenericMeshPipeline::MotionVectors' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bApplyConstantTopologyOptimizations) == 0x0001E5, "Member 'UInterchangeGenericMeshPipeline::bApplyConstantTopologyOptimizations' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bStoreImportedVertexNumbers) == 0x0001E6, "Member 'UInterchangeGenericMeshPipeline::bStoreImportedVertexNumbers' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericMeshPipeline, bOptimizeIndexBuffers) == 0x0001E7, "Member 'UInterchangeGenericMeshPipeline::bOptimizeIndexBuffers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericLevelPipeline \ +static_assert(alignof(UInterchangeGenericLevelPipeline) == 0x000008, "Wrong alignment on UInterchangeGenericLevelPipeline"); \ +static_assert(sizeof(UInterchangeGenericLevelPipeline) == 0x000160, "Wrong size on UInterchangeGenericLevelPipeline"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, PipelineDisplayName) == 0x000128, "Member 'UInterchangeGenericLevelPipeline::PipelineDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, ReimportPropertyStrategy) == 0x000138, "Member 'UInterchangeGenericLevelPipeline::ReimportPropertyStrategy' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, SceneHierarchyType) == 0x000139, "Member 'UInterchangeGenericLevelPipeline::SceneHierarchyType' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, bDeleteMissingActors) == 0x00013A, "Member 'UInterchangeGenericLevelPipeline::bDeleteMissingActors' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, bForceReimportDeletedActors) == 0x00013B, "Member 'UInterchangeGenericLevelPipeline::bForceReimportDeletedActors' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, bForceReimportDeletedAssets) == 0x00013C, "Member 'UInterchangeGenericLevelPipeline::bForceReimportDeletedAssets' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, bDeleteMissingAssets) == 0x00013D, "Member 'UInterchangeGenericLevelPipeline::bDeleteMissingAssets' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, bUseHierarchicalISMComponents) == 0x00013E, "Member 'UInterchangeGenericLevelPipeline::bUseHierarchicalISMComponents' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericLevelPipeline, bUsePhysicalInsteadOfStandardPerspectiveCamera) == 0x00013F, "Member 'UInterchangeGenericLevelPipeline::bUsePhysicalInsteadOfStandardPerspectiveCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGenericTexturePipeline \ +static_assert(alignof(UInterchangeGenericTexturePipeline) == 0x000008, "Wrong alignment on UInterchangeGenericTexturePipeline"); \ +static_assert(sizeof(UInterchangeGenericTexturePipeline) == 0x000190, "Wrong size on UInterchangeGenericTexturePipeline"); \ +static_assert(offsetof(UInterchangeGenericTexturePipeline, PipelineDisplayName) == 0x000128, "Member 'UInterchangeGenericTexturePipeline::PipelineDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericTexturePipeline, bImportTextures) == 0x000138, "Member 'UInterchangeGenericTexturePipeline::bImportTextures' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericTexturePipeline, AssetName) == 0x000140, "Member 'UInterchangeGenericTexturePipeline::AssetName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericTexturePipeline, bAllowNonPowerOfTwo) == 0x000150, "Member 'UInterchangeGenericTexturePipeline::bAllowNonPowerOfTwo' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeGenericTexturePipeline, BaseNodeContainer) == 0x000158, "Member 'UInterchangeGenericTexturePipeline::BaseNodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGLTFPipelineSettings \ +static_assert(alignof(UGLTFPipelineSettings) == 0x000008, "Wrong alignment on UGLTFPipelineSettings"); \ +static_assert(sizeof(UGLTFPipelineSettings) == 0x000090, "Wrong size on UGLTFPipelineSettings"); \ +static_assert(offsetof(UGLTFPipelineSettings, MaterialParents) == 0x000038, "Member 'UGLTFPipelineSettings::MaterialParents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGLTFPipeline \ +static_assert(alignof(UInterchangeGLTFPipeline) == 0x000008, "Wrong alignment on UInterchangeGLTFPipeline"); \ +static_assert(sizeof(UInterchangeGLTFPipeline) == 0x000140, "Wrong size on UInterchangeGLTFPipeline"); \ +static_assert(offsetof(UInterchangeGLTFPipeline, PipelineDisplayName) == 0x000128, "Member 'UInterchangeGLTFPipeline::PipelineDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialXPipelineSettings \ +static_assert(alignof(UMaterialXPipelineSettings) == 0x000008, "Wrong alignment on UMaterialXPipelineSettings"); \ +static_assert(sizeof(UMaterialXPipelineSettings) == 0x000178, "Wrong size on UMaterialXPipelineSettings"); \ +static_assert(offsetof(UMaterialXPipelineSettings, PredefinedSurfaceShaders) == 0x000038, "Member 'UMaterialXPipelineSettings::PredefinedSurfaceShaders' has a wrong offset!"); \ +static_assert(offsetof(UMaterialXPipelineSettings, PredefinedBSDF) == 0x000088, "Member 'UMaterialXPipelineSettings::PredefinedBSDF' has a wrong offset!"); \ +static_assert(offsetof(UMaterialXPipelineSettings, PredefinedEDF) == 0x0000D8, "Member 'UMaterialXPipelineSettings::PredefinedEDF' has a wrong offset!"); \ +static_assert(offsetof(UMaterialXPipelineSettings, PredefinedVDF) == 0x000128, "Member 'UMaterialXPipelineSettings::PredefinedVDF' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialXPipeline \ +static_assert(alignof(UInterchangeMaterialXPipeline) == 0x000008, "Wrong alignment on UInterchangeMaterialXPipeline"); \ +static_assert(sizeof(UInterchangeMaterialXPipeline) == 0x000138, "Wrong size on UInterchangeMaterialXPipeline"); \ +static_assert(offsetof(UInterchangeMaterialXPipeline, bVolumetricMaterial) == 0x000130, "Member 'UInterchangeMaterialXPipeline::bVolumetricMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities \ +static_assert(alignof(InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities, BaseNodeContainer) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities, ReturnValue) == 0x000008, "Member 'InterchangePipelineMeshesUtilities_CreateInterchangePipelineMeshesUtilities::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllGeometryCacheGeometry \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllGeometryCacheGeometry) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllGeometryCacheGeometry"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllGeometryCacheGeometry) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllGeometryCacheGeometry"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllGeometryCacheGeometry, MeshGeometryUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllGeometryCacheGeometry::MeshGeometryUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllGeometryCacheInstance \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllGeometryCacheInstance) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllGeometryCacheInstance"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllGeometryCacheInstance) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllGeometryCacheInstance"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllGeometryCacheInstance, MeshInstanceUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllGeometryCacheInstance::MeshInstanceUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllMeshGeometry \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllMeshGeometry) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllMeshGeometry"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllMeshGeometry) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllMeshGeometry"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllMeshGeometry, MeshGeometryUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllMeshGeometry::MeshGeometryUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced, MeshGeometryUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllMeshGeometryNotInstanced::MeshGeometryUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids, MeshInstanceUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllMeshInstanceUids::MeshInstanceUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid) == 0x000020, "Wrong size on InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid, MeshGeometryUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid::MeshGeometryUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid, MeshInstanceUids) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_GetAllMeshInstanceUidsUsingMeshGeometryUid::MeshInstanceUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry, MeshGeometryUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllSkinnedMeshGeometry::MeshGeometryUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance, MeshInstanceUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllSkinnedMeshInstance::MeshInstanceUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry, MeshGeometryUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllStaticMeshGeometry::MeshGeometryUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance) == 0x000010, "Wrong size on InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance, MeshInstanceUids) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetAllStaticMeshInstance::MeshInstanceUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetMeshGeometryByUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetMeshGeometryByUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetMeshGeometryByUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetMeshGeometryByUid) == 0x000048, "Wrong size on InterchangePipelineMeshesUtilities_GetMeshGeometryByUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshGeometryByUid, MeshGeometryUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetMeshGeometryByUid::MeshGeometryUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshGeometryByUid, ReturnValue) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_GetMeshGeometryByUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid) == 0x000020, "Wrong size on InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid, MeshGeometryUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid::MeshGeometryUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid, ReturnValue) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_GetMeshGeometrySkeletonRootUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetMeshInstanceByUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetMeshInstanceByUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetMeshInstanceByUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetMeshInstanceByUid) == 0x000090, "Wrong size on InterchangePipelineMeshesUtilities_GetMeshInstanceByUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshInstanceByUid, MeshInstanceUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetMeshInstanceByUid::MeshInstanceUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshInstanceByUid, ReturnValue) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_GetMeshInstanceByUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid) == 0x000020, "Wrong size on InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid, MeshInstanceUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid::MeshInstanceUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid, ReturnValue) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_GetMeshInstanceSkeletonRootUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid) == 0x000018, "Wrong size on InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid, MeshGeometryUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid::MeshGeometryUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid, ReturnValue) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_IsValidMeshGeometryUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid \ +static_assert(alignof(InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid) == 0x000008, "Wrong alignment on InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid) == 0x000018, "Wrong size on InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid, MeshInstanceUid) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid::MeshInstanceUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid, ReturnValue) == 0x000010, "Member 'InterchangePipelineMeshesUtilities_IsValidMeshInstanceUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineMeshesUtilities_SetContext \ +static_assert(alignof(InterchangePipelineMeshesUtilities_SetContext) == 0x000001, "Wrong alignment on InterchangePipelineMeshesUtilities_SetContext"); \ +static_assert(sizeof(InterchangePipelineMeshesUtilities_SetContext) == 0x000007, "Wrong size on InterchangePipelineMeshesUtilities_SetContext"); \ +static_assert(offsetof(InterchangePipelineMeshesUtilities_SetContext, Context) == 0x000000, "Member 'InterchangePipelineMeshesUtilities_SetContext::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePipelineMeshesUtilities \ +static_assert(alignof(UInterchangePipelineMeshesUtilities) == 0x000008, "Wrong alignment on UInterchangePipelineMeshesUtilities"); \ +static_assert(sizeof(UInterchangePipelineMeshesUtilities) == 0x000178, "Wrong size on UInterchangePipelineMeshesUtilities"); \ + +#define DUMPER7_ASSERTS_UInterchangeSparseVolumeTexturePipeline \ +static_assert(alignof(UInterchangeSparseVolumeTexturePipeline) == 0x000008, "Wrong alignment on UInterchangeSparseVolumeTexturePipeline"); \ +static_assert(sizeof(UInterchangeSparseVolumeTexturePipeline) == 0x000158, "Wrong size on UInterchangeSparseVolumeTexturePipeline"); \ +static_assert(offsetof(UInterchangeSparseVolumeTexturePipeline, PipelineDisplayName) == 0x000128, "Member 'UInterchangeSparseVolumeTexturePipeline::PipelineDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeSparseVolumeTexturePipeline, bImportSparseVolumeTextures) == 0x000138, "Member 'UInterchangeSparseVolumeTexturePipeline::bImportSparseVolumeTextures' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeSparseVolumeTexturePipeline, bImportAnimatedSparseVolumeTextures) == 0x000139, "Member 'UInterchangeSparseVolumeTexturePipeline::bImportAnimatedSparseVolumeTextures' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeSparseVolumeTexturePipeline, AssetName) == 0x000140, "Member 'UInterchangeSparseVolumeTexturePipeline::AssetName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeSparseVolumeTexturePipeline, BaseNodeContainer) == 0x000150, "Member 'UInterchangeSparseVolumeTexturePipeline::BaseNodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMRMeshConfiguration \ +static_assert(alignof(FMRMeshConfiguration) == 0x000001, "Wrong alignment on FMRMeshConfiguration"); \ +static_assert(sizeof(FMRMeshConfiguration) == 0x000001, "Wrong size on FMRMeshConfiguration"); \ + +#define DUMPER7_ASSERTS_MockDataMeshTrackerComponent_ConnectMRMesh \ +static_assert(alignof(MockDataMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong alignment on MockDataMeshTrackerComponent_ConnectMRMesh"); \ +static_assert(sizeof(MockDataMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong size on MockDataMeshTrackerComponent_ConnectMRMesh"); \ +static_assert(offsetof(MockDataMeshTrackerComponent_ConnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MockDataMeshTrackerComponent_ConnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MockDataMeshTrackerComponent_DisconnectMRMesh \ +static_assert(alignof(MockDataMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong alignment on MockDataMeshTrackerComponent_DisconnectMRMesh"); \ +static_assert(sizeof(MockDataMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong size on MockDataMeshTrackerComponent_DisconnectMRMesh"); \ +static_assert(offsetof(MockDataMeshTrackerComponent_DisconnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MockDataMeshTrackerComponent_DisconnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMockDataMeshTrackerComponent \ +static_assert(alignof(UMockDataMeshTrackerComponent) == 0x000010, "Wrong alignment on UMockDataMeshTrackerComponent"); \ +static_assert(sizeof(UMockDataMeshTrackerComponent) == 0x0002C0, "Wrong size on UMockDataMeshTrackerComponent"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, OnMeshTrackerUpdated) == 0x000250, "Member 'UMockDataMeshTrackerComponent::OnMeshTrackerUpdated' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, ScanWorld) == 0x000260, "Member 'UMockDataMeshTrackerComponent::ScanWorld' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, RequestNormals) == 0x000261, "Member 'UMockDataMeshTrackerComponent::RequestNormals' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, RequestVertexConfidence) == 0x000262, "Member 'UMockDataMeshTrackerComponent::RequestVertexConfidence' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorMode) == 0x000263, "Member 'UMockDataMeshTrackerComponent::VertexColorMode' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, BlockVertexColors) == 0x000268, "Member 'UMockDataMeshTrackerComponent::BlockVertexColors' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceZero) == 0x000278, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceZero' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceOne) == 0x000288, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceOne' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, UpdateInterval) == 0x000298, "Member 'UMockDataMeshTrackerComponent::UpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, MRMesh) == 0x0002A0, "Member 'UMockDataMeshTrackerComponent::MRMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMRMeshBodyHolder \ +static_assert(alignof(UMRMeshBodyHolder) == 0x000008, "Wrong alignment on UMRMeshBodyHolder"); \ +static_assert(sizeof(UMRMeshBodyHolder) == 0x000220, "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) == 0x0005B0, "Wrong size on UMRMeshComponent"); \ +static_assert(offsetof(UMRMeshComponent, Material) == 0x000538, "Member 'UMRMeshComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, WireframeMaterial) == 0x000540, "Member 'UMRMeshComponent::WireframeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bCreateMeshProxySections) == 0x000548, "Member 'UMRMeshComponent::bCreateMeshProxySections' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bUpdateNavMeshOnMeshUpdate) == 0x000549, "Member 'UMRMeshComponent::bUpdateNavMeshOnMeshUpdate' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bNeverCreateCollisionMesh) == 0x00054B, "Member 'UMRMeshComponent::bNeverCreateCollisionMesh' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, BodyHolders) == 0x000590, "Member 'UMRMeshComponent::BodyHolders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshReconstructorBase_ConnectMRMesh \ +static_assert(alignof(MeshReconstructorBase_ConnectMRMesh) == 0x000008, "Wrong alignment on MeshReconstructorBase_ConnectMRMesh"); \ +static_assert(sizeof(MeshReconstructorBase_ConnectMRMesh) == 0x000008, "Wrong size on MeshReconstructorBase_ConnectMRMesh"); \ +static_assert(offsetof(MeshReconstructorBase_ConnectMRMesh, Mesh) == 0x000000, "Member 'MeshReconstructorBase_ConnectMRMesh::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshReconstructorBase_IsReconstructionPaused \ +static_assert(alignof(MeshReconstructorBase_IsReconstructionPaused) == 0x000001, "Wrong alignment on MeshReconstructorBase_IsReconstructionPaused"); \ +static_assert(sizeof(MeshReconstructorBase_IsReconstructionPaused) == 0x000001, "Wrong size on MeshReconstructorBase_IsReconstructionPaused"); \ +static_assert(offsetof(MeshReconstructorBase_IsReconstructionPaused, ReturnValue) == 0x000000, "Member 'MeshReconstructorBase_IsReconstructionPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshReconstructorBase_IsReconstructionStarted \ +static_assert(alignof(MeshReconstructorBase_IsReconstructionStarted) == 0x000001, "Wrong alignment on MeshReconstructorBase_IsReconstructionStarted"); \ +static_assert(sizeof(MeshReconstructorBase_IsReconstructionStarted) == 0x000001, "Wrong size on MeshReconstructorBase_IsReconstructionStarted"); \ +static_assert(offsetof(MeshReconstructorBase_IsReconstructionStarted, ReturnValue) == 0x000000, "Member 'MeshReconstructorBase_IsReconstructionStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshReconstructorBase \ +static_assert(alignof(UMeshReconstructorBase) == 0x000008, "Wrong alignment on UMeshReconstructorBase"); \ +static_assert(sizeof(UMeshReconstructorBase) == 0x000028, "Wrong size on UMeshReconstructorBase"); \ + +#define DUMPER7_ASSERTS_UMoviePlayerSettings \ +static_assert(alignof(UMoviePlayerSettings) == 0x000008, "Wrong alignment on UMoviePlayerSettings"); \ +static_assert(sizeof(UMoviePlayerSettings) == 0x000040, "Wrong size on UMoviePlayerSettings"); \ +static_assert(offsetof(UMoviePlayerSettings, bWaitForMoviesToComplete) == 0x000028, "Member 'UMoviePlayerSettings::bWaitForMoviesToComplete' has a wrong offset!"); \ +static_assert(offsetof(UMoviePlayerSettings, bMoviesAreSkippable) == 0x000029, "Member 'UMoviePlayerSettings::bMoviesAreSkippable' has a wrong offset!"); \ +static_assert(offsetof(UMoviePlayerSettings, StartupMovies) == 0x000030, "Member 'UMoviePlayerSettings::StartupMovies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassFragment \ +static_assert(alignof(FMassFragment) == 0x000001, "Wrong alignment on FMassFragment"); \ +static_assert(sizeof(FMassFragment) == 0x000001, "Wrong size on FMassFragment"); \ + +#define DUMPER7_ASSERTS_FMassDebugLogFragment \ +static_assert(alignof(FMassDebugLogFragment) == 0x000004, "Wrong alignment on FMassDebugLogFragment"); \ +static_assert(sizeof(FMassDebugLogFragment) == 0x000008, "Wrong size on FMassDebugLogFragment"); \ +static_assert(offsetof(FMassDebugLogFragment, LogOwner) == 0x000000, "Member 'FMassDebugLogFragment::LogOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassTag \ +static_assert(alignof(FMassTag) == 0x000001, "Wrong alignment on FMassTag"); \ +static_assert(sizeof(FMassTag) == 0x000001, "Wrong size on FMassTag"); \ + +#define DUMPER7_ASSERTS_FMassChunkFragment \ +static_assert(alignof(FMassChunkFragment) == 0x000001, "Wrong alignment on FMassChunkFragment"); \ +static_assert(sizeof(FMassChunkFragment) == 0x000001, "Wrong size on FMassChunkFragment"); \ + +#define DUMPER7_ASSERTS_FMassSharedFragment \ +static_assert(alignof(FMassSharedFragment) == 0x000001, "Wrong alignment on FMassSharedFragment"); \ +static_assert(sizeof(FMassSharedFragment) == 0x000001, "Wrong size on FMassSharedFragment"); \ + +#define DUMPER7_ASSERTS_FMassConstSharedFragment \ +static_assert(alignof(FMassConstSharedFragment) == 0x000001, "Wrong alignment on FMassConstSharedFragment"); \ +static_assert(sizeof(FMassConstSharedFragment) == 0x000001, "Wrong size on FMassConstSharedFragment"); \ + +#define DUMPER7_ASSERTS_FMassEntityHandle \ +static_assert(alignof(FMassEntityHandle) == 0x000008, "Wrong alignment on FMassEntityHandle"); \ +static_assert(sizeof(FMassEntityHandle) == 0x000008, "Wrong size on FMassEntityHandle"); \ +static_assert(offsetof(FMassEntityHandle, Index) == 0x000000, "Member 'FMassEntityHandle::Index' has a wrong offset!"); \ +static_assert(offsetof(FMassEntityHandle, SerialNumber) == 0x000004, "Member 'FMassEntityHandle::SerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassGenericDebugEvent \ +static_assert(alignof(FMassGenericDebugEvent) == 0x000001, "Wrong alignment on FMassGenericDebugEvent"); \ +static_assert(sizeof(FMassGenericDebugEvent) == 0x000001, "Wrong size on FMassGenericDebugEvent"); \ + +#define DUMPER7_ASSERTS_FMassRelation \ +static_assert(alignof(FMassRelation) == 0x000001, "Wrong alignment on FMassRelation"); \ +static_assert(sizeof(FMassRelation) == 0x000001, "Wrong size on FMassRelation"); \ + +#define DUMPER7_ASSERTS_FMassRelationFragment \ +static_assert(alignof(FMassRelationFragment) == 0x000008, "Wrong alignment on FMassRelationFragment"); \ +static_assert(sizeof(FMassRelationFragment) == 0x000010, "Wrong size on FMassRelationFragment"); \ + +#define DUMPER7_ASSERTS_FMassRelationMappingFragment \ +static_assert(alignof(FMassRelationMappingFragment) == 0x000001, "Wrong alignment on FMassRelationMappingFragment"); \ +static_assert(sizeof(FMassRelationMappingFragment) == 0x000001, "Wrong size on FMassRelationMappingFragment"); \ + +#define DUMPER7_ASSERTS_FMassEntityView \ +static_assert(alignof(FMassEntityView) == 0x000008, "Wrong alignment on FMassEntityView"); \ +static_assert(sizeof(FMassEntityView) == 0x000028, "Wrong size on FMassEntityView"); \ + +#define DUMPER7_ASSERTS_FMassRuntimePipeline \ +static_assert(alignof(FMassRuntimePipeline) == 0x000008, "Wrong alignment on FMassRuntimePipeline"); \ +static_assert(sizeof(FMassRuntimePipeline) == 0x000018, "Wrong size on FMassRuntimePipeline"); \ +static_assert(offsetof(FMassRuntimePipeline, Processors) == 0x000000, "Member 'FMassRuntimePipeline::Processors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassObserversMap \ +static_assert(alignof(FMassObserversMap) == 0x000008, "Wrong alignment on FMassObserversMap"); \ +static_assert(sizeof(FMassObserversMap) == 0x000050, "Wrong size on FMassObserversMap"); \ +static_assert(offsetof(FMassObserversMap, Container) == 0x000000, "Member 'FMassObserversMap::Container' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassObserverManager \ +static_assert(alignof(FMassObserverManager) == 0x000008, "Wrong alignment on FMassObserverManager"); \ +static_assert(sizeof(FMassObserverManager) == 0x0003B8, "Wrong size on FMassObserverManager"); \ +static_assert(offsetof(FMassObserverManager, FragmentObservers) == 0x000128, "Member 'FMassObserverManager::FragmentObservers' has a wrong offset!"); \ +static_assert(offsetof(FMassObserverManager, TagObservers) == 0x000268, "Member 'FMassObserverManager::TagObservers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassObserverExecutionContext \ +static_assert(alignof(FMassObserverExecutionContext) == 0x000008, "Wrong alignment on FMassObserverExecutionContext"); \ +static_assert(sizeof(FMassObserverExecutionContext) == 0x000020, "Wrong size on FMassObserverExecutionContext"); \ + +#define DUMPER7_ASSERTS_FMassProcessorClassCollection \ +static_assert(alignof(FMassProcessorClassCollection) == 0x000008, "Wrong alignment on FMassProcessorClassCollection"); \ +static_assert(sizeof(FMassProcessorClassCollection) == 0x000010, "Wrong size on FMassProcessorClassCollection"); \ +static_assert(offsetof(FMassProcessorClassCollection, ClassCollection) == 0x000000, "Member 'FMassProcessorClassCollection::ClassCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassEntityObserverClassesMap \ +static_assert(alignof(FMassEntityObserverClassesMap) == 0x000008, "Wrong alignment on FMassEntityObserverClassesMap"); \ +static_assert(sizeof(FMassEntityObserverClassesMap) == 0x000050, "Wrong size on FMassEntityObserverClassesMap"); \ +static_assert(offsetof(FMassEntityObserverClassesMap, Container) == 0x000000, "Member 'FMassEntityObserverClassesMap::Container' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassProcessingPhaseConfig \ +static_assert(alignof(FMassProcessingPhaseConfig) == 0x000008, "Wrong alignment on FMassProcessingPhaseConfig"); \ +static_assert(sizeof(FMassProcessingPhaseConfig) == 0x000020, "Wrong size on FMassProcessingPhaseConfig"); \ +static_assert(offsetof(FMassProcessingPhaseConfig, PhaseName) == 0x000000, "Member 'FMassProcessingPhaseConfig::PhaseName' has a wrong offset!"); \ +static_assert(offsetof(FMassProcessingPhaseConfig, PhaseGroupClass) == 0x000008, "Member 'FMassProcessingPhaseConfig::PhaseGroupClass' has a wrong offset!"); \ +static_assert(offsetof(FMassProcessingPhaseConfig, ProcessorCDOs) == 0x000010, "Member 'FMassProcessingPhaseConfig::ProcessorCDOs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcessorAuxDataBase \ +static_assert(alignof(FProcessorAuxDataBase) == 0x000001, "Wrong alignment on FProcessorAuxDataBase"); \ +static_assert(sizeof(FProcessorAuxDataBase) == 0x000001, "Wrong size on FProcessorAuxDataBase"); \ + +#define DUMPER7_ASSERTS_FMassProcessingContext_DEPRECATED \ +static_assert(alignof(FMassProcessingContext_DEPRECATED) == 0x000008, "Wrong alignment on FMassProcessingContext_DEPRECATED"); \ +static_assert(sizeof(FMassProcessingContext_DEPRECATED) == 0x000020, "Wrong size on FMassProcessingContext_DEPRECATED"); \ +static_assert(offsetof(FMassProcessingContext_DEPRECATED, DeltaSeconds) == 0x000000, "Member 'FMassProcessingContext_DEPRECATED::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(FMassProcessingContext_DEPRECATED, AuxData) == 0x000008, "Member 'FMassProcessingContext_DEPRECATED::AuxData' has a wrong offset!"); \ +static_assert(offsetof(FMassProcessingContext_DEPRECATED, bFlushCommandBuffer) == 0x000018, "Member 'FMassProcessingContext_DEPRECATED::bFlushCommandBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassProcessorExecutionOrder \ +static_assert(alignof(FMassProcessorExecutionOrder) == 0x000008, "Wrong alignment on FMassProcessorExecutionOrder"); \ +static_assert(sizeof(FMassProcessorExecutionOrder) == 0x000028, "Wrong size on FMassProcessorExecutionOrder"); \ +static_assert(offsetof(FMassProcessorExecutionOrder, ExecuteInGroup) == 0x000000, "Member 'FMassProcessorExecutionOrder::ExecuteInGroup' has a wrong offset!"); \ +static_assert(offsetof(FMassProcessorExecutionOrder, ExecuteBefore) == 0x000008, "Member 'FMassProcessorExecutionOrder::ExecuteBefore' has a wrong offset!"); \ +static_assert(offsetof(FMassProcessorExecutionOrder, ExecuteAfter) == 0x000018, "Member 'FMassProcessorExecutionOrder::ExecuteAfter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMassChildOfRelation \ +static_assert(alignof(FMassChildOfRelation) == 0x000001, "Wrong alignment on FMassChildOfRelation"); \ +static_assert(sizeof(FMassChildOfRelation) == 0x000001, "Wrong size on FMassChildOfRelation"); \ + +#define DUMPER7_ASSERTS_FMassChildOfFragment \ +static_assert(alignof(FMassChildOfFragment) == 0x000008, "Wrong alignment on FMassChildOfFragment"); \ +static_assert(sizeof(FMassChildOfFragment) == 0x000008, "Wrong size on FMassChildOfFragment"); \ +static_assert(offsetof(FMassChildOfFragment, Parent) == 0x000000, "Member 'FMassChildOfFragment::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassModuleSettings \ +static_assert(alignof(UMassModuleSettings) == 0x000008, "Wrong alignment on UMassModuleSettings"); \ +static_assert(sizeof(UMassModuleSettings) == 0x000028, "Wrong size on UMassModuleSettings"); \ + +#define DUMPER7_ASSERTS_UMassEntitySettings \ +static_assert(alignof(UMassEntitySettings) == 0x000008, "Wrong alignment on UMassEntitySettings"); \ +static_assert(sizeof(UMassEntitySettings) == 0x000130, "Wrong size on UMassEntitySettings"); \ +static_assert(offsetof(UMassEntitySettings, ChunkMemorySize) == 0x000028, "Member 'UMassEntitySettings::ChunkMemorySize' has a wrong offset!"); \ +static_assert(offsetof(UMassEntitySettings, DumpDependencyGraphFileName) == 0x000030, "Member 'UMassEntitySettings::DumpDependencyGraphFileName' has a wrong offset!"); \ +static_assert(offsetof(UMassEntitySettings, ProcessingPhasesConfig) == 0x000040, "Member 'UMassEntitySettings::ProcessingPhasesConfig' has a wrong offset!"); \ +static_assert(offsetof(UMassEntitySettings, ProcessorCDOs) == 0x000100, "Member 'UMassEntitySettings::ProcessorCDOs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassSubsystemBase \ +static_assert(alignof(UMassSubsystemBase) == 0x000008, "Wrong alignment on UMassSubsystemBase"); \ +static_assert(sizeof(UMassSubsystemBase) == 0x000040, "Wrong size on UMassSubsystemBase"); \ + +#define DUMPER7_ASSERTS_UMassEntitySubsystem \ +static_assert(alignof(UMassEntitySubsystem) == 0x000008, "Wrong alignment on UMassEntitySubsystem"); \ +static_assert(sizeof(UMassEntitySubsystem) == 0x000050, "Wrong size on UMassEntitySubsystem"); \ + +#define DUMPER7_ASSERTS_UMassProcessor \ +static_assert(alignof(UMassProcessor) == 0x000008, "Wrong alignment on UMassProcessor"); \ +static_assert(sizeof(UMassProcessor) == 0x0000C0, "Wrong size on UMassProcessor"); \ +static_assert(offsetof(UMassProcessor, ExecutionOrder) == 0x000028, "Member 'UMassProcessor::ExecutionOrder' has a wrong offset!"); \ +static_assert(offsetof(UMassProcessor, ProcessingPhase) == 0x000050, "Member 'UMassProcessor::ProcessingPhase' has a wrong offset!"); \ +static_assert(offsetof(UMassProcessor, ExecutionFlags) == 0x000051, "Member 'UMassProcessor::ExecutionFlags' has a wrong offset!"); \ +static_assert(offsetof(UMassProcessor, ActivationState) == 0x000053, "Member 'UMassProcessor::ActivationState' has a wrong offset!"); \ +static_assert(offsetof(UMassProcessor, ExecutionPriority) == 0x000054, "Member 'UMassProcessor::ExecutionPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassObserverProcessor \ +static_assert(alignof(UMassObserverProcessor) == 0x000008, "Wrong alignment on UMassObserverProcessor"); \ +static_assert(sizeof(UMassObserverProcessor) == 0x0000D8, "Wrong size on UMassObserverProcessor"); \ +static_assert(offsetof(UMassObserverProcessor, bAutoRegisterWithObserverRegistry) == 0x0000C0, "Member 'UMassObserverProcessor::bAutoRegisterWithObserverRegistry' has a wrong offset!"); \ +static_assert(offsetof(UMassObserverProcessor, ObservedType) == 0x0000C8, "Member 'UMassObserverProcessor::ObservedType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassObserverRegistry \ +static_assert(alignof(UMassObserverRegistry) == 0x000008, "Wrong alignment on UMassObserverRegistry"); \ +static_assert(sizeof(UMassObserverRegistry) == 0x000530, "Wrong size on UMassObserverRegistry"); \ +static_assert(offsetof(UMassObserverRegistry, FragmentObservers) == 0x0002B0, "Member 'UMassObserverRegistry::FragmentObservers' has a wrong offset!"); \ +static_assert(offsetof(UMassObserverRegistry, TagObservers) == 0x0003F0, "Member 'UMassObserverRegistry::TagObservers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassCompositeProcessor \ +static_assert(alignof(UMassCompositeProcessor) == 0x000008, "Wrong alignment on UMassCompositeProcessor"); \ +static_assert(sizeof(UMassCompositeProcessor) == 0x000100, "Wrong size on UMassCompositeProcessor"); \ +static_assert(offsetof(UMassCompositeProcessor, ChildPipeline) == 0x0000C0, "Member 'UMassCompositeProcessor::ChildPipeline' has a wrong offset!"); \ +static_assert(offsetof(UMassCompositeProcessor, GroupName) == 0x0000D8, "Member 'UMassCompositeProcessor::GroupName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassRelationObserver \ +static_assert(alignof(UMassRelationObserver) == 0x000008, "Wrong alignment on UMassRelationObserver"); \ +static_assert(sizeof(UMassRelationObserver) == 0x000450, "Wrong size on UMassRelationObserver"); \ + +#define DUMPER7_ASSERTS_UMassRelationEntityCreation \ +static_assert(alignof(UMassRelationEntityCreation) == 0x000008, "Wrong alignment on UMassRelationEntityCreation"); \ +static_assert(sizeof(UMassRelationEntityCreation) == 0x000450, "Wrong size on UMassRelationEntityCreation"); \ + +#define DUMPER7_ASSERTS_UMassRelationEntityGuardDog \ +static_assert(alignof(UMassRelationEntityGuardDog) == 0x000008, "Wrong alignment on UMassRelationEntityGuardDog"); \ +static_assert(sizeof(UMassRelationEntityGuardDog) == 0x000450, "Wrong size on UMassRelationEntityGuardDog"); \ + +#define DUMPER7_ASSERTS_UMassRelationEntityDestruction \ +static_assert(alignof(UMassRelationEntityDestruction) == 0x000008, "Wrong alignment on UMassRelationEntityDestruction"); \ +static_assert(sizeof(UMassRelationEntityDestruction) == 0x000450, "Wrong size on UMassRelationEntityDestruction"); \ + +#define DUMPER7_ASSERTS_UMassRelationRoleDestruction \ +static_assert(alignof(UMassRelationRoleDestruction) == 0x000008, "Wrong alignment on UMassRelationRoleDestruction"); \ +static_assert(sizeof(UMassRelationRoleDestruction) == 0x000490, "Wrong size on UMassRelationRoleDestruction"); \ + +#define DUMPER7_ASSERTS_UMassSettings \ +static_assert(alignof(UMassSettings) == 0x000008, "Wrong alignment on UMassSettings"); \ +static_assert(sizeof(UMassSettings) == 0x000088, "Wrong size on UMassSettings"); \ +static_assert(offsetof(UMassSettings, ModuleSettings) == 0x000038, "Member 'UMassSettings::ModuleSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMassTickableSubsystemBase \ +static_assert(alignof(UMassTickableSubsystemBase) == 0x000008, "Wrong alignment on UMassTickableSubsystemBase"); \ +static_assert(sizeof(UMassTickableSubsystemBase) == 0x000050, "Wrong size on UMassTickableSubsystemBase"); \ + +#define DUMPER7_ASSERTS_UMassChildOfRelationEntityCreation \ +static_assert(alignof(UMassChildOfRelationEntityCreation) == 0x000008, "Wrong alignment on UMassChildOfRelationEntityCreation"); \ +static_assert(sizeof(UMassChildOfRelationEntityCreation) == 0x000450, "Wrong size on UMassChildOfRelationEntityCreation"); \ + +#define DUMPER7_ASSERTS_APLA_WoodenFence02_01_100_C \ +static_assert(alignof(APLA_WoodenFence02_01_100_C) == 0x000008, "Wrong alignment on APLA_WoodenFence02_01_100_C"); \ +static_assert(sizeof(APLA_WoodenFence02_01_100_C) == 0x000360, "Wrong size on APLA_WoodenFence02_01_100_C"); \ +static_assert(offsetof(APLA_WoodenFence02_01_100_C, InstancedStaticMesh1) == 0x000350, "Member 'APLA_WoodenFence02_01_100_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_WoodenFence02_01_100_C, InstancedStaticMesh) == 0x000358, "Member 'APLA_WoodenFence02_01_100_C::InstancedStaticMesh' 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_0) == 0x000000, "Member 'FStructSerializerNumericTestStruct::int8_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, int16_0) == 0x000002, "Member 'FStructSerializerNumericTestStruct::int16_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, int32_0) == 0x000004, "Member 'FStructSerializerNumericTestStruct::int32_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, int64_0) == 0x000008, "Member 'FStructSerializerNumericTestStruct::int64_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, uint8_0) == 0x000010, "Member 'FStructSerializerNumericTestStruct::uint8_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, uint16_0) == 0x000012, "Member 'FStructSerializerNumericTestStruct::uint16_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, uint32_0) == 0x000014, "Member 'FStructSerializerNumericTestStruct::uint32_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, uint64_0) == 0x000018, "Member 'FStructSerializerNumericTestStruct::uint64_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, float_0) == 0x000020, "Member 'FStructSerializerNumericTestStruct::float_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Double) == 0x000028, "Member 'FStructSerializerNumericTestStruct::Double' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerBooleanTestStruct \ +static_assert(alignof(FStructSerializerBooleanTestStruct) == 0x000001, "Wrong alignment on FStructSerializerBooleanTestStruct"); \ +static_assert(sizeof(FStructSerializerBooleanTestStruct) == 0x000003, "Wrong size on FStructSerializerBooleanTestStruct"); \ +static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolFalse) == 0x000000, "Member 'FStructSerializerBooleanTestStruct::BoolFalse' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolTrue) == 0x000001, "Member 'FStructSerializerBooleanTestStruct::BoolTrue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerObjectTestStruct \ +static_assert(alignof(FStructSerializerObjectTestStruct) == 0x000008, "Wrong alignment on FStructSerializerObjectTestStruct"); \ +static_assert(sizeof(FStructSerializerObjectTestStruct) == 0x0000C0, "Wrong size on FStructSerializerObjectTestStruct"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, RawClass) == 0x000000, "Member 'FStructSerializerObjectTestStruct::RawClass' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, WrappedClass) == 0x000008, "Member 'FStructSerializerObjectTestStruct::WrappedClass' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, SubClass) == 0x000010, "Member 'FStructSerializerObjectTestStruct::SubClass' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, SoftClass) == 0x000018, "Member 'FStructSerializerObjectTestStruct::SoftClass' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, RawObject) == 0x000040, "Member 'FStructSerializerObjectTestStruct::RawObject' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, WrappedObject) == 0x000048, "Member 'FStructSerializerObjectTestStruct::WrappedObject' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, WeakObject) == 0x000050, "Member 'FStructSerializerObjectTestStruct::WeakObject' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, SoftObject) == 0x000058, "Member 'FStructSerializerObjectTestStruct::SoftObject' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, ClassPath) == 0x000080, "Member 'FStructSerializerObjectTestStruct::ClassPath' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerObjectTestStruct, ObjectPath) == 0x0000A0, "Member 'FStructSerializerObjectTestStruct::ObjectPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerBuiltinTestStruct \ +static_assert(alignof(FStructSerializerBuiltinTestStruct) == 0x000010, "Wrong alignment on FStructSerializerBuiltinTestStruct"); \ +static_assert(sizeof(FStructSerializerBuiltinTestStruct) == 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, DateTime) == 0x000038, "Member 'FStructSerializerBuiltinTestStruct::DateTime' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Timespan) == 0x000040, "Member 'FStructSerializerBuiltinTestStruct::Timespan' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Vector) == 0x000048, "Member 'FStructSerializerBuiltinTestStruct::Vector' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Vector4) == 0x000060, "Member 'FStructSerializerBuiltinTestStruct::Vector4' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Rotator) == 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_0) == 0x0002A0, "Member 'FStructSerializerLWCTypesTest::float_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, Double) == 0x0002A8, "Member 'FStructSerializerLWCTypesTest::Double' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, VectorArray) == 0x0002B0, "Member 'FStructSerializerLWCTypesTest::VectorArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, StrToVec) == 0x0002C0, "Member 'FStructSerializerLWCTypesTest::StrToVec' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerLWCTypesTest, VectorSet) == 0x000310, "Member 'FStructSerializerLWCTypesTest::VectorSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOrientedBoxFloat \ +static_assert(alignof(FOrientedBoxFloat) == 0x000004, "Wrong alignment on FOrientedBoxFloat"); \ +static_assert(sizeof(FOrientedBoxFloat) == 0x00003C, "Wrong size on FOrientedBoxFloat"); \ +static_assert(offsetof(FOrientedBoxFloat, Center) == 0x000000, "Member 'FOrientedBoxFloat::Center' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBoxFloat, AxisX) == 0x00000C, "Member 'FOrientedBoxFloat::AxisX' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBoxFloat, AxisY) == 0x000018, "Member 'FOrientedBoxFloat::AxisY' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBoxFloat, AxisZ) == 0x000024, "Member 'FOrientedBoxFloat::AxisZ' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBoxFloat, ExtentX) == 0x000030, "Member 'FOrientedBoxFloat::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBoxFloat, ExtentY) == 0x000034, "Member 'FOrientedBoxFloat::ExtentY' has a wrong offset!"); \ +static_assert(offsetof(FOrientedBoxFloat, ExtentZ) == 0x000038, "Member 'FOrientedBoxFloat::ExtentZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerNonLWCTypesTest \ +static_assert(alignof(FStructSerializerNonLWCTypesTest) == 0x000010, "Wrong alignment on FStructSerializerNonLWCTypesTest"); \ +static_assert(sizeof(FStructSerializerNonLWCTypesTest) == 0x000220, "Wrong size on FStructSerializerNonLWCTypesTest"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Vector) == 0x000000, "Member 'FStructSerializerNonLWCTypesTest::Vector' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Vector2D) == 0x00000C, "Member 'FStructSerializerNonLWCTypesTest::Vector2D' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Vector4) == 0x000020, "Member 'FStructSerializerNonLWCTypesTest::Vector4' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Matrix) == 0x000030, "Member 'FStructSerializerNonLWCTypesTest::Matrix' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Plane) == 0x000070, "Member 'FStructSerializerNonLWCTypesTest::Plane' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Quat) == 0x000080, "Member 'FStructSerializerNonLWCTypesTest::Quat' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Rotator) == 0x000090, "Member 'FStructSerializerNonLWCTypesTest::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Transform) == 0x0000A0, "Member 'FStructSerializerNonLWCTypesTest::Transform' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Box) == 0x0000D0, "Member 'FStructSerializerNonLWCTypesTest::Box' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Box2D) == 0x0000EC, "Member 'FStructSerializerNonLWCTypesTest::Box2D' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, BoxSphereBounds) == 0x000100, "Member 'FStructSerializerNonLWCTypesTest::BoxSphereBounds' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, OrientedBox) == 0x00011C, "Member 'FStructSerializerNonLWCTypesTest::OrientedBox' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, float_0) == 0x000158, "Member 'FStructSerializerNonLWCTypesTest::float_0' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, Double) == 0x000160, "Member 'FStructSerializerNonLWCTypesTest::Double' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, VectorArray) == 0x000168, "Member 'FStructSerializerNonLWCTypesTest::VectorArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, StrToVec) == 0x000178, "Member 'FStructSerializerNonLWCTypesTest::StrToVec' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNonLWCTypesTest, VectorSet) == 0x0001C8, "Member 'FStructSerializerNonLWCTypesTest::VectorSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerByteArray \ +static_assert(alignof(FStructSerializerByteArray) == 0x000008, "Wrong alignment on FStructSerializerByteArray"); \ +static_assert(sizeof(FStructSerializerByteArray) == 0x000038, "Wrong size on FStructSerializerByteArray"); \ +static_assert(offsetof(FStructSerializerByteArray, Dummy1) == 0x000000, "Member 'FStructSerializerByteArray::Dummy1' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerByteArray, ByteArray) == 0x000008, "Member 'FStructSerializerByteArray::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerByteArray, Dummy2) == 0x000018, "Member 'FStructSerializerByteArray::Dummy2' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerByteArray, Int8Array) == 0x000020, "Member 'FStructSerializerByteArray::Int8Array' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerByteArray, Dummy3) == 0x000030, "Member 'FStructSerializerByteArray::Dummy3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerArrayTestStruct \ +static_assert(alignof(FStructSerializerArrayTestStruct) == 0x000008, "Wrong alignment on FStructSerializerArrayTestStruct"); \ +static_assert(sizeof(FStructSerializerArrayTestStruct) == 0x000060, "Wrong size on FStructSerializerArrayTestStruct"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, Int32Array) == 0x000000, "Member 'FStructSerializerArrayTestStruct::Int32Array' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, ByteArray) == 0x000010, "Member 'FStructSerializerArrayTestStruct::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, StaticSingleElement) == 0x000020, "Member 'FStructSerializerArrayTestStruct::StaticSingleElement' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, StaticInt32Array) == 0x000024, "Member 'FStructSerializerArrayTestStruct::StaticInt32Array' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, StaticFloatArray) == 0x000030, "Member 'FStructSerializerArrayTestStruct::StaticFloatArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, VectorArray) == 0x000040, "Member 'FStructSerializerArrayTestStruct::VectorArray' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerArrayTestStruct, StructArray) == 0x000050, "Member 'FStructSerializerArrayTestStruct::StructArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerMapTestStruct \ +static_assert(alignof(FStructSerializerMapTestStruct) == 0x000008, "Wrong alignment on FStructSerializerMapTestStruct"); \ +static_assert(sizeof(FStructSerializerMapTestStruct) == 0x000140, "Wrong size on FStructSerializerMapTestStruct"); \ +static_assert(offsetof(FStructSerializerMapTestStruct, IntToStr) == 0x000000, "Member 'FStructSerializerMapTestStruct::IntToStr' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerMapTestStruct, StrToStr) == 0x000050, "Member 'FStructSerializerMapTestStruct::StrToStr' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerMapTestStruct, StrToVec) == 0x0000A0, "Member 'FStructSerializerMapTestStruct::StrToVec' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerMapTestStruct, StrToStruct) == 0x0000F0, "Member 'FStructSerializerMapTestStruct::StrToStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerSetTestStruct \ +static_assert(alignof(FStructSerializerSetTestStruct) == 0x000008, "Wrong alignment on FStructSerializerSetTestStruct"); \ +static_assert(sizeof(FStructSerializerSetTestStruct) == 0x000140, "Wrong size on FStructSerializerSetTestStruct"); \ +static_assert(offsetof(FStructSerializerSetTestStruct, StrSet) == 0x000000, "Member 'FStructSerializerSetTestStruct::StrSet' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerSetTestStruct, IntSet) == 0x000050, "Member 'FStructSerializerSetTestStruct::IntSet' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerSetTestStruct, NameSet) == 0x0000A0, "Member 'FStructSerializerSetTestStruct::NameSet' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerSetTestStruct, StructSet) == 0x0000F0, "Member 'FStructSerializerSetTestStruct::StructSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerOptionalTestStruct \ +static_assert(alignof(FStructSerializerOptionalTestStruct) == 0x000010, "Wrong alignment on FStructSerializerOptionalTestStruct"); \ +static_assert(sizeof(FStructSerializerOptionalTestStruct) == 0x000200, "Wrong size on FStructSerializerOptionalTestStruct"); \ +static_assert(offsetof(FStructSerializerOptionalTestStruct, StrOptional) == 0x000000, "Member 'FStructSerializerOptionalTestStruct::StrOptional' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerOptionalTestStruct, StrOptionalUnset) == 0x000010, "Member 'FStructSerializerOptionalTestStruct::StrOptionalUnset' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerOptionalTestStruct, IntOptional) == 0x000020, "Member 'FStructSerializerOptionalTestStruct::IntOptional' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerOptionalTestStruct, IntOptionalUnset) == 0x000028, "Member 'FStructSerializerOptionalTestStruct::IntOptionalUnset' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerOptionalTestStruct, NameOptional) == 0x000030, "Member 'FStructSerializerOptionalTestStruct::NameOptional' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerOptionalTestStruct, NameOptionalUnset) == 0x000038, "Member 'FStructSerializerOptionalTestStruct::NameOptionalUnset' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerOptionalTestStruct, StructOptional) == 0x000040, "Member 'FStructSerializerOptionalTestStruct::StructOptional' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerOptionalTestStruct, StructOptionalUnset) == 0x000120, "Member 'FStructSerializerOptionalTestStruct::StructOptionalUnset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerTestStruct \ +static_assert(alignof(FStructSerializerTestStruct) == 0x000010, "Wrong alignment on FStructSerializerTestStruct"); \ +static_assert(sizeof(FStructSerializerTestStruct) == 0x000A10, "Wrong size on FStructSerializerTestStruct"); \ +static_assert(offsetof(FStructSerializerTestStruct, Numerics) == 0x000000, "Member 'FStructSerializerTestStruct::Numerics' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Booleans) == 0x000030, "Member 'FStructSerializerTestStruct::Booleans' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Objects) == 0x000038, "Member 'FStructSerializerTestStruct::Objects' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Builtins) == 0x000100, "Member 'FStructSerializerTestStruct::Builtins' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Arrays) == 0x0001D0, "Member 'FStructSerializerTestStruct::Arrays' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Maps) == 0x000230, "Member 'FStructSerializerTestStruct::Maps' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Sets) == 0x000370, "Member 'FStructSerializerTestStruct::Sets' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, Optionals) == 0x0004B0, "Member 'FStructSerializerTestStruct::Optionals' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerTestStruct, LWCTypes) == 0x0006B0, "Member 'FStructSerializerTestStruct::LWCTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectTest \ +static_assert(alignof(UObjectTest) == 0x000008, "Wrong alignment on UObjectTest"); \ +static_assert(sizeof(UObjectTest) == 0x000028, "Wrong size on UObjectTest"); \ + +#define DUMPER7_ASSERTS_FUsdPrimPathList \ +static_assert(alignof(FUsdPrimPathList) == 0x000008, "Wrong alignment on FUsdPrimPathList"); \ +static_assert(sizeof(FUsdPrimPathList) == 0x000010, "Wrong size on FUsdPrimPathList"); \ +static_assert(offsetof(FUsdPrimPathList, PrimPaths) == 0x000000, "Member 'FUsdPrimPathList::PrimPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUsdMetadataValue \ +static_assert(alignof(FUsdMetadataValue) == 0x000008, "Wrong alignment on FUsdMetadataValue"); \ +static_assert(sizeof(FUsdMetadataValue) == 0x000020, "Wrong size on FUsdMetadataValue"); \ +static_assert(offsetof(FUsdMetadataValue, TypeName) == 0x000000, "Member 'FUsdMetadataValue::TypeName' has a wrong offset!"); \ +static_assert(offsetof(FUsdMetadataValue, StringifiedValue) == 0x000010, "Member 'FUsdMetadataValue::StringifiedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUsdPrimMetadata \ +static_assert(alignof(FUsdPrimMetadata) == 0x000008, "Wrong alignment on FUsdPrimMetadata"); \ +static_assert(sizeof(FUsdPrimMetadata) == 0x000050, "Wrong size on FUsdPrimMetadata"); \ +static_assert(offsetof(FUsdPrimMetadata, MetaData) == 0x000000, "Member 'FUsdPrimMetadata::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUsdCombinedPrimMetadata \ +static_assert(alignof(FUsdCombinedPrimMetadata) == 0x000008, "Wrong alignment on FUsdCombinedPrimMetadata"); \ +static_assert(sizeof(FUsdCombinedPrimMetadata) == 0x000050, "Wrong size on FUsdCombinedPrimMetadata"); \ +static_assert(offsetof(FUsdCombinedPrimMetadata, PrimPathToMetadata) == 0x000000, "Member 'FUsdCombinedPrimMetadata::PrimPathToMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUsdUnrealAssetInfo \ +static_assert(alignof(FUsdUnrealAssetInfo) == 0x000008, "Wrong alignment on FUsdUnrealAssetInfo"); \ +static_assert(sizeof(FUsdUnrealAssetInfo) == 0x000070, "Wrong size on FUsdUnrealAssetInfo"); \ +static_assert(offsetof(FUsdUnrealAssetInfo, Name) == 0x000000, "Member 'FUsdUnrealAssetInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FUsdUnrealAssetInfo, Identifier) == 0x000010, "Member 'FUsdUnrealAssetInfo::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FUsdUnrealAssetInfo, Version) == 0x000020, "Member 'FUsdUnrealAssetInfo::Version' has a wrong offset!"); \ +static_assert(offsetof(FUsdUnrealAssetInfo, UnrealContentPath) == 0x000030, "Member 'FUsdUnrealAssetInfo::UnrealContentPath' has a wrong offset!"); \ +static_assert(offsetof(FUsdUnrealAssetInfo, UnrealAssetType) == 0x000040, "Member 'FUsdUnrealAssetInfo::UnrealAssetType' has a wrong offset!"); \ +static_assert(offsetof(FUsdUnrealAssetInfo, UnrealExportTime) == 0x000050, "Member 'FUsdUnrealAssetInfo::UnrealExportTime' has a wrong offset!"); \ +static_assert(offsetof(FUsdUnrealAssetInfo, UnrealEngineVersion) == 0x000060, "Member 'FUsdUnrealAssetInfo::UnrealEngineVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUsdMetadataImportOptions \ +static_assert(alignof(FUsdMetadataImportOptions) == 0x000008, "Wrong alignment on FUsdMetadataImportOptions"); \ +static_assert(sizeof(FUsdMetadataImportOptions) == 0x000020, "Wrong size on FUsdMetadataImportOptions"); \ +static_assert(offsetof(FUsdMetadataImportOptions, bCollectMetadata) == 0x000000, "Member 'FUsdMetadataImportOptions::bCollectMetadata' has a wrong offset!"); \ +static_assert(offsetof(FUsdMetadataImportOptions, bCollectFromEntireSubtrees) == 0x000001, "Member 'FUsdMetadataImportOptions::bCollectFromEntireSubtrees' has a wrong offset!"); \ +static_assert(offsetof(FUsdMetadataImportOptions, bCollectOnComponents) == 0x000002, "Member 'FUsdMetadataImportOptions::bCollectOnComponents' has a wrong offset!"); \ +static_assert(offsetof(FUsdMetadataImportOptions, BlockedPrefixFilters) == 0x000008, "Member 'FUsdMetadataImportOptions::BlockedPrefixFilters' has a wrong offset!"); \ +static_assert(offsetof(FUsdMetadataImportOptions, bInvertFilters) == 0x000018, "Member 'FUsdMetadataImportOptions::bInvertFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUsdStageOptions \ +static_assert(alignof(FUsdStageOptions) == 0x000008, "Wrong alignment on FUsdStageOptions"); \ +static_assert(sizeof(FUsdStageOptions) == 0x000010, "Wrong size on FUsdStageOptions"); \ +static_assert(offsetof(FUsdStageOptions, MetersPerUnit) == 0x000000, "Member 'FUsdStageOptions::MetersPerUnit' has a wrong offset!"); \ +static_assert(offsetof(FUsdStageOptions, UpAxis) == 0x000008, "Member 'FUsdStageOptions::UpAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdAssetImportData \ +static_assert(alignof(UUsdAssetImportData) == 0x000008, "Wrong alignment on UUsdAssetImportData"); \ +static_assert(sizeof(UUsdAssetImportData) == 0x000040, "Wrong size on UUsdAssetImportData"); \ +static_assert(offsetof(UUsdAssetImportData, PrimPath) == 0x000028, "Member 'UUsdAssetImportData::PrimPath' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetImportData, ImportOptions) == 0x000038, "Member 'UUsdAssetImportData::ImportOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdAnimSequenceAssetImportData \ +static_assert(alignof(UUsdAnimSequenceAssetImportData) == 0x000008, "Wrong alignment on UUsdAnimSequenceAssetImportData"); \ +static_assert(sizeof(UUsdAnimSequenceAssetImportData) == 0x000048, "Wrong size on UUsdAnimSequenceAssetImportData"); \ +static_assert(offsetof(UUsdAnimSequenceAssetImportData, LayerStartOffsetSeconds) == 0x000040, "Member 'UUsdAnimSequenceAssetImportData::LayerStartOffsetSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdMeshAssetImportData \ +static_assert(alignof(UUsdMeshAssetImportData) == 0x000008, "Wrong alignment on UUsdMeshAssetImportData"); \ +static_assert(sizeof(UUsdMeshAssetImportData) == 0x000090, "Wrong size on UUsdMeshAssetImportData"); \ +static_assert(offsetof(UUsdMeshAssetImportData, MaterialSlotToPrimPaths) == 0x000040, "Member 'UUsdMeshAssetImportData::MaterialSlotToPrimPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdAssetUserData \ +static_assert(alignof(UUsdAssetUserData) == 0x000008, "Wrong alignment on UUsdAssetUserData"); \ +static_assert(sizeof(UUsdAssetUserData) == 0x000098, "Wrong size on UUsdAssetUserData"); \ +static_assert(offsetof(UUsdAssetUserData, PrimPaths) == 0x000028, "Member 'UUsdAssetUserData::PrimPaths' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetUserData, StageIdentifierToMetadata) == 0x000038, "Member 'UUsdAssetUserData::StageIdentifierToMetadata' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetUserData, OriginalHash) == 0x000088, "Member 'UUsdAssetUserData::OriginalHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdAnimSequenceAssetUserData \ +static_assert(alignof(UUsdAnimSequenceAssetUserData) == 0x000008, "Wrong alignment on UUsdAnimSequenceAssetUserData"); \ +static_assert(sizeof(UUsdAnimSequenceAssetUserData) == 0x0000A8, "Wrong size on UUsdAnimSequenceAssetUserData"); \ +static_assert(offsetof(UUsdAnimSequenceAssetUserData, StageStartOffsetSeconds) == 0x000098, "Member 'UUsdAnimSequenceAssetUserData::StageStartOffsetSeconds' has a wrong offset!"); \ +static_assert(offsetof(UUsdAnimSequenceAssetUserData, StageScaleSeconds) == 0x00009C, "Member 'UUsdAnimSequenceAssetUserData::StageScaleSeconds' has a wrong offset!"); \ +static_assert(offsetof(UUsdAnimSequenceAssetUserData, LayerStartOffsetSeconds) == 0x0000A0, "Member 'UUsdAnimSequenceAssetUserData::LayerStartOffsetSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdMaterialAssetUserData \ +static_assert(alignof(UUsdMaterialAssetUserData) == 0x000008, "Wrong alignment on UUsdMaterialAssetUserData"); \ +static_assert(sizeof(UUsdMaterialAssetUserData) == 0x000138, "Wrong size on UUsdMaterialAssetUserData"); \ +static_assert(offsetof(UUsdMaterialAssetUserData, ParameterToPrimvar) == 0x000098, "Member 'UUsdMaterialAssetUserData::ParameterToPrimvar' has a wrong offset!"); \ +static_assert(offsetof(UUsdMaterialAssetUserData, PrimvarToUVIndex) == 0x0000E8, "Member 'UUsdMaterialAssetUserData::PrimvarToUVIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdMeshAssetUserData \ +static_assert(alignof(UUsdMeshAssetUserData) == 0x000008, "Wrong alignment on UUsdMeshAssetUserData"); \ +static_assert(sizeof(UUsdMeshAssetUserData) == 0x000138, "Wrong size on UUsdMeshAssetUserData"); \ +static_assert(offsetof(UUsdMeshAssetUserData, MaterialSlotToPrimPaths) == 0x000098, "Member 'UUsdMeshAssetUserData::MaterialSlotToPrimPaths' has a wrong offset!"); \ +static_assert(offsetof(UUsdMeshAssetUserData, PrimvarToUVIndex) == 0x0000E8, "Member 'UUsdMeshAssetUserData::PrimvarToUVIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdGeometryCacheAssetUserData \ +static_assert(alignof(UUsdGeometryCacheAssetUserData) == 0x000008, "Wrong alignment on UUsdGeometryCacheAssetUserData"); \ +static_assert(sizeof(UUsdGeometryCacheAssetUserData) == 0x000140, "Wrong size on UUsdGeometryCacheAssetUserData"); \ +static_assert(offsetof(UUsdGeometryCacheAssetUserData, StageStartOffsetSeconds) == 0x000138, "Member 'UUsdGeometryCacheAssetUserData::StageStartOffsetSeconds' has a wrong offset!"); \ +static_assert(offsetof(UUsdGeometryCacheAssetUserData, LayerStartOffsetSeconds) == 0x00013C, "Member 'UUsdGeometryCacheAssetUserData::LayerStartOffsetSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdLevelSequenceAssetUserData \ +static_assert(alignof(UUsdLevelSequenceAssetUserData) == 0x000008, "Wrong alignment on UUsdLevelSequenceAssetUserData"); \ +static_assert(sizeof(UUsdLevelSequenceAssetUserData) == 0x000088, "Wrong size on UUsdLevelSequenceAssetUserData"); \ +static_assert(offsetof(UUsdLevelSequenceAssetUserData, LastCheckedSignature) == 0x000028, "Member 'UUsdLevelSequenceAssetUserData::LastCheckedSignature' has a wrong offset!"); \ +static_assert(offsetof(UUsdLevelSequenceAssetUserData, HandledBindingGuids) == 0x000038, "Member 'UUsdLevelSequenceAssetUserData::HandledBindingGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdSparseVolumeTextureAssetUserData \ +static_assert(alignof(UUsdSparseVolumeTextureAssetUserData) == 0x000008, "Wrong alignment on UUsdSparseVolumeTextureAssetUserData"); \ +static_assert(sizeof(UUsdSparseVolumeTextureAssetUserData) == 0x0000D8, "Wrong size on UUsdSparseVolumeTextureAssetUserData"); \ +static_assert(offsetof(UUsdSparseVolumeTextureAssetUserData, SourceOpenVDBAssetPrimPaths) == 0x000098, "Member 'UUsdSparseVolumeTextureAssetUserData::SourceOpenVDBAssetPrimPaths' has a wrong offset!"); \ +static_assert(offsetof(UUsdSparseVolumeTextureAssetUserData, TimeSamplePathTimeCodes) == 0x0000A8, "Member 'UUsdSparseVolumeTextureAssetUserData::TimeSamplePathTimeCodes' has a wrong offset!"); \ +static_assert(offsetof(UUsdSparseVolumeTextureAssetUserData, TimeSamplePathIndices) == 0x0000B8, "Member 'UUsdSparseVolumeTextureAssetUserData::TimeSamplePathIndices' has a wrong offset!"); \ +static_assert(offsetof(UUsdSparseVolumeTextureAssetUserData, TimeSamplePaths) == 0x0000C8, "Member 'UUsdSparseVolumeTextureAssetUserData::TimeSamplePaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdReferenceOptions \ +static_assert(alignof(UUsdReferenceOptions) == 0x000008, "Wrong alignment on UUsdReferenceOptions"); \ +static_assert(sizeof(UUsdReferenceOptions) == 0x000060, "Wrong size on UUsdReferenceOptions"); \ +static_assert(offsetof(UUsdReferenceOptions, bInternalReference) == 0x000028, "Member 'UUsdReferenceOptions::bInternalReference' has a wrong offset!"); \ +static_assert(offsetof(UUsdReferenceOptions, TargetFile) == 0x000030, "Member 'UUsdReferenceOptions::TargetFile' has a wrong offset!"); \ +static_assert(offsetof(UUsdReferenceOptions, bUseDefaultPrim) == 0x000040, "Member 'UUsdReferenceOptions::bUseDefaultPrim' has a wrong offset!"); \ +static_assert(offsetof(UUsdReferenceOptions, TargetPrimPath) == 0x000048, "Member 'UUsdReferenceOptions::TargetPrimPath' has a wrong offset!"); \ +static_assert(offsetof(UUsdReferenceOptions, TimecodeOffset) == 0x000058, "Member 'UUsdReferenceOptions::TimecodeOffset' has a wrong offset!"); \ +static_assert(offsetof(UUsdReferenceOptions, TimeCodeScale) == 0x00005C, "Member 'UUsdReferenceOptions::TimeCodeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdAssetCache \ +static_assert(alignof(UUsdAssetCache) == 0x000008, "Wrong alignment on UUsdAssetCache"); \ +static_assert(sizeof(UUsdAssetCache) == 0x0001E8, "Wrong size on UUsdAssetCache"); \ +static_assert(offsetof(UUsdAssetCache, TransientStorage) == 0x000028, "Member 'UUsdAssetCache::TransientStorage' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetCache, PersistentStorage) == 0x000078, "Member 'UUsdAssetCache::PersistentStorage' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetCache, bAllowPersistentStorage) == 0x0000C8, "Member 'UUsdAssetCache::bAllowPersistentStorage' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetCache, OwnedAssets) == 0x0000D0, "Member 'UUsdAssetCache::OwnedAssets' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetCache, PrimPathToAssets) == 0x000120, "Member 'UUsdAssetCache::PrimPathToAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_AddAssetReference \ +static_assert(alignof(UsdAssetCache2_AddAssetReference) == 0x000008, "Wrong alignment on UsdAssetCache2_AddAssetReference"); \ +static_assert(sizeof(UsdAssetCache2_AddAssetReference) == 0x000018, "Wrong size on UsdAssetCache2_AddAssetReference"); \ +static_assert(offsetof(UsdAssetCache2_AddAssetReference, Asset) == 0x000000, "Member 'UsdAssetCache2_AddAssetReference::Asset' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_AddAssetReference, Referencer) == 0x000008, "Member 'UsdAssetCache2_AddAssetReference::Referencer' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_AddAssetReference, ReturnValue) == 0x000010, "Member 'UsdAssetCache2_AddAssetReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_CacheAsset \ +static_assert(alignof(UsdAssetCache2_CacheAsset) == 0x000008, "Wrong alignment on UsdAssetCache2_CacheAsset"); \ +static_assert(sizeof(UsdAssetCache2_CacheAsset) == 0x000020, "Wrong size on UsdAssetCache2_CacheAsset"); \ +static_assert(offsetof(UsdAssetCache2_CacheAsset, Hash) == 0x000000, "Member 'UsdAssetCache2_CacheAsset::Hash' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_CacheAsset, Asset) == 0x000010, "Member 'UsdAssetCache2_CacheAsset::Asset' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_CacheAsset, Referencer) == 0x000018, "Member 'UsdAssetCache2_CacheAsset::Referencer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_CanRemoveAsset \ +static_assert(alignof(UsdAssetCache2_CanRemoveAsset) == 0x000008, "Wrong alignment on UsdAssetCache2_CanRemoveAsset"); \ +static_assert(sizeof(UsdAssetCache2_CanRemoveAsset) == 0x000018, "Wrong size on UsdAssetCache2_CanRemoveAsset"); \ +static_assert(offsetof(UsdAssetCache2_CanRemoveAsset, Hash) == 0x000000, "Member 'UsdAssetCache2_CanRemoveAsset::Hash' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_CanRemoveAsset, ReturnValue) == 0x000010, "Member 'UsdAssetCache2_CanRemoveAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_GetCachedAsset \ +static_assert(alignof(UsdAssetCache2_GetCachedAsset) == 0x000008, "Wrong alignment on UsdAssetCache2_GetCachedAsset"); \ +static_assert(sizeof(UsdAssetCache2_GetCachedAsset) == 0x000018, "Wrong size on UsdAssetCache2_GetCachedAsset"); \ +static_assert(offsetof(UsdAssetCache2_GetCachedAsset, Hash) == 0x000000, "Member 'UsdAssetCache2_GetCachedAsset::Hash' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_GetCachedAsset, ReturnValue) == 0x000010, "Member 'UsdAssetCache2_GetCachedAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_RemoveAllAssetReferences \ +static_assert(alignof(UsdAssetCache2_RemoveAllAssetReferences) == 0x000008, "Wrong alignment on UsdAssetCache2_RemoveAllAssetReferences"); \ +static_assert(sizeof(UsdAssetCache2_RemoveAllAssetReferences) == 0x000010, "Wrong size on UsdAssetCache2_RemoveAllAssetReferences"); \ +static_assert(offsetof(UsdAssetCache2_RemoveAllAssetReferences, Referencer) == 0x000000, "Member 'UsdAssetCache2_RemoveAllAssetReferences::Referencer' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_RemoveAllAssetReferences, ReturnValue) == 0x000008, "Member 'UsdAssetCache2_RemoveAllAssetReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_RemoveAsset \ +static_assert(alignof(UsdAssetCache2_RemoveAsset) == 0x000008, "Wrong alignment on UsdAssetCache2_RemoveAsset"); \ +static_assert(sizeof(UsdAssetCache2_RemoveAsset) == 0x000018, "Wrong size on UsdAssetCache2_RemoveAsset"); \ +static_assert(offsetof(UsdAssetCache2_RemoveAsset, Hash) == 0x000000, "Member 'UsdAssetCache2_RemoveAsset::Hash' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_RemoveAsset, ReturnValue) == 0x000010, "Member 'UsdAssetCache2_RemoveAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_RemoveAssetReference \ +static_assert(alignof(UsdAssetCache2_RemoveAssetReference) == 0x000008, "Wrong alignment on UsdAssetCache2_RemoveAssetReference"); \ +static_assert(sizeof(UsdAssetCache2_RemoveAssetReference) == 0x000018, "Wrong size on UsdAssetCache2_RemoveAssetReference"); \ +static_assert(offsetof(UsdAssetCache2_RemoveAssetReference, Asset) == 0x000000, "Member 'UsdAssetCache2_RemoveAssetReference::Asset' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_RemoveAssetReference, Referencer) == 0x000008, "Member 'UsdAssetCache2_RemoveAssetReference::Referencer' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_RemoveAssetReference, ReturnValue) == 0x000010, "Member 'UsdAssetCache2_RemoveAssetReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_TouchAsset \ +static_assert(alignof(UsdAssetCache2_TouchAsset) == 0x000008, "Wrong alignment on UsdAssetCache2_TouchAsset"); \ +static_assert(sizeof(UsdAssetCache2_TouchAsset) == 0x000018, "Wrong size on UsdAssetCache2_TouchAsset"); \ +static_assert(offsetof(UsdAssetCache2_TouchAsset, Asset) == 0x000000, "Member 'UsdAssetCache2_TouchAsset::Asset' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_TouchAsset, Referencer) == 0x000008, "Member 'UsdAssetCache2_TouchAsset::Referencer' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_TouchAsset, ReturnValue) == 0x000010, "Member 'UsdAssetCache2_TouchAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_GetAllAssetHashes \ +static_assert(alignof(UsdAssetCache2_GetAllAssetHashes) == 0x000008, "Wrong alignment on UsdAssetCache2_GetAllAssetHashes"); \ +static_assert(sizeof(UsdAssetCache2_GetAllAssetHashes) == 0x000010, "Wrong size on UsdAssetCache2_GetAllAssetHashes"); \ +static_assert(offsetof(UsdAssetCache2_GetAllAssetHashes, ReturnValue) == 0x000000, "Member 'UsdAssetCache2_GetAllAssetHashes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_GetAllCachedAssetPaths \ +static_assert(alignof(UsdAssetCache2_GetAllCachedAssetPaths) == 0x000008, "Wrong alignment on UsdAssetCache2_GetAllCachedAssetPaths"); \ +static_assert(sizeof(UsdAssetCache2_GetAllCachedAssetPaths) == 0x000010, "Wrong size on UsdAssetCache2_GetAllCachedAssetPaths"); \ +static_assert(offsetof(UsdAssetCache2_GetAllCachedAssetPaths, ReturnValue) == 0x000000, "Member 'UsdAssetCache2_GetAllCachedAssetPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_GetAllLoadedAssets \ +static_assert(alignof(UsdAssetCache2_GetAllLoadedAssets) == 0x000008, "Wrong alignment on UsdAssetCache2_GetAllLoadedAssets"); \ +static_assert(sizeof(UsdAssetCache2_GetAllLoadedAssets) == 0x000010, "Wrong size on UsdAssetCache2_GetAllLoadedAssets"); \ +static_assert(offsetof(UsdAssetCache2_GetAllLoadedAssets, ReturnValue) == 0x000000, "Member 'UsdAssetCache2_GetAllLoadedAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_GetHashForAsset \ +static_assert(alignof(UsdAssetCache2_GetHashForAsset) == 0x000008, "Wrong alignment on UsdAssetCache2_GetHashForAsset"); \ +static_assert(sizeof(UsdAssetCache2_GetHashForAsset) == 0x000018, "Wrong size on UsdAssetCache2_GetHashForAsset"); \ +static_assert(offsetof(UsdAssetCache2_GetHashForAsset, Asset) == 0x000000, "Member 'UsdAssetCache2_GetHashForAsset::Asset' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_GetHashForAsset, ReturnValue) == 0x000008, "Member 'UsdAssetCache2_GetHashForAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_GetNumAssets \ +static_assert(alignof(UsdAssetCache2_GetNumAssets) == 0x000004, "Wrong alignment on UsdAssetCache2_GetNumAssets"); \ +static_assert(sizeof(UsdAssetCache2_GetNumAssets) == 0x000004, "Wrong size on UsdAssetCache2_GetNumAssets"); \ +static_assert(offsetof(UsdAssetCache2_GetNumAssets, ReturnValue) == 0x000000, "Member 'UsdAssetCache2_GetNumAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache2_IsAssetOwnedByCache \ +static_assert(alignof(UsdAssetCache2_IsAssetOwnedByCache) == 0x000008, "Wrong alignment on UsdAssetCache2_IsAssetOwnedByCache"); \ +static_assert(sizeof(UsdAssetCache2_IsAssetOwnedByCache) == 0x000018, "Wrong size on UsdAssetCache2_IsAssetOwnedByCache"); \ +static_assert(offsetof(UsdAssetCache2_IsAssetOwnedByCache, AssetPath) == 0x000000, "Member 'UsdAssetCache2_IsAssetOwnedByCache::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache2_IsAssetOwnedByCache, ReturnValue) == 0x000010, "Member 'UsdAssetCache2_IsAssetOwnedByCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdAssetCache2 \ +static_assert(alignof(UUsdAssetCache2) == 0x000008, "Wrong alignment on UUsdAssetCache2"); \ +static_assert(sizeof(UUsdAssetCache2) == 0x0001A0, "Wrong size on UUsdAssetCache2"); \ +static_assert(offsetof(UUsdAssetCache2, UnreferencedAssetStorageSizeMB) == 0x000028, "Member 'UUsdAssetCache2::UnreferencedAssetStorageSizeMB' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetCache2, PersistentAssetStorageSizeMB) == 0x000030, "Member 'UUsdAssetCache2::PersistentAssetStorageSizeMB' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetCache2, AssetStorage) == 0x000038, "Member 'UUsdAssetCache2::AssetStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_AddAssetReferencer \ +static_assert(alignof(UsdAssetCache3_AddAssetReferencer) == 0x000008, "Wrong alignment on UsdAssetCache3_AddAssetReferencer"); \ +static_assert(sizeof(UsdAssetCache3_AddAssetReferencer) == 0x000018, "Wrong size on UsdAssetCache3_AddAssetReferencer"); \ +static_assert(offsetof(UsdAssetCache3_AddAssetReferencer, Asset) == 0x000000, "Member 'UsdAssetCache3_AddAssetReferencer::Asset' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_AddAssetReferencer, Referencer) == 0x000008, "Member 'UsdAssetCache3_AddAssetReferencer::Referencer' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_AddAssetReferencer, ReturnValue) == 0x000010, "Member 'UsdAssetCache3_AddAssetReferencer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_CacheAsset \ +static_assert(alignof(UsdAssetCache3_CacheAsset) == 0x000008, "Wrong alignment on UsdAssetCache3_CacheAsset"); \ +static_assert(sizeof(UsdAssetCache3_CacheAsset) == 0x000038, "Wrong size on UsdAssetCache3_CacheAsset"); \ +static_assert(offsetof(UsdAssetCache3_CacheAsset, Hash) == 0x000000, "Member 'UsdAssetCache3_CacheAsset::Hash' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_CacheAsset, AssetPath) == 0x000010, "Member 'UsdAssetCache3_CacheAsset::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_CacheAsset, Referencer) == 0x000030, "Member 'UsdAssetCache3_CacheAsset::Referencer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_DeleteUnreferencedAssets \ +static_assert(alignof(UsdAssetCache3_DeleteUnreferencedAssets) == 0x000001, "Wrong alignment on UsdAssetCache3_DeleteUnreferencedAssets"); \ +static_assert(sizeof(UsdAssetCache3_DeleteUnreferencedAssets) == 0x000001, "Wrong size on UsdAssetCache3_DeleteUnreferencedAssets"); \ +static_assert(offsetof(UsdAssetCache3_DeleteUnreferencedAssets, bShowConfirmation) == 0x000000, "Member 'UsdAssetCache3_DeleteUnreferencedAssets::bShowConfirmation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_GetOrCreateCachedAsset \ +static_assert(alignof(UsdAssetCache3_GetOrCreateCachedAsset) == 0x000008, "Wrong alignment on UsdAssetCache3_GetOrCreateCachedAsset"); \ +static_assert(sizeof(UsdAssetCache3_GetOrCreateCachedAsset) == 0x000040, "Wrong size on UsdAssetCache3_GetOrCreateCachedAsset"); \ +static_assert(offsetof(UsdAssetCache3_GetOrCreateCachedAsset, Hash) == 0x000000, "Member 'UsdAssetCache3_GetOrCreateCachedAsset::Hash' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_GetOrCreateCachedAsset, Class_0) == 0x000010, "Member 'UsdAssetCache3_GetOrCreateCachedAsset::Class_0' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_GetOrCreateCachedAsset, DesiredName) == 0x000018, "Member 'UsdAssetCache3_GetOrCreateCachedAsset::DesiredName' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_GetOrCreateCachedAsset, DesiredFlags) == 0x000028, "Member 'UsdAssetCache3_GetOrCreateCachedAsset::DesiredFlags' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_GetOrCreateCachedAsset, bOutCreatedAsset) == 0x00002C, "Member 'UsdAssetCache3_GetOrCreateCachedAsset::bOutCreatedAsset' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_GetOrCreateCachedAsset, Referencer) == 0x000030, "Member 'UsdAssetCache3_GetOrCreateCachedAsset::Referencer' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_GetOrCreateCachedAsset, ReturnValue) == 0x000038, "Member 'UsdAssetCache3_GetOrCreateCachedAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_RemoveAllAssetReferencers \ +static_assert(alignof(UsdAssetCache3_RemoveAllAssetReferencers) == 0x000001, "Wrong alignment on UsdAssetCache3_RemoveAllAssetReferencers"); \ +static_assert(sizeof(UsdAssetCache3_RemoveAllAssetReferencers) == 0x000001, "Wrong size on UsdAssetCache3_RemoveAllAssetReferencers"); \ +static_assert(offsetof(UsdAssetCache3_RemoveAllAssetReferencers, ReturnValue) == 0x000000, "Member 'UsdAssetCache3_RemoveAllAssetReferencers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_RemoveAllReferencerAssets \ +static_assert(alignof(UsdAssetCache3_RemoveAllReferencerAssets) == 0x000008, "Wrong alignment on UsdAssetCache3_RemoveAllReferencerAssets"); \ +static_assert(sizeof(UsdAssetCache3_RemoveAllReferencerAssets) == 0x000010, "Wrong size on UsdAssetCache3_RemoveAllReferencerAssets"); \ +static_assert(offsetof(UsdAssetCache3_RemoveAllReferencerAssets, Referencer) == 0x000000, "Member 'UsdAssetCache3_RemoveAllReferencerAssets::Referencer' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_RemoveAllReferencerAssets, ReturnValue) == 0x000008, "Member 'UsdAssetCache3_RemoveAllReferencerAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_RemoveAllReferencersForAsset \ +static_assert(alignof(UsdAssetCache3_RemoveAllReferencersForAsset) == 0x000008, "Wrong alignment on UsdAssetCache3_RemoveAllReferencersForAsset"); \ +static_assert(sizeof(UsdAssetCache3_RemoveAllReferencersForAsset) == 0x000010, "Wrong size on UsdAssetCache3_RemoveAllReferencersForAsset"); \ +static_assert(offsetof(UsdAssetCache3_RemoveAllReferencersForAsset, Asset) == 0x000000, "Member 'UsdAssetCache3_RemoveAllReferencersForAsset::Asset' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_RemoveAllReferencersForAsset, ReturnValue) == 0x000008, "Member 'UsdAssetCache3_RemoveAllReferencersForAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_RemoveAssetReferencer \ +static_assert(alignof(UsdAssetCache3_RemoveAssetReferencer) == 0x000008, "Wrong alignment on UsdAssetCache3_RemoveAssetReferencer"); \ +static_assert(sizeof(UsdAssetCache3_RemoveAssetReferencer) == 0x000018, "Wrong size on UsdAssetCache3_RemoveAssetReferencer"); \ +static_assert(offsetof(UsdAssetCache3_RemoveAssetReferencer, Asset) == 0x000000, "Member 'UsdAssetCache3_RemoveAssetReferencer::Asset' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_RemoveAssetReferencer, Referencer) == 0x000008, "Member 'UsdAssetCache3_RemoveAssetReferencer::Referencer' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_RemoveAssetReferencer, ReturnValue) == 0x000010, "Member 'UsdAssetCache3_RemoveAssetReferencer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_SetAssetDeletable \ +static_assert(alignof(UsdAssetCache3_SetAssetDeletable) == 0x000008, "Wrong alignment on UsdAssetCache3_SetAssetDeletable"); \ +static_assert(sizeof(UsdAssetCache3_SetAssetDeletable) == 0x000010, "Wrong size on UsdAssetCache3_SetAssetDeletable"); \ +static_assert(offsetof(UsdAssetCache3_SetAssetDeletable, Asset) == 0x000000, "Member 'UsdAssetCache3_SetAssetDeletable::Asset' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_SetAssetDeletable, bIsDeletable) == 0x000008, "Member 'UsdAssetCache3_SetAssetDeletable::bIsDeletable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_StopTrackingAsset \ +static_assert(alignof(UsdAssetCache3_StopTrackingAsset) == 0x000008, "Wrong alignment on UsdAssetCache3_StopTrackingAsset"); \ +static_assert(sizeof(UsdAssetCache3_StopTrackingAsset) == 0x000030, "Wrong size on UsdAssetCache3_StopTrackingAsset"); \ +static_assert(offsetof(UsdAssetCache3_StopTrackingAsset, Hash) == 0x000000, "Member 'UsdAssetCache3_StopTrackingAsset::Hash' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_StopTrackingAsset, ReturnValue) == 0x000010, "Member 'UsdAssetCache3_StopTrackingAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_GetAllTrackedAssets \ +static_assert(alignof(UsdAssetCache3_GetAllTrackedAssets) == 0x000008, "Wrong alignment on UsdAssetCache3_GetAllTrackedAssets"); \ +static_assert(sizeof(UsdAssetCache3_GetAllTrackedAssets) == 0x000050, "Wrong size on UsdAssetCache3_GetAllTrackedAssets"); \ +static_assert(offsetof(UsdAssetCache3_GetAllTrackedAssets, ReturnValue) == 0x000000, "Member 'UsdAssetCache3_GetAllTrackedAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_GetCachedAsset \ +static_assert(alignof(UsdAssetCache3_GetCachedAsset) == 0x000008, "Wrong alignment on UsdAssetCache3_GetCachedAsset"); \ +static_assert(sizeof(UsdAssetCache3_GetCachedAsset) == 0x000018, "Wrong size on UsdAssetCache3_GetCachedAsset"); \ +static_assert(offsetof(UsdAssetCache3_GetCachedAsset, Hash) == 0x000000, "Member 'UsdAssetCache3_GetCachedAsset::Hash' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_GetCachedAsset, ReturnValue) == 0x000010, "Member 'UsdAssetCache3_GetCachedAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_GetCachedAssetPath \ +static_assert(alignof(UsdAssetCache3_GetCachedAssetPath) == 0x000008, "Wrong alignment on UsdAssetCache3_GetCachedAssetPath"); \ +static_assert(sizeof(UsdAssetCache3_GetCachedAssetPath) == 0x000030, "Wrong size on UsdAssetCache3_GetCachedAssetPath"); \ +static_assert(offsetof(UsdAssetCache3_GetCachedAssetPath, Hash) == 0x000000, "Member 'UsdAssetCache3_GetCachedAssetPath::Hash' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_GetCachedAssetPath, ReturnValue) == 0x000010, "Member 'UsdAssetCache3_GetCachedAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_GetHashForAsset \ +static_assert(alignof(UsdAssetCache3_GetHashForAsset) == 0x000008, "Wrong alignment on UsdAssetCache3_GetHashForAsset"); \ +static_assert(sizeof(UsdAssetCache3_GetHashForAsset) == 0x000030, "Wrong size on UsdAssetCache3_GetHashForAsset"); \ +static_assert(offsetof(UsdAssetCache3_GetHashForAsset, AssetPath) == 0x000000, "Member 'UsdAssetCache3_GetHashForAsset::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_GetHashForAsset, ReturnValue) == 0x000020, "Member 'UsdAssetCache3_GetHashForAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_GetNumAssets \ +static_assert(alignof(UsdAssetCache3_GetNumAssets) == 0x000004, "Wrong alignment on UsdAssetCache3_GetNumAssets"); \ +static_assert(sizeof(UsdAssetCache3_GetNumAssets) == 0x000004, "Wrong size on UsdAssetCache3_GetNumAssets"); \ +static_assert(offsetof(UsdAssetCache3_GetNumAssets, ReturnValue) == 0x000000, "Member 'UsdAssetCache3_GetNumAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_IsAssetDeletable \ +static_assert(alignof(UsdAssetCache3_IsAssetDeletable) == 0x000008, "Wrong alignment on UsdAssetCache3_IsAssetDeletable"); \ +static_assert(sizeof(UsdAssetCache3_IsAssetDeletable) == 0x000010, "Wrong size on UsdAssetCache3_IsAssetDeletable"); \ +static_assert(offsetof(UsdAssetCache3_IsAssetDeletable, Asset) == 0x000000, "Member 'UsdAssetCache3_IsAssetDeletable::Asset' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_IsAssetDeletable, ReturnValue) == 0x000008, "Member 'UsdAssetCache3_IsAssetDeletable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_IsAssetTrackedByCache \ +static_assert(alignof(UsdAssetCache3_IsAssetTrackedByCache) == 0x000008, "Wrong alignment on UsdAssetCache3_IsAssetTrackedByCache"); \ +static_assert(sizeof(UsdAssetCache3_IsAssetTrackedByCache) == 0x000028, "Wrong size on UsdAssetCache3_IsAssetTrackedByCache"); \ +static_assert(offsetof(UsdAssetCache3_IsAssetTrackedByCache, AssetPath) == 0x000000, "Member 'UsdAssetCache3_IsAssetTrackedByCache::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(UsdAssetCache3_IsAssetTrackedByCache, ReturnValue) == 0x000020, "Member 'UsdAssetCache3_IsAssetTrackedByCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdAssetCache3_LoadAndGetAllTrackedAssets \ +static_assert(alignof(UsdAssetCache3_LoadAndGetAllTrackedAssets) == 0x000008, "Wrong alignment on UsdAssetCache3_LoadAndGetAllTrackedAssets"); \ +static_assert(sizeof(UsdAssetCache3_LoadAndGetAllTrackedAssets) == 0x000050, "Wrong size on UsdAssetCache3_LoadAndGetAllTrackedAssets"); \ +static_assert(offsetof(UsdAssetCache3_LoadAndGetAllTrackedAssets, ReturnValue) == 0x000000, "Member 'UsdAssetCache3_LoadAndGetAllTrackedAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdAssetCache3 \ +static_assert(alignof(UUsdAssetCache3) == 0x000008, "Wrong alignment on UUsdAssetCache3"); \ +static_assert(sizeof(UUsdAssetCache3) == 0x000290, "Wrong size on UUsdAssetCache3"); \ +static_assert(offsetof(UUsdAssetCache3, AssetDirectory) == 0x000028, "Member 'UUsdAssetCache3::AssetDirectory' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetCache3, bOnlyHandleAssetsWithinAssetDirectory) == 0x000038, "Member 'UUsdAssetCache3::bOnlyHandleAssetsWithinAssetDirectory' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetCache3, HashToAssetPaths) == 0x000040, "Member 'UUsdAssetCache3::HashToAssetPaths' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetCache3, bCleanUpUnreferencedAssets) == 0x000090, "Member 'UUsdAssetCache3::bCleanUpUnreferencedAssets' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetCache3, AssetPathToHashes) == 0x000098, "Member 'UUsdAssetCache3::AssetPathToHashes' has a wrong offset!"); \ +static_assert(offsetof(UUsdAssetCache3, TransientObjectStorage) == 0x0000E8, "Member 'UUsdAssetCache3::TransientObjectStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_SetBoundsColor \ +static_assert(alignof(UsdDrawModeComponent_SetBoundsColor) == 0x000004, "Wrong alignment on UsdDrawModeComponent_SetBoundsColor"); \ +static_assert(sizeof(UsdDrawModeComponent_SetBoundsColor) == 0x000010, "Wrong size on UsdDrawModeComponent_SetBoundsColor"); \ +static_assert(offsetof(UsdDrawModeComponent_SetBoundsColor, NewColor) == 0x000000, "Member 'UsdDrawModeComponent_SetBoundsColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_SetBoundsMax \ +static_assert(alignof(UsdDrawModeComponent_SetBoundsMax) == 0x000008, "Wrong alignment on UsdDrawModeComponent_SetBoundsMax"); \ +static_assert(sizeof(UsdDrawModeComponent_SetBoundsMax) == 0x000018, "Wrong size on UsdDrawModeComponent_SetBoundsMax"); \ +static_assert(offsetof(UsdDrawModeComponent_SetBoundsMax, NewMax) == 0x000000, "Member 'UsdDrawModeComponent_SetBoundsMax::NewMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_SetBoundsMin \ +static_assert(alignof(UsdDrawModeComponent_SetBoundsMin) == 0x000008, "Wrong alignment on UsdDrawModeComponent_SetBoundsMin"); \ +static_assert(sizeof(UsdDrawModeComponent_SetBoundsMin) == 0x000018, "Wrong size on UsdDrawModeComponent_SetBoundsMin"); \ +static_assert(offsetof(UsdDrawModeComponent_SetBoundsMin, NewMin) == 0x000000, "Member 'UsdDrawModeComponent_SetBoundsMin::NewMin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_SetCardGeometry \ +static_assert(alignof(UsdDrawModeComponent_SetCardGeometry) == 0x000004, "Wrong alignment on UsdDrawModeComponent_SetCardGeometry"); \ +static_assert(sizeof(UsdDrawModeComponent_SetCardGeometry) == 0x000004, "Wrong size on UsdDrawModeComponent_SetCardGeometry"); \ +static_assert(offsetof(UsdDrawModeComponent_SetCardGeometry, NewGeometry) == 0x000000, "Member 'UsdDrawModeComponent_SetCardGeometry::NewGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_SetCardTextureXNeg \ +static_assert(alignof(UsdDrawModeComponent_SetCardTextureXNeg) == 0x000008, "Wrong alignment on UsdDrawModeComponent_SetCardTextureXNeg"); \ +static_assert(sizeof(UsdDrawModeComponent_SetCardTextureXNeg) == 0x000008, "Wrong size on UsdDrawModeComponent_SetCardTextureXNeg"); \ +static_assert(offsetof(UsdDrawModeComponent_SetCardTextureXNeg, NewTexture) == 0x000000, "Member 'UsdDrawModeComponent_SetCardTextureXNeg::NewTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_SetCardTextureXPos \ +static_assert(alignof(UsdDrawModeComponent_SetCardTextureXPos) == 0x000008, "Wrong alignment on UsdDrawModeComponent_SetCardTextureXPos"); \ +static_assert(sizeof(UsdDrawModeComponent_SetCardTextureXPos) == 0x000008, "Wrong size on UsdDrawModeComponent_SetCardTextureXPos"); \ +static_assert(offsetof(UsdDrawModeComponent_SetCardTextureXPos, NewTexture) == 0x000000, "Member 'UsdDrawModeComponent_SetCardTextureXPos::NewTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_SetCardTextureYNeg \ +static_assert(alignof(UsdDrawModeComponent_SetCardTextureYNeg) == 0x000008, "Wrong alignment on UsdDrawModeComponent_SetCardTextureYNeg"); \ +static_assert(sizeof(UsdDrawModeComponent_SetCardTextureYNeg) == 0x000008, "Wrong size on UsdDrawModeComponent_SetCardTextureYNeg"); \ +static_assert(offsetof(UsdDrawModeComponent_SetCardTextureYNeg, NewTexture) == 0x000000, "Member 'UsdDrawModeComponent_SetCardTextureYNeg::NewTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_SetCardTextureYPos \ +static_assert(alignof(UsdDrawModeComponent_SetCardTextureYPos) == 0x000008, "Wrong alignment on UsdDrawModeComponent_SetCardTextureYPos"); \ +static_assert(sizeof(UsdDrawModeComponent_SetCardTextureYPos) == 0x000008, "Wrong size on UsdDrawModeComponent_SetCardTextureYPos"); \ +static_assert(offsetof(UsdDrawModeComponent_SetCardTextureYPos, NewTexture) == 0x000000, "Member 'UsdDrawModeComponent_SetCardTextureYPos::NewTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_SetCardTextureZNeg \ +static_assert(alignof(UsdDrawModeComponent_SetCardTextureZNeg) == 0x000008, "Wrong alignment on UsdDrawModeComponent_SetCardTextureZNeg"); \ +static_assert(sizeof(UsdDrawModeComponent_SetCardTextureZNeg) == 0x000008, "Wrong size on UsdDrawModeComponent_SetCardTextureZNeg"); \ +static_assert(offsetof(UsdDrawModeComponent_SetCardTextureZNeg, NewTexture) == 0x000000, "Member 'UsdDrawModeComponent_SetCardTextureZNeg::NewTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_SetCardTextureZPos \ +static_assert(alignof(UsdDrawModeComponent_SetCardTextureZPos) == 0x000008, "Wrong alignment on UsdDrawModeComponent_SetCardTextureZPos"); \ +static_assert(sizeof(UsdDrawModeComponent_SetCardTextureZPos) == 0x000008, "Wrong size on UsdDrawModeComponent_SetCardTextureZPos"); \ +static_assert(offsetof(UsdDrawModeComponent_SetCardTextureZPos, NewTexture) == 0x000000, "Member 'UsdDrawModeComponent_SetCardTextureZPos::NewTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_SetDrawMode \ +static_assert(alignof(UsdDrawModeComponent_SetDrawMode) == 0x000004, "Wrong alignment on UsdDrawModeComponent_SetDrawMode"); \ +static_assert(sizeof(UsdDrawModeComponent_SetDrawMode) == 0x000004, "Wrong size on UsdDrawModeComponent_SetDrawMode"); \ +static_assert(offsetof(UsdDrawModeComponent_SetDrawMode, NewDrawMode) == 0x000000, "Member 'UsdDrawModeComponent_SetDrawMode::NewDrawMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_SetTextureForFace \ +static_assert(alignof(UsdDrawModeComponent_SetTextureForFace) == 0x000008, "Wrong alignment on UsdDrawModeComponent_SetTextureForFace"); \ +static_assert(sizeof(UsdDrawModeComponent_SetTextureForFace) == 0x000010, "Wrong size on UsdDrawModeComponent_SetTextureForFace"); \ +static_assert(offsetof(UsdDrawModeComponent_SetTextureForFace, Face) == 0x000000, "Member 'UsdDrawModeComponent_SetTextureForFace::Face' has a wrong offset!"); \ +static_assert(offsetof(UsdDrawModeComponent_SetTextureForFace, Texture) == 0x000008, "Member 'UsdDrawModeComponent_SetTextureForFace::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDrawModeComponent_GetTextureForFace \ +static_assert(alignof(UsdDrawModeComponent_GetTextureForFace) == 0x000008, "Wrong alignment on UsdDrawModeComponent_GetTextureForFace"); \ +static_assert(sizeof(UsdDrawModeComponent_GetTextureForFace) == 0x000010, "Wrong size on UsdDrawModeComponent_GetTextureForFace"); \ +static_assert(offsetof(UsdDrawModeComponent_GetTextureForFace, Face) == 0x000000, "Member 'UsdDrawModeComponent_GetTextureForFace::Face' has a wrong offset!"); \ +static_assert(offsetof(UsdDrawModeComponent_GetTextureForFace, ReturnValue) == 0x000008, "Member 'UsdDrawModeComponent_GetTextureForFace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdDrawModeComponent \ +static_assert(alignof(UUsdDrawModeComponent) == 0x000010, "Wrong alignment on UUsdDrawModeComponent"); \ +static_assert(sizeof(UUsdDrawModeComponent) == 0x0005C0, "Wrong size on UUsdDrawModeComponent"); \ +static_assert(offsetof(UUsdDrawModeComponent, BoundsMin) == 0x000530, "Member 'UUsdDrawModeComponent::BoundsMin' has a wrong offset!"); \ +static_assert(offsetof(UUsdDrawModeComponent, BoundsMax) == 0x000548, "Member 'UUsdDrawModeComponent::BoundsMax' has a wrong offset!"); \ +static_assert(offsetof(UUsdDrawModeComponent, DrawMode) == 0x000560, "Member 'UUsdDrawModeComponent::DrawMode' has a wrong offset!"); \ +static_assert(offsetof(UUsdDrawModeComponent, BoundsColor) == 0x000564, "Member 'UUsdDrawModeComponent::BoundsColor' has a wrong offset!"); \ +static_assert(offsetof(UUsdDrawModeComponent, CardGeometry) == 0x000574, "Member 'UUsdDrawModeComponent::CardGeometry' has a wrong offset!"); \ +static_assert(offsetof(UUsdDrawModeComponent, CardTextureXPos) == 0x000578, "Member 'UUsdDrawModeComponent::CardTextureXPos' has a wrong offset!"); \ +static_assert(offsetof(UUsdDrawModeComponent, CardTextureYPos) == 0x000580, "Member 'UUsdDrawModeComponent::CardTextureYPos' has a wrong offset!"); \ +static_assert(offsetof(UUsdDrawModeComponent, CardTextureZPos) == 0x000588, "Member 'UUsdDrawModeComponent::CardTextureZPos' has a wrong offset!"); \ +static_assert(offsetof(UUsdDrawModeComponent, CardTextureXNeg) == 0x000590, "Member 'UUsdDrawModeComponent::CardTextureXNeg' has a wrong offset!"); \ +static_assert(offsetof(UUsdDrawModeComponent, CardTextureYNeg) == 0x000598, "Member 'UUsdDrawModeComponent::CardTextureYNeg' has a wrong offset!"); \ +static_assert(offsetof(UUsdDrawModeComponent, CardTextureZNeg) == 0x0005A0, "Member 'UUsdDrawModeComponent::CardTextureZNeg' has a wrong offset!"); \ +static_assert(offsetof(UUsdDrawModeComponent, MaterialInstances) == 0x0005A8, "Member 'UUsdDrawModeComponent::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(UUsdDrawModeComponent, AuthoredFaces) == 0x0005B8, "Member 'UUsdDrawModeComponent::AuthoredFaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdProjectSettings \ +static_assert(alignof(UUsdProjectSettings) == 0x000008, "Wrong alignment on UUsdProjectSettings"); \ +static_assert(sizeof(UUsdProjectSettings) == 0x000290, "Wrong size on UUsdProjectSettings"); \ +static_assert(offsetof(UUsdProjectSettings, AdditionalPluginDirectories) == 0x000038, "Member 'UUsdProjectSettings::AdditionalPluginDirectories' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, DefaultResolverSearchPath) == 0x000048, "Member 'UUsdProjectSettings::DefaultResolverSearchPath' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, AdditionalMaterialPurposes) == 0x000058, "Member 'UUsdProjectSettings::AdditionalMaterialPurposes' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, AdditionalCustomSchemaNames) == 0x000068, "Member 'UUsdProjectSettings::AdditionalCustomSchemaNames' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, bLogUsdSdkErrors) == 0x000078, "Member 'UUsdProjectSettings::bLogUsdSdkErrors' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, bOptimizeUsdLog) == 0x000079, "Member 'UUsdProjectSettings::bOptimizeUsdLog' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, DefaultAssetCache) == 0x000080, "Member 'UUsdProjectSettings::DefaultAssetCache' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, bShowCreateDefaultAssetCacheDialog) == 0x0000A0, "Member 'UUsdProjectSettings::bShowCreateDefaultAssetCacheDialog' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, bShowConfirmationWhenClearingLayers) == 0x0000A1, "Member 'UUsdProjectSettings::bShowConfirmationWhenClearingLayers' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, bShowConfirmationWhenMutingDirtyLayers) == 0x0000A2, "Member 'UUsdProjectSettings::bShowConfirmationWhenMutingDirtyLayers' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, bShowConfirmationWhenReloadingDirtyLayers) == 0x0000A3, "Member 'UUsdProjectSettings::bShowConfirmationWhenReloadingDirtyLayers' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, bShowOverriddenOpinionsWarning) == 0x0000A4, "Member 'UUsdProjectSettings::bShowOverriddenOpinionsWarning' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, EditInInstanceableBehavior) == 0x0000A5, "Member 'UUsdProjectSettings::EditInInstanceableBehavior' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferencerTypeHandling) == 0x0000A6, "Member 'UUsdProjectSettings::ReferencerTypeHandling' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, bShowWarningOnIncompleteDuplication) == 0x0000A7, "Member 'UUsdProjectSettings::bShowWarningOnIncompleteDuplication' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, bShowTransformOnCameraComponentWarning) == 0x0000A8, "Member 'UUsdProjectSettings::bShowTransformOnCameraComponentWarning' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, bShowTransformTrackOnCameraComponentWarning) == 0x0000A9, "Member 'UUsdProjectSettings::bShowTransformTrackOnCameraComponentWarning' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, bShowSubsectionSnappingWarning) == 0x0000AA, "Member 'UUsdProjectSettings::bShowSubsectionSnappingWarning' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, bShowInheritedVisibilityWarning) == 0x0000AB, "Member 'UUsdProjectSettings::bShowInheritedVisibilityWarning' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ShowSaveLayersDialogWhenSaving) == 0x0000AC, "Member 'UUsdProjectSettings::ShowSaveLayersDialogWhenSaving' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ShowSaveLayersDialogWhenClosing) == 0x0000AD, "Member 'UUsdProjectSettings::ShowSaveLayersDialogWhenClosing' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, DefaultSoundAttenuation) == 0x0000B0, "Member 'UUsdProjectSettings::DefaultSoundAttenuation' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferenceDefaultSVTMaterial) == 0x0000D0, "Member 'UUsdProjectSettings::ReferenceDefaultSVTMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferenceModelCardTextureMaterial) == 0x0000F0, "Member 'UUsdProjectSettings::ReferenceModelCardTextureMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferencePreviewSurfaceMaterial) == 0x000110, "Member 'UUsdProjectSettings::ReferencePreviewSurfaceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferencePreviewSurfaceTranslucentMaterial) == 0x000130, "Member 'UUsdProjectSettings::ReferencePreviewSurfaceTranslucentMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferencePreviewSurfaceTwoSidedMaterial) == 0x000150, "Member 'UUsdProjectSettings::ReferencePreviewSurfaceTwoSidedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferencePreviewSurfaceTranslucentTwoSidedMaterial) == 0x000170, "Member 'UUsdProjectSettings::ReferencePreviewSurfaceTranslucentTwoSidedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferencePreviewSurfaceVTMaterial) == 0x000190, "Member 'UUsdProjectSettings::ReferencePreviewSurfaceVTMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferencePreviewSurfaceTranslucentVTMaterial) == 0x0001B0, "Member 'UUsdProjectSettings::ReferencePreviewSurfaceTranslucentVTMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferencePreviewSurfaceTwoSidedVTMaterial) == 0x0001D0, "Member 'UUsdProjectSettings::ReferencePreviewSurfaceTwoSidedVTMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferencePreviewSurfaceTranslucentTwoSidedVTMaterial) == 0x0001F0, "Member 'UUsdProjectSettings::ReferencePreviewSurfaceTranslucentTwoSidedVTMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferenceDisplayColorMaterial) == 0x000210, "Member 'UUsdProjectSettings::ReferenceDisplayColorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferenceDisplayColorAndOpacityMaterial) == 0x000230, "Member 'UUsdProjectSettings::ReferenceDisplayColorAndOpacityMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferenceDisplayColorTwoSidedMaterial) == 0x000250, "Member 'UUsdProjectSettings::ReferenceDisplayColorTwoSidedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUsdProjectSettings, ReferenceDisplayColorAndOpacityTwoSidedMaterial) == 0x000270, "Member 'UUsdProjectSettings::ReferenceDisplayColorAndOpacityTwoSidedMaterial' 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_FClothConstraintSetup_Legacy \ +static_assert(alignof(FClothConstraintSetup_Legacy) == 0x000004, "Wrong alignment on FClothConstraintSetup_Legacy"); \ +static_assert(sizeof(FClothConstraintSetup_Legacy) == 0x000010, "Wrong size on FClothConstraintSetup_Legacy"); \ +static_assert(offsetof(FClothConstraintSetup_Legacy, Stiffness) == 0x000000, "Member 'FClothConstraintSetup_Legacy::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetup_Legacy, StiffnessMultiplier) == 0x000004, "Member 'FClothConstraintSetup_Legacy::StiffnessMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetup_Legacy, StretchLimit) == 0x000008, "Member 'FClothConstraintSetup_Legacy::StretchLimit' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetup_Legacy, CompressionLimit) == 0x00000C, "Member 'FClothConstraintSetup_Legacy::CompressionLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothConfig_Legacy \ +static_assert(alignof(FClothConfig_Legacy) == 0x000008, "Wrong alignment on FClothConfig_Legacy"); \ +static_assert(sizeof(FClothConfig_Legacy) == 0x000130, "Wrong size on FClothConfig_Legacy"); \ +static_assert(offsetof(FClothConfig_Legacy, WindMethod) == 0x000000, "Member 'FClothConfig_Legacy::WindMethod' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, VerticalConstraintConfig) == 0x000004, "Member 'FClothConfig_Legacy::VerticalConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, HorizontalConstraintConfig) == 0x000014, "Member 'FClothConfig_Legacy::HorizontalConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, BendConstraintConfig) == 0x000024, "Member 'FClothConfig_Legacy::BendConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, ShearConstraintConfig) == 0x000034, "Member 'FClothConfig_Legacy::ShearConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SelfCollisionRadius) == 0x000044, "Member 'FClothConfig_Legacy::SelfCollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SelfCollisionStiffness) == 0x000048, "Member 'FClothConfig_Legacy::SelfCollisionStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SelfCollisionCullScale) == 0x00004C, "Member 'FClothConfig_Legacy::SelfCollisionCullScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, Damping) == 0x000050, "Member 'FClothConfig_Legacy::Damping' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, Friction) == 0x000068, "Member 'FClothConfig_Legacy::Friction' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, WindDragCoefficient) == 0x00006C, "Member 'FClothConfig_Legacy::WindDragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, WindLiftCoefficient) == 0x000070, "Member 'FClothConfig_Legacy::WindLiftCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, LinearDrag) == 0x000078, "Member 'FClothConfig_Legacy::LinearDrag' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AngularDrag) == 0x000090, "Member 'FClothConfig_Legacy::AngularDrag' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, LinearInertiaScale) == 0x0000A8, "Member 'FClothConfig_Legacy::LinearInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AngularInertiaScale) == 0x0000C0, "Member 'FClothConfig_Legacy::AngularInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, CentrifugalInertiaScale) == 0x0000D8, "Member 'FClothConfig_Legacy::CentrifugalInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, SolverFrequency) == 0x0000F0, "Member 'FClothConfig_Legacy::SolverFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, StiffnessFrequency) == 0x0000F4, "Member 'FClothConfig_Legacy::StiffnessFrequency' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, GravityScale) == 0x0000F8, "Member 'FClothConfig_Legacy::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, GravityOverride) == 0x000100, "Member 'FClothConfig_Legacy::GravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, bUseGravityOverride) == 0x000118, "Member 'FClothConfig_Legacy::bUseGravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, TetherStiffness) == 0x00011C, "Member 'FClothConfig_Legacy::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, TetherLimit) == 0x000120, "Member 'FClothConfig_Legacy::TetherLimit' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, CollisionThickness) == 0x000124, "Member 'FClothConfig_Legacy::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AnimDriveSpringStiffness) == 0x000128, "Member 'FClothConfig_Legacy::AnimDriveSpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConfig_Legacy, AnimDriveDamperStiffness) == 0x00012C, "Member 'FClothConfig_Legacy::AnimDriveDamperStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPointWeightMap \ +static_assert(alignof(FPointWeightMap) == 0x000008, "Wrong alignment on FPointWeightMap"); \ +static_assert(sizeof(FPointWeightMap) == 0x000010, "Wrong size on FPointWeightMap"); \ +static_assert(offsetof(FPointWeightMap, Values) == 0x000000, "Member 'FPointWeightMap::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothTetherData \ +static_assert(alignof(FClothTetherData) == 0x000008, "Wrong alignment on FClothTetherData"); \ +static_assert(sizeof(FClothTetherData) == 0x000010, "Wrong size on FClothTetherData"); \ + +#define DUMPER7_ASSERTS_FClothPhysicalMeshData \ +static_assert(alignof(FClothPhysicalMeshData) == 0x000008, "Wrong alignment on FClothPhysicalMeshData"); \ +static_assert(sizeof(FClothPhysicalMeshData) == 0x000128, "Wrong size on FClothPhysicalMeshData"); \ +static_assert(offsetof(FClothPhysicalMeshData, Vertices) == 0x000000, "Member 'FClothPhysicalMeshData::Vertices' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, Normals) == 0x000010, "Member 'FClothPhysicalMeshData::Normals' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, Indices) == 0x000020, "Member 'FClothPhysicalMeshData::Indices' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, WeightMaps) == 0x000030, "Member 'FClothPhysicalMeshData::WeightMaps' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, InverseMasses) == 0x000080, "Member 'FClothPhysicalMeshData::InverseMasses' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, BoneData) == 0x000090, "Member 'FClothPhysicalMeshData::BoneData' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, SelfCollisionVertexSet) == 0x0000A0, "Member 'FClothPhysicalMeshData::SelfCollisionVertexSet' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, EuclideanTethers) == 0x0000F0, "Member 'FClothPhysicalMeshData::EuclideanTethers' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, GeodesicTethers) == 0x000100, "Member 'FClothPhysicalMeshData::GeodesicTethers' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, MaxBoneWeights) == 0x000110, "Member 'FClothPhysicalMeshData::MaxBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, NumFixedVerts) == 0x000114, "Member 'FClothPhysicalMeshData::NumFixedVerts' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, SelfCollisionIndices) == 0x000118, "Member 'FClothPhysicalMeshData::SelfCollisionIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothLODDataCommon \ +static_assert(alignof(FClothLODDataCommon) == 0x000008, "Wrong alignment on FClothLODDataCommon"); \ +static_assert(sizeof(FClothLODDataCommon) == 0x000158, "Wrong size on FClothLODDataCommon"); \ +static_assert(offsetof(FClothLODDataCommon, PhysicalMeshData) == 0x000000, "Member 'FClothLODDataCommon::PhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, bUseMultipleInfluences) == 0x000128, "Member 'FClothLODDataCommon::bUseMultipleInfluences' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, SkinningKernelRadius) == 0x00012C, "Member 'FClothLODDataCommon::SkinningKernelRadius' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, bSmoothTransition) == 0x000130, "Member 'FClothLODDataCommon::bSmoothTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothParameterMask_Legacy \ +static_assert(alignof(FClothParameterMask_Legacy) == 0x000008, "Wrong alignment on FClothParameterMask_Legacy"); \ +static_assert(sizeof(FClothParameterMask_Legacy) == 0x000030, "Wrong size on FClothParameterMask_Legacy"); \ +static_assert(offsetof(FClothParameterMask_Legacy, MaskName) == 0x000000, "Member 'FClothParameterMask_Legacy::MaskName' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, CurrentTarget) == 0x000008, "Member 'FClothParameterMask_Legacy::CurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, MaxValue) == 0x00000C, "Member 'FClothParameterMask_Legacy::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, MinValue) == 0x000010, "Member 'FClothParameterMask_Legacy::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, Values) == 0x000018, "Member 'FClothParameterMask_Legacy::Values' has a wrong offset!"); \ +static_assert(offsetof(FClothParameterMask_Legacy, bEnabled) == 0x000028, "Member 'FClothParameterMask_Legacy::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothConfigCommon \ +static_assert(alignof(UClothConfigCommon) == 0x000008, "Wrong alignment on UClothConfigCommon"); \ +static_assert(sizeof(UClothConfigCommon) == 0x000028, "Wrong size on UClothConfigCommon"); \ + +#define DUMPER7_ASSERTS_UClothSharedConfigCommon \ +static_assert(alignof(UClothSharedConfigCommon) == 0x000008, "Wrong alignment on UClothSharedConfigCommon"); \ +static_assert(sizeof(UClothSharedConfigCommon) == 0x000028, "Wrong size on UClothSharedConfigCommon"); \ + +#define DUMPER7_ASSERTS_UClothingAssetCustomData \ +static_assert(alignof(UClothingAssetCustomData) == 0x000008, "Wrong alignment on UClothingAssetCustomData"); \ +static_assert(sizeof(UClothingAssetCustomData) == 0x000028, "Wrong size on UClothingAssetCustomData"); \ + +#define DUMPER7_ASSERTS_UClothingAssetCommon \ +static_assert(alignof(UClothingAssetCommon) == 0x000008, "Wrong alignment on UClothingAssetCommon"); \ +static_assert(sizeof(UClothingAssetCommon) == 0x0000D8, "Wrong size on UClothingAssetCommon"); \ +static_assert(offsetof(UClothingAssetCommon, PhysicsAsset) == 0x000038, "Member 'UClothingAssetCommon::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, ClothConfigs) == 0x000040, "Member 'UClothingAssetCommon::ClothConfigs' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, LODData) == 0x000090, "Member 'UClothingAssetCommon::LODData' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, LodMap) == 0x0000A0, "Member 'UClothingAssetCommon::LodMap' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, UsedBoneNames) == 0x0000B0, "Member 'UClothingAssetCommon::UsedBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, UsedBoneIndices) == 0x0000C0, "Member 'UClothingAssetCommon::UsedBoneIndices' has a wrong offset!"); \ +static_assert(offsetof(UClothingAssetCommon, ReferenceBoneIndex) == 0x0000D0, "Member 'UClothingAssetCommon::ReferenceBoneIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothLODDataCommon_Legacy \ +static_assert(alignof(UClothLODDataCommon_Legacy) == 0x000008, "Wrong alignment on UClothLODDataCommon_Legacy"); \ +static_assert(sizeof(UClothLODDataCommon_Legacy) == 0x0001B8, "Wrong size on UClothLODDataCommon_Legacy"); \ +static_assert(offsetof(UClothLODDataCommon_Legacy, PhysicalMeshData) == 0x000028, "Member 'UClothLODDataCommon_Legacy::PhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(UClothLODDataCommon_Legacy, ClothPhysicalMeshData) == 0x000030, "Member 'UClothLODDataCommon_Legacy::ClothPhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(UClothLODDataCommon_Legacy, CollisionData) == 0x000158, "Member 'UClothLODDataCommon_Legacy::CollisionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothConstraintSetupNv \ +static_assert(alignof(FClothConstraintSetupNv) == 0x000004, "Wrong alignment on FClothConstraintSetupNv"); \ +static_assert(sizeof(FClothConstraintSetupNv) == 0x000010, "Wrong size on FClothConstraintSetupNv"); \ +static_assert(offsetof(FClothConstraintSetupNv, Stiffness) == 0x000000, "Member 'FClothConstraintSetupNv::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetupNv, StiffnessMultiplier) == 0x000004, "Member 'FClothConstraintSetupNv::StiffnessMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetupNv, StretchLimit) == 0x000008, "Member 'FClothConstraintSetupNv::StretchLimit' has a wrong offset!"); \ +static_assert(offsetof(FClothConstraintSetupNv, CompressionLimit) == 0x00000C, "Member 'FClothConstraintSetupNv::CompressionLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothConfigNv \ +static_assert(alignof(UClothConfigNv) == 0x000008, "Wrong alignment on UClothConfigNv"); \ +static_assert(sizeof(UClothConfigNv) == 0x0001A0, "Wrong size on UClothConfigNv"); \ +static_assert(offsetof(UClothConfigNv, ClothingWindMethod) == 0x000028, "Member 'UClothConfigNv::ClothingWindMethod' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, VerticalConstraint) == 0x00002C, "Member 'UClothConfigNv::VerticalConstraint' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, HorizontalConstraint) == 0x00003C, "Member 'UClothConfigNv::HorizontalConstraint' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, BendConstraint) == 0x00004C, "Member 'UClothConfigNv::BendConstraint' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, ShearConstraint) == 0x00005C, "Member 'UClothConfigNv::ShearConstraint' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, SelfCollisionRadius) == 0x00006C, "Member 'UClothConfigNv::SelfCollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, SelfCollisionStiffness) == 0x000070, "Member 'UClothConfigNv::SelfCollisionStiffness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, SelfCollisionCullScale) == 0x000074, "Member 'UClothConfigNv::SelfCollisionCullScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, Damping) == 0x000078, "Member 'UClothConfigNv::Damping' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, Friction) == 0x000090, "Member 'UClothConfigNv::Friction' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, WindDragCoefficient) == 0x000094, "Member 'UClothConfigNv::WindDragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, WindLiftCoefficient) == 0x000098, "Member 'UClothConfigNv::WindLiftCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, LinearDrag) == 0x0000A0, "Member 'UClothConfigNv::LinearDrag' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, AngularDrag) == 0x0000B8, "Member 'UClothConfigNv::AngularDrag' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, LinearInertiaScale) == 0x0000D0, "Member 'UClothConfigNv::LinearInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, AngularInertiaScale) == 0x0000E8, "Member 'UClothConfigNv::AngularInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, CentrifugalInertiaScale) == 0x000100, "Member 'UClothConfigNv::CentrifugalInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, SolverFrequency) == 0x000118, "Member 'UClothConfigNv::SolverFrequency' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, StiffnessFrequency) == 0x00011C, "Member 'UClothConfigNv::StiffnessFrequency' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, GravityScale) == 0x000120, "Member 'UClothConfigNv::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, GravityOverride) == 0x000128, "Member 'UClothConfigNv::GravityOverride' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, bUseGravityOverride) == 0x000140, "Member 'UClothConfigNv::bUseGravityOverride' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, TetherStiffness) == 0x000144, "Member 'UClothConfigNv::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, TetherLimit) == 0x000148, "Member 'UClothConfigNv::TetherLimit' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, CollisionThickness) == 0x00014C, "Member 'UClothConfigNv::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, AnimDriveSpringStiffness) == 0x000150, "Member 'UClothConfigNv::AnimDriveSpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, AnimDriveDamperStiffness) == 0x000154, "Member 'UClothConfigNv::AnimDriveDamperStiffness' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, WindMethod) == 0x000158, "Member 'UClothConfigNv::WindMethod' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, VerticalConstraintConfig) == 0x00015C, "Member 'UClothConfigNv::VerticalConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, HorizontalConstraintConfig) == 0x00016C, "Member 'UClothConfigNv::HorizontalConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, BendConstraintConfig) == 0x00017C, "Member 'UClothConfigNv::BendConstraintConfig' has a wrong offset!"); \ +static_assert(offsetof(UClothConfigNv, ShearConstraintConfig) == 0x00018C, "Member 'UClothConfigNv::ShearConstraintConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothingSimulationFactoryNv \ +static_assert(alignof(UClothingSimulationFactoryNv) == 0x000008, "Wrong alignment on UClothingSimulationFactoryNv"); \ +static_assert(sizeof(UClothingSimulationFactoryNv) == 0x000028, "Wrong size on UClothingSimulationFactoryNv"); \ + +#define DUMPER7_ASSERTS_ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness \ +static_assert(alignof(ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness) == 0x000004, "Wrong alignment on ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness"); \ +static_assert(sizeof(ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness) == 0x000004, "Wrong size on ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness"); \ +static_assert(offsetof(ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness, InStiffness) == 0x000000, "Member 'ClothingSimulationInteractorNv_SetAnimDriveDamperStiffness::InStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothingSimulationInteractorNv \ +static_assert(alignof(UClothingSimulationInteractorNv) == 0x000008, "Wrong alignment on UClothingSimulationInteractorNv"); \ +static_assert(sizeof(UClothingSimulationInteractorNv) == 0x000090, "Wrong size on UClothingSimulationInteractorNv"); \ + +#define DUMPER7_ASSERTS_UClothPhysicalMeshDataNv_Legacy \ +static_assert(alignof(UClothPhysicalMeshDataNv_Legacy) == 0x000008, "Wrong alignment on UClothPhysicalMeshDataNv_Legacy"); \ +static_assert(sizeof(UClothPhysicalMeshDataNv_Legacy) == 0x000120, "Wrong size on UClothPhysicalMeshDataNv_Legacy"); \ +static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, MaxDistances) == 0x0000E0, "Member 'UClothPhysicalMeshDataNv_Legacy::MaxDistances' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, BackstopDistances) == 0x0000F0, "Member 'UClothPhysicalMeshDataNv_Legacy::BackstopDistances' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, BackstopRadiuses) == 0x000100, "Member 'UClothPhysicalMeshDataNv_Legacy::BackstopRadiuses' has a wrong offset!"); \ +static_assert(offsetof(UClothPhysicalMeshDataNv_Legacy, AnimDriveMultipliers) == 0x000110, "Member 'UClothPhysicalMeshDataNv_Legacy::AnimDriveMultipliers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableCommonReference \ +static_assert(alignof(FNiagaraVariableCommonReference) == 0x000008, "Wrong alignment on FNiagaraVariableCommonReference"); \ +static_assert(sizeof(FNiagaraVariableCommonReference) == 0x000010, "Wrong size on FNiagaraVariableCommonReference"); \ +static_assert(offsetof(FNiagaraVariableCommonReference, Name) == 0x000000, "Member 'FNiagaraVariableCommonReference::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableCommonReference, UnderlyingType) == 0x000008, "Member 'FNiagaraVariableCommonReference::UnderlyingType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCompileHash \ +static_assert(alignof(FNiagaraCompileHash) == 0x000008, "Wrong alignment on FNiagaraCompileHash"); \ +static_assert(sizeof(FNiagaraCompileHash) == 0x000010, "Wrong size on FNiagaraCompileHash"); \ +static_assert(offsetof(FNiagaraCompileHash, DataHash) == 0x000000, "Member 'FNiagaraCompileHash::DataHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraNotifyOnChanged \ +static_assert(alignof(UNiagaraNotifyOnChanged) == 0x000008, "Wrong alignment on UNiagaraNotifyOnChanged"); \ +static_assert(sizeof(UNiagaraNotifyOnChanged) == 0x000028, "Wrong size on UNiagaraNotifyOnChanged"); \ + +#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_UNiagaraMergeable \ +static_assert(alignof(UNiagaraMergeable) == 0x000008, "Wrong alignment on UNiagaraMergeable"); \ +static_assert(sizeof(UNiagaraMergeable) == 0x000028, "Wrong size on UNiagaraMergeable"); \ + +#define DUMPER7_ASSERTS_FPropertyBindingBindableStructDescriptor \ +static_assert(alignof(FPropertyBindingBindableStructDescriptor) == 0x000008, "Wrong alignment on FPropertyBindingBindableStructDescriptor"); \ +static_assert(sizeof(FPropertyBindingBindableStructDescriptor) == 0x000018, "Wrong size on FPropertyBindingBindableStructDescriptor"); \ +static_assert(offsetof(FPropertyBindingBindableStructDescriptor, Struct) == 0x000008, "Member 'FPropertyBindingBindableStructDescriptor::Struct' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingBindableStructDescriptor, Name) == 0x000010, "Member 'FPropertyBindingBindableStructDescriptor::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBindingPathSegment \ +static_assert(alignof(FPropertyBindingPathSegment) == 0x000008, "Wrong alignment on FPropertyBindingPathSegment"); \ +static_assert(sizeof(FPropertyBindingPathSegment) == 0x000020, "Wrong size on FPropertyBindingPathSegment"); \ +static_assert(offsetof(FPropertyBindingPathSegment, Name) == 0x000000, "Member 'FPropertyBindingPathSegment::Name' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingPathSegment, ArrayIndex) == 0x000008, "Member 'FPropertyBindingPathSegment::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingPathSegment, InstanceStruct) == 0x000010, "Member 'FPropertyBindingPathSegment::InstanceStruct' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingPathSegment, InstancedStructAccessType) == 0x000018, "Member 'FPropertyBindingPathSegment::InstancedStructAccessType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBindingPath \ +static_assert(alignof(FPropertyBindingPath) == 0x000008, "Wrong alignment on FPropertyBindingPath"); \ +static_assert(sizeof(FPropertyBindingPath) == 0x000010, "Wrong size on FPropertyBindingPath"); \ +static_assert(offsetof(FPropertyBindingPath, Segments) == 0x000000, "Member 'FPropertyBindingPath::Segments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBindingBinding \ +static_assert(alignof(FPropertyBindingBinding) == 0x000008, "Wrong alignment on FPropertyBindingBinding"); \ +static_assert(sizeof(FPropertyBindingBinding) == 0x000028, "Wrong size on FPropertyBindingBinding"); \ +static_assert(offsetof(FPropertyBindingBinding, SourcePropertyPath) == 0x000008, "Member 'FPropertyBindingBinding::SourcePropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingBinding, TargetPropertyPath) == 0x000018, "Member 'FPropertyBindingBinding::TargetPropertyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBindingIndex16 \ +static_assert(alignof(FPropertyBindingIndex16) == 0x000002, "Wrong alignment on FPropertyBindingIndex16"); \ +static_assert(sizeof(FPropertyBindingIndex16) == 0x000002, "Wrong size on FPropertyBindingIndex16"); \ +static_assert(offsetof(FPropertyBindingIndex16, Value) == 0x000000, "Member 'FPropertyBindingIndex16::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBindingCopyInfoBatch \ +static_assert(alignof(FPropertyBindingCopyInfoBatch) == 0x000008, "Wrong alignment on FPropertyBindingCopyInfoBatch"); \ +static_assert(sizeof(FPropertyBindingCopyInfoBatch) == 0x000018, "Wrong size on FPropertyBindingCopyInfoBatch"); \ +static_assert(offsetof(FPropertyBindingCopyInfoBatch, TargetStruct) == 0x000000, "Member 'FPropertyBindingCopyInfoBatch::TargetStruct' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingCopyInfoBatch, BindingsBegin) == 0x000010, "Member 'FPropertyBindingCopyInfoBatch::BindingsBegin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingCopyInfoBatch, BindingsEnd) == 0x000012, "Member 'FPropertyBindingCopyInfoBatch::BindingsEnd' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingCopyInfoBatch, PropertyFunctionsBegin) == 0x000014, "Member 'FPropertyBindingCopyInfoBatch::PropertyFunctionsBegin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingCopyInfoBatch, PropertyFunctionsEnd) == 0x000016, "Member 'FPropertyBindingCopyInfoBatch::PropertyFunctionsEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBindingPropertyIndirection \ +static_assert(alignof(FPropertyBindingPropertyIndirection) == 0x000008, "Wrong alignment on FPropertyBindingPropertyIndirection"); \ +static_assert(sizeof(FPropertyBindingPropertyIndirection) == 0x000018, "Wrong size on FPropertyBindingPropertyIndirection"); \ +static_assert(offsetof(FPropertyBindingPropertyIndirection, ArrayIndex) == 0x000000, "Member 'FPropertyBindingPropertyIndirection::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingPropertyIndirection, Offset) == 0x000002, "Member 'FPropertyBindingPropertyIndirection::Offset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingPropertyIndirection, NextIndex) == 0x000004, "Member 'FPropertyBindingPropertyIndirection::NextIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingPropertyIndirection, Type) == 0x000006, "Member 'FPropertyBindingPropertyIndirection::Type' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingPropertyIndirection, InstanceStruct) == 0x000008, "Member 'FPropertyBindingPropertyIndirection::InstanceStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBindingCopyInfo \ +static_assert(alignof(FPropertyBindingCopyInfo) == 0x000008, "Wrong alignment on FPropertyBindingCopyInfo"); \ +static_assert(sizeof(FPropertyBindingCopyInfo) == 0x000060, "Wrong size on FPropertyBindingCopyInfo"); \ +static_assert(offsetof(FPropertyBindingCopyInfo, SourceIndirection) == 0x000000, "Member 'FPropertyBindingCopyInfo::SourceIndirection' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingCopyInfo, TargetIndirection) == 0x000018, "Member 'FPropertyBindingCopyInfo::TargetIndirection' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingCopyInfo, SourceDataHandle) == 0x000030, "Member 'FPropertyBindingCopyInfo::SourceDataHandle' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingCopyInfo, SourceStructType) == 0x000050, "Member 'FPropertyBindingCopyInfo::SourceStructType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingCopyInfo, CopySize) == 0x000058, "Member 'FPropertyBindingCopyInfo::CopySize' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingCopyInfo, Type) == 0x00005C, "Member 'FPropertyBindingCopyInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingCopyInfo, bCopyFromTargetToSource) == 0x00005D, "Member 'FPropertyBindingCopyInfo::bCopyFromTargetToSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBindingBindingCollection \ +static_assert(alignof(FPropertyBindingBindingCollection) == 0x000010, "Wrong alignment on FPropertyBindingBindingCollection"); \ +static_assert(sizeof(FPropertyBindingBindingCollection) == 0x0000C0, "Wrong size on FPropertyBindingBindingCollection"); \ +static_assert(offsetof(FPropertyBindingBindingCollection, CopyBatches) == 0x000010, "Member 'FPropertyBindingBindingCollection::CopyBatches' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingBindingCollection, PropertyCopies) == 0x000020, "Member 'FPropertyBindingBindingCollection::PropertyCopies' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingBindingCollection, PropertyIndirections) == 0x000030, "Member 'FPropertyBindingBindingCollection::PropertyIndirections' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBindingBindingCollection, BindingsOwner) == 0x000048, "Member 'FPropertyBindingBindingCollection::BindingsOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPropertyBindingBindingCollectionOwner \ +static_assert(alignof(IPropertyBindingBindingCollectionOwner) == 0x000001, "Wrong alignment on IPropertyBindingBindingCollectionOwner"); \ +static_assert(sizeof(IPropertyBindingBindingCollectionOwner) == 0x000001, "Wrong size on IPropertyBindingBindingCollectionOwner"); \ + +#define DUMPER7_ASSERTS_FSimulationStageMetaData \ +static_assert(alignof(FSimulationStageMetaData) == 0x000008, "Wrong alignment on FSimulationStageMetaData"); \ +static_assert(sizeof(FSimulationStageMetaData) == 0x0000A8, "Wrong size on FSimulationStageMetaData"); \ +static_assert(offsetof(FSimulationStageMetaData, SimulationStageName) == 0x000000, "Member 'FSimulationStageMetaData::SimulationStageName' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, EnabledBinding) == 0x000008, "Member 'FSimulationStageMetaData::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ElementCount) == 0x000010, "Member 'FSimulationStageMetaData::ElementCount' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ElementCountXBinding) == 0x00001C, "Member 'FSimulationStageMetaData::ElementCountXBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ElementCountYBinding) == 0x000024, "Member 'FSimulationStageMetaData::ElementCountYBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ElementCountZBinding) == 0x00002C, "Member 'FSimulationStageMetaData::ElementCountZBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, IterationSourceType) == 0x000034, "Member 'FSimulationStageMetaData::IterationSourceType' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, IterationDataInterface) == 0x000038, "Member 'FSimulationStageMetaData::IterationDataInterface' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, IterationDirectBinding) == 0x000040, "Member 'FSimulationStageMetaData::IterationDirectBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ExecuteBehavior) == 0x000048, "Member 'FSimulationStageMetaData::ExecuteBehavior' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ParticleIterationStateBinding) == 0x000050, "Member 'FSimulationStageMetaData::ParticleIterationStateBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ParticleIterationStateRange) == 0x00005C, "Member 'FSimulationStageMetaData::ParticleIterationStateRange' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, OutputDestinations) == 0x000068, "Member 'FSimulationStageMetaData::OutputDestinations' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, InputDataInterfaces) == 0x000078, "Member 'FSimulationStageMetaData::InputDataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, NumIterations) == 0x000088, "Member 'FSimulationStageMetaData::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, NumIterationsBinding) == 0x00008C, "Member 'FSimulationStageMetaData::NumIterationsBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, GpuDispatchType) == 0x000094, "Member 'FSimulationStageMetaData::GpuDispatchType' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, GpuDirectDispatchElementType) == 0x000095, "Member 'FSimulationStageMetaData::GpuDirectDispatchElementType' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, GpuDispatchNumThreads) == 0x000098, "Member 'FSimulationStageMetaData::GpuDispatchNumThreads' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCompileEvent \ +static_assert(alignof(FNiagaraCompileEvent) == 0x000008, "Wrong alignment on FNiagaraCompileEvent"); \ +static_assert(sizeof(FNiagaraCompileEvent) == 0x000060, "Wrong size on FNiagaraCompileEvent"); \ +static_assert(offsetof(FNiagaraCompileEvent, Severity) == 0x000000, "Member 'FNiagaraCompileEvent::Severity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, Message) == 0x000008, "Member 'FNiagaraCompileEvent::Message' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, ShortDescription) == 0x000018, "Member 'FNiagaraCompileEvent::ShortDescription' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, NodeGuid) == 0x000028, "Member 'FNiagaraCompileEvent::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, PinGuid) == 0x000038, "Member 'FNiagaraCompileEvent::PinGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, StackGuids) == 0x000048, "Member 'FNiagaraCompileEvent::StackGuids' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, Source) == 0x000058, "Member 'FNiagaraCompileEvent::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataInterfaceGeneratedFunction \ +static_assert(alignof(FNiagaraDataInterfaceGeneratedFunction) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceGeneratedFunction"); \ +static_assert(sizeof(FNiagaraDataInterfaceGeneratedFunction) == 0x000050, "Wrong size on FNiagaraDataInterfaceGeneratedFunction"); \ +static_assert(offsetof(FNiagaraDataInterfaceGeneratedFunction, VariadicInputs) == 0x000030, "Member 'FNiagaraDataInterfaceGeneratedFunction::VariadicInputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceGeneratedFunction, VariadicOutputs) == 0x000040, "Member 'FNiagaraDataInterfaceGeneratedFunction::VariadicOutputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataInterfaceGPUParamInfo \ +static_assert(alignof(FNiagaraDataInterfaceGPUParamInfo) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceGPUParamInfo"); \ +static_assert(sizeof(FNiagaraDataInterfaceGPUParamInfo) == 0x000038, "Wrong size on FNiagaraDataInterfaceGPUParamInfo"); \ +static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, DataInterfaceHLSLSymbol) == 0x000000, "Member 'FNiagaraDataInterfaceGPUParamInfo::DataInterfaceHLSLSymbol' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, DIClassName) == 0x000010, "Member 'FNiagaraDataInterfaceGPUParamInfo::DIClassName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, ShaderParametersOffset) == 0x000020, "Member 'FNiagaraDataInterfaceGPUParamInfo::ShaderParametersOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, GeneratedFunctions) == 0x000028, "Member 'FNiagaraDataInterfaceGPUParamInfo::GeneratedFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraShaderScriptExternalConstant \ +static_assert(alignof(FNiagaraShaderScriptExternalConstant) == 0x000008, "Wrong alignment on FNiagaraShaderScriptExternalConstant"); \ +static_assert(sizeof(FNiagaraShaderScriptExternalConstant) == 0x000018, "Wrong size on FNiagaraShaderScriptExternalConstant"); \ +static_assert(offsetof(FNiagaraShaderScriptExternalConstant, Type) == 0x000000, "Member 'FNiagaraShaderScriptExternalConstant::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraShaderScriptExternalConstant, Name) == 0x000008, "Member 'FNiagaraShaderScriptExternalConstant::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraShaderScriptParametersMetadata \ +static_assert(alignof(FNiagaraShaderScriptParametersMetadata) == 0x000008, "Wrong alignment on FNiagaraShaderScriptParametersMetadata"); \ +static_assert(sizeof(FNiagaraShaderScriptParametersMetadata) == 0x000058, "Wrong size on FNiagaraShaderScriptParametersMetadata"); \ +static_assert(offsetof(FNiagaraShaderScriptParametersMetadata, DataInterfaceParamInfo) == 0x000000, "Member 'FNiagaraShaderScriptParametersMetadata::DataInterfaceParamInfo' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraShaderScriptParametersMetadata, LooseMetadataNames) == 0x000010, "Member 'FNiagaraShaderScriptParametersMetadata::LooseMetadataNames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraShaderScriptParametersMetadata, bExternalConstantsInterpolated) == 0x000020, "Member 'FNiagaraShaderScriptParametersMetadata::bExternalConstantsInterpolated' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraShaderScriptParametersMetadata, ExternalConstants) == 0x000028, "Member 'FNiagaraShaderScriptParametersMetadata::ExternalConstants' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraScriptBase \ +static_assert(alignof(UNiagaraScriptBase) == 0x000008, "Wrong alignment on UNiagaraScriptBase"); \ +static_assert(sizeof(UNiagaraScriptBase) == 0x000028, "Wrong size on UNiagaraScriptBase"); \ + +#define DUMPER7_ASSERTS_FNiagaraStructConversionStep \ +static_assert(alignof(FNiagaraStructConversionStep) == 0x000004, "Wrong alignment on FNiagaraStructConversionStep"); \ +static_assert(sizeof(FNiagaraStructConversionStep) == 0x000014, "Wrong size on FNiagaraStructConversionStep"); \ +static_assert(offsetof(FNiagaraStructConversionStep, LWCBytes) == 0x000000, "Member 'FNiagaraStructConversionStep::LWCBytes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, LWCOffset) == 0x000004, "Member 'FNiagaraStructConversionStep::LWCOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, SimulationBytes) == 0x000008, "Member 'FNiagaraStructConversionStep::SimulationBytes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, SimulationOffset) == 0x00000C, "Member 'FNiagaraStructConversionStep::SimulationOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, ConversionType) == 0x000010, "Member 'FNiagaraStructConversionStep::ConversionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraLwcStructConverter \ +static_assert(alignof(FNiagaraLwcStructConverter) == 0x000008, "Wrong alignment on FNiagaraLwcStructConverter"); \ +static_assert(sizeof(FNiagaraLwcStructConverter) == 0x000018, "Wrong size on FNiagaraLwcStructConverter"); \ +static_assert(offsetof(FNiagaraLwcStructConverter, LWCSize) == 0x000000, "Member 'FNiagaraLwcStructConverter::LWCSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraLwcStructConverter, SWCSize) == 0x000004, "Member 'FNiagaraLwcStructConverter::SWCSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraLwcStructConverter, ConversionSteps) == 0x000008, "Member 'FNiagaraLwcStructConverter::ConversionSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FNiagaraVariableWithOffset \ +static_assert(alignof(FNiagaraVariableWithOffset) == 0x000008, "Wrong alignment on FNiagaraVariableWithOffset"); \ +static_assert(sizeof(FNiagaraVariableWithOffset) == 0x000028, "Wrong size on FNiagaraVariableWithOffset"); \ +static_assert(offsetof(FNiagaraVariableWithOffset, Offset) == 0x00000C, "Member 'FNiagaraVariableWithOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableWithOffset, StructConverter) == 0x000010, "Member 'FNiagaraVariableWithOffset::StructConverter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraPositionSource \ +static_assert(alignof(FNiagaraPositionSource) == 0x000008, "Wrong alignment on FNiagaraPositionSource"); \ +static_assert(sizeof(FNiagaraPositionSource) == 0x000020, "Wrong size on FNiagaraPositionSource"); \ +static_assert(offsetof(FNiagaraPositionSource, Name) == 0x000000, "Member 'FNiagaraPositionSource::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPositionSource, Value) == 0x000008, "Member 'FNiagaraPositionSource::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterStore \ +static_assert(alignof(FNiagaraParameterStore) == 0x000008, "Wrong alignment on FNiagaraParameterStore"); \ +static_assert(sizeof(FNiagaraParameterStore) == 0x000088, "Wrong size on FNiagaraParameterStore"); \ +static_assert(offsetof(FNiagaraParameterStore, Owner) == 0x000008, "Member 'FNiagaraParameterStore::Owner' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterStore, SortedParameterOffsets) == 0x000010, "Member 'FNiagaraParameterStore::SortedParameterOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterStore, ParameterData) == 0x000020, "Member 'FNiagaraParameterStore::ParameterData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterStore, DataInterfaces) == 0x000030, "Member 'FNiagaraParameterStore::DataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterStore, UObjects) == 0x000040, "Member 'FNiagaraParameterStore::UObjects' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterStore, OriginalPositionData) == 0x000050, "Member 'FNiagaraParameterStore::OriginalPositionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraTypeLayoutInfo \ +static_assert(alignof(FNiagaraTypeLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraTypeLayoutInfo"); \ +static_assert(sizeof(FNiagaraTypeLayoutInfo) == 0x000018, "Wrong size on FNiagaraTypeLayoutInfo"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, NumFloatComponents) == 0x000000, "Member 'FNiagaraTypeLayoutInfo::NumFloatComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, NumInt32Components) == 0x000002, "Member 'FNiagaraTypeLayoutInfo::NumInt32Components' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, NumHalfComponents) == 0x000004, "Member 'FNiagaraTypeLayoutInfo::NumHalfComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, ComponentsOffsets) == 0x000008, "Member 'FNiagaraTypeLayoutInfo::ComponentsOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableLayoutInfo \ +static_assert(alignof(FNiagaraVariableLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraVariableLayoutInfo"); \ +static_assert(sizeof(FNiagaraVariableLayoutInfo) == 0x000020, "Wrong size on FNiagaraVariableLayoutInfo"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, FloatComponentStart) == 0x000000, "Member 'FNiagaraVariableLayoutInfo::FloatComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, Int32ComponentStart) == 0x000002, "Member 'FNiagaraVariableLayoutInfo::Int32ComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, HalfComponentStart) == 0x000004, "Member 'FNiagaraVariableLayoutInfo::HalfComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, LayoutInfo) == 0x000008, "Member 'FNiagaraVariableLayoutInfo::LayoutInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FNiagaraDataSetCompiledData \ +static_assert(alignof(FNiagaraDataSetCompiledData) == 0x000008, "Wrong alignment on FNiagaraDataSetCompiledData"); \ +static_assert(sizeof(FNiagaraDataSetCompiledData) == 0x000048, "Wrong size on FNiagaraDataSetCompiledData"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, Variables) == 0x000000, "Member 'FNiagaraDataSetCompiledData::Variables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, VariableLayouts) == 0x000010, "Member 'FNiagaraDataSetCompiledData::VariableLayouts' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, ID) == 0x000020, "Member 'FNiagaraDataSetCompiledData::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, TotalFloatComponents) == 0x00002C, "Member 'FNiagaraDataSetCompiledData::TotalFloatComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, TotalInt32Components) == 0x000030, "Member 'FNiagaraDataSetCompiledData::TotalInt32Components' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, TotalHalfComponents) == 0x000034, "Member 'FNiagaraDataSetCompiledData::TotalHalfComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataSetCompiledData, SimTarget) == 0x00003C, "Member 'FNiagaraDataSetCompiledData::SimTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterDataSetBinding \ +static_assert(alignof(FNiagaraParameterDataSetBinding) == 0x000004, "Wrong alignment on FNiagaraParameterDataSetBinding"); \ +static_assert(sizeof(FNiagaraParameterDataSetBinding) == 0x000008, "Wrong size on FNiagaraParameterDataSetBinding"); \ +static_assert(offsetof(FNiagaraParameterDataSetBinding, ParameterOffset) == 0x000000, "Member 'FNiagaraParameterDataSetBinding::ParameterOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterDataSetBinding, DataSetComponentOffset) == 0x000004, "Member 'FNiagaraParameterDataSetBinding::DataSetComponentOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterDataSetBindingCollection \ +static_assert(alignof(FNiagaraParameterDataSetBindingCollection) == 0x000008, "Wrong alignment on FNiagaraParameterDataSetBindingCollection"); \ +static_assert(sizeof(FNiagaraParameterDataSetBindingCollection) == 0x000020, "Wrong size on FNiagaraParameterDataSetBindingCollection"); \ +static_assert(offsetof(FNiagaraParameterDataSetBindingCollection, FloatOffsets) == 0x000000, "Member 'FNiagaraParameterDataSetBindingCollection::FloatOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraParameterDataSetBindingCollection, Int32Offsets) == 0x000010, "Member 'FNiagaraParameterDataSetBindingCollection::Int32Offsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemCompiledData \ +static_assert(alignof(FNiagaraSystemCompiledData) == 0x000008, "Wrong alignment on FNiagaraSystemCompiledData"); \ +static_assert(sizeof(FNiagaraSystemCompiledData) == 0x000240, "Wrong size on FNiagaraSystemCompiledData"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, InstanceParamStore) == 0x000000, "Member 'FNiagaraSystemCompiledData::InstanceParamStore' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, DataSetCompiledData) == 0x000088, "Member 'FNiagaraSystemCompiledData::DataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceParamsDataSetCompiledData) == 0x0000D0, "Member 'FNiagaraSystemCompiledData::SpawnInstanceParamsDataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceParamsDataSetCompiledData) == 0x000118, "Member 'FNiagaraSystemCompiledData::UpdateInstanceParamsDataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceGlobalBinding) == 0x000160, "Member 'FNiagaraSystemCompiledData::SpawnInstanceGlobalBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceSystemBinding) == 0x000180, "Member 'FNiagaraSystemCompiledData::SpawnInstanceSystemBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceOwnerBinding) == 0x0001A0, "Member 'FNiagaraSystemCompiledData::SpawnInstanceOwnerBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceEmitterBindings) == 0x0001C0, "Member 'FNiagaraSystemCompiledData::SpawnInstanceEmitterBindings' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceGlobalBinding) == 0x0001D0, "Member 'FNiagaraSystemCompiledData::UpdateInstanceGlobalBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceSystemBinding) == 0x0001F0, "Member 'FNiagaraSystemCompiledData::UpdateInstanceSystemBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceOwnerBinding) == 0x000210, "Member 'FNiagaraSystemCompiledData::UpdateInstanceOwnerBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceEmitterBindings) == 0x000230, "Member 'FNiagaraSystemCompiledData::UpdateInstanceEmitterBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraAssetTagDefinition \ +static_assert(alignof(FNiagaraAssetTagDefinition) == 0x000008, "Wrong alignment on FNiagaraAssetTagDefinition"); \ +static_assert(sizeof(FNiagaraAssetTagDefinition) == 0x000050, "Wrong size on FNiagaraAssetTagDefinition"); \ +static_assert(offsetof(FNiagaraAssetTagDefinition, AssetTag) == 0x000000, "Member 'FNiagaraAssetTagDefinition::AssetTag' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetTagDefinition, AssetFlags) == 0x000010, "Member 'FNiagaraAssetTagDefinition::AssetFlags' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetTagDefinition, Description) == 0x000018, "Member 'FNiagaraAssetTagDefinition::Description' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetTagDefinition, DisplayType) == 0x000028, "Member 'FNiagaraAssetTagDefinition::DisplayType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetTagDefinition, Color) == 0x00002C, "Member 'FNiagaraAssetTagDefinition::Color' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraAssetTagDefinition, TagGuid) == 0x00003C, "Member 'FNiagaraAssetTagDefinition::TagGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataChannelUpdateContext \ +static_assert(alignof(FNiagaraDataChannelUpdateContext) == 0x000008, "Wrong alignment on FNiagaraDataChannelUpdateContext"); \ +static_assert(sizeof(FNiagaraDataChannelUpdateContext) == 0x000018, "Wrong size on FNiagaraDataChannelUpdateContext"); \ +static_assert(offsetof(FNiagaraDataChannelUpdateContext, Reader) == 0x000000, "Member 'FNiagaraDataChannelUpdateContext::Reader' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataChannelUpdateContext, FirstNewDataIndex) == 0x000008, "Member 'FNiagaraDataChannelUpdateContext::FirstNewDataIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataChannelUpdateContext, LastNewDataIndex) == 0x00000C, "Member 'FNiagaraDataChannelUpdateContext::LastNewDataIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataChannelUpdateContext, NewElementCount) == 0x000010, "Member 'FNiagaraDataChannelUpdateContext::NewElementCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpression \ +static_assert(alignof(FNiagaraStatelessExpression) == 0x000008, "Wrong alignment on FNiagaraStatelessExpression"); \ +static_assert(sizeof(FNiagaraStatelessExpression) == 0x000008, "Wrong size on FNiagaraStatelessExpression"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionFloat \ +static_assert(alignof(FNiagaraStatelessExpressionFloat) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionFloat"); \ +static_assert(sizeof(FNiagaraStatelessExpressionFloat) == 0x000008, "Wrong size on FNiagaraStatelessExpressionFloat"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionFloatAdd \ +static_assert(alignof(FNiagaraStatelessExpressionFloatAdd) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionFloatAdd"); \ +static_assert(sizeof(FNiagaraStatelessExpressionFloatAdd) == 0x000028, "Wrong size on FNiagaraStatelessExpressionFloatAdd"); \ +static_assert(offsetof(FNiagaraStatelessExpressionFloatAdd, A) == 0x000008, "Member 'FNiagaraStatelessExpressionFloatAdd::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionFloatAdd, B) == 0x000018, "Member 'FNiagaraStatelessExpressionFloatAdd::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariable \ +static_assert(alignof(FNiagaraVariable) == 0x000008, "Wrong alignment on FNiagaraVariable"); \ +static_assert(sizeof(FNiagaraVariable) == 0x000020, "Wrong size on FNiagaraVariable"); \ +static_assert(offsetof(FNiagaraVariable, VarData) == 0x000010, "Member 'FNiagaraVariable::VarData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraUserParameterBinding \ +static_assert(alignof(FNiagaraUserParameterBinding) == 0x000008, "Wrong alignment on FNiagaraUserParameterBinding"); \ +static_assert(sizeof(FNiagaraUserParameterBinding) == 0x000020, "Wrong size on FNiagaraUserParameterBinding"); \ +static_assert(offsetof(FNiagaraUserParameterBinding, Parameter) == 0x000000, "Member 'FNiagaraUserParameterBinding::Parameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDynamicMeshMaterial \ +static_assert(alignof(FNiagaraDynamicMeshMaterial) == 0x000008, "Wrong alignment on FNiagaraDynamicMeshMaterial"); \ +static_assert(sizeof(FNiagaraDynamicMeshMaterial) == 0x000028, "Wrong size on FNiagaraDynamicMeshMaterial"); \ +static_assert(offsetof(FNiagaraDynamicMeshMaterial, Material) == 0x000000, "Member 'FNiagaraDynamicMeshMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDynamicMeshMaterial, MaterialUserParamBinding) == 0x000008, "Member 'FNiagaraDynamicMeshMaterial::MaterialUserParamBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDCIsland \ +static_assert(alignof(FNDCIsland) == 0x000008, "Wrong alignment on FNDCIsland"); \ +static_assert(sizeof(FNDCIsland) == 0x000060, "Wrong size on FNDCIsland"); \ +static_assert(offsetof(FNDCIsland, Owner) == 0x000000, "Member 'FNDCIsland::Owner' has a wrong offset!"); \ +static_assert(offsetof(FNDCIsland, Bounds) == 0x000008, "Member 'FNDCIsland::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FNDCIsland, SpawnedComponents) == 0x000040, "Member 'FNDCIsland::SpawnedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheCaptureParameters \ +static_assert(alignof(FNiagaraSimCacheCaptureParameters) == 0x000004, "Wrong alignment on FNiagaraSimCacheCaptureParameters"); \ +static_assert(sizeof(FNiagaraSimCacheCaptureParameters) == 0x00001C, "Wrong size on FNiagaraSimCacheCaptureParameters"); \ +static_assert(offsetof(FNiagaraSimCacheCaptureParameters, NumFrames) == 0x000004, "Member 'FNiagaraSimCacheCaptureParameters::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCaptureParameters, CaptureRate) == 0x000008, "Member 'FNiagaraSimCacheCaptureParameters::CaptureRate' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCaptureParameters, TimeoutFrameCount) == 0x000010, "Member 'FNiagaraSimCacheCaptureParameters::TimeoutFrameCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCaptureParameters, ImmediateCaptureDeltaTime) == 0x000018, "Member 'FNiagaraSimCacheCaptureParameters::ImmediateCaptureDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraSystemTrackImplementation \ +static_assert(alignof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackImplementation"); \ +static_assert(sizeof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000020, "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) == 0x000019, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEvaluateBehavior' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEndBehavior) == 0x00001A, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEndBehavior' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, AgeUpdateMode) == 0x00001B, "Member 'FMovieSceneNiagaraSystemTrackImplementation::AgeUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, bAllowScalability) == 0x00001C, "Member 'FMovieSceneNiagaraSystemTrackImplementation::bAllowScalability' 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_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_FNiagaraSimCacheCreateParameters \ +static_assert(alignof(FNiagaraSimCacheCreateParameters) == 0x000008, "Wrong alignment on FNiagaraSimCacheCreateParameters"); \ +static_assert(sizeof(FNiagaraSimCacheCreateParameters) == 0x000058, "Wrong size on FNiagaraSimCacheCreateParameters"); \ +static_assert(offsetof(FNiagaraSimCacheCreateParameters, AttributeCaptureMode) == 0x000000, "Member 'FNiagaraSimCacheCreateParameters::AttributeCaptureMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCreateParameters, RebaseIncludeAttributes) == 0x000008, "Member 'FNiagaraSimCacheCreateParameters::RebaseIncludeAttributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCreateParameters, RebaseExcludeAttributes) == 0x000018, "Member 'FNiagaraSimCacheCreateParameters::RebaseExcludeAttributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCreateParameters, InterpolationIncludeAttributes) == 0x000028, "Member 'FNiagaraSimCacheCreateParameters::InterpolationIncludeAttributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCreateParameters, InterpolationExcludeAttributes) == 0x000038, "Member 'FNiagaraSimCacheCreateParameters::InterpolationExcludeAttributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheCreateParameters, ExplicitCaptureAttributes) == 0x000048, "Member 'FNiagaraSimCacheCreateParameters::ExplicitCaptureAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEventReceiverProperties \ +static_assert(alignof(FNiagaraEventReceiverProperties) == 0x000004, "Wrong alignment on FNiagaraEventReceiverProperties"); \ +static_assert(sizeof(FNiagaraEventReceiverProperties) == 0x000018, "Wrong size on FNiagaraEventReceiverProperties"); \ +static_assert(offsetof(FNiagaraEventReceiverProperties, Name) == 0x000000, "Member 'FNiagaraEventReceiverProperties::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventReceiverProperties, SourceEventGenerator) == 0x000008, "Member 'FNiagaraEventReceiverProperties::SourceEventGenerator' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventReceiverProperties, SourceEmitter) == 0x000010, "Member 'FNiagaraEventReceiverProperties::SourceEmitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEventGeneratorProperties \ +static_assert(alignof(FNiagaraEventGeneratorProperties) == 0x000008, "Wrong alignment on FNiagaraEventGeneratorProperties"); \ +static_assert(sizeof(FNiagaraEventGeneratorProperties) == 0x000058, "Wrong size on FNiagaraEventGeneratorProperties"); \ +static_assert(offsetof(FNiagaraEventGeneratorProperties, MaxEventsPerFrame) == 0x000000, "Member 'FNiagaraEventGeneratorProperties::MaxEventsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventGeneratorProperties, ID) == 0x000004, "Member 'FNiagaraEventGeneratorProperties::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventGeneratorProperties, DataSetCompiledData) == 0x000010, "Member 'FNiagaraEventGeneratorProperties::DataSetCompiledData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterScriptProperties \ +static_assert(alignof(FNiagaraEmitterScriptProperties) == 0x000008, "Wrong alignment on FNiagaraEmitterScriptProperties"); \ +static_assert(sizeof(FNiagaraEmitterScriptProperties) == 0x000028, "Wrong size on FNiagaraEmitterScriptProperties"); \ +static_assert(offsetof(FNiagaraEmitterScriptProperties, Script) == 0x000000, "Member 'FNiagaraEmitterScriptProperties::Script' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterScriptProperties, EventReceivers) == 0x000008, "Member 'FNiagaraEmitterScriptProperties::EventReceivers' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterScriptProperties, EventGenerators) == 0x000018, "Member 'FNiagaraEmitterScriptProperties::EventGenerators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FNiagaraEventScriptProperties \ +static_assert(alignof(FNiagaraEventScriptProperties) == 0x000008, "Wrong alignment on FNiagaraEventScriptProperties"); \ +static_assert(sizeof(FNiagaraEventScriptProperties) == 0x000058, "Wrong size on FNiagaraEventScriptProperties"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, ExecutionMode) == 0x000028, "Member 'FNiagaraEventScriptProperties::ExecutionMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, SpawnNumber) == 0x00002C, "Member 'FNiagaraEventScriptProperties::SpawnNumber' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, MaxEventsPerFrame) == 0x000030, "Member 'FNiagaraEventScriptProperties::MaxEventsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, SourceEmitterID) == 0x000034, "Member 'FNiagaraEventScriptProperties::SourceEmitterID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, SourceEventName) == 0x000044, "Member 'FNiagaraEventScriptProperties::SourceEventName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, bRandomSpawnNumber) == 0x00004C, "Member 'FNiagaraEventScriptProperties::bRandomSpawnNumber' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, MinSpawnNumber) == 0x000050, "Member 'FNiagaraEventScriptProperties::MinSpawnNumber' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEventScriptProperties, UpdateAttributeInitialValues) == 0x000054, "Member 'FNiagaraEventScriptProperties::UpdateAttributeInitialValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FNiagaraPlatformSet \ +static_assert(alignof(FNiagaraPlatformSet) == 0x000008, "Wrong alignment on FNiagaraPlatformSet"); \ +static_assert(sizeof(FNiagaraPlatformSet) == 0x000030, "Wrong size on FNiagaraPlatformSet"); \ +static_assert(offsetof(FNiagaraPlatformSet, DeviceProfileStates) == 0x000000, "Member 'FNiagaraPlatformSet::DeviceProfileStates' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSet, CVarConditions) == 0x000010, "Member 'FNiagaraPlatformSet::CVarConditions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSet, QualityLevelMask) == 0x000020, "Member 'FNiagaraPlatformSet::QualityLevelMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterScalabilitySettings \ +static_assert(alignof(FNiagaraEmitterScalabilitySettings) == 0x000008, "Wrong alignment on FNiagaraEmitterScalabilitySettings"); \ +static_assert(sizeof(FNiagaraEmitterScalabilitySettings) == 0x000038, "Wrong size on FNiagaraEmitterScalabilitySettings"); \ +static_assert(offsetof(FNiagaraEmitterScalabilitySettings, Platforms) == 0x000000, "Member 'FNiagaraEmitterScalabilitySettings::Platforms' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterScalabilitySettings, SpawnCountScale) == 0x000034, "Member 'FNiagaraEmitterScalabilitySettings::SpawnCountScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterScalabilityOverride \ +static_assert(alignof(FNiagaraEmitterScalabilityOverride) == 0x000008, "Wrong alignment on FNiagaraEmitterScalabilityOverride"); \ +static_assert(sizeof(FNiagaraEmitterScalabilityOverride) == 0x000040, "Wrong size on FNiagaraEmitterScalabilityOverride"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterScalabilityOverrides \ +static_assert(alignof(FNiagaraEmitterScalabilityOverrides) == 0x000008, "Wrong alignment on FNiagaraEmitterScalabilityOverrides"); \ +static_assert(sizeof(FNiagaraEmitterScalabilityOverrides) == 0x000010, "Wrong size on FNiagaraEmitterScalabilityOverrides"); \ +static_assert(offsetof(FNiagaraEmitterScalabilityOverrides, Overrides) == 0x000000, "Member 'FNiagaraEmitterScalabilityOverrides::Overrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraExternalUObjectInfo \ +static_assert(alignof(FNiagaraExternalUObjectInfo) == 0x000004, "Wrong alignment on FNiagaraExternalUObjectInfo"); \ +static_assert(sizeof(FNiagaraExternalUObjectInfo) == 0x000014, "Wrong size on FNiagaraExternalUObjectInfo"); \ +static_assert(offsetof(FNiagaraExternalUObjectInfo, Variable) == 0x000000, "Member 'FNiagaraExternalUObjectInfo::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraExternalUObjectInfo, ExternalName) == 0x00000C, "Member 'FNiagaraExternalUObjectInfo::ExternalName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimStageExecutionLoopData \ +static_assert(alignof(FNiagaraSimStageExecutionLoopData) == 0x000004, "Wrong alignment on FNiagaraSimStageExecutionLoopData"); \ +static_assert(sizeof(FNiagaraSimStageExecutionLoopData) == 0x000014, "Wrong size on FNiagaraSimStageExecutionLoopData"); \ +static_assert(offsetof(FNiagaraSimStageExecutionLoopData, NumLoopsBinding) == 0x000000, "Member 'FNiagaraSimStageExecutionLoopData::NumLoopsBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimStageExecutionLoopData, NumLoops) == 0x000008, "Member 'FNiagaraSimStageExecutionLoopData::NumLoops' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimStageExecutionLoopData, StartStageIndex) == 0x00000C, "Member 'FNiagaraSimStageExecutionLoopData::StartStageIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimStageExecutionLoopData, EndStageIndex) == 0x000010, "Member 'FNiagaraSimStageExecutionLoopData::EndStageIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVersionedNiagaraEmitterData \ +static_assert(alignof(FVersionedNiagaraEmitterData) == 0x000008, "Wrong alignment on FVersionedNiagaraEmitterData"); \ +static_assert(sizeof(FVersionedNiagaraEmitterData) == 0x000368, "Wrong size on FVersionedNiagaraEmitterData"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, Version) == 0x000000, "Member 'FVersionedNiagaraEmitterData::Version' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, bDeprecated) == 0x00001C, "Member 'FVersionedNiagaraEmitterData::bDeprecated' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, DeprecationMessage) == 0x000020, "Member 'FVersionedNiagaraEmitterData::DeprecationMessage' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, bLocalSpace) == 0x000030, "Member 'FVersionedNiagaraEmitterData::bLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, bDeterminism) == 0x000031, "Member 'FVersionedNiagaraEmitterData::bDeterminism' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, RandomSeed) == 0x000034, "Member 'FVersionedNiagaraEmitterData::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, InterpolatedSpawnMode) == 0x000038, "Member 'FVersionedNiagaraEmitterData::InterpolatedSpawnMode' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, SimTarget) == 0x000039, "Member 'FVersionedNiagaraEmitterData::SimTarget' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, CalculateBoundsMode) == 0x00003A, "Member 'FVersionedNiagaraEmitterData::CalculateBoundsMode' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, FixedBounds) == 0x000040, "Member 'FVersionedNiagaraEmitterData::FixedBounds' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, EventHandlerScriptProps) == 0x000080, "Member 'FVersionedNiagaraEmitterData::EventHandlerScriptProps' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, Platforms) == 0x000090, "Member 'FVersionedNiagaraEmitterData::Platforms' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, ScalabilityOverrides) == 0x0000C0, "Member 'FVersionedNiagaraEmitterData::ScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, MaxGPUParticlesSpawnPerFrame) == 0x0000D0, "Member 'FVersionedNiagaraEmitterData::MaxGPUParticlesSpawnPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, AllocationMode) == 0x0000D4, "Member 'FVersionedNiagaraEmitterData::AllocationMode' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, PreAllocationCount) == 0x0000D8, "Member 'FVersionedNiagaraEmitterData::PreAllocationCount' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, EmitterDependencies) == 0x0000E0, "Member 'FVersionedNiagaraEmitterData::EmitterDependencies' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, UpdateScriptProps) == 0x0000F0, "Member 'FVersionedNiagaraEmitterData::UpdateScriptProps' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, SpawnScriptProps) == 0x000118, "Member 'FVersionedNiagaraEmitterData::SpawnScriptProps' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, RendererBindings) == 0x000140, "Member 'FVersionedNiagaraEmitterData::RendererBindings' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, RendererBindingsExternalObjects) == 0x0001C8, "Member 'FVersionedNiagaraEmitterData::RendererBindingsExternalObjects' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, ResolvedDIBindings) == 0x0001D8, "Member 'FVersionedNiagaraEmitterData::ResolvedDIBindings' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, RendererProperties) == 0x000228, "Member 'FVersionedNiagaraEmitterData::RendererProperties' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, SimulationStages) == 0x000238, "Member 'FVersionedNiagaraEmitterData::SimulationStages' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, SimStageExecutionLoops) == 0x000248, "Member 'FVersionedNiagaraEmitterData::SimStageExecutionLoops' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, GPUComputeScript) == 0x000268, "Member 'FVersionedNiagaraEmitterData::GPUComputeScript' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, SharedEventGeneratorIds) == 0x000270, "Member 'FVersionedNiagaraEmitterData::SharedEventGeneratorIds' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitterData, CurrentScalabilitySettings) == 0x000280, "Member 'FVersionedNiagaraEmitterData::CurrentScalabilitySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDynamicMeshSimCacheSection \ +static_assert(alignof(FNDIDynamicMeshSimCacheSection) == 0x000008, "Wrong alignment on FNDIDynamicMeshSimCacheSection"); \ +static_assert(sizeof(FNDIDynamicMeshSimCacheSection) == 0x000018, "Wrong size on FNDIDynamicMeshSimCacheSection"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheSection, TriangleOffset) == 0x000000, "Member 'FNDIDynamicMeshSimCacheSection::TriangleOffset' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheSection, MaxTriangles) == 0x000004, "Member 'FNDIDynamicMeshSimCacheSection::MaxTriangles' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheSection, AllocatedTriangles) == 0x000008, "Member 'FNDIDynamicMeshSimCacheSection::AllocatedTriangles' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheSection, Material) == 0x000010, "Member 'FNDIDynamicMeshSimCacheSection::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDynamicMeshSimCacheFrame \ +static_assert(alignof(FNDIDynamicMeshSimCacheFrame) == 0x000008, "Wrong alignment on FNDIDynamicMeshSimCacheFrame"); \ +static_assert(sizeof(FNDIDynamicMeshSimCacheFrame) == 0x000090, "Wrong size on FNDIDynamicMeshSimCacheFrame"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheFrame, NumTriangles) == 0x000000, "Member 'FNDIDynamicMeshSimCacheFrame::NumTriangles' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheFrame, NumVertices) == 0x000004, "Member 'FNDIDynamicMeshSimCacheFrame::NumVertices' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheFrame, NumTexCoords) == 0x000008, "Member 'FNDIDynamicMeshSimCacheFrame::NumTexCoords' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheFrame, LocalBounds) == 0x000010, "Member 'FNDIDynamicMeshSimCacheFrame::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheFrame, VertexBufferSize) == 0x000048, "Member 'FNDIDynamicMeshSimCacheFrame::VertexBufferSize' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheFrame, PositionOffset) == 0x00004C, "Member 'FNDIDynamicMeshSimCacheFrame::PositionOffset' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheFrame, TangentBasisOffset) == 0x000050, "Member 'FNDIDynamicMeshSimCacheFrame::TangentBasisOffset' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheFrame, TexCoordOffset) == 0x000054, "Member 'FNDIDynamicMeshSimCacheFrame::TexCoordOffset' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheFrame, ColorOffset) == 0x000058, "Member 'FNDIDynamicMeshSimCacheFrame::ColorOffset' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheFrame, IndexData) == 0x000060, "Member 'FNDIDynamicMeshSimCacheFrame::IndexData' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheFrame, VertexData) == 0x000070, "Member 'FNDIDynamicMeshSimCacheFrame::VertexData' has a wrong offset!"); \ +static_assert(offsetof(FNDIDynamicMeshSimCacheFrame, Sections) == 0x000080, "Member 'FNDIDynamicMeshSimCacheFrame::Sections' has a wrong offset!"); \ + +#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_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_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_FNiagaraMeshRendererMeshPropertiesBase \ +static_assert(alignof(FNiagaraMeshRendererMeshPropertiesBase) == 0x000008, "Wrong alignment on FNiagaraMeshRendererMeshPropertiesBase"); \ +static_assert(sizeof(FNiagaraMeshRendererMeshPropertiesBase) == 0x000058, "Wrong size on FNiagaraMeshRendererMeshPropertiesBase"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshPropertiesBase, Mesh) == 0x000000, "Member 'FNiagaraMeshRendererMeshPropertiesBase::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshPropertiesBase, Scale) == 0x000008, "Member 'FNiagaraMeshRendererMeshPropertiesBase::Scale' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshPropertiesBase, Rotation) == 0x000020, "Member 'FNiagaraMeshRendererMeshPropertiesBase::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshPropertiesBase, PivotOffset) == 0x000038, "Member 'FNiagaraMeshRendererMeshPropertiesBase::PivotOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshPropertiesBase, PivotOffsetSpace) == 0x000050, "Member 'FNiagaraMeshRendererMeshPropertiesBase::PivotOffsetSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraParameterBinding \ +static_assert(alignof(FNiagaraParameterBinding) == 0x000004, "Wrong alignment on FNiagaraParameterBinding"); \ +static_assert(sizeof(FNiagaraParameterBinding) == 0x00000C, "Wrong size on FNiagaraParameterBinding"); \ +static_assert(offsetof(FNiagaraParameterBinding, ResolvedParameter) == 0x000000, "Member 'FNiagaraParameterBinding::ResolvedParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMeshRendererMeshProperties \ +static_assert(alignof(FNiagaraMeshRendererMeshProperties) == 0x000008, "Wrong alignment on FNiagaraMeshRendererMeshProperties"); \ +static_assert(sizeof(FNiagaraMeshRendererMeshProperties) == 0x000080, "Wrong size on FNiagaraMeshRendererMeshProperties"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, MeshParameterBinding) == 0x000058, "Member 'FNiagaraMeshRendererMeshProperties::MeshParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, LODMode) == 0x000064, "Member 'FNiagaraMeshRendererMeshProperties::LODMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, LODLevel) == 0x000068, "Member 'FNiagaraMeshRendererMeshProperties::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, LODBias) == 0x00006C, "Member 'FNiagaraMeshRendererMeshProperties::LODBias' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, LODDistanceFactor) == 0x000070, "Member 'FNiagaraMeshRendererMeshProperties::LODDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, bUseLODRange) == 0x000074, "Member 'FNiagaraMeshRendererMeshProperties::bUseLODRange' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, LODRange) == 0x000078, "Member 'FNiagaraMeshRendererMeshProperties::LODRange' 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_FNiagaraScalabilityState \ +static_assert(alignof(FNiagaraScalabilityState) == 0x000004, "Wrong alignment on FNiagaraScalabilityState"); \ +static_assert(sizeof(FNiagaraScalabilityState) == 0x00000C, "Wrong size on FNiagaraScalabilityState"); \ +static_assert(offsetof(FNiagaraScalabilityState, Significance) == 0x000000, "Member 'FNiagaraScalabilityState::Significance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScalabilityState, LastVisibleTime) == 0x000004, "Member 'FNiagaraScalabilityState::LastVisibleTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStackSection \ +static_assert(alignof(FNiagaraStackSection) == 0x000008, "Wrong alignment on FNiagaraStackSection"); \ +static_assert(sizeof(FNiagaraStackSection) == 0x000040, "Wrong size on FNiagaraStackSection"); \ +static_assert(offsetof(FNiagaraStackSection, SectionIdentifier) == 0x000000, "Member 'FNiagaraStackSection::SectionIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStackSection, SectionDisplayName) == 0x000008, "Member 'FNiagaraStackSection::SectionDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStackSection, Categories) == 0x000018, "Member 'FNiagaraStackSection::Categories' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStackSection, Tooltip) == 0x000028, "Member 'FNiagaraStackSection::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStackSection, bEnabled) == 0x000038, "Member 'FNiagaraStackSection::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIRenderTargetSimCacheFrame \ +static_assert(alignof(FNDIRenderTargetSimCacheFrame) == 0x000008, "Wrong alignment on FNDIRenderTargetSimCacheFrame"); \ +static_assert(sizeof(FNDIRenderTargetSimCacheFrame) == 0x000040, "Wrong size on FNDIRenderTargetSimCacheFrame"); \ +static_assert(offsetof(FNDIRenderTargetSimCacheFrame, Size) == 0x000000, "Member 'FNDIRenderTargetSimCacheFrame::Size' has a wrong offset!"); \ +static_assert(offsetof(FNDIRenderTargetSimCacheFrame, Format) == 0x00000C, "Member 'FNDIRenderTargetSimCacheFrame::Format' has a wrong offset!"); \ +static_assert(offsetof(FNDIRenderTargetSimCacheFrame, UncompressedSize) == 0x000010, "Member 'FNDIRenderTargetSimCacheFrame::UncompressedSize' has a wrong offset!"); \ +static_assert(offsetof(FNDIRenderTargetSimCacheFrame, CompressedSize) == 0x000014, "Member 'FNDIRenderTargetSimCacheFrame::CompressedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionColor \ +static_assert(alignof(FNiagaraStatelessExpressionColor) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionColor"); \ +static_assert(sizeof(FNiagaraStatelessExpressionColor) == 0x000008, "Wrong size on FNiagaraStatelessExpressionColor"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionColorBinding \ +static_assert(alignof(FNiagaraStatelessExpressionColorBinding) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionColorBinding"); \ +static_assert(sizeof(FNiagaraStatelessExpressionColorBinding) == 0x000018, "Wrong size on FNiagaraStatelessExpressionColorBinding"); \ +static_assert(offsetof(FNiagaraStatelessExpressionColorBinding, A) == 0x000008, "Member 'FNiagaraStatelessExpressionColorBinding::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDistributionIntArrayEntry \ +static_assert(alignof(FNDIDistributionIntArrayEntry) == 0x000004, "Wrong alignment on FNDIDistributionIntArrayEntry"); \ +static_assert(sizeof(FNDIDistributionIntArrayEntry) == 0x000008, "Wrong size on FNDIDistributionIntArrayEntry"); \ +static_assert(offsetof(FNDIDistributionIntArrayEntry, Value) == 0x000000, "Member 'FNDIDistributionIntArrayEntry::Value' has a wrong offset!"); \ +static_assert(offsetof(FNDIDistributionIntArrayEntry, Weight) == 0x000004, "Member 'FNDIDistributionIntArrayEntry::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDataChannelFunctionInfo \ +static_assert(alignof(FNDIDataChannelFunctionInfo) == 0x000008, "Wrong alignment on FNDIDataChannelFunctionInfo"); \ +static_assert(sizeof(FNDIDataChannelFunctionInfo) == 0x000028, "Wrong size on FNDIDataChannelFunctionInfo"); \ +static_assert(offsetof(FNDIDataChannelFunctionInfo, FunctionName) == 0x000000, "Member 'FNDIDataChannelFunctionInfo::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelFunctionInfo, Inputs) == 0x000008, "Member 'FNDIDataChannelFunctionInfo::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelFunctionInfo, Outputs) == 0x000018, "Member 'FNDIDataChannelFunctionInfo::Outputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FNDIDataChannel_GPUScriptParameterAccessInfo \ +static_assert(alignof(FNDIDataChannel_GPUScriptParameterAccessInfo) == 0x000008, "Wrong alignment on FNDIDataChannel_GPUScriptParameterAccessInfo"); \ +static_assert(sizeof(FNDIDataChannel_GPUScriptParameterAccessInfo) == 0x000010, "Wrong size on FNDIDataChannel_GPUScriptParameterAccessInfo"); \ +static_assert(offsetof(FNDIDataChannel_GPUScriptParameterAccessInfo, SortedParameters) == 0x000000, "Member 'FNDIDataChannel_GPUScriptParameterAccessInfo::SortedParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDataChannelCompiledData \ +static_assert(alignof(FNDIDataChannelCompiledData) == 0x000008, "Wrong alignment on FNDIDataChannelCompiledData"); \ +static_assert(sizeof(FNDIDataChannelCompiledData) == 0x000070, "Wrong size on FNDIDataChannelCompiledData"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, FunctionInfo) == 0x000000, "Member 'FNDIDataChannelCompiledData::FunctionInfo' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, GPUScriptParameterInfos) == 0x000010, "Member 'FNDIDataChannelCompiledData::GPUScriptParameterInfos' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, TotalParams) == 0x000060, "Member 'FNDIDataChannelCompiledData::TotalParams' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, bUsedByCPU) == 0x000064, "Member 'FNDIDataChannelCompiledData::bUsedByCPU' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, bUsedByGPU) == 0x000065, "Member 'FNDIDataChannelCompiledData::bUsedByGPU' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, bNeedsSpawnDataTable) == 0x000066, "Member 'FNDIDataChannelCompiledData::bNeedsSpawnDataTable' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, bSpawnsParticles) == 0x000067, "Member 'FNDIDataChannelCompiledData::bSpawnsParticles' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelCompiledData, bCallsWrite) == 0x000068, "Member 'FNDIDataChannelCompiledData::bCallsWrite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionColorDivide \ +static_assert(alignof(FNiagaraStatelessExpressionColorDivide) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionColorDivide"); \ +static_assert(sizeof(FNiagaraStatelessExpressionColorDivide) == 0x000028, "Wrong size on FNiagaraStatelessExpressionColorDivide"); \ +static_assert(offsetof(FNiagaraStatelessExpressionColorDivide, A) == 0x000008, "Member 'FNiagaraStatelessExpressionColorDivide::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionColorDivide, B) == 0x000018, "Member 'FNiagaraStatelessExpressionColorDivide::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDataChannelWriteCompiledData \ +static_assert(alignof(FNDIDataChannelWriteCompiledData) == 0x000008, "Wrong alignment on FNDIDataChannelWriteCompiledData"); \ +static_assert(sizeof(FNDIDataChannelWriteCompiledData) == 0x0000B8, "Wrong size on FNDIDataChannelWriteCompiledData"); \ +static_assert(offsetof(FNDIDataChannelWriteCompiledData, DataLayout) == 0x000070, "Member 'FNDIDataChannelWriteCompiledData::DataLayout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDataChannelWriteSimCacheFrameBuffer \ +static_assert(alignof(FNDIDataChannelWriteSimCacheFrameBuffer) == 0x000008, "Wrong alignment on FNDIDataChannelWriteSimCacheFrameBuffer"); \ +static_assert(sizeof(FNDIDataChannelWriteSimCacheFrameBuffer) == 0x000020, "Wrong size on FNDIDataChannelWriteSimCacheFrameBuffer"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrameBuffer, Data) == 0x000000, "Member 'FNDIDataChannelWriteSimCacheFrameBuffer::Data' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrameBuffer, Size) == 0x000010, "Member 'FNDIDataChannelWriteSimCacheFrameBuffer::Size' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrameBuffer, SourceVar) == 0x000014, "Member 'FNDIDataChannelWriteSimCacheFrameBuffer::SourceVar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDIDataChannelWriteSimCacheFrame \ +static_assert(alignof(FNDIDataChannelWriteSimCacheFrame) == 0x000008, "Wrong alignment on FNDIDataChannelWriteSimCacheFrame"); \ +static_assert(sizeof(FNDIDataChannelWriteSimCacheFrame) == 0x000020, "Wrong size on FNDIDataChannelWriteSimCacheFrame"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, NumElements) == 0x000000, "Member 'FNDIDataChannelWriteSimCacheFrame::NumElements' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, VariableData) == 0x000008, "Member 'FNDIDataChannelWriteSimCacheFrame::VariableData' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, bVisibleToGame) == 0x000018, "Member 'FNDIDataChannelWriteSimCacheFrame::bVisibleToGame' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, bVisibleToCPUSims) == 0x000019, "Member 'FNDIDataChannelWriteSimCacheFrame::bVisibleToCPUSims' has a wrong offset!"); \ +static_assert(offsetof(FNDIDataChannelWriteSimCacheFrame, bVisibleToGPUSims) == 0x00001A, "Member 'FNDIDataChannelWriteSimCacheFrame::bVisibleToGPUSims' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDynamicMeshSection \ +static_assert(alignof(FNiagaraDynamicMeshSection) == 0x000004, "Wrong alignment on FNiagaraDynamicMeshSection"); \ +static_assert(sizeof(FNiagaraDynamicMeshSection) == 0x000008, "Wrong size on FNiagaraDynamicMeshSection"); \ +static_assert(offsetof(FNiagaraDynamicMeshSection, NumTriangles) == 0x000000, "Member 'FNiagaraDynamicMeshSection::NumTriangles' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDynamicMeshSection, MaterialIndex) == 0x000004, "Member 'FNiagaraDynamicMeshSection::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FNiagaraRendererMaterialStaticBoolParameter \ +static_assert(alignof(FNiagaraRendererMaterialStaticBoolParameter) == 0x000004, "Wrong alignment on FNiagaraRendererMaterialStaticBoolParameter"); \ +static_assert(sizeof(FNiagaraRendererMaterialStaticBoolParameter) == 0x000014, "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!"); \ +static_assert(offsetof(FNiagaraRendererMaterialStaticBoolParameter, StaticValue) == 0x000010, "Member 'FNiagaraRendererMaterialStaticBoolParameter::StaticValue' 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_FNDIMemoryBufferSimCacheDataFrame \ +static_assert(alignof(FNDIMemoryBufferSimCacheDataFrame) == 0x000004, "Wrong alignment on FNDIMemoryBufferSimCacheDataFrame"); \ +static_assert(sizeof(FNDIMemoryBufferSimCacheDataFrame) == 0x000010, "Wrong size on FNDIMemoryBufferSimCacheDataFrame"); \ +static_assert(offsetof(FNDIMemoryBufferSimCacheDataFrame, CpuBufferSize) == 0x000000, "Member 'FNDIMemoryBufferSimCacheDataFrame::CpuBufferSize' has a wrong offset!"); \ +static_assert(offsetof(FNDIMemoryBufferSimCacheDataFrame, CpuDataOffset) == 0x000004, "Member 'FNDIMemoryBufferSimCacheDataFrame::CpuDataOffset' has a wrong offset!"); \ +static_assert(offsetof(FNDIMemoryBufferSimCacheDataFrame, GpuBufferSize) == 0x000008, "Member 'FNDIMemoryBufferSimCacheDataFrame::GpuBufferSize' has a wrong offset!"); \ +static_assert(offsetof(FNDIMemoryBufferSimCacheDataFrame, GpuDataOffset) == 0x00000C, "Member 'FNDIMemoryBufferSimCacheDataFrame::GpuDataOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec2 \ +static_assert(alignof(FNiagaraStatelessExpressionVec2) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec2"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec2) == 0x000008, "Wrong size on FNiagaraStatelessExpressionVec2"); \ + +#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_FNiagaraParameterBindingWithValue \ +static_assert(alignof(FNiagaraParameterBindingWithValue) == 0x000008, "Wrong alignment on FNiagaraParameterBindingWithValue"); \ +static_assert(sizeof(FNiagaraParameterBindingWithValue) == 0x000020, "Wrong size on FNiagaraParameterBindingWithValue"); \ +static_assert(offsetof(FNiagaraParameterBindingWithValue, DefaultValue) == 0x000010, "Member 'FNiagaraParameterBindingWithValue::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraSystemTrackTemplate \ +static_assert(alignof(FMovieSceneNiagaraSystemTrackTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraSystemTrackTemplate) == 0x000020, "Wrong size on FMovieSceneNiagaraSystemTrackTemplate"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheDataBuffers \ +static_assert(alignof(FNiagaraSimCacheDataBuffers) == 0x000008, "Wrong alignment on FNiagaraSimCacheDataBuffers"); \ +static_assert(sizeof(FNiagaraSimCacheDataBuffers) == 0x000098, "Wrong size on FNiagaraSimCacheDataBuffers"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffers, NumInstances) == 0x000000, "Member 'FNiagaraSimCacheDataBuffers::NumInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffers, IDAcquireTag) == 0x000004, "Member 'FNiagaraSimCacheDataBuffers::IDAcquireTag' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffers, IDToIndexTableElements) == 0x000008, "Member 'FNiagaraSimCacheDataBuffers::IDToIndexTableElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheSystemFrame \ +static_assert(alignof(FNiagaraSimCacheSystemFrame) == 0x000008, "Wrong alignment on FNiagaraSimCacheSystemFrame"); \ +static_assert(sizeof(FNiagaraSimCacheSystemFrame) == 0x0000D0, "Wrong size on FNiagaraSimCacheSystemFrame"); \ +static_assert(offsetof(FNiagaraSimCacheSystemFrame, LocalBounds) == 0x000000, "Member 'FNiagaraSimCacheSystemFrame::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheSystemFrame, SystemDataBuffers) == 0x000038, "Member 'FNiagaraSimCacheSystemFrame::SystemDataBuffers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraParameterSectionTemplate) == 0x000040, "Wrong size on FMovieSceneNiagaraParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraParameterSectionTemplate, Parameter) == 0x000020, "Member 'FMovieSceneNiagaraParameterSectionTemplate::Parameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraBoolParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraBoolParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraBoolParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraBoolParameterSectionTemplate) == 0x000148, "Wrong size on FMovieSceneNiagaraBoolParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraBoolParameterSectionTemplate, BoolChannel) == 0x000040, "Member 'FMovieSceneNiagaraBoolParameterSectionTemplate::BoolChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneNiagaraColorParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraColorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraColorParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraColorParameterSectionTemplate) == 0x000480, "Wrong size on FMovieSceneNiagaraColorParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, RedChannel) == 0x000040, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::RedChannel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, GreenChannel) == 0x000150, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::GreenChannel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, BlueChannel) == 0x000260, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::BlueChannel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, AlphaChannel) == 0x000370, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::AlphaChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraFloatParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraFloatParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraFloatParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraFloatParameterSectionTemplate) == 0x000150, "Wrong size on FMovieSceneNiagaraFloatParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraFloatParameterSectionTemplate, FloatChannel) == 0x000040, "Member 'FMovieSceneNiagaraFloatParameterSectionTemplate::FloatChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheVariable \ +static_assert(alignof(FNiagaraSimCacheVariable) == 0x000004, "Wrong alignment on FNiagaraSimCacheVariable"); \ +static_assert(sizeof(FNiagaraSimCacheVariable) == 0x000018, "Wrong size on FNiagaraSimCacheVariable"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, Variable) == 0x000000, "Member 'FNiagaraSimCacheVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, FloatOffset) == 0x00000C, "Member 'FNiagaraSimCacheVariable::FloatOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, FloatCount) == 0x00000E, "Member 'FNiagaraSimCacheVariable::FloatCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, HalfOffset) == 0x000010, "Member 'FNiagaraSimCacheVariable::HalfOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, HalfCount) == 0x000012, "Member 'FNiagaraSimCacheVariable::HalfCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, Int32Offset) == 0x000014, "Member 'FNiagaraSimCacheVariable::Int32Offset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheVariable, Int32Count) == 0x000016, "Member 'FNiagaraSimCacheVariable::Int32Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheDataBuffersLayout \ +static_assert(alignof(FNiagaraSimCacheDataBuffersLayout) == 0x000008, "Wrong alignment on FNiagaraSimCacheDataBuffersLayout"); \ +static_assert(sizeof(FNiagaraSimCacheDataBuffersLayout) == 0x0000B8, "Wrong size on FNiagaraSimCacheDataBuffersLayout"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, LayoutName) == 0x000000, "Member 'FNiagaraSimCacheDataBuffersLayout::LayoutName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, SimTarget) == 0x000008, "Member 'FNiagaraSimCacheDataBuffersLayout::SimTarget' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, Variables) == 0x000010, "Member 'FNiagaraSimCacheDataBuffersLayout::Variables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, FloatCount) == 0x000020, "Member 'FNiagaraSimCacheDataBuffersLayout::FloatCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, HalfCount) == 0x000022, "Member 'FNiagaraSimCacheDataBuffersLayout::HalfCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, Int32Count) == 0x000024, "Member 'FNiagaraSimCacheDataBuffersLayout::Int32Count' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, bLocalSpace) == 0x000026, "Member 'FNiagaraSimCacheDataBuffersLayout::bLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, bAllowInterpolation) == 0x000027, "Member 'FNiagaraSimCacheDataBuffersLayout::bAllowInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, bAllowVelocityExtrapolation) == 0x000028, "Member 'FNiagaraSimCacheDataBuffersLayout::bAllowVelocityExtrapolation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, RebaseVariableNames) == 0x000030, "Member 'FNiagaraSimCacheDataBuffersLayout::RebaseVariableNames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, InterpVariableNames) == 0x000040, "Member 'FNiagaraSimCacheDataBuffersLayout::InterpVariableNames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheDataBuffersLayout, ComponentVelocity) == 0x000050, "Member 'FNiagaraSimCacheDataBuffersLayout::ComponentVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheLayout \ +static_assert(alignof(FNiagaraSimCacheLayout) == 0x000008, "Wrong alignment on FNiagaraSimCacheLayout"); \ +static_assert(sizeof(FNiagaraSimCacheLayout) == 0x0000C8, "Wrong size on FNiagaraSimCacheLayout"); \ +static_assert(offsetof(FNiagaraSimCacheLayout, SystemLayout) == 0x000000, "Member 'FNiagaraSimCacheLayout::SystemLayout' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheLayout, EmitterLayouts) == 0x0000B8, "Member 'FNiagaraSimCacheLayout::EmitterLayouts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraIntegerParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraIntegerParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraIntegerParameterSectionTemplate) == 0x000148, "Wrong size on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraIntegerParameterSectionTemplate, IntegerChannel) == 0x000040, "Member 'FMovieSceneNiagaraIntegerParameterSectionTemplate::IntegerChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraVectorParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x000488, "Wrong size on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, VectorChannels) == 0x000040, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::VectorChannels' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, ChannelsUsed) == 0x000480, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraAssetTagDefinitionReference \ +static_assert(alignof(FNiagaraAssetTagDefinitionReference) == 0x000004, "Wrong alignment on FNiagaraAssetTagDefinitionReference"); \ +static_assert(sizeof(FNiagaraAssetTagDefinitionReference) == 0x000010, "Wrong size on FNiagaraAssetTagDefinitionReference"); \ +static_assert(offsetof(FNiagaraAssetTagDefinitionReference, AssetTagDefinitionGuid) == 0x000000, "Member 'FNiagaraAssetTagDefinitionReference::AssetTagDefinitionGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEmitterCompiledScriptPair \ +static_assert(alignof(FEmitterCompiledScriptPair) == 0x000008, "Wrong alignment on FEmitterCompiledScriptPair"); \ +static_assert(sizeof(FEmitterCompiledScriptPair) == 0x000070, "Wrong size on FEmitterCompiledScriptPair"); \ + +#define DUMPER7_ASSERTS_FNiagaraBakerTextureSource \ +static_assert(alignof(FNiagaraBakerTextureSource) == 0x000008, "Wrong alignment on FNiagaraBakerTextureSource"); \ +static_assert(sizeof(FNiagaraBakerTextureSource) == 0x000018, "Wrong size on FNiagaraBakerTextureSource"); \ +static_assert(offsetof(FNiagaraBakerTextureSource, DisplayString) == 0x000000, "Member 'FNiagaraBakerTextureSource::DisplayString' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSource, SourceName) == 0x000010, "Member 'FNiagaraBakerTextureSource::SourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBakerCameraSettings \ +static_assert(alignof(FNiagaraBakerCameraSettings) == 0x000008, "Wrong alignment on FNiagaraBakerCameraSettings"); \ +static_assert(sizeof(FNiagaraBakerCameraSettings) == 0x000050, "Wrong size on FNiagaraBakerCameraSettings"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, ViewMode) == 0x000000, "Member 'FNiagaraBakerCameraSettings::ViewMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, ViewportLocation) == 0x000008, "Member 'FNiagaraBakerCameraSettings::ViewportLocation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, ViewportRotation) == 0x000020, "Member 'FNiagaraBakerCameraSettings::ViewportRotation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, OrbitDistance) == 0x000038, "Member 'FNiagaraBakerCameraSettings::OrbitDistance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, FOV) == 0x00003C, "Member 'FNiagaraBakerCameraSettings::FOV' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, OrthoWidth) == 0x000040, "Member 'FNiagaraBakerCameraSettings::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, bUseAspectRatio) == 0x000044, "Member 'FNiagaraBakerCameraSettings::bUseAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerCameraSettings, AspectRatio) == 0x000048, "Member 'FNiagaraBakerCameraSettings::AspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBakerTextureSettings \ +static_assert(alignof(FNiagaraBakerTextureSettings) == 0x000008, "Wrong alignment on FNiagaraBakerTextureSettings"); \ +static_assert(sizeof(FNiagaraBakerTextureSettings) == 0x000040, "Wrong size on FNiagaraBakerTextureSettings"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, OutputName) == 0x000000, "Member 'FNiagaraBakerTextureSettings::OutputName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, SourceBinding) == 0x000008, "Member 'FNiagaraBakerTextureSettings::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, FrameSize) == 0x000024, "Member 'FNiagaraBakerTextureSettings::FrameSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, TextureSize) == 0x00002C, "Member 'FNiagaraBakerTextureSettings::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, GeneratedTexture) == 0x000038, "Member 'FNiagaraBakerTextureSettings::GeneratedTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemCollectionData \ +static_assert(alignof(FNiagaraSystemCollectionData) == 0x000008, "Wrong alignment on FNiagaraSystemCollectionData"); \ +static_assert(sizeof(FNiagaraSystemCollectionData) == 0x000030, "Wrong size on FNiagaraSystemCollectionData"); \ +static_assert(offsetof(FNiagaraSystemCollectionData, Systems) == 0x000000, "Member 'FNiagaraSystemCollectionData::Systems' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCollectionData, SystemsInternal) == 0x000010, "Member 'FNiagaraSystemCollectionData::SystemsInternal' 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_FNiagaraScalabilityManager \ +static_assert(alignof(FNiagaraScalabilityManager) == 0x000008, "Wrong alignment on FNiagaraScalabilityManager"); \ +static_assert(sizeof(FNiagaraScalabilityManager) == 0x0000E8, "Wrong size on FNiagaraScalabilityManager"); \ +static_assert(offsetof(FNiagaraScalabilityManager, EffectType) == 0x000008, "Member 'FNiagaraScalabilityManager::EffectType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScalabilityManager, ManagedComponents) == 0x000010, "Member 'FNiagaraScalabilityManager::ManagedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraFunctionSignature \ +static_assert(alignof(FNiagaraFunctionSignature) == 0x000008, "Wrong alignment on FNiagaraFunctionSignature"); \ +static_assert(sizeof(FNiagaraFunctionSignature) == 0x000098, "Wrong size on FNiagaraFunctionSignature"); \ +static_assert(offsetof(FNiagaraFunctionSignature, Name) == 0x000000, "Member 'FNiagaraFunctionSignature::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, Inputs) == 0x000008, "Member 'FNiagaraFunctionSignature::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, Outputs) == 0x000018, "Member 'FNiagaraFunctionSignature::Outputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, OwnerName) == 0x000028, "Member 'FNiagaraFunctionSignature::OwnerName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, ModuleUsageBitmask) == 0x000034, "Member 'FNiagaraFunctionSignature::ModuleUsageBitmask' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, MiscUsageBitMask) == 0x000038, "Member 'FNiagaraFunctionSignature::MiscUsageBitMask' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, ContextStageIndex) == 0x00003C, "Member 'FNiagaraFunctionSignature::ContextStageIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, RequiredInputs) == 0x000040, "Member 'FNiagaraFunctionSignature::RequiredInputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, RequiredOutputs) == 0x000042, "Member 'FNiagaraFunctionSignature::RequiredOutputs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, FunctionSpecifiers) == 0x000048, "Member 'FNiagaraFunctionSignature::FunctionSpecifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptUObjectCompileInfo \ +static_assert(alignof(FNiagaraScriptUObjectCompileInfo) == 0x000008, "Wrong alignment on FNiagaraScriptUObjectCompileInfo"); \ +static_assert(sizeof(FNiagaraScriptUObjectCompileInfo) == 0x000050, "Wrong size on FNiagaraScriptUObjectCompileInfo"); \ +static_assert(offsetof(FNiagaraScriptUObjectCompileInfo, Variable) == 0x000000, "Member 'FNiagaraScriptUObjectCompileInfo::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptUObjectCompileInfo, Object) == 0x000010, "Member 'FNiagaraScriptUObjectCompileInfo::Object' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptUObjectCompileInfo, ObjectPath) == 0x000018, "Member 'FNiagaraScriptUObjectCompileInfo::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptUObjectCompileInfo, RegisteredParameterMapRead) == 0x000038, "Member 'FNiagaraScriptUObjectCompileInfo::RegisteredParameterMapRead' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptUObjectCompileInfo, RegisteredParameterMapWrites) == 0x000040, "Member 'FNiagaraScriptUObjectCompileInfo::RegisteredParameterMapWrites' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraResolvedUObjectInfo \ +static_assert(alignof(FNiagaraResolvedUObjectInfo) == 0x000008, "Wrong alignment on FNiagaraResolvedUObjectInfo"); \ +static_assert(sizeof(FNiagaraResolvedUObjectInfo) == 0x000020, "Wrong size on FNiagaraResolvedUObjectInfo"); \ +static_assert(offsetof(FNiagaraResolvedUObjectInfo, ReadVariableName) == 0x000000, "Member 'FNiagaraResolvedUObjectInfo::ReadVariableName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraResolvedUObjectInfo, ResolvedVariable) == 0x000008, "Member 'FNiagaraResolvedUObjectInfo::ResolvedVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraResolvedUObjectInfo, Object) == 0x000018, "Member 'FNiagaraResolvedUObjectInfo::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimStageExecutionLoopEditorData \ +static_assert(alignof(FNiagaraSimStageExecutionLoopEditorData) == 0x000001, "Wrong alignment on FNiagaraSimStageExecutionLoopEditorData"); \ +static_assert(sizeof(FNiagaraSimStageExecutionLoopEditorData) == 0x000001, "Wrong size on FNiagaraSimStageExecutionLoopEditorData"); \ + +#define DUMPER7_ASSERTS_FNiagaraTypeDefinition \ +static_assert(alignof(FNiagaraTypeDefinition) == 0x000008, "Wrong alignment on FNiagaraTypeDefinition"); \ +static_assert(sizeof(FNiagaraTypeDefinition) == 0x000018, "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) == 0x000058, "Wrong size on FNiagaraScriptDataInterfaceInfo"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, DataInterface) == 0x000000, "Member 'FNiagaraScriptDataInterfaceInfo::DataInterface' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Name) == 0x000008, "Member 'FNiagaraScriptDataInterfaceInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, CompileName) == 0x000010, "Member 'FNiagaraScriptDataInterfaceInfo::CompileName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, UserPtrIdx) == 0x000018, "Member 'FNiagaraScriptDataInterfaceInfo::UserPtrIdx' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Type) == 0x000020, "Member 'FNiagaraScriptDataInterfaceInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapRead) == 0x000038, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapRead' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapWrite) == 0x000040, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, SourceEmitterName) == 0x000048, "Member 'FNiagaraScriptDataInterfaceInfo::SourceEmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraResolvedUserDataInterfaceBinding \ +static_assert(alignof(FNiagaraResolvedUserDataInterfaceBinding) == 0x000004, "Wrong alignment on FNiagaraResolvedUserDataInterfaceBinding"); \ +static_assert(sizeof(FNiagaraResolvedUserDataInterfaceBinding) == 0x000008, "Wrong size on FNiagaraResolvedUserDataInterfaceBinding"); \ +static_assert(offsetof(FNiagaraResolvedUserDataInterfaceBinding, UserParameterStoreDataInterfaceIndex) == 0x000000, "Member 'FNiagaraResolvedUserDataInterfaceBinding::UserParameterStoreDataInterfaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraResolvedUserDataInterfaceBinding, ScriptParameterStoreDataInterfaceIndex) == 0x000004, "Member 'FNiagaraResolvedUserDataInterfaceBinding::ScriptParameterStoreDataInterfaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptResolvedDataInterfaceInfo \ +static_assert(alignof(FNiagaraScriptResolvedDataInterfaceInfo) == 0x000008, "Wrong alignment on FNiagaraScriptResolvedDataInterfaceInfo"); \ +static_assert(sizeof(FNiagaraScriptResolvedDataInterfaceInfo) == 0x000050, "Wrong size on FNiagaraScriptResolvedDataInterfaceInfo"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, Name) == 0x000000, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, CompileName) == 0x000008, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::CompileName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, ResolvedSourceEmitterName) == 0x000010, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::ResolvedSourceEmitterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, ResolvedVariable) == 0x000020, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::ResolvedVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, ParameterStoreVariable) == 0x00002C, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::ParameterStoreVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, bIsInternal) == 0x000038, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::bIsInternal' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, ResolvedDataInterface) == 0x000040, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::ResolvedDataInterface' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptResolvedDataInterfaceInfo, UserPtrIdx) == 0x000048, "Member 'FNiagaraScriptResolvedDataInterfaceInfo::UserPtrIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FNiagaraScriptDataInterfaceCompileInfo \ +static_assert(alignof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000008, "Wrong alignment on FNiagaraScriptDataInterfaceCompileInfo"); \ +static_assert(sizeof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000050, "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) == 0x000028, "Member 'FNiagaraScriptDataInterfaceCompileInfo::RegisteredParameterMapRead' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, RegisteredParameterMapWrite) == 0x000030, "Member 'FNiagaraScriptDataInterfaceCompileInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, bIsPlaceholder) == 0x000038, "Member 'FNiagaraScriptDataInterfaceCompileInfo::bIsPlaceholder' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, SourceEmitterName) == 0x000040, "Member 'FNiagaraScriptDataInterfaceCompileInfo::SourceEmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatScope \ +static_assert(alignof(FNiagaraStatScope) == 0x000004, "Wrong alignment on FNiagaraStatScope"); \ +static_assert(sizeof(FNiagaraStatScope) == 0x000010, "Wrong size on FNiagaraStatScope"); \ +static_assert(offsetof(FNiagaraStatScope, FullName) == 0x000000, "Member 'FNiagaraStatScope::FullName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatScope, FriendlyName) == 0x000008, "Member 'FNiagaraStatScope::FriendlyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVMFunctionSpecifier \ +static_assert(alignof(FVMFunctionSpecifier) == 0x000004, "Wrong alignment on FVMFunctionSpecifier"); \ +static_assert(sizeof(FVMFunctionSpecifier) == 0x000010, "Wrong size on FVMFunctionSpecifier"); \ +static_assert(offsetof(FVMFunctionSpecifier, Key) == 0x000000, "Member 'FVMFunctionSpecifier::Key' has a wrong offset!"); \ +static_assert(offsetof(FVMFunctionSpecifier, Value) == 0x000008, "Member 'FVMFunctionSpecifier::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVMExternalFunctionBindingInfo \ +static_assert(alignof(FVMExternalFunctionBindingInfo) == 0x000008, "Wrong alignment on FVMExternalFunctionBindingInfo"); \ +static_assert(sizeof(FVMExternalFunctionBindingInfo) == 0x000058, "Wrong size on FVMExternalFunctionBindingInfo"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, Name) == 0x000000, "Member 'FVMExternalFunctionBindingInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, OwnerName) == 0x000008, "Member 'FVMExternalFunctionBindingInfo::OwnerName' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, InputParamLocations) == 0x000010, "Member 'FVMExternalFunctionBindingInfo::InputParamLocations' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, NumOutputs) == 0x000020, "Member 'FVMExternalFunctionBindingInfo::NumOutputs' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, FunctionSpecifiers) == 0x000028, "Member 'FVMExternalFunctionBindingInfo::FunctionSpecifiers' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, VariadicInputs) == 0x000038, "Member 'FVMExternalFunctionBindingInfo::VariadicInputs' has a wrong offset!"); \ +static_assert(offsetof(FVMExternalFunctionBindingInfo, VariadicOutputs) == 0x000048, "Member 'FVMExternalFunctionBindingInfo::VariadicOutputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionBase \ +static_assert(alignof(FNiagaraDistributionBase) == 0x000008, "Wrong alignment on FNiagaraDistributionBase"); \ +static_assert(sizeof(FNiagaraDistributionBase) == 0x000028, "Wrong size on FNiagaraDistributionBase"); \ +static_assert(offsetof(FNiagaraDistributionBase, Mode) == 0x000008, "Member 'FNiagaraDistributionBase::Mode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionBase, LookupValueMode) == 0x00000A, "Member 'FNiagaraDistributionBase::LookupValueMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionBase, ParameterBinding) == 0x00000C, "Member 'FNiagaraDistributionBase::ParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionBase, ParameterExpression) == 0x000018, "Member 'FNiagaraDistributionBase::ParameterExpression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemUpdateContext \ +static_assert(alignof(FNiagaraSystemUpdateContext) == 0x000008, "Wrong alignment on FNiagaraSystemUpdateContext"); \ +static_assert(sizeof(FNiagaraSystemUpdateContext) == 0x000088, "Wrong size on FNiagaraSystemUpdateContext"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToReset) == 0x000000, "Member 'FNiagaraSystemUpdateContext::ComponentsToReset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToReInit) == 0x000010, "Member 'FNiagaraSystemUpdateContext::ComponentsToReInit' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToNotifySimDestroy) == 0x000020, "Member 'FNiagaraSystemUpdateContext::ComponentsToNotifySimDestroy' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToDestroyInstance) == 0x000030, "Member 'FNiagaraSystemUpdateContext::ComponentsToDestroyInstance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, SystemSimsToDestroy) == 0x000040, "Member 'FNiagaraSystemUpdateContext::SystemSimsToDestroy' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, SystemSimsToRecache) == 0x000050, "Member 'FNiagaraSystemUpdateContext::SystemSimsToRecache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableInfo \ +static_assert(alignof(FNiagaraVariableInfo) == 0x000008, "Wrong alignment on FNiagaraVariableInfo"); \ +static_assert(sizeof(FNiagaraVariableInfo) == 0x000038, "Wrong size on FNiagaraVariableInfo"); \ +static_assert(offsetof(FNiagaraVariableInfo, Variable) == 0x000000, "Member 'FNiagaraVariableInfo::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableInfo, Definition) == 0x000020, "Member 'FNiagaraVariableInfo::Definition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableInfo, DataInterface) == 0x000030, "Member 'FNiagaraVariableInfo::DataInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVersionedNiagaraEmitter \ +static_assert(alignof(FVersionedNiagaraEmitter) == 0x000008, "Wrong alignment on FVersionedNiagaraEmitter"); \ +static_assert(sizeof(FVersionedNiagaraEmitter) == 0x000018, "Wrong size on FVersionedNiagaraEmitter"); \ +static_assert(offsetof(FVersionedNiagaraEmitter, Emitter) == 0x000000, "Member 'FVersionedNiagaraEmitter::Emitter' has a wrong offset!"); \ +static_assert(offsetof(FVersionedNiagaraEmitter, Version) == 0x000008, "Member 'FVersionedNiagaraEmitter::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterHandle \ +static_assert(alignof(FNiagaraEmitterHandle) == 0x000008, "Wrong alignment on FNiagaraEmitterHandle"); \ +static_assert(sizeof(FNiagaraEmitterHandle) == 0x000048, "Wrong size on FNiagaraEmitterHandle"); \ +static_assert(offsetof(FNiagaraEmitterHandle, Name) == 0x000000, "Member 'FNiagaraEmitterHandle::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, ID) == 0x000008, "Member 'FNiagaraEmitterHandle::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, IdName) == 0x000018, "Member 'FNiagaraEmitterHandle::IdName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, bIsEnabled) == 0x000020, "Member 'FNiagaraEmitterHandle::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, EmitterMode) == 0x000021, "Member 'FNiagaraEmitterHandle::EmitterMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, VersionedInstance) == 0x000028, "Member 'FNiagaraEmitterHandle::VersionedInstance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, StatelessEmitter) == 0x000040, "Member 'FNiagaraEmitterHandle::StatelessEmitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableAttributeBinding \ +static_assert(alignof(FNiagaraVariableAttributeBinding) == 0x000004, "Wrong alignment on FNiagaraVariableAttributeBinding"); \ +static_assert(sizeof(FNiagaraVariableAttributeBinding) == 0x000020, "Wrong size on FNiagaraVariableAttributeBinding"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, RootName) == 0x000000, "Member 'FNiagaraVariableAttributeBinding::RootName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, ParamMapVariable) == 0x000008, "Member 'FNiagaraVariableAttributeBinding::ParamMapVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, DataSetName) == 0x000014, "Member 'FNiagaraVariableAttributeBinding::DataSetName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, BindingSourceMode) == 0x00001C, "Member 'FNiagaraVariableAttributeBinding::BindingSourceMode' 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_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_FNiagaraCompileDependency \ +static_assert(alignof(FNiagaraCompileDependency) == 0x000008, "Wrong alignment on FNiagaraCompileDependency"); \ +static_assert(sizeof(FNiagaraCompileDependency) == 0x000050, "Wrong size on FNiagaraCompileDependency"); \ +static_assert(offsetof(FNiagaraCompileDependency, LinkerErrorMessage) == 0x000000, "Member 'FNiagaraCompileDependency::LinkerErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, NodeGuid) == 0x000010, "Member 'FNiagaraCompileDependency::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, PinGuid) == 0x000020, "Member 'FNiagaraCompileDependency::PinGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, StackGuids) == 0x000030, "Member 'FNiagaraCompileDependency::StackGuids' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, DependentVariable) == 0x000040, "Member 'FNiagaraCompileDependency::DependentVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileDependency, bDependentVariableFromCustomIterationNamespace) == 0x00004C, "Member 'FNiagaraCompileDependency::bDependentVariableFromCustomIterationNamespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptAsyncCompileData \ +static_assert(alignof(FNiagaraScriptAsyncCompileData) == 0x000008, "Wrong alignment on FNiagaraScriptAsyncCompileData"); \ +static_assert(sizeof(FNiagaraScriptAsyncCompileData) == 0x0000E0, "Wrong size on FNiagaraScriptAsyncCompileData"); \ +static_assert(offsetof(FNiagaraScriptAsyncCompileData, RapidIterationParameters) == 0x000080, "Member 'FNiagaraScriptAsyncCompileData::RapidIterationParameters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptAsyncCompileData, NamedDataInterfaces) == 0x000090, "Member 'FNiagaraScriptAsyncCompileData::NamedDataInterfaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraHalf \ +static_assert(alignof(FNiagaraHalf) == 0x000002, "Wrong alignment on FNiagaraHalf"); \ +static_assert(sizeof(FNiagaraHalf) == 0x000002, "Wrong size on FNiagaraHalf"); \ +static_assert(offsetof(FNiagaraHalf, Value) == 0x000000, "Member 'FNiagaraHalf::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemAsyncCompileResults \ +static_assert(alignof(FNiagaraSystemAsyncCompileResults) == 0x000008, "Wrong alignment on FNiagaraSystemAsyncCompileResults"); \ +static_assert(sizeof(FNiagaraSystemAsyncCompileResults) == 0x000088, "Wrong size on FNiagaraSystemAsyncCompileResults"); \ +static_assert(offsetof(FNiagaraSystemAsyncCompileResults, RootObjects) == 0x000000, "Member 'FNiagaraSystemAsyncCompileResults::RootObjects' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemAsyncCompileResults, ExposedVariables) == 0x000068, "Member 'FNiagaraSystemAsyncCompileResults::ExposedVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCompileHashVisitorDebugInfo \ +static_assert(alignof(FNiagaraCompileHashVisitorDebugInfo) == 0x000008, "Wrong alignment on FNiagaraCompileHashVisitorDebugInfo"); \ +static_assert(sizeof(FNiagaraCompileHashVisitorDebugInfo) == 0x000030, "Wrong size on FNiagaraCompileHashVisitorDebugInfo"); \ +static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, Object) == 0x000000, "Member 'FNiagaraCompileHashVisitorDebugInfo::Object' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, PropertyKeys) == 0x000010, "Member 'FNiagaraCompileHashVisitorDebugInfo::PropertyKeys' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileHashVisitorDebugInfo, PropertyValues) == 0x000020, "Member 'FNiagaraCompileHashVisitorDebugInfo::PropertyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FNCPoolElement \ +static_assert(alignof(FNCPoolElement) == 0x000008, "Wrong alignment on FNCPoolElement"); \ +static_assert(sizeof(FNCPoolElement) == 0x000010, "Wrong size on FNCPoolElement"); \ +static_assert(offsetof(FNCPoolElement, Component) == 0x000000, "Member 'FNCPoolElement::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNCPool \ +static_assert(alignof(FNCPool) == 0x000008, "Wrong alignment on FNCPool"); \ +static_assert(sizeof(FNCPool) == 0x000010, "Wrong size on FNCPool"); \ +static_assert(offsetof(FNCPool, FreeElements) == 0x000000, "Member 'FNCPool::FreeElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec4 \ +static_assert(alignof(FNiagaraStatelessExpressionVec4) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec4"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec4) == 0x000008, "Wrong size on FNiagaraStatelessExpressionVec4"); \ + +#define DUMPER7_ASSERTS_FNiagaraComponentPropertyBinding \ +static_assert(alignof(FNiagaraComponentPropertyBinding) == 0x000008, "Wrong alignment on FNiagaraComponentPropertyBinding"); \ +static_assert(sizeof(FNiagaraComponentPropertyBinding) == 0x000098, "Wrong size on FNiagaraComponentPropertyBinding"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, AttributeBinding) == 0x000000, "Member 'FNiagaraComponentPropertyBinding::AttributeBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyName) == 0x000020, "Member 'FNiagaraComponentPropertyBinding::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyType) == 0x000028, "Member 'FNiagaraComponentPropertyBinding::PropertyType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, MetadataSetterName) == 0x000040, "Member 'FNiagaraComponentPropertyBinding::MetadataSetterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertySetterParameterDefaults) == 0x000048, "Member 'FNiagaraComponentPropertyBinding::PropertySetterParameterDefaults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCulledComponentInfo \ +static_assert(alignof(FNiagaraCulledComponentInfo) == 0x000004, "Wrong alignment on FNiagaraCulledComponentInfo"); \ +static_assert(sizeof(FNiagaraCulledComponentInfo) == 0x000008, "Wrong size on FNiagaraCulledComponentInfo"); \ + +#define DUMPER7_ASSERTS_FWidgetNamedInputValue \ +static_assert(alignof(FWidgetNamedInputValue) == 0x000008, "Wrong alignment on FWidgetNamedInputValue"); \ +static_assert(sizeof(FWidgetNamedInputValue) == 0x000028, "Wrong size on FWidgetNamedInputValue"); \ +static_assert(offsetof(FWidgetNamedInputValue, Value) == 0x000000, "Member 'FWidgetNamedInputValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FWidgetNamedInputValue, DisplayName) == 0x000008, "Member 'FWidgetNamedInputValue::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FWidgetNamedInputValue, Tooltip) == 0x000018, "Member 'FWidgetNamedInputValue::Tooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraWidgetNamedIntegerInputValue \ +static_assert(alignof(FNiagaraWidgetNamedIntegerInputValue) == 0x000008, "Wrong alignment on FNiagaraWidgetNamedIntegerInputValue"); \ +static_assert(sizeof(FNiagaraWidgetNamedIntegerInputValue) == 0x000020, "Wrong size on FNiagaraWidgetNamedIntegerInputValue"); \ +static_assert(offsetof(FNiagaraWidgetNamedIntegerInputValue, DisplayName) == 0x000000, "Member 'FNiagaraWidgetNamedIntegerInputValue::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraWidgetNamedIntegerInputValue, Tooltip) == 0x000010, "Member 'FNiagaraWidgetNamedIntegerInputValue::Tooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetSegmentValueOverride \ +static_assert(alignof(FWidgetSegmentValueOverride) == 0x000008, "Wrong alignment on FWidgetSegmentValueOverride"); \ +static_assert(sizeof(FWidgetSegmentValueOverride) == 0x000020, "Wrong size on FWidgetSegmentValueOverride"); \ +static_assert(offsetof(FWidgetSegmentValueOverride, EnumIndexToOverride) == 0x000000, "Member 'FWidgetSegmentValueOverride::EnumIndexToOverride' has a wrong offset!"); \ +static_assert(offsetof(FWidgetSegmentValueOverride, bOverrideDisplayName) == 0x000004, "Member 'FWidgetSegmentValueOverride::bOverrideDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FWidgetSegmentValueOverride, DisplayNameOverride) == 0x000008, "Member 'FWidgetSegmentValueOverride::DisplayNameOverride' has a wrong offset!"); \ +static_assert(offsetof(FWidgetSegmentValueOverride, DisplayIcon) == 0x000018, "Member 'FWidgetSegmentValueOverride::DisplayIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraInputParameterCustomization \ +static_assert(alignof(FNiagaraInputParameterCustomization) == 0x000008, "Wrong alignment on FNiagaraInputParameterCustomization"); \ +static_assert(sizeof(FNiagaraInputParameterCustomization) == 0x000058, "Wrong size on FNiagaraInputParameterCustomization"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, WidgetType) == 0x000000, "Member 'FNiagaraInputParameterCustomization::WidgetType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, bHasMinValue) == 0x000001, "Member 'FNiagaraInputParameterCustomization::bHasMinValue' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, MinValue) == 0x000004, "Member 'FNiagaraInputParameterCustomization::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, bHasMaxValue) == 0x000008, "Member 'FNiagaraInputParameterCustomization::bHasMaxValue' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, MaxValue) == 0x00000C, "Member 'FNiagaraInputParameterCustomization::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, bHasStepWidth) == 0x000010, "Member 'FNiagaraInputParameterCustomization::bHasStepWidth' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, StepWidth) == 0x000014, "Member 'FNiagaraInputParameterCustomization::StepWidth' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, InputDropdownValues) == 0x000018, "Member 'FNiagaraInputParameterCustomization::InputDropdownValues' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, EnumStyleDropdownValues) == 0x000028, "Member 'FNiagaraInputParameterCustomization::EnumStyleDropdownValues' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, MaxSegmentsPerRow) == 0x000038, "Member 'FNiagaraInputParameterCustomization::MaxSegmentsPerRow' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, SegmentValueOverrides) == 0x000040, "Member 'FNiagaraInputParameterCustomization::SegmentValueOverrides' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraInputParameterCustomization, bBroadcastValueChangesOnCommitOnly) == 0x000050, "Member 'FNiagaraInputParameterCustomization::bBroadcastValueChangesOnCommitOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataChannelSearchParameters \ +static_assert(alignof(FNiagaraDataChannelSearchParameters) == 0x000008, "Wrong alignment on FNiagaraDataChannelSearchParameters"); \ +static_assert(sizeof(FNiagaraDataChannelSearchParameters) == 0x000028, "Wrong size on FNiagaraDataChannelSearchParameters"); \ +static_assert(offsetof(FNiagaraDataChannelSearchParameters, OwningComponent) == 0x000000, "Member 'FNiagaraDataChannelSearchParameters::OwningComponent' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataChannelSearchParameters, Location) == 0x000008, "Member 'FNiagaraDataChannelSearchParameters::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDCAccessContextBase \ +static_assert(alignof(FNDCAccessContextBase) == 0x000008, "Wrong alignment on FNDCAccessContextBase"); \ +static_assert(sizeof(FNDCAccessContextBase) == 0x000010, "Wrong size on FNDCAccessContextBase"); \ +static_assert(offsetof(FNDCAccessContextBase, OwningComponent) == 0x000000, "Member 'FNDCAccessContextBase::OwningComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterID \ +static_assert(alignof(FNiagaraEmitterID) == 0x000004, "Wrong alignment on FNiagaraEmitterID"); \ +static_assert(sizeof(FNiagaraEmitterID) == 0x000004, "Wrong size on FNiagaraEmitterID"); \ +static_assert(offsetof(FNiagaraEmitterID, ID) == 0x000000, "Member 'FNiagaraEmitterID::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDCSpawnedSystemRef \ +static_assert(alignof(FNDCSpawnedSystemRef) == 0x000004, "Wrong alignment on FNDCSpawnedSystemRef"); \ +static_assert(sizeof(FNDCSpawnedSystemRef) == 0x000008, "Wrong size on FNDCSpawnedSystemRef"); \ +static_assert(offsetof(FNDCSpawnedSystemRef, SpawnedSystem) == 0x000000, "Member 'FNDCSpawnedSystemRef::SpawnedSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDCAccessContext \ +static_assert(alignof(FNDCAccessContext) == 0x000008, "Wrong alignment on FNDCAccessContext"); \ +static_assert(sizeof(FNDCAccessContext) == 0x000048, "Wrong size on FNDCAccessContext"); \ +static_assert(offsetof(FNDCAccessContext, Location) == 0x000010, "Member 'FNDCAccessContext::Location' has a wrong offset!"); \ +static_assert(offsetof(FNDCAccessContext, SystemToSpawn) == 0x000030, "Member 'FNDCAccessContext::SystemToSpawn' has a wrong offset!"); \ +static_assert(offsetof(FNDCAccessContext, SpawnedSystems) == 0x000038, "Member 'FNDCAccessContext::SpawnedSystems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraWorldManagerTickFunction \ +static_assert(alignof(FNiagaraWorldManagerTickFunction) == 0x000008, "Wrong alignment on FNiagaraWorldManagerTickFunction"); \ +static_assert(sizeof(FNiagaraWorldManagerTickFunction) == 0x000038, "Wrong size on FNiagaraWorldManagerTickFunction"); \ + +#define DUMPER7_ASSERTS_FNDCAccessContextLegacy \ +static_assert(alignof(FNDCAccessContextLegacy) == 0x000008, "Wrong alignment on FNDCAccessContextLegacy"); \ +static_assert(sizeof(FNDCAccessContextLegacy) == 0x000030, "Wrong size on FNDCAccessContextLegacy"); \ +static_assert(offsetof(FNDCAccessContextLegacy, Location) == 0x000010, "Member 'FNDCAccessContextLegacy::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDCAccessContextInst \ +static_assert(alignof(FNDCAccessContextInst) == 0x000008, "Wrong alignment on FNDCAccessContextInst"); \ +static_assert(sizeof(FNDCAccessContextInst) == 0x000010, "Wrong size on FNDCAccessContextInst"); \ +static_assert(offsetof(FNDCAccessContextInst, AccessContext) == 0x000000, "Member 'FNDCAccessContextInst::AccessContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraFloat \ +static_assert(alignof(FNiagaraFloat) == 0x000004, "Wrong alignment on FNiagaraFloat"); \ +static_assert(sizeof(FNiagaraFloat) == 0x000004, "Wrong size on FNiagaraFloat"); \ +static_assert(offsetof(FNiagaraFloat, Value) == 0x000000, "Member 'FNiagaraFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataChannelGameDataLayout \ +static_assert(alignof(FNiagaraDataChannelGameDataLayout) == 0x000008, "Wrong alignment on FNiagaraDataChannelGameDataLayout"); \ +static_assert(sizeof(FNiagaraDataChannelGameDataLayout) == 0x000060, "Wrong size on FNiagaraDataChannelGameDataLayout"); \ +static_assert(offsetof(FNiagaraDataChannelGameDataLayout, VariableIndices) == 0x000000, "Member 'FNiagaraDataChannelGameDataLayout::VariableIndices' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataChannelGameDataLayout, LwcConverters) == 0x000050, "Member 'FNiagaraDataChannelGameDataLayout::LwcConverters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataChannelReference \ +static_assert(alignof(FNiagaraDataChannelReference) == 0x000008, "Wrong alignment on FNiagaraDataChannelReference"); \ +static_assert(sizeof(FNiagaraDataChannelReference) == 0x000020, "Wrong size on FNiagaraDataChannelReference"); \ +static_assert(offsetof(FNiagaraDataChannelReference, DataChannel) == 0x000000, "Member 'FNiagaraDataChannelReference::DataChannel' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataChannelReference, AccessContext) == 0x000008, "Member 'FNiagaraDataChannelReference::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataChannelReference, bCustomAccessContext) == 0x000018, "Member 'FNiagaraDataChannelReference::bCustomAccessContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataChannelVariable \ +static_assert(alignof(FNiagaraDataChannelVariable) == 0x000004, "Wrong alignment on FNiagaraDataChannelVariable"); \ +static_assert(sizeof(FNiagaraDataChannelVariable) == 0x00000C, "Wrong size on FNiagaraDataChannelVariable"); \ + +#define DUMPER7_ASSERTS_FNDCAccessContext_MapBase \ +static_assert(alignof(FNDCAccessContext_MapBase) == 0x000008, "Wrong alignment on FNDCAccessContext_MapBase"); \ +static_assert(sizeof(FNDCAccessContext_MapBase) == 0x000048, "Wrong size on FNDCAccessContext_MapBase"); \ + +#define DUMPER7_ASSERTS_FNDCAccessContext_GameplayBurst \ +static_assert(alignof(FNDCAccessContext_GameplayBurst) == 0x000008, "Wrong alignment on FNDCAccessContext_GameplayBurst"); \ +static_assert(sizeof(FNDCAccessContext_GameplayBurst) == 0x000088, "Wrong size on FNDCAccessContext_GameplayBurst"); \ +static_assert(offsetof(FNDCAccessContext_GameplayBurst, CellSizeOverride) == 0x000050, "Member 'FNDCAccessContext_GameplayBurst::CellSizeOverride' has a wrong offset!"); \ +static_assert(offsetof(FNDCAccessContext_GameplayBurst, SystemBoundsPadding) == 0x000068, "Member 'FNDCAccessContext_GameplayBurst::SystemBoundsPadding' has a wrong offset!"); \ +static_assert(offsetof(FNDCAccessContext_GameplayBurst, GameplayTag) == 0x000080, "Member 'FNDCAccessContext_GameplayBurst::GameplayTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDCGameplayBurstAttachmentSettings \ +static_assert(alignof(FNDCGameplayBurstAttachmentSettings) == 0x000008, "Wrong alignment on FNDCGameplayBurstAttachmentSettings"); \ +static_assert(sizeof(FNDCGameplayBurstAttachmentSettings) == 0x000038, "Wrong size on FNDCGameplayBurstAttachmentSettings"); \ +static_assert(offsetof(FNDCGameplayBurstAttachmentSettings, SpeedThreshold) == 0x000000, "Member 'FNDCGameplayBurstAttachmentSettings::SpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FNDCGameplayBurstAttachmentSettings, GameplayTags) == 0x000008, "Member 'FNDCGameplayBurstAttachmentSettings::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(FNDCGameplayBurstAttachmentSettings, ComponentTypes) == 0x000028, "Member 'FNDCGameplayBurstAttachmentSettings::ComponentTypes' 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_FNDCMapEntryBase \ +static_assert(alignof(FNDCMapEntryBase) == 0x000008, "Wrong alignment on FNDCMapEntryBase"); \ +static_assert(sizeof(FNDCMapEntryBase) == 0x000038, "Wrong size on FNDCMapEntryBase"); \ +static_assert(offsetof(FNDCMapEntryBase, Owner) == 0x000008, "Member 'FNDCMapEntryBase::Owner' has a wrong offset!"); \ +static_assert(offsetof(FNDCMapEntryBase, SpawnedComponents) == 0x000010, "Member 'FNDCMapEntryBase::SpawnedComponents' has a wrong offset!"); \ +static_assert(offsetof(FNDCMapEntryBase, LastUsedTime) == 0x000030, "Member 'FNDCMapEntryBase::LastUsedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDCMapEntry_GameplayBurst \ +static_assert(alignof(FNDCMapEntry_GameplayBurst) == 0x000008, "Wrong alignment on FNDCMapEntry_GameplayBurst"); \ +static_assert(sizeof(FNDCMapEntry_GameplayBurst) == 0x000040, "Wrong size on FNDCMapEntry_GameplayBurst"); \ + +#define DUMPER7_ASSERTS_FNDCIslandDebugDrawSettings \ +static_assert(alignof(FNDCIslandDebugDrawSettings) == 0x000004, "Wrong alignment on FNDCIslandDebugDrawSettings"); \ +static_assert(sizeof(FNDCIslandDebugDrawSettings) == 0x000004, "Wrong size on FNDCIslandDebugDrawSettings"); \ + +#define DUMPER7_ASSERTS_FNDCMapEntry \ +static_assert(alignof(FNDCMapEntry) == 0x000008, "Wrong alignment on FNDCMapEntry"); \ +static_assert(sizeof(FNDCMapEntry) == 0x000010, "Wrong size on FNDCMapEntry"); \ +static_assert(offsetof(FNDCMapEntry, EntryData) == 0x000000, "Member 'FNDCMapEntry::EntryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNDCMapKey \ +static_assert(alignof(FNDCMapKey) == 0x000008, "Wrong alignment on FNDCMapKey"); \ +static_assert(sizeof(FNDCMapKey) == 0x000050, "Wrong size on FNDCMapKey"); \ + +#define DUMPER7_ASSERTS_FNDIArraySimCacheDataFrame \ +static_assert(alignof(FNDIArraySimCacheDataFrame) == 0x000004, "Wrong alignment on FNDIArraySimCacheDataFrame"); \ +static_assert(sizeof(FNDIArraySimCacheDataFrame) == 0x000008, "Wrong size on FNDIArraySimCacheDataFrame"); \ +static_assert(offsetof(FNDIArraySimCacheDataFrame, NumElements) == 0x000000, "Member 'FNDIArraySimCacheDataFrame::NumElements' has a wrong offset!"); \ +static_assert(offsetof(FNDIArraySimCacheDataFrame, DataOffset) == 0x000004, "Member 'FNDIArraySimCacheDataFrame::DataOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FNiagaraStatelessExpressionVec2Subtract \ +static_assert(alignof(FNiagaraStatelessExpressionVec2Subtract) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec2Subtract"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec2Subtract) == 0x000028, "Wrong size on FNiagaraStatelessExpressionVec2Subtract"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec2Subtract, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec2Subtract::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec2Subtract, B) == 0x000018, "Member 'FNiagaraStatelessExpressionVec2Subtract::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataInterfaceSplineLUT \ +static_assert(alignof(FNiagaraDataInterfaceSplineLUT) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceSplineLUT"); \ +static_assert(sizeof(FNiagaraDataInterfaceSplineLUT) == 0x000040, "Wrong size on FNiagaraDataInterfaceSplineLUT"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, Positions) == 0x000000, "Member 'FNiagaraDataInterfaceSplineLUT::Positions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, Scales) == 0x000010, "Member 'FNiagaraDataInterfaceSplineLUT::Scales' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, Rotations) == 0x000020, "Member 'FNiagaraDataInterfaceSplineLUT::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, SplineLength) == 0x000030, "Member 'FNiagaraDataInterfaceSplineLUT::SplineLength' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, SplineDistanceStep) == 0x000034, "Member 'FNiagaraDataInterfaceSplineLUT::SplineDistanceStep' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, InvSplineDistanceStep) == 0x000038, "Member 'FNiagaraDataInterfaceSplineLUT::InvSplineDistanceStep' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceSplineLUT, MaxIndex) == 0x00003C, "Member 'FNiagaraDataInterfaceSplineLUT::MaxIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerTimingData \ +static_assert(alignof(FNiagaraOutlinerTimingData) == 0x000004, "Wrong alignment on FNiagaraOutlinerTimingData"); \ +static_assert(sizeof(FNiagaraOutlinerTimingData) == 0x000008, "Wrong size on FNiagaraOutlinerTimingData"); \ +static_assert(offsetof(FNiagaraOutlinerTimingData, GameThread) == 0x000000, "Member 'FNiagaraOutlinerTimingData::GameThread' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerTimingData, RenderThread) == 0x000004, "Member 'FNiagaraOutlinerTimingData::RenderThread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionFloatConstant \ +static_assert(alignof(FNiagaraStatelessExpressionFloatConstant) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionFloatConstant"); \ +static_assert(sizeof(FNiagaraStatelessExpressionFloatConstant) == 0x000010, "Wrong size on FNiagaraStatelessExpressionFloatConstant"); \ +static_assert(offsetof(FNiagaraStatelessExpressionFloatConstant, A) == 0x000008, "Member 'FNiagaraStatelessExpressionFloatConstant::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerEmitterInstanceData \ +static_assert(alignof(FNiagaraOutlinerEmitterInstanceData) == 0x000008, "Wrong alignment on FNiagaraOutlinerEmitterInstanceData"); \ +static_assert(sizeof(FNiagaraOutlinerEmitterInstanceData) == 0x000020, "Wrong size on FNiagaraOutlinerEmitterInstanceData"); \ +static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, EmitterName) == 0x000000, "Member 'FNiagaraOutlinerEmitterInstanceData::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, SimTarget) == 0x000010, "Member 'FNiagaraOutlinerEmitterInstanceData::SimTarget' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, ExecState) == 0x000014, "Member 'FNiagaraOutlinerEmitterInstanceData::ExecState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, NumParticles) == 0x000018, "Member 'FNiagaraOutlinerEmitterInstanceData::NumParticles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerSystemInstanceData \ +static_assert(alignof(FNiagaraOutlinerSystemInstanceData) == 0x000008, "Wrong alignment on FNiagaraOutlinerSystemInstanceData"); \ +static_assert(sizeof(FNiagaraOutlinerSystemInstanceData) == 0x000068, "Wrong size on FNiagaraOutlinerSystemInstanceData"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ComponentName) == 0x000000, "Member 'FNiagaraOutlinerSystemInstanceData::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, LWCTile) == 0x000010, "Member 'FNiagaraOutlinerSystemInstanceData::LWCTile' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, Emitters) == 0x000020, "Member 'FNiagaraOutlinerSystemInstanceData::Emitters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ActualExecutionState) == 0x000030, "Member 'FNiagaraOutlinerSystemInstanceData::ActualExecutionState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, RequestedExecutionState) == 0x000034, "Member 'FNiagaraOutlinerSystemInstanceData::RequestedExecutionState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ScalabilityState) == 0x000038, "Member 'FNiagaraOutlinerSystemInstanceData::ScalabilityState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, PoolMethod) == 0x000048, "Member 'FNiagaraOutlinerSystemInstanceData::PoolMethod' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, AverageTime) == 0x00004C, "Member 'FNiagaraOutlinerSystemInstanceData::AverageTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, MaxTime) == 0x000054, "Member 'FNiagaraOutlinerSystemInstanceData::MaxTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, TickGroup) == 0x00005C, "Member 'FNiagaraOutlinerSystemInstanceData::TickGroup' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, GpuTickStage) == 0x00005D, "Member 'FNiagaraOutlinerSystemInstanceData::GpuTickStage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec3 \ +static_assert(alignof(FNiagaraStatelessExpressionVec3) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec3"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec3) == 0x000008, "Wrong size on FNiagaraStatelessExpressionVec3"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec3Constant \ +static_assert(alignof(FNiagaraStatelessExpressionVec3Constant) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec3Constant"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec3Constant) == 0x000018, "Wrong size on FNiagaraStatelessExpressionVec3Constant"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec3Constant, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec3Constant::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerSystemData \ +static_assert(alignof(FNiagaraOutlinerSystemData) == 0x000008, "Wrong alignment on FNiagaraOutlinerSystemData"); \ +static_assert(sizeof(FNiagaraOutlinerSystemData) == 0x000030, "Wrong size on FNiagaraOutlinerSystemData"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, SystemInstances) == 0x000000, "Member 'FNiagaraOutlinerSystemData::SystemInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, AveragePerFrameTime) == 0x000010, "Member 'FNiagaraOutlinerSystemData::AveragePerFrameTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, MaxPerFrameTime) == 0x000018, "Member 'FNiagaraOutlinerSystemData::MaxPerFrameTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, AveragePerInstanceTime) == 0x000020, "Member 'FNiagaraOutlinerSystemData::AveragePerInstanceTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, MaxPerInstanceTime) == 0x000028, "Member 'FNiagaraOutlinerSystemData::MaxPerInstanceTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerWorldData \ +static_assert(alignof(FNiagaraOutlinerWorldData) == 0x000008, "Wrong alignment on FNiagaraOutlinerWorldData"); \ +static_assert(sizeof(FNiagaraOutlinerWorldData) == 0x000068, "Wrong size on FNiagaraOutlinerWorldData"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, Systems) == 0x000000, "Member 'FNiagaraOutlinerWorldData::Systems' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, bHasBegunPlay) == 0x000050, "Member 'FNiagaraOutlinerWorldData::bHasBegunPlay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, WorldType) == 0x000051, "Member 'FNiagaraOutlinerWorldData::WorldType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, NetMode) == 0x000052, "Member 'FNiagaraOutlinerWorldData::NetMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, AveragePerFrameTime) == 0x000054, "Member 'FNiagaraOutlinerWorldData::AveragePerFrameTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, MaxPerFrameTime) == 0x00005C, "Member 'FNiagaraOutlinerWorldData::MaxPerFrameTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerData \ +static_assert(alignof(FNiagaraOutlinerData) == 0x000008, "Wrong alignment on FNiagaraOutlinerData"); \ +static_assert(sizeof(FNiagaraOutlinerData) == 0x000050, "Wrong size on FNiagaraOutlinerData"); \ +static_assert(offsetof(FNiagaraOutlinerData, WorldData) == 0x000000, "Member 'FNiagaraOutlinerData::WorldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebuggerRequestConnection \ +static_assert(alignof(FNiagaraDebuggerRequestConnection) == 0x000004, "Wrong alignment on FNiagaraDebuggerRequestConnection"); \ +static_assert(sizeof(FNiagaraDebuggerRequestConnection) == 0x000020, "Wrong size on FNiagaraDebuggerRequestConnection"); \ +static_assert(offsetof(FNiagaraDebuggerRequestConnection, SessionId) == 0x000000, "Member 'FNiagaraDebuggerRequestConnection::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebuggerRequestConnection, InstanceId) == 0x000010, "Member 'FNiagaraDebuggerRequestConnection::InstanceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec3Multiply \ +static_assert(alignof(FNiagaraStatelessExpressionVec3Multiply) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec3Multiply"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec3Multiply) == 0x000028, "Wrong size on FNiagaraStatelessExpressionVec3Multiply"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec3Multiply, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec3Multiply::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec3Multiply, B) == 0x000018, "Member 'FNiagaraStatelessExpressionVec3Multiply::B' 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_FNiagaraStatelessExpressionVec2Binding \ +static_assert(alignof(FNiagaraStatelessExpressionVec2Binding) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec2Binding"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec2Binding) == 0x000018, "Wrong size on FNiagaraStatelessExpressionVec2Binding"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec2Binding, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec2Binding::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebuggerExecuteConsoleCommand \ +static_assert(alignof(FNiagaraDebuggerExecuteConsoleCommand) == 0x000008, "Wrong alignment on FNiagaraDebuggerExecuteConsoleCommand"); \ +static_assert(sizeof(FNiagaraDebuggerExecuteConsoleCommand) == 0x000018, "Wrong size on FNiagaraDebuggerExecuteConsoleCommand"); \ +static_assert(offsetof(FNiagaraDebuggerExecuteConsoleCommand, Command) == 0x000000, "Member 'FNiagaraDebuggerExecuteConsoleCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebuggerExecuteConsoleCommand, bRequiresWorld) == 0x000010, "Member 'FNiagaraDebuggerExecuteConsoleCommand::bRequiresWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebuggerOutlinerUpdate \ +static_assert(alignof(FNiagaraDebuggerOutlinerUpdate) == 0x000008, "Wrong alignment on FNiagaraDebuggerOutlinerUpdate"); \ +static_assert(sizeof(FNiagaraDebuggerOutlinerUpdate) == 0x000050, "Wrong size on FNiagaraDebuggerOutlinerUpdate"); \ +static_assert(offsetof(FNiagaraDebuggerOutlinerUpdate, OutlinerData) == 0x000000, "Member 'FNiagaraDebuggerOutlinerUpdate::OutlinerData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec4Binding \ +static_assert(alignof(FNiagaraStatelessExpressionVec4Binding) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec4Binding"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec4Binding) == 0x000018, "Wrong size on FNiagaraStatelessExpressionVec4Binding"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec4Binding, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec4Binding::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebugHudTextOptions \ +static_assert(alignof(FNiagaraDebugHudTextOptions) == 0x000008, "Wrong alignment on FNiagaraDebugHudTextOptions"); \ +static_assert(sizeof(FNiagaraDebugHudTextOptions) == 0x000018, "Wrong size on FNiagaraDebugHudTextOptions"); \ +static_assert(offsetof(FNiagaraDebugHudTextOptions, Font) == 0x000000, "Member 'FNiagaraDebugHudTextOptions::Font' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHudTextOptions, HorizontalAlignment) == 0x000004, "Member 'FNiagaraDebugHudTextOptions::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHudTextOptions, VerticalAlignment) == 0x000005, "Member 'FNiagaraDebugHudTextOptions::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHudTextOptions, ScreenOffset) == 0x000008, "Member 'FNiagaraDebugHudTextOptions::ScreenOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebugHUDVariable \ +static_assert(alignof(FNiagaraDebugHUDVariable) == 0x000008, "Wrong alignment on FNiagaraDebugHUDVariable"); \ +static_assert(sizeof(FNiagaraDebugHUDVariable) == 0x000018, "Wrong size on FNiagaraDebugHUDVariable"); \ +static_assert(offsetof(FNiagaraDebugHUDVariable, bEnabled) == 0x000000, "Member 'FNiagaraDebugHUDVariable::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDVariable, Name) == 0x000008, "Member 'FNiagaraDebugHUDVariable::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionColorSubtract \ +static_assert(alignof(FNiagaraStatelessExpressionColorSubtract) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionColorSubtract"); \ +static_assert(sizeof(FNiagaraStatelessExpressionColorSubtract) == 0x000028, "Wrong size on FNiagaraStatelessExpressionColorSubtract"); \ +static_assert(offsetof(FNiagaraStatelessExpressionColorSubtract, A) == 0x000008, "Member 'FNiagaraStatelessExpressionColorSubtract::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionColorSubtract, B) == 0x000018, "Member 'FNiagaraStatelessExpressionColorSubtract::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebugHUDSettingsData \ +static_assert(alignof(FNiagaraDebugHUDSettingsData) == 0x000008, "Wrong alignment on FNiagaraDebugHUDSettingsData"); \ +static_assert(sizeof(FNiagaraDebugHUDSettingsData) == 0x000240, "Wrong size on FNiagaraDebugHUDSettingsData"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bHudEnabled) == 0x000000, "Member 'FNiagaraDebugHUDSettingsData::bHudEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bHudRenderingEnabled) == 0x000001, "Member 'FNiagaraDebugHUDSettingsData::bHudRenderingEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidationEnabled) == 0x000002, "Member 'FNiagaraDebugHUDSettingsData::bValidationEnabled' 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, OverviewSortMode) == 0x000008, "Member 'FNiagaraDebugHUDSettingsData::OverviewSortMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bIncludeCascade) == 0x00000C, "Member 'FNiagaraDebugHUDSettingsData::bIncludeCascade' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowRegisteredComponents) == 0x00000D, "Member 'FNiagaraDebugHUDSettingsData::bShowRegisteredComponents' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bOverviewShowFilteredSystemOnly) == 0x00000E, "Member 'FNiagaraDebugHUDSettingsData::bOverviewShowFilteredSystemOnly' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowGlobalBudgetInfo) == 0x00000F, "Member 'FNiagaraDebugHUDSettingsData::bShowGlobalBudgetInfo' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemFilterEnabled) == 0x000010, "Member 'FNiagaraDebugHUDSettingsData::bSystemFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemFilter) == 0x000018, "Member 'FNiagaraDebugHUDSettingsData::SystemFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEmitterFilterEnabled) == 0x000028, "Member 'FNiagaraDebugHUDSettingsData::bEmitterFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, EmitterFilter) == 0x000030, "Member 'FNiagaraDebugHUDSettingsData::EmitterFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bActorFilterEnabled) == 0x000040, "Member 'FNiagaraDebugHUDSettingsData::bActorFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ActorFilter) == 0x000048, "Member 'FNiagaraDebugHUDSettingsData::ActorFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bComponentFilterEnabled) == 0x000058, "Member 'FNiagaraDebugHUDSettingsData::bComponentFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ComponentFilter) == 0x000060, "Member 'FNiagaraDebugHUDSettingsData::ComponentFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateSystemSimulationDataBuffers) == 0x000070, "Member 'FNiagaraDebugHUDSettingsData::bValidateSystemSimulationDataBuffers' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateParticleDataBuffers) == 0x000071, "Member 'FNiagaraDebugHUDSettingsData::bValidateParticleDataBuffers' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidationLogErrors) == 0x000072, "Member 'FNiagaraDebugHUDSettingsData::bValidationLogErrors' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ValidationAttributeDisplayTruncate) == 0x000074, "Member 'FNiagaraDebugHUDSettingsData::ValidationAttributeDisplayTruncate' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemDebugVerbosity) == 0x000078, "Member 'FNiagaraDebugHUDSettingsData::SystemDebugVerbosity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemEmitterVerbosity) == 0x00007C, "Member 'FNiagaraDebugHUDSettingsData::SystemEmitterVerbosity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, DataInterfaceVerbosity) == 0x000080, "Member 'FNiagaraDebugHUDSettingsData::DataInterfaceVerbosity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemVariables) == 0x000088, "Member 'FNiagaraDebugHUDSettingsData::SystemVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowActiveOnlyInWorld) == 0x000098, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowActiveOnlyInWorld' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleVariables) == 0x000099, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticlesVariables) == 0x0000A0, "Member 'FNiagaraDebugHUDSettingsData::ParticlesVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnableGpuParticleReadback) == 0x0000B0, "Member 'FNiagaraDebugHUDSettingsData::bEnableGpuParticleReadback' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleIndex) == 0x0000B1, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticlesVariablesWithSystem) == 0x0000B2, "Member 'FNiagaraDebugHUDSettingsData::bShowParticlesVariablesWithSystem' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleVariablesVertical) == 0x0000B3, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleVariablesVertical' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseMaxParticlesToDisplay) == 0x0000B4, "Member 'FNiagaraDebugHUDSettingsData::bUseMaxParticlesToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MaxParticlesToDisplay) == 0x0000B8, "Member 'FNiagaraDebugHUDSettingsData::MaxParticlesToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseParticleDisplayClip) == 0x0000BC, "Member 'FNiagaraDebugHUDSettingsData::bUseParticleDisplayClip' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleDisplayClip) == 0x0000C0, "Member 'FNiagaraDebugHUDSettingsData::ParticleDisplayClip' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseParticleDisplayCenterRadius) == 0x0000D0, "Member 'FNiagaraDebugHUDSettingsData::bUseParticleDisplayCenterRadius' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleDisplayCenterRadius) == 0x0000D4, "Member 'FNiagaraDebugHUDSettingsData::ParticleDisplayCenterRadius' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfReportFrames) == 0x0000D8, "Member 'FNiagaraDebugHUDSettingsData::PerfReportFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfSampleMode) == 0x0000DC, "Member 'FNiagaraDebugHUDSettingsData::PerfSampleMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfUnits) == 0x0000E0, "Member 'FNiagaraDebugHUDSettingsData::PerfUnits' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowPerfColumGameThreadOnly) == 0x0000E4, "Member 'FNiagaraDebugHUDSettingsData::bShowPerfColumGameThreadOnly' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfGraphMode) == 0x0000E8, "Member 'FNiagaraDebugHUDSettingsData::PerfGraphMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfHistoryFrames) == 0x0000EC, "Member 'FNiagaraDebugHUDSettingsData::PerfHistoryFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUsePerfGraphTimeRange) == 0x0000F0, "Member 'FNiagaraDebugHUDSettingsData::bUsePerfGraphTimeRange' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfGraphTimeRange) == 0x0000F4, "Member 'FNiagaraDebugHUDSettingsData::PerfGraphTimeRange' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfGraphSize) == 0x0000F8, "Member 'FNiagaraDebugHUDSettingsData::PerfGraphSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfGraphAxisColor) == 0x000108, "Member 'FNiagaraDebugHUDSettingsData::PerfGraphAxisColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SmoothingWidth) == 0x000118, "Member 'FNiagaraDebugHUDSettingsData::SmoothingWidth' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewFont) == 0x00011C, "Member 'FNiagaraDebugHUDSettingsData::OverviewFont' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewLocation) == 0x000120, "Member 'FNiagaraDebugHUDSettingsData::OverviewLocation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemTextOptions) == 0x000130, "Member 'FNiagaraDebugHUDSettingsData::SystemTextOptions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleTextOptions) == 0x000148, "Member 'FNiagaraDebugHUDSettingsData::ParticleTextOptions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bDrawBoundsEnabled) == 0x000160, "Member 'FNiagaraDebugHUDSettingsData::bDrawBoundsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bDrawBoundsWireframe) == 0x000161, "Member 'FNiagaraDebugHUDSettingsData::bDrawBoundsWireframe' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, DrawBoundsAlpha) == 0x000164, "Member 'FNiagaraDebugHUDSettingsData::DrawBoundsAlpha' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, DefaultBackgroundColor) == 0x000168, "Member 'FNiagaraDebugHUDSettingsData::DefaultBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewHeadingColor) == 0x000178, "Member 'FNiagaraDebugHUDSettingsData::OverviewHeadingColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewDetailColor) == 0x000188, "Member 'FNiagaraDebugHUDSettingsData::OverviewDetailColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewDetailHighlightColor) == 0x000198, "Member 'FNiagaraDebugHUDSettingsData::OverviewDetailHighlightColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, InWorldErrorTextColor) == 0x0001A8, "Member 'FNiagaraDebugHUDSettingsData::InWorldErrorTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, InWorldTextColor) == 0x0001B8, "Member 'FNiagaraDebugHUDSettingsData::InWorldTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MessageInfoTextColor) == 0x0001C8, "Member 'FNiagaraDebugHUDSettingsData::MessageInfoTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MessageWarningTextColor) == 0x0001D8, "Member 'FNiagaraDebugHUDSettingsData::MessageWarningTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MessageErrorTextColor) == 0x0001E8, "Member 'FNiagaraDebugHUDSettingsData::MessageErrorTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemColorTableOpacity) == 0x0001F8, "Member 'FNiagaraDebugHUDSettingsData::SystemColorTableOpacity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemColorSeed) == 0x0001FC, "Member 'FNiagaraDebugHUDSettingsData::SystemColorSeed' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemColorHSVMin) == 0x000200, "Member 'FNiagaraDebugHUDSettingsData::SystemColorHSVMin' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemColorHSVMax) == 0x000218, "Member 'FNiagaraDebugHUDSettingsData::SystemColorHSVMax' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackMode) == 0x000230, "Member 'FNiagaraDebugHUDSettingsData::PlaybackMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bPlaybackRateEnabled) == 0x000231, "Member 'FNiagaraDebugHUDSettingsData::bPlaybackRateEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackRate) == 0x000234, "Member 'FNiagaraDebugHUDSettingsData::PlaybackRate' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bLoopTimeEnabled) == 0x000238, "Member 'FNiagaraDebugHUDSettingsData::bLoopTimeEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, LoopTime) == 0x00023C, "Member 'FNiagaraDebugHUDSettingsData::LoopTime' 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_FNiagaraDistributionRangeFloat \ +static_assert(alignof(FNiagaraDistributionRangeFloat) == 0x000008, "Wrong alignment on FNiagaraDistributionRangeFloat"); \ +static_assert(sizeof(FNiagaraDistributionRangeFloat) == 0x000030, "Wrong size on FNiagaraDistributionRangeFloat"); \ +static_assert(offsetof(FNiagaraDistributionRangeFloat, Min) == 0x000028, "Member 'FNiagaraDistributionRangeFloat::Min' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeFloat, Max) == 0x00002C, "Member 'FNiagaraDistributionRangeFloat::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterStateData \ +static_assert(alignof(FNiagaraEmitterStateData) == 0x000008, "Wrong alignment on FNiagaraEmitterStateData"); \ +static_assert(sizeof(FNiagaraEmitterStateData) == 0x000090, "Wrong size on FNiagaraEmitterStateData"); \ +static_assert(offsetof(FNiagaraEmitterStateData, InactiveResponse) == 0x000000, "Member 'FNiagaraEmitterStateData::InactiveResponse' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, LoopBehavior) == 0x000001, "Member 'FNiagaraEmitterStateData::LoopBehavior' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, LoopCount) == 0x000004, "Member 'FNiagaraEmitterStateData::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, LoopDurationMode) == 0x000008, "Member 'FNiagaraEmitterStateData::LoopDurationMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, LoopDuration) == 0x000010, "Member 'FNiagaraEmitterStateData::LoopDuration' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, LoopDelay) == 0x000040, "Member 'FNiagaraEmitterStateData::LoopDelay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, MinDistance) == 0x000074, "Member 'FNiagaraEmitterStateData::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, MinDistanceReaction) == 0x000078, "Member 'FNiagaraEmitterStateData::MinDistanceReaction' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, MaxDistance) == 0x00007C, "Member 'FNiagaraEmitterStateData::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, MaxDistanceReaction) == 0x000080, "Member 'FNiagaraEmitterStateData::MaxDistanceReaction' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, VisibilityCullReaction) == 0x000084, "Member 'FNiagaraEmitterStateData::VisibilityCullReaction' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterStateData, VisibilityCullDelay) == 0x000088, "Member 'FNiagaraEmitterStateData::VisibilityCullDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerCaptureSettings \ +static_assert(alignof(FNiagaraOutlinerCaptureSettings) == 0x000004, "Wrong alignment on FNiagaraOutlinerCaptureSettings"); \ +static_assert(sizeof(FNiagaraOutlinerCaptureSettings) == 0x000010, "Wrong size on FNiagaraOutlinerCaptureSettings"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bTriggerCapture) == 0x000000, "Member 'FNiagaraOutlinerCaptureSettings::bTriggerCapture' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, CaptureDelayFrames) == 0x000004, "Member 'FNiagaraOutlinerCaptureSettings::CaptureDelayFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bGatherPerfData) == 0x000008, "Member 'FNiagaraOutlinerCaptureSettings::bGatherPerfData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, SimCacheCaptureFrames) == 0x00000C, "Member 'FNiagaraOutlinerCaptureSettings::SimCacheCaptureFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimpleClientInfo \ +static_assert(alignof(FNiagaraSimpleClientInfo) == 0x000008, "Wrong alignment on FNiagaraSimpleClientInfo"); \ +static_assert(sizeof(FNiagaraSimpleClientInfo) == 0x000040, "Wrong size on FNiagaraSimpleClientInfo"); \ +static_assert(offsetof(FNiagaraSimpleClientInfo, Systems) == 0x000000, "Member 'FNiagaraSimpleClientInfo::Systems' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimpleClientInfo, Actors) == 0x000010, "Member 'FNiagaraSimpleClientInfo::Actors' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimpleClientInfo, Components) == 0x000020, "Member 'FNiagaraSimpleClientInfo::Components' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimpleClientInfo, Emitters) == 0x000030, "Member 'FNiagaraSimpleClientInfo::Emitters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec3Add \ +static_assert(alignof(FNiagaraStatelessExpressionVec3Add) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec3Add"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec3Add) == 0x000028, "Wrong size on FNiagaraStatelessExpressionVec3Add"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec3Add, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec3Add::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec3Add, B) == 0x000018, "Member 'FNiagaraStatelessExpressionVec3Add::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemSimCacheCaptureRequest \ +static_assert(alignof(FNiagaraSystemSimCacheCaptureRequest) == 0x000004, "Wrong alignment on FNiagaraSystemSimCacheCaptureRequest"); \ +static_assert(sizeof(FNiagaraSystemSimCacheCaptureRequest) == 0x000010, "Wrong size on FNiagaraSystemSimCacheCaptureRequest"); \ +static_assert(offsetof(FNiagaraSystemSimCacheCaptureRequest, ComponentName) == 0x000000, "Member 'FNiagaraSystemSimCacheCaptureRequest::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemSimCacheCaptureRequest, CaptureDelayFrames) == 0x000008, "Member 'FNiagaraSystemSimCacheCaptureRequest::CaptureDelayFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemSimCacheCaptureRequest, CaptureFrames) == 0x00000C, "Member 'FNiagaraSystemSimCacheCaptureRequest::CaptureFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemSimCacheCaptureReply \ +static_assert(alignof(FNiagaraSystemSimCacheCaptureReply) == 0x000008, "Wrong alignment on FNiagaraSystemSimCacheCaptureReply"); \ +static_assert(sizeof(FNiagaraSystemSimCacheCaptureReply) == 0x000018, "Wrong size on FNiagaraSystemSimCacheCaptureReply"); \ +static_assert(offsetof(FNiagaraSystemSimCacheCaptureReply, ComponentName) == 0x000000, "Member 'FNiagaraSystemSimCacheCaptureReply::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemSimCacheCaptureReply, SimCacheData) == 0x000008, "Member 'FNiagaraSystemSimCacheCaptureReply::SimCacheData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FNiagaraGraphViewSettings \ +static_assert(alignof(FNiagaraGraphViewSettings) == 0x000004, "Wrong alignment on FNiagaraGraphViewSettings"); \ +static_assert(sizeof(FNiagaraGraphViewSettings) == 0x000010, "Wrong size on FNiagaraGraphViewSettings"); \ +static_assert(offsetof(FNiagaraGraphViewSettings, Location) == 0x000000, "Member 'FNiagaraGraphViewSettings::Location' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGraphViewSettings, Zoom) == 0x000008, "Member 'FNiagaraGraphViewSettings::Zoom' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGraphViewSettings, bIsValid) == 0x00000C, "Member 'FNiagaraGraphViewSettings::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FNiagaraStatelessExpressionFloatMultiply \ +static_assert(alignof(FNiagaraStatelessExpressionFloatMultiply) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionFloatMultiply"); \ +static_assert(sizeof(FNiagaraStatelessExpressionFloatMultiply) == 0x000028, "Wrong size on FNiagaraStatelessExpressionFloatMultiply"); \ +static_assert(offsetof(FNiagaraStatelessExpressionFloatMultiply, A) == 0x000008, "Member 'FNiagaraStatelessExpressionFloatMultiply::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionFloatMultiply, B) == 0x000018, "Member 'FNiagaraStatelessExpressionFloatMultiply::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraGlobalBudgetScaling \ +static_assert(alignof(FNiagaraGlobalBudgetScaling) == 0x000004, "Wrong alignment on FNiagaraGlobalBudgetScaling"); \ +static_assert(sizeof(FNiagaraGlobalBudgetScaling) == 0x000038, "Wrong size on FNiagaraGlobalBudgetScaling"); \ +static_assert(offsetof(FNiagaraGlobalBudgetScaling, MaxGlobalBudgetUsage) == 0x000004, "Member 'FNiagaraGlobalBudgetScaling::MaxGlobalBudgetUsage' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGlobalBudgetScaling, MaxDistanceScaleByGlobalBudgetUse) == 0x000008, "Member 'FNiagaraGlobalBudgetScaling::MaxDistanceScaleByGlobalBudgetUse' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGlobalBudgetScaling, MaxInstanceCountScaleByGlobalBudgetUse) == 0x000018, "Member 'FNiagaraGlobalBudgetScaling::MaxInstanceCountScaleByGlobalBudgetUse' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGlobalBudgetScaling, MaxSystemInstanceCountScaleByGlobalBudgetUse) == 0x000028, "Member 'FNiagaraGlobalBudgetScaling::MaxSystemInstanceCountScaleByGlobalBudgetUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemVisibilityCullingSettings \ +static_assert(alignof(FNiagaraSystemVisibilityCullingSettings) == 0x000004, "Wrong alignment on FNiagaraSystemVisibilityCullingSettings"); \ +static_assert(sizeof(FNiagaraSystemVisibilityCullingSettings) == 0x00000C, "Wrong size on FNiagaraSystemVisibilityCullingSettings"); \ +static_assert(offsetof(FNiagaraSystemVisibilityCullingSettings, MaxTimeOutsideViewFrustum) == 0x000004, "Member 'FNiagaraSystemVisibilityCullingSettings::MaxTimeOutsideViewFrustum' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemVisibilityCullingSettings, MaxTimeWithoutRender) == 0x000008, "Member 'FNiagaraSystemVisibilityCullingSettings::MaxTimeWithoutRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FNiagaraSystemScalabilitySettings \ +static_assert(alignof(FNiagaraSystemScalabilitySettings) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilitySettings"); \ +static_assert(sizeof(FNiagaraSystemScalabilitySettings) == 0x000098, "Wrong size on FNiagaraSystemScalabilitySettings"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, Platforms) == 0x000000, "Member 'FNiagaraSystemScalabilitySettings::Platforms' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxDistance) == 0x000034, "Member 'FNiagaraSystemScalabilitySettings::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxInstances) == 0x00003C, "Member 'FNiagaraSystemScalabilitySettings::MaxInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxSystemInstances) == 0x000040, "Member 'FNiagaraSystemScalabilitySettings::MaxSystemInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxTimeWithoutRender) == 0x000044, "Member 'FNiagaraSystemScalabilitySettings::MaxTimeWithoutRender' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, CullProxyMode) == 0x000048, "Member 'FNiagaraSystemScalabilitySettings::CullProxyMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxSystemProxies) == 0x00004C, "Member 'FNiagaraSystemScalabilitySettings::MaxSystemProxies' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, VisibilityCulling) == 0x000050, "Member 'FNiagaraSystemScalabilitySettings::VisibilityCulling' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, BudgetScaling) == 0x00005C, "Member 'FNiagaraSystemScalabilitySettings::BudgetScaling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec4Subtract \ +static_assert(alignof(FNiagaraStatelessExpressionVec4Subtract) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec4Subtract"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec4Subtract) == 0x000028, "Wrong size on FNiagaraStatelessExpressionVec4Subtract"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec4Subtract, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec4Subtract::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec4Subtract, B) == 0x000018, "Member 'FNiagaraStatelessExpressionVec4Subtract::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDouble \ +static_assert(alignof(FNiagaraDouble) == 0x000008, "Wrong alignment on FNiagaraDouble"); \ +static_assert(sizeof(FNiagaraDouble) == 0x000008, "Wrong size on FNiagaraDouble"); \ +static_assert(offsetof(FNiagaraDouble, Value) == 0x000000, "Member 'FNiagaraDouble::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemScalabilitySettingsArray \ +static_assert(alignof(FNiagaraSystemScalabilitySettingsArray) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilitySettingsArray"); \ +static_assert(sizeof(FNiagaraSystemScalabilitySettingsArray) == 0x000010, "Wrong size on FNiagaraSystemScalabilitySettingsArray"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettingsArray, Settings) == 0x000000, "Member 'FNiagaraSystemScalabilitySettingsArray::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemScalabilityOverride \ +static_assert(alignof(FNiagaraSystemScalabilityOverride) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilityOverride"); \ +static_assert(sizeof(FNiagaraSystemScalabilityOverride) == 0x0000A0, "Wrong size on FNiagaraSystemScalabilityOverride"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec2Divide \ +static_assert(alignof(FNiagaraStatelessExpressionVec2Divide) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec2Divide"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec2Divide) == 0x000028, "Wrong size on FNiagaraStatelessExpressionVec2Divide"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec2Divide, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec2Divide::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec2Divide, B) == 0x000018, "Member 'FNiagaraStatelessExpressionVec2Divide::B' 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_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_FNiagaraMeshMICOverride \ +static_assert(alignof(FNiagaraMeshMICOverride) == 0x000008, "Wrong alignment on FNiagaraMeshMICOverride"); \ +static_assert(sizeof(FNiagaraMeshMICOverride) == 0x000010, "Wrong size on FNiagaraMeshMICOverride"); \ +static_assert(offsetof(FNiagaraMeshMICOverride, OriginalMaterial) == 0x000000, "Member 'FNiagaraMeshMICOverride::OriginalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshMICOverride, ReplacementMaterial) == 0x000008, "Member 'FNiagaraMeshMICOverride::ReplacementMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMeshMaterialOverride \ +static_assert(alignof(FNiagaraMeshMaterialOverride) == 0x000008, "Wrong alignment on FNiagaraMeshMaterialOverride"); \ +static_assert(sizeof(FNiagaraMeshMaterialOverride) == 0x000028, "Wrong size on FNiagaraMeshMaterialOverride"); \ +static_assert(offsetof(FNiagaraMeshMaterialOverride, ExplicitMat) == 0x000000, "Member 'FNiagaraMeshMaterialOverride::ExplicitMat' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshMaterialOverride, UserParamBinding) == 0x000008, "Member 'FNiagaraMeshMaterialOverride::UserParamBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraMessageStore \ +static_assert(alignof(FNiagaraMessageStore) == 0x000001, "Wrong alignment on FNiagaraMessageStore"); \ +static_assert(sizeof(FNiagaraMessageStore) == 0x000001, "Wrong size on FNiagaraMessageStore"); \ + +#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_FNiagaraBoundParameter \ +static_assert(alignof(FNiagaraBoundParameter) == 0x000004, "Wrong alignment on FNiagaraBoundParameter"); \ +static_assert(sizeof(FNiagaraBoundParameter) == 0x000014, "Wrong size on FNiagaraBoundParameter"); \ +static_assert(offsetof(FNiagaraBoundParameter, Parameter) == 0x000000, "Member 'FNiagaraBoundParameter::Parameter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBoundParameter, SrcOffset) == 0x00000C, "Member 'FNiagaraBoundParameter::SrcOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBoundParameter, DestOffset) == 0x000010, "Member 'FNiagaraBoundParameter::DestOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRendererReadbackParameters \ +static_assert(alignof(FNiagaraRendererReadbackParameters) == 0x000004, "Wrong alignment on FNiagaraRendererReadbackParameters"); \ +static_assert(sizeof(FNiagaraRendererReadbackParameters) == 0x000014, "Wrong size on FNiagaraRendererReadbackParameters"); \ +static_assert(offsetof(FNiagaraRendererReadbackParameters, bExportPosition) == 0x000000, "Member 'FNiagaraRendererReadbackParameters::bExportPosition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererReadbackParameters, bExportTangentBasis) == 0x000001, "Member 'FNiagaraRendererReadbackParameters::bExportTangentBasis' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererReadbackParameters, bExportColor) == 0x000002, "Member 'FNiagaraRendererReadbackParameters::bExportColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererReadbackParameters, ExportNumTexCoords) == 0x000004, "Member 'FNiagaraRendererReadbackParameters::ExportNumTexCoords' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererReadbackParameters, bExportMaterials) == 0x000008, "Member 'FNiagaraRendererReadbackParameters::bExportMaterials' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererReadbackParameters, bApplyWPO) == 0x000009, "Member 'FNiagaraRendererReadbackParameters::bApplyWPO' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRendererReadbackParameters, ViewIndexToCapture) == 0x00000C, "Member 'FNiagaraRendererReadbackParameters::ViewIndexToCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRibbonShapeCustomVertex \ +static_assert(alignof(FNiagaraRibbonShapeCustomVertex) == 0x000004, "Wrong alignment on FNiagaraRibbonShapeCustomVertex"); \ +static_assert(sizeof(FNiagaraRibbonShapeCustomVertex) == 0x000014, "Wrong size on FNiagaraRibbonShapeCustomVertex"); \ +static_assert(offsetof(FNiagaraRibbonShapeCustomVertex, position) == 0x000000, "Member 'FNiagaraRibbonShapeCustomVertex::position' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonShapeCustomVertex, Normal) == 0x000008, "Member 'FNiagaraRibbonShapeCustomVertex::Normal' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonShapeCustomVertex, TextureV) == 0x000010, "Member 'FNiagaraRibbonShapeCustomVertex::TextureV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRibbonUVSettings \ +static_assert(alignof(FNiagaraRibbonUVSettings) == 0x000008, "Wrong alignment on FNiagaraRibbonUVSettings"); \ +static_assert(sizeof(FNiagaraRibbonUVSettings) == 0x000028, "Wrong size on FNiagaraRibbonUVSettings"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, DistributionMode) == 0x000000, "Member 'FNiagaraRibbonUVSettings::DistributionMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, LeadingEdgeMode) == 0x000001, "Member 'FNiagaraRibbonUVSettings::LeadingEdgeMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, TrailingEdgeMode) == 0x000002, "Member 'FNiagaraRibbonUVSettings::TrailingEdgeMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, TilingLength) == 0x000004, "Member 'FNiagaraRibbonUVSettings::TilingLength' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, Offset) == 0x000008, "Member 'FNiagaraRibbonUVSettings::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, Scale) == 0x000018, "Member 'FNiagaraRibbonUVSettings::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraModuleDependency \ +static_assert(alignof(FNiagaraModuleDependency) == 0x000008, "Wrong alignment on FNiagaraModuleDependency"); \ +static_assert(sizeof(FNiagaraModuleDependency) == 0x000060, "Wrong size on FNiagaraModuleDependency"); \ +static_assert(offsetof(FNiagaraModuleDependency, ID) == 0x000000, "Member 'FNiagaraModuleDependency::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, Type) == 0x000008, "Member 'FNiagaraModuleDependency::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, ScriptConstraint) == 0x000009, "Member 'FNiagaraModuleDependency::ScriptConstraint' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, RequiredVersion) == 0x000010, "Member 'FNiagaraModuleDependency::RequiredVersion' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, OnlyEvaluateInScriptUsage) == 0x000020, "Member 'FNiagaraModuleDependency::OnlyEvaluateInScriptUsage' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraModuleDependency, Description) == 0x000028, "Member 'FNiagaraModuleDependency::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraCompilerTag \ +static_assert(alignof(FNiagaraCompilerTag) == 0x000008, "Wrong alignment on FNiagaraCompilerTag"); \ +static_assert(sizeof(FNiagaraCompilerTag) == 0x000030, "Wrong size on FNiagaraCompilerTag"); \ +static_assert(offsetof(FNiagaraCompilerTag, Variable) == 0x000000, "Member 'FNiagaraCompilerTag::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompilerTag, StringValue) == 0x000020, "Member 'FNiagaraCompilerTag::StringValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVMExecutableDataId \ +static_assert(alignof(FNiagaraVMExecutableDataId) == 0x000008, "Wrong alignment on FNiagaraVMExecutableDataId"); \ +static_assert(sizeof(FNiagaraVMExecutableDataId) == 0x000028, "Wrong size on FNiagaraVMExecutableDataId"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, CompilerVersionID) == 0x000000, "Member 'FNiagaraVMExecutableDataId::CompilerVersionID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, InterpolatedSpawnMode) == 0x000010, "Member 'FNiagaraVMExecutableDataId::InterpolatedSpawnMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableDataId, BaseScriptCompileHash) == 0x000018, "Member 'FNiagaraVMExecutableDataId::BaseScriptCompileHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVMExecutableData \ +static_assert(alignof(FNiagaraVMExecutableData) == 0x000008, "Wrong alignment on FNiagaraVMExecutableData"); \ +static_assert(sizeof(FNiagaraVMExecutableData) == 0x000150, "Wrong size on FNiagaraVMExecutableData"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ByteCode) == 0x000000, "Member 'FNiagaraVMExecutableData::ByteCode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, NumTempRegisters) == 0x000018, "Member 'FNiagaraVMExecutableData::NumTempRegisters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, NumUserPtrs) == 0x00001C, "Member 'FNiagaraVMExecutableData::NumUserPtrs' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, CompileTags) == 0x000020, "Member 'FNiagaraVMExecutableData::CompileTags' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ScriptLiterals) == 0x000030, "Member 'FNiagaraVMExecutableData::ScriptLiterals' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, Attributes) == 0x000040, "Member 'FNiagaraVMExecutableData::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, DataUsage) == 0x000050, "Member 'FNiagaraVMExecutableData::DataUsage' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, UObjectInfos) == 0x000058, "Member 'FNiagaraVMExecutableData::UObjectInfos' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, DataInterfaceInfo) == 0x000068, "Member 'FNiagaraVMExecutableData::DataInterfaceInfo' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, CalledVMExternalFunctions) == 0x000078, "Member 'FNiagaraVMExecutableData::CalledVMExternalFunctions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ReadDataSets) == 0x000098, "Member 'FNiagaraVMExecutableData::ReadDataSets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, WriteDataSets) == 0x0000A8, "Member 'FNiagaraVMExecutableData::WriteDataSets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, StatScopes) == 0x0000B8, "Member 'FNiagaraVMExecutableData::StatScopes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ShaderScriptParametersMetadata) == 0x0000C8, "Member 'FNiagaraVMExecutableData::ShaderScriptParametersMetadata' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, LastCompileStatus) == 0x000120, "Member 'FNiagaraVMExecutableData::LastCompileStatus' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, SimulationStageMetaData) == 0x000128, "Member 'FNiagaraVMExecutableData::SimulationStageMetaData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ExperimentalContextData) == 0x000138, "Member 'FNiagaraVMExecutableData::ExperimentalContextData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraInlineDynamicInputFormatToken \ +static_assert(alignof(FNiagaraInlineDynamicInputFormatToken) == 0x000001, "Wrong alignment on FNiagaraInlineDynamicInputFormatToken"); \ +static_assert(sizeof(FNiagaraInlineDynamicInputFormatToken) == 0x000001, "Wrong size on FNiagaraInlineDynamicInputFormatToken"); \ + +#define DUMPER7_ASSERTS_FVersionedNiagaraScriptData \ +static_assert(alignof(FVersionedNiagaraScriptData) == 0x000001, "Wrong alignment on FVersionedNiagaraScriptData"); \ +static_assert(sizeof(FVersionedNiagaraScriptData) == 0x000001, "Wrong size on FVersionedNiagaraScriptData"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptExecutionParameterStore \ +static_assert(alignof(FNiagaraScriptExecutionParameterStore) == 0x000008, "Wrong alignment on FNiagaraScriptExecutionParameterStore"); \ +static_assert(sizeof(FNiagaraScriptExecutionParameterStore) == 0x000090, "Wrong size on FNiagaraScriptExecutionParameterStore"); \ +static_assert(offsetof(FNiagaraScriptExecutionParameterStore, ParameterSize) == 0x000088, "Member 'FNiagaraScriptExecutionParameterStore::ParameterSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptInstanceParameterStore \ +static_assert(alignof(FNiagaraScriptInstanceParameterStore) == 0x000008, "Wrong alignment on FNiagaraScriptInstanceParameterStore"); \ +static_assert(sizeof(FNiagaraScriptInstanceParameterStore) == 0x000098, "Wrong size on FNiagaraScriptInstanceParameterStore"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptHighlight \ +static_assert(alignof(FNiagaraScriptHighlight) == 0x000008, "Wrong alignment on FNiagaraScriptHighlight"); \ +static_assert(sizeof(FNiagaraScriptHighlight) == 0x000020, "Wrong size on FNiagaraScriptHighlight"); \ +static_assert(offsetof(FNiagaraScriptHighlight, Color) == 0x000000, "Member 'FNiagaraScriptHighlight::Color' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptHighlight, DisplayName) == 0x000010, "Member 'FNiagaraScriptHighlight::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheEmitterFrame \ +static_assert(alignof(FNiagaraSimCacheEmitterFrame) == 0x000008, "Wrong alignment on FNiagaraSimCacheEmitterFrame"); \ +static_assert(sizeof(FNiagaraSimCacheEmitterFrame) == 0x0000D8, "Wrong size on FNiagaraSimCacheEmitterFrame"); \ +static_assert(offsetof(FNiagaraSimCacheEmitterFrame, LocalBounds) == 0x000000, "Member 'FNiagaraSimCacheEmitterFrame::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheEmitterFrame, TotalSpawnedParticles) == 0x000038, "Member 'FNiagaraSimCacheEmitterFrame::TotalSpawnedParticles' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheEmitterFrame, ParticleDataBuffers) == 0x000040, "Member 'FNiagaraSimCacheEmitterFrame::ParticleDataBuffers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheFrame \ +static_assert(alignof(FNiagaraSimCacheFrame) == 0x000010, "Wrong alignment on FNiagaraSimCacheFrame"); \ +static_assert(sizeof(FNiagaraSimCacheFrame) == 0x000160, "Wrong size on FNiagaraSimCacheFrame"); \ +static_assert(offsetof(FNiagaraSimCacheFrame, LocalToWorld) == 0x000000, "Member 'FNiagaraSimCacheFrame::LocalToWorld' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheFrame, LWCTile) == 0x000060, "Member 'FNiagaraSimCacheFrame::LWCTile' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheFrame, SimulationAge) == 0x00006C, "Member 'FNiagaraSimCacheFrame::SimulationAge' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheFrame, SimulationTickCount) == 0x000070, "Member 'FNiagaraSimCacheFrame::SimulationTickCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheFrame, SystemData) == 0x000078, "Member 'FNiagaraSimCacheFrame::SystemData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSimCacheFrame, EmitterData) == 0x000148, "Member 'FNiagaraSimCacheFrame::EmitterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSimCacheDebugDataFrame \ +static_assert(alignof(FNiagaraSimCacheDebugDataFrame) == 0x000008, "Wrong alignment on FNiagaraSimCacheDebugDataFrame"); \ +static_assert(sizeof(FNiagaraSimCacheDebugDataFrame) == 0x000050, "Wrong size on FNiagaraSimCacheDebugDataFrame"); \ +static_assert(offsetof(FNiagaraSimCacheDebugDataFrame, DebugParameterStores) == 0x000000, "Member 'FNiagaraSimCacheDebugDataFrame::DebugParameterStores' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterCompiledData \ +static_assert(alignof(FNiagaraEmitterCompiledData) == 0x000008, "Wrong alignment on FNiagaraEmitterCompiledData"); \ +static_assert(sizeof(FNiagaraEmitterCompiledData) == 0x000138, "Wrong size on FNiagaraEmitterCompiledData"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, SpawnAttributes) == 0x000000, "Member 'FNiagaraEmitterCompiledData::SpawnAttributes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterSpawnIntervalVar) == 0x000010, "Member 'FNiagaraEmitterCompiledData::EmitterSpawnIntervalVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterInterpSpawnStartDTVar) == 0x000030, "Member 'FNiagaraEmitterCompiledData::EmitterInterpSpawnStartDTVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterSpawnGroupVar) == 0x000050, "Member 'FNiagaraEmitterCompiledData::EmitterSpawnGroupVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterAgeVar) == 0x000070, "Member 'FNiagaraEmitterCompiledData::EmitterAgeVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterRandomSeedVar) == 0x000090, "Member 'FNiagaraEmitterCompiledData::EmitterRandomSeedVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterInstanceSeedVar) == 0x0000B0, "Member 'FNiagaraEmitterCompiledData::EmitterInstanceSeedVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, EmitterTotalSpawnedParticlesVar) == 0x0000D0, "Member 'FNiagaraEmitterCompiledData::EmitterTotalSpawnedParticlesVar' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterCompiledData, DataSetCompiledData) == 0x0000F0, "Member 'FNiagaraEmitterCompiledData::DataSetCompiledData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FNiagaraSystemStateData \ +static_assert(alignof(FNiagaraSystemStateData) == 0x000008, "Wrong alignment on FNiagaraSystemStateData"); \ +static_assert(sizeof(FNiagaraSystemStateData) == 0x000070, "Wrong size on FNiagaraSystemStateData"); \ +static_assert(offsetof(FNiagaraSystemStateData, InactiveResponse) == 0x000004, "Member 'FNiagaraSystemStateData::InactiveResponse' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemStateData, LoopBehavior) == 0x000005, "Member 'FNiagaraSystemStateData::LoopBehavior' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemStateData, LoopDuration) == 0x000008, "Member 'FNiagaraSystemStateData::LoopDuration' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemStateData, LoopCount) == 0x000038, "Member 'FNiagaraSystemStateData::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemStateData, LoopDelay) == 0x000040, "Member 'FNiagaraSystemStateData::LoopDelay' 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_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_FNiagaraPosition \ +static_assert(alignof(FNiagaraPosition) == 0x000004, "Wrong alignment on FNiagaraPosition"); \ +static_assert(sizeof(FNiagaraPosition) == 0x00000C, "Wrong size on FNiagaraPosition"); \ + +#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_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_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_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_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_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) == 0x000198, "Wrong size on FNiagaraVariableMetaData"); \ +static_assert(offsetof(FNiagaraVariableMetaData, Description) == 0x000000, "Member 'FNiagaraVariableMetaData::Description' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, DisplayUnit) == 0x000010, "Member 'FNiagaraVariableMetaData::DisplayUnit' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bAdvancedDisplay) == 0x000011, "Member 'FNiagaraVariableMetaData::bAdvancedDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bDisplayInOverviewStack) == 0x000012, "Member 'FNiagaraVariableMetaData::bDisplayInOverviewStack' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, InlineParameterSortPriority) == 0x000014, "Member 'FNiagaraVariableMetaData::InlineParameterSortPriority' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bOverrideColor) == 0x000018, "Member 'FNiagaraVariableMetaData::bOverrideColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, InlineParameterColorOverride) == 0x00001C, "Member 'FNiagaraVariableMetaData::InlineParameterColorOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, InlineParameterEnumOverrides) == 0x000030, "Member 'FNiagaraVariableMetaData::InlineParameterEnumOverrides' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bEnableBoolOverride) == 0x000040, "Member 'FNiagaraVariableMetaData::bEnableBoolOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, InlineParameterBoolOverride) == 0x000048, "Member 'FNiagaraVariableMetaData::InlineParameterBoolOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bInlineEditConditionToggle) == 0x000070, "Member 'FNiagaraVariableMetaData::bInlineEditConditionToggle' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, EditCondition) == 0x000078, "Member 'FNiagaraVariableMetaData::EditCondition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, VisibleCondition) == 0x000090, "Member 'FNiagaraVariableMetaData::VisibleCondition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, PropertyMetaData) == 0x0000A8, "Member 'FNiagaraVariableMetaData::PropertyMetaData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, AlternateAliases) == 0x0000F8, "Member 'FNiagaraVariableMetaData::AlternateAliases' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, WidgetCustomization) == 0x000108, "Member 'FNiagaraVariableMetaData::WidgetCustomization' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, VariableGuid) == 0x000160, "Member 'FNiagaraVariableMetaData::VariableGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bIsStaticSwitch) == 0x000170, "Member 'FNiagaraVariableMetaData::bIsStaticSwitch' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, StaticSwitchDefaultValue) == 0x000174, "Member 'FNiagaraVariableMetaData::StaticSwitchDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, CategoryName) == 0x000178, "Member 'FNiagaraVariableMetaData::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, ParentAttribute) == 0x000188, "Member 'FNiagaraVariableMetaData::ParentAttribute' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, EditorSortPriority) == 0x000190, "Member 'FNiagaraVariableMetaData::EditorSortPriority' 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_FNiagaraStatelessExpressionColorConstant \ +static_assert(alignof(FNiagaraStatelessExpressionColorConstant) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionColorConstant"); \ +static_assert(sizeof(FNiagaraStatelessExpressionColorConstant) == 0x000018, "Wrong size on FNiagaraStatelessExpressionColorConstant"); \ +static_assert(offsetof(FNiagaraStatelessExpressionColorConstant, A) == 0x000008, "Member 'FNiagaraStatelessExpressionColorConstant::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionColorAdd \ +static_assert(alignof(FNiagaraStatelessExpressionColorAdd) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionColorAdd"); \ +static_assert(sizeof(FNiagaraStatelessExpressionColorAdd) == 0x000028, "Wrong size on FNiagaraStatelessExpressionColorAdd"); \ +static_assert(offsetof(FNiagaraStatelessExpressionColorAdd, A) == 0x000008, "Member 'FNiagaraStatelessExpressionColorAdd::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionColorAdd, B) == 0x000018, "Member 'FNiagaraStatelessExpressionColorAdd::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionColorMultiply \ +static_assert(alignof(FNiagaraStatelessExpressionColorMultiply) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionColorMultiply"); \ +static_assert(sizeof(FNiagaraStatelessExpressionColorMultiply) == 0x000028, "Wrong size on FNiagaraStatelessExpressionColorMultiply"); \ +static_assert(offsetof(FNiagaraStatelessExpressionColorMultiply, A) == 0x000008, "Member 'FNiagaraStatelessExpressionColorMultiply::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionColorMultiply, B) == 0x000018, "Member 'FNiagaraStatelessExpressionColorMultiply::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionFloatBinding \ +static_assert(alignof(FNiagaraStatelessExpressionFloatBinding) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionFloatBinding"); \ +static_assert(sizeof(FNiagaraStatelessExpressionFloatBinding) == 0x000018, "Wrong size on FNiagaraStatelessExpressionFloatBinding"); \ +static_assert(offsetof(FNiagaraStatelessExpressionFloatBinding, A) == 0x000008, "Member 'FNiagaraStatelessExpressionFloatBinding::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionFloatSubtract \ +static_assert(alignof(FNiagaraStatelessExpressionFloatSubtract) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionFloatSubtract"); \ +static_assert(sizeof(FNiagaraStatelessExpressionFloatSubtract) == 0x000028, "Wrong size on FNiagaraStatelessExpressionFloatSubtract"); \ +static_assert(offsetof(FNiagaraStatelessExpressionFloatSubtract, A) == 0x000008, "Member 'FNiagaraStatelessExpressionFloatSubtract::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionFloatSubtract, B) == 0x000018, "Member 'FNiagaraStatelessExpressionFloatSubtract::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionFloatDivide \ +static_assert(alignof(FNiagaraStatelessExpressionFloatDivide) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionFloatDivide"); \ +static_assert(sizeof(FNiagaraStatelessExpressionFloatDivide) == 0x000028, "Wrong size on FNiagaraStatelessExpressionFloatDivide"); \ +static_assert(offsetof(FNiagaraStatelessExpressionFloatDivide, A) == 0x000008, "Member 'FNiagaraStatelessExpressionFloatDivide::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionFloatDivide, B) == 0x000018, "Member 'FNiagaraStatelessExpressionFloatDivide::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec2Constant \ +static_assert(alignof(FNiagaraStatelessExpressionVec2Constant) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec2Constant"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec2Constant) == 0x000010, "Wrong size on FNiagaraStatelessExpressionVec2Constant"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec2Constant, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec2Constant::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec2Add \ +static_assert(alignof(FNiagaraStatelessExpressionVec2Add) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec2Add"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec2Add) == 0x000028, "Wrong size on FNiagaraStatelessExpressionVec2Add"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec2Add, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec2Add::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec2Add, B) == 0x000018, "Member 'FNiagaraStatelessExpressionVec2Add::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec2Multiply \ +static_assert(alignof(FNiagaraStatelessExpressionVec2Multiply) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec2Multiply"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec2Multiply) == 0x000028, "Wrong size on FNiagaraStatelessExpressionVec2Multiply"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec2Multiply, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec2Multiply::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec2Multiply, B) == 0x000018, "Member 'FNiagaraStatelessExpressionVec2Multiply::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec3Binding \ +static_assert(alignof(FNiagaraStatelessExpressionVec3Binding) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec3Binding"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec3Binding) == 0x000018, "Wrong size on FNiagaraStatelessExpressionVec3Binding"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec3Binding, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec3Binding::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec3Subtract \ +static_assert(alignof(FNiagaraStatelessExpressionVec3Subtract) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec3Subtract"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec3Subtract) == 0x000028, "Wrong size on FNiagaraStatelessExpressionVec3Subtract"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec3Subtract, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec3Subtract::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec3Subtract, B) == 0x000018, "Member 'FNiagaraStatelessExpressionVec3Subtract::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec3Divide \ +static_assert(alignof(FNiagaraStatelessExpressionVec3Divide) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec3Divide"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec3Divide) == 0x000028, "Wrong size on FNiagaraStatelessExpressionVec3Divide"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec3Divide, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec3Divide::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec3Divide, B) == 0x000018, "Member 'FNiagaraStatelessExpressionVec3Divide::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec4Constant \ +static_assert(alignof(FNiagaraStatelessExpressionVec4Constant) == 0x000010, "Wrong alignment on FNiagaraStatelessExpressionVec4Constant"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec4Constant) == 0x000020, "Wrong size on FNiagaraStatelessExpressionVec4Constant"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec4Constant, A) == 0x000010, "Member 'FNiagaraStatelessExpressionVec4Constant::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec4Add \ +static_assert(alignof(FNiagaraStatelessExpressionVec4Add) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec4Add"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec4Add) == 0x000028, "Wrong size on FNiagaraStatelessExpressionVec4Add"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec4Add, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec4Add::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec4Add, B) == 0x000018, "Member 'FNiagaraStatelessExpressionVec4Add::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec4Multiply \ +static_assert(alignof(FNiagaraStatelessExpressionVec4Multiply) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec4Multiply"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec4Multiply) == 0x000028, "Wrong size on FNiagaraStatelessExpressionVec4Multiply"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec4Multiply, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec4Multiply::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec4Multiply, B) == 0x000018, "Member 'FNiagaraStatelessExpressionVec4Multiply::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessExpressionVec4Divide \ +static_assert(alignof(FNiagaraStatelessExpressionVec4Divide) == 0x000008, "Wrong alignment on FNiagaraStatelessExpressionVec4Divide"); \ +static_assert(sizeof(FNiagaraStatelessExpressionVec4Divide) == 0x000028, "Wrong size on FNiagaraStatelessExpressionVec4Divide"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec4Divide, A) == 0x000008, "Member 'FNiagaraStatelessExpressionVec4Divide::A' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessExpressionVec4Divide, B) == 0x000018, "Member 'FNiagaraStatelessExpressionVec4Divide::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionFloat \ +static_assert(alignof(FNiagaraDistributionFloat) == 0x000008, "Wrong alignment on FNiagaraDistributionFloat"); \ +static_assert(sizeof(FNiagaraDistributionFloat) == 0x000040, "Wrong size on FNiagaraDistributionFloat"); \ +static_assert(offsetof(FNiagaraDistributionFloat, Values) == 0x000028, "Member 'FNiagaraDistributionFloat::Values' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionFloat, ValuesTimeRange) == 0x000038, "Member 'FNiagaraDistributionFloat::ValuesTimeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessDynamicParameterSet \ +static_assert(alignof(FNiagaraStatelessDynamicParameterSet) == 0x000008, "Wrong alignment on FNiagaraStatelessDynamicParameterSet"); \ +static_assert(sizeof(FNiagaraStatelessDynamicParameterSet) == 0x000108, "Wrong size on FNiagaraStatelessDynamicParameterSet"); \ +static_assert(offsetof(FNiagaraStatelessDynamicParameterSet, XChannelDistribution) == 0x000008, "Member 'FNiagaraStatelessDynamicParameterSet::XChannelDistribution' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessDynamicParameterSet, YChannelDistribution) == 0x000048, "Member 'FNiagaraStatelessDynamicParameterSet::YChannelDistribution' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessDynamicParameterSet, ZChannelDistribution) == 0x000088, "Member 'FNiagaraStatelessDynamicParameterSet::ZChannelDistribution' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessDynamicParameterSet, WChannelDistribution) == 0x0000C8, "Member 'FNiagaraStatelessDynamicParameterSet::WChannelDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionRangeInt \ +static_assert(alignof(FNiagaraDistributionRangeInt) == 0x000008, "Wrong alignment on FNiagaraDistributionRangeInt"); \ +static_assert(sizeof(FNiagaraDistributionRangeInt) == 0x000028, "Wrong size on FNiagaraDistributionRangeInt"); \ +static_assert(offsetof(FNiagaraDistributionRangeInt, Mode) == 0x000000, "Member 'FNiagaraDistributionRangeInt::Mode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeInt, ParameterBinding) == 0x000004, "Member 'FNiagaraDistributionRangeInt::ParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeInt, ParameterExpression) == 0x000010, "Member 'FNiagaraDistributionRangeInt::ParameterExpression' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeInt, Min) == 0x000020, "Member 'FNiagaraDistributionRangeInt::Min' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeInt, Max) == 0x000024, "Member 'FNiagaraDistributionRangeInt::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionRangeVector2 \ +static_assert(alignof(FNiagaraDistributionRangeVector2) == 0x000008, "Wrong alignment on FNiagaraDistributionRangeVector2"); \ +static_assert(sizeof(FNiagaraDistributionRangeVector2) == 0x000038, "Wrong size on FNiagaraDistributionRangeVector2"); \ +static_assert(offsetof(FNiagaraDistributionRangeVector2, Min) == 0x000028, "Member 'FNiagaraDistributionRangeVector2::Min' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeVector2, Max) == 0x000030, "Member 'FNiagaraDistributionRangeVector2::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionRangeVector3 \ +static_assert(alignof(FNiagaraDistributionRangeVector3) == 0x000008, "Wrong alignment on FNiagaraDistributionRangeVector3"); \ +static_assert(sizeof(FNiagaraDistributionRangeVector3) == 0x000040, "Wrong size on FNiagaraDistributionRangeVector3"); \ +static_assert(offsetof(FNiagaraDistributionRangeVector3, Min) == 0x000028, "Member 'FNiagaraDistributionRangeVector3::Min' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeVector3, Max) == 0x000034, "Member 'FNiagaraDistributionRangeVector3::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionRangeColor \ +static_assert(alignof(FNiagaraDistributionRangeColor) == 0x000008, "Wrong alignment on FNiagaraDistributionRangeColor"); \ +static_assert(sizeof(FNiagaraDistributionRangeColor) == 0x000048, "Wrong size on FNiagaraDistributionRangeColor"); \ +static_assert(offsetof(FNiagaraDistributionRangeColor, Min) == 0x000028, "Member 'FNiagaraDistributionRangeColor::Min' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeColor, Max) == 0x000038, "Member 'FNiagaraDistributionRangeColor::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionRangeRotator \ +static_assert(alignof(FNiagaraDistributionRangeRotator) == 0x000008, "Wrong alignment on FNiagaraDistributionRangeRotator"); \ +static_assert(sizeof(FNiagaraDistributionRangeRotator) == 0x000040, "Wrong size on FNiagaraDistributionRangeRotator"); \ +static_assert(offsetof(FNiagaraDistributionRangeRotator, Min) == 0x000028, "Member 'FNiagaraDistributionRangeRotator::Min' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionRangeRotator, Max) == 0x000034, "Member 'FNiagaraDistributionRangeRotator::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionVector2 \ +static_assert(alignof(FNiagaraDistributionVector2) == 0x000008, "Wrong alignment on FNiagaraDistributionVector2"); \ +static_assert(sizeof(FNiagaraDistributionVector2) == 0x000040, "Wrong size on FNiagaraDistributionVector2"); \ +static_assert(offsetof(FNiagaraDistributionVector2, Values) == 0x000028, "Member 'FNiagaraDistributionVector2::Values' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionVector2, ValuesTimeRange) == 0x000038, "Member 'FNiagaraDistributionVector2::ValuesTimeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionVector3 \ +static_assert(alignof(FNiagaraDistributionVector3) == 0x000008, "Wrong alignment on FNiagaraDistributionVector3"); \ +static_assert(sizeof(FNiagaraDistributionVector3) == 0x000040, "Wrong size on FNiagaraDistributionVector3"); \ +static_assert(offsetof(FNiagaraDistributionVector3, Values) == 0x000028, "Member 'FNiagaraDistributionVector3::Values' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionVector3, ValuesTimeRange) == 0x000038, "Member 'FNiagaraDistributionVector3::ValuesTimeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionPosition \ +static_assert(alignof(FNiagaraDistributionPosition) == 0x000008, "Wrong alignment on FNiagaraDistributionPosition"); \ +static_assert(sizeof(FNiagaraDistributionPosition) == 0x000040, "Wrong size on FNiagaraDistributionPosition"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionColor \ +static_assert(alignof(FNiagaraDistributionColor) == 0x000008, "Wrong alignment on FNiagaraDistributionColor"); \ +static_assert(sizeof(FNiagaraDistributionColor) == 0x000040, "Wrong size on FNiagaraDistributionColor"); \ +static_assert(offsetof(FNiagaraDistributionColor, Values) == 0x000028, "Member 'FNiagaraDistributionColor::Values' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionColor, ValuesTimeRange) == 0x000038, "Member 'FNiagaraDistributionColor::ValuesTimeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionCurveFloat \ +static_assert(alignof(FNiagaraDistributionCurveFloat) == 0x000008, "Wrong alignment on FNiagaraDistributionCurveFloat"); \ +static_assert(sizeof(FNiagaraDistributionCurveFloat) == 0x000040, "Wrong size on FNiagaraDistributionCurveFloat"); \ +static_assert(offsetof(FNiagaraDistributionCurveFloat, Values) == 0x000028, "Member 'FNiagaraDistributionCurveFloat::Values' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionCurveFloat, ValuesTimeRange) == 0x000038, "Member 'FNiagaraDistributionCurveFloat::ValuesTimeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDistributionCurveVector3 \ +static_assert(alignof(FNiagaraDistributionCurveVector3) == 0x000008, "Wrong alignment on FNiagaraDistributionCurveVector3"); \ +static_assert(sizeof(FNiagaraDistributionCurveVector3) == 0x000040, "Wrong size on FNiagaraDistributionCurveVector3"); \ +static_assert(offsetof(FNiagaraDistributionCurveVector3, Values) == 0x000028, "Member 'FNiagaraDistributionCurveVector3::Values' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDistributionCurveVector3, ValuesTimeRange) == 0x000038, "Member 'FNiagaraDistributionCurveVector3::ValuesTimeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStatelessSpawnInfo \ +static_assert(alignof(FNiagaraStatelessSpawnInfo) == 0x000008, "Wrong alignment on FNiagaraStatelessSpawnInfo"); \ +static_assert(sizeof(FNiagaraStatelessSpawnInfo) == 0x0000C0, "Wrong size on FNiagaraStatelessSpawnInfo"); \ +static_assert(offsetof(FNiagaraStatelessSpawnInfo, Type) == 0x000000, "Member 'FNiagaraStatelessSpawnInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessSpawnInfo, SpawnTime) == 0x000004, "Member 'FNiagaraStatelessSpawnInfo::SpawnTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessSpawnInfo, Amount) == 0x000008, "Member 'FNiagaraStatelessSpawnInfo::Amount' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessSpawnInfo, Rate) == 0x000030, "Member 'FNiagaraStatelessSpawnInfo::Rate' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessSpawnInfo, SpawnProbability) == 0x000068, "Member 'FNiagaraStatelessSpawnInfo::SpawnProbability' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStatelessSpawnInfo, LoopCountLimit) == 0x000098, "Member 'FNiagaraStatelessSpawnInfo::LoopCountLimit' 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_UNiagaraDataInterfaceDynamicMeshSimCacheData \ +static_assert(alignof(UNiagaraDataInterfaceDynamicMeshSimCacheData) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDynamicMeshSimCacheData"); \ +static_assert(sizeof(UNiagaraDataInterfaceDynamicMeshSimCacheData) == 0x000058, "Wrong size on UNiagaraDataInterfaceDynamicMeshSimCacheData"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMeshSimCacheData, UniqueFrames) == 0x000028, "Member 'UNiagaraDataInterfaceDynamicMeshSimCacheData::UniqueFrames' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMeshSimCacheData, CpuFrameIndices) == 0x000038, "Member 'UNiagaraDataInterfaceDynamicMeshSimCacheData::CpuFrameIndices' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMeshSimCacheData, GpuFrameIndices) == 0x000048, "Member 'UNiagaraDataInterfaceDynamicMeshSimCacheData::GpuFrameIndices' 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_INiagaraRenderableMeshArrayInterface \ +static_assert(alignof(INiagaraRenderableMeshArrayInterface) == 0x000001, "Wrong alignment on INiagaraRenderableMeshArrayInterface"); \ +static_assert(sizeof(INiagaraRenderableMeshArrayInterface) == 0x000001, "Wrong size on INiagaraRenderableMeshArrayInterface"); \ + +#define DUMPER7_ASSERTS_INiagaraRenderableMeshInterface \ +static_assert(alignof(INiagaraRenderableMeshInterface) == 0x000001, "Wrong alignment on INiagaraRenderableMeshInterface"); \ +static_assert(sizeof(INiagaraRenderableMeshInterface) == 0x000001, "Wrong size on INiagaraRenderableMeshInterface"); \ + +#define DUMPER7_ASSERTS_UNiagaraScriptSourceBase \ +static_assert(alignof(UNiagaraScriptSourceBase) == 0x000008, "Wrong alignment on UNiagaraScriptSourceBase"); \ +static_assert(sizeof(UNiagaraScriptSourceBase) == 0x000048, "Wrong size on UNiagaraScriptSourceBase"); \ + +#define DUMPER7_ASSERTS_INiagaraSimCacheCustomStorageInterface \ +static_assert(alignof(INiagaraSimCacheCustomStorageInterface) == 0x000001, "Wrong alignment on INiagaraSimCacheCustomStorageInterface"); \ +static_assert(sizeof(INiagaraSimCacheCustomStorageInterface) == 0x000001, "Wrong size on INiagaraSimCacheCustomStorageInterface"); \ + +#define DUMPER7_ASSERTS_UNiagaraValidationRuleSet \ +static_assert(alignof(UNiagaraValidationRuleSet) == 0x000008, "Wrong alignment on UNiagaraValidationRuleSet"); \ +static_assert(sizeof(UNiagaraValidationRuleSet) == 0x000038, "Wrong size on UNiagaraValidationRuleSet"); \ +static_assert(offsetof(UNiagaraValidationRuleSet, ValidationRules) == 0x000028, "Member 'UNiagaraValidationRuleSet::ValidationRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNDIRenderTargetSimCacheData \ +static_assert(alignof(UNDIRenderTargetSimCacheData) == 0x000008, "Wrong alignment on UNDIRenderTargetSimCacheData"); \ +static_assert(sizeof(UNDIRenderTargetSimCacheData) == 0x000050, "Wrong size on UNDIRenderTargetSimCacheData"); \ +static_assert(offsetof(UNDIRenderTargetSimCacheData, CompressionType) == 0x000028, "Member 'UNDIRenderTargetSimCacheData::CompressionType' has a wrong offset!"); \ +static_assert(offsetof(UNDIRenderTargetSimCacheData, Frames) == 0x000030, "Member 'UNDIRenderTargetSimCacheData::Frames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterface \ +static_assert(alignof(UNiagaraDataInterface) == 0x000008, "Wrong alignment on UNiagaraDataInterface"); \ +static_assert(sizeof(UNiagaraDataInterface) == 0x000038, "Wrong size on UNiagaraDataInterface"); \ + +#define DUMPER7_ASSERTS_UNiagaraMessageDataBase \ +static_assert(alignof(UNiagaraMessageDataBase) == 0x000008, "Wrong alignment on UNiagaraMessageDataBase"); \ +static_assert(sizeof(UNiagaraMessageDataBase) == 0x000028, "Wrong size on UNiagaraMessageDataBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceActorComponent \ +static_assert(alignof(UNiagaraDataInterfaceActorComponent) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceActorComponent"); \ +static_assert(sizeof(UNiagaraDataInterfaceActorComponent) == 0x000080, "Wrong size on UNiagaraDataInterfaceActorComponent"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceActorComponent::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, LocalPlayerIndex) == 0x00003C, "Member 'UNiagaraDataInterfaceActorComponent::LocalPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, SourceActor) == 0x000040, "Member 'UNiagaraDataInterfaceActorComponent::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, ActorOrComponentParameter) == 0x000058, "Member 'UNiagaraDataInterfaceActorComponent::ActorOrComponentParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, bRequireCurrentFrameData) == 0x000078, "Member 'UNiagaraDataInterfaceActorComponent::bRequireCurrentFrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayDistributionInt_SetNiagaraArrayDistributionInt \ +static_assert(alignof(NiagaraDataInterfaceArrayDistributionInt_SetNiagaraArrayDistributionInt) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayDistributionInt_SetNiagaraArrayDistributionInt"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayDistributionInt_SetNiagaraArrayDistributionInt) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayDistributionInt_SetNiagaraArrayDistributionInt"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayDistributionInt_SetNiagaraArrayDistributionInt, NiagaraComponent) == 0x000000, "Member 'NiagaraDataInterfaceArrayDistributionInt_SetNiagaraArrayDistributionInt::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayDistributionInt_SetNiagaraArrayDistributionInt, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayDistributionInt_SetNiagaraArrayDistributionInt::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayDistributionInt_SetNiagaraArrayDistributionInt, ArrayData_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayDistributionInt_SetNiagaraArrayDistributionInt::ArrayData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayDistributionInt \ +static_assert(alignof(UNiagaraDataInterfaceArrayDistributionInt) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayDistributionInt"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayDistributionInt) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayDistributionInt"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayDistributionInt, ArrayData) == 0x000040, "Member 'UNiagaraDataInterfaceArrayDistributionInt::ArrayData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayDistributionInt, BuiltTableData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayDistributionInt::BuiltTableData' has a wrong offset!"); \ + +#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_UNiagaraSignificanceHandlerAge \ +static_assert(alignof(UNiagaraSignificanceHandlerAge) == 0x000008, "Wrong alignment on UNiagaraSignificanceHandlerAge"); \ +static_assert(sizeof(UNiagaraSignificanceHandlerAge) == 0x000028, "Wrong size on UNiagaraSignificanceHandlerAge"); \ + +#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) == 0x000050, "Wrong size on UNiagaraDataInterfaceArray"); \ +static_assert(offsetof(UNiagaraDataInterfaceArray, GpuSyncMode) == 0x000048, "Member 'UNiagaraDataInterfaceArray::GpuSyncMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceArray, MaxElements) == 0x00004C, "Member 'UNiagaraDataInterfaceArray::MaxElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMesh \ +static_assert(alignof(NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMesh) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMesh"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMesh) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMesh"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMesh, NiagaraComponent) == 0x000000, "Member 'NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMesh::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMesh, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMesh::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMesh, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMesh::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMeshSM \ +static_assert(alignof(NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMeshSM) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMeshSM"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMeshSM) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMeshSM"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMeshSM, NiagaraComponent) == 0x000000, "Member 'NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMeshSM::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMeshSM, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMeshSM::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMeshSM, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayMesh_SetNiagaraArrayMeshSM::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayMesh \ +static_assert(alignof(UNiagaraDataInterfaceArrayMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayMesh"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayMesh) == 0x000068, "Wrong size on UNiagaraDataInterfaceArrayMesh"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayMesh, MeshData) == 0x000058, "Member 'UNiagaraDataInterfaceArrayMesh::MeshData' 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_UNiagaraStatelessModule \ +static_assert(alignof(UNiagaraStatelessModule) == 0x000008, "Wrong alignment on UNiagaraStatelessModule"); \ +static_assert(sizeof(UNiagaraStatelessModule) == 0x000030, "Wrong size on UNiagaraStatelessModule"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_InitializeParticle \ +static_assert(alignof(UNiagaraStatelessModule_InitializeParticle) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_InitializeParticle"); \ +static_assert(sizeof(UNiagaraStatelessModule_InitializeParticle) == 0x0001F0, "Wrong size on UNiagaraStatelessModule_InitializeParticle"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, LifetimeDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_InitializeParticle::LifetimeDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, ColorDistribution) == 0x000060, "Member 'UNiagaraStatelessModule_InitializeParticle::ColorDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, MassDistribution) == 0x0000A0, "Member 'UNiagaraStatelessModule_InitializeParticle::MassDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, SpriteSizeDistribution) == 0x0000D0, "Member 'UNiagaraStatelessModule_InitializeParticle::SpriteSizeDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, SpriteRotationDistribution) == 0x000108, "Member 'UNiagaraStatelessModule_InitializeParticle::SpriteRotationDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, MeshScaleDistribution) == 0x000138, "Member 'UNiagaraStatelessModule_InitializeParticle::MeshScaleDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, bWriteRibbonWidth) == 0x000178, "Member 'UNiagaraStatelessModule_InitializeParticle::bWriteRibbonWidth' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, RibbonWidthDistribution) == 0x000180, "Member 'UNiagaraStatelessModule_InitializeParticle::RibbonWidthDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitializeParticle, InitialPositionDistribution) == 0x0001B0, "Member 'UNiagaraStatelessModule_InitializeParticle::InitialPositionDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceConsoleVariable \ +static_assert(alignof(UNiagaraDataInterfaceConsoleVariable) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceConsoleVariable"); \ +static_assert(sizeof(UNiagaraDataInterfaceConsoleVariable) == 0x000038, "Wrong size on UNiagaraDataInterfaceConsoleVariable"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceDataChannelRead \ +static_assert(alignof(UNiagaraDataInterfaceDataChannelRead) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDataChannelRead"); \ +static_assert(sizeof(UNiagaraDataInterfaceDataChannelRead) == 0x0000C8, "Wrong size on UNiagaraDataInterfaceDataChannelRead"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, Channel) == 0x000038, "Member 'UNiagaraDataInterfaceDataChannelRead::Channel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, AccessContext) == 0x000040, "Member 'UNiagaraDataInterfaceDataChannelRead::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, bAutoLinkToSpawningNDC) == 0x000050, "Member 'UNiagaraDataInterfaceDataChannelRead::bAutoLinkToSpawningNDC' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, bReadCurrentFrame) == 0x000051, "Member 'UNiagaraDataInterfaceDataChannelRead::bReadCurrentFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, bUpdateSourceDataEveryTick) == 0x000052, "Member 'UNiagaraDataInterfaceDataChannelRead::bUpdateSourceDataEveryTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, bOverrideSpawnGroupToDataChannelIndex) == 0x000053, "Member 'UNiagaraDataInterfaceDataChannelRead::bOverrideSpawnGroupToDataChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, bOnlySpawnOnceOnSubticks) == 0x000054, "Member 'UNiagaraDataInterfaceDataChannelRead::bOnlySpawnOnceOnSubticks' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelRead, CompiledData) == 0x000058, "Member 'UNiagaraDataInterfaceDataChannelRead::CompiledData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewAxis_ApplyToPreview \ +static_assert(alignof(NiagaraPreviewAxis_ApplyToPreview) == 0x000008, "Wrong alignment on NiagaraPreviewAxis_ApplyToPreview"); \ +static_assert(sizeof(NiagaraPreviewAxis_ApplyToPreview) == 0x000020, "Wrong size on NiagaraPreviewAxis_ApplyToPreview"); \ +static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, PreviewComponent) == 0x000000, "Member 'NiagaraPreviewAxis_ApplyToPreview::PreviewComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, PreviewIndex) == 0x000008, "Member 'NiagaraPreviewAxis_ApplyToPreview::PreviewIndex' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, bIsXAxis) == 0x00000C, "Member 'NiagaraPreviewAxis_ApplyToPreview::bIsXAxis' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, OutLabelText) == 0x000010, "Member 'NiagaraPreviewAxis_ApplyToPreview::OutLabelText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewAxis_Num \ +static_assert(alignof(NiagaraPreviewAxis_Num) == 0x000004, "Wrong alignment on NiagaraPreviewAxis_Num"); \ +static_assert(sizeof(NiagaraPreviewAxis_Num) == 0x000004, "Wrong size on NiagaraPreviewAxis_Num"); \ +static_assert(offsetof(NiagaraPreviewAxis_Num, ReturnValue) == 0x000000, "Member 'NiagaraPreviewAxis_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis \ +static_assert(alignof(UNiagaraPreviewAxis) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis"); \ +static_assert(sizeof(UNiagaraPreviewAxis) == 0x000028, "Wrong size on UNiagaraPreviewAxis"); \ + +#define DUMPER7_ASSERTS_UNDIDataChannelWriteSimCacheData \ +static_assert(alignof(UNDIDataChannelWriteSimCacheData) == 0x000008, "Wrong alignment on UNDIDataChannelWriteSimCacheData"); \ +static_assert(sizeof(UNDIDataChannelWriteSimCacheData) == 0x000068, "Wrong size on UNDIDataChannelWriteSimCacheData"); \ +static_assert(offsetof(UNDIDataChannelWriteSimCacheData, FrameData) == 0x000028, "Member 'UNDIDataChannelWriteSimCacheData::FrameData' has a wrong offset!"); \ +static_assert(offsetof(UNDIDataChannelWriteSimCacheData, DataChannelReference) == 0x000038, "Member 'UNDIDataChannelWriteSimCacheData::DataChannelReference' has a wrong offset!"); \ +static_assert(offsetof(UNDIDataChannelWriteSimCacheData, DataInterface) == 0x000058, "Member 'UNDIDataChannelWriteSimCacheData::DataInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceDataChannelWrite \ +static_assert(alignof(UNiagaraDataInterfaceDataChannelWrite) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDataChannelWrite"); \ +static_assert(sizeof(UNiagaraDataInterfaceDataChannelWrite) == 0x000120, "Wrong size on UNiagaraDataInterfaceDataChannelWrite"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, AllocationMode) == 0x000040, "Member 'UNiagaraDataInterfaceDataChannelWrite::AllocationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, AllocationCount) == 0x000044, "Member 'UNiagaraDataInterfaceDataChannelWrite::AllocationCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, bPublishToGame) == 0x000048, "Member 'UNiagaraDataInterfaceDataChannelWrite::bPublishToGame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, bPublishToCPU) == 0x000049, "Member 'UNiagaraDataInterfaceDataChannelWrite::bPublishToCPU' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, bPublishToGPU) == 0x00004A, "Member 'UNiagaraDataInterfaceDataChannelWrite::bPublishToGPU' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, bUpdateDestinationDataEveryTick) == 0x00004B, "Member 'UNiagaraDataInterfaceDataChannelWrite::bUpdateDestinationDataEveryTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, bOnlyWriteOnceOnSubticks) == 0x00004C, "Member 'UNiagaraDataInterfaceDataChannelWrite::bOnlyWriteOnceOnSubticks' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, Channel) == 0x000050, "Member 'UNiagaraDataInterfaceDataChannelWrite::Channel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, AccessContext) == 0x000058, "Member 'UNiagaraDataInterfaceDataChannelWrite::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataChannelWrite, CompiledData) == 0x000068, "Member 'UNiagaraDataInterfaceDataChannelWrite::CompiledData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraRendererProperties \ +static_assert(alignof(UNiagaraRendererProperties) == 0x000008, "Wrong alignment on UNiagaraRendererProperties"); \ +static_assert(sizeof(UNiagaraRendererProperties) == 0x0000A0, "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, bIsEnabled) == 0x00005D, "Member 'UNiagaraRendererProperties::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, bAllowInCullProxies) == 0x00005E, "Member 'UNiagaraRendererProperties::bAllowInCullProxies' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, RendererEnabledBinding) == 0x000060, "Member 'UNiagaraRendererProperties::RendererEnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, OuterEmitterVersion) == 0x000080, "Member 'UNiagaraRendererProperties::OuterEmitterVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraLightRendererProperties \ +static_assert(alignof(UNiagaraLightRendererProperties) == 0x000008, "Wrong alignment on UNiagaraLightRendererProperties"); \ +static_assert(sizeof(UNiagaraLightRendererProperties) == 0x000230, "Wrong size on UNiagaraLightRendererProperties"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, SourceMode) == 0x0000A0, "Member 'UNiagaraLightRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RadiusScale) == 0x0000A8, "Member 'UNiagaraLightRendererProperties::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, DefaultExponent) == 0x0000AC, "Member 'UNiagaraLightRendererProperties::DefaultExponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, SpecularScale) == 0x0000B0, "Member 'UNiagaraLightRendererProperties::SpecularScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, DiffuseScale) == 0x0000B4, "Member 'UNiagaraLightRendererProperties::DiffuseScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, ColorAdd) == 0x0000B8, "Member 'UNiagaraLightRendererProperties::ColorAdd' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, InverseExposureBlend) == 0x0000C4, "Member 'UNiagaraLightRendererProperties::InverseExposureBlend' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibility) == 0x0000C8, "Member 'UNiagaraLightRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, LightRenderingEnabledBinding) == 0x0000CC, "Member 'UNiagaraLightRendererProperties::LightRenderingEnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, LightExponentBinding) == 0x0000EC, "Member 'UNiagaraLightRendererProperties::LightExponentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, PositionBinding) == 0x00010C, "Member 'UNiagaraLightRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, ColorBinding) == 0x00012C, "Member 'UNiagaraLightRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RadiusBinding) == 0x00014C, "Member 'UNiagaraLightRendererProperties::RadiusBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, VolumetricScatteringBinding) == 0x00016C, "Member 'UNiagaraLightRendererProperties::VolumetricScatteringBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibilityTagBinding) == 0x00018C, "Member 'UNiagaraLightRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, SpecularScaleBinding) == 0x0001AC, "Member 'UNiagaraLightRendererProperties::SpecularScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, DiffuseScaleBinding) == 0x0001CC, "Member 'UNiagaraLightRendererProperties::DiffuseScaleBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceDataTable \ +static_assert(alignof(UNiagaraDataInterfaceDataTable) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDataTable"); \ +static_assert(sizeof(UNiagaraDataInterfaceDataTable) == 0x000078, "Wrong size on UNiagaraDataInterfaceDataTable"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataTable, DataTable) == 0x000038, "Member 'UNiagaraDataInterfaceDataTable::DataTable' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataTable, FilteredRowNames) == 0x000040, "Member 'UNiagaraDataInterfaceDataTable::FilteredRowNames' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataTable, ObjectParameterBinding) == 0x000050, "Member 'UNiagaraDataInterfaceDataTable::ObjectParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDataTable, bCreateFilteredTable) == 0x000070, "Member 'UNiagaraDataInterfaceDataTable::bCreateFilteredTable' 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_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_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_UNiagaraDataInterfaceDynamicMesh \ +static_assert(alignof(UNiagaraDataInterfaceDynamicMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDynamicMesh"); \ +static_assert(sizeof(UNiagaraDataInterfaceDynamicMesh) == 0x0000B0, "Wrong size on UNiagaraDataInterfaceDynamicMesh"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, Sections) == 0x000048, "Member 'UNiagaraDataInterfaceDynamicMesh::Sections' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, Materials) == 0x000058, "Member 'UNiagaraDataInterfaceDynamicMesh::Materials' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, NumVertices) == 0x000068, "Member 'UNiagaraDataInterfaceDynamicMesh::NumVertices' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, NumTexCoords) == 0x00006C, "Member 'UNiagaraDataInterfaceDynamicMesh::NumTexCoords' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, bHasColors) == 0x000070, "Member 'UNiagaraDataInterfaceDynamicMesh::bHasColors' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, bHasTangentBasis) == 0x000071, "Member 'UNiagaraDataInterfaceDynamicMesh::bHasTangentBasis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, bClearTrianglesPerFrame) == 0x000072, "Member 'UNiagaraDataInterfaceDynamicMesh::bClearTrianglesPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceDynamicMesh, DefaultBounds) == 0x000078, "Member 'UNiagaraDataInterfaceDynamicMesh::DefaultBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceEmitterProperties \ +static_assert(alignof(UNiagaraDataInterfaceEmitterProperties) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceEmitterProperties"); \ +static_assert(sizeof(UNiagaraDataInterfaceEmitterProperties) == 0x000048, "Wrong size on UNiagaraDataInterfaceEmitterProperties"); \ +static_assert(offsetof(UNiagaraDataInterfaceEmitterProperties, EmitterBinding) == 0x000038, "Member 'UNiagaraDataInterfaceEmitterProperties::EmitterBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraEditorParametersAdapterBase \ +static_assert(alignof(UNiagaraEditorParametersAdapterBase) == 0x000008, "Wrong alignment on UNiagaraEditorParametersAdapterBase"); \ +static_assert(sizeof(UNiagaraEditorParametersAdapterBase) == 0x000028, "Wrong size on UNiagaraEditorParametersAdapterBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGBuffer \ +static_assert(alignof(UNiagaraDataInterfaceGBuffer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGBuffer"); \ +static_assert(sizeof(UNiagaraDataInterfaceGBuffer) == 0x000038, "Wrong size on UNiagaraDataInterfaceGBuffer"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceMemoryBuffer \ +static_assert(alignof(UNiagaraDataInterfaceMemoryBuffer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceMemoryBuffer"); \ +static_assert(sizeof(UNiagaraDataInterfaceMemoryBuffer) == 0x000048, "Wrong size on UNiagaraDataInterfaceMemoryBuffer"); \ +static_assert(offsetof(UNiagaraDataInterfaceMemoryBuffer, DefaultNumElements) == 0x000040, "Member 'UNiagaraDataInterfaceMemoryBuffer::DefaultNumElements' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceMemoryBuffer, GpuSyncMode) == 0x000044, "Member 'UNiagaraDataInterfaceMemoryBuffer::GpuSyncMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNDIMemoryBufferSimCacheData \ +static_assert(alignof(UNDIMemoryBufferSimCacheData) == 0x000008, "Wrong alignment on UNDIMemoryBufferSimCacheData"); \ +static_assert(sizeof(UNDIMemoryBufferSimCacheData) == 0x000048, "Wrong size on UNDIMemoryBufferSimCacheData"); \ +static_assert(offsetof(UNDIMemoryBufferSimCacheData, FrameData) == 0x000028, "Member 'UNDIMemoryBufferSimCacheData::FrameData' has a wrong offset!"); \ +static_assert(offsetof(UNDIMemoryBufferSimCacheData, BufferData) == 0x000038, "Member 'UNDIMemoryBufferSimCacheData::BufferData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfacePhysicsAsset \ +static_assert(alignof(UNiagaraDataInterfacePhysicsAsset) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePhysicsAsset"); \ +static_assert(sizeof(UNiagaraDataInterfacePhysicsAsset) == 0x0000A8, "Wrong size on UNiagaraDataInterfacePhysicsAsset"); \ +static_assert(offsetof(UNiagaraDataInterfacePhysicsAsset, DefaultSource) == 0x000038, "Member 'UNiagaraDataInterfacePhysicsAsset::DefaultSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfacePhysicsAsset, SoftSourceActor) == 0x000040, "Member 'UNiagaraDataInterfacePhysicsAsset::SoftSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfacePhysicsAsset, MeshUserParameter) == 0x000068, "Member 'UNiagaraDataInterfacePhysicsAsset::MeshUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_INiagaraPhysicsAssetDICollectorInterface \ +static_assert(alignof(INiagaraPhysicsAssetDICollectorInterface) == 0x000001, "Wrong alignment on INiagaraPhysicsAssetDICollectorInterface"); \ +static_assert(sizeof(INiagaraPhysicsAssetDICollectorInterface) == 0x000001, "Wrong size on INiagaraPhysicsAssetDICollectorInterface"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors \ +static_assert(alignof(NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors) == 0x000008, "Wrong alignment on NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors"); \ +static_assert(sizeof(NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors) == 0x000020, "Wrong size on NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors"); \ +static_assert(offsetof(NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors, ParameterName) == 0x000008, "Member 'NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors, ShowOnlyActors) == 0x000010, "Member 'NiagaraDataInterfaceSceneCapture2D_SetSceneCapture2DManagedShowOnlyActors::ShowOnlyActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSceneCapture2D \ +static_assert(alignof(UNiagaraDataInterfaceSceneCapture2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSceneCapture2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceSceneCapture2D) == 0x000138, "Wrong size on UNiagaraDataInterfaceSceneCapture2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceSceneCapture2D::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, SceneCaptureUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceSceneCapture2D::SceneCaptureUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, bAutoMoveWithComponent) == 0x000060, "Member 'UNiagaraDataInterfaceSceneCapture2D::bAutoMoveWithComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, AutoMoveOffsetLocationMode) == 0x000061, "Member 'UNiagaraDataInterfaceSceneCapture2D::AutoMoveOffsetLocationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, AutoMoveOffsetLocation) == 0x000068, "Member 'UNiagaraDataInterfaceSceneCapture2D::AutoMoveOffsetLocation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, AutoMoveOffsetRotationMode) == 0x000080, "Member 'UNiagaraDataInterfaceSceneCapture2D::AutoMoveOffsetRotationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, AutoMoveOffsetRotation) == 0x000088, "Member 'UNiagaraDataInterfaceSceneCapture2D::AutoMoveOffsetRotation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedCaptureSource) == 0x0000A0, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedCaptureSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedTextureSize) == 0x0000A4, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedTextureSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedTextureFormat) == 0x0000AC, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedTextureFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedProjectionType) == 0x0000AD, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedProjectionType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedFOVAngle) == 0x0000B0, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedFOVAngle' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedOrthoWidth) == 0x0000B4, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, bManagedCaptureEveryFrame) == 0x0000B8, "Member 'UNiagaraDataInterfaceSceneCapture2D::bManagedCaptureEveryFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, bManagedCaptureOnMovement) == 0x0000B9, "Member 'UNiagaraDataInterfaceSceneCapture2D::bManagedCaptureOnMovement' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, bManagedHideAttachComponent) == 0x0000BA, "Member 'UNiagaraDataInterfaceSceneCapture2D::bManagedHideAttachComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedHidenActors) == 0x0000C0, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedHidenActors' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedShowOnlyActors) == 0x0000D0, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedShowOnlyActors' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSceneCapture2D, ManagedCaptureComponents) == 0x0000E8, "Member 'UNiagaraDataInterfaceSceneCapture2D::ManagedCaptureComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSimCacheReader \ +static_assert(alignof(UNiagaraDataInterfaceSimCacheReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSimCacheReader"); \ +static_assert(sizeof(UNiagaraDataInterfaceSimCacheReader) == 0x000068, "Wrong size on UNiagaraDataInterfaceSimCacheReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceSimCacheReader, SimCacheBinding) == 0x000038, "Member 'UNiagaraDataInterfaceSimCacheReader::SimCacheBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSimCacheReader, SimCache) == 0x000058, "Member 'UNiagaraDataInterfaceSimCacheReader::SimCache' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSimCacheReader, EmitterBinding) == 0x000060, "Member 'UNiagaraDataInterfaceSimCacheReader::EmitterBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSimpleCounter \ +static_assert(alignof(UNiagaraDataInterfaceSimpleCounter) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSimpleCounter"); \ +static_assert(sizeof(UNiagaraDataInterfaceSimpleCounter) == 0x000048, "Wrong size on UNiagaraDataInterfaceSimpleCounter"); \ +static_assert(offsetof(UNiagaraDataInterfaceSimpleCounter, GpuSyncMode) == 0x000040, "Member 'UNiagaraDataInterfaceSimpleCounter::GpuSyncMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSimpleCounter, InitialValue) == 0x000044, "Member 'UNiagaraDataInterfaceSimpleCounter::InitialValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraEventReceiverEmitterAction \ +static_assert(alignof(UNiagaraEventReceiverEmitterAction) == 0x000008, "Wrong alignment on UNiagaraEventReceiverEmitterAction"); \ +static_assert(sizeof(UNiagaraEventReceiverEmitterAction) == 0x000028, "Wrong size on UNiagaraEventReceiverEmitterAction"); \ + +#define DUMPER7_ASSERTS_UNDISimpleCounterSimCacheData \ +static_assert(alignof(UNDISimpleCounterSimCacheData) == 0x000008, "Wrong alignment on UNDISimpleCounterSimCacheData"); \ +static_assert(sizeof(UNDISimpleCounterSimCacheData) == 0x000038, "Wrong size on UNDISimpleCounterSimCacheData"); \ +static_assert(offsetof(UNDISimpleCounterSimCacheData, Values) == 0x000028, "Member 'UNDISimpleCounterSimCacheData::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSocketReader \ +static_assert(alignof(UNiagaraDataInterfaceSocketReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSocketReader"); \ +static_assert(sizeof(UNiagaraDataInterfaceSocketReader) == 0x0000A8, "Wrong size on UNiagaraDataInterfaceSocketReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceSocketReader, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceSocketReader::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSocketReader, FilteredSockets) == 0x000040, "Member 'UNiagaraDataInterfaceSocketReader::FilteredSockets' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSocketReader, SourceActor) == 0x000050, "Member 'UNiagaraDataInterfaceSocketReader::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSocketReader, SourceAsset) == 0x000068, "Member 'UNiagaraDataInterfaceSocketReader::SourceAsset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSocketReader, AttachComponentClass) == 0x000070, "Member 'UNiagaraDataInterfaceSocketReader::AttachComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSocketReader, AttachComponentTag) == 0x000078, "Member 'UNiagaraDataInterfaceSocketReader::AttachComponentTag' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSocketReader, ObjectParameterBinding) == 0x000080, "Member 'UNiagaraDataInterfaceSocketReader::ObjectParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSocketReader, bUpdateSocketsPerFrame) == 0x0000A0, "Member 'UNiagaraDataInterfaceSocketReader::bUpdateSocketsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSocketReader, bRequireCurrentFrameData) == 0x0000A1, "Member 'UNiagaraDataInterfaceSocketReader::bRequireCurrentFrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex \ +static_assert(alignof(NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex) == 0x000008, "Wrong alignment on NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex"); \ +static_assert(sizeof(NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex) == 0x000018, "Wrong size on NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex"); \ +static_assert(offsetof(NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex, UserParameterName) == 0x000008, "Member 'NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex::UserParameterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex, NewInstanceIndex) == 0x000010, "Member 'NiagaraDataInterfaceStaticMesh_SetNiagaraStaticMeshDIInstanceIndex::NewInstanceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceStaticMesh_OnSourceEndPlay \ +static_assert(alignof(NiagaraDataInterfaceStaticMesh_OnSourceEndPlay) == 0x000008, "Wrong alignment on NiagaraDataInterfaceStaticMesh_OnSourceEndPlay"); \ +static_assert(sizeof(NiagaraDataInterfaceStaticMesh_OnSourceEndPlay) == 0x000010, "Wrong size on NiagaraDataInterfaceStaticMesh_OnSourceEndPlay"); \ +static_assert(offsetof(NiagaraDataInterfaceStaticMesh_OnSourceEndPlay, InSource) == 0x000000, "Member 'NiagaraDataInterfaceStaticMesh_OnSourceEndPlay::InSource' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceStaticMesh_OnSourceEndPlay, Reason) == 0x000008, "Member 'NiagaraDataInterfaceStaticMesh_OnSourceEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceStaticMesh \ +static_assert(alignof(UNiagaraDataInterfaceStaticMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceStaticMesh"); \ +static_assert(sizeof(UNiagaraDataInterfaceStaticMesh) == 0x0000F0, "Wrong size on UNiagaraDataInterfaceStaticMesh"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceStaticMesh::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, DefaultMesh) == 0x000040, "Member 'UNiagaraDataInterfaceStaticMesh::DefaultMesh' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SoftSourceActor) == 0x000048, "Member 'UNiagaraDataInterfaceStaticMesh::SoftSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SourceComponent) == 0x000070, "Member 'UNiagaraDataInterfaceStaticMesh::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SectionFilter) == 0x000078, "Member 'UNiagaraDataInterfaceStaticMesh::SectionFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, bCaptureTransformsPerFrame) == 0x000088, "Member 'UNiagaraDataInterfaceStaticMesh::bCaptureTransformsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, bUsePhysicsBodyVelocity) == 0x000089, "Member 'UNiagaraDataInterfaceStaticMesh::bUsePhysicsBodyVelocity' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, bAllowSamplingFromStreamingLODs) == 0x00008A, "Member 'UNiagaraDataInterfaceStaticMesh::bAllowSamplingFromStreamingLODs' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, LODIndex) == 0x00008C, "Member 'UNiagaraDataInterfaceStaticMesh::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, LODIndexUserParameter) == 0x000090, "Member 'UNiagaraDataInterfaceStaticMesh::LODIndexUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, MeshParameterBinding) == 0x0000B0, "Member 'UNiagaraDataInterfaceStaticMesh::MeshParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, InstanceIndex) == 0x0000D0, "Member 'UNiagaraDataInterfaceStaticMesh::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, FilteredSockets) == 0x0000D8, "Member 'UNiagaraDataInterfaceStaticMesh::FilteredSockets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap \ +static_assert(alignof(NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap) == 0x000008, "Wrong alignment on NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap"); \ +static_assert(sizeof(NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap) == 0x000020, "Wrong size on NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap"); \ +static_assert(offsetof(NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap, NiagaraComponent) == 0x000000, "Member 'NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap, UserParameterName) == 0x000008, "Member 'NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap::UserParameterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap, GraphName) == 0x000010, "Member 'NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap::GraphName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap, RemapName) == 0x000018, "Member 'NiagaraDataInterfaceUObjectPropertyReader_SetUObjectReaderPropertyRemap::RemapName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceUObjectPropertyReader \ +static_assert(alignof(UNiagaraDataInterfaceUObjectPropertyReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceUObjectPropertyReader"); \ +static_assert(sizeof(UNiagaraDataInterfaceUObjectPropertyReader) == 0x0000A8, "Wrong size on UNiagaraDataInterfaceUObjectPropertyReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, UObjectParameterBinding) == 0x000040, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::UObjectParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, PropertyRemap) == 0x000060, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::PropertyRemap' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, SourceActor) == 0x000070, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, SourceActorComponentClass) == 0x000098, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::SourceActorComponentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UNiagaraDataInterfaceVirtualTexture \ +static_assert(alignof(UNiagaraDataInterfaceVirtualTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVirtualTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceVirtualTexture) == 0x000060, "Wrong size on UNiagaraDataInterfaceVirtualTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceVirtualTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceVirtualTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVirtualTexture, TextureUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceVirtualTexture::TextureUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneNiagaraSystemSpawnSection_SetAgeUpdateMode \ +static_assert(alignof(MovieSceneNiagaraSystemSpawnSection_SetAgeUpdateMode) == 0x000001, "Wrong alignment on MovieSceneNiagaraSystemSpawnSection_SetAgeUpdateMode"); \ +static_assert(sizeof(MovieSceneNiagaraSystemSpawnSection_SetAgeUpdateMode) == 0x000001, "Wrong size on MovieSceneNiagaraSystemSpawnSection_SetAgeUpdateMode"); \ +static_assert(offsetof(MovieSceneNiagaraSystemSpawnSection_SetAgeUpdateMode, InMode) == 0x000000, "Member 'MovieSceneNiagaraSystemSpawnSection_SetAgeUpdateMode::InMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneNiagaraSystemSpawnSection_SetAllowScalability \ +static_assert(alignof(MovieSceneNiagaraSystemSpawnSection_SetAllowScalability) == 0x000001, "Wrong alignment on MovieSceneNiagaraSystemSpawnSection_SetAllowScalability"); \ +static_assert(sizeof(MovieSceneNiagaraSystemSpawnSection_SetAllowScalability) == 0x000001, "Wrong size on MovieSceneNiagaraSystemSpawnSection_SetAllowScalability"); \ +static_assert(offsetof(MovieSceneNiagaraSystemSpawnSection_SetAllowScalability, bInAllowScalability) == 0x000000, "Member 'MovieSceneNiagaraSystemSpawnSection_SetAllowScalability::bInAllowScalability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneNiagaraSystemSpawnSection_SetSectionEndBehavior \ +static_assert(alignof(MovieSceneNiagaraSystemSpawnSection_SetSectionEndBehavior) == 0x000001, "Wrong alignment on MovieSceneNiagaraSystemSpawnSection_SetSectionEndBehavior"); \ +static_assert(sizeof(MovieSceneNiagaraSystemSpawnSection_SetSectionEndBehavior) == 0x000001, "Wrong size on MovieSceneNiagaraSystemSpawnSection_SetSectionEndBehavior"); \ +static_assert(offsetof(MovieSceneNiagaraSystemSpawnSection_SetSectionEndBehavior, InBehavior) == 0x000000, "Member 'MovieSceneNiagaraSystemSpawnSection_SetSectionEndBehavior::InBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneNiagaraSystemSpawnSection_SetSectionEvaluateBehavior \ +static_assert(alignof(MovieSceneNiagaraSystemSpawnSection_SetSectionEvaluateBehavior) == 0x000001, "Wrong alignment on MovieSceneNiagaraSystemSpawnSection_SetSectionEvaluateBehavior"); \ +static_assert(sizeof(MovieSceneNiagaraSystemSpawnSection_SetSectionEvaluateBehavior) == 0x000001, "Wrong size on MovieSceneNiagaraSystemSpawnSection_SetSectionEvaluateBehavior"); \ +static_assert(offsetof(MovieSceneNiagaraSystemSpawnSection_SetSectionEvaluateBehavior, InBehavior) == 0x000000, "Member 'MovieSceneNiagaraSystemSpawnSection_SetSectionEvaluateBehavior::InBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneNiagaraSystemSpawnSection_SetSectionStartBehavior \ +static_assert(alignof(MovieSceneNiagaraSystemSpawnSection_SetSectionStartBehavior) == 0x000001, "Wrong alignment on MovieSceneNiagaraSystemSpawnSection_SetSectionStartBehavior"); \ +static_assert(sizeof(MovieSceneNiagaraSystemSpawnSection_SetSectionStartBehavior) == 0x000001, "Wrong size on MovieSceneNiagaraSystemSpawnSection_SetSectionStartBehavior"); \ +static_assert(offsetof(MovieSceneNiagaraSystemSpawnSection_SetSectionStartBehavior, InBehavior) == 0x000000, "Member 'MovieSceneNiagaraSystemSpawnSection_SetSectionStartBehavior::InBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneNiagaraSystemSpawnSection_GetAgeUpdateMode \ +static_assert(alignof(MovieSceneNiagaraSystemSpawnSection_GetAgeUpdateMode) == 0x000001, "Wrong alignment on MovieSceneNiagaraSystemSpawnSection_GetAgeUpdateMode"); \ +static_assert(sizeof(MovieSceneNiagaraSystemSpawnSection_GetAgeUpdateMode) == 0x000001, "Wrong size on MovieSceneNiagaraSystemSpawnSection_GetAgeUpdateMode"); \ +static_assert(offsetof(MovieSceneNiagaraSystemSpawnSection_GetAgeUpdateMode, ReturnValue) == 0x000000, "Member 'MovieSceneNiagaraSystemSpawnSection_GetAgeUpdateMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneNiagaraSystemSpawnSection_GetAllowScalability \ +static_assert(alignof(MovieSceneNiagaraSystemSpawnSection_GetAllowScalability) == 0x000001, "Wrong alignment on MovieSceneNiagaraSystemSpawnSection_GetAllowScalability"); \ +static_assert(sizeof(MovieSceneNiagaraSystemSpawnSection_GetAllowScalability) == 0x000001, "Wrong size on MovieSceneNiagaraSystemSpawnSection_GetAllowScalability"); \ +static_assert(offsetof(MovieSceneNiagaraSystemSpawnSection_GetAllowScalability, ReturnValue) == 0x000000, "Member 'MovieSceneNiagaraSystemSpawnSection_GetAllowScalability::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneNiagaraSystemSpawnSection_GetSectionEndBehavior \ +static_assert(alignof(MovieSceneNiagaraSystemSpawnSection_GetSectionEndBehavior) == 0x000001, "Wrong alignment on MovieSceneNiagaraSystemSpawnSection_GetSectionEndBehavior"); \ +static_assert(sizeof(MovieSceneNiagaraSystemSpawnSection_GetSectionEndBehavior) == 0x000001, "Wrong size on MovieSceneNiagaraSystemSpawnSection_GetSectionEndBehavior"); \ +static_assert(offsetof(MovieSceneNiagaraSystemSpawnSection_GetSectionEndBehavior, ReturnValue) == 0x000000, "Member 'MovieSceneNiagaraSystemSpawnSection_GetSectionEndBehavior::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneNiagaraSystemSpawnSection_GetSectionEvaluateBehavior \ +static_assert(alignof(MovieSceneNiagaraSystemSpawnSection_GetSectionEvaluateBehavior) == 0x000001, "Wrong alignment on MovieSceneNiagaraSystemSpawnSection_GetSectionEvaluateBehavior"); \ +static_assert(sizeof(MovieSceneNiagaraSystemSpawnSection_GetSectionEvaluateBehavior) == 0x000001, "Wrong size on MovieSceneNiagaraSystemSpawnSection_GetSectionEvaluateBehavior"); \ +static_assert(offsetof(MovieSceneNiagaraSystemSpawnSection_GetSectionEvaluateBehavior, ReturnValue) == 0x000000, "Member 'MovieSceneNiagaraSystemSpawnSection_GetSectionEvaluateBehavior::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneNiagaraSystemSpawnSection_GetSectionStartBehavior \ +static_assert(alignof(MovieSceneNiagaraSystemSpawnSection_GetSectionStartBehavior) == 0x000001, "Wrong alignment on MovieSceneNiagaraSystemSpawnSection_GetSectionStartBehavior"); \ +static_assert(sizeof(MovieSceneNiagaraSystemSpawnSection_GetSectionStartBehavior) == 0x000001, "Wrong size on MovieSceneNiagaraSystemSpawnSection_GetSectionStartBehavior"); \ +static_assert(offsetof(MovieSceneNiagaraSystemSpawnSection_GetSectionStartBehavior, ReturnValue) == 0x000000, "Member 'MovieSceneNiagaraSystemSpawnSection_GetSectionStartBehavior::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraSystemSpawnSection \ +static_assert(alignof(UMovieSceneNiagaraSystemSpawnSection) == 0x000008, "Wrong alignment on UMovieSceneNiagaraSystemSpawnSection"); \ +static_assert(sizeof(UMovieSceneNiagaraSystemSpawnSection) == 0x000110, "Wrong size on UMovieSceneNiagaraSystemSpawnSection"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionStartBehavior) == 0x000108, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionStartBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionEvaluateBehavior) == 0x000109, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionEvaluateBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionEndBehavior) == 0x00010A, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionEndBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, AgeUpdateMode) == 0x00010B, "Member 'UMovieSceneNiagaraSystemSpawnSection::AgeUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, bAllowScalability) == 0x00010C, "Member 'UMovieSceneNiagaraSystemSpawnSection::bAllowScalability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraTrack \ +static_assert(alignof(UMovieSceneNiagaraTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraTrack) == 0x000120, "Wrong size on UMovieSceneNiagaraTrack"); \ +static_assert(offsetof(UMovieSceneNiagaraTrack, Sections) == 0x000110, "Member 'UMovieSceneNiagaraTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraSystemTrack \ +static_assert(alignof(UMovieSceneNiagaraSystemTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraSystemTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraSystemTrack) == 0x000128, "Wrong size on UMovieSceneNiagaraSystemTrack"); \ + +#define DUMPER7_ASSERTS_UNiagaraParameterCollection \ +static_assert(alignof(UNiagaraParameterCollection) == 0x000008, "Wrong alignment on UNiagaraParameterCollection"); \ +static_assert(sizeof(UNiagaraParameterCollection) == 0x000068, "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_UMovieSceneNiagaraParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraParameterTrack) == 0x000140, "Wrong size on UMovieSceneNiagaraParameterTrack"); \ +static_assert(offsetof(UMovieSceneNiagaraParameterTrack, Parameter) == 0x000120, "Member 'UMovieSceneNiagaraParameterTrack::Parameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraBoolParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraBoolParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraBoolParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraBoolParameterTrack) == 0x000148, "Wrong size on UMovieSceneNiagaraBoolParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraColorParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraColorParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraColorParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraColorParameterTrack) == 0x000148, "Wrong size on UMovieSceneNiagaraColorParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraFloatParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraFloatParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraFloatParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraFloatParameterTrack) == 0x000148, "Wrong size on UMovieSceneNiagaraFloatParameterTrack"); \ + +#define DUMPER7_ASSERTS_UNiagaraSimCacheDebugData \ +static_assert(alignof(UNiagaraSimCacheDebugData) == 0x000008, "Wrong alignment on UNiagaraSimCacheDebugData"); \ +static_assert(sizeof(UNiagaraSimCacheDebugData) == 0x000038, "Wrong size on UNiagaraSimCacheDebugData"); \ +static_assert(offsetof(UNiagaraSimCacheDebugData, Frames) == 0x000028, "Member 'UNiagaraSimCacheDebugData::Frames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraIntegerParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraIntegerParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraIntegerParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraIntegerParameterTrack) == 0x000148, "Wrong size on UMovieSceneNiagaraIntegerParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraVectorParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraVectorParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraVectorParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraVectorParameterTrack) == 0x000150, "Wrong size on UMovieSceneNiagaraVectorParameterTrack"); \ +static_assert(offsetof(UMovieSceneNiagaraVectorParameterTrack, ChannelsUsed) == 0x000148, "Member 'UMovieSceneNiagaraVectorParameterTrack::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_CameraOffset \ +static_assert(alignof(UNiagaraStatelessModule_CameraOffset) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_CameraOffset"); \ +static_assert(sizeof(UNiagaraStatelessModule_CameraOffset) == 0x000070, "Wrong size on UNiagaraStatelessModule_CameraOffset"); \ +static_assert(offsetof(UNiagaraStatelessModule_CameraOffset, CameraOffsetDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_CameraOffset::CameraOffsetDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraActor_OnNiagaraSystemFinished \ +static_assert(alignof(NiagaraActor_OnNiagaraSystemFinished) == 0x000008, "Wrong alignment on NiagaraActor_OnNiagaraSystemFinished"); \ +static_assert(sizeof(NiagaraActor_OnNiagaraSystemFinished) == 0x000008, "Wrong size on NiagaraActor_OnNiagaraSystemFinished"); \ +static_assert(offsetof(NiagaraActor_OnNiagaraSystemFinished, FinishedComponent) == 0x000000, "Member 'NiagaraActor_OnNiagaraSystemFinished::FinishedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraActor_SetDestroyOnSystemFinish \ +static_assert(alignof(NiagaraActor_SetDestroyOnSystemFinish) == 0x000001, "Wrong alignment on NiagaraActor_SetDestroyOnSystemFinish"); \ +static_assert(sizeof(NiagaraActor_SetDestroyOnSystemFinish) == 0x000001, "Wrong size on NiagaraActor_SetDestroyOnSystemFinish"); \ +static_assert(offsetof(NiagaraActor_SetDestroyOnSystemFinish, bShouldDestroyOnSystemFinish) == 0x000000, "Member 'NiagaraActor_SetDestroyOnSystemFinish::bShouldDestroyOnSystemFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraActor_GetDestroyOnSystemFinish \ +static_assert(alignof(NiagaraActor_GetDestroyOnSystemFinish) == 0x000001, "Wrong alignment on NiagaraActor_GetDestroyOnSystemFinish"); \ +static_assert(sizeof(NiagaraActor_GetDestroyOnSystemFinish) == 0x000001, "Wrong size on NiagaraActor_GetDestroyOnSystemFinish"); \ +static_assert(offsetof(NiagaraActor_GetDestroyOnSystemFinish, ReturnValue) == 0x000000, "Member 'NiagaraActor_GetDestroyOnSystemFinish::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraActor \ +static_assert(alignof(ANiagaraActor) == 0x000008, "Wrong alignment on ANiagaraActor"); \ +static_assert(sizeof(ANiagaraActor) == 0x0002C0, "Wrong size on ANiagaraActor"); \ +static_assert(offsetof(ANiagaraActor, NiagaraComponent) == 0x0002B0, "Member 'ANiagaraActor::NiagaraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraAssetTagDefinitions \ +static_assert(alignof(UNiagaraAssetTagDefinitions) == 0x000008, "Wrong alignment on UNiagaraAssetTagDefinitions"); \ +static_assert(sizeof(UNiagaraAssetTagDefinitions) == 0x000060, "Wrong size on UNiagaraAssetTagDefinitions"); \ +static_assert(offsetof(UNiagaraAssetTagDefinitions, DisplayName) == 0x000028, "Member 'UNiagaraAssetTagDefinitions::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraAssetTagDefinitions, Description) == 0x000038, "Member 'UNiagaraAssetTagDefinitions::Description' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraAssetTagDefinitions, TagDefinitions) == 0x000048, "Member 'UNiagaraAssetTagDefinitions::TagDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraAssetTagDefinitions, bDisplayTagsAsFlatList) == 0x000058, "Member 'UNiagaraAssetTagDefinitions::bDisplayTagsAsFlatList' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraAssetTagDefinitions, SortOrder) == 0x00005C, "Member 'UNiagaraAssetTagDefinitions::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerOutput \ +static_assert(alignof(UNiagaraBakerOutput) == 0x000008, "Wrong alignment on UNiagaraBakerOutput"); \ +static_assert(sizeof(UNiagaraBakerOutput) == 0x000038, "Wrong size on UNiagaraBakerOutput"); \ +static_assert(offsetof(UNiagaraBakerOutput, OutputName) == 0x000028, "Member 'UNiagaraBakerOutput::OutputName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerOutputSimCache \ +static_assert(alignof(UNiagaraBakerOutputSimCache) == 0x000008, "Wrong alignment on UNiagaraBakerOutputSimCache"); \ +static_assert(sizeof(UNiagaraBakerOutputSimCache) == 0x0000A0, "Wrong size on UNiagaraBakerOutputSimCache"); \ +static_assert(offsetof(UNiagaraBakerOutputSimCache, SimCacheAssetPathFormat) == 0x000038, "Member 'UNiagaraBakerOutputSimCache::SimCacheAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputSimCache, CreateParameters) == 0x000048, "Member 'UNiagaraBakerOutputSimCache::CreateParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_DynamicMaterialParameters \ +static_assert(alignof(UNiagaraStatelessModule_DynamicMaterialParameters) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_DynamicMaterialParameters"); \ +static_assert(sizeof(UNiagaraStatelessModule_DynamicMaterialParameters) == 0x000458, "Wrong size on UNiagaraStatelessModule_DynamicMaterialParameters"); \ +static_assert(offsetof(UNiagaraStatelessModule_DynamicMaterialParameters, Parameter0) == 0x000038, "Member 'UNiagaraStatelessModule_DynamicMaterialParameters::Parameter0' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_DynamicMaterialParameters, Parameter1) == 0x000140, "Member 'UNiagaraStatelessModule_DynamicMaterialParameters::Parameter1' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_DynamicMaterialParameters, Parameter2) == 0x000248, "Member 'UNiagaraStatelessModule_DynamicMaterialParameters::Parameter2' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_DynamicMaterialParameters, Parameter3) == 0x000350, "Member 'UNiagaraStatelessModule_DynamicMaterialParameters::Parameter3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerOutputSparseVolumeTexture \ +static_assert(alignof(UNiagaraBakerOutputSparseVolumeTexture) == 0x000008, "Wrong alignment on UNiagaraBakerOutputSparseVolumeTexture"); \ +static_assert(sizeof(UNiagaraBakerOutputSparseVolumeTexture) == 0x000090, "Wrong size on UNiagaraBakerOutputSparseVolumeTexture"); \ +static_assert(offsetof(UNiagaraBakerOutputSparseVolumeTexture, SourceBinding) == 0x000038, "Member 'UNiagaraBakerOutputSparseVolumeTexture::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputSparseVolumeTexture, VolumeWorldSpaceSizeBinding) == 0x000050, "Member 'UNiagaraBakerOutputSparseVolumeTexture::VolumeWorldSpaceSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputSparseVolumeTexture, SparseVolumeTextureAssetPathFormat) == 0x000060, "Member 'UNiagaraBakerOutputSparseVolumeTexture::SparseVolumeTextureAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputSparseVolumeTexture, bEnableLoopedOutput) == 0x000070, "Member 'UNiagaraBakerOutputSparseVolumeTexture::bEnableLoopedOutput' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputSparseVolumeTexture, LoopedSparseVolumeTextureAssetPathFormat) == 0x000078, "Member 'UNiagaraBakerOutputSparseVolumeTexture::LoopedSparseVolumeTextureAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputSparseVolumeTexture, StartTime) == 0x000088, "Member 'UNiagaraBakerOutputSparseVolumeTexture::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputSparseVolumeTexture, BlendDuration) == 0x00008C, "Member 'UNiagaraBakerOutputSparseVolumeTexture::BlendDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerOutputStaticMesh \ +static_assert(alignof(UNiagaraBakerOutputStaticMesh) == 0x000008, "Wrong alignment on UNiagaraBakerOutputStaticMesh"); \ +static_assert(sizeof(UNiagaraBakerOutputStaticMesh) == 0x000060, "Wrong size on UNiagaraBakerOutputStaticMesh"); \ +static_assert(offsetof(UNiagaraBakerOutputStaticMesh, FramesAssetPathFormat) == 0x000038, "Member 'UNiagaraBakerOutputStaticMesh::FramesAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputStaticMesh, ExportParameters) == 0x000048, "Member 'UNiagaraBakerOutputStaticMesh::ExportParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraValidationRule \ +static_assert(alignof(UNiagaraValidationRule) == 0x000008, "Wrong alignment on UNiagaraValidationRule"); \ +static_assert(sizeof(UNiagaraValidationRule) == 0x000030, "Wrong size on UNiagaraValidationRule"); \ +static_assert(offsetof(UNiagaraValidationRule, bIsConfigDisabled) == 0x000028, "Member 'UNiagaraValidationRule::bIsConfigDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerOutputTexture2D \ +static_assert(alignof(UNiagaraBakerOutputTexture2D) == 0x000008, "Wrong alignment on UNiagaraBakerOutputTexture2D"); \ +static_assert(sizeof(UNiagaraBakerOutputTexture2D) == 0x0000A0, "Wrong size on UNiagaraBakerOutputTexture2D"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, SourceBinding) == 0x000038, "Member 'UNiagaraBakerOutputTexture2D::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, FrameSize) == 0x000054, "Member 'UNiagaraBakerOutputTexture2D::FrameSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, AtlasTextureSize) == 0x00005C, "Member 'UNiagaraBakerOutputTexture2D::AtlasTextureSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, TextureAddressX) == 0x00006C, "Member 'UNiagaraBakerOutputTexture2D::TextureAddressX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, TextureAddressY) == 0x00006D, "Member 'UNiagaraBakerOutputTexture2D::TextureAddressY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, AtlasAssetPathFormat) == 0x000070, "Member 'UNiagaraBakerOutputTexture2D::AtlasAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, FramesAssetPathFormat) == 0x000080, "Member 'UNiagaraBakerOutputTexture2D::FramesAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputTexture2D, FramesExportPathFormat) == 0x000090, "Member 'UNiagaraBakerOutputTexture2D::FramesExportPathFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerOutputVolumeTexture \ +static_assert(alignof(UNiagaraBakerOutputVolumeTexture) == 0x000008, "Wrong alignment on UNiagaraBakerOutputVolumeTexture"); \ +static_assert(sizeof(UNiagaraBakerOutputVolumeTexture) == 0x000088, "Wrong size on UNiagaraBakerOutputVolumeTexture"); \ +static_assert(offsetof(UNiagaraBakerOutputVolumeTexture, SourceBinding) == 0x000038, "Member 'UNiagaraBakerOutputVolumeTexture::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputVolumeTexture, AtlasAssetPathFormat) == 0x000058, "Member 'UNiagaraBakerOutputVolumeTexture::AtlasAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputVolumeTexture, FramesAssetPathFormat) == 0x000068, "Member 'UNiagaraBakerOutputVolumeTexture::FramesAssetPathFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerOutputVolumeTexture, FramesExportPathFormat) == 0x000078, "Member 'UNiagaraBakerOutputVolumeTexture::FramesExportPathFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_LightAttributes \ +static_assert(alignof(UNiagaraStatelessModule_LightAttributes) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_LightAttributes"); \ +static_assert(sizeof(UNiagaraStatelessModule_LightAttributes) == 0x000178, "Wrong size on UNiagaraStatelessModule_LightAttributes"); \ +static_assert(offsetof(UNiagaraStatelessModule_LightAttributes, Radius) == 0x000038, "Member 'UNiagaraStatelessModule_LightAttributes::Radius' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_LightAttributes, FalloffExponent) == 0x000078, "Member 'UNiagaraStatelessModule_LightAttributes::FalloffExponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_LightAttributes, DiffuseScale) == 0x0000B8, "Member 'UNiagaraStatelessModule_LightAttributes::DiffuseScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_LightAttributes, SpecularScale) == 0x0000F8, "Member 'UNiagaraStatelessModule_LightAttributes::SpecularScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_LightAttributes, VolumetricScattering) == 0x000138, "Member 'UNiagaraStatelessModule_LightAttributes::VolumetricScattering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerSettings \ +static_assert(alignof(UNiagaraBakerSettings) == 0x000008, "Wrong alignment on UNiagaraBakerSettings"); \ +static_assert(sizeof(UNiagaraBakerSettings) == 0x0001F0, "Wrong size on UNiagaraBakerSettings"); \ +static_assert(offsetof(UNiagaraBakerSettings, StartSeconds) == 0x000028, "Member 'UNiagaraBakerSettings::StartSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, DurationSeconds) == 0x00002C, "Member 'UNiagaraBakerSettings::DurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, FramesPerSecond) == 0x000030, "Member 'UNiagaraBakerSettings::FramesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, FramesPerDimension) == 0x000038, "Member 'UNiagaraBakerSettings::FramesPerDimension' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, Outputs) == 0x000040, "Member 'UNiagaraBakerSettings::Outputs' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraSettings) == 0x000050, "Member 'UNiagaraBakerSettings::CameraSettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CurrentCameraIndex) == 0x000060, "Member 'UNiagaraBakerSettings::CurrentCameraIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, BakeQualityLevel) == 0x000064, "Member 'UNiagaraBakerSettings::BakeQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, OutputTextures) == 0x000070, "Member 'UNiagaraBakerSettings::OutputTextures' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportMode) == 0x000080, "Member 'UNiagaraBakerSettings::CameraViewportMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportLocation) == 0x000088, "Member 'UNiagaraBakerSettings::CameraViewportLocation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportRotation) == 0x000130, "Member 'UNiagaraBakerSettings::CameraViewportRotation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraOrbitDistance) == 0x0001D8, "Member 'UNiagaraBakerSettings::CameraOrbitDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraFOV) == 0x0001DC, "Member 'UNiagaraBakerSettings::CameraFOV' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraOrthoWidth) == 0x0001E0, "Member 'UNiagaraBakerSettings::CameraOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraAspectRatio) == 0x0001E8, "Member 'UNiagaraBakerSettings::CameraAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_AdvanceSimulation \ +static_assert(alignof(NiagaraComponent_AdvanceSimulation) == 0x000004, "Wrong alignment on NiagaraComponent_AdvanceSimulation"); \ +static_assert(sizeof(NiagaraComponent_AdvanceSimulation) == 0x000008, "Wrong size on NiagaraComponent_AdvanceSimulation"); \ +static_assert(offsetof(NiagaraComponent_AdvanceSimulation, TickCount) == 0x000000, "Member 'NiagaraComponent_AdvanceSimulation::TickCount' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_AdvanceSimulation, TickDeltaSeconds) == 0x000004, "Member 'NiagaraComponent_AdvanceSimulation::TickDeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_AdvanceSimulationByTime \ +static_assert(alignof(NiagaraComponent_AdvanceSimulationByTime) == 0x000004, "Wrong alignment on NiagaraComponent_AdvanceSimulationByTime"); \ +static_assert(sizeof(NiagaraComponent_AdvanceSimulationByTime) == 0x000008, "Wrong size on NiagaraComponent_AdvanceSimulationByTime"); \ +static_assert(offsetof(NiagaraComponent_AdvanceSimulationByTime, SimulateTime) == 0x000000, "Member 'NiagaraComponent_AdvanceSimulationByTime::SimulateTime' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_AdvanceSimulationByTime, TickDeltaSeconds) == 0x000004, "Member 'NiagaraComponent_AdvanceSimulationByTime::TickDeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_ClearEmitterFixedBounds \ +static_assert(alignof(NiagaraComponent_ClearEmitterFixedBounds) == 0x000004, "Wrong alignment on NiagaraComponent_ClearEmitterFixedBounds"); \ +static_assert(sizeof(NiagaraComponent_ClearEmitterFixedBounds) == 0x000008, "Wrong size on NiagaraComponent_ClearEmitterFixedBounds"); \ +static_assert(offsetof(NiagaraComponent_ClearEmitterFixedBounds, EmitterName) == 0x000000, "Member 'NiagaraComponent_ClearEmitterFixedBounds::EmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_ClearSimCache \ +static_assert(alignof(NiagaraComponent_ClearSimCache) == 0x000001, "Wrong alignment on NiagaraComponent_ClearSimCache"); \ +static_assert(sizeof(NiagaraComponent_ClearSimCache) == 0x000001, "Wrong size on NiagaraComponent_ClearSimCache"); \ +static_assert(offsetof(NiagaraComponent_ClearSimCache, bResetSystem) == 0x000000, "Member 'NiagaraComponent_ClearSimCache::bResetSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetDataInterface \ +static_assert(alignof(NiagaraComponent_GetDataInterface) == 0x000008, "Wrong alignment on NiagaraComponent_GetDataInterface"); \ +static_assert(sizeof(NiagaraComponent_GetDataInterface) == 0x000018, "Wrong size on NiagaraComponent_GetDataInterface"); \ +static_assert(offsetof(NiagaraComponent_GetDataInterface, Name_0) == 0x000000, "Member 'NiagaraComponent_GetDataInterface::Name_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetDataInterface, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetDataInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SeekToDesiredAge \ +static_assert(alignof(NiagaraComponent_SeekToDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_SeekToDesiredAge"); \ +static_assert(sizeof(NiagaraComponent_SeekToDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_SeekToDesiredAge"); \ +static_assert(offsetof(NiagaraComponent_SeekToDesiredAge, InDesiredAge) == 0x000000, "Member 'NiagaraComponent_SeekToDesiredAge::InDesiredAge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAgeUpdateMode \ +static_assert(alignof(NiagaraComponent_SetAgeUpdateMode) == 0x000001, "Wrong alignment on NiagaraComponent_SetAgeUpdateMode"); \ +static_assert(sizeof(NiagaraComponent_SetAgeUpdateMode) == 0x000001, "Wrong size on NiagaraComponent_SetAgeUpdateMode"); \ +static_assert(offsetof(NiagaraComponent_SetAgeUpdateMode, InAgeUpdateMode) == 0x000000, "Member 'NiagaraComponent_SetAgeUpdateMode::InAgeUpdateMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAllowScalability \ +static_assert(alignof(NiagaraComponent_SetAllowScalability) == 0x000001, "Wrong alignment on NiagaraComponent_SetAllowScalability"); \ +static_assert(sizeof(NiagaraComponent_SetAllowScalability) == 0x000001, "Wrong size on NiagaraComponent_SetAllowScalability"); \ +static_assert(offsetof(NiagaraComponent_SetAllowScalability, bAllow) == 0x000000, "Member 'NiagaraComponent_SetAllowScalability::bAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAsset \ +static_assert(alignof(NiagaraComponent_SetAsset) == 0x000008, "Wrong alignment on NiagaraComponent_SetAsset"); \ +static_assert(sizeof(NiagaraComponent_SetAsset) == 0x000010, "Wrong size on NiagaraComponent_SetAsset"); \ +static_assert(offsetof(NiagaraComponent_SetAsset, InAsset) == 0x000000, "Member 'NiagaraComponent_SetAsset::InAsset' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetAsset, bResetExistingOverrideParameters) == 0x000008, "Member 'NiagaraComponent_SetAsset::bResetExistingOverrideParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAutoDestroy \ +static_assert(alignof(NiagaraComponent_SetAutoDestroy) == 0x000001, "Wrong alignment on NiagaraComponent_SetAutoDestroy"); \ +static_assert(sizeof(NiagaraComponent_SetAutoDestroy) == 0x000001, "Wrong size on NiagaraComponent_SetAutoDestroy"); \ +static_assert(offsetof(NiagaraComponent_SetAutoDestroy, bInAutoDestroy) == 0x000000, "Member 'NiagaraComponent_SetAutoDestroy::bInAutoDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetCanRenderWhileSeeking \ +static_assert(alignof(NiagaraComponent_SetCanRenderWhileSeeking) == 0x000001, "Wrong alignment on NiagaraComponent_SetCanRenderWhileSeeking"); \ +static_assert(sizeof(NiagaraComponent_SetCanRenderWhileSeeking) == 0x000001, "Wrong size on NiagaraComponent_SetCanRenderWhileSeeking"); \ +static_assert(offsetof(NiagaraComponent_SetCanRenderWhileSeeking, bInCanRenderWhileSeeking) == 0x000000, "Member 'NiagaraComponent_SetCanRenderWhileSeeking::bInCanRenderWhileSeeking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetCustomTimeDilation \ +static_assert(alignof(NiagaraComponent_SetCustomTimeDilation) == 0x000004, "Wrong alignment on NiagaraComponent_SetCustomTimeDilation"); \ +static_assert(sizeof(NiagaraComponent_SetCustomTimeDilation) == 0x000004, "Wrong size on NiagaraComponent_SetCustomTimeDilation"); \ +static_assert(offsetof(NiagaraComponent_SetCustomTimeDilation, Dilation) == 0x000000, "Member 'NiagaraComponent_SetCustomTimeDilation::Dilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetDesiredAge \ +static_assert(alignof(NiagaraComponent_SetDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_SetDesiredAge"); \ +static_assert(sizeof(NiagaraComponent_SetDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_SetDesiredAge"); \ +static_assert(offsetof(NiagaraComponent_SetDesiredAge, InDesiredAge) == 0x000000, "Member 'NiagaraComponent_SetDesiredAge::InDesiredAge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetEmitterFixedBounds \ +static_assert(alignof(NiagaraComponent_SetEmitterFixedBounds) == 0x000008, "Wrong alignment on NiagaraComponent_SetEmitterFixedBounds"); \ +static_assert(sizeof(NiagaraComponent_SetEmitterFixedBounds) == 0x000040, "Wrong size on NiagaraComponent_SetEmitterFixedBounds"); \ +static_assert(offsetof(NiagaraComponent_SetEmitterFixedBounds, EmitterName) == 0x000000, "Member 'NiagaraComponent_SetEmitterFixedBounds::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetEmitterFixedBounds, LocalBounds) == 0x000008, "Member 'NiagaraComponent_SetEmitterFixedBounds::LocalBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetForceLocalPlayerEffect \ +static_assert(alignof(NiagaraComponent_SetForceLocalPlayerEffect) == 0x000001, "Wrong alignment on NiagaraComponent_SetForceLocalPlayerEffect"); \ +static_assert(sizeof(NiagaraComponent_SetForceLocalPlayerEffect) == 0x000001, "Wrong size on NiagaraComponent_SetForceLocalPlayerEffect"); \ +static_assert(offsetof(NiagaraComponent_SetForceLocalPlayerEffect, bIsPlayerEffect) == 0x000000, "Member 'NiagaraComponent_SetForceLocalPlayerEffect::bIsPlayerEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetForceSolo \ +static_assert(alignof(NiagaraComponent_SetForceSolo) == 0x000001, "Wrong alignment on NiagaraComponent_SetForceSolo"); \ +static_assert(sizeof(NiagaraComponent_SetForceSolo) == 0x000001, "Wrong size on NiagaraComponent_SetForceSolo"); \ +static_assert(offsetof(NiagaraComponent_SetForceSolo, bInForceSolo) == 0x000000, "Member 'NiagaraComponent_SetForceSolo::bInForceSolo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetGpuComputeDebug \ +static_assert(alignof(NiagaraComponent_SetGpuComputeDebug) == 0x000001, "Wrong alignment on NiagaraComponent_SetGpuComputeDebug"); \ +static_assert(sizeof(NiagaraComponent_SetGpuComputeDebug) == 0x000001, "Wrong size on NiagaraComponent_SetGpuComputeDebug"); \ +static_assert(offsetof(NiagaraComponent_SetGpuComputeDebug, bEnableDebug) == 0x000000, "Member 'NiagaraComponent_SetGpuComputeDebug::bEnableDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta \ +static_assert(alignof(NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong alignment on NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta"); \ +static_assert(sizeof(NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong size on NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta"); \ +static_assert(offsetof(NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta, bLock) == 0x000000, "Member 'NiagaraComponent_SetLockDesiredAgeDeltaTimeToSeekDelta::bLock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetMaxSimTime \ +static_assert(alignof(NiagaraComponent_SetMaxSimTime) == 0x000004, "Wrong alignment on NiagaraComponent_SetMaxSimTime"); \ +static_assert(sizeof(NiagaraComponent_SetMaxSimTime) == 0x000004, "Wrong size on NiagaraComponent_SetMaxSimTime"); \ +static_assert(offsetof(NiagaraComponent_SetMaxSimTime, InMaxTime) == 0x000000, "Member 'NiagaraComponent_SetMaxSimTime::InMaxTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableActor \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableActor) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableActor"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableActor) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableActor"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableActor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableActor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableActor, Actor) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableBool \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableBool) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableBool"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableBool) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableBool"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableBool, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableBool::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableBool, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableBool::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableFloat \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableFloat) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableFloat"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableFloat) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableFloat"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableFloat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableFloat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableFloat, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableFloat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableInt \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableInt) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableInt"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableInt) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableInt"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableInt, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableInt::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableInt, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableInt::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableLinearColor \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableLinearColor) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableLinearColor"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableLinearColor) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableLinearColor"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableLinearColor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableLinearColor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableLinearColor, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableLinearColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableMatrix \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableMatrix) == 0x000010, "Wrong alignment on NiagaraComponent_SetNiagaraVariableMatrix"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableMatrix) == 0x000090, "Wrong size on NiagaraComponent_SetNiagaraVariableMatrix"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableMatrix, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableMatrix::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableMatrix, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableMatrix::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableObject \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableObject) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableObject"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableObject) == 0x000018, "Wrong size on NiagaraComponent_SetNiagaraVariableObject"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableObject, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableObject::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableObject, Object) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariablePosition \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariablePosition) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariablePosition"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariablePosition) == 0x000028, "Wrong size on NiagaraComponent_SetNiagaraVariablePosition"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariablePosition, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariablePosition::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariablePosition, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariablePosition::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableQuat \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableQuat) == 0x000010, "Wrong alignment on NiagaraComponent_SetNiagaraVariableQuat"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableQuat) == 0x000030, "Wrong size on NiagaraComponent_SetNiagaraVariableQuat"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableQuat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableQuat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableQuat, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableQuat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableVec2 \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableVec2) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableVec2"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableVec2) == 0x000020, "Wrong size on NiagaraComponent_SetNiagaraVariableVec2"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec2, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableVec2::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec2, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableVec2::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableVec3 \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableVec3) == 0x000008, "Wrong alignment on NiagaraComponent_SetNiagaraVariableVec3"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableVec3) == 0x000028, "Wrong size on NiagaraComponent_SetNiagaraVariableVec3"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec3, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableVec3::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec3, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableVec3::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetNiagaraVariableVec4 \ +static_assert(alignof(NiagaraComponent_SetNiagaraVariableVec4) == 0x000010, "Wrong alignment on NiagaraComponent_SetNiagaraVariableVec4"); \ +static_assert(sizeof(NiagaraComponent_SetNiagaraVariableVec4) == 0x000030, "Wrong size on NiagaraComponent_SetNiagaraVariableVec4"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec4, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetNiagaraVariableVec4::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetNiagaraVariableVec4, InValue) == 0x000010, "Member 'NiagaraComponent_SetNiagaraVariableVec4::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetOcclusionQueryMode \ +static_assert(alignof(NiagaraComponent_SetOcclusionQueryMode) == 0x000001, "Wrong alignment on NiagaraComponent_SetOcclusionQueryMode"); \ +static_assert(sizeof(NiagaraComponent_SetOcclusionQueryMode) == 0x000001, "Wrong size on NiagaraComponent_SetOcclusionQueryMode"); \ +static_assert(offsetof(NiagaraComponent_SetOcclusionQueryMode, Mode) == 0x000000, "Member 'NiagaraComponent_SetOcclusionQueryMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetPaused \ +static_assert(alignof(NiagaraComponent_SetPaused) == 0x000001, "Wrong alignment on NiagaraComponent_SetPaused"); \ +static_assert(sizeof(NiagaraComponent_SetPaused) == 0x000001, "Wrong size on NiagaraComponent_SetPaused"); \ +static_assert(offsetof(NiagaraComponent_SetPaused, bInPaused) == 0x000000, "Member 'NiagaraComponent_SetPaused::bInPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetPreviewLODDistance \ +static_assert(alignof(NiagaraComponent_SetPreviewLODDistance) == 0x000004, "Wrong alignment on NiagaraComponent_SetPreviewLODDistance"); \ +static_assert(sizeof(NiagaraComponent_SetPreviewLODDistance) == 0x00000C, "Wrong size on NiagaraComponent_SetPreviewLODDistance"); \ +static_assert(offsetof(NiagaraComponent_SetPreviewLODDistance, bEnablePreviewLODDistance) == 0x000000, "Member 'NiagaraComponent_SetPreviewLODDistance::bEnablePreviewLODDistance' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetPreviewLODDistance, PreviewLODDistance) == 0x000004, "Member 'NiagaraComponent_SetPreviewLODDistance::PreviewLODDistance' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetPreviewLODDistance, PreviewMaxDistance) == 0x000008, "Member 'NiagaraComponent_SetPreviewLODDistance::PreviewMaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetRandomSeedOffset \ +static_assert(alignof(NiagaraComponent_SetRandomSeedOffset) == 0x000004, "Wrong alignment on NiagaraComponent_SetRandomSeedOffset"); \ +static_assert(sizeof(NiagaraComponent_SetRandomSeedOffset) == 0x000004, "Wrong size on NiagaraComponent_SetRandomSeedOffset"); \ +static_assert(offsetof(NiagaraComponent_SetRandomSeedOffset, NewRandomSeedOffset) == 0x000000, "Member 'NiagaraComponent_SetRandomSeedOffset::NewRandomSeedOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetRenderingEnabled \ +static_assert(alignof(NiagaraComponent_SetRenderingEnabled) == 0x000001, "Wrong alignment on NiagaraComponent_SetRenderingEnabled"); \ +static_assert(sizeof(NiagaraComponent_SetRenderingEnabled) == 0x000001, "Wrong size on NiagaraComponent_SetRenderingEnabled"); \ +static_assert(offsetof(NiagaraComponent_SetRenderingEnabled, bInRenderingEnabled) == 0x000000, "Member 'NiagaraComponent_SetRenderingEnabled::bInRenderingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetSeekDelta \ +static_assert(alignof(NiagaraComponent_SetSeekDelta) == 0x000004, "Wrong alignment on NiagaraComponent_SetSeekDelta"); \ +static_assert(sizeof(NiagaraComponent_SetSeekDelta) == 0x000004, "Wrong size on NiagaraComponent_SetSeekDelta"); \ +static_assert(offsetof(NiagaraComponent_SetSeekDelta, InSeekDelta) == 0x000000, "Member 'NiagaraComponent_SetSeekDelta::InSeekDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetSimCache \ +static_assert(alignof(NiagaraComponent_SetSimCache) == 0x000008, "Wrong alignment on NiagaraComponent_SetSimCache"); \ +static_assert(sizeof(NiagaraComponent_SetSimCache) == 0x000010, "Wrong size on NiagaraComponent_SetSimCache"); \ +static_assert(offsetof(NiagaraComponent_SetSimCache, SimCache_0) == 0x000000, "Member 'NiagaraComponent_SetSimCache::SimCache_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetSimCache, bResetSystem) == 0x000008, "Member 'NiagaraComponent_SetSimCache::bResetSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetSystemFixedBounds \ +static_assert(alignof(NiagaraComponent_SetSystemFixedBounds) == 0x000008, "Wrong alignment on NiagaraComponent_SetSystemFixedBounds"); \ +static_assert(sizeof(NiagaraComponent_SetSystemFixedBounds) == 0x000038, "Wrong size on NiagaraComponent_SetSystemFixedBounds"); \ +static_assert(offsetof(NiagaraComponent_SetSystemFixedBounds, LocalBounds) == 0x000000, "Member 'NiagaraComponent_SetSystemFixedBounds::LocalBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetTickBehavior \ +static_assert(alignof(NiagaraComponent_SetTickBehavior) == 0x000001, "Wrong alignment on NiagaraComponent_SetTickBehavior"); \ +static_assert(sizeof(NiagaraComponent_SetTickBehavior) == 0x000001, "Wrong size on NiagaraComponent_SetTickBehavior"); \ +static_assert(offsetof(NiagaraComponent_SetTickBehavior, NewTickBehavior) == 0x000000, "Member 'NiagaraComponent_SetTickBehavior::NewTickBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableActor \ +static_assert(alignof(NiagaraComponent_SetVariableActor) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableActor"); \ +static_assert(sizeof(NiagaraComponent_SetVariableActor) == 0x000010, "Wrong size on NiagaraComponent_SetVariableActor"); \ +static_assert(offsetof(NiagaraComponent_SetVariableActor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableActor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableActor, Actor) == 0x000008, "Member 'NiagaraComponent_SetVariableActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableBool \ +static_assert(alignof(NiagaraComponent_SetVariableBool) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableBool"); \ +static_assert(sizeof(NiagaraComponent_SetVariableBool) == 0x00000C, "Wrong size on NiagaraComponent_SetVariableBool"); \ +static_assert(offsetof(NiagaraComponent_SetVariableBool, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableBool::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableBool, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableBool::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableFloat \ +static_assert(alignof(NiagaraComponent_SetVariableFloat) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableFloat"); \ +static_assert(sizeof(NiagaraComponent_SetVariableFloat) == 0x00000C, "Wrong size on NiagaraComponent_SetVariableFloat"); \ +static_assert(offsetof(NiagaraComponent_SetVariableFloat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableFloat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableFloat, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableFloat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableInt \ +static_assert(alignof(NiagaraComponent_SetVariableInt) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableInt"); \ +static_assert(sizeof(NiagaraComponent_SetVariableInt) == 0x00000C, "Wrong size on NiagaraComponent_SetVariableInt"); \ +static_assert(offsetof(NiagaraComponent_SetVariableInt, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableInt::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableInt, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableInt::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableLinearColor \ +static_assert(alignof(NiagaraComponent_SetVariableLinearColor) == 0x000004, "Wrong alignment on NiagaraComponent_SetVariableLinearColor"); \ +static_assert(sizeof(NiagaraComponent_SetVariableLinearColor) == 0x000018, "Wrong size on NiagaraComponent_SetVariableLinearColor"); \ +static_assert(offsetof(NiagaraComponent_SetVariableLinearColor, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableLinearColor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableLinearColor, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableLinearColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableMaterial \ +static_assert(alignof(NiagaraComponent_SetVariableMaterial) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableMaterial"); \ +static_assert(sizeof(NiagaraComponent_SetVariableMaterial) == 0x000010, "Wrong size on NiagaraComponent_SetVariableMaterial"); \ +static_assert(offsetof(NiagaraComponent_SetVariableMaterial, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableMaterial::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableMaterial, Object) == 0x000008, "Member 'NiagaraComponent_SetVariableMaterial::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableMatrix \ +static_assert(alignof(NiagaraComponent_SetVariableMatrix) == 0x000010, "Wrong alignment on NiagaraComponent_SetVariableMatrix"); \ +static_assert(sizeof(NiagaraComponent_SetVariableMatrix) == 0x000090, "Wrong size on NiagaraComponent_SetVariableMatrix"); \ +static_assert(offsetof(NiagaraComponent_SetVariableMatrix, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableMatrix::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableMatrix, InValue) == 0x000010, "Member 'NiagaraComponent_SetVariableMatrix::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableObject \ +static_assert(alignof(NiagaraComponent_SetVariableObject) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableObject"); \ +static_assert(sizeof(NiagaraComponent_SetVariableObject) == 0x000010, "Wrong size on NiagaraComponent_SetVariableObject"); \ +static_assert(offsetof(NiagaraComponent_SetVariableObject, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableObject::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableObject, Object) == 0x000008, "Member 'NiagaraComponent_SetVariableObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariablePosition \ +static_assert(alignof(NiagaraComponent_SetVariablePosition) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariablePosition"); \ +static_assert(sizeof(NiagaraComponent_SetVariablePosition) == 0x000020, "Wrong size on NiagaraComponent_SetVariablePosition"); \ +static_assert(offsetof(NiagaraComponent_SetVariablePosition, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariablePosition::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariablePosition, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariablePosition::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableQuat \ +static_assert(alignof(NiagaraComponent_SetVariableQuat) == 0x000010, "Wrong alignment on NiagaraComponent_SetVariableQuat"); \ +static_assert(sizeof(NiagaraComponent_SetVariableQuat) == 0x000030, "Wrong size on NiagaraComponent_SetVariableQuat"); \ +static_assert(offsetof(NiagaraComponent_SetVariableQuat, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableQuat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableQuat, InValue) == 0x000010, "Member 'NiagaraComponent_SetVariableQuat::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableStaticMesh \ +static_assert(alignof(NiagaraComponent_SetVariableStaticMesh) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableStaticMesh"); \ +static_assert(sizeof(NiagaraComponent_SetVariableStaticMesh) == 0x000010, "Wrong size on NiagaraComponent_SetVariableStaticMesh"); \ +static_assert(offsetof(NiagaraComponent_SetVariableStaticMesh, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableStaticMesh::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableStaticMesh, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableStaticMesh::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableTexture \ +static_assert(alignof(NiagaraComponent_SetVariableTexture) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableTexture"); \ +static_assert(sizeof(NiagaraComponent_SetVariableTexture) == 0x000010, "Wrong size on NiagaraComponent_SetVariableTexture"); \ +static_assert(offsetof(NiagaraComponent_SetVariableTexture, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableTexture::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableTexture, Texture) == 0x000008, "Member 'NiagaraComponent_SetVariableTexture::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableTextureRenderTarget \ +static_assert(alignof(NiagaraComponent_SetVariableTextureRenderTarget) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableTextureRenderTarget"); \ +static_assert(sizeof(NiagaraComponent_SetVariableTextureRenderTarget) == 0x000010, "Wrong size on NiagaraComponent_SetVariableTextureRenderTarget"); \ +static_assert(offsetof(NiagaraComponent_SetVariableTextureRenderTarget, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableTextureRenderTarget::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableTextureRenderTarget, TextureRenderTarget) == 0x000008, "Member 'NiagaraComponent_SetVariableTextureRenderTarget::TextureRenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableVec2 \ +static_assert(alignof(NiagaraComponent_SetVariableVec2) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableVec2"); \ +static_assert(sizeof(NiagaraComponent_SetVariableVec2) == 0x000018, "Wrong size on NiagaraComponent_SetVariableVec2"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec2, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableVec2::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec2, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableVec2::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableVec3 \ +static_assert(alignof(NiagaraComponent_SetVariableVec3) == 0x000008, "Wrong alignment on NiagaraComponent_SetVariableVec3"); \ +static_assert(sizeof(NiagaraComponent_SetVariableVec3) == 0x000020, "Wrong size on NiagaraComponent_SetVariableVec3"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec3, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableVec3::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec3, InValue) == 0x000008, "Member 'NiagaraComponent_SetVariableVec3::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetVariableVec4 \ +static_assert(alignof(NiagaraComponent_SetVariableVec4) == 0x000010, "Wrong alignment on NiagaraComponent_SetVariableVec4"); \ +static_assert(sizeof(NiagaraComponent_SetVariableVec4) == 0x000030, "Wrong size on NiagaraComponent_SetVariableVec4"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec4, InVariableName) == 0x000000, "Member 'NiagaraComponent_SetVariableVec4::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetVariableVec4, InValue) == 0x000010, "Member 'NiagaraComponent_SetVariableVec4::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetAgeUpdateMode \ +static_assert(alignof(NiagaraComponent_GetAgeUpdateMode) == 0x000001, "Wrong alignment on NiagaraComponent_GetAgeUpdateMode"); \ +static_assert(sizeof(NiagaraComponent_GetAgeUpdateMode) == 0x000001, "Wrong size on NiagaraComponent_GetAgeUpdateMode"); \ +static_assert(offsetof(NiagaraComponent_GetAgeUpdateMode, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetAgeUpdateMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetAllowScalability \ +static_assert(alignof(NiagaraComponent_GetAllowScalability) == 0x000001, "Wrong alignment on NiagaraComponent_GetAllowScalability"); \ +static_assert(sizeof(NiagaraComponent_GetAllowScalability) == 0x000001, "Wrong size on NiagaraComponent_GetAllowScalability"); \ +static_assert(offsetof(NiagaraComponent_GetAllowScalability, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetAllowScalability::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetAsset \ +static_assert(alignof(NiagaraComponent_GetAsset) == 0x000008, "Wrong alignment on NiagaraComponent_GetAsset"); \ +static_assert(sizeof(NiagaraComponent_GetAsset) == 0x000008, "Wrong size on NiagaraComponent_GetAsset"); \ +static_assert(offsetof(NiagaraComponent_GetAsset, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetCustomTimeDilation \ +static_assert(alignof(NiagaraComponent_GetCustomTimeDilation) == 0x000004, "Wrong alignment on NiagaraComponent_GetCustomTimeDilation"); \ +static_assert(sizeof(NiagaraComponent_GetCustomTimeDilation) == 0x000004, "Wrong size on NiagaraComponent_GetCustomTimeDilation"); \ +static_assert(offsetof(NiagaraComponent_GetCustomTimeDilation, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetCustomTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetDesiredAge \ +static_assert(alignof(NiagaraComponent_GetDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_GetDesiredAge"); \ +static_assert(sizeof(NiagaraComponent_GetDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_GetDesiredAge"); \ +static_assert(offsetof(NiagaraComponent_GetDesiredAge, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetDesiredAge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetEmitterFixedBounds \ +static_assert(alignof(NiagaraComponent_GetEmitterFixedBounds) == 0x000008, "Wrong alignment on NiagaraComponent_GetEmitterFixedBounds"); \ +static_assert(sizeof(NiagaraComponent_GetEmitterFixedBounds) == 0x000040, "Wrong size on NiagaraComponent_GetEmitterFixedBounds"); \ +static_assert(offsetof(NiagaraComponent_GetEmitterFixedBounds, EmitterName) == 0x000000, "Member 'NiagaraComponent_GetEmitterFixedBounds::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetEmitterFixedBounds, ReturnValue) == 0x000008, "Member 'NiagaraComponent_GetEmitterFixedBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetForceLocalPlayerEffect \ +static_assert(alignof(NiagaraComponent_GetForceLocalPlayerEffect) == 0x000001, "Wrong alignment on NiagaraComponent_GetForceLocalPlayerEffect"); \ +static_assert(sizeof(NiagaraComponent_GetForceLocalPlayerEffect) == 0x000001, "Wrong size on NiagaraComponent_GetForceLocalPlayerEffect"); \ +static_assert(offsetof(NiagaraComponent_GetForceLocalPlayerEffect, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetForceLocalPlayerEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetForceSolo \ +static_assert(alignof(NiagaraComponent_GetForceSolo) == 0x000001, "Wrong alignment on NiagaraComponent_GetForceSolo"); \ +static_assert(sizeof(NiagaraComponent_GetForceSolo) == 0x000001, "Wrong size on NiagaraComponent_GetForceSolo"); \ +static_assert(offsetof(NiagaraComponent_GetForceSolo, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetForceSolo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta \ +static_assert(alignof(NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong alignment on NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta"); \ +static_assert(sizeof(NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta) == 0x000001, "Wrong size on NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta"); \ +static_assert(offsetof(NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetLockDesiredAgeDeltaTimeToSeekDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetMaxSimTime \ +static_assert(alignof(NiagaraComponent_GetMaxSimTime) == 0x000004, "Wrong alignment on NiagaraComponent_GetMaxSimTime"); \ +static_assert(sizeof(NiagaraComponent_GetMaxSimTime) == 0x000004, "Wrong size on NiagaraComponent_GetMaxSimTime"); \ +static_assert(offsetof(NiagaraComponent_GetMaxSimTime, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetMaxSimTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetOcclusionQueryMode \ +static_assert(alignof(NiagaraComponent_GetOcclusionQueryMode) == 0x000001, "Wrong alignment on NiagaraComponent_GetOcclusionQueryMode"); \ +static_assert(sizeof(NiagaraComponent_GetOcclusionQueryMode) == 0x000001, "Wrong size on NiagaraComponent_GetOcclusionQueryMode"); \ +static_assert(offsetof(NiagaraComponent_GetOcclusionQueryMode, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetOcclusionQueryMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetPreviewLODDistance \ +static_assert(alignof(NiagaraComponent_GetPreviewLODDistance) == 0x000004, "Wrong alignment on NiagaraComponent_GetPreviewLODDistance"); \ +static_assert(sizeof(NiagaraComponent_GetPreviewLODDistance) == 0x000004, "Wrong size on NiagaraComponent_GetPreviewLODDistance"); \ +static_assert(offsetof(NiagaraComponent_GetPreviewLODDistance, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetPreviewLODDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetPreviewLODDistanceEnabled \ +static_assert(alignof(NiagaraComponent_GetPreviewLODDistanceEnabled) == 0x000001, "Wrong alignment on NiagaraComponent_GetPreviewLODDistanceEnabled"); \ +static_assert(sizeof(NiagaraComponent_GetPreviewLODDistanceEnabled) == 0x000001, "Wrong size on NiagaraComponent_GetPreviewLODDistanceEnabled"); \ +static_assert(offsetof(NiagaraComponent_GetPreviewLODDistanceEnabled, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetPreviewLODDistanceEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetRandomSeedOffset \ +static_assert(alignof(NiagaraComponent_GetRandomSeedOffset) == 0x000004, "Wrong alignment on NiagaraComponent_GetRandomSeedOffset"); \ +static_assert(sizeof(NiagaraComponent_GetRandomSeedOffset) == 0x000004, "Wrong size on NiagaraComponent_GetRandomSeedOffset"); \ +static_assert(offsetof(NiagaraComponent_GetRandomSeedOffset, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetRandomSeedOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetSeekDelta \ +static_assert(alignof(NiagaraComponent_GetSeekDelta) == 0x000004, "Wrong alignment on NiagaraComponent_GetSeekDelta"); \ +static_assert(sizeof(NiagaraComponent_GetSeekDelta) == 0x000004, "Wrong size on NiagaraComponent_GetSeekDelta"); \ +static_assert(offsetof(NiagaraComponent_GetSeekDelta, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetSeekDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetSimCache \ +static_assert(alignof(NiagaraComponent_GetSimCache) == 0x000008, "Wrong alignment on NiagaraComponent_GetSimCache"); \ +static_assert(sizeof(NiagaraComponent_GetSimCache) == 0x000008, "Wrong size on NiagaraComponent_GetSimCache"); \ +static_assert(offsetof(NiagaraComponent_GetSimCache, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetSimCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetSystemFixedBounds \ +static_assert(alignof(NiagaraComponent_GetSystemFixedBounds) == 0x000008, "Wrong alignment on NiagaraComponent_GetSystemFixedBounds"); \ +static_assert(sizeof(NiagaraComponent_GetSystemFixedBounds) == 0x000038, "Wrong size on NiagaraComponent_GetSystemFixedBounds"); \ +static_assert(offsetof(NiagaraComponent_GetSystemFixedBounds, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetSystemFixedBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetTickBehavior \ +static_assert(alignof(NiagaraComponent_GetTickBehavior) == 0x000001, "Wrong alignment on NiagaraComponent_GetTickBehavior"); \ +static_assert(sizeof(NiagaraComponent_GetTickBehavior) == 0x000001, "Wrong size on NiagaraComponent_GetTickBehavior"); \ +static_assert(offsetof(NiagaraComponent_GetTickBehavior, ReturnValue) == 0x000000, "Member 'NiagaraComponent_GetTickBehavior::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetVariableBool \ +static_assert(alignof(NiagaraComponent_GetVariableBool) == 0x000004, "Wrong alignment on NiagaraComponent_GetVariableBool"); \ +static_assert(sizeof(NiagaraComponent_GetVariableBool) == 0x00000C, "Wrong size on NiagaraComponent_GetVariableBool"); \ +static_assert(offsetof(NiagaraComponent_GetVariableBool, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetVariableBool::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableBool, bIsValid) == 0x000008, "Member 'NiagaraComponent_GetVariableBool::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableBool, ReturnValue) == 0x000009, "Member 'NiagaraComponent_GetVariableBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetVariableColor \ +static_assert(alignof(NiagaraComponent_GetVariableColor) == 0x000004, "Wrong alignment on NiagaraComponent_GetVariableColor"); \ +static_assert(sizeof(NiagaraComponent_GetVariableColor) == 0x00001C, "Wrong size on NiagaraComponent_GetVariableColor"); \ +static_assert(offsetof(NiagaraComponent_GetVariableColor, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetVariableColor::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableColor, bIsValid) == 0x000008, "Member 'NiagaraComponent_GetVariableColor::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableColor, ReturnValue) == 0x00000C, "Member 'NiagaraComponent_GetVariableColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetVariableFloat \ +static_assert(alignof(NiagaraComponent_GetVariableFloat) == 0x000004, "Wrong alignment on NiagaraComponent_GetVariableFloat"); \ +static_assert(sizeof(NiagaraComponent_GetVariableFloat) == 0x000010, "Wrong size on NiagaraComponent_GetVariableFloat"); \ +static_assert(offsetof(NiagaraComponent_GetVariableFloat, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetVariableFloat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableFloat, bIsValid) == 0x000008, "Member 'NiagaraComponent_GetVariableFloat::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableFloat, ReturnValue) == 0x00000C, "Member 'NiagaraComponent_GetVariableFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetVariableInt \ +static_assert(alignof(NiagaraComponent_GetVariableInt) == 0x000004, "Wrong alignment on NiagaraComponent_GetVariableInt"); \ +static_assert(sizeof(NiagaraComponent_GetVariableInt) == 0x000010, "Wrong size on NiagaraComponent_GetVariableInt"); \ +static_assert(offsetof(NiagaraComponent_GetVariableInt, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetVariableInt::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableInt, bIsValid) == 0x000008, "Member 'NiagaraComponent_GetVariableInt::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableInt, ReturnValue) == 0x00000C, "Member 'NiagaraComponent_GetVariableInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetVariableMatrix \ +static_assert(alignof(NiagaraComponent_GetVariableMatrix) == 0x000010, "Wrong alignment on NiagaraComponent_GetVariableMatrix"); \ +static_assert(sizeof(NiagaraComponent_GetVariableMatrix) == 0x000090, "Wrong size on NiagaraComponent_GetVariableMatrix"); \ +static_assert(offsetof(NiagaraComponent_GetVariableMatrix, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetVariableMatrix::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableMatrix, bIsValid) == 0x000008, "Member 'NiagaraComponent_GetVariableMatrix::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableMatrix, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetVariableMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetVariablePosition \ +static_assert(alignof(NiagaraComponent_GetVariablePosition) == 0x000008, "Wrong alignment on NiagaraComponent_GetVariablePosition"); \ +static_assert(sizeof(NiagaraComponent_GetVariablePosition) == 0x000028, "Wrong size on NiagaraComponent_GetVariablePosition"); \ +static_assert(offsetof(NiagaraComponent_GetVariablePosition, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetVariablePosition::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariablePosition, bIsValid) == 0x000008, "Member 'NiagaraComponent_GetVariablePosition::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariablePosition, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetVariablePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetVariableQuat \ +static_assert(alignof(NiagaraComponent_GetVariableQuat) == 0x000010, "Wrong alignment on NiagaraComponent_GetVariableQuat"); \ +static_assert(sizeof(NiagaraComponent_GetVariableQuat) == 0x000030, "Wrong size on NiagaraComponent_GetVariableQuat"); \ +static_assert(offsetof(NiagaraComponent_GetVariableQuat, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetVariableQuat::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableQuat, bIsValid) == 0x000008, "Member 'NiagaraComponent_GetVariableQuat::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableQuat, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetVariableQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetVariableVec2 \ +static_assert(alignof(NiagaraComponent_GetVariableVec2) == 0x000008, "Wrong alignment on NiagaraComponent_GetVariableVec2"); \ +static_assert(sizeof(NiagaraComponent_GetVariableVec2) == 0x000020, "Wrong size on NiagaraComponent_GetVariableVec2"); \ +static_assert(offsetof(NiagaraComponent_GetVariableVec2, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetVariableVec2::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableVec2, bIsValid) == 0x000008, "Member 'NiagaraComponent_GetVariableVec2::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableVec2, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetVariableVec2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetVariableVec3 \ +static_assert(alignof(NiagaraComponent_GetVariableVec3) == 0x000008, "Wrong alignment on NiagaraComponent_GetVariableVec3"); \ +static_assert(sizeof(NiagaraComponent_GetVariableVec3) == 0x000028, "Wrong size on NiagaraComponent_GetVariableVec3"); \ +static_assert(offsetof(NiagaraComponent_GetVariableVec3, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetVariableVec3::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableVec3, bIsValid) == 0x000008, "Member 'NiagaraComponent_GetVariableVec3::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableVec3, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetVariableVec3::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetVariableVec4 \ +static_assert(alignof(NiagaraComponent_GetVariableVec4) == 0x000010, "Wrong alignment on NiagaraComponent_GetVariableVec4"); \ +static_assert(sizeof(NiagaraComponent_GetVariableVec4) == 0x000030, "Wrong size on NiagaraComponent_GetVariableVec4"); \ +static_assert(offsetof(NiagaraComponent_GetVariableVec4, InVariableName) == 0x000000, "Member 'NiagaraComponent_GetVariableVec4::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableVec4, bIsValid) == 0x000008, "Member 'NiagaraComponent_GetVariableVec4::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetVariableVec4, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetVariableVec4::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) == 0x0007C0, "Wrong size on UNiagaraComponent"); \ +static_assert(offsetof(UNiagaraComponent, Asset) == 0x000530, "Member 'UNiagaraComponent::Asset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, TickBehavior) == 0x000538, "Member 'UNiagaraComponent::TickBehavior' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, RandomSeedOffset) == 0x00053C, "Member 'UNiagaraComponent::RandomSeedOffset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, OverrideParameters) == 0x000540, "Member 'UNiagaraComponent::OverrideParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, WarmupTickCount) == 0x00061C, "Member 'UNiagaraComponent::WarmupTickCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, WarmupTickDelta) == 0x000620, "Member 'UNiagaraComponent::WarmupTickDelta' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, MaxTimeBeforeForceUpdateTransform) == 0x00065C, "Member 'UNiagaraComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, OcclusionQueryMode) == 0x000661, "Member 'UNiagaraComponent::OcclusionQueryMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, OnSystemFinished) == 0x000668, "Member 'UNiagaraComponent::OnSystemFinished' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachParent) == 0x000678, "Member 'UNiagaraComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachSocketName) == 0x000680, "Member 'UNiagaraComponent::AutoAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachLocationRule) == 0x000688, "Member 'UNiagaraComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachRotationRule) == 0x000689, "Member 'UNiagaraComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachScaleRule) == 0x00068A, "Member 'UNiagaraComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, SimCache) == 0x0007B0, "Member 'UNiagaraComponent::SimCache' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, CullProxy) == 0x0007B8, "Member 'UNiagaraComponent::CullProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraScratchPadContainer \ +static_assert(alignof(UNiagaraScratchPadContainer) == 0x000008, "Wrong alignment on UNiagaraScratchPadContainer"); \ +static_assert(sizeof(UNiagaraScratchPadContainer) == 0x000028, "Wrong size on UNiagaraScratchPadContainer"); \ + +#define DUMPER7_ASSERTS_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_UNiagaraDecalRendererProperties \ +static_assert(alignof(UNiagaraDecalRendererProperties) == 0x000008, "Wrong alignment on UNiagaraDecalRendererProperties"); \ +static_assert(sizeof(UNiagaraDecalRendererProperties) == 0x000248, "Wrong size on UNiagaraDecalRendererProperties"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, Material) == 0x0000A0, "Member 'UNiagaraDecalRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, MaterialParameterBinding) == 0x0000A8, "Member 'UNiagaraDecalRendererProperties::MaterialParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, SourceMode) == 0x0000B4, "Member 'UNiagaraDecalRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, RendererVisibility) == 0x0000B8, "Member 'UNiagaraDecalRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalScreenSizeFade) == 0x0000BC, "Member 'UNiagaraDecalRendererProperties::DecalScreenSizeFade' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, PositionBinding) == 0x0000C0, "Member 'UNiagaraDecalRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalOrientationBinding) == 0x0000E0, "Member 'UNiagaraDecalRendererProperties::DecalOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalSizeBinding) == 0x000100, "Member 'UNiagaraDecalRendererProperties::DecalSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalFadeBinding) == 0x000120, "Member 'UNiagaraDecalRendererProperties::DecalFadeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalSortOrderBinding) == 0x000140, "Member 'UNiagaraDecalRendererProperties::DecalSortOrderBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalColorBinding) == 0x000160, "Member 'UNiagaraDecalRendererProperties::DecalColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalVisibleBinding) == 0x000180, "Member 'UNiagaraDecalRendererProperties::DecalVisibleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, RendererVisibilityTagBinding) == 0x0001A0, "Member 'UNiagaraDecalRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, MaterialParameters) == 0x0001C0, "Member 'UNiagaraDecalRendererProperties::MaterialParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraComponentRendererProperties \ +static_assert(alignof(UNiagaraComponentRendererProperties) == 0x000008, "Wrong alignment on UNiagaraComponentRendererProperties"); \ +static_assert(sizeof(UNiagaraComponentRendererProperties) == 0x000168, "Wrong size on UNiagaraComponentRendererProperties"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentType) == 0x0000A0, "Member 'UNiagaraComponentRendererProperties::ComponentType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentCountLimit) == 0x0000A8, "Member 'UNiagaraComponentRendererProperties::ComponentCountLimit' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, EnabledBinding) == 0x0000AC, "Member 'UNiagaraComponentRendererProperties::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibilityTagBinding) == 0x0000CC, "Member 'UNiagaraComponentRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bAssignComponentsOnParticleID) == 0x0000EC, "Member 'UNiagaraComponentRendererProperties::bAssignComponentsOnParticleID' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bCreateComponentFirstParticleFrame) == 0x0000ED, "Member 'UNiagaraComponentRendererProperties::bCreateComponentFirstParticleFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bOnlyActivateNewlyAquiredComponents) == 0x0000EE, "Member 'UNiagaraComponentRendererProperties::bOnlyActivateNewlyAquiredComponents' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibility) == 0x0000F0, "Member 'UNiagaraComponentRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, TemplateComponent) == 0x0000F8, "Member 'UNiagaraComponentRendererProperties::TemplateComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, PropertyBindings) == 0x000100, "Member 'UNiagaraComponentRendererProperties::PropertyBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraCullProxyComponent \ +static_assert(alignof(UNiagaraCullProxyComponent) == 0x000010, "Wrong alignment on UNiagaraCullProxyComponent"); \ +static_assert(sizeof(UNiagaraCullProxyComponent) == 0x0007D0, "Wrong size on UNiagaraCullProxyComponent"); \ +static_assert(offsetof(UNiagaraCullProxyComponent, Instances) == 0x0007C0, "Member 'UNiagaraCullProxyComponent::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraStatelessModule_DecalAttributes_IsOrientationEnabled \ +static_assert(alignof(NiagaraStatelessModule_DecalAttributes_IsOrientationEnabled) == 0x000001, "Wrong alignment on NiagaraStatelessModule_DecalAttributes_IsOrientationEnabled"); \ +static_assert(sizeof(NiagaraStatelessModule_DecalAttributes_IsOrientationEnabled) == 0x000001, "Wrong size on NiagaraStatelessModule_DecalAttributes_IsOrientationEnabled"); \ +static_assert(offsetof(NiagaraStatelessModule_DecalAttributes_IsOrientationEnabled, ReturnValue) == 0x000000, "Member 'NiagaraStatelessModule_DecalAttributes_IsOrientationEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_DecalAttributes \ +static_assert(alignof(UNiagaraStatelessModule_DecalAttributes) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_DecalAttributes"); \ +static_assert(sizeof(UNiagaraStatelessModule_DecalAttributes) == 0x000100, "Wrong size on UNiagaraStatelessModule_DecalAttributes"); \ +static_assert(offsetof(UNiagaraStatelessModule_DecalAttributes, bApplyOrientation) == 0x000030, "Member 'UNiagaraStatelessModule_DecalAttributes::bApplyOrientation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_DecalAttributes, bApplySize) == 0x000031, "Member 'UNiagaraStatelessModule_DecalAttributes::bApplySize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_DecalAttributes, bApplyFade) == 0x000032, "Member 'UNiagaraStatelessModule_DecalAttributes::bApplyFade' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_DecalAttributes, Orientation) == 0x000038, "Member 'UNiagaraStatelessModule_DecalAttributes::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_DecalAttributes, OrientationCoordinateSpace) == 0x000078, "Member 'UNiagaraStatelessModule_DecalAttributes::OrientationCoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_DecalAttributes, Size) == 0x000080, "Member 'UNiagaraStatelessModule_DecalAttributes::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_DecalAttributes, Fade) == 0x0000C0, "Member 'UNiagaraStatelessModule_DecalAttributes::Fade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannel \ +static_assert(alignof(UNiagaraDataChannel) == 0x000008, "Wrong alignment on UNiagaraDataChannel"); \ +static_assert(sizeof(UNiagaraDataChannel) == 0x000068, "Wrong size on UNiagaraDataChannel"); \ +static_assert(offsetof(UNiagaraDataChannel, ChannelVariables) == 0x000028, "Member 'UNiagaraDataChannel::ChannelVariables' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel, bKeepPreviousFrameData) == 0x000038, "Member 'UNiagaraDataChannel::bKeepPreviousFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel, bEnforceTickGroupReadWriteOrder) == 0x000039, "Member 'UNiagaraDataChannel::bEnforceTickGroupReadWriteOrder' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel, FinalWriteTickGroup) == 0x00003A, "Member 'UNiagaraDataChannel::FinalWriteTickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_InitAccess \ +static_assert(alignof(NiagaraDataChannelReader_InitAccess) == 0x000008, "Wrong alignment on NiagaraDataChannelReader_InitAccess"); \ +static_assert(sizeof(NiagaraDataChannelReader_InitAccess) == 0x000030, "Wrong size on NiagaraDataChannelReader_InitAccess"); \ +static_assert(offsetof(NiagaraDataChannelReader_InitAccess, SearchParams) == 0x000000, "Member 'NiagaraDataChannelReader_InitAccess::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_InitAccess, bReadPrevFrameData) == 0x000028, "Member 'NiagaraDataChannelReader_InitAccess::bReadPrevFrameData' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_InitAccess, ReturnValue) == 0x000029, "Member 'NiagaraDataChannelReader_InitAccess::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_Num \ +static_assert(alignof(NiagaraDataChannelReader_Num) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_Num"); \ +static_assert(sizeof(NiagaraDataChannelReader_Num) == 0x000004, "Wrong size on NiagaraDataChannelReader_Num"); \ +static_assert(offsetof(NiagaraDataChannelReader_Num, ReturnValue) == 0x000000, "Member 'NiagaraDataChannelReader_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadBool \ +static_assert(alignof(NiagaraDataChannelReader_ReadBool) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_ReadBool"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadBool) == 0x000010, "Wrong size on NiagaraDataChannelReader_ReadBool"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadBool, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadBool::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadBool, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadBool::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadBool, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadBool::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadBool, ReturnValue) == 0x00000D, "Member 'NiagaraDataChannelReader_ReadBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadEnum \ +static_assert(alignof(NiagaraDataChannelReader_ReadEnum) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_ReadEnum"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadEnum) == 0x000010, "Wrong size on NiagaraDataChannelReader_ReadEnum"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadEnum, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadEnum::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadEnum, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadEnum::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadEnum, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadEnum::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadEnum, ReturnValue) == 0x00000D, "Member 'NiagaraDataChannelReader_ReadEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadFloat \ +static_assert(alignof(NiagaraDataChannelReader_ReadFloat) == 0x000008, "Wrong alignment on NiagaraDataChannelReader_ReadFloat"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadFloat) == 0x000018, "Wrong size on NiagaraDataChannelReader_ReadFloat"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadFloat, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadFloat::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadFloat, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadFloat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadFloat, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadFloat::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadFloat, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadID \ +static_assert(alignof(NiagaraDataChannelReader_ReadID) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_ReadID"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadID) == 0x000018, "Wrong size on NiagaraDataChannelReader_ReadID"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadID, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadID::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadID, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadID::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadID, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadID::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadID, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadInt \ +static_assert(alignof(NiagaraDataChannelReader_ReadInt) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_ReadInt"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadInt) == 0x000014, "Wrong size on NiagaraDataChannelReader_ReadInt"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadInt, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadInt::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadInt, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadInt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadInt, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadInt::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadInt, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadLinearColor \ +static_assert(alignof(NiagaraDataChannelReader_ReadLinearColor) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_ReadLinearColor"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadLinearColor) == 0x000020, "Wrong size on NiagaraDataChannelReader_ReadLinearColor"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadLinearColor, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadLinearColor::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadLinearColor, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadLinearColor::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadLinearColor, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadLinearColor::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadLinearColor, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadPosition \ +static_assert(alignof(NiagaraDataChannelReader_ReadPosition) == 0x000008, "Wrong alignment on NiagaraDataChannelReader_ReadPosition"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadPosition) == 0x000028, "Wrong size on NiagaraDataChannelReader_ReadPosition"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadPosition, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadPosition::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadPosition, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadPosition::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadPosition, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadPosition::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadPosition, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadQuat \ +static_assert(alignof(NiagaraDataChannelReader_ReadQuat) == 0x000010, "Wrong alignment on NiagaraDataChannelReader_ReadQuat"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadQuat) == 0x000030, "Wrong size on NiagaraDataChannelReader_ReadQuat"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadQuat, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadQuat::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadQuat, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadQuat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadQuat, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadQuat::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadQuat, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadSpawnInfo \ +static_assert(alignof(NiagaraDataChannelReader_ReadSpawnInfo) == 0x000004, "Wrong alignment on NiagaraDataChannelReader_ReadSpawnInfo"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadSpawnInfo) == 0x000020, "Wrong size on NiagaraDataChannelReader_ReadSpawnInfo"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadSpawnInfo, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadSpawnInfo::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadSpawnInfo, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadSpawnInfo::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadSpawnInfo, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadSpawnInfo::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadSpawnInfo, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadSpawnInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadVector \ +static_assert(alignof(NiagaraDataChannelReader_ReadVector) == 0x000008, "Wrong alignment on NiagaraDataChannelReader_ReadVector"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadVector) == 0x000028, "Wrong size on NiagaraDataChannelReader_ReadVector"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadVector::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadVector::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadVector::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadVector2D \ +static_assert(alignof(NiagaraDataChannelReader_ReadVector2D) == 0x000008, "Wrong alignment on NiagaraDataChannelReader_ReadVector2D"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadVector2D) == 0x000020, "Wrong size on NiagaraDataChannelReader_ReadVector2D"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector2D, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadVector2D::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector2D, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadVector2D::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector2D, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadVector2D::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector2D, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelReader_ReadVector4 \ +static_assert(alignof(NiagaraDataChannelReader_ReadVector4) == 0x000010, "Wrong alignment on NiagaraDataChannelReader_ReadVector4"); \ +static_assert(sizeof(NiagaraDataChannelReader_ReadVector4) == 0x000030, "Wrong size on NiagaraDataChannelReader_ReadVector4"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector4, VarName) == 0x000000, "Member 'NiagaraDataChannelReader_ReadVector4::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector4, Index_0) == 0x000008, "Member 'NiagaraDataChannelReader_ReadVector4::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector4, IsValid) == 0x00000C, "Member 'NiagaraDataChannelReader_ReadVector4::IsValid' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelReader_ReadVector4, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelReader_ReadVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelReader \ +static_assert(alignof(UNiagaraDataChannelReader) == 0x000008, "Wrong alignment on UNiagaraDataChannelReader"); \ +static_assert(sizeof(UNiagaraDataChannelReader) == 0x000048, "Wrong size on UNiagaraDataChannelReader"); \ +static_assert(offsetof(UNiagaraDataChannelReader, Owner) == 0x000040, "Member 'UNiagaraDataChannelReader::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_InitWrite \ +static_assert(alignof(NiagaraDataChannelWriter_InitWrite) == 0x000008, "Wrong alignment on NiagaraDataChannelWriter_InitWrite"); \ +static_assert(sizeof(NiagaraDataChannelWriter_InitWrite) == 0x000048, "Wrong size on NiagaraDataChannelWriter_InitWrite"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, SearchParams) == 0x000000, "Member 'NiagaraDataChannelWriter_InitWrite::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, Count) == 0x000028, "Member 'NiagaraDataChannelWriter_InitWrite::Count' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, bVisibleToGame) == 0x00002C, "Member 'NiagaraDataChannelWriter_InitWrite::bVisibleToGame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, bVisibleToCPU) == 0x00002D, "Member 'NiagaraDataChannelWriter_InitWrite::bVisibleToCPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, bVisibleToGPU) == 0x00002E, "Member 'NiagaraDataChannelWriter_InitWrite::bVisibleToGPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, DebugSource) == 0x000030, "Member 'NiagaraDataChannelWriter_InitWrite::DebugSource' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_InitWrite, ReturnValue) == 0x000040, "Member 'NiagaraDataChannelWriter_InitWrite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteBool \ +static_assert(alignof(NiagaraDataChannelWriter_WriteBool) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_WriteBool"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteBool) == 0x000010, "Wrong size on NiagaraDataChannelWriter_WriteBool"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteBool, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteBool::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteBool, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteBool::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteBool, InData) == 0x00000C, "Member 'NiagaraDataChannelWriter_WriteBool::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteEnum \ +static_assert(alignof(NiagaraDataChannelWriter_WriteEnum) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_WriteEnum"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteEnum) == 0x000010, "Wrong size on NiagaraDataChannelWriter_WriteEnum"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteEnum, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteEnum::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteEnum, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteEnum::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteEnum, InData) == 0x00000C, "Member 'NiagaraDataChannelWriter_WriteEnum::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteFloat \ +static_assert(alignof(NiagaraDataChannelWriter_WriteFloat) == 0x000008, "Wrong alignment on NiagaraDataChannelWriter_WriteFloat"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteFloat) == 0x000018, "Wrong size on NiagaraDataChannelWriter_WriteFloat"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteFloat, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteFloat::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteFloat, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteFloat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteFloat, InData) == 0x000010, "Member 'NiagaraDataChannelWriter_WriteFloat::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteID \ +static_assert(alignof(NiagaraDataChannelWriter_WriteID) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_WriteID"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteID) == 0x000014, "Wrong size on NiagaraDataChannelWriter_WriteID"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteID, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteID::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteID, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteID::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteID, InData) == 0x00000C, "Member 'NiagaraDataChannelWriter_WriteID::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteInt \ +static_assert(alignof(NiagaraDataChannelWriter_WriteInt) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_WriteInt"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteInt) == 0x000010, "Wrong size on NiagaraDataChannelWriter_WriteInt"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteInt, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteInt::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteInt, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteInt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteInt, InData) == 0x00000C, "Member 'NiagaraDataChannelWriter_WriteInt::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteLinearColor \ +static_assert(alignof(NiagaraDataChannelWriter_WriteLinearColor) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_WriteLinearColor"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteLinearColor) == 0x00001C, "Wrong size on NiagaraDataChannelWriter_WriteLinearColor"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteLinearColor, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteLinearColor::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteLinearColor, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteLinearColor::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteLinearColor, InData) == 0x00000C, "Member 'NiagaraDataChannelWriter_WriteLinearColor::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WritePosition \ +static_assert(alignof(NiagaraDataChannelWriter_WritePosition) == 0x000008, "Wrong alignment on NiagaraDataChannelWriter_WritePosition"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WritePosition) == 0x000028, "Wrong size on NiagaraDataChannelWriter_WritePosition"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WritePosition, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WritePosition::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WritePosition, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WritePosition::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WritePosition, InData) == 0x000010, "Member 'NiagaraDataChannelWriter_WritePosition::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteQuat \ +static_assert(alignof(NiagaraDataChannelWriter_WriteQuat) == 0x000010, "Wrong alignment on NiagaraDataChannelWriter_WriteQuat"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteQuat) == 0x000030, "Wrong size on NiagaraDataChannelWriter_WriteQuat"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteQuat, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteQuat::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteQuat, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteQuat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteQuat, InData) == 0x000010, "Member 'NiagaraDataChannelWriter_WriteQuat::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteSpawnInfo \ +static_assert(alignof(NiagaraDataChannelWriter_WriteSpawnInfo) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_WriteSpawnInfo"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteSpawnInfo) == 0x00001C, "Wrong size on NiagaraDataChannelWriter_WriteSpawnInfo"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteSpawnInfo, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteSpawnInfo::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteSpawnInfo, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteSpawnInfo::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteSpawnInfo, InData) == 0x00000C, "Member 'NiagaraDataChannelWriter_WriteSpawnInfo::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteVector \ +static_assert(alignof(NiagaraDataChannelWriter_WriteVector) == 0x000008, "Wrong alignment on NiagaraDataChannelWriter_WriteVector"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteVector) == 0x000028, "Wrong size on NiagaraDataChannelWriter_WriteVector"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteVector::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteVector::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector, InData) == 0x000010, "Member 'NiagaraDataChannelWriter_WriteVector::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteVector2D \ +static_assert(alignof(NiagaraDataChannelWriter_WriteVector2D) == 0x000008, "Wrong alignment on NiagaraDataChannelWriter_WriteVector2D"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteVector2D) == 0x000020, "Wrong size on NiagaraDataChannelWriter_WriteVector2D"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector2D, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteVector2D::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector2D, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteVector2D::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector2D, InData) == 0x000010, "Member 'NiagaraDataChannelWriter_WriteVector2D::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_WriteVector4 \ +static_assert(alignof(NiagaraDataChannelWriter_WriteVector4) == 0x000010, "Wrong alignment on NiagaraDataChannelWriter_WriteVector4"); \ +static_assert(sizeof(NiagaraDataChannelWriter_WriteVector4) == 0x000030, "Wrong size on NiagaraDataChannelWriter_WriteVector4"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector4, VarName) == 0x000000, "Member 'NiagaraDataChannelWriter_WriteVector4::VarName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector4, Index_0) == 0x000008, "Member 'NiagaraDataChannelWriter_WriteVector4::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelWriter_WriteVector4, InData) == 0x000010, "Member 'NiagaraDataChannelWriter_WriteVector4::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelWriter_Num \ +static_assert(alignof(NiagaraDataChannelWriter_Num) == 0x000004, "Wrong alignment on NiagaraDataChannelWriter_Num"); \ +static_assert(sizeof(NiagaraDataChannelWriter_Num) == 0x000004, "Wrong size on NiagaraDataChannelWriter_Num"); \ +static_assert(offsetof(NiagaraDataChannelWriter_Num, ReturnValue) == 0x000000, "Member 'NiagaraDataChannelWriter_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelWriter \ +static_assert(alignof(UNiagaraDataChannelWriter) == 0x000008, "Wrong alignment on UNiagaraDataChannelWriter"); \ +static_assert(sizeof(UNiagaraDataChannelWriter) == 0x000048, "Wrong size on UNiagaraDataChannelWriter"); \ +static_assert(offsetof(UNiagaraDataChannelWriter, Owner) == 0x000040, "Member 'UNiagaraDataChannelWriter::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelAsset \ +static_assert(alignof(UNiagaraDataChannelAsset) == 0x000008, "Wrong alignment on UNiagaraDataChannelAsset"); \ +static_assert(sizeof(UNiagaraDataChannelAsset) == 0x000030, "Wrong size on UNiagaraDataChannelAsset"); \ +static_assert(offsetof(UNiagaraDataChannelAsset, DataChannel) == 0x000028, "Member 'UNiagaraDataChannelAsset::DataChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0001A8, "Wrong size on UNiagaraSimulationStageGeneric"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, EnabledBinding) == 0x000040, "Member 'UNiagaraSimulationStageGeneric::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, IterationSource) == 0x000060, "Member 'UNiagaraSimulationStageGeneric::IterationSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, NumIterations) == 0x000068, "Member 'UNiagaraSimulationStageGeneric::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ExecuteBehavior) == 0x000088, "Member 'UNiagaraSimulationStageGeneric::ExecuteBehavior' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, DataInterface) == 0x000090, "Member 'UNiagaraSimulationStageGeneric::DataInterface' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ParticleIterationStateBinding) == 0x0000B4, "Member 'UNiagaraSimulationStageGeneric::ParticleIterationStateBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ParticleIterationStateRange) == 0x0000D4, "Member 'UNiagaraSimulationStageGeneric::ParticleIterationStateRange' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, OverrideGpuDispatchNumThreadsX) == 0x0000E0, "Member 'UNiagaraSimulationStageGeneric::OverrideGpuDispatchNumThreadsX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, OverrideGpuDispatchNumThreadsY) == 0x000100, "Member 'UNiagaraSimulationStageGeneric::OverrideGpuDispatchNumThreadsY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, OverrideGpuDispatchNumThreadsZ) == 0x000120, "Member 'UNiagaraSimulationStageGeneric::OverrideGpuDispatchNumThreadsZ' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, DirectDispatchType) == 0x000140, "Member 'UNiagaraSimulationStageGeneric::DirectDispatchType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, DirectDispatchElementType) == 0x000141, "Member 'UNiagaraSimulationStageGeneric::DirectDispatchElementType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ElementCountX) == 0x000148, "Member 'UNiagaraSimulationStageGeneric::ElementCountX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ElementCountY) == 0x000168, "Member 'UNiagaraSimulationStageGeneric::ElementCountY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ElementCountZ) == 0x000188, "Member 'UNiagaraSimulationStageGeneric::ElementCountZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_GetDataChannelElementCount \ +static_assert(alignof(NiagaraDataChannelLibrary_GetDataChannelElementCount) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_GetDataChannelElementCount"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_GetDataChannelElementCount) == 0x000040, "Wrong size on NiagaraDataChannelLibrary_GetDataChannelElementCount"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount, SearchParams) == 0x000010, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount, bReadPreviousFrame) == 0x000038, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount::bReadPreviousFrame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount, ReturnValue) == 0x00003C, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext \ +static_assert(alignof(NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext) == 0x000028, "Wrong size on NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext, AccessContext) == 0x000010, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext, bReadPreviousFrame) == 0x000020, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext::bReadPreviousFrame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext, ReturnValue) == 0x000024, "Member 'NiagaraDataChannelLibrary_GetDataChannelElementCount_WithContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_GetMembersInNDCAccessContextInstance \ +static_assert(alignof(NiagaraDataChannelLibrary_GetMembersInNDCAccessContextInstance) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_GetMembersInNDCAccessContextInstance"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_GetMembersInNDCAccessContextInstance) == 0x000018, "Wrong size on NiagaraDataChannelLibrary_GetMembersInNDCAccessContextInstance"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetMembersInNDCAccessContextInstance, AccessContext) == 0x000000, "Member 'NiagaraDataChannelLibrary_GetMembersInNDCAccessContextInstance::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetMembersInNDCAccessContextInstance, ContextStruct) == 0x000010, "Member 'NiagaraDataChannelLibrary_GetMembersInNDCAccessContextInstance::ContextStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_GetNiagaraDataChannel \ +static_assert(alignof(NiagaraDataChannelLibrary_GetNiagaraDataChannel) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_GetNiagaraDataChannel"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_GetNiagaraDataChannel) == 0x000018, "Wrong size on NiagaraDataChannelLibrary_GetNiagaraDataChannel"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetNiagaraDataChannel, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_GetNiagaraDataChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetNiagaraDataChannel, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_GetNiagaraDataChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetNiagaraDataChannel, ReturnValue) == 0x000010, "Member 'NiagaraDataChannelLibrary_GetNiagaraDataChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance \ +static_assert(alignof(NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance) == 0x000028, "Wrong size on NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance, AccessContext) == 0x000000, "Member 'NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance, ContextStruct) == 0x000010, "Member 'NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance::ContextStruct' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance, PropertyName) == 0x000018, "Member 'NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance, Value) == 0x000020, "Member 'NiagaraDataChannelLibrary_GetSinglePropertyInNDCAccessContextInstance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_GetUsableAccessContextFromNDC \ +static_assert(alignof(NiagaraDataChannelLibrary_GetUsableAccessContextFromNDC) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_GetUsableAccessContextFromNDC"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_GetUsableAccessContextFromNDC) == 0x000018, "Wrong size on NiagaraDataChannelLibrary_GetUsableAccessContextFromNDC"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetUsableAccessContextFromNDC, DataChannel) == 0x000000, "Member 'NiagaraDataChannelLibrary_GetUsableAccessContextFromNDC::DataChannel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetUsableAccessContextFromNDC, ReturnValue) == 0x000008, "Member 'NiagaraDataChannelLibrary_GetUsableAccessContextFromNDC::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_GetUsableAccessContextFromNDCRef \ +static_assert(alignof(NiagaraDataChannelLibrary_GetUsableAccessContextFromNDCRef) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_GetUsableAccessContextFromNDCRef"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_GetUsableAccessContextFromNDCRef) == 0x000030, "Wrong size on NiagaraDataChannelLibrary_GetUsableAccessContextFromNDCRef"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetUsableAccessContextFromNDCRef, NDCRef) == 0x000000, "Member 'NiagaraDataChannelLibrary_GetUsableAccessContextFromNDCRef::NDCRef' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_GetUsableAccessContextFromNDCRef, ReturnValue) == 0x000020, "Member 'NiagaraDataChannelLibrary_GetUsableAccessContextFromNDCRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_MakeNDCAccessContextInstance \ +static_assert(alignof(NiagaraDataChannelLibrary_MakeNDCAccessContextInstance) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_MakeNDCAccessContextInstance"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_MakeNDCAccessContextInstance) == 0x000018, "Wrong size on NiagaraDataChannelLibrary_MakeNDCAccessContextInstance"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_MakeNDCAccessContextInstance, ContextStruct) == 0x000000, "Member 'NiagaraDataChannelLibrary_MakeNDCAccessContextInstance::ContextStruct' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_MakeNDCAccessContextInstance, ReturnValue) == 0x000008, "Member 'NiagaraDataChannelLibrary_MakeNDCAccessContextInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_PrepareAccessContextFromNDCRef \ +static_assert(alignof(NiagaraDataChannelLibrary_PrepareAccessContextFromNDCRef) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_PrepareAccessContextFromNDCRef"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_PrepareAccessContextFromNDCRef) == 0x000030, "Wrong size on NiagaraDataChannelLibrary_PrepareAccessContextFromNDCRef"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_PrepareAccessContextFromNDCRef, NDCRef) == 0x000000, "Member 'NiagaraDataChannelLibrary_PrepareAccessContextFromNDCRef::NDCRef' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_PrepareAccessContextFromNDCRef, ReturnValue) == 0x000020, "Member 'NiagaraDataChannelLibrary_PrepareAccessContextFromNDCRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel \ +static_assert(alignof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel) == 0x000048, "Wrong size on NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel, SearchParams) == 0x000010, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel, bReadPreviousFrame) == 0x000038, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel::bReadPreviousFrame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel, ReturnValue) == 0x000040, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext \ +static_assert(alignof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext) == 0x000030, "Wrong size on NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext, AccessContext) == 0x000010, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext, bReadPreviousFrame) == 0x000020, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext::bReadPreviousFrame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext, ReturnValue) == 0x000028, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannel_WithContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle \ +static_assert(alignof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle) == 0x000048, "Wrong size on NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle, Index_0) == 0x000010, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle, SearchParams) == 0x000018, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle, bReadPreviousFrame) == 0x000040, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle::bReadPreviousFrame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle, ReadResult) == 0x000041, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle::ReadResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext \ +static_assert(alignof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext) == 0x000030, "Wrong size on NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext, Index_0) == 0x000010, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext, AccessContext) == 0x000018, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext, bReadPreviousFrame) == 0x000028, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext::bReadPreviousFrame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext, ReadResult) == 0x000029, "Member 'NiagaraDataChannelLibrary_ReadFromNiagaraDataChannelSingle_WithContext::ReadResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_SetMembersInNDCAccessContextInstance \ +static_assert(alignof(NiagaraDataChannelLibrary_SetMembersInNDCAccessContextInstance) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_SetMembersInNDCAccessContextInstance"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_SetMembersInNDCAccessContextInstance) == 0x000018, "Wrong size on NiagaraDataChannelLibrary_SetMembersInNDCAccessContextInstance"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SetMembersInNDCAccessContextInstance, AccessContext) == 0x000000, "Member 'NiagaraDataChannelLibrary_SetMembersInNDCAccessContextInstance::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SetMembersInNDCAccessContextInstance, ContextStruct) == 0x000010, "Member 'NiagaraDataChannelLibrary_SetMembersInNDCAccessContextInstance::ContextStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance \ +static_assert(alignof(NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance) == 0x000028, "Wrong size on NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance, AccessContext) == 0x000000, "Member 'NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance, ContextStruct) == 0x000010, "Member 'NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance::ContextStruct' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance, PropertyName) == 0x000018, "Member 'NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance, Value) == 0x000020, "Member 'NiagaraDataChannelLibrary_SetSinglePropertyInNDCAccessContextInstance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel \ +static_assert(alignof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel) == 0x000050, "Wrong size on NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel, SearchParams) == 0x000010, "Member 'NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel, UpdateDelegate) == 0x000038, "Member 'NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel::UpdateDelegate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel, UnsubscribeToken) == 0x000048, "Member 'NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel::UnsubscribeToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext \ +static_assert(alignof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext) == 0x000038, "Wrong size on NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext, AccessContext) == 0x000010, "Member 'NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext, UpdateDelegate) == 0x000020, "Member 'NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext::UpdateDelegate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext, UnsubscribeToken) == 0x000030, "Member 'NiagaraDataChannelLibrary_SubscribeToNiagaraDataChannel_WithContext::UnsubscribeToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_UnsubscribeFromNiagaraDataChannel \ +static_assert(alignof(NiagaraDataChannelLibrary_UnsubscribeFromNiagaraDataChannel) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_UnsubscribeFromNiagaraDataChannel"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_UnsubscribeFromNiagaraDataChannel) == 0x000018, "Wrong size on NiagaraDataChannelLibrary_UnsubscribeFromNiagaraDataChannel"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_UnsubscribeFromNiagaraDataChannel, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_UnsubscribeFromNiagaraDataChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_UnsubscribeFromNiagaraDataChannel, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_UnsubscribeFromNiagaraDataChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_UnsubscribeFromNiagaraDataChannel, UnsubscribeToken) == 0x000010, "Member 'NiagaraDataChannelLibrary_UnsubscribeFromNiagaraDataChannel::UnsubscribeToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_WriteToNiagaraDataChannel \ +static_assert(alignof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_WriteToNiagaraDataChannel"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel) == 0x000058, "Wrong size on NiagaraDataChannelLibrary_WriteToNiagaraDataChannel"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, SearchParams) == 0x000010, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, Count) == 0x000038, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::Count' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, bVisibleToGame) == 0x00003C, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::bVisibleToGame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, bVisibleToCPU) == 0x00003D, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::bVisibleToCPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, bVisibleToGPU) == 0x00003E, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::bVisibleToGPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, DebugSource) == 0x000040, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::DebugSource' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel, ReturnValue) == 0x000050, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext \ +static_assert(alignof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext) == 0x000040, "Wrong size on NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext, AccessContext) == 0x000010, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext, Count) == 0x000020, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext::Count' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext, bVisibleToBlueprint) == 0x000024, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext::bVisibleToBlueprint' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext, bVisibleToNiagaraCPU) == 0x000025, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext::bVisibleToNiagaraCPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext, bVisibleToNiagaraGPU) == 0x000026, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext::bVisibleToNiagaraGPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext, DebugSource) == 0x000028, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext::DebugSource' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext, ReturnValue) == 0x000038, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannel_WithContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle \ +static_assert(alignof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle) == 0x000040, "Wrong size on NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle, SearchParams) == 0x000010, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle, bVisibleToBlueprint) == 0x000038, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle::bVisibleToBlueprint' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle, bVisibleToNiagaraCPU) == 0x000039, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle::bVisibleToNiagaraCPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle, bVisibleToNiagaraGPU) == 0x00003A, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle::bVisibleToNiagaraGPU' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext \ +static_assert(alignof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext) == 0x000008, "Wrong alignment on NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext"); \ +static_assert(sizeof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext) == 0x000028, "Wrong size on NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext, WorldContextObject) == 0x000000, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext, Channel) == 0x000008, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext::Channel' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext, AccessContext) == 0x000010, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext, bVisibleToBlueprint) == 0x000020, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext::bVisibleToBlueprint' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext, bVisibleToNiagaraCPU) == 0x000021, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext::bVisibleToNiagaraCPU' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext, bVisibleToNiagaraGPU) == 0x000022, "Member 'NiagaraDataChannelLibrary_WriteToNiagaraDataChannelSingle_WithContext::bVisibleToNiagaraGPU' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelLibrary \ +static_assert(alignof(UNiagaraDataChannelLibrary) == 0x000008, "Wrong alignment on UNiagaraDataChannelLibrary"); \ +static_assert(sizeof(UNiagaraDataChannelLibrary) == 0x000028, "Wrong size on UNiagaraDataChannelLibrary"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelHandler_GetDataChannelReader \ +static_assert(alignof(NiagaraDataChannelHandler_GetDataChannelReader) == 0x000008, "Wrong alignment on NiagaraDataChannelHandler_GetDataChannelReader"); \ +static_assert(sizeof(NiagaraDataChannelHandler_GetDataChannelReader) == 0x000008, "Wrong size on NiagaraDataChannelHandler_GetDataChannelReader"); \ +static_assert(offsetof(NiagaraDataChannelHandler_GetDataChannelReader, ReturnValue) == 0x000000, "Member 'NiagaraDataChannelHandler_GetDataChannelReader::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelHandler_GetDataChannelWriter \ +static_assert(alignof(NiagaraDataChannelHandler_GetDataChannelWriter) == 0x000008, "Wrong alignment on NiagaraDataChannelHandler_GetDataChannelWriter"); \ +static_assert(sizeof(NiagaraDataChannelHandler_GetDataChannelWriter) == 0x000008, "Wrong size on NiagaraDataChannelHandler_GetDataChannelWriter"); \ +static_assert(offsetof(NiagaraDataChannelHandler_GetDataChannelWriter, ReturnValue) == 0x000000, "Member 'NiagaraDataChannelHandler_GetDataChannelWriter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelHandler_SubscribeToDataChannelUpdates \ +static_assert(alignof(NiagaraDataChannelHandler_SubscribeToDataChannelUpdates) == 0x000008, "Wrong alignment on NiagaraDataChannelHandler_SubscribeToDataChannelUpdates"); \ +static_assert(sizeof(NiagaraDataChannelHandler_SubscribeToDataChannelUpdates) == 0x000040, "Wrong size on NiagaraDataChannelHandler_SubscribeToDataChannelUpdates"); \ +static_assert(offsetof(NiagaraDataChannelHandler_SubscribeToDataChannelUpdates, UpdateDelegate) == 0x000000, "Member 'NiagaraDataChannelHandler_SubscribeToDataChannelUpdates::UpdateDelegate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelHandler_SubscribeToDataChannelUpdates, SearchParams) == 0x000010, "Member 'NiagaraDataChannelHandler_SubscribeToDataChannelUpdates::SearchParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelHandler_SubscribeToDataChannelUpdates, UnsubscribeToken) == 0x000038, "Member 'NiagaraDataChannelHandler_SubscribeToDataChannelUpdates::UnsubscribeToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelHandler_SubscribeToDataChannelUpdates_WithContext \ +static_assert(alignof(NiagaraDataChannelHandler_SubscribeToDataChannelUpdates_WithContext) == 0x000008, "Wrong alignment on NiagaraDataChannelHandler_SubscribeToDataChannelUpdates_WithContext"); \ +static_assert(sizeof(NiagaraDataChannelHandler_SubscribeToDataChannelUpdates_WithContext) == 0x000028, "Wrong size on NiagaraDataChannelHandler_SubscribeToDataChannelUpdates_WithContext"); \ +static_assert(offsetof(NiagaraDataChannelHandler_SubscribeToDataChannelUpdates_WithContext, UpdateDelegate) == 0x000000, "Member 'NiagaraDataChannelHandler_SubscribeToDataChannelUpdates_WithContext::UpdateDelegate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelHandler_SubscribeToDataChannelUpdates_WithContext, AccessContext) == 0x000010, "Member 'NiagaraDataChannelHandler_SubscribeToDataChannelUpdates_WithContext::AccessContext' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataChannelHandler_SubscribeToDataChannelUpdates_WithContext, UnsubscribeToken) == 0x000020, "Member 'NiagaraDataChannelHandler_SubscribeToDataChannelUpdates_WithContext::UnsubscribeToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataChannelHandler_UnsubscribeFromDataChannelUpdates \ +static_assert(alignof(NiagaraDataChannelHandler_UnsubscribeFromDataChannelUpdates) == 0x000004, "Wrong alignment on NiagaraDataChannelHandler_UnsubscribeFromDataChannelUpdates"); \ +static_assert(sizeof(NiagaraDataChannelHandler_UnsubscribeFromDataChannelUpdates) == 0x000004, "Wrong size on NiagaraDataChannelHandler_UnsubscribeFromDataChannelUpdates"); \ +static_assert(offsetof(NiagaraDataChannelHandler_UnsubscribeFromDataChannelUpdates, UnsubscribeToken) == 0x000000, "Member 'NiagaraDataChannelHandler_UnsubscribeFromDataChannelUpdates::UnsubscribeToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelHandler \ +static_assert(alignof(UNiagaraDataChannelHandler) == 0x000008, "Wrong alignment on UNiagaraDataChannelHandler"); \ +static_assert(sizeof(UNiagaraDataChannelHandler) == 0x000098, "Wrong size on UNiagaraDataChannelHandler"); \ +static_assert(offsetof(UNiagaraDataChannelHandler, DataChannel) == 0x000030, "Member 'UNiagaraDataChannelHandler::DataChannel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannelHandler, Writer) == 0x000038, "Member 'UNiagaraDataChannelHandler::Writer' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannelHandler, Reader) == 0x000040, "Member 'UNiagaraDataChannelHandler::Reader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraEmitterBase \ +static_assert(alignof(UNiagaraEmitterBase) == 0x000008, "Wrong alignment on UNiagaraEmitterBase"); \ +static_assert(sizeof(UNiagaraEmitterBase) == 0x000038, "Wrong size on UNiagaraEmitterBase"); \ +static_assert(offsetof(UNiagaraEmitterBase, UniqueEmitterName) == 0x000028, "Member 'UNiagaraEmitterBase::UniqueEmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannel_MapBase \ +static_assert(alignof(UNiagaraDataChannel_MapBase) == 0x000008, "Wrong alignment on UNiagaraDataChannel_MapBase"); \ +static_assert(sizeof(UNiagaraDataChannel_MapBase) == 0x000070, "Wrong size on UNiagaraDataChannel_MapBase"); \ +static_assert(offsetof(UNiagaraDataChannel_MapBase, DefaultSystemToSpawn) == 0x000068, "Member 'UNiagaraDataChannel_MapBase::DefaultSystemToSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannel_GameplayBurst \ +static_assert(alignof(UNiagaraDataChannel_GameplayBurst) == 0x000008, "Wrong alignment on UNiagaraDataChannel_GameplayBurst"); \ +static_assert(sizeof(UNiagaraDataChannel_GameplayBurst) == 0x0000D8, "Wrong size on UNiagaraDataChannel_GameplayBurst"); \ +static_assert(offsetof(UNiagaraDataChannel_GameplayBurst, CellSize) == 0x000070, "Member 'UNiagaraDataChannel_GameplayBurst::CellSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_GameplayBurst, SystemBoundsPadding) == 0x000088, "Member 'UNiagaraDataChannel_GameplayBurst::SystemBoundsPadding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_GameplayBurst, AttachmentSettings) == 0x0000A0, "Member 'UNiagaraDataChannel_GameplayBurst::AttachmentSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_MeshRotationRate \ +static_assert(alignof(UNiagaraStatelessModule_MeshRotationRate) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_MeshRotationRate"); \ +static_assert(sizeof(UNiagaraStatelessModule_MeshRotationRate) == 0x0000B8, "Wrong size on UNiagaraStatelessModule_MeshRotationRate"); \ +static_assert(offsetof(UNiagaraStatelessModule_MeshRotationRate, bUseRateScale) == 0x000030, "Member 'UNiagaraStatelessModule_MeshRotationRate::bUseRateScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_MeshRotationRate, RotationRateDistribution) == 0x000038, "Member 'UNiagaraStatelessModule_MeshRotationRate::RotationRateDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_MeshRotationRate, RateScaleDistribution) == 0x000078, "Member 'UNiagaraStatelessModule_MeshRotationRate::RateScaleDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelHandler_MapBase \ +static_assert(alignof(UNiagaraDataChannelHandler_MapBase) == 0x000008, "Wrong alignment on UNiagaraDataChannelHandler_MapBase"); \ +static_assert(sizeof(UNiagaraDataChannelHandler_MapBase) == 0x000170, "Wrong size on UNiagaraDataChannelHandler_MapBase"); \ +static_assert(offsetof(UNiagaraDataChannelHandler_MapBase, EntryPool) == 0x0000A8, "Member 'UNiagaraDataChannelHandler_MapBase::EntryPool' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannelHandler_MapBase, SpawnedComponentsToActiveEntry) == 0x000118, "Member 'UNiagaraDataChannelHandler_MapBase::SpawnedComponentsToActiveEntry' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannelHandler_MapBase, DefaultSystemToSpawn) == 0x000168, "Member 'UNiagaraDataChannelHandler_MapBase::DefaultSystemToSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelHandler_GameplayBurst \ +static_assert(alignof(UNiagaraDataChannelHandler_GameplayBurst) == 0x000008, "Wrong alignment on UNiagaraDataChannelHandler_GameplayBurst"); \ +static_assert(sizeof(UNiagaraDataChannelHandler_GameplayBurst) == 0x0001D8, "Wrong size on UNiagaraDataChannelHandler_GameplayBurst"); \ +static_assert(offsetof(UNiagaraDataChannelHandler_GameplayBurst, AttachmentSettings) == 0x000170, "Member 'UNiagaraDataChannelHandler_GameplayBurst::AttachmentSettings' 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_SetSceneCapture2DDataInterfaceManagedMode \ +static_assert(alignof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode) == 0x000040, "Wrong size on NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode, DIName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode::DIName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode, ManagedCaptureSource) == 0x000010, "Member 'NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode::ManagedCaptureSource' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode, ManagedTextureSize) == 0x000014, "Member 'NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode::ManagedTextureSize' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode, ManagedTextureFormat) == 0x00001C, "Member 'NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode::ManagedTextureFormat' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode, ManagedProjectionType) == 0x00001D, "Member 'NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode::ManagedProjectionType' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode, ManagedFOVAngle) == 0x000020, "Member 'NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode::ManagedFOVAngle' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode, ManagedOrthoWidth) == 0x000024, "Member 'NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode::ManagedOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode, bManagedCaptureEveryFrame) == 0x000028, "Member 'NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode::bManagedCaptureEveryFrame' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode, bManagedCaptureOnMovement) == 0x000029, "Member 'NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode::bManagedCaptureOnMovement' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode, ShowOnlyActors) == 0x000030, "Member 'NiagaraFunctionLibrary_SetSceneCapture2DDataInterfaceManagedMode::ShowOnlyActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones \ +static_assert(alignof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones) == 0x000028, "Wrong size on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones, FilteredBones) == 0x000018, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredBones::FilteredBones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets \ +static_assert(alignof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets) == 0x000028, "Wrong size on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets, FilteredSockets) == 0x000018, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceFilteredSockets::FilteredSockets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions \ +static_assert(alignof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions) == 0x000028, "Wrong size on NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions, SamplingRegions) == 0x000018, "Member 'NiagaraFunctionLibrary_SetSkeletalMeshDataInterfaceSamplingRegions::SamplingRegions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetTexture2DArrayObject \ +static_assert(alignof(NiagaraFunctionLibrary_SetTexture2DArrayObject) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetTexture2DArrayObject"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetTexture2DArrayObject) == 0x000020, "Wrong size on NiagaraFunctionLibrary_SetTexture2DArrayObject"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTexture2DArrayObject, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetTexture2DArrayObject::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTexture2DArrayObject, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetTexture2DArrayObject::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTexture2DArrayObject, Texture) == 0x000018, "Member 'NiagaraFunctionLibrary_SetTexture2DArrayObject::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetTextureObject \ +static_assert(alignof(NiagaraFunctionLibrary_SetTextureObject) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetTextureObject"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetTextureObject) == 0x000020, "Wrong size on NiagaraFunctionLibrary_SetTextureObject"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTextureObject, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetTextureObject::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTextureObject, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetTextureObject::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetTextureObject, Texture) == 0x000018, "Member 'NiagaraFunctionLibrary_SetTextureObject::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SetVolumeTextureObject \ +static_assert(alignof(NiagaraFunctionLibrary_SetVolumeTextureObject) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SetVolumeTextureObject"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SetVolumeTextureObject) == 0x000020, "Wrong size on NiagaraFunctionLibrary_SetVolumeTextureObject"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetVolumeTextureObject, NiagaraSystem) == 0x000000, "Member 'NiagaraFunctionLibrary_SetVolumeTextureObject::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetVolumeTextureObject, OverrideName) == 0x000008, "Member 'NiagaraFunctionLibrary_SetVolumeTextureObject::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SetVolumeTextureObject, Texture) == 0x000018, "Member 'NiagaraFunctionLibrary_SetVolumeTextureObject::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SpawnSystemAtLocation \ +static_assert(alignof(NiagaraFunctionLibrary_SpawnSystemAtLocation) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SpawnSystemAtLocation"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SpawnSystemAtLocation) == 0x000068, "Wrong size on NiagaraFunctionLibrary_SpawnSystemAtLocation"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, WorldContextObject) == 0x000000, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, SystemTemplate) == 0x000008, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::SystemTemplate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Location) == 0x000010, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Rotation) == 0x000028, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, Scale) == 0x000040, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::Scale' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bAutoDestroy) == 0x000058, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bAutoActivate) == 0x000059, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, PoolingMethod) == 0x00005A, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, bPreCullCheck) == 0x00005B, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::bPreCullCheck' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocation, ReturnValue) == 0x000060, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams \ +static_assert(alignof(NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams) == 0x000078, "Wrong size on NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams, SpawnParams) == 0x000000, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams::SpawnParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams, ReturnValue) == 0x000070, "Member 'NiagaraFunctionLibrary_SpawnSystemAtLocationWithParams::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SpawnSystemAttached \ +static_assert(alignof(NiagaraFunctionLibrary_SpawnSystemAttached) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SpawnSystemAttached"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SpawnSystemAttached) == 0x000058, "Wrong size on NiagaraFunctionLibrary_SpawnSystemAttached"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, SystemTemplate) == 0x000000, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::SystemTemplate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, AttachToComponent) == 0x000008, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, AttachPointName) == 0x000010, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, Location) == 0x000018, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, Rotation) == 0x000030, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, LocationType) == 0x000048, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bAutoDestroy) == 0x000049, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bAutoActivate) == 0x00004A, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, PoolingMethod) == 0x00004B, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::PoolingMethod' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, bPreCullCheck) == 0x00004C, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::bPreCullCheck' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttached, ReturnValue) == 0x000050, "Member 'NiagaraFunctionLibrary_SpawnSystemAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraFunctionLibrary_SpawnSystemAttachedWithParams \ +static_assert(alignof(NiagaraFunctionLibrary_SpawnSystemAttachedWithParams) == 0x000008, "Wrong alignment on NiagaraFunctionLibrary_SpawnSystemAttachedWithParams"); \ +static_assert(sizeof(NiagaraFunctionLibrary_SpawnSystemAttachedWithParams) == 0x000078, "Wrong size on NiagaraFunctionLibrary_SpawnSystemAttachedWithParams"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttachedWithParams, SpawnParams) == 0x000000, "Member 'NiagaraFunctionLibrary_SpawnSystemAttachedWithParams::SpawnParams' has a wrong offset!"); \ +static_assert(offsetof(NiagaraFunctionLibrary_SpawnSystemAttachedWithParams, ReturnValue) == 0x000070, "Member 'NiagaraFunctionLibrary_SpawnSystemAttachedWithParams::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraFunctionLibrary \ +static_assert(alignof(UNiagaraFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraFunctionLibrary"); \ +static_assert(sizeof(UNiagaraFunctionLibrary) == 0x000028, "Wrong size on UNiagaraFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannel_Global \ +static_assert(alignof(UNiagaraDataChannel_Global) == 0x000008, "Wrong alignment on UNiagaraDataChannel_Global"); \ +static_assert(sizeof(UNiagaraDataChannel_Global) == 0x000068, "Wrong size on UNiagaraDataChannel_Global"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelHandler_Global \ +static_assert(alignof(UNiagaraDataChannelHandler_Global) == 0x000008, "Wrong alignment on UNiagaraDataChannelHandler_Global"); \ +static_assert(sizeof(UNiagaraDataChannelHandler_Global) == 0x0000A8, "Wrong size on UNiagaraDataChannelHandler_Global"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_AddVelocity \ +static_assert(alignof(UNiagaraStatelessModule_AddVelocity) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_AddVelocity"); \ +static_assert(sizeof(UNiagaraStatelessModule_AddVelocity) == 0x000140, "Wrong size on UNiagaraStatelessModule_AddVelocity"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, VelocityType) == 0x000030, "Member 'UNiagaraStatelessModule_AddVelocity::VelocityType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, LinearVelocityDistribution) == 0x000038, "Member 'UNiagaraStatelessModule_AddVelocity::LinearVelocityDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, LinearVelocityScale) == 0x000078, "Member 'UNiagaraStatelessModule_AddVelocity::LinearVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, ConeVelocityDistribution) == 0x0000A8, "Member 'UNiagaraStatelessModule_AddVelocity::ConeVelocityDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, ConeRotation) == 0x0000D8, "Member 'UNiagaraStatelessModule_AddVelocity::ConeRotation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, ConeAngle) == 0x0000F0, "Member 'UNiagaraStatelessModule_AddVelocity::ConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, InnerCone) == 0x0000F4, "Member 'UNiagaraStatelessModule_AddVelocity::InnerCone' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, PointVelocityDistribution) == 0x0000F8, "Member 'UNiagaraStatelessModule_AddVelocity::PointVelocityDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, PointOrigin) == 0x000128, "Member 'UNiagaraStatelessModule_AddVelocity::PointOrigin' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, bSpeedFalloffFromConeAxisEnabled) == 0x000134, "Member 'UNiagaraStatelessModule_AddVelocity::bSpeedFalloffFromConeAxisEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, SpeedFalloffFromConeAxis) == 0x000138, "Member 'UNiagaraStatelessModule_AddVelocity::SpeedFalloffFromConeAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AddVelocity, CoordinateSpace) == 0x00013C, "Member 'UNiagaraStatelessModule_AddVelocity::CoordinateSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannel_Islands \ +static_assert(alignof(UNiagaraDataChannel_Islands) == 0x000008, "Wrong alignment on UNiagaraDataChannel_Islands"); \ +static_assert(sizeof(UNiagaraDataChannel_Islands) == 0x0000F0, "Wrong size on UNiagaraDataChannel_Islands"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, Mode) == 0x000068, "Member 'UNiagaraDataChannel_Islands::Mode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, InitialExtents) == 0x000070, "Member 'UNiagaraDataChannel_Islands::InitialExtents' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, MaxExtents) == 0x000088, "Member 'UNiagaraDataChannel_Islands::MaxExtents' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, PerElementExtents) == 0x0000A0, "Member 'UNiagaraDataChannel_Islands::PerElementExtents' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, Systems) == 0x0000B8, "Member 'UNiagaraDataChannel_Islands::Systems' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, IslandPoolSize) == 0x0000C8, "Member 'UNiagaraDataChannel_Islands::IslandPoolSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, DebugDrawSettings) == 0x0000CC, "Member 'UNiagaraDataChannel_Islands::DebugDrawSettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannel_Islands, SystemsInternal) == 0x0000D0, "Member 'UNiagaraDataChannel_Islands::SystemsInternal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataChannelHandler_Islands \ +static_assert(alignof(UNiagaraDataChannelHandler_Islands) == 0x000008, "Wrong alignment on UNiagaraDataChannelHandler_Islands"); \ +static_assert(sizeof(UNiagaraDataChannelHandler_Islands) == 0x0000C8, "Wrong size on UNiagaraDataChannelHandler_Islands"); \ +static_assert(offsetof(UNiagaraDataChannelHandler_Islands, ActiveIslands) == 0x000098, "Member 'UNiagaraDataChannelHandler_Islands::ActiveIslands' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannelHandler_Islands, FreeIslands) == 0x0000A8, "Member 'UNiagaraDataChannelHandler_Islands::FreeIslands' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataChannelHandler_Islands, IslandPool) == 0x0000B8, "Member 'UNiagaraDataChannelHandler_Islands::IslandPool' 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_UNDIArraySimCacheData \ +static_assert(alignof(UNDIArraySimCacheData) == 0x000008, "Wrong alignment on UNDIArraySimCacheData"); \ +static_assert(sizeof(UNDIArraySimCacheData) == 0x000060, "Wrong size on UNDIArraySimCacheData"); \ +static_assert(offsetof(UNDIArraySimCacheData, CpuFrameData) == 0x000028, "Member 'UNDIArraySimCacheData::CpuFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNDIArraySimCacheData, GpuFrameData) == 0x000038, "Member 'UNDIArraySimCacheData::GpuFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNDIArraySimCacheData, BufferData) == 0x000048, "Member 'UNDIArraySimCacheData::BufferData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ShapeLocation \ +static_assert(alignof(UNiagaraStatelessModule_ShapeLocation) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ShapeLocation"); \ +static_assert(sizeof(UNiagaraStatelessModule_ShapeLocation) == 0x000330, "Wrong size on UNiagaraStatelessModule_ShapeLocation"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, ShapePrimitive) == 0x000030, "Member 'UNiagaraStatelessModule_ShapeLocation::ShapePrimitive' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, BoxSize) == 0x000038, "Member 'UNiagaraStatelessModule_ShapeLocation::BoxSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, bBoxSurfaceOnly) == 0x000078, "Member 'UNiagaraStatelessModule_ShapeLocation::bBoxSurfaceOnly' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, BoxSurfaceExpansion) == 0x000079, "Member 'UNiagaraStatelessModule_ShapeLocation::BoxSurfaceExpansion' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, BoxSurfaceThickness) == 0x000080, "Member 'UNiagaraStatelessModule_ShapeLocation::BoxSurfaceThickness' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, PlaneSize) == 0x0000B0, "Member 'UNiagaraStatelessModule_ShapeLocation::PlaneSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, bPlaneEdgesOnly) == 0x0000E8, "Member 'UNiagaraStatelessModule_ShapeLocation::bPlaneEdgesOnly' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, PlaneEdgeExpansion) == 0x0000E9, "Member 'UNiagaraStatelessModule_ShapeLocation::PlaneEdgeExpansion' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, PlaneEdgeThickness) == 0x0000F0, "Member 'UNiagaraStatelessModule_ShapeLocation::PlaneEdgeThickness' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, CylinderHeight) == 0x000120, "Member 'UNiagaraStatelessModule_ShapeLocation::CylinderHeight' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, CylinderRadius) == 0x000150, "Member 'UNiagaraStatelessModule_ShapeLocation::CylinderRadius' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, CylinderHeightMidpoint) == 0x000180, "Member 'UNiagaraStatelessModule_ShapeLocation::CylinderHeightMidpoint' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, bCylinderSurfaceOnly) == 0x0001B0, "Member 'UNiagaraStatelessModule_ShapeLocation::bCylinderSurfaceOnly' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, bCylinderSurfaceOnlyIncludeEndCaps) == 0x0001B1, "Member 'UNiagaraStatelessModule_ShapeLocation::bCylinderSurfaceOnlyIncludeEndCaps' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, CylinderSurfaceExpansion) == 0x0001B2, "Member 'UNiagaraStatelessModule_ShapeLocation::CylinderSurfaceExpansion' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, CylinderSurfaceThickness) == 0x0001B8, "Member 'UNiagaraStatelessModule_ShapeLocation::CylinderSurfaceThickness' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, RingRadius) == 0x0001E8, "Member 'UNiagaraStatelessModule_ShapeLocation::RingRadius' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, DiscCoverage) == 0x000218, "Member 'UNiagaraStatelessModule_ShapeLocation::DiscCoverage' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, RingUDistribution) == 0x000248, "Member 'UNiagaraStatelessModule_ShapeLocation::RingUDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, SphereRadius) == 0x000278, "Member 'UNiagaraStatelessModule_ShapeLocation::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, CoordinateSpace) == 0x0002A8, "Member 'UNiagaraStatelessModule_ShapeLocation::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, ShapeRotation) == 0x0002B0, "Member 'UNiagaraStatelessModule_ShapeLocation::ShapeRotation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ShapeLocation, ShapeScale) == 0x0002F0, "Member 'UNiagaraStatelessModule_ShapeLocation::ShapeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat2 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat2) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat2"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat2) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat2"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat2, InternalFloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat2::InternalFloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat3 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat3) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat3"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat3) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat3"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat3, InternalFloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat3::InternalFloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayPosition \ +static_assert(alignof(UNiagaraDataInterfaceArrayPosition) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayPosition"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayPosition) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayPosition"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayPosition, PositionData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayPosition::PositionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat4 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat4) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat4"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat4) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat4"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat4, InternalFloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat4::InternalFloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayColor \ +static_assert(alignof(UNiagaraDataInterfaceArrayColor) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayColor"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayColor) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayColor"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayColor, ColorData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayColor::ColorData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayQuat \ +static_assert(alignof(UNiagaraDataInterfaceArrayQuat) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayQuat"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayQuat) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayQuat"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayQuat, InternalQuatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayQuat::InternalQuatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayMatrix \ +static_assert(alignof(UNiagaraDataInterfaceArrayMatrix) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayMatrix"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayMatrix) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayMatrix"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayMatrix, InternalMatrixData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayMatrix::InternalMatrixData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix, bApplyLWCRebase) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix::bApplyLWCRebase' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue) == 0x0000A0, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue, bApplyLWCRebase) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue::bApplyLWCRebase' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue, ReturnValue) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayMatrixValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayPositionValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue) == 0x000040, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, ReturnValue) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayUInt8Value::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value) == 0x000040, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, ReturnValue) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, bSizeToFit) == 0x000015, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, bSizeToFit) == 0x000024, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, bSizeToFit) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, bSizeToFit) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix::ArrayData' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix, bApplyLWCRebase) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrix::bApplyLWCRebase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue) == 0x0000B0, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue, Value) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue, bSizeToFit) == 0x0000A0, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue::bSizeToFit' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue, bApplyLWCRebase) == 0x0000A1, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayMatrixValue::bApplyLWCRebase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPosition::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue) == 0x000038, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue, Value) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue, bSizeToFit) == 0x000030, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayPositionValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue) == 0x000050, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, Value) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, bSizeToFit) == 0x000040, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value, bSizeToFit) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayUInt8Value::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, Value) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, bSizeToFit) == 0x000028, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4 \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value) == 0x000050, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, Value) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, bSizeToFit) == 0x000040, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue \ +static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue"); \ +static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue) == 0x000038, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::Index_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, Value) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::Value' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, bSizeToFit) == 0x000030, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::bSizeToFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFunctionLibrary \ +static_assert(alignof(UNiagaraDataInterfaceArrayFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFunctionLibrary"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFunctionLibrary) == 0x000028, "Wrong size on UNiagaraDataInterfaceArrayFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayInt32 \ +static_assert(alignof(UNiagaraDataInterfaceArrayInt32) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayInt32"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayInt32) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayInt32"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayInt32, IntData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayInt32::IntData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayUInt8 \ +static_assert(alignof(UNiagaraDataInterfaceArrayUInt8) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayUInt8"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayUInt8) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayUInt8"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayUInt8, InternalIntData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayUInt8::InternalIntData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayBool \ +static_assert(alignof(UNiagaraDataInterfaceArrayBool) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayBool"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayBool) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayBool"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayBool, BoolData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayBool::BoolData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ScaleMeshSizeBySpeed \ +static_assert(alignof(UNiagaraStatelessModule_ScaleMeshSizeBySpeed) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ScaleMeshSizeBySpeed"); \ +static_assert(sizeof(UNiagaraStatelessModule_ScaleMeshSizeBySpeed) == 0x000128, "Wrong size on UNiagaraStatelessModule_ScaleMeshSizeBySpeed"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleMeshSizeBySpeed, VelocityThreshold) == 0x000030, "Member 'UNiagaraStatelessModule_ScaleMeshSizeBySpeed::VelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleMeshSizeBySpeed, MinScaleFactor) == 0x000060, "Member 'UNiagaraStatelessModule_ScaleMeshSizeBySpeed::MinScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleMeshSizeBySpeed, MaxScaleFactor) == 0x0000A0, "Member 'UNiagaraStatelessModule_ScaleMeshSizeBySpeed::MaxScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleMeshSizeBySpeed, bSampleScaleFactorByCurve) == 0x0000E0, "Member 'UNiagaraStatelessModule_ScaleMeshSizeBySpeed::bSampleScaleFactorByCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleMeshSizeBySpeed, SampleFactorCurve) == 0x0000E8, "Member 'UNiagaraStatelessModule_ScaleMeshSizeBySpeed::SampleFactorCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayNiagaraID \ +static_assert(alignof(UNiagaraDataInterfaceArrayNiagaraID) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayNiagaraID"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayNiagaraID) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayNiagaraID"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayNiagaraID, IntData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayNiagaraID::IntData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioSubmix \ +static_assert(alignof(UNiagaraDataInterfaceAudioSubmix) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioSubmix"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioSubmix) == 0x000040, "Wrong size on UNiagaraDataInterfaceAudioSubmix"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSubmix, Submix) == 0x000038, "Member 'UNiagaraDataInterfaceAudioSubmix::Submix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioOscilloscope \ +static_assert(alignof(UNiagaraDataInterfaceAudioOscilloscope) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioOscilloscope"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioOscilloscope) == 0x000048, "Wrong size on UNiagaraDataInterfaceAudioOscilloscope"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, Submix) == 0x000038, "Member 'UNiagaraDataInterfaceAudioOscilloscope::Submix' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, Resolution) == 0x000040, "Member 'UNiagaraDataInterfaceAudioOscilloscope::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, ScopeInMilliseconds) == 0x000044, "Member 'UNiagaraDataInterfaceAudioOscilloscope::ScopeInMilliseconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioPlayerSettings \ +static_assert(alignof(UNiagaraDataInterfaceAudioPlayerSettings) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioPlayerSettings"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioPlayerSettings) == 0x000410, "Wrong size on UNiagaraDataInterfaceAudioPlayerSettings"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayerSettings, bOverrideConcurrency) == 0x000028, "Member 'UNiagaraDataInterfaceAudioPlayerSettings::bOverrideConcurrency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayerSettings, Concurrency) == 0x000030, "Member 'UNiagaraDataInterfaceAudioPlayerSettings::Concurrency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayerSettings, bOverrideAttenuationSettings) == 0x000038, "Member 'UNiagaraDataInterfaceAudioPlayerSettings::bOverrideAttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayerSettings, AttenuationSettings) == 0x000040, "Member 'UNiagaraDataInterfaceAudioPlayerSettings::AttenuationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioPlayer \ +static_assert(alignof(UNiagaraDataInterfaceAudioPlayer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioPlayer"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioPlayer) == 0x000090, "Wrong size on UNiagaraDataInterfaceAudioPlayer"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, SoundToPlay) == 0x000038, "Member 'UNiagaraDataInterfaceAudioPlayer::SoundToPlay' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, Attenuation) == 0x000040, "Member 'UNiagaraDataInterfaceAudioPlayer::Attenuation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, Concurrency) == 0x000048, "Member 'UNiagaraDataInterfaceAudioPlayer::Concurrency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, ParameterNames) == 0x000050, "Member 'UNiagaraDataInterfaceAudioPlayer::ParameterNames' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, ConfigurationUserParameter) == 0x000060, "Member 'UNiagaraDataInterfaceAudioPlayer::ConfigurationUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bLimitPlaysPerTick) == 0x000080, "Member 'UNiagaraDataInterfaceAudioPlayer::bLimitPlaysPerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, MaxPlaysPerTick) == 0x000084, "Member 'UNiagaraDataInterfaceAudioPlayer::MaxPlaysPerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bStopWhenComponentIsDestroyed) == 0x000088, "Member 'UNiagaraDataInterfaceAudioPlayer::bStopWhenComponentIsDestroyed' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bAllowLoopingOneShotSounds) == 0x000089, "Member 'UNiagaraDataInterfaceAudioPlayer::bAllowLoopingOneShotSounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioSpectrum \ +static_assert(alignof(UNiagaraDataInterfaceAudioSpectrum) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioSpectrum"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioSpectrum) == 0x000050, "Wrong size on UNiagaraDataInterfaceAudioSpectrum"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, Resolution) == 0x000040, "Member 'UNiagaraDataInterfaceAudioSpectrum::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, MinimumFrequency) == 0x000044, "Member 'UNiagaraDataInterfaceAudioSpectrum::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, MaximumFrequency) == 0x000048, "Member 'UNiagaraDataInterfaceAudioSpectrum::MaximumFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, NoiseFloorDb) == 0x00004C, "Member 'UNiagaraDataInterfaceAudioSpectrum::NoiseFloorDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCamera \ +static_assert(alignof(UNiagaraDataInterfaceCamera) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCamera"); \ +static_assert(sizeof(UNiagaraDataInterfaceCamera) == 0x000040, "Wrong size on UNiagaraDataInterfaceCamera"); \ +static_assert(offsetof(UNiagaraDataInterfaceCamera, PlayerControllerIndex) == 0x000038, "Member 'UNiagaraDataInterfaceCamera::PlayerControllerIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCamera, bRequireCurrentFrameData) == 0x00003C, "Member 'UNiagaraDataInterfaceCamera::bRequireCurrentFrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCollisionQuery \ +static_assert(alignof(UNiagaraDataInterfaceCollisionQuery) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCollisionQuery"); \ +static_assert(sizeof(UNiagaraDataInterfaceCollisionQuery) == 0x000040, "Wrong size on UNiagaraDataInterfaceCollisionQuery"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_SubUVAnimation \ +static_assert(alignof(UNiagaraStatelessModule_SubUVAnimation) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_SubUVAnimation"); \ +static_assert(sizeof(UNiagaraStatelessModule_SubUVAnimation) == 0x000078, "Wrong size on UNiagaraStatelessModule_SubUVAnimation"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, NumFrames) == 0x000030, "Member 'UNiagaraStatelessModule_SubUVAnimation::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, FrameIndex) == 0x000038, "Member 'UNiagaraStatelessModule_SubUVAnimation::FrameIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, bStartFrameRangeOverride_Enabled) == 0x000060, "Member 'UNiagaraStatelessModule_SubUVAnimation::bStartFrameRangeOverride_Enabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, bEndFrameRangeOverride_Enabled) == 0x000061, "Member 'UNiagaraStatelessModule_SubUVAnimation::bEndFrameRangeOverride_Enabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, StartFrameRangeOverride) == 0x000064, "Member 'UNiagaraStatelessModule_SubUVAnimation::StartFrameRangeOverride' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, EndFrameRangeOverride) == 0x000068, "Member 'UNiagaraStatelessModule_SubUVAnimation::EndFrameRangeOverride' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, AnimationMode) == 0x00006C, "Member 'UNiagaraStatelessModule_SubUVAnimation::AnimationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, LoopsPerSecond) == 0x000070, "Member 'UNiagaraStatelessModule_SubUVAnimation::LoopsPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SubUVAnimation, RandomChangeInterval) == 0x000074, "Member 'UNiagaraStatelessModule_SubUVAnimation::RandomChangeInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurveBase \ +static_assert(alignof(UNiagaraDataInterfaceCurveBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurveBase"); \ +static_assert(sizeof(UNiagaraDataInterfaceCurveBase) == 0x000070, "Wrong size on UNiagaraDataInterfaceCurveBase"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ShaderLUT) == 0x000038, "Member 'UNiagaraDataInterfaceCurveBase::ShaderLUT' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTMinTime) == 0x000048, "Member 'UNiagaraDataInterfaceCurveBase::LUTMinTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTMaxTime) == 0x00004C, "Member 'UNiagaraDataInterfaceCurveBase::LUTMaxTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTInvTimeRange) == 0x000050, "Member 'UNiagaraDataInterfaceCurveBase::LUTInvTimeRange' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTNumSamplesMinusOne) == 0x000054, "Member 'UNiagaraDataInterfaceCurveBase::LUTNumSamplesMinusOne' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ExposedName) == 0x000060, "Member 'UNiagaraDataInterfaceCurveBase::ExposedName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ExposedTexture) == 0x000068, "Member 'UNiagaraDataInterfaceCurveBase::ExposedTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceColorCurve \ +static_assert(alignof(UNiagaraDataInterfaceColorCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceColorCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceColorCurve) == 0x000270, "Wrong size on UNiagaraDataInterfaceColorCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, RedCurve) == 0x000070, "Member 'UNiagaraDataInterfaceColorCurve::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, GreenCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceColorCurve::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, BlueCurve) == 0x000170, "Member 'UNiagaraDataInterfaceColorCurve::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceColorCurve, AlphaCurve) == 0x0001F0, "Member 'UNiagaraDataInterfaceColorCurve::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCubeTexture \ +static_assert(alignof(UNiagaraDataInterfaceCubeTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCubeTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceCubeTexture) == 0x000060, "Wrong size on UNiagaraDataInterfaceCubeTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceCubeTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceCubeTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceCubeTexture, TextureUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceCubeTexture::TextureUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurlNoise \ +static_assert(alignof(UNiagaraDataInterfaceCurlNoise) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurlNoise"); \ +static_assert(sizeof(UNiagaraDataInterfaceCurlNoise) == 0x000048, "Wrong size on UNiagaraDataInterfaceCurlNoise"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurlNoise, Seed) == 0x000038, "Member 'UNiagaraDataInterfaceCurlNoise::Seed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurve \ +static_assert(alignof(UNiagaraDataInterfaceCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceCurve) == 0x0000F0, "Wrong size on UNiagaraDataInterfaceCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceCurve, Curve) == 0x000070, "Member 'UNiagaraDataInterfaceCurve::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParticleCallbackHandler_ReceiveParticleData \ +static_assert(alignof(NiagaraParticleCallbackHandler_ReceiveParticleData) == 0x000008, "Wrong alignment on NiagaraParticleCallbackHandler_ReceiveParticleData"); \ +static_assert(sizeof(NiagaraParticleCallbackHandler_ReceiveParticleData) == 0x000030, "Wrong size on NiagaraParticleCallbackHandler_ReceiveParticleData"); \ +static_assert(offsetof(NiagaraParticleCallbackHandler_ReceiveParticleData, Data) == 0x000000, "Member 'NiagaraParticleCallbackHandler_ReceiveParticleData::Data' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParticleCallbackHandler_ReceiveParticleData, NiagaraSystem) == 0x000010, "Member 'NiagaraParticleCallbackHandler_ReceiveParticleData::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParticleCallbackHandler_ReceiveParticleData, SimulationPositionOffset) == 0x000018, "Member 'NiagaraParticleCallbackHandler_ReceiveParticleData::SimulationPositionOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INiagaraParticleCallbackHandler \ +static_assert(alignof(INiagaraParticleCallbackHandler) == 0x000001, "Wrong alignment on INiagaraParticleCallbackHandler"); \ +static_assert(sizeof(INiagaraParticleCallbackHandler) == 0x000001, "Wrong size on INiagaraParticleCallbackHandler"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceExport \ +static_assert(alignof(UNiagaraDataInterfaceExport) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceExport"); \ +static_assert(sizeof(UNiagaraDataInterfaceExport) == 0x000068, "Wrong size on UNiagaraDataInterfaceExport"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, CallbackHandlerParameter) == 0x000038, "Member 'UNiagaraDataInterfaceExport::CallbackHandlerParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationMode) == 0x000058, "Member 'UNiagaraDataInterfaceExport::GPUAllocationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationFixedSize) == 0x00005C, "Member 'UNiagaraDataInterfaceExport::GPUAllocationFixedSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationPerParticleSize) == 0x000060, "Member 'UNiagaraDataInterfaceExport::GPUAllocationPerParticleSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2D \ +static_assert(alignof(UNiagaraDataInterfaceGrid2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid2D) == 0x000060, "Wrong size on UNiagaraDataInterfaceGrid2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, ClearBeforeNonIterationStage) == 0x000038, "Member 'UNiagaraDataInterfaceGrid2D::ClearBeforeNonIterationStage' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsX) == 0x00003C, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsY) == 0x000040, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsMaxAxis) == 0x000044, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumAttributes) == 0x000048, "Member 'UNiagaraDataInterfaceGrid2D::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, SetGridFromMaxAxis) == 0x00004C, "Member 'UNiagaraDataInterfaceGrid2D::SetGridFromMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, WorldBBoxSize) == 0x000050, "Member 'UNiagaraDataInterfaceGrid2D::WorldBBoxSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D \ +static_assert(alignof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D) == 0x000020, "Wrong size on NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, Dest) == 0x000008, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::Dest' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, TilesX) == 0x000010, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::TilesX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, TilesY) == 0x000014, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::TilesY' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D, ReturnValue) == 0x000018, "Member 'NiagaraDataInterfaceGrid2DCollection_FillRawTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid2DCollection_FillTexture2D \ +static_assert(alignof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid2DCollection_FillTexture2D"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D) == 0x000018, "Wrong size on NiagaraDataInterfaceGrid2DCollection_FillTexture2D"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid2DCollection_FillTexture2D::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D, Dest) == 0x000008, "Member 'NiagaraDataInterfaceGrid2DCollection_FillTexture2D::Dest' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D, AttributeIndex) == 0x000010, "Member 'NiagaraDataInterfaceGrid2DCollection_FillTexture2D::AttributeIndex' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_FillTexture2D, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceGrid2DCollection_FillTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize \ +static_assert(alignof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize) == 0x000010, "Wrong size on NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize, SizeX) == 0x000008, "Member 'NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize, SizeY) == 0x00000C, "Member 'NiagaraDataInterfaceGrid2DCollection_GetRawTextureSize::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid2DCollection_GetTextureSize \ +static_assert(alignof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid2DCollection_GetTextureSize"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize) == 0x000010, "Wrong size on NiagaraDataInterfaceGrid2DCollection_GetTextureSize"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid2DCollection_GetTextureSize::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize, SizeX) == 0x000008, "Member 'NiagaraDataInterfaceGrid2DCollection_GetTextureSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid2DCollection_GetTextureSize, SizeY) == 0x00000C, "Member 'NiagaraDataInterfaceGrid2DCollection_GetTextureSize::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2DCollection \ +static_assert(alignof(UNiagaraDataInterfaceGrid2DCollection) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2DCollection"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid2DCollection) == 0x000128, "Wrong size on UNiagaraDataInterfaceGrid2DCollection"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, RenderTargetUserParameter) == 0x000060, "Member 'UNiagaraDataInterfaceGrid2DCollection::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, OverrideBufferFormat) == 0x000080, "Member 'UNiagaraDataInterfaceGrid2DCollection::OverrideBufferFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollection, ManagedRenderTargets) == 0x0000D8, "Member 'UNiagaraDataInterfaceGrid2DCollection::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid2DCollectionReader \ +static_assert(alignof(UNiagaraDataInterfaceGrid2DCollectionReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid2DCollectionReader"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid2DCollectionReader) == 0x000148, "Wrong size on UNiagaraDataInterfaceGrid2DCollectionReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollectionReader, EmitterName) == 0x000128, "Member 'UNiagaraDataInterfaceGrid2DCollectionReader::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2DCollectionReader, DIName) == 0x000138, "Member 'UNiagaraDataInterfaceGrid2DCollectionReader::DIName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid3D \ +static_assert(alignof(UNiagaraDataInterfaceGrid3D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid3D"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid3D) == 0x000070, "Wrong size on UNiagaraDataInterfaceGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, ClearBeforeNonIterationStage) == 0x000038, "Member 'UNiagaraDataInterfaceGrid3D::ClearBeforeNonIterationStage' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, NumCells) == 0x00003C, "Member 'UNiagaraDataInterfaceGrid3D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, CellSize) == 0x000048, "Member 'UNiagaraDataInterfaceGrid3D::CellSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, NumCellsMaxAxis) == 0x00004C, "Member 'UNiagaraDataInterfaceGrid3D::NumCellsMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, SetResolutionMethod) == 0x000050, "Member 'UNiagaraDataInterfaceGrid3D::SetResolutionMethod' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, WorldBBoxSize) == 0x000058, "Member 'UNiagaraDataInterfaceGrid3D::WorldBBoxSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture \ +static_assert(alignof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture) == 0x000020, "Wrong size on NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, Dest) == 0x000008, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::Dest' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, TilesX) == 0x000010, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::TilesX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, TilesY) == 0x000014, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::TilesY' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, TileZ) == 0x000018, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::TileZ' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture, ReturnValue) == 0x00001C, "Member 'NiagaraDataInterfaceGrid3DCollection_FillRawVolumeTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture \ +static_assert(alignof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture) == 0x000018, "Wrong size on NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture, Dest) == 0x000008, "Member 'NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture::Dest' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture, AttributeIndex) == 0x000010, "Member 'NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture::AttributeIndex' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceGrid3DCollection_FillVolumeTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize \ +static_assert(alignof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize) == 0x000018, "Wrong size on NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize, SizeX) == 0x000008, "Member 'NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize, SizeY) == 0x00000C, "Member 'NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize::SizeY' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize, SizeZ) == 0x000010, "Member 'NiagaraDataInterfaceGrid3DCollection_GetRawTextureSize::SizeZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceGrid3DCollection_GetTextureSize \ +static_assert(alignof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize) == 0x000008, "Wrong alignment on NiagaraDataInterfaceGrid3DCollection_GetTextureSize"); \ +static_assert(sizeof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize) == 0x000018, "Wrong size on NiagaraDataInterfaceGrid3DCollection_GetTextureSize"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize, Component) == 0x000000, "Member 'NiagaraDataInterfaceGrid3DCollection_GetTextureSize::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize, SizeX) == 0x000008, "Member 'NiagaraDataInterfaceGrid3DCollection_GetTextureSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize, SizeY) == 0x00000C, "Member 'NiagaraDataInterfaceGrid3DCollection_GetTextureSize::SizeY' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceGrid3DCollection_GetTextureSize, SizeZ) == 0x000010, "Member 'NiagaraDataInterfaceGrid3DCollection_GetTextureSize::SizeZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid3DCollection \ +static_assert(alignof(UNiagaraDataInterfaceGrid3DCollection) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid3DCollection"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid3DCollection) == 0x0000F0, "Wrong size on UNiagaraDataInterfaceGrid3DCollection"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, NumAttributes) == 0x000070, "Member 'UNiagaraDataInterfaceGrid3DCollection::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, RenderTargetUserParameter) == 0x000078, "Member 'UNiagaraDataInterfaceGrid3DCollection::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, OverrideBufferFormat) == 0x000098, "Member 'UNiagaraDataInterfaceGrid3DCollection::OverrideBufferFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid3DCollectionReader \ +static_assert(alignof(UNiagaraDataInterfaceGrid3DCollectionReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid3DCollectionReader"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid3DCollectionReader) == 0x000110, "Wrong size on UNiagaraDataInterfaceGrid3DCollectionReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollectionReader, EmitterName) == 0x0000F0, "Member 'UNiagaraDataInterfaceGrid3DCollectionReader::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollectionReader, DIName) == 0x000100, "Member 'UNiagaraDataInterfaceGrid3DCollectionReader::DIName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceIntRenderTarget2D \ +static_assert(alignof(UNiagaraDataInterfaceIntRenderTarget2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceIntRenderTarget2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceIntRenderTarget2D) == 0x000060, "Wrong size on UNiagaraDataInterfaceIntRenderTarget2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, Size) == 0x000038, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, RenderTargetUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::RenderTargetUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceLandscape \ +static_assert(alignof(UNiagaraDataInterfaceLandscape) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceLandscape"); \ +static_assert(sizeof(UNiagaraDataInterfaceLandscape) == 0x000060, "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!"); \ +static_assert(offsetof(UNiagaraDataInterfaceLandscape, bVirtualTexturesSupported) == 0x000058, "Member 'UNiagaraDataInterfaceLandscape::bVirtualTexturesSupported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNDILandscapeSimCacheData \ +static_assert(alignof(UNDILandscapeSimCacheData) == 0x000008, "Wrong alignment on UNDILandscapeSimCacheData"); \ +static_assert(sizeof(UNDILandscapeSimCacheData) == 0x000038, "Wrong size on UNDILandscapeSimCacheData"); \ +static_assert(offsetof(UNDILandscapeSimCacheData, HeightFieldTextures) == 0x000028, "Member 'UNDILandscapeSimCacheData::HeightFieldTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UNiagaraDataInterfaceMaterialInstanceDynamic \ +static_assert(alignof(UNiagaraDataInterfaceMaterialInstanceDynamic) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceMaterialInstanceDynamic"); \ +static_assert(sizeof(UNiagaraDataInterfaceMaterialInstanceDynamic) == 0x000050, "Wrong size on UNiagaraDataInterfaceMaterialInstanceDynamic"); \ +static_assert(offsetof(UNiagaraDataInterfaceMaterialInstanceDynamic, DefaultMaterialInst) == 0x000038, "Member 'UNiagaraDataInterfaceMaterialInstanceDynamic::DefaultMaterialInst' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceMaterialInstanceDynamic, InstancedMaterialParamBinding) == 0x000040, "Member 'UNiagaraDataInterfaceMaterialInstanceDynamic::InstancedMaterialParamBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceMaterialParameterCollection \ +static_assert(alignof(UNiagaraDataInterfaceMaterialParameterCollection) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceMaterialParameterCollection"); \ +static_assert(sizeof(UNiagaraDataInterfaceMaterialParameterCollection) == 0x000050, "Wrong size on UNiagaraDataInterfaceMaterialParameterCollection"); \ +static_assert(offsetof(UNiagaraDataInterfaceMaterialParameterCollection, DefaultCollection) == 0x000038, "Member 'UNiagaraDataInterfaceMaterialParameterCollection::DefaultCollection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceMaterialParameterCollection, CollectionBinding) == 0x000040, "Member 'UNiagaraDataInterfaceMaterialParameterCollection::CollectionBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceMeshRendererInfo \ +static_assert(alignof(UNiagaraDataInterfaceMeshRendererInfo) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceMeshRendererInfo"); \ +static_assert(sizeof(UNiagaraDataInterfaceMeshRendererInfo) == 0x000050, "Wrong size on UNiagaraDataInterfaceMeshRendererInfo"); \ +static_assert(offsetof(UNiagaraDataInterfaceMeshRendererInfo, MeshRenderer) == 0x000038, "Member 'UNiagaraDataInterfaceMeshRendererInfo::MeshRenderer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceNeighborGrid3D \ +static_assert(alignof(UNiagaraDataInterfaceNeighborGrid3D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceNeighborGrid3D"); \ +static_assert(sizeof(UNiagaraDataInterfaceNeighborGrid3D) == 0x000078, "Wrong size on UNiagaraDataInterfaceNeighborGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceNeighborGrid3D, MaxNeighborsPerCell) == 0x000070, "Member 'UNiagaraDataInterfaceNeighborGrid3D::MaxNeighborsPerCell' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceOcclusion \ +static_assert(alignof(UNiagaraDataInterfaceOcclusion) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceOcclusion"); \ +static_assert(sizeof(UNiagaraDataInterfaceOcclusion) == 0x000038, "Wrong size on UNiagaraDataInterfaceOcclusion"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceParticleRead \ +static_assert(alignof(UNiagaraDataInterfaceParticleRead) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceParticleRead"); \ +static_assert(sizeof(UNiagaraDataInterfaceParticleRead) == 0x000048, "Wrong size on UNiagaraDataInterfaceParticleRead"); \ +static_assert(offsetof(UNiagaraDataInterfaceParticleRead, EmitterBinding) == 0x000038, "Member 'UNiagaraDataInterfaceParticleRead::EmitterBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfacePlatformSet \ +static_assert(alignof(UNiagaraDataInterfacePlatformSet) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePlatformSet"); \ +static_assert(sizeof(UNiagaraDataInterfacePlatformSet) == 0x000068, "Wrong size on UNiagaraDataInterfacePlatformSet"); \ +static_assert(offsetof(UNiagaraDataInterfacePlatformSet, Platforms) == 0x000038, "Member 'UNiagaraDataInterfacePlatformSet::Platforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRasterizationGrid3D \ +static_assert(alignof(UNiagaraDataInterfaceRasterizationGrid3D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRasterizationGrid3D"); \ +static_assert(sizeof(UNiagaraDataInterfaceRasterizationGrid3D) == 0x000080, "Wrong size on UNiagaraDataInterfaceRasterizationGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceRasterizationGrid3D, NumAttributes) == 0x000070, "Member 'UNiagaraDataInterfaceRasterizationGrid3D::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRasterizationGrid3D, Precision) == 0x000074, "Member 'UNiagaraDataInterfaceRasterizationGrid3D::Precision' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRasterizationGrid3D, ResetValue) == 0x000078, "Member 'UNiagaraDataInterfaceRasterizationGrid3D::ResetValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTarget2D \ +static_assert(alignof(UNiagaraDataInterfaceRenderTarget2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2D) == 0x0000C0, "Wrong size on UNiagaraDataInterfaceRenderTarget2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, Size) == 0x000040, "Member 'UNiagaraDataInterfaceRenderTarget2D::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, MipMapGeneration) == 0x000048, "Member 'UNiagaraDataInterfaceRenderTarget2D::MipMapGeneration' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, MipMapGenerationType) == 0x000049, "Member 'UNiagaraDataInterfaceRenderTarget2D::MipMapGenerationType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, OverrideRenderTargetFormat) == 0x00004A, "Member 'UNiagaraDataInterfaceRenderTarget2D::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, OverrideRenderTargetFilter) == 0x00004B, "Member 'UNiagaraDataInterfaceRenderTarget2D::OverrideRenderTargetFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, RenderTargetUserParameter) == 0x000050, "Member 'UNiagaraDataInterfaceRenderTarget2D::RenderTargetUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTarget2DArray \ +static_assert(alignof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2DArray"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000068, "Wrong size on UNiagaraDataInterfaceRenderTarget2DArray"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, Size) == 0x000038, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, OverrideRenderTargetFormat) == 0x000044, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, OverrideRenderTargetFilter) == 0x000045, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::OverrideRenderTargetFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, RenderTargetUserParameter) == 0x000048, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::RenderTargetUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ScaleColor \ +static_assert(alignof(UNiagaraStatelessModule_ScaleColor) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ScaleColor"); \ +static_assert(sizeof(UNiagaraStatelessModule_ScaleColor) == 0x000070, "Wrong size on UNiagaraStatelessModule_ScaleColor"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleColor, ScaleDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_ScaleColor::ScaleDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetCube \ +static_assert(alignof(UNiagaraDataInterfaceRenderTargetCube) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetCube"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTargetCube) == 0x000060, "Wrong size on UNiagaraDataInterfaceRenderTargetCube"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, Size) == 0x000038, "Member 'UNiagaraDataInterfaceRenderTargetCube::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, OverrideRenderTargetFormat) == 0x00003C, "Member 'UNiagaraDataInterfaceRenderTargetCube::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, OverrideRenderTargetFilter) == 0x00003D, "Member 'UNiagaraDataInterfaceRenderTargetCube::OverrideRenderTargetFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, RenderTargetUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceRenderTargetCube::RenderTargetUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetVolume \ +static_assert(alignof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetVolume"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000070, "Wrong size on UNiagaraDataInterfaceRenderTargetVolume"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, Size) == 0x000040, "Member 'UNiagaraDataInterfaceRenderTargetVolume::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, OverrideRenderTargetFormat) == 0x00004C, "Member 'UNiagaraDataInterfaceRenderTargetVolume::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, OverrideRenderTargetFilter) == 0x00004D, "Member 'UNiagaraDataInterfaceRenderTargetVolume::OverrideRenderTargetFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, RenderTargetUserParameter) == 0x000050, "Member 'UNiagaraDataInterfaceRenderTargetVolume::RenderTargetUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRigidMeshCollisionQuery \ +static_assert(alignof(UNiagaraDataInterfaceRigidMeshCollisionQuery) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRigidMeshCollisionQuery"); \ +static_assert(sizeof(UNiagaraDataInterfaceRigidMeshCollisionQuery) == 0x000078, "Wrong size on UNiagaraDataInterfaceRigidMeshCollisionQuery"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, ActorTags) == 0x000038, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::ActorTags' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, ComponentTags) == 0x000048, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::ComponentTags' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, SourceActors) == 0x000058, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::SourceActors' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, OnlyUseMoveable) == 0x000068, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::OnlyUseMoveable' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, UseComplexCollisions) == 0x000069, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::UseComplexCollisions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, bFilterByObjectType) == 0x00006A, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::bFilterByObjectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, GlobalSearchAllowed) == 0x00006B, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::GlobalSearchAllowed' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, GlobalSearchForced) == 0x00006C, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::GlobalSearchForced' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, GlobalSearchFallback_Unscripted) == 0x00006D, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::GlobalSearchFallback_Unscripted' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, MaxNumPrimitives) == 0x000070, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::MaxNumPrimitives' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors \ +static_assert(alignof(NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors) == 0x000008, "Wrong alignment on NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors"); \ +static_assert(sizeof(NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors) == 0x000020, "Wrong size on NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors"); \ +static_assert(offsetof(NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors, NiagaraSystem) == 0x000000, "Member 'NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors, OverrideName) == 0x000008, "Member 'NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors, SourceActors) == 0x000010, "Member 'NiagaraDIRigidMeshCollisionFunctionLibrary_SetSourceActors::SourceActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDIRigidMeshCollisionFunctionLibrary \ +static_assert(alignof(UNiagaraDIRigidMeshCollisionFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraDIRigidMeshCollisionFunctionLibrary"); \ +static_assert(sizeof(UNiagaraDIRigidMeshCollisionFunctionLibrary) == 0x000028, "Wrong size on UNiagaraDIRigidMeshCollisionFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange \ +static_assert(alignof(NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange) == 0x000001, "Wrong alignment on NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange"); \ +static_assert(sizeof(NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange) == 0x000001, "Wrong size on NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange"); \ +static_assert(offsetof(NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange, ReturnValue) == 0x000000, "Member 'NiagaraStatelessModule_ScaleSpriteSize_UseScaleCurveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ScaleSpriteSize \ +static_assert(alignof(UNiagaraStatelessModule_ScaleSpriteSize) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ScaleSpriteSize"); \ +static_assert(sizeof(UNiagaraStatelessModule_ScaleSpriteSize) == 0x000090, "Wrong size on UNiagaraStatelessModule_ScaleSpriteSize"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleSpriteSize, ScaleDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_ScaleSpriteSize::ScaleDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleSpriteSize, ScaleCurveRange) == 0x000070, "Member 'UNiagaraStatelessModule_ScaleSpriteSize::ScaleCurveRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay \ +static_assert(alignof(NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay) == 0x000008, "Wrong alignment on NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay"); \ +static_assert(sizeof(NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay) == 0x000010, "Wrong size on NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay"); \ +static_assert(offsetof(NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay, InSource) == 0x000000, "Member 'NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay::InSource' has a wrong offset!"); \ +static_assert(offsetof(NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay, Reason) == 0x000008, "Member 'NiagaraDataInterfaceSkeletalMesh_OnSourceEndPlay::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSkeletalMesh \ +static_assert(alignof(UNiagaraDataInterfaceSkeletalMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSkeletalMesh"); \ +static_assert(sizeof(UNiagaraDataInterfaceSkeletalMesh) == 0x000100, "Wrong size on UNiagaraDataInterfaceSkeletalMesh"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceSkeletalMesh::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, DefaultMesh) == 0x000040, "Member 'UNiagaraDataInterfaceSkeletalMesh::DefaultMesh' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SoftSourceActor) == 0x000048, "Member 'UNiagaraDataInterfaceSkeletalMesh::SoftSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, ComponentTags) == 0x000070, "Member 'UNiagaraDataInterfaceSkeletalMesh::ComponentTags' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SourceComponent) == 0x000080, "Member 'UNiagaraDataInterfaceSkeletalMesh::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, MeshUserParameter) == 0x000088, "Member 'UNiagaraDataInterfaceSkeletalMesh::MeshUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SkinningMode) == 0x0000A8, "Member 'UNiagaraDataInterfaceSkeletalMesh::SkinningMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SamplingRegions) == 0x0000B0, "Member 'UNiagaraDataInterfaceSkeletalMesh::SamplingRegions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, WholeMeshLOD) == 0x0000C0, "Member 'UNiagaraDataInterfaceSkeletalMesh::WholeMeshLOD' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, FilteredBones) == 0x0000C8, "Member 'UNiagaraDataInterfaceSkeletalMesh::FilteredBones' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, FilteredSockets) == 0x0000D8, "Member 'UNiagaraDataInterfaceSkeletalMesh::FilteredSockets' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, ExcludeBoneName) == 0x0000E8, "Member 'UNiagaraDataInterfaceSkeletalMesh::ExcludeBoneName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, UvSetIndex) == 0x0000F4, "Member 'UNiagaraDataInterfaceSkeletalMesh::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, bRequireCurrentFrameData) == 0x0000F8, "Member 'UNiagaraDataInterfaceSkeletalMesh::bRequireCurrentFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, bReadDeformedGeometry) == 0x0000F9, "Member 'UNiagaraDataInterfaceSkeletalMesh::bReadDeformedGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSparseVolumeTexture \ +static_assert(alignof(UNiagaraDataInterfaceSparseVolumeTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSparseVolumeTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceSparseVolumeTexture) == 0x000068, "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!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSparseVolumeTexture, BlockingStreamingRequests) == 0x000060, "Member 'UNiagaraDataInterfaceSparseVolumeTexture::BlockingStreamingRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSpline \ +static_assert(alignof(UNiagaraDataInterfaceSpline) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSpline"); \ +static_assert(sizeof(UNiagaraDataInterfaceSpline) == 0x0000D8, "Wrong size on UNiagaraDataInterfaceSpline"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, SoftSourceActor) == 0x000038, "Member 'UNiagaraDataInterfaceSpline::SoftSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, SplineUserParameter) == 0x000060, "Member 'UNiagaraDataInterfaceSpline::SplineUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, bUseLUT) == 0x000080, "Member 'UNiagaraDataInterfaceSpline::bUseLUT' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, NumLUTSteps) == 0x000084, "Member 'UNiagaraDataInterfaceSpline::NumLUTSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSpriteRendererInfo \ +static_assert(alignof(UNiagaraDataInterfaceSpriteRendererInfo) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSpriteRendererInfo"); \ +static_assert(sizeof(UNiagaraDataInterfaceSpriteRendererInfo) == 0x000040, "Wrong size on UNiagaraDataInterfaceSpriteRendererInfo"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpriteRendererInfo, SpriteRenderer) == 0x000038, "Member 'UNiagaraDataInterfaceSpriteRendererInfo::SpriteRenderer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_SpriteFacingAndAlignment \ +static_assert(alignof(UNiagaraStatelessModule_SpriteFacingAndAlignment) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_SpriteFacingAndAlignment"); \ +static_assert(sizeof(UNiagaraStatelessModule_SpriteFacingAndAlignment) == 0x0000B8, "Wrong size on UNiagaraStatelessModule_SpriteFacingAndAlignment"); \ +static_assert(offsetof(UNiagaraStatelessModule_SpriteFacingAndAlignment, bSpriteFacingEnabled) == 0x000030, "Member 'UNiagaraStatelessModule_SpriteFacingAndAlignment::bSpriteFacingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SpriteFacingAndAlignment, bSpriteAlignmentEnabled) == 0x000031, "Member 'UNiagaraStatelessModule_SpriteFacingAndAlignment::bSpriteAlignmentEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SpriteFacingAndAlignment, SpriteFacing) == 0x000038, "Member 'UNiagaraStatelessModule_SpriteFacingAndAlignment::SpriteFacing' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SpriteFacingAndAlignment, SpriteAlignment) == 0x000078, "Member 'UNiagaraStatelessModule_SpriteFacingAndAlignment::SpriteAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceTexture \ +static_assert(alignof(UNiagaraDataInterfaceTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceTexture"); \ +static_assert(sizeof(UNiagaraDataInterfaceTexture) == 0x000060, "Wrong size on UNiagaraDataInterfaceTexture"); \ +static_assert(offsetof(UNiagaraDataInterfaceTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceTexture::Texture' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceTexture, TextureUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceTexture::TextureUserParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVector2DCurve \ +static_assert(alignof(UNiagaraDataInterfaceVector2DCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVector2DCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceVector2DCurve) == 0x000170, "Wrong size on UNiagaraDataInterfaceVector2DCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector2DCurve, XCurve) == 0x000070, "Member 'UNiagaraDataInterfaceVector2DCurve::XCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector2DCurve, YCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceVector2DCurve::YCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVector4Curve \ +static_assert(alignof(UNiagaraDataInterfaceVector4Curve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVector4Curve"); \ +static_assert(sizeof(UNiagaraDataInterfaceVector4Curve) == 0x000270, "Wrong size on UNiagaraDataInterfaceVector4Curve"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, XCurve) == 0x000070, "Member 'UNiagaraDataInterfaceVector4Curve::XCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, YCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceVector4Curve::YCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, ZCurve) == 0x000170, "Member 'UNiagaraDataInterfaceVector4Curve::ZCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVector4Curve, WCurve) == 0x0001F0, "Member 'UNiagaraDataInterfaceVector4Curve::WCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVectorCurve \ +static_assert(alignof(UNiagaraDataInterfaceVectorCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVectorCurve"); \ +static_assert(sizeof(UNiagaraDataInterfaceVectorCurve) == 0x0001F0, "Wrong size on UNiagaraDataInterfaceVectorCurve"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, XCurve) == 0x000070, "Member 'UNiagaraDataInterfaceVectorCurve::XCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, YCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceVectorCurve::YCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVectorCurve, ZCurve) == 0x000170, "Member 'UNiagaraDataInterfaceVectorCurve::ZCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessEmitterTemplate \ +static_assert(alignof(UNiagaraStatelessEmitterTemplate) == 0x000008, "Wrong alignment on UNiagaraStatelessEmitterTemplate"); \ +static_assert(sizeof(UNiagaraStatelessEmitterTemplate) == 0x000048, "Wrong size on UNiagaraStatelessEmitterTemplate"); \ +static_assert(offsetof(UNiagaraStatelessEmitterTemplate, Modules) == 0x000028, "Member 'UNiagaraStatelessEmitterTemplate::Modules' 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_UNiagaraDataInterfaceVirtualTextureSample \ +static_assert(alignof(UNiagaraDataInterfaceVirtualTextureSample) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVirtualTextureSample"); \ +static_assert(sizeof(UNiagaraDataInterfaceVirtualTextureSample) == 0x000060, "Wrong size on UNiagaraDataInterfaceVirtualTextureSample"); \ +static_assert(offsetof(UNiagaraDataInterfaceVirtualTextureSample, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceVirtualTextureSample::Texture' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceVirtualTextureSample, TextureUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceVirtualTextureSample::TextureUserParameter' 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) == 0x000288, "Wrong size on UNiagaraDebugHUDSettings"); \ +static_assert(offsetof(UNiagaraDebugHUDSettings, Data) == 0x000048, "Member 'UNiagaraDebugHUDSettings::Data' 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_NiagaraEditorPreviewActor_CalculateLocation \ +static_assert(alignof(NiagaraEditorPreviewActor_CalculateLocation) == 0x000008, "Wrong alignment on NiagaraEditorPreviewActor_CalculateLocation"); \ +static_assert(sizeof(NiagaraEditorPreviewActor_CalculateLocation) == 0x000020, "Wrong size on NiagaraEditorPreviewActor_CalculateLocation"); \ +static_assert(offsetof(NiagaraEditorPreviewActor_CalculateLocation, MotionTime) == 0x000000, "Member 'NiagaraEditorPreviewActor_CalculateLocation::MotionTime' has a wrong offset!"); \ +static_assert(offsetof(NiagaraEditorPreviewActor_CalculateLocation, OutLocation) == 0x000008, "Member 'NiagaraEditorPreviewActor_CalculateLocation::OutLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraEditorPreviewActor_CalculateRotation \ +static_assert(alignof(NiagaraEditorPreviewActor_CalculateRotation) == 0x000010, "Wrong alignment on NiagaraEditorPreviewActor_CalculateRotation"); \ +static_assert(sizeof(NiagaraEditorPreviewActor_CalculateRotation) == 0x000030, "Wrong size on NiagaraEditorPreviewActor_CalculateRotation"); \ +static_assert(offsetof(NiagaraEditorPreviewActor_CalculateRotation, MotionTime) == 0x000000, "Member 'NiagaraEditorPreviewActor_CalculateRotation::MotionTime' has a wrong offset!"); \ +static_assert(offsetof(NiagaraEditorPreviewActor_CalculateRotation, OutRotation) == 0x000010, "Member 'NiagaraEditorPreviewActor_CalculateRotation::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraEditorPreviewActor \ +static_assert(alignof(ANiagaraEditorPreviewActor) == 0x000008, "Wrong alignment on ANiagaraEditorPreviewActor"); \ +static_assert(sizeof(ANiagaraEditorPreviewActor) == 0x000358, "Wrong size on ANiagaraEditorPreviewActor"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, MotionDuration) == 0x0002B0, "Member 'ANiagaraEditorPreviewActor::MotionDuration' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, PlaybackType) == 0x0002B8, "Member 'ANiagaraEditorPreviewActor::PlaybackType' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, MotionType) == 0x0002BC, "Member 'ANiagaraEditorPreviewActor::MotionType' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, ShapeTension) == 0x0002C0, "Member 'ANiagaraEditorPreviewActor::ShapeTension' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, ShapeScale) == 0x0002C8, "Member 'ANiagaraEditorPreviewActor::ShapeScale' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, ShapeRotation) == 0x0002D0, "Member 'ANiagaraEditorPreviewActor::ShapeRotation' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, CustomShapePoints) == 0x0002E8, "Member 'ANiagaraEditorPreviewActor::CustomShapePoints' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, CircleRadius) == 0x0002F8, "Member 'ANiagaraEditorPreviewActor::CircleRadius' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, CircleEndRadius) == 0x000300, "Member 'ANiagaraEditorPreviewActor::CircleEndRadius' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, CircleRotationRate) == 0x000310, "Member 'ANiagaraEditorPreviewActor::CircleRotationRate' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, SquareSize) == 0x000320, "Member 'ANiagaraEditorPreviewActor::SquareSize' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, TriangleSize) == 0x000330, "Member 'ANiagaraEditorPreviewActor::TriangleSize' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, RotationMode) == 0x000340, "Member 'ANiagaraEditorPreviewActor::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, NiagaraComponent) == 0x000348, "Member 'ANiagaraEditorPreviewActor::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraEditorPreviewActor, ArrowComponent) == 0x000350, "Member 'ANiagaraEditorPreviewActor::ArrowComponent' has a wrong offset!"); \ + +#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_UNiagaraEffectType \ +static_assert(alignof(UNiagaraEffectType) == 0x000008, "Wrong alignment on UNiagaraEffectType"); \ +static_assert(sizeof(UNiagaraEffectType) == 0x0000A0, "Wrong size on UNiagaraEffectType"); \ +static_assert(offsetof(UNiagaraEffectType, bAllowCullingForLocalPlayers) == 0x000028, "Member 'UNiagaraEffectType::bAllowCullingForLocalPlayers' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, UpdateFrequency) == 0x00002C, "Member 'UNiagaraEffectType::UpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, CullReaction) == 0x000030, "Member 'UNiagaraEffectType::CullReaction' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, SignificanceHandler) == 0x000038, "Member 'UNiagaraEffectType::SignificanceHandler' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, DetailLevelScalabilitySettings) == 0x000040, "Member 'UNiagaraEffectType::DetailLevelScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, SystemScalabilitySettings) == 0x000050, "Member 'UNiagaraEffectType::SystemScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, EmitterScalabilitySettings) == 0x000060, "Member 'UNiagaraEffectType::EmitterScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, PerformanceBaselineController) == 0x000078, "Member 'UNiagaraEffectType::PerformanceBaselineController' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, PerfBaselineStats) == 0x000080, "Member 'UNiagaraEffectType::PerfBaselineStats' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEffectType, PerfBaselineVersion) == 0x000090, "Member 'UNiagaraEffectType::PerfBaselineVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraEmitter \ +static_assert(alignof(UNiagaraEmitter) == 0x000008, "Wrong alignment on UNiagaraEmitter"); \ +static_assert(sizeof(UNiagaraEmitter) == 0x000070, "Wrong size on UNiagaraEmitter"); \ +static_assert(offsetof(UNiagaraEmitter, ExposedVersion) == 0x000040, "Member 'UNiagaraEmitter::ExposedVersion' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, bVersioningEnabled) == 0x000050, "Member 'UNiagaraEmitter::bVersioningEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, VersionData) == 0x000058, "Member 'UNiagaraEmitter::VersionData' has a wrong offset!"); \ + +#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_ANiagaraLensEffectBase \ +static_assert(alignof(ANiagaraLensEffectBase) == 0x000010, "Wrong alignment on ANiagaraLensEffectBase"); \ +static_assert(sizeof(ANiagaraLensEffectBase) == 0x000350, "Wrong size on ANiagaraLensEffectBase"); \ +static_assert(offsetof(ANiagaraLensEffectBase, DesiredRelativeTransform) == 0x0002D0, "Member 'ANiagaraLensEffectBase::DesiredRelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraLensEffectBase, BaseAuthoredFOV) == 0x000330, "Member 'ANiagaraLensEffectBase::BaseAuthoredFOV' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraLensEffectBase, EmittersToTreatAsSame) == 0x000338, "Member 'ANiagaraLensEffectBase::EmittersToTreatAsSame' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraLensEffectBase, OwningCameraManager) == 0x000348, "Member 'ANiagaraLensEffectBase::OwningCameraManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraMeshRendererProperties \ +static_assert(alignof(UNiagaraMeshRendererProperties) == 0x000008, "Wrong alignment on UNiagaraMeshRendererProperties"); \ +static_assert(sizeof(UNiagaraMeshRendererProperties) == 0x000488, "Wrong size on UNiagaraMeshRendererProperties"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, Meshes) == 0x0000A8, "Member 'UNiagaraMeshRendererProperties::Meshes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshesBinding) == 0x0000B8, "Member 'UNiagaraMeshRendererProperties::MeshesBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SourceMode) == 0x0000C4, "Member 'UNiagaraMeshRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SortMode) == 0x0000C5, "Member 'UNiagaraMeshRendererProperties::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SortPrecision) == 0x0000C6, "Member 'UNiagaraMeshRendererProperties::SortPrecision' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, GpuTranslucentLatency) == 0x0000C7, "Member 'UNiagaraMeshRendererProperties::GpuTranslucentLatency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, OverrideMaterials) == 0x0000D0, "Member 'UNiagaraMeshRendererProperties::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MICOverrideMaterials) == 0x0000E0, "Member 'UNiagaraMeshRendererProperties::MICOverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageSize) == 0x0000F0, "Member 'UNiagaraMeshRendererProperties::SubImageSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxis) == 0x000100, "Member 'UNiagaraMeshRendererProperties::LockedAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshBoundsScale) == 0x000118, "Member 'UNiagaraMeshRendererProperties::MeshBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, FacingMode) == 0x000130, "Member 'UNiagaraMeshRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxisSpace) == 0x000131, "Member 'UNiagaraMeshRendererProperties::LockedAxisSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MinCameraDistance) == 0x000134, "Member 'UNiagaraMeshRendererProperties::MinCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaxCameraDistance) == 0x000138, "Member 'UNiagaraMeshRendererProperties::MaxCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibility) == 0x00013C, "Member 'UNiagaraMeshRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PositionBinding) == 0x000140, "Member 'UNiagaraMeshRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ColorBinding) == 0x000160, "Member 'UNiagaraMeshRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, VelocityBinding) == 0x000180, "Member 'UNiagaraMeshRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshOrientationBinding) == 0x0001A0, "Member 'UNiagaraMeshRendererProperties::MeshOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ScaleBinding) == 0x0001C0, "Member 'UNiagaraMeshRendererProperties::ScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageIndexBinding) == 0x0001E0, "Member 'UNiagaraMeshRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterialBinding) == 0x000200, "Member 'UNiagaraMeshRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial1Binding) == 0x000220, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial2Binding) == 0x000240, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial3Binding) == 0x000260, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialRandomBinding) == 0x000280, "Member 'UNiagaraMeshRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, CustomSortingBinding) == 0x0002A0, "Member 'UNiagaraMeshRendererProperties::CustomSortingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, NormalizedAgeBinding) == 0x0002C0, "Member 'UNiagaraMeshRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, CameraOffsetBinding) == 0x0002E0, "Member 'UNiagaraMeshRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibilityTagBinding) == 0x000300, "Member 'UNiagaraMeshRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshIndexBinding) == 0x000320, "Member 'UNiagaraMeshRendererProperties::MeshIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialParameters) == 0x000340, "Member 'UNiagaraMeshRendererProperties::MaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevPositionBinding) == 0x000390, "Member 'UNiagaraMeshRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevScaleBinding) == 0x0003B0, "Member 'UNiagaraMeshRendererProperties::PrevScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevMeshOrientationBinding) == 0x0003D0, "Member 'UNiagaraMeshRendererProperties::PrevMeshOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevCameraOffsetBinding) == 0x0003F0, "Member 'UNiagaraMeshRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevVelocityBinding) == 0x000410, "Member 'UNiagaraMeshRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialParamValidMask) == 0x000430, "Member 'UNiagaraMeshRendererProperties::MaterialParamValidMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetBoolParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetBoolParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetBoolParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetBoolParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetBoolParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetBoolParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetBoolParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetBoolParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetBoolParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetColorParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetColorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetColorParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetColorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetColorParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetColorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetColorParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetColorParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetColorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetFloatParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetFloatParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetFloatParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetFloatParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetFloatParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetFloatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetFloatParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetFloatParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetFloatParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetIntParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetIntParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetIntParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetIntParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetIntParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetIntParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetIntParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetIntParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetIntParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetQuatParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetQuatParameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_GetQuatParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetQuatParameter) == 0x000030, "Wrong size on NiagaraParameterCollectionInstance_GetQuatParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetQuatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetQuatParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetQuatParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetQuatParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVector2DParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetVector2DParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetVector2DParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetVector2DParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetVector2DParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector2DParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVector2DParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector2DParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVector2DParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVector4Parameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetVector4Parameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_GetVector4Parameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetVector4Parameter) == 0x000030, "Wrong size on NiagaraParameterCollectionInstance_GetVector4Parameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector4Parameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVector4Parameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector4Parameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVector4Parameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVectorParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_GetVectorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetVectorParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_GetVectorParameter) == 0x000028, "Wrong size on NiagaraParameterCollectionInstance_GetVectorParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVectorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVectorParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_GetVectorParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVectorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetBoolParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetBoolParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetBoolParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetBoolParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetBoolParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetBoolParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetBoolParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetBoolParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetBoolParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetColorParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetColorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetColorParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetColorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetColorParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetColorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetColorParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetColorParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetColorParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetFloatParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetFloatParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetFloatParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetFloatParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetFloatParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetFloatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetFloatParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetFloatParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetFloatParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetIntParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetIntParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetIntParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetIntParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetIntParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetIntParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetIntParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetIntParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetIntParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetQuatParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetQuatParameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_SetQuatParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetQuatParameter) == 0x000030, "Wrong size on NiagaraParameterCollectionInstance_SetQuatParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetQuatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetQuatParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetQuatParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetQuatParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVector2DParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetVector2DParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetVector2DParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetVector2DParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetVector2DParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector2DParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVector2DParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector2DParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVector2DParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVector4Parameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetVector4Parameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_SetVector4Parameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetVector4Parameter) == 0x000030, "Wrong size on NiagaraParameterCollectionInstance_SetVector4Parameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector4Parameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVector4Parameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector4Parameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVector4Parameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVectorParameter \ +static_assert(alignof(NiagaraParameterCollectionInstance_SetVectorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetVectorParameter"); \ +static_assert(sizeof(NiagaraParameterCollectionInstance_SetVectorParameter) == 0x000028, "Wrong size on NiagaraParameterCollectionInstance_SetVectorParameter"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVectorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVectorParameter::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraParameterCollectionInstance_SetVectorParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVectorParameter::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraParameterCollectionInstance \ +static_assert(alignof(UNiagaraParameterCollectionInstance) == 0x000008, "Wrong alignment on UNiagaraParameterCollectionInstance"); \ +static_assert(sizeof(UNiagaraParameterCollectionInstance) == 0x000108, "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!"); \ +static_assert(offsetof(UNiagaraParameterCollectionInstance, SourceMaterialCollectionInstance) == 0x0000C8, "Member 'UNiagaraParameterCollectionInstance::SourceMaterialCollectionInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraPerfBaselineActor \ +static_assert(alignof(ANiagaraPerfBaselineActor) == 0x000008, "Wrong alignment on ANiagaraPerfBaselineActor"); \ +static_assert(sizeof(ANiagaraPerfBaselineActor) == 0x0002C0, "Wrong size on ANiagaraPerfBaselineActor"); \ +static_assert(offsetof(ANiagaraPerfBaselineActor, Controller) == 0x0002B0, "Member 'ANiagaraPerfBaselineActor::Controller' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPerfBaselineActor, Label) == 0x0002B8, "Member 'ANiagaraPerfBaselineActor::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewBase_SetLabelText \ +static_assert(alignof(NiagaraPreviewBase_SetLabelText) == 0x000008, "Wrong alignment on NiagaraPreviewBase_SetLabelText"); \ +static_assert(sizeof(NiagaraPreviewBase_SetLabelText) == 0x000020, "Wrong size on NiagaraPreviewBase_SetLabelText"); \ +static_assert(offsetof(NiagaraPreviewBase_SetLabelText, InXAxisText) == 0x000000, "Member 'NiagaraPreviewBase_SetLabelText::InXAxisText' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewBase_SetLabelText, InYAxisText) == 0x000010, "Member 'NiagaraPreviewBase_SetLabelText::InYAxisText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewBase_SetSystem \ +static_assert(alignof(NiagaraPreviewBase_SetSystem) == 0x000008, "Wrong alignment on NiagaraPreviewBase_SetSystem"); \ +static_assert(sizeof(NiagaraPreviewBase_SetSystem) == 0x000008, "Wrong size on NiagaraPreviewBase_SetSystem"); \ +static_assert(offsetof(NiagaraPreviewBase_SetSystem, InSystem) == 0x000000, "Member 'NiagaraPreviewBase_SetSystem::InSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraPreviewBase \ +static_assert(alignof(ANiagaraPreviewBase) == 0x000008, "Wrong alignment on ANiagaraPreviewBase"); \ +static_assert(sizeof(ANiagaraPreviewBase) == 0x0002B0, "Wrong size on ANiagaraPreviewBase"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamFloat \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamFloat"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamFloat) == 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_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_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) == 0x000300, "Wrong size on ANiagaraPreviewGrid"); \ +static_assert(offsetof(ANiagaraPreviewGrid, System) == 0x0002B0, "Member 'ANiagaraPreviewGrid::System' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, ResetMode) == 0x0002B8, "Member 'ANiagaraPreviewGrid::ResetMode' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisX) == 0x0002C0, "Member 'ANiagaraPreviewGrid::PreviewAxisX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisY) == 0x0002C8, "Member 'ANiagaraPreviewGrid::PreviewAxisY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewClass) == 0x0002D0, "Member 'ANiagaraPreviewGrid::PreviewClass' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, SpacingX) == 0x0002D8, "Member 'ANiagaraPreviewGrid::SpacingX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, SpacingY) == 0x0002DC, "Member 'ANiagaraPreviewGrid::SpacingY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, NumX) == 0x0002E0, "Member 'ANiagaraPreviewGrid::NumX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, NumY) == 0x0002E4, "Member 'ANiagaraPreviewGrid::NumY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewComponents) == 0x0002E8, "Member 'ANiagaraPreviewGrid::PreviewComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraRibbonRendererProperties \ +static_assert(alignof(UNiagaraRibbonRendererProperties) == 0x000008, "Wrong alignment on UNiagaraRibbonRendererProperties"); \ +static_assert(sizeof(UNiagaraRibbonRendererProperties) == 0x000520, "Wrong size on UNiagaraRibbonRendererProperties"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, Material) == 0x0000A0, "Member 'UNiagaraRibbonRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialUserParamBinding) == 0x0000A8, "Member 'UNiagaraRibbonRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, UV0Settings) == 0x0000C8, "Member 'UNiagaraRibbonRendererProperties::UV0Settings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, UV1Settings) == 0x0000F0, "Member 'UNiagaraRibbonRendererProperties::UV1Settings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, FacingMode) == 0x000118, "Member 'UNiagaraRibbonRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaxNumRibbons) == 0x00011C, "Member 'UNiagaraRibbonRendererProperties::MaxNumRibbons' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DrawDirection) == 0x000120, "Member 'UNiagaraRibbonRendererProperties::DrawDirection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, Shape) == 0x000121, "Member 'UNiagaraRibbonRendererProperties::Shape' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, WidthSegmentationCount) == 0x000124, "Member 'UNiagaraRibbonRendererProperties::WidthSegmentationCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MultiPlaneCount) == 0x000128, "Member 'UNiagaraRibbonRendererProperties::MultiPlaneCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TubeSubdivisions) == 0x00012C, "Member 'UNiagaraRibbonRendererProperties::TubeSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, CustomVertices) == 0x000130, "Member 'UNiagaraRibbonRendererProperties::CustomVertices' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationMode) == 0x000140, "Member 'UNiagaraRibbonRendererProperties::TessellationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, CurveTension) == 0x000144, "Member 'UNiagaraRibbonRendererProperties::CurveTension' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationFactor) == 0x000148, "Member 'UNiagaraRibbonRendererProperties::TessellationFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationAngle) == 0x00014C, "Member 'UNiagaraRibbonRendererProperties::TessellationAngle' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PositionBinding) == 0x000150, "Member 'UNiagaraRibbonRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, ColorBinding) == 0x000170, "Member 'UNiagaraRibbonRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, VelocityBinding) == 0x000190, "Member 'UNiagaraRibbonRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, NormalizedAgeBinding) == 0x0001B0, "Member 'UNiagaraRibbonRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonTwistBinding) == 0x0001D0, "Member 'UNiagaraRibbonRendererProperties::RibbonTwistBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonWidthBinding) == 0x0001F0, "Member 'UNiagaraRibbonRendererProperties::RibbonWidthBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonFacingBinding) == 0x000210, "Member 'UNiagaraRibbonRendererProperties::RibbonFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonIdBinding) == 0x000230, "Member 'UNiagaraRibbonRendererProperties::RibbonIdBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonLinkOrderBinding) == 0x000250, "Member 'UNiagaraRibbonRendererProperties::RibbonLinkOrderBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialRandomBinding) == 0x000270, "Member 'UNiagaraRibbonRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterialBinding) == 0x000290, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial1Binding) == 0x0002B0, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial2Binding) == 0x0002D0, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial3Binding) == 0x0002F0, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonUVDistance) == 0x000310, "Member 'UNiagaraRibbonRendererProperties::RibbonUVDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, U0OverrideBinding) == 0x000330, "Member 'UNiagaraRibbonRendererProperties::U0OverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, V0RangeOverrideBinding) == 0x000350, "Member 'UNiagaraRibbonRendererProperties::V0RangeOverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, U1OverrideBinding) == 0x000370, "Member 'UNiagaraRibbonRendererProperties::U1OverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, V1RangeOverrideBinding) == 0x000390, "Member 'UNiagaraRibbonRendererProperties::V1RangeOverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialParameters) == 0x0003B0, "Member 'UNiagaraRibbonRendererProperties::MaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PrevPositionBinding) == 0x000400, "Member 'UNiagaraRibbonRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PrevRibbonWidthBinding) == 0x000420, "Member 'UNiagaraRibbonRendererProperties::PrevRibbonWidthBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PrevRibbonFacingBinding) == 0x000440, "Member 'UNiagaraRibbonRendererProperties::PrevRibbonFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PrevRibbonTwistBinding) == 0x000460, "Member 'UNiagaraRibbonRendererProperties::PrevRibbonTwistBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialParamValidMask) == 0x000480, "Member 'UNiagaraRibbonRendererProperties::MaterialParamValidMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraScript \ +static_assert(alignof(UNiagaraScript) == 0x000008, "Wrong alignment on UNiagaraScript"); \ +static_assert(sizeof(UNiagaraScript) == 0x000340, "Wrong size on UNiagaraScript"); \ +static_assert(offsetof(UNiagaraScript, Usage) == 0x000030, "Member 'UNiagaraScript::Usage' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, UsageId) == 0x000034, "Member 'UNiagaraScript::UsageId' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, RapidIterationParameters) == 0x000048, "Member 'UNiagaraScript::RapidIterationParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ScriptExecutionParamStore) == 0x0000D0, "Member 'UNiagaraScript::ScriptExecutionParamStore' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ScriptExecutionBoundParameters) == 0x000160, "Member 'UNiagaraScript::ScriptExecutionBoundParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedScriptVMId) == 0x000170, "Member 'UNiagaraScript::CachedScriptVMId' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedScriptVM) == 0x0001A8, "Member 'UNiagaraScript::CachedScriptVM' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedParameterCollectionReferences) == 0x0002F8, "Member 'UNiagaraScript::CachedParameterCollectionReferences' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ResolvedDataInterfaces) == 0x000308, "Member 'UNiagaraScript::ResolvedDataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ResolvedUserDataInterfaceBindings) == 0x000318, "Member 'UNiagaraScript::ResolvedUserDataInterfaceBindings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ResolvedUObjectInfos) == 0x000328, "Member 'UNiagaraScript::ResolvedUObjectInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSettings \ +static_assert(alignof(UNiagaraSettings) == 0x000008, "Wrong alignment on UNiagaraSettings"); \ +static_assert(sizeof(UNiagaraSettings) == 0x000130, "Wrong size on UNiagaraSettings"); \ +static_assert(offsetof(UNiagaraSettings, bSystemsSupportLargeWorldCoordinates) == 0x000038, "Member 'UNiagaraSettings::bSystemsSupportLargeWorldCoordinates' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, LargeWorldCoordinateTileUpdateMode) == 0x000039, "Member 'UNiagaraSettings::LargeWorldCoordinateTileUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, LargeWorldCoordinateMaxTilesBeforeReset) == 0x00003C, "Member 'UNiagaraSettings::LargeWorldCoordinateMaxTilesBeforeReset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, bEnforceStrictStackTypes) == 0x000040, "Member 'UNiagaraSettings::bEnforceStrictStackTypes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, bAccurateQuatInterpolation) == 0x000041, "Member 'UNiagaraSettings::bAccurateQuatInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, InvalidNamespaceWriteSeverity) == 0x000042, "Member 'UNiagaraSettings::InvalidNamespaceWriteSeverity' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, bLimitDeltaTime) == 0x000043, "Member 'UNiagaraSettings::bLimitDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, MaxDeltaTimePerTick) == 0x000044, "Member 'UNiagaraSettings::MaxDeltaTimePerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultEffectType) == 0x000048, "Member 'UNiagaraSettings::DefaultEffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, bAllowCreateActorFromSystemWithNoEffectType) == 0x000068, "Member 'UNiagaraSettings::bAllowCreateActorFromSystemWithNoEffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, PositionPinTypeColor) == 0x00006C, "Member 'UNiagaraSettings::PositionPinTypeColor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, ByteCodeStripOption) == 0x00007C, "Member 'UNiagaraSettings::ByteCodeStripOption' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, QualityLevels) == 0x000080, "Member 'UNiagaraSettings::QualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, ComponentRendererWarningsPerClass) == 0x000090, "Member 'UNiagaraSettings::ComponentRendererWarningsPerClass' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultRenderTargetFormat) == 0x0000E0, "Member 'UNiagaraSettings::DefaultRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultGridFormat) == 0x0000E1, "Member 'UNiagaraSettings::DefaultGridFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultRendererMotionVectorSetting) == 0x0000E2, "Member 'UNiagaraSettings::DefaultRendererMotionVectorSetting' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultPixelCoverageMode) == 0x0000E3, "Member 'UNiagaraSettings::DefaultPixelCoverageMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultSortPrecision) == 0x0000E4, "Member 'UNiagaraSettings::DefaultSortPrecision' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultGpuTranslucentLatency) == 0x0000E5, "Member 'UNiagaraSettings::DefaultGpuTranslucentLatency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultLightInverseExposureBlend) == 0x0000E8, "Member 'UNiagaraSettings::DefaultLightInverseExposureBlend' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_SupportReadingDeformedGeometry) == 0x0000EC, "Member 'UNiagaraSettings::NDISkelMesh_SupportReadingDeformedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_Support16BitIndexWeight) == 0x0000ED, "Member 'UNiagaraSettings::NDISkelMesh_Support16BitIndexWeight' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuMaxInfluences) == 0x0000EE, "Member 'UNiagaraSettings::NDISkelMesh_GpuMaxInfluences' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuUniformSamplingFormat) == 0x0000EF, "Member 'UNiagaraSettings::NDISkelMesh_GpuUniformSamplingFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_AdjacencyTriangleIndexFormat) == 0x0000F0, "Member 'UNiagaraSettings::NDISkelMesh_AdjacencyTriangleIndexFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDIStaticMesh_AllowDistanceFields) == 0x0000F1, "Member 'UNiagaraSettings::NDIStaticMesh_AllowDistanceFields' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDICollisionQuery_AsyncGpuTraceProviderOrder) == 0x0000F8, "Member 'UNiagaraSettings::NDICollisionQuery_AsyncGpuTraceProviderOrder' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, SimCacheAuxiliaryFileBasePath) == 0x000108, "Member 'UNiagaraSettings::SimCacheAuxiliaryFileBasePath' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, SimCacheMaxCPUMemoryVolumetrics) == 0x000118, "Member 'UNiagaraSettings::SimCacheMaxCPUMemoryVolumetrics' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, PlatformSetRedirects) == 0x000120, "Member 'UNiagaraSettings::PlatformSetRedirects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_GetAttributeCaptureMode \ +static_assert(alignof(NiagaraSimCache_GetAttributeCaptureMode) == 0x000001, "Wrong alignment on NiagaraSimCache_GetAttributeCaptureMode"); \ +static_assert(sizeof(NiagaraSimCache_GetAttributeCaptureMode) == 0x000001, "Wrong size on NiagaraSimCache_GetAttributeCaptureMode"); \ +static_assert(offsetof(NiagaraSimCache_GetAttributeCaptureMode, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_GetAttributeCaptureMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_GetEmitterName \ +static_assert(alignof(NiagaraSimCache_GetEmitterName) == 0x000004, "Wrong alignment on NiagaraSimCache_GetEmitterName"); \ +static_assert(sizeof(NiagaraSimCache_GetEmitterName) == 0x00000C, "Wrong size on NiagaraSimCache_GetEmitterName"); \ +static_assert(offsetof(NiagaraSimCache_GetEmitterName, EmitterIndex) == 0x000000, "Member 'NiagaraSimCache_GetEmitterName::EmitterIndex' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_GetEmitterName, ReturnValue) == 0x000004, "Member 'NiagaraSimCache_GetEmitterName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_GetEmitterNames \ +static_assert(alignof(NiagaraSimCache_GetEmitterNames) == 0x000008, "Wrong alignment on NiagaraSimCache_GetEmitterNames"); \ +static_assert(sizeof(NiagaraSimCache_GetEmitterNames) == 0x000010, "Wrong size on NiagaraSimCache_GetEmitterNames"); \ +static_assert(offsetof(NiagaraSimCache_GetEmitterNames, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_GetEmitterNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_GetNumEmitters \ +static_assert(alignof(NiagaraSimCache_GetNumEmitters) == 0x000004, "Wrong alignment on NiagaraSimCache_GetNumEmitters"); \ +static_assert(sizeof(NiagaraSimCache_GetNumEmitters) == 0x000004, "Wrong size on NiagaraSimCache_GetNumEmitters"); \ +static_assert(offsetof(NiagaraSimCache_GetNumEmitters, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_GetNumEmitters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_GetNumFrames \ +static_assert(alignof(NiagaraSimCache_GetNumFrames) == 0x000004, "Wrong alignment on NiagaraSimCache_GetNumFrames"); \ +static_assert(sizeof(NiagaraSimCache_GetNumFrames) == 0x000004, "Wrong size on NiagaraSimCache_GetNumFrames"); \ +static_assert(offsetof(NiagaraSimCache_GetNumFrames, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_GetNumFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_GetStartSeconds \ +static_assert(alignof(NiagaraSimCache_GetStartSeconds) == 0x000004, "Wrong alignment on NiagaraSimCache_GetStartSeconds"); \ +static_assert(sizeof(NiagaraSimCache_GetStartSeconds) == 0x000004, "Wrong size on NiagaraSimCache_GetStartSeconds"); \ +static_assert(offsetof(NiagaraSimCache_GetStartSeconds, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_GetStartSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_IsCacheValid \ +static_assert(alignof(NiagaraSimCache_IsCacheValid) == 0x000001, "Wrong alignment on NiagaraSimCache_IsCacheValid"); \ +static_assert(sizeof(NiagaraSimCache_IsCacheValid) == 0x000001, "Wrong size on NiagaraSimCache_IsCacheValid"); \ +static_assert(offsetof(NiagaraSimCache_IsCacheValid, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_IsCacheValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_IsEmpty \ +static_assert(alignof(NiagaraSimCache_IsEmpty) == 0x000001, "Wrong alignment on NiagaraSimCache_IsEmpty"); \ +static_assert(sizeof(NiagaraSimCache_IsEmpty) == 0x000001, "Wrong size on NiagaraSimCache_IsEmpty"); \ +static_assert(offsetof(NiagaraSimCache_IsEmpty, ReturnValue) == 0x000000, "Member 'NiagaraSimCache_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadColorAttribute \ +static_assert(alignof(NiagaraSimCache_ReadColorAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadColorAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadColorAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadColorAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadColorAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadColorAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadColorAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadColorAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadColorAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadColorAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadColorAttribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadColorAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadDataInterfaceAs \ +static_assert(alignof(NiagaraSimCache_ReadDataInterfaceAs) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadDataInterfaceAs"); \ +static_assert(sizeof(NiagaraSimCache_ReadDataInterfaceAs) == 0x000020, "Wrong size on NiagaraSimCache_ReadDataInterfaceAs"); \ +static_assert(offsetof(NiagaraSimCache_ReadDataInterfaceAs, RequestedType) == 0x000000, "Member 'NiagaraSimCache_ReadDataInterfaceAs::RequestedType' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadDataInterfaceAs, AttributeName) == 0x000008, "Member 'NiagaraSimCache_ReadDataInterfaceAs::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadDataInterfaceAs, FrameIndex) == 0x000010, "Member 'NiagaraSimCache_ReadDataInterfaceAs::FrameIndex' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadDataInterfaceAs, ReturnValue) == 0x000018, "Member 'NiagaraSimCache_ReadDataInterfaceAs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadFloatAttribute \ +static_assert(alignof(NiagaraSimCache_ReadFloatAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadFloatAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadFloatAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadFloatAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadFloatAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadFloatAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadFloatAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadFloatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadFloatAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadFloatAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadFloatAttribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadFloatAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadIDAttribute \ +static_assert(alignof(NiagaraSimCache_ReadIDAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadIDAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadIDAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadIDAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadIDAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadIDAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadIDAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadIDAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadIDAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadIDAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadIDAttribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadIDAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadIntAttribute \ +static_assert(alignof(NiagaraSimCache_ReadIntAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadIntAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadIntAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadIntAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadIntAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadIntAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadIntAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadIntAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadIntAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadIntAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadIntAttribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadIntAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadPositionAttribute \ +static_assert(alignof(NiagaraSimCache_ReadPositionAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadPositionAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadPositionAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadPositionAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadPositionAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadPositionAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadPositionAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttribute, bLocalSpaceToWorld) == 0x000020, "Member 'NiagaraSimCache_ReadPositionAttribute::bLocalSpaceToWorld' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttribute, FrameIndex) == 0x000024, "Member 'NiagaraSimCache_ReadPositionAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadPositionAttributeWithRebase \ +static_assert(alignof(NiagaraSimCache_ReadPositionAttributeWithRebase) == 0x000010, "Wrong alignment on NiagaraSimCache_ReadPositionAttributeWithRebase"); \ +static_assert(sizeof(NiagaraSimCache_ReadPositionAttributeWithRebase) == 0x000090, "Wrong size on NiagaraSimCache_ReadPositionAttributeWithRebase"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttributeWithRebase, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadPositionAttributeWithRebase::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttributeWithRebase, Transform) == 0x000010, "Member 'NiagaraSimCache_ReadPositionAttributeWithRebase::Transform' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttributeWithRebase, AttributeName) == 0x000070, "Member 'NiagaraSimCache_ReadPositionAttributeWithRebase::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttributeWithRebase, EmitterName) == 0x000078, "Member 'NiagaraSimCache_ReadPositionAttributeWithRebase::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadPositionAttributeWithRebase, FrameIndex) == 0x000080, "Member 'NiagaraSimCache_ReadPositionAttributeWithRebase::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadQuatAttribute \ +static_assert(alignof(NiagaraSimCache_ReadQuatAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadQuatAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadQuatAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadQuatAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadQuatAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadQuatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadQuatAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttribute, bLocalSpaceToWorld) == 0x000020, "Member 'NiagaraSimCache_ReadQuatAttribute::bLocalSpaceToWorld' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttribute, FrameIndex) == 0x000024, "Member 'NiagaraSimCache_ReadQuatAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadQuatAttributeWithRebase \ +static_assert(alignof(NiagaraSimCache_ReadQuatAttributeWithRebase) == 0x000010, "Wrong alignment on NiagaraSimCache_ReadQuatAttributeWithRebase"); \ +static_assert(sizeof(NiagaraSimCache_ReadQuatAttributeWithRebase) == 0x000050, "Wrong size on NiagaraSimCache_ReadQuatAttributeWithRebase"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttributeWithRebase, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadQuatAttributeWithRebase::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttributeWithRebase, Quat) == 0x000010, "Member 'NiagaraSimCache_ReadQuatAttributeWithRebase::Quat' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttributeWithRebase, AttributeName) == 0x000030, "Member 'NiagaraSimCache_ReadQuatAttributeWithRebase::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttributeWithRebase, EmitterName) == 0x000038, "Member 'NiagaraSimCache_ReadQuatAttributeWithRebase::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadQuatAttributeWithRebase, FrameIndex) == 0x000040, "Member 'NiagaraSimCache_ReadQuatAttributeWithRebase::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadVector2Attribute \ +static_assert(alignof(NiagaraSimCache_ReadVector2Attribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadVector2Attribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadVector2Attribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadVector2Attribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector2Attribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadVector2Attribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector2Attribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadVector2Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector2Attribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadVector2Attribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector2Attribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadVector2Attribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadVector4Attribute \ +static_assert(alignof(NiagaraSimCache_ReadVector4Attribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadVector4Attribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadVector4Attribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadVector4Attribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector4Attribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadVector4Attribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector4Attribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadVector4Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector4Attribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadVector4Attribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVector4Attribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadVector4Attribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCache_ReadVectorAttribute \ +static_assert(alignof(NiagaraSimCache_ReadVectorAttribute) == 0x000008, "Wrong alignment on NiagaraSimCache_ReadVectorAttribute"); \ +static_assert(sizeof(NiagaraSimCache_ReadVectorAttribute) == 0x000028, "Wrong size on NiagaraSimCache_ReadVectorAttribute"); \ +static_assert(offsetof(NiagaraSimCache_ReadVectorAttribute, OutValues) == 0x000000, "Member 'NiagaraSimCache_ReadVectorAttribute::OutValues' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVectorAttribute, AttributeName) == 0x000010, "Member 'NiagaraSimCache_ReadVectorAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVectorAttribute, EmitterName) == 0x000018, "Member 'NiagaraSimCache_ReadVectorAttribute::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCache_ReadVectorAttribute, FrameIndex) == 0x000020, "Member 'NiagaraSimCache_ReadVectorAttribute::FrameIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSimCache \ +static_assert(alignof(UNiagaraSimCache) == 0x000008, "Wrong alignment on UNiagaraSimCache"); \ +static_assert(sizeof(UNiagaraSimCache) == 0x000218, "Wrong size on UNiagaraSimCache"); \ +static_assert(offsetof(UNiagaraSimCache, CacheGuid) == 0x000028, "Member 'UNiagaraSimCache::CacheGuid' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, SoftNiagaraSystem) == 0x000038, "Member 'UNiagaraSimCache::SoftNiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, StartSeconds) == 0x000060, "Member 'UNiagaraSimCache::StartSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, DurationSeconds) == 0x000064, "Member 'UNiagaraSimCache::DurationSeconds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, CreateParameters) == 0x000068, "Member 'UNiagaraSimCache::CreateParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, bNeedsReadComponentMappingRecache) == 0x0000C0, "Member 'UNiagaraSimCache::bNeedsReadComponentMappingRecache' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, bCanRunAsync) == 0x0000C1, "Member 'UNiagaraSimCache::bCanRunAsync' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, CacheLayout) == 0x0000C8, "Member 'UNiagaraSimCache::CacheLayout' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, CacheFrames) == 0x000190, "Member 'UNiagaraSimCache::CacheFrames' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, DataInterfaceStorage) == 0x0001A0, "Member 'UNiagaraSimCache::DataInterfaceStorage' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimCache, DebugData) == 0x0001F0, "Member 'UNiagaraSimCache::DebugData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache \ +static_assert(alignof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache) == 0x000008, "Wrong alignment on AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache"); \ +static_assert(sizeof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache) == 0x000098, "Wrong size on AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache, SimCache) == 0x000000, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache::SimCache' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache, CreateParameters) == 0x000008, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache::CreateParameters' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache, NiagaraComponent) == 0x000060, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache, CaptureParameters) == 0x000068, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache::CaptureParameters' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache, OutSimCache) == 0x000088, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache::OutSimCache' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache, ReturnValue) == 0x000090, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame \ +static_assert(alignof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame) == 0x000008, "Wrong alignment on AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame"); \ +static_assert(sizeof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame) == 0x000088, "Wrong size on AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, SimCache) == 0x000000, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::SimCache' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, CreateParameters) == 0x000008, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::CreateParameters' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, NiagaraComponent) == 0x000060, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, OutSimCache) == 0x000068, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::OutSimCache' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, NumFrames) == 0x000070, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, CaptureRate) == 0x000074, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::CaptureRate' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, bAdvanceSimulation) == 0x000078, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::bAdvanceSimulation' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, AdvanceDeltaTime) == 0x00007C, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::AdvanceDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame, ReturnValue) == 0x000080, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheMultiFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete \ +static_assert(alignof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete) == 0x000008, "Wrong alignment on AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete"); \ +static_assert(sizeof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete) == 0x000088, "Wrong size on AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, SimCache) == 0x000000, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::SimCache' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, CreateParameters) == 0x000008, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::CreateParameters' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, NiagaraComponent) == 0x000060, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, OutSimCache) == 0x000068, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::OutSimCache' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, CaptureRate) == 0x000070, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::CaptureRate' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, bAdvanceSimulation) == 0x000074, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::bAdvanceSimulation' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, AdvanceDeltaTime) == 0x000078, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::AdvanceDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete, ReturnValue) == 0x000080, "Member 'AsyncNiagaraCaptureSimCache_CaptureNiagaraSimCacheUntilComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncNiagaraCaptureSimCache \ +static_assert(alignof(UAsyncNiagaraCaptureSimCache) == 0x000008, "Wrong alignment on UAsyncNiagaraCaptureSimCache"); \ +static_assert(sizeof(UAsyncNiagaraCaptureSimCache) == 0x000130, "Wrong size on UAsyncNiagaraCaptureSimCache"); \ +static_assert(offsetof(UAsyncNiagaraCaptureSimCache, CaptureSimCache) == 0x000030, "Member 'UAsyncNiagaraCaptureSimCache::CaptureSimCache' has a wrong offset!"); \ +static_assert(offsetof(UAsyncNiagaraCaptureSimCache, CaptureComponent) == 0x000038, "Member 'UAsyncNiagaraCaptureSimCache::CaptureComponent' has a wrong offset!"); \ +static_assert(offsetof(UAsyncNiagaraCaptureSimCache, CaptureComplete) == 0x000040, "Member 'UAsyncNiagaraCaptureSimCache::CaptureComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate \ +static_assert(alignof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate) == 0x000008, "Wrong alignment on NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate"); \ +static_assert(sizeof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate) == 0x000080, "Wrong size on NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, SimCache) == 0x000000, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::SimCache' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, CreateParameters) == 0x000008, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::CreateParameters' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, NiagaraComponent) == 0x000060, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, OutSimCache) == 0x000068, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::OutSimCache' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, bAdvanceSimulation) == 0x000070, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::bAdvanceSimulation' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, AdvanceDeltaTime) == 0x000074, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::AdvanceDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate, ReturnValue) == 0x000078, "Member 'NiagaraSimCacheFunctionLibrary_CaptureNiagaraSimCacheImmediate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache \ +static_assert(alignof(NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache) == 0x000008, "Wrong alignment on NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache"); \ +static_assert(sizeof(NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache) == 0x000010, "Wrong size on NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache, WorldContextObject) == 0x000000, "Member 'NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache, ReturnValue) == 0x000008, "Member 'NiagaraSimCacheFunctionLibrary_CreateNiagaraSimCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSimCacheFunctionLibrary \ +static_assert(alignof(UNiagaraSimCacheFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraSimCacheFunctionLibrary"); \ +static_assert(sizeof(UNiagaraSimCacheFunctionLibrary) == 0x000028, "Wrong size on UNiagaraSimCacheFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UNiagaraSpriteRendererProperties \ +static_assert(alignof(UNiagaraSpriteRendererProperties) == 0x000008, "Wrong alignment on UNiagaraSpriteRendererProperties"); \ +static_assert(sizeof(UNiagaraSpriteRendererProperties) == 0x000528, "Wrong size on UNiagaraSpriteRendererProperties"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, Material) == 0x0000A0, "Member 'UNiagaraSpriteRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialUserParamBinding) == 0x0000A8, "Member 'UNiagaraSpriteRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SourceMode) == 0x0000C8, "Member 'UNiagaraSpriteRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, Alignment) == 0x0000C9, "Member 'UNiagaraSpriteRendererProperties::Alignment' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, FacingMode) == 0x0000CA, "Member 'UNiagaraSpriteRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SortMode) == 0x0000CB, "Member 'UNiagaraSpriteRendererProperties::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MacroUVRadius) == 0x0000CC, "Member 'UNiagaraSpriteRendererProperties::MacroUVRadius' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotInUVSpace) == 0x0000D0, "Member 'UNiagaraSpriteRendererProperties::PivotInUVSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageSize) == 0x0000E0, "Member 'UNiagaraSpriteRendererProperties::SubImageSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SortPrecision) == 0x0000F1, "Member 'UNiagaraSpriteRendererProperties::SortPrecision' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, GpuTranslucentLatency) == 0x0000F2, "Member 'UNiagaraSpriteRendererProperties::GpuTranslucentLatency' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PixelCoverageMode) == 0x0000F3, "Member 'UNiagaraSpriteRendererProperties::PixelCoverageMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PixelCoverageBlend) == 0x0000F4, "Member 'UNiagaraSpriteRendererProperties::PixelCoverageBlend' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MinFacingCameraBlendDistance) == 0x0000F8, "Member 'UNiagaraSpriteRendererProperties::MinFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxFacingCameraBlendDistance) == 0x0000FC, "Member 'UNiagaraSpriteRendererProperties::MaxFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MinCameraDistance) == 0x000100, "Member 'UNiagaraSpriteRendererProperties::MinCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxCameraDistance) == 0x000104, "Member 'UNiagaraSpriteRendererProperties::MaxCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibility) == 0x000108, "Member 'UNiagaraSpriteRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PositionBinding) == 0x00010C, "Member 'UNiagaraSpriteRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, ColorBinding) == 0x00012C, "Member 'UNiagaraSpriteRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, VelocityBinding) == 0x00014C, "Member 'UNiagaraSpriteRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteRotationBinding) == 0x00016C, "Member 'UNiagaraSpriteRendererProperties::SpriteRotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteSizeBinding) == 0x00018C, "Member 'UNiagaraSpriteRendererProperties::SpriteSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteFacingBinding) == 0x0001AC, "Member 'UNiagaraSpriteRendererProperties::SpriteFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteAlignmentBinding) == 0x0001CC, "Member 'UNiagaraSpriteRendererProperties::SpriteAlignmentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageIndexBinding) == 0x0001EC, "Member 'UNiagaraSpriteRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterialBinding) == 0x00020C, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial1Binding) == 0x00022C, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial2Binding) == 0x00024C, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial3Binding) == 0x00026C, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, CameraOffsetBinding) == 0x00028C, "Member 'UNiagaraSpriteRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, UVScaleBinding) == 0x0002AC, "Member 'UNiagaraSpriteRendererProperties::UVScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotOffsetBinding) == 0x0002CC, "Member 'UNiagaraSpriteRendererProperties::PivotOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialRandomBinding) == 0x0002EC, "Member 'UNiagaraSpriteRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, CustomSortingBinding) == 0x00030C, "Member 'UNiagaraSpriteRendererProperties::CustomSortingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, NormalizedAgeBinding) == 0x00032C, "Member 'UNiagaraSpriteRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibilityTagBinding) == 0x00034C, "Member 'UNiagaraSpriteRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialParameters) == 0x000370, "Member 'UNiagaraSpriteRendererProperties::MaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPositionBinding) == 0x0003C0, "Member 'UNiagaraSpriteRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevVelocityBinding) == 0x0003E0, "Member 'UNiagaraSpriteRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteRotationBinding) == 0x000400, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteRotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteSizeBinding) == 0x000420, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteFacingBinding) == 0x000440, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteAlignmentBinding) == 0x000460, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteAlignmentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevCameraOffsetBinding) == 0x000480, "Member 'UNiagaraSpriteRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPivotOffsetBinding) == 0x0004A0, "Member 'UNiagaraSpriteRendererProperties::PrevPivotOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialParamValidMask) == 0x0004C0, "Member 'UNiagaraSpriteRendererProperties::MaterialParamValidMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSystem \ +static_assert(alignof(UNiagaraSystem) == 0x000008, "Wrong alignment on UNiagaraSystem"); \ +static_assert(sizeof(UNiagaraSystem) == 0x000560, "Wrong size on UNiagaraSystem"); \ +static_assert(offsetof(UNiagaraSystem, LargeWorldCoordinateTileUpdateMode) == 0x000052, "Member 'UNiagaraSystem::LargeWorldCoordinateTileUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, CustomDepthStencilWriteMask) == 0x000054, "Member 'UNiagaraSystem::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, CustomDepthStencilValue) == 0x000058, "Member 'UNiagaraSystem::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, TranslucencySortPriority) == 0x00005C, "Member 'UNiagaraSystem::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, TranslucencySortDistanceOffset) == 0x000060, "Member 'UNiagaraSystem::TranslucencySortDistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, EffectType) == 0x000070, "Member 'UNiagaraSystem::EffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemScalabilityOverrides) == 0x000080, "Member 'UNiagaraSystem::SystemScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, Platforms) == 0x000090, "Member 'UNiagaraSystem::Platforms' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, EmitterHandles) == 0x0000C0, "Member 'UNiagaraSystem::EmitterHandles' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ParameterCollectionOverrides) == 0x0000D0, "Member 'UNiagaraSystem::ParameterCollectionOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemSpawnScript) == 0x0000E0, "Member 'UNiagaraSystem::SystemSpawnScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemUpdateScript) == 0x0000E8, "Member 'UNiagaraSystem::SystemUpdateScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemCompiledData) == 0x000100, "Member 'UNiagaraSystem::SystemCompiledData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ExposedParameters) == 0x000340, "Member 'UNiagaraSystem::ExposedParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, FixedBounds) == 0x000418, "Member 'UNiagaraSystem::FixedBounds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bUseInitialStreamingBounds) == 0x000450, "Member 'UNiagaraSystem::bUseInitialStreamingBounds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, InitialStreamingBounds) == 0x000458, "Member 'UNiagaraSystem::InitialStreamingBounds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bNeedsGPUContextInitForDataInterfaces) == 0x000490, "Member 'UNiagaraSystem::bNeedsGPUContextInitForDataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bDeterminism) == 0x000491, "Member 'UNiagaraSystem::bDeterminism' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bFixedTickDelta) == 0x000492, "Member 'UNiagaraSystem::bFixedTickDelta' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, RandomSeed) == 0x000494, "Member 'UNiagaraSystem::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTime) == 0x000498, "Member 'UNiagaraSystem::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTickCount) == 0x00049C, "Member 'UNiagaraSystem::WarmupTickCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTickDelta) == 0x0004A0, "Member 'UNiagaraSystem::WarmupTickDelta' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, FixedTickDeltaTime) == 0x0004A4, "Member 'UNiagaraSystem::FixedTickDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemStateDataStruct) == 0x000548, "Member 'UNiagaraSystem::SystemStateDataStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemCollection_GetSystems \ +static_assert(alignof(NiagaraSystemCollection_GetSystems) == 0x000008, "Wrong alignment on NiagaraSystemCollection_GetSystems"); \ +static_assert(sizeof(NiagaraSystemCollection_GetSystems) == 0x000010, "Wrong size on NiagaraSystemCollection_GetSystems"); \ +static_assert(offsetof(NiagaraSystemCollection_GetSystems, ReturnValue) == 0x000000, "Member 'NiagaraSystemCollection_GetSystems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemCollection_Num \ +static_assert(alignof(NiagaraSystemCollection_Num) == 0x000004, "Wrong alignment on NiagaraSystemCollection_Num"); \ +static_assert(sizeof(NiagaraSystemCollection_Num) == 0x000004, "Wrong size on NiagaraSystemCollection_Num"); \ +static_assert(offsetof(NiagaraSystemCollection_Num, ReturnValue) == 0x000000, "Member 'NiagaraSystemCollection_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSystemCollection \ +static_assert(alignof(UNiagaraSystemCollection) == 0x000008, "Wrong alignment on UNiagaraSystemCollection"); \ +static_assert(sizeof(UNiagaraSystemCollection) == 0x000068, "Wrong size on UNiagaraSystemCollection"); \ +static_assert(offsetof(UNiagaraSystemCollection, SystemCollection) == 0x000030, "Member 'UNiagaraSystemCollection::SystemCollection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemCollection, bLoadImmediately) == 0x000060, "Member 'UNiagaraSystemCollection::bLoadImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraVolumeRendererProperties \ +static_assert(alignof(UNiagaraVolumeRendererProperties) == 0x000008, "Wrong alignment on UNiagaraVolumeRendererProperties"); \ +static_assert(sizeof(UNiagaraVolumeRendererProperties) == 0x000208, "Wrong size on UNiagaraVolumeRendererProperties"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, Material) == 0x0000A0, "Member 'UNiagaraVolumeRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, MaterialParameterBinding) == 0x0000A8, "Member 'UNiagaraVolumeRendererProperties::MaterialParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, RendererVisibility) == 0x0000B8, "Member 'UNiagaraVolumeRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, StepFactor) == 0x0000BC, "Member 'UNiagaraVolumeRendererProperties::StepFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, LightingDownsampleFactor) == 0x0000C0, "Member 'UNiagaraVolumeRendererProperties::LightingDownsampleFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, ShadowStepFactor) == 0x0000C4, "Member 'UNiagaraVolumeRendererProperties::ShadowStepFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, ShadowBiasFactor) == 0x0000C8, "Member 'UNiagaraVolumeRendererProperties::ShadowBiasFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, RendererVisibilityTagBinding) == 0x00012C, "Member 'UNiagaraVolumeRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, VolumeResolutionMaxAxisBinding) == 0x00014C, "Member 'UNiagaraVolumeRendererProperties::VolumeResolutionMaxAxisBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, VolumeWorldSpaceSizeBinding) == 0x00016C, "Member 'UNiagaraVolumeRendererProperties::VolumeWorldSpaceSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, MaterialParameters) == 0x000190, "Member 'UNiagaraVolumeRendererProperties::MaterialParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_AccelerationForce \ +static_assert(alignof(UNiagaraStatelessModule_AccelerationForce) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_AccelerationForce"); \ +static_assert(sizeof(UNiagaraStatelessModule_AccelerationForce) == 0x000078, "Wrong size on UNiagaraStatelessModule_AccelerationForce"); \ +static_assert(offsetof(UNiagaraStatelessModule_AccelerationForce, AccelerationDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_AccelerationForce::AccelerationDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_AccelerationForce, CoordinateSpace) == 0x000070, "Member 'UNiagaraStatelessModule_AccelerationForce::CoordinateSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_CalculateAccurateVelocity \ +static_assert(alignof(UNiagaraStatelessModule_CalculateAccurateVelocity) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_CalculateAccurateVelocity"); \ +static_assert(sizeof(UNiagaraStatelessModule_CalculateAccurateVelocity) == 0x000030, "Wrong size on UNiagaraStatelessModule_CalculateAccurateVelocity"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_CurlNoiseForce \ +static_assert(alignof(UNiagaraStatelessModule_CurlNoiseForce) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_CurlNoiseForce"); \ +static_assert(sizeof(UNiagaraStatelessModule_CurlNoiseForce) == 0x000038, "Wrong size on UNiagaraStatelessModule_CurlNoiseForce"); \ +static_assert(offsetof(UNiagaraStatelessModule_CurlNoiseForce, NoiseStrength) == 0x000030, "Member 'UNiagaraStatelessModule_CurlNoiseForce::NoiseStrength' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_CurlNoiseForce, NoiseFrequency) == 0x000034, "Member 'UNiagaraStatelessModule_CurlNoiseForce::NoiseFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_Drag \ +static_assert(alignof(UNiagaraStatelessModule_Drag) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_Drag"); \ +static_assert(sizeof(UNiagaraStatelessModule_Drag) == 0x000060, "Wrong size on UNiagaraStatelessModule_Drag"); \ +static_assert(offsetof(UNiagaraStatelessModule_Drag, DragDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_Drag::DragDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_GravityForce \ +static_assert(alignof(UNiagaraStatelessModule_GravityForce) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_GravityForce"); \ +static_assert(sizeof(UNiagaraStatelessModule_GravityForce) == 0x000070, "Wrong size on UNiagaraStatelessModule_GravityForce"); \ +static_assert(offsetof(UNiagaraStatelessModule_GravityForce, GravityDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_GravityForce::GravityDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_InitialMeshOrientation \ +static_assert(alignof(UNiagaraStatelessModule_InitialMeshOrientation) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_InitialMeshOrientation"); \ +static_assert(sizeof(UNiagaraStatelessModule_InitialMeshOrientation) == 0x0000F8, "Wrong size on UNiagaraStatelessModule_InitialMeshOrientation"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitialMeshOrientation, MeshOrientationMode) == 0x000030, "Member 'UNiagaraStatelessModule_InitialMeshOrientation::MeshOrientationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitialMeshOrientation, OrientationVector) == 0x000038, "Member 'UNiagaraStatelessModule_InitialMeshOrientation::OrientationVector' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitialMeshOrientation, MeshAxisToOrient) == 0x000078, "Member 'UNiagaraStatelessModule_InitialMeshOrientation::MeshAxisToOrient' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_InitialMeshOrientation, Rotation) == 0x0000B8, "Member 'UNiagaraStatelessModule_InitialMeshOrientation::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights \ +static_assert(alignof(NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights) == 0x000001, "Wrong alignment on NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights"); \ +static_assert(sizeof(NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights) == 0x000001, "Wrong size on NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights"); \ +static_assert(offsetof(NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights, ReturnValue) == 0x000000, "Member 'NiagaraStatelessModule_MeshIndex_NeedsMeshIndexWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_MeshIndex \ +static_assert(alignof(UNiagaraStatelessModule_MeshIndex) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_MeshIndex"); \ +static_assert(sizeof(UNiagaraStatelessModule_MeshIndex) == 0x000068, "Wrong size on UNiagaraStatelessModule_MeshIndex"); \ +static_assert(offsetof(UNiagaraStatelessModule_MeshIndex, MeshIndex) == 0x000030, "Member 'UNiagaraStatelessModule_MeshIndex::MeshIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_MeshIndex, MeshIndexWeight) == 0x000058, "Member 'UNiagaraStatelessModule_MeshIndex::MeshIndexWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_RotateAroundPoint \ +static_assert(alignof(UNiagaraStatelessModule_RotateAroundPoint) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_RotateAroundPoint"); \ +static_assert(sizeof(UNiagaraStatelessModule_RotateAroundPoint) == 0x000150, "Wrong size on UNiagaraStatelessModule_RotateAroundPoint"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, Rate) == 0x000030, "Member 'UNiagaraStatelessModule_RotateAroundPoint::Rate' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, Radius) == 0x000060, "Member 'UNiagaraStatelessModule_RotateAroundPoint::Radius' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, InitialPhase) == 0x000090, "Member 'UNiagaraStatelessModule_RotateAroundPoint::InitialPhase' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, CenterCoordinateSpace) == 0x0000C0, "Member 'UNiagaraStatelessModule_RotateAroundPoint::CenterCoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, Center) == 0x0000C8, "Member 'UNiagaraStatelessModule_RotateAroundPoint::Center' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, RotationCoordinateSpace) == 0x000108, "Member 'UNiagaraStatelessModule_RotateAroundPoint::RotationCoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_RotateAroundPoint, RotationAxis) == 0x000110, "Member 'UNiagaraStatelessModule_RotateAroundPoint::RotationAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange \ +static_assert(alignof(NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange) == 0x000001, "Wrong alignment on NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange"); \ +static_assert(sizeof(NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange) == 0x000001, "Wrong size on NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange"); \ +static_assert(offsetof(NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange, ReturnValue) == 0x000000, "Member 'NiagaraStatelessModule_ScaleMeshSize_UseScaleCurveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ScaleMeshSize \ +static_assert(alignof(UNiagaraStatelessModule_ScaleMeshSize) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ScaleMeshSize"); \ +static_assert(sizeof(UNiagaraStatelessModule_ScaleMeshSize) == 0x000090, "Wrong size on UNiagaraStatelessModule_ScaleMeshSize"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleMeshSize, ScaleDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_ScaleMeshSize::ScaleDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleMeshSize, ScaleCurveRange) == 0x000070, "Member 'UNiagaraStatelessModule_ScaleMeshSize::ScaleCurveRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraStatelessModule_ScaleRibbonWidth_UseScaleCurveRange \ +static_assert(alignof(NiagaraStatelessModule_ScaleRibbonWidth_UseScaleCurveRange) == 0x000001, "Wrong alignment on NiagaraStatelessModule_ScaleRibbonWidth_UseScaleCurveRange"); \ +static_assert(sizeof(NiagaraStatelessModule_ScaleRibbonWidth_UseScaleCurveRange) == 0x000001, "Wrong size on NiagaraStatelessModule_ScaleRibbonWidth_UseScaleCurveRange"); \ +static_assert(offsetof(NiagaraStatelessModule_ScaleRibbonWidth_UseScaleCurveRange, ReturnValue) == 0x000000, "Member 'NiagaraStatelessModule_ScaleRibbonWidth_UseScaleCurveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ScaleRibbonWidth \ +static_assert(alignof(UNiagaraStatelessModule_ScaleRibbonWidth) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ScaleRibbonWidth"); \ +static_assert(sizeof(UNiagaraStatelessModule_ScaleRibbonWidth) == 0x000090, "Wrong size on UNiagaraStatelessModule_ScaleRibbonWidth"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleRibbonWidth, ScaleDistribution) == 0x000030, "Member 'UNiagaraStatelessModule_ScaleRibbonWidth::ScaleDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleRibbonWidth, ScaleCurveRange) == 0x000070, "Member 'UNiagaraStatelessModule_ScaleRibbonWidth::ScaleCurveRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_ScaleSpriteSizeBySpeed \ +static_assert(alignof(UNiagaraStatelessModule_ScaleSpriteSizeBySpeed) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_ScaleSpriteSizeBySpeed"); \ +static_assert(sizeof(UNiagaraStatelessModule_ScaleSpriteSizeBySpeed) == 0x000118, "Wrong size on UNiagaraStatelessModule_ScaleSpriteSizeBySpeed"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleSpriteSizeBySpeed, VelocityThreshold) == 0x000030, "Member 'UNiagaraStatelessModule_ScaleSpriteSizeBySpeed::VelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleSpriteSizeBySpeed, MinScaleFactor) == 0x000060, "Member 'UNiagaraStatelessModule_ScaleSpriteSizeBySpeed::MinScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleSpriteSizeBySpeed, MaxScaleFactor) == 0x000098, "Member 'UNiagaraStatelessModule_ScaleSpriteSizeBySpeed::MaxScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleSpriteSizeBySpeed, bSampleScaleFactorByCurve) == 0x0000D0, "Member 'UNiagaraStatelessModule_ScaleSpriteSizeBySpeed::bSampleScaleFactorByCurve' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_ScaleSpriteSizeBySpeed, SampleFactorCurve) == 0x0000D8, "Member 'UNiagaraStatelessModule_ScaleSpriteSizeBySpeed::SampleFactorCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_SolveVelocitiesAndForces \ +static_assert(alignof(UNiagaraStatelessModule_SolveVelocitiesAndForces) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_SolveVelocitiesAndForces"); \ +static_assert(sizeof(UNiagaraStatelessModule_SolveVelocitiesAndForces) == 0x000030, "Wrong size on UNiagaraStatelessModule_SolveVelocitiesAndForces"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessModule_SpriteRotationRate \ +static_assert(alignof(UNiagaraStatelessModule_SpriteRotationRate) == 0x000008, "Wrong alignment on UNiagaraStatelessModule_SpriteRotationRate"); \ +static_assert(sizeof(UNiagaraStatelessModule_SpriteRotationRate) == 0x0000A8, "Wrong size on UNiagaraStatelessModule_SpriteRotationRate"); \ +static_assert(offsetof(UNiagaraStatelessModule_SpriteRotationRate, bUseRateScale) == 0x000030, "Member 'UNiagaraStatelessModule_SpriteRotationRate::bUseRateScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SpriteRotationRate, RotationRateDistribution) == 0x000038, "Member 'UNiagaraStatelessModule_SpriteRotationRate::RotationRateDistribution' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessModule_SpriteRotationRate, RateScaleDistribution) == 0x000068, "Member 'UNiagaraStatelessModule_SpriteRotationRate::RateScaleDistribution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessEmitter \ +static_assert(alignof(UNiagaraStatelessEmitter) == 0x000008, "Wrong alignment on UNiagaraStatelessEmitter"); \ +static_assert(sizeof(UNiagaraStatelessEmitter) == 0x000200, "Wrong size on UNiagaraStatelessEmitter"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, EmitterTemplate) == 0x000048, "Member 'UNiagaraStatelessEmitter::EmitterTemplate' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, AllowedFeatureMask) == 0x000054, "Member 'UNiagaraStatelessEmitter::AllowedFeatureMask' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, RandomSeed) == 0x000058, "Member 'UNiagaraStatelessEmitter::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, FixedBounds) == 0x000060, "Member 'UNiagaraStatelessEmitter::FixedBounds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, EmitterState) == 0x000098, "Member 'UNiagaraStatelessEmitter::EmitterState' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, SpawnInfos) == 0x000128, "Member 'UNiagaraStatelessEmitter::SpawnInfos' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, Modules) == 0x000138, "Member 'UNiagaraStatelessEmitter::Modules' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, RendererProperties) == 0x000148, "Member 'UNiagaraStatelessEmitter::RendererProperties' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, Platforms) == 0x000158, "Member 'UNiagaraStatelessEmitter::Platforms' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, ScalabilityOverrides) == 0x000188, "Member 'UNiagaraStatelessEmitter::ScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, ParticleDataSetCompiledData) == 0x000198, "Member 'UNiagaraStatelessEmitter::ParticleDataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, ShaderOutputVariableOffsets) == 0x0001E0, "Member 'UNiagaraStatelessEmitter::ShaderOutputVariableOffsets' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraStatelessEmitter, CachedParameterCollectionReferences) == 0x0001F0, "Member 'UNiagaraStatelessEmitter::CachedParameterCollectionReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatelessEmitterDefault \ +static_assert(alignof(UNiagaraStatelessEmitterDefault) == 0x000008, "Wrong alignment on UNiagaraStatelessEmitterDefault"); \ +static_assert(sizeof(UNiagaraStatelessEmitterDefault) == 0x000048, "Wrong size on UNiagaraStatelessEmitterDefault"); \ + +#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) == 0x000148, "Wrong size on UGameplayTasksComponent"); \ +static_assert(offsetof(UGameplayTasksComponent, TaskPriorityQueue) == 0x0000D8, "Member 'UGameplayTasksComponent::TaskPriorityQueue' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, TickingTasks) == 0x0000F8, "Member 'UGameplayTasksComponent::TickingTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, KnownTasks) == 0x000108, "Member 'UGameplayTasksComponent::KnownTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, OnClaimedResourcesChange) == 0x000118, "Member 'UGameplayTasksComponent::OnClaimedResourcesChange' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, SimulatedTasks) == 0x000128, "Member 'UGameplayTasksComponent::SimulatedTasks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTask_ClaimResource_ClaimResource \ +static_assert(alignof(GameplayTask_ClaimResource_ClaimResource) == 0x000008, "Wrong alignment on GameplayTask_ClaimResource_ClaimResource"); \ +static_assert(sizeof(GameplayTask_ClaimResource_ClaimResource) == 0x000030, "Wrong size on GameplayTask_ClaimResource_ClaimResource"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, InTaskOwner) == 0x000000, "Member 'GameplayTask_ClaimResource_ClaimResource::InTaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, ResourceClass) == 0x000010, "Member 'GameplayTask_ClaimResource_ClaimResource::ResourceClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, Priority) == 0x000018, "Member 'GameplayTask_ClaimResource_ClaimResource::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, TaskInstanceName) == 0x00001C, "Member 'GameplayTask_ClaimResource_ClaimResource::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, ReturnValue) == 0x000028, "Member 'GameplayTask_ClaimResource_ClaimResource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTask_ClaimResource_ClaimResources \ +static_assert(alignof(GameplayTask_ClaimResource_ClaimResources) == 0x000008, "Wrong alignment on GameplayTask_ClaimResource_ClaimResources"); \ +static_assert(sizeof(GameplayTask_ClaimResource_ClaimResources) == 0x000038, "Wrong size on GameplayTask_ClaimResource_ClaimResources"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, InTaskOwner) == 0x000000, "Member 'GameplayTask_ClaimResource_ClaimResources::InTaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, ResourceClasses) == 0x000010, "Member 'GameplayTask_ClaimResource_ClaimResources::ResourceClasses' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, Priority) == 0x000020, "Member 'GameplayTask_ClaimResource_ClaimResources::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, TaskInstanceName) == 0x000024, "Member 'GameplayTask_ClaimResource_ClaimResources::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, ReturnValue) == 0x000030, "Member 'GameplayTask_ClaimResource_ClaimResources::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTask_ClaimResource \ +static_assert(alignof(UGameplayTask_ClaimResource) == 0x000008, "Wrong alignment on UGameplayTask_ClaimResource"); \ +static_assert(sizeof(UGameplayTask_ClaimResource) == 0x000068, "Wrong size on UGameplayTask_ClaimResource"); \ + +#define DUMPER7_ASSERTS_GameplayTask_SpawnActor_SpawnActor \ +static_assert(alignof(GameplayTask_SpawnActor_SpawnActor) == 0x000008, "Wrong alignment on GameplayTask_SpawnActor_SpawnActor"); \ +static_assert(sizeof(GameplayTask_SpawnActor_SpawnActor) == 0x000058, "Wrong size on GameplayTask_SpawnActor_SpawnActor"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, TaskOwner) == 0x000000, "Member 'GameplayTask_SpawnActor_SpawnActor::TaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, SpawnLocation) == 0x000010, "Member 'GameplayTask_SpawnActor_SpawnActor::SpawnLocation' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, SpawnRotation) == 0x000028, "Member 'GameplayTask_SpawnActor_SpawnActor::SpawnRotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, Class_0) == 0x000040, "Member 'GameplayTask_SpawnActor_SpawnActor::Class_0' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, bSpawnOnlyOnAuthority) == 0x000048, "Member 'GameplayTask_SpawnActor_SpawnActor::bSpawnOnlyOnAuthority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, ReturnValue) == 0x000050, "Member 'GameplayTask_SpawnActor_SpawnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTask_SpawnActor_BeginSpawningActor \ +static_assert(alignof(GameplayTask_SpawnActor_BeginSpawningActor) == 0x000008, "Wrong alignment on GameplayTask_SpawnActor_BeginSpawningActor"); \ +static_assert(sizeof(GameplayTask_SpawnActor_BeginSpawningActor) == 0x000018, "Wrong size on GameplayTask_SpawnActor_BeginSpawningActor"); \ +static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, WorldContextObject) == 0x000000, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, SpawnedActor) == 0x000008, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, ReturnValue) == 0x000010, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTask_SpawnActor_FinishSpawningActor \ +static_assert(alignof(GameplayTask_SpawnActor_FinishSpawningActor) == 0x000008, "Wrong alignment on GameplayTask_SpawnActor_FinishSpawningActor"); \ +static_assert(sizeof(GameplayTask_SpawnActor_FinishSpawningActor) == 0x000010, "Wrong size on GameplayTask_SpawnActor_FinishSpawningActor"); \ +static_assert(offsetof(GameplayTask_SpawnActor_FinishSpawningActor, WorldContextObject) == 0x000000, "Member 'GameplayTask_SpawnActor_FinishSpawningActor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_SpawnActor_FinishSpawningActor, SpawnedActor) == 0x000008, "Member 'GameplayTask_SpawnActor_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTask_SpawnActor \ +static_assert(alignof(UGameplayTask_SpawnActor) == 0x000008, "Wrong alignment on UGameplayTask_SpawnActor"); \ +static_assert(sizeof(UGameplayTask_SpawnActor) == 0x0000C0, "Wrong size on UGameplayTask_SpawnActor"); \ +static_assert(offsetof(UGameplayTask_SpawnActor, Success) == 0x000068, "Member 'UGameplayTask_SpawnActor::Success' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask_SpawnActor, DidNotSpawn) == 0x000078, "Member 'UGameplayTask_SpawnActor::DidNotSpawn' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask_SpawnActor, ClassToSpawn) == 0x0000B8, "Member 'UGameplayTask_SpawnActor::ClassToSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTask_TimeLimitedExecution \ +static_assert(alignof(UGameplayTask_TimeLimitedExecution) == 0x000008, "Wrong alignment on UGameplayTask_TimeLimitedExecution"); \ +static_assert(sizeof(UGameplayTask_TimeLimitedExecution) == 0x0000A0, "Wrong size on UGameplayTask_TimeLimitedExecution"); \ +static_assert(offsetof(UGameplayTask_TimeLimitedExecution, OnFinished) == 0x000068, "Member 'UGameplayTask_TimeLimitedExecution::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTask_TimeLimitedExecution, OnTimeExpired) == 0x000078, "Member 'UGameplayTask_TimeLimitedExecution::OnTimeExpired' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTask_WaitDelay_TaskWaitDelay \ +static_assert(alignof(GameplayTask_WaitDelay_TaskWaitDelay) == 0x000008, "Wrong alignment on GameplayTask_WaitDelay_TaskWaitDelay"); \ +static_assert(sizeof(GameplayTask_WaitDelay_TaskWaitDelay) == 0x000020, "Wrong size on GameplayTask_WaitDelay_TaskWaitDelay"); \ +static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, TaskOwner) == 0x000000, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::TaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, Time) == 0x000010, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::Time' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, Priority) == 0x000014, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, ReturnValue) == 0x000018, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTask_WaitDelay \ +static_assert(alignof(UGameplayTask_WaitDelay) == 0x000008, "Wrong alignment on UGameplayTask_WaitDelay"); \ +static_assert(sizeof(UGameplayTask_WaitDelay) == 0x000088, "Wrong size on UGameplayTask_WaitDelay"); \ +static_assert(offsetof(UGameplayTask_WaitDelay, OnFinish) == 0x000068, "Member 'UGameplayTask_WaitDelay::OnFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationCompressionLibraryDatabase_GetVisualFidelity \ +static_assert(alignof(AnimationCompressionLibraryDatabase_GetVisualFidelity) == 0x000008, "Wrong alignment on AnimationCompressionLibraryDatabase_GetVisualFidelity"); \ +static_assert(sizeof(AnimationCompressionLibraryDatabase_GetVisualFidelity) == 0x000010, "Wrong size on AnimationCompressionLibraryDatabase_GetVisualFidelity"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_GetVisualFidelity, DatabaseAsset) == 0x000000, "Member 'AnimationCompressionLibraryDatabase_GetVisualFidelity::DatabaseAsset' has a wrong offset!"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_GetVisualFidelity, ReturnValue) == 0x000008, "Member 'AnimationCompressionLibraryDatabase_GetVisualFidelity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationCompressionLibraryDatabase_SetVisualFidelity \ +static_assert(alignof(AnimationCompressionLibraryDatabase_SetVisualFidelity) == 0x000008, "Wrong alignment on AnimationCompressionLibraryDatabase_SetVisualFidelity"); \ +static_assert(sizeof(AnimationCompressionLibraryDatabase_SetVisualFidelity) == 0x000030, "Wrong size on AnimationCompressionLibraryDatabase_SetVisualFidelity"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, WorldContextObject) == 0x000000, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, LatentInfo) == 0x000008, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, DatabaseAsset) == 0x000020, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::DatabaseAsset' has a wrong offset!"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, Result) == 0x000028, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, VisualFidelity) == 0x000029, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::VisualFidelity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationCompressionLibraryDatabase \ +static_assert(alignof(UAnimationCompressionLibraryDatabase) == 0x000008, "Wrong alignment on UAnimationCompressionLibraryDatabase"); \ +static_assert(sizeof(UAnimationCompressionLibraryDatabase) == 0x000128, "Wrong size on UAnimationCompressionLibraryDatabase"); \ +static_assert(offsetof(UAnimationCompressionLibraryDatabase, CookedCompressedBytes) == 0x000028, "Member 'UAnimationCompressionLibraryDatabase::CookedCompressedBytes' has a wrong offset!"); \ +static_assert(offsetof(UAnimationCompressionLibraryDatabase, CookedAnimSequenceMappings) == 0x000038, "Member 'UAnimationCompressionLibraryDatabase::CookedAnimSequenceMappings' has a wrong offset!"); \ +static_assert(offsetof(UAnimationCompressionLibraryDatabase, MaxStreamRequestSizeKB) == 0x000120, "Member 'UAnimationCompressionLibraryDatabase::MaxStreamRequestSizeKB' has a wrong offset!"); \ +static_assert(offsetof(UAnimationCompressionLibraryDatabase, DefaultVisualFidelity) == 0x000124, "Member 'UAnimationCompressionLibraryDatabase::DefaultVisualFidelity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLBase \ +static_assert(alignof(UAnimBoneCompressionCodec_ACLBase) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLBase"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACLBase) == 0x000038, "Wrong size on UAnimBoneCompressionCodec_ACLBase"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACL \ +static_assert(alignof(UAnimBoneCompressionCodec_ACL) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACL"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACL) == 0x000038, "Wrong size on UAnimBoneCompressionCodec_ACL"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLCustom \ +static_assert(alignof(UAnimBoneCompressionCodec_ACLCustom) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLCustom"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACLCustom) == 0x000038, "Wrong size on UAnimBoneCompressionCodec_ACLCustom"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLDatabase \ +static_assert(alignof(UAnimBoneCompressionCodec_ACLDatabase) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLDatabase"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACLDatabase) == 0x000040, "Wrong size on UAnimBoneCompressionCodec_ACLDatabase"); \ +static_assert(offsetof(UAnimBoneCompressionCodec_ACLDatabase, DatabaseAsset) == 0x000038, "Member 'UAnimBoneCompressionCodec_ACLDatabase::DatabaseAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLSafe \ +static_assert(alignof(UAnimBoneCompressionCodec_ACLSafe) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLSafe"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACLSafe) == 0x000038, "Wrong size on UAnimBoneCompressionCodec_ACLSafe"); \ + +#define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_ACL \ +static_assert(alignof(UAnimCurveCompressionCodec_ACL) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_ACL"); \ +static_assert(sizeof(UAnimCurveCompressionCodec_ACL) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_ACL"); \ + +#define DUMPER7_ASSERTS_FNavCollisionCylinder \ +static_assert(alignof(FNavCollisionCylinder) == 0x000008, "Wrong alignment on FNavCollisionCylinder"); \ +static_assert(sizeof(FNavCollisionCylinder) == 0x000020, "Wrong size on FNavCollisionCylinder"); \ +static_assert(offsetof(FNavCollisionCylinder, Offset) == 0x000000, "Member 'FNavCollisionCylinder::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNavCollisionCylinder, Radius) == 0x000018, "Member 'FNavCollisionCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(FNavCollisionCylinder, Height) == 0x00001C, "Member 'FNavCollisionCylinder::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavCollisionBox \ +static_assert(alignof(FNavCollisionBox) == 0x000008, "Wrong alignment on FNavCollisionBox"); \ +static_assert(sizeof(FNavCollisionBox) == 0x000030, "Wrong size on FNavCollisionBox"); \ +static_assert(offsetof(FNavCollisionBox, Offset) == 0x000000, "Member 'FNavCollisionBox::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNavCollisionBox, Extent) == 0x000018, "Member 'FNavCollisionBox::Extent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationFilterArea \ +static_assert(alignof(FNavigationFilterArea) == 0x000008, "Wrong alignment on FNavigationFilterArea"); \ +static_assert(sizeof(FNavigationFilterArea) == 0x000018, "Wrong size on FNavigationFilterArea"); \ +static_assert(offsetof(FNavigationFilterArea, AreaClass) == 0x000000, "Member 'FNavigationFilterArea::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(FNavigationFilterArea, TravelCostOverride) == 0x000008, "Member 'FNavigationFilterArea::TravelCostOverride' has a wrong offset!"); \ +static_assert(offsetof(FNavigationFilterArea, EnteringCostOverride) == 0x00000C, "Member 'FNavigationFilterArea::EnteringCostOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationFilterFlags \ +static_assert(alignof(FNavigationFilterFlags) == 0x000004, "Wrong alignment on FNavigationFilterFlags"); \ +static_assert(sizeof(FNavigationFilterFlags) == 0x000004, "Wrong size on FNavigationFilterFlags"); \ + +#define DUMPER7_ASSERTS_FNavGraphEdge \ +static_assert(alignof(FNavGraphEdge) == 0x000008, "Wrong alignment on FNavGraphEdge"); \ +static_assert(sizeof(FNavGraphEdge) == 0x000018, "Wrong size on FNavGraphEdge"); \ + +#define DUMPER7_ASSERTS_FNavGraphNode \ +static_assert(alignof(FNavGraphNode) == 0x000008, "Wrong alignment on FNavGraphNode"); \ +static_assert(sizeof(FNavGraphNode) == 0x000018, "Wrong size on FNavGraphNode"); \ +static_assert(offsetof(FNavGraphNode, Owner) == 0x000000, "Member 'FNavGraphNode::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSupportedAreaData \ +static_assert(alignof(FSupportedAreaData) == 0x000008, "Wrong alignment on FSupportedAreaData"); \ +static_assert(sizeof(FSupportedAreaData) == 0x000020, "Wrong size on FSupportedAreaData"); \ +static_assert(offsetof(FSupportedAreaData, AreaClassName) == 0x000000, "Member 'FSupportedAreaData::AreaClassName' has a wrong offset!"); \ +static_assert(offsetof(FSupportedAreaData, AreaID) == 0x000010, "Member 'FSupportedAreaData::AreaID' has a wrong offset!"); \ +static_assert(offsetof(FSupportedAreaData, AreaClass) == 0x000018, "Member 'FSupportedAreaData::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavLinkCustomInstanceData \ +static_assert(alignof(FNavLinkCustomInstanceData) == 0x000008, "Wrong alignment on FNavLinkCustomInstanceData"); \ +static_assert(sizeof(FNavLinkCustomInstanceData) == 0x000078, "Wrong size on FNavLinkCustomInstanceData"); \ +static_assert(offsetof(FNavLinkCustomInstanceData, CustomLinkId) == 0x000068, "Member 'FNavLinkCustomInstanceData::CustomLinkId' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkCustomInstanceData, AuxiliaryCustomLinkId) == 0x000070, "Member 'FNavLinkCustomInstanceData::AuxiliaryCustomLinkId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavLinkGenerationJumpConfig \ +static_assert(alignof(FNavLinkGenerationJumpConfig) == 0x000008, "Wrong alignment on FNavLinkGenerationJumpConfig"); \ +static_assert(sizeof(FNavLinkGenerationJumpConfig) == 0x000060, "Wrong size on FNavLinkGenerationJumpConfig"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, bEnabled) == 0x000000, "Member 'FNavLinkGenerationJumpConfig::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, Name) == 0x000004, "Member 'FNavLinkGenerationJumpConfig::Name' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, JumpLength) == 0x00000C, "Member 'FNavLinkGenerationJumpConfig::JumpLength' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, JumpDistanceFromEdge) == 0x000010, "Member 'FNavLinkGenerationJumpConfig::JumpDistanceFromEdge' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, JumpMaxDepth) == 0x000014, "Member 'FNavLinkGenerationJumpConfig::JumpMaxDepth' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, JumpHeight) == 0x000018, "Member 'FNavLinkGenerationJumpConfig::JumpHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, JumpEndsHeightTolerance) == 0x00001C, "Member 'FNavLinkGenerationJumpConfig::JumpEndsHeightTolerance' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, SamplingSeparationFactor) == 0x000020, "Member 'FNavLinkGenerationJumpConfig::SamplingSeparationFactor' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, FilterDistanceThreshold) == 0x000024, "Member 'FNavLinkGenerationJumpConfig::FilterDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, LinkBuilderFlags) == 0x000028, "Member 'FNavLinkGenerationJumpConfig::LinkBuilderFlags' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, DownDirectionAreaClass) == 0x000030, "Member 'FNavLinkGenerationJumpConfig::DownDirectionAreaClass' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, UpDirectionAreaClass) == 0x000038, "Member 'FNavLinkGenerationJumpConfig::UpDirectionAreaClass' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, LinkProxyClass) == 0x000040, "Member 'FNavLinkGenerationJumpConfig::LinkProxyClass' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, LinkProxyId) == 0x000048, "Member 'FNavLinkGenerationJumpConfig::LinkProxyId' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, LinkProxy) == 0x000050, "Member 'FNavLinkGenerationJumpConfig::LinkProxy' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpConfig, bLinkProxyRegistered) == 0x000058, "Member 'FNavLinkGenerationJumpConfig::bLinkProxyRegistered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavLinkGenerationJumpDownConfig \ +static_assert(alignof(FNavLinkGenerationJumpDownConfig) == 0x000008, "Wrong alignment on FNavLinkGenerationJumpDownConfig"); \ +static_assert(sizeof(FNavLinkGenerationJumpDownConfig) == 0x000058, "Wrong size on FNavLinkGenerationJumpDownConfig"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, bEnabled) == 0x000000, "Member 'FNavLinkGenerationJumpDownConfig::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, JumpLength) == 0x000004, "Member 'FNavLinkGenerationJumpDownConfig::JumpLength' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, JumpDistanceFromEdge) == 0x000008, "Member 'FNavLinkGenerationJumpDownConfig::JumpDistanceFromEdge' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, JumpMaxDepth) == 0x00000C, "Member 'FNavLinkGenerationJumpDownConfig::JumpMaxDepth' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, JumpHeight) == 0x000010, "Member 'FNavLinkGenerationJumpDownConfig::JumpHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, JumpEndsHeightTolerance) == 0x000014, "Member 'FNavLinkGenerationJumpDownConfig::JumpEndsHeightTolerance' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, SamplingSeparationFactor) == 0x000018, "Member 'FNavLinkGenerationJumpDownConfig::SamplingSeparationFactor' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, FilterDistanceThreshold) == 0x00001C, "Member 'FNavLinkGenerationJumpDownConfig::FilterDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, LinkBuilderFlags) == 0x000020, "Member 'FNavLinkGenerationJumpDownConfig::LinkBuilderFlags' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, DownDirectionAreaClass) == 0x000028, "Member 'FNavLinkGenerationJumpDownConfig::DownDirectionAreaClass' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, UpDirectionAreaClass) == 0x000030, "Member 'FNavLinkGenerationJumpDownConfig::UpDirectionAreaClass' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, LinkProxyClass) == 0x000038, "Member 'FNavLinkGenerationJumpDownConfig::LinkProxyClass' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, LinkProxyId) == 0x000040, "Member 'FNavLinkGenerationJumpDownConfig::LinkProxyId' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, LinkProxy) == 0x000048, "Member 'FNavLinkGenerationJumpDownConfig::LinkProxy' has a wrong offset!"); \ +static_assert(offsetof(FNavLinkGenerationJumpDownConfig, bLinkProxyRegistered) == 0x000050, "Member 'FNavLinkGenerationJumpDownConfig::bLinkProxyRegistered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecastNavMeshTileGenerationDebug \ +static_assert(alignof(FRecastNavMeshTileGenerationDebug) == 0x000004, "Wrong alignment on FRecastNavMeshTileGenerationDebug"); \ +static_assert(sizeof(FRecastNavMeshTileGenerationDebug) == 0x000034, "Wrong size on FRecastNavMeshTileGenerationDebug"); \ +static_assert(offsetof(FRecastNavMeshTileGenerationDebug, TileCoordinate) == 0x000004, "Member 'FRecastNavMeshTileGenerationDebug::TileCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshTileGenerationDebug, MaxTileCoordinate) == 0x000010, "Member 'FRecastNavMeshTileGenerationDebug::MaxTileCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshTileGenerationDebug, HeightFieldRenderMode) == 0x000020, "Member 'FRecastNavMeshTileGenerationDebug::HeightFieldRenderMode' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshTileGenerationDebug, LinkGenerationDebugFlags) == 0x000028, "Member 'FRecastNavMeshTileGenerationDebug::LinkGenerationDebugFlags' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshTileGenerationDebug, LinkGenerationSelectedEdge) == 0x00002C, "Member 'FRecastNavMeshTileGenerationDebug::LinkGenerationSelectedEdge' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshTileGenerationDebug, LinkGenerationSelectedConfig) == 0x000030, "Member 'FRecastNavMeshTileGenerationDebug::LinkGenerationSelectedConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavMeshResolutionParam \ +static_assert(alignof(FNavMeshResolutionParam) == 0x000004, "Wrong alignment on FNavMeshResolutionParam"); \ +static_assert(sizeof(FNavMeshResolutionParam) == 0x00000C, "Wrong size on FNavMeshResolutionParam"); \ +static_assert(offsetof(FNavMeshResolutionParam, CellSize) == 0x000000, "Member 'FNavMeshResolutionParam::CellSize' has a wrong offset!"); \ +static_assert(offsetof(FNavMeshResolutionParam, CellHeight) == 0x000004, "Member 'FNavMeshResolutionParam::CellHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavMeshResolutionParam, AgentMaxStepHeight) == 0x000008, "Member 'FNavMeshResolutionParam::AgentMaxStepHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCrowdManagerBase \ +static_assert(alignof(UCrowdManagerBase) == 0x000008, "Wrong alignment on UCrowdManagerBase"); \ +static_assert(sizeof(UCrowdManagerBase) == 0x000028, "Wrong size on UCrowdManagerBase"); \ + +#define DUMPER7_ASSERTS_ANavigationGraphNode \ +static_assert(alignof(ANavigationGraphNode) == 0x000008, "Wrong alignment on ANavigationGraphNode"); \ +static_assert(sizeof(ANavigationGraphNode) == 0x0002B0, "Wrong size on ANavigationGraphNode"); \ + +#define DUMPER7_ASSERTS_UNavigationGraphNodeComponent \ +static_assert(alignof(UNavigationGraphNodeComponent) == 0x000010, "Wrong alignment on UNavigationGraphNodeComponent"); \ +static_assert(sizeof(UNavigationGraphNodeComponent) == 0x000280, "Wrong size on UNavigationGraphNodeComponent"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, Node) == 0x000250, "Member 'UNavigationGraphNodeComponent::Node' has a wrong offset!"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, NextNodeComponent) == 0x000268, "Member 'UNavigationGraphNodeComponent::NextNodeComponent' has a wrong offset!"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, PrevNodeComponent) == 0x000270, "Member 'UNavigationGraphNodeComponent::PrevNodeComponent' 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_INavLinkCustomInterface \ +static_assert(alignof(INavLinkCustomInterface) == 0x000001, "Wrong alignment on INavLinkCustomInterface"); \ +static_assert(sizeof(INavLinkCustomInterface) == 0x000001, "Wrong size on INavLinkCustomInterface"); \ + +#define DUMPER7_ASSERTS_INavLinkHostInterface \ +static_assert(alignof(INavLinkHostInterface) == 0x000001, "Wrong alignment on INavLinkHostInterface"); \ +static_assert(sizeof(INavLinkHostInterface) == 0x000001, "Wrong size on INavLinkHostInterface"); \ + +#define DUMPER7_ASSERTS_UNavLinkTrivial \ +static_assert(alignof(UNavLinkTrivial) == 0x000008, "Wrong alignment on UNavLinkTrivial"); \ +static_assert(sizeof(UNavLinkTrivial) == 0x000050, "Wrong size on UNavLinkTrivial"); \ + +#define DUMPER7_ASSERTS_INavNodeInterface \ +static_assert(alignof(INavNodeInterface) == 0x000001, "Wrong alignment on INavNodeInterface"); \ +static_assert(sizeof(INavNodeInterface) == 0x000001, "Wrong size on INavNodeInterface"); \ + +#define DUMPER7_ASSERTS_ANavigationData \ +static_assert(alignof(ANavigationData) == 0x000008, "Wrong alignment on ANavigationData"); \ +static_assert(sizeof(ANavigationData) == 0x000508, "Wrong size on ANavigationData"); \ +static_assert(offsetof(ANavigationData, RenderingComp) == 0x0002B8, "Member 'ANavigationData::RenderingComp' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, NavDataConfig) == 0x0002C0, "Member 'ANavigationData::NavDataConfig' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, RuntimeGeneration) == 0x00034C, "Member 'ANavigationData::RuntimeGeneration' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, ObservedPathsTickInterval) == 0x000350, "Member 'ANavigationData::ObservedPathsTickInterval' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, DataVersion) == 0x000354, "Member 'ANavigationData::DataVersion' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, SupportedAreas) == 0x000468, "Member 'ANavigationData::SupportedAreas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbstractNavData \ +static_assert(alignof(AAbstractNavData) == 0x000008, "Wrong alignment on AAbstractNavData"); \ +static_assert(sizeof(AAbstractNavData) == 0x000508, "Wrong size on AAbstractNavData"); \ + +#define DUMPER7_ASSERTS_UBaseGeneratedNavLinksProxy \ +static_assert(alignof(UBaseGeneratedNavLinksProxy) == 0x000008, "Wrong alignment on UBaseGeneratedNavLinksProxy"); \ +static_assert(sizeof(UBaseGeneratedNavLinksProxy) == 0x000040, "Wrong size on UBaseGeneratedNavLinksProxy"); \ +static_assert(offsetof(UBaseGeneratedNavLinksProxy, LinkProxyId) == 0x000030, "Member 'UBaseGeneratedNavLinksProxy::LinkProxyId' has a wrong offset!"); \ +static_assert(offsetof(UBaseGeneratedNavLinksProxy, Owner) == 0x000038, "Member 'UBaseGeneratedNavLinksProxy::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavArea \ +static_assert(alignof(UNavArea) == 0x000008, "Wrong alignment on UNavArea"); \ +static_assert(sizeof(UNavArea) == 0x000048, "Wrong size on UNavArea"); \ +static_assert(offsetof(UNavArea, DefaultCost) == 0x000030, "Member 'UNavArea::DefaultCost' has a wrong offset!"); \ +static_assert(offsetof(UNavArea, FixedAreaEnteringCost) == 0x000034, "Member 'UNavArea::FixedAreaEnteringCost' has a wrong offset!"); \ +static_assert(offsetof(UNavArea, DrawColor) == 0x000038, "Member 'UNavArea::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(UNavArea, SupportedAgents) == 0x00003C, "Member 'UNavArea::SupportedAgents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavAreaMeta \ +static_assert(alignof(UNavAreaMeta) == 0x000008, "Wrong alignment on UNavAreaMeta"); \ +static_assert(sizeof(UNavAreaMeta) == 0x000048, "Wrong size on UNavAreaMeta"); \ + +#define DUMPER7_ASSERTS_UNavAreaMeta_SwitchByAgent \ +static_assert(alignof(UNavAreaMeta_SwitchByAgent) == 0x000008, "Wrong alignment on UNavAreaMeta_SwitchByAgent"); \ +static_assert(sizeof(UNavAreaMeta_SwitchByAgent) == 0x0000C8, "Wrong size on UNavAreaMeta_SwitchByAgent"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent0Area) == 0x000048, "Member 'UNavAreaMeta_SwitchByAgent::Agent0Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent1Area) == 0x000050, "Member 'UNavAreaMeta_SwitchByAgent::Agent1Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent2Area) == 0x000058, "Member 'UNavAreaMeta_SwitchByAgent::Agent2Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent3Area) == 0x000060, "Member 'UNavAreaMeta_SwitchByAgent::Agent3Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent4Area) == 0x000068, "Member 'UNavAreaMeta_SwitchByAgent::Agent4Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent5Area) == 0x000070, "Member 'UNavAreaMeta_SwitchByAgent::Agent5Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent6Area) == 0x000078, "Member 'UNavAreaMeta_SwitchByAgent::Agent6Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent7Area) == 0x000080, "Member 'UNavAreaMeta_SwitchByAgent::Agent7Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent8Area) == 0x000088, "Member 'UNavAreaMeta_SwitchByAgent::Agent8Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent9Area) == 0x000090, "Member 'UNavAreaMeta_SwitchByAgent::Agent9Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent10Area) == 0x000098, "Member 'UNavAreaMeta_SwitchByAgent::Agent10Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent11Area) == 0x0000A0, "Member 'UNavAreaMeta_SwitchByAgent::Agent11Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent12Area) == 0x0000A8, "Member 'UNavAreaMeta_SwitchByAgent::Agent12Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent13Area) == 0x0000B0, "Member 'UNavAreaMeta_SwitchByAgent::Agent13Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent14Area) == 0x0000B8, "Member 'UNavAreaMeta_SwitchByAgent::Agent14Area' has a wrong offset!"); \ +static_assert(offsetof(UNavAreaMeta_SwitchByAgent, Agent15Area) == 0x0000C0, "Member 'UNavAreaMeta_SwitchByAgent::Agent15Area' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavArea_Default \ +static_assert(alignof(UNavArea_Default) == 0x000008, "Wrong alignment on UNavArea_Default"); \ +static_assert(sizeof(UNavArea_Default) == 0x000048, "Wrong size on UNavArea_Default"); \ + +#define DUMPER7_ASSERTS_UNavArea_LowHeight \ +static_assert(alignof(UNavArea_LowHeight) == 0x000008, "Wrong alignment on UNavArea_LowHeight"); \ +static_assert(sizeof(UNavArea_LowHeight) == 0x000048, "Wrong size on UNavArea_LowHeight"); \ + +#define DUMPER7_ASSERTS_UNavArea_Null \ +static_assert(alignof(UNavArea_Null) == 0x000008, "Wrong alignment on UNavArea_Null"); \ +static_assert(sizeof(UNavArea_Null) == 0x000048, "Wrong size on UNavArea_Null"); \ + +#define DUMPER7_ASSERTS_UNavArea_Obstacle \ +static_assert(alignof(UNavArea_Obstacle) == 0x000008, "Wrong alignment on UNavArea_Obstacle"); \ +static_assert(sizeof(UNavArea_Obstacle) == 0x000048, "Wrong size on UNavArea_Obstacle"); \ + +#define DUMPER7_ASSERTS_UNavCollision \ +static_assert(alignof(UNavCollision) == 0x000008, "Wrong alignment on UNavCollision"); \ +static_assert(sizeof(UNavCollision) == 0x000110, "Wrong size on UNavCollision"); \ +static_assert(offsetof(UNavCollision, CylinderCollision) == 0x0000C0, "Member 'UNavCollision::CylinderCollision' has a wrong offset!"); \ +static_assert(offsetof(UNavCollision, BoxCollision) == 0x0000D0, "Member 'UNavCollision::BoxCollision' has a wrong offset!"); \ +static_assert(offsetof(UNavCollision, AreaClass) == 0x0000E0, "Member 'UNavCollision::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationQueryFilter \ +static_assert(alignof(UNavigationQueryFilter) == 0x000008, "Wrong alignment on UNavigationQueryFilter"); \ +static_assert(sizeof(UNavigationQueryFilter) == 0x000048, "Wrong size on UNavigationQueryFilter"); \ +static_assert(offsetof(UNavigationQueryFilter, Areas) == 0x000028, "Member 'UNavigationQueryFilter::Areas' has a wrong offset!"); \ +static_assert(offsetof(UNavigationQueryFilter, IncludeFlags) == 0x000038, "Member 'UNavigationQueryFilter::IncludeFlags' has a wrong offset!"); \ +static_assert(offsetof(UNavigationQueryFilter, ExcludeFlags) == 0x00003C, "Member 'UNavigationQueryFilter::ExcludeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URecastFilter_UseDefaultArea \ +static_assert(alignof(URecastFilter_UseDefaultArea) == 0x000008, "Wrong alignment on URecastFilter_UseDefaultArea"); \ +static_assert(sizeof(URecastFilter_UseDefaultArea) == 0x000048, "Wrong size on URecastFilter_UseDefaultArea"); \ + +#define DUMPER7_ASSERTS_ANavigationGraph \ +static_assert(alignof(ANavigationGraph) == 0x000008, "Wrong alignment on ANavigationGraph"); \ +static_assert(sizeof(ANavigationGraph) == 0x000508, "Wrong size on ANavigationGraph"); \ + +#define DUMPER7_ASSERTS_UNavigationInvokerComponent \ +static_assert(alignof(UNavigationInvokerComponent) == 0x000008, "Wrong alignment on UNavigationInvokerComponent"); \ +static_assert(sizeof(UNavigationInvokerComponent) == 0x0000D0, "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!"); \ +static_assert(offsetof(UNavigationInvokerComponent, SupportedAgents) == 0x0000C8, "Member 'UNavigationInvokerComponent::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(UNavigationInvokerComponent, Priority) == 0x0000CC, "Member 'UNavigationInvokerComponent::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationObjectRepository \ +static_assert(alignof(UNavigationObjectRepository) == 0x000008, "Wrong alignment on UNavigationObjectRepository"); \ +static_assert(sizeof(UNavigationObjectRepository) == 0x000128, "Wrong size on UNavigationObjectRepository"); \ + +#define DUMPER7_ASSERTS_NavigationPath_EnableDebugDrawing \ +static_assert(alignof(NavigationPath_EnableDebugDrawing) == 0x000004, "Wrong alignment on NavigationPath_EnableDebugDrawing"); \ +static_assert(sizeof(NavigationPath_EnableDebugDrawing) == 0x000014, "Wrong size on NavigationPath_EnableDebugDrawing"); \ +static_assert(offsetof(NavigationPath_EnableDebugDrawing, bShouldDrawDebugData) == 0x000000, "Member 'NavigationPath_EnableDebugDrawing::bShouldDrawDebugData' has a wrong offset!"); \ +static_assert(offsetof(NavigationPath_EnableDebugDrawing, PathColor) == 0x000004, "Member 'NavigationPath_EnableDebugDrawing::PathColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_EnableRecalculationOnInvalidation \ +static_assert(alignof(NavigationPath_EnableRecalculationOnInvalidation) == 0x000001, "Wrong alignment on NavigationPath_EnableRecalculationOnInvalidation"); \ +static_assert(sizeof(NavigationPath_EnableRecalculationOnInvalidation) == 0x000001, "Wrong size on NavigationPath_EnableRecalculationOnInvalidation"); \ +static_assert(offsetof(NavigationPath_EnableRecalculationOnInvalidation, DoRecalculation) == 0x000000, "Member 'NavigationPath_EnableRecalculationOnInvalidation::DoRecalculation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_GetDebugString \ +static_assert(alignof(NavigationPath_GetDebugString) == 0x000008, "Wrong alignment on NavigationPath_GetDebugString"); \ +static_assert(sizeof(NavigationPath_GetDebugString) == 0x000010, "Wrong size on NavigationPath_GetDebugString"); \ +static_assert(offsetof(NavigationPath_GetDebugString, ReturnValue) == 0x000000, "Member 'NavigationPath_GetDebugString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_GetPathCost \ +static_assert(alignof(NavigationPath_GetPathCost) == 0x000008, "Wrong alignment on NavigationPath_GetPathCost"); \ +static_assert(sizeof(NavigationPath_GetPathCost) == 0x000008, "Wrong size on NavigationPath_GetPathCost"); \ +static_assert(offsetof(NavigationPath_GetPathCost, ReturnValue) == 0x000000, "Member 'NavigationPath_GetPathCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_GetPathLength \ +static_assert(alignof(NavigationPath_GetPathLength) == 0x000008, "Wrong alignment on NavigationPath_GetPathLength"); \ +static_assert(sizeof(NavigationPath_GetPathLength) == 0x000008, "Wrong size on NavigationPath_GetPathLength"); \ +static_assert(offsetof(NavigationPath_GetPathLength, ReturnValue) == 0x000000, "Member 'NavigationPath_GetPathLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_IsPartial \ +static_assert(alignof(NavigationPath_IsPartial) == 0x000001, "Wrong alignment on NavigationPath_IsPartial"); \ +static_assert(sizeof(NavigationPath_IsPartial) == 0x000001, "Wrong size on NavigationPath_IsPartial"); \ +static_assert(offsetof(NavigationPath_IsPartial, ReturnValue) == 0x000000, "Member 'NavigationPath_IsPartial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_IsStringPulled \ +static_assert(alignof(NavigationPath_IsStringPulled) == 0x000001, "Wrong alignment on NavigationPath_IsStringPulled"); \ +static_assert(sizeof(NavigationPath_IsStringPulled) == 0x000001, "Wrong size on NavigationPath_IsStringPulled"); \ +static_assert(offsetof(NavigationPath_IsStringPulled, ReturnValue) == 0x000000, "Member 'NavigationPath_IsStringPulled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_IsValid \ +static_assert(alignof(NavigationPath_IsValid) == 0x000001, "Wrong alignment on NavigationPath_IsValid"); \ +static_assert(sizeof(NavigationPath_IsValid) == 0x000001, "Wrong size on NavigationPath_IsValid"); \ +static_assert(offsetof(NavigationPath_IsValid, ReturnValue) == 0x000000, "Member 'NavigationPath_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationPath \ +static_assert(alignof(UNavigationPath) == 0x000008, "Wrong alignment on UNavigationPath"); \ +static_assert(sizeof(UNavigationPath) == 0x000088, "Wrong size on UNavigationPath"); \ +static_assert(offsetof(UNavigationPath, PathUpdatedNotifier) == 0x000028, "Member 'UNavigationPath::PathUpdatedNotifier' has a wrong offset!"); \ +static_assert(offsetof(UNavigationPath, PathPoints) == 0x000038, "Member 'UNavigationPath::PathPoints' has a wrong offset!"); \ +static_assert(offsetof(UNavigationPath, RecalculateOnInvalidation) == 0x000048, "Member 'UNavigationPath::RecalculateOnInvalidation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_FindPathToActorSynchronously \ +static_assert(alignof(NavigationSystemV1_FindPathToActorSynchronously) == 0x000008, "Wrong alignment on NavigationSystemV1_FindPathToActorSynchronously"); \ +static_assert(sizeof(NavigationSystemV1_FindPathToActorSynchronously) == 0x000048, "Wrong size on NavigationSystemV1_FindPathToActorSynchronously"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_FindPathToActorSynchronously::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, PathStart) == 0x000008, "Member 'NavigationSystemV1_FindPathToActorSynchronously::PathStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, GoalActor) == 0x000020, "Member 'NavigationSystemV1_FindPathToActorSynchronously::GoalActor' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, TetherDistance) == 0x000028, "Member 'NavigationSystemV1_FindPathToActorSynchronously::TetherDistance' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, PathfindingContext) == 0x000030, "Member 'NavigationSystemV1_FindPathToActorSynchronously::PathfindingContext' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, FilterClass) == 0x000038, "Member 'NavigationSystemV1_FindPathToActorSynchronously::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, ReturnValue) == 0x000040, "Member 'NavigationSystemV1_FindPathToActorSynchronously::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_FindPathToLocationSynchronously \ +static_assert(alignof(NavigationSystemV1_FindPathToLocationSynchronously) == 0x000008, "Wrong alignment on NavigationSystemV1_FindPathToLocationSynchronously"); \ +static_assert(sizeof(NavigationSystemV1_FindPathToLocationSynchronously) == 0x000050, "Wrong size on NavigationSystemV1_FindPathToLocationSynchronously"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathStart) == 0x000008, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathEnd) == 0x000020, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathfindingContext) == 0x000038, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathfindingContext' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, FilterClass) == 0x000040, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, ReturnValue) == 0x000048, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetNavigationSystem \ +static_assert(alignof(NavigationSystemV1_GetNavigationSystem) == 0x000008, "Wrong alignment on NavigationSystemV1_GetNavigationSystem"); \ +static_assert(sizeof(NavigationSystemV1_GetNavigationSystem) == 0x000010, "Wrong size on NavigationSystemV1_GetNavigationSystem"); \ +static_assert(offsetof(NavigationSystemV1_GetNavigationSystem, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetNavigationSystem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetNavigationSystem, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_GetNavigationSystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetPathCost \ +static_assert(alignof(NavigationSystemV1_GetPathCost) == 0x000008, "Wrong alignment on NavigationSystemV1_GetPathCost"); \ +static_assert(sizeof(NavigationSystemV1_GetPathCost) == 0x000058, "Wrong size on NavigationSystemV1_GetPathCost"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetPathCost::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, PathStart) == 0x000008, "Member 'NavigationSystemV1_GetPathCost::PathStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, PathEnd) == 0x000020, "Member 'NavigationSystemV1_GetPathCost::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, PathCost) == 0x000038, "Member 'NavigationSystemV1_GetPathCost::PathCost' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, NavData) == 0x000040, "Member 'NavigationSystemV1_GetPathCost::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, FilterClass) == 0x000048, "Member 'NavigationSystemV1_GetPathCost::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathCost, ReturnValue) == 0x000050, "Member 'NavigationSystemV1_GetPathCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetPathLength \ +static_assert(alignof(NavigationSystemV1_GetPathLength) == 0x000008, "Wrong alignment on NavigationSystemV1_GetPathLength"); \ +static_assert(sizeof(NavigationSystemV1_GetPathLength) == 0x000058, "Wrong size on NavigationSystemV1_GetPathLength"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetPathLength::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, PathStart) == 0x000008, "Member 'NavigationSystemV1_GetPathLength::PathStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, PathEnd) == 0x000020, "Member 'NavigationSystemV1_GetPathLength::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, PathLength) == 0x000038, "Member 'NavigationSystemV1_GetPathLength::PathLength' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, NavData) == 0x000040, "Member 'NavigationSystemV1_GetPathLength::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, FilterClass) == 0x000048, "Member 'NavigationSystemV1_GetPathLength::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetPathLength, ReturnValue) == 0x000050, "Member 'NavigationSystemV1_GetPathLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_IsNavigationBeingBuilt \ +static_assert(alignof(NavigationSystemV1_IsNavigationBeingBuilt) == 0x000008, "Wrong alignment on NavigationSystemV1_IsNavigationBeingBuilt"); \ +static_assert(sizeof(NavigationSystemV1_IsNavigationBeingBuilt) == 0x000010, "Wrong size on NavigationSystemV1_IsNavigationBeingBuilt"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuilt, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_IsNavigationBeingBuilt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuilt, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_IsNavigationBeingBuilt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_IsNavigationBeingBuiltOrLocked \ +static_assert(alignof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked) == 0x000008, "Wrong alignment on NavigationSystemV1_IsNavigationBeingBuiltOrLocked"); \ +static_assert(sizeof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked) == 0x000010, "Wrong size on NavigationSystemV1_IsNavigationBeingBuiltOrLocked"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_IsNavigationBeingBuiltOrLocked::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_IsNavigationBeingBuiltOrLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomLocationInNavigableRadius \ +static_assert(alignof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomLocationInNavigableRadius"); \ +static_assert(sizeof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius) == 0x000058, "Wrong size on NavigationSystemV1_K2_GetRandomLocationInNavigableRadius"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, RandomLocation) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, Radius) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, NavData) == 0x000040, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, FilterClass) == 0x000048, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, ReturnValue) == 0x000050, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomPointInNavigableRadius \ +static_assert(alignof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomPointInNavigableRadius"); \ +static_assert(sizeof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius) == 0x000058, "Wrong size on NavigationSystemV1_K2_GetRandomPointInNavigableRadius"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, RandomLocation) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, Radius) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, NavData) == 0x000040, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, FilterClass) == 0x000048, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, ReturnValue) == 0x000050, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomReachablePointInRadius \ +static_assert(alignof(NavigationSystemV1_K2_GetRandomReachablePointInRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomReachablePointInRadius"); \ +static_assert(sizeof(NavigationSystemV1_K2_GetRandomReachablePointInRadius) == 0x000058, "Wrong size on NavigationSystemV1_K2_GetRandomReachablePointInRadius"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, RandomLocation) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::RandomLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, Radius) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, NavData) == 0x000040, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, FilterClass) == 0x000048, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, ReturnValue) == 0x000050, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_ProjectPointToNavigation \ +static_assert(alignof(NavigationSystemV1_K2_ProjectPointToNavigation) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_ProjectPointToNavigation"); \ +static_assert(sizeof(NavigationSystemV1_K2_ProjectPointToNavigation) == 0x000068, "Wrong size on NavigationSystemV1_K2_ProjectPointToNavigation"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, Point) == 0x000008, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::Point' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, ProjectedLocation) == 0x000020, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, NavData) == 0x000038, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, FilterClass) == 0x000040, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, QueryExtent) == 0x000048, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::QueryExtent' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, ReturnValue) == 0x000060, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_NavigationRaycast \ +static_assert(alignof(NavigationSystemV1_NavigationRaycast) == 0x000008, "Wrong alignment on NavigationSystemV1_NavigationRaycast"); \ +static_assert(sizeof(NavigationSystemV1_NavigationRaycast) == 0x000068, "Wrong size on NavigationSystemV1_NavigationRaycast"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_NavigationRaycast::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, RayStart) == 0x000008, "Member 'NavigationSystemV1_NavigationRaycast::RayStart' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, RayEnd) == 0x000020, "Member 'NavigationSystemV1_NavigationRaycast::RayEnd' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, HitLocation) == 0x000038, "Member 'NavigationSystemV1_NavigationRaycast::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, FilterClass) == 0x000050, "Member 'NavigationSystemV1_NavigationRaycast::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, Querier) == 0x000058, "Member 'NavigationSystemV1_NavigationRaycast::Querier' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_NavigationRaycast, ReturnValue) == 0x000060, "Member 'NavigationSystemV1_NavigationRaycast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_ReplaceAreaInOctreeData \ +static_assert(alignof(NavigationSystemV1_K2_ReplaceAreaInOctreeData) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_ReplaceAreaInOctreeData"); \ +static_assert(sizeof(NavigationSystemV1_K2_ReplaceAreaInOctreeData) == 0x000020, "Wrong size on NavigationSystemV1_K2_ReplaceAreaInOctreeData"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, Object) == 0x000000, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::Object' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, OldArea) == 0x000008, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::OldArea' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, NewArea) == 0x000010, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::NewArea' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, ReturnValue) == 0x000018, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_OnNavigationBoundsUpdated \ +static_assert(alignof(NavigationSystemV1_OnNavigationBoundsUpdated) == 0x000008, "Wrong alignment on NavigationSystemV1_OnNavigationBoundsUpdated"); \ +static_assert(sizeof(NavigationSystemV1_OnNavigationBoundsUpdated) == 0x000008, "Wrong size on NavigationSystemV1_OnNavigationBoundsUpdated"); \ +static_assert(offsetof(NavigationSystemV1_OnNavigationBoundsUpdated, NavVolume) == 0x000000, "Member 'NavigationSystemV1_OnNavigationBoundsUpdated::NavVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_RegisterNavigationInvoker \ +static_assert(alignof(NavigationSystemV1_RegisterNavigationInvoker) == 0x000008, "Wrong alignment on NavigationSystemV1_RegisterNavigationInvoker"); \ +static_assert(sizeof(NavigationSystemV1_RegisterNavigationInvoker) == 0x000010, "Wrong size on NavigationSystemV1_RegisterNavigationInvoker"); \ +static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, Invoker) == 0x000000, "Member 'NavigationSystemV1_RegisterNavigationInvoker::Invoker' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, TileGenerationRadius) == 0x000008, "Member 'NavigationSystemV1_RegisterNavigationInvoker::TileGenerationRadius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, TileRemovalRadius) == 0x00000C, "Member 'NavigationSystemV1_RegisterNavigationInvoker::TileRemovalRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SetGeometryGatheringMode \ +static_assert(alignof(NavigationSystemV1_SetGeometryGatheringMode) == 0x000001, "Wrong alignment on NavigationSystemV1_SetGeometryGatheringMode"); \ +static_assert(sizeof(NavigationSystemV1_SetGeometryGatheringMode) == 0x000001, "Wrong size on NavigationSystemV1_SetGeometryGatheringMode"); \ +static_assert(offsetof(NavigationSystemV1_SetGeometryGatheringMode, NewMode) == 0x000000, "Member 'NavigationSystemV1_SetGeometryGatheringMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount \ +static_assert(alignof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount) == 0x000004, "Wrong alignment on NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount"); \ +static_assert(sizeof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount) == 0x000004, "Wrong size on NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount"); \ +static_assert(offsetof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount, MaxNumberOfJobs) == 0x000000, "Member 'NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount::MaxNumberOfJobs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_UnregisterNavigationInvoker \ +static_assert(alignof(NavigationSystemV1_UnregisterNavigationInvoker) == 0x000008, "Wrong alignment on NavigationSystemV1_UnregisterNavigationInvoker"); \ +static_assert(sizeof(NavigationSystemV1_UnregisterNavigationInvoker) == 0x000008, "Wrong size on NavigationSystemV1_UnregisterNavigationInvoker"); \ +static_assert(offsetof(NavigationSystemV1_UnregisterNavigationInvoker, Invoker) == 0x000000, "Member 'NavigationSystemV1_UnregisterNavigationInvoker::Invoker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemV1 \ +static_assert(alignof(UNavigationSystemV1) == 0x000008, "Wrong alignment on UNavigationSystemV1"); \ +static_assert(sizeof(UNavigationSystemV1) == 0x001610, "Wrong size on UNavigationSystemV1"); \ +static_assert(offsetof(UNavigationSystemV1, MainNavData) == 0x000028, "Member 'UNavigationSystemV1::MainNavData' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, AbstractNavData) == 0x000030, "Member 'UNavigationSystemV1::AbstractNavData' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DefaultAgentName) == 0x000038, "Member 'UNavigationSystemV1::DefaultAgentName' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, CrowdManagerClass) == 0x000040, "Member 'UNavigationSystemV1::CrowdManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, GeometryExportTriangleCountWarningThreshold) == 0x00006C, "Member 'UNavigationSystemV1::GeometryExportTriangleCountWarningThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, ActiveTilesUpdateInterval) == 0x000074, "Member 'UNavigationSystemV1::ActiveTilesUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, InvokersMaximumDistanceFromSeed) == 0x000078, "Member 'UNavigationSystemV1::InvokersMaximumDistanceFromSeed' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DataGatheringMode) == 0x000080, "Member 'UNavigationSystemV1::DataGatheringMode' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DirtyAreaWarningSizeThreshold) == 0x000084, "Member 'UNavigationSystemV1::DirtyAreaWarningSizeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, GatheringNavModifiersWarningLimitTime) == 0x000088, "Member 'UNavigationSystemV1::GatheringNavModifiersWarningLimitTime' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, SupportedAgents) == 0x000090, "Member 'UNavigationSystemV1::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, SupportedAgentsMask) == 0x0000A0, "Member 'UNavigationSystemV1::SupportedAgentsMask' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, BuildBounds) == 0x0000A8, "Member 'UNavigationSystemV1::BuildBounds' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, NavDataSet) == 0x0000E0, "Member 'UNavigationSystemV1::NavDataSet' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, NavDataRegistrationQueue) == 0x0000F0, "Member 'UNavigationSystemV1::NavDataRegistrationQueue' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OnNavDataRegisteredEvent) == 0x000110, "Member 'UNavigationSystemV1::OnNavDataRegisteredEvent' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OnNavigationGenerationFinishedDelegate) == 0x000120, "Member 'UNavigationSystemV1::OnNavigationGenerationFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OperationMode) == 0x000220, "Member 'UNavigationSystemV1::OperationMode' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, Repository) == 0x0004A8, "Member 'UNavigationSystemV1::Repository' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemModuleConfig \ +static_assert(alignof(UNavigationSystemModuleConfig) == 0x000008, "Wrong alignment on UNavigationSystemModuleConfig"); \ +static_assert(sizeof(UNavigationSystemModuleConfig) == 0x000060, "Wrong size on UNavigationSystemModuleConfig"); \ + +#define DUMPER7_ASSERTS_ANavigationTestingActor \ +static_assert(alignof(ANavigationTestingActor) == 0x000008, "Wrong alignment on ANavigationTestingActor"); \ +static_assert(sizeof(ANavigationTestingActor) == 0x000408, "Wrong size on ANavigationTestingActor"); \ +static_assert(offsetof(ANavigationTestingActor, CapsuleComponent) == 0x0002C0, "Member 'ANavigationTestingActor::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, InvokerComponent) == 0x0002C8, "Member 'ANavigationTestingActor::InvokerComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, NavAgentProps) == 0x0002D8, "Member 'ANavigationTestingActor::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, QueryingExtent) == 0x000310, "Member 'ANavigationTestingActor::QueryingExtent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, MyNavData) == 0x000328, "Member 'ANavigationTestingActor::MyNavData' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, ProjectedLocation) == 0x000330, "Member 'ANavigationTestingActor::ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, CostLimitFactor) == 0x00034C, "Member 'ANavigationTestingActor::CostLimitFactor' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, MinimumCostLimit) == 0x000350, "Member 'ANavigationTestingActor::MinimumCostLimit' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, QueryTargetActor) == 0x000358, "Member 'ANavigationTestingActor::QueryTargetActor' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, RadiusUsedToValidateNavData) == 0x000364, "Member 'ANavigationTestingActor::RadiusUsedToValidateNavData' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, CostDisplayMode) == 0x000368, "Member 'ANavigationTestingActor::CostDisplayMode' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, TextCanvasOffset) == 0x000370, "Member 'ANavigationTestingActor::TextCanvasOffset' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathfindingTime) == 0x000384, "Member 'ANavigationTestingActor::PathfindingTime' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathCost) == 0x000388, "Member 'ANavigationTestingActor::PathCost' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathfindingSteps) == 0x000390, "Member 'ANavigationTestingActor::PathfindingSteps' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, OtherActor) == 0x000398, "Member 'ANavigationTestingActor::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, FilterClass) == 0x0003A0, "Member 'ANavigationTestingActor::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, ShowStepIndex) == 0x0003A8, "Member 'ANavigationTestingActor::ShowStepIndex' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, OffsetFromCornersDistance) == 0x0003AC, "Member 'ANavigationTestingActor::OffsetFromCornersDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavLinkComponent \ +static_assert(alignof(UNavLinkComponent) == 0x000010, "Wrong alignment on UNavLinkComponent"); \ +static_assert(sizeof(UNavLinkComponent) == 0x000550, "Wrong size on UNavLinkComponent"); \ +static_assert(offsetof(UNavLinkComponent, Links) == 0x000538, "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) == 0x000200, "Wrong size on UNavLinkCustomComponent"); \ +static_assert(offsetof(UNavLinkCustomComponent, NavLinkUserId) == 0x000118, "Member 'UNavLinkCustomComponent::NavLinkUserId' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, CustomLinkId) == 0x000120, "Member 'UNavLinkCustomComponent::CustomLinkId' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, AuxiliaryCustomLinkId) == 0x000128, "Member 'UNavLinkCustomComponent::AuxiliaryCustomLinkId' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, EnabledAreaClass) == 0x000130, "Member 'UNavLinkCustomComponent::EnabledAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, DisabledAreaClass) == 0x000138, "Member 'UNavLinkCustomComponent::DisabledAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, SupportedAgents) == 0x000140, "Member 'UNavLinkCustomComponent::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeStart) == 0x000148, "Member 'UNavLinkCustomComponent::LinkRelativeStart' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeEnd) == 0x000160, "Member 'UNavLinkCustomComponent::LinkRelativeEnd' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkDirection) == 0x000178, "Member 'UNavLinkCustomComponent::LinkDirection' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleOffset) == 0x000180, "Member 'UNavLinkCustomComponent::ObstacleOffset' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleExtent) == 0x000198, "Member 'UNavLinkCustomComponent::ObstacleExtent' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleAreaClass) == 0x0001B0, "Member 'UNavLinkCustomComponent::ObstacleAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastRadius) == 0x0001B8, "Member 'UNavLinkCustomComponent::BroadcastRadius' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastInterval) == 0x0001BC, "Member 'UNavLinkCustomComponent::BroadcastInterval' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastChannel) == 0x0001C0, "Member 'UNavLinkCustomComponent::BroadcastChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavLinkRenderingComponent \ +static_assert(alignof(UNavLinkRenderingComponent) == 0x000010, "Wrong alignment on UNavLinkRenderingComponent"); \ +static_assert(sizeof(UNavLinkRenderingComponent) == 0x000530, "Wrong size on UNavLinkRenderingComponent"); \ + +#define DUMPER7_ASSERTS_ANavMeshBoundsVolume \ +static_assert(alignof(ANavMeshBoundsVolume) == 0x000008, "Wrong alignment on ANavMeshBoundsVolume"); \ +static_assert(sizeof(ANavMeshBoundsVolume) == 0x0002F0, "Wrong size on ANavMeshBoundsVolume"); \ +static_assert(offsetof(ANavMeshBoundsVolume, SupportedAgents) == 0x0002E8, "Member 'ANavMeshBoundsVolume::SupportedAgents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavMeshRenderingComponent \ +static_assert(alignof(UNavMeshRenderingComponent) == 0x000010, "Wrong alignment on UNavMeshRenderingComponent"); \ +static_assert(sizeof(UNavMeshRenderingComponent) == 0x0005A0, "Wrong size on UNavMeshRenderingComponent"); \ + +#define DUMPER7_ASSERTS_RecastNavMesh_K2_ReplaceAreaInTileBounds \ +static_assert(alignof(RecastNavMesh_K2_ReplaceAreaInTileBounds) == 0x000008, "Wrong alignment on RecastNavMesh_K2_ReplaceAreaInTileBounds"); \ +static_assert(sizeof(RecastNavMesh_K2_ReplaceAreaInTileBounds) == 0x000050, "Wrong size on RecastNavMesh_K2_ReplaceAreaInTileBounds"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, Bounds) == 0x000000, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::Bounds' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, OldArea) == 0x000038, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::OldArea' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, NewArea) == 0x000040, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::NewArea' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, ReplaceLinks) == 0x000048, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::ReplaceLinks' has a wrong offset!"); \ +static_assert(offsetof(RecastNavMesh_K2_ReplaceAreaInTileBounds, ReturnValue) == 0x000049, "Member 'RecastNavMesh_K2_ReplaceAreaInTileBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARecastNavMesh \ +static_assert(alignof(ARecastNavMesh) == 0x000008, "Wrong alignment on ARecastNavMesh"); \ +static_assert(sizeof(ARecastNavMesh) == 0x000758, "Wrong size on ARecastNavMesh"); \ +static_assert(offsetof(ARecastNavMesh, DrawOffset) == 0x00050C, "Member 'ARecastNavMesh::DrawOffset' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileGenerationDebug) == 0x000510, "Member 'ARecastNavMesh::TileGenerationDebug' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TilePoolSize) == 0x000548, "Member 'ARecastNavMesh::TilePoolSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileSizeUU) == 0x00054C, "Member 'ARecastNavMesh::TileSizeUU' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, CellSize) == 0x000550, "Member 'ARecastNavMesh::CellSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, CellHeight) == 0x000554, "Member 'ARecastNavMesh::CellHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentMaxStepHeight) == 0x000558, "Member 'ARecastNavMesh::AgentMaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, NavMeshResolutionParams) == 0x00055C, "Member 'ARecastNavMesh::NavMeshResolutionParams' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentRadius) == 0x000580, "Member 'ARecastNavMesh::AgentRadius' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentHeight) == 0x000584, "Member 'ARecastNavMesh::AgentHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentMaxSlope) == 0x000588, "Member 'ARecastNavMesh::AgentMaxSlope' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MinRegionArea) == 0x00058C, "Member 'ARecastNavMesh::MinRegionArea' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MergeRegionSize) == 0x000590, "Member 'ARecastNavMesh::MergeRegionSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MaxVerticalMergeError) == 0x000594, "Member 'ARecastNavMesh::MaxVerticalMergeError' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MaxSimplificationError) == 0x000598, "Member 'ARecastNavMesh::MaxSimplificationError' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, SimplificationElevationRatio) == 0x00059C, "Member 'ARecastNavMesh::SimplificationElevationRatio' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MaxSimultaneousTileGenerationJobsCount) == 0x0005A0, "Member 'ARecastNavMesh::MaxSimultaneousTileGenerationJobsCount' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileNumberHardLimit) == 0x0005A4, "Member 'ARecastNavMesh::TileNumberHardLimit' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, ExpectedMaxLayersPerTile) == 0x0005A8, "Member 'ARecastNavMesh::ExpectedMaxLayersPerTile' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefTileBits) == 0x0005AC, "Member 'ARecastNavMesh::PolyRefTileBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefNavPolyBits) == 0x0005B0, "Member 'ARecastNavMesh::PolyRefNavPolyBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefSaltBits) == 0x0005B4, "Member 'ARecastNavMesh::PolyRefSaltBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, NavMeshOriginOffset) == 0x0005B8, "Member 'ARecastNavMesh::NavMeshOriginOffset' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultDrawDistance) == 0x0005D0, "Member 'ARecastNavMesh::DefaultDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultMaxSearchNodes) == 0x0005D4, "Member 'ARecastNavMesh::DefaultMaxSearchNodes' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultMaxHierarchicalSearchNodes) == 0x0005D8, "Member 'ARecastNavMesh::DefaultMaxHierarchicalSearchNodes' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, LedgeSlopeFilterMode) == 0x0005DC, "Member 'ARecastNavMesh::LedgeSlopeFilterMode' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, RegionPartitioning) == 0x0005DD, "Member 'ARecastNavMesh::RegionPartitioning' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, LayerPartitioning) == 0x0005DE, "Member 'ARecastNavMesh::LayerPartitioning' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, RegionChunkSplits) == 0x0005E0, "Member 'ARecastNavMesh::RegionChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, LayerChunkSplits) == 0x0005E4, "Member 'ARecastNavMesh::LayerChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TimeSliceFilterLedgeSpansMaxYProcess) == 0x0005EC, "Member 'ARecastNavMesh::TimeSliceFilterLedgeSpansMaxYProcess' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TimeSliceLongDurationDebug) == 0x0005F0, "Member 'ARecastNavMesh::TimeSliceLongDurationDebug' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, InvokerTilePriorityBumpDistanceThresholdInTileUnits) == 0x0005F8, "Member 'ARecastNavMesh::InvokerTilePriorityBumpDistanceThresholdInTileUnits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, InvokerTilePriorityBumpIncrease) == 0x0005FC, "Member 'ARecastNavMesh::InvokerTilePriorityBumpIncrease' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, NavLinkJumpConfigs) == 0x000600, "Member 'ARecastNavMesh::NavLinkJumpConfigs' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileSetUpdateInterval) == 0x000618, "Member 'ARecastNavMesh::TileSetUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, HeuristicScale) == 0x00061C, "Member 'ARecastNavMesh::HeuristicScale' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, VerticalDeviationFromGroundCompensation) == 0x000620, "Member 'ARecastNavMesh::VerticalDeviationFromGroundCompensation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URecastNavMeshDataChunk \ +static_assert(alignof(URecastNavMeshDataChunk) == 0x000008, "Wrong alignment on URecastNavMeshDataChunk"); \ +static_assert(sizeof(URecastNavMeshDataChunk) == 0x000040, "Wrong size on URecastNavMeshDataChunk"); \ + +#define DUMPER7_ASSERTS_NavModifierComponent_SetAreaClass \ +static_assert(alignof(NavModifierComponent_SetAreaClass) == 0x000008, "Wrong alignment on NavModifierComponent_SetAreaClass"); \ +static_assert(sizeof(NavModifierComponent_SetAreaClass) == 0x000008, "Wrong size on NavModifierComponent_SetAreaClass"); \ +static_assert(offsetof(NavModifierComponent_SetAreaClass, NewAreaClass) == 0x000000, "Member 'NavModifierComponent_SetAreaClass::NewAreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavModifierComponent_SetAreaClassToReplace \ +static_assert(alignof(NavModifierComponent_SetAreaClassToReplace) == 0x000008, "Wrong alignment on NavModifierComponent_SetAreaClassToReplace"); \ +static_assert(sizeof(NavModifierComponent_SetAreaClassToReplace) == 0x000008, "Wrong size on NavModifierComponent_SetAreaClassToReplace"); \ +static_assert(offsetof(NavModifierComponent_SetAreaClassToReplace, NewAreaClassToReplace) == 0x000000, "Member 'NavModifierComponent_SetAreaClassToReplace::NewAreaClassToReplace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavModifierComponent \ +static_assert(alignof(UNavModifierComponent) == 0x000010, "Wrong alignment on UNavModifierComponent"); \ +static_assert(sizeof(UNavModifierComponent) == 0x0001C0, "Wrong size on UNavModifierComponent"); \ +static_assert(offsetof(UNavModifierComponent, AreaClass) == 0x000110, "Member 'UNavModifierComponent::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavModifierComponent, AreaClassToReplace) == 0x000118, "Member 'UNavModifierComponent::AreaClassToReplace' has a wrong offset!"); \ +static_assert(offsetof(UNavModifierComponent, FailsafeExtent) == 0x000120, "Member 'UNavModifierComponent::FailsafeExtent' has a wrong offset!"); \ +static_assert(offsetof(UNavModifierComponent, NavMeshResolution) == 0x000138, "Member 'UNavModifierComponent::NavMeshResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavModifierVolume_SetAreaClass \ +static_assert(alignof(NavModifierVolume_SetAreaClass) == 0x000008, "Wrong alignment on NavModifierVolume_SetAreaClass"); \ +static_assert(sizeof(NavModifierVolume_SetAreaClass) == 0x000008, "Wrong size on NavModifierVolume_SetAreaClass"); \ +static_assert(offsetof(NavModifierVolume_SetAreaClass, NewAreaClass) == 0x000000, "Member 'NavModifierVolume_SetAreaClass::NewAreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavModifierVolume_SetAreaClassToReplace \ +static_assert(alignof(NavModifierVolume_SetAreaClassToReplace) == 0x000008, "Wrong alignment on NavModifierVolume_SetAreaClassToReplace"); \ +static_assert(sizeof(NavModifierVolume_SetAreaClassToReplace) == 0x000008, "Wrong size on NavModifierVolume_SetAreaClassToReplace"); \ +static_assert(offsetof(NavModifierVolume_SetAreaClassToReplace, NewAreaClassToReplace) == 0x000000, "Member 'NavModifierVolume_SetAreaClassToReplace::NewAreaClassToReplace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavModifierVolume \ +static_assert(alignof(ANavModifierVolume) == 0x000008, "Wrong alignment on ANavModifierVolume"); \ +static_assert(sizeof(ANavModifierVolume) == 0x000308, "Wrong size on ANavModifierVolume"); \ +static_assert(offsetof(ANavModifierVolume, AreaClass) == 0x0002F0, "Member 'ANavModifierVolume::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(ANavModifierVolume, AreaClassToReplace) == 0x0002F8, "Member 'ANavModifierVolume::AreaClassToReplace' has a wrong offset!"); \ +static_assert(offsetof(ANavModifierVolume, bMaskFillCollisionUnderneathForNavmesh) == 0x000300, "Member 'ANavModifierVolume::bMaskFillCollisionUnderneathForNavmesh' has a wrong offset!"); \ +static_assert(offsetof(ANavModifierVolume, NavMeshResolution) == 0x000301, "Member 'ANavModifierVolume::NavMeshResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavSystemConfigOverride \ +static_assert(alignof(ANavSystemConfigOverride) == 0x000008, "Wrong alignment on ANavSystemConfigOverride"); \ +static_assert(sizeof(ANavSystemConfigOverride) == 0x0002C0, "Wrong size on ANavSystemConfigOverride"); \ +static_assert(offsetof(ANavSystemConfigOverride, NavigationSystemConfig) == 0x0002B0, "Member 'ANavSystemConfigOverride::NavigationSystemConfig' has a wrong offset!"); \ +static_assert(offsetof(ANavSystemConfigOverride, OverridePolicy) == 0x0002B8, "Member 'ANavSystemConfigOverride::OverridePolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineNavModifierComponent \ +static_assert(alignof(USplineNavModifierComponent) == 0x000010, "Wrong alignment on USplineNavModifierComponent"); \ +static_assert(sizeof(USplineNavModifierComponent) == 0x000270, "Wrong size on USplineNavModifierComponent"); \ +static_assert(offsetof(USplineNavModifierComponent, bUpdateNavDataOnSplineChange) == 0x0001C0, "Member 'USplineNavModifierComponent::bUpdateNavDataOnSplineChange' has a wrong offset!"); \ +static_assert(offsetof(USplineNavModifierComponent, AttachedSpline) == 0x0001C8, "Member 'USplineNavModifierComponent::AttachedSpline' has a wrong offset!"); \ +static_assert(offsetof(USplineNavModifierComponent, StrokeWidth) == 0x0001F0, "Member 'USplineNavModifierComponent::StrokeWidth' has a wrong offset!"); \ +static_assert(offsetof(USplineNavModifierComponent, StrokeHeight) == 0x0001F8, "Member 'USplineNavModifierComponent::StrokeHeight' has a wrong offset!"); \ +static_assert(offsetof(USplineNavModifierComponent, SubdivisionLOD) == 0x000200, "Member 'USplineNavModifierComponent::SubdivisionLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSoundEffectsController_C_ActionEffectTriggered \ +static_assert(alignof(BP_CharacterSoundEffectsController_C_ActionEffectTriggered) == 0x000008, "Wrong alignment on BP_CharacterSoundEffectsController_C_ActionEffectTriggered"); \ +static_assert(sizeof(BP_CharacterSoundEffectsController_C_ActionEffectTriggered) == 0x000068, "Wrong size on BP_CharacterSoundEffectsController_C_ActionEffectTriggered"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ActionEffectTriggered, Data) == 0x000000, "Member 'BP_CharacterSoundEffectsController_C_ActionEffectTriggered::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController \ +static_assert(alignof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController) == 0x000008, "Wrong alignment on BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController"); \ +static_assert(sizeof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController) == 0x000DE8, "Wrong size on BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, EntryPoint) == 0x000000, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable) == 0x000008, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_1) == 0x000010, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable) == 0x000020, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable) == 0x000030, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_2) == 0x000040, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_1) == 0x000050, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_1) == 0x000060, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_3) == 0x000070, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_2) == 0x000080, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_4) == 0x000090, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_5) == 0x000098, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_6) == 0x0000A0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_7) == 0x0000A8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_8) == 0x0000B0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_2) == 0x0000B8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Loop_Counter_Variable) == 0x0000C8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Add_IntInt_ReturnValue) == 0x0000CC, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Array_Index_Variable) == 0x0000D0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_bool_Variable) == 0x0000D4, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Loop_Counter_Variable_1) == 0x0000D8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Loop_Counter_Variable_2) == 0x0000DC, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000E0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000E4, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_3) == 0x0000E8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Loop_Counter_Variable_3) == 0x0000F8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000FC, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Array_Index_Variable_1) == 0x000100, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_9) == 0x000108, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_4) == 0x000118, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Array_Index_Variable_2) == 0x000128, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Loop_Counter_Variable_4) == 0x00012C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Add_IntInt_ReturnValue_4) == 0x000130, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Array_Index_Variable_3) == 0x000134, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_3) == 0x000138, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_10) == 0x000148, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Loop_Counter_Variable_5) == 0x000158, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_4) == 0x000160, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Add_IntInt_ReturnValue_5) == 0x000170, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Loop_Counter_Variable_6) == 0x000174, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Add_IntInt_ReturnValue_6) == 0x000178, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Array_Index_Variable_4) == 0x00017C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_MakeGameplayTagContainerFromArray_ReturnValue) == 0x000180, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_MakeGameplayTagContainerFromArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_HasTag_ReturnValue) == 0x0001A0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_5) == 0x0001A4, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_5) == 0x0001B8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_11) == 0x0001C8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_6) == 0x0001D8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Loop_Counter_Variable_7) == 0x0001E8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Add_IntInt_ReturnValue_7) == 0x0001EC, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Array_Index_Variable_5) == 0x0001F0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_6) == 0x0001F4, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Loop_Counter_Variable_8) == 0x000204, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_IsPlayer_ReturnValue) == 0x000208, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_IsPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Add_IntInt_ReturnValue_8) == 0x00020C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Array_Index_Variable_6) == 0x000210, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_12) == 0x000218, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_Event_Data_3) == 0x000228, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_Event_Data_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_Event_Data_2) == 0x000290, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_Event_Data_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetClassDisplayName_ReturnValue) == 0x000328, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_Event_Data_1) == 0x000338, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_Event_Data_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000448, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetDisplayName_ReturnValue) == 0x000450, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_7) == 0x000460, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue) == 0x000470, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_Event_Data) == 0x000480, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_Event_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000560, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000570, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_ClassIsChildOf_ReturnValue) == 0x000580, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetOwner_ReturnValue) == 0x000588, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_AsCJCharacter) == 0x000590, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_bSuccess) == 0x000598, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetObjectName_ReturnValue) == 0x0005A0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetObjectFromPrimaryAssetId_ReturnValue) == 0x0005B0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetObjectFromPrimaryAssetId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_AsNPCVoice_Identifier_Asset) == 0x0005B8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_AsNPCVoice_Identifier_Asset' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_bSuccess_1) == 0x0005C0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_Value) == 0x0005C8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_ReturnValue) == 0x0005D0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_IsValid_ReturnValue) == 0x0005D1, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_Select_Default) == 0x0005D8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_7) == 0x0005E0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_13) == 0x0005F0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetConsoleVariableBoolValue_ReturnValue_1) == 0x000600, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetConsoleVariableBoolValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetDisplayName_ReturnValue_1) == 0x000608, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000618, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_8) == 0x000628, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000638, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000648, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000658, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000668, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Array_Index_Variable_7) == 0x000678, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Get_Item) == 0x000680, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000688, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Length_ReturnValue) == 0x0006A0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Length_ReturnValue_1) == 0x0006A4, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Length_ReturnValue_2) == 0x0006A8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Less_IntInt_ReturnValue) == 0x0006AC, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_8) == 0x0006B0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_14) == 0x0006C0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_9) == 0x0006D0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_9) == 0x0006E0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_15) == 0x0006F0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_10) == 0x000700, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_10) == 0x000710, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_16) == 0x000720, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_11) == 0x000730, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_17) == 0x000740, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_12) == 0x000750, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEventAtLocation_ReturnValue) == 0x000760, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Array_Index_Variable_8) == 0x000764, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetOwner_ReturnValue_1) == 0x000768, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Get_Item_1) == 0x000770, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_11) == 0x000774, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_Value_1) == 0x000788, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_ReturnValue_1) == 0x000790, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_IsValid_ReturnValue_1) == 0x000791, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_18) == 0x000798, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_13) == 0x0007A8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_19) == 0x0007B8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetHealth_ReturnValue) == 0x0007C0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_FCeil_ReturnValue) == 0x0007C4, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0007C8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_Event_DazeDuration) == 0x0007CC, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_Event_DazeDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Loop_Counter_Variable_9) == 0x0007D0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Less_IntInt_ReturnValue_1) == 0x0007D4, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Add_IntInt_ReturnValue_9) == 0x0007D8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetCJMovementComponent_ReturnValue) == 0x0007E0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetCJMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0007E8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEventAtLocation_ReturnValue_1) == 0x000800, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_SwitchEnum_CmpSuccess) == 0x000804, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_IsPlayer_ReturnValue_1) == 0x000805, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_IsPlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Loop_Counter_Variable_10) == 0x000808, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, GameplayTagsK2Node_SwitchGameplayTagContainer_CmpSuccess) == 0x00080C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::GameplayTagsK2Node_SwitchGameplayTagContainer_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Less_IntInt_ReturnValue_2) == 0x00080D, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Add_IntInt_ReturnValue_10) == 0x000810, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_bool_Variable_1) == 0x000814, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Array_Index_Variable_9) == 0x000818, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_int_Array_Index_Variable_10) == 0x00081C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_int_Array_Index_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Get_Item_2) == 0x000820, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue) == 0x000828, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_12) == 0x00082C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_14) == 0x000840, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_20) == 0x000850, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetConsoleVariableBoolValue_ReturnValue_2) == 0x000858, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetConsoleVariableBoolValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue) == 0x00085C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_BooleanAND_ReturnValue) == 0x000860, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetOwner_ReturnValue_2) == 0x000868, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_21) == 0x000870, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetDisplayName_ReturnValue_2) == 0x000878, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000888, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_1) == 0x000898, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_9) == 0x0008A0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_13) == 0x0008B0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetPlayingInstance_ReturnValue) == 0x0008C0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_2) == 0x0008C8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0008CC, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Get_Item_3) == 0x0008D0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Length_ReturnValue_3) == 0x0008D8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Less_IntInt_ReturnValue_3) == 0x0008DC, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Get_Item_4) == 0x0008E0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Length_ReturnValue_4) == 0x0008E8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_15) == 0x0008F0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Less_IntInt_ReturnValue_4) == 0x000900, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_14) == 0x000904, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetOwner_ReturnValue_3) == 0x000918, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_AsCJCharacter_1) == 0x000920, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_AsCJCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_bSuccess_2) == 0x000928, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetSurfaceTypeAtActorLocation_OutImpactPoint) == 0x000930, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetSurfaceTypeAtActorLocation_OutImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetSurfaceTypeAtActorLocation_ReturnValue) == 0x000948, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetSurfaceTypeAtActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_Value_2) == 0x000950, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_ReturnValue_2) == 0x000958, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Get_Item_5) == 0x000960, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_3) == 0x000968, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Length_ReturnValue_5) == 0x00096C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Less_IntInt_ReturnValue_5) == 0x000970, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_16) == 0x000978, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetOwner_ReturnValue_4) == 0x000988, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_AsCJCharacter_2) == 0x000990, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_AsCJCharacter_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_bSuccess_3) == 0x000998, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetDisplayName_ReturnValue_3) == 0x0009A0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetDisplayName_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_Value_3) == 0x0009B0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_ReturnValue_3) == 0x0009B8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0009C0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_11) == 0x0009D0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_4) == 0x0009E0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_12) == 0x0009E8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_13) == 0x0009F8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_14) == 0x000A08, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_15) == 0x000A18, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_17) == 0x000A28, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_16) == 0x000A38, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_1) == 0x000A48, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_18) == 0x000A50, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_2) == 0x000A60, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Get_Item_6) == 0x000A64, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Length_ReturnValue_6) == 0x000A68, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Less_IntInt_ReturnValue_6) == 0x000A6C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetConsoleVariableBoolValue_ReturnValue_3) == 0x000A6D, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetConsoleVariableBoolValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Get_Item_7) == 0x000A70, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Length_ReturnValue_7) == 0x000A78, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_3) == 0x000A7C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Less_IntInt_ReturnValue_7) == 0x000A80, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetOwner_ReturnValue_5) == 0x000A88, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetOwner_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_AsCJCharacter_3) == 0x000A90, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_AsCJCharacter_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_bSuccess_4) == 0x000A98, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_4) == 0x000A9C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_5) == 0x000AA0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_Value_4) == 0x000AA8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_ReturnValue_4) == 0x000AB0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_6) == 0x000AB4, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Get_Item_8) == 0x000AB8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Length_ReturnValue_8) == 0x000AC0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_5) == 0x000AC4, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Less_IntInt_ReturnValue_8) == 0x000AC8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetOwner_ReturnValue_6) == 0x000AD0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetOwner_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_Value_5) == 0x000AD8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_Value_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_ReturnValue_5) == 0x000AE0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_IsValid_ReturnValue_2) == 0x000AE1, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_Select_Default_1) == 0x000AE8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_17) == 0x000AF0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Get_Item_9) == 0x000B00, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Length_ReturnValue_9) == 0x000B08, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_6) == 0x000B0C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Less_IntInt_ReturnValue_9) == 0x000B10, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_22) == 0x000B18, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_19) == 0x000B28, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_7) == 0x000B38, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_8) == 0x000B3C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_9) == 0x000B40, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_23) == 0x000B48, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetHealthPercentage_ReturnValue) == 0x000B58, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_FCeil_ReturnValue_1) == 0x000B5C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_FCeil_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000B60, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Get_Item_10) == 0x000B68, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_10) == 0x000B70, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Length_ReturnValue_10) == 0x000B74, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_20) == 0x000B78, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Less_IntInt_ReturnValue_10) == 0x000B88, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_delegate_Variable_18) == 0x000B8C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_delegate_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_24) == 0x000BA0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_21) == 0x000BB0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_11) == 0x000BC0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetOwner_ReturnValue_7) == 0x000BC8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetOwner_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_15) == 0x000BD0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_AsCJCharacter_4) == 0x000BE0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_AsCJCharacter_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_bSuccess_5) == 0x000BE8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_16) == 0x000BF0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetSurfaceTypeAtActorLocation_OutImpactPoint_1) == 0x000C00, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetSurfaceTypeAtActorLocation_OutImpactPoint_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetSurfaceTypeAtActorLocation_ReturnValue_1) == 0x000C18, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetSurfaceTypeAtActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_Value_6) == 0x000C20, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_Value_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Map_Find_ReturnValue_6) == 0x000C28, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Map_Find_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_IsValid_ReturnValue_3) == 0x000C29, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_7) == 0x000C2C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetHealthPercentage_ReturnValue_1) == 0x000C30, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetHealthPercentage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_12) == 0x000C34, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000C38, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetHealthPercentage_ReturnValue_2) == 0x000C3C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetHealthPercentage_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_13) == 0x000C40, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_FCeil_ReturnValue_2) == 0x000C44, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_FCeil_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_14) == 0x000C48, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000C4C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_Event_HealthComponent) == 0x000C50, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_Event_HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_Event_Reason) == 0x000C58, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000C68, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetOwner_ReturnValue_8) == 0x000C80, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetOwner_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEventAtLocation_ReturnValue_2) == 0x000C88, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_15) == 0x000C8C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetHealthPercentage_ReturnValue_3) == 0x000C90, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetHealthPercentage_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000C94, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000C95, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_object_Variable_25) == 0x000C98, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_object_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_BooleanAND_ReturnValue_1) == 0x000CA0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_8) == 0x000CA4, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetOwner_ReturnValue_9) == 0x000CA8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetOwner_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_16) == 0x000CB0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_MakeGameplayTagContainerFromArray_ReturnValue_1) == 0x000CB8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_MakeGameplayTagContainerFromArray_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_HasTag_ReturnValue_1) == 0x000CD8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_HasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Greater_IntInt_ReturnValue) == 0x000CD9, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetOwner_ReturnValue_10) == 0x000CE0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetOwner_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_17) == 0x000CE8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetCJMovementComponent_ReturnValue_1) == 0x000CF0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetCJMovementComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_IsPlayer_ReturnValue_2) == 0x000CF8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_IsPlayer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_SwitchEnum_CmpSuccess_1) == 0x000CF9, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, Temp_struct_Variable_22) == 0x000D00, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::Temp_struct_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEventAtLocation_ReturnValue_3) == 0x000D10, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_AsPlayer_Character) == 0x000D18, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_AsPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_bSuccess_6) == 0x000D20, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_9) == 0x000D24, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000D28, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_10) == 0x000D2C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_CJPostEvent_ReturnValue_18) == 0x000D30, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_CJPostEvent_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_11) == 0x000D34, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_12) == 0x000D38, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Array_Add_ReturnValue_13) == 0x000D3C, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Array_Add_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_IsPlayer_ReturnValue_3) == 0x000D40, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_IsPlayer_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_AsCJCharacter_Movement_Component) == 0x000D48, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_AsCJCharacter_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_DynamicCast_bSuccess_7) == 0x000D50, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, GameplayTagsK2Node_SwitchGameplayTagContainer_CmpSuccess_1) == 0x000D51, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::GameplayTagsK2Node_SwitchGameplayTagContainer_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_SwitchEnum_CmpSuccess_2) == 0x000D52, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, K2Node_SwitchEnum_CmpSuccess_3) == 0x000D53, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetDisplayName_ReturnValue_4) == 0x000D58, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetDisplayName_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_GetConsoleVariableBoolValue_ReturnValue_4) == 0x000D68, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_GetConsoleVariableBoolValue_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_17) == 0x000D70, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_18) == 0x000D80, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_19) == 0x000D90, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_20) == 0x000DA0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Concat_StrStr_ReturnValue_21) == 0x000DB0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Concat_StrStr_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_FCeil_A_ImplicitCast) == 0x000DC0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_FCeil_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_FCeil_A_ImplicitCast_1) == 0x000DC8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_FCeil_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000DD0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_FCeil_A_ImplicitCast_2) == 0x000DD8, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_FCeil_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000DE0, "Member 'BP_CharacterSoundEffectsController_C_ExecuteUbergraph_BP_CharacterSoundEffectsController::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSoundEffectsController_C_MeleeDamageDealtEffect \ +static_assert(alignof(BP_CharacterSoundEffectsController_C_MeleeDamageDealtEffect) == 0x000008, "Wrong alignment on BP_CharacterSoundEffectsController_C_MeleeDamageDealtEffect"); \ +static_assert(sizeof(BP_CharacterSoundEffectsController_C_MeleeDamageDealtEffect) == 0x000098, "Wrong size on BP_CharacterSoundEffectsController_C_MeleeDamageDealtEffect"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_MeleeDamageDealtEffect, Data) == 0x000000, "Member 'BP_CharacterSoundEffectsController_C_MeleeDamageDealtEffect::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSoundEffectsController_C_MeleeDamageTakenEffect \ +static_assert(alignof(BP_CharacterSoundEffectsController_C_MeleeDamageTakenEffect) == 0x000008, "Wrong alignment on BP_CharacterSoundEffectsController_C_MeleeDamageTakenEffect"); \ +static_assert(sizeof(BP_CharacterSoundEffectsController_C_MeleeDamageTakenEffect) == 0x000110, "Wrong size on BP_CharacterSoundEffectsController_C_MeleeDamageTakenEffect"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_MeleeDamageTakenEffect, Data) == 0x000000, "Member 'BP_CharacterSoundEffectsController_C_MeleeDamageTakenEffect::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSoundEffectsController_C_OnBecomeDazedEffect \ +static_assert(alignof(BP_CharacterSoundEffectsController_C_OnBecomeDazedEffect) == 0x000004, "Wrong alignment on BP_CharacterSoundEffectsController_C_OnBecomeDazedEffect"); \ +static_assert(sizeof(BP_CharacterSoundEffectsController_C_OnBecomeDazedEffect) == 0x000004, "Wrong size on BP_CharacterSoundEffectsController_C_OnBecomeDazedEffect"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_OnBecomeDazedEffect, DazeDuration) == 0x000000, "Member 'BP_CharacterSoundEffectsController_C_OnBecomeDazedEffect::DazeDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSoundEffectsController_C_OnHealthChanged \ +static_assert(alignof(BP_CharacterSoundEffectsController_C_OnHealthChanged) == 0x000008, "Wrong alignment on BP_CharacterSoundEffectsController_C_OnHealthChanged"); \ +static_assert(sizeof(BP_CharacterSoundEffectsController_C_OnHealthChanged) == 0x000018, "Wrong size on BP_CharacterSoundEffectsController_C_OnHealthChanged"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_OnHealthChanged, HealthComponent) == 0x000000, "Member 'BP_CharacterSoundEffectsController_C_OnHealthChanged::HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_OnHealthChanged, Reason) == 0x000008, "Member 'BP_CharacterSoundEffectsController_C_OnHealthChanged::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterSoundEffectsController_C_SFXNotifyTriggered \ +static_assert(alignof(BP_CharacterSoundEffectsController_C_SFXNotifyTriggered) == 0x000008, "Wrong alignment on BP_CharacterSoundEffectsController_C_SFXNotifyTriggered"); \ +static_assert(sizeof(BP_CharacterSoundEffectsController_C_SFXNotifyTriggered) == 0x0000E0, "Wrong size on BP_CharacterSoundEffectsController_C_SFXNotifyTriggered"); \ +static_assert(offsetof(BP_CharacterSoundEffectsController_C_SFXNotifyTriggered, Data) == 0x000000, "Member 'BP_CharacterSoundEffectsController_C_SFXNotifyTriggered::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterSoundEffectsController_C \ +static_assert(alignof(UBP_CharacterSoundEffectsController_C) == 0x000008, "Wrong alignment on UBP_CharacterSoundEffectsController_C"); \ +static_assert(sizeof(UBP_CharacterSoundEffectsController_C) == 0x0005E8, "Wrong size on UBP_CharacterSoundEffectsController_C"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, UberGraphFrame) == 0x0000C8, "Member 'UBP_CharacterSoundEffectsController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, debugToggle) == 0x0000D0, "Member 'UBP_CharacterSoundEffectsController_C::debugToggle' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Audio_Melee_Whoosh) == 0x0000D8, "Member 'UBP_CharacterSoundEffectsController_C::Audio_Melee_Whoosh' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Audio_Melee_Impact) == 0x0000F8, "Member 'UBP_CharacterSoundEffectsController_C::Audio_Melee_Impact' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Footstep_Attenuation_Check) == 0x000118, "Member 'UBP_CharacterSoundEffectsController_C::Footstep_Attenuation_Check' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, MAT_PhysicalMaterialSwitches) == 0x000120, "Member 'UBP_CharacterSoundEffectsController_C::MAT_PhysicalMaterialSwitches' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Character_Name) == 0x000170, "Member 'UBP_CharacterSoundEffectsController_C::Character_Name' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, This_Character_ID) == 0x000178, "Member 'UBP_CharacterSoundEffectsController_C::This_Character_ID' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Character_ID_to_AK_Switches) == 0x000188, "Member 'UBP_CharacterSoundEffectsController_C::Character_ID_to_AK_Switches' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, This_Character_Identifier_Asset) == 0x0001D8, "Member 'UBP_CharacterSoundEffectsController_C::This_Character_Identifier_Asset' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, OwnerName) == 0x0001E0, "Member 'UBP_CharacterSoundEffectsController_C::OwnerName' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Anim_SFXNotify_GamePlay_Tags) == 0x0001F0, "Member 'UBP_CharacterSoundEffectsController_C::Anim_SFXNotify_GamePlay_Tags' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Anim_SFXNotify_Switches) == 0x000210, "Member 'UBP_CharacterSoundEffectsController_C::Anim_SFXNotify_Switches' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Anim_SFXNotify_Events) == 0x000220, "Member 'UBP_CharacterSoundEffectsController_C::Anim_SFXNotify_Events' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Anim_SFXNotify_Gait_Value) == 0x000230, "Member 'UBP_CharacterSoundEffectsController_C::Anim_SFXNotify_Gait_Value' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, WhooshSFXReturnValue) == 0x000238, "Member 'UBP_CharacterSoundEffectsController_C::WhooshSFXReturnValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, AmIThePlayerCharacter) == 0x000248, "Member 'UBP_CharacterSoundEffectsController_C::AmIThePlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, TakeDamageActionType) == 0x000250, "Member 'UBP_CharacterSoundEffectsController_C::TakeDamageActionType' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, TakeDamageActionTypeAKSwitch) == 0x0002A0, "Member 'UBP_CharacterSoundEffectsController_C::TakeDamageActionTypeAKSwitch' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Action_Effect_Triggered_AK_Events) == 0x0002A8, "Member 'UBP_CharacterSoundEffectsController_C::Action_Effect_Triggered_AK_Events' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Show_Combat_Debug) == 0x0002F8, "Member 'UBP_CharacterSoundEffectsController_C::Show_Combat_Debug' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, AttackerMeleeWeapon_Switch) == 0x000300, "Member 'UBP_CharacterSoundEffectsController_C::AttackerMeleeWeapon_Switch' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, AttackerActionType_Switch) == 0x000350, "Member 'UBP_CharacterSoundEffectsController_C::AttackerActionType_Switch' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Action_Effect_Action_Target) == 0x0003A0, "Member 'UBP_CharacterSoundEffectsController_C::Action_Effect_Action_Target' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Action_Effect_Action_Type) == 0x0003A8, "Member 'UBP_CharacterSoundEffectsController_C::Action_Effect_Action_Type' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Deal_Damage_Context_Target) == 0x0003B0, "Member 'UBP_CharacterSoundEffectsController_C::Deal_Damage_Context_Target' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Attacker_Deal_Damage_Emitter) == 0x0003B8, "Member 'UBP_CharacterSoundEffectsController_C::Attacker_Deal_Damage_Emitter' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Deal_Damage_Context_Base_Damage) == 0x0003C0, "Member 'UBP_CharacterSoundEffectsController_C::Deal_Damage_Context_Base_Damage' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Deal_Damage_Context_Weapon) == 0x0003C8, "Member 'UBP_CharacterSoundEffectsController_C::Deal_Damage_Context_Weapon' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Attacker_Deal_Damage_RTPCs) == 0x0003D0, "Member 'UBP_CharacterSoundEffectsController_C::Attacker_Deal_Damage_RTPCs' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Attacker_Deal_Damage_Switches) == 0x0003E0, "Member 'UBP_CharacterSoundEffectsController_C::Attacker_Deal_Damage_Switches' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Anim_SFXNotify_Melee_Is_Damaging) == 0x0003F0, "Member 'UBP_CharacterSoundEffectsController_C::Anim_SFXNotify_Melee_Is_Damaging' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Anim_SFXNotify_Equipped_Weapon) == 0x0003F8, "Member 'UBP_CharacterSoundEffectsController_C::Anim_SFXNotify_Equipped_Weapon' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Anim_SFXNotify_Weapon_Game_Play_Tag) == 0x000408, "Member 'UBP_CharacterSoundEffectsController_C::Anim_SFXNotify_Weapon_Game_Play_Tag' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Maps_Weapon_Game_Play_Tag_to_AK_Switch) == 0x000410, "Member 'UBP_CharacterSoundEffectsController_C::Maps_Weapon_Game_Play_Tag_to_AK_Switch' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Action_Effect_Data) == 0x000460, "Member 'UBP_CharacterSoundEffectsController_C::Action_Effect_Data' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Damage_Context) == 0x0004C8, "Member 'UBP_CharacterSoundEffectsController_C::Damage_Context' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Responder_Action_Effect_Data) == 0x0004F8, "Member 'UBP_CharacterSoundEffectsController_C::Responder_Action_Effect_Data' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Damage_Context_0) == 0x000560, "Member 'UBP_CharacterSoundEffectsController_C::Damage_Context_0' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, FootstepGestureSwitch) == 0x0005A0, "Member 'UBP_CharacterSoundEffectsController_C::FootstepGestureSwitch' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Gameplay_Tags) == 0x0005A8, "Member 'UBP_CharacterSoundEffectsController_C::Gameplay_Tags' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Tag_Container_Interface) == 0x0005B8, "Member 'UBP_CharacterSoundEffectsController_C::Tag_Container_Interface' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Gameplay_Tags_0) == 0x0005C8, "Member 'UBP_CharacterSoundEffectsController_C::Gameplay_Tags_0' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Anim_SFX_Notify_Anim_Target) == 0x0005D8, "Member 'UBP_CharacterSoundEffectsController_C::Anim_SFX_Notify_Anim_Target' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterSoundEffectsController_C, Breathing_Event_Playing_Id) == 0x0005E0, "Member 'UBP_CharacterSoundEffectsController_C::Breathing_Event_Playing_Id' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIMoveRequest \ +static_assert(alignof(FAIMoveRequest) == 0x000008, "Wrong alignment on FAIMoveRequest"); \ +static_assert(sizeof(FAIMoveRequest) == 0x000050, "Wrong size on FAIMoveRequest"); \ +static_assert(offsetof(FAIMoveRequest, GoalActor) == 0x000000, "Member 'FAIMoveRequest::GoalActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSimpleIndexedHandleBase \ +static_assert(alignof(FSimpleIndexedHandleBase) == 0x000004, "Wrong alignment on FSimpleIndexedHandleBase"); \ +static_assert(sizeof(FSimpleIndexedHandleBase) == 0x000004, "Wrong size on FSimpleIndexedHandleBase"); \ + +#define DUMPER7_ASSERTS_FIndexedHandleBase \ +static_assert(alignof(FIndexedHandleBase) == 0x000004, "Wrong alignment on FIndexedHandleBase"); \ +static_assert(sizeof(FIndexedHandleBase) == 0x000008, "Wrong size on FIndexedHandleBase"); \ + +#define DUMPER7_ASSERTS_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_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_FCompactIndexedHandleBase \ +static_assert(alignof(FCompactIndexedHandleBase) == 0x000002, "Wrong alignment on FCompactIndexedHandleBase"); \ +static_assert(sizeof(FCompactIndexedHandleBase) == 0x000004, "Wrong size on FCompactIndexedHandleBase"); \ + +#define DUMPER7_ASSERTS_FSequentialIDBase \ +static_assert(alignof(FSequentialIDBase) == 0x000004, "Wrong alignment on FSequentialIDBase"); \ +static_assert(sizeof(FSequentialIDBase) == 0x000004, "Wrong size on FSequentialIDBase"); \ +static_assert(offsetof(FSequentialIDBase, Value) == 0x000000, "Member 'FSequentialIDBase::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FValueOrBlackboardKeyBase \ +static_assert(alignof(FValueOrBlackboardKeyBase) == 0x000004, "Wrong alignment on FValueOrBlackboardKeyBase"); \ +static_assert(sizeof(FValueOrBlackboardKeyBase) == 0x00000C, "Wrong size on FValueOrBlackboardKeyBase"); \ +static_assert(offsetof(FValueOrBlackboardKeyBase, Key) == 0x000000, "Member 'FValueOrBlackboardKeyBase::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValueOrBBKey_Bool \ +static_assert(alignof(FValueOrBBKey_Bool) == 0x000004, "Wrong alignment on FValueOrBBKey_Bool"); \ +static_assert(sizeof(FValueOrBBKey_Bool) == 0x000010, "Wrong size on FValueOrBBKey_Bool"); \ +static_assert(offsetof(FValueOrBBKey_Bool, DefaultValue) == 0x00000C, "Member 'FValueOrBBKey_Bool::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValueOrBBKey_Class \ +static_assert(alignof(FValueOrBBKey_Class) == 0x000008, "Wrong alignment on FValueOrBBKey_Class"); \ +static_assert(sizeof(FValueOrBBKey_Class) == 0x000020, "Wrong size on FValueOrBBKey_Class"); \ +static_assert(offsetof(FValueOrBBKey_Class, DefaultValue) == 0x000010, "Member 'FValueOrBBKey_Class::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FValueOrBBKey_Class, BaseClass) == 0x000018, "Member 'FValueOrBBKey_Class::BaseClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValueOrBBKey_Enum \ +static_assert(alignof(FValueOrBBKey_Enum) == 0x000008, "Wrong alignment on FValueOrBBKey_Enum"); \ +static_assert(sizeof(FValueOrBBKey_Enum) == 0x000028, "Wrong size on FValueOrBBKey_Enum"); \ +static_assert(offsetof(FValueOrBBKey_Enum, DefaultValue) == 0x00000C, "Member 'FValueOrBBKey_Enum::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FValueOrBBKey_Enum, EnumType) == 0x000010, "Member 'FValueOrBBKey_Enum::EnumType' has a wrong offset!"); \ +static_assert(offsetof(FValueOrBBKey_Enum, NativeEnumTypeName) == 0x000018, "Member 'FValueOrBBKey_Enum::NativeEnumTypeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValueOrBBKey_Float \ +static_assert(alignof(FValueOrBBKey_Float) == 0x000004, "Wrong alignment on FValueOrBBKey_Float"); \ +static_assert(sizeof(FValueOrBBKey_Float) == 0x000010, "Wrong size on FValueOrBBKey_Float"); \ +static_assert(offsetof(FValueOrBBKey_Float, DefaultValue) == 0x00000C, "Member 'FValueOrBBKey_Float::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValueOrBBKey_Int32 \ +static_assert(alignof(FValueOrBBKey_Int32) == 0x000004, "Wrong alignment on FValueOrBBKey_Int32"); \ +static_assert(sizeof(FValueOrBBKey_Int32) == 0x000010, "Wrong size on FValueOrBBKey_Int32"); \ +static_assert(offsetof(FValueOrBBKey_Int32, DefaultValue) == 0x00000C, "Member 'FValueOrBBKey_Int32::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValueOrBBKey_Name \ +static_assert(alignof(FValueOrBBKey_Name) == 0x000004, "Wrong alignment on FValueOrBBKey_Name"); \ +static_assert(sizeof(FValueOrBBKey_Name) == 0x000014, "Wrong size on FValueOrBBKey_Name"); \ +static_assert(offsetof(FValueOrBBKey_Name, DefaultValue) == 0x00000C, "Member 'FValueOrBBKey_Name::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValueOrBBKey_String \ +static_assert(alignof(FValueOrBBKey_String) == 0x000008, "Wrong alignment on FValueOrBBKey_String"); \ +static_assert(sizeof(FValueOrBBKey_String) == 0x000020, "Wrong size on FValueOrBBKey_String"); \ +static_assert(offsetof(FValueOrBBKey_String, DefaultValue) == 0x000010, "Member 'FValueOrBBKey_String::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValueOrBBKey_Object \ +static_assert(alignof(FValueOrBBKey_Object) == 0x000008, "Wrong alignment on FValueOrBBKey_Object"); \ +static_assert(sizeof(FValueOrBBKey_Object) == 0x000020, "Wrong size on FValueOrBBKey_Object"); \ +static_assert(offsetof(FValueOrBBKey_Object, DefaultValue) == 0x000010, "Member 'FValueOrBBKey_Object::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FValueOrBBKey_Object, BaseClass) == 0x000018, "Member 'FValueOrBBKey_Object::BaseClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValueOrBBKey_Rotator \ +static_assert(alignof(FValueOrBBKey_Rotator) == 0x000008, "Wrong alignment on FValueOrBBKey_Rotator"); \ +static_assert(sizeof(FValueOrBBKey_Rotator) == 0x000028, "Wrong size on FValueOrBBKey_Rotator"); \ +static_assert(offsetof(FValueOrBBKey_Rotator, DefaultValue) == 0x000010, "Member 'FValueOrBBKey_Rotator::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValueOrBBKey_Vector \ +static_assert(alignof(FValueOrBBKey_Vector) == 0x000008, "Wrong alignment on FValueOrBBKey_Vector"); \ +static_assert(sizeof(FValueOrBBKey_Vector) == 0x000028, "Wrong size on FValueOrBBKey_Vector"); \ +static_assert(offsetof(FValueOrBBKey_Vector, DefaultValue) == 0x000010, "Member 'FValueOrBBKey_Vector::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValueOrBBKey_Struct \ +static_assert(alignof(FValueOrBBKey_Struct) == 0x000008, "Wrong alignment on FValueOrBBKey_Struct"); \ +static_assert(sizeof(FValueOrBBKey_Struct) == 0x000020, "Wrong size on FValueOrBBKey_Struct"); \ +static_assert(offsetof(FValueOrBBKey_Struct, DefaultValue) == 0x000010, "Member 'FValueOrBBKey_Struct::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderValue \ +static_assert(alignof(FAIDataProviderValue) == 0x000008, "Wrong alignment on FAIDataProviderValue"); \ +static_assert(sizeof(FAIDataProviderValue) == 0x000020, "Wrong size on FAIDataProviderValue"); \ +static_assert(offsetof(FAIDataProviderValue, DataBinding) == 0x000010, "Member 'FAIDataProviderValue::DataBinding' has a wrong offset!"); \ +static_assert(offsetof(FAIDataProviderValue, DataField) == 0x000018, "Member 'FAIDataProviderValue::DataField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderTypedValue \ +static_assert(alignof(FAIDataProviderTypedValue) == 0x000008, "Wrong alignment on FAIDataProviderTypedValue"); \ +static_assert(sizeof(FAIDataProviderTypedValue) == 0x000030, "Wrong size on FAIDataProviderTypedValue"); \ +static_assert(offsetof(FAIDataProviderTypedValue, PropertyType) == 0x000020, "Member 'FAIDataProviderTypedValue::PropertyType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderStructValue \ +static_assert(alignof(FAIDataProviderStructValue) == 0x000008, "Wrong alignment on FAIDataProviderStructValue"); \ +static_assert(sizeof(FAIDataProviderStructValue) == 0x000030, "Wrong size on FAIDataProviderStructValue"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderIntValue \ +static_assert(alignof(FAIDataProviderIntValue) == 0x000008, "Wrong alignment on FAIDataProviderIntValue"); \ +static_assert(sizeof(FAIDataProviderIntValue) == 0x000038, "Wrong size on FAIDataProviderIntValue"); \ +static_assert(offsetof(FAIDataProviderIntValue, DefaultValue) == 0x000030, "Member 'FAIDataProviderIntValue::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderFloatValue \ +static_assert(alignof(FAIDataProviderFloatValue) == 0x000008, "Wrong alignment on FAIDataProviderFloatValue"); \ +static_assert(sizeof(FAIDataProviderFloatValue) == 0x000038, "Wrong size on FAIDataProviderFloatValue"); \ +static_assert(offsetof(FAIDataProviderFloatValue, DefaultValue) == 0x000030, "Member 'FAIDataProviderFloatValue::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIDataProviderBoolValue \ +static_assert(alignof(FAIDataProviderBoolValue) == 0x000008, "Wrong alignment on FAIDataProviderBoolValue"); \ +static_assert(sizeof(FAIDataProviderBoolValue) == 0x000038, "Wrong size on FAIDataProviderBoolValue"); \ +static_assert(offsetof(FAIDataProviderBoolValue, DefaultValue) == 0x000030, "Member 'FAIDataProviderBoolValue::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FEnvQueryContextData \ +static_assert(alignof(FEnvQueryContextData) == 0x000008, "Wrong alignment on FEnvQueryContextData"); \ +static_assert(sizeof(FEnvQueryContextData) == 0x000020, "Wrong size on FEnvQueryContextData"); \ +static_assert(offsetof(FEnvQueryContextData, ValueType) == 0x000000, "Member 'FEnvQueryContextData::ValueType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvQueryInstanceContextCacheItem \ +static_assert(alignof(FEnvQueryInstanceContextCacheItem) == 0x000008, "Wrong alignment on FEnvQueryInstanceContextCacheItem"); \ +static_assert(sizeof(FEnvQueryInstanceContextCacheItem) == 0x000028, "Wrong size on FEnvQueryInstanceContextCacheItem"); \ +static_assert(offsetof(FEnvQueryInstanceContextCacheItem, Class) == 0x000000, "Member 'FEnvQueryInstanceContextCacheItem::Class' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryInstanceContextCacheItem, ContextData) == 0x000008, "Member 'FEnvQueryInstanceContextCacheItem::ContextData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvQueryOptionInstance \ +static_assert(alignof(FEnvQueryOptionInstance) == 0x000008, "Wrong alignment on FEnvQueryOptionInstance"); \ +static_assert(sizeof(FEnvQueryOptionInstance) == 0x000030, "Wrong size on FEnvQueryOptionInstance"); \ +static_assert(offsetof(FEnvQueryOptionInstance, Generator) == 0x000000, "Member 'FEnvQueryOptionInstance::Generator' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryOptionInstance, Tests) == 0x000008, "Member 'FEnvQueryOptionInstance::Tests' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryOptionInstance, ItemType) == 0x000020, "Member 'FEnvQueryOptionInstance::ItemType' 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_FEnvQueryInstance \ +static_assert(alignof(FEnvQueryInstance) == 0x000008, "Wrong alignment on FEnvQueryInstance"); \ +static_assert(sizeof(FEnvQueryInstance) == 0x000130, "Wrong size on FEnvQueryInstance"); \ +static_assert(offsetof(FEnvQueryInstance, World) == 0x000058, "Member 'FEnvQueryInstance::World' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryInstance, ContextCache) == 0x0000C0, "Member 'FEnvQueryInstance::ContextCache' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryInstance, Options) == 0x0000D0, "Member 'FEnvQueryInstance::Options' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryInstance, ItemTypeVectorCDO) == 0x000120, "Member 'FEnvQueryInstance::ItemTypeVectorCDO' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryInstance, ItemTypeActorCDO) == 0x000128, "Member 'FEnvQueryInstance::ItemTypeActorCDO' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvQueryInstanceCache \ +static_assert(alignof(FEnvQueryInstanceCache) == 0x000008, "Wrong alignment on FEnvQueryInstanceCache"); \ +static_assert(sizeof(FEnvQueryInstanceCache) == 0x000140, "Wrong size on FEnvQueryInstanceCache"); \ +static_assert(offsetof(FEnvQueryInstanceCache, Template) == 0x000000, "Member 'FEnvQueryInstanceCache::Template' has a wrong offset!"); \ +static_assert(offsetof(FEnvQueryInstanceCache, Instance) == 0x000008, "Member 'FEnvQueryInstanceCache::Instance' 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_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_FCrowdAvoidanceConfig \ +static_assert(alignof(FCrowdAvoidanceConfig) == 0x000004, "Wrong alignment on FCrowdAvoidanceConfig"); \ +static_assert(sizeof(FCrowdAvoidanceConfig) == 0x00001C, "Wrong size on FCrowdAvoidanceConfig"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, VelocityBias) == 0x000000, "Member 'FCrowdAvoidanceConfig::VelocityBias' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, DesiredVelocityWeight) == 0x000004, "Member 'FCrowdAvoidanceConfig::DesiredVelocityWeight' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, CurrentVelocityWeight) == 0x000008, "Member 'FCrowdAvoidanceConfig::CurrentVelocityWeight' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, SideBiasWeight) == 0x00000C, "Member 'FCrowdAvoidanceConfig::SideBiasWeight' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, ImpactTimeWeight) == 0x000010, "Member 'FCrowdAvoidanceConfig::ImpactTimeWeight' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, ImpactTimeRange) == 0x000014, "Member 'FCrowdAvoidanceConfig::ImpactTimeRange' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, CustomPatternIdx) == 0x000018, "Member 'FCrowdAvoidanceConfig::CustomPatternIdx' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, AdaptiveDivisions) == 0x000019, "Member 'FCrowdAvoidanceConfig::AdaptiveDivisions' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, AdaptiveRings) == 0x00001A, "Member 'FCrowdAvoidanceConfig::AdaptiveRings' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceConfig, AdaptiveDepth) == 0x00001B, "Member 'FCrowdAvoidanceConfig::AdaptiveDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrowdAvoidanceSamplingPattern \ +static_assert(alignof(FCrowdAvoidanceSamplingPattern) == 0x000008, "Wrong alignment on FCrowdAvoidanceSamplingPattern"); \ +static_assert(sizeof(FCrowdAvoidanceSamplingPattern) == 0x000020, "Wrong size on FCrowdAvoidanceSamplingPattern"); \ +static_assert(offsetof(FCrowdAvoidanceSamplingPattern, Angles) == 0x000000, "Member 'FCrowdAvoidanceSamplingPattern::Angles' has a wrong offset!"); \ +static_assert(offsetof(FCrowdAvoidanceSamplingPattern, Radii) == 0x000010, "Member 'FCrowdAvoidanceSamplingPattern::Radii' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecastGraphWrapper \ +static_assert(alignof(FRecastGraphWrapper) == 0x000008, "Wrong alignment on FRecastGraphWrapper"); \ +static_assert(sizeof(FRecastGraphWrapper) == 0x0000B8, "Wrong size on FRecastGraphWrapper"); \ +static_assert(offsetof(FRecastGraphWrapper, RecastNavMeshActor) == 0x000000, "Member 'FRecastGraphWrapper::RecastNavMeshActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000038, "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!"); \ +static_assert(offsetof(FAITouchEvent, Tag) == 0x00002C, "Member 'FAITouchEvent::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryNode \ +static_assert(alignof(UEnvQueryNode) == 0x000008, "Wrong alignment on UEnvQueryNode"); \ +static_assert(sizeof(UEnvQueryNode) == 0x000030, "Wrong size on UEnvQueryNode"); \ +static_assert(offsetof(UEnvQueryNode, VerNum) == 0x000028, "Member 'UEnvQueryNode::VerNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator \ +static_assert(alignof(UEnvQueryGenerator) == 0x000008, "Wrong alignment on UEnvQueryGenerator"); \ +static_assert(sizeof(UEnvQueryGenerator) == 0x000050, "Wrong size on UEnvQueryGenerator"); \ +static_assert(offsetof(UEnvQueryGenerator, OptionName) == 0x000030, "Member 'UEnvQueryGenerator::OptionName' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator, ItemType) == 0x000040, "Member 'UEnvQueryGenerator::ItemType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator, EnvQueryResultNormalizationOption) == 0x00004C, "Member 'UEnvQueryGenerator::EnvQueryResultNormalizationOption' 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) == 0x000098, "Wrong size on UEnvQueryGenerator_ProjectedPoints"); \ +static_assert(offsetof(UEnvQueryGenerator_ProjectedPoints, ProjectionData) == 0x000050, "Member 'UEnvQueryGenerator_ProjectedPoints::ProjectionData' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_ProjectedPoints, NavDataOverrideContext) == 0x000090, "Member 'UEnvQueryGenerator_ProjectedPoints::NavDataOverrideContext' 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) == 0x000188, "Wrong size on UEnvQueryGenerator_Cone"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, AlignedPointsDistance) == 0x000098, "Member 'UEnvQueryGenerator_Cone::AlignedPointsDistance' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, ConeDegrees) == 0x0000D0, "Member 'UEnvQueryGenerator_Cone::ConeDegrees' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, AngleStep) == 0x000108, "Member 'UEnvQueryGenerator_Cone::AngleStep' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, Range) == 0x000140, "Member 'UEnvQueryGenerator_Cone::Range' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Cone, CenterActor) == 0x000178, "Member 'UEnvQueryGenerator_Cone::CenterActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIAsyncTaskBlueprintProxy_OnMoveCompleted \ +static_assert(alignof(AIAsyncTaskBlueprintProxy_OnMoveCompleted) == 0x000004, "Wrong alignment on AIAsyncTaskBlueprintProxy_OnMoveCompleted"); \ +static_assert(sizeof(AIAsyncTaskBlueprintProxy_OnMoveCompleted) == 0x000008, "Wrong size on AIAsyncTaskBlueprintProxy_OnMoveCompleted"); \ +static_assert(offsetof(AIAsyncTaskBlueprintProxy_OnMoveCompleted, RequestID) == 0x000000, "Member 'AIAsyncTaskBlueprintProxy_OnMoveCompleted::RequestID' has a wrong offset!"); \ +static_assert(offsetof(AIAsyncTaskBlueprintProxy_OnMoveCompleted, MovementResult) == 0x000004, "Member 'AIAsyncTaskBlueprintProxy_OnMoveCompleted::MovementResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIAsyncTaskBlueprintProxy \ +static_assert(alignof(UAIAsyncTaskBlueprintProxy) == 0x000008, "Wrong alignment on UAIAsyncTaskBlueprintProxy"); \ +static_assert(sizeof(UAIAsyncTaskBlueprintProxy) == 0x000068, "Wrong size on UAIAsyncTaskBlueprintProxy"); \ +static_assert(offsetof(UAIAsyncTaskBlueprintProxy, OnSuccess) == 0x000028, "Member 'UAIAsyncTaskBlueprintProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAIAsyncTaskBlueprintProxy, OnFail) == 0x000038, "Member 'UAIAsyncTaskBlueprintProxy::OnFail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAIResourceInterface \ +static_assert(alignof(IAIResourceInterface) == 0x000001, "Wrong alignment on IAIResourceInterface"); \ +static_assert(sizeof(IAIResourceInterface) == 0x000001, "Wrong size on IAIResourceInterface"); \ + +#define DUMPER7_ASSERTS_UAISenseBlueprintListener \ +static_assert(alignof(UAISenseBlueprintListener) == 0x000008, "Wrong alignment on UAISenseBlueprintListener"); \ +static_assert(sizeof(UAISenseBlueprintListener) == 0x000108, "Wrong size on UAISenseBlueprintListener"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig \ +static_assert(alignof(UAISenseConfig) == 0x000008, "Wrong alignment on UAISenseConfig"); \ +static_assert(sizeof(UAISenseConfig) == 0x000048, "Wrong size on UAISenseConfig"); \ +static_assert(offsetof(UAISenseConfig, DebugColor) == 0x000028, "Member 'UAISenseConfig::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig, MaxAge) == 0x00002C, "Member 'UAISenseConfig::MaxAge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_UAISenseConfig_Blueprint \ +static_assert(alignof(UAISenseConfig_Blueprint) == 0x000008, "Wrong alignment on UAISenseConfig_Blueprint"); \ +static_assert(sizeof(UAISenseConfig_Blueprint) == 0x000050, "Wrong size on UAISenseConfig_Blueprint"); \ +static_assert(offsetof(UAISenseConfig_Blueprint, Implementation) == 0x000048, "Member 'UAISenseConfig_Blueprint::Implementation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Hearing \ +static_assert(alignof(UAISenseConfig_Hearing) == 0x000008, "Wrong alignment on UAISenseConfig_Hearing"); \ +static_assert(sizeof(UAISenseConfig_Hearing) == 0x000060, "Wrong size on UAISenseConfig_Hearing"); \ +static_assert(offsetof(UAISenseConfig_Hearing, Implementation) == 0x000048, "Member 'UAISenseConfig_Hearing::Implementation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Hearing, HearingRange) == 0x000050, "Member 'UAISenseConfig_Hearing::HearingRange' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Hearing, LoSHearingRange) == 0x000054, "Member 'UAISenseConfig_Hearing::LoSHearingRange' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Hearing, DetectionByAffiliation) == 0x00005C, "Member 'UAISenseConfig_Hearing::DetectionByAffiliation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UAISenseConfig_Prediction \ +static_assert(alignof(UAISenseConfig_Prediction) == 0x000008, "Wrong alignment on UAISenseConfig_Prediction"); \ +static_assert(sizeof(UAISenseConfig_Prediction) == 0x000048, "Wrong size on UAISenseConfig_Prediction"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Sight \ +static_assert(alignof(UAISenseConfig_Sight) == 0x000008, "Wrong alignment on UAISenseConfig_Sight"); \ +static_assert(sizeof(UAISenseConfig_Sight) == 0x000070, "Wrong size on UAISenseConfig_Sight"); \ +static_assert(offsetof(UAISenseConfig_Sight, Implementation) == 0x000048, "Member 'UAISenseConfig_Sight::Implementation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, SightRadius) == 0x000050, "Member 'UAISenseConfig_Sight::SightRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, LoseSightRadius) == 0x000054, "Member 'UAISenseConfig_Sight::LoseSightRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, PeripheralVisionAngleDegrees) == 0x000058, "Member 'UAISenseConfig_Sight::PeripheralVisionAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, DetectionByAffiliation) == 0x00005C, "Member 'UAISenseConfig_Sight::DetectionByAffiliation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, AutoSuccessRangeFromLastSeenLocation) == 0x000060, "Member 'UAISenseConfig_Sight::AutoSuccessRangeFromLastSeenLocation' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, PointOfViewBackwardOffset) == 0x000064, "Member 'UAISenseConfig_Sight::PointOfViewBackwardOffset' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Sight, NearClippingRadius) == 0x000068, "Member 'UAISenseConfig_Sight::NearClippingRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UAISenseConfig_Team \ +static_assert(alignof(UAISenseConfig_Team) == 0x000008, "Wrong alignment on UAISenseConfig_Team"); \ +static_assert(sizeof(UAISenseConfig_Team) == 0x000048, "Wrong size on UAISenseConfig_Team"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Touch \ +static_assert(alignof(UAISenseConfig_Touch) == 0x000008, "Wrong alignment on UAISenseConfig_Touch"); \ +static_assert(sizeof(UAISenseConfig_Touch) == 0x000050, "Wrong size on UAISenseConfig_Touch"); \ +static_assert(offsetof(UAISenseConfig_Touch, DetectionByAffiliation) == 0x000048, "Member 'UAISenseConfig_Touch::DetectionByAffiliation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_Donut \ +static_assert(alignof(UEnvQueryGenerator_Donut) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Donut"); \ +static_assert(sizeof(UEnvQueryGenerator_Donut) == 0x0001E8, "Wrong size on UEnvQueryGenerator_Donut"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, InnerRadius) == 0x000098, "Member 'UEnvQueryGenerator_Donut::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, OuterRadius) == 0x0000D0, "Member 'UEnvQueryGenerator_Donut::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, NumberOfRings) == 0x000108, "Member 'UEnvQueryGenerator_Donut::NumberOfRings' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, PointsPerRing) == 0x000140, "Member 'UEnvQueryGenerator_Donut::PointsPerRing' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, ArcDirection) == 0x000178, "Member 'UEnvQueryGenerator_Donut::ArcDirection' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, ArcAngle) == 0x000198, "Member 'UEnvQueryGenerator_Donut::ArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, bUseSpiralPattern) == 0x0001D0, "Member 'UEnvQueryGenerator_Donut::bUseSpiralPattern' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_Donut, Center) == 0x0001D8, "Member 'UEnvQueryGenerator_Donut::Center' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseEvent \ +static_assert(alignof(UAISenseEvent) == 0x000008, "Wrong alignment on UAISenseEvent"); \ +static_assert(sizeof(UAISenseEvent) == 0x000028, "Wrong size on UAISenseEvent"); \ + +#define DUMPER7_ASSERTS_UAISenseEvent_Damage \ +static_assert(alignof(UAISenseEvent_Damage) == 0x000008, "Wrong alignment on UAISenseEvent_Damage"); \ +static_assert(sizeof(UAISenseEvent_Damage) == 0x000078, "Wrong size on UAISenseEvent_Damage"); \ +static_assert(offsetof(UAISenseEvent_Damage, Event) == 0x000028, "Member 'UAISenseEvent_Damage::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UAISenseEvent_Hearing \ +static_assert(alignof(UAISenseEvent_Hearing) == 0x000008, "Wrong alignment on UAISenseEvent_Hearing"); \ +static_assert(sizeof(UAISenseEvent_Hearing) == 0x000068, "Wrong size on UAISenseEvent_Hearing"); \ +static_assert(offsetof(UAISenseEvent_Hearing, Event) == 0x000028, "Member 'UAISenseEvent_Hearing::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICrowdAgentInterface \ +static_assert(alignof(ICrowdAgentInterface) == 0x000001, "Wrong alignment on ICrowdAgentInterface"); \ +static_assert(sizeof(ICrowdAgentInterface) == 0x000001, "Wrong size on ICrowdAgentInterface"); \ + +#define DUMPER7_ASSERTS_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_IEQSQueryResultSourceInterface \ +static_assert(alignof(IEQSQueryResultSourceInterface) == 0x000001, "Wrong alignment on IEQSQueryResultSourceInterface"); \ +static_assert(sizeof(IEQSQueryResultSourceInterface) == 0x000001, "Wrong size on IEQSQueryResultSourceInterface"); \ + +#define DUMPER7_ASSERTS_IGenericTeamAgentInterface \ +static_assert(alignof(IGenericTeamAgentInterface) == 0x000001, "Wrong alignment on IGenericTeamAgentInterface"); \ +static_assert(sizeof(IGenericTeamAgentInterface) == 0x000001, "Wrong size on IGenericTeamAgentInterface"); \ + +#define DUMPER7_ASSERTS_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_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_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) == 0x0003D0, "Wrong size on AAIController"); \ +static_assert(offsetof(AAIController, PathFollowingComponent) == 0x000388, "Member 'AAIController::PathFollowingComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, BrainComponent) == 0x000390, "Member 'AAIController::BrainComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, PerceptionComponent) == 0x000398, "Member 'AAIController::PerceptionComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, Blackboard) == 0x0003A0, "Member 'AAIController::Blackboard' has a wrong offset!"); \ +static_assert(offsetof(AAIController, CachedGameplayTasksComponent) == 0x0003A8, "Member 'AAIController::CachedGameplayTasksComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, DefaultNavigationFilterClass) == 0x0003B0, "Member 'AAIController::DefaultNavigationFilterClass' has a wrong offset!"); \ +static_assert(offsetof(AAIController, ReceiveMoveCompleted) == 0x0003B8, "Member 'AAIController::ReceiveMoveCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIResource_Movement \ +static_assert(alignof(UAIResource_Movement) == 0x000008, "Wrong alignment on UAIResource_Movement"); \ +static_assert(sizeof(UAIResource_Movement) == 0x000038, "Wrong size on UAIResource_Movement"); \ + +#define DUMPER7_ASSERTS_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_UAIResource_Logic \ +static_assert(alignof(UAIResource_Logic) == 0x000008, "Wrong alignment on UAIResource_Logic"); \ +static_assert(sizeof(UAIResource_Logic) == 0x000038, "Wrong size on UAIResource_Logic"); \ + +#define DUMPER7_ASSERTS_UAISubsystem \ +static_assert(alignof(UAISubsystem) == 0x000008, "Wrong alignment on UAISubsystem"); \ +static_assert(sizeof(UAISubsystem) == 0x000038, "Wrong size on UAISubsystem"); \ +static_assert(offsetof(UAISubsystem, AISystem) == 0x000030, "Member 'UAISubsystem::AISystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_SimpleGrid \ +static_assert(alignof(UEnvQueryGenerator_SimpleGrid) == 0x000008, "Wrong alignment on UEnvQueryGenerator_SimpleGrid"); \ +static_assert(sizeof(UEnvQueryGenerator_SimpleGrid) == 0x000110, "Wrong size on UEnvQueryGenerator_SimpleGrid"); \ +static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, GridSize) == 0x000098, "Member 'UEnvQueryGenerator_SimpleGrid::GridSize' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, SpaceBetween) == 0x0000D0, "Member 'UEnvQueryGenerator_SimpleGrid::SpaceBetween' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SimpleGrid, GenerateAround) == 0x000108, "Member 'UEnvQueryGenerator_SimpleGrid::GenerateAround' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISystem \ +static_assert(alignof(UAISystem) == 0x000008, "Wrong alignment on UAISystem"); \ +static_assert(sizeof(UAISystem) == 0x0001A0, "Wrong size on UAISystem"); \ +static_assert(offsetof(UAISystem, PerceptionSystemClassName) == 0x000060, "Member 'UAISystem::PerceptionSystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, HotSpotManagerClassName) == 0x000080, "Member 'UAISystem::HotSpotManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, EnvQueryManagerClassName) == 0x0000A0, "Member 'UAISystem::EnvQueryManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, AcceptanceRadius) == 0x0000C0, "Member 'UAISystem::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, PathfollowingRegularPathPointAcceptanceRadius) == 0x0000C4, "Member 'UAISystem::PathfollowingRegularPathPointAcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, PathfollowingNavLinkAcceptanceRadius) == 0x0000C8, "Member 'UAISystem::PathfollowingNavLinkAcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bFinishMoveOnGoalOverlap) == 0x0000CC, "Member 'UAISystem::bFinishMoveOnGoalOverlap' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAcceptPartialPaths) == 0x0000CD, "Member 'UAISystem::bAcceptPartialPaths' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAllowStrafing) == 0x0000CE, "Member 'UAISystem::bAllowStrafing' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAllowControllersAsEQSQuerier) == 0x0000CF, "Member 'UAISystem::bAllowControllersAsEQSQuerier' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bEnableDebuggerPlugin) == 0x0000D0, "Member 'UAISystem::bEnableDebuggerPlugin' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bForgetStaleActors) == 0x0000D1, "Member 'UAISystem::bForgetStaleActors' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAddBlackboardSelfKey) == 0x0000D2, "Member 'UAISystem::bAddBlackboardSelfKey' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bClearBBEntryOnBTEQSFail) == 0x0000D3, "Member 'UAISystem::bClearBBEntryOnBTEQSFail' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bBlackboardKeyDecoratorAllowsNoneAsValue) == 0x0000D4, "Member 'UAISystem::bBlackboardKeyDecoratorAllowsNoneAsValue' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, DefaultBlackboard) == 0x0000D8, "Member 'UAISystem::DefaultBlackboard' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, DefaultSightCollisionChannel) == 0x000100, "Member 'UAISystem::DefaultSightCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, BehaviorTreeManager) == 0x000108, "Member 'UAISystem::BehaviorTreeManager' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, EnvironmentQueryManager) == 0x000110, "Member 'UAISystem::EnvironmentQueryManager' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, PerceptionSystem) == 0x000118, "Member 'UAISystem::PerceptionSystem' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, AllProxyObjects) == 0x000120, "Member 'UAISystem::AllProxyObjects' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, HotSpotManager) == 0x000130, "Member 'UAISystem::HotSpotManager' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, NavLocalGrids) == 0x000138, "Member 'UAISystem::NavLocalGrids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviorTree \ +static_assert(alignof(UBehaviorTree) == 0x000008, "Wrong alignment on UBehaviorTree"); \ +static_assert(sizeof(UBehaviorTree) == 0x000070, "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, AdditionalDataAsset) == 0x000040, "Member 'UBehaviorTree::AdditionalDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTree, RootDecorators) == 0x000048, "Member 'UBehaviorTree::RootDecorators' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTree, RootDecoratorOps) == 0x000058, "Member 'UBehaviorTree::RootDecoratorOps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x000008, "Wrong alignment on BehaviorTreeComponent_GetTagCooldownEndTime"); \ +static_assert(sizeof(BehaviorTreeComponent_GetTagCooldownEndTime) == 0x000010, "Wrong size on BehaviorTreeComponent_GetTagCooldownEndTime"); \ +static_assert(offsetof(BehaviorTreeComponent_GetTagCooldownEndTime, CooldownTag) == 0x000000, "Member 'BehaviorTreeComponent_GetTagCooldownEndTime::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(BehaviorTreeComponent_GetTagCooldownEndTime, ReturnValue) == 0x000008, "Member 'BehaviorTreeComponent_GetTagCooldownEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviorTreeComponent \ +static_assert(alignof(UBehaviorTreeComponent) == 0x000008, "Wrong alignment on UBehaviorTreeComponent"); \ +static_assert(sizeof(UBehaviorTreeComponent) == 0x0002B0, "Wrong size on UBehaviorTreeComponent"); \ +static_assert(offsetof(UBehaviorTreeComponent, NodeInstances) == 0x000138, "Member 'UBehaviorTreeComponent::NodeInstances' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTreeComponent, DefaultBehaviorTreeAsset) == 0x000290, "Member 'UBehaviorTreeComponent::DefaultBehaviorTreeAsset' 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_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_UEnvQueryTest_Pathfinding \ +static_assert(alignof(UEnvQueryTest_Pathfinding) == 0x000008, "Wrong alignment on UEnvQueryTest_Pathfinding"); \ +static_assert(sizeof(UEnvQueryTest_Pathfinding) == 0x000280, "Wrong size on UEnvQueryTest_Pathfinding"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, TestMode) == 0x0001F8, "Member 'UEnvQueryTest_Pathfinding::TestMode' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, Context) == 0x000200, "Member 'UEnvQueryTest_Pathfinding::Context' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, PathFromContext) == 0x000208, "Member 'UEnvQueryTest_Pathfinding::PathFromContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, SkipUnreachable) == 0x000240, "Member 'UEnvQueryTest_Pathfinding::SkipUnreachable' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Pathfinding, FilterClass) == 0x000278, "Member 'UEnvQueryTest_Pathfinding::FilterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_PathfindingBatch \ +static_assert(alignof(UEnvQueryTest_PathfindingBatch) == 0x000008, "Wrong alignment on UEnvQueryTest_PathfindingBatch"); \ +static_assert(sizeof(UEnvQueryTest_PathfindingBatch) == 0x0002B8, "Wrong size on UEnvQueryTest_PathfindingBatch"); \ +static_assert(offsetof(UEnvQueryTest_PathfindingBatch, ScanRangeMultiplier) == 0x000280, "Member 'UEnvQueryTest_PathfindingBatch::ScanRangeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardAssetProvider_GetBlackboardAsset \ +static_assert(alignof(BlackboardAssetProvider_GetBlackboardAsset) == 0x000008, "Wrong alignment on BlackboardAssetProvider_GetBlackboardAsset"); \ +static_assert(sizeof(BlackboardAssetProvider_GetBlackboardAsset) == 0x000008, "Wrong size on BlackboardAssetProvider_GetBlackboardAsset"); \ +static_assert(offsetof(BlackboardAssetProvider_GetBlackboardAsset, ReturnValue) == 0x000000, "Member 'BlackboardAssetProvider_GetBlackboardAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBlackboardAssetProvider \ +static_assert(alignof(IBlackboardAssetProvider) == 0x000001, "Wrong alignment on IBlackboardAssetProvider"); \ +static_assert(sizeof(IBlackboardAssetProvider) == 0x000001, "Wrong size on IBlackboardAssetProvider"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_ClearValue \ +static_assert(alignof(BlackboardComponent_ClearValue) == 0x000004, "Wrong alignment on BlackboardComponent_ClearValue"); \ +static_assert(sizeof(BlackboardComponent_ClearValue) == 0x000008, "Wrong size on BlackboardComponent_ClearValue"); \ +static_assert(offsetof(BlackboardComponent_ClearValue, KeyName) == 0x000000, "Member 'BlackboardComponent_ClearValue::KeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsBool \ +static_assert(alignof(BlackboardComponent_SetValueAsBool) == 0x000004, "Wrong alignment on BlackboardComponent_SetValueAsBool"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsBool) == 0x00000C, "Wrong size on BlackboardComponent_SetValueAsBool"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsBool, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsBool::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsBool, BoolValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsBool::BoolValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsClass \ +static_assert(alignof(BlackboardComponent_SetValueAsClass) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsClass"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsClass) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsClass"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsClass, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsClass::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsClass, ClassValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsClass::ClassValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardComponent_SetValueAsDouble \ +static_assert(alignof(BlackboardComponent_SetValueAsDouble) == 0x000008, "Wrong alignment on BlackboardComponent_SetValueAsDouble"); \ +static_assert(sizeof(BlackboardComponent_SetValueAsDouble) == 0x000010, "Wrong size on BlackboardComponent_SetValueAsDouble"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsDouble, KeyName) == 0x000000, "Member 'BlackboardComponent_SetValueAsDouble::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_SetValueAsDouble, DoubleValue) == 0x000008, "Member 'BlackboardComponent_SetValueAsDouble::DoubleValue' 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_GetValueAsDouble \ +static_assert(alignof(BlackboardComponent_GetValueAsDouble) == 0x000008, "Wrong alignment on BlackboardComponent_GetValueAsDouble"); \ +static_assert(sizeof(BlackboardComponent_GetValueAsDouble) == 0x000010, "Wrong size on BlackboardComponent_GetValueAsDouble"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsDouble, KeyName) == 0x000000, "Member 'BlackboardComponent_GetValueAsDouble::KeyName' has a wrong offset!"); \ +static_assert(offsetof(BlackboardComponent_GetValueAsDouble, ReturnValue) == 0x000008, "Member 'BlackboardComponent_GetValueAsDouble::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_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_UBlackboardData \ +static_assert(alignof(UBlackboardData) == 0x000008, "Wrong alignment on UBlackboardData"); \ +static_assert(sizeof(UBlackboardData) == 0x000050, "Wrong size on UBlackboardData"); \ +static_assert(offsetof(UBlackboardData, Parent) == 0x000030, "Member 'UBlackboardData::Parent' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardData, Keys) == 0x000038, "Member 'UBlackboardData::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType \ +static_assert(alignof(UBlackboardKeyType) == 0x000008, "Wrong alignment on UBlackboardKeyType"); \ +static_assert(sizeof(UBlackboardKeyType) == 0x000030, "Wrong size on UBlackboardKeyType"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Bool \ +static_assert(alignof(UBlackboardKeyType_Bool) == 0x000008, "Wrong alignment on UBlackboardKeyType_Bool"); \ +static_assert(sizeof(UBlackboardKeyType_Bool) == 0x000038, "Wrong size on UBlackboardKeyType_Bool"); \ +static_assert(offsetof(UBlackboardKeyType_Bool, bDefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Bool::bDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Class \ +static_assert(alignof(UBlackboardKeyType_Class) == 0x000008, "Wrong alignment on UBlackboardKeyType_Class"); \ +static_assert(sizeof(UBlackboardKeyType_Class) == 0x000040, "Wrong size on UBlackboardKeyType_Class"); \ +static_assert(offsetof(UBlackboardKeyType_Class, BaseClass) == 0x000030, "Member 'UBlackboardKeyType_Class::BaseClass' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_Class, DefaultValue) == 0x000038, "Member 'UBlackboardKeyType_Class::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForBox \ +static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForBox) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForBox"); \ +static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForBox) == 0x000060, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForBox"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Location' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Extent) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Extent' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Rotation) == 0x000038, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Rotation' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Radius2D) == 0x000050, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Radius2D' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Height) == 0x000054, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Height' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, bRebuildGrids) == 0x000058, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::bRebuildGrids' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, ReturnValue) == 0x00005C, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForCapsule \ +static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForCapsule) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForCapsule"); \ +static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForCapsule) == 0x000038, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForCapsule"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Location' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, CapsuleRadius) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::CapsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, CapsuleHalfHeight) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Radius2D) == 0x000028, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Radius2D' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Height) == 0x00002C, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Height' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, bRebuildGrids) == 0x000030, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::bRebuildGrids' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, ReturnValue) == 0x000034, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForPoint \ +static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForPoint) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForPoint"); \ +static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForPoint) == 0x000030, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForPoint"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Location' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Radius2D) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Radius2D' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Height) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Height' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, bRebuildGrids) == 0x000028, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::bRebuildGrids' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, ReturnValue) == 0x00002C, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForPoints \ +static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForPoints) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForPoints"); \ +static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForPoints) == 0x000028, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForPoints"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Locations) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Locations' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Radius2D) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Radius2D' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Height) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Height' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, bRebuildGrids) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::bRebuildGrids' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, ReturnValue) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_FindLocalNavigationGridPath \ +static_assert(alignof(NavLocalGridManager_FindLocalNavigationGridPath) == 0x000008, "Wrong alignment on NavLocalGridManager_FindLocalNavigationGridPath"); \ +static_assert(sizeof(NavLocalGridManager_FindLocalNavigationGridPath) == 0x000050, "Wrong size on NavLocalGridManager_FindLocalNavigationGridPath"); \ +static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, Start) == 0x000008, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::Start' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, End) == 0x000020, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::End' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, PathPoints) == 0x000038, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::PathPoints' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, ReturnValue) == 0x000048, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_RemoveLocalNavigationGrid \ +static_assert(alignof(NavLocalGridManager_RemoveLocalNavigationGrid) == 0x000008, "Wrong alignment on NavLocalGridManager_RemoveLocalNavigationGrid"); \ +static_assert(sizeof(NavLocalGridManager_RemoveLocalNavigationGrid) == 0x000010, "Wrong size on NavLocalGridManager_RemoveLocalNavigationGrid"); \ +static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, GridId) == 0x000008, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::GridId' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, bRebuildGrids) == 0x00000C, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::bRebuildGrids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavLocalGridManager_SetLocalNavigationGridDensity \ +static_assert(alignof(NavLocalGridManager_SetLocalNavigationGridDensity) == 0x000008, "Wrong alignment on NavLocalGridManager_SetLocalNavigationGridDensity"); \ +static_assert(sizeof(NavLocalGridManager_SetLocalNavigationGridDensity) == 0x000010, "Wrong size on NavLocalGridManager_SetLocalNavigationGridDensity"); \ +static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, CellSize) == 0x000008, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::CellSize' has a wrong offset!"); \ +static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, ReturnValue) == 0x00000C, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavLocalGridManager \ +static_assert(alignof(UNavLocalGridManager) == 0x000008, "Wrong alignment on UNavLocalGridManager"); \ +static_assert(sizeof(UNavLocalGridManager) == 0x000058, "Wrong size on UNavLocalGridManager"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Double \ +static_assert(alignof(UBlackboardKeyType_Double) == 0x000008, "Wrong alignment on UBlackboardKeyType_Double"); \ +static_assert(sizeof(UBlackboardKeyType_Double) == 0x000030, "Wrong size on UBlackboardKeyType_Double"); \ + +#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!"); \ +static_assert(offsetof(UBlackboardKeyType_Enum, DefaultValue) == 0x000048, "Member 'UBlackboardKeyType_Enum::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Float \ +static_assert(alignof(UBlackboardKeyType_Float) == 0x000008, "Wrong alignment on UBlackboardKeyType_Float"); \ +static_assert(sizeof(UBlackboardKeyType_Float) == 0x000038, "Wrong size on UBlackboardKeyType_Float"); \ +static_assert(offsetof(UBlackboardKeyType_Float, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Float::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Int \ +static_assert(alignof(UBlackboardKeyType_Int) == 0x000008, "Wrong alignment on UBlackboardKeyType_Int"); \ +static_assert(sizeof(UBlackboardKeyType_Int) == 0x000038, "Wrong size on UBlackboardKeyType_Int"); \ +static_assert(offsetof(UBlackboardKeyType_Int, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Int::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Name \ +static_assert(alignof(UBlackboardKeyType_Name) == 0x000008, "Wrong alignment on UBlackboardKeyType_Name"); \ +static_assert(sizeof(UBlackboardKeyType_Name) == 0x000038, "Wrong size on UBlackboardKeyType_Name"); \ +static_assert(offsetof(UBlackboardKeyType_Name, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Name::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_NativeEnum \ +static_assert(alignof(UBlackboardKeyType_NativeEnum) == 0x000008, "Wrong alignment on UBlackboardKeyType_NativeEnum"); \ +static_assert(sizeof(UBlackboardKeyType_NativeEnum) == 0x000048, "Wrong size on UBlackboardKeyType_NativeEnum"); \ +static_assert(offsetof(UBlackboardKeyType_NativeEnum, EnumName) == 0x000030, "Member 'UBlackboardKeyType_NativeEnum::EnumName' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_NativeEnum, EnumType) == 0x000040, "Member 'UBlackboardKeyType_NativeEnum::EnumType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UBlackboardKeyType_Object \ +static_assert(alignof(UBlackboardKeyType_Object) == 0x000008, "Wrong alignment on UBlackboardKeyType_Object"); \ +static_assert(sizeof(UBlackboardKeyType_Object) == 0x000040, "Wrong size on UBlackboardKeyType_Object"); \ +static_assert(offsetof(UBlackboardKeyType_Object, BaseClass) == 0x000030, "Member 'UBlackboardKeyType_Object::BaseClass' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_Object, DefaultValue) == 0x000038, "Member 'UBlackboardKeyType_Object::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Rotator \ +static_assert(alignof(UBlackboardKeyType_Rotator) == 0x000008, "Wrong alignment on UBlackboardKeyType_Rotator"); \ +static_assert(sizeof(UBlackboardKeyType_Rotator) == 0x000050, "Wrong size on UBlackboardKeyType_Rotator"); \ +static_assert(offsetof(UBlackboardKeyType_Rotator, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Rotator::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_Rotator, bUseDefaultValue) == 0x000048, "Member 'UBlackboardKeyType_Rotator::bUseDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense \ +static_assert(alignof(UAISense) == 0x000008, "Wrong alignment on UAISense"); \ +static_assert(sizeof(UAISense) == 0x000078, "Wrong size on UAISense"); \ +static_assert(offsetof(UAISense, NotifyType) == 0x000028, "Member 'UAISense::NotifyType' has a wrong offset!"); \ +static_assert(offsetof(UAISense, PerceptionSystemInstance) == 0x000030, "Member 'UAISense::PerceptionSystemInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_K2_OnNewPawn \ +static_assert(alignof(AISense_Blueprint_K2_OnNewPawn) == 0x000008, "Wrong alignment on AISense_Blueprint_K2_OnNewPawn"); \ +static_assert(sizeof(AISense_Blueprint_K2_OnNewPawn) == 0x000008, "Wrong size on AISense_Blueprint_K2_OnNewPawn"); \ +static_assert(offsetof(AISense_Blueprint_K2_OnNewPawn, NewPawn) == 0x000000, "Member 'AISense_Blueprint_K2_OnNewPawn::NewPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerRegistered \ +static_assert(alignof(AISense_Blueprint_OnListenerRegistered) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerRegistered"); \ +static_assert(sizeof(AISense_Blueprint_OnListenerRegistered) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerRegistered"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerRegistered, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerRegistered::ActorListener' has a wrong offset!"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerRegistered, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerRegistered::PerceptionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerUnregistered \ +static_assert(alignof(AISense_Blueprint_OnListenerUnregistered) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerUnregistered"); \ +static_assert(sizeof(AISense_Blueprint_OnListenerUnregistered) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerUnregistered"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerUnregistered, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerUnregistered::ActorListener' has a wrong offset!"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerUnregistered, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerUnregistered::PerceptionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_OnListenerUpdated \ +static_assert(alignof(AISense_Blueprint_OnListenerUpdated) == 0x000008, "Wrong alignment on AISense_Blueprint_OnListenerUpdated"); \ +static_assert(sizeof(AISense_Blueprint_OnListenerUpdated) == 0x000010, "Wrong size on AISense_Blueprint_OnListenerUpdated"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerUpdated, ActorListener) == 0x000000, "Member 'AISense_Blueprint_OnListenerUpdated::ActorListener' has a wrong offset!"); \ +static_assert(offsetof(AISense_Blueprint_OnListenerUpdated, PerceptionComponent) == 0x000008, "Member 'AISense_Blueprint_OnListenerUpdated::PerceptionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_OnUpdate \ +static_assert(alignof(AISense_Blueprint_OnUpdate) == 0x000008, "Wrong alignment on AISense_Blueprint_OnUpdate"); \ +static_assert(sizeof(AISense_Blueprint_OnUpdate) == 0x000018, "Wrong size on AISense_Blueprint_OnUpdate"); \ +static_assert(offsetof(AISense_Blueprint_OnUpdate, EventsToProcess) == 0x000000, "Member 'AISense_Blueprint_OnUpdate::EventsToProcess' has a wrong offset!"); \ +static_assert(offsetof(AISense_Blueprint_OnUpdate, ReturnValue) == 0x000010, "Member 'AISense_Blueprint_OnUpdate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_GetAllListenerActors \ +static_assert(alignof(AISense_Blueprint_GetAllListenerActors) == 0x000008, "Wrong alignment on AISense_Blueprint_GetAllListenerActors"); \ +static_assert(sizeof(AISense_Blueprint_GetAllListenerActors) == 0x000010, "Wrong size on AISense_Blueprint_GetAllListenerActors"); \ +static_assert(offsetof(AISense_Blueprint_GetAllListenerActors, ListenerActors) == 0x000000, "Member 'AISense_Blueprint_GetAllListenerActors::ListenerActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Blueprint_GetAllListenerComponents \ +static_assert(alignof(AISense_Blueprint_GetAllListenerComponents) == 0x000008, "Wrong alignment on AISense_Blueprint_GetAllListenerComponents"); \ +static_assert(sizeof(AISense_Blueprint_GetAllListenerComponents) == 0x000010, "Wrong size on AISense_Blueprint_GetAllListenerComponents"); \ +static_assert(offsetof(AISense_Blueprint_GetAllListenerComponents, ListenerComponents) == 0x000000, "Member 'AISense_Blueprint_GetAllListenerComponents::ListenerComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Blueprint \ +static_assert(alignof(UAISense_Blueprint) == 0x000008, "Wrong alignment on UAISense_Blueprint"); \ +static_assert(sizeof(UAISense_Blueprint) == 0x0000A0, "Wrong size on UAISense_Blueprint"); \ +static_assert(offsetof(UAISense_Blueprint, ListenerDataType) == 0x000078, "Member 'UAISense_Blueprint::ListenerDataType' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Blueprint, ListenerContainer) == 0x000080, "Member 'UAISense_Blueprint::ListenerContainer' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Blueprint, UnprocessedEvents) == 0x000090, "Member 'UAISense_Blueprint::UnprocessedEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_String \ +static_assert(alignof(UBlackboardKeyType_String) == 0x000008, "Wrong alignment on UBlackboardKeyType_String"); \ +static_assert(sizeof(UBlackboardKeyType_String) == 0x000050, "Wrong size on UBlackboardKeyType_String"); \ +static_assert(offsetof(UBlackboardKeyType_String, StringValue) == 0x000030, "Member 'UBlackboardKeyType_String::StringValue' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_String, DefaultValue) == 0x000040, "Member 'UBlackboardKeyType_String::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Struct \ +static_assert(alignof(UBlackboardKeyType_Struct) == 0x000008, "Wrong alignment on UBlackboardKeyType_Struct"); \ +static_assert(sizeof(UBlackboardKeyType_Struct) == 0x000050, "Wrong size on UBlackboardKeyType_Struct"); \ +static_assert(offsetof(UBlackboardKeyType_Struct, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Struct::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_Struct, Value) == 0x000040, "Member 'UBlackboardKeyType_Struct::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetActorsPerception \ +static_assert(alignof(AIPerceptionComponent_GetActorsPerception) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetActorsPerception"); \ +static_assert(sizeof(AIPerceptionComponent_GetActorsPerception) == 0x000030, "Wrong size on AIPerceptionComponent_GetActorsPerception"); \ +static_assert(offsetof(AIPerceptionComponent_GetActorsPerception, Actor) == 0x000000, "Member 'AIPerceptionComponent_GetActorsPerception::Actor' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetActorsPerception, Info) == 0x000008, "Member 'AIPerceptionComponent_GetActorsPerception::Info' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetActorsPerception, ReturnValue) == 0x000028, "Member 'AIPerceptionComponent_GetActorsPerception::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_OnOwnerEndPlay \ +static_assert(alignof(AIPerceptionComponent_OnOwnerEndPlay) == 0x000008, "Wrong alignment on AIPerceptionComponent_OnOwnerEndPlay"); \ +static_assert(sizeof(AIPerceptionComponent_OnOwnerEndPlay) == 0x000010, "Wrong size on AIPerceptionComponent_OnOwnerEndPlay"); \ +static_assert(offsetof(AIPerceptionComponent_OnOwnerEndPlay, Actor) == 0x000000, "Member 'AIPerceptionComponent_OnOwnerEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_OnOwnerEndPlay, EndPlayReason) == 0x000008, "Member 'AIPerceptionComponent_OnOwnerEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_SetSenseEnabled \ +static_assert(alignof(AIPerceptionComponent_SetSenseEnabled) == 0x000008, "Wrong alignment on AIPerceptionComponent_SetSenseEnabled"); \ +static_assert(sizeof(AIPerceptionComponent_SetSenseEnabled) == 0x000010, "Wrong size on AIPerceptionComponent_SetSenseEnabled"); \ +static_assert(offsetof(AIPerceptionComponent_SetSenseEnabled, SenseClass) == 0x000000, "Member 'AIPerceptionComponent_SetSenseEnabled::SenseClass' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_SetSenseEnabled, bEnable) == 0x000008, "Member 'AIPerceptionComponent_SetSenseEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetCurrentlyPerceivedActors \ +static_assert(alignof(AIPerceptionComponent_GetCurrentlyPerceivedActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetCurrentlyPerceivedActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetCurrentlyPerceivedActors) == 0x000018, "Wrong size on AIPerceptionComponent_GetCurrentlyPerceivedActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetCurrentlyPerceivedActors, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetCurrentlyPerceivedActors::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetCurrentlyPerceivedActors, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetCurrentlyPerceivedActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetKnownPerceivedActors \ +static_assert(alignof(AIPerceptionComponent_GetKnownPerceivedActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetKnownPerceivedActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetKnownPerceivedActors) == 0x000018, "Wrong size on AIPerceptionComponent_GetKnownPerceivedActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetKnownPerceivedActors, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetKnownPerceivedActors::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetKnownPerceivedActors, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetKnownPerceivedActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedHostileActors \ +static_assert(alignof(AIPerceptionComponent_GetPerceivedHostileActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedHostileActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetPerceivedHostileActors) == 0x000010, "Wrong size on AIPerceptionComponent_GetPerceivedHostileActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActors, OutActors) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedHostileActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedHostileActorsBySense \ +static_assert(alignof(AIPerceptionComponent_GetPerceivedHostileActorsBySense) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedHostileActorsBySense"); \ +static_assert(sizeof(AIPerceptionComponent_GetPerceivedHostileActorsBySense) == 0x000018, "Wrong size on AIPerceptionComponent_GetPerceivedHostileActorsBySense"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActorsBySense, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedHostileActorsBySense::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActorsBySense, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetPerceivedHostileActorsBySense::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_IsSenseEnabled \ +static_assert(alignof(AIPerceptionComponent_IsSenseEnabled) == 0x000008, "Wrong alignment on AIPerceptionComponent_IsSenseEnabled"); \ +static_assert(sizeof(AIPerceptionComponent_IsSenseEnabled) == 0x000010, "Wrong size on AIPerceptionComponent_IsSenseEnabled"); \ +static_assert(offsetof(AIPerceptionComponent_IsSenseEnabled, SenseClass) == 0x000000, "Member 'AIPerceptionComponent_IsSenseEnabled::SenseClass' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_IsSenseEnabled, ReturnValue) == 0x000008, "Member 'AIPerceptionComponent_IsSenseEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPerceptionComponent \ +static_assert(alignof(UAIPerceptionComponent) == 0x000008, "Wrong alignment on UAIPerceptionComponent"); \ +static_assert(sizeof(UAIPerceptionComponent) == 0x0001B0, "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, OnTargetPerceptionForgotten) == 0x000180, "Member 'UAIPerceptionComponent::OnTargetPerceptionForgotten' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionUpdated) == 0x000190, "Member 'UAIPerceptionComponent::OnTargetPerceptionUpdated' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionInfoUpdated) == 0x0001A0, "Member 'UAIPerceptionComponent::OnTargetPerceptionInfoUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Vector \ +static_assert(alignof(UBlackboardKeyType_Vector) == 0x000008, "Wrong alignment on UBlackboardKeyType_Vector"); \ +static_assert(sizeof(UBlackboardKeyType_Vector) == 0x000050, "Wrong size on UBlackboardKeyType_Vector"); \ +static_assert(offsetof(UBlackboardKeyType_Vector, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_Vector::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardKeyType_Vector, bUseDefaultValue) == 0x000048, "Member 'UBlackboardKeyType_Vector::bUseDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTNode \ +static_assert(alignof(UBTNode) == 0x000008, "Wrong alignment on UBTNode"); \ +static_assert(sizeof(UBTNode) == 0x000058, "Wrong size on UBTNode"); \ +static_assert(offsetof(UBTNode, NodeName) == 0x000030, "Member 'UBTNode::NodeName' has a wrong offset!"); \ +static_assert(offsetof(UBTNode, TreeAsset) == 0x000040, "Member 'UBTNode::TreeAsset' has a wrong offset!"); \ +static_assert(offsetof(UBTNode, ParentNode) == 0x000048, "Member 'UBTNode::ParentNode' has a wrong offset!"); \ +static_assert(offsetof(UBTNode, ExecutionIndex) == 0x000050, "Member 'UBTNode::ExecutionIndex' has a wrong offset!"); \ +static_assert(offsetof(UBTNode, MemoryOffset) == 0x000052, "Member 'UBTNode::MemoryOffset' has a wrong offset!"); \ +static_assert(offsetof(UBTNode, TreeDepth) == 0x000054, "Member 'UBTNode::TreeDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeneratedNavLinksProxy_ReceiveSmartLinkReached \ +static_assert(alignof(GeneratedNavLinksProxy_ReceiveSmartLinkReached) == 0x000008, "Wrong alignment on GeneratedNavLinksProxy_ReceiveSmartLinkReached"); \ +static_assert(sizeof(GeneratedNavLinksProxy_ReceiveSmartLinkReached) == 0x000020, "Wrong size on GeneratedNavLinksProxy_ReceiveSmartLinkReached"); \ +static_assert(offsetof(GeneratedNavLinksProxy_ReceiveSmartLinkReached, Agent) == 0x000000, "Member 'GeneratedNavLinksProxy_ReceiveSmartLinkReached::Agent' has a wrong offset!"); \ +static_assert(offsetof(GeneratedNavLinksProxy_ReceiveSmartLinkReached, Destination) == 0x000008, "Member 'GeneratedNavLinksProxy_ReceiveSmartLinkReached::Destination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeneratedNavLinksProxy \ +static_assert(alignof(UGeneratedNavLinksProxy) == 0x000008, "Wrong alignment on UGeneratedNavLinksProxy"); \ +static_assert(sizeof(UGeneratedNavLinksProxy) == 0x000050, "Wrong size on UGeneratedNavLinksProxy"); \ +static_assert(offsetof(UGeneratedNavLinksProxy, OnSmartLinkReached) == 0x000040, "Member 'UGeneratedNavLinksProxy::OnSmartLinkReached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTAuxiliaryNode \ +static_assert(alignof(UBTAuxiliaryNode) == 0x000008, "Wrong alignment on UBTAuxiliaryNode"); \ +static_assert(sizeof(UBTAuxiliaryNode) == 0x000060, "Wrong size on UBTAuxiliaryNode"); \ + +#define DUMPER7_ASSERTS_UBTCompositeNode \ +static_assert(alignof(UBTCompositeNode) == 0x000008, "Wrong alignment on UBTCompositeNode"); \ +static_assert(sizeof(UBTCompositeNode) == 0x000080, "Wrong size on UBTCompositeNode"); \ +static_assert(offsetof(UBTCompositeNode, Children) == 0x000058, "Member 'UBTCompositeNode::Children' has a wrong offset!"); \ +static_assert(offsetof(UBTCompositeNode, Services) == 0x000068, "Member 'UBTCompositeNode::Services' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator \ +static_assert(alignof(UBTDecorator) == 0x000008, "Wrong alignment on UBTDecorator"); \ +static_assert(sizeof(UBTDecorator) == 0x000068, "Wrong size on UBTDecorator"); \ +static_assert(offsetof(UBTDecorator, FlowAbortMode) == 0x000064, "Member 'UBTDecorator::FlowAbortMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_ClearBlackboardValue \ +static_assert(alignof(BTFunctionLibrary_ClearBlackboardValue) == 0x000008, "Wrong alignment on BTFunctionLibrary_ClearBlackboardValue"); \ +static_assert(sizeof(BTFunctionLibrary_ClearBlackboardValue) == 0x000030, "Wrong size on BTFunctionLibrary_ClearBlackboardValue"); \ +static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValue, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_ClearBlackboardValue::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValue, Key) == 0x000008, "Member 'BTFunctionLibrary_ClearBlackboardValue::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_ClearBlackboardValueAsVector \ +static_assert(alignof(BTFunctionLibrary_ClearBlackboardValueAsVector) == 0x000008, "Wrong alignment on BTFunctionLibrary_ClearBlackboardValueAsVector"); \ +static_assert(sizeof(BTFunctionLibrary_ClearBlackboardValueAsVector) == 0x000030, "Wrong size on BTFunctionLibrary_ClearBlackboardValueAsVector"); \ +static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValueAsVector, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_ClearBlackboardValueAsVector::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_ClearBlackboardValueAsVector, Key) == 0x000008, "Member 'BTFunctionLibrary_ClearBlackboardValueAsVector::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsActor \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsActor) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsActor"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsActor) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsActor"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsActor, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsBool \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsBool) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsBool"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsBool) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsBool"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsBool, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsClass \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsClass) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsClass"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsClass) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsClass"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsClass, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsEnum \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsEnum) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsEnum"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsEnum) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsEnum"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsEnum, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsFloat \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsFloat) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsFloat"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsFloat) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsFloat"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsFloat, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsInt \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsInt) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsInt"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsInt) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsInt"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsInt, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsName \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsName) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsName"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsName) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsName"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsName, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsObject \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsObject) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsObject"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsObject) == 0x000038, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsObject"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsObject, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsRotator \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsRotator) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsRotator"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsRotator) == 0x000048, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsRotator"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsRotator, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsRotator::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsRotator, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsRotator::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsRotator, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsString \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsString) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsString"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsString) == 0x000040, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsString"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsString, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsString::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsString, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsString::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsString, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsVector \ +static_assert(alignof(BTFunctionLibrary_GetBlackboardValueAsVector) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetBlackboardValueAsVector"); \ +static_assert(sizeof(BTFunctionLibrary_GetBlackboardValueAsVector) == 0x000048, "Wrong size on BTFunctionLibrary_GetBlackboardValueAsVector"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsVector, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetBlackboardValueAsVector::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsVector, Key) == 0x000008, "Member 'BTFunctionLibrary_GetBlackboardValueAsVector::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetBlackboardValueAsVector, ReturnValue) == 0x000030, "Member 'BTFunctionLibrary_GetBlackboardValueAsVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetOwnerComponent \ +static_assert(alignof(BTFunctionLibrary_GetOwnerComponent) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetOwnerComponent"); \ +static_assert(sizeof(BTFunctionLibrary_GetOwnerComponent) == 0x000010, "Wrong size on BTFunctionLibrary_GetOwnerComponent"); \ +static_assert(offsetof(BTFunctionLibrary_GetOwnerComponent, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetOwnerComponent::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetOwnerComponent, ReturnValue) == 0x000008, "Member 'BTFunctionLibrary_GetOwnerComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_GetOwnersBlackboard \ +static_assert(alignof(BTFunctionLibrary_GetOwnersBlackboard) == 0x000008, "Wrong alignment on BTFunctionLibrary_GetOwnersBlackboard"); \ +static_assert(sizeof(BTFunctionLibrary_GetOwnersBlackboard) == 0x000010, "Wrong size on BTFunctionLibrary_GetOwnersBlackboard"); \ +static_assert(offsetof(BTFunctionLibrary_GetOwnersBlackboard, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_GetOwnersBlackboard::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_GetOwnersBlackboard, ReturnValue) == 0x000008, "Member 'BTFunctionLibrary_GetOwnersBlackboard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsBool \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsBool) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsBool"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsBool) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsBool"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsBool, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsBool::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsBool, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsBool::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsBool, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsClass \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsClass) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsClass"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsClass) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsClass"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsClass, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsClass::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsClass, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsClass::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsClass, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsClass::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsEnum \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsEnum) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsEnum"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsEnum) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsEnum"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsEnum, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsEnum::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsEnum, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsEnum::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsEnum, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsEnum::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsFloat \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsFloat) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsFloat"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsFloat) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsFloat"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsFloat, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsFloat::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsFloat, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsFloat, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsInt \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsInt) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsInt"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsInt) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsInt"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsInt, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsInt::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsInt, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsInt::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsInt, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsName \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsName) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsName"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsName) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsName"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsName, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsName::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsName, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsName::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsName, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsObject \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsObject) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsObject"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsObject) == 0x000038, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsObject"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsObject, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsObject::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsObject, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsObject::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsObject, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsObject::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsRotator \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsRotator) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsRotator"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsRotator) == 0x000048, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsRotator"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsRotator, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsRotator::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsRotator, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsRotator::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsRotator, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsRotator::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsString \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsString) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsString"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsString) == 0x000040, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsString"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsString, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsString::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsString, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsString::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsString, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsVector \ +static_assert(alignof(BTFunctionLibrary_SetBlackboardValueAsVector) == 0x000008, "Wrong alignment on BTFunctionLibrary_SetBlackboardValueAsVector"); \ +static_assert(sizeof(BTFunctionLibrary_SetBlackboardValueAsVector) == 0x000048, "Wrong size on BTFunctionLibrary_SetBlackboardValueAsVector"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsVector, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_SetBlackboardValueAsVector::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsVector, Key) == 0x000008, "Member 'BTFunctionLibrary_SetBlackboardValueAsVector::Key' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_SetBlackboardValueAsVector, Value) == 0x000030, "Member 'BTFunctionLibrary_SetBlackboardValueAsVector::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_StartUsingExternalEvent \ +static_assert(alignof(BTFunctionLibrary_StartUsingExternalEvent) == 0x000008, "Wrong alignment on BTFunctionLibrary_StartUsingExternalEvent"); \ +static_assert(sizeof(BTFunctionLibrary_StartUsingExternalEvent) == 0x000010, "Wrong size on BTFunctionLibrary_StartUsingExternalEvent"); \ +static_assert(offsetof(BTFunctionLibrary_StartUsingExternalEvent, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_StartUsingExternalEvent::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BTFunctionLibrary_StartUsingExternalEvent, OwningActor) == 0x000008, "Member 'BTFunctionLibrary_StartUsingExternalEvent::OwningActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTFunctionLibrary_StopUsingExternalEvent \ +static_assert(alignof(BTFunctionLibrary_StopUsingExternalEvent) == 0x000008, "Wrong alignment on BTFunctionLibrary_StopUsingExternalEvent"); \ +static_assert(sizeof(BTFunctionLibrary_StopUsingExternalEvent) == 0x000008, "Wrong size on BTFunctionLibrary_StopUsingExternalEvent"); \ +static_assert(offsetof(BTFunctionLibrary_StopUsingExternalEvent, NodeOwner) == 0x000000, "Member 'BTFunctionLibrary_StopUsingExternalEvent::NodeOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTFunctionLibrary \ +static_assert(alignof(UBTFunctionLibrary) == 0x000008, "Wrong alignment on UBTFunctionLibrary"); \ +static_assert(sizeof(UBTFunctionLibrary) == 0x000028, "Wrong size on UBTFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_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_UBTService \ +static_assert(alignof(UBTService) == 0x000008, "Wrong alignment on UBTService"); \ +static_assert(sizeof(UBTService) == 0x000070, "Wrong size on UBTService"); \ +static_assert(offsetof(UBTService, Interval) == 0x000060, "Member 'UBTService::Interval' has a wrong offset!"); \ +static_assert(offsetof(UBTService, RandomDeviation) == 0x000064, "Member 'UBTService::RandomDeviation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTaskNode \ +static_assert(alignof(UBTTaskNode) == 0x000008, "Wrong alignment on UBTTaskNode"); \ +static_assert(sizeof(UBTTaskNode) == 0x000070, "Wrong size on UBTTaskNode"); \ +static_assert(offsetof(UBTTaskNode, Services) == 0x000058, "Member 'UBTTaskNode::Services' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Hearing_ReportNoiseEvent \ +static_assert(alignof(AISense_Hearing_ReportNoiseEvent) == 0x000008, "Wrong alignment on AISense_Hearing_ReportNoiseEvent"); \ +static_assert(sizeof(AISense_Hearing_ReportNoiseEvent) == 0x000040, "Wrong size on AISense_Hearing_ReportNoiseEvent"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, WorldContextObject) == 0x000000, "Member 'AISense_Hearing_ReportNoiseEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, NoiseLocation) == 0x000008, "Member 'AISense_Hearing_ReportNoiseEvent::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Loudness) == 0x000020, "Member 'AISense_Hearing_ReportNoiseEvent::Loudness' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Instigator) == 0x000028, "Member 'AISense_Hearing_ReportNoiseEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, MaxRange) == 0x000030, "Member 'AISense_Hearing_ReportNoiseEvent::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(AISense_Hearing_ReportNoiseEvent, Tag) == 0x000034, "Member 'AISense_Hearing_ReportNoiseEvent::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Hearing \ +static_assert(alignof(UAISense_Hearing) == 0x000008, "Wrong alignment on UAISense_Hearing"); \ +static_assert(sizeof(UAISense_Hearing) == 0x0000E0, "Wrong size on UAISense_Hearing"); \ +static_assert(offsetof(UAISense_Hearing, NoiseEvents) == 0x000078, "Member 'UAISense_Hearing::NoiseEvents' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Hearing, SpeedOfSoundSq) == 0x000088, "Member 'UAISense_Hearing::SpeedOfSoundSq' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTComposite_Selector \ +static_assert(alignof(UBTComposite_Selector) == 0x000008, "Wrong alignment on UBTComposite_Selector"); \ +static_assert(sizeof(UBTComposite_Selector) == 0x000080, "Wrong size on UBTComposite_Selector"); \ + +#define DUMPER7_ASSERTS_UBTComposite_Sequence \ +static_assert(alignof(UBTComposite_Sequence) == 0x000008, "Wrong alignment on UBTComposite_Sequence"); \ +static_assert(sizeof(UBTComposite_Sequence) == 0x000080, "Wrong size on UBTComposite_Sequence"); \ + +#define DUMPER7_ASSERTS_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_UBTComposite_SimpleParallel \ +static_assert(alignof(UBTComposite_SimpleParallel) == 0x000008, "Wrong alignment on UBTComposite_SimpleParallel"); \ +static_assert(sizeof(UBTComposite_SimpleParallel) == 0x000088, "Wrong size on UBTComposite_SimpleParallel"); \ +static_assert(offsetof(UBTComposite_SimpleParallel, FinishMode) == 0x000080, "Member 'UBTComposite_SimpleParallel::FinishMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_BlackboardBase \ +static_assert(alignof(UBTDecorator_BlackboardBase) == 0x000008, "Wrong alignment on UBTDecorator_BlackboardBase"); \ +static_assert(sizeof(UBTDecorator_BlackboardBase) == 0x000090, "Wrong size on UBTDecorator_BlackboardBase"); \ +static_assert(offsetof(UBTDecorator_BlackboardBase, BlackboardKey) == 0x000068, "Member 'UBTDecorator_BlackboardBase::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Touch_ReportTouchEvent \ +static_assert(alignof(AISense_Touch_ReportTouchEvent) == 0x000008, "Wrong alignment on AISense_Touch_ReportTouchEvent"); \ +static_assert(sizeof(AISense_Touch_ReportTouchEvent) == 0x000038, "Wrong size on AISense_Touch_ReportTouchEvent"); \ +static_assert(offsetof(AISense_Touch_ReportTouchEvent, WorldContextObject) == 0x000000, "Member 'AISense_Touch_ReportTouchEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AISense_Touch_ReportTouchEvent, InTouchReceiver) == 0x000008, "Member 'AISense_Touch_ReportTouchEvent::InTouchReceiver' has a wrong offset!"); \ +static_assert(offsetof(AISense_Touch_ReportTouchEvent, InOtherActor) == 0x000010, "Member 'AISense_Touch_ReportTouchEvent::InOtherActor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Touch_ReportTouchEvent, InTag) == 0x000018, "Member 'AISense_Touch_ReportTouchEvent::InTag' has a wrong offset!"); \ +static_assert(offsetof(AISense_Touch_ReportTouchEvent, EventLocation) == 0x000020, "Member 'AISense_Touch_ReportTouchEvent::EventLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Touch \ +static_assert(alignof(UAISense_Touch) == 0x000008, "Wrong alignment on UAISense_Touch"); \ +static_assert(sizeof(UAISense_Touch) == 0x0000D8, "Wrong size on UAISense_Touch"); \ +static_assert(offsetof(UAISense_Touch, RegisteredEvents) == 0x000078, "Member 'UAISense_Touch::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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) == 0x000078, "Member 'UBTDecorator_ConeCheck::ConeOrigin' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, ConeDirection) == 0x0000A0, "Member 'UBTDecorator_ConeCheck::ConeDirection' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ConeCheck, Observed) == 0x0000C8, "Member 'UBTDecorator_ConeCheck::Observed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Sight \ +static_assert(alignof(UAISense_Sight) == 0x000008, "Wrong alignment on UAISense_Sight"); \ +static_assert(sizeof(UAISense_Sight) == 0x0001A8, "Wrong size on UAISense_Sight"); \ +static_assert(offsetof(UAISense_Sight, MaxTracesPerTick) == 0x000150, "Member 'UAISense_Sight::MaxTracesPerTick' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MaxAsyncTracesPerTick) == 0x000154, "Member 'UAISense_Sight::MaxAsyncTracesPerTick' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MinQueriesPerTimeSliceCheck) == 0x000158, "Member 'UAISense_Sight::MinQueriesPerTimeSliceCheck' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MaxTimeSlicePerTick) == 0x000160, "Member 'UAISense_Sight::MaxTimeSlicePerTick' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, HighImportanceQueryDistanceThreshold) == 0x000168, "Member 'UAISense_Sight::HighImportanceQueryDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MaxQueryImportance) == 0x000170, "Member 'UAISense_Sight::MaxQueryImportance' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, SightLimitQueryImportance) == 0x000174, "Member 'UAISense_Sight::SightLimitQueryImportance' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, PendingQueriesBudgetReductionRatio) == 0x000178, "Member 'UAISense_Sight::PendingQueriesBudgetReductionRatio' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, bUseAsynchronousTraceForDefaultSightQueries) == 0x00017C, "Member 'UAISense_Sight::bUseAsynchronousTraceForDefaultSightQueries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_Cooldown \ +static_assert(alignof(UBTDecorator_Cooldown) == 0x000008, "Wrong alignment on UBTDecorator_Cooldown"); \ +static_assert(sizeof(UBTDecorator_Cooldown) == 0x000078, "Wrong size on UBTDecorator_Cooldown"); \ +static_assert(offsetof(UBTDecorator_Cooldown, CoolDownTime) == 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) == 0x000108, "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) == 0x0000C0, "Member 'UBTDecorator_DoesPathExist::PathQueryType' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_DoesPathExist, FilterClass) == 0x0000E8, "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) == 0x0000F8, "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!"); \ +static_assert(offsetof(UBTDecorator_IsAtLocation, bUseNavAgentGoalLocation) == 0x0000D8, "Member 'UBTDecorator_IsAtLocation::bUseNavAgentGoalLocation' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsAtLocation, bPathFindingBasedTest) == 0x0000E8, "Member 'UBTDecorator_IsAtLocation::bPathFindingBasedTest' 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) == 0x0000B0, "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) == 0x0000D0, "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) == 0x000078, "Member 'UBTDecorator_KeepInCone::ConeOrigin' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_KeepInCone, Observed) == 0x0000A0, "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) == 0x000090, "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) == 0x000078, "Member 'UBTDecorator_Loop::bInfiniteLoop' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_Loop, InfiniteLoopTimeoutTime) == 0x00007C, "Member 'UBTDecorator_Loop::InfiniteLoopTimeoutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_LoopUntil \ +static_assert(alignof(UBTDecorator_LoopUntil) == 0x000008, "Wrong alignment on UBTDecorator_LoopUntil"); \ +static_assert(sizeof(UBTDecorator_LoopUntil) == 0x000090, "Wrong size on UBTDecorator_LoopUntil"); \ +static_assert(offsetof(UBTDecorator_LoopUntil, RequiredResult) == 0x000068, "Member 'UBTDecorator_LoopUntil::RequiredResult' 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) == 0x000090, "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) == 0x000080, "Member 'UBTDecorator_SetTagCooldown::bAddToExistingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_TagCooldown \ +static_assert(alignof(UBTDecorator_TagCooldown) == 0x000008, "Wrong alignment on UBTDecorator_TagCooldown"); \ +static_assert(sizeof(UBTDecorator_TagCooldown) == 0x0000A0, "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) == 0x000080, "Member 'UBTDecorator_TagCooldown::bAddToExistingDuration' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TagCooldown, bActivatesCooldown) == 0x000090, "Member 'UBTDecorator_TagCooldown::bActivatesCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_TimeLimit \ +static_assert(alignof(UBTDecorator_TimeLimit) == 0x000008, "Wrong alignment on UBTDecorator_TimeLimit"); \ +static_assert(sizeof(UBTDecorator_TimeLimit) == 0x000078, "Wrong size on UBTDecorator_TimeLimit"); \ +static_assert(offsetof(UBTDecorator_TimeLimit, TimeLimit) == 0x000068, "Member 'UBTDecorator_TimeLimit::TimeLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_BlackboardBase \ +static_assert(alignof(UBTService_BlackboardBase) == 0x000008, "Wrong alignment on UBTService_BlackboardBase"); \ +static_assert(sizeof(UBTService_BlackboardBase) == 0x000098, "Wrong size on UBTService_BlackboardBase"); \ +static_assert(offsetof(UBTService_BlackboardBase, BlackboardKey) == 0x000070, "Member 'UBTService_BlackboardBase::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveActivation \ +static_assert(alignof(BTService_BlueprintBase_ReceiveActivation) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveActivation"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveActivation) == 0x000008, "Wrong size on BTService_BlueprintBase_ReceiveActivation"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveActivation, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveActivation::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveActivationAI \ +static_assert(alignof(BTService_BlueprintBase_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveActivationAI"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveActivationAI) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveActivationAI"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveDeactivation \ +static_assert(alignof(BTService_BlueprintBase_ReceiveDeactivation) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveDeactivation"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveDeactivation) == 0x000008, "Wrong size on BTService_BlueprintBase_ReceiveDeactivation"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveDeactivation, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveDeactivation::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveDeactivationAI \ +static_assert(alignof(BTService_BlueprintBase_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveDeactivationAI"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveDeactivationAI"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveSearchStart \ +static_assert(alignof(BTService_BlueprintBase_ReceiveSearchStart) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveSearchStart"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveSearchStart) == 0x000008, "Wrong size on BTService_BlueprintBase_ReceiveSearchStart"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveSearchStart, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveSearchStart::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveSearchStartAI \ +static_assert(alignof(BTService_BlueprintBase_ReceiveSearchStartAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveSearchStartAI"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveSearchStartAI) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveSearchStartAI"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveSearchStartAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveSearchStartAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveSearchStartAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveSearchStartAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveTick \ +static_assert(alignof(BTService_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveTick"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveTick"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveTickAI \ +static_assert(alignof(BTService_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveTickAI"); \ +static_assert(sizeof(BTService_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTService_BlueprintBase_ReceiveTickAI"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTService_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_BlueprintBase_IsServiceActive \ +static_assert(alignof(BTService_BlueprintBase_IsServiceActive) == 0x000001, "Wrong alignment on BTService_BlueprintBase_IsServiceActive"); \ +static_assert(sizeof(BTService_BlueprintBase_IsServiceActive) == 0x000001, "Wrong size on BTService_BlueprintBase_IsServiceActive"); \ +static_assert(offsetof(BTService_BlueprintBase_IsServiceActive, ReturnValue) == 0x000000, "Member 'BTService_BlueprintBase_IsServiceActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_BlueprintBase \ +static_assert(alignof(UBTService_BlueprintBase) == 0x000008, "Wrong alignment on UBTService_BlueprintBase"); \ +static_assert(sizeof(UBTService_BlueprintBase) == 0x000098, "Wrong size on UBTService_BlueprintBase"); \ +static_assert(offsetof(UBTService_BlueprintBase, AIOwner) == 0x000070, "Member 'UBTService_BlueprintBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTService_BlueprintBase, ActorOwner) == 0x000078, "Member 'UBTService_BlueprintBase::ActorOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_DefaultFocus \ +static_assert(alignof(UBTService_DefaultFocus) == 0x000008, "Wrong alignment on UBTService_DefaultFocus"); \ +static_assert(sizeof(UBTService_DefaultFocus) == 0x0000A0, "Wrong size on UBTService_DefaultFocus"); \ +static_assert(offsetof(UBTService_DefaultFocus, FocusPriority) == 0x000098, "Member 'UBTService_DefaultFocus::FocusPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_RunEQS \ +static_assert(alignof(UBTService_RunEQS) == 0x000008, "Wrong alignment on UBTService_RunEQS"); \ +static_assert(sizeof(UBTService_RunEQS) == 0x0000F8, "Wrong size on UBTService_RunEQS"); \ +static_assert(offsetof(UBTService_RunEQS, EQSRequest) == 0x000098, "Member 'UBTService_RunEQS::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(UBTService_RunEQS, bUpdateBBOnFail) == 0x0000E0, "Member 'UBTService_RunEQS::bUpdateBBOnFail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_BlackboardBase \ +static_assert(alignof(UBTTask_BlackboardBase) == 0x000008, "Wrong alignment on UBTTask_BlackboardBase"); \ +static_assert(sizeof(UBTTask_BlackboardBase) == 0x000098, "Wrong size on UBTTask_BlackboardBase"); \ +static_assert(offsetof(UBTTask_BlackboardBase, BlackboardKey) == 0x000070, "Member 'UBTTask_BlackboardBase::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_FinishExecute \ +static_assert(alignof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_FinishExecute"); \ +static_assert(sizeof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong size on BTTask_BlueprintBase_FinishExecute"); \ +static_assert(offsetof(BTTask_BlueprintBase_FinishExecute, bSuccess) == 0x000000, "Member 'BTTask_BlueprintBase_FinishExecute::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbort \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbort"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveAbort"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbort, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbort::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbortAI \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbortAI"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveAbortAI"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecute \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecute"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveExecute"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecute::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecuteAI \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecuteAI"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveExecuteAI"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTick \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTick"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveTick"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTickAI \ +static_assert(alignof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTickAI"); \ +static_assert(sizeof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTTask_BlueprintBase_ReceiveTickAI"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTTask_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessage \ +static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessage"); \ +static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000008, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessage"); \ +static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessage, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessage::MessageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessageWithId \ +static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ +static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x00000C, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ +static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::MessageName' has a wrong offset!"); \ +static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, RequestID) == 0x000008, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::RequestID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskAborting \ +static_assert(alignof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskAborting"); \ +static_assert(sizeof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskAborting"); \ +static_assert(offsetof(BTTask_BlueprintBase_IsTaskAborting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskAborting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskExecuting \ +static_assert(alignof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskExecuting"); \ +static_assert(sizeof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskExecuting"); \ +static_assert(offsetof(BTTask_BlueprintBase_IsTaskExecuting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskExecuting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_BlueprintBase \ +static_assert(alignof(UBTTask_BlueprintBase) == 0x000008, "Wrong alignment on UBTTask_BlueprintBase"); \ +static_assert(sizeof(UBTTask_BlueprintBase) == 0x0000A8, "Wrong size on UBTTask_BlueprintBase"); \ +static_assert(offsetof(UBTTask_BlueprintBase, AIOwner) == 0x000070, "Member 'UBTTask_BlueprintBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_BlueprintBase, ActorOwner) == 0x000078, "Member 'UBTTask_BlueprintBase::ActorOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_BlueprintBase, TickInterval) == 0x000080, "Member 'UBTTask_BlueprintBase::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_FinishWithResult \ +static_assert(alignof(UBTTask_FinishWithResult) == 0x000008, "Wrong alignment on UBTTask_FinishWithResult"); \ +static_assert(sizeof(UBTTask_FinishWithResult) == 0x000098, "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) == 0x000080, "Wrong size on UBTTask_GameplayTaskBase"); \ +static_assert(offsetof(UBTTask_GameplayTaskBase, bWaitForGameplayTask) == 0x000070, "Member 'UBTTask_GameplayTaskBase::bWaitForGameplayTask' 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) == 0x000080, "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) == 0x000160, "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) == 0x0000A8, "Member 'UBTTask_MoveTo::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, ObservedBlackboardValueTolerance) == 0x0000C8, "Member 'UBTTask_MoveTo::ObservedBlackboardValueTolerance' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, bAllowStrafe) == 0x0000D8, "Member 'UBTTask_MoveTo::bAllowStrafe' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, bAllowPartialPath) == 0x0000E8, "Member 'UBTTask_MoveTo::bAllowPartialPath' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, bTrackMovingGoal) == 0x0000F8, "Member 'UBTTask_MoveTo::bTrackMovingGoal' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, bRequireNavigableEndLocation) == 0x000108, "Member 'UBTTask_MoveTo::bRequireNavigableEndLocation' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, bProjectGoalLocation) == 0x000118, "Member 'UBTTask_MoveTo::bProjectGoalLocation' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, bReachTestIncludesAgentRadius) == 0x000128, "Member 'UBTTask_MoveTo::bReachTestIncludesAgentRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, bReachTestIncludesGoalRadius) == 0x000138, "Member 'UBTTask_MoveTo::bReachTestIncludesGoalRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_MoveTo, bStartFromPreviousPath) == 0x000148, "Member 'UBTTask_MoveTo::bStartFromPreviousPath' 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) == 0x000160, "Wrong size on UBTTask_MoveDirectlyToward"); \ + +#define DUMPER7_ASSERTS_UBTTask_PlayAnimation \ +static_assert(alignof(UBTTask_PlayAnimation) == 0x000008, "Wrong alignment on UBTTask_PlayAnimation"); \ +static_assert(sizeof(UBTTask_PlayAnimation) == 0x0000E0, "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, bLooping) == 0x000090, "Member 'UBTTask_PlayAnimation::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_PlayAnimation, bNonBlocking) == 0x0000A0, "Member 'UBTTask_PlayAnimation::bNonBlocking' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_PlayAnimation, MyOwnerComp) == 0x0000B0, "Member 'UBTTask_PlayAnimation::MyOwnerComp' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_PlayAnimation, CachedSkelMesh) == 0x0000B8, "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) == 0x000090, "Wrong size on UBTTask_PlaySound"); \ +static_assert(offsetof(UBTTask_PlaySound, SoundToPlay) == 0x000070, "Member 'UBTTask_PlaySound::SoundToPlay' 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) == 0x0000A8, "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) == 0x000100, "Wrong size on UBTTask_RunEQSQuery"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, bUseBBKey) == 0x000098, "Member 'UBTTask_RunEQSQuery::bUseBBKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, EQSRequest) == 0x0000A0, "Member 'UBTTask_RunEQSQuery::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_RunEQSQuery, bUpdateBBOnFail) == 0x0000E8, "Member 'UBTTask_RunEQSQuery::bUpdateBBOnFail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetKeyValueBool \ +static_assert(alignof(UBTTask_SetKeyValueBool) == 0x000008, "Wrong alignment on UBTTask_SetKeyValueBool"); \ +static_assert(sizeof(UBTTask_SetKeyValueBool) == 0x0000A8, "Wrong size on UBTTask_SetKeyValueBool"); \ +static_assert(offsetof(UBTTask_SetKeyValueBool, Value) == 0x000098, "Member 'UBTTask_SetKeyValueBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetKeyValueClass \ +static_assert(alignof(UBTTask_SetKeyValueClass) == 0x000008, "Wrong alignment on UBTTask_SetKeyValueClass"); \ +static_assert(sizeof(UBTTask_SetKeyValueClass) == 0x0000C0, "Wrong size on UBTTask_SetKeyValueClass"); \ +static_assert(offsetof(UBTTask_SetKeyValueClass, BaseClass) == 0x000098, "Member 'UBTTask_SetKeyValueClass::BaseClass' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetKeyValueClass, Value) == 0x0000A0, "Member 'UBTTask_SetKeyValueClass::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetKeyValueEnum \ +static_assert(alignof(UBTTask_SetKeyValueEnum) == 0x000008, "Wrong alignment on UBTTask_SetKeyValueEnum"); \ +static_assert(sizeof(UBTTask_SetKeyValueEnum) == 0x0000C8, "Wrong size on UBTTask_SetKeyValueEnum"); \ +static_assert(offsetof(UBTTask_SetKeyValueEnum, EnumType) == 0x000098, "Member 'UBTTask_SetKeyValueEnum::EnumType' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetKeyValueEnum, Value) == 0x0000A0, "Member 'UBTTask_SetKeyValueEnum::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetKeyValueInt32 \ +static_assert(alignof(UBTTask_SetKeyValueInt32) == 0x000008, "Wrong alignment on UBTTask_SetKeyValueInt32"); \ +static_assert(sizeof(UBTTask_SetKeyValueInt32) == 0x0000A8, "Wrong size on UBTTask_SetKeyValueInt32"); \ +static_assert(offsetof(UBTTask_SetKeyValueInt32, Value) == 0x000098, "Member 'UBTTask_SetKeyValueInt32::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetKeyValueFloat \ +static_assert(alignof(UBTTask_SetKeyValueFloat) == 0x000008, "Wrong alignment on UBTTask_SetKeyValueFloat"); \ +static_assert(sizeof(UBTTask_SetKeyValueFloat) == 0x0000A8, "Wrong size on UBTTask_SetKeyValueFloat"); \ +static_assert(offsetof(UBTTask_SetKeyValueFloat, Value) == 0x000098, "Member 'UBTTask_SetKeyValueFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Volume \ +static_assert(alignof(UEnvQueryTest_Volume) == 0x000008, "Wrong alignment on UEnvQueryTest_Volume"); \ +static_assert(sizeof(UEnvQueryTest_Volume) == 0x000210, "Wrong size on UEnvQueryTest_Volume"); \ +static_assert(offsetof(UEnvQueryTest_Volume, VolumeContext) == 0x0001F8, "Member 'UEnvQueryTest_Volume::VolumeContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_Volume, VolumeClass) == 0x000200, "Member 'UEnvQueryTest_Volume::VolumeClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetKeyValueName \ +static_assert(alignof(UBTTask_SetKeyValueName) == 0x000008, "Wrong alignment on UBTTask_SetKeyValueName"); \ +static_assert(sizeof(UBTTask_SetKeyValueName) == 0x0000B0, "Wrong size on UBTTask_SetKeyValueName"); \ +static_assert(offsetof(UBTTask_SetKeyValueName, Value) == 0x000098, "Member 'UBTTask_SetKeyValueName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetKeyValueString \ +static_assert(alignof(UBTTask_SetKeyValueString) == 0x000008, "Wrong alignment on UBTTask_SetKeyValueString"); \ +static_assert(sizeof(UBTTask_SetKeyValueString) == 0x0000B8, "Wrong size on UBTTask_SetKeyValueString"); \ +static_assert(offsetof(UBTTask_SetKeyValueString, Value) == 0x000098, "Member 'UBTTask_SetKeyValueString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetKeyValueObject \ +static_assert(alignof(UBTTask_SetKeyValueObject) == 0x000008, "Wrong alignment on UBTTask_SetKeyValueObject"); \ +static_assert(sizeof(UBTTask_SetKeyValueObject) == 0x0000C0, "Wrong size on UBTTask_SetKeyValueObject"); \ +static_assert(offsetof(UBTTask_SetKeyValueObject, BaseClass) == 0x000098, "Member 'UBTTask_SetKeyValueObject::BaseClass' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetKeyValueObject, Value) == 0x0000A0, "Member 'UBTTask_SetKeyValueObject::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetKeyValueRotator \ +static_assert(alignof(UBTTask_SetKeyValueRotator) == 0x000008, "Wrong alignment on UBTTask_SetKeyValueRotator"); \ +static_assert(sizeof(UBTTask_SetKeyValueRotator) == 0x0000C0, "Wrong size on UBTTask_SetKeyValueRotator"); \ +static_assert(offsetof(UBTTask_SetKeyValueRotator, Value) == 0x000098, "Member 'UBTTask_SetKeyValueRotator::Value' 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) == 0x000128, "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) == 0x000310, "Wrong size on UPathFollowingComponent"); \ +static_assert(offsetof(UPathFollowingComponent, MovementComp) == 0x0000F8, "Member 'UPathFollowingComponent::MovementComp' has a wrong offset!"); \ +static_assert(offsetof(UPathFollowingComponent, MyNavData) == 0x000120, "Member 'UPathFollowingComponent::MyNavData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrowdFollowingComponent_SuspendCrowdSteering \ +static_assert(alignof(CrowdFollowingComponent_SuspendCrowdSteering) == 0x000001, "Wrong alignment on CrowdFollowingComponent_SuspendCrowdSteering"); \ +static_assert(sizeof(CrowdFollowingComponent_SuspendCrowdSteering) == 0x000001, "Wrong size on CrowdFollowingComponent_SuspendCrowdSteering"); \ +static_assert(offsetof(CrowdFollowingComponent_SuspendCrowdSteering, bSuspend) == 0x000000, "Member 'CrowdFollowingComponent_SuspendCrowdSteering::bSuspend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCrowdFollowingComponent \ +static_assert(alignof(UCrowdFollowingComponent) == 0x000008, "Wrong alignment on UCrowdFollowingComponent"); \ +static_assert(sizeof(UCrowdFollowingComponent) == 0x000360, "Wrong size on UCrowdFollowingComponent"); \ +static_assert(offsetof(UCrowdFollowingComponent, CrowdAgentMoveDirection) == 0x000328, "Member 'UCrowdFollowingComponent::CrowdAgentMoveDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetKeyValueStruct \ +static_assert(alignof(UBTTask_SetKeyValueStruct) == 0x000008, "Wrong alignment on UBTTask_SetKeyValueStruct"); \ +static_assert(sizeof(UBTTask_SetKeyValueStruct) == 0x0000C0, "Wrong size on UBTTask_SetKeyValueStruct"); \ +static_assert(offsetof(UBTTask_SetKeyValueStruct, StructType) == 0x000098, "Member 'UBTTask_SetKeyValueStruct::StructType' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetKeyValueStruct, Value) == 0x0000A0, "Member 'UBTTask_SetKeyValueStruct::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetKeyValueVector \ +static_assert(alignof(UBTTask_SetKeyValueVector) == 0x000008, "Wrong alignment on UBTTask_SetKeyValueVector"); \ +static_assert(sizeof(UBTTask_SetKeyValueVector) == 0x0000C0, "Wrong size on UBTTask_SetKeyValueVector"); \ +static_assert(offsetof(UBTTask_SetKeyValueVector, Value) == 0x000098, "Member 'UBTTask_SetKeyValueVector::Value' 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_UBTTask_SetTagCooldown \ +static_assert(alignof(UBTTask_SetTagCooldown) == 0x000008, "Wrong alignment on UBTTask_SetTagCooldown"); \ +static_assert(sizeof(UBTTask_SetTagCooldown) == 0x000098, "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) == 0x000088, "Member 'UBTTask_SetTagCooldown::CooldownDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_Wait \ +static_assert(alignof(UBTTask_Wait) == 0x000008, "Wrong alignment on UBTTask_Wait"); \ +static_assert(sizeof(UBTTask_Wait) == 0x000090, "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) == 0x000080, "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) == 0x0000B8, "Wrong size on UBTTask_WaitBlackboardTime"); \ +static_assert(offsetof(UBTTask_WaitBlackboardTime, BlackboardKey) == 0x000090, "Member 'UBTTask_WaitBlackboardTime::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValueOrBBKeyBlueprintUtility_GetBool \ +static_assert(alignof(ValueOrBBKeyBlueprintUtility_GetBool) == 0x000008, "Wrong alignment on ValueOrBBKeyBlueprintUtility_GetBool"); \ +static_assert(sizeof(ValueOrBBKeyBlueprintUtility_GetBool) == 0x000020, "Wrong size on ValueOrBBKeyBlueprintUtility_GetBool"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetBool, Value) == 0x000000, "Member 'ValueOrBBKeyBlueprintUtility_GetBool::Value' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetBool, BehaviorTreeComp) == 0x000010, "Member 'ValueOrBBKeyBlueprintUtility_GetBool::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetBool, ReturnValue) == 0x000018, "Member 'ValueOrBBKeyBlueprintUtility_GetBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValueOrBBKeyBlueprintUtility_GetClass \ +static_assert(alignof(ValueOrBBKeyBlueprintUtility_GetClass) == 0x000008, "Wrong alignment on ValueOrBBKeyBlueprintUtility_GetClass"); \ +static_assert(sizeof(ValueOrBBKeyBlueprintUtility_GetClass) == 0x000030, "Wrong size on ValueOrBBKeyBlueprintUtility_GetClass"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetClass, Value) == 0x000000, "Member 'ValueOrBBKeyBlueprintUtility_GetClass::Value' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetClass, BehaviorTreeComp) == 0x000020, "Member 'ValueOrBBKeyBlueprintUtility_GetClass::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetClass, ReturnValue) == 0x000028, "Member 'ValueOrBBKeyBlueprintUtility_GetClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValueOrBBKeyBlueprintUtility_GetEnum \ +static_assert(alignof(ValueOrBBKeyBlueprintUtility_GetEnum) == 0x000008, "Wrong alignment on ValueOrBBKeyBlueprintUtility_GetEnum"); \ +static_assert(sizeof(ValueOrBBKeyBlueprintUtility_GetEnum) == 0x000038, "Wrong size on ValueOrBBKeyBlueprintUtility_GetEnum"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetEnum, Value) == 0x000000, "Member 'ValueOrBBKeyBlueprintUtility_GetEnum::Value' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetEnum, BehaviorTreeComp) == 0x000028, "Member 'ValueOrBBKeyBlueprintUtility_GetEnum::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetEnum, ReturnValue) == 0x000030, "Member 'ValueOrBBKeyBlueprintUtility_GetEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValueOrBBKeyBlueprintUtility_GetFloat \ +static_assert(alignof(ValueOrBBKeyBlueprintUtility_GetFloat) == 0x000008, "Wrong alignment on ValueOrBBKeyBlueprintUtility_GetFloat"); \ +static_assert(sizeof(ValueOrBBKeyBlueprintUtility_GetFloat) == 0x000020, "Wrong size on ValueOrBBKeyBlueprintUtility_GetFloat"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetFloat, Value) == 0x000000, "Member 'ValueOrBBKeyBlueprintUtility_GetFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetFloat, BehaviorTreeComp) == 0x000010, "Member 'ValueOrBBKeyBlueprintUtility_GetFloat::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetFloat, ReturnValue) == 0x000018, "Member 'ValueOrBBKeyBlueprintUtility_GetFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValueOrBBKeyBlueprintUtility_GetInt32 \ +static_assert(alignof(ValueOrBBKeyBlueprintUtility_GetInt32) == 0x000008, "Wrong alignment on ValueOrBBKeyBlueprintUtility_GetInt32"); \ +static_assert(sizeof(ValueOrBBKeyBlueprintUtility_GetInt32) == 0x000020, "Wrong size on ValueOrBBKeyBlueprintUtility_GetInt32"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetInt32, Value) == 0x000000, "Member 'ValueOrBBKeyBlueprintUtility_GetInt32::Value' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetInt32, BehaviorTreeComp) == 0x000010, "Member 'ValueOrBBKeyBlueprintUtility_GetInt32::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetInt32, ReturnValue) == 0x000018, "Member 'ValueOrBBKeyBlueprintUtility_GetInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValueOrBBKeyBlueprintUtility_GetName \ +static_assert(alignof(ValueOrBBKeyBlueprintUtility_GetName) == 0x000008, "Wrong alignment on ValueOrBBKeyBlueprintUtility_GetName"); \ +static_assert(sizeof(ValueOrBBKeyBlueprintUtility_GetName) == 0x000028, "Wrong size on ValueOrBBKeyBlueprintUtility_GetName"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetName, Value) == 0x000000, "Member 'ValueOrBBKeyBlueprintUtility_GetName::Value' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetName, BehaviorTreeComp) == 0x000018, "Member 'ValueOrBBKeyBlueprintUtility_GetName::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetName, ReturnValue) == 0x000020, "Member 'ValueOrBBKeyBlueprintUtility_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValueOrBBKeyBlueprintUtility_GetObject \ +static_assert(alignof(ValueOrBBKeyBlueprintUtility_GetObject) == 0x000008, "Wrong alignment on ValueOrBBKeyBlueprintUtility_GetObject"); \ +static_assert(sizeof(ValueOrBBKeyBlueprintUtility_GetObject) == 0x000030, "Wrong size on ValueOrBBKeyBlueprintUtility_GetObject"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetObject, Value) == 0x000000, "Member 'ValueOrBBKeyBlueprintUtility_GetObject::Value' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetObject, BehaviorTreeComp) == 0x000020, "Member 'ValueOrBBKeyBlueprintUtility_GetObject::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetObject, ReturnValue) == 0x000028, "Member 'ValueOrBBKeyBlueprintUtility_GetObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValueOrBBKeyBlueprintUtility_GetRotator \ +static_assert(alignof(ValueOrBBKeyBlueprintUtility_GetRotator) == 0x000008, "Wrong alignment on ValueOrBBKeyBlueprintUtility_GetRotator"); \ +static_assert(sizeof(ValueOrBBKeyBlueprintUtility_GetRotator) == 0x000048, "Wrong size on ValueOrBBKeyBlueprintUtility_GetRotator"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetRotator, Value) == 0x000000, "Member 'ValueOrBBKeyBlueprintUtility_GetRotator::Value' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetRotator, BehaviorTreeComp) == 0x000028, "Member 'ValueOrBBKeyBlueprintUtility_GetRotator::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetRotator, ReturnValue) == 0x000030, "Member 'ValueOrBBKeyBlueprintUtility_GetRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValueOrBBKeyBlueprintUtility_GetString \ +static_assert(alignof(ValueOrBBKeyBlueprintUtility_GetString) == 0x000008, "Wrong alignment on ValueOrBBKeyBlueprintUtility_GetString"); \ +static_assert(sizeof(ValueOrBBKeyBlueprintUtility_GetString) == 0x000038, "Wrong size on ValueOrBBKeyBlueprintUtility_GetString"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetString, Value) == 0x000000, "Member 'ValueOrBBKeyBlueprintUtility_GetString::Value' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetString, BehaviorTreeComp) == 0x000020, "Member 'ValueOrBBKeyBlueprintUtility_GetString::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetString, ReturnValue) == 0x000028, "Member 'ValueOrBBKeyBlueprintUtility_GetString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValueOrBBKeyBlueprintUtility_GetStruct \ +static_assert(alignof(ValueOrBBKeyBlueprintUtility_GetStruct) == 0x000008, "Wrong alignment on ValueOrBBKeyBlueprintUtility_GetStruct"); \ +static_assert(sizeof(ValueOrBBKeyBlueprintUtility_GetStruct) == 0x000038, "Wrong size on ValueOrBBKeyBlueprintUtility_GetStruct"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetStruct, Value) == 0x000000, "Member 'ValueOrBBKeyBlueprintUtility_GetStruct::Value' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetStruct, BehaviorTreeComp) == 0x000020, "Member 'ValueOrBBKeyBlueprintUtility_GetStruct::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetStruct, ReturnValue) == 0x000028, "Member 'ValueOrBBKeyBlueprintUtility_GetStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValueOrBBKeyBlueprintUtility_GetVector \ +static_assert(alignof(ValueOrBBKeyBlueprintUtility_GetVector) == 0x000008, "Wrong alignment on ValueOrBBKeyBlueprintUtility_GetVector"); \ +static_assert(sizeof(ValueOrBBKeyBlueprintUtility_GetVector) == 0x000048, "Wrong size on ValueOrBBKeyBlueprintUtility_GetVector"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetVector, Value) == 0x000000, "Member 'ValueOrBBKeyBlueprintUtility_GetVector::Value' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetVector, BehaviorTreeComp) == 0x000028, "Member 'ValueOrBBKeyBlueprintUtility_GetVector::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKeyBlueprintUtility_GetVector, ReturnValue) == 0x000030, "Member 'ValueOrBBKeyBlueprintUtility_GetVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UValueOrBBKeyBlueprintUtility \ +static_assert(alignof(UValueOrBBKeyBlueprintUtility) == 0x000008, "Wrong alignment on UValueOrBBKeyBlueprintUtility"); \ +static_assert(sizeof(UValueOrBBKeyBlueprintUtility) == 0x000028, "Wrong size on UValueOrBBKeyBlueprintUtility"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_CreateMoveToProxyObject \ +static_assert(alignof(AIBlueprintHelperLibrary_CreateMoveToProxyObject) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_CreateMoveToProxyObject"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_CreateMoveToProxyObject) == 0x000040, "Wrong size on AIBlueprintHelperLibrary_CreateMoveToProxyObject"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, WorldContextObject) == 0x000000, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, Pawn) == 0x000008, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::Pawn' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, Destination) == 0x000010, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::Destination' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, TargetActor) == 0x000028, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, AcceptanceRadius) == 0x000030, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, bStopOnOverlap) == 0x000034, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::bStopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, ReturnValue) == 0x000038, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetAIController \ +static_assert(alignof(AIBlueprintHelperLibrary_GetAIController) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetAIController"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetAIController) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetAIController"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetAIController, ControlledActor) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetAIController::ControlledActor' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetAIController, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetAIController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetBlackboard \ +static_assert(alignof(AIBlueprintHelperLibrary_GetBlackboard) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetBlackboard"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetBlackboard) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetBlackboard"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetBlackboard, Target) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetBlackboard::Target' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetBlackboard, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetBlackboard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPath \ +static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPath) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPath"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPath) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPath"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPath, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPath::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPath, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPathIndex \ +static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPathIndex) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPathIndex"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPathIndex) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPathIndex"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathIndex, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPathIndex::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathIndex, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPathIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPathPoints \ +static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPathPoints) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPathPoints"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPathPoints) == 0x000018, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPathPoints"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathPoints, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPathPoints::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathPoints, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPathPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetNextNavLinkIndex \ +static_assert(alignof(AIBlueprintHelperLibrary_GetNextNavLinkIndex) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetNextNavLinkIndex"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_GetNextNavLinkIndex) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetNextNavLinkIndex"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetNextNavLinkIndex, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetNextNavLinkIndex::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_GetNextNavLinkIndex, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetNextNavLinkIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAIDirection \ +static_assert(alignof(AIBlueprintHelperLibrary_IsValidAIDirection) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAIDirection"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAIDirection) == 0x000020, "Wrong size on AIBlueprintHelperLibrary_IsValidAIDirection"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIDirection, DirectionVector) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAIDirection::DirectionVector' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIDirection, ReturnValue) == 0x000018, "Member 'AIBlueprintHelperLibrary_IsValidAIDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAILocation \ +static_assert(alignof(AIBlueprintHelperLibrary_IsValidAILocation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAILocation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAILocation) == 0x000020, "Wrong size on AIBlueprintHelperLibrary_IsValidAILocation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAILocation, Location) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAILocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAILocation, ReturnValue) == 0x000018, "Member 'AIBlueprintHelperLibrary_IsValidAILocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAIRotation \ +static_assert(alignof(AIBlueprintHelperLibrary_IsValidAIRotation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAIRotation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAIRotation) == 0x000020, "Wrong size on AIBlueprintHelperLibrary_IsValidAIRotation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIRotation, Rotation) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAIRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIRotation, ReturnValue) == 0x000018, "Member 'AIBlueprintHelperLibrary_IsValidAIRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_LockAIResourcesWithAnimation \ +static_assert(alignof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_LockAIResourcesWithAnimation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_LockAIResourcesWithAnimation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, AnimInstance) == 0x000000, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, bLockMovement) == 0x000008, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::bLockMovement' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, LockAILogic) == 0x000009, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::LockAILogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SendAIMessage \ +static_assert(alignof(AIBlueprintHelperLibrary_SendAIMessage) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SendAIMessage"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_SendAIMessage) == 0x000020, "Wrong size on AIBlueprintHelperLibrary_SendAIMessage"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, Target) == 0x000000, "Member 'AIBlueprintHelperLibrary_SendAIMessage::Target' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, Message) == 0x000008, "Member 'AIBlueprintHelperLibrary_SendAIMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, MessageSource) == 0x000010, "Member 'AIBlueprintHelperLibrary_SendAIMessage::MessageSource' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, bSuccess) == 0x000018, "Member 'AIBlueprintHelperLibrary_SendAIMessage::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SimpleMoveToActor \ +static_assert(alignof(AIBlueprintHelperLibrary_SimpleMoveToActor) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SimpleMoveToActor"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_SimpleMoveToActor) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_SimpleMoveToActor"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToActor, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_SimpleMoveToActor::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToActor, Goal) == 0x000008, "Member 'AIBlueprintHelperLibrary_SimpleMoveToActor::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SimpleMoveToLocation \ +static_assert(alignof(AIBlueprintHelperLibrary_SimpleMoveToLocation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SimpleMoveToLocation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_SimpleMoveToLocation) == 0x000020, "Wrong size on AIBlueprintHelperLibrary_SimpleMoveToLocation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToLocation, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_SimpleMoveToLocation::Controller' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToLocation, Goal) == 0x000008, "Member 'AIBlueprintHelperLibrary_SimpleMoveToLocation::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SpawnAIFromClass \ +static_assert(alignof(AIBlueprintHelperLibrary_SpawnAIFromClass) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SpawnAIFromClass"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_SpawnAIFromClass) == 0x000060, "Wrong size on AIBlueprintHelperLibrary_SpawnAIFromClass"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, WorldContextObject) == 0x000000, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, PawnClass) == 0x000008, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::PawnClass' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, BehaviorTree) == 0x000010, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::BehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Location) == 0x000018, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Location' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Rotation) == 0x000030, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Rotation' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, bNoCollisionFail) == 0x000048, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::bNoCollisionFail' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Owner) == 0x000050, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Owner' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, ReturnValue) == 0x000058, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation \ +static_assert(alignof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation"); \ +static_assert(sizeof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, AnimInstance) == 0x000000, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, bUnlockMovement) == 0x000008, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::bUnlockMovement' has a wrong offset!"); \ +static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, UnlockAILogic) == 0x000009, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::UnlockAILogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIBlueprintHelperLibrary \ +static_assert(alignof(UAIBlueprintHelperLibrary) == 0x000008, "Wrong alignment on UAIBlueprintHelperLibrary"); \ +static_assert(sizeof(UAIBlueprintHelperLibrary) == 0x000028, "Wrong size on UAIBlueprintHelperLibrary"); \ + +#define DUMPER7_ASSERTS_UAIDataProvider \ +static_assert(alignof(UAIDataProvider) == 0x000008, "Wrong alignment on UAIDataProvider"); \ +static_assert(sizeof(UAIDataProvider) == 0x000028, "Wrong size on UAIDataProvider"); \ + +#define DUMPER7_ASSERTS_UAIDataProvider_QueryParams \ +static_assert(alignof(UAIDataProvider_QueryParams) == 0x000008, "Wrong alignment on UAIDataProvider_QueryParams"); \ +static_assert(sizeof(UAIDataProvider_QueryParams) == 0x000040, "Wrong size on UAIDataProvider_QueryParams"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, ParamName) == 0x000028, "Member 'UAIDataProvider_QueryParams::ParamName' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, FloatValue) == 0x000030, "Member 'UAIDataProvider_QueryParams::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, IntValue) == 0x000034, "Member 'UAIDataProvider_QueryParams::IntValue' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_QueryParams, BoolValue) == 0x000038, "Member 'UAIDataProvider_QueryParams::BoolValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIDataProvider_Random \ +static_assert(alignof(UAIDataProvider_Random) == 0x000008, "Wrong alignment on UAIDataProvider_Random"); \ +static_assert(sizeof(UAIDataProvider_Random) == 0x000050, "Wrong size on UAIDataProvider_Random"); \ +static_assert(offsetof(UAIDataProvider_Random, Min) == 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_ADetourCrowdAIController \ +static_assert(alignof(ADetourCrowdAIController) == 0x000008, "Wrong alignment on ADetourCrowdAIController"); \ +static_assert(sizeof(ADetourCrowdAIController) == 0x0003D0, "Wrong size on ADetourCrowdAIController"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext \ +static_assert(alignof(UEnvQueryContext) == 0x000008, "Wrong alignment on UEnvQueryContext"); \ +static_assert(sizeof(UEnvQueryContext) == 0x000028, "Wrong size on UEnvQueryContext"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideActorsSet \ +static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideActorsSet) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideActorsSet"); \ +static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideActorsSet) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideActorsSet"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, ResultingActorsSet) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::ResultingActorsSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideLocationsSet \ +static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideLocationsSet) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideLocationsSet"); \ +static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideLocationsSet) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideLocationsSet"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, ResultingLocationSet) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::ResultingLocationSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleActor \ +static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideSingleActor) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideSingleActor"); \ +static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideSingleActor) == 0x000018, "Wrong size on EnvQueryContext_BlueprintBase_ProvideSingleActor"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleLocation \ +static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideSingleLocation) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideSingleLocation"); \ +static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideSingleLocation) == 0x000028, "Wrong size on EnvQueryContext_BlueprintBase_ProvideSingleLocation"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_BlueprintBase \ +static_assert(alignof(UEnvQueryContext_BlueprintBase) == 0x000008, "Wrong alignment on UEnvQueryContext_BlueprintBase"); \ +static_assert(sizeof(UEnvQueryContext_BlueprintBase) == 0x000030, "Wrong size on UEnvQueryContext_BlueprintBase"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_Item \ +static_assert(alignof(UEnvQueryContext_Item) == 0x000008, "Wrong alignment on UEnvQueryContext_Item"); \ +static_assert(sizeof(UEnvQueryContext_Item) == 0x000028, "Wrong size on UEnvQueryContext_Item"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_NavigationData \ +static_assert(alignof(UEnvQueryContext_NavigationData) == 0x000008, "Wrong alignment on UEnvQueryContext_NavigationData"); \ +static_assert(sizeof(UEnvQueryContext_NavigationData) == 0x000060, "Wrong size on UEnvQueryContext_NavigationData"); \ +static_assert(offsetof(UEnvQueryContext_NavigationData, NavAgentProperties) == 0x000028, "Member 'UEnvQueryContext_NavigationData::NavAgentProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_Querier \ +static_assert(alignof(UEnvQueryContext_Querier) == 0x000008, "Wrong alignment on UEnvQueryContext_Querier"); \ +static_assert(sizeof(UEnvQueryContext_Querier) == 0x000028, "Wrong size on UEnvQueryContext_Querier"); \ + +#define DUMPER7_ASSERTS_UEnvQuery \ +static_assert(alignof(UEnvQuery) == 0x000008, "Wrong alignment on UEnvQuery"); \ +static_assert(sizeof(UEnvQuery) == 0x000048, "Wrong size on UEnvQuery"); \ +static_assert(offsetof(UEnvQuery, QueryName) == 0x000030, "Member 'UEnvQuery::QueryName' has a wrong offset!"); \ +static_assert(offsetof(UEnvQuery, Options) == 0x000038, "Member 'UEnvQuery::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryDebugHelpers \ +static_assert(alignof(UEnvQueryDebugHelpers) == 0x000008, "Wrong alignment on UEnvQueryDebugHelpers"); \ +static_assert(sizeof(UEnvQueryDebugHelpers) == 0x000028, "Wrong size on UEnvQueryDebugHelpers"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_SetNamedParam \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_SetNamedParam) == 0x000004, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_SetNamedParam"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_SetNamedParam) == 0x00000C, "Wrong size on EnvQueryInstanceBlueprintWrapper_SetNamedParam"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_SetNamedParam, ParamName) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_SetNamedParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_SetNamedParam, Value) == 0x000008, "Member 'EnvQueryInstanceBlueprintWrapper_SetNamedParam::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetItemScore \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetItemScore) == 0x000004, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetItemScore"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetItemScore) == 0x000008, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetItemScore"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetItemScore, ItemIndex) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetItemScore::ItemIndex' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetItemScore, ReturnValue) == 0x000004, "Member 'EnvQueryInstanceBlueprintWrapper_GetItemScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors) == 0x000018, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors, ResultActors) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors::ResultActors' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors, ReturnValue) == 0x000010, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations) == 0x000018, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations, ResultLocations) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations::ResultLocations' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations, ReturnValue) == 0x000010, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetResultsAsActors \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetResultsAsActors"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors) == 0x000010, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetResultsAsActors"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors, ReturnValue) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetResultsAsActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations \ +static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations"); \ +static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations) == 0x000010, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations"); \ +static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations, ReturnValue) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryInstanceBlueprintWrapper \ +static_assert(alignof(UEnvQueryInstanceBlueprintWrapper) == 0x000008, "Wrong alignment on UEnvQueryInstanceBlueprintWrapper"); \ +static_assert(sizeof(UEnvQueryInstanceBlueprintWrapper) == 0x000078, "Wrong size on UEnvQueryInstanceBlueprintWrapper"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, QueryID) == 0x000030, "Member 'UEnvQueryInstanceBlueprintWrapper::QueryID' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, ItemType) == 0x000058, "Member 'UEnvQueryInstanceBlueprintWrapper::ItemType' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, OptionIndex) == 0x000060, "Member 'UEnvQueryInstanceBlueprintWrapper::OptionIndex' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, OnQueryFinishedEvent) == 0x000068, "Member 'UEnvQueryInstanceBlueprintWrapper::OnQueryFinishedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryManager_RunEQSQuery \ +static_assert(alignof(EnvQueryManager_RunEQSQuery) == 0x000008, "Wrong alignment on EnvQueryManager_RunEQSQuery"); \ +static_assert(sizeof(EnvQueryManager_RunEQSQuery) == 0x000030, "Wrong size on EnvQueryManager_RunEQSQuery"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, WorldContextObject) == 0x000000, "Member 'EnvQueryManager_RunEQSQuery::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, QueryTemplate) == 0x000008, "Member 'EnvQueryManager_RunEQSQuery::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, Querier) == 0x000010, "Member 'EnvQueryManager_RunEQSQuery::Querier' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, RunMode) == 0x000018, "Member 'EnvQueryManager_RunEQSQuery::RunMode' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, WrapperClass) == 0x000020, "Member 'EnvQueryManager_RunEQSQuery::WrapperClass' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryManager_RunEQSQuery, ReturnValue) == 0x000028, "Member 'EnvQueryManager_RunEQSQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryManager \ +static_assert(alignof(UEnvQueryManager) == 0x000008, "Wrong alignment on UEnvQueryManager"); \ +static_assert(sizeof(UEnvQueryManager) == 0x000158, "Wrong size on UEnvQueryManager"); \ +static_assert(offsetof(UEnvQueryManager, InstanceCache) == 0x0000A8, "Member 'UEnvQueryManager::InstanceCache' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, LocalContexts) == 0x0000B8, "Member 'UEnvQueryManager::LocalContexts' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, GCShieldedWrappers) == 0x0000C8, "Member 'UEnvQueryManager::GCShieldedWrappers' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, MaxAllowedTestingTime) == 0x00012C, "Member 'UEnvQueryManager::MaxAllowedTestingTime' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, bTestQueriesUsingBreadth) == 0x000130, "Member 'UEnvQueryManager::bTestQueriesUsingBreadth' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, QueryCountWarningThreshold) == 0x000134, "Member 'UEnvQueryManager::QueryCountWarningThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, QueryCountWarningInterval) == 0x000138, "Member 'UEnvQueryManager::QueryCountWarningInterval' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, ExecutionTimeWarningSeconds) == 0x000140, "Member 'UEnvQueryManager::ExecutionTimeWarningSeconds' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, HandlingResultTimeWarningSeconds) == 0x000148, "Member 'UEnvQueryManager::HandlingResultTimeWarningSeconds' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryManager, GenerationTimeWarningSeconds) == 0x000150, "Member 'UEnvQueryManager::GenerationTimeWarningSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryOption \ +static_assert(alignof(UEnvQueryOption) == 0x000008, "Wrong alignment on UEnvQueryOption"); \ +static_assert(sizeof(UEnvQueryOption) == 0x000040, "Wrong size on UEnvQueryOption"); \ +static_assert(offsetof(UEnvQueryOption, Generator) == 0x000028, "Member 'UEnvQueryOption::Generator' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryOption, Tests) == 0x000030, "Member 'UEnvQueryOption::Tests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTypes \ +static_assert(alignof(UEnvQueryTypes) == 0x000008, "Wrong alignment on UEnvQueryTypes"); \ +static_assert(sizeof(UEnvQueryTypes) == 0x000028, "Wrong size on UEnvQueryTypes"); \ + +#define DUMPER7_ASSERTS_UEQSRenderingComponent \ +static_assert(alignof(UEQSRenderingComponent) == 0x000010, "Wrong alignment on UEQSRenderingComponent"); \ +static_assert(sizeof(UEQSRenderingComponent) == 0x0005D0, "Wrong size on UEQSRenderingComponent"); \ + +#define DUMPER7_ASSERTS_AEQSTestingPawn \ +static_assert(alignof(AEQSTestingPawn) == 0x000010, "Wrong alignment on AEQSTestingPawn"); \ +static_assert(sizeof(AEQSTestingPawn) == 0x0006F0, "Wrong size on AEQSTestingPawn"); \ +static_assert(offsetof(AEQSTestingPawn, QueryTemplate) == 0x000650, "Member 'AEQSTestingPawn::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryParams) == 0x000658, "Member 'AEQSTestingPawn::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryConfig) == 0x000668, "Member 'AEQSTestingPawn::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, TimeLimitPerStep) == 0x000678, "Member 'AEQSTestingPawn::TimeLimitPerStep' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, StepToDebugDraw) == 0x00067C, "Member 'AEQSTestingPawn::StepToDebugDraw' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, HighlightMode) == 0x000680, "Member 'AEQSTestingPawn::HighlightMode' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryingMode) == 0x000688, "Member 'AEQSTestingPawn::QueryingMode' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, NavAgentProperties) == 0x000690, "Member 'AEQSTestingPawn::NavAgentProperties' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, StepResults) == 0x0006D8, "Member 'AEQSTestingPawn::StepResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_AddGeneratedActor \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_AddGeneratedActor"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor) == 0x000008, "Wrong size on EnvQueryGenerator_BlueprintBase_AddGeneratedActor"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_AddGeneratedActor, GeneratedActor) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_AddGeneratedActor::GeneratedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_AddGeneratedVector \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_AddGeneratedVector"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector) == 0x000018, "Wrong size on EnvQueryGenerator_BlueprintBase_AddGeneratedVector"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_AddGeneratedVector, GeneratedVector) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_AddGeneratedVector::GeneratedVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_DoItemGeneration \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_DoItemGeneration) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_DoItemGeneration"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_DoItemGeneration) == 0x000010, "Wrong size on EnvQueryGenerator_BlueprintBase_DoItemGeneration"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_DoItemGeneration, ContextLocations) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_DoItemGeneration::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors) == 0x000010, "Wrong size on EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors, ContextActors) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors::ContextActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_GetQuerier \ +static_assert(alignof(EnvQueryGenerator_BlueprintBase_GetQuerier) == 0x000008, "Wrong alignment on EnvQueryGenerator_BlueprintBase_GetQuerier"); \ +static_assert(sizeof(EnvQueryGenerator_BlueprintBase_GetQuerier) == 0x000008, "Wrong size on EnvQueryGenerator_BlueprintBase_GetQuerier"); \ +static_assert(offsetof(EnvQueryGenerator_BlueprintBase_GetQuerier, ReturnValue) == 0x000000, "Member 'EnvQueryGenerator_BlueprintBase_GetQuerier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_BlueprintBase \ +static_assert(alignof(UEnvQueryGenerator_BlueprintBase) == 0x000008, "Wrong alignment on UEnvQueryGenerator_BlueprintBase"); \ +static_assert(sizeof(UEnvQueryGenerator_BlueprintBase) == 0x000080, "Wrong size on UEnvQueryGenerator_BlueprintBase"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, GeneratorsActionDescription) == 0x000050, "Member 'UEnvQueryGenerator_BlueprintBase::GeneratorsActionDescription' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, Context) == 0x000060, "Member 'UEnvQueryGenerator_BlueprintBase::Context' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, GeneratedItemType) == 0x000068, "Member 'UEnvQueryGenerator_BlueprintBase::GeneratedItemType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_CurrentLocation \ +static_assert(alignof(UEnvQueryGenerator_CurrentLocation) == 0x000008, "Wrong alignment on UEnvQueryGenerator_CurrentLocation"); \ +static_assert(sizeof(UEnvQueryGenerator_CurrentLocation) == 0x0000A0, "Wrong size on UEnvQueryGenerator_CurrentLocation"); \ +static_assert(offsetof(UEnvQueryGenerator_CurrentLocation, QueryContext) == 0x000098, "Member 'UEnvQueryGenerator_CurrentLocation::QueryContext' 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) == 0x000268, "Wrong size on UEnvQueryGenerator_OnCircle"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleRadius) == 0x000098, "Member 'UEnvQueryGenerator_OnCircle::CircleRadius' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, PointOnCircleSpacingMethod) == 0x0000D0, "Member 'UEnvQueryGenerator_OnCircle::PointOnCircleSpacingMethod' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, SpaceBetween) == 0x0000D8, "Member 'UEnvQueryGenerator_OnCircle::SpaceBetween' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, NumberOfPoints) == 0x000110, "Member 'UEnvQueryGenerator_OnCircle::NumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, ArcDirection) == 0x000148, "Member 'UEnvQueryGenerator_OnCircle::ArcDirection' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, ArcDirectionOffsetDegrees) == 0x000168, "Member 'UEnvQueryGenerator_OnCircle::ArcDirectionOffsetDegrees' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, ArcAngle) == 0x0001A0, "Member 'UEnvQueryGenerator_OnCircle::ArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleCenter) == 0x0001D8, "Member 'UEnvQueryGenerator_OnCircle::CircleCenter' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, bIgnoreAnyContextActorsWhenGeneratingCircle) == 0x0001E0, "Member 'UEnvQueryGenerator_OnCircle::bIgnoreAnyContextActorsWhenGeneratingCircle' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, CircleCenterZOffset) == 0x0001E8, "Member 'UEnvQueryGenerator_OnCircle::CircleCenterZOffset' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, TraceData) == 0x000220, "Member 'UEnvQueryGenerator_OnCircle::TraceData' 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) == 0x000188, "Wrong size on UEnvQueryGenerator_PathingGrid"); \ +static_assert(offsetof(UEnvQueryGenerator_PathingGrid, PathToItem) == 0x000110, "Member 'UEnvQueryGenerator_PathingGrid::PathToItem' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_PathingGrid, NavigationFilter) == 0x000148, "Member 'UEnvQueryGenerator_PathingGrid::NavigationFilter' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_PathingGrid, ScanRangeMultiplier) == 0x000150, "Member 'UEnvQueryGenerator_PathingGrid::ScanRangeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_Direction \ +static_assert(alignof(UEnvQueryItemType_Direction) == 0x000008, "Wrong alignment on UEnvQueryItemType_Direction"); \ +static_assert(sizeof(UEnvQueryItemType_Direction) == 0x000030, "Wrong size on UEnvQueryItemType_Direction"); \ + +#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, bSearchComponentsForTags) == 0x000240, "Member 'UEnvQueryTest_GameplayTags::bSearchComponentsForTags' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, bRejectIncompatibleItems) == 0x000241, "Member 'UEnvQueryTest_GameplayTags::bRejectIncompatibleItems' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, bUpdatedToUseQuery) == 0x000242, "Member 'UEnvQueryTest_GameplayTags::bUpdatedToUseQuery' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_GameplayTags, TagsToMatch) == 0x000243, "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_Project \ +static_assert(alignof(UEnvQueryTest_Project) == 0x000008, "Wrong alignment on UEnvQueryTest_Project"); \ +static_assert(sizeof(UEnvQueryTest_Project) == 0x000238, "Wrong size on UEnvQueryTest_Project"); \ +static_assert(offsetof(UEnvQueryTest_Project, ProjectionData) == 0x0001F8, "Member 'UEnvQueryTest_Project::ProjectionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_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_AGridPathAIController \ +static_assert(alignof(AGridPathAIController) == 0x000008, "Wrong alignment on AGridPathAIController"); \ +static_assert(sizeof(AGridPathAIController) == 0x0003D0, "Wrong size on AGridPathAIController"); \ + +#define DUMPER7_ASSERTS_UCrowdManager \ +static_assert(alignof(UCrowdManager) == 0x000008, "Wrong alignment on UCrowdManager"); \ +static_assert(sizeof(UCrowdManager) == 0x0000F0, "Wrong size on UCrowdManager"); \ +static_assert(offsetof(UCrowdManager, MyNavData) == 0x000028, "Member 'UCrowdManager::MyNavData' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, AvoidanceConfig) == 0x000030, "Member 'UCrowdManager::AvoidanceConfig' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, SamplingPatterns) == 0x000040, "Member 'UCrowdManager::SamplingPatterns' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, MaxAgents) == 0x000050, "Member 'UCrowdManager::MaxAgents' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, MaxAgentRadius) == 0x000054, "Member 'UCrowdManager::MaxAgentRadius' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, MaxAvoidedAgents) == 0x000058, "Member 'UCrowdManager::MaxAvoidedAgents' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, MaxAvoidedWalls) == 0x00005C, "Member 'UCrowdManager::MaxAvoidedWalls' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, NavmeshCheckInterval) == 0x000060, "Member 'UCrowdManager::NavmeshCheckInterval' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, PathOptimizationInterval) == 0x000064, "Member 'UCrowdManager::PathOptimizationInterval' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, SeparationDirClamp) == 0x000068, "Member 'UCrowdManager::SeparationDirClamp' has a wrong offset!"); \ +static_assert(offsetof(UCrowdManager, PathOffsetRadiusMultiplier) == 0x00006C, "Member 'UCrowdManager::PathOffsetRadiusMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridPathFollowingComponent \ +static_assert(alignof(UGridPathFollowingComponent) == 0x000008, "Wrong alignment on UGridPathFollowingComponent"); \ +static_assert(sizeof(UGridPathFollowingComponent) == 0x000340, "Wrong size on UGridPathFollowingComponent"); \ +static_assert(offsetof(UGridPathFollowingComponent, GridManager) == 0x000310, "Member 'UGridPathFollowingComponent::GridManager' has a wrong offset!"); \ + +#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) == 0x000300, "Wrong size on ANavLinkProxy"); \ +static_assert(offsetof(ANavLinkProxy, PointLinks) == 0x0002C0, "Member 'ANavLinkProxy::PointLinks' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, SegmentLinks) == 0x0002D0, "Member 'ANavLinkProxy::SegmentLinks' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, SmartLinkComp) == 0x0002E0, "Member 'ANavLinkProxy::SmartLinkComp' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, bSmartLinkIsRelevant) == 0x0002E8, "Member 'ANavLinkProxy::bSmartLinkIsRelevant' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, OnSmartLinkReached) == 0x0002F0, "Member 'ANavLinkProxy::OnSmartLinkReached' has a wrong offset!"); \ + +#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_IAIPerceptionListenerInterface \ +static_assert(alignof(IAIPerceptionListenerInterface) == 0x000001, "Wrong alignment on IAIPerceptionListenerInterface"); \ +static_assert(sizeof(IAIPerceptionListenerInterface) == 0x000001, "Wrong size on IAIPerceptionListenerInterface"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_GetSenseClassForStimulus \ +static_assert(alignof(AIPerceptionSystem_GetSenseClassForStimulus) == 0x000008, "Wrong alignment on AIPerceptionSystem_GetSenseClassForStimulus"); \ +static_assert(sizeof(AIPerceptionSystem_GetSenseClassForStimulus) == 0x000068, "Wrong size on AIPerceptionSystem_GetSenseClassForStimulus"); \ +static_assert(offsetof(AIPerceptionSystem_GetSenseClassForStimulus, WorldContextObject) == 0x000000, "Member 'AIPerceptionSystem_GetSenseClassForStimulus::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_GetSenseClassForStimulus, Stimulus) == 0x000008, "Member 'AIPerceptionSystem_GetSenseClassForStimulus::Stimulus' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_GetSenseClassForStimulus, ReturnValue) == 0x000060, "Member 'AIPerceptionSystem_GetSenseClassForStimulus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_RegisterPerceptionStimuliSource \ +static_assert(alignof(AIPerceptionSystem_RegisterPerceptionStimuliSource) == 0x000008, "Wrong alignment on AIPerceptionSystem_RegisterPerceptionStimuliSource"); \ +static_assert(sizeof(AIPerceptionSystem_RegisterPerceptionStimuliSource) == 0x000020, "Wrong size on AIPerceptionSystem_RegisterPerceptionStimuliSource"); \ +static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, WorldContextObject) == 0x000000, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, Sense) == 0x000008, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::Sense' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, Target) == 0x000010, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::Target' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_RegisterPerceptionStimuliSource, ReturnValue) == 0x000018, "Member 'AIPerceptionSystem_RegisterPerceptionStimuliSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_ReportPerceptionEvent \ +static_assert(alignof(AIPerceptionSystem_ReportPerceptionEvent) == 0x000008, "Wrong alignment on AIPerceptionSystem_ReportPerceptionEvent"); \ +static_assert(sizeof(AIPerceptionSystem_ReportPerceptionEvent) == 0x000010, "Wrong size on AIPerceptionSystem_ReportPerceptionEvent"); \ +static_assert(offsetof(AIPerceptionSystem_ReportPerceptionEvent, WorldContextObject) == 0x000000, "Member 'AIPerceptionSystem_ReportPerceptionEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_ReportPerceptionEvent, PerceptionEvent) == 0x000008, "Member 'AIPerceptionSystem_ReportPerceptionEvent::PerceptionEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay \ +static_assert(alignof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay) == 0x000008, "Wrong alignment on AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay"); \ +static_assert(sizeof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay) == 0x000010, "Wrong size on AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay"); \ +static_assert(offsetof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay, Actor) == 0x000000, "Member 'AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay, EndPlayReason) == 0x000008, "Member 'AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionSystem_ReportEvent \ +static_assert(alignof(AIPerceptionSystem_ReportEvent) == 0x000008, "Wrong alignment on AIPerceptionSystem_ReportEvent"); \ +static_assert(sizeof(AIPerceptionSystem_ReportEvent) == 0x000008, "Wrong size on AIPerceptionSystem_ReportEvent"); \ +static_assert(offsetof(AIPerceptionSystem_ReportEvent, PerceptionEvent) == 0x000000, "Member 'AIPerceptionSystem_ReportEvent::PerceptionEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPerceptionSystem \ +static_assert(alignof(UAIPerceptionSystem) == 0x000008, "Wrong alignment on UAIPerceptionSystem"); \ +static_assert(sizeof(UAIPerceptionSystem) == 0x000138, "Wrong size on UAIPerceptionSystem"); \ +static_assert(offsetof(UAIPerceptionSystem, Senses) == 0x000088, "Member 'UAIPerceptionSystem::Senses' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionSystem, PerceptionAgingRate) == 0x000098, "Member 'UAIPerceptionSystem::PerceptionAgingRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Damage \ +static_assert(alignof(UAISenseConfig_Damage) == 0x000008, "Wrong alignment on UAISenseConfig_Damage"); \ +static_assert(sizeof(UAISenseConfig_Damage) == 0x000050, "Wrong size on UAISenseConfig_Damage"); \ +static_assert(offsetof(UAISenseConfig_Damage, Implementation) == 0x000048, "Member 'UAISenseConfig_Damage::Implementation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Damage_ReportDamageEvent \ +static_assert(alignof(AISense_Damage_ReportDamageEvent) == 0x000008, "Wrong alignment on AISense_Damage_ReportDamageEvent"); \ +static_assert(sizeof(AISense_Damage_ReportDamageEvent) == 0x000058, "Wrong size on AISense_Damage_ReportDamageEvent"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, WorldContextObject) == 0x000000, "Member 'AISense_Damage_ReportDamageEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, DamagedActor) == 0x000008, "Member 'AISense_Damage_ReportDamageEvent::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, Instigator) == 0x000010, "Member 'AISense_Damage_ReportDamageEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, DamageAmount) == 0x000018, "Member 'AISense_Damage_ReportDamageEvent::DamageAmount' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, EventLocation) == 0x000020, "Member 'AISense_Damage_ReportDamageEvent::EventLocation' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, HitLocation) == 0x000038, "Member 'AISense_Damage_ReportDamageEvent::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(AISense_Damage_ReportDamageEvent, Tag) == 0x000050, "Member 'AISense_Damage_ReportDamageEvent::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Damage \ +static_assert(alignof(UAISense_Damage) == 0x000008, "Wrong alignment on UAISense_Damage"); \ +static_assert(sizeof(UAISense_Damage) == 0x000088, "Wrong size on UAISense_Damage"); \ +static_assert(offsetof(UAISense_Damage, RegisteredEvents) == 0x000078, "Member 'UAISense_Damage::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Prediction_RequestControllerPredictionEvent \ +static_assert(alignof(AISense_Prediction_RequestControllerPredictionEvent) == 0x000008, "Wrong alignment on AISense_Prediction_RequestControllerPredictionEvent"); \ +static_assert(sizeof(AISense_Prediction_RequestControllerPredictionEvent) == 0x000018, "Wrong size on AISense_Prediction_RequestControllerPredictionEvent"); \ +static_assert(offsetof(AISense_Prediction_RequestControllerPredictionEvent, Requestor) == 0x000000, "Member 'AISense_Prediction_RequestControllerPredictionEvent::Requestor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Prediction_RequestControllerPredictionEvent, PredictedActor) == 0x000008, "Member 'AISense_Prediction_RequestControllerPredictionEvent::PredictedActor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Prediction_RequestControllerPredictionEvent, PredictionTime) == 0x000010, "Member 'AISense_Prediction_RequestControllerPredictionEvent::PredictionTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AISense_Prediction_RequestPawnPredictionEvent \ +static_assert(alignof(AISense_Prediction_RequestPawnPredictionEvent) == 0x000008, "Wrong alignment on AISense_Prediction_RequestPawnPredictionEvent"); \ +static_assert(sizeof(AISense_Prediction_RequestPawnPredictionEvent) == 0x000018, "Wrong size on AISense_Prediction_RequestPawnPredictionEvent"); \ +static_assert(offsetof(AISense_Prediction_RequestPawnPredictionEvent, Requestor) == 0x000000, "Member 'AISense_Prediction_RequestPawnPredictionEvent::Requestor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Prediction_RequestPawnPredictionEvent, PredictedActor) == 0x000008, "Member 'AISense_Prediction_RequestPawnPredictionEvent::PredictedActor' has a wrong offset!"); \ +static_assert(offsetof(AISense_Prediction_RequestPawnPredictionEvent, PredictionTime) == 0x000010, "Member 'AISense_Prediction_RequestPawnPredictionEvent::PredictionTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Prediction \ +static_assert(alignof(UAISense_Prediction) == 0x000008, "Wrong alignment on UAISense_Prediction"); \ +static_assert(sizeof(UAISense_Prediction) == 0x000088, "Wrong size on UAISense_Prediction"); \ +static_assert(offsetof(UAISense_Prediction, RegisteredEvents) == 0x000078, "Member 'UAISense_Prediction::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Team \ +static_assert(alignof(UAISense_Team) == 0x000008, "Wrong alignment on UAISense_Team"); \ +static_assert(sizeof(UAISense_Team) == 0x000088, "Wrong size on UAISense_Team"); \ +static_assert(offsetof(UAISense_Team, RegisteredEvents) == 0x000078, "Member 'UAISense_Team::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAISightTargetInterface \ +static_assert(alignof(IAISightTargetInterface) == 0x000001, "Wrong alignment on IAISightTargetInterface"); \ +static_assert(sizeof(IAISightTargetInterface) == 0x000001, "Wrong size on IAISightTargetInterface"); \ + +#define DUMPER7_ASSERTS_AITask_MoveTo_AIMoveTo \ +static_assert(alignof(AITask_MoveTo_AIMoveTo) == 0x000008, "Wrong alignment on AITask_MoveTo_AIMoveTo"); \ +static_assert(sizeof(AITask_MoveTo_AIMoveTo) == 0x000040, "Wrong size on AITask_MoveTo_AIMoveTo"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, Controller) == 0x000000, "Member 'AITask_MoveTo_AIMoveTo::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, GoalLocation) == 0x000008, "Member 'AITask_MoveTo_AIMoveTo::GoalLocation' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, GoalActor) == 0x000020, "Member 'AITask_MoveTo_AIMoveTo::GoalActor' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, AcceptanceRadius) == 0x000028, "Member 'AITask_MoveTo_AIMoveTo::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, StopOnOverlap) == 0x00002C, "Member 'AITask_MoveTo_AIMoveTo::StopOnOverlap' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, AcceptPartialPath) == 0x00002D, "Member 'AITask_MoveTo_AIMoveTo::AcceptPartialPath' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, bUsePathfinding) == 0x00002E, "Member 'AITask_MoveTo_AIMoveTo::bUsePathfinding' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, bLockAILogic) == 0x00002F, "Member 'AITask_MoveTo_AIMoveTo::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, bUseContinuousGoalTracking) == 0x000030, "Member 'AITask_MoveTo_AIMoveTo::bUseContinuousGoalTracking' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, ProjectGoalOnNavigation) == 0x000031, "Member 'AITask_MoveTo_AIMoveTo::ProjectGoalOnNavigation' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, RequireNavigableEndLocation) == 0x000032, "Member 'AITask_MoveTo_AIMoveTo::RequireNavigableEndLocation' has a wrong offset!"); \ +static_assert(offsetof(AITask_MoveTo_AIMoveTo, ReturnValue) == 0x000038, "Member 'AITask_MoveTo_AIMoveTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask_MoveTo \ +static_assert(alignof(UAITask_MoveTo) == 0x000008, "Wrong alignment on UAITask_MoveTo"); \ +static_assert(sizeof(UAITask_MoveTo) == 0x000138, "Wrong size on UAITask_MoveTo"); \ +static_assert(offsetof(UAITask_MoveTo, OnRequestFailed) == 0x000088, "Member 'UAITask_MoveTo::OnRequestFailed' has a wrong offset!"); \ +static_assert(offsetof(UAITask_MoveTo, OnMoveFinished) == 0x000098, "Member 'UAITask_MoveTo::OnMoveFinished' has a wrong offset!"); \ +static_assert(offsetof(UAITask_MoveTo, MoveRequest) == 0x0000A8, "Member 'UAITask_MoveTo::MoveRequest' 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_FSphericalPontoon \ +static_assert(alignof(FSphericalPontoon) == 0x000010, "Wrong alignment on FSphericalPontoon"); \ +static_assert(sizeof(FSphericalPontoon) == 0x0002D0, "Wrong size on FSphericalPontoon"); \ +static_assert(offsetof(FSphericalPontoon, CenterSocket) == 0x000000, "Member 'FSphericalPontoon::CenterSocket' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, RelativeLocation) == 0x000008, "Member 'FSphericalPontoon::RelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, Radius) == 0x000020, "Member 'FSphericalPontoon::Radius' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, bFXEnabled) == 0x000024, "Member 'FSphericalPontoon::bFXEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, LocalForce) == 0x000028, "Member 'FSphericalPontoon::LocalForce' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, CenterLocation) == 0x000040, "Member 'FSphericalPontoon::CenterLocation' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, SocketRotation) == 0x000060, "Member 'FSphericalPontoon::SocketRotation' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, Offset) == 0x000080, "Member 'FSphericalPontoon::Offset' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterHeight) == 0x00009C, "Member 'FSphericalPontoon::WaterHeight' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterDepth) == 0x0000A0, "Member 'FSphericalPontoon::WaterDepth' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, ImmersionDepth) == 0x0000A4, "Member 'FSphericalPontoon::ImmersionDepth' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterPlaneLocation) == 0x0000A8, "Member 'FSphericalPontoon::WaterPlaneLocation' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterPlaneNormal) == 0x0000C0, "Member 'FSphericalPontoon::WaterPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterSurfacePosition) == 0x0000D8, "Member 'FSphericalPontoon::WaterSurfacePosition' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterVelocity) == 0x0000F0, "Member 'FSphericalPontoon::WaterVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, WaterBodyIndex) == 0x000108, "Member 'FSphericalPontoon::WaterBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, bIsInWater) == 0x00010C, "Member 'FSphericalPontoon::bIsInWater' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPontoon, CurrentWaterBodyComponent) == 0x0002B8, "Member 'FSphericalPontoon::CurrentWaterBodyComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBuoyancyData \ +static_assert(alignof(FBuoyancyData) == 0x000008, "Wrong alignment on FBuoyancyData"); \ +static_assert(sizeof(FBuoyancyData) == 0x000090, "Wrong size on FBuoyancyData"); \ +static_assert(offsetof(FBuoyancyData, Pontoons) == 0x000000, "Member 'FBuoyancyData::Pontoons' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bCenterPontoonsOnCOM) == 0x000010, "Member 'FBuoyancyData::bCenterPontoonsOnCOM' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyCoefficient) == 0x000014, "Member 'FBuoyancyData::BuoyancyCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyDamp) == 0x000018, "Member 'FBuoyancyData::BuoyancyDamp' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyDamp2) == 0x00001C, "Member 'FBuoyancyData::BuoyancyDamp2' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyRampMinVelocity) == 0x000020, "Member 'FBuoyancyData::BuoyancyRampMinVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyRampMaxVelocity) == 0x000024, "Member 'FBuoyancyData::BuoyancyRampMaxVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyRampMax) == 0x000028, "Member 'FBuoyancyData::BuoyancyRampMax' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, MaxBuoyantForce) == 0x00002C, "Member 'FBuoyancyData::MaxBuoyantForce' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bApplyDragForcesInWater) == 0x000030, "Member 'FBuoyancyData::bApplyDragForcesInWater' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DragCoefficient) == 0x000034, "Member 'FBuoyancyData::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DragCoefficient2) == 0x000038, "Member 'FBuoyancyData::DragCoefficient2' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, AngularDragCoefficient) == 0x00003C, "Member 'FBuoyancyData::AngularDragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, MaxDragSpeed) == 0x000040, "Member 'FBuoyancyData::MaxDragSpeed' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bApplyRiverForces) == 0x000044, "Member 'FBuoyancyData::bApplyRiverForces' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, RiverPontoonIndex) == 0x000048, "Member 'FBuoyancyData::RiverPontoonIndex' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, WaterShorePushFactor) == 0x00004C, "Member 'FBuoyancyData::WaterShorePushFactor' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, RiverTraversalPathWidth) == 0x000050, "Member 'FBuoyancyData::RiverTraversalPathWidth' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, MaxShorePushForce) == 0x000054, "Member 'FBuoyancyData::MaxShorePushForce' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, WaterVelocityStrength) == 0x000058, "Member 'FBuoyancyData::WaterVelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, MaxWaterForce) == 0x00005C, "Member 'FBuoyancyData::MaxWaterForce' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bAlwaysAllowLateralPush) == 0x000060, "Member 'FBuoyancyData::bAlwaysAllowLateralPush' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bAllowCurrentWhenMovingFastUpstream) == 0x000061, "Member 'FBuoyancyData::bAllowCurrentWhenMovingFastUpstream' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bApplyDownstreamAngularRotation) == 0x000062, "Member 'FBuoyancyData::bApplyDownstreamAngularRotation' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamAxisOfRotation) == 0x000068, "Member 'FBuoyancyData::DownstreamAxisOfRotation' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamRotationStrength) == 0x000080, "Member 'FBuoyancyData::DownstreamRotationStrength' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamRotationStiffness) == 0x000084, "Member 'FBuoyancyData::DownstreamRotationStiffness' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamRotationAngularDamping) == 0x000088, "Member 'FBuoyancyData::DownstreamRotationAngularDamping' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamMaxAcceleration) == 0x00008C, "Member 'FBuoyancyData::DownstreamMaxAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBodyStaticMeshSettings \ +static_assert(alignof(FWaterBodyStaticMeshSettings) == 0x000008, "Wrong alignment on FWaterBodyStaticMeshSettings"); \ +static_assert(sizeof(FWaterBodyStaticMeshSettings) == 0x000010, "Wrong size on FWaterBodyStaticMeshSettings"); \ +static_assert(offsetof(FWaterBodyStaticMeshSettings, bEnableWaterBodyStaticMesh) == 0x000000, "Member 'FWaterBodyStaticMeshSettings::bEnableWaterBodyStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyStaticMeshSettings, bSectionWaterBodyStaticMesh) == 0x000001, "Member 'FWaterBodyStaticMeshSettings::bSectionWaterBodyStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyStaticMeshSettings, SectionSize) == 0x000008, "Member 'FWaterBodyStaticMeshSettings::SectionSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBodyWeightmapSettings \ +static_assert(alignof(FWaterBodyWeightmapSettings) == 0x000008, "Wrong alignment on FWaterBodyWeightmapSettings"); \ +static_assert(sizeof(FWaterBodyWeightmapSettings) == 0x000040, "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) == 0x000030, "Member 'FWaterBodyWeightmapSettings::TextureTiling' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyWeightmapSettings, TextureInfluence) == 0x000034, "Member 'FWaterBodyWeightmapSettings::TextureInfluence' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyWeightmapSettings, Midpoint) == 0x000038, "Member 'FWaterBodyWeightmapSettings::Midpoint' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyWeightmapSettings, FinalOpacity) == 0x00003C, "Member 'FWaterBodyWeightmapSettings::FinalOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterCurveSettings \ +static_assert(alignof(FWaterCurveSettings) == 0x000008, "Wrong alignment on FWaterCurveSettings"); \ +static_assert(sizeof(FWaterCurveSettings) == 0x000020, "Wrong size on FWaterCurveSettings"); \ +static_assert(offsetof(FWaterCurveSettings, bUseCurveChannel) == 0x000000, "Member 'FWaterCurveSettings::bUseCurveChannel' has a wrong offset!"); \ +static_assert(offsetof(FWaterCurveSettings, ElevationCurveAsset) == 0x000008, "Member 'FWaterCurveSettings::ElevationCurveAsset' has a wrong offset!"); \ +static_assert(offsetof(FWaterCurveSettings, ChannelEdgeOffset) == 0x000010, "Member 'FWaterCurveSettings::ChannelEdgeOffset' has a wrong offset!"); \ +static_assert(offsetof(FWaterCurveSettings, ChannelDepth) == 0x000014, "Member 'FWaterCurveSettings::ChannelDepth' has a wrong offset!"); \ +static_assert(offsetof(FWaterCurveSettings, CurveRampWidth) == 0x000018, "Member 'FWaterCurveSettings::CurveRampWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShallowWaterSimulationGrid \ +static_assert(alignof(FShallowWaterSimulationGrid) == 0x000008, "Wrong alignment on FShallowWaterSimulationGrid"); \ +static_assert(sizeof(FShallowWaterSimulationGrid) == 0x000058, "Wrong size on FShallowWaterSimulationGrid"); \ +static_assert(offsetof(FShallowWaterSimulationGrid, ArrayValues) == 0x000000, "Member 'FShallowWaterSimulationGrid::ArrayValues' has a wrong offset!"); \ +static_assert(offsetof(FShallowWaterSimulationGrid, NumCells) == 0x000010, "Member 'FShallowWaterSimulationGrid::NumCells' has a wrong offset!"); \ +static_assert(offsetof(FShallowWaterSimulationGrid, position) == 0x000018, "Member 'FShallowWaterSimulationGrid::position' has a wrong offset!"); \ +static_assert(offsetof(FShallowWaterSimulationGrid, Size) == 0x000030, "Member 'FShallowWaterSimulationGrid::Size' has a wrong offset!"); \ +static_assert(offsetof(FShallowWaterSimulationGrid, Dx) == 0x000040, "Member 'FShallowWaterSimulationGrid::Dx' has a wrong offset!"); \ +static_assert(offsetof(FShallowWaterSimulationGrid, BakedTexture) == 0x000050, "Member 'FShallowWaterSimulationGrid::BakedTexture' 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_FUnderwaterPostProcessSettings \ +static_assert(alignof(FUnderwaterPostProcessSettings) == 0x000010, "Wrong alignment on FUnderwaterPostProcessSettings"); \ +static_assert(sizeof(FUnderwaterPostProcessSettings) == 0x000790, "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) == 0x000780, "Member 'FUnderwaterPostProcessSettings::UnderwaterPostProcessMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterFalloffSettings \ +static_assert(alignof(FWaterFalloffSettings) == 0x000004, "Wrong alignment on FWaterFalloffSettings"); \ +static_assert(sizeof(FWaterFalloffSettings) == 0x000014, "Wrong size on FWaterFalloffSettings"); \ +static_assert(offsetof(FWaterFalloffSettings, FalloffMode) == 0x000000, "Member 'FWaterFalloffSettings::FalloffMode' has a wrong offset!"); \ +static_assert(offsetof(FWaterFalloffSettings, FalloffAngle) == 0x000004, "Member 'FWaterFalloffSettings::FalloffAngle' has a wrong offset!"); \ +static_assert(offsetof(FWaterFalloffSettings, FalloffWidth) == 0x000008, "Member 'FWaterFalloffSettings::FalloffWidth' has a wrong offset!"); \ +static_assert(offsetof(FWaterFalloffSettings, EdgeOffset) == 0x00000C, "Member 'FWaterFalloffSettings::EdgeOffset' has a wrong offset!"); \ +static_assert(offsetof(FWaterFalloffSettings, ZOffset) == 0x000010, "Member 'FWaterFalloffSettings::ZOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBrushEffectBlurring \ +static_assert(alignof(FWaterBrushEffectBlurring) == 0x000004, "Wrong alignment on FWaterBrushEffectBlurring"); \ +static_assert(sizeof(FWaterBrushEffectBlurring) == 0x000008, "Wrong size on FWaterBrushEffectBlurring"); \ +static_assert(offsetof(FWaterBrushEffectBlurring, bBlurShape) == 0x000000, "Member 'FWaterBrushEffectBlurring::bBlurShape' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectBlurring, Radius) == 0x000004, "Member 'FWaterBrushEffectBlurring::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBrushEffectCurlNoise \ +static_assert(alignof(FWaterBrushEffectCurlNoise) == 0x000004, "Wrong alignment on FWaterBrushEffectCurlNoise"); \ +static_assert(sizeof(FWaterBrushEffectCurlNoise) == 0x000010, "Wrong size on FWaterBrushEffectCurlNoise"); \ +static_assert(offsetof(FWaterBrushEffectCurlNoise, Curl1Amount) == 0x000000, "Member 'FWaterBrushEffectCurlNoise::Curl1Amount' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurlNoise, Curl2Amount) == 0x000004, "Member 'FWaterBrushEffectCurlNoise::Curl2Amount' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurlNoise, Curl1Tiling) == 0x000008, "Member 'FWaterBrushEffectCurlNoise::Curl1Tiling' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurlNoise, Curl2Tiling) == 0x00000C, "Member 'FWaterBrushEffectCurlNoise::Curl2Tiling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBrushEffectDisplacement \ +static_assert(alignof(FWaterBrushEffectDisplacement) == 0x000008, "Wrong alignment on FWaterBrushEffectDisplacement"); \ +static_assert(sizeof(FWaterBrushEffectDisplacement) == 0x000048, "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) == 0x000030, "Member 'FWaterBrushEffectDisplacement::Midpoint' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectDisplacement, Channel) == 0x000034, "Member 'FWaterBrushEffectDisplacement::Channel' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectDisplacement, WeightmapInfluence) == 0x000044, "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) == 0x000080, "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) == 0x000060, "Member 'FWaterBrushEffects::SmoothBlending' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffects, Terracing) == 0x000068, "Member 'FWaterBrushEffects::Terracing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBodyHeightmapSettings \ +static_assert(alignof(FWaterBodyHeightmapSettings) == 0x000008, "Wrong alignment on FWaterBodyHeightmapSettings"); \ +static_assert(sizeof(FWaterBodyHeightmapSettings) == 0x0000A0, "Wrong size on FWaterBodyHeightmapSettings"); \ +static_assert(offsetof(FWaterBodyHeightmapSettings, BlendMode) == 0x000000, "Member 'FWaterBodyHeightmapSettings::BlendMode' 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, bInvertShape) == 0x000098, "Member 'FWaterBodyHeightmapSettings::bInvertShape' has a wrong offset!"); \ +static_assert(offsetof(FWaterBodyHeightmapSettings, Priority) == 0x00009C, "Member 'FWaterBodyHeightmapSettings::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterBrushEffectCurves \ +static_assert(alignof(FWaterBrushEffectCurves) == 0x000008, "Wrong alignment on FWaterBrushEffectCurves"); \ +static_assert(sizeof(FWaterBrushEffectCurves) == 0x000020, "Wrong size on FWaterBrushEffectCurves"); \ +static_assert(offsetof(FWaterBrushEffectCurves, bUseCurveChannel) == 0x000000, "Member 'FWaterBrushEffectCurves::bUseCurveChannel' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurves, ElevationCurveAsset) == 0x000008, "Member 'FWaterBrushEffectCurves::ElevationCurveAsset' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurves, ChannelEdgeOffset) == 0x000010, "Member 'FWaterBrushEffectCurves::ChannelEdgeOffset' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurves, ChannelDepth) == 0x000014, "Member 'FWaterBrushEffectCurves::ChannelDepth' has a wrong offset!"); \ +static_assert(offsetof(FWaterBrushEffectCurves, CurveRampWidth) == 0x000018, "Member 'FWaterBrushEffectCurves::CurveRampWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterSplineCurveDefaults \ +static_assert(alignof(FWaterSplineCurveDefaults) == 0x000004, "Wrong alignment on FWaterSplineCurveDefaults"); \ +static_assert(sizeof(FWaterSplineCurveDefaults) == 0x000010, "Wrong size on FWaterSplineCurveDefaults"); \ +static_assert(offsetof(FWaterSplineCurveDefaults, DefaultDepth) == 0x000000, "Member 'FWaterSplineCurveDefaults::DefaultDepth' has a wrong offset!"); \ +static_assert(offsetof(FWaterSplineCurveDefaults, DefaultWidth) == 0x000004, "Member 'FWaterSplineCurveDefaults::DefaultWidth' has a wrong offset!"); \ +static_assert(offsetof(FWaterSplineCurveDefaults, DefaultVelocity) == 0x000008, "Member 'FWaterSplineCurveDefaults::DefaultVelocity' has a wrong offset!"); \ +static_assert(offsetof(FWaterSplineCurveDefaults, DefaultAudioIntensity) == 0x00000C, "Member 'FWaterSplineCurveDefaults::DefaultAudioIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterBodyMeshComponent \ +static_assert(alignof(UWaterBodyMeshComponent) == 0x000010, "Wrong alignment on UWaterBodyMeshComponent"); \ +static_assert(sizeof(UWaterBodyMeshComponent) == 0x000630, "Wrong size on UWaterBodyMeshComponent"); \ + +#define DUMPER7_ASSERTS_UWaterBodyStaticMeshComponent \ +static_assert(alignof(UWaterBodyStaticMeshComponent) == 0x000010, "Wrong alignment on UWaterBodyStaticMeshComponent"); \ +static_assert(sizeof(UWaterBodyStaticMeshComponent) == 0x000630, "Wrong size on UWaterBodyStaticMeshComponent"); \ + +#define DUMPER7_ASSERTS_UBakedShallowWaterSimulationComponent \ +static_assert(alignof(UBakedShallowWaterSimulationComponent) == 0x000010, "Wrong alignment on UBakedShallowWaterSimulationComponent"); \ +static_assert(sizeof(UBakedShallowWaterSimulationComponent) == 0x0005E0, "Wrong size on UBakedShallowWaterSimulationComponent"); \ +static_assert(offsetof(UBakedShallowWaterSimulationComponent, SimulationData) == 0x000530, "Member 'UBakedShallowWaterSimulationComponent::SimulationData' has a wrong offset!"); \ +static_assert(offsetof(UBakedShallowWaterSimulationComponent, WaterBodies) == 0x000588, "Member 'UBakedShallowWaterSimulationComponent::WaterBodies' 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) == 0x000228, "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) == 0x000180, "Member 'UBuoyancyComponent::CurrentWaterBodyComponents' has a wrong offset!"); \ +static_assert(offsetof(UBuoyancyComponent, SimulatingComponent) == 0x000190, "Member 'UBuoyancyComponent::SimulatingComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuoyancyManager_GetBuoyancyComponentManager \ +static_assert(alignof(BuoyancyManager_GetBuoyancyComponentManager) == 0x000008, "Wrong alignment on BuoyancyManager_GetBuoyancyComponentManager"); \ +static_assert(sizeof(BuoyancyManager_GetBuoyancyComponentManager) == 0x000018, "Wrong size on BuoyancyManager_GetBuoyancyComponentManager"); \ +static_assert(offsetof(BuoyancyManager_GetBuoyancyComponentManager, WorldContextObject) == 0x000000, "Member 'BuoyancyManager_GetBuoyancyComponentManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BuoyancyManager_GetBuoyancyComponentManager, Manager) == 0x000008, "Member 'BuoyancyManager_GetBuoyancyComponentManager::Manager' has a wrong offset!"); \ +static_assert(offsetof(BuoyancyManager_GetBuoyancyComponentManager, ReturnValue) == 0x000010, "Member 'BuoyancyManager_GetBuoyancyComponentManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABuoyancyManager \ +static_assert(alignof(ABuoyancyManager) == 0x000008, "Wrong alignment on ABuoyancyManager"); \ +static_assert(sizeof(ABuoyancyManager) == 0x000378, "Wrong size on ABuoyancyManager"); \ +static_assert(offsetof(ABuoyancyManager, BuoyancyComponents) == 0x000300, "Member 'ABuoyancyManager::BuoyancyComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_InsideWaterBody \ +static_assert(alignof(UEnvQueryTest_InsideWaterBody) == 0x000008, "Wrong alignment on UEnvQueryTest_InsideWaterBody"); \ +static_assert(sizeof(UEnvQueryTest_InsideWaterBody) == 0x000200, "Wrong size on UEnvQueryTest_InsideWaterBody"); \ +static_assert(offsetof(UEnvQueryTest_InsideWaterBody, bIncludeWaves) == 0x0001F8, "Member 'UEnvQueryTest_InsideWaterBody::bIncludeWaves' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_InsideWaterBody, bSimpleWaves) == 0x0001F9, "Member 'UEnvQueryTest_InsideWaterBody::bSimpleWaves' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_InsideWaterBody, bIgnoreExclusionVolumes) == 0x0001FA, "Member 'UEnvQueryTest_InsideWaterBody::bIgnoreExclusionVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves \ +static_assert(alignof(GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves) == 0x000008, "Wrong alignment on GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves"); \ +static_assert(sizeof(GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves) == 0x000010, "Wrong size on GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves"); \ +static_assert(offsetof(GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves, OutWaves) == 0x000000, "Member 'GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves::OutWaves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGerstnerWaterWaveGeneratorBase \ +static_assert(alignof(UGerstnerWaterWaveGeneratorBase) == 0x000008, "Wrong alignment on UGerstnerWaterWaveGeneratorBase"); \ +static_assert(sizeof(UGerstnerWaterWaveGeneratorBase) == 0x000028, "Wrong size on UGerstnerWaterWaveGeneratorBase"); \ + +#define DUMPER7_ASSERTS_UGerstnerWaterWaveGeneratorSimple \ +static_assert(alignof(UGerstnerWaterWaveGeneratorSimple) == 0x000008, "Wrong alignment on UGerstnerWaterWaveGeneratorSimple"); \ +static_assert(sizeof(UGerstnerWaterWaveGeneratorSimple) == 0x000060, "Wrong size on UGerstnerWaterWaveGeneratorSimple"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, NumWaves) == 0x000028, "Member 'UGerstnerWaterWaveGeneratorSimple::NumWaves' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, Seed) == 0x00002C, "Member 'UGerstnerWaterWaveGeneratorSimple::Seed' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, Randomness) == 0x000030, "Member 'UGerstnerWaterWaveGeneratorSimple::Randomness' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, MinWavelength) == 0x000034, "Member 'UGerstnerWaterWaveGeneratorSimple::MinWavelength' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, MaxWavelength) == 0x000038, "Member 'UGerstnerWaterWaveGeneratorSimple::MaxWavelength' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, WavelengthFalloff) == 0x00003C, "Member 'UGerstnerWaterWaveGeneratorSimple::WavelengthFalloff' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, MinAmplitude) == 0x000040, "Member 'UGerstnerWaterWaveGeneratorSimple::MinAmplitude' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, MaxAmplitude) == 0x000044, "Member 'UGerstnerWaterWaveGeneratorSimple::MaxAmplitude' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, AmplitudeFalloff) == 0x000048, "Member 'UGerstnerWaterWaveGeneratorSimple::AmplitudeFalloff' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, WindAngleDeg) == 0x00004C, "Member 'UGerstnerWaterWaveGeneratorSimple::WindAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, DirectionAngularSpreadDeg) == 0x000050, "Member 'UGerstnerWaterWaveGeneratorSimple::DirectionAngularSpreadDeg' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, SmallWaveSteepness) == 0x000054, "Member 'UGerstnerWaterWaveGeneratorSimple::SmallWaveSteepness' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, LargeWaveSteepness) == 0x000058, "Member 'UGerstnerWaterWaveGeneratorSimple::LargeWaveSteepness' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, SteepnessFalloff) == 0x00005C, "Member 'UGerstnerWaterWaveGeneratorSimple::SteepnessFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGerstnerWaterWaveGeneratorSpectrum \ +static_assert(alignof(UGerstnerWaterWaveGeneratorSpectrum) == 0x000008, "Wrong alignment on UGerstnerWaterWaveGeneratorSpectrum"); \ +static_assert(sizeof(UGerstnerWaterWaveGeneratorSpectrum) == 0x000040, "Wrong size on UGerstnerWaterWaveGeneratorSpectrum"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSpectrum, SpectrumType) == 0x000028, "Member 'UGerstnerWaterWaveGeneratorSpectrum::SpectrumType' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaveGeneratorSpectrum, Octaves) == 0x000030, "Member 'UGerstnerWaterWaveGeneratorSpectrum::Octaves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterWavesBase \ +static_assert(alignof(UWaterWavesBase) == 0x000008, "Wrong alignment on UWaterWavesBase"); \ +static_assert(sizeof(UWaterWavesBase) == 0x000028, "Wrong size on UWaterWavesBase"); \ + +#define DUMPER7_ASSERTS_UWaterWaves \ +static_assert(alignof(UWaterWaves) == 0x000008, "Wrong alignment on UWaterWaves"); \ +static_assert(sizeof(UWaterWaves) == 0x000028, "Wrong size on UWaterWaves"); \ + +#define DUMPER7_ASSERTS_UGerstnerWaterWaves \ +static_assert(alignof(UGerstnerWaterWaves) == 0x000008, "Wrong alignment on UGerstnerWaterWaves"); \ +static_assert(sizeof(UGerstnerWaterWaves) == 0x000048, "Wrong size on UGerstnerWaterWaves"); \ +static_assert(offsetof(UGerstnerWaterWaves, GerstnerWaveGenerator) == 0x000028, "Member 'UGerstnerWaterWaves::GerstnerWaveGenerator' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaves, GerstnerWaves) == 0x000030, "Member 'UGerstnerWaterWaves::GerstnerWaves' has a wrong offset!"); \ +static_assert(offsetof(UGerstnerWaterWaves, MaxWaveHeight) == 0x000040, "Member 'UGerstnerWaterWaves::MaxWaveHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGerstnerWaterWaveSubsystem \ +static_assert(alignof(UGerstnerWaterWaveSubsystem) == 0x000008, "Wrong alignment on UGerstnerWaterWaveSubsystem"); \ +static_assert(sizeof(UGerstnerWaterWaveSubsystem) == 0x000048, "Wrong size on UGerstnerWaterWaveSubsystem"); \ + +#define DUMPER7_ASSERTS_ULakeCollisionComponent \ +static_assert(alignof(ULakeCollisionComponent) == 0x000010, "Wrong alignment on ULakeCollisionComponent"); \ +static_assert(sizeof(ULakeCollisionComponent) == 0x000550, "Wrong size on ULakeCollisionComponent"); \ +static_assert(offsetof(ULakeCollisionComponent, CachedBodySetup) == 0x000530, "Member 'ULakeCollisionComponent::CachedBodySetup' has a wrong offset!"); \ +static_assert(offsetof(ULakeCollisionComponent, BoxExtent) == 0x000538, "Member 'ULakeCollisionComponent::BoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceWater \ +static_assert(alignof(UNiagaraDataInterfaceWater) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceWater"); \ +static_assert(sizeof(UNiagaraDataInterfaceWater) == 0x000070, "Wrong size on UNiagaraDataInterfaceWater"); \ +static_assert(offsetof(UNiagaraDataInterfaceWater, bFindWaterBodyOnSpawn) == 0x000038, "Member 'UNiagaraDataInterfaceWater::bFindWaterBodyOnSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceWater, bEvaluateSystemDepth) == 0x000039, "Member 'UNiagaraDataInterfaceWater::bEvaluateSystemDepth' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceWater, bEvaluateSystemDepthPerFrame) == 0x00003A, "Member 'UNiagaraDataInterfaceWater::bEvaluateSystemDepthPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceWater, SourceBodyComponent) == 0x000040, "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) == 0x000570, "Wrong size on UOceanCollisionComponent"); \ +static_assert(offsetof(UOceanCollisionComponent, CachedBodySetup) == 0x000530, "Member 'UOceanCollisionComponent::CachedBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOceanBoxCollisionComponent \ +static_assert(alignof(UOceanBoxCollisionComponent) == 0x000010, "Wrong alignment on UOceanBoxCollisionComponent"); \ +static_assert(sizeof(UOceanBoxCollisionComponent) == 0x000570, "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) == 0x000320, "Wrong size on AWaterBody"); \ +static_assert(offsetof(AWaterBody, SplineComp) == 0x0002B8, "Member 'AWaterBody::SplineComp' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterSplineMetadata) == 0x0002C0, "Member 'AWaterBody::WaterSplineMetadata' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyComponent) == 0x0002C8, "Member 'AWaterBody::WaterBodyComponent' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyIndex) == 0x0002D0, "Member 'AWaterBody::WaterBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyType) == 0x0002D4, "Member 'AWaterBody::WaterBodyType' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterWaves) == 0x0002D8, "Member 'AWaterBody::WaterWaves' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterInfoMeshComponent) == 0x0002E0, "Member 'AWaterBody::WaterInfoMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, DilatedWaterInfoMeshComponent) == 0x0002E8, "Member 'AWaterBody::DilatedWaterInfoMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyStaticMeshComponents) == 0x0002F0, "Member 'AWaterBody::WaterBodyStaticMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyRiverComponentClass) == 0x000300, "Member 'AWaterBody::WaterBodyRiverComponentClass' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyLakeComponentClass) == 0x000308, "Member 'AWaterBody::WaterBodyLakeComponentClass' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyOceanComponentClass) == 0x000310, "Member 'AWaterBody::WaterBodyOceanComponentClass' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyCustomComponentClass) == 0x000318, "Member 'AWaterBody::WaterBodyCustomComponentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterBodyGenerator \ +static_assert(alignof(UWaterBodyGenerator) == 0x000008, "Wrong alignment on UWaterBodyGenerator"); \ +static_assert(sizeof(UWaterBodyGenerator) == 0x000028, "Wrong size on UWaterBodyGenerator"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetRiverToLakeTransitionMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetRiverToOceanTransitionMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetUnderwaterPostProcessMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterInfoMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetWaterInfoMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterInfoMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterInfoMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterInfoMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterInfoMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterInfoMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterLODMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetWaterLODMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterLODMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterLODMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterLODMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterLODMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterLODMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetWaterMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterStaticMeshMaterialInstance \ +static_assert(alignof(WaterBodyComponent_GetWaterStaticMeshMaterialInstance) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterStaticMeshMaterialInstance"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterStaticMeshMaterialInstance) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterStaticMeshMaterialInstance"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterStaticMeshMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterStaticMeshMaterialInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_OnWaterBodyChanged \ +static_assert(alignof(WaterBodyComponent_OnWaterBodyChanged) == 0x000001, "Wrong alignment on WaterBodyComponent_OnWaterBodyChanged"); \ +static_assert(sizeof(WaterBodyComponent_OnWaterBodyChanged) == 0x000003, "Wrong size on WaterBodyComponent_OnWaterBodyChanged"); \ +static_assert(offsetof(WaterBodyComponent_OnWaterBodyChanged, bShapeOrPositionChanged) == 0x000000, "Member 'WaterBodyComponent_OnWaterBodyChanged::bShapeOrPositionChanged' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_OnWaterBodyChanged, bWeightmapSettingsChanged) == 0x000001, "Member 'WaterBodyComponent_OnWaterBodyChanged::bWeightmapSettingsChanged' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_OnWaterBodyChanged, bUserTriggeredChanged) == 0x000002, "Member 'WaterBodyComponent_OnWaterBodyChanged::bUserTriggeredChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetAudioIntensityAtSplineInputKey \ +static_assert(alignof(WaterBodyComponent_SetAudioIntensityAtSplineInputKey) == 0x000004, "Wrong alignment on WaterBodyComponent_SetAudioIntensityAtSplineInputKey"); \ +static_assert(sizeof(WaterBodyComponent_SetAudioIntensityAtSplineInputKey) == 0x000008, "Wrong size on WaterBodyComponent_SetAudioIntensityAtSplineInputKey"); \ +static_assert(offsetof(WaterBodyComponent_SetAudioIntensityAtSplineInputKey, InKey) == 0x000000, "Member 'WaterBodyComponent_SetAudioIntensityAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_SetAudioIntensityAtSplineInputKey, InAudioIntensity) == 0x000004, "Member 'WaterBodyComponent_SetAudioIntensityAtSplineInputKey::InAudioIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetUnderwaterPostProcessMaterial \ +static_assert(alignof(WaterBodyComponent_SetUnderwaterPostProcessMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_SetUnderwaterPostProcessMaterial"); \ +static_assert(sizeof(WaterBodyComponent_SetUnderwaterPostProcessMaterial) == 0x000008, "Wrong size on WaterBodyComponent_SetUnderwaterPostProcessMaterial"); \ +static_assert(offsetof(WaterBodyComponent_SetUnderwaterPostProcessMaterial, InMaterial) == 0x000000, "Member 'WaterBodyComponent_SetUnderwaterPostProcessMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial \ +static_assert(alignof(WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial"); \ +static_assert(sizeof(WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial) == 0x000010, "Wrong size on WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial, InWaterMaterial) == 0x000000, "Member 'WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial::InWaterMaterial' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial, InUnderWaterPostProcessMaterial) == 0x000008, "Member 'WaterBodyComponent_SetWaterAndUnderWaterPostProcessMaterial::InUnderWaterPostProcessMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetWaterInfoMaterial \ +static_assert(alignof(WaterBodyComponent_SetWaterInfoMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_SetWaterInfoMaterial"); \ +static_assert(sizeof(WaterBodyComponent_SetWaterInfoMaterial) == 0x000008, "Wrong size on WaterBodyComponent_SetWaterInfoMaterial"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterInfoMaterial, InMaterial) == 0x000000, "Member 'WaterBodyComponent_SetWaterInfoMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetWaterMaterial \ +static_assert(alignof(WaterBodyComponent_SetWaterMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_SetWaterMaterial"); \ +static_assert(sizeof(WaterBodyComponent_SetWaterMaterial) == 0x000008, "Wrong size on WaterBodyComponent_SetWaterMaterial"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterMaterial, InMaterial) == 0x000000, "Member 'WaterBodyComponent_SetWaterMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetWaterStaticMeshMaterial \ +static_assert(alignof(WaterBodyComponent_SetWaterStaticMeshMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_SetWaterStaticMeshMaterial"); \ +static_assert(sizeof(WaterBodyComponent_SetWaterStaticMeshMaterial) == 0x000008, "Wrong size on WaterBodyComponent_SetWaterStaticMeshMaterial"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterStaticMeshMaterial, InMaterial) == 0x000000, "Member 'WaterBodyComponent_SetWaterStaticMeshMaterial::InMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetWaterVelocityAtSplineInputKey \ +static_assert(alignof(WaterBodyComponent_SetWaterVelocityAtSplineInputKey) == 0x000004, "Wrong alignment on WaterBodyComponent_SetWaterVelocityAtSplineInputKey"); \ +static_assert(sizeof(WaterBodyComponent_SetWaterVelocityAtSplineInputKey) == 0x000008, "Wrong size on WaterBodyComponent_SetWaterVelocityAtSplineInputKey"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterVelocityAtSplineInputKey, InKey) == 0x000000, "Member 'WaterBodyComponent_SetWaterVelocityAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterVelocityAtSplineInputKey, InVelocity) == 0x000004, "Member 'WaterBodyComponent_SetWaterVelocityAtSplineInputKey::InVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_SetWaterZoneOverride \ +static_assert(alignof(WaterBodyComponent_SetWaterZoneOverride) == 0x000008, "Wrong alignment on WaterBodyComponent_SetWaterZoneOverride"); \ +static_assert(sizeof(WaterBodyComponent_SetWaterZoneOverride) == 0x000028, "Wrong size on WaterBodyComponent_SetWaterZoneOverride"); \ +static_assert(offsetof(WaterBodyComponent_SetWaterZoneOverride, InWaterZoneOverride) == 0x000000, "Member 'WaterBodyComponent_SetWaterZoneOverride::InWaterZoneOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetAudioIntensityAtSplineInputKey \ +static_assert(alignof(WaterBodyComponent_GetAudioIntensityAtSplineInputKey) == 0x000004, "Wrong alignment on WaterBodyComponent_GetAudioIntensityAtSplineInputKey"); \ +static_assert(sizeof(WaterBodyComponent_GetAudioIntensityAtSplineInputKey) == 0x000008, "Wrong size on WaterBodyComponent_GetAudioIntensityAtSplineInputKey"); \ +static_assert(offsetof(WaterBodyComponent_GetAudioIntensityAtSplineInputKey, InKey) == 0x000000, "Member 'WaterBodyComponent_GetAudioIntensityAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetAudioIntensityAtSplineInputKey, ReturnValue) == 0x000004, "Member 'WaterBodyComponent_GetAudioIntensityAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetCollisionComponents \ +static_assert(alignof(WaterBodyComponent_GetCollisionComponents) == 0x000008, "Wrong alignment on WaterBodyComponent_GetCollisionComponents"); \ +static_assert(sizeof(WaterBodyComponent_GetCollisionComponents) == 0x000018, "Wrong size on WaterBodyComponent_GetCollisionComponents"); \ +static_assert(offsetof(WaterBodyComponent_GetCollisionComponents, bInOnlyEnabledComponents) == 0x000000, "Member 'WaterBodyComponent_GetCollisionComponents::bInOnlyEnabledComponents' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetCollisionComponents, ReturnValue) == 0x000008, "Member 'WaterBodyComponent_GetCollisionComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetExclusionVolumes \ +static_assert(alignof(WaterBodyComponent_GetExclusionVolumes) == 0x000008, "Wrong alignment on WaterBodyComponent_GetExclusionVolumes"); \ +static_assert(sizeof(WaterBodyComponent_GetExclusionVolumes) == 0x000010, "Wrong size on WaterBodyComponent_GetExclusionVolumes"); \ +static_assert(offsetof(WaterBodyComponent_GetExclusionVolumes, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetExclusionVolumes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetIslands \ +static_assert(alignof(WaterBodyComponent_GetIslands) == 0x000008, "Wrong alignment on WaterBodyComponent_GetIslands"); \ +static_assert(sizeof(WaterBodyComponent_GetIslands) == 0x000010, "Wrong size on WaterBodyComponent_GetIslands"); \ +static_assert(offsetof(WaterBodyComponent_GetIslands, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetIslands::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetMaxWaveHeight \ +static_assert(alignof(WaterBodyComponent_GetMaxWaveHeight) == 0x000004, "Wrong alignment on WaterBodyComponent_GetMaxWaveHeight"); \ +static_assert(sizeof(WaterBodyComponent_GetMaxWaveHeight) == 0x000004, "Wrong size on WaterBodyComponent_GetMaxWaveHeight"); \ +static_assert(offsetof(WaterBodyComponent_GetMaxWaveHeight, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetMaxWaveHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetRiverToLakeTransitionMaterial \ +static_assert(alignof(WaterBodyComponent_GetRiverToLakeTransitionMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_GetRiverToLakeTransitionMaterial"); \ +static_assert(sizeof(WaterBodyComponent_GetRiverToLakeTransitionMaterial) == 0x000008, "Wrong size on WaterBodyComponent_GetRiverToLakeTransitionMaterial"); \ +static_assert(offsetof(WaterBodyComponent_GetRiverToLakeTransitionMaterial, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetRiverToLakeTransitionMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetRiverToOceanTransitionMaterial \ +static_assert(alignof(WaterBodyComponent_GetRiverToOceanTransitionMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_GetRiverToOceanTransitionMaterial"); \ +static_assert(sizeof(WaterBodyComponent_GetRiverToOceanTransitionMaterial) == 0x000008, "Wrong size on WaterBodyComponent_GetRiverToOceanTransitionMaterial"); \ +static_assert(offsetof(WaterBodyComponent_GetRiverToOceanTransitionMaterial, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetRiverToOceanTransitionMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetStandardRenderableComponents \ +static_assert(alignof(WaterBodyComponent_GetStandardRenderableComponents) == 0x000008, "Wrong alignment on WaterBodyComponent_GetStandardRenderableComponents"); \ +static_assert(sizeof(WaterBodyComponent_GetStandardRenderableComponents) == 0x000010, "Wrong size on WaterBodyComponent_GetStandardRenderableComponents"); \ +static_assert(offsetof(WaterBodyComponent_GetStandardRenderableComponents, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetStandardRenderableComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterBodyActor \ +static_assert(alignof(WaterBodyComponent_GetWaterBodyActor) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterBodyActor"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterBodyActor) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterBodyActor"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterBodyActor, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterBodyActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterMaterial \ +static_assert(alignof(WaterBodyComponent_GetWaterMaterial) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterMaterial"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterMaterial) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterMaterial"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterMaterial, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterSpline \ +static_assert(alignof(WaterBodyComponent_GetWaterSpline) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterSpline"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterSpline) == 0x000008, "Wrong size on WaterBodyComponent_GetWaterSpline"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSpline, ReturnValue) == 0x000000, "Member 'WaterBodyComponent_GetWaterSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetWaterSurfaceInfoAtLocation \ +static_assert(alignof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterSurfaceInfoAtLocation"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation) == 0x000068, "Wrong size on WaterBodyComponent_GetWaterSurfaceInfoAtLocation"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, InLocation) == 0x000000, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::InLocation' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, OutWaterSurfaceLocation) == 0x000018, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::OutWaterSurfaceLocation' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, OutWaterSurfaceNormal) == 0x000030, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::OutWaterSurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, OutWaterVelocity) == 0x000048, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::OutWaterVelocity' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, OutWaterDepth) == 0x000060, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::OutWaterDepth' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, bIncludeDepth) == 0x000064, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::bIncludeDepth' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterSurfaceInfoAtLocation, ReturnValue) == 0x000065, "Member 'WaterBodyComponent_GetWaterSurfaceInfoAtLocation::ReturnValue' 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_GetWaterVelocityVectorAtSplineInputKey \ +static_assert(alignof(WaterBodyComponent_GetWaterVelocityVectorAtSplineInputKey) == 0x000008, "Wrong alignment on WaterBodyComponent_GetWaterVelocityVectorAtSplineInputKey"); \ +static_assert(sizeof(WaterBodyComponent_GetWaterVelocityVectorAtSplineInputKey) == 0x000020, "Wrong size on WaterBodyComponent_GetWaterVelocityVectorAtSplineInputKey"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterVelocityVectorAtSplineInputKey, InKey) == 0x000000, "Member 'WaterBodyComponent_GetWaterVelocityVectorAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyComponent_GetWaterVelocityVectorAtSplineInputKey, ReturnValue) == 0x000008, "Member 'WaterBodyComponent_GetWaterVelocityVectorAtSplineInputKey::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) == 0x001670, "Wrong size on UWaterBodyComponent"); \ +static_assert(offsetof(UWaterBodyComponent, TargetWaveMaskDepth) == 0x000530, "Member 'UWaterBodyComponent::TargetWaveMaskDepth' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, MaxWaveHeightOffset) == 0x000534, "Member 'UWaterBodyComponent::MaxWaveHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, UnderwaterPostProcessSettings) == 0x000540, "Member 'UWaterBodyComponent::UnderwaterPostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, CurveSettings) == 0x000CD0, "Member 'UWaterBodyComponent::CurveSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterMaterial) == 0x000CF0, "Member 'UWaterBodyComponent::WaterMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterHLODMaterial) == 0x000CF8, "Member 'UWaterBodyComponent::WaterHLODMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterStaticMeshMaterial) == 0x000D00, "Member 'UWaterBodyComponent::WaterStaticMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, UnderwaterPostProcessMaterial) == 0x000D08, "Member 'UWaterBodyComponent::UnderwaterPostProcessMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterInfoMaterial) == 0x000D10, "Member 'UWaterBodyComponent::WaterInfoMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterHeightmapSettings) == 0x000D18, "Member 'UWaterBodyComponent::WaterHeightmapSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, LayerWeightmapSettings) == 0x000DB8, "Member 'UWaterBodyComponent::LayerWeightmapSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, ShapeDilation) == 0x000E08, "Member 'UWaterBodyComponent::ShapeDilation' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, CollisionHeightOffset) == 0x000E0C, "Member 'UWaterBodyComponent::CollisionHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, bAffectsLandscape) == 0x000E10, "Member 'UWaterBodyComponent::bAffectsLandscape' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, StaticMeshSettings) == 0x000E18, "Member 'UWaterBodyComponent::StaticMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterBodyIndex) == 0x000E28, "Member 'UWaterBodyComponent::WaterBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterMeshOverride) == 0x000E30, "Member 'UWaterBodyComponent::WaterMeshOverride' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, bAlwaysGenerateWaterMeshTiles) == 0x000E38, "Member 'UWaterBodyComponent::bAlwaysGenerateWaterMeshTiles' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, OverlapMaterialPriority) == 0x000E3C, "Member 'UWaterBodyComponent::OverlapMaterialPriority' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterSplineMetadata) == 0x000E40, "Member 'UWaterBodyComponent::WaterSplineMetadata' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterMID) == 0x000E48, "Member 'UWaterBodyComponent::WaterMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterStaticMeshMID) == 0x000E50, "Member 'UWaterBodyComponent::WaterStaticMeshMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, UnderwaterPostProcessMID) == 0x000E58, "Member 'UWaterBodyComponent::UnderwaterPostProcessMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterInfoMID) == 0x000E60, "Member 'UWaterBodyComponent::WaterInfoMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterBodyIslands) == 0x000E68, "Member 'UWaterBodyComponent::WaterBodyIslands' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterBodyExclusionVolumes) == 0x000E78, "Member 'UWaterBodyComponent::WaterBodyExclusionVolumes' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, Landscape) == 0x000E88, "Member 'UWaterBodyComponent::Landscape' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, OwningWaterZone) == 0x000E90, "Member 'UWaterBodyComponent::OwningWaterZone' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterZoneOverride) == 0x000EB8, "Member 'UWaterBodyComponent::WaterZoneOverride' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, CurrentPostProcessSettings) == 0x000EE0, "Member 'UWaterBodyComponent::CurrentPostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterNavAreaClass) == 0x001650, "Member 'UWaterBodyComponent::WaterNavAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, FixedWaterDepth) == 0x001658, "Member 'UWaterBodyComponent::FixedWaterDepth' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, BakedShallowWaterSim) == 0x001660, "Member 'UWaterBodyComponent::BakedShallowWaterSim' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, bUseBakedSimForQueriesAndPhysics) == 0x001668, "Member 'UWaterBodyComponent::bUseBakedSimForQueriesAndPhysics' 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) == 0x000320, "Wrong size on AWaterBodyCustom"); \ + +#define DUMPER7_ASSERTS_UWaterBodyCustomComponent \ +static_assert(alignof(UWaterBodyCustomComponent) == 0x000010, "Wrong alignment on UWaterBodyCustomComponent"); \ +static_assert(sizeof(UWaterBodyCustomComponent) == 0x001680, "Wrong size on UWaterBodyCustomComponent"); \ +static_assert(offsetof(UWaterBodyCustomComponent, MeshComp) == 0x001670, "Member 'UWaterBodyCustomComponent::MeshComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaterBodyExclusionVolume \ +static_assert(alignof(AWaterBodyExclusionVolume) == 0x000008, "Wrong alignment on AWaterBodyExclusionVolume"); \ +static_assert(sizeof(AWaterBodyExclusionVolume) == 0x000310, "Wrong size on AWaterBodyExclusionVolume"); \ +static_assert(offsetof(AWaterBodyExclusionVolume, ExclusionMode) == 0x0002F8, "Member 'AWaterBodyExclusionVolume::ExclusionMode' has a wrong offset!"); \ +static_assert(offsetof(AWaterBodyExclusionVolume, WaterBodies) == 0x000300, "Member 'AWaterBodyExclusionVolume::WaterBodies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterBodyHLODBuilder \ +static_assert(alignof(UWaterBodyHLODBuilder) == 0x000008, "Wrong alignment on UWaterBodyHLODBuilder"); \ +static_assert(sizeof(UWaterBodyHLODBuilder) == 0x000028, "Wrong size on UWaterBodyHLODBuilder"); \ + +#define DUMPER7_ASSERTS_UWaterBodyInfoMeshComponent \ +static_assert(alignof(UWaterBodyInfoMeshComponent) == 0x000010, "Wrong alignment on UWaterBodyInfoMeshComponent"); \ +static_assert(sizeof(UWaterBodyInfoMeshComponent) == 0x000640, "Wrong size on UWaterBodyInfoMeshComponent"); \ +static_assert(offsetof(UWaterBodyInfoMeshComponent, bIsDilatedMesh) == 0x000630, "Member 'UWaterBodyInfoMeshComponent::bIsDilatedMesh' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyInfoMeshComponent, bIsConservativeRasterCompatible) == 0x000631, "Member 'UWaterBodyInfoMeshComponent::bIsConservativeRasterCompatible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyIsland_GetWaterSpline \ +static_assert(alignof(WaterBodyIsland_GetWaterSpline) == 0x000008, "Wrong alignment on WaterBodyIsland_GetWaterSpline"); \ +static_assert(sizeof(WaterBodyIsland_GetWaterSpline) == 0x000008, "Wrong size on WaterBodyIsland_GetWaterSpline"); \ +static_assert(offsetof(WaterBodyIsland_GetWaterSpline, ReturnValue) == 0x000000, "Member 'WaterBodyIsland_GetWaterSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaterBodyIsland \ +static_assert(alignof(AWaterBodyIsland) == 0x000008, "Wrong alignment on AWaterBodyIsland"); \ +static_assert(sizeof(AWaterBodyIsland) == 0x0003D0, "Wrong size on AWaterBodyIsland"); \ +static_assert(offsetof(AWaterBodyIsland, WaterCurveSettings) == 0x0002B8, "Member 'AWaterBodyIsland::WaterCurveSettings' has a wrong offset!"); \ +static_assert(offsetof(AWaterBodyIsland, WaterHeightmapSettings) == 0x0002D8, "Member 'AWaterBodyIsland::WaterHeightmapSettings' has a wrong offset!"); \ +static_assert(offsetof(AWaterBodyIsland, WaterWeightmapSettings) == 0x000378, "Member 'AWaterBodyIsland::WaterWeightmapSettings' has a wrong offset!"); \ +static_assert(offsetof(AWaterBodyIsland, SplineComp) == 0x0003C8, "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) == 0x000320, "Wrong size on AWaterBodyLake"); \ + +#define DUMPER7_ASSERTS_UWaterBodyLakeComponent \ +static_assert(alignof(UWaterBodyLakeComponent) == 0x000010, "Wrong alignment on UWaterBodyLakeComponent"); \ +static_assert(sizeof(UWaterBodyLakeComponent) == 0x001680, "Wrong size on UWaterBodyLakeComponent"); \ +static_assert(offsetof(UWaterBodyLakeComponent, LakeMeshComp) == 0x001670, "Member 'UWaterBodyLakeComponent::LakeMeshComp' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyLakeComponent, LakeCollision) == 0x001678, "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) == 0x000320, "Wrong size on AWaterBodyOcean"); \ + +#define DUMPER7_ASSERTS_UWaterBodyOceanComponent \ +static_assert(alignof(UWaterBodyOceanComponent) == 0x000010, "Wrong alignment on UWaterBodyOceanComponent"); \ +static_assert(sizeof(UWaterBodyOceanComponent) == 0x0016D0, "Wrong size on UWaterBodyOceanComponent"); \ +static_assert(offsetof(UWaterBodyOceanComponent, CollisionBoxes) == 0x001670, "Member 'UWaterBodyOceanComponent::CollisionBoxes' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, CollisionHullSets) == 0x001680, "Member 'UWaterBodyOceanComponent::CollisionHullSets' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, CollisionExtents) == 0x001690, "Member 'UWaterBodyOceanComponent::CollisionExtents' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, OceanExtents) == 0x0016A8, "Member 'UWaterBodyOceanComponent::OceanExtents' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, SavedZoneLocation) == 0x0016B8, "Member 'UWaterBodyOceanComponent::SavedZoneLocation' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, bCenterOnWaterZone) == 0x0016C8, "Member 'UWaterBodyOceanComponent::bCenterOnWaterZone' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, HeightOffset) == 0x0016CC, "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) == 0x000320, "Wrong size on AWaterBodyRiver"); \ + +#define DUMPER7_ASSERTS_WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials \ +static_assert(alignof(WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials) == 0x000008, "Wrong alignment on WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials"); \ +static_assert(sizeof(WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials) == 0x000010, "Wrong size on WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials"); \ +static_assert(offsetof(WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials, InLakeTransition) == 0x000000, "Member 'WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials::InLakeTransition' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials, InOceanTransition) == 0x000008, "Member 'WaterBodyRiverComponent_SetLakeAndOceanTransitionMaterials::InOceanTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyRiverComponent_SetLakeTransitionMaterial \ +static_assert(alignof(WaterBodyRiverComponent_SetLakeTransitionMaterial) == 0x000008, "Wrong alignment on WaterBodyRiverComponent_SetLakeTransitionMaterial"); \ +static_assert(sizeof(WaterBodyRiverComponent_SetLakeTransitionMaterial) == 0x000008, "Wrong size on WaterBodyRiverComponent_SetLakeTransitionMaterial"); \ +static_assert(offsetof(WaterBodyRiverComponent_SetLakeTransitionMaterial, InMat) == 0x000000, "Member 'WaterBodyRiverComponent_SetLakeTransitionMaterial::InMat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyRiverComponent_SetOceanTransitionMaterial \ +static_assert(alignof(WaterBodyRiverComponent_SetOceanTransitionMaterial) == 0x000008, "Wrong alignment on WaterBodyRiverComponent_SetOceanTransitionMaterial"); \ +static_assert(sizeof(WaterBodyRiverComponent_SetOceanTransitionMaterial) == 0x000008, "Wrong size on WaterBodyRiverComponent_SetOceanTransitionMaterial"); \ +static_assert(offsetof(WaterBodyRiverComponent_SetOceanTransitionMaterial, InMat) == 0x000000, "Member 'WaterBodyRiverComponent_SetOceanTransitionMaterial::InMat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyRiverComponent_SetRiverDepthAtSplineInputKey \ +static_assert(alignof(WaterBodyRiverComponent_SetRiverDepthAtSplineInputKey) == 0x000004, "Wrong alignment on WaterBodyRiverComponent_SetRiverDepthAtSplineInputKey"); \ +static_assert(sizeof(WaterBodyRiverComponent_SetRiverDepthAtSplineInputKey) == 0x000008, "Wrong size on WaterBodyRiverComponent_SetRiverDepthAtSplineInputKey"); \ +static_assert(offsetof(WaterBodyRiverComponent_SetRiverDepthAtSplineInputKey, InKey) == 0x000000, "Member 'WaterBodyRiverComponent_SetRiverDepthAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyRiverComponent_SetRiverDepthAtSplineInputKey, InDepth) == 0x000004, "Member 'WaterBodyRiverComponent_SetRiverDepthAtSplineInputKey::InDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyRiverComponent_SetRiverWidthAtSplineInputKey \ +static_assert(alignof(WaterBodyRiverComponent_SetRiverWidthAtSplineInputKey) == 0x000004, "Wrong alignment on WaterBodyRiverComponent_SetRiverWidthAtSplineInputKey"); \ +static_assert(sizeof(WaterBodyRiverComponent_SetRiverWidthAtSplineInputKey) == 0x000008, "Wrong size on WaterBodyRiverComponent_SetRiverWidthAtSplineInputKey"); \ +static_assert(offsetof(WaterBodyRiverComponent_SetRiverWidthAtSplineInputKey, InKey) == 0x000000, "Member 'WaterBodyRiverComponent_SetRiverWidthAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyRiverComponent_SetRiverWidthAtSplineInputKey, InWidth) == 0x000004, "Member 'WaterBodyRiverComponent_SetRiverWidthAtSplineInputKey::InWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyRiverComponent_GetRiverDepthAtSplineInputKey \ +static_assert(alignof(WaterBodyRiverComponent_GetRiverDepthAtSplineInputKey) == 0x000004, "Wrong alignment on WaterBodyRiverComponent_GetRiverDepthAtSplineInputKey"); \ +static_assert(sizeof(WaterBodyRiverComponent_GetRiverDepthAtSplineInputKey) == 0x000008, "Wrong size on WaterBodyRiverComponent_GetRiverDepthAtSplineInputKey"); \ +static_assert(offsetof(WaterBodyRiverComponent_GetRiverDepthAtSplineInputKey, InKey) == 0x000000, "Member 'WaterBodyRiverComponent_GetRiverDepthAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyRiverComponent_GetRiverDepthAtSplineInputKey, ReturnValue) == 0x000004, "Member 'WaterBodyRiverComponent_GetRiverDepthAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterBodyRiverComponent_GetRiverWidthAtSplineInputKey \ +static_assert(alignof(WaterBodyRiverComponent_GetRiverWidthAtSplineInputKey) == 0x000004, "Wrong alignment on WaterBodyRiverComponent_GetRiverWidthAtSplineInputKey"); \ +static_assert(sizeof(WaterBodyRiverComponent_GetRiverWidthAtSplineInputKey) == 0x000008, "Wrong size on WaterBodyRiverComponent_GetRiverWidthAtSplineInputKey"); \ +static_assert(offsetof(WaterBodyRiverComponent_GetRiverWidthAtSplineInputKey, InKey) == 0x000000, "Member 'WaterBodyRiverComponent_GetRiverWidthAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(WaterBodyRiverComponent_GetRiverWidthAtSplineInputKey, ReturnValue) == 0x000004, "Member 'WaterBodyRiverComponent_GetRiverWidthAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterBodyRiverComponent \ +static_assert(alignof(UWaterBodyRiverComponent) == 0x000010, "Wrong alignment on UWaterBodyRiverComponent"); \ +static_assert(sizeof(UWaterBodyRiverComponent) == 0x0016A0, "Wrong size on UWaterBodyRiverComponent"); \ +static_assert(offsetof(UWaterBodyRiverComponent, SplineMeshComponents) == 0x001670, "Member 'UWaterBodyRiverComponent::SplineMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyRiverComponent, LakeTransitionMaterial) == 0x001680, "Member 'UWaterBodyRiverComponent::LakeTransitionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyRiverComponent, LakeTransitionMID) == 0x001688, "Member 'UWaterBodyRiverComponent::LakeTransitionMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyRiverComponent, OceanTransitionMaterial) == 0x001690, "Member 'UWaterBodyRiverComponent::OceanTransitionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyRiverComponent, OceanTransitionMID) == 0x001698, "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) == 0x0007C0, "Wrong size on UWaterMeshComponent"); \ +static_assert(offsetof(UWaterMeshComponent, ForceCollapseDensityLevel) == 0x000578, "Member 'UWaterMeshComponent::ForceCollapseDensityLevel' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, FarDistanceMaterial) == 0x000580, "Member 'UWaterMeshComponent::FarDistanceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, FarDistanceMeshExtent) == 0x000588, "Member 'UWaterMeshComponent::FarDistanceMeshExtent' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, TileSize) == 0x00058C, "Member 'UWaterMeshComponent::TileSize' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, QuadTreeResolution) == 0x000590, "Member 'UWaterMeshComponent::QuadTreeResolution' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, UsedMaterials) == 0x0006F0, "Member 'UWaterMeshComponent::UsedMaterials' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, MaterialToMID) == 0x000740, "Member 'UWaterMeshComponent::MaterialToMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, bUseFarMeshWithoutOcean) == 0x000790, "Member 'UWaterMeshComponent::bUseFarMeshWithoutOcean' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, FarDistanceMeshHeightWithoutOcean) == 0x000798, "Member 'UWaterMeshComponent::FarDistanceMeshHeightWithoutOcean' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, TessellationFactor) == 0x0007B0, "Member 'UWaterMeshComponent::TessellationFactor' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, LODScale) == 0x0007B4, "Member 'UWaterMeshComponent::LODScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterRuntimeSettings \ +static_assert(alignof(UWaterRuntimeSettings) == 0x000008, "Wrong alignment on UWaterRuntimeSettings"); \ +static_assert(sizeof(UWaterRuntimeSettings) == 0x0000C8, "Wrong size on UWaterRuntimeSettings"); \ +static_assert(offsetof(UWaterRuntimeSettings, CollisionChannelForWaterTraces) == 0x000038, "Member 'UWaterRuntimeSettings::CollisionChannelForWaterTraces' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, MaterialParameterCollection) == 0x000040, "Member 'UWaterRuntimeSettings::MaterialParameterCollection' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyIconWorldZOffset) == 0x000068, "Member 'UWaterRuntimeSettings::WaterBodyIconWorldZOffset' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, DefaultWaterCollisionProfileName) == 0x00006C, "Member 'UWaterRuntimeSettings::DefaultWaterCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, DefaultWaterInfoMaterial) == 0x000078, "Member 'UWaterRuntimeSettings::DefaultWaterInfoMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyRiverComponentClass) == 0x0000A0, "Member 'UWaterRuntimeSettings::WaterBodyRiverComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyLakeComponentClass) == 0x0000A8, "Member 'UWaterRuntimeSettings::WaterBodyLakeComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyOceanComponentClass) == 0x0000B0, "Member 'UWaterRuntimeSettings::WaterBodyOceanComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyCustomComponentClass) == 0x0000B8, "Member 'UWaterRuntimeSettings::WaterBodyCustomComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, bWarnOnMismatchOceanExtent) == 0x0000C0, "Member 'UWaterRuntimeSettings::bWarnOnMismatchOceanExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterSplineComponent \ +static_assert(alignof(UWaterSplineComponent) == 0x000010, "Wrong alignment on UWaterSplineComponent"); \ +static_assert(sizeof(UWaterSplineComponent) == 0x0006F0, "Wrong size on UWaterSplineComponent"); \ +static_assert(offsetof(UWaterSplineComponent, WaterSplineDefaults) == 0x0006D0, "Member 'UWaterSplineComponent::WaterSplineDefaults' has a wrong offset!"); \ +static_assert(offsetof(UWaterSplineComponent, PreviousWaterSplineDefaults) == 0x0006E0, "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_GetUnderwaterCollisionTraceDistance \ +static_assert(alignof(WaterSubsystem_GetUnderwaterCollisionTraceDistance) == 0x000004, "Wrong alignment on WaterSubsystem_GetUnderwaterCollisionTraceDistance"); \ +static_assert(sizeof(WaterSubsystem_GetUnderwaterCollisionTraceDistance) == 0x000004, "Wrong size on WaterSubsystem_GetUnderwaterCollisionTraceDistance"); \ +static_assert(offsetof(WaterSubsystem_GetUnderwaterCollisionTraceDistance, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetUnderwaterCollisionTraceDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterSubsystem_GetUnderwaterPreciseTraceDistance \ +static_assert(alignof(WaterSubsystem_GetUnderwaterPreciseTraceDistance) == 0x000004, "Wrong alignment on WaterSubsystem_GetUnderwaterPreciseTraceDistance"); \ +static_assert(sizeof(WaterSubsystem_GetUnderwaterPreciseTraceDistance) == 0x000004, "Wrong size on WaterSubsystem_GetUnderwaterPreciseTraceDistance"); \ +static_assert(offsetof(WaterSubsystem_GetUnderwaterPreciseTraceDistance, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetUnderwaterPreciseTraceDistance::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) == 0x0001F8, "Wrong size on UWaterSubsystem"); \ +static_assert(offsetof(UWaterSubsystem, BuoyancyManager) == 0x000048, "Member 'UWaterSubsystem::BuoyancyManager' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, OnCameraUnderwaterStateChanged) == 0x000050, "Member 'UWaterSubsystem::OnCameraUnderwaterStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, OnWaterScalabilityChanged) == 0x000060, "Member 'UWaterSubsystem::OnWaterScalabilityChanged' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, DefaultRiverMesh) == 0x000070, "Member 'UWaterSubsystem::DefaultRiverMesh' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, DefaultLakeMesh) == 0x000078, "Member 'UWaterSubsystem::DefaultLakeMesh' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, MaterialParameterCollection) == 0x0000A8, "Member 'UWaterSubsystem::MaterialParameterCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterTerrainComponent \ +static_assert(alignof(UWaterTerrainComponent) == 0x000008, "Wrong alignment on UWaterTerrainComponent"); \ +static_assert(sizeof(UWaterTerrainComponent) == 0x0000E8, "Wrong size on UWaterTerrainComponent"); \ +static_assert(offsetof(UWaterTerrainComponent, WaterZoneOverride) == 0x0000C0, "Member 'UWaterTerrainComponent::WaterZoneOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterWavesAsset \ +static_assert(alignof(UWaterWavesAsset) == 0x000008, "Wrong alignment on UWaterWavesAsset"); \ +static_assert(sizeof(UWaterWavesAsset) == 0x000030, "Wrong size on UWaterWavesAsset"); \ +static_assert(offsetof(UWaterWavesAsset, WaterWaves) == 0x000028, "Member 'UWaterWavesAsset::WaterWaves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterWavesAssetReference \ +static_assert(alignof(UWaterWavesAssetReference) == 0x000008, "Wrong alignment on UWaterWavesAssetReference"); \ +static_assert(sizeof(UWaterWavesAssetReference) == 0x000030, "Wrong size on UWaterWavesAssetReference"); \ +static_assert(offsetof(UWaterWavesAssetReference, WaterWavesAsset) == 0x000028, "Member 'UWaterWavesAssetReference::WaterWavesAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterZone_SetFarMeshMaterial \ +static_assert(alignof(WaterZone_SetFarMeshMaterial) == 0x000008, "Wrong alignment on WaterZone_SetFarMeshMaterial"); \ +static_assert(sizeof(WaterZone_SetFarMeshMaterial) == 0x000008, "Wrong size on WaterZone_SetFarMeshMaterial"); \ +static_assert(offsetof(WaterZone_SetFarMeshMaterial, InFarMaterial) == 0x000000, "Member 'WaterZone_SetFarMeshMaterial::InFarMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterZone_GetWaterZoneIndex \ +static_assert(alignof(WaterZone_GetWaterZoneIndex) == 0x000004, "Wrong alignment on WaterZone_GetWaterZoneIndex"); \ +static_assert(sizeof(WaterZone_GetWaterZoneIndex) == 0x000004, "Wrong size on WaterZone_GetWaterZoneIndex"); \ +static_assert(offsetof(WaterZone_GetWaterZoneIndex, ReturnValue) == 0x000000, "Member 'WaterZone_GetWaterZoneIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaterZone \ +static_assert(alignof(AWaterZone) == 0x000008, "Wrong alignment on AWaterZone"); \ +static_assert(sizeof(AWaterZone) == 0x000348, "Wrong size on AWaterZone"); \ +static_assert(offsetof(AWaterZone, WaterInfoTextureArray) == 0x0002B0, "Member 'AWaterZone::WaterInfoTextureArray' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, WaterInfoTextureArrayNumSlices) == 0x0002B8, "Member 'AWaterZone::WaterInfoTextureArrayNumSlices' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, OwnedWaterBodies) == 0x0002C0, "Member 'AWaterZone::OwnedWaterBodies' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, RenderTargetResolution) == 0x0002D0, "Member 'AWaterZone::RenderTargetResolution' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, WaterMesh) == 0x0002D8, "Member 'AWaterZone::WaterMesh' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, ZoneExtent) == 0x0002E0, "Member 'AWaterZone::ZoneExtent' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, CaptureZOffset) == 0x0002F0, "Member 'AWaterZone::CaptureZOffset' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, bHalfPrecisionTexture) == 0x0002F4, "Member 'AWaterZone::bHalfPrecisionTexture' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, VelocityBlurRadius) == 0x0002F8, "Member 'AWaterZone::VelocityBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, OverlapPriority) == 0x0002FC, "Member 'AWaterZone::OverlapPriority' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, bEnableLocalOnlyTessellation) == 0x000300, "Member 'AWaterZone::bEnableLocalOnlyTessellation' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, LocalTessellationExtent) == 0x000308, "Member 'AWaterZone::LocalTessellationExtent' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, bAutoIncludeLandscapesAsTerrain) == 0x000320, "Member 'AWaterZone::bAutoIncludeLandscapesAsTerrain' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, WaterZoneIndex) == 0x000330, "Member 'AWaterZone::WaterZoneIndex' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, OnWaterInfoTextureArrayCreated) == 0x000338, "Member 'AWaterZone::OnWaterInfoTextureArrayCreated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLSLayerBlendInput \ +static_assert(alignof(FLSLayerBlendInput) == 0x000008, "Wrong alignment on FLSLayerBlendInput"); \ +static_assert(sizeof(FLSLayerBlendInput) == 0x0000A8, "Wrong size on FLSLayerBlendInput"); \ +static_assert(offsetof(FLSLayerBlendInput, LayerName) == 0x000000, "Member 'FLSLayerBlendInput::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FLSLayerBlendInput, LayerInput) == 0x000008, "Member 'FLSLayerBlendInput::LayerInput' has a wrong offset!"); \ +static_assert(offsetof(FLSLayerBlendInput, HeightInput) == 0x000030, "Member 'FLSLayerBlendInput::HeightInput' has a wrong offset!"); \ +static_assert(offsetof(FLSLayerBlendInput, BreakupAmountInput) == 0x000058, "Member 'FLSLayerBlendInput::BreakupAmountInput' has a wrong offset!"); \ +static_assert(offsetof(FLSLayerBlendInput, ContrastInput) == 0x000080, "Member 'FLSLayerBlendInput::ContrastInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterEffectImpactData \ +static_assert(alignof(FWaterEffectImpactData) == 0x000008, "Wrong alignment on FWaterEffectImpactData"); \ +static_assert(sizeof(FWaterEffectImpactData) == 0x000020, "Wrong size on FWaterEffectImpactData"); \ +static_assert(offsetof(FWaterEffectImpactData, Location) == 0x000000, "Member 'FWaterEffectImpactData::Location' has a wrong offset!"); \ +static_assert(offsetof(FWaterEffectImpactData, Radius) == 0x000018, "Member 'FWaterEffectImpactData::Radius' has a wrong offset!"); \ +static_assert(offsetof(FWaterEffectImpactData, Strength) == 0x00001C, "Member 'FWaterEffectImpactData::Strength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionEnvironmentCaptureOutput \ +static_assert(alignof(UMaterialExpressionEnvironmentCaptureOutput) == 0x000008, "Wrong alignment on UMaterialExpressionEnvironmentCaptureOutput"); \ +static_assert(sizeof(UMaterialExpressionEnvironmentCaptureOutput) == 0x0000D8, "Wrong size on UMaterialExpressionEnvironmentCaptureOutput"); \ +static_assert(offsetof(UMaterialExpressionEnvironmentCaptureOutput, Puddle) == 0x0000B0, "Member 'UMaterialExpressionEnvironmentCaptureOutput::Puddle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionIsEditorSwitch \ +static_assert(alignof(UMaterialExpressionIsEditorSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionIsEditorSwitch"); \ +static_assert(sizeof(UMaterialExpressionIsEditorSwitch) == 0x000100, "Wrong size on UMaterialExpressionIsEditorSwitch"); \ +static_assert(offsetof(UMaterialExpressionIsEditorSwitch, Yes) == 0x0000B0, "Member 'UMaterialExpressionIsEditorSwitch::Yes' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIsEditorSwitch, No) == 0x0000D8, "Member 'UMaterialExpressionIsEditorSwitch::No' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLSLandscapeLayerBlend \ +static_assert(alignof(UMaterialExpressionLSLandscapeLayerBlend) == 0x000008, "Wrong alignment on UMaterialExpressionLSLandscapeLayerBlend"); \ +static_assert(sizeof(UMaterialExpressionLSLandscapeLayerBlend) == 0x0000C0, "Wrong size on UMaterialExpressionLSLandscapeLayerBlend"); \ +static_assert(offsetof(UMaterialExpressionLSLandscapeLayerBlend, Layers) == 0x0000B0, "Member 'UMaterialExpressionLSLandscapeLayerBlend::Layers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSampleArrayParameter \ +static_assert(alignof(UMaterialExpressionSampleArrayParameter) == 0x000008, "Wrong alignment on UMaterialExpressionSampleArrayParameter"); \ +static_assert(sizeof(UMaterialExpressionSampleArrayParameter) == 0x0000C8, "Wrong size on UMaterialExpressionSampleArrayParameter"); \ +static_assert(offsetof(UMaterialExpressionSampleArrayParameter, ParameterCount) == 0x0000B0, "Member 'UMaterialExpressionSampleArrayParameter::ParameterCount' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSampleArrayParameter, InputParameters) == 0x0000B8, "Member 'UMaterialExpressionSampleArrayParameter::InputParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCustomTranslucencyDirectionalLightingIntensityOutput \ +static_assert(alignof(UMaterialExpressionCustomTranslucencyDirectionalLightingIntensityOutput) == 0x000008, "Wrong alignment on UMaterialExpressionCustomTranslucencyDirectionalLightingIntensityOutput"); \ +static_assert(sizeof(UMaterialExpressionCustomTranslucencyDirectionalLightingIntensityOutput) == 0x0000D8, "Wrong size on UMaterialExpressionCustomTranslucencyDirectionalLightingIntensityOutput"); \ +static_assert(offsetof(UMaterialExpressionCustomTranslucencyDirectionalLightingIntensityOutput, Intensity) == 0x0000B0, "Member 'UMaterialExpressionCustomTranslucencyDirectionalLightingIntensityOutput::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFakeSpotLightOutput \ +static_assert(alignof(UMaterialExpressionFakeSpotLightOutput) == 0x000008, "Wrong alignment on UMaterialExpressionFakeSpotLightOutput"); \ +static_assert(sizeof(UMaterialExpressionFakeSpotLightOutput) == 0x0001F0, "Wrong size on UMaterialExpressionFakeSpotLightOutput"); \ +static_assert(offsetof(UMaterialExpressionFakeSpotLightOutput, Enabled) == 0x0000B0, "Member 'UMaterialExpressionFakeSpotLightOutput::Enabled' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFakeSpotLightOutput, TranslatedWorldPosition) == 0x0000D8, "Member 'UMaterialExpressionFakeSpotLightOutput::TranslatedWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFakeSpotLightOutput, Direction) == 0x000100, "Member 'UMaterialExpressionFakeSpotLightOutput::Direction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFakeSpotLightOutput, Color) == 0x000128, "Member 'UMaterialExpressionFakeSpotLightOutput::Color' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFakeSpotLightOutput, Radius) == 0x000150, "Member 'UMaterialExpressionFakeSpotLightOutput::Radius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFakeSpotLightOutput, InnerConeAngle) == 0x000178, "Member 'UMaterialExpressionFakeSpotLightOutput::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFakeSpotLightOutput, OuterConeAngle) == 0x0001A0, "Member 'UMaterialExpressionFakeSpotLightOutput::OuterConeAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFakeSpotLightOutput, EnableDistance) == 0x0001C8, "Member 'UMaterialExpressionFakeSpotLightOutput::EnableDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMultiOpacityOutput \ +static_assert(alignof(UMaterialExpressionMultiOpacityOutput) == 0x000008, "Wrong alignment on UMaterialExpressionMultiOpacityOutput"); \ +static_assert(sizeof(UMaterialExpressionMultiOpacityOutput) == 0x0000D8, "Wrong size on UMaterialExpressionMultiOpacityOutput"); \ +static_assert(offsetof(UMaterialExpressionMultiOpacityOutput, MultiOpacity) == 0x0000B0, "Member 'UMaterialExpressionMultiOpacityOutput::MultiOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaterEffectSubsystem_RegisterImpact \ +static_assert(alignof(WaterEffectSubsystem_RegisterImpact) == 0x000008, "Wrong alignment on WaterEffectSubsystem_RegisterImpact"); \ +static_assert(sizeof(WaterEffectSubsystem_RegisterImpact) == 0x000020, "Wrong size on WaterEffectSubsystem_RegisterImpact"); \ +static_assert(offsetof(WaterEffectSubsystem_RegisterImpact, InImpact) == 0x000000, "Member 'WaterEffectSubsystem_RegisterImpact::InImpact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterEffectSubsystem \ +static_assert(alignof(UWaterEffectSubsystem) == 0x000008, "Wrong alignment on UWaterEffectSubsystem"); \ +static_assert(sizeof(UWaterEffectSubsystem) == 0x000198, "Wrong size on UWaterEffectSubsystem"); \ +static_assert(offsetof(UWaterEffectSubsystem, Size) == 0x000048, "Member 'UWaterEffectSubsystem::Size' has a wrong offset!"); \ +static_assert(offsetof(UWaterEffectSubsystem, NumInactiveStepsUntilSleep) == 0x00004C, "Member 'UWaterEffectSubsystem::NumInactiveStepsUntilSleep' has a wrong offset!"); \ +static_assert(offsetof(UWaterEffectSubsystem, RippleNormalsRT) == 0x000050, "Member 'UWaterEffectSubsystem::RippleNormalsRT' has a wrong offset!"); \ +static_assert(offsetof(UWaterEffectSubsystem, WaterEffectMPC) == 0x000078, "Member 'UWaterEffectSubsystem::WaterEffectMPC' has a wrong offset!"); \ +static_assert(offsetof(UWaterEffectSubsystem, LoadedWaterEffectMPC) == 0x0000A0, "Member 'UWaterEffectSubsystem::LoadedWaterEffectMPC' has a wrong offset!"); \ +static_assert(offsetof(UWaterEffectSubsystem, LoadedRippleNormalsRT) == 0x0000A8, "Member 'UWaterEffectSubsystem::LoadedRippleNormalsRT' has a wrong offset!"); \ +static_assert(offsetof(UWaterEffectSubsystem, WaterEffectMPCInstance) == 0x0000B0, "Member 'UWaterEffectSubsystem::WaterEffectMPCInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendStackAnimPlayer \ +static_assert(alignof(FBlendStackAnimPlayer) == 0x000008, "Wrong alignment on FBlendStackAnimPlayer"); \ +static_assert(sizeof(FBlendStackAnimPlayer) == 0x000390, "Wrong size on FBlendStackAnimPlayer"); \ +static_assert(offsetof(FBlendStackAnimPlayer, SequencePlayerNode) == 0x000020, "Member 'FBlendStackAnimPlayer::SequencePlayerNode' has a wrong offset!"); \ +static_assert(offsetof(FBlendStackAnimPlayer, BlendSpacePlayerNode) == 0x0000B8, "Member 'FBlendStackAnimPlayer::BlendSpacePlayerNode' has a wrong offset!"); \ +static_assert(offsetof(FBlendStackAnimPlayer, MirrorNode) == 0x000148, "Member 'FBlendStackAnimPlayer::MirrorNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendStack_Standalone \ +static_assert(alignof(FAnimNode_BlendStack_Standalone) == 0x000008, "Wrong alignment on FAnimNode_BlendStack_Standalone"); \ +static_assert(sizeof(FAnimNode_BlendStack_Standalone) == 0x0000C0, "Wrong size on FAnimNode_BlendStack_Standalone"); \ +static_assert(offsetof(FAnimNode_BlendStack_Standalone, PerSampleGraphPoseLinks) == 0x000048, "Member 'FAnimNode_BlendStack_Standalone::PerSampleGraphPoseLinks' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack_Standalone, AnimPlayers) == 0x000060, "Member 'FAnimNode_BlendStack_Standalone::AnimPlayers' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack_Standalone, bShouldFilterNotifies) == 0x000070, "Member 'FAnimNode_BlendStack_Standalone::bShouldFilterNotifies' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack_Standalone, StitchDatabase) == 0x000078, "Member 'FAnimNode_BlendStack_Standalone::StitchDatabase' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack_Standalone, StitchBlendTime) == 0x000080, "Member 'FAnimNode_BlendStack_Standalone::StitchBlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack_Standalone, StitchBlendMaxCost) == 0x000084, "Member 'FAnimNode_BlendStack_Standalone::StitchBlendMaxCost' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack_Standalone, MaxActiveBlends) == 0x000088, "Member 'FAnimNode_BlendStack_Standalone::MaxActiveBlends' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack_Standalone, bStoreBlendedPose) == 0x00008C, "Member 'FAnimNode_BlendStack_Standalone::bStoreBlendedPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack_Standalone, NotifyRecencyTimeOut) == 0x0000B0, "Member 'FAnimNode_BlendStack_Standalone::NotifyRecencyTimeOut' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack_Standalone, MaxBlendInTimeToOverrideAnimation) == 0x0000B4, "Member 'FAnimNode_BlendStack_Standalone::MaxBlendInTimeToOverrideAnimation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack_Standalone, PlayerDepthBlendInTimeMultiplier) == 0x0000B8, "Member 'FAnimNode_BlendStack_Standalone::PlayerDepthBlendInTimeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendStack \ +static_assert(alignof(FAnimNode_BlendStack) == 0x000008, "Wrong alignment on FAnimNode_BlendStack"); \ +static_assert(sizeof(FAnimNode_BlendStack) == 0x000140, "Wrong size on FAnimNode_BlendStack"); \ +static_assert(offsetof(FAnimNode_BlendStack, AnimationAsset) == 0x0000C0, "Member 'FAnimNode_BlendStack::AnimationAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, AnimationTime) == 0x0000C8, "Member 'FAnimNode_BlendStack::AnimationTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, ActivationDelayTime) == 0x0000CC, "Member 'FAnimNode_BlendStack::ActivationDelayTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, bLoop) == 0x0000D0, "Member 'FAnimNode_BlendStack::bLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, bMirrored) == 0x0000D1, "Member 'FAnimNode_BlendStack::bMirrored' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, WantedPlayRate) == 0x0000D4, "Member 'FAnimNode_BlendStack::WantedPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, BlendTime) == 0x0000D8, "Member 'FAnimNode_BlendStack::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, MaxAnimationDeltaTime) == 0x0000DC, "Member 'FAnimNode_BlendStack::MaxAnimationDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, BlendProfile) == 0x0000E0, "Member 'FAnimNode_BlendStack::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, BlendOption) == 0x0000E8, "Member 'FAnimNode_BlendStack::BlendOption' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, BlendspaceUpdateMode) == 0x0000E9, "Member 'FAnimNode_BlendStack::BlendspaceUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, BlendParameters) == 0x0000F0, "Member 'FAnimNode_BlendStack::BlendParameters' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, MirrorDataTable) == 0x000108, "Member 'FAnimNode_BlendStack::MirrorDataTable' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, BlendParametersDeltaThreshold) == 0x000110, "Member 'FAnimNode_BlendStack::BlendParametersDeltaThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, bUseInertialBlend) == 0x000114, "Member 'FAnimNode_BlendStack::bUseInertialBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, InertialBlendNodeTag) == 0x000118, "Member 'FAnimNode_BlendStack::InertialBlendNodeTag' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStack, bResetOnBecomingRelevant) == 0x000120, "Member 'FAnimNode_BlendStack::bResetOnBecomingRelevant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_BlendStackInput \ +static_assert(alignof(FAnimNode_BlendStackInput) == 0x000008, "Wrong alignment on FAnimNode_BlendStackInput"); \ +static_assert(sizeof(FAnimNode_BlendStackInput) == 0x000028, "Wrong size on FAnimNode_BlendStackInput"); \ +static_assert(offsetof(FAnimNode_BlendStackInput, SampleIndex) == 0x000010, "Member 'FAnimNode_BlendStackInput::SampleIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStackInput, BlendStackAllocationIndex) == 0x000014, "Member 'FAnimNode_BlendStackInput::BlendStackAllocationIndex' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStackInput, bOverridePlayRate) == 0x000018, "Member 'FAnimNode_BlendStackInput::bOverridePlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendStackInput, PlayRate) == 0x00001C, "Member 'FAnimNode_BlendStackInput::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlendStackAnimNodeReference \ +static_assert(alignof(FBlendStackAnimNodeReference) == 0x000008, "Wrong alignment on FBlendStackAnimNodeReference"); \ +static_assert(sizeof(FBlendStackAnimNodeReference) == 0x000010, "Wrong size on FBlendStackAnimNodeReference"); \ + +#define DUMPER7_ASSERTS_FBlendStackInputAnimNodeReference \ +static_assert(alignof(FBlendStackInputAnimNodeReference) == 0x000008, "Wrong alignment on FBlendStackInputAnimNodeReference"); \ +static_assert(sizeof(FBlendStackInputAnimNodeReference) == 0x000010, "Wrong size on FBlendStackInputAnimNodeReference"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_BlendTo \ +static_assert(alignof(BlendStackAnimNodeLibrary_BlendTo) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_BlendTo"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_BlendTo) == 0x000058, "Wrong size on BlendStackAnimNodeLibrary_BlendTo"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendTo, Context) == 0x000000, "Member 'BlendStackAnimNodeLibrary_BlendTo::Context' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendTo, BlendStackNode) == 0x000010, "Member 'BlendStackAnimNodeLibrary_BlendTo::BlendStackNode' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendTo, AnimationAsset) == 0x000020, "Member 'BlendStackAnimNodeLibrary_BlendTo::AnimationAsset' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendTo, AnimationTime) == 0x000028, "Member 'BlendStackAnimNodeLibrary_BlendTo::AnimationTime' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendTo, bLoop) == 0x00002C, "Member 'BlendStackAnimNodeLibrary_BlendTo::bLoop' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendTo, bMirrored) == 0x00002D, "Member 'BlendStackAnimNodeLibrary_BlendTo::bMirrored' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendTo, BlendTime) == 0x000030, "Member 'BlendStackAnimNodeLibrary_BlendTo::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendTo, BlendParameters) == 0x000038, "Member 'BlendStackAnimNodeLibrary_BlendTo::BlendParameters' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendTo, WantedPlayRate) == 0x000050, "Member 'BlendStackAnimNodeLibrary_BlendTo::WantedPlayRate' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendTo, ActivationDelay) == 0x000054, "Member 'BlendStackAnimNodeLibrary_BlendTo::ActivationDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_BlendToWithSettings \ +static_assert(alignof(BlendStackAnimNodeLibrary_BlendToWithSettings) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_BlendToWithSettings"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_BlendToWithSettings) == 0x000068, "Wrong size on BlendStackAnimNodeLibrary_BlendToWithSettings"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, Context) == 0x000000, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::Context' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, BlendStackNode) == 0x000010, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::BlendStackNode' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, AnimationAsset) == 0x000020, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::AnimationAsset' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, AnimationTime) == 0x000028, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::AnimationTime' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, bLoop) == 0x00002C, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::bLoop' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, bMirrored) == 0x00002D, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::bMirrored' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, BlendTime) == 0x000030, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, BlendProfile) == 0x000038, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, BlendOption) == 0x000040, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::BlendOption' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, bInertialBlend) == 0x000041, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::bInertialBlend' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, BlendParameters) == 0x000048, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::BlendParameters' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, WantedPlayRate) == 0x000060, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::WantedPlayRate' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_BlendToWithSettings, ActivationDelay) == 0x000064, "Member 'BlendStackAnimNodeLibrary_BlendToWithSettings::ActivationDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_ConvertToBlendStackNode \ +static_assert(alignof(BlendStackAnimNodeLibrary_ConvertToBlendStackNode) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_ConvertToBlendStackNode"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_ConvertToBlendStackNode) == 0x000028, "Wrong size on BlendStackAnimNodeLibrary_ConvertToBlendStackNode"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_ConvertToBlendStackNode, Node) == 0x000000, "Member 'BlendStackAnimNodeLibrary_ConvertToBlendStackNode::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_ConvertToBlendStackNode, Result) == 0x000010, "Member 'BlendStackAnimNodeLibrary_ConvertToBlendStackNode::Result' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_ConvertToBlendStackNode, ReturnValue) == 0x000018, "Member 'BlendStackAnimNodeLibrary_ConvertToBlendStackNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_ConvertToBlendStackNodePure \ +static_assert(alignof(BlendStackAnimNodeLibrary_ConvertToBlendStackNodePure) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_ConvertToBlendStackNodePure"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_ConvertToBlendStackNodePure) == 0x000028, "Wrong size on BlendStackAnimNodeLibrary_ConvertToBlendStackNodePure"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_ConvertToBlendStackNodePure, Node) == 0x000000, "Member 'BlendStackAnimNodeLibrary_ConvertToBlendStackNodePure::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_ConvertToBlendStackNodePure, BlendStackNode) == 0x000010, "Member 'BlendStackAnimNodeLibrary_ConvertToBlendStackNodePure::BlendStackNode' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_ConvertToBlendStackNodePure, Result) == 0x000020, "Member 'BlendStackAnimNodeLibrary_ConvertToBlendStackNodePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_ForceBlendNextUpdate \ +static_assert(alignof(BlendStackAnimNodeLibrary_ForceBlendNextUpdate) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_ForceBlendNextUpdate"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_ForceBlendNextUpdate) == 0x000010, "Wrong size on BlendStackAnimNodeLibrary_ForceBlendNextUpdate"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_ForceBlendNextUpdate, BlendStackNode) == 0x000000, "Member 'BlendStackAnimNodeLibrary_ForceBlendNextUpdate::BlendStackNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_GetCurrentAsset \ +static_assert(alignof(BlendStackAnimNodeLibrary_GetCurrentAsset) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_GetCurrentAsset"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_GetCurrentAsset) == 0x000018, "Wrong size on BlendStackAnimNodeLibrary_GetCurrentAsset"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentAsset, BlendStackNode) == 0x000000, "Member 'BlendStackAnimNodeLibrary_GetCurrentAsset::BlendStackNode' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentAsset, ReturnValue) == 0x000010, "Member 'BlendStackAnimNodeLibrary_GetCurrentAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_GetCurrentAssetTime \ +static_assert(alignof(BlendStackAnimNodeLibrary_GetCurrentAssetTime) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_GetCurrentAssetTime"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_GetCurrentAssetTime) == 0x000018, "Wrong size on BlendStackAnimNodeLibrary_GetCurrentAssetTime"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentAssetTime, BlendStackNode) == 0x000000, "Member 'BlendStackAnimNodeLibrary_GetCurrentAssetTime::BlendStackNode' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentAssetTime, ReturnValue) == 0x000010, "Member 'BlendStackAnimNodeLibrary_GetCurrentAssetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_GetCurrentAssetTimeRemaining \ +static_assert(alignof(BlendStackAnimNodeLibrary_GetCurrentAssetTimeRemaining) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_GetCurrentAssetTimeRemaining"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_GetCurrentAssetTimeRemaining) == 0x000018, "Wrong size on BlendStackAnimNodeLibrary_GetCurrentAssetTimeRemaining"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentAssetTimeRemaining, BlendStackNode) == 0x000000, "Member 'BlendStackAnimNodeLibrary_GetCurrentAssetTimeRemaining::BlendStackNode' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentAssetTimeRemaining, ReturnValue) == 0x000010, "Member 'BlendStackAnimNodeLibrary_GetCurrentAssetTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAsset \ +static_assert(alignof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAsset) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAsset"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAsset) == 0x000018, "Wrong size on BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAsset"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAsset, Node) == 0x000000, "Member 'BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAsset::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAsset, ReturnValue) == 0x000010, "Member 'BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrored \ +static_assert(alignof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrored) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrored"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrored) == 0x000018, "Wrong size on BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrored"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrored, Node) == 0x000000, "Member 'BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrored::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrored, ReturnValue) == 0x000010, "Member 'BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrored::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrorTable \ +static_assert(alignof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrorTable) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrorTable"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrorTable) == 0x000018, "Wrong size on BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrorTable"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrorTable, Node) == 0x000000, "Member 'BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrorTable::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrorTable, ReturnValue) == 0x000010, "Member 'BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetMirrorTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetTime \ +static_assert(alignof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetTime) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetTime"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetTime) == 0x000018, "Wrong size on BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetTime"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetTime, Node) == 0x000000, "Member 'BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetTime::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetTime, ReturnValue) == 0x000010, "Member 'BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimAssetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimIsActive \ +static_assert(alignof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimIsActive) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimIsActive"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimIsActive) == 0x000018, "Wrong size on BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimIsActive"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimIsActive, Node) == 0x000000, "Member 'BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimIsActive::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimIsActive, ReturnValue) == 0x000010, "Member 'BlendStackAnimNodeLibrary_GetCurrentBlendStackAnimIsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackAnimNodeLibrary_IsCurrentAssetLooping \ +static_assert(alignof(BlendStackAnimNodeLibrary_IsCurrentAssetLooping) == 0x000008, "Wrong alignment on BlendStackAnimNodeLibrary_IsCurrentAssetLooping"); \ +static_assert(sizeof(BlendStackAnimNodeLibrary_IsCurrentAssetLooping) == 0x000018, "Wrong size on BlendStackAnimNodeLibrary_IsCurrentAssetLooping"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_IsCurrentAssetLooping, BlendStackNode) == 0x000000, "Member 'BlendStackAnimNodeLibrary_IsCurrentAssetLooping::BlendStackNode' has a wrong offset!"); \ +static_assert(offsetof(BlendStackAnimNodeLibrary_IsCurrentAssetLooping, ReturnValue) == 0x000010, "Member 'BlendStackAnimNodeLibrary_IsCurrentAssetLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendStackAnimNodeLibrary \ +static_assert(alignof(UBlendStackAnimNodeLibrary) == 0x000008, "Wrong alignment on UBlendStackAnimNodeLibrary"); \ +static_assert(sizeof(UBlendStackAnimNodeLibrary) == 0x000028, "Wrong size on UBlendStackAnimNodeLibrary"); \ + +#define DUMPER7_ASSERTS_BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNode \ +static_assert(alignof(BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNode) == 0x000008, "Wrong alignment on BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNode"); \ +static_assert(sizeof(BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNode) == 0x000028, "Wrong size on BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNode"); \ +static_assert(offsetof(BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNode, Node) == 0x000000, "Member 'BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNode::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNode, Result) == 0x000010, "Member 'BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNode::Result' has a wrong offset!"); \ +static_assert(offsetof(BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNode, ReturnValue) == 0x000018, "Member 'BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNodePure \ +static_assert(alignof(BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNodePure) == 0x000008, "Wrong alignment on BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNodePure"); \ +static_assert(sizeof(BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNodePure) == 0x000028, "Wrong size on BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNodePure"); \ +static_assert(offsetof(BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNodePure, Node) == 0x000000, "Member 'BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNodePure::Node' has a wrong offset!"); \ +static_assert(offsetof(BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNodePure, BlendStackInputNode) == 0x000010, "Member 'BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNodePure::BlendStackInputNode' has a wrong offset!"); \ +static_assert(offsetof(BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNodePure, Result) == 0x000020, "Member 'BlendStackInputAnimNodeLibrary_ConvertToBlendStackInputNodePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlendStackInputAnimNodeLibrary_GetProperties \ +static_assert(alignof(BlendStackInputAnimNodeLibrary_GetProperties) == 0x000008, "Wrong alignment on BlendStackInputAnimNodeLibrary_GetProperties"); \ +static_assert(sizeof(BlendStackInputAnimNodeLibrary_GetProperties) == 0x000020, "Wrong size on BlendStackInputAnimNodeLibrary_GetProperties"); \ +static_assert(offsetof(BlendStackInputAnimNodeLibrary_GetProperties, BlendStackInputNode) == 0x000000, "Member 'BlendStackInputAnimNodeLibrary_GetProperties::BlendStackInputNode' has a wrong offset!"); \ +static_assert(offsetof(BlendStackInputAnimNodeLibrary_GetProperties, AnimationAsset) == 0x000010, "Member 'BlendStackInputAnimNodeLibrary_GetProperties::AnimationAsset' has a wrong offset!"); \ +static_assert(offsetof(BlendStackInputAnimNodeLibrary_GetProperties, AccumulatedTime) == 0x000018, "Member 'BlendStackInputAnimNodeLibrary_GetProperties::AccumulatedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendStackInputAnimNodeLibrary \ +static_assert(alignof(UBlendStackInputAnimNodeLibrary) == 0x000008, "Wrong alignment on UBlendStackInputAnimNodeLibrary"); \ +static_assert(sizeof(UBlendStackInputAnimNodeLibrary) == 0x000028, "Wrong size on UBlendStackInputAnimNodeLibrary"); \ + +#define DUMPER7_ASSERTS_UEnvironmentSettings \ +static_assert(alignof(UEnvironmentSettings) == 0x000008, "Wrong alignment on UEnvironmentSettings"); \ +static_assert(sizeof(UEnvironmentSettings) == 0x000150, "Wrong size on UEnvironmentSettings"); \ +static_assert(offsetof(UEnvironmentSettings, GeneralParameterCollection) == 0x000038, "Member 'UEnvironmentSettings::GeneralParameterCollection' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentSettings, WeatherParameterCollection) == 0x000060, "Member 'UEnvironmentSettings::WeatherParameterCollection' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentSettings, LumenParameterCollection) == 0x000088, "Member 'UEnvironmentSettings::LumenParameterCollection' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentSettings, EffectParameterCollection) == 0x0000B0, "Member 'UEnvironmentSettings::EffectParameterCollection' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentSettings, EnvironmentQueryMaterial) == 0x0000D8, "Member 'UEnvironmentSettings::EnvironmentQueryMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentSettings, TimeTagRestrictedDataLayers) == 0x000100, "Member 'UEnvironmentSettings::TimeTagRestrictedDataLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWetnessAccumulator \ +static_assert(alignof(IWetnessAccumulator) == 0x000001, "Wrong alignment on IWetnessAccumulator"); \ +static_assert(sizeof(IWetnessAccumulator) == 0x000001, "Wrong size on IWetnessAccumulator"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualEffectsController_C_ActionEffectTriggered \ +static_assert(alignof(BP_CharacterVisualEffectsController_C_ActionEffectTriggered) == 0x000008, "Wrong alignment on BP_CharacterVisualEffectsController_C_ActionEffectTriggered"); \ +static_assert(sizeof(BP_CharacterVisualEffectsController_C_ActionEffectTriggered) == 0x000068, "Wrong size on BP_CharacterVisualEffectsController_C_ActionEffectTriggered"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ActionEffectTriggered, Data) == 0x000000, "Member 'BP_CharacterVisualEffectsController_C_ActionEffectTriggered::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController \ +static_assert(alignof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController) == 0x000010, "Wrong alignment on BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController"); \ +static_assert(sizeof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController) == 0x000BB0, "Wrong size on BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, EntryPoint) == 0x000000, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, K2Node_Event_Data) == 0x000008, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::K2Node_Event_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_IsIndoors_ReturnValue) == 0x000070, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_IsIndoors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000071, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, K2Node_MakeStruct_NiagaraDataChannelSearchParameters) == 0x000078, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::K2Node_MakeStruct_NiagaraDataChannelSearchParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_MakeRotator_ReturnValue) == 0x0000A0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_WriteToNiagaraDataChannel_ReturnValue) == 0x0000B8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_WriteToNiagaraDataChannel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetHealthPercentage_ReturnValue) == 0x0000C0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetBoneTransform_ReturnValue) == 0x0000D0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetBoneTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakTransform_Location) == 0x000130, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakTransform_Rotation) == 0x000148, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakTransform_Scale) == 0x000160, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetBoneTransform_ReturnValue_1) == 0x000180, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetBoneTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetUpVector_ReturnValue) == 0x0001E0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakTransform_Location_1) == 0x0001F8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakTransform_Rotation_1) == 0x000210, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakTransform_Scale_1) == 0x000228, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000240, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetRightVector_ReturnValue) == 0x000258, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_ComposeRotators_ReturnValue) == 0x000270, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Conv_VectorToRotator_ReturnValue_1) == 0x000288, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Conv_VectorToRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetSocketLocation_ReturnValue) == 0x0002A0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_RLerp_ReturnValue) == 0x0002B8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, K2Node_MakeArray_Array) == 0x0002D0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetForwardVector_ReturnValue) == 0x0002E0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_IsPlayer_ReturnValue) == 0x0002F8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_IsPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Blueprint_GetWetness_ReturnValue) == 0x0002FC, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Blueprint_GetWetness_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000300, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, K2Node_MakeStruct_NiagaraDataChannelSearchParameters_1) == 0x000308, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::K2Node_MakeStruct_NiagaraDataChannelSearchParameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_WriteToNiagaraDataChannel_ReturnValue_1) == 0x000330, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_WriteToNiagaraDataChannel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_IsMeleeActive_ReturnValue) == 0x000338, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_IsMeleeActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetSurfaceTypeAtActorLocation_OutImpactPoint) == 0x000340, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetSurfaceTypeAtActorLocation_OutImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetSurfaceTypeAtActorLocation_ReturnValue) == 0x000358, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetSurfaceTypeAtActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetHealthPercentage_ReturnValue_1) == 0x00035C, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetHealthPercentage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, K2Node_Event_Data_1) == 0x000360, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::K2Node_Event_Data_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000460, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetObjectClass_ReturnValue) == 0x000468, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetMesh_ReturnValue) == 0x000470, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Conv_ClassToSoftClassReference_ReturnValue) == 0x000478, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Conv_ClassToSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetSocketTransform_ReturnValue) == 0x0004A0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Map_Find_Value) == 0x000500, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Map_Find_ReturnValue) == 0x000508, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakTransform_Location_2) == 0x000510, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakTransform_Rotation_2) == 0x000528, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakTransform_Scale_2) == 0x000540, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x000558, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_IsValid_ReturnValue) == 0x000560, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000561, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000562, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000563, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000568, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BooleanOR_ReturnValue) == 0x000580, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000581, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_IsPlayer_ReturnValue_1) == 0x000582, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_IsPlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetHealthPercentage_ReturnValue_2) == 0x000584, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetHealthPercentage_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SpawnSystemAttached_ReturnValue_2) == 0x000588, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SpawnSystemAttached_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000590, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000591, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000592, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BooleanOR_ReturnValue_1) == 0x000593, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000594, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000595, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BooleanOR_ReturnValue_2) == 0x000596, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000597, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BooleanOR_ReturnValue_3) == 0x000598, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x000599, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ClassClass_ReturnValue_3) == 0x00059A, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ClassClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ClassClass_ReturnValue_4) == 0x00059B, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ClassClass_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_ClassIsChildOf_ReturnValue) == 0x00059C, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x00059D, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BooleanOR_ReturnValue_4) == 0x00059E, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x00059F, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SelectFloat_ReturnValue) == 0x0005A0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BooleanOR_ReturnValue_5) == 0x0005A8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SelectFloat_ReturnValue_1) == 0x0005B0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_ObjectObject_ReturnValue_6) == 0x0005B8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_ObjectObject_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BooleanOR_ReturnValue_6) == 0x0005B9, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_IsPlayer_ReturnValue_2) == 0x0005BA, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_IsPlayer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SelectFloat_ReturnValue_2) == 0x0005C0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_IsValid_ReturnValue_1) == 0x0005C8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetSocketLocation_ReturnValue_2) == 0x0005D0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetSocketLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SpawnSystemAttached_ReturnValue_3) == 0x0005E8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SpawnSystemAttached_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0005F0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Blueprint_GetWetness_ReturnValue_1) == 0x000608, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Blueprint_GetWetness_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, K2Node_MakeStruct_NiagaraDataChannelSearchParameters_2) == 0x000610, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::K2Node_MakeStruct_NiagaraDataChannelSearchParameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_WriteToNiagaraDataChannel_ReturnValue_2) == 0x000638, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_WriteToNiagaraDataChannel_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetHealthPercentage_ReturnValue_3) == 0x000640, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetHealthPercentage_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_MakeGameplayTagContainerFromTag_ReturnValue) == 0x000648, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_MakeGameplayTagContainerFromTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_GameplayTagContainer_ReturnValue) == 0x000668, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_GameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_MakeGameplayTagContainerFromTag_ReturnValue_1) == 0x000670, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_MakeGameplayTagContainerFromTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, K2Node_MakeArray_Array_1) == 0x000690, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_EqualEqual_GameplayTagContainer_ReturnValue_1) == 0x0006A0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_EqualEqual_GameplayTagContainer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BooleanOR_ReturnValue_7) == 0x0006A1, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, Temp_object_Variable) == 0x0006A8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SphereTraceSingleForObjects_OutHit) == 0x0006B8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SphereTraceSingleForObjects_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SphereTraceSingleForObjects_ReturnValue) == 0x0007B8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SphereTraceSingleForObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0007B9, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_GetLastUpdateVelocity_ReturnValue) == 0x0007C0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_GetLastUpdateVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_VSize_ReturnValue) == 0x0007D8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_bBlockingHit) == 0x0007E0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_bInitialOverlap) == 0x0007E1, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_Time) == 0x0007E4, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_Distance) == 0x0007E8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_Location) == 0x0007F0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_ImpactPoint) == 0x000808, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_Normal) == 0x000820, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_ImpactNormal) == 0x000838, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_PhysMat) == 0x000850, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_HitActor) == 0x000858, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_HitComponent) == 0x000860, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_HitBoneName) == 0x000868, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_BoneName) == 0x000870, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_HitItem) == 0x000878, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_ElementIndex) == 0x00087C, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_FaceIndex) == 0x000880, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_TraceStart) == 0x000888, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_TraceEnd) == 0x0008A0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_MakeGameplayTagQuery_ReturnValue) == 0x0008B8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_MakeGameplayTagQuery_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_DoesContainerMatchTagQuery_ReturnValue) == 0x000900, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_DoesContainerMatchTagQuery_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SpawnSystemAttached_ReturnValue_4) == 0x000908, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SpawnSystemAttached_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000910, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, Temp_object_Variable_1) == 0x000928, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000938, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Add_VectorVector_ReturnValue) == 0x000950, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SphereTraceSingleForObjects_OutHit_1) == 0x000968, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SphereTraceSingleForObjects_OutHit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SphereTraceSingleForObjects_ReturnValue_1) == 0x000A68, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SphereTraceSingleForObjects_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000A70, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000A88, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000A89, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_Time_1) == 0x000A8C, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_Distance_1) == 0x000A90, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_Location_1) == 0x000A98, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000AB0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_Normal_1) == 0x000AC8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000AE0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_PhysMat_1) == 0x000AF8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_HitActor_1) == 0x000B00, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_HitComponent_1) == 0x000B08, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_HitBoneName_1) == 0x000B10, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_BoneName_1) == 0x000B18, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_BoneName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_HitItem_1) == 0x000B20, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_ElementIndex_1) == 0x000B24, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_FaceIndex_1) == 0x000B28, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_TraceStart_1) == 0x000B30, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_BreakHitResult_TraceEnd_1) == 0x000B48, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_ProjectVectorOnToPlane_ReturnValue) == 0x000B60, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_ProjectVectorOnToPlane_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_Normal_ReturnValue) == 0x000B78, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_WriteFloat_InData_ImplicitCast) == 0x000B90, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_WriteFloat_InData_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000B98, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_SetVariableFloat_InValue_ImplicitCast) == 0x000BA0, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_SetVariableFloat_InValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController, CallFunc_WriteFloat_InData_ImplicitCast_1) == 0x000BA8, "Member 'BP_CharacterVisualEffectsController_C_ExecuteUbergraph_BP_CharacterVisualEffectsController::CallFunc_WriteFloat_InData_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterVisualEffectsController_C_VFXNotifyTriggered \ +static_assert(alignof(BP_CharacterVisualEffectsController_C_VFXNotifyTriggered) == 0x000010, "Wrong alignment on BP_CharacterVisualEffectsController_C_VFXNotifyTriggered"); \ +static_assert(sizeof(BP_CharacterVisualEffectsController_C_VFXNotifyTriggered) == 0x000100, "Wrong size on BP_CharacterVisualEffectsController_C_VFXNotifyTriggered"); \ +static_assert(offsetof(BP_CharacterVisualEffectsController_C_VFXNotifyTriggered, Data) == 0x000000, "Member 'BP_CharacterVisualEffectsController_C_VFXNotifyTriggered::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterVisualEffectsController_C \ +static_assert(alignof(UBP_CharacterVisualEffectsController_C) == 0x000008, "Wrong alignment on UBP_CharacterVisualEffectsController_C"); \ +static_assert(sizeof(UBP_CharacterVisualEffectsController_C) == 0x000130, "Wrong size on UBP_CharacterVisualEffectsController_C"); \ +static_assert(offsetof(UBP_CharacterVisualEffectsController_C, UberGraphFrame) == 0x0000C8, "Member 'UBP_CharacterVisualEffectsController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualEffectsController_C, JointName) == 0x0000D0, "Member 'UBP_CharacterVisualEffectsController_C::JointName' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterVisualEffectsController_C, EffectMapping) == 0x0000E0, "Member 'UBP_CharacterVisualEffectsController_C::EffectMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTweenHandle \ +static_assert(alignof(FTweenHandle) == 0x000008, "Wrong alignment on FTweenHandle"); \ +static_assert(sizeof(FTweenHandle) == 0x000008, "Wrong size on FTweenHandle"); \ + +#define DUMPER7_ASSERTS_IHasTweenRunnerInterface \ +static_assert(alignof(IHasTweenRunnerInterface) == 0x000001, "Wrong alignment on IHasTweenRunnerInterface"); \ +static_assert(sizeof(IHasTweenRunnerInterface) == 0x000001, "Wrong size on IHasTweenRunnerInterface"); \ + +#define DUMPER7_ASSERTS_TweeningFunctionLibrary_BP_Tween_Float \ +static_assert(alignof(TweeningFunctionLibrary_BP_Tween_Float) == 0x000008, "Wrong alignment on TweeningFunctionLibrary_BP_Tween_Float"); \ +static_assert(sizeof(TweeningFunctionLibrary_BP_Tween_Float) == 0x000048, "Wrong size on TweeningFunctionLibrary_BP_Tween_Float"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Float, WorldContextObject) == 0x000000, "Member 'TweeningFunctionLibrary_BP_Tween_Float::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Float, Guid) == 0x000008, "Member 'TweeningFunctionLibrary_BP_Tween_Float::Guid' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Float, FromValue) == 0x000018, "Member 'TweeningFunctionLibrary_BP_Tween_Float::FromValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Float, ToValue) == 0x00001C, "Member 'TweeningFunctionLibrary_BP_Tween_Float::ToValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Float, Duration) == 0x000020, "Member 'TweeningFunctionLibrary_BP_Tween_Float::Duration' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Float, EasingFunc) == 0x000024, "Member 'TweeningFunctionLibrary_BP_Tween_Float::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Float, OnValueUpdated) == 0x000028, "Member 'TweeningFunctionLibrary_BP_Tween_Float::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Float, OnFinished) == 0x000038, "Member 'TweeningFunctionLibrary_BP_Tween_Float::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TweeningFunctionLibrary_BP_Tween_LinearColor \ +static_assert(alignof(TweeningFunctionLibrary_BP_Tween_LinearColor) == 0x000008, "Wrong alignment on TweeningFunctionLibrary_BP_Tween_LinearColor"); \ +static_assert(sizeof(TweeningFunctionLibrary_BP_Tween_LinearColor) == 0x000060, "Wrong size on TweeningFunctionLibrary_BP_Tween_LinearColor"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_LinearColor, WorldContextObject) == 0x000000, "Member 'TweeningFunctionLibrary_BP_Tween_LinearColor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_LinearColor, Guid) == 0x000008, "Member 'TweeningFunctionLibrary_BP_Tween_LinearColor::Guid' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_LinearColor, FromValue) == 0x000018, "Member 'TweeningFunctionLibrary_BP_Tween_LinearColor::FromValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_LinearColor, ToValue) == 0x000028, "Member 'TweeningFunctionLibrary_BP_Tween_LinearColor::ToValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_LinearColor, Duration) == 0x000038, "Member 'TweeningFunctionLibrary_BP_Tween_LinearColor::Duration' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_LinearColor, EasingFunc) == 0x00003C, "Member 'TweeningFunctionLibrary_BP_Tween_LinearColor::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_LinearColor, OnValueUpdated) == 0x000040, "Member 'TweeningFunctionLibrary_BP_Tween_LinearColor::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_LinearColor, OnFinished) == 0x000050, "Member 'TweeningFunctionLibrary_BP_Tween_LinearColor::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TweeningFunctionLibrary_BP_Tween_Rotator \ +static_assert(alignof(TweeningFunctionLibrary_BP_Tween_Rotator) == 0x000008, "Wrong alignment on TweeningFunctionLibrary_BP_Tween_Rotator"); \ +static_assert(sizeof(TweeningFunctionLibrary_BP_Tween_Rotator) == 0x000070, "Wrong size on TweeningFunctionLibrary_BP_Tween_Rotator"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Rotator, WorldContextObject) == 0x000000, "Member 'TweeningFunctionLibrary_BP_Tween_Rotator::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Rotator, Guid) == 0x000008, "Member 'TweeningFunctionLibrary_BP_Tween_Rotator::Guid' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Rotator, FromValue) == 0x000018, "Member 'TweeningFunctionLibrary_BP_Tween_Rotator::FromValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Rotator, ToValue) == 0x000030, "Member 'TweeningFunctionLibrary_BP_Tween_Rotator::ToValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Rotator, Duration) == 0x000048, "Member 'TweeningFunctionLibrary_BP_Tween_Rotator::Duration' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Rotator, EasingFunc) == 0x00004C, "Member 'TweeningFunctionLibrary_BP_Tween_Rotator::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Rotator, OnValueUpdated) == 0x000050, "Member 'TweeningFunctionLibrary_BP_Tween_Rotator::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Rotator, OnFinished) == 0x000060, "Member 'TweeningFunctionLibrary_BP_Tween_Rotator::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TweeningFunctionLibrary_BP_Tween_Transform \ +static_assert(alignof(TweeningFunctionLibrary_BP_Tween_Transform) == 0x000010, "Wrong alignment on TweeningFunctionLibrary_BP_Tween_Transform"); \ +static_assert(sizeof(TweeningFunctionLibrary_BP_Tween_Transform) == 0x000110, "Wrong size on TweeningFunctionLibrary_BP_Tween_Transform"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Transform, WorldContextObject) == 0x000000, "Member 'TweeningFunctionLibrary_BP_Tween_Transform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Transform, Guid) == 0x000008, "Member 'TweeningFunctionLibrary_BP_Tween_Transform::Guid' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Transform, FromValue) == 0x000020, "Member 'TweeningFunctionLibrary_BP_Tween_Transform::FromValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Transform, ToValue) == 0x000080, "Member 'TweeningFunctionLibrary_BP_Tween_Transform::ToValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Transform, Duration) == 0x0000E0, "Member 'TweeningFunctionLibrary_BP_Tween_Transform::Duration' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Transform, EasingFunc) == 0x0000E4, "Member 'TweeningFunctionLibrary_BP_Tween_Transform::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Transform, OnValueUpdated) == 0x0000E8, "Member 'TweeningFunctionLibrary_BP_Tween_Transform::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Transform, OnFinished) == 0x0000F8, "Member 'TweeningFunctionLibrary_BP_Tween_Transform::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TweeningFunctionLibrary_BP_Tween_Vector \ +static_assert(alignof(TweeningFunctionLibrary_BP_Tween_Vector) == 0x000008, "Wrong alignment on TweeningFunctionLibrary_BP_Tween_Vector"); \ +static_assert(sizeof(TweeningFunctionLibrary_BP_Tween_Vector) == 0x000070, "Wrong size on TweeningFunctionLibrary_BP_Tween_Vector"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector, WorldContextObject) == 0x000000, "Member 'TweeningFunctionLibrary_BP_Tween_Vector::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector, Guid) == 0x000008, "Member 'TweeningFunctionLibrary_BP_Tween_Vector::Guid' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector, FromValue) == 0x000018, "Member 'TweeningFunctionLibrary_BP_Tween_Vector::FromValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector, ToValue) == 0x000030, "Member 'TweeningFunctionLibrary_BP_Tween_Vector::ToValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector, Duration) == 0x000048, "Member 'TweeningFunctionLibrary_BP_Tween_Vector::Duration' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector, EasingFunc) == 0x00004C, "Member 'TweeningFunctionLibrary_BP_Tween_Vector::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector, OnValueUpdated) == 0x000050, "Member 'TweeningFunctionLibrary_BP_Tween_Vector::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector, OnFinished) == 0x000060, "Member 'TweeningFunctionLibrary_BP_Tween_Vector::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TweeningFunctionLibrary_BP_Tween_Vector2D \ +static_assert(alignof(TweeningFunctionLibrary_BP_Tween_Vector2D) == 0x000008, "Wrong alignment on TweeningFunctionLibrary_BP_Tween_Vector2D"); \ +static_assert(sizeof(TweeningFunctionLibrary_BP_Tween_Vector2D) == 0x000060, "Wrong size on TweeningFunctionLibrary_BP_Tween_Vector2D"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector2D, WorldContextObject) == 0x000000, "Member 'TweeningFunctionLibrary_BP_Tween_Vector2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector2D, Guid) == 0x000008, "Member 'TweeningFunctionLibrary_BP_Tween_Vector2D::Guid' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector2D, FromValue) == 0x000018, "Member 'TweeningFunctionLibrary_BP_Tween_Vector2D::FromValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector2D, ToValue) == 0x000028, "Member 'TweeningFunctionLibrary_BP_Tween_Vector2D::ToValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector2D, Duration) == 0x000038, "Member 'TweeningFunctionLibrary_BP_Tween_Vector2D::Duration' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector2D, EasingFunc) == 0x00003C, "Member 'TweeningFunctionLibrary_BP_Tween_Vector2D::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector2D, OnValueUpdated) == 0x000040, "Member 'TweeningFunctionLibrary_BP_Tween_Vector2D::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_Tween_Vector2D, OnFinished) == 0x000050, "Member 'TweeningFunctionLibrary_BP_Tween_Vector2D::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TweeningFunctionLibrary_BP_TweenTo_Float \ +static_assert(alignof(TweeningFunctionLibrary_BP_TweenTo_Float) == 0x000008, "Wrong alignment on TweeningFunctionLibrary_BP_TweenTo_Float"); \ +static_assert(sizeof(TweeningFunctionLibrary_BP_TweenTo_Float) == 0x000048, "Wrong size on TweeningFunctionLibrary_BP_TweenTo_Float"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Float, WorldContextObject) == 0x000000, "Member 'TweeningFunctionLibrary_BP_TweenTo_Float::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Float, Guid) == 0x000008, "Member 'TweeningFunctionLibrary_BP_TweenTo_Float::Guid' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Float, DefaultValue) == 0x000018, "Member 'TweeningFunctionLibrary_BP_TweenTo_Float::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Float, Value) == 0x00001C, "Member 'TweeningFunctionLibrary_BP_TweenTo_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Float, Duration) == 0x000020, "Member 'TweeningFunctionLibrary_BP_TweenTo_Float::Duration' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Float, EasingFunc) == 0x000024, "Member 'TweeningFunctionLibrary_BP_TweenTo_Float::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Float, OnValueUpdated) == 0x000028, "Member 'TweeningFunctionLibrary_BP_TweenTo_Float::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Float, OnFinished) == 0x000038, "Member 'TweeningFunctionLibrary_BP_TweenTo_Float::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TweeningFunctionLibrary_BP_TweenTo_LinearColor \ +static_assert(alignof(TweeningFunctionLibrary_BP_TweenTo_LinearColor) == 0x000008, "Wrong alignment on TweeningFunctionLibrary_BP_TweenTo_LinearColor"); \ +static_assert(sizeof(TweeningFunctionLibrary_BP_TweenTo_LinearColor) == 0x000060, "Wrong size on TweeningFunctionLibrary_BP_TweenTo_LinearColor"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_LinearColor, WorldContextObject) == 0x000000, "Member 'TweeningFunctionLibrary_BP_TweenTo_LinearColor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_LinearColor, Guid) == 0x000008, "Member 'TweeningFunctionLibrary_BP_TweenTo_LinearColor::Guid' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_LinearColor, DefaultValue) == 0x000018, "Member 'TweeningFunctionLibrary_BP_TweenTo_LinearColor::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_LinearColor, Value) == 0x000028, "Member 'TweeningFunctionLibrary_BP_TweenTo_LinearColor::Value' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_LinearColor, Duration) == 0x000038, "Member 'TweeningFunctionLibrary_BP_TweenTo_LinearColor::Duration' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_LinearColor, EasingFunc) == 0x00003C, "Member 'TweeningFunctionLibrary_BP_TweenTo_LinearColor::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_LinearColor, OnValueUpdated) == 0x000040, "Member 'TweeningFunctionLibrary_BP_TweenTo_LinearColor::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_LinearColor, OnFinished) == 0x000050, "Member 'TweeningFunctionLibrary_BP_TweenTo_LinearColor::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TweeningFunctionLibrary_BP_TweenTo_Rotator \ +static_assert(alignof(TweeningFunctionLibrary_BP_TweenTo_Rotator) == 0x000008, "Wrong alignment on TweeningFunctionLibrary_BP_TweenTo_Rotator"); \ +static_assert(sizeof(TweeningFunctionLibrary_BP_TweenTo_Rotator) == 0x000070, "Wrong size on TweeningFunctionLibrary_BP_TweenTo_Rotator"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Rotator, WorldContextObject) == 0x000000, "Member 'TweeningFunctionLibrary_BP_TweenTo_Rotator::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Rotator, Guid) == 0x000008, "Member 'TweeningFunctionLibrary_BP_TweenTo_Rotator::Guid' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Rotator, DefaultValue) == 0x000018, "Member 'TweeningFunctionLibrary_BP_TweenTo_Rotator::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Rotator, Value) == 0x000030, "Member 'TweeningFunctionLibrary_BP_TweenTo_Rotator::Value' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Rotator, Duration) == 0x000048, "Member 'TweeningFunctionLibrary_BP_TweenTo_Rotator::Duration' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Rotator, EasingFunc) == 0x00004C, "Member 'TweeningFunctionLibrary_BP_TweenTo_Rotator::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Rotator, OnValueUpdated) == 0x000050, "Member 'TweeningFunctionLibrary_BP_TweenTo_Rotator::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Rotator, OnFinished) == 0x000060, "Member 'TweeningFunctionLibrary_BP_TweenTo_Rotator::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TweeningFunctionLibrary_BP_TweenTo_Transform \ +static_assert(alignof(TweeningFunctionLibrary_BP_TweenTo_Transform) == 0x000010, "Wrong alignment on TweeningFunctionLibrary_BP_TweenTo_Transform"); \ +static_assert(sizeof(TweeningFunctionLibrary_BP_TweenTo_Transform) == 0x000110, "Wrong size on TweeningFunctionLibrary_BP_TweenTo_Transform"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Transform, WorldContextObject) == 0x000000, "Member 'TweeningFunctionLibrary_BP_TweenTo_Transform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Transform, Guid) == 0x000008, "Member 'TweeningFunctionLibrary_BP_TweenTo_Transform::Guid' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Transform, DefaultValue) == 0x000020, "Member 'TweeningFunctionLibrary_BP_TweenTo_Transform::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Transform, Value) == 0x000080, "Member 'TweeningFunctionLibrary_BP_TweenTo_Transform::Value' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Transform, Duration) == 0x0000E0, "Member 'TweeningFunctionLibrary_BP_TweenTo_Transform::Duration' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Transform, EasingFunc) == 0x0000E4, "Member 'TweeningFunctionLibrary_BP_TweenTo_Transform::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Transform, OnValueUpdated) == 0x0000E8, "Member 'TweeningFunctionLibrary_BP_TweenTo_Transform::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Transform, OnFinished) == 0x0000F8, "Member 'TweeningFunctionLibrary_BP_TweenTo_Transform::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TweeningFunctionLibrary_BP_TweenTo_Vector \ +static_assert(alignof(TweeningFunctionLibrary_BP_TweenTo_Vector) == 0x000008, "Wrong alignment on TweeningFunctionLibrary_BP_TweenTo_Vector"); \ +static_assert(sizeof(TweeningFunctionLibrary_BP_TweenTo_Vector) == 0x000070, "Wrong size on TweeningFunctionLibrary_BP_TweenTo_Vector"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector, WorldContextObject) == 0x000000, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector, Guid) == 0x000008, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector::Guid' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector, DefaultValue) == 0x000018, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector, Value) == 0x000030, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector::Value' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector, Duration) == 0x000048, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector::Duration' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector, EasingFunc) == 0x00004C, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector, OnValueUpdated) == 0x000050, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector, OnFinished) == 0x000060, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TweeningFunctionLibrary_BP_TweenTo_Vector2D \ +static_assert(alignof(TweeningFunctionLibrary_BP_TweenTo_Vector2D) == 0x000008, "Wrong alignment on TweeningFunctionLibrary_BP_TweenTo_Vector2D"); \ +static_assert(sizeof(TweeningFunctionLibrary_BP_TweenTo_Vector2D) == 0x000060, "Wrong size on TweeningFunctionLibrary_BP_TweenTo_Vector2D"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector2D, WorldContextObject) == 0x000000, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector2D, Guid) == 0x000008, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector2D::Guid' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector2D, DefaultValue) == 0x000018, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector2D::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector2D, Value) == 0x000028, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector2D::Value' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector2D, Duration) == 0x000038, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector2D::Duration' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector2D, EasingFunc) == 0x00003C, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector2D::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector2D, OnValueUpdated) == 0x000040, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector2D::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(TweeningFunctionLibrary_BP_TweenTo_Vector2D, OnFinished) == 0x000050, "Member 'TweeningFunctionLibrary_BP_TweenTo_Vector2D::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTweeningFunctionLibrary \ +static_assert(alignof(UTweeningFunctionLibrary) == 0x000008, "Wrong alignment on UTweeningFunctionLibrary"); \ +static_assert(sizeof(UTweeningFunctionLibrary) == 0x000028, "Wrong size on UTweeningFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UTweeningSubsystem \ +static_assert(alignof(UTweeningSubsystem) == 0x000008, "Wrong alignment on UTweeningSubsystem"); \ +static_assert(sizeof(UTweeningSubsystem) == 0x000308, "Wrong size on UTweeningSubsystem"); \ + +#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_FInputActionValue \ +static_assert(alignof(FInputActionValue) == 0x000008, "Wrong alignment on FInputActionValue"); \ +static_assert(sizeof(FInputActionValue) == 0x000020, "Wrong size on FInputActionValue"); \ + +#define DUMPER7_ASSERTS_FInjectedInput \ +static_assert(alignof(FInjectedInput) == 0x000008, "Wrong alignment on FInjectedInput"); \ +static_assert(sizeof(FInjectedInput) == 0x000040, "Wrong size on FInjectedInput"); \ +static_assert(offsetof(FInjectedInput, Triggers) == 0x000020, "Member 'FInjectedInput::Triggers' has a wrong offset!"); \ +static_assert(offsetof(FInjectedInput, Modifiers) == 0x000030, "Member 'FInjectedInput::Modifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FMapPlayerKeyArgs \ +static_assert(alignof(FMapPlayerKeyArgs) == 0x000008, "Wrong alignment on FMapPlayerKeyArgs"); \ +static_assert(sizeof(FMapPlayerKeyArgs) == 0x000050, "Wrong size on FMapPlayerKeyArgs"); \ +static_assert(offsetof(FMapPlayerKeyArgs, MappingName) == 0x000000, "Member 'FMapPlayerKeyArgs::MappingName' has a wrong offset!"); \ +static_assert(offsetof(FMapPlayerKeyArgs, Slot) == 0x000008, "Member 'FMapPlayerKeyArgs::Slot' has a wrong offset!"); \ +static_assert(offsetof(FMapPlayerKeyArgs, NewKey) == 0x000010, "Member 'FMapPlayerKeyArgs::NewKey' has a wrong offset!"); \ +static_assert(offsetof(FMapPlayerKeyArgs, HardwareDeviceId) == 0x000028, "Member 'FMapPlayerKeyArgs::HardwareDeviceId' has a wrong offset!"); \ +static_assert(offsetof(FMapPlayerKeyArgs, ProfileId) == 0x000030, "Member 'FMapPlayerKeyArgs::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(FMapPlayerKeyArgs, ProfileIdString) == 0x000038, "Member 'FMapPlayerKeyArgs::ProfileIdString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerMappableKeyProfileCreationArgs \ +static_assert(alignof(FPlayerMappableKeyProfileCreationArgs) == 0x000008, "Wrong alignment on FPlayerMappableKeyProfileCreationArgs"); \ +static_assert(sizeof(FPlayerMappableKeyProfileCreationArgs) == 0x000040, "Wrong size on FPlayerMappableKeyProfileCreationArgs"); \ +static_assert(offsetof(FPlayerMappableKeyProfileCreationArgs, ProfileType) == 0x000000, "Member 'FPlayerMappableKeyProfileCreationArgs::ProfileType' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyProfileCreationArgs, ProfileIdentifier) == 0x000008, "Member 'FPlayerMappableKeyProfileCreationArgs::ProfileIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyProfileCreationArgs, ProfileStringIdentifier) == 0x000010, "Member 'FPlayerMappableKeyProfileCreationArgs::ProfileStringIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyProfileCreationArgs, UserId) == 0x000020, "Member 'FPlayerMappableKeyProfileCreationArgs::UserId' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyProfileCreationArgs, DisplayName) == 0x000028, "Member 'FPlayerMappableKeyProfileCreationArgs::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerMappableKeyQueryOptions \ +static_assert(alignof(FPlayerMappableKeyQueryOptions) == 0x000008, "Wrong alignment on FPlayerMappableKeyQueryOptions"); \ +static_assert(sizeof(FPlayerMappableKeyQueryOptions) == 0x000028, "Wrong size on FPlayerMappableKeyQueryOptions"); \ +static_assert(offsetof(FPlayerMappableKeyQueryOptions, MappingName) == 0x000000, "Member 'FPlayerMappableKeyQueryOptions::MappingName' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyQueryOptions, KeyToMatch) == 0x000008, "Member 'FPlayerMappableKeyQueryOptions::KeyToMatch' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyQueryOptions, SlotToMatch) == 0x000020, "Member 'FPlayerMappableKeyQueryOptions::SlotToMatch' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyQueryOptions, RequiredDeviceType) == 0x000022, "Member 'FPlayerMappableKeyQueryOptions::RequiredDeviceType' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyQueryOptions, RequiredDeviceFlags) == 0x000024, "Member 'FPlayerMappableKeyQueryOptions::RequiredDeviceFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerKeyMapping \ +static_assert(alignof(FPlayerKeyMapping) == 0x000008, "Wrong alignment on FPlayerKeyMapping"); \ +static_assert(sizeof(FPlayerKeyMapping) == 0x0000A8, "Wrong size on FPlayerKeyMapping"); \ +static_assert(offsetof(FPlayerKeyMapping, MappingName) == 0x000000, "Member 'FPlayerKeyMapping::MappingName' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, DisplayName) == 0x000008, "Member 'FPlayerKeyMapping::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, DisplayCategory) == 0x000018, "Member 'FPlayerKeyMapping::DisplayCategory' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, Slot) == 0x000028, "Member 'FPlayerKeyMapping::Slot' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, DefaultKey) == 0x000030, "Member 'FPlayerKeyMapping::DefaultKey' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, CurrentKey) == 0x000048, "Member 'FPlayerKeyMapping::CurrentKey' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, HardwareDeviceId) == 0x000060, "Member 'FPlayerKeyMapping::HardwareDeviceId' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, AssociatedInputAction) == 0x000078, "Member 'FPlayerKeyMapping::AssociatedInputAction' has a wrong offset!"); \ +static_assert(offsetof(FPlayerKeyMapping, AssociatedInputActionSoft) == 0x000080, "Member 'FPlayerKeyMapping::AssociatedInputActionSoft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnhancedActionKeyMapping \ +static_assert(alignof(FEnhancedActionKeyMapping) == 0x000008, "Wrong alignment on FEnhancedActionKeyMapping"); \ +static_assert(sizeof(FEnhancedActionKeyMapping) == 0x000050, "Wrong size on FEnhancedActionKeyMapping"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, Triggers) == 0x000000, "Member 'FEnhancedActionKeyMapping::Triggers' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, Modifiers) == 0x000010, "Member 'FEnhancedActionKeyMapping::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, Action) == 0x000020, "Member 'FEnhancedActionKeyMapping::Action' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, Key) == 0x000028, "Member 'FEnhancedActionKeyMapping::Key' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, SettingBehavior) == 0x000041, "Member 'FEnhancedActionKeyMapping::SettingBehavior' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, PlayerMappableKeySettings) == 0x000048, "Member 'FEnhancedActionKeyMapping::PlayerMappableKeySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDefaultContextSetting \ +static_assert(alignof(FDefaultContextSetting) == 0x000008, "Wrong alignment on FDefaultContextSetting"); \ +static_assert(sizeof(FDefaultContextSetting) == 0x000030, "Wrong size on FDefaultContextSetting"); \ +static_assert(offsetof(FDefaultContextSetting, InputMappingContext) == 0x000000, "Member 'FDefaultContextSetting::InputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(FDefaultContextSetting, Priority) == 0x000028, "Member 'FDefaultContextSetting::Priority' has a wrong offset!"); \ +static_assert(offsetof(FDefaultContextSetting, bAddImmediately) == 0x00002C, "Member 'FDefaultContextSetting::bAddImmediately' has a wrong offset!"); \ +static_assert(offsetof(FDefaultContextSetting, bRegisterWithUserSettings) == 0x00002D, "Member 'FDefaultContextSetting::bRegisterWithUserSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModifyContextOptions \ +static_assert(alignof(FModifyContextOptions) == 0x000001, "Wrong alignment on FModifyContextOptions"); \ +static_assert(sizeof(FModifyContextOptions) == 0x000001, "Wrong size on FModifyContextOptions"); \ + +#define DUMPER7_ASSERTS_FKeyConsumptionOptions \ +static_assert(alignof(FKeyConsumptionOptions) == 0x000008, "Wrong alignment on FKeyConsumptionOptions"); \ +static_assert(sizeof(FKeyConsumptionOptions) == 0x000018, "Wrong size on FKeyConsumptionOptions"); \ + +#define DUMPER7_ASSERTS_FKeyMappingRow \ +static_assert(alignof(FKeyMappingRow) == 0x000008, "Wrong alignment on FKeyMappingRow"); \ +static_assert(sizeof(FKeyMappingRow) == 0x000050, "Wrong size on FKeyMappingRow"); \ +static_assert(offsetof(FKeyMappingRow, Mappings) == 0x000000, "Member 'FKeyMappingRow::Mappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInjectedInputArray \ +static_assert(alignof(FInjectedInputArray) == 0x000008, "Wrong alignment on FInjectedInputArray"); \ +static_assert(sizeof(FInjectedInputArray) == 0x000010, "Wrong size on FInjectedInputArray"); \ +static_assert(offsetof(FInjectedInputArray, Injected) == 0x000000, "Member 'FInjectedInputArray::Injected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAppliedInputContextData \ +static_assert(alignof(FAppliedInputContextData) == 0x000004, "Wrong alignment on FAppliedInputContextData"); \ +static_assert(sizeof(FAppliedInputContextData) == 0x000008, "Wrong size on FAppliedInputContextData"); \ +static_assert(offsetof(FAppliedInputContextData, Priority) == 0x000000, "Member 'FAppliedInputContextData::Priority' has a wrong offset!"); \ +static_assert(offsetof(FAppliedInputContextData, RegistrationCount) == 0x000004, "Member 'FAppliedInputContextData::RegistrationCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputActionInstance \ +static_assert(alignof(FInputActionInstance) == 0x000008, "Wrong alignment on FInputActionInstance"); \ +static_assert(sizeof(FInputActionInstance) == 0x000060, "Wrong size on FInputActionInstance"); \ +static_assert(offsetof(FInputActionInstance, SourceAction) == 0x000000, "Member 'FInputActionInstance::SourceAction' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, TriggerEvent) == 0x000013, "Member 'FInputActionInstance::TriggerEvent' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, LastTriggeredWorldTime) == 0x000014, "Member 'FInputActionInstance::LastTriggeredWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, Triggers) == 0x000018, "Member 'FInputActionInstance::Triggers' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, Modifiers) == 0x000028, "Member 'FInputActionInstance::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, ElapsedProcessedTime) == 0x000058, "Member 'FInputActionInstance::ElapsedProcessedTime' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, ElapsedTriggeredTime) == 0x00005C, "Member 'FInputActionInstance::ElapsedTriggeredTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputMappingContextMappingData \ +static_assert(alignof(FInputMappingContextMappingData) == 0x000008, "Wrong alignment on FInputMappingContextMappingData"); \ +static_assert(sizeof(FInputMappingContextMappingData) == 0x000010, "Wrong size on FInputMappingContextMappingData"); \ +static_assert(offsetof(FInputMappingContextMappingData, Mappings) == 0x000000, "Member 'FInputMappingContextMappingData::Mappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputComboStepData \ +static_assert(alignof(FInputComboStepData) == 0x000008, "Wrong alignment on FInputComboStepData"); \ +static_assert(sizeof(FInputComboStepData) == 0x000010, "Wrong size on FInputComboStepData"); \ +static_assert(offsetof(FInputComboStepData, ComboStepAction) == 0x000000, "Member 'FInputComboStepData::ComboStepAction' has a wrong offset!"); \ +static_assert(offsetof(FInputComboStepData, ComboStepCompletionStates) == 0x000008, "Member 'FInputComboStepData::ComboStepCompletionStates' has a wrong offset!"); \ +static_assert(offsetof(FInputComboStepData, TimeToPressKey) == 0x00000C, "Member 'FInputComboStepData::TimeToPressKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputCancelAction \ +static_assert(alignof(FInputCancelAction) == 0x000008, "Wrong alignment on FInputCancelAction"); \ +static_assert(sizeof(FInputCancelAction) == 0x000010, "Wrong size on FInputCancelAction"); \ +static_assert(offsetof(FInputCancelAction, CancelAction) == 0x000000, "Member 'FInputCancelAction::CancelAction' has a wrong offset!"); \ +static_assert(offsetof(FInputCancelAction, CancellationStates) == 0x000008, "Member 'FInputCancelAction::CancellationStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputActionDelegateBinding \ +static_assert(alignof(UEnhancedInputActionDelegateBinding) == 0x000008, "Wrong alignment on UEnhancedInputActionDelegateBinding"); \ +static_assert(sizeof(UEnhancedInputActionDelegateBinding) == 0x000038, "Wrong size on UEnhancedInputActionDelegateBinding"); \ +static_assert(offsetof(UEnhancedInputActionDelegateBinding, InputActionDelegateBindings) == 0x000028, "Member 'UEnhancedInputActionDelegateBinding::InputActionDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputActionValueBinding \ +static_assert(alignof(UEnhancedInputActionValueBinding) == 0x000008, "Wrong alignment on UEnhancedInputActionValueBinding"); \ +static_assert(sizeof(UEnhancedInputActionValueBinding) == 0x000038, "Wrong size on UEnhancedInputActionValueBinding"); \ +static_assert(offsetof(UEnhancedInputActionValueBinding, InputActionValueBindings) == 0x000028, "Member 'UEnhancedInputActionValueBinding::InputActionValueBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputComponent_GetBoundActionValue \ +static_assert(alignof(EnhancedInputComponent_GetBoundActionValue) == 0x000008, "Wrong alignment on EnhancedInputComponent_GetBoundActionValue"); \ +static_assert(sizeof(EnhancedInputComponent_GetBoundActionValue) == 0x000028, "Wrong size on EnhancedInputComponent_GetBoundActionValue"); \ +static_assert(offsetof(EnhancedInputComponent_GetBoundActionValue, Action) == 0x000000, "Member 'EnhancedInputComponent_GetBoundActionValue::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputComponent_GetBoundActionValue, ReturnValue) == 0x000008, "Member 'EnhancedInputComponent_GetBoundActionValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputComponent \ +static_assert(alignof(UEnhancedInputComponent) == 0x000008, "Wrong alignment on UEnhancedInputComponent"); \ +static_assert(sizeof(UEnhancedInputComponent) == 0x000180, "Wrong size on UEnhancedInputComponent"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputDeveloperSettings \ +static_assert(alignof(UEnhancedInputDeveloperSettings) == 0x000008, "Wrong alignment on UEnhancedInputDeveloperSettings"); \ +static_assert(sizeof(UEnhancedInputDeveloperSettings) == 0x000160, "Wrong size on UEnhancedInputDeveloperSettings"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, DefaultMappingContexts) == 0x000038, "Member 'UEnhancedInputDeveloperSettings::DefaultMappingContexts' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, DefaultWorldSubsystemMappingContexts) == 0x000048, "Member 'UEnhancedInputDeveloperSettings::DefaultWorldSubsystemMappingContexts' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, PlatformSettings) == 0x000058, "Member 'UEnhancedInputDeveloperSettings::PlatformSettings' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, UserSettingsClass) == 0x000068, "Member 'UEnhancedInputDeveloperSettings::UserSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, DefaultPlayerMappableKeyProfileClass) == 0x000090, "Member 'UEnhancedInputDeveloperSettings::DefaultPlayerMappableKeyProfileClass' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, InputSettingsSaveSlotName) == 0x0000B8, "Member 'UEnhancedInputDeveloperSettings::InputSettingsSaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, DefaultWorldInputClass) == 0x0000C8, "Member 'UEnhancedInputDeveloperSettings::DefaultWorldInputClass' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, DefaultMappingContextInputModeQuery) == 0x0000F8, "Member 'UEnhancedInputDeveloperSettings::DefaultMappingContextInputModeQuery' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputDeveloperSettings, DefaultInputMode) == 0x000140, "Member 'UEnhancedInputDeveloperSettings::DefaultInputMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_BreakInputActionValue \ +static_assert(alignof(EnhancedInputLibrary_BreakInputActionValue) == 0x000008, "Wrong alignment on EnhancedInputLibrary_BreakInputActionValue"); \ +static_assert(sizeof(EnhancedInputLibrary_BreakInputActionValue) == 0x000040, "Wrong size on EnhancedInputLibrary_BreakInputActionValue"); \ +static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, InActionValue) == 0x000000, "Member 'EnhancedInputLibrary_BreakInputActionValue::InActionValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, X) == 0x000020, "Member 'EnhancedInputLibrary_BreakInputActionValue::X' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, Y) == 0x000028, "Member 'EnhancedInputLibrary_BreakInputActionValue::Y' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, Z) == 0x000030, "Member 'EnhancedInputLibrary_BreakInputActionValue::Z' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, Type) == 0x000038, "Member 'EnhancedInputLibrary_BreakInputActionValue::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToAxis1D \ +static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToAxis1D) == 0x000008, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToAxis1D"); \ +static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToAxis1D) == 0x000028, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToAxis1D"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis1D, InValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis1D::InValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis1D, ReturnValue) == 0x000020, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToAxis2D \ +static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToAxis2D) == 0x000008, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToAxis2D"); \ +static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToAxis2D) == 0x000030, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToAxis2D"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis2D, InValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis2D::InValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis2D, ReturnValue) == 0x000020, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToAxis3D \ +static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToAxis3D) == 0x000008, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToAxis3D"); \ +static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToAxis3D) == 0x000038, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToAxis3D"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis3D, ActionValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis3D::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis3D, ReturnValue) == 0x000020, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToBool \ +static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToBool) == 0x000008, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToBool"); \ +static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToBool) == 0x000028, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToBool"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToBool, InValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToBool::InValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToBool, ReturnValue) == 0x000020, "Member 'EnhancedInputLibrary_Conv_InputActionValueToBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToString \ +static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToString) == 0x000008, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToString"); \ +static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToString) == 0x000030, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToString"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToString, ActionValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToString::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToString, ReturnValue) == 0x000020, "Member 'EnhancedInputLibrary_Conv_InputActionValueToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_TriggerEventValueToString \ +static_assert(alignof(EnhancedInputLibrary_Conv_TriggerEventValueToString) == 0x000008, "Wrong alignment on EnhancedInputLibrary_Conv_TriggerEventValueToString"); \ +static_assert(sizeof(EnhancedInputLibrary_Conv_TriggerEventValueToString) == 0x000018, "Wrong size on EnhancedInputLibrary_Conv_TriggerEventValueToString"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_TriggerEventValueToString, TriggerEvent) == 0x000000, "Member 'EnhancedInputLibrary_Conv_TriggerEventValueToString::TriggerEvent' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_Conv_TriggerEventValueToString, ReturnValue) == 0x000008, "Member 'EnhancedInputLibrary_Conv_TriggerEventValueToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_FlushPlayerInput \ +static_assert(alignof(EnhancedInputLibrary_FlushPlayerInput) == 0x000008, "Wrong alignment on EnhancedInputLibrary_FlushPlayerInput"); \ +static_assert(sizeof(EnhancedInputLibrary_FlushPlayerInput) == 0x000008, "Wrong size on EnhancedInputLibrary_FlushPlayerInput"); \ +static_assert(offsetof(EnhancedInputLibrary_FlushPlayerInput, PlayerController) == 0x000000, "Member 'EnhancedInputLibrary_FlushPlayerInput::PlayerController' 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_GetMappingName \ +static_assert(alignof(EnhancedInputLibrary_GetMappingName) == 0x000008, "Wrong alignment on EnhancedInputLibrary_GetMappingName"); \ +static_assert(sizeof(EnhancedInputLibrary_GetMappingName) == 0x000058, "Wrong size on EnhancedInputLibrary_GetMappingName"); \ +static_assert(offsetof(EnhancedInputLibrary_GetMappingName, ActionKeyMapping) == 0x000000, "Member 'EnhancedInputLibrary_GetMappingName::ActionKeyMapping' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_GetMappingName, ReturnValue) == 0x000050, "Member 'EnhancedInputLibrary_GetMappingName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_GetPlayerMappableKeySettings \ +static_assert(alignof(EnhancedInputLibrary_GetPlayerMappableKeySettings) == 0x000008, "Wrong alignment on EnhancedInputLibrary_GetPlayerMappableKeySettings"); \ +static_assert(sizeof(EnhancedInputLibrary_GetPlayerMappableKeySettings) == 0x000058, "Wrong size on EnhancedInputLibrary_GetPlayerMappableKeySettings"); \ +static_assert(offsetof(EnhancedInputLibrary_GetPlayerMappableKeySettings, ActionKeyMapping) == 0x000000, "Member 'EnhancedInputLibrary_GetPlayerMappableKeySettings::ActionKeyMapping' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_GetPlayerMappableKeySettings, ReturnValue) == 0x000050, "Member 'EnhancedInputLibrary_GetPlayerMappableKeySettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_IsActionKeyMappingPlayerMappable \ +static_assert(alignof(EnhancedInputLibrary_IsActionKeyMappingPlayerMappable) == 0x000008, "Wrong alignment on EnhancedInputLibrary_IsActionKeyMappingPlayerMappable"); \ +static_assert(sizeof(EnhancedInputLibrary_IsActionKeyMappingPlayerMappable) == 0x000058, "Wrong size on EnhancedInputLibrary_IsActionKeyMappingPlayerMappable"); \ +static_assert(offsetof(EnhancedInputLibrary_IsActionKeyMappingPlayerMappable, ActionKeyMapping) == 0x000000, "Member 'EnhancedInputLibrary_IsActionKeyMappingPlayerMappable::ActionKeyMapping' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_IsActionKeyMappingPlayerMappable, ReturnValue) == 0x000050, "Member 'EnhancedInputLibrary_IsActionKeyMappingPlayerMappable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_MakeInputActionValueOfType \ +static_assert(alignof(EnhancedInputLibrary_MakeInputActionValueOfType) == 0x000008, "Wrong alignment on EnhancedInputLibrary_MakeInputActionValueOfType"); \ +static_assert(sizeof(EnhancedInputLibrary_MakeInputActionValueOfType) == 0x000040, "Wrong size on EnhancedInputLibrary_MakeInputActionValueOfType"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValueOfType, X) == 0x000000, "Member 'EnhancedInputLibrary_MakeInputActionValueOfType::X' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValueOfType, Y) == 0x000008, "Member 'EnhancedInputLibrary_MakeInputActionValueOfType::Y' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValueOfType, Z) == 0x000010, "Member 'EnhancedInputLibrary_MakeInputActionValueOfType::Z' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValueOfType, ValueType) == 0x000018, "Member 'EnhancedInputLibrary_MakeInputActionValueOfType::ValueType' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValueOfType, ReturnValue) == 0x000020, "Member 'EnhancedInputLibrary_MakeInputActionValueOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext \ +static_assert(alignof(EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext) == 0x000008, "Wrong alignment on EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext"); \ +static_assert(sizeof(EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext) == 0x000010, "Wrong size on EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext"); \ +static_assert(offsetof(EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext, Context) == 0x000000, "Member 'EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext::Context' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext, bForceImmediately) == 0x000008, "Member 'EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext::bForceImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputLibrary \ +static_assert(alignof(UEnhancedInputLibrary) == 0x000008, "Wrong alignment on UEnhancedInputLibrary"); \ +static_assert(sizeof(UEnhancedInputLibrary) == 0x000028, "Wrong size on UEnhancedInputLibrary"); \ + +#define DUMPER7_ASSERTS_EnhancedInputPlatformData_GetContextRedirect \ +static_assert(alignof(EnhancedInputPlatformData_GetContextRedirect) == 0x000008, "Wrong alignment on EnhancedInputPlatformData_GetContextRedirect"); \ +static_assert(sizeof(EnhancedInputPlatformData_GetContextRedirect) == 0x000010, "Wrong size on EnhancedInputPlatformData_GetContextRedirect"); \ +static_assert(offsetof(EnhancedInputPlatformData_GetContextRedirect, InContext) == 0x000000, "Member 'EnhancedInputPlatformData_GetContextRedirect::InContext' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputPlatformData_GetContextRedirect, ReturnValue) == 0x000008, "Member 'EnhancedInputPlatformData_GetContextRedirect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputPlatformData \ +static_assert(alignof(UEnhancedInputPlatformData) == 0x000008, "Wrong alignment on UEnhancedInputPlatformData"); \ +static_assert(sizeof(UEnhancedInputPlatformData) == 0x000078, "Wrong size on UEnhancedInputPlatformData"); \ +static_assert(offsetof(UEnhancedInputPlatformData, MappingContextRedirects) == 0x000028, "Member 'UEnhancedInputPlatformData::MappingContextRedirects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputPlatformSettings \ +static_assert(alignof(UEnhancedInputPlatformSettings) == 0x000008, "Wrong alignment on UEnhancedInputPlatformSettings"); \ +static_assert(sizeof(UEnhancedInputPlatformSettings) == 0x000068, "Wrong size on UEnhancedInputPlatformSettings"); \ +static_assert(offsetof(UEnhancedInputPlatformSettings, InputData) == 0x000040, "Member 'UEnhancedInputPlatformSettings::InputData' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputPlatformSettings, InputDataClasses) == 0x000050, "Member 'UEnhancedInputPlatformSettings::InputDataClasses' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputPlatformSettings, bShouldLogMappingContextRedirects) == 0x000060, "Member 'UEnhancedInputPlatformSettings::bShouldLogMappingContextRedirects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_AddMappingContext \ +static_assert(alignof(EnhancedInputSubsystemInterface_AddMappingContext) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_AddMappingContext"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_AddMappingContext) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_AddMappingContext"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddMappingContext, MappingContext) == 0x000000, "Member 'EnhancedInputSubsystemInterface_AddMappingContext::MappingContext' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddMappingContext, Priority) == 0x000008, "Member 'EnhancedInputSubsystemInterface_AddMappingContext::Priority' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddMappingContext, Options) == 0x00000C, "Member 'EnhancedInputSubsystemInterface_AddMappingContext::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_AddTagToInputMode \ +static_assert(alignof(EnhancedInputSubsystemInterface_AddTagToInputMode) == 0x000004, "Wrong alignment on EnhancedInputSubsystemInterface_AddTagToInputMode"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_AddTagToInputMode) == 0x00000C, "Wrong size on EnhancedInputSubsystemInterface_AddTagToInputMode"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddTagToInputMode, TagToAdd) == 0x000000, "Member 'EnhancedInputSubsystemInterface_AddTagToInputMode::TagToAdd' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddTagToInputMode, Options) == 0x000008, "Member 'EnhancedInputSubsystemInterface_AddTagToInputMode::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_AppendTagsToInputMode \ +static_assert(alignof(EnhancedInputSubsystemInterface_AppendTagsToInputMode) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_AppendTagsToInputMode"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_AppendTagsToInputMode) == 0x000028, "Wrong size on EnhancedInputSubsystemInterface_AppendTagsToInputMode"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AppendTagsToInputMode, TagsToAdd) == 0x000000, "Member 'EnhancedInputSubsystemInterface_AppendTagsToInputMode::TagsToAdd' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AppendTagsToInputMode, Options) == 0x000020, "Member 'EnhancedInputSubsystemInterface_AppendTagsToInputMode::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_InjectInputForAction \ +static_assert(alignof(EnhancedInputSubsystemInterface_InjectInputForAction) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_InjectInputForAction"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_InjectInputForAction) == 0x000048, "Wrong size on EnhancedInputSubsystemInterface_InjectInputForAction"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForAction, Action) == 0x000000, "Member 'EnhancedInputSubsystemInterface_InjectInputForAction::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForAction, RawValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_InjectInputForAction::RawValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForAction, Modifiers) == 0x000028, "Member 'EnhancedInputSubsystemInterface_InjectInputForAction::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForAction, Triggers) == 0x000038, "Member 'EnhancedInputSubsystemInterface_InjectInputForAction::Triggers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_InjectInputForPlayerMapping \ +static_assert(alignof(EnhancedInputSubsystemInterface_InjectInputForPlayerMapping) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_InjectInputForPlayerMapping"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_InjectInputForPlayerMapping) == 0x000048, "Wrong size on EnhancedInputSubsystemInterface_InjectInputForPlayerMapping"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForPlayerMapping, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_InjectInputForPlayerMapping::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForPlayerMapping, RawValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_InjectInputForPlayerMapping::RawValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForPlayerMapping, Modifiers) == 0x000028, "Member 'EnhancedInputSubsystemInterface_InjectInputForPlayerMapping::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputForPlayerMapping, Triggers) == 0x000038, "Member 'EnhancedInputSubsystemInterface_InjectInputForPlayerMapping::Triggers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_InjectInputVectorForAction \ +static_assert(alignof(EnhancedInputSubsystemInterface_InjectInputVectorForAction) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_InjectInputVectorForAction"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_InjectInputVectorForAction) == 0x000040, "Wrong size on EnhancedInputSubsystemInterface_InjectInputVectorForAction"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForAction, Action) == 0x000000, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForAction::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForAction, Value) == 0x000008, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForAction::Value' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForAction, Modifiers) == 0x000020, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForAction::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForAction, Triggers) == 0x000030, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForAction::Triggers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping \ +static_assert(alignof(EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping) == 0x000040, "Wrong size on EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping, Value) == 0x000008, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping::Value' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping, Modifiers) == 0x000020, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping, Triggers) == 0x000030, "Member 'EnhancedInputSubsystemInterface_InjectInputVectorForPlayerMapping::Triggers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_OnUserKeyProfileChanged \ +static_assert(alignof(EnhancedInputSubsystemInterface_OnUserKeyProfileChanged) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_OnUserKeyProfileChanged"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_OnUserKeyProfileChanged) == 0x000008, "Wrong size on EnhancedInputSubsystemInterface_OnUserKeyProfileChanged"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_OnUserKeyProfileChanged, InNewProfile) == 0x000000, "Member 'EnhancedInputSubsystemInterface_OnUserKeyProfileChanged::InNewProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_OnUserSettingsChanged \ +static_assert(alignof(EnhancedInputSubsystemInterface_OnUserSettingsChanged) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_OnUserSettingsChanged"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_OnUserSettingsChanged) == 0x000008, "Wrong size on EnhancedInputSubsystemInterface_OnUserSettingsChanged"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_OnUserSettingsChanged, Settings) == 0x000000, "Member 'EnhancedInputSubsystemInterface_OnUserSettingsChanged::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet \ +static_assert(alignof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet) == 0x000040, "Wrong size on EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, InputContext) == 0x000000, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::InputContext' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, Action) == 0x000008, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, Key) == 0x000010, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::Key' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, OutIssues) == 0x000028, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::OutIssues' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, BlockingIssues) == 0x000038, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::BlockingIssues' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, ReturnValue) == 0x000039, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_QueryMapKeyInContextSet \ +static_assert(alignof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_QueryMapKeyInContextSet"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet) == 0x000050, "Wrong size on EnhancedInputSubsystemInterface_QueryMapKeyInContextSet"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, PrioritizedActiveContexts) == 0x000000, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::PrioritizedActiveContexts' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, InputContext) == 0x000010, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::InputContext' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, Action) == 0x000018, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, Key) == 0x000020, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::Key' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, OutIssues) == 0x000038, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::OutIssues' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, BlockingIssues) == 0x000048, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::BlockingIssues' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, ReturnValue) == 0x000049, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_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_RemoveTagFromInputMode \ +static_assert(alignof(EnhancedInputSubsystemInterface_RemoveTagFromInputMode) == 0x000004, "Wrong alignment on EnhancedInputSubsystemInterface_RemoveTagFromInputMode"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_RemoveTagFromInputMode) == 0x00000C, "Wrong size on EnhancedInputSubsystemInterface_RemoveTagFromInputMode"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemoveTagFromInputMode, TagToRemove) == 0x000000, "Member 'EnhancedInputSubsystemInterface_RemoveTagFromInputMode::TagToRemove' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemoveTagFromInputMode, Options) == 0x000008, "Member 'EnhancedInputSubsystemInterface_RemoveTagFromInputMode::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_RemoveTagsFromInputMode \ +static_assert(alignof(EnhancedInputSubsystemInterface_RemoveTagsFromInputMode) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_RemoveTagsFromInputMode"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_RemoveTagsFromInputMode) == 0x000028, "Wrong size on EnhancedInputSubsystemInterface_RemoveTagsFromInputMode"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemoveTagsFromInputMode, TagsToRemove) == 0x000000, "Member 'EnhancedInputSubsystemInterface_RemoveTagsFromInputMode::TagsToRemove' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemoveTagsFromInputMode, Options) == 0x000020, "Member 'EnhancedInputSubsystemInterface_RemoveTagsFromInputMode::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_RequestRebuildControlMappings \ +static_assert(alignof(EnhancedInputSubsystemInterface_RequestRebuildControlMappings) == 0x000001, "Wrong alignment on EnhancedInputSubsystemInterface_RequestRebuildControlMappings"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_RequestRebuildControlMappings) == 0x000002, "Wrong size on EnhancedInputSubsystemInterface_RequestRebuildControlMappings"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RequestRebuildControlMappings, Options) == 0x000000, "Member 'EnhancedInputSubsystemInterface_RequestRebuildControlMappings::Options' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RequestRebuildControlMappings, RebuildType) == 0x000001, "Member 'EnhancedInputSubsystemInterface_RequestRebuildControlMappings::RebuildType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_SetInputMode \ +static_assert(alignof(EnhancedInputSubsystemInterface_SetInputMode) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_SetInputMode"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_SetInputMode) == 0x000028, "Wrong size on EnhancedInputSubsystemInterface_SetInputMode"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_SetInputMode, NewMode) == 0x000000, "Member 'EnhancedInputSubsystemInterface_SetInputMode::NewMode' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_SetInputMode, Options) == 0x000020, "Member 'EnhancedInputSubsystemInterface_SetInputMode::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction \ +static_assert(alignof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction) == 0x000048, "Wrong size on EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction, Action) == 0x000000, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction, RawValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction::RawValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction, Modifiers) == 0x000028, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction, Triggers) == 0x000038, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForAction::Triggers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping \ +static_assert(alignof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping) == 0x000048, "Wrong size on EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping, RawValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping::RawValue' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping, Modifiers) == 0x000028, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping, Triggers) == 0x000038, "Member 'EnhancedInputSubsystemInterface_StartContinuousInputInjectionForPlayerMapping::Triggers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction \ +static_assert(alignof(EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction) == 0x000008, "Wrong size on EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction, Action) == 0x000000, "Member 'EnhancedInputSubsystemInterface_StopContinuousInputInjectionForAction::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping \ +static_assert(alignof(EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping) == 0x000004, "Wrong alignment on EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping) == 0x000008, "Wrong size on EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_StopContinuousInputInjectionForPlayerMapping::MappingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction \ +static_assert(alignof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction) == 0x000028, "Wrong size on EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction, Action) == 0x000000, "Member 'EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction::Action' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction, RawValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForAction::RawValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping \ +static_assert(alignof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping) == 0x000028, "Wrong size on EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping, RawValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_UpdateValueOfContinuousInputInjectionForPlayerMapping::RawValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings \ +static_assert(alignof(EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings, ReturnValue) == 0x000000, "Member 'EnhancedInputSubsystemInterface_GetAllPlayerMappableActionKeyMappings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_GetInputMode \ +static_assert(alignof(EnhancedInputSubsystemInterface_GetInputMode) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_GetInputMode"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_GetInputMode) == 0x000020, "Wrong size on EnhancedInputSubsystemInterface_GetInputMode"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_GetInputMode, ReturnValue) == 0x000000, "Member 'EnhancedInputSubsystemInterface_GetInputMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_GetUserSettings \ +static_assert(alignof(EnhancedInputSubsystemInterface_GetUserSettings) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_GetUserSettings"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_GetUserSettings) == 0x000008, "Wrong size on EnhancedInputSubsystemInterface_GetUserSettings"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_GetUserSettings, ReturnValue) == 0x000000, "Member 'EnhancedInputSubsystemInterface_GetUserSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_HasMappingContext \ +static_assert(alignof(EnhancedInputSubsystemInterface_HasMappingContext) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_HasMappingContext"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_HasMappingContext) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_HasMappingContext"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_HasMappingContext, MappingContext) == 0x000000, "Member 'EnhancedInputSubsystemInterface_HasMappingContext::MappingContext' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_HasMappingContext, OutFoundPriority) == 0x000008, "Member 'EnhancedInputSubsystemInterface_HasMappingContext::OutFoundPriority' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_HasMappingContext, ReturnValue) == 0x00000C, "Member 'EnhancedInputSubsystemInterface_HasMappingContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_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) == 0x000218, "Wrong size on UEnhancedInputLocalPlayerSubsystem"); \ +static_assert(offsetof(UEnhancedInputLocalPlayerSubsystem, ControlMappingsRebuiltDelegate) == 0x000180, "Member 'UEnhancedInputLocalPlayerSubsystem::ControlMappingsRebuiltDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputLocalPlayerSubsystem, OnMappingContextAdded) == 0x000190, "Member 'UEnhancedInputLocalPlayerSubsystem::OnMappingContextAdded' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputLocalPlayerSubsystem, OnMappingContextRemoved) == 0x0001A0, "Member 'UEnhancedInputLocalPlayerSubsystem::OnMappingContextRemoved' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputLocalPlayerSubsystem, OnPostUserSettingsInitialized) == 0x0001B0, "Member 'UEnhancedInputLocalPlayerSubsystem::OnPostUserSettingsInitialized' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputLocalPlayerSubsystem, UserSettings) == 0x0001C0, "Member 'UEnhancedInputLocalPlayerSubsystem::UserSettings' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputLocalPlayerSubsystem, ContinuouslyInjectedInputs) == 0x0001C8, "Member 'UEnhancedInputLocalPlayerSubsystem::ContinuouslyInjectedInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputWorldSubsystem_AddActorInputComponent \ +static_assert(alignof(EnhancedInputWorldSubsystem_AddActorInputComponent) == 0x000008, "Wrong alignment on EnhancedInputWorldSubsystem_AddActorInputComponent"); \ +static_assert(sizeof(EnhancedInputWorldSubsystem_AddActorInputComponent) == 0x000008, "Wrong size on EnhancedInputWorldSubsystem_AddActorInputComponent"); \ +static_assert(offsetof(EnhancedInputWorldSubsystem_AddActorInputComponent, Actor) == 0x000000, "Member 'EnhancedInputWorldSubsystem_AddActorInputComponent::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputWorldSubsystem_RemoveActorInputComponent \ +static_assert(alignof(EnhancedInputWorldSubsystem_RemoveActorInputComponent) == 0x000008, "Wrong alignment on EnhancedInputWorldSubsystem_RemoveActorInputComponent"); \ +static_assert(sizeof(EnhancedInputWorldSubsystem_RemoveActorInputComponent) == 0x000010, "Wrong size on EnhancedInputWorldSubsystem_RemoveActorInputComponent"); \ +static_assert(offsetof(EnhancedInputWorldSubsystem_RemoveActorInputComponent, Actor) == 0x000000, "Member 'EnhancedInputWorldSubsystem_RemoveActorInputComponent::Actor' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputWorldSubsystem_RemoveActorInputComponent, ReturnValue) == 0x000008, "Member 'EnhancedInputWorldSubsystem_RemoveActorInputComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputWorldSubsystem \ +static_assert(alignof(UEnhancedInputWorldSubsystem) == 0x000008, "Wrong alignment on UEnhancedInputWorldSubsystem"); \ +static_assert(sizeof(UEnhancedInputWorldSubsystem) == 0x000200, "Wrong size on UEnhancedInputWorldSubsystem"); \ +static_assert(offsetof(UEnhancedInputWorldSubsystem, PlayerInput) == 0x000188, "Member 'UEnhancedInputWorldSubsystem::PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputWorldSubsystem, CurrentInputStack) == 0x0001A0, "Member 'UEnhancedInputWorldSubsystem::CurrentInputStack' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputWorldSubsystem, ContinuouslyInjectedInputs) == 0x0001B0, "Member 'UEnhancedInputWorldSubsystem::ContinuouslyInjectedInputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedPlayerInput \ +static_assert(alignof(UEnhancedPlayerInput) == 0x000008, "Wrong alignment on UEnhancedPlayerInput"); \ +static_assert(sizeof(UEnhancedPlayerInput) == 0x000900, "Wrong size on UEnhancedPlayerInput"); \ +static_assert(offsetof(UEnhancedPlayerInput, KeyConsumptionData) == 0x000498, "Member 'UEnhancedPlayerInput::KeyConsumptionData' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, ActionInstanceData) == 0x0004E8, "Member 'UEnhancedPlayerInput::ActionInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, ConsumedInputActions) == 0x000538, "Member 'UEnhancedPlayerInput::ConsumedInputActions' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, AppliedInputContextData) == 0x000588, "Member 'UEnhancedPlayerInput::AppliedInputContextData' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, AppliedInputContexts) == 0x0005D8, "Member 'UEnhancedPlayerInput::AppliedInputContexts' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, EnhancedActionMappings) == 0x000628, "Member 'UEnhancedPlayerInput::EnhancedActionMappings' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, CurrentInputMode) == 0x000638, "Member 'UEnhancedPlayerInput::CurrentInputMode' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, KeysPressedThisTick) == 0x000798, "Member 'UEnhancedPlayerInput::KeysPressedThisTick' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, InputsInjectedThisTick) == 0x0007E8, "Member 'UEnhancedPlayerInput::InputsInjectedThisTick' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, LastInjectedActions) == 0x000838, "Member 'UEnhancedPlayerInput::LastInjectedActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputAction \ +static_assert(alignof(UInputAction) == 0x000008, "Wrong alignment on UInputAction"); \ +static_assert(sizeof(UInputAction) == 0x000078, "Wrong size on UInputAction"); \ +static_assert(offsetof(UInputAction, ActionDescription) == 0x000030, "Member 'UInputAction::ActionDescription' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, bTriggerWhenPaused) == 0x000040, "Member 'UInputAction::bTriggerWhenPaused' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, bConsumeInput) == 0x000041, "Member 'UInputAction::bConsumeInput' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, bConsumesActionAndAxisMappings) == 0x000042, "Member 'UInputAction::bConsumesActionAndAxisMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, bReserveAllMappings) == 0x000043, "Member 'UInputAction::bReserveAllMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, TriggerEventsThatConsumeLegacyKeys) == 0x000044, "Member 'UInputAction::TriggerEventsThatConsumeLegacyKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, ValueType) == 0x000048, "Member 'UInputAction::ValueType' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, AccumulationBehavior) == 0x000049, "Member 'UInputAction::AccumulationBehavior' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, Triggers) == 0x000050, "Member 'UInputAction::Triggers' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, Modifiers) == 0x000060, "Member 'UInputAction::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, PlayerMappableKeySettings) == 0x000070, "Member 'UInputAction::PlayerMappableKeySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputDebugKeyDelegateBinding \ +static_assert(alignof(UInputDebugKeyDelegateBinding) == 0x000008, "Wrong alignment on UInputDebugKeyDelegateBinding"); \ +static_assert(sizeof(UInputDebugKeyDelegateBinding) == 0x000038, "Wrong size on UInputDebugKeyDelegateBinding"); \ +static_assert(offsetof(UInputDebugKeyDelegateBinding, InputDebugKeyDelegateBindings) == 0x000028, "Member 'UInputDebugKeyDelegateBinding::InputDebugKeyDelegateBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputMappingContext_ShouldShowInputModeQuery \ +static_assert(alignof(InputMappingContext_ShouldShowInputModeQuery) == 0x000001, "Wrong alignment on InputMappingContext_ShouldShowInputModeQuery"); \ +static_assert(sizeof(InputMappingContext_ShouldShowInputModeQuery) == 0x000001, "Wrong size on InputMappingContext_ShouldShowInputModeQuery"); \ +static_assert(offsetof(InputMappingContext_ShouldShowInputModeQuery, ReturnValue) == 0x000000, "Member 'InputMappingContext_ShouldShowInputModeQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputMappingContext_MapKey \ +static_assert(alignof(InputMappingContext_MapKey) == 0x000008, "Wrong alignment on InputMappingContext_MapKey"); \ +static_assert(sizeof(InputMappingContext_MapKey) == 0x000070, "Wrong size on InputMappingContext_MapKey"); \ +static_assert(offsetof(InputMappingContext_MapKey, Action) == 0x000000, "Member 'InputMappingContext_MapKey::Action' has a wrong offset!"); \ +static_assert(offsetof(InputMappingContext_MapKey, ToKey) == 0x000008, "Member 'InputMappingContext_MapKey::ToKey' has a wrong offset!"); \ +static_assert(offsetof(InputMappingContext_MapKey, ReturnValue) == 0x000020, "Member 'InputMappingContext_MapKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputMappingContext_UnmapAllKeysFromAction \ +static_assert(alignof(InputMappingContext_UnmapAllKeysFromAction) == 0x000008, "Wrong alignment on InputMappingContext_UnmapAllKeysFromAction"); \ +static_assert(sizeof(InputMappingContext_UnmapAllKeysFromAction) == 0x000008, "Wrong size on InputMappingContext_UnmapAllKeysFromAction"); \ +static_assert(offsetof(InputMappingContext_UnmapAllKeysFromAction, Action) == 0x000000, "Member 'InputMappingContext_UnmapAllKeysFromAction::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputMappingContext_UnmapKey \ +static_assert(alignof(InputMappingContext_UnmapKey) == 0x000008, "Wrong alignment on InputMappingContext_UnmapKey"); \ +static_assert(sizeof(InputMappingContext_UnmapKey) == 0x000020, "Wrong size on InputMappingContext_UnmapKey"); \ +static_assert(offsetof(InputMappingContext_UnmapKey, Action) == 0x000000, "Member 'InputMappingContext_UnmapKey::Action' has a wrong offset!"); \ +static_assert(offsetof(InputMappingContext_UnmapKey, Key) == 0x000008, "Member 'InputMappingContext_UnmapKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputMappingContext \ +static_assert(alignof(UInputMappingContext) == 0x000008, "Wrong alignment on UInputMappingContext"); \ +static_assert(sizeof(UInputMappingContext) == 0x000108, "Wrong size on UInputMappingContext"); \ +static_assert(offsetof(UInputMappingContext, Mappings) == 0x000030, "Member 'UInputMappingContext::Mappings' has a wrong offset!"); \ +static_assert(offsetof(UInputMappingContext, DefaultKeyMappings) == 0x000040, "Member 'UInputMappingContext::DefaultKeyMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputMappingContext, MappingProfileOverrides) == 0x000050, "Member 'UInputMappingContext::MappingProfileOverrides' has a wrong offset!"); \ +static_assert(offsetof(UInputMappingContext, InputModeFilterOptions) == 0x0000A0, "Member 'UInputMappingContext::InputModeFilterOptions' has a wrong offset!"); \ +static_assert(offsetof(UInputMappingContext, InputModeQueryOverride) == 0x0000A8, "Member 'UInputMappingContext::InputModeQueryOverride' has a wrong offset!"); \ +static_assert(offsetof(UInputMappingContext, RegistrationTrackingMode) == 0x0000F0, "Member 'UInputMappingContext::RegistrationTrackingMode' has a wrong offset!"); \ +static_assert(offsetof(UInputMappingContext, ContextDescription) == 0x0000F8, "Member 'UInputMappingContext::ContextDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputModifier_GetVisualizationColor \ +static_assert(alignof(InputModifier_GetVisualizationColor) == 0x000008, "Wrong alignment on InputModifier_GetVisualizationColor"); \ +static_assert(sizeof(InputModifier_GetVisualizationColor) == 0x000050, "Wrong size on InputModifier_GetVisualizationColor"); \ +static_assert(offsetof(InputModifier_GetVisualizationColor, SampleValue) == 0x000000, "Member 'InputModifier_GetVisualizationColor::SampleValue' has a wrong offset!"); \ +static_assert(offsetof(InputModifier_GetVisualizationColor, FinalValue) == 0x000020, "Member 'InputModifier_GetVisualizationColor::FinalValue' has a wrong offset!"); \ +static_assert(offsetof(InputModifier_GetVisualizationColor, ReturnValue) == 0x000040, "Member 'InputModifier_GetVisualizationColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputModifier_ModifyRaw \ +static_assert(alignof(InputModifier_ModifyRaw) == 0x000008, "Wrong alignment on InputModifier_ModifyRaw"); \ +static_assert(sizeof(InputModifier_ModifyRaw) == 0x000050, "Wrong size on InputModifier_ModifyRaw"); \ +static_assert(offsetof(InputModifier_ModifyRaw, PlayerInput) == 0x000000, "Member 'InputModifier_ModifyRaw::PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(InputModifier_ModifyRaw, CurrentValue) == 0x000008, "Member 'InputModifier_ModifyRaw::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(InputModifier_ModifyRaw, DeltaTime) == 0x000028, "Member 'InputModifier_ModifyRaw::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(InputModifier_ModifyRaw, ReturnValue) == 0x000030, "Member 'InputModifier_ModifyRaw::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifier \ +static_assert(alignof(UInputModifier) == 0x000008, "Wrong alignment on UInputModifier"); \ +static_assert(sizeof(UInputModifier) == 0x000028, "Wrong size on UInputModifier"); \ + +#define DUMPER7_ASSERTS_UInputModifierSmoothDelta \ +static_assert(alignof(UInputModifierSmoothDelta) == 0x000008, "Wrong alignment on UInputModifierSmoothDelta"); \ +static_assert(sizeof(UInputModifierSmoothDelta) == 0x000068, "Wrong size on UInputModifierSmoothDelta"); \ +static_assert(offsetof(UInputModifierSmoothDelta, SmoothingMethod) == 0x000028, "Member 'UInputModifierSmoothDelta::SmoothingMethod' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierSmoothDelta, Speed) == 0x00002C, "Member 'UInputModifierSmoothDelta::Speed' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierSmoothDelta, EasingExponent) == 0x000030, "Member 'UInputModifierSmoothDelta::EasingExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierDeadZone \ +static_assert(alignof(UInputModifierDeadZone) == 0x000008, "Wrong alignment on UInputModifierDeadZone"); \ +static_assert(sizeof(UInputModifierDeadZone) == 0x000038, "Wrong size on UInputModifierDeadZone"); \ +static_assert(offsetof(UInputModifierDeadZone, LowerThreshold) == 0x000028, "Member 'UInputModifierDeadZone::LowerThreshold' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierDeadZone, UpperThreshold) == 0x00002C, "Member 'UInputModifierDeadZone::UpperThreshold' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierDeadZone, Type) == 0x000030, "Member 'UInputModifierDeadZone::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierScalar \ +static_assert(alignof(UInputModifierScalar) == 0x000008, "Wrong alignment on UInputModifierScalar"); \ +static_assert(sizeof(UInputModifierScalar) == 0x000040, "Wrong size on UInputModifierScalar"); \ +static_assert(offsetof(UInputModifierScalar, Scalar) == 0x000028, "Member 'UInputModifierScalar::Scalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierScaleByDeltaTime \ +static_assert(alignof(UInputModifierScaleByDeltaTime) == 0x000008, "Wrong alignment on UInputModifierScaleByDeltaTime"); \ +static_assert(sizeof(UInputModifierScaleByDeltaTime) == 0x000028, "Wrong size on UInputModifierScaleByDeltaTime"); \ + +#define DUMPER7_ASSERTS_UInputModifierNegate \ +static_assert(alignof(UInputModifierNegate) == 0x000008, "Wrong alignment on UInputModifierNegate"); \ +static_assert(sizeof(UInputModifierNegate) == 0x000030, "Wrong size on UInputModifierNegate"); \ +static_assert(offsetof(UInputModifierNegate, bX) == 0x000028, "Member 'UInputModifierNegate::bX' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierNegate, bY) == 0x000029, "Member 'UInputModifierNegate::bY' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierNegate, bZ) == 0x00002A, "Member 'UInputModifierNegate::bZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierSmooth \ +static_assert(alignof(UInputModifierSmooth) == 0x000008, "Wrong alignment on UInputModifierSmooth"); \ +static_assert(sizeof(UInputModifierSmooth) == 0x000058, "Wrong size on UInputModifierSmooth"); \ + +#define DUMPER7_ASSERTS_UInputModifierResponseCurveExponential \ +static_assert(alignof(UInputModifierResponseCurveExponential) == 0x000008, "Wrong alignment on UInputModifierResponseCurveExponential"); \ +static_assert(sizeof(UInputModifierResponseCurveExponential) == 0x000040, "Wrong size on UInputModifierResponseCurveExponential"); \ +static_assert(offsetof(UInputModifierResponseCurveExponential, CurveExponent) == 0x000028, "Member 'UInputModifierResponseCurveExponential::CurveExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierResponseCurveUser \ +static_assert(alignof(UInputModifierResponseCurveUser) == 0x000008, "Wrong alignment on UInputModifierResponseCurveUser"); \ +static_assert(sizeof(UInputModifierResponseCurveUser) == 0x000040, "Wrong size on UInputModifierResponseCurveUser"); \ +static_assert(offsetof(UInputModifierResponseCurveUser, ResponseX) == 0x000028, "Member 'UInputModifierResponseCurveUser::ResponseX' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierResponseCurveUser, ResponseY) == 0x000030, "Member 'UInputModifierResponseCurveUser::ResponseY' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierResponseCurveUser, ResponseZ) == 0x000038, "Member 'UInputModifierResponseCurveUser::ResponseZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierFOVScaling \ +static_assert(alignof(UInputModifierFOVScaling) == 0x000008, "Wrong alignment on UInputModifierFOVScaling"); \ +static_assert(sizeof(UInputModifierFOVScaling) == 0x000030, "Wrong size on UInputModifierFOVScaling"); \ +static_assert(offsetof(UInputModifierFOVScaling, FOVScale) == 0x000028, "Member 'UInputModifierFOVScaling::FOVScale' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierFOVScaling, FOVScalingType) == 0x00002C, "Member 'UInputModifierFOVScaling::FOVScalingType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputModifierToWorldSpace \ +static_assert(alignof(UInputModifierToWorldSpace) == 0x000008, "Wrong alignment on UInputModifierToWorldSpace"); \ +static_assert(sizeof(UInputModifierToWorldSpace) == 0x000028, "Wrong size on UInputModifierToWorldSpace"); \ + +#define DUMPER7_ASSERTS_UInputModifierSwizzleAxis \ +static_assert(alignof(UInputModifierSwizzleAxis) == 0x000008, "Wrong alignment on UInputModifierSwizzleAxis"); \ +static_assert(sizeof(UInputModifierSwizzleAxis) == 0x000030, "Wrong size on UInputModifierSwizzleAxis"); \ +static_assert(offsetof(UInputModifierSwizzleAxis, Order) == 0x000028, "Member 'UInputModifierSwizzleAxis::Order' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputTrigger_UpdateState \ +static_assert(alignof(InputTrigger_UpdateState) == 0x000008, "Wrong alignment on InputTrigger_UpdateState"); \ +static_assert(sizeof(InputTrigger_UpdateState) == 0x000030, "Wrong size on InputTrigger_UpdateState"); \ +static_assert(offsetof(InputTrigger_UpdateState, PlayerInput) == 0x000000, "Member 'InputTrigger_UpdateState::PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(InputTrigger_UpdateState, ModifiedValue) == 0x000008, "Member 'InputTrigger_UpdateState::ModifiedValue' has a wrong offset!"); \ +static_assert(offsetof(InputTrigger_UpdateState, DeltaTime) == 0x000028, "Member 'InputTrigger_UpdateState::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(InputTrigger_UpdateState, ReturnValue) == 0x00002C, "Member 'InputTrigger_UpdateState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputTrigger_GetTriggerType \ +static_assert(alignof(InputTrigger_GetTriggerType) == 0x000001, "Wrong alignment on InputTrigger_GetTriggerType"); \ +static_assert(sizeof(InputTrigger_GetTriggerType) == 0x000001, "Wrong size on InputTrigger_GetTriggerType"); \ +static_assert(offsetof(InputTrigger_GetTriggerType, ReturnValue) == 0x000000, "Member 'InputTrigger_GetTriggerType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputTrigger_IsActuated \ +static_assert(alignof(InputTrigger_IsActuated) == 0x000008, "Wrong alignment on InputTrigger_IsActuated"); \ +static_assert(sizeof(InputTrigger_IsActuated) == 0x000028, "Wrong size on InputTrigger_IsActuated"); \ +static_assert(offsetof(InputTrigger_IsActuated, ForValue) == 0x000000, "Member 'InputTrigger_IsActuated::ForValue' has a wrong offset!"); \ +static_assert(offsetof(InputTrigger_IsActuated, ReturnValue) == 0x000020, "Member 'InputTrigger_IsActuated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTrigger \ +static_assert(alignof(UInputTrigger) == 0x000008, "Wrong alignment on UInputTrigger"); \ +static_assert(sizeof(UInputTrigger) == 0x000050, "Wrong size on UInputTrigger"); \ +static_assert(offsetof(UInputTrigger, ActuationThreshold) == 0x000028, "Member 'UInputTrigger::ActuationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UInputTrigger, bShouldAlwaysTick) == 0x00002C, "Member 'UInputTrigger::bShouldAlwaysTick' has a wrong offset!"); \ +static_assert(offsetof(UInputTrigger, LastValue) == 0x000030, "Member 'UInputTrigger::LastValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerTimedBase \ +static_assert(alignof(UInputTriggerTimedBase) == 0x000008, "Wrong alignment on UInputTriggerTimedBase"); \ +static_assert(sizeof(UInputTriggerTimedBase) == 0x000058, "Wrong size on UInputTriggerTimedBase"); \ +static_assert(offsetof(UInputTriggerTimedBase, HeldDuration) == 0x000050, "Member 'UInputTriggerTimedBase::HeldDuration' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerTimedBase, bAffectedByTimeDilation) == 0x000054, "Member 'UInputTriggerTimedBase::bAffectedByTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerDown \ +static_assert(alignof(UInputTriggerDown) == 0x000008, "Wrong alignment on UInputTriggerDown"); \ +static_assert(sizeof(UInputTriggerDown) == 0x000050, "Wrong size on UInputTriggerDown"); \ + +#define DUMPER7_ASSERTS_UInputTriggerPressed \ +static_assert(alignof(UInputTriggerPressed) == 0x000008, "Wrong alignment on UInputTriggerPressed"); \ +static_assert(sizeof(UInputTriggerPressed) == 0x000050, "Wrong size on UInputTriggerPressed"); \ + +#define DUMPER7_ASSERTS_UInputTriggerReleased \ +static_assert(alignof(UInputTriggerReleased) == 0x000008, "Wrong alignment on UInputTriggerReleased"); \ +static_assert(sizeof(UInputTriggerReleased) == 0x000050, "Wrong size on UInputTriggerReleased"); \ + +#define DUMPER7_ASSERTS_UInputTriggerHold \ +static_assert(alignof(UInputTriggerHold) == 0x000008, "Wrong alignment on UInputTriggerHold"); \ +static_assert(sizeof(UInputTriggerHold) == 0x000068, "Wrong size on UInputTriggerHold"); \ +static_assert(offsetof(UInputTriggerHold, HoldTimeThreshold) == 0x00005C, "Member 'UInputTriggerHold::HoldTimeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerHold, bIsOneShot) == 0x000060, "Member 'UInputTriggerHold::bIsOneShot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerHoldAndRelease \ +static_assert(alignof(UInputTriggerHoldAndRelease) == 0x000008, "Wrong alignment on UInputTriggerHoldAndRelease"); \ +static_assert(sizeof(UInputTriggerHoldAndRelease) == 0x000060, "Wrong size on UInputTriggerHoldAndRelease"); \ +static_assert(offsetof(UInputTriggerHoldAndRelease, HoldTimeThreshold) == 0x000058, "Member 'UInputTriggerHoldAndRelease::HoldTimeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerTap \ +static_assert(alignof(UInputTriggerTap) == 0x000008, "Wrong alignment on UInputTriggerTap"); \ +static_assert(sizeof(UInputTriggerTap) == 0x000060, "Wrong size on UInputTriggerTap"); \ +static_assert(offsetof(UInputTriggerTap, TapReleaseTimeThreshold) == 0x000058, "Member 'UInputTriggerTap::TapReleaseTimeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerRepeatedTap \ +static_assert(alignof(UInputTriggerRepeatedTap) == 0x000008, "Wrong alignment on UInputTriggerRepeatedTap"); \ +static_assert(sizeof(UInputTriggerRepeatedTap) == 0x000078, "Wrong size on UInputTriggerRepeatedTap"); \ +static_assert(offsetof(UInputTriggerRepeatedTap, RepeatDelay) == 0x000058, "Member 'UInputTriggerRepeatedTap::RepeatDelay' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerRepeatedTap, RepeatTime) == 0x000060, "Member 'UInputTriggerRepeatedTap::RepeatTime' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerRepeatedTap, NumberOfTapsWhichTriggerRepeat) == 0x000068, "Member 'UInputTriggerRepeatedTap::NumberOfTapsWhichTriggerRepeat' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerRepeatedTap, TapReleaseTimeThreshold) == 0x00006C, "Member 'UInputTriggerRepeatedTap::TapReleaseTimeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerRepeatedTap, NumberOfTapsSinceLastTrigger) == 0x000070, "Member 'UInputTriggerRepeatedTap::NumberOfTapsSinceLastTrigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerPulse \ +static_assert(alignof(UInputTriggerPulse) == 0x000008, "Wrong alignment on UInputTriggerPulse"); \ +static_assert(sizeof(UInputTriggerPulse) == 0x000068, "Wrong size on UInputTriggerPulse"); \ +static_assert(offsetof(UInputTriggerPulse, bTriggerOnStart) == 0x00005C, "Member 'UInputTriggerPulse::bTriggerOnStart' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerPulse, Interval) == 0x000060, "Member 'UInputTriggerPulse::Interval' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerPulse, TriggerLimit) == 0x000064, "Member 'UInputTriggerPulse::TriggerLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerChordAction \ +static_assert(alignof(UInputTriggerChordAction) == 0x000008, "Wrong alignment on UInputTriggerChordAction"); \ +static_assert(sizeof(UInputTriggerChordAction) == 0x000058, "Wrong size on UInputTriggerChordAction"); \ +static_assert(offsetof(UInputTriggerChordAction, ChordAction) == 0x000050, "Member 'UInputTriggerChordAction::ChordAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputTriggerChordBlocker \ +static_assert(alignof(UInputTriggerChordBlocker) == 0x000008, "Wrong alignment on UInputTriggerChordBlocker"); \ +static_assert(sizeof(UInputTriggerChordBlocker) == 0x000058, "Wrong size on UInputTriggerChordBlocker"); \ + +#define DUMPER7_ASSERTS_UInputTriggerCombo \ +static_assert(alignof(UInputTriggerCombo) == 0x000008, "Wrong alignment on UInputTriggerCombo"); \ +static_assert(sizeof(UInputTriggerCombo) == 0x000078, "Wrong size on UInputTriggerCombo"); \ +static_assert(offsetof(UInputTriggerCombo, CurrentComboStepIndex) == 0x000050, "Member 'UInputTriggerCombo::CurrentComboStepIndex' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerCombo, CurrentTimeBetweenComboSteps) == 0x000054, "Member 'UInputTriggerCombo::CurrentTimeBetweenComboSteps' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerCombo, ComboActions) == 0x000058, "Member 'UInputTriggerCombo::ComboActions' has a wrong offset!"); \ +static_assert(offsetof(UInputTriggerCombo, InputCancelActions) == 0x000068, "Member 'UInputTriggerCombo::InputCancelActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetConfigName \ +static_assert(alignof(PlayerMappableInputConfig_GetConfigName) == 0x000004, "Wrong alignment on PlayerMappableInputConfig_GetConfigName"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetConfigName) == 0x000008, "Wrong size on PlayerMappableInputConfig_GetConfigName"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetConfigName, ReturnValue) == 0x000000, "Member 'PlayerMappableInputConfig_GetConfigName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetDisplayName \ +static_assert(alignof(PlayerMappableInputConfig_GetDisplayName) == 0x000008, "Wrong alignment on PlayerMappableInputConfig_GetDisplayName"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetDisplayName) == 0x000010, "Wrong size on PlayerMappableInputConfig_GetDisplayName"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetDisplayName, ReturnValue) == 0x000000, "Member 'PlayerMappableInputConfig_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetKeysBoundToAction \ +static_assert(alignof(PlayerMappableInputConfig_GetKeysBoundToAction) == 0x000008, "Wrong alignment on PlayerMappableInputConfig_GetKeysBoundToAction"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetKeysBoundToAction) == 0x000018, "Wrong size on PlayerMappableInputConfig_GetKeysBoundToAction"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetKeysBoundToAction, InAction) == 0x000000, "Member 'PlayerMappableInputConfig_GetKeysBoundToAction::InAction' has a wrong offset!"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetKeysBoundToAction, ReturnValue) == 0x000008, "Member 'PlayerMappableInputConfig_GetKeysBoundToAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetMappingByName \ +static_assert(alignof(PlayerMappableInputConfig_GetMappingByName) == 0x000008, "Wrong alignment on PlayerMappableInputConfig_GetMappingByName"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetMappingByName) == 0x000058, "Wrong size on PlayerMappableInputConfig_GetMappingByName"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetMappingByName, MappingName) == 0x000000, "Member 'PlayerMappableInputConfig_GetMappingByName::MappingName' has a wrong offset!"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetMappingByName, ReturnValue) == 0x000008, "Member 'PlayerMappableInputConfig_GetMappingByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetMappingContexts \ +static_assert(alignof(PlayerMappableInputConfig_GetMappingContexts) == 0x000008, "Wrong alignment on PlayerMappableInputConfig_GetMappingContexts"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetMappingContexts) == 0x000050, "Wrong size on PlayerMappableInputConfig_GetMappingContexts"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetMappingContexts, ReturnValue) == 0x000000, "Member 'PlayerMappableInputConfig_GetMappingContexts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetMetadata \ +static_assert(alignof(PlayerMappableInputConfig_GetMetadata) == 0x000008, "Wrong alignment on PlayerMappableInputConfig_GetMetadata"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetMetadata) == 0x000008, "Wrong size on PlayerMappableInputConfig_GetMetadata"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetMetadata, ReturnValue) == 0x000000, "Member 'PlayerMappableInputConfig_GetMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_GetPlayerMappableKeys \ +static_assert(alignof(PlayerMappableInputConfig_GetPlayerMappableKeys) == 0x000008, "Wrong alignment on PlayerMappableInputConfig_GetPlayerMappableKeys"); \ +static_assert(sizeof(PlayerMappableInputConfig_GetPlayerMappableKeys) == 0x000010, "Wrong size on PlayerMappableInputConfig_GetPlayerMappableKeys"); \ +static_assert(offsetof(PlayerMappableInputConfig_GetPlayerMappableKeys, ReturnValue) == 0x000000, "Member 'PlayerMappableInputConfig_GetPlayerMappableKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerMappableInputConfig_IsDeprecated \ +static_assert(alignof(PlayerMappableInputConfig_IsDeprecated) == 0x000001, "Wrong alignment on PlayerMappableInputConfig_IsDeprecated"); \ +static_assert(sizeof(PlayerMappableInputConfig_IsDeprecated) == 0x000001, "Wrong size on PlayerMappableInputConfig_IsDeprecated"); \ +static_assert(offsetof(PlayerMappableInputConfig_IsDeprecated, ReturnValue) == 0x000000, "Member 'PlayerMappableInputConfig_IsDeprecated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerMappableInputConfig \ +static_assert(alignof(UPlayerMappableInputConfig) == 0x000008, "Wrong alignment on UPlayerMappableInputConfig"); \ +static_assert(sizeof(UPlayerMappableInputConfig) == 0x0000A8, "Wrong size on UPlayerMappableInputConfig"); \ +static_assert(offsetof(UPlayerMappableInputConfig, ConfigName) == 0x000030, "Member 'UPlayerMappableInputConfig::ConfigName' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableInputConfig, ConfigDisplayName) == 0x000038, "Member 'UPlayerMappableInputConfig::ConfigDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableInputConfig, bIsDeprecated) == 0x000048, "Member 'UPlayerMappableInputConfig::bIsDeprecated' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableInputConfig, MetaData) == 0x000050, "Member 'UPlayerMappableInputConfig::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableInputConfig, Contexts) == 0x000058, "Member 'UPlayerMappableInputConfig::Contexts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerMappableKeySettings \ +static_assert(alignof(UPlayerMappableKeySettings) == 0x000008, "Wrong alignment on UPlayerMappableKeySettings"); \ +static_assert(sizeof(UPlayerMappableKeySettings) == 0x000088, "Wrong size on UPlayerMappableKeySettings"); \ +static_assert(offsetof(UPlayerMappableKeySettings, MetaData) == 0x000028, "Member 'UPlayerMappableKeySettings::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableKeySettings, Name_0) == 0x000030, "Member 'UPlayerMappableKeySettings::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableKeySettings, DisplayName) == 0x000038, "Member 'UPlayerMappableKeySettings::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableKeySettings, DisplayCategory) == 0x000048, "Member 'UPlayerMappableKeySettings::DisplayCategory' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableKeySettings, SupportedKeyProfiles) == 0x000058, "Member 'UPlayerMappableKeySettings::SupportedKeyProfiles' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableKeySettings, SupportedKeyProfileIds) == 0x000078, "Member 'UPlayerMappableKeySettings::SupportedKeyProfileIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_ResetMappingToDefault \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_ResetMappingToDefault) == 0x000004, "Wrong alignment on EnhancedPlayerMappableKeyProfile_ResetMappingToDefault"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_ResetMappingToDefault) == 0x000008, "Wrong size on EnhancedPlayerMappableKeyProfile_ResetMappingToDefault"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_ResetMappingToDefault, InMappingName) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_ResetMappingToDefault::InMappingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_SetDisplayName \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_SetDisplayName) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_SetDisplayName"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_SetDisplayName) == 0x000010, "Wrong size on EnhancedPlayerMappableKeyProfile_SetDisplayName"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_SetDisplayName, NewDisplayName) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_SetDisplayName::NewDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions) == 0x0000D8, "Wrong size on EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions, PlayerMapping) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions::PlayerMapping' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions, Options) == 0x0000A8, "Member 'EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions::Options' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions, ReturnValue) == 0x0000D0, "Member 'EnhancedPlayerMappableKeyProfile_DoesMappingPassQueryOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow) == 0x000020, "Wrong size on EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow, MappingName) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow, OutKeys) == 0x000008, "Member 'EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow::OutKeys' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow, ReturnValue) == 0x000018, "Member 'EnhancedPlayerMappableKeyProfile_GetMappedKeysInRow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey) == 0x000030, "Wrong size on EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey, InKey) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey, OutMappingNames) == 0x000018, "Member 'EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey::OutMappingNames' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey, ReturnValue) == 0x000028, "Member 'EnhancedPlayerMappableKeyProfile_GetMappingNamesForKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows) == 0x000050, "Wrong size on EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows, ReturnValue) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_GetPlayerMappingRows::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_GetProfileDisplayName \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_GetProfileDisplayName) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_GetProfileDisplayName"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_GetProfileDisplayName) == 0x000010, "Wrong size on EnhancedPlayerMappableKeyProfile_GetProfileDisplayName"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetProfileDisplayName, ReturnValue) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_GetProfileDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_GetProfileIdString \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_GetProfileIdString) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_GetProfileIdString"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_GetProfileIdString) == 0x000010, "Wrong size on EnhancedPlayerMappableKeyProfile_GetProfileIdString"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_GetProfileIdString, ReturnValue) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_GetProfileIdString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping) == 0x0000F8, "Wrong size on EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping, OutKeyMapping) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping::OutKeyMapping' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping, InArgs) == 0x0000A8, "Member 'EnhancedPlayerMappableKeyProfile_K2_FindKeyMapping::InArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys) == 0x000040, "Wrong size on EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys, Options) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys::Options' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys, OutKeys) == 0x000028, "Member 'EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys::OutKeys' has a wrong offset!"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys, ReturnValue) == 0x000038, "Member 'EnhancedPlayerMappableKeyProfile_QueryPlayerMappedKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedPlayerMappableKeyProfile_ToString \ +static_assert(alignof(EnhancedPlayerMappableKeyProfile_ToString) == 0x000008, "Wrong alignment on EnhancedPlayerMappableKeyProfile_ToString"); \ +static_assert(sizeof(EnhancedPlayerMappableKeyProfile_ToString) == 0x000010, "Wrong size on EnhancedPlayerMappableKeyProfile_ToString"); \ +static_assert(offsetof(EnhancedPlayerMappableKeyProfile_ToString, ReturnValue) == 0x000000, "Member 'EnhancedPlayerMappableKeyProfile_ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedPlayerMappableKeyProfile \ +static_assert(alignof(UEnhancedPlayerMappableKeyProfile) == 0x000008, "Wrong alignment on UEnhancedPlayerMappableKeyProfile"); \ +static_assert(sizeof(UEnhancedPlayerMappableKeyProfile) == 0x0000A8, "Wrong size on UEnhancedPlayerMappableKeyProfile"); \ +static_assert(offsetof(UEnhancedPlayerMappableKeyProfile, ProfileIdentifier) == 0x000028, "Member 'UEnhancedPlayerMappableKeyProfile::ProfileIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerMappableKeyProfile, ProfileIdentifierString) == 0x000030, "Member 'UEnhancedPlayerMappableKeyProfile::ProfileIdentifierString' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerMappableKeyProfile, OwningUserId) == 0x000040, "Member 'UEnhancedPlayerMappableKeyProfile::OwningUserId' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerMappableKeyProfile, DisplayName) == 0x000048, "Member 'UEnhancedPlayerMappableKeyProfile::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerMappableKeyProfile, PlayerMappedKeys) == 0x000058, "Member 'UEnhancedPlayerMappableKeyProfile::PlayerMappedKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_CreateNewKeyProfile \ +static_assert(alignof(EnhancedInputUserSettings_CreateNewKeyProfile) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_CreateNewKeyProfile"); \ +static_assert(sizeof(EnhancedInputUserSettings_CreateNewKeyProfile) == 0x000048, "Wrong size on EnhancedInputUserSettings_CreateNewKeyProfile"); \ +static_assert(offsetof(EnhancedInputUserSettings_CreateNewKeyProfile, InArgs) == 0x000000, "Member 'EnhancedInputUserSettings_CreateNewKeyProfile::InArgs' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_CreateNewKeyProfile, ReturnValue) == 0x000040, "Member 'EnhancedInputUserSettings_CreateNewKeyProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_MapPlayerKey \ +static_assert(alignof(EnhancedInputUserSettings_MapPlayerKey) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_MapPlayerKey"); \ +static_assert(sizeof(EnhancedInputUserSettings_MapPlayerKey) == 0x000070, "Wrong size on EnhancedInputUserSettings_MapPlayerKey"); \ +static_assert(offsetof(EnhancedInputUserSettings_MapPlayerKey, InArgs) == 0x000000, "Member 'EnhancedInputUserSettings_MapPlayerKey::InArgs' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_MapPlayerKey, FailureReason) == 0x000050, "Member 'EnhancedInputUserSettings_MapPlayerKey::FailureReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_RegisterInputMappingContext \ +static_assert(alignof(EnhancedInputUserSettings_RegisterInputMappingContext) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_RegisterInputMappingContext"); \ +static_assert(sizeof(EnhancedInputUserSettings_RegisterInputMappingContext) == 0x000010, "Wrong size on EnhancedInputUserSettings_RegisterInputMappingContext"); \ +static_assert(offsetof(EnhancedInputUserSettings_RegisterInputMappingContext, IMC) == 0x000000, "Member 'EnhancedInputUserSettings_RegisterInputMappingContext::IMC' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_RegisterInputMappingContext, ReturnValue) == 0x000008, "Member 'EnhancedInputUserSettings_RegisterInputMappingContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_RegisterInputMappingContexts \ +static_assert(alignof(EnhancedInputUserSettings_RegisterInputMappingContexts) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_RegisterInputMappingContexts"); \ +static_assert(sizeof(EnhancedInputUserSettings_RegisterInputMappingContexts) == 0x000058, "Wrong size on EnhancedInputUserSettings_RegisterInputMappingContexts"); \ +static_assert(offsetof(EnhancedInputUserSettings_RegisterInputMappingContexts, MappingContexts) == 0x000000, "Member 'EnhancedInputUserSettings_RegisterInputMappingContexts::MappingContexts' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_RegisterInputMappingContexts, ReturnValue) == 0x000050, "Member 'EnhancedInputUserSettings_RegisterInputMappingContexts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_ResetAllPlayerKeysInRow \ +static_assert(alignof(EnhancedInputUserSettings_ResetAllPlayerKeysInRow) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_ResetAllPlayerKeysInRow"); \ +static_assert(sizeof(EnhancedInputUserSettings_ResetAllPlayerKeysInRow) == 0x000070, "Wrong size on EnhancedInputUserSettings_ResetAllPlayerKeysInRow"); \ +static_assert(offsetof(EnhancedInputUserSettings_ResetAllPlayerKeysInRow, InArgs) == 0x000000, "Member 'EnhancedInputUserSettings_ResetAllPlayerKeysInRow::InArgs' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_ResetAllPlayerKeysInRow, FailureReason) == 0x000050, "Member 'EnhancedInputUserSettings_ResetAllPlayerKeysInRow::FailureReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_ResetKeyProfileIdToDefault \ +static_assert(alignof(EnhancedInputUserSettings_ResetKeyProfileIdToDefault) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_ResetKeyProfileIdToDefault"); \ +static_assert(sizeof(EnhancedInputUserSettings_ResetKeyProfileIdToDefault) == 0x000030, "Wrong size on EnhancedInputUserSettings_ResetKeyProfileIdToDefault"); \ +static_assert(offsetof(EnhancedInputUserSettings_ResetKeyProfileIdToDefault, ProfileId) == 0x000000, "Member 'EnhancedInputUserSettings_ResetKeyProfileIdToDefault::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_ResetKeyProfileIdToDefault, FailureReason) == 0x000010, "Member 'EnhancedInputUserSettings_ResetKeyProfileIdToDefault::FailureReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_ResetKeyProfileToDefault \ +static_assert(alignof(EnhancedInputUserSettings_ResetKeyProfileToDefault) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_ResetKeyProfileToDefault"); \ +static_assert(sizeof(EnhancedInputUserSettings_ResetKeyProfileToDefault) == 0x000028, "Wrong size on EnhancedInputUserSettings_ResetKeyProfileToDefault"); \ +static_assert(offsetof(EnhancedInputUserSettings_ResetKeyProfileToDefault, ProfileId) == 0x000000, "Member 'EnhancedInputUserSettings_ResetKeyProfileToDefault::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_ResetKeyProfileToDefault, FailureReason) == 0x000008, "Member 'EnhancedInputUserSettings_ResetKeyProfileToDefault::FailureReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_SetActiveKeyProfile \ +static_assert(alignof(EnhancedInputUserSettings_SetActiveKeyProfile) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_SetActiveKeyProfile"); \ +static_assert(sizeof(EnhancedInputUserSettings_SetActiveKeyProfile) == 0x000018, "Wrong size on EnhancedInputUserSettings_SetActiveKeyProfile"); \ +static_assert(offsetof(EnhancedInputUserSettings_SetActiveKeyProfile, InProfileId) == 0x000000, "Member 'EnhancedInputUserSettings_SetActiveKeyProfile::InProfileId' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_SetActiveKeyProfile, ReturnValue) == 0x000010, "Member 'EnhancedInputUserSettings_SetActiveKeyProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_UnMapPlayerKey \ +static_assert(alignof(EnhancedInputUserSettings_UnMapPlayerKey) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_UnMapPlayerKey"); \ +static_assert(sizeof(EnhancedInputUserSettings_UnMapPlayerKey) == 0x000070, "Wrong size on EnhancedInputUserSettings_UnMapPlayerKey"); \ +static_assert(offsetof(EnhancedInputUserSettings_UnMapPlayerKey, InArgs) == 0x000000, "Member 'EnhancedInputUserSettings_UnMapPlayerKey::InArgs' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_UnMapPlayerKey, FailureReason) == 0x000050, "Member 'EnhancedInputUserSettings_UnMapPlayerKey::FailureReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_UnregisterInputMappingContext \ +static_assert(alignof(EnhancedInputUserSettings_UnregisterInputMappingContext) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_UnregisterInputMappingContext"); \ +static_assert(sizeof(EnhancedInputUserSettings_UnregisterInputMappingContext) == 0x000010, "Wrong size on EnhancedInputUserSettings_UnregisterInputMappingContext"); \ +static_assert(offsetof(EnhancedInputUserSettings_UnregisterInputMappingContext, IMC) == 0x000000, "Member 'EnhancedInputUserSettings_UnregisterInputMappingContext::IMC' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_UnregisterInputMappingContext, ReturnValue) == 0x000008, "Member 'EnhancedInputUserSettings_UnregisterInputMappingContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_UnregisterInputMappingContexts \ +static_assert(alignof(EnhancedInputUserSettings_UnregisterInputMappingContexts) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_UnregisterInputMappingContexts"); \ +static_assert(sizeof(EnhancedInputUserSettings_UnregisterInputMappingContexts) == 0x000058, "Wrong size on EnhancedInputUserSettings_UnregisterInputMappingContexts"); \ +static_assert(offsetof(EnhancedInputUserSettings_UnregisterInputMappingContexts, MappingContexts) == 0x000000, "Member 'EnhancedInputUserSettings_UnregisterInputMappingContexts::MappingContexts' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_UnregisterInputMappingContexts, ReturnValue) == 0x000050, "Member 'EnhancedInputUserSettings_UnregisterInputMappingContexts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_FindMappingsInRow \ +static_assert(alignof(EnhancedInputUserSettings_FindMappingsInRow) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_FindMappingsInRow"); \ +static_assert(sizeof(EnhancedInputUserSettings_FindMappingsInRow) == 0x000058, "Wrong size on EnhancedInputUserSettings_FindMappingsInRow"); \ +static_assert(offsetof(EnhancedInputUserSettings_FindMappingsInRow, MappingName) == 0x000000, "Member 'EnhancedInputUserSettings_FindMappingsInRow::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_FindMappingsInRow, ReturnValue) == 0x000008, "Member 'EnhancedInputUserSettings_FindMappingsInRow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_GetActiveKeyProfile \ +static_assert(alignof(EnhancedInputUserSettings_GetActiveKeyProfile) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_GetActiveKeyProfile"); \ +static_assert(sizeof(EnhancedInputUserSettings_GetActiveKeyProfile) == 0x000008, "Wrong size on EnhancedInputUserSettings_GetActiveKeyProfile"); \ +static_assert(offsetof(EnhancedInputUserSettings_GetActiveKeyProfile, ReturnValue) == 0x000000, "Member 'EnhancedInputUserSettings_GetActiveKeyProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_GetActiveKeyProfileId \ +static_assert(alignof(EnhancedInputUserSettings_GetActiveKeyProfileId) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_GetActiveKeyProfileId"); \ +static_assert(sizeof(EnhancedInputUserSettings_GetActiveKeyProfileId) == 0x000010, "Wrong size on EnhancedInputUserSettings_GetActiveKeyProfileId"); \ +static_assert(offsetof(EnhancedInputUserSettings_GetActiveKeyProfileId, ReturnValue) == 0x000000, "Member 'EnhancedInputUserSettings_GetActiveKeyProfileId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_GetKeyProfileWithId \ +static_assert(alignof(EnhancedInputUserSettings_GetKeyProfileWithId) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_GetKeyProfileWithId"); \ +static_assert(sizeof(EnhancedInputUserSettings_GetKeyProfileWithId) == 0x000018, "Wrong size on EnhancedInputUserSettings_GetKeyProfileWithId"); \ +static_assert(offsetof(EnhancedInputUserSettings_GetKeyProfileWithId, ProfileId) == 0x000000, "Member 'EnhancedInputUserSettings_GetKeyProfileWithId::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_GetKeyProfileWithId, ReturnValue) == 0x000010, "Member 'EnhancedInputUserSettings_GetKeyProfileWithId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnhancedInputUserSettings_IsMappingContextRegistered \ +static_assert(alignof(EnhancedInputUserSettings_IsMappingContextRegistered) == 0x000008, "Wrong alignment on EnhancedInputUserSettings_IsMappingContextRegistered"); \ +static_assert(sizeof(EnhancedInputUserSettings_IsMappingContextRegistered) == 0x000010, "Wrong size on EnhancedInputUserSettings_IsMappingContextRegistered"); \ +static_assert(offsetof(EnhancedInputUserSettings_IsMappingContextRegistered, IMC) == 0x000000, "Member 'EnhancedInputUserSettings_IsMappingContextRegistered::IMC' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputUserSettings_IsMappingContextRegistered, ReturnValue) == 0x000008, "Member 'EnhancedInputUserSettings_IsMappingContextRegistered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputUserSettings \ +static_assert(alignof(UEnhancedInputUserSettings) == 0x000008, "Wrong alignment on UEnhancedInputUserSettings"); \ +static_assert(sizeof(UEnhancedInputUserSettings) == 0x000180, "Wrong size on UEnhancedInputUserSettings"); \ +static_assert(offsetof(UEnhancedInputUserSettings, OnSettingsChanged) == 0x000030, "Member 'UEnhancedInputUserSettings::OnSettingsChanged' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, OnSettingsApplied) == 0x000040, "Member 'UEnhancedInputUserSettings::OnSettingsApplied' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, OnKeyProfileChanged) == 0x000050, "Member 'UEnhancedInputUserSettings::OnKeyProfileChanged' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, CurrentProfileIdentifier) == 0x000070, "Member 'UEnhancedInputUserSettings::CurrentProfileIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, CurrentProfileIdentifierString) == 0x000078, "Member 'UEnhancedInputUserSettings::CurrentProfileIdentifierString' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, SavedKeyProfiles) == 0x000088, "Member 'UEnhancedInputUserSettings::SavedKeyProfiles' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, SavedKeyProfilesMap) == 0x0000D8, "Member 'UEnhancedInputUserSettings::SavedKeyProfilesMap' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, OwningLocalPlayer) == 0x000128, "Member 'UEnhancedInputUserSettings::OwningLocalPlayer' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedInputUserSettings, RegisteredMappingContexts) == 0x000130, "Member 'UEnhancedInputUserSettings::RegisteredMappingContexts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonInputKeyBrushConfiguration \ +static_assert(alignof(FCommonInputKeyBrushConfiguration) == 0x000010, "Wrong alignment on FCommonInputKeyBrushConfiguration"); \ +static_assert(sizeof(FCommonInputKeyBrushConfiguration) == 0x0000D0, "Wrong size on FCommonInputKeyBrushConfiguration"); \ +static_assert(offsetof(FCommonInputKeyBrushConfiguration, Key) == 0x000000, "Member 'FCommonInputKeyBrushConfiguration::Key' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputKeyBrushConfiguration, KeyBrush) == 0x000020, "Member 'FCommonInputKeyBrushConfiguration::KeyBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonInputKeySetBrushConfiguration \ +static_assert(alignof(FCommonInputKeySetBrushConfiguration) == 0x000010, "Wrong alignment on FCommonInputKeySetBrushConfiguration"); \ +static_assert(sizeof(FCommonInputKeySetBrushConfiguration) == 0x0000C0, "Wrong size on FCommonInputKeySetBrushConfiguration"); \ +static_assert(offsetof(FCommonInputKeySetBrushConfiguration, Keys) == 0x000000, "Member 'FCommonInputKeySetBrushConfiguration::Keys' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputKeySetBrushConfiguration, KeyBrush) == 0x000010, "Member 'FCommonInputKeySetBrushConfiguration::KeyBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputDeviceIdentifierPair \ +static_assert(alignof(FInputDeviceIdentifierPair) == 0x000008, "Wrong alignment on FInputDeviceIdentifierPair"); \ +static_assert(sizeof(FInputDeviceIdentifierPair) == 0x000018, "Wrong size on FInputDeviceIdentifierPair"); \ +static_assert(offsetof(FInputDeviceIdentifierPair, InputDeviceName) == 0x000000, "Member 'FInputDeviceIdentifierPair::InputDeviceName' has a wrong offset!"); \ +static_assert(offsetof(FInputDeviceIdentifierPair, HardwareDeviceIdentifier) == 0x000008, "Member 'FInputDeviceIdentifierPair::HardwareDeviceIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputHoldData \ +static_assert(alignof(FInputHoldData) == 0x000004, "Wrong alignment on FInputHoldData"); \ +static_assert(sizeof(FInputHoldData) == 0x000008, "Wrong size on FInputHoldData"); \ +static_assert(offsetof(FInputHoldData, HoldTime) == 0x000000, "Member 'FInputHoldData::HoldTime' has a wrong offset!"); \ +static_assert(offsetof(FInputHoldData, HoldRollbackTime) == 0x000004, "Member 'FInputHoldData::HoldRollbackTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonInputPlatformBaseData \ +static_assert(alignof(FCommonInputPlatformBaseData) == 0x000008, "Wrong alignment on FCommonInputPlatformBaseData"); \ +static_assert(sizeof(FCommonInputPlatformBaseData) == 0x000038, "Wrong size on FCommonInputPlatformBaseData"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, DefaultInputType) == 0x000008, "Member 'FCommonInputPlatformBaseData::DefaultInputType' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, bSupportsMouseAndKeyboard) == 0x000009, "Member 'FCommonInputPlatformBaseData::bSupportsMouseAndKeyboard' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, bSupportsGamepad) == 0x00000A, "Member 'FCommonInputPlatformBaseData::bSupportsGamepad' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, DefaultGamepadName) == 0x00000C, "Member 'FCommonInputPlatformBaseData::DefaultGamepadName' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, bCanChangeGamepadType) == 0x000014, "Member 'FCommonInputPlatformBaseData::bCanChangeGamepadType' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, bSupportsTouch) == 0x000015, "Member 'FCommonInputPlatformBaseData::bSupportsTouch' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, ControllerData) == 0x000018, "Member 'FCommonInputPlatformBaseData::ControllerData' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputPlatformBaseData, ControllerDataClasses) == 0x000028, "Member 'FCommonInputPlatformBaseData::ControllerDataClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputActionDomain \ +static_assert(alignof(UCommonInputActionDomain) == 0x000008, "Wrong alignment on UCommonInputActionDomain"); \ +static_assert(sizeof(UCommonInputActionDomain) == 0x000040, "Wrong size on UCommonInputActionDomain"); \ +static_assert(offsetof(UCommonInputActionDomain, Behavior) == 0x000030, "Member 'UCommonInputActionDomain::Behavior' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomain, InnerBehavior) == 0x000034, "Member 'UCommonInputActionDomain::InnerBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomain, bUseActionDomainDesiredInputConfig) == 0x000038, "Member 'UCommonInputActionDomain::bUseActionDomainDesiredInputConfig' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomain, InputMode) == 0x000039, "Member 'UCommonInputActionDomain::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomain, MouseCaptureMode) == 0x00003A, "Member 'UCommonInputActionDomain::MouseCaptureMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputActionDomainTable \ +static_assert(alignof(UCommonInputActionDomainTable) == 0x000008, "Wrong alignment on UCommonInputActionDomainTable"); \ +static_assert(sizeof(UCommonInputActionDomainTable) == 0x000048, "Wrong size on UCommonInputActionDomainTable"); \ +static_assert(offsetof(UCommonInputActionDomainTable, ActionDomains) == 0x000030, "Member 'UCommonInputActionDomainTable::ActionDomains' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomainTable, InputMode) == 0x000040, "Member 'UCommonInputActionDomainTable::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomainTable, MouseCaptureMode) == 0x000041, "Member 'UCommonInputActionDomainTable::MouseCaptureMode' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputActionDomainTable, bHideCursorDuringViewportCapture) == 0x000042, "Member 'UCommonInputActionDomainTable::bHideCursorDuringViewportCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUIInputData \ +static_assert(alignof(UCommonUIInputData) == 0x000008, "Wrong alignment on UCommonUIInputData"); \ +static_assert(sizeof(UCommonUIInputData) == 0x000080, "Wrong size on UCommonUIInputData"); \ +static_assert(offsetof(UCommonUIInputData, DefaultClickAction) == 0x000028, "Member 'UCommonUIInputData::DefaultClickAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputData, DefaultBackAction) == 0x000038, "Member 'UCommonUIInputData::DefaultBackAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputData, DefaultHoldData) == 0x000048, "Member 'UCommonUIInputData::DefaultHoldData' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputData, EnhancedInputClickAction) == 0x000070, "Member 'UCommonUIInputData::EnhancedInputClickAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputData, EnhancedInputBackAction) == 0x000078, "Member 'UCommonUIInputData::EnhancedInputBackAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUIHoldData \ +static_assert(alignof(UCommonUIHoldData) == 0x000008, "Wrong alignment on UCommonUIHoldData"); \ +static_assert(sizeof(UCommonUIHoldData) == 0x000040, "Wrong size on UCommonUIHoldData"); \ +static_assert(offsetof(UCommonUIHoldData, KeyboardAndMouse) == 0x000028, "Member 'UCommonUIHoldData::KeyboardAndMouse' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIHoldData, Gamepad) == 0x000030, "Member 'UCommonUIHoldData::Gamepad' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIHoldData, Touch) == 0x000038, "Member 'UCommonUIHoldData::Touch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputBaseControllerData_GetRegisteredGamepads \ +static_assert(alignof(CommonInputBaseControllerData_GetRegisteredGamepads) == 0x000008, "Wrong alignment on CommonInputBaseControllerData_GetRegisteredGamepads"); \ +static_assert(sizeof(CommonInputBaseControllerData_GetRegisteredGamepads) == 0x000010, "Wrong size on CommonInputBaseControllerData_GetRegisteredGamepads"); \ +static_assert(offsetof(CommonInputBaseControllerData_GetRegisteredGamepads, ReturnValue) == 0x000000, "Member 'CommonInputBaseControllerData_GetRegisteredGamepads::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputBaseControllerData \ +static_assert(alignof(UCommonInputBaseControllerData) == 0x000008, "Wrong alignment on UCommonInputBaseControllerData"); \ +static_assert(sizeof(UCommonInputBaseControllerData) == 0x0000E8, "Wrong size on UCommonInputBaseControllerData"); \ +static_assert(offsetof(UCommonInputBaseControllerData, InputType) == 0x000028, "Member 'UCommonInputBaseControllerData::InputType' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, GamepadName) == 0x00002C, "Member 'UCommonInputBaseControllerData::GamepadName' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, GamepadDisplayName) == 0x000038, "Member 'UCommonInputBaseControllerData::GamepadDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, GamepadCategory) == 0x000048, "Member 'UCommonInputBaseControllerData::GamepadCategory' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, GamepadPlatformName) == 0x000058, "Member 'UCommonInputBaseControllerData::GamepadPlatformName' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, GamepadHardwareIdMapping) == 0x000068, "Member 'UCommonInputBaseControllerData::GamepadHardwareIdMapping' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, ControllerTexture) == 0x000078, "Member 'UCommonInputBaseControllerData::ControllerTexture' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, ControllerButtonMaskTexture) == 0x0000A0, "Member 'UCommonInputBaseControllerData::ControllerButtonMaskTexture' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, InputBrushDataMap) == 0x0000C8, "Member 'UCommonInputBaseControllerData::InputBrushDataMap' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputBaseControllerData, InputBrushKeySets) == 0x0000D8, "Member 'UCommonInputBaseControllerData::InputBrushKeySets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputPlatformSettings \ +static_assert(alignof(UCommonInputPlatformSettings) == 0x000008, "Wrong alignment on UCommonInputPlatformSettings"); \ +static_assert(sizeof(UCommonInputPlatformSettings) == 0x000070, "Wrong size on UCommonInputPlatformSettings"); \ +static_assert(offsetof(UCommonInputPlatformSettings, DefaultInputType) == 0x000040, "Member 'UCommonInputPlatformSettings::DefaultInputType' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, bSupportsMouseAndKeyboard) == 0x000041, "Member 'UCommonInputPlatformSettings::bSupportsMouseAndKeyboard' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, bSupportsTouch) == 0x000042, "Member 'UCommonInputPlatformSettings::bSupportsTouch' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, bSupportsGamepad) == 0x000043, "Member 'UCommonInputPlatformSettings::bSupportsGamepad' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, DefaultGamepadName) == 0x000044, "Member 'UCommonInputPlatformSettings::DefaultGamepadName' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, bCanChangeGamepadType) == 0x00004C, "Member 'UCommonInputPlatformSettings::bCanChangeGamepadType' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, ControllerData) == 0x000050, "Member 'UCommonInputPlatformSettings::ControllerData' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputPlatformSettings, ControllerDataClasses) == 0x000060, "Member 'UCommonInputPlatformSettings::ControllerDataClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSettings_IsEnhancedInputSupportEnabled \ +static_assert(alignof(CommonInputSettings_IsEnhancedInputSupportEnabled) == 0x000001, "Wrong alignment on CommonInputSettings_IsEnhancedInputSupportEnabled"); \ +static_assert(sizeof(CommonInputSettings_IsEnhancedInputSupportEnabled) == 0x000001, "Wrong size on CommonInputSettings_IsEnhancedInputSupportEnabled"); \ +static_assert(offsetof(CommonInputSettings_IsEnhancedInputSupportEnabled, ReturnValue) == 0x000000, "Member 'CommonInputSettings_IsEnhancedInputSupportEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputSettings \ +static_assert(alignof(UCommonInputSettings) == 0x000008, "Wrong alignment on UCommonInputSettings"); \ +static_assert(sizeof(UCommonInputSettings) == 0x000170, "Wrong size on UCommonInputSettings"); \ +static_assert(offsetof(UCommonInputSettings, InputData) == 0x000038, "Member 'UCommonInputSettings::InputData' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, PlatformInput) == 0x000060, "Member 'UCommonInputSettings::PlatformInput' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, CommonInputPlatformData) == 0x000070, "Member 'UCommonInputSettings::CommonInputPlatformData' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, bEnableInputMethodThrashingProtection) == 0x0000C0, "Member 'UCommonInputSettings::bEnableInputMethodThrashingProtection' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, InputMethodThrashingLimit) == 0x0000C4, "Member 'UCommonInputSettings::InputMethodThrashingLimit' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, InputMethodThrashingWindowInSeconds) == 0x0000C8, "Member 'UCommonInputSettings::InputMethodThrashingWindowInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, InputMethodThrashingCooldownInSeconds) == 0x0000D0, "Member 'UCommonInputSettings::InputMethodThrashingCooldownInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, bAllowOutOfFocusDeviceInput) == 0x0000D8, "Member 'UCommonInputSettings::bAllowOutOfFocusDeviceInput' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, bEnableDefaultInputConfig) == 0x0000D9, "Member 'UCommonInputSettings::bEnableDefaultInputConfig' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, bEnableEnhancedInputSupport) == 0x0000DA, "Member 'UCommonInputSettings::bEnableEnhancedInputSupport' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, bEnableAutomaticGamepadTypeDetection) == 0x0000DB, "Member 'UCommonInputSettings::bEnableAutomaticGamepadTypeDetection' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, ActionDomainTable) == 0x0000E0, "Member 'UCommonInputSettings::ActionDomainTable' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, PlatformNameUpgrades) == 0x000108, "Member 'UCommonInputSettings::PlatformNameUpgrades' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, InputDataClass) == 0x000160, "Member 'UCommonInputSettings::InputDataClass' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSettings, ActionDomainTablePtr) == 0x000168, "Member 'UCommonInputSettings::ActionDomainTablePtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_SetCurrentInputType \ +static_assert(alignof(CommonInputSubsystem_SetCurrentInputType) == 0x000001, "Wrong alignment on CommonInputSubsystem_SetCurrentInputType"); \ +static_assert(sizeof(CommonInputSubsystem_SetCurrentInputType) == 0x000001, "Wrong size on CommonInputSubsystem_SetCurrentInputType"); \ +static_assert(offsetof(CommonInputSubsystem_SetCurrentInputType, NewInputType) == 0x000000, "Member 'CommonInputSubsystem_SetCurrentInputType::NewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_SetGamepadInputType \ +static_assert(alignof(CommonInputSubsystem_SetGamepadInputType) == 0x000004, "Wrong alignment on CommonInputSubsystem_SetGamepadInputType"); \ +static_assert(sizeof(CommonInputSubsystem_SetGamepadInputType) == 0x000008, "Wrong size on CommonInputSubsystem_SetGamepadInputType"); \ +static_assert(offsetof(CommonInputSubsystem_SetGamepadInputType, InGamepadInputType) == 0x000000, "Member 'CommonInputSubsystem_SetGamepadInputType::InGamepadInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_GetCurrentGamepadName \ +static_assert(alignof(CommonInputSubsystem_GetCurrentGamepadName) == 0x000004, "Wrong alignment on CommonInputSubsystem_GetCurrentGamepadName"); \ +static_assert(sizeof(CommonInputSubsystem_GetCurrentGamepadName) == 0x000008, "Wrong size on CommonInputSubsystem_GetCurrentGamepadName"); \ +static_assert(offsetof(CommonInputSubsystem_GetCurrentGamepadName, ReturnValue) == 0x000000, "Member 'CommonInputSubsystem_GetCurrentGamepadName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_GetCurrentInputType \ +static_assert(alignof(CommonInputSubsystem_GetCurrentInputType) == 0x000001, "Wrong alignment on CommonInputSubsystem_GetCurrentInputType"); \ +static_assert(sizeof(CommonInputSubsystem_GetCurrentInputType) == 0x000001, "Wrong size on CommonInputSubsystem_GetCurrentInputType"); \ +static_assert(offsetof(CommonInputSubsystem_GetCurrentInputType, ReturnValue) == 0x000000, "Member 'CommonInputSubsystem_GetCurrentInputType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_GetDefaultInputType \ +static_assert(alignof(CommonInputSubsystem_GetDefaultInputType) == 0x000001, "Wrong alignment on CommonInputSubsystem_GetDefaultInputType"); \ +static_assert(sizeof(CommonInputSubsystem_GetDefaultInputType) == 0x000001, "Wrong size on CommonInputSubsystem_GetDefaultInputType"); \ +static_assert(offsetof(CommonInputSubsystem_GetDefaultInputType, ReturnValue) == 0x000000, "Member 'CommonInputSubsystem_GetDefaultInputType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_IsInputMethodActive \ +static_assert(alignof(CommonInputSubsystem_IsInputMethodActive) == 0x000001, "Wrong alignment on CommonInputSubsystem_IsInputMethodActive"); \ +static_assert(sizeof(CommonInputSubsystem_IsInputMethodActive) == 0x000002, "Wrong size on CommonInputSubsystem_IsInputMethodActive"); \ +static_assert(offsetof(CommonInputSubsystem_IsInputMethodActive, InputMethod) == 0x000000, "Member 'CommonInputSubsystem_IsInputMethodActive::InputMethod' has a wrong offset!"); \ +static_assert(offsetof(CommonInputSubsystem_IsInputMethodActive, ReturnValue) == 0x000001, "Member 'CommonInputSubsystem_IsInputMethodActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_IsUsingPointerInput \ +static_assert(alignof(CommonInputSubsystem_IsUsingPointerInput) == 0x000001, "Wrong alignment on CommonInputSubsystem_IsUsingPointerInput"); \ +static_assert(sizeof(CommonInputSubsystem_IsUsingPointerInput) == 0x000001, "Wrong size on CommonInputSubsystem_IsUsingPointerInput"); \ +static_assert(offsetof(CommonInputSubsystem_IsUsingPointerInput, ReturnValue) == 0x000000, "Member 'CommonInputSubsystem_IsUsingPointerInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonInputSubsystem_ShouldShowInputKeys \ +static_assert(alignof(CommonInputSubsystem_ShouldShowInputKeys) == 0x000001, "Wrong alignment on CommonInputSubsystem_ShouldShowInputKeys"); \ +static_assert(sizeof(CommonInputSubsystem_ShouldShowInputKeys) == 0x000001, "Wrong size on CommonInputSubsystem_ShouldShowInputKeys"); \ +static_assert(offsetof(CommonInputSubsystem_ShouldShowInputKeys, ReturnValue) == 0x000000, "Member 'CommonInputSubsystem_ShouldShowInputKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInputSubsystem \ +static_assert(alignof(UCommonInputSubsystem) == 0x000008, "Wrong alignment on UCommonInputSubsystem"); \ +static_assert(sizeof(UCommonInputSubsystem) == 0x000108, "Wrong size on UCommonInputSubsystem"); \ +static_assert(offsetof(UCommonInputSubsystem, OnInputMethodChanged) == 0x000068, "Member 'UCommonInputSubsystem::OnInputMethodChanged' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, NumberOfInputMethodChangesRecently) == 0x000078, "Member 'UCommonInputSubsystem::NumberOfInputMethodChangesRecently' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, LastInputMethodChangeTime) == 0x000080, "Member 'UCommonInputSubsystem::LastInputMethodChangeTime' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, LastTimeInputMethodThrashingBegan) == 0x000088, "Member 'UCommonInputSubsystem::LastTimeInputMethodThrashingBegan' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, RawInputType) == 0x000090, "Member 'UCommonInputSubsystem::RawInputType' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, CurrentInputType) == 0x000091, "Member 'UCommonInputSubsystem::CurrentInputType' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, GamepadInputType) == 0x000094, "Member 'UCommonInputSubsystem::GamepadInputType' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, bInputMethodLockedByThrashing) == 0x00009C, "Member 'UCommonInputSubsystem::bInputMethodLockedByThrashing' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, CurrentInputLocks) == 0x0000A0, "Member 'UCommonInputSubsystem::CurrentInputLocks' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, ActionDomainTable) == 0x0000F8, "Member 'UCommonInputSubsystem::ActionDomainTable' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputSubsystem, bIsGamepadSimulatedClick) == 0x000100, "Member 'UCommonInputSubsystem::bIsGamepadSimulatedClick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPathDefinition \ +static_assert(alignof(FPathDefinition) == 0x000008, "Wrong alignment on FPathDefinition"); \ +static_assert(sizeof(FPathDefinition) == 0x000028, "Wrong size on FPathDefinition"); \ +static_assert(offsetof(FPathDefinition, Points) == 0x000000, "Member 'FPathDefinition::Points' has a wrong offset!"); \ +static_assert(offsetof(FPathDefinition, LineWidth) == 0x000010, "Member 'FPathDefinition::LineWidth' has a wrong offset!"); \ +static_assert(offsetof(FPathDefinition, ColorAndTint) == 0x000014, "Member 'FPathDefinition::ColorAndTint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotClampedToEdgeChanged \ +static_assert(alignof(MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotClampedToEdgeChanged) == 0x000001, "Wrong alignment on MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotClampedToEdgeChanged"); \ +static_assert(sizeof(MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotClampedToEdgeChanged) == 0x000001, "Wrong size on MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotClampedToEdgeChanged"); \ +static_assert(offsetof(MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotClampedToEdgeChanged, bClamped) == 0x000000, "Member 'MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotClampedToEdgeChanged::bClamped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotElevationChanged \ +static_assert(alignof(MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotElevationChanged) == 0x000001, "Wrong alignment on MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotElevationChanged"); \ +static_assert(sizeof(MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotElevationChanged) == 0x000001, "Wrong size on MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotElevationChanged"); \ +static_assert(offsetof(MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotElevationChanged, Level) == 0x000000, "Member 'MapProjectionSlotObserverInterface_BP_OnMapProjectionSlotElevationChanged::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMapProjectionSlotObserverInterface \ +static_assert(alignof(IMapProjectionSlotObserverInterface) == 0x000001, "Wrong alignment on IMapProjectionSlotObserverInterface"); \ +static_assert(sizeof(IMapProjectionSlotObserverInterface) == 0x000001, "Wrong size on IMapProjectionSlotObserverInterface"); \ + +#define DUMPER7_ASSERTS_ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotClampedToEdgeChanged \ +static_assert(alignof(ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotClampedToEdgeChanged) == 0x000001, "Wrong alignment on ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotClampedToEdgeChanged"); \ +static_assert(sizeof(ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotClampedToEdgeChanged) == 0x000001, "Wrong size on ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotClampedToEdgeChanged"); \ +static_assert(offsetof(ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotClampedToEdgeChanged, bClamped) == 0x000000, "Member 'ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotClampedToEdgeChanged::bClamped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotDistanceChanged \ +static_assert(alignof(ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotDistanceChanged) == 0x000004, "Wrong alignment on ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotDistanceChanged"); \ +static_assert(sizeof(ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotDistanceChanged) == 0x000004, "Wrong size on ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotDistanceChanged"); \ +static_assert(offsetof(ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotDistanceChanged, Distance) == 0x000000, "Member 'ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotDistanceChanged::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInFrontOfCameraChanged \ +static_assert(alignof(ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInFrontOfCameraChanged) == 0x000001, "Wrong alignment on ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInFrontOfCameraChanged"); \ +static_assert(sizeof(ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInFrontOfCameraChanged) == 0x000001, "Wrong size on ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInFrontOfCameraChanged"); \ +static_assert(offsetof(ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInFrontOfCameraChanged, bInFrontOfCamera) == 0x000000, "Member 'ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInFrontOfCameraChanged::bInFrontOfCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInLineOfSightChanged \ +static_assert(alignof(ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInLineOfSightChanged) == 0x000001, "Wrong alignment on ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInLineOfSightChanged"); \ +static_assert(sizeof(ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInLineOfSightChanged) == 0x000001, "Wrong size on ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInLineOfSightChanged"); \ +static_assert(offsetof(ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInLineOfSightChanged, bIsInLineOfSight) == 0x000000, "Member 'ViewProjectionSlotObserverInterface_BP_OnViewProjectionSlotInLineOfSightChanged::bIsInLineOfSight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IViewProjectionSlotObserverInterface \ +static_assert(alignof(IViewProjectionSlotObserverInterface) == 0x000001, "Wrong alignment on IViewProjectionSlotObserverInterface"); \ +static_assert(sizeof(IViewProjectionSlotObserverInterface) == 0x000001, "Wrong size on IViewProjectionSlotObserverInterface"); \ + +#define DUMPER7_ASSERTS_UStartSyncWindow_C \ +static_assert(alignof(UStartSyncWindow_C) == 0x000008, "Wrong alignment on UStartSyncWindow_C"); \ +static_assert(sizeof(UStartSyncWindow_C) == 0x000030, "Wrong size on UStartSyncWindow_C"); \ + +#define DUMPER7_ASSERTS_FUIActionBindingHandle \ +static_assert(alignof(FUIActionBindingHandle) == 0x000004, "Wrong alignment on FUIActionBindingHandle"); \ +static_assert(sizeof(FUIActionBindingHandle) == 0x000004, "Wrong size on FUIActionBindingHandle"); \ + +#define DUMPER7_ASSERTS_FCommonNumberFormattingOptions \ +static_assert(alignof(FCommonNumberFormattingOptions) == 0x000004, "Wrong alignment on FCommonNumberFormattingOptions"); \ +static_assert(sizeof(FCommonNumberFormattingOptions) == 0x000014, "Wrong size on FCommonNumberFormattingOptions"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, RoundingMode) == 0x000000, "Member 'FCommonNumberFormattingOptions::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, AlwaysSign) == 0x000001, "Member 'FCommonNumberFormattingOptions::AlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, UseGrouping) == 0x000002, "Member 'FCommonNumberFormattingOptions::UseGrouping' has a wrong offset!"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, MinimumIntegralDigits) == 0x000004, "Member 'FCommonNumberFormattingOptions::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, MaximumIntegralDigits) == 0x000008, "Member 'FCommonNumberFormattingOptions::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, MinimumFractionalDigits) == 0x00000C, "Member 'FCommonNumberFormattingOptions::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(FCommonNumberFormattingOptions, MaximumFractionalDigits) == 0x000010, "Member 'FCommonNumberFormattingOptions::MaximumFractionalDigits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIInputConfig \ +static_assert(alignof(FUIInputConfig) == 0x000001, "Wrong alignment on FUIInputConfig"); \ +static_assert(sizeof(FUIInputConfig) == 0x000006, "Wrong size on FUIInputConfig"); \ +static_assert(offsetof(FUIInputConfig, bIgnoreMoveInput) == 0x000000, "Member 'FUIInputConfig::bIgnoreMoveInput' has a wrong offset!"); \ +static_assert(offsetof(FUIInputConfig, bIgnoreLookInput) == 0x000001, "Member 'FUIInputConfig::bIgnoreLookInput' has a wrong offset!"); \ +static_assert(offsetof(FUIInputConfig, InputMode) == 0x000002, "Member 'FUIInputConfig::InputMode' has a wrong offset!"); \ +static_assert(offsetof(FUIInputConfig, MouseCaptureMode) == 0x000003, "Member 'FUIInputConfig::MouseCaptureMode' has a wrong offset!"); \ +static_assert(offsetof(FUIInputConfig, MouseLockMode) == 0x000004, "Member 'FUIInputConfig::MouseLockMode' has a wrong offset!"); \ +static_assert(offsetof(FUIInputConfig, bHideCursorDuringViewportCapture) == 0x000005, "Member 'FUIInputConfig::bHideCursorDuringViewportCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonRegisteredTabInfo \ +static_assert(alignof(FCommonRegisteredTabInfo) == 0x000008, "Wrong alignment on FCommonRegisteredTabInfo"); \ +static_assert(sizeof(FCommonRegisteredTabInfo) == 0x000020, "Wrong size on FCommonRegisteredTabInfo"); \ +static_assert(offsetof(FCommonRegisteredTabInfo, TabIndex) == 0x000000, "Member 'FCommonRegisteredTabInfo::TabIndex' has a wrong offset!"); \ +static_assert(offsetof(FCommonRegisteredTabInfo, TabButtonClass) == 0x000008, "Member 'FCommonRegisteredTabInfo::TabButtonClass' has a wrong offset!"); \ +static_assert(offsetof(FCommonRegisteredTabInfo, TabButton) == 0x000010, "Member 'FCommonRegisteredTabInfo::TabButton' has a wrong offset!"); \ +static_assert(offsetof(FCommonRegisteredTabInfo, ContentInstance) == 0x000018, "Member 'FCommonRegisteredTabInfo::ContentInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUITag \ +static_assert(alignof(FUITag) == 0x000004, "Wrong alignment on FUITag"); \ +static_assert(sizeof(FUITag) == 0x000008, "Wrong size on FUITag"); \ + +#define DUMPER7_ASSERTS_FUIActionTag \ +static_assert(alignof(FUIActionTag) == 0x000004, "Wrong alignment on FUIActionTag"); \ +static_assert(sizeof(FUIActionTag) == 0x000008, "Wrong size on FUIActionTag"); \ + +#define DUMPER7_ASSERTS_FCommonInputActionHandlerData \ +static_assert(alignof(FCommonInputActionHandlerData) == 0x000008, "Wrong alignment on FCommonInputActionHandlerData"); \ +static_assert(sizeof(FCommonInputActionHandlerData) == 0x000020, "Wrong size on FCommonInputActionHandlerData"); \ +static_assert(offsetof(FCommonInputActionHandlerData, InputActionRow) == 0x000000, "Member 'FCommonInputActionHandlerData::InputActionRow' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionHandlerData, State) == 0x000010, "Member 'FCommonInputActionHandlerData::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonButtonStyleOptionalSlateSound \ +static_assert(alignof(FCommonButtonStyleOptionalSlateSound) == 0x000008, "Wrong alignment on FCommonButtonStyleOptionalSlateSound"); \ +static_assert(sizeof(FCommonButtonStyleOptionalSlateSound) == 0x000020, "Wrong size on FCommonButtonStyleOptionalSlateSound"); \ +static_assert(offsetof(FCommonButtonStyleOptionalSlateSound, bHasSound) == 0x000000, "Member 'FCommonButtonStyleOptionalSlateSound::bHasSound' has a wrong offset!"); \ +static_assert(offsetof(FCommonButtonStyleOptionalSlateSound, Sound) == 0x000008, "Member 'FCommonButtonStyleOptionalSlateSound::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichTextIconData \ +static_assert(alignof(FRichTextIconData) == 0x000008, "Wrong alignment on FRichTextIconData"); \ +static_assert(sizeof(FRichTextIconData) == 0x000050, "Wrong size on FRichTextIconData"); \ +static_assert(offsetof(FRichTextIconData, DisplayName) == 0x000008, "Member 'FRichTextIconData::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRichTextIconData, ResourceObject) == 0x000018, "Member 'FRichTextIconData::ResourceObject' has a wrong offset!"); \ +static_assert(offsetof(FRichTextIconData, ImageSize) == 0x000040, "Member 'FRichTextIconData::ImageSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonInputTypeInfo \ +static_assert(alignof(FCommonInputTypeInfo) == 0x000010, "Wrong alignment on FCommonInputTypeInfo"); \ +static_assert(sizeof(FCommonInputTypeInfo) == 0x0000E0, "Wrong size on FCommonInputTypeInfo"); \ +static_assert(offsetof(FCommonInputTypeInfo, Key) == 0x000000, "Member 'FCommonInputTypeInfo::Key' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputTypeInfo, OverrrideState) == 0x000018, "Member 'FCommonInputTypeInfo::OverrrideState' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputTypeInfo, bActionRequiresHold) == 0x000019, "Member 'FCommonInputTypeInfo::bActionRequiresHold' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputTypeInfo, HoldTime) == 0x00001C, "Member 'FCommonInputTypeInfo::HoldTime' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputTypeInfo, HoldRollbackTime) == 0x000020, "Member 'FCommonInputTypeInfo::HoldRollbackTime' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputTypeInfo, OverrideBrush) == 0x000030, "Member 'FCommonInputTypeInfo::OverrideBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonInputActionDataBase \ +static_assert(alignof(FCommonInputActionDataBase) == 0x000010, "Wrong alignment on FCommonInputActionDataBase"); \ +static_assert(sizeof(FCommonInputActionDataBase) == 0x000320, "Wrong size on FCommonInputActionDataBase"); \ +static_assert(offsetof(FCommonInputActionDataBase, DisplayName) == 0x000008, "Member 'FCommonInputActionDataBase::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionDataBase, HoldDisplayName) == 0x000018, "Member 'FCommonInputActionDataBase::HoldDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionDataBase, NavBarPriority) == 0x000028, "Member 'FCommonInputActionDataBase::NavBarPriority' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionDataBase, KeyboardInputTypeInfo) == 0x000030, "Member 'FCommonInputActionDataBase::KeyboardInputTypeInfo' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionDataBase, DefaultGamepadInputTypeInfo) == 0x000110, "Member 'FCommonInputActionDataBase::DefaultGamepadInputTypeInfo' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionDataBase, GamepadInputOverrides) == 0x0001F0, "Member 'FCommonInputActionDataBase::GamepadInputOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCommonInputActionDataBase, TouchInputTypeInfo) == 0x000240, "Member 'FCommonInputActionDataBase::TouchInputTypeInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIActionKeyMapping \ +static_assert(alignof(FUIActionKeyMapping) == 0x000008, "Wrong alignment on FUIActionKeyMapping"); \ +static_assert(sizeof(FUIActionKeyMapping) == 0x000020, "Wrong size on FUIActionKeyMapping"); \ +static_assert(offsetof(FUIActionKeyMapping, Key) == 0x000000, "Member 'FUIActionKeyMapping::Key' has a wrong offset!"); \ +static_assert(offsetof(FUIActionKeyMapping, HoldTime) == 0x000018, "Member 'FUIActionKeyMapping::HoldTime' has a wrong offset!"); \ +static_assert(offsetof(FUIActionKeyMapping, HoldRollbackTime) == 0x00001C, "Member 'FUIActionKeyMapping::HoldRollbackTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUIInputAction \ +static_assert(alignof(FUIInputAction) == 0x000008, "Wrong alignment on FUIInputAction"); \ +static_assert(sizeof(FUIInputAction) == 0x000028, "Wrong size on FUIInputAction"); \ +static_assert(offsetof(FUIInputAction, ActionTag) == 0x000000, "Member 'FUIInputAction::ActionTag' has a wrong offset!"); \ +static_assert(offsetof(FUIInputAction, DefaultDisplayName) == 0x000008, "Member 'FUIInputAction::DefaultDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FUIInputAction, KeyMappings) == 0x000018, "Member 'FUIInputAction::KeyMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCommonAnalogCursorSettings \ +static_assert(alignof(FCommonAnalogCursorSettings) == 0x000004, "Wrong alignment on FCommonAnalogCursorSettings"); \ +static_assert(sizeof(FCommonAnalogCursorSettings) == 0x00002C, "Wrong size on FCommonAnalogCursorSettings"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, PreprocessorPriority) == 0x000000, "Member 'FCommonAnalogCursorSettings::PreprocessorPriority' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, PreprocessorRegistrationInfo) == 0x000004, "Member 'FCommonAnalogCursorSettings::PreprocessorRegistrationInfo' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, bEnableCursorAcceleration) == 0x00000C, "Member 'FCommonAnalogCursorSettings::bEnableCursorAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, CursorAcceleration) == 0x000010, "Member 'FCommonAnalogCursorSettings::CursorAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, CursorMaxSpeed) == 0x000014, "Member 'FCommonAnalogCursorSettings::CursorMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, CursorDeadZone) == 0x000018, "Member 'FCommonAnalogCursorSettings::CursorDeadZone' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, HoverSlowdownFactor) == 0x00001C, "Member 'FCommonAnalogCursorSettings::HoverSlowdownFactor' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, ScrollDeadZone) == 0x000020, "Member 'FCommonAnalogCursorSettings::ScrollDeadZone' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, ScrollUpdatePeriod) == 0x000024, "Member 'FCommonAnalogCursorSettings::ScrollUpdatePeriod' has a wrong offset!"); \ +static_assert(offsetof(FCommonAnalogCursorSettings, ScrollMultiplier) == 0x000028, "Member 'FCommonAnalogCursorSettings::ScrollMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICommonBoundActionButtonInterface \ +static_assert(alignof(ICommonBoundActionButtonInterface) == 0x000001, "Wrong alignment on ICommonBoundActionButtonInterface"); \ +static_assert(sizeof(ICommonBoundActionButtonInterface) == 0x000001, "Wrong size on ICommonBoundActionButtonInterface"); \ + +#define DUMPER7_ASSERTS_UAnalogSlider \ +static_assert(alignof(UAnalogSlider) == 0x000010, "Wrong alignment on UAnalogSlider"); \ +static_assert(sizeof(UAnalogSlider) == 0x000690, "Wrong size on UAnalogSlider"); \ +static_assert(offsetof(UAnalogSlider, OnAnalogCapture) == 0x000670, "Member 'UAnalogSlider::OnAnalogCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICommonActionHandlerInterface \ +static_assert(alignof(ICommonActionHandlerInterface) == 0x000001, "Wrong alignment on ICommonActionHandlerInterface"); \ +static_assert(sizeof(ICommonActionHandlerInterface) == 0x000001, "Wrong size on ICommonActionHandlerInterface"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_GetIconDynamicMaterial \ +static_assert(alignof(CommonActionWidget_GetIconDynamicMaterial) == 0x000008, "Wrong alignment on CommonActionWidget_GetIconDynamicMaterial"); \ +static_assert(sizeof(CommonActionWidget_GetIconDynamicMaterial) == 0x000008, "Wrong size on CommonActionWidget_GetIconDynamicMaterial"); \ +static_assert(offsetof(CommonActionWidget_GetIconDynamicMaterial, ReturnValue) == 0x000000, "Member 'CommonActionWidget_GetIconDynamicMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_SetEnhancedInputAction \ +static_assert(alignof(CommonActionWidget_SetEnhancedInputAction) == 0x000008, "Wrong alignment on CommonActionWidget_SetEnhancedInputAction"); \ +static_assert(sizeof(CommonActionWidget_SetEnhancedInputAction) == 0x000008, "Wrong size on CommonActionWidget_SetEnhancedInputAction"); \ +static_assert(offsetof(CommonActionWidget_SetEnhancedInputAction, InInputAction) == 0x000000, "Member 'CommonActionWidget_SetEnhancedInputAction::InInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_SetIconRimBrush \ +static_assert(alignof(CommonActionWidget_SetIconRimBrush) == 0x000010, "Wrong alignment on CommonActionWidget_SetIconRimBrush"); \ +static_assert(sizeof(CommonActionWidget_SetIconRimBrush) == 0x0000B0, "Wrong size on CommonActionWidget_SetIconRimBrush"); \ +static_assert(offsetof(CommonActionWidget_SetIconRimBrush, InIconRimBrush) == 0x000000, "Member 'CommonActionWidget_SetIconRimBrush::InIconRimBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_SetInputAction \ +static_assert(alignof(CommonActionWidget_SetInputAction) == 0x000008, "Wrong alignment on CommonActionWidget_SetInputAction"); \ +static_assert(sizeof(CommonActionWidget_SetInputAction) == 0x000010, "Wrong size on CommonActionWidget_SetInputAction"); \ +static_assert(offsetof(CommonActionWidget_SetInputAction, InputActionRow) == 0x000000, "Member 'CommonActionWidget_SetInputAction::InputActionRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_SetInputActionBinding \ +static_assert(alignof(CommonActionWidget_SetInputActionBinding) == 0x000004, "Wrong alignment on CommonActionWidget_SetInputActionBinding"); \ +static_assert(sizeof(CommonActionWidget_SetInputActionBinding) == 0x000004, "Wrong size on CommonActionWidget_SetInputActionBinding"); \ +static_assert(offsetof(CommonActionWidget_SetInputActionBinding, BindingHandle) == 0x000000, "Member 'CommonActionWidget_SetInputActionBinding::BindingHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_SetInputActions \ +static_assert(alignof(CommonActionWidget_SetInputActions) == 0x000008, "Wrong alignment on CommonActionWidget_SetInputActions"); \ +static_assert(sizeof(CommonActionWidget_SetInputActions) == 0x000010, "Wrong size on CommonActionWidget_SetInputActions"); \ +static_assert(offsetof(CommonActionWidget_SetInputActions, NewInputActions) == 0x000000, "Member 'CommonActionWidget_SetInputActions::NewInputActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_GetDisplayText \ +static_assert(alignof(CommonActionWidget_GetDisplayText) == 0x000008, "Wrong alignment on CommonActionWidget_GetDisplayText"); \ +static_assert(sizeof(CommonActionWidget_GetDisplayText) == 0x000010, "Wrong size on CommonActionWidget_GetDisplayText"); \ +static_assert(offsetof(CommonActionWidget_GetDisplayText, ReturnValue) == 0x000000, "Member 'CommonActionWidget_GetDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_GetEnhancedInputAction \ +static_assert(alignof(CommonActionWidget_GetEnhancedInputAction) == 0x000008, "Wrong alignment on CommonActionWidget_GetEnhancedInputAction"); \ +static_assert(sizeof(CommonActionWidget_GetEnhancedInputAction) == 0x000008, "Wrong size on CommonActionWidget_GetEnhancedInputAction"); \ +static_assert(offsetof(CommonActionWidget_GetEnhancedInputAction, ReturnValue) == 0x000000, "Member 'CommonActionWidget_GetEnhancedInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_GetIcon \ +static_assert(alignof(CommonActionWidget_GetIcon) == 0x000010, "Wrong alignment on CommonActionWidget_GetIcon"); \ +static_assert(sizeof(CommonActionWidget_GetIcon) == 0x0000B0, "Wrong size on CommonActionWidget_GetIcon"); \ +static_assert(offsetof(CommonActionWidget_GetIcon, ReturnValue) == 0x000000, "Member 'CommonActionWidget_GetIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActionWidget_IsHeldAction \ +static_assert(alignof(CommonActionWidget_IsHeldAction) == 0x000001, "Wrong alignment on CommonActionWidget_IsHeldAction"); \ +static_assert(sizeof(CommonActionWidget_IsHeldAction) == 0x000001, "Wrong size on CommonActionWidget_IsHeldAction"); \ +static_assert(offsetof(CommonActionWidget_IsHeldAction, ReturnValue) == 0x000000, "Member 'CommonActionWidget_IsHeldAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonActionWidget \ +static_assert(alignof(UCommonActionWidget) == 0x000010, "Wrong alignment on UCommonActionWidget"); \ +static_assert(sizeof(UCommonActionWidget) == 0x000440, "Wrong size on UCommonActionWidget"); \ +static_assert(offsetof(UCommonActionWidget, OnInputMethodChanged) == 0x000178, "Member 'UCommonActionWidget::OnInputMethodChanged' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, OnInputIconUpdated) == 0x000188, "Member 'UCommonActionWidget::OnInputIconUpdated' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, ProgressMaterialBrush) == 0x0001A0, "Member 'UCommonActionWidget::ProgressMaterialBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, ProgressMaterialParam) == 0x000250, "Member 'UCommonActionWidget::ProgressMaterialParam' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, IconRimBrush) == 0x000260, "Member 'UCommonActionWidget::IconRimBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, InputActions) == 0x000310, "Member 'UCommonActionWidget::InputActions' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, EnhancedInputAction) == 0x000320, "Member 'UCommonActionWidget::EnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, ProgressDynamicMaterial) == 0x000330, "Member 'UCommonActionWidget::ProgressDynamicMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCommonActionWidget, Icon) == 0x000380, "Member 'UCommonActionWidget::Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonUserWidget_RegisterScrollRecipientExternal \ +static_assert(alignof(CommonUserWidget_RegisterScrollRecipientExternal) == 0x000008, "Wrong alignment on CommonUserWidget_RegisterScrollRecipientExternal"); \ +static_assert(sizeof(CommonUserWidget_RegisterScrollRecipientExternal) == 0x000008, "Wrong size on CommonUserWidget_RegisterScrollRecipientExternal"); \ +static_assert(offsetof(CommonUserWidget_RegisterScrollRecipientExternal, AnalogScrollRecipient) == 0x000000, "Member 'CommonUserWidget_RegisterScrollRecipientExternal::AnalogScrollRecipient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonUserWidget_SetConsumePointerInput \ +static_assert(alignof(CommonUserWidget_SetConsumePointerInput) == 0x000001, "Wrong alignment on CommonUserWidget_SetConsumePointerInput"); \ +static_assert(sizeof(CommonUserWidget_SetConsumePointerInput) == 0x000001, "Wrong size on CommonUserWidget_SetConsumePointerInput"); \ +static_assert(offsetof(CommonUserWidget_SetConsumePointerInput, bInConsumePointerInput) == 0x000000, "Member 'CommonUserWidget_SetConsumePointerInput::bInConsumePointerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonUserWidget_UnregisterScrollRecipientExternal \ +static_assert(alignof(CommonUserWidget_UnregisterScrollRecipientExternal) == 0x000008, "Wrong alignment on CommonUserWidget_UnregisterScrollRecipientExternal"); \ +static_assert(sizeof(CommonUserWidget_UnregisterScrollRecipientExternal) == 0x000008, "Wrong size on CommonUserWidget_UnregisterScrollRecipientExternal"); \ +static_assert(offsetof(CommonUserWidget_UnregisterScrollRecipientExternal, AnalogScrollRecipient) == 0x000000, "Member 'CommonUserWidget_UnregisterScrollRecipientExternal::AnalogScrollRecipient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUserWidget \ +static_assert(alignof(UCommonUserWidget) == 0x000008, "Wrong alignment on UCommonUserWidget"); \ +static_assert(sizeof(UCommonUserWidget) == 0x000350, "Wrong size on UCommonUserWidget"); \ +static_assert(offsetof(UCommonUserWidget, bDisplayInActionBar) == 0x000328, "Member 'UCommonUserWidget::bDisplayInActionBar' has a wrong offset!"); \ +static_assert(offsetof(UCommonUserWidget, bConsumePointerInput) == 0x000329, "Member 'UCommonUserWidget::bConsumePointerInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_BindVisibilityToActivation \ +static_assert(alignof(CommonActivatableWidget_BindVisibilityToActivation) == 0x000008, "Wrong alignment on CommonActivatableWidget_BindVisibilityToActivation"); \ +static_assert(sizeof(CommonActivatableWidget_BindVisibilityToActivation) == 0x000008, "Wrong size on CommonActivatableWidget_BindVisibilityToActivation"); \ +static_assert(offsetof(CommonActivatableWidget_BindVisibilityToActivation, ActivatableWidget) == 0x000000, "Member 'CommonActivatableWidget_BindVisibilityToActivation::ActivatableWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_BP_OnHandleBackAction \ +static_assert(alignof(CommonActivatableWidget_BP_OnHandleBackAction) == 0x000001, "Wrong alignment on CommonActivatableWidget_BP_OnHandleBackAction"); \ +static_assert(sizeof(CommonActivatableWidget_BP_OnHandleBackAction) == 0x000001, "Wrong size on CommonActivatableWidget_BP_OnHandleBackAction"); \ +static_assert(offsetof(CommonActivatableWidget_BP_OnHandleBackAction, ReturnValue) == 0x000000, "Member 'CommonActivatableWidget_BP_OnHandleBackAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_SetBindVisibilities \ +static_assert(alignof(CommonActivatableWidget_SetBindVisibilities) == 0x000001, "Wrong alignment on CommonActivatableWidget_SetBindVisibilities"); \ +static_assert(sizeof(CommonActivatableWidget_SetBindVisibilities) == 0x000003, "Wrong size on CommonActivatableWidget_SetBindVisibilities"); \ +static_assert(offsetof(CommonActivatableWidget_SetBindVisibilities, OnActivatedVisibility) == 0x000000, "Member 'CommonActivatableWidget_SetBindVisibilities::OnActivatedVisibility' has a wrong offset!"); \ +static_assert(offsetof(CommonActivatableWidget_SetBindVisibilities, OnDeactivatedVisibility) == 0x000001, "Member 'CommonActivatableWidget_SetBindVisibilities::OnDeactivatedVisibility' has a wrong offset!"); \ +static_assert(offsetof(CommonActivatableWidget_SetBindVisibilities, bInAllActive) == 0x000002, "Member 'CommonActivatableWidget_SetBindVisibilities::bInAllActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_BP_GetDesiredFocusTarget \ +static_assert(alignof(CommonActivatableWidget_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on CommonActivatableWidget_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(CommonActivatableWidget_BP_GetDesiredFocusTarget) == 0x000008, "Wrong size on CommonActivatableWidget_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(CommonActivatableWidget_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'CommonActivatableWidget_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_BP_GetDesiredInputConfig \ +static_assert(alignof(CommonActivatableWidget_BP_GetDesiredInputConfig) == 0x000001, "Wrong alignment on CommonActivatableWidget_BP_GetDesiredInputConfig"); \ +static_assert(sizeof(CommonActivatableWidget_BP_GetDesiredInputConfig) == 0x000006, "Wrong size on CommonActivatableWidget_BP_GetDesiredInputConfig"); \ +static_assert(offsetof(CommonActivatableWidget_BP_GetDesiredInputConfig, ReturnValue) == 0x000000, "Member 'CommonActivatableWidget_BP_GetDesiredInputConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_GetDesiredFocusTarget \ +static_assert(alignof(CommonActivatableWidget_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on CommonActivatableWidget_GetDesiredFocusTarget"); \ +static_assert(sizeof(CommonActivatableWidget_GetDesiredFocusTarget) == 0x000008, "Wrong size on CommonActivatableWidget_GetDesiredFocusTarget"); \ +static_assert(offsetof(CommonActivatableWidget_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'CommonActivatableWidget_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidget_IsActivated \ +static_assert(alignof(CommonActivatableWidget_IsActivated) == 0x000001, "Wrong alignment on CommonActivatableWidget_IsActivated"); \ +static_assert(sizeof(CommonActivatableWidget_IsActivated) == 0x000001, "Wrong size on CommonActivatableWidget_IsActivated"); \ +static_assert(offsetof(CommonActivatableWidget_IsActivated, ReturnValue) == 0x000000, "Member 'CommonActivatableWidget_IsActivated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonActivatableWidget \ +static_assert(alignof(UCommonActivatableWidget) == 0x000008, "Wrong alignment on UCommonActivatableWidget"); \ +static_assert(sizeof(UCommonActivatableWidget) == 0x000490, "Wrong size on UCommonActivatableWidget"); \ +static_assert(offsetof(UCommonActivatableWidget, bIsBackHandler) == 0x000350, "Member 'UCommonActivatableWidget::bIsBackHandler' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bIsBackActionDisplayedInActionBar) == 0x000351, "Member 'UCommonActivatableWidget::bIsBackActionDisplayedInActionBar' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, OverrideBackActionDisplayName) == 0x000358, "Member 'UCommonActivatableWidget::OverrideBackActionDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bAutoActivate) == 0x000368, "Member 'UCommonActivatableWidget::bAutoActivate' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bSupportsActivationFocus) == 0x000369, "Member 'UCommonActivatableWidget::bSupportsActivationFocus' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bIsModal) == 0x00036A, "Member 'UCommonActivatableWidget::bIsModal' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bAutoRestoreFocus) == 0x00036B, "Member 'UCommonActivatableWidget::bAutoRestoreFocus' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bOverrideActionDomain) == 0x00036C, "Member 'UCommonActivatableWidget::bOverrideActionDomain' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, InputMapping) == 0x000370, "Member 'UCommonActivatableWidget::InputMapping' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, InputMappingPriority) == 0x000378, "Member 'UCommonActivatableWidget::InputMappingPriority' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, ActionDomainOverride) == 0x000380, "Member 'UCommonActivatableWidget::ActionDomainOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, BP_OnWidgetActivated) == 0x0003A8, "Member 'UCommonActivatableWidget::BP_OnWidgetActivated' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, BP_OnWidgetDeactivated) == 0x0003B8, "Member 'UCommonActivatableWidget::BP_OnWidgetDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bIsActive) == 0x0003C8, "Member 'UCommonActivatableWidget::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, VisibilityBoundWidgets) == 0x0003D0, "Member 'UCommonActivatableWidget::VisibilityBoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bSetVisibilityOnActivated) == 0x000488, "Member 'UCommonActivatableWidget::bSetVisibilityOnActivated' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, ActivatedVisibility) == 0x000489, "Member 'UCommonActivatableWidget::ActivatedVisibility' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, bSetVisibilityOnDeactivated) == 0x00048A, "Member 'UCommonActivatableWidget::bSetVisibilityOnDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidget, DeactivatedVisibility) == 0x00048B, "Member 'UCommonActivatableWidget::DeactivatedVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonAnimatedSwitcher_ActivateNextWidget \ +static_assert(alignof(CommonAnimatedSwitcher_ActivateNextWidget) == 0x000001, "Wrong alignment on CommonAnimatedSwitcher_ActivateNextWidget"); \ +static_assert(sizeof(CommonAnimatedSwitcher_ActivateNextWidget) == 0x000001, "Wrong size on CommonAnimatedSwitcher_ActivateNextWidget"); \ +static_assert(offsetof(CommonAnimatedSwitcher_ActivateNextWidget, bCanWrap) == 0x000000, "Member 'CommonAnimatedSwitcher_ActivateNextWidget::bCanWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonAnimatedSwitcher_ActivatePreviousWidget \ +static_assert(alignof(CommonAnimatedSwitcher_ActivatePreviousWidget) == 0x000001, "Wrong alignment on CommonAnimatedSwitcher_ActivatePreviousWidget"); \ +static_assert(sizeof(CommonAnimatedSwitcher_ActivatePreviousWidget) == 0x000001, "Wrong size on CommonAnimatedSwitcher_ActivatePreviousWidget"); \ +static_assert(offsetof(CommonAnimatedSwitcher_ActivatePreviousWidget, bCanWrap) == 0x000000, "Member 'CommonAnimatedSwitcher_ActivatePreviousWidget::bCanWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonAnimatedSwitcher_SetDisableTransitionAnimation \ +static_assert(alignof(CommonAnimatedSwitcher_SetDisableTransitionAnimation) == 0x000001, "Wrong alignment on CommonAnimatedSwitcher_SetDisableTransitionAnimation"); \ +static_assert(sizeof(CommonAnimatedSwitcher_SetDisableTransitionAnimation) == 0x000001, "Wrong size on CommonAnimatedSwitcher_SetDisableTransitionAnimation"); \ +static_assert(offsetof(CommonAnimatedSwitcher_SetDisableTransitionAnimation, bDisableAnimation) == 0x000000, "Member 'CommonAnimatedSwitcher_SetDisableTransitionAnimation::bDisableAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonAnimatedSwitcher_HasWidgets \ +static_assert(alignof(CommonAnimatedSwitcher_HasWidgets) == 0x000001, "Wrong alignment on CommonAnimatedSwitcher_HasWidgets"); \ +static_assert(sizeof(CommonAnimatedSwitcher_HasWidgets) == 0x000001, "Wrong size on CommonAnimatedSwitcher_HasWidgets"); \ +static_assert(offsetof(CommonAnimatedSwitcher_HasWidgets, ReturnValue) == 0x000000, "Member 'CommonAnimatedSwitcher_HasWidgets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonAnimatedSwitcher_IsCurrentlySwitching \ +static_assert(alignof(CommonAnimatedSwitcher_IsCurrentlySwitching) == 0x000001, "Wrong alignment on CommonAnimatedSwitcher_IsCurrentlySwitching"); \ +static_assert(sizeof(CommonAnimatedSwitcher_IsCurrentlySwitching) == 0x000001, "Wrong size on CommonAnimatedSwitcher_IsCurrentlySwitching"); \ +static_assert(offsetof(CommonAnimatedSwitcher_IsCurrentlySwitching, ReturnValue) == 0x000000, "Member 'CommonAnimatedSwitcher_IsCurrentlySwitching::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonAnimatedSwitcher_IsTransitionPlaying \ +static_assert(alignof(CommonAnimatedSwitcher_IsTransitionPlaying) == 0x000001, "Wrong alignment on CommonAnimatedSwitcher_IsTransitionPlaying"); \ +static_assert(sizeof(CommonAnimatedSwitcher_IsTransitionPlaying) == 0x000001, "Wrong size on CommonAnimatedSwitcher_IsTransitionPlaying"); \ +static_assert(offsetof(CommonAnimatedSwitcher_IsTransitionPlaying, ReturnValue) == 0x000000, "Member 'CommonAnimatedSwitcher_IsTransitionPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonAnimatedSwitcher \ +static_assert(alignof(UCommonAnimatedSwitcher) == 0x000008, "Wrong alignment on UCommonAnimatedSwitcher"); \ +static_assert(sizeof(UCommonAnimatedSwitcher) == 0x000230, "Wrong size on UCommonAnimatedSwitcher"); \ +static_assert(offsetof(UCommonAnimatedSwitcher, OnActiveWidgetIndexChangedBP) == 0x0001D8, "Member 'UCommonAnimatedSwitcher::OnActiveWidgetIndexChangedBP' has a wrong offset!"); \ +static_assert(offsetof(UCommonAnimatedSwitcher, TransitionType) == 0x0001E8, "Member 'UCommonAnimatedSwitcher::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(UCommonAnimatedSwitcher, TransitionCurveType) == 0x0001E9, "Member 'UCommonAnimatedSwitcher::TransitionCurveType' has a wrong offset!"); \ +static_assert(offsetof(UCommonAnimatedSwitcher, TransitionDuration) == 0x0001EC, "Member 'UCommonAnimatedSwitcher::TransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(UCommonAnimatedSwitcher, TransitionFallbackStrategy) == 0x0001F0, "Member 'UCommonAnimatedSwitcher::TransitionFallbackStrategy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonActivatableWidgetSwitcher \ +static_assert(alignof(UCommonActivatableWidgetSwitcher) == 0x000008, "Wrong alignment on UCommonActivatableWidgetSwitcher"); \ +static_assert(sizeof(UCommonActivatableWidgetSwitcher) == 0x000240, "Wrong size on UCommonActivatableWidgetSwitcher"); \ +static_assert(offsetof(UCommonActivatableWidgetSwitcher, bClearFocusRestorationTargetOfDeactivatedWidgets) == 0x000230, "Member 'UCommonActivatableWidgetSwitcher::bClearFocusRestorationTargetOfDeactivatedWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonBorderStyle_GetBackgroundBrush \ +static_assert(alignof(CommonBorderStyle_GetBackgroundBrush) == 0x000010, "Wrong alignment on CommonBorderStyle_GetBackgroundBrush"); \ +static_assert(sizeof(CommonBorderStyle_GetBackgroundBrush) == 0x0000B0, "Wrong size on CommonBorderStyle_GetBackgroundBrush"); \ +static_assert(offsetof(CommonBorderStyle_GetBackgroundBrush, Brush) == 0x000000, "Member 'CommonBorderStyle_GetBackgroundBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonBorderStyle \ +static_assert(alignof(UCommonBorderStyle) == 0x000010, "Wrong alignment on UCommonBorderStyle"); \ +static_assert(sizeof(UCommonBorderStyle) == 0x0000E0, "Wrong size on UCommonBorderStyle"); \ +static_assert(offsetof(UCommonBorderStyle, Background) == 0x000030, "Member 'UCommonBorderStyle::Background' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonBorder_SetStyle \ +static_assert(alignof(CommonBorder_SetStyle) == 0x000008, "Wrong alignment on CommonBorder_SetStyle"); \ +static_assert(sizeof(CommonBorder_SetStyle) == 0x000008, "Wrong size on CommonBorder_SetStyle"); \ +static_assert(offsetof(CommonBorder_SetStyle, InStyle) == 0x000000, "Member 'CommonBorder_SetStyle::InStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonBorder \ +static_assert(alignof(UCommonBorder) == 0x000010, "Wrong alignment on UCommonBorder"); \ +static_assert(sizeof(UCommonBorder) == 0x000340, "Wrong size on UCommonBorder"); \ +static_assert(offsetof(UCommonBorder, Style) == 0x000318, "Member 'UCommonBorder::Style' has a wrong offset!"); \ +static_assert(offsetof(UCommonBorder, bReducePaddingBySafezone) == 0x000320, "Member 'UCommonBorder::bReducePaddingBySafezone' has a wrong offset!"); \ +static_assert(offsetof(UCommonBorder, MinimumPadding) == 0x000324, "Member 'UCommonBorder::MinimumPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetButtonPadding \ +static_assert(alignof(CommonButtonStyle_GetButtonPadding) == 0x000004, "Wrong alignment on CommonButtonStyle_GetButtonPadding"); \ +static_assert(sizeof(CommonButtonStyle_GetButtonPadding) == 0x000010, "Wrong size on CommonButtonStyle_GetButtonPadding"); \ +static_assert(offsetof(CommonButtonStyle_GetButtonPadding, OutButtonPadding) == 0x000000, "Member 'CommonButtonStyle_GetButtonPadding::OutButtonPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetCustomPadding \ +static_assert(alignof(CommonButtonStyle_GetCustomPadding) == 0x000004, "Wrong alignment on CommonButtonStyle_GetCustomPadding"); \ +static_assert(sizeof(CommonButtonStyle_GetCustomPadding) == 0x000010, "Wrong size on CommonButtonStyle_GetCustomPadding"); \ +static_assert(offsetof(CommonButtonStyle_GetCustomPadding, OutCustomPadding) == 0x000000, "Member 'CommonButtonStyle_GetCustomPadding::OutCustomPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetDisabledBrush \ +static_assert(alignof(CommonButtonStyle_GetDisabledBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetDisabledBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetDisabledBrush) == 0x0000B0, "Wrong size on CommonButtonStyle_GetDisabledBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetDisabledBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetDisabledBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetDisabledTextStyle \ +static_assert(alignof(CommonButtonStyle_GetDisabledTextStyle) == 0x000008, "Wrong alignment on CommonButtonStyle_GetDisabledTextStyle"); \ +static_assert(sizeof(CommonButtonStyle_GetDisabledTextStyle) == 0x000008, "Wrong size on CommonButtonStyle_GetDisabledTextStyle"); \ +static_assert(offsetof(CommonButtonStyle_GetDisabledTextStyle, ReturnValue) == 0x000000, "Member 'CommonButtonStyle_GetDisabledTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetMaterialBrush \ +static_assert(alignof(CommonButtonStyle_GetMaterialBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetMaterialBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetMaterialBrush) == 0x0000B0, "Wrong size on CommonButtonStyle_GetMaterialBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetMaterialBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetMaterialBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetNormalBaseBrush \ +static_assert(alignof(CommonButtonStyle_GetNormalBaseBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetNormalBaseBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetNormalBaseBrush) == 0x0000B0, "Wrong size on CommonButtonStyle_GetNormalBaseBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetNormalBaseBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetNormalBaseBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetNormalHoveredBrush \ +static_assert(alignof(CommonButtonStyle_GetNormalHoveredBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetNormalHoveredBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetNormalHoveredBrush) == 0x0000B0, "Wrong size on CommonButtonStyle_GetNormalHoveredBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetNormalHoveredBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetNormalHoveredBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetNormalHoveredTextStyle \ +static_assert(alignof(CommonButtonStyle_GetNormalHoveredTextStyle) == 0x000008, "Wrong alignment on CommonButtonStyle_GetNormalHoveredTextStyle"); \ +static_assert(sizeof(CommonButtonStyle_GetNormalHoveredTextStyle) == 0x000008, "Wrong size on CommonButtonStyle_GetNormalHoveredTextStyle"); \ +static_assert(offsetof(CommonButtonStyle_GetNormalHoveredTextStyle, ReturnValue) == 0x000000, "Member 'CommonButtonStyle_GetNormalHoveredTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetNormalPressedBrush \ +static_assert(alignof(CommonButtonStyle_GetNormalPressedBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetNormalPressedBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetNormalPressedBrush) == 0x0000B0, "Wrong size on CommonButtonStyle_GetNormalPressedBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetNormalPressedBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetNormalPressedBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetNormalTextStyle \ +static_assert(alignof(CommonButtonStyle_GetNormalTextStyle) == 0x000008, "Wrong alignment on CommonButtonStyle_GetNormalTextStyle"); \ +static_assert(sizeof(CommonButtonStyle_GetNormalTextStyle) == 0x000008, "Wrong size on CommonButtonStyle_GetNormalTextStyle"); \ +static_assert(offsetof(CommonButtonStyle_GetNormalTextStyle, ReturnValue) == 0x000000, "Member 'CommonButtonStyle_GetNormalTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetSelectedBaseBrush \ +static_assert(alignof(CommonButtonStyle_GetSelectedBaseBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetSelectedBaseBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetSelectedBaseBrush) == 0x0000B0, "Wrong size on CommonButtonStyle_GetSelectedBaseBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetSelectedBaseBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetSelectedBaseBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetSelectedHoveredBrush \ +static_assert(alignof(CommonButtonStyle_GetSelectedHoveredBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetSelectedHoveredBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetSelectedHoveredBrush) == 0x0000B0, "Wrong size on CommonButtonStyle_GetSelectedHoveredBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetSelectedHoveredBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetSelectedHoveredBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetSelectedHoveredTextStyle \ +static_assert(alignof(CommonButtonStyle_GetSelectedHoveredTextStyle) == 0x000008, "Wrong alignment on CommonButtonStyle_GetSelectedHoveredTextStyle"); \ +static_assert(sizeof(CommonButtonStyle_GetSelectedHoveredTextStyle) == 0x000008, "Wrong size on CommonButtonStyle_GetSelectedHoveredTextStyle"); \ +static_assert(offsetof(CommonButtonStyle_GetSelectedHoveredTextStyle, ReturnValue) == 0x000000, "Member 'CommonButtonStyle_GetSelectedHoveredTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetSelectedPressedBrush \ +static_assert(alignof(CommonButtonStyle_GetSelectedPressedBrush) == 0x000010, "Wrong alignment on CommonButtonStyle_GetSelectedPressedBrush"); \ +static_assert(sizeof(CommonButtonStyle_GetSelectedPressedBrush) == 0x0000B0, "Wrong size on CommonButtonStyle_GetSelectedPressedBrush"); \ +static_assert(offsetof(CommonButtonStyle_GetSelectedPressedBrush, Brush) == 0x000000, "Member 'CommonButtonStyle_GetSelectedPressedBrush::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonStyle_GetSelectedTextStyle \ +static_assert(alignof(CommonButtonStyle_GetSelectedTextStyle) == 0x000008, "Wrong alignment on CommonButtonStyle_GetSelectedTextStyle"); \ +static_assert(sizeof(CommonButtonStyle_GetSelectedTextStyle) == 0x000008, "Wrong size on CommonButtonStyle_GetSelectedTextStyle"); \ +static_assert(offsetof(CommonButtonStyle_GetSelectedTextStyle, ReturnValue) == 0x000000, "Member 'CommonButtonStyle_GetSelectedTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonButtonStyle \ +static_assert(alignof(UCommonButtonStyle) == 0x000010, "Wrong alignment on UCommonButtonStyle"); \ +static_assert(sizeof(UCommonButtonStyle) == 0x000710, "Wrong size on UCommonButtonStyle"); \ +static_assert(offsetof(UCommonButtonStyle, bSingleMaterial) == 0x000028, "Member 'UCommonButtonStyle::bSingleMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SingleMaterialBrush) == 0x000030, "Member 'UCommonButtonStyle::SingleMaterialBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, NormalBase) == 0x0000E0, "Member 'UCommonButtonStyle::NormalBase' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, NormalHovered) == 0x000190, "Member 'UCommonButtonStyle::NormalHovered' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, NormalPressed) == 0x000240, "Member 'UCommonButtonStyle::NormalPressed' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedBase) == 0x0002F0, "Member 'UCommonButtonStyle::SelectedBase' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedHovered) == 0x0003A0, "Member 'UCommonButtonStyle::SelectedHovered' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedPressed) == 0x000450, "Member 'UCommonButtonStyle::SelectedPressed' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, Disabled) == 0x000500, "Member 'UCommonButtonStyle::Disabled' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, ButtonPadding) == 0x0005B0, "Member 'UCommonButtonStyle::ButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, CustomPadding) == 0x0005C0, "Member 'UCommonButtonStyle::CustomPadding' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, MinWidth) == 0x0005D0, "Member 'UCommonButtonStyle::MinWidth' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, MinHeight) == 0x0005D4, "Member 'UCommonButtonStyle::MinHeight' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, MaxWidth) == 0x0005D8, "Member 'UCommonButtonStyle::MaxWidth' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, MaxHeight) == 0x0005DC, "Member 'UCommonButtonStyle::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, NormalTextStyle) == 0x0005E0, "Member 'UCommonButtonStyle::NormalTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, NormalHoveredTextStyle) == 0x0005E8, "Member 'UCommonButtonStyle::NormalHoveredTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedTextStyle) == 0x0005F0, "Member 'UCommonButtonStyle::SelectedTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedHoveredTextStyle) == 0x0005F8, "Member 'UCommonButtonStyle::SelectedHoveredTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, DisabledTextStyle) == 0x000600, "Member 'UCommonButtonStyle::DisabledTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, PressedSlateSound) == 0x000608, "Member 'UCommonButtonStyle::PressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, ClickedSlateSound) == 0x000620, "Member 'UCommonButtonStyle::ClickedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedPressedSlateSound) == 0x000638, "Member 'UCommonButtonStyle::SelectedPressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedClickedSlateSound) == 0x000658, "Member 'UCommonButtonStyle::SelectedClickedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, LockedPressedSlateSound) == 0x000678, "Member 'UCommonButtonStyle::LockedPressedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, LockedClickedSlateSound) == 0x000698, "Member 'UCommonButtonStyle::LockedClickedSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, HoveredSlateSound) == 0x0006B8, "Member 'UCommonButtonStyle::HoveredSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, SelectedHoveredSlateSound) == 0x0006D0, "Member 'UCommonButtonStyle::SelectedHoveredSlateSound' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonStyle, LockedHoveredSlateSound) == 0x0006F0, "Member 'UCommonButtonStyle::LockedHoveredSlateSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonButtonInternalBase \ +static_assert(alignof(UCommonButtonInternalBase) == 0x000010, "Wrong alignment on UCommonButtonInternalBase"); \ +static_assert(sizeof(UCommonButtonInternalBase) == 0x000680, "Wrong size on UCommonButtonInternalBase"); \ +static_assert(offsetof(UCommonButtonInternalBase, OnDoubleClicked) == 0x000630, "Member 'UCommonButtonInternalBase::OnDoubleClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonInternalBase, MinWidth) == 0x000640, "Member 'UCommonButtonInternalBase::MinWidth' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonInternalBase, MinHeight) == 0x000644, "Member 'UCommonButtonInternalBase::MinHeight' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonInternalBase, MaxWidth) == 0x000648, "Member 'UCommonButtonInternalBase::MaxWidth' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonInternalBase, MaxHeight) == 0x00064C, "Member 'UCommonButtonInternalBase::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonInternalBase, bButtonEnabled) == 0x000650, "Member 'UCommonButtonInternalBase::bButtonEnabled' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonInternalBase, bInteractionEnabled) == 0x000651, "Member 'UCommonButtonInternalBase::bInteractionEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_BP_OnInputMethodChanged \ +static_assert(alignof(CommonButtonBase_BP_OnInputMethodChanged) == 0x000001, "Wrong alignment on CommonButtonBase_BP_OnInputMethodChanged"); \ +static_assert(sizeof(CommonButtonBase_BP_OnInputMethodChanged) == 0x000001, "Wrong size on CommonButtonBase_BP_OnInputMethodChanged"); \ +static_assert(offsetof(CommonButtonBase_BP_OnInputMethodChanged, CurrentInputType) == 0x000000, "Member 'CommonButtonBase_BP_OnInputMethodChanged::CurrentInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_BP_OnLockedChanged \ +static_assert(alignof(CommonButtonBase_BP_OnLockedChanged) == 0x000001, "Wrong alignment on CommonButtonBase_BP_OnLockedChanged"); \ +static_assert(sizeof(CommonButtonBase_BP_OnLockedChanged) == 0x000001, "Wrong size on CommonButtonBase_BP_OnLockedChanged"); \ +static_assert(offsetof(CommonButtonBase_BP_OnLockedChanged, bIsLocked) == 0x000000, "Member 'CommonButtonBase_BP_OnLockedChanged::bIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_DisableButtonWithReason \ +static_assert(alignof(CommonButtonBase_DisableButtonWithReason) == 0x000008, "Wrong alignment on CommonButtonBase_DisableButtonWithReason"); \ +static_assert(sizeof(CommonButtonBase_DisableButtonWithReason) == 0x000010, "Wrong size on CommonButtonBase_DisableButtonWithReason"); \ +static_assert(offsetof(CommonButtonBase_DisableButtonWithReason, DisabledReason) == 0x000000, "Member 'CommonButtonBase_DisableButtonWithReason::DisabledReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetConvertInputActionToHold \ +static_assert(alignof(CommonButtonBase_GetConvertInputActionToHold) == 0x000001, "Wrong alignment on CommonButtonBase_GetConvertInputActionToHold"); \ +static_assert(sizeof(CommonButtonBase_GetConvertInputActionToHold) == 0x000001, "Wrong size on CommonButtonBase_GetConvertInputActionToHold"); \ +static_assert(offsetof(CommonButtonBase_GetConvertInputActionToHold, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetConvertInputActionToHold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_HandleTriggeringActionCommited \ +static_assert(alignof(CommonButtonBase_HandleTriggeringActionCommited) == 0x000001, "Wrong alignment on CommonButtonBase_HandleTriggeringActionCommited"); \ +static_assert(sizeof(CommonButtonBase_HandleTriggeringActionCommited) == 0x000001, "Wrong size on CommonButtonBase_HandleTriggeringActionCommited"); \ +static_assert(offsetof(CommonButtonBase_HandleTriggeringActionCommited, bPassThrough) == 0x000000, "Member 'CommonButtonBase_HandleTriggeringActionCommited::bPassThrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_NativeOnActionProgress \ +static_assert(alignof(CommonButtonBase_NativeOnActionProgress) == 0x000004, "Wrong alignment on CommonButtonBase_NativeOnActionProgress"); \ +static_assert(sizeof(CommonButtonBase_NativeOnActionProgress) == 0x000004, "Wrong size on CommonButtonBase_NativeOnActionProgress"); \ +static_assert(offsetof(CommonButtonBase_NativeOnActionProgress, HeldPercent) == 0x000000, "Member 'CommonButtonBase_NativeOnActionProgress::HeldPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_NativeOnHoldProgress \ +static_assert(alignof(CommonButtonBase_NativeOnHoldProgress) == 0x000004, "Wrong alignment on CommonButtonBase_NativeOnHoldProgress"); \ +static_assert(sizeof(CommonButtonBase_NativeOnHoldProgress) == 0x000008, "Wrong size on CommonButtonBase_NativeOnHoldProgress"); \ +static_assert(offsetof(CommonButtonBase_NativeOnHoldProgress, DeltaTime) == 0x000000, "Member 'CommonButtonBase_NativeOnHoldProgress::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_NativeOnHoldProgress, ReturnValue) == 0x000004, "Member 'CommonButtonBase_NativeOnHoldProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_NativeOnHoldProgressRollback \ +static_assert(alignof(CommonButtonBase_NativeOnHoldProgressRollback) == 0x000004, "Wrong alignment on CommonButtonBase_NativeOnHoldProgressRollback"); \ +static_assert(sizeof(CommonButtonBase_NativeOnHoldProgressRollback) == 0x000008, "Wrong size on CommonButtonBase_NativeOnHoldProgressRollback"); \ +static_assert(offsetof(CommonButtonBase_NativeOnHoldProgressRollback, DeltaTime) == 0x000000, "Member 'CommonButtonBase_NativeOnHoldProgressRollback::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_NativeOnHoldProgressRollback, ReturnValue) == 0x000004, "Member 'CommonButtonBase_NativeOnHoldProgressRollback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_OnActionProgress \ +static_assert(alignof(CommonButtonBase_OnActionProgress) == 0x000004, "Wrong alignment on CommonButtonBase_OnActionProgress"); \ +static_assert(sizeof(CommonButtonBase_OnActionProgress) == 0x000004, "Wrong size on CommonButtonBase_OnActionProgress"); \ +static_assert(offsetof(CommonButtonBase_OnActionProgress, HeldPercent) == 0x000000, "Member 'CommonButtonBase_OnActionProgress::HeldPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_OnInputMethodChanged \ +static_assert(alignof(CommonButtonBase_OnInputMethodChanged) == 0x000001, "Wrong alignment on CommonButtonBase_OnInputMethodChanged"); \ +static_assert(sizeof(CommonButtonBase_OnInputMethodChanged) == 0x000001, "Wrong size on CommonButtonBase_OnInputMethodChanged"); \ +static_assert(offsetof(CommonButtonBase_OnInputMethodChanged, CurrentInputType) == 0x000000, "Member 'CommonButtonBase_OnInputMethodChanged::CurrentInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_OnTriggeredInputActionChanged \ +static_assert(alignof(CommonButtonBase_OnTriggeredInputActionChanged) == 0x000008, "Wrong alignment on CommonButtonBase_OnTriggeredInputActionChanged"); \ +static_assert(sizeof(CommonButtonBase_OnTriggeredInputActionChanged) == 0x000010, "Wrong size on CommonButtonBase_OnTriggeredInputActionChanged"); \ +static_assert(offsetof(CommonButtonBase_OnTriggeredInputActionChanged, NewTriggeredAction) == 0x000000, "Member 'CommonButtonBase_OnTriggeredInputActionChanged::NewTriggeredAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_OnTriggeringEnhancedInputActionChanged \ +static_assert(alignof(CommonButtonBase_OnTriggeringEnhancedInputActionChanged) == 0x000008, "Wrong alignment on CommonButtonBase_OnTriggeringEnhancedInputActionChanged"); \ +static_assert(sizeof(CommonButtonBase_OnTriggeringEnhancedInputActionChanged) == 0x000008, "Wrong size on CommonButtonBase_OnTriggeringEnhancedInputActionChanged"); \ +static_assert(offsetof(CommonButtonBase_OnTriggeringEnhancedInputActionChanged, InInputAction) == 0x000000, "Member 'CommonButtonBase_OnTriggeringEnhancedInputActionChanged::InInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_OnTriggeringInputActionChanged \ +static_assert(alignof(CommonButtonBase_OnTriggeringInputActionChanged) == 0x000008, "Wrong alignment on CommonButtonBase_OnTriggeringInputActionChanged"); \ +static_assert(sizeof(CommonButtonBase_OnTriggeringInputActionChanged) == 0x000010, "Wrong size on CommonButtonBase_OnTriggeringInputActionChanged"); \ +static_assert(offsetof(CommonButtonBase_OnTriggeringInputActionChanged, NewTriggeredAction) == 0x000000, "Member 'CommonButtonBase_OnTriggeringInputActionChanged::NewTriggeredAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetAllowDragDrop \ +static_assert(alignof(CommonButtonBase_SetAllowDragDrop) == 0x000001, "Wrong alignment on CommonButtonBase_SetAllowDragDrop"); \ +static_assert(sizeof(CommonButtonBase_SetAllowDragDrop) == 0x000001, "Wrong size on CommonButtonBase_SetAllowDragDrop"); \ +static_assert(offsetof(CommonButtonBase_SetAllowDragDrop, bInAllowDragDrop) == 0x000000, "Member 'CommonButtonBase_SetAllowDragDrop::bInAllowDragDrop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetClickedSoundOverride \ +static_assert(alignof(CommonButtonBase_SetClickedSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetClickedSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetClickedSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetClickedSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetClickedSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetClickedSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetClickMethod \ +static_assert(alignof(CommonButtonBase_SetClickMethod) == 0x000001, "Wrong alignment on CommonButtonBase_SetClickMethod"); \ +static_assert(sizeof(CommonButtonBase_SetClickMethod) == 0x000001, "Wrong size on CommonButtonBase_SetClickMethod"); \ +static_assert(offsetof(CommonButtonBase_SetClickMethod, InClickMethod) == 0x000000, "Member 'CommonButtonBase_SetClickMethod::InClickMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetHideInputAction \ +static_assert(alignof(CommonButtonBase_SetHideInputAction) == 0x000001, "Wrong alignment on CommonButtonBase_SetHideInputAction"); \ +static_assert(sizeof(CommonButtonBase_SetHideInputAction) == 0x000001, "Wrong size on CommonButtonBase_SetHideInputAction"); \ +static_assert(offsetof(CommonButtonBase_SetHideInputAction, bInHideInputAction) == 0x000000, "Member 'CommonButtonBase_SetHideInputAction::bInHideInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetHoveredSoundOverride \ +static_assert(alignof(CommonButtonBase_SetHoveredSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetHoveredSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetHoveredSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetHoveredSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetHoveredSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetHoveredSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetInputActionProgressMaterial \ +static_assert(alignof(CommonButtonBase_SetInputActionProgressMaterial) == 0x000010, "Wrong alignment on CommonButtonBase_SetInputActionProgressMaterial"); \ +static_assert(sizeof(CommonButtonBase_SetInputActionProgressMaterial) == 0x0000C0, "Wrong size on CommonButtonBase_SetInputActionProgressMaterial"); \ +static_assert(offsetof(CommonButtonBase_SetInputActionProgressMaterial, InProgressMaterialBrush) == 0x000000, "Member 'CommonButtonBase_SetInputActionProgressMaterial::InProgressMaterialBrush' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_SetInputActionProgressMaterial, InProgressMaterialParam) == 0x0000B0, "Member 'CommonButtonBase_SetInputActionProgressMaterial::InProgressMaterialParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsFocusable \ +static_assert(alignof(CommonButtonBase_SetIsFocusable) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsFocusable"); \ +static_assert(sizeof(CommonButtonBase_SetIsFocusable) == 0x000001, "Wrong size on CommonButtonBase_SetIsFocusable"); \ +static_assert(offsetof(CommonButtonBase_SetIsFocusable, bInIsFocusable) == 0x000000, "Member 'CommonButtonBase_SetIsFocusable::bInIsFocusable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsInteractableWhenSelected \ +static_assert(alignof(CommonButtonBase_SetIsInteractableWhenSelected) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsInteractableWhenSelected"); \ +static_assert(sizeof(CommonButtonBase_SetIsInteractableWhenSelected) == 0x000001, "Wrong size on CommonButtonBase_SetIsInteractableWhenSelected"); \ +static_assert(offsetof(CommonButtonBase_SetIsInteractableWhenSelected, bInInteractableWhenSelected) == 0x000000, "Member 'CommonButtonBase_SetIsInteractableWhenSelected::bInInteractableWhenSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsInteractionEnabled \ +static_assert(alignof(CommonButtonBase_SetIsInteractionEnabled) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsInteractionEnabled"); \ +static_assert(sizeof(CommonButtonBase_SetIsInteractionEnabled) == 0x000001, "Wrong size on CommonButtonBase_SetIsInteractionEnabled"); \ +static_assert(offsetof(CommonButtonBase_SetIsInteractionEnabled, bInIsInteractionEnabled) == 0x000000, "Member 'CommonButtonBase_SetIsInteractionEnabled::bInIsInteractionEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsLocked \ +static_assert(alignof(CommonButtonBase_SetIsLocked) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsLocked"); \ +static_assert(sizeof(CommonButtonBase_SetIsLocked) == 0x000001, "Wrong size on CommonButtonBase_SetIsLocked"); \ +static_assert(offsetof(CommonButtonBase_SetIsLocked, bInIsLocked) == 0x000000, "Member 'CommonButtonBase_SetIsLocked::bInIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsSelectable \ +static_assert(alignof(CommonButtonBase_SetIsSelectable) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsSelectable"); \ +static_assert(sizeof(CommonButtonBase_SetIsSelectable) == 0x000001, "Wrong size on CommonButtonBase_SetIsSelectable"); \ +static_assert(offsetof(CommonButtonBase_SetIsSelectable, bInIsSelectable) == 0x000000, "Member 'CommonButtonBase_SetIsSelectable::bInIsSelectable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsSelected \ +static_assert(alignof(CommonButtonBase_SetIsSelected) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsSelected"); \ +static_assert(sizeof(CommonButtonBase_SetIsSelected) == 0x000002, "Wrong size on CommonButtonBase_SetIsSelected"); \ +static_assert(offsetof(CommonButtonBase_SetIsSelected, InSelected) == 0x000000, "Member 'CommonButtonBase_SetIsSelected::InSelected' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_SetIsSelected, bGiveClickFeedback) == 0x000001, "Member 'CommonButtonBase_SetIsSelected::bGiveClickFeedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetIsToggleable \ +static_assert(alignof(CommonButtonBase_SetIsToggleable) == 0x000001, "Wrong alignment on CommonButtonBase_SetIsToggleable"); \ +static_assert(sizeof(CommonButtonBase_SetIsToggleable) == 0x000001, "Wrong size on CommonButtonBase_SetIsToggleable"); \ +static_assert(offsetof(CommonButtonBase_SetIsToggleable, bInIsToggleable) == 0x000000, "Member 'CommonButtonBase_SetIsToggleable::bInIsToggleable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetLockedClickedSoundOverride \ +static_assert(alignof(CommonButtonBase_SetLockedClickedSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetLockedClickedSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetLockedClickedSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetLockedClickedSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetLockedClickedSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetLockedClickedSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetLockedHoveredSoundOverride \ +static_assert(alignof(CommonButtonBase_SetLockedHoveredSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetLockedHoveredSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetLockedHoveredSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetLockedHoveredSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetLockedHoveredSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetLockedHoveredSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetLockedPressedSoundOverride \ +static_assert(alignof(CommonButtonBase_SetLockedPressedSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetLockedPressedSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetLockedPressedSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetLockedPressedSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetLockedPressedSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetLockedPressedSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetMaxDimensions \ +static_assert(alignof(CommonButtonBase_SetMaxDimensions) == 0x000004, "Wrong alignment on CommonButtonBase_SetMaxDimensions"); \ +static_assert(sizeof(CommonButtonBase_SetMaxDimensions) == 0x000008, "Wrong size on CommonButtonBase_SetMaxDimensions"); \ +static_assert(offsetof(CommonButtonBase_SetMaxDimensions, InMaxWidth) == 0x000000, "Member 'CommonButtonBase_SetMaxDimensions::InMaxWidth' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_SetMaxDimensions, InMaxHeight) == 0x000004, "Member 'CommonButtonBase_SetMaxDimensions::InMaxHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetMinDimensions \ +static_assert(alignof(CommonButtonBase_SetMinDimensions) == 0x000004, "Wrong alignment on CommonButtonBase_SetMinDimensions"); \ +static_assert(sizeof(CommonButtonBase_SetMinDimensions) == 0x000008, "Wrong size on CommonButtonBase_SetMinDimensions"); \ +static_assert(offsetof(CommonButtonBase_SetMinDimensions, InMinWidth) == 0x000000, "Member 'CommonButtonBase_SetMinDimensions::InMinWidth' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_SetMinDimensions, InMinHeight) == 0x000004, "Member 'CommonButtonBase_SetMinDimensions::InMinHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetPressedSoundOverride \ +static_assert(alignof(CommonButtonBase_SetPressedSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetPressedSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetPressedSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetPressedSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetPressedSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetPressedSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetPressMethod \ +static_assert(alignof(CommonButtonBase_SetPressMethod) == 0x000001, "Wrong alignment on CommonButtonBase_SetPressMethod"); \ +static_assert(sizeof(CommonButtonBase_SetPressMethod) == 0x000001, "Wrong size on CommonButtonBase_SetPressMethod"); \ +static_assert(offsetof(CommonButtonBase_SetPressMethod, InPressMethod) == 0x000000, "Member 'CommonButtonBase_SetPressMethod::InPressMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetRequiresHold \ +static_assert(alignof(CommonButtonBase_SetRequiresHold) == 0x000001, "Wrong alignment on CommonButtonBase_SetRequiresHold"); \ +static_assert(sizeof(CommonButtonBase_SetRequiresHold) == 0x000001, "Wrong size on CommonButtonBase_SetRequiresHold"); \ +static_assert(offsetof(CommonButtonBase_SetRequiresHold, bInRequiresHold) == 0x000000, "Member 'CommonButtonBase_SetRequiresHold::bInRequiresHold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetSelectedClickedSoundOverride \ +static_assert(alignof(CommonButtonBase_SetSelectedClickedSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetSelectedClickedSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetSelectedClickedSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetSelectedClickedSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetSelectedClickedSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetSelectedClickedSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetSelectedHoveredSoundOverride \ +static_assert(alignof(CommonButtonBase_SetSelectedHoveredSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetSelectedHoveredSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetSelectedHoveredSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetSelectedHoveredSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetSelectedHoveredSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetSelectedHoveredSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetSelectedInternal \ +static_assert(alignof(CommonButtonBase_SetSelectedInternal) == 0x000001, "Wrong alignment on CommonButtonBase_SetSelectedInternal"); \ +static_assert(sizeof(CommonButtonBase_SetSelectedInternal) == 0x000003, "Wrong size on CommonButtonBase_SetSelectedInternal"); \ +static_assert(offsetof(CommonButtonBase_SetSelectedInternal, bInSelected) == 0x000000, "Member 'CommonButtonBase_SetSelectedInternal::bInSelected' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_SetSelectedInternal, bAllowSound) == 0x000001, "Member 'CommonButtonBase_SetSelectedInternal::bAllowSound' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_SetSelectedInternal, bBroadcast) == 0x000002, "Member 'CommonButtonBase_SetSelectedInternal::bBroadcast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetSelectedPressedSoundOverride \ +static_assert(alignof(CommonButtonBase_SetSelectedPressedSoundOverride) == 0x000008, "Wrong alignment on CommonButtonBase_SetSelectedPressedSoundOverride"); \ +static_assert(sizeof(CommonButtonBase_SetSelectedPressedSoundOverride) == 0x000008, "Wrong size on CommonButtonBase_SetSelectedPressedSoundOverride"); \ +static_assert(offsetof(CommonButtonBase_SetSelectedPressedSoundOverride, Sound) == 0x000000, "Member 'CommonButtonBase_SetSelectedPressedSoundOverride::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetShouldSelectUponReceivingFocus \ +static_assert(alignof(CommonButtonBase_SetShouldSelectUponReceivingFocus) == 0x000001, "Wrong alignment on CommonButtonBase_SetShouldSelectUponReceivingFocus"); \ +static_assert(sizeof(CommonButtonBase_SetShouldSelectUponReceivingFocus) == 0x000001, "Wrong size on CommonButtonBase_SetShouldSelectUponReceivingFocus"); \ +static_assert(offsetof(CommonButtonBase_SetShouldSelectUponReceivingFocus, bInShouldSelectUponReceivingFocus) == 0x000000, "Member 'CommonButtonBase_SetShouldSelectUponReceivingFocus::bInShouldSelectUponReceivingFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetShouldUseFallbackDefaultInputAction \ +static_assert(alignof(CommonButtonBase_SetShouldUseFallbackDefaultInputAction) == 0x000001, "Wrong alignment on CommonButtonBase_SetShouldUseFallbackDefaultInputAction"); \ +static_assert(sizeof(CommonButtonBase_SetShouldUseFallbackDefaultInputAction) == 0x000001, "Wrong size on CommonButtonBase_SetShouldUseFallbackDefaultInputAction"); \ +static_assert(offsetof(CommonButtonBase_SetShouldUseFallbackDefaultInputAction, bInShouldUseFallbackDefaultInputAction) == 0x000000, "Member 'CommonButtonBase_SetShouldUseFallbackDefaultInputAction::bInShouldUseFallbackDefaultInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetStyle \ +static_assert(alignof(CommonButtonBase_SetStyle) == 0x000008, "Wrong alignment on CommonButtonBase_SetStyle"); \ +static_assert(sizeof(CommonButtonBase_SetStyle) == 0x000008, "Wrong size on CommonButtonBase_SetStyle"); \ +static_assert(offsetof(CommonButtonBase_SetStyle, InStyle) == 0x000000, "Member 'CommonButtonBase_SetStyle::InStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetTouchMethod \ +static_assert(alignof(CommonButtonBase_SetTouchMethod) == 0x000001, "Wrong alignment on CommonButtonBase_SetTouchMethod"); \ +static_assert(sizeof(CommonButtonBase_SetTouchMethod) == 0x000001, "Wrong size on CommonButtonBase_SetTouchMethod"); \ +static_assert(offsetof(CommonButtonBase_SetTouchMethod, InTouchMethod) == 0x000000, "Member 'CommonButtonBase_SetTouchMethod::InTouchMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetTriggeredInputAction \ +static_assert(alignof(CommonButtonBase_SetTriggeredInputAction) == 0x000008, "Wrong alignment on CommonButtonBase_SetTriggeredInputAction"); \ +static_assert(sizeof(CommonButtonBase_SetTriggeredInputAction) == 0x000010, "Wrong size on CommonButtonBase_SetTriggeredInputAction"); \ +static_assert(offsetof(CommonButtonBase_SetTriggeredInputAction, InputActionRow) == 0x000000, "Member 'CommonButtonBase_SetTriggeredInputAction::InputActionRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetTriggeringEnhancedInputAction \ +static_assert(alignof(CommonButtonBase_SetTriggeringEnhancedInputAction) == 0x000008, "Wrong alignment on CommonButtonBase_SetTriggeringEnhancedInputAction"); \ +static_assert(sizeof(CommonButtonBase_SetTriggeringEnhancedInputAction) == 0x000008, "Wrong size on CommonButtonBase_SetTriggeringEnhancedInputAction"); \ +static_assert(offsetof(CommonButtonBase_SetTriggeringEnhancedInputAction, InInputAction) == 0x000000, "Member 'CommonButtonBase_SetTriggeringEnhancedInputAction::InInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_SetTriggeringInputAction \ +static_assert(alignof(CommonButtonBase_SetTriggeringInputAction) == 0x000008, "Wrong alignment on CommonButtonBase_SetTriggeringInputAction"); \ +static_assert(sizeof(CommonButtonBase_SetTriggeringInputAction) == 0x000010, "Wrong size on CommonButtonBase_SetTriggeringInputAction"); \ +static_assert(offsetof(CommonButtonBase_SetTriggeringInputAction, InputActionRow) == 0x000000, "Member 'CommonButtonBase_SetTriggeringInputAction::InputActionRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_UpdateHoldData \ +static_assert(alignof(CommonButtonBase_UpdateHoldData) == 0x000001, "Wrong alignment on CommonButtonBase_UpdateHoldData"); \ +static_assert(sizeof(CommonButtonBase_UpdateHoldData) == 0x000001, "Wrong size on CommonButtonBase_UpdateHoldData"); \ +static_assert(offsetof(CommonButtonBase_UpdateHoldData, CurrentInputType) == 0x000000, "Member 'CommonButtonBase_UpdateHoldData::CurrentInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetCurrentButtonPadding \ +static_assert(alignof(CommonButtonBase_GetCurrentButtonPadding) == 0x000004, "Wrong alignment on CommonButtonBase_GetCurrentButtonPadding"); \ +static_assert(sizeof(CommonButtonBase_GetCurrentButtonPadding) == 0x000010, "Wrong size on CommonButtonBase_GetCurrentButtonPadding"); \ +static_assert(offsetof(CommonButtonBase_GetCurrentButtonPadding, OutButtonPadding) == 0x000000, "Member 'CommonButtonBase_GetCurrentButtonPadding::OutButtonPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetCurrentCustomPadding \ +static_assert(alignof(CommonButtonBase_GetCurrentCustomPadding) == 0x000004, "Wrong alignment on CommonButtonBase_GetCurrentCustomPadding"); \ +static_assert(sizeof(CommonButtonBase_GetCurrentCustomPadding) == 0x000010, "Wrong size on CommonButtonBase_GetCurrentCustomPadding"); \ +static_assert(offsetof(CommonButtonBase_GetCurrentCustomPadding, OutCustomPadding) == 0x000000, "Member 'CommonButtonBase_GetCurrentCustomPadding::OutCustomPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetCurrentTextStyle \ +static_assert(alignof(CommonButtonBase_GetCurrentTextStyle) == 0x000008, "Wrong alignment on CommonButtonBase_GetCurrentTextStyle"); \ +static_assert(sizeof(CommonButtonBase_GetCurrentTextStyle) == 0x000008, "Wrong size on CommonButtonBase_GetCurrentTextStyle"); \ +static_assert(offsetof(CommonButtonBase_GetCurrentTextStyle, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetCurrentTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetCurrentTextStyleClass \ +static_assert(alignof(CommonButtonBase_GetCurrentTextStyleClass) == 0x000008, "Wrong alignment on CommonButtonBase_GetCurrentTextStyleClass"); \ +static_assert(sizeof(CommonButtonBase_GetCurrentTextStyleClass) == 0x000008, "Wrong size on CommonButtonBase_GetCurrentTextStyleClass"); \ +static_assert(offsetof(CommonButtonBase_GetCurrentTextStyleClass, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetCurrentTextStyleClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetEnhancedInputAction \ +static_assert(alignof(CommonButtonBase_GetEnhancedInputAction) == 0x000008, "Wrong alignment on CommonButtonBase_GetEnhancedInputAction"); \ +static_assert(sizeof(CommonButtonBase_GetEnhancedInputAction) == 0x000008, "Wrong size on CommonButtonBase_GetEnhancedInputAction"); \ +static_assert(offsetof(CommonButtonBase_GetEnhancedInputAction, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetEnhancedInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetInputAction \ +static_assert(alignof(CommonButtonBase_GetInputAction) == 0x000008, "Wrong alignment on CommonButtonBase_GetInputAction"); \ +static_assert(sizeof(CommonButtonBase_GetInputAction) == 0x000018, "Wrong size on CommonButtonBase_GetInputAction"); \ +static_assert(offsetof(CommonButtonBase_GetInputAction, InputActionRow) == 0x000000, "Member 'CommonButtonBase_GetInputAction::InputActionRow' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonBase_GetInputAction, ReturnValue) == 0x000010, "Member 'CommonButtonBase_GetInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetIsFocusable \ +static_assert(alignof(CommonButtonBase_GetIsFocusable) == 0x000001, "Wrong alignment on CommonButtonBase_GetIsFocusable"); \ +static_assert(sizeof(CommonButtonBase_GetIsFocusable) == 0x000001, "Wrong size on CommonButtonBase_GetIsFocusable"); \ +static_assert(offsetof(CommonButtonBase_GetIsFocusable, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetIsFocusable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetLocked \ +static_assert(alignof(CommonButtonBase_GetLocked) == 0x000001, "Wrong alignment on CommonButtonBase_GetLocked"); \ +static_assert(sizeof(CommonButtonBase_GetLocked) == 0x000001, "Wrong size on CommonButtonBase_GetLocked"); \ +static_assert(offsetof(CommonButtonBase_GetLocked, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetRequiredHoldTime \ +static_assert(alignof(CommonButtonBase_GetRequiredHoldTime) == 0x000004, "Wrong alignment on CommonButtonBase_GetRequiredHoldTime"); \ +static_assert(sizeof(CommonButtonBase_GetRequiredHoldTime) == 0x000004, "Wrong size on CommonButtonBase_GetRequiredHoldTime"); \ +static_assert(offsetof(CommonButtonBase_GetRequiredHoldTime, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetRequiredHoldTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetRequiresHold \ +static_assert(alignof(CommonButtonBase_GetRequiresHold) == 0x000001, "Wrong alignment on CommonButtonBase_GetRequiresHold"); \ +static_assert(sizeof(CommonButtonBase_GetRequiresHold) == 0x000001, "Wrong size on CommonButtonBase_GetRequiresHold"); \ +static_assert(offsetof(CommonButtonBase_GetRequiresHold, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetRequiresHold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetSelected \ +static_assert(alignof(CommonButtonBase_GetSelected) == 0x000001, "Wrong alignment on CommonButtonBase_GetSelected"); \ +static_assert(sizeof(CommonButtonBase_GetSelected) == 0x000001, "Wrong size on CommonButtonBase_GetSelected"); \ +static_assert(offsetof(CommonButtonBase_GetSelected, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetShouldSelectUponReceivingFocus \ +static_assert(alignof(CommonButtonBase_GetShouldSelectUponReceivingFocus) == 0x000001, "Wrong alignment on CommonButtonBase_GetShouldSelectUponReceivingFocus"); \ +static_assert(sizeof(CommonButtonBase_GetShouldSelectUponReceivingFocus) == 0x000001, "Wrong size on CommonButtonBase_GetShouldSelectUponReceivingFocus"); \ +static_assert(offsetof(CommonButtonBase_GetShouldSelectUponReceivingFocus, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetShouldSelectUponReceivingFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetSingleMaterialStyleMID \ +static_assert(alignof(CommonButtonBase_GetSingleMaterialStyleMID) == 0x000008, "Wrong alignment on CommonButtonBase_GetSingleMaterialStyleMID"); \ +static_assert(sizeof(CommonButtonBase_GetSingleMaterialStyleMID) == 0x000008, "Wrong size on CommonButtonBase_GetSingleMaterialStyleMID"); \ +static_assert(offsetof(CommonButtonBase_GetSingleMaterialStyleMID, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetSingleMaterialStyleMID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_GetStyle \ +static_assert(alignof(CommonButtonBase_GetStyle) == 0x000008, "Wrong alignment on CommonButtonBase_GetStyle"); \ +static_assert(sizeof(CommonButtonBase_GetStyle) == 0x000008, "Wrong size on CommonButtonBase_GetStyle"); \ +static_assert(offsetof(CommonButtonBase_GetStyle, ReturnValue) == 0x000000, "Member 'CommonButtonBase_GetStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_IsHoverSimulationOnTouchAvailable \ +static_assert(alignof(CommonButtonBase_IsHoverSimulationOnTouchAvailable) == 0x000001, "Wrong alignment on CommonButtonBase_IsHoverSimulationOnTouchAvailable"); \ +static_assert(sizeof(CommonButtonBase_IsHoverSimulationOnTouchAvailable) == 0x000001, "Wrong size on CommonButtonBase_IsHoverSimulationOnTouchAvailable"); \ +static_assert(offsetof(CommonButtonBase_IsHoverSimulationOnTouchAvailable, ReturnValue) == 0x000000, "Member 'CommonButtonBase_IsHoverSimulationOnTouchAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_IsInteractionEnabled \ +static_assert(alignof(CommonButtonBase_IsInteractionEnabled) == 0x000001, "Wrong alignment on CommonButtonBase_IsInteractionEnabled"); \ +static_assert(sizeof(CommonButtonBase_IsInteractionEnabled) == 0x000001, "Wrong size on CommonButtonBase_IsInteractionEnabled"); \ +static_assert(offsetof(CommonButtonBase_IsInteractionEnabled, ReturnValue) == 0x000000, "Member 'CommonButtonBase_IsInteractionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonBase_IsPressed \ +static_assert(alignof(CommonButtonBase_IsPressed) == 0x000001, "Wrong alignment on CommonButtonBase_IsPressed"); \ +static_assert(sizeof(CommonButtonBase_IsPressed) == 0x000001, "Wrong size on CommonButtonBase_IsPressed"); \ +static_assert(offsetof(CommonButtonBase_IsPressed, ReturnValue) == 0x000000, "Member 'CommonButtonBase_IsPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonButtonBase \ +static_assert(alignof(UCommonButtonBase) == 0x000010, "Wrong alignment on UCommonButtonBase"); \ +static_assert(sizeof(UCommonButtonBase) == 0x0015C0, "Wrong size on UCommonButtonBase"); \ +static_assert(offsetof(UCommonButtonBase, ClickEvent) == 0x000350, "Member 'UCommonButtonBase::ClickEvent' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, MinWidth) == 0x000354, "Member 'UCommonButtonBase::MinWidth' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, MinHeight) == 0x000358, "Member 'UCommonButtonBase::MinHeight' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, MaxWidth) == 0x00035C, "Member 'UCommonButtonBase::MaxWidth' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, MaxHeight) == 0x000360, "Member 'UCommonButtonBase::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, Style) == 0x000368, "Member 'UCommonButtonBase::Style' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, bHideInputAction) == 0x000370, "Member 'UCommonButtonBase::bHideInputAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, PressedSlateSoundOverride) == 0x000378, "Member 'UCommonButtonBase::PressedSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, ClickedSlateSoundOverride) == 0x000390, "Member 'UCommonButtonBase::ClickedSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, HoveredSlateSoundOverride) == 0x0003A8, "Member 'UCommonButtonBase::HoveredSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, SelectedPressedSlateSoundOverride) == 0x0003C0, "Member 'UCommonButtonBase::SelectedPressedSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, SelectedClickedSlateSoundOverride) == 0x0003D8, "Member 'UCommonButtonBase::SelectedClickedSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, SelectedHoveredSlateSoundOverride) == 0x0003F0, "Member 'UCommonButtonBase::SelectedHoveredSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, LockedPressedSlateSoundOverride) == 0x000408, "Member 'UCommonButtonBase::LockedPressedSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, LockedClickedSlateSoundOverride) == 0x000420, "Member 'UCommonButtonBase::LockedClickedSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, LockedHoveredSlateSoundOverride) == 0x000438, "Member 'UCommonButtonBase::LockedHoveredSlateSoundOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, HoldData) == 0x000458, "Member 'UCommonButtonBase::HoldData' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, bSimulateHoverOnTouchInput) == 0x000460, "Member 'UCommonButtonBase::bSimulateHoverOnTouchInput' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, ClickMethod) == 0x000462, "Member 'UCommonButtonBase::ClickMethod' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, TouchMethod) == 0x000463, "Member 'UCommonButtonBase::TouchMethod' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, PressMethod) == 0x000464, "Member 'UCommonButtonBase::PressMethod' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, InputPriority) == 0x000468, "Member 'UCommonButtonBase::InputPriority' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, TriggeringInputAction) == 0x000470, "Member 'UCommonButtonBase::TriggeringInputAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, TriggeringEnhancedInputAction) == 0x000480, "Member 'UCommonButtonBase::TriggeringEnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnSelectedChangedBase) == 0x0004A0, "Member 'UCommonButtonBase::OnSelectedChangedBase' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseClicked) == 0x0004B0, "Member 'UCommonButtonBase::OnButtonBaseClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseDoubleClicked) == 0x0004C0, "Member 'UCommonButtonBase::OnButtonBaseDoubleClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseHovered) == 0x0004D0, "Member 'UCommonButtonBase::OnButtonBaseHovered' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseUnhovered) == 0x0004E0, "Member 'UCommonButtonBase::OnButtonBaseUnhovered' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseFocused) == 0x0004F0, "Member 'UCommonButtonBase::OnButtonBaseFocused' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseUnfocused) == 0x000500, "Member 'UCommonButtonBase::OnButtonBaseUnfocused' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseLockClicked) == 0x000510, "Member 'UCommonButtonBase::OnButtonBaseLockClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseLockDoubleClicked) == 0x000520, "Member 'UCommonButtonBase::OnButtonBaseLockDoubleClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseSelected) == 0x000530, "Member 'UCommonButtonBase::OnButtonBaseSelected' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseUnselected) == 0x000540, "Member 'UCommonButtonBase::OnButtonBaseUnselected' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseDragDetected) == 0x000550, "Member 'UCommonButtonBase::OnButtonBaseDragDetected' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseDragEnter) == 0x000560, "Member 'UCommonButtonBase::OnButtonBaseDragEnter' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseDragLeave) == 0x000570, "Member 'UCommonButtonBase::OnButtonBaseDragLeave' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseDragOver) == 0x000580, "Member 'UCommonButtonBase::OnButtonBaseDragOver' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, OnButtonBaseDrop) == 0x000590, "Member 'UCommonButtonBase::OnButtonBaseDrop' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, bIsPersistentBinding) == 0x0005D8, "Member 'UCommonButtonBase::bIsPersistentBinding' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, InputModeOverride) == 0x0005D9, "Member 'UCommonButtonBase::InputModeOverride' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, SingleMaterialStyleMID) == 0x000600, "Member 'UCommonButtonBase::SingleMaterialStyleMID' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, NormalStyle) == 0x000610, "Member 'UCommonButtonBase::NormalStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, SelectedStyle) == 0x0009A0, "Member 'UCommonButtonBase::SelectedStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, DisabledStyle) == 0x000D30, "Member 'UCommonButtonBase::DisabledStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, LockedStyle) == 0x0010C0, "Member 'UCommonButtonBase::LockedStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonBase, InputActionWidget) == 0x0015B8, "Member 'UCommonButtonBase::InputActionWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetLockedStateRegistration \ +static_assert(alignof(UWidgetLockedStateRegistration) == 0x000008, "Wrong alignment on UWidgetLockedStateRegistration"); \ +static_assert(sizeof(UWidgetLockedStateRegistration) == 0x000028, "Wrong size on UWidgetLockedStateRegistration"); \ + +#define DUMPER7_ASSERTS_UCommonCustomNavigation \ +static_assert(alignof(UCommonCustomNavigation) == 0x000010, "Wrong alignment on UCommonCustomNavigation"); \ +static_assert(sizeof(UCommonCustomNavigation) == 0x000330, "Wrong size on UCommonCustomNavigation"); \ +static_assert(offsetof(UCommonCustomNavigation, OnNavigationEvent) == 0x000318, "Member 'UCommonCustomNavigation::OnNavigationEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_GetMargin \ +static_assert(alignof(CommonTextBlock_GetMargin) == 0x000004, "Wrong alignment on CommonTextBlock_GetMargin"); \ +static_assert(sizeof(CommonTextBlock_GetMargin) == 0x000010, "Wrong size on CommonTextBlock_GetMargin"); \ +static_assert(offsetof(CommonTextBlock_GetMargin, ReturnValue) == 0x000000, "Member 'CommonTextBlock_GetMargin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetApplyLineHeightToBottomLine \ +static_assert(alignof(CommonTextBlock_SetApplyLineHeightToBottomLine) == 0x000001, "Wrong alignment on CommonTextBlock_SetApplyLineHeightToBottomLine"); \ +static_assert(sizeof(CommonTextBlock_SetApplyLineHeightToBottomLine) == 0x000001, "Wrong size on CommonTextBlock_SetApplyLineHeightToBottomLine"); \ +static_assert(offsetof(CommonTextBlock_SetApplyLineHeightToBottomLine, InApplyLineHeightToBottomLine) == 0x000000, "Member 'CommonTextBlock_SetApplyLineHeightToBottomLine::InApplyLineHeightToBottomLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetLineHeightPercentage \ +static_assert(alignof(CommonTextBlock_SetLineHeightPercentage) == 0x000004, "Wrong alignment on CommonTextBlock_SetLineHeightPercentage"); \ +static_assert(sizeof(CommonTextBlock_SetLineHeightPercentage) == 0x000004, "Wrong size on CommonTextBlock_SetLineHeightPercentage"); \ +static_assert(offsetof(CommonTextBlock_SetLineHeightPercentage, InLineHeightPercentage) == 0x000000, "Member 'CommonTextBlock_SetLineHeightPercentage::InLineHeightPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetMargin \ +static_assert(alignof(CommonTextBlock_SetMargin) == 0x000004, "Wrong alignment on CommonTextBlock_SetMargin"); \ +static_assert(sizeof(CommonTextBlock_SetMargin) == 0x000010, "Wrong size on CommonTextBlock_SetMargin"); \ +static_assert(offsetof(CommonTextBlock_SetMargin, InMargin) == 0x000000, "Member 'CommonTextBlock_SetMargin::InMargin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetMobileFontSizeMultiplier \ +static_assert(alignof(CommonTextBlock_SetMobileFontSizeMultiplier) == 0x000004, "Wrong alignment on CommonTextBlock_SetMobileFontSizeMultiplier"); \ +static_assert(sizeof(CommonTextBlock_SetMobileFontSizeMultiplier) == 0x000004, "Wrong size on CommonTextBlock_SetMobileFontSizeMultiplier"); \ +static_assert(offsetof(CommonTextBlock_SetMobileFontSizeMultiplier, InMobileFontSizeMultiplier) == 0x000000, "Member 'CommonTextBlock_SetMobileFontSizeMultiplier::InMobileFontSizeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetScrollingEnabled \ +static_assert(alignof(CommonTextBlock_SetScrollingEnabled) == 0x000001, "Wrong alignment on CommonTextBlock_SetScrollingEnabled"); \ +static_assert(sizeof(CommonTextBlock_SetScrollingEnabled) == 0x000001, "Wrong size on CommonTextBlock_SetScrollingEnabled"); \ +static_assert(offsetof(CommonTextBlock_SetScrollingEnabled, bInIsScrollingEnabled) == 0x000000, "Member 'CommonTextBlock_SetScrollingEnabled::bInIsScrollingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetScrollOrientation \ +static_assert(alignof(CommonTextBlock_SetScrollOrientation) == 0x000001, "Wrong alignment on CommonTextBlock_SetScrollOrientation"); \ +static_assert(sizeof(CommonTextBlock_SetScrollOrientation) == 0x000001, "Wrong size on CommonTextBlock_SetScrollOrientation"); \ +static_assert(offsetof(CommonTextBlock_SetScrollOrientation, InScrollOrientation) == 0x000000, "Member 'CommonTextBlock_SetScrollOrientation::InScrollOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetStyle \ +static_assert(alignof(CommonTextBlock_SetStyle) == 0x000008, "Wrong alignment on CommonTextBlock_SetStyle"); \ +static_assert(sizeof(CommonTextBlock_SetStyle) == 0x000008, "Wrong size on CommonTextBlock_SetStyle"); \ +static_assert(offsetof(CommonTextBlock_SetStyle, InStyle) == 0x000000, "Member 'CommonTextBlock_SetStyle::InStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetTextCase \ +static_assert(alignof(CommonTextBlock_SetTextCase) == 0x000001, "Wrong alignment on CommonTextBlock_SetTextCase"); \ +static_assert(sizeof(CommonTextBlock_SetTextCase) == 0x000001, "Wrong size on CommonTextBlock_SetTextCase"); \ +static_assert(offsetof(CommonTextBlock_SetTextCase, bUseAllCaps) == 0x000000, "Member 'CommonTextBlock_SetTextCase::bUseAllCaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_SetWrapTextWidth \ +static_assert(alignof(CommonTextBlock_SetWrapTextWidth) == 0x000004, "Wrong alignment on CommonTextBlock_SetWrapTextWidth"); \ +static_assert(sizeof(CommonTextBlock_SetWrapTextWidth) == 0x000004, "Wrong size on CommonTextBlock_SetWrapTextWidth"); \ +static_assert(offsetof(CommonTextBlock_SetWrapTextWidth, InWrapTextAt) == 0x000000, "Member 'CommonTextBlock_SetWrapTextWidth::InWrapTextAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextBlock_GetMobileFontSizeMultiplier \ +static_assert(alignof(CommonTextBlock_GetMobileFontSizeMultiplier) == 0x000004, "Wrong alignment on CommonTextBlock_GetMobileFontSizeMultiplier"); \ +static_assert(sizeof(CommonTextBlock_GetMobileFontSizeMultiplier) == 0x000004, "Wrong size on CommonTextBlock_GetMobileFontSizeMultiplier"); \ +static_assert(offsetof(CommonTextBlock_GetMobileFontSizeMultiplier, ReturnValue) == 0x000000, "Member 'CommonTextBlock_GetMobileFontSizeMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonTextBlock \ +static_assert(alignof(UCommonTextBlock) == 0x000010, "Wrong alignment on UCommonTextBlock"); \ +static_assert(sizeof(UCommonTextBlock) == 0x000370, "Wrong size on UCommonTextBlock"); \ +static_assert(offsetof(UCommonTextBlock, MobileFontSizeMultiplier) == 0x000338, "Member 'UCommonTextBlock::MobileFontSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextBlock, bIsScrollingEnabled) == 0x00033C, "Member 'UCommonTextBlock::bIsScrollingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextBlock, bDisplayAllCaps) == 0x00033D, "Member 'UCommonTextBlock::bDisplayAllCaps' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextBlock, bAutoCollapseWithEmptyText) == 0x00033E, "Member 'UCommonTextBlock::bAutoCollapseWithEmptyText' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextBlock, Style) == 0x000340, "Member 'UCommonTextBlock::Style' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextBlock, ScrollStyle) == 0x000348, "Member 'UCommonTextBlock::ScrollStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextBlock, ScrollOrientation) == 0x000350, "Member 'UCommonTextBlock::ScrollOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonDateTimeTextBlock_SetCountDownCompletionText \ +static_assert(alignof(CommonDateTimeTextBlock_SetCountDownCompletionText) == 0x000008, "Wrong alignment on CommonDateTimeTextBlock_SetCountDownCompletionText"); \ +static_assert(sizeof(CommonDateTimeTextBlock_SetCountDownCompletionText) == 0x000010, "Wrong size on CommonDateTimeTextBlock_SetCountDownCompletionText"); \ +static_assert(offsetof(CommonDateTimeTextBlock_SetCountDownCompletionText, InCompletionText) == 0x000000, "Member 'CommonDateTimeTextBlock_SetCountDownCompletionText::InCompletionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonDateTimeTextBlock_SetDateTimeValue \ +static_assert(alignof(CommonDateTimeTextBlock_SetDateTimeValue) == 0x000008, "Wrong alignment on CommonDateTimeTextBlock_SetDateTimeValue"); \ +static_assert(sizeof(CommonDateTimeTextBlock_SetDateTimeValue) == 0x000010, "Wrong size on CommonDateTimeTextBlock_SetDateTimeValue"); \ +static_assert(offsetof(CommonDateTimeTextBlock_SetDateTimeValue, InDateTime) == 0x000000, "Member 'CommonDateTimeTextBlock_SetDateTimeValue::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(CommonDateTimeTextBlock_SetDateTimeValue, bShowAsCountdown) == 0x000008, "Member 'CommonDateTimeTextBlock_SetDateTimeValue::bShowAsCountdown' has a wrong offset!"); \ +static_assert(offsetof(CommonDateTimeTextBlock_SetDateTimeValue, InRefreshDelay) == 0x00000C, "Member 'CommonDateTimeTextBlock_SetDateTimeValue::InRefreshDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonDateTimeTextBlock_SetTimespanValue \ +static_assert(alignof(CommonDateTimeTextBlock_SetTimespanValue) == 0x000008, "Wrong alignment on CommonDateTimeTextBlock_SetTimespanValue"); \ +static_assert(sizeof(CommonDateTimeTextBlock_SetTimespanValue) == 0x000008, "Wrong size on CommonDateTimeTextBlock_SetTimespanValue"); \ +static_assert(offsetof(CommonDateTimeTextBlock_SetTimespanValue, InTimespan) == 0x000000, "Member 'CommonDateTimeTextBlock_SetTimespanValue::InTimespan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonDateTimeTextBlock_GetDateTime \ +static_assert(alignof(CommonDateTimeTextBlock_GetDateTime) == 0x000008, "Wrong alignment on CommonDateTimeTextBlock_GetDateTime"); \ +static_assert(sizeof(CommonDateTimeTextBlock_GetDateTime) == 0x000008, "Wrong size on CommonDateTimeTextBlock_GetDateTime"); \ +static_assert(offsetof(CommonDateTimeTextBlock_GetDateTime, ReturnValue) == 0x000000, "Member 'CommonDateTimeTextBlock_GetDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonDateTimeTextBlock \ +static_assert(alignof(UCommonDateTimeTextBlock) == 0x000010, "Wrong alignment on UCommonDateTimeTextBlock"); \ +static_assert(sizeof(UCommonDateTimeTextBlock) == 0x0003D0, "Wrong size on UCommonDateTimeTextBlock"); \ +static_assert(offsetof(UCommonDateTimeTextBlock, CustomTimespanFormat) == 0x000368, "Member 'UCommonDateTimeTextBlock::CustomTimespanFormat' has a wrong offset!"); \ +static_assert(offsetof(UCommonDateTimeTextBlock, bCustomTimespanLeadingZeros) == 0x000378, "Member 'UCommonDateTimeTextBlock::bCustomTimespanLeadingZeros' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonGameViewportClient \ +static_assert(alignof(UCommonGameViewportClient) == 0x000008, "Wrong alignment on UCommonGameViewportClient"); \ +static_assert(sizeof(UCommonGameViewportClient) == 0x000410, "Wrong size on UCommonGameViewportClient"); \ + +#define DUMPER7_ASSERTS_UCommonHardwareVisibilityBorder \ +static_assert(alignof(UCommonHardwareVisibilityBorder) == 0x000010, "Wrong alignment on UCommonHardwareVisibilityBorder"); \ +static_assert(sizeof(UCommonHardwareVisibilityBorder) == 0x000390, "Wrong size on UCommonHardwareVisibilityBorder"); \ +static_assert(offsetof(UCommonHardwareVisibilityBorder, VisibilityQuery) == 0x000338, "Member 'UCommonHardwareVisibilityBorder::VisibilityQuery' has a wrong offset!"); \ +static_assert(offsetof(UCommonHardwareVisibilityBorder, VisibleType) == 0x000380, "Member 'UCommonHardwareVisibilityBorder::VisibleType' has a wrong offset!"); \ +static_assert(offsetof(UCommonHardwareVisibilityBorder, HiddenType) == 0x000381, "Member 'UCommonHardwareVisibilityBorder::HiddenType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonHierarchicalScrollBox \ +static_assert(alignof(UCommonHierarchicalScrollBox) == 0x000010, "Wrong alignment on UCommonHierarchicalScrollBox"); \ +static_assert(sizeof(UCommonHierarchicalScrollBox) == 0x000BA0, "Wrong size on UCommonHierarchicalScrollBox"); \ + +#define DUMPER7_ASSERTS_CommonLazyImage_SetBrushFromLazyDisplayAsset \ +static_assert(alignof(CommonLazyImage_SetBrushFromLazyDisplayAsset) == 0x000008, "Wrong alignment on CommonLazyImage_SetBrushFromLazyDisplayAsset"); \ +static_assert(sizeof(CommonLazyImage_SetBrushFromLazyDisplayAsset) == 0x000030, "Wrong size on CommonLazyImage_SetBrushFromLazyDisplayAsset"); \ +static_assert(offsetof(CommonLazyImage_SetBrushFromLazyDisplayAsset, LazyObject) == 0x000000, "Member 'CommonLazyImage_SetBrushFromLazyDisplayAsset::LazyObject' has a wrong offset!"); \ +static_assert(offsetof(CommonLazyImage_SetBrushFromLazyDisplayAsset, bMatchTextureSize) == 0x000028, "Member 'CommonLazyImage_SetBrushFromLazyDisplayAsset::bMatchTextureSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyImage_SetBrushFromLazyMaterial \ +static_assert(alignof(CommonLazyImage_SetBrushFromLazyMaterial) == 0x000008, "Wrong alignment on CommonLazyImage_SetBrushFromLazyMaterial"); \ +static_assert(sizeof(CommonLazyImage_SetBrushFromLazyMaterial) == 0x000028, "Wrong size on CommonLazyImage_SetBrushFromLazyMaterial"); \ +static_assert(offsetof(CommonLazyImage_SetBrushFromLazyMaterial, LazyMaterial) == 0x000000, "Member 'CommonLazyImage_SetBrushFromLazyMaterial::LazyMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyImage_SetBrushFromLazyTexture \ +static_assert(alignof(CommonLazyImage_SetBrushFromLazyTexture) == 0x000008, "Wrong alignment on CommonLazyImage_SetBrushFromLazyTexture"); \ +static_assert(sizeof(CommonLazyImage_SetBrushFromLazyTexture) == 0x000030, "Wrong size on CommonLazyImage_SetBrushFromLazyTexture"); \ +static_assert(offsetof(CommonLazyImage_SetBrushFromLazyTexture, LazyTexture) == 0x000000, "Member 'CommonLazyImage_SetBrushFromLazyTexture::LazyTexture' has a wrong offset!"); \ +static_assert(offsetof(CommonLazyImage_SetBrushFromLazyTexture, bMatchSize) == 0x000028, "Member 'CommonLazyImage_SetBrushFromLazyTexture::bMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyImage_SetMaterialTextureParamName \ +static_assert(alignof(CommonLazyImage_SetMaterialTextureParamName) == 0x000004, "Wrong alignment on CommonLazyImage_SetMaterialTextureParamName"); \ +static_assert(sizeof(CommonLazyImage_SetMaterialTextureParamName) == 0x000008, "Wrong size on CommonLazyImage_SetMaterialTextureParamName"); \ +static_assert(offsetof(CommonLazyImage_SetMaterialTextureParamName, TextureParamName) == 0x000000, "Member 'CommonLazyImage_SetMaterialTextureParamName::TextureParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyImage_IsLoading \ +static_assert(alignof(CommonLazyImage_IsLoading) == 0x000001, "Wrong alignment on CommonLazyImage_IsLoading"); \ +static_assert(sizeof(CommonLazyImage_IsLoading) == 0x000001, "Wrong size on CommonLazyImage_IsLoading"); \ +static_assert(offsetof(CommonLazyImage_IsLoading, ReturnValue) == 0x000000, "Member 'CommonLazyImage_IsLoading::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonLazyImage \ +static_assert(alignof(UCommonLazyImage) == 0x000010, "Wrong alignment on UCommonLazyImage"); \ +static_assert(sizeof(UCommonLazyImage) == 0x000460, "Wrong size on UCommonLazyImage"); \ +static_assert(offsetof(UCommonLazyImage, LoadingBackgroundBrush) == 0x0002C0, "Member 'UCommonLazyImage::LoadingBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonLazyImage, LoadingThrobberBrush) == 0x000370, "Member 'UCommonLazyImage::LoadingThrobberBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonLazyImage, MaterialTextureParamName) == 0x000420, "Member 'UCommonLazyImage::MaterialTextureParamName' has a wrong offset!"); \ +static_assert(offsetof(UCommonLazyImage, BP_OnLoadingStateChanged) == 0x000428, "Member 'UCommonLazyImage::BP_OnLoadingStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyWidget_SetLazyContent \ +static_assert(alignof(CommonLazyWidget_SetLazyContent) == 0x000008, "Wrong alignment on CommonLazyWidget_SetLazyContent"); \ +static_assert(sizeof(CommonLazyWidget_SetLazyContent) == 0x000028, "Wrong size on CommonLazyWidget_SetLazyContent"); \ +static_assert(offsetof(CommonLazyWidget_SetLazyContent, SoftWidget) == 0x000000, "Member 'CommonLazyWidget_SetLazyContent::SoftWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyWidget_SetLazyContentWithCallback \ +static_assert(alignof(CommonLazyWidget_SetLazyContentWithCallback) == 0x000008, "Wrong alignment on CommonLazyWidget_SetLazyContentWithCallback"); \ +static_assert(sizeof(CommonLazyWidget_SetLazyContentWithCallback) == 0x000038, "Wrong size on CommonLazyWidget_SetLazyContentWithCallback"); \ +static_assert(offsetof(CommonLazyWidget_SetLazyContentWithCallback, SoftWidget) == 0x000000, "Member 'CommonLazyWidget_SetLazyContentWithCallback::SoftWidget' has a wrong offset!"); \ +static_assert(offsetof(CommonLazyWidget_SetLazyContentWithCallback, OnCreatedCallback) == 0x000028, "Member 'CommonLazyWidget_SetLazyContentWithCallback::OnCreatedCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyWidget_GetContent \ +static_assert(alignof(CommonLazyWidget_GetContent) == 0x000008, "Wrong alignment on CommonLazyWidget_GetContent"); \ +static_assert(sizeof(CommonLazyWidget_GetContent) == 0x000008, "Wrong size on CommonLazyWidget_GetContent"); \ +static_assert(offsetof(CommonLazyWidget_GetContent, ReturnValue) == 0x000000, "Member 'CommonLazyWidget_GetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLazyWidget_IsLoading \ +static_assert(alignof(CommonLazyWidget_IsLoading) == 0x000001, "Wrong alignment on CommonLazyWidget_IsLoading"); \ +static_assert(sizeof(CommonLazyWidget_IsLoading) == 0x000001, "Wrong size on CommonLazyWidget_IsLoading"); \ +static_assert(offsetof(CommonLazyWidget_IsLoading, ReturnValue) == 0x000000, "Member 'CommonLazyWidget_IsLoading::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonLazyWidget \ +static_assert(alignof(UCommonLazyWidget) == 0x000010, "Wrong alignment on UCommonLazyWidget"); \ +static_assert(sizeof(UCommonLazyWidget) == 0x000390, "Wrong size on UCommonLazyWidget"); \ +static_assert(offsetof(UCommonLazyWidget, WidgetClass) == 0x000178, "Member 'UCommonLazyWidget::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UCommonLazyWidget, LoadingThrobberBrush) == 0x0001A0, "Member 'UCommonLazyWidget::LoadingThrobberBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonLazyWidget, LoadingBackgroundBrush) == 0x000250, "Member 'UCommonLazyWidget::LoadingBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonLazyWidget, content) == 0x000300, "Member 'UCommonLazyWidget::content' has a wrong offset!"); \ +static_assert(offsetof(UCommonLazyWidget, BP_OnLoadingStateChanged) == 0x000338, "Member 'UCommonLazyWidget::BP_OnLoadingStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonListView_SetEntrySpacing \ +static_assert(alignof(CommonListView_SetEntrySpacing) == 0x000004, "Wrong alignment on CommonListView_SetEntrySpacing"); \ +static_assert(sizeof(CommonListView_SetEntrySpacing) == 0x000004, "Wrong size on CommonListView_SetEntrySpacing"); \ +static_assert(offsetof(CommonListView_SetEntrySpacing, InEntrySpacing) == 0x000000, "Member 'CommonListView_SetEntrySpacing::InEntrySpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonListView \ +static_assert(alignof(UCommonListView) == 0x000010, "Wrong alignment on UCommonListView"); \ +static_assert(sizeof(UCommonListView) == 0x000FA0, "Wrong size on UCommonListView"); \ + +#define DUMPER7_ASSERTS_LoadGuardSlot_SetHorizontalAlignment \ +static_assert(alignof(LoadGuardSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on LoadGuardSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(LoadGuardSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on LoadGuardSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(LoadGuardSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'LoadGuardSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadGuardSlot_SetPadding \ +static_assert(alignof(LoadGuardSlot_SetPadding) == 0x000004, "Wrong alignment on LoadGuardSlot_SetPadding"); \ +static_assert(sizeof(LoadGuardSlot_SetPadding) == 0x000010, "Wrong size on LoadGuardSlot_SetPadding"); \ +static_assert(offsetof(LoadGuardSlot_SetPadding, InPadding) == 0x000000, "Member 'LoadGuardSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadGuardSlot_SetVerticalAlignment \ +static_assert(alignof(LoadGuardSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on LoadGuardSlot_SetVerticalAlignment"); \ +static_assert(sizeof(LoadGuardSlot_SetVerticalAlignment) == 0x000001, "Wrong size on LoadGuardSlot_SetVerticalAlignment"); \ +static_assert(offsetof(LoadGuardSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'LoadGuardSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoadGuardSlot \ +static_assert(alignof(ULoadGuardSlot) == 0x000008, "Wrong alignment on ULoadGuardSlot"); \ +static_assert(sizeof(ULoadGuardSlot) == 0x000060, "Wrong size on ULoadGuardSlot"); \ +static_assert(offsetof(ULoadGuardSlot, Padding) == 0x000038, "Member 'ULoadGuardSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(ULoadGuardSlot, HorizontalAlignment) == 0x000048, "Member 'ULoadGuardSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(ULoadGuardSlot, VerticalAlignment) == 0x000049, "Member 'ULoadGuardSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLoadGuard_BP_GuardAndLoadAsset \ +static_assert(alignof(CommonLoadGuard_BP_GuardAndLoadAsset) == 0x000008, "Wrong alignment on CommonLoadGuard_BP_GuardAndLoadAsset"); \ +static_assert(sizeof(CommonLoadGuard_BP_GuardAndLoadAsset) == 0x000038, "Wrong size on CommonLoadGuard_BP_GuardAndLoadAsset"); \ +static_assert(offsetof(CommonLoadGuard_BP_GuardAndLoadAsset, InLazyAsset) == 0x000000, "Member 'CommonLoadGuard_BP_GuardAndLoadAsset::InLazyAsset' has a wrong offset!"); \ +static_assert(offsetof(CommonLoadGuard_BP_GuardAndLoadAsset, OnAssetLoaded) == 0x000028, "Member 'CommonLoadGuard_BP_GuardAndLoadAsset::OnAssetLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLoadGuard_SetIsLoading \ +static_assert(alignof(CommonLoadGuard_SetIsLoading) == 0x000001, "Wrong alignment on CommonLoadGuard_SetIsLoading"); \ +static_assert(sizeof(CommonLoadGuard_SetIsLoading) == 0x000001, "Wrong size on CommonLoadGuard_SetIsLoading"); \ +static_assert(offsetof(CommonLoadGuard_SetIsLoading, bInIsLoading) == 0x000000, "Member 'CommonLoadGuard_SetIsLoading::bInIsLoading' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLoadGuard_SetLoadingText \ +static_assert(alignof(CommonLoadGuard_SetLoadingText) == 0x000008, "Wrong alignment on CommonLoadGuard_SetLoadingText"); \ +static_assert(sizeof(CommonLoadGuard_SetLoadingText) == 0x000010, "Wrong size on CommonLoadGuard_SetLoadingText"); \ +static_assert(offsetof(CommonLoadGuard_SetLoadingText, InLoadingText) == 0x000000, "Member 'CommonLoadGuard_SetLoadingText::InLoadingText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonLoadGuard_IsLoading \ +static_assert(alignof(CommonLoadGuard_IsLoading) == 0x000001, "Wrong alignment on CommonLoadGuard_IsLoading"); \ +static_assert(sizeof(CommonLoadGuard_IsLoading) == 0x000001, "Wrong size on CommonLoadGuard_IsLoading"); \ +static_assert(offsetof(CommonLoadGuard_IsLoading, ReturnValue) == 0x000000, "Member 'CommonLoadGuard_IsLoading::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonLoadGuard \ +static_assert(alignof(UCommonLoadGuard) == 0x000010, "Wrong alignment on UCommonLoadGuard"); \ +static_assert(sizeof(UCommonLoadGuard) == 0x000380, "Wrong size on UCommonLoadGuard"); \ +static_assert(offsetof(UCommonLoadGuard, LoadingBackgroundBrush) == 0x000190, "Member 'UCommonLoadGuard::LoadingBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, LoadingThrobberBrush) == 0x000240, "Member 'UCommonLoadGuard::LoadingThrobberBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, ThrobberAlignment) == 0x0002F0, "Member 'UCommonLoadGuard::ThrobberAlignment' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, ThrobberPadding) == 0x0002F4, "Member 'UCommonLoadGuard::ThrobberPadding' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, LoadingText) == 0x000308, "Member 'UCommonLoadGuard::LoadingText' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, TextStyle) == 0x000318, "Member 'UCommonLoadGuard::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, BP_OnLoadingStateChanged) == 0x000320, "Member 'UCommonLoadGuard::BP_OnLoadingStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadGuard, SpinnerMaterialPath) == 0x000330, "Member 'UCommonLoadGuard::SpinnerMaterialPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonNumericTextBlock_InterpolateToValue \ +static_assert(alignof(CommonNumericTextBlock_InterpolateToValue) == 0x000004, "Wrong alignment on CommonNumericTextBlock_InterpolateToValue"); \ +static_assert(sizeof(CommonNumericTextBlock_InterpolateToValue) == 0x000010, "Wrong size on CommonNumericTextBlock_InterpolateToValue"); \ +static_assert(offsetof(CommonNumericTextBlock_InterpolateToValue, TargetValue) == 0x000000, "Member 'CommonNumericTextBlock_InterpolateToValue::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(CommonNumericTextBlock_InterpolateToValue, MaximumInterpolationDuration) == 0x000004, "Member 'CommonNumericTextBlock_InterpolateToValue::MaximumInterpolationDuration' has a wrong offset!"); \ +static_assert(offsetof(CommonNumericTextBlock_InterpolateToValue, MinimumChangeRate) == 0x000008, "Member 'CommonNumericTextBlock_InterpolateToValue::MinimumChangeRate' has a wrong offset!"); \ +static_assert(offsetof(CommonNumericTextBlock_InterpolateToValue, OutroOffset) == 0x00000C, "Member 'CommonNumericTextBlock_InterpolateToValue::OutroOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonNumericTextBlock_SetCurrentValue \ +static_assert(alignof(CommonNumericTextBlock_SetCurrentValue) == 0x000004, "Wrong alignment on CommonNumericTextBlock_SetCurrentValue"); \ +static_assert(sizeof(CommonNumericTextBlock_SetCurrentValue) == 0x000004, "Wrong size on CommonNumericTextBlock_SetCurrentValue"); \ +static_assert(offsetof(CommonNumericTextBlock_SetCurrentValue, NewValue) == 0x000000, "Member 'CommonNumericTextBlock_SetCurrentValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonNumericTextBlock_SetNumericType \ +static_assert(alignof(CommonNumericTextBlock_SetNumericType) == 0x000001, "Wrong alignment on CommonNumericTextBlock_SetNumericType"); \ +static_assert(sizeof(CommonNumericTextBlock_SetNumericType) == 0x000001, "Wrong size on CommonNumericTextBlock_SetNumericType"); \ +static_assert(offsetof(CommonNumericTextBlock_SetNumericType, InNumericType) == 0x000000, "Member 'CommonNumericTextBlock_SetNumericType::InNumericType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonNumericTextBlock_GetTargetValue \ +static_assert(alignof(CommonNumericTextBlock_GetTargetValue) == 0x000004, "Wrong alignment on CommonNumericTextBlock_GetTargetValue"); \ +static_assert(sizeof(CommonNumericTextBlock_GetTargetValue) == 0x000004, "Wrong size on CommonNumericTextBlock_GetTargetValue"); \ +static_assert(offsetof(CommonNumericTextBlock_GetTargetValue, ReturnValue) == 0x000000, "Member 'CommonNumericTextBlock_GetTargetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonNumericTextBlock_IsInterpolatingNumericValue \ +static_assert(alignof(CommonNumericTextBlock_IsInterpolatingNumericValue) == 0x000001, "Wrong alignment on CommonNumericTextBlock_IsInterpolatingNumericValue"); \ +static_assert(sizeof(CommonNumericTextBlock_IsInterpolatingNumericValue) == 0x000001, "Wrong size on CommonNumericTextBlock_IsInterpolatingNumericValue"); \ +static_assert(offsetof(CommonNumericTextBlock_IsInterpolatingNumericValue, ReturnValue) == 0x000000, "Member 'CommonNumericTextBlock_IsInterpolatingNumericValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonNumericTextBlock \ +static_assert(alignof(UCommonNumericTextBlock) == 0x000010, "Wrong alignment on UCommonNumericTextBlock"); \ +static_assert(sizeof(UCommonNumericTextBlock) == 0x000410, "Wrong size on UCommonNumericTextBlock"); \ +static_assert(offsetof(UCommonNumericTextBlock, OnInterpolationStartedEvent) == 0x000368, "Member 'UCommonNumericTextBlock::OnInterpolationStartedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, OnInterpolationUpdatedEvent) == 0x000378, "Member 'UCommonNumericTextBlock::OnInterpolationUpdatedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, OnOutroEvent) == 0x000388, "Member 'UCommonNumericTextBlock::OnOutroEvent' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, OnInterpolationEndedEvent) == 0x000398, "Member 'UCommonNumericTextBlock::OnInterpolationEndedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, CurrentNumericValue) == 0x0003A8, "Member 'UCommonNumericTextBlock::CurrentNumericValue' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, NumericType) == 0x0003AC, "Member 'UCommonNumericTextBlock::NumericType' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, FormattingSpecification) == 0x0003B0, "Member 'UCommonNumericTextBlock::FormattingSpecification' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, EaseOutInterpolationExponent) == 0x0003C4, "Member 'UCommonNumericTextBlock::EaseOutInterpolationExponent' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, InterpolationUpdateInterval) == 0x0003C8, "Member 'UCommonNumericTextBlock::InterpolationUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, PostInterpolationShrinkDuration) == 0x0003CC, "Member 'UCommonNumericTextBlock::PostInterpolationShrinkDuration' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, PerformSizeInterpolation) == 0x0003D0, "Member 'UCommonNumericTextBlock::PerformSizeInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UCommonNumericTextBlock, IsPercentage) == 0x0003D1, "Member 'UCommonNumericTextBlock::IsPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICommonPoolableWidgetInterface \ +static_assert(alignof(ICommonPoolableWidgetInterface) == 0x000001, "Wrong alignment on ICommonPoolableWidgetInterface"); \ +static_assert(sizeof(ICommonPoolableWidgetInterface) == 0x000001, "Wrong size on ICommonPoolableWidgetInterface"); \ + +#define DUMPER7_ASSERTS_CommonRichTextBlock_SetScrollingEnabled \ +static_assert(alignof(CommonRichTextBlock_SetScrollingEnabled) == 0x000001, "Wrong alignment on CommonRichTextBlock_SetScrollingEnabled"); \ +static_assert(sizeof(CommonRichTextBlock_SetScrollingEnabled) == 0x000001, "Wrong size on CommonRichTextBlock_SetScrollingEnabled"); \ +static_assert(offsetof(CommonRichTextBlock_SetScrollingEnabled, bInIsScrollingEnabled) == 0x000000, "Member 'CommonRichTextBlock_SetScrollingEnabled::bInIsScrollingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRichTextBlock_SetStyle \ +static_assert(alignof(CommonRichTextBlock_SetStyle) == 0x000008, "Wrong alignment on CommonRichTextBlock_SetStyle"); \ +static_assert(sizeof(CommonRichTextBlock_SetStyle) == 0x000008, "Wrong size on CommonRichTextBlock_SetStyle"); \ +static_assert(offsetof(CommonRichTextBlock_SetStyle, InStyle) == 0x000000, "Member 'CommonRichTextBlock_SetStyle::InStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonRichTextBlock \ +static_assert(alignof(UCommonRichTextBlock) == 0x000010, "Wrong alignment on UCommonRichTextBlock"); \ +static_assert(sizeof(UCommonRichTextBlock) == 0x0007F0, "Wrong size on UCommonRichTextBlock"); \ +static_assert(offsetof(UCommonRichTextBlock, InlineIconDisplayMode) == 0x0007C0, "Member 'UCommonRichTextBlock::InlineIconDisplayMode' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, bTintInlineIcon) == 0x0007C1, "Member 'UCommonRichTextBlock::bTintInlineIcon' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, MobileTextBlockScale) == 0x0007C4, "Member 'UCommonRichTextBlock::MobileTextBlockScale' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, DefaultTextStyleOverrideClass) == 0x0007C8, "Member 'UCommonRichTextBlock::DefaultTextStyleOverrideClass' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, ScrollStyle) == 0x0007D0, "Member 'UCommonRichTextBlock::ScrollStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, ScrollOrientation) == 0x0007D8, "Member 'UCommonRichTextBlock::ScrollOrientation' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, bIsScrollingEnabled) == 0x0007D9, "Member 'UCommonRichTextBlock::bIsScrollingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, bDisplayAllCaps) == 0x0007DA, "Member 'UCommonRichTextBlock::bDisplayAllCaps' has a wrong offset!"); \ +static_assert(offsetof(UCommonRichTextBlock, bAutoCollapseWithEmptyText) == 0x0007DB, "Member 'UCommonRichTextBlock::bAutoCollapseWithEmptyText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRotator_BP_OnOptionSelected \ +static_assert(alignof(CommonRotator_BP_OnOptionSelected) == 0x000004, "Wrong alignment on CommonRotator_BP_OnOptionSelected"); \ +static_assert(sizeof(CommonRotator_BP_OnOptionSelected) == 0x000004, "Wrong size on CommonRotator_BP_OnOptionSelected"); \ +static_assert(offsetof(CommonRotator_BP_OnOptionSelected, Index_0) == 0x000000, "Member 'CommonRotator_BP_OnOptionSelected::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRotator_BP_OnOptionsPopulated \ +static_assert(alignof(CommonRotator_BP_OnOptionsPopulated) == 0x000004, "Wrong alignment on CommonRotator_BP_OnOptionsPopulated"); \ +static_assert(sizeof(CommonRotator_BP_OnOptionsPopulated) == 0x000004, "Wrong size on CommonRotator_BP_OnOptionsPopulated"); \ +static_assert(offsetof(CommonRotator_BP_OnOptionsPopulated, Count) == 0x000000, "Member 'CommonRotator_BP_OnOptionsPopulated::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRotator_PopulateTextLabels \ +static_assert(alignof(CommonRotator_PopulateTextLabels) == 0x000008, "Wrong alignment on CommonRotator_PopulateTextLabels"); \ +static_assert(sizeof(CommonRotator_PopulateTextLabels) == 0x000010, "Wrong size on CommonRotator_PopulateTextLabels"); \ +static_assert(offsetof(CommonRotator_PopulateTextLabels, Labels) == 0x000000, "Member 'CommonRotator_PopulateTextLabels::Labels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRotator_SetSelectedItem \ +static_assert(alignof(CommonRotator_SetSelectedItem) == 0x000004, "Wrong alignment on CommonRotator_SetSelectedItem"); \ +static_assert(sizeof(CommonRotator_SetSelectedItem) == 0x000004, "Wrong size on CommonRotator_SetSelectedItem"); \ +static_assert(offsetof(CommonRotator_SetSelectedItem, InValue) == 0x000000, "Member 'CommonRotator_SetSelectedItem::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRotator_GetSelectedIndex \ +static_assert(alignof(CommonRotator_GetSelectedIndex) == 0x000004, "Wrong alignment on CommonRotator_GetSelectedIndex"); \ +static_assert(sizeof(CommonRotator_GetSelectedIndex) == 0x000004, "Wrong size on CommonRotator_GetSelectedIndex"); \ +static_assert(offsetof(CommonRotator_GetSelectedIndex, ReturnValue) == 0x000000, "Member 'CommonRotator_GetSelectedIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonRotator_GetSelectedText \ +static_assert(alignof(CommonRotator_GetSelectedText) == 0x000008, "Wrong alignment on CommonRotator_GetSelectedText"); \ +static_assert(sizeof(CommonRotator_GetSelectedText) == 0x000010, "Wrong size on CommonRotator_GetSelectedText"); \ +static_assert(offsetof(CommonRotator_GetSelectedText, ReturnValue) == 0x000000, "Member 'CommonRotator_GetSelectedText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonRotator \ +static_assert(alignof(UCommonRotator) == 0x000010, "Wrong alignment on UCommonRotator"); \ +static_assert(sizeof(UCommonRotator) == 0x001630, "Wrong size on UCommonRotator"); \ +static_assert(offsetof(UCommonRotator, OnRotatedWithDirection) == 0x0015D0, "Member 'UCommonRotator::OnRotatedWithDirection' has a wrong offset!"); \ +static_assert(offsetof(UCommonRotator, OnRotated) == 0x0015E0, "Member 'UCommonRotator::OnRotated' has a wrong offset!"); \ +static_assert(offsetof(UCommonRotator, MyText) == 0x001608, "Member 'UCommonRotator::MyText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_DisableTabWithReason \ +static_assert(alignof(CommonTabListWidgetBase_DisableTabWithReason) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_DisableTabWithReason"); \ +static_assert(sizeof(CommonTabListWidgetBase_DisableTabWithReason) == 0x000018, "Wrong size on CommonTabListWidgetBase_DisableTabWithReason"); \ +static_assert(offsetof(CommonTabListWidgetBase_DisableTabWithReason, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_DisableTabWithReason::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_DisableTabWithReason, Reason) == 0x000008, "Member 'CommonTabListWidgetBase_DisableTabWithReason::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_HandleNextTabInputAction \ +static_assert(alignof(CommonTabListWidgetBase_HandleNextTabInputAction) == 0x000001, "Wrong alignment on CommonTabListWidgetBase_HandleNextTabInputAction"); \ +static_assert(sizeof(CommonTabListWidgetBase_HandleNextTabInputAction) == 0x000001, "Wrong size on CommonTabListWidgetBase_HandleNextTabInputAction"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleNextTabInputAction, bPassThrough) == 0x000000, "Member 'CommonTabListWidgetBase_HandleNextTabInputAction::bPassThrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_HandlePreviousTabInputAction \ +static_assert(alignof(CommonTabListWidgetBase_HandlePreviousTabInputAction) == 0x000001, "Wrong alignment on CommonTabListWidgetBase_HandlePreviousTabInputAction"); \ +static_assert(sizeof(CommonTabListWidgetBase_HandlePreviousTabInputAction) == 0x000001, "Wrong size on CommonTabListWidgetBase_HandlePreviousTabInputAction"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandlePreviousTabInputAction, bPassThrough) == 0x000000, "Member 'CommonTabListWidgetBase_HandlePreviousTabInputAction::bPassThrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_HandleTabButtonSelected \ +static_assert(alignof(CommonTabListWidgetBase_HandleTabButtonSelected) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_HandleTabButtonSelected"); \ +static_assert(sizeof(CommonTabListWidgetBase_HandleTabButtonSelected) == 0x000010, "Wrong size on CommonTabListWidgetBase_HandleTabButtonSelected"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleTabButtonSelected, SelectedTabButton) == 0x000000, "Member 'CommonTabListWidgetBase_HandleTabButtonSelected::SelectedTabButton' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleTabButtonSelected, ButtonIndex) == 0x000008, "Member 'CommonTabListWidgetBase_HandleTabButtonSelected::ButtonIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_HandleTabCreation \ +static_assert(alignof(CommonTabListWidgetBase_HandleTabCreation) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_HandleTabCreation"); \ +static_assert(sizeof(CommonTabListWidgetBase_HandleTabCreation) == 0x000010, "Wrong size on CommonTabListWidgetBase_HandleTabCreation"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleTabCreation, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_HandleTabCreation::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleTabCreation, TabButton) == 0x000008, "Member 'CommonTabListWidgetBase_HandleTabCreation::TabButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_HandleTabRemoval \ +static_assert(alignof(CommonTabListWidgetBase_HandleTabRemoval) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_HandleTabRemoval"); \ +static_assert(sizeof(CommonTabListWidgetBase_HandleTabRemoval) == 0x000010, "Wrong size on CommonTabListWidgetBase_HandleTabRemoval"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleTabRemoval, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_HandleTabRemoval::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_HandleTabRemoval, TabButton) == 0x000008, "Member 'CommonTabListWidgetBase_HandleTabRemoval::TabButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_RegisterTab \ +static_assert(alignof(CommonTabListWidgetBase_RegisterTab) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_RegisterTab"); \ +static_assert(sizeof(CommonTabListWidgetBase_RegisterTab) == 0x000020, "Wrong size on CommonTabListWidgetBase_RegisterTab"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTab, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_RegisterTab::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTab, ButtonWidgetType) == 0x000008, "Member 'CommonTabListWidgetBase_RegisterTab::ButtonWidgetType' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTab, ContentWidget) == 0x000010, "Member 'CommonTabListWidgetBase_RegisterTab::ContentWidget' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTab, TabIndex) == 0x000018, "Member 'CommonTabListWidgetBase_RegisterTab::TabIndex' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTab, ReturnValue) == 0x00001C, "Member 'CommonTabListWidgetBase_RegisterTab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_RegisterTabContentWidget \ +static_assert(alignof(CommonTabListWidgetBase_RegisterTabContentWidget) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_RegisterTabContentWidget"); \ +static_assert(sizeof(CommonTabListWidgetBase_RegisterTabContentWidget) == 0x000018, "Wrong size on CommonTabListWidgetBase_RegisterTabContentWidget"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTabContentWidget, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_RegisterTabContentWidget::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTabContentWidget, ContentWidget) == 0x000008, "Member 'CommonTabListWidgetBase_RegisterTabContentWidget::ContentWidget' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_RegisterTabContentWidget, ReturnValue) == 0x000010, "Member 'CommonTabListWidgetBase_RegisterTabContentWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_RemoveTab \ +static_assert(alignof(CommonTabListWidgetBase_RemoveTab) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_RemoveTab"); \ +static_assert(sizeof(CommonTabListWidgetBase_RemoveTab) == 0x00000C, "Wrong size on CommonTabListWidgetBase_RemoveTab"); \ +static_assert(offsetof(CommonTabListWidgetBase_RemoveTab, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_RemoveTab::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_RemoveTab, ReturnValue) == 0x000008, "Member 'CommonTabListWidgetBase_RemoveTab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_SelectTabByID \ +static_assert(alignof(CommonTabListWidgetBase_SelectTabByID) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_SelectTabByID"); \ +static_assert(sizeof(CommonTabListWidgetBase_SelectTabByID) == 0x00000C, "Wrong size on CommonTabListWidgetBase_SelectTabByID"); \ +static_assert(offsetof(CommonTabListWidgetBase_SelectTabByID, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_SelectTabByID::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_SelectTabByID, bSuppressClickFeedback) == 0x000008, "Member 'CommonTabListWidgetBase_SelectTabByID::bSuppressClickFeedback' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_SelectTabByID, ReturnValue) == 0x000009, "Member 'CommonTabListWidgetBase_SelectTabByID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_SetLinkedSwitcher \ +static_assert(alignof(CommonTabListWidgetBase_SetLinkedSwitcher) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_SetLinkedSwitcher"); \ +static_assert(sizeof(CommonTabListWidgetBase_SetLinkedSwitcher) == 0x000008, "Wrong size on CommonTabListWidgetBase_SetLinkedSwitcher"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetLinkedSwitcher, CommonSwitcher) == 0x000000, "Member 'CommonTabListWidgetBase_SetLinkedSwitcher::CommonSwitcher' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_SetListeningForInput \ +static_assert(alignof(CommonTabListWidgetBase_SetListeningForInput) == 0x000001, "Wrong alignment on CommonTabListWidgetBase_SetListeningForInput"); \ +static_assert(sizeof(CommonTabListWidgetBase_SetListeningForInput) == 0x000001, "Wrong size on CommonTabListWidgetBase_SetListeningForInput"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetListeningForInput, bShouldListen) == 0x000000, "Member 'CommonTabListWidgetBase_SetListeningForInput::bShouldListen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_SetTabEnabled \ +static_assert(alignof(CommonTabListWidgetBase_SetTabEnabled) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_SetTabEnabled"); \ +static_assert(sizeof(CommonTabListWidgetBase_SetTabEnabled) == 0x00000C, "Wrong size on CommonTabListWidgetBase_SetTabEnabled"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetTabEnabled, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_SetTabEnabled::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetTabEnabled, bEnable) == 0x000008, "Member 'CommonTabListWidgetBase_SetTabEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_SetTabInteractionEnabled \ +static_assert(alignof(CommonTabListWidgetBase_SetTabInteractionEnabled) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_SetTabInteractionEnabled"); \ +static_assert(sizeof(CommonTabListWidgetBase_SetTabInteractionEnabled) == 0x00000C, "Wrong size on CommonTabListWidgetBase_SetTabInteractionEnabled"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetTabInteractionEnabled, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_SetTabInteractionEnabled::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetTabInteractionEnabled, bEnable) == 0x000008, "Member 'CommonTabListWidgetBase_SetTabInteractionEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_SetTabVisibility \ +static_assert(alignof(CommonTabListWidgetBase_SetTabVisibility) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_SetTabVisibility"); \ +static_assert(sizeof(CommonTabListWidgetBase_SetTabVisibility) == 0x00000C, "Wrong size on CommonTabListWidgetBase_SetTabVisibility"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetTabVisibility, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_SetTabVisibility::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_SetTabVisibility, NewVisibility) == 0x000008, "Member 'CommonTabListWidgetBase_SetTabVisibility::NewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_GetActiveTab \ +static_assert(alignof(CommonTabListWidgetBase_GetActiveTab) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_GetActiveTab"); \ +static_assert(sizeof(CommonTabListWidgetBase_GetActiveTab) == 0x000008, "Wrong size on CommonTabListWidgetBase_GetActiveTab"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetActiveTab, ReturnValue) == 0x000000, "Member 'CommonTabListWidgetBase_GetActiveTab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_GetLinkedSwitcher \ +static_assert(alignof(CommonTabListWidgetBase_GetLinkedSwitcher) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_GetLinkedSwitcher"); \ +static_assert(sizeof(CommonTabListWidgetBase_GetLinkedSwitcher) == 0x000008, "Wrong size on CommonTabListWidgetBase_GetLinkedSwitcher"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetLinkedSwitcher, ReturnValue) == 0x000000, "Member 'CommonTabListWidgetBase_GetLinkedSwitcher::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_GetSelectedTabId \ +static_assert(alignof(CommonTabListWidgetBase_GetSelectedTabId) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_GetSelectedTabId"); \ +static_assert(sizeof(CommonTabListWidgetBase_GetSelectedTabId) == 0x000008, "Wrong size on CommonTabListWidgetBase_GetSelectedTabId"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetSelectedTabId, ReturnValue) == 0x000000, "Member 'CommonTabListWidgetBase_GetSelectedTabId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_GetTabButtonBaseByID \ +static_assert(alignof(CommonTabListWidgetBase_GetTabButtonBaseByID) == 0x000008, "Wrong alignment on CommonTabListWidgetBase_GetTabButtonBaseByID"); \ +static_assert(sizeof(CommonTabListWidgetBase_GetTabButtonBaseByID) == 0x000010, "Wrong size on CommonTabListWidgetBase_GetTabButtonBaseByID"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetTabButtonBaseByID, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_GetTabButtonBaseByID::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetTabButtonBaseByID, ReturnValue) == 0x000008, "Member 'CommonTabListWidgetBase_GetTabButtonBaseByID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_GetTabCount \ +static_assert(alignof(CommonTabListWidgetBase_GetTabCount) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_GetTabCount"); \ +static_assert(sizeof(CommonTabListWidgetBase_GetTabCount) == 0x000004, "Wrong size on CommonTabListWidgetBase_GetTabCount"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetTabCount, ReturnValue) == 0x000000, "Member 'CommonTabListWidgetBase_GetTabCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_GetTabIdAtIndex \ +static_assert(alignof(CommonTabListWidgetBase_GetTabIdAtIndex) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_GetTabIdAtIndex"); \ +static_assert(sizeof(CommonTabListWidgetBase_GetTabIdAtIndex) == 0x00000C, "Wrong size on CommonTabListWidgetBase_GetTabIdAtIndex"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetTabIdAtIndex, Index_0) == 0x000000, "Member 'CommonTabListWidgetBase_GetTabIdAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_GetTabIdAtIndex, ReturnValue) == 0x000004, "Member 'CommonTabListWidgetBase_GetTabIdAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTabListWidgetBase_HasTabContentWidget \ +static_assert(alignof(CommonTabListWidgetBase_HasTabContentWidget) == 0x000004, "Wrong alignment on CommonTabListWidgetBase_HasTabContentWidget"); \ +static_assert(sizeof(CommonTabListWidgetBase_HasTabContentWidget) == 0x00000C, "Wrong size on CommonTabListWidgetBase_HasTabContentWidget"); \ +static_assert(offsetof(CommonTabListWidgetBase_HasTabContentWidget, TabNameID) == 0x000000, "Member 'CommonTabListWidgetBase_HasTabContentWidget::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CommonTabListWidgetBase_HasTabContentWidget, ReturnValue) == 0x000008, "Member 'CommonTabListWidgetBase_HasTabContentWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonTabListWidgetBase \ +static_assert(alignof(UCommonTabListWidgetBase) == 0x000008, "Wrong alignment on UCommonTabListWidgetBase"); \ +static_assert(sizeof(UCommonTabListWidgetBase) == 0x0004D0, "Wrong size on UCommonTabListWidgetBase"); \ +static_assert(offsetof(UCommonTabListWidgetBase, OnTabSelected) == 0x000350, "Member 'UCommonTabListWidgetBase::OnTabSelected' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, OnTabButtonCreation) == 0x000360, "Member 'UCommonTabListWidgetBase::OnTabButtonCreation' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, OnTabButtonRemoval) == 0x000370, "Member 'UCommonTabListWidgetBase::OnTabButtonRemoval' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, OnTabListRebuilt) == 0x000380, "Member 'UCommonTabListWidgetBase::OnTabListRebuilt' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, NextTabInputActionData) == 0x000390, "Member 'UCommonTabListWidgetBase::NextTabInputActionData' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, PreviousTabInputActionData) == 0x0003A0, "Member 'UCommonTabListWidgetBase::PreviousTabInputActionData' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, NextTabEnhancedInputAction) == 0x0003B0, "Member 'UCommonTabListWidgetBase::NextTabEnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, PreviousTabEnhancedInputAction) == 0x0003B8, "Member 'UCommonTabListWidgetBase::PreviousTabEnhancedInputAction' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, bAutoListenForInput) == 0x0003C0, "Member 'UCommonTabListWidgetBase::bAutoListenForInput' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, bShouldWrapNavigation) == 0x0003C1, "Member 'UCommonTabListWidgetBase::bShouldWrapNavigation' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, bDeferRebuildingTabList) == 0x0003C2, "Member 'UCommonTabListWidgetBase::bDeferRebuildingTabList' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, LinkedSwitcher) == 0x0003C4, "Member 'UCommonTabListWidgetBase::LinkedSwitcher' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, TabButtonGroup) == 0x0003D0, "Member 'UCommonTabListWidgetBase::TabButtonGroup' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, RegisteredTabsByID) == 0x0003E0, "Member 'UCommonTabListWidgetBase::RegisteredTabsByID' has a wrong offset!"); \ +static_assert(offsetof(UCommonTabListWidgetBase, TabButtonWidgetPool) == 0x000430, "Member 'UCommonTabListWidgetBase::TabButtonWidgetPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetApplyLineHeightToBottomLine \ +static_assert(alignof(CommonTextStyle_GetApplyLineHeightToBottomLine) == 0x000001, "Wrong alignment on CommonTextStyle_GetApplyLineHeightToBottomLine"); \ +static_assert(sizeof(CommonTextStyle_GetApplyLineHeightToBottomLine) == 0x000001, "Wrong size on CommonTextStyle_GetApplyLineHeightToBottomLine"); \ +static_assert(offsetof(CommonTextStyle_GetApplyLineHeightToBottomLine, ReturnValue) == 0x000000, "Member 'CommonTextStyle_GetApplyLineHeightToBottomLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetColor \ +static_assert(alignof(CommonTextStyle_GetColor) == 0x000004, "Wrong alignment on CommonTextStyle_GetColor"); \ +static_assert(sizeof(CommonTextStyle_GetColor) == 0x000010, "Wrong size on CommonTextStyle_GetColor"); \ +static_assert(offsetof(CommonTextStyle_GetColor, OutColor) == 0x000000, "Member 'CommonTextStyle_GetColor::OutColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetFont \ +static_assert(alignof(CommonTextStyle_GetFont) == 0x000008, "Wrong alignment on CommonTextStyle_GetFont"); \ +static_assert(sizeof(CommonTextStyle_GetFont) == 0x000060, "Wrong size on CommonTextStyle_GetFont"); \ +static_assert(offsetof(CommonTextStyle_GetFont, OutFont) == 0x000000, "Member 'CommonTextStyle_GetFont::OutFont' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetLineHeightPercentage \ +static_assert(alignof(CommonTextStyle_GetLineHeightPercentage) == 0x000004, "Wrong alignment on CommonTextStyle_GetLineHeightPercentage"); \ +static_assert(sizeof(CommonTextStyle_GetLineHeightPercentage) == 0x000004, "Wrong size on CommonTextStyle_GetLineHeightPercentage"); \ +static_assert(offsetof(CommonTextStyle_GetLineHeightPercentage, ReturnValue) == 0x000000, "Member 'CommonTextStyle_GetLineHeightPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetMargin \ +static_assert(alignof(CommonTextStyle_GetMargin) == 0x000004, "Wrong alignment on CommonTextStyle_GetMargin"); \ +static_assert(sizeof(CommonTextStyle_GetMargin) == 0x000010, "Wrong size on CommonTextStyle_GetMargin"); \ +static_assert(offsetof(CommonTextStyle_GetMargin, OutMargin) == 0x000000, "Member 'CommonTextStyle_GetMargin::OutMargin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetShadowColor \ +static_assert(alignof(CommonTextStyle_GetShadowColor) == 0x000004, "Wrong alignment on CommonTextStyle_GetShadowColor"); \ +static_assert(sizeof(CommonTextStyle_GetShadowColor) == 0x000010, "Wrong size on CommonTextStyle_GetShadowColor"); \ +static_assert(offsetof(CommonTextStyle_GetShadowColor, OutColor) == 0x000000, "Member 'CommonTextStyle_GetShadowColor::OutColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetShadowOffset \ +static_assert(alignof(CommonTextStyle_GetShadowOffset) == 0x000008, "Wrong alignment on CommonTextStyle_GetShadowOffset"); \ +static_assert(sizeof(CommonTextStyle_GetShadowOffset) == 0x000010, "Wrong size on CommonTextStyle_GetShadowOffset"); \ +static_assert(offsetof(CommonTextStyle_GetShadowOffset, OutShadowOffset) == 0x000000, "Member 'CommonTextStyle_GetShadowOffset::OutShadowOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonTextStyle_GetStrikeBrush \ +static_assert(alignof(CommonTextStyle_GetStrikeBrush) == 0x000010, "Wrong alignment on CommonTextStyle_GetStrikeBrush"); \ +static_assert(sizeof(CommonTextStyle_GetStrikeBrush) == 0x0000B0, "Wrong size on CommonTextStyle_GetStrikeBrush"); \ +static_assert(offsetof(CommonTextStyle_GetStrikeBrush, OutStrikeBrush) == 0x000000, "Member 'CommonTextStyle_GetStrikeBrush::OutStrikeBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonTextStyle \ +static_assert(alignof(UCommonTextStyle) == 0x000010, "Wrong alignment on UCommonTextStyle"); \ +static_assert(sizeof(UCommonTextStyle) == 0x000190, "Wrong size on UCommonTextStyle"); \ +static_assert(offsetof(UCommonTextStyle, Font) == 0x000028, "Member 'UCommonTextStyle::Font' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, Color) == 0x000088, "Member 'UCommonTextStyle::Color' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, bUsesDropShadow) == 0x000098, "Member 'UCommonTextStyle::bUsesDropShadow' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, ShadowOffset) == 0x0000A0, "Member 'UCommonTextStyle::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, ShadowColor) == 0x0000B0, "Member 'UCommonTextStyle::ShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, Margin) == 0x0000C0, "Member 'UCommonTextStyle::Margin' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, StrikeBrush) == 0x0000D0, "Member 'UCommonTextStyle::StrikeBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, LineHeightPercentage) == 0x000180, "Member 'UCommonTextStyle::LineHeightPercentage' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextStyle, ApplyLineHeightToBottomLine) == 0x000184, "Member 'UCommonTextStyle::ApplyLineHeightToBottomLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonTextScrollStyle \ +static_assert(alignof(UCommonTextScrollStyle) == 0x000008, "Wrong alignment on UCommonTextScrollStyle"); \ +static_assert(sizeof(UCommonTextScrollStyle) == 0x000040, "Wrong size on UCommonTextScrollStyle"); \ +static_assert(offsetof(UCommonTextScrollStyle, Speed) == 0x000028, "Member 'UCommonTextScrollStyle::Speed' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextScrollStyle, StartDelay) == 0x00002C, "Member 'UCommonTextScrollStyle::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextScrollStyle, EndDelay) == 0x000030, "Member 'UCommonTextScrollStyle::EndDelay' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextScrollStyle, FadeInDelay) == 0x000034, "Member 'UCommonTextScrollStyle::FadeInDelay' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextScrollStyle, FadeOutDelay) == 0x000038, "Member 'UCommonTextScrollStyle::FadeOutDelay' has a wrong offset!"); \ +static_assert(offsetof(UCommonTextScrollStyle, Clipping) == 0x00003C, "Member 'UCommonTextScrollStyle::Clipping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonTileView \ +static_assert(alignof(UCommonTileView) == 0x000010, "Wrong alignment on UCommonTileView"); \ +static_assert(sizeof(UCommonTileView) == 0x000FD0, "Wrong size on UCommonTileView"); \ + +#define DUMPER7_ASSERTS_UCommonTreeView \ +static_assert(alignof(UCommonTreeView) == 0x000010, "Wrong alignment on UCommonTreeView"); \ +static_assert(sizeof(UCommonTreeView) == 0x001000, "Wrong size on UCommonTreeView"); \ + +#define DUMPER7_ASSERTS_UCommonUIEditorSettings \ +static_assert(alignof(UCommonUIEditorSettings) == 0x000008, "Wrong alignment on UCommonUIEditorSettings"); \ +static_assert(sizeof(UCommonUIEditorSettings) == 0x0000A8, "Wrong size on UCommonUIEditorSettings"); \ +static_assert(offsetof(UCommonUIEditorSettings, TemplateTextStyle) == 0x000028, "Member 'UCommonUIEditorSettings::TemplateTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIEditorSettings, TemplateButtonStyle) == 0x000050, "Member 'UCommonUIEditorSettings::TemplateButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIEditorSettings, TemplateBorderStyle) == 0x000078, "Member 'UCommonUIEditorSettings::TemplateBorderStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonUILibrary_FindParentWidgetOfType \ +static_assert(alignof(CommonUILibrary_FindParentWidgetOfType) == 0x000008, "Wrong alignment on CommonUILibrary_FindParentWidgetOfType"); \ +static_assert(sizeof(CommonUILibrary_FindParentWidgetOfType) == 0x000018, "Wrong size on CommonUILibrary_FindParentWidgetOfType"); \ +static_assert(offsetof(CommonUILibrary_FindParentWidgetOfType, StartingWidget) == 0x000000, "Member 'CommonUILibrary_FindParentWidgetOfType::StartingWidget' has a wrong offset!"); \ +static_assert(offsetof(CommonUILibrary_FindParentWidgetOfType, Type) == 0x000008, "Member 'CommonUILibrary_FindParentWidgetOfType::Type' has a wrong offset!"); \ +static_assert(offsetof(CommonUILibrary_FindParentWidgetOfType, ReturnValue) == 0x000010, "Member 'CommonUILibrary_FindParentWidgetOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUILibrary \ +static_assert(alignof(UCommonUILibrary) == 0x000008, "Wrong alignment on UCommonUILibrary"); \ +static_assert(sizeof(UCommonUILibrary) == 0x000028, "Wrong size on UCommonUILibrary"); \ + +#define DUMPER7_ASSERTS_UCommonUIRichTextData \ +static_assert(alignof(UCommonUIRichTextData) == 0x000008, "Wrong alignment on UCommonUIRichTextData"); \ +static_assert(sizeof(UCommonUIRichTextData) == 0x000030, "Wrong size on UCommonUIRichTextData"); \ +static_assert(offsetof(UCommonUIRichTextData, InlineIconSet) == 0x000028, "Member 'UCommonUIRichTextData::InlineIconSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUISettings \ +static_assert(alignof(UCommonUISettings) == 0x000010, "Wrong alignment on UCommonUISettings"); \ +static_assert(sizeof(UCommonUISettings) == 0x0001B0, "Wrong size on UCommonUISettings"); \ +static_assert(offsetof(UCommonUISettings, bAutoLoadData) == 0x000028, "Member 'UCommonUISettings::bAutoLoadData' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, DefaultImageResourceObject) == 0x000030, "Member 'UCommonUISettings::DefaultImageResourceObject' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, DefaultThrobberMaterial) == 0x000058, "Member 'UCommonUISettings::DefaultThrobberMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, DefaultRichTextDataClass) == 0x000080, "Member 'UCommonUISettings::DefaultRichTextDataClass' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, PlatformTraits) == 0x0000A8, "Member 'UCommonUISettings::PlatformTraits' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, CommonButtonAcceptKeyHandling) == 0x0000B8, "Member 'UCommonUISettings::CommonButtonAcceptKeyHandling' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, DefaultImageResourceObjectInstance) == 0x0000E0, "Member 'UCommonUISettings::DefaultImageResourceObjectInstance' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, DefaultThrobberMaterialInstance) == 0x0000E8, "Member 'UCommonUISettings::DefaultThrobberMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, DefaultThrobberBrush) == 0x0000F0, "Member 'UCommonUISettings::DefaultThrobberBrush' has a wrong offset!"); \ +static_assert(offsetof(UCommonUISettings, RichTextDataInstance) == 0x0001A0, "Member 'UCommonUISettings::RichTextDataInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonUISubsystemBase_GetEnhancedInputActionButtonIcon \ +static_assert(alignof(CommonUISubsystemBase_GetEnhancedInputActionButtonIcon) == 0x000010, "Wrong alignment on CommonUISubsystemBase_GetEnhancedInputActionButtonIcon"); \ +static_assert(sizeof(CommonUISubsystemBase_GetEnhancedInputActionButtonIcon) == 0x0000C0, "Wrong size on CommonUISubsystemBase_GetEnhancedInputActionButtonIcon"); \ +static_assert(offsetof(CommonUISubsystemBase_GetEnhancedInputActionButtonIcon, InputAction) == 0x000000, "Member 'CommonUISubsystemBase_GetEnhancedInputActionButtonIcon::InputAction' has a wrong offset!"); \ +static_assert(offsetof(CommonUISubsystemBase_GetEnhancedInputActionButtonIcon, LocalPlayer) == 0x000008, "Member 'CommonUISubsystemBase_GetEnhancedInputActionButtonIcon::LocalPlayer' has a wrong offset!"); \ +static_assert(offsetof(CommonUISubsystemBase_GetEnhancedInputActionButtonIcon, ReturnValue) == 0x000010, "Member 'CommonUISubsystemBase_GetEnhancedInputActionButtonIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonUISubsystemBase_GetInputActionButtonIcon \ +static_assert(alignof(CommonUISubsystemBase_GetInputActionButtonIcon) == 0x000010, "Wrong alignment on CommonUISubsystemBase_GetInputActionButtonIcon"); \ +static_assert(sizeof(CommonUISubsystemBase_GetInputActionButtonIcon) == 0x0000D0, "Wrong size on CommonUISubsystemBase_GetInputActionButtonIcon"); \ +static_assert(offsetof(CommonUISubsystemBase_GetInputActionButtonIcon, InputActionRowHandle) == 0x000000, "Member 'CommonUISubsystemBase_GetInputActionButtonIcon::InputActionRowHandle' has a wrong offset!"); \ +static_assert(offsetof(CommonUISubsystemBase_GetInputActionButtonIcon, InputType) == 0x000010, "Member 'CommonUISubsystemBase_GetInputActionButtonIcon::InputType' has a wrong offset!"); \ +static_assert(offsetof(CommonUISubsystemBase_GetInputActionButtonIcon, GamepadName) == 0x000014, "Member 'CommonUISubsystemBase_GetInputActionButtonIcon::GamepadName' has a wrong offset!"); \ +static_assert(offsetof(CommonUISubsystemBase_GetInputActionButtonIcon, ReturnValue) == 0x000020, "Member 'CommonUISubsystemBase_GetInputActionButtonIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUISubsystemBase \ +static_assert(alignof(UCommonUISubsystemBase) == 0x000008, "Wrong alignment on UCommonUISubsystemBase"); \ +static_assert(sizeof(UCommonUISubsystemBase) == 0x000040, "Wrong size on UCommonUISubsystemBase"); \ + +#define DUMPER7_ASSERTS_UCommonInputMetadata \ +static_assert(alignof(UCommonInputMetadata) == 0x000008, "Wrong alignment on UCommonInputMetadata"); \ +static_assert(sizeof(UCommonInputMetadata) == 0x000030, "Wrong size on UCommonInputMetadata"); \ +static_assert(offsetof(UCommonInputMetadata, NavBarPriority) == 0x000028, "Member 'UCommonInputMetadata::NavBarPriority' has a wrong offset!"); \ +static_assert(offsetof(UCommonInputMetadata, bIsGenericInputAction) == 0x00002C, "Member 'UCommonInputMetadata::bIsGenericInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICommonMappingContextMetadataInterface \ +static_assert(alignof(ICommonMappingContextMetadataInterface) == 0x000001, "Wrong alignment on ICommonMappingContextMetadataInterface"); \ +static_assert(sizeof(ICommonMappingContextMetadataInterface) == 0x000001, "Wrong size on ICommonMappingContextMetadataInterface"); \ + +#define DUMPER7_ASSERTS_UCommonMappingContextMetadata \ +static_assert(alignof(UCommonMappingContextMetadata) == 0x000008, "Wrong alignment on UCommonMappingContextMetadata"); \ +static_assert(sizeof(UCommonMappingContextMetadata) == 0x000090, "Wrong size on UCommonMappingContextMetadata"); \ +static_assert(offsetof(UCommonMappingContextMetadata, EnhancedInputMetadata) == 0x000038, "Member 'UCommonMappingContextMetadata::EnhancedInputMetadata' has a wrong offset!"); \ +static_assert(offsetof(UCommonMappingContextMetadata, PerActionEnhancedInputMetadata) == 0x000040, "Member 'UCommonMappingContextMetadata::PerActionEnhancedInputMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonUIVisibilitySubsystem \ +static_assert(alignof(UCommonUIVisibilitySubsystem) == 0x000008, "Wrong alignment on UCommonUIVisibilitySubsystem"); \ +static_assert(sizeof(UCommonUIVisibilitySubsystem) == 0x000088, "Wrong size on UCommonUIVisibilitySubsystem"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_Seek \ +static_assert(alignof(CommonVideoPlayer_Seek) == 0x000004, "Wrong alignment on CommonVideoPlayer_Seek"); \ +static_assert(sizeof(CommonVideoPlayer_Seek) == 0x000004, "Wrong size on CommonVideoPlayer_Seek"); \ +static_assert(offsetof(CommonVideoPlayer_Seek, PlaybackTime) == 0x000000, "Member 'CommonVideoPlayer_Seek::PlaybackTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_SetIsMuted \ +static_assert(alignof(CommonVideoPlayer_SetIsMuted) == 0x000001, "Wrong alignment on CommonVideoPlayer_SetIsMuted"); \ +static_assert(sizeof(CommonVideoPlayer_SetIsMuted) == 0x000001, "Wrong size on CommonVideoPlayer_SetIsMuted"); \ +static_assert(offsetof(CommonVideoPlayer_SetIsMuted, bInIsMuted) == 0x000000, "Member 'CommonVideoPlayer_SetIsMuted::bInIsMuted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_SetLooping \ +static_assert(alignof(CommonVideoPlayer_SetLooping) == 0x000001, "Wrong alignment on CommonVideoPlayer_SetLooping"); \ +static_assert(sizeof(CommonVideoPlayer_SetLooping) == 0x000001, "Wrong size on CommonVideoPlayer_SetLooping"); \ +static_assert(offsetof(CommonVideoPlayer_SetLooping, bShouldLoopPlayback) == 0x000000, "Member 'CommonVideoPlayer_SetLooping::bShouldLoopPlayback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_SetPlaybackRate \ +static_assert(alignof(CommonVideoPlayer_SetPlaybackRate) == 0x000004, "Wrong alignment on CommonVideoPlayer_SetPlaybackRate"); \ +static_assert(sizeof(CommonVideoPlayer_SetPlaybackRate) == 0x000004, "Wrong size on CommonVideoPlayer_SetPlaybackRate"); \ +static_assert(offsetof(CommonVideoPlayer_SetPlaybackRate, PlaybackRate) == 0x000000, "Member 'CommonVideoPlayer_SetPlaybackRate::PlaybackRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_SetShouldMatchSize \ +static_assert(alignof(CommonVideoPlayer_SetShouldMatchSize) == 0x000001, "Wrong alignment on CommonVideoPlayer_SetShouldMatchSize"); \ +static_assert(sizeof(CommonVideoPlayer_SetShouldMatchSize) == 0x000001, "Wrong size on CommonVideoPlayer_SetShouldMatchSize"); \ +static_assert(offsetof(CommonVideoPlayer_SetShouldMatchSize, bInMatchSize) == 0x000000, "Member 'CommonVideoPlayer_SetShouldMatchSize::bInMatchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_SetVideo \ +static_assert(alignof(CommonVideoPlayer_SetVideo) == 0x000008, "Wrong alignment on CommonVideoPlayer_SetVideo"); \ +static_assert(sizeof(CommonVideoPlayer_SetVideo) == 0x000008, "Wrong size on CommonVideoPlayer_SetVideo"); \ +static_assert(offsetof(CommonVideoPlayer_SetVideo, NewVideo) == 0x000000, "Member 'CommonVideoPlayer_SetVideo::NewVideo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_GetPlaybackRate \ +static_assert(alignof(CommonVideoPlayer_GetPlaybackRate) == 0x000004, "Wrong alignment on CommonVideoPlayer_GetPlaybackRate"); \ +static_assert(sizeof(CommonVideoPlayer_GetPlaybackRate) == 0x000004, "Wrong size on CommonVideoPlayer_GetPlaybackRate"); \ +static_assert(offsetof(CommonVideoPlayer_GetPlaybackRate, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_GetPlaybackRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_GetPlaybackTime \ +static_assert(alignof(CommonVideoPlayer_GetPlaybackTime) == 0x000004, "Wrong alignment on CommonVideoPlayer_GetPlaybackTime"); \ +static_assert(sizeof(CommonVideoPlayer_GetPlaybackTime) == 0x000004, "Wrong size on CommonVideoPlayer_GetPlaybackTime"); \ +static_assert(offsetof(CommonVideoPlayer_GetPlaybackTime, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_GetPlaybackTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_GetVideoDuration \ +static_assert(alignof(CommonVideoPlayer_GetVideoDuration) == 0x000004, "Wrong alignment on CommonVideoPlayer_GetVideoDuration"); \ +static_assert(sizeof(CommonVideoPlayer_GetVideoDuration) == 0x000004, "Wrong size on CommonVideoPlayer_GetVideoDuration"); \ +static_assert(offsetof(CommonVideoPlayer_GetVideoDuration, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_GetVideoDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_IsLooping \ +static_assert(alignof(CommonVideoPlayer_IsLooping) == 0x000001, "Wrong alignment on CommonVideoPlayer_IsLooping"); \ +static_assert(sizeof(CommonVideoPlayer_IsLooping) == 0x000001, "Wrong size on CommonVideoPlayer_IsLooping"); \ +static_assert(offsetof(CommonVideoPlayer_IsLooping, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_IsMuted \ +static_assert(alignof(CommonVideoPlayer_IsMuted) == 0x000001, "Wrong alignment on CommonVideoPlayer_IsMuted"); \ +static_assert(sizeof(CommonVideoPlayer_IsMuted) == 0x000001, "Wrong size on CommonVideoPlayer_IsMuted"); \ +static_assert(offsetof(CommonVideoPlayer_IsMuted, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_IsMuted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_IsPaused \ +static_assert(alignof(CommonVideoPlayer_IsPaused) == 0x000001, "Wrong alignment on CommonVideoPlayer_IsPaused"); \ +static_assert(sizeof(CommonVideoPlayer_IsPaused) == 0x000001, "Wrong size on CommonVideoPlayer_IsPaused"); \ +static_assert(offsetof(CommonVideoPlayer_IsPaused, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVideoPlayer_IsPlaying \ +static_assert(alignof(CommonVideoPlayer_IsPlaying) == 0x000001, "Wrong alignment on CommonVideoPlayer_IsPlaying"); \ +static_assert(sizeof(CommonVideoPlayer_IsPlaying) == 0x000001, "Wrong size on CommonVideoPlayer_IsPlaying"); \ +static_assert(offsetof(CommonVideoPlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'CommonVideoPlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonVideoPlayer \ +static_assert(alignof(UCommonVideoPlayer) == 0x000010, "Wrong alignment on UCommonVideoPlayer"); \ +static_assert(sizeof(UCommonVideoPlayer) == 0x0002C0, "Wrong size on UCommonVideoPlayer"); \ +static_assert(offsetof(UCommonVideoPlayer, Video) == 0x000178, "Member 'UCommonVideoPlayer::Video' has a wrong offset!"); \ +static_assert(offsetof(UCommonVideoPlayer, bMatchSize) == 0x000180, "Member 'UCommonVideoPlayer::bMatchSize' has a wrong offset!"); \ +static_assert(offsetof(UCommonVideoPlayer, MediaPlayer) == 0x000188, "Member 'UCommonVideoPlayer::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UCommonVideoPlayer, MediaTexture) == 0x000190, "Member 'UCommonVideoPlayer::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(UCommonVideoPlayer, VideoMaterial) == 0x000198, "Member 'UCommonVideoPlayer::VideoMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCommonVideoPlayer, SoundComponent) == 0x0001A0, "Member 'UCommonVideoPlayer::SoundComponent' has a wrong offset!"); \ +static_assert(offsetof(UCommonVideoPlayer, VideoBrush) == 0x0001B0, "Member 'UCommonVideoPlayer::VideoBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_DecrementActiveWidgetIndex \ +static_assert(alignof(CommonVisibilitySwitcher_DecrementActiveWidgetIndex) == 0x000001, "Wrong alignment on CommonVisibilitySwitcher_DecrementActiveWidgetIndex"); \ +static_assert(sizeof(CommonVisibilitySwitcher_DecrementActiveWidgetIndex) == 0x000001, "Wrong size on CommonVisibilitySwitcher_DecrementActiveWidgetIndex"); \ +static_assert(offsetof(CommonVisibilitySwitcher_DecrementActiveWidgetIndex, bAllowWrapping) == 0x000000, "Member 'CommonVisibilitySwitcher_DecrementActiveWidgetIndex::bAllowWrapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_IncrementActiveWidgetIndex \ +static_assert(alignof(CommonVisibilitySwitcher_IncrementActiveWidgetIndex) == 0x000001, "Wrong alignment on CommonVisibilitySwitcher_IncrementActiveWidgetIndex"); \ +static_assert(sizeof(CommonVisibilitySwitcher_IncrementActiveWidgetIndex) == 0x000001, "Wrong size on CommonVisibilitySwitcher_IncrementActiveWidgetIndex"); \ +static_assert(offsetof(CommonVisibilitySwitcher_IncrementActiveWidgetIndex, bAllowWrapping) == 0x000000, "Member 'CommonVisibilitySwitcher_IncrementActiveWidgetIndex::bAllowWrapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_SetActiveWidget \ +static_assert(alignof(CommonVisibilitySwitcher_SetActiveWidget) == 0x000008, "Wrong alignment on CommonVisibilitySwitcher_SetActiveWidget"); \ +static_assert(sizeof(CommonVisibilitySwitcher_SetActiveWidget) == 0x000008, "Wrong size on CommonVisibilitySwitcher_SetActiveWidget"); \ +static_assert(offsetof(CommonVisibilitySwitcher_SetActiveWidget, Widget) == 0x000000, "Member 'CommonVisibilitySwitcher_SetActiveWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_SetActiveWidgetIndex \ +static_assert(alignof(CommonVisibilitySwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong alignment on CommonVisibilitySwitcher_SetActiveWidgetIndex"); \ +static_assert(sizeof(CommonVisibilitySwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong size on CommonVisibilitySwitcher_SetActiveWidgetIndex"); \ +static_assert(offsetof(CommonVisibilitySwitcher_SetActiveWidgetIndex, Index_0) == 0x000000, "Member 'CommonVisibilitySwitcher_SetActiveWidgetIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_GetActiveWidget \ +static_assert(alignof(CommonVisibilitySwitcher_GetActiveWidget) == 0x000008, "Wrong alignment on CommonVisibilitySwitcher_GetActiveWidget"); \ +static_assert(sizeof(CommonVisibilitySwitcher_GetActiveWidget) == 0x000008, "Wrong size on CommonVisibilitySwitcher_GetActiveWidget"); \ +static_assert(offsetof(CommonVisibilitySwitcher_GetActiveWidget, ReturnValue) == 0x000000, "Member 'CommonVisibilitySwitcher_GetActiveWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_GetActiveWidgetIndex \ +static_assert(alignof(CommonVisibilitySwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong alignment on CommonVisibilitySwitcher_GetActiveWidgetIndex"); \ +static_assert(sizeof(CommonVisibilitySwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong size on CommonVisibilitySwitcher_GetActiveWidgetIndex"); \ +static_assert(offsetof(CommonVisibilitySwitcher_GetActiveWidgetIndex, ReturnValue) == 0x000000, "Member 'CommonVisibilitySwitcher_GetActiveWidgetIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonVisibilitySwitcher_IsCurrentlySwitching \ +static_assert(alignof(CommonVisibilitySwitcher_IsCurrentlySwitching) == 0x000001, "Wrong alignment on CommonVisibilitySwitcher_IsCurrentlySwitching"); \ +static_assert(sizeof(CommonVisibilitySwitcher_IsCurrentlySwitching) == 0x000001, "Wrong size on CommonVisibilitySwitcher_IsCurrentlySwitching"); \ +static_assert(offsetof(CommonVisibilitySwitcher_IsCurrentlySwitching, ReturnValue) == 0x000000, "Member 'CommonVisibilitySwitcher_IsCurrentlySwitching::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonVisibilitySwitcher \ +static_assert(alignof(UCommonVisibilitySwitcher) == 0x000008, "Wrong alignment on UCommonVisibilitySwitcher"); \ +static_assert(sizeof(UCommonVisibilitySwitcher) == 0x0001C8, "Wrong size on UCommonVisibilitySwitcher"); \ +static_assert(offsetof(UCommonVisibilitySwitcher, ShownVisibility) == 0x0001A0, "Member 'UCommonVisibilitySwitcher::ShownVisibility' has a wrong offset!"); \ +static_assert(offsetof(UCommonVisibilitySwitcher, ActiveWidgetIndex) == 0x0001A4, "Member 'UCommonVisibilitySwitcher::ActiveWidgetIndex' has a wrong offset!"); \ +static_assert(offsetof(UCommonVisibilitySwitcher, bAutoActivateSlot) == 0x0001A8, "Member 'UCommonVisibilitySwitcher::bAutoActivateSlot' has a wrong offset!"); \ +static_assert(offsetof(UCommonVisibilitySwitcher, bActivateFirstSlotOnAdding) == 0x0001A9, "Member 'UCommonVisibilitySwitcher::bActivateFirstSlotOnAdding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonVisibilitySwitcherSlot \ +static_assert(alignof(UCommonVisibilitySwitcherSlot) == 0x000008, "Wrong alignment on UCommonVisibilitySwitcherSlot"); \ +static_assert(sizeof(UCommonVisibilitySwitcherSlot) == 0x000068, "Wrong size on UCommonVisibilitySwitcherSlot"); \ + +#define DUMPER7_ASSERTS_UCommonVisibilityWidgetBase_GetRegisteredPlatforms \ +static_assert(alignof(UCommonVisibilityWidgetBase_GetRegisteredPlatforms) == 0x000008, "Wrong alignment on UCommonVisibilityWidgetBase_GetRegisteredPlatforms"); \ +static_assert(sizeof(UCommonVisibilityWidgetBase_GetRegisteredPlatforms) == 0x000010, "Wrong size on UCommonVisibilityWidgetBase_GetRegisteredPlatforms"); \ +static_assert(offsetof(UCommonVisibilityWidgetBase_GetRegisteredPlatforms, ReturnValue) == 0x000000, "Member 'UCommonVisibilityWidgetBase_GetRegisteredPlatforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUCommonVisibilityWidgetBase \ +static_assert(alignof(UUCommonVisibilityWidgetBase) == 0x000010, "Wrong alignment on UUCommonVisibilityWidgetBase"); \ +static_assert(sizeof(UUCommonVisibilityWidgetBase) == 0x000390, "Wrong size on UUCommonVisibilityWidgetBase"); \ +static_assert(offsetof(UUCommonVisibilityWidgetBase, VisibilityControls) == 0x000338, "Member 'UUCommonVisibilityWidgetBase::VisibilityControls' has a wrong offset!"); \ +static_assert(offsetof(UUCommonVisibilityWidgetBase, bShowForGamepad) == 0x000388, "Member 'UUCommonVisibilityWidgetBase::bShowForGamepad' has a wrong offset!"); \ +static_assert(offsetof(UUCommonVisibilityWidgetBase, bShowForMouseAndKeyboard) == 0x000389, "Member 'UUCommonVisibilityWidgetBase::bShowForMouseAndKeyboard' has a wrong offset!"); \ +static_assert(offsetof(UUCommonVisibilityWidgetBase, bShowForTouch) == 0x00038A, "Member 'UUCommonVisibilityWidgetBase::bShowForTouch' has a wrong offset!"); \ +static_assert(offsetof(UUCommonVisibilityWidgetBase, VisibleType) == 0x00038B, "Member 'UUCommonVisibilityWidgetBase::VisibleType' has a wrong offset!"); \ +static_assert(offsetof(UUCommonVisibilityWidgetBase, HiddenType) == 0x00038C, "Member 'UUCommonVisibilityWidgetBase::HiddenType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonVisualAttachment \ +static_assert(alignof(UCommonVisualAttachment) == 0x000008, "Wrong alignment on UCommonVisualAttachment"); \ +static_assert(sizeof(UCommonVisualAttachment) == 0x0001E8, "Wrong size on UCommonVisualAttachment"); \ +static_assert(offsetof(UCommonVisualAttachment, ContentAnchor) == 0x0001C8, "Member 'UCommonVisualAttachment::ContentAnchor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_BeginAutoScrolling \ +static_assert(alignof(CommonWidgetCarousel_BeginAutoScrolling) == 0x000004, "Wrong alignment on CommonWidgetCarousel_BeginAutoScrolling"); \ +static_assert(sizeof(CommonWidgetCarousel_BeginAutoScrolling) == 0x000004, "Wrong size on CommonWidgetCarousel_BeginAutoScrolling"); \ +static_assert(offsetof(CommonWidgetCarousel_BeginAutoScrolling, ScrollInterval) == 0x000000, "Member 'CommonWidgetCarousel_BeginAutoScrolling::ScrollInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_SetActiveWidget \ +static_assert(alignof(CommonWidgetCarousel_SetActiveWidget) == 0x000008, "Wrong alignment on CommonWidgetCarousel_SetActiveWidget"); \ +static_assert(sizeof(CommonWidgetCarousel_SetActiveWidget) == 0x000008, "Wrong size on CommonWidgetCarousel_SetActiveWidget"); \ +static_assert(offsetof(CommonWidgetCarousel_SetActiveWidget, Widget) == 0x000000, "Member 'CommonWidgetCarousel_SetActiveWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_SetActiveWidgetIndex \ +static_assert(alignof(CommonWidgetCarousel_SetActiveWidgetIndex) == 0x000004, "Wrong alignment on CommonWidgetCarousel_SetActiveWidgetIndex"); \ +static_assert(sizeof(CommonWidgetCarousel_SetActiveWidgetIndex) == 0x000004, "Wrong size on CommonWidgetCarousel_SetActiveWidgetIndex"); \ +static_assert(offsetof(CommonWidgetCarousel_SetActiveWidgetIndex, Index_0) == 0x000000, "Member 'CommonWidgetCarousel_SetActiveWidgetIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_SetCacheChildren \ +static_assert(alignof(CommonWidgetCarousel_SetCacheChildren) == 0x000001, "Wrong alignment on CommonWidgetCarousel_SetCacheChildren"); \ +static_assert(sizeof(CommonWidgetCarousel_SetCacheChildren) == 0x000001, "Wrong size on CommonWidgetCarousel_SetCacheChildren"); \ +static_assert(offsetof(CommonWidgetCarousel_SetCacheChildren, InCacheChildren) == 0x000000, "Member 'CommonWidgetCarousel_SetCacheChildren::InCacheChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_SetMoveSpeed \ +static_assert(alignof(CommonWidgetCarousel_SetMoveSpeed) == 0x000004, "Wrong alignment on CommonWidgetCarousel_SetMoveSpeed"); \ +static_assert(sizeof(CommonWidgetCarousel_SetMoveSpeed) == 0x000004, "Wrong size on CommonWidgetCarousel_SetMoveSpeed"); \ +static_assert(offsetof(CommonWidgetCarousel_SetMoveSpeed, InMoveSpeed) == 0x000000, "Member 'CommonWidgetCarousel_SetMoveSpeed::InMoveSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_GetActiveWidgetIndex \ +static_assert(alignof(CommonWidgetCarousel_GetActiveWidgetIndex) == 0x000004, "Wrong alignment on CommonWidgetCarousel_GetActiveWidgetIndex"); \ +static_assert(sizeof(CommonWidgetCarousel_GetActiveWidgetIndex) == 0x000004, "Wrong size on CommonWidgetCarousel_GetActiveWidgetIndex"); \ +static_assert(offsetof(CommonWidgetCarousel_GetActiveWidgetIndex, ReturnValue) == 0x000000, "Member 'CommonWidgetCarousel_GetActiveWidgetIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_GetCacheChildren \ +static_assert(alignof(CommonWidgetCarousel_GetCacheChildren) == 0x000001, "Wrong alignment on CommonWidgetCarousel_GetCacheChildren"); \ +static_assert(sizeof(CommonWidgetCarousel_GetCacheChildren) == 0x000001, "Wrong size on CommonWidgetCarousel_GetCacheChildren"); \ +static_assert(offsetof(CommonWidgetCarousel_GetCacheChildren, ReturnValue) == 0x000000, "Member 'CommonWidgetCarousel_GetCacheChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_GetMoveSpeed \ +static_assert(alignof(CommonWidgetCarousel_GetMoveSpeed) == 0x000004, "Wrong alignment on CommonWidgetCarousel_GetMoveSpeed"); \ +static_assert(sizeof(CommonWidgetCarousel_GetMoveSpeed) == 0x000004, "Wrong size on CommonWidgetCarousel_GetMoveSpeed"); \ +static_assert(offsetof(CommonWidgetCarousel_GetMoveSpeed, ReturnValue) == 0x000000, "Member 'CommonWidgetCarousel_GetMoveSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarousel_GetWidgetAtIndex \ +static_assert(alignof(CommonWidgetCarousel_GetWidgetAtIndex) == 0x000008, "Wrong alignment on CommonWidgetCarousel_GetWidgetAtIndex"); \ +static_assert(sizeof(CommonWidgetCarousel_GetWidgetAtIndex) == 0x000010, "Wrong size on CommonWidgetCarousel_GetWidgetAtIndex"); \ +static_assert(offsetof(CommonWidgetCarousel_GetWidgetAtIndex, Index_0) == 0x000000, "Member 'CommonWidgetCarousel_GetWidgetAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CommonWidgetCarousel_GetWidgetAtIndex, ReturnValue) == 0x000008, "Member 'CommonWidgetCarousel_GetWidgetAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonWidgetCarousel \ +static_assert(alignof(UCommonWidgetCarousel) == 0x000008, "Wrong alignment on UCommonWidgetCarousel"); \ +static_assert(sizeof(UCommonWidgetCarousel) == 0x0001E0, "Wrong size on UCommonWidgetCarousel"); \ +static_assert(offsetof(UCommonWidgetCarousel, ActiveWidgetIndex) == 0x000190, "Member 'UCommonWidgetCarousel::ActiveWidgetIndex' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarousel, MoveSpeed) == 0x000194, "Member 'UCommonWidgetCarousel::MoveSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarousel, bCacheChildren) == 0x000198, "Member 'UCommonWidgetCarousel::bCacheChildren' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarousel, OnCurrentPageIndexChanged) == 0x0001A0, "Member 'UCommonWidgetCarousel::OnCurrentPageIndexChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarouselNavBar_HandleButtonClicked \ +static_assert(alignof(CommonWidgetCarouselNavBar_HandleButtonClicked) == 0x000008, "Wrong alignment on CommonWidgetCarouselNavBar_HandleButtonClicked"); \ +static_assert(sizeof(CommonWidgetCarouselNavBar_HandleButtonClicked) == 0x000010, "Wrong size on CommonWidgetCarouselNavBar_HandleButtonClicked"); \ +static_assert(offsetof(CommonWidgetCarouselNavBar_HandleButtonClicked, AssociatedButton) == 0x000000, "Member 'CommonWidgetCarouselNavBar_HandleButtonClicked::AssociatedButton' has a wrong offset!"); \ +static_assert(offsetof(CommonWidgetCarouselNavBar_HandleButtonClicked, ButtonIndex) == 0x000008, "Member 'CommonWidgetCarouselNavBar_HandleButtonClicked::ButtonIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarouselNavBar_HandlePageChanged \ +static_assert(alignof(CommonWidgetCarouselNavBar_HandlePageChanged) == 0x000008, "Wrong alignment on CommonWidgetCarouselNavBar_HandlePageChanged"); \ +static_assert(sizeof(CommonWidgetCarouselNavBar_HandlePageChanged) == 0x000010, "Wrong size on CommonWidgetCarouselNavBar_HandlePageChanged"); \ +static_assert(offsetof(CommonWidgetCarouselNavBar_HandlePageChanged, CommonCarousel) == 0x000000, "Member 'CommonWidgetCarouselNavBar_HandlePageChanged::CommonCarousel' has a wrong offset!"); \ +static_assert(offsetof(CommonWidgetCarouselNavBar_HandlePageChanged, PageIndex) == 0x000008, "Member 'CommonWidgetCarouselNavBar_HandlePageChanged::PageIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetCarouselNavBar_SetLinkedCarousel \ +static_assert(alignof(CommonWidgetCarouselNavBar_SetLinkedCarousel) == 0x000008, "Wrong alignment on CommonWidgetCarouselNavBar_SetLinkedCarousel"); \ +static_assert(sizeof(CommonWidgetCarouselNavBar_SetLinkedCarousel) == 0x000008, "Wrong size on CommonWidgetCarouselNavBar_SetLinkedCarousel"); \ +static_assert(offsetof(CommonWidgetCarouselNavBar_SetLinkedCarousel, CommonCarousel) == 0x000000, "Member 'CommonWidgetCarouselNavBar_SetLinkedCarousel::CommonCarousel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonWidgetCarouselNavBar \ +static_assert(alignof(UCommonWidgetCarouselNavBar) == 0x000008, "Wrong alignment on UCommonWidgetCarouselNavBar"); \ +static_assert(sizeof(UCommonWidgetCarouselNavBar) == 0x0001C0, "Wrong size on UCommonWidgetCarouselNavBar"); \ +static_assert(offsetof(UCommonWidgetCarouselNavBar, ButtonWidgetType) == 0x000178, "Member 'UCommonWidgetCarouselNavBar::ButtonWidgetType' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarouselNavBar, ButtonPadding) == 0x000180, "Member 'UCommonWidgetCarouselNavBar::ButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarouselNavBar, LinkedCarousel) == 0x0001A0, "Member 'UCommonWidgetCarouselNavBar::LinkedCarousel' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarouselNavBar, ButtonGroup) == 0x0001A8, "Member 'UCommonWidgetCarouselNavBar::ButtonGroup' has a wrong offset!"); \ +static_assert(offsetof(UCommonWidgetCarouselNavBar, Buttons) == 0x0001B0, "Member 'UCommonWidgetCarouselNavBar::Buttons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetGroupBase_AddWidget \ +static_assert(alignof(CommonWidgetGroupBase_AddWidget) == 0x000008, "Wrong alignment on CommonWidgetGroupBase_AddWidget"); \ +static_assert(sizeof(CommonWidgetGroupBase_AddWidget) == 0x000008, "Wrong size on CommonWidgetGroupBase_AddWidget"); \ +static_assert(offsetof(CommonWidgetGroupBase_AddWidget, InWidget) == 0x000000, "Member 'CommonWidgetGroupBase_AddWidget::InWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetGroupBase_AddWidgets \ +static_assert(alignof(CommonWidgetGroupBase_AddWidgets) == 0x000008, "Wrong alignment on CommonWidgetGroupBase_AddWidgets"); \ +static_assert(sizeof(CommonWidgetGroupBase_AddWidgets) == 0x000010, "Wrong size on CommonWidgetGroupBase_AddWidgets"); \ +static_assert(offsetof(CommonWidgetGroupBase_AddWidgets, Widgets) == 0x000000, "Member 'CommonWidgetGroupBase_AddWidgets::Widgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonWidgetGroupBase_RemoveWidget \ +static_assert(alignof(CommonWidgetGroupBase_RemoveWidget) == 0x000008, "Wrong alignment on CommonWidgetGroupBase_RemoveWidget"); \ +static_assert(sizeof(CommonWidgetGroupBase_RemoveWidget) == 0x000008, "Wrong size on CommonWidgetGroupBase_RemoveWidget"); \ +static_assert(offsetof(CommonWidgetGroupBase_RemoveWidget, InWidget) == 0x000000, "Member 'CommonWidgetGroupBase_RemoveWidget::InWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonWidgetGroupBase \ +static_assert(alignof(UCommonWidgetGroupBase) == 0x000008, "Wrong alignment on UCommonWidgetGroupBase"); \ +static_assert(sizeof(UCommonWidgetGroupBase) == 0x000028, "Wrong size on UCommonWidgetGroupBase"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_OnButtonBaseHovered \ +static_assert(alignof(CommonButtonGroupBase_OnButtonBaseHovered) == 0x000008, "Wrong alignment on CommonButtonGroupBase_OnButtonBaseHovered"); \ +static_assert(sizeof(CommonButtonGroupBase_OnButtonBaseHovered) == 0x000008, "Wrong size on CommonButtonGroupBase_OnButtonBaseHovered"); \ +static_assert(offsetof(CommonButtonGroupBase_OnButtonBaseHovered, BaseButton) == 0x000000, "Member 'CommonButtonGroupBase_OnButtonBaseHovered::BaseButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_OnButtonBaseUnhovered \ +static_assert(alignof(CommonButtonGroupBase_OnButtonBaseUnhovered) == 0x000008, "Wrong alignment on CommonButtonGroupBase_OnButtonBaseUnhovered"); \ +static_assert(sizeof(CommonButtonGroupBase_OnButtonBaseUnhovered) == 0x000008, "Wrong size on CommonButtonGroupBase_OnButtonBaseUnhovered"); \ +static_assert(offsetof(CommonButtonGroupBase_OnButtonBaseUnhovered, BaseButton) == 0x000000, "Member 'CommonButtonGroupBase_OnButtonBaseUnhovered::BaseButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_OnHandleButtonBaseClicked \ +static_assert(alignof(CommonButtonGroupBase_OnHandleButtonBaseClicked) == 0x000008, "Wrong alignment on CommonButtonGroupBase_OnHandleButtonBaseClicked"); \ +static_assert(sizeof(CommonButtonGroupBase_OnHandleButtonBaseClicked) == 0x000008, "Wrong size on CommonButtonGroupBase_OnHandleButtonBaseClicked"); \ +static_assert(offsetof(CommonButtonGroupBase_OnHandleButtonBaseClicked, BaseButton) == 0x000000, "Member 'CommonButtonGroupBase_OnHandleButtonBaseClicked::BaseButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked \ +static_assert(alignof(CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked) == 0x000008, "Wrong alignment on CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked"); \ +static_assert(sizeof(CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked) == 0x000008, "Wrong size on CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked"); \ +static_assert(offsetof(CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked, BaseButton) == 0x000000, "Member 'CommonButtonGroupBase_OnHandleButtonBaseDoubleClicked::BaseButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_OnHandleButtonBaseLockClicked \ +static_assert(alignof(CommonButtonGroupBase_OnHandleButtonBaseLockClicked) == 0x000008, "Wrong alignment on CommonButtonGroupBase_OnHandleButtonBaseLockClicked"); \ +static_assert(sizeof(CommonButtonGroupBase_OnHandleButtonBaseLockClicked) == 0x000008, "Wrong size on CommonButtonGroupBase_OnHandleButtonBaseLockClicked"); \ +static_assert(offsetof(CommonButtonGroupBase_OnHandleButtonBaseLockClicked, BaseButton) == 0x000000, "Member 'CommonButtonGroupBase_OnHandleButtonBaseLockClicked::BaseButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked \ +static_assert(alignof(CommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked) == 0x000008, "Wrong alignment on CommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked"); \ +static_assert(sizeof(CommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked) == 0x000008, "Wrong size on CommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked"); \ +static_assert(offsetof(CommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked, BaseButton) == 0x000000, "Member 'CommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked::BaseButton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_OnSelectionStateChangedBase \ +static_assert(alignof(CommonButtonGroupBase_OnSelectionStateChangedBase) == 0x000008, "Wrong alignment on CommonButtonGroupBase_OnSelectionStateChangedBase"); \ +static_assert(sizeof(CommonButtonGroupBase_OnSelectionStateChangedBase) == 0x000010, "Wrong size on CommonButtonGroupBase_OnSelectionStateChangedBase"); \ +static_assert(offsetof(CommonButtonGroupBase_OnSelectionStateChangedBase, BaseButton) == 0x000000, "Member 'CommonButtonGroupBase_OnSelectionStateChangedBase::BaseButton' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonGroupBase_OnSelectionStateChangedBase, bIsSelected) == 0x000008, "Member 'CommonButtonGroupBase_OnSelectionStateChangedBase::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_SelectButtonAtIndex \ +static_assert(alignof(CommonButtonGroupBase_SelectButtonAtIndex) == 0x000004, "Wrong alignment on CommonButtonGroupBase_SelectButtonAtIndex"); \ +static_assert(sizeof(CommonButtonGroupBase_SelectButtonAtIndex) == 0x000008, "Wrong size on CommonButtonGroupBase_SelectButtonAtIndex"); \ +static_assert(offsetof(CommonButtonGroupBase_SelectButtonAtIndex, ButtonIndex) == 0x000000, "Member 'CommonButtonGroupBase_SelectButtonAtIndex::ButtonIndex' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonGroupBase_SelectButtonAtIndex, bAllowSound) == 0x000004, "Member 'CommonButtonGroupBase_SelectButtonAtIndex::bAllowSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_SelectNextButton \ +static_assert(alignof(CommonButtonGroupBase_SelectNextButton) == 0x000001, "Wrong alignment on CommonButtonGroupBase_SelectNextButton"); \ +static_assert(sizeof(CommonButtonGroupBase_SelectNextButton) == 0x000001, "Wrong size on CommonButtonGroupBase_SelectNextButton"); \ +static_assert(offsetof(CommonButtonGroupBase_SelectNextButton, bAllowWrap) == 0x000000, "Member 'CommonButtonGroupBase_SelectNextButton::bAllowWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_SelectPreviousButton \ +static_assert(alignof(CommonButtonGroupBase_SelectPreviousButton) == 0x000001, "Wrong alignment on CommonButtonGroupBase_SelectPreviousButton"); \ +static_assert(sizeof(CommonButtonGroupBase_SelectPreviousButton) == 0x000001, "Wrong size on CommonButtonGroupBase_SelectPreviousButton"); \ +static_assert(offsetof(CommonButtonGroupBase_SelectPreviousButton, bAllowWrap) == 0x000000, "Member 'CommonButtonGroupBase_SelectPreviousButton::bAllowWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_SetSelectionRequired \ +static_assert(alignof(CommonButtonGroupBase_SetSelectionRequired) == 0x000001, "Wrong alignment on CommonButtonGroupBase_SetSelectionRequired"); \ +static_assert(sizeof(CommonButtonGroupBase_SetSelectionRequired) == 0x000001, "Wrong size on CommonButtonGroupBase_SetSelectionRequired"); \ +static_assert(offsetof(CommonButtonGroupBase_SetSelectionRequired, bRequireSelection) == 0x000000, "Member 'CommonButtonGroupBase_SetSelectionRequired::bRequireSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_FindButtonIndex \ +static_assert(alignof(CommonButtonGroupBase_FindButtonIndex) == 0x000008, "Wrong alignment on CommonButtonGroupBase_FindButtonIndex"); \ +static_assert(sizeof(CommonButtonGroupBase_FindButtonIndex) == 0x000010, "Wrong size on CommonButtonGroupBase_FindButtonIndex"); \ +static_assert(offsetof(CommonButtonGroupBase_FindButtonIndex, ButtonToFind) == 0x000000, "Member 'CommonButtonGroupBase_FindButtonIndex::ButtonToFind' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonGroupBase_FindButtonIndex, ReturnValue) == 0x000008, "Member 'CommonButtonGroupBase_FindButtonIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_GetButtonBaseAtIndex \ +static_assert(alignof(CommonButtonGroupBase_GetButtonBaseAtIndex) == 0x000008, "Wrong alignment on CommonButtonGroupBase_GetButtonBaseAtIndex"); \ +static_assert(sizeof(CommonButtonGroupBase_GetButtonBaseAtIndex) == 0x000010, "Wrong size on CommonButtonGroupBase_GetButtonBaseAtIndex"); \ +static_assert(offsetof(CommonButtonGroupBase_GetButtonBaseAtIndex, Index_0) == 0x000000, "Member 'CommonButtonGroupBase_GetButtonBaseAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CommonButtonGroupBase_GetButtonBaseAtIndex, ReturnValue) == 0x000008, "Member 'CommonButtonGroupBase_GetButtonBaseAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_GetButtonCount \ +static_assert(alignof(CommonButtonGroupBase_GetButtonCount) == 0x000004, "Wrong alignment on CommonButtonGroupBase_GetButtonCount"); \ +static_assert(sizeof(CommonButtonGroupBase_GetButtonCount) == 0x000004, "Wrong size on CommonButtonGroupBase_GetButtonCount"); \ +static_assert(offsetof(CommonButtonGroupBase_GetButtonCount, ReturnValue) == 0x000000, "Member 'CommonButtonGroupBase_GetButtonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_GetHoveredButtonIndex \ +static_assert(alignof(CommonButtonGroupBase_GetHoveredButtonIndex) == 0x000004, "Wrong alignment on CommonButtonGroupBase_GetHoveredButtonIndex"); \ +static_assert(sizeof(CommonButtonGroupBase_GetHoveredButtonIndex) == 0x000004, "Wrong size on CommonButtonGroupBase_GetHoveredButtonIndex"); \ +static_assert(offsetof(CommonButtonGroupBase_GetHoveredButtonIndex, ReturnValue) == 0x000000, "Member 'CommonButtonGroupBase_GetHoveredButtonIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_GetSelectedButtonBase \ +static_assert(alignof(CommonButtonGroupBase_GetSelectedButtonBase) == 0x000008, "Wrong alignment on CommonButtonGroupBase_GetSelectedButtonBase"); \ +static_assert(sizeof(CommonButtonGroupBase_GetSelectedButtonBase) == 0x000008, "Wrong size on CommonButtonGroupBase_GetSelectedButtonBase"); \ +static_assert(offsetof(CommonButtonGroupBase_GetSelectedButtonBase, ReturnValue) == 0x000000, "Member 'CommonButtonGroupBase_GetSelectedButtonBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_GetSelectedButtonIndex \ +static_assert(alignof(CommonButtonGroupBase_GetSelectedButtonIndex) == 0x000004, "Wrong alignment on CommonButtonGroupBase_GetSelectedButtonIndex"); \ +static_assert(sizeof(CommonButtonGroupBase_GetSelectedButtonIndex) == 0x000004, "Wrong size on CommonButtonGroupBase_GetSelectedButtonIndex"); \ +static_assert(offsetof(CommonButtonGroupBase_GetSelectedButtonIndex, ReturnValue) == 0x000000, "Member 'CommonButtonGroupBase_GetSelectedButtonIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonButtonGroupBase_HasAnyButtons \ +static_assert(alignof(CommonButtonGroupBase_HasAnyButtons) == 0x000001, "Wrong alignment on CommonButtonGroupBase_HasAnyButtons"); \ +static_assert(sizeof(CommonButtonGroupBase_HasAnyButtons) == 0x000001, "Wrong size on CommonButtonGroupBase_HasAnyButtons"); \ +static_assert(offsetof(CommonButtonGroupBase_HasAnyButtons, ReturnValue) == 0x000000, "Member 'CommonButtonGroupBase_HasAnyButtons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonButtonGroupBase \ +static_assert(alignof(UCommonButtonGroupBase) == 0x000008, "Wrong alignment on UCommonButtonGroupBase"); \ +static_assert(sizeof(UCommonButtonGroupBase) == 0x000160, "Wrong size on UCommonButtonGroupBase"); \ +static_assert(offsetof(UCommonButtonGroupBase, OnSelectedButtonBaseChanged) == 0x000028, "Member 'UCommonButtonGroupBase::OnSelectedButtonBaseChanged' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonGroupBase, OnHoveredButtonBaseChanged) == 0x000050, "Member 'UCommonButtonGroupBase::OnHoveredButtonBaseChanged' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonGroupBase, OnButtonBaseClicked) == 0x000078, "Member 'UCommonButtonGroupBase::OnButtonBaseClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonGroupBase, OnButtonBaseDoubleClicked) == 0x0000A0, "Member 'UCommonButtonGroupBase::OnButtonBaseDoubleClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonGroupBase, OnSelectionCleared) == 0x0000C8, "Member 'UCommonButtonGroupBase::OnSelectionCleared' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonGroupBase, OnButtonBaseLockClicked) == 0x0000F0, "Member 'UCommonButtonGroupBase::OnButtonBaseLockClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonGroupBase, OnButtonBaseLockDoubleClicked) == 0x000118, "Member 'UCommonButtonGroupBase::OnButtonBaseLockDoubleClicked' has a wrong offset!"); \ +static_assert(offsetof(UCommonButtonGroupBase, bSelectionRequired) == 0x000140, "Member 'UCommonButtonGroupBase::bSelectionRequired' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly \ +static_assert(alignof(CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly) == 0x000001, "Wrong alignment on CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly"); \ +static_assert(sizeof(CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly) == 0x000001, "Wrong size on CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly"); \ +static_assert(offsetof(CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly, bShouldOnlyDisplayOwningPlayerActions) == 0x000000, "Member 'CommonBoundActionBar_SetDisplayOwningPlayerActionsOnly::bShouldOnlyDisplayOwningPlayerActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonBoundActionBar \ +static_assert(alignof(UCommonBoundActionBar) == 0x000008, "Wrong alignment on UCommonBoundActionBar"); \ +static_assert(sizeof(UCommonBoundActionBar) == 0x000280, "Wrong size on UCommonBoundActionBar"); \ +static_assert(offsetof(UCommonBoundActionBar, ActionButtonClass) == 0x000258, "Member 'UCommonBoundActionBar::ActionButtonClass' has a wrong offset!"); \ +static_assert(offsetof(UCommonBoundActionBar, bDisplayOwningPlayerActionsOnly) == 0x000260, "Member 'UCommonBoundActionBar::bDisplayOwningPlayerActionsOnly' has a wrong offset!"); \ +static_assert(offsetof(UCommonBoundActionBar, bIgnoreDuplicateActions) == 0x000261, "Member 'UCommonBoundActionBar::bIgnoreDuplicateActions' has a wrong offset!"); \ +static_assert(offsetof(UCommonBoundActionBar, OnActionBarUpdated) == 0x000268, "Member 'UCommonBoundActionBar::OnActionBarUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonBoundActionButton \ +static_assert(alignof(UCommonBoundActionButton) == 0x000010, "Wrong alignment on UCommonBoundActionButton"); \ +static_assert(sizeof(UCommonBoundActionButton) == 0x0015E0, "Wrong size on UCommonBoundActionButton"); \ +static_assert(offsetof(UCommonBoundActionButton, Text_ActionName) == 0x0015C8, "Member 'UCommonBoundActionButton::Text_ActionName' has a wrong offset!"); \ +static_assert(offsetof(UCommonBoundActionButton, bLinkRequiresHoldToBindingHold) == 0x0015D0, "Member 'UCommonBoundActionButton::bLinkRequiresHoldToBindingHold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonGenericInputActionDataTable \ +static_assert(alignof(UCommonGenericInputActionDataTable) == 0x000008, "Wrong alignment on UCommonGenericInputActionDataTable"); \ +static_assert(sizeof(UCommonGenericInputActionDataTable) == 0x0000B0, "Wrong size on UCommonGenericInputActionDataTable"); \ + +#define DUMPER7_ASSERTS_UCommonInputActionDataProcessor \ +static_assert(alignof(UCommonInputActionDataProcessor) == 0x000008, "Wrong alignment on UCommonInputActionDataProcessor"); \ +static_assert(sizeof(UCommonInputActionDataProcessor) == 0x000028, "Wrong size on UCommonInputActionDataProcessor"); \ + +#define DUMPER7_ASSERTS_UCommonUIActionRouterBase \ +static_assert(alignof(UCommonUIActionRouterBase) == 0x000008, "Wrong alignment on UCommonUIActionRouterBase"); \ +static_assert(sizeof(UCommonUIActionRouterBase) == 0x0001D8, "Wrong size on UCommonUIActionRouterBase"); \ + +#define DUMPER7_ASSERTS_UCommonUIInputSettings \ +static_assert(alignof(UCommonUIInputSettings) == 0x000008, "Wrong alignment on UCommonUIInputSettings"); \ +static_assert(sizeof(UCommonUIInputSettings) == 0x000080, "Wrong size on UCommonUIInputSettings"); \ +static_assert(offsetof(UCommonUIInputSettings, bLinkCursorToGamepadFocus) == 0x000028, "Member 'UCommonUIInputSettings::bLinkCursorToGamepadFocus' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputSettings, UIActionProcessingPriority) == 0x00002C, "Member 'UCommonUIInputSettings::UIActionProcessingPriority' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputSettings, InputActions) == 0x000030, "Member 'UCommonUIInputSettings::InputActions' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputSettings, ActionOverrides) == 0x000040, "Member 'UCommonUIInputSettings::ActionOverrides' has a wrong offset!"); \ +static_assert(offsetof(UCommonUIInputSettings, AnalogCursorSettings) == 0x000050, "Member 'UCommonUIInputSettings::AnalogCursorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidgetContainerBase_BP_AddWidget \ +static_assert(alignof(CommonActivatableWidgetContainerBase_BP_AddWidget) == 0x000008, "Wrong alignment on CommonActivatableWidgetContainerBase_BP_AddWidget"); \ +static_assert(sizeof(CommonActivatableWidgetContainerBase_BP_AddWidget) == 0x000010, "Wrong size on CommonActivatableWidgetContainerBase_BP_AddWidget"); \ +static_assert(offsetof(CommonActivatableWidgetContainerBase_BP_AddWidget, ActivatableWidgetClass) == 0x000000, "Member 'CommonActivatableWidgetContainerBase_BP_AddWidget::ActivatableWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(CommonActivatableWidgetContainerBase_BP_AddWidget, ReturnValue) == 0x000008, "Member 'CommonActivatableWidgetContainerBase_BP_AddWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidgetContainerBase_RemoveWidget \ +static_assert(alignof(CommonActivatableWidgetContainerBase_RemoveWidget) == 0x000008, "Wrong alignment on CommonActivatableWidgetContainerBase_RemoveWidget"); \ +static_assert(sizeof(CommonActivatableWidgetContainerBase_RemoveWidget) == 0x000008, "Wrong size on CommonActivatableWidgetContainerBase_RemoveWidget"); \ +static_assert(offsetof(CommonActivatableWidgetContainerBase_RemoveWidget, WidgetToRemove) == 0x000000, "Member 'CommonActivatableWidgetContainerBase_RemoveWidget::WidgetToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidgetContainerBase_SetTransitionDuration \ +static_assert(alignof(CommonActivatableWidgetContainerBase_SetTransitionDuration) == 0x000004, "Wrong alignment on CommonActivatableWidgetContainerBase_SetTransitionDuration"); \ +static_assert(sizeof(CommonActivatableWidgetContainerBase_SetTransitionDuration) == 0x000004, "Wrong size on CommonActivatableWidgetContainerBase_SetTransitionDuration"); \ +static_assert(offsetof(CommonActivatableWidgetContainerBase_SetTransitionDuration, Duration) == 0x000000, "Member 'CommonActivatableWidgetContainerBase_SetTransitionDuration::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidgetContainerBase_GetActiveWidget \ +static_assert(alignof(CommonActivatableWidgetContainerBase_GetActiveWidget) == 0x000008, "Wrong alignment on CommonActivatableWidgetContainerBase_GetActiveWidget"); \ +static_assert(sizeof(CommonActivatableWidgetContainerBase_GetActiveWidget) == 0x000008, "Wrong size on CommonActivatableWidgetContainerBase_GetActiveWidget"); \ +static_assert(offsetof(CommonActivatableWidgetContainerBase_GetActiveWidget, ReturnValue) == 0x000000, "Member 'CommonActivatableWidgetContainerBase_GetActiveWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CommonActivatableWidgetContainerBase_GetTransitionDuration \ +static_assert(alignof(CommonActivatableWidgetContainerBase_GetTransitionDuration) == 0x000004, "Wrong alignment on CommonActivatableWidgetContainerBase_GetTransitionDuration"); \ +static_assert(sizeof(CommonActivatableWidgetContainerBase_GetTransitionDuration) == 0x000004, "Wrong size on CommonActivatableWidgetContainerBase_GetTransitionDuration"); \ +static_assert(offsetof(CommonActivatableWidgetContainerBase_GetTransitionDuration, ReturnValue) == 0x000000, "Member 'CommonActivatableWidgetContainerBase_GetTransitionDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonActivatableWidgetContainerBase \ +static_assert(alignof(UCommonActivatableWidgetContainerBase) == 0x000008, "Wrong alignment on UCommonActivatableWidgetContainerBase"); \ +static_assert(sizeof(UCommonActivatableWidgetContainerBase) == 0x0002A0, "Wrong size on UCommonActivatableWidgetContainerBase"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, TransitionType) == 0x000190, "Member 'UCommonActivatableWidgetContainerBase::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, TransitionCurveType) == 0x000191, "Member 'UCommonActivatableWidgetContainerBase::TransitionCurveType' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, TransitionDuration) == 0x000194, "Member 'UCommonActivatableWidgetContainerBase::TransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, bResetPoolWhenReleasingSlateResources) == 0x000198, "Member 'UCommonActivatableWidgetContainerBase::bResetPoolWhenReleasingSlateResources' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, TransitionFallbackStrategy) == 0x000199, "Member 'UCommonActivatableWidgetContainerBase::TransitionFallbackStrategy' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, WidgetList) == 0x0001A0, "Member 'UCommonActivatableWidgetContainerBase::WidgetList' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, DisplayedWidget) == 0x0001B0, "Member 'UCommonActivatableWidgetContainerBase::DisplayedWidget' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetContainerBase, GeneratedWidgetsPool) == 0x0001B8, "Member 'UCommonActivatableWidgetContainerBase::GeneratedWidgetsPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonActivatableWidgetStack \ +static_assert(alignof(UCommonActivatableWidgetStack) == 0x000008, "Wrong alignment on UCommonActivatableWidgetStack"); \ +static_assert(sizeof(UCommonActivatableWidgetStack) == 0x0002B0, "Wrong size on UCommonActivatableWidgetStack"); \ +static_assert(offsetof(UCommonActivatableWidgetStack, RootContentWidgetClass) == 0x0002A0, "Member 'UCommonActivatableWidgetStack::RootContentWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UCommonActivatableWidgetStack, RootContentWidget) == 0x0002A8, "Member 'UCommonActivatableWidgetStack::RootContentWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonActivatableWidgetQueue \ +static_assert(alignof(UCommonActivatableWidgetQueue) == 0x000008, "Wrong alignment on UCommonActivatableWidgetQueue"); \ +static_assert(sizeof(UCommonActivatableWidgetQueue) == 0x0002A0, "Wrong size on UCommonActivatableWidgetQueue"); \ + +#define DUMPER7_ASSERTS_FCJSearchExpression \ +static_assert(alignof(FCJSearchExpression) == 0x000008, "Wrong alignment on FCJSearchExpression"); \ +static_assert(sizeof(FCJSearchExpression) == 0x000380, "Wrong size on FCJSearchExpression"); \ + +#define DUMPER7_ASSERTS_FDebugWindowSpawner \ +static_assert(alignof(FDebugWindowSpawner) == 0x000008, "Wrong alignment on FDebugWindowSpawner"); \ +static_assert(sizeof(FDebugWindowSpawner) == 0x000060, "Wrong size on FDebugWindowSpawner"); \ +static_assert(offsetof(FDebugWindowSpawner, DebugWindowName) == 0x000000, "Member 'FDebugWindowSpawner::DebugWindowName' has a wrong offset!"); \ +static_assert(offsetof(FDebugWindowSpawner, WindowTitle) == 0x000008, "Member 'FDebugWindowSpawner::WindowTitle' has a wrong offset!"); \ +static_assert(offsetof(FDebugWindowSpawner, ConsoleVariableName) == 0x000018, "Member 'FDebugWindowSpawner::ConsoleVariableName' has a wrong offset!"); \ +static_assert(offsetof(FDebugWindowSpawner, ConsoleToggleCommandName) == 0x000028, "Member 'FDebugWindowSpawner::ConsoleToggleCommandName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDebugFunctionLibrary_GetDebugWindowSpawners \ +static_assert(alignof(CJDebugFunctionLibrary_GetDebugWindowSpawners) == 0x000008, "Wrong alignment on CJDebugFunctionLibrary_GetDebugWindowSpawners"); \ +static_assert(sizeof(CJDebugFunctionLibrary_GetDebugWindowSpawners) == 0x000010, "Wrong size on CJDebugFunctionLibrary_GetDebugWindowSpawners"); \ +static_assert(offsetof(CJDebugFunctionLibrary_GetDebugWindowSpawners, ReturnValue) == 0x000000, "Member 'CJDebugFunctionLibrary_GetDebugWindowSpawners::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDebugFunctionLibrary_HideDebugMenu \ +static_assert(alignof(CJDebugFunctionLibrary_HideDebugMenu) == 0x000008, "Wrong alignment on CJDebugFunctionLibrary_HideDebugMenu"); \ +static_assert(sizeof(CJDebugFunctionLibrary_HideDebugMenu) == 0x000008, "Wrong size on CJDebugFunctionLibrary_HideDebugMenu"); \ +static_assert(offsetof(CJDebugFunctionLibrary_HideDebugMenu, WorldContextObject) == 0x000000, "Member 'CJDebugFunctionLibrary_HideDebugMenu::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDebugFunctionLibrary_MatchesSearchExpression \ +static_assert(alignof(CJDebugFunctionLibrary_MatchesSearchExpression) == 0x000008, "Wrong alignment on CJDebugFunctionLibrary_MatchesSearchExpression"); \ +static_assert(sizeof(CJDebugFunctionLibrary_MatchesSearchExpression) == 0x000398, "Wrong size on CJDebugFunctionLibrary_MatchesSearchExpression"); \ +static_assert(offsetof(CJDebugFunctionLibrary_MatchesSearchExpression, Expression) == 0x000000, "Member 'CJDebugFunctionLibrary_MatchesSearchExpression::Expression' has a wrong offset!"); \ +static_assert(offsetof(CJDebugFunctionLibrary_MatchesSearchExpression, Item) == 0x000380, "Member 'CJDebugFunctionLibrary_MatchesSearchExpression::Item' has a wrong offset!"); \ +static_assert(offsetof(CJDebugFunctionLibrary_MatchesSearchExpression, ReturnValue) == 0x000390, "Member 'CJDebugFunctionLibrary_MatchesSearchExpression::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDebugFunctionLibrary_OpenDebugWindow \ +static_assert(alignof(CJDebugFunctionLibrary_OpenDebugWindow) == 0x000008, "Wrong alignment on CJDebugFunctionLibrary_OpenDebugWindow"); \ +static_assert(sizeof(CJDebugFunctionLibrary_OpenDebugWindow) == 0x000058, "Wrong size on CJDebugFunctionLibrary_OpenDebugWindow"); \ +static_assert(offsetof(CJDebugFunctionLibrary_OpenDebugWindow, WorldContextObject) == 0x000000, "Member 'CJDebugFunctionLibrary_OpenDebugWindow::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CJDebugFunctionLibrary_OpenDebugWindow, WindowName) == 0x000008, "Member 'CJDebugFunctionLibrary_OpenDebugWindow::WindowName' has a wrong offset!"); \ +static_assert(offsetof(CJDebugFunctionLibrary_OpenDebugWindow, Title) == 0x000010, "Member 'CJDebugFunctionLibrary_OpenDebugWindow::Title' has a wrong offset!"); \ +static_assert(offsetof(CJDebugFunctionLibrary_OpenDebugWindow, WidgetClass) == 0x000020, "Member 'CJDebugFunctionLibrary_OpenDebugWindow::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(CJDebugFunctionLibrary_OpenDebugWindow, bScrollingEnabled) == 0x000048, "Member 'CJDebugFunctionLibrary_OpenDebugWindow::bScrollingEnabled' has a wrong offset!"); \ +static_assert(offsetof(CJDebugFunctionLibrary_OpenDebugWindow, ReturnValue) == 0x000050, "Member 'CJDebugFunctionLibrary_OpenDebugWindow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDebugFunctionLibrary_ResetDebugWindows \ +static_assert(alignof(CJDebugFunctionLibrary_ResetDebugWindows) == 0x000008, "Wrong alignment on CJDebugFunctionLibrary_ResetDebugWindows"); \ +static_assert(sizeof(CJDebugFunctionLibrary_ResetDebugWindows) == 0x000008, "Wrong size on CJDebugFunctionLibrary_ResetDebugWindows"); \ +static_assert(offsetof(CJDebugFunctionLibrary_ResetDebugWindows, WorldContextObject) == 0x000000, "Member 'CJDebugFunctionLibrary_ResetDebugWindows::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDebugFunctionLibrary_SetSearchExpression \ +static_assert(alignof(CJDebugFunctionLibrary_SetSearchExpression) == 0x000008, "Wrong alignment on CJDebugFunctionLibrary_SetSearchExpression"); \ +static_assert(sizeof(CJDebugFunctionLibrary_SetSearchExpression) == 0x000398, "Wrong size on CJDebugFunctionLibrary_SetSearchExpression"); \ +static_assert(offsetof(CJDebugFunctionLibrary_SetSearchExpression, Expression) == 0x000000, "Member 'CJDebugFunctionLibrary_SetSearchExpression::Expression' has a wrong offset!"); \ +static_assert(offsetof(CJDebugFunctionLibrary_SetSearchExpression, Value) == 0x000380, "Member 'CJDebugFunctionLibrary_SetSearchExpression::Value' has a wrong offset!"); \ +static_assert(offsetof(CJDebugFunctionLibrary_SetSearchExpression, ReturnValue) == 0x000390, "Member 'CJDebugFunctionLibrary_SetSearchExpression::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJDebugFunctionLibrary \ +static_assert(alignof(UCJDebugFunctionLibrary) == 0x000008, "Wrong alignment on UCJDebugFunctionLibrary"); \ +static_assert(sizeof(UCJDebugFunctionLibrary) == 0x000028, "Wrong size on UCJDebugFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UCJDebugSettings \ +static_assert(alignof(UCJDebugSettings) == 0x000008, "Wrong alignment on UCJDebugSettings"); \ +static_assert(sizeof(UCJDebugSettings) == 0x0000C8, "Wrong size on UCJDebugSettings"); \ +static_assert(offsetof(UCJDebugSettings, ToggleDebugMenuKeyBinding) == 0x000038, "Member 'UCJDebugSettings::ToggleDebugMenuKeyBinding' has a wrong offset!"); \ +static_assert(offsetof(UCJDebugSettings, ToggleDebugOverlayKeyBinding) == 0x000058, "Member 'UCJDebugSettings::ToggleDebugOverlayKeyBinding' has a wrong offset!"); \ +static_assert(offsetof(UCJDebugSettings, DebugMenuWidgetClass) == 0x000078, "Member 'UCJDebugSettings::DebugMenuWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UCJDebugSettings, OverlayWidgetClass) == 0x0000A0, "Member 'UCJDebugSettings::OverlayWidgetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAssetIdentifier_ActorInfoWriteTextBlock \ +static_assert(alignof(CJAssetIdentifier_ActorInfoWriteTextBlock) == 0x000008, "Wrong alignment on CJAssetIdentifier_ActorInfoWriteTextBlock"); \ +static_assert(sizeof(CJAssetIdentifier_ActorInfoWriteTextBlock) == 0x000028, "Wrong size on CJAssetIdentifier_ActorInfoWriteTextBlock"); \ +static_assert(offsetof(CJAssetIdentifier_ActorInfoWriteTextBlock, ActorName) == 0x000000, "Member 'CJAssetIdentifier_ActorInfoWriteTextBlock::ActorName' has a wrong offset!"); \ +static_assert(offsetof(CJAssetIdentifier_ActorInfoWriteTextBlock, ActorPath) == 0x000008, "Member 'CJAssetIdentifier_ActorInfoWriteTextBlock::ActorPath' has a wrong offset!"); \ +static_assert(offsetof(CJAssetIdentifier_ActorInfoWriteTextBlock, ClassName) == 0x000010, "Member 'CJAssetIdentifier_ActorInfoWriteTextBlock::ClassName' has a wrong offset!"); \ +static_assert(offsetof(CJAssetIdentifier_ActorInfoWriteTextBlock, parentClassName) == 0x000018, "Member 'CJAssetIdentifier_ActorInfoWriteTextBlock::parentClassName' has a wrong offset!"); \ +static_assert(offsetof(CJAssetIdentifier_ActorInfoWriteTextBlock, WorldLocation) == 0x000020, "Member 'CJAssetIdentifier_ActorInfoWriteTextBlock::WorldLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAssetIdentifier_AdditionalInfoWriteTextBlock \ +static_assert(alignof(CJAssetIdentifier_AdditionalInfoWriteTextBlock) == 0x000008, "Wrong alignment on CJAssetIdentifier_AdditionalInfoWriteTextBlock"); \ +static_assert(sizeof(CJAssetIdentifier_AdditionalInfoWriteTextBlock) == 0x000020, "Wrong size on CJAssetIdentifier_AdditionalInfoWriteTextBlock"); \ +static_assert(offsetof(CJAssetIdentifier_AdditionalInfoWriteTextBlock, PhysicsMaterial) == 0x000000, "Member 'CJAssetIdentifier_AdditionalInfoWriteTextBlock::PhysicsMaterial' has a wrong offset!"); \ +static_assert(offsetof(CJAssetIdentifier_AdditionalInfoWriteTextBlock, physicsMaterialPath) == 0x000008, "Member 'CJAssetIdentifier_AdditionalInfoWriteTextBlock::physicsMaterialPath' has a wrong offset!"); \ +static_assert(offsetof(CJAssetIdentifier_AdditionalInfoWriteTextBlock, PrimitiveComponent) == 0x000010, "Member 'CJAssetIdentifier_AdditionalInfoWriteTextBlock::PrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(CJAssetIdentifier_AdditionalInfoWriteTextBlock, CharacterId) == 0x000018, "Member 'CJAssetIdentifier_AdditionalInfoWriteTextBlock::CharacterId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAssetIdentifier_AssetInfoChanged \ +static_assert(alignof(CJAssetIdentifier_AssetInfoChanged) == 0x000001, "Wrong alignment on CJAssetIdentifier_AssetInfoChanged"); \ +static_assert(sizeof(CJAssetIdentifier_AssetInfoChanged) == 0x000001, "Wrong size on CJAssetIdentifier_AssetInfoChanged"); \ +static_assert(offsetof(CJAssetIdentifier_AssetInfoChanged, ReturnValue) == 0x000000, "Member 'CJAssetIdentifier_AssetInfoChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAssetIdentifier_CacheCharacterId \ +static_assert(alignof(CJAssetIdentifier_CacheCharacterId) == 0x000008, "Wrong alignment on CJAssetIdentifier_CacheCharacterId"); \ +static_assert(sizeof(CJAssetIdentifier_CacheCharacterId) == 0x000010, "Wrong size on CJAssetIdentifier_CacheCharacterId"); \ +static_assert(offsetof(CJAssetIdentifier_CacheCharacterId, CharacterId) == 0x000000, "Member 'CJAssetIdentifier_CacheCharacterId::CharacterId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAssetIdentifier_CameraToActorDistanceChanged \ +static_assert(alignof(CJAssetIdentifier_CameraToActorDistanceChanged) == 0x000001, "Wrong alignment on CJAssetIdentifier_CameraToActorDistanceChanged"); \ +static_assert(sizeof(CJAssetIdentifier_CameraToActorDistanceChanged) == 0x000001, "Wrong size on CJAssetIdentifier_CameraToActorDistanceChanged"); \ +static_assert(offsetof(CJAssetIdentifier_CameraToActorDistanceChanged, ReturnValue) == 0x000000, "Member 'CJAssetIdentifier_CameraToActorDistanceChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAssetIdentifier_DistanceWriteTextBlock \ +static_assert(alignof(CJAssetIdentifier_DistanceWriteTextBlock) == 0x000008, "Wrong alignment on CJAssetIdentifier_DistanceWriteTextBlock"); \ +static_assert(sizeof(CJAssetIdentifier_DistanceWriteTextBlock) == 0x000008, "Wrong size on CJAssetIdentifier_DistanceWriteTextBlock"); \ +static_assert(offsetof(CJAssetIdentifier_DistanceWriteTextBlock, cameraToActorDist) == 0x000000, "Member 'CJAssetIdentifier_DistanceWriteTextBlock::cameraToActorDist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAssetIdentifier_GetLastActorHit \ +static_assert(alignof(CJAssetIdentifier_GetLastActorHit) == 0x000008, "Wrong alignment on CJAssetIdentifier_GetLastActorHit"); \ +static_assert(sizeof(CJAssetIdentifier_GetLastActorHit) == 0x000008, "Wrong size on CJAssetIdentifier_GetLastActorHit"); \ +static_assert(offsetof(CJAssetIdentifier_GetLastActorHit, ReturnValue) == 0x000000, "Member 'CJAssetIdentifier_GetLastActorHit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAssetIdentifier_GetTeleportToLocation \ +static_assert(alignof(CJAssetIdentifier_GetTeleportToLocation) == 0x000008, "Wrong alignment on CJAssetIdentifier_GetTeleportToLocation"); \ +static_assert(sizeof(CJAssetIdentifier_GetTeleportToLocation) == 0x000018, "Wrong size on CJAssetIdentifier_GetTeleportToLocation"); \ +static_assert(offsetof(CJAssetIdentifier_GetTeleportToLocation, ReturnValue) == 0x000000, "Member 'CJAssetIdentifier_GetTeleportToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAssetIdentifier_LineTraceForAsset \ +static_assert(alignof(CJAssetIdentifier_LineTraceForAsset) == 0x000001, "Wrong alignment on CJAssetIdentifier_LineTraceForAsset"); \ +static_assert(sizeof(CJAssetIdentifier_LineTraceForAsset) == 0x000001, "Wrong size on CJAssetIdentifier_LineTraceForAsset"); \ +static_assert(offsetof(CJAssetIdentifier_LineTraceForAsset, ReturnValue) == 0x000000, "Member 'CJAssetIdentifier_LineTraceForAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAssetIdentifier \ +static_assert(alignof(UCJAssetIdentifier) == 0x000008, "Wrong alignment on UCJAssetIdentifier"); \ +static_assert(sizeof(UCJAssetIdentifier) == 0x000228, "Wrong size on UCJAssetIdentifier"); \ + +#define DUMPER7_ASSERTS_CJDebugSubsystem_AddOnscreenText \ +static_assert(alignof(CJDebugSubsystem_AddOnscreenText) == 0x000008, "Wrong alignment on CJDebugSubsystem_AddOnscreenText"); \ +static_assert(sizeof(CJDebugSubsystem_AddOnscreenText) == 0x000040, "Wrong size on CJDebugSubsystem_AddOnscreenText"); \ +static_assert(offsetof(CJDebugSubsystem_AddOnscreenText, WorldLocation) == 0x000000, "Member 'CJDebugSubsystem_AddOnscreenText::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(CJDebugSubsystem_AddOnscreenText, Text) == 0x000018, "Member 'CJDebugSubsystem_AddOnscreenText::Text' has a wrong offset!"); \ +static_assert(offsetof(CJDebugSubsystem_AddOnscreenText, Color) == 0x000028, "Member 'CJDebugSubsystem_AddOnscreenText::Color' has a wrong offset!"); \ +static_assert(offsetof(CJDebugSubsystem_AddOnscreenText, Duration) == 0x000038, "Member 'CJDebugSubsystem_AddOnscreenText::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDebugSubsystem_SetDebugOverlayDPI \ +static_assert(alignof(CJDebugSubsystem_SetDebugOverlayDPI) == 0x000004, "Wrong alignment on CJDebugSubsystem_SetDebugOverlayDPI"); \ +static_assert(sizeof(CJDebugSubsystem_SetDebugOverlayDPI) == 0x000004, "Wrong size on CJDebugSubsystem_SetDebugOverlayDPI"); \ +static_assert(offsetof(CJDebugSubsystem_SetDebugOverlayDPI, DPI) == 0x000000, "Member 'CJDebugSubsystem_SetDebugOverlayDPI::DPI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDebugSubsystem_GetDebugOverlayDPI \ +static_assert(alignof(CJDebugSubsystem_GetDebugOverlayDPI) == 0x000004, "Wrong alignment on CJDebugSubsystem_GetDebugOverlayDPI"); \ +static_assert(sizeof(CJDebugSubsystem_GetDebugOverlayDPI) == 0x000004, "Wrong size on CJDebugSubsystem_GetDebugOverlayDPI"); \ +static_assert(offsetof(CJDebugSubsystem_GetDebugOverlayDPI, ReturnValue) == 0x000000, "Member 'CJDebugSubsystem_GetDebugOverlayDPI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJDebugSubsystem \ +static_assert(alignof(UCJDebugSubsystem) == 0x000008, "Wrong alignment on UCJDebugSubsystem"); \ +static_assert(sizeof(UCJDebugSubsystem) == 0x000060, "Wrong size on UCJDebugSubsystem"); \ +static_assert(offsetof(UCJDebugSubsystem, AssetIdentifier) == 0x000038, "Member 'UCJDebugSubsystem::AssetIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHTNPlanningID \ +static_assert(alignof(FHTNPlanningID) == 0x000008, "Wrong alignment on FHTNPlanningID"); \ +static_assert(sizeof(FHTNPlanningID) == 0x000008, "Wrong size on FHTNPlanningID"); \ +static_assert(offsetof(FHTNPlanningID, ID) == 0x000000, "Member 'FHTNPlanningID::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEQSParametrizedQueryExecutionRequestHTN \ +static_assert(alignof(FEQSParametrizedQueryExecutionRequestHTN) == 0x000008, "Wrong alignment on FEQSParametrizedQueryExecutionRequestHTN"); \ +static_assert(sizeof(FEQSParametrizedQueryExecutionRequestHTN) == 0x000048, "Wrong size on FEQSParametrizedQueryExecutionRequestHTN"); \ + +#define DUMPER7_ASSERTS_FHTNNodeInstancePool \ +static_assert(alignof(FHTNNodeInstancePool) == 0x000008, "Wrong alignment on FHTNNodeInstancePool"); \ +static_assert(sizeof(FHTNNodeInstancePool) == 0x000010, "Wrong size on FHTNNodeInstancePool"); \ +static_assert(offsetof(FHTNNodeInstancePool, Instances) == 0x000000, "Member 'FHTNNodeInstancePool::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHTNLocationSource \ +static_assert(alignof(FHTNLocationSource) == 0x000008, "Wrong alignment on FHTNLocationSource"); \ +static_assert(sizeof(FHTNLocationSource) == 0x000050, "Wrong size on FHTNLocationSource"); \ +static_assert(offsetof(FHTNLocationSource, BlackboardKey) == 0x000000, "Member 'FHTNLocationSource::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(FHTNLocationSource, LocationExtractionMethod) == 0x000028, "Member 'FHTNLocationSource::LocationExtractionMethod' has a wrong offset!"); \ +static_assert(offsetof(FHTNLocationSource, CustomSource) == 0x000030, "Member 'FHTNLocationSource::CustomSource' has a wrong offset!"); \ +static_assert(offsetof(FHTNLocationSource, Offset) == 0x000038, "Member 'FHTNLocationSource::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHTNPlanInstanceConfig \ +static_assert(alignof(FHTNPlanInstanceConfig) == 0x000008, "Wrong alignment on FHTNPlanInstanceConfig"); \ +static_assert(sizeof(FHTNPlanInstanceConfig) == 0x000048, "Wrong size on FHTNPlanInstanceConfig"); \ +static_assert(offsetof(FHTNPlanInstanceConfig, SucceededReaction) == 0x000000, "Member 'FHTNPlanInstanceConfig::SucceededReaction' has a wrong offset!"); \ +static_assert(offsetof(FHTNPlanInstanceConfig, FailedReaction) == 0x000001, "Member 'FHTNPlanInstanceConfig::FailedReaction' has a wrong offset!"); \ +static_assert(offsetof(FHTNPlanInstanceConfig, Depth) == 0x00001C, "Member 'FHTNPlanInstanceConfig::Depth' has a wrong offset!"); \ +static_assert(offsetof(FHTNPlanInstanceConfig, RootNodeOverride) == 0x000020, "Member 'FHTNPlanInstanceConfig::RootNodeOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHTNPlanInstanceID \ +static_assert(alignof(FHTNPlanInstanceID) == 0x000008, "Wrong alignment on FHTNPlanInstanceID"); \ +static_assert(sizeof(FHTNPlanInstanceID) == 0x000008, "Wrong size on FHTNPlanInstanceID"); \ +static_assert(offsetof(FHTNPlanInstanceID, ID) == 0x000000, "Member 'FHTNPlanInstanceID::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHTNReplanParameters \ +static_assert(alignof(FHTNReplanParameters) == 0x000008, "Wrong alignment on FHTNReplanParameters"); \ +static_assert(sizeof(FHTNReplanParameters) == 0x000018, "Wrong size on FHTNReplanParameters"); \ +static_assert(offsetof(FHTNReplanParameters, DebugReason) == 0x000000, "Member 'FHTNReplanParameters::DebugReason' has a wrong offset!"); \ +static_assert(offsetof(FHTNReplanParameters, PlanningType) == 0x000011, "Member 'FHTNReplanParameters::PlanningType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldstateSetValueContainer \ +static_assert(alignof(FWorldstateSetValueContainer) == 0x000008, "Wrong alignment on FWorldstateSetValueContainer"); \ +static_assert(sizeof(FWorldstateSetValueContainer) == 0x000058, "Wrong size on FWorldstateSetValueContainer"); \ +static_assert(offsetof(FWorldstateSetValueContainer, IntValue) == 0x000000, "Member 'FWorldstateSetValueContainer::IntValue' has a wrong offset!"); \ +static_assert(offsetof(FWorldstateSetValueContainer, FloatValue) == 0x000004, "Member 'FWorldstateSetValueContainer::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FWorldstateSetValueContainer, VectorValue) == 0x000008, "Member 'FWorldstateSetValueContainer::VectorValue' has a wrong offset!"); \ +static_assert(offsetof(FWorldstateSetValueContainer, RotatorValue) == 0x000020, "Member 'FWorldstateSetValueContainer::RotatorValue' has a wrong offset!"); \ +static_assert(offsetof(FWorldstateSetValueContainer, StringValue) == 0x000038, "Member 'FWorldstateSetValueContainer::StringValue' has a wrong offset!"); \ +static_assert(offsetof(FWorldstateSetValueContainer, NameValue) == 0x000048, "Member 'FWorldstateSetValueContainer::NameValue' has a wrong offset!"); \ +static_assert(offsetof(FWorldstateSetValueContainer, ObjectValue) == 0x000050, "Member 'FWorldstateSetValueContainer::ObjectValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNode_GetControlledPawn \ +static_assert(alignof(HTNNode_GetControlledPawn) == 0x000008, "Wrong alignment on HTNNode_GetControlledPawn"); \ +static_assert(sizeof(HTNNode_GetControlledPawn) == 0x000008, "Wrong size on HTNNode_GetControlledPawn"); \ +static_assert(offsetof(HTNNode_GetControlledPawn, ReturnValue) == 0x000000, "Member 'HTNNode_GetControlledPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNode_GetNodeName \ +static_assert(alignof(HTNNode_GetNodeName) == 0x000008, "Wrong alignment on HTNNode_GetNodeName"); \ +static_assert(sizeof(HTNNode_GetNodeName) == 0x000010, "Wrong size on HTNNode_GetNodeName"); \ +static_assert(offsetof(HTNNode_GetNodeName, ReturnValue) == 0x000000, "Member 'HTNNode_GetNodeName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNode_GetOwnerComponent \ +static_assert(alignof(HTNNode_GetOwnerComponent) == 0x000008, "Wrong alignment on HTNNode_GetOwnerComponent"); \ +static_assert(sizeof(HTNNode_GetOwnerComponent) == 0x000008, "Wrong size on HTNNode_GetOwnerComponent"); \ +static_assert(offsetof(HTNNode_GetOwnerComponent, ReturnValue) == 0x000000, "Member 'HTNNode_GetOwnerComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNode_GetOwnerController \ +static_assert(alignof(HTNNode_GetOwnerController) == 0x000008, "Wrong alignment on HTNNode_GetOwnerController"); \ +static_assert(sizeof(HTNNode_GetOwnerController) == 0x000008, "Wrong size on HTNNode_GetOwnerController"); \ +static_assert(offsetof(HTNNode_GetOwnerController, ReturnValue) == 0x000000, "Member 'HTNNode_GetOwnerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNode_GetShortDescription \ +static_assert(alignof(HTNNode_GetShortDescription) == 0x000008, "Wrong alignment on HTNNode_GetShortDescription"); \ +static_assert(sizeof(HTNNode_GetShortDescription) == 0x000010, "Wrong size on HTNNode_GetShortDescription"); \ +static_assert(offsetof(HTNNode_GetShortDescription, ReturnValue) == 0x000000, "Member 'HTNNode_GetShortDescription::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNode_GetStaticDescription \ +static_assert(alignof(HTNNode_GetStaticDescription) == 0x000008, "Wrong alignment on HTNNode_GetStaticDescription"); \ +static_assert(sizeof(HTNNode_GetStaticDescription) == 0x000010, "Wrong size on HTNNode_GetStaticDescription"); \ +static_assert(offsetof(HTNNode_GetStaticDescription, ReturnValue) == 0x000000, "Member 'HTNNode_GetStaticDescription::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNode_GetTemplateNode \ +static_assert(alignof(HTNNode_GetTemplateNode) == 0x000008, "Wrong alignment on HTNNode_GetTemplateNode"); \ +static_assert(sizeof(HTNNode_GetTemplateNode) == 0x000008, "Wrong size on HTNNode_GetTemplateNode"); \ +static_assert(offsetof(HTNNode_GetTemplateNode, ReturnValue) == 0x000000, "Member 'HTNNode_GetTemplateNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNNode \ +static_assert(alignof(UHTNNode) == 0x000008, "Wrong alignment on UHTNNode"); \ +static_assert(sizeof(UHTNNode) == 0x000068, "Wrong size on UHTNNode"); \ +static_assert(offsetof(UHTNNode, NodeName) == 0x000030, "Member 'UHTNNode::NodeName' has a wrong offset!"); \ +static_assert(offsetof(UHTNNode, NodeInstancePoolingMode) == 0x000040, "Member 'UHTNNode::NodeInstancePoolingMode' has a wrong offset!"); \ +static_assert(offsetof(UHTNNode, TemplateNode) == 0x000048, "Member 'UHTNNode::TemplateNode' has a wrong offset!"); \ +static_assert(offsetof(UHTNNode, HTNAsset) == 0x000058, "Member 'UHTNNode::HTNAsset' has a wrong offset!"); \ +static_assert(offsetof(UHTNNode, OwnerComponent) == 0x000060, "Member 'UHTNNode::OwnerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNService \ +static_assert(alignof(UHTNService) == 0x000008, "Wrong alignment on UHTNService"); \ +static_assert(sizeof(UHTNService) == 0x000078, "Wrong size on UHTNService"); \ +static_assert(offsetof(UHTNService, TickInterval) == 0x000068, "Member 'UHTNService::TickInterval' has a wrong offset!"); \ +static_assert(offsetof(UHTNService, TickIntervalRandomDeviation) == 0x00006C, "Member 'UHTNService::TickIntervalRandomDeviation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask_HTNMoveTo \ +static_assert(alignof(UAITask_HTNMoveTo) == 0x000008, "Wrong alignment on UAITask_HTNMoveTo"); \ +static_assert(sizeof(UAITask_HTNMoveTo) == 0x000140, "Wrong size on UAITask_HTNMoveTo"); \ + +#define DUMPER7_ASSERTS_HTNCustomLocationSource_ProvideLocations \ +static_assert(alignof(HTNCustomLocationSource_ProvideLocations) == 0x000008, "Wrong alignment on HTNCustomLocationSource_ProvideLocations"); \ +static_assert(sizeof(HTNCustomLocationSource_ProvideLocations) == 0x000048, "Wrong size on HTNCustomLocationSource_ProvideLocations"); \ +static_assert(offsetof(HTNCustomLocationSource_ProvideLocations, OutLocations) == 0x000000, "Member 'HTNCustomLocationSource_ProvideLocations::OutLocations' has a wrong offset!"); \ +static_assert(offsetof(HTNCustomLocationSource_ProvideLocations, Owner) == 0x000010, "Member 'HTNCustomLocationSource_ProvideLocations::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNCustomLocationSource_ProvideLocations, WorldStateProxy) == 0x000018, "Member 'HTNCustomLocationSource_ProvideLocations::WorldStateProxy' has a wrong offset!"); \ +static_assert(offsetof(HTNCustomLocationSource_ProvideLocations, BlackboardKeySelector) == 0x000020, "Member 'HTNCustomLocationSource_ProvideLocations::BlackboardKeySelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNCustomLocationSource \ +static_assert(alignof(UHTNCustomLocationSource) == 0x000008, "Wrong alignment on UHTNCustomLocationSource"); \ +static_assert(sizeof(UHTNCustomLocationSource) == 0x000028, "Wrong size on UHTNCustomLocationSource"); \ + +#define DUMPER7_ASSERTS_UAITask_MakeHTNPlan \ +static_assert(alignof(UAITask_MakeHTNPlan) == 0x000008, "Wrong alignment on UAITask_MakeHTNPlan"); \ +static_assert(sizeof(UAITask_MakeHTNPlan) == 0x000280, "Wrong size on UAITask_MakeHTNPlan"); \ +static_assert(offsetof(UAITask_MakeHTNPlan, PlanningID) == 0x000088, "Member 'UAITask_MakeHTNPlan::PlanningID' has a wrong offset!"); \ +static_assert(offsetof(UAITask_MakeHTNPlan, OwnerComponent) == 0x000090, "Member 'UAITask_MakeHTNPlan::OwnerComponent' has a wrong offset!"); \ +static_assert(offsetof(UAITask_MakeHTNPlan, PlanInstanceID) == 0x000098, "Member 'UAITask_MakeHTNPlan::PlanInstanceID' has a wrong offset!"); \ +static_assert(offsetof(UAITask_MakeHTNPlan, TopLevelHTN) == 0x0000A0, "Member 'UAITask_MakeHTNPlan::TopLevelHTN' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNStandaloneNode \ +static_assert(alignof(UHTNStandaloneNode) == 0x000008, "Wrong alignment on UHTNStandaloneNode"); \ +static_assert(sizeof(UHTNStandaloneNode) == 0x0000A0, "Wrong size on UHTNStandaloneNode"); \ +static_assert(offsetof(UHTNStandaloneNode, MaxRecursionLimit) == 0x000068, "Member 'UHTNStandaloneNode::MaxRecursionLimit' has a wrong offset!"); \ +static_assert(offsetof(UHTNStandaloneNode, NextNodes) == 0x000070, "Member 'UHTNStandaloneNode::NextNodes' has a wrong offset!"); \ +static_assert(offsetof(UHTNStandaloneNode, Decorators) == 0x000080, "Member 'UHTNStandaloneNode::Decorators' has a wrong offset!"); \ +static_assert(offsetof(UHTNStandaloneNode, Services) == 0x000090, "Member 'UHTNStandaloneNode::Services' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask \ +static_assert(alignof(UHTNTask) == 0x000008, "Wrong alignment on UHTNTask"); \ +static_assert(sizeof(UHTNTask) == 0x0000A8, "Wrong size on UHTNTask"); \ + +#define DUMPER7_ASSERTS_UHTNTask_BlackboardBase \ +static_assert(alignof(UHTNTask_BlackboardBase) == 0x000008, "Wrong alignment on UHTNTask_BlackboardBase"); \ +static_assert(sizeof(UHTNTask_BlackboardBase) == 0x0000D0, "Wrong size on UHTNTask_BlackboardBase"); \ +static_assert(offsetof(UHTNTask_BlackboardBase, BlackboardKey) == 0x0000A8, "Member 'UHTNTask_BlackboardBase::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_HTNBlueprintBase_GetQuerierLocation \ +static_assert(alignof(EnvQueryContext_HTNBlueprintBase_GetQuerierLocation) == 0x000008, "Wrong alignment on EnvQueryContext_HTNBlueprintBase_GetQuerierLocation"); \ +static_assert(sizeof(EnvQueryContext_HTNBlueprintBase_GetQuerierLocation) == 0x000018, "Wrong size on EnvQueryContext_HTNBlueprintBase_GetQuerierLocation"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_GetQuerierLocation, ReturnValue) == 0x000000, "Member 'EnvQueryContext_HTNBlueprintBase_GetQuerierLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_HTNBlueprintBase_GetWorldState \ +static_assert(alignof(EnvQueryContext_HTNBlueprintBase_GetWorldState) == 0x000008, "Wrong alignment on EnvQueryContext_HTNBlueprintBase_GetWorldState"); \ +static_assert(sizeof(EnvQueryContext_HTNBlueprintBase_GetWorldState) == 0x000008, "Wrong size on EnvQueryContext_HTNBlueprintBase_GetWorldState"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_GetWorldState, ReturnValue) == 0x000000, "Member 'EnvQueryContext_HTNBlueprintBase_GetWorldState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_HTNBlueprintBase_ProvideActorsSet \ +static_assert(alignof(EnvQueryContext_HTNBlueprintBase_ProvideActorsSet) == 0x000008, "Wrong alignment on EnvQueryContext_HTNBlueprintBase_ProvideActorsSet"); \ +static_assert(sizeof(EnvQueryContext_HTNBlueprintBase_ProvideActorsSet) == 0x000020, "Wrong size on EnvQueryContext_HTNBlueprintBase_ProvideActorsSet"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_ProvideActorsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_HTNBlueprintBase_ProvideActorsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_ProvideActorsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_HTNBlueprintBase_ProvideActorsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_ProvideActorsSet, ResultingActorsSet) == 0x000010, "Member 'EnvQueryContext_HTNBlueprintBase_ProvideActorsSet::ResultingActorsSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_HTNBlueprintBase_ProvideLocationsSet \ +static_assert(alignof(EnvQueryContext_HTNBlueprintBase_ProvideLocationsSet) == 0x000008, "Wrong alignment on EnvQueryContext_HTNBlueprintBase_ProvideLocationsSet"); \ +static_assert(sizeof(EnvQueryContext_HTNBlueprintBase_ProvideLocationsSet) == 0x000020, "Wrong size on EnvQueryContext_HTNBlueprintBase_ProvideLocationsSet"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_ProvideLocationsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_HTNBlueprintBase_ProvideLocationsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_ProvideLocationsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_HTNBlueprintBase_ProvideLocationsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_ProvideLocationsSet, ResultingLocationSet) == 0x000010, "Member 'EnvQueryContext_HTNBlueprintBase_ProvideLocationsSet::ResultingLocationSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_HTNBlueprintBase_ProvideSingleActor \ +static_assert(alignof(EnvQueryContext_HTNBlueprintBase_ProvideSingleActor) == 0x000008, "Wrong alignment on EnvQueryContext_HTNBlueprintBase_ProvideSingleActor"); \ +static_assert(sizeof(EnvQueryContext_HTNBlueprintBase_ProvideSingleActor) == 0x000018, "Wrong size on EnvQueryContext_HTNBlueprintBase_ProvideSingleActor"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EnvQueryContext_HTNBlueprintBase_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EnvQueryContext_HTNBlueprintBase_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EnvQueryContext_HTNBlueprintBase_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvQueryContext_HTNBlueprintBase_ProvideSingleLocation \ +static_assert(alignof(EnvQueryContext_HTNBlueprintBase_ProvideSingleLocation) == 0x000008, "Wrong alignment on EnvQueryContext_HTNBlueprintBase_ProvideSingleLocation"); \ +static_assert(sizeof(EnvQueryContext_HTNBlueprintBase_ProvideSingleLocation) == 0x000028, "Wrong size on EnvQueryContext_HTNBlueprintBase_ProvideSingleLocation"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EnvQueryContext_HTNBlueprintBase_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EnvQueryContext_HTNBlueprintBase_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EnvQueryContext_HTNBlueprintBase_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EnvQueryContext_HTNBlueprintBase_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_HTNBlueprintBase \ +static_assert(alignof(UEnvQueryContext_HTNBlueprintBase) == 0x000008, "Wrong alignment on UEnvQueryContext_HTNBlueprintBase"); \ +static_assert(sizeof(UEnvQueryContext_HTNBlueprintBase) == 0x000040, "Wrong size on UEnvQueryContext_HTNBlueprintBase"); \ +static_assert(offsetof(UEnvQueryContext_HTNBlueprintBase, TempQuerierActor) == 0x000030, "Member 'UEnvQueryContext_HTNBlueprintBase::TempQuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNExtension_GetHTNComponent \ +static_assert(alignof(HTNExtension_GetHTNComponent) == 0x000008, "Wrong alignment on HTNExtension_GetHTNComponent"); \ +static_assert(sizeof(HTNExtension_GetHTNComponent) == 0x000008, "Wrong size on HTNExtension_GetHTNComponent"); \ +static_assert(offsetof(HTNExtension_GetHTNComponent, ReturnValue) == 0x000000, "Member 'HTNExtension_GetHTNComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNExtension \ +static_assert(alignof(UHTNExtension) == 0x000008, "Wrong alignment on UHTNExtension"); \ +static_assert(sizeof(UHTNExtension) == 0x000030, "Wrong size on UHTNExtension"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_HTNQuerierLocation \ +static_assert(alignof(UEnvQueryContext_HTNQuerierLocation) == 0x000008, "Wrong alignment on UEnvQueryContext_HTNQuerierLocation"); \ +static_assert(sizeof(UEnvQueryContext_HTNQuerierLocation) == 0x000028, "Wrong size on UEnvQueryContext_HTNQuerierLocation"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_IsInversed \ +static_assert(alignof(HTNDecorator_IsInversed) == 0x000001, "Wrong alignment on HTNDecorator_IsInversed"); \ +static_assert(sizeof(HTNDecorator_IsInversed) == 0x000001, "Wrong size on HTNDecorator_IsInversed"); \ +static_assert(offsetof(HTNDecorator_IsInversed, ReturnValue) == 0x000000, "Member 'HTNDecorator_IsInversed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator \ +static_assert(alignof(UHTNDecorator) == 0x000008, "Wrong alignment on UHTNDecorator"); \ +static_assert(sizeof(UHTNDecorator) == 0x000080, "Wrong size on UHTNDecorator"); \ +static_assert(offsetof(UHTNDecorator, ConditionCheckInterval) == 0x00006C, "Member 'UHTNDecorator::ConditionCheckInterval' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator, ConditionCheckIntervalRandomDeviation) == 0x000070, "Member 'UHTNDecorator::ConditionCheckIntervalRandomDeviation' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator, TickFunctionInterval) == 0x000074, "Member 'UHTNDecorator::TickFunctionInterval' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator, TickFunctionIntervalRandomDeviation) == 0x000078, "Member 'UHTNDecorator::TickFunctionIntervalRandomDeviation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_ModifyCost \ +static_assert(alignof(UHTNDecorator_ModifyCost) == 0x000008, "Wrong alignment on UHTNDecorator_ModifyCost"); \ +static_assert(sizeof(UHTNDecorator_ModifyCost) == 0x000088, "Wrong size on UHTNDecorator_ModifyCost"); \ +static_assert(offsetof(UHTNDecorator_ModifyCost, Scale) == 0x000080, "Member 'UHTNDecorator_ModifyCost::Scale' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_ModifyCost, Bias) == 0x000084, "Member 'UHTNDecorator_ModifyCost::Bias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTN \ +static_assert(alignof(UHTN) == 0x000008, "Wrong alignment on UHTN"); \ +static_assert(sizeof(UHTN) == 0x000078, "Wrong size on UHTN"); \ +static_assert(offsetof(UHTN, StartNodes) == 0x000030, "Member 'UHTN::StartNodes' has a wrong offset!"); \ +static_assert(offsetof(UHTN, RootDecorators) == 0x000040, "Member 'UHTN::RootDecorators' has a wrong offset!"); \ +static_assert(offsetof(UHTN, RootServices) == 0x000050, "Member 'UHTN::RootServices' has a wrong offset!"); \ +static_assert(offsetof(UHTN, BlackboardAsset) == 0x000060, "Member 'UHTN::BlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(UHTN, AdditionalDataAsset) == 0x000068, "Member 'UHTN::AdditionalDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_Fail \ +static_assert(alignof(UHTNTask_Fail) == 0x000008, "Wrong alignment on UHTNTask_Fail"); \ +static_assert(sizeof(UHTNTask_Fail) == 0x0000C0, "Wrong size on UHTNTask_Fail"); \ +static_assert(offsetof(UHTNTask_Fail, FailureMessage) == 0x0000A8, "Member 'UHTNTask_Fail::FailureMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNBlueprintLibrary_GetAllComponentsOfClass \ +static_assert(alignof(HTNBlueprintLibrary_GetAllComponentsOfClass) == 0x000008, "Wrong alignment on HTNBlueprintLibrary_GetAllComponentsOfClass"); \ +static_assert(sizeof(HTNBlueprintLibrary_GetAllComponentsOfClass) == 0x000020, "Wrong size on HTNBlueprintLibrary_GetAllComponentsOfClass"); \ +static_assert(offsetof(HTNBlueprintLibrary_GetAllComponentsOfClass, OutComponents) == 0x000000, "Member 'HTNBlueprintLibrary_GetAllComponentsOfClass::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(HTNBlueprintLibrary_GetAllComponentsOfClass, WorldContextObject) == 0x000010, "Member 'HTNBlueprintLibrary_GetAllComponentsOfClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(HTNBlueprintLibrary_GetAllComponentsOfClass, ComponentClass) == 0x000018, "Member 'HTNBlueprintLibrary_GetAllComponentsOfClass::ComponentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNBlueprintLibrary_GetClosestComponentsOfClass \ +static_assert(alignof(HTNBlueprintLibrary_GetClosestComponentsOfClass) == 0x000008, "Wrong alignment on HTNBlueprintLibrary_GetClosestComponentsOfClass"); \ +static_assert(sizeof(HTNBlueprintLibrary_GetClosestComponentsOfClass) == 0x000040, "Wrong size on HTNBlueprintLibrary_GetClosestComponentsOfClass"); \ +static_assert(offsetof(HTNBlueprintLibrary_GetClosestComponentsOfClass, OutComponents) == 0x000000, "Member 'HTNBlueprintLibrary_GetClosestComponentsOfClass::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(HTNBlueprintLibrary_GetClosestComponentsOfClass, WorldContextObject) == 0x000010, "Member 'HTNBlueprintLibrary_GetClosestComponentsOfClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(HTNBlueprintLibrary_GetClosestComponentsOfClass, ComponentClass) == 0x000018, "Member 'HTNBlueprintLibrary_GetClosestComponentsOfClass::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(HTNBlueprintLibrary_GetClosestComponentsOfClass, Location) == 0x000020, "Member 'HTNBlueprintLibrary_GetClosestComponentsOfClass::Location' has a wrong offset!"); \ +static_assert(offsetof(HTNBlueprintLibrary_GetClosestComponentsOfClass, MaxNumComponents) == 0x000038, "Member 'HTNBlueprintLibrary_GetClosestComponentsOfClass::MaxNumComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNBlueprintLibrary \ +static_assert(alignof(UHTNBlueprintLibrary) == 0x000008, "Wrong alignment on UHTNBlueprintLibrary"); \ +static_assert(sizeof(UHTNBlueprintLibrary) == 0x000028, "Wrong size on UHTNBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UHTNTask_Success \ +static_assert(alignof(UHTNTask_Success) == 0x000008, "Wrong alignment on UHTNTask_Success"); \ +static_assert(sizeof(UHTNTask_Success) == 0x0000B0, "Wrong size on UHTNTask_Success"); \ +static_assert(offsetof(UHTNTask_Success, Cost) == 0x0000A8, "Member 'UHTNTask_Success::Cost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_ClearWorldStateValue \ +static_assert(alignof(HTNNodeLibrary_ClearWorldStateValue) == 0x000008, "Wrong alignment on HTNNodeLibrary_ClearWorldStateValue"); \ +static_assert(sizeof(HTNNodeLibrary_ClearWorldStateValue) == 0x000030, "Wrong size on HTNNodeLibrary_ClearWorldStateValue"); \ +static_assert(offsetof(HTNNodeLibrary_ClearWorldStateValue, Node) == 0x000000, "Member 'HTNNodeLibrary_ClearWorldStateValue::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_ClearWorldStateValue, Key) == 0x000008, "Member 'HTNNodeLibrary_ClearWorldStateValue::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_CopyWorldStateValue \ +static_assert(alignof(HTNNodeLibrary_CopyWorldStateValue) == 0x000008, "Wrong alignment on HTNNodeLibrary_CopyWorldStateValue"); \ +static_assert(sizeof(HTNNodeLibrary_CopyWorldStateValue) == 0x000060, "Wrong size on HTNNodeLibrary_CopyWorldStateValue"); \ +static_assert(offsetof(HTNNodeLibrary_CopyWorldStateValue, Node) == 0x000000, "Member 'HTNNodeLibrary_CopyWorldStateValue::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_CopyWorldStateValue, SourceKey) == 0x000008, "Member 'HTNNodeLibrary_CopyWorldStateValue::SourceKey' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_CopyWorldStateValue, TargetKey) == 0x000030, "Member 'HTNNodeLibrary_CopyWorldStateValue::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_CopyWorldStateValue, ReturnValue) == 0x000058, "Member 'HTNNodeLibrary_CopyWorldStateValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetLocationFromWorldState \ +static_assert(alignof(HTNNodeLibrary_GetLocationFromWorldState) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetLocationFromWorldState"); \ +static_assert(sizeof(HTNNodeLibrary_GetLocationFromWorldState) == 0x000060, "Wrong size on HTNNodeLibrary_GetLocationFromWorldState"); \ +static_assert(offsetof(HTNNodeLibrary_GetLocationFromWorldState, Node) == 0x000000, "Member 'HTNNodeLibrary_GetLocationFromWorldState::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetLocationFromWorldState, KeySelector) == 0x000008, "Member 'HTNNodeLibrary_GetLocationFromWorldState::KeySelector' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetLocationFromWorldState, OutLocation) == 0x000030, "Member 'HTNNodeLibrary_GetLocationFromWorldState::OutLocation' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetLocationFromWorldState, OutActor) == 0x000048, "Member 'HTNNodeLibrary_GetLocationFromWorldState::OutActor' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetLocationFromWorldState, OutComponent) == 0x000050, "Member 'HTNNodeLibrary_GetLocationFromWorldState::OutComponent' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetLocationFromWorldState, ReturnValue) == 0x000058, "Member 'HTNNodeLibrary_GetLocationFromWorldState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource \ +static_assert(alignof(HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource"); \ +static_assert(sizeof(HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource) == 0x000070, "Wrong size on HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource"); \ +static_assert(offsetof(HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource, OutResult) == 0x000000, "Member 'HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource::OutResult' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource, OutLocations) == 0x000008, "Member 'HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource::OutLocations' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource, Node) == 0x000018, "Member 'HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource, LocationSource) == 0x000020, "Member 'HTNNodeLibrary_GetMultipleLocationsFromHTNLocationSource::LocationSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetOwnersWorldState \ +static_assert(alignof(HTNNodeLibrary_GetOwnersWorldState) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetOwnersWorldState"); \ +static_assert(sizeof(HTNNodeLibrary_GetOwnersWorldState) == 0x000010, "Wrong size on HTNNodeLibrary_GetOwnersWorldState"); \ +static_assert(offsetof(HTNNodeLibrary_GetOwnersWorldState, Node) == 0x000000, "Member 'HTNNodeLibrary_GetOwnersWorldState::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetOwnersWorldState, ReturnValue) == 0x000008, "Member 'HTNNodeLibrary_GetOwnersWorldState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetSelfLocationFromWorldState \ +static_assert(alignof(HTNNodeLibrary_GetSelfLocationFromWorldState) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetSelfLocationFromWorldState"); \ +static_assert(sizeof(HTNNodeLibrary_GetSelfLocationFromWorldState) == 0x000020, "Wrong size on HTNNodeLibrary_GetSelfLocationFromWorldState"); \ +static_assert(offsetof(HTNNodeLibrary_GetSelfLocationFromWorldState, Node) == 0x000000, "Member 'HTNNodeLibrary_GetSelfLocationFromWorldState::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetSelfLocationFromWorldState, ReturnValue) == 0x000008, "Member 'HTNNodeLibrary_GetSelfLocationFromWorldState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetSingleLocationFromHTNLocationSource \ +static_assert(alignof(HTNNodeLibrary_GetSingleLocationFromHTNLocationSource) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetSingleLocationFromHTNLocationSource"); \ +static_assert(sizeof(HTNNodeLibrary_GetSingleLocationFromHTNLocationSource) == 0x000078, "Wrong size on HTNNodeLibrary_GetSingleLocationFromHTNLocationSource"); \ +static_assert(offsetof(HTNNodeLibrary_GetSingleLocationFromHTNLocationSource, OutResult) == 0x000000, "Member 'HTNNodeLibrary_GetSingleLocationFromHTNLocationSource::OutResult' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetSingleLocationFromHTNLocationSource, Node) == 0x000008, "Member 'HTNNodeLibrary_GetSingleLocationFromHTNLocationSource::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetSingleLocationFromHTNLocationSource, LocationSource) == 0x000010, "Member 'HTNNodeLibrary_GetSingleLocationFromHTNLocationSource::LocationSource' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetSingleLocationFromHTNLocationSource, ReturnValue) == 0x000060, "Member 'HTNNodeLibrary_GetSingleLocationFromHTNLocationSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetWorldStateValueAsActor \ +static_assert(alignof(HTNNodeLibrary_GetWorldStateValueAsActor) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetWorldStateValueAsActor"); \ +static_assert(sizeof(HTNNodeLibrary_GetWorldStateValueAsActor) == 0x000038, "Wrong size on HTNNodeLibrary_GetWorldStateValueAsActor"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsActor, Node) == 0x000000, "Member 'HTNNodeLibrary_GetWorldStateValueAsActor::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsActor, Key) == 0x000008, "Member 'HTNNodeLibrary_GetWorldStateValueAsActor::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsActor, ReturnValue) == 0x000030, "Member 'HTNNodeLibrary_GetWorldStateValueAsActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetWorldStateValueAsBool \ +static_assert(alignof(HTNNodeLibrary_GetWorldStateValueAsBool) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetWorldStateValueAsBool"); \ +static_assert(sizeof(HTNNodeLibrary_GetWorldStateValueAsBool) == 0x000038, "Wrong size on HTNNodeLibrary_GetWorldStateValueAsBool"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsBool, Node) == 0x000000, "Member 'HTNNodeLibrary_GetWorldStateValueAsBool::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsBool, Key) == 0x000008, "Member 'HTNNodeLibrary_GetWorldStateValueAsBool::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsBool, ReturnValue) == 0x000030, "Member 'HTNNodeLibrary_GetWorldStateValueAsBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetWorldStateValueAsClass \ +static_assert(alignof(HTNNodeLibrary_GetWorldStateValueAsClass) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetWorldStateValueAsClass"); \ +static_assert(sizeof(HTNNodeLibrary_GetWorldStateValueAsClass) == 0x000038, "Wrong size on HTNNodeLibrary_GetWorldStateValueAsClass"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsClass, Node) == 0x000000, "Member 'HTNNodeLibrary_GetWorldStateValueAsClass::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsClass, Key) == 0x000008, "Member 'HTNNodeLibrary_GetWorldStateValueAsClass::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsClass, ReturnValue) == 0x000030, "Member 'HTNNodeLibrary_GetWorldStateValueAsClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetWorldStateValueAsEnum \ +static_assert(alignof(HTNNodeLibrary_GetWorldStateValueAsEnum) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetWorldStateValueAsEnum"); \ +static_assert(sizeof(HTNNodeLibrary_GetWorldStateValueAsEnum) == 0x000038, "Wrong size on HTNNodeLibrary_GetWorldStateValueAsEnum"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsEnum, Node) == 0x000000, "Member 'HTNNodeLibrary_GetWorldStateValueAsEnum::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsEnum, Key) == 0x000008, "Member 'HTNNodeLibrary_GetWorldStateValueAsEnum::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsEnum, ReturnValue) == 0x000030, "Member 'HTNNodeLibrary_GetWorldStateValueAsEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetWorldStateValueAsFloat \ +static_assert(alignof(HTNNodeLibrary_GetWorldStateValueAsFloat) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetWorldStateValueAsFloat"); \ +static_assert(sizeof(HTNNodeLibrary_GetWorldStateValueAsFloat) == 0x000038, "Wrong size on HTNNodeLibrary_GetWorldStateValueAsFloat"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsFloat, Node) == 0x000000, "Member 'HTNNodeLibrary_GetWorldStateValueAsFloat::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsFloat, Key) == 0x000008, "Member 'HTNNodeLibrary_GetWorldStateValueAsFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsFloat, ReturnValue) == 0x000030, "Member 'HTNNodeLibrary_GetWorldStateValueAsFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetWorldStateValueAsInt \ +static_assert(alignof(HTNNodeLibrary_GetWorldStateValueAsInt) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetWorldStateValueAsInt"); \ +static_assert(sizeof(HTNNodeLibrary_GetWorldStateValueAsInt) == 0x000038, "Wrong size on HTNNodeLibrary_GetWorldStateValueAsInt"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsInt, Node) == 0x000000, "Member 'HTNNodeLibrary_GetWorldStateValueAsInt::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsInt, Key) == 0x000008, "Member 'HTNNodeLibrary_GetWorldStateValueAsInt::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsInt, ReturnValue) == 0x000030, "Member 'HTNNodeLibrary_GetWorldStateValueAsInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetWorldStateValueAsName \ +static_assert(alignof(HTNNodeLibrary_GetWorldStateValueAsName) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetWorldStateValueAsName"); \ +static_assert(sizeof(HTNNodeLibrary_GetWorldStateValueAsName) == 0x000038, "Wrong size on HTNNodeLibrary_GetWorldStateValueAsName"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsName, Node) == 0x000000, "Member 'HTNNodeLibrary_GetWorldStateValueAsName::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsName, Key) == 0x000008, "Member 'HTNNodeLibrary_GetWorldStateValueAsName::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsName, ReturnValue) == 0x000030, "Member 'HTNNodeLibrary_GetWorldStateValueAsName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetWorldStateValueAsObject \ +static_assert(alignof(HTNNodeLibrary_GetWorldStateValueAsObject) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetWorldStateValueAsObject"); \ +static_assert(sizeof(HTNNodeLibrary_GetWorldStateValueAsObject) == 0x000038, "Wrong size on HTNNodeLibrary_GetWorldStateValueAsObject"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsObject, Node) == 0x000000, "Member 'HTNNodeLibrary_GetWorldStateValueAsObject::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsObject, Key) == 0x000008, "Member 'HTNNodeLibrary_GetWorldStateValueAsObject::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsObject, ReturnValue) == 0x000030, "Member 'HTNNodeLibrary_GetWorldStateValueAsObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetWorldStateValueAsRotator \ +static_assert(alignof(HTNNodeLibrary_GetWorldStateValueAsRotator) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetWorldStateValueAsRotator"); \ +static_assert(sizeof(HTNNodeLibrary_GetWorldStateValueAsRotator) == 0x000048, "Wrong size on HTNNodeLibrary_GetWorldStateValueAsRotator"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsRotator, Node) == 0x000000, "Member 'HTNNodeLibrary_GetWorldStateValueAsRotator::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsRotator, Key) == 0x000008, "Member 'HTNNodeLibrary_GetWorldStateValueAsRotator::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsRotator, ReturnValue) == 0x000030, "Member 'HTNNodeLibrary_GetWorldStateValueAsRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetWorldStateValueAsString \ +static_assert(alignof(HTNNodeLibrary_GetWorldStateValueAsString) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetWorldStateValueAsString"); \ +static_assert(sizeof(HTNNodeLibrary_GetWorldStateValueAsString) == 0x000040, "Wrong size on HTNNodeLibrary_GetWorldStateValueAsString"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsString, Node) == 0x000000, "Member 'HTNNodeLibrary_GetWorldStateValueAsString::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsString, Key) == 0x000008, "Member 'HTNNodeLibrary_GetWorldStateValueAsString::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsString, ReturnValue) == 0x000030, "Member 'HTNNodeLibrary_GetWorldStateValueAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_GetWorldStateValueAsVector \ +static_assert(alignof(HTNNodeLibrary_GetWorldStateValueAsVector) == 0x000008, "Wrong alignment on HTNNodeLibrary_GetWorldStateValueAsVector"); \ +static_assert(sizeof(HTNNodeLibrary_GetWorldStateValueAsVector) == 0x000048, "Wrong size on HTNNodeLibrary_GetWorldStateValueAsVector"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsVector, Node) == 0x000000, "Member 'HTNNodeLibrary_GetWorldStateValueAsVector::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsVector, Key) == 0x000008, "Member 'HTNNodeLibrary_GetWorldStateValueAsVector::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_GetWorldStateValueAsVector, ReturnValue) == 0x000030, "Member 'HTNNodeLibrary_GetWorldStateValueAsVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_SetWorldStateSelfLocation \ +static_assert(alignof(HTNNodeLibrary_SetWorldStateSelfLocation) == 0x000008, "Wrong alignment on HTNNodeLibrary_SetWorldStateSelfLocation"); \ +static_assert(sizeof(HTNNodeLibrary_SetWorldStateSelfLocation) == 0x000020, "Wrong size on HTNNodeLibrary_SetWorldStateSelfLocation"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateSelfLocation, Node) == 0x000000, "Member 'HTNNodeLibrary_SetWorldStateSelfLocation::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateSelfLocation, NewSelfLocation) == 0x000008, "Member 'HTNNodeLibrary_SetWorldStateSelfLocation::NewSelfLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_SetWorldStateValueAsBool \ +static_assert(alignof(HTNNodeLibrary_SetWorldStateValueAsBool) == 0x000008, "Wrong alignment on HTNNodeLibrary_SetWorldStateValueAsBool"); \ +static_assert(sizeof(HTNNodeLibrary_SetWorldStateValueAsBool) == 0x000038, "Wrong size on HTNNodeLibrary_SetWorldStateValueAsBool"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsBool, Node) == 0x000000, "Member 'HTNNodeLibrary_SetWorldStateValueAsBool::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsBool, Key) == 0x000008, "Member 'HTNNodeLibrary_SetWorldStateValueAsBool::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsBool, Value) == 0x000030, "Member 'HTNNodeLibrary_SetWorldStateValueAsBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_SetWorldStateValueAsClass \ +static_assert(alignof(HTNNodeLibrary_SetWorldStateValueAsClass) == 0x000008, "Wrong alignment on HTNNodeLibrary_SetWorldStateValueAsClass"); \ +static_assert(sizeof(HTNNodeLibrary_SetWorldStateValueAsClass) == 0x000038, "Wrong size on HTNNodeLibrary_SetWorldStateValueAsClass"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsClass, Node) == 0x000000, "Member 'HTNNodeLibrary_SetWorldStateValueAsClass::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsClass, Key) == 0x000008, "Member 'HTNNodeLibrary_SetWorldStateValueAsClass::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsClass, Value) == 0x000030, "Member 'HTNNodeLibrary_SetWorldStateValueAsClass::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_SetWorldStateValueAsEnum \ +static_assert(alignof(HTNNodeLibrary_SetWorldStateValueAsEnum) == 0x000008, "Wrong alignment on HTNNodeLibrary_SetWorldStateValueAsEnum"); \ +static_assert(sizeof(HTNNodeLibrary_SetWorldStateValueAsEnum) == 0x000038, "Wrong size on HTNNodeLibrary_SetWorldStateValueAsEnum"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsEnum, Node) == 0x000000, "Member 'HTNNodeLibrary_SetWorldStateValueAsEnum::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsEnum, Key) == 0x000008, "Member 'HTNNodeLibrary_SetWorldStateValueAsEnum::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsEnum, Value) == 0x000030, "Member 'HTNNodeLibrary_SetWorldStateValueAsEnum::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_SetWorldStateValueAsFloat \ +static_assert(alignof(HTNNodeLibrary_SetWorldStateValueAsFloat) == 0x000008, "Wrong alignment on HTNNodeLibrary_SetWorldStateValueAsFloat"); \ +static_assert(sizeof(HTNNodeLibrary_SetWorldStateValueAsFloat) == 0x000038, "Wrong size on HTNNodeLibrary_SetWorldStateValueAsFloat"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsFloat, Node) == 0x000000, "Member 'HTNNodeLibrary_SetWorldStateValueAsFloat::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsFloat, Key) == 0x000008, "Member 'HTNNodeLibrary_SetWorldStateValueAsFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsFloat, Value) == 0x000030, "Member 'HTNNodeLibrary_SetWorldStateValueAsFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_SetWorldStateValueAsInt \ +static_assert(alignof(HTNNodeLibrary_SetWorldStateValueAsInt) == 0x000008, "Wrong alignment on HTNNodeLibrary_SetWorldStateValueAsInt"); \ +static_assert(sizeof(HTNNodeLibrary_SetWorldStateValueAsInt) == 0x000038, "Wrong size on HTNNodeLibrary_SetWorldStateValueAsInt"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsInt, Node) == 0x000000, "Member 'HTNNodeLibrary_SetWorldStateValueAsInt::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsInt, Key) == 0x000008, "Member 'HTNNodeLibrary_SetWorldStateValueAsInt::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsInt, Value) == 0x000030, "Member 'HTNNodeLibrary_SetWorldStateValueAsInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_SetWorldStateValueAsName \ +static_assert(alignof(HTNNodeLibrary_SetWorldStateValueAsName) == 0x000008, "Wrong alignment on HTNNodeLibrary_SetWorldStateValueAsName"); \ +static_assert(sizeof(HTNNodeLibrary_SetWorldStateValueAsName) == 0x000038, "Wrong size on HTNNodeLibrary_SetWorldStateValueAsName"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsName, Node) == 0x000000, "Member 'HTNNodeLibrary_SetWorldStateValueAsName::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsName, Key) == 0x000008, "Member 'HTNNodeLibrary_SetWorldStateValueAsName::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsName, Value) == 0x000030, "Member 'HTNNodeLibrary_SetWorldStateValueAsName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_SetWorldStateValueAsObject \ +static_assert(alignof(HTNNodeLibrary_SetWorldStateValueAsObject) == 0x000008, "Wrong alignment on HTNNodeLibrary_SetWorldStateValueAsObject"); \ +static_assert(sizeof(HTNNodeLibrary_SetWorldStateValueAsObject) == 0x000038, "Wrong size on HTNNodeLibrary_SetWorldStateValueAsObject"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsObject, Node) == 0x000000, "Member 'HTNNodeLibrary_SetWorldStateValueAsObject::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsObject, Key) == 0x000008, "Member 'HTNNodeLibrary_SetWorldStateValueAsObject::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsObject, Value) == 0x000030, "Member 'HTNNodeLibrary_SetWorldStateValueAsObject::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_SetWorldStateValueAsRotator \ +static_assert(alignof(HTNNodeLibrary_SetWorldStateValueAsRotator) == 0x000008, "Wrong alignment on HTNNodeLibrary_SetWorldStateValueAsRotator"); \ +static_assert(sizeof(HTNNodeLibrary_SetWorldStateValueAsRotator) == 0x000048, "Wrong size on HTNNodeLibrary_SetWorldStateValueAsRotator"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsRotator, Node) == 0x000000, "Member 'HTNNodeLibrary_SetWorldStateValueAsRotator::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsRotator, Key) == 0x000008, "Member 'HTNNodeLibrary_SetWorldStateValueAsRotator::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsRotator, Value) == 0x000030, "Member 'HTNNodeLibrary_SetWorldStateValueAsRotator::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_SetWorldStateValueAsString \ +static_assert(alignof(HTNNodeLibrary_SetWorldStateValueAsString) == 0x000008, "Wrong alignment on HTNNodeLibrary_SetWorldStateValueAsString"); \ +static_assert(sizeof(HTNNodeLibrary_SetWorldStateValueAsString) == 0x000040, "Wrong size on HTNNodeLibrary_SetWorldStateValueAsString"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsString, Node) == 0x000000, "Member 'HTNNodeLibrary_SetWorldStateValueAsString::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsString, Key) == 0x000008, "Member 'HTNNodeLibrary_SetWorldStateValueAsString::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsString, Value) == 0x000030, "Member 'HTNNodeLibrary_SetWorldStateValueAsString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNNodeLibrary_SetWorldStateValueAsVector \ +static_assert(alignof(HTNNodeLibrary_SetWorldStateValueAsVector) == 0x000008, "Wrong alignment on HTNNodeLibrary_SetWorldStateValueAsVector"); \ +static_assert(sizeof(HTNNodeLibrary_SetWorldStateValueAsVector) == 0x000048, "Wrong size on HTNNodeLibrary_SetWorldStateValueAsVector"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsVector, Node) == 0x000000, "Member 'HTNNodeLibrary_SetWorldStateValueAsVector::Node' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsVector, Key) == 0x000008, "Member 'HTNNodeLibrary_SetWorldStateValueAsVector::Key' has a wrong offset!"); \ +static_assert(offsetof(HTNNodeLibrary_SetWorldStateValueAsVector, Value) == 0x000030, "Member 'HTNNodeLibrary_SetWorldStateValueAsVector::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNNodeLibrary \ +static_assert(alignof(UHTNNodeLibrary) == 0x000008, "Wrong alignment on UHTNNodeLibrary"); \ +static_assert(sizeof(UHTNNodeLibrary) == 0x000028, "Wrong size on UHTNNodeLibrary"); \ + +#define DUMPER7_ASSERTS_UHTNNode_TwoBranches \ +static_assert(alignof(UHTNNode_TwoBranches) == 0x000008, "Wrong alignment on UHTNNode_TwoBranches"); \ +static_assert(sizeof(UHTNNode_TwoBranches) == 0x0000A8, "Wrong size on UHTNNode_TwoBranches"); \ +static_assert(offsetof(UHTNNode_TwoBranches, NumPrimaryNodes) == 0x0000A0, "Member 'UHTNNode_TwoBranches::NumPrimaryNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_AddCooldownDuration \ +static_assert(alignof(HTNComponent_AddCooldownDuration) == 0x000008, "Wrong alignment on HTNComponent_AddCooldownDuration"); \ +static_assert(sizeof(HTNComponent_AddCooldownDuration) == 0x000010, "Wrong size on HTNComponent_AddCooldownDuration"); \ +static_assert(offsetof(HTNComponent_AddCooldownDuration, CooldownOwner) == 0x000000, "Member 'HTNComponent_AddCooldownDuration::CooldownOwner' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_AddCooldownDuration, CooldownDuration) == 0x000008, "Member 'HTNComponent_AddCooldownDuration::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_AddCooldownDuration, bAddToExistingDuration) == 0x00000C, "Member 'HTNComponent_AddCooldownDuration::bAddToExistingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_BP_Replan \ +static_assert(alignof(HTNComponent_BP_Replan) == 0x000008, "Wrong alignment on HTNComponent_BP_Replan"); \ +static_assert(sizeof(HTNComponent_BP_Replan) == 0x000018, "Wrong size on HTNComponent_BP_Replan"); \ +static_assert(offsetof(HTNComponent_BP_Replan, Params_0) == 0x000000, "Member 'HTNComponent_BP_Replan::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_FindOrAddExtensionByClass \ +static_assert(alignof(HTNComponent_FindOrAddExtensionByClass) == 0x000008, "Wrong alignment on HTNComponent_FindOrAddExtensionByClass"); \ +static_assert(sizeof(HTNComponent_FindOrAddExtensionByClass) == 0x000010, "Wrong size on HTNComponent_FindOrAddExtensionByClass"); \ +static_assert(offsetof(HTNComponent_FindOrAddExtensionByClass, ExtensionClass) == 0x000000, "Member 'HTNComponent_FindOrAddExtensionByClass::ExtensionClass' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_FindOrAddExtensionByClass, ReturnValue) == 0x000008, "Member 'HTNComponent_FindOrAddExtensionByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_RemoveExtensionByClass \ +static_assert(alignof(HTNComponent_RemoveExtensionByClass) == 0x000008, "Wrong alignment on HTNComponent_RemoveExtensionByClass"); \ +static_assert(sizeof(HTNComponent_RemoveExtensionByClass) == 0x000010, "Wrong size on HTNComponent_RemoveExtensionByClass"); \ +static_assert(offsetof(HTNComponent_RemoveExtensionByClass, ExtensionClass) == 0x000000, "Member 'HTNComponent_RemoveExtensionByClass::ExtensionClass' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_RemoveExtensionByClass, ReturnValue) == 0x000008, "Member 'HTNComponent_RemoveExtensionByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_SetDynamicHTN \ +static_assert(alignof(HTNComponent_SetDynamicHTN) == 0x000008, "Wrong alignment on HTNComponent_SetDynamicHTN"); \ +static_assert(sizeof(HTNComponent_SetDynamicHTN) == 0x000018, "Wrong size on HTNComponent_SetDynamicHTN"); \ +static_assert(offsetof(HTNComponent_SetDynamicHTN, InjectTag) == 0x000000, "Member 'HTNComponent_SetDynamicHTN::InjectTag' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_SetDynamicHTN, HTN) == 0x000008, "Member 'HTNComponent_SetDynamicHTN::HTN' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_SetDynamicHTN, bForceReplanIfChangedNodesInCurrentPlan) == 0x000010, "Member 'HTNComponent_SetDynamicHTN::bForceReplanIfChangedNodesInCurrentPlan' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_SetDynamicHTN, bForceReplanIfChangedDuringPlanning) == 0x000011, "Member 'HTNComponent_SetDynamicHTN::bForceReplanIfChangedDuringPlanning' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_SetDynamicHTN, bForceAbortCurrentPlanIfForcingReplan) == 0x000012, "Member 'HTNComponent_SetDynamicHTN::bForceAbortCurrentPlanIfForcingReplan' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_SetDynamicHTN, ReturnValue) == 0x000013, "Member 'HTNComponent_SetDynamicHTN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_StartHTN \ +static_assert(alignof(HTNComponent_StartHTN) == 0x000008, "Wrong alignment on HTNComponent_StartHTN"); \ +static_assert(sizeof(HTNComponent_StartHTN) == 0x000008, "Wrong size on HTNComponent_StartHTN"); \ +static_assert(offsetof(HTNComponent_StartHTN, Asset) == 0x000000, "Member 'HTNComponent_StartHTN::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_StopHTN \ +static_assert(alignof(HTNComponent_StopHTN) == 0x000001, "Wrong alignment on HTNComponent_StopHTN"); \ +static_assert(sizeof(HTNComponent_StopHTN) == 0x000001, "Wrong size on HTNComponent_StopHTN"); \ +static_assert(offsetof(HTNComponent_StopHTN, bDisregardLatentAbort) == 0x000000, "Member 'HTNComponent_StopHTN::bDisregardLatentAbort' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_BP_FindExtensionByClass \ +static_assert(alignof(HTNComponent_BP_FindExtensionByClass) == 0x000008, "Wrong alignment on HTNComponent_BP_FindExtensionByClass"); \ +static_assert(sizeof(HTNComponent_BP_FindExtensionByClass) == 0x000018, "Wrong size on HTNComponent_BP_FindExtensionByClass"); \ +static_assert(offsetof(HTNComponent_BP_FindExtensionByClass, OutResult) == 0x000000, "Member 'HTNComponent_BP_FindExtensionByClass::OutResult' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_BP_FindExtensionByClass, ExtensionClass) == 0x000008, "Member 'HTNComponent_BP_FindExtensionByClass::ExtensionClass' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_BP_FindExtensionByClass, ReturnValue) == 0x000010, "Member 'HTNComponent_BP_FindExtensionByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_GetBlackboardProxy \ +static_assert(alignof(HTNComponent_GetBlackboardProxy) == 0x000008, "Wrong alignment on HTNComponent_GetBlackboardProxy"); \ +static_assert(sizeof(HTNComponent_GetBlackboardProxy) == 0x000008, "Wrong size on HTNComponent_GetBlackboardProxy"); \ +static_assert(offsetof(HTNComponent_GetBlackboardProxy, ReturnValue) == 0x000000, "Member 'HTNComponent_GetBlackboardProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_GetCooldownEndTime \ +static_assert(alignof(HTNComponent_GetCooldownEndTime) == 0x000008, "Wrong alignment on HTNComponent_GetCooldownEndTime"); \ +static_assert(sizeof(HTNComponent_GetCooldownEndTime) == 0x000010, "Wrong size on HTNComponent_GetCooldownEndTime"); \ +static_assert(offsetof(HTNComponent_GetCooldownEndTime, CooldownOwner) == 0x000000, "Member 'HTNComponent_GetCooldownEndTime::CooldownOwner' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_GetCooldownEndTime, ReturnValue) == 0x000008, "Member 'HTNComponent_GetCooldownEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_GetCurrentHTN \ +static_assert(alignof(HTNComponent_GetCurrentHTN) == 0x000008, "Wrong alignment on HTNComponent_GetCurrentHTN"); \ +static_assert(sizeof(HTNComponent_GetCurrentHTN) == 0x000008, "Wrong size on HTNComponent_GetCurrentHTN"); \ +static_assert(offsetof(HTNComponent_GetCurrentHTN, ReturnValue) == 0x000000, "Member 'HTNComponent_GetCurrentHTN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_GetDynamicHTN \ +static_assert(alignof(HTNComponent_GetDynamicHTN) == 0x000008, "Wrong alignment on HTNComponent_GetDynamicHTN"); \ +static_assert(sizeof(HTNComponent_GetDynamicHTN) == 0x000010, "Wrong size on HTNComponent_GetDynamicHTN"); \ +static_assert(offsetof(HTNComponent_GetDynamicHTN, InjectTag) == 0x000000, "Member 'HTNComponent_GetDynamicHTN::InjectTag' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_GetDynamicHTN, ReturnValue) == 0x000008, "Member 'HTNComponent_GetDynamicHTN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_GetWorldStateProxy \ +static_assert(alignof(HTNComponent_GetWorldStateProxy) == 0x000008, "Wrong alignment on HTNComponent_GetWorldStateProxy"); \ +static_assert(sizeof(HTNComponent_GetWorldStateProxy) == 0x000010, "Wrong size on HTNComponent_GetWorldStateProxy"); \ +static_assert(offsetof(HTNComponent_GetWorldStateProxy, bForPlanning) == 0x000000, "Member 'HTNComponent_GetWorldStateProxy::bForPlanning' has a wrong offset!"); \ +static_assert(offsetof(HTNComponent_GetWorldStateProxy, ReturnValue) == 0x000008, "Member 'HTNComponent_GetWorldStateProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_HasActivePlan \ +static_assert(alignof(HTNComponent_HasActivePlan) == 0x000001, "Wrong alignment on HTNComponent_HasActivePlan"); \ +static_assert(sizeof(HTNComponent_HasActivePlan) == 0x000001, "Wrong size on HTNComponent_HasActivePlan"); \ +static_assert(offsetof(HTNComponent_HasActivePlan, ReturnValue) == 0x000000, "Member 'HTNComponent_HasActivePlan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_HasActiveTasks \ +static_assert(alignof(HTNComponent_HasActiveTasks) == 0x000001, "Wrong alignment on HTNComponent_HasActiveTasks"); \ +static_assert(sizeof(HTNComponent_HasActiveTasks) == 0x000001, "Wrong size on HTNComponent_HasActiveTasks"); \ +static_assert(offsetof(HTNComponent_HasActiveTasks, ReturnValue) == 0x000000, "Member 'HTNComponent_HasActiveTasks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_HasDeferredAbort \ +static_assert(alignof(HTNComponent_HasDeferredAbort) == 0x000001, "Wrong alignment on HTNComponent_HasDeferredAbort"); \ +static_assert(sizeof(HTNComponent_HasDeferredAbort) == 0x000001, "Wrong size on HTNComponent_HasDeferredAbort"); \ +static_assert(offsetof(HTNComponent_HasDeferredAbort, ReturnValue) == 0x000000, "Member 'HTNComponent_HasDeferredAbort::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_HasDeferredStop \ +static_assert(alignof(HTNComponent_HasDeferredStop) == 0x000001, "Wrong alignment on HTNComponent_HasDeferredStop"); \ +static_assert(sizeof(HTNComponent_HasDeferredStop) == 0x000001, "Wrong size on HTNComponent_HasDeferredStop"); \ +static_assert(offsetof(HTNComponent_HasDeferredStop, ReturnValue) == 0x000000, "Member 'HTNComponent_HasDeferredStop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_HasPlan \ +static_assert(alignof(HTNComponent_HasPlan) == 0x000001, "Wrong alignment on HTNComponent_HasPlan"); \ +static_assert(sizeof(HTNComponent_HasPlan) == 0x000001, "Wrong size on HTNComponent_HasPlan"); \ +static_assert(offsetof(HTNComponent_HasPlan, ReturnValue) == 0x000000, "Member 'HTNComponent_HasPlan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_IsAbortingPlan \ +static_assert(alignof(HTNComponent_IsAbortingPlan) == 0x000001, "Wrong alignment on HTNComponent_IsAbortingPlan"); \ +static_assert(sizeof(HTNComponent_IsAbortingPlan) == 0x000001, "Wrong size on HTNComponent_IsAbortingPlan"); \ +static_assert(offsetof(HTNComponent_IsAbortingPlan, ReturnValue) == 0x000000, "Member 'HTNComponent_IsAbortingPlan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_IsPlanning \ +static_assert(alignof(HTNComponent_IsPlanning) == 0x000001, "Wrong alignment on HTNComponent_IsPlanning"); \ +static_assert(sizeof(HTNComponent_IsPlanning) == 0x000001, "Wrong size on HTNComponent_IsPlanning"); \ +static_assert(offsetof(HTNComponent_IsPlanning, ReturnValue) == 0x000000, "Member 'HTNComponent_IsPlanning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_IsStoppingHTN \ +static_assert(alignof(HTNComponent_IsStoppingHTN) == 0x000001, "Wrong alignment on HTNComponent_IsStoppingHTN"); \ +static_assert(sizeof(HTNComponent_IsStoppingHTN) == 0x000001, "Wrong size on HTNComponent_IsStoppingHTN"); \ +static_assert(offsetof(HTNComponent_IsStoppingHTN, ReturnValue) == 0x000000, "Member 'HTNComponent_IsStoppingHTN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNComponent_IsWaitingForAbortingTasks \ +static_assert(alignof(HTNComponent_IsWaitingForAbortingTasks) == 0x000001, "Wrong alignment on HTNComponent_IsWaitingForAbortingTasks"); \ +static_assert(sizeof(HTNComponent_IsWaitingForAbortingTasks) == 0x000001, "Wrong size on HTNComponent_IsWaitingForAbortingTasks"); \ +static_assert(offsetof(HTNComponent_IsWaitingForAbortingTasks, ReturnValue) == 0x000000, "Member 'HTNComponent_IsWaitingForAbortingTasks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNComponent \ +static_assert(alignof(UHTNComponent) == 0x000008, "Wrong alignment on UHTNComponent"); \ +static_assert(sizeof(UHTNComponent) == 0x0002C8, "Wrong size on UHTNComponent"); \ +static_assert(offsetof(UHTNComponent, MaxPlanLength) == 0x000120, "Member 'UHTNComponent::MaxPlanLength' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, MaxNestedSubPlanDepth) == 0x000124, "Member 'UHTNComponent::MaxNestedSubPlanDepth' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, DefaultHTNAsset) == 0x000140, "Member 'UHTNComponent::DefaultHTNAsset' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, PlanExecutionStartedBPEvent) == 0x000150, "Member 'UHTNComponent::PlanExecutionStartedBPEvent' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, PlanExecutionFinishedBPEvent) == 0x000178, "Member 'UHTNComponent::PlanExecutionFinishedBPEvent' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, CurrentHTNAsset) == 0x0001A0, "Member 'UHTNComponent::CurrentHTNAsset' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, PendingHTNAsset) == 0x0001A8, "Member 'UHTNComponent::PendingHTNAsset' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, RootPlanInstance) == 0x0001B0, "Member 'UHTNComponent::RootPlanInstance' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, SubPlanInstances) == 0x0001B8, "Member 'UHTNComponent::SubPlanInstances' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, PlanningWorldStateProxy) == 0x000208, "Member 'UHTNComponent::PlanningWorldStateProxy' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, BlackboardProxy) == 0x000210, "Member 'UHTNComponent::BlackboardProxy' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, Extensions) == 0x000218, "Member 'UHTNComponent::Extensions' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, PlanningTasksPool) == 0x000268, "Member 'UHTNComponent::PlanningTasksPool' has a wrong offset!"); \ +static_assert(offsetof(UHTNComponent, NodeInstancePools) == 0x000278, "Member 'UHTNComponent::NodeInstancePools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_ClearValue \ +static_assert(alignof(UHTNTask_ClearValue) == 0x000008, "Wrong alignment on UHTNTask_ClearValue"); \ +static_assert(sizeof(UHTNTask_ClearValue) == 0x0000D0, "Wrong size on UHTNTask_ClearValue"); \ + +#define DUMPER7_ASSERTS_UHTNNode_Random \ +static_assert(alignof(UHTNNode_Random) == 0x000008, "Wrong alignment on UHTNNode_Random"); \ +static_assert(sizeof(UHTNNode_Random) == 0x0000A8, "Wrong size on UHTNNode_Random"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_BlackboardBase \ +static_assert(alignof(UHTNDecorator_BlackboardBase) == 0x000008, "Wrong alignment on UHTNDecorator_BlackboardBase"); \ +static_assert(sizeof(UHTNDecorator_BlackboardBase) == 0x0000B0, "Wrong size on UHTNDecorator_BlackboardBase"); \ +static_assert(offsetof(UHTNDecorator_BlackboardBase, BlackboardKey) == 0x000080, "Member 'UHTNDecorator_BlackboardBase::BlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_Blackboard \ +static_assert(alignof(UHTNDecorator_Blackboard) == 0x000008, "Wrong alignment on UHTNDecorator_Blackboard"); \ +static_assert(sizeof(UHTNDecorator_Blackboard) == 0x0000E0, "Wrong size on UHTNDecorator_Blackboard"); \ +static_assert(offsetof(UHTNDecorator_Blackboard, IntValue) == 0x0000B0, "Member 'UHTNDecorator_Blackboard::IntValue' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_Blackboard, FloatValue) == 0x0000B4, "Member 'UHTNDecorator_Blackboard::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_Blackboard, StringValue) == 0x0000B8, "Member 'UHTNDecorator_Blackboard::StringValue' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_Blackboard, CachedDescription) == 0x0000C8, "Member 'UHTNDecorator_Blackboard::CachedDescription' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_Blackboard, OperationType) == 0x0000D8, "Member 'UHTNDecorator_Blackboard::OperationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_BlueprintBase_BP_NotifyEventBasedCondition \ +static_assert(alignof(HTNDecorator_BlueprintBase_BP_NotifyEventBasedCondition) == 0x000001, "Wrong alignment on HTNDecorator_BlueprintBase_BP_NotifyEventBasedCondition"); \ +static_assert(sizeof(HTNDecorator_BlueprintBase_BP_NotifyEventBasedCondition) == 0x000003, "Wrong size on HTNDecorator_BlueprintBase_BP_NotifyEventBasedCondition"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_BP_NotifyEventBasedCondition, bRawConditionValue) == 0x000000, "Member 'HTNDecorator_BlueprintBase_BP_NotifyEventBasedCondition::bRawConditionValue' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_BP_NotifyEventBasedCondition, bCanAbortPlanInstantly) == 0x000001, "Member 'HTNDecorator_BlueprintBase_BP_NotifyEventBasedCondition::bCanAbortPlanInstantly' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_BP_NotifyEventBasedCondition, ReturnValue) == 0x000002, "Member 'HTNDecorator_BlueprintBase_BP_NotifyEventBasedCondition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_BlueprintBase_ReceiveExecutionFinish \ +static_assert(alignof(HTNDecorator_BlueprintBase_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTNDecorator_BlueprintBase_ReceiveExecutionFinish"); \ +static_assert(sizeof(HTNDecorator_BlueprintBase_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTNDecorator_BlueprintBase_ReceiveExecutionFinish"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTNDecorator_BlueprintBase_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTNDecorator_BlueprintBase_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTNDecorator_BlueprintBase_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTNDecorator_BlueprintBase_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_BlueprintBase_ReceiveExecutionStart \ +static_assert(alignof(HTNDecorator_BlueprintBase_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTNDecorator_BlueprintBase_ReceiveExecutionStart"); \ +static_assert(sizeof(HTNDecorator_BlueprintBase_ReceiveExecutionStart) == 0x000018, "Wrong size on HTNDecorator_BlueprintBase_ReceiveExecutionStart"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTNDecorator_BlueprintBase_ReceiveExecutionStart::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTNDecorator_BlueprintBase_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTNDecorator_BlueprintBase_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished \ +static_assert(alignof(HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished) == 0x000008, "Wrong alignment on HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished"); \ +static_assert(sizeof(HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished) == 0x000020, "Wrong size on HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished, Owner) == 0x000000, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished, OwnerController) == 0x000008, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished, ControlledPawn) == 0x000010, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished, Result) == 0x000018, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionStarted \ +static_assert(alignof(HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionStarted) == 0x000008, "Wrong alignment on HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionStarted"); \ +static_assert(sizeof(HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionStarted) == 0x000018, "Wrong size on HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionStarted"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionStarted, Owner) == 0x000000, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionStarted::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionStarted, OwnerController) == 0x000008, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionStarted::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionStarted, ControlledPawn) == 0x000010, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanExecutionStarted::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_BlueprintBase_ReceiveTick \ +static_assert(alignof(HTNDecorator_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on HTNDecorator_BlueprintBase_ReceiveTick"); \ +static_assert(sizeof(HTNDecorator_BlueprintBase_ReceiveTick) == 0x000020, "Wrong size on HTNDecorator_BlueprintBase_ReceiveTick"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveTick, Owner) == 0x000000, "Member 'HTNDecorator_BlueprintBase_ReceiveTick::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTNDecorator_BlueprintBase_ReceiveTick::OwnerAsController' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTNDecorator_BlueprintBase_ReceiveTick::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTNDecorator_BlueprintBase_ReceiveTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_BlueprintBase_BP_Replan \ +static_assert(alignof(HTNDecorator_BlueprintBase_BP_Replan) == 0x000008, "Wrong alignment on HTNDecorator_BlueprintBase_BP_Replan"); \ +static_assert(sizeof(HTNDecorator_BlueprintBase_BP_Replan) == 0x000018, "Wrong size on HTNDecorator_BlueprintBase_BP_Replan"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_BP_Replan, Params_0) == 0x000000, "Member 'HTNDecorator_BlueprintBase_BP_Replan::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_BlueprintBase_PerformConditionCheck \ +static_assert(alignof(HTNDecorator_BlueprintBase_PerformConditionCheck) == 0x000008, "Wrong alignment on HTNDecorator_BlueprintBase_PerformConditionCheck"); \ +static_assert(sizeof(HTNDecorator_BlueprintBase_PerformConditionCheck) == 0x000020, "Wrong size on HTNDecorator_BlueprintBase_PerformConditionCheck"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_PerformConditionCheck, Owner) == 0x000000, "Member 'HTNDecorator_BlueprintBase_PerformConditionCheck::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_PerformConditionCheck, OwnerAsController) == 0x000008, "Member 'HTNDecorator_BlueprintBase_PerformConditionCheck::OwnerAsController' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_PerformConditionCheck, ControlledPawn) == 0x000010, "Member 'HTNDecorator_BlueprintBase_PerformConditionCheck::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_PerformConditionCheck, CheckType) == 0x000018, "Member 'HTNDecorator_BlueprintBase_PerformConditionCheck::CheckType' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_PerformConditionCheck, ReturnValue) == 0x000019, "Member 'HTNDecorator_BlueprintBase_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_BlueprintBase_ReceiveModifyStepCost \ +static_assert(alignof(HTNDecorator_BlueprintBase_ReceiveModifyStepCost) == 0x000008, "Wrong alignment on HTNDecorator_BlueprintBase_ReceiveModifyStepCost"); \ +static_assert(sizeof(HTNDecorator_BlueprintBase_ReceiveModifyStepCost) == 0x000028, "Wrong size on HTNDecorator_BlueprintBase_ReceiveModifyStepCost"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveModifyStepCost, OriginalCost) == 0x000000, "Member 'HTNDecorator_BlueprintBase_ReceiveModifyStepCost::OriginalCost' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveModifyStepCost, Owner) == 0x000008, "Member 'HTNDecorator_BlueprintBase_ReceiveModifyStepCost::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveModifyStepCost, OwnerAsController) == 0x000010, "Member 'HTNDecorator_BlueprintBase_ReceiveModifyStepCost::OwnerAsController' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveModifyStepCost, ControlledPawn) == 0x000018, "Member 'HTNDecorator_BlueprintBase_ReceiveModifyStepCost::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveModifyStepCost, ReturnValue) == 0x000020, "Member 'HTNDecorator_BlueprintBase_ReceiveModifyStepCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_BlueprintBase_ReceiveOnPlanEnter \ +static_assert(alignof(HTNDecorator_BlueprintBase_ReceiveOnPlanEnter) == 0x000008, "Wrong alignment on HTNDecorator_BlueprintBase_ReceiveOnPlanEnter"); \ +static_assert(sizeof(HTNDecorator_BlueprintBase_ReceiveOnPlanEnter) == 0x000018, "Wrong size on HTNDecorator_BlueprintBase_ReceiveOnPlanEnter"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanEnter, Owner) == 0x000000, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanEnter::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanEnter, OwnerAsController) == 0x000008, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanEnter::OwnerAsController' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanEnter, ControlledPawn) == 0x000010, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanEnter::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_BlueprintBase_ReceiveOnPlanExit \ +static_assert(alignof(HTNDecorator_BlueprintBase_ReceiveOnPlanExit) == 0x000008, "Wrong alignment on HTNDecorator_BlueprintBase_ReceiveOnPlanExit"); \ +static_assert(sizeof(HTNDecorator_BlueprintBase_ReceiveOnPlanExit) == 0x000018, "Wrong size on HTNDecorator_BlueprintBase_ReceiveOnPlanExit"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanExit, Owner) == 0x000000, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanExit::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanExit, OwnerAsController) == 0x000008, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanExit::OwnerAsController' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_BlueprintBase_ReceiveOnPlanExit, ControlledPawn) == 0x000010, "Member 'HTNDecorator_BlueprintBase_ReceiveOnPlanExit::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_BlueprintBase \ +static_assert(alignof(UHTNDecorator_BlueprintBase) == 0x000008, "Wrong alignment on UHTNDecorator_BlueprintBase"); \ +static_assert(sizeof(UHTNDecorator_BlueprintBase) == 0x0000A8, "Wrong size on UHTNDecorator_BlueprintBase"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_Cooldown \ +static_assert(alignof(UHTNDecorator_Cooldown) == 0x000008, "Wrong alignment on UHTNDecorator_Cooldown"); \ +static_assert(sizeof(UHTNDecorator_Cooldown) == 0x000098, "Wrong size on UHTNDecorator_Cooldown"); \ +static_assert(offsetof(UHTNDecorator_Cooldown, CooldownDuration) == 0x000084, "Member 'UHTNDecorator_Cooldown::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_Cooldown, RandomDeviation) == 0x000088, "Member 'UHTNDecorator_Cooldown::RandomDeviation' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_Cooldown, GameplayTag) == 0x00008C, "Member 'UHTNDecorator_Cooldown::GameplayTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNExtension_Cooldown_AddCooldownDuration \ +static_assert(alignof(HTNExtension_Cooldown_AddCooldownDuration) == 0x000008, "Wrong alignment on HTNExtension_Cooldown_AddCooldownDuration"); \ +static_assert(sizeof(HTNExtension_Cooldown_AddCooldownDuration) == 0x000010, "Wrong size on HTNExtension_Cooldown_AddCooldownDuration"); \ +static_assert(offsetof(HTNExtension_Cooldown_AddCooldownDuration, CooldownOwner) == 0x000000, "Member 'HTNExtension_Cooldown_AddCooldownDuration::CooldownOwner' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_Cooldown_AddCooldownDuration, CooldownDuration) == 0x000008, "Member 'HTNExtension_Cooldown_AddCooldownDuration::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_Cooldown_AddCooldownDuration, bAddToExistingDuration) == 0x00000C, "Member 'HTNExtension_Cooldown_AddCooldownDuration::bAddToExistingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNExtension_Cooldown_AddTagCooldownDuration \ +static_assert(alignof(HTNExtension_Cooldown_AddTagCooldownDuration) == 0x000004, "Wrong alignment on HTNExtension_Cooldown_AddTagCooldownDuration"); \ +static_assert(sizeof(HTNExtension_Cooldown_AddTagCooldownDuration) == 0x000010, "Wrong size on HTNExtension_Cooldown_AddTagCooldownDuration"); \ +static_assert(offsetof(HTNExtension_Cooldown_AddTagCooldownDuration, CooldownTag) == 0x000000, "Member 'HTNExtension_Cooldown_AddTagCooldownDuration::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_Cooldown_AddTagCooldownDuration, CooldownDuration) == 0x000008, "Member 'HTNExtension_Cooldown_AddTagCooldownDuration::CooldownDuration' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_Cooldown_AddTagCooldownDuration, bAddToExistingDuration) == 0x00000C, "Member 'HTNExtension_Cooldown_AddTagCooldownDuration::bAddToExistingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNExtension_Cooldown_ResetCooldownsByTag \ +static_assert(alignof(HTNExtension_Cooldown_ResetCooldownsByTag) == 0x000004, "Wrong alignment on HTNExtension_Cooldown_ResetCooldownsByTag"); \ +static_assert(sizeof(HTNExtension_Cooldown_ResetCooldownsByTag) == 0x000008, "Wrong size on HTNExtension_Cooldown_ResetCooldownsByTag"); \ +static_assert(offsetof(HTNExtension_Cooldown_ResetCooldownsByTag, CooldownTag) == 0x000000, "Member 'HTNExtension_Cooldown_ResetCooldownsByTag::CooldownTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNExtension_Cooldown_GetCooldownEndTime \ +static_assert(alignof(HTNExtension_Cooldown_GetCooldownEndTime) == 0x000008, "Wrong alignment on HTNExtension_Cooldown_GetCooldownEndTime"); \ +static_assert(sizeof(HTNExtension_Cooldown_GetCooldownEndTime) == 0x000010, "Wrong size on HTNExtension_Cooldown_GetCooldownEndTime"); \ +static_assert(offsetof(HTNExtension_Cooldown_GetCooldownEndTime, CooldownOwner) == 0x000000, "Member 'HTNExtension_Cooldown_GetCooldownEndTime::CooldownOwner' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_Cooldown_GetCooldownEndTime, ReturnValue) == 0x000008, "Member 'HTNExtension_Cooldown_GetCooldownEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNExtension_Cooldown_GetTagCooldownEndTime \ +static_assert(alignof(HTNExtension_Cooldown_GetTagCooldownEndTime) == 0x000004, "Wrong alignment on HTNExtension_Cooldown_GetTagCooldownEndTime"); \ +static_assert(sizeof(HTNExtension_Cooldown_GetTagCooldownEndTime) == 0x00000C, "Wrong size on HTNExtension_Cooldown_GetTagCooldownEndTime"); \ +static_assert(offsetof(HTNExtension_Cooldown_GetTagCooldownEndTime, CooldownTag) == 0x000000, "Member 'HTNExtension_Cooldown_GetTagCooldownEndTime::CooldownTag' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_Cooldown_GetTagCooldownEndTime, ReturnValue) == 0x000008, "Member 'HTNExtension_Cooldown_GetTagCooldownEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNExtension_Cooldown \ +static_assert(alignof(UHTNExtension_Cooldown) == 0x000008, "Wrong alignment on UHTNExtension_Cooldown"); \ +static_assert(sizeof(UHTNExtension_Cooldown) == 0x0000D0, "Wrong size on UHTNExtension_Cooldown"); \ +static_assert(offsetof(UHTNExtension_Cooldown, CooldownOwnerToEndTime) == 0x000030, "Member 'UHTNExtension_Cooldown::CooldownOwnerToEndTime' has a wrong offset!"); \ +static_assert(offsetof(UHTNExtension_Cooldown, CooldownTagToEndTime) == 0x000080, "Member 'UHTNExtension_Cooldown::CooldownTagToEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_DistanceCheck \ +static_assert(alignof(UHTNDecorator_DistanceCheck) == 0x000008, "Wrong alignment on UHTNDecorator_DistanceCheck"); \ +static_assert(sizeof(UHTNDecorator_DistanceCheck) == 0x0001B8, "Wrong size on UHTNDecorator_DistanceCheck"); \ +static_assert(offsetof(UHTNDecorator_DistanceCheck, LocationSourceA) == 0x000080, "Member 'UHTNDecorator_DistanceCheck::LocationSourceA' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DistanceCheck, LocationSourceB) == 0x0000D0, "Member 'UHTNDecorator_DistanceCheck::LocationSourceB' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DistanceCheck, DistanceRange) == 0x000120, "Member 'UHTNDecorator_DistanceCheck::DistanceRange' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DistanceCheck, CheckMode) == 0x000130, "Member 'UHTNDecorator_DistanceCheck::CheckMode' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DistanceCheck, CapsuleHalfHeight) == 0x000134, "Member 'UHTNDecorator_DistanceCheck::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DistanceCheck, CapsuleRadius) == 0x000138, "Member 'UHTNDecorator_DistanceCheck::CapsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DistanceCheck, MinDistance) == 0x000140, "Member 'UHTNDecorator_DistanceCheck::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DistanceCheck, MaxDistance) == 0x000144, "Member 'UHTNDecorator_DistanceCheck::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DistanceCheck, A) == 0x000148, "Member 'UHTNDecorator_DistanceCheck::A' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DistanceCheck, B) == 0x000170, "Member 'UHTNDecorator_DistanceCheck::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_DoOnce \ +static_assert(alignof(UHTNDecorator_DoOnce) == 0x000008, "Wrong alignment on UHTNDecorator_DoOnce"); \ +static_assert(sizeof(UHTNDecorator_DoOnce) == 0x000090, "Wrong size on UHTNDecorator_DoOnce"); \ +static_assert(offsetof(UHTNDecorator_DoOnce, GameplayTag) == 0x000080, "Member 'UHTNDecorator_DoOnce::GameplayTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNExtension_DoOnce_SetDoOnceLocked \ +static_assert(alignof(HTNExtension_DoOnce_SetDoOnceLocked) == 0x000004, "Wrong alignment on HTNExtension_DoOnce_SetDoOnceLocked"); \ +static_assert(sizeof(HTNExtension_DoOnce_SetDoOnceLocked) == 0x00000C, "Wrong size on HTNExtension_DoOnce_SetDoOnceLocked"); \ +static_assert(offsetof(HTNExtension_DoOnce_SetDoOnceLocked, Tag) == 0x000000, "Member 'HTNExtension_DoOnce_SetDoOnceLocked::Tag' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_DoOnce_SetDoOnceLocked, bNewLocked) == 0x000008, "Member 'HTNExtension_DoOnce_SetDoOnceLocked::bNewLocked' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_DoOnce_SetDoOnceLocked, ReturnValue) == 0x000009, "Member 'HTNExtension_DoOnce_SetDoOnceLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNExtension_DoOnce_IsDoOnceLocked \ +static_assert(alignof(HTNExtension_DoOnce_IsDoOnceLocked) == 0x000004, "Wrong alignment on HTNExtension_DoOnce_IsDoOnceLocked"); \ +static_assert(sizeof(HTNExtension_DoOnce_IsDoOnceLocked) == 0x00000C, "Wrong size on HTNExtension_DoOnce_IsDoOnceLocked"); \ +static_assert(offsetof(HTNExtension_DoOnce_IsDoOnceLocked, Tag) == 0x000000, "Member 'HTNExtension_DoOnce_IsDoOnceLocked::Tag' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_DoOnce_IsDoOnceLocked, ReturnValue) == 0x000008, "Member 'HTNExtension_DoOnce_IsDoOnceLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNExtension_DoOnce \ +static_assert(alignof(UHTNExtension_DoOnce) == 0x000008, "Wrong alignment on UHTNExtension_DoOnce"); \ +static_assert(sizeof(UHTNExtension_DoOnce) == 0x000100, "Wrong size on UHTNExtension_DoOnce"); \ +static_assert(offsetof(UHTNExtension_DoOnce, LockedGameplayTags) == 0x000060, "Member 'UHTNExtension_DoOnce::LockedGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(UHTNExtension_DoOnce, LockedDecorators) == 0x0000B0, "Member 'UHTNExtension_DoOnce::LockedDecorators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_FocusScope \ +static_assert(alignof(UHTNDecorator_FocusScope) == 0x000008, "Wrong alignment on UHTNDecorator_FocusScope"); \ +static_assert(sizeof(UHTNDecorator_FocusScope) == 0x0000B8, "Wrong size on UHTNDecorator_FocusScope"); \ +static_assert(offsetof(UHTNDecorator_FocusScope, FocusTarget) == 0x000088, "Member 'UHTNDecorator_FocusScope::FocusTarget' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_FocusScope, FocusPriority) == 0x0000B1, "Member 'UHTNDecorator_FocusScope::FocusPriority' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_FocusScope, RotationKeyLookAheadDistance) == 0x0000B4, "Member 'UHTNDecorator_FocusScope::RotationKeyLookAheadDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_GuardValue \ +static_assert(alignof(UHTNDecorator_GuardValue) == 0x000008, "Wrong alignment on UHTNDecorator_GuardValue"); \ +static_assert(sizeof(UHTNDecorator_GuardValue) == 0x000110, "Wrong size on UHTNDecorator_GuardValue"); \ +static_assert(offsetof(UHTNDecorator_GuardValue, Value) == 0x0000B0, "Member 'UHTNDecorator_GuardValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_TraceTest \ +static_assert(alignof(UHTNDecorator_TraceTest) == 0x000008, "Wrong alignment on UHTNDecorator_TraceTest"); \ +static_assert(sizeof(UHTNDecorator_TraceTest) == 0x000128, "Wrong size on UHTNDecorator_TraceTest"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, TraceFrom) == 0x000080, "Member 'UHTNDecorator_TraceTest::TraceFrom' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, TraceFromZOffset) == 0x0000A8, "Member 'UHTNDecorator_TraceTest::TraceFromZOffset' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, TraceTo) == 0x0000B0, "Member 'UHTNDecorator_TraceTest::TraceTo' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, TraceToZOffset) == 0x0000D8, "Member 'UHTNDecorator_TraceTest::TraceToZOffset' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, CollisionChannel) == 0x0000DC, "Member 'UHTNDecorator_TraceTest::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, TraceShape) == 0x0000DE, "Member 'UHTNDecorator_TraceTest::TraceShape' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, TraceExtentX) == 0x0000E0, "Member 'UHTNDecorator_TraceTest::TraceExtentX' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, TraceExtentY) == 0x0000E4, "Member 'UHTNDecorator_TraceTest::TraceExtentY' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, TraceExtentZ) == 0x0000E8, "Member 'UHTNDecorator_TraceTest::TraceExtentZ' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, DrawDebugType) == 0x0000EC, "Member 'UHTNDecorator_TraceTest::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, DebugColor) == 0x0000F0, "Member 'UHTNDecorator_TraceTest::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, DebugHitColor) == 0x000100, "Member 'UHTNDecorator_TraceTest::DebugHitColor' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, DebugDrawTime) == 0x000110, "Member 'UHTNDecorator_TraceTest::DebugDrawTime' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_TraceTest, ActorsToIgnoreBuffer) == 0x000118, "Member 'UHTNDecorator_TraceTest::ActorsToIgnoreBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNExtension_BlueprintBase_OnTick \ +static_assert(alignof(HTNExtension_BlueprintBase_OnTick) == 0x000004, "Wrong alignment on HTNExtension_BlueprintBase_OnTick"); \ +static_assert(sizeof(HTNExtension_BlueprintBase_OnTick) == 0x000004, "Wrong size on HTNExtension_BlueprintBase_OnTick"); \ +static_assert(offsetof(HTNExtension_BlueprintBase_OnTick, DeltaTime) == 0x000000, "Member 'HTNExtension_BlueprintBase_OnTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNExtension_BlueprintBase \ +static_assert(alignof(UHTNExtension_BlueprintBase) == 0x000008, "Wrong alignment on UHTNExtension_BlueprintBase"); \ +static_assert(sizeof(UHTNExtension_BlueprintBase) == 0x000038, "Wrong size on UHTNExtension_BlueprintBase"); \ + +#define DUMPER7_ASSERTS_UHTNNode_AnyOrder \ +static_assert(alignof(UHTNNode_AnyOrder) == 0x000008, "Wrong alignment on UHTNNode_AnyOrder"); \ +static_assert(sizeof(UHTNNode_AnyOrder) == 0x0000A8, "Wrong size on UHTNNode_AnyOrder"); \ + +#define DUMPER7_ASSERTS_UHTNNode_If \ +static_assert(alignof(UHTNNode_If) == 0x000008, "Wrong alignment on UHTNNode_If"); \ +static_assert(sizeof(UHTNNode_If) == 0x0000B0, "Wrong size on UHTNNode_If"); \ +static_assert(offsetof(UHTNNode_If, PlanAdjustmentMode) == 0x0000A9, "Member 'UHTNNode_If::PlanAdjustmentMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNNode_Optional \ +static_assert(alignof(UHTNNode_Optional) == 0x000008, "Wrong alignment on UHTNNode_Optional"); \ +static_assert(sizeof(UHTNNode_Optional) == 0x0000A8, "Wrong size on UHTNNode_Optional"); \ +static_assert(offsetof(UHTNNode_Optional, PlanAdjustmentMode) == 0x0000A0, "Member 'UHTNNode_Optional::PlanAdjustmentMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNNode_Parallel \ +static_assert(alignof(UHTNNode_Parallel) == 0x000008, "Wrong alignment on UHTNNode_Parallel"); \ +static_assert(sizeof(UHTNNode_Parallel) == 0x0000B0, "Wrong size on UHTNNode_Parallel"); \ + +#define DUMPER7_ASSERTS_UHTNNode_Prefer \ +static_assert(alignof(UHTNNode_Prefer) == 0x000008, "Wrong alignment on UHTNNode_Prefer"); \ +static_assert(sizeof(UHTNNode_Prefer) == 0x0000B0, "Wrong size on UHTNNode_Prefer"); \ +static_assert(offsetof(UHTNNode_Prefer, PlanAdjustmentMode) == 0x0000A8, "Member 'UHTNNode_Prefer::PlanAdjustmentMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNNode_RandomWeight \ +static_assert(alignof(UHTNNode_RandomWeight) == 0x000008, "Wrong alignment on UHTNNode_RandomWeight"); \ +static_assert(sizeof(UHTNNode_RandomWeight) == 0x0000A8, "Wrong size on UHTNNode_RandomWeight"); \ +static_assert(offsetof(UHTNNode_RandomWeight, RandomWeight) == 0x0000A0, "Member 'UHTNNode_RandomWeight::RandomWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNNode_Scope \ +static_assert(alignof(UHTNNode_Scope) == 0x000008, "Wrong alignment on UHTNNode_Scope"); \ +static_assert(sizeof(UHTNNode_Scope) == 0x0000A0, "Wrong size on UHTNNode_Scope"); \ + +#define DUMPER7_ASSERTS_UHTNNode_Sequence \ +static_assert(alignof(UHTNNode_Sequence) == 0x000008, "Wrong alignment on UHTNNode_Sequence"); \ +static_assert(sizeof(UHTNNode_Sequence) == 0x0000A8, "Wrong size on UHTNNode_Sequence"); \ + +#define DUMPER7_ASSERTS_UHTNNode_SubNetwork \ +static_assert(alignof(UHTNNode_SubNetwork) == 0x000008, "Wrong alignment on UHTNNode_SubNetwork"); \ +static_assert(sizeof(UHTNNode_SubNetwork) == 0x0000A8, "Wrong size on UHTNNode_SubNetwork"); \ +static_assert(offsetof(UHTNNode_SubNetwork, HTN) == 0x0000A0, "Member 'UHTNNode_SubNetwork::HTN' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNNode_SubNetworkDynamic \ +static_assert(alignof(UHTNNode_SubNetworkDynamic) == 0x000008, "Wrong alignment on UHTNNode_SubNetworkDynamic"); \ +static_assert(sizeof(UHTNNode_SubNetworkDynamic) == 0x0000E8, "Wrong size on UHTNNode_SubNetworkDynamic"); \ +static_assert(offsetof(UHTNNode_SubNetworkDynamic, DefaultHTN) == 0x0000A0, "Member 'UHTNNode_SubNetworkDynamic::DefaultHTN' has a wrong offset!"); \ +static_assert(offsetof(UHTNNode_SubNetworkDynamic, InjectTag) == 0x0000AC, "Member 'UHTNNode_SubNetworkDynamic::InjectTag' has a wrong offset!"); \ +static_assert(offsetof(UHTNNode_SubNetworkDynamic, TakeHTNFromWorldstateKey) == 0x0000B8, "Member 'UHTNNode_SubNetworkDynamic::TakeHTNFromWorldstateKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNNode_SubNetworkDynamic, PlanAdjustmentMode) == 0x0000E0, "Member 'UHTNNode_SubNetworkDynamic::PlanAdjustmentMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNExtension_SubNetworkDynamic_SetDynamicHTN \ +static_assert(alignof(HTNExtension_SubNetworkDynamic_SetDynamicHTN) == 0x000008, "Wrong alignment on HTNExtension_SubNetworkDynamic_SetDynamicHTN"); \ +static_assert(sizeof(HTNExtension_SubNetworkDynamic_SetDynamicHTN) == 0x000018, "Wrong size on HTNExtension_SubNetworkDynamic_SetDynamicHTN"); \ +static_assert(offsetof(HTNExtension_SubNetworkDynamic_SetDynamicHTN, InjectTag) == 0x000000, "Member 'HTNExtension_SubNetworkDynamic_SetDynamicHTN::InjectTag' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_SubNetworkDynamic_SetDynamicHTN, HTN) == 0x000008, "Member 'HTNExtension_SubNetworkDynamic_SetDynamicHTN::HTN' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_SubNetworkDynamic_SetDynamicHTN, bForceReplanIfChangedNodesInCurrentPlan) == 0x000010, "Member 'HTNExtension_SubNetworkDynamic_SetDynamicHTN::bForceReplanIfChangedNodesInCurrentPlan' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_SubNetworkDynamic_SetDynamicHTN, bForceReplanIfChangedDuringPlanning) == 0x000011, "Member 'HTNExtension_SubNetworkDynamic_SetDynamicHTN::bForceReplanIfChangedDuringPlanning' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_SubNetworkDynamic_SetDynamicHTN, bForceAbortCurrentPlanIfForcingReplan) == 0x000012, "Member 'HTNExtension_SubNetworkDynamic_SetDynamicHTN::bForceAbortCurrentPlanIfForcingReplan' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_SubNetworkDynamic_SetDynamicHTN, ReturnValue) == 0x000013, "Member 'HTNExtension_SubNetworkDynamic_SetDynamicHTN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNExtension_SubNetworkDynamic_GetDynamicHTN \ +static_assert(alignof(HTNExtension_SubNetworkDynamic_GetDynamicHTN) == 0x000008, "Wrong alignment on HTNExtension_SubNetworkDynamic_GetDynamicHTN"); \ +static_assert(sizeof(HTNExtension_SubNetworkDynamic_GetDynamicHTN) == 0x000010, "Wrong size on HTNExtension_SubNetworkDynamic_GetDynamicHTN"); \ +static_assert(offsetof(HTNExtension_SubNetworkDynamic_GetDynamicHTN, InjectTag) == 0x000000, "Member 'HTNExtension_SubNetworkDynamic_GetDynamicHTN::InjectTag' has a wrong offset!"); \ +static_assert(offsetof(HTNExtension_SubNetworkDynamic_GetDynamicHTN, ReturnValue) == 0x000008, "Member 'HTNExtension_SubNetworkDynamic_GetDynamicHTN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNExtension_SubNetworkDynamic \ +static_assert(alignof(UHTNExtension_SubNetworkDynamic) == 0x000008, "Wrong alignment on UHTNExtension_SubNetworkDynamic"); \ +static_assert(sizeof(UHTNExtension_SubNetworkDynamic) == 0x000080, "Wrong size on UHTNExtension_SubNetworkDynamic"); \ +static_assert(offsetof(UHTNExtension_SubNetworkDynamic, GameplayTagToDynamicHTN) == 0x000030, "Member 'UHTNExtension_SubNetworkDynamic::GameplayTagToDynamicHTN' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNPlanInstance \ +static_assert(alignof(UHTNPlanInstance) == 0x000008, "Wrong alignment on UHTNPlanInstance"); \ +static_assert(sizeof(UHTNPlanInstance) == 0x000178, "Wrong size on UHTNPlanInstance"); \ +static_assert(offsetof(UHTNPlanInstance, Status) == 0x000070, "Member 'UHTNPlanInstance::Status' has a wrong offset!"); \ +static_assert(offsetof(UHTNPlanInstance, Config) == 0x000078, "Member 'UHTNPlanInstance::Config' has a wrong offset!"); \ +static_assert(offsetof(UHTNPlanInstance, OwnerComponent) == 0x0000C0, "Member 'UHTNPlanInstance::OwnerComponent' has a wrong offset!"); \ +static_assert(offsetof(UHTNPlanInstance, ID) == 0x0000C8, "Member 'UHTNPlanInstance::ID' has a wrong offset!"); \ +static_assert(offsetof(UHTNPlanInstance, CurrentPlanningTask) == 0x0000D0, "Member 'UHTNPlanInstance::CurrentPlanningTask' has a wrong offset!"); \ +static_assert(offsetof(UHTNPlanInstance, PlanMemory) == 0x000128, "Member 'UHTNPlanInstance::PlanMemory' has a wrong offset!"); \ +static_assert(offsetof(UHTNPlanInstance, NodeInstances) == 0x000138, "Member 'UHTNPlanInstance::NodeInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNRuntimeSettings \ +static_assert(alignof(UHTNRuntimeSettings) == 0x000008, "Wrong alignment on UHTNRuntimeSettings"); \ +static_assert(sizeof(UHTNRuntimeSettings) == 0x000030, "Wrong size on UHTNRuntimeSettings"); \ +static_assert(offsetof(UHTNRuntimeSettings, bEnableNodeInstancePooling) == 0x000028, "Member 'UHTNRuntimeSettings::bEnableNodeInstancePooling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNExtension_ServicePersistentTickCountdown \ +static_assert(alignof(UHTNExtension_ServicePersistentTickCountdown) == 0x000008, "Wrong alignment on UHTNExtension_ServicePersistentTickCountdown"); \ +static_assert(sizeof(UHTNExtension_ServicePersistentTickCountdown) == 0x000080, "Wrong size on UHTNExtension_ServicePersistentTickCountdown"); \ +static_assert(offsetof(UHTNExtension_ServicePersistentTickCountdown, ServiceToCountdown) == 0x000030, "Member 'UHTNExtension_ServicePersistentTickCountdown::ServiceToCountdown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNService_BlueprintBase_ReceiveExecutionFinish \ +static_assert(alignof(HTNService_BlueprintBase_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on HTNService_BlueprintBase_ReceiveExecutionFinish"); \ +static_assert(sizeof(HTNService_BlueprintBase_ReceiveExecutionFinish) == 0x000020, "Wrong size on HTNService_BlueprintBase_ReceiveExecutionFinish"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveExecutionFinish, Owner) == 0x000000, "Member 'HTNService_BlueprintBase_ReceiveExecutionFinish::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveExecutionFinish, OwnerAsController) == 0x000008, "Member 'HTNService_BlueprintBase_ReceiveExecutionFinish::OwnerAsController' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveExecutionFinish, ControlledPawn) == 0x000010, "Member 'HTNService_BlueprintBase_ReceiveExecutionFinish::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveExecutionFinish, NodeResult) == 0x000018, "Member 'HTNService_BlueprintBase_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNService_BlueprintBase_ReceiveExecutionStart \ +static_assert(alignof(HTNService_BlueprintBase_ReceiveExecutionStart) == 0x000008, "Wrong alignment on HTNService_BlueprintBase_ReceiveExecutionStart"); \ +static_assert(sizeof(HTNService_BlueprintBase_ReceiveExecutionStart) == 0x000018, "Wrong size on HTNService_BlueprintBase_ReceiveExecutionStart"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveExecutionStart, Owner) == 0x000000, "Member 'HTNService_BlueprintBase_ReceiveExecutionStart::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveExecutionStart, OwnerAsController) == 0x000008, "Member 'HTNService_BlueprintBase_ReceiveExecutionStart::OwnerAsController' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveExecutionStart, ControlledPawn) == 0x000010, "Member 'HTNService_BlueprintBase_ReceiveExecutionStart::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished \ +static_assert(alignof(HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished) == 0x000008, "Wrong alignment on HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished"); \ +static_assert(sizeof(HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished) == 0x000020, "Wrong size on HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished, Owner) == 0x000000, "Member 'HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished, OwnerController) == 0x000008, "Member 'HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished, ControlledPawn) == 0x000010, "Member 'HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished, Result) == 0x000018, "Member 'HTNService_BlueprintBase_ReceiveOnPlanExecutionFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNService_BlueprintBase_ReceiveOnPlanExecutionStarted \ +static_assert(alignof(HTNService_BlueprintBase_ReceiveOnPlanExecutionStarted) == 0x000008, "Wrong alignment on HTNService_BlueprintBase_ReceiveOnPlanExecutionStarted"); \ +static_assert(sizeof(HTNService_BlueprintBase_ReceiveOnPlanExecutionStarted) == 0x000018, "Wrong size on HTNService_BlueprintBase_ReceiveOnPlanExecutionStarted"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveOnPlanExecutionStarted, Owner) == 0x000000, "Member 'HTNService_BlueprintBase_ReceiveOnPlanExecutionStarted::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveOnPlanExecutionStarted, OwnerController) == 0x000008, "Member 'HTNService_BlueprintBase_ReceiveOnPlanExecutionStarted::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveOnPlanExecutionStarted, ControlledPawn) == 0x000010, "Member 'HTNService_BlueprintBase_ReceiveOnPlanExecutionStarted::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNService_BlueprintBase_ReceiveTick \ +static_assert(alignof(HTNService_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on HTNService_BlueprintBase_ReceiveTick"); \ +static_assert(sizeof(HTNService_BlueprintBase_ReceiveTick) == 0x000020, "Wrong size on HTNService_BlueprintBase_ReceiveTick"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveTick, Owner) == 0x000000, "Member 'HTNService_BlueprintBase_ReceiveTick::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveTick, OwnerAsController) == 0x000008, "Member 'HTNService_BlueprintBase_ReceiveTick::OwnerAsController' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTNService_BlueprintBase_ReceiveTick::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNService_BlueprintBase_ReceiveTick, DeltaTime) == 0x000018, "Member 'HTNService_BlueprintBase_ReceiveTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNService_BlueprintBase_BP_Replan \ +static_assert(alignof(HTNService_BlueprintBase_BP_Replan) == 0x000008, "Wrong alignment on HTNService_BlueprintBase_BP_Replan"); \ +static_assert(sizeof(HTNService_BlueprintBase_BP_Replan) == 0x000018, "Wrong size on HTNService_BlueprintBase_BP_Replan"); \ +static_assert(offsetof(HTNService_BlueprintBase_BP_Replan, Params_0) == 0x000000, "Member 'HTNService_BlueprintBase_BP_Replan::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNService_BlueprintBase \ +static_assert(alignof(UHTNService_BlueprintBase) == 0x000008, "Wrong alignment on UHTNService_BlueprintBase"); \ +static_assert(sizeof(UHTNService_BlueprintBase) == 0x0000A0, "Wrong size on UHTNService_BlueprintBase"); \ + +#define DUMPER7_ASSERTS_UHTNService_Replan \ +static_assert(alignof(UHTNService_Replan) == 0x000008, "Wrong alignment on UHTNService_Replan"); \ +static_assert(sizeof(UHTNService_Replan) == 0x000090, "Wrong size on UHTNService_Replan"); \ +static_assert(offsetof(UHTNService_Replan, Parameters) == 0x000078, "Member 'UHTNService_Replan::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNService_ReplanIfLocationChanges \ +static_assert(alignof(UHTNService_ReplanIfLocationChanges) == 0x000008, "Wrong alignment on UHTNService_ReplanIfLocationChanges"); \ +static_assert(sizeof(UHTNService_ReplanIfLocationChanges) == 0x0000C8, "Wrong size on UHTNService_ReplanIfLocationChanges"); \ +static_assert(offsetof(UHTNService_ReplanIfLocationChanges, Tolerance) == 0x000078, "Member 'UHTNService_ReplanIfLocationChanges::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(UHTNService_ReplanIfLocationChanges, BlackboardKey) == 0x000080, "Member 'UHTNService_ReplanIfLocationChanges::BlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNService_ReplanIfLocationChanges, bForceAbortPlan) == 0x0000A8, "Member 'UHTNService_ReplanIfLocationChanges::bForceAbortPlan' has a wrong offset!"); \ +static_assert(offsetof(UHTNService_ReplanIfLocationChanges, bForceRestartActivePlanning) == 0x0000A9, "Member 'UHTNService_ReplanIfLocationChanges::bForceRestartActivePlanning' has a wrong offset!"); \ +static_assert(offsetof(UHTNService_ReplanIfLocationChanges, ReplanParameters) == 0x0000B0, "Member 'UHTNService_ReplanIfLocationChanges::ReplanParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_FinishExecute \ +static_assert(alignof(HTNTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong alignment on HTNTask_BlueprintBase_FinishExecute"); \ +static_assert(sizeof(HTNTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong size on HTNTask_BlueprintBase_FinishExecute"); \ +static_assert(offsetof(HTNTask_BlueprintBase_FinishExecute, bSuccess) == 0x000000, "Member 'HTNTask_BlueprintBase_FinishExecute::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_ReceiveAbort \ +static_assert(alignof(HTNTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong alignment on HTNTask_BlueprintBase_ReceiveAbort"); \ +static_assert(sizeof(HTNTask_BlueprintBase_ReceiveAbort) == 0x000018, "Wrong size on HTNTask_BlueprintBase_ReceiveAbort"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveAbort, Owner) == 0x000000, "Member 'HTNTask_BlueprintBase_ReceiveAbort::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveAbort, OwnerController) == 0x000008, "Member 'HTNTask_BlueprintBase_ReceiveAbort::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveAbort, ControlledPawn) == 0x000010, "Member 'HTNTask_BlueprintBase_ReceiveAbort::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_ReceiveExecute \ +static_assert(alignof(HTNTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong alignment on HTNTask_BlueprintBase_ReceiveExecute"); \ +static_assert(sizeof(HTNTask_BlueprintBase_ReceiveExecute) == 0x000018, "Wrong size on HTNTask_BlueprintBase_ReceiveExecute"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveExecute, Owner) == 0x000000, "Member 'HTNTask_BlueprintBase_ReceiveExecute::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveExecute, OwnerController) == 0x000008, "Member 'HTNTask_BlueprintBase_ReceiveExecute::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveExecute, ControlledPawn) == 0x000010, "Member 'HTNTask_BlueprintBase_ReceiveExecute::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_ReceiveOnFinished \ +static_assert(alignof(HTNTask_BlueprintBase_ReceiveOnFinished) == 0x000008, "Wrong alignment on HTNTask_BlueprintBase_ReceiveOnFinished"); \ +static_assert(sizeof(HTNTask_BlueprintBase_ReceiveOnFinished) == 0x000020, "Wrong size on HTNTask_BlueprintBase_ReceiveOnFinished"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveOnFinished, Owner) == 0x000000, "Member 'HTNTask_BlueprintBase_ReceiveOnFinished::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveOnFinished, OwnerController) == 0x000008, "Member 'HTNTask_BlueprintBase_ReceiveOnFinished::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveOnFinished, ControlledPawn) == 0x000010, "Member 'HTNTask_BlueprintBase_ReceiveOnFinished::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveOnFinished, Result) == 0x000018, "Member 'HTNTask_BlueprintBase_ReceiveOnFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished \ +static_assert(alignof(HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished) == 0x000008, "Wrong alignment on HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished"); \ +static_assert(sizeof(HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished) == 0x000020, "Wrong size on HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished, Owner) == 0x000000, "Member 'HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished, OwnerController) == 0x000008, "Member 'HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished, ControlledPawn) == 0x000010, "Member 'HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished, Result) == 0x000018, "Member 'HTNTask_BlueprintBase_ReceiveOnPlanExecutionFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_ReceiveOnPlanExecutionStarted \ +static_assert(alignof(HTNTask_BlueprintBase_ReceiveOnPlanExecutionStarted) == 0x000008, "Wrong alignment on HTNTask_BlueprintBase_ReceiveOnPlanExecutionStarted"); \ +static_assert(sizeof(HTNTask_BlueprintBase_ReceiveOnPlanExecutionStarted) == 0x000018, "Wrong size on HTNTask_BlueprintBase_ReceiveOnPlanExecutionStarted"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveOnPlanExecutionStarted, Owner) == 0x000000, "Member 'HTNTask_BlueprintBase_ReceiveOnPlanExecutionStarted::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveOnPlanExecutionStarted, OwnerController) == 0x000008, "Member 'HTNTask_BlueprintBase_ReceiveOnPlanExecutionStarted::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveOnPlanExecutionStarted, ControlledPawn) == 0x000010, "Member 'HTNTask_BlueprintBase_ReceiveOnPlanExecutionStarted::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_ReceiveRecheckPlan \ +static_assert(alignof(HTNTask_BlueprintBase_ReceiveRecheckPlan) == 0x000008, "Wrong alignment on HTNTask_BlueprintBase_ReceiveRecheckPlan"); \ +static_assert(sizeof(HTNTask_BlueprintBase_ReceiveRecheckPlan) == 0x000020, "Wrong size on HTNTask_BlueprintBase_ReceiveRecheckPlan"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveRecheckPlan, Owner) == 0x000000, "Member 'HTNTask_BlueprintBase_ReceiveRecheckPlan::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveRecheckPlan, OwnerController) == 0x000008, "Member 'HTNTask_BlueprintBase_ReceiveRecheckPlan::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveRecheckPlan, ControlledPawn) == 0x000010, "Member 'HTNTask_BlueprintBase_ReceiveRecheckPlan::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveRecheckPlan, ReturnValue) == 0x000018, "Member 'HTNTask_BlueprintBase_ReceiveRecheckPlan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_ReceiveTick \ +static_assert(alignof(HTNTask_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on HTNTask_BlueprintBase_ReceiveTick"); \ +static_assert(sizeof(HTNTask_BlueprintBase_ReceiveTick) == 0x000020, "Wrong size on HTNTask_BlueprintBase_ReceiveTick"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveTick, Owner) == 0x000000, "Member 'HTNTask_BlueprintBase_ReceiveTick::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveTick, OwnerController) == 0x000008, "Member 'HTNTask_BlueprintBase_ReceiveTick::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveTick, ControlledPawn) == 0x000010, "Member 'HTNTask_BlueprintBase_ReceiveTick::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000018, "Member 'HTNTask_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_BP_Replan \ +static_assert(alignof(HTNTask_BlueprintBase_BP_Replan) == 0x000008, "Wrong alignment on HTNTask_BlueprintBase_BP_Replan"); \ +static_assert(sizeof(HTNTask_BlueprintBase_BP_Replan) == 0x000018, "Wrong size on HTNTask_BlueprintBase_BP_Replan"); \ +static_assert(offsetof(HTNTask_BlueprintBase_BP_Replan, Params_0) == 0x000000, "Member 'HTNTask_BlueprintBase_BP_Replan::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_IsTaskAborting \ +static_assert(alignof(HTNTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong alignment on HTNTask_BlueprintBase_IsTaskAborting"); \ +static_assert(sizeof(HTNTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong size on HTNTask_BlueprintBase_IsTaskAborting"); \ +static_assert(offsetof(HTNTask_BlueprintBase_IsTaskAborting, ReturnValue) == 0x000000, "Member 'HTNTask_BlueprintBase_IsTaskAborting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_IsTaskExecuting \ +static_assert(alignof(HTNTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong alignment on HTNTask_BlueprintBase_IsTaskExecuting"); \ +static_assert(sizeof(HTNTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong size on HTNTask_BlueprintBase_IsTaskExecuting"); \ +static_assert(offsetof(HTNTask_BlueprintBase_IsTaskExecuting, ReturnValue) == 0x000000, "Member 'HTNTask_BlueprintBase_IsTaskExecuting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_ReceiveCreatePlanSteps \ +static_assert(alignof(HTNTask_BlueprintBase_ReceiveCreatePlanSteps) == 0x000008, "Wrong alignment on HTNTask_BlueprintBase_ReceiveCreatePlanSteps"); \ +static_assert(sizeof(HTNTask_BlueprintBase_ReceiveCreatePlanSteps) == 0x000018, "Wrong size on HTNTask_BlueprintBase_ReceiveCreatePlanSteps"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveCreatePlanSteps, Owner) == 0x000000, "Member 'HTNTask_BlueprintBase_ReceiveCreatePlanSteps::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveCreatePlanSteps, OwnerController) == 0x000008, "Member 'HTNTask_BlueprintBase_ReceiveCreatePlanSteps::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveCreatePlanSteps, ControlledPawn) == 0x000010, "Member 'HTNTask_BlueprintBase_ReceiveCreatePlanSteps::ControlledPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog \ +static_assert(alignof(HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog) == 0x000008, "Wrong alignment on HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog"); \ +static_assert(sizeof(HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog) == 0x000020, "Wrong size on HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog, Owner) == 0x000000, "Member 'HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog::Owner' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog, OwnerController) == 0x000008, "Member 'HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog::OwnerController' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog, ControlledPawn) == 0x000010, "Member 'HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog, VisLogCategoryName) == 0x000018, "Member 'HTNTask_BlueprintBase_ReceiveDescribePlanStepToVisualLog::VisLogCategoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_SetPlanningFailureReason \ +static_assert(alignof(HTNTask_BlueprintBase_SetPlanningFailureReason) == 0x000008, "Wrong alignment on HTNTask_BlueprintBase_SetPlanningFailureReason"); \ +static_assert(sizeof(HTNTask_BlueprintBase_SetPlanningFailureReason) == 0x000010, "Wrong size on HTNTask_BlueprintBase_SetPlanningFailureReason"); \ +static_assert(offsetof(HTNTask_BlueprintBase_SetPlanningFailureReason, FailureReason) == 0x000000, "Member 'HTNTask_BlueprintBase_SetPlanningFailureReason::FailureReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_BlueprintBase_SubmitPlanStep \ +static_assert(alignof(HTNTask_BlueprintBase_SubmitPlanStep) == 0x000008, "Wrong alignment on HTNTask_BlueprintBase_SubmitPlanStep"); \ +static_assert(sizeof(HTNTask_BlueprintBase_SubmitPlanStep) == 0x000018, "Wrong size on HTNTask_BlueprintBase_SubmitPlanStep"); \ +static_assert(offsetof(HTNTask_BlueprintBase_SubmitPlanStep, Cost) == 0x000000, "Member 'HTNTask_BlueprintBase_SubmitPlanStep::Cost' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_BlueprintBase_SubmitPlanStep, Description) == 0x000008, "Member 'HTNTask_BlueprintBase_SubmitPlanStep::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_BlueprintBase \ +static_assert(alignof(UHTNTask_BlueprintBase) == 0x000008, "Wrong alignment on UHTNTask_BlueprintBase"); \ +static_assert(sizeof(UHTNTask_BlueprintBase) == 0x000108, "Wrong size on UHTNTask_BlueprintBase"); \ +static_assert(offsetof(UHTNTask_BlueprintBase, OutPlanningTask) == 0x0000D8, "Member 'UHTNTask_BlueprintBase::OutPlanningTask' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_BlueprintBase, TickInterval) == 0x0000E0, "Member 'UHTNTask_BlueprintBase::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_CopyValue \ +static_assert(alignof(UHTNTask_CopyValue) == 0x000008, "Wrong alignment on UHTNTask_CopyValue"); \ +static_assert(sizeof(UHTNTask_CopyValue) == 0x0000F8, "Wrong size on UHTNTask_CopyValue"); \ +static_assert(offsetof(UHTNTask_CopyValue, SourceKey) == 0x0000A8, "Member 'UHTNTask_CopyValue::SourceKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_CopyValue, TargetKey) == 0x0000D0, "Member 'UHTNTask_CopyValue::TargetKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_EQSQuery \ +static_assert(alignof(UHTNTask_EQSQuery) == 0x000008, "Wrong alignment on UHTNTask_EQSQuery"); \ +static_assert(sizeof(UHTNTask_EQSQuery) == 0x000120, "Wrong size on UHTNTask_EQSQuery"); \ +static_assert(offsetof(UHTNTask_EQSQuery, EQSRequest) == 0x0000D0, "Member 'UHTNTask_EQSQuery::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_EQSQuery, MaxNumCandidatePlans) == 0x000118, "Member 'UHTNTask_EQSQuery::MaxNumCandidatePlans' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_EQSQuery, Cost) == 0x00011C, "Member 'UHTNTask_EQSQuery::Cost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_MoveTo \ +static_assert(alignof(UHTNTask_MoveTo) == 0x000008, "Wrong alignment on UHTNTask_MoveTo"); \ +static_assert(sizeof(UHTNTask_MoveTo) == 0x0000F0, "Wrong size on UHTNTask_MoveTo"); \ +static_assert(offsetof(UHTNTask_MoveTo, AcceptableRadius) == 0x0000D0, "Member 'UHTNTask_MoveTo::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_MoveTo, FilterClass) == 0x0000D8, "Member 'UHTNTask_MoveTo::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_MoveTo, ObservedBlackboardValueTolerance) == 0x0000E0, "Member 'UHTNTask_MoveTo::ObservedBlackboardValueTolerance' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_MoveTo, CostPerUnitPathLength) == 0x0000E8, "Member 'UHTNTask_MoveTo::CostPerUnitPathLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_Replan \ +static_assert(alignof(UHTNTask_Replan) == 0x000008, "Wrong alignment on UHTNTask_Replan"); \ +static_assert(sizeof(UHTNTask_Replan) == 0x0000C0, "Wrong size on UHTNTask_Replan"); \ +static_assert(offsetof(UHTNTask_Replan, Parameters) == 0x0000A8, "Member 'UHTNTask_Replan::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_ResetCooldown \ +static_assert(alignof(UHTNTask_ResetCooldown) == 0x000008, "Wrong alignment on UHTNTask_ResetCooldown"); \ +static_assert(sizeof(UHTNTask_ResetCooldown) == 0x0000B8, "Wrong size on UHTNTask_ResetCooldown"); \ +static_assert(offsetof(UHTNTask_ResetCooldown, AffectedCooldowns) == 0x0000A8, "Member 'UHTNTask_ResetCooldown::AffectedCooldowns' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ResetCooldown, GameplayTag) == 0x0000AC, "Member 'UHTNTask_ResetCooldown::GameplayTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_ResetDoOnce \ +static_assert(alignof(UHTNTask_ResetDoOnce) == 0x000008, "Wrong alignment on UHTNTask_ResetDoOnce"); \ +static_assert(sizeof(UHTNTask_ResetDoOnce) == 0x0000B8, "Wrong size on UHTNTask_ResetDoOnce"); \ +static_assert(offsetof(UHTNTask_ResetDoOnce, AffectedDecorators) == 0x0000A8, "Member 'UHTNTask_ResetDoOnce::AffectedDecorators' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ResetDoOnce, GameplayTag) == 0x0000AC, "Member 'UHTNTask_ResetDoOnce::GameplayTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_SetValue \ +static_assert(alignof(UHTNTask_SetValue) == 0x000008, "Wrong alignment on UHTNTask_SetValue"); \ +static_assert(sizeof(UHTNTask_SetValue) == 0x000128, "Wrong size on UHTNTask_SetValue"); \ +static_assert(offsetof(UHTNTask_SetValue, Value) == 0x0000D0, "Member 'UHTNTask_SetValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_SubPlan \ +static_assert(alignof(UHTNTask_SubPlan) == 0x000008, "Wrong alignment on UHTNTask_SubPlan"); \ +static_assert(sizeof(UHTNTask_SubPlan) == 0x0000B0, "Wrong size on UHTNTask_SubPlan"); \ +static_assert(offsetof(UHTNTask_SubPlan, OnSubPlanSucceeded) == 0x0000A9, "Member 'UHTNTask_SubPlan::OnSubPlanSucceeded' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SubPlan, OnSubPlanFailed) == 0x0000AA, "Member 'UHTNTask_SubPlan::OnSubPlanFailed' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SubPlan, OnThisNodeAborted) == 0x0000AB, "Member 'UHTNTask_SubPlan::OnThisNodeAborted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_Wait \ +static_assert(alignof(UHTNTask_Wait) == 0x000008, "Wrong alignment on UHTNTask_Wait"); \ +static_assert(sizeof(UHTNTask_Wait) == 0x0000C0, "Wrong size on UHTNTask_Wait"); \ +static_assert(offsetof(UHTNTask_Wait, WaitTime) == 0x0000AC, "Member 'UHTNTask_Wait::WaitTime' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_Wait, RandomDeviation) == 0x0000B0, "Member 'UHTNTask_Wait::RandomDeviation' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_Wait, bScaleCostWithTime) == 0x0000B4, "Member 'UHTNTask_Wait::bScaleCostWithTime' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_Wait, Cost) == 0x0000B8, "Member 'UHTNTask_Wait::Cost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_ClearValue \ +static_assert(alignof(WorldStateProxy_ClearValue) == 0x000004, "Wrong alignment on WorldStateProxy_ClearValue"); \ +static_assert(sizeof(WorldStateProxy_ClearValue) == 0x000008, "Wrong size on WorldStateProxy_ClearValue"); \ +static_assert(offsetof(WorldStateProxy_ClearValue, KeyName) == 0x000000, "Member 'WorldStateProxy_ClearValue::KeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_CopyKeyValue \ +static_assert(alignof(WorldStateProxy_CopyKeyValue) == 0x000004, "Wrong alignment on WorldStateProxy_CopyKeyValue"); \ +static_assert(sizeof(WorldStateProxy_CopyKeyValue) == 0x000014, "Wrong size on WorldStateProxy_CopyKeyValue"); \ +static_assert(offsetof(WorldStateProxy_CopyKeyValue, SourceKeyName) == 0x000000, "Member 'WorldStateProxy_CopyKeyValue::SourceKeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_CopyKeyValue, TargetKeyName) == 0x000008, "Member 'WorldStateProxy_CopyKeyValue::TargetKeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_CopyKeyValue, ReturnValue) == 0x000010, "Member 'WorldStateProxy_CopyKeyValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_SetSelfLocation \ +static_assert(alignof(WorldStateProxy_SetSelfLocation) == 0x000008, "Wrong alignment on WorldStateProxy_SetSelfLocation"); \ +static_assert(sizeof(WorldStateProxy_SetSelfLocation) == 0x000018, "Wrong size on WorldStateProxy_SetSelfLocation"); \ +static_assert(offsetof(WorldStateProxy_SetSelfLocation, NewSelfLocation) == 0x000000, "Member 'WorldStateProxy_SetSelfLocation::NewSelfLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_SetValueAsBool \ +static_assert(alignof(WorldStateProxy_SetValueAsBool) == 0x000004, "Wrong alignment on WorldStateProxy_SetValueAsBool"); \ +static_assert(sizeof(WorldStateProxy_SetValueAsBool) == 0x00000C, "Wrong size on WorldStateProxy_SetValueAsBool"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsBool, KeyName) == 0x000000, "Member 'WorldStateProxy_SetValueAsBool::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsBool, Value) == 0x000008, "Member 'WorldStateProxy_SetValueAsBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_SetValueAsClass \ +static_assert(alignof(WorldStateProxy_SetValueAsClass) == 0x000008, "Wrong alignment on WorldStateProxy_SetValueAsClass"); \ +static_assert(sizeof(WorldStateProxy_SetValueAsClass) == 0x000010, "Wrong size on WorldStateProxy_SetValueAsClass"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsClass, KeyName) == 0x000000, "Member 'WorldStateProxy_SetValueAsClass::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsClass, Value) == 0x000008, "Member 'WorldStateProxy_SetValueAsClass::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_SetValueAsEnum \ +static_assert(alignof(WorldStateProxy_SetValueAsEnum) == 0x000004, "Wrong alignment on WorldStateProxy_SetValueAsEnum"); \ +static_assert(sizeof(WorldStateProxy_SetValueAsEnum) == 0x00000C, "Wrong size on WorldStateProxy_SetValueAsEnum"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsEnum, KeyName) == 0x000000, "Member 'WorldStateProxy_SetValueAsEnum::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsEnum, Value) == 0x000008, "Member 'WorldStateProxy_SetValueAsEnum::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_SetValueAsFloat \ +static_assert(alignof(WorldStateProxy_SetValueAsFloat) == 0x000004, "Wrong alignment on WorldStateProxy_SetValueAsFloat"); \ +static_assert(sizeof(WorldStateProxy_SetValueAsFloat) == 0x00000C, "Wrong size on WorldStateProxy_SetValueAsFloat"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsFloat, KeyName) == 0x000000, "Member 'WorldStateProxy_SetValueAsFloat::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsFloat, Value) == 0x000008, "Member 'WorldStateProxy_SetValueAsFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_SetValueAsInt \ +static_assert(alignof(WorldStateProxy_SetValueAsInt) == 0x000004, "Wrong alignment on WorldStateProxy_SetValueAsInt"); \ +static_assert(sizeof(WorldStateProxy_SetValueAsInt) == 0x00000C, "Wrong size on WorldStateProxy_SetValueAsInt"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsInt, KeyName) == 0x000000, "Member 'WorldStateProxy_SetValueAsInt::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsInt, Value) == 0x000008, "Member 'WorldStateProxy_SetValueAsInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_SetValueAsName \ +static_assert(alignof(WorldStateProxy_SetValueAsName) == 0x000004, "Wrong alignment on WorldStateProxy_SetValueAsName"); \ +static_assert(sizeof(WorldStateProxy_SetValueAsName) == 0x000010, "Wrong size on WorldStateProxy_SetValueAsName"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsName, KeyName) == 0x000000, "Member 'WorldStateProxy_SetValueAsName::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsName, Value) == 0x000008, "Member 'WorldStateProxy_SetValueAsName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_SetValueAsObject \ +static_assert(alignof(WorldStateProxy_SetValueAsObject) == 0x000008, "Wrong alignment on WorldStateProxy_SetValueAsObject"); \ +static_assert(sizeof(WorldStateProxy_SetValueAsObject) == 0x000010, "Wrong size on WorldStateProxy_SetValueAsObject"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsObject, KeyName) == 0x000000, "Member 'WorldStateProxy_SetValueAsObject::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsObject, Value) == 0x000008, "Member 'WorldStateProxy_SetValueAsObject::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_SetValueAsRotator \ +static_assert(alignof(WorldStateProxy_SetValueAsRotator) == 0x000008, "Wrong alignment on WorldStateProxy_SetValueAsRotator"); \ +static_assert(sizeof(WorldStateProxy_SetValueAsRotator) == 0x000020, "Wrong size on WorldStateProxy_SetValueAsRotator"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsRotator, KeyName) == 0x000000, "Member 'WorldStateProxy_SetValueAsRotator::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsRotator, Value) == 0x000008, "Member 'WorldStateProxy_SetValueAsRotator::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_SetValueAsString \ +static_assert(alignof(WorldStateProxy_SetValueAsString) == 0x000008, "Wrong alignment on WorldStateProxy_SetValueAsString"); \ +static_assert(sizeof(WorldStateProxy_SetValueAsString) == 0x000018, "Wrong size on WorldStateProxy_SetValueAsString"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsString, KeyName) == 0x000000, "Member 'WorldStateProxy_SetValueAsString::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsString, Value) == 0x000008, "Member 'WorldStateProxy_SetValueAsString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_SetValueAsVector \ +static_assert(alignof(WorldStateProxy_SetValueAsVector) == 0x000008, "Wrong alignment on WorldStateProxy_SetValueAsVector"); \ +static_assert(sizeof(WorldStateProxy_SetValueAsVector) == 0x000020, "Wrong size on WorldStateProxy_SetValueAsVector"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsVector, KeyName) == 0x000000, "Member 'WorldStateProxy_SetValueAsVector::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_SetValueAsVector, Value) == 0x000008, "Member 'WorldStateProxy_SetValueAsVector::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetLocation \ +static_assert(alignof(WorldStateProxy_GetLocation) == 0x000008, "Wrong alignment on WorldStateProxy_GetLocation"); \ +static_assert(sizeof(WorldStateProxy_GetLocation) == 0x000058, "Wrong size on WorldStateProxy_GetLocation"); \ +static_assert(offsetof(WorldStateProxy_GetLocation, KeySelector) == 0x000000, "Member 'WorldStateProxy_GetLocation::KeySelector' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetLocation, OutLocation) == 0x000028, "Member 'WorldStateProxy_GetLocation::OutLocation' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetLocation, OutActor) == 0x000040, "Member 'WorldStateProxy_GetLocation::OutActor' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetLocation, OutComponent) == 0x000048, "Member 'WorldStateProxy_GetLocation::OutComponent' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetLocation, ReturnValue) == 0x000050, "Member 'WorldStateProxy_GetLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetLocationFromEntry \ +static_assert(alignof(WorldStateProxy_GetLocationFromEntry) == 0x000008, "Wrong alignment on WorldStateProxy_GetLocationFromEntry"); \ +static_assert(sizeof(WorldStateProxy_GetLocationFromEntry) == 0x000028, "Wrong size on WorldStateProxy_GetLocationFromEntry"); \ +static_assert(offsetof(WorldStateProxy_GetLocationFromEntry, KeyName) == 0x000000, "Member 'WorldStateProxy_GetLocationFromEntry::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetLocationFromEntry, ResultLocation) == 0x000008, "Member 'WorldStateProxy_GetLocationFromEntry::ResultLocation' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetLocationFromEntry, ReturnValue) == 0x000020, "Member 'WorldStateProxy_GetLocationFromEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetOwner \ +static_assert(alignof(WorldStateProxy_GetOwner) == 0x000008, "Wrong alignment on WorldStateProxy_GetOwner"); \ +static_assert(sizeof(WorldStateProxy_GetOwner) == 0x000008, "Wrong size on WorldStateProxy_GetOwner"); \ +static_assert(offsetof(WorldStateProxy_GetOwner, ReturnValue) == 0x000000, "Member 'WorldStateProxy_GetOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetRotationFromEntry \ +static_assert(alignof(WorldStateProxy_GetRotationFromEntry) == 0x000008, "Wrong alignment on WorldStateProxy_GetRotationFromEntry"); \ +static_assert(sizeof(WorldStateProxy_GetRotationFromEntry) == 0x000028, "Wrong size on WorldStateProxy_GetRotationFromEntry"); \ +static_assert(offsetof(WorldStateProxy_GetRotationFromEntry, KeyName) == 0x000000, "Member 'WorldStateProxy_GetRotationFromEntry::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetRotationFromEntry, ResultRotation) == 0x000008, "Member 'WorldStateProxy_GetRotationFromEntry::ResultRotation' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetRotationFromEntry, ReturnValue) == 0x000020, "Member 'WorldStateProxy_GetRotationFromEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetSelfLocation \ +static_assert(alignof(WorldStateProxy_GetSelfLocation) == 0x000008, "Wrong alignment on WorldStateProxy_GetSelfLocation"); \ +static_assert(sizeof(WorldStateProxy_GetSelfLocation) == 0x000018, "Wrong size on WorldStateProxy_GetSelfLocation"); \ +static_assert(offsetof(WorldStateProxy_GetSelfLocation, ReturnValue) == 0x000000, "Member 'WorldStateProxy_GetSelfLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetValueAsActor \ +static_assert(alignof(WorldStateProxy_GetValueAsActor) == 0x000008, "Wrong alignment on WorldStateProxy_GetValueAsActor"); \ +static_assert(sizeof(WorldStateProxy_GetValueAsActor) == 0x000010, "Wrong size on WorldStateProxy_GetValueAsActor"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsActor, KeyName) == 0x000000, "Member 'WorldStateProxy_GetValueAsActor::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsActor, ReturnValue) == 0x000008, "Member 'WorldStateProxy_GetValueAsActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetValueAsBool \ +static_assert(alignof(WorldStateProxy_GetValueAsBool) == 0x000004, "Wrong alignment on WorldStateProxy_GetValueAsBool"); \ +static_assert(sizeof(WorldStateProxy_GetValueAsBool) == 0x00000C, "Wrong size on WorldStateProxy_GetValueAsBool"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsBool, KeyName) == 0x000000, "Member 'WorldStateProxy_GetValueAsBool::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsBool, ReturnValue) == 0x000008, "Member 'WorldStateProxy_GetValueAsBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetValueAsClass \ +static_assert(alignof(WorldStateProxy_GetValueAsClass) == 0x000008, "Wrong alignment on WorldStateProxy_GetValueAsClass"); \ +static_assert(sizeof(WorldStateProxy_GetValueAsClass) == 0x000010, "Wrong size on WorldStateProxy_GetValueAsClass"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsClass, KeyName) == 0x000000, "Member 'WorldStateProxy_GetValueAsClass::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsClass, ReturnValue) == 0x000008, "Member 'WorldStateProxy_GetValueAsClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetValueAsEnum \ +static_assert(alignof(WorldStateProxy_GetValueAsEnum) == 0x000004, "Wrong alignment on WorldStateProxy_GetValueAsEnum"); \ +static_assert(sizeof(WorldStateProxy_GetValueAsEnum) == 0x00000C, "Wrong size on WorldStateProxy_GetValueAsEnum"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsEnum, KeyName) == 0x000000, "Member 'WorldStateProxy_GetValueAsEnum::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsEnum, ReturnValue) == 0x000008, "Member 'WorldStateProxy_GetValueAsEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetValueAsFloat \ +static_assert(alignof(WorldStateProxy_GetValueAsFloat) == 0x000004, "Wrong alignment on WorldStateProxy_GetValueAsFloat"); \ +static_assert(sizeof(WorldStateProxy_GetValueAsFloat) == 0x00000C, "Wrong size on WorldStateProxy_GetValueAsFloat"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsFloat, KeyName) == 0x000000, "Member 'WorldStateProxy_GetValueAsFloat::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsFloat, ReturnValue) == 0x000008, "Member 'WorldStateProxy_GetValueAsFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetValueAsInt \ +static_assert(alignof(WorldStateProxy_GetValueAsInt) == 0x000004, "Wrong alignment on WorldStateProxy_GetValueAsInt"); \ +static_assert(sizeof(WorldStateProxy_GetValueAsInt) == 0x00000C, "Wrong size on WorldStateProxy_GetValueAsInt"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsInt, KeyName) == 0x000000, "Member 'WorldStateProxy_GetValueAsInt::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsInt, ReturnValue) == 0x000008, "Member 'WorldStateProxy_GetValueAsInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetValueAsName \ +static_assert(alignof(WorldStateProxy_GetValueAsName) == 0x000004, "Wrong alignment on WorldStateProxy_GetValueAsName"); \ +static_assert(sizeof(WorldStateProxy_GetValueAsName) == 0x000010, "Wrong size on WorldStateProxy_GetValueAsName"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsName, KeyName) == 0x000000, "Member 'WorldStateProxy_GetValueAsName::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsName, ReturnValue) == 0x000008, "Member 'WorldStateProxy_GetValueAsName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetValueAsObject \ +static_assert(alignof(WorldStateProxy_GetValueAsObject) == 0x000008, "Wrong alignment on WorldStateProxy_GetValueAsObject"); \ +static_assert(sizeof(WorldStateProxy_GetValueAsObject) == 0x000010, "Wrong size on WorldStateProxy_GetValueAsObject"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsObject, KeyName) == 0x000000, "Member 'WorldStateProxy_GetValueAsObject::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsObject, ReturnValue) == 0x000008, "Member 'WorldStateProxy_GetValueAsObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetValueAsRotator \ +static_assert(alignof(WorldStateProxy_GetValueAsRotator) == 0x000008, "Wrong alignment on WorldStateProxy_GetValueAsRotator"); \ +static_assert(sizeof(WorldStateProxy_GetValueAsRotator) == 0x000020, "Wrong size on WorldStateProxy_GetValueAsRotator"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsRotator, KeyName) == 0x000000, "Member 'WorldStateProxy_GetValueAsRotator::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsRotator, ReturnValue) == 0x000008, "Member 'WorldStateProxy_GetValueAsRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetValueAsString \ +static_assert(alignof(WorldStateProxy_GetValueAsString) == 0x000008, "Wrong alignment on WorldStateProxy_GetValueAsString"); \ +static_assert(sizeof(WorldStateProxy_GetValueAsString) == 0x000018, "Wrong size on WorldStateProxy_GetValueAsString"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsString, KeyName) == 0x000000, "Member 'WorldStateProxy_GetValueAsString::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsString, ReturnValue) == 0x000008, "Member 'WorldStateProxy_GetValueAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_GetValueAsVector \ +static_assert(alignof(WorldStateProxy_GetValueAsVector) == 0x000008, "Wrong alignment on WorldStateProxy_GetValueAsVector"); \ +static_assert(sizeof(WorldStateProxy_GetValueAsVector) == 0x000020, "Wrong size on WorldStateProxy_GetValueAsVector"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsVector, KeyName) == 0x000000, "Member 'WorldStateProxy_GetValueAsVector::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_GetValueAsVector, ReturnValue) == 0x000008, "Member 'WorldStateProxy_GetValueAsVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateProxy_IsVectorValueSet \ +static_assert(alignof(WorldStateProxy_IsVectorValueSet) == 0x000004, "Wrong alignment on WorldStateProxy_IsVectorValueSet"); \ +static_assert(sizeof(WorldStateProxy_IsVectorValueSet) == 0x00000C, "Wrong size on WorldStateProxy_IsVectorValueSet"); \ +static_assert(offsetof(WorldStateProxy_IsVectorValueSet, KeyName) == 0x000000, "Member 'WorldStateProxy_IsVectorValueSet::KeyName' has a wrong offset!"); \ +static_assert(offsetof(WorldStateProxy_IsVectorValueSet, ReturnValue) == 0x000008, "Member 'WorldStateProxy_IsVectorValueSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateProxy \ +static_assert(alignof(UWorldStateProxy) == 0x000008, "Wrong alignment on UWorldStateProxy"); \ +static_assert(sizeof(UWorldStateProxy) == 0x000040, "Wrong size on UWorldStateProxy"); \ +static_assert(offsetof(UWorldStateProxy, bIsEditable) == 0x000038, "Member 'UWorldStateProxy::bIsEditable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBehaviourTokenDefinition \ +static_assert(alignof(FBehaviourTokenDefinition) == 0x000008, "Wrong alignment on FBehaviourTokenDefinition"); \ +static_assert(sizeof(FBehaviourTokenDefinition) == 0x000028, "Wrong size on FBehaviourTokenDefinition"); \ +static_assert(offsetof(FBehaviourTokenDefinition, NumberOfTokens) == 0x000000, "Member 'FBehaviourTokenDefinition::NumberOfTokens' has a wrong offset!"); \ +static_assert(offsetof(FBehaviourTokenDefinition, ReleaseCooldown) == 0x000004, "Member 'FBehaviourTokenDefinition::ReleaseCooldown' has a wrong offset!"); \ +static_assert(offsetof(FBehaviourTokenDefinition, RemovalCooldown) == 0x000008, "Member 'FBehaviourTokenDefinition::RemovalCooldown' has a wrong offset!"); \ +static_assert(offsetof(FBehaviourTokenDefinition, DispatchInterval) == 0x00000C, "Member 'FBehaviourTokenDefinition::DispatchInterval' has a wrong offset!"); \ +static_assert(offsetof(FBehaviourTokenDefinition, TokenExpirationTime) == 0x000010, "Member 'FBehaviourTokenDefinition::TokenExpirationTime' has a wrong offset!"); \ +static_assert(offsetof(FBehaviourTokenDefinition, ScoreCalculator) == 0x000018, "Member 'FBehaviourTokenDefinition::ScoreCalculator' has a wrong offset!"); \ +static_assert(offsetof(FBehaviourTokenDefinition, ReleaseLogic) == 0x000020, "Member 'FBehaviourTokenDefinition::ReleaseLogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQueryResult \ +static_assert(alignof(FQueryResult) == 0x000004, "Wrong alignment on FQueryResult"); \ +static_assert(sizeof(FQueryResult) == 0x000010, "Wrong size on FQueryResult"); \ +static_assert(offsetof(FQueryResult, NumberOfTokens) == 0x000000, "Member 'FQueryResult::NumberOfTokens' has a wrong offset!"); \ +static_assert(offsetof(FQueryResult, FreeTokens) == 0x000004, "Member 'FQueryResult::FreeTokens' has a wrong offset!"); \ +static_assert(offsetof(FQueryResult, ReservedTokens) == 0x000008, "Member 'FQueryResult::ReservedTokens' has a wrong offset!"); \ +static_assert(offsetof(FQueryResult, TokensOnCooldown) == 0x00000C, "Member 'FQueryResult::TokensOnCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReleaseLogicMetadata \ +static_assert(alignof(FReleaseLogicMetadata) == 0x000001, "Wrong alignment on FReleaseLogicMetadata"); \ +static_assert(sizeof(FReleaseLogicMetadata) == 0x000001, "Wrong size on FReleaseLogicMetadata"); \ + +#define DUMPER7_ASSERTS_FScoreCalculatorMetadata \ +static_assert(alignof(FScoreCalculatorMetadata) == 0x000008, "Wrong alignment on FScoreCalculatorMetadata"); \ +static_assert(sizeof(FScoreCalculatorMetadata) == 0x000008, "Wrong size on FScoreCalculatorMetadata"); \ +static_assert(offsetof(FScoreCalculatorMetadata, LastAquiredActor) == 0x000000, "Member 'FScoreCalculatorMetadata::LastAquiredActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAcquiredTokenHandle \ +static_assert(alignof(FAcquiredTokenHandle) == 0x000004, "Wrong alignment on FAcquiredTokenHandle"); \ +static_assert(sizeof(FAcquiredTokenHandle) == 0x000018, "Wrong size on FAcquiredTokenHandle"); \ + +#define DUMPER7_ASSERTS_BehaviourTokenReleaseLogic_Initialize \ +static_assert(alignof(BehaviourTokenReleaseLogic_Initialize) == 0x000008, "Wrong alignment on BehaviourTokenReleaseLogic_Initialize"); \ +static_assert(sizeof(BehaviourTokenReleaseLogic_Initialize) == 0x000018, "Wrong size on BehaviourTokenReleaseLogic_Initialize"); \ +static_assert(offsetof(BehaviourTokenReleaseLogic_Initialize, World) == 0x000000, "Member 'BehaviourTokenReleaseLogic_Initialize::World' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenReleaseLogic_Initialize, TokenHolder) == 0x000008, "Member 'BehaviourTokenReleaseLogic_Initialize::TokenHolder' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenReleaseLogic_Initialize, TokenProvider) == 0x000010, "Member 'BehaviourTokenReleaseLogic_Initialize::TokenProvider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BehaviourTokenReleaseLogic_ShouldReleaseToken \ +static_assert(alignof(BehaviourTokenReleaseLogic_ShouldReleaseToken) == 0x000008, "Wrong alignment on BehaviourTokenReleaseLogic_ShouldReleaseToken"); \ +static_assert(sizeof(BehaviourTokenReleaseLogic_ShouldReleaseToken) == 0x000018, "Wrong size on BehaviourTokenReleaseLogic_ShouldReleaseToken"); \ +static_assert(offsetof(BehaviourTokenReleaseLogic_ShouldReleaseToken, TokenHolder) == 0x000000, "Member 'BehaviourTokenReleaseLogic_ShouldReleaseToken::TokenHolder' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenReleaseLogic_ShouldReleaseToken, TokenProvider) == 0x000008, "Member 'BehaviourTokenReleaseLogic_ShouldReleaseToken::TokenProvider' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenReleaseLogic_ShouldReleaseToken, MetaData) == 0x000010, "Member 'BehaviourTokenReleaseLogic_ShouldReleaseToken::MetaData' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenReleaseLogic_ShouldReleaseToken, ReturnValue) == 0x000011, "Member 'BehaviourTokenReleaseLogic_ShouldReleaseToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviourTokenReleaseLogic \ +static_assert(alignof(UBehaviourTokenReleaseLogic) == 0x000008, "Wrong alignment on UBehaviourTokenReleaseLogic"); \ +static_assert(sizeof(UBehaviourTokenReleaseLogic) == 0x000030, "Wrong size on UBehaviourTokenReleaseLogic"); \ +static_assert(offsetof(UBehaviourTokenReleaseLogic, UpdateInterval) == 0x000028, "Member 'UBehaviourTokenReleaseLogic::UpdateInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnyBehaviourTokenReleaseLogic \ +static_assert(alignof(UAnyBehaviourTokenReleaseLogic) == 0x000008, "Wrong alignment on UAnyBehaviourTokenReleaseLogic"); \ +static_assert(sizeof(UAnyBehaviourTokenReleaseLogic) == 0x000050, "Wrong size on UAnyBehaviourTokenReleaseLogic"); \ +static_assert(offsetof(UAnyBehaviourTokenReleaseLogic, SubLogic) == 0x000030, "Member 'UAnyBehaviourTokenReleaseLogic::SubLogic' has a wrong offset!"); \ +static_assert(offsetof(UAnyBehaviourTokenReleaseLogic, SubReleaseLogic) == 0x000040, "Member 'UAnyBehaviourTokenReleaseLogic::SubReleaseLogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviourTokenId \ +static_assert(alignof(UBehaviourTokenId) == 0x000008, "Wrong alignment on UBehaviourTokenId"); \ +static_assert(sizeof(UBehaviourTokenId) == 0x000030, "Wrong size on UBehaviourTokenId"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CanAquireToken \ +static_assert(alignof(UBTDecorator_CanAquireToken) == 0x000008, "Wrong alignment on UBTDecorator_CanAquireToken"); \ +static_assert(sizeof(UBTDecorator_CanAquireToken) == 0x0000A0, "Wrong size on UBTDecorator_CanAquireToken"); \ +static_assert(offsetof(UBTDecorator_CanAquireToken, TokenSlot) == 0x000068, "Member 'UBTDecorator_CanAquireToken::TokenSlot' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CanAquireToken, TokenId) == 0x000070, "Member 'UBTDecorator_CanAquireToken::TokenId' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CanAquireToken, TargetContext) == 0x000078, "Member 'UBTDecorator_CanAquireToken::TargetContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_AquireToken \ +static_assert(alignof(UBTService_AquireToken) == 0x000008, "Wrong alignment on UBTService_AquireToken"); \ +static_assert(sizeof(UBTService_AquireToken) == 0x0000A8, "Wrong size on UBTService_AquireToken"); \ +static_assert(offsetof(UBTService_AquireToken, TokenSlot) == 0x000070, "Member 'UBTService_AquireToken::TokenSlot' has a wrong offset!"); \ +static_assert(offsetof(UBTService_AquireToken, TokenId) == 0x000078, "Member 'UBTService_AquireToken::TokenId' has a wrong offset!"); \ +static_assert(offsetof(UBTService_AquireToken, TargetContext) == 0x000080, "Member 'UBTService_AquireToken::TargetContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_CheckHasToken \ +static_assert(alignof(UBTTask_CheckHasToken) == 0x000008, "Wrong alignment on UBTTask_CheckHasToken"); \ +static_assert(sizeof(UBTTask_CheckHasToken) == 0x000098, "Wrong size on UBTTask_CheckHasToken"); \ +static_assert(offsetof(UBTTask_CheckHasToken, ReservationResultKey) == 0x000070, "Member 'UBTTask_CheckHasToken::ReservationResultKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDistanceTestReleaseLogic \ +static_assert(alignof(UDistanceTestReleaseLogic) == 0x000008, "Wrong alignment on UDistanceTestReleaseLogic"); \ +static_assert(sizeof(UDistanceTestReleaseLogic) == 0x000038, "Wrong size on UDistanceTestReleaseLogic"); \ +static_assert(offsetof(UDistanceTestReleaseLogic, DistanceLimit) == 0x000030, "Member 'UDistanceTestReleaseLogic::DistanceLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BehaviourTokenScoreCalculator_CalculateScore \ +static_assert(alignof(BehaviourTokenScoreCalculator_CalculateScore) == 0x000008, "Wrong alignment on BehaviourTokenScoreCalculator_CalculateScore"); \ +static_assert(sizeof(BehaviourTokenScoreCalculator_CalculateScore) == 0x000020, "Wrong size on BehaviourTokenScoreCalculator_CalculateScore"); \ +static_assert(offsetof(BehaviourTokenScoreCalculator_CalculateScore, AcquiringActor) == 0x000000, "Member 'BehaviourTokenScoreCalculator_CalculateScore::AcquiringActor' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenScoreCalculator_CalculateScore, TargetActor) == 0x000008, "Member 'BehaviourTokenScoreCalculator_CalculateScore::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenScoreCalculator_CalculateScore, MetaData) == 0x000010, "Member 'BehaviourTokenScoreCalculator_CalculateScore::MetaData' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenScoreCalculator_CalculateScore, ReturnValue) == 0x000018, "Member 'BehaviourTokenScoreCalculator_CalculateScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviourTokenScoreCalculator \ +static_assert(alignof(UBehaviourTokenScoreCalculator) == 0x000008, "Wrong alignment on UBehaviourTokenScoreCalculator"); \ +static_assert(sizeof(UBehaviourTokenScoreCalculator) == 0x000028, "Wrong size on UBehaviourTokenScoreCalculator"); \ + +#define DUMPER7_ASSERTS_UBehaviourTokenSubsystem \ +static_assert(alignof(UBehaviourTokenSubsystem) == 0x000008, "Wrong alignment on UBehaviourTokenSubsystem"); \ +static_assert(sizeof(UBehaviourTokenSubsystem) == 0x0000A8, "Wrong size on UBehaviourTokenSubsystem"); \ + +#define DUMPER7_ASSERTS_BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount \ +static_assert(alignof(BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount) == 0x000008, "Wrong alignment on BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount"); \ +static_assert(sizeof(BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount) == 0x000020, "Wrong size on BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount"); \ +static_assert(offsetof(BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount, WorldContextObject) == 0x000000, "Member 'BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount, token_context) == 0x000008, "Member 'BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount::token_context' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount, TokenId) == 0x000010, "Member 'BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount::TokenId' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount, ReturnValue) == 0x000018, "Member 'BehaviourTokenSubsystemFunctionLibrary_GetTotalTokenCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount \ +static_assert(alignof(BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount) == 0x000008, "Wrong alignment on BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount"); \ +static_assert(sizeof(BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount) == 0x000020, "Wrong size on BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount"); \ +static_assert(offsetof(BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount, WorldContextObject) == 0x000000, "Member 'BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount, token_context) == 0x000008, "Member 'BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount::token_context' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount, TokenId) == 0x000010, "Member 'BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount::TokenId' has a wrong offset!"); \ +static_assert(offsetof(BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount, TokenCount) == 0x000018, "Member 'BehaviourTokenSubsystemFunctionLibrary_SetTotalTokenCount::TokenCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviourTokenSubsystemFunctionLibrary \ +static_assert(alignof(UBehaviourTokenSubsystemFunctionLibrary) == 0x000008, "Wrong alignment on UBehaviourTokenSubsystemFunctionLibrary"); \ +static_assert(sizeof(UBehaviourTokenSubsystemFunctionLibrary) == 0x000028, "Wrong size on UBehaviourTokenSubsystemFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_AquiredTokenHandle \ +static_assert(alignof(UBlackboardKeyType_AquiredTokenHandle) == 0x000008, "Wrong alignment on UBlackboardKeyType_AquiredTokenHandle"); \ +static_assert(sizeof(UBlackboardKeyType_AquiredTokenHandle) == 0x000030, "Wrong size on UBlackboardKeyType_AquiredTokenHandle"); \ + +#define DUMPER7_ASSERTS_UTokenDispenserComponent \ +static_assert(alignof(UTokenDispenserComponent) == 0x000008, "Wrong alignment on UTokenDispenserComponent"); \ +static_assert(sizeof(UTokenDispenserComponent) == 0x000110, "Wrong size on UTokenDispenserComponent"); \ +static_assert(offsetof(UTokenDispenserComponent, DefinedSlots) == 0x0000C0, "Member 'UTokenDispenserComponent::DefinedSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_CanAquireToken \ +static_assert(alignof(UHTNDecorator_CanAquireToken) == 0x000008, "Wrong alignment on UHTNDecorator_CanAquireToken"); \ +static_assert(sizeof(UHTNDecorator_CanAquireToken) == 0x0000B0, "Wrong size on UHTNDecorator_CanAquireToken"); \ +static_assert(offsetof(UHTNDecorator_CanAquireToken, TokenId) == 0x000080, "Member 'UHTNDecorator_CanAquireToken::TokenId' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_CanAquireToken, TargetContext) == 0x000088, "Member 'UHTNDecorator_CanAquireToken::TargetContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_DropAquiredTokenGuard \ +static_assert(alignof(UHTNDecorator_DropAquiredTokenGuard) == 0x000008, "Wrong alignment on UHTNDecorator_DropAquiredTokenGuard"); \ +static_assert(sizeof(UHTNDecorator_DropAquiredTokenGuard) == 0x000098, "Wrong size on UHTNDecorator_DropAquiredTokenGuard"); \ +static_assert(offsetof(UHTNDecorator_DropAquiredTokenGuard, bDropOnSuccess) == 0x000080, "Member 'UHTNDecorator_DropAquiredTokenGuard::bDropOnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DropAquiredTokenGuard, bDropOnFailure) == 0x000081, "Member 'UHTNDecorator_DropAquiredTokenGuard::bDropOnFailure' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DropAquiredTokenGuard, bDropOnAbort) == 0x000082, "Member 'UHTNDecorator_DropAquiredTokenGuard::bDropOnAbort' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DropAquiredTokenGuard, TokenHandleKeysToDrop) == 0x000088, "Member 'UHTNDecorator_DropAquiredTokenGuard::TokenHandleKeysToDrop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_HasAquiredToken \ +static_assert(alignof(UHTNDecorator_HasAquiredToken) == 0x000008, "Wrong alignment on UHTNDecorator_HasAquiredToken"); \ +static_assert(sizeof(UHTNDecorator_HasAquiredToken) == 0x0000D8, "Wrong size on UHTNDecorator_HasAquiredToken"); \ +static_assert(offsetof(UHTNDecorator_HasAquiredToken, TokenId) == 0x000080, "Member 'UHTNDecorator_HasAquiredToken::TokenId' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_HasAquiredToken, TokenContextKey) == 0x000088, "Member 'UHTNDecorator_HasAquiredToken::TokenContextKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_HasAquiredToken, AquiredTokenHandleKey) == 0x0000B0, "Member 'UHTNDecorator_HasAquiredToken::AquiredTokenHandleKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_DropAquiredToken \ +static_assert(alignof(UHTNTask_DropAquiredToken) == 0x000008, "Wrong alignment on UHTNTask_DropAquiredToken"); \ +static_assert(sizeof(UHTNTask_DropAquiredToken) == 0x000110, "Wrong size on UHTNTask_DropAquiredToken"); \ +static_assert(offsetof(UHTNTask_DropAquiredToken, TokenId) == 0x0000A8, "Member 'UHTNTask_DropAquiredToken::TokenId' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_DropAquiredToken, TokenContextKey) == 0x0000B0, "Member 'UHTNTask_DropAquiredToken::TokenContextKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_DropAquiredToken, AquiredTokenHandleKey) == 0x0000D8, "Member 'UHTNTask_DropAquiredToken::AquiredTokenHandleKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_DropAquiredToken, Cost) == 0x000100, "Member 'UHTNTask_DropAquiredToken::Cost' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_DropAquiredToken, bCustomCooldown) == 0x000104, "Member 'UHTNTask_DropAquiredToken::bCustomCooldown' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_DropAquiredToken, CustomTokenCooldown) == 0x000108, "Member 'UHTNTask_DropAquiredToken::CustomTokenCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_ReserveAndWaitForToken \ +static_assert(alignof(UHTNTask_ReserveAndWaitForToken) == 0x000008, "Wrong alignment on UHTNTask_ReserveAndWaitForToken"); \ +static_assert(sizeof(UHTNTask_ReserveAndWaitForToken) == 0x000110, "Wrong size on UHTNTask_ReserveAndWaitForToken"); \ +static_assert(offsetof(UHTNTask_ReserveAndWaitForToken, TokenId) == 0x0000A8, "Member 'UHTNTask_ReserveAndWaitForToken::TokenId' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ReserveAndWaitForToken, TokenContextKey) == 0x0000B0, "Member 'UHTNTask_ReserveAndWaitForToken::TokenContextKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ReserveAndWaitForToken, AquiredTokenHandleKey) == 0x0000D8, "Member 'UHTNTask_ReserveAndWaitForToken::AquiredTokenHandleKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ReserveAndWaitForToken, MaxWaitTime) == 0x000100, "Member 'UHTNTask_ReserveAndWaitForToken::MaxWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ReserveAndWaitForToken, Cost) == 0x000104, "Member 'UHTNTask_ReserveAndWaitForToken::Cost' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ReserveAndWaitForToken, ConsiderInPlanning) == 0x000108, "Member 'UHTNTask_ReserveAndWaitForToken::ConsiderInPlanning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBehaviourTokenScoreCalculatorDistance \ +static_assert(alignof(UBehaviourTokenScoreCalculatorDistance) == 0x000008, "Wrong alignment on UBehaviourTokenScoreCalculatorDistance"); \ +static_assert(sizeof(UBehaviourTokenScoreCalculatorDistance) == 0x000028, "Wrong size on UBehaviourTokenScoreCalculatorDistance"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_ab7dd8271465e459 \ +static_assert(alignof(FPropertyBag_ab7dd8271465e459) == 0x000008, "Wrong alignment on FPropertyBag_ab7dd8271465e459"); \ +static_assert(sizeof(FPropertyBag_ab7dd8271465e459) == 0x000068, "Wrong size on FPropertyBag_ab7dd8271465e459"); \ +static_assert(offsetof(FPropertyBag_ab7dd8271465e459, InputSource) == 0x000000, "Member 'FPropertyBag_ab7dd8271465e459::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ab7dd8271465e459, bWriteToDataDomain) == 0x000040, "Member 'FPropertyBag_ab7dd8271465e459::bWriteToDataDomain' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ab7dd8271465e459, OutputAttributeName) == 0x000044, "Member 'FPropertyBag_ab7dd8271465e459::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ab7dd8271465e459, Operation) == 0x00004C, "Member 'FPropertyBag_ab7dd8271465e459::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ab7dd8271465e459, JoinDelimiter) == 0x000050, "Member 'FPropertyBag_ab7dd8271465e459::JoinDelimiter' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ab7dd8271465e459, bMergeOutputAttributes) == 0x000060, "Member 'FPropertyBag_ab7dd8271465e459::bMergeOutputAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_ca909675785741b \ +static_assert(alignof(FPropertyBag_ca909675785741b) == 0x000008, "Wrong alignment on FPropertyBag_ca909675785741b"); \ +static_assert(sizeof(FPropertyBag_ca909675785741b) == 0x000010, "Wrong size on FPropertyBag_ca909675785741b"); \ +static_assert(offsetof(FPropertyBag_ca909675785741b, Grammar) == 0x000000, "Member 'FPropertyBag_ca909675785741b::Grammar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_8c8bb4cbad4c500e \ +static_assert(alignof(FPropertyBag_8c8bb4cbad4c500e) == 0x000008, "Wrong alignment on FPropertyBag_8c8bb4cbad4c500e"); \ +static_assert(sizeof(FPropertyBag_8c8bb4cbad4c500e) == 0x000048, "Wrong size on FPropertyBag_8c8bb4cbad4c500e"); \ +static_assert(offsetof(FPropertyBag_8c8bb4cbad4c500e, MeshAttribute) == 0x000000, "Member 'FPropertyBag_8c8bb4cbad4c500e::MeshAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8c8bb4cbad4c500e, bSilenceAttributeNotFoundErrors) == 0x000040, "Member 'FPropertyBag_8c8bb4cbad4c500e::bSilenceAttributeNotFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8c8bb4cbad4c500e, bSynchronousLoad) == 0x000041, "Member 'FPropertyBag_8c8bb4cbad4c500e::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_2d06800538d394c2 \ +static_assert(alignof(FPropertyBag_2d06800538d394c2) == 0x000001, "Wrong alignment on FPropertyBag_2d06800538d394c2"); \ +static_assert(sizeof(FPropertyBag_2d06800538d394c2) == 0x000001, "Wrong size on FPropertyBag_2d06800538d394c2"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_c2485351a64da066 \ +static_assert(alignof(FPropertyBag_c2485351a64da066) == 0x000008, "Wrong alignment on FPropertyBag_c2485351a64da066"); \ +static_assert(sizeof(FPropertyBag_c2485351a64da066) == 0x000048, "Wrong size on FPropertyBag_c2485351a64da066"); \ +static_assert(offsetof(FPropertyBag_c2485351a64da066, Format) == 0x000000, "Member 'FPropertyBag_c2485351a64da066::Format' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2485351a64da066, Layout) == 0x000001, "Member 'FPropertyBag_c2485351a64da066::Layout' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2485351a64da066, Path) == 0x000008, "Member 'FPropertyBag_c2485351a64da066::Path' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2485351a64da066, Filename) == 0x000018, "Member 'FPropertyBag_c2485351a64da066::Filename' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2485351a64da066, bExportAllAttributes) == 0x000028, "Member 'FPropertyBag_c2485351a64da066::bExportAllAttributes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2485351a64da066, AttributeSelectors) == 0x000030, "Member 'FPropertyBag_c2485351a64da066::AttributeSelectors' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2485351a64da066, bAddCustomDataVersion) == 0x000040, "Member 'FPropertyBag_c2485351a64da066::bAddCustomDataVersion' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2485351a64da066, CustomVersion) == 0x000044, "Member 'FPropertyBag_c2485351a64da066::CustomVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_c7995aea6bea7c21 \ +static_assert(alignof(FPropertyBag_c7995aea6bea7c21) == 0x000008, "Wrong alignment on FPropertyBag_c7995aea6bea7c21"); \ +static_assert(sizeof(FPropertyBag_c7995aea6bea7c21) == 0x000028, "Wrong size on FPropertyBag_c7995aea6bea7c21"); \ +static_assert(offsetof(FPropertyBag_c7995aea6bea7c21, AssetListSource) == 0x000000, "Member 'FPropertyBag_c7995aea6bea7c21::AssetListSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7995aea6bea7c21, Directory) == 0x000008, "Member 'FPropertyBag_c7995aea6bea7c21::Directory' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7995aea6bea7c21, Collection) == 0x000018, "Member 'FPropertyBag_c7995aea6bea7c21::Collection' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7995aea6bea7c21, bGetClassPath) == 0x000020, "Member 'FPropertyBag_c7995aea6bea7c21::bGetClassPath' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7995aea6bea7c21, bQuiet) == 0x000021, "Member 'FPropertyBag_c7995aea6bea7c21::bQuiet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_9eeab567fd698ad4 \ +static_assert(alignof(FPropertyBag_9eeab567fd698ad4) == 0x000008, "Wrong alignment on FPropertyBag_9eeab567fd698ad4"); \ +static_assert(sizeof(FPropertyBag_9eeab567fd698ad4) == 0x000018, "Wrong size on FPropertyBag_9eeab567fd698ad4"); \ +static_assert(offsetof(FPropertyBag_9eeab567fd698ad4, PointsToCreate) == 0x000000, "Member 'FPropertyBag_9eeab567fd698ad4::PointsToCreate' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9eeab567fd698ad4, CoordinateSpace) == 0x000010, "Member 'FPropertyBag_9eeab567fd698ad4::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9eeab567fd698ad4, bCullPointsOutsideVolume) == 0x000011, "Member 'FPropertyBag_9eeab567fd698ad4::bCullPointsOutsideVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_d233734ef2b3125c \ +static_assert(alignof(FPropertyBag_d233734ef2b3125c) == 0x000010, "Wrong alignment on FPropertyBag_d233734ef2b3125c"); \ +static_assert(sizeof(FPropertyBag_d233734ef2b3125c) == 0x000070, "Wrong size on FPropertyBag_d233734ef2b3125c"); \ +static_assert(offsetof(FPropertyBag_d233734ef2b3125c, bCenterPivot) == 0x000000, "Member 'FPropertyBag_d233734ef2b3125c::bCenterPivot' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d233734ef2b3125c, bUseFirstPointTransform) == 0x000001, "Member 'FPropertyBag_d233734ef2b3125c::bUseFirstPointTransform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d233734ef2b3125c, PointTransform) == 0x000010, "Member 'FPropertyBag_d233734ef2b3125c::PointTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_61e689bb9327c3cc \ +static_assert(alignof(FPropertyBag_61e689bb9327c3cc) == 0x000008, "Wrong alignment on FPropertyBag_61e689bb9327c3cc"); \ +static_assert(sizeof(FPropertyBag_61e689bb9327c3cc) == 0x000080, "Wrong size on FPropertyBag_61e689bb9327c3cc"); \ +static_assert(offsetof(FPropertyBag_61e689bb9327c3cc, ActorReferenceAttribute) == 0x000000, "Member 'FPropertyBag_61e689bb9327c3cc::ActorReferenceAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_61e689bb9327c3cc, DataLayerReferenceAttribute) == 0x000040, "Member 'FPropertyBag_61e689bb9327c3cc::DataLayerReferenceAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_897f5656d009af2 \ +static_assert(alignof(FPropertyBag_897f5656d009af2) == 0x000001, "Wrong alignment on FPropertyBag_897f5656d009af2"); \ +static_assert(sizeof(FPropertyBag_897f5656d009af2) == 0x000004, "Wrong size on FPropertyBag_897f5656d009af2"); \ +static_assert(offsetof(FPropertyBag_897f5656d009af2, bExtractTangents) == 0x000000, "Member 'FPropertyBag_897f5656d009af2::bExtractTangents' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_897f5656d009af2, bExtractAngles) == 0x000001, "Member 'FPropertyBag_897f5656d009af2::bExtractAngles' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_897f5656d009af2, bExtractConnectivityInfo) == 0x000002, "Member 'FPropertyBag_897f5656d009af2::bExtractConnectivityInfo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_897f5656d009af2, bExtractClockwiseInfo) == 0x000003, "Member 'FPropertyBag_897f5656d009af2::bExtractClockwiseInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_2ed12089fba26537 \ +static_assert(alignof(FPropertyBag_2ed12089fba26537) == 0x000008, "Wrong alignment on FPropertyBag_2ed12089fba26537"); \ +static_assert(sizeof(FPropertyBag_2ed12089fba26537) == 0x000078, "Wrong size on FPropertyBag_2ed12089fba26537"); \ +static_assert(offsetof(FPropertyBag_2ed12089fba26537, Pins) == 0x000000, "Member 'FPropertyBag_2ed12089fba26537::Pins' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2ed12089fba26537, PinLabels) == 0x000010, "Member 'FPropertyBag_2ed12089fba26537::PinLabels' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2ed12089fba26537, CustomPins) == 0x000060, "Member 'FPropertyBag_2ed12089fba26537::CustomPins' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2ed12089fba26537, bHasAddedDefaultPin) == 0x000070, "Member 'FPropertyBag_2ed12089fba26537::bHasAddedDefaultPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_c8656b2195dad47 \ +static_assert(alignof(FPropertyBag_c8656b2195dad47) == 0x000008, "Wrong alignment on FPropertyBag_c8656b2195dad47"); \ +static_assert(sizeof(FPropertyBag_c8656b2195dad47) == 0x000048, "Wrong size on FPropertyBag_c8656b2195dad47"); \ +static_assert(offsetof(FPropertyBag_c8656b2195dad47, AssetReferenceSelector) == 0x000000, "Member 'FPropertyBag_c8656b2195dad47::AssetReferenceSelector' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8656b2195dad47, RuntimeGenerationGridSize) == 0x000040, "Member 'FPropertyBag_c8656b2195dad47::RuntimeGenerationGridSize' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8656b2195dad47, RuntimeGenerationGridIs2D) == 0x000041, "Member 'FPropertyBag_c8656b2195dad47::RuntimeGenerationGridIs2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_4c6f13852c5d24a3 \ +static_assert(alignof(FPropertyBag_4c6f13852c5d24a3) == 0x000008, "Wrong alignment on FPropertyBag_4c6f13852c5d24a3"); \ +static_assert(sizeof(FPropertyBag_4c6f13852c5d24a3) == 0x000028, "Wrong size on FPropertyBag_4c6f13852c5d24a3"); \ +static_assert(offsetof(FPropertyBag_4c6f13852c5d24a3, TargetActor) == 0x000000, "Member 'FPropertyBag_4c6f13852c5d24a3::TargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_5ad3801ae1c15fa9 \ +static_assert(alignof(FPropertyBag_5ad3801ae1c15fa9) == 0x000008, "Wrong alignment on FPropertyBag_5ad3801ae1c15fa9"); \ +static_assert(sizeof(FPropertyBag_5ad3801ae1c15fa9) == 0x000170, "Wrong size on FPropertyBag_5ad3801ae1c15fa9"); \ +static_assert(offsetof(FPropertyBag_5ad3801ae1c15fa9, Operation) == 0x000000, "Member 'FPropertyBag_5ad3801ae1c15fa9::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5ad3801ae1c15fa9, TransformLerpMode) == 0x000001, "Member 'FPropertyBag_5ad3801ae1c15fa9::TransformLerpMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5ad3801ae1c15fa9, InputSource1) == 0x000008, "Member 'FPropertyBag_5ad3801ae1c15fa9::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5ad3801ae1c15fa9, InputSource2) == 0x000048, "Member 'FPropertyBag_5ad3801ae1c15fa9::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5ad3801ae1c15fa9, InputSource3) == 0x000088, "Member 'FPropertyBag_5ad3801ae1c15fa9::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5ad3801ae1c15fa9, OutputTarget) == 0x0000C8, "Member 'FPropertyBag_5ad3801ae1c15fa9::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5ad3801ae1c15fa9, OutputDataFromPin) == 0x000108, "Member 'FPropertyBag_5ad3801ae1c15fa9::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5ad3801ae1c15fa9, DefaultValues) == 0x000110, "Member 'FPropertyBag_5ad3801ae1c15fa9::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_de29039356adbe82 \ +static_assert(alignof(FPropertyBag_de29039356adbe82) == 0x000008, "Wrong alignment on FPropertyBag_de29039356adbe82"); \ +static_assert(sizeof(FPropertyBag_de29039356adbe82) == 0x000068, "Wrong size on FPropertyBag_de29039356adbe82"); \ +static_assert(offsetof(FPropertyBag_de29039356adbe82, ObjectReferenceAttribute) == 0x000000, "Member 'FPropertyBag_de29039356adbe82::ObjectReferenceAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_de29039356adbe82, PropertyOverrideDescriptions) == 0x000040, "Member 'FPropertyBag_de29039356adbe82::PropertyOverrideDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_de29039356adbe82, PostProcessFunctionNames) == 0x000050, "Member 'FPropertyBag_de29039356adbe82::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_de29039356adbe82, bSilenceErrorOnEmptyObjectPath) == 0x000060, "Member 'FPropertyBag_de29039356adbe82::bSilenceErrorOnEmptyObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_de29039356adbe82, bSynchronousLoad) == 0x000061, "Member 'FPropertyBag_de29039356adbe82::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_9a45edc040921716 \ +static_assert(alignof(FPropertyBag_9a45edc040921716) == 0x000004, "Wrong alignment on FPropertyBag_9a45edc040921716"); \ +static_assert(sizeof(FPropertyBag_9a45edc040921716) == 0x000004, "Wrong size on FPropertyBag_9a45edc040921716"); \ +static_assert(offsetof(FPropertyBag_9a45edc040921716, ComputeGraphIndex) == 0x000000, "Member 'FPropertyBag_9a45edc040921716::ComputeGraphIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_dd6553dd8118dbb4 \ +static_assert(alignof(FPropertyBag_dd6553dd8118dbb4) == 0x000004, "Wrong alignment on FPropertyBag_dd6553dd8118dbb4"); \ +static_assert(sizeof(FPropertyBag_dd6553dd8118dbb4) == 0x000010, "Wrong size on FPropertyBag_dd6553dd8118dbb4"); \ +static_assert(offsetof(FPropertyBag_dd6553dd8118dbb4, ToolTag) == 0x000000, "Member 'FPropertyBag_dd6553dd8118dbb4::ToolTag' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dd6553dd8118dbb4, DataInstance) == 0x000008, "Member 'FPropertyBag_dd6553dd8118dbb4::DataInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_d3c08de005d91c67 \ +static_assert(alignof(FPropertyBag_d3c08de005d91c67) == 0x000008, "Wrong alignment on FPropertyBag_d3c08de005d91c67"); \ +static_assert(sizeof(FPropertyBag_d3c08de005d91c67) == 0x000058, "Wrong size on FPropertyBag_d3c08de005d91c67"); \ +static_assert(offsetof(FPropertyBag_d3c08de005d91c67, KernelType) == 0x000000, "Member 'FPropertyBag_d3c08de005d91c67::KernelType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d3c08de005d91c67, NumElements) == 0x000004, "Member 'FPropertyBag_d3c08de005d91c67::NumElements' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d3c08de005d91c67, NumElements2D) == 0x000008, "Member 'FPropertyBag_d3c08de005d91c67::NumElements2D' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d3c08de005d91c67, DispatchThreadCount) == 0x000010, "Member 'FPropertyBag_d3c08de005d91c67::DispatchThreadCount' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d3c08de005d91c67, ThreadCountMultiplier) == 0x000014, "Member 'FPropertyBag_d3c08de005d91c67::ThreadCountMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d3c08de005d91c67, FixedThreadCount) == 0x000018, "Member 'FPropertyBag_d3c08de005d91c67::FixedThreadCount' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d3c08de005d91c67, ThreadCountInputPinLabels) == 0x000020, "Member 'FPropertyBag_d3c08de005d91c67::ThreadCountInputPinLabels' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d3c08de005d91c67, InputPins) == 0x000030, "Member 'FPropertyBag_d3c08de005d91c67::InputPins' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d3c08de005d91c67, OutputPins) == 0x000040, "Member 'FPropertyBag_d3c08de005d91c67::OutputPins' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d3c08de005d91c67, bMuteUnwrittenPinDataErrors) == 0x000050, "Member 'FPropertyBag_d3c08de005d91c67::bMuteUnwrittenPinDataErrors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_83f4db907da14609 \ +static_assert(alignof(FPropertyBag_83f4db907da14609) == 0x000008, "Wrong alignment on FPropertyBag_83f4db907da14609"); \ +static_assert(sizeof(FPropertyBag_83f4db907da14609) == 0x0000A0, "Wrong size on FPropertyBag_83f4db907da14609"); \ +static_assert(offsetof(FPropertyBag_83f4db907da14609, InputSource) == 0x000000, "Member 'FPropertyBag_83f4db907da14609::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_83f4db907da14609, OutputTarget) == 0x000040, "Member 'FPropertyBag_83f4db907da14609::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_83f4db907da14609, NumIterations) == 0x000080, "Member 'FPropertyBag_83f4db907da14609::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_83f4db907da14609, SearchDistance) == 0x000088, "Member 'FPropertyBag_83f4db907da14609::SearchDistance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_83f4db907da14609, BlurMode) == 0x000090, "Member 'FPropertyBag_83f4db907da14609::BlurMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_83f4db907da14609, bUseCustomStandardDeviation) == 0x000091, "Member 'FPropertyBag_83f4db907da14609::bUseCustomStandardDeviation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_83f4db907da14609, CustomStandardDeviation) == 0x000098, "Member 'FPropertyBag_83f4db907da14609::CustomStandardDeviation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_a4f364f046ebc807 \ +static_assert(alignof(FPropertyBag_a4f364f046ebc807) == 0x000008, "Wrong alignment on FPropertyBag_a4f364f046ebc807"); \ +static_assert(sizeof(FPropertyBag_a4f364f046ebc807) == 0x000020, "Wrong size on FPropertyBag_a4f364f046ebc807"); \ +static_assert(offsetof(FPropertyBag_a4f364f046ebc807, WaitTimeInSeconds) == 0x000000, "Member 'FPropertyBag_a4f364f046ebc807::WaitTimeInSeconds' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a4f364f046ebc807, WaitTimeInEngineFrames) == 0x000008, "Member 'FPropertyBag_a4f364f046ebc807::WaitTimeInEngineFrames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a4f364f046ebc807, WaitTimeInRenderFrames) == 0x000010, "Member 'FPropertyBag_a4f364f046ebc807::WaitTimeInRenderFrames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a4f364f046ebc807, bEndWaitWhenAllConditionsAreMet) == 0x000018, "Member 'FPropertyBag_a4f364f046ebc807::bEndWaitWhenAllConditionsAreMet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_b0d9f590868df022 \ +static_assert(alignof(FPropertyBag_b0d9f590868df022) == 0x000008, "Wrong alignment on FPropertyBag_b0d9f590868df022"); \ +static_assert(sizeof(FPropertyBag_b0d9f590868df022) == 0x0000E8, "Wrong size on FPropertyBag_b0d9f590868df022"); \ +static_assert(offsetof(FPropertyBag_b0d9f590868df022, InputSource) == 0x000000, "Member 'FPropertyBag_b0d9f590868df022::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b0d9f590868df022, OutputTarget) == 0x000040, "Member 'FPropertyBag_b0d9f590868df022::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b0d9f590868df022, OutputDataFromPin) == 0x000080, "Member 'FPropertyBag_b0d9f590868df022::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b0d9f590868df022, DefaultValues) == 0x000088, "Member 'FPropertyBag_b0d9f590868df022::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_1a83a03124c43cd4 \ +static_assert(alignof(FPropertyBag_1a83a03124c43cd4) == 0x000008, "Wrong alignment on FPropertyBag_1a83a03124c43cd4"); \ +static_assert(sizeof(FPropertyBag_1a83a03124c43cd4) == 0x000040, "Wrong size on FPropertyBag_1a83a03124c43cd4"); \ +static_assert(offsetof(FPropertyBag_1a83a03124c43cd4, Mode) == 0x000000, "Member 'FPropertyBag_1a83a03124c43cd4::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1a83a03124c43cd4, BoundsMin) == 0x000008, "Member 'FPropertyBag_1a83a03124c43cd4::BoundsMin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1a83a03124c43cd4, BoundsMax) == 0x000020, "Member 'FPropertyBag_1a83a03124c43cd4::BoundsMax' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1a83a03124c43cd4, bAffectSteepness) == 0x000038, "Member 'FPropertyBag_1a83a03124c43cd4::bAffectSteepness' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1a83a03124c43cd4, Steepness) == 0x00003C, "Member 'FPropertyBag_1a83a03124c43cd4::Steepness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_3f15249d322a8af6 \ +static_assert(alignof(FPropertyBag_3f15249d322a8af6) == 0x000008, "Wrong alignment on FPropertyBag_3f15249d322a8af6"); \ +static_assert(sizeof(FPropertyBag_3f15249d322a8af6) == 0x000118, "Wrong size on FPropertyBag_3f15249d322a8af6"); \ +static_assert(offsetof(FPropertyBag_3f15249d322a8af6, bKeyAsAttribute) == 0x000000, "Member 'FPropertyBag_3f15249d322a8af6::bKeyAsAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3f15249d322a8af6, Key) == 0x000004, "Member 'FPropertyBag_3f15249d322a8af6::Key' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3f15249d322a8af6, KeyAttribute) == 0x000010, "Member 'FPropertyBag_3f15249d322a8af6::KeyAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3f15249d322a8af6, ComparedValueAttribute) == 0x000050, "Member 'FPropertyBag_3f15249d322a8af6::ComparedValueAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3f15249d322a8af6, bCriteriaAsInput) == 0x000090, "Member 'FPropertyBag_3f15249d322a8af6::bCriteriaAsInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3f15249d322a8af6, Criteria) == 0x000098, "Member 'FPropertyBag_3f15249d322a8af6::Criteria' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3f15249d322a8af6, bCopyKeyForUnselectedGrammar) == 0x0000A8, "Member 'FPropertyBag_3f15249d322a8af6::bCopyKeyForUnselectedGrammar' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3f15249d322a8af6, bRemapCriteriaAttributeNames) == 0x0000A9, "Member 'FPropertyBag_3f15249d322a8af6::bRemapCriteriaAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3f15249d322a8af6, CriteriaAttributeNames) == 0x0000AC, "Member 'FPropertyBag_3f15249d322a8af6::CriteriaAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3f15249d322a8af6, OutputGrammarAttribute) == 0x0000D8, "Member 'FPropertyBag_3f15249d322a8af6::OutputGrammarAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_8a687f7e00dbcaa4 \ +static_assert(alignof(FPropertyBag_8a687f7e00dbcaa4) == 0x000008, "Wrong alignment on FPropertyBag_8a687f7e00dbcaa4"); \ +static_assert(sizeof(FPropertyBag_8a687f7e00dbcaa4) == 0x0000A0, "Wrong size on FPropertyBag_8a687f7e00dbcaa4"); \ +static_assert(offsetof(FPropertyBag_8a687f7e00dbcaa4, Algorithm) == 0x000000, "Member 'FPropertyBag_8a687f7e00dbcaa4::Algorithm' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8a687f7e00dbcaa4, NumClusters) == 0x000004, "Member 'FPropertyBag_8a687f7e00dbcaa4::NumClusters' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8a687f7e00dbcaa4, ClusterAttribute) == 0x000008, "Member 'FPropertyBag_8a687f7e00dbcaa4::ClusterAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8a687f7e00dbcaa4, MaxIterations) == 0x000048, "Member 'FPropertyBag_8a687f7e00dbcaa4::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8a687f7e00dbcaa4, Tolerance) == 0x000050, "Member 'FPropertyBag_8a687f7e00dbcaa4::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8a687f7e00dbcaa4, bOutputFinalCentroids) == 0x000058, "Member 'FPropertyBag_8a687f7e00dbcaa4::bOutputFinalCentroids' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8a687f7e00dbcaa4, bOutputFinalCentroidElementCount) == 0x000059, "Member 'FPropertyBag_8a687f7e00dbcaa4::bOutputFinalCentroidElementCount' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8a687f7e00dbcaa4, FinalCentroidElementCountAttribute) == 0x000060, "Member 'FPropertyBag_8a687f7e00dbcaa4::FinalCentroidElementCountAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_98c982b92a75ae30 \ +static_assert(alignof(FPropertyBag_98c982b92a75ae30) == 0x000008, "Wrong alignment on FPropertyBag_98c982b92a75ae30"); \ +static_assert(sizeof(FPropertyBag_98c982b92a75ae30) == 0x000018, "Wrong size on FPropertyBag_98c982b92a75ae30"); \ +static_assert(offsetof(FPropertyBag_98c982b92a75ae30, Type) == 0x000000, "Member 'FPropertyBag_98c982b92a75ae30::Type' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_98c982b92a75ae30, DensityFunction) == 0x000001, "Member 'FPropertyBag_98c982b92a75ae30::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_98c982b92a75ae30, DynamicInputPinProperties) == 0x000008, "Member 'FPropertyBag_98c982b92a75ae30::DynamicInputPinProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_c03ca4b8a50841bc \ +static_assert(alignof(FPropertyBag_c03ca4b8a50841bc) == 0x000008, "Wrong alignment on FPropertyBag_c03ca4b8a50841bc"); \ +static_assert(sizeof(FPropertyBag_c03ca4b8a50841bc) == 0x000060, "Wrong size on FPropertyBag_c03ca4b8a50841bc"); \ +static_assert(offsetof(FPropertyBag_c03ca4b8a50841bc, bSelectIndicesByInput) == 0x000000, "Member 'FPropertyBag_c03ca4b8a50841bc::bSelectIndicesByInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c03ca4b8a50841bc, IndexSelectionAttribute) == 0x000008, "Member 'FPropertyBag_c03ca4b8a50841bc::IndexSelectionAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c03ca4b8a50841bc, SelectedIndices) == 0x000048, "Member 'FPropertyBag_c03ca4b8a50841bc::SelectedIndices' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c03ca4b8a50841bc, bOutputDiscardedElements) == 0x000058, "Member 'FPropertyBag_c03ca4b8a50841bc::bOutputDiscardedElements' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c03ca4b8a50841bc, bInvertFilter) == 0x000059, "Member 'FPropertyBag_c03ca4b8a50841bc::bInvertFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_2e29c51cde7bc6df \ +static_assert(alignof(FPropertyBag_2e29c51cde7bc6df) == 0x000008, "Wrong alignment on FPropertyBag_2e29c51cde7bc6df"); \ +static_assert(sizeof(FPropertyBag_2e29c51cde7bc6df) == 0x000110, "Wrong size on FPropertyBag_2e29c51cde7bc6df"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, bModuleInfoAsInput) == 0x000000, "Member 'FPropertyBag_2e29c51cde7bc6df::bModuleInfoAsInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, ModulesInfo) == 0x000008, "Member 'FPropertyBag_2e29c51cde7bc6df::ModulesInfo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, ModulesInfoAttributeNames) == 0x000018, "Member 'FPropertyBag_2e29c51cde7bc6df::ModulesInfoAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, GrammarSelection) == 0x000040, "Member 'FPropertyBag_2e29c51cde7bc6df::GrammarSelection' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, bUseSeedAttribute) == 0x000098, "Member 'FPropertyBag_2e29c51cde7bc6df::bUseSeedAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, SeedAttribute) == 0x0000A0, "Member 'FPropertyBag_2e29c51cde7bc6df::SeedAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, bForwardAttributesFromModulesInfo) == 0x0000E0, "Member 'FPropertyBag_2e29c51cde7bc6df::bForwardAttributesFromModulesInfo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, SymbolAttributeName) == 0x0000E4, "Member 'FPropertyBag_2e29c51cde7bc6df::SymbolAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, bOutputSizeAttribute) == 0x0000EC, "Member 'FPropertyBag_2e29c51cde7bc6df::bOutputSizeAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, SizeAttributeName) == 0x0000F0, "Member 'FPropertyBag_2e29c51cde7bc6df::SizeAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, bOutputScalableAttribute) == 0x0000F8, "Member 'FPropertyBag_2e29c51cde7bc6df::bOutputScalableAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, ScalableAttributeName) == 0x0000FC, "Member 'FPropertyBag_2e29c51cde7bc6df::ScalableAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, bOutputDebugColorAttribute) == 0x000104, "Member 'FPropertyBag_2e29c51cde7bc6df::bOutputDebugColorAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e29c51cde7bc6df, DebugColorAttributeName) == 0x000108, "Member 'FPropertyBag_2e29c51cde7bc6df::DebugColorAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_9031447d2ad1988 \ +static_assert(alignof(FPropertyBag_9031447d2ad1988) == 0x000008, "Wrong alignment on FPropertyBag_9031447d2ad1988"); \ +static_assert(sizeof(FPropertyBag_9031447d2ad1988) == 0x0000A8, "Wrong size on FPropertyBag_9031447d2ad1988"); \ +static_assert(offsetof(FPropertyBag_9031447d2ad1988, DistanceThreshold) == 0x000000, "Member 'FPropertyBag_9031447d2ad1988::DistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9031447d2ad1988, Mode) == 0x000008, "Member 'FPropertyBag_9031447d2ad1988::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9031447d2ad1988, ComparisonMode) == 0x000009, "Member 'FPropertyBag_9031447d2ad1988::ComparisonMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9031447d2ad1988, VisitOrder) == 0x00000A, "Member 'FPropertyBag_9031447d2ad1988::VisitOrder' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9031447d2ad1988, VisitOrderAttribute) == 0x000010, "Member 'FPropertyBag_9031447d2ad1988::VisitOrderAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9031447d2ad1988, bUseMergeWeightAttribute) == 0x000050, "Member 'FPropertyBag_9031447d2ad1988::bUseMergeWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9031447d2ad1988, MergeWeightAttribute) == 0x000058, "Member 'FPropertyBag_9031447d2ad1988::MergeWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9031447d2ad1988, AttributesToMerge) == 0x000098, "Member 'FPropertyBag_9031447d2ad1988::AttributesToMerge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_64c4ff5f12fe494b \ +static_assert(alignof(FPropertyBag_64c4ff5f12fe494b) == 0x000008, "Wrong alignment on FPropertyBag_64c4ff5f12fe494b"); \ +static_assert(sizeof(FPropertyBag_64c4ff5f12fe494b) == 0x0000A0, "Wrong size on FPropertyBag_64c4ff5f12fe494b"); \ +static_assert(offsetof(FPropertyBag_64c4ff5f12fe494b, GenerationSource) == 0x000000, "Member 'FPropertyBag_64c4ff5f12fe494b::GenerationSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_64c4ff5f12fe494b, SourceString) == 0x000008, "Member 'FPropertyBag_64c4ff5f12fe494b::SourceString' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_64c4ff5f12fe494b, SeedSource) == 0x000018, "Member 'FPropertyBag_64c4ff5f12fe494b::SeedSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_64c4ff5f12fe494b, bResetSeedPerInput) == 0x000058, "Member 'FPropertyBag_64c4ff5f12fe494b::bResetSeedPerInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_64c4ff5f12fe494b, OutputTarget) == 0x000060, "Member 'FPropertyBag_64c4ff5f12fe494b::OutputTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_dc92cc4f405a2f7d \ +static_assert(alignof(FPropertyBag_dc92cc4f405a2f7d) == 0x000001, "Wrong alignment on FPropertyBag_dc92cc4f405a2f7d"); \ +static_assert(sizeof(FPropertyBag_dc92cc4f405a2f7d) == 0x000001, "Wrong size on FPropertyBag_dc92cc4f405a2f7d"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_8cc11558e7639 \ +static_assert(alignof(FPropertyBag_8cc11558e7639) == 0x000004, "Wrong alignment on FPropertyBag_8cc11558e7639"); \ +static_assert(sizeof(FPropertyBag_8cc11558e7639) == 0x000014, "Wrong size on FPropertyBag_8cc11558e7639"); \ +static_assert(offsetof(FPropertyBag_8cc11558e7639, RotationInheritance) == 0x000000, "Member 'FPropertyBag_8cc11558e7639::RotationInheritance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8cc11558e7639, bApplyTargetRotationToPositions) == 0x000001, "Member 'FPropertyBag_8cc11558e7639::bApplyTargetRotationToPositions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8cc11558e7639, ScaleInheritance) == 0x000002, "Member 'FPropertyBag_8cc11558e7639::ScaleInheritance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8cc11558e7639, bApplyTargetScaleToPositions) == 0x000003, "Member 'FPropertyBag_8cc11558e7639::bApplyTargetScaleToPositions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8cc11558e7639, ColorInheritance) == 0x000004, "Member 'FPropertyBag_8cc11558e7639::ColorInheritance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8cc11558e7639, SeedInheritance) == 0x000005, "Member 'FPropertyBag_8cc11558e7639::SeedInheritance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8cc11558e7639, AttributeInheritance) == 0x000006, "Member 'FPropertyBag_8cc11558e7639::AttributeInheritance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8cc11558e7639, TagInheritance) == 0x000007, "Member 'FPropertyBag_8cc11558e7639::TagInheritance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8cc11558e7639, bCopyEachSourceOnEveryTarget) == 0x000008, "Member 'FPropertyBag_8cc11558e7639::bCopyEachSourceOnEveryTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8cc11558e7639, bMatchBasedOnAttribute) == 0x000009, "Member 'FPropertyBag_8cc11558e7639::bMatchBasedOnAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8cc11558e7639, MatchAttribute) == 0x00000C, "Member 'FPropertyBag_8cc11558e7639::MatchAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_cac79652e2ef502c \ +static_assert(alignof(FPropertyBag_cac79652e2ef502c) == 0x000008, "Wrong alignment on FPropertyBag_cac79652e2ef502c"); \ +static_assert(sizeof(FPropertyBag_cac79652e2ef502c) == 0x0000D0, "Wrong size on FPropertyBag_cac79652e2ef502c"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, Asset) == 0x000000, "Member 'FPropertyBag_cac79652e2ef502c::Asset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, Pins) == 0x000028, "Member 'FPropertyBag_cac79652e2ef502c::Pins' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, AssetName) == 0x000038, "Member 'FPropertyBag_cac79652e2ef502c::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, bLoadFromInput) == 0x000048, "Member 'FPropertyBag_cac79652e2ef502c::bLoadFromInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, AssetReferenceSelector) == 0x000050, "Member 'FPropertyBag_cac79652e2ef502c::AssetReferenceSelector' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, InputIndexTag) == 0x000090, "Member 'FPropertyBag_cac79652e2ef502c::InputIndexTag' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, DataIndexTag) == 0x000098, "Member 'FPropertyBag_cac79652e2ef502c::DataIndexTag' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, bSetDefaultAttributeOverridesFromInput) == 0x0000A0, "Member 'FPropertyBag_cac79652e2ef502c::bSetDefaultAttributeOverridesFromInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, DefaultAttributeOverrides) == 0x0000A8, "Member 'FPropertyBag_cac79652e2ef502c::DefaultAttributeOverrides' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, CommaSeparatedDefaultAttributeOverrides) == 0x0000B8, "Member 'FPropertyBag_cac79652e2ef502c::CommaSeparatedDefaultAttributeOverrides' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, bWarnIfNoAsset) == 0x0000C8, "Member 'FPropertyBag_cac79652e2ef502c::bWarnIfNoAsset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, bTagOutputsBasedOnOutputPins) == 0x0000C9, "Member 'FPropertyBag_cac79652e2ef502c::bTagOutputsBasedOnOutputPins' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cac79652e2ef502c, bSynchronousLoad) == 0x0000CA, "Member 'FPropertyBag_cac79652e2ef502c::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_7cf5f1c28bb5a002 \ +static_assert(alignof(FPropertyBag_7cf5f1c28bb5a002) == 0x000001, "Wrong alignment on FPropertyBag_7cf5f1c28bb5a002"); \ +static_assert(sizeof(FPropertyBag_7cf5f1c28bb5a002) == 0x000001, "Wrong size on FPropertyBag_7cf5f1c28bb5a002"); \ +static_assert(offsetof(FPropertyBag_7cf5f1c28bb5a002, bOverrideExistingAttributes) == 0x000000, "Member 'FPropertyBag_7cf5f1c28bb5a002::bOverrideExistingAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_5abb0a9df892e72a \ +static_assert(alignof(FPropertyBag_5abb0a9df892e72a) == 0x000008, "Wrong alignment on FPropertyBag_5abb0a9df892e72a"); \ +static_assert(sizeof(FPropertyBag_5abb0a9df892e72a) == 0x0000E0, "Wrong size on FPropertyBag_5abb0a9df892e72a"); \ +static_assert(offsetof(FPropertyBag_5abb0a9df892e72a, ActorSelector) == 0x000000, "Member 'FPropertyBag_5abb0a9df892e72a::ActorSelector' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5abb0a9df892e72a, bSelectComponent) == 0x000078, "Member 'FPropertyBag_5abb0a9df892e72a::bSelectComponent' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5abb0a9df892e72a, ComponentClass) == 0x000080, "Member 'FPropertyBag_5abb0a9df892e72a::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5abb0a9df892e72a, bProcessAllComponents) == 0x000088, "Member 'FPropertyBag_5abb0a9df892e72a::bProcessAllComponents' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5abb0a9df892e72a, bOutputComponentReference) == 0x000089, "Member 'FPropertyBag_5abb0a9df892e72a::bOutputComponentReference' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5abb0a9df892e72a, PropertyName) == 0x00008C, "Member 'FPropertyBag_5abb0a9df892e72a::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5abb0a9df892e72a, bForceObjectAndStructExtraction) == 0x000094, "Member 'FPropertyBag_5abb0a9df892e72a::bForceObjectAndStructExtraction' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5abb0a9df892e72a, OutputAttributeName) == 0x000098, "Member 'FPropertyBag_5abb0a9df892e72a::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5abb0a9df892e72a, bSanitizeOutputAttributeName) == 0x0000D8, "Member 'FPropertyBag_5abb0a9df892e72a::bSanitizeOutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5abb0a9df892e72a, bOutputActorReference) == 0x0000D9, "Member 'FPropertyBag_5abb0a9df892e72a::bOutputActorReference' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5abb0a9df892e72a, bAlwaysRequeryActors) == 0x0000DA, "Member 'FPropertyBag_5abb0a9df892e72a::bAlwaysRequeryActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_6e888c180e15a300 \ +static_assert(alignof(FPropertyBag_6e888c180e15a300) == 0x000008, "Wrong alignment on FPropertyBag_6e888c180e15a300"); \ +static_assert(sizeof(FPropertyBag_6e888c180e15a300) == 0x000068, "Wrong size on FPropertyBag_6e888c180e15a300"); \ +static_assert(offsetof(FPropertyBag_6e888c180e15a300, Pins) == 0x000000, "Member 'FPropertyBag_6e888c180e15a300::Pins' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6e888c180e15a300, CustomDataCollectionExporterClass) == 0x000010, "Member 'FPropertyBag_6e888c180e15a300::CustomDataCollectionExporterClass' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6e888c180e15a300, Params) == 0x000018, "Member 'FPropertyBag_6e888c180e15a300::Params' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6e888c180e15a300, AssetDescription) == 0x000048, "Member 'FPropertyBag_6e888c180e15a300::AssetDescription' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6e888c180e15a300, AssetColor) == 0x000058, "Member 'FPropertyBag_6e888c180e15a300::AssetColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_cefe31f7aefa5ce9 \ +static_assert(alignof(FPropertyBag_cefe31f7aefa5ce9) == 0x000004, "Wrong alignment on FPropertyBag_cefe31f7aefa5ce9"); \ +static_assert(sizeof(FPropertyBag_cefe31f7aefa5ce9) == 0x000008, "Wrong size on FPropertyBag_cefe31f7aefa5ce9"); \ +static_assert(offsetof(FPropertyBag_cefe31f7aefa5ce9, BoundsExpansion) == 0x000000, "Member 'FPropertyBag_cefe31f7aefa5ce9::BoundsExpansion' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cefe31f7aefa5ce9, Mode) == 0x000004, "Member 'FPropertyBag_cefe31f7aefa5ce9::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_1bb22a8e06558f4b \ +static_assert(alignof(FPropertyBag_1bb22a8e06558f4b) == 0x000008, "Wrong alignment on FPropertyBag_1bb22a8e06558f4b"); \ +static_assert(sizeof(FPropertyBag_1bb22a8e06558f4b) == 0x000008, "Wrong size on FPropertyBag_1bb22a8e06558f4b"); \ +static_assert(offsetof(FPropertyBag_1bb22a8e06558f4b, Declaration) == 0x000000, "Member 'FPropertyBag_1bb22a8e06558f4b::Declaration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_ffd3414ad8232e6d \ +static_assert(alignof(FPropertyBag_ffd3414ad8232e6d) == 0x000008, "Wrong alignment on FPropertyBag_ffd3414ad8232e6d"); \ +static_assert(sizeof(FPropertyBag_ffd3414ad8232e6d) == 0x000088, "Wrong size on FPropertyBag_ffd3414ad8232e6d"); \ +static_assert(offsetof(FPropertyBag_ffd3414ad8232e6d, InputSource) == 0x000000, "Member 'FPropertyBag_ffd3414ad8232e6d::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ffd3414ad8232e6d, OutputType) == 0x000040, "Member 'FPropertyBag_ffd3414ad8232e6d::OutputType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ffd3414ad8232e6d, OutputTarget) == 0x000048, "Member 'FPropertyBag_ffd3414ad8232e6d::OutputTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_9d76023c2a45a8ae \ +static_assert(alignof(FPropertyBag_9d76023c2a45a8ae) == 0x000001, "Wrong alignment on FPropertyBag_9d76023c2a45a8ae"); \ +static_assert(sizeof(FPropertyBag_9d76023c2a45a8ae) == 0x000001, "Wrong size on FPropertyBag_9d76023c2a45a8ae"); \ +static_assert(offsetof(FPropertyBag_9d76023c2a45a8ae, bDeleteInputsAfterOperation) == 0x000000, "Member 'FPropertyBag_9d76023c2a45a8ae::bDeleteInputsAfterOperation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_1dfda0fe29e57445 \ +static_assert(alignof(FPropertyBag_1dfda0fe29e57445) == 0x000008, "Wrong alignment on FPropertyBag_1dfda0fe29e57445"); \ +static_assert(sizeof(FPropertyBag_1dfda0fe29e57445) == 0x000088, "Wrong size on FPropertyBag_1dfda0fe29e57445"); \ +static_assert(offsetof(FPropertyBag_1dfda0fe29e57445, InputSource) == 0x000000, "Member 'FPropertyBag_1dfda0fe29e57445::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1dfda0fe29e57445, Index) == 0x000040, "Member 'FPropertyBag_1dfda0fe29e57445::Index' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1dfda0fe29e57445, OutputAttributeName) == 0x000048, "Member 'FPropertyBag_1dfda0fe29e57445::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_3841a9089c1acdfe \ +static_assert(alignof(FPropertyBag_3841a9089c1acdfe) == 0x000010, "Wrong alignment on FPropertyBag_3841a9089c1acdfe"); \ +static_assert(sizeof(FPropertyBag_3841a9089c1acdfe) == 0x000260, "Wrong size on FPropertyBag_3841a9089c1acdfe"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, TemplateActor) == 0x000000, "Member 'FPropertyBag_3841a9089c1acdfe::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, AttachOptions) == 0x000008, "Member 'FPropertyBag_3841a9089c1acdfe::AttachOptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, RootActor) == 0x000010, "Member 'FPropertyBag_3841a9089c1acdfe::RootActor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, ActorLabel) == 0x000038, "Member 'FPropertyBag_3841a9089c1acdfe::ActorLabel' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, ActorPivot) == 0x000050, "Member 'FPropertyBag_3841a9089c1acdfe::ActorPivot' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, CommaSeparatedActorTags) == 0x0000B0, "Member 'FPropertyBag_3841a9089c1acdfe::CommaSeparatedActorTags' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, PropertyOverrideDescriptions) == 0x0000C0, "Member 'FPropertyBag_3841a9089c1acdfe::PropertyOverrideDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, PostProcessFunctionNames) == 0x0000D0, "Member 'FPropertyBag_3841a9089c1acdfe::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, DataLayerSettings) == 0x0000E0, "Member 'FPropertyBag_3841a9089c1acdfe::DataLayerSettings' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, HLODSettings) == 0x000230, "Member 'FPropertyBag_3841a9089c1acdfe::HLODSettings' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, bDeleteActorsBeforeGeneration) == 0x000240, "Member 'FPropertyBag_3841a9089c1acdfe::bDeleteActorsBeforeGeneration' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, TemplateActorClass) == 0x000248, "Member 'FPropertyBag_3841a9089c1acdfe::TemplateActorClass' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3841a9089c1acdfe, bAllowTemplateActorEditing) == 0x000250, "Member 'FPropertyBag_3841a9089c1acdfe::bAllowTemplateActorEditing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_8986b8e89584730c \ +static_assert(alignof(FPropertyBag_8986b8e89584730c) == 0x000008, "Wrong alignment on FPropertyBag_8986b8e89584730c"); \ +static_assert(sizeof(FPropertyBag_8986b8e89584730c) == 0x000018, "Wrong size on FPropertyBag_8986b8e89584730c"); \ +static_assert(offsetof(FPropertyBag_8986b8e89584730c, bInvertFilter) == 0x000000, "Member 'FPropertyBag_8986b8e89584730c::bInvertFilter' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8986b8e89584730c, SelectedIndices) == 0x000008, "Member 'FPropertyBag_8986b8e89584730c::SelectedIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_4da06eb691268e48 \ +static_assert(alignof(FPropertyBag_4da06eb691268e48) == 0x000008, "Wrong alignment on FPropertyBag_4da06eb691268e48"); \ +static_assert(sizeof(FPropertyBag_4da06eb691268e48) == 0x0000A8, "Wrong size on FPropertyBag_4da06eb691268e48"); \ +static_assert(offsetof(FPropertyBag_4da06eb691268e48, OutputTarget) == 0x000000, "Member 'FPropertyBag_4da06eb691268e48::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_4da06eb691268e48, OutputDataFromPin) == 0x000040, "Member 'FPropertyBag_4da06eb691268e48::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_4da06eb691268e48, DefaultValues) == 0x000048, "Member 'FPropertyBag_4da06eb691268e48::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_b07fe7b756f54a65 \ +static_assert(alignof(FPropertyBag_b07fe7b756f54a65) == 0x000008, "Wrong alignment on FPropertyBag_b07fe7b756f54a65"); \ +static_assert(sizeof(FPropertyBag_b07fe7b756f54a65) == 0x000038, "Wrong size on FPropertyBag_b07fe7b756f54a65"); \ +static_assert(offsetof(FPropertyBag_b07fe7b756f54a65, RowName) == 0x000000, "Member 'FPropertyBag_b07fe7b756f54a65::RowName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b07fe7b756f54a65, DataTable) == 0x000008, "Member 'FPropertyBag_b07fe7b756f54a65::DataTable' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b07fe7b756f54a65, bSynchronousLoad) == 0x000030, "Member 'FPropertyBag_b07fe7b756f54a65::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_4e96201f0d64905f \ +static_assert(alignof(FPropertyBag_4e96201f0d64905f) == 0x000008, "Wrong alignment on FPropertyBag_4e96201f0d64905f"); \ +static_assert(sizeof(FPropertyBag_4e96201f0d64905f) == 0x000030, "Wrong size on FPropertyBag_4e96201f0d64905f"); \ +static_assert(offsetof(FPropertyBag_4e96201f0d64905f, PartitionAttributeSelectors) == 0x000000, "Member 'FPropertyBag_4e96201f0d64905f::PartitionAttributeSelectors' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_4e96201f0d64905f, PartitionAttributeNames) == 0x000010, "Member 'FPropertyBag_4e96201f0d64905f::PartitionAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_4e96201f0d64905f, bTokenizeOnWhiteSpace) == 0x000020, "Member 'FPropertyBag_4e96201f0d64905f::bTokenizeOnWhiteSpace' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_4e96201f0d64905f, bAssignIndexPartition) == 0x000021, "Member 'FPropertyBag_4e96201f0d64905f::bAssignIndexPartition' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_4e96201f0d64905f, bDoNotPartition) == 0x000022, "Member 'FPropertyBag_4e96201f0d64905f::bDoNotPartition' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_4e96201f0d64905f, PartitionIndexAttributeName) == 0x000024, "Member 'FPropertyBag_4e96201f0d64905f::PartitionIndexAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_80bdf1db94723f53 \ +static_assert(alignof(FPropertyBag_80bdf1db94723f53) == 0x000008, "Wrong alignment on FPropertyBag_80bdf1db94723f53"); \ +static_assert(sizeof(FPropertyBag_80bdf1db94723f53) == 0x0000F0, "Wrong size on FPropertyBag_80bdf1db94723f53"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, ActorSelector) == 0x000000, "Member 'FPropertyBag_80bdf1db94723f53::ActorSelector' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, ComponentSelector) == 0x000078, "Member 'FPropertyBag_80bdf1db94723f53::ComponentSelector' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, Mode) == 0x0000C0, "Member 'FPropertyBag_80bdf1db94723f53::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, bIgnorePCGGeneratedComponents) == 0x0000C1, "Member 'FPropertyBag_80bdf1db94723f53::bIgnorePCGGeneratedComponents' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, bAlsoOutputSinglePointData) == 0x0000C2, "Member 'FPropertyBag_80bdf1db94723f53::bAlsoOutputSinglePointData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, bComponentsMustOverlapSelf) == 0x0000C3, "Member 'FPropertyBag_80bdf1db94723f53::bComponentsMustOverlapSelf' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, bGetDataOnAllGrids) == 0x0000C4, "Member 'FPropertyBag_80bdf1db94723f53::bGetDataOnAllGrids' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, AllowedGrids) == 0x0000C8, "Member 'FPropertyBag_80bdf1db94723f53::AllowedGrids' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, bMergeSinglePointData) == 0x0000CC, "Member 'FPropertyBag_80bdf1db94723f53::bMergeSinglePointData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, ExpectedPins) == 0x0000D0, "Member 'FPropertyBag_80bdf1db94723f53::ExpectedPins' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, PropertyName) == 0x0000E0, "Member 'FPropertyBag_80bdf1db94723f53::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, bAlwaysRequeryActors) == 0x0000E8, "Member 'FPropertyBag_80bdf1db94723f53::bAlwaysRequeryActors' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, bSilenceSanitizedAttributeNameWarnings) == 0x0000E9, "Member 'FPropertyBag_80bdf1db94723f53::bSilenceSanitizedAttributeNameWarnings' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, bSilenceReservedAttributeNameWarnings) == 0x0000EA, "Member 'FPropertyBag_80bdf1db94723f53::bSilenceReservedAttributeNameWarnings' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_80bdf1db94723f53, bDisplayModeSettings) == 0x0000EB, "Member 'FPropertyBag_80bdf1db94723f53::bDisplayModeSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_31da86312ba0741a \ +static_assert(alignof(FPropertyBag_31da86312ba0741a) == 0x000008, "Wrong alignment on FPropertyBag_31da86312ba0741a"); \ +static_assert(sizeof(FPropertyBag_31da86312ba0741a) == 0x000048, "Wrong size on FPropertyBag_31da86312ba0741a"); \ +static_assert(offsetof(FPropertyBag_31da86312ba0741a, AttributeToRename) == 0x000000, "Member 'FPropertyBag_31da86312ba0741a::AttributeToRename' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_31da86312ba0741a, NewAttributeName) == 0x000040, "Member 'FPropertyBag_31da86312ba0741a::NewAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_cbd075b6c1b95987 \ +static_assert(alignof(FPropertyBag_cbd075b6c1b95987) == 0x000008, "Wrong alignment on FPropertyBag_cbd075b6c1b95987"); \ +static_assert(sizeof(FPropertyBag_cbd075b6c1b95987) == 0x0000E0, "Wrong size on FPropertyBag_cbd075b6c1b95987"); \ +static_assert(offsetof(FPropertyBag_cbd075b6c1b95987, bUseClassAttribute) == 0x000000, "Member 'FPropertyBag_cbd075b6c1b95987::bUseClassAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cbd075b6c1b95987, ClassAttribute) == 0x000008, "Member 'FPropertyBag_cbd075b6c1b95987::ClassAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cbd075b6c1b95987, TemplateComponentClass) == 0x000048, "Member 'FPropertyBag_cbd075b6c1b95987::TemplateComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cbd075b6c1b95987, bAllowTemplateComponentEditing) == 0x000050, "Member 'FPropertyBag_cbd075b6c1b95987::bAllowTemplateComponentEditing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cbd075b6c1b95987, TemplateComponent) == 0x000058, "Member 'FPropertyBag_cbd075b6c1b95987::TemplateComponent' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cbd075b6c1b95987, ActorReferenceAttribute) == 0x000060, "Member 'FPropertyBag_cbd075b6c1b95987::ActorReferenceAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cbd075b6c1b95987, ComponentReferenceAttribute) == 0x0000A0, "Member 'FPropertyBag_cbd075b6c1b95987::ComponentReferenceAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_f3732d2e3e149e78 \ +static_assert(alignof(FPropertyBag_f3732d2e3e149e78) == 0x000004, "Wrong alignment on FPropertyBag_f3732d2e3e149e78"); \ +static_assert(sizeof(FPropertyBag_f3732d2e3e149e78) == 0x000008, "Wrong size on FPropertyBag_f3732d2e3e149e78"); \ +static_assert(offsetof(FPropertyBag_f3732d2e3e149e78, OutputAttributeName) == 0x000000, "Member 'FPropertyBag_f3732d2e3e149e78::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_2891215cdf1555b4 \ +static_assert(alignof(FPropertyBag_2891215cdf1555b4) == 0x000008, "Wrong alignment on FPropertyBag_2891215cdf1555b4"); \ +static_assert(sizeof(FPropertyBag_2891215cdf1555b4) == 0x000038, "Wrong size on FPropertyBag_2891215cdf1555b4"); \ +static_assert(offsetof(FPropertyBag_2891215cdf1555b4, TagsToAdd) == 0x000000, "Member 'FPropertyBag_2891215cdf1555b4::TagsToAdd' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2891215cdf1555b4, Prefix) == 0x000010, "Member 'FPropertyBag_2891215cdf1555b4::Prefix' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2891215cdf1555b4, Suffix) == 0x000020, "Member 'FPropertyBag_2891215cdf1555b4::Suffix' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2891215cdf1555b4, bIgnoreTagValueParsing) == 0x000030, "Member 'FPropertyBag_2891215cdf1555b4::bIgnoreTagValueParsing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2891215cdf1555b4, bTokenizeOnWhiteSpace) == 0x000031, "Member 'FPropertyBag_2891215cdf1555b4::bTokenizeOnWhiteSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_750ced89b4e0ccb1 \ +static_assert(alignof(FPropertyBag_750ced89b4e0ccb1) == 0x000004, "Wrong alignment on FPropertyBag_750ced89b4e0ccb1"); \ +static_assert(sizeof(FPropertyBag_750ced89b4e0ccb1) == 0x00000C, "Wrong size on FPropertyBag_750ced89b4e0ccb1"); \ +static_assert(offsetof(FPropertyBag_750ced89b4e0ccb1, LowerBound) == 0x000000, "Member 'FPropertyBag_750ced89b4e0ccb1::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_750ced89b4e0ccb1, UpperBound) == 0x000004, "Member 'FPropertyBag_750ced89b4e0ccb1::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_750ced89b4e0ccb1, bInvertFilter) == 0x000008, "Member 'FPropertyBag_750ced89b4e0ccb1::bInvertFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_d9cf3a44302305d2 \ +static_assert(alignof(FPropertyBag_d9cf3a44302305d2) == 0x000008, "Wrong alignment on FPropertyBag_d9cf3a44302305d2"); \ +static_assert(sizeof(FPropertyBag_d9cf3a44302305d2) == 0x000180, "Wrong size on FPropertyBag_d9cf3a44302305d2"); \ +static_assert(offsetof(FPropertyBag_d9cf3a44302305d2, PointKeyAttributes) == 0x000000, "Member 'FPropertyBag_d9cf3a44302305d2::PointKeyAttributes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9cf3a44302305d2, ParentKeyAttributes) == 0x000010, "Member 'FPropertyBag_d9cf3a44302305d2::ParentKeyAttributes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9cf3a44302305d2, HierarchyDepthAttribute) == 0x000020, "Member 'FPropertyBag_d9cf3a44302305d2::HierarchyDepthAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9cf3a44302305d2, RelativeTransformAttribute) == 0x000060, "Member 'FPropertyBag_d9cf3a44302305d2::RelativeTransformAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9cf3a44302305d2, ApplyParentRotation) == 0x0000A0, "Member 'FPropertyBag_d9cf3a44302305d2::ApplyParentRotation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9cf3a44302305d2, ApplyParentRotationAttribute) == 0x0000A8, "Member 'FPropertyBag_d9cf3a44302305d2::ApplyParentRotationAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9cf3a44302305d2, ApplyParentScale) == 0x0000E8, "Member 'FPropertyBag_d9cf3a44302305d2::ApplyParentScale' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9cf3a44302305d2, ApplyParentScaleAttribute) == 0x0000F0, "Member 'FPropertyBag_d9cf3a44302305d2::ApplyParentScaleAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9cf3a44302305d2, ApplyHierarchy) == 0x000130, "Member 'FPropertyBag_d9cf3a44302305d2::ApplyHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9cf3a44302305d2, ApplyHierarchyAttribute) == 0x000138, "Member 'FPropertyBag_d9cf3a44302305d2::ApplyHierarchyAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9cf3a44302305d2, bWarnOnPointsWithInvalidParent) == 0x000178, "Member 'FPropertyBag_d9cf3a44302305d2::bWarnOnPointsWithInvalidParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_166e725371ce5093 \ +static_assert(alignof(FPropertyBag_166e725371ce5093) == 0x000008, "Wrong alignment on FPropertyBag_166e725371ce5093"); \ +static_assert(sizeof(FPropertyBag_166e725371ce5093) == 0x000028, "Wrong size on FPropertyBag_166e725371ce5093"); \ +static_assert(offsetof(FPropertyBag_166e725371ce5093, ProxyInterfaceMode) == 0x000000, "Member 'FPropertyBag_166e725371ce5093::ProxyInterfaceMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_166e725371ce5093, SettingsClass) == 0x000008, "Member 'FPropertyBag_166e725371ce5093::SettingsClass' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_166e725371ce5093, BlueprintElementClass) == 0x000010, "Member 'FPropertyBag_166e725371ce5093::BlueprintElementClass' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_166e725371ce5093, Settings) == 0x000018, "Member 'FPropertyBag_166e725371ce5093::Settings' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_166e725371ce5093, bTagOutputsBasedOnOutputPins) == 0x000020, "Member 'FPropertyBag_166e725371ce5093::bTagOutputsBasedOnOutputPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_e9fadfc9044833b8 \ +static_assert(alignof(FPropertyBag_e9fadfc9044833b8) == 0x000008, "Wrong alignment on FPropertyBag_e9fadfc9044833b8"); \ +static_assert(sizeof(FPropertyBag_e9fadfc9044833b8) == 0x000178, "Wrong size on FPropertyBag_e9fadfc9044833b8"); \ +static_assert(offsetof(FPropertyBag_e9fadfc9044833b8, Mode) == 0x000000, "Member 'FPropertyBag_e9fadfc9044833b8::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9fadfc9044833b8, AttractorIndexAttribute) == 0x000008, "Member 'FPropertyBag_e9fadfc9044833b8::AttractorIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9fadfc9044833b8, Distance) == 0x000048, "Member 'FPropertyBag_e9fadfc9044833b8::Distance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9fadfc9044833b8, bRemoveUnattractedPoints) == 0x000050, "Member 'FPropertyBag_e9fadfc9044833b8::bRemoveUnattractedPoints' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9fadfc9044833b8, TargetAttribute) == 0x000058, "Member 'FPropertyBag_e9fadfc9044833b8::TargetAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9fadfc9044833b8, bUseSourceWeight) == 0x000098, "Member 'FPropertyBag_e9fadfc9044833b8::bUseSourceWeight' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9fadfc9044833b8, SourceWeightAttribute) == 0x0000A0, "Member 'FPropertyBag_e9fadfc9044833b8::SourceWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9fadfc9044833b8, bUseTargetWeight) == 0x0000E0, "Member 'FPropertyBag_e9fadfc9044833b8::bUseTargetWeight' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9fadfc9044833b8, TargetWeightAttribute) == 0x0000E8, "Member 'FPropertyBag_e9fadfc9044833b8::TargetWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9fadfc9044833b8, Weight) == 0x000128, "Member 'FPropertyBag_e9fadfc9044833b8::Weight' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9fadfc9044833b8, bOutputAttractIndex) == 0x000130, "Member 'FPropertyBag_e9fadfc9044833b8::bOutputAttractIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e9fadfc9044833b8, OutputAttractIndexAttribute) == 0x000138, "Member 'FPropertyBag_e9fadfc9044833b8::OutputAttractIndexAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_21e25d195044570 \ +static_assert(alignof(FPropertyBag_21e25d195044570) == 0x000008, "Wrong alignment on FPropertyBag_21e25d195044570"); \ +static_assert(sizeof(FPropertyBag_21e25d195044570) == 0x000098, "Wrong size on FPropertyBag_21e25d195044570"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, SphereGeneration) == 0x000000, "Member 'FPropertyBag_21e25d195044570::SphereGeneration' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, CoordinateSpace) == 0x000001, "Member 'FPropertyBag_21e25d195044570::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, PointOrientation) == 0x000002, "Member 'FPropertyBag_21e25d195044570::PointOrientation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, Origin) == 0x000008, "Member 'FPropertyBag_21e25d195044570::Origin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, Radius) == 0x000020, "Member 'FPropertyBag_21e25d195044570::Radius' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, GeodesicSubdivisions) == 0x000028, "Member 'FPropertyBag_21e25d195044570::GeodesicSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, Theta) == 0x000030, "Member 'FPropertyBag_21e25d195044570::Theta' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, Phi) == 0x000038, "Member 'FPropertyBag_21e25d195044570::Phi' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, LatitudinalSegments) == 0x000040, "Member 'FPropertyBag_21e25d195044570::LatitudinalSegments' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, LongitudinalSegments) == 0x000044, "Member 'FPropertyBag_21e25d195044570::LongitudinalSegments' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, SampleCount) == 0x000048, "Member 'FPropertyBag_21e25d195044570::SampleCount' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, PoissonDistance) == 0x000050, "Member 'FPropertyBag_21e25d195044570::PoissonDistance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, PoissonMaxAttempts) == 0x000058, "Member 'FPropertyBag_21e25d195044570::PoissonMaxAttempts' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, LatitudinalStartAngle) == 0x000060, "Member 'FPropertyBag_21e25d195044570::LatitudinalStartAngle' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, LatitudinalEndAngle) == 0x000068, "Member 'FPropertyBag_21e25d195044570::LatitudinalEndAngle' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, LongitudinalStartAngle) == 0x000070, "Member 'FPropertyBag_21e25d195044570::LongitudinalStartAngle' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, LongitudinalEndAngle) == 0x000078, "Member 'FPropertyBag_21e25d195044570::LongitudinalEndAngle' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, Jitter) == 0x000080, "Member 'FPropertyBag_21e25d195044570::Jitter' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, PointSteepness) == 0x000088, "Member 'FPropertyBag_21e25d195044570::PointSteepness' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, bCullPointsOutsideVolume) == 0x00008C, "Member 'FPropertyBag_21e25d195044570::bCullPointsOutsideVolume' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_21e25d195044570, PointLimit) == 0x000090, "Member 'FPropertyBag_21e25d195044570::PointLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_6419cee55f146780 \ +static_assert(alignof(FPropertyBag_6419cee55f146780) == 0x000008, "Wrong alignment on FPropertyBag_6419cee55f146780"); \ +static_assert(sizeof(FPropertyBag_6419cee55f146780) == 0x000058, "Wrong size on FPropertyBag_6419cee55f146780"); \ +static_assert(offsetof(FPropertyBag_6419cee55f146780, StaticMeshes) == 0x000000, "Member 'FPropertyBag_6419cee55f146780::StaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6419cee55f146780, bOverrideFromInput) == 0x000010, "Member 'FPropertyBag_6419cee55f146780::bOverrideFromInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6419cee55f146780, MeshAttribute) == 0x000018, "Member 'FPropertyBag_6419cee55f146780::MeshAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_ebbd144303392d1d \ +static_assert(alignof(FPropertyBag_ebbd144303392d1d) == 0x000010, "Wrong alignment on FPropertyBag_ebbd144303392d1d"); \ +static_assert(sizeof(FPropertyBag_ebbd144303392d1d) == 0x000220, "Wrong size on FPropertyBag_ebbd144303392d1d"); \ +static_assert(offsetof(FPropertyBag_ebbd144303392d1d, Operator) == 0x000000, "Member 'FPropertyBag_ebbd144303392d1d::Operator' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ebbd144303392d1d, TargetAttribute) == 0x000008, "Member 'FPropertyBag_ebbd144303392d1d::TargetAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ebbd144303392d1d, bUseConstantThreshold) == 0x000048, "Member 'FPropertyBag_ebbd144303392d1d::bUseConstantThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ebbd144303392d1d, ThresholdAttribute) == 0x000050, "Member 'FPropertyBag_ebbd144303392d1d::ThresholdAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ebbd144303392d1d, bUseSpatialQuery) == 0x000090, "Member 'FPropertyBag_ebbd144303392d1d::bUseSpatialQuery' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ebbd144303392d1d, AttributeTypes) == 0x0000A0, "Member 'FPropertyBag_ebbd144303392d1d::AttributeTypes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ebbd144303392d1d, bWarnOnDataMissingAttribute) == 0x000210, "Member 'FPropertyBag_ebbd144303392d1d::bWarnOnDataMissingAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ebbd144303392d1d, bGenerateOutputDataEvenIfEmpty) == 0x000211, "Member 'FPropertyBag_ebbd144303392d1d::bGenerateOutputDataEvenIfEmpty' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ebbd144303392d1d, bHasSpatialToPointDeprecation) == 0x000212, "Member 'FPropertyBag_ebbd144303392d1d::bHasSpatialToPointDeprecation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_320f5ec155345de2 \ +static_assert(alignof(FPropertyBag_320f5ec155345de2) == 0x000010, "Wrong alignment on FPropertyBag_320f5ec155345de2"); \ +static_assert(sizeof(FPropertyBag_320f5ec155345de2) == 0x0003D0, "Wrong size on FPropertyBag_320f5ec155345de2"); \ +static_assert(offsetof(FPropertyBag_320f5ec155345de2, TargetAttribute) == 0x000000, "Member 'FPropertyBag_320f5ec155345de2::TargetAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_320f5ec155345de2, MinThreshold) == 0x000040, "Member 'FPropertyBag_320f5ec155345de2::MinThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_320f5ec155345de2, MaxThreshold) == 0x000200, "Member 'FPropertyBag_320f5ec155345de2::MaxThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_320f5ec155345de2, bWarnOnDataMissingAttribute) == 0x0003C0, "Member 'FPropertyBag_320f5ec155345de2::bWarnOnDataMissingAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_320f5ec155345de2, bGenerateOutputDataEvenIfEmpty) == 0x0003C1, "Member 'FPropertyBag_320f5ec155345de2::bGenerateOutputDataEvenIfEmpty' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_320f5ec155345de2, bHasSpatialToPointDeprecation) == 0x0003C2, "Member 'FPropertyBag_320f5ec155345de2::bHasSpatialToPointDeprecation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_f57761a5b99759b2 \ +static_assert(alignof(FPropertyBag_f57761a5b99759b2) == 0x000004, "Wrong alignment on FPropertyBag_f57761a5b99759b2"); \ +static_assert(sizeof(FPropertyBag_f57761a5b99759b2) == 0x000004, "Wrong size on FPropertyBag_f57761a5b99759b2"); \ +static_assert(offsetof(FPropertyBag_f57761a5b99759b2, Index) == 0x000000, "Member 'FPropertyBag_f57761a5b99759b2::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_8faf93efd9f1e4e9 \ +static_assert(alignof(FPropertyBag_8faf93efd9f1e4e9) == 0x000008, "Wrong alignment on FPropertyBag_8faf93efd9f1e4e9"); \ +static_assert(sizeof(FPropertyBag_8faf93efd9f1e4e9) == 0x0001E8, "Wrong size on FPropertyBag_8faf93efd9f1e4e9"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, PostSpawnFunctionNames) == 0x000000, "Member 'FPropertyBag_8faf93efd9f1e4e9::PostSpawnFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, Option) == 0x000010, "Member 'FPropertyBag_8faf93efd9f1e4e9::Option' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, bForceDisableActorParsing) == 0x000011, "Member 'FPropertyBag_8faf93efd9f1e4e9::bForceDisableActorParsing' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, GenerationTrigger) == 0x000012, "Member 'FPropertyBag_8faf93efd9f1e4e9::GenerationTrigger' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, bInheritActorTags) == 0x000013, "Member 'FPropertyBag_8faf93efd9f1e4e9::bInheritActorTags' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, TagsToAddOnActors) == 0x000018, "Member 'FPropertyBag_8faf93efd9f1e4e9::TagsToAddOnActors' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, TemplateActor) == 0x000028, "Member 'FPropertyBag_8faf93efd9f1e4e9::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, SpawnedActorPropertyOverrideDescriptions) == 0x000030, "Member 'FPropertyBag_8faf93efd9f1e4e9::SpawnedActorPropertyOverrideDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, RootActor) == 0x000040, "Member 'FPropertyBag_8faf93efd9f1e4e9::RootActor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, AttachOptions) == 0x000068, "Member 'FPropertyBag_8faf93efd9f1e4e9::AttachOptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, bSpawnByAttribute) == 0x000069, "Member 'FPropertyBag_8faf93efd9f1e4e9::bSpawnByAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, SpawnAttribute) == 0x00006C, "Member 'FPropertyBag_8faf93efd9f1e4e9::SpawnAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, bWarnOnIdenticalSpawn) == 0x000074, "Member 'FPropertyBag_8faf93efd9f1e4e9::bWarnOnIdenticalSpawn' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, bDeleteActorsBeforeGeneration) == 0x000075, "Member 'FPropertyBag_8faf93efd9f1e4e9::bDeleteActorsBeforeGeneration' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, DataLayerSettings) == 0x000078, "Member 'FPropertyBag_8faf93efd9f1e4e9::DataLayerSettings' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, HLODSettings) == 0x0001C8, "Member 'FPropertyBag_8faf93efd9f1e4e9::HLODSettings' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, TemplateActorClass) == 0x0001D8, "Member 'FPropertyBag_8faf93efd9f1e4e9::TemplateActorClass' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faf93efd9f1e4e9, bAllowTemplateActorEditing) == 0x0001E0, "Member 'FPropertyBag_8faf93efd9f1e4e9::bAllowTemplateActorEditing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_81cf673d66f4a86e \ +static_assert(alignof(FPropertyBag_81cf673d66f4a86e) == 0x000008, "Wrong alignment on FPropertyBag_81cf673d66f4a86e"); \ +static_assert(sizeof(FPropertyBag_81cf673d66f4a86e) == 0x000060, "Wrong size on FPropertyBag_81cf673d66f4a86e"); \ +static_assert(offsetof(FPropertyBag_81cf673d66f4a86e, bOutputToAttribute) == 0x000000, "Member 'FPropertyBag_81cf673d66f4a86e::bOutputToAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_81cf673d66f4a86e, OutputAttribute) == 0x000008, "Member 'FPropertyBag_81cf673d66f4a86e::OutputAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_81cf673d66f4a86e, bOutputDistanceVector) == 0x000048, "Member 'FPropertyBag_81cf673d66f4a86e::bOutputDistanceVector' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_81cf673d66f4a86e, bSetDensity) == 0x000049, "Member 'FPropertyBag_81cf673d66f4a86e::bSetDensity' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_81cf673d66f4a86e, MaximumDistance) == 0x000050, "Member 'FPropertyBag_81cf673d66f4a86e::MaximumDistance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_81cf673d66f4a86e, SourceShape) == 0x000058, "Member 'FPropertyBag_81cf673d66f4a86e::SourceShape' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_81cf673d66f4a86e, TargetShape) == 0x000059, "Member 'FPropertyBag_81cf673d66f4a86e::TargetShape' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_81cf673d66f4a86e, bCheckSourceAgainstRespectiveTarget) == 0x00005A, "Member 'FPropertyBag_81cf673d66f4a86e::bCheckSourceAgainstRespectiveTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_c46de996d498b490 \ +static_assert(alignof(FPropertyBag_c46de996d498b490) == 0x000001, "Wrong alignment on FPropertyBag_c46de996d498b490"); \ +static_assert(sizeof(FPropertyBag_c46de996d498b490) == 0x000001, "Wrong size on FPropertyBag_c46de996d498b490"); \ +static_assert(offsetof(FPropertyBag_c46de996d498b490, bUseInputB) == 0x000000, "Member 'FPropertyBag_c46de996d498b490::bUseInputB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_752126ce3dfeaf8a \ +static_assert(alignof(FPropertyBag_752126ce3dfeaf8a) == 0x000008, "Wrong alignment on FPropertyBag_752126ce3dfeaf8a"); \ +static_assert(sizeof(FPropertyBag_752126ce3dfeaf8a) == 0x0000D8, "Wrong size on FPropertyBag_752126ce3dfeaf8a"); \ +static_assert(offsetof(FPropertyBag_752126ce3dfeaf8a, InputSource) == 0x000000, "Member 'FPropertyBag_752126ce3dfeaf8a::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_752126ce3dfeaf8a, OutputTarget) == 0x000040, "Member 'FPropertyBag_752126ce3dfeaf8a::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_752126ce3dfeaf8a, Mode) == 0x000080, "Member 'FPropertyBag_752126ce3dfeaf8a::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_752126ce3dfeaf8a, NoiseMin) == 0x000084, "Member 'FPropertyBag_752126ce3dfeaf8a::NoiseMin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_752126ce3dfeaf8a, NoiseMax) == 0x000088, "Member 'FPropertyBag_752126ce3dfeaf8a::NoiseMax' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_752126ce3dfeaf8a, bInvertSource) == 0x00008C, "Member 'FPropertyBag_752126ce3dfeaf8a::bInvertSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_752126ce3dfeaf8a, bClampResult) == 0x00008D, "Member 'FPropertyBag_752126ce3dfeaf8a::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_752126ce3dfeaf8a, bHasCustomSeedSource) == 0x00008E, "Member 'FPropertyBag_752126ce3dfeaf8a::bHasCustomSeedSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_752126ce3dfeaf8a, CustomSeedSource) == 0x000090, "Member 'FPropertyBag_752126ce3dfeaf8a::CustomSeedSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_752126ce3dfeaf8a, bHasSpatialToPointDeprecation) == 0x0000D0, "Member 'FPropertyBag_752126ce3dfeaf8a::bHasSpatialToPointDeprecation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_2849fc70b77adda6 \ +static_assert(alignof(FPropertyBag_2849fc70b77adda6) == 0x000008, "Wrong alignment on FPropertyBag_2849fc70b77adda6"); \ +static_assert(sizeof(FPropertyBag_2849fc70b77adda6) == 0x000020, "Wrong size on FPropertyBag_2849fc70b77adda6"); \ +static_assert(offsetof(FPropertyBag_2849fc70b77adda6, AttributeSelectors) == 0x000000, "Member 'FPropertyBag_2849fc70b77adda6::AttributeSelectors' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2849fc70b77adda6, AttributeNamesToRemoveDuplicates) == 0x000010, "Member 'FPropertyBag_2849fc70b77adda6::AttributeNamesToRemoveDuplicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_5e1e538d3eaae0e7 \ +static_assert(alignof(FPropertyBag_5e1e538d3eaae0e7) == 0x000010, "Wrong alignment on FPropertyBag_5e1e538d3eaae0e7"); \ +static_assert(sizeof(FPropertyBag_5e1e538d3eaae0e7) == 0x000070, "Wrong size on FPropertyBag_5e1e538d3eaae0e7"); \ +static_assert(offsetof(FPropertyBag_5e1e538d3eaae0e7, InputSource) == 0x000000, "Member 'FPropertyBag_5e1e538d3eaae0e7::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5e1e538d3eaae0e7, OutputAttributeName) == 0x000040, "Member 'FPropertyBag_5e1e538d3eaae0e7::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5e1e538d3eaae0e7, Operation) == 0x000048, "Member 'FPropertyBag_5e1e538d3eaae0e7::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5e1e538d3eaae0e7, Axis) == 0x000049, "Member 'FPropertyBag_5e1e538d3eaae0e7::Axis' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5e1e538d3eaae0e7, CustomAxis) == 0x000050, "Member 'FPropertyBag_5e1e538d3eaae0e7::CustomAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_f0ae2e7a0d79b5f6 \ +static_assert(alignof(FPropertyBag_f0ae2e7a0d79b5f6) == 0x000008, "Wrong alignment on FPropertyBag_f0ae2e7a0d79b5f6"); \ +static_assert(sizeof(FPropertyBag_f0ae2e7a0d79b5f6) == 0x000028, "Wrong size on FPropertyBag_f0ae2e7a0d79b5f6"); \ +static_assert(offsetof(FPropertyBag_f0ae2e7a0d79b5f6, bFuseColocatedControlPoints) == 0x000000, "Member 'FPropertyBag_f0ae2e7a0d79b5f6::bFuseColocatedControlPoints' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f0ae2e7a0d79b5f6, ColocationDistanceThreshold) == 0x000008, "Member 'FPropertyBag_f0ae2e7a0d79b5f6::ColocationDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f0ae2e7a0d79b5f6, bUseSplineLocalSpace) == 0x000010, "Member 'FPropertyBag_f0ae2e7a0d79b5f6::bUseSplineLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f0ae2e7a0d79b5f6, FuseMode) == 0x000011, "Member 'FPropertyBag_f0ae2e7a0d79b5f6::FuseMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f0ae2e7a0d79b5f6, bRemoveCollinearControlPoints) == 0x000012, "Member 'FPropertyBag_f0ae2e7a0d79b5f6::bRemoveCollinearControlPoints' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f0ae2e7a0d79b5f6, CollinearAngleThreshold) == 0x000018, "Member 'FPropertyBag_f0ae2e7a0d79b5f6::CollinearAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f0ae2e7a0d79b5f6, bUseRadians) == 0x000020, "Member 'FPropertyBag_f0ae2e7a0d79b5f6::bUseRadians' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_d9a71975227b460 \ +static_assert(alignof(FPropertyBag_d9a71975227b460) == 0x000008, "Wrong alignment on FPropertyBag_d9a71975227b460"); \ +static_assert(sizeof(FPropertyBag_d9a71975227b460) == 0x000130, "Wrong size on FPropertyBag_d9a71975227b460"); \ +static_assert(offsetof(FPropertyBag_d9a71975227b460, Operation) == 0x000000, "Member 'FPropertyBag_d9a71975227b460::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9a71975227b460, InputSource1) == 0x000008, "Member 'FPropertyBag_d9a71975227b460::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9a71975227b460, InputSource2) == 0x000048, "Member 'FPropertyBag_d9a71975227b460::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9a71975227b460, OutputTarget) == 0x000088, "Member 'FPropertyBag_d9a71975227b460::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9a71975227b460, OutputDataFromPin) == 0x0000C8, "Member 'FPropertyBag_d9a71975227b460::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d9a71975227b460, DefaultValues) == 0x0000D0, "Member 'FPropertyBag_d9a71975227b460::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_20d2cccc9845c260 \ +static_assert(alignof(FPropertyBag_20d2cccc9845c260) == 0x000001, "Wrong alignment on FPropertyBag_20d2cccc9845c260"); \ +static_assert(sizeof(FPropertyBag_20d2cccc9845c260) == 0x000001, "Wrong size on FPropertyBag_20d2cccc9845c260"); \ +static_assert(offsetof(FPropertyBag_20d2cccc9845c260, bPassThroughEmptyAttributeSets) == 0x000000, "Member 'FPropertyBag_20d2cccc9845c260::bPassThroughEmptyAttributeSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_597e26eaa631152f \ +static_assert(alignof(FPropertyBag_597e26eaa631152f) == 0x000008, "Wrong alignment on FPropertyBag_597e26eaa631152f"); \ +static_assert(sizeof(FPropertyBag_597e26eaa631152f) == 0x000088, "Wrong size on FPropertyBag_597e26eaa631152f"); \ +static_assert(offsetof(FPropertyBag_597e26eaa631152f, Operation) == 0x000000, "Member 'FPropertyBag_597e26eaa631152f::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_597e26eaa631152f, bCopyAllAttributes) == 0x000001, "Member 'FPropertyBag_597e26eaa631152f::bCopyAllAttributes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_597e26eaa631152f, bCopyAllDomains) == 0x000002, "Member 'FPropertyBag_597e26eaa631152f::bCopyAllDomains' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_597e26eaa631152f, InputSource) == 0x000008, "Member 'FPropertyBag_597e26eaa631152f::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_597e26eaa631152f, OutputTarget) == 0x000048, "Member 'FPropertyBag_597e26eaa631152f::OutputTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_172541e65f9061f7 \ +static_assert(alignof(FPropertyBag_172541e65f9061f7) == 0x000010, "Wrong alignment on FPropertyBag_172541e65f9061f7"); \ +static_assert(sizeof(FPropertyBag_172541e65f9061f7) == 0x000200, "Wrong size on FPropertyBag_172541e65f9061f7"); \ +static_assert(offsetof(FPropertyBag_172541e65f9061f7, InputSource) == 0x000000, "Member 'FPropertyBag_172541e65f9061f7::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_172541e65f9061f7, OutputTarget) == 0x000040, "Member 'FPropertyBag_172541e65f9061f7::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_172541e65f9061f7, AttributeTypes) == 0x000080, "Member 'FPropertyBag_172541e65f9061f7::AttributeTypes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_172541e65f9061f7, bCopyAllAttributes) == 0x0001F0, "Member 'FPropertyBag_172541e65f9061f7::bCopyAllAttributes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_172541e65f9061f7, bCopyAllDomains) == 0x0001F1, "Member 'FPropertyBag_172541e65f9061f7::bCopyAllDomains' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_f300ec1fc291f488 \ +static_assert(alignof(FPropertyBag_f300ec1fc291f488) == 0x000010, "Wrong alignment on FPropertyBag_f300ec1fc291f488"); \ +static_assert(sizeof(FPropertyBag_f300ec1fc291f488) == 0x0001B0, "Wrong size on FPropertyBag_f300ec1fc291f488"); \ +static_assert(offsetof(FPropertyBag_f300ec1fc291f488, AttributeTypes) == 0x000000, "Member 'FPropertyBag_f300ec1fc291f488::AttributeTypes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f300ec1fc291f488, OutputTarget) == 0x000170, "Member 'FPropertyBag_f300ec1fc291f488::OutputTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_3a3466b6f78cd6da \ +static_assert(alignof(FPropertyBag_3a3466b6f78cd6da) == 0x000008, "Wrong alignment on FPropertyBag_3a3466b6f78cd6da"); \ +static_assert(sizeof(FPropertyBag_3a3466b6f78cd6da) == 0x000048, "Wrong size on FPropertyBag_3a3466b6f78cd6da"); \ +static_assert(offsetof(FPropertyBag_3a3466b6f78cd6da, CollisionAttribute) == 0x000000, "Member 'FPropertyBag_3a3466b6f78cd6da::CollisionAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3a3466b6f78cd6da, CollisionQueryFlag) == 0x000040, "Member 'FPropertyBag_3a3466b6f78cd6da::CollisionQueryFlag' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3a3466b6f78cd6da, bWarnIfAttributeCouldNotBeUsed) == 0x000041, "Member 'FPropertyBag_3a3466b6f78cd6da::bWarnIfAttributeCouldNotBeUsed' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3a3466b6f78cd6da, bSynchronousLoad) == 0x000042, "Member 'FPropertyBag_3a3466b6f78cd6da::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_147d52d1a76522df \ +static_assert(alignof(FPropertyBag_147d52d1a76522df) == 0x000008, "Wrong alignment on FPropertyBag_147d52d1a76522df"); \ +static_assert(sizeof(FPropertyBag_147d52d1a76522df) == 0x000038, "Wrong size on FPropertyBag_147d52d1a76522df"); \ +static_assert(offsetof(FPropertyBag_147d52d1a76522df, GridExtents) == 0x000000, "Member 'FPropertyBag_147d52d1a76522df::GridExtents' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_147d52d1a76522df, CellSize) == 0x000018, "Member 'FPropertyBag_147d52d1a76522df::CellSize' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_147d52d1a76522df, PointSteepness) == 0x000030, "Member 'FPropertyBag_147d52d1a76522df::PointSteepness' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_147d52d1a76522df, CoordinateSpace) == 0x000034, "Member 'FPropertyBag_147d52d1a76522df::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_147d52d1a76522df, bSetPointsBounds) == 0x000035, "Member 'FPropertyBag_147d52d1a76522df::bSetPointsBounds' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_147d52d1a76522df, bCullPointsOutsideVolume) == 0x000036, "Member 'FPropertyBag_147d52d1a76522df::bCullPointsOutsideVolume' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_147d52d1a76522df, PointPosition) == 0x000037, "Member 'FPropertyBag_147d52d1a76522df::PointPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_fe5b0f85b4bb9b53 \ +static_assert(alignof(FPropertyBag_fe5b0f85b4bb9b53) == 0x000008, "Wrong alignment on FPropertyBag_fe5b0f85b4bb9b53"); \ +static_assert(sizeof(FPropertyBag_fe5b0f85b4bb9b53) == 0x000050, "Wrong size on FPropertyBag_fe5b0f85b4bb9b53"); \ +static_assert(offsetof(FPropertyBag_fe5b0f85b4bb9b53, Mode) == 0x000000, "Member 'FPropertyBag_fe5b0f85b4bb9b53::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fe5b0f85b4bb9b53, bClosedLoop) == 0x000001, "Member 'FPropertyBag_fe5b0f85b4bb9b53::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fe5b0f85b4bb9b53, bLinear) == 0x000002, "Member 'FPropertyBag_fe5b0f85b4bb9b53::bLinear' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fe5b0f85b4bb9b53, bApplyCustomTangents) == 0x000003, "Member 'FPropertyBag_fe5b0f85b4bb9b53::bApplyCustomTangents' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fe5b0f85b4bb9b53, ArriveTangentAttribute) == 0x000004, "Member 'FPropertyBag_fe5b0f85b4bb9b53::ArriveTangentAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fe5b0f85b4bb9b53, LeaveTangentAttribute) == 0x00000C, "Member 'FPropertyBag_fe5b0f85b4bb9b53::LeaveTangentAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fe5b0f85b4bb9b53, TargetActor) == 0x000018, "Member 'FPropertyBag_fe5b0f85b4bb9b53::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_fe5b0f85b4bb9b53, PostProcessFunctionNames) == 0x000040, "Member 'FPropertyBag_fe5b0f85b4bb9b53::PostProcessFunctionNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_f46d6dcac0f8def6 \ +static_assert(alignof(FPropertyBag_f46d6dcac0f8def6) == 0x000008, "Wrong alignment on FPropertyBag_f46d6dcac0f8def6"); \ +static_assert(sizeof(FPropertyBag_f46d6dcac0f8def6) == 0x000028, "Wrong size on FPropertyBag_f46d6dcac0f8def6"); \ +static_assert(offsetof(FPropertyBag_f46d6dcac0f8def6, Operation) == 0x000000, "Member 'FPropertyBag_f46d6dcac0f8def6::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f46d6dcac0f8def6, Operator) == 0x000001, "Member 'FPropertyBag_f46d6dcac0f8def6::Operator' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f46d6dcac0f8def6, SelectedAttributes) == 0x000008, "Member 'FPropertyBag_f46d6dcac0f8def6::SelectedAttributes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f46d6dcac0f8def6, bTokenizeOnWhiteSpace) == 0x000018, "Member 'FPropertyBag_f46d6dcac0f8def6::bTokenizeOnWhiteSpace' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f46d6dcac0f8def6, MetadataDomain) == 0x00001C, "Member 'FPropertyBag_f46d6dcac0f8def6::MetadataDomain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_7f4bed837d94d6cb \ +static_assert(alignof(FPropertyBag_7f4bed837d94d6cb) == 0x000008, "Wrong alignment on FPropertyBag_7f4bed837d94d6cb"); \ +static_assert(sizeof(FPropertyBag_7f4bed837d94d6cb) == 0x000020, "Wrong size on FPropertyBag_7f4bed837d94d6cb"); \ +static_assert(offsetof(FPropertyBag_7f4bed837d94d6cb, Operation) == 0x000000, "Member 'FPropertyBag_7f4bed837d94d6cb::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_7f4bed837d94d6cb, Operator) == 0x000001, "Member 'FPropertyBag_7f4bed837d94d6cb::Operator' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_7f4bed837d94d6cb, SelectedTags) == 0x000008, "Member 'FPropertyBag_7f4bed837d94d6cb::SelectedTags' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_7f4bed837d94d6cb, bTokenizeOnWhiteSpace) == 0x000018, "Member 'FPropertyBag_7f4bed837d94d6cb::bTokenizeOnWhiteSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_b12f8ecd1b20a02c \ +static_assert(alignof(FPropertyBag_b12f8ecd1b20a02c) == 0x000004, "Wrong alignment on FPropertyBag_b12f8ecd1b20a02c"); \ +static_assert(sizeof(FPropertyBag_b12f8ecd1b20a02c) == 0x000014, "Wrong size on FPropertyBag_b12f8ecd1b20a02c"); \ +static_assert(offsetof(FPropertyBag_b12f8ecd1b20a02c, InRangeMin) == 0x000000, "Member 'FPropertyBag_b12f8ecd1b20a02c::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b12f8ecd1b20a02c, InRangeMax) == 0x000004, "Member 'FPropertyBag_b12f8ecd1b20a02c::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b12f8ecd1b20a02c, OutRangeMin) == 0x000008, "Member 'FPropertyBag_b12f8ecd1b20a02c::OutRangeMin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b12f8ecd1b20a02c, OutRangeMax) == 0x00000C, "Member 'FPropertyBag_b12f8ecd1b20a02c::OutRangeMax' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b12f8ecd1b20a02c, bExcludeValuesOutsideInputRange) == 0x000010, "Member 'FPropertyBag_b12f8ecd1b20a02c::bExcludeValuesOutsideInputRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_dcfc51627dd6351e \ +static_assert(alignof(FPropertyBag_dcfc51627dd6351e) == 0x000001, "Wrong alignment on FPropertyBag_dcfc51627dd6351e"); \ +static_assert(sizeof(FPropertyBag_dcfc51627dd6351e) == 0x000004, "Wrong size on FPropertyBag_dcfc51627dd6351e"); \ +static_assert(offsetof(FPropertyBag_dcfc51627dd6351e, DensityFunction) == 0x000000, "Member 'FPropertyBag_dcfc51627dd6351e::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dcfc51627dd6351e, Mode) == 0x000001, "Member 'FPropertyBag_dcfc51627dd6351e::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dcfc51627dd6351e, bDiffMetadata) == 0x000002, "Member 'FPropertyBag_dcfc51627dd6351e::bDiffMetadata' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dcfc51627dd6351e, bKeepZeroDensityPoints) == 0x000003, "Member 'FPropertyBag_dcfc51627dd6351e::bKeepZeroDensityPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_83867b87a7b3c0a4 \ +static_assert(alignof(FPropertyBag_83867b87a7b3c0a4) == 0x000010, "Wrong alignment on FPropertyBag_83867b87a7b3c0a4"); \ +static_assert(sizeof(FPropertyBag_83867b87a7b3c0a4) == 0x000090, "Wrong size on FPropertyBag_83867b87a7b3c0a4"); \ +static_assert(offsetof(FPropertyBag_83867b87a7b3c0a4, Iterations) == 0x000000, "Member 'FPropertyBag_83867b87a7b3c0a4::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_83867b87a7b3c0a4, Direction) == 0x000008, "Member 'FPropertyBag_83867b87a7b3c0a4::Direction' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_83867b87a7b3c0a4, bDirectionAppliedInRelativeSpace) == 0x000020, "Member 'FPropertyBag_83867b87a7b3c0a4::bDirectionAppliedInRelativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_83867b87a7b3c0a4, bOutputSourcePoint) == 0x000021, "Member 'FPropertyBag_83867b87a7b3c0a4::bOutputSourcePoint' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_83867b87a7b3c0a4, PointTransform) == 0x000030, "Member 'FPropertyBag_83867b87a7b3c0a4::PointTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_2e1522daf7a9378b \ +static_assert(alignof(FPropertyBag_2e1522daf7a9378b) == 0x000008, "Wrong alignment on FPropertyBag_2e1522daf7a9378b"); \ +static_assert(sizeof(FPropertyBag_2e1522daf7a9378b) == 0x000028, "Wrong size on FPropertyBag_2e1522daf7a9378b"); \ +static_assert(offsetof(FPropertyBag_2e1522daf7a9378b, ElevationStart) == 0x000000, "Member 'FPropertyBag_2e1522daf7a9378b::ElevationStart' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e1522daf7a9378b, ElevationEnd) == 0x000008, "Member 'FPropertyBag_2e1522daf7a9378b::ElevationEnd' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e1522daf7a9378b, ElevationIncrement) == 0x000010, "Member 'FPropertyBag_2e1522daf7a9378b::ElevationIncrement' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e1522daf7a9378b, Resolution) == 0x000018, "Member 'FPropertyBag_2e1522daf7a9378b::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e1522daf7a9378b, bAddTagOnOutputForSameElevation) == 0x000020, "Member 'FPropertyBag_2e1522daf7a9378b::bAddTagOnOutputForSameElevation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e1522daf7a9378b, bProjectSurfaceNormal) == 0x000021, "Member 'FPropertyBag_2e1522daf7a9378b::bProjectSurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e1522daf7a9378b, bOutputAsSpline) == 0x000022, "Member 'FPropertyBag_2e1522daf7a9378b::bOutputAsSpline' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2e1522daf7a9378b, bLinearSpline) == 0x000023, "Member 'FPropertyBag_2e1522daf7a9378b::bLinearSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_4d9ffd6424be0644 \ +static_assert(alignof(FPropertyBag_4d9ffd6424be0644) == 0x000008, "Wrong alignment on FPropertyBag_4d9ffd6424be0644"); \ +static_assert(sizeof(FPropertyBag_4d9ffd6424be0644) == 0x000010, "Wrong size on FPropertyBag_4d9ffd6424be0644"); \ +static_assert(offsetof(FPropertyBag_4d9ffd6424be0644, BlueprintElementType) == 0x000000, "Member 'FPropertyBag_4d9ffd6424be0644::BlueprintElementType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_4d9ffd6424be0644, BlueprintElementInstance) == 0x000008, "Member 'FPropertyBag_4d9ffd6424be0644::BlueprintElementInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_e66e468d096e87f9 \ +static_assert(alignof(FPropertyBag_e66e468d096e87f9) == 0x000008, "Wrong alignment on FPropertyBag_e66e468d096e87f9"); \ +static_assert(sizeof(FPropertyBag_e66e468d096e87f9) == 0x000060, "Wrong size on FPropertyBag_e66e468d096e87f9"); \ +static_assert(offsetof(FPropertyBag_e66e468d096e87f9, SelectedGrassTypes) == 0x000000, "Member 'FPropertyBag_e66e468d096e87f9::SelectedGrassTypes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e66e468d096e87f9, bOverrideFromInput) == 0x000010, "Member 'FPropertyBag_e66e468d096e87f9::bOverrideFromInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e66e468d096e87f9, GrassTypesAttribute) == 0x000018, "Member 'FPropertyBag_e66e468d096e87f9::GrassTypesAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e66e468d096e87f9, bExcludeSelectedGrassTypes) == 0x000058, "Member 'FPropertyBag_e66e468d096e87f9::bExcludeSelectedGrassTypes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e66e468d096e87f9, bSkipReadbackToCPU) == 0x000059, "Member 'FPropertyBag_e66e468d096e87f9::bSkipReadbackToCPU' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e66e468d096e87f9, bGenerateHeightMap) == 0x00005A, "Member 'FPropertyBag_e66e468d096e87f9::bGenerateHeightMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_5fa489de3fae7009 \ +static_assert(alignof(FPropertyBag_5fa489de3fae7009) == 0x000004, "Wrong alignment on FPropertyBag_5fa489de3fae7009"); \ +static_assert(sizeof(FPropertyBag_5fa489de3fae7009) == 0x000010, "Wrong size on FPropertyBag_5fa489de3fae7009"); \ +static_assert(offsetof(FPropertyBag_5fa489de3fae7009, ConsoleVariableName) == 0x000000, "Member 'FPropertyBag_5fa489de3fae7009::ConsoleVariableName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5fa489de3fae7009, OutputAttributeName) == 0x000008, "Member 'FPropertyBag_5fa489de3fae7009::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_502deec8330e241 \ +static_assert(alignof(FPropertyBag_502deec8330e241) == 0x000008, "Wrong alignment on FPropertyBag_502deec8330e241"); \ +static_assert(sizeof(FPropertyBag_502deec8330e241) == 0x000100, "Wrong size on FPropertyBag_502deec8330e241"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, Options) == 0x000000, "Member 'FPropertyBag_502deec8330e241::Options' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, ActorSelector) == 0x000010, "Member 'FPropertyBag_502deec8330e241::ActorSelector' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, ComponentSelector) == 0x000088, "Member 'FPropertyBag_502deec8330e241::ComponentSelector' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, Mode) == 0x0000D0, "Member 'FPropertyBag_502deec8330e241::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, bIgnorePCGGeneratedComponents) == 0x0000D1, "Member 'FPropertyBag_502deec8330e241::bIgnorePCGGeneratedComponents' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, bAlsoOutputSinglePointData) == 0x0000D2, "Member 'FPropertyBag_502deec8330e241::bAlsoOutputSinglePointData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, bComponentsMustOverlapSelf) == 0x0000D3, "Member 'FPropertyBag_502deec8330e241::bComponentsMustOverlapSelf' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, bGetDataOnAllGrids) == 0x0000D4, "Member 'FPropertyBag_502deec8330e241::bGetDataOnAllGrids' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, AllowedGrids) == 0x0000D8, "Member 'FPropertyBag_502deec8330e241::AllowedGrids' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, bMergeSinglePointData) == 0x0000DC, "Member 'FPropertyBag_502deec8330e241::bMergeSinglePointData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, ExpectedPins) == 0x0000E0, "Member 'FPropertyBag_502deec8330e241::ExpectedPins' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, PropertyName) == 0x0000F0, "Member 'FPropertyBag_502deec8330e241::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, bAlwaysRequeryActors) == 0x0000F8, "Member 'FPropertyBag_502deec8330e241::bAlwaysRequeryActors' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, bSilenceSanitizedAttributeNameWarnings) == 0x0000F9, "Member 'FPropertyBag_502deec8330e241::bSilenceSanitizedAttributeNameWarnings' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, bSilenceReservedAttributeNameWarnings) == 0x0000FA, "Member 'FPropertyBag_502deec8330e241::bSilenceReservedAttributeNameWarnings' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_502deec8330e241, bDisplayModeSettings) == 0x0000FB, "Member 'FPropertyBag_502deec8330e241::bDisplayModeSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_63d1adc2d5ca1a90 \ +static_assert(alignof(FPropertyBag_63d1adc2d5ca1a90) == 0x000001, "Wrong alignment on FPropertyBag_63d1adc2d5ca1a90"); \ +static_assert(sizeof(FPropertyBag_63d1adc2d5ca1a90) == 0x000001, "Wrong size on FPropertyBag_63d1adc2d5ca1a90"); \ +static_assert(offsetof(FPropertyBag_63d1adc2d5ca1a90, bExtractTagValues) == 0x000000, "Member 'FPropertyBag_63d1adc2d5ca1a90::bExtractTagValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_ef09c6a01640de42 \ +static_assert(alignof(FPropertyBag_ef09c6a01640de42) == 0x000001, "Wrong alignment on FPropertyBag_ef09c6a01640de42"); \ +static_assert(sizeof(FPropertyBag_ef09c6a01640de42) == 0x000002, "Wrong size on FPropertyBag_ef09c6a01640de42"); \ +static_assert(offsetof(FPropertyBag_ef09c6a01640de42, bGetType) == 0x000000, "Member 'FPropertyBag_ef09c6a01640de42::bGetType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ef09c6a01640de42, bGetDefaultValue) == 0x000001, "Member 'FPropertyBag_ef09c6a01640de42::bGetDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_8df888b2cc8c2c66 \ +static_assert(alignof(FPropertyBag_8df888b2cc8c2c66) == 0x000001, "Wrong alignment on FPropertyBag_8df888b2cc8c2c66"); \ +static_assert(sizeof(FPropertyBag_8df888b2cc8c2c66) == 0x000001, "Wrong size on FPropertyBag_8df888b2cc8c2c66"); \ +static_assert(offsetof(FPropertyBag_8df888b2cc8c2c66, Mode) == 0x000000, "Member 'FPropertyBag_8df888b2cc8c2c66::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_d835c67a64b4c6ac \ +static_assert(alignof(FPropertyBag_d835c67a64b4c6ac) == 0x000001, "Wrong alignment on FPropertyBag_d835c67a64b4c6ac"); \ +static_assert(sizeof(FPropertyBag_d835c67a64b4c6ac) == 0x000001, "Wrong size on FPropertyBag_d835c67a64b4c6ac"); \ +static_assert(offsetof(FPropertyBag_d835c67a64b4c6ac, bWarnIfCalledOutsideOfLoop) == 0x000000, "Member 'FPropertyBag_d835c67a64b4c6ac::bWarnIfCalledOutsideOfLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_c2fb72647b564d3a \ +static_assert(alignof(FPropertyBag_c2fb72647b564d3a) == 0x000008, "Wrong alignment on FPropertyBag_c2fb72647b564d3a"); \ +static_assert(sizeof(FPropertyBag_c2fb72647b564d3a) == 0x0000A8, "Wrong size on FPropertyBag_c2fb72647b564d3a"); \ +static_assert(offsetof(FPropertyBag_c2fb72647b564d3a, ObjectPathsToExtract) == 0x000000, "Member 'FPropertyBag_c2fb72647b564d3a::ObjectPathsToExtract' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2fb72647b564d3a, InputSource) == 0x000010, "Member 'FPropertyBag_c2fb72647b564d3a::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2fb72647b564d3a, PropertyName) == 0x000050, "Member 'FPropertyBag_c2fb72647b564d3a::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2fb72647b564d3a, bForceObjectAndStructExtraction) == 0x000058, "Member 'FPropertyBag_c2fb72647b564d3a::bForceObjectAndStructExtraction' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2fb72647b564d3a, OutputAttributeName) == 0x000060, "Member 'FPropertyBag_c2fb72647b564d3a::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2fb72647b564d3a, bSanitizeOutputAttributeName) == 0x0000A0, "Member 'FPropertyBag_c2fb72647b564d3a::bSanitizeOutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2fb72647b564d3a, bSynchronousLoad) == 0x0000A1, "Member 'FPropertyBag_c2fb72647b564d3a::bSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2fb72647b564d3a, bPersistAllData) == 0x0000A2, "Member 'FPropertyBag_c2fb72647b564d3a::bPersistAllData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c2fb72647b564d3a, bSilenceErrorOnEmptyObjectPath) == 0x0000A3, "Member 'FPropertyBag_c2fb72647b564d3a::bSilenceErrorOnEmptyObjectPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_6437d8c700908624 \ +static_assert(alignof(FPropertyBag_6437d8c700908624) == 0x000004, "Wrong alignment on FPropertyBag_6437d8c700908624"); \ +static_assert(sizeof(FPropertyBag_6437d8c700908624) == 0x000010, "Wrong size on FPropertyBag_6437d8c700908624"); \ +static_assert(offsetof(FPropertyBag_6437d8c700908624, ArriveTangentAttributeName) == 0x000000, "Member 'FPropertyBag_6437d8c700908624::ArriveTangentAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6437d8c700908624, LeaveTangentAttributeName) == 0x000008, "Member 'FPropertyBag_6437d8c700908624::LeaveTangentAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_2169fa4bd8ed0bf1 \ +static_assert(alignof(FPropertyBag_2169fa4bd8ed0bf1) == 0x000004, "Wrong alignment on FPropertyBag_2169fa4bd8ed0bf1"); \ +static_assert(sizeof(FPropertyBag_2169fa4bd8ed0bf1) == 0x00000C, "Wrong size on FPropertyBag_2169fa4bd8ed0bf1"); \ +static_assert(offsetof(FPropertyBag_2169fa4bd8ed0bf1, Mode) == 0x000000, "Member 'FPropertyBag_2169fa4bd8ed0bf1::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2169fa4bd8ed0bf1, DistanceRelativeToUpstreamGraph) == 0x000004, "Member 'FPropertyBag_2169fa4bd8ed0bf1::DistanceRelativeToUpstreamGraph' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2169fa4bd8ed0bf1, bQuietInvalidDepthQueries) == 0x000008, "Member 'FPropertyBag_2169fa4bd8ed0bf1::bQuietInvalidDepthQueries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_ca2814630ca8b2ad \ +static_assert(alignof(FPropertyBag_ca2814630ca8b2ad) == 0x000001, "Wrong alignment on FPropertyBag_ca2814630ca8b2ad"); \ +static_assert(sizeof(FPropertyBag_ca2814630ca8b2ad) == 0x000002, "Wrong size on FPropertyBag_ca2814630ca8b2ad"); \ +static_assert(offsetof(FPropertyBag_ca2814630ca8b2ad, HiGenGridSize) == 0x000000, "Member 'FPropertyBag_ca2814630ca8b2ad::HiGenGridSize' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ca2814630ca8b2ad, bShowInputPin) == 0x000001, "Member 'FPropertyBag_ca2814630ca8b2ad::bShowInputPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_64e15abb50df49c6 \ +static_assert(alignof(FPropertyBag_64e15abb50df49c6) == 0x000001, "Wrong alignment on FPropertyBag_64e15abb50df49c6"); \ +static_assert(sizeof(FPropertyBag_64e15abb50df49c6) == 0x000002, "Wrong size on FPropertyBag_64e15abb50df49c6"); \ +static_assert(offsetof(FPropertyBag_64e15abb50df49c6, DensityFunction) == 0x000000, "Member 'FPropertyBag_64e15abb50df49c6::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_64e15abb50df49c6, bKeepZeroDensityPoints) == 0x000001, "Member 'FPropertyBag_64e15abb50df49c6::bKeepZeroDensityPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_585b2b12349f1d9a \ +static_assert(alignof(FPropertyBag_585b2b12349f1d9a) == 0x000010, "Wrong alignment on FPropertyBag_585b2b12349f1d9a"); \ +static_assert(sizeof(FPropertyBag_585b2b12349f1d9a) == 0x0002E0, "Wrong size on FPropertyBag_585b2b12349f1d9a"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, bMatchAttributes) == 0x000000, "Member 'FPropertyBag_585b2b12349f1d9a::bMatchAttributes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, InputAttribute) == 0x000008, "Member 'FPropertyBag_585b2b12349f1d9a::InputAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, MatchAttribute) == 0x000048, "Member 'FPropertyBag_585b2b12349f1d9a::MatchAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, bKeepUnmatched) == 0x000088, "Member 'FPropertyBag_585b2b12349f1d9a::bKeepUnmatched' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, bFindNearest) == 0x000089, "Member 'FPropertyBag_585b2b12349f1d9a::bFindNearest' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, MaxDistanceMode) == 0x00008A, "Member 'FPropertyBag_585b2b12349f1d9a::MaxDistanceMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, MaxDistanceForNearestMatch) == 0x000090, "Member 'FPropertyBag_585b2b12349f1d9a::MaxDistanceForNearestMatch' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, MaxDistanceInputAttribute) == 0x000200, "Member 'FPropertyBag_585b2b12349f1d9a::MaxDistanceInputAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, bUseInputWeightAttribute) == 0x000240, "Member 'FPropertyBag_585b2b12349f1d9a::bUseInputWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, InputWeightAttribute) == 0x000248, "Member 'FPropertyBag_585b2b12349f1d9a::InputWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, bUseWeightAttribute) == 0x000288, "Member 'FPropertyBag_585b2b12349f1d9a::bUseWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, WeightAttribute) == 0x000290, "Member 'FPropertyBag_585b2b12349f1d9a::WeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, bWarnIfNoMatchData) == 0x0002D0, "Member 'FPropertyBag_585b2b12349f1d9a::bWarnIfNoMatchData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_585b2b12349f1d9a, bWarnOnAttributeCast) == 0x0002D1, "Member 'FPropertyBag_585b2b12349f1d9a::bWarnOnAttributeCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_46b3267194a005f6 \ +static_assert(alignof(FPropertyBag_46b3267194a005f6) == 0x000008, "Wrong alignment on FPropertyBag_46b3267194a005f6"); \ +static_assert(sizeof(FPropertyBag_46b3267194a005f6) == 0x000030, "Wrong size on FPropertyBag_46b3267194a005f6"); \ +static_assert(offsetof(FPropertyBag_46b3267194a005f6, Normal) == 0x000000, "Member 'FPropertyBag_46b3267194a005f6::Normal' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_46b3267194a005f6, Offset) == 0x000018, "Member 'FPropertyBag_46b3267194a005f6::Offset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_46b3267194a005f6, Strength) == 0x000020, "Member 'FPropertyBag_46b3267194a005f6::Strength' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_46b3267194a005f6, DensityMode) == 0x000028, "Member 'FPropertyBag_46b3267194a005f6::DensityMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_9016c26acc808b1d \ +static_assert(alignof(FPropertyBag_9016c26acc808b1d) == 0x000008, "Wrong alignment on FPropertyBag_9016c26acc808b1d"); \ +static_assert(sizeof(FPropertyBag_9016c26acc808b1d) == 0x000130, "Wrong size on FPropertyBag_9016c26acc808b1d"); \ +static_assert(offsetof(FPropertyBag_9016c26acc808b1d, ActorReferenceAttribute) == 0x000000, "Member 'FPropertyBag_9016c26acc808b1d::ActorReferenceAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9016c26acc808b1d, DataLayerReferenceAttribute) == 0x000040, "Member 'FPropertyBag_9016c26acc808b1d::DataLayerReferenceAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9016c26acc808b1d, IncludedDataLayers) == 0x000080, "Member 'FPropertyBag_9016c26acc808b1d::IncludedDataLayers' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9016c26acc808b1d, ExcludedDataLayers) == 0x0000D8, "Member 'FPropertyBag_9016c26acc808b1d::ExcludedDataLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_9718f4caa6552d31 \ +static_assert(alignof(FPropertyBag_9718f4caa6552d31) == 0x000008, "Wrong alignment on FPropertyBag_9718f4caa6552d31"); \ +static_assert(sizeof(FPropertyBag_9718f4caa6552d31) == 0x000210, "Wrong size on FPropertyBag_9718f4caa6552d31"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, SearchDistance) == 0x000000, "Member 'FPropertyBag_9718f4caa6552d31::SearchDistance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, bStartLocationsAsInput) == 0x000008, "Member 'FPropertyBag_9718f4caa6552d31::bStartLocationsAsInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, StartLocationAttribute) == 0x000010, "Member 'FPropertyBag_9718f4caa6552d31::StartLocationAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, Start) == 0x000050, "Member 'FPropertyBag_9718f4caa6552d31::Start' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, bGoalLocationsAsInput) == 0x000068, "Member 'FPropertyBag_9718f4caa6552d31::bGoalLocationsAsInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, GoalLocationAttribute) == 0x000070, "Member 'FPropertyBag_9718f4caa6552d31::GoalLocationAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, Goal) == 0x0000B0, "Member 'FPropertyBag_9718f4caa6552d31::Goal' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, GoalMappingMode) == 0x0000C8, "Member 'FPropertyBag_9718f4caa6552d31::GoalMappingMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, HeuristicWeight) == 0x0000D0, "Member 'FPropertyBag_9718f4caa6552d31::HeuristicWeight' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, CostFunctionMode) == 0x0000D8, "Member 'FPropertyBag_9718f4caa6552d31::CostFunctionMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, CostAttribute) == 0x0000E0, "Member 'FPropertyBag_9718f4caa6552d31::CostAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, MaximumFitnessPenaltyFactor) == 0x000120, "Member 'FPropertyBag_9718f4caa6552d31::MaximumFitnessPenaltyFactor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, bUsePathTraces) == 0x000128, "Member 'FPropertyBag_9718f4caa6552d31::bUsePathTraces' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, PathTraceParams) == 0x000130, "Member 'FPropertyBag_9718f4caa6552d31::PathTraceParams' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, bAcceptPartialPath) == 0x000208, "Member 'FPropertyBag_9718f4caa6552d31::bAcceptPartialPath' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, bOutputAsSpline) == 0x000209, "Member 'FPropertyBag_9718f4caa6552d31::bOutputAsSpline' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, SplineMode) == 0x00020A, "Member 'FPropertyBag_9718f4caa6552d31::SplineMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9718f4caa6552d31, bCopyOriginatingPoints) == 0x00020B, "Member 'FPropertyBag_9718f4caa6552d31::bCopyOriginatingPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_d71e4fbdbab26ecd \ +static_assert(alignof(FPropertyBag_d71e4fbdbab26ecd) == 0x000008, "Wrong alignment on FPropertyBag_d71e4fbdbab26ecd"); \ +static_assert(sizeof(FPropertyBag_d71e4fbdbab26ecd) == 0x000020, "Wrong size on FPropertyBag_d71e4fbdbab26ecd"); \ +static_assert(offsetof(FPropertyBag_d71e4fbdbab26ecd, Extents) == 0x000000, "Member 'FPropertyBag_d71e4fbdbab26ecd::Extents' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d71e4fbdbab26ecd, Mode) == 0x000018, "Member 'FPropertyBag_d71e4fbdbab26ecd::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_530b68e8a88ce3cc \ +static_assert(alignof(FPropertyBag_530b68e8a88ce3cc) == 0x000008, "Wrong alignment on FPropertyBag_530b68e8a88ce3cc"); \ +static_assert(sizeof(FPropertyBag_530b68e8a88ce3cc) == 0x000038, "Wrong size on FPropertyBag_530b68e8a88ce3cc"); \ +static_assert(offsetof(FPropertyBag_530b68e8a88ce3cc, Mesh) == 0x000000, "Member 'FPropertyBag_530b68e8a88ce3cc::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_530b68e8a88ce3cc, MeshPathAttributeName) == 0x000028, "Member 'FPropertyBag_530b68e8a88ce3cc::MeshPathAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_530b68e8a88ce3cc, bSynchronousLoad) == 0x000030, "Member 'FPropertyBag_530b68e8a88ce3cc::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_1e77c74afcc28861 \ +static_assert(alignof(FPropertyBag_1e77c74afcc28861) == 0x000008, "Wrong alignment on FPropertyBag_1e77c74afcc28861"); \ +static_assert(sizeof(FPropertyBag_1e77c74afcc28861) == 0x000058, "Wrong size on FPropertyBag_1e77c74afcc28861"); \ +static_assert(offsetof(FPropertyBag_1e77c74afcc28861, MatchAndSetType) == 0x000000, "Member 'FPropertyBag_1e77c74afcc28861::MatchAndSetType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1e77c74afcc28861, MatchAndSetInstance) == 0x000008, "Member 'FPropertyBag_1e77c74afcc28861::MatchAndSetInstance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1e77c74afcc28861, SetTarget) == 0x000010, "Member 'FPropertyBag_1e77c74afcc28861::SetTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1e77c74afcc28861, SetTargetType) == 0x000050, "Member 'FPropertyBag_1e77c74afcc28861::SetTargetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_396f052c67aaa07f \ +static_assert(alignof(FPropertyBag_396f052c67aaa07f) == 0x000008, "Wrong alignment on FPropertyBag_396f052c67aaa07f"); \ +static_assert(sizeof(FPropertyBag_396f052c67aaa07f) == 0x000028, "Wrong size on FPropertyBag_396f052c67aaa07f"); \ +static_assert(offsetof(FPropertyBag_396f052c67aaa07f, SearchDistance) == 0x000000, "Member 'FPropertyBag_396f052c67aaa07f::SearchDistance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_396f052c67aaa07f, bSetDistanceToAttribute) == 0x000008, "Member 'FPropertyBag_396f052c67aaa07f::bSetDistanceToAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_396f052c67aaa07f, DistanceAttribute) == 0x00000C, "Member 'FPropertyBag_396f052c67aaa07f::DistanceAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_396f052c67aaa07f, bSetAveragePositionToAttribute) == 0x000014, "Member 'FPropertyBag_396f052c67aaa07f::bSetAveragePositionToAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_396f052c67aaa07f, AveragePositionAttribute) == 0x000018, "Member 'FPropertyBag_396f052c67aaa07f::AveragePositionAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_396f052c67aaa07f, SetDensity) == 0x000020, "Member 'FPropertyBag_396f052c67aaa07f::SetDensity' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_396f052c67aaa07f, bSetAveragePosition) == 0x000021, "Member 'FPropertyBag_396f052c67aaa07f::bSetAveragePosition' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_396f052c67aaa07f, bSetAverageColor) == 0x000022, "Member 'FPropertyBag_396f052c67aaa07f::bSetAverageColor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_396f052c67aaa07f, bWeightedAverage) == 0x000023, "Member 'FPropertyBag_396f052c67aaa07f::bWeightedAverage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_faabfa69bf3e84a \ +static_assert(alignof(FPropertyBag_faabfa69bf3e84a) == 0x000008, "Wrong alignment on FPropertyBag_faabfa69bf3e84a"); \ +static_assert(sizeof(FPropertyBag_faabfa69bf3e84a) == 0x000030, "Wrong size on FPropertyBag_faabfa69bf3e84a"); \ +static_assert(offsetof(FPropertyBag_faabfa69bf3e84a, PrintString) == 0x000000, "Member 'FPropertyBag_faabfa69bf3e84a::PrintString' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_faabfa69bf3e84a, Verbosity) == 0x000010, "Member 'FPropertyBag_faabfa69bf3e84a::Verbosity' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_faabfa69bf3e84a, CustomPrefix) == 0x000018, "Member 'FPropertyBag_faabfa69bf3e84a::CustomPrefix' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_faabfa69bf3e84a, bDisplayOnNode) == 0x000028, "Member 'FPropertyBag_faabfa69bf3e84a::bDisplayOnNode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_faabfa69bf3e84a, bPrintPerComponent) == 0x000029, "Member 'FPropertyBag_faabfa69bf3e84a::bPrintPerComponent' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_faabfa69bf3e84a, bPrefixWithOwner) == 0x00002A, "Member 'FPropertyBag_faabfa69bf3e84a::bPrefixWithOwner' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_faabfa69bf3e84a, bPrefixWithComponent) == 0x00002B, "Member 'FPropertyBag_faabfa69bf3e84a::bPrefixWithComponent' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_faabfa69bf3e84a, bPrefixWithGraph) == 0x00002C, "Member 'FPropertyBag_faabfa69bf3e84a::bPrefixWithGraph' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_faabfa69bf3e84a, bPrefixWithNode) == 0x00002D, "Member 'FPropertyBag_faabfa69bf3e84a::bPrefixWithNode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_faabfa69bf3e84a, bEnablePrint) == 0x00002E, "Member 'FPropertyBag_faabfa69bf3e84a::bEnablePrint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_3081ce3840539d9b \ +static_assert(alignof(FPropertyBag_3081ce3840539d9b) == 0x000008, "Wrong alignment on FPropertyBag_3081ce3840539d9b"); \ +static_assert(sizeof(FPropertyBag_3081ce3840539d9b) == 0x000028, "Wrong size on FPropertyBag_3081ce3840539d9b"); \ +static_assert(offsetof(FPropertyBag_3081ce3840539d9b, ProjectionParams) == 0x000000, "Member 'FPropertyBag_3081ce3840539d9b::ProjectionParams' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3081ce3840539d9b, bForceCollapseToPoint) == 0x000020, "Member 'FPropertyBag_3081ce3840539d9b::bForceCollapseToPoint' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3081ce3840539d9b, bKeepZeroDensityPoints) == 0x000021, "Member 'FPropertyBag_3081ce3840539d9b::bKeepZeroDensityPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_78cd55ff004fb49 \ +static_assert(alignof(FPropertyBag_78cd55ff004fb49) == 0x000008, "Wrong alignment on FPropertyBag_78cd55ff004fb49"); \ +static_assert(sizeof(FPropertyBag_78cd55ff004fb49) == 0x000058, "Wrong size on FPropertyBag_78cd55ff004fb49"); \ +static_assert(offsetof(FPropertyBag_78cd55ff004fb49, bFixedMode) == 0x000000, "Member 'FPropertyBag_78cd55ff004fb49::bFixedMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_78cd55ff004fb49, FixedNumber) == 0x000004, "Member 'FPropertyBag_78cd55ff004fb49::FixedNumber' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_78cd55ff004fb49, Ratio) == 0x000008, "Member 'FPropertyBag_78cd55ff004fb49::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_78cd55ff004fb49, bOutputDiscardedEntries) == 0x00000C, "Member 'FPropertyBag_78cd55ff004fb49::bOutputDiscardedEntries' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_78cd55ff004fb49, bHasCustomSeedSource) == 0x00000D, "Member 'FPropertyBag_78cd55ff004fb49::bHasCustomSeedSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_78cd55ff004fb49, CustomSeedSource) == 0x000010, "Member 'FPropertyBag_78cd55ff004fb49::CustomSeedSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_78cd55ff004fb49, bUseFirstAttributeOnly) == 0x000050, "Member 'FPropertyBag_78cd55ff004fb49::bUseFirstAttributeOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_f8fa2a42ac25e910 \ +static_assert(alignof(FPropertyBag_f8fa2a42ac25e910) == 0x000008, "Wrong alignment on FPropertyBag_f8fa2a42ac25e910"); \ +static_assert(sizeof(FPropertyBag_f8fa2a42ac25e910) == 0x000028, "Wrong size on FPropertyBag_f8fa2a42ac25e910"); \ +static_assert(offsetof(FPropertyBag_f8fa2a42ac25e910, SelectedTags) == 0x000000, "Member 'FPropertyBag_f8fa2a42ac25e910::SelectedTags' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f8fa2a42ac25e910, ReplacedTags) == 0x000010, "Member 'FPropertyBag_f8fa2a42ac25e910::ReplacedTags' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f8fa2a42ac25e910, bTokenizeOnWhiteSpace) == 0x000020, "Member 'FPropertyBag_f8fa2a42ac25e910::bTokenizeOnWhiteSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_b93b679a0c4e5166 \ +static_assert(alignof(FPropertyBag_b93b679a0c4e5166) == 0x000008, "Wrong alignment on FPropertyBag_b93b679a0c4e5166"); \ +static_assert(sizeof(FPropertyBag_b93b679a0c4e5166) == 0x000018, "Wrong size on FPropertyBag_b93b679a0c4e5166"); \ +static_assert(offsetof(FPropertyBag_b93b679a0c4e5166, PointCenterLocation) == 0x000000, "Member 'FPropertyBag_b93b679a0c4e5166::PointCenterLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_6b6924aa774b85af \ +static_assert(alignof(FPropertyBag_6b6924aa774b85af) == 0x000008, "Wrong alignment on FPropertyBag_6b6924aa774b85af"); \ +static_assert(sizeof(FPropertyBag_6b6924aa774b85af) == 0x000050, "Wrong size on FPropertyBag_6b6924aa774b85af"); \ +static_assert(offsetof(FPropertyBag_6b6924aa774b85af, TextureMappingMethod) == 0x000000, "Member 'FPropertyBag_6b6924aa774b85af::TextureMappingMethod' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6b6924aa774b85af, UVCoordinatesAttribute) == 0x000008, "Member 'FPropertyBag_6b6924aa774b85af::UVCoordinatesAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6b6924aa774b85af, TilingMode) == 0x000048, "Member 'FPropertyBag_6b6924aa774b85af::TilingMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6b6924aa774b85af, DensityMergeFunction) == 0x000049, "Member 'FPropertyBag_6b6924aa774b85af::DensityMergeFunction' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6b6924aa774b85af, bClampOutputDensity) == 0x00004A, "Member 'FPropertyBag_6b6924aa774b85af::bClampOutputDensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_c57173eb8a956327 \ +static_assert(alignof(FPropertyBag_c57173eb8a956327) == 0x000004, "Wrong alignment on FPropertyBag_c57173eb8a956327"); \ +static_assert(sizeof(FPropertyBag_c57173eb8a956327) == 0x000008, "Wrong size on FPropertyBag_c57173eb8a956327"); \ +static_assert(offsetof(FPropertyBag_c57173eb8a956327, MinPointCount) == 0x000000, "Member 'FPropertyBag_c57173eb8a956327::MinPointCount' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c57173eb8a956327, MaxPointCount) == 0x000004, "Member 'FPropertyBag_c57173eb8a956327::MaxPointCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_edd95098289fe961 \ +static_assert(alignof(FPropertyBag_edd95098289fe961) == 0x000008, "Wrong alignment on FPropertyBag_edd95098289fe961"); \ +static_assert(sizeof(FPropertyBag_edd95098289fe961) == 0x000030, "Wrong size on FPropertyBag_edd95098289fe961"); \ +static_assert(offsetof(FPropertyBag_edd95098289fe961, ExporterParams) == 0x000000, "Member 'FPropertyBag_edd95098289fe961::ExporterParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_a899c81936af9a41 \ +static_assert(alignof(FPropertyBag_a899c81936af9a41) == 0x000004, "Wrong alignment on FPropertyBag_a899c81936af9a41"); \ +static_assert(sizeof(FPropertyBag_a899c81936af9a41) == 0x00000C, "Wrong size on FPropertyBag_a899c81936af9a41"); \ +static_assert(offsetof(FPropertyBag_a899c81936af9a41, PixelFormat) == 0x000000, "Member 'FPropertyBag_a899c81936af9a41::PixelFormat' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a899c81936af9a41, CaptureSource) == 0x000001, "Member 'FPropertyBag_a899c81936af9a41::CaptureSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a899c81936af9a41, TexelSize) == 0x000004, "Member 'FPropertyBag_a899c81936af9a41::TexelSize' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a899c81936af9a41, bSkipReadbackToCPU) == 0x000008, "Member 'FPropertyBag_a899c81936af9a41::bSkipReadbackToCPU' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_4208c5e286a47338 \ +static_assert(alignof(FPropertyBag_4208c5e286a47338) == 0x000004, "Wrong alignment on FPropertyBag_4208c5e286a47338"); \ +static_assert(sizeof(FPropertyBag_4208c5e286a47338) == 0x000004, "Wrong size on FPropertyBag_4208c5e286a47338"); \ +static_assert(offsetof(FPropertyBag_4208c5e286a47338, Ratio) == 0x000000, "Member 'FPropertyBag_4208c5e286a47338::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_7503fae71d30d651 \ +static_assert(alignof(FPropertyBag_7503fae71d30d651) == 0x000008, "Wrong alignment on FPropertyBag_7503fae71d30d651"); \ +static_assert(sizeof(FPropertyBag_7503fae71d30d651) == 0x000098, "Wrong size on FPropertyBag_7503fae71d30d651"); \ +static_assert(offsetof(FPropertyBag_7503fae71d30d651, Parameters) == 0x000000, "Member 'FPropertyBag_7503fae71d30d651::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_42947c9d4770fac1 \ +static_assert(alignof(FPropertyBag_42947c9d4770fac1) == 0x000008, "Wrong alignment on FPropertyBag_42947c9d4770fac1"); \ +static_assert(sizeof(FPropertyBag_42947c9d4770fac1) == 0x000070, "Wrong size on FPropertyBag_42947c9d4770fac1"); \ +static_assert(offsetof(FPropertyBag_42947c9d4770fac1, MeshSelectorParameters) == 0x000000, "Member 'FPropertyBag_42947c9d4770fac1::MeshSelectorParameters' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_42947c9d4770fac1, InstanceDataPackerType) == 0x000008, "Member 'FPropertyBag_42947c9d4770fac1::InstanceDataPackerType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_42947c9d4770fac1, InstanceDataPackerParameters) == 0x000010, "Member 'FPropertyBag_42947c9d4770fac1::InstanceDataPackerParameters' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_42947c9d4770fac1, SkinnedMeshComponentPropertyOverrides) == 0x000018, "Member 'FPropertyBag_42947c9d4770fac1::SkinnedMeshComponentPropertyOverrides' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_42947c9d4770fac1, bApplyMeshBoundsToPoints) == 0x000028, "Member 'FPropertyBag_42947c9d4770fac1::bApplyMeshBoundsToPoints' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_42947c9d4770fac1, TargetActor) == 0x000030, "Member 'FPropertyBag_42947c9d4770fac1::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_42947c9d4770fac1, PostProcessFunctionNames) == 0x000058, "Member 'FPropertyBag_42947c9d4770fac1::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_42947c9d4770fac1, bSynchronousLoad) == 0x000068, "Member 'FPropertyBag_42947c9d4770fac1::bSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_42947c9d4770fac1, bSilenceOverrideAttributeNotFoundErrors) == 0x000069, "Member 'FPropertyBag_42947c9d4770fac1::bSilenceOverrideAttributeNotFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_42947c9d4770fac1, bWarnOnIdenticalSpawn) == 0x00006A, "Member 'FPropertyBag_42947c9d4770fac1::bWarnOnIdenticalSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_2ea16257c7a7d1b6 \ +static_assert(alignof(FPropertyBag_2ea16257c7a7d1b6) == 0x000008, "Wrong alignment on FPropertyBag_2ea16257c7a7d1b6"); \ +static_assert(sizeof(FPropertyBag_2ea16257c7a7d1b6) == 0x000048, "Wrong size on FPropertyBag_2ea16257c7a7d1b6"); \ +static_assert(offsetof(FPropertyBag_2ea16257c7a7d1b6, InputSource) == 0x000000, "Member 'FPropertyBag_2ea16257c7a7d1b6::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2ea16257c7a7d1b6, SortMethod) == 0x000040, "Member 'FPropertyBag_2ea16257c7a7d1b6::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_f3a5de80ec8c5ec4 \ +static_assert(alignof(FPropertyBag_f3a5de80ec8c5ec4) == 0x000004, "Wrong alignment on FPropertyBag_f3a5de80ec8c5ec4"); \ +static_assert(sizeof(FPropertyBag_f3a5de80ec8c5ec4) == 0x00000C, "Wrong size on FPropertyBag_f3a5de80ec8c5ec4"); \ +static_assert(offsetof(FPropertyBag_f3a5de80ec8c5ec4, Tag) == 0x000000, "Member 'FPropertyBag_f3a5de80ec8c5ec4::Tag' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_f3a5de80ec8c5ec4, SortMethod) == 0x000008, "Member 'FPropertyBag_f3a5de80ec8c5ec4::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_8e385aba9ff103c1 \ +static_assert(alignof(FPropertyBag_8e385aba9ff103c1) == 0x000010, "Wrong alignment on FPropertyBag_8e385aba9ff103c1"); \ +static_assert(sizeof(FPropertyBag_8e385aba9ff103c1) == 0x000140, "Wrong size on FPropertyBag_8e385aba9ff103c1"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, Mode) == 0x000000, "Member 'FPropertyBag_8e385aba9ff103c1::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, EdgeMask2DMode) == 0x000001, "Member 'FPropertyBag_8e385aba9ff103c1::EdgeMask2DMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, Iterations) == 0x000004, "Member 'FPropertyBag_8e385aba9ff103c1::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, bTiling) == 0x000008, "Member 'FPropertyBag_8e385aba9ff103c1::bTiling' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, Brightness) == 0x00000C, "Member 'FPropertyBag_8e385aba9ff103c1::Brightness' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, Contrast) == 0x000010, "Member 'FPropertyBag_8e385aba9ff103c1::Contrast' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, ValueTarget) == 0x000018, "Member 'FPropertyBag_8e385aba9ff103c1::ValueTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, RandomOffset) == 0x000058, "Member 'FPropertyBag_8e385aba9ff103c1::RandomOffset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, Transform) == 0x000070, "Member 'FPropertyBag_8e385aba9ff103c1::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, VoronoiCellRandomness) == 0x0000D0, "Member 'FPropertyBag_8e385aba9ff103c1::VoronoiCellRandomness' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, VoronoiCellIDTarget) == 0x0000D8, "Member 'FPropertyBag_8e385aba9ff103c1::VoronoiCellIDTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, bVoronoiOrientSamplesToCellEdge) == 0x000118, "Member 'FPropertyBag_8e385aba9ff103c1::bVoronoiOrientSamplesToCellEdge' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, TiledVoronoiResolution) == 0x00011C, "Member 'FPropertyBag_8e385aba9ff103c1::TiledVoronoiResolution' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, TiledVoronoiEdgeBlendCellCount) == 0x000120, "Member 'FPropertyBag_8e385aba9ff103c1::TiledVoronoiEdgeBlendCellCount' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, EdgeBlendDistance) == 0x000124, "Member 'FPropertyBag_8e385aba9ff103c1::EdgeBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, EdgeBlendCurveOffset) == 0x000128, "Member 'FPropertyBag_8e385aba9ff103c1::EdgeBlendCurveOffset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, EdgeBlendCurveIntensity) == 0x00012C, "Member 'FPropertyBag_8e385aba9ff103c1::EdgeBlendCurveIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8e385aba9ff103c1, bForceNoUseSeed) == 0x000130, "Member 'FPropertyBag_8e385aba9ff103c1::bForceNoUseSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_35ca439ef1336041 \ +static_assert(alignof(FPropertyBag_35ca439ef1336041) == 0x000008, "Wrong alignment on FPropertyBag_35ca439ef1336041"); \ +static_assert(sizeof(FPropertyBag_35ca439ef1336041) == 0x0000A8, "Wrong size on FPropertyBag_35ca439ef1336041"); \ +static_assert(offsetof(FPropertyBag_35ca439ef1336041, SplineComponent) == 0x000000, "Member 'FPropertyBag_35ca439ef1336041::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_35ca439ef1336041, bSpawnComponentFromAttribute) == 0x000008, "Member 'FPropertyBag_35ca439ef1336041::bSpawnComponentFromAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_35ca439ef1336041, SpawnComponentFromAttributeName) == 0x000010, "Member 'FPropertyBag_35ca439ef1336041::SpawnComponentFromAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_35ca439ef1336041, TargetActor) == 0x000050, "Member 'FPropertyBag_35ca439ef1336041::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_35ca439ef1336041, PostProcessFunctionNames) == 0x000078, "Member 'FPropertyBag_35ca439ef1336041::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_35ca439ef1336041, PropertyOverrideDescriptions) == 0x000088, "Member 'FPropertyBag_35ca439ef1336041::PropertyOverrideDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_35ca439ef1336041, bOutputSplineComponentReference) == 0x000098, "Member 'FPropertyBag_35ca439ef1336041::bOutputSplineComponentReference' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_35ca439ef1336041, ComponentReferenceAttributeName) == 0x00009C, "Member 'FPropertyBag_35ca439ef1336041::ComponentReferenceAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_b61da289ac71237c \ +static_assert(alignof(FPropertyBag_b61da289ac71237c) == 0x000008, "Wrong alignment on FPropertyBag_b61da289ac71237c"); \ +static_assert(sizeof(FPropertyBag_b61da289ac71237c) == 0x000390, "Wrong size on FPropertyBag_b61da289ac71237c"); \ +static_assert(offsetof(FPropertyBag_b61da289ac71237c, SplineMeshDescriptor) == 0x000000, "Member 'FPropertyBag_b61da289ac71237c::SplineMeshDescriptor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b61da289ac71237c, SplineMeshParams) == 0x000238, "Member 'FPropertyBag_b61da289ac71237c::SplineMeshParams' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b61da289ac71237c, TargetActor) == 0x000320, "Member 'FPropertyBag_b61da289ac71237c::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b61da289ac71237c, PostProcessFunctionNames) == 0x000348, "Member 'FPropertyBag_b61da289ac71237c::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b61da289ac71237c, bSynchronousLoad) == 0x000358, "Member 'FPropertyBag_b61da289ac71237c::bSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b61da289ac71237c, SplineMeshOverrideDescriptions) == 0x000360, "Member 'FPropertyBag_b61da289ac71237c::SplineMeshOverrideDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b61da289ac71237c, SplineMeshParamsOverride) == 0x000370, "Member 'FPropertyBag_b61da289ac71237c::SplineMeshParamsOverride' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b61da289ac71237c, SplineMeshComponentOverride) == 0x000380, "Member 'FPropertyBag_b61da289ac71237c::SplineMeshComponentOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_ad6b744b51319656 \ +static_assert(alignof(FPropertyBag_ad6b744b51319656) == 0x000001, "Wrong alignment on FPropertyBag_ad6b744b51319656"); \ +static_assert(sizeof(FPropertyBag_ad6b744b51319656) == 0x000002, "Wrong size on FPropertyBag_ad6b744b51319656"); \ +static_assert(offsetof(FPropertyBag_ad6b744b51319656, Operation) == 0x000000, "Member 'FPropertyBag_ad6b744b51319656::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ad6b744b51319656, bFlipClockwiseComputationResult) == 0x000001, "Member 'FPropertyBag_ad6b744b51319656::bFlipClockwiseComputationResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_1b600ed08cc492ee \ +static_assert(alignof(FPropertyBag_1b600ed08cc492ee) == 0x000008, "Wrong alignment on FPropertyBag_1b600ed08cc492ee"); \ +static_assert(sizeof(FPropertyBag_1b600ed08cc492ee) == 0x000090, "Wrong size on FPropertyBag_1b600ed08cc492ee"); \ +static_assert(offsetof(FPropertyBag_1b600ed08cc492ee, Type) == 0x000000, "Member 'FPropertyBag_1b600ed08cc492ee::Type' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1b600ed08cc492ee, Output) == 0x000001, "Member 'FPropertyBag_1b600ed08cc492ee::Output' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1b600ed08cc492ee, bOutputSplineIndices) == 0x000002, "Member 'FPropertyBag_1b600ed08cc492ee::bOutputSplineIndices' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1b600ed08cc492ee, OriginatingSplineIndexAttribute) == 0x000008, "Member 'FPropertyBag_1b600ed08cc492ee::OriginatingSplineIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1b600ed08cc492ee, IntersectingSplineIndexAttribute) == 0x000048, "Member 'FPropertyBag_1b600ed08cc492ee::IntersectingSplineIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1b600ed08cc492ee, DistanceThreshold) == 0x000088, "Member 'FPropertyBag_1b600ed08cc492ee::DistanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_fc2aeea278af9702 \ +static_assert(alignof(FPropertyBag_fc2aeea278af9702) == 0x000008, "Wrong alignment on FPropertyBag_fc2aeea278af9702"); \ +static_assert(sizeof(FPropertyBag_fc2aeea278af9702) == 0x000138, "Wrong size on FPropertyBag_fc2aeea278af9702"); \ +static_assert(offsetof(FPropertyBag_fc2aeea278af9702, SamplerParams) == 0x000000, "Member 'FPropertyBag_fc2aeea278af9702::SamplerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_868eaf4364bc82ac \ +static_assert(alignof(FPropertyBag_868eaf4364bc82ac) == 0x000004, "Wrong alignment on FPropertyBag_868eaf4364bc82ac"); \ +static_assert(sizeof(FPropertyBag_868eaf4364bc82ac) == 0x000008, "Wrong size on FPropertyBag_868eaf4364bc82ac"); \ +static_assert(offsetof(FPropertyBag_868eaf4364bc82ac, SplitPosition) == 0x000000, "Member 'FPropertyBag_868eaf4364bc82ac::SplitPosition' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_868eaf4364bc82ac, SplitAxis) == 0x000004, "Member 'FPropertyBag_868eaf4364bc82ac::SplitAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_5d867c7c62ba74f6 \ +static_assert(alignof(FPropertyBag_5d867c7c62ba74f6) == 0x000008, "Wrong alignment on FPropertyBag_5d867c7c62ba74f6"); \ +static_assert(sizeof(FPropertyBag_5d867c7c62ba74f6) == 0x000098, "Wrong size on FPropertyBag_5d867c7c62ba74f6"); \ +static_assert(offsetof(FPropertyBag_5d867c7c62ba74f6, Mode) == 0x000000, "Member 'FPropertyBag_5d867c7c62ba74f6::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5d867c7c62ba74f6, bUseConstant) == 0x000001, "Member 'FPropertyBag_5d867c7c62ba74f6::bUseConstant' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5d867c7c62ba74f6, Constant) == 0x000008, "Member 'FPropertyBag_5d867c7c62ba74f6::Constant' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5d867c7c62ba74f6, Attribute) == 0x000010, "Member 'FPropertyBag_5d867c7c62ba74f6::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5d867c7c62ba74f6, bShouldOutputOriginatingSplineIndex) == 0x000050, "Member 'FPropertyBag_5d867c7c62ba74f6::bShouldOutputOriginatingSplineIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5d867c7c62ba74f6, OutputOriginatingSplineIndex) == 0x000058, "Member 'FPropertyBag_5d867c7c62ba74f6::OutputOriginatingSplineIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_c89dfa431490edf \ +static_assert(alignof(FPropertyBag_c89dfa431490edf) == 0x000008, "Wrong alignment on FPropertyBag_c89dfa431490edf"); \ +static_assert(sizeof(FPropertyBag_c89dfa431490edf) == 0x000088, "Wrong size on FPropertyBag_c89dfa431490edf"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, MeshSelectorType) == 0x000000, "Member 'FPropertyBag_c89dfa431490edf::MeshSelectorType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, MeshSelectorParameters) == 0x000008, "Member 'FPropertyBag_c89dfa431490edf::MeshSelectorParameters' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, bAllowDescriptorChanges) == 0x000010, "Member 'FPropertyBag_c89dfa431490edf::bAllowDescriptorChanges' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, InstanceDataPackerType) == 0x000018, "Member 'FPropertyBag_c89dfa431490edf::InstanceDataPackerType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, InstanceDataPackerParameters) == 0x000020, "Member 'FPropertyBag_c89dfa431490edf::InstanceDataPackerParameters' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, StaticMeshComponentPropertyOverrides) == 0x000028, "Member 'FPropertyBag_c89dfa431490edf::StaticMeshComponentPropertyOverrides' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, OutAttributeName) == 0x000038, "Member 'FPropertyBag_c89dfa431490edf::OutAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, bApplyMeshBoundsToPoints) == 0x000040, "Member 'FPropertyBag_c89dfa431490edf::bApplyMeshBoundsToPoints' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, TargetActor) == 0x000048, "Member 'FPropertyBag_c89dfa431490edf::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, PostProcessFunctionNames) == 0x000070, "Member 'FPropertyBag_c89dfa431490edf::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, bSynchronousLoad) == 0x000080, "Member 'FPropertyBag_c89dfa431490edf::bSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, bAllowMergeDifferentDataInSameInstancedComponents) == 0x000081, "Member 'FPropertyBag_c89dfa431490edf::bAllowMergeDifferentDataInSameInstancedComponents' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, bSilenceOverrideAttributeNotFoundErrors) == 0x000082, "Member 'FPropertyBag_c89dfa431490edf::bSilenceOverrideAttributeNotFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c89dfa431490edf, bWarnOnIdenticalSpawn) == 0x000083, "Member 'FPropertyBag_c89dfa431490edf::bWarnOnIdenticalSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_189343fea2d7fa82 \ +static_assert(alignof(FPropertyBag_189343fea2d7fa82) == 0x000008, "Wrong alignment on FPropertyBag_189343fea2d7fa82"); \ +static_assert(sizeof(FPropertyBag_189343fea2d7fa82) == 0x000030, "Wrong size on FPropertyBag_189343fea2d7fa82"); \ +static_assert(offsetof(FPropertyBag_189343fea2d7fa82, PointsPerSquaredMeter) == 0x000000, "Member 'FPropertyBag_189343fea2d7fa82::PointsPerSquaredMeter' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_189343fea2d7fa82, PointExtents) == 0x000008, "Member 'FPropertyBag_189343fea2d7fa82::PointExtents' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_189343fea2d7fa82, Looseness) == 0x000020, "Member 'FPropertyBag_189343fea2d7fa82::Looseness' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_189343fea2d7fa82, bUnbounded) == 0x000024, "Member 'FPropertyBag_189343fea2d7fa82::bUnbounded' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_189343fea2d7fa82, bApplyDensityToPoints) == 0x000025, "Member 'FPropertyBag_189343fea2d7fa82::bApplyDensityToPoints' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_189343fea2d7fa82, PointSteepness) == 0x000028, "Member 'FPropertyBag_189343fea2d7fa82::PointSteepness' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_189343fea2d7fa82, bUseLegacyGridCreationMethod) == 0x00002C, "Member 'FPropertyBag_189343fea2d7fa82::bUseLegacyGridCreationMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_d521854140b55a05 \ +static_assert(alignof(FPropertyBag_d521854140b55a05) == 0x000010, "Wrong alignment on FPropertyBag_d521854140b55a05"); \ +static_assert(sizeof(FPropertyBag_d521854140b55a05) == 0x0000F0, "Wrong size on FPropertyBag_d521854140b55a05"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, Transform) == 0x000000, "Member 'FPropertyBag_d521854140b55a05::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, bUseAbsoluteTransform) == 0x000060, "Member 'FPropertyBag_d521854140b55a05::bUseAbsoluteTransform' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, TextureArrayIndex) == 0x000064, "Member 'FPropertyBag_d521854140b55a05::TextureArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, bUseDensitySourceChannel) == 0x000068, "Member 'FPropertyBag_d521854140b55a05::bUseDensitySourceChannel' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, ColorChannel) == 0x000069, "Member 'FPropertyBag_d521854140b55a05::ColorChannel' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, Filter) == 0x00006A, "Member 'FPropertyBag_d521854140b55a05::Filter' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, TexelSize) == 0x00006C, "Member 'FPropertyBag_d521854140b55a05::TexelSize' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, bUseAdvancedTiling) == 0x000070, "Member 'FPropertyBag_d521854140b55a05::bUseAdvancedTiling' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, Tiling) == 0x000078, "Member 'FPropertyBag_d521854140b55a05::Tiling' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, CenterOffset) == 0x000088, "Member 'FPropertyBag_d521854140b55a05::CenterOffset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, Rotation) == 0x000098, "Member 'FPropertyBag_d521854140b55a05::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, bUseTileBounds) == 0x00009C, "Member 'FPropertyBag_d521854140b55a05::bUseTileBounds' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, TileBoundsMin) == 0x0000A0, "Member 'FPropertyBag_d521854140b55a05::TileBoundsMin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, TileBoundsMax) == 0x0000B0, "Member 'FPropertyBag_d521854140b55a05::TileBoundsMax' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, bSynchronousLoad) == 0x0000C0, "Member 'FPropertyBag_d521854140b55a05::bSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, bSkipReadbackToCPU) == 0x0000C1, "Member 'FPropertyBag_d521854140b55a05::bSkipReadbackToCPU' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d521854140b55a05, Texture) == 0x0000C8, "Member 'FPropertyBag_d521854140b55a05::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_1f42a10142d093f3 \ +static_assert(alignof(FPropertyBag_1f42a10142d093f3) == 0x000008, "Wrong alignment on FPropertyBag_1f42a10142d093f3"); \ +static_assert(sizeof(FPropertyBag_1f42a10142d093f3) == 0x0000B8, "Wrong size on FPropertyBag_1f42a10142d093f3"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, bApplyToAttribute) == 0x000000, "Member 'FPropertyBag_1f42a10142d093f3::bApplyToAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, AttributeName) == 0x000004, "Member 'FPropertyBag_1f42a10142d093f3::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, OffsetMin) == 0x000010, "Member 'FPropertyBag_1f42a10142d093f3::OffsetMin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, OffsetMax) == 0x000028, "Member 'FPropertyBag_1f42a10142d093f3::OffsetMax' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, bAbsoluteOffset) == 0x000040, "Member 'FPropertyBag_1f42a10142d093f3::bAbsoluteOffset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, RotationMin) == 0x000048, "Member 'FPropertyBag_1f42a10142d093f3::RotationMin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, RotationMax) == 0x000060, "Member 'FPropertyBag_1f42a10142d093f3::RotationMax' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, bAbsoluteRotation) == 0x000078, "Member 'FPropertyBag_1f42a10142d093f3::bAbsoluteRotation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, ScaleMin) == 0x000080, "Member 'FPropertyBag_1f42a10142d093f3::ScaleMin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, ScaleMax) == 0x000098, "Member 'FPropertyBag_1f42a10142d093f3::ScaleMax' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, bAbsoluteScale) == 0x0000B0, "Member 'FPropertyBag_1f42a10142d093f3::bAbsoluteScale' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, bUniformScale) == 0x0000B1, "Member 'FPropertyBag_1f42a10142d093f3::bUniformScale' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1f42a10142d093f3, bRecomputeSeed) == 0x0000B2, "Member 'FPropertyBag_1f42a10142d093f3::bRecomputeSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_5c40e3d4bb998210 \ +static_assert(alignof(FPropertyBag_5c40e3d4bb998210) == 0x000004, "Wrong alignment on FPropertyBag_5c40e3d4bb998210"); \ +static_assert(sizeof(FPropertyBag_5c40e3d4bb998210) == 0x00001C, "Wrong size on FPropertyBag_5c40e3d4bb998210"); \ +static_assert(offsetof(FPropertyBag_5c40e3d4bb998210, PropertyGuid) == 0x000000, "Member 'FPropertyBag_5c40e3d4bb998210::PropertyGuid' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5c40e3d4bb998210, PropertyName) == 0x000010, "Member 'FPropertyBag_5c40e3d4bb998210::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5c40e3d4bb998210, bForceObjectAndStructExtraction) == 0x000018, "Member 'FPropertyBag_5c40e3d4bb998210::bForceObjectAndStructExtraction' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_5c40e3d4bb998210, bSanitizeOutputAttributeName) == 0x000019, "Member 'FPropertyBag_5c40e3d4bb998210::bSanitizeOutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_cd0f09482cebd587 \ +static_assert(alignof(FPropertyBag_cd0f09482cebd587) == 0x000008, "Wrong alignment on FPropertyBag_cd0f09482cebd587"); \ +static_assert(sizeof(FPropertyBag_cd0f09482cebd587) == 0x000020, "Wrong size on FPropertyBag_cd0f09482cebd587"); \ +static_assert(offsetof(FPropertyBag_cd0f09482cebd587, PropertyPath) == 0x000000, "Member 'FPropertyBag_cd0f09482cebd587::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd0f09482cebd587, bForceObjectAndStructExtraction) == 0x000010, "Member 'FPropertyBag_cd0f09482cebd587::bForceObjectAndStructExtraction' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd0f09482cebd587, bSanitizeOutputAttributeName) == 0x000011, "Member 'FPropertyBag_cd0f09482cebd587::bSanitizeOutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd0f09482cebd587, OutputAttributeName) == 0x000014, "Member 'FPropertyBag_cd0f09482cebd587::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd0f09482cebd587, Source) == 0x00001C, "Member 'FPropertyBag_cd0f09482cebd587::Source' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cd0f09482cebd587, bQuiet) == 0x00001D, "Member 'FPropertyBag_cd0f09482cebd587::bQuiet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_afd75a66992c15e8 \ +static_assert(alignof(FPropertyBag_afd75a66992c15e8) == 0x000008, "Wrong alignment on FPropertyBag_afd75a66992c15e8"); \ +static_assert(sizeof(FPropertyBag_afd75a66992c15e8) == 0x000088, "Wrong size on FPropertyBag_afd75a66992c15e8"); \ +static_assert(offsetof(FPropertyBag_afd75a66992c15e8, AttributeSource) == 0x000000, "Member 'FPropertyBag_afd75a66992c15e8::AttributeSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_afd75a66992c15e8, CustomPrefixString) == 0x000040, "Member 'FPropertyBag_afd75a66992c15e8::CustomPrefixString' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_afd75a66992c15e8, bPrefixWithIndex) == 0x000050, "Member 'FPropertyBag_afd75a66992c15e8::bPrefixWithIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_afd75a66992c15e8, bPrefixWithAttributeName) == 0x000051, "Member 'FPropertyBag_afd75a66992c15e8::bPrefixWithAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_afd75a66992c15e8, LocalOffset) == 0x000058, "Member 'FPropertyBag_afd75a66992c15e8::LocalOffset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_afd75a66992c15e8, Color) == 0x000070, "Member 'FPropertyBag_afd75a66992c15e8::Color' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_afd75a66992c15e8, Duration) == 0x000078, "Member 'FPropertyBag_afd75a66992c15e8::Duration' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_afd75a66992c15e8, PointLimit) == 0x000080, "Member 'FPropertyBag_afd75a66992c15e8::PointLimit' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_afd75a66992c15e8, bVisualizeEnabled) == 0x000084, "Member 'FPropertyBag_afd75a66992c15e8::bVisualizeEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_6633b5afca43db21 \ +static_assert(alignof(FPropertyBag_6633b5afca43db21) == 0x000008, "Wrong alignment on FPropertyBag_6633b5afca43db21"); \ +static_assert(sizeof(FPropertyBag_6633b5afca43db21) == 0x000058, "Wrong size on FPropertyBag_6633b5afca43db21"); \ +static_assert(offsetof(FPropertyBag_6633b5afca43db21, SelectionMode) == 0x000000, "Member 'FPropertyBag_6633b5afca43db21::SelectionMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6633b5afca43db21, IntegerSelection) == 0x000004, "Member 'FPropertyBag_6633b5afca43db21::IntegerSelection' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6633b5afca43db21, IntOptions) == 0x000008, "Member 'FPropertyBag_6633b5afca43db21::IntOptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6633b5afca43db21, StringSelection) == 0x000018, "Member 'FPropertyBag_6633b5afca43db21::StringSelection' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6633b5afca43db21, StringOptions) == 0x000028, "Member 'FPropertyBag_6633b5afca43db21::StringOptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6633b5afca43db21, EnumSelection) == 0x000038, "Member 'FPropertyBag_6633b5afca43db21::EnumSelection' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6633b5afca43db21, CachedPinLabels) == 0x000048, "Member 'FPropertyBag_6633b5afca43db21::CachedPinLabels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_6e3b9fb26dd7b1cd \ +static_assert(alignof(FPropertyBag_6e3b9fb26dd7b1cd) == 0x000008, "Wrong alignment on FPropertyBag_6e3b9fb26dd7b1cd"); \ +static_assert(sizeof(FPropertyBag_6e3b9fb26dd7b1cd) == 0x000020, "Wrong size on FPropertyBag_6e3b9fb26dd7b1cd"); \ +static_assert(offsetof(FPropertyBag_6e3b9fb26dd7b1cd, VoxelSize) == 0x000000, "Member 'FPropertyBag_6e3b9fb26dd7b1cd::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6e3b9fb26dd7b1cd, bUnbounded) == 0x000018, "Member 'FPropertyBag_6e3b9fb26dd7b1cd::bUnbounded' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_6e3b9fb26dd7b1cd, PointSteepness) == 0x00001C, "Member 'FPropertyBag_6e3b9fb26dd7b1cd::PointSteepness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_8588ccc9db445f95 \ +static_assert(alignof(FPropertyBag_8588ccc9db445f95) == 0x000008, "Wrong alignment on FPropertyBag_8588ccc9db445f95"); \ +static_assert(sizeof(FPropertyBag_8588ccc9db445f95) == 0x0000D0, "Wrong size on FPropertyBag_8588ccc9db445f95"); \ +static_assert(offsetof(FPropertyBag_8588ccc9db445f95, QueryParams) == 0x000000, "Member 'FPropertyBag_8588ccc9db445f95::QueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_990c9e3f31e5cef3 \ +static_assert(alignof(FPropertyBag_990c9e3f31e5cef3) == 0x000008, "Wrong alignment on FPropertyBag_990c9e3f31e5cef3"); \ +static_assert(sizeof(FPropertyBag_990c9e3f31e5cef3) == 0x000160, "Wrong size on FPropertyBag_990c9e3f31e5cef3"); \ +static_assert(offsetof(FPropertyBag_990c9e3f31e5cef3, CollisionShape) == 0x000000, "Member 'FPropertyBag_990c9e3f31e5cef3::CollisionShape' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_990c9e3f31e5cef3, QueryParams) == 0x000048, "Member 'FPropertyBag_990c9e3f31e5cef3::QueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_a644034d20eed144 \ +static_assert(alignof(FPropertyBag_a644034d20eed144) == 0x000008, "Wrong alignment on FPropertyBag_a644034d20eed144"); \ +static_assert(sizeof(FPropertyBag_a644034d20eed144) == 0x000260, "Wrong size on FPropertyBag_a644034d20eed144"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, CollisionShape) == 0x000000, "Member 'FPropertyBag_a644034d20eed144::CollisionShape' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, RaycastMode) == 0x000048, "Member 'FPropertyBag_a644034d20eed144::RaycastMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, OriginInputAttribute) == 0x000050, "Member 'FPropertyBag_a644034d20eed144::OriginInputAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, bOverrideRayDirections) == 0x000090, "Member 'FPropertyBag_a644034d20eed144::bOverrideRayDirections' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, RayDirection) == 0x000098, "Member 'FPropertyBag_a644034d20eed144::RayDirection' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, RayDirectionAttribute) == 0x0000B0, "Member 'FPropertyBag_a644034d20eed144::RayDirectionAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, EndPointAttribute) == 0x0000F0, "Member 'FPropertyBag_a644034d20eed144::EndPointAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, bOverrideRayLengths) == 0x000130, "Member 'FPropertyBag_a644034d20eed144::bOverrideRayLengths' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, RayLength) == 0x000138, "Member 'FPropertyBag_a644034d20eed144::RayLength' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, RayLengthAttribute) == 0x000140, "Member 'FPropertyBag_a644034d20eed144::RayLengthAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, WorldQueryParams) == 0x000180, "Member 'FPropertyBag_a644034d20eed144::WorldQueryParams' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, bKeepOriginalPointOnMiss) == 0x000258, "Member 'FPropertyBag_a644034d20eed144::bKeepOriginalPointOnMiss' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a644034d20eed144, bUnbounded) == 0x000259, "Member 'FPropertyBag_a644034d20eed144::bUnbounded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_a6f319a0ec38f74c \ +static_assert(alignof(FPropertyBag_a6f319a0ec38f74c) == 0x000008, "Wrong alignment on FPropertyBag_a6f319a0ec38f74c"); \ +static_assert(sizeof(FPropertyBag_a6f319a0ec38f74c) == 0x000010, "Wrong size on FPropertyBag_a6f319a0ec38f74c"); \ +static_assert(offsetof(FPropertyBag_a6f319a0ec38f74c, Operation) == 0x000000, "Member 'FPropertyBag_a6f319a0ec38f74c::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a6f319a0ec38f74c, SplineMaxDiscretizationError) == 0x000008, "Member 'FPropertyBag_a6f319a0ec38f74c::SplineMaxDiscretizationError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_d841a7d6f47d7b00 \ +static_assert(alignof(FPropertyBag_d841a7d6f47d7b00) == 0x000008, "Wrong alignment on FPropertyBag_d841a7d6f47d7b00"); \ +static_assert(sizeof(FPropertyBag_d841a7d6f47d7b00) == 0x0000A0, "Wrong size on FPropertyBag_d841a7d6f47d7b00"); \ +static_assert(offsetof(FPropertyBag_d841a7d6f47d7b00, InputType) == 0x000000, "Member 'FPropertyBag_d841a7d6f47d7b00::InputType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d841a7d6f47d7b00, bUseHoleAttribute) == 0x000001, "Member 'FPropertyBag_d841a7d6f47d7b00::bUseHoleAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d841a7d6f47d7b00, HoleIndexAttribute) == 0x000008, "Member 'FPropertyBag_d841a7d6f47d7b00::HoleIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d841a7d6f47d7b00, bUsePolygonWidthAttribute) == 0x000048, "Member 'FPropertyBag_d841a7d6f47d7b00::bUsePolygonWidthAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d841a7d6f47d7b00, PolygonWidthAttribute) == 0x000050, "Member 'FPropertyBag_d841a7d6f47d7b00::PolygonWidthAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d841a7d6f47d7b00, OpenPolygonWidth) == 0x000090, "Member 'FPropertyBag_d841a7d6f47d7b00::OpenPolygonWidth' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d841a7d6f47d7b00, SplineMaxDiscretizationError) == 0x000098, "Member 'FPropertyBag_d841a7d6f47d7b00::SplineMaxDiscretizationError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_abf3fe077038d8b1 \ +static_assert(alignof(FPropertyBag_abf3fe077038d8b1) == 0x000008, "Wrong alignment on FPropertyBag_abf3fe077038d8b1"); \ +static_assert(sizeof(FPropertyBag_abf3fe077038d8b1) == 0x000098, "Wrong size on FPropertyBag_abf3fe077038d8b1"); \ +static_assert(offsetof(FPropertyBag_abf3fe077038d8b1, bUseInputSegmentData) == 0x000000, "Member 'FPropertyBag_abf3fe077038d8b1::bUseInputSegmentData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_abf3fe077038d8b1, bUseInputHoleData) == 0x000001, "Member 'FPropertyBag_abf3fe077038d8b1::bUseInputHoleData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_abf3fe077038d8b1, bOutputSplineData) == 0x000002, "Member 'FPropertyBag_abf3fe077038d8b1::bOutputSplineData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_abf3fe077038d8b1, SegmentIndexAttribute) == 0x000008, "Member 'FPropertyBag_abf3fe077038d8b1::SegmentIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_abf3fe077038d8b1, SegmentIndex) == 0x000048, "Member 'FPropertyBag_abf3fe077038d8b1::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_abf3fe077038d8b1, HoleIndexAttribute) == 0x000050, "Member 'FPropertyBag_abf3fe077038d8b1::HoleIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_abf3fe077038d8b1, HoleIndex) == 0x000090, "Member 'FPropertyBag_abf3fe077038d8b1::HoleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_a91bd9908b3f9f45 \ +static_assert(alignof(FPropertyBag_a91bd9908b3f9f45) == 0x000008, "Wrong alignment on FPropertyBag_a91bd9908b3f9f45"); \ +static_assert(sizeof(FPropertyBag_a91bd9908b3f9f45) == 0x000050, "Wrong size on FPropertyBag_a91bd9908b3f9f45"); \ +static_assert(offsetof(FPropertyBag_a91bd9908b3f9f45, Operation) == 0x000000, "Member 'FPropertyBag_a91bd9908b3f9f45::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a91bd9908b3f9f45, bInheritMetadata) == 0x000001, "Member 'FPropertyBag_a91bd9908b3f9f45::bInheritMetadata' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a91bd9908b3f9f45, bUseOffsetFromInput) == 0x000002, "Member 'FPropertyBag_a91bd9908b3f9f45::bUseOffsetFromInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a91bd9908b3f9f45, OffsetAttribute) == 0x000008, "Member 'FPropertyBag_a91bd9908b3f9f45::OffsetAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a91bd9908b3f9f45, Offset) == 0x000048, "Member 'FPropertyBag_a91bd9908b3f9f45::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_3b39b77674e49db2 \ +static_assert(alignof(FPropertyBag_3b39b77674e49db2) == 0x000008, "Wrong alignment on FPropertyBag_3b39b77674e49db2"); \ +static_assert(sizeof(FPropertyBag_3b39b77674e49db2) == 0x000018, "Wrong size on FPropertyBag_3b39b77674e49db2"); \ +static_assert(offsetof(FPropertyBag_3b39b77674e49db2, Operation) == 0x000000, "Member 'FPropertyBag_3b39b77674e49db2::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3b39b77674e49db2, MetadataMode) == 0x000001, "Member 'FPropertyBag_3b39b77674e49db2::MetadataMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3b39b77674e49db2, SplineMaxDiscretizationError) == 0x000008, "Member 'FPropertyBag_3b39b77674e49db2::SplineMaxDiscretizationError' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3b39b77674e49db2, bQuiet) == 0x000010, "Member 'FPropertyBag_3b39b77674e49db2::bQuiet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_a8e2611448bfdc47 \ +static_assert(alignof(FPropertyBag_a8e2611448bfdc47) == 0x000008, "Wrong alignment on FPropertyBag_a8e2611448bfdc47"); \ +static_assert(sizeof(FPropertyBag_a8e2611448bfdc47) == 0x000040, "Wrong size on FPropertyBag_a8e2611448bfdc47"); \ +static_assert(offsetof(FPropertyBag_a8e2611448bfdc47, FromGrid) == 0x000000, "Member 'FPropertyBag_a8e2611448bfdc47::FromGrid' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a8e2611448bfdc47, ToGrid) == 0x000001, "Member 'FPropertyBag_a8e2611448bfdc47::ToGrid' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a8e2611448bfdc47, GenerationGrid) == 0x000002, "Member 'FPropertyBag_a8e2611448bfdc47::GenerationGrid' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a8e2611448bfdc47, ResourceKey) == 0x000008, "Member 'FPropertyBag_a8e2611448bfdc47::ResourceKey' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_a8e2611448bfdc47, UpstreamPin) == 0x000018, "Member 'FPropertyBag_a8e2611448bfdc47::UpstreamPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_dea236f3a2f362b1 \ +static_assert(alignof(FPropertyBag_dea236f3a2f362b1) == 0x000008, "Wrong alignment on FPropertyBag_dea236f3a2f362b1"); \ +static_assert(sizeof(FPropertyBag_dea236f3a2f362b1) == 0x000010, "Wrong size on FPropertyBag_dea236f3a2f362b1"); \ +static_assert(offsetof(FPropertyBag_dea236f3a2f362b1, DynamicInputPinProperties) == 0x000000, "Member 'FPropertyBag_dea236f3a2f362b1::DynamicInputPinProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_2665f2396854cc52 \ +static_assert(alignof(FPropertyBag_2665f2396854cc52) == 0x000008, "Wrong alignment on FPropertyBag_2665f2396854cc52"); \ +static_assert(sizeof(FPropertyBag_2665f2396854cc52) == 0x0000F0, "Wrong size on FPropertyBag_2665f2396854cc52"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, bExtractMeshFromInput) == 0x000000, "Member 'FPropertyBag_2665f2396854cc52::bExtractMeshFromInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, StaticMesh) == 0x000008, "Member 'FPropertyBag_2665f2396854cc52::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, InputSource) == 0x000030, "Member 'FPropertyBag_2665f2396854cc52::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, SamplingMethod) == 0x000070, "Member 'FPropertyBag_2665f2396854cc52::SamplingMethod' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, bUseColorChannelAsDensity) == 0x000071, "Member 'FPropertyBag_2665f2396854cc52::bUseColorChannelAsDensity' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, ColorChannelAsDensity) == 0x000072, "Member 'FPropertyBag_2665f2396854cc52::ColorChannelAsDensity' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, bVoxelize) == 0x000073, "Member 'FPropertyBag_2665f2396854cc52::bVoxelize' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, VoxelSize) == 0x000074, "Member 'FPropertyBag_2665f2396854cc52::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, bRemoveHiddenTriangles) == 0x000078, "Member 'FPropertyBag_2665f2396854cc52::bRemoveHiddenTriangles' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, RequestedLODType) == 0x000079, "Member 'FPropertyBag_2665f2396854cc52::RequestedLODType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, RequestedLODIndex) == 0x00007C, "Member 'FPropertyBag_2665f2396854cc52::RequestedLODIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, SamplingOptions) == 0x000080, "Member 'FPropertyBag_2665f2396854cc52::SamplingOptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, NonUniformSamplingOptions) == 0x0000A0, "Member 'FPropertyBag_2665f2396854cc52::NonUniformSamplingOptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, bExtractUVAsAttribute) == 0x0000B8, "Member 'FPropertyBag_2665f2396854cc52::bExtractUVAsAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, UVAttributeName) == 0x0000BC, "Member 'FPropertyBag_2665f2396854cc52::UVAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, UVChannel) == 0x0000C4, "Member 'FPropertyBag_2665f2396854cc52::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, bOutputTriangleIds) == 0x0000C8, "Member 'FPropertyBag_2665f2396854cc52::bOutputTriangleIds' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, TriangleIdAttributeName) == 0x0000CC, "Member 'FPropertyBag_2665f2396854cc52::TriangleIdAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, bOutputMaterialInfo) == 0x0000D4, "Member 'FPropertyBag_2665f2396854cc52::bOutputMaterialInfo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, MaterialIdAttributeName) == 0x0000D8, "Member 'FPropertyBag_2665f2396854cc52::MaterialIdAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, MaterialAttributeName) == 0x0000E0, "Member 'FPropertyBag_2665f2396854cc52::MaterialAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, PointSteepness) == 0x0000E8, "Member 'FPropertyBag_2665f2396854cc52::PointSteepness' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_2665f2396854cc52, bSynchronousLoad) == 0x0000EC, "Member 'FPropertyBag_2665f2396854cc52::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_cc6ca6e5b43b2dd1 \ +static_assert(alignof(FPropertyBag_cc6ca6e5b43b2dd1) == 0x000008, "Wrong alignment on FPropertyBag_cc6ca6e5b43b2dd1"); \ +static_assert(sizeof(FPropertyBag_cc6ca6e5b43b2dd1) == 0x000098, "Wrong size on FPropertyBag_cc6ca6e5b43b2dd1"); \ +static_assert(offsetof(FPropertyBag_cc6ca6e5b43b2dd1, SliceDirection) == 0x000000, "Member 'FPropertyBag_cc6ca6e5b43b2dd1::SliceDirection' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cc6ca6e5b43b2dd1, ExtrusionVectorAttribute) == 0x000018, "Member 'FPropertyBag_cc6ca6e5b43b2dd1::ExtrusionVectorAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cc6ca6e5b43b2dd1, MinimumCoplanarVertices) == 0x000058, "Member 'FPropertyBag_cc6ca6e5b43b2dd1::MinimumCoplanarVertices' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cc6ca6e5b43b2dd1, MaxMeshVertexCount) == 0x00005C, "Member 'FPropertyBag_cc6ca6e5b43b2dd1::MaxMeshVertexCount' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cc6ca6e5b43b2dd1, bEnableTierMerging) == 0x000060, "Member 'FPropertyBag_cc6ca6e5b43b2dd1::bEnableTierMerging' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cc6ca6e5b43b2dd1, TierMergingThreshold) == 0x000068, "Member 'FPropertyBag_cc6ca6e5b43b2dd1::TierMergingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cc6ca6e5b43b2dd1, bEnableMinAreaCulling) == 0x000070, "Member 'FPropertyBag_cc6ca6e5b43b2dd1::bEnableMinAreaCulling' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cc6ca6e5b43b2dd1, MinAreaCullingThreshold) == 0x000078, "Member 'FPropertyBag_cc6ca6e5b43b2dd1::MinAreaCullingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cc6ca6e5b43b2dd1, bEnableMinHeightCulling) == 0x000080, "Member 'FPropertyBag_cc6ca6e5b43b2dd1::bEnableMinHeightCulling' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cc6ca6e5b43b2dd1, MinHeightCullingThreshold) == 0x000088, "Member 'FPropertyBag_cc6ca6e5b43b2dd1::MinHeightCullingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cc6ca6e5b43b2dd1, bRemoveRedundantSections) == 0x000090, "Member 'FPropertyBag_cc6ca6e5b43b2dd1::bRemoveRedundantSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosDestructionEvent_SWC \ +static_assert(alignof(FChaosDestructionEvent_SWC) == 0x000004, "Wrong alignment on FChaosDestructionEvent_SWC"); \ +static_assert(sizeof(FChaosDestructionEvent_SWC) == 0x000044, "Wrong size on FChaosDestructionEvent_SWC"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, position) == 0x000000, "Member 'FChaosDestructionEvent_SWC::position' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, Normal) == 0x00000C, "Member 'FChaosDestructionEvent_SWC::Normal' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, Velocity) == 0x000018, "Member 'FChaosDestructionEvent_SWC::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, AngularVelocity) == 0x000024, "Member 'FChaosDestructionEvent_SWC::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, ExtentMin) == 0x000030, "Member 'FChaosDestructionEvent_SWC::ExtentMin' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, ExtentMax) == 0x000034, "Member 'FChaosDestructionEvent_SWC::ExtentMax' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, ParticleID) == 0x000038, "Member 'FChaosDestructionEvent_SWC::ParticleID' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, Time) == 0x00003C, "Member 'FChaosDestructionEvent_SWC::Time' has a wrong offset!"); \ +static_assert(offsetof(FChaosDestructionEvent_SWC, Type) == 0x000040, "Member 'FChaosDestructionEvent_SWC::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_ec502b19b1fa4954 \ +static_assert(alignof(FPropertyBag_ec502b19b1fa4954) == 0x000001, "Wrong alignment on FPropertyBag_ec502b19b1fa4954"); \ +static_assert(sizeof(FPropertyBag_ec502b19b1fa4954) == 0x000001, "Wrong size on FPropertyBag_ec502b19b1fa4954"); \ +static_assert(offsetof(FPropertyBag_ec502b19b1fa4954, bOutputToB) == 0x000000, "Member 'FPropertyBag_ec502b19b1fa4954::bOutputToB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_3e8380e746279d95 \ +static_assert(alignof(FPropertyBag_3e8380e746279d95) == 0x000001, "Wrong alignment on FPropertyBag_3e8380e746279d95"); \ +static_assert(sizeof(FPropertyBag_3e8380e746279d95) == 0x000005, "Wrong size on FPropertyBag_3e8380e746279d95"); \ +static_assert(offsetof(FPropertyBag_3e8380e746279d95, bUseLowPin) == 0x000000, "Member 'FPropertyBag_3e8380e746279d95::bUseLowPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3e8380e746279d95, bUseMediumPin) == 0x000001, "Member 'FPropertyBag_3e8380e746279d95::bUseMediumPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3e8380e746279d95, bUseHighPin) == 0x000002, "Member 'FPropertyBag_3e8380e746279d95::bUseHighPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3e8380e746279d95, bUseEpicPin) == 0x000003, "Member 'FPropertyBag_3e8380e746279d95::bUseEpicPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_3e8380e746279d95, bUseCinematicPin) == 0x000004, "Member 'FPropertyBag_3e8380e746279d95::bUseCinematicPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_b6b80ff7ce0555d2 \ +static_assert(alignof(FPropertyBag_b6b80ff7ce0555d2) == 0x000008, "Wrong alignment on FPropertyBag_b6b80ff7ce0555d2"); \ +static_assert(sizeof(FPropertyBag_b6b80ff7ce0555d2) == 0x000178, "Wrong size on FPropertyBag_b6b80ff7ce0555d2"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, bExtrudeVectorAsAttribute) == 0x000000, "Member 'FPropertyBag_b6b80ff7ce0555d2::bExtrudeVectorAsAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, ExtrudeVector) == 0x000008, "Member 'FPropertyBag_b6b80ff7ce0555d2::ExtrudeVector' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, ExtrudeVectorAttribute) == 0x000020, "Member 'FPropertyBag_b6b80ff7ce0555d2::ExtrudeVectorAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, bExtraOutputAttributesOnDataDomain) == 0x000060, "Member 'FPropertyBag_b6b80ff7ce0555d2::bExtraOutputAttributesOnDataDomain' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, bOutputSplineIndexAttribute) == 0x000061, "Member 'FPropertyBag_b6b80ff7ce0555d2::bOutputSplineIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, SplineIndexAttributeName) == 0x000064, "Member 'FPropertyBag_b6b80ff7ce0555d2::SplineIndexAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, bModuleInfoAsInput) == 0x00006C, "Member 'FPropertyBag_b6b80ff7ce0555d2::bModuleInfoAsInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, ModulesInfo) == 0x000070, "Member 'FPropertyBag_b6b80ff7ce0555d2::ModulesInfo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, ModulesInfoAttributeNames) == 0x000080, "Member 'FPropertyBag_b6b80ff7ce0555d2::ModulesInfoAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, GrammarSelection) == 0x0000A8, "Member 'FPropertyBag_b6b80ff7ce0555d2::GrammarSelection' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, bUseSeedAttribute) == 0x000100, "Member 'FPropertyBag_b6b80ff7ce0555d2::bUseSeedAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, SeedAttribute) == 0x000108, "Member 'FPropertyBag_b6b80ff7ce0555d2::SeedAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, bForwardAttributesFromModulesInfo) == 0x000148, "Member 'FPropertyBag_b6b80ff7ce0555d2::bForwardAttributesFromModulesInfo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, SymbolAttributeName) == 0x00014C, "Member 'FPropertyBag_b6b80ff7ce0555d2::SymbolAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, bOutputSizeAttribute) == 0x000154, "Member 'FPropertyBag_b6b80ff7ce0555d2::bOutputSizeAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, SizeAttributeName) == 0x000158, "Member 'FPropertyBag_b6b80ff7ce0555d2::SizeAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, bOutputScalableAttribute) == 0x000160, "Member 'FPropertyBag_b6b80ff7ce0555d2::bOutputScalableAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, ScalableAttributeName) == 0x000164, "Member 'FPropertyBag_b6b80ff7ce0555d2::ScalableAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, bOutputDebugColorAttribute) == 0x00016C, "Member 'FPropertyBag_b6b80ff7ce0555d2::bOutputDebugColorAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_b6b80ff7ce0555d2, DebugColorAttributeName) == 0x000170, "Member 'FPropertyBag_b6b80ff7ce0555d2::DebugColorAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_c418cf72aba91a18 \ +static_assert(alignof(FPropertyBag_c418cf72aba91a18) == 0x000008, "Wrong alignment on FPropertyBag_c418cf72aba91a18"); \ +static_assert(sizeof(FPropertyBag_c418cf72aba91a18) == 0x000180, "Wrong size on FPropertyBag_c418cf72aba91a18"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, SubdivisionAxis) == 0x000000, "Member 'FPropertyBag_c418cf72aba91a18::SubdivisionAxis' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, bFlipAxisAsAttribute) == 0x000001, "Member 'FPropertyBag_c418cf72aba91a18::bFlipAxisAsAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, bShouldFlipAxis) == 0x000002, "Member 'FPropertyBag_c418cf72aba91a18::bShouldFlipAxis' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, FlipAxisAttribute) == 0x000008, "Member 'FPropertyBag_c418cf72aba91a18::FlipAxisAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, bAcceptIncompleteSubdivision) == 0x000048, "Member 'FPropertyBag_c418cf72aba91a18::bAcceptIncompleteSubdivision' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, bOutputModuleIndexAttribute) == 0x000049, "Member 'FPropertyBag_c418cf72aba91a18::bOutputModuleIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, ModuleIndexAttributeName) == 0x00004C, "Member 'FPropertyBag_c418cf72aba91a18::ModuleIndexAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, bOutputExtremityAttributes) == 0x000054, "Member 'FPropertyBag_c418cf72aba91a18::bOutputExtremityAttributes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, IsFirstAttributeName) == 0x000058, "Member 'FPropertyBag_c418cf72aba91a18::IsFirstAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, IsFinalAttributeName) == 0x000060, "Member 'FPropertyBag_c418cf72aba91a18::IsFinalAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, bOutputExtremityNeighborIndexAttribute) == 0x000068, "Member 'FPropertyBag_c418cf72aba91a18::bOutputExtremityNeighborIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, ExtremityNeighborIndexAttributeName) == 0x00006C, "Member 'FPropertyBag_c418cf72aba91a18::ExtremityNeighborIndexAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, bModuleInfoAsInput) == 0x000074, "Member 'FPropertyBag_c418cf72aba91a18::bModuleInfoAsInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, ModulesInfo) == 0x000078, "Member 'FPropertyBag_c418cf72aba91a18::ModulesInfo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, ModulesInfoAttributeNames) == 0x000088, "Member 'FPropertyBag_c418cf72aba91a18::ModulesInfoAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, GrammarSelection) == 0x0000B0, "Member 'FPropertyBag_c418cf72aba91a18::GrammarSelection' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, bUseSeedAttribute) == 0x000108, "Member 'FPropertyBag_c418cf72aba91a18::bUseSeedAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, SeedAttribute) == 0x000110, "Member 'FPropertyBag_c418cf72aba91a18::SeedAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, bForwardAttributesFromModulesInfo) == 0x000150, "Member 'FPropertyBag_c418cf72aba91a18::bForwardAttributesFromModulesInfo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, SymbolAttributeName) == 0x000154, "Member 'FPropertyBag_c418cf72aba91a18::SymbolAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, bOutputSizeAttribute) == 0x00015C, "Member 'FPropertyBag_c418cf72aba91a18::bOutputSizeAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, SizeAttributeName) == 0x000160, "Member 'FPropertyBag_c418cf72aba91a18::SizeAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, bOutputScalableAttribute) == 0x000168, "Member 'FPropertyBag_c418cf72aba91a18::bOutputScalableAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, ScalableAttributeName) == 0x00016C, "Member 'FPropertyBag_c418cf72aba91a18::ScalableAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, bOutputDebugColorAttribute) == 0x000174, "Member 'FPropertyBag_c418cf72aba91a18::bOutputDebugColorAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c418cf72aba91a18, DebugColorAttributeName) == 0x000178, "Member 'FPropertyBag_c418cf72aba91a18::DebugColorAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_c7908131c21a4287 \ +static_assert(alignof(FPropertyBag_c7908131c21a4287) == 0x000008, "Wrong alignment on FPropertyBag_c7908131c21a4287"); \ +static_assert(sizeof(FPropertyBag_c7908131c21a4287) == 0x000188, "Wrong size on FPropertyBag_c7908131c21a4287"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, bAcceptIncompleteSubdivision) == 0x000000, "Member 'FPropertyBag_c7908131c21a4287::bAcceptIncompleteSubdivision' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, bModuleHeightAsAttribute) == 0x000001, "Member 'FPropertyBag_c7908131c21a4287::bModuleHeightAsAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, ModuleHeight) == 0x000008, "Member 'FPropertyBag_c7908131c21a4287::ModuleHeight' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, ModuleHeightAttribute) == 0x000010, "Member 'FPropertyBag_c7908131c21a4287::ModuleHeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, bOutputModuleIndexAttribute) == 0x000050, "Member 'FPropertyBag_c7908131c21a4287::bOutputModuleIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, ModuleIndexAttributeName) == 0x000054, "Member 'FPropertyBag_c7908131c21a4287::ModuleIndexAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, bOutputExtremityAttributes) == 0x00005C, "Member 'FPropertyBag_c7908131c21a4287::bOutputExtremityAttributes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, IsFirstAttributeName) == 0x000060, "Member 'FPropertyBag_c7908131c21a4287::IsFirstAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, IsFinalAttributeName) == 0x000068, "Member 'FPropertyBag_c7908131c21a4287::IsFinalAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, ModulePlacementTolerance) == 0x000070, "Member 'FPropertyBag_c7908131c21a4287::ModulePlacementTolerance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, bModuleInfoAsInput) == 0x000078, "Member 'FPropertyBag_c7908131c21a4287::bModuleInfoAsInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, ModulesInfo) == 0x000080, "Member 'FPropertyBag_c7908131c21a4287::ModulesInfo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, ModulesInfoAttributeNames) == 0x000090, "Member 'FPropertyBag_c7908131c21a4287::ModulesInfoAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, GrammarSelection) == 0x0000B8, "Member 'FPropertyBag_c7908131c21a4287::GrammarSelection' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, bUseSeedAttribute) == 0x000110, "Member 'FPropertyBag_c7908131c21a4287::bUseSeedAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, SeedAttribute) == 0x000118, "Member 'FPropertyBag_c7908131c21a4287::SeedAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, bForwardAttributesFromModulesInfo) == 0x000158, "Member 'FPropertyBag_c7908131c21a4287::bForwardAttributesFromModulesInfo' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, SymbolAttributeName) == 0x00015C, "Member 'FPropertyBag_c7908131c21a4287::SymbolAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, bOutputSizeAttribute) == 0x000164, "Member 'FPropertyBag_c7908131c21a4287::bOutputSizeAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, SizeAttributeName) == 0x000168, "Member 'FPropertyBag_c7908131c21a4287::SizeAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, bOutputScalableAttribute) == 0x000170, "Member 'FPropertyBag_c7908131c21a4287::bOutputScalableAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, ScalableAttributeName) == 0x000174, "Member 'FPropertyBag_c7908131c21a4287::ScalableAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, bOutputDebugColorAttribute) == 0x00017C, "Member 'FPropertyBag_c7908131c21a4287::bOutputDebugColorAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c7908131c21a4287, DebugColorAttributeName) == 0x000180, "Member 'FPropertyBag_c7908131c21a4287::DebugColorAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_cf8ed8847d8b4b31 \ +static_assert(alignof(FPropertyBag_cf8ed8847d8b4b31) == 0x000008, "Wrong alignment on FPropertyBag_cf8ed8847d8b4b31"); \ +static_assert(sizeof(FPropertyBag_cf8ed8847d8b4b31) == 0x000030, "Wrong size on FPropertyBag_cf8ed8847d8b4b31"); \ +static_assert(offsetof(FPropertyBag_cf8ed8847d8b4b31, DataTable) == 0x000000, "Member 'FPropertyBag_cf8ed8847d8b4b31::DataTable' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cf8ed8847d8b4b31, OutputType) == 0x000028, "Member 'FPropertyBag_cf8ed8847d8b4b31::OutputType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_cf8ed8847d8b4b31, bSynchronousLoad) == 0x000029, "Member 'FPropertyBag_cf8ed8847d8b4b31::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_97421802284dc70f \ +static_assert(alignof(FPropertyBag_97421802284dc70f) == 0x000001, "Wrong alignment on FPropertyBag_97421802284dc70f"); \ +static_assert(sizeof(FPropertyBag_97421802284dc70f) == 0x000003, "Wrong size on FPropertyBag_97421802284dc70f"); \ +static_assert(offsetof(FPropertyBag_97421802284dc70f, bDiscardNonParseableAttributeTypes) == 0x000000, "Member 'FPropertyBag_97421802284dc70f::bDiscardNonParseableAttributeTypes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_97421802284dc70f, bDiscardAttributeValue) == 0x000001, "Member 'FPropertyBag_97421802284dc70f::bDiscardAttributeValue' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_97421802284dc70f, bDeleteInputsAfterOperation) == 0x000002, "Member 'FPropertyBag_97421802284dc70f::bDeleteInputsAfterOperation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_4f0487e0a6852651 \ +static_assert(alignof(FPropertyBag_4f0487e0a6852651) == 0x000008, "Wrong alignment on FPropertyBag_4f0487e0a6852651"); \ +static_assert(sizeof(FPropertyBag_4f0487e0a6852651) == 0x0000E8, "Wrong size on FPropertyBag_4f0487e0a6852651"); \ +static_assert(offsetof(FPropertyBag_4f0487e0a6852651, InputSource1) == 0x000000, "Member 'FPropertyBag_4f0487e0a6852651::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_4f0487e0a6852651, OutputTarget) == 0x000040, "Member 'FPropertyBag_4f0487e0a6852651::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_4f0487e0a6852651, OutputDataFromPin) == 0x000080, "Member 'FPropertyBag_4f0487e0a6852651::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_4f0487e0a6852651, DefaultValues) == 0x000088, "Member 'FPropertyBag_4f0487e0a6852651::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_ea9419aca98382be \ +static_assert(alignof(FPropertyBag_ea9419aca98382be) == 0x000008, "Wrong alignment on FPropertyBag_ea9419aca98382be"); \ +static_assert(sizeof(FPropertyBag_ea9419aca98382be) == 0x000130, "Wrong size on FPropertyBag_ea9419aca98382be"); \ +static_assert(offsetof(FPropertyBag_ea9419aca98382be, Operation) == 0x000000, "Member 'FPropertyBag_ea9419aca98382be::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ea9419aca98382be, InputSource1) == 0x000008, "Member 'FPropertyBag_ea9419aca98382be::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ea9419aca98382be, InputSource2) == 0x000048, "Member 'FPropertyBag_ea9419aca98382be::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ea9419aca98382be, OutputTarget) == 0x000088, "Member 'FPropertyBag_ea9419aca98382be::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ea9419aca98382be, OutputDataFromPin) == 0x0000C8, "Member 'FPropertyBag_ea9419aca98382be::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_ea9419aca98382be, DefaultValues) == 0x0000D0, "Member 'FPropertyBag_ea9419aca98382be::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_1ee7280ba82dd62f \ +static_assert(alignof(FPropertyBag_1ee7280ba82dd62f) == 0x000008, "Wrong alignment on FPropertyBag_1ee7280ba82dd62f"); \ +static_assert(sizeof(FPropertyBag_1ee7280ba82dd62f) == 0x000138, "Wrong size on FPropertyBag_1ee7280ba82dd62f"); \ +static_assert(offsetof(FPropertyBag_1ee7280ba82dd62f, Operation) == 0x000000, "Member 'FPropertyBag_1ee7280ba82dd62f::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1ee7280ba82dd62f, InputSource1) == 0x000008, "Member 'FPropertyBag_1ee7280ba82dd62f::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1ee7280ba82dd62f, InputSource2) == 0x000048, "Member 'FPropertyBag_1ee7280ba82dd62f::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1ee7280ba82dd62f, Tolerance) == 0x000088, "Member 'FPropertyBag_1ee7280ba82dd62f::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1ee7280ba82dd62f, OutputTarget) == 0x000090, "Member 'FPropertyBag_1ee7280ba82dd62f::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1ee7280ba82dd62f, OutputDataFromPin) == 0x0000D0, "Member 'FPropertyBag_1ee7280ba82dd62f::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1ee7280ba82dd62f, DefaultValues) == 0x0000D8, "Member 'FPropertyBag_1ee7280ba82dd62f::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_e7978316a827986f \ +static_assert(alignof(FPropertyBag_e7978316a827986f) == 0x000008, "Wrong alignment on FPropertyBag_e7978316a827986f"); \ +static_assert(sizeof(FPropertyBag_e7978316a827986f) == 0x000170, "Wrong size on FPropertyBag_e7978316a827986f"); \ +static_assert(offsetof(FPropertyBag_e7978316a827986f, InputSource1) == 0x000000, "Member 'FPropertyBag_e7978316a827986f::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e7978316a827986f, InputSource2) == 0x000040, "Member 'FPropertyBag_e7978316a827986f::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e7978316a827986f, InputSource3) == 0x000080, "Member 'FPropertyBag_e7978316a827986f::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e7978316a827986f, Operation) == 0x0000C0, "Member 'FPropertyBag_e7978316a827986f::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e7978316a827986f, OutputTarget) == 0x0000C8, "Member 'FPropertyBag_e7978316a827986f::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e7978316a827986f, OutputDataFromPin) == 0x000108, "Member 'FPropertyBag_e7978316a827986f::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e7978316a827986f, DefaultValues) == 0x000110, "Member 'FPropertyBag_e7978316a827986f::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_9299c3303aef41f9 \ +static_assert(alignof(FPropertyBag_9299c3303aef41f9) == 0x000008, "Wrong alignment on FPropertyBag_9299c3303aef41f9"); \ +static_assert(sizeof(FPropertyBag_9299c3303aef41f9) == 0x000168, "Wrong size on FPropertyBag_9299c3303aef41f9"); \ +static_assert(offsetof(FPropertyBag_9299c3303aef41f9, InputSource1) == 0x000000, "Member 'FPropertyBag_9299c3303aef41f9::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9299c3303aef41f9, InputSource2) == 0x000040, "Member 'FPropertyBag_9299c3303aef41f9::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9299c3303aef41f9, InputSource3) == 0x000080, "Member 'FPropertyBag_9299c3303aef41f9::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9299c3303aef41f9, OutputTarget) == 0x0000C0, "Member 'FPropertyBag_9299c3303aef41f9::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9299c3303aef41f9, OutputDataFromPin) == 0x000100, "Member 'FPropertyBag_9299c3303aef41f9::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9299c3303aef41f9, DefaultValues) == 0x000108, "Member 'FPropertyBag_9299c3303aef41f9::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_dcda1440ff8b460e \ +static_assert(alignof(FPropertyBag_dcda1440ff8b460e) == 0x000008, "Wrong alignment on FPropertyBag_dcda1440ff8b460e"); \ +static_assert(sizeof(FPropertyBag_dcda1440ff8b460e) == 0x0001B0, "Wrong size on FPropertyBag_dcda1440ff8b460e"); \ +static_assert(offsetof(FPropertyBag_dcda1440ff8b460e, InputSource1) == 0x000000, "Member 'FPropertyBag_dcda1440ff8b460e::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dcda1440ff8b460e, InputSource2) == 0x000040, "Member 'FPropertyBag_dcda1440ff8b460e::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dcda1440ff8b460e, InputSource3) == 0x000080, "Member 'FPropertyBag_dcda1440ff8b460e::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dcda1440ff8b460e, InputSource4) == 0x0000C0, "Member 'FPropertyBag_dcda1440ff8b460e::InputSource4' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dcda1440ff8b460e, OutputType) == 0x000100, "Member 'FPropertyBag_dcda1440ff8b460e::OutputType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dcda1440ff8b460e, MakeVector3Op) == 0x000101, "Member 'FPropertyBag_dcda1440ff8b460e::MakeVector3Op' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dcda1440ff8b460e, MakeVector4Op) == 0x000102, "Member 'FPropertyBag_dcda1440ff8b460e::MakeVector4Op' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dcda1440ff8b460e, OutputTarget) == 0x000108, "Member 'FPropertyBag_dcda1440ff8b460e::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dcda1440ff8b460e, OutputDataFromPin) == 0x000148, "Member 'FPropertyBag_dcda1440ff8b460e::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_dcda1440ff8b460e, DefaultValues) == 0x000150, "Member 'FPropertyBag_dcda1440ff8b460e::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_de87f6d667e5f7e7 \ +static_assert(alignof(FPropertyBag_de87f6d667e5f7e7) == 0x000008, "Wrong alignment on FPropertyBag_de87f6d667e5f7e7"); \ +static_assert(sizeof(FPropertyBag_de87f6d667e5f7e7) == 0x000170, "Wrong size on FPropertyBag_de87f6d667e5f7e7"); \ +static_assert(offsetof(FPropertyBag_de87f6d667e5f7e7, Operation) == 0x000000, "Member 'FPropertyBag_de87f6d667e5f7e7::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_de87f6d667e5f7e7, bForceRoundingOpToInt) == 0x000001, "Member 'FPropertyBag_de87f6d667e5f7e7::bForceRoundingOpToInt' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_de87f6d667e5f7e7, bForceOpToDouble) == 0x000002, "Member 'FPropertyBag_de87f6d667e5f7e7::bForceOpToDouble' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_de87f6d667e5f7e7, InputSource1) == 0x000008, "Member 'FPropertyBag_de87f6d667e5f7e7::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_de87f6d667e5f7e7, InputSource2) == 0x000048, "Member 'FPropertyBag_de87f6d667e5f7e7::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_de87f6d667e5f7e7, InputSource3) == 0x000088, "Member 'FPropertyBag_de87f6d667e5f7e7::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_de87f6d667e5f7e7, OutputTarget) == 0x0000C8, "Member 'FPropertyBag_de87f6d667e5f7e7::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_de87f6d667e5f7e7, OutputDataFromPin) == 0x000108, "Member 'FPropertyBag_de87f6d667e5f7e7::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_de87f6d667e5f7e7, DefaultValues) == 0x000110, "Member 'FPropertyBag_de87f6d667e5f7e7::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_58b1943be3c2708e \ +static_assert(alignof(FPropertyBag_58b1943be3c2708e) == 0x000008, "Wrong alignment on FPropertyBag_58b1943be3c2708e"); \ +static_assert(sizeof(FPropertyBag_58b1943be3c2708e) == 0x000170, "Wrong size on FPropertyBag_58b1943be3c2708e"); \ +static_assert(offsetof(FPropertyBag_58b1943be3c2708e, Operation) == 0x000000, "Member 'FPropertyBag_58b1943be3c2708e::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_58b1943be3c2708e, InputSource1) == 0x000008, "Member 'FPropertyBag_58b1943be3c2708e::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_58b1943be3c2708e, InputSource2) == 0x000048, "Member 'FPropertyBag_58b1943be3c2708e::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_58b1943be3c2708e, InputSource3) == 0x000088, "Member 'FPropertyBag_58b1943be3c2708e::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_58b1943be3c2708e, OutputTarget) == 0x0000C8, "Member 'FPropertyBag_58b1943be3c2708e::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_58b1943be3c2708e, OutputDataFromPin) == 0x000108, "Member 'FPropertyBag_58b1943be3c2708e::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_58b1943be3c2708e, DefaultValues) == 0x000110, "Member 'FPropertyBag_58b1943be3c2708e::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_819ff77610f2783 \ +static_assert(alignof(FPropertyBag_819ff77610f2783) == 0x000008, "Wrong alignment on FPropertyBag_819ff77610f2783"); \ +static_assert(sizeof(FPropertyBag_819ff77610f2783) == 0x000170, "Wrong size on FPropertyBag_819ff77610f2783"); \ +static_assert(offsetof(FPropertyBag_819ff77610f2783, Operation) == 0x000000, "Member 'FPropertyBag_819ff77610f2783::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_819ff77610f2783, SearchCase) == 0x000001, "Member 'FPropertyBag_819ff77610f2783::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_819ff77610f2783, InputSource1) == 0x000008, "Member 'FPropertyBag_819ff77610f2783::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_819ff77610f2783, InputSource2) == 0x000048, "Member 'FPropertyBag_819ff77610f2783::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_819ff77610f2783, InputSource3) == 0x000088, "Member 'FPropertyBag_819ff77610f2783::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_819ff77610f2783, OutputTarget) == 0x0000C8, "Member 'FPropertyBag_819ff77610f2783::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_819ff77610f2783, OutputDataFromPin) == 0x000108, "Member 'FPropertyBag_819ff77610f2783::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_819ff77610f2783, DefaultValues) == 0x000110, "Member 'FPropertyBag_819ff77610f2783::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_39f10d49ad67943c \ +static_assert(alignof(FPropertyBag_39f10d49ad67943c) == 0x000008, "Wrong alignment on FPropertyBag_39f10d49ad67943c"); \ +static_assert(sizeof(FPropertyBag_39f10d49ad67943c) == 0x000130, "Wrong size on FPropertyBag_39f10d49ad67943c"); \ +static_assert(offsetof(FPropertyBag_39f10d49ad67943c, Operation) == 0x000000, "Member 'FPropertyBag_39f10d49ad67943c::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_39f10d49ad67943c, InputSource1) == 0x000008, "Member 'FPropertyBag_39f10d49ad67943c::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_39f10d49ad67943c, InputSource2) == 0x000048, "Member 'FPropertyBag_39f10d49ad67943c::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_39f10d49ad67943c, OutputTarget) == 0x000088, "Member 'FPropertyBag_39f10d49ad67943c::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_39f10d49ad67943c, OutputDataFromPin) == 0x0000C8, "Member 'FPropertyBag_39f10d49ad67943c::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_39f10d49ad67943c, DefaultValues) == 0x0000D0, "Member 'FPropertyBag_39f10d49ad67943c::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_d8a5e54278610791 \ +static_assert(alignof(FPropertyBag_d8a5e54278610791) == 0x000008, "Wrong alignment on FPropertyBag_d8a5e54278610791"); \ +static_assert(sizeof(FPropertyBag_d8a5e54278610791) == 0x000170, "Wrong size on FPropertyBag_d8a5e54278610791"); \ +static_assert(offsetof(FPropertyBag_d8a5e54278610791, Operation) == 0x000000, "Member 'FPropertyBag_d8a5e54278610791::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d8a5e54278610791, InputSource1) == 0x000008, "Member 'FPropertyBag_d8a5e54278610791::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d8a5e54278610791, InputSource2) == 0x000048, "Member 'FPropertyBag_d8a5e54278610791::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d8a5e54278610791, InputSource3) == 0x000088, "Member 'FPropertyBag_d8a5e54278610791::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d8a5e54278610791, OutputTarget) == 0x0000C8, "Member 'FPropertyBag_d8a5e54278610791::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d8a5e54278610791, OutputDataFromPin) == 0x000108, "Member 'FPropertyBag_d8a5e54278610791::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d8a5e54278610791, DefaultValues) == 0x000110, "Member 'FPropertyBag_d8a5e54278610791::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_8faae7b31959772d \ +static_assert(alignof(FPropertyBag_8faae7b31959772d) == 0x000008, "Wrong alignment on FPropertyBag_8faae7b31959772d"); \ +static_assert(sizeof(FPropertyBag_8faae7b31959772d) == 0x0001A0, "Wrong size on FPropertyBag_8faae7b31959772d"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, Mode) == 0x000000, "Member 'FPropertyBag_8faae7b31959772d::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, InputSource) == 0x000008, "Member 'FPropertyBag_8faae7b31959772d::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, InRangeMin) == 0x000048, "Member 'FPropertyBag_8faae7b31959772d::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, InRangeMax) == 0x000050, "Member 'FPropertyBag_8faae7b31959772d::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, OutRangeMin) == 0x000058, "Member 'FPropertyBag_8faae7b31959772d::OutRangeMin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, OutRangeMax) == 0x000060, "Member 'FPropertyBag_8faae7b31959772d::OutRangeMax' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, bClampToUnitRange) == 0x000068, "Member 'FPropertyBag_8faae7b31959772d::bClampToUnitRange' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, bIgnoreValuesOutsideInputRange) == 0x000069, "Member 'FPropertyBag_8faae7b31959772d::bIgnoreValuesOutsideInputRange' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, bAllowInverseRange) == 0x00006A, "Member 'FPropertyBag_8faae7b31959772d::bAllowInverseRange' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, Curve) == 0x000070, "Member 'FPropertyBag_8faae7b31959772d::Curve' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, OutputTarget) == 0x0000F8, "Member 'FPropertyBag_8faae7b31959772d::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, OutputDataFromPin) == 0x000138, "Member 'FPropertyBag_8faae7b31959772d::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8faae7b31959772d, DefaultValues) == 0x000140, "Member 'FPropertyBag_8faae7b31959772d::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_1fd36c37fd6b2a40 \ +static_assert(alignof(FPropertyBag_1fd36c37fd6b2a40) == 0x000001, "Wrong alignment on FPropertyBag_1fd36c37fd6b2a40"); \ +static_assert(sizeof(FPropertyBag_1fd36c37fd6b2a40) == 0x000003, "Wrong size on FPropertyBag_1fd36c37fd6b2a40"); \ +static_assert(offsetof(FPropertyBag_1fd36c37fd6b2a40, bMatchAttributeNamesWithPropertyNames) == 0x000000, "Member 'FPropertyBag_1fd36c37fd6b2a40::bMatchAttributeNamesWithPropertyNames' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1fd36c37fd6b2a40, bDeleteOriginalRemappedAttribute) == 0x000001, "Member 'FPropertyBag_1fd36c37fd6b2a40::bDeleteOriginalRemappedAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1fd36c37fd6b2a40, bPassThroughEmptyAttributeSets) == 0x000002, "Member 'FPropertyBag_1fd36c37fd6b2a40::bPassThroughEmptyAttributeSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_500548e9a55a39cc \ +static_assert(alignof(FPropertyBag_500548e9a55a39cc) == 0x000010, "Wrong alignment on FPropertyBag_500548e9a55a39cc"); \ +static_assert(sizeof(FPropertyBag_500548e9a55a39cc) == 0x0005C0, "Wrong size on FPropertyBag_500548e9a55a39cc"); \ +static_assert(offsetof(FPropertyBag_500548e9a55a39cc, FilterMode) == 0x000000, "Member 'FPropertyBag_500548e9a55a39cc::FilterMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_500548e9a55a39cc, Attribute) == 0x000004, "Member 'FPropertyBag_500548e9a55a39cc::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_500548e9a55a39cc, MetadataDomain) == 0x00000C, "Member 'FPropertyBag_500548e9a55a39cc::MetadataDomain' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_500548e9a55a39cc, Operator) == 0x000014, "Member 'FPropertyBag_500548e9a55a39cc::Operator' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_500548e9a55a39cc, bIgnoreProperties) == 0x000015, "Member 'FPropertyBag_500548e9a55a39cc::bIgnoreProperties' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_500548e9a55a39cc, FilterByValueMode) == 0x000016, "Member 'FPropertyBag_500548e9a55a39cc::FilterByValueMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_500548e9a55a39cc, TargetAttribute) == 0x000018, "Member 'FPropertyBag_500548e9a55a39cc::TargetAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_500548e9a55a39cc, FilterOperator) == 0x000058, "Member 'FPropertyBag_500548e9a55a39cc::FilterOperator' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_500548e9a55a39cc, Threshold) == 0x000060, "Member 'FPropertyBag_500548e9a55a39cc::Threshold' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_500548e9a55a39cc, MinThreshold) == 0x000220, "Member 'FPropertyBag_500548e9a55a39cc::MinThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_500548e9a55a39cc, MaxThreshold) == 0x0003F0, "Member 'FPropertyBag_500548e9a55a39cc::MaxThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_8f86fc760fb71c15 \ +static_assert(alignof(FPropertyBag_8f86fc760fb71c15) == 0x000008, "Wrong alignment on FPropertyBag_8f86fc760fb71c15"); \ +static_assert(sizeof(FPropertyBag_8f86fc760fb71c15) == 0x000020, "Wrong size on FPropertyBag_8f86fc760fb71c15"); \ +static_assert(offsetof(FPropertyBag_8f86fc760fb71c15, Operation) == 0x000000, "Member 'FPropertyBag_8f86fc760fb71c15::Operation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8f86fc760fb71c15, Operator) == 0x000001, "Member 'FPropertyBag_8f86fc760fb71c15::Operator' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8f86fc760fb71c15, SelectedTags) == 0x000008, "Member 'FPropertyBag_8f86fc760fb71c15::SelectedTags' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_8f86fc760fb71c15, bTokenizeOnWhiteSpace) == 0x000018, "Member 'FPropertyBag_8f86fc760fb71c15::bTokenizeOnWhiteSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_1eb1651e648a17b8 \ +static_assert(alignof(FPropertyBag_1eb1651e648a17b8) == 0x000008, "Wrong alignment on FPropertyBag_1eb1651e648a17b8"); \ +static_assert(sizeof(FPropertyBag_1eb1651e648a17b8) == 0x000020, "Wrong size on FPropertyBag_1eb1651e648a17b8"); \ +static_assert(offsetof(FPropertyBag_1eb1651e648a17b8, TargetType) == 0x000000, "Member 'FPropertyBag_1eb1651e648a17b8::TargetType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_1eb1651e648a17b8, bShowOutsideFilter) == 0x000018, "Member 'FPropertyBag_1eb1651e648a17b8::bShowOutsideFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_460343bcda6bff2f \ +static_assert(alignof(FPropertyBag_460343bcda6bff2f) == 0x000008, "Wrong alignment on FPropertyBag_460343bcda6bff2f"); \ +static_assert(sizeof(FPropertyBag_460343bcda6bff2f) == 0x000018, "Wrong size on FPropertyBag_460343bcda6bff2f"); \ +static_assert(offsetof(FPropertyBag_460343bcda6bff2f, bMergeMetadata) == 0x000000, "Member 'FPropertyBag_460343bcda6bff2f::bMergeMetadata' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_460343bcda6bff2f, DynamicInputPinProperties) == 0x000008, "Member 'FPropertyBag_460343bcda6bff2f::DynamicInputPinProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_bc02b2cb828f7791 \ +static_assert(alignof(FPropertyBag_bc02b2cb828f7791) == 0x000008, "Wrong alignment on FPropertyBag_bc02b2cb828f7791"); \ +static_assert(sizeof(FPropertyBag_bc02b2cb828f7791) == 0x000018, "Wrong size on FPropertyBag_bc02b2cb828f7791"); \ +static_assert(offsetof(FPropertyBag_bc02b2cb828f7791, DensityFunction) == 0x000000, "Member 'FPropertyBag_bc02b2cb828f7791::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_bc02b2cb828f7791, bIgnorePinsWithNoInput) == 0x000001, "Member 'FPropertyBag_bc02b2cb828f7791::bIgnorePinsWithNoInput' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_bc02b2cb828f7791, bKeepZeroDensityPoints) == 0x000002, "Member 'FPropertyBag_bc02b2cb828f7791::bKeepZeroDensityPoints' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_bc02b2cb828f7791, DynamicInputPinProperties) == 0x000008, "Member 'FPropertyBag_bc02b2cb828f7791::DynamicInputPinProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_937a974ed82336ee \ +static_assert(alignof(FPropertyBag_937a974ed82336ee) == 0x000008, "Wrong alignment on FPropertyBag_937a974ed82336ee"); \ +static_assert(sizeof(FPropertyBag_937a974ed82336ee) == 0x0000F0, "Wrong size on FPropertyBag_937a974ed82336ee"); \ +static_assert(offsetof(FPropertyBag_937a974ed82336ee, InputSource) == 0x000000, "Member 'FPropertyBag_937a974ed82336ee::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_937a974ed82336ee, TargetType) == 0x000040, "Member 'FPropertyBag_937a974ed82336ee::TargetType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_937a974ed82336ee, OutputTarget) == 0x000048, "Member 'FPropertyBag_937a974ed82336ee::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_937a974ed82336ee, OutputDataFromPin) == 0x000088, "Member 'FPropertyBag_937a974ed82336ee::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_937a974ed82336ee, DefaultValues) == 0x000090, "Member 'FPropertyBag_937a974ed82336ee::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_c8b0bf0950e7a80e \ +static_assert(alignof(FPropertyBag_c8b0bf0950e7a80e) == 0x000008, "Wrong alignment on FPropertyBag_c8b0bf0950e7a80e"); \ +static_assert(sizeof(FPropertyBag_c8b0bf0950e7a80e) == 0x0000F8, "Wrong size on FPropertyBag_c8b0bf0950e7a80e"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, SamplingProperties) == 0x000000, "Member 'FPropertyBag_c8b0bf0950e7a80e::SamplingProperties' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, ActorSelector) == 0x000008, "Member 'FPropertyBag_c8b0bf0950e7a80e::ActorSelector' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, ComponentSelector) == 0x000080, "Member 'FPropertyBag_c8b0bf0950e7a80e::ComponentSelector' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, Mode) == 0x0000C8, "Member 'FPropertyBag_c8b0bf0950e7a80e::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, bIgnorePCGGeneratedComponents) == 0x0000C9, "Member 'FPropertyBag_c8b0bf0950e7a80e::bIgnorePCGGeneratedComponents' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, bAlsoOutputSinglePointData) == 0x0000CA, "Member 'FPropertyBag_c8b0bf0950e7a80e::bAlsoOutputSinglePointData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, bComponentsMustOverlapSelf) == 0x0000CB, "Member 'FPropertyBag_c8b0bf0950e7a80e::bComponentsMustOverlapSelf' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, bGetDataOnAllGrids) == 0x0000CC, "Member 'FPropertyBag_c8b0bf0950e7a80e::bGetDataOnAllGrids' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, AllowedGrids) == 0x0000D0, "Member 'FPropertyBag_c8b0bf0950e7a80e::AllowedGrids' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, bMergeSinglePointData) == 0x0000D4, "Member 'FPropertyBag_c8b0bf0950e7a80e::bMergeSinglePointData' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, ExpectedPins) == 0x0000D8, "Member 'FPropertyBag_c8b0bf0950e7a80e::ExpectedPins' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, PropertyName) == 0x0000E8, "Member 'FPropertyBag_c8b0bf0950e7a80e::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, bAlwaysRequeryActors) == 0x0000F0, "Member 'FPropertyBag_c8b0bf0950e7a80e::bAlwaysRequeryActors' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, bSilenceSanitizedAttributeNameWarnings) == 0x0000F1, "Member 'FPropertyBag_c8b0bf0950e7a80e::bSilenceSanitizedAttributeNameWarnings' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, bSilenceReservedAttributeNameWarnings) == 0x0000F2, "Member 'FPropertyBag_c8b0bf0950e7a80e::bSilenceReservedAttributeNameWarnings' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_c8b0bf0950e7a80e, bDisplayModeSettings) == 0x0000F3, "Member 'FPropertyBag_c8b0bf0950e7a80e::bDisplayModeSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_4fc38d6d2b21955 \ +static_assert(alignof(FPropertyBag_4fc38d6d2b21955) == 0x000008, "Wrong alignment on FPropertyBag_4fc38d6d2b21955"); \ +static_assert(sizeof(FPropertyBag_4fc38d6d2b21955) == 0x000010, "Wrong size on FPropertyBag_4fc38d6d2b21955"); \ +static_assert(offsetof(FPropertyBag_4fc38d6d2b21955, SubgraphInstance) == 0x000000, "Member 'FPropertyBag_4fc38d6d2b21955::SubgraphInstance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_4fc38d6d2b21955, SubgraphOverride) == 0x000008, "Member 'FPropertyBag_4fc38d6d2b21955::SubgraphOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_9afc3ab3b44aad00 \ +static_assert(alignof(FPropertyBag_9afc3ab3b44aad00) == 0x000008, "Wrong alignment on FPropertyBag_9afc3ab3b44aad00"); \ +static_assert(sizeof(FPropertyBag_9afc3ab3b44aad00) == 0x000080, "Wrong size on FPropertyBag_9afc3ab3b44aad00"); \ +static_assert(offsetof(FPropertyBag_9afc3ab3b44aad00, Mode) == 0x000000, "Member 'FPropertyBag_9afc3ab3b44aad00::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9afc3ab3b44aad00, StaticMesh) == 0x000008, "Member 'FPropertyBag_9afc3ab3b44aad00::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9afc3ab3b44aad00, MeshAttribute) == 0x000030, "Member 'FPropertyBag_9afc3ab3b44aad00::MeshAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9afc3ab3b44aad00, bExtractMaterials) == 0x000070, "Member 'FPropertyBag_9afc3ab3b44aad00::bExtractMaterials' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9afc3ab3b44aad00, RequestedLODType) == 0x000071, "Member 'FPropertyBag_9afc3ab3b44aad00::RequestedLODType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9afc3ab3b44aad00, RequestedLODIndex) == 0x000074, "Member 'FPropertyBag_9afc3ab3b44aad00::RequestedLODIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_9afc3ab3b44aad00, bSynchronousLoad) == 0x000078, "Member 'FPropertyBag_9afc3ab3b44aad00::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_e68132fba8eec35b \ +static_assert(alignof(FPropertyBag_e68132fba8eec35b) == 0x000004, "Wrong alignment on FPropertyBag_e68132fba8eec35b"); \ +static_assert(sizeof(FPropertyBag_e68132fba8eec35b) == 0x000014, "Wrong size on FPropertyBag_e68132fba8eec35b"); \ +static_assert(offsetof(FPropertyBag_e68132fba8eec35b, BooleanOperation) == 0x000000, "Member 'FPropertyBag_e68132fba8eec35b::BooleanOperation' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e68132fba8eec35b, BooleanOperationOptions) == 0x000004, "Member 'FPropertyBag_e68132fba8eec35b::BooleanOperationOptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e68132fba8eec35b, TagInheritanceMode) == 0x000010, "Member 'FPropertyBag_e68132fba8eec35b::TagInheritanceMode' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e68132fba8eec35b, Mode) == 0x000011, "Member 'FPropertyBag_e68132fba8eec35b::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_2b613b73da85bbe4 \ +static_assert(alignof(FPropertyBag_2b613b73da85bbe4) == 0x000010, "Wrong alignment on FPropertyBag_2b613b73da85bbe4"); \ +static_assert(sizeof(FPropertyBag_2b613b73da85bbe4) == 0x000060, "Wrong size on FPropertyBag_2b613b73da85bbe4"); \ +static_assert(offsetof(FPropertyBag_2b613b73da85bbe4, Transform) == 0x000000, "Member 'FPropertyBag_2b613b73da85bbe4::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_625dfa5c0c2316b1 \ +static_assert(alignof(FPropertyBag_625dfa5c0c2316b1) == 0x000008, "Wrong alignment on FPropertyBag_625dfa5c0c2316b1"); \ +static_assert(sizeof(FPropertyBag_625dfa5c0c2316b1) == 0x0000F8, "Wrong size on FPropertyBag_625dfa5c0c2316b1"); \ +static_assert(offsetof(FPropertyBag_625dfa5c0c2316b1, ExportParams) == 0x000000, "Member 'FPropertyBag_625dfa5c0c2316b1::ExportParams' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_625dfa5c0c2316b1, bExportMaterialsFromDynamicMesh) == 0x000030, "Member 'FPropertyBag_625dfa5c0c2316b1::bExportMaterialsFromDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_625dfa5c0c2316b1, CopyMeshToAssetOptions) == 0x000038, "Member 'FPropertyBag_625dfa5c0c2316b1::CopyMeshToAssetOptions' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_625dfa5c0c2316b1, MeshWriteLOD) == 0x0000F0, "Member 'FPropertyBag_625dfa5c0c2316b1::MeshWriteLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_921eaaca4cecc2a7 \ +static_assert(alignof(FPropertyBag_921eaaca4cecc2a7) == 0x000008, "Wrong alignment on FPropertyBag_921eaaca4cecc2a7"); \ +static_assert(sizeof(FPropertyBag_921eaaca4cecc2a7) == 0x000038, "Wrong size on FPropertyBag_921eaaca4cecc2a7"); \ +static_assert(offsetof(FPropertyBag_921eaaca4cecc2a7, TargetActor) == 0x000000, "Member 'FPropertyBag_921eaaca4cecc2a7::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_921eaaca4cecc2a7, PostProcessFunctionNames) == 0x000028, "Member 'FPropertyBag_921eaaca4cecc2a7::PostProcessFunctionNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_e395b776b1e2993b \ +static_assert(alignof(FPropertyBag_e395b776b1e2993b) == 0x000008, "Wrong alignment on FPropertyBag_e395b776b1e2993b"); \ +static_assert(sizeof(FPropertyBag_e395b776b1e2993b) == 0x000038, "Wrong size on FPropertyBag_e395b776b1e2993b"); \ +static_assert(offsetof(FPropertyBag_e395b776b1e2993b, ErrorTolerance) == 0x000000, "Member 'FPropertyBag_e395b776b1e2993b::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e395b776b1e2993b, FlattenMethod) == 0x000008, "Member 'FPropertyBag_e395b776b1e2993b::FlattenMethod' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e395b776b1e2993b, Thickness) == 0x000010, "Member 'FPropertyBag_e395b776b1e2993b::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e395b776b1e2993b, bFlipResult) == 0x000018, "Member 'FPropertyBag_e395b776b1e2993b::bFlipResult' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e395b776b1e2993b, OpenCurves) == 0x000019, "Member 'FPropertyBag_e395b776b1e2993b::OpenCurves' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e395b776b1e2993b, CurveOffset) == 0x000020, "Member 'FPropertyBag_e395b776b1e2993b::CurveOffset' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e395b776b1e2993b, OffsetClosedCurves) == 0x000028, "Member 'FPropertyBag_e395b776b1e2993b::OffsetClosedCurves' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e395b776b1e2993b, EndShapes) == 0x000029, "Member 'FPropertyBag_e395b776b1e2993b::EndShapes' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e395b776b1e2993b, JoinMethod) == 0x00002A, "Member 'FPropertyBag_e395b776b1e2993b::JoinMethod' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_e395b776b1e2993b, MiterLimit) == 0x000030, "Member 'FPropertyBag_e395b776b1e2993b::MiterLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_d4577bbf79902d6e \ +static_assert(alignof(FPropertyBag_d4577bbf79902d6e) == 0x000008, "Wrong alignment on FPropertyBag_d4577bbf79902d6e"); \ +static_assert(sizeof(FPropertyBag_d4577bbf79902d6e) == 0x000050, "Wrong size on FPropertyBag_d4577bbf79902d6e"); \ +static_assert(offsetof(FPropertyBag_d4577bbf79902d6e, StaticMesh) == 0x000000, "Member 'FPropertyBag_d4577bbf79902d6e::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d4577bbf79902d6e, bExtractMaterials) == 0x000028, "Member 'FPropertyBag_d4577bbf79902d6e::bExtractMaterials' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d4577bbf79902d6e, OverrideMaterials) == 0x000030, "Member 'FPropertyBag_d4577bbf79902d6e::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d4577bbf79902d6e, RequestedLODType) == 0x000040, "Member 'FPropertyBag_d4577bbf79902d6e::RequestedLODType' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d4577bbf79902d6e, RequestedLODIndex) == 0x000044, "Member 'FPropertyBag_d4577bbf79902d6e::RequestedLODIndex' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d4577bbf79902d6e, bSynchronousLoad) == 0x000048, "Member 'FPropertyBag_d4577bbf79902d6e::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_7300996337400839 \ +static_assert(alignof(FPropertyBag_7300996337400839) == 0x000008, "Wrong alignment on FPropertyBag_7300996337400839"); \ +static_assert(sizeof(FPropertyBag_7300996337400839) == 0x000040, "Wrong size on FPropertyBag_7300996337400839"); \ +static_assert(offsetof(FPropertyBag_7300996337400839, bUseGraphDefaultPinUsage) == 0x000000, "Member 'FPropertyBag_7300996337400839::bUseGraphDefaultPinUsage' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_7300996337400839, LoopPins) == 0x000008, "Member 'FPropertyBag_7300996337400839::LoopPins' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_7300996337400839, FeedbackPins) == 0x000018, "Member 'FPropertyBag_7300996337400839::FeedbackPins' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_7300996337400839, bTokenizeOnWhiteSpace) == 0x000028, "Member 'FPropertyBag_7300996337400839::bTokenizeOnWhiteSpace' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_7300996337400839, SubgraphInstance) == 0x000030, "Member 'FPropertyBag_7300996337400839::SubgraphInstance' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_7300996337400839, SubgraphOverride) == 0x000038, "Member 'FPropertyBag_7300996337400839::SubgraphOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_d26929aeb203ffcb \ +static_assert(alignof(FPropertyBag_d26929aeb203ffcb) == 0x000008, "Wrong alignment on FPropertyBag_d26929aeb203ffcb"); \ +static_assert(sizeof(FPropertyBag_d26929aeb203ffcb) == 0x000038, "Wrong size on FPropertyBag_d26929aeb203ffcb"); \ +static_assert(offsetof(FPropertyBag_d26929aeb203ffcb, Enter) == 0x000000, "Member 'FPropertyBag_d26929aeb203ffcb::Enter' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d26929aeb203ffcb, Using) == 0x000008, "Member 'FPropertyBag_d26929aeb203ffcb::Using' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d26929aeb203ffcb, Exit) == 0x000010, "Member 'FPropertyBag_d26929aeb203ffcb::Exit' has a wrong offset!"); \ +static_assert(offsetof(FPropertyBag_d26929aeb203ffcb, Root_Activity_Tags) == 0x000018, "Member 'FPropertyBag_d26929aeb203ffcb::Root_Activity_Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuildInfoFunctionLibrary_GetBuildAge \ +static_assert(alignof(BuildInfoFunctionLibrary_GetBuildAge) == 0x000008, "Wrong alignment on BuildInfoFunctionLibrary_GetBuildAge"); \ +static_assert(sizeof(BuildInfoFunctionLibrary_GetBuildAge) == 0x000018, "Wrong size on BuildInfoFunctionLibrary_GetBuildAge"); \ +static_assert(offsetof(BuildInfoFunctionLibrary_GetBuildAge, WorldContextObject) == 0x000000, "Member 'BuildInfoFunctionLibrary_GetBuildAge::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BuildInfoFunctionLibrary_GetBuildAge, OutDays) == 0x000008, "Member 'BuildInfoFunctionLibrary_GetBuildAge::OutDays' has a wrong offset!"); \ +static_assert(offsetof(BuildInfoFunctionLibrary_GetBuildAge, OutHours) == 0x00000C, "Member 'BuildInfoFunctionLibrary_GetBuildAge::OutHours' has a wrong offset!"); \ +static_assert(offsetof(BuildInfoFunctionLibrary_GetBuildAge, OutMinutes) == 0x000010, "Member 'BuildInfoFunctionLibrary_GetBuildAge::OutMinutes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuildInfoFunctionLibrary_GetBuildNumber \ +static_assert(alignof(BuildInfoFunctionLibrary_GetBuildNumber) == 0x000008, "Wrong alignment on BuildInfoFunctionLibrary_GetBuildNumber"); \ +static_assert(sizeof(BuildInfoFunctionLibrary_GetBuildNumber) == 0x000010, "Wrong size on BuildInfoFunctionLibrary_GetBuildNumber"); \ +static_assert(offsetof(BuildInfoFunctionLibrary_GetBuildNumber, WorldContextObject) == 0x000000, "Member 'BuildInfoFunctionLibrary_GetBuildNumber::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BuildInfoFunctionLibrary_GetBuildNumber, ReturnValue) == 0x000008, "Member 'BuildInfoFunctionLibrary_GetBuildNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuildInfoFunctionLibrary_GetBuildTime \ +static_assert(alignof(BuildInfoFunctionLibrary_GetBuildTime) == 0x000008, "Wrong alignment on BuildInfoFunctionLibrary_GetBuildTime"); \ +static_assert(sizeof(BuildInfoFunctionLibrary_GetBuildTime) == 0x000018, "Wrong size on BuildInfoFunctionLibrary_GetBuildTime"); \ +static_assert(offsetof(BuildInfoFunctionLibrary_GetBuildTime, WorldContextObject) == 0x000000, "Member 'BuildInfoFunctionLibrary_GetBuildTime::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BuildInfoFunctionLibrary_GetBuildTime, ReturnValue) == 0x000008, "Member 'BuildInfoFunctionLibrary_GetBuildTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuildInfoFunctionLibrary_GetP4Changelist \ +static_assert(alignof(BuildInfoFunctionLibrary_GetP4Changelist) == 0x000008, "Wrong alignment on BuildInfoFunctionLibrary_GetP4Changelist"); \ +static_assert(sizeof(BuildInfoFunctionLibrary_GetP4Changelist) == 0x000010, "Wrong size on BuildInfoFunctionLibrary_GetP4Changelist"); \ +static_assert(offsetof(BuildInfoFunctionLibrary_GetP4Changelist, WorldContextObject) == 0x000000, "Member 'BuildInfoFunctionLibrary_GetP4Changelist::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BuildInfoFunctionLibrary_GetP4Changelist, ReturnValue) == 0x000008, "Member 'BuildInfoFunctionLibrary_GetP4Changelist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BuildInfoFunctionLibrary_GetSimplePlatformName \ +static_assert(alignof(BuildInfoFunctionLibrary_GetSimplePlatformName) == 0x000008, "Wrong alignment on BuildInfoFunctionLibrary_GetSimplePlatformName"); \ +static_assert(sizeof(BuildInfoFunctionLibrary_GetSimplePlatformName) == 0x000010, "Wrong size on BuildInfoFunctionLibrary_GetSimplePlatformName"); \ +static_assert(offsetof(BuildInfoFunctionLibrary_GetSimplePlatformName, ReturnValue) == 0x000000, "Member 'BuildInfoFunctionLibrary_GetSimplePlatformName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBuildInfoFunctionLibrary \ +static_assert(alignof(UBuildInfoFunctionLibrary) == 0x000008, "Wrong alignment on UBuildInfoFunctionLibrary"); \ +static_assert(sizeof(UBuildInfoFunctionLibrary) == 0x000028, "Wrong size on UBuildInfoFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_FNamedLocationInitializerEntry \ +static_assert(alignof(FNamedLocationInitializerEntry) == 0x000010, "Wrong alignment on FNamedLocationInitializerEntry"); \ +static_assert(sizeof(FNamedLocationInitializerEntry) == 0x0000B0, "Wrong size on FNamedLocationInitializerEntry"); \ +static_assert(offsetof(FNamedLocationInitializerEntry, Identifier) == 0x000000, "Member 'FNamedLocationInitializerEntry::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FNamedLocationInitializerEntry, Transform) == 0x000030, "Member 'FNamedLocationInitializerEntry::Transform' has a wrong offset!"); \ +static_assert(offsetof(FNamedLocationInitializerEntry, CharacterTeleportOffset) == 0x000090, "Member 'FNamedLocationInitializerEntry::CharacterTeleportOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedLocationEditorSettings \ +static_assert(alignof(UNamedLocationEditorSettings) == 0x000008, "Wrong alignment on UNamedLocationEditorSettings"); \ +static_assert(sizeof(UNamedLocationEditorSettings) == 0x000048, "Wrong size on UNamedLocationEditorSettings"); \ +static_assert(offsetof(UNamedLocationEditorSettings, bEnableAutoLoadingWorld) == 0x000038, "Member 'UNamedLocationEditorSettings::bEnableAutoLoadingWorld' has a wrong offset!"); \ +static_assert(offsetof(UNamedLocationEditorSettings, LoadingAreaSize) == 0x000040, "Member 'UNamedLocationEditorSettings::LoadingAreaSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedLocationsSettings \ +static_assert(alignof(UNamedLocationsSettings) == 0x000008, "Wrong alignment on UNamedLocationsSettings"); \ +static_assert(sizeof(UNamedLocationsSettings) == 0x000038, "Wrong size on UNamedLocationsSettings"); \ + +#define DUMPER7_ASSERTS_NamedLocationSubsystem_GetActiveNamedLocationIds \ +static_assert(alignof(NamedLocationSubsystem_GetActiveNamedLocationIds) == 0x000008, "Wrong alignment on NamedLocationSubsystem_GetActiveNamedLocationIds"); \ +static_assert(sizeof(NamedLocationSubsystem_GetActiveNamedLocationIds) == 0x000010, "Wrong size on NamedLocationSubsystem_GetActiveNamedLocationIds"); \ +static_assert(offsetof(NamedLocationSubsystem_GetActiveNamedLocationIds, ReturnValue) == 0x000000, "Member 'NamedLocationSubsystem_GetActiveNamedLocationIds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamedLocationSubsystem_GetAllNamedLocationIds \ +static_assert(alignof(NamedLocationSubsystem_GetAllNamedLocationIds) == 0x000008, "Wrong alignment on NamedLocationSubsystem_GetAllNamedLocationIds"); \ +static_assert(sizeof(NamedLocationSubsystem_GetAllNamedLocationIds) == 0x000010, "Wrong size on NamedLocationSubsystem_GetAllNamedLocationIds"); \ +static_assert(offsetof(NamedLocationSubsystem_GetAllNamedLocationIds, ReturnValue) == 0x000000, "Member 'NamedLocationSubsystem_GetAllNamedLocationIds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamedLocationSubsystem_GetLocationTransform \ +static_assert(alignof(NamedLocationSubsystem_GetLocationTransform) == 0x000010, "Wrong alignment on NamedLocationSubsystem_GetLocationTransform"); \ +static_assert(sizeof(NamedLocationSubsystem_GetLocationTransform) == 0x0000A0, "Wrong size on NamedLocationSubsystem_GetLocationTransform"); \ +static_assert(offsetof(NamedLocationSubsystem_GetLocationTransform, NamedLocationIdentifierAsset) == 0x000000, "Member 'NamedLocationSubsystem_GetLocationTransform::NamedLocationIdentifierAsset' has a wrong offset!"); \ +static_assert(offsetof(NamedLocationSubsystem_GetLocationTransform, OutLocationTransform) == 0x000030, "Member 'NamedLocationSubsystem_GetLocationTransform::OutLocationTransform' has a wrong offset!"); \ +static_assert(offsetof(NamedLocationSubsystem_GetLocationTransform, ReturnValue) == 0x000090, "Member 'NamedLocationSubsystem_GetLocationTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedLocationSubsystem \ +static_assert(alignof(UNamedLocationSubsystem) == 0x000008, "Wrong alignment on UNamedLocationSubsystem"); \ +static_assert(sizeof(UNamedLocationSubsystem) == 0x000100, "Wrong size on UNamedLocationSubsystem"); \ + +#define DUMPER7_ASSERTS_ANamedLocationInitializer \ +static_assert(alignof(ANamedLocationInitializer) == 0x000008, "Wrong alignment on ANamedLocationInitializer"); \ +static_assert(sizeof(ANamedLocationInitializer) == 0x0002C8, "Wrong size on ANamedLocationInitializer"); \ +static_assert(offsetof(ANamedLocationInitializer, NamedLocations) == 0x0002B0, "Member 'ANamedLocationInitializer::NamedLocations' has a wrong offset!"); \ +static_assert(offsetof(ANamedLocationInitializer, NamedLocationRegistry) == 0x0002C0, "Member 'ANamedLocationInitializer::NamedLocationRegistry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AStaticNamedLocation \ +static_assert(alignof(AStaticNamedLocation) == 0x000008, "Wrong alignment on AStaticNamedLocation"); \ +static_assert(sizeof(AStaticNamedLocation) == 0x0002B8, "Wrong size on AStaticNamedLocation"); \ +static_assert(offsetof(AStaticNamedLocation, NamedLocationComponent) == 0x0002B0, "Member 'AStaticNamedLocation::NamedLocationComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedLocationIdentifierAsset \ +static_assert(alignof(UNamedLocationIdentifierAsset) == 0x000008, "Wrong alignment on UNamedLocationIdentifierAsset"); \ +static_assert(sizeof(UNamedLocationIdentifierAsset) == 0x000038, "Wrong size on UNamedLocationIdentifierAsset"); \ +static_assert(offsetof(UNamedLocationIdentifierAsset, DebugCategory) == 0x000030, "Member 'UNamedLocationIdentifierAsset::DebugCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedLocationRegistryAsset \ +static_assert(alignof(UNamedLocationRegistryAsset) == 0x000008, "Wrong alignment on UNamedLocationRegistryAsset"); \ +static_assert(sizeof(UNamedLocationRegistryAsset) == 0x000040, "Wrong size on UNamedLocationRegistryAsset"); \ +static_assert(offsetof(UNamedLocationRegistryAsset, NamedLocations) == 0x000030, "Member 'UNamedLocationRegistryAsset::NamedLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedLocationComponent \ +static_assert(alignof(UNamedLocationComponent) == 0x000010, "Wrong alignment on UNamedLocationComponent"); \ +static_assert(sizeof(UNamedLocationComponent) == 0x0002A0, "Wrong size on UNamedLocationComponent"); \ +static_assert(offsetof(UNamedLocationComponent, NamedLocationIdentifier) == 0x000250, "Member 'UNamedLocationComponent::NamedLocationIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UNamedLocationComponent, CharacterTeleportOffset) == 0x000278, "Member 'UNamedLocationComponent::CharacterTeleportOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedLocationPreviewComponent \ +static_assert(alignof(UNamedLocationPreviewComponent) == 0x000010, "Wrong alignment on UNamedLocationPreviewComponent"); \ +static_assert(sizeof(UNamedLocationPreviewComponent) == 0x000250, "Wrong size on UNamedLocationPreviewComponent"); \ + +#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, LODBias) == 0x0000C0, "Member 'UImgMediaPlaybackComponent::LODBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInfluxTag \ +static_assert(alignof(FInfluxTag) == 0x000008, "Wrong alignment on FInfluxTag"); \ +static_assert(sizeof(FInfluxTag) == 0x000020, "Wrong size on FInfluxTag"); \ + +#define DUMPER7_ASSERTS_FInfluxDataPoint \ +static_assert(alignof(FInfluxDataPoint) == 0x000008, "Wrong alignment on FInfluxDataPoint"); \ +static_assert(sizeof(FInfluxDataPoint) == 0x000028, "Wrong size on FInfluxDataPoint"); \ + +#define DUMPER7_ASSERTS_UCJTelemetryEvents \ +static_assert(alignof(UCJTelemetryEvents) == 0x000008, "Wrong alignment on UCJTelemetryEvents"); \ +static_assert(sizeof(UCJTelemetryEvents) == 0x000028, "Wrong size on UCJTelemetryEvents"); \ + +#define DUMPER7_ASSERTS_UTelemetryDebugDrawer \ +static_assert(alignof(UTelemetryDebugDrawer) == 0x000008, "Wrong alignment on UTelemetryDebugDrawer"); \ +static_assert(sizeof(UTelemetryDebugDrawer) == 0x000048, "Wrong size on UTelemetryDebugDrawer"); \ + +#define DUMPER7_ASSERTS_InfluxFunctionLibrary_AddTag \ +static_assert(alignof(InfluxFunctionLibrary_AddTag) == 0x000008, "Wrong alignment on InfluxFunctionLibrary_AddTag"); \ +static_assert(sizeof(InfluxFunctionLibrary_AddTag) == 0x000070, "Wrong size on InfluxFunctionLibrary_AddTag"); \ +static_assert(offsetof(InfluxFunctionLibrary_AddTag, DataPoint) == 0x000000, "Member 'InfluxFunctionLibrary_AddTag::DataPoint' has a wrong offset!"); \ +static_assert(offsetof(InfluxFunctionLibrary_AddTag, TagName) == 0x000028, "Member 'InfluxFunctionLibrary_AddTag::TagName' has a wrong offset!"); \ +static_assert(offsetof(InfluxFunctionLibrary_AddTag, TagValue) == 0x000038, "Member 'InfluxFunctionLibrary_AddTag::TagValue' has a wrong offset!"); \ +static_assert(offsetof(InfluxFunctionLibrary_AddTag, ReturnValue) == 0x000048, "Member 'InfluxFunctionLibrary_AddTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InfluxFunctionLibrary_AddTagDouble \ +static_assert(alignof(InfluxFunctionLibrary_AddTagDouble) == 0x000008, "Wrong alignment on InfluxFunctionLibrary_AddTagDouble"); \ +static_assert(sizeof(InfluxFunctionLibrary_AddTagDouble) == 0x000068, "Wrong size on InfluxFunctionLibrary_AddTagDouble"); \ +static_assert(offsetof(InfluxFunctionLibrary_AddTagDouble, DataPoint) == 0x000000, "Member 'InfluxFunctionLibrary_AddTagDouble::DataPoint' has a wrong offset!"); \ +static_assert(offsetof(InfluxFunctionLibrary_AddTagDouble, TagName) == 0x000028, "Member 'InfluxFunctionLibrary_AddTagDouble::TagName' has a wrong offset!"); \ +static_assert(offsetof(InfluxFunctionLibrary_AddTagDouble, TagValue) == 0x000038, "Member 'InfluxFunctionLibrary_AddTagDouble::TagValue' has a wrong offset!"); \ +static_assert(offsetof(InfluxFunctionLibrary_AddTagDouble, ReturnValue) == 0x000040, "Member 'InfluxFunctionLibrary_AddTagDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InfluxFunctionLibrary_GetDefaultInfluxBucket \ +static_assert(alignof(InfluxFunctionLibrary_GetDefaultInfluxBucket) == 0x000008, "Wrong alignment on InfluxFunctionLibrary_GetDefaultInfluxBucket"); \ +static_assert(sizeof(InfluxFunctionLibrary_GetDefaultInfluxBucket) == 0x000010, "Wrong size on InfluxFunctionLibrary_GetDefaultInfluxBucket"); \ +static_assert(offsetof(InfluxFunctionLibrary_GetDefaultInfluxBucket, ReturnValue) == 0x000000, "Member 'InfluxFunctionLibrary_GetDefaultInfluxBucket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InfluxFunctionLibrary_MakeInfluxDataPoint \ +static_assert(alignof(InfluxFunctionLibrary_MakeInfluxDataPoint) == 0x000008, "Wrong alignment on InfluxFunctionLibrary_MakeInfluxDataPoint"); \ +static_assert(sizeof(InfluxFunctionLibrary_MakeInfluxDataPoint) == 0x000040, "Wrong size on InfluxFunctionLibrary_MakeInfluxDataPoint"); \ +static_assert(offsetof(InfluxFunctionLibrary_MakeInfluxDataPoint, MeasurementName) == 0x000000, "Member 'InfluxFunctionLibrary_MakeInfluxDataPoint::MeasurementName' has a wrong offset!"); \ +static_assert(offsetof(InfluxFunctionLibrary_MakeInfluxDataPoint, MeasurementValue) == 0x000010, "Member 'InfluxFunctionLibrary_MakeInfluxDataPoint::MeasurementValue' has a wrong offset!"); \ +static_assert(offsetof(InfluxFunctionLibrary_MakeInfluxDataPoint, ReturnValue) == 0x000018, "Member 'InfluxFunctionLibrary_MakeInfluxDataPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInfluxFunctionLibrary \ +static_assert(alignof(UInfluxFunctionLibrary) == 0x000008, "Wrong alignment on UInfluxFunctionLibrary"); \ +static_assert(sizeof(UInfluxFunctionLibrary) == 0x000028, "Wrong size on UInfluxFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_TelemetrySubsystem_SendInfuxDataPoint \ +static_assert(alignof(TelemetrySubsystem_SendInfuxDataPoint) == 0x000008, "Wrong alignment on TelemetrySubsystem_SendInfuxDataPoint"); \ +static_assert(sizeof(TelemetrySubsystem_SendInfuxDataPoint) == 0x000040, "Wrong size on TelemetrySubsystem_SendInfuxDataPoint"); \ +static_assert(offsetof(TelemetrySubsystem_SendInfuxDataPoint, DataPoint) == 0x000000, "Member 'TelemetrySubsystem_SendInfuxDataPoint::DataPoint' has a wrong offset!"); \ +static_assert(offsetof(TelemetrySubsystem_SendInfuxDataPoint, Bucket) == 0x000028, "Member 'TelemetrySubsystem_SendInfuxDataPoint::Bucket' has a wrong offset!"); \ +static_assert(offsetof(TelemetrySubsystem_SendInfuxDataPoint, ReturnValue) == 0x000038, "Member 'TelemetrySubsystem_SendInfuxDataPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTelemetrySubsystem \ +static_assert(alignof(UTelemetrySubsystem) == 0x000008, "Wrong alignment on UTelemetrySubsystem"); \ +static_assert(sizeof(UTelemetrySubsystem) == 0x000030, "Wrong size on UTelemetrySubsystem"); \ + +#define DUMPER7_ASSERTS_FWorldStateInfoId \ +static_assert(alignof(FWorldStateInfoId) == 0x000004, "Wrong alignment on FWorldStateInfoId"); \ +static_assert(sizeof(FWorldStateInfoId) == 0x000010, "Wrong size on FWorldStateInfoId"); \ +static_assert(offsetof(FWorldStateInfoId, WorldStateInfoName) == 0x000000, "Member 'FWorldStateInfoId::WorldStateInfoName' has a wrong offset!"); \ +static_assert(offsetof(FWorldStateInfoId, Context) == 0x000008, "Member 'FWorldStateInfoId::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSValueId \ +static_assert(alignof(FWSValueId) == 0x000004, "Wrong alignment on FWSValueId"); \ +static_assert(sizeof(FWSValueId) == 0x000018, "Wrong size on FWSValueId"); \ +static_assert(offsetof(FWSValueId, WorldStateInfoId) == 0x000000, "Member 'FWSValueId::WorldStateInfoId' has a wrong offset!"); \ +static_assert(offsetof(FWSValueId, ValueName) == 0x000010, "Member 'FWSValueId::ValueName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSFloatId \ +static_assert(alignof(FWSFloatId) == 0x000004, "Wrong alignment on FWSFloatId"); \ +static_assert(sizeof(FWSFloatId) == 0x000018, "Wrong size on FWSFloatId"); \ + +#define DUMPER7_ASSERTS_FWSNamedIntValueConfig \ +static_assert(alignof(FWSNamedIntValueConfig) == 0x000004, "Wrong alignment on FWSNamedIntValueConfig"); \ +static_assert(sizeof(FWSNamedIntValueConfig) == 0x00000C, "Wrong size on FWSNamedIntValueConfig"); \ +static_assert(offsetof(FWSNamedIntValueConfig, IntName) == 0x000000, "Member 'FWSNamedIntValueConfig::IntName' has a wrong offset!"); \ +static_assert(offsetof(FWSNamedIntValueConfig, IntValue) == 0x000008, "Member 'FWSNamedIntValueConfig::IntValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSNamedIntConfig \ +static_assert(alignof(FWSNamedIntConfig) == 0x000008, "Wrong alignment on FWSNamedIntConfig"); \ +static_assert(sizeof(FWSNamedIntConfig) == 0x000028, "Wrong size on FWSNamedIntConfig"); \ +static_assert(offsetof(FWSNamedIntConfig, ValueName) == 0x000000, "Member 'FWSNamedIntConfig::ValueName' has a wrong offset!"); \ +static_assert(offsetof(FWSNamedIntConfig, NamedValues) == 0x000008, "Member 'FWSNamedIntConfig::NamedValues' has a wrong offset!"); \ +static_assert(offsetof(FWSNamedIntConfig, InferredCondition) == 0x000018, "Member 'FWSNamedIntConfig::InferredCondition' has a wrong offset!"); \ +static_assert(offsetof(FWSNamedIntConfig, DefaultValue) == 0x000020, "Member 'FWSNamedIntConfig::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSResolveContext \ +static_assert(alignof(FWSResolveContext) == 0x000004, "Wrong alignment on FWSResolveContext"); \ +static_assert(sizeof(FWSResolveContext) == 0x000008, "Wrong size on FWSResolveContext"); \ +static_assert(offsetof(FWSResolveContext, ContextId) == 0x000000, "Member 'FWSResolveContext::ContextId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSEnumId \ +static_assert(alignof(FWSEnumId) == 0x000004, "Wrong alignment on FWSEnumId"); \ +static_assert(sizeof(FWSEnumId) == 0x000018, "Wrong size on FWSEnumId"); \ + +#define DUMPER7_ASSERTS_FWSIntConfig \ +static_assert(alignof(FWSIntConfig) == 0x000008, "Wrong alignment on FWSIntConfig"); \ +static_assert(sizeof(FWSIntConfig) == 0x000018, "Wrong size on FWSIntConfig"); \ +static_assert(offsetof(FWSIntConfig, ValueName) == 0x000000, "Member 'FWSIntConfig::ValueName' has a wrong offset!"); \ +static_assert(offsetof(FWSIntConfig, InferredCondition) == 0x000008, "Member 'FWSIntConfig::InferredCondition' has a wrong offset!"); \ +static_assert(offsetof(FWSIntConfig, DefaultValue) == 0x000010, "Member 'FWSIntConfig::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSNamedIntId \ +static_assert(alignof(FWSNamedIntId) == 0x000004, "Wrong alignment on FWSNamedIntId"); \ +static_assert(sizeof(FWSNamedIntId) == 0x000018, "Wrong size on FWSNamedIntId"); \ + +#define DUMPER7_ASSERTS_FWSNamedIntValue \ +static_assert(alignof(FWSNamedIntValue) == 0x000004, "Wrong alignment on FWSNamedIntValue"); \ +static_assert(sizeof(FWSNamedIntValue) == 0x000020, "Wrong size on FWSNamedIntValue"); \ +static_assert(offsetof(FWSNamedIntValue, NamedIntId) == 0x000000, "Member 'FWSNamedIntValue::NamedIntId' has a wrong offset!"); \ +static_assert(offsetof(FWSNamedIntValue, Value) == 0x000018, "Member 'FWSNamedIntValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSBoolConfig \ +static_assert(alignof(FWSBoolConfig) == 0x000008, "Wrong alignment on FWSBoolConfig"); \ +static_assert(sizeof(FWSBoolConfig) == 0x000018, "Wrong size on FWSBoolConfig"); \ +static_assert(offsetof(FWSBoolConfig, ValueName) == 0x000000, "Member 'FWSBoolConfig::ValueName' has a wrong offset!"); \ +static_assert(offsetof(FWSBoolConfig, InferredCondition) == 0x000008, "Member 'FWSBoolConfig::InferredCondition' has a wrong offset!"); \ +static_assert(offsetof(FWSBoolConfig, DefaultValue) == 0x000010, "Member 'FWSBoolConfig::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSBoolId \ +static_assert(alignof(FWSBoolId) == 0x000004, "Wrong alignment on FWSBoolId"); \ +static_assert(sizeof(FWSBoolId) == 0x000018, "Wrong size on FWSBoolId"); \ + +#define DUMPER7_ASSERTS_FWSInferredInt \ +static_assert(alignof(FWSInferredInt) == 0x000008, "Wrong alignment on FWSInferredInt"); \ +static_assert(sizeof(FWSInferredInt) == 0x000008, "Wrong size on FWSInferredInt"); \ +static_assert(offsetof(FWSInferredInt, InferredValue) == 0x000000, "Member 'FWSInferredInt::InferredValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSIntId \ +static_assert(alignof(FWSIntId) == 0x000004, "Wrong alignment on FWSIntId"); \ +static_assert(sizeof(FWSIntId) == 0x000018, "Wrong size on FWSIntId"); \ + +#define DUMPER7_ASSERTS_FWSFloatConfig \ +static_assert(alignof(FWSFloatConfig) == 0x000008, "Wrong alignment on FWSFloatConfig"); \ +static_assert(sizeof(FWSFloatConfig) == 0x000018, "Wrong size on FWSFloatConfig"); \ +static_assert(offsetof(FWSFloatConfig, ValueName) == 0x000000, "Member 'FWSFloatConfig::ValueName' has a wrong offset!"); \ +static_assert(offsetof(FWSFloatConfig, InferredCondition) == 0x000008, "Member 'FWSFloatConfig::InferredCondition' has a wrong offset!"); \ +static_assert(offsetof(FWSFloatConfig, DefaultValue) == 0x000010, "Member 'FWSFloatConfig::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSEnumConfig \ +static_assert(alignof(FWSEnumConfig) == 0x000008, "Wrong alignment on FWSEnumConfig"); \ +static_assert(sizeof(FWSEnumConfig) == 0x000020, "Wrong size on FWSEnumConfig"); \ +static_assert(offsetof(FWSEnumConfig, ValueName) == 0x000000, "Member 'FWSEnumConfig::ValueName' has a wrong offset!"); \ +static_assert(offsetof(FWSEnumConfig, Enum) == 0x000008, "Member 'FWSEnumConfig::Enum' has a wrong offset!"); \ +static_assert(offsetof(FWSEnumConfig, InferredCondition) == 0x000010, "Member 'FWSEnumConfig::InferredCondition' has a wrong offset!"); \ +static_assert(offsetof(FWSEnumConfig, DefaultValue) == 0x000018, "Member 'FWSEnumConfig::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSEnumValue \ +static_assert(alignof(FWSEnumValue) == 0x000008, "Wrong alignment on FWSEnumValue"); \ +static_assert(sizeof(FWSEnumValue) == 0x000010, "Wrong size on FWSEnumValue"); \ +static_assert(offsetof(FWSEnumValue, Enum) == 0x000000, "Member 'FWSEnumValue::Enum' has a wrong offset!"); \ +static_assert(offsetof(FWSEnumValue, Value) == 0x000008, "Member 'FWSEnumValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSEnumBitmask \ +static_assert(alignof(FWSEnumBitmask) == 0x000008, "Wrong alignment on FWSEnumBitmask"); \ +static_assert(sizeof(FWSEnumBitmask) == 0x000010, "Wrong size on FWSEnumBitmask"); \ +static_assert(offsetof(FWSEnumBitmask, Value) == 0x000000, "Member 'FWSEnumBitmask::Value' has a wrong offset!"); \ +static_assert(offsetof(FWSEnumBitmask, Enum) == 0x000008, "Member 'FWSEnumBitmask::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInferredEnumSelectFirstChoice \ +static_assert(alignof(FInferredEnumSelectFirstChoice) == 0x000008, "Wrong alignment on FInferredEnumSelectFirstChoice"); \ +static_assert(sizeof(FInferredEnumSelectFirstChoice) == 0x000018, "Wrong size on FInferredEnumSelectFirstChoice"); \ +static_assert(offsetof(FInferredEnumSelectFirstChoice, Condition) == 0x000000, "Member 'FInferredEnumSelectFirstChoice::Condition' has a wrong offset!"); \ +static_assert(offsetof(FInferredEnumSelectFirstChoice, Value) == 0x000008, "Member 'FInferredEnumSelectFirstChoice::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInferredIntSelectFirstChoice \ +static_assert(alignof(FInferredIntSelectFirstChoice) == 0x000008, "Wrong alignment on FInferredIntSelectFirstChoice"); \ +static_assert(sizeof(FInferredIntSelectFirstChoice) == 0x000010, "Wrong size on FInferredIntSelectFirstChoice"); \ +static_assert(offsetof(FInferredIntSelectFirstChoice, Condition) == 0x000000, "Member 'FInferredIntSelectFirstChoice::Condition' has a wrong offset!"); \ +static_assert(offsetof(FInferredIntSelectFirstChoice, Value) == 0x000008, "Member 'FInferredIntSelectFirstChoice::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInferredNamedIntSelectFirstChoice \ +static_assert(alignof(FInferredNamedIntSelectFirstChoice) == 0x000008, "Wrong alignment on FInferredNamedIntSelectFirstChoice"); \ +static_assert(sizeof(FInferredNamedIntSelectFirstChoice) == 0x000010, "Wrong size on FInferredNamedIntSelectFirstChoice"); \ +static_assert(offsetof(FInferredNamedIntSelectFirstChoice, Condition) == 0x000000, "Member 'FInferredNamedIntSelectFirstChoice::Condition' has a wrong offset!"); \ +static_assert(offsetof(FInferredNamedIntSelectFirstChoice, Value) == 0x000008, "Member 'FInferredNamedIntSelectFirstChoice::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSInferredBool \ +static_assert(alignof(FWSInferredBool) == 0x000008, "Wrong alignment on FWSInferredBool"); \ +static_assert(sizeof(FWSInferredBool) == 0x000008, "Wrong size on FWSInferredBool"); \ +static_assert(offsetof(FWSInferredBool, InferredValue) == 0x000000, "Member 'FWSInferredBool::InferredValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSInferredFloat \ +static_assert(alignof(FWSInferredFloat) == 0x000008, "Wrong alignment on FWSInferredFloat"); \ +static_assert(sizeof(FWSInferredFloat) == 0x000008, "Wrong size on FWSInferredFloat"); \ +static_assert(offsetof(FWSInferredFloat, InferredValue) == 0x000000, "Member 'FWSInferredFloat::InferredValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSInferredEnum \ +static_assert(alignof(FWSInferredEnum) == 0x000008, "Wrong alignment on FWSInferredEnum"); \ +static_assert(sizeof(FWSInferredEnum) == 0x000008, "Wrong size on FWSInferredEnum"); \ +static_assert(offsetof(FWSInferredEnum, InferredValue) == 0x000000, "Member 'FWSInferredEnum::InferredValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWSInferredNamedInt \ +static_assert(alignof(FWSInferredNamedInt) == 0x000008, "Wrong alignment on FWSInferredNamedInt"); \ +static_assert(sizeof(FWSInferredNamedInt) == 0x000008, "Wrong size on FWSInferredNamedInt"); \ +static_assert(offsetof(FWSInferredNamedInt, InferredValue) == 0x000000, "Member 'FWSInferredNamedInt::InferredValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IVariableBindingTarget \ +static_assert(alignof(IVariableBindingTarget) == 0x000001, "Wrong alignment on IVariableBindingTarget"); \ +static_assert(sizeof(IVariableBindingTarget) == 0x000001, "Wrong size on IVariableBindingTarget"); \ + +#define DUMPER7_ASSERTS_UVariableBindingSubsystem \ +static_assert(alignof(UVariableBindingSubsystem) == 0x000008, "Wrong alignment on UVariableBindingSubsystem"); \ +static_assert(sizeof(UVariableBindingSubsystem) == 0x000058, "Wrong size on UVariableBindingSubsystem"); \ +static_assert(offsetof(UVariableBindingSubsystem, Bindings) == 0x000048, "Member 'UVariableBindingSubsystem::Bindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateBoolObserverComponent_OnWorldStateInfoChanged \ +static_assert(alignof(WorldStateBoolObserverComponent_OnWorldStateInfoChanged) == 0x000008, "Wrong alignment on WorldStateBoolObserverComponent_OnWorldStateInfoChanged"); \ +static_assert(sizeof(WorldStateBoolObserverComponent_OnWorldStateInfoChanged) == 0x000010, "Wrong size on WorldStateBoolObserverComponent_OnWorldStateInfoChanged"); \ +static_assert(offsetof(WorldStateBoolObserverComponent_OnWorldStateInfoChanged, WorldStateInfo) == 0x000000, "Member 'WorldStateBoolObserverComponent_OnWorldStateInfoChanged::WorldStateInfo' has a wrong offset!"); \ +static_assert(offsetof(WorldStateBoolObserverComponent_OnWorldStateInfoChanged, ChangedPropertyName) == 0x000008, "Member 'WorldStateBoolObserverComponent_OnWorldStateInfoChanged::ChangedPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateBoolObserverComponent_SetValueID \ +static_assert(alignof(WorldStateBoolObserverComponent_SetValueID) == 0x000004, "Wrong alignment on WorldStateBoolObserverComponent_SetValueID"); \ +static_assert(sizeof(WorldStateBoolObserverComponent_SetValueID) == 0x000018, "Wrong size on WorldStateBoolObserverComponent_SetValueID"); \ +static_assert(offsetof(WorldStateBoolObserverComponent_SetValueID, ValueIdToSet) == 0x000000, "Member 'WorldStateBoolObserverComponent_SetValueID::ValueIdToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateBoolObserverComponent \ +static_assert(alignof(UWorldStateBoolObserverComponent) == 0x000008, "Wrong alignment on UWorldStateBoolObserverComponent"); \ +static_assert(sizeof(UWorldStateBoolObserverComponent) == 0x0000F0, "Wrong size on UWorldStateBoolObserverComponent"); \ +static_assert(offsetof(UWorldStateBoolObserverComponent, OnValueUpdated) == 0x0000C0, "Member 'UWorldStateBoolObserverComponent::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateBoolObserverComponent, ValueId) == 0x0000D0, "Member 'UWorldStateBoolObserverComponent::ValueId' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateBoolObserverComponent, bValue) == 0x0000E8, "Member 'UWorldStateBoolObserverComponent::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateEnumObserverComponent_OnWorldStateInfoChanged \ +static_assert(alignof(WorldStateEnumObserverComponent_OnWorldStateInfoChanged) == 0x000008, "Wrong alignment on WorldStateEnumObserverComponent_OnWorldStateInfoChanged"); \ +static_assert(sizeof(WorldStateEnumObserverComponent_OnWorldStateInfoChanged) == 0x000010, "Wrong size on WorldStateEnumObserverComponent_OnWorldStateInfoChanged"); \ +static_assert(offsetof(WorldStateEnumObserverComponent_OnWorldStateInfoChanged, WorldStateInfo) == 0x000000, "Member 'WorldStateEnumObserverComponent_OnWorldStateInfoChanged::WorldStateInfo' has a wrong offset!"); \ +static_assert(offsetof(WorldStateEnumObserverComponent_OnWorldStateInfoChanged, ChangedPropertyName) == 0x000008, "Member 'WorldStateEnumObserverComponent_OnWorldStateInfoChanged::ChangedPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateEnumObserverComponent_SetValueID \ +static_assert(alignof(WorldStateEnumObserverComponent_SetValueID) == 0x000004, "Wrong alignment on WorldStateEnumObserverComponent_SetValueID"); \ +static_assert(sizeof(WorldStateEnumObserverComponent_SetValueID) == 0x000018, "Wrong size on WorldStateEnumObserverComponent_SetValueID"); \ +static_assert(offsetof(WorldStateEnumObserverComponent_SetValueID, ValueIdToSet) == 0x000000, "Member 'WorldStateEnumObserverComponent_SetValueID::ValueIdToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateEnumObserverComponent \ +static_assert(alignof(UWorldStateEnumObserverComponent) == 0x000008, "Wrong alignment on UWorldStateEnumObserverComponent"); \ +static_assert(sizeof(UWorldStateEnumObserverComponent) == 0x0000E8, "Wrong size on UWorldStateEnumObserverComponent"); \ +static_assert(offsetof(UWorldStateEnumObserverComponent, OnValueUpdated) == 0x0000C0, "Member 'UWorldStateEnumObserverComponent::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateEnumObserverComponent, ValueId) == 0x0000D0, "Member 'UWorldStateEnumObserverComponent::ValueId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFloatObserverComponent_OnWorldStateInfoChanged \ +static_assert(alignof(WorldStateFloatObserverComponent_OnWorldStateInfoChanged) == 0x000008, "Wrong alignment on WorldStateFloatObserverComponent_OnWorldStateInfoChanged"); \ +static_assert(sizeof(WorldStateFloatObserverComponent_OnWorldStateInfoChanged) == 0x000010, "Wrong size on WorldStateFloatObserverComponent_OnWorldStateInfoChanged"); \ +static_assert(offsetof(WorldStateFloatObserverComponent_OnWorldStateInfoChanged, WorldStateInfo) == 0x000000, "Member 'WorldStateFloatObserverComponent_OnWorldStateInfoChanged::WorldStateInfo' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFloatObserverComponent_OnWorldStateInfoChanged, ChangedPropertyName) == 0x000008, "Member 'WorldStateFloatObserverComponent_OnWorldStateInfoChanged::ChangedPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFloatObserverComponent_SetValueID \ +static_assert(alignof(WorldStateFloatObserverComponent_SetValueID) == 0x000004, "Wrong alignment on WorldStateFloatObserverComponent_SetValueID"); \ +static_assert(sizeof(WorldStateFloatObserverComponent_SetValueID) == 0x000018, "Wrong size on WorldStateFloatObserverComponent_SetValueID"); \ +static_assert(offsetof(WorldStateFloatObserverComponent_SetValueID, ValueIdToSet) == 0x000000, "Member 'WorldStateFloatObserverComponent_SetValueID::ValueIdToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateFloatObserverComponent \ +static_assert(alignof(UWorldStateFloatObserverComponent) == 0x000008, "Wrong alignment on UWorldStateFloatObserverComponent"); \ +static_assert(sizeof(UWorldStateFloatObserverComponent) == 0x0000F0, "Wrong size on UWorldStateFloatObserverComponent"); \ +static_assert(offsetof(UWorldStateFloatObserverComponent, OnValueUpdated) == 0x0000C0, "Member 'UWorldStateFloatObserverComponent::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateFloatObserverComponent, ValueId) == 0x0000D0, "Member 'UWorldStateFloatObserverComponent::ValueId' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateFloatObserverComponent, Value) == 0x0000E8, "Member 'UWorldStateFloatObserverComponent::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_SetCustomBool \ +static_assert(alignof(WorldStateInfo_SetCustomBool) == 0x000004, "Wrong alignment on WorldStateInfo_SetCustomBool"); \ +static_assert(sizeof(WorldStateInfo_SetCustomBool) == 0x00000C, "Wrong size on WorldStateInfo_SetCustomBool"); \ +static_assert(offsetof(WorldStateInfo_SetCustomBool, Name_0) == 0x000000, "Member 'WorldStateInfo_SetCustomBool::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_SetCustomBool, Value) == 0x000008, "Member 'WorldStateInfo_SetCustomBool::Value' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_SetCustomBool, Broadcast) == 0x000009, "Member 'WorldStateInfo_SetCustomBool::Broadcast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_SetCustomFloat \ +static_assert(alignof(WorldStateInfo_SetCustomFloat) == 0x000004, "Wrong alignment on WorldStateInfo_SetCustomFloat"); \ +static_assert(sizeof(WorldStateInfo_SetCustomFloat) == 0x000010, "Wrong size on WorldStateInfo_SetCustomFloat"); \ +static_assert(offsetof(WorldStateInfo_SetCustomFloat, Name_0) == 0x000000, "Member 'WorldStateInfo_SetCustomFloat::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_SetCustomFloat, Value) == 0x000008, "Member 'WorldStateInfo_SetCustomFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_SetCustomFloat, Broadcast) == 0x00000C, "Member 'WorldStateInfo_SetCustomFloat::Broadcast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_SetCustomInt \ +static_assert(alignof(WorldStateInfo_SetCustomInt) == 0x000004, "Wrong alignment on WorldStateInfo_SetCustomInt"); \ +static_assert(sizeof(WorldStateInfo_SetCustomInt) == 0x000010, "Wrong size on WorldStateInfo_SetCustomInt"); \ +static_assert(offsetof(WorldStateInfo_SetCustomInt, Name_0) == 0x000000, "Member 'WorldStateInfo_SetCustomInt::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_SetCustomInt, Value) == 0x000008, "Member 'WorldStateInfo_SetCustomInt::Value' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_SetCustomInt, Broadcast) == 0x00000C, "Member 'WorldStateInfo_SetCustomInt::Broadcast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_SetCustomNamedInt \ +static_assert(alignof(WorldStateInfo_SetCustomNamedInt) == 0x000004, "Wrong alignment on WorldStateInfo_SetCustomNamedInt"); \ +static_assert(sizeof(WorldStateInfo_SetCustomNamedInt) == 0x00002C, "Wrong size on WorldStateInfo_SetCustomNamedInt"); \ +static_assert(offsetof(WorldStateInfo_SetCustomNamedInt, Name_0) == 0x000000, "Member 'WorldStateInfo_SetCustomNamedInt::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_SetCustomNamedInt, NamedIntValue) == 0x000008, "Member 'WorldStateInfo_SetCustomNamedInt::NamedIntValue' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_SetCustomNamedInt, Broadcast) == 0x000028, "Member 'WorldStateInfo_SetCustomNamedInt::Broadcast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_SetCustomVector \ +static_assert(alignof(WorldStateInfo_SetCustomVector) == 0x000008, "Wrong alignment on WorldStateInfo_SetCustomVector"); \ +static_assert(sizeof(WorldStateInfo_SetCustomVector) == 0x000028, "Wrong size on WorldStateInfo_SetCustomVector"); \ +static_assert(offsetof(WorldStateInfo_SetCustomVector, Name_0) == 0x000000, "Member 'WorldStateInfo_SetCustomVector::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_SetCustomVector, Value) == 0x000008, "Member 'WorldStateInfo_SetCustomVector::Value' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_SetCustomVector, Broadcast) == 0x000020, "Member 'WorldStateInfo_SetCustomVector::Broadcast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetAllCustomBoolValueNames \ +static_assert(alignof(WorldStateInfo_GetAllCustomBoolValueNames) == 0x000008, "Wrong alignment on WorldStateInfo_GetAllCustomBoolValueNames"); \ +static_assert(sizeof(WorldStateInfo_GetAllCustomBoolValueNames) == 0x000010, "Wrong size on WorldStateInfo_GetAllCustomBoolValueNames"); \ +static_assert(offsetof(WorldStateInfo_GetAllCustomBoolValueNames, ReturnValue) == 0x000000, "Member 'WorldStateInfo_GetAllCustomBoolValueNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetAllCustomFloatValueNames \ +static_assert(alignof(WorldStateInfo_GetAllCustomFloatValueNames) == 0x000008, "Wrong alignment on WorldStateInfo_GetAllCustomFloatValueNames"); \ +static_assert(sizeof(WorldStateInfo_GetAllCustomFloatValueNames) == 0x000010, "Wrong size on WorldStateInfo_GetAllCustomFloatValueNames"); \ +static_assert(offsetof(WorldStateInfo_GetAllCustomFloatValueNames, ReturnValue) == 0x000000, "Member 'WorldStateInfo_GetAllCustomFloatValueNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetAllCustomIntValueNames \ +static_assert(alignof(WorldStateInfo_GetAllCustomIntValueNames) == 0x000008, "Wrong alignment on WorldStateInfo_GetAllCustomIntValueNames"); \ +static_assert(sizeof(WorldStateInfo_GetAllCustomIntValueNames) == 0x000010, "Wrong size on WorldStateInfo_GetAllCustomIntValueNames"); \ +static_assert(offsetof(WorldStateInfo_GetAllCustomIntValueNames, ReturnValue) == 0x000000, "Member 'WorldStateInfo_GetAllCustomIntValueNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetAllCustomNamedIntNames \ +static_assert(alignof(WorldStateInfo_GetAllCustomNamedIntNames) == 0x000008, "Wrong alignment on WorldStateInfo_GetAllCustomNamedIntNames"); \ +static_assert(sizeof(WorldStateInfo_GetAllCustomNamedIntNames) == 0x000010, "Wrong size on WorldStateInfo_GetAllCustomNamedIntNames"); \ +static_assert(offsetof(WorldStateInfo_GetAllCustomNamedIntNames, ReturnValue) == 0x000000, "Member 'WorldStateInfo_GetAllCustomNamedIntNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetAllCustomVectorValueNames \ +static_assert(alignof(WorldStateInfo_GetAllCustomVectorValueNames) == 0x000008, "Wrong alignment on WorldStateInfo_GetAllCustomVectorValueNames"); \ +static_assert(sizeof(WorldStateInfo_GetAllCustomVectorValueNames) == 0x000010, "Wrong size on WorldStateInfo_GetAllCustomVectorValueNames"); \ +static_assert(offsetof(WorldStateInfo_GetAllCustomVectorValueNames, ReturnValue) == 0x000000, "Member 'WorldStateInfo_GetAllCustomVectorValueNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetBool \ +static_assert(alignof(WorldStateInfo_GetBool) == 0x000004, "Wrong alignment on WorldStateInfo_GetBool"); \ +static_assert(sizeof(WorldStateInfo_GetBool) == 0x00001C, "Wrong size on WorldStateInfo_GetBool"); \ +static_assert(offsetof(WorldStateInfo_GetBool, ValueId) == 0x000000, "Member 'WorldStateInfo_GetBool::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetBool, Result) == 0x000018, "Member 'WorldStateInfo_GetBool::Result' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetBool, bWarnOnMissing) == 0x000019, "Member 'WorldStateInfo_GetBool::bWarnOnMissing' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetBool, ReturnValue) == 0x00001A, "Member 'WorldStateInfo_GetBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetCustomBool \ +static_assert(alignof(WorldStateInfo_GetCustomBool) == 0x000004, "Wrong alignment on WorldStateInfo_GetCustomBool"); \ +static_assert(sizeof(WorldStateInfo_GetCustomBool) == 0x00000C, "Wrong size on WorldStateInfo_GetCustomBool"); \ +static_assert(offsetof(WorldStateInfo_GetCustomBool, Name_0) == 0x000000, "Member 'WorldStateInfo_GetCustomBool::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomBool, Result) == 0x000008, "Member 'WorldStateInfo_GetCustomBool::Result' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomBool, bWarnOnMissing) == 0x000009, "Member 'WorldStateInfo_GetCustomBool::bWarnOnMissing' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomBool, ReturnValue) == 0x00000A, "Member 'WorldStateInfo_GetCustomBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetCustomFloat \ +static_assert(alignof(WorldStateInfo_GetCustomFloat) == 0x000004, "Wrong alignment on WorldStateInfo_GetCustomFloat"); \ +static_assert(sizeof(WorldStateInfo_GetCustomFloat) == 0x000010, "Wrong size on WorldStateInfo_GetCustomFloat"); \ +static_assert(offsetof(WorldStateInfo_GetCustomFloat, Name_0) == 0x000000, "Member 'WorldStateInfo_GetCustomFloat::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomFloat, Result) == 0x000008, "Member 'WorldStateInfo_GetCustomFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomFloat, bWarnOnMissing) == 0x00000C, "Member 'WorldStateInfo_GetCustomFloat::bWarnOnMissing' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomFloat, ReturnValue) == 0x00000D, "Member 'WorldStateInfo_GetCustomFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetCustomInt \ +static_assert(alignof(WorldStateInfo_GetCustomInt) == 0x000004, "Wrong alignment on WorldStateInfo_GetCustomInt"); \ +static_assert(sizeof(WorldStateInfo_GetCustomInt) == 0x000010, "Wrong size on WorldStateInfo_GetCustomInt"); \ +static_assert(offsetof(WorldStateInfo_GetCustomInt, Name_0) == 0x000000, "Member 'WorldStateInfo_GetCustomInt::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomInt, Result) == 0x000008, "Member 'WorldStateInfo_GetCustomInt::Result' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomInt, bWarnOnMissing) == 0x00000C, "Member 'WorldStateInfo_GetCustomInt::bWarnOnMissing' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomInt, ReturnValue) == 0x00000D, "Member 'WorldStateInfo_GetCustomInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetCustomNamedInt \ +static_assert(alignof(WorldStateInfo_GetCustomNamedInt) == 0x000004, "Wrong alignment on WorldStateInfo_GetCustomNamedInt"); \ +static_assert(sizeof(WorldStateInfo_GetCustomNamedInt) == 0x00002C, "Wrong size on WorldStateInfo_GetCustomNamedInt"); \ +static_assert(offsetof(WorldStateInfo_GetCustomNamedInt, Name_0) == 0x000000, "Member 'WorldStateInfo_GetCustomNamedInt::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomNamedInt, Result) == 0x000008, "Member 'WorldStateInfo_GetCustomNamedInt::Result' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomNamedInt, bWarnOnMissing) == 0x000028, "Member 'WorldStateInfo_GetCustomNamedInt::bWarnOnMissing' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomNamedInt, ReturnValue) == 0x000029, "Member 'WorldStateInfo_GetCustomNamedInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetCustomVector \ +static_assert(alignof(WorldStateInfo_GetCustomVector) == 0x000008, "Wrong alignment on WorldStateInfo_GetCustomVector"); \ +static_assert(sizeof(WorldStateInfo_GetCustomVector) == 0x000028, "Wrong size on WorldStateInfo_GetCustomVector"); \ +static_assert(offsetof(WorldStateInfo_GetCustomVector, Name_0) == 0x000000, "Member 'WorldStateInfo_GetCustomVector::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomVector, Result) == 0x000008, "Member 'WorldStateInfo_GetCustomVector::Result' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomVector, bWarnOnMissing) == 0x000020, "Member 'WorldStateInfo_GetCustomVector::bWarnOnMissing' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetCustomVector, ReturnValue) == 0x000021, "Member 'WorldStateInfo_GetCustomVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetFloat \ +static_assert(alignof(WorldStateInfo_GetFloat) == 0x000004, "Wrong alignment on WorldStateInfo_GetFloat"); \ +static_assert(sizeof(WorldStateInfo_GetFloat) == 0x000020, "Wrong size on WorldStateInfo_GetFloat"); \ +static_assert(offsetof(WorldStateInfo_GetFloat, ValueId) == 0x000000, "Member 'WorldStateInfo_GetFloat::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetFloat, Result) == 0x000018, "Member 'WorldStateInfo_GetFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetFloat, bWarnOnMissing) == 0x00001C, "Member 'WorldStateInfo_GetFloat::bWarnOnMissing' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetFloat, ReturnValue) == 0x00001D, "Member 'WorldStateInfo_GetFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetInt \ +static_assert(alignof(WorldStateInfo_GetInt) == 0x000004, "Wrong alignment on WorldStateInfo_GetInt"); \ +static_assert(sizeof(WorldStateInfo_GetInt) == 0x000020, "Wrong size on WorldStateInfo_GetInt"); \ +static_assert(offsetof(WorldStateInfo_GetInt, ValueId) == 0x000000, "Member 'WorldStateInfo_GetInt::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetInt, Result) == 0x000018, "Member 'WorldStateInfo_GetInt::Result' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetInt, bWarnOnMissing) == 0x00001C, "Member 'WorldStateInfo_GetInt::bWarnOnMissing' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetInt, ReturnValue) == 0x00001D, "Member 'WorldStateInfo_GetInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_GetNamedInt \ +static_assert(alignof(WorldStateInfo_GetNamedInt) == 0x000004, "Wrong alignment on WorldStateInfo_GetNamedInt"); \ +static_assert(sizeof(WorldStateInfo_GetNamedInt) == 0x00003C, "Wrong size on WorldStateInfo_GetNamedInt"); \ +static_assert(offsetof(WorldStateInfo_GetNamedInt, ValueId) == 0x000000, "Member 'WorldStateInfo_GetNamedInt::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetNamedInt, Result) == 0x000018, "Member 'WorldStateInfo_GetNamedInt::Result' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetNamedInt, bWarnOnMissing) == 0x000038, "Member 'WorldStateInfo_GetNamedInt::bWarnOnMissing' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_GetNamedInt, ReturnValue) == 0x000039, "Member 'WorldStateInfo_GetNamedInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_HasCustomBool \ +static_assert(alignof(WorldStateInfo_HasCustomBool) == 0x000004, "Wrong alignment on WorldStateInfo_HasCustomBool"); \ +static_assert(sizeof(WorldStateInfo_HasCustomBool) == 0x00000C, "Wrong size on WorldStateInfo_HasCustomBool"); \ +static_assert(offsetof(WorldStateInfo_HasCustomBool, Name_0) == 0x000000, "Member 'WorldStateInfo_HasCustomBool::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_HasCustomBool, ReturnValue) == 0x000008, "Member 'WorldStateInfo_HasCustomBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_HasCustomFloat \ +static_assert(alignof(WorldStateInfo_HasCustomFloat) == 0x000004, "Wrong alignment on WorldStateInfo_HasCustomFloat"); \ +static_assert(sizeof(WorldStateInfo_HasCustomFloat) == 0x00000C, "Wrong size on WorldStateInfo_HasCustomFloat"); \ +static_assert(offsetof(WorldStateInfo_HasCustomFloat, Name_0) == 0x000000, "Member 'WorldStateInfo_HasCustomFloat::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_HasCustomFloat, ReturnValue) == 0x000008, "Member 'WorldStateInfo_HasCustomFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_HasCustomInt \ +static_assert(alignof(WorldStateInfo_HasCustomInt) == 0x000004, "Wrong alignment on WorldStateInfo_HasCustomInt"); \ +static_assert(sizeof(WorldStateInfo_HasCustomInt) == 0x00000C, "Wrong size on WorldStateInfo_HasCustomInt"); \ +static_assert(offsetof(WorldStateInfo_HasCustomInt, Name_0) == 0x000000, "Member 'WorldStateInfo_HasCustomInt::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_HasCustomInt, ReturnValue) == 0x000008, "Member 'WorldStateInfo_HasCustomInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_HasCustomNamedInt \ +static_assert(alignof(WorldStateInfo_HasCustomNamedInt) == 0x000004, "Wrong alignment on WorldStateInfo_HasCustomNamedInt"); \ +static_assert(sizeof(WorldStateInfo_HasCustomNamedInt) == 0x00000C, "Wrong size on WorldStateInfo_HasCustomNamedInt"); \ +static_assert(offsetof(WorldStateInfo_HasCustomNamedInt, Name_0) == 0x000000, "Member 'WorldStateInfo_HasCustomNamedInt::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_HasCustomNamedInt, ReturnValue) == 0x000008, "Member 'WorldStateInfo_HasCustomNamedInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfo_HasCustomVector \ +static_assert(alignof(WorldStateInfo_HasCustomVector) == 0x000004, "Wrong alignment on WorldStateInfo_HasCustomVector"); \ +static_assert(sizeof(WorldStateInfo_HasCustomVector) == 0x00000C, "Wrong size on WorldStateInfo_HasCustomVector"); \ +static_assert(offsetof(WorldStateInfo_HasCustomVector, Name_0) == 0x000000, "Member 'WorldStateInfo_HasCustomVector::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfo_HasCustomVector, ReturnValue) == 0x000008, "Member 'WorldStateInfo_HasCustomVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateInfo \ +static_assert(alignof(UWorldStateInfo) == 0x000008, "Wrong alignment on UWorldStateInfo"); \ +static_assert(sizeof(UWorldStateInfo) == 0x000D20, "Wrong size on UWorldStateInfo"); \ +static_assert(offsetof(UWorldStateInfo, OnValueChanged) == 0x000028, "Member 'UWorldStateInfo::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, ID) == 0x000080, "Member 'UWorldStateInfo::ID' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, CustomVector) == 0x0000A0, "Member 'UWorldStateInfo::CustomVector' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, CustomUInt64) == 0x0000F0, "Member 'UWorldStateInfo::CustomUInt64' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, CustomBool) == 0x000140, "Member 'UWorldStateInfo::CustomBool' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, InferredBools) == 0x000190, "Member 'UWorldStateInfo::InferredBools' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, CustomInt) == 0x000310, "Member 'UWorldStateInfo::CustomInt' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, InferredInts) == 0x000360, "Member 'UWorldStateInfo::InferredInts' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, CustomFloat) == 0x0004E0, "Member 'UWorldStateInfo::CustomFloat' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, InferredFloats) == 0x000530, "Member 'UWorldStateInfo::InferredFloats' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, CustomEnum) == 0x0006B0, "Member 'UWorldStateInfo::CustomEnum' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, InferredEnums) == 0x000700, "Member 'UWorldStateInfo::InferredEnums' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, CustomNamedInt) == 0x0008D0, "Member 'UWorldStateInfo::CustomNamedInt' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfo, InferredNamedInts) == 0x0009C0, "Member 'UWorldStateInfo::InferredNamedInts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateInfoConfigAsset \ +static_assert(alignof(UWorldStateInfoConfigAsset) == 0x000008, "Wrong alignment on UWorldStateInfoConfigAsset"); \ +static_assert(sizeof(UWorldStateInfoConfigAsset) == 0x000090, "Wrong size on UWorldStateInfoConfigAsset"); \ +static_assert(offsetof(UWorldStateInfoConfigAsset, DebugCategory) == 0x000030, "Member 'UWorldStateInfoConfigAsset::DebugCategory' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfoConfigAsset, WorldStateInfoName) == 0x000038, "Member 'UWorldStateInfoConfigAsset::WorldStateInfoName' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfoConfigAsset, Bools) == 0x000040, "Member 'UWorldStateInfoConfigAsset::Bools' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfoConfigAsset, Ints) == 0x000050, "Member 'UWorldStateInfoConfigAsset::Ints' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfoConfigAsset, Floats) == 0x000060, "Member 'UWorldStateInfoConfigAsset::Floats' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfoConfigAsset, Enums) == 0x000070, "Member 'UWorldStateInfoConfigAsset::Enums' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateInfoConfigAsset, NamedInts) == 0x000080, "Member 'UWorldStateInfoConfigAsset::NamedInts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateIntObserverComponent_OnWorldStateInfoChanged \ +static_assert(alignof(WorldStateIntObserverComponent_OnWorldStateInfoChanged) == 0x000008, "Wrong alignment on WorldStateIntObserverComponent_OnWorldStateInfoChanged"); \ +static_assert(sizeof(WorldStateIntObserverComponent_OnWorldStateInfoChanged) == 0x000010, "Wrong size on WorldStateIntObserverComponent_OnWorldStateInfoChanged"); \ +static_assert(offsetof(WorldStateIntObserverComponent_OnWorldStateInfoChanged, WorldStateInfo) == 0x000000, "Member 'WorldStateIntObserverComponent_OnWorldStateInfoChanged::WorldStateInfo' has a wrong offset!"); \ +static_assert(offsetof(WorldStateIntObserverComponent_OnWorldStateInfoChanged, ChangedPropertyName) == 0x000008, "Member 'WorldStateIntObserverComponent_OnWorldStateInfoChanged::ChangedPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateIntObserverComponent_SetValueID \ +static_assert(alignof(WorldStateIntObserverComponent_SetValueID) == 0x000004, "Wrong alignment on WorldStateIntObserverComponent_SetValueID"); \ +static_assert(sizeof(WorldStateIntObserverComponent_SetValueID) == 0x000018, "Wrong size on WorldStateIntObserverComponent_SetValueID"); \ +static_assert(offsetof(WorldStateIntObserverComponent_SetValueID, ValueIdToSet) == 0x000000, "Member 'WorldStateIntObserverComponent_SetValueID::ValueIdToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateIntObserverComponent \ +static_assert(alignof(UWorldStateIntObserverComponent) == 0x000008, "Wrong alignment on UWorldStateIntObserverComponent"); \ +static_assert(sizeof(UWorldStateIntObserverComponent) == 0x0000F0, "Wrong size on UWorldStateIntObserverComponent"); \ +static_assert(offsetof(UWorldStateIntObserverComponent, OnValueUpdated) == 0x0000C0, "Member 'UWorldStateIntObserverComponent::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateIntObserverComponent, ValueId) == 0x0000D0, "Member 'UWorldStateIntObserverComponent::ValueId' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateIntObserverComponent, Value) == 0x0000E8, "Member 'UWorldStateIntObserverComponent::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateNamedIntObserverComponent_OnWorldStateInfoChanged \ +static_assert(alignof(WorldStateNamedIntObserverComponent_OnWorldStateInfoChanged) == 0x000008, "Wrong alignment on WorldStateNamedIntObserverComponent_OnWorldStateInfoChanged"); \ +static_assert(sizeof(WorldStateNamedIntObserverComponent_OnWorldStateInfoChanged) == 0x000010, "Wrong size on WorldStateNamedIntObserverComponent_OnWorldStateInfoChanged"); \ +static_assert(offsetof(WorldStateNamedIntObserverComponent_OnWorldStateInfoChanged, WorldStateInfo) == 0x000000, "Member 'WorldStateNamedIntObserverComponent_OnWorldStateInfoChanged::WorldStateInfo' has a wrong offset!"); \ +static_assert(offsetof(WorldStateNamedIntObserverComponent_OnWorldStateInfoChanged, ChangedPropertyName) == 0x000008, "Member 'WorldStateNamedIntObserverComponent_OnWorldStateInfoChanged::ChangedPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateNamedIntObserverComponent_SetValueID \ +static_assert(alignof(WorldStateNamedIntObserverComponent_SetValueID) == 0x000004, "Wrong alignment on WorldStateNamedIntObserverComponent_SetValueID"); \ +static_assert(sizeof(WorldStateNamedIntObserverComponent_SetValueID) == 0x000018, "Wrong size on WorldStateNamedIntObserverComponent_SetValueID"); \ +static_assert(offsetof(WorldStateNamedIntObserverComponent_SetValueID, ValueIdToSet) == 0x000000, "Member 'WorldStateNamedIntObserverComponent_SetValueID::ValueIdToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateNamedIntObserverComponent \ +static_assert(alignof(UWorldStateNamedIntObserverComponent) == 0x000008, "Wrong alignment on UWorldStateNamedIntObserverComponent"); \ +static_assert(sizeof(UWorldStateNamedIntObserverComponent) == 0x000108, "Wrong size on UWorldStateNamedIntObserverComponent"); \ +static_assert(offsetof(UWorldStateNamedIntObserverComponent, OnValueUpdated) == 0x0000C0, "Member 'UWorldStateNamedIntObserverComponent::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateNamedIntObserverComponent, ValueId) == 0x0000D0, "Member 'UWorldStateNamedIntObserverComponent::ValueId' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateNamedIntObserverComponent, Value) == 0x0000E8, "Member 'UWorldStateNamedIntObserverComponent::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateNamedIntValueObserverComponent_OnWorldStateInfoChanged \ +static_assert(alignof(WorldStateNamedIntValueObserverComponent_OnWorldStateInfoChanged) == 0x000008, "Wrong alignment on WorldStateNamedIntValueObserverComponent_OnWorldStateInfoChanged"); \ +static_assert(sizeof(WorldStateNamedIntValueObserverComponent_OnWorldStateInfoChanged) == 0x000010, "Wrong size on WorldStateNamedIntValueObserverComponent_OnWorldStateInfoChanged"); \ +static_assert(offsetof(WorldStateNamedIntValueObserverComponent_OnWorldStateInfoChanged, WorldStateInfo) == 0x000000, "Member 'WorldStateNamedIntValueObserverComponent_OnWorldStateInfoChanged::WorldStateInfo' has a wrong offset!"); \ +static_assert(offsetof(WorldStateNamedIntValueObserverComponent_OnWorldStateInfoChanged, ChangedPropertyName) == 0x000008, "Member 'WorldStateNamedIntValueObserverComponent_OnWorldStateInfoChanged::ChangedPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateNamedIntValueObserverComponent_SetNamedIntValue \ +static_assert(alignof(WorldStateNamedIntValueObserverComponent_SetNamedIntValue) == 0x000004, "Wrong alignment on WorldStateNamedIntValueObserverComponent_SetNamedIntValue"); \ +static_assert(sizeof(WorldStateNamedIntValueObserverComponent_SetNamedIntValue) == 0x000020, "Wrong size on WorldStateNamedIntValueObserverComponent_SetNamedIntValue"); \ +static_assert(offsetof(WorldStateNamedIntValueObserverComponent_SetNamedIntValue, NamedIntValueToSet) == 0x000000, "Member 'WorldStateNamedIntValueObserverComponent_SetNamedIntValue::NamedIntValueToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateNamedIntValueObserverComponent \ +static_assert(alignof(UWorldStateNamedIntValueObserverComponent) == 0x000008, "Wrong alignment on UWorldStateNamedIntValueObserverComponent"); \ +static_assert(sizeof(UWorldStateNamedIntValueObserverComponent) == 0x0000F8, "Wrong size on UWorldStateNamedIntValueObserverComponent"); \ +static_assert(offsetof(UWorldStateNamedIntValueObserverComponent, OnValueUpdated) == 0x0000C0, "Member 'UWorldStateNamedIntValueObserverComponent::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateNamedIntValueObserverComponent, NamedIntValue) == 0x0000D0, "Member 'UWorldStateNamedIntValueObserverComponent::NamedIntValue' has a wrong offset!"); \ +static_assert(offsetof(UWorldStateNamedIntValueObserverComponent, bIsCurrentValue) == 0x0000F0, "Member 'UWorldStateNamedIntValueObserverComponent::bIsCurrentValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveWorldStateAsyncActionBase \ +static_assert(alignof(UObserveWorldStateAsyncActionBase) == 0x000008, "Wrong alignment on UObserveWorldStateAsyncActionBase"); \ +static_assert(sizeof(UObserveWorldStateAsyncActionBase) == 0x000038, "Wrong size on UObserveWorldStateAsyncActionBase"); \ +static_assert(offsetof(UObserveWorldStateAsyncActionBase, ContextObject) == 0x000030, "Member 'UObserveWorldStateAsyncActionBase::ContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool \ +static_assert(alignof(ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool) == 0x000008, "Wrong alignment on ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool"); \ +static_assert(sizeof(ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool) == 0x000030, "Wrong size on ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool"); \ +static_assert(offsetof(ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool, WorldContextObject) == 0x000000, "Member 'ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool, BoolId) == 0x000008, "Member 'ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool::BoolId' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool, ResolveContext) == 0x000020, "Member 'ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool::ResolveContext' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool, ReturnValue) == 0x000028, "Member 'ObserveWorldStateBoolAsyncAction_ObserveWorldStateBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveWorldStateBoolAsyncAction \ +static_assert(alignof(UObserveWorldStateBoolAsyncAction) == 0x000008, "Wrong alignment on UObserveWorldStateBoolAsyncAction"); \ +static_assert(sizeof(UObserveWorldStateBoolAsyncAction) == 0x000068, "Wrong size on UObserveWorldStateBoolAsyncAction"); \ +static_assert(offsetof(UObserveWorldStateBoolAsyncAction, OnValueUpdated) == 0x000038, "Member 'UObserveWorldStateBoolAsyncAction::OnValueUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveWorldStateEnumAsyncAction_ObserveWorldStateEnum \ +static_assert(alignof(ObserveWorldStateEnumAsyncAction_ObserveWorldStateEnum) == 0x000008, "Wrong alignment on ObserveWorldStateEnumAsyncAction_ObserveWorldStateEnum"); \ +static_assert(sizeof(ObserveWorldStateEnumAsyncAction_ObserveWorldStateEnum) == 0x000028, "Wrong size on ObserveWorldStateEnumAsyncAction_ObserveWorldStateEnum"); \ +static_assert(offsetof(ObserveWorldStateEnumAsyncAction_ObserveWorldStateEnum, WorldContextObject) == 0x000000, "Member 'ObserveWorldStateEnumAsyncAction_ObserveWorldStateEnum::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateEnumAsyncAction_ObserveWorldStateEnum, EnumId) == 0x000008, "Member 'ObserveWorldStateEnumAsyncAction_ObserveWorldStateEnum::EnumId' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateEnumAsyncAction_ObserveWorldStateEnum, ReturnValue) == 0x000020, "Member 'ObserveWorldStateEnumAsyncAction_ObserveWorldStateEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveWorldStateEnumAsyncAction \ +static_assert(alignof(UObserveWorldStateEnumAsyncAction) == 0x000008, "Wrong alignment on UObserveWorldStateEnumAsyncAction"); \ +static_assert(sizeof(UObserveWorldStateEnumAsyncAction) == 0x000068, "Wrong size on UObserveWorldStateEnumAsyncAction"); \ +static_assert(offsetof(UObserveWorldStateEnumAsyncAction, OnEnumUpdated) == 0x000038, "Member 'UObserveWorldStateEnumAsyncAction::OnEnumUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveWorldStateFloatAsyncAction_ObserveWorldStateFloat \ +static_assert(alignof(ObserveWorldStateFloatAsyncAction_ObserveWorldStateFloat) == 0x000008, "Wrong alignment on ObserveWorldStateFloatAsyncAction_ObserveWorldStateFloat"); \ +static_assert(sizeof(ObserveWorldStateFloatAsyncAction_ObserveWorldStateFloat) == 0x000028, "Wrong size on ObserveWorldStateFloatAsyncAction_ObserveWorldStateFloat"); \ +static_assert(offsetof(ObserveWorldStateFloatAsyncAction_ObserveWorldStateFloat, WorldContextObject) == 0x000000, "Member 'ObserveWorldStateFloatAsyncAction_ObserveWorldStateFloat::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateFloatAsyncAction_ObserveWorldStateFloat, FloatId) == 0x000008, "Member 'ObserveWorldStateFloatAsyncAction_ObserveWorldStateFloat::FloatId' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateFloatAsyncAction_ObserveWorldStateFloat, ReturnValue) == 0x000020, "Member 'ObserveWorldStateFloatAsyncAction_ObserveWorldStateFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveWorldStateFloatAsyncAction \ +static_assert(alignof(UObserveWorldStateFloatAsyncAction) == 0x000008, "Wrong alignment on UObserveWorldStateFloatAsyncAction"); \ +static_assert(sizeof(UObserveWorldStateFloatAsyncAction) == 0x000068, "Wrong size on UObserveWorldStateFloatAsyncAction"); \ +static_assert(offsetof(UObserveWorldStateFloatAsyncAction, OnValueUpdated) == 0x000038, "Member 'UObserveWorldStateFloatAsyncAction::OnValueUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveWorldStateIntAsyncAction_ObserveWorldStateInt \ +static_assert(alignof(ObserveWorldStateIntAsyncAction_ObserveWorldStateInt) == 0x000008, "Wrong alignment on ObserveWorldStateIntAsyncAction_ObserveWorldStateInt"); \ +static_assert(sizeof(ObserveWorldStateIntAsyncAction_ObserveWorldStateInt) == 0x000028, "Wrong size on ObserveWorldStateIntAsyncAction_ObserveWorldStateInt"); \ +static_assert(offsetof(ObserveWorldStateIntAsyncAction_ObserveWorldStateInt, WorldContextObject) == 0x000000, "Member 'ObserveWorldStateIntAsyncAction_ObserveWorldStateInt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateIntAsyncAction_ObserveWorldStateInt, IntId) == 0x000008, "Member 'ObserveWorldStateIntAsyncAction_ObserveWorldStateInt::IntId' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateIntAsyncAction_ObserveWorldStateInt, ReturnValue) == 0x000020, "Member 'ObserveWorldStateIntAsyncAction_ObserveWorldStateInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveWorldStateIntAsyncAction \ +static_assert(alignof(UObserveWorldStateIntAsyncAction) == 0x000008, "Wrong alignment on UObserveWorldStateIntAsyncAction"); \ +static_assert(sizeof(UObserveWorldStateIntAsyncAction) == 0x000068, "Wrong size on UObserveWorldStateIntAsyncAction"); \ +static_assert(offsetof(UObserveWorldStateIntAsyncAction, OnValueUpdated) == 0x000038, "Member 'UObserveWorldStateIntAsyncAction::OnValueUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveWorldStateNamedIntAsyncAction_ObserveWorldStateNamedInt \ +static_assert(alignof(ObserveWorldStateNamedIntAsyncAction_ObserveWorldStateNamedInt) == 0x000008, "Wrong alignment on ObserveWorldStateNamedIntAsyncAction_ObserveWorldStateNamedInt"); \ +static_assert(sizeof(ObserveWorldStateNamedIntAsyncAction_ObserveWorldStateNamedInt) == 0x000028, "Wrong size on ObserveWorldStateNamedIntAsyncAction_ObserveWorldStateNamedInt"); \ +static_assert(offsetof(ObserveWorldStateNamedIntAsyncAction_ObserveWorldStateNamedInt, WorldContextObject) == 0x000000, "Member 'ObserveWorldStateNamedIntAsyncAction_ObserveWorldStateNamedInt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateNamedIntAsyncAction_ObserveWorldStateNamedInt, NamedIntId) == 0x000008, "Member 'ObserveWorldStateNamedIntAsyncAction_ObserveWorldStateNamedInt::NamedIntId' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateNamedIntAsyncAction_ObserveWorldStateNamedInt, ReturnValue) == 0x000020, "Member 'ObserveWorldStateNamedIntAsyncAction_ObserveWorldStateNamedInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveWorldStateNamedIntAsyncAction \ +static_assert(alignof(UObserveWorldStateNamedIntAsyncAction) == 0x000008, "Wrong alignment on UObserveWorldStateNamedIntAsyncAction"); \ +static_assert(sizeof(UObserveWorldStateNamedIntAsyncAction) == 0x000068, "Wrong size on UObserveWorldStateNamedIntAsyncAction"); \ +static_assert(offsetof(UObserveWorldStateNamedIntAsyncAction, OnValueUpdated) == 0x000038, "Member 'UObserveWorldStateNamedIntAsyncAction::OnValueUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveWorldStateNamedIntValueAsyncAction_ObserveWorldStateNamedIntValue \ +static_assert(alignof(ObserveWorldStateNamedIntValueAsyncAction_ObserveWorldStateNamedIntValue) == 0x000008, "Wrong alignment on ObserveWorldStateNamedIntValueAsyncAction_ObserveWorldStateNamedIntValue"); \ +static_assert(sizeof(ObserveWorldStateNamedIntValueAsyncAction_ObserveWorldStateNamedIntValue) == 0x000030, "Wrong size on ObserveWorldStateNamedIntValueAsyncAction_ObserveWorldStateNamedIntValue"); \ +static_assert(offsetof(ObserveWorldStateNamedIntValueAsyncAction_ObserveWorldStateNamedIntValue, WorldContextObject) == 0x000000, "Member 'ObserveWorldStateNamedIntValueAsyncAction_ObserveWorldStateNamedIntValue::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateNamedIntValueAsyncAction_ObserveWorldStateNamedIntValue, NamedIntValue) == 0x000008, "Member 'ObserveWorldStateNamedIntValueAsyncAction_ObserveWorldStateNamedIntValue::NamedIntValue' has a wrong offset!"); \ +static_assert(offsetof(ObserveWorldStateNamedIntValueAsyncAction_ObserveWorldStateNamedIntValue, ReturnValue) == 0x000028, "Member 'ObserveWorldStateNamedIntValueAsyncAction_ObserveWorldStateNamedIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveWorldStateNamedIntValueAsyncAction \ +static_assert(alignof(UObserveWorldStateNamedIntValueAsyncAction) == 0x000008, "Wrong alignment on UObserveWorldStateNamedIntValueAsyncAction"); \ +static_assert(sizeof(UObserveWorldStateNamedIntValueAsyncAction) == 0x000078, "Wrong size on UObserveWorldStateNamedIntValueAsyncAction"); \ +static_assert(offsetof(UObserveWorldStateNamedIntValueAsyncAction, OnValueUpdated) == 0x000038, "Member 'UObserveWorldStateNamedIntValueAsyncAction::OnValueUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredValue \ +static_assert(alignof(UInferredValue) == 0x000008, "Wrong alignment on UInferredValue"); \ +static_assert(sizeof(UInferredValue) == 0x000030, "Wrong size on UInferredValue"); \ + +#define DUMPER7_ASSERTS_UInferredBool \ +static_assert(alignof(UInferredBool) == 0x000008, "Wrong alignment on UInferredBool"); \ +static_assert(sizeof(UInferredBool) == 0x000038, "Wrong size on UInferredBool"); \ + +#define DUMPER7_ASSERTS_InferredBlueprintBool_Evaluate \ +static_assert(alignof(InferredBlueprintBool_Evaluate) == 0x000001, "Wrong alignment on InferredBlueprintBool_Evaluate"); \ +static_assert(sizeof(InferredBlueprintBool_Evaluate) == 0x000001, "Wrong size on InferredBlueprintBool_Evaluate"); \ +static_assert(offsetof(InferredBlueprintBool_Evaluate, ReturnValue) == 0x000000, "Member 'InferredBlueprintBool_Evaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InferredBlueprintBool_GetDependencies \ +static_assert(alignof(InferredBlueprintBool_GetDependencies) == 0x000008, "Wrong alignment on InferredBlueprintBool_GetDependencies"); \ +static_assert(sizeof(InferredBlueprintBool_GetDependencies) == 0x000010, "Wrong size on InferredBlueprintBool_GetDependencies"); \ +static_assert(offsetof(InferredBlueprintBool_GetDependencies, ReturnValue) == 0x000000, "Member 'InferredBlueprintBool_GetDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InferredBlueprintBool_ToStringExpression \ +static_assert(alignof(InferredBlueprintBool_ToStringExpression) == 0x000008, "Wrong alignment on InferredBlueprintBool_ToStringExpression"); \ +static_assert(sizeof(InferredBlueprintBool_ToStringExpression) == 0x000010, "Wrong size on InferredBlueprintBool_ToStringExpression"); \ +static_assert(offsetof(InferredBlueprintBool_ToStringExpression, ReturnValue) == 0x000000, "Member 'InferredBlueprintBool_ToStringExpression::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBlueprintBool \ +static_assert(alignof(UInferredBlueprintBool) == 0x000008, "Wrong alignment on UInferredBlueprintBool"); \ +static_assert(sizeof(UInferredBlueprintBool) == 0x000040, "Wrong size on UInferredBlueprintBool"); \ + +#define DUMPER7_ASSERTS_UInferredFloat \ +static_assert(alignof(UInferredFloat) == 0x000008, "Wrong alignment on UInferredFloat"); \ +static_assert(sizeof(UInferredFloat) == 0x000038, "Wrong size on UInferredFloat"); \ + +#define DUMPER7_ASSERTS_InferredBlueprintFloat_Evaluate \ +static_assert(alignof(InferredBlueprintFloat_Evaluate) == 0x000004, "Wrong alignment on InferredBlueprintFloat_Evaluate"); \ +static_assert(sizeof(InferredBlueprintFloat_Evaluate) == 0x000004, "Wrong size on InferredBlueprintFloat_Evaluate"); \ +static_assert(offsetof(InferredBlueprintFloat_Evaluate, ReturnValue) == 0x000000, "Member 'InferredBlueprintFloat_Evaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InferredBlueprintFloat_GetDependencies \ +static_assert(alignof(InferredBlueprintFloat_GetDependencies) == 0x000008, "Wrong alignment on InferredBlueprintFloat_GetDependencies"); \ +static_assert(sizeof(InferredBlueprintFloat_GetDependencies) == 0x000010, "Wrong size on InferredBlueprintFloat_GetDependencies"); \ +static_assert(offsetof(InferredBlueprintFloat_GetDependencies, ReturnValue) == 0x000000, "Member 'InferredBlueprintFloat_GetDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InferredBlueprintFloat_ToStringExpression \ +static_assert(alignof(InferredBlueprintFloat_ToStringExpression) == 0x000008, "Wrong alignment on InferredBlueprintFloat_ToStringExpression"); \ +static_assert(sizeof(InferredBlueprintFloat_ToStringExpression) == 0x000010, "Wrong size on InferredBlueprintFloat_ToStringExpression"); \ +static_assert(offsetof(InferredBlueprintFloat_ToStringExpression, ReturnValue) == 0x000000, "Member 'InferredBlueprintFloat_ToStringExpression::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBlueprintFloat \ +static_assert(alignof(UInferredBlueprintFloat) == 0x000008, "Wrong alignment on UInferredBlueprintFloat"); \ +static_assert(sizeof(UInferredBlueprintFloat) == 0x000040, "Wrong size on UInferredBlueprintFloat"); \ + +#define DUMPER7_ASSERTS_UInferredInt \ +static_assert(alignof(UInferredInt) == 0x000008, "Wrong alignment on UInferredInt"); \ +static_assert(sizeof(UInferredInt) == 0x000038, "Wrong size on UInferredInt"); \ + +#define DUMPER7_ASSERTS_InferredBlueprintInt_Evaluate \ +static_assert(alignof(InferredBlueprintInt_Evaluate) == 0x000004, "Wrong alignment on InferredBlueprintInt_Evaluate"); \ +static_assert(sizeof(InferredBlueprintInt_Evaluate) == 0x000004, "Wrong size on InferredBlueprintInt_Evaluate"); \ +static_assert(offsetof(InferredBlueprintInt_Evaluate, ReturnValue) == 0x000000, "Member 'InferredBlueprintInt_Evaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InferredBlueprintInt_GetDependencies \ +static_assert(alignof(InferredBlueprintInt_GetDependencies) == 0x000008, "Wrong alignment on InferredBlueprintInt_GetDependencies"); \ +static_assert(sizeof(InferredBlueprintInt_GetDependencies) == 0x000010, "Wrong size on InferredBlueprintInt_GetDependencies"); \ +static_assert(offsetof(InferredBlueprintInt_GetDependencies, ReturnValue) == 0x000000, "Member 'InferredBlueprintInt_GetDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InferredBlueprintInt_ToStringExpression \ +static_assert(alignof(InferredBlueprintInt_ToStringExpression) == 0x000008, "Wrong alignment on InferredBlueprintInt_ToStringExpression"); \ +static_assert(sizeof(InferredBlueprintInt_ToStringExpression) == 0x000010, "Wrong size on InferredBlueprintInt_ToStringExpression"); \ +static_assert(offsetof(InferredBlueprintInt_ToStringExpression, ReturnValue) == 0x000000, "Member 'InferredBlueprintInt_ToStringExpression::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBlueprintInt \ +static_assert(alignof(UInferredBlueprintInt) == 0x000008, "Wrong alignment on UInferredBlueprintInt"); \ +static_assert(sizeof(UInferredBlueprintInt) == 0x000040, "Wrong size on UInferredBlueprintInt"); \ + +#define DUMPER7_ASSERTS_UInferredBoolAnd \ +static_assert(alignof(UInferredBoolAnd) == 0x000008, "Wrong alignment on UInferredBoolAnd"); \ +static_assert(sizeof(UInferredBoolAnd) == 0x000048, "Wrong size on UInferredBoolAnd"); \ +static_assert(offsetof(UInferredBoolAnd, Values) == 0x000038, "Member 'UInferredBoolAnd::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolAndSimple \ +static_assert(alignof(UInferredBoolAndSimple) == 0x000008, "Wrong alignment on UInferredBoolAndSimple"); \ +static_assert(sizeof(UInferredBoolAndSimple) == 0x000048, "Wrong size on UInferredBoolAndSimple"); \ +static_assert(offsetof(UInferredBoolAndSimple, Values) == 0x000038, "Member 'UInferredBoolAndSimple::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolAnyNamedIntValue \ +static_assert(alignof(UInferredBoolAnyNamedIntValue) == 0x000008, "Wrong alignment on UInferredBoolAnyNamedIntValue"); \ +static_assert(sizeof(UInferredBoolAnyNamedIntValue) == 0x000048, "Wrong size on UInferredBoolAnyNamedIntValue"); \ +static_assert(offsetof(UInferredBoolAnyNamedIntValue, Values) == 0x000038, "Member 'UInferredBoolAnyNamedIntValue::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolBoolEquals \ +static_assert(alignof(UInferredBoolBoolEquals) == 0x000008, "Wrong alignment on UInferredBoolBoolEquals"); \ +static_assert(sizeof(UInferredBoolBoolEquals) == 0x000048, "Wrong size on UInferredBoolBoolEquals"); \ +static_assert(offsetof(UInferredBoolBoolEquals, Left) == 0x000038, "Member 'UInferredBoolBoolEquals::Left' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolBoolEquals, Right) == 0x000040, "Member 'UInferredBoolBoolEquals::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolConstant \ +static_assert(alignof(UInferredBoolConstant) == 0x000008, "Wrong alignment on UInferredBoolConstant"); \ +static_assert(sizeof(UInferredBoolConstant) == 0x000040, "Wrong size on UInferredBoolConstant"); \ +static_assert(offsetof(UInferredBoolConstant, ConstantValue) == 0x000038, "Member 'UInferredBoolConstant::ConstantValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolEnumCompareBitmask \ +static_assert(alignof(UInferredBoolEnumCompareBitmask) == 0x000008, "Wrong alignment on UInferredBoolEnumCompareBitmask"); \ +static_assert(sizeof(UInferredBoolEnumCompareBitmask) == 0x000060, "Wrong size on UInferredBoolEnumCompareBitmask"); \ +static_assert(offsetof(UInferredBoolEnumCompareBitmask, EnumId) == 0x000038, "Member 'UInferredBoolEnumCompareBitmask::EnumId' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolEnumCompareBitmask, EnumBitmask) == 0x000050, "Member 'UInferredBoolEnumCompareBitmask::EnumBitmask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolEnumCompareValue \ +static_assert(alignof(UInferredBoolEnumCompareValue) == 0x000008, "Wrong alignment on UInferredBoolEnumCompareValue"); \ +static_assert(sizeof(UInferredBoolEnumCompareValue) == 0x000068, "Wrong size on UInferredBoolEnumCompareValue"); \ +static_assert(offsetof(UInferredBoolEnumCompareValue, EnumId) == 0x000038, "Member 'UInferredBoolEnumCompareValue::EnumId' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolEnumCompareValue, EnumValue) == 0x000050, "Member 'UInferredBoolEnumCompareValue::EnumValue' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolEnumCompareValue, bInvert) == 0x000060, "Member 'UInferredBoolEnumCompareValue::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolFloatCompare \ +static_assert(alignof(UInferredBoolFloatCompare) == 0x000008, "Wrong alignment on UInferredBoolFloatCompare"); \ +static_assert(sizeof(UInferredBoolFloatCompare) == 0x000050, "Wrong size on UInferredBoolFloatCompare"); \ +static_assert(offsetof(UInferredBoolFloatCompare, Comparison) == 0x000038, "Member 'UInferredBoolFloatCompare::Comparison' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolFloatCompare, Left) == 0x000040, "Member 'UInferredBoolFloatCompare::Left' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolFloatCompare, Right) == 0x000048, "Member 'UInferredBoolFloatCompare::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolFloatCompareValue \ +static_assert(alignof(UInferredBoolFloatCompareValue) == 0x000008, "Wrong alignment on UInferredBoolFloatCompareValue"); \ +static_assert(sizeof(UInferredBoolFloatCompareValue) == 0x000058, "Wrong size on UInferredBoolFloatCompareValue"); \ +static_assert(offsetof(UInferredBoolFloatCompareValue, Comparison) == 0x000038, "Member 'UInferredBoolFloatCompareValue::Comparison' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolFloatCompareValue, LeftValueId) == 0x00003C, "Member 'UInferredBoolFloatCompareValue::LeftValueId' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolFloatCompareValue, RightValue) == 0x000054, "Member 'UInferredBoolFloatCompareValue::RightValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolGet \ +static_assert(alignof(UInferredBoolGet) == 0x000008, "Wrong alignment on UInferredBoolGet"); \ +static_assert(sizeof(UInferredBoolGet) == 0x000058, "Wrong size on UInferredBoolGet"); \ +static_assert(offsetof(UInferredBoolGet, bInvert) == 0x000038, "Member 'UInferredBoolGet::bInvert' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolGet, ValueId) == 0x00003C, "Member 'UInferredBoolGet::ValueId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolIntCompare \ +static_assert(alignof(UInferredBoolIntCompare) == 0x000008, "Wrong alignment on UInferredBoolIntCompare"); \ +static_assert(sizeof(UInferredBoolIntCompare) == 0x000050, "Wrong size on UInferredBoolIntCompare"); \ +static_assert(offsetof(UInferredBoolIntCompare, Comparison) == 0x000038, "Member 'UInferredBoolIntCompare::Comparison' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolIntCompare, Left) == 0x000040, "Member 'UInferredBoolIntCompare::Left' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolIntCompare, Right) == 0x000048, "Member 'UInferredBoolIntCompare::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolIntCompareValue \ +static_assert(alignof(UInferredBoolIntCompareValue) == 0x000008, "Wrong alignment on UInferredBoolIntCompareValue"); \ +static_assert(sizeof(UInferredBoolIntCompareValue) == 0x000058, "Wrong size on UInferredBoolIntCompareValue"); \ +static_assert(offsetof(UInferredBoolIntCompareValue, Comparison) == 0x000038, "Member 'UInferredBoolIntCompareValue::Comparison' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolIntCompareValue, LeftValueId) == 0x00003C, "Member 'UInferredBoolIntCompareValue::LeftValueId' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolIntCompareValue, RightValue) == 0x000054, "Member 'UInferredBoolIntCompareValue::RightValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolNamedIntCompare \ +static_assert(alignof(UInferredBoolNamedIntCompare) == 0x000008, "Wrong alignment on UInferredBoolNamedIntCompare"); \ +static_assert(sizeof(UInferredBoolNamedIntCompare) == 0x000060, "Wrong size on UInferredBoolNamedIntCompare"); \ +static_assert(offsetof(UInferredBoolNamedIntCompare, NamedIntId) == 0x000038, "Member 'UInferredBoolNamedIntCompare::NamedIntId' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolNamedIntCompare, Comparison) == 0x000050, "Member 'UInferredBoolNamedIntCompare::Comparison' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolNamedIntCompare, int_0) == 0x000058, "Member 'UInferredBoolNamedIntCompare::int_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolNamedIntValueIs \ +static_assert(alignof(UInferredBoolNamedIntValueIs) == 0x000008, "Wrong alignment on UInferredBoolNamedIntValueIs"); \ +static_assert(sizeof(UInferredBoolNamedIntValueIs) == 0x000058, "Wrong size on UInferredBoolNamedIntValueIs"); \ +static_assert(offsetof(UInferredBoolNamedIntValueIs, NamedIntValue) == 0x000038, "Member 'UInferredBoolNamedIntValueIs::NamedIntValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolNot \ +static_assert(alignof(UInferredBoolNot) == 0x000008, "Wrong alignment on UInferredBoolNot"); \ +static_assert(sizeof(UInferredBoolNot) == 0x000040, "Wrong size on UInferredBoolNot"); \ +static_assert(offsetof(UInferredBoolNot, Value) == 0x000038, "Member 'UInferredBoolNot::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolOr \ +static_assert(alignof(UInferredBoolOr) == 0x000008, "Wrong alignment on UInferredBoolOr"); \ +static_assert(sizeof(UInferredBoolOr) == 0x000048, "Wrong size on UInferredBoolOr"); \ +static_assert(offsetof(UInferredBoolOr, Values) == 0x000038, "Member 'UInferredBoolOr::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolOrSimple \ +static_assert(alignof(UInferredBoolOrSimple) == 0x000008, "Wrong alignment on UInferredBoolOrSimple"); \ +static_assert(sizeof(UInferredBoolOrSimple) == 0x000048, "Wrong size on UInferredBoolOrSimple"); \ +static_assert(offsetof(UInferredBoolOrSimple, Values) == 0x000038, "Member 'UInferredBoolOrSimple::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredBoolReadOnly \ +static_assert(alignof(UInferredBoolReadOnly) == 0x000008, "Wrong alignment on UInferredBoolReadOnly"); \ +static_assert(sizeof(UInferredBoolReadOnly) == 0x000048, "Wrong size on UInferredBoolReadOnly"); \ +static_assert(offsetof(UInferredBoolReadOnly, WorldStateInfoName) == 0x000038, "Member 'UInferredBoolReadOnly::WorldStateInfoName' has a wrong offset!"); \ +static_assert(offsetof(UInferredBoolReadOnly, ValueName) == 0x000040, "Member 'UInferredBoolReadOnly::ValueName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredEnum \ +static_assert(alignof(UInferredEnum) == 0x000008, "Wrong alignment on UInferredEnum"); \ +static_assert(sizeof(UInferredEnum) == 0x000040, "Wrong size on UInferredEnum"); \ +static_assert(offsetof(UInferredEnum, Enum) == 0x000030, "Member 'UInferredEnum::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredEnumSelectFirst \ +static_assert(alignof(UInferredEnumSelectFirst) == 0x000008, "Wrong alignment on UInferredEnumSelectFirst"); \ +static_assert(sizeof(UInferredEnumSelectFirst) == 0x000060, "Wrong size on UInferredEnumSelectFirst"); \ +static_assert(offsetof(UInferredEnumSelectFirst, Choices) == 0x000040, "Member 'UInferredEnumSelectFirst::Choices' has a wrong offset!"); \ +static_assert(offsetof(UInferredEnumSelectFirst, DefaultValue) == 0x000050, "Member 'UInferredEnumSelectFirst::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredFloatConstant \ +static_assert(alignof(UInferredFloatConstant) == 0x000008, "Wrong alignment on UInferredFloatConstant"); \ +static_assert(sizeof(UInferredFloatConstant) == 0x000040, "Wrong size on UInferredFloatConstant"); \ +static_assert(offsetof(UInferredFloatConstant, ConstantValue) == 0x000038, "Member 'UInferredFloatConstant::ConstantValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredFloatGet \ +static_assert(alignof(UInferredFloatGet) == 0x000008, "Wrong alignment on UInferredFloatGet"); \ +static_assert(sizeof(UInferredFloatGet) == 0x000050, "Wrong size on UInferredFloatGet"); \ +static_assert(offsetof(UInferredFloatGet, ValueId) == 0x000038, "Member 'UInferredFloatGet::ValueId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredFloatMax \ +static_assert(alignof(UInferredFloatMax) == 0x000008, "Wrong alignment on UInferredFloatMax"); \ +static_assert(sizeof(UInferredFloatMax) == 0x000048, "Wrong size on UInferredFloatMax"); \ +static_assert(offsetof(UInferredFloatMax, Values) == 0x000038, "Member 'UInferredFloatMax::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredFloatMin \ +static_assert(alignof(UInferredFloatMin) == 0x000008, "Wrong alignment on UInferredFloatMin"); \ +static_assert(sizeof(UInferredFloatMin) == 0x000048, "Wrong size on UInferredFloatMin"); \ +static_assert(offsetof(UInferredFloatMin, Values) == 0x000038, "Member 'UInferredFloatMin::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredFloatReadOnly \ +static_assert(alignof(UInferredFloatReadOnly) == 0x000008, "Wrong alignment on UInferredFloatReadOnly"); \ +static_assert(sizeof(UInferredFloatReadOnly) == 0x000048, "Wrong size on UInferredFloatReadOnly"); \ +static_assert(offsetof(UInferredFloatReadOnly, WorldStateInfoName) == 0x000038, "Member 'UInferredFloatReadOnly::WorldStateInfoName' has a wrong offset!"); \ +static_assert(offsetof(UInferredFloatReadOnly, ValueName) == 0x000040, "Member 'UInferredFloatReadOnly::ValueName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredFloatSum \ +static_assert(alignof(UInferredFloatSum) == 0x000008, "Wrong alignment on UInferredFloatSum"); \ +static_assert(sizeof(UInferredFloatSum) == 0x000048, "Wrong size on UInferredFloatSum"); \ +static_assert(offsetof(UInferredFloatSum, Values) == 0x000038, "Member 'UInferredFloatSum::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredIntConstant \ +static_assert(alignof(UInferredIntConstant) == 0x000008, "Wrong alignment on UInferredIntConstant"); \ +static_assert(sizeof(UInferredIntConstant) == 0x000040, "Wrong size on UInferredIntConstant"); \ +static_assert(offsetof(UInferredIntConstant, ConstantValue) == 0x000038, "Member 'UInferredIntConstant::ConstantValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredIntCountBool \ +static_assert(alignof(UInferredIntCountBool) == 0x000008, "Wrong alignment on UInferredIntCountBool"); \ +static_assert(sizeof(UInferredIntCountBool) == 0x000050, "Wrong size on UInferredIntCountBool"); \ +static_assert(offsetof(UInferredIntCountBool, BoolValues) == 0x000038, "Member 'UInferredIntCountBool::BoolValues' has a wrong offset!"); \ +static_assert(offsetof(UInferredIntCountBool, CountTrueValues) == 0x000048, "Member 'UInferredIntCountBool::CountTrueValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredIntGet \ +static_assert(alignof(UInferredIntGet) == 0x000008, "Wrong alignment on UInferredIntGet"); \ +static_assert(sizeof(UInferredIntGet) == 0x000050, "Wrong size on UInferredIntGet"); \ +static_assert(offsetof(UInferredIntGet, ValueId) == 0x000038, "Member 'UInferredIntGet::ValueId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredIntGetNamedInt \ +static_assert(alignof(UInferredIntGetNamedInt) == 0x000008, "Wrong alignment on UInferredIntGetNamedInt"); \ +static_assert(sizeof(UInferredIntGetNamedInt) == 0x000050, "Wrong size on UInferredIntGetNamedInt"); \ +static_assert(offsetof(UInferredIntGetNamedInt, NamedIntId) == 0x000038, "Member 'UInferredIntGetNamedInt::NamedIntId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredIntMax \ +static_assert(alignof(UInferredIntMax) == 0x000008, "Wrong alignment on UInferredIntMax"); \ +static_assert(sizeof(UInferredIntMax) == 0x000048, "Wrong size on UInferredIntMax"); \ +static_assert(offsetof(UInferredIntMax, Values) == 0x000038, "Member 'UInferredIntMax::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredIntMin \ +static_assert(alignof(UInferredIntMin) == 0x000008, "Wrong alignment on UInferredIntMin"); \ +static_assert(sizeof(UInferredIntMin) == 0x000048, "Wrong size on UInferredIntMin"); \ +static_assert(offsetof(UInferredIntMin, Values) == 0x000038, "Member 'UInferredIntMin::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredIntNamedIntConstant \ +static_assert(alignof(UInferredIntNamedIntConstant) == 0x000008, "Wrong alignment on UInferredIntNamedIntConstant"); \ +static_assert(sizeof(UInferredIntNamedIntConstant) == 0x000058, "Wrong size on UInferredIntNamedIntConstant"); \ +static_assert(offsetof(UInferredIntNamedIntConstant, NamedIntValue) == 0x000038, "Member 'UInferredIntNamedIntConstant::NamedIntValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredIntReadOnly \ +static_assert(alignof(UInferredIntReadOnly) == 0x000008, "Wrong alignment on UInferredIntReadOnly"); \ +static_assert(sizeof(UInferredIntReadOnly) == 0x000048, "Wrong size on UInferredIntReadOnly"); \ +static_assert(offsetof(UInferredIntReadOnly, WorldStateInfoName) == 0x000038, "Member 'UInferredIntReadOnly::WorldStateInfoName' has a wrong offset!"); \ +static_assert(offsetof(UInferredIntReadOnly, ValueName) == 0x000040, "Member 'UInferredIntReadOnly::ValueName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredIntSelectFirst \ +static_assert(alignof(UInferredIntSelectFirst) == 0x000008, "Wrong alignment on UInferredIntSelectFirst"); \ +static_assert(sizeof(UInferredIntSelectFirst) == 0x000050, "Wrong size on UInferredIntSelectFirst"); \ +static_assert(offsetof(UInferredIntSelectFirst, Choices) == 0x000038, "Member 'UInferredIntSelectFirst::Choices' has a wrong offset!"); \ +static_assert(offsetof(UInferredIntSelectFirst, DefaultValue) == 0x000048, "Member 'UInferredIntSelectFirst::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredIntSum \ +static_assert(alignof(UInferredIntSum) == 0x000008, "Wrong alignment on UInferredIntSum"); \ +static_assert(sizeof(UInferredIntSum) == 0x000048, "Wrong size on UInferredIntSum"); \ +static_assert(offsetof(UInferredIntSum, Values) == 0x000038, "Member 'UInferredIntSum::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredNamedInt \ +static_assert(alignof(UInferredNamedInt) == 0x000008, "Wrong alignment on UInferredNamedInt"); \ +static_assert(sizeof(UInferredNamedInt) == 0x000048, "Wrong size on UInferredNamedInt"); \ +static_assert(offsetof(UInferredNamedInt, WorldStateInfoName) == 0x000030, "Member 'UInferredNamedInt::WorldStateInfoName' has a wrong offset!"); \ +static_assert(offsetof(UInferredNamedInt, ValueName) == 0x000038, "Member 'UInferredNamedInt::ValueName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInferredNamedIntSelectFirst \ +static_assert(alignof(UInferredNamedIntSelectFirst) == 0x000008, "Wrong alignment on UInferredNamedIntSelectFirst"); \ +static_assert(sizeof(UInferredNamedIntSelectFirst) == 0x000060, "Wrong size on UInferredNamedIntSelectFirst"); \ +static_assert(offsetof(UInferredNamedIntSelectFirst, Choices) == 0x000048, "Member 'UInferredNamedIntSelectFirst::Choices' has a wrong offset!"); \ +static_assert(offsetof(UInferredNamedIntSelectFirst, DefaultValue) == 0x000058, "Member 'UInferredNamedIntSelectFirst::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariableBinding \ +static_assert(alignof(UVariableBinding) == 0x000008, "Wrong alignment on UVariableBinding"); \ +static_assert(sizeof(UVariableBinding) == 0x000038, "Wrong size on UVariableBinding"); \ +static_assert(offsetof(UVariableBinding, Targets) == 0x000028, "Member 'UVariableBinding::Targets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariableBindingTargetWorldStateInfo_ValueChanged \ +static_assert(alignof(VariableBindingTargetWorldStateInfo_ValueChanged) == 0x000008, "Wrong alignment on VariableBindingTargetWorldStateInfo_ValueChanged"); \ +static_assert(sizeof(VariableBindingTargetWorldStateInfo_ValueChanged) == 0x000010, "Wrong size on VariableBindingTargetWorldStateInfo_ValueChanged"); \ +static_assert(offsetof(VariableBindingTargetWorldStateInfo_ValueChanged, WorldStateInfo) == 0x000000, "Member 'VariableBindingTargetWorldStateInfo_ValueChanged::WorldStateInfo' has a wrong offset!"); \ +static_assert(offsetof(VariableBindingTargetWorldStateInfo_ValueChanged, ChangedPropertyName) == 0x000008, "Member 'VariableBindingTargetWorldStateInfo_ValueChanged::ChangedPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariableBindingTargetWorldStateInfo \ +static_assert(alignof(UVariableBindingTargetWorldStateInfo) == 0x000008, "Wrong alignment on UVariableBindingTargetWorldStateInfo"); \ +static_assert(sizeof(UVariableBindingTargetWorldStateInfo) == 0x000050, "Wrong size on UVariableBindingTargetWorldStateInfo"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_Contains_NamedIntIdValue \ +static_assert(alignof(WorldStateFunctionLibrary_Contains_NamedIntIdValue) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_Contains_NamedIntIdValue"); \ +static_assert(sizeof(WorldStateFunctionLibrary_Contains_NamedIntIdValue) == 0x000038, "Wrong size on WorldStateFunctionLibrary_Contains_NamedIntIdValue"); \ +static_assert(offsetof(WorldStateFunctionLibrary_Contains_NamedIntIdValue, A) == 0x000000, "Member 'WorldStateFunctionLibrary_Contains_NamedIntIdValue::A' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_Contains_NamedIntIdValue, B) == 0x000010, "Member 'WorldStateFunctionLibrary_Contains_NamedIntIdValue::B' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_Contains_NamedIntIdValue, ReturnValue) == 0x000030, "Member 'WorldStateFunctionLibrary_Contains_NamedIntIdValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_Conv_WSNamedIntToInt \ +static_assert(alignof(WorldStateFunctionLibrary_Conv_WSNamedIntToInt) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_Conv_WSNamedIntToInt"); \ +static_assert(sizeof(WorldStateFunctionLibrary_Conv_WSNamedIntToInt) == 0x000028, "Wrong size on WorldStateFunctionLibrary_Conv_WSNamedIntToInt"); \ +static_assert(offsetof(WorldStateFunctionLibrary_Conv_WSNamedIntToInt, WorldContextObject) == 0x000000, "Member 'WorldStateFunctionLibrary_Conv_WSNamedIntToInt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_Conv_WSNamedIntToInt, NamedIntValue) == 0x000008, "Member 'WorldStateFunctionLibrary_Conv_WSNamedIntToInt::NamedIntValue' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_Conv_WSNamedIntToInt, ReturnValue) == 0x000020, "Member 'WorldStateFunctionLibrary_Conv_WSNamedIntToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_Conv_WSNamedIntValueToInt \ +static_assert(alignof(WorldStateFunctionLibrary_Conv_WSNamedIntValueToInt) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_Conv_WSNamedIntValueToInt"); \ +static_assert(sizeof(WorldStateFunctionLibrary_Conv_WSNamedIntValueToInt) == 0x000030, "Wrong size on WorldStateFunctionLibrary_Conv_WSNamedIntValueToInt"); \ +static_assert(offsetof(WorldStateFunctionLibrary_Conv_WSNamedIntValueToInt, WorldContextObject) == 0x000000, "Member 'WorldStateFunctionLibrary_Conv_WSNamedIntValueToInt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_Conv_WSNamedIntValueToInt, NamedIntValue) == 0x000008, "Member 'WorldStateFunctionLibrary_Conv_WSNamedIntValueToInt::NamedIntValue' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_Conv_WSNamedIntValueToInt, ReturnValue) == 0x000028, "Member 'WorldStateFunctionLibrary_Conv_WSNamedIntValueToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_EqualEqual_BoolId \ +static_assert(alignof(WorldStateFunctionLibrary_EqualEqual_BoolId) == 0x000004, "Wrong alignment on WorldStateFunctionLibrary_EqualEqual_BoolId"); \ +static_assert(sizeof(WorldStateFunctionLibrary_EqualEqual_BoolId) == 0x000034, "Wrong size on WorldStateFunctionLibrary_EqualEqual_BoolId"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_BoolId, A) == 0x000000, "Member 'WorldStateFunctionLibrary_EqualEqual_BoolId::A' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_BoolId, B) == 0x000018, "Member 'WorldStateFunctionLibrary_EqualEqual_BoolId::B' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_BoolId, ReturnValue) == 0x000030, "Member 'WorldStateFunctionLibrary_EqualEqual_BoolId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_EqualEqual_FloatId \ +static_assert(alignof(WorldStateFunctionLibrary_EqualEqual_FloatId) == 0x000004, "Wrong alignment on WorldStateFunctionLibrary_EqualEqual_FloatId"); \ +static_assert(sizeof(WorldStateFunctionLibrary_EqualEqual_FloatId) == 0x000034, "Wrong size on WorldStateFunctionLibrary_EqualEqual_FloatId"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_FloatId, A) == 0x000000, "Member 'WorldStateFunctionLibrary_EqualEqual_FloatId::A' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_FloatId, B) == 0x000018, "Member 'WorldStateFunctionLibrary_EqualEqual_FloatId::B' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_FloatId, ReturnValue) == 0x000030, "Member 'WorldStateFunctionLibrary_EqualEqual_FloatId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_EqualEqual_IntId \ +static_assert(alignof(WorldStateFunctionLibrary_EqualEqual_IntId) == 0x000004, "Wrong alignment on WorldStateFunctionLibrary_EqualEqual_IntId"); \ +static_assert(sizeof(WorldStateFunctionLibrary_EqualEqual_IntId) == 0x000034, "Wrong size on WorldStateFunctionLibrary_EqualEqual_IntId"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_IntId, A) == 0x000000, "Member 'WorldStateFunctionLibrary_EqualEqual_IntId::A' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_IntId, B) == 0x000018, "Member 'WorldStateFunctionLibrary_EqualEqual_IntId::B' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_IntId, ReturnValue) == 0x000030, "Member 'WorldStateFunctionLibrary_EqualEqual_IntId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_EqualEqual_NamedIntId \ +static_assert(alignof(WorldStateFunctionLibrary_EqualEqual_NamedIntId) == 0x000004, "Wrong alignment on WorldStateFunctionLibrary_EqualEqual_NamedIntId"); \ +static_assert(sizeof(WorldStateFunctionLibrary_EqualEqual_NamedIntId) == 0x000034, "Wrong size on WorldStateFunctionLibrary_EqualEqual_NamedIntId"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_NamedIntId, A) == 0x000000, "Member 'WorldStateFunctionLibrary_EqualEqual_NamedIntId::A' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_NamedIntId, B) == 0x000018, "Member 'WorldStateFunctionLibrary_EqualEqual_NamedIntId::B' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_NamedIntId, ReturnValue) == 0x000030, "Member 'WorldStateFunctionLibrary_EqualEqual_NamedIntId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_EqualEqual_WorldStateInfoId \ +static_assert(alignof(WorldStateFunctionLibrary_EqualEqual_WorldStateInfoId) == 0x000004, "Wrong alignment on WorldStateFunctionLibrary_EqualEqual_WorldStateInfoId"); \ +static_assert(sizeof(WorldStateFunctionLibrary_EqualEqual_WorldStateInfoId) == 0x000024, "Wrong size on WorldStateFunctionLibrary_EqualEqual_WorldStateInfoId"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_WorldStateInfoId, A) == 0x000000, "Member 'WorldStateFunctionLibrary_EqualEqual_WorldStateInfoId::A' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_WorldStateInfoId, B) == 0x000010, "Member 'WorldStateFunctionLibrary_EqualEqual_WorldStateInfoId::B' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_EqualEqual_WorldStateInfoId, ReturnValue) == 0x000020, "Member 'WorldStateFunctionLibrary_EqualEqual_WorldStateInfoId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_Find_NamedIntIdValue \ +static_assert(alignof(WorldStateFunctionLibrary_Find_NamedIntIdValue) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_Find_NamedIntIdValue"); \ +static_assert(sizeof(WorldStateFunctionLibrary_Find_NamedIntIdValue) == 0x000038, "Wrong size on WorldStateFunctionLibrary_Find_NamedIntIdValue"); \ +static_assert(offsetof(WorldStateFunctionLibrary_Find_NamedIntIdValue, A) == 0x000000, "Member 'WorldStateFunctionLibrary_Find_NamedIntIdValue::A' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_Find_NamedIntIdValue, B) == 0x000010, "Member 'WorldStateFunctionLibrary_Find_NamedIntIdValue::B' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_Find_NamedIntIdValue, ReturnValue) == 0x000030, "Member 'WorldStateFunctionLibrary_Find_NamedIntIdValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_GetWorldStateBool \ +static_assert(alignof(WorldStateFunctionLibrary_GetWorldStateBool) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_GetWorldStateBool"); \ +static_assert(sizeof(WorldStateFunctionLibrary_GetWorldStateBool) == 0x000030, "Wrong size on WorldStateFunctionLibrary_GetWorldStateBool"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateBool, WorldContextObject) == 0x000000, "Member 'WorldStateFunctionLibrary_GetWorldStateBool::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateBool, ValueId) == 0x000008, "Member 'WorldStateFunctionLibrary_GetWorldStateBool::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateBool, ResolveContext) == 0x000020, "Member 'WorldStateFunctionLibrary_GetWorldStateBool::ResolveContext' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateBool, ReturnValue) == 0x000028, "Member 'WorldStateFunctionLibrary_GetWorldStateBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_GetWorldStateFloat \ +static_assert(alignof(WorldStateFunctionLibrary_GetWorldStateFloat) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_GetWorldStateFloat"); \ +static_assert(sizeof(WorldStateFunctionLibrary_GetWorldStateFloat) == 0x000028, "Wrong size on WorldStateFunctionLibrary_GetWorldStateFloat"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateFloat, WorldContextObject) == 0x000000, "Member 'WorldStateFunctionLibrary_GetWorldStateFloat::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateFloat, ValueId) == 0x000008, "Member 'WorldStateFunctionLibrary_GetWorldStateFloat::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateFloat, ReturnValue) == 0x000020, "Member 'WorldStateFunctionLibrary_GetWorldStateFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_GetWorldStateInt \ +static_assert(alignof(WorldStateFunctionLibrary_GetWorldStateInt) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_GetWorldStateInt"); \ +static_assert(sizeof(WorldStateFunctionLibrary_GetWorldStateInt) == 0x000028, "Wrong size on WorldStateFunctionLibrary_GetWorldStateInt"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateInt, WorldContextObject) == 0x000000, "Member 'WorldStateFunctionLibrary_GetWorldStateInt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateInt, ValueId) == 0x000008, "Member 'WorldStateFunctionLibrary_GetWorldStateInt::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateInt, ReturnValue) == 0x000020, "Member 'WorldStateFunctionLibrary_GetWorldStateInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_GetWorldStateNamedInt \ +static_assert(alignof(WorldStateFunctionLibrary_GetWorldStateNamedInt) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_GetWorldStateNamedInt"); \ +static_assert(sizeof(WorldStateFunctionLibrary_GetWorldStateNamedInt) == 0x000040, "Wrong size on WorldStateFunctionLibrary_GetWorldStateNamedInt"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateNamedInt, WorldContextObject) == 0x000000, "Member 'WorldStateFunctionLibrary_GetWorldStateNamedInt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateNamedInt, ValueId) == 0x000008, "Member 'WorldStateFunctionLibrary_GetWorldStateNamedInt::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_GetWorldStateNamedInt, ReturnValue) == 0x000020, "Member 'WorldStateFunctionLibrary_GetWorldStateNamedInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_IncrementWorldStateInt \ +static_assert(alignof(WorldStateFunctionLibrary_IncrementWorldStateInt) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_IncrementWorldStateInt"); \ +static_assert(sizeof(WorldStateFunctionLibrary_IncrementWorldStateInt) == 0x000028, "Wrong size on WorldStateFunctionLibrary_IncrementWorldStateInt"); \ +static_assert(offsetof(WorldStateFunctionLibrary_IncrementWorldStateInt, WorldContextObject) == 0x000000, "Member 'WorldStateFunctionLibrary_IncrementWorldStateInt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_IncrementWorldStateInt, ValueId) == 0x000008, "Member 'WorldStateFunctionLibrary_IncrementWorldStateInt::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_IncrementWorldStateInt, IncrementValue) == 0x000020, "Member 'WorldStateFunctionLibrary_IncrementWorldStateInt::IncrementValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_IsValueIdValid \ +static_assert(alignof(WorldStateFunctionLibrary_IsValueIdValid) == 0x000004, "Wrong alignment on WorldStateFunctionLibrary_IsValueIdValid"); \ +static_assert(sizeof(WorldStateFunctionLibrary_IsValueIdValid) == 0x00001C, "Wrong size on WorldStateFunctionLibrary_IsValueIdValid"); \ +static_assert(offsetof(WorldStateFunctionLibrary_IsValueIdValid, ValueId) == 0x000000, "Member 'WorldStateFunctionLibrary_IsValueIdValid::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_IsValueIdValid, ReturnValue) == 0x000018, "Member 'WorldStateFunctionLibrary_IsValueIdValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_IsWorldStateInfoIdValid \ +static_assert(alignof(WorldStateFunctionLibrary_IsWorldStateInfoIdValid) == 0x000004, "Wrong alignment on WorldStateFunctionLibrary_IsWorldStateInfoIdValid"); \ +static_assert(sizeof(WorldStateFunctionLibrary_IsWorldStateInfoIdValid) == 0x000014, "Wrong size on WorldStateFunctionLibrary_IsWorldStateInfoIdValid"); \ +static_assert(offsetof(WorldStateFunctionLibrary_IsWorldStateInfoIdValid, ValueId) == 0x000000, "Member 'WorldStateFunctionLibrary_IsWorldStateInfoIdValid::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_IsWorldStateInfoIdValid, ReturnValue) == 0x000010, "Member 'WorldStateFunctionLibrary_IsWorldStateInfoIdValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_NotEqual_NamedIntValueNamedIntValue \ +static_assert(alignof(WorldStateFunctionLibrary_NotEqual_NamedIntValueNamedIntValue) == 0x000004, "Wrong alignment on WorldStateFunctionLibrary_NotEqual_NamedIntValueNamedIntValue"); \ +static_assert(sizeof(WorldStateFunctionLibrary_NotEqual_NamedIntValueNamedIntValue) == 0x000044, "Wrong size on WorldStateFunctionLibrary_NotEqual_NamedIntValueNamedIntValue"); \ +static_assert(offsetof(WorldStateFunctionLibrary_NotEqual_NamedIntValueNamedIntValue, A) == 0x000000, "Member 'WorldStateFunctionLibrary_NotEqual_NamedIntValueNamedIntValue::A' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_NotEqual_NamedIntValueNamedIntValue, B) == 0x000020, "Member 'WorldStateFunctionLibrary_NotEqual_NamedIntValueNamedIntValue::B' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_NotEqual_NamedIntValueNamedIntValue, ReturnValue) == 0x000040, "Member 'WorldStateFunctionLibrary_NotEqual_NamedIntValueNamedIntValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_SetWorldStateBool \ +static_assert(alignof(WorldStateFunctionLibrary_SetWorldStateBool) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_SetWorldStateBool"); \ +static_assert(sizeof(WorldStateFunctionLibrary_SetWorldStateBool) == 0x000028, "Wrong size on WorldStateFunctionLibrary_SetWorldStateBool"); \ +static_assert(offsetof(WorldStateFunctionLibrary_SetWorldStateBool, WorldContextObject) == 0x000000, "Member 'WorldStateFunctionLibrary_SetWorldStateBool::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_SetWorldStateBool, ValueId) == 0x000008, "Member 'WorldStateFunctionLibrary_SetWorldStateBool::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_SetWorldStateBool, bValue) == 0x000020, "Member 'WorldStateFunctionLibrary_SetWorldStateBool::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_SetWorldStateFloat \ +static_assert(alignof(WorldStateFunctionLibrary_SetWorldStateFloat) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_SetWorldStateFloat"); \ +static_assert(sizeof(WorldStateFunctionLibrary_SetWorldStateFloat) == 0x000028, "Wrong size on WorldStateFunctionLibrary_SetWorldStateFloat"); \ +static_assert(offsetof(WorldStateFunctionLibrary_SetWorldStateFloat, WorldContextObject) == 0x000000, "Member 'WorldStateFunctionLibrary_SetWorldStateFloat::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_SetWorldStateFloat, ValueId) == 0x000008, "Member 'WorldStateFunctionLibrary_SetWorldStateFloat::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_SetWorldStateFloat, Value) == 0x000020, "Member 'WorldStateFunctionLibrary_SetWorldStateFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_SetWorldStateInt \ +static_assert(alignof(WorldStateFunctionLibrary_SetWorldStateInt) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_SetWorldStateInt"); \ +static_assert(sizeof(WorldStateFunctionLibrary_SetWorldStateInt) == 0x000028, "Wrong size on WorldStateFunctionLibrary_SetWorldStateInt"); \ +static_assert(offsetof(WorldStateFunctionLibrary_SetWorldStateInt, WorldContextObject) == 0x000000, "Member 'WorldStateFunctionLibrary_SetWorldStateInt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_SetWorldStateInt, ValueId) == 0x000008, "Member 'WorldStateFunctionLibrary_SetWorldStateInt::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_SetWorldStateInt, Value) == 0x000020, "Member 'WorldStateFunctionLibrary_SetWorldStateInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_SetWorldStateNamedInt \ +static_assert(alignof(WorldStateFunctionLibrary_SetWorldStateNamedInt) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_SetWorldStateNamedInt"); \ +static_assert(sizeof(WorldStateFunctionLibrary_SetWorldStateNamedInt) == 0x000028, "Wrong size on WorldStateFunctionLibrary_SetWorldStateNamedInt"); \ +static_assert(offsetof(WorldStateFunctionLibrary_SetWorldStateNamedInt, WorldContextObject) == 0x000000, "Member 'WorldStateFunctionLibrary_SetWorldStateNamedInt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_SetWorldStateNamedInt, NamedIntValue) == 0x000008, "Member 'WorldStateFunctionLibrary_SetWorldStateNamedInt::NamedIntValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_ToString \ +static_assert(alignof(WorldStateFunctionLibrary_ToString) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_ToString"); \ +static_assert(sizeof(WorldStateFunctionLibrary_ToString) == 0x000030, "Wrong size on WorldStateFunctionLibrary_ToString"); \ +static_assert(offsetof(WorldStateFunctionLibrary_ToString, ValueId) == 0x000000, "Member 'WorldStateFunctionLibrary_ToString::ValueId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_ToString, ReturnValue) == 0x000020, "Member 'WorldStateFunctionLibrary_ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibrary_ToString_WSResolveContext \ +static_assert(alignof(WorldStateFunctionLibrary_ToString_WSResolveContext) == 0x000008, "Wrong alignment on WorldStateFunctionLibrary_ToString_WSResolveContext"); \ +static_assert(sizeof(WorldStateFunctionLibrary_ToString_WSResolveContext) == 0x000018, "Wrong size on WorldStateFunctionLibrary_ToString_WSResolveContext"); \ +static_assert(offsetof(WorldStateFunctionLibrary_ToString_WSResolveContext, Value) == 0x000000, "Member 'WorldStateFunctionLibrary_ToString_WSResolveContext::Value' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibrary_ToString_WSResolveContext, ReturnValue) == 0x000008, "Member 'WorldStateFunctionLibrary_ToString_WSResolveContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateFunctionLibrary \ +static_assert(alignof(UWorldStateFunctionLibrary) == 0x000008, "Wrong alignment on UWorldStateFunctionLibrary"); \ +static_assert(sizeof(UWorldStateFunctionLibrary) == 0x000028, "Wrong size on UWorldStateFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_WorldStateFunctionLibraryOld_BranchOnWorldStateBool \ +static_assert(alignof(WorldStateFunctionLibraryOld_BranchOnWorldStateBool) == 0x000008, "Wrong alignment on WorldStateFunctionLibraryOld_BranchOnWorldStateBool"); \ +static_assert(sizeof(WorldStateFunctionLibraryOld_BranchOnWorldStateBool) == 0x000020, "Wrong size on WorldStateFunctionLibraryOld_BranchOnWorldStateBool"); \ +static_assert(offsetof(WorldStateFunctionLibraryOld_BranchOnWorldStateBool, WorldContextObject) == 0x000000, "Member 'WorldStateFunctionLibraryOld_BranchOnWorldStateBool::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibraryOld_BranchOnWorldStateBool, StateInfoID) == 0x000008, "Member 'WorldStateFunctionLibraryOld_BranchOnWorldStateBool::StateInfoID' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibraryOld_BranchOnWorldStateBool, Name_0) == 0x000010, "Member 'WorldStateFunctionLibraryOld_BranchOnWorldStateBool::Name_0' has a wrong offset!"); \ +static_assert(offsetof(WorldStateFunctionLibraryOld_BranchOnWorldStateBool, Result) == 0x000018, "Member 'WorldStateFunctionLibraryOld_BranchOnWorldStateBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateFunctionLibraryOld \ +static_assert(alignof(UWorldStateFunctionLibraryOld) == 0x000008, "Wrong alignment on UWorldStateFunctionLibraryOld"); \ +static_assert(sizeof(UWorldStateFunctionLibraryOld) == 0x000028, "Wrong size on UWorldStateFunctionLibraryOld"); \ + +#define DUMPER7_ASSERTS_WorldStateInfoSubsystem_FindOrCreateWorldStateInfo \ +static_assert(alignof(WorldStateInfoSubsystem_FindOrCreateWorldStateInfo) == 0x000008, "Wrong alignment on WorldStateInfoSubsystem_FindOrCreateWorldStateInfo"); \ +static_assert(sizeof(WorldStateInfoSubsystem_FindOrCreateWorldStateInfo) == 0x000010, "Wrong size on WorldStateInfoSubsystem_FindOrCreateWorldStateInfo"); \ +static_assert(offsetof(WorldStateInfoSubsystem_FindOrCreateWorldStateInfo, StateInfoID) == 0x000000, "Member 'WorldStateInfoSubsystem_FindOrCreateWorldStateInfo::StateInfoID' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfoSubsystem_FindOrCreateWorldStateInfo, ReturnValue) == 0x000008, "Member 'WorldStateInfoSubsystem_FindOrCreateWorldStateInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfoSubsystem_GetWorldStateInfo \ +static_assert(alignof(WorldStateInfoSubsystem_GetWorldStateInfo) == 0x000008, "Wrong alignment on WorldStateInfoSubsystem_GetWorldStateInfo"); \ +static_assert(sizeof(WorldStateInfoSubsystem_GetWorldStateInfo) == 0x000010, "Wrong size on WorldStateInfoSubsystem_GetWorldStateInfo"); \ +static_assert(offsetof(WorldStateInfoSubsystem_GetWorldStateInfo, StateInfoID) == 0x000000, "Member 'WorldStateInfoSubsystem_GetWorldStateInfo::StateInfoID' has a wrong offset!"); \ +static_assert(offsetof(WorldStateInfoSubsystem_GetWorldStateInfo, ReturnValue) == 0x000008, "Member 'WorldStateInfoSubsystem_GetWorldStateInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateInfoSubsystem_GetWorldStateInfoNames \ +static_assert(alignof(WorldStateInfoSubsystem_GetWorldStateInfoNames) == 0x000008, "Wrong alignment on WorldStateInfoSubsystem_GetWorldStateInfoNames"); \ +static_assert(sizeof(WorldStateInfoSubsystem_GetWorldStateInfoNames) == 0x000010, "Wrong size on WorldStateInfoSubsystem_GetWorldStateInfoNames"); \ +static_assert(offsetof(WorldStateInfoSubsystem_GetWorldStateInfoNames, ReturnValue) == 0x000000, "Member 'WorldStateInfoSubsystem_GetWorldStateInfoNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateInfoSubsystem \ +static_assert(alignof(UWorldStateInfoSubsystem) == 0x000008, "Wrong alignment on UWorldStateInfoSubsystem"); \ +static_assert(sizeof(UWorldStateInfoSubsystem) == 0x000100, "Wrong size on UWorldStateInfoSubsystem"); \ +static_assert(offsetof(UWorldStateInfoSubsystem, m_WorldStateInfo) == 0x000060, "Member 'UWorldStateInfoSubsystem::m_WorldStateInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateKismetLibrary_BP_WorldStateEnum_Get \ +static_assert(alignof(WorldStateKismetLibrary_BP_WorldStateEnum_Get) == 0x000008, "Wrong alignment on WorldStateKismetLibrary_BP_WorldStateEnum_Get"); \ +static_assert(sizeof(WorldStateKismetLibrary_BP_WorldStateEnum_Get) == 0x000030, "Wrong size on WorldStateKismetLibrary_BP_WorldStateEnum_Get"); \ +static_assert(offsetof(WorldStateKismetLibrary_BP_WorldStateEnum_Get, WorldContextObject) == 0x000000, "Member 'WorldStateKismetLibrary_BP_WorldStateEnum_Get::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateKismetLibrary_BP_WorldStateEnum_Get, EnumId) == 0x000008, "Member 'WorldStateKismetLibrary_BP_WorldStateEnum_Get::EnumId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateKismetLibrary_BP_WorldStateEnum_Get, EnumType) == 0x000020, "Member 'WorldStateKismetLibrary_BP_WorldStateEnum_Get::EnumType' has a wrong offset!"); \ +static_assert(offsetof(WorldStateKismetLibrary_BP_WorldStateEnum_Get, ReturnValue) == 0x000028, "Member 'WorldStateKismetLibrary_BP_WorldStateEnum_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldStateKismetLibrary_BP_WorldStateEnum_Set \ +static_assert(alignof(WorldStateKismetLibrary_BP_WorldStateEnum_Set) == 0x000008, "Wrong alignment on WorldStateKismetLibrary_BP_WorldStateEnum_Set"); \ +static_assert(sizeof(WorldStateKismetLibrary_BP_WorldStateEnum_Set) == 0x000030, "Wrong size on WorldStateKismetLibrary_BP_WorldStateEnum_Set"); \ +static_assert(offsetof(WorldStateKismetLibrary_BP_WorldStateEnum_Set, WorldContextObject) == 0x000000, "Member 'WorldStateKismetLibrary_BP_WorldStateEnum_Set::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldStateKismetLibrary_BP_WorldStateEnum_Set, EnumId) == 0x000008, "Member 'WorldStateKismetLibrary_BP_WorldStateEnum_Set::EnumId' has a wrong offset!"); \ +static_assert(offsetof(WorldStateKismetLibrary_BP_WorldStateEnum_Set, EnumType) == 0x000020, "Member 'WorldStateKismetLibrary_BP_WorldStateEnum_Set::EnumType' has a wrong offset!"); \ +static_assert(offsetof(WorldStateKismetLibrary_BP_WorldStateEnum_Set, Value) == 0x000028, "Member 'WorldStateKismetLibrary_BP_WorldStateEnum_Set::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldStateKismetLibrary \ +static_assert(alignof(UWorldStateKismetLibrary) == 0x000008, "Wrong alignment on UWorldStateKismetLibrary"); \ +static_assert(sizeof(UWorldStateKismetLibrary) == 0x000028, "Wrong size on UWorldStateKismetLibrary"); \ + +#define DUMPER7_ASSERTS_FTimeOfDayPresetUpdateContext \ +static_assert(alignof(FTimeOfDayPresetUpdateContext) == 0x000008, "Wrong alignment on FTimeOfDayPresetUpdateContext"); \ +static_assert(sizeof(FTimeOfDayPresetUpdateContext) == 0x000018, "Wrong size on FTimeOfDayPresetUpdateContext"); \ +static_assert(offsetof(FTimeOfDayPresetUpdateContext, World) == 0x000000, "Member 'FTimeOfDayPresetUpdateContext::World' has a wrong offset!"); \ +static_assert(offsetof(FTimeOfDayPresetUpdateContext, NewTime) == 0x000008, "Member 'FTimeOfDayPresetUpdateContext::NewTime' has a wrong offset!"); \ +static_assert(offsetof(FTimeOfDayPresetUpdateContext, TimeTag) == 0x000010, "Member 'FTimeOfDayPresetUpdateContext::TimeTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMultiTimeTagContainer \ +static_assert(alignof(FMultiTimeTagContainer) == 0x000008, "Wrong alignment on FMultiTimeTagContainer"); \ +static_assert(sizeof(FMultiTimeTagContainer) == 0x000010, "Wrong size on FMultiTimeTagContainer"); \ +static_assert(offsetof(FMultiTimeTagContainer, TimeTags) == 0x000000, "Member 'FMultiTimeTagContainer::TimeTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeOfDayPresetPropertyBinding \ +static_assert(alignof(FTimeOfDayPresetPropertyBinding) == 0x000004, "Wrong alignment on FTimeOfDayPresetPropertyBinding"); \ +static_assert(sizeof(FTimeOfDayPresetPropertyBinding) == 0x000014, "Wrong size on FTimeOfDayPresetPropertyBinding"); \ +static_assert(offsetof(FTimeOfDayPresetPropertyBinding, PropertyName) == 0x000000, "Member 'FTimeOfDayPresetPropertyBinding::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FTimeOfDayPresetPropertyBinding, PropertyPath) == 0x000008, "Member 'FTimeOfDayPresetPropertyBinding::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FTimeOfDayPresetPropertyBinding, bCanUseClassLookup) == 0x000010, "Member 'FTimeOfDayPresetPropertyBinding::bCanUseClassLookup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeOfDayTimePoint \ +static_assert(alignof(FTimeOfDayTimePoint) == 0x000008, "Wrong alignment on FTimeOfDayTimePoint"); \ +static_assert(sizeof(FTimeOfDayTimePoint) == 0x000010, "Wrong size on FTimeOfDayTimePoint"); \ +static_assert(offsetof(FTimeOfDayTimePoint, Name) == 0x000000, "Member 'FTimeOfDayTimePoint::Name' has a wrong offset!"); \ +static_assert(offsetof(FTimeOfDayTimePoint, Time) == 0x000008, "Member 'FTimeOfDayTimePoint::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeOfDayPresetEditorComponentData \ +static_assert(alignof(FTimeOfDayPresetEditorComponentData) == 0x000008, "Wrong alignment on FTimeOfDayPresetEditorComponentData"); \ +static_assert(sizeof(FTimeOfDayPresetEditorComponentData) == 0x000010, "Wrong size on FTimeOfDayPresetEditorComponentData"); \ +static_assert(offsetof(FTimeOfDayPresetEditorComponentData, LockedProperties) == 0x000000, "Member 'FTimeOfDayPresetEditorComponentData::LockedProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeOfDayPresetComponentData \ +static_assert(alignof(FTimeOfDayPresetComponentData) == 0x000008, "Wrong alignment on FTimeOfDayPresetComponentData"); \ +static_assert(sizeof(FTimeOfDayPresetComponentData) == 0x000010, "Wrong size on FTimeOfDayPresetComponentData"); \ +static_assert(offsetof(FTimeOfDayPresetComponentData, Component) == 0x000000, "Member 'FTimeOfDayPresetComponentData::Component' has a wrong offset!"); \ +static_assert(offsetof(FTimeOfDayPresetComponentData, ExtensionData) == 0x000008, "Member 'FTimeOfDayPresetComponentData::ExtensionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITimeOfDayControlledItem \ +static_assert(alignof(ITimeOfDayControlledItem) == 0x000001, "Wrong alignment on ITimeOfDayControlledItem"); \ +static_assert(sizeof(ITimeOfDayControlledItem) == 0x000001, "Wrong size on ITimeOfDayControlledItem"); \ + +#define DUMPER7_ASSERTS_ITimeOfDayPresetManagedComponent \ +static_assert(alignof(ITimeOfDayPresetManagedComponent) == 0x000001, "Wrong alignment on ITimeOfDayPresetManagedComponent"); \ +static_assert(sizeof(ITimeOfDayPresetManagedComponent) == 0x000001, "Wrong size on ITimeOfDayPresetManagedComponent"); \ + +#define DUMPER7_ASSERTS_UTimeOfDayControlledSubsystem \ +static_assert(alignof(UTimeOfDayControlledSubsystem) == 0x000008, "Wrong alignment on UTimeOfDayControlledSubsystem"); \ +static_assert(sizeof(UTimeOfDayControlledSubsystem) == 0x000048, "Wrong size on UTimeOfDayControlledSubsystem"); \ + +#define DUMPER7_ASSERTS_UTimeOfDayPresetComponentExtensionData \ +static_assert(alignof(UTimeOfDayPresetComponentExtensionData) == 0x000008, "Wrong alignment on UTimeOfDayPresetComponentExtensionData"); \ +static_assert(sizeof(UTimeOfDayPresetComponentExtensionData) == 0x000028, "Wrong size on UTimeOfDayPresetComponentExtensionData"); \ + +#define DUMPER7_ASSERTS_UTimeOfDayPresetObjectBase \ +static_assert(alignof(UTimeOfDayPresetObjectBase) == 0x000008, "Wrong alignment on UTimeOfDayPresetObjectBase"); \ +static_assert(sizeof(UTimeOfDayPresetObjectBase) == 0x000028, "Wrong size on UTimeOfDayPresetObjectBase"); \ + +#define DUMPER7_ASSERTS_UTimeOfDayPresetSettings \ +static_assert(alignof(UTimeOfDayPresetSettings) == 0x000008, "Wrong alignment on UTimeOfDayPresetSettings"); \ +static_assert(sizeof(UTimeOfDayPresetSettings) == 0x000070, "Wrong size on UTimeOfDayPresetSettings"); \ +static_assert(offsetof(UTimeOfDayPresetSettings, DefaultPreset) == 0x000038, "Member 'UTimeOfDayPresetSettings::DefaultPreset' has a wrong offset!"); \ +static_assert(offsetof(UTimeOfDayPresetSettings, TimePoints) == 0x000060, "Member 'UTimeOfDayPresetSettings::TimePoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeOfDayPresetRegistry \ +static_assert(alignof(UTimeOfDayPresetRegistry) == 0x000008, "Wrong alignment on UTimeOfDayPresetRegistry"); \ +static_assert(sizeof(UTimeOfDayPresetRegistry) == 0x000080, "Wrong size on UTimeOfDayPresetRegistry"); \ + +#define DUMPER7_ASSERTS_UTimeOfDayPreset \ +static_assert(alignof(UTimeOfDayPreset) == 0x000008, "Wrong alignment on UTimeOfDayPreset"); \ +static_assert(sizeof(UTimeOfDayPreset) == 0x000110, "Wrong size on UTimeOfDayPreset"); \ +static_assert(offsetof(UTimeOfDayPreset, Tags) == 0x000028, "Member 'UTimeOfDayPreset::Tags' has a wrong offset!"); \ +static_assert(offsetof(UTimeOfDayPreset, TimeTag) == 0x000048, "Member 'UTimeOfDayPreset::TimeTag' has a wrong offset!"); \ +static_assert(offsetof(UTimeOfDayPreset, SerializedComponents) == 0x000050, "Member 'UTimeOfDayPreset::SerializedComponents' has a wrong offset!"); \ +static_assert(offsetof(UTimeOfDayPreset, SerializedComponentData) == 0x0000A0, "Member 'UTimeOfDayPreset::SerializedComponentData' has a wrong offset!"); \ +static_assert(offsetof(UTimeOfDayPreset, ParentPreset) == 0x0000F0, "Member 'UTimeOfDayPreset::ParentPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeOfDayPresetSubsystem \ +static_assert(alignof(UTimeOfDayPresetSubsystem) == 0x000008, "Wrong alignment on UTimeOfDayPresetSubsystem"); \ +static_assert(sizeof(UTimeOfDayPresetSubsystem) == 0x000070, "Wrong size on UTimeOfDayPresetSubsystem"); \ +static_assert(offsetof(UTimeOfDayPresetSubsystem, OnPresetUpdatedBlueprint) == 0x000038, "Member 'UTimeOfDayPresetSubsystem::OnPresetUpdatedBlueprint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_ClearTimeDilation \ +static_assert(alignof(TimeSubsystem_ClearTimeDilation) == 0x000008, "Wrong alignment on TimeSubsystem_ClearTimeDilation"); \ +static_assert(sizeof(TimeSubsystem_ClearTimeDilation) == 0x000010, "Wrong size on TimeSubsystem_ClearTimeDilation"); \ +static_assert(offsetof(TimeSubsystem_ClearTimeDilation, WorldContextObject) == 0x000000, "Member 'TimeSubsystem_ClearTimeDilation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_ClearTimeDilation, Handle) == 0x000008, "Member 'TimeSubsystem_ClearTimeDilation::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_SetTimeDilation \ +static_assert(alignof(TimeSubsystem_SetTimeDilation) == 0x000008, "Wrong alignment on TimeSubsystem_SetTimeDilation"); \ +static_assert(sizeof(TimeSubsystem_SetTimeDilation) == 0x000010, "Wrong size on TimeSubsystem_SetTimeDilation"); \ +static_assert(offsetof(TimeSubsystem_SetTimeDilation, WorldContextObject) == 0x000000, "Member 'TimeSubsystem_SetTimeDilation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_SetTimeDilation, TimeDilation) == 0x000008, "Member 'TimeSubsystem_SetTimeDilation::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_SetTimeDilation, ReturnValue) == 0x00000C, "Member 'TimeSubsystem_SetTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_SetTimeDilationCurveForDuration \ +static_assert(alignof(TimeSubsystem_SetTimeDilationCurveForDuration) == 0x000008, "Wrong alignment on TimeSubsystem_SetTimeDilationCurveForDuration"); \ +static_assert(sizeof(TimeSubsystem_SetTimeDilationCurveForDuration) == 0x0000A0, "Wrong size on TimeSubsystem_SetTimeDilationCurveForDuration"); \ +static_assert(offsetof(TimeSubsystem_SetTimeDilationCurveForDuration, WorldContextObject) == 0x000000, "Member 'TimeSubsystem_SetTimeDilationCurveForDuration::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_SetTimeDilationCurveForDuration, Curve) == 0x000008, "Member 'TimeSubsystem_SetTimeDilationCurveForDuration::Curve' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_SetTimeDilationCurveForDuration, Scalar) == 0x000090, "Member 'TimeSubsystem_SetTimeDilationCurveForDuration::Scalar' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_SetTimeDilationCurveForDuration, Duration) == 0x000094, "Member 'TimeSubsystem_SetTimeDilationCurveForDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_SetTimeDilationCurveForDuration, ReturnValue) == 0x000098, "Member 'TimeSubsystem_SetTimeDilationCurveForDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_SetTimeDilationForDuration \ +static_assert(alignof(TimeSubsystem_SetTimeDilationForDuration) == 0x000008, "Wrong alignment on TimeSubsystem_SetTimeDilationForDuration"); \ +static_assert(sizeof(TimeSubsystem_SetTimeDilationForDuration) == 0x000018, "Wrong size on TimeSubsystem_SetTimeDilationForDuration"); \ +static_assert(offsetof(TimeSubsystem_SetTimeDilationForDuration, WorldContextObject) == 0x000000, "Member 'TimeSubsystem_SetTimeDilationForDuration::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_SetTimeDilationForDuration, TimeDilation) == 0x000008, "Member 'TimeSubsystem_SetTimeDilationForDuration::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_SetTimeDilationForDuration, Duration) == 0x00000C, "Member 'TimeSubsystem_SetTimeDilationForDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_SetTimeDilationForDuration, ReturnValue) == 0x000010, "Member 'TimeSubsystem_SetTimeDilationForDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_GetActionPointLeft \ +static_assert(alignof(TimeSubsystem_GetActionPointLeft) == 0x000004, "Wrong alignment on TimeSubsystem_GetActionPointLeft"); \ +static_assert(sizeof(TimeSubsystem_GetActionPointLeft) == 0x000008, "Wrong size on TimeSubsystem_GetActionPointLeft"); \ +static_assert(offsetof(TimeSubsystem_GetActionPointLeft, Period) == 0x000000, "Member 'TimeSubsystem_GetActionPointLeft::Period' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_GetActionPointLeft, ReturnValue) == 0x000004, "Member 'TimeSubsystem_GetActionPointLeft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_GetCurrentTimePeriod \ +static_assert(alignof(TimeSubsystem_GetCurrentTimePeriod) == 0x000001, "Wrong alignment on TimeSubsystem_GetCurrentTimePeriod"); \ +static_assert(sizeof(TimeSubsystem_GetCurrentTimePeriod) == 0x000001, "Wrong size on TimeSubsystem_GetCurrentTimePeriod"); \ +static_assert(offsetof(TimeSubsystem_GetCurrentTimePeriod, ReturnValue) == 0x000000, "Member 'TimeSubsystem_GetCurrentTimePeriod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_GetMaxActionPoint \ +static_assert(alignof(TimeSubsystem_GetMaxActionPoint) == 0x000004, "Wrong alignment on TimeSubsystem_GetMaxActionPoint"); \ +static_assert(sizeof(TimeSubsystem_GetMaxActionPoint) == 0x000008, "Wrong size on TimeSubsystem_GetMaxActionPoint"); \ +static_assert(offsetof(TimeSubsystem_GetMaxActionPoint, Period) == 0x000000, "Member 'TimeSubsystem_GetMaxActionPoint::Period' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_GetMaxActionPoint, ReturnValue) == 0x000004, "Member 'TimeSubsystem_GetMaxActionPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_GetTotalMaxActionPoints \ +static_assert(alignof(TimeSubsystem_GetTotalMaxActionPoints) == 0x000004, "Wrong alignment on TimeSubsystem_GetTotalMaxActionPoints"); \ +static_assert(sizeof(TimeSubsystem_GetTotalMaxActionPoints) == 0x000004, "Wrong size on TimeSubsystem_GetTotalMaxActionPoints"); \ +static_assert(offsetof(TimeSubsystem_GetTotalMaxActionPoints, ReturnValue) == 0x000000, "Member 'TimeSubsystem_GetTotalMaxActionPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_GiveBonusActionPoints \ +static_assert(alignof(TimeSubsystem_GiveBonusActionPoints) == 0x000004, "Wrong alignment on TimeSubsystem_GiveBonusActionPoints"); \ +static_assert(sizeof(TimeSubsystem_GiveBonusActionPoints) == 0x000004, "Wrong size on TimeSubsystem_GiveBonusActionPoints"); \ +static_assert(offsetof(TimeSubsystem_GiveBonusActionPoints, NewPoints) == 0x000000, "Member 'TimeSubsystem_GiveBonusActionPoints::NewPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_ReserveActionPoints \ +static_assert(alignof(TimeSubsystem_ReserveActionPoints) == 0x000004, "Wrong alignment on TimeSubsystem_ReserveActionPoints"); \ +static_assert(sizeof(TimeSubsystem_ReserveActionPoints) == 0x000008, "Wrong size on TimeSubsystem_ReserveActionPoints"); \ +static_assert(offsetof(TimeSubsystem_ReserveActionPoints, ActionPoints) == 0x000000, "Member 'TimeSubsystem_ReserveActionPoints::ActionPoints' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_ReserveActionPoints, ReturnValue) == 0x000004, "Member 'TimeSubsystem_ReserveActionPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_SetMaxActionPoint \ +static_assert(alignof(TimeSubsystem_SetMaxActionPoint) == 0x000004, "Wrong alignment on TimeSubsystem_SetMaxActionPoint"); \ +static_assert(sizeof(TimeSubsystem_SetMaxActionPoint) == 0x000008, "Wrong size on TimeSubsystem_SetMaxActionPoint"); \ +static_assert(offsetof(TimeSubsystem_SetMaxActionPoint, Period) == 0x000000, "Member 'TimeSubsystem_SetMaxActionPoint::Period' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_SetMaxActionPoint, Points) == 0x000004, "Member 'TimeSubsystem_SetMaxActionPoint::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_CanAfford \ +static_assert(alignof(TimeSubsystem_CanAfford) == 0x000004, "Wrong alignment on TimeSubsystem_CanAfford"); \ +static_assert(sizeof(TimeSubsystem_CanAfford) == 0x000008, "Wrong size on TimeSubsystem_CanAfford"); \ +static_assert(offsetof(TimeSubsystem_CanAfford, APCost) == 0x000000, "Member 'TimeSubsystem_CanAfford::APCost' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_CanAfford, ReturnValue) == 0x000004, "Member 'TimeSubsystem_CanAfford::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_GetCurrentDay \ +static_assert(alignof(TimeSubsystem_GetCurrentDay) == 0x000008, "Wrong alignment on TimeSubsystem_GetCurrentDay"); \ +static_assert(sizeof(TimeSubsystem_GetCurrentDay) == 0x000010, "Wrong size on TimeSubsystem_GetCurrentDay"); \ +static_assert(offsetof(TimeSubsystem_GetCurrentDay, WorldContextObject) == 0x000000, "Member 'TimeSubsystem_GetCurrentDay::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TimeSubsystem_GetCurrentDay, ReturnValue) == 0x000008, "Member 'TimeSubsystem_GetCurrentDay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_GetTimeSinceLastSave \ +static_assert(alignof(TimeSubsystem_GetTimeSinceLastSave) == 0x000008, "Wrong alignment on TimeSubsystem_GetTimeSinceLastSave"); \ +static_assert(sizeof(TimeSubsystem_GetTimeSinceLastSave) == 0x000008, "Wrong size on TimeSubsystem_GetTimeSinceLastSave"); \ +static_assert(offsetof(TimeSubsystem_GetTimeSinceLastSave, ReturnValue) == 0x000000, "Member 'TimeSubsystem_GetTimeSinceLastSave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeSubsystem_GetTotalTimePlayed \ +static_assert(alignof(TimeSubsystem_GetTotalTimePlayed) == 0x000008, "Wrong alignment on TimeSubsystem_GetTotalTimePlayed"); \ +static_assert(sizeof(TimeSubsystem_GetTotalTimePlayed) == 0x000008, "Wrong size on TimeSubsystem_GetTotalTimePlayed"); \ +static_assert(offsetof(TimeSubsystem_GetTotalTimePlayed, ReturnValue) == 0x000000, "Member 'TimeSubsystem_GetTotalTimePlayed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeSubsystem \ +static_assert(alignof(UTimeSubsystem) == 0x000008, "Wrong alignment on UTimeSubsystem"); \ +static_assert(sizeof(UTimeSubsystem) == 0x000118, "Wrong size on UTimeSubsystem"); \ +static_assert(offsetof(UTimeSubsystem, ActionPointsLeftToday) == 0x000038, "Member 'UTimeSubsystem::ActionPointsLeftToday' has a wrong offset!"); \ +static_assert(offsetof(UTimeSubsystem, BonusActionPoints) == 0x00003C, "Member 'UTimeSubsystem::BonusActionPoints' has a wrong offset!"); \ +static_assert(offsetof(UTimeSubsystem, ReservedActionPoints) == 0x000040, "Member 'UTimeSubsystem::ReservedActionPoints' has a wrong offset!"); \ +static_assert(offsetof(UTimeSubsystem, OnActionPointsLeftChangedNotification) == 0x000060, "Member 'UTimeSubsystem::OnActionPointsLeftChangedNotification' has a wrong offset!"); \ +static_assert(offsetof(UTimeSubsystem, OnBonusActionPointsChangedNotification) == 0x000070, "Member 'UTimeSubsystem::OnBonusActionPointsChangedNotification' has a wrong offset!"); \ +static_assert(offsetof(UTimeSubsystem, OnActionPointsReservedChangedNotification) == 0x000080, "Member 'UTimeSubsystem::OnActionPointsReservedChangedNotification' has a wrong offset!"); \ +static_assert(offsetof(UTimeSubsystem, OnMaxActionPointsChangedNotification) == 0x000090, "Member 'UTimeSubsystem::OnMaxActionPointsChangedNotification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JournalFunctionLibrary_GetJournalEntryConfigsForTopic \ +static_assert(alignof(JournalFunctionLibrary_GetJournalEntryConfigsForTopic) == 0x000008, "Wrong alignment on JournalFunctionLibrary_GetJournalEntryConfigsForTopic"); \ +static_assert(sizeof(JournalFunctionLibrary_GetJournalEntryConfigsForTopic) == 0x000040, "Wrong size on JournalFunctionLibrary_GetJournalEntryConfigsForTopic"); \ +static_assert(offsetof(JournalFunctionLibrary_GetJournalEntryConfigsForTopic, WorldContextObject) == 0x000000, "Member 'JournalFunctionLibrary_GetJournalEntryConfigsForTopic::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(JournalFunctionLibrary_GetJournalEntryConfigsForTopic, JournalTopicConfig) == 0x000008, "Member 'JournalFunctionLibrary_GetJournalEntryConfigsForTopic::JournalTopicConfig' has a wrong offset!"); \ +static_assert(offsetof(JournalFunctionLibrary_GetJournalEntryConfigsForTopic, ReturnValue) == 0x000030, "Member 'JournalFunctionLibrary_GetJournalEntryConfigsForTopic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JournalFunctionLibrary_GetJournalEntryLocation \ +static_assert(alignof(JournalFunctionLibrary_GetJournalEntryLocation) == 0x000008, "Wrong alignment on JournalFunctionLibrary_GetJournalEntryLocation"); \ +static_assert(sizeof(JournalFunctionLibrary_GetJournalEntryLocation) == 0x000048, "Wrong size on JournalFunctionLibrary_GetJournalEntryLocation"); \ +static_assert(offsetof(JournalFunctionLibrary_GetJournalEntryLocation, WorldContextObject) == 0x000000, "Member 'JournalFunctionLibrary_GetJournalEntryLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(JournalFunctionLibrary_GetJournalEntryLocation, JournalEntryConfig) == 0x000008, "Member 'JournalFunctionLibrary_GetJournalEntryLocation::JournalEntryConfig' has a wrong offset!"); \ +static_assert(offsetof(JournalFunctionLibrary_GetJournalEntryLocation, ReturnValue) == 0x000030, "Member 'JournalFunctionLibrary_GetJournalEntryLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JournalFunctionLibrary_LogJournalEntry \ +static_assert(alignof(JournalFunctionLibrary_LogJournalEntry) == 0x000008, "Wrong alignment on JournalFunctionLibrary_LogJournalEntry"); \ +static_assert(sizeof(JournalFunctionLibrary_LogJournalEntry) == 0x000048, "Wrong size on JournalFunctionLibrary_LogJournalEntry"); \ +static_assert(offsetof(JournalFunctionLibrary_LogJournalEntry, WorldContextObject) == 0x000000, "Member 'JournalFunctionLibrary_LogJournalEntry::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(JournalFunctionLibrary_LogJournalEntry, JournalEntryConfig) == 0x000008, "Member 'JournalFunctionLibrary_LogJournalEntry::JournalEntryConfig' has a wrong offset!"); \ +static_assert(offsetof(JournalFunctionLibrary_LogJournalEntry, Location) == 0x000030, "Member 'JournalFunctionLibrary_LogJournalEntry::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJournalFunctionLibrary \ +static_assert(alignof(UJournalFunctionLibrary) == 0x000008, "Wrong alignment on UJournalFunctionLibrary"); \ +static_assert(sizeof(UJournalFunctionLibrary) == 0x000028, "Wrong size on UJournalFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UJournalSubsystem \ +static_assert(alignof(UJournalSubsystem) == 0x000008, "Wrong alignment on UJournalSubsystem"); \ +static_assert(sizeof(UJournalSubsystem) == 0x000148, "Wrong size on UJournalSubsystem"); \ + +#define DUMPER7_ASSERTS_UJournalEntityConfigAsset \ +static_assert(alignof(UJournalEntityConfigAsset) == 0x000008, "Wrong alignment on UJournalEntityConfigAsset"); \ +static_assert(sizeof(UJournalEntityConfigAsset) == 0x000030, "Wrong size on UJournalEntityConfigAsset"); \ + +#define DUMPER7_ASSERTS_UJournalEntityLocationConfigAsset \ +static_assert(alignof(UJournalEntityLocationConfigAsset) == 0x000008, "Wrong alignment on UJournalEntityLocationConfigAsset"); \ +static_assert(sizeof(UJournalEntityLocationConfigAsset) == 0x000078, "Wrong size on UJournalEntityLocationConfigAsset"); \ +static_assert(offsetof(UJournalEntityLocationConfigAsset, DisplayName) == 0x000030, "Member 'UJournalEntityLocationConfigAsset::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntityLocationConfigAsset, Description) == 0x000040, "Member 'UJournalEntityLocationConfigAsset::Description' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntityLocationConfigAsset, LocationIdentifier) == 0x000050, "Member 'UJournalEntityLocationConfigAsset::LocationIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJournalEntityPersonConfigAsset \ +static_assert(alignof(UJournalEntityPersonConfigAsset) == 0x000008, "Wrong alignment on UJournalEntityPersonConfigAsset"); \ +static_assert(sizeof(UJournalEntityPersonConfigAsset) == 0x0000C0, "Wrong size on UJournalEntityPersonConfigAsset"); \ +static_assert(offsetof(UJournalEntityPersonConfigAsset, ShortName) == 0x000030, "Member 'UJournalEntityPersonConfigAsset::ShortName' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntityPersonConfigAsset, FullName) == 0x000040, "Member 'UJournalEntityPersonConfigAsset::FullName' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntityPersonConfigAsset, Description) == 0x000050, "Member 'UJournalEntityPersonConfigAsset::Description' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntityPersonConfigAsset, Category) == 0x000060, "Member 'UJournalEntityPersonConfigAsset::Category' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntityPersonConfigAsset, Portrait) == 0x000070, "Member 'UJournalEntityPersonConfigAsset::Portrait' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntityPersonConfigAsset, FullBodyPortrait) == 0x000098, "Member 'UJournalEntityPersonConfigAsset::FullBodyPortrait' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJournalEntryConfigAsset \ +static_assert(alignof(UJournalEntryConfigAsset) == 0x000008, "Wrong alignment on UJournalEntryConfigAsset"); \ +static_assert(sizeof(UJournalEntryConfigAsset) == 0x000188, "Wrong size on UJournalEntryConfigAsset"); \ +static_assert(offsetof(UJournalEntryConfigAsset, Tags) == 0x000030, "Member 'UJournalEntryConfigAsset::Tags' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryConfigAsset, Type) == 0x000050, "Member 'UJournalEntryConfigAsset::Type' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryConfigAsset, HeaderText) == 0x000058, "Member 'UJournalEntryConfigAsset::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryConfigAsset, Text) == 0x000068, "Member 'UJournalEntryConfigAsset::Text' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryConfigAsset, EntitySpecificText) == 0x000078, "Member 'UJournalEntryConfigAsset::EntitySpecificText' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryConfigAsset, Image) == 0x0000C8, "Member 'UJournalEntryConfigAsset::Image' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryConfigAsset, AutoTriggerCondition) == 0x0000F0, "Member 'UJournalEntryConfigAsset::AutoTriggerCondition' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryConfigAsset, Entities) == 0x000108, "Member 'UJournalEntryConfigAsset::Entities' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryConfigAsset, Topic) == 0x000158, "Member 'UJournalEntryConfigAsset::Topic' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryConfigAsset, AggregationIndex) == 0x000180, "Member 'UJournalEntryConfigAsset::AggregationIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJournalTopicConfigAsset \ +static_assert(alignof(UJournalTopicConfigAsset) == 0x000008, "Wrong alignment on UJournalTopicConfigAsset"); \ +static_assert(sizeof(UJournalTopicConfigAsset) == 0x0000A0, "Wrong size on UJournalTopicConfigAsset"); \ +static_assert(offsetof(UJournalTopicConfigAsset, Tags) == 0x000030, "Member 'UJournalTopicConfigAsset::Tags' has a wrong offset!"); \ +static_assert(offsetof(UJournalTopicConfigAsset, Title) == 0x000050, "Member 'UJournalTopicConfigAsset::Title' has a wrong offset!"); \ +static_assert(offsetof(UJournalTopicConfigAsset, Description) == 0x000060, "Member 'UJournalTopicConfigAsset::Description' has a wrong offset!"); \ +static_assert(offsetof(UJournalTopicConfigAsset, bIsMainActivity) == 0x000070, "Member 'UJournalTopicConfigAsset::bIsMainActivity' has a wrong offset!"); \ +static_assert(offsetof(UJournalTopicConfigAsset, bIsNote) == 0x000071, "Member 'UJournalTopicConfigAsset::bIsNote' has a wrong offset!"); \ +static_assert(offsetof(UJournalTopicConfigAsset, Image) == 0x000078, "Member 'UJournalTopicConfigAsset::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadEntryTextAsyncAction_LoadEntryText \ +static_assert(alignof(LoadEntryTextAsyncAction_LoadEntryText) == 0x000008, "Wrong alignment on LoadEntryTextAsyncAction_LoadEntryText"); \ +static_assert(sizeof(LoadEntryTextAsyncAction_LoadEntryText) == 0x000068, "Wrong size on LoadEntryTextAsyncAction_LoadEntryText"); \ +static_assert(offsetof(LoadEntryTextAsyncAction_LoadEntryText, WorldContextObject) == 0x000000, "Member 'LoadEntryTextAsyncAction_LoadEntryText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LoadEntryTextAsyncAction_LoadEntryText, Entry) == 0x000008, "Member 'LoadEntryTextAsyncAction_LoadEntryText::Entry' has a wrong offset!"); \ +static_assert(offsetof(LoadEntryTextAsyncAction_LoadEntryText, SpecificEntity) == 0x000030, "Member 'LoadEntryTextAsyncAction_LoadEntryText::SpecificEntity' has a wrong offset!"); \ +static_assert(offsetof(LoadEntryTextAsyncAction_LoadEntryText, bUseRichText) == 0x000058, "Member 'LoadEntryTextAsyncAction_LoadEntryText::bUseRichText' has a wrong offset!"); \ +static_assert(offsetof(LoadEntryTextAsyncAction_LoadEntryText, ReturnValue) == 0x000060, "Member 'LoadEntryTextAsyncAction_LoadEntryText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoadEntryTextAsyncAction \ +static_assert(alignof(ULoadEntryTextAsyncAction) == 0x000008, "Wrong alignment on ULoadEntryTextAsyncAction"); \ +static_assert(sizeof(ULoadEntryTextAsyncAction) == 0x0000A0, "Wrong size on ULoadEntryTextAsyncAction"); \ +static_assert(offsetof(ULoadEntryTextAsyncAction, OnTextLoaded) == 0x000030, "Member 'ULoadEntryTextAsyncAction::OnTextLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity \ +static_assert(alignof(ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity) == 0x000008, "Wrong alignment on ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity"); \ +static_assert(sizeof(ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity) == 0x000040, "Wrong size on ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity"); \ +static_assert(offsetof(ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity, WorldContextObject) == 0x000000, "Member 'ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity, EntityClass) == 0x000008, "Member 'ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity::EntityClass' has a wrong offset!"); \ +static_assert(offsetof(ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity, Entity) == 0x000010, "Member 'ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity::Entity' has a wrong offset!"); \ +static_assert(offsetof(ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity, ReturnValue) == 0x000038, "Member 'ObserveLinkedEntitiesForEntityAsyncAction_ObserveLinkedEntitiesForEntity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveLinkedEntitiesForEntityAsyncAction \ +static_assert(alignof(UObserveLinkedEntitiesForEntityAsyncAction) == 0x000008, "Wrong alignment on UObserveLinkedEntitiesForEntityAsyncAction"); \ +static_assert(sizeof(UObserveLinkedEntitiesForEntityAsyncAction) == 0x000078, "Wrong size on UObserveLinkedEntitiesForEntityAsyncAction"); \ +static_assert(offsetof(UObserveLinkedEntitiesForEntityAsyncAction, OnEntitiesUpdated) == 0x000030, "Member 'UObserveLinkedEntitiesForEntityAsyncAction::OnEntitiesUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic \ +static_assert(alignof(ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic) == 0x000008, "Wrong alignment on ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic"); \ +static_assert(sizeof(ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic) == 0x000040, "Wrong size on ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic"); \ +static_assert(offsetof(ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic, WorldContextObject) == 0x000000, "Member 'ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic, EntityClass) == 0x000008, "Member 'ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic::EntityClass' has a wrong offset!"); \ +static_assert(offsetof(ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic, Topic) == 0x000010, "Member 'ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic::Topic' has a wrong offset!"); \ +static_assert(offsetof(ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic, ReturnValue) == 0x000038, "Member 'ObserveLinkedEntitiesForTopicAsyncAction_ObserveLinkedEntitiesForTopic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveLinkedEntitiesForTopicAsyncAction \ +static_assert(alignof(UObserveLinkedEntitiesForTopicAsyncAction) == 0x000008, "Wrong alignment on UObserveLinkedEntitiesForTopicAsyncAction"); \ +static_assert(sizeof(UObserveLinkedEntitiesForTopicAsyncAction) == 0x000078, "Wrong size on UObserveLinkedEntitiesForTopicAsyncAction"); \ +static_assert(offsetof(UObserveLinkedEntitiesForTopicAsyncAction, OnEntitiesUpdated) == 0x000030, "Member 'UObserveLinkedEntitiesForTopicAsyncAction::OnEntitiesUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveLinkedTopicsForEntityAsyncAction_ObserveLinkedTopicsForEntity \ +static_assert(alignof(ObserveLinkedTopicsForEntityAsyncAction_ObserveLinkedTopicsForEntity) == 0x000008, "Wrong alignment on ObserveLinkedTopicsForEntityAsyncAction_ObserveLinkedTopicsForEntity"); \ +static_assert(sizeof(ObserveLinkedTopicsForEntityAsyncAction_ObserveLinkedTopicsForEntity) == 0x000038, "Wrong size on ObserveLinkedTopicsForEntityAsyncAction_ObserveLinkedTopicsForEntity"); \ +static_assert(offsetof(ObserveLinkedTopicsForEntityAsyncAction_ObserveLinkedTopicsForEntity, WorldContextObject) == 0x000000, "Member 'ObserveLinkedTopicsForEntityAsyncAction_ObserveLinkedTopicsForEntity::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveLinkedTopicsForEntityAsyncAction_ObserveLinkedTopicsForEntity, Entity) == 0x000008, "Member 'ObserveLinkedTopicsForEntityAsyncAction_ObserveLinkedTopicsForEntity::Entity' has a wrong offset!"); \ +static_assert(offsetof(ObserveLinkedTopicsForEntityAsyncAction_ObserveLinkedTopicsForEntity, ReturnValue) == 0x000030, "Member 'ObserveLinkedTopicsForEntityAsyncAction_ObserveLinkedTopicsForEntity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveLinkedTopicsForEntityAsyncAction \ +static_assert(alignof(UObserveLinkedTopicsForEntityAsyncAction) == 0x000008, "Wrong alignment on UObserveLinkedTopicsForEntityAsyncAction"); \ +static_assert(sizeof(UObserveLinkedTopicsForEntityAsyncAction) == 0x000070, "Wrong size on UObserveLinkedTopicsForEntityAsyncAction"); \ +static_assert(offsetof(UObserveLinkedTopicsForEntityAsyncAction, OnTopicsUpdated) == 0x000030, "Member 'UObserveLinkedTopicsForEntityAsyncAction::OnTopicsUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveLoggedEntitiesAsyncAction_ObserveLoggedEntities \ +static_assert(alignof(ObserveLoggedEntitiesAsyncAction_ObserveLoggedEntities) == 0x000008, "Wrong alignment on ObserveLoggedEntitiesAsyncAction_ObserveLoggedEntities"); \ +static_assert(sizeof(ObserveLoggedEntitiesAsyncAction_ObserveLoggedEntities) == 0x000018, "Wrong size on ObserveLoggedEntitiesAsyncAction_ObserveLoggedEntities"); \ +static_assert(offsetof(ObserveLoggedEntitiesAsyncAction_ObserveLoggedEntities, WorldContextObject) == 0x000000, "Member 'ObserveLoggedEntitiesAsyncAction_ObserveLoggedEntities::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveLoggedEntitiesAsyncAction_ObserveLoggedEntities, EntityClass) == 0x000008, "Member 'ObserveLoggedEntitiesAsyncAction_ObserveLoggedEntities::EntityClass' has a wrong offset!"); \ +static_assert(offsetof(ObserveLoggedEntitiesAsyncAction_ObserveLoggedEntities, ReturnValue) == 0x000010, "Member 'ObserveLoggedEntitiesAsyncAction_ObserveLoggedEntities::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveLoggedEntitiesAsyncAction \ +static_assert(alignof(UObserveLoggedEntitiesAsyncAction) == 0x000008, "Wrong alignment on UObserveLoggedEntitiesAsyncAction"); \ +static_assert(sizeof(UObserveLoggedEntitiesAsyncAction) == 0x000050, "Wrong size on UObserveLoggedEntitiesAsyncAction"); \ +static_assert(offsetof(UObserveLoggedEntitiesAsyncAction, OnEntitiesUpdated) == 0x000030, "Member 'UObserveLoggedEntitiesAsyncAction::OnEntitiesUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveLoggedEntriesAsyncAction_ObserveLoggedEntries \ +static_assert(alignof(ObserveLoggedEntriesAsyncAction_ObserveLoggedEntries) == 0x000008, "Wrong alignment on ObserveLoggedEntriesAsyncAction_ObserveLoggedEntries"); \ +static_assert(sizeof(ObserveLoggedEntriesAsyncAction_ObserveLoggedEntries) == 0x000010, "Wrong size on ObserveLoggedEntriesAsyncAction_ObserveLoggedEntries"); \ +static_assert(offsetof(ObserveLoggedEntriesAsyncAction_ObserveLoggedEntries, WorldContextObject) == 0x000000, "Member 'ObserveLoggedEntriesAsyncAction_ObserveLoggedEntries::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveLoggedEntriesAsyncAction_ObserveLoggedEntries, ReturnValue) == 0x000008, "Member 'ObserveLoggedEntriesAsyncAction_ObserveLoggedEntries::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveLoggedEntriesAsyncAction_ObserveLoggedEntriesByQuery \ +static_assert(alignof(ObserveLoggedEntriesAsyncAction_ObserveLoggedEntriesByQuery) == 0x000008, "Wrong alignment on ObserveLoggedEntriesAsyncAction_ObserveLoggedEntriesByQuery"); \ +static_assert(sizeof(ObserveLoggedEntriesAsyncAction_ObserveLoggedEntriesByQuery) == 0x000058, "Wrong size on ObserveLoggedEntriesAsyncAction_ObserveLoggedEntriesByQuery"); \ +static_assert(offsetof(ObserveLoggedEntriesAsyncAction_ObserveLoggedEntriesByQuery, WorldContextObject) == 0x000000, "Member 'ObserveLoggedEntriesAsyncAction_ObserveLoggedEntriesByQuery::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveLoggedEntriesAsyncAction_ObserveLoggedEntriesByQuery, TagQuery) == 0x000008, "Member 'ObserveLoggedEntriesAsyncAction_ObserveLoggedEntriesByQuery::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(ObserveLoggedEntriesAsyncAction_ObserveLoggedEntriesByQuery, ReturnValue) == 0x000050, "Member 'ObserveLoggedEntriesAsyncAction_ObserveLoggedEntriesByQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveLoggedEntriesAsyncAction \ +static_assert(alignof(UObserveLoggedEntriesAsyncAction) == 0x000008, "Wrong alignment on UObserveLoggedEntriesAsyncAction"); \ +static_assert(sizeof(UObserveLoggedEntriesAsyncAction) == 0x000090, "Wrong size on UObserveLoggedEntriesAsyncAction"); \ +static_assert(offsetof(UObserveLoggedEntriesAsyncAction, OnEntriesUpdated) == 0x000030, "Member 'UObserveLoggedEntriesAsyncAction::OnEntriesUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveLoggedEntriesForEntityAsyncAction_ObserveLoggedEntriesForEntity \ +static_assert(alignof(ObserveLoggedEntriesForEntityAsyncAction_ObserveLoggedEntriesForEntity) == 0x000008, "Wrong alignment on ObserveLoggedEntriesForEntityAsyncAction_ObserveLoggedEntriesForEntity"); \ +static_assert(sizeof(ObserveLoggedEntriesForEntityAsyncAction_ObserveLoggedEntriesForEntity) == 0x000038, "Wrong size on ObserveLoggedEntriesForEntityAsyncAction_ObserveLoggedEntriesForEntity"); \ +static_assert(offsetof(ObserveLoggedEntriesForEntityAsyncAction_ObserveLoggedEntriesForEntity, WorldContextObject) == 0x000000, "Member 'ObserveLoggedEntriesForEntityAsyncAction_ObserveLoggedEntriesForEntity::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveLoggedEntriesForEntityAsyncAction_ObserveLoggedEntriesForEntity, Entity) == 0x000008, "Member 'ObserveLoggedEntriesForEntityAsyncAction_ObserveLoggedEntriesForEntity::Entity' has a wrong offset!"); \ +static_assert(offsetof(ObserveLoggedEntriesForEntityAsyncAction_ObserveLoggedEntriesForEntity, ReturnValue) == 0x000030, "Member 'ObserveLoggedEntriesForEntityAsyncAction_ObserveLoggedEntriesForEntity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveLoggedEntriesForEntityAsyncAction \ +static_assert(alignof(UObserveLoggedEntriesForEntityAsyncAction) == 0x000008, "Wrong alignment on UObserveLoggedEntriesForEntityAsyncAction"); \ +static_assert(sizeof(UObserveLoggedEntriesForEntityAsyncAction) == 0x000070, "Wrong size on UObserveLoggedEntriesForEntityAsyncAction"); \ +static_assert(offsetof(UObserveLoggedEntriesForEntityAsyncAction, OnEntriesUpdated) == 0x000030, "Member 'UObserveLoggedEntriesForEntityAsyncAction::OnEntriesUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveLoggedEntriesForTopicAsyncAction_ObserveLoggedEntriesForTopic \ +static_assert(alignof(ObserveLoggedEntriesForTopicAsyncAction_ObserveLoggedEntriesForTopic) == 0x000008, "Wrong alignment on ObserveLoggedEntriesForTopicAsyncAction_ObserveLoggedEntriesForTopic"); \ +static_assert(sizeof(ObserveLoggedEntriesForTopicAsyncAction_ObserveLoggedEntriesForTopic) == 0x000038, "Wrong size on ObserveLoggedEntriesForTopicAsyncAction_ObserveLoggedEntriesForTopic"); \ +static_assert(offsetof(ObserveLoggedEntriesForTopicAsyncAction_ObserveLoggedEntriesForTopic, WorldContextObject) == 0x000000, "Member 'ObserveLoggedEntriesForTopicAsyncAction_ObserveLoggedEntriesForTopic::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveLoggedEntriesForTopicAsyncAction_ObserveLoggedEntriesForTopic, Topic) == 0x000008, "Member 'ObserveLoggedEntriesForTopicAsyncAction_ObserveLoggedEntriesForTopic::Topic' has a wrong offset!"); \ +static_assert(offsetof(ObserveLoggedEntriesForTopicAsyncAction_ObserveLoggedEntriesForTopic, ReturnValue) == 0x000030, "Member 'ObserveLoggedEntriesForTopicAsyncAction_ObserveLoggedEntriesForTopic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveLoggedEntriesForTopicAsyncAction \ +static_assert(alignof(UObserveLoggedEntriesForTopicAsyncAction) == 0x000008, "Wrong alignment on UObserveLoggedEntriesForTopicAsyncAction"); \ +static_assert(sizeof(UObserveLoggedEntriesForTopicAsyncAction) == 0x000070, "Wrong size on UObserveLoggedEntriesForTopicAsyncAction"); \ +static_assert(offsetof(UObserveLoggedEntriesForTopicAsyncAction, OnEntriesUpdated) == 0x000030, "Member 'UObserveLoggedEntriesForTopicAsyncAction::OnEntriesUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveLoggedTopicsAsyncAction_ObserveLoggedTopics \ +static_assert(alignof(ObserveLoggedTopicsAsyncAction_ObserveLoggedTopics) == 0x000008, "Wrong alignment on ObserveLoggedTopicsAsyncAction_ObserveLoggedTopics"); \ +static_assert(sizeof(ObserveLoggedTopicsAsyncAction_ObserveLoggedTopics) == 0x000010, "Wrong size on ObserveLoggedTopicsAsyncAction_ObserveLoggedTopics"); \ +static_assert(offsetof(ObserveLoggedTopicsAsyncAction_ObserveLoggedTopics, WorldContextObject) == 0x000000, "Member 'ObserveLoggedTopicsAsyncAction_ObserveLoggedTopics::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveLoggedTopicsAsyncAction_ObserveLoggedTopics, ReturnValue) == 0x000008, "Member 'ObserveLoggedTopicsAsyncAction_ObserveLoggedTopics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveLoggedTopicsAsyncAction_ObserveLoggedTopicsByQuery \ +static_assert(alignof(ObserveLoggedTopicsAsyncAction_ObserveLoggedTopicsByQuery) == 0x000008, "Wrong alignment on ObserveLoggedTopicsAsyncAction_ObserveLoggedTopicsByQuery"); \ +static_assert(sizeof(ObserveLoggedTopicsAsyncAction_ObserveLoggedTopicsByQuery) == 0x000058, "Wrong size on ObserveLoggedTopicsAsyncAction_ObserveLoggedTopicsByQuery"); \ +static_assert(offsetof(ObserveLoggedTopicsAsyncAction_ObserveLoggedTopicsByQuery, WorldContextObject) == 0x000000, "Member 'ObserveLoggedTopicsAsyncAction_ObserveLoggedTopicsByQuery::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveLoggedTopicsAsyncAction_ObserveLoggedTopicsByQuery, TagQuery) == 0x000008, "Member 'ObserveLoggedTopicsAsyncAction_ObserveLoggedTopicsByQuery::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(ObserveLoggedTopicsAsyncAction_ObserveLoggedTopicsByQuery, ReturnValue) == 0x000050, "Member 'ObserveLoggedTopicsAsyncAction_ObserveLoggedTopicsByQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveLoggedTopicsAsyncAction \ +static_assert(alignof(UObserveLoggedTopicsAsyncAction) == 0x000008, "Wrong alignment on UObserveLoggedTopicsAsyncAction"); \ +static_assert(sizeof(UObserveLoggedTopicsAsyncAction) == 0x000090, "Wrong size on UObserveLoggedTopicsAsyncAction"); \ +static_assert(offsetof(UObserveLoggedTopicsAsyncAction, OnTopicsChanged) == 0x000030, "Member 'UObserveLoggedTopicsAsyncAction::OnTopicsChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JournalEntryObserverComponent_SetJournalEntryConfig \ +static_assert(alignof(JournalEntryObserverComponent_SetJournalEntryConfig) == 0x000008, "Wrong alignment on JournalEntryObserverComponent_SetJournalEntryConfig"); \ +static_assert(sizeof(JournalEntryObserverComponent_SetJournalEntryConfig) == 0x000028, "Wrong size on JournalEntryObserverComponent_SetJournalEntryConfig"); \ +static_assert(offsetof(JournalEntryObserverComponent_SetJournalEntryConfig, InJournalEntryConfig) == 0x000000, "Member 'JournalEntryObserverComponent_SetJournalEntryConfig::InJournalEntryConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJournalEntryObserverComponent \ +static_assert(alignof(UJournalEntryObserverComponent) == 0x000008, "Wrong alignment on UJournalEntryObserverComponent"); \ +static_assert(sizeof(UJournalEntryObserverComponent) == 0x000100, "Wrong size on UJournalEntryObserverComponent"); \ +static_assert(offsetof(UJournalEntryObserverComponent, OnJournalEntryLogged) == 0x0000C0, "Member 'UJournalEntryObserverComponent::OnJournalEntryLogged' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryObserverComponent, JournalEntryConfig) == 0x0000D0, "Member 'UJournalEntryObserverComponent::JournalEntryConfig' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryObserverComponent, bIsLogged) == 0x0000F8, "Member 'UJournalEntryObserverComponent::bIsLogged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJournalObserverComponent \ +static_assert(alignof(UJournalObserverComponent) == 0x000008, "Wrong alignment on UJournalObserverComponent"); \ +static_assert(sizeof(UJournalObserverComponent) == 0x0000F0, "Wrong size on UJournalObserverComponent"); \ +static_assert(offsetof(UJournalObserverComponent, OnJournalEntryLogged) == 0x0000C0, "Member 'UJournalObserverComponent::OnJournalEntryLogged' has a wrong offset!"); \ +static_assert(offsetof(UJournalObserverComponent, OnNewTopicsLogged) == 0x0000D0, "Member 'UJournalObserverComponent::OnNewTopicsLogged' has a wrong offset!"); \ +static_assert(offsetof(UJournalObserverComponent, OnNewEntitiesLogged) == 0x0000E0, "Member 'UJournalObserverComponent::OnNewEntitiesLogged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInventoryItemAmount \ +static_assert(alignof(FInventoryItemAmount) == 0x000008, "Wrong alignment on FInventoryItemAmount"); \ +static_assert(sizeof(FInventoryItemAmount) == 0x000040, "Wrong size on FInventoryItemAmount"); \ +static_assert(offsetof(FInventoryItemAmount, ItemId) == 0x000000, "Member 'FInventoryItemAmount::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FInventoryItemAmount, Amount) == 0x000028, "Member 'FInventoryItemAmount::Amount' has a wrong offset!"); \ +static_assert(offsetof(FInventoryItemAmount, Instances) == 0x000030, "Member 'FInventoryItemAmount::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInventoryId \ +static_assert(alignof(FInventoryId) == 0x000004, "Wrong alignment on FInventoryId"); \ +static_assert(sizeof(FInventoryId) == 0x000008, "Wrong size on FInventoryId"); \ +static_assert(offsetof(FInventoryId, InventoryName) == 0x000000, "Member 'FInventoryId::InventoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInventory \ +static_assert(alignof(FInventory) == 0x000008, "Wrong alignment on FInventory"); \ +static_assert(sizeof(FInventory) == 0x000068, "Wrong size on FInventory"); \ +static_assert(offsetof(FInventory, Items) == 0x000008, "Member 'FInventory::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInventoryItemLocator \ +static_assert(alignof(FInventoryItemLocator) == 0x000008, "Wrong alignment on FInventoryItemLocator"); \ +static_assert(sizeof(FInventoryItemLocator) == 0x000038, "Wrong size on FInventoryItemLocator"); \ + +#define DUMPER7_ASSERTS_FInventoryItemFilter \ +static_assert(alignof(FInventoryItemFilter) == 0x000008, "Wrong alignment on FInventoryItemFilter"); \ +static_assert(sizeof(FInventoryItemFilter) == 0x0000A8, "Wrong size on FInventoryItemFilter"); \ +static_assert(offsetof(FInventoryItemFilter, MixinClass) == 0x000000, "Member 'FInventoryItemFilter::MixinClass' has a wrong offset!"); \ +static_assert(offsetof(FInventoryItemFilter, Category) == 0x000008, "Member 'FInventoryItemFilter::Category' has a wrong offset!"); \ +static_assert(offsetof(FInventoryItemFilter, ItemId) == 0x000030, "Member 'FInventoryItemFilter::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FInventoryItemFilter, bIncludeSubCategories) == 0x000058, "Member 'FInventoryItemFilter::bIncludeSubCategories' has a wrong offset!"); \ +static_assert(offsetof(FInventoryItemFilter, GameplayTagQuery) == 0x000060, "Member 'FInventoryItemFilter::GameplayTagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_AddExclusiveTagToItem \ +static_assert(alignof(InventoryFunctionLibrary_AddExclusiveTagToItem) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_AddExclusiveTagToItem"); \ +static_assert(sizeof(InventoryFunctionLibrary_AddExclusiveTagToItem) == 0x000048, "Wrong size on InventoryFunctionLibrary_AddExclusiveTagToItem"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddExclusiveTagToItem, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_AddExclusiveTagToItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddExclusiveTagToItem, Item) == 0x000008, "Member 'InventoryFunctionLibrary_AddExclusiveTagToItem::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddExclusiveTagToItem, Tag) == 0x000040, "Member 'InventoryFunctionLibrary_AddExclusiveTagToItem::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_AddItemToInventory \ +static_assert(alignof(InventoryFunctionLibrary_AddItemToInventory) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_AddItemToInventory"); \ +static_assert(sizeof(InventoryFunctionLibrary_AddItemToInventory) == 0x000090, "Wrong size on InventoryFunctionLibrary_AddItemToInventory"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddItemToInventory, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_AddItemToInventory::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddItemToInventory, InventoryId) == 0x000008, "Member 'InventoryFunctionLibrary_AddItemToInventory::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddItemToInventory, ItemId) == 0x000010, "Member 'InventoryFunctionLibrary_AddItemToInventory::ItemId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddItemToInventory, Amount) == 0x000038, "Member 'InventoryFunctionLibrary_AddItemToInventory::Amount' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddItemToInventory, Reason) == 0x000040, "Member 'InventoryFunctionLibrary_AddItemToInventory::Reason' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddItemToInventory, bShouldNotify) == 0x000050, "Member 'InventoryFunctionLibrary_AddItemToInventory::bShouldNotify' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddItemToInventory, ReturnValue) == 0x000058, "Member 'InventoryFunctionLibrary_AddItemToInventory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_AddTagToItem \ +static_assert(alignof(InventoryFunctionLibrary_AddTagToItem) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_AddTagToItem"); \ +static_assert(sizeof(InventoryFunctionLibrary_AddTagToItem) == 0x000048, "Wrong size on InventoryFunctionLibrary_AddTagToItem"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddTagToItem, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_AddTagToItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddTagToItem, Item) == 0x000008, "Member 'InventoryFunctionLibrary_AddTagToItem::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddTagToItem, Tag) == 0x000040, "Member 'InventoryFunctionLibrary_AddTagToItem::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_AddTagToItems \ +static_assert(alignof(InventoryFunctionLibrary_AddTagToItems) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_AddTagToItems"); \ +static_assert(sizeof(InventoryFunctionLibrary_AddTagToItems) == 0x0000C0, "Wrong size on InventoryFunctionLibrary_AddTagToItems"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddTagToItems, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_AddTagToItems::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddTagToItems, InventoryId) == 0x000008, "Member 'InventoryFunctionLibrary_AddTagToItems::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddTagToItems, Filter) == 0x000010, "Member 'InventoryFunctionLibrary_AddTagToItems::Filter' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddTagToItems, Tag) == 0x0000B8, "Member 'InventoryFunctionLibrary_AddTagToItems::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_AddToPlayerInventory \ +static_assert(alignof(InventoryFunctionLibrary_AddToPlayerInventory) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_AddToPlayerInventory"); \ +static_assert(sizeof(InventoryFunctionLibrary_AddToPlayerInventory) == 0x000088, "Wrong size on InventoryFunctionLibrary_AddToPlayerInventory"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddToPlayerInventory, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_AddToPlayerInventory::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddToPlayerInventory, Item) == 0x000008, "Member 'InventoryFunctionLibrary_AddToPlayerInventory::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddToPlayerInventory, Amount) == 0x000030, "Member 'InventoryFunctionLibrary_AddToPlayerInventory::Amount' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddToPlayerInventory, Reason) == 0x000038, "Member 'InventoryFunctionLibrary_AddToPlayerInventory::Reason' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddToPlayerInventory, bShouldNotify) == 0x000048, "Member 'InventoryFunctionLibrary_AddToPlayerInventory::bShouldNotify' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_AddToPlayerInventory, ReturnValue) == 0x000050, "Member 'InventoryFunctionLibrary_AddToPlayerInventory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_CanPlayerTradeItems \ +static_assert(alignof(InventoryFunctionLibrary_CanPlayerTradeItems) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_CanPlayerTradeItems"); \ +static_assert(sizeof(InventoryFunctionLibrary_CanPlayerTradeItems) == 0x000038, "Wrong size on InventoryFunctionLibrary_CanPlayerTradeItems"); \ +static_assert(offsetof(InventoryFunctionLibrary_CanPlayerTradeItems, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_CanPlayerTradeItems::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_CanPlayerTradeItems, PlayerItemsToRemove) == 0x000008, "Member 'InventoryFunctionLibrary_CanPlayerTradeItems::PlayerItemsToRemove' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_CanPlayerTradeItems, PlayerItemsToAdd) == 0x000018, "Member 'InventoryFunctionLibrary_CanPlayerTradeItems::PlayerItemsToAdd' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_CanPlayerTradeItems, TheirInventory) == 0x000028, "Member 'InventoryFunctionLibrary_CanPlayerTradeItems::TheirInventory' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_CanPlayerTradeItems, ReturnValue) == 0x000030, "Member 'InventoryFunctionLibrary_CanPlayerTradeItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_Conv_InventoryItemLocatorToItemId \ +static_assert(alignof(InventoryFunctionLibrary_Conv_InventoryItemLocatorToItemId) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_Conv_InventoryItemLocatorToItemId"); \ +static_assert(sizeof(InventoryFunctionLibrary_Conv_InventoryItemLocatorToItemId) == 0x000060, "Wrong size on InventoryFunctionLibrary_Conv_InventoryItemLocatorToItemId"); \ +static_assert(offsetof(InventoryFunctionLibrary_Conv_InventoryItemLocatorToItemId, InLocator) == 0x000000, "Member 'InventoryFunctionLibrary_Conv_InventoryItemLocatorToItemId::InLocator' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_Conv_InventoryItemLocatorToItemId, ReturnValue) == 0x000038, "Member 'InventoryFunctionLibrary_Conv_InventoryItemLocatorToItemId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_Conv_InventoryItemLocatorToString \ +static_assert(alignof(InventoryFunctionLibrary_Conv_InventoryItemLocatorToString) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_Conv_InventoryItemLocatorToString"); \ +static_assert(sizeof(InventoryFunctionLibrary_Conv_InventoryItemLocatorToString) == 0x000048, "Wrong size on InventoryFunctionLibrary_Conv_InventoryItemLocatorToString"); \ +static_assert(offsetof(InventoryFunctionLibrary_Conv_InventoryItemLocatorToString, InLocator) == 0x000000, "Member 'InventoryFunctionLibrary_Conv_InventoryItemLocatorToString::InLocator' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_Conv_InventoryItemLocatorToString, ReturnValue) == 0x000038, "Member 'InventoryFunctionLibrary_Conv_InventoryItemLocatorToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetAllItemsInCategory \ +static_assert(alignof(InventoryFunctionLibrary_GetAllItemsInCategory) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetAllItemsInCategory"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetAllItemsInCategory) == 0x000048, "Wrong size on InventoryFunctionLibrary_GetAllItemsInCategory"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetAllItemsInCategory, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetAllItemsInCategory::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetAllItemsInCategory, Category) == 0x000008, "Member 'InventoryFunctionLibrary_GetAllItemsInCategory::Category' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetAllItemsInCategory, bIncludeSubCategories) == 0x000030, "Member 'InventoryFunctionLibrary_GetAllItemsInCategory::bIncludeSubCategories' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetAllItemsInCategory, ReturnValue) == 0x000038, "Member 'InventoryFunctionLibrary_GetAllItemsInCategory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetFirstInventoryItem \ +static_assert(alignof(InventoryFunctionLibrary_GetFirstInventoryItem) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetFirstInventoryItem"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetFirstInventoryItem) == 0x0000F0, "Wrong size on InventoryFunctionLibrary_GetFirstInventoryItem"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetFirstInventoryItem, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetFirstInventoryItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetFirstInventoryItem, InventoryId) == 0x000008, "Member 'InventoryFunctionLibrary_GetFirstInventoryItem::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetFirstInventoryItem, Filter) == 0x000010, "Member 'InventoryFunctionLibrary_GetFirstInventoryItem::Filter' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetFirstInventoryItem, ReturnValue) == 0x0000B8, "Member 'InventoryFunctionLibrary_GetFirstInventoryItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetFirstPlayerInventoryItem \ +static_assert(alignof(InventoryFunctionLibrary_GetFirstPlayerInventoryItem) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetFirstPlayerInventoryItem"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetFirstPlayerInventoryItem) == 0x000068, "Wrong size on InventoryFunctionLibrary_GetFirstPlayerInventoryItem"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetFirstPlayerInventoryItem, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetFirstPlayerInventoryItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetFirstPlayerInventoryItem, ItemId) == 0x000008, "Member 'InventoryFunctionLibrary_GetFirstPlayerInventoryItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetFirstPlayerInventoryItem, ReturnValue) == 0x000030, "Member 'InventoryFunctionLibrary_GetFirstPlayerInventoryItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance \ +static_assert(alignof(InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance) == 0x000048, "Wrong size on InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance, ItemInstanceClass) == 0x000008, "Member 'InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance::ItemInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance, ItemId) == 0x000010, "Member 'InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance::ItemId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance, Result) == 0x000038, "Member 'InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance::Result' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance, ReturnValue) == 0x000040, "Member 'InventoryFunctionLibrary_GetFirstPlayerInventoryItemInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetInventoryItem \ +static_assert(alignof(InventoryFunctionLibrary_GetInventoryItem) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetInventoryItem"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetInventoryItem) == 0x000070, "Wrong size on InventoryFunctionLibrary_GetInventoryItem"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItem, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetInventoryItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItem, InventoryId) == 0x000008, "Member 'InventoryFunctionLibrary_GetInventoryItem::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItem, ItemId) == 0x000010, "Member 'InventoryFunctionLibrary_GetInventoryItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItem, ReturnValue) == 0x000038, "Member 'InventoryFunctionLibrary_GetInventoryItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetInventoryItemCount \ +static_assert(alignof(InventoryFunctionLibrary_GetInventoryItemCount) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetInventoryItemCount"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetInventoryItemCount) == 0x000040, "Wrong size on InventoryFunctionLibrary_GetInventoryItemCount"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItemCount, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetInventoryItemCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItemCount, InventoryId) == 0x000008, "Member 'InventoryFunctionLibrary_GetInventoryItemCount::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItemCount, ItemId) == 0x000010, "Member 'InventoryFunctionLibrary_GetInventoryItemCount::ItemId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItemCount, ReturnValue) == 0x000038, "Member 'InventoryFunctionLibrary_GetInventoryItemCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetInventoryItemInstance \ +static_assert(alignof(InventoryFunctionLibrary_GetInventoryItemInstance) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetInventoryItemInstance"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetInventoryItemInstance) == 0x000050, "Wrong size on InventoryFunctionLibrary_GetInventoryItemInstance"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItemInstance, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetInventoryItemInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItemInstance, InventoryId) == 0x000008, "Member 'InventoryFunctionLibrary_GetInventoryItemInstance::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItemInstance, ItemId) == 0x000010, "Member 'InventoryFunctionLibrary_GetInventoryItemInstance::ItemId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItemInstance, ItemInstanceClass) == 0x000038, "Member 'InventoryFunctionLibrary_GetInventoryItemInstance::ItemInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItemInstance, Result) == 0x000040, "Member 'InventoryFunctionLibrary_GetInventoryItemInstance::Result' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItemInstance, ReturnValue) == 0x000048, "Member 'InventoryFunctionLibrary_GetInventoryItemInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetInventoryItems \ +static_assert(alignof(InventoryFunctionLibrary_GetInventoryItems) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetInventoryItems"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetInventoryItems) == 0x0000C8, "Wrong size on InventoryFunctionLibrary_GetInventoryItems"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItems, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetInventoryItems::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItems, InventoryId) == 0x000008, "Member 'InventoryFunctionLibrary_GetInventoryItems::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItems, Filter) == 0x000010, "Member 'InventoryFunctionLibrary_GetInventoryItems::Filter' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetInventoryItems, ReturnValue) == 0x0000B8, "Member 'InventoryFunctionLibrary_GetInventoryItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetItemForMixin \ +static_assert(alignof(InventoryFunctionLibrary_GetItemForMixin) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetItemForMixin"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetItemForMixin) == 0x000058, "Wrong size on InventoryFunctionLibrary_GetItemForMixin"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetItemForMixin, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetItemForMixin::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetItemForMixin, Mixin) == 0x000008, "Member 'InventoryFunctionLibrary_GetItemForMixin::Mixin' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetItemForMixin, ReturnValue) == 0x000030, "Member 'InventoryFunctionLibrary_GetItemForMixin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetItemInstance \ +static_assert(alignof(InventoryFunctionLibrary_GetItemInstance) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetItemInstance"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetItemInstance) == 0x000058, "Wrong size on InventoryFunctionLibrary_GetItemInstance"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetItemInstance, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetItemInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetItemInstance, ItemInstanceClass) == 0x000008, "Member 'InventoryFunctionLibrary_GetItemInstance::ItemInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetItemInstance, Item) == 0x000010, "Member 'InventoryFunctionLibrary_GetItemInstance::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetItemInstance, Result) == 0x000048, "Member 'InventoryFunctionLibrary_GetItemInstance::Result' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetItemInstance, ReturnValue) == 0x000050, "Member 'InventoryFunctionLibrary_GetItemInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetPlayerInventoryItemAmountsWithMixin \ +static_assert(alignof(InventoryFunctionLibrary_GetPlayerInventoryItemAmountsWithMixin) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetPlayerInventoryItemAmountsWithMixin"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetPlayerInventoryItemAmountsWithMixin) == 0x000020, "Wrong size on InventoryFunctionLibrary_GetPlayerInventoryItemAmountsWithMixin"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemAmountsWithMixin, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemAmountsWithMixin::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemAmountsWithMixin, MixinClass) == 0x000008, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemAmountsWithMixin::MixinClass' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemAmountsWithMixin, ReturnValue) == 0x000010, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemAmountsWithMixin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetPlayerInventoryItemCount \ +static_assert(alignof(InventoryFunctionLibrary_GetPlayerInventoryItemCount) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetPlayerInventoryItemCount"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetPlayerInventoryItemCount) == 0x000038, "Wrong size on InventoryFunctionLibrary_GetPlayerInventoryItemCount"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemCount, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemCount, Item) == 0x000008, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemCount::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemCount, ReturnValue) == 0x000030, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount \ +static_assert(alignof(InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount) == 0x000038, "Wrong size on InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount, ItemTypeId) == 0x000008, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount::ItemTypeId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount, bIncludeSubCategories) == 0x000030, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount::bIncludeSubCategories' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount, ReturnValue) == 0x000034, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemOfTypeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetPlayerInventoryItemsWithMixin \ +static_assert(alignof(InventoryFunctionLibrary_GetPlayerInventoryItemsWithMixin) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetPlayerInventoryItemsWithMixin"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetPlayerInventoryItemsWithMixin) == 0x000020, "Wrong size on InventoryFunctionLibrary_GetPlayerInventoryItemsWithMixin"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemsWithMixin, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemsWithMixin::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemsWithMixin, MixinClass) == 0x000008, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemsWithMixin::MixinClass' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerInventoryItemsWithMixin, ReturnValue) == 0x000010, "Member 'InventoryFunctionLibrary_GetPlayerInventoryItemsWithMixin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetPlayerVehicleInventoryId \ +static_assert(alignof(InventoryFunctionLibrary_GetPlayerVehicleInventoryId) == 0x000004, "Wrong alignment on InventoryFunctionLibrary_GetPlayerVehicleInventoryId"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetPlayerVehicleInventoryId) == 0x000008, "Wrong size on InventoryFunctionLibrary_GetPlayerVehicleInventoryId"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetPlayerVehicleInventoryId, ReturnValue) == 0x000000, "Member 'InventoryFunctionLibrary_GetPlayerVehicleInventoryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetSoftMixinPtrForItem \ +static_assert(alignof(InventoryFunctionLibrary_GetSoftMixinPtrForItem) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetSoftMixinPtrForItem"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetSoftMixinPtrForItem) == 0x000068, "Wrong size on InventoryFunctionLibrary_GetSoftMixinPtrForItem"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetSoftMixinPtrForItem, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetSoftMixinPtrForItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetSoftMixinPtrForItem, Item) == 0x000008, "Member 'InventoryFunctionLibrary_GetSoftMixinPtrForItem::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetSoftMixinPtrForItem, MixinClass) == 0x000030, "Member 'InventoryFunctionLibrary_GetSoftMixinPtrForItem::MixinClass' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetSoftMixinPtrForItem, bErrorOnMissing) == 0x000038, "Member 'InventoryFunctionLibrary_GetSoftMixinPtrForItem::bErrorOnMissing' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetSoftMixinPtrForItem, ReturnValue) == 0x000040, "Member 'InventoryFunctionLibrary_GetSoftMixinPtrForItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_GetTagsForItem \ +static_assert(alignof(InventoryFunctionLibrary_GetTagsForItem) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_GetTagsForItem"); \ +static_assert(sizeof(InventoryFunctionLibrary_GetTagsForItem) == 0x000060, "Wrong size on InventoryFunctionLibrary_GetTagsForItem"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetTagsForItem, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_GetTagsForItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetTagsForItem, Item) == 0x000008, "Member 'InventoryFunctionLibrary_GetTagsForItem::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_GetTagsForItem, ReturnValue) == 0x000040, "Member 'InventoryFunctionLibrary_GetTagsForItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_HasInventoryItem \ +static_assert(alignof(InventoryFunctionLibrary_HasInventoryItem) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_HasInventoryItem"); \ +static_assert(sizeof(InventoryFunctionLibrary_HasInventoryItem) == 0x000040, "Wrong size on InventoryFunctionLibrary_HasInventoryItem"); \ +static_assert(offsetof(InventoryFunctionLibrary_HasInventoryItem, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_HasInventoryItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_HasInventoryItem, InventoryId) == 0x000008, "Member 'InventoryFunctionLibrary_HasInventoryItem::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_HasInventoryItem, ItemId) == 0x000010, "Member 'InventoryFunctionLibrary_HasInventoryItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_HasInventoryItem, ReturnValue) == 0x000038, "Member 'InventoryFunctionLibrary_HasInventoryItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_IsValidInventoryId \ +static_assert(alignof(InventoryFunctionLibrary_IsValidInventoryId) == 0x000004, "Wrong alignment on InventoryFunctionLibrary_IsValidInventoryId"); \ +static_assert(sizeof(InventoryFunctionLibrary_IsValidInventoryId) == 0x00000C, "Wrong size on InventoryFunctionLibrary_IsValidInventoryId"); \ +static_assert(offsetof(InventoryFunctionLibrary_IsValidInventoryId, InventoryId) == 0x000000, "Member 'InventoryFunctionLibrary_IsValidInventoryId::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_IsValidInventoryId, ReturnValue) == 0x000008, "Member 'InventoryFunctionLibrary_IsValidInventoryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_ItemHasTag \ +static_assert(alignof(InventoryFunctionLibrary_ItemHasTag) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_ItemHasTag"); \ +static_assert(sizeof(InventoryFunctionLibrary_ItemHasTag) == 0x000050, "Wrong size on InventoryFunctionLibrary_ItemHasTag"); \ +static_assert(offsetof(InventoryFunctionLibrary_ItemHasTag, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_ItemHasTag::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_ItemHasTag, Item) == 0x000008, "Member 'InventoryFunctionLibrary_ItemHasTag::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_ItemHasTag, Tag) == 0x000040, "Member 'InventoryFunctionLibrary_ItemHasTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_ItemHasTag, ReturnValue) == 0x000048, "Member 'InventoryFunctionLibrary_ItemHasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_ItemIsValid \ +static_assert(alignof(InventoryFunctionLibrary_ItemIsValid) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_ItemIsValid"); \ +static_assert(sizeof(InventoryFunctionLibrary_ItemIsValid) == 0x000040, "Wrong size on InventoryFunctionLibrary_ItemIsValid"); \ +static_assert(offsetof(InventoryFunctionLibrary_ItemIsValid, Item) == 0x000000, "Member 'InventoryFunctionLibrary_ItemIsValid::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_ItemIsValid, ReturnValue) == 0x000038, "Member 'InventoryFunctionLibrary_ItemIsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_MakeInventoryId \ +static_assert(alignof(InventoryFunctionLibrary_MakeInventoryId) == 0x000004, "Wrong alignment on InventoryFunctionLibrary_MakeInventoryId"); \ +static_assert(sizeof(InventoryFunctionLibrary_MakeInventoryId) == 0x000010, "Wrong size on InventoryFunctionLibrary_MakeInventoryId"); \ +static_assert(offsetof(InventoryFunctionLibrary_MakeInventoryId, Name_0) == 0x000000, "Member 'InventoryFunctionLibrary_MakeInventoryId::Name_0' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_MakeInventoryId, ReturnValue) == 0x000008, "Member 'InventoryFunctionLibrary_MakeInventoryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_PlayerHasInventoryItem \ +static_assert(alignof(InventoryFunctionLibrary_PlayerHasInventoryItem) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_PlayerHasInventoryItem"); \ +static_assert(sizeof(InventoryFunctionLibrary_PlayerHasInventoryItem) == 0x000038, "Wrong size on InventoryFunctionLibrary_PlayerHasInventoryItem"); \ +static_assert(offsetof(InventoryFunctionLibrary_PlayerHasInventoryItem, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_PlayerHasInventoryItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_PlayerHasInventoryItem, Item) == 0x000008, "Member 'InventoryFunctionLibrary_PlayerHasInventoryItem::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_PlayerHasInventoryItem, ReturnValue) == 0x000030, "Member 'InventoryFunctionLibrary_PlayerHasInventoryItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_RemoveFromInventory \ +static_assert(alignof(InventoryFunctionLibrary_RemoveFromInventory) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_RemoveFromInventory"); \ +static_assert(sizeof(InventoryFunctionLibrary_RemoveFromInventory) == 0x000058, "Wrong size on InventoryFunctionLibrary_RemoveFromInventory"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveFromInventory, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_RemoveFromInventory::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveFromInventory, InventoryId) == 0x000008, "Member 'InventoryFunctionLibrary_RemoveFromInventory::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveFromInventory, Reason) == 0x000040, "Member 'InventoryFunctionLibrary_RemoveFromInventory::Reason' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveFromInventory, ReturnValue) == 0x000050, "Member 'InventoryFunctionLibrary_RemoveFromInventory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_RemoveFromPlayerInventory \ +static_assert(alignof(InventoryFunctionLibrary_RemoveFromPlayerInventory) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_RemoveFromPlayerInventory"); \ +static_assert(sizeof(InventoryFunctionLibrary_RemoveFromPlayerInventory) == 0x000050, "Wrong size on InventoryFunctionLibrary_RemoveFromPlayerInventory"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveFromPlayerInventory, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_RemoveFromPlayerInventory::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveFromPlayerInventory, Item) == 0x000008, "Member 'InventoryFunctionLibrary_RemoveFromPlayerInventory::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveFromPlayerInventory, Amount) == 0x000030, "Member 'InventoryFunctionLibrary_RemoveFromPlayerInventory::Amount' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveFromPlayerInventory, Reason) == 0x000038, "Member 'InventoryFunctionLibrary_RemoveFromPlayerInventory::Reason' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveFromPlayerInventory, ReturnValue) == 0x000048, "Member 'InventoryFunctionLibrary_RemoveFromPlayerInventory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_RemoveItemFromInventory \ +static_assert(alignof(InventoryFunctionLibrary_RemoveItemFromInventory) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_RemoveItemFromInventory"); \ +static_assert(sizeof(InventoryFunctionLibrary_RemoveItemFromInventory) == 0x000058, "Wrong size on InventoryFunctionLibrary_RemoveItemFromInventory"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveItemFromInventory, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_RemoveItemFromInventory::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveItemFromInventory, InventoryId) == 0x000008, "Member 'InventoryFunctionLibrary_RemoveItemFromInventory::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveItemFromInventory, ItemId) == 0x000010, "Member 'InventoryFunctionLibrary_RemoveItemFromInventory::ItemId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveItemFromInventory, Amount) == 0x000038, "Member 'InventoryFunctionLibrary_RemoveItemFromInventory::Amount' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveItemFromInventory, Reason) == 0x000040, "Member 'InventoryFunctionLibrary_RemoveItemFromInventory::Reason' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveItemFromInventory, ReturnValue) == 0x000050, "Member 'InventoryFunctionLibrary_RemoveItemFromInventory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_RemoveTagFromItem \ +static_assert(alignof(InventoryFunctionLibrary_RemoveTagFromItem) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_RemoveTagFromItem"); \ +static_assert(sizeof(InventoryFunctionLibrary_RemoveTagFromItem) == 0x000048, "Wrong size on InventoryFunctionLibrary_RemoveTagFromItem"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveTagFromItem, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_RemoveTagFromItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveTagFromItem, Item) == 0x000008, "Member 'InventoryFunctionLibrary_RemoveTagFromItem::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveTagFromItem, Tag) == 0x000040, "Member 'InventoryFunctionLibrary_RemoveTagFromItem::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_RemoveTagFromItems \ +static_assert(alignof(InventoryFunctionLibrary_RemoveTagFromItems) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_RemoveTagFromItems"); \ +static_assert(sizeof(InventoryFunctionLibrary_RemoveTagFromItems) == 0x0000C0, "Wrong size on InventoryFunctionLibrary_RemoveTagFromItems"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveTagFromItems, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_RemoveTagFromItems::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveTagFromItems, InventoryId) == 0x000008, "Member 'InventoryFunctionLibrary_RemoveTagFromItems::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveTagFromItems, Filter) == 0x000010, "Member 'InventoryFunctionLibrary_RemoveTagFromItems::Filter' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_RemoveTagFromItems, Tag) == 0x0000B8, "Member 'InventoryFunctionLibrary_RemoveTagFromItems::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_SetInventoryItemCount \ +static_assert(alignof(InventoryFunctionLibrary_SetInventoryItemCount) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_SetInventoryItemCount"); \ +static_assert(sizeof(InventoryFunctionLibrary_SetInventoryItemCount) == 0x000040, "Wrong size on InventoryFunctionLibrary_SetInventoryItemCount"); \ +static_assert(offsetof(InventoryFunctionLibrary_SetInventoryItemCount, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_SetInventoryItemCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_SetInventoryItemCount, InventoryId) == 0x000008, "Member 'InventoryFunctionLibrary_SetInventoryItemCount::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_SetInventoryItemCount, ItemId) == 0x000010, "Member 'InventoryFunctionLibrary_SetInventoryItemCount::ItemId' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_SetInventoryItemCount, Count) == 0x000038, "Member 'InventoryFunctionLibrary_SetInventoryItemCount::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryFunctionLibrary_TradePlayerItems \ +static_assert(alignof(InventoryFunctionLibrary_TradePlayerItems) == 0x000008, "Wrong alignment on InventoryFunctionLibrary_TradePlayerItems"); \ +static_assert(sizeof(InventoryFunctionLibrary_TradePlayerItems) == 0x000058, "Wrong size on InventoryFunctionLibrary_TradePlayerItems"); \ +static_assert(offsetof(InventoryFunctionLibrary_TradePlayerItems, WorldContextObject) == 0x000000, "Member 'InventoryFunctionLibrary_TradePlayerItems::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_TradePlayerItems, PlayerItemsToRemove) == 0x000008, "Member 'InventoryFunctionLibrary_TradePlayerItems::PlayerItemsToRemove' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_TradePlayerItems, PlayerItemsToAdd) == 0x000018, "Member 'InventoryFunctionLibrary_TradePlayerItems::PlayerItemsToAdd' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_TradePlayerItems, TheirInventory) == 0x000028, "Member 'InventoryFunctionLibrary_TradePlayerItems::TheirInventory' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_TradePlayerItems, RemoveReason) == 0x000030, "Member 'InventoryFunctionLibrary_TradePlayerItems::RemoveReason' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_TradePlayerItems, AddReason) == 0x000040, "Member 'InventoryFunctionLibrary_TradePlayerItems::AddReason' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_TradePlayerItems, bShouldNotify) == 0x000050, "Member 'InventoryFunctionLibrary_TradePlayerItems::bShouldNotify' has a wrong offset!"); \ +static_assert(offsetof(InventoryFunctionLibrary_TradePlayerItems, ReturnValue) == 0x000051, "Member 'InventoryFunctionLibrary_TradePlayerItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventoryFunctionLibrary \ +static_assert(alignof(UInventoryFunctionLibrary) == 0x000008, "Wrong alignment on UInventoryFunctionLibrary"); \ +static_assert(sizeof(UInventoryFunctionLibrary) == 0x000028, "Wrong size on UInventoryFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_InventoryItemInstanceBase_BP_SetupItemInstance \ +static_assert(alignof(InventoryItemInstanceBase_BP_SetupItemInstance) == 0x000001, "Wrong alignment on InventoryItemInstanceBase_BP_SetupItemInstance"); \ +static_assert(sizeof(InventoryItemInstanceBase_BP_SetupItemInstance) == 0x000001, "Wrong size on InventoryItemInstanceBase_BP_SetupItemInstance"); \ +static_assert(offsetof(InventoryItemInstanceBase_BP_SetupItemInstance, bFromSaveGame) == 0x000000, "Member 'InventoryItemInstanceBase_BP_SetupItemInstance::bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryItemInstanceBase_AsItem \ +static_assert(alignof(InventoryItemInstanceBase_AsItem) == 0x000008, "Wrong alignment on InventoryItemInstanceBase_AsItem"); \ +static_assert(sizeof(InventoryItemInstanceBase_AsItem) == 0x000038, "Wrong size on InventoryItemInstanceBase_AsItem"); \ +static_assert(offsetof(InventoryItemInstanceBase_AsItem, ReturnValue) == 0x000000, "Member 'InventoryItemInstanceBase_AsItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryItemInstanceBase_GetInventoryId \ +static_assert(alignof(InventoryItemInstanceBase_GetInventoryId) == 0x000004, "Wrong alignment on InventoryItemInstanceBase_GetInventoryId"); \ +static_assert(sizeof(InventoryItemInstanceBase_GetInventoryId) == 0x000008, "Wrong size on InventoryItemInstanceBase_GetInventoryId"); \ +static_assert(offsetof(InventoryItemInstanceBase_GetInventoryId, ReturnValue) == 0x000000, "Member 'InventoryItemInstanceBase_GetInventoryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventoryItemInstanceBase \ +static_assert(alignof(UInventoryItemInstanceBase) == 0x000008, "Wrong alignment on UInventoryItemInstanceBase"); \ +static_assert(sizeof(UInventoryItemInstanceBase) == 0x000028, "Wrong size on UInventoryItemInstanceBase"); \ + +#define DUMPER7_ASSERTS_UInventorySettings \ +static_assert(alignof(UInventorySettings) == 0x000008, "Wrong alignment on UInventorySettings"); \ +static_assert(sizeof(UInventorySettings) == 0x000038, "Wrong size on UInventorySettings"); \ + +#define DUMPER7_ASSERTS_InventorySubsystem_RegisterInventoryInitializer \ +static_assert(alignof(InventorySubsystem_RegisterInventoryInitializer) == 0x000008, "Wrong alignment on InventorySubsystem_RegisterInventoryInitializer"); \ +static_assert(sizeof(InventorySubsystem_RegisterInventoryInitializer) == 0x000010, "Wrong size on InventorySubsystem_RegisterInventoryInitializer"); \ +static_assert(offsetof(InventorySubsystem_RegisterInventoryInitializer, InInventoryInitializer) == 0x000000, "Member 'InventorySubsystem_RegisterInventoryInitializer::InInventoryInitializer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventorySubsystem \ +static_assert(alignof(UInventorySubsystem) == 0x000008, "Wrong alignment on UInventorySubsystem"); \ +static_assert(sizeof(UInventorySubsystem) == 0x000298, "Wrong size on UInventorySubsystem"); \ +static_assert(offsetof(UInventorySubsystem, BP_OnPlayerInventoryItemAdded) == 0x000038, "Member 'UInventorySubsystem::BP_OnPlayerInventoryItemAdded' has a wrong offset!"); \ +static_assert(offsetof(UInventorySubsystem, BP_OnPlayerInventoryItemRemoved) == 0x000060, "Member 'UInventorySubsystem::BP_OnPlayerInventoryItemRemoved' has a wrong offset!"); \ +static_assert(offsetof(UInventorySubsystem, Inventories) == 0x000178, "Member 'UInventorySubsystem::Inventories' has a wrong offset!"); \ +static_assert(offsetof(UInventorySubsystem, ItemInstanceClasses) == 0x0001C8, "Member 'UInventorySubsystem::ItemInstanceClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventoryItemCategoryConfigAsset \ +static_assert(alignof(UInventoryItemCategoryConfigAsset) == 0x000008, "Wrong alignment on UInventoryItemCategoryConfigAsset"); \ +static_assert(sizeof(UInventoryItemCategoryConfigAsset) == 0x000060, "Wrong size on UInventoryItemCategoryConfigAsset"); \ +static_assert(offsetof(UInventoryItemCategoryConfigAsset, CategoryName) == 0x000030, "Member 'UInventoryItemCategoryConfigAsset::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemCategoryConfigAsset, ParentCategory) == 0x000038, "Member 'UInventoryItemCategoryConfigAsset::ParentCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventoryItemConfigAsset \ +static_assert(alignof(UInventoryItemConfigAsset) == 0x000008, "Wrong alignment on UInventoryItemConfigAsset"); \ +static_assert(sizeof(UInventoryItemConfigAsset) == 0x000090, "Wrong size on UInventoryItemConfigAsset"); \ +static_assert(offsetof(UInventoryItemConfigAsset, ItemName) == 0x000030, "Member 'UInventoryItemConfigAsset::ItemName' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemConfigAsset, Category) == 0x000038, "Member 'UInventoryItemConfigAsset::Category' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemConfigAsset, InstanceClass) == 0x000060, "Member 'UInventoryItemConfigAsset::InstanceClass' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemConfigAsset, bUniqueInstance) == 0x000088, "Member 'UInventoryItemConfigAsset::bUniqueInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventoryItemMixinConfigAsset \ +static_assert(alignof(UInventoryItemMixinConfigAsset) == 0x000008, "Wrong alignment on UInventoryItemMixinConfigAsset"); \ +static_assert(sizeof(UInventoryItemMixinConfigAsset) == 0x000088, "Wrong size on UInventoryItemMixinConfigAsset"); \ +static_assert(offsetof(UInventoryItemMixinConfigAsset, InventoryItemName) == 0x000030, "Member 'UInventoryItemMixinConfigAsset::InventoryItemName' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemMixinConfigAsset, InventoryItem) == 0x000038, "Member 'UInventoryItemMixinConfigAsset::InventoryItem' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemMixinConfigAsset, Category) == 0x000060, "Member 'UInventoryItemMixinConfigAsset::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveInventoryAsyncAction_ObserveInventory \ +static_assert(alignof(ObserveInventoryAsyncAction_ObserveInventory) == 0x000008, "Wrong alignment on ObserveInventoryAsyncAction_ObserveInventory"); \ +static_assert(sizeof(ObserveInventoryAsyncAction_ObserveInventory) == 0x0000C0, "Wrong size on ObserveInventoryAsyncAction_ObserveInventory"); \ +static_assert(offsetof(ObserveInventoryAsyncAction_ObserveInventory, WorldContextObject) == 0x000000, "Member 'ObserveInventoryAsyncAction_ObserveInventory::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveInventoryAsyncAction_ObserveInventory, InventoryId) == 0x000008, "Member 'ObserveInventoryAsyncAction_ObserveInventory::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(ObserveInventoryAsyncAction_ObserveInventory, Filter) == 0x000010, "Member 'ObserveInventoryAsyncAction_ObserveInventory::Filter' has a wrong offset!"); \ +static_assert(offsetof(ObserveInventoryAsyncAction_ObserveInventory, ReturnValue) == 0x0000B8, "Member 'ObserveInventoryAsyncAction_ObserveInventory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveInventoryAsyncAction \ +static_assert(alignof(UObserveInventoryAsyncAction) == 0x000008, "Wrong alignment on UObserveInventoryAsyncAction"); \ +static_assert(sizeof(UObserveInventoryAsyncAction) == 0x000150, "Wrong size on UObserveInventoryAsyncAction"); \ +static_assert(offsetof(UObserveInventoryAsyncAction, OnInventoryUpdated) == 0x000030, "Member 'UObserveInventoryAsyncAction::OnInventoryUpdated' has a wrong offset!"); \ +static_assert(offsetof(UObserveInventoryAsyncAction, ContextObject) == 0x000040, "Member 'UObserveInventoryAsyncAction::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(UObserveInventoryAsyncAction, Items) == 0x000048, "Member 'UObserveInventoryAsyncAction::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveInventoryItemCategoryCountAsyncActionBase \ +static_assert(alignof(UObserveInventoryItemCategoryCountAsyncActionBase) == 0x000008, "Wrong alignment on UObserveInventoryItemCategoryCountAsyncActionBase"); \ +static_assert(sizeof(UObserveInventoryItemCategoryCountAsyncActionBase) == 0x000088, "Wrong size on UObserveInventoryItemCategoryCountAsyncActionBase"); \ +static_assert(offsetof(UObserveInventoryItemCategoryCountAsyncActionBase, OnItemCategoryCountUpdated) == 0x000030, "Member 'UObserveInventoryItemCategoryCountAsyncActionBase::OnItemCategoryCountUpdated' has a wrong offset!"); \ +static_assert(offsetof(UObserveInventoryItemCategoryCountAsyncActionBase, ContextObject) == 0x000040, "Member 'UObserveInventoryItemCategoryCountAsyncActionBase::ContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveInventoryItemCountAsyncActionBase \ +static_assert(alignof(UObserveInventoryItemCountAsyncActionBase) == 0x000008, "Wrong alignment on UObserveInventoryItemCountAsyncActionBase"); \ +static_assert(sizeof(UObserveInventoryItemCountAsyncActionBase) == 0x000080, "Wrong size on UObserveInventoryItemCountAsyncActionBase"); \ +static_assert(offsetof(UObserveInventoryItemCountAsyncActionBase, OnItemCountUpdated) == 0x000030, "Member 'UObserveInventoryItemCountAsyncActionBase::OnItemCountUpdated' has a wrong offset!"); \ +static_assert(offsetof(UObserveInventoryItemCountAsyncActionBase, ContextObject) == 0x000040, "Member 'UObserveInventoryItemCountAsyncActionBase::ContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount \ +static_assert(alignof(ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount) == 0x000008, "Wrong alignment on ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount"); \ +static_assert(sizeof(ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount) == 0x000040, "Wrong size on ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount"); \ +static_assert(offsetof(ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount, WorldContextObject) == 0x000000, "Member 'ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount, InventoryId) == 0x000008, "Member 'ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount, ItemId) == 0x000010, "Member 'ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount::ItemId' has a wrong offset!"); \ +static_assert(offsetof(ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount, ReturnValue) == 0x000038, "Member 'ObserveInventoryItemCountAsyncAction_ObserveInventoryItemCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveInventoryItemCountAsyncAction \ +static_assert(alignof(UObserveInventoryItemCountAsyncAction) == 0x000008, "Wrong alignment on UObserveInventoryItemCountAsyncAction"); \ +static_assert(sizeof(UObserveInventoryItemCountAsyncAction) == 0x000080, "Wrong size on UObserveInventoryItemCountAsyncAction"); \ + +#define DUMPER7_ASSERTS_ObserveInventoryItemTagsAsyncAction_ObserveInventoryItemTags \ +static_assert(alignof(ObserveInventoryItemTagsAsyncAction_ObserveInventoryItemTags) == 0x000008, "Wrong alignment on ObserveInventoryItemTagsAsyncAction_ObserveInventoryItemTags"); \ +static_assert(sizeof(ObserveInventoryItemTagsAsyncAction_ObserveInventoryItemTags) == 0x000048, "Wrong size on ObserveInventoryItemTagsAsyncAction_ObserveInventoryItemTags"); \ +static_assert(offsetof(ObserveInventoryItemTagsAsyncAction_ObserveInventoryItemTags, WorldContextObject) == 0x000000, "Member 'ObserveInventoryItemTagsAsyncAction_ObserveInventoryItemTags::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveInventoryItemTagsAsyncAction_ObserveInventoryItemTags, Item) == 0x000008, "Member 'ObserveInventoryItemTagsAsyncAction_ObserveInventoryItemTags::Item' has a wrong offset!"); \ +static_assert(offsetof(ObserveInventoryItemTagsAsyncAction_ObserveInventoryItemTags, ReturnValue) == 0x000040, "Member 'ObserveInventoryItemTagsAsyncAction_ObserveInventoryItemTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveInventoryItemTagsAsyncAction \ +static_assert(alignof(UObserveInventoryItemTagsAsyncAction) == 0x000008, "Wrong alignment on UObserveInventoryItemTagsAsyncAction"); \ +static_assert(sizeof(UObserveInventoryItemTagsAsyncAction) == 0x000088, "Wrong size on UObserveInventoryItemTagsAsyncAction"); \ +static_assert(offsetof(UObserveInventoryItemTagsAsyncAction, OnTagsChanged) == 0x000030, "Member 'UObserveInventoryItemTagsAsyncAction::OnTagsChanged' has a wrong offset!"); \ +static_assert(offsetof(UObserveInventoryItemTagsAsyncAction, ContextObject) == 0x000040, "Member 'UObserveInventoryItemTagsAsyncAction::ContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount \ +static_assert(alignof(ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount) == 0x000008, "Wrong alignment on ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount"); \ +static_assert(sizeof(ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount) == 0x000040, "Wrong size on ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount"); \ +static_assert(offsetof(ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount, WorldContextObject) == 0x000000, "Member 'ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount, CategoryId) == 0x000008, "Member 'ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount::CategoryId' has a wrong offset!"); \ +static_assert(offsetof(ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount, bRecursive) == 0x000030, "Member 'ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount, ReturnValue) == 0x000038, "Member 'ObservePlayerInventoryItemCategoryCountAsyncAction_ObservePlayerInventoryItemCategoryCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObservePlayerInventoryItemCategoryCountAsyncAction \ +static_assert(alignof(UObservePlayerInventoryItemCategoryCountAsyncAction) == 0x000008, "Wrong alignment on UObservePlayerInventoryItemCategoryCountAsyncAction"); \ +static_assert(sizeof(UObservePlayerInventoryItemCategoryCountAsyncAction) == 0x000088, "Wrong size on UObservePlayerInventoryItemCategoryCountAsyncAction"); \ + +#define DUMPER7_ASSERTS_ObservePlayerInventoryItemCountAsyncAction_ObservePlayerInventoryItemCount \ +static_assert(alignof(ObservePlayerInventoryItemCountAsyncAction_ObservePlayerInventoryItemCount) == 0x000008, "Wrong alignment on ObservePlayerInventoryItemCountAsyncAction_ObservePlayerInventoryItemCount"); \ +static_assert(sizeof(ObservePlayerInventoryItemCountAsyncAction_ObservePlayerInventoryItemCount) == 0x000038, "Wrong size on ObservePlayerInventoryItemCountAsyncAction_ObservePlayerInventoryItemCount"); \ +static_assert(offsetof(ObservePlayerInventoryItemCountAsyncAction_ObservePlayerInventoryItemCount, WorldContextObject) == 0x000000, "Member 'ObservePlayerInventoryItemCountAsyncAction_ObservePlayerInventoryItemCount::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObservePlayerInventoryItemCountAsyncAction_ObservePlayerInventoryItemCount, ItemId) == 0x000008, "Member 'ObservePlayerInventoryItemCountAsyncAction_ObservePlayerInventoryItemCount::ItemId' has a wrong offset!"); \ +static_assert(offsetof(ObservePlayerInventoryItemCountAsyncAction_ObservePlayerInventoryItemCount, ReturnValue) == 0x000030, "Member 'ObservePlayerInventoryItemCountAsyncAction_ObservePlayerInventoryItemCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObservePlayerInventoryItemCountAsyncAction \ +static_assert(alignof(UObservePlayerInventoryItemCountAsyncAction) == 0x000008, "Wrong alignment on UObservePlayerInventoryItemCountAsyncAction"); \ +static_assert(sizeof(UObservePlayerInventoryItemCountAsyncAction) == 0x000080, "Wrong size on UObservePlayerInventoryItemCountAsyncAction"); \ + +#define DUMPER7_ASSERTS_InventoryIdInterface_GetInventoryId \ +static_assert(alignof(InventoryIdInterface_GetInventoryId) == 0x000004, "Wrong alignment on InventoryIdInterface_GetInventoryId"); \ +static_assert(sizeof(InventoryIdInterface_GetInventoryId) == 0x000008, "Wrong size on InventoryIdInterface_GetInventoryId"); \ +static_assert(offsetof(InventoryIdInterface_GetInventoryId, ReturnValue) == 0x000000, "Member 'InventoryIdInterface_GetInventoryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInventoryIdInterface \ +static_assert(alignof(IInventoryIdInterface) == 0x000001, "Wrong alignment on IInventoryIdInterface"); \ +static_assert(sizeof(IInventoryIdInterface) == 0x000001, "Wrong size on IInventoryIdInterface"); \ + +#define DUMPER7_ASSERTS_IInventoryInitializerInterface \ +static_assert(alignof(IInventoryInitializerInterface) == 0x000001, "Wrong alignment on IInventoryInitializerInterface"); \ +static_assert(sizeof(IInventoryInitializerInterface) == 0x000001, "Wrong size on IInventoryInitializerInterface"); \ + +#define DUMPER7_ASSERTS_FBookmarkConfigJournalEntry \ +static_assert(alignof(FBookmarkConfigJournalEntry) == 0x000008, "Wrong alignment on FBookmarkConfigJournalEntry"); \ +static_assert(sizeof(FBookmarkConfigJournalEntry) == 0x000048, "Wrong size on FBookmarkConfigJournalEntry"); \ +static_assert(offsetof(FBookmarkConfigJournalEntry, Timestamp) == 0x000000, "Member 'FBookmarkConfigJournalEntry::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FBookmarkConfigJournalEntry, Location) == 0x000008, "Member 'FBookmarkConfigJournalEntry::Location' has a wrong offset!"); \ +static_assert(offsetof(FBookmarkConfigJournalEntry, EntryAsset) == 0x000020, "Member 'FBookmarkConfigJournalEntry::EntryAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBookmarkEnumEntry \ +static_assert(alignof(FBookmarkEnumEntry) == 0x000008, "Wrong alignment on FBookmarkEnumEntry"); \ +static_assert(sizeof(FBookmarkEnumEntry) == 0x000028, "Wrong size on FBookmarkEnumEntry"); \ +static_assert(offsetof(FBookmarkEnumEntry, EnumId) == 0x000000, "Member 'FBookmarkEnumEntry::EnumId' has a wrong offset!"); \ +static_assert(offsetof(FBookmarkEnumEntry, EnumValue) == 0x000018, "Member 'FBookmarkEnumEntry::EnumValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBookmarkPostLoadEvent \ +static_assert(alignof(UBookmarkPostLoadEvent) == 0x000008, "Wrong alignment on UBookmarkPostLoadEvent"); \ +static_assert(sizeof(UBookmarkPostLoadEvent) == 0x000028, "Wrong size on UBookmarkPostLoadEvent"); \ + +#define DUMPER7_ASSERTS_BookmarkSubsystem_GetAllBookmarkAssets \ +static_assert(alignof(BookmarkSubsystem_GetAllBookmarkAssets) == 0x000008, "Wrong alignment on BookmarkSubsystem_GetAllBookmarkAssets"); \ +static_assert(sizeof(BookmarkSubsystem_GetAllBookmarkAssets) == 0x000010, "Wrong size on BookmarkSubsystem_GetAllBookmarkAssets"); \ +static_assert(offsetof(BookmarkSubsystem_GetAllBookmarkAssets, ReturnValue) == 0x000000, "Member 'BookmarkSubsystem_GetAllBookmarkAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BookmarkSubsystem_GetAllBookmarkCategoryAssets \ +static_assert(alignof(BookmarkSubsystem_GetAllBookmarkCategoryAssets) == 0x000008, "Wrong alignment on BookmarkSubsystem_GetAllBookmarkCategoryAssets"); \ +static_assert(sizeof(BookmarkSubsystem_GetAllBookmarkCategoryAssets) == 0x000010, "Wrong size on BookmarkSubsystem_GetAllBookmarkCategoryAssets"); \ +static_assert(offsetof(BookmarkSubsystem_GetAllBookmarkCategoryAssets, ReturnValue) == 0x000000, "Member 'BookmarkSubsystem_GetAllBookmarkCategoryAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BookmarkSubsystem_GetBookmarkAssetNamePrefixes \ +static_assert(alignof(BookmarkSubsystem_GetBookmarkAssetNamePrefixes) == 0x000008, "Wrong alignment on BookmarkSubsystem_GetBookmarkAssetNamePrefixes"); \ +static_assert(sizeof(BookmarkSubsystem_GetBookmarkAssetNamePrefixes) == 0x000010, "Wrong size on BookmarkSubsystem_GetBookmarkAssetNamePrefixes"); \ +static_assert(offsetof(BookmarkSubsystem_GetBookmarkAssetNamePrefixes, ReturnValue) == 0x000000, "Member 'BookmarkSubsystem_GetBookmarkAssetNamePrefixes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BookmarkSubsystem_GetBookmarkCategoryAsset \ +static_assert(alignof(BookmarkSubsystem_GetBookmarkCategoryAsset) == 0x000008, "Wrong alignment on BookmarkSubsystem_GetBookmarkCategoryAsset"); \ +static_assert(sizeof(BookmarkSubsystem_GetBookmarkCategoryAsset) == 0x000010, "Wrong size on BookmarkSubsystem_GetBookmarkCategoryAsset"); \ +static_assert(offsetof(BookmarkSubsystem_GetBookmarkCategoryAsset, CategoryTag) == 0x000000, "Member 'BookmarkSubsystem_GetBookmarkCategoryAsset::CategoryTag' has a wrong offset!"); \ +static_assert(offsetof(BookmarkSubsystem_GetBookmarkCategoryAsset, ReturnValue) == 0x000008, "Member 'BookmarkSubsystem_GetBookmarkCategoryAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BookmarkSubsystem_GetBookmarksInCategory \ +static_assert(alignof(BookmarkSubsystem_GetBookmarksInCategory) == 0x000008, "Wrong alignment on BookmarkSubsystem_GetBookmarksInCategory"); \ +static_assert(sizeof(BookmarkSubsystem_GetBookmarksInCategory) == 0x000018, "Wrong size on BookmarkSubsystem_GetBookmarksInCategory"); \ +static_assert(offsetof(BookmarkSubsystem_GetBookmarksInCategory, CategoryTag) == 0x000000, "Member 'BookmarkSubsystem_GetBookmarksInCategory::CategoryTag' has a wrong offset!"); \ +static_assert(offsetof(BookmarkSubsystem_GetBookmarksInCategory, ReturnValue) == 0x000008, "Member 'BookmarkSubsystem_GetBookmarksInCategory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BookmarkSubsystem_GetBookmarksWithAssetNamePrefix \ +static_assert(alignof(BookmarkSubsystem_GetBookmarksWithAssetNamePrefix) == 0x000008, "Wrong alignment on BookmarkSubsystem_GetBookmarksWithAssetNamePrefix"); \ +static_assert(sizeof(BookmarkSubsystem_GetBookmarksWithAssetNamePrefix) == 0x000020, "Wrong size on BookmarkSubsystem_GetBookmarksWithAssetNamePrefix"); \ +static_assert(offsetof(BookmarkSubsystem_GetBookmarksWithAssetNamePrefix, AssetNamePrefix) == 0x000000, "Member 'BookmarkSubsystem_GetBookmarksWithAssetNamePrefix::AssetNamePrefix' has a wrong offset!"); \ +static_assert(offsetof(BookmarkSubsystem_GetBookmarksWithAssetNamePrefix, ReturnValue) == 0x000010, "Member 'BookmarkSubsystem_GetBookmarksWithAssetNamePrefix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BookmarkSubsystem_GetChildCategoryTags \ +static_assert(alignof(BookmarkSubsystem_GetChildCategoryTags) == 0x000008, "Wrong alignment on BookmarkSubsystem_GetChildCategoryTags"); \ +static_assert(sizeof(BookmarkSubsystem_GetChildCategoryTags) == 0x000018, "Wrong size on BookmarkSubsystem_GetChildCategoryTags"); \ +static_assert(offsetof(BookmarkSubsystem_GetChildCategoryTags, ParentCategoryTag) == 0x000000, "Member 'BookmarkSubsystem_GetChildCategoryTags::ParentCategoryTag' has a wrong offset!"); \ +static_assert(offsetof(BookmarkSubsystem_GetChildCategoryTags, ReturnValue) == 0x000008, "Member 'BookmarkSubsystem_GetChildCategoryTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BookmarkSubsystem_GetFeaturedBookmarkAssets \ +static_assert(alignof(BookmarkSubsystem_GetFeaturedBookmarkAssets) == 0x000008, "Wrong alignment on BookmarkSubsystem_GetFeaturedBookmarkAssets"); \ +static_assert(sizeof(BookmarkSubsystem_GetFeaturedBookmarkAssets) == 0x000010, "Wrong size on BookmarkSubsystem_GetFeaturedBookmarkAssets"); \ +static_assert(offsetof(BookmarkSubsystem_GetFeaturedBookmarkAssets, ReturnValue) == 0x000000, "Member 'BookmarkSubsystem_GetFeaturedBookmarkAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BookmarkSubsystem_GetRootCategoryTags \ +static_assert(alignof(BookmarkSubsystem_GetRootCategoryTags) == 0x000008, "Wrong alignment on BookmarkSubsystem_GetRootCategoryTags"); \ +static_assert(sizeof(BookmarkSubsystem_GetRootCategoryTags) == 0x000010, "Wrong size on BookmarkSubsystem_GetRootCategoryTags"); \ +static_assert(offsetof(BookmarkSubsystem_GetRootCategoryTags, ReturnValue) == 0x000000, "Member 'BookmarkSubsystem_GetRootCategoryTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BookmarkSubsystem_LoadLevelWithBookmark \ +static_assert(alignof(BookmarkSubsystem_LoadLevelWithBookmark) == 0x000008, "Wrong alignment on BookmarkSubsystem_LoadLevelWithBookmark"); \ +static_assert(sizeof(BookmarkSubsystem_LoadLevelWithBookmark) == 0x000010, "Wrong size on BookmarkSubsystem_LoadLevelWithBookmark"); \ +static_assert(offsetof(BookmarkSubsystem_LoadLevelWithBookmark, LevelName) == 0x000000, "Member 'BookmarkSubsystem_LoadLevelWithBookmark::LevelName' has a wrong offset!"); \ +static_assert(offsetof(BookmarkSubsystem_LoadLevelWithBookmark, BookMark) == 0x000008, "Member 'BookmarkSubsystem_LoadLevelWithBookmark::BookMark' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BookmarkSubsystem_ReloadCurrentLevelWithBookmark \ +static_assert(alignof(BookmarkSubsystem_ReloadCurrentLevelWithBookmark) == 0x000008, "Wrong alignment on BookmarkSubsystem_ReloadCurrentLevelWithBookmark"); \ +static_assert(sizeof(BookmarkSubsystem_ReloadCurrentLevelWithBookmark) == 0x000008, "Wrong size on BookmarkSubsystem_ReloadCurrentLevelWithBookmark"); \ +static_assert(offsetof(BookmarkSubsystem_ReloadCurrentLevelWithBookmark, BookMark) == 0x000000, "Member 'BookmarkSubsystem_ReloadCurrentLevelWithBookmark::BookMark' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BookmarkSubsystem_TeleportAndLoadBookmark \ +static_assert(alignof(BookmarkSubsystem_TeleportAndLoadBookmark) == 0x000008, "Wrong alignment on BookmarkSubsystem_TeleportAndLoadBookmark"); \ +static_assert(sizeof(BookmarkSubsystem_TeleportAndLoadBookmark) == 0x000008, "Wrong size on BookmarkSubsystem_TeleportAndLoadBookmark"); \ +static_assert(offsetof(BookmarkSubsystem_TeleportAndLoadBookmark, BookMark) == 0x000000, "Member 'BookmarkSubsystem_TeleportAndLoadBookmark::BookMark' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBookmarkSubsystem \ +static_assert(alignof(UBookmarkSubsystem) == 0x000008, "Wrong alignment on UBookmarkSubsystem"); \ +static_assert(sizeof(UBookmarkSubsystem) == 0x000098, "Wrong size on UBookmarkSubsystem"); \ + +#define DUMPER7_ASSERTS_UBookmarkSnapshotSubsystem \ +static_assert(alignof(UBookmarkSnapshotSubsystem) == 0x000008, "Wrong alignment on UBookmarkSnapshotSubsystem"); \ +static_assert(sizeof(UBookmarkSnapshotSubsystem) == 0x000080, "Wrong size on UBookmarkSnapshotSubsystem"); \ + +#define DUMPER7_ASSERTS_BookmarkSetup_OnActivateBookmark \ +static_assert(alignof(BookmarkSetup_OnActivateBookmark) == 0x000001, "Wrong alignment on BookmarkSetup_OnActivateBookmark"); \ +static_assert(sizeof(BookmarkSetup_OnActivateBookmark) == 0x000001, "Wrong size on BookmarkSetup_OnActivateBookmark"); \ +static_assert(offsetof(BookmarkSetup_OnActivateBookmark, bIsSelectedBookmark) == 0x000000, "Member 'BookmarkSetup_OnActivateBookmark::bIsSelectedBookmark' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABookmarkSetup \ +static_assert(alignof(ABookmarkSetup) == 0x000008, "Wrong alignment on ABookmarkSetup"); \ +static_assert(sizeof(ABookmarkSetup) == 0x0002B0, "Wrong size on ABookmarkSetup"); \ + +#define DUMPER7_ASSERTS_UBookmarkCategoryConfigAsset \ +static_assert(alignof(UBookmarkCategoryConfigAsset) == 0x000008, "Wrong alignment on UBookmarkCategoryConfigAsset"); \ +static_assert(sizeof(UBookmarkCategoryConfigAsset) == 0x000098, "Wrong size on UBookmarkCategoryConfigAsset"); \ +static_assert(offsetof(UBookmarkCategoryConfigAsset, Identifier) == 0x000030, "Member 'UBookmarkCategoryConfigAsset::Identifier' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkCategoryConfigAsset, SortOrder) == 0x000038, "Member 'UBookmarkCategoryConfigAsset::SortOrder' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkCategoryConfigAsset, Image) == 0x000040, "Member 'UBookmarkCategoryConfigAsset::Image' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkCategoryConfigAsset, Name_0) == 0x000068, "Member 'UBookmarkCategoryConfigAsset::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkCategoryConfigAsset, Description) == 0x000078, "Member 'UBookmarkCategoryConfigAsset::Description' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkCategoryConfigAsset, Bookmarks) == 0x000088, "Member 'UBookmarkCategoryConfigAsset::Bookmarks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBookmarkConfigAsset \ +static_assert(alignof(UBookmarkConfigAsset) == 0x000008, "Wrong alignment on UBookmarkConfigAsset"); \ +static_assert(sizeof(UBookmarkConfigAsset) == 0x000300, "Wrong size on UBookmarkConfigAsset"); \ +static_assert(offsetof(UBookmarkConfigAsset, CategoryTag) == 0x000030, "Member 'UBookmarkConfigAsset::CategoryTag' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, bFeatured) == 0x000038, "Member 'UBookmarkConfigAsset::bFeatured' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, Description) == 0x000040, "Member 'UBookmarkConfigAsset::Description' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, TeleportLocation) == 0x000050, "Member 'UBookmarkConfigAsset::TeleportLocation' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, PlayerVehicleLocation) == 0x000078, "Member 'UBookmarkConfigAsset::PlayerVehicleLocation' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, bStartInPlayerVehicle) == 0x0000A0, "Member 'UBookmarkConfigAsset::bStartInPlayerVehicle' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, SetupBlueprint) == 0x0000A8, "Member 'UBookmarkConfigAsset::SetupBlueprint' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, AdditionalBookmarks) == 0x0000D0, "Member 'UBookmarkConfigAsset::AdditionalBookmarks' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, Bools) == 0x0000E0, "Member 'UBookmarkConfigAsset::Bools' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, Ints) == 0x000130, "Member 'UBookmarkConfigAsset::Ints' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, Floats) == 0x000180, "Member 'UBookmarkConfigAsset::Floats' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, NamedInts) == 0x0001D0, "Member 'UBookmarkConfigAsset::NamedInts' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, Enums) == 0x0001E0, "Member 'UBookmarkConfigAsset::Enums' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, PlayerInventoryItems) == 0x0001F0, "Member 'UBookmarkConfigAsset::PlayerInventoryItems' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, PlayerVehicleInventoryItems) == 0x000240, "Member 'UBookmarkConfigAsset::PlayerVehicleInventoryItems' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, JournalEntries) == 0x000290, "Member 'UBookmarkConfigAsset::JournalEntries' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, MissionToStart) == 0x0002A0, "Member 'UBookmarkConfigAsset::MissionToStart' has a wrong offset!"); \ +static_assert(offsetof(UBookmarkConfigAsset, PostLoadEvents) == 0x0002B0, "Member 'UBookmarkConfigAsset::PostLoadEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMBindingName \ +static_assert(alignof(FMVVMBindingName) == 0x000004, "Wrong alignment on FMVVMBindingName"); \ +static_assert(sizeof(FMVVMBindingName) == 0x000008, "Wrong size on FMVVMBindingName"); \ +static_assert(offsetof(FMVVMBindingName, BindingName) == 0x000000, "Member 'FMVVMBindingName::BindingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMAvailableBinding \ +static_assert(alignof(FMVVMAvailableBinding) == 0x000004, "Wrong alignment on FMVVMAvailableBinding"); \ +static_assert(sizeof(FMVVMAvailableBinding) == 0x00000C, "Wrong size on FMVVMAvailableBinding"); \ +static_assert(offsetof(FMVVMAvailableBinding, BindingName) == 0x000000, "Member 'FMVVMAvailableBinding::BindingName' has a wrong offset!"); \ +static_assert(offsetof(FMVVMAvailableBinding, bIsReadable) == 0x000008, "Member 'FMVVMAvailableBinding::bIsReadable' has a wrong offset!"); \ +static_assert(offsetof(FMVVMAvailableBinding, bIsWritable) == 0x000009, "Member 'FMVVMAvailableBinding::bIsWritable' has a wrong offset!"); \ +static_assert(offsetof(FMVVMAvailableBinding, bHasNotify) == 0x00000A, "Member 'FMVVMAvailableBinding::bHasNotify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMEventField \ +static_assert(alignof(FMVVMEventField) == 0x000001, "Wrong alignment on FMVVMEventField"); \ +static_assert(sizeof(FMVVMEventField) == 0x000001, "Wrong size on FMVVMEventField"); \ + +#define DUMPER7_ASSERTS_FMVVMVCompiledFieldId \ +static_assert(alignof(FMVVMVCompiledFieldId) == 0x000002, "Wrong alignment on FMVVMVCompiledFieldId"); \ +static_assert(sizeof(FMVVMVCompiledFieldId) == 0x000002, "Wrong size on FMVVMVCompiledFieldId"); \ +static_assert(offsetof(FMVVMVCompiledFieldId, FieldIdIndex) == 0x000000, "Member 'FMVVMVCompiledFieldId::FieldIdIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewSource \ +static_assert(alignof(FMVVMViewSource) == 0x000008, "Wrong alignment on FMVVMViewSource"); \ +static_assert(sizeof(FMVVMViewSource) == 0x000018, "Wrong size on FMVVMViewSource"); \ +static_assert(offsetof(FMVVMViewSource, Source) == 0x000000, "Member 'FMVVMViewSource::Source' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewSource, SourceName) == 0x000008, "Member 'FMVVMViewSource::SourceName' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewSource, RegisteredCount) == 0x000010, "Member 'FMVVMViewSource::RegisteredCount' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewSource, bCreatedSource) == 0x000014, "Member 'FMVVMViewSource::bCreatedSource' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewSource, bBindingsInitialized) == 0x000015, "Member 'FMVVMViewSource::bBindingsInitialized' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewSource, bSetManually) == 0x000016, "Member 'FMVVMViewSource::bSetManually' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewSource, bAssignedToUserWidgetProperty) == 0x000017, "Member 'FMVVMViewSource::bAssignedToUserWidgetProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewModelContext \ +static_assert(alignof(FMVVMViewModelContext) == 0x000008, "Wrong alignment on FMVVMViewModelContext"); \ +static_assert(sizeof(FMVVMViewModelContext) == 0x000010, "Wrong size on FMVVMViewModelContext"); \ +static_assert(offsetof(FMVVMViewModelContext, ContextClass) == 0x000000, "Member 'FMVVMViewModelContext::ContextClass' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewModelContext, ContextName) == 0x000008, "Member 'FMVVMViewModelContext::ContextName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMVCompiledFieldPath \ +static_assert(alignof(FMVVMVCompiledFieldPath) == 0x000002, "Wrong alignment on FMVVMVCompiledFieldPath"); \ +static_assert(sizeof(FMVVMVCompiledFieldPath) == 0x000004, "Wrong size on FMVVMVCompiledFieldPath"); \ +static_assert(offsetof(FMVVMVCompiledFieldPath, StartIndex) == 0x000000, "Member 'FMVVMVCompiledFieldPath::StartIndex' has a wrong offset!"); \ +static_assert(offsetof(FMVVMVCompiledFieldPath, Num) == 0x000002, "Member 'FMVVMVCompiledFieldPath::Num' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_SourceCreator \ +static_assert(alignof(FMVVMViewClass_SourceCreator) == 0x000008, "Wrong alignment on FMVVMViewClass_SourceCreator"); \ +static_assert(sizeof(FMVVMViewClass_SourceCreator) == 0x000038, "Wrong size on FMVVMViewClass_SourceCreator"); \ +static_assert(offsetof(FMVVMViewClass_SourceCreator, ExpectedSourceType) == 0x000000, "Member 'FMVVMViewClass_SourceCreator::ExpectedSourceType' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_SourceCreator, Resolver) == 0x000008, "Member 'FMVVMViewClass_SourceCreator::Resolver' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_SourceCreator, GlobalViewModelInstance) == 0x000010, "Member 'FMVVMViewClass_SourceCreator::GlobalViewModelInstance' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_SourceCreator, FieldPath) == 0x000020, "Member 'FMVVMViewClass_SourceCreator::FieldPath' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_SourceCreator, PropertyName) == 0x000024, "Member 'FMVVMViewClass_SourceCreator::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_SourceCreator, ParentSourceName) == 0x00002C, "Member 'FMVVMViewClass_SourceCreator::ParentSourceName' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_SourceCreator, Flags) == 0x000034, "Member 'FMVVMViewClass_SourceCreator::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMVCompiledBinding \ +static_assert(alignof(FMVVMVCompiledBinding) == 0x000002, "Wrong alignment on FMVVMVCompiledBinding"); \ +static_assert(sizeof(FMVVMVCompiledBinding) == 0x00000E, "Wrong size on FMVVMVCompiledBinding"); \ +static_assert(offsetof(FMVVMVCompiledBinding, SourceFieldPath) == 0x000000, "Member 'FMVVMVCompiledBinding::SourceFieldPath' has a wrong offset!"); \ +static_assert(offsetof(FMVVMVCompiledBinding, DestinationFieldPath) == 0x000004, "Member 'FMVVMVCompiledBinding::DestinationFieldPath' has a wrong offset!"); \ +static_assert(offsetof(FMVVMVCompiledBinding, ConversionFunctionFieldPath) == 0x000008, "Member 'FMVVMVCompiledBinding::ConversionFunctionFieldPath' has a wrong offset!"); \ +static_assert(offsetof(FMVVMVCompiledBinding, Type) == 0x00000C, "Member 'FMVVMVCompiledBinding::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_CompiledBinding \ +static_assert(alignof(FMVVMViewClass_CompiledBinding) == 0x000004, "Wrong alignment on FMVVMViewClass_CompiledBinding"); \ +static_assert(sizeof(FMVVMViewClass_CompiledBinding) == 0x000020, "Wrong size on FMVVMViewClass_CompiledBinding"); \ +static_assert(offsetof(FMVVMViewClass_CompiledBinding, FieldId) == 0x000000, "Member 'FMVVMViewClass_CompiledBinding::FieldId' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_CompiledBinding, SourcePropertyName) == 0x000004, "Member 'FMVVMViewClass_CompiledBinding::SourcePropertyName' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_CompiledBinding, Binding) == 0x00000C, "Member 'FMVVMViewClass_CompiledBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_CompiledBinding, ExecutionMode) == 0x00001A, "Member 'FMVVMViewClass_CompiledBinding::ExecutionMode' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_CompiledBinding, EvaluateSourceCreatorIndex) == 0x00001B, "Member 'FMVVMViewClass_CompiledBinding::EvaluateSourceCreatorIndex' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_CompiledBinding, Flags) == 0x00001C, "Member 'FMVVMViewClass_CompiledBinding::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_CompiledEvent \ +static_assert(alignof(FMVVMViewClass_CompiledEvent) == 0x000004, "Wrong alignment on FMVVMViewClass_CompiledEvent"); \ +static_assert(sizeof(FMVVMViewClass_CompiledEvent) == 0x000014, "Wrong size on FMVVMViewClass_CompiledEvent"); \ +static_assert(offsetof(FMVVMViewClass_CompiledEvent, FieldPath) == 0x000000, "Member 'FMVVMViewClass_CompiledEvent::FieldPath' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_CompiledEvent, FunctionName) == 0x000004, "Member 'FMVVMViewClass_CompiledEvent::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_CompiledEvent, SourceName) == 0x00000C, "Member 'FMVVMViewClass_CompiledEvent::SourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewModelContextInstance \ +static_assert(alignof(FMVVMViewModelContextInstance) == 0x000008, "Wrong alignment on FMVVMViewModelContextInstance"); \ +static_assert(sizeof(FMVVMViewModelContextInstance) == 0x000018, "Wrong size on FMVVMViewModelContextInstance"); \ +static_assert(offsetof(FMVVMViewModelContextInstance, Context) == 0x000000, "Member 'FMVVMViewModelContextInstance::Context' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewModelContextInstance, Instance) == 0x000010, "Member 'FMVVMViewModelContextInstance::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_FieldId \ +static_assert(alignof(FMVVMViewClass_FieldId) == 0x000004, "Wrong alignment on FMVVMViewClass_FieldId"); \ +static_assert(sizeof(FMVVMViewClass_FieldId) == 0x00000C, "Wrong size on FMVVMViewClass_FieldId"); \ +static_assert(offsetof(FMVVMViewClass_FieldId, FieldName) == 0x000000, "Member 'FMVVMViewClass_FieldId::FieldName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_SourceKey \ +static_assert(alignof(FMVVMViewClass_SourceKey) == 0x000004, "Wrong alignment on FMVVMViewClass_SourceKey"); \ +static_assert(sizeof(FMVVMViewClass_SourceKey) == 0x000004, "Wrong size on FMVVMViewClass_SourceKey"); \ +static_assert(offsetof(FMVVMViewClass_SourceKey, Index) == 0x000000, "Member 'FMVVMViewClass_SourceKey::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_BindingKey \ +static_assert(alignof(FMVVMViewClass_BindingKey) == 0x000004, "Wrong alignment on FMVVMViewClass_BindingKey"); \ +static_assert(sizeof(FMVVMViewClass_BindingKey) == 0x000004, "Wrong size on FMVVMViewClass_BindingKey"); \ +static_assert(offsetof(FMVVMViewClass_BindingKey, Index) == 0x000000, "Member 'FMVVMViewClass_BindingKey::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_EvaluateBindingKey \ +static_assert(alignof(FMVVMViewClass_EvaluateBindingKey) == 0x000004, "Wrong alignment on FMVVMViewClass_EvaluateBindingKey"); \ +static_assert(sizeof(FMVVMViewClass_EvaluateBindingKey) == 0x000004, "Wrong size on FMVVMViewClass_EvaluateBindingKey"); \ +static_assert(offsetof(FMVVMViewClass_EvaluateBindingKey, Index) == 0x000000, "Member 'FMVVMViewClass_EvaluateBindingKey::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_EventKey \ +static_assert(alignof(FMVVMViewClass_EventKey) == 0x000004, "Wrong alignment on FMVVMViewClass_EventKey"); \ +static_assert(sizeof(FMVVMViewClass_EventKey) == 0x000004, "Wrong size on FMVVMViewClass_EventKey"); \ +static_assert(offsetof(FMVVMViewClass_EventKey, Index) == 0x000000, "Member 'FMVVMViewClass_EventKey::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_ConditionKey \ +static_assert(alignof(FMVVMViewClass_ConditionKey) == 0x000004, "Wrong alignment on FMVVMViewClass_ConditionKey"); \ +static_assert(sizeof(FMVVMViewClass_ConditionKey) == 0x000004, "Wrong size on FMVVMViewClass_ConditionKey"); \ +static_assert(offsetof(FMVVMViewClass_ConditionKey, Index) == 0x000000, "Member 'FMVVMViewClass_ConditionKey::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMView_SourceKey \ +static_assert(alignof(FMVVMView_SourceKey) == 0x000004, "Wrong alignment on FMVVMView_SourceKey"); \ +static_assert(sizeof(FMVVMView_SourceKey) == 0x000004, "Wrong size on FMVVMView_SourceKey"); \ +static_assert(offsetof(FMVVMView_SourceKey, Index) == 0x000000, "Member 'FMVVMView_SourceKey::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMVCompiledFields \ +static_assert(alignof(FMVVMVCompiledFields) == 0x000008, "Wrong alignment on FMVVMVCompiledFields"); \ +static_assert(sizeof(FMVVMVCompiledFields) == 0x000010, "Wrong size on FMVVMVCompiledFields"); \ +static_assert(offsetof(FMVVMVCompiledFields, ClassOrScriptStruct) == 0x000000, "Member 'FMVVMVCompiledFields::ClassOrScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FMVVMVCompiledFields, LibraryStartIndex) == 0x000008, "Member 'FMVVMVCompiledFields::LibraryStartIndex' has a wrong offset!"); \ +static_assert(offsetof(FMVVMVCompiledFields, NumberOfProperties) == 0x00000A, "Member 'FMVVMVCompiledFields::NumberOfProperties' has a wrong offset!"); \ +static_assert(offsetof(FMVVMVCompiledFields, NumberOfFunctions) == 0x00000C, "Member 'FMVVMVCompiledFields::NumberOfFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMCompiledLoadedPropertyOrFunctionIndex \ +static_assert(alignof(FMVVMCompiledLoadedPropertyOrFunctionIndex) == 0x000002, "Wrong alignment on FMVVMCompiledLoadedPropertyOrFunctionIndex"); \ +static_assert(sizeof(FMVVMCompiledLoadedPropertyOrFunctionIndex) == 0x000004, "Wrong size on FMVVMCompiledLoadedPropertyOrFunctionIndex"); \ +static_assert(offsetof(FMVVMCompiledLoadedPropertyOrFunctionIndex, Index) == 0x000000, "Member 'FMVVMCompiledLoadedPropertyOrFunctionIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMCompiledBindingLibrary \ +static_assert(alignof(FMVVMCompiledBindingLibrary) == 0x000008, "Wrong alignment on FMVVMCompiledBindingLibrary"); \ +static_assert(sizeof(FMVVMCompiledBindingLibrary) == 0x000050, "Wrong size on FMVVMCompiledBindingLibrary"); \ +static_assert(offsetof(FMVVMCompiledBindingLibrary, FieldPaths) == 0x000020, "Member 'FMVVMCompiledBindingLibrary::FieldPaths' has a wrong offset!"); \ +static_assert(offsetof(FMVVMCompiledBindingLibrary, CompiledFields) == 0x000030, "Member 'FMVVMCompiledBindingLibrary::CompiledFields' has a wrong offset!"); \ +static_assert(offsetof(FMVVMCompiledBindingLibrary, CompiledFieldNames) == 0x000040, "Member 'FMVVMCompiledBindingLibrary::CompiledFieldNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewModelCollection \ +static_assert(alignof(FMVVMViewModelCollection) == 0x000008, "Wrong alignment on FMVVMViewModelCollection"); \ +static_assert(sizeof(FMVVMViewModelCollection) == 0x000028, "Wrong size on FMVVMViewModelCollection"); \ +static_assert(offsetof(FMVVMViewModelCollection, ViewModelInstances) == 0x000000, "Member 'FMVVMViewModelCollection::ViewModelInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMView_Source \ +static_assert(alignof(FMVVMView_Source) == 0x000008, "Wrong alignment on FMVVMView_Source"); \ +static_assert(sizeof(FMVVMView_Source) == 0x000018, "Wrong size on FMVVMView_Source"); \ +static_assert(offsetof(FMVVMView_Source, Source) == 0x000000, "Member 'FMVVMView_Source::Source' has a wrong offset!"); \ +static_assert(offsetof(FMVVMView_Source, ClassKey) == 0x000008, "Member 'FMVVMView_Source::ClassKey' has a wrong offset!"); \ +static_assert(offsetof(FMVVMView_Source, RegisteredCount) == 0x00000C, "Member 'FMVVMView_Source::RegisteredCount' has a wrong offset!"); \ +static_assert(offsetof(FMVVMView_Source, bSourceInitialized) == 0x000010, "Member 'FMVVMView_Source::bSourceInitialized' has a wrong offset!"); \ +static_assert(offsetof(FMVVMView_Source, bBindingsInitialized) == 0x000011, "Member 'FMVVMView_Source::bBindingsInitialized' has a wrong offset!"); \ +static_assert(offsetof(FMVVMView_Source, bSetManually) == 0x000012, "Member 'FMVVMView_Source::bSetManually' has a wrong offset!"); \ +static_assert(offsetof(FMVVMView_Source, bAssignedToUserWidgetProperty) == 0x000013, "Member 'FMVVMView_Source::bAssignedToUserWidgetProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_SourceBinding \ +static_assert(alignof(FMVVMViewClass_SourceBinding) == 0x000004, "Wrong alignment on FMVVMViewClass_SourceBinding"); \ +static_assert(sizeof(FMVVMViewClass_SourceBinding) == 0x000010, "Wrong size on FMVVMViewClass_SourceBinding"); \ +static_assert(offsetof(FMVVMViewClass_SourceBinding, FieldId) == 0x000000, "Member 'FMVVMViewClass_SourceBinding::FieldId' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_SourceBinding, BindingKey) == 0x000008, "Member 'FMVVMViewClass_SourceBinding::BindingKey' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_SourceBinding, Flags) == 0x00000C, "Member 'FMVVMViewClass_SourceBinding::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_SourceCondition \ +static_assert(alignof(FMVVMViewClass_SourceCondition) == 0x000004, "Wrong alignment on FMVVMViewClass_SourceCondition"); \ +static_assert(sizeof(FMVVMViewClass_SourceCondition) == 0x00000C, "Wrong size on FMVVMViewClass_SourceCondition"); \ +static_assert(offsetof(FMVVMViewClass_SourceCondition, FieldId) == 0x000000, "Member 'FMVVMViewClass_SourceCondition::FieldId' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_SourceCondition, ConditionKey) == 0x000008, "Member 'FMVVMViewClass_SourceCondition::ConditionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_Binding \ +static_assert(alignof(FMVVMViewClass_Binding) == 0x000008, "Wrong alignment on FMVVMViewClass_Binding"); \ +static_assert(sizeof(FMVVMViewClass_Binding) == 0x000018, "Wrong size on FMVVMViewClass_Binding"); \ +static_assert(offsetof(FMVVMViewClass_Binding, Binding) == 0x000000, "Member 'FMVVMViewClass_Binding::Binding' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Binding, Flags) == 0x00000E, "Member 'FMVVMViewClass_Binding::Flags' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Binding, ExecutionMode) == 0x00000F, "Member 'FMVVMViewClass_Binding::ExecutionMode' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Binding, SourceBitField) == 0x000010, "Member 'FMVVMViewClass_Binding::SourceBitField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_EvaluateSource \ +static_assert(alignof(FMVVMViewClass_EvaluateSource) == 0x000004, "Wrong alignment on FMVVMViewClass_EvaluateSource"); \ +static_assert(sizeof(FMVVMViewClass_EvaluateSource) == 0x000010, "Wrong size on FMVVMViewClass_EvaluateSource"); \ +static_assert(offsetof(FMVVMViewClass_EvaluateSource, ParentFieldId) == 0x000000, "Member 'FMVVMViewClass_EvaluateSource::ParentFieldId' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_EvaluateSource, ParentSource) == 0x000008, "Member 'FMVVMViewClass_EvaluateSource::ParentSource' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_EvaluateSource, ToEvaluate) == 0x00000C, "Member 'FMVVMViewClass_EvaluateSource::ToEvaluate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_Source \ +static_assert(alignof(FMVVMViewClass_Source) == 0x000008, "Wrong alignment on FMVVMViewClass_Source"); \ +static_assert(sizeof(FMVVMViewClass_Source) == 0x000068, "Wrong size on FMVVMViewClass_Source"); \ +static_assert(offsetof(FMVVMViewClass_Source, ExpectedSourceType) == 0x000000, "Member 'FMVVMViewClass_Source::ExpectedSourceType' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Source, Resolver) == 0x000008, "Member 'FMVVMViewClass_Source::Resolver' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Source, GlobalViewModelInstance) == 0x000010, "Member 'FMVVMViewClass_Source::GlobalViewModelInstance' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Source, FieldPath) == 0x000020, "Member 'FMVVMViewClass_Source::FieldPath' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Source, PropertyName) == 0x000024, "Member 'FMVVMViewClass_Source::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Source, FieldToRegisterTo) == 0x000030, "Member 'FMVVMViewClass_Source::FieldToRegisterTo' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Source, Bindings) == 0x000040, "Member 'FMVVMViewClass_Source::Bindings' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Source, Conditions) == 0x000050, "Member 'FMVVMViewClass_Source::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Source, Flags) == 0x000060, "Member 'FMVVMViewClass_Source::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_Event \ +static_assert(alignof(FMVVMViewClass_Event) == 0x000008, "Wrong alignment on FMVVMViewClass_Event"); \ +static_assert(sizeof(FMVVMViewClass_Event) == 0x000018, "Wrong size on FMVVMViewClass_Event"); \ +static_assert(offsetof(FMVVMViewClass_Event, FieldPath) == 0x000000, "Member 'FMVVMViewClass_Event::FieldPath' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Event, UserWidgetFunctionName) == 0x000004, "Member 'FMVVMViewClass_Event::UserWidgetFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Event, SourceToReevaluate) == 0x00000C, "Member 'FMVVMViewClass_Event::SourceToReevaluate' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Event, SourceBitField) == 0x000010, "Member 'FMVVMViewClass_Event::SourceBitField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMVVMViewClass_Condition \ +static_assert(alignof(FMVVMViewClass_Condition) == 0x000008, "Wrong alignment on FMVVMViewClass_Condition"); \ +static_assert(sizeof(FMVVMViewClass_Condition) == 0x000018, "Wrong size on FMVVMViewClass_Condition"); \ +static_assert(offsetof(FMVVMViewClass_Condition, UserWidgetFunctionName) == 0x000000, "Member 'FMVVMViewClass_Condition::UserWidgetFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Condition, SourceToReevaluate) == 0x000008, "Member 'FMVVMViewClass_Condition::SourceToReevaluate' has a wrong offset!"); \ +static_assert(offsetof(FMVVMViewClass_Condition, SourceBitField) == 0x000010, "Member 'FMVVMViewClass_Condition::SourceBitField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMView_ExecuteViewModelBindings \ +static_assert(alignof(MVVMView_ExecuteViewModelBindings) == 0x000004, "Wrong alignment on MVVMView_ExecuteViewModelBindings"); \ +static_assert(sizeof(MVVMView_ExecuteViewModelBindings) == 0x00000C, "Wrong size on MVVMView_ExecuteViewModelBindings"); \ +static_assert(offsetof(MVVMView_ExecuteViewModelBindings, ViewModelName) == 0x000000, "Member 'MVVMView_ExecuteViewModelBindings::ViewModelName' has a wrong offset!"); \ +static_assert(offsetof(MVVMView_ExecuteViewModelBindings, ReturnValue) == 0x000008, "Member 'MVVMView_ExecuteViewModelBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMView_SetViewModel \ +static_assert(alignof(MVVMView_SetViewModel) == 0x000008, "Wrong alignment on MVVMView_SetViewModel"); \ +static_assert(sizeof(MVVMView_SetViewModel) == 0x000020, "Wrong size on MVVMView_SetViewModel"); \ +static_assert(offsetof(MVVMView_SetViewModel, ViewModelName) == 0x000000, "Member 'MVVMView_SetViewModel::ViewModelName' has a wrong offset!"); \ +static_assert(offsetof(MVVMView_SetViewModel, ViewModel) == 0x000008, "Member 'MVVMView_SetViewModel::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(MVVMView_SetViewModel, ReturnValue) == 0x000018, "Member 'MVVMView_SetViewModel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMView_SetViewModelByClass \ +static_assert(alignof(MVVMView_SetViewModelByClass) == 0x000008, "Wrong alignment on MVVMView_SetViewModelByClass"); \ +static_assert(sizeof(MVVMView_SetViewModelByClass) == 0x000018, "Wrong size on MVVMView_SetViewModelByClass"); \ +static_assert(offsetof(MVVMView_SetViewModelByClass, NewValue) == 0x000000, "Member 'MVVMView_SetViewModelByClass::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MVVMView_SetViewModelByClass, ReturnValue) == 0x000010, "Member 'MVVMView_SetViewModelByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMView_AreBindingsInitialized \ +static_assert(alignof(MVVMView_AreBindingsInitialized) == 0x000001, "Wrong alignment on MVVMView_AreBindingsInitialized"); \ +static_assert(sizeof(MVVMView_AreBindingsInitialized) == 0x000001, "Wrong size on MVVMView_AreBindingsInitialized"); \ +static_assert(offsetof(MVVMView_AreBindingsInitialized, ReturnValue) == 0x000000, "Member 'MVVMView_AreBindingsInitialized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMView_AreEventsInitialized \ +static_assert(alignof(MVVMView_AreEventsInitialized) == 0x000001, "Wrong alignment on MVVMView_AreEventsInitialized"); \ +static_assert(sizeof(MVVMView_AreEventsInitialized) == 0x000001, "Wrong size on MVVMView_AreEventsInitialized"); \ +static_assert(offsetof(MVVMView_AreEventsInitialized, ReturnValue) == 0x000000, "Member 'MVVMView_AreEventsInitialized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMView_AreSourcesInitialized \ +static_assert(alignof(MVVMView_AreSourcesInitialized) == 0x000001, "Wrong alignment on MVVMView_AreSourcesInitialized"); \ +static_assert(sizeof(MVVMView_AreSourcesInitialized) == 0x000001, "Wrong size on MVVMView_AreSourcesInitialized"); \ +static_assert(offsetof(MVVMView_AreSourcesInitialized, ReturnValue) == 0x000000, "Member 'MVVMView_AreSourcesInitialized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMView_AreSourcesValidForBinding \ +static_assert(alignof(MVVMView_AreSourcesValidForBinding) == 0x000004, "Wrong alignment on MVVMView_AreSourcesValidForBinding"); \ +static_assert(sizeof(MVVMView_AreSourcesValidForBinding) == 0x000008, "Wrong size on MVVMView_AreSourcesValidForBinding"); \ +static_assert(offsetof(MVVMView_AreSourcesValidForBinding, BindingKey) == 0x000000, "Member 'MVVMView_AreSourcesValidForBinding::BindingKey' has a wrong offset!"); \ +static_assert(offsetof(MVVMView_AreSourcesValidForBinding, ReturnValue) == 0x000004, "Member 'MVVMView_AreSourcesValidForBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMView_AreSourcesValidForEvent \ +static_assert(alignof(MVVMView_AreSourcesValidForEvent) == 0x000004, "Wrong alignment on MVVMView_AreSourcesValidForEvent"); \ +static_assert(sizeof(MVVMView_AreSourcesValidForEvent) == 0x000008, "Wrong size on MVVMView_AreSourcesValidForEvent"); \ +static_assert(offsetof(MVVMView_AreSourcesValidForEvent, EventKey) == 0x000000, "Member 'MVVMView_AreSourcesValidForEvent::EventKey' has a wrong offset!"); \ +static_assert(offsetof(MVVMView_AreSourcesValidForEvent, ReturnValue) == 0x000004, "Member 'MVVMView_AreSourcesValidForEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMView_GetViewModel \ +static_assert(alignof(MVVMView_GetViewModel) == 0x000008, "Wrong alignment on MVVMView_GetViewModel"); \ +static_assert(sizeof(MVVMView_GetViewModel) == 0x000018, "Wrong size on MVVMView_GetViewModel"); \ +static_assert(offsetof(MVVMView_GetViewModel, ViewModelName) == 0x000000, "Member 'MVVMView_GetViewModel::ViewModelName' has a wrong offset!"); \ +static_assert(offsetof(MVVMView_GetViewModel, ReturnValue) == 0x000008, "Member 'MVVMView_GetViewModel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMView \ +static_assert(alignof(UMVVMView) == 0x000008, "Wrong alignment on UMVVMView"); \ +static_assert(sizeof(UMVVMView) == 0x000070, "Wrong size on UMVVMView"); \ +static_assert(offsetof(UMVVMView, GeneratedViewClass) == 0x000028, "Member 'UMVVMView::GeneratedViewClass' has a wrong offset!"); \ +static_assert(offsetof(UMVVMView, Sources) == 0x000030, "Member 'UMVVMView::Sources' has a wrong offset!"); \ +static_assert(offsetof(UMVVMView, Extensions) == 0x000050, "Member 'UMVVMView::Extensions' has a wrong offset!"); \ +static_assert(offsetof(UMVVMView, ValidSources) == 0x000060, "Member 'UMVVMView::ValidSources' has a wrong offset!"); \ +static_assert(offsetof(UMVVMView, NumberOfSourceWithTickBinding) == 0x000068, "Member 'UMVVMView::NumberOfSourceWithTickBinding' has a wrong offset!"); \ +static_assert(offsetof(UMVVMView, bLogBinding) == 0x000069, "Member 'UMVVMView::bLogBinding' has a wrong offset!"); \ +static_assert(offsetof(UMVVMView, bConstructed) == 0x00006A, "Member 'UMVVMView::bConstructed' has a wrong offset!"); \ +static_assert(offsetof(UMVVMView, bSourcesInitialized) == 0x00006B, "Member 'UMVVMView::bSourcesInitialized' has a wrong offset!"); \ +static_assert(offsetof(UMVVMView, bBindingsInitialized) == 0x00006C, "Member 'UMVVMView::bBindingsInitialized' has a wrong offset!"); \ +static_assert(offsetof(UMVVMView, bEventsInitialized) == 0x00006D, "Member 'UMVVMView::bEventsInitialized' has a wrong offset!"); \ +static_assert(offsetof(UMVVMView, bHasDefaultTickBinding) == 0x00006E, "Member 'UMVVMView::bHasDefaultTickBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMViewExtension \ +static_assert(alignof(UMVVMViewExtension) == 0x000008, "Wrong alignment on UMVVMViewExtension"); \ +static_assert(sizeof(UMVVMViewExtension) == 0x000028, "Wrong size on UMVVMViewExtension"); \ + +#define DUMPER7_ASSERTS_UMVVMViewClass \ +static_assert(alignof(UMVVMViewClass) == 0x000008, "Wrong alignment on UMVVMViewClass"); \ +static_assert(sizeof(UMVVMViewClass) == 0x0000F0, "Wrong size on UMVVMViewClass"); \ +static_assert(offsetof(UMVVMViewClass, Sources) == 0x000028, "Member 'UMVVMViewClass::Sources' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewClass, Bindings) == 0x000038, "Member 'UMVVMViewClass::Bindings' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewClass, EvaluateSources) == 0x000048, "Member 'UMVVMViewClass::EvaluateSources' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewClass, Events) == 0x000058, "Member 'UMVVMViewClass::Events' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewClass, Conditions) == 0x000068, "Member 'UMVVMViewClass::Conditions' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewClass, ViewClassExtensions) == 0x000078, "Member 'UMVVMViewClass::ViewClassExtensions' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewClass, BindingLibrary) == 0x000088, "Member 'UMVVMViewClass::BindingLibrary' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewClass, OptionalSources) == 0x0000D8, "Member 'UMVVMViewClass::OptionalSources' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewClass, bInitializeSourcesOnConstruct) == 0x0000E4, "Member 'UMVVMViewClass::bInitializeSourcesOnConstruct' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewClass, bInitializeBindingsOnConstruct) == 0x0000E5, "Member 'UMVVMViewClass::bInitializeBindingsOnConstruct' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewClass, bInitializeEventsOnConstruct) == 0x0000E6, "Member 'UMVVMViewClass::bInitializeEventsOnConstruct' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewClass, bListenToViewModelCollectionChanged) == 0x0000E7, "Member 'UMVVMViewClass::bListenToViewModelCollectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewClass, bCreateViewWithoutBindings) == 0x0000E8, "Member 'UMVVMViewClass::bCreateViewWithoutBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMViewClassExtension \ +static_assert(alignof(UMVVMViewClassExtension) == 0x000008, "Wrong alignment on UMVVMViewClassExtension"); \ +static_assert(sizeof(UMVVMViewClassExtension) == 0x000028, "Wrong size on UMVVMViewClassExtension"); \ + +#define DUMPER7_ASSERTS_MVVMFontConversionLibrary_Conv_SetScalarParameter \ +static_assert(alignof(MVVMFontConversionLibrary_Conv_SetScalarParameter) == 0x000008, "Wrong alignment on MVVMFontConversionLibrary_Conv_SetScalarParameter"); \ +static_assert(sizeof(MVVMFontConversionLibrary_Conv_SetScalarParameter) == 0x0000D0, "Wrong size on MVVMFontConversionLibrary_Conv_SetScalarParameter"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetScalarParameter, Font) == 0x000000, "Member 'MVVMFontConversionLibrary_Conv_SetScalarParameter::Font' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetScalarParameter, ParameterName) == 0x000060, "Member 'MVVMFontConversionLibrary_Conv_SetScalarParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetScalarParameter, Value) == 0x000068, "Member 'MVVMFontConversionLibrary_Conv_SetScalarParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetScalarParameter, ReturnValue) == 0x000070, "Member 'MVVMFontConversionLibrary_Conv_SetScalarParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMFontConversionLibrary_Conv_SetScalarParameterMID \ +static_assert(alignof(MVVMFontConversionLibrary_Conv_SetScalarParameterMID) == 0x000008, "Wrong alignment on MVVMFontConversionLibrary_Conv_SetScalarParameterMID"); \ +static_assert(sizeof(MVVMFontConversionLibrary_Conv_SetScalarParameterMID) == 0x0000D8, "Wrong size on MVVMFontConversionLibrary_Conv_SetScalarParameterMID"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetScalarParameterMID, Font) == 0x000000, "Member 'MVVMFontConversionLibrary_Conv_SetScalarParameterMID::Font' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetScalarParameterMID, Material) == 0x000060, "Member 'MVVMFontConversionLibrary_Conv_SetScalarParameterMID::Material' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetScalarParameterMID, ParameterName) == 0x000068, "Member 'MVVMFontConversionLibrary_Conv_SetScalarParameterMID::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetScalarParameterMID, Value) == 0x000070, "Member 'MVVMFontConversionLibrary_Conv_SetScalarParameterMID::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetScalarParameterMID, ReturnValue) == 0x000078, "Member 'MVVMFontConversionLibrary_Conv_SetScalarParameterMID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMFontConversionLibrary_Conv_SetTextureParameter \ +static_assert(alignof(MVVMFontConversionLibrary_Conv_SetTextureParameter) == 0x000008, "Wrong alignment on MVVMFontConversionLibrary_Conv_SetTextureParameter"); \ +static_assert(sizeof(MVVMFontConversionLibrary_Conv_SetTextureParameter) == 0x0000D0, "Wrong size on MVVMFontConversionLibrary_Conv_SetTextureParameter"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetTextureParameter, Font) == 0x000000, "Member 'MVVMFontConversionLibrary_Conv_SetTextureParameter::Font' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetTextureParameter, ParameterName) == 0x000060, "Member 'MVVMFontConversionLibrary_Conv_SetTextureParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetTextureParameter, Value) == 0x000068, "Member 'MVVMFontConversionLibrary_Conv_SetTextureParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetTextureParameter, ReturnValue) == 0x000070, "Member 'MVVMFontConversionLibrary_Conv_SetTextureParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMFontConversionLibrary_Conv_SetTextureParameterMID \ +static_assert(alignof(MVVMFontConversionLibrary_Conv_SetTextureParameterMID) == 0x000008, "Wrong alignment on MVVMFontConversionLibrary_Conv_SetTextureParameterMID"); \ +static_assert(sizeof(MVVMFontConversionLibrary_Conv_SetTextureParameterMID) == 0x0000D8, "Wrong size on MVVMFontConversionLibrary_Conv_SetTextureParameterMID"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetTextureParameterMID, Font) == 0x000000, "Member 'MVVMFontConversionLibrary_Conv_SetTextureParameterMID::Font' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetTextureParameterMID, Material) == 0x000060, "Member 'MVVMFontConversionLibrary_Conv_SetTextureParameterMID::Material' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetTextureParameterMID, ParameterName) == 0x000068, "Member 'MVVMFontConversionLibrary_Conv_SetTextureParameterMID::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetTextureParameterMID, Value) == 0x000070, "Member 'MVVMFontConversionLibrary_Conv_SetTextureParameterMID::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetTextureParameterMID, ReturnValue) == 0x000078, "Member 'MVVMFontConversionLibrary_Conv_SetTextureParameterMID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMFontConversionLibrary_Conv_SetVectorParameter \ +static_assert(alignof(MVVMFontConversionLibrary_Conv_SetVectorParameter) == 0x000008, "Wrong alignment on MVVMFontConversionLibrary_Conv_SetVectorParameter"); \ +static_assert(sizeof(MVVMFontConversionLibrary_Conv_SetVectorParameter) == 0x0000D8, "Wrong size on MVVMFontConversionLibrary_Conv_SetVectorParameter"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameter, Font) == 0x000000, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameter::Font' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameter, ParameterName) == 0x000060, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameter, Value) == 0x000068, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameter, ReturnValue) == 0x000078, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor \ +static_assert(alignof(MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor) == 0x000008, "Wrong alignment on MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor"); \ +static_assert(sizeof(MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor) == 0x0000D0, "Wrong size on MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor, Font) == 0x000000, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor::Font' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor, ParameterName) == 0x000060, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor, Value) == 0x000068, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor, ReturnValue) == 0x000070, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameter_FColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMFontConversionLibrary_Conv_SetVectorParameterMID \ +static_assert(alignof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID) == 0x000008, "Wrong alignment on MVVMFontConversionLibrary_Conv_SetVectorParameterMID"); \ +static_assert(sizeof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID) == 0x0000E0, "Wrong size on MVVMFontConversionLibrary_Conv_SetVectorParameterMID"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID, Font) == 0x000000, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameterMID::Font' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID, Material) == 0x000060, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameterMID::Material' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID, ParameterName) == 0x000068, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameterMID::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID, Value) == 0x000070, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameterMID::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID, ReturnValue) == 0x000080, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameterMID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor \ +static_assert(alignof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor) == 0x000008, "Wrong alignment on MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor"); \ +static_assert(sizeof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor) == 0x0000D8, "Wrong size on MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor, Font) == 0x000000, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor::Font' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor, Material) == 0x000060, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor::Material' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor, ParameterName) == 0x000068, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor, Value) == 0x000070, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor, ReturnValue) == 0x000078, "Member 'MVVMFontConversionLibrary_Conv_SetVectorParameterMID_FColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMFontConversionLibrary \ +static_assert(alignof(UMVVMFontConversionLibrary) == 0x000008, "Wrong alignment on UMVVMFontConversionLibrary"); \ +static_assert(sizeof(UMVVMFontConversionLibrary) == 0x000028, "Wrong size on UMVVMFontConversionLibrary"); \ + +#define DUMPER7_ASSERTS_MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter \ +static_assert(alignof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter) == 0x000010, "Wrong alignment on MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter"); \ +static_assert(sizeof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter) == 0x000170, "Wrong size on MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter, Brush) == 0x000000, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter::Brush' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter, ParameterName) == 0x0000B0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter, Value) == 0x0000B8, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter, ReturnValue) == 0x0000C0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetScalarParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID \ +static_assert(alignof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID) == 0x000010, "Wrong alignment on MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID"); \ +static_assert(sizeof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID) == 0x000180, "Wrong size on MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID, Brush) == 0x000000, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID::Brush' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID, Material) == 0x0000B0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID::Material' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID, ParameterName) == 0x0000B8, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID, Value) == 0x0000C0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID, ReturnValue) == 0x0000D0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetScalarParameterMID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter \ +static_assert(alignof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter) == 0x000010, "Wrong alignment on MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter"); \ +static_assert(sizeof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter) == 0x000170, "Wrong size on MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter, Brush) == 0x000000, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter::Brush' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter, ParameterName) == 0x0000B0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter, Value) == 0x0000B8, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter, ReturnValue) == 0x0000C0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetTextureParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID \ +static_assert(alignof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID) == 0x000010, "Wrong alignment on MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID"); \ +static_assert(sizeof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID) == 0x000180, "Wrong size on MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID, Brush) == 0x000000, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID::Brush' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID, Material) == 0x0000B0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID::Material' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID, ParameterName) == 0x0000B8, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID, Value) == 0x0000C0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID, ReturnValue) == 0x0000D0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetTextureParameterMID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter \ +static_assert(alignof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter) == 0x000010, "Wrong alignment on MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter"); \ +static_assert(sizeof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter) == 0x000180, "Wrong size on MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter, Brush) == 0x000000, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter::Brush' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter, ParameterName) == 0x0000B0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter, Value) == 0x0000B8, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter, ReturnValue) == 0x0000D0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor \ +static_assert(alignof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor) == 0x000010, "Wrong alignment on MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor"); \ +static_assert(sizeof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor) == 0x000170, "Wrong size on MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor, Brush) == 0x000000, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor::Brush' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor, ParameterName) == 0x0000B0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor, Value) == 0x0000B8, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor, ReturnValue) == 0x0000C0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameter_FColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID \ +static_assert(alignof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID) == 0x000010, "Wrong alignment on MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID"); \ +static_assert(sizeof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID) == 0x000180, "Wrong size on MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID, Brush) == 0x000000, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID::Brush' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID, Material) == 0x0000B0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID::Material' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID, ParameterName) == 0x0000B8, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID, Value) == 0x0000C0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID, ReturnValue) == 0x0000D0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor \ +static_assert(alignof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor) == 0x000010, "Wrong alignment on MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor"); \ +static_assert(sizeof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor) == 0x000180, "Wrong size on MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor, Brush) == 0x000000, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor::Brush' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor, Material) == 0x0000B0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor::Material' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor, ParameterName) == 0x0000B8, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor, Value) == 0x0000C0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor, ReturnValue) == 0x0000D0, "Member 'MVVMSlateBrushConversionLibrary_Conv_SetVectorParameterMID_FColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMSlateBrushConversionLibrary \ +static_assert(alignof(UMVVMSlateBrushConversionLibrary) == 0x000008, "Wrong alignment on UMVVMSlateBrushConversionLibrary"); \ +static_assert(sizeof(UMVVMSlateBrushConversionLibrary) == 0x000028, "Wrong size on UMVVMSlateBrushConversionLibrary"); \ + +#define DUMPER7_ASSERTS_MVVMConversionLibrary_Conv_BoolToSlateVisibility \ +static_assert(alignof(MVVMConversionLibrary_Conv_BoolToSlateVisibility) == 0x000001, "Wrong alignment on MVVMConversionLibrary_Conv_BoolToSlateVisibility"); \ +static_assert(sizeof(MVVMConversionLibrary_Conv_BoolToSlateVisibility) == 0x000004, "Wrong size on MVVMConversionLibrary_Conv_BoolToSlateVisibility"); \ +static_assert(offsetof(MVVMConversionLibrary_Conv_BoolToSlateVisibility, bIsVisible) == 0x000000, "Member 'MVVMConversionLibrary_Conv_BoolToSlateVisibility::bIsVisible' has a wrong offset!"); \ +static_assert(offsetof(MVVMConversionLibrary_Conv_BoolToSlateVisibility, TrueVisibility) == 0x000001, "Member 'MVVMConversionLibrary_Conv_BoolToSlateVisibility::TrueVisibility' has a wrong offset!"); \ +static_assert(offsetof(MVVMConversionLibrary_Conv_BoolToSlateVisibility, FalseVisibility) == 0x000002, "Member 'MVVMConversionLibrary_Conv_BoolToSlateVisibility::FalseVisibility' has a wrong offset!"); \ +static_assert(offsetof(MVVMConversionLibrary_Conv_BoolToSlateVisibility, ReturnValue) == 0x000003, "Member 'MVVMConversionLibrary_Conv_BoolToSlateVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMConversionLibrary \ +static_assert(alignof(UMVVMConversionLibrary) == 0x000008, "Wrong alignment on UMVVMConversionLibrary"); \ +static_assert(sizeof(UMVVMConversionLibrary) == 0x000028, "Wrong size on UMVVMConversionLibrary"); \ + +#define DUMPER7_ASSERTS_UMVVMViewListViewBaseClassExtension \ +static_assert(alignof(UMVVMViewListViewBaseClassExtension) == 0x000008, "Wrong alignment on UMVVMViewListViewBaseClassExtension"); \ +static_assert(sizeof(UMVVMViewListViewBaseClassExtension) == 0x000090, "Wrong size on UMVVMViewListViewBaseClassExtension"); \ +static_assert(offsetof(UMVVMViewListViewBaseClassExtension, WidgetName) == 0x000028, "Member 'UMVVMViewListViewBaseClassExtension::WidgetName' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewListViewBaseClassExtension, EntryViewModelName) == 0x000030, "Member 'UMVVMViewListViewBaseClassExtension::EntryViewModelName' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewListViewBaseClassExtension, WidgetPath) == 0x000038, "Member 'UMVVMViewListViewBaseClassExtension::WidgetPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMPanelWidgetViewExtension_BP_SetItems \ +static_assert(alignof(MVVMPanelWidgetViewExtension_BP_SetItems) == 0x000008, "Wrong alignment on MVVMPanelWidgetViewExtension_BP_SetItems"); \ +static_assert(sizeof(MVVMPanelWidgetViewExtension_BP_SetItems) == 0x000010, "Wrong size on MVVMPanelWidgetViewExtension_BP_SetItems"); \ +static_assert(offsetof(MVVMPanelWidgetViewExtension_BP_SetItems, InItems) == 0x000000, "Member 'MVVMPanelWidgetViewExtension_BP_SetItems::InItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMPanelWidgetViewExtension \ +static_assert(alignof(UMVVMPanelWidgetViewExtension) == 0x000008, "Wrong alignment on UMVVMPanelWidgetViewExtension"); \ +static_assert(sizeof(UMVVMPanelWidgetViewExtension) == 0x000038, "Wrong size on UMVVMPanelWidgetViewExtension"); \ +static_assert(offsetof(UMVVMPanelWidgetViewExtension, PanelWidget) == 0x000028, "Member 'UMVVMPanelWidgetViewExtension::PanelWidget' has a wrong offset!"); \ +static_assert(offsetof(UMVVMPanelWidgetViewExtension, ClassExtension) == 0x000030, "Member 'UMVVMPanelWidgetViewExtension::ClassExtension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMViewPanelWidgetClassExtension \ +static_assert(alignof(UMVVMViewPanelWidgetClassExtension) == 0x000008, "Wrong alignment on UMVVMViewPanelWidgetClassExtension"); \ +static_assert(sizeof(UMVVMViewPanelWidgetClassExtension) == 0x000060, "Wrong size on UMVVMViewPanelWidgetClassExtension"); \ +static_assert(offsetof(UMVVMViewPanelWidgetClassExtension, WidgetName) == 0x000028, "Member 'UMVVMViewPanelWidgetClassExtension::WidgetName' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewPanelWidgetClassExtension, EntryViewModelName) == 0x000030, "Member 'UMVVMViewPanelWidgetClassExtension::EntryViewModelName' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewPanelWidgetClassExtension, EntryWidgetClass) == 0x000038, "Member 'UMVVMViewPanelWidgetClassExtension::EntryWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewPanelWidgetClassExtension, SlotTemplate) == 0x000040, "Member 'UMVVMViewPanelWidgetClassExtension::SlotTemplate' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewPanelWidgetClassExtension, PanelPropertyName) == 0x000048, "Member 'UMVVMViewPanelWidgetClassExtension::PanelPropertyName' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewPanelWidgetClassExtension, EntryViewModelClass) == 0x000050, "Member 'UMVVMViewPanelWidgetClassExtension::EntryViewModelClass' has a wrong offset!"); \ +static_assert(offsetof(UMVVMViewPanelWidgetClassExtension, WidgetPath) == 0x000058, "Member 'UMVVMViewPanelWidgetClassExtension::WidgetPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMBlueprintLibrary_SetViewModelByClass \ +static_assert(alignof(MVVMBlueprintLibrary_SetViewModelByClass) == 0x000008, "Wrong alignment on MVVMBlueprintLibrary_SetViewModelByClass"); \ +static_assert(sizeof(MVVMBlueprintLibrary_SetViewModelByClass) == 0x000018, "Wrong size on MVVMBlueprintLibrary_SetViewModelByClass"); \ +static_assert(offsetof(MVVMBlueprintLibrary_SetViewModelByClass, Widget) == 0x000000, "Member 'MVVMBlueprintLibrary_SetViewModelByClass::Widget' has a wrong offset!"); \ +static_assert(offsetof(MVVMBlueprintLibrary_SetViewModelByClass, ViewModel) == 0x000008, "Member 'MVVMBlueprintLibrary_SetViewModelByClass::ViewModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMBlueprintLibrary \ +static_assert(alignof(UMVVMBlueprintLibrary) == 0x000008, "Wrong alignment on UMVVMBlueprintLibrary"); \ +static_assert(sizeof(UMVVMBlueprintLibrary) == 0x000028, "Wrong size on UMVVMBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_MVVMGameSubsystem_GetViewModelCollection \ +static_assert(alignof(MVVMGameSubsystem_GetViewModelCollection) == 0x000008, "Wrong alignment on MVVMGameSubsystem_GetViewModelCollection"); \ +static_assert(sizeof(MVVMGameSubsystem_GetViewModelCollection) == 0x000008, "Wrong size on MVVMGameSubsystem_GetViewModelCollection"); \ +static_assert(offsetof(MVVMGameSubsystem_GetViewModelCollection, ReturnValue) == 0x000000, "Member 'MVVMGameSubsystem_GetViewModelCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMGameSubsystem \ +static_assert(alignof(UMVVMGameSubsystem) == 0x000008, "Wrong alignment on UMVVMGameSubsystem"); \ +static_assert(sizeof(UMVVMGameSubsystem) == 0x000038, "Wrong size on UMVVMGameSubsystem"); \ +static_assert(offsetof(UMVVMGameSubsystem, ViewModelCollection) == 0x000030, "Member 'UMVVMGameSubsystem::ViewModelCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSubsystem_K2_CompareFloatValues \ +static_assert(alignof(MVVMSubsystem_K2_CompareFloatValues) == 0x000004, "Wrong alignment on MVVMSubsystem_K2_CompareFloatValues"); \ +static_assert(sizeof(MVVMSubsystem_K2_CompareFloatValues) == 0x000014, "Wrong size on MVVMSubsystem_K2_CompareFloatValues"); \ +static_assert(offsetof(MVVMSubsystem_K2_CompareFloatValues, Operation) == 0x000000, "Member 'MVVMSubsystem_K2_CompareFloatValues::Operation' has a wrong offset!"); \ +static_assert(offsetof(MVVMSubsystem_K2_CompareFloatValues, Value) == 0x000004, "Member 'MVVMSubsystem_K2_CompareFloatValues::Value' has a wrong offset!"); \ +static_assert(offsetof(MVVMSubsystem_K2_CompareFloatValues, CompareValue) == 0x000008, "Member 'MVVMSubsystem_K2_CompareFloatValues::CompareValue' has a wrong offset!"); \ +static_assert(offsetof(MVVMSubsystem_K2_CompareFloatValues, CompareMaxValue) == 0x00000C, "Member 'MVVMSubsystem_K2_CompareFloatValues::CompareMaxValue' has a wrong offset!"); \ +static_assert(offsetof(MVVMSubsystem_K2_CompareFloatValues, ReturnValue) == 0x000010, "Member 'MVVMSubsystem_K2_CompareFloatValues::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSubsystem_DoesWidgetTreeContainedWidget \ +static_assert(alignof(MVVMSubsystem_DoesWidgetTreeContainedWidget) == 0x000008, "Wrong alignment on MVVMSubsystem_DoesWidgetTreeContainedWidget"); \ +static_assert(sizeof(MVVMSubsystem_DoesWidgetTreeContainedWidget) == 0x000018, "Wrong size on MVVMSubsystem_DoesWidgetTreeContainedWidget"); \ +static_assert(offsetof(MVVMSubsystem_DoesWidgetTreeContainedWidget, WidgetTree) == 0x000000, "Member 'MVVMSubsystem_DoesWidgetTreeContainedWidget::WidgetTree' has a wrong offset!"); \ +static_assert(offsetof(MVVMSubsystem_DoesWidgetTreeContainedWidget, ViewWidget) == 0x000008, "Member 'MVVMSubsystem_DoesWidgetTreeContainedWidget::ViewWidget' has a wrong offset!"); \ +static_assert(offsetof(MVVMSubsystem_DoesWidgetTreeContainedWidget, ReturnValue) == 0x000010, "Member 'MVVMSubsystem_DoesWidgetTreeContainedWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSubsystem_GetGlobalViewModelCollection \ +static_assert(alignof(MVVMSubsystem_GetGlobalViewModelCollection) == 0x000008, "Wrong alignment on MVVMSubsystem_GetGlobalViewModelCollection"); \ +static_assert(sizeof(MVVMSubsystem_GetGlobalViewModelCollection) == 0x000008, "Wrong size on MVVMSubsystem_GetGlobalViewModelCollection"); \ +static_assert(offsetof(MVVMSubsystem_GetGlobalViewModelCollection, ReturnValue) == 0x000000, "Member 'MVVMSubsystem_GetGlobalViewModelCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSubsystem_K2_GetAvailableBinding \ +static_assert(alignof(MVVMSubsystem_K2_GetAvailableBinding) == 0x000008, "Wrong alignment on MVVMSubsystem_K2_GetAvailableBinding"); \ +static_assert(sizeof(MVVMSubsystem_K2_GetAvailableBinding) == 0x000028, "Wrong size on MVVMSubsystem_K2_GetAvailableBinding"); \ +static_assert(offsetof(MVVMSubsystem_K2_GetAvailableBinding, Class_0) == 0x000000, "Member 'MVVMSubsystem_K2_GetAvailableBinding::Class_0' has a wrong offset!"); \ +static_assert(offsetof(MVVMSubsystem_K2_GetAvailableBinding, BindingName) == 0x000008, "Member 'MVVMSubsystem_K2_GetAvailableBinding::BindingName' has a wrong offset!"); \ +static_assert(offsetof(MVVMSubsystem_K2_GetAvailableBinding, Accessor) == 0x000010, "Member 'MVVMSubsystem_K2_GetAvailableBinding::Accessor' has a wrong offset!"); \ +static_assert(offsetof(MVVMSubsystem_K2_GetAvailableBinding, ReturnValue) == 0x000018, "Member 'MVVMSubsystem_K2_GetAvailableBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSubsystem_K2_GetAvailableBindings \ +static_assert(alignof(MVVMSubsystem_K2_GetAvailableBindings) == 0x000008, "Wrong alignment on MVVMSubsystem_K2_GetAvailableBindings"); \ +static_assert(sizeof(MVVMSubsystem_K2_GetAvailableBindings) == 0x000020, "Wrong size on MVVMSubsystem_K2_GetAvailableBindings"); \ +static_assert(offsetof(MVVMSubsystem_K2_GetAvailableBindings, Class_0) == 0x000000, "Member 'MVVMSubsystem_K2_GetAvailableBindings::Class_0' has a wrong offset!"); \ +static_assert(offsetof(MVVMSubsystem_K2_GetAvailableBindings, Accessor) == 0x000008, "Member 'MVVMSubsystem_K2_GetAvailableBindings::Accessor' has a wrong offset!"); \ +static_assert(offsetof(MVVMSubsystem_K2_GetAvailableBindings, ReturnValue) == 0x000010, "Member 'MVVMSubsystem_K2_GetAvailableBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMSubsystem_K2_GetViewFromUserWidget \ +static_assert(alignof(MVVMSubsystem_K2_GetViewFromUserWidget) == 0x000008, "Wrong alignment on MVVMSubsystem_K2_GetViewFromUserWidget"); \ +static_assert(sizeof(MVVMSubsystem_K2_GetViewFromUserWidget) == 0x000010, "Wrong size on MVVMSubsystem_K2_GetViewFromUserWidget"); \ +static_assert(offsetof(MVVMSubsystem_K2_GetViewFromUserWidget, UserWidget) == 0x000000, "Member 'MVVMSubsystem_K2_GetViewFromUserWidget::UserWidget' has a wrong offset!"); \ +static_assert(offsetof(MVVMSubsystem_K2_GetViewFromUserWidget, ReturnValue) == 0x000008, "Member 'MVVMSubsystem_K2_GetViewFromUserWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMSubsystem \ +static_assert(alignof(UMVVMSubsystem) == 0x000008, "Wrong alignment on UMVVMSubsystem"); \ +static_assert(sizeof(UMVVMSubsystem) == 0x000030, "Wrong size on UMVVMSubsystem"); \ + +#define DUMPER7_ASSERTS_MVVMViewModelBase_K2_AddFieldValueChangedDelegate \ +static_assert(alignof(MVVMViewModelBase_K2_AddFieldValueChangedDelegate) == 0x000004, "Wrong alignment on MVVMViewModelBase_K2_AddFieldValueChangedDelegate"); \ +static_assert(sizeof(MVVMViewModelBase_K2_AddFieldValueChangedDelegate) == 0x000018, "Wrong size on MVVMViewModelBase_K2_AddFieldValueChangedDelegate"); \ +static_assert(offsetof(MVVMViewModelBase_K2_AddFieldValueChangedDelegate, FieldId) == 0x000000, "Member 'MVVMViewModelBase_K2_AddFieldValueChangedDelegate::FieldId' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelBase_K2_AddFieldValueChangedDelegate, Delegate) == 0x000008, "Member 'MVVMViewModelBase_K2_AddFieldValueChangedDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMViewModelBase_K2_BroadcastFieldValueChanged \ +static_assert(alignof(MVVMViewModelBase_K2_BroadcastFieldValueChanged) == 0x000004, "Wrong alignment on MVVMViewModelBase_K2_BroadcastFieldValueChanged"); \ +static_assert(sizeof(MVVMViewModelBase_K2_BroadcastFieldValueChanged) == 0x000008, "Wrong size on MVVMViewModelBase_K2_BroadcastFieldValueChanged"); \ +static_assert(offsetof(MVVMViewModelBase_K2_BroadcastFieldValueChanged, FieldId) == 0x000000, "Member 'MVVMViewModelBase_K2_BroadcastFieldValueChanged::FieldId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMViewModelBase_K2_RemoveFieldValueChangedDelegate \ +static_assert(alignof(MVVMViewModelBase_K2_RemoveFieldValueChangedDelegate) == 0x000004, "Wrong alignment on MVVMViewModelBase_K2_RemoveFieldValueChangedDelegate"); \ +static_assert(sizeof(MVVMViewModelBase_K2_RemoveFieldValueChangedDelegate) == 0x000018, "Wrong size on MVVMViewModelBase_K2_RemoveFieldValueChangedDelegate"); \ +static_assert(offsetof(MVVMViewModelBase_K2_RemoveFieldValueChangedDelegate, FieldId) == 0x000000, "Member 'MVVMViewModelBase_K2_RemoveFieldValueChangedDelegate::FieldId' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelBase_K2_RemoveFieldValueChangedDelegate, Delegate) == 0x000008, "Member 'MVVMViewModelBase_K2_RemoveFieldValueChangedDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMViewModelBase_K2_SetPropertyValue \ +static_assert(alignof(MVVMViewModelBase_K2_SetPropertyValue) == 0x000004, "Wrong alignment on MVVMViewModelBase_K2_SetPropertyValue"); \ +static_assert(sizeof(MVVMViewModelBase_K2_SetPropertyValue) == 0x00000C, "Wrong size on MVVMViewModelBase_K2_SetPropertyValue"); \ +static_assert(offsetof(MVVMViewModelBase_K2_SetPropertyValue, OldValue) == 0x000000, "Member 'MVVMViewModelBase_K2_SetPropertyValue::OldValue' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelBase_K2_SetPropertyValue, NewValue) == 0x000004, "Member 'MVVMViewModelBase_K2_SetPropertyValue::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelBase_K2_SetPropertyValue, ReturnValue) == 0x000008, "Member 'MVVMViewModelBase_K2_SetPropertyValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMViewModelBase \ +static_assert(alignof(UMVVMViewModelBase) == 0x000008, "Wrong alignment on UMVVMViewModelBase"); \ +static_assert(sizeof(UMVVMViewModelBase) == 0x000068, "Wrong size on UMVVMViewModelBase"); \ + +#define DUMPER7_ASSERTS_MVVMViewModelCollectionObject_AddViewModelInstance \ +static_assert(alignof(MVVMViewModelCollectionObject_AddViewModelInstance) == 0x000008, "Wrong alignment on MVVMViewModelCollectionObject_AddViewModelInstance"); \ +static_assert(sizeof(MVVMViewModelCollectionObject_AddViewModelInstance) == 0x000020, "Wrong size on MVVMViewModelCollectionObject_AddViewModelInstance"); \ +static_assert(offsetof(MVVMViewModelCollectionObject_AddViewModelInstance, Context) == 0x000000, "Member 'MVVMViewModelCollectionObject_AddViewModelInstance::Context' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelCollectionObject_AddViewModelInstance, ViewModel) == 0x000010, "Member 'MVVMViewModelCollectionObject_AddViewModelInstance::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelCollectionObject_AddViewModelInstance, ReturnValue) == 0x000018, "Member 'MVVMViewModelCollectionObject_AddViewModelInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMViewModelCollectionObject_RemoveAllViewModelInstance \ +static_assert(alignof(MVVMViewModelCollectionObject_RemoveAllViewModelInstance) == 0x000008, "Wrong alignment on MVVMViewModelCollectionObject_RemoveAllViewModelInstance"); \ +static_assert(sizeof(MVVMViewModelCollectionObject_RemoveAllViewModelInstance) == 0x000010, "Wrong size on MVVMViewModelCollectionObject_RemoveAllViewModelInstance"); \ +static_assert(offsetof(MVVMViewModelCollectionObject_RemoveAllViewModelInstance, ViewModel) == 0x000000, "Member 'MVVMViewModelCollectionObject_RemoveAllViewModelInstance::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelCollectionObject_RemoveAllViewModelInstance, ReturnValue) == 0x000008, "Member 'MVVMViewModelCollectionObject_RemoveAllViewModelInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMViewModelCollectionObject_RemoveViewModel \ +static_assert(alignof(MVVMViewModelCollectionObject_RemoveViewModel) == 0x000008, "Wrong alignment on MVVMViewModelCollectionObject_RemoveViewModel"); \ +static_assert(sizeof(MVVMViewModelCollectionObject_RemoveViewModel) == 0x000018, "Wrong size on MVVMViewModelCollectionObject_RemoveViewModel"); \ +static_assert(offsetof(MVVMViewModelCollectionObject_RemoveViewModel, Context) == 0x000000, "Member 'MVVMViewModelCollectionObject_RemoveViewModel::Context' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelCollectionObject_RemoveViewModel, ReturnValue) == 0x000010, "Member 'MVVMViewModelCollectionObject_RemoveViewModel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMViewModelCollectionObject_FindFirstViewModelInstanceOfType \ +static_assert(alignof(MVVMViewModelCollectionObject_FindFirstViewModelInstanceOfType) == 0x000008, "Wrong alignment on MVVMViewModelCollectionObject_FindFirstViewModelInstanceOfType"); \ +static_assert(sizeof(MVVMViewModelCollectionObject_FindFirstViewModelInstanceOfType) == 0x000010, "Wrong size on MVVMViewModelCollectionObject_FindFirstViewModelInstanceOfType"); \ +static_assert(offsetof(MVVMViewModelCollectionObject_FindFirstViewModelInstanceOfType, ViewModelClass) == 0x000000, "Member 'MVVMViewModelCollectionObject_FindFirstViewModelInstanceOfType::ViewModelClass' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelCollectionObject_FindFirstViewModelInstanceOfType, ReturnValue) == 0x000008, "Member 'MVVMViewModelCollectionObject_FindFirstViewModelInstanceOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMViewModelCollectionObject_FindViewModelInstance \ +static_assert(alignof(MVVMViewModelCollectionObject_FindViewModelInstance) == 0x000008, "Wrong alignment on MVVMViewModelCollectionObject_FindViewModelInstance"); \ +static_assert(sizeof(MVVMViewModelCollectionObject_FindViewModelInstance) == 0x000018, "Wrong size on MVVMViewModelCollectionObject_FindViewModelInstance"); \ +static_assert(offsetof(MVVMViewModelCollectionObject_FindViewModelInstance, Context) == 0x000000, "Member 'MVVMViewModelCollectionObject_FindViewModelInstance::Context' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelCollectionObject_FindViewModelInstance, ReturnValue) == 0x000010, "Member 'MVVMViewModelCollectionObject_FindViewModelInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMViewModelCollectionObject \ +static_assert(alignof(UMVVMViewModelCollectionObject) == 0x000008, "Wrong alignment on UMVVMViewModelCollectionObject"); \ +static_assert(sizeof(UMVVMViewModelCollectionObject) == 0x000050, "Wrong size on UMVVMViewModelCollectionObject"); \ +static_assert(offsetof(UMVVMViewModelCollectionObject, ViewModelCollection) == 0x000028, "Member 'UMVVMViewModelCollectionObject::ViewModelCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMInstancedViewModelGeneratedClass \ +static_assert(alignof(UMVVMInstancedViewModelGeneratedClass) == 0x000008, "Wrong alignment on UMVVMInstancedViewModelGeneratedClass"); \ +static_assert(sizeof(UMVVMInstancedViewModelGeneratedClass) == 0x0003C8, "Wrong size on UMVVMInstancedViewModelGeneratedClass"); \ +static_assert(offsetof(UMVVMInstancedViewModelGeneratedClass, OnRepFunctionToLink) == 0x000368, "Member 'UMVVMInstancedViewModelGeneratedClass::OnRepFunctionToLink' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMViewModelBlueprintGeneratedClass \ +static_assert(alignof(UMVVMViewModelBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UMVVMViewModelBlueprintGeneratedClass"); \ +static_assert(sizeof(UMVVMViewModelBlueprintGeneratedClass) == 0x000368, "Wrong size on UMVVMViewModelBlueprintGeneratedClass"); \ + +#define DUMPER7_ASSERTS_UMVVMBindingSubsystem \ +static_assert(alignof(UMVVMBindingSubsystem) == 0x000008, "Wrong alignment on UMVVMBindingSubsystem"); \ +static_assert(sizeof(UMVVMBindingSubsystem) == 0x000098, "Wrong size on UMVVMBindingSubsystem"); \ + +#define DUMPER7_ASSERTS_MVVMViewModelContextResolver_K2_CreateInstance \ +static_assert(alignof(MVVMViewModelContextResolver_K2_CreateInstance) == 0x000008, "Wrong alignment on MVVMViewModelContextResolver_K2_CreateInstance"); \ +static_assert(sizeof(MVVMViewModelContextResolver_K2_CreateInstance) == 0x000020, "Wrong size on MVVMViewModelContextResolver_K2_CreateInstance"); \ +static_assert(offsetof(MVVMViewModelContextResolver_K2_CreateInstance, ExpectedType) == 0x000000, "Member 'MVVMViewModelContextResolver_K2_CreateInstance::ExpectedType' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelContextResolver_K2_CreateInstance, UserWidget) == 0x000008, "Member 'MVVMViewModelContextResolver_K2_CreateInstance::UserWidget' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelContextResolver_K2_CreateInstance, ReturnValue) == 0x000010, "Member 'MVVMViewModelContextResolver_K2_CreateInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MVVMViewModelContextResolver_K2_DestroyInstance \ +static_assert(alignof(MVVMViewModelContextResolver_K2_DestroyInstance) == 0x000008, "Wrong alignment on MVVMViewModelContextResolver_K2_DestroyInstance"); \ +static_assert(sizeof(MVVMViewModelContextResolver_K2_DestroyInstance) == 0x000010, "Wrong size on MVVMViewModelContextResolver_K2_DestroyInstance"); \ +static_assert(offsetof(MVVMViewModelContextResolver_K2_DestroyInstance, ViewModel) == 0x000000, "Member 'MVVMViewModelContextResolver_K2_DestroyInstance::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelContextResolver_K2_DestroyInstance, View) == 0x000008, "Member 'MVVMViewModelContextResolver_K2_DestroyInstance::View' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMViewModelContextResolver \ +static_assert(alignof(UMVVMViewModelContextResolver) == 0x000008, "Wrong alignment on UMVVMViewModelContextResolver"); \ +static_assert(sizeof(UMVVMViewModelContextResolver) == 0x000028, "Wrong size on UMVVMViewModelContextResolver"); \ + +#define DUMPER7_ASSERTS_MVVMViewModelWithWorldBase_Create \ +static_assert(alignof(MVVMViewModelWithWorldBase_Create) == 0x000008, "Wrong alignment on MVVMViewModelWithWorldBase_Create"); \ +static_assert(sizeof(MVVMViewModelWithWorldBase_Create) == 0x000018, "Wrong size on MVVMViewModelWithWorldBase_Create"); \ +static_assert(offsetof(MVVMViewModelWithWorldBase_Create, WorldContextObject) == 0x000000, "Member 'MVVMViewModelWithWorldBase_Create::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelWithWorldBase_Create, ViewModelClass) == 0x000008, "Member 'MVVMViewModelWithWorldBase_Create::ViewModelClass' has a wrong offset!"); \ +static_assert(offsetof(MVVMViewModelWithWorldBase_Create, ReturnValue) == 0x000010, "Member 'MVVMViewModelWithWorldBase_Create::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMVVMViewModelWithWorldBase \ +static_assert(alignof(UMVVMViewModelWithWorldBase) == 0x000008, "Wrong alignment on UMVVMViewModelWithWorldBase"); \ +static_assert(sizeof(UMVVMViewModelWithWorldBase) == 0x000070, "Wrong size on UMVVMViewModelWithWorldBase"); \ + +#define DUMPER7_ASSERTS_ViewModelWithWorldSubsystem_FindViewModelByClass \ +static_assert(alignof(ViewModelWithWorldSubsystem_FindViewModelByClass) == 0x000008, "Wrong alignment on ViewModelWithWorldSubsystem_FindViewModelByClass"); \ +static_assert(sizeof(ViewModelWithWorldSubsystem_FindViewModelByClass) == 0x000010, "Wrong size on ViewModelWithWorldSubsystem_FindViewModelByClass"); \ +static_assert(offsetof(ViewModelWithWorldSubsystem_FindViewModelByClass, ViewModelClass) == 0x000000, "Member 'ViewModelWithWorldSubsystem_FindViewModelByClass::ViewModelClass' has a wrong offset!"); \ +static_assert(offsetof(ViewModelWithWorldSubsystem_FindViewModelByClass, ReturnValue) == 0x000008, "Member 'ViewModelWithWorldSubsystem_FindViewModelByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UViewModelWithWorldSubsystem \ +static_assert(alignof(UViewModelWithWorldSubsystem) == 0x000008, "Wrong alignment on UViewModelWithWorldSubsystem"); \ +static_assert(sizeof(UViewModelWithWorldSubsystem) == 0x000058, "Wrong size on UViewModelWithWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_FScreenNavigationViewModel \ +static_assert(alignof(FScreenNavigationViewModel) == 0x000008, "Wrong alignment on FScreenNavigationViewModel"); \ +static_assert(sizeof(FScreenNavigationViewModel) == 0x000010, "Wrong size on FScreenNavigationViewModel"); \ +static_assert(offsetof(FScreenNavigationViewModel, ViewModel) == 0x000000, "Member 'FScreenNavigationViewModel::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(FScreenNavigationViewModel, ViewModelName) == 0x000008, "Member 'FScreenNavigationViewModel::ViewModelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScreenPathBase \ +static_assert(alignof(FScreenPathBase) == 0x000008, "Wrong alignment on FScreenPathBase"); \ +static_assert(sizeof(FScreenPathBase) == 0x000060, "Wrong size on FScreenPathBase"); \ +static_assert(offsetof(FScreenPathBase, Parts) == 0x000000, "Member 'FScreenPathBase::Parts' has a wrong offset!"); \ +static_assert(offsetof(FScreenPathBase, QueryParams) == 0x000010, "Member 'FScreenPathBase::QueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScreenPath \ +static_assert(alignof(FScreenPath) == 0x000008, "Wrong alignment on FScreenPath"); \ +static_assert(sizeof(FScreenPath) == 0x000060, "Wrong size on FScreenPath"); \ + +#define DUMPER7_ASSERTS_FScreenNavigationViewModelCollection \ +static_assert(alignof(FScreenNavigationViewModelCollection) == 0x000008, "Wrong alignment on FScreenNavigationViewModelCollection"); \ +static_assert(sizeof(FScreenNavigationViewModelCollection) == 0x000010, "Wrong size on FScreenNavigationViewModelCollection"); \ +static_assert(offsetof(FScreenNavigationViewModelCollection, ViewModels) == 0x000000, "Member 'FScreenNavigationViewModelCollection::ViewModels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScreenInfo \ +static_assert(alignof(FScreenInfo) == 0x000008, "Wrong alignment on FScreenInfo"); \ +static_assert(sizeof(FScreenInfo) == 0x000078, "Wrong size on FScreenInfo"); \ +static_assert(offsetof(FScreenInfo, PersistentWidget) == 0x000060, "Member 'FScreenInfo::PersistentWidget' has a wrong offset!"); \ +static_assert(offsetof(FScreenInfo, ViewModelCollection) == 0x000068, "Member 'FScreenInfo::ViewModelCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScreenNavigationHistory \ +static_assert(alignof(FScreenNavigationHistory) == 0x000008, "Wrong alignment on FScreenNavigationHistory"); \ +static_assert(sizeof(FScreenNavigationHistory) == 0x000010, "Wrong size on FScreenNavigationHistory"); \ +static_assert(offsetof(FScreenNavigationHistory, Entries) == 0x000000, "Member 'FScreenNavigationHistory::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScreenNavigationRequestParams \ +static_assert(alignof(FScreenNavigationRequestParams) == 0x000008, "Wrong alignment on FScreenNavigationRequestParams"); \ +static_assert(sizeof(FScreenNavigationRequestParams) == 0x000050, "Wrong size on FScreenNavigationRequestParams"); \ +static_assert(offsetof(FScreenNavigationRequestParams, RequestParams) == 0x000000, "Member 'FScreenNavigationRequestParams::RequestParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScreenPathParamConfig \ +static_assert(alignof(FScreenPathParamConfig) == 0x000004, "Wrong alignment on FScreenPathParamConfig"); \ +static_assert(sizeof(FScreenPathParamConfig) == 0x000010, "Wrong size on FScreenPathParamConfig"); \ +static_assert(offsetof(FScreenPathParamConfig, Name) == 0x000000, "Member 'FScreenPathParamConfig::Name' has a wrong offset!"); \ +static_assert(offsetof(FScreenPathParamConfig, TypeName) == 0x000008, "Member 'FScreenPathParamConfig::TypeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScreenPathViewModelConfig \ +static_assert(alignof(FScreenPathViewModelConfig) == 0x000008, "Wrong alignment on FScreenPathViewModelConfig"); \ +static_assert(sizeof(FScreenPathViewModelConfig) == 0x000038, "Wrong size on FScreenPathViewModelConfig"); \ +static_assert(offsetof(FScreenPathViewModelConfig, bShowInBlueprints) == 0x000000, "Member 'FScreenPathViewModelConfig::bShowInBlueprints' has a wrong offset!"); \ +static_assert(offsetof(FScreenPathViewModelConfig, ViewModel) == 0x000008, "Member 'FScreenPathViewModelConfig::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(FScreenPathViewModelConfig, ViewModelName) == 0x000030, "Member 'FScreenPathViewModelConfig::ViewModelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScreenPathConfig \ +static_assert(alignof(FScreenPathConfig) == 0x000008, "Wrong alignment on FScreenPathConfig"); \ +static_assert(sizeof(FScreenPathConfig) == 0x0000D0, "Wrong size on FScreenPathConfig"); \ +static_assert(offsetof(FScreenPathConfig, Path) == 0x000000, "Member 'FScreenPathConfig::Path' has a wrong offset!"); \ +static_assert(offsetof(FScreenPathConfig, DefaultLayer) == 0x000060, "Member 'FScreenPathConfig::DefaultLayer' has a wrong offset!"); \ +static_assert(offsetof(FScreenPathConfig, Widget) == 0x000068, "Member 'FScreenPathConfig::Widget' has a wrong offset!"); \ +static_assert(offsetof(FScreenPathConfig, ViewModels) == 0x000090, "Member 'FScreenPathConfig::ViewModels' has a wrong offset!"); \ +static_assert(offsetof(FScreenPathConfig, PathParams) == 0x0000A0, "Member 'FScreenPathConfig::PathParams' has a wrong offset!"); \ +static_assert(offsetof(FScreenPathConfig, QueryParams) == 0x0000B0, "Member 'FScreenPathConfig::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(FScreenPathConfig, RequestParams) == 0x0000C0, "Member 'FScreenPathConfig::RequestParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScreenPathRedirectDestinationConfig \ +static_assert(alignof(FScreenPathRedirectDestinationConfig) == 0x000008, "Wrong alignment on FScreenPathRedirectDestinationConfig"); \ +static_assert(sizeof(FScreenPathRedirectDestinationConfig) == 0x000068, "Wrong size on FScreenPathRedirectDestinationConfig"); \ +static_assert(offsetof(FScreenPathRedirectDestinationConfig, Destination) == 0x000000, "Member 'FScreenPathRedirectDestinationConfig::Destination' has a wrong offset!"); \ +static_assert(offsetof(FScreenPathRedirectDestinationConfig, Reasons) == 0x000060, "Member 'FScreenPathRedirectDestinationConfig::Reasons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScreenPathRedirectConfig \ +static_assert(alignof(FScreenPathRedirectConfig) == 0x000008, "Wrong alignment on FScreenPathRedirectConfig"); \ +static_assert(sizeof(FScreenPathRedirectConfig) == 0x000070, "Wrong size on FScreenPathRedirectConfig"); \ +static_assert(offsetof(FScreenPathRedirectConfig, Path) == 0x000000, "Member 'FScreenPathRedirectConfig::Path' has a wrong offset!"); \ +static_assert(offsetof(FScreenPathRedirectConfig, DestinationConfigs) == 0x000060, "Member 'FScreenPathRedirectConfig::DestinationConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationFunctionLibrary_RegisterScreenNavigationHandler \ +static_assert(alignof(ScreenNavigationFunctionLibrary_RegisterScreenNavigationHandler) == 0x000008, "Wrong alignment on ScreenNavigationFunctionLibrary_RegisterScreenNavigationHandler"); \ +static_assert(sizeof(ScreenNavigationFunctionLibrary_RegisterScreenNavigationHandler) == 0x000078, "Wrong size on ScreenNavigationFunctionLibrary_RegisterScreenNavigationHandler"); \ +static_assert(offsetof(ScreenNavigationFunctionLibrary_RegisterScreenNavigationHandler, WorldContextObject) == 0x000000, "Member 'ScreenNavigationFunctionLibrary_RegisterScreenNavigationHandler::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationFunctionLibrary_RegisterScreenNavigationHandler, Root) == 0x000008, "Member 'ScreenNavigationFunctionLibrary_RegisterScreenNavigationHandler::Root' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationFunctionLibrary_RegisterScreenNavigationHandler, Handler) == 0x000068, "Member 'ScreenNavigationFunctionLibrary_RegisterScreenNavigationHandler::Handler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationFunctionLibrary_UnregisterScreenNavigationHandler \ +static_assert(alignof(ScreenNavigationFunctionLibrary_UnregisterScreenNavigationHandler) == 0x000008, "Wrong alignment on ScreenNavigationFunctionLibrary_UnregisterScreenNavigationHandler"); \ +static_assert(sizeof(ScreenNavigationFunctionLibrary_UnregisterScreenNavigationHandler) == 0x000078, "Wrong size on ScreenNavigationFunctionLibrary_UnregisterScreenNavigationHandler"); \ +static_assert(offsetof(ScreenNavigationFunctionLibrary_UnregisterScreenNavigationHandler, WorldContextObject) == 0x000000, "Member 'ScreenNavigationFunctionLibrary_UnregisterScreenNavigationHandler::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationFunctionLibrary_UnregisterScreenNavigationHandler, Root) == 0x000008, "Member 'ScreenNavigationFunctionLibrary_UnregisterScreenNavigationHandler::Root' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationFunctionLibrary_UnregisterScreenNavigationHandler, Handler) == 0x000068, "Member 'ScreenNavigationFunctionLibrary_UnregisterScreenNavigationHandler::Handler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScreenNavigationFunctionLibrary \ +static_assert(alignof(UScreenNavigationFunctionLibrary) == 0x000008, "Wrong alignment on UScreenNavigationFunctionLibrary"); \ +static_assert(sizeof(UScreenNavigationFunctionLibrary) == 0x000028, "Wrong size on UScreenNavigationFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationHandlerInterface_BP_HandleRequest \ +static_assert(alignof(ScreenNavigationHandlerInterface_BP_HandleRequest) == 0x000008, "Wrong alignment on ScreenNavigationHandlerInterface_BP_HandleRequest"); \ +static_assert(sizeof(ScreenNavigationHandlerInterface_BP_HandleRequest) == 0x000008, "Wrong size on ScreenNavigationHandlerInterface_BP_HandleRequest"); \ +static_assert(offsetof(ScreenNavigationHandlerInterface_BP_HandleRequest, Request) == 0x000000, "Member 'ScreenNavigationHandlerInterface_BP_HandleRequest::Request' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IScreenNavigationHandlerInterface \ +static_assert(alignof(IScreenNavigationHandlerInterface) == 0x000001, "Wrong alignment on IScreenNavigationHandlerInterface"); \ +static_assert(sizeof(IScreenNavigationHandlerInterface) == 0x000001, "Wrong size on IScreenNavigationHandlerInterface"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_BP_AddScreenNavigationRequestParam \ +static_assert(alignof(ScreenNavigationKismetLibrary_BP_AddScreenNavigationRequestParam) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_BP_AddScreenNavigationRequestParam"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_BP_AddScreenNavigationRequestParam) == 0x000060, "Wrong size on ScreenNavigationKismetLibrary_BP_AddScreenNavigationRequestParam"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_AddScreenNavigationRequestParam, RequestParams) == 0x000000, "Member 'ScreenNavigationKismetLibrary_BP_AddScreenNavigationRequestParam::RequestParams' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_AddScreenNavigationRequestParam, Name_0) == 0x000050, "Member 'ScreenNavigationKismetLibrary_BP_AddScreenNavigationRequestParam::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_AddScreenNavigationRequestParam, Value) == 0x000058, "Member 'ScreenNavigationKismetLibrary_BP_AddScreenNavigationRequestParam::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_BP_CreateScreenPath \ +static_assert(alignof(ScreenNavigationKismetLibrary_BP_CreateScreenPath) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_BP_CreateScreenPath"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_BP_CreateScreenPath) == 0x0000C0, "Wrong size on ScreenNavigationKismetLibrary_BP_CreateScreenPath"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_CreateScreenPath, ScreenPathBase) == 0x000000, "Member 'ScreenNavigationKismetLibrary_BP_CreateScreenPath::ScreenPathBase' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_CreateScreenPath, ReturnValue) == 0x000060, "Member 'ScreenNavigationKismetLibrary_BP_CreateScreenPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_BP_ParseScreenNavigationRequestParam \ +static_assert(alignof(ScreenNavigationKismetLibrary_BP_ParseScreenNavigationRequestParam) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_BP_ParseScreenNavigationRequestParam"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_BP_ParseScreenNavigationRequestParam) == 0x000018, "Wrong size on ScreenNavigationKismetLibrary_BP_ParseScreenNavigationRequestParam"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_ParseScreenNavigationRequestParam, Request) == 0x000000, "Member 'ScreenNavigationKismetLibrary_BP_ParseScreenNavigationRequestParam::Request' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_ParseScreenNavigationRequestParam, Name_0) == 0x000008, "Member 'ScreenNavigationKismetLibrary_BP_ParseScreenNavigationRequestParam::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_ParseScreenNavigationRequestParam, Value) == 0x000010, "Member 'ScreenNavigationKismetLibrary_BP_ParseScreenNavigationRequestParam::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_BP_ParseScreenPathParam \ +static_assert(alignof(ScreenNavigationKismetLibrary_BP_ParseScreenPathParam) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_BP_ParseScreenPathParam"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_BP_ParseScreenPathParam) == 0x0000D0, "Wrong size on ScreenNavigationKismetLibrary_BP_ParseScreenPathParam"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_ParseScreenPathParam, Path) == 0x000000, "Member 'ScreenNavigationKismetLibrary_BP_ParseScreenPathParam::Path' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_ParseScreenPathParam, BasePath) == 0x000060, "Member 'ScreenNavigationKismetLibrary_BP_ParseScreenPathParam::BasePath' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_ParseScreenPathParam, Name_0) == 0x0000C0, "Member 'ScreenNavigationKismetLibrary_BP_ParseScreenPathParam::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_ParseScreenPathParam, Value) == 0x0000C8, "Member 'ScreenNavigationKismetLibrary_BP_ParseScreenPathParam::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_BP_ReplaceScreenPathParam \ +static_assert(alignof(ScreenNavigationKismetLibrary_BP_ReplaceScreenPathParam) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_BP_ReplaceScreenPathParam"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_BP_ReplaceScreenPathParam) == 0x000070, "Wrong size on ScreenNavigationKismetLibrary_BP_ReplaceScreenPathParam"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_ReplaceScreenPathParam, Path) == 0x000000, "Member 'ScreenNavigationKismetLibrary_BP_ReplaceScreenPathParam::Path' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_ReplaceScreenPathParam, Name_0) == 0x000060, "Member 'ScreenNavigationKismetLibrary_BP_ReplaceScreenPathParam::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_ReplaceScreenPathParam, Value) == 0x000068, "Member 'ScreenNavigationKismetLibrary_BP_ReplaceScreenPathParam::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam \ +static_assert(alignof(ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam) == 0x000028, "Wrong size on ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam, WorldContextObject) == 0x000000, "Member 'ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam, Target) == 0x000008, "Member 'ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam::Target' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam, Layer) == 0x00000C, "Member 'ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam::Layer' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam, bWarnOnMissing) == 0x000014, "Member 'ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam::bWarnOnMissing' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam, Name_0) == 0x000018, "Member 'ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam, Value) == 0x000020, "Member 'ScreenNavigationKismetLibrary_BP_SetCurrentQueryParam::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_BP_SetScreenPathQueryParam \ +static_assert(alignof(ScreenNavigationKismetLibrary_BP_SetScreenPathQueryParam) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_BP_SetScreenPathQueryParam"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_BP_SetScreenPathQueryParam) == 0x000070, "Wrong size on ScreenNavigationKismetLibrary_BP_SetScreenPathQueryParam"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_SetScreenPathQueryParam, Path) == 0x000000, "Member 'ScreenNavigationKismetLibrary_BP_SetScreenPathQueryParam::Path' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_SetScreenPathQueryParam, Name_0) == 0x000060, "Member 'ScreenNavigationKismetLibrary_BP_SetScreenPathQueryParam::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_BP_SetScreenPathQueryParam, Value) == 0x000068, "Member 'ScreenNavigationKismetLibrary_BP_SetScreenPathQueryParam::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_CloseNavigationLayer \ +static_assert(alignof(ScreenNavigationKismetLibrary_CloseNavigationLayer) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_CloseNavigationLayer"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_CloseNavigationLayer) == 0x000018, "Wrong size on ScreenNavigationKismetLibrary_CloseNavigationLayer"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_CloseNavigationLayer, WorldContextObject) == 0x000000, "Member 'ScreenNavigationKismetLibrary_CloseNavigationLayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_CloseNavigationLayer, Target) == 0x000008, "Member 'ScreenNavigationKismetLibrary_CloseNavigationLayer::Target' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_CloseNavigationLayer, Layer) == 0x00000C, "Member 'ScreenNavigationKismetLibrary_CloseNavigationLayer::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_NavigateBack \ +static_assert(alignof(ScreenNavigationKismetLibrary_NavigateBack) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_NavigateBack"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_NavigateBack) == 0x000018, "Wrong size on ScreenNavigationKismetLibrary_NavigateBack"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateBack, WorldContextObject) == 0x000000, "Member 'ScreenNavigationKismetLibrary_NavigateBack::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateBack, Target) == 0x000008, "Member 'ScreenNavigationKismetLibrary_NavigateBack::Target' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateBack, Layer) == 0x00000C, "Member 'ScreenNavigationKismetLibrary_NavigateBack::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_NavigateToScreen \ +static_assert(alignof(ScreenNavigationKismetLibrary_NavigateToScreen) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_NavigateToScreen"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_NavigateToScreen) == 0x0000D8, "Wrong size on ScreenNavigationKismetLibrary_NavigateToScreen"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateToScreen, WorldContextObject) == 0x000000, "Member 'ScreenNavigationKismetLibrary_NavigateToScreen::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateToScreen, Path) == 0x000008, "Member 'ScreenNavigationKismetLibrary_NavigateToScreen::Path' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateToScreen, RequestParams) == 0x000068, "Member 'ScreenNavigationKismetLibrary_NavigateToScreen::RequestParams' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateToScreen, Target) == 0x0000B8, "Member 'ScreenNavigationKismetLibrary_NavigateToScreen::Target' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateToScreen, Layer) == 0x0000BC, "Member 'ScreenNavigationKismetLibrary_NavigateToScreen::Layer' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateToScreen, HistoryPolicy) == 0x0000C4, "Member 'ScreenNavigationKismetLibrary_NavigateToScreen::HistoryPolicy' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateToScreen, Reason) == 0x0000C5, "Member 'ScreenNavigationKismetLibrary_NavigateToScreen::Reason' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateToScreen, ViewModelCollection) == 0x0000C8, "Member 'ScreenNavigationKismetLibrary_NavigateToScreen::ViewModelCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_NavigateUp \ +static_assert(alignof(ScreenNavigationKismetLibrary_NavigateUp) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_NavigateUp"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_NavigateUp) == 0x000018, "Wrong size on ScreenNavigationKismetLibrary_NavigateUp"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateUp, WorldContextObject) == 0x000000, "Member 'ScreenNavigationKismetLibrary_NavigateUp::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateUp, Target) == 0x000008, "Member 'ScreenNavigationKismetLibrary_NavigateUp::Target' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NavigateUp, Layer) == 0x00000C, "Member 'ScreenNavigationKismetLibrary_NavigateUp::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_NotEqual_ScreenPathScreenPath \ +static_assert(alignof(ScreenNavigationKismetLibrary_NotEqual_ScreenPathScreenPath) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_NotEqual_ScreenPathScreenPath"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_NotEqual_ScreenPathScreenPath) == 0x0000C8, "Wrong size on ScreenNavigationKismetLibrary_NotEqual_ScreenPathScreenPath"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NotEqual_ScreenPathScreenPath, A) == 0x000000, "Member 'ScreenNavigationKismetLibrary_NotEqual_ScreenPathScreenPath::A' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NotEqual_ScreenPathScreenPath, B) == 0x000060, "Member 'ScreenNavigationKismetLibrary_NotEqual_ScreenPathScreenPath::B' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_NotEqual_ScreenPathScreenPath, ReturnValue) == 0x0000C0, "Member 'ScreenNavigationKismetLibrary_NotEqual_ScreenPathScreenPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_PushWidgetToLayer \ +static_assert(alignof(ScreenNavigationKismetLibrary_PushWidgetToLayer) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_PushWidgetToLayer"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_PushWidgetToLayer) == 0x000030, "Wrong size on ScreenNavigationKismetLibrary_PushWidgetToLayer"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_PushWidgetToLayer, WorldContextObject) == 0x000000, "Member 'ScreenNavigationKismetLibrary_PushWidgetToLayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_PushWidgetToLayer, Target) == 0x000008, "Member 'ScreenNavigationKismetLibrary_PushWidgetToLayer::Target' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_PushWidgetToLayer, Layer) == 0x00000C, "Member 'ScreenNavigationKismetLibrary_PushWidgetToLayer::Layer' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_PushWidgetToLayer, WidgetClass) == 0x000018, "Member 'ScreenNavigationKismetLibrary_PushWidgetToLayer::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_PushWidgetToLayer, HistoryPolicy) == 0x000020, "Member 'ScreenNavigationKismetLibrary_PushWidgetToLayer::HistoryPolicy' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_PushWidgetToLayer, ReturnValue) == 0x000028, "Member 'ScreenNavigationKismetLibrary_PushWidgetToLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_ScreenNavigationRequestParams_ToString \ +static_assert(alignof(ScreenNavigationKismetLibrary_ScreenNavigationRequestParams_ToString) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_ScreenNavigationRequestParams_ToString"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_ScreenNavigationRequestParams_ToString) == 0x000060, "Wrong size on ScreenNavigationKismetLibrary_ScreenNavigationRequestParams_ToString"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenNavigationRequestParams_ToString, ScreenNavigationRequestParams) == 0x000000, "Member 'ScreenNavigationKismetLibrary_ScreenNavigationRequestParams_ToString::ScreenNavigationRequestParams' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenNavigationRequestParams_ToString, ReturnValue) == 0x000050, "Member 'ScreenNavigationKismetLibrary_ScreenNavigationRequestParams_ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_ScreenPathBase_IsAnyBaseForPath \ +static_assert(alignof(ScreenNavigationKismetLibrary_ScreenPathBase_IsAnyBaseForPath) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_ScreenPathBase_IsAnyBaseForPath"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_ScreenPathBase_IsAnyBaseForPath) == 0x0000C8, "Wrong size on ScreenNavigationKismetLibrary_ScreenPathBase_IsAnyBaseForPath"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenPathBase_IsAnyBaseForPath, base) == 0x000000, "Member 'ScreenNavigationKismetLibrary_ScreenPathBase_IsAnyBaseForPath::base' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenPathBase_IsAnyBaseForPath, Path) == 0x000060, "Member 'ScreenNavigationKismetLibrary_ScreenPathBase_IsAnyBaseForPath::Path' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenPathBase_IsAnyBaseForPath, ReturnValue) == 0x0000C0, "Member 'ScreenNavigationKismetLibrary_ScreenPathBase_IsAnyBaseForPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_ScreenPathBase_IsExactBaseForPath \ +static_assert(alignof(ScreenNavigationKismetLibrary_ScreenPathBase_IsExactBaseForPath) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_ScreenPathBase_IsExactBaseForPath"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_ScreenPathBase_IsExactBaseForPath) == 0x0000C8, "Wrong size on ScreenNavigationKismetLibrary_ScreenPathBase_IsExactBaseForPath"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenPathBase_IsExactBaseForPath, base) == 0x000000, "Member 'ScreenNavigationKismetLibrary_ScreenPathBase_IsExactBaseForPath::base' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenPathBase_IsExactBaseForPath, Path) == 0x000060, "Member 'ScreenNavigationKismetLibrary_ScreenPathBase_IsExactBaseForPath::Path' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenPathBase_IsExactBaseForPath, ReturnValue) == 0x0000C0, "Member 'ScreenNavigationKismetLibrary_ScreenPathBase_IsExactBaseForPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_ScreenPathBase_IsParentBaseForPath \ +static_assert(alignof(ScreenNavigationKismetLibrary_ScreenPathBase_IsParentBaseForPath) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_ScreenPathBase_IsParentBaseForPath"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_ScreenPathBase_IsParentBaseForPath) == 0x0000C8, "Wrong size on ScreenNavigationKismetLibrary_ScreenPathBase_IsParentBaseForPath"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenPathBase_IsParentBaseForPath, base) == 0x000000, "Member 'ScreenNavigationKismetLibrary_ScreenPathBase_IsParentBaseForPath::base' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenPathBase_IsParentBaseForPath, Path) == 0x000060, "Member 'ScreenNavigationKismetLibrary_ScreenPathBase_IsParentBaseForPath::Path' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenPathBase_IsParentBaseForPath, ReturnValue) == 0x0000C0, "Member 'ScreenNavigationKismetLibrary_ScreenPathBase_IsParentBaseForPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationKismetLibrary_ScreenPathBase_ToString \ +static_assert(alignof(ScreenNavigationKismetLibrary_ScreenPathBase_ToString) == 0x000008, "Wrong alignment on ScreenNavigationKismetLibrary_ScreenPathBase_ToString"); \ +static_assert(sizeof(ScreenNavigationKismetLibrary_ScreenPathBase_ToString) == 0x000070, "Wrong size on ScreenNavigationKismetLibrary_ScreenPathBase_ToString"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenPathBase_ToString, ScreenPathBase) == 0x000000, "Member 'ScreenNavigationKismetLibrary_ScreenPathBase_ToString::ScreenPathBase' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationKismetLibrary_ScreenPathBase_ToString, ReturnValue) == 0x000060, "Member 'ScreenNavigationKismetLibrary_ScreenPathBase_ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScreenNavigationKismetLibrary \ +static_assert(alignof(UScreenNavigationKismetLibrary) == 0x000008, "Wrong alignment on UScreenNavigationKismetLibrary"); \ +static_assert(sizeof(UScreenNavigationKismetLibrary) == 0x000028, "Wrong size on UScreenNavigationKismetLibrary"); \ + +#define DUMPER7_ASSERTS_UScreenNavigationLayer \ +static_assert(alignof(UScreenNavigationLayer) == 0x000008, "Wrong alignment on UScreenNavigationLayer"); \ +static_assert(sizeof(UScreenNavigationLayer) == 0x000230, "Wrong size on UScreenNavigationLayer"); \ +static_assert(offsetof(UScreenNavigationLayer, LayerWidget) == 0x000088, "Member 'UScreenNavigationLayer::LayerWidget' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationLayer, CurrentScreen) == 0x000090, "Member 'UScreenNavigationLayer::CurrentScreen' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationLayer, History) == 0x000108, "Member 'UScreenNavigationLayer::History' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationLayer, CurrentRequest) == 0x000118, "Member 'UScreenNavigationLayer::CurrentRequest' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationLayer, RetryingRequest) == 0x000120, "Member 'UScreenNavigationLayer::RetryingRequest' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationLayer, ViewModelCollectionCache) == 0x000128, "Member 'UScreenNavigationLayer::ViewModelCollectionCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationRequest_Abort \ +static_assert(alignof(ScreenNavigationRequest_Abort) == 0x000008, "Wrong alignment on ScreenNavigationRequest_Abort"); \ +static_assert(sizeof(ScreenNavigationRequest_Abort) == 0x000010, "Wrong size on ScreenNavigationRequest_Abort"); \ +static_assert(offsetof(ScreenNavigationRequest_Abort, Handler) == 0x000000, "Member 'ScreenNavigationRequest_Abort::Handler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationRequest_Accept \ +static_assert(alignof(ScreenNavigationRequest_Accept) == 0x000008, "Wrong alignment on ScreenNavigationRequest_Accept"); \ +static_assert(sizeof(ScreenNavigationRequest_Accept) == 0x000010, "Wrong size on ScreenNavigationRequest_Accept"); \ +static_assert(offsetof(ScreenNavigationRequest_Accept, Handler) == 0x000000, "Member 'ScreenNavigationRequest_Accept::Handler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationRequest_Retry \ +static_assert(alignof(ScreenNavigationRequest_Retry) == 0x000008, "Wrong alignment on ScreenNavigationRequest_Retry"); \ +static_assert(sizeof(ScreenNavigationRequest_Retry) == 0x000010, "Wrong size on ScreenNavigationRequest_Retry"); \ +static_assert(offsetof(ScreenNavigationRequest_Retry, Handler) == 0x000000, "Member 'ScreenNavigationRequest_Retry::Handler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationRequest_ToString \ +static_assert(alignof(ScreenNavigationRequest_ToString) == 0x000008, "Wrong alignment on ScreenNavigationRequest_ToString"); \ +static_assert(sizeof(ScreenNavigationRequest_ToString) == 0x000010, "Wrong size on ScreenNavigationRequest_ToString"); \ +static_assert(offsetof(ScreenNavigationRequest_ToString, ReturnValue) == 0x000000, "Member 'ScreenNavigationRequest_ToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScreenNavigationRequest \ +static_assert(alignof(UScreenNavigationRequest) == 0x000008, "Wrong alignment on UScreenNavigationRequest"); \ +static_assert(sizeof(UScreenNavigationRequest) == 0x000100, "Wrong size on UScreenNavigationRequest"); \ +static_assert(offsetof(UScreenNavigationRequest, Path) == 0x000028, "Member 'UScreenNavigationRequest::Path' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationRequest, Layer) == 0x000088, "Member 'UScreenNavigationRequest::Layer' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationRequest, HistoryPolicy) == 0x000090, "Member 'UScreenNavigationRequest::HistoryPolicy' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationRequest, Reason) == 0x000091, "Member 'UScreenNavigationRequest::Reason' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationRequest, ViewModelCollection) == 0x0000E8, "Member 'UScreenNavigationRequest::ViewModelCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScreenNavigationSettings \ +static_assert(alignof(UScreenNavigationSettings) == 0x000008, "Wrong alignment on UScreenNavigationSettings"); \ +static_assert(sizeof(UScreenNavigationSettings) == 0x000058, "Wrong size on UScreenNavigationSettings"); \ +static_assert(offsetof(UScreenNavigationSettings, PathConfigs) == 0x000038, "Member 'UScreenNavigationSettings::PathConfigs' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationSettings, RedirectConfigs) == 0x000048, "Member 'UScreenNavigationSettings::RedirectConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationSubsystem_RegisterLayer \ +static_assert(alignof(ScreenNavigationSubsystem_RegisterLayer) == 0x000008, "Wrong alignment on ScreenNavigationSubsystem_RegisterLayer"); \ +static_assert(sizeof(ScreenNavigationSubsystem_RegisterLayer) == 0x000010, "Wrong size on ScreenNavigationSubsystem_RegisterLayer"); \ +static_assert(offsetof(ScreenNavigationSubsystem_RegisterLayer, LayerTag) == 0x000000, "Member 'ScreenNavigationSubsystem_RegisterLayer::LayerTag' has a wrong offset!"); \ +static_assert(offsetof(ScreenNavigationSubsystem_RegisterLayer, LayerWidget) == 0x000008, "Member 'ScreenNavigationSubsystem_RegisterLayer::LayerWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScreenNavigationSubsystem \ +static_assert(alignof(UScreenNavigationSubsystem) == 0x000008, "Wrong alignment on UScreenNavigationSubsystem"); \ +static_assert(sizeof(UScreenNavigationSubsystem) == 0x000100, "Wrong size on UScreenNavigationSubsystem"); \ +static_assert(offsetof(UScreenNavigationSubsystem, LayerInstances) == 0x0000B0, "Member 'UScreenNavigationSubsystem::LayerInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationViewModelInterface_BP_SetupViewModelForRequest \ +static_assert(alignof(ScreenNavigationViewModelInterface_BP_SetupViewModelForRequest) == 0x000008, "Wrong alignment on ScreenNavigationViewModelInterface_BP_SetupViewModelForRequest"); \ +static_assert(sizeof(ScreenNavigationViewModelInterface_BP_SetupViewModelForRequest) == 0x000008, "Wrong size on ScreenNavigationViewModelInterface_BP_SetupViewModelForRequest"); \ +static_assert(offsetof(ScreenNavigationViewModelInterface_BP_SetupViewModelForRequest, Request) == 0x000000, "Member 'ScreenNavigationViewModelInterface_BP_SetupViewModelForRequest::Request' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IScreenNavigationViewModelInterface \ +static_assert(alignof(IScreenNavigationViewModelInterface) == 0x000001, "Wrong alignment on IScreenNavigationViewModelInterface"); \ +static_assert(sizeof(IScreenNavigationViewModelInterface) == 0x000001, "Wrong size on IScreenNavigationViewModelInterface"); \ + +#define DUMPER7_ASSERTS_WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState \ +static_assert(alignof(WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState) == 0x000008, "Wrong alignment on WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState"); \ +static_assert(sizeof(WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState) == 0x000020, "Wrong size on WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState"); \ +static_assert(offsetof(WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState, WorldContextObject) == 0x000000, "Member 'WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState, LayerTag_0) == 0x000008, "Member 'WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState::LayerTag_0' has a wrong offset!"); \ +static_assert(offsetof(WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState, State_0) == 0x000010, "Member 'WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState::State_0' has a wrong offset!"); \ +static_assert(offsetof(WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState, ReturnValue) == 0x000018, "Member 'WaitForScreenNavigationLayerStateAsyncAction_WaitForScreenNavigationLayerState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaitForScreenNavigationLayerStateAsyncAction \ +static_assert(alignof(UWaitForScreenNavigationLayerStateAsyncAction) == 0x000008, "Wrong alignment on UWaitForScreenNavigationLayerStateAsyncAction"); \ +static_assert(sizeof(UWaitForScreenNavigationLayerStateAsyncAction) == 0x000060, "Wrong size on UWaitForScreenNavigationLayerStateAsyncAction"); \ +static_assert(offsetof(UWaitForScreenNavigationLayerStateAsyncAction, OnFinished) == 0x000030, "Member 'UWaitForScreenNavigationLayerStateAsyncAction::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UWaitForScreenNavigationLayerStateAsyncAction, ContextObject) == 0x000040, "Member 'UWaitForScreenNavigationLayerStateAsyncAction::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(UWaitForScreenNavigationLayerStateAsyncAction, LayerTag) == 0x000048, "Member 'UWaitForScreenNavigationLayerStateAsyncAction::LayerTag' has a wrong offset!"); \ +static_assert(offsetof(UWaitForScreenNavigationLayerStateAsyncAction, State) == 0x000050, "Member 'UWaitForScreenNavigationLayerStateAsyncAction::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenNavigationLayerWidget_GetActiveWidget \ +static_assert(alignof(ScreenNavigationLayerWidget_GetActiveWidget) == 0x000008, "Wrong alignment on ScreenNavigationLayerWidget_GetActiveWidget"); \ +static_assert(sizeof(ScreenNavigationLayerWidget_GetActiveWidget) == 0x000008, "Wrong size on ScreenNavigationLayerWidget_GetActiveWidget"); \ +static_assert(offsetof(ScreenNavigationLayerWidget_GetActiveWidget, ReturnValue) == 0x000000, "Member 'ScreenNavigationLayerWidget_GetActiveWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScreenNavigationLayerWidget \ +static_assert(alignof(UScreenNavigationLayerWidget) == 0x000008, "Wrong alignment on UScreenNavigationLayerWidget"); \ +static_assert(sizeof(UScreenNavigationLayerWidget) == 0x000200, "Wrong size on UScreenNavigationLayerWidget"); \ +static_assert(offsetof(UScreenNavigationLayerWidget, OnWidgetAdded) == 0x000178, "Member 'UScreenNavigationLayerWidget::OnWidgetAdded' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationLayerWidget, OnLayerEmpty) == 0x000188, "Member 'UScreenNavigationLayerWidget::OnLayerEmpty' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationLayerWidget, DisplayedWidget) == 0x0001B0, "Member 'UScreenNavigationLayerWidget::DisplayedWidget' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationLayerWidget, InputMapping) == 0x0001B8, "Member 'UScreenNavigationLayerWidget::InputMapping' has a wrong offset!"); \ +static_assert(offsetof(UScreenNavigationLayerWidget, InputMappingPriority) == 0x0001C0, "Member 'UScreenNavigationLayerWidget::InputMappingPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScreenPathTabListWidget_BP_HandleScreenPathTabCreation \ +static_assert(alignof(ScreenPathTabListWidget_BP_HandleScreenPathTabCreation) == 0x000008, "Wrong alignment on ScreenPathTabListWidget_BP_HandleScreenPathTabCreation"); \ +static_assert(sizeof(ScreenPathTabListWidget_BP_HandleScreenPathTabCreation) == 0x000070, "Wrong size on ScreenPathTabListWidget_BP_HandleScreenPathTabCreation"); \ +static_assert(offsetof(ScreenPathTabListWidget_BP_HandleScreenPathTabCreation, TabName) == 0x000000, "Member 'ScreenPathTabListWidget_BP_HandleScreenPathTabCreation::TabName' has a wrong offset!"); \ +static_assert(offsetof(ScreenPathTabListWidget_BP_HandleScreenPathTabCreation, TabButton) == 0x000008, "Member 'ScreenPathTabListWidget_BP_HandleScreenPathTabCreation::TabButton' has a wrong offset!"); \ +static_assert(offsetof(ScreenPathTabListWidget_BP_HandleScreenPathTabCreation, TabBasePath) == 0x000010, "Member 'ScreenPathTabListWidget_BP_HandleScreenPathTabCreation::TabBasePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScreenPathTabListWidget \ +static_assert(alignof(UScreenPathTabListWidget) == 0x000008, "Wrong alignment on UScreenPathTabListWidget"); \ +static_assert(sizeof(UScreenPathTabListWidget) == 0x000530, "Wrong size on UScreenPathTabListWidget"); \ +static_assert(offsetof(UScreenPathTabListWidget, ScreenPathSwitcher) == 0x0004D0, "Member 'UScreenPathTabListWidget::ScreenPathSwitcher' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScreenPathWidgetSwitcher \ +static_assert(alignof(UScreenPathWidgetSwitcher) == 0x000008, "Wrong alignment on UScreenPathWidgetSwitcher"); \ +static_assert(sizeof(UScreenPathWidgetSwitcher) == 0x000320, "Wrong size on UScreenPathWidgetSwitcher"); \ +static_assert(offsetof(UScreenPathWidgetSwitcher, BasePath) == 0x000248, "Member 'UScreenPathWidgetSwitcher::BasePath' has a wrong offset!"); \ +static_assert(offsetof(UScreenPathWidgetSwitcher, HistoryPolicy) == 0x0002A8, "Member 'UScreenPathWidgetSwitcher::HistoryPolicy' has a wrong offset!"); \ +static_assert(offsetof(UScreenPathWidgetSwitcher, ButtonWidgetType) == 0x0002B0, "Member 'UScreenPathWidgetSwitcher::ButtonWidgetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScreenPathWidgetSwitcherSlot \ +static_assert(alignof(UScreenPathWidgetSwitcherSlot) == 0x000008, "Wrong alignment on UScreenPathWidgetSwitcherSlot"); \ +static_assert(sizeof(UScreenPathWidgetSwitcherSlot) == 0x0000C8, "Wrong size on UScreenPathWidgetSwitcherSlot"); \ +static_assert(offsetof(UScreenPathWidgetSwitcherSlot, TabName) == 0x000058, "Member 'UScreenPathWidgetSwitcherSlot::TabName' has a wrong offset!"); \ +static_assert(offsetof(UScreenPathWidgetSwitcherSlot, BasePath) == 0x000060, "Member 'UScreenPathWidgetSwitcherSlot::BasePath' has a wrong offset!"); \ +static_assert(offsetof(UScreenPathWidgetSwitcherSlot, bExactPathOnly) == 0x0000C0, "Member 'UScreenPathWidgetSwitcherSlot::bExactPathOnly' has a wrong offset!"); \ +static_assert(offsetof(UScreenPathWidgetSwitcherSlot, bConsumeRequest) == 0x0000C1, "Member 'UScreenPathWidgetSwitcherSlot::bConsumeRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInteractionRanges \ +static_assert(alignof(FInteractionRanges) == 0x000004, "Wrong alignment on FInteractionRanges"); \ +static_assert(sizeof(FInteractionRanges) == 0x000010, "Wrong size on FInteractionRanges"); \ +static_assert(offsetof(FInteractionRanges, IconLayer) == 0x000000, "Member 'FInteractionRanges::IconLayer' has a wrong offset!"); \ +static_assert(offsetof(FInteractionRanges, MaxRange) == 0x000004, "Member 'FInteractionRanges::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FInteractionRanges, FocusRange) == 0x000008, "Member 'FInteractionRanges::FocusRange' has a wrong offset!"); \ +static_assert(offsetof(FInteractionRanges, PrimaryRange) == 0x00000C, "Member 'FInteractionRanges::PrimaryRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInteractionHandle \ +static_assert(alignof(FInteractionHandle) == 0x000008, "Wrong alignment on FInteractionHandle"); \ +static_assert(sizeof(FInteractionHandle) == 0x000008, "Wrong size on FInteractionHandle"); \ + +#define DUMPER7_ASSERTS_FInteractionData \ +static_assert(alignof(FInteractionData) == 0x000008, "Wrong alignment on FInteractionData"); \ +static_assert(sizeof(FInteractionData) == 0x000028, "Wrong size on FInteractionData"); \ +static_assert(offsetof(FInteractionData, Enabled) == 0x000000, "Member 'FInteractionData::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FInteractionData, InteractionText) == 0x000008, "Member 'FInteractionData::InteractionText' has a wrong offset!"); \ +static_assert(offsetof(FInteractionData, HoldTime) == 0x000018, "Member 'FInteractionData::HoldTime' has a wrong offset!"); \ +static_assert(offsetof(FInteractionData, StartHoldTime) == 0x00001C, "Member 'FInteractionData::StartHoldTime' has a wrong offset!"); \ +static_assert(offsetof(FInteractionData, HoldRepeat) == 0x000020, "Member 'FInteractionData::HoldRepeat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractableInterface_Interact \ +static_assert(alignof(InteractableInterface_Interact) == 0x000008, "Wrong alignment on InteractableInterface_Interact"); \ +static_assert(sizeof(InteractableInterface_Interact) == 0x000018, "Wrong size on InteractableInterface_Interact"); \ +static_assert(offsetof(InteractableInterface_Interact, Character) == 0x000000, "Member 'InteractableInterface_Interact::Character' has a wrong offset!"); \ +static_assert(offsetof(InteractableInterface_Interact, Handle) == 0x000008, "Member 'InteractableInterface_Interact::Handle' has a wrong offset!"); \ +static_assert(offsetof(InteractableInterface_Interact, InteractionType) == 0x000010, "Member 'InteractableInterface_Interact::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractableInterface_OnStartInteracting \ +static_assert(alignof(InteractableInterface_OnStartInteracting) == 0x000008, "Wrong alignment on InteractableInterface_OnStartInteracting"); \ +static_assert(sizeof(InteractableInterface_OnStartInteracting) == 0x000018, "Wrong size on InteractableInterface_OnStartInteracting"); \ +static_assert(offsetof(InteractableInterface_OnStartInteracting, Character) == 0x000000, "Member 'InteractableInterface_OnStartInteracting::Character' has a wrong offset!"); \ +static_assert(offsetof(InteractableInterface_OnStartInteracting, Handle) == 0x000008, "Member 'InteractableInterface_OnStartInteracting::Handle' has a wrong offset!"); \ +static_assert(offsetof(InteractableInterface_OnStartInteracting, InteractionType) == 0x000010, "Member 'InteractableInterface_OnStartInteracting::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractableInterface_OnStopInteracting \ +static_assert(alignof(InteractableInterface_OnStopInteracting) == 0x000008, "Wrong alignment on InteractableInterface_OnStopInteracting"); \ +static_assert(sizeof(InteractableInterface_OnStopInteracting) == 0x000018, "Wrong size on InteractableInterface_OnStopInteracting"); \ +static_assert(offsetof(InteractableInterface_OnStopInteracting, Character) == 0x000000, "Member 'InteractableInterface_OnStopInteracting::Character' has a wrong offset!"); \ +static_assert(offsetof(InteractableInterface_OnStopInteracting, Handle) == 0x000008, "Member 'InteractableInterface_OnStopInteracting::Handle' has a wrong offset!"); \ +static_assert(offsetof(InteractableInterface_OnStopInteracting, InteractionType) == 0x000010, "Member 'InteractableInterface_OnStopInteracting::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractableInterface_Synchronized \ +static_assert(alignof(InteractableInterface_Synchronized) == 0x000008, "Wrong alignment on InteractableInterface_Synchronized"); \ +static_assert(sizeof(InteractableInterface_Synchronized) == 0x000018, "Wrong size on InteractableInterface_Synchronized"); \ +static_assert(offsetof(InteractableInterface_Synchronized, Character) == 0x000000, "Member 'InteractableInterface_Synchronized::Character' has a wrong offset!"); \ +static_assert(offsetof(InteractableInterface_Synchronized, Handle) == 0x000008, "Member 'InteractableInterface_Synchronized::Handle' has a wrong offset!"); \ +static_assert(offsetof(InteractableInterface_Synchronized, InteractionType) == 0x000010, "Member 'InteractableInterface_Synchronized::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInteractableInterface \ +static_assert(alignof(IInteractableInterface) == 0x000001, "Wrong alignment on IInteractableInterface"); \ +static_assert(sizeof(IInteractableInterface) == 0x000001, "Wrong size on IInteractableInterface"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_InteractFrom \ +static_assert(alignof(InteractionComponent_InteractFrom) == 0x000008, "Wrong alignment on InteractionComponent_InteractFrom"); \ +static_assert(sizeof(InteractionComponent_InteractFrom) == 0x000010, "Wrong size on InteractionComponent_InteractFrom"); \ +static_assert(offsetof(InteractionComponent_InteractFrom, Interactor) == 0x000000, "Member 'InteractionComponent_InteractFrom::Interactor' has a wrong offset!"); \ +static_assert(offsetof(InteractionComponent_InteractFrom, InteractionType) == 0x000008, "Member 'InteractionComponent_InteractFrom::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_SetDisabledUI \ +static_assert(alignof(InteractionComponent_SetDisabledUI) == 0x000001, "Wrong alignment on InteractionComponent_SetDisabledUI"); \ +static_assert(sizeof(InteractionComponent_SetDisabledUI) == 0x000001, "Wrong size on InteractionComponent_SetDisabledUI"); \ +static_assert(offsetof(InteractionComponent_SetDisabledUI, Value) == 0x000000, "Member 'InteractionComponent_SetDisabledUI::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_SetGlintEnabled \ +static_assert(alignof(InteractionComponent_SetGlintEnabled) == 0x000001, "Wrong alignment on InteractionComponent_SetGlintEnabled"); \ +static_assert(sizeof(InteractionComponent_SetGlintEnabled) == 0x000001, "Wrong size on InteractionComponent_SetGlintEnabled"); \ +static_assert(offsetof(InteractionComponent_SetGlintEnabled, bGlintEnabled) == 0x000000, "Member 'InteractionComponent_SetGlintEnabled::bGlintEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_SetInteractionEnabled \ +static_assert(alignof(InteractionComponent_SetInteractionEnabled) == 0x000001, "Wrong alignment on InteractionComponent_SetInteractionEnabled"); \ +static_assert(sizeof(InteractionComponent_SetInteractionEnabled) == 0x000002, "Wrong size on InteractionComponent_SetInteractionEnabled"); \ +static_assert(offsetof(InteractionComponent_SetInteractionEnabled, Enabled) == 0x000000, "Member 'InteractionComponent_SetInteractionEnabled::Enabled' has a wrong offset!"); \ +static_assert(offsetof(InteractionComponent_SetInteractionEnabled, InteractionType) == 0x000001, "Member 'InteractionComponent_SetInteractionEnabled::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_SetInteractionHoldTime \ +static_assert(alignof(InteractionComponent_SetInteractionHoldTime) == 0x000004, "Wrong alignment on InteractionComponent_SetInteractionHoldTime"); \ +static_assert(sizeof(InteractionComponent_SetInteractionHoldTime) == 0x000008, "Wrong size on InteractionComponent_SetInteractionHoldTime"); \ +static_assert(offsetof(InteractionComponent_SetInteractionHoldTime, NewHoldTime) == 0x000000, "Member 'InteractionComponent_SetInteractionHoldTime::NewHoldTime' has a wrong offset!"); \ +static_assert(offsetof(InteractionComponent_SetInteractionHoldTime, InteractionType) == 0x000004, "Member 'InteractionComponent_SetInteractionHoldTime::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_SetInteractionRange \ +static_assert(alignof(InteractionComponent_SetInteractionRange) == 0x000008, "Wrong alignment on InteractionComponent_SetInteractionRange"); \ +static_assert(sizeof(InteractionComponent_SetInteractionRange) == 0x000008, "Wrong size on InteractionComponent_SetInteractionRange"); \ +static_assert(offsetof(InteractionComponent_SetInteractionRange, Range) == 0x000000, "Member 'InteractionComponent_SetInteractionRange::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_SetInteractionTargetName \ +static_assert(alignof(InteractionComponent_SetInteractionTargetName) == 0x000008, "Wrong alignment on InteractionComponent_SetInteractionTargetName"); \ +static_assert(sizeof(InteractionComponent_SetInteractionTargetName) == 0x000010, "Wrong size on InteractionComponent_SetInteractionTargetName"); \ +static_assert(offsetof(InteractionComponent_SetInteractionTargetName, InInteractionTargetName) == 0x000000, "Member 'InteractionComponent_SetInteractionTargetName::InInteractionTargetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_SetInteractionText \ +static_assert(alignof(InteractionComponent_SetInteractionText) == 0x000008, "Wrong alignment on InteractionComponent_SetInteractionText"); \ +static_assert(sizeof(InteractionComponent_SetInteractionText) == 0x000018, "Wrong size on InteractionComponent_SetInteractionText"); \ +static_assert(offsetof(InteractionComponent_SetInteractionText, Text) == 0x000000, "Member 'InteractionComponent_SetInteractionText::Text' has a wrong offset!"); \ +static_assert(offsetof(InteractionComponent_SetInteractionText, InteractionType) == 0x000010, "Member 'InteractionComponent_SetInteractionText::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_SetWidgetType \ +static_assert(alignof(InteractionComponent_SetWidgetType) == 0x000001, "Wrong alignment on InteractionComponent_SetWidgetType"); \ +static_assert(sizeof(InteractionComponent_SetWidgetType) == 0x000001, "Wrong size on InteractionComponent_SetWidgetType"); \ +static_assert(offsetof(InteractionComponent_SetWidgetType, NewWidgetType) == 0x000000, "Member 'InteractionComponent_SetWidgetType::NewWidgetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_TryTriggerInteraction \ +static_assert(alignof(InteractionComponent_TryTriggerInteraction) == 0x000008, "Wrong alignment on InteractionComponent_TryTriggerInteraction"); \ +static_assert(sizeof(InteractionComponent_TryTriggerInteraction) == 0x000010, "Wrong size on InteractionComponent_TryTriggerInteraction"); \ +static_assert(offsetof(InteractionComponent_TryTriggerInteraction, Interactor) == 0x000000, "Member 'InteractionComponent_TryTriggerInteraction::Interactor' has a wrong offset!"); \ +static_assert(offsetof(InteractionComponent_TryTriggerInteraction, InteractionType) == 0x000008, "Member 'InteractionComponent_TryTriggerInteraction::InteractionType' has a wrong offset!"); \ +static_assert(offsetof(InteractionComponent_TryTriggerInteraction, ReturnValue) == 0x000009, "Member 'InteractionComponent_TryTriggerInteraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_GetInteractionData \ +static_assert(alignof(InteractionComponent_GetInteractionData) == 0x000008, "Wrong alignment on InteractionComponent_GetInteractionData"); \ +static_assert(sizeof(InteractionComponent_GetInteractionData) == 0x000030, "Wrong size on InteractionComponent_GetInteractionData"); \ +static_assert(offsetof(InteractionComponent_GetInteractionData, InteractionType) == 0x000000, "Member 'InteractionComponent_GetInteractionData::InteractionType' has a wrong offset!"); \ +static_assert(offsetof(InteractionComponent_GetInteractionData, ReturnValue) == 0x000008, "Member 'InteractionComponent_GetInteractionData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_GetInteractionRange \ +static_assert(alignof(InteractionComponent_GetInteractionRange) == 0x000004, "Wrong alignment on InteractionComponent_GetInteractionRange"); \ +static_assert(sizeof(InteractionComponent_GetInteractionRange) == 0x000004, "Wrong size on InteractionComponent_GetInteractionRange"); \ +static_assert(offsetof(InteractionComponent_GetInteractionRange, ReturnValue) == 0x000000, "Member 'InteractionComponent_GetInteractionRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_GetInteractionText \ +static_assert(alignof(InteractionComponent_GetInteractionText) == 0x000008, "Wrong alignment on InteractionComponent_GetInteractionText"); \ +static_assert(sizeof(InteractionComponent_GetInteractionText) == 0x000018, "Wrong size on InteractionComponent_GetInteractionText"); \ +static_assert(offsetof(InteractionComponent_GetInteractionText, InteractionType) == 0x000000, "Member 'InteractionComponent_GetInteractionText::InteractionType' has a wrong offset!"); \ +static_assert(offsetof(InteractionComponent_GetInteractionText, ReturnValue) == 0x000008, "Member 'InteractionComponent_GetInteractionText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_GetNormalizedHoldProgress \ +static_assert(alignof(InteractionComponent_GetNormalizedHoldProgress) == 0x000004, "Wrong alignment on InteractionComponent_GetNormalizedHoldProgress"); \ +static_assert(sizeof(InteractionComponent_GetNormalizedHoldProgress) == 0x000008, "Wrong size on InteractionComponent_GetNormalizedHoldProgress"); \ +static_assert(offsetof(InteractionComponent_GetNormalizedHoldProgress, InteractionType) == 0x000000, "Member 'InteractionComponent_GetNormalizedHoldProgress::InteractionType' has a wrong offset!"); \ +static_assert(offsetof(InteractionComponent_GetNormalizedHoldProgress, ReturnValue) == 0x000004, "Member 'InteractionComponent_GetNormalizedHoldProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_IsHoldInteraction \ +static_assert(alignof(InteractionComponent_IsHoldInteraction) == 0x000001, "Wrong alignment on InteractionComponent_IsHoldInteraction"); \ +static_assert(sizeof(InteractionComponent_IsHoldInteraction) == 0x000002, "Wrong size on InteractionComponent_IsHoldInteraction"); \ +static_assert(offsetof(InteractionComponent_IsHoldInteraction, InteractionType) == 0x000000, "Member 'InteractionComponent_IsHoldInteraction::InteractionType' has a wrong offset!"); \ +static_assert(offsetof(InteractionComponent_IsHoldInteraction, ReturnValue) == 0x000001, "Member 'InteractionComponent_IsHoldInteraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_IsInteractionAvailable \ +static_assert(alignof(InteractionComponent_IsInteractionAvailable) == 0x000001, "Wrong alignment on InteractionComponent_IsInteractionAvailable"); \ +static_assert(sizeof(InteractionComponent_IsInteractionAvailable) == 0x000002, "Wrong size on InteractionComponent_IsInteractionAvailable"); \ +static_assert(offsetof(InteractionComponent_IsInteractionAvailable, Interaction) == 0x000000, "Member 'InteractionComponent_IsInteractionAvailable::Interaction' has a wrong offset!"); \ +static_assert(offsetof(InteractionComponent_IsInteractionAvailable, ReturnValue) == 0x000001, "Member 'InteractionComponent_IsInteractionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionComponent_IsReferencingPoint \ +static_assert(alignof(InteractionComponent_IsReferencingPoint) == 0x000008, "Wrong alignment on InteractionComponent_IsReferencingPoint"); \ +static_assert(sizeof(InteractionComponent_IsReferencingPoint) == 0x000010, "Wrong size on InteractionComponent_IsReferencingPoint"); \ +static_assert(offsetof(InteractionComponent_IsReferencingPoint, Handle) == 0x000000, "Member 'InteractionComponent_IsReferencingPoint::Handle' has a wrong offset!"); \ +static_assert(offsetof(InteractionComponent_IsReferencingPoint, ReturnValue) == 0x000008, "Member 'InteractionComponent_IsReferencingPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractionComponent \ +static_assert(alignof(UInteractionComponent) == 0x000010, "Wrong alignment on UInteractionComponent"); \ +static_assert(sizeof(UInteractionComponent) == 0x0002F0, "Wrong size on UInteractionComponent"); \ +static_assert(offsetof(UInteractionComponent, Priority) == 0x000250, "Member 'UInteractionComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UInteractionComponent, bDisableUI) == 0x000254, "Member 'UInteractionComponent::bDisableUI' has a wrong offset!"); \ +static_assert(offsetof(UInteractionComponent, bInteractionOwnerBreaksLineOfSight) == 0x000255, "Member 'UInteractionComponent::bInteractionOwnerBreaksLineOfSight' has a wrong offset!"); \ +static_assert(offsetof(UInteractionComponent, InteractionTargetName) == 0x000258, "Member 'UInteractionComponent::InteractionTargetName' has a wrong offset!"); \ +static_assert(offsetof(UInteractionComponent, WidgetType) == 0x000268, "Member 'UInteractionComponent::WidgetType' has a wrong offset!"); \ +static_assert(offsetof(UInteractionComponent, Interactions) == 0x000270, "Member 'UInteractionComponent::Interactions' has a wrong offset!"); \ +static_assert(offsetof(UInteractionComponent, InteractionRangeOverride) == 0x0002C0, "Member 'UInteractionComponent::InteractionRangeOverride' has a wrong offset!"); \ +static_assert(offsetof(UInteractionComponent, OnInteractRangeTypeChanged) == 0x0002C8, "Member 'UInteractionComponent::OnInteractRangeTypeChanged' has a wrong offset!"); \ +static_assert(offsetof(UInteractionComponent, OnInteractedWith) == 0x0002C9, "Member 'UInteractionComponent::OnInteractedWith' has a wrong offset!"); \ +static_assert(offsetof(UInteractionComponent, IconLayer) == 0x0002CA, "Member 'UInteractionComponent::IconLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionSubsystem_SetActiveMask \ +static_assert(alignof(InteractionSubsystem_SetActiveMask) == 0x000001, "Wrong alignment on InteractionSubsystem_SetActiveMask"); \ +static_assert(sizeof(InteractionSubsystem_SetActiveMask) == 0x000001, "Wrong size on InteractionSubsystem_SetActiveMask"); \ +static_assert(offsetof(InteractionSubsystem_SetActiveMask, Mask) == 0x000000, "Member 'InteractionSubsystem_SetActiveMask::Mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionSubsystem_SetTargetMode \ +static_assert(alignof(InteractionSubsystem_SetTargetMode) == 0x000001, "Wrong alignment on InteractionSubsystem_SetTargetMode"); \ +static_assert(sizeof(InteractionSubsystem_SetTargetMode) == 0x000001, "Wrong size on InteractionSubsystem_SetTargetMode"); \ +static_assert(offsetof(InteractionSubsystem_SetTargetMode, bValue) == 0x000000, "Member 'InteractionSubsystem_SetTargetMode::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionSubsystem_GetActiveMask \ +static_assert(alignof(InteractionSubsystem_GetActiveMask) == 0x000001, "Wrong alignment on InteractionSubsystem_GetActiveMask"); \ +static_assert(sizeof(InteractionSubsystem_GetActiveMask) == 0x000001, "Wrong size on InteractionSubsystem_GetActiveMask"); \ +static_assert(offsetof(InteractionSubsystem_GetActiveMask, ReturnValue) == 0x000000, "Member 'InteractionSubsystem_GetActiveMask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionSubsystem_GetFocusInteractionPointHandle \ +static_assert(alignof(InteractionSubsystem_GetFocusInteractionPointHandle) == 0x000008, "Wrong alignment on InteractionSubsystem_GetFocusInteractionPointHandle"); \ +static_assert(sizeof(InteractionSubsystem_GetFocusInteractionPointHandle) == 0x000008, "Wrong size on InteractionSubsystem_GetFocusInteractionPointHandle"); \ +static_assert(offsetof(InteractionSubsystem_GetFocusInteractionPointHandle, ReturnValue) == 0x000000, "Member 'InteractionSubsystem_GetFocusInteractionPointHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionSubsystem_GetFocusObject \ +static_assert(alignof(InteractionSubsystem_GetFocusObject) == 0x000008, "Wrong alignment on InteractionSubsystem_GetFocusObject"); \ +static_assert(sizeof(InteractionSubsystem_GetFocusObject) == 0x000008, "Wrong size on InteractionSubsystem_GetFocusObject"); \ +static_assert(offsetof(InteractionSubsystem_GetFocusObject, ReturnValue) == 0x000000, "Member 'InteractionSubsystem_GetFocusObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionSubsystem_GetFocusRange \ +static_assert(alignof(InteractionSubsystem_GetFocusRange) == 0x000004, "Wrong alignment on InteractionSubsystem_GetFocusRange"); \ +static_assert(sizeof(InteractionSubsystem_GetFocusRange) == 0x000004, "Wrong size on InteractionSubsystem_GetFocusRange"); \ +static_assert(offsetof(InteractionSubsystem_GetFocusRange, ReturnValue) == 0x000000, "Member 'InteractionSubsystem_GetFocusRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionSubsystem_GetInteractablePointTransform \ +static_assert(alignof(InteractionSubsystem_GetInteractablePointTransform) == 0x000010, "Wrong alignment on InteractionSubsystem_GetInteractablePointTransform"); \ +static_assert(sizeof(InteractionSubsystem_GetInteractablePointTransform) == 0x000060, "Wrong size on InteractionSubsystem_GetInteractablePointTransform"); \ +static_assert(offsetof(InteractionSubsystem_GetInteractablePointTransform, ReturnValue) == 0x000000, "Member 'InteractionSubsystem_GetInteractablePointTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionSubsystem_GetMaxRange \ +static_assert(alignof(InteractionSubsystem_GetMaxRange) == 0x000004, "Wrong alignment on InteractionSubsystem_GetMaxRange"); \ +static_assert(sizeof(InteractionSubsystem_GetMaxRange) == 0x000004, "Wrong size on InteractionSubsystem_GetMaxRange"); \ +static_assert(offsetof(InteractionSubsystem_GetMaxRange, ReturnValue) == 0x000000, "Member 'InteractionSubsystem_GetMaxRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionSubsystem_GetPrimaryRange \ +static_assert(alignof(InteractionSubsystem_GetPrimaryRange) == 0x000004, "Wrong alignment on InteractionSubsystem_GetPrimaryRange"); \ +static_assert(sizeof(InteractionSubsystem_GetPrimaryRange) == 0x000004, "Wrong size on InteractionSubsystem_GetPrimaryRange"); \ +static_assert(offsetof(InteractionSubsystem_GetPrimaryRange, ReturnValue) == 0x000000, "Member 'InteractionSubsystem_GetPrimaryRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractionSubsystem_IsTargetModeActive \ +static_assert(alignof(InteractionSubsystem_IsTargetModeActive) == 0x000001, "Wrong alignment on InteractionSubsystem_IsTargetModeActive"); \ +static_assert(sizeof(InteractionSubsystem_IsTargetModeActive) == 0x000001, "Wrong size on InteractionSubsystem_IsTargetModeActive"); \ +static_assert(offsetof(InteractionSubsystem_IsTargetModeActive, ReturnValue) == 0x000000, "Member 'InteractionSubsystem_IsTargetModeActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractionSubsystem \ +static_assert(alignof(UInteractionSubsystem) == 0x000008, "Wrong alignment on UInteractionSubsystem"); \ +static_assert(sizeof(UInteractionSubsystem) == 0x000228, "Wrong size on UInteractionSubsystem"); \ +static_assert(offsetof(UInteractionSubsystem, OnInteractionTargetModeChanged) == 0x0000C0, "Member 'UInteractionSubsystem::OnInteractionTargetModeChanged' has a wrong offset!"); \ +static_assert(offsetof(UInteractionSubsystem, InteractionConfig) == 0x0000C8, "Member 'UInteractionSubsystem::InteractionConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractionSubsystemConfig \ +static_assert(alignof(UInteractionSubsystemConfig) == 0x000008, "Wrong alignment on UInteractionSubsystemConfig"); \ +static_assert(sizeof(UInteractionSubsystemConfig) == 0x000060, "Wrong size on UInteractionSubsystemConfig"); \ +static_assert(offsetof(UInteractionSubsystemConfig, MaxRange) == 0x000038, "Member 'UInteractionSubsystemConfig::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UInteractionSubsystemConfig, FocusRange) == 0x00003C, "Member 'UInteractionSubsystemConfig::FocusRange' has a wrong offset!"); \ +static_assert(offsetof(UInteractionSubsystemConfig, PrimaryRange) == 0x000040, "Member 'UInteractionSubsystemConfig::PrimaryRange' has a wrong offset!"); \ +static_assert(offsetof(UInteractionSubsystemConfig, OverrideRangesForLayer) == 0x000048, "Member 'UInteractionSubsystemConfig::OverrideRangesForLayer' has a wrong offset!"); \ +static_assert(offsetof(UInteractionSubsystemConfig, GlintMaxRange) == 0x000058, "Member 'UInteractionSubsystemConfig::GlintMaxRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USignificanceManager \ +static_assert(alignof(USignificanceManager) == 0x000008, "Wrong alignment on USignificanceManager"); \ +static_assert(sizeof(USignificanceManager) == 0x000140, "Wrong size on USignificanceManager"); \ +static_assert(offsetof(USignificanceManager, SignificanceManagerClassName) == 0x000120, "Member 'USignificanceManager::SignificanceManagerClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistrySource_DataTableRules \ +static_assert(alignof(FDataRegistrySource_DataTableRules) == 0x000004, "Wrong alignment on FDataRegistrySource_DataTableRules"); \ +static_assert(sizeof(FDataRegistrySource_DataTableRules) == 0x000008, "Wrong size on FDataRegistrySource_DataTableRules"); \ +static_assert(offsetof(FDataRegistrySource_DataTableRules, bPrecacheTable) == 0x000000, "Member 'FDataRegistrySource_DataTableRules::bPrecacheTable' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistrySource_DataTableRules, CachedTableKeepSeconds) == 0x000004, "Member 'FDataRegistrySource_DataTableRules::CachedTableKeepSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryLookup \ +static_assert(alignof(FDataRegistryLookup) == 0x000008, "Wrong alignment on FDataRegistryLookup"); \ +static_assert(sizeof(FDataRegistryLookup) == 0x000020, "Wrong size on FDataRegistryLookup"); \ + +#define DUMPER7_ASSERTS_FDataRegistryType \ +static_assert(alignof(FDataRegistryType) == 0x000004, "Wrong alignment on FDataRegistryType"); \ +static_assert(sizeof(FDataRegistryType) == 0x000008, "Wrong size on FDataRegistryType"); \ +static_assert(offsetof(FDataRegistryType, Name) == 0x000000, "Member 'FDataRegistryType::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryId \ +static_assert(alignof(FDataRegistryId) == 0x000004, "Wrong alignment on FDataRegistryId"); \ +static_assert(sizeof(FDataRegistryId) == 0x000010, "Wrong size on FDataRegistryId"); \ +static_assert(offsetof(FDataRegistryId, RegistryType) == 0x000000, "Member 'FDataRegistryId::RegistryType' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryId, ItemName) == 0x000008, "Member 'FDataRegistryId::ItemName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryIdFormat \ +static_assert(alignof(FDataRegistryIdFormat) == 0x000004, "Wrong alignment on FDataRegistryIdFormat"); \ +static_assert(sizeof(FDataRegistryIdFormat) == 0x000008, "Wrong size on FDataRegistryIdFormat"); \ +static_assert(offsetof(FDataRegistryIdFormat, BaseGameplayTag) == 0x000000, "Member 'FDataRegistryIdFormat::BaseGameplayTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryCachePolicy \ +static_assert(alignof(FDataRegistryCachePolicy) == 0x000004, "Wrong alignment on FDataRegistryCachePolicy"); \ +static_assert(sizeof(FDataRegistryCachePolicy) == 0x000014, "Wrong size on FDataRegistryCachePolicy"); \ +static_assert(offsetof(FDataRegistryCachePolicy, bCacheIsAlwaysVolatile) == 0x000000, "Member 'FDataRegistryCachePolicy::bCacheIsAlwaysVolatile' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, bUseCurveTableCacheVersion) == 0x000001, "Member 'FDataRegistryCachePolicy::bUseCurveTableCacheVersion' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, MinNumberKept) == 0x000004, "Member 'FDataRegistryCachePolicy::MinNumberKept' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, MaxNumberKept) == 0x000008, "Member 'FDataRegistryCachePolicy::MaxNumberKept' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, ForceKeepSeconds) == 0x00000C, "Member 'FDataRegistryCachePolicy::ForceKeepSeconds' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryCachePolicy, ForceReleaseSeconds) == 0x000010, "Member 'FDataRegistryCachePolicy::ForceReleaseSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistrySourceItemId \ +static_assert(alignof(FDataRegistrySourceItemId) == 0x000008, "Wrong alignment on FDataRegistrySourceItemId"); \ +static_assert(sizeof(FDataRegistrySourceItemId) == 0x000040, "Wrong size on FDataRegistrySourceItemId"); \ + +#define DUMPER7_ASSERTS_FSoftDataRegistryOrTable \ +static_assert(alignof(FSoftDataRegistryOrTable) == 0x000008, "Wrong alignment on FSoftDataRegistryOrTable"); \ +static_assert(sizeof(FSoftDataRegistryOrTable) == 0x000038, "Wrong size on FSoftDataRegistryOrTable"); \ +static_assert(offsetof(FSoftDataRegistryOrTable, bUseDataRegistry) == 0x000000, "Member 'FSoftDataRegistryOrTable::bUseDataRegistry' has a wrong offset!"); \ +static_assert(offsetof(FSoftDataRegistryOrTable, Table) == 0x000008, "Member 'FSoftDataRegistryOrTable::Table' has a wrong offset!"); \ +static_assert(offsetof(FSoftDataRegistryOrTable, RegistryType) == 0x000030, "Member 'FSoftDataRegistryOrTable::RegistryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataRegistryOrTableRow \ +static_assert(alignof(FDataRegistryOrTableRow) == 0x000008, "Wrong alignment on FDataRegistryOrTableRow"); \ +static_assert(sizeof(FDataRegistryOrTableRow) == 0x000028, "Wrong size on FDataRegistryOrTableRow"); \ +static_assert(offsetof(FDataRegistryOrTableRow, bUseDataRegistryId) == 0x000000, "Member 'FDataRegistryOrTableRow::bUseDataRegistryId' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryOrTableRow, DataTableRow) == 0x000008, "Member 'FDataRegistryOrTableRow::DataTableRow' has a wrong offset!"); \ +static_assert(offsetof(FDataRegistryOrTableRow, DataRegistryId) == 0x000018, "Member 'FDataRegistryOrTableRow::DataRegistryId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySettings \ +static_assert(alignof(UDataRegistrySettings) == 0x000008, "Wrong alignment on UDataRegistrySettings"); \ +static_assert(sizeof(UDataRegistrySettings) == 0x000050, "Wrong size on UDataRegistrySettings"); \ +static_assert(offsetof(UDataRegistrySettings, DirectoriesToScan) == 0x000038, "Member 'UDataRegistrySettings::DirectoriesToScan' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySettings, bInitializeAllLoadedRegistries) == 0x000048, "Member 'UDataRegistrySettings::bInitializeAllLoadedRegistries' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySettings, bIgnoreMissingCookedAssetRegistryData) == 0x000049, "Member 'UDataRegistrySettings::bIgnoreMissingCookedAssetRegistryData' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySettings, bDelayLoadingDataRegistriesUntilPIE) == 0x00004A, "Member 'UDataRegistrySettings::bDelayLoadingDataRegistriesUntilPIE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistry \ +static_assert(alignof(UDataRegistry) == 0x000008, "Wrong alignment on UDataRegistry"); \ +static_assert(sizeof(UDataRegistry) == 0x0000C0, "Wrong size on UDataRegistry"); \ +static_assert(offsetof(UDataRegistry, RegistryType) == 0x000028, "Member 'UDataRegistry::RegistryType' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, IdFormat) == 0x000030, "Member 'UDataRegistry::IdFormat' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, ItemStruct) == 0x000038, "Member 'UDataRegistry::ItemStruct' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, DataSources) == 0x000040, "Member 'UDataRegistry::DataSources' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, RuntimeSources) == 0x000050, "Member 'UDataRegistry::RuntimeSources' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, TimerUpdateFrequency) == 0x000060, "Member 'UDataRegistry::TimerUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistry, DefaultCachePolicy) == 0x000064, "Member 'UDataRegistry::DefaultCachePolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySource \ +static_assert(alignof(UDataRegistrySource) == 0x000008, "Wrong alignment on UDataRegistrySource"); \ +static_assert(sizeof(UDataRegistrySource) == 0x000038, "Wrong size on UDataRegistrySource"); \ +static_assert(offsetof(UDataRegistrySource, ParentSource) == 0x000030, "Member 'UDataRegistrySource::ParentSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaDataRegistrySource \ +static_assert(alignof(UMetaDataRegistrySource) == 0x000008, "Wrong alignment on UMetaDataRegistrySource"); \ +static_assert(sizeof(UMetaDataRegistrySource) == 0x000108, "Wrong size on UMetaDataRegistrySource"); \ +static_assert(offsetof(UMetaDataRegistrySource, AssetUsage) == 0x000038, "Member 'UMetaDataRegistrySource::AssetUsage' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource, SearchRules) == 0x000040, "Member 'UMetaDataRegistrySource::SearchRules' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource, RuntimeChildren) == 0x000090, "Member 'UMetaDataRegistrySource::RuntimeChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySource_CurveTable \ +static_assert(alignof(UDataRegistrySource_CurveTable) == 0x000008, "Wrong alignment on UDataRegistrySource_CurveTable"); \ +static_assert(sizeof(UDataRegistrySource_CurveTable) == 0x0000A0, "Wrong size on UDataRegistrySource_CurveTable"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, SourceTable) == 0x000038, "Member 'UDataRegistrySource_CurveTable::SourceTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, TableRules) == 0x000060, "Member 'UDataRegistrySource_CurveTable::TableRules' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, CachedTable) == 0x000068, "Member 'UDataRegistrySource_CurveTable::CachedTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_CurveTable, PreloadTable) == 0x000070, "Member 'UDataRegistrySource_CurveTable::PreloadTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaDataRegistrySource_CurveTable \ +static_assert(alignof(UMetaDataRegistrySource_CurveTable) == 0x000008, "Wrong alignment on UMetaDataRegistrySource_CurveTable"); \ +static_assert(sizeof(UMetaDataRegistrySource_CurveTable) == 0x000118, "Wrong size on UMetaDataRegistrySource_CurveTable"); \ +static_assert(offsetof(UMetaDataRegistrySource_CurveTable, CreatedSource) == 0x000108, "Member 'UMetaDataRegistrySource_CurveTable::CreatedSource' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource_CurveTable, TableRules) == 0x000110, "Member 'UMetaDataRegistrySource_CurveTable::TableRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySource_DataTable \ +static_assert(alignof(UDataRegistrySource_DataTable) == 0x000008, "Wrong alignment on UDataRegistrySource_DataTable"); \ +static_assert(sizeof(UDataRegistrySource_DataTable) == 0x0000A0, "Wrong size on UDataRegistrySource_DataTable"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, SourceTable) == 0x000038, "Member 'UDataRegistrySource_DataTable::SourceTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, TableRules) == 0x000060, "Member 'UDataRegistrySource_DataTable::TableRules' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, CachedTable) == 0x000068, "Member 'UDataRegistrySource_DataTable::CachedTable' has a wrong offset!"); \ +static_assert(offsetof(UDataRegistrySource_DataTable, PreloadTable) == 0x000070, "Member 'UDataRegistrySource_DataTable::PreloadTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaDataRegistrySource_DataTable \ +static_assert(alignof(UMetaDataRegistrySource_DataTable) == 0x000008, "Wrong alignment on UMetaDataRegistrySource_DataTable"); \ +static_assert(sizeof(UMetaDataRegistrySource_DataTable) == 0x000118, "Wrong size on UMetaDataRegistrySource_DataTable"); \ +static_assert(offsetof(UMetaDataRegistrySource_DataTable, CreatedSource) == 0x000108, "Member 'UMetaDataRegistrySource_DataTable::CreatedSource' has a wrong offset!"); \ +static_assert(offsetof(UMetaDataRegistrySource_DataTable, TableRules) == 0x000110, "Member 'UMetaDataRegistrySource_DataTable::TableRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_AcquireItemBP \ +static_assert(alignof(DataRegistrySubsystem_AcquireItemBP) == 0x000004, "Wrong alignment on DataRegistrySubsystem_AcquireItemBP"); \ +static_assert(sizeof(DataRegistrySubsystem_AcquireItemBP) == 0x000024, "Wrong size on DataRegistrySubsystem_AcquireItemBP"); \ +static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_AcquireItemBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, AcquireCallback) == 0x000010, "Member 'DataRegistrySubsystem_AcquireItemBP::AcquireCallback' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, ReturnValue) == 0x000020, "Member 'DataRegistrySubsystem_AcquireItemBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_Conv_DataRegistryIdToString \ +static_assert(alignof(DataRegistrySubsystem_Conv_DataRegistryIdToString) == 0x000008, "Wrong alignment on DataRegistrySubsystem_Conv_DataRegistryIdToString"); \ +static_assert(sizeof(DataRegistrySubsystem_Conv_DataRegistryIdToString) == 0x000020, "Wrong size on DataRegistrySubsystem_Conv_DataRegistryIdToString"); \ +static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryIdToString, DataRegistryId) == 0x000000, "Member 'DataRegistrySubsystem_Conv_DataRegistryIdToString::DataRegistryId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryIdToString, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_Conv_DataRegistryIdToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_Conv_DataRegistryTypeToString \ +static_assert(alignof(DataRegistrySubsystem_Conv_DataRegistryTypeToString) == 0x000008, "Wrong alignment on DataRegistrySubsystem_Conv_DataRegistryTypeToString"); \ +static_assert(sizeof(DataRegistrySubsystem_Conv_DataRegistryTypeToString) == 0x000018, "Wrong size on DataRegistrySubsystem_Conv_DataRegistryTypeToString"); \ +static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryTypeToString, DataRegistryType) == 0x000000, "Member 'DataRegistrySubsystem_Conv_DataRegistryTypeToString::DataRegistryType' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryTypeToString, ReturnValue) == 0x000008, "Member 'DataRegistrySubsystem_Conv_DataRegistryTypeToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_EqualEqual_DataRegistryId \ +static_assert(alignof(DataRegistrySubsystem_EqualEqual_DataRegistryId) == 0x000004, "Wrong alignment on DataRegistrySubsystem_EqualEqual_DataRegistryId"); \ +static_assert(sizeof(DataRegistrySubsystem_EqualEqual_DataRegistryId) == 0x000024, "Wrong size on DataRegistrySubsystem_EqualEqual_DataRegistryId"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, A) == 0x000000, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::A' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, B) == 0x000010, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, ReturnValue) == 0x000020, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_EqualEqual_DataRegistryType \ +static_assert(alignof(DataRegistrySubsystem_EqualEqual_DataRegistryType) == 0x000004, "Wrong alignment on DataRegistrySubsystem_EqualEqual_DataRegistryType"); \ +static_assert(sizeof(DataRegistrySubsystem_EqualEqual_DataRegistryType) == 0x000014, "Wrong size on DataRegistrySubsystem_EqualEqual_DataRegistryType"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, A) == 0x000000, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::A' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, B) == 0x000008, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_EvaluateDataRegistryCurve \ +static_assert(alignof(DataRegistrySubsystem_EvaluateDataRegistryCurve) == 0x000004, "Wrong alignment on DataRegistrySubsystem_EvaluateDataRegistryCurve"); \ +static_assert(sizeof(DataRegistrySubsystem_EvaluateDataRegistryCurve) == 0x000020, "Wrong size on DataRegistrySubsystem_EvaluateDataRegistryCurve"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, InputValue) == 0x000010, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::InputValue' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, DefaultValue) == 0x000014, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, OutResult) == 0x000018, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, OutValue) == 0x00001C, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::OutValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_FindCachedItemBP \ +static_assert(alignof(DataRegistrySubsystem_FindCachedItemBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_FindCachedItemBP"); \ +static_assert(sizeof(DataRegistrySubsystem_FindCachedItemBP) == 0x000020, "Wrong size on DataRegistrySubsystem_FindCachedItemBP"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_FindCachedItemBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, OutResult) == 0x000010, "Member 'DataRegistrySubsystem_FindCachedItemBP::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, OutItem) == 0x000018, "Member 'DataRegistrySubsystem_FindCachedItemBP::OutItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_FindCachedItemFromLookupBP \ +static_assert(alignof(DataRegistrySubsystem_FindCachedItemFromLookupBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_FindCachedItemFromLookupBP"); \ +static_assert(sizeof(DataRegistrySubsystem_FindCachedItemFromLookupBP) == 0x000040, "Wrong size on DataRegistrySubsystem_FindCachedItemFromLookupBP"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemFromLookupBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_FindCachedItemFromLookupBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemFromLookupBP, ResolvedLookup) == 0x000010, "Member 'DataRegistrySubsystem_FindCachedItemFromLookupBP::ResolvedLookup' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemFromLookupBP, OutResult) == 0x000030, "Member 'DataRegistrySubsystem_FindCachedItemFromLookupBP::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_FindCachedItemFromLookupBP, OutItem) == 0x000038, "Member 'DataRegistrySubsystem_FindCachedItemFromLookupBP::OutItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_GetCachedItemBP \ +static_assert(alignof(DataRegistrySubsystem_GetCachedItemBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_GetCachedItemBP"); \ +static_assert(sizeof(DataRegistrySubsystem_GetCachedItemBP) == 0x000020, "Wrong size on DataRegistrySubsystem_GetCachedItemBP"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_GetCachedItemBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, OutItem) == 0x000010, "Member 'DataRegistrySubsystem_GetCachedItemBP::OutItem' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, ReturnValue) == 0x000018, "Member 'DataRegistrySubsystem_GetCachedItemBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_GetCachedItemFromLookupBP \ +static_assert(alignof(DataRegistrySubsystem_GetCachedItemFromLookupBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_GetCachedItemFromLookupBP"); \ +static_assert(sizeof(DataRegistrySubsystem_GetCachedItemFromLookupBP) == 0x000040, "Wrong size on DataRegistrySubsystem_GetCachedItemFromLookupBP"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ItemId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ResolvedLookup) == 0x000010, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ResolvedLookup' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, OutItem) == 0x000030, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::OutItem' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ReturnValue) == 0x000038, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_GetPossibleDataRegistryIdList \ +static_assert(alignof(DataRegistrySubsystem_GetPossibleDataRegistryIdList) == 0x000008, "Wrong alignment on DataRegistrySubsystem_GetPossibleDataRegistryIdList"); \ +static_assert(sizeof(DataRegistrySubsystem_GetPossibleDataRegistryIdList) == 0x000018, "Wrong size on DataRegistrySubsystem_GetPossibleDataRegistryIdList"); \ +static_assert(offsetof(DataRegistrySubsystem_GetPossibleDataRegistryIdList, RegistryType) == 0x000000, "Member 'DataRegistrySubsystem_GetPossibleDataRegistryIdList::RegistryType' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_GetPossibleDataRegistryIdList, OutIdList) == 0x000008, "Member 'DataRegistrySubsystem_GetPossibleDataRegistryIdList::OutIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_IsValidDataRegistryId \ +static_assert(alignof(DataRegistrySubsystem_IsValidDataRegistryId) == 0x000004, "Wrong alignment on DataRegistrySubsystem_IsValidDataRegistryId"); \ +static_assert(sizeof(DataRegistrySubsystem_IsValidDataRegistryId) == 0x000014, "Wrong size on DataRegistrySubsystem_IsValidDataRegistryId"); \ +static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryId, DataRegistryId) == 0x000000, "Member 'DataRegistrySubsystem_IsValidDataRegistryId::DataRegistryId' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryId, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_IsValidDataRegistryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_IsValidDataRegistryType \ +static_assert(alignof(DataRegistrySubsystem_IsValidDataRegistryType) == 0x000004, "Wrong alignment on DataRegistrySubsystem_IsValidDataRegistryType"); \ +static_assert(sizeof(DataRegistrySubsystem_IsValidDataRegistryType) == 0x00000C, "Wrong size on DataRegistrySubsystem_IsValidDataRegistryType"); \ +static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryType, DataRegistryType) == 0x000000, "Member 'DataRegistrySubsystem_IsValidDataRegistryType::DataRegistryType' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryType, ReturnValue) == 0x000008, "Member 'DataRegistrySubsystem_IsValidDataRegistryType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_NotEqual_DataRegistryId \ +static_assert(alignof(DataRegistrySubsystem_NotEqual_DataRegistryId) == 0x000004, "Wrong alignment on DataRegistrySubsystem_NotEqual_DataRegistryId"); \ +static_assert(sizeof(DataRegistrySubsystem_NotEqual_DataRegistryId) == 0x000024, "Wrong size on DataRegistrySubsystem_NotEqual_DataRegistryId"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, A) == 0x000000, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::A' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, B) == 0x000010, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, ReturnValue) == 0x000020, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataRegistrySubsystem_NotEqual_DataRegistryType \ +static_assert(alignof(DataRegistrySubsystem_NotEqual_DataRegistryType) == 0x000004, "Wrong alignment on DataRegistrySubsystem_NotEqual_DataRegistryType"); \ +static_assert(sizeof(DataRegistrySubsystem_NotEqual_DataRegistryType) == 0x000014, "Wrong size on DataRegistrySubsystem_NotEqual_DataRegistryType"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, A) == 0x000000, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::A' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, B) == 0x000008, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::B' has a wrong offset!"); \ +static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataRegistrySubsystem \ +static_assert(alignof(UDataRegistrySubsystem) == 0x000008, "Wrong alignment on UDataRegistrySubsystem"); \ +static_assert(sizeof(UDataRegistrySubsystem) == 0x0000F8, "Wrong size on UDataRegistrySubsystem"); \ + +#define DUMPER7_ASSERTS_FActorInitStateChangedParams \ +static_assert(alignof(FActorInitStateChangedParams) == 0x000008, "Wrong alignment on FActorInitStateChangedParams"); \ +static_assert(sizeof(FActorInitStateChangedParams) == 0x000020, "Wrong size on FActorInitStateChangedParams"); \ +static_assert(offsetof(FActorInitStateChangedParams, OwningActor) == 0x000000, "Member 'FActorInitStateChangedParams::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(FActorInitStateChangedParams, FeatureName) == 0x000008, "Member 'FActorInitStateChangedParams::FeatureName' has a wrong offset!"); \ +static_assert(offsetof(FActorInitStateChangedParams, Implementer) == 0x000010, "Member 'FActorInitStateChangedParams::Implementer' has a wrong offset!"); \ +static_assert(offsetof(FActorInitStateChangedParams, FeatureState) == 0x000018, "Member 'FActorInitStateChangedParams::FeatureState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameFrameworkComponent \ +static_assert(alignof(UGameFrameworkComponent) == 0x000008, "Wrong alignment on UGameFrameworkComponent"); \ +static_assert(sizeof(UGameFrameworkComponent) == 0x0000C0, "Wrong size on UGameFrameworkComponent"); \ + +#define DUMPER7_ASSERTS_UControllerComponent \ +static_assert(alignof(UControllerComponent) == 0x000008, "Wrong alignment on UControllerComponent"); \ +static_assert(sizeof(UControllerComponent) == 0x0000C0, "Wrong size on UControllerComponent"); \ + +#define DUMPER7_ASSERTS_GameFrameworkComponentManager_AddReceiver \ +static_assert(alignof(GameFrameworkComponentManager_AddReceiver) == 0x000008, "Wrong alignment on GameFrameworkComponentManager_AddReceiver"); \ +static_assert(sizeof(GameFrameworkComponentManager_AddReceiver) == 0x000010, "Wrong size on GameFrameworkComponentManager_AddReceiver"); \ +static_assert(offsetof(GameFrameworkComponentManager_AddReceiver, Receiver) == 0x000000, "Member 'GameFrameworkComponentManager_AddReceiver::Receiver' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_AddReceiver, bAddOnlyInGameWorlds) == 0x000008, "Member 'GameFrameworkComponentManager_AddReceiver::bAddOnlyInGameWorlds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameFrameworkComponentManager_RegisterAndCallForActorInitState \ +static_assert(alignof(GameFrameworkComponentManager_RegisterAndCallForActorInitState) == 0x000008, "Wrong alignment on GameFrameworkComponentManager_RegisterAndCallForActorInitState"); \ +static_assert(sizeof(GameFrameworkComponentManager_RegisterAndCallForActorInitState) == 0x000030, "Wrong size on GameFrameworkComponentManager_RegisterAndCallForActorInitState"); \ +static_assert(offsetof(GameFrameworkComponentManager_RegisterAndCallForActorInitState, Actor) == 0x000000, "Member 'GameFrameworkComponentManager_RegisterAndCallForActorInitState::Actor' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_RegisterAndCallForActorInitState, FeatureName) == 0x000008, "Member 'GameFrameworkComponentManager_RegisterAndCallForActorInitState::FeatureName' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_RegisterAndCallForActorInitState, RequiredState) == 0x000010, "Member 'GameFrameworkComponentManager_RegisterAndCallForActorInitState::RequiredState' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_RegisterAndCallForActorInitState, Delegate) == 0x000018, "Member 'GameFrameworkComponentManager_RegisterAndCallForActorInitState::Delegate' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_RegisterAndCallForActorInitState, bCallImmediately) == 0x000028, "Member 'GameFrameworkComponentManager_RegisterAndCallForActorInitState::bCallImmediately' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_RegisterAndCallForActorInitState, ReturnValue) == 0x000029, "Member 'GameFrameworkComponentManager_RegisterAndCallForActorInitState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameFrameworkComponentManager_RegisterAndCallForClassInitState \ +static_assert(alignof(GameFrameworkComponentManager_RegisterAndCallForClassInitState) == 0x000008, "Wrong alignment on GameFrameworkComponentManager_RegisterAndCallForClassInitState"); \ +static_assert(sizeof(GameFrameworkComponentManager_RegisterAndCallForClassInitState) == 0x000050, "Wrong size on GameFrameworkComponentManager_RegisterAndCallForClassInitState"); \ +static_assert(offsetof(GameFrameworkComponentManager_RegisterAndCallForClassInitState, ActorClass) == 0x000000, "Member 'GameFrameworkComponentManager_RegisterAndCallForClassInitState::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_RegisterAndCallForClassInitState, FeatureName) == 0x000028, "Member 'GameFrameworkComponentManager_RegisterAndCallForClassInitState::FeatureName' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_RegisterAndCallForClassInitState, RequiredState) == 0x000030, "Member 'GameFrameworkComponentManager_RegisterAndCallForClassInitState::RequiredState' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_RegisterAndCallForClassInitState, Delegate) == 0x000038, "Member 'GameFrameworkComponentManager_RegisterAndCallForClassInitState::Delegate' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_RegisterAndCallForClassInitState, bCallImmediately) == 0x000048, "Member 'GameFrameworkComponentManager_RegisterAndCallForClassInitState::bCallImmediately' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_RegisterAndCallForClassInitState, ReturnValue) == 0x000049, "Member 'GameFrameworkComponentManager_RegisterAndCallForClassInitState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameFrameworkComponentManager_RemoveReceiver \ +static_assert(alignof(GameFrameworkComponentManager_RemoveReceiver) == 0x000008, "Wrong alignment on GameFrameworkComponentManager_RemoveReceiver"); \ +static_assert(sizeof(GameFrameworkComponentManager_RemoveReceiver) == 0x000008, "Wrong size on GameFrameworkComponentManager_RemoveReceiver"); \ +static_assert(offsetof(GameFrameworkComponentManager_RemoveReceiver, Receiver) == 0x000000, "Member 'GameFrameworkComponentManager_RemoveReceiver::Receiver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameFrameworkComponentManager_SendExtensionEvent \ +static_assert(alignof(GameFrameworkComponentManager_SendExtensionEvent) == 0x000008, "Wrong alignment on GameFrameworkComponentManager_SendExtensionEvent"); \ +static_assert(sizeof(GameFrameworkComponentManager_SendExtensionEvent) == 0x000018, "Wrong size on GameFrameworkComponentManager_SendExtensionEvent"); \ +static_assert(offsetof(GameFrameworkComponentManager_SendExtensionEvent, Receiver) == 0x000000, "Member 'GameFrameworkComponentManager_SendExtensionEvent::Receiver' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_SendExtensionEvent, EventName) == 0x000008, "Member 'GameFrameworkComponentManager_SendExtensionEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_SendExtensionEvent, bOnlyInGameWorlds) == 0x000010, "Member 'GameFrameworkComponentManager_SendExtensionEvent::bOnlyInGameWorlds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameFrameworkComponentManager_UnregisterActorInitStateDelegate \ +static_assert(alignof(GameFrameworkComponentManager_UnregisterActorInitStateDelegate) == 0x000008, "Wrong alignment on GameFrameworkComponentManager_UnregisterActorInitStateDelegate"); \ +static_assert(sizeof(GameFrameworkComponentManager_UnregisterActorInitStateDelegate) == 0x000020, "Wrong size on GameFrameworkComponentManager_UnregisterActorInitStateDelegate"); \ +static_assert(offsetof(GameFrameworkComponentManager_UnregisterActorInitStateDelegate, Actor) == 0x000000, "Member 'GameFrameworkComponentManager_UnregisterActorInitStateDelegate::Actor' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_UnregisterActorInitStateDelegate, DelegateToRemove) == 0x000008, "Member 'GameFrameworkComponentManager_UnregisterActorInitStateDelegate::DelegateToRemove' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_UnregisterActorInitStateDelegate, ReturnValue) == 0x000018, "Member 'GameFrameworkComponentManager_UnregisterActorInitStateDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameFrameworkComponentManager_UnregisterClassInitStateDelegate \ +static_assert(alignof(GameFrameworkComponentManager_UnregisterClassInitStateDelegate) == 0x000008, "Wrong alignment on GameFrameworkComponentManager_UnregisterClassInitStateDelegate"); \ +static_assert(sizeof(GameFrameworkComponentManager_UnregisterClassInitStateDelegate) == 0x000040, "Wrong size on GameFrameworkComponentManager_UnregisterClassInitStateDelegate"); \ +static_assert(offsetof(GameFrameworkComponentManager_UnregisterClassInitStateDelegate, ActorClass) == 0x000000, "Member 'GameFrameworkComponentManager_UnregisterClassInitStateDelegate::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_UnregisterClassInitStateDelegate, DelegateToRemove) == 0x000028, "Member 'GameFrameworkComponentManager_UnregisterClassInitStateDelegate::DelegateToRemove' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkComponentManager_UnregisterClassInitStateDelegate, ReturnValue) == 0x000038, "Member 'GameFrameworkComponentManager_UnregisterClassInitStateDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameFrameworkComponentManager \ +static_assert(alignof(UGameFrameworkComponentManager) == 0x000008, "Wrong alignment on UGameFrameworkComponentManager"); \ +static_assert(sizeof(UGameFrameworkComponentManager) == 0x000238, "Wrong size on UGameFrameworkComponentManager"); \ + +#define DUMPER7_ASSERTS_GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange \ +static_assert(alignof(GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange) == 0x000004, "Wrong alignment on GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange"); \ +static_assert(sizeof(GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange) == 0x00001C, "Wrong size on GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange"); \ +static_assert(offsetof(GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange, RequiredState) == 0x000000, "Member 'GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange::RequiredState' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange, Delegate) == 0x000008, "Member 'GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange::Delegate' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange, bCallImmediately) == 0x000018, "Member 'GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange::bCallImmediately' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange, ReturnValue) == 0x000019, "Member 'GameFrameworkInitStateInterface_RegisterAndCallForInitStateChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameFrameworkInitStateInterface_UnregisterInitStateDelegate \ +static_assert(alignof(GameFrameworkInitStateInterface_UnregisterInitStateDelegate) == 0x000004, "Wrong alignment on GameFrameworkInitStateInterface_UnregisterInitStateDelegate"); \ +static_assert(sizeof(GameFrameworkInitStateInterface_UnregisterInitStateDelegate) == 0x000014, "Wrong size on GameFrameworkInitStateInterface_UnregisterInitStateDelegate"); \ +static_assert(offsetof(GameFrameworkInitStateInterface_UnregisterInitStateDelegate, Delegate) == 0x000000, "Member 'GameFrameworkInitStateInterface_UnregisterInitStateDelegate::Delegate' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkInitStateInterface_UnregisterInitStateDelegate, ReturnValue) == 0x000010, "Member 'GameFrameworkInitStateInterface_UnregisterInitStateDelegate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameFrameworkInitStateInterface_GetFeatureName \ +static_assert(alignof(GameFrameworkInitStateInterface_GetFeatureName) == 0x000004, "Wrong alignment on GameFrameworkInitStateInterface_GetFeatureName"); \ +static_assert(sizeof(GameFrameworkInitStateInterface_GetFeatureName) == 0x000008, "Wrong size on GameFrameworkInitStateInterface_GetFeatureName"); \ +static_assert(offsetof(GameFrameworkInitStateInterface_GetFeatureName, ReturnValue) == 0x000000, "Member 'GameFrameworkInitStateInterface_GetFeatureName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameFrameworkInitStateInterface_GetInitState \ +static_assert(alignof(GameFrameworkInitStateInterface_GetInitState) == 0x000004, "Wrong alignment on GameFrameworkInitStateInterface_GetInitState"); \ +static_assert(sizeof(GameFrameworkInitStateInterface_GetInitState) == 0x000008, "Wrong size on GameFrameworkInitStateInterface_GetInitState"); \ +static_assert(offsetof(GameFrameworkInitStateInterface_GetInitState, ReturnValue) == 0x000000, "Member 'GameFrameworkInitStateInterface_GetInitState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameFrameworkInitStateInterface_HasReachedInitState \ +static_assert(alignof(GameFrameworkInitStateInterface_HasReachedInitState) == 0x000004, "Wrong alignment on GameFrameworkInitStateInterface_HasReachedInitState"); \ +static_assert(sizeof(GameFrameworkInitStateInterface_HasReachedInitState) == 0x00000C, "Wrong size on GameFrameworkInitStateInterface_HasReachedInitState"); \ +static_assert(offsetof(GameFrameworkInitStateInterface_HasReachedInitState, DesiredState) == 0x000000, "Member 'GameFrameworkInitStateInterface_HasReachedInitState::DesiredState' has a wrong offset!"); \ +static_assert(offsetof(GameFrameworkInitStateInterface_HasReachedInitState, ReturnValue) == 0x000008, "Member 'GameFrameworkInitStateInterface_HasReachedInitState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGameFrameworkInitStateInterface \ +static_assert(alignof(IGameFrameworkInitStateInterface) == 0x000001, "Wrong alignment on IGameFrameworkInitStateInterface"); \ +static_assert(sizeof(IGameFrameworkInitStateInterface) == 0x000001, "Wrong size on IGameFrameworkInitStateInterface"); \ + +#define DUMPER7_ASSERTS_UGameStateComponent \ +static_assert(alignof(UGameStateComponent) == 0x000008, "Wrong alignment on UGameStateComponent"); \ +static_assert(sizeof(UGameStateComponent) == 0x0000C0, "Wrong size on UGameStateComponent"); \ + +#define DUMPER7_ASSERTS_UPawnComponent \ +static_assert(alignof(UPawnComponent) == 0x000008, "Wrong alignment on UPawnComponent"); \ +static_assert(sizeof(UPawnComponent) == 0x0000C0, "Wrong size on UPawnComponent"); \ + +#define DUMPER7_ASSERTS_UPlayerStateComponent \ +static_assert(alignof(UPlayerStateComponent) == 0x000008, "Wrong alignment on UPlayerStateComponent"); \ +static_assert(sizeof(UPlayerStateComponent) == 0x0000C0, "Wrong size on UPlayerStateComponent"); \ + +#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) == 0x0000D8, "Wrong size on FGeometryCacheMeshData"); \ + +#define DUMPER7_ASSERTS_FNiagaraGeometryCacheMICOverride \ +static_assert(alignof(FNiagaraGeometryCacheMICOverride) == 0x000008, "Wrong alignment on FNiagaraGeometryCacheMICOverride"); \ +static_assert(sizeof(FNiagaraGeometryCacheMICOverride) == 0x000010, "Wrong size on FNiagaraGeometryCacheMICOverride"); \ +static_assert(offsetof(FNiagaraGeometryCacheMICOverride, OriginalMaterial) == 0x000000, "Member 'FNiagaraGeometryCacheMICOverride::OriginalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGeometryCacheMICOverride, ReplacementMaterial) == 0x000008, "Member 'FNiagaraGeometryCacheMICOverride::ReplacementMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraGeometryCacheReference \ +static_assert(alignof(FNiagaraGeometryCacheReference) == 0x000008, "Wrong alignment on FNiagaraGeometryCacheReference"); \ +static_assert(sizeof(FNiagaraGeometryCacheReference) == 0x000048, "Wrong size on FNiagaraGeometryCacheReference"); \ +static_assert(offsetof(FNiagaraGeometryCacheReference, GeometryCache) == 0x000000, "Member 'FNiagaraGeometryCacheReference::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGeometryCacheReference, GeometryCacheUserParamBinding) == 0x000008, "Member 'FNiagaraGeometryCacheReference::GeometryCacheUserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGeometryCacheReference, OverrideMaterials) == 0x000028, "Member 'FNiagaraGeometryCacheReference::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraGeometryCacheReference, MICOverrideMaterials) == 0x000038, "Member 'FNiagaraGeometryCacheReference::MICOverrideMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCache \ +static_assert(alignof(UGeometryCache) == 0x000008, "Wrong alignment on UGeometryCache"); \ +static_assert(sizeof(UGeometryCache) == 0x000098, "Wrong size on UGeometryCache"); \ +static_assert(offsetof(UGeometryCache, Materials) == 0x000030, "Member 'UGeometryCache::Materials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, MaterialSlotNames) == 0x000040, "Member 'UGeometryCache::MaterialSlotNames' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, Tracks) == 0x000050, "Member 'UGeometryCache::Tracks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, AssetUserData) == 0x000060, "Member 'UGeometryCache::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, StartFrame) == 0x000088, "Member 'UGeometryCache::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, EndFrame) == 0x00008C, "Member 'UGeometryCache::EndFrame' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, Hash) == 0x000090, "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) == 0x0002B8, "Wrong size on AGeometryCacheActor"); \ +static_assert(offsetof(AGeometryCacheActor, GeometryCacheComponent) == 0x0002B0, "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_GetElapsedTime \ +static_assert(alignof(GeometryCacheComponent_GetElapsedTime) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetElapsedTime"); \ +static_assert(sizeof(GeometryCacheComponent_GetElapsedTime) == 0x000004, "Wrong size on GeometryCacheComponent_GetElapsedTime"); \ +static_assert(offsetof(GeometryCacheComponent_GetElapsedTime, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetElapsedTime::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_GetNumberOfTracks \ +static_assert(alignof(GeometryCacheComponent_GetNumberOfTracks) == 0x000004, "Wrong alignment on GeometryCacheComponent_GetNumberOfTracks"); \ +static_assert(sizeof(GeometryCacheComponent_GetNumberOfTracks) == 0x000004, "Wrong size on GeometryCacheComponent_GetNumberOfTracks"); \ +static_assert(offsetof(GeometryCacheComponent_GetNumberOfTracks, ReturnValue) == 0x000000, "Member 'GeometryCacheComponent_GetNumberOfTracks::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) == 0x000600, "Wrong size on UGeometryCacheComponent"); \ +static_assert(offsetof(UGeometryCacheComponent, GeometryCache) == 0x000578, "Member 'UGeometryCacheComponent::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bRunning) == 0x000580, "Member 'UGeometryCacheComponent::bRunning' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bLooping) == 0x000581, "Member 'UGeometryCacheComponent::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bExtrapolateFrames) == 0x000582, "Member 'UGeometryCacheComponent::bExtrapolateFrames' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, StartTimeOffset) == 0x000584, "Member 'UGeometryCacheComponent::StartTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, PlaybackSpeed) == 0x000588, "Member 'UGeometryCacheComponent::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, MotionVectorScale) == 0x00058C, "Member 'UGeometryCacheComponent::MotionVectorScale' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, NumTracks) == 0x000590, "Member 'UGeometryCacheComponent::NumTracks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, ElapsedTime) == 0x000594, "Member 'UGeometryCacheComponent::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, Duration) == 0x0005E4, "Member 'UGeometryCacheComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bManualTick) == 0x0005E8, "Member 'UGeometryCacheComponent::bManualTick' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bOverrideWireframeColor) == 0x0005E9, "Member 'UGeometryCacheComponent::bOverrideWireframeColor' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, WireframeOverrideColor) == 0x0005EC, "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) == 0x0000E0, "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) == 0x0000D8, "Member 'GeometryCacheTrack_FlipbookAnimation_AddMeshSample::SampleTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrack_FlipbookAnimation \ +static_assert(alignof(UGeometryCacheTrack_FlipbookAnimation) == 0x000008, "Wrong alignment on UGeometryCacheTrack_FlipbookAnimation"); \ +static_assert(sizeof(UGeometryCacheTrack_FlipbookAnimation) == 0x000080, "Wrong size on UGeometryCacheTrack_FlipbookAnimation"); \ +static_assert(offsetof(UGeometryCacheTrack_FlipbookAnimation, NumMeshSamples) == 0x000058, "Member 'UGeometryCacheTrack_FlipbookAnimation::NumMeshSamples' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrackStreamable \ +static_assert(alignof(UGeometryCacheTrackStreamable) == 0x000008, "Wrong alignment on UGeometryCacheTrackStreamable"); \ +static_assert(sizeof(UGeometryCacheTrackStreamable) == 0x0000D0, "Wrong size on UGeometryCacheTrackStreamable"); \ +static_assert(offsetof(UGeometryCacheTrackStreamable, Codec) == 0x000058, "Member 'UGeometryCacheTrackStreamable::Codec' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheTrackStreamable, StartSampleTime) == 0x0000C0, "Member 'UGeometryCacheTrackStreamable::StartSampleTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCacheTrack_TransformAnimation_SetMesh \ +static_assert(alignof(GeometryCacheTrack_TransformAnimation_SetMesh) == 0x000008, "Wrong alignment on GeometryCacheTrack_TransformAnimation_SetMesh"); \ +static_assert(sizeof(GeometryCacheTrack_TransformAnimation_SetMesh) == 0x0000D8, "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) == 0x000130, "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) == 0x0000D8, "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) == 0x000130, "Wrong size on UGeometryCacheTrack_TransformGroupAnimation"); \ + +#define DUMPER7_ASSERTS_UNiagaraGeometryCacheRendererProperties \ +static_assert(alignof(UNiagaraGeometryCacheRendererProperties) == 0x000008, "Wrong alignment on UNiagaraGeometryCacheRendererProperties"); \ +static_assert(sizeof(UNiagaraGeometryCacheRendererProperties) == 0x000220, "Wrong size on UNiagaraGeometryCacheRendererProperties"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, GeometryCaches) == 0x0000A0, "Member 'UNiagaraGeometryCacheRendererProperties::GeometryCaches' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, SourceMode) == 0x0000B0, "Member 'UNiagaraGeometryCacheRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, bIsLooping) == 0x0000B1, "Member 'UNiagaraGeometryCacheRendererProperties::bIsLooping' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, ComponentCountLimit) == 0x0000B4, "Member 'UNiagaraGeometryCacheRendererProperties::ComponentCountLimit' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, PositionBinding) == 0x0000B8, "Member 'UNiagaraGeometryCacheRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, RotationBinding) == 0x0000D8, "Member 'UNiagaraGeometryCacheRendererProperties::RotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, ScaleBinding) == 0x0000F8, "Member 'UNiagaraGeometryCacheRendererProperties::ScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, ElapsedTimeBinding) == 0x000118, "Member 'UNiagaraGeometryCacheRendererProperties::ElapsedTimeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, EnabledBinding) == 0x000138, "Member 'UNiagaraGeometryCacheRendererProperties::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, ArrayIndexBinding) == 0x000158, "Member 'UNiagaraGeometryCacheRendererProperties::ArrayIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, RendererVisibilityTagBinding) == 0x000178, "Member 'UNiagaraGeometryCacheRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, RendererVisibility) == 0x000198, "Member 'UNiagaraGeometryCacheRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, bAssignComponentsOnParticleID) == 0x00019C, "Member 'UNiagaraGeometryCacheRendererProperties::bAssignComponentsOnParticleID' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, MaterialParameters) == 0x0001A0, "Member 'UNiagaraGeometryCacheRendererProperties::MaterialParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_FacingEnemy_C_Evaluate \ +static_assert(alignof(BP_SayCond_FacingEnemy_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_FacingEnemy_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_FacingEnemy_C_Evaluate) == 0x0002E8, "Wrong size on BP_SayCond_FacingEnemy_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_GetPlayingInstance_ReturnValue) == 0x000020, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000028, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, Temp_name_Variable) == 0x000030, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000038, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_GetClosestActorToActor_ReturnValue) == 0x000040, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_GetClosestActorToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_Conv_NameToText_ReturnValue) == 0x000048, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, K2Node_DynamicCast_AsPlace_Id_Interface) == 0x000058, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::K2Node_DynamicCast_AsPlace_Id_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_GetPlaceID_ReturnValue) == 0x0000B8, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_GetPlaceID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_IsActorInView_ReturnValue) == 0x0000C0, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_IsActorInView_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_Conv_BoolToText_ReturnValue) == 0x0000C8, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_GetHorizontalDotProductTo_ReturnValue) == 0x0000D8, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_GetHorizontalDotProductTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, K2Node_MakeStruct_FormatArgumentData_2) == 0x000128, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000170, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_GetAIController_ReturnValue) == 0x000178, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000180, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, K2Node_DynamicCast_AsNPCAIController) == 0x000190, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::K2Node_DynamicCast_AsNPCAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, K2Node_DynamicCast_bSuccess_1) == 0x000198, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001A0, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_LineOfSightTo_ReturnValue) == 0x0001E8, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_LineOfSightTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_HasPlayerAsTarget_ReturnValue) == 0x0001E9, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_HasPlayerAsTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_Conv_BoolToText_ReturnValue_2) == 0x0001F0, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_Conv_BoolToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_Conv_BoolToText_ReturnValue_3) == 0x000200, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_Conv_BoolToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, K2Node_MakeStruct_FormatArgumentData_4) == 0x000210, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, K2Node_MakeStruct_FormatArgumentData_5) == 0x000258, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x0002A0, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, K2Node_MakeArray_Array) == 0x0002A8, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_BooleanAND_ReturnValue_1) == 0x0002B8, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_Format_ReturnValue) == 0x0002C0, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_BooleanAND_ReturnValue_2) == 0x0002D0, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, Temp_struct_Variable) == 0x0002D4, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_GetWorldStateBool_ReturnValue) == 0x0002DC, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_FacingEnemy_C_Evaluate, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x0002E0, "Member 'BP_SayCond_FacingEnemy_C_Evaluate::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_FacingEnemy_C \ +static_assert(alignof(UBP_SayCond_FacingEnemy_C) == 0x000008, "Wrong alignment on UBP_SayCond_FacingEnemy_C"); \ +static_assert(sizeof(UBP_SayCond_FacingEnemy_C) == 0x000030, "Wrong size on UBP_SayCond_FacingEnemy_C"); \ + +#define DUMPER7_ASSERTS_FCacheEventBase \ +static_assert(alignof(FCacheEventBase) == 0x000008, "Wrong alignment on FCacheEventBase"); \ +static_assert(sizeof(FCacheEventBase) == 0x000008, "Wrong size on FCacheEventBase"); \ + +#define DUMPER7_ASSERTS_FEnableStateEvent \ +static_assert(alignof(FEnableStateEvent) == 0x000008, "Wrong alignment on FEnableStateEvent"); \ +static_assert(sizeof(FEnableStateEvent) == 0x000010, "Wrong size on FEnableStateEvent"); \ +static_assert(offsetof(FEnableStateEvent, Index) == 0x000008, "Member 'FEnableStateEvent::Index' has a wrong offset!"); \ +static_assert(offsetof(FEnableStateEvent, bEnable) == 0x00000C, "Member 'FEnableStateEvent::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBreakingEvent \ +static_assert(alignof(FBreakingEvent) == 0x000010, "Wrong alignment on FBreakingEvent"); \ +static_assert(sizeof(FBreakingEvent) == 0x0000C0, "Wrong size on FBreakingEvent"); \ +static_assert(offsetof(FBreakingEvent, Index) == 0x000008, "Member 'FBreakingEvent::Index' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, Location) == 0x000010, "Member 'FBreakingEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, Orientation) == 0x000030, "Member 'FBreakingEvent::Orientation' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, Velocity) == 0x000050, "Member 'FBreakingEvent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, AngularVelocity) == 0x000068, "Member 'FBreakingEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, Mass) == 0x000080, "Member 'FBreakingEvent::Mass' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, BoundingBoxMin) == 0x000088, "Member 'FBreakingEvent::BoundingBoxMin' has a wrong offset!"); \ +static_assert(offsetof(FBreakingEvent, BoundingBoxMax) == 0x0000A0, "Member 'FBreakingEvent::BoundingBoxMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionEvent \ +static_assert(alignof(FCollisionEvent) == 0x000008, "Wrong alignment on FCollisionEvent"); \ +static_assert(sizeof(FCollisionEvent) == 0x0000F0, "Wrong size on FCollisionEvent"); \ +static_assert(offsetof(FCollisionEvent, Location) == 0x000008, "Member 'FCollisionEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, AccumulatedImpulse) == 0x000020, "Member 'FCollisionEvent::AccumulatedImpulse' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, Normal) == 0x000038, "Member 'FCollisionEvent::Normal' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, Velocity1) == 0x000050, "Member 'FCollisionEvent::Velocity1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, Velocity2) == 0x000068, "Member 'FCollisionEvent::Velocity2' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, DeltaVelocity1) == 0x000080, "Member 'FCollisionEvent::DeltaVelocity1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, DeltaVelocity2) == 0x000098, "Member 'FCollisionEvent::DeltaVelocity2' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, AngularVelocity1) == 0x0000B0, "Member 'FCollisionEvent::AngularVelocity1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, AngularVelocity2) == 0x0000C8, "Member 'FCollisionEvent::AngularVelocity2' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, Mass1) == 0x0000E0, "Member 'FCollisionEvent::Mass1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, Mass2) == 0x0000E4, "Member 'FCollisionEvent::Mass2' has a wrong offset!"); \ +static_assert(offsetof(FCollisionEvent, PenetrationDepth) == 0x0000E8, "Member 'FCollisionEvent::PenetrationDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrailingEvent \ +static_assert(alignof(FTrailingEvent) == 0x000010, "Wrong alignment on FTrailingEvent"); \ +static_assert(sizeof(FTrailingEvent) == 0x0000B0, "Wrong size on FTrailingEvent"); \ +static_assert(offsetof(FTrailingEvent, Index) == 0x000008, "Member 'FTrailingEvent::Index' has a wrong offset!"); \ +static_assert(offsetof(FTrailingEvent, Location) == 0x000010, "Member 'FTrailingEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FTrailingEvent, Orientation) == 0x000030, "Member 'FTrailingEvent::Orientation' has a wrong offset!"); \ +static_assert(offsetof(FTrailingEvent, Velocity) == 0x000050, "Member 'FTrailingEvent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FTrailingEvent, AngularVelocity) == 0x000068, "Member 'FTrailingEvent::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FTrailingEvent, BoundingBoxMin) == 0x000080, "Member 'FTrailingEvent::BoundingBoxMin' has a wrong offset!"); \ +static_assert(offsetof(FTrailingEvent, BoundingBoxMax) == 0x000098, "Member 'FTrailingEvent::BoundingBoxMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCacheEventTrack \ +static_assert(alignof(FCacheEventTrack) == 0x000008, "Wrong alignment on FCacheEventTrack"); \ +static_assert(sizeof(FCacheEventTrack) == 0x000038, "Wrong size on FCacheEventTrack"); \ +static_assert(offsetof(FCacheEventTrack, Name) == 0x000000, "Member 'FCacheEventTrack::Name' has a wrong offset!"); \ +static_assert(offsetof(FCacheEventTrack, Struct) == 0x000008, "Member 'FCacheEventTrack::Struct' has a wrong offset!"); \ +static_assert(offsetof(FCacheEventTrack, TimeStamps) == 0x000010, "Member 'FCacheEventTrack::TimeStamps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObservedComponent \ +static_assert(alignof(FObservedComponent) == 0x000010, "Wrong alignment on FObservedComponent"); \ +static_assert(sizeof(FObservedComponent) == 0x000190, "Wrong size on FObservedComponent"); \ +static_assert(offsetof(FObservedComponent, CacheName) == 0x000000, "Member 'FObservedComponent::CacheName' has a wrong offset!"); \ +static_assert(offsetof(FObservedComponent, ComponentRef) == 0x000008, "Member 'FObservedComponent::ComponentRef' has a wrong offset!"); \ +static_assert(offsetof(FObservedComponent, SoftComponentRef) == 0x000030, "Member 'FObservedComponent::SoftComponentRef' has a wrong offset!"); \ +static_assert(offsetof(FObservedComponent, bIsSimulating) == 0x000078, "Member 'FObservedComponent::bIsSimulating' has a wrong offset!"); \ +static_assert(offsetof(FObservedComponent, bPlaybackEnabled) == 0x000079, "Member 'FObservedComponent::bPlaybackEnabled' has a wrong offset!"); \ +static_assert(offsetof(FObservedComponent, USDCacheDirectory) == 0x000080, "Member 'FObservedComponent::USDCacheDirectory' has a wrong offset!"); \ +static_assert(offsetof(FObservedComponent, bHasNotifyBreaks) == 0x000090, "Member 'FObservedComponent::bHasNotifyBreaks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleTransformTrack \ +static_assert(alignof(FParticleTransformTrack) == 0x000008, "Wrong alignment on FParticleTransformTrack"); \ +static_assert(sizeof(FParticleTransformTrack) == 0x000048, "Wrong size on FParticleTransformTrack"); \ +static_assert(offsetof(FParticleTransformTrack, RawTransformTrack) == 0x000000, "Member 'FParticleTransformTrack::RawTransformTrack' has a wrong offset!"); \ +static_assert(offsetof(FParticleTransformTrack, BeginOffset) == 0x000030, "Member 'FParticleTransformTrack::BeginOffset' has a wrong offset!"); \ +static_assert(offsetof(FParticleTransformTrack, bDeactivateOnEnd) == 0x000034, "Member 'FParticleTransformTrack::bDeactivateOnEnd' has a wrong offset!"); \ +static_assert(offsetof(FParticleTransformTrack, KeyTimestamps) == 0x000038, "Member 'FParticleTransformTrack::KeyTimestamps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerParticleCacheData \ +static_assert(alignof(FPerParticleCacheData) == 0x000008, "Wrong alignment on FPerParticleCacheData"); \ +static_assert(sizeof(FPerParticleCacheData) == 0x000098, "Wrong size on FPerParticleCacheData"); \ +static_assert(offsetof(FPerParticleCacheData, TransformData) == 0x000000, "Member 'FPerParticleCacheData::TransformData' has a wrong offset!"); \ +static_assert(offsetof(FPerParticleCacheData, CurveData) == 0x000048, "Member 'FPerParticleCacheData::CurveData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCacheSpawnableTemplate \ +static_assert(alignof(FCacheSpawnableTemplate) == 0x000010, "Wrong alignment on FCacheSpawnableTemplate"); \ +static_assert(sizeof(FCacheSpawnableTemplate) == 0x0000D0, "Wrong size on FCacheSpawnableTemplate"); \ +static_assert(offsetof(FCacheSpawnableTemplate, DuplicatedTemplate) == 0x000000, "Member 'FCacheSpawnableTemplate::DuplicatedTemplate' has a wrong offset!"); \ +static_assert(offsetof(FCacheSpawnableTemplate, InitialTransform) == 0x000010, "Member 'FCacheSpawnableTemplate::InitialTransform' has a wrong offset!"); \ +static_assert(offsetof(FCacheSpawnableTemplate, ComponentTransform) == 0x000070, "Member 'FCacheSpawnableTemplate::ComponentTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichCurves \ +static_assert(alignof(FRichCurves) == 0x000008, "Wrong alignment on FRichCurves"); \ +static_assert(sizeof(FRichCurves) == 0x000010, "Wrong size on FRichCurves"); \ +static_assert(offsetof(FRichCurves, RichCurves) == 0x000000, "Member 'FRichCurves::RichCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompressedRichCurves \ +static_assert(alignof(FCompressedRichCurves) == 0x000008, "Wrong alignment on FCompressedRichCurves"); \ +static_assert(sizeof(FCompressedRichCurves) == 0x000010, "Wrong size on FCompressedRichCurves"); \ +static_assert(offsetof(FCompressedRichCurves, CompressedRichCurves) == 0x000000, "Member 'FCompressedRichCurves::CompressedRichCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneChaosCacheParams \ +static_assert(alignof(FMovieSceneChaosCacheParams) == 0x000008, "Wrong alignment on FMovieSceneChaosCacheParams"); \ +static_assert(sizeof(FMovieSceneChaosCacheParams) == 0x000028, "Wrong size on FMovieSceneChaosCacheParams"); \ +static_assert(offsetof(FMovieSceneChaosCacheParams, CacheCollection) == 0x000020, "Member 'FMovieSceneChaosCacheParams::CacheCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneChaosCacheSectionTemplateParameters \ +static_assert(alignof(FMovieSceneChaosCacheSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneChaosCacheSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneChaosCacheSectionTemplateParameters) == 0x000030, "Wrong size on FMovieSceneChaosCacheSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneChaosCacheSectionTemplateParameters, ChaosCacheParams) == 0x000008, "Member 'FMovieSceneChaosCacheSectionTemplateParameters::ChaosCacheParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneChaosCacheSectionTemplate \ +static_assert(alignof(FMovieSceneChaosCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneChaosCacheSectionTemplate"); \ +static_assert(sizeof(FMovieSceneChaosCacheSectionTemplate) == 0x000050, "Wrong size on FMovieSceneChaosCacheSectionTemplate"); \ +static_assert(offsetof(FMovieSceneChaosCacheSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneChaosCacheSectionTemplate::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosCacheCollection \ +static_assert(alignof(UChaosCacheCollection) == 0x000008, "Wrong alignment on UChaosCacheCollection"); \ +static_assert(sizeof(UChaosCacheCollection) == 0x000040, "Wrong size on UChaosCacheCollection"); \ +static_assert(offsetof(UChaosCacheCollection, Caches) == 0x000028, "Member 'UChaosCacheCollection::Caches' has a wrong offset!"); \ +static_assert(offsetof(UChaosCacheCollection, InterpolationMode) == 0x000038, "Member 'UChaosCacheCollection::InterpolationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_ClearObservedComponents \ +static_assert(alignof(ChaosCacheManager_ClearObservedComponents) == 0x000001, "Wrong alignment on ChaosCacheManager_ClearObservedComponents"); \ +static_assert(sizeof(ChaosCacheManager_ClearObservedComponents) == 0x000001, "Wrong size on ChaosCacheManager_ClearObservedComponents"); \ +static_assert(offsetof(ChaosCacheManager_ClearObservedComponents, bDestroyComponents) == 0x000000, "Member 'ChaosCacheManager_ClearObservedComponents::bDestroyComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_EnablePlayback \ +static_assert(alignof(ChaosCacheManager_EnablePlayback) == 0x000004, "Wrong alignment on ChaosCacheManager_EnablePlayback"); \ +static_assert(sizeof(ChaosCacheManager_EnablePlayback) == 0x000008, "Wrong size on ChaosCacheManager_EnablePlayback"); \ +static_assert(offsetof(ChaosCacheManager_EnablePlayback, Index_0) == 0x000000, "Member 'ChaosCacheManager_EnablePlayback::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ChaosCacheManager_EnablePlayback, bEnable) == 0x000004, "Member 'ChaosCacheManager_EnablePlayback::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_EnablePlaybackByCache \ +static_assert(alignof(ChaosCacheManager_EnablePlaybackByCache) == 0x000004, "Wrong alignment on ChaosCacheManager_EnablePlaybackByCache"); \ +static_assert(sizeof(ChaosCacheManager_EnablePlaybackByCache) == 0x00000C, "Wrong size on ChaosCacheManager_EnablePlaybackByCache"); \ +static_assert(offsetof(ChaosCacheManager_EnablePlaybackByCache, InCacheName) == 0x000000, "Member 'ChaosCacheManager_EnablePlaybackByCache::InCacheName' has a wrong offset!"); \ +static_assert(offsetof(ChaosCacheManager_EnablePlaybackByCache, bEnable) == 0x000008, "Member 'ChaosCacheManager_EnablePlaybackByCache::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_FindOrAddObservedComponent \ +static_assert(alignof(ChaosCacheManager_FindOrAddObservedComponent) == 0x000008, "Wrong alignment on ChaosCacheManager_FindOrAddObservedComponent"); \ +static_assert(sizeof(ChaosCacheManager_FindOrAddObservedComponent) == 0x000018, "Wrong size on ChaosCacheManager_FindOrAddObservedComponent"); \ +static_assert(offsetof(ChaosCacheManager_FindOrAddObservedComponent, InComponent) == 0x000000, "Member 'ChaosCacheManager_FindOrAddObservedComponent::InComponent' has a wrong offset!"); \ +static_assert(offsetof(ChaosCacheManager_FindOrAddObservedComponent, CacheName) == 0x000008, "Member 'ChaosCacheManager_FindOrAddObservedComponent::CacheName' has a wrong offset!"); \ +static_assert(offsetof(ChaosCacheManager_FindOrAddObservedComponent, bTransferSimulationFlag) == 0x000010, "Member 'ChaosCacheManager_FindOrAddObservedComponent::bTransferSimulationFlag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_RemoveObservedComponent \ +static_assert(alignof(ChaosCacheManager_RemoveObservedComponent) == 0x000008, "Wrong alignment on ChaosCacheManager_RemoveObservedComponent"); \ +static_assert(sizeof(ChaosCacheManager_RemoveObservedComponent) == 0x000008, "Wrong size on ChaosCacheManager_RemoveObservedComponent"); \ +static_assert(offsetof(ChaosCacheManager_RemoveObservedComponent, InComponent) == 0x000000, "Member 'ChaosCacheManager_RemoveObservedComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_ResetSingleTransform \ +static_assert(alignof(ChaosCacheManager_ResetSingleTransform) == 0x000004, "Wrong alignment on ChaosCacheManager_ResetSingleTransform"); \ +static_assert(sizeof(ChaosCacheManager_ResetSingleTransform) == 0x000004, "Wrong size on ChaosCacheManager_ResetSingleTransform"); \ +static_assert(offsetof(ChaosCacheManager_ResetSingleTransform, InIndex) == 0x000000, "Member 'ChaosCacheManager_ResetSingleTransform::InIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_SetCacheCollection \ +static_assert(alignof(ChaosCacheManager_SetCacheCollection) == 0x000008, "Wrong alignment on ChaosCacheManager_SetCacheCollection"); \ +static_assert(sizeof(ChaosCacheManager_SetCacheCollection) == 0x000008, "Wrong size on ChaosCacheManager_SetCacheCollection"); \ +static_assert(offsetof(ChaosCacheManager_SetCacheCollection, InCacheCollection) == 0x000000, "Member 'ChaosCacheManager_SetCacheCollection::InCacheCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_SetCurrentTime \ +static_assert(alignof(ChaosCacheManager_SetCurrentTime) == 0x000004, "Wrong alignment on ChaosCacheManager_SetCurrentTime"); \ +static_assert(sizeof(ChaosCacheManager_SetCurrentTime) == 0x000004, "Wrong size on ChaosCacheManager_SetCurrentTime"); \ +static_assert(offsetof(ChaosCacheManager_SetCurrentTime, CurrentTime) == 0x000000, "Member 'ChaosCacheManager_SetCurrentTime::CurrentTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_SetStartTime \ +static_assert(alignof(ChaosCacheManager_SetStartTime) == 0x000004, "Wrong alignment on ChaosCacheManager_SetStartTime"); \ +static_assert(sizeof(ChaosCacheManager_SetStartTime) == 0x000004, "Wrong size on ChaosCacheManager_SetStartTime"); \ +static_assert(offsetof(ChaosCacheManager_SetStartTime, InStartTime) == 0x000000, "Member 'ChaosCacheManager_SetStartTime::InStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_Start \ +static_assert(alignof(ChaosCacheManager_Start) == 0x000004, "Wrong alignment on ChaosCacheManager_Start"); \ +static_assert(sizeof(ChaosCacheManager_Start) == 0x000004, "Wrong size on ChaosCacheManager_Start"); \ +static_assert(offsetof(ChaosCacheManager_Start, InStartTime) == 0x000000, "Member 'ChaosCacheManager_Start::InStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_TriggerComponent \ +static_assert(alignof(ChaosCacheManager_TriggerComponent) == 0x000008, "Wrong alignment on ChaosCacheManager_TriggerComponent"); \ +static_assert(sizeof(ChaosCacheManager_TriggerComponent) == 0x000008, "Wrong size on ChaosCacheManager_TriggerComponent"); \ +static_assert(offsetof(ChaosCacheManager_TriggerComponent, InComponent) == 0x000000, "Member 'ChaosCacheManager_TriggerComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_TriggerComponentByCache \ +static_assert(alignof(ChaosCacheManager_TriggerComponentByCache) == 0x000004, "Wrong alignment on ChaosCacheManager_TriggerComponentByCache"); \ +static_assert(sizeof(ChaosCacheManager_TriggerComponentByCache) == 0x000008, "Wrong size on ChaosCacheManager_TriggerComponentByCache"); \ +static_assert(offsetof(ChaosCacheManager_TriggerComponentByCache, InCacheName) == 0x000000, "Member 'ChaosCacheManager_TriggerComponentByCache::InCacheName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosCacheManager_IsRecording \ +static_assert(alignof(ChaosCacheManager_IsRecording) == 0x000001, "Wrong alignment on ChaosCacheManager_IsRecording"); \ +static_assert(sizeof(ChaosCacheManager_IsRecording) == 0x000001, "Wrong size on ChaosCacheManager_IsRecording"); \ +static_assert(offsetof(ChaosCacheManager_IsRecording, ReturnValue) == 0x000000, "Member 'ChaosCacheManager_IsRecording::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AChaosCacheManager \ +static_assert(alignof(AChaosCacheManager) == 0x000008, "Wrong alignment on AChaosCacheManager"); \ +static_assert(sizeof(AChaosCacheManager) == 0x000368, "Wrong size on AChaosCacheManager"); \ +static_assert(offsetof(AChaosCacheManager, CacheCollection) == 0x0002B0, "Member 'AChaosCacheManager::CacheCollection' has a wrong offset!"); \ +static_assert(offsetof(AChaosCacheManager, bCreateNewCacheCollectionAssetOnRecord) == 0x0002B8, "Member 'AChaosCacheManager::bCreateNewCacheCollectionAssetOnRecord' has a wrong offset!"); \ +static_assert(offsetof(AChaosCacheManager, CacheMode) == 0x0002B9, "Member 'AChaosCacheManager::CacheMode' has a wrong offset!"); \ +static_assert(offsetof(AChaosCacheManager, StartMode) == 0x0002BA, "Member 'AChaosCacheManager::StartMode' has a wrong offset!"); \ +static_assert(offsetof(AChaosCacheManager, StartTime) == 0x0002BC, "Member 'AChaosCacheManager::StartTime' has a wrong offset!"); \ +static_assert(offsetof(AChaosCacheManager, bStartOnBeginPlay) == 0x0002C0, "Member 'AChaosCacheManager::bStartOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(AChaosCacheManager, ObservedComponents) == 0x0002C8, "Member 'AChaosCacheManager::ObservedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AChaosCachePlayer \ +static_assert(alignof(AChaosCachePlayer) == 0x000008, "Wrong alignment on AChaosCachePlayer"); \ +static_assert(sizeof(AChaosCachePlayer) == 0x000368, "Wrong size on AChaosCachePlayer"); \ + +#define DUMPER7_ASSERTS_IChaosCacheData \ +static_assert(alignof(IChaosCacheData) == 0x000001, "Wrong alignment on IChaosCacheData"); \ +static_assert(sizeof(IChaosCacheData) == 0x000001, "Wrong size on IChaosCacheData"); \ + +#define DUMPER7_ASSERTS_UChaosCache \ +static_assert(alignof(UChaosCache) == 0x000010, "Wrong alignment on UChaosCache"); \ +static_assert(sizeof(UChaosCache) == 0x000390, "Wrong size on UChaosCache"); \ +static_assert(offsetof(UChaosCache, RecordedDuration) == 0x000028, "Member 'UChaosCache::RecordedDuration' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, NumRecordedFrames) == 0x00002C, "Member 'UChaosCache::NumRecordedFrames' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, InterpolationMode) == 0x000030, "Member 'UChaosCache::InterpolationMode' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, TrackToParticle) == 0x000038, "Member 'UChaosCache::TrackToParticle' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, ParticleTracks) == 0x000048, "Member 'UChaosCache::ParticleTracks' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, ChannelCurveToParticle) == 0x000058, "Member 'UChaosCache::ChannelCurveToParticle' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, ChannelsTracks) == 0x000068, "Member 'UChaosCache::ChannelsTracks' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, CompressedChannelsTracks) == 0x0000B8, "Member 'UChaosCache::CompressedChannelsTracks' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, CurveData) == 0x000108, "Member 'UChaosCache::CurveData' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, NamedTransformTracks) == 0x000158, "Member 'UChaosCache::NamedTransformTracks' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, bCompressChannels) == 0x0001A8, "Member 'UChaosCache::bCompressChannels' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, ChannelsCompressionErrorThreshold) == 0x0001AC, "Member 'UChaosCache::ChannelsCompressionErrorThreshold' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, ChannelsCompressionSampleRate) == 0x0001B0, "Member 'UChaosCache::ChannelsCompressionSampleRate' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, CacheData) == 0x0001B8, "Member 'UChaosCache::CacheData' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, EventTracks) == 0x0001C8, "Member 'UChaosCache::EventTracks' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, Spawnable) == 0x000220, "Member 'UChaosCache::Spawnable' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, AdapterGuid) == 0x0002F0, "Member 'UChaosCache::AdapterGuid' has a wrong offset!"); \ +static_assert(offsetof(UChaosCache, Version) == 0x000300, "Member 'UChaosCache::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneChaosCacheSection \ +static_assert(alignof(UMovieSceneChaosCacheSection) == 0x000008, "Wrong alignment on UMovieSceneChaosCacheSection"); \ +static_assert(sizeof(UMovieSceneChaosCacheSection) == 0x000138, "Wrong size on UMovieSceneChaosCacheSection"); \ +static_assert(offsetof(UMovieSceneChaosCacheSection, Params_0) == 0x000110, "Member 'UMovieSceneChaosCacheSection::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneChaosCacheTrack \ +static_assert(alignof(UMovieSceneChaosCacheTrack) == 0x000008, "Wrong alignment on UMovieSceneChaosCacheTrack"); \ +static_assert(sizeof(UMovieSceneChaosCacheTrack) == 0x000128, "Wrong size on UMovieSceneChaosCacheTrack"); \ +static_assert(offsetof(UMovieSceneChaosCacheTrack, AnimationSections) == 0x000118, "Member 'UMovieSceneChaosCacheTrack::AnimationSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnableChaosCacheBinding \ +static_assert(alignof(UMovieSceneSpawnableChaosCacheBinding) == 0x000008, "Wrong alignment on UMovieSceneSpawnableChaosCacheBinding"); \ +static_assert(sizeof(UMovieSceneSpawnableChaosCacheBinding) == 0x000048, "Wrong size on UMovieSceneSpawnableChaosCacheBinding"); \ + +#define DUMPER7_ASSERTS_FGroomConversionSettings \ +static_assert(alignof(FGroomConversionSettings) == 0x000008, "Wrong alignment on FGroomConversionSettings"); \ +static_assert(sizeof(FGroomConversionSettings) == 0x000030, "Wrong size on FGroomConversionSettings"); \ +static_assert(offsetof(FGroomConversionSettings, Rotation) == 0x000000, "Member 'FGroomConversionSettings::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FGroomConversionSettings, Scale) == 0x000018, "Member 'FGroomConversionSettings::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroomCacheImportSettings \ +static_assert(alignof(FGroomCacheImportSettings) == 0x000008, "Wrong alignment on FGroomCacheImportSettings"); \ +static_assert(sizeof(FGroomCacheImportSettings) == 0x000068, "Wrong size on FGroomCacheImportSettings"); \ +static_assert(offsetof(FGroomCacheImportSettings, bImportGroomCache) == 0x000000, "Member 'FGroomCacheImportSettings::bImportGroomCache' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, ImportType) == 0x000001, "Member 'FGroomCacheImportSettings::ImportType' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, FrameStart) == 0x000004, "Member 'FGroomCacheImportSettings::FrameStart' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, FrameEnd) == 0x000008, "Member 'FGroomCacheImportSettings::FrameEnd' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, bSkipEmptyFrames) == 0x00000C, "Member 'FGroomCacheImportSettings::bSkipEmptyFrames' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, bImportGroomAsset) == 0x00000D, "Member 'FGroomCacheImportSettings::bImportGroomAsset' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, GroomAsset) == 0x000010, "Member 'FGroomCacheImportSettings::GroomAsset' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, bOverrideConversionSettings) == 0x000030, "Member 'FGroomCacheImportSettings::bOverrideConversionSettings' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheImportSettings, ConversionSettings) == 0x000038, "Member 'FGroomCacheImportSettings::ConversionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupDesc \ +static_assert(alignof(FHairGroupDesc) == 0x000004, "Wrong alignment on FHairGroupDesc"); \ +static_assert(sizeof(FHairGroupDesc) == 0x000040, "Wrong size on FHairGroupDesc"); \ +static_assert(offsetof(FHairGroupDesc, HairLength) == 0x000000, "Member 'FHairGroupDesc::HairLength' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairWidth) == 0x000004, "Member 'FHairGroupDesc::HairWidth' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairWidth_Override) == 0x000008, "Member 'FHairGroupDesc::HairWidth_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairRootScale) == 0x00000C, "Member 'FHairGroupDesc::HairRootScale' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairRootScale_Override) == 0x000010, "Member 'FHairGroupDesc::HairRootScale_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairTipScale) == 0x000014, "Member 'FHairGroupDesc::HairTipScale' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairTipScale_Override) == 0x000018, "Member 'FHairGroupDesc::HairTipScale_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairShadowDensity) == 0x00001C, "Member 'FHairGroupDesc::HairShadowDensity' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairShadowDensity_Override) == 0x000020, "Member 'FHairGroupDesc::HairShadowDensity_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairRaytracingRadiusScale) == 0x000024, "Member 'FHairGroupDesc::HairRaytracingRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairRaytracingRadiusScale_Override) == 0x000028, "Member 'FHairGroupDesc::HairRaytracingRadiusScale_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bUseHairRaytracingGeometry) == 0x000029, "Member 'FHairGroupDesc::bUseHairRaytracingGeometry' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bUseHairRaytracingGeometry_Override) == 0x00002A, "Member 'FHairGroupDesc::bUseHairRaytracingGeometry_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, LODBias) == 0x00002C, "Member 'FHairGroupDesc::LODBias' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bUseStableRasterization) == 0x000030, "Member 'FHairGroupDesc::bUseStableRasterization' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bUseStableRasterization_Override) == 0x000031, "Member 'FHairGroupDesc::bUseStableRasterization_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bScatterSceneLighting) == 0x000032, "Member 'FHairGroupDesc::bScatterSceneLighting' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bScatterSceneLighting_Override) == 0x000033, "Member 'FHairGroupDesc::bScatterSceneLighting_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bSupportVoxelization) == 0x000034, "Member 'FHairGroupDesc::bSupportVoxelization' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, bSupportVoxelization_Override) == 0x000035, "Member 'FHairGroupDesc::bSupportVoxelization_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairLengthScale) == 0x000038, "Member 'FHairGroupDesc::HairLengthScale' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupDesc, HairLengthScale_Override) == 0x00003C, "Member 'FHairGroupDesc::HairLengthScale_Override' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupLODInfo \ +static_assert(alignof(FHairGroupLODInfo) == 0x000004, "Wrong alignment on FHairGroupLODInfo"); \ +static_assert(sizeof(FHairGroupLODInfo) == 0x000008, "Wrong size on FHairGroupLODInfo"); \ +static_assert(offsetof(FHairGroupLODInfo, NumPoints) == 0x000000, "Member 'FHairGroupLODInfo::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupLODInfo, NumCurves) == 0x000004, "Member 'FHairGroupLODInfo::NumCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupInfo \ +static_assert(alignof(FHairGroupInfo) == 0x000008, "Wrong alignment on FHairGroupInfo"); \ +static_assert(sizeof(FHairGroupInfo) == 0x000038, "Wrong size on FHairGroupInfo"); \ +static_assert(offsetof(FHairGroupInfo, GroupIndex) == 0x000000, "Member 'FHairGroupInfo::GroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, GroupID) == 0x000004, "Member 'FHairGroupInfo::GroupID' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, GroupName) == 0x000008, "Member 'FHairGroupInfo::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, NumCurves) == 0x000010, "Member 'FHairGroupInfo::NumCurves' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, NumGuides) == 0x000014, "Member 'FHairGroupInfo::NumGuides' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, NumCurveVertices) == 0x000018, "Member 'FHairGroupInfo::NumCurveVertices' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, NumGuideVertices) == 0x00001C, "Member 'FHairGroupInfo::NumGuideVertices' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, MaxCurveLength) == 0x000020, "Member 'FHairGroupInfo::MaxCurveLength' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, Flags) == 0x000024, "Member 'FHairGroupInfo::Flags' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupInfo, LODInfos) == 0x000028, "Member 'FHairGroupInfo::LODInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsMaterial \ +static_assert(alignof(FHairGroupsMaterial) == 0x000008, "Wrong alignment on FHairGroupsMaterial"); \ +static_assert(sizeof(FHairGroupsMaterial) == 0x000010, "Wrong size on FHairGroupsMaterial"); \ +static_assert(offsetof(FHairGroupsMaterial, Material) == 0x000000, "Member 'FHairGroupsMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMaterial, SlotName) == 0x000008, "Member 'FHairGroupsMaterial::SlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupInfoWithVisibility \ +static_assert(alignof(FHairGroupInfoWithVisibility) == 0x000008, "Wrong alignment on FHairGroupInfoWithVisibility"); \ +static_assert(sizeof(FHairGroupInfoWithVisibility) == 0x000040, "Wrong size on FHairGroupInfoWithVisibility"); \ +static_assert(offsetof(FHairGroupInfoWithVisibility, bIsVisible) == 0x000038, "Member 'FHairGroupInfoWithVisibility::bIsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupCardsInfo \ +static_assert(alignof(FHairGroupCardsInfo) == 0x000004, "Wrong alignment on FHairGroupCardsInfo"); \ +static_assert(sizeof(FHairGroupCardsInfo) == 0x000008, "Wrong size on FHairGroupCardsInfo"); \ +static_assert(offsetof(FHairGroupCardsInfo, NumCards) == 0x000000, "Member 'FHairGroupCardsInfo::NumCards' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsInfo, NumCardVertices) == 0x000004, "Member 'FHairGroupCardsInfo::NumCardVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupCardsTextures \ +static_assert(alignof(FHairGroupCardsTextures) == 0x000008, "Wrong alignment on FHairGroupCardsTextures"); \ +static_assert(sizeof(FHairGroupCardsTextures) == 0x000050, "Wrong size on FHairGroupCardsTextures"); \ +static_assert(offsetof(FHairGroupCardsTextures, Layout) == 0x000000, "Member 'FHairGroupCardsTextures::Layout' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, Textures) == 0x000008, "Member 'FHairGroupCardsTextures::Textures' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, DepthTexture) == 0x000018, "Member 'FHairGroupCardsTextures::DepthTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, CoverageTexture) == 0x000020, "Member 'FHairGroupCardsTextures::CoverageTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, TangentTexture) == 0x000028, "Member 'FHairGroupCardsTextures::TangentTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, AttributeTexture) == 0x000030, "Member 'FHairGroupCardsTextures::AttributeTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, AuxilaryDataTexture) == 0x000038, "Member 'FHairGroupCardsTextures::AuxilaryDataTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, MaterialTexture) == 0x000040, "Member 'FHairGroupCardsTextures::MaterialTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsCardsSourceDescription \ +static_assert(alignof(FHairGroupsCardsSourceDescription) == 0x000008, "Wrong alignment on FHairGroupsCardsSourceDescription"); \ +static_assert(sizeof(FHairGroupsCardsSourceDescription) == 0x0000A0, "Wrong size on FHairGroupsCardsSourceDescription"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, Material) == 0x000000, "Member 'FHairGroupsCardsSourceDescription::Material' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, MaterialSlotName) == 0x000008, "Member 'FHairGroupsCardsSourceDescription::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, SourceType) == 0x000010, "Member 'FHairGroupsCardsSourceDescription::SourceType' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, ProceduralMesh) == 0x000018, "Member 'FHairGroupsCardsSourceDescription::ProceduralMesh' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, bInvertUV) == 0x000020, "Member 'FHairGroupsCardsSourceDescription::bInvertUV' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, GuideType) == 0x000021, "Member 'FHairGroupsCardsSourceDescription::GuideType' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, ImportedMesh) == 0x000028, "Member 'FHairGroupsCardsSourceDescription::ImportedMesh' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, Textures) == 0x000030, "Member 'FHairGroupsCardsSourceDescription::Textures' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, GroupIndex) == 0x000080, "Member 'FHairGroupsCardsSourceDescription::GroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, LODIndex) == 0x000084, "Member 'FHairGroupsCardsSourceDescription::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, CardsInfo) == 0x000088, "Member 'FHairGroupsCardsSourceDescription::CardsInfo' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, ImportedMeshKey) == 0x000090, "Member 'FHairGroupsCardsSourceDescription::ImportedMeshKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroomDataflowSettings \ +static_assert(alignof(FGroomDataflowSettings) == 0x000008, "Wrong alignment on FGroomDataflowSettings"); \ +static_assert(sizeof(FGroomDataflowSettings) == 0x000070, "Wrong size on FGroomDataflowSettings"); \ +static_assert(offsetof(FGroomDataflowSettings, SkeletalMeshes) == 0x000040, "Member 'FGroomDataflowSettings::SkeletalMeshes' has a wrong offset!"); \ +static_assert(offsetof(FGroomDataflowSettings, MeshLODs) == 0x000050, "Member 'FGroomDataflowSettings::MeshLODs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairLODSettings \ +static_assert(alignof(FHairLODSettings) == 0x000004, "Wrong alignment on FHairLODSettings"); \ +static_assert(sizeof(FHairLODSettings) == 0x00001C, "Wrong size on FHairLODSettings"); \ +static_assert(offsetof(FHairLODSettings, CurveDecimation) == 0x000000, "Member 'FHairLODSettings::CurveDecimation' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, VertexDecimation) == 0x000004, "Member 'FHairLODSettings::VertexDecimation' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, AngularThreshold) == 0x000008, "Member 'FHairLODSettings::AngularThreshold' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, ScreenSize) == 0x00000C, "Member 'FHairLODSettings::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, ThicknessScale) == 0x000010, "Member 'FHairLODSettings::ThicknessScale' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, bVisible) == 0x000014, "Member 'FHairLODSettings::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, GeometryType) == 0x000015, "Member 'FHairLODSettings::GeometryType' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, BindingType) == 0x000016, "Member 'FHairLODSettings::BindingType' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, Simulation) == 0x000017, "Member 'FHairLODSettings::Simulation' has a wrong offset!"); \ +static_assert(offsetof(FHairLODSettings, GlobalInterpolation) == 0x000018, "Member 'FHairLODSettings::GlobalInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairDecimationSettings \ +static_assert(alignof(FHairDecimationSettings) == 0x000004, "Wrong alignment on FHairDecimationSettings"); \ +static_assert(sizeof(FHairDecimationSettings) == 0x000008, "Wrong size on FHairDecimationSettings"); \ +static_assert(offsetof(FHairDecimationSettings, CurveDecimation) == 0x000000, "Member 'FHairDecimationSettings::CurveDecimation' has a wrong offset!"); \ +static_assert(offsetof(FHairDecimationSettings, VertexDecimation) == 0x000004, "Member 'FHairDecimationSettings::VertexDecimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairInterpolationSettings \ +static_assert(alignof(FHairInterpolationSettings) == 0x000004, "Wrong alignment on FHairInterpolationSettings"); \ +static_assert(sizeof(FHairInterpolationSettings) == 0x000014, "Wrong size on FHairInterpolationSettings"); \ +static_assert(offsetof(FHairInterpolationSettings, GuideType) == 0x000000, "Member 'FHairInterpolationSettings::GuideType' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, bOverrideGuides) == 0x000001, "Member 'FHairInterpolationSettings::bOverrideGuides' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, HairToGuideDensity) == 0x000004, "Member 'FHairInterpolationSettings::HairToGuideDensity' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, RiggedGuideNumCurves) == 0x000008, "Member 'FHairInterpolationSettings::RiggedGuideNumCurves' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, RiggedGuideNumPoints) == 0x00000C, "Member 'FHairInterpolationSettings::RiggedGuideNumPoints' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, InterpolationQuality) == 0x000010, "Member 'FHairInterpolationSettings::InterpolationQuality' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, InterpolationDistance) == 0x000011, "Member 'FHairInterpolationSettings::InterpolationDistance' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, bRandomizeGuide) == 0x000012, "Member 'FHairInterpolationSettings::bRandomizeGuide' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, bUseUniqueGuide) == 0x000013, "Member 'FHairInterpolationSettings::bUseUniqueGuide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairDeformationSettings \ +static_assert(alignof(FHairDeformationSettings) == 0x000004, "Wrong alignment on FHairDeformationSettings"); \ +static_assert(sizeof(FHairDeformationSettings) == 0x00000C, "Wrong size on FHairDeformationSettings"); \ +static_assert(offsetof(FHairDeformationSettings, bEnableRigging) == 0x000000, "Member 'FHairDeformationSettings::bEnableRigging' has a wrong offset!"); \ +static_assert(offsetof(FHairDeformationSettings, NumCurves) == 0x000004, "Member 'FHairDeformationSettings::NumCurves' has a wrong offset!"); \ +static_assert(offsetof(FHairDeformationSettings, NumPoints) == 0x000008, "Member 'FHairDeformationSettings::NumPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsInterpolation \ +static_assert(alignof(FHairGroupsInterpolation) == 0x000004, "Wrong alignment on FHairGroupsInterpolation"); \ +static_assert(sizeof(FHairGroupsInterpolation) == 0x000028, "Wrong size on FHairGroupsInterpolation"); \ +static_assert(offsetof(FHairGroupsInterpolation, DecimationSettings) == 0x000000, "Member 'FHairGroupsInterpolation::DecimationSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsInterpolation, InterpolationSettings) == 0x000008, "Member 'FHairGroupsInterpolation::InterpolationSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsInterpolation, RiggingSettings) == 0x00001C, "Member 'FHairGroupsInterpolation::RiggingSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsLOD \ +static_assert(alignof(FHairGroupsLOD) == 0x000008, "Wrong alignment on FHairGroupsLOD"); \ +static_assert(sizeof(FHairGroupsLOD) == 0x000018, "Wrong size on FHairGroupsLOD"); \ +static_assert(offsetof(FHairGroupsLOD, AutoLODBias) == 0x000000, "Member 'FHairGroupsLOD::AutoLODBias' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsLOD, LODs) == 0x000008, "Member 'FHairGroupsLOD::LODs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsMeshesSourceDescription \ +static_assert(alignof(FHairGroupsMeshesSourceDescription) == 0x000008, "Wrong alignment on FHairGroupsMeshesSourceDescription"); \ +static_assert(sizeof(FHairGroupsMeshesSourceDescription) == 0x000080, "Wrong size on FHairGroupsMeshesSourceDescription"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, Material) == 0x000000, "Member 'FHairGroupsMeshesSourceDescription::Material' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, MaterialSlotName) == 0x000008, "Member 'FHairGroupsMeshesSourceDescription::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, ImportedMesh) == 0x000010, "Member 'FHairGroupsMeshesSourceDescription::ImportedMesh' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, Textures) == 0x000018, "Member 'FHairGroupsMeshesSourceDescription::Textures' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, GroupIndex) == 0x000068, "Member 'FHairGroupsMeshesSourceDescription::GroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, LODIndex) == 0x00006C, "Member 'FHairGroupsMeshesSourceDescription::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, ImportedMeshKey) == 0x000070, "Member 'FHairGroupsMeshesSourceDescription::ImportedMeshKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSolverSettings \ +static_assert(alignof(FHairSolverSettings) == 0x000008, "Wrong alignment on FHairSolverSettings"); \ +static_assert(sizeof(FHairSolverSettings) == 0x000040, "Wrong size on FHairSolverSettings"); \ +static_assert(offsetof(FHairSolverSettings, bEnableDeformation) == 0x000000, "Member 'FHairSolverSettings::bEnableDeformation' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, EnableSimulation) == 0x000001, "Member 'FHairSolverSettings::EnableSimulation' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, NiagaraSolver) == 0x000002, "Member 'FHairSolverSettings::NiagaraSolver' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, CustomSystem) == 0x000008, "Member 'FHairSolverSettings::CustomSystem' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, GravityPreloading) == 0x000030, "Member 'FHairSolverSettings::GravityPreloading' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, SubSteps) == 0x000034, "Member 'FHairSolverSettings::SubSteps' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, IterationCount) == 0x000038, "Member 'FHairSolverSettings::IterationCount' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, bForceVisible) == 0x00003C, "Member 'FHairSolverSettings::bForceVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairExternalForces \ +static_assert(alignof(FHairExternalForces) == 0x000008, "Wrong alignment on FHairExternalForces"); \ +static_assert(sizeof(FHairExternalForces) == 0x000038, "Wrong size on FHairExternalForces"); \ +static_assert(offsetof(FHairExternalForces, GravityVector) == 0x000000, "Member 'FHairExternalForces::GravityVector' has a wrong offset!"); \ +static_assert(offsetof(FHairExternalForces, AirDrag) == 0x000018, "Member 'FHairExternalForces::AirDrag' has a wrong offset!"); \ +static_assert(offsetof(FHairExternalForces, AirVelocity) == 0x000020, "Member 'FHairExternalForces::AirVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroomHairGroupPreview \ +static_assert(alignof(FGroomHairGroupPreview) == 0x000004, "Wrong alignment on FGroomHairGroupPreview"); \ +static_assert(sizeof(FGroomHairGroupPreview) == 0x00004C, "Wrong size on FGroomHairGroupPreview"); \ +static_assert(offsetof(FGroomHairGroupPreview, GroupIndex) == 0x000000, "Member 'FGroomHairGroupPreview::GroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, GroupName) == 0x000004, "Member 'FGroomHairGroupPreview::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, GroupID) == 0x00000C, "Member 'FGroomHairGroupPreview::GroupID' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, CurveCount) == 0x000010, "Member 'FGroomHairGroupPreview::CurveCount' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, GuideCount) == 0x000014, "Member 'FGroomHairGroupPreview::GuideCount' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, Attributes) == 0x000018, "Member 'FGroomHairGroupPreview::Attributes' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, AttributeFlags) == 0x00001C, "Member 'FGroomHairGroupPreview::AttributeFlags' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, Flags) == 0x000020, "Member 'FGroomHairGroupPreview::Flags' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, InterpolationSettings) == 0x000024, "Member 'FGroomHairGroupPreview::InterpolationSettings' 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_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_FHairGroupsPhysics \ +static_assert(alignof(FHairGroupsPhysics) == 0x000008, "Wrong alignment on FHairGroupsPhysics"); \ +static_assert(sizeof(FHairGroupsPhysics) == 0x0002E8, "Wrong size on FHairGroupsPhysics"); \ +static_assert(offsetof(FHairGroupsPhysics, SolverSettings) == 0x000000, "Member 'FHairGroupsPhysics::SolverSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsPhysics, ExternalForces) == 0x000040, "Member 'FHairGroupsPhysics::ExternalForces' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsPhysics, MaterialConstraints) == 0x000078, "Member 'FHairGroupsPhysics::MaterialConstraints' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsPhysics, StrandsParameters) == 0x000250, "Member 'FHairGroupsPhysics::StrandsParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSimulationSolver \ +static_assert(alignof(FHairSimulationSolver) == 0x000001, "Wrong alignment on FHairSimulationSolver"); \ +static_assert(sizeof(FHairSimulationSolver) == 0x000001, "Wrong size on FHairSimulationSolver"); \ +static_assert(offsetof(FHairSimulationSolver, bEnableSimulation) == 0x000000, "Member 'FHairSimulationSolver::bEnableSimulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSimulationForces \ +static_assert(alignof(FHairSimulationForces) == 0x000008, "Wrong alignment on FHairSimulationForces"); \ +static_assert(sizeof(FHairSimulationForces) == 0x000038, "Wrong size on FHairSimulationForces"); \ +static_assert(offsetof(FHairSimulationForces, GravityVector) == 0x000000, "Member 'FHairSimulationForces::GravityVector' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationForces, AirDrag) == 0x000018, "Member 'FHairSimulationForces::AirDrag' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationForces, AirVelocity) == 0x000020, "Member 'FHairSimulationForces::AirVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSimulationConstraints \ +static_assert(alignof(FHairSimulationConstraints) == 0x000004, "Wrong alignment on FHairSimulationConstraints"); \ +static_assert(sizeof(FHairSimulationConstraints) == 0x000020, "Wrong size on FHairSimulationConstraints"); \ +static_assert(offsetof(FHairSimulationConstraints, BendDamping) == 0x000000, "Member 'FHairSimulationConstraints::BendDamping' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, BendStiffness) == 0x000004, "Member 'FHairSimulationConstraints::BendStiffness' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, StretchDamping) == 0x000008, "Member 'FHairSimulationConstraints::StretchDamping' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, StretchStiffness) == 0x00000C, "Member 'FHairSimulationConstraints::StretchStiffness' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, StaticFriction) == 0x000010, "Member 'FHairSimulationConstraints::StaticFriction' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, KineticFriction) == 0x000014, "Member 'FHairSimulationConstraints::KineticFriction' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, StrandsViscosity) == 0x000018, "Member 'FHairSimulationConstraints::StrandsViscosity' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationConstraints, CollisionRadius) == 0x00001C, "Member 'FHairSimulationConstraints::CollisionRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSimulationSetup \ +static_assert(alignof(FHairSimulationSetup) == 0x000008, "Wrong alignment on FHairSimulationSetup"); \ +static_assert(sizeof(FHairSimulationSetup) == 0x000028, "Wrong size on FHairSimulationSetup"); \ +static_assert(offsetof(FHairSimulationSetup, bResetSimulation) == 0x000000, "Member 'FHairSimulationSetup::bResetSimulation' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSetup, bDebugSimulation) == 0x000001, "Member 'FHairSimulationSetup::bDebugSimulation' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSetup, bLocalSimulation) == 0x000002, "Member 'FHairSimulationSetup::bLocalSimulation' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSetup, LinearVelocityScale) == 0x000004, "Member 'FHairSimulationSetup::LinearVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSetup, AngularVelocityScale) == 0x000008, "Member 'FHairSimulationSetup::AngularVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSetup, LocalBone) == 0x000010, "Member 'FHairSimulationSetup::LocalBone' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSetup, TeleportDistance) == 0x000020, "Member 'FHairSimulationSetup::TeleportDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSimulationSettings \ +static_assert(alignof(FHairSimulationSettings) == 0x000008, "Wrong alignment on FHairSimulationSettings"); \ +static_assert(sizeof(FHairSimulationSettings) == 0x000090, "Wrong size on FHairSimulationSettings"); \ +static_assert(offsetof(FHairSimulationSettings, bOverrideSettings) == 0x000000, "Member 'FHairSimulationSettings::bOverrideSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSettings, SimulationSetup) == 0x000008, "Member 'FHairSimulationSettings::SimulationSetup' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSettings, SolverSettings) == 0x000030, "Member 'FHairSimulationSettings::SolverSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSettings, ExternalForces) == 0x000038, "Member 'FHairSimulationSettings::ExternalForces' has a wrong offset!"); \ +static_assert(offsetof(FHairSimulationSettings, MaterialConstraints) == 0x000070, "Member 'FHairSimulationSettings::MaterialConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGeometrySettings \ +static_assert(alignof(FHairGeometrySettings) == 0x000004, "Wrong alignment on FHairGeometrySettings"); \ +static_assert(sizeof(FHairGeometrySettings) == 0x000010, "Wrong size on FHairGeometrySettings"); \ +static_assert(offsetof(FHairGeometrySettings, HairWidth) == 0x000000, "Member 'FHairGeometrySettings::HairWidth' has a wrong offset!"); \ +static_assert(offsetof(FHairGeometrySettings, HairWidth_Override) == 0x000004, "Member 'FHairGeometrySettings::HairWidth_Override' has a wrong offset!"); \ +static_assert(offsetof(FHairGeometrySettings, HairRootScale) == 0x000008, "Member 'FHairGeometrySettings::HairRootScale' has a wrong offset!"); \ +static_assert(offsetof(FHairGeometrySettings, HairTipScale) == 0x00000C, "Member 'FHairGeometrySettings::HairTipScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FHairShadowSettings \ +static_assert(alignof(FHairShadowSettings) == 0x000004, "Wrong alignment on FHairShadowSettings"); \ +static_assert(sizeof(FHairShadowSettings) == 0x00000C, "Wrong size on FHairShadowSettings"); \ +static_assert(offsetof(FHairShadowSettings, HairShadowDensity) == 0x000000, "Member 'FHairShadowSettings::HairShadowDensity' has a wrong offset!"); \ +static_assert(offsetof(FHairShadowSettings, HairRaytracingRadiusScale) == 0x000004, "Member 'FHairShadowSettings::HairRaytracingRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(FHairShadowSettings, bUseHairRaytracingGeometry) == 0x000008, "Member 'FHairShadowSettings::bUseHairRaytracingGeometry' has a wrong offset!"); \ +static_assert(offsetof(FHairShadowSettings, bVoxelize) == 0x000009, "Member 'FHairShadowSettings::bVoxelize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairAdvancedRenderingSettings \ +static_assert(alignof(FHairAdvancedRenderingSettings) == 0x000001, "Wrong alignment on FHairAdvancedRenderingSettings"); \ +static_assert(sizeof(FHairAdvancedRenderingSettings) == 0x000002, "Wrong size on FHairAdvancedRenderingSettings"); \ +static_assert(offsetof(FHairAdvancedRenderingSettings, bUseStableRasterization) == 0x000000, "Member 'FHairAdvancedRenderingSettings::bUseStableRasterization' has a wrong offset!"); \ +static_assert(offsetof(FHairAdvancedRenderingSettings, bScatterSceneLighting) == 0x000001, "Member 'FHairAdvancedRenderingSettings::bScatterSceneLighting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsRendering \ +static_assert(alignof(FHairGroupsRendering) == 0x000008, "Wrong alignment on FHairGroupsRendering"); \ +static_assert(sizeof(FHairGroupsRendering) == 0x000030, "Wrong size on FHairGroupsRendering"); \ +static_assert(offsetof(FHairGroupsRendering, MaterialSlotName) == 0x000000, "Member 'FHairGroupsRendering::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsRendering, Material) == 0x000008, "Member 'FHairGroupsRendering::Material' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsRendering, GeometrySettings) == 0x000010, "Member 'FHairGroupsRendering::GeometrySettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsRendering, ShadowSettings) == 0x000020, "Member 'FHairGroupsRendering::ShadowSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsRendering, AdvancedSettings) == 0x00002C, "Member 'FHairGroupsRendering::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGoomBindingGroupInfo \ +static_assert(alignof(FGoomBindingGroupInfo) == 0x000004, "Wrong alignment on FGoomBindingGroupInfo"); \ +static_assert(sizeof(FGoomBindingGroupInfo) == 0x000010, "Wrong size on FGoomBindingGroupInfo"); \ +static_assert(offsetof(FGoomBindingGroupInfo, RenRootCount) == 0x000000, "Member 'FGoomBindingGroupInfo::RenRootCount' has a wrong offset!"); \ +static_assert(offsetof(FGoomBindingGroupInfo, RenLODCount) == 0x000004, "Member 'FGoomBindingGroupInfo::RenLODCount' has a wrong offset!"); \ +static_assert(offsetof(FGoomBindingGroupInfo, SimRootCount) == 0x000008, "Member 'FGoomBindingGroupInfo::SimRootCount' has a wrong offset!"); \ +static_assert(offsetof(FGoomBindingGroupInfo, SimLODCount) == 0x00000C, "Member 'FGoomBindingGroupInfo::SimLODCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroomAnimationInfo \ +static_assert(alignof(FGroomAnimationInfo) == 0x000004, "Wrong alignment on FGroomAnimationInfo"); \ +static_assert(sizeof(FGroomAnimationInfo) == 0x000020, "Wrong size on FGroomAnimationInfo"); \ +static_assert(offsetof(FGroomAnimationInfo, NumFrames) == 0x000000, "Member 'FGroomAnimationInfo::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, SecondsPerFrame) == 0x000004, "Member 'FGroomAnimationInfo::SecondsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, Duration) == 0x000008, "Member 'FGroomAnimationInfo::Duration' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, StartTime) == 0x00000C, "Member 'FGroomAnimationInfo::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, EndTime) == 0x000010, "Member 'FGroomAnimationInfo::EndTime' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, StartFrame) == 0x000014, "Member 'FGroomAnimationInfo::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, EndFrame) == 0x000018, "Member 'FGroomAnimationInfo::EndFrame' has a wrong offset!"); \ +static_assert(offsetof(FGroomAnimationInfo, Attributes) == 0x00001C, "Member 'FGroomAnimationInfo::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroomCacheInfo \ +static_assert(alignof(FGroomCacheInfo) == 0x000004, "Wrong alignment on FGroomCacheInfo"); \ +static_assert(sizeof(FGroomCacheInfo) == 0x000028, "Wrong size on FGroomCacheInfo"); \ +static_assert(offsetof(FGroomCacheInfo, Version) == 0x000000, "Member 'FGroomCacheInfo::Version' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheInfo, Type) == 0x000004, "Member 'FGroomCacheInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FGroomCacheInfo, AnimationInfo) == 0x000008, "Member 'FGroomCacheInfo::AnimationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFollicleMaskOptions \ +static_assert(alignof(FFollicleMaskOptions) == 0x000008, "Wrong alignment on FFollicleMaskOptions"); \ +static_assert(sizeof(FFollicleMaskOptions) == 0x000010, "Wrong size on FFollicleMaskOptions"); \ +static_assert(offsetof(FFollicleMaskOptions, Groom) == 0x000000, "Member 'FFollicleMaskOptions::Groom' has a wrong offset!"); \ +static_assert(offsetof(FFollicleMaskOptions, Channel) == 0x000008, "Member 'FFollicleMaskOptions::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UGroomCacheImportOptions \ +static_assert(alignof(UGroomCacheImportOptions) == 0x000008, "Wrong alignment on UGroomCacheImportOptions"); \ +static_assert(sizeof(UGroomCacheImportOptions) == 0x000090, "Wrong size on UGroomCacheImportOptions"); \ +static_assert(offsetof(UGroomCacheImportOptions, ImportSettings) == 0x000028, "Member 'UGroomCacheImportOptions::ImportSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomCacheImportData \ +static_assert(alignof(UGroomCacheImportData) == 0x000008, "Wrong alignment on UGroomCacheImportData"); \ +static_assert(sizeof(UGroomCacheImportData) == 0x000090, "Wrong size on UGroomCacheImportData"); \ +static_assert(offsetof(UGroomCacheImportData, Settings) == 0x000028, "Member 'UGroomCacheImportData::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGroomActor \ +static_assert(alignof(AGroomActor) == 0x000008, "Wrong alignment on AGroomActor"); \ +static_assert(sizeof(AGroomActor) == 0x0002B8, "Wrong size on AGroomActor"); \ +static_assert(offsetof(AGroomActor, GroomComponent) == 0x0002B0, "Member 'AGroomActor::GroomComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetDeformedGroupSections \ +static_assert(alignof(GroomAsset_GetDeformedGroupSections) == 0x000008, "Wrong alignment on GroomAsset_GetDeformedGroupSections"); \ +static_assert(sizeof(GroomAsset_GetDeformedGroupSections) == 0x000010, "Wrong size on GroomAsset_GetDeformedGroupSections"); \ +static_assert(offsetof(GroomAsset_GetDeformedGroupSections, ReturnValue) == 0x000000, "Member 'GroomAsset_GetDeformedGroupSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsCards \ +static_assert(alignof(GroomAsset_GetHairGroupsCards) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsCards"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsCards) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsCards"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsCards, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsCards::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsInterpolation \ +static_assert(alignof(GroomAsset_GetHairGroupsInterpolation) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsInterpolation"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsInterpolation) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsInterpolation"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsInterpolation, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsInterpolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsLOD \ +static_assert(alignof(GroomAsset_GetHairGroupsLOD) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsLOD"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsLOD) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsLOD"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsLOD, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsLOD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsMaterials \ +static_assert(alignof(GroomAsset_GetHairGroupsMaterials) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsMaterials"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsMaterials) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsMaterials"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsMaterials, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsMeshes \ +static_assert(alignof(GroomAsset_GetHairGroupsMeshes) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsMeshes"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsMeshes) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsMeshes"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsMeshes, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsPhysics \ +static_assert(alignof(GroomAsset_GetHairGroupsPhysics) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsPhysics"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsPhysics) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsPhysics"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsPhysics, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsPhysics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairGroupsRendering \ +static_assert(alignof(GroomAsset_GetHairGroupsRendering) == 0x000008, "Wrong alignment on GroomAsset_GetHairGroupsRendering"); \ +static_assert(sizeof(GroomAsset_GetHairGroupsRendering) == 0x000010, "Wrong size on GroomAsset_GetHairGroupsRendering"); \ +static_assert(offsetof(GroomAsset_GetHairGroupsRendering, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairGroupsRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetDeformedGroupSections \ +static_assert(alignof(GroomAsset_SetDeformedGroupSections) == 0x000008, "Wrong alignment on GroomAsset_SetDeformedGroupSections"); \ +static_assert(sizeof(GroomAsset_SetDeformedGroupSections) == 0x000010, "Wrong size on GroomAsset_SetDeformedGroupSections"); \ +static_assert(offsetof(GroomAsset_SetDeformedGroupSections, In) == 0x000000, "Member 'GroomAsset_SetDeformedGroupSections::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetEnableGlobalInterpolation \ +static_assert(alignof(GroomAsset_SetEnableGlobalInterpolation) == 0x000001, "Wrong alignment on GroomAsset_SetEnableGlobalInterpolation"); \ +static_assert(sizeof(GroomAsset_SetEnableGlobalInterpolation) == 0x000001, "Wrong size on GroomAsset_SetEnableGlobalInterpolation"); \ +static_assert(offsetof(GroomAsset_SetEnableGlobalInterpolation, In) == 0x000000, "Member 'GroomAsset_SetEnableGlobalInterpolation::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetEnableSimulationCache \ +static_assert(alignof(GroomAsset_SetEnableSimulationCache) == 0x000001, "Wrong alignment on GroomAsset_SetEnableSimulationCache"); \ +static_assert(sizeof(GroomAsset_SetEnableSimulationCache) == 0x000001, "Wrong size on GroomAsset_SetEnableSimulationCache"); \ +static_assert(offsetof(GroomAsset_SetEnableSimulationCache, In) == 0x000000, "Member 'GroomAsset_SetEnableSimulationCache::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsCards \ +static_assert(alignof(GroomAsset_SetHairGroupsCards) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsCards"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsCards) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsCards"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsCards, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsCards::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsInterpolation \ +static_assert(alignof(GroomAsset_SetHairGroupsInterpolation) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsInterpolation"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsInterpolation) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsInterpolation"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsInterpolation, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsInterpolation::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsLOD \ +static_assert(alignof(GroomAsset_SetHairGroupsLOD) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsLOD"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsLOD) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsLOD"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsLOD, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsLOD::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsMaterials \ +static_assert(alignof(GroomAsset_SetHairGroupsMaterials) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsMaterials"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsMaterials) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsMaterials"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsMaterials, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsMaterials::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsMeshes \ +static_assert(alignof(GroomAsset_SetHairGroupsMeshes) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsMeshes"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsMeshes) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsMeshes"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsMeshes, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsMeshes::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsPhysics \ +static_assert(alignof(GroomAsset_SetHairGroupsPhysics) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsPhysics"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsPhysics) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsPhysics"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsPhysics, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsPhysics::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairGroupsRendering \ +static_assert(alignof(GroomAsset_SetHairGroupsRendering) == 0x000008, "Wrong alignment on GroomAsset_SetHairGroupsRendering"); \ +static_assert(sizeof(GroomAsset_SetHairGroupsRendering) == 0x000010, "Wrong size on GroomAsset_SetHairGroupsRendering"); \ +static_assert(offsetof(GroomAsset_SetHairGroupsRendering, In) == 0x000000, "Member 'GroomAsset_SetHairGroupsRendering::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetHairInterpolationType \ +static_assert(alignof(GroomAsset_SetHairInterpolationType) == 0x000001, "Wrong alignment on GroomAsset_SetHairInterpolationType"); \ +static_assert(sizeof(GroomAsset_SetHairInterpolationType) == 0x000001, "Wrong size on GroomAsset_SetHairInterpolationType"); \ +static_assert(offsetof(GroomAsset_SetHairInterpolationType, In) == 0x000000, "Member 'GroomAsset_SetHairInterpolationType::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_SetRiggedSkeletalMesh \ +static_assert(alignof(GroomAsset_SetRiggedSkeletalMesh) == 0x000008, "Wrong alignment on GroomAsset_SetRiggedSkeletalMesh"); \ +static_assert(sizeof(GroomAsset_SetRiggedSkeletalMesh) == 0x000008, "Wrong size on GroomAsset_SetRiggedSkeletalMesh"); \ +static_assert(offsetof(GroomAsset_SetRiggedSkeletalMesh, In) == 0x000000, "Member 'GroomAsset_SetRiggedSkeletalMesh::In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetEnableGlobalInterpolation \ +static_assert(alignof(GroomAsset_GetEnableGlobalInterpolation) == 0x000001, "Wrong alignment on GroomAsset_GetEnableGlobalInterpolation"); \ +static_assert(sizeof(GroomAsset_GetEnableGlobalInterpolation) == 0x000001, "Wrong size on GroomAsset_GetEnableGlobalInterpolation"); \ +static_assert(offsetof(GroomAsset_GetEnableGlobalInterpolation, ReturnValue) == 0x000000, "Member 'GroomAsset_GetEnableGlobalInterpolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetEnableSimulationCache \ +static_assert(alignof(GroomAsset_GetEnableSimulationCache) == 0x000001, "Wrong alignment on GroomAsset_GetEnableSimulationCache"); \ +static_assert(sizeof(GroomAsset_GetEnableSimulationCache) == 0x000001, "Wrong size on GroomAsset_GetEnableSimulationCache"); \ +static_assert(offsetof(GroomAsset_GetEnableSimulationCache, ReturnValue) == 0x000000, "Member 'GroomAsset_GetEnableSimulationCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetHairInterpolationType \ +static_assert(alignof(GroomAsset_GetHairInterpolationType) == 0x000001, "Wrong alignment on GroomAsset_GetHairInterpolationType"); \ +static_assert(sizeof(GroomAsset_GetHairInterpolationType) == 0x000001, "Wrong size on GroomAsset_GetHairInterpolationType"); \ +static_assert(offsetof(GroomAsset_GetHairInterpolationType, ReturnValue) == 0x000000, "Member 'GroomAsset_GetHairInterpolationType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomAsset_GetRiggedSkeletalMesh \ +static_assert(alignof(GroomAsset_GetRiggedSkeletalMesh) == 0x000008, "Wrong alignment on GroomAsset_GetRiggedSkeletalMesh"); \ +static_assert(sizeof(GroomAsset_GetRiggedSkeletalMesh) == 0x000008, "Wrong size on GroomAsset_GetRiggedSkeletalMesh"); \ +static_assert(offsetof(GroomAsset_GetRiggedSkeletalMesh, ReturnValue) == 0x000000, "Member 'GroomAsset_GetRiggedSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomAsset \ +static_assert(alignof(UGroomAsset) == 0x000008, "Wrong alignment on UGroomAsset"); \ +static_assert(sizeof(UGroomAsset) == 0x0001C0, "Wrong size on UGroomAsset"); \ +static_assert(offsetof(UGroomAsset, LODMode) == 0x000058, "Member 'UGroomAsset::LODMode' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, AutoLODBias) == 0x00005C, "Member 'UGroomAsset::AutoLODBias' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, DataflowSettings) == 0x000060, "Member 'UGroomAsset::DataflowSettings' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsInfo) == 0x0000D0, "Member 'UGroomAsset::HairGroupsInfo' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsRendering) == 0x0000E0, "Member 'UGroomAsset::HairGroupsRendering' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsPhysics) == 0x0000F0, "Member 'UGroomAsset::HairGroupsPhysics' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsInterpolation) == 0x000100, "Member 'UGroomAsset::HairGroupsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsLOD) == 0x000110, "Member 'UGroomAsset::HairGroupsLOD' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsCards) == 0x000120, "Member 'UGroomAsset::HairGroupsCards' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsMeshes) == 0x000130, "Member 'UGroomAsset::HairGroupsMeshes' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsMaterials) == 0x000140, "Member 'UGroomAsset::HairGroupsMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, EnableGlobalInterpolation) == 0x000150, "Member 'UGroomAsset::EnableGlobalInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, EnableSimulationCache) == 0x000151, "Member 'UGroomAsset::EnableSimulationCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairInterpolationType) == 0x000152, "Member 'UGroomAsset::HairInterpolationType' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, RiggedSkeletalMesh) == 0x000158, "Member 'UGroomAsset::RiggedSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, DeformedGroupSections) == 0x000160, "Member 'UGroomAsset::DeformedGroupSections' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, MinLOD) == 0x000170, "Member 'UGroomAsset::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, DisableBelowMinLodStripping) == 0x000174, "Member 'UGroomAsset::DisableBelowMinLodStripping' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, EffectiveLODBias) == 0x000178, "Member 'UGroomAsset::EffectiveLODBias' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, AssetUserData) == 0x0001A8, "Member 'UGroomAsset::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHairCardGenerationSettings \ +static_assert(alignof(UHairCardGenerationSettings) == 0x000008, "Wrong alignment on UHairCardGenerationSettings"); \ +static_assert(sizeof(UHairCardGenerationSettings) == 0x000028, "Wrong size on UHairCardGenerationSettings"); \ + +#define DUMPER7_ASSERTS_UDataflowGroomContent \ +static_assert(alignof(UDataflowGroomContent) == 0x000008, "Wrong alignment on UDataflowGroomContent"); \ +static_assert(sizeof(UDataflowGroomContent) == 0x0000E0, "Wrong size on UDataflowGroomContent"); \ +static_assert(offsetof(UDataflowGroomContent, BindingAsset) == 0x0000D8, "Member 'UDataflowGroomContent::BindingAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomAssetImportData \ +static_assert(alignof(UGroomAssetImportData) == 0x000008, "Wrong alignment on UGroomAssetImportData"); \ +static_assert(sizeof(UGroomAssetImportData) == 0x000038, "Wrong size on UGroomAssetImportData"); \ +static_assert(offsetof(UGroomAssetImportData, ImportOptions) == 0x000028, "Member 'UGroomAssetImportData::ImportOptions' has a wrong offset!"); \ +static_assert(offsetof(UGroomAssetImportData, HairStrandsTexturesOptions) == 0x000030, "Member 'UGroomAssetImportData::HairStrandsTexturesOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_Build \ +static_assert(alignof(GroomBindingAsset_Build) == 0x000004, "Wrong alignment on GroomBindingAsset_Build"); \ +static_assert(sizeof(GroomBindingAsset_Build) == 0x000010, "Wrong size on GroomBindingAsset_Build"); \ +static_assert(offsetof(GroomBindingAsset_Build, CompletionDelegate) == 0x000000, "Member 'GroomBindingAsset_Build::CompletionDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetGroom \ +static_assert(alignof(GroomBindingAsset_SetGroom) == 0x000008, "Wrong alignment on GroomBindingAsset_SetGroom"); \ +static_assert(sizeof(GroomBindingAsset_SetGroom) == 0x000008, "Wrong size on GroomBindingAsset_SetGroom"); \ +static_assert(offsetof(GroomBindingAsset_SetGroom, InGroom) == 0x000000, "Member 'GroomBindingAsset_SetGroom::InGroom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetGroomBindingType \ +static_assert(alignof(GroomBindingAsset_SetGroomBindingType) == 0x000001, "Wrong alignment on GroomBindingAsset_SetGroomBindingType"); \ +static_assert(sizeof(GroomBindingAsset_SetGroomBindingType) == 0x000001, "Wrong size on GroomBindingAsset_SetGroomBindingType"); \ +static_assert(offsetof(GroomBindingAsset_SetGroomBindingType, InGroomBindingType) == 0x000000, "Member 'GroomBindingAsset_SetGroomBindingType::InGroomBindingType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetGroupInfos \ +static_assert(alignof(GroomBindingAsset_SetGroupInfos) == 0x000008, "Wrong alignment on GroomBindingAsset_SetGroupInfos"); \ +static_assert(sizeof(GroomBindingAsset_SetGroupInfos) == 0x000010, "Wrong size on GroomBindingAsset_SetGroupInfos"); \ +static_assert(offsetof(GroomBindingAsset_SetGroupInfos, InGroupInfos) == 0x000000, "Member 'GroomBindingAsset_SetGroupInfos::InGroupInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetMatchingSection \ +static_assert(alignof(GroomBindingAsset_SetMatchingSection) == 0x000004, "Wrong alignment on GroomBindingAsset_SetMatchingSection"); \ +static_assert(sizeof(GroomBindingAsset_SetMatchingSection) == 0x000004, "Wrong size on GroomBindingAsset_SetMatchingSection"); \ +static_assert(offsetof(GroomBindingAsset_SetMatchingSection, InMatchingSection) == 0x000000, "Member 'GroomBindingAsset_SetMatchingSection::InMatchingSection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetNumInterpolationPoints \ +static_assert(alignof(GroomBindingAsset_SetNumInterpolationPoints) == 0x000004, "Wrong alignment on GroomBindingAsset_SetNumInterpolationPoints"); \ +static_assert(sizeof(GroomBindingAsset_SetNumInterpolationPoints) == 0x000004, "Wrong size on GroomBindingAsset_SetNumInterpolationPoints"); \ +static_assert(offsetof(GroomBindingAsset_SetNumInterpolationPoints, InNumInterpolationPoints) == 0x000000, "Member 'GroomBindingAsset_SetNumInterpolationPoints::InNumInterpolationPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetSourceGeometryCache \ +static_assert(alignof(GroomBindingAsset_SetSourceGeometryCache) == 0x000008, "Wrong alignment on GroomBindingAsset_SetSourceGeometryCache"); \ +static_assert(sizeof(GroomBindingAsset_SetSourceGeometryCache) == 0x000008, "Wrong size on GroomBindingAsset_SetSourceGeometryCache"); \ +static_assert(offsetof(GroomBindingAsset_SetSourceGeometryCache, InGeometryCache) == 0x000000, "Member 'GroomBindingAsset_SetSourceGeometryCache::InGeometryCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetSourceMeshRequestedLOD \ +static_assert(alignof(GroomBindingAsset_SetSourceMeshRequestedLOD) == 0x000004, "Wrong alignment on GroomBindingAsset_SetSourceMeshRequestedLOD"); \ +static_assert(sizeof(GroomBindingAsset_SetSourceMeshRequestedLOD) == 0x000004, "Wrong size on GroomBindingAsset_SetSourceMeshRequestedLOD"); \ +static_assert(offsetof(GroomBindingAsset_SetSourceMeshRequestedLOD, InSourceMeshRequestedLOD) == 0x000000, "Member 'GroomBindingAsset_SetSourceMeshRequestedLOD::InSourceMeshRequestedLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetSourceMeshUsedLOD \ +static_assert(alignof(GroomBindingAsset_SetSourceMeshUsedLOD) == 0x000004, "Wrong alignment on GroomBindingAsset_SetSourceMeshUsedLOD"); \ +static_assert(sizeof(GroomBindingAsset_SetSourceMeshUsedLOD) == 0x000004, "Wrong size on GroomBindingAsset_SetSourceMeshUsedLOD"); \ +static_assert(offsetof(GroomBindingAsset_SetSourceMeshUsedLOD, InSourceMeshUsedLOD) == 0x000000, "Member 'GroomBindingAsset_SetSourceMeshUsedLOD::InSourceMeshUsedLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetSourceSkeletalMesh \ +static_assert(alignof(GroomBindingAsset_SetSourceSkeletalMesh) == 0x000008, "Wrong alignment on GroomBindingAsset_SetSourceSkeletalMesh"); \ +static_assert(sizeof(GroomBindingAsset_SetSourceSkeletalMesh) == 0x000008, "Wrong size on GroomBindingAsset_SetSourceSkeletalMesh"); \ +static_assert(offsetof(GroomBindingAsset_SetSourceSkeletalMesh, InSkeletalMesh) == 0x000000, "Member 'GroomBindingAsset_SetSourceSkeletalMesh::InSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetTargetBindingAttribute \ +static_assert(alignof(GroomBindingAsset_SetTargetBindingAttribute) == 0x000004, "Wrong alignment on GroomBindingAsset_SetTargetBindingAttribute"); \ +static_assert(sizeof(GroomBindingAsset_SetTargetBindingAttribute) == 0x000008, "Wrong size on GroomBindingAsset_SetTargetBindingAttribute"); \ +static_assert(offsetof(GroomBindingAsset_SetTargetBindingAttribute, InAttributeName) == 0x000000, "Member 'GroomBindingAsset_SetTargetBindingAttribute::InAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetTargetGeometryCache \ +static_assert(alignof(GroomBindingAsset_SetTargetGeometryCache) == 0x000008, "Wrong alignment on GroomBindingAsset_SetTargetGeometryCache"); \ +static_assert(sizeof(GroomBindingAsset_SetTargetGeometryCache) == 0x000008, "Wrong size on GroomBindingAsset_SetTargetGeometryCache"); \ +static_assert(offsetof(GroomBindingAsset_SetTargetGeometryCache, InGeometryCache) == 0x000000, "Member 'GroomBindingAsset_SetTargetGeometryCache::InGeometryCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetTargetMeshRequestedMinLOD \ +static_assert(alignof(GroomBindingAsset_SetTargetMeshRequestedMinLOD) == 0x000004, "Wrong alignment on GroomBindingAsset_SetTargetMeshRequestedMinLOD"); \ +static_assert(sizeof(GroomBindingAsset_SetTargetMeshRequestedMinLOD) == 0x000004, "Wrong size on GroomBindingAsset_SetTargetMeshRequestedMinLOD"); \ +static_assert(offsetof(GroomBindingAsset_SetTargetMeshRequestedMinLOD, InTargetMeshRequestedMinLOD) == 0x000000, "Member 'GroomBindingAsset_SetTargetMeshRequestedMinLOD::InTargetMeshRequestedMinLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetTargetMeshUsedMinLOD \ +static_assert(alignof(GroomBindingAsset_SetTargetMeshUsedMinLOD) == 0x000004, "Wrong alignment on GroomBindingAsset_SetTargetMeshUsedMinLOD"); \ +static_assert(sizeof(GroomBindingAsset_SetTargetMeshUsedMinLOD) == 0x000004, "Wrong size on GroomBindingAsset_SetTargetMeshUsedMinLOD"); \ +static_assert(offsetof(GroomBindingAsset_SetTargetMeshUsedMinLOD, InTargetMeshUsedMinLOD) == 0x000000, "Member 'GroomBindingAsset_SetTargetMeshUsedMinLOD::InTargetMeshUsedMinLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_SetTargetSkeletalMesh \ +static_assert(alignof(GroomBindingAsset_SetTargetSkeletalMesh) == 0x000008, "Wrong alignment on GroomBindingAsset_SetTargetSkeletalMesh"); \ +static_assert(sizeof(GroomBindingAsset_SetTargetSkeletalMesh) == 0x000008, "Wrong size on GroomBindingAsset_SetTargetSkeletalMesh"); \ +static_assert(offsetof(GroomBindingAsset_SetTargetSkeletalMesh, InSkeletalMesh) == 0x000000, "Member 'GroomBindingAsset_SetTargetSkeletalMesh::InSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetGroom \ +static_assert(alignof(GroomBindingAsset_GetGroom) == 0x000008, "Wrong alignment on GroomBindingAsset_GetGroom"); \ +static_assert(sizeof(GroomBindingAsset_GetGroom) == 0x000008, "Wrong size on GroomBindingAsset_GetGroom"); \ +static_assert(offsetof(GroomBindingAsset_GetGroom, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetGroom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetGroomBindingType \ +static_assert(alignof(GroomBindingAsset_GetGroomBindingType) == 0x000001, "Wrong alignment on GroomBindingAsset_GetGroomBindingType"); \ +static_assert(sizeof(GroomBindingAsset_GetGroomBindingType) == 0x000001, "Wrong size on GroomBindingAsset_GetGroomBindingType"); \ +static_assert(offsetof(GroomBindingAsset_GetGroomBindingType, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetGroomBindingType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetGroupInfos \ +static_assert(alignof(GroomBindingAsset_GetGroupInfos) == 0x000008, "Wrong alignment on GroomBindingAsset_GetGroupInfos"); \ +static_assert(sizeof(GroomBindingAsset_GetGroupInfos) == 0x000010, "Wrong size on GroomBindingAsset_GetGroupInfos"); \ +static_assert(offsetof(GroomBindingAsset_GetGroupInfos, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetGroupInfos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetMatchingSection \ +static_assert(alignof(GroomBindingAsset_GetMatchingSection) == 0x000004, "Wrong alignment on GroomBindingAsset_GetMatchingSection"); \ +static_assert(sizeof(GroomBindingAsset_GetMatchingSection) == 0x000004, "Wrong size on GroomBindingAsset_GetMatchingSection"); \ +static_assert(offsetof(GroomBindingAsset_GetMatchingSection, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetMatchingSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetNumInterpolationPoints \ +static_assert(alignof(GroomBindingAsset_GetNumInterpolationPoints) == 0x000004, "Wrong alignment on GroomBindingAsset_GetNumInterpolationPoints"); \ +static_assert(sizeof(GroomBindingAsset_GetNumInterpolationPoints) == 0x000004, "Wrong size on GroomBindingAsset_GetNumInterpolationPoints"); \ +static_assert(offsetof(GroomBindingAsset_GetNumInterpolationPoints, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetNumInterpolationPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetSourceGeometryCache \ +static_assert(alignof(GroomBindingAsset_GetSourceGeometryCache) == 0x000008, "Wrong alignment on GroomBindingAsset_GetSourceGeometryCache"); \ +static_assert(sizeof(GroomBindingAsset_GetSourceGeometryCache) == 0x000008, "Wrong size on GroomBindingAsset_GetSourceGeometryCache"); \ +static_assert(offsetof(GroomBindingAsset_GetSourceGeometryCache, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetSourceGeometryCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetSourceMeshRequestedLOD \ +static_assert(alignof(GroomBindingAsset_GetSourceMeshRequestedLOD) == 0x000004, "Wrong alignment on GroomBindingAsset_GetSourceMeshRequestedLOD"); \ +static_assert(sizeof(GroomBindingAsset_GetSourceMeshRequestedLOD) == 0x000004, "Wrong size on GroomBindingAsset_GetSourceMeshRequestedLOD"); \ +static_assert(offsetof(GroomBindingAsset_GetSourceMeshRequestedLOD, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetSourceMeshRequestedLOD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetSourceMeshUsedLOD \ +static_assert(alignof(GroomBindingAsset_GetSourceMeshUsedLOD) == 0x000004, "Wrong alignment on GroomBindingAsset_GetSourceMeshUsedLOD"); \ +static_assert(sizeof(GroomBindingAsset_GetSourceMeshUsedLOD) == 0x000004, "Wrong size on GroomBindingAsset_GetSourceMeshUsedLOD"); \ +static_assert(offsetof(GroomBindingAsset_GetSourceMeshUsedLOD, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetSourceMeshUsedLOD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetSourceSkeletalMesh \ +static_assert(alignof(GroomBindingAsset_GetSourceSkeletalMesh) == 0x000008, "Wrong alignment on GroomBindingAsset_GetSourceSkeletalMesh"); \ +static_assert(sizeof(GroomBindingAsset_GetSourceSkeletalMesh) == 0x000008, "Wrong size on GroomBindingAsset_GetSourceSkeletalMesh"); \ +static_assert(offsetof(GroomBindingAsset_GetSourceSkeletalMesh, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetSourceSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetTargetBindingAttribute \ +static_assert(alignof(GroomBindingAsset_GetTargetBindingAttribute) == 0x000004, "Wrong alignment on GroomBindingAsset_GetTargetBindingAttribute"); \ +static_assert(sizeof(GroomBindingAsset_GetTargetBindingAttribute) == 0x000008, "Wrong size on GroomBindingAsset_GetTargetBindingAttribute"); \ +static_assert(offsetof(GroomBindingAsset_GetTargetBindingAttribute, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetTargetBindingAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetTargetGeometryCache \ +static_assert(alignof(GroomBindingAsset_GetTargetGeometryCache) == 0x000008, "Wrong alignment on GroomBindingAsset_GetTargetGeometryCache"); \ +static_assert(sizeof(GroomBindingAsset_GetTargetGeometryCache) == 0x000008, "Wrong size on GroomBindingAsset_GetTargetGeometryCache"); \ +static_assert(offsetof(GroomBindingAsset_GetTargetGeometryCache, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetTargetGeometryCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetTargetMeshRequestedMinLOD \ +static_assert(alignof(GroomBindingAsset_GetTargetMeshRequestedMinLOD) == 0x000004, "Wrong alignment on GroomBindingAsset_GetTargetMeshRequestedMinLOD"); \ +static_assert(sizeof(GroomBindingAsset_GetTargetMeshRequestedMinLOD) == 0x000004, "Wrong size on GroomBindingAsset_GetTargetMeshRequestedMinLOD"); \ +static_assert(offsetof(GroomBindingAsset_GetTargetMeshRequestedMinLOD, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetTargetMeshRequestedMinLOD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetTargetMeshUsedMinLOD \ +static_assert(alignof(GroomBindingAsset_GetTargetMeshUsedMinLOD) == 0x000004, "Wrong alignment on GroomBindingAsset_GetTargetMeshUsedMinLOD"); \ +static_assert(sizeof(GroomBindingAsset_GetTargetMeshUsedMinLOD) == 0x000004, "Wrong size on GroomBindingAsset_GetTargetMeshUsedMinLOD"); \ +static_assert(offsetof(GroomBindingAsset_GetTargetMeshUsedMinLOD, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetTargetMeshUsedMinLOD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBindingAsset_GetTargetSkeletalMesh \ +static_assert(alignof(GroomBindingAsset_GetTargetSkeletalMesh) == 0x000008, "Wrong alignment on GroomBindingAsset_GetTargetSkeletalMesh"); \ +static_assert(sizeof(GroomBindingAsset_GetTargetSkeletalMesh) == 0x000008, "Wrong size on GroomBindingAsset_GetTargetSkeletalMesh"); \ +static_assert(offsetof(GroomBindingAsset_GetTargetSkeletalMesh, ReturnValue) == 0x000000, "Member 'GroomBindingAsset_GetTargetSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomBindingAsset \ +static_assert(alignof(UGroomBindingAsset) == 0x000010, "Wrong alignment on UGroomBindingAsset"); \ +static_assert(sizeof(UGroomBindingAsset) == 0x0000F0, "Wrong size on UGroomBindingAsset"); \ +static_assert(offsetof(UGroomBindingAsset, GroomBindingType) == 0x000030, "Member 'UGroomBindingAsset::GroomBindingType' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, Groom) == 0x000038, "Member 'UGroomBindingAsset::Groom' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, SourceSkeletalMesh) == 0x000040, "Member 'UGroomBindingAsset::SourceSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, SourceMeshRequestedLOD) == 0x000048, "Member 'UGroomBindingAsset::SourceMeshRequestedLOD' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, SourceMeshUsedLOD) == 0x00004C, "Member 'UGroomBindingAsset::SourceMeshUsedLOD' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, TargetSkeletalMesh) == 0x000050, "Member 'UGroomBindingAsset::TargetSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, TargetMeshRequestedMinLOD) == 0x000058, "Member 'UGroomBindingAsset::TargetMeshRequestedMinLOD' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, TargetMeshUsedMinLOD) == 0x00005C, "Member 'UGroomBindingAsset::TargetMeshUsedMinLOD' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, SourceGeometryCache) == 0x000060, "Member 'UGroomBindingAsset::SourceGeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, TargetGeometryCache) == 0x000068, "Member 'UGroomBindingAsset::TargetGeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, NumInterpolationPoints) == 0x000070, "Member 'UGroomBindingAsset::NumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, MatchingSection) == 0x000074, "Member 'UGroomBindingAsset::MatchingSection' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, TargetBindingAttribute) == 0x000078, "Member 'UGroomBindingAsset::TargetBindingAttribute' has a wrong offset!"); \ +static_assert(offsetof(UGroomBindingAsset, GroupInfos) == 0x000080, "Member 'UGroomBindingAsset::GroupInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomBindingAssetList \ +static_assert(alignof(UGroomBindingAssetList) == 0x000008, "Wrong alignment on UGroomBindingAssetList"); \ +static_assert(sizeof(UGroomBindingAssetList) == 0x000038, "Wrong size on UGroomBindingAssetList"); \ +static_assert(offsetof(UGroomBindingAssetList, Bindings) == 0x000028, "Member 'UGroomBindingAssetList::Bindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset \ +static_assert(alignof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset"); \ +static_assert(sizeof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset) == 0x000030, "Wrong size on GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, GroomAsset) == 0x000000, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::GroomAsset' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, GeometryCache) == 0x000008, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, NumInterpolationPoints) == 0x000010, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::NumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, SourceGeometryCacheForTransfer) == 0x000018, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::SourceGeometryCacheForTransfer' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, MatchingSection) == 0x000020, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::MatchingSection' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, ReturnValue) == 0x000028, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath \ +static_assert(alignof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath"); \ +static_assert(sizeof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath) == 0x000040, "Wrong size on GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, DesiredPackagePath) == 0x000000, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::DesiredPackagePath' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, GroomAsset) == 0x000010, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::GroomAsset' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, GeometryCache) == 0x000018, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, NumInterpolationPoints) == 0x000020, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::NumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, SourceGeometryCacheForTransfer) == 0x000028, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::SourceGeometryCacheForTransfer' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, MatchingSection) == 0x000030, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::MatchingSection' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, ReturnValue) == 0x000038, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBlueprintLibrary_CreateNewGroomBindingAsset \ +static_assert(alignof(GroomBlueprintLibrary_CreateNewGroomBindingAsset) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_CreateNewGroomBindingAsset"); \ +static_assert(sizeof(GroomBlueprintLibrary_CreateNewGroomBindingAsset) == 0x000030, "Wrong size on GroomBlueprintLibrary_CreateNewGroomBindingAsset"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InGroomAsset) == 0x000000, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InGroomAsset' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InSkeletalMesh) == 0x000008, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InNumInterpolationPoints) == 0x000010, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InNumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InSourceSkeletalMeshForTransfer) == 0x000018, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InSourceSkeletalMeshForTransfer' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InMatchingSection) == 0x000020, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InMatchingSection' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, ReturnValue) == 0x000028, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath \ +static_assert(alignof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath"); \ +static_assert(sizeof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath) == 0x000040, "Wrong size on GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InDesiredPackagePath) == 0x000000, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InDesiredPackagePath' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InGroomAsset) == 0x000010, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InGroomAsset' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InSkeletalMesh) == 0x000018, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InNumInterpolationPoints) == 0x000020, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InNumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InSourceSkeletalMeshForTransfer) == 0x000028, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InSourceSkeletalMeshForTransfer' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InMatchingSection) == 0x000030, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InMatchingSection' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, ReturnValue) == 0x000038, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomBlueprintLibrary_IsHairStrandsSupportedInWorld \ +static_assert(alignof(GroomBlueprintLibrary_IsHairStrandsSupportedInWorld) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_IsHairStrandsSupportedInWorld"); \ +static_assert(sizeof(GroomBlueprintLibrary_IsHairStrandsSupportedInWorld) == 0x000010, "Wrong size on GroomBlueprintLibrary_IsHairStrandsSupportedInWorld"); \ +static_assert(offsetof(GroomBlueprintLibrary_IsHairStrandsSupportedInWorld, WorldContextObject) == 0x000000, "Member 'GroomBlueprintLibrary_IsHairStrandsSupportedInWorld::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GroomBlueprintLibrary_IsHairStrandsSupportedInWorld, ReturnValue) == 0x000008, "Member 'GroomBlueprintLibrary_IsHairStrandsSupportedInWorld::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) == 0x000090, "Wrong size on UGroomCache"); \ +static_assert(offsetof(UGroomCache, AssetUserData) == 0x000048, "Member 'UGroomCache::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UGroomCache, GroomCacheInfo) == 0x000058, "Member 'UGroomCache::GroomCacheInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_AddCollisionComponent \ +static_assert(alignof(GroomComponent_AddCollisionComponent) == 0x000008, "Wrong alignment on GroomComponent_AddCollisionComponent"); \ +static_assert(sizeof(GroomComponent_AddCollisionComponent) == 0x000008, "Wrong size on GroomComponent_AddCollisionComponent"); \ +static_assert(offsetof(GroomComponent_AddCollisionComponent, SkeletalMeshComponent) == 0x000000, "Member 'GroomComponent_AddCollisionComponent::SkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_GetIsHairLengthScaleEnabled \ +static_assert(alignof(GroomComponent_GetIsHairLengthScaleEnabled) == 0x000001, "Wrong alignment on GroomComponent_GetIsHairLengthScaleEnabled"); \ +static_assert(sizeof(GroomComponent_GetIsHairLengthScaleEnabled) == 0x000001, "Wrong size on GroomComponent_GetIsHairLengthScaleEnabled"); \ +static_assert(offsetof(GroomComponent_GetIsHairLengthScaleEnabled, ReturnValue) == 0x000000, "Member 'GroomComponent_GetIsHairLengthScaleEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_GetNiagaraComponent \ +static_assert(alignof(GroomComponent_GetNiagaraComponent) == 0x000008, "Wrong alignment on GroomComponent_GetNiagaraComponent"); \ +static_assert(sizeof(GroomComponent_GetNiagaraComponent) == 0x000010, "Wrong size on GroomComponent_GetNiagaraComponent"); \ +static_assert(offsetof(GroomComponent_GetNiagaraComponent, GroupIndex) == 0x000000, "Member 'GroomComponent_GetNiagaraComponent::GroupIndex' has a wrong offset!"); \ +static_assert(offsetof(GroomComponent_GetNiagaraComponent, ReturnValue) == 0x000008, "Member 'GroomComponent_GetNiagaraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetBindingAsset \ +static_assert(alignof(GroomComponent_SetBindingAsset) == 0x000008, "Wrong alignment on GroomComponent_SetBindingAsset"); \ +static_assert(sizeof(GroomComponent_SetBindingAsset) == 0x000008, "Wrong size on GroomComponent_SetBindingAsset"); \ +static_assert(offsetof(GroomComponent_SetBindingAsset, InBinding) == 0x000000, "Member 'GroomComponent_SetBindingAsset::InBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetEnableSimulation \ +static_assert(alignof(GroomComponent_SetEnableSimulation) == 0x000001, "Wrong alignment on GroomComponent_SetEnableSimulation"); \ +static_assert(sizeof(GroomComponent_SetEnableSimulation) == 0x000001, "Wrong size on GroomComponent_SetEnableSimulation"); \ +static_assert(offsetof(GroomComponent_SetEnableSimulation, bInEnableSimulation) == 0x000000, "Member 'GroomComponent_SetEnableSimulation::bInEnableSimulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetGroomAsset \ +static_assert(alignof(GroomComponent_SetGroomAsset) == 0x000008, "Wrong alignment on GroomComponent_SetGroomAsset"); \ +static_assert(sizeof(GroomComponent_SetGroomAsset) == 0x000008, "Wrong size on GroomComponent_SetGroomAsset"); \ +static_assert(offsetof(GroomComponent_SetGroomAsset, Asset) == 0x000000, "Member 'GroomComponent_SetGroomAsset::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetGroomCache \ +static_assert(alignof(GroomComponent_SetGroomCache) == 0x000008, "Wrong alignment on GroomComponent_SetGroomCache"); \ +static_assert(sizeof(GroomComponent_SetGroomCache) == 0x000008, "Wrong size on GroomComponent_SetGroomCache"); \ +static_assert(offsetof(GroomComponent_SetGroomCache, InGroomCache) == 0x000000, "Member 'GroomComponent_SetGroomCache::InGroomCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetHairLengthScale \ +static_assert(alignof(GroomComponent_SetHairLengthScale) == 0x000004, "Wrong alignment on GroomComponent_SetHairLengthScale"); \ +static_assert(sizeof(GroomComponent_SetHairLengthScale) == 0x000004, "Wrong size on GroomComponent_SetHairLengthScale"); \ +static_assert(offsetof(GroomComponent_SetHairLengthScale, Scale) == 0x000000, "Member 'GroomComponent_SetHairLengthScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetHairLengthScaleEnable \ +static_assert(alignof(GroomComponent_SetHairLengthScaleEnable) == 0x000001, "Wrong alignment on GroomComponent_SetHairLengthScaleEnable"); \ +static_assert(sizeof(GroomComponent_SetHairLengthScaleEnable) == 0x000001, "Wrong size on GroomComponent_SetHairLengthScaleEnable"); \ +static_assert(offsetof(GroomComponent_SetHairLengthScaleEnable, bEnable) == 0x000000, "Member 'GroomComponent_SetHairLengthScaleEnable::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetMeshDeformer \ +static_assert(alignof(GroomComponent_SetMeshDeformer) == 0x000008, "Wrong alignment on GroomComponent_SetMeshDeformer"); \ +static_assert(sizeof(GroomComponent_SetMeshDeformer) == 0x000008, "Wrong size on GroomComponent_SetMeshDeformer"); \ +static_assert(offsetof(GroomComponent_SetMeshDeformer, InMeshDeformer) == 0x000000, "Member 'GroomComponent_SetMeshDeformer::InMeshDeformer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomComponent_SetPhysicsAsset \ +static_assert(alignof(GroomComponent_SetPhysicsAsset) == 0x000008, "Wrong alignment on GroomComponent_SetPhysicsAsset"); \ +static_assert(sizeof(GroomComponent_SetPhysicsAsset) == 0x000008, "Wrong size on GroomComponent_SetPhysicsAsset"); \ +static_assert(offsetof(GroomComponent_SetPhysicsAsset, InPhysicsAsset) == 0x000000, "Member 'GroomComponent_SetPhysicsAsset::InPhysicsAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomComponent \ +static_assert(alignof(UGroomComponent) == 0x000010, "Wrong alignment on UGroomComponent"); \ +static_assert(sizeof(UGroomComponent) == 0x0007D0, "Wrong size on UGroomComponent"); \ +static_assert(offsetof(UGroomComponent, GroomAsset) == 0x000588, "Member 'UGroomComponent::GroomAsset' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, GroomCache) == 0x000590, "Member 'UGroomComponent::GroomCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, NiagaraComponents) == 0x000598, "Member 'UGroomComponent::NiagaraComponents' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, SourceSkeletalMesh) == 0x0005A8, "Member 'UGroomComponent::SourceSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, BindingAsset) == 0x0005B0, "Member 'UGroomComponent::BindingAsset' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, PhysicsAsset) == 0x0005B8, "Member 'UGroomComponent::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, SimulationSettings) == 0x0005D0, "Member 'UGroomComponent::SimulationSettings' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, MeshDeformer) == 0x000660, "Member 'UGroomComponent::MeshDeformer' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, MeshDeformerInstance) == 0x000668, "Member 'UGroomComponent::MeshDeformerInstance' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, MeshDeformerInstanceSettings) == 0x000670, "Member 'UGroomComponent::MeshDeformerInstanceSettings' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, Strands_DebugMaterial) == 0x000678, "Member 'UGroomComponent::Strands_DebugMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, Strands_DefaultMaterial) == 0x000680, "Member 'UGroomComponent::Strands_DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, Cards_DefaultMaterial) == 0x000688, "Member 'UGroomComponent::Cards_DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, Meshes_DefaultMaterial) == 0x000690, "Member 'UGroomComponent::Meshes_DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, AngularSpringsSystem) == 0x000698, "Member 'UGroomComponent::AngularSpringsSystem' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, CosseratRodsSystem) == 0x0006A0, "Member 'UGroomComponent::CosseratRodsSystem' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, AttachmentName) == 0x0006A8, "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) == 0x000068, "Wrong size on UGroomCreateBindingOptions"); \ +static_assert(offsetof(UGroomCreateBindingOptions, GroomAsset) == 0x000028, "Member 'UGroomCreateBindingOptions::GroomAsset' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, GroomBindingType) == 0x000030, "Member 'UGroomCreateBindingOptions::GroomBindingType' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, SourceSkeletalMesh) == 0x000038, "Member 'UGroomCreateBindingOptions::SourceSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, TargetSkeletalMesh) == 0x000040, "Member 'UGroomCreateBindingOptions::TargetSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, SourceGeometryCache) == 0x000048, "Member 'UGroomCreateBindingOptions::SourceGeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, TargetGeometryCache) == 0x000050, "Member 'UGroomCreateBindingOptions::TargetGeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, NumInterpolationPoints) == 0x000058, "Member 'UGroomCreateBindingOptions::NumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, MatchingSection) == 0x00005C, "Member 'UGroomCreateBindingOptions::MatchingSection' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, TargetBindingAttribute) == 0x000060, "Member 'UGroomCreateBindingOptions::TargetBindingAttribute' 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) == 0x000088, "Wrong size on UGroomCreateStrandsTexturesOptions"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, Layout) == 0x000028, "Member 'UGroomCreateStrandsTexturesOptions::Layout' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, Resolution) == 0x00002C, "Member 'UGroomCreateStrandsTexturesOptions::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, TraceType) == 0x000030, "Member 'UGroomCreateStrandsTexturesOptions::TraceType' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, TraceDistance) == 0x000034, "Member 'UGroomCreateStrandsTexturesOptions::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, MeshType) == 0x000038, "Member 'UGroomCreateStrandsTexturesOptions::MeshType' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, StaticMesh) == 0x000040, "Member 'UGroomCreateStrandsTexturesOptions::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, SkeletalMesh) == 0x000048, "Member 'UGroomCreateStrandsTexturesOptions::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, LODIndex) == 0x000050, "Member 'UGroomCreateStrandsTexturesOptions::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, SectionIndex) == 0x000054, "Member 'UGroomCreateStrandsTexturesOptions::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, UVChannelIndex) == 0x000058, "Member 'UGroomCreateStrandsTexturesOptions::UVChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, GroupIndex) == 0x000060, "Member 'UGroomCreateStrandsTexturesOptions::GroupIndex' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, Dilation) == 0x000070, "Member 'UGroomCreateStrandsTexturesOptions::Dilation' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, GeneratedTextures) == 0x000078, "Member 'UGroomCreateStrandsTexturesOptions::GeneratedTextures' 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_UGroomHairGroupsMapping \ +static_assert(alignof(UGroomHairGroupsMapping) == 0x000008, "Wrong alignment on UGroomHairGroupsMapping"); \ +static_assert(sizeof(UGroomHairGroupsMapping) == 0x000078, "Wrong size on UGroomHairGroupsMapping"); \ +static_assert(offsetof(UGroomHairGroupsMapping, OldGroupNames) == 0x000028, "Member 'UGroomHairGroupsMapping::OldGroupNames' has a wrong offset!"); \ +static_assert(offsetof(UGroomHairGroupsMapping, NewGroupNames) == 0x000038, "Member 'UGroomHairGroupsMapping::NewGroupNames' has a wrong offset!"); \ +static_assert(offsetof(UGroomHairGroupsMapping, OldToNewGroupIndexMapping) == 0x000048, "Member 'UGroomHairGroupsMapping::OldToNewGroupIndexMapping' has a wrong offset!"); \ +static_assert(offsetof(UGroomHairGroupsMapping, NewToOldGroupIndexMapping) == 0x000058, "Member 'UGroomHairGroupsMapping::NewToOldGroupIndexMapping' 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) == 0x000128, "Wrong size on UMovieSceneGroomCacheSection"); \ +static_assert(offsetof(UMovieSceneGroomCacheSection, Params_0) == 0x000108, "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) == 0x000128, "Wrong size on UMovieSceneGroomCacheTrack"); \ +static_assert(offsetof(UMovieSceneGroomCacheTrack, AnimationSections) == 0x000118, "Member 'UMovieSceneGroomCacheTrack::AnimationSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceHairStrands \ +static_assert(alignof(UNiagaraDataInterfaceHairStrands) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceHairStrands"); \ +static_assert(sizeof(UNiagaraDataInterfaceHairStrands) == 0x000058, "Wrong size on UNiagaraDataInterfaceHairStrands"); \ +static_assert(offsetof(UNiagaraDataInterfaceHairStrands, DefaultSource) == 0x000040, "Member 'UNiagaraDataInterfaceHairStrands::DefaultSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceHairStrands, SourceActor) == 0x000048, "Member 'UNiagaraDataInterfaceHairStrands::SourceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceVelocityGrid \ +static_assert(alignof(UNiagaraDataInterfaceVelocityGrid) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVelocityGrid"); \ +static_assert(sizeof(UNiagaraDataInterfaceVelocityGrid) == 0x000048, "Wrong size on UNiagaraDataInterfaceVelocityGrid"); \ +static_assert(offsetof(UNiagaraDataInterfaceVelocityGrid, GridSize) == 0x000038, "Member 'UNiagaraDataInterfaceVelocityGrid::GridSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfacePressureGrid \ +static_assert(alignof(UNiagaraDataInterfacePressureGrid) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePressureGrid"); \ +static_assert(sizeof(UNiagaraDataInterfacePressureGrid) == 0x000048, "Wrong size on UNiagaraDataInterfacePressureGrid"); \ + +#define DUMPER7_ASSERTS_UGauntletTestController \ +static_assert(alignof(UGauntletTestController) == 0x000008, "Wrong alignment on UGauntletTestController"); \ +static_assert(sizeof(UGauntletTestController) == 0x000030, "Wrong size on UGauntletTestController"); \ + +#define DUMPER7_ASSERTS_UGauntletTestControllerBootTest \ +static_assert(alignof(UGauntletTestControllerBootTest) == 0x000008, "Wrong alignment on UGauntletTestControllerBootTest"); \ +static_assert(sizeof(UGauntletTestControllerBootTest) == 0x000030, "Wrong size on UGauntletTestControllerBootTest"); \ + +#define DUMPER7_ASSERTS_UGauntletTestControllerErrorTest \ +static_assert(alignof(UGauntletTestControllerErrorTest) == 0x000008, "Wrong alignment on UGauntletTestControllerErrorTest"); \ +static_assert(sizeof(UGauntletTestControllerErrorTest) == 0x000050, "Wrong size on UGauntletTestControllerErrorTest"); \ + +#define DUMPER7_ASSERTS_FGameSettingFilterState \ +static_assert(alignof(FGameSettingFilterState) == 0x000008, "Wrong alignment on FGameSettingFilterState"); \ +static_assert(sizeof(FGameSettingFilterState) == 0x0003A0, "Wrong size on FGameSettingFilterState"); \ +static_assert(offsetof(FGameSettingFilterState, bIncludeDisabled) == 0x000000, "Member 'FGameSettingFilterState::bIncludeDisabled' has a wrong offset!"); \ +static_assert(offsetof(FGameSettingFilterState, bIncludeHidden) == 0x000001, "Member 'FGameSettingFilterState::bIncludeHidden' has a wrong offset!"); \ +static_assert(offsetof(FGameSettingFilterState, bIncludeResetable) == 0x000002, "Member 'FGameSettingFilterState::bIncludeResetable' has a wrong offset!"); \ +static_assert(offsetof(FGameSettingFilterState, bIncludeNestedPages) == 0x000003, "Member 'FGameSettingFilterState::bIncludeNestedPages' has a wrong offset!"); \ +static_assert(offsetof(FGameSettingFilterState, SettingRootList) == 0x000380, "Member 'FGameSettingFilterState::SettingRootList' has a wrong offset!"); \ +static_assert(offsetof(FGameSettingFilterState, SettingAllowList) == 0x000390, "Member 'FGameSettingFilterState::SettingAllowList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameSettingClassExtensions \ +static_assert(alignof(FGameSettingClassExtensions) == 0x000008, "Wrong alignment on FGameSettingClassExtensions"); \ +static_assert(sizeof(FGameSettingClassExtensions) == 0x000010, "Wrong size on FGameSettingClassExtensions"); \ +static_assert(offsetof(FGameSettingClassExtensions, Extensions) == 0x000000, "Member 'FGameSettingClassExtensions::Extensions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameSettingNameExtensions \ +static_assert(alignof(FGameSettingNameExtensions) == 0x000008, "Wrong alignment on FGameSettingNameExtensions"); \ +static_assert(sizeof(FGameSettingNameExtensions) == 0x000018, "Wrong size on FGameSettingNameExtensions"); \ +static_assert(offsetof(FGameSettingNameExtensions, bIncludeClassDefaultExtensions) == 0x000000, "Member 'FGameSettingNameExtensions::bIncludeClassDefaultExtensions' has a wrong offset!"); \ +static_assert(offsetof(FGameSettingNameExtensions, Extensions) == 0x000008, "Member 'FGameSettingNameExtensions::Extensions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingPressAnyKey \ +static_assert(alignof(UGameSettingPressAnyKey) == 0x000008, "Wrong alignment on UGameSettingPressAnyKey"); \ +static_assert(sizeof(UGameSettingPressAnyKey) == 0x0004D8, "Wrong size on UGameSettingPressAnyKey"); \ + +#define DUMPER7_ASSERTS_UKeyAlreadyBoundWarning \ +static_assert(alignof(UKeyAlreadyBoundWarning) == 0x000008, "Wrong alignment on UKeyAlreadyBoundWarning"); \ +static_assert(sizeof(UKeyAlreadyBoundWarning) == 0x0004E8, "Wrong size on UKeyAlreadyBoundWarning"); \ +static_assert(offsetof(UKeyAlreadyBoundWarning, WarningText) == 0x0004D8, "Member 'UKeyAlreadyBoundWarning::WarningText' has a wrong offset!"); \ +static_assert(offsetof(UKeyAlreadyBoundWarning, CancelText) == 0x0004E0, "Member 'UKeyAlreadyBoundWarning::CancelText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSetting_GetDisplayNameVisibility \ +static_assert(alignof(GameSetting_GetDisplayNameVisibility) == 0x000001, "Wrong alignment on GameSetting_GetDisplayNameVisibility"); \ +static_assert(sizeof(GameSetting_GetDisplayNameVisibility) == 0x000001, "Wrong size on GameSetting_GetDisplayNameVisibility"); \ +static_assert(offsetof(GameSetting_GetDisplayNameVisibility, ReturnValue) == 0x000000, "Member 'GameSetting_GetDisplayNameVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSetting_GetDescriptionRichText \ +static_assert(alignof(GameSetting_GetDescriptionRichText) == 0x000008, "Wrong alignment on GameSetting_GetDescriptionRichText"); \ +static_assert(sizeof(GameSetting_GetDescriptionRichText) == 0x000010, "Wrong size on GameSetting_GetDescriptionRichText"); \ +static_assert(offsetof(GameSetting_GetDescriptionRichText, ReturnValue) == 0x000000, "Member 'GameSetting_GetDescriptionRichText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSetting_GetDevName \ +static_assert(alignof(GameSetting_GetDevName) == 0x000004, "Wrong alignment on GameSetting_GetDevName"); \ +static_assert(sizeof(GameSetting_GetDevName) == 0x000008, "Wrong size on GameSetting_GetDevName"); \ +static_assert(offsetof(GameSetting_GetDevName, ReturnValue) == 0x000000, "Member 'GameSetting_GetDevName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSetting_GetDisplayName \ +static_assert(alignof(GameSetting_GetDisplayName) == 0x000008, "Wrong alignment on GameSetting_GetDisplayName"); \ +static_assert(sizeof(GameSetting_GetDisplayName) == 0x000010, "Wrong size on GameSetting_GetDisplayName"); \ +static_assert(offsetof(GameSetting_GetDisplayName, ReturnValue) == 0x000000, "Member 'GameSetting_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSetting_GetDynamicDetails \ +static_assert(alignof(GameSetting_GetDynamicDetails) == 0x000008, "Wrong alignment on GameSetting_GetDynamicDetails"); \ +static_assert(sizeof(GameSetting_GetDynamicDetails) == 0x000010, "Wrong size on GameSetting_GetDynamicDetails"); \ +static_assert(offsetof(GameSetting_GetDynamicDetails, ReturnValue) == 0x000000, "Member 'GameSetting_GetDynamicDetails::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSetting_GetTags \ +static_assert(alignof(GameSetting_GetTags) == 0x000008, "Wrong alignment on GameSetting_GetTags"); \ +static_assert(sizeof(GameSetting_GetTags) == 0x000020, "Wrong size on GameSetting_GetTags"); \ +static_assert(offsetof(GameSetting_GetTags, ReturnValue) == 0x000000, "Member 'GameSetting_GetTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSetting_GetWarningRichText \ +static_assert(alignof(GameSetting_GetWarningRichText) == 0x000008, "Wrong alignment on GameSetting_GetWarningRichText"); \ +static_assert(sizeof(GameSetting_GetWarningRichText) == 0x000010, "Wrong size on GameSetting_GetWarningRichText"); \ +static_assert(offsetof(GameSetting_GetWarningRichText, ReturnValue) == 0x000000, "Member 'GameSetting_GetWarningRichText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSetting \ +static_assert(alignof(UGameSetting) == 0x000008, "Wrong alignment on UGameSetting"); \ +static_assert(sizeof(UGameSetting) == 0x000150, "Wrong size on UGameSetting"); \ +static_assert(offsetof(UGameSetting, LocalPlayer) == 0x000070, "Member 'UGameSetting::LocalPlayer' has a wrong offset!"); \ +static_assert(offsetof(UGameSetting, SettingParent) == 0x000078, "Member 'UGameSetting::SettingParent' has a wrong offset!"); \ +static_assert(offsetof(UGameSetting, OwningRegistry) == 0x000080, "Member 'UGameSetting::OwningRegistry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingAction \ +static_assert(alignof(UGameSettingAction) == 0x000008, "Wrong alignment on UGameSettingAction"); \ +static_assert(sizeof(UGameSettingAction) == 0x000198, "Wrong size on UGameSettingAction"); \ + +#define DUMPER7_ASSERTS_UGameSettingCollection \ +static_assert(alignof(UGameSettingCollection) == 0x000008, "Wrong alignment on UGameSettingCollection"); \ +static_assert(sizeof(UGameSettingCollection) == 0x000160, "Wrong size on UGameSettingCollection"); \ +static_assert(offsetof(UGameSettingCollection, Settings) == 0x000150, "Member 'UGameSettingCollection::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingCollectionPage \ +static_assert(alignof(UGameSettingCollectionPage) == 0x000008, "Wrong alignment on UGameSettingCollectionPage"); \ +static_assert(sizeof(UGameSettingCollectionPage) == 0x000188, "Wrong size on UGameSettingCollectionPage"); \ + +#define DUMPER7_ASSERTS_UGameSettingValue \ +static_assert(alignof(UGameSettingValue) == 0x000008, "Wrong alignment on UGameSettingValue"); \ +static_assert(sizeof(UGameSettingValue) == 0x000150, "Wrong size on UGameSettingValue"); \ + +#define DUMPER7_ASSERTS_GameSettingValueDiscrete_GetDiscreteOptionDefaultIndex \ +static_assert(alignof(GameSettingValueDiscrete_GetDiscreteOptionDefaultIndex) == 0x000004, "Wrong alignment on GameSettingValueDiscrete_GetDiscreteOptionDefaultIndex"); \ +static_assert(sizeof(GameSettingValueDiscrete_GetDiscreteOptionDefaultIndex) == 0x000004, "Wrong size on GameSettingValueDiscrete_GetDiscreteOptionDefaultIndex"); \ +static_assert(offsetof(GameSettingValueDiscrete_GetDiscreteOptionDefaultIndex, ReturnValue) == 0x000000, "Member 'GameSettingValueDiscrete_GetDiscreteOptionDefaultIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingValueDiscrete_GetDiscreteOptionIndex \ +static_assert(alignof(GameSettingValueDiscrete_GetDiscreteOptionIndex) == 0x000004, "Wrong alignment on GameSettingValueDiscrete_GetDiscreteOptionIndex"); \ +static_assert(sizeof(GameSettingValueDiscrete_GetDiscreteOptionIndex) == 0x000004, "Wrong size on GameSettingValueDiscrete_GetDiscreteOptionIndex"); \ +static_assert(offsetof(GameSettingValueDiscrete_GetDiscreteOptionIndex, ReturnValue) == 0x000000, "Member 'GameSettingValueDiscrete_GetDiscreteOptionIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingValueDiscrete_GetDiscreteOptions \ +static_assert(alignof(GameSettingValueDiscrete_GetDiscreteOptions) == 0x000008, "Wrong alignment on GameSettingValueDiscrete_GetDiscreteOptions"); \ +static_assert(sizeof(GameSettingValueDiscrete_GetDiscreteOptions) == 0x000010, "Wrong size on GameSettingValueDiscrete_GetDiscreteOptions"); \ +static_assert(offsetof(GameSettingValueDiscrete_GetDiscreteOptions, ReturnValue) == 0x000000, "Member 'GameSettingValueDiscrete_GetDiscreteOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingValueDiscrete \ +static_assert(alignof(UGameSettingValueDiscrete) == 0x000008, "Wrong alignment on UGameSettingValueDiscrete"); \ +static_assert(sizeof(UGameSettingValueDiscrete) == 0x000150, "Wrong size on UGameSettingValueDiscrete"); \ + +#define DUMPER7_ASSERTS_UGameSettingValueDiscreteDynamic \ +static_assert(alignof(UGameSettingValueDiscreteDynamic) == 0x000008, "Wrong alignment on UGameSettingValueDiscreteDynamic"); \ +static_assert(sizeof(UGameSettingValueDiscreteDynamic) == 0x0001B0, "Wrong size on UGameSettingValueDiscreteDynamic"); \ + +#define DUMPER7_ASSERTS_UGameSettingValueDiscreteDynamic_Bool \ +static_assert(alignof(UGameSettingValueDiscreteDynamic_Bool) == 0x000008, "Wrong alignment on UGameSettingValueDiscreteDynamic_Bool"); \ +static_assert(sizeof(UGameSettingValueDiscreteDynamic_Bool) == 0x0001B0, "Wrong size on UGameSettingValueDiscreteDynamic_Bool"); \ + +#define DUMPER7_ASSERTS_UGameSettingValueDiscreteDynamic_Number \ +static_assert(alignof(UGameSettingValueDiscreteDynamic_Number) == 0x000008, "Wrong alignment on UGameSettingValueDiscreteDynamic_Number"); \ +static_assert(sizeof(UGameSettingValueDiscreteDynamic_Number) == 0x0001B0, "Wrong size on UGameSettingValueDiscreteDynamic_Number"); \ + +#define DUMPER7_ASSERTS_UGameSettingValueDiscreteDynamic_Enum \ +static_assert(alignof(UGameSettingValueDiscreteDynamic_Enum) == 0x000008, "Wrong alignment on UGameSettingValueDiscreteDynamic_Enum"); \ +static_assert(sizeof(UGameSettingValueDiscreteDynamic_Enum) == 0x0001B0, "Wrong size on UGameSettingValueDiscreteDynamic_Enum"); \ + +#define DUMPER7_ASSERTS_UGameSettingValueDiscreteDynamic_Color \ +static_assert(alignof(UGameSettingValueDiscreteDynamic_Color) == 0x000008, "Wrong alignment on UGameSettingValueDiscreteDynamic_Color"); \ +static_assert(sizeof(UGameSettingValueDiscreteDynamic_Color) == 0x0001B0, "Wrong size on UGameSettingValueDiscreteDynamic_Color"); \ + +#define DUMPER7_ASSERTS_UGameSettingValueDiscreteDynamic_Vector2D \ +static_assert(alignof(UGameSettingValueDiscreteDynamic_Vector2D) == 0x000008, "Wrong alignment on UGameSettingValueDiscreteDynamic_Vector2D"); \ +static_assert(sizeof(UGameSettingValueDiscreteDynamic_Vector2D) == 0x0001B0, "Wrong size on UGameSettingValueDiscreteDynamic_Vector2D"); \ + +#define DUMPER7_ASSERTS_UGameSettingValueScalar \ +static_assert(alignof(UGameSettingValueScalar) == 0x000008, "Wrong alignment on UGameSettingValueScalar"); \ +static_assert(sizeof(UGameSettingValueScalar) == 0x000150, "Wrong size on UGameSettingValueScalar"); \ + +#define DUMPER7_ASSERTS_UGameSettingValueScalarDynamic \ +static_assert(alignof(UGameSettingValueScalarDynamic) == 0x000008, "Wrong alignment on UGameSettingValueScalarDynamic"); \ +static_assert(sizeof(UGameSettingValueScalarDynamic) == 0x000200, "Wrong size on UGameSettingValueScalarDynamic"); \ + +#define DUMPER7_ASSERTS_UGameSettingRegistry \ +static_assert(alignof(UGameSettingRegistry) == 0x000008, "Wrong alignment on UGameSettingRegistry"); \ +static_assert(sizeof(UGameSettingRegistry) == 0x0000B0, "Wrong size on UGameSettingRegistry"); \ +static_assert(offsetof(UGameSettingRegistry, TopLevelSettings) == 0x000088, "Member 'UGameSettingRegistry::TopLevelSettings' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingRegistry, RegisteredSettings) == 0x000098, "Member 'UGameSettingRegistry::RegisteredSettings' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingRegistry, OwningLocalPlayer) == 0x0000A8, "Member 'UGameSettingRegistry::OwningLocalPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingDetailExtension_OnSettingAssigned \ +static_assert(alignof(GameSettingDetailExtension_OnSettingAssigned) == 0x000008, "Wrong alignment on GameSettingDetailExtension_OnSettingAssigned"); \ +static_assert(sizeof(GameSettingDetailExtension_OnSettingAssigned) == 0x000008, "Wrong size on GameSettingDetailExtension_OnSettingAssigned"); \ +static_assert(offsetof(GameSettingDetailExtension_OnSettingAssigned, InSetting) == 0x000000, "Member 'GameSettingDetailExtension_OnSettingAssigned::InSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingDetailExtension_OnSettingValueChanged \ +static_assert(alignof(GameSettingDetailExtension_OnSettingValueChanged) == 0x000008, "Wrong alignment on GameSettingDetailExtension_OnSettingValueChanged"); \ +static_assert(sizeof(GameSettingDetailExtension_OnSettingValueChanged) == 0x000008, "Wrong size on GameSettingDetailExtension_OnSettingValueChanged"); \ +static_assert(offsetof(GameSettingDetailExtension_OnSettingValueChanged, InSetting) == 0x000000, "Member 'GameSettingDetailExtension_OnSettingValueChanged::InSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingDetailExtension \ +static_assert(alignof(UGameSettingDetailExtension) == 0x000008, "Wrong alignment on UGameSettingDetailExtension"); \ +static_assert(sizeof(UGameSettingDetailExtension) == 0x000330, "Wrong size on UGameSettingDetailExtension"); \ +static_assert(offsetof(UGameSettingDetailExtension, Setting) == 0x000328, "Member 'UGameSettingDetailExtension::Setting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingDetailView \ +static_assert(alignof(UGameSettingDetailView) == 0x000008, "Wrong alignment on UGameSettingDetailView"); \ +static_assert(sizeof(UGameSettingDetailView) == 0x000400, "Wrong size on UGameSettingDetailView"); \ +static_assert(offsetof(UGameSettingDetailView, VisualData) == 0x000328, "Member 'UGameSettingDetailView::VisualData' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingDetailView, ExtensionWidgetPool) == 0x000330, "Member 'UGameSettingDetailView::ExtensionWidgetPool' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingDetailView, CurrentSetting) == 0x0003B8, "Member 'UGameSettingDetailView::CurrentSetting' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingDetailView, Text_SettingName) == 0x0003D0, "Member 'UGameSettingDetailView::Text_SettingName' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingDetailView, RichText_Description) == 0x0003D8, "Member 'UGameSettingDetailView::RichText_Description' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingDetailView, RichText_DynamicDetails) == 0x0003E0, "Member 'UGameSettingDetailView::RichText_DynamicDetails' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingDetailView, RichText_WarningDetails) == 0x0003E8, "Member 'UGameSettingDetailView::RichText_WarningDetails' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingDetailView, RichText_DisabledDetails) == 0x0003F0, "Member 'UGameSettingDetailView::RichText_DisabledDetails' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingDetailView, Box_DetailsExtension) == 0x0003F8, "Member 'UGameSettingDetailView::Box_DetailsExtension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingListEntryBase_GetPrimaryGamepadFocusWidget \ +static_assert(alignof(GameSettingListEntryBase_GetPrimaryGamepadFocusWidget) == 0x000008, "Wrong alignment on GameSettingListEntryBase_GetPrimaryGamepadFocusWidget"); \ +static_assert(sizeof(GameSettingListEntryBase_GetPrimaryGamepadFocusWidget) == 0x000008, "Wrong size on GameSettingListEntryBase_GetPrimaryGamepadFocusWidget"); \ +static_assert(offsetof(GameSettingListEntryBase_GetPrimaryGamepadFocusWidget, ReturnValue) == 0x000000, "Member 'GameSettingListEntryBase_GetPrimaryGamepadFocusWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingListEntryBase \ +static_assert(alignof(UGameSettingListEntryBase) == 0x000008, "Wrong alignment on UGameSettingListEntryBase"); \ +static_assert(sizeof(UGameSettingListEntryBase) == 0x000380, "Wrong size on UGameSettingListEntryBase"); \ +static_assert(offsetof(UGameSettingListEntryBase, Setting) == 0x000360, "Member 'UGameSettingListEntryBase::Setting' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingListEntryBase, Background) == 0x000378, "Member 'UGameSettingListEntryBase::Background' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingListEntry_Setting \ +static_assert(alignof(UGameSettingListEntry_Setting) == 0x000008, "Wrong alignment on UGameSettingListEntry_Setting"); \ +static_assert(sizeof(UGameSettingListEntry_Setting) == 0x000388, "Wrong size on UGameSettingListEntry_Setting"); \ +static_assert(offsetof(UGameSettingListEntry_Setting, Text_SettingName) == 0x000380, "Member 'UGameSettingListEntry_Setting::Text_SettingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingListEntrySetting_Discrete \ +static_assert(alignof(UGameSettingListEntrySetting_Discrete) == 0x000008, "Wrong alignment on UGameSettingListEntrySetting_Discrete"); \ +static_assert(sizeof(UGameSettingListEntrySetting_Discrete) == 0x0003B0, "Wrong size on UGameSettingListEntrySetting_Discrete"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Discrete, DiscreteSetting) == 0x000388, "Member 'UGameSettingListEntrySetting_Discrete::DiscreteSetting' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Discrete, Panel_Value) == 0x000390, "Member 'UGameSettingListEntrySetting_Discrete::Panel_Value' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Discrete, Rotator_SettingValue) == 0x000398, "Member 'UGameSettingListEntrySetting_Discrete::Rotator_SettingValue' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Discrete, Button_Decrease) == 0x0003A0, "Member 'UGameSettingListEntrySetting_Discrete::Button_Decrease' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Discrete, Button_Increase) == 0x0003A8, "Member 'UGameSettingListEntrySetting_Discrete::Button_Increase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingListEntrySetting_Scalar_HandleSliderValueChanged \ +static_assert(alignof(GameSettingListEntrySetting_Scalar_HandleSliderValueChanged) == 0x000004, "Wrong alignment on GameSettingListEntrySetting_Scalar_HandleSliderValueChanged"); \ +static_assert(sizeof(GameSettingListEntrySetting_Scalar_HandleSliderValueChanged) == 0x000004, "Wrong size on GameSettingListEntrySetting_Scalar_HandleSliderValueChanged"); \ +static_assert(offsetof(GameSettingListEntrySetting_Scalar_HandleSliderValueChanged, Value) == 0x000000, "Member 'GameSettingListEntrySetting_Scalar_HandleSliderValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingListEntrySetting_Scalar_OnDefaultValueChanged \ +static_assert(alignof(GameSettingListEntrySetting_Scalar_OnDefaultValueChanged) == 0x000004, "Wrong alignment on GameSettingListEntrySetting_Scalar_OnDefaultValueChanged"); \ +static_assert(sizeof(GameSettingListEntrySetting_Scalar_OnDefaultValueChanged) == 0x000004, "Wrong size on GameSettingListEntrySetting_Scalar_OnDefaultValueChanged"); \ +static_assert(offsetof(GameSettingListEntrySetting_Scalar_OnDefaultValueChanged, DefaultValue) == 0x000000, "Member 'GameSettingListEntrySetting_Scalar_OnDefaultValueChanged::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingListEntrySetting_Scalar_OnValueChanged \ +static_assert(alignof(GameSettingListEntrySetting_Scalar_OnValueChanged) == 0x000004, "Wrong alignment on GameSettingListEntrySetting_Scalar_OnValueChanged"); \ +static_assert(sizeof(GameSettingListEntrySetting_Scalar_OnValueChanged) == 0x000004, "Wrong size on GameSettingListEntrySetting_Scalar_OnValueChanged"); \ +static_assert(offsetof(GameSettingListEntrySetting_Scalar_OnValueChanged, Value) == 0x000000, "Member 'GameSettingListEntrySetting_Scalar_OnValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingListEntrySetting_Scalar \ +static_assert(alignof(UGameSettingListEntrySetting_Scalar) == 0x000008, "Wrong alignment on UGameSettingListEntrySetting_Scalar"); \ +static_assert(sizeof(UGameSettingListEntrySetting_Scalar) == 0x0003B0, "Wrong size on UGameSettingListEntrySetting_Scalar"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Scalar, ScalarSetting) == 0x000388, "Member 'UGameSettingListEntrySetting_Scalar::ScalarSetting' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Scalar, Panel_Value) == 0x000390, "Member 'UGameSettingListEntrySetting_Scalar::Panel_Value' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Scalar, Slider_SettingValue) == 0x000398, "Member 'UGameSettingListEntrySetting_Scalar::Slider_SettingValue' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Scalar, Text_SettingValue) == 0x0003A0, "Member 'UGameSettingListEntrySetting_Scalar::Text_SettingValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingListEntrySetting_Action_OnSettingAssigned \ +static_assert(alignof(GameSettingListEntrySetting_Action_OnSettingAssigned) == 0x000008, "Wrong alignment on GameSettingListEntrySetting_Action_OnSettingAssigned"); \ +static_assert(sizeof(GameSettingListEntrySetting_Action_OnSettingAssigned) == 0x000010, "Wrong size on GameSettingListEntrySetting_Action_OnSettingAssigned"); \ +static_assert(offsetof(GameSettingListEntrySetting_Action_OnSettingAssigned, ActionText) == 0x000000, "Member 'GameSettingListEntrySetting_Action_OnSettingAssigned::ActionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingListEntrySetting_Action \ +static_assert(alignof(UGameSettingListEntrySetting_Action) == 0x000008, "Wrong alignment on UGameSettingListEntrySetting_Action"); \ +static_assert(sizeof(UGameSettingListEntrySetting_Action) == 0x000398, "Wrong size on UGameSettingListEntrySetting_Action"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Action, ActionSetting) == 0x000388, "Member 'UGameSettingListEntrySetting_Action::ActionSetting' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Action, Button_Action) == 0x000390, "Member 'UGameSettingListEntrySetting_Action::Button_Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingListEntrySetting_Navigation_OnSettingAssigned \ +static_assert(alignof(GameSettingListEntrySetting_Navigation_OnSettingAssigned) == 0x000008, "Wrong alignment on GameSettingListEntrySetting_Navigation_OnSettingAssigned"); \ +static_assert(sizeof(GameSettingListEntrySetting_Navigation_OnSettingAssigned) == 0x000010, "Wrong size on GameSettingListEntrySetting_Navigation_OnSettingAssigned"); \ +static_assert(offsetof(GameSettingListEntrySetting_Navigation_OnSettingAssigned, ActionText) == 0x000000, "Member 'GameSettingListEntrySetting_Navigation_OnSettingAssigned::ActionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingListEntrySetting_Navigation \ +static_assert(alignof(UGameSettingListEntrySetting_Navigation) == 0x000008, "Wrong alignment on UGameSettingListEntrySetting_Navigation"); \ +static_assert(sizeof(UGameSettingListEntrySetting_Navigation) == 0x000398, "Wrong size on UGameSettingListEntrySetting_Navigation"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Navigation, CollectionSetting) == 0x000388, "Member 'UGameSettingListEntrySetting_Navigation::CollectionSetting' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingListEntrySetting_Navigation, Button_Navigate) == 0x000390, "Member 'UGameSettingListEntrySetting_Navigation::Button_Navigate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingListView \ +static_assert(alignof(UGameSettingListView) == 0x000010, "Wrong alignment on UGameSettingListView"); \ +static_assert(sizeof(UGameSettingListView) == 0x001000, "Wrong size on UGameSettingListView"); \ +static_assert(offsetof(UGameSettingListView, VisualData) == 0x000FA0, "Member 'UGameSettingListView::VisualData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingPanel \ +static_assert(alignof(UGameSettingPanel) == 0x000008, "Wrong alignment on UGameSettingPanel"); \ +static_assert(sizeof(UGameSettingPanel) == 0x000778, "Wrong size on UGameSettingPanel"); \ +static_assert(offsetof(UGameSettingPanel, Registry) == 0x000368, "Member 'UGameSettingPanel::Registry' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingPanel, VisibleSettings) == 0x000370, "Member 'UGameSettingPanel::VisibleSettings' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingPanel, LastHoveredOrSelectedSetting) == 0x000380, "Member 'UGameSettingPanel::LastHoveredOrSelectedSetting' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingPanel, FilterState) == 0x000388, "Member 'UGameSettingPanel::FilterState' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingPanel, FilterNavigationStack) == 0x000728, "Member 'UGameSettingPanel::FilterNavigationStack' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingPanel, ListView_Settings) == 0x000748, "Member 'UGameSettingPanel::ListView_Settings' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingPanel, Details_Settings) == 0x000750, "Member 'UGameSettingPanel::Details_Settings' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingPanel, BP_OnExecuteNamedAction) == 0x000758, "Member 'UGameSettingPanel::BP_OnExecuteNamedAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingScreen_AttemptToPopNavigation \ +static_assert(alignof(GameSettingScreen_AttemptToPopNavigation) == 0x000001, "Wrong alignment on GameSettingScreen_AttemptToPopNavigation"); \ +static_assert(sizeof(GameSettingScreen_AttemptToPopNavigation) == 0x000001, "Wrong size on GameSettingScreen_AttemptToPopNavigation"); \ +static_assert(offsetof(GameSettingScreen_AttemptToPopNavigation, ReturnValue) == 0x000000, "Member 'GameSettingScreen_AttemptToPopNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingScreen_GetSettingCollection \ +static_assert(alignof(GameSettingScreen_GetSettingCollection) == 0x000008, "Wrong alignment on GameSettingScreen_GetSettingCollection"); \ +static_assert(sizeof(GameSettingScreen_GetSettingCollection) == 0x000018, "Wrong size on GameSettingScreen_GetSettingCollection"); \ +static_assert(offsetof(GameSettingScreen_GetSettingCollection, SettingDevName) == 0x000000, "Member 'GameSettingScreen_GetSettingCollection::SettingDevName' has a wrong offset!"); \ +static_assert(offsetof(GameSettingScreen_GetSettingCollection, HasAnySettings) == 0x000008, "Member 'GameSettingScreen_GetSettingCollection::HasAnySettings' has a wrong offset!"); \ +static_assert(offsetof(GameSettingScreen_GetSettingCollection, ReturnValue) == 0x000010, "Member 'GameSettingScreen_GetSettingCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingScreen_NavigateToSetting \ +static_assert(alignof(GameSettingScreen_NavigateToSetting) == 0x000004, "Wrong alignment on GameSettingScreen_NavigateToSetting"); \ +static_assert(sizeof(GameSettingScreen_NavigateToSetting) == 0x000008, "Wrong size on GameSettingScreen_NavigateToSetting"); \ +static_assert(offsetof(GameSettingScreen_NavigateToSetting, SettingDevName) == 0x000000, "Member 'GameSettingScreen_NavigateToSetting::SettingDevName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingScreen_NavigateToSettings \ +static_assert(alignof(GameSettingScreen_NavigateToSettings) == 0x000008, "Wrong alignment on GameSettingScreen_NavigateToSettings"); \ +static_assert(sizeof(GameSettingScreen_NavigateToSettings) == 0x000010, "Wrong size on GameSettingScreen_NavigateToSettings"); \ +static_assert(offsetof(GameSettingScreen_NavigateToSettings, SettingDevNames) == 0x000000, "Member 'GameSettingScreen_NavigateToSettings::SettingDevNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingScreen_OnSettingsDirtyStateChanged \ +static_assert(alignof(GameSettingScreen_OnSettingsDirtyStateChanged) == 0x000001, "Wrong alignment on GameSettingScreen_OnSettingsDirtyStateChanged"); \ +static_assert(sizeof(GameSettingScreen_OnSettingsDirtyStateChanged) == 0x000001, "Wrong size on GameSettingScreen_OnSettingsDirtyStateChanged"); \ +static_assert(offsetof(GameSettingScreen_OnSettingsDirtyStateChanged, bSettingsDirty) == 0x000000, "Member 'GameSettingScreen_OnSettingsDirtyStateChanged::bSettingsDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingScreen_HaveSettingsBeenChanged \ +static_assert(alignof(GameSettingScreen_HaveSettingsBeenChanged) == 0x000001, "Wrong alignment on GameSettingScreen_HaveSettingsBeenChanged"); \ +static_assert(sizeof(GameSettingScreen_HaveSettingsBeenChanged) == 0x000001, "Wrong size on GameSettingScreen_HaveSettingsBeenChanged"); \ +static_assert(offsetof(GameSettingScreen_HaveSettingsBeenChanged, ReturnValue) == 0x000000, "Member 'GameSettingScreen_HaveSettingsBeenChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingScreen \ +static_assert(alignof(UGameSettingScreen) == 0x000008, "Wrong alignment on UGameSettingScreen"); \ +static_assert(sizeof(UGameSettingScreen) == 0x000500, "Wrong size on UGameSettingScreen"); \ +static_assert(offsetof(UGameSettingScreen, Settings_Panel) == 0x0004F0, "Member 'UGameSettingScreen::Settings_Panel' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingScreen, Registry) == 0x0004F8, "Member 'UGameSettingScreen::Registry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingVisualData \ +static_assert(alignof(UGameSettingVisualData) == 0x000008, "Wrong alignment on UGameSettingVisualData"); \ +static_assert(sizeof(UGameSettingVisualData) == 0x000170, "Wrong size on UGameSettingVisualData"); \ +static_assert(offsetof(UGameSettingVisualData, EntryWidgetForClass) == 0x000030, "Member 'UGameSettingVisualData::EntryWidgetForClass' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingVisualData, EntryWidgetForName) == 0x000080, "Member 'UGameSettingVisualData::EntryWidgetForName' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingVisualData, ExtensionsForClasses) == 0x0000D0, "Member 'UGameSettingVisualData::ExtensionsForClasses' has a wrong offset!"); \ +static_assert(offsetof(UGameSettingVisualData, ExtensionsForName) == 0x000120, "Member 'UGameSettingVisualData::ExtensionsForName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameSettingActionInterface_ExecuteActionForSetting \ +static_assert(alignof(GameSettingActionInterface_ExecuteActionForSetting) == 0x000008, "Wrong alignment on GameSettingActionInterface_ExecuteActionForSetting"); \ +static_assert(sizeof(GameSettingActionInterface_ExecuteActionForSetting) == 0x000018, "Wrong size on GameSettingActionInterface_ExecuteActionForSetting"); \ +static_assert(offsetof(GameSettingActionInterface_ExecuteActionForSetting, ActionTag) == 0x000000, "Member 'GameSettingActionInterface_ExecuteActionForSetting::ActionTag' has a wrong offset!"); \ +static_assert(offsetof(GameSettingActionInterface_ExecuteActionForSetting, InSetting) == 0x000008, "Member 'GameSettingActionInterface_ExecuteActionForSetting::InSetting' has a wrong offset!"); \ +static_assert(offsetof(GameSettingActionInterface_ExecuteActionForSetting, ReturnValue) == 0x000010, "Member 'GameSettingActionInterface_ExecuteActionForSetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGameSettingActionInterface \ +static_assert(alignof(IGameSettingActionInterface) == 0x000001, "Wrong alignment on IGameSettingActionInterface"); \ +static_assert(sizeof(IGameSettingActionInterface) == 0x000001, "Wrong size on IGameSettingActionInterface"); \ + +#define DUMPER7_ASSERTS_GameSettingRotator_BP_OnDefaultOptionSpecified \ +static_assert(alignof(GameSettingRotator_BP_OnDefaultOptionSpecified) == 0x000004, "Wrong alignment on GameSettingRotator_BP_OnDefaultOptionSpecified"); \ +static_assert(sizeof(GameSettingRotator_BP_OnDefaultOptionSpecified) == 0x000004, "Wrong size on GameSettingRotator_BP_OnDefaultOptionSpecified"); \ +static_assert(offsetof(GameSettingRotator_BP_OnDefaultOptionSpecified, DefaultOptionIndex) == 0x000000, "Member 'GameSettingRotator_BP_OnDefaultOptionSpecified::DefaultOptionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameSettingRotator \ +static_assert(alignof(UGameSettingRotator) == 0x000010, "Wrong alignment on UGameSettingRotator"); \ +static_assert(sizeof(UGameSettingRotator) == 0x001630, "Wrong size on UGameSettingRotator"); \ + +#define DUMPER7_ASSERTS_GameResponsivePanel_AddChildToGameResponsivePanel \ +static_assert(alignof(GameResponsivePanel_AddChildToGameResponsivePanel) == 0x000008, "Wrong alignment on GameResponsivePanel_AddChildToGameResponsivePanel"); \ +static_assert(sizeof(GameResponsivePanel_AddChildToGameResponsivePanel) == 0x000010, "Wrong size on GameResponsivePanel_AddChildToGameResponsivePanel"); \ +static_assert(offsetof(GameResponsivePanel_AddChildToGameResponsivePanel, content) == 0x000000, "Member 'GameResponsivePanel_AddChildToGameResponsivePanel::content' has a wrong offset!"); \ +static_assert(offsetof(GameResponsivePanel_AddChildToGameResponsivePanel, ReturnValue) == 0x000008, "Member 'GameResponsivePanel_AddChildToGameResponsivePanel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameResponsivePanel \ +static_assert(alignof(UGameResponsivePanel) == 0x000008, "Wrong alignment on UGameResponsivePanel"); \ +static_assert(sizeof(UGameResponsivePanel) == 0x0001A8, "Wrong size on UGameResponsivePanel"); \ +static_assert(offsetof(UGameResponsivePanel, bCanStackVertically) == 0x000190, "Member 'UGameResponsivePanel::bCanStackVertically' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameResponsivePanelSlot \ +static_assert(alignof(UGameResponsivePanelSlot) == 0x000008, "Wrong alignment on UGameResponsivePanelSlot"); \ +static_assert(sizeof(UGameResponsivePanelSlot) == 0x000040, "Wrong size on UGameResponsivePanelSlot"); \ + +#define DUMPER7_ASSERTS_FNamedInterface \ +static_assert(alignof(FNamedInterface) == 0x000008, "Wrong alignment on FNamedInterface"); \ +static_assert(sizeof(FNamedInterface) == 0x000010, "Wrong size on FNamedInterface"); \ +static_assert(offsetof(FNamedInterface, InterfaceName) == 0x000000, "Member 'FNamedInterface::InterfaceName' has a wrong offset!"); \ +static_assert(offsetof(FNamedInterface, InterfaceObject) == 0x000008, "Member 'FNamedInterface::InterfaceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedInterfaceDef \ +static_assert(alignof(FNamedInterfaceDef) == 0x000008, "Wrong alignment on FNamedInterfaceDef"); \ +static_assert(sizeof(FNamedInterfaceDef) == 0x000018, "Wrong size on FNamedInterfaceDef"); \ +static_assert(offsetof(FNamedInterfaceDef, InterfaceName) == 0x000000, "Member 'FNamedInterfaceDef::InterfaceName' has a wrong offset!"); \ +static_assert(offsetof(FNamedInterfaceDef, InterfaceClassName) == 0x000008, "Member 'FNamedInterfaceDef::InterfaceClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedInterfaces \ +static_assert(alignof(UNamedInterfaces) == 0x000008, "Wrong alignment on UNamedInterfaces"); \ +static_assert(sizeof(UNamedInterfaces) == 0x000060, "Wrong size on UNamedInterfaces"); \ +static_assert(offsetof(UNamedInterfaces, NamedInterfaces) == 0x000028, "Member 'UNamedInterfaces::NamedInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UNamedInterfaces, NamedInterfaceDefs) == 0x000038, "Member 'UNamedInterfaces::NamedInterfaceDefs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TurnBasedMatchInterface_OnMatchEnded \ +static_assert(alignof(TurnBasedMatchInterface_OnMatchEnded) == 0x000008, "Wrong alignment on TurnBasedMatchInterface_OnMatchEnded"); \ +static_assert(sizeof(TurnBasedMatchInterface_OnMatchEnded) == 0x000010, "Wrong size on TurnBasedMatchInterface_OnMatchEnded"); \ +static_assert(offsetof(TurnBasedMatchInterface_OnMatchEnded, Match) == 0x000000, "Member 'TurnBasedMatchInterface_OnMatchEnded::Match' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TurnBasedMatchInterface_OnMatchReceivedTurn \ +static_assert(alignof(TurnBasedMatchInterface_OnMatchReceivedTurn) == 0x000008, "Wrong alignment on TurnBasedMatchInterface_OnMatchReceivedTurn"); \ +static_assert(sizeof(TurnBasedMatchInterface_OnMatchReceivedTurn) == 0x000018, "Wrong size on TurnBasedMatchInterface_OnMatchReceivedTurn"); \ +static_assert(offsetof(TurnBasedMatchInterface_OnMatchReceivedTurn, Match) == 0x000000, "Member 'TurnBasedMatchInterface_OnMatchReceivedTurn::Match' has a wrong offset!"); \ +static_assert(offsetof(TurnBasedMatchInterface_OnMatchReceivedTurn, bDidBecomeActive) == 0x000010, "Member 'TurnBasedMatchInterface_OnMatchReceivedTurn::bDidBecomeActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITurnBasedMatchInterface \ +static_assert(alignof(ITurnBasedMatchInterface) == 0x000001, "Wrong alignment on ITurnBasedMatchInterface"); \ +static_assert(sizeof(ITurnBasedMatchInterface) == 0x000001, "Wrong size on ITurnBasedMatchInterface"); \ + +#define DUMPER7_ASSERTS_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_FInAppPurchaseReceiptInfo2 \ +static_assert(alignof(FInAppPurchaseReceiptInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo2"); \ +static_assert(sizeof(FInAppPurchaseReceiptInfo2) == 0x000040, "Wrong size on FInAppPurchaseReceiptInfo2"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemName) == 0x000000, "Member 'FInAppPurchaseReceiptInfo2::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemId) == 0x000010, "Member 'FInAppPurchaseReceiptInfo2::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo2::ValidationInfo' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, TransactionIdentifier) == 0x000030, "Member 'FInAppPurchaseReceiptInfo2::TransactionIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintSessionResult \ +static_assert(alignof(FBlueprintSessionResult) == 0x000008, "Wrong alignment on FBlueprintSessionResult"); \ +static_assert(sizeof(FBlueprintSessionResult) == 0x000120, "Wrong size on FBlueprintSessionResult"); \ + +#define DUMPER7_ASSERTS_FOnlineProxyStoreOffer \ +static_assert(alignof(FOnlineProxyStoreOffer) == 0x000008, "Wrong alignment on FOnlineProxyStoreOffer"); \ +static_assert(sizeof(FOnlineProxyStoreOffer) == 0x0000E8, "Wrong size on FOnlineProxyStoreOffer"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, OfferId) == 0x000000, "Member 'FOnlineProxyStoreOffer::OfferId' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, Title) == 0x000010, "Member 'FOnlineProxyStoreOffer::Title' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, Description) == 0x000020, "Member 'FOnlineProxyStoreOffer::Description' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, LongDescription) == 0x000030, "Member 'FOnlineProxyStoreOffer::LongDescription' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, RegularPriceText) == 0x000040, "Member 'FOnlineProxyStoreOffer::RegularPriceText' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, RegularPrice) == 0x000050, "Member 'FOnlineProxyStoreOffer::RegularPrice' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, PriceText) == 0x000058, "Member 'FOnlineProxyStoreOffer::PriceText' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, NumericPrice) == 0x000068, "Member 'FOnlineProxyStoreOffer::NumericPrice' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, CurrencyCode) == 0x000070, "Member 'FOnlineProxyStoreOffer::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, ReleaseDate) == 0x000080, "Member 'FOnlineProxyStoreOffer::ReleaseDate' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, ExpirationDate) == 0x000088, "Member 'FOnlineProxyStoreOffer::ExpirationDate' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, DiscountType) == 0x000090, "Member 'FOnlineProxyStoreOffer::DiscountType' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, DynamicFields) == 0x000098, "Member 'FOnlineProxyStoreOffer::DynamicFields' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerReservation \ +static_assert(alignof(FPlayerReservation) == 0x000008, "Wrong alignment on FPlayerReservation"); \ +static_assert(sizeof(FPlayerReservation) == 0x000058, "Wrong size on FPlayerReservation"); \ +static_assert(offsetof(FPlayerReservation, UniqueID) == 0x000000, "Member 'FPlayerReservation::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, ValidationStr) == 0x000030, "Member 'FPlayerReservation::ValidationStr' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, Platform) == 0x000040, "Member 'FPlayerReservation::Platform' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, bAllowCrossplay) == 0x000050, "Member 'FPlayerReservation::bAllowCrossplay' has a wrong offset!"); \ +static_assert(offsetof(FPlayerReservation, ElapsedTime) == 0x000054, "Member 'FPlayerReservation::ElapsedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInAppPurchaseRestoreInfo2 \ +static_assert(alignof(FInAppPurchaseRestoreInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseRestoreInfo2"); \ +static_assert(sizeof(FInAppPurchaseRestoreInfo2) == 0x000030, "Wrong size on FInAppPurchaseRestoreInfo2"); \ +static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemName) == 0x000000, "Member 'FInAppPurchaseRestoreInfo2::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemId) == 0x000010, "Member 'FInAppPurchaseRestoreInfo2::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseRestoreInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseRestoreInfo2::ValidationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOnlineAccountStoredCredentials \ +static_assert(alignof(FOnlineAccountStoredCredentials) == 0x000008, "Wrong alignment on FOnlineAccountStoredCredentials"); \ +static_assert(sizeof(FOnlineAccountStoredCredentials) == 0x000040, "Wrong size on FOnlineAccountStoredCredentials"); \ +static_assert(offsetof(FOnlineAccountStoredCredentials, ID) == 0x000000, "Member 'FOnlineAccountStoredCredentials::ID' has a wrong offset!"); \ +static_assert(offsetof(FOnlineAccountStoredCredentials, Token) == 0x000010, "Member 'FOnlineAccountStoredCredentials::Token' has a wrong offset!"); \ +static_assert(offsetof(FOnlineAccountStoredCredentials, Type) == 0x000020, "Member 'FOnlineAccountStoredCredentials::Type' has a wrong offset!"); \ +static_assert(offsetof(FOnlineAccountStoredCredentials, TokenBytes) == 0x000030, "Member 'FOnlineAccountStoredCredentials::TokenBytes' 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_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_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_AchievementBlueprintLibrary_GetCachedAchievementDescription \ +static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ +static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000058, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bFoundID) == 0x000018, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bFoundID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, Title) == 0x000020, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::Title' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, LockedDescription) == 0x000030, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::LockedDescription' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, UnlockedDescription) == 0x000040, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::UnlockedDescription' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bHidden) == 0x000050, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementProgress \ +static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ +static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000020, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, bFoundID) == 0x000018, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::bFoundID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, Progress) == 0x00001C, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAchievementBlueprintLibrary \ +static_assert(alignof(UAchievementBlueprintLibrary) == 0x000008, "Wrong alignment on UAchievementBlueprintLibrary"); \ +static_assert(sizeof(UAchievementBlueprintLibrary) == 0x000028, "Wrong size on UAchievementBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_AchievementQueryCallbackProxy_CacheAchievementDescriptions \ +static_assert(alignof(AchievementQueryCallbackProxy_CacheAchievementDescriptions) == 0x000008, "Wrong alignment on AchievementQueryCallbackProxy_CacheAchievementDescriptions"); \ +static_assert(sizeof(AchievementQueryCallbackProxy_CacheAchievementDescriptions) == 0x000018, "Wrong size on AchievementQueryCallbackProxy_CacheAchievementDescriptions"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, WorldContextObject) == 0x000000, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, PlayerController) == 0x000008, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, ReturnValue) == 0x000010, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementQueryCallbackProxy_CacheAchievements \ +static_assert(alignof(AchievementQueryCallbackProxy_CacheAchievements) == 0x000008, "Wrong alignment on AchievementQueryCallbackProxy_CacheAchievements"); \ +static_assert(sizeof(AchievementQueryCallbackProxy_CacheAchievements) == 0x000018, "Wrong size on AchievementQueryCallbackProxy_CacheAchievements"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, WorldContextObject) == 0x000000, "Member 'AchievementQueryCallbackProxy_CacheAchievements::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, PlayerController) == 0x000008, "Member 'AchievementQueryCallbackProxy_CacheAchievements::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, ReturnValue) == 0x000010, "Member 'AchievementQueryCallbackProxy_CacheAchievements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAchievementQueryCallbackProxy \ +static_assert(alignof(UAchievementQueryCallbackProxy) == 0x000008, "Wrong alignment on UAchievementQueryCallbackProxy"); \ +static_assert(sizeof(UAchievementQueryCallbackProxy) == 0x000068, "Wrong size on UAchievementQueryCallbackProxy"); \ +static_assert(offsetof(UAchievementQueryCallbackProxy, OnSuccess) == 0x000030, "Member 'UAchievementQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAchievementQueryCallbackProxy, OnFailure) == 0x000040, "Member 'UAchievementQueryCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementWriteCallbackProxy_WriteProgress \ +static_assert(alignof(AchievementWriteCallbackProxy_WriteProgress) == 0x000008, "Wrong alignment on AchievementWriteCallbackProxy_WriteProgress"); \ +static_assert(sizeof(AchievementWriteCallbackProxy_WriteProgress) == 0x000030, "Wrong size on AchievementWriteCallbackProxy_WriteProgress"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteProgress, WorldContextObject) == 0x000000, "Member 'AchievementWriteCallbackProxy_WriteProgress::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteProgress, PlayerController) == 0x000008, "Member 'AchievementWriteCallbackProxy_WriteProgress::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteProgress, AchievementName) == 0x000010, "Member 'AchievementWriteCallbackProxy_WriteProgress::AchievementName' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteProgress, Progress) == 0x000020, "Member 'AchievementWriteCallbackProxy_WriteProgress::Progress' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteProgress, UserTag) == 0x000024, "Member 'AchievementWriteCallbackProxy_WriteProgress::UserTag' has a wrong offset!"); \ +static_assert(offsetof(AchievementWriteCallbackProxy_WriteProgress, ReturnValue) == 0x000028, "Member 'AchievementWriteCallbackProxy_WriteProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAchievementWriteCallbackProxy \ +static_assert(alignof(UAchievementWriteCallbackProxy) == 0x000008, "Wrong alignment on UAchievementWriteCallbackProxy"); \ +static_assert(sizeof(UAchievementWriteCallbackProxy) == 0x000088, "Wrong size on UAchievementWriteCallbackProxy"); \ +static_assert(offsetof(UAchievementWriteCallbackProxy, OnWriteSuccess) == 0x000030, "Member 'UAchievementWriteCallbackProxy::OnWriteSuccess' has a wrong offset!"); \ +static_assert(offsetof(UAchievementWriteCallbackProxy, OnWriteFailure) == 0x000040, "Member 'UAchievementWriteCallbackProxy::OnWriteFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConnectionCallbackProxy_ConnectToService \ +static_assert(alignof(ConnectionCallbackProxy_ConnectToService) == 0x000008, "Wrong alignment on ConnectionCallbackProxy_ConnectToService"); \ +static_assert(sizeof(ConnectionCallbackProxy_ConnectToService) == 0x000018, "Wrong size on ConnectionCallbackProxy_ConnectToService"); \ +static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, WorldContextObject) == 0x000000, "Member 'ConnectionCallbackProxy_ConnectToService::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, PlayerController) == 0x000008, "Member 'ConnectionCallbackProxy_ConnectToService::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, ReturnValue) == 0x000010, "Member 'ConnectionCallbackProxy_ConnectToService::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConnectionCallbackProxy \ +static_assert(alignof(UConnectionCallbackProxy) == 0x000008, "Wrong alignment on UConnectionCallbackProxy"); \ +static_assert(sizeof(UConnectionCallbackProxy) == 0x000078, "Wrong size on UConnectionCallbackProxy"); \ +static_assert(offsetof(UConnectionCallbackProxy, OnSuccess) == 0x000030, "Member 'UConnectionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UConnectionCallbackProxy, OnFailure) == 0x000040, "Member 'UConnectionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CreateSessionCallbackProxy_CreateSession \ +static_assert(alignof(CreateSessionCallbackProxy_CreateSession) == 0x000008, "Wrong alignment on CreateSessionCallbackProxy_CreateSession"); \ +static_assert(sizeof(CreateSessionCallbackProxy_CreateSession) == 0x000020, "Wrong size on CreateSessionCallbackProxy_CreateSession"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, WorldContextObject) == 0x000000, "Member 'CreateSessionCallbackProxy_CreateSession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PlayerController) == 0x000008, "Member 'CreateSessionCallbackProxy_CreateSession::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PublicConnections) == 0x000010, "Member 'CreateSessionCallbackProxy_CreateSession::PublicConnections' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, bUseLAN) == 0x000014, "Member 'CreateSessionCallbackProxy_CreateSession::bUseLAN' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, bUseLobbiesIfAvailable) == 0x000015, "Member 'CreateSessionCallbackProxy_CreateSession::bUseLobbiesIfAvailable' has a wrong offset!"); \ +static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, ReturnValue) == 0x000018, "Member 'CreateSessionCallbackProxy_CreateSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCreateSessionCallbackProxy \ +static_assert(alignof(UCreateSessionCallbackProxy) == 0x000008, "Wrong alignment on UCreateSessionCallbackProxy"); \ +static_assert(sizeof(UCreateSessionCallbackProxy) == 0x000098, "Wrong size on UCreateSessionCallbackProxy"); \ +static_assert(offsetof(UCreateSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UCreateSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UCreateSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UCreateSessionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DestroySessionCallbackProxy_DestroySession \ +static_assert(alignof(DestroySessionCallbackProxy_DestroySession) == 0x000008, "Wrong alignment on DestroySessionCallbackProxy_DestroySession"); \ +static_assert(sizeof(DestroySessionCallbackProxy_DestroySession) == 0x000018, "Wrong size on DestroySessionCallbackProxy_DestroySession"); \ +static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, WorldContextObject) == 0x000000, "Member 'DestroySessionCallbackProxy_DestroySession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, PlayerController) == 0x000008, "Member 'DestroySessionCallbackProxy_DestroySession::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, ReturnValue) == 0x000010, "Member 'DestroySessionCallbackProxy_DestroySession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDestroySessionCallbackProxy \ +static_assert(alignof(UDestroySessionCallbackProxy) == 0x000008, "Wrong alignment on UDestroySessionCallbackProxy"); \ +static_assert(sizeof(UDestroySessionCallbackProxy) == 0x000078, "Wrong size on UDestroySessionCallbackProxy"); \ +static_assert(offsetof(UDestroySessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UDestroySessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UDestroySessionCallbackProxy, OnFailure) == 0x000040, "Member 'UDestroySessionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EndMatchCallbackProxy_EndMatch \ +static_assert(alignof(EndMatchCallbackProxy_EndMatch) == 0x000008, "Wrong alignment on EndMatchCallbackProxy_EndMatch"); \ +static_assert(sizeof(EndMatchCallbackProxy_EndMatch) == 0x000040, "Wrong size on EndMatchCallbackProxy_EndMatch"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, WorldContextObject) == 0x000000, "Member 'EndMatchCallbackProxy_EndMatch::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, PlayerController) == 0x000008, "Member 'EndMatchCallbackProxy_EndMatch::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchActor) == 0x000010, "Member 'EndMatchCallbackProxy_EndMatch::MatchActor' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchID) == 0x000020, "Member 'EndMatchCallbackProxy_EndMatch::MatchID' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, LocalPlayerOutcome) == 0x000030, "Member 'EndMatchCallbackProxy_EndMatch::LocalPlayerOutcome' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, OtherPlayersOutcome) == 0x000031, "Member 'EndMatchCallbackProxy_EndMatch::OtherPlayersOutcome' has a wrong offset!"); \ +static_assert(offsetof(EndMatchCallbackProxy_EndMatch, ReturnValue) == 0x000038, "Member 'EndMatchCallbackProxy_EndMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndMatchCallbackProxy \ +static_assert(alignof(UEndMatchCallbackProxy) == 0x000008, "Wrong alignment on UEndMatchCallbackProxy"); \ +static_assert(sizeof(UEndMatchCallbackProxy) == 0x000080, "Wrong size on UEndMatchCallbackProxy"); \ +static_assert(offsetof(UEndMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UEndMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UEndMatchCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EndTurnCallbackProxy_EndTurn \ +static_assert(alignof(EndTurnCallbackProxy_EndTurn) == 0x000008, "Wrong alignment on EndTurnCallbackProxy_EndTurn"); \ +static_assert(sizeof(EndTurnCallbackProxy_EndTurn) == 0x000038, "Wrong size on EndTurnCallbackProxy_EndTurn"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, WorldContextObject) == 0x000000, "Member 'EndTurnCallbackProxy_EndTurn::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, PlayerController) == 0x000008, "Member 'EndTurnCallbackProxy_EndTurn::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, MatchID) == 0x000010, "Member 'EndTurnCallbackProxy_EndTurn::MatchID' has a wrong offset!"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, TurnBasedMatchInterface) == 0x000020, "Member 'EndTurnCallbackProxy_EndTurn::TurnBasedMatchInterface' has a wrong offset!"); \ +static_assert(offsetof(EndTurnCallbackProxy_EndTurn, ReturnValue) == 0x000030, "Member 'EndTurnCallbackProxy_EndTurn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndTurnCallbackProxy \ +static_assert(alignof(UEndTurnCallbackProxy) == 0x000008, "Wrong alignment on UEndTurnCallbackProxy"); \ +static_assert(sizeof(UEndTurnCallbackProxy) == 0x000078, "Wrong size on UEndTurnCallbackProxy"); \ +static_assert(offsetof(UEndTurnCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndTurnCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UEndTurnCallbackProxy, OnFailure) == 0x000040, "Member 'UEndTurnCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_FindSessions \ +static_assert(alignof(FindSessionsCallbackProxy_FindSessions) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_FindSessions"); \ +static_assert(sizeof(FindSessionsCallbackProxy_FindSessions) == 0x000020, "Wrong size on FindSessionsCallbackProxy_FindSessions"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, WorldContextObject) == 0x000000, "Member 'FindSessionsCallbackProxy_FindSessions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, PlayerController) == 0x000008, "Member 'FindSessionsCallbackProxy_FindSessions::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, MaxResults) == 0x000010, "Member 'FindSessionsCallbackProxy_FindSessions::MaxResults' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, bUseLAN) == 0x000014, "Member 'FindSessionsCallbackProxy_FindSessions::bUseLAN' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, bUseLobbies) == 0x000015, "Member 'FindSessionsCallbackProxy_FindSessions::bUseLobbies' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, ReturnValue) == 0x000018, "Member 'FindSessionsCallbackProxy_FindSessions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetCurrentPlayers \ +static_assert(alignof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetCurrentPlayers"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000128, "Wrong size on FindSessionsCallbackProxy_GetCurrentPlayers"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, ReturnValue) == 0x000120, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetMaxPlayers \ +static_assert(alignof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetMaxPlayers"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000128, "Wrong size on FindSessionsCallbackProxy_GetMaxPlayers"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, ReturnValue) == 0x000120, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetPingInMs \ +static_assert(alignof(FindSessionsCallbackProxy_GetPingInMs) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetPingInMs"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetPingInMs) == 0x000128, "Wrong size on FindSessionsCallbackProxy_GetPingInMs"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetPingInMs::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, ReturnValue) == 0x000120, "Member 'FindSessionsCallbackProxy_GetPingInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetServerName \ +static_assert(alignof(FindSessionsCallbackProxy_GetServerName) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetServerName"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetServerName) == 0x000130, "Wrong size on FindSessionsCallbackProxy_GetServerName"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetServerName::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, ReturnValue) == 0x000120, "Member 'FindSessionsCallbackProxy_GetServerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFindSessionsCallbackProxy \ +static_assert(alignof(UFindSessionsCallbackProxy) == 0x000008, "Wrong alignment on UFindSessionsCallbackProxy"); \ +static_assert(sizeof(UFindSessionsCallbackProxy) == 0x000090, "Wrong size on UFindSessionsCallbackProxy"); \ +static_assert(offsetof(UFindSessionsCallbackProxy, OnSuccess) == 0x000030, "Member 'UFindSessionsCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UFindSessionsCallbackProxy, OnFailure) == 0x000040, "Member 'UFindSessionsCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch \ +static_assert(alignof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch) == 0x000008, "Wrong alignment on FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch"); \ +static_assert(sizeof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch) == 0x000038, "Wrong size on FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, WorldContextObject) == 0x000000, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, PlayerController) == 0x000008, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MatchActor) == 0x000010, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MatchActor' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MinPlayers) == 0x000020, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MinPlayers' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MaxPlayers) == 0x000024, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, PlayerGroup) == 0x000028, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::PlayerGroup' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, ShowExistingMatches) == 0x00002C, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::ShowExistingMatches' has a wrong offset!"); \ +static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, ReturnValue) == 0x000030, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFindTurnBasedMatchCallbackProxy \ +static_assert(alignof(UFindTurnBasedMatchCallbackProxy) == 0x000008, "Wrong alignment on UFindTurnBasedMatchCallbackProxy"); \ +static_assert(sizeof(UFindTurnBasedMatchCallbackProxy) == 0x000088, "Wrong size on UFindTurnBasedMatchCallbackProxy"); \ +static_assert(offsetof(UFindTurnBasedMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UFindTurnBasedMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UFindTurnBasedMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UFindTurnBasedMatchCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase \ +static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase) == 0x000028, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, ProductRequest) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::ProductRequest' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, ReturnValue) == 0x000020, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned \ +static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned) == 0x000010, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned, ReturnValue) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases \ +static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases) == 0x000010, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases, ReturnValue) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseCallbackProxy2 \ +static_assert(alignof(UInAppPurchaseCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseCallbackProxy2"); \ +static_assert(sizeof(UInAppPurchaseCallbackProxy2) == 0x0000A8, "Wrong size on UInAppPurchaseCallbackProxy2"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy2, OnSuccess) == 0x000028, "Member 'UInAppPurchaseCallbackProxy2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy2, OnFailure) == 0x000038, "Member 'UInAppPurchaseCallbackProxy2::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout \ +static_assert(alignof(InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout) == 0x000008, "Wrong alignment on InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout"); \ +static_assert(sizeof(InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout) == 0x000028, "Wrong size on InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout"); \ +static_assert(offsetof(InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout, PlayerController) == 0x000000, "Member 'InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout, ProductRequest) == 0x000008, "Member 'InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout::ProductRequest' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout, ReturnValue) == 0x000020, "Member 'InAppPurchaseCheckoutCallbackProxy_CreateProxyObjectForInAppPurchaseCheckout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseCheckoutCallbackProxy \ +static_assert(alignof(UInAppPurchaseCheckoutCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseCheckoutCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseCheckoutCallbackProxy) == 0x0000A0, "Wrong size on UInAppPurchaseCheckoutCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseCheckoutCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseCheckoutCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseCheckoutCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseCheckoutCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize \ +static_assert(alignof(InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize) == 0x000008, "Wrong alignment on InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize"); \ +static_assert(sizeof(InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize) == 0x000050, "Wrong size on InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize"); \ +static_assert(offsetof(InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize, InAppPurchaseReceipt) == 0x000000, "Member 'InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize::InAppPurchaseReceipt' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize, PlayerController) == 0x000040, "Member 'InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize, ReturnValue) == 0x000048, "Member 'InAppPurchaseFinalizeProxy_CreateProxyObjectForInAppPurchaseFinalize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseFinalizeProxy \ +static_assert(alignof(UInAppPurchaseFinalizeProxy) == 0x000008, "Wrong alignment on UInAppPurchaseFinalizeProxy"); \ +static_assert(sizeof(UInAppPurchaseFinalizeProxy) == 0x000028, "Wrong size on UInAppPurchaseFinalizeProxy"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery \ +static_assert(alignof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery) == 0x000008, "Wrong alignment on InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(sizeof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery) == 0x000020, "Wrong size on InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, PlayerController) == 0x000000, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, ProductIdentifiers) == 0x000008, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::ProductIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, ReturnValue) == 0x000018, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseQueryCallbackProxy2 \ +static_assert(alignof(UInAppPurchaseQueryCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseQueryCallbackProxy2"); \ +static_assert(sizeof(UInAppPurchaseQueryCallbackProxy2) == 0x000068, "Wrong size on UInAppPurchaseQueryCallbackProxy2"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy2, OnSuccess) == 0x000028, "Member 'UInAppPurchaseQueryCallbackProxy2::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy2, OnFailure) == 0x000038, "Member 'UInAppPurchaseQueryCallbackProxy2::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts \ +static_assert(alignof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts) == 0x000008, "Wrong alignment on InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts"); \ +static_assert(sizeof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts) == 0x000010, "Wrong size on InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts"); \ +static_assert(offsetof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts, PlayerController) == 0x000000, "Member 'InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts, ReturnValue) == 0x000008, "Member 'InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseGetKnownReceipts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts \ +static_assert(alignof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts) == 0x000008, "Wrong alignment on InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts"); \ +static_assert(sizeof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts) == 0x000010, "Wrong size on InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts"); \ +static_assert(offsetof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts, PlayerController) == 0x000000, "Member 'InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts, ReturnValue) == 0x000008, "Member 'InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseQueryOwnedProducts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts \ +static_assert(alignof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts) == 0x000008, "Wrong alignment on InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts"); \ +static_assert(sizeof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts) == 0x000010, "Wrong size on InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts"); \ +static_assert(offsetof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts, PlayerController) == 0x000000, "Member 'InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts, ReturnValue) == 0x000008, "Member 'InAppPurchaseReceiptsCallbackProxy_CreateProxyObjectForInAppPurchaseRestoreOwnedProducts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseReceiptsCallbackProxy \ +static_assert(alignof(UInAppPurchaseReceiptsCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseReceiptsCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseReceiptsCallbackProxy) == 0x000088, "Wrong size on UInAppPurchaseReceiptsCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseReceiptsCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseReceiptsCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseReceiptsCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseReceiptsCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeacon \ +static_assert(alignof(AOnlineBeacon) == 0x000008, "Wrong alignment on AOnlineBeacon"); \ +static_assert(sizeof(AOnlineBeacon) == 0x0002E0, "Wrong size on AOnlineBeacon"); \ +static_assert(offsetof(AOnlineBeacon, BeaconConnectionInitialTimeout) == 0x0002B8, "Member 'AOnlineBeacon::BeaconConnectionInitialTimeout' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeacon, BeaconConnectionTimeout) == 0x0002BC, "Member 'AOnlineBeacon::BeaconConnectionTimeout' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeacon, NetDriver) == 0x0002C0, "Member 'AOnlineBeacon::NetDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconClient \ +static_assert(alignof(AOnlineBeaconClient) == 0x000008, "Wrong alignment on AOnlineBeaconClient"); \ +static_assert(sizeof(AOnlineBeaconClient) == 0x000340, "Wrong size on AOnlineBeaconClient"); \ +static_assert(offsetof(AOnlineBeaconClient, BeaconOwner) == 0x0002E0, "Member 'AOnlineBeaconClient::BeaconOwner' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconClient, BeaconConnection) == 0x0002E8, "Member 'AOnlineBeaconClient::BeaconConnection' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconClient, ConnectionState) == 0x0002F0, "Member 'AOnlineBeaconClient::ConnectionState' 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) == 0x000408, "Wrong size on APartyBeaconClient"); \ +static_assert(offsetof(APartyBeaconClient, DestSessionId) == 0x000370, "Member 'APartyBeaconClient::DestSessionId' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, PendingReservation) == 0x000380, "Member 'APartyBeaconClient::PendingReservation' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, RequestType) == 0x0003D8, "Member 'APartyBeaconClient::RequestType' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, bPendingReservationSent) == 0x0003D9, "Member 'APartyBeaconClient::bPendingReservationSent' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, bCancelReservation) == 0x0003DA, "Member 'APartyBeaconClient::bCancelReservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x001F10, "Wrong size on UIpConnection"); \ +static_assert(offsetof(UIpConnection, SocketErrorDisconnectDelay) == 0x001EF4, "Member 'UIpConnection::SocketErrorDisconnectDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIpNetDriver \ +static_assert(alignof(UIpNetDriver) == 0x000008, "Wrong alignment on UIpNetDriver"); \ +static_assert(sizeof(UIpNetDriver) == 0x000A18, "Wrong size on UIpNetDriver"); \ +static_assert(offsetof(UIpNetDriver, MaxPortCountToTry) == 0x00096C, "Member 'UIpNetDriver::MaxPortCountToTry' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ServerDesiredSocketReceiveBufferBytes) == 0x000974, "Member 'UIpNetDriver::ServerDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ServerDesiredSocketSendBufferBytes) == 0x000978, "Member 'UIpNetDriver::ServerDesiredSocketSendBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ClientDesiredSocketReceiveBufferBytes) == 0x00097C, "Member 'UIpNetDriver::ClientDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ClientDesiredSocketSendBufferBytes) == 0x000980, "Member 'UIpNetDriver::ClientDesiredSocketSendBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, MaxSecondsInReceive) == 0x000988, "Member 'UIpNetDriver::MaxSecondsInReceive' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, NbPacketsBetweenReceiveTimeTest) == 0x000990, "Member 'UIpNetDriver::NbPacketsBetweenReceiveTimeTest' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ResolutionConnectionTimeout) == 0x000994, "Member 'UIpNetDriver::ResolutionConnectionTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JoinSessionCallbackProxy_JoinSession \ +static_assert(alignof(JoinSessionCallbackProxy_JoinSession) == 0x000008, "Wrong alignment on JoinSessionCallbackProxy_JoinSession"); \ +static_assert(sizeof(JoinSessionCallbackProxy_JoinSession) == 0x000138, "Wrong size on JoinSessionCallbackProxy_JoinSession"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, WorldContextObject) == 0x000000, "Member 'JoinSessionCallbackProxy_JoinSession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, PlayerController) == 0x000008, "Member 'JoinSessionCallbackProxy_JoinSession::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, SearchResult) == 0x000010, "Member 'JoinSessionCallbackProxy_JoinSession::SearchResult' has a wrong offset!"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, ReturnValue) == 0x000130, "Member 'JoinSessionCallbackProxy_JoinSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJoinSessionCallbackProxy \ +static_assert(alignof(UJoinSessionCallbackProxy) == 0x000008, "Wrong alignment on UJoinSessionCallbackProxy"); \ +static_assert(sizeof(UJoinSessionCallbackProxy) == 0x000198, "Wrong size on UJoinSessionCallbackProxy"); \ +static_assert(offsetof(UJoinSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UJoinSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UJoinSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UJoinSessionCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x000020, "Wrong size on LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery"); \ +static_assert(offsetof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery, PlayerController) == 0x000000, "Member 'LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery, StatName) == 0x000008, "Member 'LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery::StatName' has a wrong offset!"); \ +static_assert(offsetof(LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery, ReturnValue) == 0x000018, "Member 'LeaderboardQueryCallbackProxy_CreateProxyObjectForIntQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULeaderboardQueryCallbackProxy \ +static_assert(alignof(ULeaderboardQueryCallbackProxy) == 0x000008, "Wrong alignment on ULeaderboardQueryCallbackProxy"); \ +static_assert(sizeof(ULeaderboardQueryCallbackProxy) == 0x0000A0, "Wrong size on ULeaderboardQueryCallbackProxy"); \ +static_assert(offsetof(ULeaderboardQueryCallbackProxy, OnSuccess) == 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_ATestBeaconClient \ +static_assert(alignof(ATestBeaconClient) == 0x000008, "Wrong alignment on ATestBeaconClient"); \ +static_assert(sizeof(ATestBeaconClient) == 0x000340, "Wrong size on ATestBeaconClient"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconHost \ +static_assert(alignof(AOnlineBeaconHost) == 0x000008, "Wrong alignment on AOnlineBeaconHost"); \ +static_assert(sizeof(AOnlineBeaconHost) == 0x0003F0, "Wrong size on AOnlineBeaconHost"); \ +static_assert(offsetof(AOnlineBeaconHost, ListenPort) == 0x0002E0, "Member 'AOnlineBeaconHost::ListenPort' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, bReuseAddressAndPort) == 0x0002E4, "Member 'AOnlineBeaconHost::bReuseAddressAndPort' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, bAuthRequired) == 0x0002E5, "Member 'AOnlineBeaconHost::bAuthRequired' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, MaxAuthTokenSize) == 0x0002E8, "Member 'AOnlineBeaconHost::MaxAuthTokenSize' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, ClientActors) == 0x000340, "Member 'AOnlineBeaconHost::ClientActors' 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) == 0x000438, "Wrong size on ASpectatorBeaconClient"); \ +static_assert(offsetof(ASpectatorBeaconClient, DestSessionId) == 0x000370, "Member 'ASpectatorBeaconClient::DestSessionId' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, PendingReservation) == 0x000380, "Member 'ASpectatorBeaconClient::PendingReservation' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, RequestType) == 0x000408, "Member 'ASpectatorBeaconClient::RequestType' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, bPendingReservationSent) == 0x000409, "Member 'ASpectatorBeaconClient::bPendingReservationSent' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, bCancelReservation) == 0x00040A, "Member 'ASpectatorBeaconClient::bCancelReservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconHostObject \ +static_assert(alignof(AOnlineBeaconHostObject) == 0x000008, "Wrong alignment on AOnlineBeaconHostObject"); \ +static_assert(sizeof(AOnlineBeaconHostObject) == 0x0002D8, "Wrong size on AOnlineBeaconHostObject"); \ +static_assert(offsetof(AOnlineBeaconHostObject, BeaconTypeName) == 0x0002B0, "Member 'AOnlineBeaconHostObject::BeaconTypeName' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHostObject, ClientBeaconActorClass) == 0x0002C0, "Member 'AOnlineBeaconHostObject::ClientBeaconActorClass' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHostObject, ClientActors) == 0x0002C8, "Member 'AOnlineBeaconHostObject::ClientActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconUnitTestHostObject \ +static_assert(alignof(AOnlineBeaconUnitTestHostObject) == 0x000008, "Wrong alignment on AOnlineBeaconUnitTestHostObject"); \ +static_assert(sizeof(AOnlineBeaconUnitTestHostObject) == 0x0002D8, "Wrong size on AOnlineBeaconUnitTestHostObject"); \ + +#define DUMPER7_ASSERTS_UOnlineEngineInterfaceImpl2 \ +static_assert(alignof(UOnlineEngineInterfaceImpl2) == 0x000008, "Wrong alignment on UOnlineEngineInterfaceImpl2"); \ +static_assert(sizeof(UOnlineEngineInterfaceImpl2) == 0x000198, "Wrong size on UOnlineEngineInterfaceImpl2"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl2, MappedUniqueNetIdTypes) == 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!"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl2, bOnlineServicesCompatibilityEnabled) == 0x000188, "Member 'UOnlineEngineInterfaceImpl2::bOnlineServicesCompatibilityEnabled' has a wrong offset!"); \ +static_assert(offsetof(UOnlineEngineInterfaceImpl2, OnlineServicesCompatibilityInterface) == 0x000190, "Member 'UOnlineEngineInterfaceImpl2::OnlineServicesCompatibilityInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlinePIEConfig \ +static_assert(alignof(UOnlinePIEConfig) == 0x000008, "Wrong alignment on UOnlinePIEConfig"); \ +static_assert(sizeof(UOnlinePIEConfig) == 0x000038, "Wrong size on UOnlinePIEConfig"); \ +static_assert(offsetof(UOnlinePIEConfig, LoginTypesAllowingDuplicates) == 0x000028, "Member 'UOnlinePIEConfig::LoginTypesAllowingDuplicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlinePIESettings \ +static_assert(alignof(UOnlinePIESettings) == 0x000008, "Wrong alignment on UOnlinePIESettings"); \ +static_assert(sizeof(UOnlinePIESettings) == 0x000050, "Wrong size on UOnlinePIESettings"); \ +static_assert(offsetof(UOnlinePIESettings, bOnlinePIEEnabled) == 0x000038, "Member 'UOnlinePIESettings::bOnlinePIEEnabled' has a wrong offset!"); \ +static_assert(offsetof(UOnlinePIESettings, Logins) == 0x000040, "Member 'UOnlinePIESettings::Logins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlineServicesEngineInterfaceImpl \ +static_assert(alignof(UOnlineServicesEngineInterfaceImpl) == 0x000008, "Wrong alignment on UOnlineServicesEngineInterfaceImpl"); \ +static_assert(sizeof(UOnlineServicesEngineInterfaceImpl) == 0x000028, "Wrong size on UOnlineServicesEngineInterfaceImpl"); \ + +#define DUMPER7_ASSERTS_UOnlineSessionClient \ +static_assert(alignof(UOnlineSessionClient) == 0x000008, "Wrong alignment on UOnlineSessionClient"); \ +static_assert(sizeof(UOnlineSessionClient) == 0x0001E0, "Wrong size on UOnlineSessionClient"); \ +static_assert(offsetof(UOnlineSessionClient, bIsFromInvite) == 0x0001D8, "Member 'UOnlineSessionClient::bIsFromInvite' has a wrong offset!"); \ +static_assert(offsetof(UOnlineSessionClient, bHandlingDisconnect) == 0x0001D9, "Member 'UOnlineSessionClient::bHandlingDisconnect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APartyBeaconHost \ +static_assert(alignof(APartyBeaconHost) == 0x000008, "Wrong alignment on APartyBeaconHost"); \ +static_assert(sizeof(APartyBeaconHost) == 0x000350, "Wrong size on APartyBeaconHost"); \ +static_assert(offsetof(APartyBeaconHost, State) == 0x0002D8, "Member 'APartyBeaconHost::State' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, bLogoutOnSessionTimeout) == 0x000340, "Member 'APartyBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, bIsValidationStrRequired) == 0x000341, "Member 'APartyBeaconHost::bIsValidationStrRequired' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, SessionTimeoutSecs) == 0x000344, "Member 'APartyBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, TravelSessionTimeoutSecs) == 0x000348, "Member 'APartyBeaconHost::TravelSessionTimeoutSecs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPartyBeaconState \ +static_assert(alignof(UPartyBeaconState) == 0x000008, "Wrong alignment on UPartyBeaconState"); \ +static_assert(sizeof(UPartyBeaconState) == 0x0000A0, "Wrong size on UPartyBeaconState"); \ +static_assert(offsetof(UPartyBeaconState, SessionName) == 0x000028, "Member 'UPartyBeaconState::SessionName' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, NumConsumedReservations) == 0x000030, "Member 'UPartyBeaconState::NumConsumedReservations' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, MaxReservations) == 0x000034, "Member 'UPartyBeaconState::MaxReservations' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, NumTeams) == 0x000038, "Member 'UPartyBeaconState::NumTeams' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, NumPlayersPerTeam) == 0x00003C, "Member 'UPartyBeaconState::NumPlayersPerTeam' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, TeamAssignmentMethod) == 0x000040, "Member 'UPartyBeaconState::TeamAssignmentMethod' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, ReservedHostTeamNum) == 0x000048, "Member 'UPartyBeaconState::ReservedHostTeamNum' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, ForceTeamNum) == 0x00004C, "Member 'UPartyBeaconState::ForceTeamNum' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, bRestrictCrossConsole) == 0x000050, "Member 'UPartyBeaconState::bRestrictCrossConsole' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, PlatformCrossplayRestrictions) == 0x000058, "Member 'UPartyBeaconState::PlatformCrossplayRestrictions' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, PlatformTypeMapping) == 0x000068, "Member 'UPartyBeaconState::PlatformTypeMapping' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, bEnableRemovalRequests) == 0x000078, "Member 'UPartyBeaconState::bEnableRemovalRequests' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, bRespectCompetitiveIntegrity) == 0x000079, "Member 'UPartyBeaconState::bRespectCompetitiveIntegrity' has a wrong offset!"); \ +static_assert(offsetof(UPartyBeaconState, Reservations) == 0x000080, "Member 'UPartyBeaconState::Reservations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuitMatchCallbackProxy_QuitMatch \ +static_assert(alignof(QuitMatchCallbackProxy_QuitMatch) == 0x000008, "Wrong alignment on QuitMatchCallbackProxy_QuitMatch"); \ +static_assert(sizeof(QuitMatchCallbackProxy_QuitMatch) == 0x000030, "Wrong size on QuitMatchCallbackProxy_QuitMatch"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, WorldContextObject) == 0x000000, "Member 'QuitMatchCallbackProxy_QuitMatch::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, PlayerController) == 0x000008, "Member 'QuitMatchCallbackProxy_QuitMatch::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, MatchID) == 0x000010, "Member 'QuitMatchCallbackProxy_QuitMatch::MatchID' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, Outcome) == 0x000020, "Member 'QuitMatchCallbackProxy_QuitMatch::Outcome' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, TurnTimeoutInSeconds) == 0x000024, "Member 'QuitMatchCallbackProxy_QuitMatch::TurnTimeoutInSeconds' has a wrong offset!"); \ +static_assert(offsetof(QuitMatchCallbackProxy_QuitMatch, ReturnValue) == 0x000028, "Member 'QuitMatchCallbackProxy_QuitMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQuitMatchCallbackProxy \ +static_assert(alignof(UQuitMatchCallbackProxy) == 0x000008, "Wrong alignment on UQuitMatchCallbackProxy"); \ +static_assert(sizeof(UQuitMatchCallbackProxy) == 0x000078, "Wrong size on UQuitMatchCallbackProxy"); \ +static_assert(offsetof(UQuitMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UQuitMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UQuitMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UQuitMatchCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpectatorBeaconHost \ +static_assert(alignof(ASpectatorBeaconHost) == 0x000008, "Wrong alignment on ASpectatorBeaconHost"); \ +static_assert(sizeof(ASpectatorBeaconHost) == 0x000350, "Wrong size on ASpectatorBeaconHost"); \ +static_assert(offsetof(ASpectatorBeaconHost, State) == 0x0002D8, "Member 'ASpectatorBeaconHost::State' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, bLogoutOnSessionTimeout) == 0x000340, "Member 'ASpectatorBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, bIsValidationStrRequired) == 0x000341, "Member 'ASpectatorBeaconHost::bIsValidationStrRequired' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, SessionTimeoutSecs) == 0x000344, "Member 'ASpectatorBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, TravelSessionTimeoutSecs) == 0x000348, "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_ATestBeaconHost \ +static_assert(alignof(ATestBeaconHost) == 0x000008, "Wrong alignment on ATestBeaconHost"); \ +static_assert(sizeof(ATestBeaconHost) == 0x0002D8, "Wrong size on ATestBeaconHost"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconUnitTestClient \ +static_assert(alignof(AOnlineBeaconUnitTestClient) == 0x000008, "Wrong alignment on AOnlineBeaconUnitTestClient"); \ +static_assert(sizeof(AOnlineBeaconUnitTestClient) == 0x000340, "Wrong size on AOnlineBeaconUnitTestClient"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconUnitTestHost \ +static_assert(alignof(AOnlineBeaconUnitTestHost) == 0x000008, "Wrong alignment on AOnlineBeaconUnitTestHost"); \ +static_assert(sizeof(AOnlineBeaconUnitTestHost) == 0x0003F0, "Wrong size on AOnlineBeaconUnitTestHost"); \ + +#define DUMPER7_ASSERTS_UOnlineBeaconUnitTestNetConnection \ +static_assert(alignof(UOnlineBeaconUnitTestNetConnection) == 0x000010, "Wrong alignment on UOnlineBeaconUnitTestNetConnection"); \ +static_assert(sizeof(UOnlineBeaconUnitTestNetConnection) == 0x001F10, "Wrong size on UOnlineBeaconUnitTestNetConnection"); \ + +#define DUMPER7_ASSERTS_UOnlineBeaconUnitTestNetDriver \ +static_assert(alignof(UOnlineBeaconUnitTestNetDriver) == 0x000008, "Wrong alignment on UOnlineBeaconUnitTestNetDriver"); \ +static_assert(sizeof(UOnlineBeaconUnitTestNetDriver) == 0x000A18, "Wrong size on UOnlineBeaconUnitTestNetDriver"); \ + +#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) == 0x000910, "Wrong size on UVoipListenerSynthComponent"); \ + +#define DUMPER7_ASSERTS_FUpdateContextDefinition \ +static_assert(alignof(FUpdateContextDefinition) == 0x000008, "Wrong alignment on FUpdateContextDefinition"); \ +static_assert(sizeof(FUpdateContextDefinition) == 0x000068, "Wrong size on FUpdateContextDefinition"); \ +static_assert(offsetof(FUpdateContextDefinition, Name) == 0x000000, "Member 'FUpdateContextDefinition::Name' has a wrong offset!"); \ +static_assert(offsetof(FUpdateContextDefinition, bEnabled) == 0x000010, "Member 'FUpdateContextDefinition::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FUpdateContextDefinition, bCheckAvailabilityOnly) == 0x000011, "Member 'FUpdateContextDefinition::bCheckAvailabilityOnly' has a wrong offset!"); \ +static_assert(offsetof(FUpdateContextDefinition, bPatchCheckEnabled) == 0x000012, "Member 'FUpdateContextDefinition::bPatchCheckEnabled' has a wrong offset!"); \ +static_assert(offsetof(FUpdateContextDefinition, AdditionalTags) == 0x000018, "Member 'FUpdateContextDefinition::AdditionalTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlineHotfixManager \ +static_assert(alignof(UOnlineHotfixManager) == 0x000008, "Wrong alignment on UOnlineHotfixManager"); \ +static_assert(sizeof(UOnlineHotfixManager) == 0x0002B8, "Wrong size on UOnlineHotfixManager"); \ +static_assert(offsetof(UOnlineHotfixManager, OSSName) == 0x000278, "Member 'UOnlineHotfixManager::OSSName' has a wrong offset!"); \ +static_assert(offsetof(UOnlineHotfixManager, HotfixManagerClassName) == 0x000288, "Member 'UOnlineHotfixManager::HotfixManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UOnlineHotfixManager, DebugPrefix) == 0x000298, "Member 'UOnlineHotfixManager::DebugPrefix' has a wrong offset!"); \ +static_assert(offsetof(UOnlineHotfixManager, AssetsHotfixedFromIniFiles) == 0x0002A8, "Member 'UOnlineHotfixManager::AssetsHotfixedFromIniFiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUpdateManager \ +static_assert(alignof(UUpdateManager) == 0x000008, "Wrong alignment on UUpdateManager"); \ +static_assert(sizeof(UUpdateManager) == 0x000208, "Wrong size on UUpdateManager"); \ +static_assert(offsetof(UUpdateManager, UpdateCheckStartDelay) == 0x000088, "Member 'UUpdateManager::UpdateCheckStartDelay' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, UpdateCheckCachedResponseDelay) == 0x00008C, "Member 'UUpdateManager::UpdateCheckCachedResponseDelay' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, HotfixCheckCompleteDelay) == 0x000090, "Member 'UUpdateManager::HotfixCheckCompleteDelay' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, UpdateCheckCompleteDelay) == 0x000094, "Member 'UUpdateManager::UpdateCheckCompleteDelay' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, HotfixAvailabilityCheckCompleteDelay) == 0x000098, "Member 'UUpdateManager::HotfixAvailabilityCheckCompleteDelay' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, UpdateCheckAvailabilityCompleteDelay) == 0x00009C, "Member 'UUpdateManager::UpdateCheckAvailabilityCompleteDelay' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, AppSuspendedUpdateCheckTimeSeconds) == 0x0000A4, "Member 'UUpdateManager::AppSuspendedUpdateCheckTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, bInitialUpdateFinished) == 0x0000B0, "Member 'UUpdateManager::bInitialUpdateFinished' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, bCheckHotfixAvailabilityOnly) == 0x0000B1, "Member 'UUpdateManager::bCheckHotfixAvailabilityOnly' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, CurrentUpdateState) == 0x0000B2, "Member 'UUpdateManager::CurrentUpdateState' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, WorstNumFilesPendingLoadViewed) == 0x0000B4, "Member 'UUpdateManager::WorstNumFilesPendingLoadViewed' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, LastHotfixResult) == 0x0000BC, "Member 'UUpdateManager::LastHotfixResult' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, LastUpdateCheck) == 0x0000E0, "Member 'UUpdateManager::LastUpdateCheck' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, LastCompletionResult) == 0x0000F0, "Member 'UUpdateManager::LastCompletionResult' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, UpdateStateEnum) == 0x000128, "Member 'UUpdateManager::UpdateStateEnum' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, UpdateCompletionEnum) == 0x000130, "Member 'UUpdateManager::UpdateCompletionEnum' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, UpdateContextDefinitionUnknown) == 0x000138, "Member 'UUpdateManager::UpdateContextDefinitionUnknown' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, UpdateContextDefinitions) == 0x0001A0, "Member 'UUpdateManager::UpdateContextDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubtitleFormat \ +static_assert(alignof(FSubtitleFormat) == 0x000001, "Wrong alignment on FSubtitleFormat"); \ +static_assert(sizeof(FSubtitleFormat) == 0x000004, "Wrong size on FSubtitleFormat"); \ +static_assert(offsetof(FSubtitleFormat, SubtitleTextSize) == 0x000000, "Member 'FSubtitleFormat::SubtitleTextSize' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleFormat, SubtitleTextColor) == 0x000001, "Member 'FSubtitleFormat::SubtitleTextColor' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleFormat, SubtitleTextBorder) == 0x000002, "Member 'FSubtitleFormat::SubtitleTextBorder' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleFormat, SubtitleBackgroundOpacity) == 0x000003, "Member 'FSubtitleFormat::SubtitleBackgroundOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubtitleDisplayOptions \ +static_assert(alignof(USubtitleDisplayOptions) == 0x000010, "Wrong alignment on USubtitleDisplayOptions"); \ +static_assert(sizeof(USubtitleDisplayOptions) == 0x0001A0, "Wrong size on USubtitleDisplayOptions"); \ +static_assert(offsetof(USubtitleDisplayOptions, Font) == 0x000030, "Member 'USubtitleDisplayOptions::Font' has a wrong offset!"); \ +static_assert(offsetof(USubtitleDisplayOptions, DisplayTextSizes) == 0x000090, "Member 'USubtitleDisplayOptions::DisplayTextSizes' has a wrong offset!"); \ +static_assert(offsetof(USubtitleDisplayOptions, DisplayTextColors) == 0x0000A4, "Member 'USubtitleDisplayOptions::DisplayTextColors' has a wrong offset!"); \ +static_assert(offsetof(USubtitleDisplayOptions, DisplayBorderSize) == 0x0000C4, "Member 'USubtitleDisplayOptions::DisplayBorderSize' has a wrong offset!"); \ +static_assert(offsetof(USubtitleDisplayOptions, DisplayBackgroundOpacity) == 0x0000D0, "Member 'USubtitleDisplayOptions::DisplayBackgroundOpacity' has a wrong offset!"); \ +static_assert(offsetof(USubtitleDisplayOptions, BackgroundBrush) == 0x0000F0, "Member 'USubtitleDisplayOptions::BackgroundBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSubtitlesPlayer_BindToMediaPlayer \ +static_assert(alignof(MediaSubtitlesPlayer_BindToMediaPlayer) == 0x000008, "Wrong alignment on MediaSubtitlesPlayer_BindToMediaPlayer"); \ +static_assert(sizeof(MediaSubtitlesPlayer_BindToMediaPlayer) == 0x000008, "Wrong size on MediaSubtitlesPlayer_BindToMediaPlayer"); \ +static_assert(offsetof(MediaSubtitlesPlayer_BindToMediaPlayer, InMediaPlayer) == 0x000000, "Member 'MediaSubtitlesPlayer_BindToMediaPlayer::InMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaSubtitlesPlayer_SetSubtitles \ +static_assert(alignof(MediaSubtitlesPlayer_SetSubtitles) == 0x000008, "Wrong alignment on MediaSubtitlesPlayer_SetSubtitles"); \ +static_assert(sizeof(MediaSubtitlesPlayer_SetSubtitles) == 0x000008, "Wrong size on MediaSubtitlesPlayer_SetSubtitles"); \ +static_assert(offsetof(MediaSubtitlesPlayer_SetSubtitles, Subtitles) == 0x000000, "Member 'MediaSubtitlesPlayer_SetSubtitles::Subtitles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaSubtitlesPlayer \ +static_assert(alignof(UMediaSubtitlesPlayer) == 0x000008, "Wrong alignment on UMediaSubtitlesPlayer"); \ +static_assert(sizeof(UMediaSubtitlesPlayer) == 0x000048, "Wrong size on UMediaSubtitlesPlayer"); \ +static_assert(offsetof(UMediaSubtitlesPlayer, SourceSubtitles) == 0x000030, "Member 'UMediaSubtitlesPlayer::SourceSubtitles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubtitleDisplaySubsystem \ +static_assert(alignof(USubtitleDisplaySubsystem) == 0x000008, "Wrong alignment on USubtitleDisplaySubsystem"); \ +static_assert(sizeof(USubtitleDisplaySubsystem) == 0x000050, "Wrong size on USubtitleDisplaySubsystem"); \ +static_assert(offsetof(USubtitleDisplaySubsystem, SubtitleFormat) == 0x000048, "Member 'USubtitleDisplaySubsystem::SubtitleFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubtitleDisplay_HasSubtitles \ +static_assert(alignof(SubtitleDisplay_HasSubtitles) == 0x000001, "Wrong alignment on SubtitleDisplay_HasSubtitles"); \ +static_assert(sizeof(SubtitleDisplay_HasSubtitles) == 0x000001, "Wrong size on SubtitleDisplay_HasSubtitles"); \ +static_assert(offsetof(SubtitleDisplay_HasSubtitles, ReturnValue) == 0x000000, "Member 'SubtitleDisplay_HasSubtitles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubtitleDisplay \ +static_assert(alignof(USubtitleDisplay) == 0x000010, "Wrong alignment on USubtitleDisplay"); \ +static_assert(sizeof(USubtitleDisplay) == 0x000540, "Wrong size on USubtitleDisplay"); \ +static_assert(offsetof(USubtitleDisplay, Format) == 0x000178, "Member 'USubtitleDisplay::Format' has a wrong offset!"); \ +static_assert(offsetof(USubtitleDisplay, Options) == 0x000180, "Member 'USubtitleDisplay::Options' has a wrong offset!"); \ +static_assert(offsetof(USubtitleDisplay, WrapTextAt) == 0x000188, "Member 'USubtitleDisplay::WrapTextAt' has a wrong offset!"); \ +static_assert(offsetof(USubtitleDisplay, bPreviewMode) == 0x00018C, "Member 'USubtitleDisplay::bPreviewMode' has a wrong offset!"); \ +static_assert(offsetof(USubtitleDisplay, PreviewText) == 0x000190, "Member 'USubtitleDisplay::PreviewText' has a wrong offset!"); \ +static_assert(offsetof(USubtitleDisplay, GeneratedStyle) == 0x0001A0, "Member 'USubtitleDisplay::GeneratedStyle' has a wrong offset!"); \ +static_assert(offsetof(USubtitleDisplay, GeneratedBackgroundBorder) == 0x000480, "Member 'USubtitleDisplay::GeneratedBackgroundBorder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineOverrideSettings \ +static_assert(alignof(UStreamlineOverrideSettings) == 0x000008, "Wrong alignment on UStreamlineOverrideSettings"); \ +static_assert(sizeof(UStreamlineOverrideSettings) == 0x000030, "Wrong size on UStreamlineOverrideSettings"); \ +static_assert(offsetof(UStreamlineOverrideSettings, LoadDebugOverlayOverride) == 0x000028, "Member 'UStreamlineOverrideSettings::LoadDebugOverlayOverride' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineOverrideSettings, AllowOTAUpdateOverride) == 0x000029, "Member 'UStreamlineOverrideSettings::AllowOTAUpdateOverride' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineOverrideSettings, EnableDLSSFGInPlayInEditorViewportsOverride) == 0x00002A, "Member 'UStreamlineOverrideSettings::EnableDLSSFGInPlayInEditorViewportsOverride' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineOverrideSettings, UseSlSetTagOverride) == 0x00002B, "Member 'UStreamlineOverrideSettings::UseSlSetTagOverride' 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, bLoadDebugOverlay) == 0x000028, "Member 'UStreamlineSettings::bLoadDebugOverlay' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bAllowOTAUpdate) == 0x000029, "Member 'UStreamlineSettings::bAllowOTAUpdate' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, NVIDIANGXApplicationId) == 0x00002C, "Member 'UStreamlineSettings::NVIDIANGXApplicationId' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bEnableStreamlineD3D12) == 0x000030, "Member 'UStreamlineSettings::bEnableStreamlineD3D12' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bEnableStreamlineD3D11) == 0x000031, "Member 'UStreamlineSettings::bEnableStreamlineD3D11' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bEnableDLSSFGInPlayInEditorViewports) == 0x000032, "Member 'UStreamlineSettings::bEnableDLSSFGInPlayInEditorViewports' has a wrong offset!"); \ +static_assert(offsetof(UStreamlineSettings, bUseSlSetTag) == 0x000033, "Member 'UStreamlineSettings::bUseSlSetTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamlineVersion \ +static_assert(alignof(FStreamlineVersion) == 0x000004, "Wrong alignment on FStreamlineVersion"); \ +static_assert(sizeof(FStreamlineVersion) == 0x00000C, "Wrong size on FStreamlineVersion"); \ +static_assert(offsetof(FStreamlineVersion, Major) == 0x000000, "Member 'FStreamlineVersion::Major' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineVersion, Minor) == 0x000004, "Member 'FStreamlineVersion::Minor' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineVersion, Build) == 0x000008, "Member 'FStreamlineVersion::Build' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamlineFeatureRequirements \ +static_assert(alignof(FStreamlineFeatureRequirements) == 0x000004, "Wrong alignment on FStreamlineFeatureRequirements"); \ +static_assert(sizeof(FStreamlineFeatureRequirements) == 0x000034, "Wrong size on FStreamlineFeatureRequirements"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, Support) == 0x000000, "Member 'FStreamlineFeatureRequirements::Support' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, Requirements) == 0x000001, "Member 'FStreamlineFeatureRequirements::Requirements' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, RequiredOperatingSystemVersion) == 0x000004, "Member 'FStreamlineFeatureRequirements::RequiredOperatingSystemVersion' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, DetectedOperatingSystemVersion) == 0x000010, "Member 'FStreamlineFeatureRequirements::DetectedOperatingSystemVersion' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, RequiredDriverVersion) == 0x00001C, "Member 'FStreamlineFeatureRequirements::RequiredDriverVersion' has a wrong offset!"); \ +static_assert(offsetof(FStreamlineFeatureRequirements, DetectedDriverVersion) == 0x000028, "Member 'FStreamlineFeatureRequirements::DetectedDriverVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibrary_BreakStreamlineFeatureRequirements \ +static_assert(alignof(StreamlineLibrary_BreakStreamlineFeatureRequirements) == 0x000001, "Wrong alignment on StreamlineLibrary_BreakStreamlineFeatureRequirements"); \ +static_assert(sizeof(StreamlineLibrary_BreakStreamlineFeatureRequirements) == 0x000006, "Wrong size on StreamlineLibrary_BreakStreamlineFeatureRequirements"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, Requirements) == 0x000000, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::Requirements' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, D3D11Supported) == 0x000001, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::D3D11Supported' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, D3D12Supported) == 0x000002, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::D3D12Supported' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, VulkanSupported) == 0x000003, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::VulkanSupported' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, VSyncOffRequired) == 0x000004, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::VSyncOffRequired' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, HardwareSchedulingRequired) == 0x000005, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::HardwareSchedulingRequired' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibrary_GetStreamlineFeatureInformation \ +static_assert(alignof(StreamlineLibrary_GetStreamlineFeatureInformation) == 0x000004, "Wrong alignment on StreamlineLibrary_GetStreamlineFeatureInformation"); \ +static_assert(sizeof(StreamlineLibrary_GetStreamlineFeatureInformation) == 0x000038, "Wrong size on StreamlineLibrary_GetStreamlineFeatureInformation"); \ +static_assert(offsetof(StreamlineLibrary_GetStreamlineFeatureInformation, Feature) == 0x000000, "Member 'StreamlineLibrary_GetStreamlineFeatureInformation::Feature' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_GetStreamlineFeatureInformation, ReturnValue) == 0x000004, "Member 'StreamlineLibrary_GetStreamlineFeatureInformation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibrary_IsStreamlineFeatureSupported \ +static_assert(alignof(StreamlineLibrary_IsStreamlineFeatureSupported) == 0x000001, "Wrong alignment on StreamlineLibrary_IsStreamlineFeatureSupported"); \ +static_assert(sizeof(StreamlineLibrary_IsStreamlineFeatureSupported) == 0x000002, "Wrong size on StreamlineLibrary_IsStreamlineFeatureSupported"); \ +static_assert(offsetof(StreamlineLibrary_IsStreamlineFeatureSupported, Feature) == 0x000000, "Member 'StreamlineLibrary_IsStreamlineFeatureSupported::Feature' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_IsStreamlineFeatureSupported, ReturnValue) == 0x000001, "Member 'StreamlineLibrary_IsStreamlineFeatureSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibrary_QueryStreamlineFeatureSupport \ +static_assert(alignof(StreamlineLibrary_QueryStreamlineFeatureSupport) == 0x000001, "Wrong alignment on StreamlineLibrary_QueryStreamlineFeatureSupport"); \ +static_assert(sizeof(StreamlineLibrary_QueryStreamlineFeatureSupport) == 0x000002, "Wrong size on StreamlineLibrary_QueryStreamlineFeatureSupport"); \ +static_assert(offsetof(StreamlineLibrary_QueryStreamlineFeatureSupport, Feature) == 0x000000, "Member 'StreamlineLibrary_QueryStreamlineFeatureSupport::Feature' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibrary_QueryStreamlineFeatureSupport, ReturnValue) == 0x000001, "Member 'StreamlineLibrary_QueryStreamlineFeatureSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineLibrary \ +static_assert(alignof(UStreamlineLibrary) == 0x000008, "Wrong alignment on UStreamlineLibrary"); \ +static_assert(sizeof(UStreamlineLibrary) == 0x000028, "Wrong size on UStreamlineLibrary"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_GetDefaultDLSSGMode \ +static_assert(alignof(StreamlineLibraryDLSSG_GetDefaultDLSSGMode) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_GetDefaultDLSSGMode"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_GetDefaultDLSSGMode) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_GetDefaultDLSSGMode"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetDefaultDLSSGMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetDefaultDLSSGMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_GetDLSSGFrameTiming \ +static_assert(alignof(StreamlineLibraryDLSSG_GetDLSSGFrameTiming) == 0x000004, "Wrong alignment on StreamlineLibraryDLSSG_GetDLSSGFrameTiming"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_GetDLSSGFrameTiming) == 0x000008, "Wrong size on StreamlineLibraryDLSSG_GetDLSSGFrameTiming"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetDLSSGFrameTiming, FrameRateInHertz) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetDLSSGFrameTiming::FrameRateInHertz' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetDLSSGFrameTiming, FramesPresented) == 0x000004, "Member 'StreamlineLibraryDLSSG_GetDLSSGFrameTiming::FramesPresented' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_GetDLSSGMode \ +static_assert(alignof(StreamlineLibraryDLSSG_GetDLSSGMode) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_GetDLSSGMode"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_GetDLSSGMode) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_GetDLSSGMode"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetDLSSGMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetDLSSGMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_GetSupportedDLSSGModes \ +static_assert(alignof(StreamlineLibraryDLSSG_GetSupportedDLSSGModes) == 0x000008, "Wrong alignment on StreamlineLibraryDLSSG_GetSupportedDLSSGModes"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_GetSupportedDLSSGModes) == 0x000010, "Wrong size on StreamlineLibraryDLSSG_GetSupportedDLSSGModes"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetSupportedDLSSGModes, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetSupportedDLSSGModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_IsDLSSGModeSupported \ +static_assert(alignof(StreamlineLibraryDLSSG_IsDLSSGModeSupported) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_IsDLSSGModeSupported"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_IsDLSSGModeSupported) == 0x000002, "Wrong size on StreamlineLibraryDLSSG_IsDLSSGModeSupported"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_IsDLSSGModeSupported, DLSSGMode) == 0x000000, "Member 'StreamlineLibraryDLSSG_IsDLSSGModeSupported::DLSSGMode' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_IsDLSSGModeSupported, ReturnValue) == 0x000001, "Member 'StreamlineLibraryDLSSG_IsDLSSGModeSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_IsDLSSGSupported \ +static_assert(alignof(StreamlineLibraryDLSSG_IsDLSSGSupported) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_IsDLSSGSupported"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_IsDLSSGSupported) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_IsDLSSGSupported"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_IsDLSSGSupported, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_IsDLSSGSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_QueryDLSSGSupport \ +static_assert(alignof(StreamlineLibraryDLSSG_QueryDLSSGSupport) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_QueryDLSSGSupport"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_QueryDLSSGSupport) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_QueryDLSSGSupport"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_QueryDLSSGSupport, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_QueryDLSSGSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_SetDLSSGMode \ +static_assert(alignof(StreamlineLibraryDLSSG_SetDLSSGMode) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_SetDLSSGMode"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_SetDLSSGMode) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_SetDLSSGMode"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_SetDLSSGMode, DLSSGMode) == 0x000000, "Member 'StreamlineLibraryDLSSG_SetDLSSGMode::DLSSGMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineLibraryDLSSG \ +static_assert(alignof(UStreamlineLibraryDLSSG) == 0x000008, "Wrong alignment on UStreamlineLibraryDLSSG"); \ +static_assert(sizeof(UStreamlineLibraryDLSSG) == 0x000028, "Wrong size on UStreamlineLibraryDLSSG"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetDefaultReflexMode \ +static_assert(alignof(StreamlineLibraryReflex_GetDefaultReflexMode) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_GetDefaultReflexMode"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetDefaultReflexMode) == 0x000001, "Wrong size on StreamlineLibraryReflex_GetDefaultReflexMode"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetDefaultReflexMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetDefaultReflexMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetGameLatencyInMs \ +static_assert(alignof(StreamlineLibraryReflex_GetGameLatencyInMs) == 0x000004, "Wrong alignment on StreamlineLibraryReflex_GetGameLatencyInMs"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetGameLatencyInMs) == 0x000004, "Wrong size on StreamlineLibraryReflex_GetGameLatencyInMs"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetGameLatencyInMs, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetGameLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetGameToRenderLatencyInMs \ +static_assert(alignof(StreamlineLibraryReflex_GetGameToRenderLatencyInMs) == 0x000004, "Wrong alignment on StreamlineLibraryReflex_GetGameToRenderLatencyInMs"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetGameToRenderLatencyInMs) == 0x000004, "Wrong size on StreamlineLibraryReflex_GetGameToRenderLatencyInMs"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetGameToRenderLatencyInMs, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetGameToRenderLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetReflexMode \ +static_assert(alignof(StreamlineLibraryReflex_GetReflexMode) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_GetReflexMode"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetReflexMode) == 0x000001, "Wrong size on StreamlineLibraryReflex_GetReflexMode"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetReflexMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetReflexMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetRenderLatencyInMs \ +static_assert(alignof(StreamlineLibraryReflex_GetRenderLatencyInMs) == 0x000004, "Wrong alignment on StreamlineLibraryReflex_GetRenderLatencyInMs"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetRenderLatencyInMs) == 0x000004, "Wrong size on StreamlineLibraryReflex_GetRenderLatencyInMs"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetRenderLatencyInMs, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetRenderLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetSupportedReflexModes \ +static_assert(alignof(StreamlineLibraryReflex_GetSupportedReflexModes) == 0x000008, "Wrong alignment on StreamlineLibraryReflex_GetSupportedReflexModes"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetSupportedReflexModes) == 0x000010, "Wrong size on StreamlineLibraryReflex_GetSupportedReflexModes"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetSupportedReflexModes, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetSupportedReflexModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_IsReflexModeSupported \ +static_assert(alignof(StreamlineLibraryReflex_IsReflexModeSupported) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_IsReflexModeSupported"); \ +static_assert(sizeof(StreamlineLibraryReflex_IsReflexModeSupported) == 0x000002, "Wrong size on StreamlineLibraryReflex_IsReflexModeSupported"); \ +static_assert(offsetof(StreamlineLibraryReflex_IsReflexModeSupported, ReflexMode) == 0x000000, "Member 'StreamlineLibraryReflex_IsReflexModeSupported::ReflexMode' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibraryReflex_IsReflexModeSupported, ReturnValue) == 0x000001, "Member 'StreamlineLibraryReflex_IsReflexModeSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_IsReflexSupported \ +static_assert(alignof(StreamlineLibraryReflex_IsReflexSupported) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_IsReflexSupported"); \ +static_assert(sizeof(StreamlineLibraryReflex_IsReflexSupported) == 0x000001, "Wrong size on StreamlineLibraryReflex_IsReflexSupported"); \ +static_assert(offsetof(StreamlineLibraryReflex_IsReflexSupported, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_IsReflexSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_QueryReflexSupport \ +static_assert(alignof(StreamlineLibraryReflex_QueryReflexSupport) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_QueryReflexSupport"); \ +static_assert(sizeof(StreamlineLibraryReflex_QueryReflexSupport) == 0x000001, "Wrong size on StreamlineLibraryReflex_QueryReflexSupport"); \ +static_assert(offsetof(StreamlineLibraryReflex_QueryReflexSupport, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_QueryReflexSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_SetReflexMode \ +static_assert(alignof(StreamlineLibraryReflex_SetReflexMode) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_SetReflexMode"); \ +static_assert(sizeof(StreamlineLibraryReflex_SetReflexMode) == 0x000001, "Wrong size on StreamlineLibraryReflex_SetReflexMode"); \ +static_assert(offsetof(StreamlineLibraryReflex_SetReflexMode, Mode) == 0x000000, "Member 'StreamlineLibraryReflex_SetReflexMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineLibraryReflex \ +static_assert(alignof(UStreamlineLibraryReflex) == 0x000008, "Wrong alignment on UStreamlineLibraryReflex"); \ +static_assert(sizeof(UStreamlineLibraryReflex) == 0x000028, "Wrong size on UStreamlineLibraryReflex"); \ + +#define DUMPER7_ASSERTS_FDLSSUpscalerModularFeatureSettings \ +static_assert(alignof(FDLSSUpscalerModularFeatureSettings) == 0x000001, "Wrong alignment on FDLSSUpscalerModularFeatureSettings"); \ +static_assert(sizeof(FDLSSUpscalerModularFeatureSettings) == 0x000001, "Wrong size on FDLSSUpscalerModularFeatureSettings"); \ +static_assert(offsetof(FDLSSUpscalerModularFeatureSettings, Quality) == 0x000000, "Member 'FDLSSUpscalerModularFeatureSettings::Quality' 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, bShowDLSSIncompatiblePluginsToolsWarnings) == 0x000028, "Member 'UDLSSOverrideSettings::bShowDLSSIncompatiblePluginsToolsWarnings' has a wrong offset!"); \ +static_assert(offsetof(UDLSSOverrideSettings, ShowDLSSSDebugOnScreenMessages) == 0x000029, "Member 'UDLSSOverrideSettings::ShowDLSSSDebugOnScreenMessages' has a wrong offset!"); \ +static_assert(offsetof(UDLSSOverrideSettings, EnableDLSSInEditorViewportsOverride) == 0x00002A, "Member 'UDLSSOverrideSettings::EnableDLSSInEditorViewportsOverride' has a wrong offset!"); \ +static_assert(offsetof(UDLSSOverrideSettings, EnableDLSSInPlayInEditorViewportsOverride) == 0x00002B, "Member 'UDLSSOverrideSettings::EnableDLSSInPlayInEditorViewportsOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDLSSSettings \ +static_assert(alignof(UDLSSSettings) == 0x000008, "Wrong alignment on UDLSSSettings"); \ +static_assert(sizeof(UDLSSSettings) == 0x000098, "Wrong size on UDLSSSettings"); \ +static_assert(offsetof(UDLSSSettings, bAllowOTAUpdate) == 0x000028, "Member 'UDLSSSettings::bAllowOTAUpdate' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, NVIDIANGXApplicationId) == 0x00002C, "Member 'UDLSSSettings::NVIDIANGXApplicationId' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, BiasCurrentColorStencilValue) == 0x000030, "Member 'UDLSSSettings::BiasCurrentColorStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSD3D12) == 0x000031, "Member 'UDLSSSettings::bEnableDLSSD3D12' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSD3D11) == 0x000032, "Member 'UDLSSSettings::bEnableDLSSD3D11' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSVulkan) == 0x000033, "Member 'UDLSSSettings::bEnableDLSSVulkan' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bShowDLSSIncompatiblePluginsToolsWarnings) == 0x000034, "Member 'UDLSSSettings::bShowDLSSIncompatiblePluginsToolsWarnings' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSInEditorViewports) == 0x000035, "Member 'UDLSSSettings::bEnableDLSSInEditorViewports' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bEnableDLSSInPlayInEditorViewports) == 0x000036, "Member 'UDLSSSettings::bEnableDLSSInPlayInEditorViewports' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bShowDLSSSDebugOnScreenMessages) == 0x000037, "Member 'UDLSSSettings::bShowDLSSSDebugOnScreenMessages' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, GenericDLSSSRBinaryPath) == 0x000038, "Member 'UDLSSSettings::GenericDLSSSRBinaryPath' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bGenericDLSSSRBinaryExists) == 0x000048, "Member 'UDLSSSettings::bGenericDLSSSRBinaryExists' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, CustomDLSSSRBinaryPath) == 0x000050, "Member 'UDLSSSettings::CustomDLSSSRBinaryPath' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bCustomDLSSSRBinaryExists) == 0x000060, "Member 'UDLSSSettings::bCustomDLSSSRBinaryExists' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLAAPreset) == 0x000061, "Member 'UDLSSSettings::DLAAPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSQualityPreset) == 0x000063, "Member 'UDLSSSettings::DLSSQualityPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSBalancedPreset) == 0x000064, "Member 'UDLSSSettings::DLSSBalancedPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSPerformancePreset) == 0x000065, "Member 'UDLSSSettings::DLSSPerformancePreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSUltraPerformancePreset) == 0x000066, "Member 'UDLSSSettings::DLSSUltraPerformancePreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, GenericDLSSRRBinaryPath) == 0x000068, "Member 'UDLSSSettings::GenericDLSSRRBinaryPath' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bGenericDLSSRRBinaryExists) == 0x000078, "Member 'UDLSSSettings::bGenericDLSSRRBinaryExists' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, CustomDLSSRRBinaryPath) == 0x000080, "Member 'UDLSSSettings::CustomDLSSRRBinaryPath' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, bCustomDLSSRRBinaryExists) == 0x000090, "Member 'UDLSSSettings::bCustomDLSSRRBinaryExists' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLAARRPreset) == 0x000091, "Member 'UDLSSSettings::DLAARRPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSRRQualityPreset) == 0x000093, "Member 'UDLSSSettings::DLSSRRQualityPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSRRBalancedPreset) == 0x000094, "Member 'UDLSSSettings::DLSSRRBalancedPreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSRRPerformancePreset) == 0x000095, "Member 'UDLSSSettings::DLSSRRPerformancePreset' has a wrong offset!"); \ +static_assert(offsetof(UDLSSSettings, DLSSRRUltraPerformancePreset) == 0x000096, "Member 'UDLSSSettings::DLSSRRUltraPerformancePreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_SimpleInteraction_Base_C_Begin \ +static_assert(alignof(BP_SO_LAL_SimpleInteraction_Base_C_Begin) == 0x000008, "Wrong alignment on BP_SO_LAL_SimpleInteraction_Base_C_Begin"); \ +static_assert(sizeof(BP_SO_LAL_SimpleInteraction_Base_C_Begin) == 0x000008, "Wrong size on BP_SO_LAL_SimpleInteraction_Base_C_Begin"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_Begin, Character) == 0x000000, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_Begin::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_SimpleInteraction_Base_C_BndEvt__BP_SO_LAL_SimpleInteraction_Base_SmartObject_K2Node_ComponentBoundEvent_0_SmartObjectComponentEventSignature__DelegateSignature \ +static_assert(alignof(BP_SO_LAL_SimpleInteraction_Base_C_BndEvt__BP_SO_LAL_SimpleInteraction_Base_SmartObject_K2Node_ComponentBoundEvent_0_SmartObjectComponentEventSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_SO_LAL_SimpleInteraction_Base_C_BndEvt__BP_SO_LAL_SimpleInteraction_Base_SmartObject_K2Node_ComponentBoundEvent_0_SmartObjectComponentEventSignature__DelegateSignature"); \ +static_assert(sizeof(BP_SO_LAL_SimpleInteraction_Base_C_BndEvt__BP_SO_LAL_SimpleInteraction_Base_SmartObject_K2Node_ComponentBoundEvent_0_SmartObjectComponentEventSignature__DelegateSignature) == 0x000048, "Wrong size on BP_SO_LAL_SimpleInteraction_Base_C_BndEvt__BP_SO_LAL_SimpleInteraction_Base_SmartObject_K2Node_ComponentBoundEvent_0_SmartObjectComponentEventSignature__DelegateSignature"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_BndEvt__BP_SO_LAL_SimpleInteraction_Base_SmartObject_K2Node_ComponentBoundEvent_0_SmartObjectComponentEventSignature__DelegateSignature, EventData) == 0x000000, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_BndEvt__BP_SO_LAL_SimpleInteraction_Base_SmartObject_K2Node_ComponentBoundEvent_0_SmartObjectComponentEventSignature__DelegateSignature::EventData' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_BndEvt__BP_SO_LAL_SimpleInteraction_Base_SmartObject_K2Node_ComponentBoundEvent_0_SmartObjectComponentEventSignature__DelegateSignature, Interactor) == 0x000040, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_BndEvt__BP_SO_LAL_SimpleInteraction_Base_SmartObject_K2Node_ComponentBoundEvent_0_SmartObjectComponentEventSignature__DelegateSignature::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_SimpleInteraction_Base_C_End \ +static_assert(alignof(BP_SO_LAL_SimpleInteraction_Base_C_End) == 0x000008, "Wrong alignment on BP_SO_LAL_SimpleInteraction_Base_C_End"); \ +static_assert(sizeof(BP_SO_LAL_SimpleInteraction_Base_C_End) == 0x000008, "Wrong size on BP_SO_LAL_SimpleInteraction_Base_C_End"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_End, Character) == 0x000000, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_End::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base \ +static_assert(alignof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base) == 0x000008, "Wrong alignment on BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base"); \ +static_assert(sizeof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base) == 0x0000E8, "Wrong size on BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, EntryPoint) == 0x000000, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_ComponentBoundEvent_EventData) == 0x000008, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_ComponentBoundEvent_EventData' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_ComponentBoundEvent_Interactor) == 0x000048, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_ComponentBoundEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_DynamicCast_AsBPI_Smart_Object_Prop_Handling) == 0x000050, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_DynamicCast_AsBPI_Smart_Object_Prop_Handling' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_SwitchEnum_CmpSuccess) == 0x000061, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_Character_5) == 0x000068, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_Character_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_Handle_3) == 0x000070, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_Handle_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_InteractionType_3) == 0x000078, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_InteractionType_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_Character_4) == 0x000080, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_Character_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_Handle_2) == 0x000088, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_Handle_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_InteractionType_2) == 0x000090, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_InteractionType_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_Character_3) == 0x000098, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_Character_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_Handle_1) == 0x0000A0, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_Handle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_InteractionType_1) == 0x0000A8, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_InteractionType_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_Character_2) == 0x0000B0, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_Character_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_Handle) == 0x0000B8, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_Handle' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_InteractionType) == 0x0000C0, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_InteractionType' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_Character_1) == 0x0000C8, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_Event_Character) == 0x0000D0, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_Event_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_CustomEvent_PlayerCharacter) == 0x0000D8, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_CustomEvent_PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base, K2Node_CustomEvent_bShouldTeleport_) == 0x0000E0, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ExecuteUbergraph_BP_SO_LAL_SimpleInteraction_Base::K2Node_CustomEvent_bShouldTeleport_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_SimpleInteraction_Base_C_ForcePlayerEnter \ +static_assert(alignof(BP_SO_LAL_SimpleInteraction_Base_C_ForcePlayerEnter) == 0x000008, "Wrong alignment on BP_SO_LAL_SimpleInteraction_Base_C_ForcePlayerEnter"); \ +static_assert(sizeof(BP_SO_LAL_SimpleInteraction_Base_C_ForcePlayerEnter) == 0x000010, "Wrong size on BP_SO_LAL_SimpleInteraction_Base_C_ForcePlayerEnter"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ForcePlayerEnter, PlayerCharacter) == 0x000000, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ForcePlayerEnter::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_ForcePlayerEnter, bShouldTeleport_) == 0x000008, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_ForcePlayerEnter::bShouldTeleport_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_SimpleInteraction_Base_C_Interact \ +static_assert(alignof(BP_SO_LAL_SimpleInteraction_Base_C_Interact) == 0x000008, "Wrong alignment on BP_SO_LAL_SimpleInteraction_Base_C_Interact"); \ +static_assert(sizeof(BP_SO_LAL_SimpleInteraction_Base_C_Interact) == 0x000018, "Wrong size on BP_SO_LAL_SimpleInteraction_Base_C_Interact"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_Interact, Character) == 0x000000, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_Interact::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_Interact, Handle) == 0x000008, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_Interact::Handle' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_Interact, InteractionType) == 0x000010, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_Interact::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO \ +static_assert(alignof(BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO) == 0x000008, "Wrong alignment on BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO"); \ +static_assert(sizeof(BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO) == 0x000048, "Wrong size on BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO, Character) == 0x000000, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO, bEnterFromInteraction_) == 0x000008, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO::bEnterFromInteraction_' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO, bShouldTeleport_) == 0x000009, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO::bShouldTeleport_' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO, K2Node_DynamicCast_AsPlayer_Character) == 0x000010, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO::K2Node_DynamicCast_AsPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO, CallFunc_MakeLiteralName_ReturnValue) == 0x00001C, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO, CallFunc_RunBehaviorOnPlayer_Blackboard) == 0x000028, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO::CallFunc_RunBehaviorOnPlayer_Blackboard' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO, CallFunc_RunBehaviorOnPlayer_TempProxyPlayer) == 0x000030, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO::CallFunc_RunBehaviorOnPlayer_TempProxyPlayer' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000040, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_MakeCharacterEnterSO::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_SimpleInteraction_Base_C_OnStartInteracting \ +static_assert(alignof(BP_SO_LAL_SimpleInteraction_Base_C_OnStartInteracting) == 0x000008, "Wrong alignment on BP_SO_LAL_SimpleInteraction_Base_C_OnStartInteracting"); \ +static_assert(sizeof(BP_SO_LAL_SimpleInteraction_Base_C_OnStartInteracting) == 0x000018, "Wrong size on BP_SO_LAL_SimpleInteraction_Base_C_OnStartInteracting"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_OnStartInteracting, Character) == 0x000000, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_OnStartInteracting::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_OnStartInteracting, Handle) == 0x000008, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_OnStartInteracting::Handle' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_OnStartInteracting, InteractionType) == 0x000010, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_OnStartInteracting::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_SimpleInteraction_Base_C_OnStopInteracting \ +static_assert(alignof(BP_SO_LAL_SimpleInteraction_Base_C_OnStopInteracting) == 0x000008, "Wrong alignment on BP_SO_LAL_SimpleInteraction_Base_C_OnStopInteracting"); \ +static_assert(sizeof(BP_SO_LAL_SimpleInteraction_Base_C_OnStopInteracting) == 0x000018, "Wrong size on BP_SO_LAL_SimpleInteraction_Base_C_OnStopInteracting"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_OnStopInteracting, Character) == 0x000000, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_OnStopInteracting::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_OnStopInteracting, Handle) == 0x000008, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_OnStopInteracting::Handle' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_OnStopInteracting, InteractionType) == 0x000010, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_OnStopInteracting::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState \ +static_assert(alignof(BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState) == 0x000008, "Wrong alignment on BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState"); \ +static_assert(sizeof(BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState) == 0x000030, "Wrong size on BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState, Enabled) == 0x000000, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState, DebugReport) == 0x000001, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState::DebugReport' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState, CallFunc_BuildString_Bool_ReturnValue) == 0x000018, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState::CallFunc_BuildString_Bool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState, CallFunc_SetSmartObjectEnabled_ReturnValue) == 0x000028, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_SetUsageEnabledState::CallFunc_SetSmartObjectEnabled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_SimpleInteraction_Base_C_Synchronized \ +static_assert(alignof(BP_SO_LAL_SimpleInteraction_Base_C_Synchronized) == 0x000008, "Wrong alignment on BP_SO_LAL_SimpleInteraction_Base_C_Synchronized"); \ +static_assert(sizeof(BP_SO_LAL_SimpleInteraction_Base_C_Synchronized) == 0x000018, "Wrong size on BP_SO_LAL_SimpleInteraction_Base_C_Synchronized"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_Synchronized, Character) == 0x000000, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_Synchronized::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_Synchronized, Handle) == 0x000008, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_Synchronized::Handle' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_SimpleInteraction_Base_C_Synchronized, InteractionType) == 0x000010, "Member 'BP_SO_LAL_SimpleInteraction_Base_C_Synchronized::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SO_LAL_SimpleInteraction_Base_C \ +static_assert(alignof(ABP_SO_LAL_SimpleInteraction_Base_C) == 0x000008, "Wrong alignment on ABP_SO_LAL_SimpleInteraction_Base_C"); \ +static_assert(sizeof(ABP_SO_LAL_SimpleInteraction_Base_C) == 0x000310, "Wrong size on ABP_SO_LAL_SimpleInteraction_Base_C"); \ +static_assert(offsetof(ABP_SO_LAL_SimpleInteraction_Base_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_SO_LAL_SimpleInteraction_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_SimpleInteraction_Base_C, Interaction) == 0x0002B8, "Member 'ABP_SO_LAL_SimpleInteraction_Base_C::Interaction' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_SimpleInteraction_Base_C, SmartObject) == 0x0002C0, "Member 'ABP_SO_LAL_SimpleInteraction_Base_C::SmartObject' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_SimpleInteraction_Base_C, StaticMesh) == 0x0002C8, "Member 'ABP_SO_LAL_SimpleInteraction_Base_C::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_SimpleInteraction_Base_C, DefaultSceneRoot) == 0x0002D0, "Member 'ABP_SO_LAL_SimpleInteraction_Base_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_SimpleInteraction_Base_C, Definition_Class) == 0x0002D8, "Member 'ABP_SO_LAL_SimpleInteraction_Base_C::Definition_Class' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_SimpleInteraction_Base_C, ExitInputActions) == 0x0002E0, "Member 'ABP_SO_LAL_SimpleInteraction_Base_C::ExitInputActions' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_SimpleInteraction_Base_C, DialogueCameraLookAtPos) == 0x0002F0, "Member 'ABP_SO_LAL_SimpleInteraction_Base_C::DialogueCameraLookAtPos' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_SimpleInteraction_Base_C, AllowPlayerInteraction) == 0x000308, "Member 'ABP_SO_LAL_SimpleInteraction_Base_C::AllowPlayerInteraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox \ +static_assert(alignof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox) == 0x000008, "Wrong alignment on ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox"); \ +static_assert(sizeof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox) == 0x000058, "Wrong size on ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox, WorldContext) == 0x000000, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox, InBox) == 0x000008, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox::InBox' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox, Tag) == 0x000040, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox::Tag' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox, Color) == 0x000048, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine \ +static_assert(alignof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine) == 0x000008, "Wrong alignment on ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine"); \ +static_assert(sizeof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine) == 0x000050, "Wrong size on ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine, WorldContext) == 0x000000, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine, InStartLocation) == 0x000008, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine::InStartLocation' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine, InEndLocation) == 0x000020, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine::InEndLocation' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine, Tag) == 0x000038, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine::Tag' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine, Color) == 0x000040, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere \ +static_assert(alignof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere) == 0x000008, "Wrong alignment on ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere"); \ +static_assert(sizeof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere) == 0x000040, "Wrong size on ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere, WorldContext) == 0x000000, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere, InCenter) == 0x000008, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere::InCenter' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere, Radius) == 0x000020, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere, Tag) == 0x000024, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere::Tag' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere, Color) == 0x00002C, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector \ +static_assert(alignof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector) == 0x000008, "Wrong alignment on ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector"); \ +static_assert(sizeof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector) == 0x000050, "Wrong size on ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector, WorldContext) == 0x000000, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector, InStartLocation) == 0x000008, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector::InStartLocation' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector, InVector) == 0x000020, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector::InVector' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector, Tag) == 0x000038, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector::Tag' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector, Color) == 0x000040, "Member 'ChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume \ +static_assert(alignof(ChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume) == 0x000008, "Wrong alignment on ChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume"); \ +static_assert(sizeof(ChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume) == 0x000040, "Wrong size on ChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume, WorldContext) == 0x000000, "Member 'ChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(ChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume, RelevancyVolume) == 0x000008, "Member 'ChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume::RelevancyVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosVDRuntimeBlueprintLibrary \ +static_assert(alignof(UChaosVDRuntimeBlueprintLibrary) == 0x000008, "Wrong alignment on UChaosVDRuntimeBlueprintLibrary"); \ +static_assert(sizeof(UChaosVDRuntimeBlueprintLibrary) == 0x000028, "Wrong size on UChaosVDRuntimeBlueprintLibrary"); \ + +#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_GetSupportedDLSSModes \ +static_assert(alignof(DLSSLibrary_GetSupportedDLSSModes) == 0x000008, "Wrong alignment on DLSSLibrary_GetSupportedDLSSModes"); \ +static_assert(sizeof(DLSSLibrary_GetSupportedDLSSModes) == 0x000010, "Wrong size on DLSSLibrary_GetSupportedDLSSModes"); \ +static_assert(offsetof(DLSSLibrary_GetSupportedDLSSModes, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetSupportedDLSSModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLAAEnabled \ +static_assert(alignof(DLSSLibrary_IsDLAAEnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLAAEnabled"); \ +static_assert(sizeof(DLSSLibrary_IsDLAAEnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLAAEnabled"); \ +static_assert(offsetof(DLSSLibrary_IsDLAAEnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLAAEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSEnabled \ +static_assert(alignof(DLSSLibrary_IsDLSSEnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSEnabled"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSEnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSEnabled"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSEnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSModeSupported \ +static_assert(alignof(DLSSLibrary_IsDLSSModeSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSModeSupported"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSModeSupported) == 0x000002, "Wrong size on DLSSLibrary_IsDLSSModeSupported"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSModeSupported, DLSSMode) == 0x000000, "Member 'DLSSLibrary_IsDLSSModeSupported::DLSSMode' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSModeSupported, ReturnValue) == 0x000001, "Member 'DLSSLibrary_IsDLSSModeSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSRREnabled \ +static_assert(alignof(DLSSLibrary_IsDLSSRREnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSRREnabled"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSRREnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSRREnabled"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSRREnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSRREnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSRRSupported \ +static_assert(alignof(DLSSLibrary_IsDLSSRRSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSRRSupported"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSRRSupported) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSRRSupported"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSRRSupported, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSRRSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSSupported \ +static_assert(alignof(DLSSLibrary_IsDLSSSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSSupported"); \ +static_assert(sizeof(DLSSLibrary_IsDLSSSupported) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSSupported"); \ +static_assert(offsetof(DLSSLibrary_IsDLSSSupported, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_IsRayTracingAvailable \ +static_assert(alignof(DLSSLibrary_IsRayTracingAvailable) == 0x000001, "Wrong alignment on DLSSLibrary_IsRayTracingAvailable"); \ +static_assert(sizeof(DLSSLibrary_IsRayTracingAvailable) == 0x000001, "Wrong size on DLSSLibrary_IsRayTracingAvailable"); \ +static_assert(offsetof(DLSSLibrary_IsRayTracingAvailable, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsRayTracingAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_QueryDLSSRRSupport \ +static_assert(alignof(DLSSLibrary_QueryDLSSRRSupport) == 0x000001, "Wrong alignment on DLSSLibrary_QueryDLSSRRSupport"); \ +static_assert(sizeof(DLSSLibrary_QueryDLSSRRSupport) == 0x000001, "Wrong size on DLSSLibrary_QueryDLSSRRSupport"); \ +static_assert(offsetof(DLSSLibrary_QueryDLSSRRSupport, ReturnValue) == 0x000000, "Member 'DLSSLibrary_QueryDLSSRRSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_QueryDLSSSupport \ +static_assert(alignof(DLSSLibrary_QueryDLSSSupport) == 0x000001, "Wrong alignment on DLSSLibrary_QueryDLSSSupport"); \ +static_assert(sizeof(DLSSLibrary_QueryDLSSSupport) == 0x000001, "Wrong size on DLSSLibrary_QueryDLSSSupport"); \ +static_assert(offsetof(DLSSLibrary_QueryDLSSSupport, ReturnValue) == 0x000000, "Member 'DLSSLibrary_QueryDLSSSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DLSSLibrary_SetDLSSMode \ +static_assert(alignof(DLSSLibrary_SetDLSSMode) == 0x000008, "Wrong alignment on DLSSLibrary_SetDLSSMode"); \ +static_assert(sizeof(DLSSLibrary_SetDLSSMode) == 0x000010, "Wrong size on DLSSLibrary_SetDLSSMode"); \ +static_assert(offsetof(DLSSLibrary_SetDLSSMode, WorldContextObject) == 0x000000, "Member 'DLSSLibrary_SetDLSSMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(DLSSLibrary_SetDLSSMode, DLSSMode) == 0x000008, "Member 'DLSSLibrary_SetDLSSMode::DLSSMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDLSSLibrary \ +static_assert(alignof(UDLSSLibrary) == 0x000008, "Wrong alignment on UDLSSLibrary"); \ +static_assert(sizeof(UDLSSLibrary) == 0x000028, "Wrong size on UDLSSLibrary"); \ + +#define DUMPER7_ASSERTS_FLoadingScreenMovieConfiguration \ +static_assert(alignof(FLoadingScreenMovieConfiguration) == 0x000008, "Wrong alignment on FLoadingScreenMovieConfiguration"); \ +static_assert(sizeof(FLoadingScreenMovieConfiguration) == 0x000018, "Wrong size on FLoadingScreenMovieConfiguration"); \ +static_assert(offsetof(FLoadingScreenMovieConfiguration, NextMovieName) == 0x000000, "Member 'FLoadingScreenMovieConfiguration::NextMovieName' has a wrong offset!"); \ +static_assert(offsetof(FLoadingScreenMovieConfiguration, bAllowAutomaticSkip) == 0x000010, "Member 'FLoadingScreenMovieConfiguration::bAllowAutomaticSkip' has a wrong offset!"); \ +static_assert(offsetof(FLoadingScreenMovieConfiguration, bAutoCompleteWhenLoadingCompletes) == 0x000011, "Member 'FLoadingScreenMovieConfiguration::bAutoCompleteWhenLoadingCompletes' has a wrong offset!"); \ +static_assert(offsetof(FLoadingScreenMovieConfiguration, bBlockUntilComplete) == 0x000012, "Member 'FLoadingScreenMovieConfiguration::bBlockUntilComplete' has a wrong offset!"); \ +static_assert(offsetof(FLoadingScreenMovieConfiguration, SoundTrackVolume) == 0x000014, "Member 'FLoadingScreenMovieConfiguration::SoundTrackVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILoadingProcessInterface \ +static_assert(alignof(ILoadingProcessInterface) == 0x000001, "Wrong alignment on ILoadingProcessInterface"); \ +static_assert(sizeof(ILoadingProcessInterface) == 0x000001, "Wrong size on ILoadingProcessInterface"); \ + +#define DUMPER7_ASSERTS_ILoadingWorldConfigurationProviderInterface \ +static_assert(alignof(ILoadingWorldConfigurationProviderInterface) == 0x000001, "Wrong alignment on ILoadingWorldConfigurationProviderInterface"); \ +static_assert(sizeof(ILoadingWorldConfigurationProviderInterface) == 0x000001, "Wrong size on ILoadingWorldConfigurationProviderInterface"); \ + +#define DUMPER7_ASSERTS_UCommonLoadingScreenSettings \ +static_assert(alignof(UCommonLoadingScreenSettings) == 0x000008, "Wrong alignment on UCommonLoadingScreenSettings"); \ +static_assert(sizeof(UCommonLoadingScreenSettings) == 0x000088, "Wrong size on UCommonLoadingScreenSettings"); \ +static_assert(offsetof(UCommonLoadingScreenSettings, LoadingScreenWidget) == 0x000038, "Member 'UCommonLoadingScreenSettings::LoadingScreenWidget' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadingScreenSettings, LoadingScreenMovieOverlayWidget) == 0x000058, "Member 'UCommonLoadingScreenSettings::LoadingScreenMovieOverlayWidget' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadingScreenSettings, LoadingScreenZOrder) == 0x000078, "Member 'UCommonLoadingScreenSettings::LoadingScreenZOrder' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadingScreenSettings, LoadingScreenHeartbeatHangDuration) == 0x00007C, "Member 'UCommonLoadingScreenSettings::LoadingScreenHeartbeatHangDuration' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadingScreenSettings, LogLoadingScreenHeartbeatInterval) == 0x000080, "Member 'UCommonLoadingScreenSettings::LogLoadingScreenHeartbeatInterval' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadingScreenSettings, LogLoadingScreenReasonEveryFrame) == 0x000084, "Member 'UCommonLoadingScreenSettings::LogLoadingScreenReasonEveryFrame' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadingScreenSettings, ForceLoadingScreenVisible) == 0x000085, "Member 'UCommonLoadingScreenSettings::ForceLoadingScreenVisible' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadingScreenSettings, HoldLoadingScreenAdditionalSecsEvenInEditor) == 0x000086, "Member 'UCommonLoadingScreenSettings::HoldLoadingScreenAdditionalSecsEvenInEditor' has a wrong offset!"); \ +static_assert(offsetof(UCommonLoadingScreenSettings, ForceTickLoadingScreenEvenInEditor) == 0x000087, "Member 'UCommonLoadingScreenSettings::ForceTickLoadingScreenEvenInEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadingScreenManager_SetNextMovieConfiguration \ +static_assert(alignof(LoadingScreenManager_SetNextMovieConfiguration) == 0x000008, "Wrong alignment on LoadingScreenManager_SetNextMovieConfiguration"); \ +static_assert(sizeof(LoadingScreenManager_SetNextMovieConfiguration) == 0x000018, "Wrong size on LoadingScreenManager_SetNextMovieConfiguration"); \ +static_assert(offsetof(LoadingScreenManager_SetNextMovieConfiguration, InMovieConfiguration) == 0x000000, "Member 'LoadingScreenManager_SetNextMovieConfiguration::InMovieConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadingScreenManager_CanPlayMovies \ +static_assert(alignof(LoadingScreenManager_CanPlayMovies) == 0x000001, "Wrong alignment on LoadingScreenManager_CanPlayMovies"); \ +static_assert(sizeof(LoadingScreenManager_CanPlayMovies) == 0x000001, "Wrong size on LoadingScreenManager_CanPlayMovies"); \ +static_assert(offsetof(LoadingScreenManager_CanPlayMovies, ReturnValue) == 0x000000, "Member 'LoadingScreenManager_CanPlayMovies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadingScreenManager_GetDebugReasonForShowingOrHidingLoadingScreen \ +static_assert(alignof(LoadingScreenManager_GetDebugReasonForShowingOrHidingLoadingScreen) == 0x000008, "Wrong alignment on LoadingScreenManager_GetDebugReasonForShowingOrHidingLoadingScreen"); \ +static_assert(sizeof(LoadingScreenManager_GetDebugReasonForShowingOrHidingLoadingScreen) == 0x000010, "Wrong size on LoadingScreenManager_GetDebugReasonForShowingOrHidingLoadingScreen"); \ +static_assert(offsetof(LoadingScreenManager_GetDebugReasonForShowingOrHidingLoadingScreen, ReturnValue) == 0x000000, "Member 'LoadingScreenManager_GetDebugReasonForShowingOrHidingLoadingScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadingScreenManager_GetIsFirstLoadingScreen \ +static_assert(alignof(LoadingScreenManager_GetIsFirstLoadingScreen) == 0x000001, "Wrong alignment on LoadingScreenManager_GetIsFirstLoadingScreen"); \ +static_assert(sizeof(LoadingScreenManager_GetIsFirstLoadingScreen) == 0x000001, "Wrong size on LoadingScreenManager_GetIsFirstLoadingScreen"); \ +static_assert(offsetof(LoadingScreenManager_GetIsFirstLoadingScreen, ReturnValue) == 0x000000, "Member 'LoadingScreenManager_GetIsFirstLoadingScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadingScreenManager_GetIsInLoadMap \ +static_assert(alignof(LoadingScreenManager_GetIsInLoadMap) == 0x000001, "Wrong alignment on LoadingScreenManager_GetIsInLoadMap"); \ +static_assert(sizeof(LoadingScreenManager_GetIsInLoadMap) == 0x000001, "Wrong size on LoadingScreenManager_GetIsInLoadMap"); \ +static_assert(offsetof(LoadingScreenManager_GetIsInLoadMap, ReturnValue) == 0x000000, "Member 'LoadingScreenManager_GetIsInLoadMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadingScreenManager_GetLoadingScreenDisplayStatus \ +static_assert(alignof(LoadingScreenManager_GetLoadingScreenDisplayStatus) == 0x000001, "Wrong alignment on LoadingScreenManager_GetLoadingScreenDisplayStatus"); \ +static_assert(sizeof(LoadingScreenManager_GetLoadingScreenDisplayStatus) == 0x000001, "Wrong size on LoadingScreenManager_GetLoadingScreenDisplayStatus"); \ +static_assert(offsetof(LoadingScreenManager_GetLoadingScreenDisplayStatus, ReturnValue) == 0x000000, "Member 'LoadingScreenManager_GetLoadingScreenDisplayStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadingScreenManager_GetReasonForLoadingScreen \ +static_assert(alignof(LoadingScreenManager_GetReasonForLoadingScreen) == 0x000008, "Wrong alignment on LoadingScreenManager_GetReasonForLoadingScreen"); \ +static_assert(sizeof(LoadingScreenManager_GetReasonForLoadingScreen) == 0x000010, "Wrong size on LoadingScreenManager_GetReasonForLoadingScreen"); \ +static_assert(offsetof(LoadingScreenManager_GetReasonForLoadingScreen, ReturnValue) == 0x000000, "Member 'LoadingScreenManager_GetReasonForLoadingScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadingScreenManager_IsMoviePlaying \ +static_assert(alignof(LoadingScreenManager_IsMoviePlaying) == 0x000001, "Wrong alignment on LoadingScreenManager_IsMoviePlaying"); \ +static_assert(sizeof(LoadingScreenManager_IsMoviePlaying) == 0x000001, "Wrong size on LoadingScreenManager_IsMoviePlaying"); \ +static_assert(offsetof(LoadingScreenManager_IsMoviePlaying, ReturnValue) == 0x000000, "Member 'LoadingScreenManager_IsMoviePlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoadingScreenManager \ +static_assert(alignof(ULoadingScreenManager) == 0x000008, "Wrong alignment on ULoadingScreenManager"); \ +static_assert(sizeof(ULoadingScreenManager) == 0x000128, "Wrong size on ULoadingScreenManager"); \ +static_assert(offsetof(ULoadingScreenManager, LoadingScreenVisibilityChangedBlueprint) == 0x000038, "Member 'ULoadingScreenManager::LoadingScreenVisibilityChangedBlueprint' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenManager, MapLoadingCompletedBlueprint) == 0x000048, "Member 'ULoadingScreenManager::MapLoadingCompletedBlueprint' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenManager, OnLoadingScreenStartExtendedEpilogue) == 0x000058, "Member 'ULoadingScreenManager::OnLoadingScreenStartExtendedEpilogue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadingProcessTask_CreateLoadingScreenProcessTask \ +static_assert(alignof(LoadingProcessTask_CreateLoadingScreenProcessTask) == 0x000008, "Wrong alignment on LoadingProcessTask_CreateLoadingScreenProcessTask"); \ +static_assert(sizeof(LoadingProcessTask_CreateLoadingScreenProcessTask) == 0x000020, "Wrong size on LoadingProcessTask_CreateLoadingScreenProcessTask"); \ +static_assert(offsetof(LoadingProcessTask_CreateLoadingScreenProcessTask, WorldContextObject) == 0x000000, "Member 'LoadingProcessTask_CreateLoadingScreenProcessTask::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LoadingProcessTask_CreateLoadingScreenProcessTask, ShowLoadingScreenReason) == 0x000008, "Member 'LoadingProcessTask_CreateLoadingScreenProcessTask::ShowLoadingScreenReason' has a wrong offset!"); \ +static_assert(offsetof(LoadingProcessTask_CreateLoadingScreenProcessTask, ReturnValue) == 0x000018, "Member 'LoadingProcessTask_CreateLoadingScreenProcessTask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoadingProcessTask_SetShowLoadingScreenReason \ +static_assert(alignof(LoadingProcessTask_SetShowLoadingScreenReason) == 0x000008, "Wrong alignment on LoadingProcessTask_SetShowLoadingScreenReason"); \ +static_assert(sizeof(LoadingProcessTask_SetShowLoadingScreenReason) == 0x000010, "Wrong size on LoadingProcessTask_SetShowLoadingScreenReason"); \ +static_assert(offsetof(LoadingProcessTask_SetShowLoadingScreenReason, InReason) == 0x000000, "Member 'LoadingProcessTask_SetShowLoadingScreenReason::InReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoadingProcessTask \ +static_assert(alignof(ULoadingProcessTask) == 0x000008, "Wrong alignment on ULoadingProcessTask"); \ +static_assert(sizeof(ULoadingProcessTask) == 0x000040, "Wrong size on ULoadingProcessTask"); \ + +#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_FWwisePackagedFile \ +static_assert(alignof(FWwisePackagedFile) == 0x000008, "Wrong alignment on FWwisePackagedFile"); \ +static_assert(sizeof(FWwisePackagedFile) == 0x000038, "Wrong size on FWwisePackagedFile"); \ +static_assert(offsetof(FWwisePackagedFile, PackagingStrategy) == 0x000000, "Member 'FWwisePackagedFile::PackagingStrategy' has a wrong offset!"); \ +static_assert(offsetof(FWwisePackagedFile, PathName) == 0x000004, "Member 'FWwisePackagedFile::PathName' has a wrong offset!"); \ +static_assert(offsetof(FWwisePackagedFile, ModularGameplayName) == 0x00000C, "Member 'FWwisePackagedFile::ModularGameplayName' has a wrong offset!"); \ +static_assert(offsetof(FWwisePackagedFile, bStreaming) == 0x000014, "Member 'FWwisePackagedFile::bStreaming' has a wrong offset!"); \ +static_assert(offsetof(FWwisePackagedFile, PrefetchSize) == 0x000018, "Member 'FWwisePackagedFile::PrefetchSize' has a wrong offset!"); \ +static_assert(offsetof(FWwisePackagedFile, MemoryAlignment) == 0x00001C, "Member 'FWwisePackagedFile::MemoryAlignment' has a wrong offset!"); \ +static_assert(offsetof(FWwisePackagedFile, bDeviceMemory) == 0x000020, "Member 'FWwisePackagedFile::bDeviceMemory' has a wrong offset!"); \ +static_assert(offsetof(FWwisePackagedFile, Hash) == 0x000024, "Member 'FWwisePackagedFile::Hash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseMediaCookedData \ +static_assert(alignof(FWwiseMediaCookedData) == 0x000008, "Wrong alignment on FWwiseMediaCookedData"); \ +static_assert(sizeof(FWwiseMediaCookedData) == 0x000048, "Wrong size on FWwiseMediaCookedData"); \ +static_assert(offsetof(FWwiseMediaCookedData, MediaId) == 0x000000, "Member 'FWwiseMediaCookedData::MediaId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseMediaCookedData, DebugName) == 0x000004, "Member 'FWwiseMediaCookedData::DebugName' has a wrong offset!"); \ +static_assert(offsetof(FWwiseMediaCookedData, PackagedFile) == 0x000010, "Member 'FWwiseMediaCookedData::PackagedFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseSoundBankCookedData \ +static_assert(alignof(FWwiseSoundBankCookedData) == 0x000008, "Wrong alignment on FWwiseSoundBankCookedData"); \ +static_assert(sizeof(FWwiseSoundBankCookedData) == 0x000048, "Wrong size on FWwiseSoundBankCookedData"); \ +static_assert(offsetof(FWwiseSoundBankCookedData, SoundBankId) == 0x000000, "Member 'FWwiseSoundBankCookedData::SoundBankId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSoundBankCookedData, bContainsMedia) == 0x000004, "Member 'FWwiseSoundBankCookedData::bContainsMedia' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSoundBankCookedData, SoundBankType) == 0x000005, "Member 'FWwiseSoundBankCookedData::SoundBankType' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSoundBankCookedData, DebugName) == 0x000008, "Member 'FWwiseSoundBankCookedData::DebugName' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSoundBankCookedData, PackagedFile) == 0x000010, "Member 'FWwiseSoundBankCookedData::PackagedFile' 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) == 0x00001C, "Wrong size on FWwiseAcousticTextureCookedData"); \ +static_assert(offsetof(FWwiseAcousticTextureCookedData, AbsorptionLow) == 0x000000, "Member 'FWwiseAcousticTextureCookedData::AbsorptionLow' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAcousticTextureCookedData, AbsorptionMidLow) == 0x000004, "Member 'FWwiseAcousticTextureCookedData::AbsorptionMidLow' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAcousticTextureCookedData, AbsorptionMidHigh) == 0x000008, "Member 'FWwiseAcousticTextureCookedData::AbsorptionMidHigh' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAcousticTextureCookedData, AbsorptionHigh) == 0x00000C, "Member 'FWwiseAcousticTextureCookedData::AbsorptionHigh' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAcousticTextureCookedData, ShortId) == 0x000010, "Member 'FWwiseAcousticTextureCookedData::ShortId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAcousticTextureCookedData, DebugName) == 0x000014, "Member 'FWwiseAcousticTextureCookedData::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseAssetLibraryCookedData \ +static_assert(alignof(FWwiseAssetLibraryCookedData) == 0x000008, "Wrong alignment on FWwiseAssetLibraryCookedData"); \ +static_assert(sizeof(FWwiseAssetLibraryCookedData) == 0x000020, "Wrong size on FWwiseAssetLibraryCookedData"); \ +static_assert(offsetof(FWwiseAssetLibraryCookedData, PackagedFiles) == 0x000008, "Member 'FWwiseAssetLibraryCookedData::PackagedFiles' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAssetLibraryCookedData, DebugName) == 0x000018, "Member 'FWwiseAssetLibraryCookedData::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) == 0x000078, "Wrong size on FWwiseInitBankCookedData"); \ +static_assert(offsetof(FWwiseInitBankCookedData, SoundBanks) == 0x000048, "Member 'FWwiseInitBankCookedData::SoundBanks' has a wrong offset!"); \ +static_assert(offsetof(FWwiseInitBankCookedData, Media) == 0x000058, "Member 'FWwiseInitBankCookedData::Media' has a wrong offset!"); \ +static_assert(offsetof(FWwiseInitBankCookedData, Language) == 0x000068, "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_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_FWwiseSharedPlatformId \ +static_assert(alignof(FWwiseSharedPlatformId) == 0x000008, "Wrong alignment on FWwiseSharedPlatformId"); \ +static_assert(sizeof(FWwiseSharedPlatformId) == 0x000010, "Wrong size on FWwiseSharedPlatformId"); \ + +#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_FWwiseAssetLibraryRef \ +static_assert(alignof(FWwiseAssetLibraryRef) == 0x000008, "Wrong alignment on FWwiseAssetLibraryRef"); \ +static_assert(sizeof(FWwiseAssetLibraryRef) == 0x000030, "Wrong size on FWwiseAssetLibraryRef"); \ +static_assert(offsetof(FWwiseAssetLibraryRef, Type) == 0x000008, "Member 'FWwiseAssetLibraryRef::Type' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAssetLibraryRef, Guid) == 0x00000C, "Member 'FWwiseAssetLibraryRef::Guid' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAssetLibraryRef, ID) == 0x00001C, "Member 'FWwiseAssetLibraryRef::ID' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAssetLibraryRef, Name) == 0x000020, "Member 'FWwiseAssetLibraryRef::Name' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAssetLibraryRef, LanguageId) == 0x000028, "Member 'FWwiseAssetLibraryRef::LanguageId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAssetLibraryRef, SoundBankId) == 0x00002C, "Member 'FWwiseAssetLibraryRef::SoundBankId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseAssetLibraryInfo \ +static_assert(alignof(FWwiseAssetLibraryInfo) == 0x000008, "Wrong alignment on FWwiseAssetLibraryInfo"); \ +static_assert(sizeof(FWwiseAssetLibraryInfo) == 0x000008, "Wrong size on FWwiseAssetLibraryInfo"); \ + +#define DUMPER7_ASSERTS_UWwiseAssetLibraryFilter \ +static_assert(alignof(UWwiseAssetLibraryFilter) == 0x000008, "Wrong alignment on UWwiseAssetLibraryFilter"); \ +static_assert(sizeof(UWwiseAssetLibraryFilter) == 0x000028, "Wrong size on UWwiseAssetLibraryFilter"); \ + +#define DUMPER7_ASSERTS_UWwiseFilterableAssetLibrary \ +static_assert(alignof(UWwiseFilterableAssetLibrary) == 0x000008, "Wrong alignment on UWwiseFilterableAssetLibrary"); \ +static_assert(sizeof(UWwiseFilterableAssetLibrary) == 0x000028, "Wrong size on UWwiseFilterableAssetLibrary"); \ + +#define DUMPER7_ASSERTS_UWwiseSharedAssetLibraryFilter \ +static_assert(alignof(UWwiseSharedAssetLibraryFilter) == 0x000008, "Wrong alignment on UWwiseSharedAssetLibraryFilter"); \ +static_assert(sizeof(UWwiseSharedAssetLibraryFilter) == 0x000028, "Wrong size on UWwiseSharedAssetLibraryFilter"); \ + +#define DUMPER7_ASSERTS_WwiseAssetLibrary_UnloadData \ +static_assert(alignof(WwiseAssetLibrary_UnloadData) == 0x000001, "Wrong alignment on WwiseAssetLibrary_UnloadData"); \ +static_assert(sizeof(WwiseAssetLibrary_UnloadData) == 0x000001, "Wrong size on WwiseAssetLibrary_UnloadData"); \ +static_assert(offsetof(WwiseAssetLibrary_UnloadData, bAsync) == 0x000000, "Member 'WwiseAssetLibrary_UnloadData::bAsync' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWwiseAssetLibrary \ +static_assert(alignof(UWwiseAssetLibrary) == 0x000008, "Wrong alignment on UWwiseAssetLibrary"); \ +static_assert(sizeof(UWwiseAssetLibrary) == 0x000068, "Wrong size on UWwiseAssetLibrary"); \ +static_assert(offsetof(UWwiseAssetLibrary, bAutoLoad) == 0x000028, "Member 'UWwiseAssetLibrary::bAutoLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWwisePackagingSettings \ +static_assert(alignof(UWwisePackagingSettings) == 0x000008, "Wrong alignment on UWwisePackagingSettings"); \ +static_assert(sizeof(UWwisePackagingSettings) == 0x000050, "Wrong size on UWwisePackagingSettings"); \ +static_assert(offsetof(UWwisePackagingSettings, bPackageAsBulkData) == 0x000028, "Member 'UWwisePackagingSettings::bPackageAsBulkData' has a wrong offset!"); \ +static_assert(offsetof(UWwisePackagingSettings, AssetLibraries) == 0x000030, "Member 'UWwisePackagingSettings::AssetLibraries' has a wrong offset!"); \ +static_assert(offsetof(UWwisePackagingSettings, AssetLibrariesKeepAlive) == 0x000040, "Member 'UWwisePackagingSettings::AssetLibrariesKeepAlive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAdvancedInitializationSettings \ +static_assert(alignof(FAkAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkAdvancedInitializationSettings) == 0x00002C, "Wrong size on FAkAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, IO_MemorySize) == 0x000000, "Member 'FAkAdvancedInitializationSettings::IO_MemorySize' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, IO_Granularity) == 0x000004, "Member 'FAkAdvancedInitializationSettings::IO_Granularity' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, TargetAutoStreamBufferLength) == 0x000008, "Member 'FAkAdvancedInitializationSettings::TargetAutoStreamBufferLength' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, UseStreamCache) == 0x00000C, "Member 'FAkAdvancedInitializationSettings::UseStreamCache' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, MaximumPinnedBytesInCache) == 0x000010, "Member 'FAkAdvancedInitializationSettings::MaximumPinnedBytesInCache' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, EnableGameSyncPreparation) == 0x000014, "Member 'FAkAdvancedInitializationSettings::EnableGameSyncPreparation' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, ContinuousPlaybackLookAhead) == 0x000018, "Member 'FAkAdvancedInitializationSettings::ContinuousPlaybackLookAhead' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, MonitorQueuePoolSize) == 0x00001C, "Member 'FAkAdvancedInitializationSettings::MonitorQueuePoolSize' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, MaximumHardwareTimeoutMs) == 0x000020, "Member 'FAkAdvancedInitializationSettings::MaximumHardwareTimeoutMs' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, DebugOutOfRangeCheckEnabled) == 0x000024, "Member 'FAkAdvancedInitializationSettings::DebugOutOfRangeCheckEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, DebugOutOfRangeLimit) == 0x000028, "Member 'FAkAdvancedInitializationSettings::DebugOutOfRangeLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAdvancedInitializationSettingsWithMultiCoreRendering \ +static_assert(alignof(FAkAdvancedInitializationSettingsWithMultiCoreRendering) == 0x000004, "Wrong alignment on FAkAdvancedInitializationSettingsWithMultiCoreRendering"); \ +static_assert(sizeof(FAkAdvancedInitializationSettingsWithMultiCoreRendering) == 0x000038, "Wrong size on FAkAdvancedInitializationSettingsWithMultiCoreRendering"); \ +static_assert(offsetof(FAkAdvancedInitializationSettingsWithMultiCoreRendering, EnableMultiCoreRendering) == 0x00002C, "Member 'FAkAdvancedInitializationSettingsWithMultiCoreRendering::EnableMultiCoreRendering' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettingsWithMultiCoreRendering, MaxNumJobWorkers) == 0x000030, "Member 'FAkAdvancedInitializationSettingsWithMultiCoreRendering::MaxNumJobWorkers' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettingsWithMultiCoreRendering, JobWorkerMaxExecutionTimeUSec) == 0x000034, "Member 'FAkAdvancedInitializationSettingsWithMultiCoreRendering::JobWorkerMaxExecutionTimeUSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAndroidAdvancedInitializationSettings \ +static_assert(alignof(FAkAndroidAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkAndroidAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkAndroidAdvancedInitializationSettings) == 0x000040, "Wrong size on FAkAndroidAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, AudioAPI) == 0x000038, "Member 'FAkAndroidAdvancedInitializationSettings::AudioAPI' has a wrong offset!"); \ +static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, RoundFrameSizeToHardwareSize) == 0x00003C, "Member 'FAkAndroidAdvancedInitializationSettings::RoundFrameSizeToHardwareSize' has a wrong offset!"); \ +static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, UseLowLatencyMode) == 0x00003D, "Member 'FAkAndroidAdvancedInitializationSettings::UseLowLatencyMode' has a wrong offset!"); \ +static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, bVerboseSink) == 0x00003E, "Member 'FAkAndroidAdvancedInitializationSettings::bVerboseSink' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAudioSession \ +static_assert(alignof(FAkAudioSession) == 0x000004, "Wrong alignment on FAkAudioSession"); \ +static_assert(sizeof(FAkAudioSession) == 0x000010, "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!"); \ +static_assert(offsetof(FAkAudioSession, AudioSessionRouteSharingPolicy) == 0x00000C, "Member 'FAkAudioSession::AudioSessionRouteSharingPolicy' 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) == 0x000018, "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) == 0x000010, "Member 'FAkOutputSettings::PanRule' has a wrong offset!"); \ +static_assert(offsetof(FAkOutputSettings, ChannelConfig) == 0x000011, "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_FAkTriangle \ +static_assert(alignof(FAkTriangle) == 0x000002, "Wrong alignment on FAkTriangle"); \ +static_assert(sizeof(FAkTriangle) == 0x000008, "Wrong size on FAkTriangle"); \ +static_assert(offsetof(FAkTriangle, Point0) == 0x000000, "Member 'FAkTriangle::Point0' has a wrong offset!"); \ +static_assert(offsetof(FAkTriangle, Point1) == 0x000002, "Member 'FAkTriangle::Point1' has a wrong offset!"); \ +static_assert(offsetof(FAkTriangle, Point2) == 0x000004, "Member 'FAkTriangle::Point2' has a wrong offset!"); \ +static_assert(offsetof(FAkTriangle, Surface) == 0x000006, "Member 'FAkTriangle::Surface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkGeometryData \ +static_assert(alignof(FAkGeometryData) == 0x000008, "Wrong alignment on FAkGeometryData"); \ +static_assert(sizeof(FAkGeometryData) == 0x0000A0, "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!"); \ +static_assert(offsetof(FAkGeometryData, MaterialToSurfaceIndex) == 0x000050, "Member 'FAkGeometryData::MaterialToSurfaceIndex' 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) == 0x000040, "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, MaxDiffractionPaths) == 0x000010, "Member 'FAkSpatialAudioSettings::MaxDiffractionPaths' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MaxGlobalReflectionPaths) == 0x000014, "Member 'FAkSpatialAudioSettings::MaxGlobalReflectionPaths' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, DiffractionOrder) == 0x000018, "Member 'FAkSpatialAudioSettings::DiffractionOrder' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MaxEmitterRoomAuxSends) == 0x00001C, "Member 'FAkSpatialAudioSettings::MaxEmitterRoomAuxSends' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, DiffractionOnReflectionsOrder) == 0x000020, "Member 'FAkSpatialAudioSettings::DiffractionOnReflectionsOrder' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MaxDiffractionAngleDegrees) == 0x000024, "Member 'FAkSpatialAudioSettings::MaxDiffractionAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MaximumPathLength) == 0x000028, "Member 'FAkSpatialAudioSettings::MaximumPathLength' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, CPULimitPercentage) == 0x00002C, "Member 'FAkSpatialAudioSettings::CPULimitPercentage' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, SmoothingConstantMs) == 0x000030, "Member 'FAkSpatialAudioSettings::SmoothingConstantMs' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, LoadBalancingSpread) == 0x000034, "Member 'FAkSpatialAudioSettings::LoadBalancingSpread' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, EnableGeometricDiffractionAndTransmission) == 0x000038, "Member 'FAkSpatialAudioSettings::EnableGeometricDiffractionAndTransmission' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, CalcEmitterVirtualPosition) == 0x000039, "Member 'FAkSpatialAudioSettings::CalcEmitterVirtualPosition' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, TransmissionOperation) == 0x00003C, "Member 'FAkSpatialAudioSettings::TransmissionOperation' 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_FAkMemoryArenaInitializationSettings \ +static_assert(alignof(FAkMemoryArenaInitializationSettings) == 0x000004, "Wrong alignment on FAkMemoryArenaInitializationSettings"); \ +static_assert(sizeof(FAkMemoryArenaInitializationSettings) == 0x000024, "Wrong size on FAkMemoryArenaInitializationSettings"); \ +static_assert(offsetof(FAkMemoryArenaInitializationSettings, PrimarySbaInitSize) == 0x000000, "Member 'FAkMemoryArenaInitializationSettings::PrimarySbaInitSize' has a wrong offset!"); \ +static_assert(offsetof(FAkMemoryArenaInitializationSettings, PrimaryTlsfInitSize) == 0x000004, "Member 'FAkMemoryArenaInitializationSettings::PrimaryTlsfInitSize' has a wrong offset!"); \ +static_assert(offsetof(FAkMemoryArenaInitializationSettings, PrimaryTlsfSpanSize) == 0x000008, "Member 'FAkMemoryArenaInitializationSettings::PrimaryTlsfSpanSize' has a wrong offset!"); \ +static_assert(offsetof(FAkMemoryArenaInitializationSettings, PrimaryMemReservedLimit) == 0x00000C, "Member 'FAkMemoryArenaInitializationSettings::PrimaryMemReservedLimit' has a wrong offset!"); \ +static_assert(offsetof(FAkMemoryArenaInitializationSettings, PrimaryAllocSizeHuge) == 0x000010, "Member 'FAkMemoryArenaInitializationSettings::PrimaryAllocSizeHuge' has a wrong offset!"); \ +static_assert(offsetof(FAkMemoryArenaInitializationSettings, MediaTlsfInitSize) == 0x000014, "Member 'FAkMemoryArenaInitializationSettings::MediaTlsfInitSize' has a wrong offset!"); \ +static_assert(offsetof(FAkMemoryArenaInitializationSettings, MediaTlsfSpanSize) == 0x000018, "Member 'FAkMemoryArenaInitializationSettings::MediaTlsfSpanSize' has a wrong offset!"); \ +static_assert(offsetof(FAkMemoryArenaInitializationSettings, MediaMemReservedLimit) == 0x00001C, "Member 'FAkMemoryArenaInitializationSettings::MediaMemReservedLimit' has a wrong offset!"); \ +static_assert(offsetof(FAkMemoryArenaInitializationSettings, MediaAllocSizeHuge) == 0x000020, "Member 'FAkMemoryArenaInitializationSettings::MediaAllocSizeHuge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkCommonInitializationSettings \ +static_assert(alignof(FAkCommonInitializationSettings) == 0x000008, "Wrong alignment on FAkCommonInitializationSettings"); \ +static_assert(sizeof(FAkCommonInitializationSettings) == 0x0000A8, "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!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, MemoryArenaSettings) == 0x000080, "Member 'FAkCommonInitializationSettings::MemoryArenaSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkCommonInitializationSettingsWithSampleRate \ +static_assert(alignof(FAkCommonInitializationSettingsWithSampleRate) == 0x000008, "Wrong alignment on FAkCommonInitializationSettingsWithSampleRate"); \ +static_assert(sizeof(FAkCommonInitializationSettingsWithSampleRate) == 0x0000B0, "Wrong size on FAkCommonInitializationSettingsWithSampleRate"); \ +static_assert(offsetof(FAkCommonInitializationSettingsWithSampleRate, SampleRate) == 0x0000A8, "Member 'FAkCommonInitializationSettingsWithSampleRate::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkIOSAdvancedInitializationSettings \ +static_assert(alignof(FAkIOSAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkIOSAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkIOSAdvancedInitializationSettings) == 0x000040, "Wrong size on FAkIOSAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkIOSAdvancedInitializationSettings, uNumSpatialAudioPointSources) == 0x000038, "Member 'FAkIOSAdvancedInitializationSettings::uNumSpatialAudioPointSources' has a wrong offset!"); \ +static_assert(offsetof(FAkIOSAdvancedInitializationSettings, bVerboseSystemOutput) == 0x00003C, "Member 'FAkIOSAdvancedInitializationSettings::bVerboseSystemOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMacAdvancedInitializationSettings \ +static_assert(alignof(FAkMacAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkMacAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkMacAdvancedInitializationSettings) == 0x000040, "Wrong size on FAkMacAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkMacAdvancedInitializationSettings, uNumSpatialAudioPointSources) == 0x000038, "Member 'FAkMacAdvancedInitializationSettings::uNumSpatialAudioPointSources' has a wrong offset!"); \ +static_assert(offsetof(FAkMacAdvancedInitializationSettings, bVerboseSystemOutput) == 0x00003C, "Member 'FAkMacAdvancedInitializationSettings::bVerboseSystemOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkPS5AdvancedInitializationSettings \ +static_assert(alignof(FAkPS5AdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkPS5AdvancedInitializationSettings"); \ +static_assert(sizeof(FAkPS5AdvancedInitializationSettings) == 0x00004C, "Wrong size on FAkPS5AdvancedInitializationSettings"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000038, "Member 'FAkPS5AdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, bVorbisHwAcceleration) == 0x000039, "Member 'FAkPS5AdvancedInitializationSettings::bVorbisHwAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, bEnable3DAudioSync) == 0x00003A, "Member 'FAkPS5AdvancedInitializationSettings::bEnable3DAudioSync' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, uNumOperationsForHwMixing) == 0x00003C, "Member 'FAkPS5AdvancedInitializationSettings::uNumOperationsForHwMixing' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, bPlotQueueLevel) == 0x000040, "Member 'FAkPS5AdvancedInitializationSettings::bPlotQueueLevel' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, NumAudioOut2Ports) == 0x000044, "Member 'FAkPS5AdvancedInitializationSettings::NumAudioOut2Ports' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, NumAudioOut2ObjectPorts) == 0x000048, "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_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_FWwiseGeometrySurfacePropertiesRow \ +static_assert(alignof(FWwiseGeometrySurfacePropertiesRow) == 0x000008, "Wrong alignment on FWwiseGeometrySurfacePropertiesRow"); \ +static_assert(sizeof(FWwiseGeometrySurfacePropertiesRow) == 0x000038, "Wrong size on FWwiseGeometrySurfacePropertiesRow"); \ +static_assert(offsetof(FWwiseGeometrySurfacePropertiesRow, AcousticTexture) == 0x000008, "Member 'FWwiseGeometrySurfacePropertiesRow::AcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(FWwiseGeometrySurfacePropertiesRow, TransmissionLoss) == 0x000030, "Member 'FWwiseGeometrySurfacePropertiesRow::TransmissionLoss' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseDecayAuxBusRow \ +static_assert(alignof(FWwiseDecayAuxBusRow) == 0x000008, "Wrong alignment on FWwiseDecayAuxBusRow"); \ +static_assert(sizeof(FWwiseDecayAuxBusRow) == 0x000038, "Wrong size on FWwiseDecayAuxBusRow"); \ +static_assert(offsetof(FWwiseDecayAuxBusRow, Decay) == 0x000008, "Member 'FWwiseDecayAuxBusRow::Decay' has a wrong offset!"); \ +static_assert(offsetof(FWwiseDecayAuxBusRow, AuxBus) == 0x000010, "Member 'FWwiseDecayAuxBusRow::AuxBus' has a wrong offset!"); \ + +#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_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_FAkTVOSAdvancedInitializationSettings \ +static_assert(alignof(FAkTVOSAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkTVOSAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkTVOSAdvancedInitializationSettings) == 0x000040, "Wrong size on FAkTVOSAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkTVOSAdvancedInitializationSettings, uNumSpatialAudioPointSources) == 0x000038, "Member 'FAkTVOSAdvancedInitializationSettings::uNumSpatialAudioPointSources' has a wrong offset!"); \ +static_assert(offsetof(FAkTVOSAdvancedInitializationSettings, bVerboseSystemOutput) == 0x00003C, "Member 'FAkTVOSAdvancedInitializationSettings::bVerboseSystemOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWindowsAdvancedInitializationSettings \ +static_assert(alignof(FAkWindowsAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkWindowsAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkWindowsAdvancedInitializationSettings) == 0x000040, "Wrong size on FAkWindowsAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkWindowsAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x000038, "Member 'FAkWindowsAdvancedInitializationSettings::UseHeadMountedDisplayAudioDevice' has a wrong offset!"); \ +static_assert(offsetof(FAkWindowsAdvancedInitializationSettings, MaxSystemAudioObjects) == 0x00003C, "Member 'FAkWindowsAdvancedInitializationSettings::MaxSystemAudioObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkXSXAdvancedInitializationSettings \ +static_assert(alignof(FAkXSXAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkXSXAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkXSXAdvancedInitializationSettings) == 0x00004C, "Wrong size on FAkXSXAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000038, "Member 'FAkXSXAdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, MaximumNumberOfOpusVoices) == 0x00003A, "Member 'FAkXSXAdvancedInitializationSettings::MaximumNumberOfOpusVoices' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, uMaxSystemAudioObjects) == 0x00003C, "Member 'FAkXSXAdvancedInitializationSettings::uMaxSystemAudioObjects' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, MaxXdspStreams) == 0x000040, "Member 'FAkXSXAdvancedInitializationSettings::MaxXdspStreams' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, MaxXdspAggregateStreamLength) == 0x000044, "Member 'FAkXSXAdvancedInitializationSettings::MaxXdspAggregateStreamLength' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, EnableXdspOnLockhart) == 0x000048, "Member 'FAkXSXAdvancedInitializationSettings::EnableXdspOnLockhart' 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_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_FMovieSceneWwiseGameParameterTemplate \ +static_assert(alignof(FMovieSceneWwiseGameParameterTemplate) == 0x000008, "Wrong alignment on FMovieSceneWwiseGameParameterTemplate"); \ +static_assert(sizeof(FMovieSceneWwiseGameParameterTemplate) == 0x000028, "Wrong size on FMovieSceneWwiseGameParameterTemplate"); \ +static_assert(offsetof(FMovieSceneWwiseGameParameterTemplate, Section) == 0x000020, "Member 'FMovieSceneWwiseGameParameterTemplate::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkOutdoorsRoomParameters \ +static_assert(alignof(FAkOutdoorsRoomParameters) == 0x000008, "Wrong alignment on FAkOutdoorsRoomParameters"); \ +static_assert(sizeof(FAkOutdoorsRoomParameters) == 0x000018, "Wrong size on FAkOutdoorsRoomParameters"); \ +static_assert(offsetof(FAkOutdoorsRoomParameters, ReverbAuxBus) == 0x000000, "Member 'FAkOutdoorsRoomParameters::ReverbAuxBus' has a wrong offset!"); \ +static_assert(offsetof(FAkOutdoorsRoomParameters, ReverbLevel) == 0x000008, "Member 'FAkOutdoorsRoomParameters::ReverbLevel' has a wrong offset!"); \ +static_assert(offsetof(FAkOutdoorsRoomParameters, TransmissionLoss) == 0x00000C, "Member 'FAkOutdoorsRoomParameters::TransmissionLoss' has a wrong offset!"); \ +static_assert(offsetof(FAkOutdoorsRoomParameters, AuxSendLevel) == 0x000010, "Member 'FAkOutdoorsRoomParameters::AuxSendLevel' 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_SetPortalOcclusion \ +static_assert(alignof(AkPortalComponent_SetPortalOcclusion) == 0x000004, "Wrong alignment on AkPortalComponent_SetPortalOcclusion"); \ +static_assert(sizeof(AkPortalComponent_SetPortalOcclusion) == 0x000004, "Wrong size on AkPortalComponent_SetPortalOcclusion"); \ +static_assert(offsetof(AkPortalComponent_SetPortalOcclusion, InPortalOcclusion) == 0x000000, "Member 'AkPortalComponent_SetPortalOcclusion::InPortalOcclusion' 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_GetPortalOcclusion \ +static_assert(alignof(AkPortalComponent_GetPortalOcclusion) == 0x000004, "Wrong alignment on AkPortalComponent_GetPortalOcclusion"); \ +static_assert(sizeof(AkPortalComponent_GetPortalOcclusion) == 0x000004, "Wrong size on AkPortalComponent_GetPortalOcclusion"); \ +static_assert(offsetof(AkPortalComponent_GetPortalOcclusion, ReturnValue) == 0x000000, "Member 'AkPortalComponent_GetPortalOcclusion::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) == 0x0002D0, "Wrong size on UAkPortalComponent"); \ +static_assert(offsetof(UAkPortalComponent, bDynamic) == 0x000250, "Member 'UAkPortalComponent::bDynamic' has a wrong offset!"); \ +static_assert(offsetof(UAkPortalComponent, InitialState) == 0x000251, "Member 'UAkPortalComponent::InitialState' has a wrong offset!"); \ +static_assert(offsetof(UAkPortalComponent, InitialOcclusion) == 0x000254, "Member 'UAkPortalComponent::InitialOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UAkPortalComponent, ObstructionRefreshInterval) == 0x000258, "Member 'UAkPortalComponent::ObstructionRefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(UAkPortalComponent, ObstructionCollisionChannel) == 0x00025C, "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) == 0x0002F8, "Wrong size on AAkAcousticPortal"); \ +static_assert(offsetof(AAkAcousticPortal, Portal) == 0x0002E8, "Member 'AAkAcousticPortal::Portal' has a wrong offset!"); \ +static_assert(offsetof(AAkAcousticPortal, InitialState) == 0x0002F0, "Member 'AAkAcousticPortal::InitialState' has a wrong offset!"); \ +static_assert(offsetof(AAkAcousticPortal, bRequiresStateMigration) == 0x0002F1, "Member 'AAkAcousticPortal::bRequiresStateMigration' has a wrong offset!"); \ + +#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) == 0x000070, "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) == 0x000270, "Wrong size on UAkAcousticTextureSetComponent"); \ + +#define DUMPER7_ASSERTS_AAkAmbientSound \ +static_assert(alignof(AAkAmbientSound) == 0x000008, "Wrong alignment on AAkAmbientSound"); \ +static_assert(sizeof(AAkAmbientSound) == 0x0002F0, "Wrong size on AAkAmbientSound"); \ +static_assert(offsetof(AAkAmbientSound, AkAudioEvent) == 0x0002B0, "Member 'AAkAmbientSound::AkAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(AAkAmbientSound, AkComponent) == 0x0002B8, "Member 'AAkAmbientSound::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(AAkAmbientSound, StopWhenOwnerIsDestroyed) == 0x0002C0, "Member 'AAkAmbientSound::StopWhenOwnerIsDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AAkAmbientSound, AutoPost) == 0x0002C1, "Member 'AAkAmbientSound::AutoPost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkPlatformInitializationSettingsBase \ +static_assert(alignof(UAkPlatformInitializationSettingsBase) == 0x000008, "Wrong alignment on UAkPlatformInitializationSettingsBase"); \ +static_assert(sizeof(UAkPlatformInitializationSettingsBase) == 0x000028, "Wrong size on UAkPlatformInitializationSettingsBase"); \ + +#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) == 0x000138, "Wrong size on UAkAndroidInitializationSettings"); \ +static_assert(offsetof(UAkAndroidInitializationSettings, CommonSettings) == 0x000028, "Member 'UAkAndroidInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkAndroidInitializationSettings, CommunicationSettings) == 0x0000D8, "Member 'UAkAndroidInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkAndroidInitializationSettings, AdvancedSettings) == 0x0000F8, "Member 'UAkAndroidInitializationSettings::AdvancedSettings' 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_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_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_AkGameObject_PostAkEvent \ +static_assert(alignof(AkGameObject_PostAkEvent) == 0x000008, "Wrong alignment on AkGameObject_PostAkEvent"); \ +static_assert(sizeof(AkGameObject_PostAkEvent) == 0x000020, "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, ReturnValue) == 0x00001C, "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_GetAttenuationScalingFactor \ +static_assert(alignof(AkGameObject_GetAttenuationScalingFactor) == 0x000004, "Wrong alignment on AkGameObject_GetAttenuationScalingFactor"); \ +static_assert(sizeof(AkGameObject_GetAttenuationScalingFactor) == 0x000004, "Wrong size on AkGameObject_GetAttenuationScalingFactor"); \ +static_assert(offsetof(AkGameObject_GetAttenuationScalingFactor, ReturnValue) == 0x000000, "Member 'AkGameObject_GetAttenuationScalingFactor::ReturnValue' 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) == 0x000270, "Wrong size on UAkGameObject"); \ +static_assert(offsetof(UAkGameObject, AttenuationScalingFactor) == 0x000250, "Member 'UAkGameObject::AttenuationScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(UAkGameObject, AkAudioEvent) == 0x000258, "Member 'UAkGameObject::AkAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UAkGameObject, bAttenuationScalingMigrated) == 0x000262, "Member 'UAkGameObject::bAttenuationScalingMigrated' 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_PostAkEventAndWaitForEnd \ +static_assert(alignof(AkComponent_PostAkEventAndWaitForEnd) == 0x000008, "Wrong alignment on AkComponent_PostAkEventAndWaitForEnd"); \ +static_assert(sizeof(AkComponent_PostAkEventAndWaitForEnd) == 0x000028, "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, LatentInfo) == 0x000008, "Member 'AkComponent_PostAkEventAndWaitForEnd::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, ReturnValue) == 0x000020, "Member 'AkComponent_PostAkEventAndWaitForEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_PostAssociatedAkEventAndWaitForEnd \ +static_assert(alignof(AkComponent_PostAssociatedAkEventAndWaitForEnd) == 0x000008, "Wrong alignment on AkComponent_PostAssociatedAkEventAndWaitForEnd"); \ +static_assert(sizeof(AkComponent_PostAssociatedAkEventAndWaitForEnd) == 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_PostTrigger \ +static_assert(alignof(AkComponent_PostTrigger) == 0x000008, "Wrong alignment on AkComponent_PostTrigger"); \ +static_assert(sizeof(AkComponent_PostTrigger) == 0x000008, "Wrong size on AkComponent_PostTrigger"); \ +static_assert(offsetof(AkComponent_PostTrigger, TriggerValue) == 0x000000, "Member 'AkComponent_PostTrigger::TriggerValue' 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) == 0x000008, "Wrong size on AkComponent_SetSwitch"); \ +static_assert(offsetof(AkComponent_SetSwitch, SwitchValue) == 0x000000, "Member 'AkComponent_SetSwitch::SwitchValue' 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) == 0x000470, "Wrong size on UAkComponent"); \ +static_assert(offsetof(UAkComponent, LSOnAcousticRoomChanged) == 0x000268, "Member 'UAkComponent::LSOnAcousticRoomChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, bUseSpatialAudio) == 0x000278, "Member 'UAkComponent::bUseSpatialAudio' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, OcclusionCollisionChannel) == 0x000280, "Member 'UAkComponent::OcclusionCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, OcclusionRefreshInterval) == 0x000284, "Member 'UAkComponent::OcclusionRefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EnableSpotReflectors) == 0x000288, "Member 'UAkComponent::EnableSpotReflectors' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, OuterRadius) == 0x00028C, "Member 'UAkComponent::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, InnerRadius) == 0x000290, "Member 'UAkComponent::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionAuxBus) == 0x000298, "Member 'UAkComponent::EarlyReflectionAuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionAuxBusName) == 0x0002A0, "Member 'UAkComponent::EarlyReflectionAuxBusName' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionBusSendGain) == 0x0002B0, "Member 'UAkComponent::EarlyReflectionBusSendGain' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, DrawFirstOrderReflections) == 0x0002B4, "Member 'UAkComponent::DrawFirstOrderReflections' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, DrawSecondOrderReflections) == 0x0002B5, "Member 'UAkComponent::DrawSecondOrderReflections' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, DrawHigherOrderReflections) == 0x0002B6, "Member 'UAkComponent::DrawHigherOrderReflections' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, DrawDiffraction) == 0x0002B7, "Member 'UAkComponent::DrawDiffraction' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, StopWhenOwnerDestroyed) == 0x0002B8, "Member 'UAkComponent::StopWhenOwnerDestroyed' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, bUseReverbVolumes) == 0x0002B9, "Member 'UAkComponent::bUseReverbVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioInputComponent_PostAssociatedAudioInputEvent \ +static_assert(alignof(AkAudioInputComponent_PostAssociatedAudioInputEvent) == 0x000004, "Wrong alignment on AkAudioInputComponent_PostAssociatedAudioInputEvent"); \ +static_assert(sizeof(AkAudioInputComponent_PostAssociatedAudioInputEvent) == 0x000004, "Wrong size on AkAudioInputComponent_PostAssociatedAudioInputEvent"); \ +static_assert(offsetof(AkAudioInputComponent_PostAssociatedAudioInputEvent, ReturnValue) == 0x000000, "Member 'AkAudioInputComponent_PostAssociatedAudioInputEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAudioInputComponent \ +static_assert(alignof(UAkAudioInputComponent) == 0x000010, "Wrong alignment on UAkAudioInputComponent"); \ +static_assert(sizeof(UAkAudioInputComponent) == 0x0004A0, "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_UAkAssetData \ +static_assert(alignof(UAkAssetData) == 0x000008, "Wrong alignment on UAkAssetData"); \ +static_assert(sizeof(UAkAssetData) == 0x000050, "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_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_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) == 0x000530, "Wrong size on UDrawPortalComponent"); \ + +#define DUMPER7_ASSERTS_UDrawRoomComponent \ +static_assert(alignof(UDrawRoomComponent) == 0x000010, "Wrong alignment on UDrawRoomComponent"); \ +static_assert(sizeof(UDrawRoomComponent) == 0x000530, "Wrong size on UDrawRoomComponent"); \ + +#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_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_AkGeometryComponent_GetAcousticPropertiesOverride \ +static_assert(alignof(AkGeometryComponent_GetAcousticPropertiesOverride) == 0x000008, "Wrong alignment on AkGeometryComponent_GetAcousticPropertiesOverride"); \ +static_assert(sizeof(AkGeometryComponent_GetAcousticPropertiesOverride) == 0x000028, "Wrong size on AkGeometryComponent_GetAcousticPropertiesOverride"); \ +static_assert(offsetof(AkGeometryComponent_GetAcousticPropertiesOverride, InMaterialInterface) == 0x000000, "Member 'AkGeometryComponent_GetAcousticPropertiesOverride::InMaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_GetAcousticPropertiesOverride, OutAcousticPropertiesOverride) == 0x000008, "Member 'AkGeometryComponent_GetAcousticPropertiesOverride::OutAcousticPropertiesOverride' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_GetAcousticPropertiesOverride, ReturnValue) == 0x000020, "Member 'AkGeometryComponent_GetAcousticPropertiesOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGeometryComponent_SetAcousticPropertiesOverride \ +static_assert(alignof(AkGeometryComponent_SetAcousticPropertiesOverride) == 0x000008, "Wrong alignment on AkGeometryComponent_SetAcousticPropertiesOverride"); \ +static_assert(sizeof(AkGeometryComponent_SetAcousticPropertiesOverride) == 0x000040, "Wrong size on AkGeometryComponent_SetAcousticPropertiesOverride"); \ +static_assert(offsetof(AkGeometryComponent_SetAcousticPropertiesOverride, InMaterialInterface) == 0x000000, "Member 'AkGeometryComponent_SetAcousticPropertiesOverride::InMaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetAcousticPropertiesOverride, InAcousticPropertiesOverride) == 0x000008, "Member 'AkGeometryComponent_SetAcousticPropertiesOverride::InAcousticPropertiesOverride' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetAcousticPropertiesOverride, OutAcousticPropertiesOverride) == 0x000020, "Member 'AkGeometryComponent_SetAcousticPropertiesOverride::OutAcousticPropertiesOverride' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetAcousticPropertiesOverride, ReturnValue) == 0x000038, "Member 'AkGeometryComponent_SetAcousticPropertiesOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGeometryComponent_SetAcousticTextureOverride \ +static_assert(alignof(AkGeometryComponent_SetAcousticTextureOverride) == 0x000008, "Wrong alignment on AkGeometryComponent_SetAcousticTextureOverride"); \ +static_assert(sizeof(AkGeometryComponent_SetAcousticTextureOverride) == 0x000030, "Wrong size on AkGeometryComponent_SetAcousticTextureOverride"); \ +static_assert(offsetof(AkGeometryComponent_SetAcousticTextureOverride, InMaterialInterface) == 0x000000, "Member 'AkGeometryComponent_SetAcousticTextureOverride::InMaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetAcousticTextureOverride, InAcousticTexture) == 0x000008, "Member 'AkGeometryComponent_SetAcousticTextureOverride::InAcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetAcousticTextureOverride, OutAcousticPropertiesOverride) == 0x000010, "Member 'AkGeometryComponent_SetAcousticTextureOverride::OutAcousticPropertiesOverride' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetAcousticTextureOverride, ReturnValue) == 0x000028, "Member 'AkGeometryComponent_SetAcousticTextureOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGeometryComponent_SetEnableDiffraction \ +static_assert(alignof(AkGeometryComponent_SetEnableDiffraction) == 0x000001, "Wrong alignment on AkGeometryComponent_SetEnableDiffraction"); \ +static_assert(sizeof(AkGeometryComponent_SetEnableDiffraction) == 0x000002, "Wrong size on AkGeometryComponent_SetEnableDiffraction"); \ +static_assert(offsetof(AkGeometryComponent_SetEnableDiffraction, bInEnableDiffraction) == 0x000000, "Member 'AkGeometryComponent_SetEnableDiffraction::bInEnableDiffraction' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetEnableDiffraction, bInEnableDiffractionOnBoundaryEdges) == 0x000001, "Member 'AkGeometryComponent_SetEnableDiffraction::bInEnableDiffractionOnBoundaryEdges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGeometryComponent_SetEnableTransmissionLossOverride \ +static_assert(alignof(AkGeometryComponent_SetEnableTransmissionLossOverride) == 0x000008, "Wrong alignment on AkGeometryComponent_SetEnableTransmissionLossOverride"); \ +static_assert(sizeof(AkGeometryComponent_SetEnableTransmissionLossOverride) == 0x000030, "Wrong size on AkGeometryComponent_SetEnableTransmissionLossOverride"); \ +static_assert(offsetof(AkGeometryComponent_SetEnableTransmissionLossOverride, InMaterialInterface) == 0x000000, "Member 'AkGeometryComponent_SetEnableTransmissionLossOverride::InMaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetEnableTransmissionLossOverride, bInEnableTransmissionLossOverride) == 0x000008, "Member 'AkGeometryComponent_SetEnableTransmissionLossOverride::bInEnableTransmissionLossOverride' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetEnableTransmissionLossOverride, OutAcousticPropertiesOverride) == 0x000010, "Member 'AkGeometryComponent_SetEnableTransmissionLossOverride::OutAcousticPropertiesOverride' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetEnableTransmissionLossOverride, ReturnValue) == 0x000028, "Member 'AkGeometryComponent_SetEnableTransmissionLossOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGeometryComponent_SetTransmissionLossOverride \ +static_assert(alignof(AkGeometryComponent_SetTransmissionLossOverride) == 0x000008, "Wrong alignment on AkGeometryComponent_SetTransmissionLossOverride"); \ +static_assert(sizeof(AkGeometryComponent_SetTransmissionLossOverride) == 0x000030, "Wrong size on AkGeometryComponent_SetTransmissionLossOverride"); \ +static_assert(offsetof(AkGeometryComponent_SetTransmissionLossOverride, InMaterialInterface) == 0x000000, "Member 'AkGeometryComponent_SetTransmissionLossOverride::InMaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetTransmissionLossOverride, InTransmissionLoss) == 0x000008, "Member 'AkGeometryComponent_SetTransmissionLossOverride::InTransmissionLoss' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetTransmissionLossOverride, bInEnableTransmissionLossOverride) == 0x00000C, "Member 'AkGeometryComponent_SetTransmissionLossOverride::bInEnableTransmissionLossOverride' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetTransmissionLossOverride, OutAcousticPropertiesOverride) == 0x000010, "Member 'AkGeometryComponent_SetTransmissionLossOverride::OutAcousticPropertiesOverride' has a wrong offset!"); \ +static_assert(offsetof(AkGeometryComponent_SetTransmissionLossOverride, ReturnValue) == 0x000028, "Member 'AkGeometryComponent_SetTransmissionLossOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkGeometryComponent \ +static_assert(alignof(UAkGeometryComponent) == 0x000010, "Wrong alignment on UAkGeometryComponent"); \ +static_assert(sizeof(UAkGeometryComponent) == 0x000430, "Wrong size on UAkGeometryComponent"); \ +static_assert(offsetof(UAkGeometryComponent, MeshType) == 0x000268, "Member 'UAkGeometryComponent::MeshType' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, LOD) == 0x00026C, "Member 'UAkGeometryComponent::LOD' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, WeldingThreshold) == 0x000270, "Member 'UAkGeometryComponent::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, StaticMeshSurfaceOverride) == 0x000278, "Member 'UAkGeometryComponent::StaticMeshSurfaceOverride' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, CollisionMeshSurfaceOverride) == 0x0002C8, "Member 'UAkGeometryComponent::CollisionMeshSurfaceOverride' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, bEnableDiffraction) == 0x0002E0, "Member 'UAkGeometryComponent::bEnableDiffraction' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, bEnableDiffractionOnBoundaryEdges) == 0x0002E1, "Member 'UAkGeometryComponent::bEnableDiffractionOnBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, bBypassPortalSubtraction) == 0x0002E2, "Member 'UAkGeometryComponent::bBypassPortalSubtraction' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, bSolid) == 0x0002E3, "Member 'UAkGeometryComponent::bSolid' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, GeometryData) == 0x0002F0, "Member 'UAkGeometryComponent::GeometryData' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, SurfaceAreas) == 0x000390, "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) == 0x0000D0, "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) == 0x000148, "Wrong size on UAkIOSInitializationSettings"); \ +static_assert(offsetof(UAkIOSInitializationSettings, CommonSettings) == 0x000028, "Member 'UAkIOSInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkIOSInitializationSettings, AudioSession) == 0x0000D8, "Member 'UAkIOSInitializationSettings::AudioSession' has a wrong offset!"); \ +static_assert(offsetof(UAkIOSInitializationSettings, CommunicationSettings) == 0x0000E8, "Member 'UAkIOSInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkIOSInitializationSettings, AdvancedSettings) == 0x000108, "Member 'UAkIOSInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#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_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_AkLateReverbComponent_SetAutoAssignAuxBus \ +static_assert(alignof(AkLateReverbComponent_SetAutoAssignAuxBus) == 0x000001, "Wrong alignment on AkLateReverbComponent_SetAutoAssignAuxBus"); \ +static_assert(sizeof(AkLateReverbComponent_SetAutoAssignAuxBus) == 0x000001, "Wrong size on AkLateReverbComponent_SetAutoAssignAuxBus"); \ +static_assert(offsetof(AkLateReverbComponent_SetAutoAssignAuxBus, bInEnable) == 0x000000, "Member 'AkLateReverbComponent_SetAutoAssignAuxBus::bInEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLateReverbComponent \ +static_assert(alignof(UAkLateReverbComponent) == 0x000010, "Wrong alignment on UAkLateReverbComponent"); \ +static_assert(sizeof(UAkLateReverbComponent) == 0x0002E0, "Wrong size on UAkLateReverbComponent"); \ +static_assert(offsetof(UAkLateReverbComponent, bEnable) == 0x000250, "Member 'UAkLateReverbComponent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, SendLevel) == 0x000254, "Member 'UAkLateReverbComponent::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, FadeRate) == 0x000258, "Member 'UAkLateReverbComponent::FadeRate' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, Priority) == 0x00025C, "Member 'UAkLateReverbComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AutoAssignAuxBus) == 0x000260, "Member 'UAkLateReverbComponent::AutoAssignAuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AuxBus) == 0x000268, "Member 'UAkLateReverbComponent::AuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AuxBusName) == 0x000270, "Member 'UAkLateReverbComponent::AuxBusName' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AuxBusManual) == 0x000288, "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) == 0x000130, "Wrong size on UAkLinuxArm64InitializationSettings"); \ +static_assert(offsetof(UAkLinuxArm64InitializationSettings, CommonSettings) == 0x000028, "Member 'UAkLinuxArm64InitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkLinuxArm64InitializationSettings, CommunicationSettings) == 0x0000D8, "Member 'UAkLinuxArm64InitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkLinuxArm64InitializationSettings, AdvancedSettings) == 0x0000F8, "Member 'UAkLinuxArm64InitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#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_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) == 0x000130, "Wrong size on UAkLinuxInitializationSettings"); \ +static_assert(offsetof(UAkLinuxInitializationSettings, CommonSettings) == 0x000028, "Member 'UAkLinuxInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkLinuxInitializationSettings, CommunicationSettings) == 0x0000D8, "Member 'UAkLinuxInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkLinuxInitializationSettings, AdvancedSettings) == 0x0000F8, "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) == 0x000138, "Wrong size on UAkMacInitializationSettings"); \ +static_assert(offsetof(UAkMacInitializationSettings, CommonSettings) == 0x000028, "Member 'UAkMacInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkMacInitializationSettings, CommunicationSettings) == 0x0000D8, "Member 'UAkMacInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkMacInitializationSettings, AdvancedSettings) == 0x0000F8, "Member 'UAkMacInitializationSettings::AdvancedSettings' 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_UAkPS5InitializationSettings \ +static_assert(alignof(UAkPS5InitializationSettings) == 0x000008, "Wrong alignment on UAkPS5InitializationSettings"); \ +static_assert(sizeof(UAkPS5InitializationSettings) == 0x000140, "Wrong size on UAkPS5InitializationSettings"); \ +static_assert(offsetof(UAkPS5InitializationSettings, CommonSettings) == 0x000028, "Member 'UAkPS5InitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkPS5InitializationSettings, CommunicationSettings) == 0x0000D0, "Member 'UAkPS5InitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkPS5InitializationSettings, AdvancedSettings) == 0x0000F0, "Member 'UAkPS5InitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkDPXInitializationSettings \ +static_assert(alignof(UAkDPXInitializationSettings) == 0x000008, "Wrong alignment on UAkDPXInitializationSettings"); \ +static_assert(sizeof(UAkDPXInitializationSettings) == 0x000140, "Wrong size on UAkDPXInitializationSettings"); \ + +#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_AAkReverbVolume \ +static_assert(alignof(AAkReverbVolume) == 0x000008, "Wrong alignment on AAkReverbVolume"); \ +static_assert(sizeof(AAkReverbVolume) == 0x000320, "Wrong size on AAkReverbVolume"); \ +static_assert(offsetof(AAkReverbVolume, bEnabled) == 0x0002E8, "Member 'AAkReverbVolume::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, AuxBus) == 0x0002F0, "Member 'AAkReverbVolume::AuxBus' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, AuxBusName) == 0x0002F8, "Member 'AAkReverbVolume::AuxBusName' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, SendLevel) == 0x000308, "Member 'AAkReverbVolume::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, FadeRate) == 0x00030C, "Member 'AAkReverbVolume::FadeRate' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, Priority) == 0x000310, "Member 'AAkReverbVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, LateReverbComponent) == 0x000318, "Member 'AAkReverbVolume::LateReverbComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAkSpatialAudioVolume \ +static_assert(alignof(AAkSpatialAudioVolume) == 0x000008, "Wrong alignment on AAkSpatialAudioVolume"); \ +static_assert(sizeof(AAkSpatialAudioVolume) == 0x000300, "Wrong size on AAkSpatialAudioVolume"); \ +static_assert(offsetof(AAkSpatialAudioVolume, SurfaceReflectorSet) == 0x0002E8, "Member 'AAkSpatialAudioVolume::SurfaceReflectorSet' has a wrong offset!"); \ +static_assert(offsetof(AAkSpatialAudioVolume, LateReverb) == 0x0002F0, "Member 'AAkSpatialAudioVolume::LateReverb' has a wrong offset!"); \ +static_assert(offsetof(AAkSpatialAudioVolume, Room) == 0x0002F8, "Member 'AAkSpatialAudioVolume::Room' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAkReverbZone \ +static_assert(alignof(AAkReverbZone) == 0x000008, "Wrong alignment on AAkReverbZone"); \ +static_assert(sizeof(AAkReverbZone) == 0x000300, "Wrong size on AAkReverbZone"); \ + +#define DUMPER7_ASSERTS_AkRoomComponent_SetAuxSendLevel \ +static_assert(alignof(AkRoomComponent_SetAuxSendLevel) == 0x000004, "Wrong alignment on AkRoomComponent_SetAuxSendLevel"); \ +static_assert(sizeof(AkRoomComponent_SetAuxSendLevel) == 0x000004, "Wrong size on AkRoomComponent_SetAuxSendLevel"); \ +static_assert(offsetof(AkRoomComponent_SetAuxSendLevel, InAuxSendLevel) == 0x000000, "Member 'AkRoomComponent_SetAuxSendLevel::InAuxSendLevel' 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_SetEnable \ +static_assert(alignof(AkRoomComponent_SetEnable) == 0x000001, "Wrong alignment on AkRoomComponent_SetEnable"); \ +static_assert(sizeof(AkRoomComponent_SetEnable) == 0x000001, "Wrong size on AkRoomComponent_SetEnable"); \ +static_assert(offsetof(AkRoomComponent_SetEnable, bInEnable) == 0x000000, "Member 'AkRoomComponent_SetEnable::bInEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkRoomComponent_SetEnableReverbZone \ +static_assert(alignof(AkRoomComponent_SetEnableReverbZone) == 0x000001, "Wrong alignment on AkRoomComponent_SetEnableReverbZone"); \ +static_assert(sizeof(AkRoomComponent_SetEnableReverbZone) == 0x000001, "Wrong size on AkRoomComponent_SetEnableReverbZone"); \ +static_assert(offsetof(AkRoomComponent_SetEnableReverbZone, bInEnableReverbZone) == 0x000000, "Member 'AkRoomComponent_SetEnableReverbZone::bInEnableReverbZone' 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_SetReverbZone \ +static_assert(alignof(AkRoomComponent_SetReverbZone) == 0x000008, "Wrong alignment on AkRoomComponent_SetReverbZone"); \ +static_assert(sizeof(AkRoomComponent_SetReverbZone) == 0x000010, "Wrong size on AkRoomComponent_SetReverbZone"); \ +static_assert(offsetof(AkRoomComponent_SetReverbZone, InParentRoom) == 0x000000, "Member 'AkRoomComponent_SetReverbZone::InParentRoom' has a wrong offset!"); \ +static_assert(offsetof(AkRoomComponent_SetReverbZone, InTransitionRegionWidth) == 0x000008, "Member 'AkRoomComponent_SetReverbZone::InTransitionRegionWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkRoomComponent_SetTransmissionLoss \ +static_assert(alignof(AkRoomComponent_SetTransmissionLoss) == 0x000004, "Wrong alignment on AkRoomComponent_SetTransmissionLoss"); \ +static_assert(sizeof(AkRoomComponent_SetTransmissionLoss) == 0x000004, "Wrong size on AkRoomComponent_SetTransmissionLoss"); \ +static_assert(offsetof(AkRoomComponent_SetTransmissionLoss, InTransmissionLoss) == 0x000000, "Member 'AkRoomComponent_SetTransmissionLoss::InTransmissionLoss' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkRoomComponent_UpdateParentRoomActor \ +static_assert(alignof(AkRoomComponent_UpdateParentRoomActor) == 0x000008, "Wrong alignment on AkRoomComponent_UpdateParentRoomActor"); \ +static_assert(sizeof(AkRoomComponent_UpdateParentRoomActor) == 0x000008, "Wrong size on AkRoomComponent_UpdateParentRoomActor"); \ +static_assert(offsetof(AkRoomComponent_UpdateParentRoomActor, InParentRoomActor) == 0x000000, "Member 'AkRoomComponent_UpdateParentRoomActor::InParentRoomActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkRoomComponent_UpdateTransitionRegionWidth \ +static_assert(alignof(AkRoomComponent_UpdateTransitionRegionWidth) == 0x000004, "Wrong alignment on AkRoomComponent_UpdateTransitionRegionWidth"); \ +static_assert(sizeof(AkRoomComponent_UpdateTransitionRegionWidth) == 0x000004, "Wrong size on AkRoomComponent_UpdateTransitionRegionWidth"); \ +static_assert(offsetof(AkRoomComponent_UpdateTransitionRegionWidth, InTransitionRegionWidth) == 0x000000, "Member 'AkRoomComponent_UpdateTransitionRegionWidth::InTransitionRegionWidth' 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) == 0x000268, "Member 'UAkRoomComponent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, bDynamic) == 0x000269, "Member 'UAkRoomComponent::bDynamic' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, Priority) == 0x00026C, "Member 'UAkRoomComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, WallOcclusion) == 0x000270, "Member 'UAkRoomComponent::WallOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, AuxSendLevel) == 0x000274, "Member 'UAkRoomComponent::AuxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, AutoPost) == 0x000278, "Member 'UAkRoomComponent::AutoPost' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, bEnableReverbZone) == 0x000279, "Member 'UAkRoomComponent::bEnableReverbZone' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, ParentRoomActor) == 0x000280, "Member 'UAkRoomComponent::ParentRoomActor' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, ParentRoomName) == 0x000288, "Member 'UAkRoomComponent::ParentRoomName' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, TransitionRegionWidth) == 0x000298, "Member 'UAkRoomComponent::TransitionRegionWidth' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, GeometryComponent) == 0x0002A8, "Member 'UAkRoomComponent::GeometryComponent' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, ChildrenRooms) == 0x000308, "Member 'UAkRoomComponent::ChildrenRooms' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, ParentRoom) == 0x000318, "Member 'UAkRoomComponent::ParentRoom' 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_UAkSettings \ +static_assert(alignof(UAkSettings) == 0x000008, "Wrong alignment on UAkSettings"); \ +static_assert(sizeof(UAkSettings) == 0x000430, "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, DefaultAcousticTexture) == 0x0000D8, "Member 'UAkSettings::DefaultAcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DefaultTransmissionLoss) == 0x000100, "Member 'UAkSettings::DefaultTransmissionLoss' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, GeometrySurfacePropertiesTable) == 0x000108, "Member 'UAkSettings::GeometrySurfacePropertiesTable' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, GlobalDecayAbsorption) == 0x000130, "Member 'UAkSettings::GlobalDecayAbsorption' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DefaultReverbAuxBus) == 0x000138, "Member 'UAkSettings::DefaultReverbAuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, EnvironmentDecayAuxBusMap) == 0x000160, "Member 'UAkSettings::EnvironmentDecayAuxBusMap' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, ReverbAssignmentTable) == 0x0001B0, "Member 'UAkSettings::ReverbAssignmentTable' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, HFDampingName) == 0x0001D8, "Member 'UAkSettings::HFDampingName' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DecayEstimateName) == 0x0001E8, "Member 'UAkSettings::DecayEstimateName' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, TimeToFirstReflectionName) == 0x0001F8, "Member 'UAkSettings::TimeToFirstReflectionName' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, HFDampingRTPC) == 0x000208, "Member 'UAkSettings::HFDampingRTPC' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DecayEstimateRTPC) == 0x000230, "Member 'UAkSettings::DecayEstimateRTPC' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, TimeToFirstReflectionRTPC) == 0x000258, "Member 'UAkSettings::TimeToFirstReflectionRTPC' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AudioInputEvent) == 0x000280, "Member 'UAkSettings::AudioInputEvent' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AcousticTextureParamsMap) == 0x0002A8, "Member 'UAkSettings::AcousticTextureParamsMap' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, SplitSwitchContainerMedia) == 0x0002F8, "Member 'UAkSettings::SplitSwitchContainerMedia' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, SplitMediaPerFolder) == 0x0002F9, "Member 'UAkSettings::SplitMediaPerFolder' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, UseEventBasedPackaging) == 0x0002FA, "Member 'UAkSettings::UseEventBasedPackaging' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, CommandletCommitMessage) == 0x000300, "Member 'UAkSettings::CommandletCommitMessage' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, UnrealCultureToWwiseCulture) == 0x000310, "Member 'UAkSettings::UnrealCultureToWwiseCulture' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DefaultAssetCreationPath) == 0x000360, "Member 'UAkSettings::DefaultAssetCreationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, InitBank) == 0x000370, "Member 'UAkSettings::InitBank' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AudioRouting) == 0x000398, "Member 'UAkSettings::AudioRouting' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bWwiseSoundEngineEnabled) == 0x00039C, "Member 'UAkSettings::bWwiseSoundEngineEnabled' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bWwiseAudioLinkEnabled) == 0x00039D, "Member 'UAkSettings::bWwiseAudioLinkEnabled' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bAkAudioMixerEnabled) == 0x00039E, "Member 'UAkSettings::bAkAudioMixerEnabled' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DefaultListenerScalingFactor) == 0x0003A0, "Member 'UAkSettings::DefaultListenerScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, SuspendAudioDuringFocusLoss) == 0x0003A4, "Member 'UAkSettings::SuspendAudioDuringFocusLoss' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, RenderDuringFocusLoss) == 0x0003A5, "Member 'UAkSettings::RenderDuringFocusLoss' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AskedToUseNewAssetManagement) == 0x0003A6, "Member 'UAkSettings::AskedToUseNewAssetManagement' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bEnableMultiCoreRendering) == 0x0003A7, "Member 'UAkSettings::bEnableMultiCoreRendering' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, MigratedEnableMultiCoreRendering) == 0x0003A8, "Member 'UAkSettings::MigratedEnableMultiCoreRendering' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, FixupRedirectorsDuringMigration) == 0x0003A9, "Member 'UAkSettings::FixupRedirectorsDuringMigration' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseWindowsInstallationPath) == 0x0003B0, "Member 'UAkSettings::WwiseWindowsInstallationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseMacInstallationPath) == 0x0003C0, "Member 'UAkSettings::WwiseMacInstallationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, GeometrySurfacePropertiesKeepAlive) == 0x000420, "Member 'UAkSettings::GeometrySurfacePropertiesKeepAlive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkSettingsPerUser \ +static_assert(alignof(UAkSettingsPerUser) == 0x000008, "Wrong alignment on UAkSettingsPerUser"); \ +static_assert(sizeof(UAkSettingsPerUser) == 0x000090, "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, WaapiCallsTimeout) == 0x000080, "Member 'UAkSettingsPerUser::WaapiCallsTimeout' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, WaapiTranslatorTimeout) == 0x000084, "Member 'UAkSettingsPerUser::WaapiTranslatorTimeout' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, SuppressGeneratedSoundBanksPathWarnings) == 0x000088, "Member 'UAkSettingsPerUser::SuppressGeneratedSoundBanksPathWarnings' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, SoundDataGenerationSkipLanguage) == 0x000089, "Member 'UAkSettingsPerUser::SoundDataGenerationSkipLanguage' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, AskForWwiseAssetReload) == 0x00008A, "Member 'UAkSettingsPerUser::AskForWwiseAssetReload' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, bHideAkComponentIcon) == 0x00008B, "Member 'UAkSettingsPerUser::bHideAkComponentIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAkSpotReflector \ +static_assert(alignof(AAkSpotReflector) == 0x000008, "Wrong alignment on AAkSpotReflector"); \ +static_assert(sizeof(AAkSpotReflector) == 0x0002E8, "Wrong size on AAkSpotReflector"); \ +static_assert(offsetof(AAkSpotReflector, EarlyReflectionAuxBus) == 0x0002B0, "Member 'AAkSpotReflector::EarlyReflectionAuxBus' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, EarlyReflectionAuxBusName) == 0x0002B8, "Member 'AAkSpotReflector::EarlyReflectionAuxBusName' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, AcousticTexture) == 0x0002C8, "Member 'AAkSpotReflector::AcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, DistanceScalingFactor) == 0x0002D0, "Member 'AAkSpotReflector::DistanceScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, Level) == 0x0002D4, "Member 'AAkSpotReflector::Level' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, SameRoomOnly) == 0x0002D8, "Member 'AAkSpotReflector::SameRoomOnly' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, EnableRoomOverride) == 0x0002D9, "Member 'AAkSpotReflector::EnableRoomOverride' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, RoomOverride) == 0x0002E0, "Member 'AAkSpotReflector::RoomOverride' 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_UUAkSubmixInputComponent \ +static_assert(alignof(UUAkSubmixInputComponent) == 0x000010, "Wrong alignment on UUAkSubmixInputComponent"); \ +static_assert(sizeof(UUAkSubmixInputComponent) == 0x0004C0, "Wrong size on UUAkSubmixInputComponent"); \ +static_assert(offsetof(UUAkSubmixInputComponent, SubmixToRecord) == 0x000498, "Member 'UUAkSubmixInputComponent::SubmixToRecord' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSurfaceReflectorSetComponent_SetAcousticTexture \ +static_assert(alignof(AkSurfaceReflectorSetComponent_SetAcousticTexture) == 0x000008, "Wrong alignment on AkSurfaceReflectorSetComponent_SetAcousticTexture"); \ +static_assert(sizeof(AkSurfaceReflectorSetComponent_SetAcousticTexture) == 0x000020, "Wrong size on AkSurfaceReflectorSetComponent_SetAcousticTexture"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetAcousticTexture, InSurfaceIndexesToEdit) == 0x000000, "Member 'AkSurfaceReflectorSetComponent_SetAcousticTexture::InSurfaceIndexesToEdit' has a wrong offset!"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetAcousticTexture, InAcousticTexture) == 0x000010, "Member 'AkSurfaceReflectorSetComponent_SetAcousticTexture::InAcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetAcousticTexture, bInEnableSurface) == 0x000018, "Member 'AkSurfaceReflectorSetComponent_SetAcousticTexture::bInEnableSurface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSurfaceReflectorSetComponent_SetEnable \ +static_assert(alignof(AkSurfaceReflectorSetComponent_SetEnable) == 0x000001, "Wrong alignment on AkSurfaceReflectorSetComponent_SetEnable"); \ +static_assert(sizeof(AkSurfaceReflectorSetComponent_SetEnable) == 0x000001, "Wrong size on AkSurfaceReflectorSetComponent_SetEnable"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetEnable, bInEnable) == 0x000000, "Member 'AkSurfaceReflectorSetComponent_SetEnable::bInEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSurfaceReflectorSetComponent_SetEnableDiffraction \ +static_assert(alignof(AkSurfaceReflectorSetComponent_SetEnableDiffraction) == 0x000001, "Wrong alignment on AkSurfaceReflectorSetComponent_SetEnableDiffraction"); \ +static_assert(sizeof(AkSurfaceReflectorSetComponent_SetEnableDiffraction) == 0x000002, "Wrong size on AkSurfaceReflectorSetComponent_SetEnableDiffraction"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetEnableDiffraction, bInEnableDiffraction) == 0x000000, "Member 'AkSurfaceReflectorSetComponent_SetEnableDiffraction::bInEnableDiffraction' has a wrong offset!"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetEnableDiffraction, bInEnableDiffractionOnBoundaryEdges) == 0x000001, "Member 'AkSurfaceReflectorSetComponent_SetEnableDiffraction::bInEnableDiffractionOnBoundaryEdges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSurfaceReflectorSetComponent_SetEnableSurface \ +static_assert(alignof(AkSurfaceReflectorSetComponent_SetEnableSurface) == 0x000008, "Wrong alignment on AkSurfaceReflectorSetComponent_SetEnableSurface"); \ +static_assert(sizeof(AkSurfaceReflectorSetComponent_SetEnableSurface) == 0x000018, "Wrong size on AkSurfaceReflectorSetComponent_SetEnableSurface"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetEnableSurface, InSurfaceIndexesToEdit) == 0x000000, "Member 'AkSurfaceReflectorSetComponent_SetEnableSurface::InSurfaceIndexesToEdit' has a wrong offset!"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetEnableSurface, bInEnableSurface) == 0x000010, "Member 'AkSurfaceReflectorSetComponent_SetEnableSurface::bInEnableSurface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSurfaceReflectorSetComponent_SetSurfaceProperties \ +static_assert(alignof(AkSurfaceReflectorSetComponent_SetSurfaceProperties) == 0x000008, "Wrong alignment on AkSurfaceReflectorSetComponent_SetSurfaceProperties"); \ +static_assert(sizeof(AkSurfaceReflectorSetComponent_SetSurfaceProperties) == 0x000028, "Wrong size on AkSurfaceReflectorSetComponent_SetSurfaceProperties"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetSurfaceProperties, InSurfaceIndexesToEdit) == 0x000000, "Member 'AkSurfaceReflectorSetComponent_SetSurfaceProperties::InSurfaceIndexesToEdit' has a wrong offset!"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetSurfaceProperties, InSurfaceProperties) == 0x000010, "Member 'AkSurfaceReflectorSetComponent_SetSurfaceProperties::InSurfaceProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSurfaceReflectorSetComponent_SetTransmissionLoss \ +static_assert(alignof(AkSurfaceReflectorSetComponent_SetTransmissionLoss) == 0x000008, "Wrong alignment on AkSurfaceReflectorSetComponent_SetTransmissionLoss"); \ +static_assert(sizeof(AkSurfaceReflectorSetComponent_SetTransmissionLoss) == 0x000018, "Wrong size on AkSurfaceReflectorSetComponent_SetTransmissionLoss"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetTransmissionLoss, InSurfaceIndexesToEdit) == 0x000000, "Member 'AkSurfaceReflectorSetComponent_SetTransmissionLoss::InSurfaceIndexesToEdit' has a wrong offset!"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetTransmissionLoss, InTransmissionLoss) == 0x000010, "Member 'AkSurfaceReflectorSetComponent_SetTransmissionLoss::InTransmissionLoss' has a wrong offset!"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_SetTransmissionLoss, bInEnableSurface) == 0x000014, "Member 'AkSurfaceReflectorSetComponent_SetTransmissionLoss::bInEnableSurface' 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) == 0x0002A0, "Wrong size on UAkSurfaceReflectorSetComponent"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, bEnableSurfaceReflectors) == 0x000268, "Member 'UAkSurfaceReflectorSetComponent::bEnableSurfaceReflectors' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, AcousticPolys) == 0x000270, "Member 'UAkSurfaceReflectorSetComponent::AcousticPolys' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, bEnableDiffraction) == 0x000280, "Member 'UAkSurfaceReflectorSetComponent::bEnableDiffraction' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, bEnableDiffractionOnBoundaryEdges) == 0x000281, "Member 'UAkSurfaceReflectorSetComponent::bEnableDiffractionOnBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, bBypassPortalSubtraction) == 0x000282, "Member 'UAkSurfaceReflectorSetComponent::bBypassPortalSubtraction' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, bSolid) == 0x000283, "Member 'UAkSurfaceReflectorSetComponent::bSolid' 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) == 0x000148, "Wrong size on UAkTVOSInitializationSettings"); \ +static_assert(offsetof(UAkTVOSInitializationSettings, CommonSettings) == 0x000028, "Member 'UAkTVOSInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkTVOSInitializationSettings, AudioSession) == 0x0000D8, "Member 'UAkTVOSInitializationSettings::AudioSession' has a wrong offset!"); \ +static_assert(offsetof(UAkTVOSInitializationSettings, CommunicationSettings) == 0x0000E8, "Member 'UAkTVOSInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkTVOSInitializationSettings, AdvancedSettings) == 0x000108, "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_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) == 0x000138, "Wrong size on UAkWindowsInitializationSettings"); \ +static_assert(offsetof(UAkWindowsInitializationSettings, CommonSettings) == 0x000028, "Member 'UAkWindowsInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkWindowsInitializationSettings, CommunicationSettings) == 0x0000D8, "Member 'UAkWindowsInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkWindowsInitializationSettings, AdvancedSettings) == 0x0000F8, "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_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) == 0x000140, "Wrong size on UAkXboxSeriesXInitializationSettings"); \ +static_assert(offsetof(UAkXboxSeriesXInitializationSettings, CommonSettings) == 0x000028, "Member 'UAkXboxSeriesXInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXboxSeriesXInitializationSettings, CommunicationSettings) == 0x0000D0, "Member 'UAkXboxSeriesXInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXboxSeriesXInitializationSettings, AdvancedSettings) == 0x0000F0, "Member 'UAkXboxSeriesXInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMPXInitializationSettings \ +static_assert(alignof(UAkMPXInitializationSettings) == 0x000008, "Wrong alignment on UAkMPXInitializationSettings"); \ +static_assert(sizeof(UAkMPXInitializationSettings) == 0x000140, "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_UMovieSceneAkAudioEventSection \ +static_assert(alignof(UMovieSceneAkAudioEventSection) == 0x000008, "Wrong alignment on UMovieSceneAkAudioEventSection"); \ +static_assert(sizeof(UMovieSceneAkAudioEventSection) == 0x000170, "Wrong size on UMovieSceneAkAudioEventSection"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, Event) == 0x000130, "Member 'UMovieSceneAkAudioEventSection::Event' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, RetriggerEvent) == 0x000138, "Member 'UMovieSceneAkAudioEventSection::RetriggerEvent' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, ScrubTailLengthMs) == 0x00013C, "Member 'UMovieSceneAkAudioEventSection::ScrubTailLengthMs' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, StopAtSectionEnd) == 0x000140, "Member 'UMovieSceneAkAudioEventSection::StopAtSectionEnd' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, MaxSourceDuration) == 0x000144, "Member 'UMovieSceneAkAudioEventSection::MaxSourceDuration' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, MaxDurationSourceID) == 0x000148, "Member 'UMovieSceneAkAudioEventSection::MaxDurationSourceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAkTrack \ +static_assert(alignof(UMovieSceneAkTrack) == 0x000008, "Wrong alignment on UMovieSceneAkTrack"); \ +static_assert(sizeof(UMovieSceneAkTrack) == 0x000128, "Wrong size on UMovieSceneAkTrack"); \ +static_assert(offsetof(UMovieSceneAkTrack, Sections) == 0x000110, "Member 'UMovieSceneAkTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkTrack, bIsAMasterTrack) == 0x000120, "Member 'UMovieSceneAkTrack::bIsAMasterTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAkAudioEventTrack \ +static_assert(alignof(UMovieSceneAkAudioEventTrack) == 0x000008, "Wrong alignment on UMovieSceneAkAudioEventTrack"); \ +static_assert(sizeof(UMovieSceneAkAudioEventTrack) == 0x000130, "Wrong size on UMovieSceneAkAudioEventTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneWwiseGameParameterSection \ +static_assert(alignof(UMovieSceneWwiseGameParameterSection) == 0x000008, "Wrong alignment on UMovieSceneWwiseGameParameterSection"); \ +static_assert(sizeof(UMovieSceneWwiseGameParameterSection) == 0x0002D0, "Wrong size on UMovieSceneWwiseGameParameterSection"); \ +static_assert(offsetof(UMovieSceneWwiseGameParameterSection, GameParameter) == 0x000108, "Member 'UMovieSceneWwiseGameParameterSection::GameParameter' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneWwiseGameParameterSection, FloatCurve) == 0x000110, "Member 'UMovieSceneWwiseGameParameterSection::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneWwiseGameParameterSection, FloatChannelSerializationHelper) == 0x000190, "Member 'UMovieSceneWwiseGameParameterSection::FloatChannelSerializationHelper' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneWwiseGameParameterSection, GameParameterChannel) == 0x0001C0, "Member 'UMovieSceneWwiseGameParameterSection::GameParameterChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneWwiseGameParameterTrack \ +static_assert(alignof(UMovieSceneWwiseGameParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneWwiseGameParameterTrack"); \ +static_assert(sizeof(UMovieSceneWwiseGameParameterTrack) == 0x000130, "Wrong size on UMovieSceneWwiseGameParameterTrack"); \ + +#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_AkGameplayStatics_AddOutput \ +static_assert(alignof(AkGameplayStatics_AddOutput) == 0x000008, "Wrong alignment on AkGameplayStatics_AddOutput"); \ +static_assert(sizeof(AkGameplayStatics_AddOutput) == 0x000030, "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) == 0x000018, "Member 'AkGameplayStatics_AddOutput::out_DeviceID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_AddOutput, in_ListenerIDs) == 0x000020, "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_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_GetCurrentOutdoorsRoomParameters \ +static_assert(alignof(AkGameplayStatics_GetCurrentOutdoorsRoomParameters) == 0x000008, "Wrong alignment on AkGameplayStatics_GetCurrentOutdoorsRoomParameters"); \ +static_assert(sizeof(AkGameplayStatics_GetCurrentOutdoorsRoomParameters) == 0x000018, "Wrong size on AkGameplayStatics_GetCurrentOutdoorsRoomParameters"); \ +static_assert(offsetof(AkGameplayStatics_GetCurrentOutdoorsRoomParameters, ReturnValue) == 0x000000, "Member 'AkGameplayStatics_GetCurrentOutdoorsRoomParameters::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) == 0x000020, "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!"); \ + +#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_PostAndWaitForEndOfEvent \ +static_assert(alignof(AkGameplayStatics_PostAndWaitForEndOfEvent) == 0x000008, "Wrong alignment on AkGameplayStatics_PostAndWaitForEndOfEvent"); \ +static_assert(sizeof(AkGameplayStatics_PostAndWaitForEndOfEvent) == 0x000030, "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, LatentInfo) == 0x000010, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, bStopWhenAttachedToDestroyed) == 0x000028, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, ReturnValue) == 0x00002C, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::ReturnValue' 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) == 0x000030, "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, ReturnValue) == 0x000028, "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) == 0x000048, "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, WorldContextObject) == 0x000038, "Member 'AkGameplayStatics_PostEventAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, ReturnValue) == 0x000040, "Member 'AkGameplayStatics_PostEventAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostEventOutdoors \ +static_assert(alignof(AkGameplayStatics_PostEventOutdoors) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventOutdoors"); \ +static_assert(sizeof(AkGameplayStatics_PostEventOutdoors) == 0x000020, "Wrong size on AkGameplayStatics_PostEventOutdoors"); \ +static_assert(offsetof(AkGameplayStatics_PostEventOutdoors, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostEventOutdoors::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventOutdoors, CallbackMask) == 0x000008, "Member 'AkGameplayStatics_PostEventOutdoors::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventOutdoors, PostEventCallback) == 0x00000C, "Member 'AkGameplayStatics_PostEventOutdoors::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventOutdoors, ReturnValue) == 0x00001C, "Member 'AkGameplayStatics_PostEventOutdoors::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) == 0x000010, "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!"); \ + +#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) == 0x000018, "Wrong size on AkGameplayStatics_ReplaceMainOutput"); \ +static_assert(offsetof(AkGameplayStatics_ReplaceMainOutput, MainOutputSettings) == 0x000000, "Member 'AkGameplayStatics_ReplaceMainOutput::MainOutputSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_ResetRTPCValue \ +static_assert(alignof(AkGameplayStatics_ResetRTPCValue) == 0x000008, "Wrong alignment on AkGameplayStatics_ResetRTPCValue"); \ +static_assert(sizeof(AkGameplayStatics_ResetRTPCValue) == 0x000018, "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!"); \ + +#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_SetDiffractionOrder \ +static_assert(alignof(AkGameplayStatics_SetDiffractionOrder) == 0x000004, "Wrong alignment on AkGameplayStatics_SetDiffractionOrder"); \ +static_assert(sizeof(AkGameplayStatics_SetDiffractionOrder) == 0x000008, "Wrong size on AkGameplayStatics_SetDiffractionOrder"); \ +static_assert(offsetof(AkGameplayStatics_SetDiffractionOrder, InDiffractionOrder) == 0x000000, "Member 'AkGameplayStatics_SetDiffractionOrder::InDiffractionOrder' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetDiffractionOrder, bInUpdatePaths) == 0x000004, "Member 'AkGameplayStatics_SetDiffractionOrder::bInUpdatePaths' 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_SetLoadBalancingSpread \ +static_assert(alignof(AkGameplayStatics_SetLoadBalancingSpread) == 0x000004, "Wrong alignment on AkGameplayStatics_SetLoadBalancingSpread"); \ +static_assert(sizeof(AkGameplayStatics_SetLoadBalancingSpread) == 0x000004, "Wrong size on AkGameplayStatics_SetLoadBalancingSpread"); \ +static_assert(offsetof(AkGameplayStatics_SetLoadBalancingSpread, InNbFrames) == 0x000000, "Member 'AkGameplayStatics_SetLoadBalancingSpread::InNbFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetMaxDiffractionPaths \ +static_assert(alignof(AkGameplayStatics_SetMaxDiffractionPaths) == 0x000008, "Wrong alignment on AkGameplayStatics_SetMaxDiffractionPaths"); \ +static_assert(sizeof(AkGameplayStatics_SetMaxDiffractionPaths) == 0x000010, "Wrong size on AkGameplayStatics_SetMaxDiffractionPaths"); \ +static_assert(offsetof(AkGameplayStatics_SetMaxDiffractionPaths, InMaxDiffractionPaths) == 0x000000, "Member 'AkGameplayStatics_SetMaxDiffractionPaths::InMaxDiffractionPaths' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMaxDiffractionPaths, InGameObject) == 0x000008, "Member 'AkGameplayStatics_SetMaxDiffractionPaths::InGameObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetMaxEmitterRoomAuxSends \ +static_assert(alignof(AkGameplayStatics_SetMaxEmitterRoomAuxSends) == 0x000004, "Wrong alignment on AkGameplayStatics_SetMaxEmitterRoomAuxSends"); \ +static_assert(sizeof(AkGameplayStatics_SetMaxEmitterRoomAuxSends) == 0x000004, "Wrong size on AkGameplayStatics_SetMaxEmitterRoomAuxSends"); \ +static_assert(offsetof(AkGameplayStatics_SetMaxEmitterRoomAuxSends, InMaxEmitterRoomAuxSends) == 0x000000, "Member 'AkGameplayStatics_SetMaxEmitterRoomAuxSends::InMaxEmitterRoomAuxSends' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetMaxGlobalReflectionPaths \ +static_assert(alignof(AkGameplayStatics_SetMaxGlobalReflectionPaths) == 0x000004, "Wrong alignment on AkGameplayStatics_SetMaxGlobalReflectionPaths"); \ +static_assert(sizeof(AkGameplayStatics_SetMaxGlobalReflectionPaths) == 0x000004, "Wrong size on AkGameplayStatics_SetMaxGlobalReflectionPaths"); \ +static_assert(offsetof(AkGameplayStatics_SetMaxGlobalReflectionPaths, InMaxReflectionPaths) == 0x000000, "Member 'AkGameplayStatics_SetMaxGlobalReflectionPaths::InMaxReflectionPaths' 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_SetNumberOfPrimaryRays \ +static_assert(alignof(AkGameplayStatics_SetNumberOfPrimaryRays) == 0x000004, "Wrong alignment on AkGameplayStatics_SetNumberOfPrimaryRays"); \ +static_assert(sizeof(AkGameplayStatics_SetNumberOfPrimaryRays) == 0x000004, "Wrong size on AkGameplayStatics_SetNumberOfPrimaryRays"); \ +static_assert(offsetof(AkGameplayStatics_SetNumberOfPrimaryRays, InNbPrimaryRays) == 0x000000, "Member 'AkGameplayStatics_SetNumberOfPrimaryRays::InNbPrimaryRays' 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_SetOutdoorsRoomParameters \ +static_assert(alignof(AkGameplayStatics_SetOutdoorsRoomParameters) == 0x000008, "Wrong alignment on AkGameplayStatics_SetOutdoorsRoomParameters"); \ +static_assert(sizeof(AkGameplayStatics_SetOutdoorsRoomParameters) == 0x000018, "Wrong size on AkGameplayStatics_SetOutdoorsRoomParameters"); \ +static_assert(offsetof(AkGameplayStatics_SetOutdoorsRoomParameters, InOutdoorsRoomParameters) == 0x000000, "Member 'AkGameplayStatics_SetOutdoorsRoomParameters::InOutdoorsRoomParameters' 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) == 0x000018, "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!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetSmoothingConstant \ +static_assert(alignof(AkGameplayStatics_SetSmoothingConstant) == 0x000008, "Wrong alignment on AkGameplayStatics_SetSmoothingConstant"); \ +static_assert(sizeof(AkGameplayStatics_SetSmoothingConstant) == 0x000010, "Wrong size on AkGameplayStatics_SetSmoothingConstant"); \ +static_assert(offsetof(AkGameplayStatics_SetSmoothingConstant, InSmoothingConstantMs) == 0x000000, "Member 'AkGameplayStatics_SetSmoothingConstant::InSmoothingConstantMs' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetSmoothingConstant, InGameObject) == 0x000008, "Member 'AkGameplayStatics_SetSmoothingConstant::InGameObject' 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) == 0x000008, "Wrong size on AkGameplayStatics_SetState"); \ +static_assert(offsetof(AkGameplayStatics_SetState, StateValue) == 0x000000, "Member 'AkGameplayStatics_SetState::StateValue' 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) == 0x000010, "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!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SpawnAkComponentAtLocation \ +static_assert(alignof(AkGameplayStatics_SpawnAkComponentAtLocation) == 0x000008, "Wrong alignment on AkGameplayStatics_SpawnAkComponentAtLocation"); \ +static_assert(sizeof(AkGameplayStatics_SpawnAkComponentAtLocation) == 0x000050, "Wrong size on AkGameplayStatics_SpawnAkComponentAtLocation"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, AkEvent) == 0x000008, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, Location) == 0x000010, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, Orientation) == 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, AutoDestroy) == 0x000041, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::AutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, ReturnValue) == 0x000048, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StartAllAmbientSounds \ +static_assert(alignof(AkGameplayStatics_StartAllAmbientSounds) == 0x000008, "Wrong alignment on AkGameplayStatics_StartAllAmbientSounds"); \ +static_assert(sizeof(AkGameplayStatics_StartAllAmbientSounds) == 0x000008, "Wrong size on AkGameplayStatics_StartAllAmbientSounds"); \ +static_assert(offsetof(AkGameplayStatics_StartAllAmbientSounds, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_StartAllAmbientSounds::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StartOutputCapture \ +static_assert(alignof(AkGameplayStatics_StartOutputCapture) == 0x000008, "Wrong alignment on AkGameplayStatics_StartOutputCapture"); \ +static_assert(sizeof(AkGameplayStatics_StartOutputCapture) == 0x000010, "Wrong size on AkGameplayStatics_StartOutputCapture"); \ +static_assert(offsetof(AkGameplayStatics_StartOutputCapture, Filename) == 0x000000, "Member 'AkGameplayStatics_StartOutputCapture::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StartProfilerCapture \ +static_assert(alignof(AkGameplayStatics_StartProfilerCapture) == 0x000008, "Wrong alignment on AkGameplayStatics_StartProfilerCapture"); \ +static_assert(sizeof(AkGameplayStatics_StartProfilerCapture) == 0x000010, "Wrong size on AkGameplayStatics_StartProfilerCapture"); \ +static_assert(offsetof(AkGameplayStatics_StartProfilerCapture, Filename) == 0x000000, "Member 'AkGameplayStatics_StartProfilerCapture::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StopActor \ +static_assert(alignof(AkGameplayStatics_StopActor) == 0x000008, "Wrong alignment on AkGameplayStatics_StopActor"); \ +static_assert(sizeof(AkGameplayStatics_StopActor) == 0x000008, "Wrong size on AkGameplayStatics_StopActor"); \ +static_assert(offsetof(AkGameplayStatics_StopActor, Actor) == 0x000000, "Member 'AkGameplayStatics_StopActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StopAllAmbientSounds \ +static_assert(alignof(AkGameplayStatics_StopAllAmbientSounds) == 0x000008, "Wrong alignment on AkGameplayStatics_StopAllAmbientSounds"); \ +static_assert(sizeof(AkGameplayStatics_StopAllAmbientSounds) == 0x000008, "Wrong size on AkGameplayStatics_StopAllAmbientSounds"); \ +static_assert(offsetof(AkGameplayStatics_StopAllAmbientSounds, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_StopAllAmbientSounds::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_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_FChooserParameterProxyTableBase \ +static_assert(alignof(FChooserParameterProxyTableBase) == 0x000008, "Wrong alignment on FChooserParameterProxyTableBase"); \ +static_assert(sizeof(FChooserParameterProxyTableBase) == 0x000008, "Wrong size on FChooserParameterProxyTableBase"); \ + +#define DUMPER7_ASSERTS_FProxyTableContextProperty \ +static_assert(alignof(FProxyTableContextProperty) == 0x000008, "Wrong alignment on FProxyTableContextProperty"); \ +static_assert(sizeof(FProxyTableContextProperty) == 0x000038, "Wrong size on FProxyTableContextProperty"); \ +static_assert(offsetof(FProxyTableContextProperty, Binding) == 0x000008, "Member 'FProxyTableContextProperty::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLookupProxy \ +static_assert(alignof(FLookupProxy) == 0x000008, "Wrong alignment on FLookupProxy"); \ +static_assert(sizeof(FLookupProxy) == 0x000020, "Wrong size on FLookupProxy"); \ +static_assert(offsetof(FLookupProxy, Proxy) == 0x000008, "Member 'FLookupProxy::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FLookupProxy, ProxyTable) == 0x000010, "Member 'FLookupProxy::ProxyTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLookupProxyWithOverrideTable \ +static_assert(alignof(FLookupProxyWithOverrideTable) == 0x000008, "Wrong alignment on FLookupProxyWithOverrideTable"); \ +static_assert(sizeof(FLookupProxyWithOverrideTable) == 0x000018, "Wrong size on FLookupProxyWithOverrideTable"); \ +static_assert(offsetof(FLookupProxyWithOverrideTable, Proxy) == 0x000008, "Member 'FLookupProxyWithOverrideTable::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FLookupProxyWithOverrideTable, OverrideProxyTable) == 0x000010, "Member 'FLookupProxyWithOverrideTable::OverrideProxyTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProxyStructOutput \ +static_assert(alignof(FProxyStructOutput) == 0x000008, "Wrong alignment on FProxyStructOutput"); \ +static_assert(sizeof(FProxyStructOutput) == 0x000040, "Wrong size on FProxyStructOutput"); \ +static_assert(offsetof(FProxyStructOutput, Binding) == 0x000000, "Member 'FProxyStructOutput::Binding' has a wrong offset!"); \ +static_assert(offsetof(FProxyStructOutput, Value) == 0x000030, "Member 'FProxyStructOutput::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProxyEntry \ +static_assert(alignof(FProxyEntry) == 0x000008, "Wrong alignment on FProxyEntry"); \ +static_assert(sizeof(FProxyEntry) == 0x000030, "Wrong size on FProxyEntry"); \ +static_assert(offsetof(FProxyEntry, Proxy) == 0x000000, "Member 'FProxyEntry::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FProxyEntry, Key) == 0x000008, "Member 'FProxyEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(FProxyEntry, ValueStruct) == 0x000010, "Member 'FProxyEntry::ValueStruct' has a wrong offset!"); \ +static_assert(offsetof(FProxyEntry, OutputStructData) == 0x000020, "Member 'FProxyEntry::OutputStructData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRuntimeProxyValue \ +static_assert(alignof(FRuntimeProxyValue) == 0x000008, "Wrong alignment on FRuntimeProxyValue"); \ +static_assert(sizeof(FRuntimeProxyValue) == 0x000028, "Wrong size on FRuntimeProxyValue"); \ +static_assert(offsetof(FRuntimeProxyValue, ProxyAsset) == 0x000000, "Member 'FRuntimeProxyValue::ProxyAsset' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeProxyValue, Value) == 0x000008, "Member 'FRuntimeProxyValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeProxyValue, OutputStructData) == 0x000018, "Member 'FRuntimeProxyValue::OutputStructData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IChooserParameterProxyTable \ +static_assert(alignof(IChooserParameterProxyTable) == 0x000001, "Wrong alignment on IChooserParameterProxyTable"); \ +static_assert(sizeof(IChooserParameterProxyTable) == 0x000001, "Wrong size on IChooserParameterProxyTable"); \ + +#define DUMPER7_ASSERTS_UProxyAsset \ +static_assert(alignof(UProxyAsset) == 0x000008, "Wrong alignment on UProxyAsset"); \ +static_assert(sizeof(UProxyAsset) == 0x000078, "Wrong size on UProxyAsset"); \ +static_assert(offsetof(UProxyAsset, Type) == 0x000048, "Member 'UProxyAsset::Type' has a wrong offset!"); \ +static_assert(offsetof(UProxyAsset, ResultType) == 0x000050, "Member 'UProxyAsset::ResultType' has a wrong offset!"); \ +static_assert(offsetof(UProxyAsset, ContextData) == 0x000058, "Member 'UProxyAsset::ContextData' has a wrong offset!"); \ +static_assert(offsetof(UProxyAsset, Guid) == 0x000068, "Member 'UProxyAsset::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProxyTable \ +static_assert(alignof(UProxyTable) == 0x000008, "Wrong alignment on UProxyTable"); \ +static_assert(sizeof(UProxyTable) == 0x000048, "Wrong size on UProxyTable"); \ +static_assert(offsetof(UProxyTable, Keys) == 0x000028, "Member 'UProxyTable::Keys' has a wrong offset!"); \ +static_assert(offsetof(UProxyTable, RuntimeValues) == 0x000038, "Member 'UProxyTable::RuntimeValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyTableFunctionLibrary_EvaluateProxyAsset \ +static_assert(alignof(ProxyTableFunctionLibrary_EvaluateProxyAsset) == 0x000008, "Wrong alignment on ProxyTableFunctionLibrary_EvaluateProxyAsset"); \ +static_assert(sizeof(ProxyTableFunctionLibrary_EvaluateProxyAsset) == 0x000020, "Wrong size on ProxyTableFunctionLibrary_EvaluateProxyAsset"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_EvaluateProxyAsset, ContextObject) == 0x000000, "Member 'ProxyTableFunctionLibrary_EvaluateProxyAsset::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_EvaluateProxyAsset, Proxy) == 0x000008, "Member 'ProxyTableFunctionLibrary_EvaluateProxyAsset::Proxy' has a wrong offset!"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_EvaluateProxyAsset, ObjectClass) == 0x000010, "Member 'ProxyTableFunctionLibrary_EvaluateProxyAsset::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_EvaluateProxyAsset, ReturnValue) == 0x000018, "Member 'ProxyTableFunctionLibrary_EvaluateProxyAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyTableFunctionLibrary_EvaluateProxyTable \ +static_assert(alignof(ProxyTableFunctionLibrary_EvaluateProxyTable) == 0x000008, "Wrong alignment on ProxyTableFunctionLibrary_EvaluateProxyTable"); \ +static_assert(sizeof(ProxyTableFunctionLibrary_EvaluateProxyTable) == 0x000020, "Wrong size on ProxyTableFunctionLibrary_EvaluateProxyTable"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_EvaluateProxyTable, ContextObject) == 0x000000, "Member 'ProxyTableFunctionLibrary_EvaluateProxyTable::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_EvaluateProxyTable, ProxyTable) == 0x000008, "Member 'ProxyTableFunctionLibrary_EvaluateProxyTable::ProxyTable' has a wrong offset!"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_EvaluateProxyTable, Key) == 0x000010, "Member 'ProxyTableFunctionLibrary_EvaluateProxyTable::Key' has a wrong offset!"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_EvaluateProxyTable, ReturnValue) == 0x000018, "Member 'ProxyTableFunctionLibrary_EvaluateProxyTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyTableFunctionLibrary_MakeLookupProxy \ +static_assert(alignof(ProxyTableFunctionLibrary_MakeLookupProxy) == 0x000008, "Wrong alignment on ProxyTableFunctionLibrary_MakeLookupProxy"); \ +static_assert(sizeof(ProxyTableFunctionLibrary_MakeLookupProxy) == 0x000018, "Wrong size on ProxyTableFunctionLibrary_MakeLookupProxy"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_MakeLookupProxy, Proxy) == 0x000000, "Member 'ProxyTableFunctionLibrary_MakeLookupProxy::Proxy' has a wrong offset!"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_MakeLookupProxy, ReturnValue) == 0x000008, "Member 'ProxyTableFunctionLibrary_MakeLookupProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProxyTableFunctionLibrary_MakeLookupProxyWithOverrideTable \ +static_assert(alignof(ProxyTableFunctionLibrary_MakeLookupProxyWithOverrideTable) == 0x000008, "Wrong alignment on ProxyTableFunctionLibrary_MakeLookupProxyWithOverrideTable"); \ +static_assert(sizeof(ProxyTableFunctionLibrary_MakeLookupProxyWithOverrideTable) == 0x000020, "Wrong size on ProxyTableFunctionLibrary_MakeLookupProxyWithOverrideTable"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_MakeLookupProxyWithOverrideTable, Proxy) == 0x000000, "Member 'ProxyTableFunctionLibrary_MakeLookupProxyWithOverrideTable::Proxy' has a wrong offset!"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_MakeLookupProxyWithOverrideTable, ProxyTable) == 0x000008, "Member 'ProxyTableFunctionLibrary_MakeLookupProxyWithOverrideTable::ProxyTable' has a wrong offset!"); \ +static_assert(offsetof(ProxyTableFunctionLibrary_MakeLookupProxyWithOverrideTable, ReturnValue) == 0x000010, "Member 'ProxyTableFunctionLibrary_MakeLookupProxyWithOverrideTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProxyTableFunctionLibrary \ +static_assert(alignof(UProxyTableFunctionLibrary) == 0x000008, "Wrong alignment on UProxyTableFunctionLibrary"); \ +static_assert(sizeof(UProxyTableFunctionLibrary) == 0x000028, "Wrong size on UProxyTableFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UClientPilotBlackboard \ +static_assert(alignof(UClientPilotBlackboard) == 0x000008, "Wrong alignment on UClientPilotBlackboard"); \ +static_assert(sizeof(UClientPilotBlackboard) == 0x000078, "Wrong size on UClientPilotBlackboard"); \ + +#define DUMPER7_ASSERTS_UClientPilotBlackboardManager \ +static_assert(alignof(UClientPilotBlackboardManager) == 0x000008, "Wrong alignment on UClientPilotBlackboardManager"); \ +static_assert(sizeof(UClientPilotBlackboardManager) == 0x000030, "Wrong size on UClientPilotBlackboardManager"); \ +static_assert(offsetof(UClientPilotBlackboardManager, PilotBlackboard) == 0x000028, "Member 'UClientPilotBlackboardManager::PilotBlackboard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClientPilotComponent \ +static_assert(alignof(UClientPilotComponent) == 0x000008, "Wrong alignment on UClientPilotComponent"); \ +static_assert(sizeof(UClientPilotComponent) == 0x000028, "Wrong size on UClientPilotComponent"); \ + +#define DUMPER7_ASSERTS_FLyraAudioSubmixEffectsChain \ +static_assert(alignof(FLyraAudioSubmixEffectsChain) == 0x000008, "Wrong alignment on FLyraAudioSubmixEffectsChain"); \ +static_assert(sizeof(FLyraAudioSubmixEffectsChain) == 0x000018, "Wrong size on FLyraAudioSubmixEffectsChain"); \ +static_assert(offsetof(FLyraAudioSubmixEffectsChain, Submix) == 0x000000, "Member 'FLyraAudioSubmixEffectsChain::Submix' has a wrong offset!"); \ +static_assert(offsetof(FLyraAudioSubmixEffectsChain, SubmixEffectChain) == 0x000008, "Member 'FLyraAudioSubmixEffectsChain::SubmixEffectChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLyraSubmixEffectChainMap \ +static_assert(alignof(FLyraSubmixEffectChainMap) == 0x000008, "Wrong alignment on FLyraSubmixEffectChainMap"); \ +static_assert(sizeof(FLyraSubmixEffectChainMap) == 0x000038, "Wrong size on FLyraSubmixEffectChainMap"); \ +static_assert(offsetof(FLyraSubmixEffectChainMap, Submix) == 0x000000, "Member 'FLyraSubmixEffectChainMap::Submix' has a wrong offset!"); \ +static_assert(offsetof(FLyraSubmixEffectChainMap, SubmixEffectChain) == 0x000028, "Member 'FLyraSubmixEffectChainMap::SubmixEffectChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLyraInputAction \ +static_assert(alignof(FLyraInputAction) == 0x000008, "Wrong alignment on FLyraInputAction"); \ +static_assert(sizeof(FLyraInputAction) == 0x000010, "Wrong size on FLyraInputAction"); \ +static_assert(offsetof(FLyraInputAction, InputAction) == 0x000000, "Member 'FLyraInputAction::InputAction' has a wrong offset!"); \ +static_assert(offsetof(FLyraInputAction, InputTag) == 0x000008, "Member 'FLyraInputAction::InputTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLyraQualityDeviceProfileVariant \ +static_assert(alignof(FLyraQualityDeviceProfileVariant) == 0x000008, "Wrong alignment on FLyraQualityDeviceProfileVariant"); \ +static_assert(sizeof(FLyraQualityDeviceProfileVariant) == 0x000028, "Wrong size on FLyraQualityDeviceProfileVariant"); \ +static_assert(offsetof(FLyraQualityDeviceProfileVariant, DisplayName) == 0x000000, "Member 'FLyraQualityDeviceProfileVariant::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FLyraQualityDeviceProfileVariant, DeviceProfileSuffix) == 0x000010, "Member 'FLyraQualityDeviceProfileVariant::DeviceProfileSuffix' has a wrong offset!"); \ +static_assert(offsetof(FLyraQualityDeviceProfileVariant, MinRefreshRate) == 0x000020, "Member 'FLyraQualityDeviceProfileVariant::MinRefreshRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLyraPerformanceStatGroup \ +static_assert(alignof(FLyraPerformanceStatGroup) == 0x000008, "Wrong alignment on FLyraPerformanceStatGroup"); \ +static_assert(sizeof(FLyraPerformanceStatGroup) == 0x000098, "Wrong size on FLyraPerformanceStatGroup"); \ +static_assert(offsetof(FLyraPerformanceStatGroup, VisibilityQuery) == 0x000000, "Member 'FLyraPerformanceStatGroup::VisibilityQuery' has a wrong offset!"); \ +static_assert(offsetof(FLyraPerformanceStatGroup, AllowedStats) == 0x000048, "Member 'FLyraPerformanceStatGroup::AllowedStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLyraScalabilitySnapshot \ +static_assert(alignof(FLyraScalabilitySnapshot) == 0x000008, "Wrong alignment on FLyraScalabilitySnapshot"); \ +static_assert(sizeof(FLyraScalabilitySnapshot) == 0x000060, "Wrong size on FLyraScalabilitySnapshot"); \ + +#define DUMPER7_ASSERTS_ObserveStorydeckVisualizeSpiritsAsyncAction_ObserveStorydeckVisualizeSpirits \ +static_assert(alignof(ObserveStorydeckVisualizeSpiritsAsyncAction_ObserveStorydeckVisualizeSpirits) == 0x000008, "Wrong alignment on ObserveStorydeckVisualizeSpiritsAsyncAction_ObserveStorydeckVisualizeSpirits"); \ +static_assert(sizeof(ObserveStorydeckVisualizeSpiritsAsyncAction_ObserveStorydeckVisualizeSpirits) == 0x000010, "Wrong size on ObserveStorydeckVisualizeSpiritsAsyncAction_ObserveStorydeckVisualizeSpirits"); \ +static_assert(offsetof(ObserveStorydeckVisualizeSpiritsAsyncAction_ObserveStorydeckVisualizeSpirits, WorldContextObject) == 0x000000, "Member 'ObserveStorydeckVisualizeSpiritsAsyncAction_ObserveStorydeckVisualizeSpirits::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveStorydeckVisualizeSpiritsAsyncAction_ObserveStorydeckVisualizeSpirits, ReturnValue) == 0x000008, "Member 'ObserveStorydeckVisualizeSpiritsAsyncAction_ObserveStorydeckVisualizeSpirits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveStorydeckVisualizeSpiritsAsyncAction \ +static_assert(alignof(UObserveStorydeckVisualizeSpiritsAsyncAction) == 0x000008, "Wrong alignment on UObserveStorydeckVisualizeSpiritsAsyncAction"); \ +static_assert(sizeof(UObserveStorydeckVisualizeSpiritsAsyncAction) == 0x000050, "Wrong size on UObserveStorydeckVisualizeSpiritsAsyncAction"); \ +static_assert(offsetof(UObserveStorydeckVisualizeSpiritsAsyncAction, OnValueChanged) == 0x000030, "Member 'UObserveStorydeckVisualizeSpiritsAsyncAction::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraGameSettingsUserSettings \ +static_assert(alignof(ULyraGameSettingsUserSettings) == 0x000008, "Wrong alignment on ULyraGameSettingsUserSettings"); \ +static_assert(sizeof(ULyraGameSettingsUserSettings) == 0x0000B0, "Wrong size on ULyraGameSettingsUserSettings"); \ +static_assert(offsetof(ULyraGameSettingsUserSettings, RestartRequiredWidgetClass) == 0x000038, "Member 'ULyraGameSettingsUserSettings::RestartRequiredWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(ULyraGameSettingsUserSettings, DiscardChangesWarningWidgetClass) == 0x000060, "Member 'ULyraGameSettingsUserSettings::DiscardChangesWarningWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(ULyraGameSettingsUserSettings, BrightnessAdjustWidgetClass) == 0x000088, "Member 'ULyraGameSettingsUserSettings::BrightnessAdjustWidgetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraInputUserSettings \ +static_assert(alignof(ULyraInputUserSettings) == 0x000008, "Wrong alignment on ULyraInputUserSettings"); \ +static_assert(sizeof(ULyraInputUserSettings) == 0x000180, "Wrong size on ULyraInputUserSettings"); \ + +#define DUMPER7_ASSERTS_ULyraPlayerMappableKeySettings \ +static_assert(alignof(ULyraPlayerMappableKeySettings) == 0x000008, "Wrong alignment on ULyraPlayerMappableKeySettings"); \ +static_assert(sizeof(ULyraPlayerMappableKeySettings) == 0x000098, "Wrong size on ULyraPlayerMappableKeySettings"); \ +static_assert(offsetof(ULyraPlayerMappableKeySettings, Tooltip) == 0x000088, "Member 'ULyraPlayerMappableKeySettings::Tooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraPlayerMappableKeyProfile \ +static_assert(alignof(ULyraPlayerMappableKeyProfile) == 0x000008, "Wrong alignment on ULyraPlayerMappableKeyProfile"); \ +static_assert(sizeof(ULyraPlayerMappableKeyProfile) == 0x0000A8, "Wrong size on ULyraPlayerMappableKeyProfile"); \ + +#define DUMPER7_ASSERTS_ULyraAudioMixEffectsSubsystem \ +static_assert(alignof(ULyraAudioMixEffectsSubsystem) == 0x000008, "Wrong alignment on ULyraAudioMixEffectsSubsystem"); \ +static_assert(sizeof(ULyraAudioMixEffectsSubsystem) == 0x000060, "Wrong size on ULyraAudioMixEffectsSubsystem"); \ +static_assert(offsetof(ULyraAudioMixEffectsSubsystem, HDRSubmixEffectChain) == 0x000038, "Member 'ULyraAudioMixEffectsSubsystem::HDRSubmixEffectChain' has a wrong offset!"); \ +static_assert(offsetof(ULyraAudioMixEffectsSubsystem, LDRSubmixEffectChain) == 0x000048, "Member 'ULyraAudioMixEffectsSubsystem::LDRSubmixEffectChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraAudioSettings \ +static_assert(alignof(ULyraAudioSettings) == 0x000008, "Wrong alignment on ULyraAudioSettings"); \ +static_assert(sizeof(ULyraAudioSettings) == 0x000158, "Wrong size on ULyraAudioSettings"); \ +static_assert(offsetof(ULyraAudioSettings, DefaultControlBusMix) == 0x000038, "Member 'ULyraAudioSettings::DefaultControlBusMix' has a wrong offset!"); \ +static_assert(offsetof(ULyraAudioSettings, LoadingScreenControlBusMix) == 0x000058, "Member 'ULyraAudioSettings::LoadingScreenControlBusMix' has a wrong offset!"); \ +static_assert(offsetof(ULyraAudioSettings, UserSettingsControlBusMix) == 0x000078, "Member 'ULyraAudioSettings::UserSettingsControlBusMix' has a wrong offset!"); \ +static_assert(offsetof(ULyraAudioSettings, OverallVolumeControlBus) == 0x000098, "Member 'ULyraAudioSettings::OverallVolumeControlBus' has a wrong offset!"); \ +static_assert(offsetof(ULyraAudioSettings, MusicVolumeControlBus) == 0x0000B8, "Member 'ULyraAudioSettings::MusicVolumeControlBus' has a wrong offset!"); \ +static_assert(offsetof(ULyraAudioSettings, SoundFXVolumeControlBus) == 0x0000D8, "Member 'ULyraAudioSettings::SoundFXVolumeControlBus' has a wrong offset!"); \ +static_assert(offsetof(ULyraAudioSettings, DialogueVolumeControlBus) == 0x0000F8, "Member 'ULyraAudioSettings::DialogueVolumeControlBus' has a wrong offset!"); \ +static_assert(offsetof(ULyraAudioSettings, VoiceChatVolumeControlBus) == 0x000118, "Member 'ULyraAudioSettings::VoiceChatVolumeControlBus' has a wrong offset!"); \ +static_assert(offsetof(ULyraAudioSettings, HDRAudioSubmixEffectChain) == 0x000138, "Member 'ULyraAudioSettings::HDRAudioSubmixEffectChain' has a wrong offset!"); \ +static_assert(offsetof(ULyraAudioSettings, LDRAudioSubmixEffectChain) == 0x000148, "Member 'ULyraAudioSettings::LDRAudioSubmixEffectChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraPlatformEmulationSettings_GetKnownDeviceProfiles \ +static_assert(alignof(LyraPlatformEmulationSettings_GetKnownDeviceProfiles) == 0x000008, "Wrong alignment on LyraPlatformEmulationSettings_GetKnownDeviceProfiles"); \ +static_assert(sizeof(LyraPlatformEmulationSettings_GetKnownDeviceProfiles) == 0x000010, "Wrong size on LyraPlatformEmulationSettings_GetKnownDeviceProfiles"); \ +static_assert(offsetof(LyraPlatformEmulationSettings_GetKnownDeviceProfiles, ReturnValue) == 0x000000, "Member 'LyraPlatformEmulationSettings_GetKnownDeviceProfiles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraPlatformEmulationSettings_GetKnownPlatformIds \ +static_assert(alignof(LyraPlatformEmulationSettings_GetKnownPlatformIds) == 0x000008, "Wrong alignment on LyraPlatformEmulationSettings_GetKnownPlatformIds"); \ +static_assert(sizeof(LyraPlatformEmulationSettings_GetKnownPlatformIds) == 0x000010, "Wrong size on LyraPlatformEmulationSettings_GetKnownPlatformIds"); \ +static_assert(offsetof(LyraPlatformEmulationSettings_GetKnownPlatformIds, ReturnValue) == 0x000000, "Member 'LyraPlatformEmulationSettings_GetKnownPlatformIds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraPlatformEmulationSettings \ +static_assert(alignof(ULyraPlatformEmulationSettings) == 0x000008, "Wrong alignment on ULyraPlatformEmulationSettings"); \ +static_assert(sizeof(ULyraPlatformEmulationSettings) == 0x000090, "Wrong size on ULyraPlatformEmulationSettings"); \ +static_assert(offsetof(ULyraPlatformEmulationSettings, AdditionalPlatformTraitsToEnable) == 0x000038, "Member 'ULyraPlatformEmulationSettings::AdditionalPlatformTraitsToEnable' has a wrong offset!"); \ +static_assert(offsetof(ULyraPlatformEmulationSettings, AdditionalPlatformTraitsToSuppress) == 0x000058, "Member 'ULyraPlatformEmulationSettings::AdditionalPlatformTraitsToSuppress' has a wrong offset!"); \ +static_assert(offsetof(ULyraPlatformEmulationSettings, PretendPlatform) == 0x000078, "Member 'ULyraPlatformEmulationSettings::PretendPlatform' has a wrong offset!"); \ +static_assert(offsetof(ULyraPlatformEmulationSettings, PretendBaseDeviceProfile) == 0x000080, "Member 'ULyraPlatformEmulationSettings::PretendBaseDeviceProfile' has a wrong offset!"); \ +static_assert(offsetof(ULyraPlatformEmulationSettings, bApplyFrameRateSettingsInPIE) == 0x000088, "Member 'ULyraPlatformEmulationSettings::bApplyFrameRateSettingsInPIE' has a wrong offset!"); \ +static_assert(offsetof(ULyraPlatformEmulationSettings, bApplyFrontEndPerformanceOptionsInPIE) == 0x000089, "Member 'ULyraPlatformEmulationSettings::bApplyFrontEndPerformanceOptionsInPIE' has a wrong offset!"); \ +static_assert(offsetof(ULyraPlatformEmulationSettings, bApplyDeviceProfilesInPIE) == 0x00008A, "Member 'ULyraPlatformEmulationSettings::bApplyDeviceProfilesInPIE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraAimSensitivityData \ +static_assert(alignof(ULyraAimSensitivityData) == 0x000008, "Wrong alignment on ULyraAimSensitivityData"); \ +static_assert(sizeof(ULyraAimSensitivityData) == 0x000080, "Wrong size on ULyraAimSensitivityData"); \ +static_assert(offsetof(ULyraAimSensitivityData, SensitivityMap) == 0x000030, "Member 'ULyraAimSensitivityData::SensitivityMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraInputComponent \ +static_assert(alignof(ULyraInputComponent) == 0x000008, "Wrong alignment on ULyraInputComponent"); \ +static_assert(sizeof(ULyraInputComponent) == 0x000180, "Wrong size on ULyraInputComponent"); \ + +#define DUMPER7_ASSERTS_LyraInputConfig_FindAbilityInputActionForTag \ +static_assert(alignof(LyraInputConfig_FindAbilityInputActionForTag) == 0x000008, "Wrong alignment on LyraInputConfig_FindAbilityInputActionForTag"); \ +static_assert(sizeof(LyraInputConfig_FindAbilityInputActionForTag) == 0x000018, "Wrong size on LyraInputConfig_FindAbilityInputActionForTag"); \ +static_assert(offsetof(LyraInputConfig_FindAbilityInputActionForTag, InputTag) == 0x000000, "Member 'LyraInputConfig_FindAbilityInputActionForTag::InputTag' has a wrong offset!"); \ +static_assert(offsetof(LyraInputConfig_FindAbilityInputActionForTag, bLogNotFound) == 0x000008, "Member 'LyraInputConfig_FindAbilityInputActionForTag::bLogNotFound' has a wrong offset!"); \ +static_assert(offsetof(LyraInputConfig_FindAbilityInputActionForTag, ReturnValue) == 0x000010, "Member 'LyraInputConfig_FindAbilityInputActionForTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraInputConfig_FindNativeInputActionForTag \ +static_assert(alignof(LyraInputConfig_FindNativeInputActionForTag) == 0x000008, "Wrong alignment on LyraInputConfig_FindNativeInputActionForTag"); \ +static_assert(sizeof(LyraInputConfig_FindNativeInputActionForTag) == 0x000018, "Wrong size on LyraInputConfig_FindNativeInputActionForTag"); \ +static_assert(offsetof(LyraInputConfig_FindNativeInputActionForTag, InputTag) == 0x000000, "Member 'LyraInputConfig_FindNativeInputActionForTag::InputTag' has a wrong offset!"); \ +static_assert(offsetof(LyraInputConfig_FindNativeInputActionForTag, bLogNotFound) == 0x000008, "Member 'LyraInputConfig_FindNativeInputActionForTag::bLogNotFound' has a wrong offset!"); \ +static_assert(offsetof(LyraInputConfig_FindNativeInputActionForTag, ReturnValue) == 0x000010, "Member 'LyraInputConfig_FindNativeInputActionForTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraInputConfig \ +static_assert(alignof(ULyraInputConfig) == 0x000008, "Wrong alignment on ULyraInputConfig"); \ +static_assert(sizeof(ULyraInputConfig) == 0x000050, "Wrong size on ULyraInputConfig"); \ +static_assert(offsetof(ULyraInputConfig, NativeInputActions) == 0x000030, "Member 'ULyraInputConfig::NativeInputActions' has a wrong offset!"); \ +static_assert(offsetof(ULyraInputConfig, AbilityInputActions) == 0x000040, "Member 'ULyraInputConfig::AbilityInputActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraSettingBasedScalar \ +static_assert(alignof(ULyraSettingBasedScalar) == 0x000008, "Wrong alignment on ULyraSettingBasedScalar"); \ +static_assert(sizeof(ULyraSettingBasedScalar) == 0x000080, "Wrong size on ULyraSettingBasedScalar"); \ +static_assert(offsetof(ULyraSettingBasedScalar, XAxisScalarSettingName) == 0x000028, "Member 'ULyraSettingBasedScalar::XAxisScalarSettingName' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingBasedScalar, YAxisScalarSettingName) == 0x000030, "Member 'ULyraSettingBasedScalar::YAxisScalarSettingName' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingBasedScalar, ZAxisScalarSettingName) == 0x000038, "Member 'ULyraSettingBasedScalar::ZAxisScalarSettingName' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingBasedScalar, MaxValueClamp) == 0x000040, "Member 'ULyraSettingBasedScalar::MaxValueClamp' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingBasedScalar, MinValueClamp) == 0x000058, "Member 'ULyraSettingBasedScalar::MinValueClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraInputModifierDeadZone \ +static_assert(alignof(ULyraInputModifierDeadZone) == 0x000008, "Wrong alignment on ULyraInputModifierDeadZone"); \ +static_assert(sizeof(ULyraInputModifierDeadZone) == 0x000038, "Wrong size on ULyraInputModifierDeadZone"); \ +static_assert(offsetof(ULyraInputModifierDeadZone, Type) == 0x000028, "Member 'ULyraInputModifierDeadZone::Type' has a wrong offset!"); \ +static_assert(offsetof(ULyraInputModifierDeadZone, UpperThreshold) == 0x00002C, "Member 'ULyraInputModifierDeadZone::UpperThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULyraInputModifierDeadZone, DeadzoneStick) == 0x000030, "Member 'ULyraInputModifierDeadZone::DeadzoneStick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraInputModifierGamepadSensitivity \ +static_assert(alignof(ULyraInputModifierGamepadSensitivity) == 0x000008, "Wrong alignment on ULyraInputModifierGamepadSensitivity"); \ +static_assert(sizeof(ULyraInputModifierGamepadSensitivity) == 0x000038, "Wrong size on ULyraInputModifierGamepadSensitivity"); \ +static_assert(offsetof(ULyraInputModifierGamepadSensitivity, TargetingType) == 0x000028, "Member 'ULyraInputModifierGamepadSensitivity::TargetingType' has a wrong offset!"); \ +static_assert(offsetof(ULyraInputModifierGamepadSensitivity, SensitivityLevelTable) == 0x000030, "Member 'ULyraInputModifierGamepadSensitivity::SensitivityLevelTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraInputModifierAimInversion \ +static_assert(alignof(ULyraInputModifierAimInversion) == 0x000008, "Wrong alignment on ULyraInputModifierAimInversion"); \ +static_assert(sizeof(ULyraInputModifierAimInversion) == 0x000028, "Wrong size on ULyraInputModifierAimInversion"); \ + +#define DUMPER7_ASSERTS_ULyraPlatformSpecificRenderingSettings \ +static_assert(alignof(ULyraPlatformSpecificRenderingSettings) == 0x000008, "Wrong alignment on ULyraPlatformSpecificRenderingSettings"); \ +static_assert(sizeof(ULyraPlatformSpecificRenderingSettings) == 0x000078, "Wrong size on ULyraPlatformSpecificRenderingSettings"); \ +static_assert(offsetof(ULyraPlatformSpecificRenderingSettings, DefaultDeviceProfileSuffix) == 0x000040, "Member 'ULyraPlatformSpecificRenderingSettings::DefaultDeviceProfileSuffix' has a wrong offset!"); \ +static_assert(offsetof(ULyraPlatformSpecificRenderingSettings, UserFacingDeviceProfileOptions) == 0x000050, "Member 'ULyraPlatformSpecificRenderingSettings::UserFacingDeviceProfileOptions' has a wrong offset!"); \ +static_assert(offsetof(ULyraPlatformSpecificRenderingSettings, bSupportsGranularVideoQualitySettings) == 0x000060, "Member 'ULyraPlatformSpecificRenderingSettings::bSupportsGranularVideoQualitySettings' has a wrong offset!"); \ +static_assert(offsetof(ULyraPlatformSpecificRenderingSettings, bSupportsAutomaticVideoQualityBenchmark) == 0x000061, "Member 'ULyraPlatformSpecificRenderingSettings::bSupportsAutomaticVideoQualityBenchmark' has a wrong offset!"); \ +static_assert(offsetof(ULyraPlatformSpecificRenderingSettings, FramePacingMode) == 0x000062, "Member 'ULyraPlatformSpecificRenderingSettings::FramePacingMode' has a wrong offset!"); \ +static_assert(offsetof(ULyraPlatformSpecificRenderingSettings, MobileFrameRateLimits) == 0x000068, "Member 'ULyraPlatformSpecificRenderingSettings::MobileFrameRateLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraPerformanceSettings \ +static_assert(alignof(ULyraPerformanceSettings) == 0x000008, "Wrong alignment on ULyraPerformanceSettings"); \ +static_assert(sizeof(ULyraPerformanceSettings) == 0x000068, "Wrong size on ULyraPerformanceSettings"); \ +static_assert(offsetof(ULyraPerformanceSettings, PerPlatformSettings) == 0x000038, "Member 'ULyraPerformanceSettings::PerPlatformSettings' has a wrong offset!"); \ +static_assert(offsetof(ULyraPerformanceSettings, DesktopFrameRateLimits) == 0x000048, "Member 'ULyraPerformanceSettings::DesktopFrameRateLimits' has a wrong offset!"); \ +static_assert(offsetof(ULyraPerformanceSettings, UserFacingPerformanceStats) == 0x000058, "Member 'ULyraPerformanceSettings::UserFacingPerformanceStats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraPerformanceStatSubsystem_GetCachedStat \ +static_assert(alignof(LyraPerformanceStatSubsystem_GetCachedStat) == 0x000008, "Wrong alignment on LyraPerformanceStatSubsystem_GetCachedStat"); \ +static_assert(sizeof(LyraPerformanceStatSubsystem_GetCachedStat) == 0x000010, "Wrong size on LyraPerformanceStatSubsystem_GetCachedStat"); \ +static_assert(offsetof(LyraPerformanceStatSubsystem_GetCachedStat, Stat) == 0x000000, "Member 'LyraPerformanceStatSubsystem_GetCachedStat::Stat' has a wrong offset!"); \ +static_assert(offsetof(LyraPerformanceStatSubsystem_GetCachedStat, ReturnValue) == 0x000008, "Member 'LyraPerformanceStatSubsystem_GetCachedStat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraPerformanceStatSubsystem \ +static_assert(alignof(ULyraPerformanceStatSubsystem) == 0x000008, "Wrong alignment on ULyraPerformanceStatSubsystem"); \ +static_assert(sizeof(ULyraPerformanceStatSubsystem) == 0x000040, "Wrong size on ULyraPerformanceStatSubsystem"); \ + +#define DUMPER7_ASSERTS_LyraLocalPlayer_OnCompletedAudioDeviceSwap \ +static_assert(alignof(LyraLocalPlayer_OnCompletedAudioDeviceSwap) == 0x000008, "Wrong alignment on LyraLocalPlayer_OnCompletedAudioDeviceSwap"); \ +static_assert(sizeof(LyraLocalPlayer_OnCompletedAudioDeviceSwap) == 0x000028, "Wrong size on LyraLocalPlayer_OnCompletedAudioDeviceSwap"); \ +static_assert(offsetof(LyraLocalPlayer_OnCompletedAudioDeviceSwap, SwapResult) == 0x000000, "Member 'LyraLocalPlayer_OnCompletedAudioDeviceSwap::SwapResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraLocalPlayer_OnControllerChangedTeam \ +static_assert(alignof(LyraLocalPlayer_OnControllerChangedTeam) == 0x000008, "Wrong alignment on LyraLocalPlayer_OnControllerChangedTeam"); \ +static_assert(sizeof(LyraLocalPlayer_OnControllerChangedTeam) == 0x000010, "Wrong size on LyraLocalPlayer_OnControllerChangedTeam"); \ +static_assert(offsetof(LyraLocalPlayer_OnControllerChangedTeam, TeamAgent) == 0x000000, "Member 'LyraLocalPlayer_OnControllerChangedTeam::TeamAgent' has a wrong offset!"); \ +static_assert(offsetof(LyraLocalPlayer_OnControllerChangedTeam, OldTeam) == 0x000008, "Member 'LyraLocalPlayer_OnControllerChangedTeam::OldTeam' has a wrong offset!"); \ +static_assert(offsetof(LyraLocalPlayer_OnControllerChangedTeam, NewTeam) == 0x00000C, "Member 'LyraLocalPlayer_OnControllerChangedTeam::NewTeam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraLocalPlayer_GetLocalSettings \ +static_assert(alignof(LyraLocalPlayer_GetLocalSettings) == 0x000008, "Wrong alignment on LyraLocalPlayer_GetLocalSettings"); \ +static_assert(sizeof(LyraLocalPlayer_GetLocalSettings) == 0x000008, "Wrong size on LyraLocalPlayer_GetLocalSettings"); \ +static_assert(offsetof(LyraLocalPlayer_GetLocalSettings, ReturnValue) == 0x000000, "Member 'LyraLocalPlayer_GetLocalSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraLocalPlayer_GetSharedSettings \ +static_assert(alignof(LyraLocalPlayer_GetSharedSettings) == 0x000008, "Wrong alignment on LyraLocalPlayer_GetSharedSettings"); \ +static_assert(sizeof(LyraLocalPlayer_GetSharedSettings) == 0x000008, "Wrong size on LyraLocalPlayer_GetSharedSettings"); \ +static_assert(offsetof(LyraLocalPlayer_GetSharedSettings, ReturnValue) == 0x000000, "Member 'LyraLocalPlayer_GetSharedSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraLocalPlayer \ +static_assert(alignof(ULyraLocalPlayer) == 0x000008, "Wrong alignment on ULyraLocalPlayer"); \ +static_assert(sizeof(ULyraLocalPlayer) == 0x000318, "Wrong size on ULyraLocalPlayer"); \ +static_assert(offsetof(ULyraLocalPlayer, SharedSettings) == 0x0002C0, "Member 'ULyraLocalPlayer::SharedSettings' has a wrong offset!"); \ +static_assert(offsetof(ULyraLocalPlayer, InputMappingContext) == 0x0002F8, "Member 'ULyraLocalPlayer::InputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(ULyraLocalPlayer, OnTeamChangedDelegate) == 0x000300, "Member 'ULyraLocalPlayer::OnTeamChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ULyraLocalPlayer, LastBoundPC) == 0x000310, "Member 'ULyraLocalPlayer::LastBoundPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraSettingValueScalarDynamic_SafeZoneValue \ +static_assert(alignof(ULyraSettingValueScalarDynamic_SafeZoneValue) == 0x000008, "Wrong alignment on ULyraSettingValueScalarDynamic_SafeZoneValue"); \ +static_assert(sizeof(ULyraSettingValueScalarDynamic_SafeZoneValue) == 0x000200, "Wrong size on ULyraSettingValueScalarDynamic_SafeZoneValue"); \ + +#define DUMPER7_ASSERTS_ULyraSettingAction_SafeZoneEditor \ +static_assert(alignof(ULyraSettingAction_SafeZoneEditor) == 0x000008, "Wrong alignment on ULyraSettingAction_SafeZoneEditor"); \ +static_assert(sizeof(ULyraSettingAction_SafeZoneEditor) == 0x0001A0, "Wrong size on ULyraSettingAction_SafeZoneEditor"); \ +static_assert(offsetof(ULyraSettingAction_SafeZoneEditor, SafeZoneValueSetting) == 0x000198, "Member 'ULyraSettingAction_SafeZoneEditor::SafeZoneValueSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraSettingKeyboardInput \ +static_assert(alignof(ULyraSettingKeyboardInput) == 0x000008, "Wrong alignment on ULyraSettingKeyboardInput"); \ +static_assert(sizeof(ULyraSettingKeyboardInput) == 0x0001E0, "Wrong size on ULyraSettingKeyboardInput"); \ + +#define DUMPER7_ASSERTS_LyraSettingValueDiscreteDynamic_AudioOutputDevice_DefaultDeviceChanged \ +static_assert(alignof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_DefaultDeviceChanged) == 0x000008, "Wrong alignment on LyraSettingValueDiscreteDynamic_AudioOutputDevice_DefaultDeviceChanged"); \ +static_assert(sizeof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_DefaultDeviceChanged) == 0x000018, "Wrong size on LyraSettingValueDiscreteDynamic_AudioOutputDevice_DefaultDeviceChanged"); \ +static_assert(offsetof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_DefaultDeviceChanged, InRole) == 0x000000, "Member 'LyraSettingValueDiscreteDynamic_AudioOutputDevice_DefaultDeviceChanged::InRole' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_DefaultDeviceChanged, DeviceID) == 0x000008, "Member 'LyraSettingValueDiscreteDynamic_AudioOutputDevice_DefaultDeviceChanged::DeviceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingValueDiscreteDynamic_AudioOutputDevice_DeviceAddedOrRemoved \ +static_assert(alignof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_DeviceAddedOrRemoved) == 0x000008, "Wrong alignment on LyraSettingValueDiscreteDynamic_AudioOutputDevice_DeviceAddedOrRemoved"); \ +static_assert(sizeof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_DeviceAddedOrRemoved) == 0x000010, "Wrong size on LyraSettingValueDiscreteDynamic_AudioOutputDevice_DeviceAddedOrRemoved"); \ +static_assert(offsetof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_DeviceAddedOrRemoved, DeviceID) == 0x000000, "Member 'LyraSettingValueDiscreteDynamic_AudioOutputDevice_DeviceAddedOrRemoved::DeviceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnAudioOutputDevicesObtained \ +static_assert(alignof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnAudioOutputDevicesObtained) == 0x000008, "Wrong alignment on LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnAudioOutputDevicesObtained"); \ +static_assert(sizeof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnAudioOutputDevicesObtained) == 0x000010, "Wrong size on LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnAudioOutputDevicesObtained"); \ +static_assert(offsetof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnAudioOutputDevicesObtained, AvailableDevices) == 0x000000, "Member 'LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnAudioOutputDevicesObtained::AvailableDevices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnCompletedDeviceSwap \ +static_assert(alignof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnCompletedDeviceSwap) == 0x000008, "Wrong alignment on LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnCompletedDeviceSwap"); \ +static_assert(sizeof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnCompletedDeviceSwap) == 0x000028, "Wrong size on LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnCompletedDeviceSwap"); \ +static_assert(offsetof(LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnCompletedDeviceSwap, SwapResult) == 0x000000, "Member 'LyraSettingValueDiscreteDynamic_AudioOutputDevice_OnCompletedDeviceSwap::SwapResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraSettingValueDiscreteDynamic_AudioOutputDevice \ +static_assert(alignof(ULyraSettingValueDiscreteDynamic_AudioOutputDevice) == 0x000008, "Wrong alignment on ULyraSettingValueDiscreteDynamic_AudioOutputDevice"); \ +static_assert(sizeof(ULyraSettingValueDiscreteDynamic_AudioOutputDevice) == 0x000208, "Wrong size on ULyraSettingValueDiscreteDynamic_AudioOutputDevice"); \ + +#define DUMPER7_ASSERTS_ULyraSettingValueDiscrete_Language \ +static_assert(alignof(ULyraSettingValueDiscrete_Language) == 0x000008, "Wrong alignment on ULyraSettingValueDiscrete_Language"); \ +static_assert(sizeof(ULyraSettingValueDiscrete_Language) == 0x000160, "Wrong size on ULyraSettingValueDiscrete_Language"); \ + +#define DUMPER7_ASSERTS_ULyraSettingValueDiscrete_MobileFPSType \ +static_assert(alignof(ULyraSettingValueDiscrete_MobileFPSType) == 0x000008, "Wrong alignment on ULyraSettingValueDiscrete_MobileFPSType"); \ +static_assert(sizeof(ULyraSettingValueDiscrete_MobileFPSType) == 0x000168, "Wrong size on ULyraSettingValueDiscrete_MobileFPSType"); \ + +#define DUMPER7_ASSERTS_ULyraSettingValueDiscrete_OverallQuality \ +static_assert(alignof(ULyraSettingValueDiscrete_OverallQuality) == 0x000008, "Wrong alignment on ULyraSettingValueDiscrete_OverallQuality"); \ +static_assert(sizeof(ULyraSettingValueDiscrete_OverallQuality) == 0x000170, "Wrong size on ULyraSettingValueDiscrete_OverallQuality"); \ + +#define DUMPER7_ASSERTS_ULyraSettingValueDiscrete_PerfStat \ +static_assert(alignof(ULyraSettingValueDiscrete_PerfStat) == 0x000008, "Wrong alignment on ULyraSettingValueDiscrete_PerfStat"); \ +static_assert(sizeof(ULyraSettingValueDiscrete_PerfStat) == 0x000178, "Wrong size on ULyraSettingValueDiscrete_PerfStat"); \ + +#define DUMPER7_ASSERTS_ULyraSettingValueDiscrete_Resolution \ +static_assert(alignof(ULyraSettingValueDiscrete_Resolution) == 0x000008, "Wrong alignment on ULyraSettingValueDiscrete_Resolution"); \ +static_assert(sizeof(ULyraSettingValueDiscrete_Resolution) == 0x000198, "Wrong size on ULyraSettingValueDiscrete_Resolution"); \ + +#define DUMPER7_ASSERTS_ULyraSettingValueDiscrete_UpsamplingMethod \ +static_assert(alignof(ULyraSettingValueDiscrete_UpsamplingMethod) == 0x000008, "Wrong alignment on ULyraSettingValueDiscrete_UpsamplingMethod"); \ +static_assert(sizeof(ULyraSettingValueDiscrete_UpsamplingMethod) == 0x000208, "Wrong size on ULyraSettingValueDiscrete_UpsamplingMethod"); \ + +#define DUMPER7_ASSERTS_ULyraSettingValueDiscrete_UpsamplingQuality \ +static_assert(alignof(ULyraSettingValueDiscrete_UpsamplingQuality) == 0x000008, "Wrong alignment on ULyraSettingValueDiscrete_UpsamplingQuality"); \ +static_assert(sizeof(ULyraSettingValueDiscrete_UpsamplingQuality) == 0x000208, "Wrong size on ULyraSettingValueDiscrete_UpsamplingQuality"); \ + +#define DUMPER7_ASSERTS_ULyraGameSettingRegistry \ +static_assert(alignof(ULyraGameSettingRegistry) == 0x000008, "Wrong alignment on ULyraGameSettingRegistry"); \ +static_assert(sizeof(ULyraGameSettingRegistry) == 0x000130, "Wrong size on ULyraGameSettingRegistry"); \ +static_assert(offsetof(ULyraGameSettingRegistry, VideoSettings) == 0x0000B0, "Member 'ULyraGameSettingRegistry::VideoSettings' has a wrong offset!"); \ +static_assert(offsetof(ULyraGameSettingRegistry, AudioSettings) == 0x0000B8, "Member 'ULyraGameSettingRegistry::AudioSettings' has a wrong offset!"); \ +static_assert(offsetof(ULyraGameSettingRegistry, GameplaySettings) == 0x0000C0, "Member 'ULyraGameSettingRegistry::GameplaySettings' has a wrong offset!"); \ +static_assert(offsetof(ULyraGameSettingRegistry, InputSettings) == 0x0000C8, "Member 'ULyraGameSettingRegistry::InputSettings' has a wrong offset!"); \ +static_assert(offsetof(ULyraGameSettingRegistry, AccessibilitySettings) == 0x0000D0, "Member 'ULyraGameSettingRegistry::AccessibilitySettings' has a wrong offset!"); \ +static_assert(offsetof(ULyraGameSettingRegistry, DebugSettings) == 0x0000D8, "Member 'ULyraGameSettingRegistry::DebugSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsFunctionLibrary_CheckPlatformBrightnessAdjustAllowed \ +static_assert(alignof(LyraSettingsFunctionLibrary_CheckPlatformBrightnessAdjustAllowed) == 0x000008, "Wrong alignment on LyraSettingsFunctionLibrary_CheckPlatformBrightnessAdjustAllowed"); \ +static_assert(sizeof(LyraSettingsFunctionLibrary_CheckPlatformBrightnessAdjustAllowed) == 0x000010, "Wrong size on LyraSettingsFunctionLibrary_CheckPlatformBrightnessAdjustAllowed"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_CheckPlatformBrightnessAdjustAllowed, WorldContextObject) == 0x000000, "Member 'LyraSettingsFunctionLibrary_CheckPlatformBrightnessAdjustAllowed::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_CheckPlatformBrightnessAdjustAllowed, ReturnValue) == 0x000008, "Member 'LyraSettingsFunctionLibrary_CheckPlatformBrightnessAdjustAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsFunctionLibrary_GetDisplayGamma \ +static_assert(alignof(LyraSettingsFunctionLibrary_GetDisplayGamma) == 0x000008, "Wrong alignment on LyraSettingsFunctionLibrary_GetDisplayGamma"); \ +static_assert(sizeof(LyraSettingsFunctionLibrary_GetDisplayGamma) == 0x000010, "Wrong size on LyraSettingsFunctionLibrary_GetDisplayGamma"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_GetDisplayGamma, WorldContextObject) == 0x000000, "Member 'LyraSettingsFunctionLibrary_GetDisplayGamma::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_GetDisplayGamma, ReturnValue) == 0x000008, "Member 'LyraSettingsFunctionLibrary_GetDisplayGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsFunctionLibrary_GetDisplayGammaRange \ +static_assert(alignof(LyraSettingsFunctionLibrary_GetDisplayGammaRange) == 0x000008, "Wrong alignment on LyraSettingsFunctionLibrary_GetDisplayGammaRange"); \ +static_assert(sizeof(LyraSettingsFunctionLibrary_GetDisplayGammaRange) == 0x000010, "Wrong size on LyraSettingsFunctionLibrary_GetDisplayGammaRange"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_GetDisplayGammaRange, WorldContextObject) == 0x000000, "Member 'LyraSettingsFunctionLibrary_GetDisplayGammaRange::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_GetDisplayGammaRange, OutMin) == 0x000008, "Member 'LyraSettingsFunctionLibrary_GetDisplayGammaRange::OutMin' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_GetDisplayGammaRange, OutMax) == 0x00000C, "Member 'LyraSettingsFunctionLibrary_GetDisplayGammaRange::OutMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsFunctionLibrary_GetLocalSettings \ +static_assert(alignof(LyraSettingsFunctionLibrary_GetLocalSettings) == 0x000008, "Wrong alignment on LyraSettingsFunctionLibrary_GetLocalSettings"); \ +static_assert(sizeof(LyraSettingsFunctionLibrary_GetLocalSettings) == 0x000010, "Wrong size on LyraSettingsFunctionLibrary_GetLocalSettings"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_GetLocalSettings, WorldContextObject) == 0x000000, "Member 'LyraSettingsFunctionLibrary_GetLocalSettings::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_GetLocalSettings, ReturnValue) == 0x000008, "Member 'LyraSettingsFunctionLibrary_GetLocalSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsFunctionLibrary_GetSharedSettings \ +static_assert(alignof(LyraSettingsFunctionLibrary_GetSharedSettings) == 0x000008, "Wrong alignment on LyraSettingsFunctionLibrary_GetSharedSettings"); \ +static_assert(sizeof(LyraSettingsFunctionLibrary_GetSharedSettings) == 0x000010, "Wrong size on LyraSettingsFunctionLibrary_GetSharedSettings"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_GetSharedSettings, WorldContextObject) == 0x000000, "Member 'LyraSettingsFunctionLibrary_GetSharedSettings::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_GetSharedSettings, ReturnValue) == 0x000008, "Member 'LyraSettingsFunctionLibrary_GetSharedSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsFunctionLibrary_IsStartConfigurationCompleted \ +static_assert(alignof(LyraSettingsFunctionLibrary_IsStartConfigurationCompleted) == 0x000008, "Wrong alignment on LyraSettingsFunctionLibrary_IsStartConfigurationCompleted"); \ +static_assert(sizeof(LyraSettingsFunctionLibrary_IsStartConfigurationCompleted) == 0x000010, "Wrong size on LyraSettingsFunctionLibrary_IsStartConfigurationCompleted"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_IsStartConfigurationCompleted, WorldContextObject) == 0x000000, "Member 'LyraSettingsFunctionLibrary_IsStartConfigurationCompleted::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_IsStartConfigurationCompleted, ReturnValue) == 0x000008, "Member 'LyraSettingsFunctionLibrary_IsStartConfigurationCompleted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsFunctionLibrary_SetDisplayGamma \ +static_assert(alignof(LyraSettingsFunctionLibrary_SetDisplayGamma) == 0x000008, "Wrong alignment on LyraSettingsFunctionLibrary_SetDisplayGamma"); \ +static_assert(sizeof(LyraSettingsFunctionLibrary_SetDisplayGamma) == 0x000010, "Wrong size on LyraSettingsFunctionLibrary_SetDisplayGamma"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_SetDisplayGamma, WorldContextObject) == 0x000000, "Member 'LyraSettingsFunctionLibrary_SetDisplayGamma::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_SetDisplayGamma, InGamma) == 0x000008, "Member 'LyraSettingsFunctionLibrary_SetDisplayGamma::InGamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsFunctionLibrary_SetStartConfigurationCompleted \ +static_assert(alignof(LyraSettingsFunctionLibrary_SetStartConfigurationCompleted) == 0x000008, "Wrong alignment on LyraSettingsFunctionLibrary_SetStartConfigurationCompleted"); \ +static_assert(sizeof(LyraSettingsFunctionLibrary_SetStartConfigurationCompleted) == 0x000010, "Wrong size on LyraSettingsFunctionLibrary_SetStartConfigurationCompleted"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_SetStartConfigurationCompleted, WorldContextObject) == 0x000000, "Member 'LyraSettingsFunctionLibrary_SetStartConfigurationCompleted::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingsFunctionLibrary_SetStartConfigurationCompleted, bCompleted) == 0x000008, "Member 'LyraSettingsFunctionLibrary_SetStartConfigurationCompleted::bCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraSettingsFunctionLibrary \ +static_assert(alignof(ULyraSettingsFunctionLibrary) == 0x000008, "Wrong alignment on ULyraSettingsFunctionLibrary"); \ +static_assert(sizeof(ULyraSettingsFunctionLibrary) == 0x000028, "Wrong size on ULyraSettingsFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_RunAutoBenchmark \ +static_assert(alignof(LyraSettingsLocal_RunAutoBenchmark) == 0x000001, "Wrong alignment on LyraSettingsLocal_RunAutoBenchmark"); \ +static_assert(sizeof(LyraSettingsLocal_RunAutoBenchmark) == 0x000002, "Wrong size on LyraSettingsLocal_RunAutoBenchmark"); \ +static_assert(offsetof(LyraSettingsLocal_RunAutoBenchmark, bSaveImmediately) == 0x000000, "Member 'LyraSettingsLocal_RunAutoBenchmark::bSaveImmediately' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingsLocal_RunAutoBenchmark, bDetailedBenchmark) == 0x000001, "Member 'LyraSettingsLocal_RunAutoBenchmark::bDetailedBenchmark' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetAllowClothSimulation \ +static_assert(alignof(LyraSettingsLocal_SetAllowClothSimulation) == 0x000001, "Wrong alignment on LyraSettingsLocal_SetAllowClothSimulation"); \ +static_assert(sizeof(LyraSettingsLocal_SetAllowClothSimulation) == 0x000001, "Wrong size on LyraSettingsLocal_SetAllowClothSimulation"); \ +static_assert(offsetof(LyraSettingsLocal_SetAllowClothSimulation, bInAllow) == 0x000000, "Member 'LyraSettingsLocal_SetAllowClothSimulation::bInAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetAllowHairSimulation \ +static_assert(alignof(LyraSettingsLocal_SetAllowHairSimulation) == 0x000001, "Wrong alignment on LyraSettingsLocal_SetAllowHairSimulation"); \ +static_assert(sizeof(LyraSettingsLocal_SetAllowHairSimulation) == 0x000001, "Wrong size on LyraSettingsLocal_SetAllowHairSimulation"); \ +static_assert(offsetof(LyraSettingsLocal_SetAllowHairSimulation, bInAllow) == 0x000000, "Member 'LyraSettingsLocal_SetAllowHairSimulation::bInAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetAnimationQuality \ +static_assert(alignof(LyraSettingsLocal_SetAnimationQuality) == 0x000001, "Wrong alignment on LyraSettingsLocal_SetAnimationQuality"); \ +static_assert(sizeof(LyraSettingsLocal_SetAnimationQuality) == 0x000001, "Wrong size on LyraSettingsLocal_SetAnimationQuality"); \ +static_assert(offsetof(LyraSettingsLocal_SetAnimationQuality, InQuality) == 0x000000, "Member 'LyraSettingsLocal_SetAnimationQuality::InQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetAnyFrameGenerationAllowed \ +static_assert(alignof(LyraSettingsLocal_SetAnyFrameGenerationAllowed) == 0x000001, "Wrong alignment on LyraSettingsLocal_SetAnyFrameGenerationAllowed"); \ +static_assert(sizeof(LyraSettingsLocal_SetAnyFrameGenerationAllowed) == 0x000001, "Wrong size on LyraSettingsLocal_SetAnyFrameGenerationAllowed"); \ +static_assert(offsetof(LyraSettingsLocal_SetAnyFrameGenerationAllowed, bInAllow) == 0x000000, "Member 'LyraSettingsLocal_SetAnyFrameGenerationAllowed::bInAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetAudioOutputDeviceId \ +static_assert(alignof(LyraSettingsLocal_SetAudioOutputDeviceId) == 0x000008, "Wrong alignment on LyraSettingsLocal_SetAudioOutputDeviceId"); \ +static_assert(sizeof(LyraSettingsLocal_SetAudioOutputDeviceId) == 0x000010, "Wrong size on LyraSettingsLocal_SetAudioOutputDeviceId"); \ +static_assert(offsetof(LyraSettingsLocal_SetAudioOutputDeviceId, InAudioOutputDeviceId) == 0x000000, "Member 'LyraSettingsLocal_SetAudioOutputDeviceId::InAudioOutputDeviceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetControllerPlatform \ +static_assert(alignof(LyraSettingsLocal_SetControllerPlatform) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetControllerPlatform"); \ +static_assert(sizeof(LyraSettingsLocal_SetControllerPlatform) == 0x000008, "Wrong size on LyraSettingsLocal_SetControllerPlatform"); \ +static_assert(offsetof(LyraSettingsLocal_SetControllerPlatform, InControllerPlatform) == 0x000000, "Member 'LyraSettingsLocal_SetControllerPlatform::InControllerPlatform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetDesiredDeviceProfileQualitySuffix \ +static_assert(alignof(LyraSettingsLocal_SetDesiredDeviceProfileQualitySuffix) == 0x000008, "Wrong alignment on LyraSettingsLocal_SetDesiredDeviceProfileQualitySuffix"); \ +static_assert(sizeof(LyraSettingsLocal_SetDesiredDeviceProfileQualitySuffix) == 0x000010, "Wrong size on LyraSettingsLocal_SetDesiredDeviceProfileQualitySuffix"); \ +static_assert(offsetof(LyraSettingsLocal_SetDesiredDeviceProfileQualitySuffix, InDesiredSuffix) == 0x000000, "Member 'LyraSettingsLocal_SetDesiredDeviceProfileQualitySuffix::InDesiredSuffix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetDialogueVolume \ +static_assert(alignof(LyraSettingsLocal_SetDialogueVolume) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetDialogueVolume"); \ +static_assert(sizeof(LyraSettingsLocal_SetDialogueVolume) == 0x000004, "Wrong size on LyraSettingsLocal_SetDialogueVolume"); \ +static_assert(offsetof(LyraSettingsLocal_SetDialogueVolume, InVolume) == 0x000000, "Member 'LyraSettingsLocal_SetDialogueVolume::InVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetDisplayGamma \ +static_assert(alignof(LyraSettingsLocal_SetDisplayGamma) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetDisplayGamma"); \ +static_assert(sizeof(LyraSettingsLocal_SetDisplayGamma) == 0x000004, "Wrong size on LyraSettingsLocal_SetDisplayGamma"); \ +static_assert(offsetof(LyraSettingsLocal_SetDisplayGamma, InGamma) == 0x000000, "Member 'LyraSettingsLocal_SetDisplayGamma::InGamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetDLSSFrameGenerationMode \ +static_assert(alignof(LyraSettingsLocal_SetDLSSFrameGenerationMode) == 0x000001, "Wrong alignment on LyraSettingsLocal_SetDLSSFrameGenerationMode"); \ +static_assert(sizeof(LyraSettingsLocal_SetDLSSFrameGenerationMode) == 0x000001, "Wrong size on LyraSettingsLocal_SetDLSSFrameGenerationMode"); \ +static_assert(offsetof(LyraSettingsLocal_SetDLSSFrameGenerationMode, InFrameGenMode) == 0x000000, "Member 'LyraSettingsLocal_SetDLSSFrameGenerationMode::InFrameGenMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetDLSSRayReconstructionEnabled \ +static_assert(alignof(LyraSettingsLocal_SetDLSSRayReconstructionEnabled) == 0x000001, "Wrong alignment on LyraSettingsLocal_SetDLSSRayReconstructionEnabled"); \ +static_assert(sizeof(LyraSettingsLocal_SetDLSSRayReconstructionEnabled) == 0x000001, "Wrong size on LyraSettingsLocal_SetDLSSRayReconstructionEnabled"); \ +static_assert(offsetof(LyraSettingsLocal_SetDLSSRayReconstructionEnabled, bEnable) == 0x000000, "Member 'LyraSettingsLocal_SetDLSSRayReconstructionEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetFrameRateLimit_Always \ +static_assert(alignof(LyraSettingsLocal_SetFrameRateLimit_Always) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetFrameRateLimit_Always"); \ +static_assert(sizeof(LyraSettingsLocal_SetFrameRateLimit_Always) == 0x000004, "Wrong size on LyraSettingsLocal_SetFrameRateLimit_Always"); \ +static_assert(offsetof(LyraSettingsLocal_SetFrameRateLimit_Always, NewLimitFPS) == 0x000000, "Member 'LyraSettingsLocal_SetFrameRateLimit_Always::NewLimitFPS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetFrameRateLimit_InMenu \ +static_assert(alignof(LyraSettingsLocal_SetFrameRateLimit_InMenu) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetFrameRateLimit_InMenu"); \ +static_assert(sizeof(LyraSettingsLocal_SetFrameRateLimit_InMenu) == 0x000004, "Wrong size on LyraSettingsLocal_SetFrameRateLimit_InMenu"); \ +static_assert(offsetof(LyraSettingsLocal_SetFrameRateLimit_InMenu, NewLimitFPS) == 0x000000, "Member 'LyraSettingsLocal_SetFrameRateLimit_InMenu::NewLimitFPS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetFrameRateLimit_OnBattery \ +static_assert(alignof(LyraSettingsLocal_SetFrameRateLimit_OnBattery) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetFrameRateLimit_OnBattery"); \ +static_assert(sizeof(LyraSettingsLocal_SetFrameRateLimit_OnBattery) == 0x000004, "Wrong size on LyraSettingsLocal_SetFrameRateLimit_OnBattery"); \ +static_assert(offsetof(LyraSettingsLocal_SetFrameRateLimit_OnBattery, NewLimitFPS) == 0x000000, "Member 'LyraSettingsLocal_SetFrameRateLimit_OnBattery::NewLimitFPS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetFrameRateLimit_WhenBackgrounded \ +static_assert(alignof(LyraSettingsLocal_SetFrameRateLimit_WhenBackgrounded) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetFrameRateLimit_WhenBackgrounded"); \ +static_assert(sizeof(LyraSettingsLocal_SetFrameRateLimit_WhenBackgrounded) == 0x000004, "Wrong size on LyraSettingsLocal_SetFrameRateLimit_WhenBackgrounded"); \ +static_assert(offsetof(LyraSettingsLocal_SetFrameRateLimit_WhenBackgrounded, NewLimitFPS) == 0x000000, "Member 'LyraSettingsLocal_SetFrameRateLimit_WhenBackgrounded::NewLimitFPS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetFSRFrameGenerationMode \ +static_assert(alignof(LyraSettingsLocal_SetFSRFrameGenerationMode) == 0x000001, "Wrong alignment on LyraSettingsLocal_SetFSRFrameGenerationMode"); \ +static_assert(sizeof(LyraSettingsLocal_SetFSRFrameGenerationMode) == 0x000001, "Wrong size on LyraSettingsLocal_SetFSRFrameGenerationMode"); \ +static_assert(offsetof(LyraSettingsLocal_SetFSRFrameGenerationMode, InFrameGenMode) == 0x000000, "Member 'LyraSettingsLocal_SetFSRFrameGenerationMode::InFrameGenMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetMusicVolume \ +static_assert(alignof(LyraSettingsLocal_SetMusicVolume) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetMusicVolume"); \ +static_assert(sizeof(LyraSettingsLocal_SetMusicVolume) == 0x000004, "Wrong size on LyraSettingsLocal_SetMusicVolume"); \ +static_assert(offsetof(LyraSettingsLocal_SetMusicVolume, InVolume) == 0x000000, "Member 'LyraSettingsLocal_SetMusicVolume::InVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetNumberOfReplaysToKeep \ +static_assert(alignof(LyraSettingsLocal_SetNumberOfReplaysToKeep) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetNumberOfReplaysToKeep"); \ +static_assert(sizeof(LyraSettingsLocal_SetNumberOfReplaysToKeep) == 0x000004, "Wrong size on LyraSettingsLocal_SetNumberOfReplaysToKeep"); \ +static_assert(offsetof(LyraSettingsLocal_SetNumberOfReplaysToKeep, InNumberOfReplays) == 0x000000, "Member 'LyraSettingsLocal_SetNumberOfReplaysToKeep::InNumberOfReplays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetNVIDIAReflexMode \ +static_assert(alignof(LyraSettingsLocal_SetNVIDIAReflexMode) == 0x000001, "Wrong alignment on LyraSettingsLocal_SetNVIDIAReflexMode"); \ +static_assert(sizeof(LyraSettingsLocal_SetNVIDIAReflexMode) == 0x000001, "Wrong size on LyraSettingsLocal_SetNVIDIAReflexMode"); \ +static_assert(offsetof(LyraSettingsLocal_SetNVIDIAReflexMode, InReflexMode) == 0x000000, "Member 'LyraSettingsLocal_SetNVIDIAReflexMode::InReflexMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetOverallVolume \ +static_assert(alignof(LyraSettingsLocal_SetOverallVolume) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetOverallVolume"); \ +static_assert(sizeof(LyraSettingsLocal_SetOverallVolume) == 0x000004, "Wrong size on LyraSettingsLocal_SetOverallVolume"); \ +static_assert(offsetof(LyraSettingsLocal_SetOverallVolume, InVolume) == 0x000000, "Member 'LyraSettingsLocal_SetOverallVolume::InVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetSafeZone \ +static_assert(alignof(LyraSettingsLocal_SetSafeZone) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetSafeZone"); \ +static_assert(sizeof(LyraSettingsLocal_SetSafeZone) == 0x000004, "Wrong size on LyraSettingsLocal_SetSafeZone"); \ +static_assert(offsetof(LyraSettingsLocal_SetSafeZone, Value) == 0x000000, "Member 'LyraSettingsLocal_SetSafeZone::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetSharpness \ +static_assert(alignof(LyraSettingsLocal_SetSharpness) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetSharpness"); \ +static_assert(sizeof(LyraSettingsLocal_SetSharpness) == 0x000004, "Wrong size on LyraSettingsLocal_SetSharpness"); \ +static_assert(offsetof(LyraSettingsLocal_SetSharpness, InSharpness) == 0x000000, "Member 'LyraSettingsLocal_SetSharpness::InSharpness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetShouldAutoRecordReplays \ +static_assert(alignof(LyraSettingsLocal_SetShouldAutoRecordReplays) == 0x000001, "Wrong alignment on LyraSettingsLocal_SetShouldAutoRecordReplays"); \ +static_assert(sizeof(LyraSettingsLocal_SetShouldAutoRecordReplays) == 0x000001, "Wrong size on LyraSettingsLocal_SetShouldAutoRecordReplays"); \ +static_assert(offsetof(LyraSettingsLocal_SetShouldAutoRecordReplays, bEnabled) == 0x000000, "Member 'LyraSettingsLocal_SetShouldAutoRecordReplays::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetSoundFXVolume \ +static_assert(alignof(LyraSettingsLocal_SetSoundFXVolume) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetSoundFXVolume"); \ +static_assert(sizeof(LyraSettingsLocal_SetSoundFXVolume) == 0x000004, "Wrong size on LyraSettingsLocal_SetSoundFXVolume"); \ +static_assert(offsetof(LyraSettingsLocal_SetSoundFXVolume, InVolume) == 0x000000, "Member 'LyraSettingsLocal_SetSoundFXVolume::InVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetStartFlowCompleted \ +static_assert(alignof(LyraSettingsLocal_SetStartFlowCompleted) == 0x000001, "Wrong alignment on LyraSettingsLocal_SetStartFlowCompleted"); \ +static_assert(sizeof(LyraSettingsLocal_SetStartFlowCompleted) == 0x000001, "Wrong size on LyraSettingsLocal_SetStartFlowCompleted"); \ +static_assert(offsetof(LyraSettingsLocal_SetStartFlowCompleted, bInCompleted) == 0x000000, "Member 'LyraSettingsLocal_SetStartFlowCompleted::bInCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetUseHairStrands \ +static_assert(alignof(LyraSettingsLocal_SetUseHairStrands) == 0x000001, "Wrong alignment on LyraSettingsLocal_SetUseHairStrands"); \ +static_assert(sizeof(LyraSettingsLocal_SetUseHairStrands) == 0x000001, "Wrong size on LyraSettingsLocal_SetUseHairStrands"); \ +static_assert(offsetof(LyraSettingsLocal_SetUseHairStrands, bInUseHairStrands) == 0x000000, "Member 'LyraSettingsLocal_SetUseHairStrands::bInUseHairStrands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetVoiceChatVolume \ +static_assert(alignof(LyraSettingsLocal_SetVoiceChatVolume) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetVoiceChatVolume"); \ +static_assert(sizeof(LyraSettingsLocal_SetVoiceChatVolume) == 0x000004, "Wrong size on LyraSettingsLocal_SetVoiceChatVolume"); \ +static_assert(offsetof(LyraSettingsLocal_SetVoiceChatVolume, InVolume) == 0x000000, "Member 'LyraSettingsLocal_SetVoiceChatVolume::InVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_SetVSyncInterval \ +static_assert(alignof(LyraSettingsLocal_SetVSyncInterval) == 0x000004, "Wrong alignment on LyraSettingsLocal_SetVSyncInterval"); \ +static_assert(sizeof(LyraSettingsLocal_SetVSyncInterval) == 0x000004, "Wrong size on LyraSettingsLocal_SetVSyncInterval"); \ +static_assert(offsetof(LyraSettingsLocal_SetVSyncInterval, InMode) == 0x000000, "Member 'LyraSettingsLocal_SetVSyncInterval::InMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_CanRunAutoBenchmark \ +static_assert(alignof(LyraSettingsLocal_CanRunAutoBenchmark) == 0x000001, "Wrong alignment on LyraSettingsLocal_CanRunAutoBenchmark"); \ +static_assert(sizeof(LyraSettingsLocal_CanRunAutoBenchmark) == 0x000001, "Wrong size on LyraSettingsLocal_CanRunAutoBenchmark"); \ +static_assert(offsetof(LyraSettingsLocal_CanRunAutoBenchmark, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_CanRunAutoBenchmark::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetAllowClothSimulation \ +static_assert(alignof(LyraSettingsLocal_GetAllowClothSimulation) == 0x000001, "Wrong alignment on LyraSettingsLocal_GetAllowClothSimulation"); \ +static_assert(sizeof(LyraSettingsLocal_GetAllowClothSimulation) == 0x000001, "Wrong size on LyraSettingsLocal_GetAllowClothSimulation"); \ +static_assert(offsetof(LyraSettingsLocal_GetAllowClothSimulation, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetAllowClothSimulation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetAllowHairSimulation \ +static_assert(alignof(LyraSettingsLocal_GetAllowHairSimulation) == 0x000001, "Wrong alignment on LyraSettingsLocal_GetAllowHairSimulation"); \ +static_assert(sizeof(LyraSettingsLocal_GetAllowHairSimulation) == 0x000001, "Wrong size on LyraSettingsLocal_GetAllowHairSimulation"); \ +static_assert(offsetof(LyraSettingsLocal_GetAllowHairSimulation, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetAllowHairSimulation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetAnimationQuality \ +static_assert(alignof(LyraSettingsLocal_GetAnimationQuality) == 0x000001, "Wrong alignment on LyraSettingsLocal_GetAnimationQuality"); \ +static_assert(sizeof(LyraSettingsLocal_GetAnimationQuality) == 0x000001, "Wrong size on LyraSettingsLocal_GetAnimationQuality"); \ +static_assert(offsetof(LyraSettingsLocal_GetAnimationQuality, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetAnimationQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetAudioOutputDeviceId \ +static_assert(alignof(LyraSettingsLocal_GetAudioOutputDeviceId) == 0x000008, "Wrong alignment on LyraSettingsLocal_GetAudioOutputDeviceId"); \ +static_assert(sizeof(LyraSettingsLocal_GetAudioOutputDeviceId) == 0x000010, "Wrong size on LyraSettingsLocal_GetAudioOutputDeviceId"); \ +static_assert(offsetof(LyraSettingsLocal_GetAudioOutputDeviceId, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetAudioOutputDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetControllerPlatform \ +static_assert(alignof(LyraSettingsLocal_GetControllerPlatform) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetControllerPlatform"); \ +static_assert(sizeof(LyraSettingsLocal_GetControllerPlatform) == 0x000008, "Wrong size on LyraSettingsLocal_GetControllerPlatform"); \ +static_assert(offsetof(LyraSettingsLocal_GetControllerPlatform, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetControllerPlatform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetDesiredDeviceProfileQualitySuffix \ +static_assert(alignof(LyraSettingsLocal_GetDesiredDeviceProfileQualitySuffix) == 0x000008, "Wrong alignment on LyraSettingsLocal_GetDesiredDeviceProfileQualitySuffix"); \ +static_assert(sizeof(LyraSettingsLocal_GetDesiredDeviceProfileQualitySuffix) == 0x000010, "Wrong size on LyraSettingsLocal_GetDesiredDeviceProfileQualitySuffix"); \ +static_assert(offsetof(LyraSettingsLocal_GetDesiredDeviceProfileQualitySuffix, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetDesiredDeviceProfileQualitySuffix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetDialogueVolume \ +static_assert(alignof(LyraSettingsLocal_GetDialogueVolume) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetDialogueVolume"); \ +static_assert(sizeof(LyraSettingsLocal_GetDialogueVolume) == 0x000004, "Wrong size on LyraSettingsLocal_GetDialogueVolume"); \ +static_assert(offsetof(LyraSettingsLocal_GetDialogueVolume, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetDialogueVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetDisplayGamma \ +static_assert(alignof(LyraSettingsLocal_GetDisplayGamma) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetDisplayGamma"); \ +static_assert(sizeof(LyraSettingsLocal_GetDisplayGamma) == 0x000004, "Wrong size on LyraSettingsLocal_GetDisplayGamma"); \ +static_assert(offsetof(LyraSettingsLocal_GetDisplayGamma, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetDisplayGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetDLSSFrameGenerationMode \ +static_assert(alignof(LyraSettingsLocal_GetDLSSFrameGenerationMode) == 0x000001, "Wrong alignment on LyraSettingsLocal_GetDLSSFrameGenerationMode"); \ +static_assert(sizeof(LyraSettingsLocal_GetDLSSFrameGenerationMode) == 0x000001, "Wrong size on LyraSettingsLocal_GetDLSSFrameGenerationMode"); \ +static_assert(offsetof(LyraSettingsLocal_GetDLSSFrameGenerationMode, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetDLSSFrameGenerationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetFrameRateLimit_Always \ +static_assert(alignof(LyraSettingsLocal_GetFrameRateLimit_Always) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetFrameRateLimit_Always"); \ +static_assert(sizeof(LyraSettingsLocal_GetFrameRateLimit_Always) == 0x000004, "Wrong size on LyraSettingsLocal_GetFrameRateLimit_Always"); \ +static_assert(offsetof(LyraSettingsLocal_GetFrameRateLimit_Always, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetFrameRateLimit_Always::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetFrameRateLimit_InMenu \ +static_assert(alignof(LyraSettingsLocal_GetFrameRateLimit_InMenu) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetFrameRateLimit_InMenu"); \ +static_assert(sizeof(LyraSettingsLocal_GetFrameRateLimit_InMenu) == 0x000004, "Wrong size on LyraSettingsLocal_GetFrameRateLimit_InMenu"); \ +static_assert(offsetof(LyraSettingsLocal_GetFrameRateLimit_InMenu, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetFrameRateLimit_InMenu::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetFrameRateLimit_OnBattery \ +static_assert(alignof(LyraSettingsLocal_GetFrameRateLimit_OnBattery) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetFrameRateLimit_OnBattery"); \ +static_assert(sizeof(LyraSettingsLocal_GetFrameRateLimit_OnBattery) == 0x000004, "Wrong size on LyraSettingsLocal_GetFrameRateLimit_OnBattery"); \ +static_assert(offsetof(LyraSettingsLocal_GetFrameRateLimit_OnBattery, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetFrameRateLimit_OnBattery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetFrameRateLimit_WhenBackgrounded \ +static_assert(alignof(LyraSettingsLocal_GetFrameRateLimit_WhenBackgrounded) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetFrameRateLimit_WhenBackgrounded"); \ +static_assert(sizeof(LyraSettingsLocal_GetFrameRateLimit_WhenBackgrounded) == 0x000004, "Wrong size on LyraSettingsLocal_GetFrameRateLimit_WhenBackgrounded"); \ +static_assert(offsetof(LyraSettingsLocal_GetFrameRateLimit_WhenBackgrounded, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetFrameRateLimit_WhenBackgrounded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetFSRFrameGenerationMode \ +static_assert(alignof(LyraSettingsLocal_GetFSRFrameGenerationMode) == 0x000001, "Wrong alignment on LyraSettingsLocal_GetFSRFrameGenerationMode"); \ +static_assert(sizeof(LyraSettingsLocal_GetFSRFrameGenerationMode) == 0x000001, "Wrong size on LyraSettingsLocal_GetFSRFrameGenerationMode"); \ +static_assert(offsetof(LyraSettingsLocal_GetFSRFrameGenerationMode, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetFSRFrameGenerationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetMusicVolume \ +static_assert(alignof(LyraSettingsLocal_GetMusicVolume) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetMusicVolume"); \ +static_assert(sizeof(LyraSettingsLocal_GetMusicVolume) == 0x000004, "Wrong size on LyraSettingsLocal_GetMusicVolume"); \ +static_assert(offsetof(LyraSettingsLocal_GetMusicVolume, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetMusicVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetNumberOfReplaysToKeep \ +static_assert(alignof(LyraSettingsLocal_GetNumberOfReplaysToKeep) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetNumberOfReplaysToKeep"); \ +static_assert(sizeof(LyraSettingsLocal_GetNumberOfReplaysToKeep) == 0x000004, "Wrong size on LyraSettingsLocal_GetNumberOfReplaysToKeep"); \ +static_assert(offsetof(LyraSettingsLocal_GetNumberOfReplaysToKeep, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetNumberOfReplaysToKeep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetNVIDIAReflexMode \ +static_assert(alignof(LyraSettingsLocal_GetNVIDIAReflexMode) == 0x000001, "Wrong alignment on LyraSettingsLocal_GetNVIDIAReflexMode"); \ +static_assert(sizeof(LyraSettingsLocal_GetNVIDIAReflexMode) == 0x000001, "Wrong size on LyraSettingsLocal_GetNVIDIAReflexMode"); \ +static_assert(offsetof(LyraSettingsLocal_GetNVIDIAReflexMode, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetNVIDIAReflexMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetOverallVolume \ +static_assert(alignof(LyraSettingsLocal_GetOverallVolume) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetOverallVolume"); \ +static_assert(sizeof(LyraSettingsLocal_GetOverallVolume) == 0x000004, "Wrong size on LyraSettingsLocal_GetOverallVolume"); \ +static_assert(offsetof(LyraSettingsLocal_GetOverallVolume, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetOverallVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetSafeZone \ +static_assert(alignof(LyraSettingsLocal_GetSafeZone) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetSafeZone"); \ +static_assert(sizeof(LyraSettingsLocal_GetSafeZone) == 0x000004, "Wrong size on LyraSettingsLocal_GetSafeZone"); \ +static_assert(offsetof(LyraSettingsLocal_GetSafeZone, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetSafeZone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetSharpness \ +static_assert(alignof(LyraSettingsLocal_GetSharpness) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetSharpness"); \ +static_assert(sizeof(LyraSettingsLocal_GetSharpness) == 0x000004, "Wrong size on LyraSettingsLocal_GetSharpness"); \ +static_assert(offsetof(LyraSettingsLocal_GetSharpness, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetSharpness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetSoundFXVolume \ +static_assert(alignof(LyraSettingsLocal_GetSoundFXVolume) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetSoundFXVolume"); \ +static_assert(sizeof(LyraSettingsLocal_GetSoundFXVolume) == 0x000004, "Wrong size on LyraSettingsLocal_GetSoundFXVolume"); \ +static_assert(offsetof(LyraSettingsLocal_GetSoundFXVolume, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetSoundFXVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetUseHairStrands \ +static_assert(alignof(LyraSettingsLocal_GetUseHairStrands) == 0x000001, "Wrong alignment on LyraSettingsLocal_GetUseHairStrands"); \ +static_assert(sizeof(LyraSettingsLocal_GetUseHairStrands) == 0x000001, "Wrong size on LyraSettingsLocal_GetUseHairStrands"); \ +static_assert(offsetof(LyraSettingsLocal_GetUseHairStrands, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetUseHairStrands::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetVoiceChatVolume \ +static_assert(alignof(LyraSettingsLocal_GetVoiceChatVolume) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetVoiceChatVolume"); \ +static_assert(sizeof(LyraSettingsLocal_GetVoiceChatVolume) == 0x000004, "Wrong size on LyraSettingsLocal_GetVoiceChatVolume"); \ +static_assert(offsetof(LyraSettingsLocal_GetVoiceChatVolume, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetVoiceChatVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_GetVSyncInterval \ +static_assert(alignof(LyraSettingsLocal_GetVSyncInterval) == 0x000004, "Wrong alignment on LyraSettingsLocal_GetVSyncInterval"); \ +static_assert(sizeof(LyraSettingsLocal_GetVSyncInterval) == 0x000004, "Wrong size on LyraSettingsLocal_GetVSyncInterval"); \ +static_assert(offsetof(LyraSettingsLocal_GetVSyncInterval, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_GetVSyncInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_IsAnyFrameGenerationAllowed \ +static_assert(alignof(LyraSettingsLocal_IsAnyFrameGenerationAllowed) == 0x000001, "Wrong alignment on LyraSettingsLocal_IsAnyFrameGenerationAllowed"); \ +static_assert(sizeof(LyraSettingsLocal_IsAnyFrameGenerationAllowed) == 0x000001, "Wrong size on LyraSettingsLocal_IsAnyFrameGenerationAllowed"); \ +static_assert(offsetof(LyraSettingsLocal_IsAnyFrameGenerationAllowed, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_IsAnyFrameGenerationAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_IsDisplayGammaAdjustAllowed \ +static_assert(alignof(LyraSettingsLocal_IsDisplayGammaAdjustAllowed) == 0x000008, "Wrong alignment on LyraSettingsLocal_IsDisplayGammaAdjustAllowed"); \ +static_assert(sizeof(LyraSettingsLocal_IsDisplayGammaAdjustAllowed) == 0x000010, "Wrong size on LyraSettingsLocal_IsDisplayGammaAdjustAllowed"); \ +static_assert(offsetof(LyraSettingsLocal_IsDisplayGammaAdjustAllowed, InLocalPlayer) == 0x000000, "Member 'LyraSettingsLocal_IsDisplayGammaAdjustAllowed::InLocalPlayer' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingsLocal_IsDisplayGammaAdjustAllowed, ReturnValue) == 0x000008, "Member 'LyraSettingsLocal_IsDisplayGammaAdjustAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_IsDLSSRayReconstructionEnabled \ +static_assert(alignof(LyraSettingsLocal_IsDLSSRayReconstructionEnabled) == 0x000001, "Wrong alignment on LyraSettingsLocal_IsDLSSRayReconstructionEnabled"); \ +static_assert(sizeof(LyraSettingsLocal_IsDLSSRayReconstructionEnabled) == 0x000001, "Wrong size on LyraSettingsLocal_IsDLSSRayReconstructionEnabled"); \ +static_assert(offsetof(LyraSettingsLocal_IsDLSSRayReconstructionEnabled, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_IsDLSSRayReconstructionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_IsSafeZoneSet \ +static_assert(alignof(LyraSettingsLocal_IsSafeZoneSet) == 0x000001, "Wrong alignment on LyraSettingsLocal_IsSafeZoneSet"); \ +static_assert(sizeof(LyraSettingsLocal_IsSafeZoneSet) == 0x000001, "Wrong size on LyraSettingsLocal_IsSafeZoneSet"); \ +static_assert(offsetof(LyraSettingsLocal_IsSafeZoneSet, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_IsSafeZoneSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_IsStartFlowCompleted \ +static_assert(alignof(LyraSettingsLocal_IsStartFlowCompleted) == 0x000001, "Wrong alignment on LyraSettingsLocal_IsStartFlowCompleted"); \ +static_assert(sizeof(LyraSettingsLocal_IsStartFlowCompleted) == 0x000001, "Wrong size on LyraSettingsLocal_IsStartFlowCompleted"); \ +static_assert(offsetof(LyraSettingsLocal_IsStartFlowCompleted, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_IsStartFlowCompleted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_ShouldAutoRecordReplays \ +static_assert(alignof(LyraSettingsLocal_ShouldAutoRecordReplays) == 0x000001, "Wrong alignment on LyraSettingsLocal_ShouldAutoRecordReplays"); \ +static_assert(sizeof(LyraSettingsLocal_ShouldAutoRecordReplays) == 0x000001, "Wrong size on LyraSettingsLocal_ShouldAutoRecordReplays"); \ +static_assert(offsetof(LyraSettingsLocal_ShouldAutoRecordReplays, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_ShouldAutoRecordReplays::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_ShouldRunAutoBenchmarkAtStartup \ +static_assert(alignof(LyraSettingsLocal_ShouldRunAutoBenchmarkAtStartup) == 0x000001, "Wrong alignment on LyraSettingsLocal_ShouldRunAutoBenchmarkAtStartup"); \ +static_assert(sizeof(LyraSettingsLocal_ShouldRunAutoBenchmarkAtStartup) == 0x000001, "Wrong size on LyraSettingsLocal_ShouldRunAutoBenchmarkAtStartup"); \ +static_assert(offsetof(LyraSettingsLocal_ShouldRunAutoBenchmarkAtStartup, ReturnValue) == 0x000000, "Member 'LyraSettingsLocal_ShouldRunAutoBenchmarkAtStartup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsLocal_ShouldUseFrameGeneration \ +static_assert(alignof(LyraSettingsLocal_ShouldUseFrameGeneration) == 0x000001, "Wrong alignment on LyraSettingsLocal_ShouldUseFrameGeneration"); \ +static_assert(sizeof(LyraSettingsLocal_ShouldUseFrameGeneration) == 0x000002, "Wrong size on LyraSettingsLocal_ShouldUseFrameGeneration"); \ +static_assert(offsetof(LyraSettingsLocal_ShouldUseFrameGeneration, bInWantsFrameGeneration) == 0x000000, "Member 'LyraSettingsLocal_ShouldUseFrameGeneration::bInWantsFrameGeneration' has a wrong offset!"); \ +static_assert(offsetof(LyraSettingsLocal_ShouldUseFrameGeneration, ReturnValue) == 0x000001, "Member 'LyraSettingsLocal_ShouldUseFrameGeneration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraSettingsLocal \ +static_assert(alignof(ULyraSettingsLocal) == 0x000008, "Wrong alignment on ULyraSettingsLocal"); \ +static_assert(sizeof(ULyraSettingsLocal) == 0x000300, "Wrong size on ULyraSettingsLocal"); \ +static_assert(offsetof(ULyraSettingsLocal, bStartFlowCompleted) == 0x000159, "Member 'ULyraSettingsLocal::bStartFlowCompleted' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, DisplayStatList) == 0x000160, "Member 'ULyraSettingsLocal::DisplayStatList' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, bAllowClothSimulation) == 0x0001C8, "Member 'ULyraSettingsLocal::bAllowClothSimulation' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, bAllowHairSimulation) == 0x0001C9, "Member 'ULyraSettingsLocal::bAllowHairSimulation' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, bUseHairStrands) == 0x0001CA, "Member 'ULyraSettingsLocal::bUseHairStrands' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, AnimationQuality) == 0x0001CB, "Member 'ULyraSettingsLocal::AnimationQuality' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, SyncInterval) == 0x0001CC, "Member 'ULyraSettingsLocal::SyncInterval' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, UpsamplingMethod) == 0x0001D0, "Member 'ULyraSettingsLocal::UpsamplingMethod' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, UpsamplingQuality) == 0x0001D1, "Member 'ULyraSettingsLocal::UpsamplingQuality' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, bEnableDLSSRayReconstruction) == 0x0001D2, "Member 'ULyraSettingsLocal::bEnableDLSSRayReconstruction' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, DLSSFrameGenerationMode) == 0x0001D3, "Member 'ULyraSettingsLocal::DLSSFrameGenerationMode' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, NVIDIAReflexMode) == 0x0001D4, "Member 'ULyraSettingsLocal::NVIDIAReflexMode' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, FSRFrameGenerationMode) == 0x0001D5, "Member 'ULyraSettingsLocal::FSRFrameGenerationMode' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, Sharpness) == 0x0001D8, "Member 'ULyraSettingsLocal::Sharpness' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, DisplayGamma) == 0x0001E0, "Member 'ULyraSettingsLocal::DisplayGamma' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, FrameRateLimit_OnBattery) == 0x0001E4, "Member 'ULyraSettingsLocal::FrameRateLimit_OnBattery' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, FrameRateLimit_InMenu) == 0x0001E8, "Member 'ULyraSettingsLocal::FrameRateLimit_InMenu' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, FrameRateLimit_WhenBackgrounded) == 0x0001EC, "Member 'ULyraSettingsLocal::FrameRateLimit_WhenBackgrounded' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, MobileFrameRateLimit) == 0x0001F0, "Member 'ULyraSettingsLocal::MobileFrameRateLimit' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, DesiredUserChosenDeviceProfileSuffix) == 0x000260, "Member 'ULyraSettingsLocal::DesiredUserChosenDeviceProfileSuffix' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, CurrentAppliedDeviceProfileOverrideSuffix) == 0x000270, "Member 'ULyraSettingsLocal::CurrentAppliedDeviceProfileOverrideSuffix' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, UserChosenDeviceProfileSuffix) == 0x000280, "Member 'ULyraSettingsLocal::UserChosenDeviceProfileSuffix' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, AudioOutputDeviceId) == 0x0002A8, "Member 'ULyraSettingsLocal::AudioOutputDeviceId' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, OverallVolume) == 0x0002B8, "Member 'ULyraSettingsLocal::OverallVolume' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, MusicVolume) == 0x0002BC, "Member 'ULyraSettingsLocal::MusicVolume' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, SoundFXVolume) == 0x0002C0, "Member 'ULyraSettingsLocal::SoundFXVolume' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, DialogueVolume) == 0x0002C4, "Member 'ULyraSettingsLocal::DialogueVolume' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, VoiceChatVolume) == 0x0002C8, "Member 'ULyraSettingsLocal::VoiceChatVolume' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, bSoundControlBusMixLoaded) == 0x0002CC, "Member 'ULyraSettingsLocal::bSoundControlBusMixLoaded' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, SafeZoneScale) == 0x0002D0, "Member 'ULyraSettingsLocal::SafeZoneScale' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, ControllerPlatform) == 0x0002D4, "Member 'ULyraSettingsLocal::ControllerPlatform' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, ControllerPreset) == 0x0002DC, "Member 'ULyraSettingsLocal::ControllerPreset' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, InputConfigName) == 0x0002E4, "Member 'ULyraSettingsLocal::InputConfigName' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, bShouldAutoRecordReplays) == 0x0002EC, "Member 'ULyraSettingsLocal::bShouldAutoRecordReplays' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsLocal, NumberOfReplaysToKeep) == 0x0002F0, "Member 'ULyraSettingsLocal::NumberOfReplaysToKeep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetAllowAudioInBackgroundSetting \ +static_assert(alignof(LyraSettingsShared_SetAllowAudioInBackgroundSetting) == 0x000001, "Wrong alignment on LyraSettingsShared_SetAllowAudioInBackgroundSetting"); \ +static_assert(sizeof(LyraSettingsShared_SetAllowAudioInBackgroundSetting) == 0x000001, "Wrong size on LyraSettingsShared_SetAllowAudioInBackgroundSetting"); \ +static_assert(offsetof(LyraSettingsShared_SetAllowAudioInBackgroundSetting, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetAllowAudioInBackgroundSetting::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetCameraShakeEnabled \ +static_assert(alignof(LyraSettingsShared_SetCameraShakeEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_SetCameraShakeEnabled"); \ +static_assert(sizeof(LyraSettingsShared_SetCameraShakeEnabled) == 0x000001, "Wrong size on LyraSettingsShared_SetCameraShakeEnabled"); \ +static_assert(offsetof(LyraSettingsShared_SetCameraShakeEnabled, bInEnabled) == 0x000000, "Member 'LyraSettingsShared_SetCameraShakeEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetColorBlindMode \ +static_assert(alignof(LyraSettingsShared_SetColorBlindMode) == 0x000001, "Wrong alignment on LyraSettingsShared_SetColorBlindMode"); \ +static_assert(sizeof(LyraSettingsShared_SetColorBlindMode) == 0x000001, "Wrong size on LyraSettingsShared_SetColorBlindMode"); \ +static_assert(offsetof(LyraSettingsShared_SetColorBlindMode, InMode) == 0x000000, "Member 'LyraSettingsShared_SetColorBlindMode::InMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetColorBlindStrength \ +static_assert(alignof(LyraSettingsShared_SetColorBlindStrength) == 0x000004, "Wrong alignment on LyraSettingsShared_SetColorBlindStrength"); \ +static_assert(sizeof(LyraSettingsShared_SetColorBlindStrength) == 0x000004, "Wrong size on LyraSettingsShared_SetColorBlindStrength"); \ +static_assert(offsetof(LyraSettingsShared_SetColorBlindStrength, InColorBlindStrength) == 0x000000, "Member 'LyraSettingsShared_SetColorBlindStrength::InColorBlindStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetCombatHintsVisible \ +static_assert(alignof(LyraSettingsShared_SetCombatHintsVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_SetCombatHintsVisible"); \ +static_assert(sizeof(LyraSettingsShared_SetCombatHintsVisible) == 0x000001, "Wrong size on LyraSettingsShared_SetCombatHintsVisible"); \ +static_assert(offsetof(LyraSettingsShared_SetCombatHintsVisible, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetCombatHintsVisible::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetDepthOfFieldEnabled \ +static_assert(alignof(LyraSettingsShared_SetDepthOfFieldEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_SetDepthOfFieldEnabled"); \ +static_assert(sizeof(LyraSettingsShared_SetDepthOfFieldEnabled) == 0x000001, "Wrong size on LyraSettingsShared_SetDepthOfFieldEnabled"); \ +static_assert(offsetof(LyraSettingsShared_SetDepthOfFieldEnabled, bInEnabled) == 0x000000, "Member 'LyraSettingsShared_SetDepthOfFieldEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetFieldOfView \ +static_assert(alignof(LyraSettingsShared_SetFieldOfView) == 0x000004, "Wrong alignment on LyraSettingsShared_SetFieldOfView"); \ +static_assert(sizeof(LyraSettingsShared_SetFieldOfView) == 0x000004, "Wrong size on LyraSettingsShared_SetFieldOfView"); \ +static_assert(offsetof(LyraSettingsShared_SetFieldOfView, InFov) == 0x000000, "Member 'LyraSettingsShared_SetFieldOfView::InFov' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetFilmGrainEnabled \ +static_assert(alignof(LyraSettingsShared_SetFilmGrainEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_SetFilmGrainEnabled"); \ +static_assert(sizeof(LyraSettingsShared_SetFilmGrainEnabled) == 0x000001, "Wrong size on LyraSettingsShared_SetFilmGrainEnabled"); \ +static_assert(offsetof(LyraSettingsShared_SetFilmGrainEnabled, bInEnabled) == 0x000000, "Member 'LyraSettingsShared_SetFilmGrainEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetForceFeedbackEnabled \ +static_assert(alignof(LyraSettingsShared_SetForceFeedbackEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_SetForceFeedbackEnabled"); \ +static_assert(sizeof(LyraSettingsShared_SetForceFeedbackEnabled) == 0x000001, "Wrong size on LyraSettingsShared_SetForceFeedbackEnabled"); \ +static_assert(offsetof(LyraSettingsShared_SetForceFeedbackEnabled, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetForceFeedbackEnabled::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetGamepadLookStickDeadZone \ +static_assert(alignof(LyraSettingsShared_SetGamepadLookStickDeadZone) == 0x000004, "Wrong alignment on LyraSettingsShared_SetGamepadLookStickDeadZone"); \ +static_assert(sizeof(LyraSettingsShared_SetGamepadLookStickDeadZone) == 0x000004, "Wrong size on LyraSettingsShared_SetGamepadLookStickDeadZone"); \ +static_assert(offsetof(LyraSettingsShared_SetGamepadLookStickDeadZone, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetGamepadLookStickDeadZone::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetGamepadMoveStickDeadZone \ +static_assert(alignof(LyraSettingsShared_SetGamepadMoveStickDeadZone) == 0x000004, "Wrong alignment on LyraSettingsShared_SetGamepadMoveStickDeadZone"); \ +static_assert(sizeof(LyraSettingsShared_SetGamepadMoveStickDeadZone) == 0x000004, "Wrong size on LyraSettingsShared_SetGamepadMoveStickDeadZone"); \ +static_assert(offsetof(LyraSettingsShared_SetGamepadMoveStickDeadZone, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetGamepadMoveStickDeadZone::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetGamepadTargetingSensitivityPreset \ +static_assert(alignof(LyraSettingsShared_SetGamepadTargetingSensitivityPreset) == 0x000001, "Wrong alignment on LyraSettingsShared_SetGamepadTargetingSensitivityPreset"); \ +static_assert(sizeof(LyraSettingsShared_SetGamepadTargetingSensitivityPreset) == 0x000001, "Wrong size on LyraSettingsShared_SetGamepadTargetingSensitivityPreset"); \ +static_assert(offsetof(LyraSettingsShared_SetGamepadTargetingSensitivityPreset, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetGamepadTargetingSensitivityPreset::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetHourToHourVisible \ +static_assert(alignof(LyraSettingsShared_SetHourToHourVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_SetHourToHourVisible"); \ +static_assert(sizeof(LyraSettingsShared_SetHourToHourVisible) == 0x000001, "Wrong size on LyraSettingsShared_SetHourToHourVisible"); \ +static_assert(offsetof(LyraSettingsShared_SetHourToHourVisible, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetHourToHourVisible::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetInvertHorizontalAxis \ +static_assert(alignof(LyraSettingsShared_SetInvertHorizontalAxis) == 0x000001, "Wrong alignment on LyraSettingsShared_SetInvertHorizontalAxis"); \ +static_assert(sizeof(LyraSettingsShared_SetInvertHorizontalAxis) == 0x000001, "Wrong size on LyraSettingsShared_SetInvertHorizontalAxis"); \ +static_assert(offsetof(LyraSettingsShared_SetInvertHorizontalAxis, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetInvertHorizontalAxis::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetInvertVerticalAxis \ +static_assert(alignof(LyraSettingsShared_SetInvertVerticalAxis) == 0x000001, "Wrong alignment on LyraSettingsShared_SetInvertVerticalAxis"); \ +static_assert(sizeof(LyraSettingsShared_SetInvertVerticalAxis) == 0x000001, "Wrong size on LyraSettingsShared_SetInvertVerticalAxis"); \ +static_assert(offsetof(LyraSettingsShared_SetInvertVerticalAxis, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetInvertVerticalAxis::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetLookSensitivityPreset \ +static_assert(alignof(LyraSettingsShared_SetLookSensitivityPreset) == 0x000001, "Wrong alignment on LyraSettingsShared_SetLookSensitivityPreset"); \ +static_assert(sizeof(LyraSettingsShared_SetLookSensitivityPreset) == 0x000001, "Wrong size on LyraSettingsShared_SetLookSensitivityPreset"); \ +static_assert(offsetof(LyraSettingsShared_SetLookSensitivityPreset, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetLookSensitivityPreset::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetMiniMapVisible \ +static_assert(alignof(LyraSettingsShared_SetMiniMapVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_SetMiniMapVisible"); \ +static_assert(sizeof(LyraSettingsShared_SetMiniMapVisible) == 0x000001, "Wrong size on LyraSettingsShared_SetMiniMapVisible"); \ +static_assert(offsetof(LyraSettingsShared_SetMiniMapVisible, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetMiniMapVisible::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetMotionBlurEnabled \ +static_assert(alignof(LyraSettingsShared_SetMotionBlurEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_SetMotionBlurEnabled"); \ +static_assert(sizeof(LyraSettingsShared_SetMotionBlurEnabled) == 0x000001, "Wrong size on LyraSettingsShared_SetMotionBlurEnabled"); \ +static_assert(offsetof(LyraSettingsShared_SetMotionBlurEnabled, bInEnabled) == 0x000000, "Member 'LyraSettingsShared_SetMotionBlurEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetMouseSensitivityX \ +static_assert(alignof(LyraSettingsShared_SetMouseSensitivityX) == 0x000008, "Wrong alignment on LyraSettingsShared_SetMouseSensitivityX"); \ +static_assert(sizeof(LyraSettingsShared_SetMouseSensitivityX) == 0x000008, "Wrong size on LyraSettingsShared_SetMouseSensitivityX"); \ +static_assert(offsetof(LyraSettingsShared_SetMouseSensitivityX, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetMouseSensitivityX::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetMouseSensitivityY \ +static_assert(alignof(LyraSettingsShared_SetMouseSensitivityY) == 0x000008, "Wrong alignment on LyraSettingsShared_SetMouseSensitivityY"); \ +static_assert(sizeof(LyraSettingsShared_SetMouseSensitivityY) == 0x000008, "Wrong size on LyraSettingsShared_SetMouseSensitivityY"); \ +static_assert(offsetof(LyraSettingsShared_SetMouseSensitivityY, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetMouseSensitivityY::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetPlayerStatsVisible \ +static_assert(alignof(LyraSettingsShared_SetPlayerStatsVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_SetPlayerStatsVisible"); \ +static_assert(sizeof(LyraSettingsShared_SetPlayerStatsVisible) == 0x000001, "Wrong size on LyraSettingsShared_SetPlayerStatsVisible"); \ +static_assert(offsetof(LyraSettingsShared_SetPlayerStatsVisible, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetPlayerStatsVisible::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetShowAimIndicator \ +static_assert(alignof(LyraSettingsShared_SetShowAimIndicator) == 0x000001, "Wrong alignment on LyraSettingsShared_SetShowAimIndicator"); \ +static_assert(sizeof(LyraSettingsShared_SetShowAimIndicator) == 0x000001, "Wrong size on LyraSettingsShared_SetShowAimIndicator"); \ +static_assert(offsetof(LyraSettingsShared_SetShowAimIndicator, bShown) == 0x000000, "Member 'LyraSettingsShared_SetShowAimIndicator::bShown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetShowThreatIndicator \ +static_assert(alignof(LyraSettingsShared_SetShowThreatIndicator) == 0x000001, "Wrong alignment on LyraSettingsShared_SetShowThreatIndicator"); \ +static_assert(sizeof(LyraSettingsShared_SetShowThreatIndicator) == 0x000001, "Wrong size on LyraSettingsShared_SetShowThreatIndicator"); \ +static_assert(offsetof(LyraSettingsShared_SetShowThreatIndicator, bShown) == 0x000000, "Member 'LyraSettingsShared_SetShowThreatIndicator::bShown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetSpeedometerVisible \ +static_assert(alignof(LyraSettingsShared_SetSpeedometerVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_SetSpeedometerVisible"); \ +static_assert(sizeof(LyraSettingsShared_SetSpeedometerVisible) == 0x000001, "Wrong size on LyraSettingsShared_SetSpeedometerVisible"); \ +static_assert(offsetof(LyraSettingsShared_SetSpeedometerVisible, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetSpeedometerVisible::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetSubtitlesBackgroundOpacity \ +static_assert(alignof(LyraSettingsShared_SetSubtitlesBackgroundOpacity) == 0x000001, "Wrong alignment on LyraSettingsShared_SetSubtitlesBackgroundOpacity"); \ +static_assert(sizeof(LyraSettingsShared_SetSubtitlesBackgroundOpacity) == 0x000001, "Wrong size on LyraSettingsShared_SetSubtitlesBackgroundOpacity"); \ +static_assert(offsetof(LyraSettingsShared_SetSubtitlesBackgroundOpacity, Value) == 0x000000, "Member 'LyraSettingsShared_SetSubtitlesBackgroundOpacity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetSubtitlesEnabled \ +static_assert(alignof(LyraSettingsShared_SetSubtitlesEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_SetSubtitlesEnabled"); \ +static_assert(sizeof(LyraSettingsShared_SetSubtitlesEnabled) == 0x000001, "Wrong size on LyraSettingsShared_SetSubtitlesEnabled"); \ +static_assert(offsetof(LyraSettingsShared_SetSubtitlesEnabled, Value) == 0x000000, "Member 'LyraSettingsShared_SetSubtitlesEnabled::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetSubtitlesTextBorder \ +static_assert(alignof(LyraSettingsShared_SetSubtitlesTextBorder) == 0x000001, "Wrong alignment on LyraSettingsShared_SetSubtitlesTextBorder"); \ +static_assert(sizeof(LyraSettingsShared_SetSubtitlesTextBorder) == 0x000001, "Wrong size on LyraSettingsShared_SetSubtitlesTextBorder"); \ +static_assert(offsetof(LyraSettingsShared_SetSubtitlesTextBorder, Value) == 0x000000, "Member 'LyraSettingsShared_SetSubtitlesTextBorder::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetSubtitlesTextColor \ +static_assert(alignof(LyraSettingsShared_SetSubtitlesTextColor) == 0x000001, "Wrong alignment on LyraSettingsShared_SetSubtitlesTextColor"); \ +static_assert(sizeof(LyraSettingsShared_SetSubtitlesTextColor) == 0x000001, "Wrong size on LyraSettingsShared_SetSubtitlesTextColor"); \ +static_assert(offsetof(LyraSettingsShared_SetSubtitlesTextColor, Value) == 0x000000, "Member 'LyraSettingsShared_SetSubtitlesTextColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetSubtitlesTextSize \ +static_assert(alignof(LyraSettingsShared_SetSubtitlesTextSize) == 0x000001, "Wrong alignment on LyraSettingsShared_SetSubtitlesTextSize"); \ +static_assert(sizeof(LyraSettingsShared_SetSubtitlesTextSize) == 0x000001, "Wrong size on LyraSettingsShared_SetSubtitlesTextSize"); \ +static_assert(offsetof(LyraSettingsShared_SetSubtitlesTextSize, Value) == 0x000000, "Member 'LyraSettingsShared_SetSubtitlesTextSize::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetTachometerVisible \ +static_assert(alignof(LyraSettingsShared_SetTachometerVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_SetTachometerVisible"); \ +static_assert(sizeof(LyraSettingsShared_SetTachometerVisible) == 0x000001, "Wrong size on LyraSettingsShared_SetTachometerVisible"); \ +static_assert(offsetof(LyraSettingsShared_SetTachometerVisible, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetTachometerVisible::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetTargetingMultiplier \ +static_assert(alignof(LyraSettingsShared_SetTargetingMultiplier) == 0x000008, "Wrong alignment on LyraSettingsShared_SetTargetingMultiplier"); \ +static_assert(sizeof(LyraSettingsShared_SetTargetingMultiplier) == 0x000008, "Wrong size on LyraSettingsShared_SetTargetingMultiplier"); \ +static_assert(offsetof(LyraSettingsShared_SetTargetingMultiplier, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetTargetingMultiplier::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetTriggerHapticsEnabled \ +static_assert(alignof(LyraSettingsShared_SetTriggerHapticsEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_SetTriggerHapticsEnabled"); \ +static_assert(sizeof(LyraSettingsShared_SetTriggerHapticsEnabled) == 0x000001, "Wrong size on LyraSettingsShared_SetTriggerHapticsEnabled"); \ +static_assert(offsetof(LyraSettingsShared_SetTriggerHapticsEnabled, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetTriggerHapticsEnabled::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetTriggerHapticStartPosition \ +static_assert(alignof(LyraSettingsShared_SetTriggerHapticStartPosition) == 0x000001, "Wrong alignment on LyraSettingsShared_SetTriggerHapticStartPosition"); \ +static_assert(sizeof(LyraSettingsShared_SetTriggerHapticStartPosition) == 0x000001, "Wrong size on LyraSettingsShared_SetTriggerHapticStartPosition"); \ +static_assert(offsetof(LyraSettingsShared_SetTriggerHapticStartPosition, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetTriggerHapticStartPosition::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetTriggerHapticStrength \ +static_assert(alignof(LyraSettingsShared_SetTriggerHapticStrength) == 0x000001, "Wrong alignment on LyraSettingsShared_SetTriggerHapticStrength"); \ +static_assert(sizeof(LyraSettingsShared_SetTriggerHapticStrength) == 0x000001, "Wrong size on LyraSettingsShared_SetTriggerHapticStrength"); \ +static_assert(offsetof(LyraSettingsShared_SetTriggerHapticStrength, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetTriggerHapticStrength::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetTriggerPullUsesHapticThreshold \ +static_assert(alignof(LyraSettingsShared_SetTriggerPullUsesHapticThreshold) == 0x000001, "Wrong alignment on LyraSettingsShared_SetTriggerPullUsesHapticThreshold"); \ +static_assert(sizeof(LyraSettingsShared_SetTriggerPullUsesHapticThreshold) == 0x000001, "Wrong size on LyraSettingsShared_SetTriggerPullUsesHapticThreshold"); \ +static_assert(offsetof(LyraSettingsShared_SetTriggerPullUsesHapticThreshold, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetTriggerPullUsesHapticThreshold::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetTutorialControlsMode \ +static_assert(alignof(LyraSettingsShared_SetTutorialControlsMode) == 0x000001, "Wrong alignment on LyraSettingsShared_SetTutorialControlsMode"); \ +static_assert(sizeof(LyraSettingsShared_SetTutorialControlsMode) == 0x000001, "Wrong size on LyraSettingsShared_SetTutorialControlsMode"); \ +static_assert(offsetof(LyraSettingsShared_SetTutorialControlsMode, InMode) == 0x000000, "Member 'LyraSettingsShared_SetTutorialControlsMode::InMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetTutorialHintsEnabled \ +static_assert(alignof(LyraSettingsShared_SetTutorialHintsEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_SetTutorialHintsEnabled"); \ +static_assert(sizeof(LyraSettingsShared_SetTutorialHintsEnabled) == 0x000001, "Wrong size on LyraSettingsShared_SetTutorialHintsEnabled"); \ +static_assert(offsetof(LyraSettingsShared_SetTutorialHintsEnabled, bInEnabled) == 0x000000, "Member 'LyraSettingsShared_SetTutorialHintsEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetTutorialPopupsEnabled \ +static_assert(alignof(LyraSettingsShared_SetTutorialPopupsEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_SetTutorialPopupsEnabled"); \ +static_assert(sizeof(LyraSettingsShared_SetTutorialPopupsEnabled) == 0x000001, "Wrong size on LyraSettingsShared_SetTutorialPopupsEnabled"); \ +static_assert(offsetof(LyraSettingsShared_SetTutorialPopupsEnabled, bInEnabled) == 0x000000, "Member 'LyraSettingsShared_SetTutorialPopupsEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetVehicleFieldOfView \ +static_assert(alignof(LyraSettingsShared_SetVehicleFieldOfView) == 0x000004, "Wrong alignment on LyraSettingsShared_SetVehicleFieldOfView"); \ +static_assert(sizeof(LyraSettingsShared_SetVehicleFieldOfView) == 0x000004, "Wrong size on LyraSettingsShared_SetVehicleFieldOfView"); \ +static_assert(offsetof(LyraSettingsShared_SetVehicleFieldOfView, InFov) == 0x000000, "Member 'LyraSettingsShared_SetVehicleFieldOfView::InFov' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetVehicleHintsVisible \ +static_assert(alignof(LyraSettingsShared_SetVehicleHintsVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_SetVehicleHintsVisible"); \ +static_assert(sizeof(LyraSettingsShared_SetVehicleHintsVisible) == 0x000001, "Wrong size on LyraSettingsShared_SetVehicleHintsVisible"); \ +static_assert(offsetof(LyraSettingsShared_SetVehicleHintsVisible, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetVehicleHintsVisible::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_SetVisualizeStorydeckSpirits \ +static_assert(alignof(LyraSettingsShared_SetVisualizeStorydeckSpirits) == 0x000001, "Wrong alignment on LyraSettingsShared_SetVisualizeStorydeckSpirits"); \ +static_assert(sizeof(LyraSettingsShared_SetVisualizeStorydeckSpirits) == 0x000001, "Wrong size on LyraSettingsShared_SetVisualizeStorydeckSpirits"); \ +static_assert(offsetof(LyraSettingsShared_SetVisualizeStorydeckSpirits, NewValue) == 0x000000, "Member 'LyraSettingsShared_SetVisualizeStorydeckSpirits::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetAllowAudioInBackgroundSetting \ +static_assert(alignof(LyraSettingsShared_GetAllowAudioInBackgroundSetting) == 0x000001, "Wrong alignment on LyraSettingsShared_GetAllowAudioInBackgroundSetting"); \ +static_assert(sizeof(LyraSettingsShared_GetAllowAudioInBackgroundSetting) == 0x000001, "Wrong size on LyraSettingsShared_GetAllowAudioInBackgroundSetting"); \ +static_assert(offsetof(LyraSettingsShared_GetAllowAudioInBackgroundSetting, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetAllowAudioInBackgroundSetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetCameraShakeEnabled \ +static_assert(alignof(LyraSettingsShared_GetCameraShakeEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_GetCameraShakeEnabled"); \ +static_assert(sizeof(LyraSettingsShared_GetCameraShakeEnabled) == 0x000001, "Wrong size on LyraSettingsShared_GetCameraShakeEnabled"); \ +static_assert(offsetof(LyraSettingsShared_GetCameraShakeEnabled, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetCameraShakeEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetColorBlindMode \ +static_assert(alignof(LyraSettingsShared_GetColorBlindMode) == 0x000001, "Wrong alignment on LyraSettingsShared_GetColorBlindMode"); \ +static_assert(sizeof(LyraSettingsShared_GetColorBlindMode) == 0x000001, "Wrong size on LyraSettingsShared_GetColorBlindMode"); \ +static_assert(offsetof(LyraSettingsShared_GetColorBlindMode, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetColorBlindMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetColorBlindStrength \ +static_assert(alignof(LyraSettingsShared_GetColorBlindStrength) == 0x000004, "Wrong alignment on LyraSettingsShared_GetColorBlindStrength"); \ +static_assert(sizeof(LyraSettingsShared_GetColorBlindStrength) == 0x000004, "Wrong size on LyraSettingsShared_GetColorBlindStrength"); \ +static_assert(offsetof(LyraSettingsShared_GetColorBlindStrength, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetColorBlindStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetCombatHintsVisible \ +static_assert(alignof(LyraSettingsShared_GetCombatHintsVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_GetCombatHintsVisible"); \ +static_assert(sizeof(LyraSettingsShared_GetCombatHintsVisible) == 0x000001, "Wrong size on LyraSettingsShared_GetCombatHintsVisible"); \ +static_assert(offsetof(LyraSettingsShared_GetCombatHintsVisible, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetCombatHintsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetDepthOfFieldEnabled \ +static_assert(alignof(LyraSettingsShared_GetDepthOfFieldEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_GetDepthOfFieldEnabled"); \ +static_assert(sizeof(LyraSettingsShared_GetDepthOfFieldEnabled) == 0x000001, "Wrong size on LyraSettingsShared_GetDepthOfFieldEnabled"); \ +static_assert(offsetof(LyraSettingsShared_GetDepthOfFieldEnabled, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetDepthOfFieldEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetFieldOfView \ +static_assert(alignof(LyraSettingsShared_GetFieldOfView) == 0x000004, "Wrong alignment on LyraSettingsShared_GetFieldOfView"); \ +static_assert(sizeof(LyraSettingsShared_GetFieldOfView) == 0x000004, "Wrong size on LyraSettingsShared_GetFieldOfView"); \ +static_assert(offsetof(LyraSettingsShared_GetFieldOfView, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetFilmGrainEnabled \ +static_assert(alignof(LyraSettingsShared_GetFilmGrainEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_GetFilmGrainEnabled"); \ +static_assert(sizeof(LyraSettingsShared_GetFilmGrainEnabled) == 0x000001, "Wrong size on LyraSettingsShared_GetFilmGrainEnabled"); \ +static_assert(offsetof(LyraSettingsShared_GetFilmGrainEnabled, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetFilmGrainEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetForceFeedbackEnabled \ +static_assert(alignof(LyraSettingsShared_GetForceFeedbackEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_GetForceFeedbackEnabled"); \ +static_assert(sizeof(LyraSettingsShared_GetForceFeedbackEnabled) == 0x000001, "Wrong size on LyraSettingsShared_GetForceFeedbackEnabled"); \ +static_assert(offsetof(LyraSettingsShared_GetForceFeedbackEnabled, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetForceFeedbackEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetGamepadLookSensitivityPreset \ +static_assert(alignof(LyraSettingsShared_GetGamepadLookSensitivityPreset) == 0x000001, "Wrong alignment on LyraSettingsShared_GetGamepadLookSensitivityPreset"); \ +static_assert(sizeof(LyraSettingsShared_GetGamepadLookSensitivityPreset) == 0x000001, "Wrong size on LyraSettingsShared_GetGamepadLookSensitivityPreset"); \ +static_assert(offsetof(LyraSettingsShared_GetGamepadLookSensitivityPreset, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetGamepadLookSensitivityPreset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetGamepadLookStickDeadZone \ +static_assert(alignof(LyraSettingsShared_GetGamepadLookStickDeadZone) == 0x000004, "Wrong alignment on LyraSettingsShared_GetGamepadLookStickDeadZone"); \ +static_assert(sizeof(LyraSettingsShared_GetGamepadLookStickDeadZone) == 0x000004, "Wrong size on LyraSettingsShared_GetGamepadLookStickDeadZone"); \ +static_assert(offsetof(LyraSettingsShared_GetGamepadLookStickDeadZone, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetGamepadLookStickDeadZone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetGamepadMoveStickDeadZone \ +static_assert(alignof(LyraSettingsShared_GetGamepadMoveStickDeadZone) == 0x000004, "Wrong alignment on LyraSettingsShared_GetGamepadMoveStickDeadZone"); \ +static_assert(sizeof(LyraSettingsShared_GetGamepadMoveStickDeadZone) == 0x000004, "Wrong size on LyraSettingsShared_GetGamepadMoveStickDeadZone"); \ +static_assert(offsetof(LyraSettingsShared_GetGamepadMoveStickDeadZone, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetGamepadMoveStickDeadZone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetGamepadTargetingSensitivityPreset \ +static_assert(alignof(LyraSettingsShared_GetGamepadTargetingSensitivityPreset) == 0x000001, "Wrong alignment on LyraSettingsShared_GetGamepadTargetingSensitivityPreset"); \ +static_assert(sizeof(LyraSettingsShared_GetGamepadTargetingSensitivityPreset) == 0x000001, "Wrong size on LyraSettingsShared_GetGamepadTargetingSensitivityPreset"); \ +static_assert(offsetof(LyraSettingsShared_GetGamepadTargetingSensitivityPreset, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetGamepadTargetingSensitivityPreset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetHourToHourVisible \ +static_assert(alignof(LyraSettingsShared_GetHourToHourVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_GetHourToHourVisible"); \ +static_assert(sizeof(LyraSettingsShared_GetHourToHourVisible) == 0x000001, "Wrong size on LyraSettingsShared_GetHourToHourVisible"); \ +static_assert(offsetof(LyraSettingsShared_GetHourToHourVisible, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetHourToHourVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetInvertHorizontalAxis \ +static_assert(alignof(LyraSettingsShared_GetInvertHorizontalAxis) == 0x000001, "Wrong alignment on LyraSettingsShared_GetInvertHorizontalAxis"); \ +static_assert(sizeof(LyraSettingsShared_GetInvertHorizontalAxis) == 0x000001, "Wrong size on LyraSettingsShared_GetInvertHorizontalAxis"); \ +static_assert(offsetof(LyraSettingsShared_GetInvertHorizontalAxis, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetInvertHorizontalAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetInvertVerticalAxis \ +static_assert(alignof(LyraSettingsShared_GetInvertVerticalAxis) == 0x000001, "Wrong alignment on LyraSettingsShared_GetInvertVerticalAxis"); \ +static_assert(sizeof(LyraSettingsShared_GetInvertVerticalAxis) == 0x000001, "Wrong size on LyraSettingsShared_GetInvertVerticalAxis"); \ +static_assert(offsetof(LyraSettingsShared_GetInvertVerticalAxis, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetInvertVerticalAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetMiniMapVisible \ +static_assert(alignof(LyraSettingsShared_GetMiniMapVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_GetMiniMapVisible"); \ +static_assert(sizeof(LyraSettingsShared_GetMiniMapVisible) == 0x000001, "Wrong size on LyraSettingsShared_GetMiniMapVisible"); \ +static_assert(offsetof(LyraSettingsShared_GetMiniMapVisible, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetMiniMapVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetMotionBlurEnabled \ +static_assert(alignof(LyraSettingsShared_GetMotionBlurEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_GetMotionBlurEnabled"); \ +static_assert(sizeof(LyraSettingsShared_GetMotionBlurEnabled) == 0x000001, "Wrong size on LyraSettingsShared_GetMotionBlurEnabled"); \ +static_assert(offsetof(LyraSettingsShared_GetMotionBlurEnabled, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetMotionBlurEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetMouseSensitivityX \ +static_assert(alignof(LyraSettingsShared_GetMouseSensitivityX) == 0x000008, "Wrong alignment on LyraSettingsShared_GetMouseSensitivityX"); \ +static_assert(sizeof(LyraSettingsShared_GetMouseSensitivityX) == 0x000008, "Wrong size on LyraSettingsShared_GetMouseSensitivityX"); \ +static_assert(offsetof(LyraSettingsShared_GetMouseSensitivityX, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetMouseSensitivityX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetMouseSensitivityY \ +static_assert(alignof(LyraSettingsShared_GetMouseSensitivityY) == 0x000008, "Wrong alignment on LyraSettingsShared_GetMouseSensitivityY"); \ +static_assert(sizeof(LyraSettingsShared_GetMouseSensitivityY) == 0x000008, "Wrong size on LyraSettingsShared_GetMouseSensitivityY"); \ +static_assert(offsetof(LyraSettingsShared_GetMouseSensitivityY, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetMouseSensitivityY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetPlayerStatsVisible \ +static_assert(alignof(LyraSettingsShared_GetPlayerStatsVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_GetPlayerStatsVisible"); \ +static_assert(sizeof(LyraSettingsShared_GetPlayerStatsVisible) == 0x000001, "Wrong size on LyraSettingsShared_GetPlayerStatsVisible"); \ +static_assert(offsetof(LyraSettingsShared_GetPlayerStatsVisible, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetPlayerStatsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetShowAimIndicator \ +static_assert(alignof(LyraSettingsShared_GetShowAimIndicator) == 0x000001, "Wrong alignment on LyraSettingsShared_GetShowAimIndicator"); \ +static_assert(sizeof(LyraSettingsShared_GetShowAimIndicator) == 0x000001, "Wrong size on LyraSettingsShared_GetShowAimIndicator"); \ +static_assert(offsetof(LyraSettingsShared_GetShowAimIndicator, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetShowAimIndicator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetShowThreatIndicator \ +static_assert(alignof(LyraSettingsShared_GetShowThreatIndicator) == 0x000001, "Wrong alignment on LyraSettingsShared_GetShowThreatIndicator"); \ +static_assert(sizeof(LyraSettingsShared_GetShowThreatIndicator) == 0x000001, "Wrong size on LyraSettingsShared_GetShowThreatIndicator"); \ +static_assert(offsetof(LyraSettingsShared_GetShowThreatIndicator, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetShowThreatIndicator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetSpeedometerVisible \ +static_assert(alignof(LyraSettingsShared_GetSpeedometerVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_GetSpeedometerVisible"); \ +static_assert(sizeof(LyraSettingsShared_GetSpeedometerVisible) == 0x000001, "Wrong size on LyraSettingsShared_GetSpeedometerVisible"); \ +static_assert(offsetof(LyraSettingsShared_GetSpeedometerVisible, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetSpeedometerVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetSubtitlesBackgroundOpacity \ +static_assert(alignof(LyraSettingsShared_GetSubtitlesBackgroundOpacity) == 0x000001, "Wrong alignment on LyraSettingsShared_GetSubtitlesBackgroundOpacity"); \ +static_assert(sizeof(LyraSettingsShared_GetSubtitlesBackgroundOpacity) == 0x000001, "Wrong size on LyraSettingsShared_GetSubtitlesBackgroundOpacity"); \ +static_assert(offsetof(LyraSettingsShared_GetSubtitlesBackgroundOpacity, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetSubtitlesBackgroundOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetSubtitlesEnabled \ +static_assert(alignof(LyraSettingsShared_GetSubtitlesEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_GetSubtitlesEnabled"); \ +static_assert(sizeof(LyraSettingsShared_GetSubtitlesEnabled) == 0x000001, "Wrong size on LyraSettingsShared_GetSubtitlesEnabled"); \ +static_assert(offsetof(LyraSettingsShared_GetSubtitlesEnabled, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetSubtitlesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetSubtitlesTextBorder \ +static_assert(alignof(LyraSettingsShared_GetSubtitlesTextBorder) == 0x000001, "Wrong alignment on LyraSettingsShared_GetSubtitlesTextBorder"); \ +static_assert(sizeof(LyraSettingsShared_GetSubtitlesTextBorder) == 0x000001, "Wrong size on LyraSettingsShared_GetSubtitlesTextBorder"); \ +static_assert(offsetof(LyraSettingsShared_GetSubtitlesTextBorder, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetSubtitlesTextBorder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetSubtitlesTextColor \ +static_assert(alignof(LyraSettingsShared_GetSubtitlesTextColor) == 0x000001, "Wrong alignment on LyraSettingsShared_GetSubtitlesTextColor"); \ +static_assert(sizeof(LyraSettingsShared_GetSubtitlesTextColor) == 0x000001, "Wrong size on LyraSettingsShared_GetSubtitlesTextColor"); \ +static_assert(offsetof(LyraSettingsShared_GetSubtitlesTextColor, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetSubtitlesTextColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetSubtitlesTextSize \ +static_assert(alignof(LyraSettingsShared_GetSubtitlesTextSize) == 0x000001, "Wrong alignment on LyraSettingsShared_GetSubtitlesTextSize"); \ +static_assert(sizeof(LyraSettingsShared_GetSubtitlesTextSize) == 0x000001, "Wrong size on LyraSettingsShared_GetSubtitlesTextSize"); \ +static_assert(offsetof(LyraSettingsShared_GetSubtitlesTextSize, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetSubtitlesTextSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetTachometerVisible \ +static_assert(alignof(LyraSettingsShared_GetTachometerVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_GetTachometerVisible"); \ +static_assert(sizeof(LyraSettingsShared_GetTachometerVisible) == 0x000001, "Wrong size on LyraSettingsShared_GetTachometerVisible"); \ +static_assert(offsetof(LyraSettingsShared_GetTachometerVisible, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetTachometerVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetTargetingMultiplier \ +static_assert(alignof(LyraSettingsShared_GetTargetingMultiplier) == 0x000008, "Wrong alignment on LyraSettingsShared_GetTargetingMultiplier"); \ +static_assert(sizeof(LyraSettingsShared_GetTargetingMultiplier) == 0x000008, "Wrong size on LyraSettingsShared_GetTargetingMultiplier"); \ +static_assert(offsetof(LyraSettingsShared_GetTargetingMultiplier, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetTargetingMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetTriggerHapticsEnabled \ +static_assert(alignof(LyraSettingsShared_GetTriggerHapticsEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_GetTriggerHapticsEnabled"); \ +static_assert(sizeof(LyraSettingsShared_GetTriggerHapticsEnabled) == 0x000001, "Wrong size on LyraSettingsShared_GetTriggerHapticsEnabled"); \ +static_assert(offsetof(LyraSettingsShared_GetTriggerHapticsEnabled, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetTriggerHapticsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetTriggerHapticStartPosition \ +static_assert(alignof(LyraSettingsShared_GetTriggerHapticStartPosition) == 0x000001, "Wrong alignment on LyraSettingsShared_GetTriggerHapticStartPosition"); \ +static_assert(sizeof(LyraSettingsShared_GetTriggerHapticStartPosition) == 0x000001, "Wrong size on LyraSettingsShared_GetTriggerHapticStartPosition"); \ +static_assert(offsetof(LyraSettingsShared_GetTriggerHapticStartPosition, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetTriggerHapticStartPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetTriggerHapticStrength \ +static_assert(alignof(LyraSettingsShared_GetTriggerHapticStrength) == 0x000001, "Wrong alignment on LyraSettingsShared_GetTriggerHapticStrength"); \ +static_assert(sizeof(LyraSettingsShared_GetTriggerHapticStrength) == 0x000001, "Wrong size on LyraSettingsShared_GetTriggerHapticStrength"); \ +static_assert(offsetof(LyraSettingsShared_GetTriggerHapticStrength, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetTriggerHapticStrength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetTriggerPullUsesHapticThreshold \ +static_assert(alignof(LyraSettingsShared_GetTriggerPullUsesHapticThreshold) == 0x000001, "Wrong alignment on LyraSettingsShared_GetTriggerPullUsesHapticThreshold"); \ +static_assert(sizeof(LyraSettingsShared_GetTriggerPullUsesHapticThreshold) == 0x000001, "Wrong size on LyraSettingsShared_GetTriggerPullUsesHapticThreshold"); \ +static_assert(offsetof(LyraSettingsShared_GetTriggerPullUsesHapticThreshold, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetTriggerPullUsesHapticThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetTutorialControlsMode \ +static_assert(alignof(LyraSettingsShared_GetTutorialControlsMode) == 0x000001, "Wrong alignment on LyraSettingsShared_GetTutorialControlsMode"); \ +static_assert(sizeof(LyraSettingsShared_GetTutorialControlsMode) == 0x000001, "Wrong size on LyraSettingsShared_GetTutorialControlsMode"); \ +static_assert(offsetof(LyraSettingsShared_GetTutorialControlsMode, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetTutorialControlsMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetTutorialHintsEnabled \ +static_assert(alignof(LyraSettingsShared_GetTutorialHintsEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_GetTutorialHintsEnabled"); \ +static_assert(sizeof(LyraSettingsShared_GetTutorialHintsEnabled) == 0x000001, "Wrong size on LyraSettingsShared_GetTutorialHintsEnabled"); \ +static_assert(offsetof(LyraSettingsShared_GetTutorialHintsEnabled, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetTutorialHintsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetTutorialPopupsEnabled \ +static_assert(alignof(LyraSettingsShared_GetTutorialPopupsEnabled) == 0x000001, "Wrong alignment on LyraSettingsShared_GetTutorialPopupsEnabled"); \ +static_assert(sizeof(LyraSettingsShared_GetTutorialPopupsEnabled) == 0x000001, "Wrong size on LyraSettingsShared_GetTutorialPopupsEnabled"); \ +static_assert(offsetof(LyraSettingsShared_GetTutorialPopupsEnabled, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetTutorialPopupsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetVehicleFieldOfView \ +static_assert(alignof(LyraSettingsShared_GetVehicleFieldOfView) == 0x000004, "Wrong alignment on LyraSettingsShared_GetVehicleFieldOfView"); \ +static_assert(sizeof(LyraSettingsShared_GetVehicleFieldOfView) == 0x000004, "Wrong size on LyraSettingsShared_GetVehicleFieldOfView"); \ +static_assert(offsetof(LyraSettingsShared_GetVehicleFieldOfView, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetVehicleFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetVehicleHintsVisible \ +static_assert(alignof(LyraSettingsShared_GetVehicleHintsVisible) == 0x000001, "Wrong alignment on LyraSettingsShared_GetVehicleHintsVisible"); \ +static_assert(sizeof(LyraSettingsShared_GetVehicleHintsVisible) == 0x000001, "Wrong size on LyraSettingsShared_GetVehicleHintsVisible"); \ +static_assert(offsetof(LyraSettingsShared_GetVehicleHintsVisible, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetVehicleHintsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsShared_GetVisualizeStorydeckSpirits \ +static_assert(alignof(LyraSettingsShared_GetVisualizeStorydeckSpirits) == 0x000001, "Wrong alignment on LyraSettingsShared_GetVisualizeStorydeckSpirits"); \ +static_assert(sizeof(LyraSettingsShared_GetVisualizeStorydeckSpirits) == 0x000001, "Wrong size on LyraSettingsShared_GetVisualizeStorydeckSpirits"); \ +static_assert(offsetof(LyraSettingsShared_GetVisualizeStorydeckSpirits, ReturnValue) == 0x000000, "Member 'LyraSettingsShared_GetVisualizeStorydeckSpirits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraSettingsShared \ +static_assert(alignof(ULyraSettingsShared) == 0x000008, "Wrong alignment on ULyraSettingsShared"); \ +static_assert(sizeof(ULyraSettingsShared) == 0x0000E0, "Wrong size on ULyraSettingsShared"); \ +static_assert(offsetof(ULyraSettingsShared, FieldOfViewGeneric) == 0x000070, "Member 'ULyraSettingsShared::FieldOfViewGeneric' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, FieldOfViewVehicle) == 0x000074, "Member 'ULyraSettingsShared::FieldOfViewVehicle' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bMotionBlurEnabled) == 0x000078, "Member 'ULyraSettingsShared::bMotionBlurEnabled' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bDepthOfFieldEnabled) == 0x000079, "Member 'ULyraSettingsShared::bDepthOfFieldEnabled' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bFilmGrainEnabled) == 0x00007A, "Member 'ULyraSettingsShared::bFilmGrainEnabled' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bTutorialPopupsEnabled) == 0x00007B, "Member 'ULyraSettingsShared::bTutorialPopupsEnabled' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bTutorialHintsEnabled) == 0x00007C, "Member 'ULyraSettingsShared::bTutorialHintsEnabled' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, TutorialControlsMode) == 0x00007D, "Member 'ULyraSettingsShared::TutorialControlsMode' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bCameraShakeEnabled) == 0x00007E, "Member 'ULyraSettingsShared::bCameraShakeEnabled' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bThreatIndicator) == 0x00007F, "Member 'ULyraSettingsShared::bThreatIndicator' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bAimIndicator) == 0x000080, "Member 'ULyraSettingsShared::bAimIndicator' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bCombatHintsVisible) == 0x000081, "Member 'ULyraSettingsShared::bCombatHintsVisible' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bVehicleHintsVisible) == 0x000082, "Member 'ULyraSettingsShared::bVehicleHintsVisible' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bHourToHourVisible) == 0x000083, "Member 'ULyraSettingsShared::bHourToHourVisible' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bPlayerStatsVisible) == 0x000084, "Member 'ULyraSettingsShared::bPlayerStatsVisible' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bMiniMapVisible) == 0x000085, "Member 'ULyraSettingsShared::bMiniMapVisible' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bSpeedometerVisible) == 0x000086, "Member 'ULyraSettingsShared::bSpeedometerVisible' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bTachometerVisible) == 0x000087, "Member 'ULyraSettingsShared::bTachometerVisible' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, ColorBlindMode) == 0x000088, "Member 'ULyraSettingsShared::ColorBlindMode' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, ColorBlindStrength) == 0x00008C, "Member 'ULyraSettingsShared::ColorBlindStrength' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bForceFeedbackEnabled) == 0x000090, "Member 'ULyraSettingsShared::bForceFeedbackEnabled' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, GamepadMoveStickDeadZone) == 0x000094, "Member 'ULyraSettingsShared::GamepadMoveStickDeadZone' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, GamepadLookStickDeadZone) == 0x000098, "Member 'ULyraSettingsShared::GamepadLookStickDeadZone' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bTriggerHapticsEnabled) == 0x00009C, "Member 'ULyraSettingsShared::bTriggerHapticsEnabled' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bTriggerPullUsesHapticThreshold) == 0x00009D, "Member 'ULyraSettingsShared::bTriggerPullUsesHapticThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, TriggerHapticStrength) == 0x00009E, "Member 'ULyraSettingsShared::TriggerHapticStrength' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, TriggerHapticStartPosition) == 0x00009F, "Member 'ULyraSettingsShared::TriggerHapticStartPosition' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bEnableSubtitles) == 0x0000A0, "Member 'ULyraSettingsShared::bEnableSubtitles' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, SubtitleTextSize) == 0x0000A1, "Member 'ULyraSettingsShared::SubtitleTextSize' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, SubtitleTextColor) == 0x0000A2, "Member 'ULyraSettingsShared::SubtitleTextColor' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, SubtitleTextBorder) == 0x0000A3, "Member 'ULyraSettingsShared::SubtitleTextBorder' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, SubtitleBackgroundOpacity) == 0x0000A4, "Member 'ULyraSettingsShared::SubtitleBackgroundOpacity' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, AllowAudioInBackground) == 0x0000A5, "Member 'ULyraSettingsShared::AllowAudioInBackground' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, PendingCulture) == 0x0000A8, "Member 'ULyraSettingsShared::PendingCulture' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, MouseSensitivityX) == 0x0000C0, "Member 'ULyraSettingsShared::MouseSensitivityX' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, MouseSensitivityY) == 0x0000C8, "Member 'ULyraSettingsShared::MouseSensitivityY' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, TargetingMultiplier) == 0x0000D0, "Member 'ULyraSettingsShared::TargetingMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bInvertVerticalAxis) == 0x0000D8, "Member 'ULyraSettingsShared::bInvertVerticalAxis' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bInvertHorizontalAxis) == 0x0000D9, "Member 'ULyraSettingsShared::bInvertHorizontalAxis' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, GamepadLookSensitivityPreset) == 0x0000DA, "Member 'ULyraSettingsShared::GamepadLookSensitivityPreset' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, GamepadTargetingSensitivityPreset) == 0x0000DB, "Member 'ULyraSettingsShared::GamepadTargetingSensitivityPreset' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsShared, bVisualizeStorydeckSpirits) == 0x0000DC, "Member 'ULyraSettingsShared::bVisualizeStorydeckSpirits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraBrightnessEditor \ +static_assert(alignof(ULyraBrightnessEditor) == 0x000008, "Wrong alignment on ULyraBrightnessEditor"); \ +static_assert(sizeof(ULyraBrightnessEditor) == 0x0004E0, "Wrong size on ULyraBrightnessEditor"); \ +static_assert(offsetof(ULyraBrightnessEditor, bCanCancel) == 0x0004B0, "Member 'ULyraBrightnessEditor::bCanCancel' has a wrong offset!"); \ +static_assert(offsetof(ULyraBrightnessEditor, Switcher_SafeZoneMessage) == 0x0004C0, "Member 'ULyraBrightnessEditor::Switcher_SafeZoneMessage' has a wrong offset!"); \ +static_assert(offsetof(ULyraBrightnessEditor, RichText_Default) == 0x0004C8, "Member 'ULyraBrightnessEditor::RichText_Default' has a wrong offset!"); \ +static_assert(offsetof(ULyraBrightnessEditor, Button_Back) == 0x0004D0, "Member 'ULyraBrightnessEditor::Button_Back' has a wrong offset!"); \ +static_assert(offsetof(ULyraBrightnessEditor, Button_Done) == 0x0004D8, "Member 'ULyraBrightnessEditor::Button_Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraSafeZoneEditor \ +static_assert(alignof(ULyraSafeZoneEditor) == 0x000008, "Wrong alignment on ULyraSafeZoneEditor"); \ +static_assert(sizeof(ULyraSafeZoneEditor) == 0x0004E0, "Wrong size on ULyraSafeZoneEditor"); \ +static_assert(offsetof(ULyraSafeZoneEditor, bCanCancel) == 0x0004B0, "Member 'ULyraSafeZoneEditor::bCanCancel' has a wrong offset!"); \ +static_assert(offsetof(ULyraSafeZoneEditor, Switcher_SafeZoneMessage) == 0x0004C0, "Member 'ULyraSafeZoneEditor::Switcher_SafeZoneMessage' has a wrong offset!"); \ +static_assert(offsetof(ULyraSafeZoneEditor, RichText_Default) == 0x0004C8, "Member 'ULyraSafeZoneEditor::RichText_Default' has a wrong offset!"); \ +static_assert(offsetof(ULyraSafeZoneEditor, Button_Back) == 0x0004D0, "Member 'ULyraSafeZoneEditor::Button_Back' has a wrong offset!"); \ +static_assert(offsetof(ULyraSafeZoneEditor, Button_Done) == 0x0004D8, "Member 'ULyraSafeZoneEditor::Button_Done' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsListEntrySetting_KeyboardInput_OnSetPrimaryKey \ +static_assert(alignof(LyraSettingsListEntrySetting_KeyboardInput_OnSetPrimaryKey) == 0x000008, "Wrong alignment on LyraSettingsListEntrySetting_KeyboardInput_OnSetPrimaryKey"); \ +static_assert(sizeof(LyraSettingsListEntrySetting_KeyboardInput_OnSetPrimaryKey) == 0x000018, "Wrong size on LyraSettingsListEntrySetting_KeyboardInput_OnSetPrimaryKey"); \ +static_assert(offsetof(LyraSettingsListEntrySetting_KeyboardInput_OnSetPrimaryKey, NewKey) == 0x000000, "Member 'LyraSettingsListEntrySetting_KeyboardInput_OnSetPrimaryKey::NewKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraSettingsListEntrySetting_KeyboardInput_OnSetSecondaryKey \ +static_assert(alignof(LyraSettingsListEntrySetting_KeyboardInput_OnSetSecondaryKey) == 0x000008, "Wrong alignment on LyraSettingsListEntrySetting_KeyboardInput_OnSetSecondaryKey"); \ +static_assert(sizeof(LyraSettingsListEntrySetting_KeyboardInput_OnSetSecondaryKey) == 0x000018, "Wrong size on LyraSettingsListEntrySetting_KeyboardInput_OnSetSecondaryKey"); \ +static_assert(offsetof(LyraSettingsListEntrySetting_KeyboardInput_OnSetSecondaryKey, NewKey) == 0x000000, "Member 'LyraSettingsListEntrySetting_KeyboardInput_OnSetSecondaryKey::NewKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraSettingsListEntrySetting_KeyboardInput \ +static_assert(alignof(ULyraSettingsListEntrySetting_KeyboardInput) == 0x000008, "Wrong alignment on ULyraSettingsListEntrySetting_KeyboardInput"); \ +static_assert(sizeof(ULyraSettingsListEntrySetting_KeyboardInput) == 0x0003D8, "Wrong size on ULyraSettingsListEntrySetting_KeyboardInput"); \ +static_assert(offsetof(ULyraSettingsListEntrySetting_KeyboardInput, OriginalKeyToBind) == 0x000388, "Member 'ULyraSettingsListEntrySetting_KeyboardInput::OriginalKeyToBind' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsListEntrySetting_KeyboardInput, KeyboardInputSetting) == 0x0003A0, "Member 'ULyraSettingsListEntrySetting_KeyboardInput::KeyboardInputSetting' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsListEntrySetting_KeyboardInput, PressAnyKeyPanelClass) == 0x0003A8, "Member 'ULyraSettingsListEntrySetting_KeyboardInput::PressAnyKeyPanelClass' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsListEntrySetting_KeyboardInput, KeyAlreadyBoundWarningPanelClass) == 0x0003B0, "Member 'ULyraSettingsListEntrySetting_KeyboardInput::KeyAlreadyBoundWarningPanelClass' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsListEntrySetting_KeyboardInput, Button_PrimaryKey) == 0x0003B8, "Member 'ULyraSettingsListEntrySetting_KeyboardInput::Button_PrimaryKey' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsListEntrySetting_KeyboardInput, Button_SecondaryKey) == 0x0003C0, "Member 'ULyraSettingsListEntrySetting_KeyboardInput::Button_SecondaryKey' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsListEntrySetting_KeyboardInput, Button_Clear) == 0x0003C8, "Member 'ULyraSettingsListEntrySetting_KeyboardInput::Button_Clear' has a wrong offset!"); \ +static_assert(offsetof(ULyraSettingsListEntrySetting_KeyboardInput, Button_ResetToDefault) == 0x0003D0, "Member 'ULyraSettingsListEntrySetting_KeyboardInput::Button_ResetToDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraSettings_BrightnessAdjust \ +static_assert(alignof(ULyraSettings_BrightnessAdjust) == 0x000008, "Wrong alignment on ULyraSettings_BrightnessAdjust"); \ +static_assert(sizeof(ULyraSettings_BrightnessAdjust) == 0x000490, "Wrong size on ULyraSettings_BrightnessAdjust"); \ + +#define DUMPER7_ASSERTS_ULyraSettings_DiscardChangesWarning \ +static_assert(alignof(ULyraSettings_DiscardChangesWarning) == 0x000008, "Wrong alignment on ULyraSettings_DiscardChangesWarning"); \ +static_assert(sizeof(ULyraSettings_DiscardChangesWarning) == 0x0004B0, "Wrong size on ULyraSettings_DiscardChangesWarning"); \ + +#define DUMPER7_ASSERTS_ULyraSettings_RestartRequired \ +static_assert(alignof(ULyraSettings_RestartRequired) == 0x000008, "Wrong alignment on ULyraSettings_RestartRequired"); \ +static_assert(sizeof(ULyraSettings_RestartRequired) == 0x0004B0, "Wrong size on ULyraSettings_RestartRequired"); \ + +#define DUMPER7_ASSERTS_ILyraTeamAgentInterface \ +static_assert(alignof(ILyraTeamAgentInterface) == 0x000001, "Wrong alignment on ILyraTeamAgentInterface"); \ +static_assert(sizeof(ILyraTeamAgentInterface) == 0x000001, "Wrong size on ILyraTeamAgentInterface"); \ + +#define DUMPER7_ASSERTS_LyraButtonBase_SetButtonText \ +static_assert(alignof(LyraButtonBase_SetButtonText) == 0x000008, "Wrong alignment on LyraButtonBase_SetButtonText"); \ +static_assert(sizeof(LyraButtonBase_SetButtonText) == 0x000010, "Wrong size on LyraButtonBase_SetButtonText"); \ +static_assert(offsetof(LyraButtonBase_SetButtonText, InText) == 0x000000, "Member 'LyraButtonBase_SetButtonText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LyraButtonBase_UpdateButtonText \ +static_assert(alignof(LyraButtonBase_UpdateButtonText) == 0x000008, "Wrong alignment on LyraButtonBase_UpdateButtonText"); \ +static_assert(sizeof(LyraButtonBase_UpdateButtonText) == 0x000010, "Wrong size on LyraButtonBase_UpdateButtonText"); \ +static_assert(offsetof(LyraButtonBase_UpdateButtonText, InText) == 0x000000, "Member 'LyraButtonBase_UpdateButtonText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULyraButtonBase \ +static_assert(alignof(ULyraButtonBase) == 0x000010, "Wrong alignment on ULyraButtonBase"); \ +static_assert(sizeof(ULyraButtonBase) == 0x0015E0, "Wrong size on ULyraButtonBase"); \ +static_assert(offsetof(ULyraButtonBase, ButtonText) == 0x0015C8, "Member 'ULyraButtonBase::ButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScheduleTimeSlot \ +static_assert(alignof(FScheduleTimeSlot) == 0x000008, "Wrong alignment on FScheduleTimeSlot"); \ +static_assert(sizeof(FScheduleTimeSlot) == 0x000020, "Wrong size on FScheduleTimeSlot"); \ +static_assert(offsetof(FScheduleTimeSlot, StartTime) == 0x000000, "Member 'FScheduleTimeSlot::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FScheduleTimeSlot, EndTime) == 0x000008, "Member 'FScheduleTimeSlot::EndTime' has a wrong offset!"); \ +static_assert(offsetof(FScheduleTimeSlot, PlannedTask) == 0x000010, "Member 'FScheduleTimeSlot::PlannedTask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDailyTimeline \ +static_assert(alignof(FDailyTimeline) == 0x000008, "Wrong alignment on FDailyTimeline"); \ +static_assert(sizeof(FDailyTimeline) == 0x000028, "Wrong size on FDailyTimeline"); \ +static_assert(offsetof(FDailyTimeline, Priority) == 0x000000, "Member 'FDailyTimeline::Priority' has a wrong offset!"); \ +static_assert(offsetof(FDailyTimeline, TimeType) == 0x000004, "Member 'FDailyTimeline::TimeType' has a wrong offset!"); \ +static_assert(offsetof(FDailyTimeline, Slots) == 0x000008, "Member 'FDailyTimeline::Slots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDailyScheduleSetup \ +static_assert(alignof(FDailyScheduleSetup) == 0x000008, "Wrong alignment on FDailyScheduleSetup"); \ +static_assert(sizeof(FDailyScheduleSetup) == 0x000010, "Wrong size on FDailyScheduleSetup"); \ +static_assert(offsetof(FDailyScheduleSetup, Plans) == 0x000000, "Member 'FDailyScheduleSetup::Plans' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDailyScheduleDefinition \ +static_assert(alignof(UDailyScheduleDefinition) == 0x000008, "Wrong alignment on UDailyScheduleDefinition"); \ +static_assert(sizeof(UDailyScheduleDefinition) == 0x000038, "Wrong size on UDailyScheduleDefinition"); \ +static_assert(offsetof(UDailyScheduleDefinition, ScheduleSetup) == 0x000028, "Member 'UDailyScheduleDefinition::ScheduleSetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScheduleManager \ +static_assert(alignof(UScheduleManager) == 0x000008, "Wrong alignment on UScheduleManager"); \ +static_assert(sizeof(UScheduleManager) == 0x000060, "Wrong size on UScheduleManager"); \ + +#define DUMPER7_ASSERTS_UScheduleRunner \ +static_assert(alignof(UScheduleRunner) == 0x000008, "Wrong alignment on UScheduleRunner"); \ +static_assert(sizeof(UScheduleRunner) == 0x000108, "Wrong size on UScheduleRunner"); \ +static_assert(offsetof(UScheduleRunner, DailyScheduleSetup) == 0x0000C0, "Member 'UScheduleRunner::DailyScheduleSetup' has a wrong offset!"); \ +static_assert(offsetof(UScheduleRunner, ScheduleTags) == 0x0000D0, "Member 'UScheduleRunner::ScheduleTags' has a wrong offset!"); \ +static_assert(offsetof(UScheduleRunner, OnTagsChanged) == 0x0000F0, "Member 'UScheduleRunner::OnTagsChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_TimeSinceLastLine_C_Evaluate \ +static_assert(alignof(BP_SayCond_TimeSinceLastLine_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_TimeSinceLastLine_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_TimeSinceLastLine_C_Evaluate) == 0x000028, "Wrong size on BP_SayCond_TimeSinceLastLine_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_TimeSinceLastLine_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_TimeSinceLastLine_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_TimeSinceLastLine_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_TimeSinceLastLine_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_TimeSinceLastLine_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_TimeSinceLastLine_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_TimeSinceLastLine_C_Evaluate, CallFunc_GetTimeSinceLastLine_ReturnValue) == 0x000018, "Member 'BP_SayCond_TimeSinceLastLine_C_Evaluate::CallFunc_GetTimeSinceLastLine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_TimeSinceLastLine_C_Evaluate, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_SayCond_TimeSinceLastLine_C_Evaluate::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_TimeSinceLastLine_C \ +static_assert(alignof(UBP_SayCond_TimeSinceLastLine_C) == 0x000008, "Wrong alignment on UBP_SayCond_TimeSinceLastLine_C"); \ +static_assert(sizeof(UBP_SayCond_TimeSinceLastLine_C) == 0x000030, "Wrong size on UBP_SayCond_TimeSinceLastLine_C"); \ + +#define DUMPER7_ASSERTS_FWorldIconConfig \ +static_assert(alignof(FWorldIconConfig) == 0x000010, "Wrong alignment on FWorldIconConfig"); \ +static_assert(sizeof(FWorldIconConfig) == 0x000120, "Wrong size on FWorldIconConfig"); \ +static_assert(offsetof(FWorldIconConfig, Material) == 0x000000, "Member 'FWorldIconConfig::Material' has a wrong offset!"); \ +static_assert(offsetof(FWorldIconConfig, MaterialSize) == 0x000028, "Member 'FWorldIconConfig::MaterialSize' has a wrong offset!"); \ +static_assert(offsetof(FWorldIconConfig, Brush) == 0x000040, "Member 'FWorldIconConfig::Brush' has a wrong offset!"); \ +static_assert(offsetof(FWorldIconConfig, WidgetClass) == 0x0000F0, "Member 'FWorldIconConfig::WidgetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHudIconConfig \ +static_assert(alignof(FHudIconConfig) == 0x000010, "Wrong alignment on FHudIconConfig"); \ +static_assert(sizeof(FHudIconConfig) == 0x000180, "Wrong size on FHudIconConfig"); \ +static_assert(offsetof(FHudIconConfig, bVisible) == 0x000118, "Member 'FHudIconConfig::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FHudIconConfig, bStickToEdge) == 0x000119, "Member 'FHudIconConfig::bStickToEdge' has a wrong offset!"); \ +static_assert(offsetof(FHudIconConfig, bCheckLineOfSight) == 0x00011A, "Member 'FHudIconConfig::bCheckLineOfSight' has a wrong offset!"); \ +static_assert(offsetof(FHudIconConfig, Tags) == 0x000120, "Member 'FHudIconConfig::Tags' has a wrong offset!"); \ +static_assert(offsetof(FHudIconConfig, Anchor) == 0x000140, "Member 'FHudIconConfig::Anchor' has a wrong offset!"); \ +static_assert(offsetof(FHudIconConfig, Offset) == 0x000150, "Member 'FHudIconConfig::Offset' has a wrong offset!"); \ +static_assert(offsetof(FHudIconConfig, WorldOffset) == 0x000160, "Member 'FHudIconConfig::WorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompassIconConfig \ +static_assert(alignof(FCompassIconConfig) == 0x000010, "Wrong alignment on FCompassIconConfig"); \ +static_assert(sizeof(FCompassIconConfig) == 0x000170, "Wrong size on FCompassIconConfig"); \ +static_assert(offsetof(FCompassIconConfig, bVisible) == 0x000118, "Member 'FCompassIconConfig::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FCompassIconConfig, bStickToEdge) == 0x000119, "Member 'FCompassIconConfig::bStickToEdge' has a wrong offset!"); \ +static_assert(offsetof(FCompassIconConfig, Priority) == 0x00011C, "Member 'FCompassIconConfig::Priority' has a wrong offset!"); \ +static_assert(offsetof(FCompassIconConfig, Tags) == 0x000120, "Member 'FCompassIconConfig::Tags' has a wrong offset!"); \ +static_assert(offsetof(FCompassIconConfig, Offset) == 0x000140, "Member 'FCompassIconConfig::Offset' has a wrong offset!"); \ +static_assert(offsetof(FCompassIconConfig, WorldOffset) == 0x000150, "Member 'FCompassIconConfig::WorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldIconHandle \ +static_assert(alignof(FWorldIconHandle) == 0x000008, "Wrong alignment on FWorldIconHandle"); \ +static_assert(sizeof(FWorldIconHandle) == 0x000008, "Wrong size on FWorldIconHandle"); \ + +#define DUMPER7_ASSERTS_FMapIconConfig \ +static_assert(alignof(FMapIconConfig) == 0x000010, "Wrong alignment on FMapIconConfig"); \ +static_assert(sizeof(FMapIconConfig) == 0x000180, "Wrong size on FMapIconConfig"); \ +static_assert(offsetof(FMapIconConfig, bVisible) == 0x000118, "Member 'FMapIconConfig::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, bUseWorldRotation) == 0x000119, "Member 'FMapIconConfig::bUseWorldRotation' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, bUseWorldSize) == 0x00011A, "Member 'FMapIconConfig::bUseWorldSize' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, bScaleWithMap) == 0x00011B, "Member 'FMapIconConfig::bScaleWithMap' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, bStickToEdge) == 0x00011C, "Member 'FMapIconConfig::bStickToEdge' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, bInteractable) == 0x00011D, "Member 'FMapIconConfig::bInteractable' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, bOnlyVisibleOnEdge) == 0x00011E, "Member 'FMapIconConfig::bOnlyVisibleOnEdge' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, Priority) == 0x000120, "Member 'FMapIconConfig::Priority' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, Tags) == 0x000128, "Member 'FMapIconConfig::Tags' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, ZoomLevel) == 0x000148, "Member 'FMapIconConfig::ZoomLevel' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, Scale) == 0x000150, "Member 'FMapIconConfig::Scale' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, IconRotation) == 0x000154, "Member 'FMapIconConfig::IconRotation' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, Anchor) == 0x000158, "Member 'FMapIconConfig::Anchor' has a wrong offset!"); \ +static_assert(offsetof(FMapIconConfig, Offset) == 0x000168, "Member 'FMapIconConfig::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassIconComponent_SetIconVisibility \ +static_assert(alignof(CompassIconComponent_SetIconVisibility) == 0x000001, "Wrong alignment on CompassIconComponent_SetIconVisibility"); \ +static_assert(sizeof(CompassIconComponent_SetIconVisibility) == 0x000001, "Wrong size on CompassIconComponent_SetIconVisibility"); \ +static_assert(offsetof(CompassIconComponent_SetIconVisibility, bInVisible) == 0x000000, "Member 'CompassIconComponent_SetIconVisibility::bInVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassIconComponent_SetStickToEdge \ +static_assert(alignof(CompassIconComponent_SetStickToEdge) == 0x000001, "Wrong alignment on CompassIconComponent_SetStickToEdge"); \ +static_assert(sizeof(CompassIconComponent_SetStickToEdge) == 0x000001, "Wrong size on CompassIconComponent_SetStickToEdge"); \ +static_assert(offsetof(CompassIconComponent_SetStickToEdge, bInStickToEdge) == 0x000000, "Member 'CompassIconComponent_SetStickToEdge::bInStickToEdge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompassIconComponent \ +static_assert(alignof(UCompassIconComponent) == 0x000010, "Wrong alignment on UCompassIconComponent"); \ +static_assert(sizeof(UCompassIconComponent) == 0x0003F0, "Wrong size on UCompassIconComponent"); \ +static_assert(offsetof(UCompassIconComponent, OnWidgetCreated) == 0x000260, "Member 'UCompassIconComponent::OnWidgetCreated' has a wrong offset!"); \ +static_assert(offsetof(UCompassIconComponent, CompassIconConfig) == 0x000270, "Member 'UCompassIconComponent::CompassIconConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconComponent_SetAnchor \ +static_assert(alignof(HudIconComponent_SetAnchor) == 0x000008, "Wrong alignment on HudIconComponent_SetAnchor"); \ +static_assert(sizeof(HudIconComponent_SetAnchor) == 0x000010, "Wrong size on HudIconComponent_SetAnchor"); \ +static_assert(offsetof(HudIconComponent_SetAnchor, InAnchor) == 0x000000, "Member 'HudIconComponent_SetAnchor::InAnchor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconComponent_SetCheckLineOfSight \ +static_assert(alignof(HudIconComponent_SetCheckLineOfSight) == 0x000001, "Wrong alignment on HudIconComponent_SetCheckLineOfSight"); \ +static_assert(sizeof(HudIconComponent_SetCheckLineOfSight) == 0x000001, "Wrong size on HudIconComponent_SetCheckLineOfSight"); \ +static_assert(offsetof(HudIconComponent_SetCheckLineOfSight, bInCheckLineOfSight) == 0x000000, "Member 'HudIconComponent_SetCheckLineOfSight::bInCheckLineOfSight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconComponent_SetIconVisibility \ +static_assert(alignof(HudIconComponent_SetIconVisibility) == 0x000001, "Wrong alignment on HudIconComponent_SetIconVisibility"); \ +static_assert(sizeof(HudIconComponent_SetIconVisibility) == 0x000001, "Wrong size on HudIconComponent_SetIconVisibility"); \ +static_assert(offsetof(HudIconComponent_SetIconVisibility, bInVisible) == 0x000000, "Member 'HudIconComponent_SetIconVisibility::bInVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconComponent_SetOffset \ +static_assert(alignof(HudIconComponent_SetOffset) == 0x000008, "Wrong alignment on HudIconComponent_SetOffset"); \ +static_assert(sizeof(HudIconComponent_SetOffset) == 0x000010, "Wrong size on HudIconComponent_SetOffset"); \ +static_assert(offsetof(HudIconComponent_SetOffset, InOffset) == 0x000000, "Member 'HudIconComponent_SetOffset::InOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconComponent_SetStickToEdge \ +static_assert(alignof(HudIconComponent_SetStickToEdge) == 0x000001, "Wrong alignment on HudIconComponent_SetStickToEdge"); \ +static_assert(sizeof(HudIconComponent_SetStickToEdge) == 0x000001, "Wrong size on HudIconComponent_SetStickToEdge"); \ +static_assert(offsetof(HudIconComponent_SetStickToEdge, bInStickToEdge) == 0x000000, "Member 'HudIconComponent_SetStickToEdge::bInStickToEdge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconComponent_SetWorldOffset \ +static_assert(alignof(HudIconComponent_SetWorldOffset) == 0x000008, "Wrong alignment on HudIconComponent_SetWorldOffset"); \ +static_assert(sizeof(HudIconComponent_SetWorldOffset) == 0x000018, "Wrong size on HudIconComponent_SetWorldOffset"); \ +static_assert(offsetof(HudIconComponent_SetWorldOffset, InWorldOffset) == 0x000000, "Member 'HudIconComponent_SetWorldOffset::InWorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudIconComponent \ +static_assert(alignof(UHudIconComponent) == 0x000010, "Wrong alignment on UHudIconComponent"); \ +static_assert(sizeof(UHudIconComponent) == 0x000400, "Wrong size on UHudIconComponent"); \ +static_assert(offsetof(UHudIconComponent, OnWidgetCreated) == 0x000260, "Member 'UHudIconComponent::OnWidgetCreated' has a wrong offset!"); \ +static_assert(offsetof(UHudIconComponent, HudIconConfig) == 0x000270, "Member 'UHudIconComponent::HudIconConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconAnchor \ +static_assert(alignof(MapIconComponent_SetIconAnchor) == 0x000008, "Wrong alignment on MapIconComponent_SetIconAnchor"); \ +static_assert(sizeof(MapIconComponent_SetIconAnchor) == 0x000010, "Wrong size on MapIconComponent_SetIconAnchor"); \ +static_assert(offsetof(MapIconComponent_SetIconAnchor, InAnchor) == 0x000000, "Member 'MapIconComponent_SetIconAnchor::InAnchor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconInteractable \ +static_assert(alignof(MapIconComponent_SetIconInteractable) == 0x000001, "Wrong alignment on MapIconComponent_SetIconInteractable"); \ +static_assert(sizeof(MapIconComponent_SetIconInteractable) == 0x000001, "Wrong size on MapIconComponent_SetIconInteractable"); \ +static_assert(offsetof(MapIconComponent_SetIconInteractable, bInteractable) == 0x000000, "Member 'MapIconComponent_SetIconInteractable::bInteractable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconOffset \ +static_assert(alignof(MapIconComponent_SetIconOffset) == 0x000008, "Wrong alignment on MapIconComponent_SetIconOffset"); \ +static_assert(sizeof(MapIconComponent_SetIconOffset) == 0x000010, "Wrong size on MapIconComponent_SetIconOffset"); \ +static_assert(offsetof(MapIconComponent_SetIconOffset, InOffset) == 0x000000, "Member 'MapIconComponent_SetIconOffset::InOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconOnlyVisibleOnEdge \ +static_assert(alignof(MapIconComponent_SetIconOnlyVisibleOnEdge) == 0x000001, "Wrong alignment on MapIconComponent_SetIconOnlyVisibleOnEdge"); \ +static_assert(sizeof(MapIconComponent_SetIconOnlyVisibleOnEdge) == 0x000001, "Wrong size on MapIconComponent_SetIconOnlyVisibleOnEdge"); \ +static_assert(offsetof(MapIconComponent_SetIconOnlyVisibleOnEdge, bOnlyVisibleOnEdge) == 0x000000, "Member 'MapIconComponent_SetIconOnlyVisibleOnEdge::bOnlyVisibleOnEdge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconPriority \ +static_assert(alignof(MapIconComponent_SetIconPriority) == 0x000004, "Wrong alignment on MapIconComponent_SetIconPriority"); \ +static_assert(sizeof(MapIconComponent_SetIconPriority) == 0x000004, "Wrong size on MapIconComponent_SetIconPriority"); \ +static_assert(offsetof(MapIconComponent_SetIconPriority, InPriority) == 0x000000, "Member 'MapIconComponent_SetIconPriority::InPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconRotation \ +static_assert(alignof(MapIconComponent_SetIconRotation) == 0x000004, "Wrong alignment on MapIconComponent_SetIconRotation"); \ +static_assert(sizeof(MapIconComponent_SetIconRotation) == 0x000004, "Wrong size on MapIconComponent_SetIconRotation"); \ +static_assert(offsetof(MapIconComponent_SetIconRotation, InIconRotation) == 0x000000, "Member 'MapIconComponent_SetIconRotation::InIconRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconScale \ +static_assert(alignof(MapIconComponent_SetIconScale) == 0x000004, "Wrong alignment on MapIconComponent_SetIconScale"); \ +static_assert(sizeof(MapIconComponent_SetIconScale) == 0x000004, "Wrong size on MapIconComponent_SetIconScale"); \ +static_assert(offsetof(MapIconComponent_SetIconScale, InIconScale) == 0x000000, "Member 'MapIconComponent_SetIconScale::InIconScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconScaleWithMap \ +static_assert(alignof(MapIconComponent_SetIconScaleWithMap) == 0x000001, "Wrong alignment on MapIconComponent_SetIconScaleWithMap"); \ +static_assert(sizeof(MapIconComponent_SetIconScaleWithMap) == 0x000001, "Wrong size on MapIconComponent_SetIconScaleWithMap"); \ +static_assert(offsetof(MapIconComponent_SetIconScaleWithMap, bInScaleWithMap) == 0x000000, "Member 'MapIconComponent_SetIconScaleWithMap::bInScaleWithMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconStickToEdge \ +static_assert(alignof(MapIconComponent_SetIconStickToEdge) == 0x000001, "Wrong alignment on MapIconComponent_SetIconStickToEdge"); \ +static_assert(sizeof(MapIconComponent_SetIconStickToEdge) == 0x000001, "Wrong size on MapIconComponent_SetIconStickToEdge"); \ +static_assert(offsetof(MapIconComponent_SetIconStickToEdge, bInStickToEdge) == 0x000000, "Member 'MapIconComponent_SetIconStickToEdge::bInStickToEdge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconUseWorldRotation \ +static_assert(alignof(MapIconComponent_SetIconUseWorldRotation) == 0x000001, "Wrong alignment on MapIconComponent_SetIconUseWorldRotation"); \ +static_assert(sizeof(MapIconComponent_SetIconUseWorldRotation) == 0x000001, "Wrong size on MapIconComponent_SetIconUseWorldRotation"); \ +static_assert(offsetof(MapIconComponent_SetIconUseWorldRotation, bInUseWorldRotation) == 0x000000, "Member 'MapIconComponent_SetIconUseWorldRotation::bInUseWorldRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconUseWorldSize \ +static_assert(alignof(MapIconComponent_SetIconUseWorldSize) == 0x000001, "Wrong alignment on MapIconComponent_SetIconUseWorldSize"); \ +static_assert(sizeof(MapIconComponent_SetIconUseWorldSize) == 0x000001, "Wrong size on MapIconComponent_SetIconUseWorldSize"); \ +static_assert(offsetof(MapIconComponent_SetIconUseWorldSize, bInUseWorldSize) == 0x000000, "Member 'MapIconComponent_SetIconUseWorldSize::bInUseWorldSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconVisibility \ +static_assert(alignof(MapIconComponent_SetIconVisibility) == 0x000001, "Wrong alignment on MapIconComponent_SetIconVisibility"); \ +static_assert(sizeof(MapIconComponent_SetIconVisibility) == 0x000001, "Wrong size on MapIconComponent_SetIconVisibility"); \ +static_assert(offsetof(MapIconComponent_SetIconVisibility, bInVisible) == 0x000000, "Member 'MapIconComponent_SetIconVisibility::bInVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetIconZoomLevel \ +static_assert(alignof(MapIconComponent_SetIconZoomLevel) == 0x000004, "Wrong alignment on MapIconComponent_SetIconZoomLevel"); \ +static_assert(sizeof(MapIconComponent_SetIconZoomLevel) == 0x000008, "Wrong size on MapIconComponent_SetIconZoomLevel"); \ +static_assert(offsetof(MapIconComponent_SetIconZoomLevel, InZoomLevel) == 0x000000, "Member 'MapIconComponent_SetIconZoomLevel::InZoomLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_SetUserData \ +static_assert(alignof(MapIconComponent_SetUserData) == 0x000008, "Wrong alignment on MapIconComponent_SetUserData"); \ +static_assert(sizeof(MapIconComponent_SetUserData) == 0x000008, "Wrong size on MapIconComponent_SetUserData"); \ +static_assert(offsetof(MapIconComponent_SetUserData, InUserData) == 0x000000, "Member 'MapIconComponent_SetUserData::InUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconComponent_GetUserData \ +static_assert(alignof(MapIconComponent_GetUserData) == 0x000008, "Wrong alignment on MapIconComponent_GetUserData"); \ +static_assert(sizeof(MapIconComponent_GetUserData) == 0x000008, "Wrong size on MapIconComponent_GetUserData"); \ +static_assert(offsetof(MapIconComponent_GetUserData, ReturnValue) == 0x000000, "Member 'MapIconComponent_GetUserData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapIconComponent \ +static_assert(alignof(UMapIconComponent) == 0x000010, "Wrong alignment on UMapIconComponent"); \ +static_assert(sizeof(UMapIconComponent) == 0x000410, "Wrong size on UMapIconComponent"); \ +static_assert(offsetof(UMapIconComponent, OnWidgetCreated) == 0x000250, "Member 'UMapIconComponent::OnWidgetCreated' has a wrong offset!"); \ +static_assert(offsetof(UMapIconComponent, UserData) == 0x000260, "Member 'UMapIconComponent::UserData' has a wrong offset!"); \ +static_assert(offsetof(UMapIconComponent, MapIconConfig) == 0x000280, "Member 'UMapIconComponent::MapIconConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapIconConfigCollectionAsset \ +static_assert(alignof(UMapIconConfigCollectionAsset) == 0x000010, "Wrong alignment on UMapIconConfigCollectionAsset"); \ +static_assert(sizeof(UMapIconConfigCollectionAsset) == 0x000620, "Wrong size on UMapIconConfigCollectionAsset"); \ +static_assert(offsetof(UMapIconConfigCollectionAsset, MapIcon) == 0x000030, "Member 'UMapIconConfigCollectionAsset::MapIcon' has a wrong offset!"); \ +static_assert(offsetof(UMapIconConfigCollectionAsset, MiniMapIcon) == 0x0001B0, "Member 'UMapIconConfigCollectionAsset::MiniMapIcon' has a wrong offset!"); \ +static_assert(offsetof(UMapIconConfigCollectionAsset, CompassIcon) == 0x000330, "Member 'UMapIconConfigCollectionAsset::CompassIcon' has a wrong offset!"); \ +static_assert(offsetof(UMapIconConfigCollectionAsset, HudIcon) == 0x0004A0, "Member 'UMapIconConfigCollectionAsset::HudIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconFunctionLibrary_Conv_WorldIconHandleToString \ +static_assert(alignof(WorldIconFunctionLibrary_Conv_WorldIconHandleToString) == 0x000008, "Wrong alignment on WorldIconFunctionLibrary_Conv_WorldIconHandleToString"); \ +static_assert(sizeof(WorldIconFunctionLibrary_Conv_WorldIconHandleToString) == 0x000018, "Wrong size on WorldIconFunctionLibrary_Conv_WorldIconHandleToString"); \ +static_assert(offsetof(WorldIconFunctionLibrary_Conv_WorldIconHandleToString, InHandle) == 0x000000, "Member 'WorldIconFunctionLibrary_Conv_WorldIconHandleToString::InHandle' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_Conv_WorldIconHandleToString, ReturnValue) == 0x000008, "Member 'WorldIconFunctionLibrary_Conv_WorldIconHandleToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconFunctionLibrary_EqualEqual_WorldIconHandle \ +static_assert(alignof(WorldIconFunctionLibrary_EqualEqual_WorldIconHandle) == 0x000008, "Wrong alignment on WorldIconFunctionLibrary_EqualEqual_WorldIconHandle"); \ +static_assert(sizeof(WorldIconFunctionLibrary_EqualEqual_WorldIconHandle) == 0x000018, "Wrong size on WorldIconFunctionLibrary_EqualEqual_WorldIconHandle"); \ +static_assert(offsetof(WorldIconFunctionLibrary_EqualEqual_WorldIconHandle, A) == 0x000000, "Member 'WorldIconFunctionLibrary_EqualEqual_WorldIconHandle::A' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_EqualEqual_WorldIconHandle, B) == 0x000008, "Member 'WorldIconFunctionLibrary_EqualEqual_WorldIconHandle::B' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_EqualEqual_WorldIconHandle, ReturnValue) == 0x000010, "Member 'WorldIconFunctionLibrary_EqualEqual_WorldIconHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconFunctionLibrary_GetMapIconComponents \ +static_assert(alignof(WorldIconFunctionLibrary_GetMapIconComponents) == 0x000008, "Wrong alignment on WorldIconFunctionLibrary_GetMapIconComponents"); \ +static_assert(sizeof(WorldIconFunctionLibrary_GetMapIconComponents) == 0x000018, "Wrong size on WorldIconFunctionLibrary_GetMapIconComponents"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetMapIconComponents, WorldContextObject) == 0x000000, "Member 'WorldIconFunctionLibrary_GetMapIconComponents::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetMapIconComponents, Components) == 0x000008, "Member 'WorldIconFunctionLibrary_GetMapIconComponents::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconFunctionLibrary_GetMapIconHandleFromWidget \ +static_assert(alignof(WorldIconFunctionLibrary_GetMapIconHandleFromWidget) == 0x000008, "Wrong alignment on WorldIconFunctionLibrary_GetMapIconHandleFromWidget"); \ +static_assert(sizeof(WorldIconFunctionLibrary_GetMapIconHandleFromWidget) == 0x000018, "Wrong size on WorldIconFunctionLibrary_GetMapIconHandleFromWidget"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetMapIconHandleFromWidget, WorldContextObject) == 0x000000, "Member 'WorldIconFunctionLibrary_GetMapIconHandleFromWidget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetMapIconHandleFromWidget, Widget) == 0x000008, "Member 'WorldIconFunctionLibrary_GetMapIconHandleFromWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetMapIconHandleFromWidget, ReturnValue) == 0x000010, "Member 'WorldIconFunctionLibrary_GetMapIconHandleFromWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconFunctionLibrary_GetMapIconsByQuery \ +static_assert(alignof(WorldIconFunctionLibrary_GetMapIconsByQuery) == 0x000008, "Wrong alignment on WorldIconFunctionLibrary_GetMapIconsByQuery"); \ +static_assert(sizeof(WorldIconFunctionLibrary_GetMapIconsByQuery) == 0x000060, "Wrong size on WorldIconFunctionLibrary_GetMapIconsByQuery"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetMapIconsByQuery, WorldContextObject) == 0x000000, "Member 'WorldIconFunctionLibrary_GetMapIconsByQuery::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetMapIconsByQuery, Query) == 0x000008, "Member 'WorldIconFunctionLibrary_GetMapIconsByQuery::Query' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetMapIconsByQuery, Handles) == 0x000050, "Member 'WorldIconFunctionLibrary_GetMapIconsByQuery::Handles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconFunctionLibrary_GetMapIconWidgets \ +static_assert(alignof(WorldIconFunctionLibrary_GetMapIconWidgets) == 0x000008, "Wrong alignment on WorldIconFunctionLibrary_GetMapIconWidgets"); \ +static_assert(sizeof(WorldIconFunctionLibrary_GetMapIconWidgets) == 0x000018, "Wrong size on WorldIconFunctionLibrary_GetMapIconWidgets"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetMapIconWidgets, WorldContextObject) == 0x000000, "Member 'WorldIconFunctionLibrary_GetMapIconWidgets::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetMapIconWidgets, FoundWidgets) == 0x000008, "Member 'WorldIconFunctionLibrary_GetMapIconWidgets::FoundWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconFunctionLibrary_GetWorldIconUserData \ +static_assert(alignof(WorldIconFunctionLibrary_GetWorldIconUserData) == 0x000008, "Wrong alignment on WorldIconFunctionLibrary_GetWorldIconUserData"); \ +static_assert(sizeof(WorldIconFunctionLibrary_GetWorldIconUserData) == 0x000018, "Wrong size on WorldIconFunctionLibrary_GetWorldIconUserData"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetWorldIconUserData, WorldContextObject) == 0x000000, "Member 'WorldIconFunctionLibrary_GetWorldIconUserData::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetWorldIconUserData, Handle) == 0x000008, "Member 'WorldIconFunctionLibrary_GetWorldIconUserData::Handle' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetWorldIconUserData, ReturnValue) == 0x000010, "Member 'WorldIconFunctionLibrary_GetWorldIconUserData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconFunctionLibrary_GetWorldLocationFromHandle \ +static_assert(alignof(WorldIconFunctionLibrary_GetWorldLocationFromHandle) == 0x000008, "Wrong alignment on WorldIconFunctionLibrary_GetWorldLocationFromHandle"); \ +static_assert(sizeof(WorldIconFunctionLibrary_GetWorldLocationFromHandle) == 0x000028, "Wrong size on WorldIconFunctionLibrary_GetWorldLocationFromHandle"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetWorldLocationFromHandle, WorldContextObject) == 0x000000, "Member 'WorldIconFunctionLibrary_GetWorldLocationFromHandle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetWorldLocationFromHandle, Handle) == 0x000008, "Member 'WorldIconFunctionLibrary_GetWorldLocationFromHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_GetWorldLocationFromHandle, ReturnValue) == 0x000010, "Member 'WorldIconFunctionLibrary_GetWorldLocationFromHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconFunctionLibrary_IsValidWorldIconHandle \ +static_assert(alignof(WorldIconFunctionLibrary_IsValidWorldIconHandle) == 0x000008, "Wrong alignment on WorldIconFunctionLibrary_IsValidWorldIconHandle"); \ +static_assert(sizeof(WorldIconFunctionLibrary_IsValidWorldIconHandle) == 0x000010, "Wrong size on WorldIconFunctionLibrary_IsValidWorldIconHandle"); \ +static_assert(offsetof(WorldIconFunctionLibrary_IsValidWorldIconHandle, Handle) == 0x000000, "Member 'WorldIconFunctionLibrary_IsValidWorldIconHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(WorldIconFunctionLibrary_IsValidWorldIconHandle, ReturnValue) == 0x000008, "Member 'WorldIconFunctionLibrary_IsValidWorldIconHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldIconFunctionLibrary \ +static_assert(alignof(UWorldIconFunctionLibrary) == 0x000008, "Wrong alignment on UWorldIconFunctionLibrary"); \ +static_assert(sizeof(UWorldIconFunctionLibrary) == 0x000028, "Wrong size on UWorldIconFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_WorldIconReference_AttachToComponent \ +static_assert(alignof(WorldIconReference_AttachToComponent) == 0x000008, "Wrong alignment on WorldIconReference_AttachToComponent"); \ +static_assert(sizeof(WorldIconReference_AttachToComponent) == 0x000010, "Wrong size on WorldIconReference_AttachToComponent"); \ +static_assert(offsetof(WorldIconReference_AttachToComponent, Component) == 0x000000, "Member 'WorldIconReference_AttachToComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(WorldIconReference_AttachToComponent, SocketName) == 0x000008, "Member 'WorldIconReference_AttachToComponent::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconReference_GetWorldSize \ +static_assert(alignof(WorldIconReference_GetWorldSize) == 0x000008, "Wrong alignment on WorldIconReference_GetWorldSize"); \ +static_assert(sizeof(WorldIconReference_GetWorldSize) == 0x000018, "Wrong size on WorldIconReference_GetWorldSize"); \ +static_assert(offsetof(WorldIconReference_GetWorldSize, ReturnValue) == 0x000000, "Member 'WorldIconReference_GetWorldSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconReference_GetWorldTransform \ +static_assert(alignof(WorldIconReference_GetWorldTransform) == 0x000010, "Wrong alignment on WorldIconReference_GetWorldTransform"); \ +static_assert(sizeof(WorldIconReference_GetWorldTransform) == 0x000060, "Wrong size on WorldIconReference_GetWorldTransform"); \ +static_assert(offsetof(WorldIconReference_GetWorldTransform, ReturnValue) == 0x000000, "Member 'WorldIconReference_GetWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconReference_SetNamedLocationIdentifier \ +static_assert(alignof(WorldIconReference_SetNamedLocationIdentifier) == 0x000008, "Wrong alignment on WorldIconReference_SetNamedLocationIdentifier"); \ +static_assert(sizeof(WorldIconReference_SetNamedLocationIdentifier) == 0x000028, "Wrong size on WorldIconReference_SetNamedLocationIdentifier"); \ +static_assert(offsetof(WorldIconReference_SetNamedLocationIdentifier, NamedLocationIdentifier) == 0x000000, "Member 'WorldIconReference_SetNamedLocationIdentifier::NamedLocationIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconReference_SetWorldSize \ +static_assert(alignof(WorldIconReference_SetWorldSize) == 0x000008, "Wrong alignment on WorldIconReference_SetWorldSize"); \ +static_assert(sizeof(WorldIconReference_SetWorldSize) == 0x000018, "Wrong size on WorldIconReference_SetWorldSize"); \ +static_assert(offsetof(WorldIconReference_SetWorldSize, WorldSize) == 0x000000, "Member 'WorldIconReference_SetWorldSize::WorldSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconReference_SetWorldTransform \ +static_assert(alignof(WorldIconReference_SetWorldTransform) == 0x000010, "Wrong alignment on WorldIconReference_SetWorldTransform"); \ +static_assert(sizeof(WorldIconReference_SetWorldTransform) == 0x000060, "Wrong size on WorldIconReference_SetWorldTransform"); \ +static_assert(offsetof(WorldIconReference_SetWorldTransform, WorldTransform) == 0x000000, "Member 'WorldIconReference_SetWorldTransform::WorldTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldIconReference \ +static_assert(alignof(UWorldIconReference) == 0x000008, "Wrong alignment on UWorldIconReference"); \ +static_assert(sizeof(UWorldIconReference) == 0x000038, "Wrong size on UWorldIconReference"); \ +static_assert(offsetof(UWorldIconReference, Handle) == 0x000028, "Member 'UWorldIconReference::Handle' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconReference, WorldIconSubsystem) == 0x000030, "Member 'UWorldIconReference::WorldIconSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldIconSubsystem \ +static_assert(alignof(UWorldIconSubsystem) == 0x000008, "Wrong alignment on UWorldIconSubsystem"); \ +static_assert(sizeof(UWorldIconSubsystem) == 0x0004C8, "Wrong size on UWorldIconSubsystem"); \ +static_assert(offsetof(UWorldIconSubsystem, WorldIconUserData) == 0x000298, "Member 'UWorldIconSubsystem::WorldIconUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveMapIconDataAsyncAction_ObserveMapIconData \ +static_assert(alignof(ObserveMapIconDataAsyncAction_ObserveMapIconData) == 0x000008, "Wrong alignment on ObserveMapIconDataAsyncAction_ObserveMapIconData"); \ +static_assert(sizeof(ObserveMapIconDataAsyncAction_ObserveMapIconData) == 0x000018, "Wrong size on ObserveMapIconDataAsyncAction_ObserveMapIconData"); \ +static_assert(offsetof(ObserveMapIconDataAsyncAction_ObserveMapIconData, WorldContextObject) == 0x000000, "Member 'ObserveMapIconDataAsyncAction_ObserveMapIconData::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveMapIconDataAsyncAction_ObserveMapIconData, Icon) == 0x000008, "Member 'ObserveMapIconDataAsyncAction_ObserveMapIconData::Icon' has a wrong offset!"); \ +static_assert(offsetof(ObserveMapIconDataAsyncAction_ObserveMapIconData, ReturnValue) == 0x000010, "Member 'ObserveMapIconDataAsyncAction_ObserveMapIconData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveMapIconDataAsyncAction \ +static_assert(alignof(UObserveMapIconDataAsyncAction) == 0x000008, "Wrong alignment on UObserveMapIconDataAsyncAction"); \ +static_assert(sizeof(UObserveMapIconDataAsyncAction) == 0x000058, "Wrong size on UObserveMapIconDataAsyncAction"); \ +static_assert(offsetof(UObserveMapIconDataAsyncAction, OnMapIconDataUpdated) == 0x000030, "Member 'UObserveMapIconDataAsyncAction::OnMapIconDataUpdated' has a wrong offset!"); \ +static_assert(offsetof(UObserveMapIconDataAsyncAction, ContextObject) == 0x000040, "Member 'UObserveMapIconDataAsyncAction::ContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveMapIconsAsyncAction_ObserveMapIcons \ +static_assert(alignof(ObserveMapIconsAsyncAction_ObserveMapIcons) == 0x000008, "Wrong alignment on ObserveMapIconsAsyncAction_ObserveMapIcons"); \ +static_assert(sizeof(ObserveMapIconsAsyncAction_ObserveMapIcons) == 0x000058, "Wrong size on ObserveMapIconsAsyncAction_ObserveMapIcons"); \ +static_assert(offsetof(ObserveMapIconsAsyncAction_ObserveMapIcons, WorldContextObject) == 0x000000, "Member 'ObserveMapIconsAsyncAction_ObserveMapIcons::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveMapIconsAsyncAction_ObserveMapIcons, Query) == 0x000008, "Member 'ObserveMapIconsAsyncAction_ObserveMapIcons::Query' has a wrong offset!"); \ +static_assert(offsetof(ObserveMapIconsAsyncAction_ObserveMapIcons, ReturnValue) == 0x000050, "Member 'ObserveMapIconsAsyncAction_ObserveMapIcons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveMapIconsAsyncAction \ +static_assert(alignof(UObserveMapIconsAsyncAction) == 0x000008, "Wrong alignment on UObserveMapIconsAsyncAction"); \ +static_assert(sizeof(UObserveMapIconsAsyncAction) == 0x000098, "Wrong size on UObserveMapIconsAsyncAction"); \ +static_assert(offsetof(UObserveMapIconsAsyncAction, OnMapIconsUpdated) == 0x000030, "Member 'UObserveMapIconsAsyncAction::OnMapIconsUpdated' has a wrong offset!"); \ +static_assert(offsetof(UObserveMapIconsAsyncAction, ContextObject) == 0x000040, "Member 'UObserveMapIconsAsyncAction::ContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveMapIconsUserDataAsyncAction_ObserveMapIconsUserData \ +static_assert(alignof(ObserveMapIconsUserDataAsyncAction_ObserveMapIconsUserData) == 0x000008, "Wrong alignment on ObserveMapIconsUserDataAsyncAction_ObserveMapIconsUserData"); \ +static_assert(sizeof(ObserveMapIconsUserDataAsyncAction_ObserveMapIconsUserData) == 0x000058, "Wrong size on ObserveMapIconsUserDataAsyncAction_ObserveMapIconsUserData"); \ +static_assert(offsetof(ObserveMapIconsUserDataAsyncAction_ObserveMapIconsUserData, WorldContextObject) == 0x000000, "Member 'ObserveMapIconsUserDataAsyncAction_ObserveMapIconsUserData::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveMapIconsUserDataAsyncAction_ObserveMapIconsUserData, Query) == 0x000008, "Member 'ObserveMapIconsUserDataAsyncAction_ObserveMapIconsUserData::Query' has a wrong offset!"); \ +static_assert(offsetof(ObserveMapIconsUserDataAsyncAction_ObserveMapIconsUserData, ReturnValue) == 0x000050, "Member 'ObserveMapIconsUserDataAsyncAction_ObserveMapIconsUserData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveMapIconsUserDataAsyncAction \ +static_assert(alignof(UObserveMapIconsUserDataAsyncAction) == 0x000008, "Wrong alignment on UObserveMapIconsUserDataAsyncAction"); \ +static_assert(sizeof(UObserveMapIconsUserDataAsyncAction) == 0x0000A8, "Wrong size on UObserveMapIconsUserDataAsyncAction"); \ +static_assert(offsetof(UObserveMapIconsUserDataAsyncAction, OnMapIconUserDataUpdated) == 0x000030, "Member 'UObserveMapIconsUserDataAsyncAction::OnMapIconUserDataUpdated' has a wrong offset!"); \ +static_assert(offsetof(UObserveMapIconsUserDataAsyncAction, ContextObject) == 0x000040, "Member 'UObserveMapIconsUserDataAsyncAction::ContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassIconReference_CreateCompassIcon \ +static_assert(alignof(CompassIconReference_CreateCompassIcon) == 0x000010, "Wrong alignment on CompassIconReference_CreateCompassIcon"); \ +static_assert(sizeof(CompassIconReference_CreateCompassIcon) == 0x000190, "Wrong size on CompassIconReference_CreateCompassIcon"); \ +static_assert(offsetof(CompassIconReference_CreateCompassIcon, WorldContextObject) == 0x000000, "Member 'CompassIconReference_CreateCompassIcon::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CompassIconReference_CreateCompassIcon, IconConfig_0) == 0x000010, "Member 'CompassIconReference_CreateCompassIcon::IconConfig_0' has a wrong offset!"); \ +static_assert(offsetof(CompassIconReference_CreateCompassIcon, ReturnValue) == 0x000180, "Member 'CompassIconReference_CreateCompassIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassIconReference_SetIconVisibility \ +static_assert(alignof(CompassIconReference_SetIconVisibility) == 0x000001, "Wrong alignment on CompassIconReference_SetIconVisibility"); \ +static_assert(sizeof(CompassIconReference_SetIconVisibility) == 0x000001, "Wrong size on CompassIconReference_SetIconVisibility"); \ +static_assert(offsetof(CompassIconReference_SetIconVisibility, bVisible) == 0x000000, "Member 'CompassIconReference_SetIconVisibility::bVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassIconReference_SetStickToEdge \ +static_assert(alignof(CompassIconReference_SetStickToEdge) == 0x000001, "Wrong alignment on CompassIconReference_SetStickToEdge"); \ +static_assert(sizeof(CompassIconReference_SetStickToEdge) == 0x000001, "Wrong size on CompassIconReference_SetStickToEdge"); \ +static_assert(offsetof(CompassIconReference_SetStickToEdge, bStickToEdge) == 0x000000, "Member 'CompassIconReference_SetStickToEdge::bStickToEdge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompassIconReference \ +static_assert(alignof(UCompassIconReference) == 0x000010, "Wrong alignment on UCompassIconReference"); \ +static_assert(sizeof(UCompassIconReference) == 0x000260, "Wrong size on UCompassIconReference"); \ +static_assert(offsetof(UCompassIconReference, Brush) == 0x000040, "Member 'UCompassIconReference::Brush' has a wrong offset!"); \ +static_assert(offsetof(UCompassIconReference, IconConfig) == 0x0000F0, "Member 'UCompassIconReference::IconConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconReference_CreateHudIcon \ +static_assert(alignof(HudIconReference_CreateHudIcon) == 0x000010, "Wrong alignment on HudIconReference_CreateHudIcon"); \ +static_assert(sizeof(HudIconReference_CreateHudIcon) == 0x0001B0, "Wrong size on HudIconReference_CreateHudIcon"); \ +static_assert(offsetof(HudIconReference_CreateHudIcon, WorldContextObject) == 0x000000, "Member 'HudIconReference_CreateHudIcon::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(HudIconReference_CreateHudIcon, IconConfig_0) == 0x000010, "Member 'HudIconReference_CreateHudIcon::IconConfig_0' has a wrong offset!"); \ +static_assert(offsetof(HudIconReference_CreateHudIcon, WidgetCreatedCallback) == 0x000190, "Member 'HudIconReference_CreateHudIcon::WidgetCreatedCallback' has a wrong offset!"); \ +static_assert(offsetof(HudIconReference_CreateHudIcon, ReturnValue) == 0x0001A0, "Member 'HudIconReference_CreateHudIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconReference_SetAnchor \ +static_assert(alignof(HudIconReference_SetAnchor) == 0x000008, "Wrong alignment on HudIconReference_SetAnchor"); \ +static_assert(sizeof(HudIconReference_SetAnchor) == 0x000010, "Wrong size on HudIconReference_SetAnchor"); \ +static_assert(offsetof(HudIconReference_SetAnchor, Anchor) == 0x000000, "Member 'HudIconReference_SetAnchor::Anchor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconReference_SetCheckLineOfSight \ +static_assert(alignof(HudIconReference_SetCheckLineOfSight) == 0x000001, "Wrong alignment on HudIconReference_SetCheckLineOfSight"); \ +static_assert(sizeof(HudIconReference_SetCheckLineOfSight) == 0x000001, "Wrong size on HudIconReference_SetCheckLineOfSight"); \ +static_assert(offsetof(HudIconReference_SetCheckLineOfSight, bCheckLineOfSight) == 0x000000, "Member 'HudIconReference_SetCheckLineOfSight::bCheckLineOfSight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconReference_SetIconVisibility \ +static_assert(alignof(HudIconReference_SetIconVisibility) == 0x000001, "Wrong alignment on HudIconReference_SetIconVisibility"); \ +static_assert(sizeof(HudIconReference_SetIconVisibility) == 0x000001, "Wrong size on HudIconReference_SetIconVisibility"); \ +static_assert(offsetof(HudIconReference_SetIconVisibility, bVisible) == 0x000000, "Member 'HudIconReference_SetIconVisibility::bVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconReference_SetOffset \ +static_assert(alignof(HudIconReference_SetOffset) == 0x000008, "Wrong alignment on HudIconReference_SetOffset"); \ +static_assert(sizeof(HudIconReference_SetOffset) == 0x000010, "Wrong size on HudIconReference_SetOffset"); \ +static_assert(offsetof(HudIconReference_SetOffset, Offset) == 0x000000, "Member 'HudIconReference_SetOffset::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconReference_SetStickToEdge \ +static_assert(alignof(HudIconReference_SetStickToEdge) == 0x000001, "Wrong alignment on HudIconReference_SetStickToEdge"); \ +static_assert(sizeof(HudIconReference_SetStickToEdge) == 0x000001, "Wrong size on HudIconReference_SetStickToEdge"); \ +static_assert(offsetof(HudIconReference_SetStickToEdge, bStickToEdge) == 0x000000, "Member 'HudIconReference_SetStickToEdge::bStickToEdge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconReference_SetWorldOffset \ +static_assert(alignof(HudIconReference_SetWorldOffset) == 0x000008, "Wrong alignment on HudIconReference_SetWorldOffset"); \ +static_assert(sizeof(HudIconReference_SetWorldOffset) == 0x000018, "Wrong size on HudIconReference_SetWorldOffset"); \ +static_assert(offsetof(HudIconReference_SetWorldOffset, WorldOffset) == 0x000000, "Member 'HudIconReference_SetWorldOffset::WorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudIconReference \ +static_assert(alignof(UHudIconReference) == 0x000010, "Wrong alignment on UHudIconReference"); \ +static_assert(sizeof(UHudIconReference) == 0x000280, "Wrong size on UHudIconReference"); \ +static_assert(offsetof(UHudIconReference, Widget) == 0x000038, "Member 'UHudIconReference::Widget' has a wrong offset!"); \ +static_assert(offsetof(UHudIconReference, OnWidgetCreated) == 0x000040, "Member 'UHudIconReference::OnWidgetCreated' has a wrong offset!"); \ +static_assert(offsetof(UHudIconReference, Brush) == 0x000050, "Member 'UHudIconReference::Brush' has a wrong offset!"); \ +static_assert(offsetof(UHudIconReference, IconConfig) == 0x000100, "Member 'UHudIconReference::IconConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconReference_CreateMapIcon \ +static_assert(alignof(MapIconReference_CreateMapIcon) == 0x000010, "Wrong alignment on MapIconReference_CreateMapIcon"); \ +static_assert(sizeof(MapIconReference_CreateMapIcon) == 0x0001A0, "Wrong size on MapIconReference_CreateMapIcon"); \ +static_assert(offsetof(MapIconReference_CreateMapIcon, WorldContextObject) == 0x000000, "Member 'MapIconReference_CreateMapIcon::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MapIconReference_CreateMapIcon, IconConfig_0) == 0x000010, "Member 'MapIconReference_CreateMapIcon::IconConfig_0' has a wrong offset!"); \ +static_assert(offsetof(MapIconReference_CreateMapIcon, UserData) == 0x000190, "Member 'MapIconReference_CreateMapIcon::UserData' has a wrong offset!"); \ +static_assert(offsetof(MapIconReference_CreateMapIcon, ReturnValue) == 0x000198, "Member 'MapIconReference_CreateMapIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconReference_SetIconAnchor \ +static_assert(alignof(MapIconReference_SetIconAnchor) == 0x000008, "Wrong alignment on MapIconReference_SetIconAnchor"); \ +static_assert(sizeof(MapIconReference_SetIconAnchor) == 0x000010, "Wrong size on MapIconReference_SetIconAnchor"); \ +static_assert(offsetof(MapIconReference_SetIconAnchor, Anchor) == 0x000000, "Member 'MapIconReference_SetIconAnchor::Anchor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconReference_SetIconOffset \ +static_assert(alignof(MapIconReference_SetIconOffset) == 0x000008, "Wrong alignment on MapIconReference_SetIconOffset"); \ +static_assert(sizeof(MapIconReference_SetIconOffset) == 0x000010, "Wrong size on MapIconReference_SetIconOffset"); \ +static_assert(offsetof(MapIconReference_SetIconOffset, Offset) == 0x000000, "Member 'MapIconReference_SetIconOffset::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconReference_SetIconPriority \ +static_assert(alignof(MapIconReference_SetIconPriority) == 0x000004, "Wrong alignment on MapIconReference_SetIconPriority"); \ +static_assert(sizeof(MapIconReference_SetIconPriority) == 0x000004, "Wrong size on MapIconReference_SetIconPriority"); \ +static_assert(offsetof(MapIconReference_SetIconPriority, Priority) == 0x000000, "Member 'MapIconReference_SetIconPriority::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconReference_SetIconRotation \ +static_assert(alignof(MapIconReference_SetIconRotation) == 0x000004, "Wrong alignment on MapIconReference_SetIconRotation"); \ +static_assert(sizeof(MapIconReference_SetIconRotation) == 0x000004, "Wrong size on MapIconReference_SetIconRotation"); \ +static_assert(offsetof(MapIconReference_SetIconRotation, IconRotation) == 0x000000, "Member 'MapIconReference_SetIconRotation::IconRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconReference_SetIconScale \ +static_assert(alignof(MapIconReference_SetIconScale) == 0x000004, "Wrong alignment on MapIconReference_SetIconScale"); \ +static_assert(sizeof(MapIconReference_SetIconScale) == 0x000004, "Wrong size on MapIconReference_SetIconScale"); \ +static_assert(offsetof(MapIconReference_SetIconScale, IconScale) == 0x000000, "Member 'MapIconReference_SetIconScale::IconScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconReference_SetIconScaleWithMap \ +static_assert(alignof(MapIconReference_SetIconScaleWithMap) == 0x000001, "Wrong alignment on MapIconReference_SetIconScaleWithMap"); \ +static_assert(sizeof(MapIconReference_SetIconScaleWithMap) == 0x000001, "Wrong size on MapIconReference_SetIconScaleWithMap"); \ +static_assert(offsetof(MapIconReference_SetIconScaleWithMap, bScaleWithMap) == 0x000000, "Member 'MapIconReference_SetIconScaleWithMap::bScaleWithMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconReference_SetIconStickToEdge \ +static_assert(alignof(MapIconReference_SetIconStickToEdge) == 0x000001, "Wrong alignment on MapIconReference_SetIconStickToEdge"); \ +static_assert(sizeof(MapIconReference_SetIconStickToEdge) == 0x000001, "Wrong size on MapIconReference_SetIconStickToEdge"); \ +static_assert(offsetof(MapIconReference_SetIconStickToEdge, bStickToEdge) == 0x000000, "Member 'MapIconReference_SetIconStickToEdge::bStickToEdge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconReference_SetIconUseWorldRotation \ +static_assert(alignof(MapIconReference_SetIconUseWorldRotation) == 0x000001, "Wrong alignment on MapIconReference_SetIconUseWorldRotation"); \ +static_assert(sizeof(MapIconReference_SetIconUseWorldRotation) == 0x000001, "Wrong size on MapIconReference_SetIconUseWorldRotation"); \ +static_assert(offsetof(MapIconReference_SetIconUseWorldRotation, bUseWorldRotation) == 0x000000, "Member 'MapIconReference_SetIconUseWorldRotation::bUseWorldRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconReference_SetIconUseWorldSize \ +static_assert(alignof(MapIconReference_SetIconUseWorldSize) == 0x000001, "Wrong alignment on MapIconReference_SetIconUseWorldSize"); \ +static_assert(sizeof(MapIconReference_SetIconUseWorldSize) == 0x000001, "Wrong size on MapIconReference_SetIconUseWorldSize"); \ +static_assert(offsetof(MapIconReference_SetIconUseWorldSize, bUseWorldSize) == 0x000000, "Member 'MapIconReference_SetIconUseWorldSize::bUseWorldSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconReference_SetIconVisibility \ +static_assert(alignof(MapIconReference_SetIconVisibility) == 0x000001, "Wrong alignment on MapIconReference_SetIconVisibility"); \ +static_assert(sizeof(MapIconReference_SetIconVisibility) == 0x000001, "Wrong size on MapIconReference_SetIconVisibility"); \ +static_assert(offsetof(MapIconReference_SetIconVisibility, bVisible) == 0x000000, "Member 'MapIconReference_SetIconVisibility::bVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapIconReference_SetIconZoomLevel \ +static_assert(alignof(MapIconReference_SetIconZoomLevel) == 0x000004, "Wrong alignment on MapIconReference_SetIconZoomLevel"); \ +static_assert(sizeof(MapIconReference_SetIconZoomLevel) == 0x000008, "Wrong size on MapIconReference_SetIconZoomLevel"); \ +static_assert(offsetof(MapIconReference_SetIconZoomLevel, ZoomLevel) == 0x000000, "Member 'MapIconReference_SetIconZoomLevel::ZoomLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapIconReference \ +static_assert(alignof(UMapIconReference) == 0x000010, "Wrong alignment on UMapIconReference"); \ +static_assert(sizeof(UMapIconReference) == 0x000270, "Wrong size on UMapIconReference"); \ +static_assert(offsetof(UMapIconReference, Brush) == 0x000040, "Member 'UMapIconReference::Brush' has a wrong offset!"); \ +static_assert(offsetof(UMapIconReference, IconConfig) == 0x0000F0, "Member 'UMapIconReference::IconConfig' has a wrong offset!"); \ + +#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"); \ + +#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) == 0x000018, "Wrong size on OSCServer_AddAllowlistedClient"); \ +static_assert(offsetof(OSCServer_AddAllowlistedClient, IPAddress) == 0x000000, "Member 'OSCServer_AddAllowlistedClient::IPAddress' has a wrong offset!"); \ +static_assert(offsetof(OSCServer_AddAllowlistedClient, IPPort) == 0x000010, "Member 'OSCServer_AddAllowlistedClient::IPPort' 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) == 0x000018, "Wrong size on OSCServer_RemoveAllowlistedClient"); \ +static_assert(offsetof(OSCServer_RemoveAllowlistedClient, IPAddress) == 0x000000, "Member 'OSCServer_RemoveAllowlistedClient::IPAddress' has a wrong offset!"); \ +static_assert(offsetof(OSCServer_RemoveAllowlistedClient, IPPort) == 0x000010, "Member 'OSCServer_RemoveAllowlistedClient::IPPort' 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) == 0x000058, "Wrong size on OSCServer_GetAllowlistedClients"); \ +static_assert(offsetof(OSCServer_GetAllowlistedClients, bIncludePort) == 0x000000, "Member 'OSCServer_GetAllowlistedClients::bIncludePort' has a wrong offset!"); \ +static_assert(offsetof(OSCServer_GetAllowlistedClients, ReturnValue) == 0x000008, "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) == 0x000008, "Wrong alignment on UOSCServer"); \ +static_assert(sizeof(UOSCServer) == 0x0000F8, "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_UCJOscManagerSubsystem \ +static_assert(alignof(UCJOscManagerSubsystem) == 0x000008, "Wrong alignment on UCJOscManagerSubsystem"); \ +static_assert(sizeof(UCJOscManagerSubsystem) == 0x000080, "Wrong size on UCJOscManagerSubsystem"); \ +static_assert(offsetof(UCJOscManagerSubsystem, Clients) == 0x000030, "Member 'UCJOscManagerSubsystem::Clients' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJOscPerUserSettings \ +static_assert(alignof(UCJOscPerUserSettings) == 0x000008, "Wrong alignment on UCJOscPerUserSettings"); \ +static_assert(sizeof(UCJOscPerUserSettings) == 0x000040, "Wrong size on UCJOscPerUserSettings"); \ +static_assert(offsetof(UCJOscPerUserSettings, EnableOscSends) == 0x000038, "Member 'UCJOscPerUserSettings::EnableOscSends' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetingRequestHandle \ +static_assert(alignof(FTargetingRequestHandle) == 0x000004, "Wrong alignment on FTargetingRequestHandle"); \ +static_assert(sizeof(FTargetingRequestHandle) == 0x000004, "Wrong size on FTargetingRequestHandle"); \ + +#define DUMPER7_ASSERTS_FTargetingSourceContext \ +static_assert(alignof(FTargetingSourceContext) == 0x000008, "Wrong alignment on FTargetingSourceContext"); \ +static_assert(sizeof(FTargetingSourceContext) == 0x000038, "Wrong size on FTargetingSourceContext"); \ +static_assert(offsetof(FTargetingSourceContext, SourceActor) == 0x000000, "Member 'FTargetingSourceContext::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(FTargetingSourceContext, InstigatorActor) == 0x000008, "Member 'FTargetingSourceContext::InstigatorActor' has a wrong offset!"); \ +static_assert(offsetof(FTargetingSourceContext, SourceLocation) == 0x000010, "Member 'FTargetingSourceContext::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(FTargetingSourceContext, SourceSocketName) == 0x000028, "Member 'FTargetingSourceContext::SourceSocketName' has a wrong offset!"); \ +static_assert(offsetof(FTargetingSourceContext, SourceObject) == 0x000030, "Member 'FTargetingSourceContext::SourceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionQueryTaskData \ +static_assert(alignof(FCollisionQueryTaskData) == 0x000008, "Wrong alignment on FCollisionQueryTaskData"); \ +static_assert(sizeof(FCollisionQueryTaskData) == 0x000010, "Wrong size on FCollisionQueryTaskData"); \ +static_assert(offsetof(FCollisionQueryTaskData, IgnoredActors) == 0x000000, "Member 'FCollisionQueryTaskData::IgnoredActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetingTaskSet \ +static_assert(alignof(FTargetingTaskSet) == 0x000008, "Wrong alignment on FTargetingTaskSet"); \ +static_assert(sizeof(FTargetingTaskSet) == 0x000010, "Wrong size on FTargetingTaskSet"); \ +static_assert(offsetof(FTargetingTaskSet, Tasks) == 0x000000, "Member 'FTargetingTaskSet::Tasks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetingDefaultResultData \ +static_assert(alignof(FTargetingDefaultResultData) == 0x000008, "Wrong alignment on FTargetingDefaultResultData"); \ +static_assert(sizeof(FTargetingDefaultResultData) == 0x000108, "Wrong size on FTargetingDefaultResultData"); \ +static_assert(offsetof(FTargetingDefaultResultData, HitResult) == 0x000000, "Member 'FTargetingDefaultResultData::HitResult' has a wrong offset!"); \ +static_assert(offsetof(FTargetingDefaultResultData, Score) == 0x000100, "Member 'FTargetingDefaultResultData::Score' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetingDefaultResultsSet \ +static_assert(alignof(FTargetingDefaultResultsSet) == 0x000008, "Wrong alignment on FTargetingDefaultResultsSet"); \ +static_assert(sizeof(FTargetingDefaultResultsSet) == 0x000010, "Wrong size on FTargetingDefaultResultsSet"); \ +static_assert(offsetof(FTargetingDefaultResultsSet, TargetResults) == 0x000000, "Member 'FTargetingDefaultResultsSet::TargetResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetingRequestData \ +static_assert(alignof(FTargetingRequestData) == 0x000008, "Wrong alignment on FTargetingRequestData"); \ +static_assert(sizeof(FTargetingRequestData) == 0x000030, "Wrong size on FTargetingRequestData"); \ +static_assert(offsetof(FTargetingRequestData, TargetingRequestDynamicDelegate) == 0x000020, "Member 'FTargetingRequestData::TargetingRequestDynamicDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetingAsyncTaskData \ +static_assert(alignof(FTargetingAsyncTaskData) == 0x000004, "Wrong alignment on FTargetingAsyncTaskData"); \ +static_assert(sizeof(FTargetingAsyncTaskData) == 0x000008, "Wrong size on FTargetingAsyncTaskData"); \ + +#define DUMPER7_ASSERTS_FTargetingImmediateTaskData \ +static_assert(alignof(FTargetingImmediateTaskData) == 0x000001, "Wrong alignment on FTargetingImmediateTaskData"); \ +static_assert(sizeof(FTargetingImmediateTaskData) == 0x000001, "Wrong size on FTargetingImmediateTaskData"); \ + +#define DUMPER7_ASSERTS_FTargetingDebugData \ +static_assert(alignof(FTargetingDebugData) == 0x000001, "Wrong alignment on FTargetingDebugData"); \ +static_assert(sizeof(FTargetingDebugData) == 0x000001, "Wrong size on FTargetingDebugData"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PerformTargeting_PerformFilteringRequest \ +static_assert(alignof(AbilityTask_PerformTargeting_PerformFilteringRequest) == 0x000008, "Wrong alignment on AbilityTask_PerformTargeting_PerformFilteringRequest"); \ +static_assert(sizeof(AbilityTask_PerformTargeting_PerformFilteringRequest) == 0x000030, "Wrong size on AbilityTask_PerformTargeting_PerformFilteringRequest"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformFilteringRequest, OwningAbility) == 0x000000, "Member 'AbilityTask_PerformTargeting_PerformFilteringRequest::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformFilteringRequest, TargetingPreset) == 0x000008, "Member 'AbilityTask_PerformTargeting_PerformFilteringRequest::TargetingPreset' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformFilteringRequest, InTargets) == 0x000010, "Member 'AbilityTask_PerformTargeting_PerformFilteringRequest::InTargets' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformFilteringRequest, bAllowAsync) == 0x000020, "Member 'AbilityTask_PerformTargeting_PerformFilteringRequest::bAllowAsync' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformFilteringRequest, ReturnValue) == 0x000028, "Member 'AbilityTask_PerformTargeting_PerformFilteringRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AbilityTask_PerformTargeting_PerformTargetingRequest \ +static_assert(alignof(AbilityTask_PerformTargeting_PerformTargetingRequest) == 0x000008, "Wrong alignment on AbilityTask_PerformTargeting_PerformTargetingRequest"); \ +static_assert(sizeof(AbilityTask_PerformTargeting_PerformTargetingRequest) == 0x000020, "Wrong size on AbilityTask_PerformTargeting_PerformTargetingRequest"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformTargetingRequest, OwningAbility) == 0x000000, "Member 'AbilityTask_PerformTargeting_PerformTargetingRequest::OwningAbility' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformTargetingRequest, InTargetingPreset) == 0x000008, "Member 'AbilityTask_PerformTargeting_PerformTargetingRequest::InTargetingPreset' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformTargetingRequest, bAllowAsync) == 0x000010, "Member 'AbilityTask_PerformTargeting_PerformTargetingRequest::bAllowAsync' has a wrong offset!"); \ +static_assert(offsetof(AbilityTask_PerformTargeting_PerformTargetingRequest, ReturnValue) == 0x000018, "Member 'AbilityTask_PerformTargeting_PerformTargetingRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbilityTask_PerformTargeting \ +static_assert(alignof(UAbilityTask_PerformTargeting) == 0x000008, "Wrong alignment on UAbilityTask_PerformTargeting"); \ +static_assert(sizeof(UAbilityTask_PerformTargeting) == 0x0000B0, "Wrong size on UAbilityTask_PerformTargeting"); \ +static_assert(offsetof(UAbilityTask_PerformTargeting, OnTargetReady) == 0x000080, "Member 'UAbilityTask_PerformTargeting::OnTargetReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncAction_PerformTargeting_PerformFilteringRequest \ +static_assert(alignof(AsyncAction_PerformTargeting_PerformFilteringRequest) == 0x000008, "Wrong alignment on AsyncAction_PerformTargeting_PerformFilteringRequest"); \ +static_assert(sizeof(AsyncAction_PerformTargeting_PerformFilteringRequest) == 0x000030, "Wrong size on AsyncAction_PerformTargeting_PerformFilteringRequest"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformFilteringRequest, SourceActor) == 0x000000, "Member 'AsyncAction_PerformTargeting_PerformFilteringRequest::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformFilteringRequest, TargetingPreset_0) == 0x000008, "Member 'AsyncAction_PerformTargeting_PerformFilteringRequest::TargetingPreset_0' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformFilteringRequest, bUseAsyncTargeting_0) == 0x000010, "Member 'AsyncAction_PerformTargeting_PerformFilteringRequest::bUseAsyncTargeting_0' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformFilteringRequest, InTargets) == 0x000018, "Member 'AsyncAction_PerformTargeting_PerformFilteringRequest::InTargets' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformFilteringRequest, ReturnValue) == 0x000028, "Member 'AsyncAction_PerformTargeting_PerformFilteringRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncAction_PerformTargeting_PerformTargetingRequest \ +static_assert(alignof(AsyncAction_PerformTargeting_PerformTargetingRequest) == 0x000008, "Wrong alignment on AsyncAction_PerformTargeting_PerformTargetingRequest"); \ +static_assert(sizeof(AsyncAction_PerformTargeting_PerformTargetingRequest) == 0x000020, "Wrong size on AsyncAction_PerformTargeting_PerformTargetingRequest"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformTargetingRequest, SourceActor) == 0x000000, "Member 'AsyncAction_PerformTargeting_PerformTargetingRequest::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformTargetingRequest, TargetingPreset_0) == 0x000008, "Member 'AsyncAction_PerformTargeting_PerformTargetingRequest::TargetingPreset_0' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformTargetingRequest, bUseAsyncTargeting_0) == 0x000010, "Member 'AsyncAction_PerformTargeting_PerformTargetingRequest::bUseAsyncTargeting_0' has a wrong offset!"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_PerformTargetingRequest, ReturnValue) == 0x000018, "Member 'AsyncAction_PerformTargeting_PerformTargetingRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncAction_PerformTargeting_GetTargetingHandle \ +static_assert(alignof(AsyncAction_PerformTargeting_GetTargetingHandle) == 0x000004, "Wrong alignment on AsyncAction_PerformTargeting_GetTargetingHandle"); \ +static_assert(sizeof(AsyncAction_PerformTargeting_GetTargetingHandle) == 0x000004, "Wrong size on AsyncAction_PerformTargeting_GetTargetingHandle"); \ +static_assert(offsetof(AsyncAction_PerformTargeting_GetTargetingHandle, ReturnValue) == 0x000000, "Member 'AsyncAction_PerformTargeting_GetTargetingHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncAction_PerformTargeting \ +static_assert(alignof(UAsyncAction_PerformTargeting) == 0x000008, "Wrong alignment on UAsyncAction_PerformTargeting"); \ +static_assert(sizeof(UAsyncAction_PerformTargeting) == 0x000068, "Wrong size on UAsyncAction_PerformTargeting"); \ +static_assert(offsetof(UAsyncAction_PerformTargeting, Targeted) == 0x000030, "Member 'UAsyncAction_PerformTargeting::Targeted' has a wrong offset!"); \ +static_assert(offsetof(UAsyncAction_PerformTargeting, TargetingPreset) == 0x000040, "Member 'UAsyncAction_PerformTargeting::TargetingPreset' has a wrong offset!"); \ +static_assert(offsetof(UAsyncAction_PerformTargeting, WeakSourceActor) == 0x000048, "Member 'UAsyncAction_PerformTargeting::WeakSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UAsyncAction_PerformTargeting, InitialTargets) == 0x000050, "Member 'UAsyncAction_PerformTargeting::InitialTargets' has a wrong offset!"); \ +static_assert(offsetof(UAsyncAction_PerformTargeting, TargetingHandle) == 0x000060, "Member 'UAsyncAction_PerformTargeting::TargetingHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingPreset \ +static_assert(alignof(UTargetingPreset) == 0x000008, "Wrong alignment on UTargetingPreset"); \ +static_assert(sizeof(UTargetingPreset) == 0x000040, "Wrong size on UTargetingPreset"); \ +static_assert(offsetof(UTargetingPreset, TargetingTaskSet) == 0x000030, "Member 'UTargetingPreset::TargetingTaskSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_OverrideCollisionQueryTaskData \ +static_assert(alignof(TargetingSubsystem_OverrideCollisionQueryTaskData) == 0x000008, "Wrong alignment on TargetingSubsystem_OverrideCollisionQueryTaskData"); \ +static_assert(sizeof(TargetingSubsystem_OverrideCollisionQueryTaskData) == 0x000018, "Wrong size on TargetingSubsystem_OverrideCollisionQueryTaskData"); \ +static_assert(offsetof(TargetingSubsystem_OverrideCollisionQueryTaskData, TargetingHandle) == 0x000000, "Member 'TargetingSubsystem_OverrideCollisionQueryTaskData::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_OverrideCollisionQueryTaskData, CollisionQueryDataOverride) == 0x000008, "Member 'TargetingSubsystem_OverrideCollisionQueryTaskData::CollisionQueryDataOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_ExecuteTargetingRequest \ +static_assert(alignof(TargetingSubsystem_ExecuteTargetingRequest) == 0x000008, "Wrong alignment on TargetingSubsystem_ExecuteTargetingRequest"); \ +static_assert(sizeof(TargetingSubsystem_ExecuteTargetingRequest) == 0x000050, "Wrong size on TargetingSubsystem_ExecuteTargetingRequest"); \ +static_assert(offsetof(TargetingSubsystem_ExecuteTargetingRequest, TargetingPreset) == 0x000000, "Member 'TargetingSubsystem_ExecuteTargetingRequest::TargetingPreset' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_ExecuteTargetingRequest, InSourceContext) == 0x000008, "Member 'TargetingSubsystem_ExecuteTargetingRequest::InSourceContext' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_ExecuteTargetingRequest, CompletionDynamicDelegate) == 0x000040, "Member 'TargetingSubsystem_ExecuteTargetingRequest::CompletionDynamicDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle \ +static_assert(alignof(TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle) == 0x000004, "Wrong alignment on TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle"); \ +static_assert(sizeof(TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle) == 0x000004, "Wrong size on TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle"); \ +static_assert(offsetof(TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle, TargetingHandle) == 0x000000, "Member 'TargetingSubsystem_RemoveAsyncTargetingRequestWithHandle::TargetingHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_StartAsyncTargetingRequest \ +static_assert(alignof(TargetingSubsystem_StartAsyncTargetingRequest) == 0x000008, "Wrong alignment on TargetingSubsystem_StartAsyncTargetingRequest"); \ +static_assert(sizeof(TargetingSubsystem_StartAsyncTargetingRequest) == 0x000058, "Wrong size on TargetingSubsystem_StartAsyncTargetingRequest"); \ +static_assert(offsetof(TargetingSubsystem_StartAsyncTargetingRequest, TargetingPreset) == 0x000000, "Member 'TargetingSubsystem_StartAsyncTargetingRequest::TargetingPreset' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_StartAsyncTargetingRequest, InSourceContext) == 0x000008, "Member 'TargetingSubsystem_StartAsyncTargetingRequest::InSourceContext' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_StartAsyncTargetingRequest, CompletionDynamicDelegate) == 0x000040, "Member 'TargetingSubsystem_StartAsyncTargetingRequest::CompletionDynamicDelegate' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_StartAsyncTargetingRequest, ReturnValue) == 0x000050, "Member 'TargetingSubsystem_StartAsyncTargetingRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_GetTargetingResults \ +static_assert(alignof(TargetingSubsystem_GetTargetingResults) == 0x000008, "Wrong alignment on TargetingSubsystem_GetTargetingResults"); \ +static_assert(sizeof(TargetingSubsystem_GetTargetingResults) == 0x000018, "Wrong size on TargetingSubsystem_GetTargetingResults"); \ +static_assert(offsetof(TargetingSubsystem_GetTargetingResults, TargetingHandle) == 0x000000, "Member 'TargetingSubsystem_GetTargetingResults::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_GetTargetingResults, OutTargets) == 0x000008, "Member 'TargetingSubsystem_GetTargetingResults::OutTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_GetTargetingResultsActors \ +static_assert(alignof(TargetingSubsystem_GetTargetingResultsActors) == 0x000008, "Wrong alignment on TargetingSubsystem_GetTargetingResultsActors"); \ +static_assert(sizeof(TargetingSubsystem_GetTargetingResultsActors) == 0x000018, "Wrong size on TargetingSubsystem_GetTargetingResultsActors"); \ +static_assert(offsetof(TargetingSubsystem_GetTargetingResultsActors, TargetingHandle) == 0x000000, "Member 'TargetingSubsystem_GetTargetingResultsActors::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_GetTargetingResultsActors, Targets) == 0x000008, "Member 'TargetingSubsystem_GetTargetingResultsActors::Targets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSubsystem_GetTargetingSourceContext \ +static_assert(alignof(TargetingSubsystem_GetTargetingSourceContext) == 0x000008, "Wrong alignment on TargetingSubsystem_GetTargetingSourceContext"); \ +static_assert(sizeof(TargetingSubsystem_GetTargetingSourceContext) == 0x000040, "Wrong size on TargetingSubsystem_GetTargetingSourceContext"); \ +static_assert(offsetof(TargetingSubsystem_GetTargetingSourceContext, TargetingHandle) == 0x000000, "Member 'TargetingSubsystem_GetTargetingSourceContext::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSubsystem_GetTargetingSourceContext, ReturnValue) == 0x000008, "Member 'TargetingSubsystem_GetTargetingSourceContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingSubsystem \ +static_assert(alignof(UTargetingSubsystem) == 0x000008, "Wrong alignment on UTargetingSubsystem"); \ +static_assert(sizeof(UTargetingSubsystem) == 0x000078, "Wrong size on UTargetingSubsystem"); \ +static_assert(offsetof(UTargetingSubsystem, AsyncTargetingRequests) == 0x000040, "Member 'UTargetingSubsystem::AsyncTargetingRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingTask_GetTargetingSubsystem \ +static_assert(alignof(TargetingTask_GetTargetingSubsystem) == 0x000008, "Wrong alignment on TargetingTask_GetTargetingSubsystem"); \ +static_assert(sizeof(TargetingTask_GetTargetingSubsystem) == 0x000010, "Wrong size on TargetingTask_GetTargetingSubsystem"); \ +static_assert(offsetof(TargetingTask_GetTargetingSubsystem, TargetingHandle) == 0x000000, "Member 'TargetingTask_GetTargetingSubsystem::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingTask_GetTargetingSubsystem, ReturnValue) == 0x000008, "Member 'TargetingTask_GetTargetingSubsystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingTask \ +static_assert(alignof(UTargetingTask) == 0x000008, "Wrong alignment on UTargetingTask"); \ +static_assert(sizeof(UTargetingTask) == 0x000028, "Wrong size on UTargetingTask"); \ + +#define DUMPER7_ASSERTS_UTargetingFilterTask_BasicFilterTemplate \ +static_assert(alignof(UTargetingFilterTask_BasicFilterTemplate) == 0x000008, "Wrong alignment on UTargetingFilterTask_BasicFilterTemplate"); \ +static_assert(sizeof(UTargetingFilterTask_BasicFilterTemplate) == 0x000028, "Wrong size on UTargetingFilterTask_BasicFilterTemplate"); \ + +#define DUMPER7_ASSERTS_SimpleTargetingFilterTask_BP_ShouldFilterTarget \ +static_assert(alignof(SimpleTargetingFilterTask_BP_ShouldFilterTarget) == 0x000008, "Wrong alignment on SimpleTargetingFilterTask_BP_ShouldFilterTarget"); \ +static_assert(sizeof(SimpleTargetingFilterTask_BP_ShouldFilterTarget) == 0x000118, "Wrong size on SimpleTargetingFilterTask_BP_ShouldFilterTarget"); \ +static_assert(offsetof(SimpleTargetingFilterTask_BP_ShouldFilterTarget, TargetingHandle) == 0x000000, "Member 'SimpleTargetingFilterTask_BP_ShouldFilterTarget::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingFilterTask_BP_ShouldFilterTarget, TargetData) == 0x000008, "Member 'SimpleTargetingFilterTask_BP_ShouldFilterTarget::TargetData' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingFilterTask_BP_ShouldFilterTarget, ReturnValue) == 0x000110, "Member 'SimpleTargetingFilterTask_BP_ShouldFilterTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleTargetingFilterTask \ +static_assert(alignof(USimpleTargetingFilterTask) == 0x000008, "Wrong alignment on USimpleTargetingFilterTask"); \ +static_assert(sizeof(USimpleTargetingFilterTask) == 0x000028, "Wrong size on USimpleTargetingFilterTask"); \ + +#define DUMPER7_ASSERTS_SimpleTargetingSelectionTask_AddHitResult \ +static_assert(alignof(SimpleTargetingSelectionTask_AddHitResult) == 0x000008, "Wrong alignment on SimpleTargetingSelectionTask_AddHitResult"); \ +static_assert(sizeof(SimpleTargetingSelectionTask_AddHitResult) == 0x000110, "Wrong size on SimpleTargetingSelectionTask_AddHitResult"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_AddHitResult, TargetingHandle) == 0x000000, "Member 'SimpleTargetingSelectionTask_AddHitResult::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_AddHitResult, HitResult) == 0x000008, "Member 'SimpleTargetingSelectionTask_AddHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_AddHitResult, ReturnValue) == 0x000108, "Member 'SimpleTargetingSelectionTask_AddHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SimpleTargetingSelectionTask_AddTargetActor \ +static_assert(alignof(SimpleTargetingSelectionTask_AddTargetActor) == 0x000008, "Wrong alignment on SimpleTargetingSelectionTask_AddTargetActor"); \ +static_assert(sizeof(SimpleTargetingSelectionTask_AddTargetActor) == 0x000018, "Wrong size on SimpleTargetingSelectionTask_AddTargetActor"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_AddTargetActor, TargetingHandle) == 0x000000, "Member 'SimpleTargetingSelectionTask_AddTargetActor::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_AddTargetActor, Actor) == 0x000008, "Member 'SimpleTargetingSelectionTask_AddTargetActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_AddTargetActor, ReturnValue) == 0x000010, "Member 'SimpleTargetingSelectionTask_AddTargetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SimpleTargetingSelectionTask_SelectTargets \ +static_assert(alignof(SimpleTargetingSelectionTask_SelectTargets) == 0x000008, "Wrong alignment on SimpleTargetingSelectionTask_SelectTargets"); \ +static_assert(sizeof(SimpleTargetingSelectionTask_SelectTargets) == 0x000040, "Wrong size on SimpleTargetingSelectionTask_SelectTargets"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_SelectTargets, TargetingHandle) == 0x000000, "Member 'SimpleTargetingSelectionTask_SelectTargets::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSelectionTask_SelectTargets, SourceContext) == 0x000008, "Member 'SimpleTargetingSelectionTask_SelectTargets::SourceContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleTargetingSelectionTask \ +static_assert(alignof(USimpleTargetingSelectionTask) == 0x000008, "Wrong alignment on USimpleTargetingSelectionTask"); \ +static_assert(sizeof(USimpleTargetingSelectionTask) == 0x000028, "Wrong size on USimpleTargetingSelectionTask"); \ + +#define DUMPER7_ASSERTS_UTargetingSortTask_Base \ +static_assert(alignof(UTargetingSortTask_Base) == 0x000008, "Wrong alignment on UTargetingSortTask_Base"); \ +static_assert(sizeof(UTargetingSortTask_Base) == 0x000030, "Wrong size on UTargetingSortTask_Base"); \ + +#define DUMPER7_ASSERTS_SimpleTargetingSortTask_BP_GetScoreForTarget \ +static_assert(alignof(SimpleTargetingSortTask_BP_GetScoreForTarget) == 0x000008, "Wrong alignment on SimpleTargetingSortTask_BP_GetScoreForTarget"); \ +static_assert(sizeof(SimpleTargetingSortTask_BP_GetScoreForTarget) == 0x000118, "Wrong size on SimpleTargetingSortTask_BP_GetScoreForTarget"); \ +static_assert(offsetof(SimpleTargetingSortTask_BP_GetScoreForTarget, TargetingHandle) == 0x000000, "Member 'SimpleTargetingSortTask_BP_GetScoreForTarget::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSortTask_BP_GetScoreForTarget, TargetData) == 0x000008, "Member 'SimpleTargetingSortTask_BP_GetScoreForTarget::TargetData' has a wrong offset!"); \ +static_assert(offsetof(SimpleTargetingSortTask_BP_GetScoreForTarget, ReturnValue) == 0x000110, "Member 'SimpleTargetingSortTask_BP_GetScoreForTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleTargetingSortTask \ +static_assert(alignof(USimpleTargetingSortTask) == 0x000008, "Wrong alignment on USimpleTargetingSortTask"); \ +static_assert(sizeof(USimpleTargetingSortTask) == 0x000030, "Wrong size on USimpleTargetingSortTask"); \ + +#define DUMPER7_ASSERTS_UTargetingFilterTask_ActorClass \ +static_assert(alignof(UTargetingFilterTask_ActorClass) == 0x000008, "Wrong alignment on UTargetingFilterTask_ActorClass"); \ +static_assert(sizeof(UTargetingFilterTask_ActorClass) == 0x000048, "Wrong size on UTargetingFilterTask_ActorClass"); \ +static_assert(offsetof(UTargetingFilterTask_ActorClass, RequiredActorClassFilters) == 0x000028, "Member 'UTargetingFilterTask_ActorClass::RequiredActorClassFilters' has a wrong offset!"); \ +static_assert(offsetof(UTargetingFilterTask_ActorClass, IgnoredActorClassFilters) == 0x000038, "Member 'UTargetingFilterTask_ActorClass::IgnoredActorClassFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingFilterTask_SortByDistance \ +static_assert(alignof(UTargetingFilterTask_SortByDistance) == 0x000008, "Wrong alignment on UTargetingFilterTask_SortByDistance"); \ +static_assert(sizeof(UTargetingFilterTask_SortByDistance) == 0x000038, "Wrong size on UTargetingFilterTask_SortByDistance"); \ +static_assert(offsetof(UTargetingFilterTask_SortByDistance, bUseDistanceToNearestBlockingCollider) == 0x000030, "Member 'UTargetingFilterTask_SortByDistance::bUseDistanceToNearestBlockingCollider' has a wrong offset!"); \ +static_assert(offsetof(UTargetingFilterTask_SortByDistance, DistanceToCollisionChannel) == 0x000031, "Member 'UTargetingFilterTask_SortByDistance::DistanceToCollisionChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_AOE_GetSourceLocation \ +static_assert(alignof(TargetingSelectionTask_AOE_GetSourceLocation) == 0x000008, "Wrong alignment on TargetingSelectionTask_AOE_GetSourceLocation"); \ +static_assert(sizeof(TargetingSelectionTask_AOE_GetSourceLocation) == 0x000020, "Wrong size on TargetingSelectionTask_AOE_GetSourceLocation"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceLocation, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_AOE_GetSourceLocation::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceLocation, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_AOE_GetSourceLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_AOE_GetSourceOffset \ +static_assert(alignof(TargetingSelectionTask_AOE_GetSourceOffset) == 0x000008, "Wrong alignment on TargetingSelectionTask_AOE_GetSourceOffset"); \ +static_assert(sizeof(TargetingSelectionTask_AOE_GetSourceOffset) == 0x000020, "Wrong size on TargetingSelectionTask_AOE_GetSourceOffset"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceOffset, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_AOE_GetSourceOffset::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceOffset, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_AOE_GetSourceOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_AOE_GetSourceRotation \ +static_assert(alignof(TargetingSelectionTask_AOE_GetSourceRotation) == 0x000010, "Wrong alignment on TargetingSelectionTask_AOE_GetSourceRotation"); \ +static_assert(sizeof(TargetingSelectionTask_AOE_GetSourceRotation) == 0x000030, "Wrong size on TargetingSelectionTask_AOE_GetSourceRotation"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceRotation, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_AOE_GetSourceRotation::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceRotation, ReturnValue) == 0x000010, "Member 'TargetingSelectionTask_AOE_GetSourceRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_AOE_GetSourceRotationOffset \ +static_assert(alignof(TargetingSelectionTask_AOE_GetSourceRotationOffset) == 0x000008, "Wrong alignment on TargetingSelectionTask_AOE_GetSourceRotationOffset"); \ +static_assert(sizeof(TargetingSelectionTask_AOE_GetSourceRotationOffset) == 0x000020, "Wrong size on TargetingSelectionTask_AOE_GetSourceRotationOffset"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceRotationOffset, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_AOE_GetSourceRotationOffset::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_AOE_GetSourceRotationOffset, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_AOE_GetSourceRotationOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingSelectionTask_AOE \ +static_assert(alignof(UTargetingSelectionTask_AOE) == 0x000008, "Wrong alignment on UTargetingSelectionTask_AOE"); \ +static_assert(sizeof(UTargetingSelectionTask_AOE) == 0x0000F0, "Wrong size on UTargetingSelectionTask_AOE"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, ShapeType) == 0x000028, "Member 'UTargetingSelectionTask_AOE::ShapeType' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, CollisionChannel) == 0x000029, "Member 'UTargetingSelectionTask_AOE::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, CollisionProfileName) == 0x00002C, "Member 'UTargetingSelectionTask_AOE::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, CollisionObjectTypes) == 0x000038, "Member 'UTargetingSelectionTask_AOE::CollisionObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, DefaultSourceOffset) == 0x000048, "Member 'UTargetingSelectionTask_AOE::DefaultSourceOffset' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, DefaultSourceRotationOffset) == 0x000060, "Member 'UTargetingSelectionTask_AOE::DefaultSourceRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, HalfExtent) == 0x000080, "Member 'UTargetingSelectionTask_AOE::HalfExtent' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, Radius) == 0x000098, "Member 'UTargetingSelectionTask_AOE::Radius' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, HalfHeight) == 0x0000C0, "Member 'UTargetingSelectionTask_AOE::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_AOE, ComponentTag) == 0x0000E8, "Member 'UTargetingSelectionTask_AOE::ComponentTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingSelectionTask_SourceActor \ +static_assert(alignof(UTargetingSelectionTask_SourceActor) == 0x000008, "Wrong alignment on UTargetingSelectionTask_SourceActor"); \ +static_assert(sizeof(UTargetingSelectionTask_SourceActor) == 0x000028, "Wrong size on UTargetingSelectionTask_SourceActor"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore \ +static_assert(alignof(TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore) == 0x000008, "Wrong alignment on TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore) == 0x000018, "Wrong size on TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore, OutAdditionalActorsToIgnore) == 0x000008, "Member 'TargetingSelectionTask_Trace_GetAdditionalActorsToIgnore::OutAdditionalActorsToIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetSourceLocation \ +static_assert(alignof(TargetingSelectionTask_Trace_GetSourceLocation) == 0x000008, "Wrong alignment on TargetingSelectionTask_Trace_GetSourceLocation"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetSourceLocation) == 0x000020, "Wrong size on TargetingSelectionTask_Trace_GetSourceLocation"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSourceLocation, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetSourceLocation::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSourceLocation, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_Trace_GetSourceLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetSourceOffset \ +static_assert(alignof(TargetingSelectionTask_Trace_GetSourceOffset) == 0x000008, "Wrong alignment on TargetingSelectionTask_Trace_GetSourceOffset"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetSourceOffset) == 0x000020, "Wrong size on TargetingSelectionTask_Trace_GetSourceOffset"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSourceOffset, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetSourceOffset::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSourceOffset, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_Trace_GetSourceOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents \ +static_assert(alignof(TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents) == 0x000008, "Wrong alignment on TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents) == 0x000020, "Wrong size on TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_Trace_GetSweptTraceBoxHalfExtents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight \ +static_assert(alignof(TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight) == 0x000004, "Wrong alignment on TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight) == 0x000008, "Wrong size on TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight, ReturnValue) == 0x000004, "Member 'TargetingSelectionTask_Trace_GetSweptTraceCapsuleHalfHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetSweptTraceRadius \ +static_assert(alignof(TargetingSelectionTask_Trace_GetSweptTraceRadius) == 0x000004, "Wrong alignment on TargetingSelectionTask_Trace_GetSweptTraceRadius"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetSweptTraceRadius) == 0x000008, "Wrong size on TargetingSelectionTask_Trace_GetSweptTraceRadius"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceRadius, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetSweptTraceRadius::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceRadius, ReturnValue) == 0x000004, "Member 'TargetingSelectionTask_Trace_GetSweptTraceRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetSweptTraceRotation \ +static_assert(alignof(TargetingSelectionTask_Trace_GetSweptTraceRotation) == 0x000008, "Wrong alignment on TargetingSelectionTask_Trace_GetSweptTraceRotation"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetSweptTraceRotation) == 0x000020, "Wrong size on TargetingSelectionTask_Trace_GetSweptTraceRotation"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceRotation, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetSweptTraceRotation::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetSweptTraceRotation, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_Trace_GetSweptTraceRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetTraceDirection \ +static_assert(alignof(TargetingSelectionTask_Trace_GetTraceDirection) == 0x000008, "Wrong alignment on TargetingSelectionTask_Trace_GetTraceDirection"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetTraceDirection) == 0x000020, "Wrong size on TargetingSelectionTask_Trace_GetTraceDirection"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetTraceDirection, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetTraceDirection::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetTraceDirection, ReturnValue) == 0x000008, "Member 'TargetingSelectionTask_Trace_GetTraceDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TargetingSelectionTask_Trace_GetTraceLength \ +static_assert(alignof(TargetingSelectionTask_Trace_GetTraceLength) == 0x000004, "Wrong alignment on TargetingSelectionTask_Trace_GetTraceLength"); \ +static_assert(sizeof(TargetingSelectionTask_Trace_GetTraceLength) == 0x000008, "Wrong size on TargetingSelectionTask_Trace_GetTraceLength"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetTraceLength, TargetingHandle) == 0x000000, "Member 'TargetingSelectionTask_Trace_GetTraceLength::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(TargetingSelectionTask_Trace_GetTraceLength, ReturnValue) == 0x000004, "Member 'TargetingSelectionTask_Trace_GetTraceLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetingSelectionTask_Trace \ +static_assert(alignof(UTargetingSelectionTask_Trace) == 0x000008, "Wrong alignment on UTargetingSelectionTask_Trace"); \ +static_assert(sizeof(UTargetingSelectionTask_Trace) == 0x000178, "Wrong size on UTargetingSelectionTask_Trace"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, TraceType) == 0x000028, "Member 'UTargetingSelectionTask_Trace::TraceType' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, TraceChannel) == 0x000029, "Member 'UTargetingSelectionTask_Trace::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, CollisionProfileName) == 0x00002C, "Member 'UTargetingSelectionTask_Trace::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSweptTraceRadius) == 0x000038, "Member 'UTargetingSelectionTask_Trace::DefaultSweptTraceRadius' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSweptTraceCapsuleHalfHeight) == 0x000060, "Member 'UTargetingSelectionTask_Trace::DefaultSweptTraceCapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSweptTraceBoxHalfExtentX) == 0x000088, "Member 'UTargetingSelectionTask_Trace::DefaultSweptTraceBoxHalfExtentX' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSweptTraceBoxHalfExtentY) == 0x0000B0, "Member 'UTargetingSelectionTask_Trace::DefaultSweptTraceBoxHalfExtentY' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSweptTraceBoxHalfExtentZ) == 0x0000D8, "Member 'UTargetingSelectionTask_Trace::DefaultSweptTraceBoxHalfExtentZ' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSweptTraceRotation) == 0x000100, "Member 'UTargetingSelectionTask_Trace::DefaultSweptTraceRotation' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultTraceLength) == 0x000118, "Member 'UTargetingSelectionTask_Trace::DefaultTraceLength' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, DefaultSourceOffset) == 0x000140, "Member 'UTargetingSelectionTask_Trace::DefaultSourceOffset' has a wrong offset!"); \ +static_assert(offsetof(UTargetingSelectionTask_Trace, ExplicitTraceDirection) == 0x000158, "Member 'UTargetingSelectionTask_Trace::ExplicitTraceDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionBase \ +static_assert(alignof(FWorldConditionBase) == 0x000008, "Wrong alignment on FWorldConditionBase"); \ +static_assert(sizeof(FWorldConditionBase) == 0x000010, "Wrong size on FWorldConditionBase"); \ +static_assert(offsetof(FWorldConditionBase, Operator) == 0x00000C, "Member 'FWorldConditionBase::Operator' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionBase, NextExpressionDepth) == 0x00000D, "Member 'FWorldConditionBase::NextExpressionDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionCommonBase \ +static_assert(alignof(FWorldConditionCommonBase) == 0x000008, "Wrong alignment on FWorldConditionCommonBase"); \ +static_assert(sizeof(FWorldConditionCommonBase) == 0x000010, "Wrong size on FWorldConditionCommonBase"); \ + +#define DUMPER7_ASSERTS_FWorldConditionCommonActorBase \ +static_assert(alignof(FWorldConditionCommonActorBase) == 0x000008, "Wrong alignment on FWorldConditionCommonActorBase"); \ +static_assert(sizeof(FWorldConditionCommonActorBase) == 0x000010, "Wrong size on FWorldConditionCommonActorBase"); \ + +#define DUMPER7_ASSERTS_FWorldConditionEditable \ +static_assert(alignof(FWorldConditionEditable) == 0x000008, "Wrong alignment on FWorldConditionEditable"); \ +static_assert(sizeof(FWorldConditionEditable) == 0x000018, "Wrong size on FWorldConditionEditable"); \ +static_assert(offsetof(FWorldConditionEditable, ExpressionDepth) == 0x000000, "Member 'FWorldConditionEditable::ExpressionDepth' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionEditable, Operator) == 0x000001, "Member 'FWorldConditionEditable::Operator' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionEditable, bInvert) == 0x000002, "Member 'FWorldConditionEditable::bInvert' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionEditable, Condition) == 0x000008, "Member 'FWorldConditionEditable::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionQuerySharedDefinition \ +static_assert(alignof(FWorldConditionQuerySharedDefinition) == 0x000008, "Wrong alignment on FWorldConditionQuerySharedDefinition"); \ +static_assert(sizeof(FWorldConditionQuerySharedDefinition) == 0x000028, "Wrong size on FWorldConditionQuerySharedDefinition"); \ +static_assert(offsetof(FWorldConditionQuerySharedDefinition, Conditions) == 0x000000, "Member 'FWorldConditionQuerySharedDefinition::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionQuerySharedDefinition, SchemaClass) == 0x000010, "Member 'FWorldConditionQuerySharedDefinition::SchemaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionQueryDefinition \ +static_assert(alignof(FWorldConditionQueryDefinition) == 0x000008, "Wrong alignment on FWorldConditionQueryDefinition"); \ +static_assert(sizeof(FWorldConditionQueryDefinition) == 0x000028, "Wrong size on FWorldConditionQueryDefinition"); \ +static_assert(offsetof(FWorldConditionQueryDefinition, SharedDefinition) == 0x000000, "Member 'FWorldConditionQueryDefinition::SharedDefinition' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionQueryDefinition, SchemaClass) == 0x000010, "Member 'FWorldConditionQueryDefinition::SchemaClass' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionQueryDefinition, EditableConditions) == 0x000018, "Member 'FWorldConditionQueryDefinition::EditableConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionItem \ +static_assert(alignof(FWorldConditionItem) == 0x000001, "Wrong alignment on FWorldConditionItem"); \ +static_assert(sizeof(FWorldConditionItem) == 0x000003, "Wrong size on FWorldConditionItem"); \ + +#define DUMPER7_ASSERTS_FWorldConditionStateObject \ +static_assert(alignof(FWorldConditionStateObject) == 0x000008, "Wrong alignment on FWorldConditionStateObject"); \ +static_assert(sizeof(FWorldConditionStateObject) == 0x000008, "Wrong size on FWorldConditionStateObject"); \ +static_assert(offsetof(FWorldConditionStateObject, Object) == 0x000000, "Member 'FWorldConditionStateObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionQueryState \ +static_assert(alignof(FWorldConditionQueryState) == 0x000008, "Wrong alignment on FWorldConditionQueryState"); \ +static_assert(sizeof(FWorldConditionQueryState) == 0x000030, "Wrong size on FWorldConditionQueryState"); \ +static_assert(offsetof(FWorldConditionQueryState, Owner) == 0x000028, "Member 'FWorldConditionQueryState::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionQuery \ +static_assert(alignof(FWorldConditionQuery) == 0x000008, "Wrong alignment on FWorldConditionQuery"); \ +static_assert(sizeof(FWorldConditionQuery) == 0x000058, "Wrong size on FWorldConditionQuery"); \ +static_assert(offsetof(FWorldConditionQuery, QueryDefinition) == 0x000000, "Member 'FWorldConditionQuery::QueryDefinition' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionQuery, QueryState) == 0x000028, "Member 'FWorldConditionQuery::QueryState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionResult \ +static_assert(alignof(FWorldConditionResult) == 0x000001, "Wrong alignment on FWorldConditionResult"); \ +static_assert(sizeof(FWorldConditionResult) == 0x000002, "Wrong size on FWorldConditionResult"); \ +static_assert(offsetof(FWorldConditionResult, Value) == 0x000000, "Member 'FWorldConditionResult::Value' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionResult, bCanBeCached) == 0x000001, "Member 'FWorldConditionResult::bCanBeCached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionContextDataDesc \ +static_assert(alignof(FWorldConditionContextDataDesc) == 0x000008, "Wrong alignment on FWorldConditionContextDataDesc"); \ +static_assert(sizeof(FWorldConditionContextDataDesc) == 0x000018, "Wrong size on FWorldConditionContextDataDesc"); \ +static_assert(offsetof(FWorldConditionContextDataDesc, Struct) == 0x000000, "Member 'FWorldConditionContextDataDesc::Struct' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionContextDataDesc, Name) == 0x000008, "Member 'FWorldConditionContextDataDesc::Name' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionContextDataDesc, Type) == 0x000010, "Member 'FWorldConditionContextDataDesc::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWorldConditionContextDataRef \ +static_assert(alignof(FWorldConditionContextDataRef) == 0x000004, "Wrong alignment on FWorldConditionContextDataRef"); \ +static_assert(sizeof(FWorldConditionContextDataRef) == 0x00000C, "Wrong size on FWorldConditionContextDataRef"); \ +static_assert(offsetof(FWorldConditionContextDataRef, Name) == 0x000000, "Member 'FWorldConditionContextDataRef::Name' has a wrong offset!"); \ +static_assert(offsetof(FWorldConditionContextDataRef, Index) == 0x000008, "Member 'FWorldConditionContextDataRef::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldConditionSchema \ +static_assert(alignof(UWorldConditionSchema) == 0x000008, "Wrong alignment on UWorldConditionSchema"); \ +static_assert(sizeof(UWorldConditionSchema) == 0x000038, "Wrong size on UWorldConditionSchema"); \ +static_assert(offsetof(UWorldConditionSchema, ContextDataDescs) == 0x000028, "Member 'UWorldConditionSchema::ContextDataDescs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionData \ +static_assert(alignof(FSmartObjectDefinitionData) == 0x000008, "Wrong alignment on FSmartObjectDefinitionData"); \ +static_assert(sizeof(FSmartObjectDefinitionData) == 0x000008, "Wrong size on FSmartObjectDefinitionData"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotAnnotation \ +static_assert(alignof(FSmartObjectSlotAnnotation) == 0x000008, "Wrong alignment on FSmartObjectSlotAnnotation"); \ +static_assert(sizeof(FSmartObjectSlotAnnotation) == 0x000008, "Wrong size on FSmartObjectSlotAnnotation"); \ + +#define DUMPER7_ASSERTS_FSmartObjectHandle \ +static_assert(alignof(FSmartObjectHandle) == 0x000004, "Wrong alignment on FSmartObjectHandle"); \ +static_assert(sizeof(FSmartObjectHandle) == 0x000010, "Wrong size on FSmartObjectHandle"); \ +static_assert(offsetof(FSmartObjectHandle, Guid) == 0x000000, "Member 'FSmartObjectHandle::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotHandle \ +static_assert(alignof(FSmartObjectSlotHandle) == 0x000004, "Wrong alignment on FSmartObjectSlotHandle"); \ +static_assert(sizeof(FSmartObjectSlotHandle) == 0x000014, "Wrong size on FSmartObjectSlotHandle"); \ +static_assert(offsetof(FSmartObjectSlotHandle, SmartObjectHandle) == 0x000000, "Member 'FSmartObjectSlotHandle::SmartObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotHandle, SlotIndex) == 0x000010, "Member 'FSmartObjectSlotHandle::SlotIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectUserHandle \ +static_assert(alignof(FSmartObjectUserHandle) == 0x000004, "Wrong alignment on FSmartObjectUserHandle"); \ +static_assert(sizeof(FSmartObjectUserHandle) == 0x000004, "Wrong size on FSmartObjectUserHandle"); \ +static_assert(offsetof(FSmartObjectUserHandle, ID) == 0x000000, "Member 'FSmartObjectUserHandle::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectClaimHandle \ +static_assert(alignof(FSmartObjectClaimHandle) == 0x000004, "Wrong alignment on FSmartObjectClaimHandle"); \ +static_assert(sizeof(FSmartObjectClaimHandle) == 0x000028, "Wrong size on FSmartObjectClaimHandle"); \ +static_assert(offsetof(FSmartObjectClaimHandle, SmartObjectHandle) == 0x000000, "Member 'FSmartObjectClaimHandle::SmartObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectClaimHandle, SlotHandle) == 0x000010, "Member 'FSmartObjectClaimHandle::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectClaimHandle, UserHandle) == 0x000024, "Member 'FSmartObjectClaimHandle::UserHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectEventData \ +static_assert(alignof(FSmartObjectEventData) == 0x000008, "Wrong alignment on FSmartObjectEventData"); \ +static_assert(sizeof(FSmartObjectEventData) == 0x000040, "Wrong size on FSmartObjectEventData"); \ +static_assert(offsetof(FSmartObjectEventData, SmartObjectHandle) == 0x000000, "Member 'FSmartObjectEventData::SmartObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectEventData, SlotHandle) == 0x000010, "Member 'FSmartObjectEventData::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectEventData, Reason) == 0x000024, "Member 'FSmartObjectEventData::Reason' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectEventData, Tag) == 0x000028, "Member 'FSmartObjectEventData::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectRequestResult \ +static_assert(alignof(FSmartObjectRequestResult) == 0x000004, "Wrong alignment on FSmartObjectRequestResult"); \ +static_assert(sizeof(FSmartObjectRequestResult) == 0x000024, "Wrong size on FSmartObjectRequestResult"); \ +static_assert(offsetof(FSmartObjectRequestResult, SmartObjectHandle) == 0x000000, "Member 'FSmartObjectRequestResult::SmartObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestResult, SlotHandle) == 0x000010, "Member 'FSmartObjectRequestResult::SlotHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionDataHandle \ +static_assert(alignof(FSmartObjectDefinitionDataHandle) == 0x000002, "Wrong alignment on FSmartObjectDefinitionDataHandle"); \ +static_assert(sizeof(FSmartObjectDefinitionDataHandle) == 0x000004, "Wrong size on FSmartObjectDefinitionDataHandle"); \ +static_assert(offsetof(FSmartObjectDefinitionDataHandle, SlotIndex) == 0x000000, "Member 'FSmartObjectDefinitionDataHandle::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionDataHandle, DataIndex) == 0x000002, "Member 'FSmartObjectDefinitionDataHandle::DataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionPropertyBinding \ +static_assert(alignof(FSmartObjectDefinitionPropertyBinding) == 0x000008, "Wrong alignment on FSmartObjectDefinitionPropertyBinding"); \ +static_assert(sizeof(FSmartObjectDefinitionPropertyBinding) == 0x000030, "Wrong size on FSmartObjectDefinitionPropertyBinding"); \ +static_assert(offsetof(FSmartObjectDefinitionPropertyBinding, SourceDataHandle) == 0x000028, "Member 'FSmartObjectDefinitionPropertyBinding::SourceDataHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionPropertyBinding, TargetDataHandle) == 0x00002C, "Member 'FSmartObjectDefinitionPropertyBinding::TargetDataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectWorldConditionBase \ +static_assert(alignof(FSmartObjectWorldConditionBase) == 0x000008, "Wrong alignment on FSmartObjectWorldConditionBase"); \ +static_assert(sizeof(FSmartObjectWorldConditionBase) == 0x000010, "Wrong size on FSmartObjectWorldConditionBase"); \ + +#define DUMPER7_ASSERTS_FSmartObjectWorldConditionSlotTagQuery \ +static_assert(alignof(FSmartObjectWorldConditionSlotTagQuery) == 0x000008, "Wrong alignment on FSmartObjectWorldConditionSlotTagQuery"); \ +static_assert(sizeof(FSmartObjectWorldConditionSlotTagQuery) == 0x000070, "Wrong size on FSmartObjectWorldConditionSlotTagQuery"); \ +static_assert(offsetof(FSmartObjectWorldConditionSlotTagQuery, TagQuery) == 0x000028, "Member 'FSmartObjectWorldConditionSlotTagQuery::TagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionBindableStructDescriptor \ +static_assert(alignof(FSmartObjectDefinitionBindableStructDescriptor) == 0x000008, "Wrong alignment on FSmartObjectDefinitionBindableStructDescriptor"); \ +static_assert(sizeof(FSmartObjectDefinitionBindableStructDescriptor) == 0x000020, "Wrong size on FSmartObjectDefinitionBindableStructDescriptor"); \ +static_assert(offsetof(FSmartObjectDefinitionBindableStructDescriptor, DataHandle) == 0x000018, "Member 'FSmartObjectDefinitionBindableStructDescriptor::DataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectRequestFilter \ +static_assert(alignof(FSmartObjectRequestFilter) == 0x000010, "Wrong alignment on FSmartObjectRequestFilter"); \ +static_assert(sizeof(FSmartObjectRequestFilter) == 0x0000C0, "Wrong size on FSmartObjectRequestFilter"); \ +static_assert(offsetof(FSmartObjectRequestFilter, UserTags) == 0x000000, "Member 'FSmartObjectRequestFilter::UserTags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, ClaimPriority) == 0x000020, "Member 'FSmartObjectRequestFilter::ClaimPriority' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, ActivityRequirements) == 0x000028, "Member 'FSmartObjectRequestFilter::ActivityRequirements' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, BehaviorDefinitionClasses) == 0x000070, "Member 'FSmartObjectRequestFilter::BehaviorDefinitionClasses' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, bShouldEvaluateConditions) == 0x000080, "Member 'FSmartObjectRequestFilter::bShouldEvaluateConditions' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, bShouldIncludeClaimedSlots) == 0x000081, "Member 'FSmartObjectRequestFilter::bShouldIncludeClaimedSlots' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequestFilter, bShouldIncludeDisabledSlots) == 0x000082, "Member 'FSmartObjectRequestFilter::bShouldIncludeDisabledSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectRequest \ +static_assert(alignof(FSmartObjectRequest) == 0x000010, "Wrong alignment on FSmartObjectRequest"); \ +static_assert(sizeof(FSmartObjectRequest) == 0x000120, "Wrong size on FSmartObjectRequest"); \ +static_assert(offsetof(FSmartObjectRequest, QueryBox) == 0x000000, "Member 'FSmartObjectRequest::QueryBox' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequest, Filter) == 0x000040, "Member 'FSmartObjectRequest::Filter' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequest, IgnoreObjectsBehind) == 0x000100, "Member 'FSmartObjectRequest::IgnoreObjectsBehind' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRequest, FacingDirection) == 0x000108, "Member 'FSmartObjectRequest::FacingDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectUserCapsuleParams \ +static_assert(alignof(FSmartObjectUserCapsuleParams) == 0x000004, "Wrong alignment on FSmartObjectUserCapsuleParams"); \ +static_assert(sizeof(FSmartObjectUserCapsuleParams) == 0x00000C, "Wrong size on FSmartObjectUserCapsuleParams"); \ +static_assert(offsetof(FSmartObjectUserCapsuleParams, Radius) == 0x000000, "Member 'FSmartObjectUserCapsuleParams::Radius' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectUserCapsuleParams, Height) == 0x000004, "Member 'FSmartObjectUserCapsuleParams::Height' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectUserCapsuleParams, StepHeight) == 0x000008, "Member 'FSmartObjectUserCapsuleParams::StepHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectAnnotation_SlotUserCollision \ +static_assert(alignof(FSmartObjectAnnotation_SlotUserCollision) == 0x000008, "Wrong alignment on FSmartObjectAnnotation_SlotUserCollision"); \ +static_assert(sizeof(FSmartObjectAnnotation_SlotUserCollision) == 0x000018, "Wrong size on FSmartObjectAnnotation_SlotUserCollision"); \ +static_assert(offsetof(FSmartObjectAnnotation_SlotUserCollision, bUseUserCapsuleSize) == 0x000008, "Member 'FSmartObjectAnnotation_SlotUserCollision::bUseUserCapsuleSize' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectAnnotation_SlotUserCollision, Capsule) == 0x00000C, "Member 'FSmartObjectAnnotation_SlotUserCollision::Capsule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotEntranceAnnotation \ +static_assert(alignof(FSmartObjectSlotEntranceAnnotation) == 0x000008, "Wrong alignment on FSmartObjectSlotEntranceAnnotation"); \ +static_assert(sizeof(FSmartObjectSlotEntranceAnnotation) == 0x000050, "Wrong size on FSmartObjectSlotEntranceAnnotation"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, Offset) == 0x000008, "Member 'FSmartObjectSlotEntranceAnnotation::Offset' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, Rotation) == 0x000014, "Member 'FSmartObjectSlotEntranceAnnotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, Tags) == 0x000020, "Member 'FSmartObjectSlotEntranceAnnotation::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, SelectionPriority) == 0x000041, "Member 'FSmartObjectSlotEntranceAnnotation::SelectionPriority' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, TrajectoryStartHeightOffset) == 0x000044, "Member 'FSmartObjectSlotEntranceAnnotation::TrajectoryStartHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, TrajectorySlotHeightOffset) == 0x000048, "Member 'FSmartObjectSlotEntranceAnnotation::TrajectorySlotHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceAnnotation, TransitionCheckRadius) == 0x00004C, "Member 'FSmartObjectSlotEntranceAnnotation::TransitionCheckRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotReference \ +static_assert(alignof(FSmartObjectSlotReference) == 0x000001, "Wrong alignment on FSmartObjectSlotReference"); \ +static_assert(sizeof(FSmartObjectSlotReference) == 0x000001, "Wrong size on FSmartObjectSlotReference"); \ +static_assert(offsetof(FSmartObjectSlotReference, Index) == 0x000000, "Member 'FSmartObjectSlotReference::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotLinkAnnotation \ +static_assert(alignof(FSmartObjectSlotLinkAnnotation) == 0x000008, "Wrong alignment on FSmartObjectSlotLinkAnnotation"); \ +static_assert(sizeof(FSmartObjectSlotLinkAnnotation) == 0x000018, "Wrong size on FSmartObjectSlotLinkAnnotation"); \ +static_assert(offsetof(FSmartObjectSlotLinkAnnotation, Tag) == 0x000008, "Member 'FSmartObjectSlotLinkAnnotation::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotLinkAnnotation, LinkedSlot) == 0x000010, "Member 'FSmartObjectSlotLinkAnnotation::LinkedSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectBindingCollection \ +static_assert(alignof(FSmartObjectBindingCollection) == 0x000010, "Wrong alignment on FSmartObjectBindingCollection"); \ +static_assert(sizeof(FSmartObjectBindingCollection) == 0x0000E0, "Wrong size on FSmartObjectBindingCollection"); \ +static_assert(offsetof(FSmartObjectBindingCollection, BindableStructs) == 0x0000C0, "Member 'FSmartObjectBindingCollection::BindableStructs' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectBindingCollection, PropertyBindings) == 0x0000D0, "Member 'FSmartObjectBindingCollection::PropertyBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionReference \ +static_assert(alignof(FSmartObjectDefinitionReference) == 0x000008, "Wrong alignment on FSmartObjectDefinitionReference"); \ +static_assert(sizeof(FSmartObjectDefinitionReference) == 0x000028, "Wrong size on FSmartObjectDefinitionReference"); \ +static_assert(offsetof(FSmartObjectDefinitionReference, SmartObjectDefinition) == 0x000000, "Member 'FSmartObjectDefinitionReference::SmartObjectDefinition' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionReference, Parameters) == 0x000008, "Member 'FSmartObjectDefinitionReference::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionReference, PropertyOverrides) == 0x000018, "Member 'FSmartObjectDefinitionReference::PropertyOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectComponentInstanceData \ +static_assert(alignof(FSmartObjectComponentInstanceData) == 0x000008, "Wrong alignment on FSmartObjectComponentInstanceData"); \ +static_assert(sizeof(FSmartObjectComponentInstanceData) == 0x0000A0, "Wrong size on FSmartObjectComponentInstanceData"); \ +static_assert(offsetof(FSmartObjectComponentInstanceData, SmartObjectDefinitionRef) == 0x000068, "Member 'FSmartObjectComponentInstanceData::SmartObjectDefinitionRef' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectComponentInstanceData, OriginalGuid) == 0x000090, "Member 'FSmartObjectComponentInstanceData::OriginalGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionDataProxy \ +static_assert(alignof(FSmartObjectDefinitionDataProxy) == 0x000008, "Wrong alignment on FSmartObjectDefinitionDataProxy"); \ +static_assert(sizeof(FSmartObjectDefinitionDataProxy) == 0x000010, "Wrong size on FSmartObjectDefinitionDataProxy"); \ +static_assert(offsetof(FSmartObjectDefinitionDataProxy, Data) == 0x000000, "Member 'FSmartObjectDefinitionDataProxy::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotDefinition \ +static_assert(alignof(FSmartObjectSlotDefinition) == 0x000008, "Wrong alignment on FSmartObjectSlotDefinition"); \ +static_assert(sizeof(FSmartObjectSlotDefinition) == 0x0000F0, "Wrong size on FSmartObjectSlotDefinition"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, Offset) == 0x000000, "Member 'FSmartObjectSlotDefinition::Offset' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, Rotation) == 0x00000C, "Member 'FSmartObjectSlotDefinition::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, bEnabled) == 0x000018, "Member 'FSmartObjectSlotDefinition::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, UserTagFilter) == 0x000020, "Member 'FSmartObjectSlotDefinition::UserTagFilter' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, ActivityTags) == 0x000068, "Member 'FSmartObjectSlotDefinition::ActivityTags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, RuntimeTags) == 0x000088, "Member 'FSmartObjectSlotDefinition::RuntimeTags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, SelectionPreconditions) == 0x0000A8, "Member 'FSmartObjectSlotDefinition::SelectionPreconditions' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, BehaviorDefinitions) == 0x0000D0, "Member 'FSmartObjectSlotDefinition::BehaviorDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotDefinition, DefinitionData) == 0x0000E0, "Member 'FSmartObjectSlotDefinition::DefinitionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectDefinitionPreviewData \ +static_assert(alignof(FSmartObjectDefinitionPreviewData) == 0x000008, "Wrong alignment on FSmartObjectDefinitionPreviewData"); \ +static_assert(sizeof(FSmartObjectDefinitionPreviewData) == 0x000098, "Wrong size on FSmartObjectDefinitionPreviewData"); \ +static_assert(offsetof(FSmartObjectDefinitionPreviewData, ObjectActorClass) == 0x000000, "Member 'FSmartObjectDefinitionPreviewData::ObjectActorClass' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionPreviewData, ObjectMeshPath) == 0x000028, "Member 'FSmartObjectDefinitionPreviewData::ObjectMeshPath' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionPreviewData, UserActorClass) == 0x000048, "Member 'FSmartObjectDefinitionPreviewData::UserActorClass' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectDefinitionPreviewData, UserValidationFilterClass) == 0x000070, "Member 'FSmartObjectDefinitionPreviewData::UserValidationFilterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSpatialEntryData \ +static_assert(alignof(FSmartObjectSpatialEntryData) == 0x000001, "Wrong alignment on FSmartObjectSpatialEntryData"); \ +static_assert(sizeof(FSmartObjectSpatialEntryData) == 0x000001, "Wrong size on FSmartObjectSpatialEntryData"); \ + +#define DUMPER7_ASSERTS_FSmartObjectHashGridEntryData \ +static_assert(alignof(FSmartObjectHashGridEntryData) == 0x000004, "Wrong alignment on FSmartObjectHashGridEntryData"); \ +static_assert(sizeof(FSmartObjectHashGridEntryData) == 0x00000C, "Wrong size on FSmartObjectHashGridEntryData"); \ + +#define DUMPER7_ASSERTS_FSmartObjectOctreeEntryData \ +static_assert(alignof(FSmartObjectOctreeEntryData) == 0x000008, "Wrong alignment on FSmartObjectOctreeEntryData"); \ +static_assert(sizeof(FSmartObjectOctreeEntryData) == 0x000010, "Wrong size on FSmartObjectOctreeEntryData"); \ + +#define DUMPER7_ASSERTS_FSmartObjectCollectionEntry \ +static_assert(alignof(FSmartObjectCollectionEntry) == 0x000010, "Wrong alignment on FSmartObjectCollectionEntry"); \ +static_assert(sizeof(FSmartObjectCollectionEntry) == 0x0000E0, "Wrong size on FSmartObjectCollectionEntry"); \ +static_assert(offsetof(FSmartObjectCollectionEntry, Tags) == 0x000000, "Member 'FSmartObjectCollectionEntry::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectCollectionEntry, Transform) == 0x000030, "Member 'FSmartObjectCollectionEntry::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectCollectionEntry, Bounds) == 0x000090, "Member 'FSmartObjectCollectionEntry::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectCollectionEntry, Handle) == 0x0000C8, "Member 'FSmartObjectCollectionEntry::Handle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectCollectionEntry, DefinitionIdx) == 0x0000D8, "Member 'FSmartObjectCollectionEntry::DefinitionIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectContainer \ +static_assert(alignof(FSmartObjectContainer) == 0x000008, "Wrong alignment on FSmartObjectContainer"); \ +static_assert(sizeof(FSmartObjectContainer) == 0x000100, "Wrong size on FSmartObjectContainer"); \ +static_assert(offsetof(FSmartObjectContainer, Bounds) == 0x000000, "Member 'FSmartObjectContainer::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectContainer, CollectionEntries) == 0x000038, "Member 'FSmartObjectContainer::CollectionEntries' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectContainer, RegisteredIdToObjectMap) == 0x000048, "Member 'FSmartObjectContainer::RegisteredIdToObjectMap' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectContainer, HandleToComponentMappings) == 0x000098, "Member 'FSmartObjectContainer::HandleToComponentMappings' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectContainer, DefinitionReferences) == 0x0000E8, "Member 'FSmartObjectContainer::DefinitionReferences' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectContainer, Owner) == 0x0000F8, "Member 'FSmartObjectContainer::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotStateData \ +static_assert(alignof(FSmartObjectSlotStateData) == 0x000001, "Wrong alignment on FSmartObjectSlotStateData"); \ +static_assert(sizeof(FSmartObjectSlotStateData) == 0x000001, "Wrong size on FSmartObjectSlotStateData"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotTransform \ +static_assert(alignof(FSmartObjectSlotTransform) == 0x000010, "Wrong alignment on FSmartObjectSlotTransform"); \ +static_assert(sizeof(FSmartObjectSlotTransform) == 0x000060, "Wrong size on FSmartObjectSlotTransform"); \ +static_assert(offsetof(FSmartObjectSlotTransform, Transform) == 0x000000, "Member 'FSmartObjectSlotTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectRuntimeSlot \ +static_assert(alignof(FSmartObjectRuntimeSlot) == 0x000008, "Wrong alignment on FSmartObjectRuntimeSlot"); \ +static_assert(sizeof(FSmartObjectRuntimeSlot) == 0x0000A8, "Wrong size on FSmartObjectRuntimeSlot"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, Offset) == 0x000000, "Member 'FSmartObjectRuntimeSlot::Offset' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, Rotation) == 0x00000C, "Member 'FSmartObjectRuntimeSlot::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, Tags) == 0x000018, "Member 'FSmartObjectRuntimeSlot::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, User) == 0x000068, "Member 'FSmartObjectRuntimeSlot::User' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, PreconditionState) == 0x000070, "Member 'FSmartObjectRuntimeSlot::PreconditionState' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, State) == 0x0000A0, "Member 'FSmartObjectRuntimeSlot::State' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntimeSlot, ClaimedPriority) == 0x0000A1, "Member 'FSmartObjectRuntimeSlot::ClaimedPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectRuntime \ +static_assert(alignof(FSmartObjectRuntime) == 0x000010, "Wrong alignment on FSmartObjectRuntime"); \ +static_assert(sizeof(FSmartObjectRuntime) == 0x000120, "Wrong size on FSmartObjectRuntime"); \ +static_assert(offsetof(FSmartObjectRuntime, PreconditionState) == 0x000000, "Member 'FSmartObjectRuntime::PreconditionState' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, Slots) == 0x000030, "Member 'FSmartObjectRuntime::Slots' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, Definition) == 0x000040, "Member 'FSmartObjectRuntime::Definition' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, OwnerComponent) == 0x000048, "Member 'FSmartObjectRuntime::OwnerComponent' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, Transform) == 0x000060, "Member 'FSmartObjectRuntime::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, Tags) == 0x0000C0, "Member 'FSmartObjectRuntime::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, RegisteredHandle) == 0x0000F8, "Member 'FSmartObjectRuntime::RegisteredHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, SpatialEntryData) == 0x000108, "Member 'FSmartObjectRuntime::SpatialEntryData' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectRuntime, DisableFlags) == 0x000118, "Member 'FSmartObjectRuntime::DisableFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstSmartObjectSlotView \ +static_assert(alignof(FConstSmartObjectSlotView) == 0x000008, "Wrong alignment on FConstSmartObjectSlotView"); \ +static_assert(sizeof(FConstSmartObjectSlotView) == 0x000028, "Wrong size on FConstSmartObjectSlotView"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotView \ +static_assert(alignof(FSmartObjectSlotView) == 0x000008, "Wrong alignment on FSmartObjectSlotView"); \ +static_assert(sizeof(FSmartObjectSlotView) == 0x000028, "Wrong size on FSmartObjectSlotView"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotEntranceHandle \ +static_assert(alignof(FSmartObjectSlotEntranceHandle) == 0x000004, "Wrong alignment on FSmartObjectSlotEntranceHandle"); \ +static_assert(sizeof(FSmartObjectSlotEntranceHandle) == 0x000018, "Wrong size on FSmartObjectSlotEntranceHandle"); \ +static_assert(offsetof(FSmartObjectSlotEntranceHandle, SlotHandle) == 0x000000, "Member 'FSmartObjectSlotEntranceHandle::SlotHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotEntranceLocationRequest \ +static_assert(alignof(FSmartObjectSlotEntranceLocationRequest) == 0x000008, "Wrong alignment on FSmartObjectSlotEntranceLocationRequest"); \ +static_assert(sizeof(FSmartObjectSlotEntranceLocationRequest) == 0x000060, "Wrong size on FSmartObjectSlotEntranceLocationRequest"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, UserActor) == 0x000000, "Member 'FSmartObjectSlotEntranceLocationRequest::UserActor' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, ValidationFilter) == 0x000008, "Member 'FSmartObjectSlotEntranceLocationRequest::ValidationFilter' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, NavigationData) == 0x000010, "Member 'FSmartObjectSlotEntranceLocationRequest::NavigationData' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, UserCapsuleParams) == 0x000018, "Member 'FSmartObjectSlotEntranceLocationRequest::UserCapsuleParams' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, SearchLocation) == 0x000028, "Member 'FSmartObjectSlotEntranceLocationRequest::SearchLocation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, SelectMethod) == 0x000040, "Member 'FSmartObjectSlotEntranceLocationRequest::SelectMethod' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, LocationType) == 0x000041, "Member 'FSmartObjectSlotEntranceLocationRequest::LocationType' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bProjectNavigationLocation) == 0x000042, "Member 'FSmartObjectSlotEntranceLocationRequest::bProjectNavigationLocation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bTraceGroundLocation) == 0x000043, "Member 'FSmartObjectSlotEntranceLocationRequest::bTraceGroundLocation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bCheckTransitionTrajectory) == 0x000044, "Member 'FSmartObjectSlotEntranceLocationRequest::bCheckTransitionTrajectory' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bCheckEntranceLocationOverlap) == 0x000045, "Member 'FSmartObjectSlotEntranceLocationRequest::bCheckEntranceLocationOverlap' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bCheckSlotLocationOverlap) == 0x000046, "Member 'FSmartObjectSlotEntranceLocationRequest::bCheckSlotLocationOverlap' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bUseSlotLocationAsFallback) == 0x000047, "Member 'FSmartObjectSlotEntranceLocationRequest::bUseSlotLocationAsFallback' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationRequest, bUseUpAxisLockedRotation) == 0x000048, "Member 'FSmartObjectSlotEntranceLocationRequest::bUseUpAxisLockedRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotEntranceLocationResult \ +static_assert(alignof(FSmartObjectSlotEntranceLocationResult) == 0x000008, "Wrong alignment on FSmartObjectSlotEntranceLocationResult"); \ +static_assert(sizeof(FSmartObjectSlotEntranceLocationResult) == 0x000080, "Wrong size on FSmartObjectSlotEntranceLocationResult"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationResult, Location) == 0x000000, "Member 'FSmartObjectSlotEntranceLocationResult::Location' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationResult, Rotation) == 0x000018, "Member 'FSmartObjectSlotEntranceLocationResult::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationResult, Tag) == 0x000038, "Member 'FSmartObjectSlotEntranceLocationResult::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationResult, Tags) == 0x000040, "Member 'FSmartObjectSlotEntranceLocationResult::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationResult, EntranceHandle) == 0x000060, "Member 'FSmartObjectSlotEntranceLocationResult::EntranceHandle' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotEntranceLocationResult, bIsValid) == 0x000078, "Member 'FSmartObjectSlotEntranceLocationResult::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotIndex \ +static_assert(alignof(FSmartObjectSlotIndex) == 0x000004, "Wrong alignment on FSmartObjectSlotIndex"); \ +static_assert(sizeof(FSmartObjectSlotIndex) == 0x000004, "Wrong size on FSmartObjectSlotIndex"); \ +static_assert(offsetof(FSmartObjectSlotIndex, Index) == 0x000000, "Member 'FSmartObjectSlotIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectTraceParams \ +static_assert(alignof(FSmartObjectTraceParams) == 0x000008, "Wrong alignment on FSmartObjectTraceParams"); \ +static_assert(sizeof(FSmartObjectTraceParams) == 0x000028, "Wrong size on FSmartObjectTraceParams"); \ +static_assert(offsetof(FSmartObjectTraceParams, Type) == 0x000000, "Member 'FSmartObjectTraceParams::Type' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectTraceParams, TraceChannel) == 0x000001, "Member 'FSmartObjectTraceParams::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectTraceParams, ObjectTypes) == 0x000008, "Member 'FSmartObjectTraceParams::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectTraceParams, CollisionProfile) == 0x000018, "Member 'FSmartObjectTraceParams::CollisionProfile' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectTraceParams, bTraceComplex) == 0x000020, "Member 'FSmartObjectTraceParams::bTraceComplex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotValidationParams \ +static_assert(alignof(FSmartObjectSlotValidationParams) == 0x000008, "Wrong alignment on FSmartObjectSlotValidationParams"); \ +static_assert(sizeof(FSmartObjectSlotValidationParams) == 0x000080, "Wrong size on FSmartObjectSlotValidationParams"); \ +static_assert(offsetof(FSmartObjectSlotValidationParams, NavigationFilter) == 0x000000, "Member 'FSmartObjectSlotValidationParams::NavigationFilter' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotValidationParams, SearchExtents) == 0x000008, "Member 'FSmartObjectSlotValidationParams::SearchExtents' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotValidationParams, GroundTraceParameters) == 0x000020, "Member 'FSmartObjectSlotValidationParams::GroundTraceParameters' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotValidationParams, TransitionTraceParameters) == 0x000048, "Member 'FSmartObjectSlotValidationParams::TransitionTraceParameters' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotValidationParams, bUseNavigationCapsuleSize) == 0x000070, "Member 'FSmartObjectSlotValidationParams::bUseNavigationCapsuleSize' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotValidationParams, UserCapsule) == 0x000074, "Member 'FSmartObjectSlotValidationParams::UserCapsule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectActorUserData \ +static_assert(alignof(FSmartObjectActorUserData) == 0x000004, "Wrong alignment on FSmartObjectActorUserData"); \ +static_assert(sizeof(FSmartObjectActorUserData) == 0x000008, "Wrong size on FSmartObjectActorUserData"); \ +static_assert(offsetof(FSmartObjectActorUserData, UserActor) == 0x000000, "Member 'FSmartObjectActorUserData::UserActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectActorOwnerData \ +static_assert(alignof(FSmartObjectActorOwnerData) == 0x000008, "Wrong alignment on FSmartObjectActorOwnerData"); \ +static_assert(sizeof(FSmartObjectActorOwnerData) == 0x000020, "Wrong size on FSmartObjectActorOwnerData"); \ +static_assert(offsetof(FSmartObjectActorOwnerData, Handle) == 0x000000, "Member 'FSmartObjectActorOwnerData::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectWorldConditionObjectTagQueryState \ +static_assert(alignof(FSmartObjectWorldConditionObjectTagQueryState) == 0x000008, "Wrong alignment on FSmartObjectWorldConditionObjectTagQueryState"); \ +static_assert(sizeof(FSmartObjectWorldConditionObjectTagQueryState) == 0x000008, "Wrong size on FSmartObjectWorldConditionObjectTagQueryState"); \ + +#define DUMPER7_ASSERTS_FSmartObjectWorldConditionObjectTagQuery \ +static_assert(alignof(FSmartObjectWorldConditionObjectTagQuery) == 0x000008, "Wrong alignment on FSmartObjectWorldConditionObjectTagQuery"); \ +static_assert(sizeof(FSmartObjectWorldConditionObjectTagQuery) == 0x000070, "Wrong size on FSmartObjectWorldConditionObjectTagQuery"); \ +static_assert(offsetof(FSmartObjectWorldConditionObjectTagQuery, TagQuery) == 0x000028, "Member 'FSmartObjectWorldConditionObjectTagQuery::TagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectWorldConditionSlotTagQueryState \ +static_assert(alignof(FSmartObjectWorldConditionSlotTagQueryState) == 0x000008, "Wrong alignment on FSmartObjectWorldConditionSlotTagQueryState"); \ +static_assert(sizeof(FSmartObjectWorldConditionSlotTagQueryState) == 0x000020, "Wrong size on FSmartObjectWorldConditionSlotTagQueryState"); \ + +#define DUMPER7_ASSERTS_FWorldCondition_SmartObjectActorTagQueryState \ +static_assert(alignof(FWorldCondition_SmartObjectActorTagQueryState) == 0x000008, "Wrong alignment on FWorldCondition_SmartObjectActorTagQueryState"); \ +static_assert(sizeof(FWorldCondition_SmartObjectActorTagQueryState) == 0x000008, "Wrong size on FWorldCondition_SmartObjectActorTagQueryState"); \ + +#define DUMPER7_ASSERTS_FWorldCondition_SmartObjectActorTagQuery \ +static_assert(alignof(FWorldCondition_SmartObjectActorTagQuery) == 0x000008, "Wrong alignment on FWorldCondition_SmartObjectActorTagQuery"); \ +static_assert(sizeof(FWorldCondition_SmartObjectActorTagQuery) == 0x000068, "Wrong size on FWorldCondition_SmartObjectActorTagQuery"); \ +static_assert(offsetof(FWorldCondition_SmartObjectActorTagQuery, TagQuery) == 0x000020, "Member 'FWorldCondition_SmartObjectActorTagQuery::TagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSettings \ +static_assert(alignof(USmartObjectSettings) == 0x000008, "Wrong alignment on USmartObjectSettings"); \ +static_assert(sizeof(USmartObjectSettings) == 0x000050, "Wrong size on USmartObjectSettings"); \ +static_assert(offsetof(USmartObjectSettings, DefaultUserTagsFilteringPolicy) == 0x000038, "Member 'USmartObjectSettings::DefaultUserTagsFilteringPolicy' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSettings, DefaultActivityTagsMergingPolicy) == 0x000039, "Member 'USmartObjectSettings::DefaultActivityTagsMergingPolicy' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSettings, DefaultWorldConditionSchemaClass) == 0x000040, "Member 'USmartObjectSettings::DefaultWorldConditionSchemaClass' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSettings, bShouldExcludePreConditionsOnDedicatedClient) == 0x000048, "Member 'USmartObjectSettings::bShouldExcludePreConditionsOnDedicatedClient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_SOClaimHandle \ +static_assert(alignof(UBlackboardKeyType_SOClaimHandle) == 0x000008, "Wrong alignment on UBlackboardKeyType_SOClaimHandle"); \ +static_assert(sizeof(UBlackboardKeyType_SOClaimHandle) == 0x000058, "Wrong size on UBlackboardKeyType_SOClaimHandle"); \ +static_assert(offsetof(UBlackboardKeyType_SOClaimHandle, Handle) == 0x000030, "Member 'UBlackboardKeyType_SOClaimHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_SmartObjects \ +static_assert(alignof(UEnvQueryGenerator_SmartObjects) == 0x000010, "Wrong alignment on UEnvQueryGenerator_SmartObjects"); \ +static_assert(sizeof(UEnvQueryGenerator_SmartObjects) == 0x000150, "Wrong size on UEnvQueryGenerator_SmartObjects"); \ +static_assert(offsetof(UEnvQueryGenerator_SmartObjects, QueryOriginContext) == 0x000050, "Member 'UEnvQueryGenerator_SmartObjects::QueryOriginContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SmartObjects, SmartObjectRequestFilter) == 0x000060, "Member 'UEnvQueryGenerator_SmartObjects::SmartObjectRequestFilter' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SmartObjects, bApplyFilterUserTagsToQuerierTags) == 0x000120, "Member 'UEnvQueryGenerator_SmartObjects::bApplyFilterUserTagsToQuerierTags' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SmartObjects, QueryBoxExtent) == 0x000128, "Member 'UEnvQueryGenerator_SmartObjects::QueryBoxExtent' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SmartObjects, bOnlyClaimable) == 0x000140, "Member 'UEnvQueryGenerator_SmartObjects::bOnlyClaimable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryItemType_SmartObject \ +static_assert(alignof(UEnvQueryItemType_SmartObject) == 0x000008, "Wrong alignment on UEnvQueryItemType_SmartObject"); \ +static_assert(sizeof(UEnvQueryItemType_SmartObject) == 0x000030, "Wrong size on UEnvQueryItemType_SmartObject"); \ + +#define DUMPER7_ASSERTS_AGenericSmartObject \ +static_assert(alignof(AGenericSmartObject) == 0x000008, "Wrong alignment on AGenericSmartObject"); \ +static_assert(sizeof(AGenericSmartObject) == 0x0002B8, "Wrong size on AGenericSmartObject"); \ +static_assert(offsetof(AGenericSmartObject, SOComponent) == 0x0002B0, "Member 'AGenericSmartObject::SOComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects, SmartObjectActors) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects::SmartObjectActors' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects, ReturnValue) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_AddMultipleSmartObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects, SmartObjectActors) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects::SmartObjectActors' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects, bAdd) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects::bAdd' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects, ReturnValue) == 0x000011, "Member 'SmartObjectBlueprintFunctionLibrary_AddOrRemoveMultipleSmartObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject) == 0x000010, "Wrong size on SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject, SmartObject) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject::SmartObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject, bEnabled) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject, ReturnValue) == 0x000009, "Member 'SmartObjectBlueprintFunctionLibrary_AddOrRemoveSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_AddSmartObject \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_AddSmartObject) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_AddSmartObject"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_AddSmartObject) == 0x000010, "Wrong size on SmartObjectBlueprintFunctionLibrary_AddSmartObject"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddSmartObject, SmartObjectActor) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_AddSmartObject::SmartObjectActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_AddSmartObject, ReturnValue) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_AddSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString) == 0x000038, "Wrong size on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString, Result) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString::Result' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString, ReturnValue) == 0x000028, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectClaimHandleToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString, Definition) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString::Definition' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString, ReturnValue) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectDefinitionToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString) == 0x000020, "Wrong size on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString, Handle) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString, ReturnValue) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectHandleToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString) == 0x000038, "Wrong size on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString, Result) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString::Result' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString, ReturnValue) == 0x000028, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectRequestResultToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString) == 0x000028, "Wrong size on SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString, Handle) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString, ReturnValue) == 0x000018, "Member 'SmartObjectBlueprintFunctionLibrary_Conv_SmartObjectSlotHandleToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle) == 0x000004, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle) == 0x000024, "Wrong size on SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle, A) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle::A' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle, B) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle::B' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle, ReturnValue) == 0x000020, "Member 'SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectHandleSmartObjectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle) == 0x000004, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle) == 0x00002C, "Wrong size on SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle, A) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle::A' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle, B) == 0x000014, "Member 'SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle::B' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle, ReturnValue) == 0x000028, "Member 'SmartObjectBlueprintFunctionLibrary_Equal_SmartObjectSlotHandleSmartObjectSlotHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor) == 0x000010, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor) == 0x0000F0, "Wrong size on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor, Filter) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor::Filter' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor, SearchActor) == 0x0000C0, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor::SearchActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor, OutResults) == 0x0000C8, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor::OutResults' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor, UserActor) == 0x0000D8, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor, ReturnValue) == 0x0000E0, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent) == 0x000010, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent) == 0x0000F0, "Wrong size on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent, Filter) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent::Filter' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent, SmartObjectComponent) == 0x0000C0, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent::SmartObjectComponent' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent, OutResults) == 0x0000C8, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent::OutResults' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent, UserActor) == 0x0000D8, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent, ReturnValue) == 0x0000E0, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList) == 0x000010, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList) == 0x000100, "Wrong size on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList, WorldContextObject) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList, Filter) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList::Filter' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList, ActorList) == 0x0000D0, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList::ActorList' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList, OutResults) == 0x0000E0, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList::OutResults' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList, UserActor) == 0x0000F0, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList, ReturnValue) == 0x0000F8, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest) == 0x000010, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest) == 0x000100, "Wrong size on SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest, WorldContextObject) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest, Filter) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest::Filter' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest, TargetingHandle) == 0x0000D0, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest::TargetingHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest, OutResults) == 0x0000D8, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest::OutResults' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest, UserActor) == 0x0000E8, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest, ReturnValue) == 0x0000F0, "Member 'SmartObjectBlueprintFunctionLibrary_FindSmartObjectsInTargetingRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle) == 0x000058, "Wrong size on SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle, NodeOwner) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle, Key) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle::Key' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle, ReturnValue) == 0x000030, "Member 'SmartObjectBlueprintFunctionLibrary_GetBlackboardValueAsSOClaimHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle) == 0x000038, "Wrong size on SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle, BlackboardComponent) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle::BlackboardComponent' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle, KeyName) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle::KeyName' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle, ReturnValue) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_GetValueAsSOClaimHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle) == 0x000004, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle) == 0x00002C, "Wrong size on SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle, Handle) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle, ReturnValue) == 0x000028, "Member 'SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectClaimHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle) == 0x000004, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle) == 0x000014, "Wrong size on SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle, Handle) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle, ReturnValue) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle) == 0x000004, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle, Handle) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle, ReturnValue) == 0x000014, "Member 'SmartObjectBlueprintFunctionLibrary_IsValidSmartObjectSlotHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed) == 0x000058, "Wrong size on SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed, WorldContextObject) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed, SlotHandle) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed, UserActor) == 0x000020, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed, ClaimPriority) == 0x000028, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed::ClaimPriority' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed, ReturnValue) == 0x00002C, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsClaimed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree) == 0x000038, "Wrong size on SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree, WorldContextObject) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree, ClaimHandle) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree, ReturnValue) == 0x000030, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsFree::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied) == 0x000040, "Wrong size on SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied, WorldContextObject) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied, ClaimHandle) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied, DefinitionClass) == 0x000030, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied::DefinitionClass' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied, ReturnValue) == 0x000038, "Member 'SmartObjectBlueprintFunctionLibrary_MarkSmartObjectSlotAsOccupied::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle) == 0x000004, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle) == 0x000024, "Wrong size on SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle, A) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle::A' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle, B) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle::B' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle, ReturnValue) == 0x000020, "Member 'SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectHandleSmartObjectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle) == 0x000004, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle) == 0x00002C, "Wrong size on SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle, A) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle::A' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle, B) == 0x000014, "Member 'SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle::B' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle, ReturnValue) == 0x000028, "Member 'SmartObjectBlueprintFunctionLibrary_NotEqual_SmartObjectSlotHandleSmartObjectSlotHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects, SmartObjectActors) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects::SmartObjectActors' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects, ReturnValue) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_RemoveMultipleSmartObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_RemoveSmartObject \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_RemoveSmartObject) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_RemoveSmartObject"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_RemoveSmartObject) == 0x000010, "Wrong size on SmartObjectBlueprintFunctionLibrary_RemoveSmartObject"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_RemoveSmartObject, SmartObjectActor) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_RemoveSmartObject::SmartObjectActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_RemoveSmartObject, ReturnValue) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_RemoveSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle) == 0x000058, "Wrong size on SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle, NodeOwner) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle, Key) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle::Key' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle, Value) == 0x000030, "Member 'SmartObjectBlueprintFunctionLibrary_SetBlackboardValueAsSOClaimHandle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled) == 0x000018, "Wrong size on SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled, SmartObjectActors) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled::SmartObjectActors' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled, bEnabled) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled, ReturnValue) == 0x000011, "Member 'SmartObjectBlueprintFunctionLibrary_SetMultipleSmartObjectsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled) == 0x000010, "Wrong size on SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled, SmartObjectActor) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled::SmartObjectActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled, bEnabled) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled, ReturnValue) == 0x000009, "Member 'SmartObjectBlueprintFunctionLibrary_SetSmartObjectEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle) == 0x000008, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle) == 0x000038, "Wrong size on SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle, BlackboardComponent) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle::BlackboardComponent' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle, KeyName) == 0x000008, "Member 'SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle::KeyName' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle, Value) == 0x000010, "Member 'SmartObjectBlueprintFunctionLibrary_SetValueAsSOClaimHandle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid \ +static_assert(alignof(SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid) == 0x000004, "Wrong alignment on SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid"); \ +static_assert(sizeof(SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid) == 0x000028, "Wrong size on SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid"); \ +static_assert(offsetof(SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid, ReturnValue) == 0x000000, "Member 'SmartObjectBlueprintFunctionLibrary_SmartObjectClaimHandle_Invalid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectBlueprintFunctionLibrary \ +static_assert(alignof(USmartObjectBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on USmartObjectBlueprintFunctionLibrary"); \ +static_assert(sizeof(USmartObjectBlueprintFunctionLibrary) == 0x000028, "Wrong size on USmartObjectBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_ASmartObjectCollection \ +static_assert(alignof(ASmartObjectCollection) == 0x000008, "Wrong alignment on ASmartObjectCollection"); \ +static_assert(sizeof(ASmartObjectCollection) == 0x000360, "Wrong size on ASmartObjectCollection"); \ +static_assert(offsetof(ASmartObjectCollection, Bounds) == 0x0002B0, "Member 'ASmartObjectCollection::Bounds' has a wrong offset!"); \ +static_assert(offsetof(ASmartObjectCollection, CollectionEntries) == 0x0002E8, "Member 'ASmartObjectCollection::CollectionEntries' has a wrong offset!"); \ +static_assert(offsetof(ASmartObjectCollection, RegisteredIdToObjectMap) == 0x0002F8, "Member 'ASmartObjectCollection::RegisteredIdToObjectMap' has a wrong offset!"); \ +static_assert(offsetof(ASmartObjectCollection, Definitions) == 0x000348, "Member 'ASmartObjectCollection::Definitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_ReceiveOnEvent \ +static_assert(alignof(SmartObjectComponent_ReceiveOnEvent) == 0x000008, "Wrong alignment on SmartObjectComponent_ReceiveOnEvent"); \ +static_assert(sizeof(SmartObjectComponent_ReceiveOnEvent) == 0x000048, "Wrong size on SmartObjectComponent_ReceiveOnEvent"); \ +static_assert(offsetof(SmartObjectComponent_ReceiveOnEvent, EventData) == 0x000000, "Member 'SmartObjectComponent_ReceiveOnEvent::EventData' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectComponent_ReceiveOnEvent, Interactor) == 0x000040, "Member 'SmartObjectComponent_ReceiveOnEvent::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_SetDefinition \ +static_assert(alignof(SmartObjectComponent_SetDefinition) == 0x000008, "Wrong alignment on SmartObjectComponent_SetDefinition"); \ +static_assert(sizeof(SmartObjectComponent_SetDefinition) == 0x000008, "Wrong size on SmartObjectComponent_SetDefinition"); \ +static_assert(offsetof(SmartObjectComponent_SetDefinition, DefinitionAsset) == 0x000000, "Member 'SmartObjectComponent_SetDefinition::DefinitionAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_GetDefinition \ +static_assert(alignof(SmartObjectComponent_GetDefinition) == 0x000008, "Wrong alignment on SmartObjectComponent_GetDefinition"); \ +static_assert(sizeof(SmartObjectComponent_GetDefinition) == 0x000008, "Wrong size on SmartObjectComponent_GetDefinition"); \ +static_assert(offsetof(SmartObjectComponent_GetDefinition, ReturnValue) == 0x000000, "Member 'SmartObjectComponent_GetDefinition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_IsBoundToSimulation \ +static_assert(alignof(SmartObjectComponent_IsBoundToSimulation) == 0x000001, "Wrong alignment on SmartObjectComponent_IsBoundToSimulation"); \ +static_assert(sizeof(SmartObjectComponent_IsBoundToSimulation) == 0x000001, "Wrong size on SmartObjectComponent_IsBoundToSimulation"); \ +static_assert(offsetof(SmartObjectComponent_IsBoundToSimulation, ReturnValue) == 0x000000, "Member 'SmartObjectComponent_IsBoundToSimulation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_IsSmartObjectEnabled \ +static_assert(alignof(SmartObjectComponent_IsSmartObjectEnabled) == 0x000001, "Wrong alignment on SmartObjectComponent_IsSmartObjectEnabled"); \ +static_assert(sizeof(SmartObjectComponent_IsSmartObjectEnabled) == 0x000001, "Wrong size on SmartObjectComponent_IsSmartObjectEnabled"); \ +static_assert(offsetof(SmartObjectComponent_IsSmartObjectEnabled, ReturnValue) == 0x000000, "Member 'SmartObjectComponent_IsSmartObjectEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_IsSmartObjectEnabledForReason \ +static_assert(alignof(SmartObjectComponent_IsSmartObjectEnabledForReason) == 0x000004, "Wrong alignment on SmartObjectComponent_IsSmartObjectEnabledForReason"); \ +static_assert(sizeof(SmartObjectComponent_IsSmartObjectEnabledForReason) == 0x00000C, "Wrong size on SmartObjectComponent_IsSmartObjectEnabledForReason"); \ +static_assert(offsetof(SmartObjectComponent_IsSmartObjectEnabledForReason, ReasonTag) == 0x000000, "Member 'SmartObjectComponent_IsSmartObjectEnabledForReason::ReasonTag' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectComponent_IsSmartObjectEnabledForReason, ReturnValue) == 0x000008, "Member 'SmartObjectComponent_IsSmartObjectEnabledForReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_SetSmartObjectEnabled \ +static_assert(alignof(SmartObjectComponent_SetSmartObjectEnabled) == 0x000001, "Wrong alignment on SmartObjectComponent_SetSmartObjectEnabled"); \ +static_assert(sizeof(SmartObjectComponent_SetSmartObjectEnabled) == 0x000002, "Wrong size on SmartObjectComponent_SetSmartObjectEnabled"); \ +static_assert(offsetof(SmartObjectComponent_SetSmartObjectEnabled, bEnable) == 0x000000, "Member 'SmartObjectComponent_SetSmartObjectEnabled::bEnable' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectComponent_SetSmartObjectEnabled, ReturnValue) == 0x000001, "Member 'SmartObjectComponent_SetSmartObjectEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectComponent_SetSmartObjectEnabledForReason \ +static_assert(alignof(SmartObjectComponent_SetSmartObjectEnabledForReason) == 0x000004, "Wrong alignment on SmartObjectComponent_SetSmartObjectEnabledForReason"); \ +static_assert(sizeof(SmartObjectComponent_SetSmartObjectEnabledForReason) == 0x00000C, "Wrong size on SmartObjectComponent_SetSmartObjectEnabledForReason"); \ +static_assert(offsetof(SmartObjectComponent_SetSmartObjectEnabledForReason, ReasonTag) == 0x000000, "Member 'SmartObjectComponent_SetSmartObjectEnabledForReason::ReasonTag' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectComponent_SetSmartObjectEnabledForReason, bEnabled) == 0x000008, "Member 'SmartObjectComponent_SetSmartObjectEnabledForReason::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectComponent_SetSmartObjectEnabledForReason, ReturnValue) == 0x000009, "Member 'SmartObjectComponent_SetSmartObjectEnabledForReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectComponent \ +static_assert(alignof(USmartObjectComponent) == 0x000010, "Wrong alignment on USmartObjectComponent"); \ +static_assert(sizeof(USmartObjectComponent) == 0x0002E0, "Wrong size on USmartObjectComponent"); \ +static_assert(offsetof(USmartObjectComponent, OnSmartObjectEvent) == 0x000250, "Member 'USmartObjectComponent::OnSmartObjectEvent' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectComponent, ComponentGuid) == 0x000278, "Member 'USmartObjectComponent::ComponentGuid' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectComponent, DefinitionRef) == 0x000288, "Member 'USmartObjectComponent::DefinitionRef' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectComponent, RegisteredHandle) == 0x0002B0, "Member 'USmartObjectComponent::RegisteredHandle' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectComponent, bCanBePartOfCollection) == 0x0002C9, "Member 'USmartObjectComponent::bCanBePartOfCollection' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectComponent, CachedDefinitionAssetVariation) == 0x0002D0, "Member 'USmartObjectComponent::CachedDefinitionAssetVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectContainerRenderingComponent \ +static_assert(alignof(USmartObjectContainerRenderingComponent) == 0x000010, "Wrong alignment on USmartObjectContainerRenderingComponent"); \ +static_assert(sizeof(USmartObjectContainerRenderingComponent) == 0x000530, "Wrong size on USmartObjectContainerRenderingComponent"); \ + +#define DUMPER7_ASSERTS_USmartObjectDebugRenderingComponent \ +static_assert(alignof(USmartObjectDebugRenderingComponent) == 0x000010, "Wrong alignment on USmartObjectDebugRenderingComponent"); \ +static_assert(sizeof(USmartObjectDebugRenderingComponent) == 0x000590, "Wrong size on USmartObjectDebugRenderingComponent"); \ + +#define DUMPER7_ASSERTS_USmartObjectBehaviorDefinition \ +static_assert(alignof(USmartObjectBehaviorDefinition) == 0x000008, "Wrong alignment on USmartObjectBehaviorDefinition"); \ +static_assert(sizeof(USmartObjectBehaviorDefinition) == 0x000028, "Wrong size on USmartObjectBehaviorDefinition"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetMutableSlot \ +static_assert(alignof(SmartObjectDefinition_GetMutableSlot) == 0x000008, "Wrong alignment on SmartObjectDefinition_GetMutableSlot"); \ +static_assert(sizeof(SmartObjectDefinition_GetMutableSlot) == 0x0000F8, "Wrong size on SmartObjectDefinition_GetMutableSlot"); \ +static_assert(offsetof(SmartObjectDefinition_GetMutableSlot, Index_0) == 0x000000, "Member 'SmartObjectDefinition_GetMutableSlot::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectDefinition_GetMutableSlot, ReturnValue) == 0x000008, "Member 'SmartObjectDefinition_GetMutableSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_SetUserTagFilter \ +static_assert(alignof(SmartObjectDefinition_SetUserTagFilter) == 0x000008, "Wrong alignment on SmartObjectDefinition_SetUserTagFilter"); \ +static_assert(sizeof(SmartObjectDefinition_SetUserTagFilter) == 0x000048, "Wrong size on SmartObjectDefinition_SetUserTagFilter"); \ +static_assert(offsetof(SmartObjectDefinition_SetUserTagFilter, InUserTagFilter) == 0x000000, "Member 'SmartObjectDefinition_SetUserTagFilter::InUserTagFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetActivityTags \ +static_assert(alignof(SmartObjectDefinition_GetActivityTags) == 0x000008, "Wrong alignment on SmartObjectDefinition_GetActivityTags"); \ +static_assert(sizeof(SmartObjectDefinition_GetActivityTags) == 0x000020, "Wrong size on SmartObjectDefinition_GetActivityTags"); \ +static_assert(offsetof(SmartObjectDefinition_GetActivityTags, ReturnValue) == 0x000000, "Member 'SmartObjectDefinition_GetActivityTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetBounds \ +static_assert(alignof(SmartObjectDefinition_GetBounds) == 0x000008, "Wrong alignment on SmartObjectDefinition_GetBounds"); \ +static_assert(sizeof(SmartObjectDefinition_GetBounds) == 0x000038, "Wrong size on SmartObjectDefinition_GetBounds"); \ +static_assert(offsetof(SmartObjectDefinition_GetBounds, ReturnValue) == 0x000000, "Member 'SmartObjectDefinition_GetBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetSlotActivityTags \ +static_assert(alignof(SmartObjectDefinition_GetSlotActivityTags) == 0x000008, "Wrong alignment on SmartObjectDefinition_GetSlotActivityTags"); \ +static_assert(sizeof(SmartObjectDefinition_GetSlotActivityTags) == 0x000028, "Wrong size on SmartObjectDefinition_GetSlotActivityTags"); \ +static_assert(offsetof(SmartObjectDefinition_GetSlotActivityTags, SlotIndex) == 0x000000, "Member 'SmartObjectDefinition_GetSlotActivityTags::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectDefinition_GetSlotActivityTags, OutActivityTags) == 0x000008, "Member 'SmartObjectDefinition_GetSlotActivityTags::OutActivityTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetSlotWorldTransform \ +static_assert(alignof(SmartObjectDefinition_GetSlotWorldTransform) == 0x000010, "Wrong alignment on SmartObjectDefinition_GetSlotWorldTransform"); \ +static_assert(sizeof(SmartObjectDefinition_GetSlotWorldTransform) == 0x0000D0, "Wrong size on SmartObjectDefinition_GetSlotWorldTransform"); \ +static_assert(offsetof(SmartObjectDefinition_GetSlotWorldTransform, SlotIndex) == 0x000000, "Member 'SmartObjectDefinition_GetSlotWorldTransform::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectDefinition_GetSlotWorldTransform, OwnerTransform) == 0x000010, "Member 'SmartObjectDefinition_GetSlotWorldTransform::OwnerTransform' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectDefinition_GetSlotWorldTransform, ReturnValue) == 0x000070, "Member 'SmartObjectDefinition_GetSlotWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetUserTagFilter \ +static_assert(alignof(SmartObjectDefinition_GetUserTagFilter) == 0x000008, "Wrong alignment on SmartObjectDefinition_GetUserTagFilter"); \ +static_assert(sizeof(SmartObjectDefinition_GetUserTagFilter) == 0x000048, "Wrong size on SmartObjectDefinition_GetUserTagFilter"); \ +static_assert(offsetof(SmartObjectDefinition_GetUserTagFilter, ReturnValue) == 0x000000, "Member 'SmartObjectDefinition_GetUserTagFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_GetUserTagsFilteringPolicy \ +static_assert(alignof(SmartObjectDefinition_GetUserTagsFilteringPolicy) == 0x000001, "Wrong alignment on SmartObjectDefinition_GetUserTagsFilteringPolicy"); \ +static_assert(sizeof(SmartObjectDefinition_GetUserTagsFilteringPolicy) == 0x000001, "Wrong size on SmartObjectDefinition_GetUserTagsFilteringPolicy"); \ +static_assert(offsetof(SmartObjectDefinition_GetUserTagsFilteringPolicy, ReturnValue) == 0x000000, "Member 'SmartObjectDefinition_GetUserTagsFilteringPolicy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_IsValidSlotIndex \ +static_assert(alignof(SmartObjectDefinition_IsValidSlotIndex) == 0x000004, "Wrong alignment on SmartObjectDefinition_IsValidSlotIndex"); \ +static_assert(sizeof(SmartObjectDefinition_IsValidSlotIndex) == 0x000008, "Wrong size on SmartObjectDefinition_IsValidSlotIndex"); \ +static_assert(offsetof(SmartObjectDefinition_IsValidSlotIndex, SlotIndex) == 0x000000, "Member 'SmartObjectDefinition_IsValidSlotIndex::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectDefinition_IsValidSlotIndex, ReturnValue) == 0x000004, "Member 'SmartObjectDefinition_IsValidSlotIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectDefinition_K2_GetSlots \ +static_assert(alignof(SmartObjectDefinition_K2_GetSlots) == 0x000008, "Wrong alignment on SmartObjectDefinition_K2_GetSlots"); \ +static_assert(sizeof(SmartObjectDefinition_K2_GetSlots) == 0x000010, "Wrong size on SmartObjectDefinition_K2_GetSlots"); \ +static_assert(offsetof(SmartObjectDefinition_K2_GetSlots, ReturnValue) == 0x000000, "Member 'SmartObjectDefinition_K2_GetSlots::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectDefinition \ +static_assert(alignof(USmartObjectDefinition) == 0x000010, "Wrong alignment on USmartObjectDefinition"); \ +static_assert(sizeof(USmartObjectDefinition) == 0x000230, "Wrong size on USmartObjectDefinition"); \ +static_assert(offsetof(USmartObjectDefinition, Parameters) == 0x000050, "Member 'USmartObjectDefinition::Parameters' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, ParametersID) == 0x000060, "Member 'USmartObjectDefinition::ParametersID' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, RootID) == 0x000070, "Member 'USmartObjectDefinition::RootID' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, BindingCollection) == 0x000080, "Member 'USmartObjectDefinition::BindingCollection' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, Slots) == 0x000160, "Member 'USmartObjectDefinition::Slots' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, DefaultBehaviorDefinitions) == 0x000170, "Member 'USmartObjectDefinition::DefaultBehaviorDefinitions' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, UserTagFilter) == 0x000180, "Member 'USmartObjectDefinition::UserTagFilter' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, Preconditions) == 0x0001C8, "Member 'USmartObjectDefinition::Preconditions' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, ActivityTags) == 0x0001F0, "Member 'USmartObjectDefinition::ActivityTags' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, DefinitionData) == 0x000210, "Member 'USmartObjectDefinition::DefinitionData' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, WorldConditionSchemaClass) == 0x000220, "Member 'USmartObjectDefinition::WorldConditionSchemaClass' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, ActivityTagsMergingPolicy) == 0x000228, "Member 'USmartObjectDefinition::ActivityTagsMergingPolicy' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectDefinition, UserTagsFilteringPolicy) == 0x000229, "Member 'USmartObjectDefinition::UserTagsFilteringPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSpacePartition \ +static_assert(alignof(USmartObjectSpacePartition) == 0x000008, "Wrong alignment on USmartObjectSpacePartition"); \ +static_assert(sizeof(USmartObjectSpacePartition) == 0x000028, "Wrong size on USmartObjectSpacePartition"); \ + +#define DUMPER7_ASSERTS_USmartObjectHashGrid \ +static_assert(alignof(USmartObjectHashGrid) == 0x000008, "Wrong alignment on USmartObjectHashGrid"); \ +static_assert(sizeof(USmartObjectHashGrid) == 0x0000D0, "Wrong size on USmartObjectHashGrid"); \ + +#define DUMPER7_ASSERTS_USmartObjectOctree \ +static_assert(alignof(USmartObjectOctree) == 0x000008, "Wrong alignment on USmartObjectOctree"); \ +static_assert(sizeof(USmartObjectOctree) == 0x0000F0, "Wrong size on USmartObjectOctree"); \ + +#define DUMPER7_ASSERTS_ASmartObjectPersistentCollection \ +static_assert(alignof(ASmartObjectPersistentCollection) == 0x000008, "Wrong alignment on ASmartObjectPersistentCollection"); \ +static_assert(sizeof(ASmartObjectPersistentCollection) == 0x0003B8, "Wrong size on ASmartObjectPersistentCollection"); \ +static_assert(offsetof(ASmartObjectPersistentCollection, SmartObjectContainer) == 0x0002B0, "Member 'ASmartObjectPersistentCollection::SmartObjectContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectRenderingComponent \ +static_assert(alignof(USmartObjectRenderingComponent) == 0x000010, "Wrong alignment on USmartObjectRenderingComponent"); \ +static_assert(sizeof(USmartObjectRenderingComponent) == 0x000530, "Wrong size on USmartObjectRenderingComponent"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_AddTagToInstance \ +static_assert(alignof(SmartObjectSubsystem_AddTagToInstance) == 0x000004, "Wrong alignment on SmartObjectSubsystem_AddTagToInstance"); \ +static_assert(sizeof(SmartObjectSubsystem_AddTagToInstance) == 0x000018, "Wrong size on SmartObjectSubsystem_AddTagToInstance"); \ +static_assert(offsetof(SmartObjectSubsystem_AddTagToInstance, Handle) == 0x000000, "Member 'SmartObjectSubsystem_AddTagToInstance::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_AddTagToInstance, Tag) == 0x000010, "Member 'SmartObjectSubsystem_AddTagToInstance::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_AddTagToSlot \ +static_assert(alignof(SmartObjectSubsystem_AddTagToSlot) == 0x000004, "Wrong alignment on SmartObjectSubsystem_AddTagToSlot"); \ +static_assert(sizeof(SmartObjectSubsystem_AddTagToSlot) == 0x00001C, "Wrong size on SmartObjectSubsystem_AddTagToSlot"); \ +static_assert(offsetof(SmartObjectSubsystem_AddTagToSlot, SlotHandle) == 0x000000, "Member 'SmartObjectSubsystem_AddTagToSlot::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_AddTagToSlot, Tag) == 0x000014, "Member 'SmartObjectSubsystem_AddTagToSlot::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_FindClosestSmartObject \ +static_assert(alignof(SmartObjectSubsystem_FindClosestSmartObject) == 0x000010, "Wrong alignment on SmartObjectSubsystem_FindClosestSmartObject"); \ +static_assert(sizeof(SmartObjectSubsystem_FindClosestSmartObject) == 0x000150, "Wrong size on SmartObjectSubsystem_FindClosestSmartObject"); \ +static_assert(offsetof(SmartObjectSubsystem_FindClosestSmartObject, Request) == 0x000000, "Member 'SmartObjectSubsystem_FindClosestSmartObject::Request' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindClosestSmartObject, ReturnValue) == 0x000120, "Member 'SmartObjectSubsystem_FindClosestSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetBehaviorDefinition \ +static_assert(alignof(SmartObjectSubsystem_GetBehaviorDefinition) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetBehaviorDefinition"); \ +static_assert(sizeof(SmartObjectSubsystem_GetBehaviorDefinition) == 0x000038, "Wrong size on SmartObjectSubsystem_GetBehaviorDefinition"); \ +static_assert(offsetof(SmartObjectSubsystem_GetBehaviorDefinition, ClaimHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetBehaviorDefinition::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetBehaviorDefinition, DefinitionClass) == 0x000028, "Member 'SmartObjectSubsystem_GetBehaviorDefinition::DefinitionClass' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetBehaviorDefinition, ReturnValue) == 0x000030, "Member 'SmartObjectSubsystem_GetBehaviorDefinition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult \ +static_assert(alignof(SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult"); \ +static_assert(sizeof(SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult) == 0x000038, "Wrong size on SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult"); \ +static_assert(offsetof(SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult, RequestResult) == 0x000000, "Member 'SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult::RequestResult' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult, DefinitionClass) == 0x000028, "Member 'SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult::DefinitionClass' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult, ReturnValue) == 0x000030, "Member 'SmartObjectSubsystem_GetBehaviorDefinitionByRequestResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_Release \ +static_assert(alignof(SmartObjectSubsystem_Release) == 0x000004, "Wrong alignment on SmartObjectSubsystem_Release"); \ +static_assert(sizeof(SmartObjectSubsystem_Release) == 0x00002C, "Wrong size on SmartObjectSubsystem_Release"); \ +static_assert(offsetof(SmartObjectSubsystem_Release, ClaimHandle) == 0x000000, "Member 'SmartObjectSubsystem_Release::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_Release, ReturnValue) == 0x000028, "Member 'SmartObjectSubsystem_Release::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_RemoveTagFromInstance \ +static_assert(alignof(SmartObjectSubsystem_RemoveTagFromInstance) == 0x000004, "Wrong alignment on SmartObjectSubsystem_RemoveTagFromInstance"); \ +static_assert(sizeof(SmartObjectSubsystem_RemoveTagFromInstance) == 0x000018, "Wrong size on SmartObjectSubsystem_RemoveTagFromInstance"); \ +static_assert(offsetof(SmartObjectSubsystem_RemoveTagFromInstance, Handle) == 0x000000, "Member 'SmartObjectSubsystem_RemoveTagFromInstance::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_RemoveTagFromInstance, Tag) == 0x000010, "Member 'SmartObjectSubsystem_RemoveTagFromInstance::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_RemoveTagFromSlot \ +static_assert(alignof(SmartObjectSubsystem_RemoveTagFromSlot) == 0x000004, "Wrong alignment on SmartObjectSubsystem_RemoveTagFromSlot"); \ +static_assert(sizeof(SmartObjectSubsystem_RemoveTagFromSlot) == 0x000020, "Wrong size on SmartObjectSubsystem_RemoveTagFromSlot"); \ +static_assert(offsetof(SmartObjectSubsystem_RemoveTagFromSlot, SlotHandle) == 0x000000, "Member 'SmartObjectSubsystem_RemoveTagFromSlot::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_RemoveTagFromSlot, Tag) == 0x000014, "Member 'SmartObjectSubsystem_RemoveTagFromSlot::Tag' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_RemoveTagFromSlot, ReturnValue) == 0x00001C, "Member 'SmartObjectSubsystem_RemoveTagFromSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_SetEnabled \ +static_assert(alignof(SmartObjectSubsystem_SetEnabled) == 0x000004, "Wrong alignment on SmartObjectSubsystem_SetEnabled"); \ +static_assert(sizeof(SmartObjectSubsystem_SetEnabled) == 0x000014, "Wrong size on SmartObjectSubsystem_SetEnabled"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabled, Handle) == 0x000000, "Member 'SmartObjectSubsystem_SetEnabled::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabled, bEnabled) == 0x000010, "Member 'SmartObjectSubsystem_SetEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabled, ReturnValue) == 0x000011, "Member 'SmartObjectSubsystem_SetEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_SetEnabledForReason \ +static_assert(alignof(SmartObjectSubsystem_SetEnabledForReason) == 0x000004, "Wrong alignment on SmartObjectSubsystem_SetEnabledForReason"); \ +static_assert(sizeof(SmartObjectSubsystem_SetEnabledForReason) == 0x00001C, "Wrong size on SmartObjectSubsystem_SetEnabledForReason"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabledForReason, Handle) == 0x000000, "Member 'SmartObjectSubsystem_SetEnabledForReason::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabledForReason, ReasonTag) == 0x000010, "Member 'SmartObjectSubsystem_SetEnabledForReason::ReasonTag' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabledForReason, bEnabled) == 0x000018, "Member 'SmartObjectSubsystem_SetEnabledForReason::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetEnabledForReason, ReturnValue) == 0x000019, "Member 'SmartObjectSubsystem_SetEnabledForReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_SetSlotEnabled \ +static_assert(alignof(SmartObjectSubsystem_SetSlotEnabled) == 0x000004, "Wrong alignment on SmartObjectSubsystem_SetSlotEnabled"); \ +static_assert(sizeof(SmartObjectSubsystem_SetSlotEnabled) == 0x000018, "Wrong size on SmartObjectSubsystem_SetSlotEnabled"); \ +static_assert(offsetof(SmartObjectSubsystem_SetSlotEnabled, SlotHandle) == 0x000000, "Member 'SmartObjectSubsystem_SetSlotEnabled::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetSlotEnabled, bEnabled) == 0x000014, "Member 'SmartObjectSubsystem_SetSlotEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_SetSlotEnabled, ReturnValue) == 0x000015, "Member 'SmartObjectSubsystem_SetSlotEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_FindSmartObject \ +static_assert(alignof(SmartObjectSubsystem_FindSmartObject) == 0x000010, "Wrong alignment on SmartObjectSubsystem_FindSmartObject"); \ +static_assert(sizeof(SmartObjectSubsystem_FindSmartObject) == 0x000150, "Wrong size on SmartObjectSubsystem_FindSmartObject"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObject, Request) == 0x000000, "Member 'SmartObjectSubsystem_FindSmartObject::Request' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObject, UserActor) == 0x000120, "Member 'SmartObjectSubsystem_FindSmartObject::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObject, ReturnValue) == 0x000128, "Member 'SmartObjectSubsystem_FindSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_FindSmartObjects \ +static_assert(alignof(SmartObjectSubsystem_FindSmartObjects) == 0x000010, "Wrong alignment on SmartObjectSubsystem_FindSmartObjects"); \ +static_assert(sizeof(SmartObjectSubsystem_FindSmartObjects) == 0x000140, "Wrong size on SmartObjectSubsystem_FindSmartObjects"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects, Request) == 0x000000, "Member 'SmartObjectSubsystem_FindSmartObjects::Request' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects, OutResults) == 0x000120, "Member 'SmartObjectSubsystem_FindSmartObjects::OutResults' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects, UserActor) == 0x000130, "Member 'SmartObjectSubsystem_FindSmartObjects::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects, ReturnValue) == 0x000138, "Member 'SmartObjectSubsystem_FindSmartObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_FindSmartObjects_BP \ +static_assert(alignof(SmartObjectSubsystem_FindSmartObjects_BP) == 0x000010, "Wrong alignment on SmartObjectSubsystem_FindSmartObjects_BP"); \ +static_assert(sizeof(SmartObjectSubsystem_FindSmartObjects_BP) == 0x000140, "Wrong size on SmartObjectSubsystem_FindSmartObjects_BP"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects_BP, Request) == 0x000000, "Member 'SmartObjectSubsystem_FindSmartObjects_BP::Request' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects_BP, OutResults) == 0x000120, "Member 'SmartObjectSubsystem_FindSmartObjects_BP::OutResults' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects_BP, UserActor) == 0x000130, "Member 'SmartObjectSubsystem_FindSmartObjects_BP::UserActor' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_FindSmartObjects_BP, ReturnValue) == 0x000138, "Member 'SmartObjectSubsystem_FindSmartObjects_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetAllSlots \ +static_assert(alignof(SmartObjectSubsystem_GetAllSlots) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetAllSlots"); \ +static_assert(sizeof(SmartObjectSubsystem_GetAllSlots) == 0x000020, "Wrong size on SmartObjectSubsystem_GetAllSlots"); \ +static_assert(offsetof(SmartObjectSubsystem_GetAllSlots, Handle) == 0x000000, "Member 'SmartObjectSubsystem_GetAllSlots::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetAllSlots, OutSlots) == 0x000010, "Member 'SmartObjectSubsystem_GetAllSlots::OutSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetInstanceTags \ +static_assert(alignof(SmartObjectSubsystem_GetInstanceTags) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetInstanceTags"); \ +static_assert(sizeof(SmartObjectSubsystem_GetInstanceTags) == 0x000030, "Wrong size on SmartObjectSubsystem_GetInstanceTags"); \ +static_assert(offsetof(SmartObjectSubsystem_GetInstanceTags, Handle) == 0x000000, "Member 'SmartObjectSubsystem_GetInstanceTags::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetInstanceTags, ReturnValue) == 0x000010, "Member 'SmartObjectSubsystem_GetInstanceTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSlotLocation \ +static_assert(alignof(SmartObjectSubsystem_GetSlotLocation) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetSlotLocation"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSlotLocation) == 0x000048, "Wrong size on SmartObjectSubsystem_GetSlotLocation"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotLocation, ClaimHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetSlotLocation::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotLocation, OutSlotLocation) == 0x000028, "Member 'SmartObjectSubsystem_GetSlotLocation::OutSlotLocation' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotLocation, ReturnValue) == 0x000040, "Member 'SmartObjectSubsystem_GetSlotLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSlotState \ +static_assert(alignof(SmartObjectSubsystem_GetSlotState) == 0x000004, "Wrong alignment on SmartObjectSubsystem_GetSlotState"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSlotState) == 0x000018, "Wrong size on SmartObjectSubsystem_GetSlotState"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotState, SlotHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetSlotState::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotState, ReturnValue) == 0x000014, "Member 'SmartObjectSubsystem_GetSlotState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSlotTags \ +static_assert(alignof(SmartObjectSubsystem_GetSlotTags) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetSlotTags"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSlotTags) == 0x000038, "Wrong size on SmartObjectSubsystem_GetSlotTags"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTags, SlotHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetSlotTags::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTags, ReturnValue) == 0x000018, "Member 'SmartObjectSubsystem_GetSlotTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSlotTransform \ +static_assert(alignof(SmartObjectSubsystem_GetSlotTransform) == 0x000010, "Wrong alignment on SmartObjectSubsystem_GetSlotTransform"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSlotTransform) == 0x0000A0, "Wrong size on SmartObjectSubsystem_GetSlotTransform"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTransform, ClaimHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetSlotTransform::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTransform, OutSlotTransform) == 0x000030, "Member 'SmartObjectSubsystem_GetSlotTransform::OutSlotTransform' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTransform, ReturnValue) == 0x000090, "Member 'SmartObjectSubsystem_GetSlotTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSlotTransformFromRequestResult \ +static_assert(alignof(SmartObjectSubsystem_GetSlotTransformFromRequestResult) == 0x000010, "Wrong alignment on SmartObjectSubsystem_GetSlotTransformFromRequestResult"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSlotTransformFromRequestResult) == 0x0000A0, "Wrong size on SmartObjectSubsystem_GetSlotTransformFromRequestResult"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTransformFromRequestResult, RequestResult) == 0x000000, "Member 'SmartObjectSubsystem_GetSlotTransformFromRequestResult::RequestResult' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTransformFromRequestResult, OutSlotTransform) == 0x000030, "Member 'SmartObjectSubsystem_GetSlotTransformFromRequestResult::OutSlotTransform' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSlotTransformFromRequestResult, ReturnValue) == 0x000090, "Member 'SmartObjectSubsystem_GetSlotTransformFromRequestResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSmartObjectComponent \ +static_assert(alignof(SmartObjectSubsystem_GetSmartObjectComponent) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetSmartObjectComponent"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSmartObjectComponent) == 0x000038, "Wrong size on SmartObjectSubsystem_GetSmartObjectComponent"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponent, ClaimHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetSmartObjectComponent::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponent, TrySpawnActorIfDehydrated) == 0x000028, "Member 'SmartObjectSubsystem_GetSmartObjectComponent::TrySpawnActorIfDehydrated' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponent, ReturnValue) == 0x000030, "Member 'SmartObjectSubsystem_GetSmartObjectComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSmartObjectComponentByHandle \ +static_assert(alignof(SmartObjectSubsystem_GetSmartObjectComponentByHandle) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetSmartObjectComponentByHandle"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSmartObjectComponentByHandle) == 0x000020, "Wrong size on SmartObjectSubsystem_GetSmartObjectComponentByHandle"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponentByHandle, Handle) == 0x000000, "Member 'SmartObjectSubsystem_GetSmartObjectComponentByHandle::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponentByHandle, TrySpawnActorIfDehydrated) == 0x000010, "Member 'SmartObjectSubsystem_GetSmartObjectComponentByHandle::TrySpawnActorIfDehydrated' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponentByHandle, ReturnValue) == 0x000018, "Member 'SmartObjectSubsystem_GetSmartObjectComponentByHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSmartObjectComponentByRequestResult \ +static_assert(alignof(SmartObjectSubsystem_GetSmartObjectComponentByRequestResult) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetSmartObjectComponentByRequestResult"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSmartObjectComponentByRequestResult) == 0x000030, "Wrong size on SmartObjectSubsystem_GetSmartObjectComponentByRequestResult"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponentByRequestResult, Result) == 0x000000, "Member 'SmartObjectSubsystem_GetSmartObjectComponentByRequestResult::Result' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponentByRequestResult, TrySpawnActorIfDehydrated) == 0x000024, "Member 'SmartObjectSubsystem_GetSmartObjectComponentByRequestResult::TrySpawnActorIfDehydrated' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponentByRequestResult, ReturnValue) == 0x000028, "Member 'SmartObjectSubsystem_GetSmartObjectComponentByRequestResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_GetSmartObjectComponentBySlot \ +static_assert(alignof(SmartObjectSubsystem_GetSmartObjectComponentBySlot) == 0x000008, "Wrong alignment on SmartObjectSubsystem_GetSmartObjectComponentBySlot"); \ +static_assert(sizeof(SmartObjectSubsystem_GetSmartObjectComponentBySlot) == 0x000020, "Wrong size on SmartObjectSubsystem_GetSmartObjectComponentBySlot"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponentBySlot, SlotHandle) == 0x000000, "Member 'SmartObjectSubsystem_GetSmartObjectComponentBySlot::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponentBySlot, TrySpawnActorIfDehydrated) == 0x000014, "Member 'SmartObjectSubsystem_GetSmartObjectComponentBySlot::TrySpawnActorIfDehydrated' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_GetSmartObjectComponentBySlot, ReturnValue) == 0x000018, "Member 'SmartObjectSubsystem_GetSmartObjectComponentBySlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_IsEnabled \ +static_assert(alignof(SmartObjectSubsystem_IsEnabled) == 0x000004, "Wrong alignment on SmartObjectSubsystem_IsEnabled"); \ +static_assert(sizeof(SmartObjectSubsystem_IsEnabled) == 0x000014, "Wrong size on SmartObjectSubsystem_IsEnabled"); \ +static_assert(offsetof(SmartObjectSubsystem_IsEnabled, Handle) == 0x000000, "Member 'SmartObjectSubsystem_IsEnabled::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_IsEnabled, ReturnValue) == 0x000010, "Member 'SmartObjectSubsystem_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSubsystem_IsEnabledForReason \ +static_assert(alignof(SmartObjectSubsystem_IsEnabledForReason) == 0x000004, "Wrong alignment on SmartObjectSubsystem_IsEnabledForReason"); \ +static_assert(sizeof(SmartObjectSubsystem_IsEnabledForReason) == 0x00001C, "Wrong size on SmartObjectSubsystem_IsEnabledForReason"); \ +static_assert(offsetof(SmartObjectSubsystem_IsEnabledForReason, Handle) == 0x000000, "Member 'SmartObjectSubsystem_IsEnabledForReason::Handle' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_IsEnabledForReason, ReasonTag) == 0x000010, "Member 'SmartObjectSubsystem_IsEnabledForReason::ReasonTag' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectSubsystem_IsEnabledForReason, ReturnValue) == 0x000018, "Member 'SmartObjectSubsystem_IsEnabledForReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSubsystem \ +static_assert(alignof(USmartObjectSubsystem) == 0x000008, "Wrong alignment on USmartObjectSubsystem"); \ +static_assert(sizeof(USmartObjectSubsystem) == 0x0001F8, "Wrong size on USmartObjectSubsystem"); \ +static_assert(offsetof(USmartObjectSubsystem, SpacePartitionClassName) == 0x000038, "Member 'USmartObjectSubsystem::SpacePartitionClassName' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, SpacePartitionClass) == 0x000058, "Member 'USmartObjectSubsystem::SpacePartitionClass' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, SpacePartition) == 0x000060, "Member 'USmartObjectSubsystem::SpacePartition' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, RenderingActor) == 0x000068, "Member 'USmartObjectSubsystem::RenderingActor' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, SmartObjectContainer) == 0x000070, "Member 'USmartObjectSubsystem::SmartObjectContainer' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, RuntimeSmartObjects) == 0x000180, "Member 'USmartObjectSubsystem::RuntimeSmartObjects' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, RegisteredSOComponents) == 0x0001D0, "Member 'USmartObjectSubsystem::RegisteredSOComponents' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSubsystem, PendingSmartObjectRegistration) == 0x0001E0, "Member 'USmartObjectSubsystem::PendingSmartObjectRegistration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSubsystemRenderingComponent \ +static_assert(alignof(USmartObjectSubsystemRenderingComponent) == 0x000010, "Wrong alignment on USmartObjectSubsystemRenderingComponent"); \ +static_assert(sizeof(USmartObjectSubsystemRenderingComponent) == 0x000590, "Wrong size on USmartObjectSubsystemRenderingComponent"); \ + +#define DUMPER7_ASSERTS_USmartObjectWorldConditionSchema \ +static_assert(alignof(USmartObjectWorldConditionSchema) == 0x000008, "Wrong alignment on USmartObjectWorldConditionSchema"); \ +static_assert(sizeof(USmartObjectWorldConditionSchema) == 0x000078, "Wrong size on USmartObjectWorldConditionSchema"); \ + +#define DUMPER7_ASSERTS_ASmartObjectSubsystemRenderingActor \ +static_assert(alignof(ASmartObjectSubsystemRenderingActor) == 0x000008, "Wrong alignment on ASmartObjectSubsystemRenderingActor"); \ +static_assert(sizeof(ASmartObjectSubsystemRenderingActor) == 0x0002B8, "Wrong size on ASmartObjectSubsystemRenderingActor"); \ +static_assert(offsetof(ASmartObjectSubsystemRenderingActor, RenderingComponent) == 0x0002B0, "Member 'ASmartObjectSubsystemRenderingActor::RenderingComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectTest \ +static_assert(alignof(USmartObjectTest) == 0x000008, "Wrong alignment on USmartObjectTest"); \ +static_assert(sizeof(USmartObjectTest) == 0x000030, "Wrong size on USmartObjectTest"); \ +static_assert(offsetof(USmartObjectTest, SmartObjectTestingActor) == 0x000028, "Member 'USmartObjectTest::SmartObjectTestingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSimpleQueryTest \ +static_assert(alignof(USmartObjectSimpleQueryTest) == 0x000010, "Wrong alignment on USmartObjectSimpleQueryTest"); \ +static_assert(sizeof(USmartObjectSimpleQueryTest) == 0x000160, "Wrong size on USmartObjectSimpleQueryTest"); \ +static_assert(offsetof(USmartObjectSimpleQueryTest, Request) == 0x000030, "Member 'USmartObjectSimpleQueryTest::Request' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSimpleQueryTest, Results) == 0x000150, "Member 'USmartObjectSimpleQueryTest::Results' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectTestRenderingComponent \ +static_assert(alignof(USmartObjectTestRenderingComponent) == 0x000010, "Wrong alignment on USmartObjectTestRenderingComponent"); \ +static_assert(sizeof(USmartObjectTestRenderingComponent) == 0x000590, "Wrong size on USmartObjectTestRenderingComponent"); \ + +#define DUMPER7_ASSERTS_ASmartObjectTestingActor \ +static_assert(alignof(ASmartObjectTestingActor) == 0x000008, "Wrong alignment on ASmartObjectTestingActor"); \ +static_assert(sizeof(ASmartObjectTestingActor) == 0x0002D8, "Wrong size on ASmartObjectTestingActor"); \ +static_assert(offsetof(ASmartObjectTestingActor, Tests) == 0x0002B0, "Member 'ASmartObjectTestingActor::Tests' has a wrong offset!"); \ +static_assert(offsetof(ASmartObjectTestingActor, RenderingComponent) == 0x0002C0, "Member 'ASmartObjectTestingActor::RenderingComponent' has a wrong offset!"); \ +static_assert(offsetof(ASmartObjectTestingActor, SmartObjectSubsystem) == 0x0002C8, "Member 'ASmartObjectTestingActor::SmartObjectSubsystem' has a wrong offset!"); \ +static_assert(offsetof(ASmartObjectTestingActor, bRunTestsEachFrame) == 0x0002D0, "Member 'ASmartObjectTestingActor::bRunTestsEachFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSlotValidationFilter \ +static_assert(alignof(USmartObjectSlotValidationFilter) == 0x000008, "Wrong alignment on USmartObjectSlotValidationFilter"); \ +static_assert(sizeof(USmartObjectSlotValidationFilter) == 0x000130, "Wrong size on USmartObjectSlotValidationFilter"); \ +static_assert(offsetof(USmartObjectSlotValidationFilter, EntryParameters) == 0x000028, "Member 'USmartObjectSlotValidationFilter::EntryParameters' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSlotValidationFilter, bUseEntryParametersForExit) == 0x0000A8, "Member 'USmartObjectSlotValidationFilter::bUseEntryParametersForExit' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSlotValidationFilter, ExitParameters) == 0x0000B0, "Member 'USmartObjectSlotValidationFilter::ExitParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectUserComponent \ +static_assert(alignof(USmartObjectUserComponent) == 0x000008, "Wrong alignment on USmartObjectUserComponent"); \ +static_assert(sizeof(USmartObjectUserComponent) == 0x0000C8, "Wrong size on USmartObjectUserComponent"); \ +static_assert(offsetof(USmartObjectUserComponent, ValidationFilter) == 0x0000C0, "Member 'USmartObjectUserComponent::ValidationFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValueOrBBKey_GameplayTagContainer \ +static_assert(alignof(FValueOrBBKey_GameplayTagContainer) == 0x000008, "Wrong alignment on FValueOrBBKey_GameplayTagContainer"); \ +static_assert(sizeof(FValueOrBBKey_GameplayTagContainer) == 0x000030, "Wrong size on FValueOrBBKey_GameplayTagContainer"); \ +static_assert(offsetof(FValueOrBBKey_GameplayTagContainer, DefaultValue) == 0x000010, "Member 'FValueOrBBKey_GameplayTagContainer::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAgentGameplayBehaviors \ +static_assert(alignof(FAgentGameplayBehaviors) == 0x000008, "Wrong alignment on FAgentGameplayBehaviors"); \ +static_assert(sizeof(FAgentGameplayBehaviors) == 0x000010, "Wrong size on FAgentGameplayBehaviors"); \ +static_assert(offsetof(FAgentGameplayBehaviors, Behaviors) == 0x000000, "Member 'FAgentGameplayBehaviors::Behaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMontagePlaybackData \ +static_assert(alignof(FMontagePlaybackData) == 0x000008, "Wrong alignment on FMontagePlaybackData"); \ +static_assert(sizeof(FMontagePlaybackData) == 0x000048, "Wrong size on FMontagePlaybackData"); \ +static_assert(offsetof(FMontagePlaybackData, Avatar) == 0x000000, "Member 'FMontagePlaybackData::Avatar' has a wrong offset!"); \ +static_assert(offsetof(FMontagePlaybackData, AnimMontage) == 0x000008, "Member 'FMontagePlaybackData::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FMontagePlaybackData, AbilityComponent) == 0x000010, "Member 'FMontagePlaybackData::AbilityComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_GameplayTagQuery \ +static_assert(alignof(UBTDecorator_GameplayTagQuery) == 0x000008, "Wrong alignment on UBTDecorator_GameplayTagQuery"); \ +static_assert(sizeof(UBTDecorator_GameplayTagQuery) == 0x0000E8, "Wrong size on UBTDecorator_GameplayTagQuery"); \ +static_assert(offsetof(UBTDecorator_GameplayTagQuery, ActorForGameplayTagQuery) == 0x000068, "Member 'UBTDecorator_GameplayTagQuery::ActorForGameplayTagQuery' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_GameplayTagQuery, GameplayTagQuery) == 0x000090, "Member 'UBTDecorator_GameplayTagQuery::GameplayTagQuery' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_GameplayTagQuery, QueryTags) == 0x0000D8, "Member 'UBTDecorator_GameplayTagQuery::QueryTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetKeyValueGameplayTag \ +static_assert(alignof(UBTTask_SetKeyValueGameplayTag) == 0x000008, "Wrong alignment on UBTTask_SetKeyValueGameplayTag"); \ +static_assert(sizeof(UBTTask_SetKeyValueGameplayTag) == 0x0000C8, "Wrong size on UBTTask_SetKeyValueGameplayTag"); \ +static_assert(offsetof(UBTTask_SetKeyValueGameplayTag, Value) == 0x000098, "Member 'UBTTask_SetKeyValueGameplayTag::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_StopGameplayBehavior \ +static_assert(alignof(UBTTask_StopGameplayBehavior) == 0x000008, "Wrong alignment on UBTTask_StopGameplayBehavior"); \ +static_assert(sizeof(UBTTask_StopGameplayBehavior) == 0x000078, "Wrong size on UBTTask_StopGameplayBehavior"); \ +static_assert(offsetof(UBTTask_StopGameplayBehavior, BehaviorToStop) == 0x000070, "Member 'UBTTask_StopGameplayBehavior::BehaviorToStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorConfig \ +static_assert(alignof(UGameplayBehaviorConfig) == 0x000008, "Wrong alignment on UGameplayBehaviorConfig"); \ +static_assert(sizeof(UGameplayBehaviorConfig) == 0x000030, "Wrong size on UGameplayBehaviorConfig"); \ +static_assert(offsetof(UGameplayBehaviorConfig, BehaviorClass) == 0x000028, "Member 'UGameplayBehaviorConfig::BehaviorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorConfig_BehaviorTree \ +static_assert(alignof(UGameplayBehaviorConfig_BehaviorTree) == 0x000008, "Wrong alignment on UGameplayBehaviorConfig_BehaviorTree"); \ +static_assert(sizeof(UGameplayBehaviorConfig_BehaviorTree) == 0x000060, "Wrong size on UGameplayBehaviorConfig_BehaviorTree"); \ +static_assert(offsetof(UGameplayBehaviorConfig_BehaviorTree, BehaviorTree) == 0x000030, "Member 'UGameplayBehaviorConfig_BehaviorTree::BehaviorTree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_AbortBehavior \ +static_assert(alignof(GameplayBehavior_K2_AbortBehavior) == 0x000008, "Wrong alignment on GameplayBehavior_K2_AbortBehavior"); \ +static_assert(sizeof(GameplayBehavior_K2_AbortBehavior) == 0x000008, "Wrong size on GameplayBehavior_K2_AbortBehavior"); \ +static_assert(offsetof(GameplayBehavior_K2_AbortBehavior, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_AbortBehavior::Avatar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_EndBehavior \ +static_assert(alignof(GameplayBehavior_K2_EndBehavior) == 0x000008, "Wrong alignment on GameplayBehavior_K2_EndBehavior"); \ +static_assert(sizeof(GameplayBehavior_K2_EndBehavior) == 0x000008, "Wrong size on GameplayBehavior_K2_EndBehavior"); \ +static_assert(offsetof(GameplayBehavior_K2_EndBehavior, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_EndBehavior::Avatar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_OnFinished \ +static_assert(alignof(GameplayBehavior_K2_OnFinished) == 0x000008, "Wrong alignment on GameplayBehavior_K2_OnFinished"); \ +static_assert(sizeof(GameplayBehavior_K2_OnFinished) == 0x000010, "Wrong size on GameplayBehavior_K2_OnFinished"); \ +static_assert(offsetof(GameplayBehavior_K2_OnFinished, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_OnFinished::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnFinished, bWasInterrupted) == 0x000008, "Member 'GameplayBehavior_K2_OnFinished::bWasInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_OnFinishedCharacter \ +static_assert(alignof(GameplayBehavior_K2_OnFinishedCharacter) == 0x000008, "Wrong alignment on GameplayBehavior_K2_OnFinishedCharacter"); \ +static_assert(sizeof(GameplayBehavior_K2_OnFinishedCharacter) == 0x000010, "Wrong size on GameplayBehavior_K2_OnFinishedCharacter"); \ +static_assert(offsetof(GameplayBehavior_K2_OnFinishedCharacter, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_OnFinishedCharacter::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnFinishedCharacter, bWasInterrupted) == 0x000008, "Member 'GameplayBehavior_K2_OnFinishedCharacter::bWasInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_OnFinishedPawn \ +static_assert(alignof(GameplayBehavior_K2_OnFinishedPawn) == 0x000008, "Wrong alignment on GameplayBehavior_K2_OnFinishedPawn"); \ +static_assert(sizeof(GameplayBehavior_K2_OnFinishedPawn) == 0x000010, "Wrong size on GameplayBehavior_K2_OnFinishedPawn"); \ +static_assert(offsetof(GameplayBehavior_K2_OnFinishedPawn, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_OnFinishedPawn::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnFinishedPawn, bWasInterrupted) == 0x000008, "Member 'GameplayBehavior_K2_OnFinishedPawn::bWasInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_OnTriggered \ +static_assert(alignof(GameplayBehavior_K2_OnTriggered) == 0x000008, "Wrong alignment on GameplayBehavior_K2_OnTriggered"); \ +static_assert(sizeof(GameplayBehavior_K2_OnTriggered) == 0x000018, "Wrong size on GameplayBehavior_K2_OnTriggered"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggered, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_OnTriggered::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggered, Config) == 0x000008, "Member 'GameplayBehavior_K2_OnTriggered::Config' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggered, SmartObjectOwner) == 0x000010, "Member 'GameplayBehavior_K2_OnTriggered::SmartObjectOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_OnTriggeredCharacter \ +static_assert(alignof(GameplayBehavior_K2_OnTriggeredCharacter) == 0x000008, "Wrong alignment on GameplayBehavior_K2_OnTriggeredCharacter"); \ +static_assert(sizeof(GameplayBehavior_K2_OnTriggeredCharacter) == 0x000018, "Wrong size on GameplayBehavior_K2_OnTriggeredCharacter"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggeredCharacter, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_OnTriggeredCharacter::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggeredCharacter, Config) == 0x000008, "Member 'GameplayBehavior_K2_OnTriggeredCharacter::Config' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggeredCharacter, SmartObjectOwner) == 0x000010, "Member 'GameplayBehavior_K2_OnTriggeredCharacter::SmartObjectOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_OnTriggeredPawn \ +static_assert(alignof(GameplayBehavior_K2_OnTriggeredPawn) == 0x000008, "Wrong alignment on GameplayBehavior_K2_OnTriggeredPawn"); \ +static_assert(sizeof(GameplayBehavior_K2_OnTriggeredPawn) == 0x000018, "Wrong size on GameplayBehavior_K2_OnTriggeredPawn"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggeredPawn, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_OnTriggeredPawn::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggeredPawn, Config) == 0x000008, "Member 'GameplayBehavior_K2_OnTriggeredPawn::Config' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_OnTriggeredPawn, SmartObjectOwner) == 0x000010, "Member 'GameplayBehavior_K2_OnTriggeredPawn::SmartObjectOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_TriggerBehavior \ +static_assert(alignof(GameplayBehavior_K2_TriggerBehavior) == 0x000008, "Wrong alignment on GameplayBehavior_K2_TriggerBehavior"); \ +static_assert(sizeof(GameplayBehavior_K2_TriggerBehavior) == 0x000018, "Wrong size on GameplayBehavior_K2_TriggerBehavior"); \ +static_assert(offsetof(GameplayBehavior_K2_TriggerBehavior, Avatar) == 0x000000, "Member 'GameplayBehavior_K2_TriggerBehavior::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_TriggerBehavior, Config) == 0x000008, "Member 'GameplayBehavior_K2_TriggerBehavior::Config' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_TriggerBehavior, SmartObjectOwner) == 0x000010, "Member 'GameplayBehavior_K2_TriggerBehavior::SmartObjectOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_K2_GetNextActorIndexInSequence \ +static_assert(alignof(GameplayBehavior_K2_GetNextActorIndexInSequence) == 0x000004, "Wrong alignment on GameplayBehavior_K2_GetNextActorIndexInSequence"); \ +static_assert(sizeof(GameplayBehavior_K2_GetNextActorIndexInSequence) == 0x000008, "Wrong size on GameplayBehavior_K2_GetNextActorIndexInSequence"); \ +static_assert(offsetof(GameplayBehavior_K2_GetNextActorIndexInSequence, CurrentIndex) == 0x000000, "Member 'GameplayBehavior_K2_GetNextActorIndexInSequence::CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_K2_GetNextActorIndexInSequence, ReturnValue) == 0x000004, "Member 'GameplayBehavior_K2_GetNextActorIndexInSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehavior \ +static_assert(alignof(UGameplayBehavior) == 0x000008, "Wrong alignment on UGameplayBehavior"); \ +static_assert(sizeof(UGameplayBehavior) == 0x000090, "Wrong size on UGameplayBehavior"); \ +static_assert(offsetof(UGameplayBehavior, ActionTag) == 0x00003C, "Member 'UGameplayBehavior::ActionTag' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior, RelevantActors) == 0x000060, "Member 'UGameplayBehavior::RelevantActors' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior, TransientSmartObjectOwner) == 0x000070, "Member 'UGameplayBehavior::TransientSmartObjectOwner' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior, TransientAvatar) == 0x000078, "Member 'UGameplayBehavior::TransientAvatar' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior, ActiveTasks) == 0x000080, "Member 'UGameplayBehavior::ActiveTasks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_BehaviorTree_OnPossessedPawnChanged \ +static_assert(alignof(GameplayBehavior_BehaviorTree_OnPossessedPawnChanged) == 0x000008, "Wrong alignment on GameplayBehavior_BehaviorTree_OnPossessedPawnChanged"); \ +static_assert(sizeof(GameplayBehavior_BehaviorTree_OnPossessedPawnChanged) == 0x000010, "Wrong size on GameplayBehavior_BehaviorTree_OnPossessedPawnChanged"); \ +static_assert(offsetof(GameplayBehavior_BehaviorTree_OnPossessedPawnChanged, OldPawn) == 0x000000, "Member 'GameplayBehavior_BehaviorTree_OnPossessedPawnChanged::OldPawn' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_BehaviorTree_OnPossessedPawnChanged, NewPawn) == 0x000008, "Member 'GameplayBehavior_BehaviorTree_OnPossessedPawnChanged::NewPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehavior_BehaviorTree \ +static_assert(alignof(UGameplayBehavior_BehaviorTree) == 0x000008, "Wrong alignment on UGameplayBehavior_BehaviorTree"); \ +static_assert(sizeof(UGameplayBehavior_BehaviorTree) == 0x0000B0, "Wrong size on UGameplayBehavior_BehaviorTree"); \ +static_assert(offsetof(UGameplayBehavior_BehaviorTree, PreviousBT) == 0x000090, "Member 'UGameplayBehavior_BehaviorTree::PreviousBT' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior_BehaviorTree, AIController) == 0x000098, "Member 'UGameplayBehavior_BehaviorTree::AIController' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior_BehaviorTree, bSingleRun) == 0x0000A0, "Member 'UGameplayBehavior_BehaviorTree::bSingleRun' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ValueOrBBKey_GameplayTagBlueprintUtility_GetTagContainer \ +static_assert(alignof(ValueOrBBKey_GameplayTagBlueprintUtility_GetTagContainer) == 0x000008, "Wrong alignment on ValueOrBBKey_GameplayTagBlueprintUtility_GetTagContainer"); \ +static_assert(sizeof(ValueOrBBKey_GameplayTagBlueprintUtility_GetTagContainer) == 0x000058, "Wrong size on ValueOrBBKey_GameplayTagBlueprintUtility_GetTagContainer"); \ +static_assert(offsetof(ValueOrBBKey_GameplayTagBlueprintUtility_GetTagContainer, Value) == 0x000000, "Member 'ValueOrBBKey_GameplayTagBlueprintUtility_GetTagContainer::Value' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKey_GameplayTagBlueprintUtility_GetTagContainer, BehaviorTreeComp) == 0x000030, "Member 'ValueOrBBKey_GameplayTagBlueprintUtility_GetTagContainer::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(ValueOrBBKey_GameplayTagBlueprintUtility_GetTagContainer, ReturnValue) == 0x000038, "Member 'ValueOrBBKey_GameplayTagBlueprintUtility_GetTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UValueOrBBKey_GameplayTagBlueprintUtility \ +static_assert(alignof(UValueOrBBKey_GameplayTagBlueprintUtility) == 0x000008, "Wrong alignment on UValueOrBBKey_GameplayTagBlueprintUtility"); \ +static_assert(sizeof(UValueOrBBKey_GameplayTagBlueprintUtility) == 0x000028, "Wrong size on UValueOrBBKey_GameplayTagBlueprintUtility"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_GameplayTag \ +static_assert(alignof(UBlackboardKeyType_GameplayTag) == 0x000008, "Wrong alignment on UBlackboardKeyType_GameplayTag"); \ +static_assert(sizeof(UBlackboardKeyType_GameplayTag) == 0x000050, "Wrong size on UBlackboardKeyType_GameplayTag"); \ +static_assert(offsetof(UBlackboardKeyType_GameplayTag, DefaultValue) == 0x000030, "Member 'UBlackboardKeyType_GameplayTag::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorConfig_Animation \ +static_assert(alignof(UGameplayBehaviorConfig_Animation) == 0x000008, "Wrong alignment on UGameplayBehaviorConfig_Animation"); \ +static_assert(sizeof(UGameplayBehaviorConfig_Animation) == 0x000068, "Wrong size on UGameplayBehaviorConfig_Animation"); \ +static_assert(offsetof(UGameplayBehaviorConfig_Animation, AnimMontage) == 0x000030, "Member 'UGameplayBehaviorConfig_Animation::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_Animation, PlayRate) == 0x000058, "Member 'UGameplayBehaviorConfig_Animation::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_Animation, StartSectionName) == 0x00005C, "Member 'UGameplayBehaviorConfig_Animation::StartSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector \ +static_assert(alignof(GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector) == 0x000008, "Wrong alignment on GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector"); \ +static_assert(sizeof(GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector) == 0x000038, "Wrong size on GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector, InSelector) == 0x000000, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector::InSelector' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector, Owner) == 0x000028, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector::Owner' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector, PropertyName) == 0x000030, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_AddGameplayTagFilterToBlackboardKeySelector::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag \ +static_assert(alignof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag) == 0x000008, "Wrong alignment on GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag"); \ +static_assert(sizeof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag) == 0x000050, "Wrong size on GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag, NodeOwner) == 0x000000, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag, Key) == 0x000008, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag, ReturnValue) == 0x000030, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp \ +static_assert(alignof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp) == 0x000008, "Wrong alignment on GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp"); \ +static_assert(sizeof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp) == 0x000030, "Wrong size on GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp, BlackboardComp) == 0x000000, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp::BlackboardComp' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp, KeyName) == 0x000008, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp::KeyName' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp, ReturnValue) == 0x000010, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_GetBlackboardValueAsGameplayTagFromBlackboardComp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag \ +static_assert(alignof(GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag) == 0x000008, "Wrong alignment on GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag"); \ +static_assert(sizeof(GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag) == 0x000050, "Wrong size on GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag, NodeOwner) == 0x000000, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag, Key) == 0x000008, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag::Key' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag, Value) == 0x000030, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_SetBlackboardValueAsGameplayTag::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp \ +static_assert(alignof(GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp) == 0x000008, "Wrong alignment on GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp"); \ +static_assert(sizeof(GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp) == 0x000030, "Wrong size on GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp, BlackboardComp) == 0x000000, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp::BlackboardComp' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp, KeyName) == 0x000008, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp::KeyName' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp, GameplayTagValue) == 0x000010, "Member 'GameplayBehaviorsBlueprintFunctionLibrary_SetValueAsGameplayTagForBlackboardComp::GameplayTagValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorsBlueprintFunctionLibrary \ +static_assert(alignof(UGameplayBehaviorsBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UGameplayBehaviorsBlueprintFunctionLibrary"); \ +static_assert(sizeof(UGameplayBehaviorsBlueprintFunctionLibrary) == 0x000028, "Wrong size on UGameplayBehaviorsBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorSubsystem \ +static_assert(alignof(UGameplayBehaviorSubsystem) == 0x000008, "Wrong alignment on UGameplayBehaviorSubsystem"); \ +static_assert(sizeof(UGameplayBehaviorSubsystem) == 0x000088, "Wrong size on UGameplayBehaviorSubsystem"); \ +static_assert(offsetof(UGameplayBehaviorSubsystem, AgentGameplayBehaviors) == 0x000038, "Member 'UGameplayBehaviorSubsystem::AgentGameplayBehaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_AnimationBased_OnMontageFinished \ +static_assert(alignof(GameplayBehavior_AnimationBased_OnMontageFinished) == 0x000008, "Wrong alignment on GameplayBehavior_AnimationBased_OnMontageFinished"); \ +static_assert(sizeof(GameplayBehavior_AnimationBased_OnMontageFinished) == 0x000018, "Wrong size on GameplayBehavior_AnimationBased_OnMontageFinished"); \ +static_assert(offsetof(GameplayBehavior_AnimationBased_OnMontageFinished, Montage) == 0x000000, "Member 'GameplayBehavior_AnimationBased_OnMontageFinished::Montage' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_AnimationBased_OnMontageFinished, bInterrupted) == 0x000008, "Member 'GameplayBehavior_AnimationBased_OnMontageFinished::bInterrupted' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_AnimationBased_OnMontageFinished, InAvatar) == 0x000010, "Member 'GameplayBehavior_AnimationBased_OnMontageFinished::InAvatar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehavior_AnimationBased \ +static_assert(alignof(UGameplayBehavior_AnimationBased) == 0x000008, "Wrong alignment on UGameplayBehavior_AnimationBased"); \ +static_assert(sizeof(UGameplayBehavior_AnimationBased) == 0x0000A0, "Wrong size on UGameplayBehavior_AnimationBased"); \ +static_assert(offsetof(UGameplayBehavior_AnimationBased, ActivePlayback) == 0x000090, "Member 'UGameplayBehavior_AnimationBased::ActivePlayback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphBuilderRegisteredComponent \ +static_assert(alignof(FZoneGraphBuilderRegisteredComponent) == 0x000008, "Wrong alignment on FZoneGraphBuilderRegisteredComponent"); \ +static_assert(sizeof(FZoneGraphBuilderRegisteredComponent) == 0x000018, "Wrong size on FZoneGraphBuilderRegisteredComponent"); \ +static_assert(offsetof(FZoneGraphBuilderRegisteredComponent, Component) == 0x000000, "Member 'FZoneGraphBuilderRegisteredComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuilderRegisteredComponent, ShapeHash) == 0x000008, "Member 'FZoneGraphBuilderRegisteredComponent::ShapeHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphDataHandle \ +static_assert(alignof(FZoneGraphDataHandle) == 0x000002, "Wrong alignment on FZoneGraphDataHandle"); \ +static_assert(sizeof(FZoneGraphDataHandle) == 0x000004, "Wrong size on FZoneGraphDataHandle"); \ +static_assert(offsetof(FZoneGraphDataHandle, Index) == 0x000000, "Member 'FZoneGraphDataHandle::Index' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphDataHandle, Generation) == 0x000002, "Member 'FZoneGraphDataHandle::Generation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphLaneHandle \ +static_assert(alignof(FZoneGraphLaneHandle) == 0x000004, "Wrong alignment on FZoneGraphLaneHandle"); \ +static_assert(sizeof(FZoneGraphLaneHandle) == 0x000008, "Wrong size on FZoneGraphLaneHandle"); \ +static_assert(offsetof(FZoneGraphLaneHandle, Index) == 0x000000, "Member 'FZoneGraphLaneHandle::Index' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneHandle, DataHandle) == 0x000004, "Member 'FZoneGraphLaneHandle::DataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneShapeComponentBuildData \ +static_assert(alignof(FZoneShapeComponentBuildData) == 0x000008, "Wrong alignment on FZoneShapeComponentBuildData"); \ +static_assert(sizeof(FZoneShapeComponentBuildData) == 0x000018, "Wrong size on FZoneShapeComponentBuildData"); \ +static_assert(offsetof(FZoneShapeComponentBuildData, ZoneIndex) == 0x000000, "Member 'FZoneShapeComponentBuildData::ZoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeComponentBuildData, Lanes) == 0x000008, "Member 'FZoneShapeComponentBuildData::Lanes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphBuildData \ +static_assert(alignof(FZoneGraphBuildData) == 0x000008, "Wrong alignment on FZoneGraphBuildData"); \ +static_assert(sizeof(FZoneGraphBuildData) == 0x000050, "Wrong size on FZoneGraphBuildData"); \ +static_assert(offsetof(FZoneGraphBuildData, ZoneShapeComponentBuildData) == 0x000000, "Member 'FZoneGraphBuildData::ZoneShapeComponentBuildData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphBuilder \ +static_assert(alignof(FZoneGraphBuilder) == 0x000008, "Wrong alignment on FZoneGraphBuilder"); \ +static_assert(sizeof(FZoneGraphBuilder) == 0x000198, "Wrong size on FZoneGraphBuilder"); \ +static_assert(offsetof(FZoneGraphBuilder, ShapeComponents) == 0x000000, "Member 'FZoneGraphBuilder::ShapeComponents' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuilder, ShapeComponentsFreeList) == 0x000010, "Member 'FZoneGraphBuilder::ShapeComponentsFreeList' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuilder, ShapeComponentToIndex) == 0x000020, "Member 'FZoneGraphBuilder::ShapeComponentToIndex' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuilder, BuildData) == 0x000070, "Member 'FZoneGraphBuilder::BuildData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphBVNode \ +static_assert(alignof(FZoneGraphBVNode) == 0x000004, "Wrong alignment on FZoneGraphBVNode"); \ +static_assert(sizeof(FZoneGraphBVNode) == 0x000010, "Wrong size on FZoneGraphBVNode"); \ +static_assert(offsetof(FZoneGraphBVNode, MinX) == 0x000000, "Member 'FZoneGraphBVNode::MinX' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVNode, MinY) == 0x000002, "Member 'FZoneGraphBVNode::MinY' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVNode, MinZ) == 0x000004, "Member 'FZoneGraphBVNode::MinZ' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVNode, MaxX) == 0x000006, "Member 'FZoneGraphBVNode::MaxX' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVNode, MaxY) == 0x000008, "Member 'FZoneGraphBVNode::MaxY' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVNode, MaxZ) == 0x00000A, "Member 'FZoneGraphBVNode::MaxZ' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVNode, Index) == 0x00000C, "Member 'FZoneGraphBVNode::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphBVTree \ +static_assert(alignof(FZoneGraphBVTree) == 0x000008, "Wrong alignment on FZoneGraphBVTree"); \ +static_assert(sizeof(FZoneGraphBVTree) == 0x000030, "Wrong size on FZoneGraphBVTree"); \ +static_assert(offsetof(FZoneGraphBVTree, Origin) == 0x000000, "Member 'FZoneGraphBVTree::Origin' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVTree, QuantizationScale) == 0x000018, "Member 'FZoneGraphBVTree::QuantizationScale' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBVTree, Nodes) == 0x000020, "Member 'FZoneGraphBVTree::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegisteredZoneGraphData \ +static_assert(alignof(FRegisteredZoneGraphData) == 0x000008, "Wrong alignment on FRegisteredZoneGraphData"); \ +static_assert(sizeof(FRegisteredZoneGraphData) == 0x000010, "Wrong size on FRegisteredZoneGraphData"); \ +static_assert(offsetof(FRegisteredZoneGraphData, ZoneGraphData) == 0x000000, "Member 'FRegisteredZoneGraphData::ZoneGraphData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneHandle \ +static_assert(alignof(FZoneHandle) == 0x000004, "Wrong alignment on FZoneHandle"); \ +static_assert(sizeof(FZoneHandle) == 0x000004, "Wrong size on FZoneHandle"); \ +static_assert(offsetof(FZoneHandle, Index) == 0x000000, "Member 'FZoneHandle::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTag \ +static_assert(alignof(FZoneGraphTag) == 0x000001, "Wrong alignment on FZoneGraphTag"); \ +static_assert(sizeof(FZoneGraphTag) == 0x000001, "Wrong size on FZoneGraphTag"); \ +static_assert(offsetof(FZoneGraphTag, Bit) == 0x000000, "Member 'FZoneGraphTag::Bit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTagMask \ +static_assert(alignof(FZoneGraphTagMask) == 0x000004, "Wrong alignment on FZoneGraphTagMask"); \ +static_assert(sizeof(FZoneGraphTagMask) == 0x000004, "Wrong size on FZoneGraphTagMask"); \ +static_assert(offsetof(FZoneGraphTagMask, Mask) == 0x000000, "Member 'FZoneGraphTagMask::Mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTagFilter \ +static_assert(alignof(FZoneGraphTagFilter) == 0x000004, "Wrong alignment on FZoneGraphTagFilter"); \ +static_assert(sizeof(FZoneGraphTagFilter) == 0x00000C, "Wrong size on FZoneGraphTagFilter"); \ +static_assert(offsetof(FZoneGraphTagFilter, AnyTags) == 0x000000, "Member 'FZoneGraphTagFilter::AnyTags' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTagFilter, AllTags) == 0x000004, "Member 'FZoneGraphTagFilter::AllTags' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTagFilter, NotTags) == 0x000008, "Member 'FZoneGraphTagFilter::NotTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTagInfo \ +static_assert(alignof(FZoneGraphTagInfo) == 0x000004, "Wrong alignment on FZoneGraphTagInfo"); \ +static_assert(sizeof(FZoneGraphTagInfo) == 0x000010, "Wrong size on FZoneGraphTagInfo"); \ +static_assert(offsetof(FZoneGraphTagInfo, Name) == 0x000000, "Member 'FZoneGraphTagInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTagInfo, Color) == 0x000008, "Member 'FZoneGraphTagInfo::Color' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTagInfo, Tag) == 0x00000C, "Member 'FZoneGraphTagInfo::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneLaneDesc \ +static_assert(alignof(FZoneLaneDesc) == 0x000004, "Wrong alignment on FZoneLaneDesc"); \ +static_assert(sizeof(FZoneLaneDesc) == 0x00000C, "Wrong size on FZoneLaneDesc"); \ +static_assert(offsetof(FZoneLaneDesc, Width) == 0x000000, "Member 'FZoneLaneDesc::Width' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneDesc, Direction) == 0x000004, "Member 'FZoneLaneDesc::Direction' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneDesc, Tags) == 0x000008, "Member 'FZoneLaneDesc::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneLaneProfile \ +static_assert(alignof(FZoneLaneProfile) == 0x000008, "Wrong alignment on FZoneLaneProfile"); \ +static_assert(sizeof(FZoneLaneProfile) == 0x000028, "Wrong size on FZoneLaneProfile"); \ +static_assert(offsetof(FZoneLaneProfile, Name) == 0x000000, "Member 'FZoneLaneProfile::Name' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneProfile, ID) == 0x000008, "Member 'FZoneLaneProfile::ID' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneProfile, Lanes) == 0x000018, "Member 'FZoneLaneProfile::Lanes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneLaneProfileRef \ +static_assert(alignof(FZoneLaneProfileRef) == 0x000004, "Wrong alignment on FZoneLaneProfileRef"); \ +static_assert(sizeof(FZoneLaneProfileRef) == 0x000018, "Wrong size on FZoneLaneProfileRef"); \ +static_assert(offsetof(FZoneLaneProfileRef, Name) == 0x000000, "Member 'FZoneLaneProfileRef::Name' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneProfileRef, ID) == 0x000008, "Member 'FZoneLaneProfileRef::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneLaneLinkData \ +static_assert(alignof(FZoneLaneLinkData) == 0x000004, "Wrong alignment on FZoneLaneLinkData"); \ +static_assert(sizeof(FZoneLaneLinkData) == 0x000008, "Wrong size on FZoneLaneLinkData"); \ +static_assert(offsetof(FZoneLaneLinkData, DestLaneIndex) == 0x000000, "Member 'FZoneLaneLinkData::DestLaneIndex' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneLinkData, Type) == 0x000004, "Member 'FZoneLaneLinkData::Type' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneLinkData, Flags) == 0x000005, "Member 'FZoneLaneLinkData::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneLaneData \ +static_assert(alignof(FZoneLaneData) == 0x000004, "Wrong alignment on FZoneLaneData"); \ +static_assert(sizeof(FZoneLaneData) == 0x000020, "Wrong size on FZoneLaneData"); \ +static_assert(offsetof(FZoneLaneData, Width) == 0x000000, "Member 'FZoneLaneData::Width' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, Tags) == 0x000004, "Member 'FZoneLaneData::Tags' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, PointsBegin) == 0x000008, "Member 'FZoneLaneData::PointsBegin' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, PointsEnd) == 0x00000C, "Member 'FZoneLaneData::PointsEnd' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, LinksBegin) == 0x000010, "Member 'FZoneLaneData::LinksBegin' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, LinksEnd) == 0x000014, "Member 'FZoneLaneData::LinksEnd' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, ZoneIndex) == 0x000018, "Member 'FZoneLaneData::ZoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, StartEntryId) == 0x00001C, "Member 'FZoneLaneData::StartEntryId' has a wrong offset!"); \ +static_assert(offsetof(FZoneLaneData, EndEntryId) == 0x00001E, "Member 'FZoneLaneData::EndEntryId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneData \ +static_assert(alignof(FZoneData) == 0x000008, "Wrong alignment on FZoneData"); \ +static_assert(sizeof(FZoneData) == 0x000050, "Wrong size on FZoneData"); \ +static_assert(offsetof(FZoneData, BoundaryPointsBegin) == 0x000000, "Member 'FZoneData::BoundaryPointsBegin' has a wrong offset!"); \ +static_assert(offsetof(FZoneData, BoundaryPointsEnd) == 0x000004, "Member 'FZoneData::BoundaryPointsEnd' has a wrong offset!"); \ +static_assert(offsetof(FZoneData, LanesBegin) == 0x000008, "Member 'FZoneData::LanesBegin' has a wrong offset!"); \ +static_assert(offsetof(FZoneData, LanesEnd) == 0x00000C, "Member 'FZoneData::LanesEnd' has a wrong offset!"); \ +static_assert(offsetof(FZoneData, Bounds) == 0x000010, "Member 'FZoneData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FZoneData, Tags) == 0x000048, "Member 'FZoneData::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphLaneLocation \ +static_assert(alignof(FZoneGraphLaneLocation) == 0x000008, "Wrong alignment on FZoneGraphLaneLocation"); \ +static_assert(sizeof(FZoneGraphLaneLocation) == 0x000070, "Wrong size on FZoneGraphLaneLocation"); \ +static_assert(offsetof(FZoneGraphLaneLocation, position) == 0x000000, "Member 'FZoneGraphLaneLocation::position' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneLocation, Direction) == 0x000018, "Member 'FZoneGraphLaneLocation::Direction' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneLocation, Tangent) == 0x000030, "Member 'FZoneGraphLaneLocation::Tangent' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneLocation, Up) == 0x000048, "Member 'FZoneGraphLaneLocation::Up' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneLocation, LaneHandle) == 0x000060, "Member 'FZoneGraphLaneLocation::LaneHandle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneLocation, LaneSegment) == 0x000068, "Member 'FZoneGraphLaneLocation::LaneSegment' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneLocation, DistanceAlongLane) == 0x00006C, "Member 'FZoneGraphLaneLocation::DistanceAlongLane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphCompactLaneLocation \ +static_assert(alignof(FZoneGraphCompactLaneLocation) == 0x000004, "Wrong alignment on FZoneGraphCompactLaneLocation"); \ +static_assert(sizeof(FZoneGraphCompactLaneLocation) == 0x00000C, "Wrong size on FZoneGraphCompactLaneLocation"); \ +static_assert(offsetof(FZoneGraphCompactLaneLocation, LaneHandle) == 0x000000, "Member 'FZoneGraphCompactLaneLocation::LaneHandle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphCompactLaneLocation, DistanceAlongLane) == 0x000008, "Member 'FZoneGraphCompactLaneLocation::DistanceAlongLane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphLaneSection \ +static_assert(alignof(FZoneGraphLaneSection) == 0x000004, "Wrong alignment on FZoneGraphLaneSection"); \ +static_assert(sizeof(FZoneGraphLaneSection) == 0x000010, "Wrong size on FZoneGraphLaneSection"); \ +static_assert(offsetof(FZoneGraphLaneSection, LaneHandle) == 0x000000, "Member 'FZoneGraphLaneSection::LaneHandle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneSection, StartDistanceAlongLane) == 0x000008, "Member 'FZoneGraphLaneSection::StartDistanceAlongLane' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneSection, EndDistanceAlongLane) == 0x00000C, "Member 'FZoneGraphLaneSection::EndDistanceAlongLane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphLinkedLane \ +static_assert(alignof(FZoneGraphLinkedLane) == 0x000004, "Wrong alignment on FZoneGraphLinkedLane"); \ +static_assert(sizeof(FZoneGraphLinkedLane) == 0x00000C, "Wrong size on FZoneGraphLinkedLane"); \ +static_assert(offsetof(FZoneGraphLinkedLane, DestLane) == 0x000000, "Member 'FZoneGraphLinkedLane::DestLane' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLinkedLane, Type) == 0x000008, "Member 'FZoneGraphLinkedLane::Type' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLinkedLane, Flags) == 0x000009, "Member 'FZoneGraphLinkedLane::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphStorage \ +static_assert(alignof(FZoneGraphStorage) == 0x000008, "Wrong alignment on FZoneGraphStorage"); \ +static_assert(sizeof(FZoneGraphStorage) == 0x0000F0, "Wrong size on FZoneGraphStorage"); \ +static_assert(offsetof(FZoneGraphStorage, Zones) == 0x000000, "Member 'FZoneGraphStorage::Zones' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, Lanes) == 0x000010, "Member 'FZoneGraphStorage::Lanes' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, BoundaryPoints) == 0x000020, "Member 'FZoneGraphStorage::BoundaryPoints' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, LanePoints) == 0x000030, "Member 'FZoneGraphStorage::LanePoints' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, LaneUpVectors) == 0x000040, "Member 'FZoneGraphStorage::LaneUpVectors' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, LaneTangentVectors) == 0x000050, "Member 'FZoneGraphStorage::LaneTangentVectors' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, LanePointProgressions) == 0x000060, "Member 'FZoneGraphStorage::LanePointProgressions' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, LaneLinks) == 0x000070, "Member 'FZoneGraphStorage::LaneLinks' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, Bounds) == 0x000080, "Member 'FZoneGraphStorage::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphStorage, ZoneBVTree) == 0x0000B8, "Member 'FZoneGraphStorage::ZoneBVTree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneShapePoint \ +static_assert(alignof(FZoneShapePoint) == 0x000008, "Wrong alignment on FZoneShapePoint"); \ +static_assert(sizeof(FZoneShapePoint) == 0x000070, "Wrong size on FZoneShapePoint"); \ +static_assert(offsetof(FZoneShapePoint, position) == 0x000000, "Member 'FZoneShapePoint::position' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, InControlPoint) == 0x000018, "Member 'FZoneShapePoint::InControlPoint' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, OutControlPoint) == 0x000030, "Member 'FZoneShapePoint::OutControlPoint' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, TangentLength) == 0x000048, "Member 'FZoneShapePoint::TangentLength' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, InnerTurnRadius) == 0x00004C, "Member 'FZoneShapePoint::InnerTurnRadius' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, Rotation) == 0x000050, "Member 'FZoneShapePoint::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, Type) == 0x000068, "Member 'FZoneShapePoint::Type' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, LaneProfile) == 0x000069, "Member 'FZoneShapePoint::LaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, bReverseLaneProfile) == 0x00006A, "Member 'FZoneShapePoint::bReverseLaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapePoint, LaneConnectionRestrictions) == 0x00006C, "Member 'FZoneShapePoint::LaneConnectionRestrictions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneShapeConnector \ +static_assert(alignof(FZoneShapeConnector) == 0x000008, "Wrong alignment on FZoneShapeConnector"); \ +static_assert(sizeof(FZoneShapeConnector) == 0x000068, "Wrong size on FZoneShapeConnector"); \ +static_assert(offsetof(FZoneShapeConnector, position) == 0x000000, "Member 'FZoneShapeConnector::position' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnector, Normal) == 0x000018, "Member 'FZoneShapeConnector::Normal' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnector, Up) == 0x000030, "Member 'FZoneShapeConnector::Up' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnector, PointIndex) == 0x000048, "Member 'FZoneShapeConnector::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnector, LaneProfile) == 0x00004C, "Member 'FZoneShapeConnector::LaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnector, bReverseLaneProfile) == 0x000064, "Member 'FZoneShapeConnector::bReverseLaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnector, ShapeType) == 0x000065, "Member 'FZoneShapeConnector::ShapeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneShapeConnection \ +static_assert(alignof(FZoneShapeConnection) == 0x000004, "Wrong alignment on FZoneShapeConnection"); \ +static_assert(sizeof(FZoneShapeConnection) == 0x00000C, "Wrong size on FZoneShapeConnection"); \ +static_assert(offsetof(FZoneShapeConnection, ShapeComponent) == 0x000000, "Member 'FZoneShapeConnection::ShapeComponent' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeConnection, ConnectorIndex) == 0x000008, "Member 'FZoneShapeConnection::ConnectorIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphTessellationSettings \ +static_assert(alignof(FZoneGraphTessellationSettings) == 0x000004, "Wrong alignment on FZoneGraphTessellationSettings"); \ +static_assert(sizeof(FZoneGraphTessellationSettings) == 0x000010, "Wrong size on FZoneGraphTessellationSettings"); \ +static_assert(offsetof(FZoneGraphTessellationSettings, LaneFilter) == 0x000000, "Member 'FZoneGraphTessellationSettings::LaneFilter' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphTessellationSettings, TessellationTolerance) == 0x00000C, "Member 'FZoneGraphTessellationSettings::TessellationTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphLaneRoutingRule \ +static_assert(alignof(FZoneGraphLaneRoutingRule) == 0x000008, "Wrong alignment on FZoneGraphLaneRoutingRule"); \ +static_assert(sizeof(FZoneGraphLaneRoutingRule) == 0x000060, "Wrong size on FZoneGraphLaneRoutingRule"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, bEnabled) == 0x000000, "Member 'FZoneGraphLaneRoutingRule::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, Comment) == 0x000008, "Member 'FZoneGraphLaneRoutingRule::Comment' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, ZoneTagFilter) == 0x000018, "Member 'FZoneGraphLaneRoutingRule::ZoneTagFilter' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, SourceLaneProfile) == 0x000024, "Member 'FZoneGraphLaneRoutingRule::SourceLaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, DestinationLaneProfile) == 0x00003C, "Member 'FZoneGraphLaneRoutingRule::DestinationLaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, SourceOutgoingConnections) == 0x000054, "Member 'FZoneGraphLaneRoutingRule::SourceOutgoingConnections' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, DestinationIncomingConnections) == 0x000055, "Member 'FZoneGraphLaneRoutingRule::DestinationIncomingConnections' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphLaneRoutingRule, ConnectionRestrictions) == 0x000058, "Member 'FZoneGraphLaneRoutingRule::ConnectionRestrictions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphBuildSettings \ +static_assert(alignof(FZoneGraphBuildSettings) == 0x000008, "Wrong alignment on FZoneGraphBuildSettings"); \ +static_assert(sizeof(FZoneGraphBuildSettings) == 0x000060, "Wrong size on FZoneGraphBuildSettings"); \ +static_assert(offsetof(FZoneGraphBuildSettings, CommonTessellationTolerance) == 0x000000, "Member 'FZoneGraphBuildSettings::CommonTessellationTolerance' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, SpecificTessellationTolerances) == 0x000008, "Member 'FZoneGraphBuildSettings::SpecificTessellationTolerances' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, LaneConnectionAngle) == 0x000018, "Member 'FZoneGraphBuildSettings::LaneConnectionAngle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, LaneConnectionMask) == 0x00001C, "Member 'FZoneGraphBuildSettings::LaneConnectionMask' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, UTurnTags) == 0x000020, "Member 'FZoneGraphBuildSettings::UTurnTags' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, TurnThresholdAngle) == 0x000024, "Member 'FZoneGraphBuildSettings::TurnThresholdAngle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, PolygonRoutingRules) == 0x000028, "Member 'FZoneGraphBuildSettings::PolygonRoutingRules' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, ConnectionSnapDistance) == 0x000038, "Member 'FZoneGraphBuildSettings::ConnectionSnapDistance' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, ConnectionSnapAngle) == 0x00003C, "Member 'FZoneGraphBuildSettings::ConnectionSnapAngle' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, DragEndpointAutoConnectRange) == 0x000040, "Member 'FZoneGraphBuildSettings::DragEndpointAutoConnectRange' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, DragEndpointAutoIntersectionRange) == 0x000048, "Member 'FZoneGraphBuildSettings::DragEndpointAutoIntersectionRange' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, SnapAutoIntersectionToClosestPointTolerance) == 0x000050, "Member 'FZoneGraphBuildSettings::SnapAutoIntersectionToClosestPointTolerance' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphBuildSettings, bShow3DRadiusForAutoConnectionAndIntersection) == 0x000058, "Member 'FZoneGraphBuildSettings::bShow3DRadiusForAutoConnectionAndIntersection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneShapeLaneInternalLink \ +static_assert(alignof(FZoneShapeLaneInternalLink) == 0x000004, "Wrong alignment on FZoneShapeLaneInternalLink"); \ +static_assert(sizeof(FZoneShapeLaneInternalLink) == 0x00000C, "Wrong size on FZoneShapeLaneInternalLink"); \ +static_assert(offsetof(FZoneShapeLaneInternalLink, LaneIndex) == 0x000000, "Member 'FZoneShapeLaneInternalLink::LaneIndex' has a wrong offset!"); \ +static_assert(offsetof(FZoneShapeLaneInternalLink, LinkData) == 0x000004, "Member 'FZoneShapeLaneInternalLink::LinkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZoneGraphData \ +static_assert(alignof(AZoneGraphData) == 0x000008, "Wrong alignment on AZoneGraphData"); \ +static_assert(sizeof(AZoneGraphData) == 0x0003E0, "Wrong size on AZoneGraphData"); \ +static_assert(offsetof(AZoneGraphData, bEnableDrawing) == 0x0002B1, "Member 'AZoneGraphData::bEnableDrawing' has a wrong offset!"); \ +static_assert(offsetof(AZoneGraphData, RenderingComp) == 0x0002B8, "Member 'AZoneGraphData::RenderingComp' has a wrong offset!"); \ +static_assert(offsetof(AZoneGraphData, ZoneStorage) == 0x0002C0, "Member 'AZoneGraphData::ZoneStorage' has a wrong offset!"); \ +static_assert(offsetof(AZoneGraphData, CombinedShapeHash) == 0x0003D8, "Member 'AZoneGraphData::CombinedShapeHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphRenderingComponent \ +static_assert(alignof(UZoneGraphRenderingComponent) == 0x000010, "Wrong alignment on UZoneGraphRenderingComponent"); \ +static_assert(sizeof(UZoneGraphRenderingComponent) == 0x000540, "Wrong size on UZoneGraphRenderingComponent"); \ + +#define DUMPER7_ASSERTS_UZoneGraphSettings \ +static_assert(alignof(UZoneGraphSettings) == 0x000008, "Wrong alignment on UZoneGraphSettings"); \ +static_assert(sizeof(UZoneGraphSettings) == 0x0002B8, "Wrong size on UZoneGraphSettings"); \ +static_assert(offsetof(UZoneGraphSettings, LaneProfiles) == 0x000038, "Member 'UZoneGraphSettings::LaneProfiles' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphSettings, Tags) == 0x000048, "Member 'UZoneGraphSettings::Tags' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphSettings, VisualizedTags) == 0x000248, "Member 'UZoneGraphSettings::VisualizedTags' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphSettings, ShapeMaxDrawDistance) == 0x00024C, "Member 'UZoneGraphSettings::ShapeMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphSettings, BuildSettings) == 0x000250, "Member 'UZoneGraphSettings::BuildSettings' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphSettings, bBuildZoneGraphWhileEditing) == 0x0002B0, "Member 'UZoneGraphSettings::bBuildZoneGraphWhileEditing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphSubsystem \ +static_assert(alignof(UZoneGraphSubsystem) == 0x000008, "Wrong alignment on UZoneGraphSubsystem"); \ +static_assert(sizeof(UZoneGraphSubsystem) == 0x000098, "Wrong size on UZoneGraphSubsystem"); \ +static_assert(offsetof(UZoneGraphSubsystem, RegisteredZoneGraphData) == 0x000070, "Member 'UZoneGraphSubsystem::RegisteredZoneGraphData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZoneShape \ +static_assert(alignof(AZoneShape) == 0x000008, "Wrong alignment on AZoneShape"); \ +static_assert(sizeof(AZoneShape) == 0x0002B8, "Wrong size on AZoneShape"); \ +static_assert(offsetof(AZoneShape, ShapeComponent) == 0x0002B0, "Member 'AZoneShape::ShapeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_SetPolygonRoutingType \ +static_assert(alignof(ZoneShapeComponent_SetPolygonRoutingType) == 0x000001, "Wrong alignment on ZoneShapeComponent_SetPolygonRoutingType"); \ +static_assert(sizeof(ZoneShapeComponent_SetPolygonRoutingType) == 0x000001, "Wrong size on ZoneShapeComponent_SetPolygonRoutingType"); \ +static_assert(offsetof(ZoneShapeComponent_SetPolygonRoutingType, NewType) == 0x000000, "Member 'ZoneShapeComponent_SetPolygonRoutingType::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_SetReverseLaneProfile \ +static_assert(alignof(ZoneShapeComponent_SetReverseLaneProfile) == 0x000001, "Wrong alignment on ZoneShapeComponent_SetReverseLaneProfile"); \ +static_assert(sizeof(ZoneShapeComponent_SetReverseLaneProfile) == 0x000002, "Wrong size on ZoneShapeComponent_SetReverseLaneProfile"); \ +static_assert(offsetof(ZoneShapeComponent_SetReverseLaneProfile, bReverse) == 0x000000, "Member 'ZoneShapeComponent_SetReverseLaneProfile::bReverse' has a wrong offset!"); \ +static_assert(offsetof(ZoneShapeComponent_SetReverseLaneProfile, ReturnValue) == 0x000001, "Member 'ZoneShapeComponent_SetReverseLaneProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_SetShapeType \ +static_assert(alignof(ZoneShapeComponent_SetShapeType) == 0x000001, "Wrong alignment on ZoneShapeComponent_SetShapeType"); \ +static_assert(sizeof(ZoneShapeComponent_SetShapeType) == 0x000001, "Wrong size on ZoneShapeComponent_SetShapeType"); \ +static_assert(offsetof(ZoneShapeComponent_SetShapeType, Type) == 0x000000, "Member 'ZoneShapeComponent_SetShapeType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_SetTags \ +static_assert(alignof(ZoneShapeComponent_SetTags) == 0x000004, "Wrong alignment on ZoneShapeComponent_SetTags"); \ +static_assert(sizeof(ZoneShapeComponent_SetTags) == 0x000004, "Wrong size on ZoneShapeComponent_SetTags"); \ +static_assert(offsetof(ZoneShapeComponent_SetTags, NewTags) == 0x000000, "Member 'ZoneShapeComponent_SetTags::NewTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_GetShapeType \ +static_assert(alignof(ZoneShapeComponent_GetShapeType) == 0x000001, "Wrong alignment on ZoneShapeComponent_GetShapeType"); \ +static_assert(sizeof(ZoneShapeComponent_GetShapeType) == 0x000001, "Wrong size on ZoneShapeComponent_GetShapeType"); \ +static_assert(offsetof(ZoneShapeComponent_GetShapeType, ReturnValue) == 0x000000, "Member 'ZoneShapeComponent_GetShapeType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_GetTags \ +static_assert(alignof(ZoneShapeComponent_GetTags) == 0x000004, "Wrong alignment on ZoneShapeComponent_GetTags"); \ +static_assert(sizeof(ZoneShapeComponent_GetTags) == 0x000004, "Wrong size on ZoneShapeComponent_GetTags"); \ +static_assert(offsetof(ZoneShapeComponent_GetTags, ReturnValue) == 0x000000, "Member 'ZoneShapeComponent_GetTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneShapeComponent_IsLaneProfileReversed \ +static_assert(alignof(ZoneShapeComponent_IsLaneProfileReversed) == 0x000001, "Wrong alignment on ZoneShapeComponent_IsLaneProfileReversed"); \ +static_assert(sizeof(ZoneShapeComponent_IsLaneProfileReversed) == 0x000001, "Wrong size on ZoneShapeComponent_IsLaneProfileReversed"); \ +static_assert(offsetof(ZoneShapeComponent_IsLaneProfileReversed, ReturnValue) == 0x000000, "Member 'ZoneShapeComponent_IsLaneProfileReversed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneShapeComponent \ +static_assert(alignof(UZoneShapeComponent) == 0x000010, "Wrong alignment on UZoneShapeComponent"); \ +static_assert(sizeof(UZoneShapeComponent) == 0x0005A0, "Wrong size on UZoneShapeComponent"); \ +static_assert(offsetof(UZoneShapeComponent, LaneProfile) == 0x000530, "Member 'UZoneShapeComponent::LaneProfile' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, bReverseLaneProfile) == 0x000548, "Member 'UZoneShapeComponent::bReverseLaneProfile' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, PerPointLaneProfiles) == 0x000550, "Member 'UZoneShapeComponent::PerPointLaneProfiles' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, Points) == 0x000560, "Member 'UZoneShapeComponent::Points' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, ShapeType) == 0x000570, "Member 'UZoneShapeComponent::ShapeType' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, PolygonRoutingType) == 0x000571, "Member 'UZoneShapeComponent::PolygonRoutingType' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, Tags) == 0x000574, "Member 'UZoneShapeComponent::Tags' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, ShapeConnectors) == 0x000578, "Member 'UZoneShapeComponent::ShapeConnectors' has a wrong offset!"); \ +static_assert(offsetof(UZoneShapeComponent, ConnectedShapes) == 0x000588, "Member 'UZoneShapeComponent::ConnectedShapes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneLaneTest \ +static_assert(alignof(UZoneLaneTest) == 0x000008, "Wrong alignment on UZoneLaneTest"); \ +static_assert(sizeof(UZoneLaneTest) == 0x000030, "Wrong size on UZoneLaneTest"); \ +static_assert(offsetof(UZoneLaneTest, OwnerComponent) == 0x000028, "Member 'UZoneLaneTest::OwnerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphTestingComponent \ +static_assert(alignof(UZoneGraphTestingComponent) == 0x000010, "Wrong alignment on UZoneGraphTestingComponent"); \ +static_assert(sizeof(UZoneGraphTestingComponent) == 0x000810, "Wrong size on UZoneGraphTestingComponent"); \ +static_assert(offsetof(UZoneGraphTestingComponent, ZoneGraph) == 0x000540, "Member 'UZoneGraphTestingComponent::ZoneGraph' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, LaneLocation) == 0x000548, "Member 'UZoneGraphTestingComponent::LaneLocation' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, NextLaneLocation) == 0x0005B8, "Member 'UZoneGraphTestingComponent::NextLaneLocation' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, NearestLaneLocation) == 0x000628, "Member 'UZoneGraphTestingComponent::NearestLaneLocation' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, SearchExtent) == 0x000698, "Member 'UZoneGraphTestingComponent::SearchExtent' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, AdvanceDistance) == 0x0006B0, "Member 'UZoneGraphTestingComponent::AdvanceDistance' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, NearestTestOffset) == 0x0006B8, "Member 'UZoneGraphTestingComponent::NearestTestOffset' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, QueryFilter) == 0x0006D0, "Member 'UZoneGraphTestingComponent::QueryFilter' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, bDrawLinkedLanes) == 0x0006DC, "Member 'UZoneGraphTestingComponent::bDrawLinkedLanes' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, bDrawLaneTangentVectors) == 0x0006DD, "Member 'UZoneGraphTestingComponent::bDrawLaneTangentVectors' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, bDrawLaneSmoothing) == 0x0006DE, "Member 'UZoneGraphTestingComponent::bDrawLaneSmoothing' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, bDrawBVTreeQuery) == 0x0006DF, "Member 'UZoneGraphTestingComponent::bDrawBVTreeQuery' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, bDrawLanePath) == 0x0006E0, "Member 'UZoneGraphTestingComponent::bDrawLanePath' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, OtherActor) == 0x0006E8, "Member 'UZoneGraphTestingComponent::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphTestingComponent, CustomTests) == 0x0007F0, "Member 'UZoneGraphTestingComponent::CustomTests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZoneGraphTestingActor \ +static_assert(alignof(AZoneGraphTestingActor) == 0x000008, "Wrong alignment on AZoneGraphTestingActor"); \ +static_assert(sizeof(AZoneGraphTestingActor) == 0x0002B8, "Wrong size on AZoneGraphTestingActor"); \ +static_assert(offsetof(AZoneGraphTestingActor, DebugComp) == 0x0002B0, "Member 'AZoneGraphTestingActor::DebugComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphAnnotationEventBase \ +static_assert(alignof(FZoneGraphAnnotationEventBase) == 0x000001, "Wrong alignment on FZoneGraphAnnotationEventBase"); \ +static_assert(sizeof(FZoneGraphAnnotationEventBase) == 0x000001, "Wrong size on FZoneGraphAnnotationEventBase"); \ + +#define DUMPER7_ASSERTS_FZoneGraphDisturbanceArea \ +static_assert(alignof(FZoneGraphDisturbanceArea) == 0x000008, "Wrong alignment on FZoneGraphDisturbanceArea"); \ +static_assert(sizeof(FZoneGraphDisturbanceArea) == 0x000028, "Wrong size on FZoneGraphDisturbanceArea"); \ +static_assert(offsetof(FZoneGraphDisturbanceArea, position) == 0x000000, "Member 'FZoneGraphDisturbanceArea::position' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphDisturbanceArea, Radius) == 0x000018, "Member 'FZoneGraphDisturbanceArea::Radius' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphDisturbanceArea, Duration) == 0x00001C, "Member 'FZoneGraphDisturbanceArea::Duration' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphDisturbanceArea, InstigatorID) == 0x000020, "Member 'FZoneGraphDisturbanceArea::InstigatorID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneGraphObstacleDisturbanceArea \ +static_assert(alignof(FZoneGraphObstacleDisturbanceArea) == 0x000008, "Wrong alignment on FZoneGraphObstacleDisturbanceArea"); \ +static_assert(sizeof(FZoneGraphObstacleDisturbanceArea) == 0x000030, "Wrong size on FZoneGraphObstacleDisturbanceArea"); \ +static_assert(offsetof(FZoneGraphObstacleDisturbanceArea, position) == 0x000000, "Member 'FZoneGraphObstacleDisturbanceArea::position' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphObstacleDisturbanceArea, Radius) == 0x000018, "Member 'FZoneGraphObstacleDisturbanceArea::Radius' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphObstacleDisturbanceArea, ObstacleRadius) == 0x00001C, "Member 'FZoneGraphObstacleDisturbanceArea::ObstacleRadius' has a wrong offset!"); \ +static_assert(offsetof(FZoneGraphObstacleDisturbanceArea, Action) == 0x000028, "Member 'FZoneGraphObstacleDisturbanceArea::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegisteredZoneGraphAnnotation \ +static_assert(alignof(FRegisteredZoneGraphAnnotation) == 0x000008, "Wrong alignment on FRegisteredZoneGraphAnnotation"); \ +static_assert(sizeof(FRegisteredZoneGraphAnnotation) == 0x000010, "Wrong size on FRegisteredZoneGraphAnnotation"); \ +static_assert(offsetof(FRegisteredZoneGraphAnnotation, AnnotationComponent) == 0x000000, "Member 'FRegisteredZoneGraphAnnotation::AnnotationComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphAnnotationComponent \ +static_assert(alignof(UZoneGraphAnnotationComponent) == 0x000010, "Wrong alignment on UZoneGraphAnnotationComponent"); \ +static_assert(sizeof(UZoneGraphAnnotationComponent) == 0x0005B0, "Wrong size on UZoneGraphAnnotationComponent"); \ +static_assert(offsetof(UZoneGraphAnnotationComponent, bEnableDebugDrawing) == 0x0005A8, "Member 'UZoneGraphAnnotationComponent::bEnableDebugDrawing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphDisturbanceAnnotation \ +static_assert(alignof(UZoneGraphDisturbanceAnnotation) == 0x000010, "Wrong alignment on UZoneGraphDisturbanceAnnotation"); \ +static_assert(sizeof(UZoneGraphDisturbanceAnnotation) == 0x000620, "Wrong size on UZoneGraphDisturbanceAnnotation"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotation, DangerAnnotationTag) == 0x0005B0, "Member 'UZoneGraphDisturbanceAnnotation::DangerAnnotationTag' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotation, ObstacleAnnotationTag) == 0x0005B1, "Member 'UZoneGraphDisturbanceAnnotation::ObstacleAnnotationTag' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotation, AffectedLaneTags) == 0x0005B4, "Member 'UZoneGraphDisturbanceAnnotation::AffectedLaneTags' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotation, EscapeLaneTags) == 0x0005C0, "Member 'UZoneGraphDisturbanceAnnotation::EscapeLaneTags' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotation, IdealSpanLength) == 0x0005CC, "Member 'UZoneGraphDisturbanceAnnotation::IdealSpanLength' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotation, ZoneGraphSubsystem) == 0x000610, "Member 'UZoneGraphDisturbanceAnnotation::ZoneGraphSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphAnnotationTest \ +static_assert(alignof(UZoneGraphAnnotationTest) == 0x000008, "Wrong alignment on UZoneGraphAnnotationTest"); \ +static_assert(sizeof(UZoneGraphAnnotationTest) == 0x000030, "Wrong size on UZoneGraphAnnotationTest"); \ +static_assert(offsetof(UZoneGraphAnnotationTest, OwnerComponent) == 0x000028, "Member 'UZoneGraphAnnotationTest::OwnerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphDisturbanceAnnotationTest \ +static_assert(alignof(UZoneGraphDisturbanceAnnotationTest) == 0x000008, "Wrong alignment on UZoneGraphDisturbanceAnnotationTest"); \ +static_assert(sizeof(UZoneGraphDisturbanceAnnotationTest) == 0x000050, "Wrong size on UZoneGraphDisturbanceAnnotationTest"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotationTest, Offset) == 0x000030, "Member 'UZoneGraphDisturbanceAnnotationTest::Offset' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotationTest, Duration) == 0x000048, "Member 'UZoneGraphDisturbanceAnnotationTest::Duration' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphDisturbanceAnnotationTest, DangerRadius) == 0x00004C, "Member 'UZoneGraphDisturbanceAnnotationTest::DangerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger \ +static_assert(alignof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger) == 0x000008, "Wrong alignment on ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger"); \ +static_assert(sizeof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger) == 0x000030, "Wrong size on ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger"); \ +static_assert(offsetof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger, WorldContextObject) == 0x000000, "Member 'ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger, Instigator) == 0x000008, "Member 'ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger::Instigator' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger, position) == 0x000010, "Member 'ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger::position' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger, Radius) == 0x000028, "Member 'ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger::Radius' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger, Duration) == 0x00002C, "Member 'ZoneGraphDisturbanceAnnotationBPLibrary_TriggerDanger::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphDisturbanceAnnotationBPLibrary \ +static_assert(alignof(UZoneGraphDisturbanceAnnotationBPLibrary) == 0x000008, "Wrong alignment on UZoneGraphDisturbanceAnnotationBPLibrary"); \ +static_assert(sizeof(UZoneGraphDisturbanceAnnotationBPLibrary) == 0x000028, "Wrong size on UZoneGraphDisturbanceAnnotationBPLibrary"); \ + +#define DUMPER7_ASSERTS_UZoneGraphAnnotationSubsystem \ +static_assert(alignof(UZoneGraphAnnotationSubsystem) == 0x000008, "Wrong alignment on UZoneGraphAnnotationSubsystem"); \ +static_assert(sizeof(UZoneGraphAnnotationSubsystem) == 0x0000C0, "Wrong size on UZoneGraphAnnotationSubsystem"); \ +static_assert(offsetof(UZoneGraphAnnotationSubsystem, RegisteredComponents) == 0x000048, "Member 'UZoneGraphAnnotationSubsystem::RegisteredComponents' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphAnnotationSubsystem, Events) == 0x000058, "Member 'UZoneGraphAnnotationSubsystem::Events' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphAnnotationSubsystem, TagToAnnotationLookup) == 0x000080, "Member 'UZoneGraphAnnotationSubsystem::TagToAnnotationLookup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphAnnotationTestingComponent \ +static_assert(alignof(UZoneGraphAnnotationTestingComponent) == 0x000010, "Wrong alignment on UZoneGraphAnnotationTestingComponent"); \ +static_assert(sizeof(UZoneGraphAnnotationTestingComponent) == 0x0005A0, "Wrong size on UZoneGraphAnnotationTestingComponent"); \ +static_assert(offsetof(UZoneGraphAnnotationTestingComponent, Tests) == 0x000590, "Member 'UZoneGraphAnnotationTestingComponent::Tests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AZoneGraphAnnotationTestingActor \ +static_assert(alignof(AZoneGraphAnnotationTestingActor) == 0x000008, "Wrong alignment on AZoneGraphAnnotationTestingActor"); \ +static_assert(sizeof(AZoneGraphAnnotationTestingActor) == 0x0002B8, "Wrong size on AZoneGraphAnnotationTestingActor"); \ +static_assert(offsetof(AZoneGraphAnnotationTestingActor, TestingComp) == 0x0002B0, "Member 'AZoneGraphAnnotationTestingActor::TestingComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFFXFSRSettings \ +static_assert(alignof(UFFXFSRSettings) == 0x000008, "Wrong alignment on UFFXFSRSettings"); \ +static_assert(sizeof(UFFXFSRSettings) == 0x0000C8, "Wrong size on UFFXFSRSettings"); \ +static_assert(offsetof(UFFXFSRSettings, bEnabled) == 0x000038, "Member 'UFFXFSRSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bAutoExposure) == 0x000039, "Member 'UFFXFSRSettings::bAutoExposure' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bEnabledInEditorViewport) == 0x00003A, "Member 'UFFXFSRSettings::bEnabledInEditorViewport' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bUseSSRExperimentalDenoiser) == 0x00003B, "Member 'UFFXFSRSettings::bUseSSRExperimentalDenoiser' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bFrameGenEnabled) == 0x00003C, "Member 'UFFXFSRSettings::bFrameGenEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bCaptureDebugUI) == 0x00003D, "Member 'UFFXFSRSettings::bCaptureDebugUI' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bUpdateGlobalFrameTime) == 0x00003E, "Member 'UFFXFSRSettings::bUpdateGlobalFrameTime' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bModifySlateDeltaTime) == 0x00003F, "Member 'UFFXFSRSettings::bModifySlateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, UIMode) == 0x000040, "Member 'UFFXFSRSettings::UIMode' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bUseDistortionTexture) == 0x000044, "Member 'UFFXFSRSettings::bUseDistortionTexture' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bD3D12AsyncInterpolation) == 0x000045, "Member 'UFFXFSRSettings::bD3D12AsyncInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bD3D12AsyncPresent) == 0x000046, "Member 'UFFXFSRSettings::bD3D12AsyncPresent' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, QualityMode) == 0x000048, "Member 'UFFXFSRSettings::QualityMode' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, HistoryFormat) == 0x00004C, "Member 'UFFXFSRSettings::HistoryFormat' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, DeDither) == 0x000050, "Member 'UFFXFSRSettings::DeDither' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, Sharpness) == 0x000054, "Member 'UFFXFSRSettings::Sharpness' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bAdjustMipBias) == 0x000058, "Member 'UFFXFSRSettings::bAdjustMipBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bForceVertexDeformationOutputsVelocity) == 0x000059, "Member 'UFFXFSRSettings::bForceVertexDeformationOutputsVelocity' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ForceLandscapeHISMMobility) == 0x00005C, "Member 'UFFXFSRSettings::ForceLandscapeHISMMobility' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, VelocityFactor) == 0x000060, "Member 'UFFXFSRSettings::VelocityFactor' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bReactiveMask) == 0x000064, "Member 'UFFXFSRSettings::bReactiveMask' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ReflectionScale) == 0x000068, "Member 'UFFXFSRSettings::ReflectionScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ReflectionLuminanceBias) == 0x00006C, "Member 'UFFXFSRSettings::ReflectionLuminanceBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, RoughnessScale) == 0x000070, "Member 'UFFXFSRSettings::RoughnessScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, RoughnessBias) == 0x000074, "Member 'UFFXFSRSettings::RoughnessBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, RoughnessMaxDistance) == 0x000078, "Member 'UFFXFSRSettings::RoughnessMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bReactiveMaskRoughnessForceMaxDistance) == 0x00007C, "Member 'UFFXFSRSettings::bReactiveMaskRoughnessForceMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, TranslucencyBias) == 0x000080, "Member 'UFFXFSRSettings::TranslucencyBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, TranslucencyLuminanceBias) == 0x000084, "Member 'UFFXFSRSettings::TranslucencyLuminanceBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, TranslucencyMaxDistance) == 0x000088, "Member 'UFFXFSRSettings::TranslucencyMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ReactiveShadingModelID) == 0x00008C, "Member 'UFFXFSRSettings::ReactiveShadingModelID' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ForceReactiveMaterialValue) == 0x000090, "Member 'UFFXFSRSettings::ForceReactiveMaterialValue' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ReactiveHistoryTranslucencyBias) == 0x000094, "Member 'UFFXFSRSettings::ReactiveHistoryTranslucencyBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ReactiveHistoryTranslucencyLumaBias) == 0x000098, "Member 'UFFXFSRSettings::ReactiveHistoryTranslucencyLumaBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, PreDOFTranslucencyScale) == 0x00009C, "Member 'UFFXFSRSettings::PreDOFTranslucencyScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, bPreDOFTranslucencyMax) == 0x0000A0, "Member 'UFFXFSRSettings::bPreDOFTranslucencyMax' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ReactiveMaskDeferredDecalScale) == 0x0000A4, "Member 'UFFXFSRSettings::ReactiveMaskDeferredDecalScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ReactiveHistoryDeferredDecalScale) == 0x0000A8, "Member 'UFFXFSRSettings::ReactiveHistoryDeferredDecalScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ReactiveMaskTAAResponsiveValue) == 0x0000AC, "Member 'UFFXFSRSettings::ReactiveMaskTAAResponsiveValue' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ReactiveHistoryTAAResponsiveValue) == 0x0000B0, "Member 'UFFXFSRSettings::ReactiveHistoryTAAResponsiveValue' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ReactiveMaskCustomStencilScale) == 0x0000B4, "Member 'UFFXFSRSettings::ReactiveMaskCustomStencilScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, ReactiveHistoryCustomStencilScale) == 0x0000B8, "Member 'UFFXFSRSettings::ReactiveHistoryCustomStencilScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, CustomStencilMask) == 0x0000BC, "Member 'UFFXFSRSettings::CustomStencilMask' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSRSettings, CustomStencilShift) == 0x0000C0, "Member 'UFFXFSRSettings::CustomStencilShift' 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_FRigVMBranchInfo \ +static_assert(alignof(FRigVMBranchInfo) == 0x000004, "Wrong alignment on FRigVMBranchInfo"); \ +static_assert(sizeof(FRigVMBranchInfo) == 0x00001C, "Wrong size on FRigVMBranchInfo"); \ +static_assert(offsetof(FRigVMBranchInfo, Index) == 0x000000, "Member 'FRigVMBranchInfo::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigVMBranchInfo, Label) == 0x000004, "Member 'FRigVMBranchInfo::Label' has a wrong offset!"); \ +static_assert(offsetof(FRigVMBranchInfo, InstructionIndex) == 0x00000C, "Member 'FRigVMBranchInfo::InstructionIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMBranchInfo, ArgumentIndex) == 0x000010, "Member 'FRigVMBranchInfo::ArgumentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMBranchInfo, FirstInstruction) == 0x000014, "Member 'FRigVMBranchInfo::FirstInstruction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMBranchInfo, LastInstruction) == 0x000018, "Member 'FRigVMBranchInfo::LastInstruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMPredicateBranch \ +static_assert(alignof(FRigVMPredicateBranch) == 0x000008, "Wrong alignment on FRigVMPredicateBranch"); \ +static_assert(sizeof(FRigVMPredicateBranch) == 0x000038, "Wrong size on FRigVMPredicateBranch"); \ + +#define DUMPER7_ASSERTS_FRigVMByteCode \ +static_assert(alignof(FRigVMByteCode) == 0x000008, "Wrong alignment on FRigVMByteCode"); \ +static_assert(sizeof(FRigVMByteCode) == 0x0000B0, "Wrong size on FRigVMByteCode"); \ +static_assert(offsetof(FRigVMByteCode, ByteCode) == 0x000000, "Member 'FRigVMByteCode::ByteCode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCode, NumInstructions) == 0x000010, "Member 'FRigVMByteCode::NumInstructions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCode, Entries) == 0x000018, "Member 'FRigVMByteCode::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCode, BranchInfos) == 0x000028, "Member 'FRigVMByteCode::BranchInfos' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCode, PredicateBranches) == 0x000038, "Member 'FRigVMByteCode::PredicateBranches' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCode, PublicContextAssetPath) == 0x000048, "Member 'FRigVMByteCode::PublicContextAssetPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMStruct \ +static_assert(alignof(FRigVMStruct) == 0x000008, "Wrong alignment on FRigVMStruct"); \ +static_assert(sizeof(FRigVMStruct) == 0x000008, "Wrong size on FRigVMStruct"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBase \ +static_assert(alignof(FRigVMFunction_MathBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathBase"); \ +static_assert(sizeof(FRigVMFunction_MathBase) == 0x000008, "Wrong size on FRigVMFunction_MathBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBase \ +static_assert(alignof(FRigVMFunction_MathVectorBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBase"); \ +static_assert(sizeof(FRigVMFunction_MathVectorBase) == 0x000008, "Wrong size on FRigVMFunction_MathVectorBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorLerp \ +static_assert(alignof(FRigVMFunction_MathVectorLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorLerp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorLerp) == 0x000058, "Wrong size on FRigVMFunction_MathVectorLerp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLerp, A) == 0x000008, "Member 'FRigVMFunction_MathVectorLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLerp, B) == 0x000020, "Member 'FRigVMFunction_MathVectorLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLerp, T) == 0x000038, "Member 'FRigVMFunction_MathVectorLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLerp, Result) == 0x000040, "Member 'FRigVMFunction_MathVectorLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDebugDrawSettings \ +static_assert(alignof(FRigVMDebugDrawSettings) == 0x000004, "Wrong alignment on FRigVMDebugDrawSettings"); \ +static_assert(sizeof(FRigVMDebugDrawSettings) == 0x000008, "Wrong size on FRigVMDebugDrawSettings"); \ +static_assert(offsetof(FRigVMDebugDrawSettings, DepthPriority) == 0x000000, "Member 'FRigVMDebugDrawSettings::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDebugDrawSettings, Lifetime) == 0x000004, "Member 'FRigVMDebugDrawSettings::Lifetime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMExecutePin \ +static_assert(alignof(FRigVMExecutePin) == 0x000008, "Wrong alignment on FRigVMExecutePin"); \ +static_assert(sizeof(FRigVMExecutePin) == 0x000008, "Wrong size on FRigVMExecutePin"); \ + +#define DUMPER7_ASSERTS_FRigVMStructMutable \ +static_assert(alignof(FRigVMStructMutable) == 0x000008, "Wrong alignment on FRigVMStructMutable"); \ +static_assert(sizeof(FRigVMStructMutable) == 0x000010, "Wrong size on FRigVMStructMutable"); \ +static_assert(offsetof(FRigVMStructMutable, ExecutePin) == 0x000008, "Member 'FRigVMStructMutable::ExecutePin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugBaseMutable \ +static_assert(alignof(FRigVMFunction_DebugBaseMutable) == 0x000008, "Wrong alignment on FRigVMFunction_DebugBaseMutable"); \ +static_assert(sizeof(FRigVMFunction_DebugBaseMutable) == 0x000018, "Wrong size on FRigVMFunction_DebugBaseMutable"); \ +static_assert(offsetof(FRigVMFunction_DebugBaseMutable, DebugDrawSettings) == 0x000010, "Member 'FRigVMFunction_DebugBaseMutable::DebugDrawSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogBase \ +static_assert(alignof(FRigVMFunction_VisualLogBase) == 0x000008, "Wrong alignment on FRigVMFunction_VisualLogBase"); \ +static_assert(sizeof(FRigVMFunction_VisualLogBase) == 0x000030, "Wrong size on FRigVMFunction_VisualLogBase"); \ +static_assert(offsetof(FRigVMFunction_VisualLogBase, Text) == 0x000018, "Member 'FRigVMFunction_VisualLogBase::Text' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogBase, Category) == 0x000028, "Member 'FRigVMFunction_VisualLogBase::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogObject \ +static_assert(alignof(FRigVMFunction_VisualLogObject) == 0x000008, "Wrong alignment on FRigVMFunction_VisualLogObject"); \ +static_assert(sizeof(FRigVMFunction_VisualLogObject) == 0x000040, "Wrong size on FRigVMFunction_VisualLogObject"); \ +static_assert(offsetof(FRigVMFunction_VisualLogObject, ObjectColor) == 0x000030, "Member 'FRigVMFunction_VisualLogObject::ObjectColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogWireframeOptional \ +static_assert(alignof(FRigVMFunction_VisualLogWireframeOptional) == 0x000008, "Wrong alignment on FRigVMFunction_VisualLogWireframeOptional"); \ +static_assert(sizeof(FRigVMFunction_VisualLogWireframeOptional) == 0x000048, "Wrong size on FRigVMFunction_VisualLogWireframeOptional"); \ +static_assert(offsetof(FRigVMFunction_VisualLogWireframeOptional, bWireframe) == 0x000040, "Member 'FRigVMFunction_VisualLogWireframeOptional::bWireframe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogCone \ +static_assert(alignof(FRigVMFunction_VisualLogCone) == 0x000008, "Wrong alignment on FRigVMFunction_VisualLogCone"); \ +static_assert(sizeof(FRigVMFunction_VisualLogCone) == 0x000080, "Wrong size on FRigVMFunction_VisualLogCone"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCone, Origin) == 0x000048, "Member 'FRigVMFunction_VisualLogCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCone, Direction) == 0x000060, "Member 'FRigVMFunction_VisualLogCone::Direction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCone, Length) == 0x000078, "Member 'FRigVMFunction_VisualLogCone::Length' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCone, Angle) == 0x00007C, "Member 'FRigVMFunction_VisualLogCone::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatchFactory \ +static_assert(alignof(FRigVMDispatchFactory) == 0x000008, "Wrong alignment on FRigVMDispatchFactory"); \ +static_assert(sizeof(FRigVMDispatchFactory) == 0x0000A8, "Wrong size on FRigVMDispatchFactory"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CoreBase \ +static_assert(alignof(FRigVMDispatch_CoreBase) == 0x000008, "Wrong alignment on FRigVMDispatch_CoreBase"); \ +static_assert(sizeof(FRigVMDispatch_CoreBase) == 0x0000A8, "Wrong size on FRigVMDispatch_CoreBase"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_Constant \ +static_assert(alignof(FRigVMDispatch_Constant) == 0x000008, "Wrong alignment on FRigVMDispatch_Constant"); \ +static_assert(sizeof(FRigVMDispatch_Constant) == 0x0000A8, "Wrong size on FRigVMDispatch_Constant"); \ + +#define DUMPER7_ASSERTS_FRigVMDrawInstruction \ +static_assert(alignof(FRigVMDrawInstruction) == 0x000010, "Wrong alignment on FRigVMDrawInstruction"); \ +static_assert(sizeof(FRigVMDrawInstruction) == 0x0000D0, "Wrong size on FRigVMDrawInstruction"); \ +static_assert(offsetof(FRigVMDrawInstruction, Name) == 0x000000, "Member 'FRigVMDrawInstruction::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDrawInstruction, PrimitiveType) == 0x000008, "Member 'FRigVMDrawInstruction::PrimitiveType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDrawInstruction, Positions) == 0x000010, "Member 'FRigVMDrawInstruction::Positions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDrawInstruction, Color) == 0x000020, "Member 'FRigVMDrawInstruction::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDrawInstruction, Thickness) == 0x000030, "Member 'FRigVMDrawInstruction::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDrawInstruction, Transform) == 0x000040, "Member 'FRigVMDrawInstruction::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDrawInstruction, DepthPriority) == 0x0000A0, "Member 'FRigVMDrawInstruction::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(FRigVMDrawInstruction, Lifetime) == 0x0000A4, "Member 'FRigVMDrawInstruction::Lifetime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDrawContainer \ +static_assert(alignof(FRigVMDrawContainer) == 0x000008, "Wrong alignment on FRigVMDrawContainer"); \ +static_assert(sizeof(FRigVMDrawContainer) == 0x000018, "Wrong size on FRigVMDrawContainer"); \ +static_assert(offsetof(FRigVMDrawContainer, Instructions) == 0x000008, "Member 'FRigVMDrawContainer::Instructions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTag \ +static_assert(alignof(FRigVMTag) == 0x000008, "Wrong alignment on FRigVMTag"); \ +static_assert(sizeof(FRigVMTag) == 0x000040, "Wrong size on FRigVMTag"); \ +static_assert(offsetof(FRigVMTag, Name) == 0x000000, "Member 'FRigVMTag::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMTag, Label) == 0x000008, "Member 'FRigVMTag::Label' has a wrong offset!"); \ +static_assert(offsetof(FRigVMTag, Tooltip) == 0x000018, "Member 'FRigVMTag::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMTag, Color) == 0x000028, "Member 'FRigVMTag::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMTag, bShowInUserInterface) == 0x000038, "Member 'FRigVMTag::bShowInUserInterface' has a wrong offset!"); \ +static_assert(offsetof(FRigVMTag, bMarksSubjectAsInvalid) == 0x000039, "Member 'FRigVMTag::bMarksSubjectAsInvalid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMVariant \ +static_assert(alignof(FRigVMVariant) == 0x000008, "Wrong alignment on FRigVMVariant"); \ +static_assert(sizeof(FRigVMVariant) == 0x000020, "Wrong size on FRigVMVariant"); \ +static_assert(offsetof(FRigVMVariant, Guid) == 0x000000, "Member 'FRigVMVariant::Guid' has a wrong offset!"); \ +static_assert(offsetof(FRigVMVariant, Tags) == 0x000010, "Member 'FRigVMVariant::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorQuat_Target \ +static_assert(alignof(FMathRBFInterpolateVectorQuat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateVectorQuat_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorQuat_Target) == 0x000040, "Wrong size on FMathRBFInterpolateVectorQuat_Target"); \ +static_assert(offsetof(FMathRBFInterpolateVectorQuat_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorQuat_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateVectorQuat_Target, Value) == 0x000020, "Member 'FMathRBFInterpolateVectorQuat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorWorkData \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorWorkData) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorWorkData"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorWorkData) == 0x000080, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorWorkData"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateBase \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathRBFInterpolateBase"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateBase) == 0x000008, "Wrong size on FRigVMFunction_MathRBFInterpolateBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorBase \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorBase"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorBase) == 0x0000B0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorBase"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, Input) == 0x000008, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, DistanceFunction) == 0x000020, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::DistanceFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, SmoothingFunction) == 0x000021, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::SmoothingFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, SmoothingRadius) == 0x000024, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::SmoothingRadius' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, bNormalizeOutput) == 0x000028, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::bNormalizeOutput' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorBase, WorkData) == 0x000030, "Member 'FRigVMFunction_MathRBFInterpolateVectorBase::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorQuat \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorQuat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorQuat"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorQuat) == 0x0000E0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorQuat"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorQuat, Targets) == 0x0000B0, "Member 'FRigVMFunction_MathRBFInterpolateVectorQuat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorQuat, Output) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorQuat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMExtendedExecuteContext \ +static_assert(alignof(FRigVMExtendedExecuteContext) == 0x000010, "Wrong alignment on FRigVMExtendedExecuteContext"); \ +static_assert(sizeof(FRigVMExtendedExecuteContext) == 0x000280, "Wrong size on FRigVMExtendedExecuteContext"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleBase \ +static_assert(alignof(FRigVMFunction_MathDoubleBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleBase"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleBase) == 0x000008, "Wrong size on FRigVMFunction_MathDoubleBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstant \ +static_assert(alignof(FRigVMFunction_MathDoubleConstant) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstant"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleConstant) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstant"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleConstant, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleConstant::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstE \ +static_assert(alignof(FRigVMFunction_MathDoubleConstE) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstE"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleConstE) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstE"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformBase \ +static_assert(alignof(FRigVMFunction_MathTransformBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathTransformBase"); \ +static_assert(sizeof(FRigVMFunction_MathTransformBase) == 0x000008, "Wrong size on FRigVMFunction_MathTransformBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformUnaryOp \ +static_assert(alignof(FRigVMFunction_MathTransformUnaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathTransformUnaryOp) == 0x0000D0, "Wrong size on FRigVMFunction_MathTransformUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathTransformUnaryOp, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformUnaryOp, Result) == 0x000070, "Member 'FRigVMFunction_MathTransformUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformInverse \ +static_assert(alignof(FRigVMFunction_MathTransformInverse) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformInverse"); \ +static_assert(sizeof(FRigVMFunction_MathTransformInverse) == 0x0000D0, "Wrong size on FRigVMFunction_MathTransformInverse"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NoiseVector \ +static_assert(alignof(FRigVMFunction_NoiseVector) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseVector"); \ +static_assert(sizeof(FRigVMFunction_NoiseVector) == 0x000088, "Wrong size on FRigVMFunction_NoiseVector"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, position) == 0x000008, "Member 'FRigVMFunction_NoiseVector::position' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Speed) == 0x000020, "Member 'FRigVMFunction_NoiseVector::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Frequency) == 0x000038, "Member 'FRigVMFunction_NoiseVector::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Minimum) == 0x000050, "Member 'FRigVMFunction_NoiseVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Maximum) == 0x000054, "Member 'FRigVMFunction_NoiseVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Result) == 0x000058, "Member 'FRigVMFunction_NoiseVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector, Time) == 0x000070, "Member 'FRigVMFunction_NoiseVector::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMExternalVariableDef \ +static_assert(alignof(FRigVMExternalVariableDef) == 0x000008, "Wrong alignment on FRigVMExternalVariableDef"); \ +static_assert(sizeof(FRigVMExternalVariableDef) == 0x000028, "Wrong size on FRigVMExternalVariableDef"); \ + +#define DUMPER7_ASSERTS_FRigVMExternalVariable \ +static_assert(alignof(FRigVMExternalVariable) == 0x000008, "Wrong alignment on FRigVMExternalVariable"); \ +static_assert(sizeof(FRigVMExternalVariable) == 0x000030, "Wrong size on FRigVMExternalVariable"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformLerp \ +static_assert(alignof(FRigVMFunction_MathTransformLerp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformLerp"); \ +static_assert(sizeof(FRigVMFunction_MathTransformLerp) == 0x000140, "Wrong size on FRigVMFunction_MathTransformLerp"); \ +static_assert(offsetof(FRigVMFunction_MathTransformLerp, A) == 0x000010, "Member 'FRigVMFunction_MathTransformLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformLerp, B) == 0x000070, "Member 'FRigVMFunction_MathTransformLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformLerp, T) == 0x0000D0, "Member 'FRigVMFunction_MathTransformLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformLerp, Result) == 0x0000E0, "Member 'FRigVMFunction_MathTransformLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMRuntimeSettings \ +static_assert(alignof(FRigVMRuntimeSettings) == 0x000008, "Wrong alignment on FRigVMRuntimeSettings"); \ +static_assert(sizeof(FRigVMRuntimeSettings) == 0x000018, "Wrong size on FRigVMRuntimeSettings"); \ +static_assert(offsetof(FRigVMRuntimeSettings, MaximumArraySize) == 0x000000, "Member 'FRigVMRuntimeSettings::MaximumArraySize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDrawInterface \ +static_assert(alignof(FRigVMDrawInterface) == 0x000008, "Wrong alignment on FRigVMDrawInterface"); \ +static_assert(sizeof(FRigVMDrawInterface) == 0x000018, "Wrong size on FRigVMDrawInterface"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogBox \ +static_assert(alignof(FRigVMFunction_VisualLogBox) == 0x000008, "Wrong alignment on FRigVMFunction_VisualLogBox"); \ +static_assert(sizeof(FRigVMFunction_VisualLogBox) == 0x000080, "Wrong size on FRigVMFunction_VisualLogBox"); \ +static_assert(offsetof(FRigVMFunction_VisualLogBox, Box) == 0x000048, "Member 'FRigVMFunction_VisualLogBox::Box' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionIdentifier \ +static_assert(alignof(FRigVMGraphFunctionIdentifier) == 0x000008, "Wrong alignment on FRigVMGraphFunctionIdentifier"); \ +static_assert(sizeof(FRigVMGraphFunctionIdentifier) == 0x000050, "Wrong size on FRigVMGraphFunctionIdentifier"); \ +static_assert(offsetof(FRigVMGraphFunctionIdentifier, LibraryNode) == 0x000000, "Member 'FRigVMGraphFunctionIdentifier::LibraryNode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionIdentifier, LibraryNodePath) == 0x000020, "Member 'FRigVMGraphFunctionIdentifier::LibraryNodePath' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionIdentifier, HostObject) == 0x000030, "Member 'FRigVMGraphFunctionIdentifier::HostObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionArgument \ +static_assert(alignof(FRigVMGraphFunctionArgument) == 0x000008, "Wrong alignment on FRigVMGraphFunctionArgument"); \ +static_assert(sizeof(FRigVMGraphFunctionArgument) == 0x0000B0, "Wrong size on FRigVMGraphFunctionArgument"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, Name) == 0x000000, "Member 'FRigVMGraphFunctionArgument::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, DisplayName) == 0x000008, "Member 'FRigVMGraphFunctionArgument::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, CPPType) == 0x000010, "Member 'FRigVMGraphFunctionArgument::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, CPPTypeObject) == 0x000018, "Member 'FRigVMGraphFunctionArgument::CPPTypeObject' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, bIsArray) == 0x000040, "Member 'FRigVMGraphFunctionArgument::bIsArray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, Direction) == 0x000041, "Member 'FRigVMGraphFunctionArgument::Direction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, DefaultValue) == 0x000048, "Member 'FRigVMGraphFunctionArgument::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, bIsConst) == 0x000058, "Member 'FRigVMGraphFunctionArgument::bIsConst' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionArgument, PathToTooltip) == 0x000060, "Member 'FRigVMGraphFunctionArgument::PathToTooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMPinCategory \ +static_assert(alignof(FRigVMPinCategory) == 0x000008, "Wrong alignment on FRigVMPinCategory"); \ +static_assert(sizeof(FRigVMPinCategory) == 0x000028, "Wrong size on FRigVMPinCategory"); \ +static_assert(offsetof(FRigVMPinCategory, Path) == 0x000000, "Member 'FRigVMPinCategory::Path' has a wrong offset!"); \ +static_assert(offsetof(FRigVMPinCategory, Elements) == 0x000010, "Member 'FRigVMPinCategory::Elements' has a wrong offset!"); \ +static_assert(offsetof(FRigVMPinCategory, bExpandedByDefault) == 0x000020, "Member 'FRigVMPinCategory::bExpandedByDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMNodeLayout \ +static_assert(alignof(FRigVMNodeLayout) == 0x000008, "Wrong alignment on FRigVMNodeLayout"); \ +static_assert(sizeof(FRigVMNodeLayout) == 0x0000B0, "Wrong size on FRigVMNodeLayout"); \ +static_assert(offsetof(FRigVMNodeLayout, Categories) == 0x000000, "Member 'FRigVMNodeLayout::Categories' has a wrong offset!"); \ +static_assert(offsetof(FRigVMNodeLayout, PinIndexInCategory) == 0x000010, "Member 'FRigVMNodeLayout::PinIndexInCategory' has a wrong offset!"); \ +static_assert(offsetof(FRigVMNodeLayout, DisplayNames) == 0x000060, "Member 'FRigVMNodeLayout::DisplayNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionHeader \ +static_assert(alignof(FRigVMGraphFunctionHeader) == 0x000008, "Wrong alignment on FRigVMGraphFunctionHeader"); \ +static_assert(sizeof(FRigVMGraphFunctionHeader) == 0x0001F8, "Wrong size on FRigVMGraphFunctionHeader"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, LibraryPointer) == 0x000000, "Member 'FRigVMGraphFunctionHeader::LibraryPointer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Variant) == 0x000050, "Member 'FRigVMGraphFunctionHeader::Variant' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Name) == 0x000070, "Member 'FRigVMGraphFunctionHeader::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, NodeTitle) == 0x000078, "Member 'FRigVMGraphFunctionHeader::NodeTitle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, NodeColor) == 0x000088, "Member 'FRigVMGraphFunctionHeader::NodeColor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Tooltip) == 0x000098, "Member 'FRigVMGraphFunctionHeader::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Description) == 0x0000A8, "Member 'FRigVMGraphFunctionHeader::Description' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Category) == 0x0000B8, "Member 'FRigVMGraphFunctionHeader::Category' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Keywords) == 0x0000C8, "Member 'FRigVMGraphFunctionHeader::Keywords' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Arguments) == 0x0000D8, "Member 'FRigVMGraphFunctionHeader::Arguments' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Dependencies) == 0x0000E8, "Member 'FRigVMGraphFunctionHeader::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, ExternalVariables) == 0x000138, "Member 'FRigVMGraphFunctionHeader::ExternalVariables' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionHeader, Layout) == 0x000148, "Member 'FRigVMGraphFunctionHeader::Layout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolBase \ +static_assert(alignof(FRigVMFunction_MathBoolBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolBase"); \ +static_assert(sizeof(FRigVMFunction_MathBoolBase) == 0x000008, "Wrong size on FRigVMFunction_MathBoolBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolConstant \ +static_assert(alignof(FRigVMFunction_MathBoolConstant) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolConstant"); \ +static_assert(sizeof(FRigVMFunction_MathBoolConstant) == 0x000010, "Wrong size on FRigVMFunction_MathBoolConstant"); \ +static_assert(offsetof(FRigVMFunction_MathBoolConstant, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolConstant::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AnimBase \ +static_assert(alignof(FRigVMFunction_AnimBase) == 0x000008, "Wrong alignment on FRigVMFunction_AnimBase"); \ +static_assert(sizeof(FRigVMFunction_AnimBase) == 0x000008, "Wrong size on FRigVMFunction_AnimBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugBase \ +static_assert(alignof(FRigVMFunction_DebugBase) == 0x000008, "Wrong alignment on FRigVMFunction_DebugBase"); \ +static_assert(sizeof(FRigVMFunction_DebugBase) == 0x000010, "Wrong size on FRigVMFunction_DebugBase"); \ +static_assert(offsetof(FRigVMFunction_DebugBase, DebugDrawSettings) == 0x000008, "Member 'FRigVMFunction_DebugBase::DebugDrawSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolBinaryOp \ +static_assert(alignof(FRigVMFunction_MathBoolBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathBoolBinaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathBoolBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathBoolBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathBoolBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolBinaryOp, B) == 0x000009, "Member 'FRigVMFunction_MathBoolBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolBinaryOp, Result) == 0x00000A, "Member 'FRigVMFunction_MathBoolBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolNand2 \ +static_assert(alignof(FRigVMFunction_MathBoolNand2) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolNand2"); \ +static_assert(sizeof(FRigVMFunction_MathBoolNand2) == 0x000010, "Wrong size on FRigVMFunction_MathBoolNand2"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolMake \ +static_assert(alignof(FRigVMFunction_MathBoolMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolMake"); \ +static_assert(sizeof(FRigVMFunction_MathBoolMake) == 0x000010, "Wrong size on FRigVMFunction_MathBoolMake"); \ +static_assert(offsetof(FRigVMFunction_MathBoolMake, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolMake::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_UserDefinedEvent \ +static_assert(alignof(FRigVMFunction_UserDefinedEvent) == 0x000008, "Wrong alignment on FRigVMFunction_UserDefinedEvent"); \ +static_assert(sizeof(FRigVMFunction_UserDefinedEvent) == 0x000018, "Wrong size on FRigVMFunction_UserDefinedEvent"); \ +static_assert(offsetof(FRigVMFunction_UserDefinedEvent, ExecutePin) == 0x000008, "Member 'FRigVMFunction_UserDefinedEvent::ExecutePin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_UserDefinedEvent, EventName) == 0x000010, "Member 'FRigVMFunction_UserDefinedEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMutableBase \ +static_assert(alignof(FRigVMFunction_MathMutableBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathMutableBase"); \ +static_assert(sizeof(FRigVMFunction_MathMutableBase) == 0x000010, "Wrong size on FRigVMFunction_MathMutableBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBinaryOp \ +static_assert(alignof(FRigVMFunction_MathVectorBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorBinaryOp) == 0x000050, "Wrong size on FRigVMFunction_MathVectorBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathVectorBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryOp, B) == 0x000020, "Member 'FRigVMFunction_MathVectorBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryOp, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMod \ +static_assert(alignof(FRigVMFunction_MathVectorMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMod"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMod) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMod"); \ + +#define DUMPER7_ASSERTS_FRigVMParameter \ +static_assert(alignof(FRigVMParameter) == 0x000008, "Wrong alignment on FRigVMParameter"); \ +static_assert(sizeof(FRigVMParameter) == 0x000030, "Wrong size on FRigVMParameter"); \ +static_assert(offsetof(FRigVMParameter, Type) == 0x000000, "Member 'FRigVMParameter::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, Name) == 0x000004, "Member 'FRigVMParameter::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, RegisterIndex) == 0x00000C, "Member 'FRigVMParameter::RegisterIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, CPPType) == 0x000010, "Member 'FRigVMParameter::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, ScriptStruct) == 0x000020, "Member 'FRigVMParameter::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FRigVMParameter, ScriptStructPath) == 0x000028, "Member 'FRigVMParameter::ScriptStructPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_SimBase \ +static_assert(alignof(FRigVMFunction_SimBase) == 0x000008, "Wrong alignment on FRigVMFunction_SimBase"); \ +static_assert(sizeof(FRigVMFunction_SimBase) == 0x000008, "Wrong size on FRigVMFunction_SimBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathBoolBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathBoolBinaryAggregateOp) == 0x000010, "Wrong size on FRigVMFunction_MathBoolBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathBoolBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathBoolBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolBinaryAggregateOp, B) == 0x000009, "Member 'FRigVMFunction_MathBoolBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolBinaryAggregateOp, Result) == 0x00000A, "Member 'FRigVMFunction_MathBoolBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolAnd \ +static_assert(alignof(FRigVMFunction_MathBoolAnd) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolAnd"); \ +static_assert(sizeof(FRigVMFunction_MathBoolAnd) == 0x000010, "Wrong size on FRigVMFunction_MathBoolAnd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_SimBaseMutable \ +static_assert(alignof(FRigVMFunction_SimBaseMutable) == 0x000008, "Wrong alignment on FRigVMFunction_SimBaseMutable"); \ +static_assert(sizeof(FRigVMFunction_SimBaseMutable) == 0x000010, "Wrong size on FRigVMFunction_SimBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_SpringDampVector \ +static_assert(alignof(FRigVMFunction_SpringDampVector) == 0x000008, "Wrong alignment on FRigVMFunction_SpringDampVector"); \ +static_assert(sizeof(FRigVMFunction_SpringDampVector) == 0x000060, "Wrong size on FRigVMFunction_SpringDampVector"); \ +static_assert(offsetof(FRigVMFunction_SpringDampVector, Value) == 0x000010, "Member 'FRigVMFunction_SpringDampVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_SpringDampVector, ValueVelocity) == 0x000028, "Member 'FRigVMFunction_SpringDampVector::ValueVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_SpringDampVector, Target) == 0x000040, "Member 'FRigVMFunction_SpringDampVector::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_SpringDampVector, SmoothingTime) == 0x000058, "Member 'FRigVMFunction_SpringDampVector::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_RandomFloat \ +static_assert(alignof(FRigVMFunction_RandomFloat) == 0x000008, "Wrong alignment on FRigVMFunction_RandomFloat"); \ +static_assert(sizeof(FRigVMFunction_RandomFloat) == 0x000030, "Wrong size on FRigVMFunction_RandomFloat"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Seed) == 0x000008, "Member 'FRigVMFunction_RandomFloat::Seed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Minimum) == 0x00000C, "Member 'FRigVMFunction_RandomFloat::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Maximum) == 0x000010, "Member 'FRigVMFunction_RandomFloat::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Duration) == 0x000014, "Member 'FRigVMFunction_RandomFloat::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, Result) == 0x000018, "Member 'FRigVMFunction_RandomFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, LastResult) == 0x00001C, "Member 'FRigVMFunction_RandomFloat::LastResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, LastSeed) == 0x000020, "Member 'FRigVMFunction_RandomFloat::LastSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, BaseSeed) == 0x000024, "Member 'FRigVMFunction_RandomFloat::BaseSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomFloat, TimeLeft) == 0x000028, "Member 'FRigVMFunction_RandomFloat::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DampFloat \ +static_assert(alignof(FRigVMFunction_DampFloat) == 0x000008, "Wrong alignment on FRigVMFunction_DampFloat"); \ +static_assert(sizeof(FRigVMFunction_DampFloat) == 0x000018, "Wrong size on FRigVMFunction_DampFloat"); \ +static_assert(offsetof(FRigVMFunction_DampFloat, Value) == 0x000008, "Member 'FRigVMFunction_DampFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DampFloat, Target) == 0x00000C, "Member 'FRigVMFunction_DampFloat::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DampFloat, SmoothingTime) == 0x000010, "Member 'FRigVMFunction_DampFloat::SmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DampFloat, Result) == 0x000014, "Member 'FRigVMFunction_DampFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolToInteger \ +static_assert(alignof(FRigVMFunction_MathBoolToInteger) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolToInteger"); \ +static_assert(sizeof(FRigVMFunction_MathBoolToInteger) == 0x000010, "Wrong size on FRigVMFunction_MathBoolToInteger"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToInteger, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolToInteger::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToInteger, Result) == 0x00000C, "Member 'FRigVMFunction_MathBoolToInteger::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMExecuteContext \ +static_assert(alignof(FRigVMExecuteContext) == 0x000010, "Wrong alignment on FRigVMExecuteContext"); \ +static_assert(sizeof(FRigVMExecuteContext) == 0x000110, "Wrong size on FRigVMExecuteContext"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolEquals \ +static_assert(alignof(FRigVMFunction_MathBoolEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolEquals"); \ +static_assert(sizeof(FRigVMFunction_MathBoolEquals) == 0x000010, "Wrong size on FRigVMFunction_MathBoolEquals"); \ +static_assert(offsetof(FRigVMFunction_MathBoolEquals, A) == 0x000008, "Member 'FRigVMFunction_MathBoolEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolEquals, B) == 0x000009, "Member 'FRigVMFunction_MathBoolEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolEquals, Result) == 0x00000A, "Member 'FRigVMFunction_MathBoolEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FRigVMFunction_DampVector \ +static_assert(alignof(FRigVMFunction_DampVector) == 0x000008, "Wrong alignment on FRigVMFunction_DampVector"); \ +static_assert(sizeof(FRigVMFunction_DampVector) == 0x000058, "Wrong size on FRigVMFunction_DampVector"); \ +static_assert(offsetof(FRigVMFunction_DampVector, Value) == 0x000008, "Member 'FRigVMFunction_DampVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DampVector, Target) == 0x000020, "Member 'FRigVMFunction_DampVector::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DampVector, SmoothingTime) == 0x000038, "Member 'FRigVMFunction_DampVector::SmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DampVector, Result) == 0x000040, "Member 'FRigVMFunction_DampVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolConstFalse \ +static_assert(alignof(FRigVMFunction_MathBoolConstFalse) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolConstFalse"); \ +static_assert(sizeof(FRigVMFunction_MathBoolConstFalse) == 0x000010, "Wrong size on FRigVMFunction_MathBoolConstFalse"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DampQuaternion \ +static_assert(alignof(FRigVMFunction_DampQuaternion) == 0x000010, "Wrong alignment on FRigVMFunction_DampQuaternion"); \ +static_assert(sizeof(FRigVMFunction_DampQuaternion) == 0x000080, "Wrong size on FRigVMFunction_DampQuaternion"); \ +static_assert(offsetof(FRigVMFunction_DampQuaternion, Value) == 0x000010, "Member 'FRigVMFunction_DampQuaternion::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DampQuaternion, Target) == 0x000030, "Member 'FRigVMFunction_DampQuaternion::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DampQuaternion, SmoothingTime) == 0x000050, "Member 'FRigVMFunction_DampQuaternion::SmoothingTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DampQuaternion, Result) == 0x000060, "Member 'FRigVMFunction_DampQuaternion::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_SpringDampFloat \ +static_assert(alignof(FRigVMFunction_SpringDampFloat) == 0x000008, "Wrong alignment on FRigVMFunction_SpringDampFloat"); \ +static_assert(sizeof(FRigVMFunction_SpringDampFloat) == 0x000020, "Wrong size on FRigVMFunction_SpringDampFloat"); \ +static_assert(offsetof(FRigVMFunction_SpringDampFloat, Value) == 0x000010, "Member 'FRigVMFunction_SpringDampFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_SpringDampFloat, ValueVelocity) == 0x000014, "Member 'FRigVMFunction_SpringDampFloat::ValueVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_SpringDampFloat, Target) == 0x000018, "Member 'FRigVMFunction_SpringDampFloat::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_SpringDampFloat, SmoothingTime) == 0x00001C, "Member 'FRigVMFunction_SpringDampFloat::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_SpringDampQuat \ +static_assert(alignof(FRigVMFunction_SpringDampQuat) == 0x000010, "Wrong alignment on FRigVMFunction_SpringDampQuat"); \ +static_assert(sizeof(FRigVMFunction_SpringDampQuat) == 0x000080, "Wrong size on FRigVMFunction_SpringDampQuat"); \ +static_assert(offsetof(FRigVMFunction_SpringDampQuat, Value) == 0x000010, "Member 'FRigVMFunction_SpringDampQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_SpringDampQuat, ValueVelocity) == 0x000030, "Member 'FRigVMFunction_SpringDampQuat::ValueVelocity' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_SpringDampQuat, Target) == 0x000050, "Member 'FRigVMFunction_SpringDampQuat::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_SpringDampQuat, SmoothingTime) == 0x000070, "Member 'FRigVMFunction_SpringDampQuat::SmoothingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorEquals \ +static_assert(alignof(FRigVMFunction_MathVectorEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorEquals"); \ +static_assert(sizeof(FRigVMFunction_MathVectorEquals) == 0x000040, "Wrong size on FRigVMFunction_MathVectorEquals"); \ +static_assert(offsetof(FRigVMFunction_MathVectorEquals, A) == 0x000008, "Member 'FRigVMFunction_MathVectorEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorEquals, B) == 0x000020, "Member 'FRigVMFunction_MathVectorEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorEquals, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait \ +static_assert(alignof(FRigVMTrait) == 0x000008, "Wrong alignment on FRigVMTrait"); \ +static_assert(sizeof(FRigVMTrait) == 0x000018, "Wrong size on FRigVMTrait"); \ +static_assert(offsetof(FRigVMTrait, Name) == 0x000008, "Member 'FRigVMTrait::Name' 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_FRigVMDispatch_ArrayBase \ +static_assert(alignof(FRigVMDispatch_ArrayBase) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayBase"); \ +static_assert(sizeof(FRigVMDispatch_ArrayBase) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayBase"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayBaseMutable \ +static_assert(alignof(FRigVMDispatch_ArrayBaseMutable) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayBaseMutable"); \ +static_assert(sizeof(FRigVMDispatch_ArrayBaseMutable) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayReset \ +static_assert(alignof(FRigVMDispatch_ArrayReset) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayReset"); \ +static_assert(sizeof(FRigVMDispatch_ArrayReset) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayReset"); \ + +#define DUMPER7_ASSERTS_FRigVMExecuteOp \ +static_assert(alignof(FRigVMExecuteOp) == 0x000002, "Wrong alignment on FRigVMExecuteOp"); \ +static_assert(sizeof(FRigVMExecuteOp) == 0x00000A, "Wrong size on FRigVMExecuteOp"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorLength \ +static_assert(alignof(FRigVMFunction_MathVectorLength) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorLength"); \ +static_assert(sizeof(FRigVMFunction_MathVectorLength) == 0x000028, "Wrong size on FRigVMFunction_MathVectorLength"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLength, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLength, Result) == 0x000020, "Member 'FRigVMFunction_MathVectorLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMUnaryOp \ +static_assert(alignof(FRigVMUnaryOp) == 0x000002, "Wrong alignment on FRigVMUnaryOp"); \ +static_assert(sizeof(FRigVMUnaryOp) == 0x000008, "Wrong size on FRigVMUnaryOp"); \ + +#define DUMPER7_ASSERTS_FRigVMBinaryOp \ +static_assert(alignof(FRigVMBinaryOp) == 0x000002, "Wrong alignment on FRigVMBinaryOp"); \ +static_assert(sizeof(FRigVMBinaryOp) == 0x00000E, "Wrong size on FRigVMBinaryOp"); \ + +#define DUMPER7_ASSERTS_FRigVMTernaryOp \ +static_assert(alignof(FRigVMTernaryOp) == 0x000002, "Wrong alignment on FRigVMTernaryOp"); \ +static_assert(sizeof(FRigVMTernaryOp) == 0x000014, "Wrong size on FRigVMTernaryOp"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayGetAtIndex \ +static_assert(alignof(FRigVMDispatch_ArrayGetAtIndex) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayGetAtIndex"); \ +static_assert(sizeof(FRigVMDispatch_ArrayGetAtIndex) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayGetAtIndex"); \ + +#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_FRigVMFunction_MathVectorUnaryOp \ +static_assert(alignof(FRigVMFunction_MathVectorUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorUnaryOp) == 0x000038, "Wrong size on FRigVMFunction_MathVectorUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorUnaryOp, Result) == 0x000020, "Member 'FRigVMFunction_MathVectorUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSign \ +static_assert(alignof(FRigVMFunction_MathVectorSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSign"); \ +static_assert(sizeof(FRigVMFunction_MathVectorSign) == 0x000038, "Wrong size on FRigVMFunction_MathVectorSign"); \ + +#define DUMPER7_ASSERTS_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) == 0x000010, "Wrong size on FRigVMCopyOp"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorScale \ +static_assert(alignof(FRigVMFunction_MathVectorScale) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorScale"); \ +static_assert(sizeof(FRigVMFunction_MathVectorScale) == 0x000040, "Wrong size on FRigVMFunction_MathVectorScale"); \ +static_assert(offsetof(FRigVMFunction_MathVectorScale, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorScale::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorScale, Factor) == 0x000020, "Member 'FRigVMFunction_MathVectorScale::Factor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorScale, Result) == 0x000028, "Member 'FRigVMFunction_MathVectorScale::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMComparisonOp \ +static_assert(alignof(FRigVMComparisonOp) == 0x000002, "Wrong alignment on FRigVMComparisonOp"); \ +static_assert(sizeof(FRigVMComparisonOp) == 0x000014, "Wrong size on FRigVMComparisonOp"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorAngle \ +static_assert(alignof(FRigVMFunction_MathVectorAngle) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorAngle"); \ +static_assert(sizeof(FRigVMFunction_MathVectorAngle) == 0x000040, "Wrong size on FRigVMFunction_MathVectorAngle"); \ +static_assert(offsetof(FRigVMFunction_MathVectorAngle, A) == 0x000008, "Member 'FRigVMFunction_MathVectorAngle::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorAngle, B) == 0x000020, "Member 'FRigVMFunction_MathVectorAngle::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorAngle, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorAngle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRigVMFunction_MathVectorBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathVectorBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorBinaryAggregateOp) == 0x000050, "Wrong size on FRigVMFunction_MathVectorBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathVectorBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryAggregateOp, B) == 0x000020, "Member 'FRigVMFunction_MathVectorBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBinaryAggregateOp, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMax \ +static_assert(alignof(FRigVMFunction_MathVectorMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMax"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMax) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMax"); \ + +#define DUMPER7_ASSERTS_FRigVMInvokeEntryOp \ +static_assert(alignof(FRigVMInvokeEntryOp) == 0x000004, "Wrong alignment on FRigVMInvokeEntryOp"); \ +static_assert(sizeof(FRigVMInvokeEntryOp) == 0x00000C, "Wrong size on FRigVMInvokeEntryOp"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSelectBool \ +static_assert(alignof(FRigVMFunction_MathVectorSelectBool) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSelectBool"); \ +static_assert(sizeof(FRigVMFunction_MathVectorSelectBool) == 0x000058, "Wrong size on FRigVMFunction_MathVectorSelectBool"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathVectorSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, IfTrue) == 0x000010, "Member 'FRigVMFunction_MathVectorSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, IfFalse) == 0x000028, "Member 'FRigVMFunction_MathVectorSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSelectBool, Result) == 0x000040, "Member 'FRigVMFunction_MathVectorSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMJumpToBranchOp \ +static_assert(alignof(FRigVMJumpToBranchOp) == 0x000004, "Wrong alignment on FRigVMJumpToBranchOp"); \ +static_assert(sizeof(FRigVMJumpToBranchOp) == 0x00000C, "Wrong size on FRigVMJumpToBranchOp"); \ + +#define DUMPER7_ASSERTS_FRigVMRunInstructionsOp \ +static_assert(alignof(FRigVMRunInstructionsOp) == 0x000004, "Wrong alignment on FRigVMRunInstructionsOp"); \ +static_assert(sizeof(FRigVMRunInstructionsOp) == 0x000010, "Wrong size on FRigVMRunInstructionsOp"); \ + +#define DUMPER7_ASSERTS_FRigVMSetupTraitsOp \ +static_assert(alignof(FRigVMSetupTraitsOp) == 0x000002, "Wrong alignment on FRigVMSetupTraitsOp"); \ +static_assert(sizeof(FRigVMSetupTraitsOp) == 0x000008, "Wrong size on FRigVMSetupTraitsOp"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorCeil \ +static_assert(alignof(FRigVMFunction_MathVectorCeil) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorCeil"); \ +static_assert(sizeof(FRigVMFunction_MathVectorCeil) == 0x000038, "Wrong size on FRigVMFunction_MathVectorCeil"); \ + +#define DUMPER7_ASSERTS_FRigVMInstruction \ +static_assert(alignof(FRigVMInstruction) == 0x000004, "Wrong alignment on FRigVMInstruction"); \ +static_assert(sizeof(FRigVMInstruction) == 0x00000C, "Wrong size on FRigVMInstruction"); \ +static_assert(offsetof(FRigVMInstruction, Index) == 0x000000, "Member 'FRigVMInstruction::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigVMInstruction, ByteCodeIndex) == 0x000004, "Member 'FRigVMInstruction::ByteCodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMInstruction, OpCode) == 0x000008, "Member 'FRigVMInstruction::OpCode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMInstruction, OperandAlignment) == 0x000009, "Member 'FRigVMInstruction::OperandAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringBase \ +static_assert(alignof(FRigVMFunction_StringBase) == 0x000008, "Wrong alignment on FRigVMFunction_StringBase"); \ +static_assert(sizeof(FRigVMFunction_StringBase) == 0x000008, "Wrong size on FRigVMFunction_StringBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringStartsWith \ +static_assert(alignof(FRigVMFunction_StringStartsWith) == 0x000008, "Wrong alignment on FRigVMFunction_StringStartsWith"); \ +static_assert(sizeof(FRigVMFunction_StringStartsWith) == 0x000030, "Wrong size on FRigVMFunction_StringStartsWith"); \ +static_assert(offsetof(FRigVMFunction_StringStartsWith, Name) == 0x000008, "Member 'FRigVMFunction_StringStartsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringStartsWith, Start) == 0x000018, "Member 'FRigVMFunction_StringStartsWith::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringStartsWith, Result) == 0x000028, "Member 'FRigVMFunction_StringStartsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRigVMFunction_MathVectorUnit \ +static_assert(alignof(FRigVMFunction_MathVectorUnit) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorUnit"); \ +static_assert(sizeof(FRigVMFunction_MathVectorUnit) == 0x000038, "Wrong size on FRigVMFunction_MathVectorUnit"); \ + +#define DUMPER7_ASSERTS_FRigVMDebugInfo \ +static_assert(alignof(FRigVMDebugInfo) == 0x000008, "Wrong alignment on FRigVMDebugInfo"); \ +static_assert(sizeof(FRigVMDebugInfo) == 0x000020, "Wrong size on FRigVMDebugInfo"); \ + +#define DUMPER7_ASSERTS_FRigVMSlice \ +static_assert(alignof(FRigVMSlice) == 0x000004, "Wrong alignment on FRigVMSlice"); \ +static_assert(sizeof(FRigVMSlice) == 0x000014, "Wrong size on FRigVMSlice"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatColor_Target \ +static_assert(alignof(FMathRBFInterpolateQuatColor_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatColor_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatColor_Target) == 0x000030, "Wrong size on FMathRBFInterpolateQuatColor_Target"); \ +static_assert(offsetof(FMathRBFInterpolateQuatColor_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatColor_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateQuatColor_Target, Value) == 0x000020, "Member 'FMathRBFInterpolateQuatColor_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatWorkData \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatWorkData) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatWorkData"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatWorkData) == 0x000080, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatWorkData"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatBase \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatBase) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatBase"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatBase) == 0x0000E0, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatBase"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, Input) == 0x000010, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, DistanceFunction) == 0x000030, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::DistanceFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, SmoothingFunction) == 0x000031, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::SmoothingFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, SmoothingAngle) == 0x000034, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::SmoothingAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, bNormalizeOutput) == 0x000038, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::bNormalizeOutput' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, TwistAxis) == 0x000040, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatBase, WorkData) == 0x000060, "Member 'FRigVMFunction_MathRBFInterpolateQuatBase::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatColor \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatColor) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatColor"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatColor) == 0x000100, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatColor"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatColor, Targets) == 0x0000E0, "Member 'FRigVMFunction_MathRBFInterpolateQuatColor::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatColor, Output) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatColor::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunctionCompilationPropertyDescription \ +static_assert(alignof(FRigVMFunctionCompilationPropertyDescription) == 0x000008, "Wrong alignment on FRigVMFunctionCompilationPropertyDescription"); \ +static_assert(sizeof(FRigVMFunctionCompilationPropertyDescription) == 0x000050, "Wrong size on FRigVMFunctionCompilationPropertyDescription"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyDescription, Name) == 0x000000, "Member 'FRigVMFunctionCompilationPropertyDescription::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyDescription, CPPType) == 0x000008, "Member 'FRigVMFunctionCompilationPropertyDescription::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyDescription, CPPTypeObject) == 0x000018, "Member 'FRigVMFunctionCompilationPropertyDescription::CPPTypeObject' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyDescription, DefaultValue) == 0x000040, "Member 'FRigVMFunctionCompilationPropertyDescription::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunctionCompilationPropertyPath \ +static_assert(alignof(FRigVMFunctionCompilationPropertyPath) == 0x000008, "Wrong alignment on FRigVMFunctionCompilationPropertyPath"); \ +static_assert(sizeof(FRigVMFunctionCompilationPropertyPath) == 0x000028, "Wrong size on FRigVMFunctionCompilationPropertyPath"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyPath, PropertyIndex) == 0x000000, "Member 'FRigVMFunctionCompilationPropertyPath::PropertyIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyPath, HeadCPPType) == 0x000008, "Member 'FRigVMFunctionCompilationPropertyPath::HeadCPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationPropertyPath, SegmentPath) == 0x000018, "Member 'FRigVMFunctionCompilationPropertyPath::SegmentPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatXform_Target \ +static_assert(alignof(FMathRBFInterpolateQuatXform_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatXform_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatXform_Target) == 0x000080, "Wrong size on FMathRBFInterpolateQuatXform_Target"); \ +static_assert(offsetof(FMathRBFInterpolateQuatXform_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatXform_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateQuatXform_Target, Value) == 0x000020, "Member 'FMathRBFInterpolateQuatXform_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatXform \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatXform) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatXform"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatXform) == 0x000150, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatXform"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatXform, Targets) == 0x0000E0, "Member 'FRigVMFunction_MathRBFInterpolateQuatXform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatXform, Output) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatXform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMOperand \ +static_assert(alignof(FRigVMOperand) == 0x000002, "Wrong alignment on FRigVMOperand"); \ +static_assert(sizeof(FRigVMOperand) == 0x000006, "Wrong size on FRigVMOperand"); \ +static_assert(offsetof(FRigVMOperand, MemoryType) == 0x000000, "Member 'FRigVMOperand::MemoryType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMOperand, RegisterIndex) == 0x000002, "Member 'FRigVMOperand::RegisterIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMOperand, RegisterOffset) == 0x000004, "Member 'FRigVMOperand::RegisterOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunctionCompilationData \ +static_assert(alignof(FRigVMFunctionCompilationData) == 0x000008, "Wrong alignment on FRigVMFunctionCompilationData"); \ +static_assert(sizeof(FRigVMFunctionCompilationData) == 0x000238, "Wrong size on FRigVMFunctionCompilationData"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, ByteCode) == 0x000000, "Member 'FRigVMFunctionCompilationData::ByteCode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, FunctionNames) == 0x0000B0, "Member 'FRigVMFunctionCompilationData::FunctionNames' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, WorkPropertyDescriptions) == 0x0000C0, "Member 'FRigVMFunctionCompilationData::WorkPropertyDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, WorkPropertyPathDescriptions) == 0x0000D0, "Member 'FRigVMFunctionCompilationData::WorkPropertyPathDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, LiteralPropertyDescriptions) == 0x0000E0, "Member 'FRigVMFunctionCompilationData::LiteralPropertyDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, LiteralPropertyPathDescriptions) == 0x0000F0, "Member 'FRigVMFunctionCompilationData::LiteralPropertyPathDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, DebugPropertyDescriptions) == 0x000100, "Member 'FRigVMFunctionCompilationData::DebugPropertyDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, DebugPropertyPathDescriptions) == 0x000110, "Member 'FRigVMFunctionCompilationData::DebugPropertyPathDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, ExternalPropertyDescriptions) == 0x000120, "Member 'FRigVMFunctionCompilationData::ExternalPropertyDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, ExternalPropertyPathDescriptions) == 0x000130, "Member 'FRigVMFunctionCompilationData::ExternalPropertyPathDescriptions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, ExternalRegisterIndexToVariable) == 0x000140, "Member 'FRigVMFunctionCompilationData::ExternalRegisterIndexToVariable' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, Operands) == 0x000190, "Member 'FRigVMFunctionCompilationData::Operands' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, Hash) == 0x0001E0, "Member 'FRigVMFunctionCompilationData::Hash' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunctionCompilationData, bEncounteredSurpressedErrors) == 0x0001E4, "Member 'FRigVMFunctionCompilationData::bEncounteredSurpressedErrors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFourPointBezier \ +static_assert(alignof(FRigVMFourPointBezier) == 0x000008, "Wrong alignment on FRigVMFourPointBezier"); \ +static_assert(sizeof(FRigVMFourPointBezier) == 0x000060, "Wrong size on FRigVMFourPointBezier"); \ +static_assert(offsetof(FRigVMFourPointBezier, A) == 0x000000, "Member 'FRigVMFourPointBezier::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFourPointBezier, B) == 0x000018, "Member 'FRigVMFourPointBezier::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFourPointBezier, C) == 0x000030, "Member 'FRigVMFourPointBezier::C' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFourPointBezier, D) == 0x000048, "Member 'FRigVMFourPointBezier::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRigVMFunction_MathRBFInterpolateVectorVector \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorVector"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorVector) == 0x0000E0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorVector"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorVector, Targets) == 0x0000B0, "Member 'FRigVMFunction_MathRBFInterpolateVectorVector::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorVector, Output) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorVector::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorArraySum \ +static_assert(alignof(FRigVMFunction_MathVectorArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorArraySum"); \ +static_assert(sizeof(FRigVMFunction_MathVectorArraySum) == 0x000030, "Wrong size on FRigVMFunction_MathVectorArraySum"); \ +static_assert(offsetof(FRigVMFunction_MathVectorArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathVectorArraySum::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathVectorArraySum::Sum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionHeaderArray \ +static_assert(alignof(FRigVMGraphFunctionHeaderArray) == 0x000008, "Wrong alignment on FRigVMGraphFunctionHeaderArray"); \ +static_assert(sizeof(FRigVMGraphFunctionHeaderArray) == 0x000010, "Wrong size on FRigVMGraphFunctionHeaderArray"); \ +static_assert(offsetof(FRigVMGraphFunctionHeaderArray, Headers) == 0x000000, "Member 'FRigVMGraphFunctionHeaderArray::Headers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMObjectArchive \ +static_assert(alignof(FRigVMObjectArchive) == 0x000008, "Wrong alignment on FRigVMObjectArchive"); \ +static_assert(sizeof(FRigVMObjectArchive) == 0x000020, "Wrong size on FRigVMObjectArchive"); \ +static_assert(offsetof(FRigVMObjectArchive, Buffer) == 0x000000, "Member 'FRigVMObjectArchive::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMObjectArchive, UncompressedSize) == 0x000010, "Member 'FRigVMObjectArchive::UncompressedSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMObjectArchive, CompressedSize) == 0x000014, "Member 'FRigVMObjectArchive::CompressedSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMObjectArchive, bIsCompressed) == 0x000018, "Member 'FRigVMObjectArchive::bIsCompressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionData \ +static_assert(alignof(FRigVMGraphFunctionData) == 0x000008, "Wrong alignment on FRigVMGraphFunctionData"); \ +static_assert(sizeof(FRigVMGraphFunctionData) == 0x000460, "Wrong size on FRigVMGraphFunctionData"); \ +static_assert(offsetof(FRigVMGraphFunctionData, Header) == 0x000000, "Member 'FRigVMGraphFunctionData::Header' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionData, CompilationData) == 0x0001F8, "Member 'FRigVMGraphFunctionData::CompilationData' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionData, SerializedCollapsedNode) == 0x000430, "Member 'FRigVMGraphFunctionData::SerializedCollapsedNode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionData, CollapseNodeArchive) == 0x000440, "Member 'FRigVMGraphFunctionData::CollapseNodeArchive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorOrthogonal \ +static_assert(alignof(FRigVMFunction_MathVectorOrthogonal) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorOrthogonal"); \ +static_assert(sizeof(FRigVMFunction_MathVectorOrthogonal) == 0x000040, "Wrong size on FRigVMFunction_MathVectorOrthogonal"); \ +static_assert(offsetof(FRigVMFunction_MathVectorOrthogonal, A) == 0x000008, "Member 'FRigVMFunction_MathVectorOrthogonal::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorOrthogonal, B) == 0x000020, "Member 'FRigVMFunction_MathVectorOrthogonal::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorOrthogonal, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorOrthogonal::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMGraphFunctionStore \ +static_assert(alignof(FRigVMGraphFunctionStore) == 0x000008, "Wrong alignment on FRigVMGraphFunctionStore"); \ +static_assert(sizeof(FRigVMGraphFunctionStore) == 0x000020, "Wrong size on FRigVMGraphFunctionStore"); \ +static_assert(offsetof(FRigVMGraphFunctionStore, PublicFunctions) == 0x000000, "Member 'FRigVMGraphFunctionStore::PublicFunctions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMGraphFunctionStore, PrivateFunctions) == 0x000010, "Member 'FRigVMGraphFunctionStore::PrivateFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArraySetAtIndex \ +static_assert(alignof(FRigVMDispatch_ArraySetAtIndex) == 0x000008, "Wrong alignment on FRigVMDispatch_ArraySetAtIndex"); \ +static_assert(sizeof(FRigVMDispatch_ArraySetAtIndex) == 0x0000A8, "Wrong size on FRigVMDispatch_ArraySetAtIndex"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayAdd \ +static_assert(alignof(FRigVMDispatch_ArrayAdd) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayAdd"); \ +static_assert(sizeof(FRigVMDispatch_ArrayAdd) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMInstructionSetExecuteState \ +static_assert(alignof(FRigVMInstructionSetExecuteState) == 0x000008, "Wrong alignment on FRigVMInstructionSetExecuteState"); \ +static_assert(sizeof(FRigVMInstructionSetExecuteState) == 0x000050, "Wrong size on FRigVMInstructionSetExecuteState"); \ +static_assert(offsetof(FRigVMInstructionSetExecuteState, SliceHashToNumInstruction) == 0x000000, "Member 'FRigVMInstructionSetExecuteState::SliceHashToNumInstruction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMRegister \ +static_assert(alignof(FRigVMRegister) == 0x000004, "Wrong alignment on FRigVMRegister"); \ +static_assert(sizeof(FRigVMRegister) == 0x000024, "Wrong size on FRigVMRegister"); \ +static_assert(offsetof(FRigVMRegister, Type) == 0x000000, "Member 'FRigVMRegister::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, ByteIndex) == 0x000004, "Member 'FRigVMRegister::ByteIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, ElementSize) == 0x000008, "Member 'FRigVMRegister::ElementSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, ElementCount) == 0x00000A, "Member 'FRigVMRegister::ElementCount' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, SliceCount) == 0x00000C, "Member 'FRigVMRegister::SliceCount' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, AlignmentBytes) == 0x00000E, "Member 'FRigVMRegister::AlignmentBytes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, TrailingBytes) == 0x000010, "Member 'FRigVMRegister::TrailingBytes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, Name) == 0x000014, "Member 'FRigVMRegister::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, ScriptStructIndex) == 0x00001C, "Member 'FRigVMRegister::ScriptStructIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, bIsArray) == 0x000020, "Member 'FRigVMRegister::bIsArray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegister, bIsDynamic) == 0x000021, "Member 'FRigVMRegister::bIsDynamic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMRegisterOffset \ +static_assert(alignof(FRigVMRegisterOffset) == 0x000008, "Wrong alignment on FRigVMRegisterOffset"); \ +static_assert(sizeof(FRigVMRegisterOffset) == 0x000048, "Wrong size on FRigVMRegisterOffset"); \ +static_assert(offsetof(FRigVMRegisterOffset, Segments) == 0x000000, "Member 'FRigVMRegisterOffset::Segments' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, Type) == 0x000010, "Member 'FRigVMRegisterOffset::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, CPPType) == 0x000014, "Member 'FRigVMRegisterOffset::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, ScriptStruct) == 0x000020, "Member 'FRigVMRegisterOffset::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, ParentScriptStruct) == 0x000028, "Member 'FRigVMRegisterOffset::ParentScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, ArrayIndex) == 0x000030, "Member 'FRigVMRegisterOffset::ArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, ElementSize) == 0x000034, "Member 'FRigVMRegisterOffset::ElementSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMRegisterOffset, CachedSegmentPath) == 0x000038, "Member 'FRigVMRegisterOffset::CachedSegmentPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorClampSpatially \ +static_assert(alignof(FRigVMFunction_MathVectorClampSpatially) == 0x000010, "Wrong alignment on FRigVMFunction_MathVectorClampSpatially"); \ +static_assert(sizeof(FRigVMFunction_MathVectorClampSpatially) == 0x0000C0, "Wrong size on FRigVMFunction_MathVectorClampSpatially"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorClampSpatially::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Axis) == 0x000020, "Member 'FRigVMFunction_MathVectorClampSpatially::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Type) == 0x000021, "Member 'FRigVMFunction_MathVectorClampSpatially::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Minimum) == 0x000024, "Member 'FRigVMFunction_MathVectorClampSpatially::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Maximum) == 0x000028, "Member 'FRigVMFunction_MathVectorClampSpatially::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Space) == 0x000030, "Member 'FRigVMFunction_MathVectorClampSpatially::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, bDrawDebug) == 0x000090, "Member 'FRigVMFunction_MathVectorClampSpatially::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, DebugColor) == 0x000094, "Member 'FRigVMFunction_MathVectorClampSpatially::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, DebugThickness) == 0x0000A4, "Member 'FRigVMFunction_MathVectorClampSpatially::DebugThickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampSpatially, Result) == 0x0000A8, "Member 'FRigVMFunction_MathVectorClampSpatially::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRigVMMirrorSettings \ +static_assert(alignof(FRigVMMirrorSettings) == 0x000008, "Wrong alignment on FRigVMMirrorSettings"); \ +static_assert(sizeof(FRigVMMirrorSettings) == 0x000028, "Wrong size on FRigVMMirrorSettings"); \ +static_assert(offsetof(FRigVMMirrorSettings, MirrorAxis) == 0x000000, "Member 'FRigVMMirrorSettings::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMirrorSettings, AxisToFlip) == 0x000001, "Member 'FRigVMMirrorSettings::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMirrorSettings, SearchString) == 0x000008, "Member 'FRigVMMirrorSettings::SearchString' has a wrong offset!"); \ +static_assert(offsetof(FRigVMMirrorSettings, ReplaceString) == 0x000018, "Member 'FRigVMMirrorSettings::ReplaceString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMMemoryStorageStruct \ +static_assert(alignof(FRigVMMemoryStorageStruct) == 0x000008, "Wrong alignment on FRigVMMemoryStorageStruct"); \ +static_assert(sizeof(FRigVMMemoryStorageStruct) == 0x000050, "Wrong size on FRigVMMemoryStorageStruct"); \ + +#define DUMPER7_ASSERTS_FRigVMInstructionVisitInfo \ +static_assert(alignof(FRigVMInstructionVisitInfo) == 0x000008, "Wrong alignment on FRigVMInstructionVisitInfo"); \ +static_assert(sizeof(FRigVMInstructionVisitInfo) == 0x000028, "Wrong size on FRigVMInstructionVisitInfo"); \ + +#define DUMPER7_ASSERTS_FRigVMProfilingInfo \ +static_assert(alignof(FRigVMProfilingInfo) == 0x000008, "Wrong alignment on FRigVMProfilingInfo"); \ +static_assert(sizeof(FRigVMProfilingInfo) == 0x000028, "Wrong size on FRigVMProfilingInfo"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMakeAbsolute \ +static_assert(alignof(FRigVMFunction_MathVectorMakeAbsolute) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMakeAbsolute"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMakeAbsolute) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMakeAbsolute"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeAbsolute, Local) == 0x000008, "Member 'FRigVMFunction_MathVectorMakeAbsolute::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeAbsolute, Parent) == 0x000020, "Member 'FRigVMFunction_MathVectorMakeAbsolute::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeAbsolute, Global) == 0x000038, "Member 'FRigVMFunction_MathVectorMakeAbsolute::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTemplateArgumentType \ +static_assert(alignof(FRigVMTemplateArgumentType) == 0x000008, "Wrong alignment on FRigVMTemplateArgumentType"); \ +static_assert(sizeof(FRigVMTemplateArgumentType) == 0x000010, "Wrong size on FRigVMTemplateArgumentType"); \ +static_assert(offsetof(FRigVMTemplateArgumentType, CPPType) == 0x000000, "Member 'FRigVMTemplateArgumentType::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FRigVMTemplateArgumentType, CPPTypeObject) == 0x000008, "Member 'FRigVMTemplateArgumentType::CPPTypeObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorAbs \ +static_assert(alignof(FRigVMFunction_MathVectorAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorAbs"); \ +static_assert(sizeof(FRigVMFunction_MathVectorAbs) == 0x000038, "Wrong size on FRigVMFunction_MathVectorAbs"); \ + +#define DUMPER7_ASSERTS_FRigVMUserWorkflow \ +static_assert(alignof(FRigVMUserWorkflow) == 0x000008, "Wrong alignment on FRigVMUserWorkflow"); \ +static_assert(sizeof(FRigVMUserWorkflow) == 0x000058, "Wrong size on FRigVMUserWorkflow"); \ +static_assert(offsetof(FRigVMUserWorkflow, Title) == 0x000008, "Member 'FRigVMUserWorkflow::Title' has a wrong offset!"); \ +static_assert(offsetof(FRigVMUserWorkflow, Tooltip) == 0x000018, "Member 'FRigVMUserWorkflow::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMUserWorkflow, Type) == 0x000028, "Member 'FRigVMUserWorkflow::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMUserWorkflow, PerformDynamicDelegate) == 0x000040, "Member 'FRigVMUserWorkflow::PerformDynamicDelegate' has a wrong offset!"); \ +static_assert(offsetof(FRigVMUserWorkflow, OptionsClass) == 0x000050, "Member 'FRigVMUserWorkflow::OptionsClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMVariantRef \ +static_assert(alignof(FRigVMVariantRef) == 0x000008, "Wrong alignment on FRigVMVariantRef"); \ +static_assert(sizeof(FRigVMVariantRef) == 0x000040, "Wrong size on FRigVMVariantRef"); \ +static_assert(offsetof(FRigVMVariantRef, ObjectPath) == 0x000000, "Member 'FRigVMVariantRef::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FRigVMVariantRef, Variant) == 0x000020, "Member 'FRigVMVariantRef::Variant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AnimEasingType \ +static_assert(alignof(FRigVMFunction_AnimEasingType) == 0x000008, "Wrong alignment on FRigVMFunction_AnimEasingType"); \ +static_assert(sizeof(FRigVMFunction_AnimEasingType) == 0x000010, "Wrong size on FRigVMFunction_AnimEasingType"); \ +static_assert(offsetof(FRigVMFunction_AnimEasingType, Type) == 0x000008, "Member 'FRigVMFunction_AnimEasingType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NoiseFloat \ +static_assert(alignof(FRigVMFunction_NoiseFloat) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseFloat"); \ +static_assert(sizeof(FRigVMFunction_NoiseFloat) == 0x000028, "Wrong size on FRigVMFunction_NoiseFloat"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Value) == 0x000008, "Member 'FRigVMFunction_NoiseFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Speed) == 0x00000C, "Member 'FRigVMFunction_NoiseFloat::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Frequency) == 0x000010, "Member 'FRigVMFunction_NoiseFloat::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Minimum) == 0x000014, "Member 'FRigVMFunction_NoiseFloat::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Maximum) == 0x000018, "Member 'FRigVMFunction_NoiseFloat::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Result) == 0x00001C, "Member 'FRigVMFunction_NoiseFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseFloat, Time) == 0x000020, "Member 'FRigVMFunction_NoiseFloat::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AnimEasing \ +static_assert(alignof(FRigVMFunction_AnimEasing) == 0x000008, "Wrong alignment on FRigVMFunction_AnimEasing"); \ +static_assert(sizeof(FRigVMFunction_AnimEasing) == 0x000028, "Wrong size on FRigVMFunction_AnimEasing"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, Value) == 0x000008, "Member 'FRigVMFunction_AnimEasing::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, Type) == 0x00000C, "Member 'FRigVMFunction_AnimEasing::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, SourceMinimum) == 0x000010, "Member 'FRigVMFunction_AnimEasing::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, SourceMaximum) == 0x000014, "Member 'FRigVMFunction_AnimEasing::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, TargetMinimum) == 0x000018, "Member 'FRigVMFunction_AnimEasing::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, TargetMaximum) == 0x00001C, "Member 'FRigVMFunction_AnimEasing::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEasing, Result) == 0x000020, "Member 'FRigVMFunction_AnimEasing::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArraySetNum \ +static_assert(alignof(FRigVMDispatch_ArraySetNum) == 0x000008, "Wrong alignment on FRigVMDispatch_ArraySetNum"); \ +static_assert(sizeof(FRigVMDispatch_ArraySetNum) == 0x0000A8, "Wrong size on FRigVMDispatch_ArraySetNum"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AnimEvalRichCurve \ +static_assert(alignof(FRigVMFunction_AnimEvalRichCurve) == 0x000008, "Wrong alignment on FRigVMFunction_AnimEvalRichCurve"); \ +static_assert(sizeof(FRigVMFunction_AnimEvalRichCurve) == 0x0000B0, "Wrong size on FRigVMFunction_AnimEvalRichCurve"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, Value) == 0x000008, "Member 'FRigVMFunction_AnimEvalRichCurve::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, Curve) == 0x000010, "Member 'FRigVMFunction_AnimEvalRichCurve::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, SourceMinimum) == 0x000098, "Member 'FRigVMFunction_AnimEvalRichCurve::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, SourceMaximum) == 0x00009C, "Member 'FRigVMFunction_AnimEvalRichCurve::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, TargetMinimum) == 0x0000A0, "Member 'FRigVMFunction_AnimEvalRichCurve::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, TargetMaximum) == 0x0000A4, "Member 'FRigVMFunction_AnimEvalRichCurve::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AnimEvalRichCurve, Result) == 0x0000A8, "Member 'FRigVMFunction_AnimEvalRichCurve::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AnimRichCurve \ +static_assert(alignof(FRigVMFunction_AnimRichCurve) == 0x000008, "Wrong alignment on FRigVMFunction_AnimRichCurve"); \ +static_assert(sizeof(FRigVMFunction_AnimRichCurve) == 0x000090, "Wrong size on FRigVMFunction_AnimRichCurve"); \ +static_assert(offsetof(FRigVMFunction_AnimRichCurve, Curve) == 0x000008, "Member 'FRigVMFunction_AnimRichCurve::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringFind \ +static_assert(alignof(FRigVMFunction_StringFind) == 0x000008, "Wrong alignment on FRigVMFunction_StringFind"); \ +static_assert(sizeof(FRigVMFunction_StringFind) == 0x000030, "Wrong size on FRigVMFunction_StringFind"); \ +static_assert(offsetof(FRigVMFunction_StringFind, Value) == 0x000008, "Member 'FRigVMFunction_StringFind::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringFind, Search) == 0x000018, "Member 'FRigVMFunction_StringFind::Search' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringFind, Found) == 0x000028, "Member 'FRigVMFunction_StringFind::Found' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringFind, Index) == 0x00002C, "Member 'FRigVMFunction_StringFind::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_GetDeltaTime \ +static_assert(alignof(FRigVMFunction_GetDeltaTime) == 0x000008, "Wrong alignment on FRigVMFunction_GetDeltaTime"); \ +static_assert(sizeof(FRigVMFunction_GetDeltaTime) == 0x000010, "Wrong size on FRigVMFunction_GetDeltaTime"); \ +static_assert(offsetof(FRigVMFunction_GetDeltaTime, Result) == 0x000008, "Member 'FRigVMFunction_GetDeltaTime::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_GetWorldTime \ +static_assert(alignof(FRigVMFunction_GetWorldTime) == 0x000008, "Wrong alignment on FRigVMFunction_GetWorldTime"); \ +static_assert(sizeof(FRigVMFunction_GetWorldTime) == 0x000028, "Wrong size on FRigVMFunction_GetWorldTime"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, Year) == 0x000008, "Member 'FRigVMFunction_GetWorldTime::Year' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, Month) == 0x00000C, "Member 'FRigVMFunction_GetWorldTime::Month' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, Day) == 0x000010, "Member 'FRigVMFunction_GetWorldTime::Day' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, WeekDay) == 0x000014, "Member 'FRigVMFunction_GetWorldTime::WeekDay' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, Hours) == 0x000018, "Member 'FRigVMFunction_GetWorldTime::Hours' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, Minutes) == 0x00001C, "Member 'FRigVMFunction_GetWorldTime::Minutes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, Seconds) == 0x000020, "Member 'FRigVMFunction_GetWorldTime::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetWorldTime, OverallSeconds) == 0x000024, "Member 'FRigVMFunction_GetWorldTime::OverallSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CoreEquals \ +static_assert(alignof(FRigVMDispatch_CoreEquals) == 0x000008, "Wrong alignment on FRigVMDispatch_CoreEquals"); \ +static_assert(sizeof(FRigVMDispatch_CoreEquals) == 0x0000A8, "Wrong size on FRigVMDispatch_CoreEquals"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CoreNotEquals \ +static_assert(alignof(FRigVMDispatch_CoreNotEquals) == 0x000008, "Wrong alignment on FRigVMDispatch_CoreNotEquals"); \ +static_assert(sizeof(FRigVMDispatch_CoreNotEquals) == 0x0000A8, "Wrong size on FRigVMDispatch_CoreNotEquals"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_FramesToSeconds \ +static_assert(alignof(FRigVMFunction_FramesToSeconds) == 0x000008, "Wrong alignment on FRigVMFunction_FramesToSeconds"); \ +static_assert(sizeof(FRigVMFunction_FramesToSeconds) == 0x000010, "Wrong size on FRigVMFunction_FramesToSeconds"); \ +static_assert(offsetof(FRigVMFunction_FramesToSeconds, Frames) == 0x000008, "Member 'FRigVMFunction_FramesToSeconds::Frames' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_FramesToSeconds, Seconds) == 0x00000C, "Member 'FRigVMFunction_FramesToSeconds::Seconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_SecondsToFrames \ +static_assert(alignof(FRigVMFunction_SecondsToFrames) == 0x000008, "Wrong alignment on FRigVMFunction_SecondsToFrames"); \ +static_assert(sizeof(FRigVMFunction_SecondsToFrames) == 0x000010, "Wrong size on FRigVMFunction_SecondsToFrames"); \ +static_assert(offsetof(FRigVMFunction_SecondsToFrames, Seconds) == 0x000008, "Member 'FRigVMFunction_SecondsToFrames::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_SecondsToFrames, Frames) == 0x00000C, "Member 'FRigVMFunction_SecondsToFrames::Frames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringToInteger \ +static_assert(alignof(FRigVMFunction_StringToInteger) == 0x000008, "Wrong alignment on FRigVMFunction_StringToInteger"); \ +static_assert(sizeof(FRigVMFunction_StringToInteger) == 0x000028, "Wrong size on FRigVMFunction_StringToInteger"); \ +static_assert(offsetof(FRigVMFunction_StringToInteger, Value) == 0x000008, "Member 'FRigVMFunction_StringToInteger::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringToInteger, ChopLeft) == 0x000018, "Member 'FRigVMFunction_StringToInteger::ChopLeft' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringToInteger, ChopRight) == 0x000019, "Member 'FRigVMFunction_StringToInteger::ChopRight' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringToInteger, Result) == 0x00001C, "Member 'FRigVMFunction_StringToInteger::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringToInteger, Success) == 0x000020, "Member 'FRigVMFunction_StringToInteger::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugLineNoSpace \ +static_assert(alignof(FRigVMFunction_DebugLineNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugLineNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugLineNoSpace) == 0x0000D0, "Wrong size on FRigVMFunction_DebugLineNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, A) == 0x000018, "Member 'FRigVMFunction_DebugLineNoSpace::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, B) == 0x000030, "Member 'FRigVMFunction_DebugLineNoSpace::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, Color) == 0x000048, "Member 'FRigVMFunction_DebugLineNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, Thickness) == 0x000058, "Member 'FRigVMFunction_DebugLineNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, WorldOffset) == 0x000060, "Member 'FRigVMFunction_DebugLineNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineNoSpace, bEnabled) == 0x0000C0, "Member 'FRigVMFunction_DebugLineNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugLineStripNoSpace \ +static_assert(alignof(FRigVMFunction_DebugLineStripNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugLineStripNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugLineStripNoSpace) == 0x0000B0, "Wrong size on FRigVMFunction_DebugLineStripNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, Points) == 0x000018, "Member 'FRigVMFunction_DebugLineStripNoSpace::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, Color) == 0x000028, "Member 'FRigVMFunction_DebugLineStripNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, Thickness) == 0x000038, "Member 'FRigVMFunction_DebugLineStripNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, WorldOffset) == 0x000040, "Member 'FRigVMFunction_DebugLineStripNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugLineStripNoSpace, bEnabled) == 0x0000A0, "Member 'FRigVMFunction_DebugLineStripNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayFind \ +static_assert(alignof(FRigVMDispatch_ArrayFind) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayFind"); \ +static_assert(sizeof(FRigVMDispatch_ArrayFind) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayFind"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugPoint \ +static_assert(alignof(FRigVMFunction_DebugPoint) == 0x000010, "Wrong alignment on FRigVMFunction_DebugPoint"); \ +static_assert(sizeof(FRigVMFunction_DebugPoint) == 0x0000C0, "Wrong size on FRigVMFunction_DebugPoint"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, Vector) == 0x000010, "Member 'FRigVMFunction_DebugPoint::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, Mode) == 0x000028, "Member 'FRigVMFunction_DebugPoint::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, Color) == 0x00002C, "Member 'FRigVMFunction_DebugPoint::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, Scale) == 0x00003C, "Member 'FRigVMFunction_DebugPoint::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, Thickness) == 0x000040, "Member 'FRigVMFunction_DebugPoint::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, Space) == 0x000044, "Member 'FRigVMFunction_DebugPoint::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, WorldOffset) == 0x000050, "Member 'FRigVMFunction_DebugPoint::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPoint, bEnabled) == 0x0000B0, "Member 'FRigVMFunction_DebugPoint::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugPointMutable \ +static_assert(alignof(FRigVMFunction_DebugPointMutable) == 0x000010, "Wrong alignment on FRigVMFunction_DebugPointMutable"); \ +static_assert(sizeof(FRigVMFunction_DebugPointMutable) == 0x0000D0, "Wrong size on FRigVMFunction_DebugPointMutable"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, Vector) == 0x000018, "Member 'FRigVMFunction_DebugPointMutable::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, Mode) == 0x000030, "Member 'FRigVMFunction_DebugPointMutable::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, Color) == 0x000034, "Member 'FRigVMFunction_DebugPointMutable::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, Scale) == 0x000044, "Member 'FRigVMFunction_DebugPointMutable::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, Thickness) == 0x000048, "Member 'FRigVMFunction_DebugPointMutable::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, Space) == 0x00004C, "Member 'FRigVMFunction_DebugPointMutable::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, WorldOffset) == 0x000060, "Member 'FRigVMFunction_DebugPointMutable::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugPointMutable, bEnabled) == 0x0000C0, "Member 'FRigVMFunction_DebugPointMutable::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateBase \ +static_assert(alignof(FRigVMFunction_AccumulateBase) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateBase"); \ +static_assert(sizeof(FRigVMFunction_AccumulateBase) == 0x000008, "Wrong size on FRigVMFunction_AccumulateBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatAdd \ +static_assert(alignof(FRigVMFunction_AccumulateFloatAdd) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatAdd"); \ +static_assert(sizeof(FRigVMFunction_AccumulateFloatAdd) == 0x000020, "Wrong size on FRigVMFunction_AccumulateFloatAdd"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, Increment) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatAdd::Increment' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, InitialValue) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatAdd::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, bIntegrateDeltaTime) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatAdd::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, Result) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatAdd::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, AccumulatedValue) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatAdd::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatAdd, bIsInitialized) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatAdd::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugRectangle \ +static_assert(alignof(FRigVMFunction_DebugRectangle) == 0x000010, "Wrong alignment on FRigVMFunction_DebugRectangle"); \ +static_assert(sizeof(FRigVMFunction_DebugRectangle) == 0x000110, "Wrong size on FRigVMFunction_DebugRectangle"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, Transform) == 0x000020, "Member 'FRigVMFunction_DebugRectangle::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, Color) == 0x000080, "Member 'FRigVMFunction_DebugRectangle::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, Scale) == 0x000090, "Member 'FRigVMFunction_DebugRectangle::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, Thickness) == 0x000094, "Member 'FRigVMFunction_DebugRectangle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, Space) == 0x000098, "Member 'FRigVMFunction_DebugRectangle::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, WorldOffset) == 0x0000A0, "Member 'FRigVMFunction_DebugRectangle::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangle, bEnabled) == 0x000100, "Member 'FRigVMFunction_DebugRectangle::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugRectangleNoSpace \ +static_assert(alignof(FRigVMFunction_DebugRectangleNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugRectangleNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugRectangleNoSpace) == 0x000110, "Wrong size on FRigVMFunction_DebugRectangleNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, Transform) == 0x000020, "Member 'FRigVMFunction_DebugRectangleNoSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, Color) == 0x000080, "Member 'FRigVMFunction_DebugRectangleNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, Scale) == 0x000090, "Member 'FRigVMFunction_DebugRectangleNoSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, Thickness) == 0x000094, "Member 'FRigVMFunction_DebugRectangleNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, WorldOffset) == 0x0000A0, "Member 'FRigVMFunction_DebugRectangleNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugRectangleNoSpace, bEnabled) == 0x000100, "Member 'FRigVMFunction_DebugRectangleNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_ControlFlowBase \ +static_assert(alignof(FRigVMFunction_ControlFlowBase) == 0x000008, "Wrong alignment on FRigVMFunction_ControlFlowBase"); \ +static_assert(sizeof(FRigVMFunction_ControlFlowBase) == 0x000008, "Wrong size on FRigVMFunction_ControlFlowBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_ControlFlowBranch \ +static_assert(alignof(FRigVMFunction_ControlFlowBranch) == 0x000010, "Wrong alignment on FRigVMFunction_ControlFlowBranch"); \ +static_assert(sizeof(FRigVMFunction_ControlFlowBranch) == 0x000470, "Wrong size on FRigVMFunction_ControlFlowBranch"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, ExecuteContext) == 0x000010, "Member 'FRigVMFunction_ControlFlowBranch::ExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, Condition) == 0x000120, "Member 'FRigVMFunction_ControlFlowBranch::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, TRUE_0) == 0x000130, "Member 'FRigVMFunction_ControlFlowBranch::TRUE_0' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, FALSE_0) == 0x000240, "Member 'FRigVMFunction_ControlFlowBranch::FALSE_0' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, Completed) == 0x000350, "Member 'FRigVMFunction_ControlFlowBranch::Completed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ControlFlowBranch, BlockToRun) == 0x000460, "Member 'FRigVMFunction_ControlFlowBranch::BlockToRun' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugArc \ +static_assert(alignof(FRigVMFunction_DebugArc) == 0x000010, "Wrong alignment on FRigVMFunction_DebugArc"); \ +static_assert(sizeof(FRigVMFunction_DebugArc) == 0x000120, "Wrong size on FRigVMFunction_DebugArc"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, Transform) == 0x000020, "Member 'FRigVMFunction_DebugArc::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, Color) == 0x000080, "Member 'FRigVMFunction_DebugArc::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, Radius) == 0x000090, "Member 'FRigVMFunction_DebugArc::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, MinimumDegrees) == 0x000094, "Member 'FRigVMFunction_DebugArc::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, MaximumDegrees) == 0x000098, "Member 'FRigVMFunction_DebugArc::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, Thickness) == 0x00009C, "Member 'FRigVMFunction_DebugArc::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, Detail) == 0x0000A0, "Member 'FRigVMFunction_DebugArc::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, Space) == 0x0000A4, "Member 'FRigVMFunction_DebugArc::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, WorldOffset) == 0x0000B0, "Member 'FRigVMFunction_DebugArc::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArc, bEnabled) == 0x000110, "Member 'FRigVMFunction_DebugArc::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugArcNoSpace \ +static_assert(alignof(FRigVMFunction_DebugArcNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugArcNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugArcNoSpace) == 0x000120, "Wrong size on FRigVMFunction_DebugArcNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, Transform) == 0x000020, "Member 'FRigVMFunction_DebugArcNoSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, Color) == 0x000080, "Member 'FRigVMFunction_DebugArcNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, Radius) == 0x000090, "Member 'FRigVMFunction_DebugArcNoSpace::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, MinimumDegrees) == 0x000094, "Member 'FRigVMFunction_DebugArcNoSpace::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, MaximumDegrees) == 0x000098, "Member 'FRigVMFunction_DebugArcNoSpace::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, Thickness) == 0x00009C, "Member 'FRigVMFunction_DebugArcNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, Detail) == 0x0000A0, "Member 'FRigVMFunction_DebugArcNoSpace::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, WorldOffset) == 0x0000B0, "Member 'FRigVMFunction_DebugArcNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugArcNoSpace, bEnabled) == 0x000110, "Member 'FRigVMFunction_DebugArcNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateQuatMul \ +static_assert(alignof(FRigVMFunction_AccumulateQuatMul) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateQuatMul"); \ +static_assert(sizeof(FRigVMFunction_AccumulateQuatMul) == 0x0000B0, "Wrong size on FRigVMFunction_AccumulateQuatMul"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, Multiplier) == 0x000010, "Member 'FRigVMFunction_AccumulateQuatMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, InitialValue) == 0x000030, "Member 'FRigVMFunction_AccumulateQuatMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, bFlipOrder) == 0x000050, "Member 'FRigVMFunction_AccumulateQuatMul::bFlipOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, bIntegrateDeltaTime) == 0x000051, "Member 'FRigVMFunction_AccumulateQuatMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, Result) == 0x000060, "Member 'FRigVMFunction_AccumulateQuatMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, AccumulatedValue) == 0x000080, "Member 'FRigVMFunction_AccumulateQuatMul::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatMul, bIsInitialized) == 0x0000A0, "Member 'FRigVMFunction_AccumulateQuatMul::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugBoxNoSpace \ +static_assert(alignof(FRigVMFunction_DebugBoxNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugBoxNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugBoxNoSpace) == 0x0000E0, "Wrong size on FRigVMFunction_DebugBoxNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugBoxNoSpace, Box) == 0x000018, "Member 'FRigVMFunction_DebugBoxNoSpace::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugBoxNoSpace, Color) == 0x000050, "Member 'FRigVMFunction_DebugBoxNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugBoxNoSpace, Thickness) == 0x000060, "Member 'FRigVMFunction_DebugBoxNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugBoxNoSpace, WorldOffset) == 0x000070, "Member 'FRigVMFunction_DebugBoxNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugBoxNoSpace, bEnabled) == 0x0000D0, "Member 'FRigVMFunction_DebugBoxNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugTransformMutableNoSpace \ +static_assert(alignof(FRigVMFunction_DebugTransformMutableNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugTransformMutableNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugTransformMutableNoSpace) == 0x000110, "Wrong size on FRigVMFunction_DebugTransformMutableNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, Transform) == 0x000020, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, Mode) == 0x000080, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, Color) == 0x000084, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, Thickness) == 0x000094, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, Scale) == 0x000098, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, WorldOffset) == 0x0000A0, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformMutableNoSpace, bEnabled) == 0x000100, "Member 'FRigVMFunction_DebugTransformMutableNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CastIntToEnum \ +static_assert(alignof(FRigVMDispatch_CastIntToEnum) == 0x000008, "Wrong alignment on FRigVMDispatch_CastIntToEnum"); \ +static_assert(sizeof(FRigVMDispatch_CastIntToEnum) == 0x0000A8, "Wrong size on FRigVMDispatch_CastIntToEnum"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugTransformArrayMutable_WorkData \ +static_assert(alignof(FRigVMFunction_DebugTransformArrayMutable_WorkData) == 0x000008, "Wrong alignment on FRigVMFunction_DebugTransformArrayMutable_WorkData"); \ +static_assert(sizeof(FRigVMFunction_DebugTransformArrayMutable_WorkData) == 0x000010, "Wrong size on FRigVMFunction_DebugTransformArrayMutable_WorkData"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutable_WorkData, DrawTransforms) == 0x000000, "Member 'FRigVMFunction_DebugTransformArrayMutable_WorkData::DrawTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DebugTransformArrayMutableNoSpace \ +static_assert(alignof(FRigVMFunction_DebugTransformArrayMutableNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_DebugTransformArrayMutableNoSpace"); \ +static_assert(sizeof(FRigVMFunction_DebugTransformArrayMutableNoSpace) == 0x0000D0, "Wrong size on FRigVMFunction_DebugTransformArrayMutableNoSpace"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, Transforms) == 0x000018, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, ParentIndices) == 0x000028, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::ParentIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, Mode) == 0x000038, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, Color) == 0x00003C, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, Thickness) == 0x00004C, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, Scale) == 0x000050, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, WorldOffset) == 0x000060, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DebugTransformArrayMutableNoSpace, bEnabled) == 0x0000C0, "Member 'FRigVMFunction_DebugTransformArrayMutableNoSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixBase \ +static_assert(alignof(FRigVMFunction_MathMatrixBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathMatrixBase"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixBase) == 0x000008, "Wrong size on FRigVMFunction_MathMatrixBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixUnaryOp \ +static_assert(alignof(FRigVMFunction_MathMatrixUnaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixUnaryOp) == 0x000110, "Wrong size on FRigVMFunction_MathMatrixUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixUnaryOp, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixUnaryOp, Result) == 0x000090, "Member 'FRigVMFunction_MathMatrixUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixInverse \ +static_assert(alignof(FRigVMFunction_MathMatrixInverse) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixInverse"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixInverse) == 0x000110, "Wrong size on FRigVMFunction_MathMatrixInverse"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugVector \ +static_assert(alignof(FRigVMFunction_VisualDebugVector) == 0x000008, "Wrong alignment on FRigVMFunction_VisualDebugVector"); \ +static_assert(sizeof(FRigVMFunction_VisualDebugVector) == 0x000050, "Wrong size on FRigVMFunction_VisualDebugVector"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, Value) == 0x000010, "Member 'FRigVMFunction_VisualDebugVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, bEnabled) == 0x000028, "Member 'FRigVMFunction_VisualDebugVector::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, Mode) == 0x000029, "Member 'FRigVMFunction_VisualDebugVector::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, Color) == 0x00002C, "Member 'FRigVMFunction_VisualDebugVector::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, Thickness) == 0x00003C, "Member 'FRigVMFunction_VisualDebugVector::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, Scale) == 0x000040, "Member 'FRigVMFunction_VisualDebugVector::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVector, BoneSpace) == 0x000044, "Member 'FRigVMFunction_VisualDebugVector::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayRemove \ +static_assert(alignof(FRigVMDispatch_ArrayRemove) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayRemove"); \ +static_assert(sizeof(FRigVMDispatch_ArrayRemove) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayRemove"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugVectorNoSpace \ +static_assert(alignof(FRigVMFunction_VisualDebugVectorNoSpace) == 0x000008, "Wrong alignment on FRigVMFunction_VisualDebugVectorNoSpace"); \ +static_assert(sizeof(FRigVMFunction_VisualDebugVectorNoSpace) == 0x000048, "Wrong size on FRigVMFunction_VisualDebugVectorNoSpace"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVectorNoSpace, Value) == 0x000010, "Member 'FRigVMFunction_VisualDebugVectorNoSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVectorNoSpace, bEnabled) == 0x000028, "Member 'FRigVMFunction_VisualDebugVectorNoSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVectorNoSpace, Mode) == 0x000029, "Member 'FRigVMFunction_VisualDebugVectorNoSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVectorNoSpace, Color) == 0x00002C, "Member 'FRigVMFunction_VisualDebugVectorNoSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVectorNoSpace, Thickness) == 0x00003C, "Member 'FRigVMFunction_VisualDebugVectorNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugVectorNoSpace, Scale) == 0x000040, "Member 'FRigVMFunction_VisualDebugVectorNoSpace::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NameBase \ +static_assert(alignof(FRigVMFunction_NameBase) == 0x000008, "Wrong alignment on FRigVMFunction_NameBase"); \ +static_assert(sizeof(FRigVMFunction_NameBase) == 0x000008, "Wrong size on FRigVMFunction_NameBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_IsNone \ +static_assert(alignof(FRigVMFunction_IsNone) == 0x000008, "Wrong alignment on FRigVMFunction_IsNone"); \ +static_assert(sizeof(FRigVMFunction_IsNone) == 0x000018, "Wrong size on FRigVMFunction_IsNone"); \ +static_assert(offsetof(FRigVMFunction_IsNone, Name) == 0x000008, "Member 'FRigVMFunction_IsNone::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_IsNone, Result) == 0x000010, "Member 'FRigVMFunction_IsNone::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugQuat \ +static_assert(alignof(FRigVMFunction_VisualDebugQuat) == 0x000010, "Wrong alignment on FRigVMFunction_VisualDebugQuat"); \ +static_assert(sizeof(FRigVMFunction_VisualDebugQuat) == 0x000050, "Wrong size on FRigVMFunction_VisualDebugQuat"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuat, Value) == 0x000010, "Member 'FRigVMFunction_VisualDebugQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuat, bEnabled) == 0x000030, "Member 'FRigVMFunction_VisualDebugQuat::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuat, Thickness) == 0x000034, "Member 'FRigVMFunction_VisualDebugQuat::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuat, Scale) == 0x000038, "Member 'FRigVMFunction_VisualDebugQuat::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuat, BoneSpace) == 0x00003C, "Member 'FRigVMFunction_VisualDebugQuat::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugQuatNoSpace \ +static_assert(alignof(FRigVMFunction_VisualDebugQuatNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_VisualDebugQuatNoSpace"); \ +static_assert(sizeof(FRigVMFunction_VisualDebugQuatNoSpace) == 0x000040, "Wrong size on FRigVMFunction_VisualDebugQuatNoSpace"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuatNoSpace, Value) == 0x000010, "Member 'FRigVMFunction_VisualDebugQuatNoSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuatNoSpace, bEnabled) == 0x000030, "Member 'FRigVMFunction_VisualDebugQuatNoSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuatNoSpace, Thickness) == 0x000034, "Member 'FRigVMFunction_VisualDebugQuatNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugQuatNoSpace, Scale) == 0x000038, "Member 'FRigVMFunction_VisualDebugQuatNoSpace::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionBase \ +static_assert(alignof(FRigVMFunction_MathQuaternionBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathQuaternionBase"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionBase) == 0x000008, "Wrong size on FRigVMFunction_MathQuaternionBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathQuaternionBinaryAggregateOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionBinaryAggregateOp) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryAggregateOp, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryAggregateOp, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryAggregateOp, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugTransform \ +static_assert(alignof(FRigVMFunction_VisualDebugTransform) == 0x000010, "Wrong alignment on FRigVMFunction_VisualDebugTransform"); \ +static_assert(sizeof(FRigVMFunction_VisualDebugTransform) == 0x000090, "Wrong size on FRigVMFunction_VisualDebugTransform"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransform, Value) == 0x000010, "Member 'FRigVMFunction_VisualDebugTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransform, bEnabled) == 0x000070, "Member 'FRigVMFunction_VisualDebugTransform::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransform, Thickness) == 0x000074, "Member 'FRigVMFunction_VisualDebugTransform::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransform, Scale) == 0x000078, "Member 'FRigVMFunction_VisualDebugTransform::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransform, BoneSpace) == 0x00007C, "Member 'FRigVMFunction_VisualDebugTransform::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayClone \ +static_assert(alignof(FRigVMDispatch_ArrayClone) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayClone"); \ +static_assert(sizeof(FRigVMDispatch_ArrayClone) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayClone"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualDebugTransformNoSpace \ +static_assert(alignof(FRigVMFunction_VisualDebugTransformNoSpace) == 0x000010, "Wrong alignment on FRigVMFunction_VisualDebugTransformNoSpace"); \ +static_assert(sizeof(FRigVMFunction_VisualDebugTransformNoSpace) == 0x000080, "Wrong size on FRigVMFunction_VisualDebugTransformNoSpace"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransformNoSpace, Value) == 0x000010, "Member 'FRigVMFunction_VisualDebugTransformNoSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransformNoSpace, bEnabled) == 0x000070, "Member 'FRigVMFunction_VisualDebugTransformNoSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransformNoSpace, Thickness) == 0x000074, "Member 'FRigVMFunction_VisualDebugTransformNoSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualDebugTransformNoSpace, Scale) == 0x000078, "Member 'FRigVMFunction_VisualDebugTransformNoSpace::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_Print \ +static_assert(alignof(FRigVMDispatch_Print) == 0x000008, "Wrong alignment on FRigVMDispatch_Print"); \ +static_assert(sizeof(FRigVMDispatch_Print) == 0x0000A8, "Wrong size on FRigVMDispatch_Print"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogText \ +static_assert(alignof(FRigVMFunction_VisualLogText) == 0x000008, "Wrong alignment on FRigVMFunction_VisualLogText"); \ +static_assert(sizeof(FRigVMFunction_VisualLogText) == 0x000030, "Wrong size on FRigVMFunction_VisualLogText"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromRotator \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromRotator) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromRotator"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromRotator) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionFromRotator"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotator, Rotator) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotator, Result) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromRotator::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayIterator \ +static_assert(alignof(FRigVMDispatch_ArrayIterator) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayIterator"); \ +static_assert(sizeof(FRigVMDispatch_ArrayIterator) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayIterator"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogLocation \ +static_assert(alignof(FRigVMFunction_VisualLogLocation) == 0x000008, "Wrong alignment on FRigVMFunction_VisualLogLocation"); \ +static_assert(sizeof(FRigVMFunction_VisualLogLocation) == 0x000060, "Wrong size on FRigVMFunction_VisualLogLocation"); \ +static_assert(offsetof(FRigVMFunction_VisualLogLocation, Location) == 0x000040, "Member 'FRigVMFunction_VisualLogLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogLocation, Radius) == 0x000058, "Member 'FRigVMFunction_VisualLogLocation::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogSphere \ +static_assert(alignof(FRigVMFunction_VisualLogSphere) == 0x000008, "Wrong alignment on FRigVMFunction_VisualLogSphere"); \ +static_assert(sizeof(FRigVMFunction_VisualLogSphere) == 0x000068, "Wrong size on FRigVMFunction_VisualLogSphere"); \ +static_assert(offsetof(FRigVMFunction_VisualLogSphere, Center) == 0x000048, "Member 'FRigVMFunction_VisualLogSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogSphere, Radius) == 0x000060, "Member 'FRigVMFunction_VisualLogSphere::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToVectors \ +static_assert(alignof(FRigVMFunction_MathQuaternionToVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToVectors"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionToVectors) == 0x000080, "Wrong size on FRigVMFunction_MathQuaternionToVectors"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToVectors::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Forward) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToVectors::Forward' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Right) == 0x000048, "Member 'FRigVMFunction_MathQuaternionToVectors::Right' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToVectors, Up) == 0x000060, "Member 'FRigVMFunction_MathQuaternionToVectors::Up' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogCylinder \ +static_assert(alignof(FRigVMFunction_VisualLogCylinder) == 0x000008, "Wrong alignment on FRigVMFunction_VisualLogCylinder"); \ +static_assert(sizeof(FRigVMFunction_VisualLogCylinder) == 0x000080, "Wrong size on FRigVMFunction_VisualLogCylinder"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCylinder, Start) == 0x000048, "Member 'FRigVMFunction_VisualLogCylinder::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCylinder, End) == 0x000060, "Member 'FRigVMFunction_VisualLogCylinder::End' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCylinder, Radius) == 0x000078, "Member 'FRigVMFunction_VisualLogCylinder::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NameReplace \ +static_assert(alignof(FRigVMFunction_NameReplace) == 0x000008, "Wrong alignment on FRigVMFunction_NameReplace"); \ +static_assert(sizeof(FRigVMFunction_NameReplace) == 0x000028, "Wrong size on FRigVMFunction_NameReplace"); \ +static_assert(offsetof(FRigVMFunction_NameReplace, Name) == 0x000008, "Member 'FRigVMFunction_NameReplace::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameReplace, Old) == 0x000010, "Member 'FRigVMFunction_NameReplace::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameReplace, New) == 0x000018, "Member 'FRigVMFunction_NameReplace::New' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameReplace, Result) == 0x000020, "Member 'FRigVMFunction_NameReplace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogCapsule \ +static_assert(alignof(FRigVMFunction_VisualLogCapsule) == 0x000010, "Wrong alignment on FRigVMFunction_VisualLogCapsule"); \ +static_assert(sizeof(FRigVMFunction_VisualLogCapsule) == 0x000090, "Wrong size on FRigVMFunction_VisualLogCapsule"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCapsule, base) == 0x000048, "Member 'FRigVMFunction_VisualLogCapsule::base' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCapsule, HalfHeight) == 0x000060, "Member 'FRigVMFunction_VisualLogCapsule::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCapsule, Radius) == 0x000064, "Member 'FRigVMFunction_VisualLogCapsule::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCapsule, Rotation) == 0x000070, "Member 'FRigVMFunction_VisualLogCapsule::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogOrientedBox \ +static_assert(alignof(FRigVMFunction_VisualLogOrientedBox) == 0x000010, "Wrong alignment on FRigVMFunction_VisualLogOrientedBox"); \ +static_assert(sizeof(FRigVMFunction_VisualLogOrientedBox) == 0x0000E0, "Wrong size on FRigVMFunction_VisualLogOrientedBox"); \ +static_assert(offsetof(FRigVMFunction_VisualLogOrientedBox, Box) == 0x000048, "Member 'FRigVMFunction_VisualLogOrientedBox::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogOrientedBox, Transform) == 0x000080, "Member 'FRigVMFunction_VisualLogOrientedBox::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorIsNearlyZero \ +static_assert(alignof(FRigVMFunction_MathVectorIsNearlyZero) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorIsNearlyZero"); \ +static_assert(sizeof(FRigVMFunction_MathVectorIsNearlyZero) == 0x000028, "Wrong size on FRigVMFunction_MathVectorIsNearlyZero"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyZero, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyZero, Tolerance) == 0x000020, "Member 'FRigVMFunction_MathVectorIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyZero, Result) == 0x000024, "Member 'FRigVMFunction_MathVectorIsNearlyZero::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogArrow \ +static_assert(alignof(FRigVMFunction_VisualLogArrow) == 0x000008, "Wrong alignment on FRigVMFunction_VisualLogArrow"); \ +static_assert(sizeof(FRigVMFunction_VisualLogArrow) == 0x000078, "Wrong size on FRigVMFunction_VisualLogArrow"); \ +static_assert(offsetof(FRigVMFunction_VisualLogArrow, SegmentStart) == 0x000040, "Member 'FRigVMFunction_VisualLogArrow::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogArrow, SegmentEnd) == 0x000058, "Member 'FRigVMFunction_VisualLogArrow::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogArrow, ArrowHeadSize) == 0x000070, "Member 'FRigVMFunction_VisualLogArrow::ArrowHeadSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogCircle \ +static_assert(alignof(FRigVMFunction_VisualLogCircle) == 0x000008, "Wrong alignment on FRigVMFunction_VisualLogCircle"); \ +static_assert(sizeof(FRigVMFunction_VisualLogCircle) == 0x000080, "Wrong size on FRigVMFunction_VisualLogCircle"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCircle, Center) == 0x000048, "Member 'FRigVMFunction_VisualLogCircle::Center' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCircle, UpAxis) == 0x000060, "Member 'FRigVMFunction_VisualLogCircle::UpAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCircle, Radius) == 0x000078, "Member 'FRigVMFunction_VisualLogCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogCircle, Thickness) == 0x00007C, "Member 'FRigVMFunction_VisualLogCircle::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VisualLogSegment \ +static_assert(alignof(FRigVMFunction_VisualLogSegment) == 0x000008, "Wrong alignment on FRigVMFunction_VisualLogSegment"); \ +static_assert(sizeof(FRigVMFunction_VisualLogSegment) == 0x000078, "Wrong size on FRigVMFunction_VisualLogSegment"); \ +static_assert(offsetof(FRigVMFunction_VisualLogSegment, SegmentStart) == 0x000040, "Member 'FRigVMFunction_VisualLogSegment::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogSegment, SegmentEnd) == 0x000058, "Member 'FRigVMFunction_VisualLogSegment::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VisualLogSegment, Thickness) == 0x000070, "Member 'FRigVMFunction_VisualLogSegment::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_IsHostBeingDebugged \ +static_assert(alignof(FRigVMFunction_IsHostBeingDebugged) == 0x000008, "Wrong alignment on FRigVMFunction_IsHostBeingDebugged"); \ +static_assert(sizeof(FRigVMFunction_IsHostBeingDebugged) == 0x000010, "Wrong size on FRigVMFunction_IsHostBeingDebugged"); \ +static_assert(offsetof(FRigVMFunction_IsHostBeingDebugged, Result) == 0x000008, "Member 'FRigVMFunction_IsHostBeingDebugged::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorRad \ +static_assert(alignof(FRigVMFunction_MathVectorRad) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorRad"); \ +static_assert(sizeof(FRigVMFunction_MathVectorRad) == 0x000038, "Wrong size on FRigVMFunction_MathVectorRad"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_ForLoopCount \ +static_assert(alignof(FRigVMFunction_ForLoopCount) == 0x000010, "Wrong alignment on FRigVMFunction_ForLoopCount"); \ +static_assert(sizeof(FRigVMFunction_ForLoopCount) == 0x000140, "Wrong size on FRigVMFunction_ForLoopCount"); \ +static_assert(offsetof(FRigVMFunction_ForLoopCount, BlockToRun) == 0x000010, "Member 'FRigVMFunction_ForLoopCount::BlockToRun' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ForLoopCount, Count) == 0x000018, "Member 'FRigVMFunction_ForLoopCount::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ForLoopCount, Index) == 0x00001C, "Member 'FRigVMFunction_ForLoopCount::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ForLoopCount, Ratio) == 0x000020, "Member 'FRigVMFunction_ForLoopCount::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_ForLoopCount, Completed) == 0x000030, "Member 'FRigVMFunction_ForLoopCount::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringConcat \ +static_assert(alignof(FRigVMFunction_StringConcat) == 0x000008, "Wrong alignment on FRigVMFunction_StringConcat"); \ +static_assert(sizeof(FRigVMFunction_StringConcat) == 0x000038, "Wrong size on FRigVMFunction_StringConcat"); \ +static_assert(offsetof(FRigVMFunction_StringConcat, A) == 0x000008, "Member 'FRigVMFunction_StringConcat::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringConcat, B) == 0x000018, "Member 'FRigVMFunction_StringConcat::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringConcat, Result) == 0x000028, "Member 'FRigVMFunction_StringConcat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_Sequence \ +static_assert(alignof(FRigVMFunction_Sequence) == 0x000010, "Wrong alignment on FRigVMFunction_Sequence"); \ +static_assert(sizeof(FRigVMFunction_Sequence) == 0x000340, "Wrong size on FRigVMFunction_Sequence"); \ +static_assert(offsetof(FRigVMFunction_Sequence, ExecuteContext) == 0x000010, "Member 'FRigVMFunction_Sequence::ExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Sequence, A) == 0x000120, "Member 'FRigVMFunction_Sequence::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Sequence, B) == 0x000230, "Member 'FRigVMFunction_Sequence::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorCross \ +static_assert(alignof(FRigVMFunction_MathVectorCross) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorCross"); \ +static_assert(sizeof(FRigVMFunction_MathVectorCross) == 0x000050, "Wrong size on FRigVMFunction_MathVectorCross"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolUnaryOp \ +static_assert(alignof(FRigVMFunction_MathBoolUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathBoolUnaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathBoolUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathBoolUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolUnaryOp, Result) == 0x000009, "Member 'FRigVMFunction_MathBoolUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorClampLength \ +static_assert(alignof(FRigVMFunction_MathVectorClampLength) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorClampLength"); \ +static_assert(sizeof(FRigVMFunction_MathVectorClampLength) == 0x000040, "Wrong size on FRigVMFunction_MathVectorClampLength"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampLength, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorClampLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampLength, MinimumLength) == 0x000020, "Member 'FRigVMFunction_MathVectorClampLength::MinimumLength' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampLength, MaximumLength) == 0x000024, "Member 'FRigVMFunction_MathVectorClampLength::MaximumLength' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClampLength, Result) == 0x000028, "Member 'FRigVMFunction_MathVectorClampLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringToUppercase \ +static_assert(alignof(FRigVMFunction_StringToUppercase) == 0x000008, "Wrong alignment on FRigVMFunction_StringToUppercase"); \ +static_assert(sizeof(FRigVMFunction_StringToUppercase) == 0x000028, "Wrong size on FRigVMFunction_StringToUppercase"); \ +static_assert(offsetof(FRigVMFunction_StringToUppercase, Value) == 0x000008, "Member 'FRigVMFunction_StringToUppercase::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringToUppercase, Result) == 0x000018, "Member 'FRigVMFunction_StringToUppercase::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolConstTrue \ +static_assert(alignof(FRigVMFunction_MathBoolConstTrue) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolConstTrue"); \ +static_assert(sizeof(FRigVMFunction_MathBoolConstTrue) == 0x000010, "Wrong size on FRigVMFunction_MathBoolConstTrue"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolNot \ +static_assert(alignof(FRigVMFunction_MathBoolNot) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolNot"); \ +static_assert(sizeof(FRigVMFunction_MathBoolNot) == 0x000010, "Wrong size on FRigVMFunction_MathBoolNot"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_GetNameNumericSuffix \ +static_assert(alignof(FRigVMFunction_GetNameNumericSuffix) == 0x000008, "Wrong alignment on FRigVMFunction_GetNameNumericSuffix"); \ +static_assert(sizeof(FRigVMFunction_GetNameNumericSuffix) == 0x000018, "Wrong size on FRigVMFunction_GetNameNumericSuffix"); \ +static_assert(offsetof(FRigVMFunction_GetNameNumericSuffix, Name) == 0x000008, "Member 'FRigVMFunction_GetNameNumericSuffix::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetNameNumericSuffix, Suffix) == 0x000010, "Member 'FRigVMFunction_GetNameNumericSuffix::Suffix' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_GetNameNumericSuffix, Success) == 0x000014, "Member 'FRigVMFunction_GetNameNumericSuffix::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolNand \ +static_assert(alignof(FRigVMFunction_MathBoolNand) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolNand"); \ +static_assert(sizeof(FRigVMFunction_MathBoolNand) == 0x000010, "Wrong size on FRigVMFunction_MathBoolNand"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolOr \ +static_assert(alignof(FRigVMFunction_MathBoolOr) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolOr"); \ +static_assert(sizeof(FRigVMFunction_MathBoolOr) == 0x000010, "Wrong size on FRigVMFunction_MathBoolOr"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringReplace \ +static_assert(alignof(FRigVMFunction_StringReplace) == 0x000008, "Wrong alignment on FRigVMFunction_StringReplace"); \ +static_assert(sizeof(FRigVMFunction_StringReplace) == 0x000048, "Wrong size on FRigVMFunction_StringReplace"); \ +static_assert(offsetof(FRigVMFunction_StringReplace, Name) == 0x000008, "Member 'FRigVMFunction_StringReplace::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringReplace, Old) == 0x000018, "Member 'FRigVMFunction_StringReplace::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringReplace, New) == 0x000028, "Member 'FRigVMFunction_StringReplace::New' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringReplace, Result) == 0x000038, "Member 'FRigVMFunction_StringReplace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolNotEquals \ +static_assert(alignof(FRigVMFunction_MathBoolNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathBoolNotEquals) == 0x000010, "Wrong size on FRigVMFunction_MathBoolNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathBoolNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathBoolNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolNotEquals, B) == 0x000009, "Member 'FRigVMFunction_MathBoolNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolNotEquals, Result) == 0x00000A, "Member 'FRigVMFunction_MathBoolNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolToggled \ +static_assert(alignof(FRigVMFunction_MathBoolToggled) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolToggled"); \ +static_assert(sizeof(FRigVMFunction_MathBoolToggled) == 0x000010, "Wrong size on FRigVMFunction_MathBoolToggled"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToggled, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolToggled::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToggled, Toggled) == 0x000009, "Member 'FRigVMFunction_MathBoolToggled::Toggled' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToggled, Initialized) == 0x00000A, "Member 'FRigVMFunction_MathBoolToggled::Initialized' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToggled, LastValue) == 0x00000B, "Member 'FRigVMFunction_MathBoolToggled::LastValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolFlipFlop \ +static_assert(alignof(FRigVMFunction_MathBoolFlipFlop) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolFlipFlop"); \ +static_assert(sizeof(FRigVMFunction_MathBoolFlipFlop) == 0x000018, "Wrong size on FRigVMFunction_MathBoolFlipFlop"); \ +static_assert(offsetof(FRigVMFunction_MathBoolFlipFlop, StartValue) == 0x000008, "Member 'FRigVMFunction_MathBoolFlipFlop::StartValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolFlipFlop, Duration) == 0x00000C, "Member 'FRigVMFunction_MathBoolFlipFlop::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolFlipFlop, Result) == 0x000010, "Member 'FRigVMFunction_MathBoolFlipFlop::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolFlipFlop, LastValue) == 0x000011, "Member 'FRigVMFunction_MathBoolFlipFlop::LastValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolFlipFlop, TimeLeft) == 0x000014, "Member 'FRigVMFunction_MathBoolFlipFlop::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringLength \ +static_assert(alignof(FRigVMFunction_StringLength) == 0x000008, "Wrong alignment on FRigVMFunction_StringLength"); \ +static_assert(sizeof(FRigVMFunction_StringLength) == 0x000020, "Wrong size on FRigVMFunction_StringLength"); \ +static_assert(offsetof(FRigVMFunction_StringLength, Value) == 0x000008, "Member 'FRigVMFunction_StringLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringLength, Length) == 0x000018, "Member 'FRigVMFunction_StringLength::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolOnce \ +static_assert(alignof(FRigVMFunction_MathBoolOnce) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolOnce"); \ +static_assert(sizeof(FRigVMFunction_MathBoolOnce) == 0x000018, "Wrong size on FRigVMFunction_MathBoolOnce"); \ +static_assert(offsetof(FRigVMFunction_MathBoolOnce, Duration) == 0x000008, "Member 'FRigVMFunction_MathBoolOnce::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolOnce, Result) == 0x00000C, "Member 'FRigVMFunction_MathBoolOnce::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolOnce, LastValue) == 0x00000D, "Member 'FRigVMFunction_MathBoolOnce::LastValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolOnce, TimeLeft) == 0x000010, "Member 'FRigVMFunction_MathBoolOnce::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayDifference \ +static_assert(alignof(FRigVMDispatch_ArrayDifference) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayDifference"); \ +static_assert(sizeof(FRigVMDispatch_ArrayDifference) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayDifference"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoolToFloat \ +static_assert(alignof(FRigVMFunction_MathBoolToFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoolToFloat"); \ +static_assert(sizeof(FRigVMFunction_MathBoolToFloat) == 0x000010, "Wrong size on FRigVMFunction_MathBoolToFloat"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathBoolToFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoolToFloat, Result) == 0x00000C, "Member 'FRigVMFunction_MathBoolToFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringReverse \ +static_assert(alignof(FRigVMFunction_StringReverse) == 0x000008, "Wrong alignment on FRigVMFunction_StringReverse"); \ +static_assert(sizeof(FRigVMFunction_StringReverse) == 0x000028, "Wrong size on FRigVMFunction_StringReverse"); \ +static_assert(offsetof(FRigVMFunction_StringReverse, Value) == 0x000008, "Member 'FRigVMFunction_StringReverse::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringReverse, Reverse) == 0x000018, "Member 'FRigVMFunction_StringReverse::Reverse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoxBase \ +static_assert(alignof(FRigVMFunction_MathBoxBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoxBase"); \ +static_assert(sizeof(FRigVMFunction_MathBoxBase) == 0x000008, "Wrong size on FRigVMFunction_MathBoxBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoxFromArray \ +static_assert(alignof(FRigVMFunction_MathBoxFromArray) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoxFromArray"); \ +static_assert(sizeof(FRigVMFunction_MathBoxFromArray) == 0x0000B0, "Wrong size on FRigVMFunction_MathBoxFromArray"); \ +static_assert(offsetof(FRigVMFunction_MathBoxFromArray, Array) == 0x000008, "Member 'FRigVMFunction_MathBoxFromArray::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxFromArray, Box) == 0x000018, "Member 'FRigVMFunction_MathBoxFromArray::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxFromArray, Minimum) == 0x000050, "Member 'FRigVMFunction_MathBoxFromArray::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxFromArray, Maximum) == 0x000068, "Member 'FRigVMFunction_MathBoxFromArray::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxFromArray, Center) == 0x000080, "Member 'FRigVMFunction_MathBoxFromArray::Center' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxFromArray, Size) == 0x000098, "Member 'FRigVMFunction_MathBoxFromArray::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoxIsValid \ +static_assert(alignof(FRigVMFunction_MathBoxIsValid) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoxIsValid"); \ +static_assert(sizeof(FRigVMFunction_MathBoxIsValid) == 0x000048, "Wrong size on FRigVMFunction_MathBoxIsValid"); \ +static_assert(offsetof(FRigVMFunction_MathBoxIsValid, Box) == 0x000008, "Member 'FRigVMFunction_MathBoxIsValid::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxIsValid, Valid) == 0x000040, "Member 'FRigVMFunction_MathBoxIsValid::Valid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoxGetCenter \ +static_assert(alignof(FRigVMFunction_MathBoxGetCenter) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoxGetCenter"); \ +static_assert(sizeof(FRigVMFunction_MathBoxGetCenter) == 0x000058, "Wrong size on FRigVMFunction_MathBoxGetCenter"); \ +static_assert(offsetof(FRigVMFunction_MathBoxGetCenter, Box) == 0x000008, "Member 'FRigVMFunction_MathBoxGetCenter::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxGetCenter, Center) == 0x000040, "Member 'FRigVMFunction_MathBoxGetCenter::Center' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntBase \ +static_assert(alignof(FRigVMFunction_MathIntBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntBase"); \ +static_assert(sizeof(FRigVMFunction_MathIntBase) == 0x000008, "Wrong size on FRigVMFunction_MathIntBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntGreaterEqual \ +static_assert(alignof(FRigVMFunction_MathIntGreaterEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntGreaterEqual"); \ +static_assert(sizeof(FRigVMFunction_MathIntGreaterEqual) == 0x000018, "Wrong size on FRigVMFunction_MathIntGreaterEqual"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreaterEqual, A) == 0x000008, "Member 'FRigVMFunction_MathIntGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreaterEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathIntGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreaterEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathIntGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoxGetSize \ +static_assert(alignof(FRigVMFunction_MathBoxGetSize) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoxGetSize"); \ +static_assert(sizeof(FRigVMFunction_MathBoxGetSize) == 0x000070, "Wrong size on FRigVMFunction_MathBoxGetSize"); \ +static_assert(offsetof(FRigVMFunction_MathBoxGetSize, Box) == 0x000008, "Member 'FRigVMFunction_MathBoxGetSize::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxGetSize, Size) == 0x000040, "Member 'FRigVMFunction_MathBoxGetSize::Size' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxGetSize, Extent) == 0x000058, "Member 'FRigVMFunction_MathBoxGetSize::Extent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntUnaryOp \ +static_assert(alignof(FRigVMFunction_MathIntUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathIntUnaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathIntUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathIntUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathIntUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntUnaryOp, Result) == 0x00000C, "Member 'FRigVMFunction_MathIntUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntNegate \ +static_assert(alignof(FRigVMFunction_MathIntNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntNegate"); \ +static_assert(sizeof(FRigVMFunction_MathIntNegate) == 0x000010, "Wrong size on FRigVMFunction_MathIntNegate"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoxShift \ +static_assert(alignof(FRigVMFunction_MathBoxShift) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoxShift"); \ +static_assert(sizeof(FRigVMFunction_MathBoxShift) == 0x000090, "Wrong size on FRigVMFunction_MathBoxShift"); \ +static_assert(offsetof(FRigVMFunction_MathBoxShift, Box) == 0x000008, "Member 'FRigVMFunction_MathBoxShift::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxShift, Amount) == 0x000040, "Member 'FRigVMFunction_MathBoxShift::Amount' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxShift, Result) == 0x000058, "Member 'FRigVMFunction_MathBoxShift::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoxMoveTo \ +static_assert(alignof(FRigVMFunction_MathBoxMoveTo) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoxMoveTo"); \ +static_assert(sizeof(FRigVMFunction_MathBoxMoveTo) == 0x000090, "Wrong size on FRigVMFunction_MathBoxMoveTo"); \ +static_assert(offsetof(FRigVMFunction_MathBoxMoveTo, Box) == 0x000008, "Member 'FRigVMFunction_MathBoxMoveTo::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxMoveTo, Center) == 0x000040, "Member 'FRigVMFunction_MathBoxMoveTo::Center' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxMoveTo, Result) == 0x000058, "Member 'FRigVMFunction_MathBoxMoveTo::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoxExpand \ +static_assert(alignof(FRigVMFunction_MathBoxExpand) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoxExpand"); \ +static_assert(sizeof(FRigVMFunction_MathBoxExpand) == 0x000090, "Wrong size on FRigVMFunction_MathBoxExpand"); \ +static_assert(offsetof(FRigVMFunction_MathBoxExpand, Box) == 0x000008, "Member 'FRigVMFunction_MathBoxExpand::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxExpand, Amount) == 0x000040, "Member 'FRigVMFunction_MathBoxExpand::Amount' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxExpand, Result) == 0x000058, "Member 'FRigVMFunction_MathBoxExpand::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToString \ +static_assert(alignof(FRigVMFunction_MathIntToString) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToString"); \ +static_assert(sizeof(FRigVMFunction_MathIntToString) == 0x000020, "Wrong size on FRigVMFunction_MathIntToString"); \ +static_assert(offsetof(FRigVMFunction_MathIntToString, Number) == 0x000008, "Member 'FRigVMFunction_MathIntToString::Number' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToString, PaddedSize) == 0x00000C, "Member 'FRigVMFunction_MathIntToString::PaddedSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToString, Result) == 0x000010, "Member 'FRigVMFunction_MathIntToString::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoxTransform \ +static_assert(alignof(FRigVMFunction_MathBoxTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathBoxTransform"); \ +static_assert(sizeof(FRigVMFunction_MathBoxTransform) == 0x0000E0, "Wrong size on FRigVMFunction_MathBoxTransform"); \ +static_assert(offsetof(FRigVMFunction_MathBoxTransform, Box) == 0x000008, "Member 'FRigVMFunction_MathBoxTransform::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxTransform, Transform) == 0x000040, "Member 'FRigVMFunction_MathBoxTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxTransform, Result) == 0x0000A0, "Member 'FRigVMFunction_MathBoxTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionGetAxis \ +static_assert(alignof(FRigVMFunction_MathQuaternionGetAxis) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionGetAxis"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionGetAxis) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionGetAxis"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionGetAxis, Quaternion) == 0x000010, "Member 'FRigVMFunction_MathQuaternionGetAxis::Quaternion' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionGetAxis, Axis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionGetAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionGetAxis, Result) == 0x000038, "Member 'FRigVMFunction_MathQuaternionGetAxis::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoxGetDistance \ +static_assert(alignof(FRigVMFunction_MathBoxGetDistance) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoxGetDistance"); \ +static_assert(sizeof(FRigVMFunction_MathBoxGetDistance) == 0x000060, "Wrong size on FRigVMFunction_MathBoxGetDistance"); \ +static_assert(offsetof(FRigVMFunction_MathBoxGetDistance, Box) == 0x000008, "Member 'FRigVMFunction_MathBoxGetDistance::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxGetDistance, position) == 0x000040, "Member 'FRigVMFunction_MathBoxGetDistance::position' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxGetDistance, Square) == 0x000058, "Member 'FRigVMFunction_MathBoxGetDistance::Square' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxGetDistance, Valid) == 0x000059, "Member 'FRigVMFunction_MathBoxGetDistance::Valid' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxGetDistance, Distance) == 0x00005C, "Member 'FRigVMFunction_MathBoxGetDistance::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoxIsInside \ +static_assert(alignof(FRigVMFunction_MathBoxIsInside) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoxIsInside"); \ +static_assert(sizeof(FRigVMFunction_MathBoxIsInside) == 0x000060, "Wrong size on FRigVMFunction_MathBoxIsInside"); \ +static_assert(offsetof(FRigVMFunction_MathBoxIsInside, Box) == 0x000008, "Member 'FRigVMFunction_MathBoxIsInside::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxIsInside, position) == 0x000040, "Member 'FRigVMFunction_MathBoxIsInside::position' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxIsInside, Result) == 0x000058, "Member 'FRigVMFunction_MathBoxIsInside::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathBoxGetVolume \ +static_assert(alignof(FRigVMFunction_MathBoxGetVolume) == 0x000008, "Wrong alignment on FRigVMFunction_MathBoxGetVolume"); \ +static_assert(sizeof(FRigVMFunction_MathBoxGetVolume) == 0x000048, "Wrong size on FRigVMFunction_MathBoxGetVolume"); \ +static_assert(offsetof(FRigVMFunction_MathBoxGetVolume, Box) == 0x000008, "Member 'FRigVMFunction_MathBoxGetVolume::Box' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathBoxGetVolume, Volume) == 0x000040, "Member 'FRigVMFunction_MathBoxGetVolume::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixBinaryOp \ +static_assert(alignof(FRigVMFunction_MathMatrixBinaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixBinaryOp) == 0x000190, "Wrong size on FRigVMFunction_MathMatrixBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryOp, A) == 0x000010, "Member 'FRigVMFunction_MathMatrixBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryOp, B) == 0x000090, "Member 'FRigVMFunction_MathMatrixBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryOp, Result) == 0x000110, "Member 'FRigVMFunction_MathMatrixBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorBase \ +static_assert(alignof(FRigVMFunction_MathColorBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorBase"); \ +static_assert(sizeof(FRigVMFunction_MathColorBase) == 0x000008, "Wrong size on FRigVMFunction_MathColorBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntGreater \ +static_assert(alignof(FRigVMFunction_MathIntGreater) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntGreater"); \ +static_assert(sizeof(FRigVMFunction_MathIntGreater) == 0x000018, "Wrong size on FRigVMFunction_MathIntGreater"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreater, A) == 0x000008, "Member 'FRigVMFunction_MathIntGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreater, B) == 0x00000C, "Member 'FRigVMFunction_MathIntGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntGreater, Result) == 0x000010, "Member 'FRigVMFunction_MathIntGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorBinaryOp \ +static_assert(alignof(FRigVMFunction_MathColorBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathColorBinaryOp) == 0x000038, "Wrong size on FRigVMFunction_MathColorBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathColorBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathColorBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorBinaryOp, B) == 0x000018, "Member 'FRigVMFunction_MathColorBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorBinaryOp, Result) == 0x000028, "Member 'FRigVMFunction_MathColorBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathColorBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathColorBinaryAggregateOp) == 0x000038, "Wrong size on FRigVMFunction_MathColorBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathColorBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathColorBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorBinaryAggregateOp, B) == 0x000018, "Member 'FRigVMFunction_MathColorBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorBinaryAggregateOp, Result) == 0x000028, "Member 'FRigVMFunction_MathColorBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorMake \ +static_assert(alignof(FRigVMFunction_MathColorMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorMake"); \ +static_assert(sizeof(FRigVMFunction_MathColorMake) == 0x000028, "Wrong size on FRigVMFunction_MathColorMake"); \ +static_assert(offsetof(FRigVMFunction_MathColorMake, R) == 0x000008, "Member 'FRigVMFunction_MathColorMake::R' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorMake, G) == 0x00000C, "Member 'FRigVMFunction_MathColorMake::G' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorMake, B) == 0x000010, "Member 'FRigVMFunction_MathColorMake::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorMake, A) == 0x000014, "Member 'FRigVMFunction_MathColorMake::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorMake, Result) == 0x000018, "Member 'FRigVMFunction_MathColorMake::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixFromTransformV2 \ +static_assert(alignof(FRigVMFunction_MathMatrixFromTransformV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixFromTransformV2"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixFromTransformV2) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixFromTransformV2"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromTransformV2, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixFromTransformV2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromTransformV2, Result) == 0x000070, "Member 'FRigVMFunction_MathMatrixFromTransformV2::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorFromFloat \ +static_assert(alignof(FRigVMFunction_MathColorFromFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorFromFloat"); \ +static_assert(sizeof(FRigVMFunction_MathColorFromFloat) == 0x000020, "Wrong size on FRigVMFunction_MathColorFromFloat"); \ +static_assert(offsetof(FRigVMFunction_MathColorFromFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathColorFromFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorFromFloat, Result) == 0x00000C, "Member 'FRigVMFunction_MathColorFromFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntBinaryOp \ +static_assert(alignof(FRigVMFunction_MathIntBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathIntBinaryOp) == 0x000018, "Wrong size on FRigVMFunction_MathIntBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathIntBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryOp, B) == 0x00000C, "Member 'FRigVMFunction_MathIntBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryOp, Result) == 0x000010, "Member 'FRigVMFunction_MathIntBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMod \ +static_assert(alignof(FRigVMFunction_MathIntMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMod"); \ +static_assert(sizeof(FRigVMFunction_MathIntMod) == 0x000018, "Wrong size on FRigVMFunction_MathIntMod"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorFromDouble \ +static_assert(alignof(FRigVMFunction_MathColorFromDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorFromDouble"); \ +static_assert(sizeof(FRigVMFunction_MathColorFromDouble) == 0x000020, "Wrong size on FRigVMFunction_MathColorFromDouble"); \ +static_assert(offsetof(FRigVMFunction_MathColorFromDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathColorFromDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorFromDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathColorFromDouble::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorAdd \ +static_assert(alignof(FRigVMFunction_MathColorAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorAdd"); \ +static_assert(sizeof(FRigVMFunction_MathColorAdd) == 0x000038, "Wrong size on FRigVMFunction_MathColorAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorSub \ +static_assert(alignof(FRigVMFunction_MathColorSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorSub"); \ +static_assert(sizeof(FRigVMFunction_MathColorSub) == 0x000038, "Wrong size on FRigVMFunction_MathColorSub"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorMul \ +static_assert(alignof(FRigVMFunction_MathColorMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorMul"); \ +static_assert(sizeof(FRigVMFunction_MathColorMul) == 0x000038, "Wrong size on FRigVMFunction_MathColorMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathColorLerp \ +static_assert(alignof(FRigVMFunction_MathColorLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathColorLerp"); \ +static_assert(sizeof(FRigVMFunction_MathColorLerp) == 0x000040, "Wrong size on FRigVMFunction_MathColorLerp"); \ +static_assert(offsetof(FRigVMFunction_MathColorLerp, A) == 0x000008, "Member 'FRigVMFunction_MathColorLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorLerp, B) == 0x000018, "Member 'FRigVMFunction_MathColorLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorLerp, T) == 0x000028, "Member 'FRigVMFunction_MathColorLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathColorLerp, Result) == 0x00002C, "Member 'FRigVMFunction_MathColorLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformFromEulerTransform \ +static_assert(alignof(FRigVMFunction_MathTransformFromEulerTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformFromEulerTransform"); \ +static_assert(sizeof(FRigVMFunction_MathTransformFromEulerTransform) == 0x0000B0, "Wrong size on FRigVMFunction_MathTransformFromEulerTransform"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransform, EulerTransform) == 0x000008, "Member 'FRigVMFunction_MathTransformFromEulerTransform::EulerTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransform, Result) == 0x000050, "Member 'FRigVMFunction_MathTransformFromEulerTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleUnaryOp \ +static_assert(alignof(FRigVMFunction_MathDoubleUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleUnaryOp) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleUnaryOp, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntSign \ +static_assert(alignof(FRigVMFunction_MathIntSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntSign"); \ +static_assert(sizeof(FRigVMFunction_MathIntSign) == 0x000010, "Wrong size on FRigVMFunction_MathIntSign"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleBinaryOp \ +static_assert(alignof(FRigVMFunction_MathDoubleBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleBinaryOp) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryOp, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryOp, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathDoubleBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleBinaryAggregateOp) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryAggregateOp, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleBinaryAggregateOp, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMake \ +static_assert(alignof(FRigVMFunction_MathDoubleMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMake"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleMake) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleMake"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleMake, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleMake::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathTransformBinaryAggregateOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathTransformBinaryAggregateOp) == 0x000130, "Wrong size on FRigVMFunction_MathTransformBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryAggregateOp, A) == 0x000010, "Member 'FRigVMFunction_MathTransformBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryAggregateOp, B) == 0x000070, "Member 'FRigVMFunction_MathTransformBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryAggregateOp, Result) == 0x0000D0, "Member 'FRigVMFunction_MathTransformBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMul \ +static_assert(alignof(FRigVMFunction_MathTransformMul) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMul"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMul) == 0x000130, "Wrong size on FRigVMFunction_MathTransformMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstPi \ +static_assert(alignof(FRigVMFunction_MathDoubleConstPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstPi"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleConstPi) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstPi"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixFromVectors \ +static_assert(alignof(FRigVMFunction_MathMatrixFromVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixFromVectors"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixFromVectors) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixFromVectors"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Origin) == 0x000008, "Member 'FRigVMFunction_MathMatrixFromVectors::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, X) == 0x000020, "Member 'FRigVMFunction_MathMatrixFromVectors::X' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Y) == 0x000038, "Member 'FRigVMFunction_MathMatrixFromVectors::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Z) == 0x000050, "Member 'FRigVMFunction_MathMatrixFromVectors::Z' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromVectors, Result) == 0x000070, "Member 'FRigVMFunction_MathMatrixFromVectors::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstHalfPi \ +static_assert(alignof(FRigVMFunction_MathDoubleConstHalfPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstHalfPi"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleConstHalfPi) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstHalfPi"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleConstTwoPi \ +static_assert(alignof(FRigVMFunction_MathDoubleConstTwoPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleConstTwoPi"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleConstTwoPi) == 0x000010, "Wrong size on FRigVMFunction_MathDoubleConstTwoPi"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAdd \ +static_assert(alignof(FRigVMFunction_MathDoubleAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAdd"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAdd) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntArraySum \ +static_assert(alignof(FRigVMFunction_MathIntArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntArraySum"); \ +static_assert(sizeof(FRigVMFunction_MathIntArraySum) == 0x000020, "Wrong size on FRigVMFunction_MathIntArraySum"); \ +static_assert(offsetof(FRigVMFunction_MathIntArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathIntArraySum::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathIntArraySum::Sum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSub \ +static_assert(alignof(FRigVMFunction_MathDoubleSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSub"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleSub) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleSub"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMul \ +static_assert(alignof(FRigVMFunction_MathDoubleMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMul"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleMul) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleDiv \ +static_assert(alignof(FRigVMFunction_MathDoubleDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleDiv"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleDiv) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleDiv"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToRotator \ +static_assert(alignof(FRigVMFunction_MathQuaternionToRotator) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToRotator"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionToRotator) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionToRotator"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToRotator, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToRotator::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToRotator, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToRotator::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMod \ +static_assert(alignof(FRigVMFunction_MathDoubleMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMod"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleMod) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleMod"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_MakeStruct \ +static_assert(alignof(FRigVMDispatch_MakeStruct) == 0x000008, "Wrong alignment on FRigVMDispatch_MakeStruct"); \ +static_assert(sizeof(FRigVMDispatch_MakeStruct) == 0x0000A8, "Wrong size on FRigVMDispatch_MakeStruct"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromAxisAndAngle \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromAxisAndAngle) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromAxisAndAngle"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromAxisAndAngle) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionFromAxisAndAngle"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromAxisAndAngle, Axis) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromAxisAndAngle, Angle) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromAxisAndAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromAxisAndAngle, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionFromAxisAndAngle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMin \ +static_assert(alignof(FRigVMFunction_MathDoubleMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMin"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleMin) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleMin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleMax \ +static_assert(alignof(FRigVMFunction_MathDoubleMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleMax"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleMax) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleMax"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoublePow \ +static_assert(alignof(FRigVMFunction_MathDoublePow) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoublePow"); \ +static_assert(sizeof(FRigVMFunction_MathDoublePow) == 0x000020, "Wrong size on FRigVMFunction_MathDoublePow"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionEquals \ +static_assert(alignof(FRigVMFunction_MathQuaternionEquals) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionEquals"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionEquals) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionEquals"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionEquals, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionEquals, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionEquals, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSqrt \ +static_assert(alignof(FRigVMFunction_MathDoubleSqrt) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSqrt"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleSqrt) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleSqrt"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_SwitchInt32 \ +static_assert(alignof(FRigVMDispatch_SwitchInt32) == 0x000008, "Wrong alignment on FRigVMDispatch_SwitchInt32"); \ +static_assert(sizeof(FRigVMDispatch_SwitchInt32) == 0x0000A8, "Wrong size on FRigVMDispatch_SwitchInt32"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleNegate \ +static_assert(alignof(FRigVMFunction_MathDoubleNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleNegate"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleNegate) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleNegate"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAbs \ +static_assert(alignof(FRigVMFunction_MathDoubleAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAbs"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAbs) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAbs"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleFloor \ +static_assert(alignof(FRigVMFunction_MathDoubleFloor) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleFloor"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleFloor) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleFloor"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleFloor, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleFloor::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleFloor, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleFloor::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleFloor, int_0) == 0x000018, "Member 'FRigVMFunction_MathDoubleFloor::int_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionUnaryOp \ +static_assert(alignof(FRigVMFunction_MathQuaternionUnaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionUnaryOp) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionUnaryOp, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionUnaryOp, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionUnit \ +static_assert(alignof(FRigVMFunction_MathQuaternionUnit) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionUnit"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionUnit) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionUnit"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleCeil \ +static_assert(alignof(FRigVMFunction_MathDoubleCeil) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleCeil"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleCeil) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleCeil"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleCeil, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleCeil::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleCeil, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleCeil::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleCeil, int_0) == 0x000018, "Member 'FRigVMFunction_MathDoubleCeil::int_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NameConcat \ +static_assert(alignof(FRigVMFunction_NameConcat) == 0x000008, "Wrong alignment on FRigVMFunction_NameConcat"); \ +static_assert(sizeof(FRigVMFunction_NameConcat) == 0x000020, "Wrong size on FRigVMFunction_NameConcat"); \ +static_assert(offsetof(FRigVMFunction_NameConcat, A) == 0x000008, "Member 'FRigVMFunction_NameConcat::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameConcat, B) == 0x000010, "Member 'FRigVMFunction_NameConcat::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameConcat, Result) == 0x000018, "Member 'FRigVMFunction_NameConcat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionScaleV2 \ +static_assert(alignof(FRigVMFunction_MathQuaternionScaleV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionScaleV2"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionScaleV2) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionScaleV2"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScaleV2, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionScaleV2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScaleV2, Factor) == 0x000030, "Member 'FRigVMFunction_MathQuaternionScaleV2::Factor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScaleV2, Result) == 0x000040, "Member 'FRigVMFunction_MathQuaternionScaleV2::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleRound \ +static_assert(alignof(FRigVMFunction_MathDoubleRound) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleRound"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleRound) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleRound"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRound, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleRound::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRound, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleRound::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRound, int_0) == 0x000018, "Member 'FRigVMFunction_MathDoubleRound::int_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleToInt \ +static_assert(alignof(FRigVMFunction_MathDoubleToInt) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleToInt"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleToInt) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleToInt"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleToInt, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleToInt::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleToInt, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleToInt::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleToFloat \ +static_assert(alignof(FRigVMFunction_MathDoubleToFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleToFloat"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleToFloat) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleToFloat"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleToFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleToFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleToFloat, Result) == 0x000010, "Member 'FRigVMFunction_MathDoubleToFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionRotationOrder \ +static_assert(alignof(FRigVMFunction_MathQuaternionRotationOrder) == 0x000008, "Wrong alignment on FRigVMFunction_MathQuaternionRotationOrder"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionRotationOrder) == 0x000010, "Wrong size on FRigVMFunction_MathQuaternionRotationOrder"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionRotationOrder, RotationOrder) == 0x000008, "Member 'FRigVMFunction_MathQuaternionRotationOrder::RotationOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSign \ +static_assert(alignof(FRigVMFunction_MathDoubleSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSign"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleSign) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleSign"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StartsWith \ +static_assert(alignof(FRigVMFunction_StartsWith) == 0x000008, "Wrong alignment on FRigVMFunction_StartsWith"); \ +static_assert(sizeof(FRigVMFunction_StartsWith) == 0x000020, "Wrong size on FRigVMFunction_StartsWith"); \ +static_assert(offsetof(FRigVMFunction_StartsWith, Name) == 0x000008, "Member 'FRigVMFunction_StartsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StartsWith, Start) == 0x000010, "Member 'FRigVMFunction_StartsWith::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StartsWith, Result) == 0x000018, "Member 'FRigVMFunction_StartsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleClamp \ +static_assert(alignof(FRigVMFunction_MathDoubleClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleClamp"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleClamp) == 0x000028, "Wrong size on FRigVMFunction_MathDoubleClamp"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleClamp, Minimum) == 0x000010, "Member 'FRigVMFunction_MathDoubleClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleClamp, Maximum) == 0x000018, "Member 'FRigVMFunction_MathDoubleClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleClamp, Result) == 0x000020, "Member 'FRigVMFunction_MathDoubleClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLerp \ +static_assert(alignof(FRigVMFunction_MathDoubleLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLerp"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleLerp) == 0x000028, "Wrong size on FRigVMFunction_MathDoubleLerp"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLerp, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLerp, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLerp, T) == 0x000018, "Member 'FRigVMFunction_MathDoubleLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLerp, Result) == 0x000020, "Member 'FRigVMFunction_MathDoubleLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleRemap \ +static_assert(alignof(FRigVMFunction_MathDoubleRemap) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleRemap"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleRemap) == 0x000040, "Wrong size on FRigVMFunction_MathDoubleRemap"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, SourceMinimum) == 0x000010, "Member 'FRigVMFunction_MathDoubleRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, SourceMaximum) == 0x000018, "Member 'FRigVMFunction_MathDoubleRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, TargetMinimum) == 0x000020, "Member 'FRigVMFunction_MathDoubleRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, TargetMaximum) == 0x000028, "Member 'FRigVMFunction_MathDoubleRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, bClamp) == 0x000030, "Member 'FRigVMFunction_MathDoubleRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleRemap, Result) == 0x000038, "Member 'FRigVMFunction_MathDoubleRemap::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathIntBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathIntBinaryAggregateOp) == 0x000018, "Wrong size on FRigVMFunction_MathIntBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathIntBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryAggregateOp, B) == 0x00000C, "Member 'FRigVMFunction_MathIntBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntBinaryAggregateOp, Result) == 0x000010, "Member 'FRigVMFunction_MathIntBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMul \ +static_assert(alignof(FRigVMFunction_MathIntMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMul"); \ +static_assert(sizeof(FRigVMFunction_MathIntMul) == 0x000018, "Wrong size on FRigVMFunction_MathIntMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleEquals \ +static_assert(alignof(FRigVMFunction_MathDoubleEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleEquals"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleEquals) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleEquals"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleEquals, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleEquals, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleEquals, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionSelectBool \ +static_assert(alignof(FRigVMFunction_MathQuaternionSelectBool) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionSelectBool"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionSelectBool) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionSelectBool"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathQuaternionSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, IfTrue) == 0x000010, "Member 'FRigVMFunction_MathQuaternionSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, IfFalse) == 0x000030, "Member 'FRigVMFunction_MathQuaternionSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSelectBool, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleNotEquals \ +static_assert(alignof(FRigVMFunction_MathDoubleNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleNotEquals) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleNotEquals, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleNotEquals, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleGreater \ +static_assert(alignof(FRigVMFunction_MathDoubleGreater) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleGreater"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleGreater) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleGreater"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreater, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreater, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreater, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLess \ +static_assert(alignof(FRigVMFunction_MathDoubleLess) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLess"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleLess) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleLess"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLess, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLess, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLess, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleLess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMax \ +static_assert(alignof(FRigVMFunction_MathIntMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMax"); \ +static_assert(sizeof(FRigVMFunction_MathIntMax) == 0x000018, "Wrong size on FRigVMFunction_MathIntMax"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleGreaterEqual \ +static_assert(alignof(FRigVMFunction_MathDoubleGreaterEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleGreaterEqual"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleGreaterEqual) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleGreaterEqual"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreaterEqual, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreaterEqual, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleGreaterEqual, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromTwoVectors \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromTwoVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromTwoVectors"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromTwoVectors) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionFromTwoVectors"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromTwoVectors, A) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromTwoVectors::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromTwoVectors, B) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromTwoVectors::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromTwoVectors, Result) == 0x000040, "Member 'FRigVMFunction_MathQuaternionFromTwoVectors::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLessEqual \ +static_assert(alignof(FRigVMFunction_MathDoubleLessEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLessEqual"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleLessEqual) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleLessEqual"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLessEqual, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLessEqual, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLessEqual, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleIsNearlyZero \ +static_assert(alignof(FRigVMFunction_MathDoubleIsNearlyZero) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleIsNearlyZero"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleIsNearlyZero) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleIsNearlyZero"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyZero, Value) == 0x000008, "Member 'FRigVMFunction_MathDoubleIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyZero, Tolerance) == 0x000010, "Member 'FRigVMFunction_MathDoubleIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyZero, Result) == 0x000018, "Member 'FRigVMFunction_MathDoubleIsNearlyZero::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleIsNearlyEqual \ +static_assert(alignof(FRigVMFunction_MathDoubleIsNearlyEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleIsNearlyEqual"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleIsNearlyEqual) == 0x000028, "Wrong size on FRigVMFunction_MathDoubleIsNearlyEqual"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, Tolerance) == 0x000018, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleIsNearlyEqual, Result) == 0x000020, "Member 'FRigVMFunction_MathDoubleIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToFloat \ +static_assert(alignof(FRigVMFunction_MathIntToFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToFloat"); \ +static_assert(sizeof(FRigVMFunction_MathIntToFloat) == 0x000010, "Wrong size on FRigVMFunction_MathIntToFloat"); \ +static_assert(offsetof(FRigVMFunction_MathIntToFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathIntToFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToFloat, Result) == 0x00000C, "Member 'FRigVMFunction_MathIntToFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleDeg \ +static_assert(alignof(FRigVMFunction_MathDoubleDeg) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleDeg"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleDeg) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleDeg"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMakeAbsolute \ +static_assert(alignof(FRigVMFunction_MathQuaternionMakeAbsolute) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMakeAbsolute"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMakeAbsolute) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionMakeAbsolute"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeAbsolute, Local) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMakeAbsolute::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeAbsolute, Parent) == 0x000030, "Member 'FRigVMFunction_MathQuaternionMakeAbsolute::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeAbsolute, Global) == 0x000050, "Member 'FRigVMFunction_MathQuaternionMakeAbsolute::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleRad \ +static_assert(alignof(FRigVMFunction_MathDoubleRad) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleRad"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleRad) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleRad"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleSin \ +static_assert(alignof(FRigVMFunction_MathDoubleSin) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleSin"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleSin) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleSin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleCos \ +static_assert(alignof(FRigVMFunction_MathDoubleCos) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleCos"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleCos) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleCos"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntEquals \ +static_assert(alignof(FRigVMFunction_MathIntEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntEquals"); \ +static_assert(sizeof(FRigVMFunction_MathIntEquals) == 0x000018, "Wrong size on FRigVMFunction_MathIntEquals"); \ +static_assert(offsetof(FRigVMFunction_MathIntEquals, A) == 0x000008, "Member 'FRigVMFunction_MathIntEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathIntEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathIntEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleTan \ +static_assert(alignof(FRigVMFunction_MathDoubleTan) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleTan"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleTan) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleTan"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionInverse \ +static_assert(alignof(FRigVMFunction_MathQuaternionInverse) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionInverse"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionInverse) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionInverse"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAsin \ +static_assert(alignof(FRigVMFunction_MathDoubleAsin) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAsin"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAsin) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAsin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAcos \ +static_assert(alignof(FRigVMFunction_MathDoubleAcos) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAcos"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAcos) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAcos"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAtan \ +static_assert(alignof(FRigVMFunction_MathDoubleAtan) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAtan"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAtan) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleAtan"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatQuat_Target \ +static_assert(alignof(FMathRBFInterpolateQuatQuat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatQuat_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatQuat_Target) == 0x000040, "Wrong size on FMathRBFInterpolateQuatQuat_Target"); \ +static_assert(offsetof(FMathRBFInterpolateQuatQuat_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatQuat_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateQuatQuat_Target, Value) == 0x000020, "Member 'FMathRBFInterpolateQuatQuat_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleAtan2 \ +static_assert(alignof(FRigVMFunction_MathDoubleAtan2) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleAtan2"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleAtan2) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleAtan2"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleLawOfCosine \ +static_assert(alignof(FRigVMFunction_MathDoubleLawOfCosine) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleLawOfCosine"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleLawOfCosine) == 0x000040, "Wrong size on FRigVMFunction_MathDoubleLawOfCosine"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, A) == 0x000008, "Member 'FRigVMFunction_MathDoubleLawOfCosine::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, B) == 0x000010, "Member 'FRigVMFunction_MathDoubleLawOfCosine::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, C) == 0x000018, "Member 'FRigVMFunction_MathDoubleLawOfCosine::C' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, AlphaAngle) == 0x000020, "Member 'FRigVMFunction_MathDoubleLawOfCosine::AlphaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, BetaAngle) == 0x000028, "Member 'FRigVMFunction_MathDoubleLawOfCosine::BetaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, GammaAngle) == 0x000030, "Member 'FRigVMFunction_MathDoubleLawOfCosine::GammaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleLawOfCosine, bValid) == 0x000038, "Member 'FRigVMFunction_MathDoubleLawOfCosine::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleExponential \ +static_assert(alignof(FRigVMFunction_MathDoubleExponential) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleExponential"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleExponential) == 0x000018, "Wrong size on FRigVMFunction_MathDoubleExponential"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDoubleArraySum \ +static_assert(alignof(FRigVMFunction_MathDoubleArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleArraySum"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleArraySum) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleArraySum"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathDoubleArraySum::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathDoubleArraySum::Sum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRigVMFunction_MathDoubleArrayAverage \ +static_assert(alignof(FRigVMFunction_MathDoubleArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathDoubleArrayAverage"); \ +static_assert(sizeof(FRigVMFunction_MathDoubleArrayAverage) == 0x000020, "Wrong size on FRigVMFunction_MathDoubleArrayAverage"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathDoubleArrayAverage::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDoubleArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathDoubleArrayAverage::Average' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorFromFloat \ +static_assert(alignof(FRigVMFunction_MathVectorFromFloat) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorFromFloat"); \ +static_assert(sizeof(FRigVMFunction_MathVectorFromFloat) == 0x000028, "Wrong size on FRigVMFunction_MathVectorFromFloat"); \ +static_assert(offsetof(FRigVMFunction_MathVectorFromFloat, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorFromFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorFromFloat, Result) == 0x000010, "Member 'FRigVMFunction_MathVectorFromFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatBase \ +static_assert(alignof(FRigVMFunction_MathFloatBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatBase"); \ +static_assert(sizeof(FRigVMFunction_MathFloatBase) == 0x000008, "Wrong size on FRigVMFunction_MathFloatBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstant \ +static_assert(alignof(FRigVMFunction_MathFloatConstant) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstant"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstant) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstant"); \ +static_assert(offsetof(FRigVMFunction_MathFloatConstant, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatConstant::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatUnaryOp \ +static_assert(alignof(FRigVMFunction_MathFloatUnaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatUnaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatUnaryOp) == 0x000010, "Wrong size on FRigVMFunction_MathFloatUnaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatUnaryOp, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatUnaryOp, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateVectorColor_Target \ +static_assert(alignof(FMathRBFInterpolateVectorColor_Target) == 0x000008, "Wrong alignment on FMathRBFInterpolateVectorColor_Target"); \ +static_assert(sizeof(FMathRBFInterpolateVectorColor_Target) == 0x000028, "Wrong size on FMathRBFInterpolateVectorColor_Target"); \ +static_assert(offsetof(FMathRBFInterpolateVectorColor_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorColor_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FMathRBFInterpolateVectorColor_Target, Value) == 0x000018, "Member 'FMathRBFInterpolateVectorColor_Target::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatBinaryOp \ +static_assert(alignof(FRigVMFunction_MathFloatBinaryOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatBinaryOp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryOp, A) == 0x000008, "Member 'FRigVMFunction_MathFloatBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryOp, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryOp, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathFloatBinaryAggregateOp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatBinaryAggregateOp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryAggregateOp, A) == 0x000008, "Member 'FRigVMFunction_MathFloatBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryAggregateOp, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatBinaryAggregateOp, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMake \ +static_assert(alignof(FRigVMFunction_MathFloatMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMake"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMake) == 0x000010, "Wrong size on FRigVMFunction_MathFloatMake"); \ +static_assert(offsetof(FRigVMFunction_MathFloatMake, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatMake::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstPi \ +static_assert(alignof(FRigVMFunction_MathFloatConstPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstPi"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstPi) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstPi"); \ + +#define DUMPER7_ASSERTS_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_FRigVMFunction_MathFloatConstHalfPi \ +static_assert(alignof(FRigVMFunction_MathFloatConstHalfPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstHalfPi"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstHalfPi) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstHalfPi"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayBase \ +static_assert(alignof(FRigVMFunction_MathRayBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayBase"); \ +static_assert(sizeof(FRigVMFunction_MathRayBase) == 0x000008, "Wrong size on FRigVMFunction_MathRayBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayIntersectPlane \ +static_assert(alignof(FRigVMFunction_MathRayIntersectPlane) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayIntersectPlane"); \ +static_assert(sizeof(FRigVMFunction_MathRayIntersectPlane) == 0x000088, "Wrong size on FRigVMFunction_MathRayIntersectPlane"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Ray) == 0x000008, "Member 'FRigVMFunction_MathRayIntersectPlane::Ray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, PlanePoint) == 0x000038, "Member 'FRigVMFunction_MathRayIntersectPlane::PlanePoint' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, PlaneNormal) == 0x000050, "Member 'FRigVMFunction_MathRayIntersectPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Result) == 0x000068, "Member 'FRigVMFunction_MathRayIntersectPlane::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Distance) == 0x000080, "Member 'FRigVMFunction_MathRayIntersectPlane::Distance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectPlane, Ratio) == 0x000084, "Member 'FRigVMFunction_MathRayIntersectPlane::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstTwoPi \ +static_assert(alignof(FRigVMFunction_MathFloatConstTwoPi) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstTwoPi"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstTwoPi) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstTwoPi"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatConstE \ +static_assert(alignof(FRigVMFunction_MathFloatConstE) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatConstE"); \ +static_assert(sizeof(FRigVMFunction_MathFloatConstE) == 0x000010, "Wrong size on FRigVMFunction_MathFloatConstE"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAdd \ +static_assert(alignof(FRigVMFunction_MathFloatAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAdd"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAdd) == 0x000018, "Wrong size on FRigVMFunction_MathFloatAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorBezierFourPoint \ +static_assert(alignof(FRigVMFunction_MathVectorBezierFourPoint) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorBezierFourPoint"); \ +static_assert(sizeof(FRigVMFunction_MathVectorBezierFourPoint) == 0x0000A0, "Wrong size on FRigVMFunction_MathVectorBezierFourPoint"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, Bezier) == 0x000008, "Member 'FRigVMFunction_MathVectorBezierFourPoint::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, T) == 0x000068, "Member 'FRigVMFunction_MathVectorBezierFourPoint::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, Result) == 0x000070, "Member 'FRigVMFunction_MathVectorBezierFourPoint::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorBezierFourPoint, Tangent) == 0x000088, "Member 'FRigVMFunction_MathVectorBezierFourPoint::Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSub \ +static_assert(alignof(FRigVMFunction_MathFloatSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSub"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSub) == 0x000018, "Wrong size on FRigVMFunction_MathFloatSub"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMul \ +static_assert(alignof(FRigVMFunction_MathFloatMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMul"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMul) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatDiv \ +static_assert(alignof(FRigVMFunction_MathFloatDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatDiv"); \ +static_assert(sizeof(FRigVMFunction_MathFloatDiv) == 0x000018, "Wrong size on FRigVMFunction_MathFloatDiv"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMod \ +static_assert(alignof(FRigVMFunction_MathFloatMod) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMod"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMod) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMod"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntersectPlane \ +static_assert(alignof(FRigVMFunction_MathIntersectPlane) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntersectPlane"); \ +static_assert(sizeof(FRigVMFunction_MathIntersectPlane) == 0x000088, "Wrong size on FRigVMFunction_MathIntersectPlane"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Start) == 0x000008, "Member 'FRigVMFunction_MathIntersectPlane::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Direction) == 0x000020, "Member 'FRigVMFunction_MathIntersectPlane::Direction' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, PlanePoint) == 0x000038, "Member 'FRigVMFunction_MathIntersectPlane::PlanePoint' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, PlaneNormal) == 0x000050, "Member 'FRigVMFunction_MathIntersectPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Result) == 0x000068, "Member 'FRigVMFunction_MathIntersectPlane::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntersectPlane, Distance) == 0x000080, "Member 'FRigVMFunction_MathIntersectPlane::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatMin \ +static_assert(alignof(FRigVMFunction_MathFloatMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMin"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMin) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMin"); \ + +#define DUMPER7_ASSERTS_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_FRigVMFunction_MathFloatMax \ +static_assert(alignof(FRigVMFunction_MathFloatMax) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatMax"); \ +static_assert(sizeof(FRigVMFunction_MathFloatMax) == 0x000018, "Wrong size on FRigVMFunction_MathFloatMax"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatPow \ +static_assert(alignof(FRigVMFunction_MathFloatPow) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatPow"); \ +static_assert(sizeof(FRigVMFunction_MathFloatPow) == 0x000018, "Wrong size on FRigVMFunction_MathFloatPow"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSqrt \ +static_assert(alignof(FRigVMFunction_MathFloatSqrt) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSqrt"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSqrt) == 0x000010, "Wrong size on FRigVMFunction_MathFloatSqrt"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMirrorTransform \ +static_assert(alignof(FRigVMFunction_MathVectorMirrorTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathVectorMirrorTransform"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMirrorTransform) == 0x0000B0, "Wrong size on FRigVMFunction_MathVectorMirrorTransform"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorMirrorTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, MirrorAxis) == 0x000020, "Member 'FRigVMFunction_MathVectorMirrorTransform::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, AxisToFlip) == 0x000021, "Member 'FRigVMFunction_MathVectorMirrorTransform::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, CentralTransform) == 0x000030, "Member 'FRigVMFunction_MathVectorMirrorTransform::CentralTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirrorTransform, Result) == 0x000090, "Member 'FRigVMFunction_MathVectorMirrorTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatNegate \ +static_assert(alignof(FRigVMFunction_MathFloatNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatNegate"); \ +static_assert(sizeof(FRigVMFunction_MathFloatNegate) == 0x000010, "Wrong size on FRigVMFunction_MathFloatNegate"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAbs \ +static_assert(alignof(FRigVMFunction_MathFloatAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAbs"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAbs) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAbs"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatFloor \ +static_assert(alignof(FRigVMFunction_MathFloatFloor) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatFloor"); \ +static_assert(sizeof(FRigVMFunction_MathFloatFloor) == 0x000018, "Wrong size on FRigVMFunction_MathFloatFloor"); \ +static_assert(offsetof(FRigVMFunction_MathFloatFloor, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatFloor::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatFloor, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatFloor::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatFloor, int_0) == 0x000010, "Member 'FRigVMFunction_MathFloatFloor::int_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatCeil \ +static_assert(alignof(FRigVMFunction_MathFloatCeil) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatCeil"); \ +static_assert(sizeof(FRigVMFunction_MathFloatCeil) == 0x000018, "Wrong size on FRigVMFunction_MathFloatCeil"); \ +static_assert(offsetof(FRigVMFunction_MathFloatCeil, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatCeil::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatCeil, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatCeil::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatCeil, int_0) == 0x000010, "Member 'FRigVMFunction_MathFloatCeil::int_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NoiseDouble \ +static_assert(alignof(FRigVMFunction_NoiseDouble) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseDouble"); \ +static_assert(sizeof(FRigVMFunction_NoiseDouble) == 0x000040, "Wrong size on FRigVMFunction_NoiseDouble"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Value) == 0x000008, "Member 'FRigVMFunction_NoiseDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Speed) == 0x000010, "Member 'FRigVMFunction_NoiseDouble::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Frequency) == 0x000018, "Member 'FRigVMFunction_NoiseDouble::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Minimum) == 0x000020, "Member 'FRigVMFunction_NoiseDouble::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Maximum) == 0x000028, "Member 'FRigVMFunction_NoiseDouble::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Result) == 0x000030, "Member 'FRigVMFunction_NoiseDouble::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseDouble, Time) == 0x000038, "Member 'FRigVMFunction_NoiseDouble::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatRound \ +static_assert(alignof(FRigVMFunction_MathFloatRound) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatRound"); \ +static_assert(sizeof(FRigVMFunction_MathFloatRound) == 0x000018, "Wrong size on FRigVMFunction_MathFloatRound"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRound, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatRound::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRound, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatRound::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRound, int_0) == 0x000010, "Member 'FRigVMFunction_MathFloatRound::int_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatToInt \ +static_assert(alignof(FRigVMFunction_MathFloatToInt) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatToInt"); \ +static_assert(sizeof(FRigVMFunction_MathFloatToInt) == 0x000010, "Wrong size on FRigVMFunction_MathFloatToInt"); \ +static_assert(offsetof(FRigVMFunction_MathFloatToInt, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatToInt::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatToInt, Result) == 0x00000C, "Member 'FRigVMFunction_MathFloatToInt::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatToDouble \ +static_assert(alignof(FRigVMFunction_MathFloatToDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatToDouble"); \ +static_assert(sizeof(FRigVMFunction_MathFloatToDouble) == 0x000018, "Wrong size on FRigVMFunction_MathFloatToDouble"); \ +static_assert(offsetof(FRigVMFunction_MathFloatToDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatToDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatToDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatToDouble::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSign \ +static_assert(alignof(FRigVMFunction_MathFloatSign) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSign"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSign) == 0x000010, "Wrong size on FRigVMFunction_MathFloatSign"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformTransformVector \ +static_assert(alignof(FRigVMFunction_MathTransformTransformVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformTransformVector"); \ +static_assert(sizeof(FRigVMFunction_MathTransformTransformVector) == 0x0000A0, "Wrong size on FRigVMFunction_MathTransformTransformVector"); \ +static_assert(offsetof(FRigVMFunction_MathTransformTransformVector, Transform) == 0x000010, "Member 'FRigVMFunction_MathTransformTransformVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformTransformVector, Location) == 0x000070, "Member 'FRigVMFunction_MathTransformTransformVector::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformTransformVector, Result) == 0x000088, "Member 'FRigVMFunction_MathTransformTransformVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatClamp \ +static_assert(alignof(FRigVMFunction_MathFloatClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatClamp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatClamp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatClamp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatClamp, Minimum) == 0x00000C, "Member 'FRigVMFunction_MathFloatClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatClamp, Maximum) == 0x000010, "Member 'FRigVMFunction_MathFloatClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatClamp, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformToEulerTransform \ +static_assert(alignof(FRigVMFunction_MathTransformToEulerTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformToEulerTransform"); \ +static_assert(sizeof(FRigVMFunction_MathTransformToEulerTransform) == 0x0000C0, "Wrong size on FRigVMFunction_MathTransformToEulerTransform"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToEulerTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformToEulerTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToEulerTransform, Result) == 0x000070, "Member 'FRigVMFunction_MathTransformToEulerTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLerp \ +static_assert(alignof(FRigVMFunction_MathFloatLerp) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLerp"); \ +static_assert(sizeof(FRigVMFunction_MathFloatLerp) == 0x000018, "Wrong size on FRigVMFunction_MathFloatLerp"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLerp, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLerp, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLerp, T) == 0x000010, "Member 'FRigVMFunction_MathFloatLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLerp, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatRemap \ +static_assert(alignof(FRigVMFunction_MathFloatRemap) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatRemap"); \ +static_assert(sizeof(FRigVMFunction_MathFloatRemap) == 0x000028, "Wrong size on FRigVMFunction_MathFloatRemap"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, SourceMinimum) == 0x00000C, "Member 'FRigVMFunction_MathFloatRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, SourceMaximum) == 0x000010, "Member 'FRigVMFunction_MathFloatRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, TargetMinimum) == 0x000014, "Member 'FRigVMFunction_MathFloatRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, TargetMaximum) == 0x000018, "Member 'FRigVMFunction_MathFloatRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, bClamp) == 0x00001C, "Member 'FRigVMFunction_MathFloatRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatRemap, Result) == 0x000020, "Member 'FRigVMFunction_MathFloatRemap::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatEquals \ +static_assert(alignof(FRigVMFunction_MathFloatEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatEquals"); \ +static_assert(sizeof(FRigVMFunction_MathFloatEquals) == 0x000018, "Wrong size on FRigVMFunction_MathFloatEquals"); \ +static_assert(offsetof(FRigVMFunction_MathFloatEquals, A) == 0x000008, "Member 'FRigVMFunction_MathFloatEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMirrorTransform \ +static_assert(alignof(FRigVMFunction_MathTransformMirrorTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMirrorTransform"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMirrorTransform) == 0x000140, "Wrong size on FRigVMFunction_MathTransformMirrorTransform"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformMirrorTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, MirrorAxis) == 0x000070, "Member 'FRigVMFunction_MathTransformMirrorTransform::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, AxisToFlip) == 0x000071, "Member 'FRigVMFunction_MathTransformMirrorTransform::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, CentralTransform) == 0x000080, "Member 'FRigVMFunction_MathTransformMirrorTransform::CentralTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMirrorTransform, Result) == 0x0000E0, "Member 'FRigVMFunction_MathTransformMirrorTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatNotEquals \ +static_assert(alignof(FRigVMFunction_MathFloatNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathFloatNotEquals) == 0x000018, "Wrong size on FRigVMFunction_MathFloatNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathFloatNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathFloatNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatNotEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatNotEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixToTransform \ +static_assert(alignof(FRigVMFunction_MathMatrixToTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixToTransform"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixToTransform) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixToTransform"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixToTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToTransform, Result) == 0x000090, "Member 'FRigVMFunction_MathMatrixToTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatGreater \ +static_assert(alignof(FRigVMFunction_MathFloatGreater) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatGreater"); \ +static_assert(sizeof(FRigVMFunction_MathFloatGreater) == 0x000018, "Wrong size on FRigVMFunction_MathFloatGreater"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreater, A) == 0x000008, "Member 'FRigVMFunction_MathFloatGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreater, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreater, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLess \ +static_assert(alignof(FRigVMFunction_MathFloatLess) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLess"); \ +static_assert(sizeof(FRigVMFunction_MathFloatLess) == 0x000018, "Wrong size on FRigVMFunction_MathFloatLess"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLess, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLess, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLess, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatLess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatGreaterEqual \ +static_assert(alignof(FRigVMFunction_MathFloatGreaterEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatGreaterEqual"); \ +static_assert(sizeof(FRigVMFunction_MathFloatGreaterEqual) == 0x000018, "Wrong size on FRigVMFunction_MathFloatGreaterEqual"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreaterEqual, A) == 0x000008, "Member 'FRigVMFunction_MathFloatGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreaterEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatGreaterEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLessEqual \ +static_assert(alignof(FRigVMFunction_MathFloatLessEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLessEqual"); \ +static_assert(sizeof(FRigVMFunction_MathFloatLessEqual) == 0x000018, "Wrong size on FRigVMFunction_MathFloatLessEqual"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLessEqual, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLessEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLessEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformSelectBool \ +static_assert(alignof(FRigVMFunction_MathTransformSelectBool) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformSelectBool"); \ +static_assert(sizeof(FRigVMFunction_MathTransformSelectBool) == 0x000130, "Wrong size on FRigVMFunction_MathTransformSelectBool"); \ +static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathTransformSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, IfTrue) == 0x000010, "Member 'FRigVMFunction_MathTransformSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, IfFalse) == 0x000070, "Member 'FRigVMFunction_MathTransformSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformSelectBool, Result) == 0x0000D0, "Member 'FRigVMFunction_MathTransformSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatIsNearlyZero \ +static_assert(alignof(FRigVMFunction_MathFloatIsNearlyZero) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatIsNearlyZero"); \ +static_assert(sizeof(FRigVMFunction_MathFloatIsNearlyZero) == 0x000018, "Wrong size on FRigVMFunction_MathFloatIsNearlyZero"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyZero, Value) == 0x000008, "Member 'FRigVMFunction_MathFloatIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyZero, Tolerance) == 0x00000C, "Member 'FRigVMFunction_MathFloatIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyZero, Result) == 0x000010, "Member 'FRigVMFunction_MathFloatIsNearlyZero::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatIsNearlyEqual \ +static_assert(alignof(FRigVMFunction_MathFloatIsNearlyEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatIsNearlyEqual"); \ +static_assert(sizeof(FRigVMFunction_MathFloatIsNearlyEqual) == 0x000018, "Wrong size on FRigVMFunction_MathFloatIsNearlyEqual"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, A) == 0x000008, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, Tolerance) == 0x000010, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatIsNearlyEqual, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSelectBool \ +static_assert(alignof(FRigVMFunction_MathFloatSelectBool) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSelectBool"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSelectBool) == 0x000018, "Wrong size on FRigVMFunction_MathFloatSelectBool"); \ +static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, Condition) == 0x000008, "Member 'FRigVMFunction_MathFloatSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, IfTrue) == 0x00000C, "Member 'FRigVMFunction_MathFloatSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, IfFalse) == 0x000010, "Member 'FRigVMFunction_MathFloatSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatSelectBool, Result) == 0x000014, "Member 'FRigVMFunction_MathFloatSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorAdd \ +static_assert(alignof(FRigVMFunction_MathVectorAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorAdd"); \ +static_assert(sizeof(FRigVMFunction_MathVectorAdd) == 0x000050, "Wrong size on FRigVMFunction_MathVectorAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatDeg \ +static_assert(alignof(FRigVMFunction_MathFloatDeg) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatDeg"); \ +static_assert(sizeof(FRigVMFunction_MathFloatDeg) == 0x000010, "Wrong size on FRigVMFunction_MathFloatDeg"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatRad \ +static_assert(alignof(FRigVMFunction_MathFloatRad) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatRad"); \ +static_assert(sizeof(FRigVMFunction_MathFloatRad) == 0x000010, "Wrong size on FRigVMFunction_MathFloatRad"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatSin \ +static_assert(alignof(FRigVMFunction_MathFloatSin) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatSin"); \ +static_assert(sizeof(FRigVMFunction_MathFloatSin) == 0x000010, "Wrong size on FRigVMFunction_MathFloatSin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatCos \ +static_assert(alignof(FRigVMFunction_MathFloatCos) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatCos"); \ +static_assert(sizeof(FRigVMFunction_MathFloatCos) == 0x000010, "Wrong size on FRigVMFunction_MathFloatCos"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatTan \ +static_assert(alignof(FRigVMFunction_MathFloatTan) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatTan"); \ +static_assert(sizeof(FRigVMFunction_MathFloatTan) == 0x000010, "Wrong size on FRigVMFunction_MathFloatTan"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAsin \ +static_assert(alignof(FRigVMFunction_MathFloatAsin) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAsin"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAsin) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAsin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAcos \ +static_assert(alignof(FRigVMFunction_MathFloatAcos) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAcos"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAcos) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAcos"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAtan \ +static_assert(alignof(FRigVMFunction_MathFloatAtan) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAtan"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAtan) == 0x000010, "Wrong size on FRigVMFunction_MathFloatAtan"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayTransform \ +static_assert(alignof(FRigVMFunction_MathRayTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathRayTransform"); \ +static_assert(sizeof(FRigVMFunction_MathRayTransform) == 0x0000D0, "Wrong size on FRigVMFunction_MathRayTransform"); \ +static_assert(offsetof(FRigVMFunction_MathRayTransform, Ray) == 0x000008, "Member 'FRigVMFunction_MathRayTransform::Ray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayTransform, Transform) == 0x000040, "Member 'FRigVMFunction_MathRayTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayTransform, Result) == 0x0000A0, "Member 'FRigVMFunction_MathRayTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatAtan2 \ +static_assert(alignof(FRigVMFunction_MathFloatAtan2) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatAtan2"); \ +static_assert(sizeof(FRigVMFunction_MathFloatAtan2) == 0x000018, "Wrong size on FRigVMFunction_MathFloatAtan2"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMakeAbsolute \ +static_assert(alignof(FRigVMFunction_MathTransformMakeAbsolute) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMakeAbsolute"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMakeAbsolute) == 0x000130, "Wrong size on FRigVMFunction_MathTransformMakeAbsolute"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeAbsolute, Local) == 0x000010, "Member 'FRigVMFunction_MathTransformMakeAbsolute::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeAbsolute, Parent) == 0x000070, "Member 'FRigVMFunction_MathTransformMakeAbsolute::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeAbsolute, Global) == 0x0000D0, "Member 'FRigVMFunction_MathTransformMakeAbsolute::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatLawOfCosine \ +static_assert(alignof(FRigVMFunction_MathFloatLawOfCosine) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatLawOfCosine"); \ +static_assert(sizeof(FRigVMFunction_MathFloatLawOfCosine) == 0x000028, "Wrong size on FRigVMFunction_MathFloatLawOfCosine"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, A) == 0x000008, "Member 'FRigVMFunction_MathFloatLawOfCosine::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, B) == 0x00000C, "Member 'FRigVMFunction_MathFloatLawOfCosine::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, C) == 0x000010, "Member 'FRigVMFunction_MathFloatLawOfCosine::C' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, AlphaAngle) == 0x000014, "Member 'FRigVMFunction_MathFloatLawOfCosine::AlphaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, BetaAngle) == 0x000018, "Member 'FRigVMFunction_MathFloatLawOfCosine::BetaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, GammaAngle) == 0x00001C, "Member 'FRigVMFunction_MathFloatLawOfCosine::GammaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatLawOfCosine, bValid) == 0x000020, "Member 'FRigVMFunction_MathFloatLawOfCosine::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatExponential \ +static_assert(alignof(FRigVMFunction_MathFloatExponential) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatExponential"); \ +static_assert(sizeof(FRigVMFunction_MathFloatExponential) == 0x000010, "Wrong size on FRigVMFunction_MathFloatExponential"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatArraySum \ +static_assert(alignof(FRigVMFunction_MathFloatArraySum) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatArraySum"); \ +static_assert(sizeof(FRigVMFunction_MathFloatArraySum) == 0x000020, "Wrong size on FRigVMFunction_MathFloatArraySum"); \ +static_assert(offsetof(FRigVMFunction_MathFloatArraySum, Array) == 0x000008, "Member 'FRigVMFunction_MathFloatArraySum::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatArraySum, Sum) == 0x000018, "Member 'FRigVMFunction_MathFloatArraySum::Sum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathFloatArrayAverage \ +static_assert(alignof(FRigVMFunction_MathFloatArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathFloatArrayAverage"); \ +static_assert(sizeof(FRigVMFunction_MathFloatArrayAverage) == 0x000020, "Wrong size on FRigVMFunction_MathFloatArrayAverage"); \ +static_assert(offsetof(FRigVMFunction_MathFloatArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathFloatArrayAverage::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathFloatArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathFloatArrayAverage::Average' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMul \ +static_assert(alignof(FRigVMFunction_MathVectorMul) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMul"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMul) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMul"); \ + +#define DUMPER7_ASSERTS_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_FRigVMFunction_MathTransformArrayToSRT \ +static_assert(alignof(FRigVMFunction_MathTransformArrayToSRT) == 0x000008, "Wrong alignment on FRigVMFunction_MathTransformArrayToSRT"); \ +static_assert(sizeof(FRigVMFunction_MathTransformArrayToSRT) == 0x000048, "Wrong size on FRigVMFunction_MathTransformArrayToSRT"); \ +static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Transforms) == 0x000008, "Member 'FRigVMFunction_MathTransformArrayToSRT::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Translations) == 0x000018, "Member 'FRigVMFunction_MathTransformArrayToSRT::Translations' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Rotations) == 0x000028, "Member 'FRigVMFunction_MathTransformArrayToSRT::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformArrayToSRT, Scales) == 0x000038, "Member 'FRigVMFunction_MathTransformArrayToSRT::Scales' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMake \ +static_assert(alignof(FRigVMFunction_MathIntMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMake"); \ +static_assert(sizeof(FRigVMFunction_MathIntMake) == 0x000010, "Wrong size on FRigVMFunction_MathIntMake"); \ +static_assert(offsetof(FRigVMFunction_MathIntMake, Value) == 0x000008, "Member 'FRigVMFunction_MathIntMake::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntAdd \ +static_assert(alignof(FRigVMFunction_MathIntAdd) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntAdd"); \ +static_assert(sizeof(FRigVMFunction_MathIntAdd) == 0x000018, "Wrong size on FRigVMFunction_MathIntAdd"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntSub \ +static_assert(alignof(FRigVMFunction_MathIntSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntSub"); \ +static_assert(sizeof(FRigVMFunction_MathIntSub) == 0x000018, "Wrong size on FRigVMFunction_MathIntSub"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntDiv \ +static_assert(alignof(FRigVMFunction_MathIntDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntDiv"); \ +static_assert(sizeof(FRigVMFunction_MathIntDiv) == 0x000018, "Wrong size on FRigVMFunction_MathIntDiv"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntMin \ +static_assert(alignof(FRigVMFunction_MathIntMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntMin"); \ +static_assert(sizeof(FRigVMFunction_MathIntMin) == 0x000018, "Wrong size on FRigVMFunction_MathIntMin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntPow \ +static_assert(alignof(FRigVMFunction_MathIntPow) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntPow"); \ +static_assert(sizeof(FRigVMFunction_MathIntPow) == 0x000018, "Wrong size on FRigVMFunction_MathIntPow"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntAbs \ +static_assert(alignof(FRigVMFunction_MathIntAbs) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntAbs"); \ +static_assert(sizeof(FRigVMFunction_MathIntAbs) == 0x000010, "Wrong size on FRigVMFunction_MathIntAbs"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToDouble \ +static_assert(alignof(FRigVMFunction_MathIntToDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToDouble"); \ +static_assert(sizeof(FRigVMFunction_MathIntToDouble) == 0x000018, "Wrong size on FRigVMFunction_MathIntToDouble"); \ +static_assert(offsetof(FRigVMFunction_MathIntToDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathIntToDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathIntToDouble::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntClamp \ +static_assert(alignof(FRigVMFunction_MathIntClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntClamp"); \ +static_assert(sizeof(FRigVMFunction_MathIntClamp) == 0x000018, "Wrong size on FRigVMFunction_MathIntClamp"); \ +static_assert(offsetof(FRigVMFunction_MathIntClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathIntClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntClamp, Minimum) == 0x00000C, "Member 'FRigVMFunction_MathIntClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntClamp, Maximum) == 0x000010, "Member 'FRigVMFunction_MathIntClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntClamp, Result) == 0x000014, "Member 'FRigVMFunction_MathIntClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntNotEquals \ +static_assert(alignof(FRigVMFunction_MathIntNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathIntNotEquals) == 0x000018, "Wrong size on FRigVMFunction_MathIntNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathIntNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathIntNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntNotEquals, B) == 0x00000C, "Member 'FRigVMFunction_MathIntNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntNotEquals, Result) == 0x000010, "Member 'FRigVMFunction_MathIntNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntLess \ +static_assert(alignof(FRigVMFunction_MathIntLess) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntLess"); \ +static_assert(sizeof(FRigVMFunction_MathIntLess) == 0x000018, "Wrong size on FRigVMFunction_MathIntLess"); \ +static_assert(offsetof(FRigVMFunction_MathIntLess, A) == 0x000008, "Member 'FRigVMFunction_MathIntLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntLess, B) == 0x00000C, "Member 'FRigVMFunction_MathIntLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntLess, Result) == 0x000010, "Member 'FRigVMFunction_MathIntLess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntLessEqual \ +static_assert(alignof(FRigVMFunction_MathIntLessEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntLessEqual"); \ +static_assert(sizeof(FRigVMFunction_MathIntLessEqual) == 0x000018, "Wrong size on FRigVMFunction_MathIntLessEqual"); \ +static_assert(offsetof(FRigVMFunction_MathIntLessEqual, A) == 0x000008, "Member 'FRigVMFunction_MathIntLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntLessEqual, B) == 0x00000C, "Member 'FRigVMFunction_MathIntLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntLessEqual, Result) == 0x000010, "Member 'FRigVMFunction_MathIntLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntArrayAverage \ +static_assert(alignof(FRigVMFunction_MathIntArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntArrayAverage"); \ +static_assert(sizeof(FRigVMFunction_MathIntArrayAverage) == 0x000020, "Wrong size on FRigVMFunction_MathIntArrayAverage"); \ +static_assert(offsetof(FRigVMFunction_MathIntArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathIntArrayAverage::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathIntArrayAverage::Average' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathIntToName \ +static_assert(alignof(FRigVMFunction_MathIntToName) == 0x000008, "Wrong alignment on FRigVMFunction_MathIntToName"); \ +static_assert(sizeof(FRigVMFunction_MathIntToName) == 0x000018, "Wrong size on FRigVMFunction_MathIntToName"); \ +static_assert(offsetof(FRigVMFunction_MathIntToName, Number) == 0x000008, "Member 'FRigVMFunction_MathIntToName::Number' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToName, PaddedSize) == 0x00000C, "Member 'FRigVMFunction_MathIntToName::PaddedSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathIntToName, Result) == 0x000010, "Member 'FRigVMFunction_MathIntToName::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixBinaryAggregateOp \ +static_assert(alignof(FRigVMFunction_MathMatrixBinaryAggregateOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixBinaryAggregateOp"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixBinaryAggregateOp) == 0x000190, "Wrong size on FRigVMFunction_MathMatrixBinaryAggregateOp"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryAggregateOp, A) == 0x000010, "Member 'FRigVMFunction_MathMatrixBinaryAggregateOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryAggregateOp, B) == 0x000090, "Member 'FRigVMFunction_MathMatrixBinaryAggregateOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixBinaryAggregateOp, Result) == 0x000110, "Member 'FRigVMFunction_MathMatrixBinaryAggregateOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixFromTransform \ +static_assert(alignof(FRigVMFunction_MathMatrixFromTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixFromTransform"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixFromTransform) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixFromTransform"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromTransform, Transform) == 0x000010, "Member 'FRigVMFunction_MathMatrixFromTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixFromTransform, Result) == 0x000070, "Member 'FRigVMFunction_MathMatrixFromTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixToVectors \ +static_assert(alignof(FRigVMFunction_MathMatrixToVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixToVectors"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixToVectors) == 0x0000F0, "Wrong size on FRigVMFunction_MathMatrixToVectors"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Value) == 0x000010, "Member 'FRigVMFunction_MathMatrixToVectors::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Origin) == 0x000090, "Member 'FRigVMFunction_MathMatrixToVectors::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, X) == 0x0000A8, "Member 'FRigVMFunction_MathMatrixToVectors::X' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Y) == 0x0000C0, "Member 'FRigVMFunction_MathMatrixToVectors::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathMatrixToVectors, Z) == 0x0000D8, "Member 'FRigVMFunction_MathMatrixToVectors::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathMatrixMul \ +static_assert(alignof(FRigVMFunction_MathMatrixMul) == 0x000010, "Wrong alignment on FRigVMFunction_MathMatrixMul"); \ +static_assert(sizeof(FRigVMFunction_MathMatrixMul) == 0x000190, "Wrong size on FRigVMFunction_MathMatrixMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionBinaryOp \ +static_assert(alignof(FRigVMFunction_MathQuaternionBinaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionBinaryOp) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryOp, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryOp, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionBinaryOp, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMake \ +static_assert(alignof(FRigVMFunction_MathQuaternionMake) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMake"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMake) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionMake"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, X) == 0x000008, "Member 'FRigVMFunction_MathQuaternionMake::X' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, Y) == 0x00000C, "Member 'FRigVMFunction_MathQuaternionMake::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, Z) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMake::Z' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, W) == 0x000014, "Member 'FRigVMFunction_MathQuaternionMake::W' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMake, Result) == 0x000020, "Member 'FRigVMFunction_MathQuaternionMake::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromEuler \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromEuler) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromEuler"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromEuler) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionFromEuler"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromEuler, Euler) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromEuler::Euler' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromEuler, RotationOrder) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromEuler::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromEuler, Result) == 0x000030, "Member 'FRigVMFunction_MathQuaternionFromEuler::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionFromRotatorV2 \ +static_assert(alignof(FRigVMFunction_MathQuaternionFromRotatorV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionFromRotatorV2"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionFromRotatorV2) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionFromRotatorV2"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotatorV2, Value) == 0x000008, "Member 'FRigVMFunction_MathQuaternionFromRotatorV2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionFromRotatorV2, Result) == 0x000020, "Member 'FRigVMFunction_MathQuaternionFromRotatorV2::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToAxisAndAngle \ +static_assert(alignof(FRigVMFunction_MathQuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToAxisAndAngle"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionToAxisAndAngle) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionToAxisAndAngle"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToAxisAndAngle, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToAxisAndAngle::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToAxisAndAngle, Axis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToAxisAndAngle, Angle) == 0x000048, "Member 'FRigVMFunction_MathQuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionScale \ +static_assert(alignof(FRigVMFunction_MathQuaternionScale) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionScale"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionScale) == 0x000040, "Wrong size on FRigVMFunction_MathQuaternionScale"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScale, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionScale::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionScale, Scale) == 0x000030, "Member 'FRigVMFunction_MathQuaternionScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionToEuler \ +static_assert(alignof(FRigVMFunction_MathQuaternionToEuler) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionToEuler"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionToEuler) == 0x000050, "Wrong size on FRigVMFunction_MathQuaternionToEuler"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToEuler, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionToEuler::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToEuler, RotationOrder) == 0x000030, "Member 'FRigVMFunction_MathQuaternionToEuler::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionToEuler, Result) == 0x000038, "Member 'FRigVMFunction_MathQuaternionToEuler::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMul \ +static_assert(alignof(FRigVMFunction_MathQuaternionMul) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMul"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMul) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionMul"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionSlerp \ +static_assert(alignof(FRigVMFunction_MathQuaternionSlerp) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionSlerp"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionSlerp) == 0x000080, "Wrong size on FRigVMFunction_MathQuaternionSlerp"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionSlerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionSlerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, T) == 0x000050, "Member 'FRigVMFunction_MathQuaternionSlerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSlerp, Result) == 0x000060, "Member 'FRigVMFunction_MathQuaternionSlerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionNotEquals \ +static_assert(alignof(FRigVMFunction_MathQuaternionNotEquals) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionNotEquals) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionNotEquals, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionNotEquals, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionNotEquals, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionDot \ +static_assert(alignof(FRigVMFunction_MathQuaternionDot) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionDot"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionDot) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionDot"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionDot, A) == 0x000010, "Member 'FRigVMFunction_MathQuaternionDot::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionDot, B) == 0x000030, "Member 'FRigVMFunction_MathQuaternionDot::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionDot, Result) == 0x000050, "Member 'FRigVMFunction_MathQuaternionDot::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionRotateVector \ +static_assert(alignof(FRigVMFunction_MathQuaternionRotateVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionRotateVector"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionRotateVector) == 0x000060, "Wrong size on FRigVMFunction_MathQuaternionRotateVector"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionRotateVector, Transform) == 0x000010, "Member 'FRigVMFunction_MathQuaternionRotateVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionRotateVector, Vector) == 0x000030, "Member 'FRigVMFunction_MathQuaternionRotateVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionRotateVector, Result) == 0x000048, "Member 'FRigVMFunction_MathQuaternionRotateVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionSwingTwist \ +static_assert(alignof(FRigVMFunction_MathQuaternionSwingTwist) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionSwingTwist"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionSwingTwist) == 0x000090, "Wrong size on FRigVMFunction_MathQuaternionSwingTwist"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, Input) == 0x000010, "Member 'FRigVMFunction_MathQuaternionSwingTwist::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, TwistAxis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionSwingTwist::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, Swing) == 0x000050, "Member 'FRigVMFunction_MathQuaternionSwingTwist::Swing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionSwingTwist, Twist) == 0x000070, "Member 'FRigVMFunction_MathQuaternionSwingTwist::Twist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMakeRelative \ +static_assert(alignof(FRigVMFunction_MathQuaternionMakeRelative) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMakeRelative"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMakeRelative) == 0x000070, "Wrong size on FRigVMFunction_MathQuaternionMakeRelative"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeRelative, Global) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMakeRelative::Global' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeRelative, Parent) == 0x000030, "Member 'FRigVMFunction_MathQuaternionMakeRelative::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMakeRelative, Local) == 0x000050, "Member 'FRigVMFunction_MathQuaternionMakeRelative::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathQuaternionMirrorTransform \ +static_assert(alignof(FRigVMFunction_MathQuaternionMirrorTransform) == 0x000010, "Wrong alignment on FRigVMFunction_MathQuaternionMirrorTransform"); \ +static_assert(sizeof(FRigVMFunction_MathQuaternionMirrorTransform) == 0x0000C0, "Wrong size on FRigVMFunction_MathQuaternionMirrorTransform"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, Value) == 0x000010, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, MirrorAxis) == 0x000030, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, AxisToFlip) == 0x000031, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, CentralTransform) == 0x000040, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::CentralTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathQuaternionMirrorTransform, Result) == 0x0000A0, "Member 'FRigVMFunction_MathQuaternionMirrorTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayIntersectRay \ +static_assert(alignof(FRigVMFunction_MathRayIntersectRay) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayIntersectRay"); \ +static_assert(sizeof(FRigVMFunction_MathRayIntersectRay) == 0x000090, "Wrong size on FRigVMFunction_MathRayIntersectRay"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, A) == 0x000008, "Member 'FRigVMFunction_MathRayIntersectRay::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, B) == 0x000038, "Member 'FRigVMFunction_MathRayIntersectRay::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, Result) == 0x000068, "Member 'FRigVMFunction_MathRayIntersectRay::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, Distance) == 0x000080, "Member 'FRigVMFunction_MathRayIntersectRay::Distance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, RatioA) == 0x000084, "Member 'FRigVMFunction_MathRayIntersectRay::RatioA' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayIntersectRay, RatioB) == 0x000088, "Member 'FRigVMFunction_MathRayIntersectRay::RatioB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRayGetAt \ +static_assert(alignof(FRigVMFunction_MathRayGetAt) == 0x000008, "Wrong alignment on FRigVMFunction_MathRayGetAt"); \ +static_assert(sizeof(FRigVMFunction_MathRayGetAt) == 0x000058, "Wrong size on FRigVMFunction_MathRayGetAt"); \ +static_assert(offsetof(FRigVMFunction_MathRayGetAt, Ray) == 0x000008, "Member 'FRigVMFunction_MathRayGetAt::Ray' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayGetAt, Ratio) == 0x000038, "Member 'FRigVMFunction_MathRayGetAt::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRayGetAt, Result) == 0x000040, "Member 'FRigVMFunction_MathRayGetAt::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatFloat \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatFloat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatFloat"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatFloat) == 0x000100, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatFloat"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatFloat, Targets) == 0x0000E0, "Member 'FRigVMFunction_MathRBFInterpolateQuatFloat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatFloat, Output) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatFloat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatVector \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatVector"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatVector) == 0x000110, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatVector"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatVector, Targets) == 0x0000E0, "Member 'FRigVMFunction_MathRBFInterpolateQuatVector::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatVector, Output) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatVector::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateQuatQuat \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateQuatQuat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateQuatQuat"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateQuatQuat) == 0x000110, "Wrong size on FRigVMFunction_MathRBFInterpolateQuatQuat"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatQuat, Targets) == 0x0000E0, "Member 'FRigVMFunction_MathRBFInterpolateQuatQuat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateQuatQuat, Output) == 0x0000F0, "Member 'FRigVMFunction_MathRBFInterpolateQuatQuat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorFloat \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorFloat) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorFloat"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorFloat) == 0x0000D0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorFloat"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorFloat, Targets) == 0x0000B0, "Member 'FRigVMFunction_MathRBFInterpolateVectorFloat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorFloat, Output) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorFloat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorColor \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorColor) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorColor"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorColor) == 0x0000D0, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorColor"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorColor, Targets) == 0x0000B0, "Member 'FRigVMFunction_MathRBFInterpolateVectorColor::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorColor, Output) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorColor::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathRBFInterpolateVectorXform \ +static_assert(alignof(FRigVMFunction_MathRBFInterpolateVectorXform) == 0x000010, "Wrong alignment on FRigVMFunction_MathRBFInterpolateVectorXform"); \ +static_assert(sizeof(FRigVMFunction_MathRBFInterpolateVectorXform) == 0x000120, "Wrong size on FRigVMFunction_MathRBFInterpolateVectorXform"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorXform, Targets) == 0x0000B0, "Member 'FRigVMFunction_MathRBFInterpolateVectorXform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathRBFInterpolateVectorXform, Output) == 0x0000C0, "Member 'FRigVMFunction_MathRBFInterpolateVectorXform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMutableBase \ +static_assert(alignof(FRigVMFunction_MathTransformMutableBase) == 0x000008, "Wrong alignment on FRigVMFunction_MathTransformMutableBase"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMutableBase) == 0x000010, "Wrong size on FRigVMFunction_MathTransformMutableBase"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformBinaryOp \ +static_assert(alignof(FRigVMFunction_MathTransformBinaryOp) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformBinaryOp"); \ +static_assert(sizeof(FRigVMFunction_MathTransformBinaryOp) == 0x000130, "Wrong size on FRigVMFunction_MathTransformBinaryOp"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryOp, A) == 0x000010, "Member 'FRigVMFunction_MathTransformBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryOp, B) == 0x000070, "Member 'FRigVMFunction_MathTransformBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformBinaryOp, Result) == 0x0000D0, "Member 'FRigVMFunction_MathTransformBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMake \ +static_assert(alignof(FRigVMFunction_MathTransformMake) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMake"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMake) == 0x0000C0, "Wrong size on FRigVMFunction_MathTransformMake"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMake, Translation) == 0x000008, "Member 'FRigVMFunction_MathTransformMake::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMake, Rotation) == 0x000020, "Member 'FRigVMFunction_MathTransformMake::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMake, Scale) == 0x000040, "Member 'FRigVMFunction_MathTransformMake::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMake, Result) == 0x000060, "Member 'FRigVMFunction_MathTransformMake::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformFromEulerTransformV2 \ +static_assert(alignof(FRigVMFunction_MathTransformFromEulerTransformV2) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformFromEulerTransformV2"); \ +static_assert(sizeof(FRigVMFunction_MathTransformFromEulerTransformV2) == 0x0000B0, "Wrong size on FRigVMFunction_MathTransformFromEulerTransformV2"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransformV2, Value) == 0x000008, "Member 'FRigVMFunction_MathTransformFromEulerTransformV2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromEulerTransformV2, Result) == 0x000050, "Member 'FRigVMFunction_MathTransformFromEulerTransformV2::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformToVectors \ +static_assert(alignof(FRigVMFunction_MathTransformToVectors) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformToVectors"); \ +static_assert(sizeof(FRigVMFunction_MathTransformToVectors) == 0x0000C0, "Wrong size on FRigVMFunction_MathTransformToVectors"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformToVectors::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Forward) == 0x000070, "Member 'FRigVMFunction_MathTransformToVectors::Forward' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Right) == 0x000088, "Member 'FRigVMFunction_MathTransformToVectors::Right' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformToVectors, Up) == 0x0000A0, "Member 'FRigVMFunction_MathTransformToVectors::Up' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformMakeRelative \ +static_assert(alignof(FRigVMFunction_MathTransformMakeRelative) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformMakeRelative"); \ +static_assert(sizeof(FRigVMFunction_MathTransformMakeRelative) == 0x000130, "Wrong size on FRigVMFunction_MathTransformMakeRelative"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeRelative, Global) == 0x000010, "Member 'FRigVMFunction_MathTransformMakeRelative::Global' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeRelative, Parent) == 0x000070, "Member 'FRigVMFunction_MathTransformMakeRelative::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformMakeRelative, Local) == 0x0000D0, "Member 'FRigVMFunction_MathTransformMakeRelative::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformAccumulateArray \ +static_assert(alignof(FRigVMFunction_MathTransformAccumulateArray) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformAccumulateArray"); \ +static_assert(sizeof(FRigVMFunction_MathTransformAccumulateArray) == 0x0000A0, "Wrong size on FRigVMFunction_MathTransformAccumulateArray"); \ +static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, Transforms) == 0x000010, "Member 'FRigVMFunction_MathTransformAccumulateArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, TargetSpace) == 0x000020, "Member 'FRigVMFunction_MathTransformAccumulateArray::TargetSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, Root) == 0x000030, "Member 'FRigVMFunction_MathTransformAccumulateArray::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformAccumulateArray, ParentIndices) == 0x000090, "Member 'FRigVMFunction_MathTransformAccumulateArray::ParentIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformRotateVector \ +static_assert(alignof(FRigVMFunction_MathTransformRotateVector) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformRotateVector"); \ +static_assert(sizeof(FRigVMFunction_MathTransformRotateVector) == 0x0000A0, "Wrong size on FRigVMFunction_MathTransformRotateVector"); \ +static_assert(offsetof(FRigVMFunction_MathTransformRotateVector, Transform) == 0x000010, "Member 'FRigVMFunction_MathTransformRotateVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformRotateVector, Vector) == 0x000070, "Member 'FRigVMFunction_MathTransformRotateVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformRotateVector, Result) == 0x000088, "Member 'FRigVMFunction_MathTransformRotateVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformFromSRT \ +static_assert(alignof(FRigVMFunction_MathTransformFromSRT) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformFromSRT"); \ +static_assert(sizeof(FRigVMFunction_MathTransformFromSRT) == 0x000110, "Wrong size on FRigVMFunction_MathTransformFromSRT"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Location) == 0x000008, "Member 'FRigVMFunction_MathTransformFromSRT::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Rotation) == 0x000020, "Member 'FRigVMFunction_MathTransformFromSRT::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, RotationOrder) == 0x000038, "Member 'FRigVMFunction_MathTransformFromSRT::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Scale) == 0x000040, "Member 'FRigVMFunction_MathTransformFromSRT::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, Transform) == 0x000060, "Member 'FRigVMFunction_MathTransformFromSRT::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformFromSRT, EulerTransform) == 0x0000C0, "Member 'FRigVMFunction_MathTransformFromSRT::EulerTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathTransformClampSpatially \ +static_assert(alignof(FRigVMFunction_MathTransformClampSpatially) == 0x000010, "Wrong alignment on FRigVMFunction_MathTransformClampSpatially"); \ +static_assert(sizeof(FRigVMFunction_MathTransformClampSpatially) == 0x000160, "Wrong size on FRigVMFunction_MathTransformClampSpatially"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Value) == 0x000010, "Member 'FRigVMFunction_MathTransformClampSpatially::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Axis) == 0x000070, "Member 'FRigVMFunction_MathTransformClampSpatially::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Type) == 0x000071, "Member 'FRigVMFunction_MathTransformClampSpatially::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Minimum) == 0x000074, "Member 'FRigVMFunction_MathTransformClampSpatially::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Maximum) == 0x000078, "Member 'FRigVMFunction_MathTransformClampSpatially::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Space) == 0x000080, "Member 'FRigVMFunction_MathTransformClampSpatially::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, bDrawDebug) == 0x0000E0, "Member 'FRigVMFunction_MathTransformClampSpatially::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, DebugColor) == 0x0000E4, "Member 'FRigVMFunction_MathTransformClampSpatially::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, DebugThickness) == 0x0000F4, "Member 'FRigVMFunction_MathTransformClampSpatially::DebugThickness' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathTransformClampSpatially, Result) == 0x000100, "Member 'FRigVMFunction_MathTransformClampSpatially::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMake \ +static_assert(alignof(FRigVMFunction_MathVectorMake) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMake"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMake) == 0x000030, "Wrong size on FRigVMFunction_MathVectorMake"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMake, X) == 0x000008, "Member 'FRigVMFunction_MathVectorMake::X' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMake, Y) == 0x00000C, "Member 'FRigVMFunction_MathVectorMake::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMake, Z) == 0x000010, "Member 'FRigVMFunction_MathVectorMake::Z' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMake, Result) == 0x000018, "Member 'FRigVMFunction_MathVectorMake::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorFromDouble \ +static_assert(alignof(FRigVMFunction_MathVectorFromDouble) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorFromDouble"); \ +static_assert(sizeof(FRigVMFunction_MathVectorFromDouble) == 0x000028, "Wrong size on FRigVMFunction_MathVectorFromDouble"); \ +static_assert(offsetof(FRigVMFunction_MathVectorFromDouble, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorFromDouble::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorFromDouble, Result) == 0x000010, "Member 'FRigVMFunction_MathVectorFromDouble::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSub \ +static_assert(alignof(FRigVMFunction_MathVectorSub) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSub"); \ +static_assert(sizeof(FRigVMFunction_MathVectorSub) == 0x000050, "Wrong size on FRigVMFunction_MathVectorSub"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDiv \ +static_assert(alignof(FRigVMFunction_MathVectorDiv) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDiv"); \ +static_assert(sizeof(FRigVMFunction_MathVectorDiv) == 0x000050, "Wrong size on FRigVMFunction_MathVectorDiv"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMin \ +static_assert(alignof(FRigVMFunction_MathVectorMin) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMin"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMin) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMin"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorNegate \ +static_assert(alignof(FRigVMFunction_MathVectorNegate) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorNegate"); \ +static_assert(sizeof(FRigVMFunction_MathVectorNegate) == 0x000038, "Wrong size on FRigVMFunction_MathVectorNegate"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorFloor \ +static_assert(alignof(FRigVMFunction_MathVectorFloor) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorFloor"); \ +static_assert(sizeof(FRigVMFunction_MathVectorFloor) == 0x000038, "Wrong size on FRigVMFunction_MathVectorFloor"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorRound \ +static_assert(alignof(FRigVMFunction_MathVectorRound) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorRound"); \ +static_assert(sizeof(FRigVMFunction_MathVectorRound) == 0x000038, "Wrong size on FRigVMFunction_MathVectorRound"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorClamp \ +static_assert(alignof(FRigVMFunction_MathVectorClamp) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorClamp"); \ +static_assert(sizeof(FRigVMFunction_MathVectorClamp) == 0x000068, "Wrong size on FRigVMFunction_MathVectorClamp"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClamp, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClamp, Minimum) == 0x000020, "Member 'FRigVMFunction_MathVectorClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClamp, Maximum) == 0x000038, "Member 'FRigVMFunction_MathVectorClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorClamp, Result) == 0x000050, "Member 'FRigVMFunction_MathVectorClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorRemap \ +static_assert(alignof(FRigVMFunction_MathVectorRemap) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorRemap"); \ +static_assert(sizeof(FRigVMFunction_MathVectorRemap) == 0x0000A0, "Wrong size on FRigVMFunction_MathVectorRemap"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, SourceMinimum) == 0x000020, "Member 'FRigVMFunction_MathVectorRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, SourceMaximum) == 0x000038, "Member 'FRigVMFunction_MathVectorRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, TargetMinimum) == 0x000050, "Member 'FRigVMFunction_MathVectorRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, TargetMaximum) == 0x000068, "Member 'FRigVMFunction_MathVectorRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, bClamp) == 0x000080, "Member 'FRigVMFunction_MathVectorRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorRemap, Result) == 0x000088, "Member 'FRigVMFunction_MathVectorRemap::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorNotEquals \ +static_assert(alignof(FRigVMFunction_MathVectorNotEquals) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorNotEquals"); \ +static_assert(sizeof(FRigVMFunction_MathVectorNotEquals) == 0x000040, "Wrong size on FRigVMFunction_MathVectorNotEquals"); \ +static_assert(offsetof(FRigVMFunction_MathVectorNotEquals, A) == 0x000008, "Member 'FRigVMFunction_MathVectorNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorNotEquals, B) == 0x000020, "Member 'FRigVMFunction_MathVectorNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorNotEquals, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorIsNearlyEqual \ +static_assert(alignof(FRigVMFunction_MathVectorIsNearlyEqual) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorIsNearlyEqual"); \ +static_assert(sizeof(FRigVMFunction_MathVectorIsNearlyEqual) == 0x000040, "Wrong size on FRigVMFunction_MathVectorIsNearlyEqual"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, A) == 0x000008, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, B) == 0x000020, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, Tolerance) == 0x000038, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorIsNearlyEqual, Result) == 0x00003C, "Member 'FRigVMFunction_MathVectorIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDeg \ +static_assert(alignof(FRigVMFunction_MathVectorDeg) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDeg"); \ +static_assert(sizeof(FRigVMFunction_MathVectorDeg) == 0x000038, "Wrong size on FRigVMFunction_MathVectorDeg"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorLengthSquared \ +static_assert(alignof(FRigVMFunction_MathVectorLengthSquared) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorLengthSquared"); \ +static_assert(sizeof(FRigVMFunction_MathVectorLengthSquared) == 0x000028, "Wrong size on FRigVMFunction_MathVectorLengthSquared"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLengthSquared, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorLengthSquared::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorLengthSquared, Result) == 0x000020, "Member 'FRigVMFunction_MathVectorLengthSquared::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDistance \ +static_assert(alignof(FRigVMFunction_MathVectorDistance) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDistance"); \ +static_assert(sizeof(FRigVMFunction_MathVectorDistance) == 0x000040, "Wrong size on FRigVMFunction_MathVectorDistance"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDistance, A) == 0x000008, "Member 'FRigVMFunction_MathVectorDistance::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDistance, B) == 0x000020, "Member 'FRigVMFunction_MathVectorDistance::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDistance, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorDistance::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorDot \ +static_assert(alignof(FRigVMFunction_MathVectorDot) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorDot"); \ +static_assert(sizeof(FRigVMFunction_MathVectorDot) == 0x000040, "Wrong size on FRigVMFunction_MathVectorDot"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDot, A) == 0x000008, "Member 'FRigVMFunction_MathVectorDot::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDot, B) == 0x000020, "Member 'FRigVMFunction_MathVectorDot::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorDot, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorDot::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorSetLength \ +static_assert(alignof(FRigVMFunction_MathVectorSetLength) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorSetLength"); \ +static_assert(sizeof(FRigVMFunction_MathVectorSetLength) == 0x000040, "Wrong size on FRigVMFunction_MathVectorSetLength"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSetLength, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorSetLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSetLength, Length) == 0x000020, "Member 'FRigVMFunction_MathVectorSetLength::Length' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorSetLength, Result) == 0x000028, "Member 'FRigVMFunction_MathVectorSetLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMirror \ +static_assert(alignof(FRigVMFunction_MathVectorMirror) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMirror"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMirror) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMirror"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirror, Value) == 0x000008, "Member 'FRigVMFunction_MathVectorMirror::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirror, Normal) == 0x000020, "Member 'FRigVMFunction_MathVectorMirror::Normal' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMirror, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorMirror::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorParallel \ +static_assert(alignof(FRigVMFunction_MathVectorParallel) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorParallel"); \ +static_assert(sizeof(FRigVMFunction_MathVectorParallel) == 0x000040, "Wrong size on FRigVMFunction_MathVectorParallel"); \ +static_assert(offsetof(FRigVMFunction_MathVectorParallel, A) == 0x000008, "Member 'FRigVMFunction_MathVectorParallel::A' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorParallel, B) == 0x000020, "Member 'FRigVMFunction_MathVectorParallel::B' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorParallel, Result) == 0x000038, "Member 'FRigVMFunction_MathVectorParallel::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMakeBezierFourPoint \ +static_assert(alignof(FRigVMFunction_MathVectorMakeBezierFourPoint) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMakeBezierFourPoint"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMakeBezierFourPoint) == 0x000068, "Wrong size on FRigVMFunction_MathVectorMakeBezierFourPoint"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeBezierFourPoint, Bezier) == 0x000008, "Member 'FRigVMFunction_MathVectorMakeBezierFourPoint::Bezier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathDistanceToPlane \ +static_assert(alignof(FRigVMFunction_MathDistanceToPlane) == 0x000008, "Wrong alignment on FRigVMFunction_MathDistanceToPlane"); \ +static_assert(sizeof(FRigVMFunction_MathDistanceToPlane) == 0x000070, "Wrong size on FRigVMFunction_MathDistanceToPlane"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, Point) == 0x000008, "Member 'FRigVMFunction_MathDistanceToPlane::Point' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, PlanePoint) == 0x000020, "Member 'FRigVMFunction_MathDistanceToPlane::PlanePoint' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, PlaneNormal) == 0x000038, "Member 'FRigVMFunction_MathDistanceToPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, ClosestPointOnPlane) == 0x000050, "Member 'FRigVMFunction_MathDistanceToPlane::ClosestPointOnPlane' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathDistanceToPlane, SignedDistance) == 0x000068, "Member 'FRigVMFunction_MathDistanceToPlane::SignedDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorMakeRelative \ +static_assert(alignof(FRigVMFunction_MathVectorMakeRelative) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorMakeRelative"); \ +static_assert(sizeof(FRigVMFunction_MathVectorMakeRelative) == 0x000050, "Wrong size on FRigVMFunction_MathVectorMakeRelative"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeRelative, Global) == 0x000008, "Member 'FRigVMFunction_MathVectorMakeRelative::Global' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeRelative, Parent) == 0x000020, "Member 'FRigVMFunction_MathVectorMakeRelative::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorMakeRelative, Local) == 0x000038, "Member 'FRigVMFunction_MathVectorMakeRelative::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_MathVectorArrayAverage \ +static_assert(alignof(FRigVMFunction_MathVectorArrayAverage) == 0x000008, "Wrong alignment on FRigVMFunction_MathVectorArrayAverage"); \ +static_assert(sizeof(FRigVMFunction_MathVectorArrayAverage) == 0x000030, "Wrong size on FRigVMFunction_MathVectorArrayAverage"); \ +static_assert(offsetof(FRigVMFunction_MathVectorArrayAverage, Array) == 0x000008, "Member 'FRigVMFunction_MathVectorArrayAverage::Array' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_MathVectorArrayAverage, Average) == 0x000018, "Member 'FRigVMFunction_MathVectorArrayAverage::Average' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NoiseVector2 \ +static_assert(alignof(FRigVMFunction_NoiseVector2) == 0x000008, "Wrong alignment on FRigVMFunction_NoiseVector2"); \ +static_assert(sizeof(FRigVMFunction_NoiseVector2) == 0x000090, "Wrong size on FRigVMFunction_NoiseVector2"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Value) == 0x000008, "Member 'FRigVMFunction_NoiseVector2::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Speed) == 0x000020, "Member 'FRigVMFunction_NoiseVector2::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Frequency) == 0x000038, "Member 'FRigVMFunction_NoiseVector2::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Minimum) == 0x000050, "Member 'FRigVMFunction_NoiseVector2::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Maximum) == 0x000058, "Member 'FRigVMFunction_NoiseVector2::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Result) == 0x000060, "Member 'FRigVMFunction_NoiseVector2::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NoiseVector2, Time) == 0x000078, "Member 'FRigVMFunction_NoiseVector2::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_RandomVector \ +static_assert(alignof(FRigVMFunction_RandomVector) == 0x000008, "Wrong alignment on FRigVMFunction_RandomVector"); \ +static_assert(sizeof(FRigVMFunction_RandomVector) == 0x000058, "Wrong size on FRigVMFunction_RandomVector"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Seed) == 0x000008, "Member 'FRigVMFunction_RandomVector::Seed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Minimum) == 0x00000C, "Member 'FRigVMFunction_RandomVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Maximum) == 0x000010, "Member 'FRigVMFunction_RandomVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Duration) == 0x000014, "Member 'FRigVMFunction_RandomVector::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, Result) == 0x000018, "Member 'FRigVMFunction_RandomVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, LastResult) == 0x000030, "Member 'FRigVMFunction_RandomVector::LastResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, LastSeed) == 0x000048, "Member 'FRigVMFunction_RandomVector::LastSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, BaseSeed) == 0x00004C, "Member 'FRigVMFunction_RandomVector::BaseSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_RandomVector, TimeLeft) == 0x000050, "Member 'FRigVMFunction_RandomVector::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMSimPoint \ +static_assert(alignof(FRigVMSimPoint) == 0x000008, "Wrong alignment on FRigVMSimPoint"); \ +static_assert(sizeof(FRigVMSimPoint) == 0x000040, "Wrong size on FRigVMSimPoint"); \ +static_assert(offsetof(FRigVMSimPoint, Mass) == 0x000000, "Member 'FRigVMSimPoint::Mass' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, Size) == 0x000004, "Member 'FRigVMSimPoint::Size' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, LinearDamping) == 0x000008, "Member 'FRigVMSimPoint::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, InheritMotion) == 0x00000C, "Member 'FRigVMSimPoint::InheritMotion' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, position) == 0x000010, "Member 'FRigVMSimPoint::position' has a wrong offset!"); \ +static_assert(offsetof(FRigVMSimPoint, LinearVelocity) == 0x000028, "Member 'FRigVMSimPoint::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayMake \ +static_assert(alignof(FRigVMDispatch_ArrayMake) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayMake"); \ +static_assert(sizeof(FRigVMDispatch_ArrayMake) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayMake"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayGetNum \ +static_assert(alignof(FRigVMDispatch_ArrayGetNum) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayGetNum"); \ +static_assert(sizeof(FRigVMDispatch_ArrayGetNum) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayGetNum"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayInit \ +static_assert(alignof(FRigVMDispatch_ArrayInit) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayInit"); \ +static_assert(sizeof(FRigVMDispatch_ArrayInit) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayInit"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayInsert \ +static_assert(alignof(FRigVMDispatch_ArrayInsert) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayInsert"); \ +static_assert(sizeof(FRigVMDispatch_ArrayInsert) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayInsert"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayReverse \ +static_assert(alignof(FRigVMDispatch_ArrayReverse) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayReverse"); \ +static_assert(sizeof(FRigVMDispatch_ArrayReverse) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayReverse"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayAppend \ +static_assert(alignof(FRigVMDispatch_ArrayAppend) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayAppend"); \ +static_assert(sizeof(FRigVMDispatch_ArrayAppend) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayAppend"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayUnion \ +static_assert(alignof(FRigVMDispatch_ArrayUnion) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayUnion"); \ +static_assert(sizeof(FRigVMDispatch_ArrayUnion) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayUnion"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_ArrayIntersection \ +static_assert(alignof(FRigVMDispatch_ArrayIntersection) == 0x000008, "Wrong alignment on FRigVMDispatch_ArrayIntersection"); \ +static_assert(sizeof(FRigVMDispatch_ArrayIntersection) == 0x0000A8, "Wrong size on FRigVMDispatch_ArrayIntersection"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CastEnumToInt \ +static_assert(alignof(FRigVMDispatch_CastEnumToInt) == 0x000008, "Wrong alignment on FRigVMDispatch_CastEnumToInt"); \ +static_assert(sizeof(FRigVMDispatch_CastEnumToInt) == 0x0000A8, "Wrong size on FRigVMDispatch_CastEnumToInt"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_CastObject \ +static_assert(alignof(FRigVMDispatch_CastObject) == 0x000008, "Wrong alignment on FRigVMDispatch_CastObject"); \ +static_assert(sizeof(FRigVMDispatch_CastObject) == 0x0000A8, "Wrong size on FRigVMDispatch_CastObject"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_If \ +static_assert(alignof(FRigVMDispatch_If) == 0x000008, "Wrong alignment on FRigVMDispatch_If"); \ +static_assert(sizeof(FRigVMDispatch_If) == 0x0000A8, "Wrong size on FRigVMDispatch_If"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_BreakStruct \ +static_assert(alignof(FRigVMDispatch_BreakStruct) == 0x000008, "Wrong alignment on FRigVMDispatch_BreakStruct"); \ +static_assert(sizeof(FRigVMDispatch_BreakStruct) == 0x0000A8, "Wrong size on FRigVMDispatch_BreakStruct"); \ + +#define DUMPER7_ASSERTS_FRigVMDispatch_SelectInt32 \ +static_assert(alignof(FRigVMDispatch_SelectInt32) == 0x000008, "Wrong alignment on FRigVMDispatch_SelectInt32"); \ +static_assert(sizeof(FRigVMDispatch_SelectInt32) == 0x0000A8, "Wrong size on FRigVMDispatch_SelectInt32"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_NameTruncate \ +static_assert(alignof(FRigVMFunction_NameTruncate) == 0x000008, "Wrong alignment on FRigVMFunction_NameTruncate"); \ +static_assert(sizeof(FRigVMFunction_NameTruncate) == 0x000028, "Wrong size on FRigVMFunction_NameTruncate"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, Name) == 0x000008, "Member 'FRigVMFunction_NameTruncate::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, Count) == 0x000010, "Member 'FRigVMFunction_NameTruncate::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, FromEnd) == 0x000014, "Member 'FRigVMFunction_NameTruncate::FromEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, Remainder) == 0x000018, "Member 'FRigVMFunction_NameTruncate::Remainder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_NameTruncate, Chopped) == 0x000020, "Member 'FRigVMFunction_NameTruncate::Chopped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_EndsWith \ +static_assert(alignof(FRigVMFunction_EndsWith) == 0x000008, "Wrong alignment on FRigVMFunction_EndsWith"); \ +static_assert(sizeof(FRigVMFunction_EndsWith) == 0x000020, "Wrong size on FRigVMFunction_EndsWith"); \ +static_assert(offsetof(FRigVMFunction_EndsWith, Name) == 0x000008, "Member 'FRigVMFunction_EndsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_EndsWith, Ending) == 0x000010, "Member 'FRigVMFunction_EndsWith::Ending' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_EndsWith, Result) == 0x000018, "Member 'FRigVMFunction_EndsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_Contains \ +static_assert(alignof(FRigVMFunction_Contains) == 0x000008, "Wrong alignment on FRigVMFunction_Contains"); \ +static_assert(sizeof(FRigVMFunction_Contains) == 0x000020, "Wrong size on FRigVMFunction_Contains"); \ +static_assert(offsetof(FRigVMFunction_Contains, Name) == 0x000008, "Member 'FRigVMFunction_Contains::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Contains, Search) == 0x000010, "Member 'FRigVMFunction_Contains::Search' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Contains, Result) == 0x000018, "Member 'FRigVMFunction_Contains::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_IsNameValid \ +static_assert(alignof(FRigVMFunction_IsNameValid) == 0x000008, "Wrong alignment on FRigVMFunction_IsNameValid"); \ +static_assert(sizeof(FRigVMFunction_IsNameValid) == 0x000018, "Wrong size on FRigVMFunction_IsNameValid"); \ +static_assert(offsetof(FRigVMFunction_IsNameValid, Value) == 0x000008, "Member 'FRigVMFunction_IsNameValid::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_IsNameValid, Result) == 0x000010, "Member 'FRigVMFunction_IsNameValid::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringTruncate \ +static_assert(alignof(FRigVMFunction_StringTruncate) == 0x000008, "Wrong alignment on FRigVMFunction_StringTruncate"); \ +static_assert(sizeof(FRigVMFunction_StringTruncate) == 0x000040, "Wrong size on FRigVMFunction_StringTruncate"); \ +static_assert(offsetof(FRigVMFunction_StringTruncate, Name) == 0x000008, "Member 'FRigVMFunction_StringTruncate::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringTruncate, Count) == 0x000018, "Member 'FRigVMFunction_StringTruncate::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringTruncate, FromEnd) == 0x00001C, "Member 'FRigVMFunction_StringTruncate::FromEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringTruncate, Remainder) == 0x000020, "Member 'FRigVMFunction_StringTruncate::Remainder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringTruncate, Chopped) == 0x000030, "Member 'FRigVMFunction_StringTruncate::Chopped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringEndsWith \ +static_assert(alignof(FRigVMFunction_StringEndsWith) == 0x000008, "Wrong alignment on FRigVMFunction_StringEndsWith"); \ +static_assert(sizeof(FRigVMFunction_StringEndsWith) == 0x000030, "Wrong size on FRigVMFunction_StringEndsWith"); \ +static_assert(offsetof(FRigVMFunction_StringEndsWith, Name) == 0x000008, "Member 'FRigVMFunction_StringEndsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringEndsWith, Ending) == 0x000018, "Member 'FRigVMFunction_StringEndsWith::Ending' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringEndsWith, Result) == 0x000028, "Member 'FRigVMFunction_StringEndsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringContains \ +static_assert(alignof(FRigVMFunction_StringContains) == 0x000008, "Wrong alignment on FRigVMFunction_StringContains"); \ +static_assert(sizeof(FRigVMFunction_StringContains) == 0x000030, "Wrong size on FRigVMFunction_StringContains"); \ +static_assert(offsetof(FRigVMFunction_StringContains, Name) == 0x000008, "Member 'FRigVMFunction_StringContains::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringContains, Search) == 0x000018, "Member 'FRigVMFunction_StringContains::Search' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringContains, Result) == 0x000028, "Member 'FRigVMFunction_StringContains::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringTrimWhitespace \ +static_assert(alignof(FRigVMFunction_StringTrimWhitespace) == 0x000008, "Wrong alignment on FRigVMFunction_StringTrimWhitespace"); \ +static_assert(sizeof(FRigVMFunction_StringTrimWhitespace) == 0x000028, "Wrong size on FRigVMFunction_StringTrimWhitespace"); \ +static_assert(offsetof(FRigVMFunction_StringTrimWhitespace, Value) == 0x000008, "Member 'FRigVMFunction_StringTrimWhitespace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringTrimWhitespace, Result) == 0x000018, "Member 'FRigVMFunction_StringTrimWhitespace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringToLowercase \ +static_assert(alignof(FRigVMFunction_StringToLowercase) == 0x000008, "Wrong alignment on FRigVMFunction_StringToLowercase"); \ +static_assert(sizeof(FRigVMFunction_StringToLowercase) == 0x000028, "Wrong size on FRigVMFunction_StringToLowercase"); \ +static_assert(offsetof(FRigVMFunction_StringToLowercase, Value) == 0x000008, "Member 'FRigVMFunction_StringToLowercase::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringToLowercase, Result) == 0x000018, "Member 'FRigVMFunction_StringToLowercase::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringLeft \ +static_assert(alignof(FRigVMFunction_StringLeft) == 0x000008, "Wrong alignment on FRigVMFunction_StringLeft"); \ +static_assert(sizeof(FRigVMFunction_StringLeft) == 0x000030, "Wrong size on FRigVMFunction_StringLeft"); \ +static_assert(offsetof(FRigVMFunction_StringLeft, Value) == 0x000008, "Member 'FRigVMFunction_StringLeft::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringLeft, Count) == 0x000018, "Member 'FRigVMFunction_StringLeft::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringLeft, Result) == 0x000020, "Member 'FRigVMFunction_StringLeft::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringRight \ +static_assert(alignof(FRigVMFunction_StringRight) == 0x000008, "Wrong alignment on FRigVMFunction_StringRight"); \ +static_assert(sizeof(FRigVMFunction_StringRight) == 0x000030, "Wrong size on FRigVMFunction_StringRight"); \ +static_assert(offsetof(FRigVMFunction_StringRight, Value) == 0x000008, "Member 'FRigVMFunction_StringRight::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringRight, Count) == 0x000018, "Member 'FRigVMFunction_StringRight::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringRight, Result) == 0x000020, "Member 'FRigVMFunction_StringRight::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringMiddle \ +static_assert(alignof(FRigVMFunction_StringMiddle) == 0x000008, "Wrong alignment on FRigVMFunction_StringMiddle"); \ +static_assert(sizeof(FRigVMFunction_StringMiddle) == 0x000030, "Wrong size on FRigVMFunction_StringMiddle"); \ +static_assert(offsetof(FRigVMFunction_StringMiddle, Value) == 0x000008, "Member 'FRigVMFunction_StringMiddle::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringMiddle, Start) == 0x000018, "Member 'FRigVMFunction_StringMiddle::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringMiddle, Count) == 0x00001C, "Member 'FRigVMFunction_StringMiddle::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringMiddle, Result) == 0x000020, "Member 'FRigVMFunction_StringMiddle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringSplit \ +static_assert(alignof(FRigVMFunction_StringSplit) == 0x000008, "Wrong alignment on FRigVMFunction_StringSplit"); \ +static_assert(sizeof(FRigVMFunction_StringSplit) == 0x000038, "Wrong size on FRigVMFunction_StringSplit"); \ +static_assert(offsetof(FRigVMFunction_StringSplit, Value) == 0x000008, "Member 'FRigVMFunction_StringSplit::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringSplit, Separator) == 0x000018, "Member 'FRigVMFunction_StringSplit::Separator' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringSplit, Result) == 0x000028, "Member 'FRigVMFunction_StringSplit::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringJoin \ +static_assert(alignof(FRigVMFunction_StringJoin) == 0x000008, "Wrong alignment on FRigVMFunction_StringJoin"); \ +static_assert(sizeof(FRigVMFunction_StringJoin) == 0x000038, "Wrong size on FRigVMFunction_StringJoin"); \ +static_assert(offsetof(FRigVMFunction_StringJoin, Values) == 0x000008, "Member 'FRigVMFunction_StringJoin::Values' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringJoin, Separator) == 0x000018, "Member 'FRigVMFunction_StringJoin::Separator' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringJoin, Result) == 0x000028, "Member 'FRigVMFunction_StringJoin::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_StringPadInteger \ +static_assert(alignof(FRigVMFunction_StringPadInteger) == 0x000008, "Wrong alignment on FRigVMFunction_StringPadInteger"); \ +static_assert(sizeof(FRigVMFunction_StringPadInteger) == 0x000020, "Wrong size on FRigVMFunction_StringPadInteger"); \ +static_assert(offsetof(FRigVMFunction_StringPadInteger, Value) == 0x000008, "Member 'FRigVMFunction_StringPadInteger::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringPadInteger, Digits) == 0x00000C, "Member 'FRigVMFunction_StringPadInteger::Digits' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_StringPadInteger, Result) == 0x000010, "Member 'FRigVMFunction_StringPadInteger::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_ToString \ +static_assert(alignof(FRigDispatch_ToString) == 0x000008, "Wrong alignment on FRigDispatch_ToString"); \ +static_assert(sizeof(FRigDispatch_ToString) == 0x0000A8, "Wrong size on FRigDispatch_ToString"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_FromString \ +static_assert(alignof(FRigDispatch_FromString) == 0x000008, "Wrong alignment on FRigDispatch_FromString"); \ +static_assert(sizeof(FRigDispatch_FromString) == 0x0000A8, "Wrong size on FRigDispatch_FromString"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorAdd \ +static_assert(alignof(FRigVMFunction_AccumulateVectorAdd) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorAdd"); \ +static_assert(sizeof(FRigVMFunction_AccumulateVectorAdd) == 0x000078, "Wrong size on FRigVMFunction_AccumulateVectorAdd"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, Increment) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorAdd::Increment' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, InitialValue) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorAdd::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, bIntegrateDeltaTime) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorAdd::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, Result) == 0x000040, "Member 'FRigVMFunction_AccumulateVectorAdd::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, AccumulatedValue) == 0x000058, "Member 'FRigVMFunction_AccumulateVectorAdd::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorAdd, bIsInitialized) == 0x000070, "Member 'FRigVMFunction_AccumulateVectorAdd::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatMul \ +static_assert(alignof(FRigVMFunction_AccumulateFloatMul) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatMul"); \ +static_assert(sizeof(FRigVMFunction_AccumulateFloatMul) == 0x000020, "Wrong size on FRigVMFunction_AccumulateFloatMul"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, Multiplier) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, InitialValue) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, bIntegrateDeltaTime) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, Result) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, AccumulatedValue) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatMul::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatMul, bIsInitialized) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatMul::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorMul \ +static_assert(alignof(FRigVMFunction_AccumulateVectorMul) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorMul"); \ +static_assert(sizeof(FRigVMFunction_AccumulateVectorMul) == 0x000078, "Wrong size on FRigVMFunction_AccumulateVectorMul"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, Multiplier) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, InitialValue) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, bIntegrateDeltaTime) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, Result) == 0x000040, "Member 'FRigVMFunction_AccumulateVectorMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, AccumulatedValue) == 0x000058, "Member 'FRigVMFunction_AccumulateVectorMul::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorMul, bIsInitialized) == 0x000070, "Member 'FRigVMFunction_AccumulateVectorMul::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateTransformMul \ +static_assert(alignof(FRigVMFunction_AccumulateTransformMul) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateTransformMul"); \ +static_assert(sizeof(FRigVMFunction_AccumulateTransformMul) == 0x0001B0, "Wrong size on FRigVMFunction_AccumulateTransformMul"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, Multiplier) == 0x000010, "Member 'FRigVMFunction_AccumulateTransformMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, InitialValue) == 0x000070, "Member 'FRigVMFunction_AccumulateTransformMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, bFlipOrder) == 0x0000D0, "Member 'FRigVMFunction_AccumulateTransformMul::bFlipOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, bIntegrateDeltaTime) == 0x0000D1, "Member 'FRigVMFunction_AccumulateTransformMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, Result) == 0x0000E0, "Member 'FRigVMFunction_AccumulateTransformMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, AccumulatedValue) == 0x000140, "Member 'FRigVMFunction_AccumulateTransformMul::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformMul, bIsInitialized) == 0x0001A0, "Member 'FRigVMFunction_AccumulateTransformMul::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatLerp \ +static_assert(alignof(FRigVMFunction_AccumulateFloatLerp) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatLerp"); \ +static_assert(sizeof(FRigVMFunction_AccumulateFloatLerp) == 0x000028, "Wrong size on FRigVMFunction_AccumulateFloatLerp"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, TargetValue) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, InitialValue) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, Blend) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, bIntegrateDeltaTime) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, Result) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, AccumulatedValue) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatLerp::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatLerp, bIsInitialized) == 0x000020, "Member 'FRigVMFunction_AccumulateFloatLerp::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorLerp \ +static_assert(alignof(FRigVMFunction_AccumulateVectorLerp) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorLerp"); \ +static_assert(sizeof(FRigVMFunction_AccumulateVectorLerp) == 0x000078, "Wrong size on FRigVMFunction_AccumulateVectorLerp"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, TargetValue) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, InitialValue) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, Blend) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, bIntegrateDeltaTime) == 0x00003C, "Member 'FRigVMFunction_AccumulateVectorLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, Result) == 0x000040, "Member 'FRigVMFunction_AccumulateVectorLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, AccumulatedValue) == 0x000058, "Member 'FRigVMFunction_AccumulateVectorLerp::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorLerp, bIsInitialized) == 0x000070, "Member 'FRigVMFunction_AccumulateVectorLerp::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateQuatLerp \ +static_assert(alignof(FRigVMFunction_AccumulateQuatLerp) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateQuatLerp"); \ +static_assert(sizeof(FRigVMFunction_AccumulateQuatLerp) == 0x0000B0, "Wrong size on FRigVMFunction_AccumulateQuatLerp"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, TargetValue) == 0x000010, "Member 'FRigVMFunction_AccumulateQuatLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, InitialValue) == 0x000030, "Member 'FRigVMFunction_AccumulateQuatLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, Blend) == 0x000050, "Member 'FRigVMFunction_AccumulateQuatLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, bIntegrateDeltaTime) == 0x000054, "Member 'FRigVMFunction_AccumulateQuatLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, Result) == 0x000060, "Member 'FRigVMFunction_AccumulateQuatLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, AccumulatedValue) == 0x000080, "Member 'FRigVMFunction_AccumulateQuatLerp::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateQuatLerp, bIsInitialized) == 0x0000A0, "Member 'FRigVMFunction_AccumulateQuatLerp::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateTransformLerp \ +static_assert(alignof(FRigVMFunction_AccumulateTransformLerp) == 0x000010, "Wrong alignment on FRigVMFunction_AccumulateTransformLerp"); \ +static_assert(sizeof(FRigVMFunction_AccumulateTransformLerp) == 0x0001B0, "Wrong size on FRigVMFunction_AccumulateTransformLerp"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, TargetValue) == 0x000010, "Member 'FRigVMFunction_AccumulateTransformLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, InitialValue) == 0x000070, "Member 'FRigVMFunction_AccumulateTransformLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, Blend) == 0x0000D0, "Member 'FRigVMFunction_AccumulateTransformLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, bIntegrateDeltaTime) == 0x0000D4, "Member 'FRigVMFunction_AccumulateTransformLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, Result) == 0x0000E0, "Member 'FRigVMFunction_AccumulateTransformLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, AccumulatedValue) == 0x000140, "Member 'FRigVMFunction_AccumulateTransformLerp::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateTransformLerp, bIsInitialized) == 0x0001A0, "Member 'FRigVMFunction_AccumulateTransformLerp::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateFloatRange \ +static_assert(alignof(FRigVMFunction_AccumulateFloatRange) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateFloatRange"); \ +static_assert(sizeof(FRigVMFunction_AccumulateFloatRange) == 0x000020, "Wrong size on FRigVMFunction_AccumulateFloatRange"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, Value) == 0x000008, "Member 'FRigVMFunction_AccumulateFloatRange::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, Minimum) == 0x00000C, "Member 'FRigVMFunction_AccumulateFloatRange::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, Maximum) == 0x000010, "Member 'FRigVMFunction_AccumulateFloatRange::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, AccumulatedMinimum) == 0x000014, "Member 'FRigVMFunction_AccumulateFloatRange::AccumulatedMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, AccumulatedMaximum) == 0x000018, "Member 'FRigVMFunction_AccumulateFloatRange::AccumulatedMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateFloatRange, bIsInitialized) == 0x00001C, "Member 'FRigVMFunction_AccumulateFloatRange::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AccumulateVectorRange \ +static_assert(alignof(FRigVMFunction_AccumulateVectorRange) == 0x000008, "Wrong alignment on FRigVMFunction_AccumulateVectorRange"); \ +static_assert(sizeof(FRigVMFunction_AccumulateVectorRange) == 0x000088, "Wrong size on FRigVMFunction_AccumulateVectorRange"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, Value) == 0x000008, "Member 'FRigVMFunction_AccumulateVectorRange::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, Minimum) == 0x000020, "Member 'FRigVMFunction_AccumulateVectorRange::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, Maximum) == 0x000038, "Member 'FRigVMFunction_AccumulateVectorRange::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, AccumulatedMinimum) == 0x000050, "Member 'FRigVMFunction_AccumulateVectorRange::AccumulatedMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, AccumulatedMaximum) == 0x000068, "Member 'FRigVMFunction_AccumulateVectorRange::AccumulatedMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AccumulateVectorRange, bIsInitialized) == 0x000080, "Member 'FRigVMFunction_AccumulateVectorRange::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AlphaInterp \ +static_assert(alignof(FRigVMFunction_AlphaInterp) == 0x000008, "Wrong alignment on FRigVMFunction_AlphaInterp"); \ +static_assert(sizeof(FRigVMFunction_AlphaInterp) == 0x000078, "Wrong size on FRigVMFunction_AlphaInterp"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, Value) == 0x000008, "Member 'FRigVMFunction_AlphaInterp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, Scale) == 0x00000C, "Member 'FRigVMFunction_AlphaInterp::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, Bias) == 0x000010, "Member 'FRigVMFunction_AlphaInterp::Bias' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, bMapRange) == 0x000014, "Member 'FRigVMFunction_AlphaInterp::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, InRange) == 0x000018, "Member 'FRigVMFunction_AlphaInterp::InRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, OutRange) == 0x000020, "Member 'FRigVMFunction_AlphaInterp::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, bClampResult) == 0x000028, "Member 'FRigVMFunction_AlphaInterp::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, ClampMin) == 0x00002C, "Member 'FRigVMFunction_AlphaInterp::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, ClampMax) == 0x000030, "Member 'FRigVMFunction_AlphaInterp::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, bInterpResult) == 0x000034, "Member 'FRigVMFunction_AlphaInterp::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, InterpSpeedIncreasing) == 0x000038, "Member 'FRigVMFunction_AlphaInterp::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, InterpSpeedDecreasing) == 0x00003C, "Member 'FRigVMFunction_AlphaInterp::InterpSpeedDecreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, Result) == 0x000040, "Member 'FRigVMFunction_AlphaInterp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterp, ScaleBiasClamp) == 0x000044, "Member 'FRigVMFunction_AlphaInterp::ScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AlphaInterpVector \ +static_assert(alignof(FRigVMFunction_AlphaInterpVector) == 0x000008, "Wrong alignment on FRigVMFunction_AlphaInterpVector"); \ +static_assert(sizeof(FRigVMFunction_AlphaInterpVector) == 0x0000A0, "Wrong size on FRigVMFunction_AlphaInterpVector"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, Value) == 0x000008, "Member 'FRigVMFunction_AlphaInterpVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, Scale) == 0x000020, "Member 'FRigVMFunction_AlphaInterpVector::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, Bias) == 0x000024, "Member 'FRigVMFunction_AlphaInterpVector::Bias' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, bMapRange) == 0x000028, "Member 'FRigVMFunction_AlphaInterpVector::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, InRange) == 0x00002C, "Member 'FRigVMFunction_AlphaInterpVector::InRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, OutRange) == 0x000034, "Member 'FRigVMFunction_AlphaInterpVector::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, bClampResult) == 0x00003C, "Member 'FRigVMFunction_AlphaInterpVector::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, ClampMin) == 0x000040, "Member 'FRigVMFunction_AlphaInterpVector::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, ClampMax) == 0x000044, "Member 'FRigVMFunction_AlphaInterpVector::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, bInterpResult) == 0x000048, "Member 'FRigVMFunction_AlphaInterpVector::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, InterpSpeedIncreasing) == 0x00004C, "Member 'FRigVMFunction_AlphaInterpVector::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, InterpSpeedDecreasing) == 0x000050, "Member 'FRigVMFunction_AlphaInterpVector::InterpSpeedDecreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, Result) == 0x000058, "Member 'FRigVMFunction_AlphaInterpVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpVector, ScaleBiasClamp) == 0x000070, "Member 'FRigVMFunction_AlphaInterpVector::ScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_AlphaInterpQuat \ +static_assert(alignof(FRigVMFunction_AlphaInterpQuat) == 0x000010, "Wrong alignment on FRigVMFunction_AlphaInterpQuat"); \ +static_assert(sizeof(FRigVMFunction_AlphaInterpQuat) == 0x0000C0, "Wrong size on FRigVMFunction_AlphaInterpQuat"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Value) == 0x000010, "Member 'FRigVMFunction_AlphaInterpQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Scale) == 0x000030, "Member 'FRigVMFunction_AlphaInterpQuat::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Bias) == 0x000034, "Member 'FRigVMFunction_AlphaInterpQuat::Bias' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, bMapRange) == 0x000038, "Member 'FRigVMFunction_AlphaInterpQuat::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, InRange) == 0x00003C, "Member 'FRigVMFunction_AlphaInterpQuat::InRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, OutRange) == 0x000044, "Member 'FRigVMFunction_AlphaInterpQuat::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, bClampResult) == 0x00004C, "Member 'FRigVMFunction_AlphaInterpQuat::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, ClampMin) == 0x000050, "Member 'FRigVMFunction_AlphaInterpQuat::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, ClampMax) == 0x000054, "Member 'FRigVMFunction_AlphaInterpQuat::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, bInterpResult) == 0x000058, "Member 'FRigVMFunction_AlphaInterpQuat::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, InterpSpeedIncreasing) == 0x00005C, "Member 'FRigVMFunction_AlphaInterpQuat::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, InterpSpeedDecreasing) == 0x000060, "Member 'FRigVMFunction_AlphaInterpQuat::InterpSpeedDecreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, Result) == 0x000070, "Member 'FRigVMFunction_AlphaInterpQuat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_AlphaInterpQuat, ScaleBiasClamp) == 0x000090, "Member 'FRigVMFunction_AlphaInterpQuat::ScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousFloat \ +static_assert(alignof(FRigVMFunction_DeltaFromPreviousFloat) == 0x000008, "Wrong alignment on FRigVMFunction_DeltaFromPreviousFloat"); \ +static_assert(sizeof(FRigVMFunction_DeltaFromPreviousFloat) == 0x000020, "Wrong size on FRigVMFunction_DeltaFromPreviousFloat"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, Value) == 0x000008, "Member 'FRigVMFunction_DeltaFromPreviousFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, Delta) == 0x00000C, "Member 'FRigVMFunction_DeltaFromPreviousFloat::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, PreviousValue) == 0x000010, "Member 'FRigVMFunction_DeltaFromPreviousFloat::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, Cache) == 0x000014, "Member 'FRigVMFunction_DeltaFromPreviousFloat::Cache' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousFloat, bIsInitialized) == 0x000018, "Member 'FRigVMFunction_DeltaFromPreviousFloat::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousVector \ +static_assert(alignof(FRigVMFunction_DeltaFromPreviousVector) == 0x000008, "Wrong alignment on FRigVMFunction_DeltaFromPreviousVector"); \ +static_assert(sizeof(FRigVMFunction_DeltaFromPreviousVector) == 0x000070, "Wrong size on FRigVMFunction_DeltaFromPreviousVector"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, Value) == 0x000008, "Member 'FRigVMFunction_DeltaFromPreviousVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, Delta) == 0x000020, "Member 'FRigVMFunction_DeltaFromPreviousVector::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, PreviousValue) == 0x000038, "Member 'FRigVMFunction_DeltaFromPreviousVector::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, Cache) == 0x000050, "Member 'FRigVMFunction_DeltaFromPreviousVector::Cache' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousVector, bIsInitialized) == 0x000068, "Member 'FRigVMFunction_DeltaFromPreviousVector::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousQuat \ +static_assert(alignof(FRigVMFunction_DeltaFromPreviousQuat) == 0x000010, "Wrong alignment on FRigVMFunction_DeltaFromPreviousQuat"); \ +static_assert(sizeof(FRigVMFunction_DeltaFromPreviousQuat) == 0x0000A0, "Wrong size on FRigVMFunction_DeltaFromPreviousQuat"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, Value) == 0x000010, "Member 'FRigVMFunction_DeltaFromPreviousQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, Delta) == 0x000030, "Member 'FRigVMFunction_DeltaFromPreviousQuat::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, PreviousValue) == 0x000050, "Member 'FRigVMFunction_DeltaFromPreviousQuat::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, Cache) == 0x000070, "Member 'FRigVMFunction_DeltaFromPreviousQuat::Cache' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousQuat, bIsInitialized) == 0x000090, "Member 'FRigVMFunction_DeltaFromPreviousQuat::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_DeltaFromPreviousTransform \ +static_assert(alignof(FRigVMFunction_DeltaFromPreviousTransform) == 0x000010, "Wrong alignment on FRigVMFunction_DeltaFromPreviousTransform"); \ +static_assert(sizeof(FRigVMFunction_DeltaFromPreviousTransform) == 0x0001A0, "Wrong size on FRigVMFunction_DeltaFromPreviousTransform"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, Value) == 0x000010, "Member 'FRigVMFunction_DeltaFromPreviousTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, Delta) == 0x000070, "Member 'FRigVMFunction_DeltaFromPreviousTransform::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, PreviousValue) == 0x0000D0, "Member 'FRigVMFunction_DeltaFromPreviousTransform::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, Cache) == 0x000130, "Member 'FRigVMFunction_DeltaFromPreviousTransform::Cache' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_DeltaFromPreviousTransform, bIsInitialized) == 0x000190, "Member 'FRigVMFunction_DeltaFromPreviousTransform::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_KalmanFloat \ +static_assert(alignof(FRigVMFunction_KalmanFloat) == 0x000008, "Wrong alignment on FRigVMFunction_KalmanFloat"); \ +static_assert(sizeof(FRigVMFunction_KalmanFloat) == 0x000030, "Wrong size on FRigVMFunction_KalmanFloat"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, Value) == 0x000008, "Member 'FRigVMFunction_KalmanFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, BufferSize) == 0x00000C, "Member 'FRigVMFunction_KalmanFloat::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, Result) == 0x000010, "Member 'FRigVMFunction_KalmanFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, Buffer) == 0x000018, "Member 'FRigVMFunction_KalmanFloat::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanFloat, LastInsertIndex) == 0x000028, "Member 'FRigVMFunction_KalmanFloat::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_KalmanVector \ +static_assert(alignof(FRigVMFunction_KalmanVector) == 0x000008, "Wrong alignment on FRigVMFunction_KalmanVector"); \ +static_assert(sizeof(FRigVMFunction_KalmanVector) == 0x000058, "Wrong size on FRigVMFunction_KalmanVector"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, Value) == 0x000008, "Member 'FRigVMFunction_KalmanVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, BufferSize) == 0x000020, "Member 'FRigVMFunction_KalmanVector::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, Result) == 0x000028, "Member 'FRigVMFunction_KalmanVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, Buffer) == 0x000040, "Member 'FRigVMFunction_KalmanVector::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanVector, LastInsertIndex) == 0x000050, "Member 'FRigVMFunction_KalmanVector::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_KalmanTransform \ +static_assert(alignof(FRigVMFunction_KalmanTransform) == 0x000010, "Wrong alignment on FRigVMFunction_KalmanTransform"); \ +static_assert(sizeof(FRigVMFunction_KalmanTransform) == 0x000100, "Wrong size on FRigVMFunction_KalmanTransform"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, Value) == 0x000010, "Member 'FRigVMFunction_KalmanTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, BufferSize) == 0x000070, "Member 'FRigVMFunction_KalmanTransform::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, Result) == 0x000080, "Member 'FRigVMFunction_KalmanTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, Buffer) == 0x0000E0, "Member 'FRigVMFunction_KalmanTransform::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_KalmanTransform, LastInsertIndex) == 0x0000F0, "Member 'FRigVMFunction_KalmanTransform::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_Timeline \ +static_assert(alignof(FRigVMFunction_Timeline) == 0x000008, "Wrong alignment on FRigVMFunction_Timeline"); \ +static_assert(sizeof(FRigVMFunction_Timeline) == 0x000018, "Wrong size on FRigVMFunction_Timeline"); \ +static_assert(offsetof(FRigVMFunction_Timeline, Speed) == 0x000008, "Member 'FRigVMFunction_Timeline::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Timeline, Time) == 0x00000C, "Member 'FRigVMFunction_Timeline::Time' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Timeline, AccumulatedValue) == 0x000010, "Member 'FRigVMFunction_Timeline::AccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_Timeline, bIsInitialized) == 0x000014, "Member 'FRigVMFunction_Timeline::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_TimeLoop \ +static_assert(alignof(FRigVMFunction_TimeLoop) == 0x000008, "Wrong alignment on FRigVMFunction_TimeLoop"); \ +static_assert(sizeof(FRigVMFunction_TimeLoop) == 0x000038, "Wrong size on FRigVMFunction_TimeLoop"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Speed) == 0x000008, "Member 'FRigVMFunction_TimeLoop::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Duration) == 0x00000C, "Member 'FRigVMFunction_TimeLoop::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Normalize) == 0x000010, "Member 'FRigVMFunction_TimeLoop::Normalize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Absolute) == 0x000014, "Member 'FRigVMFunction_TimeLoop::Absolute' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Relative) == 0x000018, "Member 'FRigVMFunction_TimeLoop::Relative' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, FlipFlop) == 0x00001C, "Member 'FRigVMFunction_TimeLoop::FlipFlop' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, Even) == 0x000020, "Member 'FRigVMFunction_TimeLoop::Even' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, AccumulatedAbsolute) == 0x000024, "Member 'FRigVMFunction_TimeLoop::AccumulatedAbsolute' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, AccumulatedRelative) == 0x000028, "Member 'FRigVMFunction_TimeLoop::AccumulatedRelative' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, NumIterations) == 0x00002C, "Member 'FRigVMFunction_TimeLoop::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeLoop, bIsInitialized) == 0x000030, "Member 'FRigVMFunction_TimeLoop::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_TimeOffsetFloat \ +static_assert(alignof(FRigVMFunction_TimeOffsetFloat) == 0x000008, "Wrong alignment on FRigVMFunction_TimeOffsetFloat"); \ +static_assert(sizeof(FRigVMFunction_TimeOffsetFloat) == 0x000048, "Wrong size on FRigVMFunction_TimeOffsetFloat"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, Value) == 0x000008, "Member 'FRigVMFunction_TimeOffsetFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, SecondsAgo) == 0x00000C, "Member 'FRigVMFunction_TimeOffsetFloat::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, BufferSize) == 0x000010, "Member 'FRigVMFunction_TimeOffsetFloat::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, TimeRange) == 0x000014, "Member 'FRigVMFunction_TimeOffsetFloat::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, Result) == 0x000018, "Member 'FRigVMFunction_TimeOffsetFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, Buffer) == 0x000020, "Member 'FRigVMFunction_TimeOffsetFloat::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, DeltaTimes) == 0x000030, "Member 'FRigVMFunction_TimeOffsetFloat::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, LastInsertIndex) == 0x000040, "Member 'FRigVMFunction_TimeOffsetFloat::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetFloat, UpperBound) == 0x000044, "Member 'FRigVMFunction_TimeOffsetFloat::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_TimeOffsetVector \ +static_assert(alignof(FRigVMFunction_TimeOffsetVector) == 0x000008, "Wrong alignment on FRigVMFunction_TimeOffsetVector"); \ +static_assert(sizeof(FRigVMFunction_TimeOffsetVector) == 0x000070, "Wrong size on FRigVMFunction_TimeOffsetVector"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, Value) == 0x000008, "Member 'FRigVMFunction_TimeOffsetVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, SecondsAgo) == 0x000020, "Member 'FRigVMFunction_TimeOffsetVector::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, BufferSize) == 0x000024, "Member 'FRigVMFunction_TimeOffsetVector::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, TimeRange) == 0x000028, "Member 'FRigVMFunction_TimeOffsetVector::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, Result) == 0x000030, "Member 'FRigVMFunction_TimeOffsetVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, Buffer) == 0x000048, "Member 'FRigVMFunction_TimeOffsetVector::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, DeltaTimes) == 0x000058, "Member 'FRigVMFunction_TimeOffsetVector::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, LastInsertIndex) == 0x000068, "Member 'FRigVMFunction_TimeOffsetVector::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetVector, UpperBound) == 0x00006C, "Member 'FRigVMFunction_TimeOffsetVector::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_TimeOffsetTransform \ +static_assert(alignof(FRigVMFunction_TimeOffsetTransform) == 0x000010, "Wrong alignment on FRigVMFunction_TimeOffsetTransform"); \ +static_assert(sizeof(FRigVMFunction_TimeOffsetTransform) == 0x000110, "Wrong size on FRigVMFunction_TimeOffsetTransform"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, Value) == 0x000010, "Member 'FRigVMFunction_TimeOffsetTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, SecondsAgo) == 0x000070, "Member 'FRigVMFunction_TimeOffsetTransform::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, BufferSize) == 0x000074, "Member 'FRigVMFunction_TimeOffsetTransform::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, TimeRange) == 0x000078, "Member 'FRigVMFunction_TimeOffsetTransform::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, Result) == 0x000080, "Member 'FRigVMFunction_TimeOffsetTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, Buffer) == 0x0000E0, "Member 'FRigVMFunction_TimeOffsetTransform::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, DeltaTimes) == 0x0000F0, "Member 'FRigVMFunction_TimeOffsetTransform::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, LastInsertIndex) == 0x000100, "Member 'FRigVMFunction_TimeOffsetTransform::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_TimeOffsetTransform, UpperBound) == 0x000104, "Member 'FRigVMFunction_TimeOffsetTransform::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMFunction_VerletIntegrateVector \ +static_assert(alignof(FRigVMFunction_VerletIntegrateVector) == 0x000008, "Wrong alignment on FRigVMFunction_VerletIntegrateVector"); \ +static_assert(sizeof(FRigVMFunction_VerletIntegrateVector) == 0x0000D8, "Wrong size on FRigVMFunction_VerletIntegrateVector"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Target) == 0x000008, "Member 'FRigVMFunction_VerletIntegrateVector::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Strength) == 0x000020, "Member 'FRigVMFunction_VerletIntegrateVector::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Damp) == 0x000024, "Member 'FRigVMFunction_VerletIntegrateVector::Damp' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Blend) == 0x000028, "Member 'FRigVMFunction_VerletIntegrateVector::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Force) == 0x000030, "Member 'FRigVMFunction_VerletIntegrateVector::Force' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, position) == 0x000048, "Member 'FRigVMFunction_VerletIntegrateVector::position' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Velocity) == 0x000060, "Member 'FRigVMFunction_VerletIntegrateVector::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Acceleration) == 0x000078, "Member 'FRigVMFunction_VerletIntegrateVector::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, Point) == 0x000090, "Member 'FRigVMFunction_VerletIntegrateVector::Point' has a wrong offset!"); \ +static_assert(offsetof(FRigVMFunction_VerletIntegrateVector, bInitialized) == 0x0000D0, "Member 'FRigVMFunction_VerletIntegrateVector::bInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMUserDefinedTypesInfo \ +static_assert(alignof(FRigVMUserDefinedTypesInfo) == 0x000008, "Wrong alignment on FRigVMUserDefinedTypesInfo"); \ +static_assert(sizeof(FRigVMUserDefinedTypesInfo) == 0x0000F0, "Wrong size on FRigVMUserDefinedTypesInfo"); \ +static_assert(offsetof(FRigVMUserDefinedTypesInfo, StructGuidToPathName) == 0x000000, "Member 'FRigVMUserDefinedTypesInfo::StructGuidToPathName' has a wrong offset!"); \ +static_assert(offsetof(FRigVMUserDefinedTypesInfo, EnumToPathName) == 0x000050, "Member 'FRigVMUserDefinedTypesInfo::EnumToPathName' has a wrong offset!"); \ +static_assert(offsetof(FRigVMUserDefinedTypesInfo, TypesInUse) == 0x0000A0, "Member 'FRigVMUserDefinedTypesInfo::TypesInUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVMBlueprintGeneratedClass \ +static_assert(alignof(URigVMBlueprintGeneratedClass) == 0x000008, "Wrong alignment on URigVMBlueprintGeneratedClass"); \ +static_assert(sizeof(URigVMBlueprintGeneratedClass) == 0x0003C0, "Wrong size on URigVMBlueprintGeneratedClass"); \ +static_assert(offsetof(URigVMBlueprintGeneratedClass, GraphFunctionStore) == 0x000370, "Member 'URigVMBlueprintGeneratedClass::GraphFunctionStore' has a wrong offset!"); \ +static_assert(offsetof(URigVMBlueprintGeneratedClass, SupportedEventNames) == 0x000390, "Member 'URigVMBlueprintGeneratedClass::SupportedEventNames' has a wrong offset!"); \ +static_assert(offsetof(URigVMBlueprintGeneratedClass, AssetVariant) == 0x0003A0, "Member 'URigVMBlueprintGeneratedClass::AssetVariant' 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) == 0x000010, "Wrong alignment on RigVM_Execute"); \ +static_assert(sizeof(RigVM_Execute) == 0x000290, "Wrong size on RigVM_Execute"); \ +static_assert(offsetof(RigVM_Execute, Context) == 0x000000, "Member 'RigVM_Execute::Context' has a wrong offset!"); \ +static_assert(offsetof(RigVM_Execute, InEntryName) == 0x000280, "Member 'RigVM_Execute::InEntryName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_Execute, ReturnValue) == 0x000288, "Member 'RigVM_Execute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueBool \ +static_assert(alignof(RigVM_GetParameterValueBool) == 0x000004, "Wrong alignment on RigVM_GetParameterValueBool"); \ +static_assert(sizeof(RigVM_GetParameterValueBool) == 0x000010, "Wrong size on RigVM_GetParameterValueBool"); \ +static_assert(offsetof(RigVM_GetParameterValueBool, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueBool::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueBool, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueBool::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueBool, ReturnValue) == 0x00000C, "Member 'RigVM_GetParameterValueBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueDouble \ +static_assert(alignof(RigVM_GetParameterValueDouble) == 0x000008, "Wrong alignment on RigVM_GetParameterValueDouble"); \ +static_assert(sizeof(RigVM_GetParameterValueDouble) == 0x000018, "Wrong size on RigVM_GetParameterValueDouble"); \ +static_assert(offsetof(RigVM_GetParameterValueDouble, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueDouble::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueDouble, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueDouble::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueDouble, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueDouble::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueFloat \ +static_assert(alignof(RigVM_GetParameterValueFloat) == 0x000004, "Wrong alignment on RigVM_GetParameterValueFloat"); \ +static_assert(sizeof(RigVM_GetParameterValueFloat) == 0x000010, "Wrong size on RigVM_GetParameterValueFloat"); \ +static_assert(offsetof(RigVM_GetParameterValueFloat, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueFloat::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueFloat, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueFloat::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueFloat, ReturnValue) == 0x00000C, "Member 'RigVM_GetParameterValueFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueInt \ +static_assert(alignof(RigVM_GetParameterValueInt) == 0x000004, "Wrong alignment on RigVM_GetParameterValueInt"); \ +static_assert(sizeof(RigVM_GetParameterValueInt) == 0x000010, "Wrong size on RigVM_GetParameterValueInt"); \ +static_assert(offsetof(RigVM_GetParameterValueInt, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueInt::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueInt, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueInt::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueInt, ReturnValue) == 0x00000C, "Member 'RigVM_GetParameterValueInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueName \ +static_assert(alignof(RigVM_GetParameterValueName) == 0x000004, "Wrong alignment on RigVM_GetParameterValueName"); \ +static_assert(sizeof(RigVM_GetParameterValueName) == 0x000014, "Wrong size on RigVM_GetParameterValueName"); \ +static_assert(offsetof(RigVM_GetParameterValueName, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueName::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueName, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueName::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueName, ReturnValue) == 0x00000C, "Member 'RigVM_GetParameterValueName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueQuat \ +static_assert(alignof(RigVM_GetParameterValueQuat) == 0x000010, "Wrong alignment on RigVM_GetParameterValueQuat"); \ +static_assert(sizeof(RigVM_GetParameterValueQuat) == 0x000030, "Wrong size on RigVM_GetParameterValueQuat"); \ +static_assert(offsetof(RigVM_GetParameterValueQuat, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueQuat::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueQuat, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueQuat::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueQuat, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueQuat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueString \ +static_assert(alignof(RigVM_GetParameterValueString) == 0x000008, "Wrong alignment on RigVM_GetParameterValueString"); \ +static_assert(sizeof(RigVM_GetParameterValueString) == 0x000020, "Wrong size on RigVM_GetParameterValueString"); \ +static_assert(offsetof(RigVM_GetParameterValueString, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueString::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueString, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueString::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueString, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueTransform \ +static_assert(alignof(RigVM_GetParameterValueTransform) == 0x000010, "Wrong alignment on RigVM_GetParameterValueTransform"); \ +static_assert(sizeof(RigVM_GetParameterValueTransform) == 0x000070, "Wrong size on RigVM_GetParameterValueTransform"); \ +static_assert(offsetof(RigVM_GetParameterValueTransform, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueTransform::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueTransform, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueTransform::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueTransform, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueVector \ +static_assert(alignof(RigVM_GetParameterValueVector) == 0x000008, "Wrong alignment on RigVM_GetParameterValueVector"); \ +static_assert(sizeof(RigVM_GetParameterValueVector) == 0x000028, "Wrong size on RigVM_GetParameterValueVector"); \ +static_assert(offsetof(RigVM_GetParameterValueVector, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueVector::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueVector, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueVector::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueVector, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetParameterValueVector2D \ +static_assert(alignof(RigVM_GetParameterValueVector2D) == 0x000008, "Wrong alignment on RigVM_GetParameterValueVector2D"); \ +static_assert(sizeof(RigVM_GetParameterValueVector2D) == 0x000020, "Wrong size on RigVM_GetParameterValueVector2D"); \ +static_assert(offsetof(RigVM_GetParameterValueVector2D, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueVector2D::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueVector2D, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueVector2D::InArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetParameterValueVector2D, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueBool \ +static_assert(alignof(RigVM_SetParameterValueBool) == 0x000004, "Wrong alignment on RigVM_SetParameterValueBool"); \ +static_assert(sizeof(RigVM_SetParameterValueBool) == 0x000010, "Wrong size on RigVM_SetParameterValueBool"); \ +static_assert(offsetof(RigVM_SetParameterValueBool, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueBool::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueBool, InValue) == 0x000008, "Member 'RigVM_SetParameterValueBool::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueBool, InArrayIndex) == 0x00000C, "Member 'RigVM_SetParameterValueBool::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueDouble \ +static_assert(alignof(RigVM_SetParameterValueDouble) == 0x000008, "Wrong alignment on RigVM_SetParameterValueDouble"); \ +static_assert(sizeof(RigVM_SetParameterValueDouble) == 0x000018, "Wrong size on RigVM_SetParameterValueDouble"); \ +static_assert(offsetof(RigVM_SetParameterValueDouble, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueDouble::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueDouble, InValue) == 0x000008, "Member 'RigVM_SetParameterValueDouble::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueDouble, InArrayIndex) == 0x000010, "Member 'RigVM_SetParameterValueDouble::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueFloat \ +static_assert(alignof(RigVM_SetParameterValueFloat) == 0x000004, "Wrong alignment on RigVM_SetParameterValueFloat"); \ +static_assert(sizeof(RigVM_SetParameterValueFloat) == 0x000010, "Wrong size on RigVM_SetParameterValueFloat"); \ +static_assert(offsetof(RigVM_SetParameterValueFloat, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueFloat::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueFloat, InValue) == 0x000008, "Member 'RigVM_SetParameterValueFloat::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueFloat, InArrayIndex) == 0x00000C, "Member 'RigVM_SetParameterValueFloat::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueInt \ +static_assert(alignof(RigVM_SetParameterValueInt) == 0x000004, "Wrong alignment on RigVM_SetParameterValueInt"); \ +static_assert(sizeof(RigVM_SetParameterValueInt) == 0x000010, "Wrong size on RigVM_SetParameterValueInt"); \ +static_assert(offsetof(RigVM_SetParameterValueInt, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueInt::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueInt, InValue) == 0x000008, "Member 'RigVM_SetParameterValueInt::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueInt, InArrayIndex) == 0x00000C, "Member 'RigVM_SetParameterValueInt::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueName \ +static_assert(alignof(RigVM_SetParameterValueName) == 0x000004, "Wrong alignment on RigVM_SetParameterValueName"); \ +static_assert(sizeof(RigVM_SetParameterValueName) == 0x000014, "Wrong size on RigVM_SetParameterValueName"); \ +static_assert(offsetof(RigVM_SetParameterValueName, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueName::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueName, InValue) == 0x000008, "Member 'RigVM_SetParameterValueName::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueName, InArrayIndex) == 0x000010, "Member 'RigVM_SetParameterValueName::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueQuat \ +static_assert(alignof(RigVM_SetParameterValueQuat) == 0x000010, "Wrong alignment on RigVM_SetParameterValueQuat"); \ +static_assert(sizeof(RigVM_SetParameterValueQuat) == 0x000040, "Wrong size on RigVM_SetParameterValueQuat"); \ +static_assert(offsetof(RigVM_SetParameterValueQuat, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueQuat::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueQuat, InValue) == 0x000010, "Member 'RigVM_SetParameterValueQuat::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueQuat, InArrayIndex) == 0x000030, "Member 'RigVM_SetParameterValueQuat::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueString \ +static_assert(alignof(RigVM_SetParameterValueString) == 0x000008, "Wrong alignment on RigVM_SetParameterValueString"); \ +static_assert(sizeof(RigVM_SetParameterValueString) == 0x000020, "Wrong size on RigVM_SetParameterValueString"); \ +static_assert(offsetof(RigVM_SetParameterValueString, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueString::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueString, InValue) == 0x000008, "Member 'RigVM_SetParameterValueString::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueString, InArrayIndex) == 0x000018, "Member 'RigVM_SetParameterValueString::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueTransform \ +static_assert(alignof(RigVM_SetParameterValueTransform) == 0x000010, "Wrong alignment on RigVM_SetParameterValueTransform"); \ +static_assert(sizeof(RigVM_SetParameterValueTransform) == 0x000080, "Wrong size on RigVM_SetParameterValueTransform"); \ +static_assert(offsetof(RigVM_SetParameterValueTransform, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueTransform::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueTransform, InValue) == 0x000010, "Member 'RigVM_SetParameterValueTransform::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueTransform, InArrayIndex) == 0x000070, "Member 'RigVM_SetParameterValueTransform::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueVector \ +static_assert(alignof(RigVM_SetParameterValueVector) == 0x000008, "Wrong alignment on RigVM_SetParameterValueVector"); \ +static_assert(sizeof(RigVM_SetParameterValueVector) == 0x000028, "Wrong size on RigVM_SetParameterValueVector"); \ +static_assert(offsetof(RigVM_SetParameterValueVector, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueVector::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueVector, InValue) == 0x000008, "Member 'RigVM_SetParameterValueVector::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueVector, InArrayIndex) == 0x000020, "Member 'RigVM_SetParameterValueVector::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_SetParameterValueVector2D \ +static_assert(alignof(RigVM_SetParameterValueVector2D) == 0x000008, "Wrong alignment on RigVM_SetParameterValueVector2D"); \ +static_assert(sizeof(RigVM_SetParameterValueVector2D) == 0x000020, "Wrong size on RigVM_SetParameterValueVector2D"); \ +static_assert(offsetof(RigVM_SetParameterValueVector2D, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueVector2D::InParameterName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueVector2D, InValue) == 0x000008, "Member 'RigVM_SetParameterValueVector2D::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVM_SetParameterValueVector2D, InArrayIndex) == 0x000018, "Member 'RigVM_SetParameterValueVector2D::InArrayIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetRigVMFunctionName \ +static_assert(alignof(RigVM_GetRigVMFunctionName) == 0x000008, "Wrong alignment on RigVM_GetRigVMFunctionName"); \ +static_assert(sizeof(RigVM_GetRigVMFunctionName) == 0x000018, "Wrong size on RigVM_GetRigVMFunctionName"); \ +static_assert(offsetof(RigVM_GetRigVMFunctionName, InFunctionIndex) == 0x000000, "Member 'RigVM_GetRigVMFunctionName::InFunctionIndex' has a wrong offset!"); \ +static_assert(offsetof(RigVM_GetRigVMFunctionName, ReturnValue) == 0x000008, "Member 'RigVM_GetRigVMFunctionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVM_GetStatistics \ +static_assert(alignof(RigVM_GetStatistics) == 0x000004, "Wrong alignment on RigVM_GetStatistics"); \ +static_assert(sizeof(RigVM_GetStatistics) == 0x000038, "Wrong size on RigVM_GetStatistics"); \ +static_assert(offsetof(RigVM_GetStatistics, ReturnValue) == 0x000000, "Member 'RigVM_GetStatistics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVM \ +static_assert(alignof(URigVM) == 0x000008, "Wrong alignment on URigVM"); \ +static_assert(sizeof(URigVM) == 0x0003A8, "Wrong size on URigVM"); \ +static_assert(offsetof(URigVM, LiteralMemoryStorage) == 0x000028, "Member 'URigVM::LiteralMemoryStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, DefaultWorkMemoryStorage) == 0x000078, "Member 'URigVM::DefaultWorkMemoryStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, DefaultDebugMemoryStorage) == 0x0000C8, "Member 'URigVM::DefaultDebugMemoryStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, ByteCodeStorage) == 0x000138, "Member 'URigVM::ByteCodeStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, Instructions) == 0x000200, "Member 'URigVM::Instructions' has a wrong offset!"); \ +static_assert(offsetof(URigVM, FunctionNamesStorage) == 0x000210, "Member 'URigVM::FunctionNamesStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, Parameters) == 0x000258, "Member 'URigVM::Parameters' has a wrong offset!"); \ +static_assert(offsetof(URigVM, CachedVMHash) == 0x000340, "Member 'URigVM::CachedVMHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNameSpacedUserData \ +static_assert(alignof(UNameSpacedUserData) == 0x000008, "Wrong alignment on UNameSpacedUserData"); \ +static_assert(sizeof(UNameSpacedUserData) == 0x000100, "Wrong size on UNameSpacedUserData"); \ +static_assert(offsetof(UNameSpacedUserData, Namespace) == 0x000028, "Member 'UNameSpacedUserData::Namespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataAssetLink_SetDataAsset \ +static_assert(alignof(DataAssetLink_SetDataAsset) == 0x000008, "Wrong alignment on DataAssetLink_SetDataAsset"); \ +static_assert(sizeof(DataAssetLink_SetDataAsset) == 0x000028, "Wrong size on DataAssetLink_SetDataAsset"); \ +static_assert(offsetof(DataAssetLink_SetDataAsset, InDataAsset) == 0x000000, "Member 'DataAssetLink_SetDataAsset::InDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DataAssetLink_GetDataAsset \ +static_assert(alignof(DataAssetLink_GetDataAsset) == 0x000008, "Wrong alignment on DataAssetLink_GetDataAsset"); \ +static_assert(sizeof(DataAssetLink_GetDataAsset) == 0x000028, "Wrong size on DataAssetLink_GetDataAsset"); \ +static_assert(offsetof(DataAssetLink_GetDataAsset, ReturnValue) == 0x000000, "Member 'DataAssetLink_GetDataAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataAssetLink \ +static_assert(alignof(UDataAssetLink) == 0x000008, "Wrong alignment on UDataAssetLink"); \ +static_assert(sizeof(UDataAssetLink) == 0x000130, "Wrong size on UDataAssetLink"); \ +static_assert(offsetof(UDataAssetLink, DataAsset) == 0x000100, "Member 'UDataAssetLink::DataAsset' has a wrong offset!"); \ +static_assert(offsetof(UDataAssetLink, DataAssetCached) == 0x000128, "Member 'UDataAssetLink::DataAssetCached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IRigVMGraphFunctionHost \ +static_assert(alignof(IRigVMGraphFunctionHost) == 0x000001, "Wrong alignment on IRigVMGraphFunctionHost"); \ +static_assert(sizeof(IRigVMGraphFunctionHost) == 0x000001, "Wrong size on IRigVMGraphFunctionHost"); \ + +#define DUMPER7_ASSERTS_URigVMMemoryStorageGeneratorClass \ +static_assert(alignof(URigVMMemoryStorageGeneratorClass) == 0x000008, "Wrong alignment on URigVMMemoryStorageGeneratorClass"); \ +static_assert(sizeof(URigVMMemoryStorageGeneratorClass) == 0x000248, "Wrong size on URigVMMemoryStorageGeneratorClass"); \ + +#define DUMPER7_ASSERTS_URigVMMemoryStorage \ +static_assert(alignof(URigVMMemoryStorage) == 0x000008, "Wrong alignment on URigVMMemoryStorage"); \ +static_assert(sizeof(URigVMMemoryStorage) == 0x000028, "Wrong size on URigVMMemoryStorage"); \ + +#define DUMPER7_ASSERTS_URigVMNativized \ +static_assert(alignof(URigVMNativized) == 0x000008, "Wrong alignment on URigVMNativized"); \ +static_assert(sizeof(URigVMNativized) == 0x0003D0, "Wrong size on URigVMNativized"); \ + +#define DUMPER7_ASSERTS_RigVMUserWorkflowOptions_ReportError \ +static_assert(alignof(RigVMUserWorkflowOptions_ReportError) == 0x000008, "Wrong alignment on RigVMUserWorkflowOptions_ReportError"); \ +static_assert(sizeof(RigVMUserWorkflowOptions_ReportError) == 0x000010, "Wrong size on RigVMUserWorkflowOptions_ReportError"); \ +static_assert(offsetof(RigVMUserWorkflowOptions_ReportError, InMessage) == 0x000000, "Member 'RigVMUserWorkflowOptions_ReportError::InMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMUserWorkflowOptions_ReportInfo \ +static_assert(alignof(RigVMUserWorkflowOptions_ReportInfo) == 0x000008, "Wrong alignment on RigVMUserWorkflowOptions_ReportInfo"); \ +static_assert(sizeof(RigVMUserWorkflowOptions_ReportInfo) == 0x000010, "Wrong size on RigVMUserWorkflowOptions_ReportInfo"); \ +static_assert(offsetof(RigVMUserWorkflowOptions_ReportInfo, InMessage) == 0x000000, "Member 'RigVMUserWorkflowOptions_ReportInfo::InMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMUserWorkflowOptions_ReportWarning \ +static_assert(alignof(RigVMUserWorkflowOptions_ReportWarning) == 0x000008, "Wrong alignment on RigVMUserWorkflowOptions_ReportWarning"); \ +static_assert(sizeof(RigVMUserWorkflowOptions_ReportWarning) == 0x000010, "Wrong size on RigVMUserWorkflowOptions_ReportWarning"); \ +static_assert(offsetof(RigVMUserWorkflowOptions_ReportWarning, InMessage) == 0x000000, "Member 'RigVMUserWorkflowOptions_ReportWarning::InMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMUserWorkflowOptions_IsValid \ +static_assert(alignof(RigVMUserWorkflowOptions_IsValid) == 0x000001, "Wrong alignment on RigVMUserWorkflowOptions_IsValid"); \ +static_assert(sizeof(RigVMUserWorkflowOptions_IsValid) == 0x000001, "Wrong size on RigVMUserWorkflowOptions_IsValid"); \ +static_assert(offsetof(RigVMUserWorkflowOptions_IsValid, ReturnValue) == 0x000000, "Member 'RigVMUserWorkflowOptions_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMUserWorkflowOptions_RequiresDialog \ +static_assert(alignof(RigVMUserWorkflowOptions_RequiresDialog) == 0x000001, "Wrong alignment on RigVMUserWorkflowOptions_RequiresDialog"); \ +static_assert(sizeof(RigVMUserWorkflowOptions_RequiresDialog) == 0x000001, "Wrong size on RigVMUserWorkflowOptions_RequiresDialog"); \ +static_assert(offsetof(RigVMUserWorkflowOptions_RequiresDialog, ReturnValue) == 0x000000, "Member 'RigVMUserWorkflowOptions_RequiresDialog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVMUserWorkflowOptions \ +static_assert(alignof(URigVMUserWorkflowOptions) == 0x000008, "Wrong alignment on URigVMUserWorkflowOptions"); \ +static_assert(sizeof(URigVMUserWorkflowOptions) == 0x000098, "Wrong size on URigVMUserWorkflowOptions"); \ +static_assert(offsetof(URigVMUserWorkflowOptions, Subject) == 0x000028, "Member 'URigVMUserWorkflowOptions::Subject' has a wrong offset!"); \ +static_assert(offsetof(URigVMUserWorkflowOptions, Workflow) == 0x000030, "Member 'URigVMUserWorkflowOptions::Workflow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_FindRigVMHosts \ +static_assert(alignof(RigVMHost_FindRigVMHosts) == 0x000008, "Wrong alignment on RigVMHost_FindRigVMHosts"); \ +static_assert(sizeof(RigVMHost_FindRigVMHosts) == 0x000020, "Wrong size on RigVMHost_FindRigVMHosts"); \ +static_assert(offsetof(RigVMHost_FindRigVMHosts, Outer_0) == 0x000000, "Member 'RigVMHost_FindRigVMHosts::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_FindRigVMHosts, OptionalClass) == 0x000008, "Member 'RigVMHost_FindRigVMHosts::OptionalClass' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_FindRigVMHosts, ReturnValue) == 0x000010, "Member 'RigVMHost_FindRigVMHosts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_Execute \ +static_assert(alignof(RigVMHost_Execute) == 0x000004, "Wrong alignment on RigVMHost_Execute"); \ +static_assert(sizeof(RigVMHost_Execute) == 0x00000C, "Wrong size on RigVMHost_Execute"); \ +static_assert(offsetof(RigVMHost_Execute, InEventName) == 0x000000, "Member 'RigVMHost_Execute::InEventName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_Execute, ReturnValue) == 0x000008, "Member 'RigVMHost_Execute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_ExecuteEvent \ +static_assert(alignof(RigVMHost_ExecuteEvent) == 0x000004, "Wrong alignment on RigVMHost_ExecuteEvent"); \ +static_assert(sizeof(RigVMHost_ExecuteEvent) == 0x00000C, "Wrong size on RigVMHost_ExecuteEvent"); \ +static_assert(offsetof(RigVMHost_ExecuteEvent, InEventName) == 0x000000, "Member 'RigVMHost_ExecuteEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_ExecuteEvent, ReturnValue) == 0x000008, "Member 'RigVMHost_ExecuteEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetExtendedExecuteContext \ +static_assert(alignof(RigVMHost_GetExtendedExecuteContext) == 0x000010, "Wrong alignment on RigVMHost_GetExtendedExecuteContext"); \ +static_assert(sizeof(RigVMHost_GetExtendedExecuteContext) == 0x000280, "Wrong size on RigVMHost_GetExtendedExecuteContext"); \ +static_assert(offsetof(RigVMHost_GetExtendedExecuteContext, ReturnValue) == 0x000000, "Member 'RigVMHost_GetExtendedExecuteContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetVM \ +static_assert(alignof(RigVMHost_GetVM) == 0x000008, "Wrong alignment on RigVMHost_GetVM"); \ +static_assert(sizeof(RigVMHost_GetVM) == 0x000008, "Wrong size on RigVMHost_GetVM"); \ +static_assert(offsetof(RigVMHost_GetVM, ReturnValue) == 0x000000, "Member 'RigVMHost_GetVM::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_RemoveRunOnceEvent \ +static_assert(alignof(RigVMHost_RemoveRunOnceEvent) == 0x000004, "Wrong alignment on RigVMHost_RemoveRunOnceEvent"); \ +static_assert(sizeof(RigVMHost_RemoveRunOnceEvent) == 0x00000C, "Wrong size on RigVMHost_RemoveRunOnceEvent"); \ +static_assert(offsetof(RigVMHost_RemoveRunOnceEvent, InEventName) == 0x000000, "Member 'RigVMHost_RemoveRunOnceEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_RemoveRunOnceEvent, ReturnValue) == 0x000008, "Member 'RigVMHost_RemoveRunOnceEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_RequestRunOnceEvent \ +static_assert(alignof(RigVMHost_RequestRunOnceEvent) == 0x000004, "Wrong alignment on RigVMHost_RequestRunOnceEvent"); \ +static_assert(sizeof(RigVMHost_RequestRunOnceEvent) == 0x00000C, "Wrong size on RigVMHost_RequestRunOnceEvent"); \ +static_assert(offsetof(RigVMHost_RequestRunOnceEvent, InEventName) == 0x000000, "Member 'RigVMHost_RequestRunOnceEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_RequestRunOnceEvent, InEventIndex) == 0x000008, "Member 'RigVMHost_RequestRunOnceEvent::InEventIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_SetAbsoluteAndDeltaTime \ +static_assert(alignof(RigVMHost_SetAbsoluteAndDeltaTime) == 0x000004, "Wrong alignment on RigVMHost_SetAbsoluteAndDeltaTime"); \ +static_assert(sizeof(RigVMHost_SetAbsoluteAndDeltaTime) == 0x000008, "Wrong size on RigVMHost_SetAbsoluteAndDeltaTime"); \ +static_assert(offsetof(RigVMHost_SetAbsoluteAndDeltaTime, InAbsoluteTime) == 0x000000, "Member 'RigVMHost_SetAbsoluteAndDeltaTime::InAbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_SetAbsoluteAndDeltaTime, InDeltaTime) == 0x000004, "Member 'RigVMHost_SetAbsoluteAndDeltaTime::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_SetAbsoluteTime \ +static_assert(alignof(RigVMHost_SetAbsoluteTime) == 0x000004, "Wrong alignment on RigVMHost_SetAbsoluteTime"); \ +static_assert(sizeof(RigVMHost_SetAbsoluteTime) == 0x000008, "Wrong size on RigVMHost_SetAbsoluteTime"); \ +static_assert(offsetof(RigVMHost_SetAbsoluteTime, InAbsoluteTime) == 0x000000, "Member 'RigVMHost_SetAbsoluteTime::InAbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_SetAbsoluteTime, InSetDeltaTimeZero) == 0x000004, "Member 'RigVMHost_SetAbsoluteTime::InSetDeltaTimeZero' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_SetDeltaTime \ +static_assert(alignof(RigVMHost_SetDeltaTime) == 0x000004, "Wrong alignment on RigVMHost_SetDeltaTime"); \ +static_assert(sizeof(RigVMHost_SetDeltaTime) == 0x000004, "Wrong size on RigVMHost_SetDeltaTime"); \ +static_assert(offsetof(RigVMHost_SetDeltaTime, InDeltaTime) == 0x000000, "Member 'RigVMHost_SetDeltaTime::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_SetFramesPerSecond \ +static_assert(alignof(RigVMHost_SetFramesPerSecond) == 0x000004, "Wrong alignment on RigVMHost_SetFramesPerSecond"); \ +static_assert(sizeof(RigVMHost_SetFramesPerSecond) == 0x000004, "Wrong size on RigVMHost_SetFramesPerSecond"); \ +static_assert(offsetof(RigVMHost_SetFramesPerSecond, InFramesPerSecond) == 0x000000, "Member 'RigVMHost_SetFramesPerSecond::InFramesPerSecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_SetVariableFromString \ +static_assert(alignof(RigVMHost_SetVariableFromString) == 0x000008, "Wrong alignment on RigVMHost_SetVariableFromString"); \ +static_assert(sizeof(RigVMHost_SetVariableFromString) == 0x000020, "Wrong size on RigVMHost_SetVariableFromString"); \ +static_assert(offsetof(RigVMHost_SetVariableFromString, InVariableName) == 0x000000, "Member 'RigVMHost_SetVariableFromString::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_SetVariableFromString, InValue) == 0x000008, "Member 'RigVMHost_SetVariableFromString::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_SetVariableFromString, ReturnValue) == 0x000018, "Member 'RigVMHost_SetVariableFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_CanExecute \ +static_assert(alignof(RigVMHost_CanExecute) == 0x000001, "Wrong alignment on RigVMHost_CanExecute"); \ +static_assert(sizeof(RigVMHost_CanExecute) == 0x000001, "Wrong size on RigVMHost_CanExecute"); \ +static_assert(offsetof(RigVMHost_CanExecute, ReturnValue) == 0x000000, "Member 'RigVMHost_CanExecute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetAbsoluteTime \ +static_assert(alignof(RigVMHost_GetAbsoluteTime) == 0x000004, "Wrong alignment on RigVMHost_GetAbsoluteTime"); \ +static_assert(sizeof(RigVMHost_GetAbsoluteTime) == 0x000004, "Wrong size on RigVMHost_GetAbsoluteTime"); \ +static_assert(offsetof(RigVMHost_GetAbsoluteTime, ReturnValue) == 0x000000, "Member 'RigVMHost_GetAbsoluteTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetCurrentFramesPerSecond \ +static_assert(alignof(RigVMHost_GetCurrentFramesPerSecond) == 0x000004, "Wrong alignment on RigVMHost_GetCurrentFramesPerSecond"); \ +static_assert(sizeof(RigVMHost_GetCurrentFramesPerSecond) == 0x000004, "Wrong size on RigVMHost_GetCurrentFramesPerSecond"); \ +static_assert(offsetof(RigVMHost_GetCurrentFramesPerSecond, ReturnValue) == 0x000000, "Member 'RigVMHost_GetCurrentFramesPerSecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetDeltaTime \ +static_assert(alignof(RigVMHost_GetDeltaTime) == 0x000004, "Wrong alignment on RigVMHost_GetDeltaTime"); \ +static_assert(sizeof(RigVMHost_GetDeltaTime) == 0x000004, "Wrong size on RigVMHost_GetDeltaTime"); \ +static_assert(offsetof(RigVMHost_GetDeltaTime, ReturnValue) == 0x000000, "Member 'RigVMHost_GetDeltaTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetScriptAccessibleVariables \ +static_assert(alignof(RigVMHost_GetScriptAccessibleVariables) == 0x000008, "Wrong alignment on RigVMHost_GetScriptAccessibleVariables"); \ +static_assert(sizeof(RigVMHost_GetScriptAccessibleVariables) == 0x000010, "Wrong size on RigVMHost_GetScriptAccessibleVariables"); \ +static_assert(offsetof(RigVMHost_GetScriptAccessibleVariables, ReturnValue) == 0x000000, "Member 'RigVMHost_GetScriptAccessibleVariables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetSupportedEvents \ +static_assert(alignof(RigVMHost_GetSupportedEvents) == 0x000008, "Wrong alignment on RigVMHost_GetSupportedEvents"); \ +static_assert(sizeof(RigVMHost_GetSupportedEvents) == 0x000010, "Wrong size on RigVMHost_GetSupportedEvents"); \ +static_assert(offsetof(RigVMHost_GetSupportedEvents, ReturnValue) == 0x000000, "Member 'RigVMHost_GetSupportedEvents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetVariableAsString \ +static_assert(alignof(RigVMHost_GetVariableAsString) == 0x000008, "Wrong alignment on RigVMHost_GetVariableAsString"); \ +static_assert(sizeof(RigVMHost_GetVariableAsString) == 0x000018, "Wrong size on RigVMHost_GetVariableAsString"); \ +static_assert(offsetof(RigVMHost_GetVariableAsString, InVariableName) == 0x000000, "Member 'RigVMHost_GetVariableAsString::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_GetVariableAsString, ReturnValue) == 0x000008, "Member 'RigVMHost_GetVariableAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_GetVariableType \ +static_assert(alignof(RigVMHost_GetVariableType) == 0x000004, "Wrong alignment on RigVMHost_GetVariableType"); \ +static_assert(sizeof(RigVMHost_GetVariableType) == 0x000010, "Wrong size on RigVMHost_GetVariableType"); \ +static_assert(offsetof(RigVMHost_GetVariableType, InVariableName) == 0x000000, "Member 'RigVMHost_GetVariableType::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_GetVariableType, ReturnValue) == 0x000008, "Member 'RigVMHost_GetVariableType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_IsInitRequired \ +static_assert(alignof(RigVMHost_IsInitRequired) == 0x000001, "Wrong alignment on RigVMHost_IsInitRequired"); \ +static_assert(sizeof(RigVMHost_IsInitRequired) == 0x000001, "Wrong size on RigVMHost_IsInitRequired"); \ +static_assert(offsetof(RigVMHost_IsInitRequired, ReturnValue) == 0x000000, "Member 'RigVMHost_IsInitRequired::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigVMHost_SupportsEvent \ +static_assert(alignof(RigVMHost_SupportsEvent) == 0x000004, "Wrong alignment on RigVMHost_SupportsEvent"); \ +static_assert(sizeof(RigVMHost_SupportsEvent) == 0x00000C, "Wrong size on RigVMHost_SupportsEvent"); \ +static_assert(offsetof(RigVMHost_SupportsEvent, InEventName) == 0x000000, "Member 'RigVMHost_SupportsEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(RigVMHost_SupportsEvent, ReturnValue) == 0x000008, "Member 'RigVMHost_SupportsEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVMHost \ +static_assert(alignof(URigVMHost) == 0x000008, "Wrong alignment on URigVMHost"); \ +static_assert(sizeof(URigVMHost) == 0x000278, "Wrong size on URigVMHost"); \ +static_assert(offsetof(URigVMHost, VMRuntimeSettings) == 0x000030, "Member 'URigVMHost::VMRuntimeSettings' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, VM) == 0x000058, "Member 'URigVMHost::VM' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, UserDefinedStructGuidToPathName) == 0x000060, "Member 'URigVMHost::UserDefinedStructGuidToPathName' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, UserDefinedEnumToPathName) == 0x0000B0, "Member 'URigVMHost::UserDefinedEnumToPathName' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, UserDefinedTypesInUse) == 0x000100, "Member 'URigVMHost::UserDefinedTypesInUse' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, DrawContainer) == 0x000158, "Member 'URigVMHost::DrawContainer' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, EventQueue) == 0x000188, "Member 'URigVMHost::EventQueue' has a wrong offset!"); \ +static_assert(offsetof(URigVMHost, AssetUserData) == 0x000200, "Member 'URigVMHost::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVMEditorSettings \ +static_assert(alignof(URigVMEditorSettings) == 0x000008, "Wrong alignment on URigVMEditorSettings"); \ +static_assert(sizeof(URigVMEditorSettings) == 0x000038, "Wrong size on URigVMEditorSettings"); \ + +#define DUMPER7_ASSERTS_RigVMProjectSettings_GetTag \ +static_assert(alignof(RigVMProjectSettings_GetTag) == 0x000008, "Wrong alignment on RigVMProjectSettings_GetTag"); \ +static_assert(sizeof(RigVMProjectSettings_GetTag) == 0x000048, "Wrong size on RigVMProjectSettings_GetTag"); \ +static_assert(offsetof(RigVMProjectSettings_GetTag, InTagName) == 0x000000, "Member 'RigVMProjectSettings_GetTag::InTagName' has a wrong offset!"); \ +static_assert(offsetof(RigVMProjectSettings_GetTag, ReturnValue) == 0x000008, "Member 'RigVMProjectSettings_GetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVMProjectSettings \ +static_assert(alignof(URigVMProjectSettings) == 0x000008, "Wrong alignment on URigVMProjectSettings"); \ +static_assert(sizeof(URigVMProjectSettings) == 0x000048, "Wrong size on URigVMProjectSettings"); \ +static_assert(offsetof(URigVMProjectSettings, VariantTags) == 0x000038, "Member 'URigVMProjectSettings::VariantTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJ_Startup_C_ExecuteUbergraph_CJ_Startup \ +static_assert(alignof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup) == 0x000010, "Wrong alignment on CJ_Startup_C_ExecuteUbergraph_CJ_Startup"); \ +static_assert(sizeof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup) == 0x000280, "Wrong size on CJ_Startup_C_ExecuteUbergraph_CJ_Startup"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, EntryPoint) == 0x000000, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000010, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000018, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_GetLoadingScreenDisplayStatus_ReturnValue) == 0x000020, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_GetLoadingScreenDisplayStatus_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, Temp_struct_Variable) == 0x000038, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_BP_CreateScreenPath_ReturnValue) == 0x000088, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_BP_CreateScreenPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000E8, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_WaitForScreenNavigationLayerState_ReturnValue) == 0x0000F8, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_WaitForScreenNavigationLayerState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, K2Node_CreateDelegate_OutputDelegate_2) == 0x000100, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, K2Node_CreateDelegate_OutputDelegate_3) == 0x000110, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_IsValid_ReturnValue) == 0x000120, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, K2Node_CustomEvent_Value) == 0x000124, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000128, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, Temp_struct_Variable_1) == 0x000130, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_FadeInScreen_ReturnValue) == 0x000180, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_FadeInScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_IsValid_ReturnValue_1) == 0x000188, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_MakeVector4_ReturnValue) == 0x000190, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, K2Node_Event_EndPlayReason) == 0x0001B0, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_MakeVector4_ReturnValue_1) == 0x0001C0, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_MakeVector4_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, K2Node_CustomEvent_Visible) == 0x0001E0, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::K2Node_CustomEvent_Visible' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_IsStartConfigurationCompleted_ReturnValue) == 0x0001E1, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_IsStartConfigurationCompleted_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0001E8, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_IsValid_ReturnValue_2) == 0x0001F0, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001F4, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_BP_CreateScreenPath_ReturnValue_1) == 0x000208, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_BP_CreateScreenPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_Set_Strengh_Emissive_Intensity_Multiplier_ImplicitCast) == 0x000268, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_Set_Strengh_Emissive_Intensity_Multiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJ_Startup_C_ExecuteUbergraph_CJ_Startup, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000270, "Member 'CJ_Startup_C_ExecuteUbergraph_CJ_Startup::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJ_Startup_C_OnValueUpdated_EB9405604600B03299A4359EE9CE51A0 \ +static_assert(alignof(CJ_Startup_C_OnValueUpdated_EB9405604600B03299A4359EE9CE51A0) == 0x000004, "Wrong alignment on CJ_Startup_C_OnValueUpdated_EB9405604600B03299A4359EE9CE51A0"); \ +static_assert(sizeof(CJ_Startup_C_OnValueUpdated_EB9405604600B03299A4359EE9CE51A0) == 0x000004, "Wrong size on CJ_Startup_C_OnValueUpdated_EB9405604600B03299A4359EE9CE51A0"); \ +static_assert(offsetof(CJ_Startup_C_OnValueUpdated_EB9405604600B03299A4359EE9CE51A0, Value) == 0x000000, "Member 'CJ_Startup_C_OnValueUpdated_EB9405604600B03299A4359EE9CE51A0::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJ_Startup_C_ReceiveEndPlay \ +static_assert(alignof(CJ_Startup_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on CJ_Startup_C_ReceiveEndPlay"); \ +static_assert(sizeof(CJ_Startup_C_ReceiveEndPlay) == 0x000001, "Wrong size on CJ_Startup_C_ReceiveEndPlay"); \ +static_assert(offsetof(CJ_Startup_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'CJ_Startup_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJ_Startup_C_Start \ +static_assert(alignof(CJ_Startup_C_Start) == 0x000001, "Wrong alignment on CJ_Startup_C_Start"); \ +static_assert(sizeof(CJ_Startup_C_Start) == 0x000001, "Wrong size on CJ_Startup_C_Start"); \ +static_assert(offsetof(CJ_Startup_C_Start, Visible) == 0x000000, "Member 'CJ_Startup_C_Start::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACJ_Startup_C \ +static_assert(alignof(ACJ_Startup_C) == 0x000008, "Wrong alignment on ACJ_Startup_C"); \ +static_assert(sizeof(ACJ_Startup_C) == 0x0002D8, "Wrong size on ACJ_Startup_C"); \ +static_assert(offsetof(ACJ_Startup_C, UberGraphFrame) == 0x0002B8, "Member 'ACJ_Startup_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ACJ_Startup_C, Timeline_Fade_8D51E6154B34CB9EF420298B228BAAE9) == 0x0002C0, "Member 'ACJ_Startup_C::Timeline_Fade_8D51E6154B34CB9EF420298B228BAAE9' has a wrong offset!"); \ +static_assert(offsetof(ACJ_Startup_C, Timeline__Direction_8D51E6154B34CB9EF420298B228BAAE9) == 0x0002C4, "Member 'ACJ_Startup_C::Timeline__Direction_8D51E6154B34CB9EF420298B228BAAE9' has a wrong offset!"); \ +static_assert(offsetof(ACJ_Startup_C, Timeline) == 0x0002C8, "Member 'ACJ_Startup_C::Timeline' has a wrong offset!"); \ +static_assert(offsetof(ACJ_Startup_C, GLBP_Facadelight03_C_UAID_107C6179EF4C97C402_1376038669_ExecuteUbergraph_CJ_Startup_RefProperty) == 0x0002D0, "Member 'ACJ_Startup_C::GLBP_Facadelight03_C_UAID_107C6179EF4C97C402_1376038669_ExecuteUbergraph_CJ_Startup_RefProperty' 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_FRigUnitMutable \ +static_assert(alignof(FRigUnitMutable) == 0x000008, "Wrong alignment on FRigUnitMutable"); \ +static_assert(sizeof(FRigUnitMutable) == 0x000010, "Wrong size on FRigUnitMutable"); \ +static_assert(offsetof(FRigUnitMutable, ExecutePin) == 0x000008, "Member 'FRigUnitMutable::ExecutePin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugBaseMutable \ +static_assert(alignof(FRigUnit_DebugBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_DebugBaseMutable"); \ +static_assert(sizeof(FRigUnit_DebugBaseMutable) == 0x000018, "Wrong size on FRigUnit_DebugBaseMutable"); \ +static_assert(offsetof(FRigUnit_DebugBaseMutable, DebugDrawSettings) == 0x000010, "Member 'FRigUnit_DebugBaseMutable::DebugDrawSettings' 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_FRigBaseElement \ +static_assert(alignof(FRigBaseElement) == 0x000008, "Wrong alignment on FRigBaseElement"); \ +static_assert(sizeof(FRigBaseElement) == 0x000060, "Wrong size on FRigBaseElement"); \ +static_assert(offsetof(FRigBaseElement, Key) == 0x000010, "Member 'FRigBaseElement::Key' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseElement, Index) == 0x00001C, "Member 'FRigBaseElement::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseElement, SubIndex) == 0x000020, "Member 'FRigBaseElement::SubIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseElement, CreatedAtInstructionIndex) == 0x000024, "Member 'FRigBaseElement::CreatedAtInstructionIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseElement, SpawnIndex) == 0x000028, "Member 'FRigBaseElement::SpawnIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseElement, bSelected) == 0x00002C, "Member 'FRigBaseElement::bSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigConnectionRuleStash \ +static_assert(alignof(FRigConnectionRuleStash) == 0x000008, "Wrong alignment on FRigConnectionRuleStash"); \ +static_assert(sizeof(FRigConnectionRuleStash) == 0x000020, "Wrong size on FRigConnectionRuleStash"); \ +static_assert(offsetof(FRigConnectionRuleStash, ScriptStructPath) == 0x000000, "Member 'FRigConnectionRuleStash::ScriptStructPath' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectionRuleStash, ExportedText) == 0x000010, "Member 'FRigConnectionRuleStash::ExportedText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_GetAnimationChannelFromItemBase \ +static_assert(alignof(FRigUnit_GetAnimationChannelFromItemBase) == 0x000008, "Wrong alignment on FRigUnit_GetAnimationChannelFromItemBase"); \ +static_assert(sizeof(FRigUnit_GetAnimationChannelFromItemBase) == 0x000018, "Wrong size on FRigUnit_GetAnimationChannelFromItemBase"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelFromItemBase, Item) == 0x000008, "Member 'FRigUnit_GetAnimationChannelFromItemBase::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelFromItemBase, bInitial) == 0x000014, "Member 'FRigUnit_GetAnimationChannelFromItemBase::bInitial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetVectorAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_GetVectorAnimationChannelFromItem) == 0x000008, "Wrong alignment on FRigUnit_GetVectorAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_GetVectorAnimationChannelFromItem) == 0x000030, "Wrong size on FRigUnit_GetVectorAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_GetVectorAnimationChannelFromItem, Value) == 0x000018, "Member 'FRigUnit_GetVectorAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTransformElement \ +static_assert(alignof(FRigTransformElement) == 0x000008, "Wrong alignment on FRigTransformElement"); \ +static_assert(sizeof(FRigTransformElement) == 0x000120, "Wrong size on FRigTransformElement"); \ + +#define DUMPER7_ASSERTS_FRigMultiParentElement \ +static_assert(alignof(FRigMultiParentElement) == 0x000010, "Wrong alignment on FRigMultiParentElement"); \ +static_assert(sizeof(FRigMultiParentElement) == 0x000230, "Wrong size on FRigMultiParentElement"); \ + +#define DUMPER7_ASSERTS_FRigConnectionRule \ +static_assert(alignof(FRigConnectionRule) == 0x000008, "Wrong alignment on FRigConnectionRule"); \ +static_assert(sizeof(FRigConnectionRule) == 0x000008, "Wrong size on FRigConnectionRule"); \ + +#define DUMPER7_ASSERTS_FRigTypeConnectionRule \ +static_assert(alignof(FRigTypeConnectionRule) == 0x000008, "Wrong alignment on FRigTypeConnectionRule"); \ +static_assert(sizeof(FRigTypeConnectionRule) == 0x000010, "Wrong size on FRigTypeConnectionRule"); \ +static_assert(offsetof(FRigTypeConnectionRule, ElementType) == 0x000008, "Member 'FRigTypeConnectionRule::ElementType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_GetMetadataTags \ +static_assert(alignof(FRigUnit_GetMetadataTags) == 0x000008, "Wrong alignment on FRigUnit_GetMetadataTags"); \ +static_assert(sizeof(FRigUnit_GetMetadataTags) == 0x000048, "Wrong size on FRigUnit_GetMetadataTags"); \ +static_assert(offsetof(FRigUnit_GetMetadataTags, Item) == 0x000008, "Member 'FRigUnit_GetMetadataTags::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetMetadataTags, Tags) == 0x000018, "Member 'FRigUnit_GetMetadataTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetMetadataTags, CachedIndex) == 0x000028, "Member 'FRigUnit_GetMetadataTags::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleExecutionElement \ +static_assert(alignof(FRigModuleExecutionElement) == 0x000008, "Wrong alignment on FRigModuleExecutionElement"); \ +static_assert(sizeof(FRigModuleExecutionElement) == 0x000028, "Wrong size on FRigModuleExecutionElement"); \ +static_assert(offsetof(FRigModuleExecutionElement, ModuleName) == 0x000000, "Member 'FRigModuleExecutionElement::ModuleName' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleExecutionElement, EventName) == 0x000010, "Member 'FRigModuleExecutionElement::EventName' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleExecutionElement, bExecuted) == 0x000018, "Member 'FRigModuleExecutionElement::bExecuted' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleExecutionElement, DurationInMicroSeconds) == 0x000020, "Member 'FRigModuleExecutionElement::DurationInMicroSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementKeyWithLabel \ +static_assert(alignof(FRigElementKeyWithLabel) == 0x000004, "Wrong alignment on FRigElementKeyWithLabel"); \ +static_assert(sizeof(FRigElementKeyWithLabel) == 0x000014, "Wrong size on FRigElementKeyWithLabel"); \ +static_assert(offsetof(FRigElementKeyWithLabel, Key) == 0x000000, "Member 'FRigElementKeyWithLabel::Key' has a wrong offset!"); \ +static_assert(offsetof(FRigElementKeyWithLabel, Label) == 0x00000C, "Member 'FRigElementKeyWithLabel::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlElementCustomization \ +static_assert(alignof(FRigControlElementCustomization) == 0x000008, "Wrong alignment on FRigControlElementCustomization"); \ +static_assert(sizeof(FRigControlElementCustomization) == 0x000020, "Wrong size on FRigControlElementCustomization"); \ +static_assert(offsetof(FRigControlElementCustomization, AvailableSpaces) == 0x000000, "Member 'FRigControlElementCustomization::AvailableSpaces' has a wrong offset!"); \ +static_assert(offsetof(FRigControlElementCustomization, RemovedSpaces) == 0x000010, "Member 'FRigControlElementCustomization::RemovedSpaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlLimitEnabled \ +static_assert(alignof(FRigControlLimitEnabled) == 0x000001, "Wrong alignment on FRigControlLimitEnabled"); \ +static_assert(sizeof(FRigControlLimitEnabled) == 0x000002, "Wrong size on FRigControlLimitEnabled"); \ +static_assert(offsetof(FRigControlLimitEnabled, bMinimum) == 0x000000, "Member 'FRigControlLimitEnabled::bMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigControlLimitEnabled, bMaximum) == 0x000001, "Member 'FRigControlLimitEnabled::bMaximum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlValueStorage \ +static_assert(alignof(FRigControlValueStorage) == 0x000004, "Wrong alignment on FRigControlValueStorage"); \ +static_assert(sizeof(FRigControlValueStorage) == 0x000084, "Wrong size on FRigControlValueStorage"); \ +static_assert(offsetof(FRigControlValueStorage, Float00) == 0x000000, "Member 'FRigControlValueStorage::Float00' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float01) == 0x000004, "Member 'FRigControlValueStorage::Float01' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float02) == 0x000008, "Member 'FRigControlValueStorage::Float02' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float03) == 0x00000C, "Member 'FRigControlValueStorage::Float03' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float10) == 0x000010, "Member 'FRigControlValueStorage::Float10' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float11) == 0x000014, "Member 'FRigControlValueStorage::Float11' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float12) == 0x000018, "Member 'FRigControlValueStorage::Float12' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float13) == 0x00001C, "Member 'FRigControlValueStorage::Float13' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float20) == 0x000020, "Member 'FRigControlValueStorage::Float20' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float21) == 0x000024, "Member 'FRigControlValueStorage::Float21' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float22) == 0x000028, "Member 'FRigControlValueStorage::Float22' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float23) == 0x00002C, "Member 'FRigControlValueStorage::Float23' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float30) == 0x000030, "Member 'FRigControlValueStorage::Float30' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float31) == 0x000034, "Member 'FRigControlValueStorage::Float31' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float32) == 0x000038, "Member 'FRigControlValueStorage::Float32' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float33) == 0x00003C, "Member 'FRigControlValueStorage::Float33' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float00_2) == 0x000040, "Member 'FRigControlValueStorage::Float00_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float01_2) == 0x000044, "Member 'FRigControlValueStorage::Float01_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float02_2) == 0x000048, "Member 'FRigControlValueStorage::Float02_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float03_2) == 0x00004C, "Member 'FRigControlValueStorage::Float03_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float10_2) == 0x000050, "Member 'FRigControlValueStorage::Float10_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float11_2) == 0x000054, "Member 'FRigControlValueStorage::Float11_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float12_2) == 0x000058, "Member 'FRigControlValueStorage::Float12_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float13_2) == 0x00005C, "Member 'FRigControlValueStorage::Float13_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float20_2) == 0x000060, "Member 'FRigControlValueStorage::Float20_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float21_2) == 0x000064, "Member 'FRigControlValueStorage::Float21_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float22_2) == 0x000068, "Member 'FRigControlValueStorage::Float22_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float23_2) == 0x00006C, "Member 'FRigControlValueStorage::Float23_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float30_2) == 0x000070, "Member 'FRigControlValueStorage::Float30_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float31_2) == 0x000074, "Member 'FRigControlValueStorage::Float31_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float32_2) == 0x000078, "Member 'FRigControlValueStorage::Float32_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, Float33_2) == 0x00007C, "Member 'FRigControlValueStorage::Float33_2' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValueStorage, bValid) == 0x000080, "Member 'FRigControlValueStorage::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlValue \ +static_assert(alignof(FRigControlValue) == 0x000004, "Wrong alignment on FRigControlValue"); \ +static_assert(sizeof(FRigControlValue) == 0x000084, "Wrong size on FRigControlValue"); \ +static_assert(offsetof(FRigControlValue, FloatStorage) == 0x000000, "Member 'FRigControlValue::FloatStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlSettings \ +static_assert(alignof(FRigControlSettings) == 0x000010, "Wrong alignment on FRigControlSettings"); \ +static_assert(sizeof(FRigControlSettings) == 0x000220, "Wrong size on FRigControlSettings"); \ +static_assert(offsetof(FRigControlSettings, AnimationType) == 0x000000, "Member 'FRigControlSettings::AnimationType' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ControlType) == 0x000001, "Member 'FRigControlSettings::ControlType' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, DisplayName) == 0x000004, "Member 'FRigControlSettings::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, PrimaryAxis) == 0x00000C, "Member 'FRigControlSettings::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bIsCurve) == 0x00000D, "Member 'FRigControlSettings::bIsCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, LimitEnabled) == 0x000010, "Member 'FRigControlSettings::LimitEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bDrawLimits) == 0x000020, "Member 'FRigControlSettings::bDrawLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, MinimumValue) == 0x000024, "Member 'FRigControlSettings::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, MaximumValue) == 0x0000A8, "Member 'FRigControlSettings::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bShapeVisible) == 0x00012C, "Member 'FRigControlSettings::bShapeVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ShapeVisibility) == 0x00012D, "Member 'FRigControlSettings::ShapeVisibility' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ShapeName) == 0x000130, "Member 'FRigControlSettings::ShapeName' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ShapeColor) == 0x000138, "Member 'FRigControlSettings::ShapeColor' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bIsTransientControl) == 0x000148, "Member 'FRigControlSettings::bIsTransientControl' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ControlEnum) == 0x000150, "Member 'FRigControlSettings::ControlEnum' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, Customization) == 0x000158, "Member 'FRigControlSettings::Customization' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, DrivenControls) == 0x000178, "Member 'FRigControlSettings::DrivenControls' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bGroupWithParentControl) == 0x000198, "Member 'FRigControlSettings::bGroupWithParentControl' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bRestrictSpaceSwitching) == 0x000199, "Member 'FRigControlSettings::bRestrictSpaceSwitching' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, FilteredChannels) == 0x0001A0, "Member 'FRigControlSettings::FilteredChannels' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, PreferredRotationOrder) == 0x0001B0, "Member 'FRigControlSettings::PreferredRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bUsePreferredRotationOrder) == 0x0001B1, "Member 'FRigControlSettings::bUsePreferredRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ShapeTransform) == 0x0001C0, "Member 'FRigControlSettings::ShapeTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigPreferredEulerAngles \ +static_assert(alignof(FRigPreferredEulerAngles) == 0x000008, "Wrong alignment on FRigPreferredEulerAngles"); \ +static_assert(sizeof(FRigPreferredEulerAngles) == 0x000038, "Wrong size on FRigPreferredEulerAngles"); \ +static_assert(offsetof(FRigPreferredEulerAngles, RotationOrder) == 0x000000, "Member 'FRigPreferredEulerAngles::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigPreferredEulerAngles, Current) == 0x000008, "Member 'FRigPreferredEulerAngles::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigPreferredEulerAngles, Initial) == 0x000020, "Member 'FRigPreferredEulerAngles::Initial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlElement \ +static_assert(alignof(FRigControlElement) == 0x000010, "Wrong alignment on FRigControlElement"); \ +static_assert(sizeof(FRigControlElement) == 0x000590, "Wrong size on FRigControlElement"); \ +static_assert(offsetof(FRigControlElement, Settings) == 0x000230, "Member 'FRigControlElement::Settings' has a wrong offset!"); \ +static_assert(offsetof(FRigControlElement, PreferredEulerAngles) == 0x000450, "Member 'FRigControlElement::PreferredEulerAngles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionBaseMutable \ +static_assert(alignof(FRigUnit_CollectionBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_CollectionBaseMutable"); \ +static_assert(sizeof(FRigUnit_CollectionBaseMutable) == 0x000010, "Wrong size on FRigUnit_CollectionBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRelativeTranslationForItem \ +static_assert(alignof(FRigUnit_SetRelativeTranslationForItem) == 0x000008, "Wrong alignment on FRigUnit_SetRelativeTranslationForItem"); \ +static_assert(sizeof(FRigUnit_SetRelativeTranslationForItem) == 0x000090, "Wrong size on FRigUnit_SetRelativeTranslationForItem"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Child) == 0x000010, "Member 'FRigUnit_SetRelativeTranslationForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Parent) == 0x00001C, "Member 'FRigUnit_SetRelativeTranslationForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, bParentInitial) == 0x000028, "Member 'FRigUnit_SetRelativeTranslationForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Value) == 0x000030, "Member 'FRigUnit_SetRelativeTranslationForItem::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, Weight) == 0x000048, "Member 'FRigUnit_SetRelativeTranslationForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, bPropagateToChildren) == 0x00004C, "Member 'FRigUnit_SetRelativeTranslationForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, CachedChild) == 0x000050, "Member 'FRigUnit_SetRelativeTranslationForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTranslationForItem, CachedParent) == 0x000070, "Member 'FRigUnit_SetRelativeTranslationForItem::CachedParent' 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_FMovieSceneControlRigInstanceData \ +static_assert(alignof(FMovieSceneControlRigInstanceData) == 0x000008, "Wrong alignment on FMovieSceneControlRigInstanceData"); \ +static_assert(sizeof(FMovieSceneControlRigInstanceData) == 0x000148, "Wrong size on FMovieSceneControlRigInstanceData"); \ +static_assert(offsetof(FMovieSceneControlRigInstanceData, bAdditive) == 0x000008, "Member 'FMovieSceneControlRigInstanceData::bAdditive' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigInstanceData, bApplyBoneFilter) == 0x000009, "Member 'FMovieSceneControlRigInstanceData::bApplyBoneFilter' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigInstanceData, BoneFilter) == 0x000010, "Member 'FMovieSceneControlRigInstanceData::BoneFilter' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigInstanceData, Weight) == 0x000020, "Member 'FMovieSceneControlRigInstanceData::Weight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigInstanceData, Operand) == 0x000130, "Member 'FMovieSceneControlRigInstanceData::Operand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FRigControl \ +static_assert(alignof(FRigControl) == 0x000010, "Wrong alignment on FRigControl"); \ +static_assert(sizeof(FRigControl) == 0x000360, "Wrong size on FRigControl"); \ +static_assert(offsetof(FRigControl, ControlType) == 0x000018, "Member 'FRigControl::ControlType' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, DisplayName) == 0x00001C, "Member 'FRigControl::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, ParentName) == 0x000024, "Member 'FRigControl::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, ParentIndex) == 0x00002C, "Member 'FRigControl::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, SpaceName) == 0x000030, "Member 'FRigControl::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, SpaceIndex) == 0x000038, "Member 'FRigControl::SpaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, OffsetTransform) == 0x000040, "Member 'FRigControl::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, InitialValue) == 0x0000A0, "Member 'FRigControl::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, Value) == 0x000124, "Member 'FRigControl::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, PrimaryAxis) == 0x0001A8, "Member 'FRigControl::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bIsCurve) == 0x0001A9, "Member 'FRigControl::bIsCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bAnimatable) == 0x0001AA, "Member 'FRigControl::bAnimatable' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitTranslation) == 0x0001AB, "Member 'FRigControl::bLimitTranslation' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitRotation) == 0x0001AC, "Member 'FRigControl::bLimitRotation' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitScale) == 0x0001AD, "Member 'FRigControl::bLimitScale' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bDrawLimits) == 0x0001AE, "Member 'FRigControl::bDrawLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, MinimumValue) == 0x0001B0, "Member 'FRigControl::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, MaximumValue) == 0x000234, "Member 'FRigControl::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bGizmoEnabled) == 0x0002B8, "Member 'FRigControl::bGizmoEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bGizmoVisible) == 0x0002B9, "Member 'FRigControl::bGizmoVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoName) == 0x0002BC, "Member 'FRigControl::GizmoName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoTransform) == 0x0002D0, "Member 'FRigControl::GizmoTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoColor) == 0x000330, "Member 'FRigControl::GizmoColor' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, Dependents) == 0x000340, "Member 'FRigControl::Dependents' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bIsTransientControl) == 0x000350, "Member 'FRigControl::bIsTransientControl' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, ControlEnum) == 0x000358, "Member 'FRigControl::ControlEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlHierarchy \ +static_assert(alignof(FRigControlHierarchy) == 0x000008, "Wrong alignment on FRigControlHierarchy"); \ +static_assert(sizeof(FRigControlHierarchy) == 0x000010, "Wrong size on FRigControlHierarchy"); \ +static_assert(offsetof(FRigControlHierarchy, Controls) == 0x000000, "Member 'FRigControlHierarchy::Controls' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSpace \ +static_assert(alignof(FRigSpace) == 0x000010, "Wrong alignment on FRigSpace"); \ +static_assert(sizeof(FRigSpace) == 0x0000F0, "Wrong size on FRigSpace"); \ +static_assert(offsetof(FRigSpace, SpaceType) == 0x000018, "Member 'FRigSpace::SpaceType' has a wrong offset!"); \ +static_assert(offsetof(FRigSpace, ParentName) == 0x00001C, "Member 'FRigSpace::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FRigSpace, ParentIndex) == 0x000024, "Member 'FRigSpace::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigSpace, InitialTransform) == 0x000030, "Member 'FRigSpace::InitialTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigSpace, LocalTransform) == 0x000090, "Member 'FRigSpace::LocalTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSpaceHierarchy \ +static_assert(alignof(FRigSpaceHierarchy) == 0x000008, "Wrong alignment on FRigSpaceHierarchy"); \ +static_assert(sizeof(FRigSpaceHierarchy) == 0x000010, "Wrong size on FRigSpaceHierarchy"); \ +static_assert(offsetof(FRigSpaceHierarchy, Spaces) == 0x000000, "Member 'FRigSpaceHierarchy::Spaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigCurve \ +static_assert(alignof(FRigCurve) == 0x000008, "Wrong alignment on FRigCurve"); \ +static_assert(sizeof(FRigCurve) == 0x000020, "Wrong size on FRigCurve"); \ +static_assert(offsetof(FRigCurve, Value) == 0x000018, "Member 'FRigCurve::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigCurveContainer \ +static_assert(alignof(FRigCurveContainer) == 0x000008, "Wrong alignment on FRigCurveContainer"); \ +static_assert(sizeof(FRigCurveContainer) == 0x000010, "Wrong size on FRigCurveContainer"); \ +static_assert(offsetof(FRigCurveContainer, Curves) == 0x000000, "Member 'FRigCurveContainer::Curves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyContainer \ +static_assert(alignof(FRigHierarchyContainer) == 0x000008, "Wrong alignment on FRigHierarchyContainer"); \ +static_assert(sizeof(FRigHierarchyContainer) == 0x000040, "Wrong size on FRigHierarchyContainer"); \ +static_assert(offsetof(FRigHierarchyContainer, BoneHierarchy) == 0x000000, "Member 'FRigHierarchyContainer::BoneHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, SpaceHierarchy) == 0x000010, "Member 'FRigHierarchyContainer::SpaceHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, ControlHierarchy) == 0x000020, "Member 'FRigHierarchyContainer::ControlHierarchy' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyContainer, CurveContainer) == 0x000030, "Member 'FRigHierarchyContainer::CurveContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRigUnit_DynamicHierarchyBaseMutable \ +static_assert(alignof(FRigUnit_DynamicHierarchyBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_DynamicHierarchyBaseMutable"); \ +static_assert(sizeof(FRigUnit_DynamicHierarchyBaseMutable) == 0x000010, "Wrong size on FRigUnit_DynamicHierarchyBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddElement \ +static_assert(alignof(FRigUnit_HierarchyAddElement) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddElement"); \ +static_assert(sizeof(FRigUnit_HierarchyAddElement) == 0x000030, "Wrong size on FRigUnit_HierarchyAddElement"); \ +static_assert(offsetof(FRigUnit_HierarchyAddElement, Parent) == 0x000010, "Member 'FRigUnit_HierarchyAddElement::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddElement, Name) == 0x00001C, "Member 'FRigUnit_HierarchyAddElement::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddElement, Item) == 0x000024, "Member 'FRigUnit_HierarchyAddElement::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddBone \ +static_assert(alignof(FRigUnit_HierarchyAddBone) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddBone"); \ +static_assert(sizeof(FRigUnit_HierarchyAddBone) == 0x0000A0, "Wrong size on FRigUnit_HierarchyAddBone"); \ +static_assert(offsetof(FRigUnit_HierarchyAddBone, Transform) == 0x000030, "Member 'FRigUnit_HierarchyAddBone::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddBone, Space) == 0x000090, "Member 'FRigUnit_HierarchyAddBone::Space' 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_SetRelativeTransformForItem \ +static_assert(alignof(FRigUnit_SetRelativeTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeTransformForItem"); \ +static_assert(sizeof(FRigUnit_SetRelativeTransformForItem) == 0x0000E0, "Wrong size on FRigUnit_SetRelativeTransformForItem"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Child) == 0x000010, "Member 'FRigUnit_SetRelativeTransformForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Parent) == 0x00001C, "Member 'FRigUnit_SetRelativeTransformForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bParentInitial) == 0x000028, "Member 'FRigUnit_SetRelativeTransformForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Value) == 0x000030, "Member 'FRigUnit_SetRelativeTransformForItem::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Weight) == 0x000090, "Member 'FRigUnit_SetRelativeTransformForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bPropagateToChildren) == 0x000094, "Member 'FRigUnit_SetRelativeTransformForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedChild) == 0x000098, "Member 'FRigUnit_SetRelativeTransformForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedParent) == 0x0000B8, "Member 'FRigUnit_SetRelativeTransformForItem::CachedParent' 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) == 0x000128, "Wrong size on FMovieSceneControlRigSpaceChannel"); \ +static_assert(offsetof(FMovieSceneControlRigSpaceChannel, KeyTimes) == 0x000050, "Member 'FMovieSceneControlRigSpaceChannel::KeyTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigSpaceChannel, KeyValues) == 0x000060, "Member 'FMovieSceneControlRigSpaceChannel::KeyValues' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigSpaceChannel, KeyHandles) == 0x000070, "Member 'FMovieSceneControlRigSpaceChannel::KeyHandles' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigSpaceChannel, DefaultValue) == 0x000110, "Member 'FMovieSceneControlRigSpaceChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigSpaceChannel, bHasDefaultValue) == 0x000120, "Member 'FMovieSceneControlRigSpaceChannel::bHasDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpaceControlNameAndChannel \ +static_assert(alignof(FSpaceControlNameAndChannel) == 0x000008, "Wrong alignment on FSpaceControlNameAndChannel"); \ +static_assert(sizeof(FSpaceControlNameAndChannel) == 0x000130, "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_FControlRigReference \ +static_assert(alignof(FControlRigReference) == 0x000008, "Wrong alignment on FControlRigReference"); \ +static_assert(sizeof(FControlRigReference) == 0x000010, "Wrong size on FControlRigReference"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlOffset \ +static_assert(alignof(FRigUnit_SetControlOffset) == 0x000010, "Wrong alignment on FRigUnit_SetControlOffset"); \ +static_assert(sizeof(FRigUnit_SetControlOffset) == 0x0000B0, "Wrong size on FRigUnit_SetControlOffset"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Control) == 0x000010, "Member 'FRigUnit_SetControlOffset::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Offset) == 0x000020, "Member 'FRigUnit_SetControlOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Space) == 0x000080, "Member 'FRigUnit_SetControlOffset::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, CachedControlIndex) == 0x000088, "Member 'FRigUnit_SetControlOffset::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetVector2DAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_GetVector2DAnimationChannelFromItem) == 0x000008, "Wrong alignment on FRigUnit_GetVector2DAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_GetVector2DAnimationChannelFromItem) == 0x000028, "Wrong size on FRigUnit_GetVector2DAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_GetVector2DAnimationChannelFromItem, Value) == 0x000018, "Member 'FRigUnit_GetVector2DAnimationChannelFromItem::Value' 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_FRigTransformDirtyState \ +static_assert(alignof(FRigTransformDirtyState) == 0x000008, "Wrong alignment on FRigTransformDirtyState"); \ +static_assert(sizeof(FRigTransformDirtyState) == 0x000010, "Wrong size on FRigTransformDirtyState"); \ + +#define DUMPER7_ASSERTS_FRigLocalAndGlobalDirtyState \ +static_assert(alignof(FRigLocalAndGlobalDirtyState) == 0x000008, "Wrong alignment on FRigLocalAndGlobalDirtyState"); \ +static_assert(sizeof(FRigLocalAndGlobalDirtyState) == 0x000020, "Wrong size on FRigLocalAndGlobalDirtyState"); \ +static_assert(offsetof(FRigLocalAndGlobalDirtyState, Global) == 0x000000, "Member 'FRigLocalAndGlobalDirtyState::Global' has a wrong offset!"); \ +static_assert(offsetof(FRigLocalAndGlobalDirtyState, Local) == 0x000010, "Member 'FRigLocalAndGlobalDirtyState::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedRigComponent \ +static_assert(alignof(FCachedRigComponent) == 0x000008, "Wrong alignment on FCachedRigComponent"); \ +static_assert(sizeof(FCachedRigComponent) == 0x000038, "Wrong size on FCachedRigComponent"); \ +static_assert(offsetof(FCachedRigComponent, CachedElement) == 0x000000, "Member 'FCachedRigComponent::CachedElement' has a wrong offset!"); \ +static_assert(offsetof(FCachedRigComponent, Name) == 0x000020, "Member 'FCachedRigComponent::Name' has a wrong offset!"); \ +static_assert(offsetof(FCachedRigComponent, Index) == 0x000028, "Member 'FCachedRigComponent::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings) == 0x000001, "Wrong size on FRigUnit_HierarchyAddAnimationChannelEmptyLimitSettings"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings) == 0x000002, "Wrong size on FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings, Enabled) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannelSingleLimitSettings::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_EndProfilingTimer \ +static_assert(alignof(FRigUnit_EndProfilingTimer) == 0x000008, "Wrong alignment on FRigUnit_EndProfilingTimer"); \ +static_assert(sizeof(FRigUnit_EndProfilingTimer) == 0x000040, "Wrong size on FRigUnit_EndProfilingTimer"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, NumberOfMeasurements) == 0x000018, "Member 'FRigUnit_EndProfilingTimer::NumberOfMeasurements' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, Prefix) == 0x000020, "Member 'FRigUnit_EndProfilingTimer::Prefix' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, AccumulatedTime) == 0x000030, "Member 'FRigUnit_EndProfilingTimer::AccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, MeasurementsLeft) == 0x000034, "Member 'FRigUnit_EndProfilingTimer::MeasurementsLeft' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, bIsInitialized) == 0x000038, "Member 'FRigUnit_EndProfilingTimer::bIsInitialized' 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_FControlRigAnimNodeEventName \ +static_assert(alignof(FControlRigAnimNodeEventName) == 0x000004, "Wrong alignment on FControlRigAnimNodeEventName"); \ +static_assert(sizeof(FControlRigAnimNodeEventName) == 0x000008, "Wrong size on FControlRigAnimNodeEventName"); \ +static_assert(offsetof(FControlRigAnimNodeEventName, EventName) == 0x000000, "Member 'FControlRigAnimNodeEventName::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ControlRigBase \ +static_assert(alignof(FAnimNode_ControlRigBase) == 0x000008, "Wrong alignment on FAnimNode_ControlRigBase"); \ +static_assert(sizeof(FAnimNode_ControlRigBase) == 0x000228, "Wrong size on FAnimNode_ControlRigBase"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, Source) == 0x000058, "Member 'FAnimNode_ControlRigBase::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bResetInputPoseToInitial) == 0x000068, "Member 'FAnimNode_ControlRigBase::bResetInputPoseToInitial' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bTransferInputPose) == 0x000069, "Member 'FAnimNode_ControlRigBase::bTransferInputPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bTransferInputCurves) == 0x00006A, "Member 'FAnimNode_ControlRigBase::bTransferInputCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bTransferPoseInGlobalSpace) == 0x00006B, "Member 'FAnimNode_ControlRigBase::bTransferPoseInGlobalSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, InputBonesToTransfer) == 0x000070, "Member 'FAnimNode_ControlRigBase::InputBonesToTransfer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, OutputBonesToTransfer) == 0x000080, "Member 'FAnimNode_ControlRigBase::OutputBonesToTransfer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, AssetUserData) == 0x000090, "Member 'FAnimNode_ControlRigBase::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, NodeMappingContainer) == 0x0000A0, "Member 'FAnimNode_ControlRigBase::NodeMappingContainer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, InputSettings) == 0x0000A8, "Member 'FAnimNode_ControlRigBase::InputSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, OutputSettings) == 0x0000AA, "Member 'FAnimNode_ControlRigBase::OutputSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bExecute) == 0x0000AC, "Member 'FAnimNode_ControlRigBase::bExecute' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, EventQueue) == 0x0000B8, "Member 'FAnimNode_ControlRigBase::EventQueue' 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_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) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlRotator"); \ +static_assert(sizeof(FRigUnit_SetMultiControlRotator) == 0x000038, "Wrong size on FRigUnit_SetMultiControlRotator"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, Entries) == 0x000010, "Member 'FRigUnit_SetMultiControlRotator::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, Weight) == 0x000020, "Member 'FRigUnit_SetMultiControlRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, CachedControlIndices) == 0x000028, "Member 'FRigUnit_SetMultiControlRotator::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleIdentifier \ +static_assert(alignof(FRigModuleIdentifier) == 0x000008, "Wrong alignment on FRigModuleIdentifier"); \ +static_assert(sizeof(FRigModuleIdentifier) == 0x000020, "Wrong size on FRigModuleIdentifier"); \ +static_assert(offsetof(FRigModuleIdentifier, Name) == 0x000000, "Member 'FRigModuleIdentifier::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleIdentifier, Type) == 0x000010, "Member 'FRigModuleIdentifier::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigConnectorSettings \ +static_assert(alignof(FRigConnectorSettings) == 0x000008, "Wrong alignment on FRigConnectorSettings"); \ +static_assert(sizeof(FRigConnectorSettings) == 0x000028, "Wrong size on FRigConnectorSettings"); \ +static_assert(offsetof(FRigConnectorSettings, Description) == 0x000000, "Member 'FRigConnectorSettings::Description' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorSettings, Type) == 0x000010, "Member 'FRigConnectorSettings::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorSettings, bOptional) == 0x000011, "Member 'FRigConnectorSettings::bOptional' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorSettings, bIsArray) == 0x000012, "Member 'FRigConnectorSettings::bIsArray' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorSettings, bPostConstruction) == 0x000013, "Member 'FRigConnectorSettings::bPostConstruction' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorSettings, Rules) == 0x000018, "Member 'FRigConnectorSettings::Rules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleConnector \ +static_assert(alignof(FRigModuleConnector) == 0x000008, "Wrong alignment on FRigModuleConnector"); \ +static_assert(sizeof(FRigModuleConnector) == 0x000038, "Wrong size on FRigModuleConnector"); \ +static_assert(offsetof(FRigModuleConnector, Name) == 0x000000, "Member 'FRigModuleConnector::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleConnector, Settings) == 0x000010, "Member 'FRigModuleConnector::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleSettings \ +static_assert(alignof(FRigModuleSettings) == 0x000008, "Wrong alignment on FRigModuleSettings"); \ +static_assert(sizeof(FRigModuleSettings) == 0x000080, "Wrong size on FRigModuleSettings"); \ +static_assert(offsetof(FRigModuleSettings, Identifier) == 0x000000, "Member 'FRigModuleSettings::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, Icon) == 0x000020, "Member 'FRigModuleSettings::Icon' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, Category) == 0x000040, "Member 'FRigModuleSettings::Category' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, Keywords) == 0x000050, "Member 'FRigModuleSettings::Keywords' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, Description) == 0x000060, "Member 'FRigModuleSettings::Description' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleSettings, ExposedConnectors) == 0x000070, "Member 'FRigModuleSettings::ExposedConnectors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_DebugRectangle \ +static_assert(alignof(FRigUnit_DebugRectangle) == 0x000010, "Wrong alignment on FRigUnit_DebugRectangle"); \ +static_assert(sizeof(FRigUnit_DebugRectangle) == 0x000110, "Wrong size on FRigUnit_DebugRectangle"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Transform) == 0x000020, "Member 'FRigUnit_DebugRectangle::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Color) == 0x000080, "Member 'FRigUnit_DebugRectangle::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Scale) == 0x000090, "Member 'FRigUnit_DebugRectangle::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Thickness) == 0x000094, "Member 'FRigUnit_DebugRectangle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Space) == 0x000098, "Member 'FRigUnit_DebugRectangle::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, WorldOffset) == 0x0000A0, "Member 'FRigUnit_DebugRectangle::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, bEnabled) == 0x000100, "Member 'FRigUnit_DebugRectangle::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControl_ShapeSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControl_ShapeSettings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControl_ShapeSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControl_ShapeSettings) == 0x000080, "Wrong size on FRigUnit_HierarchyAddControl_ShapeSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ShapeSettings, bVisible) == 0x000000, "Member 'FRigUnit_HierarchyAddControl_ShapeSettings::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ShapeSettings, Name) == 0x000004, "Member 'FRigUnit_HierarchyAddControl_ShapeSettings::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ShapeSettings, Color) == 0x00000C, "Member 'FRigUnit_HierarchyAddControl_ShapeSettings::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ShapeSettings, Transform) == 0x000020, "Member 'FRigUnit_HierarchyAddControl_ShapeSettings::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchySetShapeSettings \ +static_assert(alignof(FRigUnit_HierarchySetShapeSettings) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetShapeSettings"); \ +static_assert(sizeof(FRigUnit_HierarchySetShapeSettings) == 0x0000A0, "Wrong size on FRigUnit_HierarchySetShapeSettings"); \ +static_assert(offsetof(FRigUnit_HierarchySetShapeSettings, Item) == 0x000010, "Member 'FRigUnit_HierarchySetShapeSettings::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetShapeSettings, Settings) == 0x000020, "Member 'FRigUnit_HierarchySetShapeSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HighlevelBaseMutable \ +static_assert(alignof(FRigUnit_HighlevelBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_HighlevelBaseMutable"); \ +static_assert(sizeof(FRigUnit_HighlevelBaseMutable) == 0x000010, "Wrong size on FRigUnit_HighlevelBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PositionConstraint \ +static_assert(alignof(FRigUnit_PositionConstraint) == 0x000008, "Wrong alignment on FRigUnit_PositionConstraint"); \ +static_assert(sizeof(FRigUnit_PositionConstraint) == 0x000038, "Wrong size on FRigUnit_PositionConstraint"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, Child) == 0x000010, "Member 'FRigUnit_PositionConstraint::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, bMaintainOffset) == 0x00001C, "Member 'FRigUnit_PositionConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, Filter) == 0x00001D, "Member 'FRigUnit_PositionConstraint::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, Parents) == 0x000020, "Member 'FRigUnit_PositionConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, Weight) == 0x000030, "Member 'FRigUnit_PositionConstraint::Weight' 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_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_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_FindItemsWithMetadataTag \ +static_assert(alignof(FRigUnit_FindItemsWithMetadataTag) == 0x000008, "Wrong alignment on FRigUnit_FindItemsWithMetadataTag"); \ +static_assert(sizeof(FRigUnit_FindItemsWithMetadataTag) == 0x000028, "Wrong size on FRigUnit_FindItemsWithMetadataTag"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTag, Tag) == 0x000008, "Member 'FRigUnit_FindItemsWithMetadataTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTag, Namespace) == 0x000010, "Member 'FRigUnit_FindItemsWithMetadataTag::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTag, Items) == 0x000018, "Member 'FRigUnit_FindItemsWithMetadataTag::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigOverrideContainer \ +static_assert(alignof(FControlRigOverrideContainer) == 0x000008, "Wrong alignment on FControlRigOverrideContainer"); \ +static_assert(sizeof(FControlRigOverrideContainer) == 0x000158, "Wrong size on FControlRigOverrideContainer"); \ + +#define DUMPER7_ASSERTS_FRigModuleReference \ +static_assert(alignof(FRigModuleReference) == 0x000008, "Wrong alignment on FRigModuleReference"); \ +static_assert(sizeof(FRigModuleReference) == 0x0002D0, "Wrong size on FRigModuleReference"); \ +static_assert(offsetof(FRigModuleReference, Name) == 0x000000, "Member 'FRigModuleReference::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, ShortName) == 0x000008, "Member 'FRigModuleReference::ShortName' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, bShortNameBasedOnPath) == 0x000018, "Member 'FRigModuleReference::bShortNameBasedOnPath' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, ParentPath) == 0x000020, "Member 'FRigModuleReference::ParentPath' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, ParentModuleName) == 0x000030, "Member 'FRigModuleReference::ParentModuleName' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, Class) == 0x000038, "Member 'FRigModuleReference::Class' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, Connections) == 0x000060, "Member 'FRigModuleReference::Connections' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, ConfigValues) == 0x0000B0, "Member 'FRigModuleReference::ConfigValues' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, ConfigOverrides) == 0x000100, "Member 'FRigModuleReference::ConfigOverrides' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, Bindings) == 0x000258, "Member 'FRigModuleReference::Bindings' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, PreviousName) == 0x0002A8, "Member 'FRigModuleReference::PreviousName' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleReference, PreviousParentName) == 0x0002B0, "Member 'FRigModuleReference::PreviousParentName' 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_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_FAnimNode_ControlRig \ +static_assert(alignof(FAnimNode_ControlRig) == 0x000008, "Wrong alignment on FAnimNode_ControlRig"); \ +static_assert(sizeof(FAnimNode_ControlRig) == 0x0004B8, "Wrong size on FAnimNode_ControlRig"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRigClass) == 0x000228, "Member 'FAnimNode_ControlRig::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, DefaultControlRigClass) == 0x000230, "Member 'FAnimNode_ControlRig::DefaultControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRig) == 0x000238, "Member 'FAnimNode_ControlRig::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRigPerClass) == 0x000240, "Member 'FAnimNode_ControlRig::ControlRigPerClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, Alpha) == 0x000290, "Member 'FAnimNode_ControlRig::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaInputType) == 0x000294, "Member 'FAnimNode_ControlRig::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBias) == 0x000298, "Member 'FAnimNode_ControlRig::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaBoolBlend) == 0x0002A0, "Member 'FAnimNode_ControlRig::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaCurveName) == 0x0002E8, "Member 'FAnimNode_ControlRig::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBiasClamp) == 0x0002F0, "Member 'FAnimNode_ControlRig::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, InputMapping) == 0x000320, "Member 'FAnimNode_ControlRig::InputMapping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, OutputMapping) == 0x000370, "Member 'FAnimNode_ControlRig::OutputMapping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, LODThreshold) == 0x0003C0, "Member 'FAnimNode_ControlRig::LODThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchySettings \ +static_assert(alignof(FRigHierarchySettings) == 0x000004, "Wrong alignment on FRigHierarchySettings"); \ +static_assert(sizeof(FRigHierarchySettings) == 0x000008, "Wrong size on FRigHierarchySettings"); \ +static_assert(offsetof(FRigHierarchySettings, ElementNameDisplayMode) == 0x000000, "Member 'FRigHierarchySettings::ElementNameDisplayMode' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchySettings, ProceduralElementLimit) == 0x000004, "Member 'FRigHierarchySettings::ProceduralElementLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlFloat_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlFloat_LimitSettings) == 0x000004, "Wrong alignment on FRigUnit_HierarchyAddControlFloat_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlFloat_LimitSettings) == 0x000010, "Wrong size on FRigUnit_HierarchyAddControlFloat_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, Limit) == 0x000000, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::Limit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, MinValue) == 0x000004, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, MaxValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_LimitSettings, bDrawLimits) == 0x00000C, "Member 'FRigUnit_HierarchyAddControlFloat_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugBase \ +static_assert(alignof(FRigUnit_DebugBase) == 0x000008, "Wrong alignment on FRigUnit_DebugBase"); \ +static_assert(sizeof(FRigUnit_DebugBase) == 0x000010, "Wrong size on FRigUnit_DebugBase"); \ +static_assert(offsetof(FRigUnit_DebugBase, DebugDrawSettings) == 0x000008, "Member 'FRigUnit_DebugBase::DebugDrawSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlVector \ +static_assert(alignof(FRigUnit_SetControlVector) == 0x000008, "Wrong alignment on FRigUnit_SetControlVector"); \ +static_assert(sizeof(FRigUnit_SetControlVector) == 0x000060, "Wrong size on FRigUnit_SetControlVector"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Control) == 0x000010, "Member 'FRigUnit_SetControlVector::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Weight) == 0x000018, "Member 'FRigUnit_SetControlVector::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Vector) == 0x000020, "Member 'FRigUnit_SetControlVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Space) == 0x000038, "Member 'FRigUnit_SetControlVector::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, CachedControlIndex) == 0x000040, "Member 'FRigUnit_SetControlVector::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) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlVector2D"); \ +static_assert(sizeof(FRigUnit_SetMultiControlVector2D) == 0x000038, "Wrong size on FRigUnit_SetMultiControlVector2D"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Entries) == 0x000010, "Member 'FRigUnit_SetMultiControlVector2D::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Weight) == 0x000020, "Member 'FRigUnit_SetMultiControlVector2D::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, CachedControlIndices) == 0x000028, "Member 'FRigUnit_SetMultiControlVector2D::CachedControlIndices' 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_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_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) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlInteger"); \ +static_assert(sizeof(FRigUnit_SetMultiControlInteger) == 0x000038, "Wrong size on FRigUnit_SetMultiControlInteger"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, Entries) == 0x000010, "Member 'FRigUnit_SetMultiControlInteger::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, Weight) == 0x000020, "Member 'FRigUnit_SetMultiControlInteger::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, CachedControlIndices) == 0x000028, "Member 'FRigUnit_SetMultiControlInteger::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetDefaultMatch \ +static_assert(alignof(FRigUnit_SetDefaultMatch) == 0x000008, "Wrong alignment on FRigUnit_SetDefaultMatch"); \ +static_assert(sizeof(FRigUnit_SetDefaultMatch) == 0x000020, "Wrong size on FRigUnit_SetDefaultMatch"); \ +static_assert(offsetof(FRigUnit_SetDefaultMatch, Default) == 0x000010, "Member 'FRigUnit_SetDefaultMatch::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructReference \ +static_assert(alignof(FStructReference) == 0x000008, "Wrong alignment on FStructReference"); \ +static_assert(sizeof(FStructReference) == 0x000008, "Wrong size on FStructReference"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlRotator \ +static_assert(alignof(FRigUnit_SetControlRotator) == 0x000008, "Wrong alignment on FRigUnit_SetControlRotator"); \ +static_assert(sizeof(FRigUnit_SetControlRotator) == 0x000060, "Wrong size on FRigUnit_SetControlRotator"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Control) == 0x000010, "Member 'FRigUnit_SetControlRotator::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Weight) == 0x000018, "Member 'FRigUnit_SetControlRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Rotator) == 0x000020, "Member 'FRigUnit_SetControlRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Space) == 0x000038, "Member 'FRigUnit_SetControlRotator::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, CachedControlIndex) == 0x000040, "Member 'FRigUnit_SetControlRotator::CachedControlIndex' 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) == 0x000230, "Wrong size on FAnimNode_ControlRig_ExternalSource"); \ +static_assert(offsetof(FAnimNode_ControlRig_ExternalSource, ControlRig) == 0x000228, "Member 'FAnimNode_ControlRig_ExternalSource::ControlRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigAnimInstanceProxy \ +static_assert(alignof(FControlRigAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigAnimInstanceProxy"); \ +static_assert(sizeof(FControlRigAnimInstanceProxy) == 0x000870, "Wrong size on FControlRigAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FControlRigComponentMappedElement \ +static_assert(alignof(FControlRigComponentMappedElement) == 0x000010, "Wrong alignment on FControlRigComponentMappedElement"); \ +static_assert(sizeof(FControlRigComponentMappedElement) == 0x0000F0, "Wrong size on FControlRigComponentMappedElement"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ComponentReference) == 0x000000, "Member 'FControlRigComponentMappedElement::ComponentReference' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, TransformIndex) == 0x000048, "Member 'FControlRigComponentMappedElement::TransformIndex' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, TransformName) == 0x00004C, "Member 'FControlRigComponentMappedElement::TransformName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementType) == 0x000054, "Member 'FControlRigComponentMappedElement::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementName) == 0x000058, "Member 'FControlRigComponentMappedElement::ElementName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Direction) == 0x000060, "Member 'FControlRigComponentMappedElement::Direction' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Offset) == 0x000070, "Member 'FControlRigComponentMappedElement::Offset' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Weight) == 0x0000D0, "Member 'FControlRigComponentMappedElement::Weight' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Space) == 0x0000D4, "Member 'FControlRigComponentMappedElement::Space' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, SceneComponent) == 0x0000D8, "Member 'FControlRigComponentMappedElement::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementIndex) == 0x0000E0, "Member 'FControlRigComponentMappedElement::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, SubIndex) == 0x0000E4, "Member 'FControlRigComponentMappedElement::SubIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlElement \ +static_assert(alignof(FRigUnit_HierarchyAddControlElement) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlElement"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlElement) == 0x0000A0, "Wrong size on FRigUnit_HierarchyAddControlElement"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlElement, OffsetTransform) == 0x000030, "Member 'FRigUnit_HierarchyAddControlElement::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlElement, OffsetSpace) == 0x000090, "Member 'FRigUnit_HierarchyAddControlElement::OffsetSpace' 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_HierarchyAddControl_ProxySettings \ +static_assert(alignof(FRigUnit_HierarchyAddControl_ProxySettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControl_ProxySettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControl_ProxySettings) == 0x000020, "Wrong size on FRigUnit_HierarchyAddControl_ProxySettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ProxySettings, bIsProxy) == 0x000000, "Member 'FRigUnit_HierarchyAddControl_ProxySettings::bIsProxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ProxySettings, DrivenControls) == 0x000008, "Member 'FRigUnit_HierarchyAddControl_ProxySettings::DrivenControls' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_ProxySettings, ShapeVisibility) == 0x000018, "Member 'FRigUnit_HierarchyAddControl_ProxySettings::ShapeVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControl_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControl_Settings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControl_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControl_Settings) == 0x000018, "Wrong size on FRigUnit_HierarchyAddControl_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_Settings, DisplayName) == 0x000008, "Member 'FRigUnit_HierarchyAddControl_Settings::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControl_Settings, bSelectable) == 0x000010, "Member 'FRigUnit_HierarchyAddControl_Settings::bSelectable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlFloat_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlFloat_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlFloat_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlFloat_Settings) == 0x0000D0, "Wrong size on FRigUnit_HierarchyAddControlFloat_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, PrimaryAxis) == 0x000018, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, bIsScale) == 0x000019, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::bIsScale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, Limits) == 0x00001C, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, Shape) == 0x000030, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat_Settings, Proxy) == 0x0000B0, "Member 'FRigUnit_HierarchyAddControlFloat_Settings::Proxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FControlShapeActorCreationParam \ +static_assert(alignof(FControlShapeActorCreationParam) == 0x000010, "Wrong alignment on FControlShapeActorCreationParam"); \ +static_assert(sizeof(FControlShapeActorCreationParam) == 0x0001C0, "Wrong size on FControlShapeActorCreationParam"); \ + +#define DUMPER7_ASSERTS_FControlRigOverrideValue \ +static_assert(alignof(FControlRigOverrideValue) == 0x000008, "Wrong alignment on FControlRigOverrideValue"); \ +static_assert(sizeof(FControlRigOverrideValue) == 0x000058, "Wrong size on FControlRigOverrideValue"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SendEvent \ +static_assert(alignof(FRigUnit_SendEvent) == 0x000008, "Wrong alignment on FRigUnit_SendEvent"); \ +static_assert(sizeof(FRigUnit_SendEvent) == 0x000028, "Wrong size on FRigUnit_SendEvent"); \ +static_assert(offsetof(FRigUnit_SendEvent, Event) == 0x000010, "Member 'FRigUnit_SendEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, Item) == 0x000014, "Member 'FRigUnit_SendEvent::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, OffsetInSeconds) == 0x000020, "Member 'FRigUnit_SendEvent::OffsetInSeconds' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, bEnable) == 0x000024, "Member 'FRigUnit_SendEvent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, bOnlyDuringInteraction) == 0x000025, "Member 'FRigUnit_SendEvent::bOnlyDuringInteraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigReplayVariable \ +static_assert(alignof(FControlRigReplayVariable) == 0x000008, "Wrong alignment on FControlRigReplayVariable"); \ +static_assert(sizeof(FControlRigReplayVariable) == 0x000020, "Wrong size on FControlRigReplayVariable"); \ +static_assert(offsetof(FControlRigReplayVariable, Name) == 0x000000, "Member 'FControlRigReplayVariable::Name' has a wrong offset!"); \ +static_assert(offsetof(FControlRigReplayVariable, CPPType) == 0x000008, "Member 'FControlRigReplayVariable::CPPType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigReplayVariable, Value) == 0x000010, "Member 'FControlRigReplayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSampleTrackHost \ +static_assert(alignof(FSampleTrackHost) == 0x000008, "Wrong alignment on FSampleTrackHost"); \ +static_assert(sizeof(FSampleTrackHost) == 0x000010, "Wrong size on FSampleTrackHost"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlColor \ +static_assert(alignof(FRigUnit_SetControlColor) == 0x000008, "Wrong alignment on FRigUnit_SetControlColor"); \ +static_assert(sizeof(FRigUnit_SetControlColor) == 0x000048, "Wrong size on FRigUnit_SetControlColor"); \ +static_assert(offsetof(FRigUnit_SetControlColor, Control) == 0x000010, "Member 'FRigUnit_SetControlColor::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlColor, Color) == 0x000018, "Member 'FRigUnit_SetControlColor::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlColor, CachedControlIndex) == 0x000028, "Member 'FRigUnit_SetControlColor::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetShapeTransform \ +static_assert(alignof(FRigUnit_GetShapeTransform) == 0x000010, "Wrong alignment on FRigUnit_GetShapeTransform"); \ +static_assert(sizeof(FRigUnit_GetShapeTransform) == 0x000090, "Wrong size on FRigUnit_GetShapeTransform"); \ +static_assert(offsetof(FRigUnit_GetShapeTransform, Control) == 0x000008, "Member 'FRigUnit_GetShapeTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetShapeTransform, Transform) == 0x000010, "Member 'FRigUnit_GetShapeTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetShapeTransform, CachedControlIndex) == 0x000070, "Member 'FRigUnit_GetShapeTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParentConstraintMath_AdvancedSettings \ +static_assert(alignof(FRigUnit_ParentConstraintMath_AdvancedSettings) == 0x000001, "Wrong alignment on FRigUnit_ParentConstraintMath_AdvancedSettings"); \ +static_assert(sizeof(FRigUnit_ParentConstraintMath_AdvancedSettings) == 0x000001, "Wrong size on FRigUnit_ParentConstraintMath_AdvancedSettings"); \ +static_assert(offsetof(FRigUnit_ParentConstraintMath_AdvancedSettings, InterpolationType) == 0x000000, "Member 'FRigUnit_ParentConstraintMath_AdvancedSettings::InterpolationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParentConstraintMath \ +static_assert(alignof(FRigUnit_ParentConstraintMath) == 0x000010, "Wrong alignment on FRigUnit_ParentConstraintMath"); \ +static_assert(sizeof(FRigUnit_ParentConstraintMath) == 0x000100, "Wrong size on FRigUnit_ParentConstraintMath"); \ +static_assert(offsetof(FRigUnit_ParentConstraintMath, Input) == 0x000010, "Member 'FRigUnit_ParentConstraintMath::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraintMath, Parents) == 0x000070, "Member 'FRigUnit_ParentConstraintMath::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraintMath, AdvancedSettings) == 0x000080, "Member 'FRigUnit_ParentConstraintMath::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraintMath, Output) == 0x000090, "Member 'FRigUnit_ParentConstraintMath::Output' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraintMath, ParentCaches) == 0x0000F0, "Member 'FRigUnit_ParentConstraintMath::ParentCaches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigReplayTracks \ +static_assert(alignof(FControlRigReplayTracks) == 0x000008, "Wrong alignment on FControlRigReplayTracks"); \ +static_assert(sizeof(FControlRigReplayTracks) == 0x000178, "Wrong size on FControlRigReplayTracks"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlScaleOffset \ +static_assert(alignof(FRigUnit_SetControlScaleOffset) == 0x000008, "Wrong alignment on FRigUnit_SetControlScaleOffset"); \ +static_assert(sizeof(FRigUnit_SetControlScaleOffset) == 0x000058, "Wrong size on FRigUnit_SetControlScaleOffset"); \ +static_assert(offsetof(FRigUnit_SetControlScaleOffset, Control) == 0x000010, "Member 'FRigUnit_SetControlScaleOffset::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlScaleOffset, Scale) == 0x000018, "Member 'FRigUnit_SetControlScaleOffset::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlScaleOffset, Space) == 0x000030, "Member 'FRigUnit_SetControlScaleOffset::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlScaleOffset, CachedControlIndex) == 0x000038, "Member 'FRigUnit_SetControlScaleOffset::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigPoseElement \ +static_assert(alignof(FRigPoseElement) == 0x000010, "Wrong alignment on FRigPoseElement"); \ +static_assert(sizeof(FRigPoseElement) == 0x000110, "Wrong size on FRigPoseElement"); \ +static_assert(offsetof(FRigPoseElement, Index) == 0x000000, "Member 'FRigPoseElement::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, GlobalTransform) == 0x000020, "Member 'FRigPoseElement::GlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, LocalTransform) == 0x000080, "Member 'FRigPoseElement::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, PreferredEulerAngle) == 0x0000E0, "Member 'FRigPoseElement::PreferredEulerAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, ActiveParent) == 0x0000F8, "Member 'FRigPoseElement::ActiveParent' has a wrong offset!"); \ +static_assert(offsetof(FRigPoseElement, CurveValue) == 0x000104, "Member 'FRigPoseElement::CurveValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigPose \ +static_assert(alignof(FRigPose) == 0x000008, "Wrong alignment on FRigPose"); \ +static_assert(sizeof(FRigPose) == 0x000070, "Wrong size on FRigPose"); \ +static_assert(offsetof(FRigPose, Elements) == 0x000000, "Member 'FRigPose::Elements' has a wrong offset!"); \ +static_assert(offsetof(FRigPose, HierarchyTopologyVersion) == 0x000010, "Member 'FRigPose::HierarchyTopologyVersion' has a wrong offset!"); \ +static_assert(offsetof(FRigPose, PoseHash) == 0x000014, "Member 'FRigPose::PoseHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigTestDataFrame \ +static_assert(alignof(FControlRigTestDataFrame) == 0x000008, "Wrong alignment on FControlRigTestDataFrame"); \ +static_assert(sizeof(FControlRigTestDataFrame) == 0x000108, "Wrong size on FControlRigTestDataFrame"); \ +static_assert(offsetof(FControlRigTestDataFrame, AbsoluteTime) == 0x000000, "Member 'FControlRigTestDataFrame::AbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataFrame, DeltaTime) == 0x000008, "Member 'FControlRigTestDataFrame::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataFrame, Variables) == 0x000010, "Member 'FControlRigTestDataFrame::Variables' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataFrame, Pose) == 0x000020, "Member 'FControlRigTestDataFrame::Pose' has a wrong offset!"); \ +static_assert(offsetof(FControlRigTestDataFrame, MetaData) == 0x000090, "Member 'FControlRigTestDataFrame::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetBoneTransform \ +static_assert(alignof(FRigUnit_SetBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_SetBoneTransform"); \ +static_assert(sizeof(FRigUnit_SetBoneTransform) == 0x000110, "Wrong size on FRigUnit_SetBoneTransform"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, bone) == 0x000010, "Member 'FRigUnit_SetBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Transform) == 0x000020, "Member 'FRigUnit_SetBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Result) == 0x000080, "Member 'FRigUnit_SetBoneTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Space) == 0x0000E0, "Member 'FRigUnit_SetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Weight) == 0x0000E4, "Member 'FRigUnit_SetBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, bPropagateToChildren) == 0x0000E8, "Member 'FRigUnit_SetBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, CachedBone) == 0x0000F0, "Member 'FRigUnit_SetBoneTransform::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) == 0x000070, "Wrong size on FRigUnit_SetBoneRotation"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, bone) == 0x000010, "Member 'FRigUnit_SetBoneRotation::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Rotation) == 0x000020, "Member 'FRigUnit_SetBoneRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Space) == 0x000040, "Member 'FRigUnit_SetBoneRotation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Weight) == 0x000044, "Member 'FRigUnit_SetBoneRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, bPropagateToChildren) == 0x000048, "Member 'FRigUnit_SetBoneRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, CachedBone) == 0x000050, "Member 'FRigUnit_SetBoneRotation::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PropagateTransform \ +static_assert(alignof(FRigUnit_PropagateTransform) == 0x000008, "Wrong alignment on FRigUnit_PropagateTransform"); \ +static_assert(sizeof(FRigUnit_PropagateTransform) == 0x000040, "Wrong size on FRigUnit_PropagateTransform"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, Item) == 0x000010, "Member 'FRigUnit_PropagateTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bRecomputeGlobal) == 0x00001C, "Member 'FRigUnit_PropagateTransform::bRecomputeGlobal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bApplyToChildren) == 0x00001D, "Member 'FRigUnit_PropagateTransform::bApplyToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bRecursive) == 0x00001E, "Member 'FRigUnit_PropagateTransform::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, CachedIndex) == 0x000020, "Member 'FRigUnit_PropagateTransform::CachedIndex' 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_FCRSimContainer \ +static_assert(alignof(FCRSimContainer) == 0x000008, "Wrong alignment on FCRSimContainer"); \ +static_assert(sizeof(FCRSimContainer) == 0x000018, "Wrong size on FCRSimContainer"); \ +static_assert(offsetof(FCRSimContainer, TimeStep) == 0x000008, "Member 'FCRSimContainer::TimeStep' has a wrong offset!"); \ +static_assert(offsetof(FCRSimContainer, AccumulatedTime) == 0x00000C, "Member 'FCRSimContainer::AccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(FCRSimContainer, TimeLeftForStep) == 0x000010, "Member 'FCRSimContainer::TimeLeftForStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_SetBoneTranslation \ +static_assert(alignof(FRigUnit_SetBoneTranslation) == 0x000008, "Wrong alignment on FRigUnit_SetBoneTranslation"); \ +static_assert(sizeof(FRigUnit_SetBoneTranslation) == 0x000060, "Wrong size on FRigUnit_SetBoneTranslation"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, bone) == 0x000010, "Member 'FRigUnit_SetBoneTranslation::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Translation) == 0x000018, "Member 'FRigUnit_SetBoneTranslation::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Space) == 0x000030, "Member 'FRigUnit_SetBoneTranslation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Weight) == 0x000034, "Member 'FRigUnit_SetBoneTranslation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, bPropagateToChildren) == 0x000038, "Member 'FRigUnit_SetBoneTranslation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, CachedBone) == 0x000040, "Member 'FRigUnit_SetBoneTranslation::CachedBone' 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_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_FRigDispatchFactory \ +static_assert(alignof(FRigDispatchFactory) == 0x000008, "Wrong alignment on FRigDispatchFactory"); \ +static_assert(sizeof(FRigDispatchFactory) == 0x0000A8, "Wrong size on FRigDispatchFactory"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_MetadataBase \ +static_assert(alignof(FRigDispatch_MetadataBase) == 0x000008, "Wrong alignment on FRigDispatch_MetadataBase"); \ +static_assert(sizeof(FRigDispatch_MetadataBase) == 0x0000D8, "Wrong size on FRigDispatch_MetadataBase"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_SetMetadata \ +static_assert(alignof(FRigDispatch_SetMetadata) == 0x000008, "Wrong alignment on FRigDispatch_SetMetadata"); \ +static_assert(sizeof(FRigDispatch_SetMetadata) == 0x0000D8, "Wrong size on FRigDispatch_SetMetadata"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_SetModuleMetadata \ +static_assert(alignof(FRigDispatch_SetModuleMetadata) == 0x000008, "Wrong alignment on FRigDispatch_SetModuleMetadata"); \ +static_assert(sizeof(FRigDispatch_SetModuleMetadata) == 0x0000D8, "Wrong size on FRigDispatch_SetModuleMetadata"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMetadataTag \ +static_assert(alignof(FRigUnit_SetMetadataTag) == 0x000008, "Wrong alignment on FRigUnit_SetMetadataTag"); \ +static_assert(sizeof(FRigUnit_SetMetadataTag) == 0x000048, "Wrong size on FRigUnit_SetMetadataTag"); \ +static_assert(offsetof(FRigUnit_SetMetadataTag, Item) == 0x000010, "Member 'FRigUnit_SetMetadataTag::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTag, Tag) == 0x00001C, "Member 'FRigUnit_SetMetadataTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTag, Namespace) == 0x000024, "Member 'FRigUnit_SetMetadataTag::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTag, CachedIndex) == 0x000028, "Member 'FRigUnit_SetMetadataTag::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSphericalPoseReaderDebugSettings \ +static_assert(alignof(FSphericalPoseReaderDebugSettings) == 0x000004, "Wrong alignment on FSphericalPoseReaderDebugSettings"); \ +static_assert(sizeof(FSphericalPoseReaderDebugSettings) == 0x000010, "Wrong size on FSphericalPoseReaderDebugSettings"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, bDrawDebug) == 0x000000, "Member 'FSphericalPoseReaderDebugSettings::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, bDraw2D) == 0x000001, "Member 'FSphericalPoseReaderDebugSettings::bDraw2D' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, bDrawLocalAxes) == 0x000002, "Member 'FSphericalPoseReaderDebugSettings::bDrawLocalAxes' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, DebugScale) == 0x000004, "Member 'FSphericalPoseReaderDebugSettings::DebugScale' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, DebugSegments) == 0x000008, "Member 'FSphericalPoseReaderDebugSettings::DebugSegments' has a wrong offset!"); \ +static_assert(offsetof(FSphericalPoseReaderDebugSettings, DebugThickness) == 0x00000C, "Member 'FSphericalPoseReaderDebugSettings::DebugThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleInstance \ +static_assert(alignof(FRigModuleInstance) == 0x000008, "Wrong alignment on FRigModuleInstance"); \ +static_assert(sizeof(FRigModuleInstance) == 0x0000C0, "Wrong size on FRigModuleInstance"); \ +static_assert(offsetof(FRigModuleInstance, Name) == 0x000000, "Member 'FRigModuleInstance::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleInstance, RigClass) == 0x000008, "Member 'FRigModuleInstance::RigClass' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleInstance, RigPtr) == 0x000010, "Member 'FRigModuleInstance::RigPtr' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleInstance, ParentPath) == 0x000018, "Member 'FRigModuleInstance::ParentPath' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleInstance, ParentModuleName) == 0x000028, "Member 'FRigModuleInstance::ParentModuleName' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleInstance, VariableBindings) == 0x000030, "Member 'FRigModuleInstance::VariableBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleExecutionQueue \ +static_assert(alignof(FRigModuleExecutionQueue) == 0x000008, "Wrong alignment on FRigModuleExecutionQueue"); \ +static_assert(sizeof(FRigModuleExecutionQueue) == 0x000010, "Wrong size on FRigModuleExecutionQueue"); \ +static_assert(offsetof(FRigModuleExecutionQueue, Elements) == 0x000000, "Member 'FRigModuleExecutionQueue::Elements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigSingleConnection \ +static_assert(alignof(FModularRigSingleConnection) == 0x000008, "Wrong alignment on FModularRigSingleConnection"); \ +static_assert(sizeof(FModularRigSingleConnection) == 0x000028, "Wrong size on FModularRigSingleConnection"); \ +static_assert(offsetof(FModularRigSingleConnection, Connector) == 0x000000, "Member 'FModularRigSingleConnection::Connector' has a wrong offset!"); \ +static_assert(offsetof(FModularRigSingleConnection, Target) == 0x00000C, "Member 'FModularRigSingleConnection::Target' has a wrong offset!"); \ +static_assert(offsetof(FModularRigSingleConnection, Targets) == 0x000018, "Member 'FModularRigSingleConnection::Targets' 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) == 0x0001B0, "Wrong size on FRigUnit_ParentSwitchConstraintArray"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Subject) == 0x000010, "Member 'FRigUnit_ParentSwitchConstraintArray::Subject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, ParentIndex) == 0x00001C, "Member 'FRigUnit_ParentSwitchConstraintArray::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Parents) == 0x000020, "Member 'FRigUnit_ParentSwitchConstraintArray::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, InitialGlobalTransform) == 0x000030, "Member 'FRigUnit_ParentSwitchConstraintArray::InitialGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Weight) == 0x000090, "Member 'FRigUnit_ParentSwitchConstraintArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Transform) == 0x0000A0, "Member 'FRigUnit_ParentSwitchConstraintArray::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Switched) == 0x000100, "Member 'FRigUnit_ParentSwitchConstraintArray::Switched' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, CachedSubject) == 0x000108, "Member 'FRigUnit_ParentSwitchConstraintArray::CachedSubject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, CachedParent) == 0x000128, "Member 'FRigUnit_ParentSwitchConstraintArray::CachedParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, RelativeOffset) == 0x000150, "Member 'FRigUnit_ParentSwitchConstraintArray::RelativeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigConnections \ +static_assert(alignof(FModularRigConnections) == 0x000008, "Wrong alignment on FModularRigConnections"); \ +static_assert(sizeof(FModularRigConnections) == 0x000060, "Wrong size on FModularRigConnections"); \ +static_assert(offsetof(FModularRigConnections, ConnectionList) == 0x000000, "Member 'FModularRigConnections::ConnectionList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyModulePath \ +static_assert(alignof(FRigHierarchyModulePath) == 0x000008, "Wrong alignment on FRigHierarchyModulePath"); \ +static_assert(sizeof(FRigHierarchyModulePath) == 0x000040, "Wrong size on FRigHierarchyModulePath"); \ +static_assert(offsetof(FRigHierarchyModulePath, ModulePath) == 0x000000, "Member 'FRigHierarchyModulePath::ModulePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigModel \ +static_assert(alignof(FModularRigModel) == 0x000008, "Wrong alignment on FModularRigModel"); \ +static_assert(sizeof(FModularRigModel) == 0x000100, "Wrong size on FModularRigModel"); \ +static_assert(offsetof(FModularRigModel, Modules) == 0x000000, "Member 'FModularRigModel::Modules' has a wrong offset!"); \ +static_assert(offsetof(FModularRigModel, Connections) == 0x000030, "Member 'FModularRigModel::Connections' has a wrong offset!"); \ +static_assert(offsetof(FModularRigModel, Controller) == 0x000090, "Member 'FModularRigModel::Controller' has a wrong offset!"); \ +static_assert(offsetof(FModularRigModel, PreviousModulePaths) == 0x000098, "Member 'FModularRigModel::PreviousModulePaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_ComponentBase \ +static_assert(alignof(FRigDispatch_ComponentBase) == 0x000008, "Wrong alignment on FRigDispatch_ComponentBase"); \ +static_assert(sizeof(FRigDispatch_ComponentBase) == 0x0000D0, "Wrong size on FRigDispatch_ComponentBase"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_GetComponentContent \ +static_assert(alignof(FRigDispatch_GetComponentContent) == 0x000008, "Wrong alignment on FRigDispatch_GetComponentContent"); \ +static_assert(sizeof(FRigDispatch_GetComponentContent) == 0x0000D0, "Wrong size on FRigDispatch_GetComponentContent"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_SpawnComponent \ +static_assert(alignof(FRigDispatch_SpawnComponent) == 0x000008, "Wrong alignment on FRigDispatch_SpawnComponent"); \ +static_assert(sizeof(FRigDispatch_SpawnComponent) == 0x0000D0, "Wrong size on FRigDispatch_SpawnComponent"); \ + +#define DUMPER7_ASSERTS_FModularRigModuleSettingsForClipboard \ +static_assert(alignof(FModularRigModuleSettingsForClipboard) == 0x000008, "Wrong alignment on FModularRigModuleSettingsForClipboard"); \ +static_assert(sizeof(FModularRigModuleSettingsForClipboard) == 0x000110, "Wrong size on FModularRigModuleSettingsForClipboard"); \ +static_assert(offsetof(FModularRigModuleSettingsForClipboard, ModuleClass) == 0x000000, "Member 'FModularRigModuleSettingsForClipboard::ModuleClass' has a wrong offset!"); \ +static_assert(offsetof(FModularRigModuleSettingsForClipboard, Defaults) == 0x000020, "Member 'FModularRigModuleSettingsForClipboard::Defaults' has a wrong offset!"); \ +static_assert(offsetof(FModularRigModuleSettingsForClipboard, Overrides) == 0x000070, "Member 'FModularRigModuleSettingsForClipboard::Overrides' has a wrong offset!"); \ +static_assert(offsetof(FModularRigModuleSettingsForClipboard, Bindings) == 0x0000C0, "Member 'FModularRigModuleSettingsForClipboard::Bindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_UnsetCurveValue \ +static_assert(alignof(FRigUnit_UnsetCurveValue) == 0x000008, "Wrong alignment on FRigUnit_UnsetCurveValue"); \ +static_assert(sizeof(FRigUnit_UnsetCurveValue) == 0x000038, "Wrong size on FRigUnit_UnsetCurveValue"); \ +static_assert(offsetof(FRigUnit_UnsetCurveValue, Curve) == 0x000010, "Member 'FRigUnit_UnsetCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_UnsetCurveValue, CachedCurveIndex) == 0x000018, "Member 'FRigUnit_UnsetCurveValue::CachedCurveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigModuleSettingsSetForClipboard \ +static_assert(alignof(FModularRigModuleSettingsSetForClipboard) == 0x000008, "Wrong alignment on FModularRigModuleSettingsSetForClipboard"); \ +static_assert(sizeof(FModularRigModuleSettingsSetForClipboard) == 0x000050, "Wrong size on FModularRigModuleSettingsSetForClipboard"); \ +static_assert(offsetof(FModularRigModuleSettingsSetForClipboard, Settings) == 0x000000, "Member 'FModularRigModuleSettingsSetForClipboard::Settings' 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_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) == 0x000008, "Wrong alignment on FRigUnit_ModifyTransforms"); \ +static_assert(sizeof(FRigUnit_ModifyTransforms) == 0x000040, "Wrong size on FRigUnit_ModifyTransforms"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, ItemToModify) == 0x000010, "Member 'FRigUnit_ModifyTransforms::ItemToModify' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, Weight) == 0x000020, "Member 'FRigUnit_ModifyTransforms::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMinimum) == 0x000024, "Member 'FRigUnit_ModifyTransforms::WeightMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMaximum) == 0x000028, "Member 'FRigUnit_ModifyTransforms::WeightMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, Mode) == 0x00002C, "Member 'FRigUnit_ModifyTransforms::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WorkData) == 0x000030, "Member 'FRigUnit_ModifyTransforms::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintNodeData \ +static_assert(alignof(FConstraintNodeData) == 0x000010, "Wrong alignment on FConstraintNodeData"); \ +static_assert(sizeof(FConstraintNodeData) == 0x000140, "Wrong size on FConstraintNodeData"); \ +static_assert(offsetof(FConstraintNodeData, RelativeParent) == 0x000000, "Member 'FConstraintNodeData::RelativeParent' has a wrong offset!"); \ +static_assert(offsetof(FConstraintNodeData, ConstraintOffset) == 0x000060, "Member 'FConstraintNodeData::ConstraintOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintNodeData, LinkedNode) == 0x000120, "Member 'FConstraintNodeData::LinkedNode' has a wrong offset!"); \ +static_assert(offsetof(FConstraintNodeData, Constraints) == 0x000128, "Member 'FConstraintNodeData::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_FRigDispatch_SetComponentContent \ +static_assert(alignof(FRigDispatch_SetComponentContent) == 0x000008, "Wrong alignment on FRigDispatch_SetComponentContent"); \ +static_assert(sizeof(FRigDispatch_SetComponentContent) == 0x0000D0, "Wrong size on FRigDispatch_SetComponentContent"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_GetMetadata \ +static_assert(alignof(FRigDispatch_GetMetadata) == 0x000008, "Wrong alignment on FRigDispatch_GetMetadata"); \ +static_assert(sizeof(FRigDispatch_GetMetadata) == 0x0000D8, "Wrong size on FRigDispatch_GetMetadata"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetCurveValue \ +static_assert(alignof(FRigUnit_GetCurveValue) == 0x000008, "Wrong alignment on FRigUnit_GetCurveValue"); \ +static_assert(sizeof(FRigUnit_GetCurveValue) == 0x000038, "Wrong size on FRigUnit_GetCurveValue"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, Curve) == 0x000008, "Member 'FRigUnit_GetCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, Valid) == 0x000010, "Member 'FRigUnit_GetCurveValue::Valid' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, Value) == 0x000014, "Member 'FRigUnit_GetCurveValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, CachedCurveIndex) == 0x000018, "Member 'FRigUnit_GetCurveValue::CachedCurveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FitChainToCurveItemArray \ +static_assert(alignof(FRigUnit_FitChainToCurveItemArray) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurveItemArray"); \ +static_assert(sizeof(FRigUnit_FitChainToCurveItemArray) == 0x000230, "Wrong size on FRigUnit_FitChainToCurveItemArray"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Items) == 0x000010, "Member 'FRigUnit_FitChainToCurveItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Bezier) == 0x000020, "Member 'FRigUnit_FitChainToCurveItemArray::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Alignment) == 0x000080, "Member 'FRigUnit_FitChainToCurveItemArray::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Minimum) == 0x000084, "Member 'FRigUnit_FitChainToCurveItemArray::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Maximum) == 0x000088, "Member 'FRigUnit_FitChainToCurveItemArray::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, SamplingPrecision) == 0x00008C, "Member 'FRigUnit_FitChainToCurveItemArray::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, PrimaryAxis) == 0x000090, "Member 'FRigUnit_FitChainToCurveItemArray::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, SecondaryAxis) == 0x0000A8, "Member 'FRigUnit_FitChainToCurveItemArray::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, PoleVectorPosition) == 0x0000C0, "Member 'FRigUnit_FitChainToCurveItemArray::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Rotations) == 0x0000D8, "Member 'FRigUnit_FitChainToCurveItemArray::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, RotationEaseType) == 0x0000E8, "Member 'FRigUnit_FitChainToCurveItemArray::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Weight) == 0x0000EC, "Member 'FRigUnit_FitChainToCurveItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, bPropagateToChildren) == 0x0000F0, "Member 'FRigUnit_FitChainToCurveItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, DebugSettings) == 0x000100, "Member 'FRigUnit_FitChainToCurveItemArray::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, WorkData) == 0x000190, "Member 'FRigUnit_FitChainToCurveItemArray::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigAndConnectionRule \ +static_assert(alignof(FRigAndConnectionRule) == 0x000008, "Wrong alignment on FRigAndConnectionRule"); \ +static_assert(sizeof(FRigAndConnectionRule) == 0x000018, "Wrong size on FRigAndConnectionRule"); \ +static_assert(offsetof(FRigAndConnectionRule, ChildRules) == 0x000008, "Member 'FRigAndConnectionRule::ChildRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_FRigOrConnectionRule \ +static_assert(alignof(FRigOrConnectionRule) == 0x000008, "Wrong alignment on FRigOrConnectionRule"); \ +static_assert(sizeof(FRigOrConnectionRule) == 0x000018, "Wrong size on FRigOrConnectionRule"); \ +static_assert(offsetof(FRigOrConnectionRule, ChildRules) == 0x000008, "Member 'FRigOrConnectionRule::ChildRules' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_FRigTagConnectionRule \ +static_assert(alignof(FRigTagConnectionRule) == 0x000008, "Wrong alignment on FRigTagConnectionRule"); \ +static_assert(sizeof(FRigTagConnectionRule) == 0x000010, "Wrong size on FRigTagConnectionRule"); \ +static_assert(offsetof(FRigTagConnectionRule, Tag) == 0x000008, "Member 'FRigTagConnectionRule::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigChildOfPrimaryConnectionRule \ +static_assert(alignof(FRigChildOfPrimaryConnectionRule) == 0x000008, "Wrong alignment on FRigChildOfPrimaryConnectionRule"); \ +static_assert(sizeof(FRigChildOfPrimaryConnectionRule) == 0x000008, "Wrong size on FRigChildOfPrimaryConnectionRule"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RemoveAllMetadata \ +static_assert(alignof(FRigUnit_RemoveAllMetadata) == 0x000008, "Wrong alignment on FRigUnit_RemoveAllMetadata"); \ +static_assert(sizeof(FRigUnit_RemoveAllMetadata) == 0x000040, "Wrong size on FRigUnit_RemoveAllMetadata"); \ +static_assert(offsetof(FRigUnit_RemoveAllMetadata, Item) == 0x000010, "Member 'FRigUnit_RemoveAllMetadata::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveAllMetadata, Namespace) == 0x00001C, "Member 'FRigUnit_RemoveAllMetadata::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveAllMetadata, Removed) == 0x00001D, "Member 'FRigUnit_RemoveAllMetadata::Removed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveAllMetadata, CachedIndex) == 0x000020, "Member 'FRigUnit_RemoveAllMetadata::CachedIndex' 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_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_FABRIKItemArray \ +static_assert(alignof(FRigUnit_FABRIKItemArray) == 0x000010, "Wrong alignment on FRigUnit_FABRIKItemArray"); \ +static_assert(sizeof(FRigUnit_FABRIKItemArray) == 0x0000E0, "Wrong size on FRigUnit_FABRIKItemArray"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, Items) == 0x000010, "Member 'FRigUnit_FABRIKItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, EffectorTransform) == 0x000020, "Member 'FRigUnit_FABRIKItemArray::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, Precision) == 0x000080, "Member 'FRigUnit_FABRIKItemArray::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, Weight) == 0x000084, "Member 'FRigUnit_FABRIKItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, bPropagateToChildren) == 0x000088, "Member 'FRigUnit_FABRIKItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, MaxIterations) == 0x00008C, "Member 'FRigUnit_FABRIKItemArray::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, WorkData) == 0x000090, "Member 'FRigUnit_FABRIKItemArray::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, bSetEffectorTransform) == 0x0000D0, "Member 'FRigUnit_FABRIKItemArray::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) == 0x000230, "Wrong size on FRigUnit_FitChainToCurvePerItem"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Items) == 0x000010, "Member 'FRigUnit_FitChainToCurvePerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Bezier) == 0x000020, "Member 'FRigUnit_FitChainToCurvePerItem::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Alignment) == 0x000080, "Member 'FRigUnit_FitChainToCurvePerItem::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Minimum) == 0x000084, "Member 'FRigUnit_FitChainToCurvePerItem::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Maximum) == 0x000088, "Member 'FRigUnit_FitChainToCurvePerItem::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SamplingPrecision) == 0x00008C, "Member 'FRigUnit_FitChainToCurvePerItem::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PrimaryAxis) == 0x000090, "Member 'FRigUnit_FitChainToCurvePerItem::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SecondaryAxis) == 0x0000A8, "Member 'FRigUnit_FitChainToCurvePerItem::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PoleVectorPosition) == 0x0000C0, "Member 'FRigUnit_FitChainToCurvePerItem::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Rotations) == 0x0000D8, "Member 'FRigUnit_FitChainToCurvePerItem::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, RotationEaseType) == 0x0000E8, "Member 'FRigUnit_FitChainToCurvePerItem::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Weight) == 0x0000EC, "Member 'FRigUnit_FitChainToCurvePerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, bPropagateToChildren) == 0x0000F0, "Member 'FRigUnit_FitChainToCurvePerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, DebugSettings) == 0x000100, "Member 'FRigUnit_FitChainToCurvePerItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, WorkData) == 0x000190, "Member 'FRigUnit_FitChainToCurvePerItem::WorkData' 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_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_FRigBaseComponent \ +static_assert(alignof(FRigBaseComponent) == 0x000008, "Wrong alignment on FRigBaseComponent"); \ +static_assert(sizeof(FRigBaseComponent) == 0x000050, "Wrong size on FRigBaseComponent"); \ + +#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_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_FRigHierarchyRef \ +static_assert(alignof(FRigHierarchyRef) == 0x000001, "Wrong alignment on FRigHierarchyRef"); \ +static_assert(sizeof(FRigHierarchyRef) == 0x000001, "Wrong size on FRigHierarchyRef"); \ + +#define DUMPER7_ASSERTS_FRigControlModifiedContext \ +static_assert(alignof(FRigControlModifiedContext) == 0x000004, "Wrong alignment on FRigControlModifiedContext"); \ +static_assert(sizeof(FRigControlModifiedContext) == 0x000018, "Wrong size on FRigControlModifiedContext"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetAnimationChannelBaseFromItem \ +static_assert(alignof(FRigUnit_SetAnimationChannelBaseFromItem) == 0x000008, "Wrong alignment on FRigUnit_SetAnimationChannelBaseFromItem"); \ +static_assert(sizeof(FRigUnit_SetAnimationChannelBaseFromItem) == 0x000020, "Wrong size on FRigUnit_SetAnimationChannelBaseFromItem"); \ +static_assert(offsetof(FRigUnit_SetAnimationChannelBaseFromItem, ExecutePin) == 0x000018, "Member 'FRigUnit_SetAnimationChannelBaseFromItem::ExecutePin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetVector2DAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_SetVector2DAnimationChannelFromItem) == 0x000008, "Wrong alignment on FRigUnit_SetVector2DAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_SetVector2DAnimationChannelFromItem) == 0x000030, "Wrong size on FRigUnit_SetVector2DAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_SetVector2DAnimationChannelFromItem, Value) == 0x000020, "Member 'FRigUnit_SetVector2DAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigComponentKey \ +static_assert(alignof(FRigComponentKey) == 0x000004, "Wrong alignment on FRigComponentKey"); \ +static_assert(sizeof(FRigComponentKey) == 0x000014, "Wrong size on FRigComponentKey"); \ +static_assert(offsetof(FRigComponentKey, ElementKey) == 0x000000, "Member 'FRigComponentKey::ElementKey' has a wrong offset!"); \ +static_assert(offsetof(FRigComponentKey, Name) == 0x00000C, "Member 'FRigComponentKey::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyKey \ +static_assert(alignof(FRigHierarchyKey) == 0x000004, "Wrong alignment on FRigHierarchyKey"); \ +static_assert(sizeof(FRigHierarchyKey) == 0x000028, "Wrong size on FRigHierarchyKey"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetBoneTransform \ +static_assert(alignof(FRigUnit_GetBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_GetBoneTransform"); \ +static_assert(sizeof(FRigUnit_GetBoneTransform) == 0x0000B0, "Wrong size on FRigUnit_GetBoneTransform"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, bone) == 0x000008, "Member 'FRigUnit_GetBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, Space) == 0x000010, "Member 'FRigUnit_GetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, Transform) == 0x000020, "Member 'FRigUnit_GetBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, CachedBone) == 0x000080, "Member 'FRigUnit_GetBoneTransform::CachedBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetBoneTransform, bFirstUpdate) == 0x0000A0, "Member 'FRigUnit_GetBoneTransform::bFirstUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FindClosestItem \ +static_assert(alignof(FRigUnit_FindClosestItem) == 0x000008, "Wrong alignment on FRigUnit_FindClosestItem"); \ +static_assert(sizeof(FRigUnit_FindClosestItem) == 0x000058, "Wrong size on FRigUnit_FindClosestItem"); \ +static_assert(offsetof(FRigUnit_FindClosestItem, Items) == 0x000010, "Member 'FRigUnit_FindClosestItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindClosestItem, Point) == 0x000020, "Member 'FRigUnit_FindClosestItem::Point' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindClosestItem, Item) == 0x000038, "Member 'FRigUnit_FindClosestItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindClosestItem, CachedItems) == 0x000048, "Member 'FRigUnit_FindClosestItem::CachedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms_PerBone \ +static_assert(alignof(FRigUnit_ModifyBoneTransforms_PerBone) == 0x000010, "Wrong alignment on FRigUnit_ModifyBoneTransforms_PerBone"); \ +static_assert(sizeof(FRigUnit_ModifyBoneTransforms_PerBone) == 0x000070, "Wrong size on FRigUnit_ModifyBoneTransforms_PerBone"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms_PerBone, bone) == 0x000000, "Member 'FRigUnit_ModifyBoneTransforms_PerBone::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms_PerBone, Transform) == 0x000010, "Member 'FRigUnit_ModifyBoneTransforms_PerBone::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementResolveResult \ +static_assert(alignof(FRigElementResolveResult) == 0x000008, "Wrong alignment on FRigElementResolveResult"); \ +static_assert(sizeof(FRigElementResolveResult) == 0x000020, "Wrong size on FRigElementResolveResult"); \ +static_assert(offsetof(FRigElementResolveResult, Key) == 0x000000, "Member 'FRigElementResolveResult::Key' has a wrong offset!"); \ +static_assert(offsetof(FRigElementResolveResult, State) == 0x00000C, "Member 'FRigElementResolveResult::State' has a wrong offset!"); \ +static_assert(offsetof(FRigElementResolveResult, Message) == 0x000010, "Member 'FRigElementResolveResult::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularRigResolveResult \ +static_assert(alignof(FModularRigResolveResult) == 0x000008, "Wrong alignment on FModularRigResolveResult"); \ +static_assert(sizeof(FModularRigResolveResult) == 0x000048, "Wrong size on FModularRigResolveResult"); \ +static_assert(offsetof(FModularRigResolveResult, Connector) == 0x000000, "Member 'FModularRigResolveResult::Connector' has a wrong offset!"); \ +static_assert(offsetof(FModularRigResolveResult, Matches) == 0x000010, "Member 'FModularRigResolveResult::Matches' has a wrong offset!"); \ +static_assert(offsetof(FModularRigResolveResult, Excluded) == 0x000020, "Member 'FModularRigResolveResult::Excluded' has a wrong offset!"); \ +static_assert(offsetof(FModularRigResolveResult, State) == 0x000030, "Member 'FModularRigResolveResult::State' has a wrong offset!"); \ +static_assert(offsetof(FModularRigResolveResult, Message) == 0x000038, "Member 'FModularRigResolveResult::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlFloat \ +static_assert(alignof(FRigUnit_SetControlFloat) == 0x000008, "Wrong alignment on FRigUnit_SetControlFloat"); \ +static_assert(sizeof(FRigUnit_SetControlFloat) == 0x000040, "Wrong size on FRigUnit_SetControlFloat"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, Control) == 0x000010, "Member 'FRigUnit_SetControlFloat::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, Weight) == 0x000018, "Member 'FRigUnit_SetControlFloat::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, FloatValue) == 0x00001C, "Member 'FRigUnit_SetControlFloat::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, CachedControlIndex) == 0x000020, "Member 'FRigUnit_SetControlFloat::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetIntAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_GetIntAnimationChannelFromItem) == 0x000008, "Wrong alignment on FRigUnit_GetIntAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_GetIntAnimationChannelFromItem) == 0x000020, "Wrong size on FRigUnit_GetIntAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_GetIntAnimationChannelFromItem, Value) == 0x000018, "Member 'FRigUnit_GetIntAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigCurrentAndInitialDirtyState \ +static_assert(alignof(FRigCurrentAndInitialDirtyState) == 0x000008, "Wrong alignment on FRigCurrentAndInitialDirtyState"); \ +static_assert(sizeof(FRigCurrentAndInitialDirtyState) == 0x000040, "Wrong size on FRigCurrentAndInitialDirtyState"); \ +static_assert(offsetof(FRigCurrentAndInitialDirtyState, Current) == 0x000000, "Member 'FRigCurrentAndInitialDirtyState::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigCurrentAndInitialDirtyState, Initial) == 0x000020, "Member 'FRigCurrentAndInitialDirtyState::Initial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigComputedTransform \ +static_assert(alignof(FRigComputedTransform) == 0x000008, "Wrong alignment on FRigComputedTransform"); \ +static_assert(sizeof(FRigComputedTransform) == 0x000010, "Wrong size on FRigComputedTransform"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetShapeTransform \ +static_assert(alignof(FRigUnit_SetShapeTransform) == 0x000010, "Wrong alignment on FRigUnit_SetShapeTransform"); \ +static_assert(sizeof(FRigUnit_SetShapeTransform) == 0x0000A0, "Wrong size on FRigUnit_SetShapeTransform"); \ +static_assert(offsetof(FRigUnit_SetShapeTransform, Control) == 0x000010, "Member 'FRigUnit_SetShapeTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetShapeTransform, Transform) == 0x000020, "Member 'FRigUnit_SetShapeTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetShapeTransform, CachedControlIndex) == 0x000080, "Member 'FRigUnit_SetShapeTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigLocalAndGlobalTransform \ +static_assert(alignof(FRigLocalAndGlobalTransform) == 0x000008, "Wrong alignment on FRigLocalAndGlobalTransform"); \ +static_assert(sizeof(FRigLocalAndGlobalTransform) == 0x000020, "Wrong size on FRigLocalAndGlobalTransform"); \ +static_assert(offsetof(FRigLocalAndGlobalTransform, Local) == 0x000000, "Member 'FRigLocalAndGlobalTransform::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigLocalAndGlobalTransform, Global) == 0x000010, "Member 'FRigLocalAndGlobalTransform::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigCurrentAndInitialTransform \ +static_assert(alignof(FRigCurrentAndInitialTransform) == 0x000008, "Wrong alignment on FRigCurrentAndInitialTransform"); \ +static_assert(sizeof(FRigCurrentAndInitialTransform) == 0x000040, "Wrong size on FRigCurrentAndInitialTransform"); \ +static_assert(offsetof(FRigCurrentAndInitialTransform, Current) == 0x000000, "Member 'FRigCurrentAndInitialTransform::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigCurrentAndInitialTransform, Initial) == 0x000020, "Member 'FRigCurrentAndInitialTransform::Initial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlInteger \ +static_assert(alignof(FRigUnit_SetControlInteger) == 0x000008, "Wrong alignment on FRigUnit_SetControlInteger"); \ +static_assert(sizeof(FRigUnit_SetControlInteger) == 0x000040, "Wrong size on FRigUnit_SetControlInteger"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, Control) == 0x000010, "Member 'FRigUnit_SetControlInteger::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, Weight) == 0x000018, "Member 'FRigUnit_SetControlInteger::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, IntegerValue) == 0x00001C, "Member 'FRigUnit_SetControlInteger::IntegerValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, CachedControlIndex) == 0x000020, "Member 'FRigUnit_SetControlInteger::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSingleParentElement \ +static_assert(alignof(FRigSingleParentElement) == 0x000008, "Wrong alignment on FRigSingleParentElement"); \ +static_assert(sizeof(FRigSingleParentElement) == 0x000128, "Wrong size on FRigSingleParentElement"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetRotatorAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_GetRotatorAnimationChannelFromItem) == 0x000008, "Wrong alignment on FRigUnit_GetRotatorAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_GetRotatorAnimationChannelFromItem) == 0x000030, "Wrong size on FRigUnit_GetRotatorAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_GetRotatorAnimationChannelFromItem, Value) == 0x000018, "Member 'FRigUnit_GetRotatorAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimItem_Target \ +static_assert(alignof(FRigUnit_AimItem_Target) == 0x000008, "Wrong alignment on FRigUnit_AimItem_Target"); \ +static_assert(sizeof(FRigUnit_AimItem_Target) == 0x000048, "Wrong size on FRigUnit_AimItem_Target"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Weight) == 0x000000, "Member 'FRigUnit_AimItem_Target::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Axis) == 0x000008, "Member 'FRigUnit_AimItem_Target::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Target) == 0x000020, "Member 'FRigUnit_AimItem_Target::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Kind) == 0x000038, "Member 'FRigUnit_AimItem_Target::Kind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem_Target, Space) == 0x00003C, "Member 'FRigUnit_AimItem_Target::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_AimBoneMath \ +static_assert(alignof(FRigUnit_AimBoneMath) == 0x000010, "Wrong alignment on FRigUnit_AimBoneMath"); \ +static_assert(sizeof(FRigUnit_AimBoneMath) == 0x000230, "Wrong size on FRigUnit_AimBoneMath"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, InputTransform) == 0x000010, "Member 'FRigUnit_AimBoneMath::InputTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Primary) == 0x000070, "Member 'FRigUnit_AimBoneMath::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Secondary) == 0x0000B8, "Member 'FRigUnit_AimBoneMath::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Weight) == 0x000100, "Member 'FRigUnit_AimBoneMath::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, Result) == 0x000110, "Member 'FRigUnit_AimBoneMath::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, DebugSettings) == 0x000170, "Member 'FRigUnit_AimBoneMath::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, PrimaryCachedSpace) == 0x0001E0, "Member 'FRigUnit_AimBoneMath::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, SecondaryCachedSpace) == 0x000200, "Member 'FRigUnit_AimBoneMath::SecondaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBoneMath, bIsInitialized) == 0x000220, "Member 'FRigUnit_AimBoneMath::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementWeight \ +static_assert(alignof(FRigElementWeight) == 0x000004, "Wrong alignment on FRigElementWeight"); \ +static_assert(sizeof(FRigElementWeight) == 0x00000C, "Wrong size on FRigElementWeight"); \ +static_assert(offsetof(FRigElementWeight, Location) == 0x000000, "Member 'FRigElementWeight::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigElementWeight, Rotation) == 0x000004, "Member 'FRigElementWeight::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigElementWeight, Scale) == 0x000008, "Member 'FRigElementWeight::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimConstraint_WorldUp \ +static_assert(alignof(FRigUnit_AimConstraint_WorldUp) == 0x000008, "Wrong alignment on FRigUnit_AimConstraint_WorldUp"); \ +static_assert(sizeof(FRigUnit_AimConstraint_WorldUp) == 0x000028, "Wrong size on FRigUnit_AimConstraint_WorldUp"); \ +static_assert(offsetof(FRigUnit_AimConstraint_WorldUp, Target) == 0x000000, "Member 'FRigUnit_AimConstraint_WorldUp::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint_WorldUp, Kind) == 0x000018, "Member 'FRigUnit_AimConstraint_WorldUp::Kind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint_WorldUp, Space) == 0x00001C, "Member 'FRigUnit_AimConstraint_WorldUp::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimConstraint_AdvancedSettings \ +static_assert(alignof(FRigUnit_AimConstraint_AdvancedSettings) == 0x000010, "Wrong alignment on FRigUnit_AimConstraint_AdvancedSettings"); \ +static_assert(sizeof(FRigUnit_AimConstraint_AdvancedSettings) == 0x000080, "Wrong size on FRigUnit_AimConstraint_AdvancedSettings"); \ +static_assert(offsetof(FRigUnit_AimConstraint_AdvancedSettings, DebugSettings) == 0x000000, "Member 'FRigUnit_AimConstraint_AdvancedSettings::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint_AdvancedSettings, RotationOrderForFilter) == 0x000070, "Member 'FRigUnit_AimConstraint_AdvancedSettings::RotationOrderForFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimConstraintLocalSpaceOffset \ +static_assert(alignof(FRigUnit_AimConstraintLocalSpaceOffset) == 0x000010, "Wrong alignment on FRigUnit_AimConstraintLocalSpaceOffset"); \ +static_assert(sizeof(FRigUnit_AimConstraintLocalSpaceOffset) == 0x000170, "Wrong size on FRigUnit_AimConstraintLocalSpaceOffset"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Child) == 0x000010, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, bMaintainOffset) == 0x00001C, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Filter) == 0x00001D, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, AimAxis) == 0x000020, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::AimAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, UpAxis) == 0x000038, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::UpAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, WorldUp) == 0x000050, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::WorldUp' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Parents) == 0x000078, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, AdvancedSettings) == 0x000090, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, Weight) == 0x000110, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, WorldUpSpaceCache) == 0x000118, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::WorldUpSpaceCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, ChildCache) == 0x000138, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::ChildCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, ParentCaches) == 0x000158, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::ParentCaches' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraintLocalSpaceOffset, bIsInitialized) == 0x000168, "Member 'FRigUnit_AimConstraintLocalSpaceOffset::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementParentConstraint \ +static_assert(alignof(FRigElementParentConstraint) == 0x000010, "Wrong alignment on FRigElementParentConstraint"); \ +static_assert(sizeof(FRigElementParentConstraint) == 0x0000A0, "Wrong size on FRigElementParentConstraint"); \ + +#define DUMPER7_ASSERTS_FRigBoneElement \ +static_assert(alignof(FRigBoneElement) == 0x000008, "Wrong alignment on FRigBoneElement"); \ +static_assert(sizeof(FRigBoneElement) == 0x000130, "Wrong size on FRigBoneElement"); \ +static_assert(offsetof(FRigBoneElement, BoneType) == 0x000128, "Member 'FRigBoneElement::BoneType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetAnimationChannelBase \ +static_assert(alignof(FRigUnit_GetAnimationChannelBase) == 0x000008, "Wrong alignment on FRigUnit_GetAnimationChannelBase"); \ +static_assert(sizeof(FRigUnit_GetAnimationChannelBase) == 0x000030, "Wrong size on FRigUnit_GetAnimationChannelBase"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, Control) == 0x000008, "Member 'FRigUnit_GetAnimationChannelBase::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, Channel) == 0x000010, "Member 'FRigUnit_GetAnimationChannelBase::Channel' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, bInitial) == 0x000018, "Member 'FRigUnit_GetAnimationChannelBase::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, CachedChannelKey) == 0x00001C, "Member 'FRigUnit_GetAnimationChannelBase::CachedChannelKey' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetAnimationChannelBase, CachedChannelHash) == 0x000028, "Member 'FRigUnit_GetAnimationChannelBase::CachedChannelHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetAnimationChannelBase \ +static_assert(alignof(FRigUnit_SetAnimationChannelBase) == 0x000008, "Wrong alignment on FRigUnit_SetAnimationChannelBase"); \ +static_assert(sizeof(FRigUnit_SetAnimationChannelBase) == 0x000038, "Wrong size on FRigUnit_SetAnimationChannelBase"); \ +static_assert(offsetof(FRigUnit_SetAnimationChannelBase, ExecutePin) == 0x000030, "Member 'FRigUnit_SetAnimationChannelBase::ExecutePin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetIntAnimationChannel \ +static_assert(alignof(FRigUnit_SetIntAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_SetIntAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetIntAnimationChannel) == 0x000040, "Wrong size on FRigUnit_SetIntAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetIntAnimationChannel, Value) == 0x000038, "Member 'FRigUnit_SetIntAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigNullElement \ +static_assert(alignof(FRigNullElement) == 0x000010, "Wrong alignment on FRigNullElement"); \ +static_assert(sizeof(FRigNullElement) == 0x000230, "Wrong size on FRigNullElement"); \ + +#define DUMPER7_ASSERTS_FRigCurveElement \ +static_assert(alignof(FRigCurveElement) == 0x000008, "Wrong alignment on FRigCurveElement"); \ +static_assert(sizeof(FRigCurveElement) == 0x000070, "Wrong size on FRigCurveElement"); \ + +#define DUMPER7_ASSERTS_FRigReferenceElement \ +static_assert(alignof(FRigReferenceElement) == 0x000008, "Wrong alignment on FRigReferenceElement"); \ +static_assert(sizeof(FRigReferenceElement) == 0x000138, "Wrong size on FRigReferenceElement"); \ + +#define DUMPER7_ASSERTS_FRigConnectorState \ +static_assert(alignof(FRigConnectorState) == 0x000008, "Wrong alignment on FRigConnectorState"); \ +static_assert(sizeof(FRigConnectorState) == 0x000040, "Wrong size on FRigConnectorState"); \ +static_assert(offsetof(FRigConnectorState, Name) == 0x000000, "Member 'FRigConnectorState::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorState, ResolvedTarget) == 0x000008, "Member 'FRigConnectorState::ResolvedTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigConnectorState, Settings) == 0x000018, "Member 'FRigConnectorState::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigConnectorElement \ +static_assert(alignof(FRigConnectorElement) == 0x000008, "Wrong alignment on FRigConnectorElement"); \ +static_assert(sizeof(FRigConnectorElement) == 0x000088, "Wrong size on FRigConnectorElement"); \ +static_assert(offsetof(FRigConnectorElement, Settings) == 0x000060, "Member 'FRigConnectorElement::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetTransformAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_GetTransformAnimationChannelFromItem) == 0x000010, "Wrong alignment on FRigUnit_GetTransformAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_GetTransformAnimationChannelFromItem) == 0x000080, "Wrong size on FRigUnit_GetTransformAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_GetTransformAnimationChannelFromItem, Value) == 0x000020, "Member 'FRigUnit_GetTransformAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSocketState \ +static_assert(alignof(FRigSocketState) == 0x000010, "Wrong alignment on FRigSocketState"); \ +static_assert(sizeof(FRigSocketState) == 0x0000A0, "Wrong size on FRigSocketState"); \ +static_assert(offsetof(FRigSocketState, Name) == 0x000000, "Member 'FRigSocketState::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigSocketState, Parent) == 0x000008, "Member 'FRigSocketState::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigSocketState, InitialLocalTransform) == 0x000020, "Member 'FRigSocketState::InitialLocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigSocketState, Color) == 0x000080, "Member 'FRigSocketState::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigSocketState, Description) == 0x000090, "Member 'FRigSocketState::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetVectorAnimationChannel \ +static_assert(alignof(FRigUnit_SetVectorAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_SetVectorAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetVectorAnimationChannel) == 0x000050, "Wrong size on FRigUnit_SetVectorAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetVectorAnimationChannel, Value) == 0x000038, "Member 'FRigUnit_SetVectorAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSocketElement \ +static_assert(alignof(FRigSocketElement) == 0x000008, "Wrong alignment on FRigSocketElement"); \ +static_assert(sizeof(FRigSocketElement) == 0x000128, "Wrong size on FRigSocketElement"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyCopyPasteContentPerElement \ +static_assert(alignof(FRigHierarchyCopyPasteContentPerElement) == 0x000008, "Wrong alignment on FRigHierarchyCopyPasteContentPerElement"); \ +static_assert(sizeof(FRigHierarchyCopyPasteContentPerElement) == 0x000060, "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, Poses) == 0x000040, "Member 'FRigHierarchyCopyPasteContentPerElement::Poses' has a wrong offset!"); \ +static_assert(offsetof(FRigHierarchyCopyPasteContentPerElement, DirtyStates) == 0x000050, "Member 'FRigHierarchyCopyPasteContentPerElement::DirtyStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetVector2DAnimationChannel \ +static_assert(alignof(FRigUnit_GetVector2DAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetVector2DAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetVector2DAnimationChannel) == 0x000040, "Wrong size on FRigUnit_GetVector2DAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetVector2DAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetVector2DAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRigBaseMetadata \ +static_assert(alignof(FRigBaseMetadata) == 0x000008, "Wrong alignment on FRigBaseMetadata"); \ +static_assert(sizeof(FRigBaseMetadata) == 0x000020, "Wrong size on FRigBaseMetadata"); \ +static_assert(offsetof(FRigBaseMetadata, Name) == 0x000008, "Member 'FRigBaseMetadata::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseMetadata, Type) == 0x000010, "Member 'FRigBaseMetadata::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetFloatAnimationChannel \ +static_assert(alignof(FRigUnit_SetFloatAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_SetFloatAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetFloatAnimationChannel) == 0x000040, "Wrong size on FRigUnit_SetFloatAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetFloatAnimationChannel, Value) == 0x000038, "Member 'FRigUnit_SetFloatAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBoolMetadata \ +static_assert(alignof(FRigBoolMetadata) == 0x000008, "Wrong alignment on FRigBoolMetadata"); \ +static_assert(sizeof(FRigBoolMetadata) == 0x000028, "Wrong size on FRigBoolMetadata"); \ +static_assert(offsetof(FRigBoolMetadata, Value) == 0x000020, "Member 'FRigBoolMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetBoolAnimationChannel \ +static_assert(alignof(FRigUnit_SetBoolAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_SetBoolAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetBoolAnimationChannel) == 0x000040, "Wrong size on FRigUnit_SetBoolAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetBoolAnimationChannel, Value) == 0x000038, "Member 'FRigUnit_SetBoolAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBoolArrayMetadata \ +static_assert(alignof(FRigBoolArrayMetadata) == 0x000008, "Wrong alignment on FRigBoolArrayMetadata"); \ +static_assert(sizeof(FRigBoolArrayMetadata) == 0x000030, "Wrong size on FRigBoolArrayMetadata"); \ +static_assert(offsetof(FRigBoolArrayMetadata, Value) == 0x000020, "Member 'FRigBoolArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_FRigFloatMetadata \ +static_assert(alignof(FRigFloatMetadata) == 0x000008, "Wrong alignment on FRigFloatMetadata"); \ +static_assert(sizeof(FRigFloatMetadata) == 0x000028, "Wrong size on FRigFloatMetadata"); \ +static_assert(offsetof(FRigFloatMetadata, Value) == 0x000020, "Member 'FRigFloatMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigFloatArrayMetadata \ +static_assert(alignof(FRigFloatArrayMetadata) == 0x000008, "Wrong alignment on FRigFloatArrayMetadata"); \ +static_assert(sizeof(FRigFloatArrayMetadata) == 0x000030, "Wrong size on FRigFloatArrayMetadata"); \ +static_assert(offsetof(FRigFloatArrayMetadata, Value) == 0x000020, "Member 'FRigFloatArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInt32Metadata \ +static_assert(alignof(FRigInt32Metadata) == 0x000008, "Wrong alignment on FRigInt32Metadata"); \ +static_assert(sizeof(FRigInt32Metadata) == 0x000028, "Wrong size on FRigInt32Metadata"); \ +static_assert(offsetof(FRigInt32Metadata, Value) == 0x000020, "Member 'FRigInt32Metadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInt32ArrayMetadata \ +static_assert(alignof(FRigInt32ArrayMetadata) == 0x000008, "Wrong alignment on FRigInt32ArrayMetadata"); \ +static_assert(sizeof(FRigInt32ArrayMetadata) == 0x000030, "Wrong size on FRigInt32ArrayMetadata"); \ +static_assert(offsetof(FRigInt32ArrayMetadata, Value) == 0x000020, "Member 'FRigInt32ArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigNameMetadata \ +static_assert(alignof(FRigNameMetadata) == 0x000008, "Wrong alignment on FRigNameMetadata"); \ +static_assert(sizeof(FRigNameMetadata) == 0x000028, "Wrong size on FRigNameMetadata"); \ +static_assert(offsetof(FRigNameMetadata, Value) == 0x000020, "Member 'FRigNameMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_FRigNameArrayMetadata \ +static_assert(alignof(FRigNameArrayMetadata) == 0x000008, "Wrong alignment on FRigNameArrayMetadata"); \ +static_assert(sizeof(FRigNameArrayMetadata) == 0x000030, "Wrong size on FRigNameArrayMetadata"); \ +static_assert(offsetof(FRigNameArrayMetadata, Value) == 0x000020, "Member 'FRigNameArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVectorMetadata \ +static_assert(alignof(FRigVectorMetadata) == 0x000008, "Wrong alignment on FRigVectorMetadata"); \ +static_assert(sizeof(FRigVectorMetadata) == 0x000038, "Wrong size on FRigVectorMetadata"); \ +static_assert(offsetof(FRigVectorMetadata, Value) == 0x000020, "Member 'FRigVectorMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetBoolAnimationChannel \ +static_assert(alignof(FRigUnit_GetBoolAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetBoolAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetBoolAnimationChannel) == 0x000038, "Wrong size on FRigUnit_GetBoolAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetBoolAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetBoolAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTransformItemArray \ +static_assert(alignof(FRigUnit_SetTransformItemArray) == 0x000008, "Wrong alignment on FRigUnit_SetTransformItemArray"); \ +static_assert(sizeof(FRigUnit_SetTransformItemArray) == 0x000050, "Wrong size on FRigUnit_SetTransformItemArray"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Items) == 0x000010, "Member 'FRigUnit_SetTransformItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Space) == 0x000020, "Member 'FRigUnit_SetTransformItemArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, bInitial) == 0x000021, "Member 'FRigUnit_SetTransformItemArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Transforms) == 0x000028, "Member 'FRigUnit_SetTransformItemArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Weight) == 0x000038, "Member 'FRigUnit_SetTransformItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, bPropagateToChildren) == 0x00003C, "Member 'FRigUnit_SetTransformItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, CachedIndex) == 0x000040, "Member 'FRigUnit_SetTransformItemArray::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVectorArrayMetadata \ +static_assert(alignof(FRigVectorArrayMetadata) == 0x000008, "Wrong alignment on FRigVectorArrayMetadata"); \ +static_assert(sizeof(FRigVectorArrayMetadata) == 0x000030, "Wrong size on FRigVectorArrayMetadata"); \ +static_assert(offsetof(FRigVectorArrayMetadata, Value) == 0x000020, "Member 'FRigVectorArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetTransformAnimationChannel \ +static_assert(alignof(FRigUnit_GetTransformAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_GetTransformAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetTransformAnimationChannel) == 0x000090, "Wrong size on FRigUnit_GetTransformAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetTransformAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetTransformAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigRotatorMetadata \ +static_assert(alignof(FRigRotatorMetadata) == 0x000008, "Wrong alignment on FRigRotatorMetadata"); \ +static_assert(sizeof(FRigRotatorMetadata) == 0x000038, "Wrong size on FRigRotatorMetadata"); \ +static_assert(offsetof(FRigRotatorMetadata, Value) == 0x000020, "Member 'FRigRotatorMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigRotatorArrayMetadata \ +static_assert(alignof(FRigRotatorArrayMetadata) == 0x000008, "Wrong alignment on FRigRotatorArrayMetadata"); \ +static_assert(sizeof(FRigRotatorArrayMetadata) == 0x000030, "Wrong size on FRigRotatorArrayMetadata"); \ +static_assert(offsetof(FRigRotatorArrayMetadata, Value) == 0x000020, "Member 'FRigRotatorArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings) == 0x000006, "Wrong size on FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings, Pitch) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings, Yaw) == 0x000002, "Member 'FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings, Roll) == 0x000004, "Member 'FRigUnit_HierarchyAddAnimationChannelRotatorLimitSettings::Roll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelRotator \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelRotator) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelRotator"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelRotator) == 0x000080, "Wrong size on FRigUnit_HierarchyAddAnimationChannelRotator"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, InitialValue) == 0x000030, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, MinimumValue) == 0x000048, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, MaximumValue) == 0x000060, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelRotator, LimitsEnabled) == 0x000078, "Member 'FRigUnit_HierarchyAddAnimationChannelRotator::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigQuatMetadata \ +static_assert(alignof(FRigQuatMetadata) == 0x000010, "Wrong alignment on FRigQuatMetadata"); \ +static_assert(sizeof(FRigQuatMetadata) == 0x000040, "Wrong size on FRigQuatMetadata"); \ +static_assert(offsetof(FRigQuatMetadata, Value) == 0x000020, "Member 'FRigQuatMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigQuatArrayMetadata \ +static_assert(alignof(FRigQuatArrayMetadata) == 0x000008, "Wrong alignment on FRigQuatArrayMetadata"); \ +static_assert(sizeof(FRigQuatArrayMetadata) == 0x000030, "Wrong size on FRigQuatArrayMetadata"); \ +static_assert(offsetof(FRigQuatArrayMetadata, Value) == 0x000020, "Member 'FRigQuatArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RigModulesBase \ +static_assert(alignof(FRigUnit_RigModulesBase) == 0x000008, "Wrong alignment on FRigUnit_RigModulesBase"); \ +static_assert(sizeof(FRigUnit_RigModulesBase) == 0x000008, "Wrong size on FRigUnit_RigModulesBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetItemsInModule \ +static_assert(alignof(FRigUnit_GetItemsInModule) == 0x000008, "Wrong alignment on FRigUnit_GetItemsInModule"); \ +static_assert(sizeof(FRigUnit_GetItemsInModule) == 0x000020, "Wrong size on FRigUnit_GetItemsInModule"); \ +static_assert(offsetof(FRigUnit_GetItemsInModule, TypeToSearch) == 0x000008, "Member 'FRigUnit_GetItemsInModule::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemsInModule, Items) == 0x000010, "Member 'FRigUnit_GetItemsInModule::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTransformMetadata \ +static_assert(alignof(FRigTransformMetadata) == 0x000010, "Wrong alignment on FRigTransformMetadata"); \ +static_assert(sizeof(FRigTransformMetadata) == 0x000080, "Wrong size on FRigTransformMetadata"); \ +static_assert(offsetof(FRigTransformMetadata, Value) == 0x000020, "Member 'FRigTransformMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTransformArrayMetadata \ +static_assert(alignof(FRigTransformArrayMetadata) == 0x000008, "Wrong alignment on FRigTransformArrayMetadata"); \ +static_assert(sizeof(FRigTransformArrayMetadata) == 0x000030, "Wrong size on FRigTransformArrayMetadata"); \ +static_assert(offsetof(FRigTransformArrayMetadata, Value) == 0x000020, "Member 'FRigTransformArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings) == 0x000006, "Wrong size on FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings, X) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings::X' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings, Y) == 0x000002, "Member 'FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings, Z) == 0x000004, "Member 'FRigUnit_HierarchyAddAnimationChannelVectorLimitSettings::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelVector \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelVector) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelVector"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelVector) == 0x000080, "Wrong size on FRigUnit_HierarchyAddAnimationChannelVector"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, InitialValue) == 0x000030, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, MinimumValue) == 0x000048, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, MaximumValue) == 0x000060, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector, LimitsEnabled) == 0x000078, "Member 'FRigUnit_HierarchyAddAnimationChannelVector::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigLinearColorMetadata \ +static_assert(alignof(FRigLinearColorMetadata) == 0x000008, "Wrong alignment on FRigLinearColorMetadata"); \ +static_assert(sizeof(FRigLinearColorMetadata) == 0x000030, "Wrong size on FRigLinearColorMetadata"); \ +static_assert(offsetof(FRigLinearColorMetadata, Value) == 0x000020, "Member 'FRigLinearColorMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddSocket \ +static_assert(alignof(FRigUnit_HierarchyAddSocket) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddSocket"); \ +static_assert(sizeof(FRigUnit_HierarchyAddSocket) == 0x0000C0, "Wrong size on FRigUnit_HierarchyAddSocket"); \ +static_assert(offsetof(FRigUnit_HierarchyAddSocket, Transform) == 0x000030, "Member 'FRigUnit_HierarchyAddSocket::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddSocket, Space) == 0x000090, "Member 'FRigUnit_HierarchyAddSocket::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddSocket, Color) == 0x000094, "Member 'FRigUnit_HierarchyAddSocket::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddSocket, Description) == 0x0000A8, "Member 'FRigUnit_HierarchyAddSocket::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigLinearColorArrayMetadata \ +static_assert(alignof(FRigLinearColorArrayMetadata) == 0x000008, "Wrong alignment on FRigLinearColorArrayMetadata"); \ +static_assert(sizeof(FRigLinearColorArrayMetadata) == 0x000030, "Wrong size on FRigLinearColorArrayMetadata"); \ +static_assert(offsetof(FRigLinearColorArrayMetadata, Value) == 0x000020, "Member 'FRigLinearColorArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementKeyMetadata \ +static_assert(alignof(FRigElementKeyMetadata) == 0x000008, "Wrong alignment on FRigElementKeyMetadata"); \ +static_assert(sizeof(FRigElementKeyMetadata) == 0x000030, "Wrong size on FRigElementKeyMetadata"); \ +static_assert(offsetof(FRigElementKeyMetadata, Value) == 0x000020, "Member 'FRigElementKeyMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigElementKeyArrayMetadata \ +static_assert(alignof(FRigElementKeyArrayMetadata) == 0x000008, "Wrong alignment on FRigElementKeyArrayMetadata"); \ +static_assert(sizeof(FRigElementKeyArrayMetadata) == 0x000030, "Wrong size on FRigElementKeyArrayMetadata"); \ +static_assert(offsetof(FRigElementKeyArrayMetadata, Value) == 0x000020, "Member 'FRigElementKeyArrayMetadata::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AddBoneTransform \ +static_assert(alignof(FRigUnit_AddBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_AddBoneTransform"); \ +static_assert(sizeof(FRigUnit_AddBoneTransform) == 0x0000B0, "Wrong size on FRigUnit_AddBoneTransform"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bone) == 0x000010, "Member 'FRigUnit_AddBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, Transform) == 0x000020, "Member 'FRigUnit_AddBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, Weight) == 0x000080, "Member 'FRigUnit_AddBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bPostMultiply) == 0x000084, "Member 'FRigUnit_AddBoneTransform::bPostMultiply' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bPropagateToChildren) == 0x000085, "Member 'FRigUnit_AddBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, CachedBone) == 0x000088, "Member 'FRigUnit_AddBoneTransform::CachedBone' 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_FModularRigSettings \ +static_assert(alignof(FModularRigSettings) == 0x000001, "Wrong alignment on FModularRigSettings"); \ +static_assert(sizeof(FModularRigSettings) == 0x000001, "Wrong size on FModularRigSettings"); \ +static_assert(offsetof(FModularRigSettings, bAutoResolve) == 0x000000, "Member 'FModularRigSettings::bAutoResolve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigModuleDescription \ +static_assert(alignof(FRigModuleDescription) == 0x000008, "Wrong alignment on FRigModuleDescription"); \ +static_assert(sizeof(FRigModuleDescription) == 0x0000A0, "Wrong size on FRigModuleDescription"); \ +static_assert(offsetof(FRigModuleDescription, Path) == 0x000000, "Member 'FRigModuleDescription::Path' has a wrong offset!"); \ +static_assert(offsetof(FRigModuleDescription, Settings) == 0x000020, "Member 'FRigModuleDescription::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ResolveArrayConnector \ +static_assert(alignof(FRigUnit_ResolveArrayConnector) == 0x000008, "Wrong alignment on FRigUnit_ResolveArrayConnector"); \ +static_assert(sizeof(FRigUnit_ResolveArrayConnector) == 0x000030, "Wrong size on FRigUnit_ResolveArrayConnector"); \ +static_assert(offsetof(FRigUnit_ResolveArrayConnector, Connector) == 0x000008, "Member 'FRigUnit_ResolveArrayConnector::Connector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResolveArrayConnector, SkipSocket) == 0x000014, "Member 'FRigUnit_ResolveArrayConnector::SkipSocket' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResolveArrayConnector, Result) == 0x000018, "Member 'FRigUnit_ResolveArrayConnector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResolveArrayConnector, bIsConnected) == 0x000028, "Member 'FRigUnit_ResolveArrayConnector::bIsConnected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModuleReferenceData \ +static_assert(alignof(FModuleReferenceData) == 0x000008, "Wrong alignment on FModuleReferenceData"); \ +static_assert(sizeof(FModuleReferenceData) == 0x000030, "Wrong size on FModuleReferenceData"); \ +static_assert(offsetof(FModuleReferenceData, ModulePath) == 0x000000, "Member 'FModuleReferenceData::ModulePath' has a wrong offset!"); \ +static_assert(offsetof(FModuleReferenceData, ReferencedModule) == 0x000010, "Member 'FModuleReferenceData::ReferencedModule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigPhysicsSimulationBase \ +static_assert(alignof(FRigPhysicsSimulationBase) == 0x000008, "Wrong alignment on FRigPhysicsSimulationBase"); \ +static_assert(sizeof(FRigPhysicsSimulationBase) == 0x000028, "Wrong size on FRigPhysicsSimulationBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemArray \ +static_assert(alignof(FRigUnit_ItemArray) == 0x000008, "Wrong alignment on FRigUnit_ItemArray"); \ +static_assert(sizeof(FRigUnit_ItemArray) == 0x000018, "Wrong size on FRigUnit_ItemArray"); \ +static_assert(offsetof(FRigUnit_ItemArray, Items) == 0x000008, "Member 'FRigUnit_ItemArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigPhysicsSolverID \ +static_assert(alignof(FRigPhysicsSolverID) == 0x000004, "Wrong alignment on FRigPhysicsSolverID"); \ +static_assert(sizeof(FRigPhysicsSolverID) == 0x000010, "Wrong size on FRigPhysicsSolverID"); \ +static_assert(offsetof(FRigPhysicsSolverID, Guid) == 0x000000, "Member 'FRigPhysicsSolverID::Guid' 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_FRigPhysicsSolverDescription \ +static_assert(alignof(FRigPhysicsSolverDescription) == 0x000004, "Wrong alignment on FRigPhysicsSolverDescription"); \ +static_assert(sizeof(FRigPhysicsSolverDescription) == 0x000018, "Wrong size on FRigPhysicsSolverDescription"); \ +static_assert(offsetof(FRigPhysicsSolverDescription, ID) == 0x000000, "Member 'FRigPhysicsSolverDescription::ID' has a wrong offset!"); \ +static_assert(offsetof(FRigPhysicsSolverDescription, Name) == 0x000010, "Member 'FRigPhysicsSolverDescription::Name' 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_FRigUnit_GetItemNameSpace \ +static_assert(alignof(FRigUnit_GetItemNameSpace) == 0x000008, "Wrong alignment on FRigUnit_GetItemNameSpace"); \ +static_assert(sizeof(FRigUnit_GetItemNameSpace) == 0x000028, "Wrong size on FRigUnit_GetItemNameSpace"); \ +static_assert(offsetof(FRigUnit_GetItemNameSpace, Item) == 0x000008, "Member 'FRigUnit_GetItemNameSpace::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemNameSpace, HasNameSpace) == 0x000014, "Member 'FRigUnit_GetItemNameSpace::HasNameSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemNameSpace, Namespace) == 0x000018, "Member 'FRigUnit_GetItemNameSpace::Namespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigLayerInstanceProxy \ +static_assert(alignof(FControlRigLayerInstanceProxy) == 0x000010, "Wrong alignment on FControlRigLayerInstanceProxy"); \ +static_assert(sizeof(FControlRigLayerInstanceProxy) == 0x000830, "Wrong size on FControlRigLayerInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetItemShortName \ +static_assert(alignof(FRigUnit_GetItemShortName) == 0x000008, "Wrong alignment on FRigUnit_GetItemShortName"); \ +static_assert(sizeof(FRigUnit_GetItemShortName) == 0x000020, "Wrong size on FRigUnit_GetItemShortName"); \ +static_assert(offsetof(FRigUnit_GetItemShortName, Item) == 0x000008, "Member 'FRigUnit_GetItemShortName::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemShortName, ShortName) == 0x000014, "Member 'FRigUnit_GetItemShortName::ShortName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddPhysicsSolver \ +static_assert(alignof(FRigUnit_HierarchyAddPhysicsSolver) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddPhysicsSolver"); \ +static_assert(sizeof(FRigUnit_HierarchyAddPhysicsSolver) == 0x000028, "Wrong size on FRigUnit_HierarchyAddPhysicsSolver"); \ +static_assert(offsetof(FRigUnit_HierarchyAddPhysicsSolver, Name) == 0x000010, "Member 'FRigUnit_HierarchyAddPhysicsSolver::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddPhysicsSolver, Solver) == 0x000018, "Member 'FRigUnit_HierarchyAddPhysicsSolver::Solver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSequenceObjectReference \ +static_assert(alignof(FControlRigSequenceObjectReference) == 0x000008, "Wrong alignment on FControlRigSequenceObjectReference"); \ +static_assert(sizeof(FControlRigSequenceObjectReference) == 0x000008, "Wrong size on FControlRigSequenceObjectReference"); \ +static_assert(offsetof(FControlRigSequenceObjectReference, ControlRigClass) == 0x000000, "Member 'FControlRigSequenceObjectReference::ControlRigClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSequenceObjectReferences \ +static_assert(alignof(FControlRigSequenceObjectReferences) == 0x000008, "Wrong alignment on FControlRigSequenceObjectReferences"); \ +static_assert(sizeof(FControlRigSequenceObjectReferences) == 0x000010, "Wrong size on FControlRigSequenceObjectReferences"); \ +static_assert(offsetof(FControlRigSequenceObjectReferences, Array) == 0x000000, "Member 'FControlRigSequenceObjectReferences::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ResolveConnector \ +static_assert(alignof(FRigUnit_ResolveConnector) == 0x000008, "Wrong alignment on FRigUnit_ResolveConnector"); \ +static_assert(sizeof(FRigUnit_ResolveConnector) == 0x000028, "Wrong size on FRigUnit_ResolveConnector"); \ +static_assert(offsetof(FRigUnit_ResolveConnector, Connector) == 0x000008, "Member 'FRigUnit_ResolveConnector::Connector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResolveConnector, SkipSocket) == 0x000014, "Member 'FRigUnit_ResolveConnector::SkipSocket' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResolveConnector, Result) == 0x000018, "Member 'FRigUnit_ResolveConnector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ResolveConnector, bIsConnected) == 0x000024, "Member 'FRigUnit_ResolveConnector::bIsConnected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSequenceObjectReferenceMap \ +static_assert(alignof(FControlRigSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FControlRigSequenceObjectReferenceMap"); \ +static_assert(sizeof(FControlRigSequenceObjectReferenceMap) == 0x000020, "Wrong size on FControlRigSequenceObjectReferenceMap"); \ +static_assert(offsetof(FControlRigSequenceObjectReferenceMap, BindingIds) == 0x000000, "Member 'FControlRigSequenceObjectReferenceMap::BindingIds' has a wrong offset!"); \ +static_assert(offsetof(FControlRigSequenceObjectReferenceMap, References) == 0x000010, "Member 'FControlRigSequenceObjectReferenceMap::References' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumParameterNameAndCurve \ +static_assert(alignof(FEnumParameterNameAndCurve) == 0x000008, "Wrong alignment on FEnumParameterNameAndCurve"); \ +static_assert(sizeof(FEnumParameterNameAndCurve) == 0x000118, "Wrong size on FEnumParameterNameAndCurve"); \ +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) == 0x000110, "Wrong size on FIntegerParameterNameAndCurve"); \ +static_assert(offsetof(FIntegerParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FIntegerParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemBaseMutable \ +static_assert(alignof(FRigUnit_ItemBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_ItemBaseMutable"); \ +static_assert(sizeof(FRigUnit_ItemBaseMutable) == 0x000010, "Wrong size on FRigUnit_ItemBaseMutable"); \ + +#define DUMPER7_ASSERTS_FChannelMapInfo \ +static_assert(alignof(FChannelMapInfo) == 0x000008, "Wrong alignment on FChannelMapInfo"); \ +static_assert(sizeof(FChannelMapInfo) == 0x000040, "Wrong size on FChannelMapInfo"); \ +static_assert(offsetof(FChannelMapInfo, ControlIndex) == 0x000000, "Member 'FChannelMapInfo::ControlIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, TotalChannelIndex) == 0x000004, "Member 'FChannelMapInfo::TotalChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, ChannelIndex) == 0x000008, "Member 'FChannelMapInfo::ChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, ParentControlIndex) == 0x00000C, "Member 'FChannelMapInfo::ParentControlIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, ChannelTypeName) == 0x000010, "Member 'FChannelMapInfo::ChannelTypeName' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, bDoesHaveSpace) == 0x000018, "Member 'FChannelMapInfo::bDoesHaveSpace' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, SpaceChannelIndex) == 0x00001C, "Member 'FChannelMapInfo::SpaceChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, MaskIndex) == 0x000020, "Member 'FChannelMapInfo::MaskIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, CategoryIndex) == 0x000024, "Member 'FChannelMapInfo::CategoryIndex' has a wrong offset!"); \ +static_assert(offsetof(FChannelMapInfo, ConstraintsIndex) == 0x000030, "Member 'FChannelMapInfo::ConstraintsIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneControlRigParameterTemplate \ +static_assert(alignof(FMovieSceneControlRigParameterTemplate) == 0x000008, "Wrong alignment on FMovieSceneControlRigParameterTemplate"); \ +static_assert(sizeof(FMovieSceneControlRigParameterTemplate) == 0x0000C0, "Wrong size on FMovieSceneControlRigParameterTemplate"); \ +static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Enums) == 0x000080, "Member 'FMovieSceneControlRigParameterTemplate::Enums' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Integers) == 0x000090, "Member 'FMovieSceneControlRigParameterTemplate::Integers' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Spaces) == 0x0000A0, "Member 'FMovieSceneControlRigParameterTemplate::Spaces' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Constraints) == 0x0000B0, "Member 'FMovieSceneControlRigParameterTemplate::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRotationOrder \ +static_assert(alignof(FControlRotationOrder) == 0x000001, "Wrong alignment on FControlRotationOrder"); \ +static_assert(sizeof(FControlRotationOrder) == 0x000002, "Wrong size on FControlRotationOrder"); \ +static_assert(offsetof(FControlRotationOrder, RotationOrder) == 0x000000, "Member 'FControlRotationOrder::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FControlRotationOrder, bOverrideSetting) == 0x000001, "Member 'FControlRotationOrder::bOverrideSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_FRigControlCopy \ +static_assert(alignof(FRigControlCopy) == 0x000010, "Wrong alignment on FRigControlCopy"); \ +static_assert(sizeof(FRigControlCopy) == 0x000220, "Wrong size on FRigControlCopy"); \ +static_assert(offsetof(FRigControlCopy, Name) == 0x000000, "Member 'FRigControlCopy::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, ControlType) == 0x000008, "Member 'FRigControlCopy::ControlType' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, ParentKey) == 0x00000C, "Member 'FRigControlCopy::ParentKey' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, Value) == 0x000018, "Member 'FRigControlCopy::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, OffsetTransform) == 0x0000A0, "Member 'FRigControlCopy::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, ParentTransform) == 0x000100, "Member 'FRigControlCopy::ParentTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, LocalTransform) == 0x000160, "Member 'FRigControlCopy::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, GlobalTransform) == 0x0001C0, "Member 'FRigControlCopy::GlobalTransform' 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_FSampleTrackMemoryData \ +static_assert(alignof(FSampleTrackMemoryData) == 0x000008, "Wrong alignment on FSampleTrackMemoryData"); \ +static_assert(sizeof(FSampleTrackMemoryData) == 0x000030, "Wrong size on FSampleTrackMemoryData"); \ +static_assert(offsetof(FSampleTrackMemoryData, Buffer) == 0x000000, "Member 'FSampleTrackMemoryData::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FSampleTrackMemoryData, Names) == 0x000010, "Member 'FSampleTrackMemoryData::Names' has a wrong offset!"); \ +static_assert(offsetof(FSampleTrackMemoryData, ObjectPaths) == 0x000020, "Member 'FSampleTrackMemoryData::ObjectPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRotatorAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_SetRotatorAnimationChannelFromItem) == 0x000008, "Wrong alignment on FRigUnit_SetRotatorAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_SetRotatorAnimationChannelFromItem) == 0x000038, "Wrong size on FRigUnit_SetRotatorAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_SetRotatorAnimationChannelFromItem, Value) == 0x000020, "Member 'FRigUnit_SetRotatorAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_AnimAttributeBase \ +static_assert(alignof(FRigDispatch_AnimAttributeBase) == 0x000008, "Wrong alignment on FRigDispatch_AnimAttributeBase"); \ +static_assert(sizeof(FRigDispatch_AnimAttributeBase) == 0x0000D8, "Wrong size on FRigDispatch_AnimAttributeBase"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_GetAnimAttribute \ +static_assert(alignof(FRigDispatch_GetAnimAttribute) == 0x000008, "Wrong alignment on FRigDispatch_GetAnimAttribute"); \ +static_assert(sizeof(FRigDispatch_GetAnimAttribute) == 0x0000D8, "Wrong size on FRigDispatch_GetAnimAttribute"); \ + +#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_FRigDispatch_SetAnimAttribute \ +static_assert(alignof(FRigDispatch_SetAnimAttribute) == 0x000008, "Wrong alignment on FRigDispatch_SetAnimAttribute"); \ +static_assert(sizeof(FRigDispatch_SetAnimAttribute) == 0x0000D8, "Wrong size on FRigDispatch_SetAnimAttribute"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphereTrace_WorkData \ +static_assert(alignof(FRigUnit_SphereTrace_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SphereTrace_WorkData"); \ +static_assert(sizeof(FRigUnit_SphereTrace_WorkData) == 0x000038, "Wrong size on FRigUnit_SphereTrace_WorkData"); \ +static_assert(offsetof(FRigUnit_SphereTrace_WorkData, Hash) == 0x000000, "Member 'FRigUnit_SphereTrace_WorkData::Hash' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTrace_WorkData, bHit) == 0x000004, "Member 'FRigUnit_SphereTrace_WorkData::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTrace_WorkData, HitLocation) == 0x000008, "Member 'FRigUnit_SphereTrace_WorkData::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTrace_WorkData, HitNormal) == 0x000020, "Member 'FRigUnit_SphereTrace_WorkData::HitNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetBoolAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_SetBoolAnimationChannelFromItem) == 0x000008, "Wrong alignment on FRigUnit_SetBoolAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_SetBoolAnimationChannelFromItem) == 0x000028, "Wrong size on FRigUnit_SetBoolAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_SetBoolAnimationChannelFromItem, Value) == 0x000020, "Member 'FRigUnit_SetBoolAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CurveExists \ +static_assert(alignof(FRigUnit_CurveExists) == 0x000008, "Wrong alignment on FRigUnit_CurveExists"); \ +static_assert(sizeof(FRigUnit_CurveExists) == 0x000038, "Wrong size on FRigUnit_CurveExists"); \ +static_assert(offsetof(FRigUnit_CurveExists, Curve) == 0x000008, "Member 'FRigUnit_CurveExists::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CurveExists, Exists) == 0x000010, "Member 'FRigUnit_CurveExists::Exists' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CurveExists, CachedCurveIndex) == 0x000018, "Member 'FRigUnit_CurveExists::CachedCurveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphereTraceWorld \ +static_assert(alignof(FRigUnit_SphereTraceWorld) == 0x000008, "Wrong alignment on FRigUnit_SphereTraceWorld"); \ +static_assert(sizeof(FRigUnit_SphereTraceWorld) == 0x0000B0, "Wrong size on FRigUnit_SphereTraceWorld"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Start) == 0x000008, "Member 'FRigUnit_SphereTraceWorld::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, End) == 0x000020, "Member 'FRigUnit_SphereTraceWorld::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Channel) == 0x000038, "Member 'FRigUnit_SphereTraceWorld::Channel' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, Radius) == 0x00003C, "Member 'FRigUnit_SphereTraceWorld::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, bHit) == 0x000040, "Member 'FRigUnit_SphereTraceWorld::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, HitLocation) == 0x000048, "Member 'FRigUnit_SphereTraceWorld::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, HitNormal) == 0x000060, "Member 'FRigUnit_SphereTraceWorld::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceWorld, WorkData) == 0x000078, "Member 'FRigUnit_SphereTraceWorld::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTransformAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_SetTransformAnimationChannelFromItem) == 0x000010, "Wrong alignment on FRigUnit_SetTransformAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_SetTransformAnimationChannelFromItem) == 0x000080, "Wrong size on FRigUnit_SetTransformAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_SetTransformAnimationChannelFromItem, Value) == 0x000020, "Member 'FRigUnit_SetTransformAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphereTraceByTraceChannel \ +static_assert(alignof(FRigUnit_SphereTraceByTraceChannel) == 0x000008, "Wrong alignment on FRigUnit_SphereTraceByTraceChannel"); \ +static_assert(sizeof(FRigUnit_SphereTraceByTraceChannel) == 0x0000B0, "Wrong size on FRigUnit_SphereTraceByTraceChannel"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, Start) == 0x000008, "Member 'FRigUnit_SphereTraceByTraceChannel::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, End) == 0x000020, "Member 'FRigUnit_SphereTraceByTraceChannel::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, TraceChannel) == 0x000038, "Member 'FRigUnit_SphereTraceByTraceChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, Radius) == 0x00003C, "Member 'FRigUnit_SphereTraceByTraceChannel::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, bHit) == 0x000040, "Member 'FRigUnit_SphereTraceByTraceChannel::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, HitLocation) == 0x000048, "Member 'FRigUnit_SphereTraceByTraceChannel::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, HitNormal) == 0x000060, "Member 'FRigUnit_SphereTraceByTraceChannel::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByTraceChannel, WorkData) == 0x000078, "Member 'FRigUnit_SphereTraceByTraceChannel::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LineTraceByTraceChannel \ +static_assert(alignof(FRigUnit_LineTraceByTraceChannel) == 0x000008, "Wrong alignment on FRigUnit_LineTraceByTraceChannel"); \ +static_assert(sizeof(FRigUnit_LineTraceByTraceChannel) == 0x0000A8, "Wrong size on FRigUnit_LineTraceByTraceChannel"); \ +static_assert(offsetof(FRigUnit_LineTraceByTraceChannel, Start) == 0x000008, "Member 'FRigUnit_LineTraceByTraceChannel::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LineTraceByTraceChannel, End) == 0x000020, "Member 'FRigUnit_LineTraceByTraceChannel::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LineTraceByTraceChannel, TraceChannel) == 0x000038, "Member 'FRigUnit_LineTraceByTraceChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LineTraceByTraceChannel, bHit) == 0x000039, "Member 'FRigUnit_LineTraceByTraceChannel::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LineTraceByTraceChannel, HitLocation) == 0x000040, "Member 'FRigUnit_LineTraceByTraceChannel::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LineTraceByTraceChannel, HitNormal) == 0x000058, "Member 'FRigUnit_LineTraceByTraceChannel::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LineTraceByTraceChannel, WorkData) == 0x000070, "Member 'FRigUnit_LineTraceByTraceChannel::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyCreatePoseItemArray_Entry \ +static_assert(alignof(FRigUnit_HierarchyCreatePoseItemArray_Entry) == 0x000010, "Wrong alignment on FRigUnit_HierarchyCreatePoseItemArray_Entry"); \ +static_assert(sizeof(FRigUnit_HierarchyCreatePoseItemArray_Entry) == 0x000100, "Wrong size on FRigUnit_HierarchyCreatePoseItemArray_Entry"); \ +static_assert(offsetof(FRigUnit_HierarchyCreatePoseItemArray_Entry, Item) == 0x000000, "Member 'FRigUnit_HierarchyCreatePoseItemArray_Entry::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyCreatePoseItemArray_Entry, LocalTransform) == 0x000010, "Member 'FRigUnit_HierarchyCreatePoseItemArray_Entry::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyCreatePoseItemArray_Entry, GlobalTransform) == 0x000070, "Member 'FRigUnit_HierarchyCreatePoseItemArray_Entry::GlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyCreatePoseItemArray_Entry, UseEulerAngles) == 0x0000D0, "Member 'FRigUnit_HierarchyCreatePoseItemArray_Entry::UseEulerAngles' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyCreatePoseItemArray_Entry, EulerAngles) == 0x0000D8, "Member 'FRigUnit_HierarchyCreatePoseItemArray_Entry::EulerAngles' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyCreatePoseItemArray_Entry, CurveValue) == 0x0000F0, "Member 'FRigUnit_HierarchyCreatePoseItemArray_Entry::CurveValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphereTraceByObjectTypes \ +static_assert(alignof(FRigUnit_SphereTraceByObjectTypes) == 0x000008, "Wrong alignment on FRigUnit_SphereTraceByObjectTypes"); \ +static_assert(sizeof(FRigUnit_SphereTraceByObjectTypes) == 0x0000B8, "Wrong size on FRigUnit_SphereTraceByObjectTypes"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, Start) == 0x000008, "Member 'FRigUnit_SphereTraceByObjectTypes::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, End) == 0x000020, "Member 'FRigUnit_SphereTraceByObjectTypes::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, ObjectTypes) == 0x000038, "Member 'FRigUnit_SphereTraceByObjectTypes::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, Radius) == 0x000048, "Member 'FRigUnit_SphereTraceByObjectTypes::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, bHit) == 0x00004C, "Member 'FRigUnit_SphereTraceByObjectTypes::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, HitLocation) == 0x000050, "Member 'FRigUnit_SphereTraceByObjectTypes::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, HitNormal) == 0x000068, "Member 'FRigUnit_SphereTraceByObjectTypes::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphereTraceByObjectTypes, WorkData) == 0x000080, "Member 'FRigUnit_SphereTraceByObjectTypes::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigExecuteContext \ +static_assert(alignof(FControlRigExecuteContext) == 0x000010, "Wrong alignment on FControlRigExecuteContext"); \ +static_assert(sizeof(FControlRigExecuteContext) == 0x000240, "Wrong size on FControlRigExecuteContext"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyBaseMutable \ +static_assert(alignof(FRigUnit_HierarchyBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_HierarchyBaseMutable"); \ +static_assert(sizeof(FRigUnit_HierarchyBaseMutable) == 0x000010, "Wrong size on FRigUnit_HierarchyBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PoseLoop \ +static_assert(alignof(FRigUnit_PoseLoop) == 0x000010, "Wrong alignment on FRigUnit_PoseLoop"); \ +static_assert(sizeof(FRigUnit_PoseLoop) == 0x0003B0, "Wrong size on FRigUnit_PoseLoop"); \ +static_assert(offsetof(FRigUnit_PoseLoop, BlockToRun) == 0x000010, "Member 'FRigUnit_PoseLoop::BlockToRun' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Pose) == 0x000018, "Member 'FRigUnit_PoseLoop::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Item) == 0x000088, "Member 'FRigUnit_PoseLoop::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, GlobalTransform) == 0x0000A0, "Member 'FRigUnit_PoseLoop::GlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, LocalTransform) == 0x000100, "Member 'FRigUnit_PoseLoop::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, CurveValue) == 0x000160, "Member 'FRigUnit_PoseLoop::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Index) == 0x000164, "Member 'FRigUnit_PoseLoop::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Count) == 0x000168, "Member 'FRigUnit_PoseLoop::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Ratio) == 0x00016C, "Member 'FRigUnit_PoseLoop::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Completed) == 0x000170, "Member 'FRigUnit_PoseLoop::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchySetPose \ +static_assert(alignof(FRigUnit_HierarchySetPose) == 0x000008, "Wrong alignment on FRigUnit_HierarchySetPose"); \ +static_assert(sizeof(FRigUnit_HierarchySetPose) == 0x0000A0, "Wrong size on FRigUnit_HierarchySetPose"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, Pose) == 0x000010, "Member 'FRigUnit_HierarchySetPose::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, ElementType) == 0x000080, "Member 'FRigUnit_HierarchySetPose::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, Space) == 0x000081, "Member 'FRigUnit_HierarchySetPose::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, ItemsToSet) == 0x000088, "Member 'FRigUnit_HierarchySetPose::ItemsToSet' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, Weight) == 0x000098, "Member 'FRigUnit_HierarchySetPose::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LineTraceByObjectTypes \ +static_assert(alignof(FRigUnit_LineTraceByObjectTypes) == 0x000008, "Wrong alignment on FRigUnit_LineTraceByObjectTypes"); \ +static_assert(sizeof(FRigUnit_LineTraceByObjectTypes) == 0x0000B8, "Wrong size on FRigUnit_LineTraceByObjectTypes"); \ +static_assert(offsetof(FRigUnit_LineTraceByObjectTypes, Start) == 0x000008, "Member 'FRigUnit_LineTraceByObjectTypes::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LineTraceByObjectTypes, End) == 0x000020, "Member 'FRigUnit_LineTraceByObjectTypes::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LineTraceByObjectTypes, ObjectTypes) == 0x000038, "Member 'FRigUnit_LineTraceByObjectTypes::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LineTraceByObjectTypes, bHit) == 0x000048, "Member 'FRigUnit_LineTraceByObjectTypes::bHit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LineTraceByObjectTypes, HitLocation) == 0x000050, "Member 'FRigUnit_LineTraceByObjectTypes::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LineTraceByObjectTypes, HitNormal) == 0x000068, "Member 'FRigUnit_LineTraceByObjectTypes::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LineTraceByObjectTypes, WorkData) == 0x000080, "Member 'FRigUnit_LineTraceByObjectTypes::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Control \ +static_assert(alignof(FRigUnit_Control) == 0x000010, "Wrong alignment on FRigUnit_Control"); \ +static_assert(sizeof(FRigUnit_Control) == 0x000180, "Wrong size on FRigUnit_Control"); \ +static_assert(offsetof(FRigUnit_Control, Transform) == 0x000008, "Member 'FRigUnit_Control::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, base) == 0x000050, "Member 'FRigUnit_Control::base' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, InitTransform) == 0x0000B0, "Member 'FRigUnit_Control::InitTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, Result) == 0x000110, "Member 'FRigUnit_Control::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, Filter) == 0x000170, "Member 'FRigUnit_Control::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Control, bIsInitialized) == 0x000179, "Member 'FRigUnit_Control::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FRigDispatch_GetUserData \ +static_assert(alignof(FRigDispatch_GetUserData) == 0x000008, "Wrong alignment on FRigDispatch_GetUserData"); \ +static_assert(sizeof(FRigDispatch_GetUserData) == 0x0000A8, "Wrong size on FRigDispatch_GetUserData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetupShapeLibraryFromUserData \ +static_assert(alignof(FRigUnit_SetupShapeLibraryFromUserData) == 0x000008, "Wrong alignment on FRigUnit_SetupShapeLibraryFromUserData"); \ +static_assert(sizeof(FRigUnit_SetupShapeLibraryFromUserData) == 0x000048, "Wrong size on FRigUnit_SetupShapeLibraryFromUserData"); \ +static_assert(offsetof(FRigUnit_SetupShapeLibraryFromUserData, Namespace) == 0x000010, "Member 'FRigUnit_SetupShapeLibraryFromUserData::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetupShapeLibraryFromUserData, Path) == 0x000020, "Member 'FRigUnit_SetupShapeLibraryFromUserData::Path' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetupShapeLibraryFromUserData, LibraryName) == 0x000030, "Member 'FRigUnit_SetupShapeLibraryFromUserData::LibraryName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetupShapeLibraryFromUserData, LogShapeLibraries) == 0x000040, "Member 'FRigUnit_SetupShapeLibraryFromUserData::LogShapeLibraries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ShapeExists \ +static_assert(alignof(FRigUnit_ShapeExists) == 0x000008, "Wrong alignment on FRigUnit_ShapeExists"); \ +static_assert(sizeof(FRigUnit_ShapeExists) == 0x000018, "Wrong size on FRigUnit_ShapeExists"); \ +static_assert(offsetof(FRigUnit_ShapeExists, ShapeName) == 0x000008, "Member 'FRigUnit_ShapeExists::ShapeName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ShapeExists, Result) == 0x000010, "Member 'FRigUnit_ShapeExists::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugBezier \ +static_assert(alignof(FRigUnit_DebugBezier) == 0x000010, "Wrong alignment on FRigUnit_DebugBezier"); \ +static_assert(sizeof(FRigUnit_DebugBezier) == 0x000110, "Wrong size on FRigUnit_DebugBezier"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Bezier) == 0x000018, "Member 'FRigUnit_DebugBezier::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, MinimumU) == 0x000078, "Member 'FRigUnit_DebugBezier::MinimumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, MaximumU) == 0x00007C, "Member 'FRigUnit_DebugBezier::MaximumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Color) == 0x000080, "Member 'FRigUnit_DebugBezier::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Thickness) == 0x000090, "Member 'FRigUnit_DebugBezier::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Detail) == 0x000094, "Member 'FRigUnit_DebugBezier::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Space) == 0x000098, "Member 'FRigUnit_DebugBezier::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, WorldOffset) == 0x0000A0, "Member 'FRigUnit_DebugBezier::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, bEnabled) == 0x000100, "Member 'FRigUnit_DebugBezier::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugBezierItemSpace \ +static_assert(alignof(FRigUnit_DebugBezierItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugBezierItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugBezierItemSpace) == 0x000120, "Wrong size on FRigUnit_DebugBezierItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Bezier) == 0x000018, "Member 'FRigUnit_DebugBezierItemSpace::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, MinimumU) == 0x000078, "Member 'FRigUnit_DebugBezierItemSpace::MinimumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, MaximumU) == 0x00007C, "Member 'FRigUnit_DebugBezierItemSpace::MaximumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Color) == 0x000080, "Member 'FRigUnit_DebugBezierItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Thickness) == 0x000090, "Member 'FRigUnit_DebugBezierItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Detail) == 0x000094, "Member 'FRigUnit_DebugBezierItemSpace::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Space) == 0x000098, "Member 'FRigUnit_DebugBezierItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, WorldOffset) == 0x0000B0, "Member 'FRigUnit_DebugBezierItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, bEnabled) == 0x000110, "Member 'FRigUnit_DebugBezierItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParents \ +static_assert(alignof(FRigUnit_HierarchyGetParents) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParents"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParents) == 0x000058, "Wrong size on FRigUnit_HierarchyGetParents"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParents::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParents, bIncludeChild) == 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_FRigUnit_DebugHierarchy \ +static_assert(alignof(FRigUnit_DebugHierarchy) == 0x000010, "Wrong alignment on FRigUnit_DebugHierarchy"); \ +static_assert(sizeof(FRigUnit_DebugHierarchy) == 0x0000B0, "Wrong size on FRigUnit_DebugHierarchy"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, ExecutePin) == 0x000010, "Member 'FRigUnit_DebugHierarchy::ExecutePin' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Items) == 0x000018, "Member 'FRigUnit_DebugHierarchy::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Scale) == 0x000028, "Member 'FRigUnit_DebugHierarchy::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Color) == 0x00002C, "Member 'FRigUnit_DebugHierarchy::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Thickness) == 0x00003C, "Member 'FRigUnit_DebugHierarchy::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, WorldOffset) == 0x000040, "Member 'FRigUnit_DebugHierarchy::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, bEnabled) == 0x0000A0, "Member 'FRigUnit_DebugHierarchy::bEnabled' 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) == 0x000068, "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, bDefaultParent) == 0x000014, "Member 'FRigUnit_HierarchyGetParent::bDefaultParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParent, Parent) == 0x000018, "Member 'FRigUnit_HierarchyGetParent::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParent, CachedChild) == 0x000028, "Member 'FRigUnit_HierarchyGetParent::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParent, CachedParent) == 0x000048, "Member 'FRigUnit_HierarchyGetParent::CachedParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugPose \ +static_assert(alignof(FRigUnit_DebugPose) == 0x000010, "Wrong alignment on FRigUnit_DebugPose"); \ +static_assert(sizeof(FRigUnit_DebugPose) == 0x000120, "Wrong size on FRigUnit_DebugPose"); \ +static_assert(offsetof(FRigUnit_DebugPose, ExecutePin) == 0x000010, "Member 'FRigUnit_DebugPose::ExecutePin' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, Pose) == 0x000018, "Member 'FRigUnit_DebugPose::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, Items) == 0x000088, "Member 'FRigUnit_DebugPose::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, Scale) == 0x000098, "Member 'FRigUnit_DebugPose::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, Color) == 0x00009C, "Member 'FRigUnit_DebugPose::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, Thickness) == 0x0000AC, "Member 'FRigUnit_DebugPose::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, WorldOffset) == 0x0000B0, "Member 'FRigUnit_DebugPose::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, bEnabled) == 0x000110, "Member 'FRigUnit_DebugPose::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugLine \ +static_assert(alignof(FRigUnit_DebugLine) == 0x000010, "Wrong alignment on FRigUnit_DebugLine"); \ +static_assert(sizeof(FRigUnit_DebugLine) == 0x0000E0, "Wrong size on FRigUnit_DebugLine"); \ +static_assert(offsetof(FRigUnit_DebugLine, A) == 0x000018, "Member 'FRigUnit_DebugLine::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, B) == 0x000030, "Member 'FRigUnit_DebugLine::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, Color) == 0x000048, "Member 'FRigUnit_DebugLine::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, Thickness) == 0x000058, "Member 'FRigUnit_DebugLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, Space) == 0x00005C, "Member 'FRigUnit_DebugLine::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, WorldOffset) == 0x000070, "Member 'FRigUnit_DebugLine::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, bEnabled) == 0x0000D0, "Member 'FRigUnit_DebugLine::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetChainItemArray \ +static_assert(alignof(FRigUnit_HierarchyGetChainItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetChainItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchyGetChainItemArray) == 0x000088, "Wrong size on FRigUnit_HierarchyGetChainItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, Start) == 0x000008, "Member 'FRigUnit_HierarchyGetChainItemArray::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, End) == 0x000014, "Member 'FRigUnit_HierarchyGetChainItemArray::End' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, bIncludeStart) == 0x000020, "Member 'FRigUnit_HierarchyGetChainItemArray::bIncludeStart' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, bIncludeEnd) == 0x000021, "Member 'FRigUnit_HierarchyGetChainItemArray::bIncludeEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, bReverse) == 0x000022, "Member 'FRigUnit_HierarchyGetChainItemArray::bReverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, Chain) == 0x000028, "Member 'FRigUnit_HierarchyGetChainItemArray::Chain' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, CachedStart) == 0x000038, "Member 'FRigUnit_HierarchyGetChainItemArray::CachedStart' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, CachedEnd) == 0x000058, "Member 'FRigUnit_HierarchyGetChainItemArray::CachedEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetChainItemArray, CachedChain) == 0x000078, "Member 'FRigUnit_HierarchyGetChainItemArray::CachedChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugLineItemSpace \ +static_assert(alignof(FRigUnit_DebugLineItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugLineItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugLineItemSpace) == 0x0000E0, "Wrong size on FRigUnit_DebugLineItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, A) == 0x000018, "Member 'FRigUnit_DebugLineItemSpace::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, B) == 0x000030, "Member 'FRigUnit_DebugLineItemSpace::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Color) == 0x000048, "Member 'FRigUnit_DebugLineItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Thickness) == 0x000058, "Member 'FRigUnit_DebugLineItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Space) == 0x00005C, "Member 'FRigUnit_DebugLineItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, WorldOffset) == 0x000070, "Member 'FRigUnit_DebugLineItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, bEnabled) == 0x0000D0, "Member 'FRigUnit_DebugLineItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugLineStrip \ +static_assert(alignof(FRigUnit_DebugLineStrip) == 0x000010, "Wrong alignment on FRigUnit_DebugLineStrip"); \ +static_assert(sizeof(FRigUnit_DebugLineStrip) == 0x0000C0, "Wrong size on FRigUnit_DebugLineStrip"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Points) == 0x000018, "Member 'FRigUnit_DebugLineStrip::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Color) == 0x000028, "Member 'FRigUnit_DebugLineStrip::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Thickness) == 0x000038, "Member 'FRigUnit_DebugLineStrip::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Space) == 0x00003C, "Member 'FRigUnit_DebugLineStrip::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, WorldOffset) == 0x000050, "Member 'FRigUnit_DebugLineStrip::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, bEnabled) == 0x0000B0, "Member 'FRigUnit_DebugLineStrip::bEnabled' 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_DebugLineStripItemSpace \ +static_assert(alignof(FRigUnit_DebugLineStripItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugLineStripItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugLineStripItemSpace) == 0x0000C0, "Wrong size on FRigUnit_DebugLineStripItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Points) == 0x000018, "Member 'FRigUnit_DebugLineStripItemSpace::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Color) == 0x000028, "Member 'FRigUnit_DebugLineStripItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Thickness) == 0x000038, "Member 'FRigUnit_DebugLineStripItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Space) == 0x00003C, "Member 'FRigUnit_DebugLineStripItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, WorldOffset) == 0x000050, "Member 'FRigUnit_DebugLineStripItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, bEnabled) == 0x0000B0, "Member 'FRigUnit_DebugLineStripItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugRectangleItemSpace \ +static_assert(alignof(FRigUnit_DebugRectangleItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugRectangleItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugRectangleItemSpace) == 0x000120, "Wrong size on FRigUnit_DebugRectangleItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Transform) == 0x000020, "Member 'FRigUnit_DebugRectangleItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Color) == 0x000080, "Member 'FRigUnit_DebugRectangleItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Scale) == 0x000090, "Member 'FRigUnit_DebugRectangleItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Thickness) == 0x000094, "Member 'FRigUnit_DebugRectangleItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Space) == 0x000098, "Member 'FRigUnit_DebugRectangleItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, WorldOffset) == 0x0000B0, "Member 'FRigUnit_DebugRectangleItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, bEnabled) == 0x000110, "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) == 0x000120, "Wrong size on FRigUnit_DebugArc"); \ +static_assert(offsetof(FRigUnit_DebugArc, Transform) == 0x000020, "Member 'FRigUnit_DebugArc::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Color) == 0x000080, "Member 'FRigUnit_DebugArc::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Radius) == 0x000090, "Member 'FRigUnit_DebugArc::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, MinimumDegrees) == 0x000094, "Member 'FRigUnit_DebugArc::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, MaximumDegrees) == 0x000098, "Member 'FRigUnit_DebugArc::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Thickness) == 0x00009C, "Member 'FRigUnit_DebugArc::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Detail) == 0x0000A0, "Member 'FRigUnit_DebugArc::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Space) == 0x0000A4, "Member 'FRigUnit_DebugArc::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, WorldOffset) == 0x0000B0, "Member 'FRigUnit_DebugArc::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, bEnabled) == 0x000110, "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) == 0x000120, "Wrong size on FRigUnit_DebugArcItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Transform) == 0x000020, "Member 'FRigUnit_DebugArcItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Color) == 0x000080, "Member 'FRigUnit_DebugArcItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Radius) == 0x000090, "Member 'FRigUnit_DebugArcItemSpace::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, MinimumDegrees) == 0x000094, "Member 'FRigUnit_DebugArcItemSpace::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, MaximumDegrees) == 0x000098, "Member 'FRigUnit_DebugArcItemSpace::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Thickness) == 0x00009C, "Member 'FRigUnit_DebugArcItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Detail) == 0x0000A0, "Member 'FRigUnit_DebugArcItemSpace::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Space) == 0x0000A4, "Member 'FRigUnit_DebugArcItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, WorldOffset) == 0x0000B0, "Member 'FRigUnit_DebugArcItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, bEnabled) == 0x000110, "Member 'FRigUnit_DebugArcItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_DebugTransformMutable \ +static_assert(alignof(FRigUnit_DebugTransformMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformMutable"); \ +static_assert(sizeof(FRigUnit_DebugTransformMutable) == 0x000120, "Wrong size on FRigUnit_DebugTransformMutable"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Transform) == 0x000020, "Member 'FRigUnit_DebugTransformMutable::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Mode) == 0x000080, "Member 'FRigUnit_DebugTransformMutable::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Color) == 0x000084, "Member 'FRigUnit_DebugTransformMutable::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Thickness) == 0x000094, "Member 'FRigUnit_DebugTransformMutable::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Scale) == 0x000098, "Member 'FRigUnit_DebugTransformMutable::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Space) == 0x00009C, "Member 'FRigUnit_DebugTransformMutable::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, WorldOffset) == 0x0000B0, "Member 'FRigUnit_DebugTransformMutable::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, bEnabled) == 0x000110, "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) == 0x000120, "Wrong size on FRigUnit_DebugTransformMutableItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Transform) == 0x000020, "Member 'FRigUnit_DebugTransformMutableItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Mode) == 0x000080, "Member 'FRigUnit_DebugTransformMutableItemSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Color) == 0x000084, "Member 'FRigUnit_DebugTransformMutableItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Thickness) == 0x000094, "Member 'FRigUnit_DebugTransformMutableItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Scale) == 0x000098, "Member 'FRigUnit_DebugTransformMutableItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Space) == 0x00009C, "Member 'FRigUnit_DebugTransformMutableItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, WorldOffset) == 0x0000B0, "Member 'FRigUnit_DebugTransformMutableItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, bEnabled) == 0x000110, "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_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_DebugTransformArrayMutable \ +static_assert(alignof(FRigUnit_DebugTransformArrayMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformArrayMutable"); \ +static_assert(sizeof(FRigUnit_DebugTransformArrayMutable) == 0x0000D0, "Wrong size on FRigUnit_DebugTransformArrayMutable"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Transforms) == 0x000018, "Member 'FRigUnit_DebugTransformArrayMutable::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Mode) == 0x000028, "Member 'FRigUnit_DebugTransformArrayMutable::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Color) == 0x00002C, "Member 'FRigUnit_DebugTransformArrayMutable::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Thickness) == 0x00003C, "Member 'FRigUnit_DebugTransformArrayMutable::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Scale) == 0x000040, "Member 'FRigUnit_DebugTransformArrayMutable::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Space) == 0x000044, "Member 'FRigUnit_DebugTransformArrayMutable::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, WorldOffset) == 0x000050, "Member 'FRigUnit_DebugTransformArrayMutable::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, bEnabled) == 0x0000B0, "Member 'FRigUnit_DebugTransformArrayMutable::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, WorkData) == 0x0000B8, "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) == 0x0000D0, "Wrong size on FRigUnit_DebugTransformArrayMutableItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Transforms) == 0x000018, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, ParentIndices) == 0x000028, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::ParentIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Mode) == 0x000038, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Color) == 0x00003C, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Thickness) == 0x00004C, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Scale) == 0x000050, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Space) == 0x000054, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, WorldOffset) == 0x000060, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, bEnabled) == 0x0000C0, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelFloat \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelFloat) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelFloat"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelFloat) == 0x000040, "Wrong size on FRigUnit_HierarchyAddAnimationChannelFloat"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, InitialValue) == 0x000030, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, MinimumValue) == 0x000034, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, MaximumValue) == 0x000038, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelFloat, LimitsEnabled) == 0x00003C, "Member 'FRigUnit_HierarchyAddAnimationChannelFloat::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_StartProfilingTimer \ +static_assert(alignof(FRigUnit_StartProfilingTimer) == 0x000008, "Wrong alignment on FRigUnit_StartProfilingTimer"); \ +static_assert(sizeof(FRigUnit_StartProfilingTimer) == 0x000018, "Wrong size on FRigUnit_StartProfilingTimer"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugVector \ +static_assert(alignof(FRigUnit_VisualDebugVector) == 0x000008, "Wrong alignment on FRigUnit_VisualDebugVector"); \ +static_assert(sizeof(FRigUnit_VisualDebugVector) == 0x000050, "Wrong size on FRigUnit_VisualDebugVector"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Value) == 0x000010, "Member 'FRigUnit_VisualDebugVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, bEnabled) == 0x000028, "Member 'FRigUnit_VisualDebugVector::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Mode) == 0x000029, "Member 'FRigUnit_VisualDebugVector::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Color) == 0x00002C, "Member 'FRigUnit_VisualDebugVector::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Thickness) == 0x00003C, "Member 'FRigUnit_VisualDebugVector::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, Scale) == 0x000040, "Member 'FRigUnit_VisualDebugVector::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVector, BoneSpace) == 0x000044, "Member 'FRigUnit_VisualDebugVector::BoneSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionChildren \ +static_assert(alignof(FRigUnit_CollectionChildren) == 0x000008, "Wrong alignment on FRigUnit_CollectionChildren"); \ +static_assert(sizeof(FRigUnit_CollectionChildren) == 0x000028, "Wrong size on FRigUnit_CollectionChildren"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, Parent) == 0x000008, "Member 'FRigUnit_CollectionChildren::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, bIncludeParent) == 0x000014, "Member 'FRigUnit_CollectionChildren::bIncludeParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, bRecursive) == 0x000015, "Member 'FRigUnit_CollectionChildren::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, TypeToSearch) == 0x000016, "Member 'FRigUnit_CollectionChildren::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, Collection) == 0x000018, "Member 'FRigUnit_CollectionChildren::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_VisualDebugVectorItemSpace \ +static_assert(alignof(FRigUnit_VisualDebugVectorItemSpace) == 0x000008, "Wrong alignment on FRigUnit_VisualDebugVectorItemSpace"); \ +static_assert(sizeof(FRigUnit_VisualDebugVectorItemSpace) == 0x000050, "Wrong size on FRigUnit_VisualDebugVectorItemSpace"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Value) == 0x000010, "Member 'FRigUnit_VisualDebugVectorItemSpace::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, bEnabled) == 0x000028, "Member 'FRigUnit_VisualDebugVectorItemSpace::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Mode) == 0x000029, "Member 'FRigUnit_VisualDebugVectorItemSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Color) == 0x00002C, "Member 'FRigUnit_VisualDebugVectorItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Thickness) == 0x00003C, "Member 'FRigUnit_VisualDebugVectorItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Scale) == 0x000040, "Member 'FRigUnit_VisualDebugVectorItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Space) == 0x000044, "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_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_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_HierarchyAddAnimationChannelInteger \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelInteger) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelInteger"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelInteger) == 0x000048, "Wrong size on FRigUnit_HierarchyAddAnimationChannelInteger"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, InitialValue) == 0x000030, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, MinimumValue) == 0x000034, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, MaximumValue) == 0x000038, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, LimitsEnabled) == 0x00003C, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::LimitsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelInteger, ControlEnum) == 0x000040, "Member 'FRigUnit_HierarchyAddAnimationChannelInteger::ControlEnum' 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_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_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_HierarchyAddAnimationChannelBool \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelBool) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelBool"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelBool) == 0x000038, "Wrong size on FRigUnit_HierarchyAddAnimationChannelBool"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, InitialValue) == 0x000030, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, MinimumValue) == 0x000031, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, MaximumValue) == 0x000032, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelBool, LimitsEnabled) == 0x000033, "Member 'FRigUnit_HierarchyAddAnimationChannelBool::LimitsEnabled' 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_HierarchyAddAnimationChannel2DLimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings) == 0x000001, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannel2DLimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings) == 0x000004, "Wrong size on FRigUnit_HierarchyAddAnimationChannel2DLimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings, X) == 0x000000, "Member 'FRigUnit_HierarchyAddAnimationChannel2DLimitSettings::X' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannel2DLimitSettings, Y) == 0x000002, "Member 'FRigUnit_HierarchyAddAnimationChannel2DLimitSettings::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_HierarchyAddControlRotator_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlRotator_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlRotator_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlRotator_LimitSettings) == 0x000040, "Wrong size on FRigUnit_HierarchyAddControlRotator_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, LimitPitch) == 0x000000, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::LimitPitch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, LimitYaw) == 0x000002, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::LimitYaw' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, LimitRoll) == 0x000004, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::LimitRoll' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, MinValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, MaxValue) == 0x000020, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_LimitSettings, bDrawLimits) == 0x000038, "Member 'FRigUnit_HierarchyAddControlRotator_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlRotator_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlRotator_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlRotator_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlRotator_Settings) == 0x000120, "Wrong size on FRigUnit_HierarchyAddControlRotator_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, InitialSpace) == 0x000018, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::InitialSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, Limits) == 0x000020, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, Shape) == 0x000060, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, Proxy) == 0x0000E0, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, FilteredChannels) == 0x000100, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::FilteredChannels' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, bUsePreferredRotationOrder) == 0x000110, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::bUsePreferredRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator_Settings, PreferredRotationOrder) == 0x000111, "Member 'FRigUnit_HierarchyAddControlRotator_Settings::PreferredRotationOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlRotator \ +static_assert(alignof(FRigUnit_HierarchyAddControlRotator) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlRotator"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlRotator) == 0x0001D0, "Wrong size on FRigUnit_HierarchyAddControlRotator"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator, InitialValue) == 0x000098, "Member 'FRigUnit_HierarchyAddControlRotator::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlRotator, Settings) == 0x0000B0, "Member 'FRigUnit_HierarchyAddControlRotator::Settings' 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_HierarchyAddControlInteger_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlInteger_LimitSettings) == 0x000004, "Wrong alignment on FRigUnit_HierarchyAddControlInteger_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlInteger_LimitSettings) == 0x000010, "Wrong size on FRigUnit_HierarchyAddControlInteger_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, Limit) == 0x000000, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::Limit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, MinValue) == 0x000004, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, MaxValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_LimitSettings, bDrawLimits) == 0x00000C, "Member 'FRigUnit_HierarchyAddControlInteger_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlInteger_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlInteger_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlInteger_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlInteger_Settings) == 0x0000E0, "Wrong size on FRigUnit_HierarchyAddControlInteger_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, PrimaryAxis) == 0x000018, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, ControlEnum) == 0x000020, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::ControlEnum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, Limits) == 0x000028, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, Shape) == 0x000040, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger_Settings, Proxy) == 0x0000C0, "Member 'FRigUnit_HierarchyAddControlInteger_Settings::Proxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlInteger \ +static_assert(alignof(FRigUnit_HierarchyAddControlInteger) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlInteger"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlInteger) == 0x000180, "Wrong size on FRigUnit_HierarchyAddControlInteger"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger, InitialValue) == 0x000098, "Member 'FRigUnit_HierarchyAddControlInteger::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlInteger, Settings) == 0x0000A0, "Member 'FRigUnit_HierarchyAddControlInteger::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToSwingAndTwist \ +static_assert(alignof(FRigUnit_ToSwingAndTwist) == 0x000010, "Wrong alignment on FRigUnit_ToSwingAndTwist"); \ +static_assert(sizeof(FRigUnit_ToSwingAndTwist) == 0x000090, "Wrong size on FRigUnit_ToSwingAndTwist"); \ +static_assert(offsetof(FRigUnit_ToSwingAndTwist, Input) == 0x000010, "Member 'FRigUnit_ToSwingAndTwist::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToSwingAndTwist, TwistAxis) == 0x000030, "Member 'FRigUnit_ToSwingAndTwist::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToSwingAndTwist, Swing) == 0x000050, "Member 'FRigUnit_ToSwingAndTwist::Swing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToSwingAndTwist, Twist) == 0x000070, "Member 'FRigUnit_ToSwingAndTwist::Twist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_HierarchyAddControlVector_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlVector_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector_LimitSettings) == 0x000040, "Wrong size on FRigUnit_HierarchyAddControlVector_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, LimitX) == 0x000000, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::LimitX' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, LimitY) == 0x000002, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::LimitY' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, LimitZ) == 0x000004, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::LimitZ' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, MinValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, MaxValue) == 0x000020, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_LimitSettings, bDrawLimits) == 0x000038, "Member 'FRigUnit_HierarchyAddControlVector_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector_Settings) == 0x000110, "Wrong size on FRigUnit_HierarchyAddControlVector_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, InitialSpace) == 0x000018, "Member 'FRigUnit_HierarchyAddControlVector_Settings::InitialSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, bIsPosition) == 0x000019, "Member 'FRigUnit_HierarchyAddControlVector_Settings::bIsPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, Limits) == 0x000020, "Member 'FRigUnit_HierarchyAddControlVector_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, Shape) == 0x000060, "Member 'FRigUnit_HierarchyAddControlVector_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, Proxy) == 0x0000E0, "Member 'FRigUnit_HierarchyAddControlVector_Settings::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector_Settings, FilteredChannels) == 0x000100, "Member 'FRigUnit_HierarchyAddControlVector_Settings::FilteredChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector) == 0x0001C0, "Wrong size on FRigUnit_HierarchyAddControlVector"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector, InitialValue) == 0x000098, "Member 'FRigUnit_HierarchyAddControlVector::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector, Settings) == 0x0000B0, "Member 'FRigUnit_HierarchyAddControlVector::Settings' 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_HierarchyAddControlTransform_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlTransform_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlTransform_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlTransform_LimitSettings) == 0x0000B0, "Wrong size on FRigUnit_HierarchyAddControlTransform_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitTranslationX) == 0x000000, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitTranslationX' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitTranslationY) == 0x000002, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitTranslationY' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitTranslationZ) == 0x000004, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitTranslationZ' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitPitch) == 0x000006, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitPitch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitYaw) == 0x000008, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitYaw' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitRoll) == 0x00000A, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitRoll' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitScaleX) == 0x00000C, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitScaleX' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitScaleY) == 0x00000E, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitScaleY' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, LimitScaleZ) == 0x000010, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::LimitScaleZ' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, MinValue) == 0x000018, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, MaxValue) == 0x000060, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_LimitSettings, bDrawLimits) == 0x0000A8, "Member 'FRigUnit_HierarchyAddControlTransform_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlTransform_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlTransform_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlTransform_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlTransform_Settings) == 0x000180, "Wrong size on FRigUnit_HierarchyAddControlTransform_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, InitialSpace) == 0x000018, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::InitialSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, bUsePreferredRotationOrder) == 0x000019, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::bUsePreferredRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, PreferredRotationOrder) == 0x00001A, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::PreferredRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, Limits) == 0x000020, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, Shape) == 0x0000D0, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, Proxy) == 0x000150, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform_Settings, FilteredChannels) == 0x000170, "Member 'FRigUnit_HierarchyAddControlTransform_Settings::FilteredChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlTransform \ +static_assert(alignof(FRigUnit_HierarchyAddControlTransform) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlTransform"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlTransform) == 0x000280, "Wrong size on FRigUnit_HierarchyAddControlTransform"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform, InitialValue) == 0x0000A0, "Member 'FRigUnit_HierarchyAddControlTransform::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlTransform, Settings) == 0x000100, "Member 'FRigUnit_HierarchyAddControlTransform::Settings' 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_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_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_HierarchyAddControlVector2D_LimitSettings \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector2D_LimitSettings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddControlVector2D_LimitSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector2D_LimitSettings) == 0x000030, "Wrong size on FRigUnit_HierarchyAddControlVector2D_LimitSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, LimitX) == 0x000000, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::LimitX' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, LimitY) == 0x000002, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::LimitY' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, MinValue) == 0x000008, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, MaxValue) == 0x000018, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_LimitSettings, bDrawLimits) == 0x000028, "Member 'FRigUnit_HierarchyAddControlVector2D_LimitSettings::bDrawLimits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlVector2D_Settings \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector2D_Settings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector2D_Settings"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector2D_Settings) == 0x000100, "Wrong size on FRigUnit_HierarchyAddControlVector2D_Settings"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, PrimaryAxis) == 0x000018, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, Limits) == 0x000020, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::Limits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, Shape) == 0x000050, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::Shape' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, Proxy) == 0x0000D0, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::Proxy' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D_Settings, FilteredChannels) == 0x0000F0, "Member 'FRigUnit_HierarchyAddControlVector2D_Settings::FilteredChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Clamp_Float \ +static_assert(alignof(FRigUnit_Clamp_Float) == 0x000008, "Wrong alignment on FRigUnit_Clamp_Float"); \ +static_assert(sizeof(FRigUnit_Clamp_Float) == 0x000018, "Wrong size on FRigUnit_Clamp_Float"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, Value) == 0x000008, "Member 'FRigUnit_Clamp_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, Min) == 0x00000C, "Member 'FRigUnit_Clamp_Float::Min' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, Max) == 0x000010, "Member 'FRigUnit_Clamp_Float::Max' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, Result) == 0x000014, "Member 'FRigUnit_Clamp_Float::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MapRange_Float \ +static_assert(alignof(FRigUnit_MapRange_Float) == 0x000008, "Wrong alignment on FRigUnit_MapRange_Float"); \ +static_assert(sizeof(FRigUnit_MapRange_Float) == 0x000020, "Wrong size on FRigUnit_MapRange_Float"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, Value) == 0x000008, "Member 'FRigUnit_MapRange_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, MinIn) == 0x00000C, "Member 'FRigUnit_MapRange_Float::MinIn' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, MaxIn) == 0x000010, "Member 'FRigUnit_MapRange_Float::MaxIn' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, MinOut) == 0x000014, "Member 'FRigUnit_MapRange_Float::MinOut' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, MaxOut) == 0x000018, "Member 'FRigUnit_MapRange_Float::MaxOut' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MapRange_Float, Result) == 0x00001C, "Member 'FRigUnit_MapRange_Float::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BinaryQuaternionOp \ +static_assert(alignof(FRigUnit_BinaryQuaternionOp) == 0x000010, "Wrong alignment on FRigUnit_BinaryQuaternionOp"); \ +static_assert(sizeof(FRigUnit_BinaryQuaternionOp) == 0x000070, "Wrong size on FRigUnit_BinaryQuaternionOp"); \ +static_assert(offsetof(FRigUnit_BinaryQuaternionOp, Argument0) == 0x000010, "Member 'FRigUnit_BinaryQuaternionOp::Argument0' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryQuaternionOp, Argument1) == 0x000030, "Member 'FRigUnit_BinaryQuaternionOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryQuaternionOp, Result) == 0x000050, "Member 'FRigUnit_BinaryQuaternionOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiplyQuaternion \ +static_assert(alignof(FRigUnit_MultiplyQuaternion) == 0x000010, "Wrong alignment on FRigUnit_MultiplyQuaternion"); \ +static_assert(sizeof(FRigUnit_MultiplyQuaternion) == 0x000070, "Wrong size on FRigUnit_MultiplyQuaternion"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_HierarchyAddControlVector2D \ +static_assert(alignof(FRigUnit_HierarchyAddControlVector2D) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlVector2D"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlVector2D) == 0x0001B0, "Wrong size on FRigUnit_HierarchyAddControlVector2D"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D, InitialValue) == 0x000098, "Member 'FRigUnit_HierarchyAddControlVector2D::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlVector2D, Settings) == 0x0000B0, "Member 'FRigUnit_HierarchyAddControlVector2D::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_QuaternionToAxisAndAngle \ +static_assert(alignof(FRigUnit_QuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionToAxisAndAngle"); \ +static_assert(sizeof(FRigUnit_QuaternionToAxisAndAngle) == 0x000050, "Wrong size on FRigUnit_QuaternionToAxisAndAngle"); \ +static_assert(offsetof(FRigUnit_QuaternionToAxisAndAngle, Argument) == 0x000010, "Member 'FRigUnit_QuaternionToAxisAndAngle::Argument' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_QuaternionToAxisAndAngle, Axis) == 0x000030, "Member 'FRigUnit_QuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_QuaternionToAxisAndAngle, Angle) == 0x000048, "Member 'FRigUnit_QuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_BinaryTransformOp \ +static_assert(alignof(FRigUnit_BinaryTransformOp) == 0x000010, "Wrong alignment on FRigUnit_BinaryTransformOp"); \ +static_assert(sizeof(FRigUnit_BinaryTransformOp) == 0x000130, "Wrong size on FRigUnit_BinaryTransformOp"); \ +static_assert(offsetof(FRigUnit_BinaryTransformOp, Argument0) == 0x000010, "Member 'FRigUnit_BinaryTransformOp::Argument0' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryTransformOp, Argument1) == 0x000070, "Member 'FRigUnit_BinaryTransformOp::Argument1' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BinaryTransformOp, Result) == 0x0000D0, "Member 'FRigUnit_BinaryTransformOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MultiplyTransform \ +static_assert(alignof(FRigUnit_MultiplyTransform) == 0x000010, "Wrong alignment on FRigUnit_MultiplyTransform"); \ +static_assert(sizeof(FRigUnit_MultiplyTransform) == 0x000130, "Wrong size on FRigUnit_MultiplyTransform"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetRelativeTransform \ +static_assert(alignof(FRigUnit_GetRelativeTransform) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeTransform"); \ +static_assert(sizeof(FRigUnit_GetRelativeTransform) == 0x000130, "Wrong size on FRigUnit_GetRelativeTransform"); \ + +#define DUMPER7_ASSERTS_FRigUnit_IsInteracting \ +static_assert(alignof(FRigUnit_IsInteracting) == 0x000008, "Wrong alignment on FRigUnit_IsInteracting"); \ +static_assert(sizeof(FRigUnit_IsInteracting) == 0x000020, "Wrong size on FRigUnit_IsInteracting"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsInteracting) == 0x000008, "Member 'FRigUnit_IsInteracting::bIsInteracting' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsTranslating) == 0x000009, "Member 'FRigUnit_IsInteracting::bIsTranslating' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsRotating) == 0x00000A, "Member 'FRigUnit_IsInteracting::bIsRotating' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsScaling) == 0x00000B, "Member 'FRigUnit_IsInteracting::bIsScaling' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsInteracting, Items) == 0x000010, "Member 'FRigUnit_IsInteracting::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_HierarchyReset \ +static_assert(alignof(FRigUnit_HierarchyReset) == 0x000008, "Wrong alignment on FRigUnit_HierarchyReset"); \ +static_assert(sizeof(FRigUnit_HierarchyReset) == 0x000010, "Wrong size on FRigUnit_HierarchyReset"); \ + +#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_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_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_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_AimConstraint \ +static_assert(alignof(FRigUnit_AimConstraint) == 0x000008, "Wrong alignment on FRigUnit_AimConstraint"); \ +static_assert(sizeof(FRigUnit_AimConstraint) == 0x000080, "Wrong size on FRigUnit_AimConstraint"); \ +static_assert(offsetof(FRigUnit_AimConstraint, Joint) == 0x000010, "Member 'FRigUnit_AimConstraint::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimMode) == 0x000018, "Member 'FRigUnit_AimConstraint::AimMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpMode) == 0x000019, "Member 'FRigUnit_AimConstraint::UpMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimVector) == 0x000020, "Member 'FRigUnit_AimConstraint::AimVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpVector) == 0x000038, "Member 'FRigUnit_AimConstraint::UpVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimTargets) == 0x000050, "Member 'FRigUnit_AimConstraint::AimTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpTargets) == 0x000060, "Member 'FRigUnit_AimConstraint::UpTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, WorkData) == 0x000070, "Member 'FRigUnit_AimConstraint::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SwitchParent \ +static_assert(alignof(FRigUnit_SwitchParent) == 0x000008, "Wrong alignment on FRigUnit_SwitchParent"); \ +static_assert(sizeof(FRigUnit_SwitchParent) == 0x000030, "Wrong size on FRigUnit_SwitchParent"); \ +static_assert(offsetof(FRigUnit_SwitchParent, Mode) == 0x000010, "Member 'FRigUnit_SwitchParent::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SwitchParent, Child) == 0x000014, "Member 'FRigUnit_SwitchParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SwitchParent, Parent) == 0x000020, "Member 'FRigUnit_SwitchParent::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SwitchParent, bMaintainGlobal) == 0x00002C, "Member 'FRigUnit_SwitchParent::bMaintainGlobal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ApplyFK \ +static_assert(alignof(FRigUnit_ApplyFK) == 0x000010, "Wrong alignment on FRigUnit_ApplyFK"); \ +static_assert(sizeof(FRigUnit_ApplyFK) == 0x000100, "Wrong size on FRigUnit_ApplyFK"); \ +static_assert(offsetof(FRigUnit_ApplyFK, Joint) == 0x000010, "Member 'FRigUnit_ApplyFK::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, Transform) == 0x000020, "Member 'FRigUnit_ApplyFK::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, Filter) == 0x000080, "Member 'FRigUnit_ApplyFK::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, ApplyTransformMode) == 0x000089, "Member 'FRigUnit_ApplyFK::ApplyTransformMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, ApplyTransformSpace) == 0x00008A, "Member 'FRigUnit_ApplyFK::ApplyTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, BaseTransform) == 0x000090, "Member 'FRigUnit_ApplyFK::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, BaseJoint) == 0x0000F0, "Member 'FRigUnit_ApplyFK::BaseJoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_SetDefaultParent \ +static_assert(alignof(FRigUnit_SetDefaultParent) == 0x000008, "Wrong alignment on FRigUnit_SetDefaultParent"); \ +static_assert(sizeof(FRigUnit_SetDefaultParent) == 0x000028, "Wrong size on FRigUnit_SetDefaultParent"); \ +static_assert(offsetof(FRigUnit_SetDefaultParent, Child) == 0x000010, "Member 'FRigUnit_SetDefaultParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetDefaultParent, Parent) == 0x00001C, "Member 'FRigUnit_SetDefaultParent::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetJointTransform \ +static_assert(alignof(FRigUnit_GetJointTransform) == 0x000010, "Wrong alignment on FRigUnit_GetJointTransform"); \ +static_assert(sizeof(FRigUnit_GetJointTransform) == 0x0000F0, "Wrong size on FRigUnit_GetJointTransform"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Joint) == 0x000010, "Member 'FRigUnit_GetJointTransform::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Type) == 0x000018, "Member 'FRigUnit_GetJointTransform::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, TransformSpace) == 0x000019, "Member 'FRigUnit_GetJointTransform::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, BaseTransform) == 0x000020, "Member 'FRigUnit_GetJointTransform::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, BaseJoint) == 0x000080, "Member 'FRigUnit_GetJointTransform::BaseJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Output) == 0x000090, "Member 'FRigUnit_GetJointTransform::Output' 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) == 0x000320, "Wrong size on FRigUnit_TwoBoneIKFK"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJoint) == 0x000010, "Member 'FRigUnit_TwoBoneIKFK::StartJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJoint) == 0x000018, "Member 'FRigUnit_TwoBoneIKFK::EndJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, PoleTarget) == 0x000020, "Member 'FRigUnit_TwoBoneIKFK::PoleTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, Spin) == 0x000038, "Member 'FRigUnit_TwoBoneIKFK::Spin' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndEffector) == 0x000040, "Member 'FRigUnit_TwoBoneIKFK::EndEffector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, IKBlend) == 0x0000A0, "Member 'FRigUnit_TwoBoneIKFK::IKBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointFKTransform) == 0x0000B0, "Member 'FRigUnit_TwoBoneIKFK::StartJointFKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointFKTransform) == 0x000110, "Member 'FRigUnit_TwoBoneIKFK::MidJointFKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointFKTransform) == 0x000170, "Member 'FRigUnit_TwoBoneIKFK::EndJointFKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, PreviousFKIKBlend) == 0x0001D0, "Member 'FRigUnit_TwoBoneIKFK::PreviousFKIKBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointIKTransform) == 0x0001E0, "Member 'FRigUnit_TwoBoneIKFK::StartJointIKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointIKTransform) == 0x000240, "Member 'FRigUnit_TwoBoneIKFK::MidJointIKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointIKTransform) == 0x0002A0, "Member 'FRigUnit_TwoBoneIKFK::EndJointIKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointIndex) == 0x000300, "Member 'FRigUnit_TwoBoneIKFK::StartJointIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointIndex) == 0x000304, "Member 'FRigUnit_TwoBoneIKFK::MidJointIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointIndex) == 0x000308, "Member 'FRigUnit_TwoBoneIKFK::EndJointIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, UpperLimbLength) == 0x00030C, "Member 'FRigUnit_TwoBoneIKFK::UpperLimbLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, LowerLimbLength) == 0x000310, "Member 'FRigUnit_TwoBoneIKFK::LowerLimbLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, bIsInitialized) == 0x000314, "Member 'FRigUnit_TwoBoneIKFK::bIsInitialized' 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_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_DrawContainerSetColor \ +static_assert(alignof(FRigUnit_DrawContainerSetColor) == 0x000008, "Wrong alignment on FRigUnit_DrawContainerSetColor"); \ +static_assert(sizeof(FRigUnit_DrawContainerSetColor) == 0x000028, "Wrong size on FRigUnit_DrawContainerSetColor"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetColor, InstructionName) == 0x000010, "Member 'FRigUnit_DrawContainerSetColor::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetColor, Color) == 0x000018, "Member 'FRigUnit_DrawContainerSetColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DrawContainerSetThickness \ +static_assert(alignof(FRigUnit_DrawContainerSetThickness) == 0x000008, "Wrong alignment on FRigUnit_DrawContainerSetThickness"); \ +static_assert(sizeof(FRigUnit_DrawContainerSetThickness) == 0x000020, "Wrong size on FRigUnit_DrawContainerSetThickness"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetThickness, InstructionName) == 0x000010, "Member 'FRigUnit_DrawContainerSetThickness::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetThickness, Thickness) == 0x000018, "Member 'FRigUnit_DrawContainerSetThickness::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetChannelHosts \ +static_assert(alignof(FRigUnit_SetChannelHosts) == 0x000008, "Wrong alignment on FRigUnit_SetChannelHosts"); \ +static_assert(sizeof(FRigUnit_SetChannelHosts) == 0x000030, "Wrong size on FRigUnit_SetChannelHosts"); \ +static_assert(offsetof(FRigUnit_SetChannelHosts, Channel) == 0x000010, "Member 'FRigUnit_SetChannelHosts::Channel' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetChannelHosts, Hosts) == 0x000020, "Member 'FRigUnit_SetChannelHosts::Hosts' 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) == 0x000080, "Wrong size on FRigUnit_DrawContainerSetTransform"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetTransform, InstructionName) == 0x000010, "Member 'FRigUnit_DrawContainerSetTransform::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetTransform, Transform) == 0x000020, "Member 'FRigUnit_DrawContainerSetTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AddAvailableSpaces \ +static_assert(alignof(FRigUnit_AddAvailableSpaces) == 0x000008, "Wrong alignment on FRigUnit_AddAvailableSpaces"); \ +static_assert(sizeof(FRigUnit_AddAvailableSpaces) == 0x000030, "Wrong size on FRigUnit_AddAvailableSpaces"); \ +static_assert(offsetof(FRigUnit_AddAvailableSpaces, Control) == 0x000010, "Member 'FRigUnit_AddAvailableSpaces::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddAvailableSpaces, Spaces) == 0x000020, "Member 'FRigUnit_AddAvailableSpaces::Spaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BeginExecution \ +static_assert(alignof(FRigUnit_BeginExecution) == 0x000008, "Wrong alignment on FRigUnit_BeginExecution"); \ +static_assert(sizeof(FRigUnit_BeginExecution) == 0x000010, "Wrong size on FRigUnit_BeginExecution"); \ +static_assert(offsetof(FRigUnit_BeginExecution, ExecutePin) == 0x000008, "Member 'FRigUnit_BeginExecution::ExecutePin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PreBeginExecution \ +static_assert(alignof(FRigUnit_PreBeginExecution) == 0x000008, "Wrong alignment on FRigUnit_PreBeginExecution"); \ +static_assert(sizeof(FRigUnit_PreBeginExecution) == 0x000010, "Wrong size on FRigUnit_PreBeginExecution"); \ +static_assert(offsetof(FRigUnit_PreBeginExecution, ExecutePin) == 0x000008, "Member 'FRigUnit_PreBeginExecution::ExecutePin' 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_PostBeginExecution \ +static_assert(alignof(FRigUnit_PostBeginExecution) == 0x000008, "Wrong alignment on FRigUnit_PostBeginExecution"); \ +static_assert(sizeof(FRigUnit_PostBeginExecution) == 0x000010, "Wrong size on FRigUnit_PostBeginExecution"); \ +static_assert(offsetof(FRigUnit_PostBeginExecution, ExecutePin) == 0x000008, "Member 'FRigUnit_PostBeginExecution::ExecutePin' 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_CollectionReplaceItems \ +static_assert(alignof(FRigUnit_CollectionReplaceItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionReplaceItems"); \ +static_assert(sizeof(FRigUnit_CollectionReplaceItems) == 0x000040, "Wrong size on FRigUnit_CollectionReplaceItems"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, Items) == 0x000008, "Member 'FRigUnit_CollectionReplaceItems::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, Old) == 0x000018, "Member 'FRigUnit_CollectionReplaceItems::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, New) == 0x000020, "Member 'FRigUnit_CollectionReplaceItems::New' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, RemoveInvalidItems) == 0x000028, "Member 'FRigUnit_CollectionReplaceItems::RemoveInvalidItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, bAllowDuplicates) == 0x000029, "Member 'FRigUnit_CollectionReplaceItems::bAllowDuplicates' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, Collection) == 0x000030, "Member 'FRigUnit_CollectionReplaceItems::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_CollectionChain \ +static_assert(alignof(FRigUnit_CollectionChain) == 0x000008, "Wrong alignment on FRigUnit_CollectionChain"); \ +static_assert(sizeof(FRigUnit_CollectionChain) == 0x000038, "Wrong size on FRigUnit_CollectionChain"); \ +static_assert(offsetof(FRigUnit_CollectionChain, FirstItem) == 0x000008, "Member 'FRigUnit_CollectionChain::FirstItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChain, LastItem) == 0x000014, "Member 'FRigUnit_CollectionChain::LastItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChain, Reverse) == 0x000020, "Member 'FRigUnit_CollectionChain::Reverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChain, Collection) == 0x000028, "Member 'FRigUnit_CollectionChain::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionChainArray \ +static_assert(alignof(FRigUnit_CollectionChainArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionChainArray"); \ +static_assert(sizeof(FRigUnit_CollectionChainArray) == 0x000038, "Wrong size on FRigUnit_CollectionChainArray"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, FirstItem) == 0x000008, "Member 'FRigUnit_CollectionChainArray::FirstItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, LastItem) == 0x000014, "Member 'FRigUnit_CollectionChainArray::LastItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, Reverse) == 0x000020, "Member 'FRigUnit_CollectionChainArray::Reverse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, Items) == 0x000028, "Member 'FRigUnit_CollectionChainArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionNameSearch \ +static_assert(alignof(FRigUnit_CollectionNameSearch) == 0x000008, "Wrong alignment on FRigUnit_CollectionNameSearch"); \ +static_assert(sizeof(FRigUnit_CollectionNameSearch) == 0x000028, "Wrong size on FRigUnit_CollectionNameSearch"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, PartialName) == 0x000008, "Member 'FRigUnit_CollectionNameSearch::PartialName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, TypeToSearch) == 0x000010, "Member 'FRigUnit_CollectionNameSearch::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, Collection) == 0x000018, "Member 'FRigUnit_CollectionNameSearch::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionNameSearchArray \ +static_assert(alignof(FRigUnit_CollectionNameSearchArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionNameSearchArray"); \ +static_assert(sizeof(FRigUnit_CollectionNameSearchArray) == 0x000028, "Wrong size on FRigUnit_CollectionNameSearchArray"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearchArray, PartialName) == 0x000008, "Member 'FRigUnit_CollectionNameSearchArray::PartialName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearchArray, TypeToSearch) == 0x000010, "Member 'FRigUnit_CollectionNameSearchArray::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearchArray, Items) == 0x000018, "Member 'FRigUnit_CollectionNameSearchArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionChildrenArray \ +static_assert(alignof(FRigUnit_CollectionChildrenArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionChildrenArray"); \ +static_assert(sizeof(FRigUnit_CollectionChildrenArray) == 0x000028, "Wrong size on FRigUnit_CollectionChildrenArray"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, Parent) == 0x000008, "Member 'FRigUnit_CollectionChildrenArray::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, bIncludeParent) == 0x000014, "Member 'FRigUnit_CollectionChildrenArray::bIncludeParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, bRecursive) == 0x000015, "Member 'FRigUnit_CollectionChildrenArray::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, bDefaultChildren) == 0x000016, "Member 'FRigUnit_CollectionChildrenArray::bDefaultChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, TypeToSearch) == 0x000017, "Member 'FRigUnit_CollectionChildrenArray::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, Items) == 0x000018, "Member 'FRigUnit_CollectionChildrenArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionGetAll \ +static_assert(alignof(FRigUnit_CollectionGetAll) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetAll"); \ +static_assert(sizeof(FRigUnit_CollectionGetAll) == 0x000020, "Wrong size on FRigUnit_CollectionGetAll"); \ +static_assert(offsetof(FRigUnit_CollectionGetAll, TypeToSearch) == 0x000008, "Member 'FRigUnit_CollectionGetAll::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionGetAll, Items) == 0x000010, "Member 'FRigUnit_CollectionGetAll::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionReplaceItemsArray \ +static_assert(alignof(FRigUnit_CollectionReplaceItemsArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionReplaceItemsArray"); \ +static_assert(sizeof(FRigUnit_CollectionReplaceItemsArray) == 0x000040, "Wrong size on FRigUnit_CollectionReplaceItemsArray"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, Items) == 0x000008, "Member 'FRigUnit_CollectionReplaceItemsArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, Old) == 0x000018, "Member 'FRigUnit_CollectionReplaceItemsArray::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, New) == 0x000020, "Member 'FRigUnit_CollectionReplaceItemsArray::New' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, RemoveInvalidItems) == 0x000028, "Member 'FRigUnit_CollectionReplaceItemsArray::RemoveInvalidItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, bAllowDuplicates) == 0x000029, "Member 'FRigUnit_CollectionReplaceItemsArray::bAllowDuplicates' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, Result) == 0x000030, "Member 'FRigUnit_CollectionReplaceItemsArray::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionItems \ +static_assert(alignof(FRigUnit_CollectionItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionItems"); \ +static_assert(sizeof(FRigUnit_CollectionItems) == 0x000030, "Wrong size on FRigUnit_CollectionItems"); \ +static_assert(offsetof(FRigUnit_CollectionItems, Items) == 0x000008, "Member 'FRigUnit_CollectionItems::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionItems, bAllowDuplicates) == 0x000018, "Member 'FRigUnit_CollectionItems::bAllowDuplicates' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionItems, Collection) == 0x000020, "Member 'FRigUnit_CollectionItems::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionGetItems \ +static_assert(alignof(FRigUnit_CollectionGetItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionGetItems"); \ +static_assert(sizeof(FRigUnit_CollectionGetItems) == 0x000028, "Wrong size on FRigUnit_CollectionGetItems"); \ +static_assert(offsetof(FRigUnit_CollectionGetItems, Collection) == 0x000008, "Member 'FRigUnit_CollectionGetItems::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionGetItems, Items) == 0x000018, "Member 'FRigUnit_CollectionGetItems::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_CollectionItemAtIndex \ +static_assert(alignof(FRigUnit_CollectionItemAtIndex) == 0x000008, "Wrong alignment on FRigUnit_CollectionItemAtIndex"); \ +static_assert(sizeof(FRigUnit_CollectionItemAtIndex) == 0x000028, "Wrong size on FRigUnit_CollectionItemAtIndex"); \ +static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Collection) == 0x000008, "Member 'FRigUnit_CollectionItemAtIndex::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Index) == 0x000018, "Member 'FRigUnit_CollectionItemAtIndex::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Item) == 0x00001C, "Member 'FRigUnit_CollectionItemAtIndex::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionLoop \ +static_assert(alignof(FRigUnit_CollectionLoop) == 0x000010, "Wrong alignment on FRigUnit_CollectionLoop"); \ +static_assert(sizeof(FRigUnit_CollectionLoop) == 0x000280, "Wrong size on FRigUnit_CollectionLoop"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, BlockToRun) == 0x000010, "Member 'FRigUnit_CollectionLoop::BlockToRun' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Collection) == 0x000018, "Member 'FRigUnit_CollectionLoop::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Item) == 0x000028, "Member 'FRigUnit_CollectionLoop::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Index) == 0x000034, "Member 'FRigUnit_CollectionLoop::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Count) == 0x000038, "Member 'FRigUnit_CollectionLoop::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Ratio) == 0x00003C, "Member 'FRigUnit_CollectionLoop::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Completed) == 0x000040, "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_AddParent \ +static_assert(alignof(FRigUnit_AddParent) == 0x000008, "Wrong alignment on FRigUnit_AddParent"); \ +static_assert(sizeof(FRigUnit_AddParent) == 0x000030, "Wrong size on FRigUnit_AddParent"); \ +static_assert(offsetof(FRigUnit_AddParent, Child) == 0x000010, "Member 'FRigUnit_AddParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddParent, Parent) == 0x00001C, "Member 'FRigUnit_AddParent::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddParent, DisplayLabel) == 0x000028, "Member 'FRigUnit_AddParent::DisplayLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParentWeightsArray \ +static_assert(alignof(FRigUnit_HierarchyGetParentWeightsArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParentWeightsArray"); \ +static_assert(sizeof(FRigUnit_HierarchyGetParentWeightsArray) == 0x000038, "Wrong size on FRigUnit_HierarchyGetParentWeightsArray"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeightsArray, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParentWeightsArray::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeightsArray, Weights) == 0x000018, "Member 'FRigUnit_HierarchyGetParentWeightsArray::Weights' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetParentWeightsArray, Parents) == 0x000028, "Member 'FRigUnit_HierarchyGetParentWeightsArray::Parents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchySetParentWeights \ +static_assert(alignof(FRigUnit_HierarchySetParentWeights) == 0x000008, "Wrong alignment on FRigUnit_HierarchySetParentWeights"); \ +static_assert(sizeof(FRigUnit_HierarchySetParentWeights) == 0x000030, "Wrong size on FRigUnit_HierarchySetParentWeights"); \ +static_assert(offsetof(FRigUnit_HierarchySetParentWeights, Child) == 0x000010, "Member 'FRigUnit_HierarchySetParentWeights::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetParentWeights, Weights) == 0x000020, "Member 'FRigUnit_HierarchySetParentWeights::Weights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyImportFromSkeleton \ +static_assert(alignof(FRigUnit_HierarchyImportFromSkeleton) == 0x000008, "Wrong alignment on FRigUnit_HierarchyImportFromSkeleton"); \ +static_assert(sizeof(FRigUnit_HierarchyImportFromSkeleton) == 0x000030, "Wrong size on FRigUnit_HierarchyImportFromSkeleton"); \ +static_assert(offsetof(FRigUnit_HierarchyImportFromSkeleton, Namespace) == 0x000010, "Member 'FRigUnit_HierarchyImportFromSkeleton::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyImportFromSkeleton, bIncludeCurves) == 0x000018, "Member 'FRigUnit_HierarchyImportFromSkeleton::bIncludeCurves' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyImportFromSkeleton, bIncludeMeshSockets) == 0x000019, "Member 'FRigUnit_HierarchyImportFromSkeleton::bIncludeMeshSockets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyImportFromSkeleton, bIncludeVirtualBones) == 0x00001A, "Member 'FRigUnit_HierarchyImportFromSkeleton::bIncludeVirtualBones' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyImportFromSkeleton, Items) == 0x000020, "Member 'FRigUnit_HierarchyImportFromSkeleton::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyRemoveElement \ +static_assert(alignof(FRigUnit_HierarchyRemoveElement) == 0x000008, "Wrong alignment on FRigUnit_HierarchyRemoveElement"); \ +static_assert(sizeof(FRigUnit_HierarchyRemoveElement) == 0x000020, "Wrong size on FRigUnit_HierarchyRemoveElement"); \ +static_assert(offsetof(FRigUnit_HierarchyRemoveElement, Item) == 0x000010, "Member 'FRigUnit_HierarchyRemoveElement::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyRemoveElement, bSuccess) == 0x00001C, "Member 'FRigUnit_HierarchyRemoveElement::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddNull \ +static_assert(alignof(FRigUnit_HierarchyAddNull) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddNull"); \ +static_assert(sizeof(FRigUnit_HierarchyAddNull) == 0x0000A0, "Wrong size on FRigUnit_HierarchyAddNull"); \ +static_assert(offsetof(FRigUnit_HierarchyAddNull, Transform) == 0x000030, "Member 'FRigUnit_HierarchyAddNull::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddNull, Space) == 0x000090, "Member 'FRigUnit_HierarchyAddNull::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddControlFloat \ +static_assert(alignof(FRigUnit_HierarchyAddControlFloat) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddControlFloat"); \ +static_assert(sizeof(FRigUnit_HierarchyAddControlFloat) == 0x000170, "Wrong size on FRigUnit_HierarchyAddControlFloat"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat, InitialValue) == 0x000098, "Member 'FRigUnit_HierarchyAddControlFloat::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddControlFloat, Settings) == 0x0000A0, "Member 'FRigUnit_HierarchyAddControlFloat::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelScaleFloat \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelScaleFloat) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelScaleFloat"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelScaleFloat) == 0x000040, "Wrong size on FRigUnit_HierarchyAddAnimationChannelScaleFloat"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, InitialValue) == 0x000030, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, MinimumValue) == 0x000034, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, MaximumValue) == 0x000038, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleFloat, LimitsEnabled) == 0x00003C, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleFloat::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelVector2D \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelVector2D) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelVector2D"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelVector2D) == 0x000068, "Wrong size on FRigUnit_HierarchyAddAnimationChannelVector2D"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, InitialValue) == 0x000030, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, MinimumValue) == 0x000040, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, MaximumValue) == 0x000050, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelVector2D, LimitsEnabled) == 0x000060, "Member 'FRigUnit_HierarchyAddAnimationChannelVector2D::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddAnimationChannelScaleVector \ +static_assert(alignof(FRigUnit_HierarchyAddAnimationChannelScaleVector) == 0x000008, "Wrong alignment on FRigUnit_HierarchyAddAnimationChannelScaleVector"); \ +static_assert(sizeof(FRigUnit_HierarchyAddAnimationChannelScaleVector) == 0x000080, "Wrong size on FRigUnit_HierarchyAddAnimationChannelScaleVector"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, InitialValue) == 0x000030, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, MinimumValue) == 0x000048, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, MaximumValue) == 0x000060, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddAnimationChannelScaleVector, LimitsEnabled) == 0x000078, "Member 'FRigUnit_HierarchyAddAnimationChannelScaleVector::LimitsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyGetShapeSettings \ +static_assert(alignof(FRigUnit_HierarchyGetShapeSettings) == 0x000010, "Wrong alignment on FRigUnit_HierarchyGetShapeSettings"); \ +static_assert(sizeof(FRigUnit_HierarchyGetShapeSettings) == 0x0000A0, "Wrong size on FRigUnit_HierarchyGetShapeSettings"); \ +static_assert(offsetof(FRigUnit_HierarchyGetShapeSettings, Item) == 0x000008, "Member 'FRigUnit_HierarchyGetShapeSettings::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyGetShapeSettings, Settings) == 0x000020, "Member 'FRigUnit_HierarchyGetShapeSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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, bDefaultParent) == 0x000016, "Member 'FRigUnit_HierarchyGetParentsItemArray::bDefaultParent' 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_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, bDefaultSiblings) == 0x000015, "Member 'FRigUnit_HierarchyGetSiblingsItemArray::bDefaultSiblings' 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_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_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_HierarchySetPoseItemArray \ +static_assert(alignof(FRigUnit_HierarchySetPoseItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchySetPoseItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchySetPoseItemArray) == 0x0000A0, "Wrong size on FRigUnit_HierarchySetPoseItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Pose) == 0x000010, "Member 'FRigUnit_HierarchySetPoseItemArray::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, ElementType) == 0x000080, "Member 'FRigUnit_HierarchySetPoseItemArray::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Space) == 0x000081, "Member 'FRigUnit_HierarchySetPoseItemArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, ItemsToSet) == 0x000088, "Member 'FRigUnit_HierarchySetPoseItemArray::ItemsToSet' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Weight) == 0x000098, "Member 'FRigUnit_HierarchySetPoseItemArray::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_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_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_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_HierarchyCreatePoseItemArray \ +static_assert(alignof(FRigUnit_HierarchyCreatePoseItemArray) == 0x000008, "Wrong alignment on FRigUnit_HierarchyCreatePoseItemArray"); \ +static_assert(sizeof(FRigUnit_HierarchyCreatePoseItemArray) == 0x000088, "Wrong size on FRigUnit_HierarchyCreatePoseItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchyCreatePoseItemArray, Entries) == 0x000008, "Member 'FRigUnit_HierarchyCreatePoseItemArray::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyCreatePoseItemArray, Pose) == 0x000018, "Member 'FRigUnit_HierarchyCreatePoseItemArray::Pose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_InteractionExecution \ +static_assert(alignof(FRigUnit_InteractionExecution) == 0x000008, "Wrong alignment on FRigUnit_InteractionExecution"); \ +static_assert(sizeof(FRigUnit_InteractionExecution) == 0x000010, "Wrong size on FRigUnit_InteractionExecution"); \ +static_assert(offsetof(FRigUnit_InteractionExecution, ExecutePin) == 0x000008, "Member 'FRigUnit_InteractionExecution::ExecutePin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_InverseExecution \ +static_assert(alignof(FRigUnit_InverseExecution) == 0x000008, "Wrong alignment on FRigUnit_InverseExecution"); \ +static_assert(sizeof(FRigUnit_InverseExecution) == 0x000010, "Wrong size on FRigUnit_InverseExecution"); \ +static_assert(offsetof(FRigUnit_InverseExecution, ExecutePin) == 0x000008, "Member 'FRigUnit_InverseExecution::ExecutePin' 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_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_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_ItemToName \ +static_assert(alignof(FRigUnit_ItemToName) == 0x000008, "Wrong alignment on FRigUnit_ItemToName"); \ +static_assert(sizeof(FRigUnit_ItemToName) == 0x000020, "Wrong size on FRigUnit_ItemToName"); \ +static_assert(offsetof(FRigUnit_ItemToName, Value) == 0x000008, "Member 'FRigUnit_ItemToName::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemToName, Result) == 0x000014, "Member 'FRigUnit_ItemToName::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyAddPhysicsJoint \ +static_assert(alignof(FRigUnit_HierarchyAddPhysicsJoint) == 0x000010, "Wrong alignment on FRigUnit_HierarchyAddPhysicsJoint"); \ +static_assert(sizeof(FRigUnit_HierarchyAddPhysicsJoint) == 0x0000A0, "Wrong size on FRigUnit_HierarchyAddPhysicsJoint"); \ +static_assert(offsetof(FRigUnit_HierarchyAddPhysicsJoint, Transform) == 0x000030, "Member 'FRigUnit_HierarchyAddPhysicsJoint::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchyAddPhysicsJoint, Solver) == 0x000090, "Member 'FRigUnit_HierarchyAddPhysicsJoint::Solver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PrepareForExecution \ +static_assert(alignof(FRigUnit_PrepareForExecution) == 0x000008, "Wrong alignment on FRigUnit_PrepareForExecution"); \ +static_assert(sizeof(FRigUnit_PrepareForExecution) == 0x000010, "Wrong size on FRigUnit_PrepareForExecution"); \ +static_assert(offsetof(FRigUnit_PrepareForExecution, ExecutePin) == 0x000008, "Member 'FRigUnit_PrepareForExecution::ExecutePin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PostPrepareForExecution \ +static_assert(alignof(FRigUnit_PostPrepareForExecution) == 0x000008, "Wrong alignment on FRigUnit_PostPrepareForExecution"); \ +static_assert(sizeof(FRigUnit_PostPrepareForExecution) == 0x000010, "Wrong size on FRigUnit_PostPrepareForExecution"); \ +static_assert(offsetof(FRigUnit_PostPrepareForExecution, ExecutePin) == 0x000008, "Member 'FRigUnit_PostPrepareForExecution::ExecutePin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RigModulesBaseMutable \ +static_assert(alignof(FRigUnit_RigModulesBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_RigModulesBaseMutable"); \ +static_assert(sizeof(FRigUnit_RigModulesBaseMutable) == 0x000010, "Wrong size on FRigUnit_RigModulesBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetCurrentNameSpace \ +static_assert(alignof(FRigUnit_GetCurrentNameSpace) == 0x000008, "Wrong alignment on FRigUnit_GetCurrentNameSpace"); \ +static_assert(sizeof(FRigUnit_GetCurrentNameSpace) == 0x000018, "Wrong size on FRigUnit_GetCurrentNameSpace"); \ +static_assert(offsetof(FRigUnit_GetCurrentNameSpace, Namespace) == 0x000008, "Member 'FRigUnit_GetCurrentNameSpace::Namespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_IsItemInCurrentNameSpace \ +static_assert(alignof(FRigUnit_IsItemInCurrentNameSpace) == 0x000008, "Wrong alignment on FRigUnit_IsItemInCurrentNameSpace"); \ +static_assert(sizeof(FRigUnit_IsItemInCurrentNameSpace) == 0x000018, "Wrong size on FRigUnit_IsItemInCurrentNameSpace"); \ +static_assert(offsetof(FRigUnit_IsItemInCurrentNameSpace, Item) == 0x000008, "Member 'FRigUnit_IsItemInCurrentNameSpace::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsItemInCurrentNameSpace, Result) == 0x000014, "Member 'FRigUnit_IsItemInCurrentNameSpace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetItemsInNameSpace \ +static_assert(alignof(FRigUnit_GetItemsInNameSpace) == 0x000008, "Wrong alignment on FRigUnit_GetItemsInNameSpace"); \ +static_assert(sizeof(FRigUnit_GetItemsInNameSpace) == 0x000020, "Wrong size on FRigUnit_GetItemsInNameSpace"); \ +static_assert(offsetof(FRigUnit_GetItemsInNameSpace, TypeToSearch) == 0x000008, "Member 'FRigUnit_GetItemsInNameSpace::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemsInNameSpace, Items) == 0x000010, "Member 'FRigUnit_GetItemsInNameSpace::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetModuleName \ +static_assert(alignof(FRigUnit_GetModuleName) == 0x000008, "Wrong alignment on FRigUnit_GetModuleName"); \ +static_assert(sizeof(FRigUnit_GetModuleName) == 0x000018, "Wrong size on FRigUnit_GetModuleName"); \ +static_assert(offsetof(FRigUnit_GetModuleName, Module) == 0x000008, "Member 'FRigUnit_GetModuleName::Module' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetItemModuleName \ +static_assert(alignof(FRigUnit_GetItemModuleName) == 0x000008, "Wrong alignment on FRigUnit_GetItemModuleName"); \ +static_assert(sizeof(FRigUnit_GetItemModuleName) == 0x000028, "Wrong size on FRigUnit_GetItemModuleName"); \ +static_assert(offsetof(FRigUnit_GetItemModuleName, Item) == 0x000008, "Member 'FRigUnit_GetItemModuleName::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemModuleName, IsPartOfModule) == 0x000014, "Member 'FRigUnit_GetItemModuleName::IsPartOfModule' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetItemModuleName, Module) == 0x000018, "Member 'FRigUnit_GetItemModuleName::Module' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_IsItemInCurrentModule \ +static_assert(alignof(FRigUnit_IsItemInCurrentModule) == 0x000008, "Wrong alignment on FRigUnit_IsItemInCurrentModule"); \ +static_assert(sizeof(FRigUnit_IsItemInCurrentModule) == 0x000018, "Wrong size on FRigUnit_IsItemInCurrentModule"); \ +static_assert(offsetof(FRigUnit_IsItemInCurrentModule, Item) == 0x000008, "Member 'FRigUnit_IsItemInCurrentModule::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IsItemInCurrentModule, Result) == 0x000014, "Member 'FRigUnit_IsItemInCurrentModule::Result' 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) == 0x000B50, "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) == 0x000250, "Member 'FRigUnit_SequenceExecution::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, B) == 0x000490, "Member 'FRigUnit_SequenceExecution::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, C) == 0x0006D0, "Member 'FRigUnit_SequenceExecution::C' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, D) == 0x000910, "Member 'FRigUnit_SequenceExecution::D' 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_GetFloatAnimationChannel \ +static_assert(alignof(FRigUnit_GetFloatAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetFloatAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetFloatAnimationChannel) == 0x000038, "Wrong size on FRigUnit_GetFloatAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetFloatAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetFloatAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetIntAnimationChannel \ +static_assert(alignof(FRigUnit_GetIntAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetIntAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetIntAnimationChannel) == 0x000038, "Wrong size on FRigUnit_GetIntAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetIntAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetIntAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetVectorAnimationChannel \ +static_assert(alignof(FRigUnit_GetVectorAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetVectorAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetVectorAnimationChannel) == 0x000048, "Wrong size on FRigUnit_GetVectorAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetVectorAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetVectorAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetRotatorAnimationChannel \ +static_assert(alignof(FRigUnit_GetRotatorAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_GetRotatorAnimationChannel"); \ +static_assert(sizeof(FRigUnit_GetRotatorAnimationChannel) == 0x000048, "Wrong size on FRigUnit_GetRotatorAnimationChannel"); \ +static_assert(offsetof(FRigUnit_GetRotatorAnimationChannel, Value) == 0x000030, "Member 'FRigUnit_GetRotatorAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetVector2DAnimationChannel \ +static_assert(alignof(FRigUnit_SetVector2DAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_SetVector2DAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetVector2DAnimationChannel) == 0x000048, "Wrong size on FRigUnit_SetVector2DAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetVector2DAnimationChannel, Value) == 0x000038, "Member 'FRigUnit_SetVector2DAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRotatorAnimationChannel \ +static_assert(alignof(FRigUnit_SetRotatorAnimationChannel) == 0x000008, "Wrong alignment on FRigUnit_SetRotatorAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetRotatorAnimationChannel) == 0x000050, "Wrong size on FRigUnit_SetRotatorAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetRotatorAnimationChannel, Value) == 0x000038, "Member 'FRigUnit_SetRotatorAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTransformAnimationChannel \ +static_assert(alignof(FRigUnit_SetTransformAnimationChannel) == 0x000010, "Wrong alignment on FRigUnit_SetTransformAnimationChannel"); \ +static_assert(sizeof(FRigUnit_SetTransformAnimationChannel) == 0x0000A0, "Wrong size on FRigUnit_SetTransformAnimationChannel"); \ +static_assert(offsetof(FRigUnit_SetTransformAnimationChannel, Value) == 0x000040, "Member 'FRigUnit_SetTransformAnimationChannel::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetBoolAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_GetBoolAnimationChannelFromItem) == 0x000008, "Wrong alignment on FRigUnit_GetBoolAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_GetBoolAnimationChannelFromItem) == 0x000020, "Wrong size on FRigUnit_GetBoolAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_GetBoolAnimationChannelFromItem, Value) == 0x000018, "Member 'FRigUnit_GetBoolAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetFloatAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_GetFloatAnimationChannelFromItem) == 0x000008, "Wrong alignment on FRigUnit_GetFloatAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_GetFloatAnimationChannelFromItem) == 0x000020, "Wrong size on FRigUnit_GetFloatAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_GetFloatAnimationChannelFromItem, Value) == 0x000018, "Member 'FRigUnit_GetFloatAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetFloatAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_SetFloatAnimationChannelFromItem) == 0x000008, "Wrong alignment on FRigUnit_SetFloatAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_SetFloatAnimationChannelFromItem) == 0x000028, "Wrong size on FRigUnit_SetFloatAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_SetFloatAnimationChannelFromItem, Value) == 0x000020, "Member 'FRigUnit_SetFloatAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetIntAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_SetIntAnimationChannelFromItem) == 0x000008, "Wrong alignment on FRigUnit_SetIntAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_SetIntAnimationChannelFromItem) == 0x000028, "Wrong size on FRigUnit_SetIntAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_SetIntAnimationChannelFromItem, Value) == 0x000020, "Member 'FRigUnit_SetIntAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetVectorAnimationChannelFromItem \ +static_assert(alignof(FRigUnit_SetVectorAnimationChannelFromItem) == 0x000008, "Wrong alignment on FRigUnit_SetVectorAnimationChannelFromItem"); \ +static_assert(sizeof(FRigUnit_SetVectorAnimationChannelFromItem) == 0x000038, "Wrong size on FRigUnit_SetVectorAnimationChannelFromItem"); \ +static_assert(offsetof(FRigUnit_SetVectorAnimationChannelFromItem, Value) == 0x000020, "Member 'FRigUnit_SetVectorAnimationChannelFromItem::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlOffset \ +static_assert(alignof(FRigUnit_GetControlOffset) == 0x000010, "Wrong alignment on FRigUnit_GetControlOffset"); \ +static_assert(sizeof(FRigUnit_GetControlOffset) == 0x0000A0, "Wrong size on FRigUnit_GetControlOffset"); \ +static_assert(offsetof(FRigUnit_GetControlOffset, Control) == 0x000008, "Member 'FRigUnit_GetControlOffset::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlOffset, Space) == 0x000010, "Member 'FRigUnit_GetControlOffset::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlOffset, OffsetTransform) == 0x000020, "Member 'FRigUnit_GetControlOffset::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlOffset, CachedIndex) == 0x000080, "Member 'FRigUnit_GetControlOffset::CachedIndex' 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_GetControlInteger \ +static_assert(alignof(FRigUnit_GetControlInteger) == 0x000008, "Wrong alignment on FRigUnit_GetControlInteger"); \ +static_assert(sizeof(FRigUnit_GetControlInteger) == 0x000040, "Wrong size on FRigUnit_GetControlInteger"); \ +static_assert(offsetof(FRigUnit_GetControlInteger, Control) == 0x000008, "Member 'FRigUnit_GetControlInteger::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInteger, IntegerValue) == 0x000010, "Member 'FRigUnit_GetControlInteger::IntegerValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInteger, Minimum) == 0x000014, "Member 'FRigUnit_GetControlInteger::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInteger, Maximum) == 0x000018, "Member 'FRigUnit_GetControlInteger::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlInteger, CachedControlIndex) == 0x000020, "Member 'FRigUnit_GetControlInteger::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlVector2D \ +static_assert(alignof(FRigUnit_GetControlVector2D) == 0x000008, "Wrong alignment on FRigUnit_GetControlVector2D"); \ +static_assert(sizeof(FRigUnit_GetControlVector2D) == 0x000060, "Wrong size on FRigUnit_GetControlVector2D"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, Control) == 0x000008, "Member 'FRigUnit_GetControlVector2D::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, Vector) == 0x000010, "Member 'FRigUnit_GetControlVector2D::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, Minimum) == 0x000020, "Member 'FRigUnit_GetControlVector2D::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, Maximum) == 0x000030, "Member 'FRigUnit_GetControlVector2D::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector2D, CachedControlIndex) == 0x000040, "Member 'FRigUnit_GetControlVector2D::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlVector \ +static_assert(alignof(FRigUnit_GetControlVector) == 0x000008, "Wrong alignment on FRigUnit_GetControlVector"); \ +static_assert(sizeof(FRigUnit_GetControlVector) == 0x000080, "Wrong size on FRigUnit_GetControlVector"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Control) == 0x000008, "Member 'FRigUnit_GetControlVector::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Space) == 0x000010, "Member 'FRigUnit_GetControlVector::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Vector) == 0x000018, "Member 'FRigUnit_GetControlVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Minimum) == 0x000030, "Member 'FRigUnit_GetControlVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, Maximum) == 0x000048, "Member 'FRigUnit_GetControlVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVector, CachedControlIndex) == 0x000060, "Member 'FRigUnit_GetControlVector::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlRotator \ +static_assert(alignof(FRigUnit_GetControlRotator) == 0x000008, "Wrong alignment on FRigUnit_GetControlRotator"); \ +static_assert(sizeof(FRigUnit_GetControlRotator) == 0x000080, "Wrong size on FRigUnit_GetControlRotator"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, Control) == 0x000008, "Member 'FRigUnit_GetControlRotator::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, Space) == 0x000010, "Member 'FRigUnit_GetControlRotator::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, Rotator) == 0x000018, "Member 'FRigUnit_GetControlRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, Minimum) == 0x000030, "Member 'FRigUnit_GetControlRotator::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, Maximum) == 0x000048, "Member 'FRigUnit_GetControlRotator::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlRotator, CachedControlIndex) == 0x000060, "Member 'FRigUnit_GetControlRotator::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_FRigUnit_GetSpaceTransform \ +static_assert(alignof(FRigUnit_GetSpaceTransform) == 0x000010, "Wrong alignment on FRigUnit_GetSpaceTransform"); \ +static_assert(sizeof(FRigUnit_GetSpaceTransform) == 0x0000A0, "Wrong size on FRigUnit_GetSpaceTransform"); \ +static_assert(offsetof(FRigUnit_GetSpaceTransform, Space) == 0x000008, "Member 'FRigUnit_GetSpaceTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetSpaceTransform, SpaceType) == 0x000010, "Member 'FRigUnit_GetSpaceTransform::SpaceType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetSpaceTransform, Transform) == 0x000020, "Member 'FRigUnit_GetSpaceTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetSpaceTransform, CachedSpaceIndex) == 0x000080, "Member 'FRigUnit_GetSpaceTransform::CachedSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetTransformArray \ +static_assert(alignof(FRigUnit_GetTransformArray) == 0x000008, "Wrong alignment on FRigUnit_GetTransformArray"); \ +static_assert(sizeof(FRigUnit_GetTransformArray) == 0x000040, "Wrong size on FRigUnit_GetTransformArray"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, Items) == 0x000008, "Member 'FRigUnit_GetTransformArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, Space) == 0x000018, "Member 'FRigUnit_GetTransformArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, bInitial) == 0x000019, "Member 'FRigUnit_GetTransformArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, Transforms) == 0x000020, "Member 'FRigUnit_GetTransformArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformArray, CachedIndex) == 0x000030, "Member 'FRigUnit_GetTransformArray::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetTransformItemArray \ +static_assert(alignof(FRigUnit_GetTransformItemArray) == 0x000008, "Wrong alignment on FRigUnit_GetTransformItemArray"); \ +static_assert(sizeof(FRigUnit_GetTransformItemArray) == 0x000040, "Wrong size on FRigUnit_GetTransformItemArray"); \ +static_assert(offsetof(FRigUnit_GetTransformItemArray, Items) == 0x000008, "Member 'FRigUnit_GetTransformItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformItemArray, Space) == 0x000018, "Member 'FRigUnit_GetTransformItemArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformItemArray, bInitial) == 0x000019, "Member 'FRigUnit_GetTransformItemArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformItemArray, Transforms) == 0x000020, "Member 'FRigUnit_GetTransformItemArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetTransformItemArray, CachedIndex) == 0x000030, "Member 'FRigUnit_GetTransformItemArray::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RemoveMetadata \ +static_assert(alignof(FRigUnit_RemoveMetadata) == 0x000008, "Wrong alignment on FRigUnit_RemoveMetadata"); \ +static_assert(sizeof(FRigUnit_RemoveMetadata) == 0x000048, "Wrong size on FRigUnit_RemoveMetadata"); \ +static_assert(offsetof(FRigUnit_RemoveMetadata, Item) == 0x000010, "Member 'FRigUnit_RemoveMetadata::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadata, Name) == 0x00001C, "Member 'FRigUnit_RemoveMetadata::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadata, Namespace) == 0x000024, "Member 'FRigUnit_RemoveMetadata::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadata, Removed) == 0x000025, "Member 'FRigUnit_RemoveMetadata::Removed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadata, CachedIndex) == 0x000028, "Member 'FRigUnit_RemoveMetadata::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HasMetadata \ +static_assert(alignof(FRigUnit_HasMetadata) == 0x000008, "Wrong alignment on FRigUnit_HasMetadata"); \ +static_assert(sizeof(FRigUnit_HasMetadata) == 0x000040, "Wrong size on FRigUnit_HasMetadata"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Item) == 0x000008, "Member 'FRigUnit_HasMetadata::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Name) == 0x000014, "Member 'FRigUnit_HasMetadata::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Type) == 0x00001C, "Member 'FRigUnit_HasMetadata::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Namespace) == 0x00001D, "Member 'FRigUnit_HasMetadata::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, Found) == 0x00001E, "Member 'FRigUnit_HasMetadata::Found' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadata, CachedIndex) == 0x000020, "Member 'FRigUnit_HasMetadata::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FindItemsWithMetadata \ +static_assert(alignof(FRigUnit_FindItemsWithMetadata) == 0x000008, "Wrong alignment on FRigUnit_FindItemsWithMetadata"); \ +static_assert(sizeof(FRigUnit_FindItemsWithMetadata) == 0x000028, "Wrong size on FRigUnit_FindItemsWithMetadata"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Name) == 0x000008, "Member 'FRigUnit_FindItemsWithMetadata::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Type) == 0x000010, "Member 'FRigUnit_FindItemsWithMetadata::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Namespace) == 0x000011, "Member 'FRigUnit_FindItemsWithMetadata::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadata, Items) == 0x000018, "Member 'FRigUnit_FindItemsWithMetadata::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMetadataTagArray \ +static_assert(alignof(FRigUnit_SetMetadataTagArray) == 0x000008, "Wrong alignment on FRigUnit_SetMetadataTagArray"); \ +static_assert(sizeof(FRigUnit_SetMetadataTagArray) == 0x000058, "Wrong size on FRigUnit_SetMetadataTagArray"); \ +static_assert(offsetof(FRigUnit_SetMetadataTagArray, Item) == 0x000010, "Member 'FRigUnit_SetMetadataTagArray::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTagArray, Tags) == 0x000020, "Member 'FRigUnit_SetMetadataTagArray::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTagArray, Namespace) == 0x000030, "Member 'FRigUnit_SetMetadataTagArray::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMetadataTagArray, CachedIndex) == 0x000038, "Member 'FRigUnit_SetMetadataTagArray::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RemoveMetadataTag \ +static_assert(alignof(FRigUnit_RemoveMetadataTag) == 0x000008, "Wrong alignment on FRigUnit_RemoveMetadataTag"); \ +static_assert(sizeof(FRigUnit_RemoveMetadataTag) == 0x000048, "Wrong size on FRigUnit_RemoveMetadataTag"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, Item) == 0x000010, "Member 'FRigUnit_RemoveMetadataTag::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, Tag) == 0x00001C, "Member 'FRigUnit_RemoveMetadataTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, Namespace) == 0x000024, "Member 'FRigUnit_RemoveMetadataTag::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, Removed) == 0x000025, "Member 'FRigUnit_RemoveMetadataTag::Removed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RemoveMetadataTag, CachedIndex) == 0x000028, "Member 'FRigUnit_RemoveMetadataTag::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HasMetadataTag \ +static_assert(alignof(FRigUnit_HasMetadataTag) == 0x000008, "Wrong alignment on FRigUnit_HasMetadataTag"); \ +static_assert(sizeof(FRigUnit_HasMetadataTag) == 0x000040, "Wrong size on FRigUnit_HasMetadataTag"); \ +static_assert(offsetof(FRigUnit_HasMetadataTag, Item) == 0x000008, "Member 'FRigUnit_HasMetadataTag::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTag, Tag) == 0x000014, "Member 'FRigUnit_HasMetadataTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTag, Namespace) == 0x00001C, "Member 'FRigUnit_HasMetadataTag::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTag, Found) == 0x00001D, "Member 'FRigUnit_HasMetadataTag::Found' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTag, CachedIndex) == 0x000020, "Member 'FRigUnit_HasMetadataTag::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HasMetadataTagArray \ +static_assert(alignof(FRigUnit_HasMetadataTagArray) == 0x000008, "Wrong alignment on FRigUnit_HasMetadataTagArray"); \ +static_assert(sizeof(FRigUnit_HasMetadataTagArray) == 0x000050, "Wrong size on FRigUnit_HasMetadataTagArray"); \ +static_assert(offsetof(FRigUnit_HasMetadataTagArray, Item) == 0x000008, "Member 'FRigUnit_HasMetadataTagArray::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTagArray, Tags) == 0x000018, "Member 'FRigUnit_HasMetadataTagArray::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTagArray, Namespace) == 0x000028, "Member 'FRigUnit_HasMetadataTagArray::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTagArray, Found) == 0x000029, "Member 'FRigUnit_HasMetadataTagArray::Found' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HasMetadataTagArray, CachedIndex) == 0x000030, "Member 'FRigUnit_HasMetadataTagArray::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FindItemsWithMetadataTagArray \ +static_assert(alignof(FRigUnit_FindItemsWithMetadataTagArray) == 0x000008, "Wrong alignment on FRigUnit_FindItemsWithMetadataTagArray"); \ +static_assert(sizeof(FRigUnit_FindItemsWithMetadataTagArray) == 0x000030, "Wrong size on FRigUnit_FindItemsWithMetadataTagArray"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTagArray, Tags) == 0x000008, "Member 'FRigUnit_FindItemsWithMetadataTagArray::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTagArray, Namespace) == 0x000018, "Member 'FRigUnit_FindItemsWithMetadataTagArray::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FindItemsWithMetadataTagArray, Items) == 0x000020, "Member 'FRigUnit_FindItemsWithMetadataTagArray::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FilterItemsByMetadataTags \ +static_assert(alignof(FRigUnit_FilterItemsByMetadataTags) == 0x000008, "Wrong alignment on FRigUnit_FilterItemsByMetadataTags"); \ +static_assert(sizeof(FRigUnit_FilterItemsByMetadataTags) == 0x000050, "Wrong size on FRigUnit_FilterItemsByMetadataTags"); \ +static_assert(offsetof(FRigUnit_FilterItemsByMetadataTags, Items) == 0x000008, "Member 'FRigUnit_FilterItemsByMetadataTags::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FilterItemsByMetadataTags, Tags) == 0x000018, "Member 'FRigUnit_FilterItemsByMetadataTags::Tags' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FilterItemsByMetadataTags, Namespace) == 0x000028, "Member 'FRigUnit_FilterItemsByMetadataTags::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FilterItemsByMetadataTags, Inclusive) == 0x000029, "Member 'FRigUnit_FilterItemsByMetadataTags::Inclusive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FilterItemsByMetadataTags, Result) == 0x000030, "Member 'FRigUnit_FilterItemsByMetadataTags::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FilterItemsByMetadataTags, CachedIndices) == 0x000040, "Member 'FRigUnit_FilterItemsByMetadataTags::CachedIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigDispatch_GetModuleMetadata \ +static_assert(alignof(FRigDispatch_GetModuleMetadata) == 0x000008, "Wrong alignment on FRigDispatch_GetModuleMetadata"); \ +static_assert(sizeof(FRigDispatch_GetModuleMetadata) == 0x0000D8, "Wrong size on FRigDispatch_GetModuleMetadata"); \ + +#define DUMPER7_ASSERTS_FRigUnit_OffsetTransformForItem \ +static_assert(alignof(FRigUnit_OffsetTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_OffsetTransformForItem"); \ +static_assert(sizeof(FRigUnit_OffsetTransformForItem) == 0x0000B0, "Wrong size on FRigUnit_OffsetTransformForItem"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, Item) == 0x000010, "Member 'FRigUnit_OffsetTransformForItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, OffsetTransform) == 0x000020, "Member 'FRigUnit_OffsetTransformForItem::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, Weight) == 0x000080, "Member 'FRigUnit_OffsetTransformForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, bPropagateToChildren) == 0x000084, "Member 'FRigUnit_OffsetTransformForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, CachedIndex) == 0x000088, "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) == 0x0001B0, "Wrong size on FRigUnit_ParentSwitchConstraint"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Subject) == 0x000010, "Member 'FRigUnit_ParentSwitchConstraint::Subject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, ParentIndex) == 0x00001C, "Member 'FRigUnit_ParentSwitchConstraint::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Parents) == 0x000020, "Member 'FRigUnit_ParentSwitchConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, InitialGlobalTransform) == 0x000030, "Member 'FRigUnit_ParentSwitchConstraint::InitialGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Weight) == 0x000090, "Member 'FRigUnit_ParentSwitchConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Transform) == 0x0000A0, "Member 'FRigUnit_ParentSwitchConstraint::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Switched) == 0x000100, "Member 'FRigUnit_ParentSwitchConstraint::Switched' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedSubject) == 0x000108, "Member 'FRigUnit_ParentSwitchConstraint::CachedSubject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedParent) == 0x000128, "Member 'FRigUnit_ParentSwitchConstraint::CachedParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, RelativeOffset) == 0x000150, "Member 'FRigUnit_ParentSwitchConstraint::RelativeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_SetBoneInitialTransform \ +static_assert(alignof(FRigUnit_SetBoneInitialTransform) == 0x000010, "Wrong alignment on FRigUnit_SetBoneInitialTransform"); \ +static_assert(sizeof(FRigUnit_SetBoneInitialTransform) == 0x000110, "Wrong size on FRigUnit_SetBoneInitialTransform"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, bone) == 0x000010, "Member 'FRigUnit_SetBoneInitialTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Transform) == 0x000020, "Member 'FRigUnit_SetBoneInitialTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Result) == 0x000080, "Member 'FRigUnit_SetBoneInitialTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Space) == 0x0000E0, "Member 'FRigUnit_SetBoneInitialTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, bPropagateToChildren) == 0x0000E1, "Member 'FRigUnit_SetBoneInitialTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, CachedBone) == 0x0000E8, "Member 'FRigUnit_SetBoneInitialTransform::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlColor \ +static_assert(alignof(FRigUnit_GetControlColor) == 0x000008, "Wrong alignment on FRigUnit_GetControlColor"); \ +static_assert(sizeof(FRigUnit_GetControlColor) == 0x000040, "Wrong size on FRigUnit_GetControlColor"); \ +static_assert(offsetof(FRigUnit_GetControlColor, Control) == 0x000008, "Member 'FRigUnit_GetControlColor::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlColor, Color) == 0x000010, "Member 'FRigUnit_GetControlColor::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlColor, CachedControlIndex) == 0x000020, "Member 'FRigUnit_GetControlColor::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlDrivenList \ +static_assert(alignof(FRigUnit_GetControlDrivenList) == 0x000008, "Wrong alignment on FRigUnit_GetControlDrivenList"); \ +static_assert(sizeof(FRigUnit_GetControlDrivenList) == 0x000040, "Wrong size on FRigUnit_GetControlDrivenList"); \ +static_assert(offsetof(FRigUnit_GetControlDrivenList, Control) == 0x000008, "Member 'FRigUnit_GetControlDrivenList::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlDrivenList, Driven) == 0x000010, "Member 'FRigUnit_GetControlDrivenList::Driven' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlDrivenList, CachedControlIndex) == 0x000020, "Member 'FRigUnit_GetControlDrivenList::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlDrivenList \ +static_assert(alignof(FRigUnit_SetControlDrivenList) == 0x000008, "Wrong alignment on FRigUnit_SetControlDrivenList"); \ +static_assert(sizeof(FRigUnit_SetControlDrivenList) == 0x000048, "Wrong size on FRigUnit_SetControlDrivenList"); \ +static_assert(offsetof(FRigUnit_SetControlDrivenList, Control) == 0x000010, "Member 'FRigUnit_SetControlDrivenList::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlDrivenList, Driven) == 0x000018, "Member 'FRigUnit_SetControlDrivenList::Driven' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlDrivenList, CachedControlIndex) == 0x000028, "Member 'FRigUnit_SetControlDrivenList::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlTranslationOffset \ +static_assert(alignof(FRigUnit_SetControlTranslationOffset) == 0x000008, "Wrong alignment on FRigUnit_SetControlTranslationOffset"); \ +static_assert(sizeof(FRigUnit_SetControlTranslationOffset) == 0x000058, "Wrong size on FRigUnit_SetControlTranslationOffset"); \ +static_assert(offsetof(FRigUnit_SetControlTranslationOffset, Control) == 0x000010, "Member 'FRigUnit_SetControlTranslationOffset::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTranslationOffset, Offset) == 0x000018, "Member 'FRigUnit_SetControlTranslationOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTranslationOffset, Space) == 0x000030, "Member 'FRigUnit_SetControlTranslationOffset::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTranslationOffset, CachedControlIndex) == 0x000038, "Member 'FRigUnit_SetControlTranslationOffset::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlRotationOffset \ +static_assert(alignof(FRigUnit_SetControlRotationOffset) == 0x000010, "Wrong alignment on FRigUnit_SetControlRotationOffset"); \ +static_assert(sizeof(FRigUnit_SetControlRotationOffset) == 0x000070, "Wrong size on FRigUnit_SetControlRotationOffset"); \ +static_assert(offsetof(FRigUnit_SetControlRotationOffset, Control) == 0x000010, "Member 'FRigUnit_SetControlRotationOffset::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotationOffset, Offset) == 0x000020, "Member 'FRigUnit_SetControlRotationOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotationOffset, Space) == 0x000040, "Member 'FRigUnit_SetControlRotationOffset::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotationOffset, CachedControlIndex) == 0x000048, "Member 'FRigUnit_SetControlRotationOffset::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlBool \ +static_assert(alignof(FRigUnit_SetControlBool) == 0x000008, "Wrong alignment on FRigUnit_SetControlBool"); \ +static_assert(sizeof(FRigUnit_SetControlBool) == 0x000040, "Wrong size on FRigUnit_SetControlBool"); \ +static_assert(offsetof(FRigUnit_SetControlBool, Control) == 0x000010, "Member 'FRigUnit_SetControlBool::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlBool, BoolValue) == 0x000018, "Member 'FRigUnit_SetControlBool::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlBool, CachedControlIndex) == 0x000020, "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) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlBool"); \ +static_assert(sizeof(FRigUnit_SetMultiControlBool) == 0x000030, "Wrong size on FRigUnit_SetMultiControlBool"); \ +static_assert(offsetof(FRigUnit_SetMultiControlBool, Entries) == 0x000010, "Member 'FRigUnit_SetMultiControlBool::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlBool, CachedControlIndices) == 0x000020, "Member 'FRigUnit_SetMultiControlBool::CachedControlIndices' 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) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlFloat"); \ +static_assert(sizeof(FRigUnit_SetMultiControlFloat) == 0x000038, "Wrong size on FRigUnit_SetMultiControlFloat"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat, Entries) == 0x000010, "Member 'FRigUnit_SetMultiControlFloat::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat, Weight) == 0x000020, "Member 'FRigUnit_SetMultiControlFloat::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat, CachedControlIndices) == 0x000028, "Member 'FRigUnit_SetMultiControlFloat::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlVector2D \ +static_assert(alignof(FRigUnit_SetControlVector2D) == 0x000008, "Wrong alignment on FRigUnit_SetControlVector2D"); \ +static_assert(sizeof(FRigUnit_SetControlVector2D) == 0x000050, "Wrong size on FRigUnit_SetControlVector2D"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Control) == 0x000010, "Member 'FRigUnit_SetControlVector2D::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Weight) == 0x000018, "Member 'FRigUnit_SetControlVector2D::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Vector) == 0x000020, "Member 'FRigUnit_SetControlVector2D::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, CachedControlIndex) == 0x000030, "Member 'FRigUnit_SetControlVector2D::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlTransform \ +static_assert(alignof(FRigUnit_SetControlTransform) == 0x000010, "Wrong alignment on FRigUnit_SetControlTransform"); \ +static_assert(sizeof(FRigUnit_SetControlTransform) == 0x0000B0, "Wrong size on FRigUnit_SetControlTransform"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Control) == 0x000010, "Member 'FRigUnit_SetControlTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Weight) == 0x000018, "Member 'FRigUnit_SetControlTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Transform) == 0x000020, "Member 'FRigUnit_SetControlTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Space) == 0x000080, "Member 'FRigUnit_SetControlTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, CachedControlIndex) == 0x000088, "Member 'FRigUnit_SetControlTransform::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetControlVisibility \ +static_assert(alignof(FRigUnit_GetControlVisibility) == 0x000008, "Wrong alignment on FRigUnit_GetControlVisibility"); \ +static_assert(sizeof(FRigUnit_GetControlVisibility) == 0x000038, "Wrong size on FRigUnit_GetControlVisibility"); \ +static_assert(offsetof(FRigUnit_GetControlVisibility, Item) == 0x000008, "Member 'FRigUnit_GetControlVisibility::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVisibility, bVisible) == 0x000014, "Member 'FRigUnit_GetControlVisibility::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetControlVisibility, CachedControlIndex) == 0x000018, "Member 'FRigUnit_GetControlVisibility::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlVisibility \ +static_assert(alignof(FRigUnit_SetControlVisibility) == 0x000008, "Wrong alignment on FRigUnit_SetControlVisibility"); \ +static_assert(sizeof(FRigUnit_SetControlVisibility) == 0x000048, "Wrong size on FRigUnit_SetControlVisibility"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, Item) == 0x000010, "Member 'FRigUnit_SetControlVisibility::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, Pattern) == 0x000020, "Member 'FRigUnit_SetControlVisibility::Pattern' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, bVisible) == 0x000030, "Member 'FRigUnit_SetControlVisibility::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, CachedControlIndices) == 0x000038, "Member 'FRigUnit_SetControlVisibility::CachedControlIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetCurveValue \ +static_assert(alignof(FRigUnit_SetCurveValue) == 0x000008, "Wrong alignment on FRigUnit_SetCurveValue"); \ +static_assert(sizeof(FRigUnit_SetCurveValue) == 0x000040, "Wrong size on FRigUnit_SetCurveValue"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, Curve) == 0x000010, "Member 'FRigUnit_SetCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, Value) == 0x000018, "Member 'FRigUnit_SetCurveValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, CachedCurveIndex) == 0x000020, "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) == 0x0000D0, "Wrong size on FRigUnit_SetRelativeBoneTransform"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, bone) == 0x000010, "Member 'FRigUnit_SetRelativeBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Space) == 0x000018, "Member 'FRigUnit_SetRelativeBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Transform) == 0x000020, "Member 'FRigUnit_SetRelativeBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Weight) == 0x000080, "Member 'FRigUnit_SetRelativeBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, bPropagateToChildren) == 0x000084, "Member 'FRigUnit_SetRelativeBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedBone) == 0x000088, "Member 'FRigUnit_SetRelativeBoneTransform::CachedBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedSpaceIndex) == 0x0000A8, "Member 'FRigUnit_SetRelativeBoneTransform::CachedSpaceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetRelativeRotationForItem \ +static_assert(alignof(FRigUnit_SetRelativeRotationForItem) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeRotationForItem"); \ +static_assert(sizeof(FRigUnit_SetRelativeRotationForItem) == 0x0000A0, "Wrong size on FRigUnit_SetRelativeRotationForItem"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Child) == 0x000010, "Member 'FRigUnit_SetRelativeRotationForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Parent) == 0x00001C, "Member 'FRigUnit_SetRelativeRotationForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, bParentInitial) == 0x000028, "Member 'FRigUnit_SetRelativeRotationForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Value) == 0x000030, "Member 'FRigUnit_SetRelativeRotationForItem::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, Weight) == 0x000050, "Member 'FRigUnit_SetRelativeRotationForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, bPropagateToChildren) == 0x000054, "Member 'FRigUnit_SetRelativeRotationForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, CachedChild) == 0x000058, "Member 'FRigUnit_SetRelativeRotationForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeRotationForItem, CachedParent) == 0x000078, "Member 'FRigUnit_SetRelativeRotationForItem::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) == 0x000110, "Wrong size on FRigUnit_SetSpaceInitialTransform"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, SpaceName) == 0x000010, "Member 'FRigUnit_SetSpaceInitialTransform::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Transform) == 0x000020, "Member 'FRigUnit_SetSpaceInitialTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Result) == 0x000080, "Member 'FRigUnit_SetSpaceInitialTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Space) == 0x0000E0, "Member 'FRigUnit_SetSpaceInitialTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, CachedSpaceIndex) == 0x0000E8, "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) == 0x0000B0, "Wrong size on FRigUnit_SetSpaceTransform"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Space) == 0x000010, "Member 'FRigUnit_SetSpaceTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Weight) == 0x000018, "Member 'FRigUnit_SetSpaceTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Transform) == 0x000020, "Member 'FRigUnit_SetSpaceTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, SpaceType) == 0x000080, "Member 'FRigUnit_SetSpaceTransform::SpaceType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, CachedSpaceIndex) == 0x000088, "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) == 0x0000B0, "Wrong size on FRigUnit_SetTransform"); \ +static_assert(offsetof(FRigUnit_SetTransform, Item) == 0x000010, "Member 'FRigUnit_SetTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Space) == 0x00001C, "Member 'FRigUnit_SetTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, bInitial) == 0x00001D, "Member 'FRigUnit_SetTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Value) == 0x000020, "Member 'FRigUnit_SetTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Weight) == 0x000080, "Member 'FRigUnit_SetTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, bPropagateToChildren) == 0x000084, "Member 'FRigUnit_SetTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, CachedIndex) == 0x000088, "Member 'FRigUnit_SetTransform::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTranslation \ +static_assert(alignof(FRigUnit_SetTranslation) == 0x000008, "Wrong alignment on FRigUnit_SetTranslation"); \ +static_assert(sizeof(FRigUnit_SetTranslation) == 0x000060, "Wrong size on FRigUnit_SetTranslation"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Item) == 0x000010, "Member 'FRigUnit_SetTranslation::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Space) == 0x00001C, "Member 'FRigUnit_SetTranslation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, bInitial) == 0x00001D, "Member 'FRigUnit_SetTranslation::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Value) == 0x000020, "Member 'FRigUnit_SetTranslation::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Weight) == 0x000038, "Member 'FRigUnit_SetTranslation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, bPropagateToChildren) == 0x00003C, "Member 'FRigUnit_SetTranslation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, CachedIndex) == 0x000040, "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) == 0x000070, "Wrong size on FRigUnit_SetRotation"); \ +static_assert(offsetof(FRigUnit_SetRotation, Item) == 0x000010, "Member 'FRigUnit_SetRotation::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Space) == 0x00001C, "Member 'FRigUnit_SetRotation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, bInitial) == 0x00001D, "Member 'FRigUnit_SetRotation::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Value) == 0x000020, "Member 'FRigUnit_SetRotation::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Weight) == 0x000040, "Member 'FRigUnit_SetRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, bPropagateToChildren) == 0x000044, "Member 'FRigUnit_SetRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, CachedIndex) == 0x000048, "Member 'FRigUnit_SetRotation::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetScale \ +static_assert(alignof(FRigUnit_SetScale) == 0x000008, "Wrong alignment on FRigUnit_SetScale"); \ +static_assert(sizeof(FRigUnit_SetScale) == 0x000060, "Wrong size on FRigUnit_SetScale"); \ +static_assert(offsetof(FRigUnit_SetScale, Item) == 0x000010, "Member 'FRigUnit_SetScale::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Space) == 0x00001C, "Member 'FRigUnit_SetScale::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, bInitial) == 0x00001D, "Member 'FRigUnit_SetScale::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Scale) == 0x000020, "Member 'FRigUnit_SetScale::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Weight) == 0x000038, "Member 'FRigUnit_SetScale::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, bPropagateToChildren) == 0x00003C, "Member 'FRigUnit_SetScale::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, CachedIndex) == 0x000040, "Member 'FRigUnit_SetScale::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetTransformArray \ +static_assert(alignof(FRigUnit_SetTransformArray) == 0x000008, "Wrong alignment on FRigUnit_SetTransformArray"); \ +static_assert(sizeof(FRigUnit_SetTransformArray) == 0x000050, "Wrong size on FRigUnit_SetTransformArray"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Items) == 0x000010, "Member 'FRigUnit_SetTransformArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Space) == 0x000020, "Member 'FRigUnit_SetTransformArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, bInitial) == 0x000021, "Member 'FRigUnit_SetTransformArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Transforms) == 0x000028, "Member 'FRigUnit_SetTransformArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Weight) == 0x000038, "Member 'FRigUnit_SetTransformArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, bPropagateToChildren) == 0x00003C, "Member 'FRigUnit_SetTransformArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, CachedIndex) == 0x000040, "Member 'FRigUnit_SetTransformArray::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToWorldSpace_Transform \ +static_assert(alignof(FRigUnit_ToWorldSpace_Transform) == 0x000010, "Wrong alignment on FRigUnit_ToWorldSpace_Transform"); \ +static_assert(sizeof(FRigUnit_ToWorldSpace_Transform) == 0x0000D0, "Wrong size on FRigUnit_ToWorldSpace_Transform"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, Value) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Transform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, World) == 0x000070, "Member 'FRigUnit_ToWorldSpace_Transform::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToRigSpace_Transform \ +static_assert(alignof(FRigUnit_ToRigSpace_Transform) == 0x000010, "Wrong alignment on FRigUnit_ToRigSpace_Transform"); \ +static_assert(sizeof(FRigUnit_ToRigSpace_Transform) == 0x0000D0, "Wrong size on FRigUnit_ToRigSpace_Transform"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Value) == 0x000010, "Member 'FRigUnit_ToRigSpace_Transform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Global) == 0x000070, "Member 'FRigUnit_ToRigSpace_Transform::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToWorldSpace_Location \ +static_assert(alignof(FRigUnit_ToWorldSpace_Location) == 0x000008, "Wrong alignment on FRigUnit_ToWorldSpace_Location"); \ +static_assert(sizeof(FRigUnit_ToWorldSpace_Location) == 0x000038, "Wrong size on FRigUnit_ToWorldSpace_Location"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Location, Value) == 0x000008, "Member 'FRigUnit_ToWorldSpace_Location::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Location, World) == 0x000020, "Member 'FRigUnit_ToWorldSpace_Location::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToRigSpace_Location \ +static_assert(alignof(FRigUnit_ToRigSpace_Location) == 0x000008, "Wrong alignment on FRigUnit_ToRigSpace_Location"); \ +static_assert(sizeof(FRigUnit_ToRigSpace_Location) == 0x000038, "Wrong size on FRigUnit_ToRigSpace_Location"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Location, Value) == 0x000008, "Member 'FRigUnit_ToRigSpace_Location::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Location, Global) == 0x000020, "Member 'FRigUnit_ToRigSpace_Location::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToWorldSpace_Rotation \ +static_assert(alignof(FRigUnit_ToWorldSpace_Rotation) == 0x000010, "Wrong alignment on FRigUnit_ToWorldSpace_Rotation"); \ +static_assert(sizeof(FRigUnit_ToWorldSpace_Rotation) == 0x000050, "Wrong size on FRigUnit_ToWorldSpace_Rotation"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, Value) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Rotation::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, World) == 0x000030, "Member 'FRigUnit_ToWorldSpace_Rotation::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ToRigSpace_Rotation \ +static_assert(alignof(FRigUnit_ToRigSpace_Rotation) == 0x000010, "Wrong alignment on FRigUnit_ToRigSpace_Rotation"); \ +static_assert(sizeof(FRigUnit_ToRigSpace_Rotation) == 0x000050, "Wrong size on FRigUnit_ToRigSpace_Rotation"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Value) == 0x000010, "Member 'FRigUnit_ToRigSpace_Rotation::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Global) == 0x000030, "Member 'FRigUnit_ToRigSpace_Rotation::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BoneHarmonics_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_Harmonics_TargetItem \ +static_assert(alignof(FRigUnit_Harmonics_TargetItem) == 0x000004, "Wrong alignment on FRigUnit_Harmonics_TargetItem"); \ +static_assert(sizeof(FRigUnit_Harmonics_TargetItem) == 0x000010, "Wrong size on FRigUnit_Harmonics_TargetItem"); \ +static_assert(offsetof(FRigUnit_Harmonics_TargetItem, Item) == 0x000000, "Member 'FRigUnit_Harmonics_TargetItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Harmonics_TargetItem, Ratio) == 0x00000C, "Member 'FRigUnit_Harmonics_TargetItem::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BoneHarmonics_WorkData \ +static_assert(alignof(FRigUnit_BoneHarmonics_WorkData) == 0x000008, "Wrong alignment on FRigUnit_BoneHarmonics_WorkData"); \ +static_assert(sizeof(FRigUnit_BoneHarmonics_WorkData) == 0x000028, "Wrong size on FRigUnit_BoneHarmonics_WorkData"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_BoneHarmonics_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics_WorkData, WaveTime) == 0x000010, "Member 'FRigUnit_BoneHarmonics_WorkData::WaveTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_BoneHarmonics \ +static_assert(alignof(FRigUnit_BoneHarmonics) == 0x000008, "Wrong alignment on FRigUnit_BoneHarmonics"); \ +static_assert(sizeof(FRigUnit_BoneHarmonics) == 0x0000D0, "Wrong size on FRigUnit_BoneHarmonics"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, Bones) == 0x000010, "Member 'FRigUnit_BoneHarmonics::Bones' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveSpeed) == 0x000020, "Member 'FRigUnit_BoneHarmonics::WaveSpeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveFrequency) == 0x000038, "Member 'FRigUnit_BoneHarmonics::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveAmplitude) == 0x000050, "Member 'FRigUnit_BoneHarmonics::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveOffset) == 0x000068, "Member 'FRigUnit_BoneHarmonics::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveNoise) == 0x000080, "Member 'FRigUnit_BoneHarmonics::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveEase) == 0x000098, "Member 'FRigUnit_BoneHarmonics::WaveEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMinimum) == 0x00009C, "Member 'FRigUnit_BoneHarmonics::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMaximum) == 0x0000A0, "Member 'FRigUnit_BoneHarmonics::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, RotationOrder) == 0x0000A4, "Member 'FRigUnit_BoneHarmonics::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, bPropagateToChildren) == 0x0000A5, "Member 'FRigUnit_BoneHarmonics::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WorkData) == 0x0000A8, "Member 'FRigUnit_BoneHarmonics::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemHarmonics \ +static_assert(alignof(FRigUnit_ItemHarmonics) == 0x000008, "Wrong alignment on FRigUnit_ItemHarmonics"); \ +static_assert(sizeof(FRigUnit_ItemHarmonics) == 0x0000D0, "Wrong size on FRigUnit_ItemHarmonics"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, Targets) == 0x000010, "Member 'FRigUnit_ItemHarmonics::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveSpeed) == 0x000020, "Member 'FRigUnit_ItemHarmonics::WaveSpeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveFrequency) == 0x000038, "Member 'FRigUnit_ItemHarmonics::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveAmplitude) == 0x000050, "Member 'FRigUnit_ItemHarmonics::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveOffset) == 0x000068, "Member 'FRigUnit_ItemHarmonics::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveNoise) == 0x000080, "Member 'FRigUnit_ItemHarmonics::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveEase) == 0x000098, "Member 'FRigUnit_ItemHarmonics::WaveEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMinimum) == 0x00009C, "Member 'FRigUnit_ItemHarmonics::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMaximum) == 0x0000A0, "Member 'FRigUnit_ItemHarmonics::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, RotationOrder) == 0x0000A4, "Member 'FRigUnit_ItemHarmonics::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WorkData) == 0x0000A8, "Member 'FRigUnit_ItemHarmonics::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_ChainHarmonics_Wave \ +static_assert(alignof(FRigUnit_ChainHarmonics_Wave) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_Wave"); \ +static_assert(sizeof(FRigUnit_ChainHarmonics_Wave) == 0x000078, "Wrong size on FRigUnit_ChainHarmonics_Wave"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, bEnabled) == 0x000000, "Member 'FRigUnit_ChainHarmonics_Wave::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveFrequency) == 0x000008, "Member 'FRigUnit_ChainHarmonics_Wave::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveAmplitude) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Wave::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveOffset) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Wave::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveNoise) == 0x000050, "Member 'FRigUnit_ChainHarmonics_Wave::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveMinimum) == 0x000068, "Member 'FRigUnit_ChainHarmonics_Wave::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveMaximum) == 0x00006C, "Member 'FRigUnit_ChainHarmonics_Wave::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveEase) == 0x000070, "Member 'FRigUnit_ChainHarmonics_Wave::WaveEase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_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) == 0x0002E0, "Wrong size on FRigUnit_ChainHarmonics"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, ChainRoot) == 0x000010, "Member 'FRigUnit_ChainHarmonics::ChainRoot' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Speed) == 0x000018, "Member 'FRigUnit_ChainHarmonics::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Reach) == 0x000030, "Member 'FRigUnit_ChainHarmonics::Reach' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Wave) == 0x000078, "Member 'FRigUnit_ChainHarmonics::Wave' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, WaveCurve) == 0x0000F0, "Member 'FRigUnit_ChainHarmonics::WaveCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Pendulum) == 0x000178, "Member 'FRigUnit_ChainHarmonics::Pendulum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, bDrawDebug) == 0x0001D0, "Member 'FRigUnit_ChainHarmonics::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, DrawWorldOffset) == 0x0001E0, "Member 'FRigUnit_ChainHarmonics::DrawWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, WorkData) == 0x000240, "Member 'FRigUnit_ChainHarmonics::WorkData' 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) == 0x0002E0, "Wrong size on FRigUnit_ChainHarmonicsPerItem"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, ChainRoot) == 0x000010, "Member 'FRigUnit_ChainHarmonicsPerItem::ChainRoot' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Speed) == 0x000020, "Member 'FRigUnit_ChainHarmonicsPerItem::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Reach) == 0x000038, "Member 'FRigUnit_ChainHarmonicsPerItem::Reach' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Wave) == 0x000080, "Member 'FRigUnit_ChainHarmonicsPerItem::Wave' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WaveCurve) == 0x0000F8, "Member 'FRigUnit_ChainHarmonicsPerItem::WaveCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Pendulum) == 0x000180, "Member 'FRigUnit_ChainHarmonicsPerItem::Pendulum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, bDrawDebug) == 0x0001D8, "Member 'FRigUnit_ChainHarmonicsPerItem::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, DrawWorldOffset) == 0x0001E0, "Member 'FRigUnit_ChainHarmonicsPerItem::DrawWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WorkData) == 0x000240, "Member 'FRigUnit_ChainHarmonicsPerItem::WorkData' 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_AimBone \ +static_assert(alignof(FRigUnit_AimBone) == 0x000010, "Wrong alignment on FRigUnit_AimBone"); \ +static_assert(sizeof(FRigUnit_AimBone) == 0x000190, "Wrong size on FRigUnit_AimBone"); \ +static_assert(offsetof(FRigUnit_AimBone, bone) == 0x000010, "Member 'FRigUnit_AimBone::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Primary) == 0x000018, "Member 'FRigUnit_AimBone::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Secondary) == 0x000060, "Member 'FRigUnit_AimBone::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Weight) == 0x0000A8, "Member 'FRigUnit_AimBone::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, bPropagateToChildren) == 0x0000AC, "Member 'FRigUnit_AimBone::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, DebugSettings) == 0x0000B0, "Member 'FRigUnit_AimBone::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, CachedBoneIndex) == 0x000120, "Member 'FRigUnit_AimBone::CachedBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, PrimaryCachedSpace) == 0x000140, "Member 'FRigUnit_AimBone::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, SecondaryCachedSpace) == 0x000160, "Member 'FRigUnit_AimBone::SecondaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, bIsInitialized) == 0x000180, "Member 'FRigUnit_AimBone::bIsInitialized' 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) == 0x0001A0, "Wrong size on FRigUnit_AimItem"); \ +static_assert(offsetof(FRigUnit_AimItem, Item) == 0x000010, "Member 'FRigUnit_AimItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, Primary) == 0x000020, "Member 'FRigUnit_AimItem::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, Secondary) == 0x000068, "Member 'FRigUnit_AimItem::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, Weight) == 0x0000B0, "Member 'FRigUnit_AimItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, DebugSettings) == 0x0000C0, "Member 'FRigUnit_AimItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, CachedItem) == 0x000130, "Member 'FRigUnit_AimItem::CachedItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, PrimaryCachedSpace) == 0x000150, "Member 'FRigUnit_AimItem::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, SecondaryCachedSpace) == 0x000170, "Member 'FRigUnit_AimItem::SecondaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, bIsInitialized) == 0x000190, "Member 'FRigUnit_AimItem::bIsInitialized' 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) == 0x000110, "Wrong size on FRigUnit_CCDIK"); \ +static_assert(offsetof(FRigUnit_CCDIK, StartBone) == 0x000010, "Member 'FRigUnit_CCDIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, EffectorBone) == 0x000018, "Member 'FRigUnit_CCDIK::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, EffectorTransform) == 0x000020, "Member 'FRigUnit_CCDIK::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, Precision) == 0x000080, "Member 'FRigUnit_CCDIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, Weight) == 0x000084, "Member 'FRigUnit_CCDIK::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, MaxIterations) == 0x000088, "Member 'FRigUnit_CCDIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, bStartFromTail) == 0x00008C, "Member 'FRigUnit_CCDIK::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, BaseRotationLimit) == 0x000090, "Member 'FRigUnit_CCDIK::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, RotationLimits) == 0x000098, "Member 'FRigUnit_CCDIK::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, bPropagateToChildren) == 0x0000A8, "Member 'FRigUnit_CCDIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, WorkData) == 0x0000B0, "Member 'FRigUnit_CCDIK::WorkData' 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) == 0x000110, "Wrong size on FRigUnit_CCDIKPerItem"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Items) == 0x000010, "Member 'FRigUnit_CCDIKPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, EffectorTransform) == 0x000020, "Member 'FRigUnit_CCDIKPerItem::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Precision) == 0x000080, "Member 'FRigUnit_CCDIKPerItem::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Weight) == 0x000084, "Member 'FRigUnit_CCDIKPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, MaxIterations) == 0x000088, "Member 'FRigUnit_CCDIKPerItem::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, bStartFromTail) == 0x00008C, "Member 'FRigUnit_CCDIKPerItem::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, BaseRotationLimit) == 0x000090, "Member 'FRigUnit_CCDIKPerItem::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, RotationLimits) == 0x000098, "Member 'FRigUnit_CCDIKPerItem::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, bPropagateToChildren) == 0x0000A8, "Member 'FRigUnit_CCDIKPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, WorkData) == 0x0000B0, "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) == 0x000110, "Wrong size on FRigUnit_CCDIKItemArray"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, Items) == 0x000010, "Member 'FRigUnit_CCDIKItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, EffectorTransform) == 0x000020, "Member 'FRigUnit_CCDIKItemArray::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, Precision) == 0x000080, "Member 'FRigUnit_CCDIKItemArray::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, Weight) == 0x000084, "Member 'FRigUnit_CCDIKItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, MaxIterations) == 0x000088, "Member 'FRigUnit_CCDIKItemArray::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, bStartFromTail) == 0x00008C, "Member 'FRigUnit_CCDIKItemArray::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, BaseRotationLimit) == 0x000090, "Member 'FRigUnit_CCDIKItemArray::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, RotationLimits) == 0x000098, "Member 'FRigUnit_CCDIKItemArray::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, bPropagateToChildren) == 0x0000A8, "Member 'FRigUnit_CCDIKItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, WorkData) == 0x0000B0, "Member 'FRigUnit_CCDIKItemArray::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainInfo_Segment \ +static_assert(alignof(FRigUnit_ChainInfo_Segment) == 0x000008, "Wrong alignment on FRigUnit_ChainInfo_Segment"); \ +static_assert(sizeof(FRigUnit_ChainInfo_Segment) == 0x000060, "Wrong size on FRigUnit_ChainInfo_Segment"); \ +static_assert(offsetof(FRigUnit_ChainInfo_Segment, StartItem) == 0x000000, "Member 'FRigUnit_ChainInfo_Segment::StartItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_Segment, StartItemIndex) == 0x000020, "Member 'FRigUnit_ChainInfo_Segment::StartItemIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_Segment, EndItem) == 0x000028, "Member 'FRigUnit_ChainInfo_Segment::EndItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_Segment, EndItemIndex) == 0x000048, "Member 'FRigUnit_ChainInfo_Segment::EndItemIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_Segment, InitialLength) == 0x00004C, "Member 'FRigUnit_ChainInfo_Segment::InitialLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_Segment, InitialCumLength) == 0x000050, "Member 'FRigUnit_ChainInfo_Segment::InitialCumLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_Segment, Length) == 0x000054, "Member 'FRigUnit_ChainInfo_Segment::Length' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_Segment, CumLength) == 0x000058, "Member 'FRigUnit_ChainInfo_Segment::CumLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainInfo_SegmentInfo \ +static_assert(alignof(FRigUnit_ChainInfo_SegmentInfo) == 0x000004, "Wrong alignment on FRigUnit_ChainInfo_SegmentInfo"); \ +static_assert(sizeof(FRigUnit_ChainInfo_SegmentInfo) == 0x000034, "Wrong size on FRigUnit_ChainInfo_SegmentInfo"); \ +static_assert(offsetof(FRigUnit_ChainInfo_SegmentInfo, SegmentIndex) == 0x000000, "Member 'FRigUnit_ChainInfo_SegmentInfo::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_SegmentInfo, SegmentLength) == 0x000004, "Member 'FRigUnit_ChainInfo_SegmentInfo::SegmentLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_SegmentInfo, SegmentParam) == 0x000008, "Member 'FRigUnit_ChainInfo_SegmentInfo::SegmentParam' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_SegmentInfo, SegmentParamLength) == 0x00000C, "Member 'FRigUnit_ChainInfo_SegmentInfo::SegmentParamLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_SegmentInfo, SegmentStartItem) == 0x000010, "Member 'FRigUnit_ChainInfo_SegmentInfo::SegmentStartItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_SegmentInfo, SegmentStartItemIndex) == 0x00001C, "Member 'FRigUnit_ChainInfo_SegmentInfo::SegmentStartItemIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_SegmentInfo, SegmentEndItem) == 0x000020, "Member 'FRigUnit_ChainInfo_SegmentInfo::SegmentEndItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_SegmentInfo, SegmentEndItemIndex) == 0x00002C, "Member 'FRigUnit_ChainInfo_SegmentInfo::SegmentEndItemIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo_SegmentInfo, SegmentStretchFactor) == 0x000030, "Member 'FRigUnit_ChainInfo_SegmentInfo::SegmentStretchFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ChainInfo \ +static_assert(alignof(FRigUnit_ChainInfo) == 0x000010, "Wrong alignment on FRigUnit_ChainInfo"); \ +static_assert(sizeof(FRigUnit_ChainInfo) == 0x0000E0, "Wrong size on FRigUnit_ChainInfo"); \ +static_assert(offsetof(FRigUnit_ChainInfo, Items) == 0x000008, "Member 'FRigUnit_ChainInfo::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo, Param) == 0x000018, "Member 'FRigUnit_ChainInfo::Param' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo, bCalculateStretch) == 0x00001C, "Member 'FRigUnit_ChainInfo::bCalculateStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo, bInitial) == 0x00001D, "Member 'FRigUnit_ChainInfo::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo, bDebug) == 0x00001E, "Member 'FRigUnit_ChainInfo::bDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo, DebugScale) == 0x000020, "Member 'FRigUnit_ChainInfo::DebugScale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo, InterpolatedTransform) == 0x000030, "Member 'FRigUnit_ChainInfo::InterpolatedTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo, ChainLength) == 0x000090, "Member 'FRigUnit_ChainInfo::ChainLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo, ParamLength) == 0x000094, "Member 'FRigUnit_ChainInfo::ParamLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo, ChainStretchFactor) == 0x000098, "Member 'FRigUnit_ChainInfo::ChainStretchFactor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo, SegmentInfo) == 0x00009C, "Member 'FRigUnit_ChainInfo::SegmentInfo' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainInfo, CachedElements) == 0x0000D0, "Member 'FRigUnit_ChainInfo::CachedElements' 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 \ +static_assert(alignof(FRigUnit_DistributeRotation) == 0x000008, "Wrong alignment on FRigUnit_DistributeRotation"); \ +static_assert(sizeof(FRigUnit_DistributeRotation) == 0x000090, "Wrong size on FRigUnit_DistributeRotation"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, StartBone) == 0x000010, "Member 'FRigUnit_DistributeRotation::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, EndBone) == 0x000018, "Member 'FRigUnit_DistributeRotation::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, Rotations) == 0x000020, "Member 'FRigUnit_DistributeRotation::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, RotationEaseType) == 0x000030, "Member 'FRigUnit_DistributeRotation::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, Weight) == 0x000034, "Member 'FRigUnit_DistributeRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, bPropagateToChildren) == 0x000038, "Member 'FRigUnit_DistributeRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, WorkData) == 0x000040, "Member 'FRigUnit_DistributeRotation::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotationForCollection \ +static_assert(alignof(FRigUnit_DistributeRotationForCollection) == 0x000008, "Wrong alignment on FRigUnit_DistributeRotationForCollection"); \ +static_assert(sizeof(FRigUnit_DistributeRotationForCollection) == 0x000088, "Wrong size on FRigUnit_DistributeRotationForCollection"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Items) == 0x000010, "Member 'FRigUnit_DistributeRotationForCollection::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Rotations) == 0x000020, "Member 'FRigUnit_DistributeRotationForCollection::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, RotationEaseType) == 0x000030, "Member 'FRigUnit_DistributeRotationForCollection::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Weight) == 0x000034, "Member 'FRigUnit_DistributeRotationForCollection::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, WorkData) == 0x000038, "Member 'FRigUnit_DistributeRotationForCollection::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotationForItemArray \ +static_assert(alignof(FRigUnit_DistributeRotationForItemArray) == 0x000008, "Wrong alignment on FRigUnit_DistributeRotationForItemArray"); \ +static_assert(sizeof(FRigUnit_DistributeRotationForItemArray) == 0x000088, "Wrong size on FRigUnit_DistributeRotationForItemArray"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Items) == 0x000010, "Member 'FRigUnit_DistributeRotationForItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Rotations) == 0x000020, "Member 'FRigUnit_DistributeRotationForItemArray::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, RotationEaseType) == 0x000030, "Member 'FRigUnit_DistributeRotationForItemArray::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Weight) == 0x000034, "Member 'FRigUnit_DistributeRotationForItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, WorkData) == 0x000038, "Member 'FRigUnit_DistributeRotationForItemArray::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) == 0x0000E0, "Wrong size on FRigUnit_FABRIK"); \ +static_assert(offsetof(FRigUnit_FABRIK, StartBone) == 0x000010, "Member 'FRigUnit_FABRIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, EffectorBone) == 0x000018, "Member 'FRigUnit_FABRIK::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, EffectorTransform) == 0x000020, "Member 'FRigUnit_FABRIK::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, Precision) == 0x000080, "Member 'FRigUnit_FABRIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, Weight) == 0x000084, "Member 'FRigUnit_FABRIK::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, bPropagateToChildren) == 0x000088, "Member 'FRigUnit_FABRIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, MaxIterations) == 0x00008C, "Member 'FRigUnit_FABRIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, WorkData) == 0x000090, "Member 'FRigUnit_FABRIK::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, bSetEffectorTransform) == 0x0000D0, "Member 'FRigUnit_FABRIK::bSetEffectorTransform' 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) == 0x0000E0, "Wrong size on FRigUnit_FABRIKPerItem"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Items) == 0x000010, "Member 'FRigUnit_FABRIKPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, EffectorTransform) == 0x000020, "Member 'FRigUnit_FABRIKPerItem::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Precision) == 0x000080, "Member 'FRigUnit_FABRIKPerItem::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Weight) == 0x000084, "Member 'FRigUnit_FABRIKPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, bPropagateToChildren) == 0x000088, "Member 'FRigUnit_FABRIKPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, MaxIterations) == 0x00008C, "Member 'FRigUnit_FABRIKPerItem::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, WorkData) == 0x000090, "Member 'FRigUnit_FABRIKPerItem::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, bSetEffectorTransform) == 0x0000D0, "Member 'FRigUnit_FABRIKPerItem::bSetEffectorTransform' 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) == 0x000230, "Wrong size on FRigUnit_FitChainToCurve"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, StartBone) == 0x000010, "Member 'FRigUnit_FitChainToCurve::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, EndBone) == 0x000018, "Member 'FRigUnit_FitChainToCurve::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Bezier) == 0x000020, "Member 'FRigUnit_FitChainToCurve::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Alignment) == 0x000080, "Member 'FRigUnit_FitChainToCurve::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Minimum) == 0x000084, "Member 'FRigUnit_FitChainToCurve::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Maximum) == 0x000088, "Member 'FRigUnit_FitChainToCurve::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, SamplingPrecision) == 0x00008C, "Member 'FRigUnit_FitChainToCurve::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, PrimaryAxis) == 0x000090, "Member 'FRigUnit_FitChainToCurve::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, SecondaryAxis) == 0x0000A8, "Member 'FRigUnit_FitChainToCurve::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, PoleVectorPosition) == 0x0000C0, "Member 'FRigUnit_FitChainToCurve::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Rotations) == 0x0000D8, "Member 'FRigUnit_FitChainToCurve::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, RotationEaseType) == 0x0000E8, "Member 'FRigUnit_FitChainToCurve::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Weight) == 0x0000EC, "Member 'FRigUnit_FitChainToCurve::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, bPropagateToChildren) == 0x0000F0, "Member 'FRigUnit_FitChainToCurve::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, DebugSettings) == 0x000100, "Member 'FRigUnit_FitChainToCurve::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, WorkData) == 0x000190, "Member 'FRigUnit_FitChainToCurve::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms_WorkData \ +static_assert(alignof(FRigUnit_ModifyBoneTransforms_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ModifyBoneTransforms_WorkData"); \ +static_assert(sizeof(FRigUnit_ModifyBoneTransforms_WorkData) == 0x000010, "Wrong size on FRigUnit_ModifyBoneTransforms_WorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms \ +static_assert(alignof(FRigUnit_ModifyBoneTransforms) == 0x000008, "Wrong alignment on FRigUnit_ModifyBoneTransforms"); \ +static_assert(sizeof(FRigUnit_ModifyBoneTransforms) == 0x000040, "Wrong size on FRigUnit_ModifyBoneTransforms"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, BoneToModify) == 0x000010, "Member 'FRigUnit_ModifyBoneTransforms::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Weight) == 0x000020, "Member 'FRigUnit_ModifyBoneTransforms::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMinimum) == 0x000024, "Member 'FRigUnit_ModifyBoneTransforms::WeightMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMaximum) == 0x000028, "Member 'FRigUnit_ModifyBoneTransforms::WeightMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Mode) == 0x00002C, "Member 'FRigUnit_ModifyBoneTransforms::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WorkData) == 0x000030, "Member 'FRigUnit_ModifyBoneTransforms::WorkData' 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_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) == 0x000008, "Wrong alignment on FRigUnit_MultiFABRIK"); \ +static_assert(sizeof(FRigUnit_MultiFABRIK) == 0x0000A8, "Wrong size on FRigUnit_MultiFABRIK"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, RootBone) == 0x000010, "Member 'FRigUnit_MultiFABRIK::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, Effectors) == 0x000018, "Member 'FRigUnit_MultiFABRIK::Effectors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, Precision) == 0x000028, "Member 'FRigUnit_MultiFABRIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, bPropagateToChildren) == 0x00002C, "Member 'FRigUnit_MultiFABRIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, MaxIterations) == 0x000030, "Member 'FRigUnit_MultiFABRIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, WorkData) == 0x000038, "Member 'FRigUnit_MultiFABRIK::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, bIsInitialized) == 0x0000A0, "Member 'FRigUnit_MultiFABRIK::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SlideChain_WorkData \ +static_assert(alignof(FRigUnit_SlideChain_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SlideChain_WorkData"); \ +static_assert(sizeof(FRigUnit_SlideChain_WorkData) == 0x000048, "Wrong size on FRigUnit_SlideChain_WorkData"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, ChainLength) == 0x000000, "Member 'FRigUnit_SlideChain_WorkData::ChainLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, ItemSegments) == 0x000008, "Member 'FRigUnit_SlideChain_WorkData::ItemSegments' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, CachedItems) == 0x000018, "Member 'FRigUnit_SlideChain_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, Transforms) == 0x000028, "Member 'FRigUnit_SlideChain_WorkData::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain_WorkData, BlendedTransforms) == 0x000038, "Member 'FRigUnit_SlideChain_WorkData::BlendedTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SlideChain \ +static_assert(alignof(FRigUnit_SlideChain) == 0x000008, "Wrong alignment on FRigUnit_SlideChain"); \ +static_assert(sizeof(FRigUnit_SlideChain) == 0x000070, "Wrong size on FRigUnit_SlideChain"); \ +static_assert(offsetof(FRigUnit_SlideChain, StartBone) == 0x000010, "Member 'FRigUnit_SlideChain::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, EndBone) == 0x000018, "Member 'FRigUnit_SlideChain::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, SlideAmount) == 0x000020, "Member 'FRigUnit_SlideChain::SlideAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, bPropagateToChildren) == 0x000024, "Member 'FRigUnit_SlideChain::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, WorkData) == 0x000028, "Member 'FRigUnit_SlideChain::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SlideChainPerItem \ +static_assert(alignof(FRigUnit_SlideChainPerItem) == 0x000008, "Wrong alignment on FRigUnit_SlideChainPerItem"); \ +static_assert(sizeof(FRigUnit_SlideChainPerItem) == 0x000070, "Wrong size on FRigUnit_SlideChainPerItem"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, Items) == 0x000010, "Member 'FRigUnit_SlideChainPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, SlideAmount) == 0x000020, "Member 'FRigUnit_SlideChainPerItem::SlideAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, bPropagateToChildren) == 0x000024, "Member 'FRigUnit_SlideChainPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, WorkData) == 0x000028, "Member 'FRigUnit_SlideChainPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SlideChainItemArray \ +static_assert(alignof(FRigUnit_SlideChainItemArray) == 0x000008, "Wrong alignment on FRigUnit_SlideChainItemArray"); \ +static_assert(sizeof(FRigUnit_SlideChainItemArray) == 0x000070, "Wrong size on FRigUnit_SlideChainItemArray"); \ +static_assert(offsetof(FRigUnit_SlideChainItemArray, Items) == 0x000010, "Member 'FRigUnit_SlideChainItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainItemArray, SlideAmount) == 0x000020, "Member 'FRigUnit_SlideChainItemArray::SlideAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainItemArray, bPropagateToChildren) == 0x000024, "Member 'FRigUnit_SlideChainItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainItemArray, WorkData) == 0x000028, "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_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) == 0x000010, "Member 'FRigUnit_SphericalPoseReader::OutputParam' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, DriverItem) == 0x000014, "Member 'FRigUnit_SphericalPoseReader::DriverItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, DriverAxis) == 0x000020, "Member 'FRigUnit_SphericalPoseReader::DriverAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, RotationOffset) == 0x000038, "Member 'FRigUnit_SphericalPoseReader::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, ActiveRegionSize) == 0x000050, "Member 'FRigUnit_SphericalPoseReader::ActiveRegionSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, ActiveRegionScaleFactors) == 0x000054, "Member 'FRigUnit_SphericalPoseReader::ActiveRegionScaleFactors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, FalloffSize) == 0x000064, "Member 'FRigUnit_SphericalPoseReader::FalloffSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, FalloffRegionScaleFactors) == 0x000068, "Member 'FRigUnit_SphericalPoseReader::FalloffRegionScaleFactors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, FlipWidthScaling) == 0x000078, "Member 'FRigUnit_SphericalPoseReader::FlipWidthScaling' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, FlipHeightScaling) == 0x000079, "Member 'FRigUnit_SphericalPoseReader::FlipHeightScaling' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, OptionalParentItem) == 0x00007C, "Member 'FRigUnit_SphericalPoseReader::OptionalParentItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, Debug) == 0x000088, "Member 'FRigUnit_SphericalPoseReader::Debug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, InnerRegion) == 0x000098, "Member 'FRigUnit_SphericalPoseReader::InnerRegion' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, OuterRegion) == 0x0000AC, "Member 'FRigUnit_SphericalPoseReader::OuterRegion' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, DriverNormal) == 0x0000C0, "Member 'FRigUnit_SphericalPoseReader::DriverNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, Driver2D) == 0x0000D8, "Member 'FRigUnit_SphericalPoseReader::Driver2D' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, DriverCache) == 0x0000F0, "Member 'FRigUnit_SphericalPoseReader::DriverCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, OptionalParentCache) == 0x000110, "Member 'FRigUnit_SphericalPoseReader::OptionalParentCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, LocalDriverTransformInit) == 0x000130, "Member 'FRigUnit_SphericalPoseReader::LocalDriverTransformInit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, CachedRotationOffset) == 0x000190, "Member 'FRigUnit_SphericalPoseReader::CachedRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, bCachedInitTransforms) == 0x0001A8, "Member 'FRigUnit_SphericalPoseReader::bCachedInitTransforms' 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) == 0x0001E0, "Wrong size on FRigUnit_SpringIK"); \ +static_assert(offsetof(FRigUnit_SpringIK, StartBone) == 0x000010, "Member 'FRigUnit_SpringIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, EndBone) == 0x000018, "Member 'FRigUnit_SpringIK::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, HierarchyStrength) == 0x000020, "Member 'FRigUnit_SpringIK::HierarchyStrength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, EffectorStrength) == 0x000024, "Member 'FRigUnit_SpringIK::EffectorStrength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, EffectorRatio) == 0x000028, "Member 'FRigUnit_SpringIK::EffectorRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, RootStrength) == 0x00002C, "Member 'FRigUnit_SpringIK::RootStrength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, RootRatio) == 0x000030, "Member 'FRigUnit_SpringIK::RootRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, Damping) == 0x000034, "Member 'FRigUnit_SpringIK::Damping' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PoleVector) == 0x000038, "Member 'FRigUnit_SpringIK::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bFlipPolePlane) == 0x000050, "Member 'FRigUnit_SpringIK::bFlipPolePlane' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PoleVectorKind) == 0x000051, "Member 'FRigUnit_SpringIK::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PoleVectorSpace) == 0x000054, "Member 'FRigUnit_SpringIK::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PrimaryAxis) == 0x000060, "Member 'FRigUnit_SpringIK::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, SecondaryAxis) == 0x000078, "Member 'FRigUnit_SpringIK::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bLiveSimulation) == 0x000090, "Member 'FRigUnit_SpringIK::bLiveSimulation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, Iterations) == 0x000094, "Member 'FRigUnit_SpringIK::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bLimitLocalPosition) == 0x000098, "Member 'FRigUnit_SpringIK::bLimitLocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bPropagateToChildren) == 0x000099, "Member 'FRigUnit_SpringIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, DebugSettings) == 0x0000A0, "Member 'FRigUnit_SpringIK::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, WorkData) == 0x000120, "Member 'FRigUnit_SpringIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintTarget \ +static_assert(alignof(FConstraintTarget) == 0x000010, "Wrong alignment on FConstraintTarget"); \ +static_assert(sizeof(FConstraintTarget) == 0x000070, "Wrong size on FConstraintTarget"); \ +static_assert(offsetof(FConstraintTarget, Transform) == 0x000000, "Member 'FConstraintTarget::Transform' has a wrong offset!"); \ +static_assert(offsetof(FConstraintTarget, Weight) == 0x000060, "Member 'FConstraintTarget::Weight' has a wrong offset!"); \ +static_assert(offsetof(FConstraintTarget, bMaintainOffset) == 0x000064, "Member 'FConstraintTarget::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintTarget, Filter) == 0x000065, "Member 'FConstraintTarget::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TransformConstraint \ +static_assert(alignof(FRigUnit_TransformConstraint) == 0x000010, "Wrong alignment on FRigUnit_TransformConstraint"); \ +static_assert(sizeof(FRigUnit_TransformConstraint) == 0x000100, "Wrong size on FRigUnit_TransformConstraint"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, bone) == 0x000010, "Member 'FRigUnit_TransformConstraint::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, BaseTransformSpace) == 0x000018, "Member 'FRigUnit_TransformConstraint::BaseTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, BaseTransform) == 0x000020, "Member 'FRigUnit_TransformConstraint::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, BaseBone) == 0x000080, "Member 'FRigUnit_TransformConstraint::BaseBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, Targets) == 0x000088, "Member 'FRigUnit_TransformConstraint::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, bUseInitialTransforms) == 0x000098, "Member 'FRigUnit_TransformConstraint::bUseInitialTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, WorkData) == 0x0000A0, "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) == 0x000110, "Wrong size on FRigUnit_TransformConstraintPerItem"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, Item) == 0x000010, "Member 'FRigUnit_TransformConstraintPerItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseTransformSpace) == 0x00001C, "Member 'FRigUnit_TransformConstraintPerItem::BaseTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseTransform) == 0x000020, "Member 'FRigUnit_TransformConstraintPerItem::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseItem) == 0x000080, "Member 'FRigUnit_TransformConstraintPerItem::BaseItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, Targets) == 0x000090, "Member 'FRigUnit_TransformConstraintPerItem::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, bUseInitialTransforms) == 0x0000A0, "Member 'FRigUnit_TransformConstraintPerItem::bUseInitialTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, WorkData) == 0x0000A8, "Member 'FRigUnit_TransformConstraintPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParentConstraint_AdvancedSettings \ +static_assert(alignof(FRigUnit_ParentConstraint_AdvancedSettings) == 0x000001, "Wrong alignment on FRigUnit_ParentConstraint_AdvancedSettings"); \ +static_assert(sizeof(FRigUnit_ParentConstraint_AdvancedSettings) == 0x000002, "Wrong size on FRigUnit_ParentConstraint_AdvancedSettings"); \ +static_assert(offsetof(FRigUnit_ParentConstraint_AdvancedSettings, InterpolationType) == 0x000000, "Member 'FRigUnit_ParentConstraint_AdvancedSettings::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint_AdvancedSettings, RotationOrderForFilter) == 0x000001, "Member 'FRigUnit_ParentConstraint_AdvancedSettings::RotationOrderForFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ParentConstraint \ +static_assert(alignof(FRigUnit_ParentConstraint) == 0x000008, "Wrong alignment on FRigUnit_ParentConstraint"); \ +static_assert(sizeof(FRigUnit_ParentConstraint) == 0x000070, "Wrong size on FRigUnit_ParentConstraint"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, Child) == 0x000010, "Member 'FRigUnit_ParentConstraint::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, bMaintainOffset) == 0x00001C, "Member 'FRigUnit_ParentConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, Filter) == 0x00001D, "Member 'FRigUnit_ParentConstraint::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, Parents) == 0x000028, "Member 'FRigUnit_ParentConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, AdvancedSettings) == 0x000038, "Member 'FRigUnit_ParentConstraint::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, Weight) == 0x00003C, "Member 'FRigUnit_ParentConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, ChildCache) == 0x000040, "Member 'FRigUnit_ParentConstraint::ChildCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, ParentCaches) == 0x000060, "Member 'FRigUnit_ParentConstraint::ParentCaches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PositionConstraintLocalSpaceOffset \ +static_assert(alignof(FRigUnit_PositionConstraintLocalSpaceOffset) == 0x000008, "Wrong alignment on FRigUnit_PositionConstraintLocalSpaceOffset"); \ +static_assert(sizeof(FRigUnit_PositionConstraintLocalSpaceOffset) == 0x000068, "Wrong size on FRigUnit_PositionConstraintLocalSpaceOffset"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, Child) == 0x000010, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, bMaintainOffset) == 0x00001C, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, Filter) == 0x00001D, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, Parents) == 0x000020, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, Weight) == 0x000030, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, ChildCache) == 0x000038, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::ChildCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, ParentCaches) == 0x000058, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::ParentCaches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RotationConstraint_AdvancedSettings \ +static_assert(alignof(FRigUnit_RotationConstraint_AdvancedSettings) == 0x000001, "Wrong alignment on FRigUnit_RotationConstraint_AdvancedSettings"); \ +static_assert(sizeof(FRigUnit_RotationConstraint_AdvancedSettings) == 0x000002, "Wrong size on FRigUnit_RotationConstraint_AdvancedSettings"); \ +static_assert(offsetof(FRigUnit_RotationConstraint_AdvancedSettings, InterpolationType) == 0x000000, "Member 'FRigUnit_RotationConstraint_AdvancedSettings::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint_AdvancedSettings, RotationOrderForFilter) == 0x000001, "Member 'FRigUnit_RotationConstraint_AdvancedSettings::RotationOrderForFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RotationConstraint \ +static_assert(alignof(FRigUnit_RotationConstraint) == 0x000008, "Wrong alignment on FRigUnit_RotationConstraint"); \ +static_assert(sizeof(FRigUnit_RotationConstraint) == 0x000038, "Wrong size on FRigUnit_RotationConstraint"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, Child) == 0x000010, "Member 'FRigUnit_RotationConstraint::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, bMaintainOffset) == 0x00001C, "Member 'FRigUnit_RotationConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, Filter) == 0x00001D, "Member 'FRigUnit_RotationConstraint::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, Parents) == 0x000020, "Member 'FRigUnit_RotationConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, AdvancedSettings) == 0x000030, "Member 'FRigUnit_RotationConstraint::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, Weight) == 0x000034, "Member 'FRigUnit_RotationConstraint::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RotationConstraintLocalSpaceOffset \ +static_assert(alignof(FRigUnit_RotationConstraintLocalSpaceOffset) == 0x000008, "Wrong alignment on FRigUnit_RotationConstraintLocalSpaceOffset"); \ +static_assert(sizeof(FRigUnit_RotationConstraintLocalSpaceOffset) == 0x000068, "Wrong size on FRigUnit_RotationConstraintLocalSpaceOffset"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, Child) == 0x000010, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, bMaintainOffset) == 0x00001C, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, Filter) == 0x00001D, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, Parents) == 0x000020, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, AdvancedSettings) == 0x000030, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, Weight) == 0x000034, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, ChildCache) == 0x000038, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::ChildCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, ParentCaches) == 0x000058, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::ParentCaches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ScaleConstraint \ +static_assert(alignof(FRigUnit_ScaleConstraint) == 0x000008, "Wrong alignment on FRigUnit_ScaleConstraint"); \ +static_assert(sizeof(FRigUnit_ScaleConstraint) == 0x000038, "Wrong size on FRigUnit_ScaleConstraint"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, Child) == 0x000010, "Member 'FRigUnit_ScaleConstraint::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, bMaintainOffset) == 0x00001C, "Member 'FRigUnit_ScaleConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, Filter) == 0x00001D, "Member 'FRigUnit_ScaleConstraint::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, Parents) == 0x000020, "Member 'FRigUnit_ScaleConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, Weight) == 0x000030, "Member 'FRigUnit_ScaleConstraint::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ScaleConstraintLocalSpaceOffset \ +static_assert(alignof(FRigUnit_ScaleConstraintLocalSpaceOffset) == 0x000008, "Wrong alignment on FRigUnit_ScaleConstraintLocalSpaceOffset"); \ +static_assert(sizeof(FRigUnit_ScaleConstraintLocalSpaceOffset) == 0x000068, "Wrong size on FRigUnit_ScaleConstraintLocalSpaceOffset"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, Child) == 0x000010, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, bMaintainOffset) == 0x00001C, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, Filter) == 0x00001D, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, Parents) == 0x000020, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, Weight) == 0x000030, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, ChildCache) == 0x000038, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::ChildCache' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, ParentCaches) == 0x000058, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::ParentCaches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwistBones_WorkData \ +static_assert(alignof(FRigUnit_TwistBones_WorkData) == 0x000008, "Wrong alignment on FRigUnit_TwistBones_WorkData"); \ +static_assert(sizeof(FRigUnit_TwistBones_WorkData) == 0x000030, "Wrong size on FRigUnit_TwistBones_WorkData"); \ +static_assert(offsetof(FRigUnit_TwistBones_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_TwistBones_WorkData::CachedItems' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones_WorkData, ItemRatios) == 0x000010, "Member 'FRigUnit_TwistBones_WorkData::ItemRatios' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones_WorkData, ItemTransforms) == 0x000020, "Member 'FRigUnit_TwistBones_WorkData::ItemTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwistBones \ +static_assert(alignof(FRigUnit_TwistBones) == 0x000008, "Wrong alignment on FRigUnit_TwistBones"); \ +static_assert(sizeof(FRigUnit_TwistBones) == 0x000090, "Wrong size on FRigUnit_TwistBones"); \ +static_assert(offsetof(FRigUnit_TwistBones, StartBone) == 0x000010, "Member 'FRigUnit_TwistBones::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, EndBone) == 0x000018, "Member 'FRigUnit_TwistBones::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, TwistAxis) == 0x000020, "Member 'FRigUnit_TwistBones::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, PoleAxis) == 0x000038, "Member 'FRigUnit_TwistBones::PoleAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, TwistEaseType) == 0x000050, "Member 'FRigUnit_TwistBones::TwistEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, Weight) == 0x000054, "Member 'FRigUnit_TwistBones::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, bPropagateToChildren) == 0x000058, "Member 'FRigUnit_TwistBones::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, WorkData) == 0x000060, "Member 'FRigUnit_TwistBones::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwistBonesPerItem \ +static_assert(alignof(FRigUnit_TwistBonesPerItem) == 0x000008, "Wrong alignment on FRigUnit_TwistBonesPerItem"); \ +static_assert(sizeof(FRigUnit_TwistBonesPerItem) == 0x000090, "Wrong size on FRigUnit_TwistBonesPerItem"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, Items) == 0x000010, "Member 'FRigUnit_TwistBonesPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, TwistAxis) == 0x000020, "Member 'FRigUnit_TwistBonesPerItem::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, PoleAxis) == 0x000038, "Member 'FRigUnit_TwistBonesPerItem::PoleAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, TwistEaseType) == 0x000050, "Member 'FRigUnit_TwistBonesPerItem::TwistEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, Weight) == 0x000054, "Member 'FRigUnit_TwistBonesPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, bPropagateToChildren) == 0x000058, "Member 'FRigUnit_TwistBonesPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, WorkData) == 0x000060, "Member 'FRigUnit_TwistBonesPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimple_DebugSettings \ +static_assert(alignof(FRigUnit_TwoBoneIKSimple_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimple_DebugSettings"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKSimple_DebugSettings) == 0x000070, "Wrong size on FRigUnit_TwoBoneIKSimple_DebugSettings"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_TwoBoneIKSimple_DebugSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_TwoBoneIKSimple_DebugSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_TwoBoneIKSimple_DebugSettings::WorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimple \ +static_assert(alignof(FRigUnit_TwoBoneIKSimple) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimple"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKSimple) == 0x000200, "Wrong size on FRigUnit_TwoBoneIKSimple"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneA) == 0x000010, "Member 'FRigUnit_TwoBoneIKSimple::BoneA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneB) == 0x000018, "Member 'FRigUnit_TwoBoneIKSimple::BoneB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, EffectorBone) == 0x000020, "Member 'FRigUnit_TwoBoneIKSimple::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, Effector) == 0x000030, "Member 'FRigUnit_TwoBoneIKSimple::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PrimaryAxis) == 0x000090, "Member 'FRigUnit_TwoBoneIKSimple::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, SecondaryAxis) == 0x0000A8, "Member 'FRigUnit_TwoBoneIKSimple::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, SecondaryAxisWeight) == 0x0000C0, "Member 'FRigUnit_TwoBoneIKSimple::SecondaryAxisWeight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVector) == 0x0000C8, "Member 'FRigUnit_TwoBoneIKSimple::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVectorKind) == 0x0000E0, "Member 'FRigUnit_TwoBoneIKSimple::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVectorSpace) == 0x0000E4, "Member 'FRigUnit_TwoBoneIKSimple::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, bEnableStretch) == 0x0000EC, "Member 'FRigUnit_TwoBoneIKSimple::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, StretchStartRatio) == 0x0000F0, "Member 'FRigUnit_TwoBoneIKSimple::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, StretchMaximumRatio) == 0x0000F4, "Member 'FRigUnit_TwoBoneIKSimple::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, Weight) == 0x0000F8, "Member 'FRigUnit_TwoBoneIKSimple::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneALength) == 0x0000FC, "Member 'FRigUnit_TwoBoneIKSimple::BoneALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneBLength) == 0x000100, "Member 'FRigUnit_TwoBoneIKSimple::BoneBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, bPropagateToChildren) == 0x000104, "Member 'FRigUnit_TwoBoneIKSimple::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, DebugSettings) == 0x000110, "Member 'FRigUnit_TwoBoneIKSimple::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedBoneAIndex) == 0x000180, "Member 'FRigUnit_TwoBoneIKSimple::CachedBoneAIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedBoneBIndex) == 0x0001A0, "Member 'FRigUnit_TwoBoneIKSimple::CachedBoneBIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedEffectorBoneIndex) == 0x0001C0, "Member 'FRigUnit_TwoBoneIKSimple::CachedEffectorBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedPoleVectorSpaceIndex) == 0x0001E0, "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) == 0x000210, "Wrong size on FRigUnit_TwoBoneIKSimplePerItem"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemA) == 0x000010, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemB) == 0x00001C, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, EffectorItem) == 0x000028, "Member 'FRigUnit_TwoBoneIKSimplePerItem::EffectorItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, Effector) == 0x000040, "Member 'FRigUnit_TwoBoneIKSimplePerItem::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PrimaryAxis) == 0x0000A0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, SecondaryAxis) == 0x0000B8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, SecondaryAxisWeight) == 0x0000D0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::SecondaryAxisWeight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVector) == 0x0000D8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVectorKind) == 0x0000F0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVectorSpace) == 0x0000F4, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, bEnableStretch) == 0x000100, "Member 'FRigUnit_TwoBoneIKSimplePerItem::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, StretchStartRatio) == 0x000104, "Member 'FRigUnit_TwoBoneIKSimplePerItem::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, StretchMaximumRatio) == 0x000108, "Member 'FRigUnit_TwoBoneIKSimplePerItem::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, Weight) == 0x00010C, "Member 'FRigUnit_TwoBoneIKSimplePerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemALength) == 0x000110, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemBLength) == 0x000114, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, bPropagateToChildren) == 0x000118, "Member 'FRigUnit_TwoBoneIKSimplePerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, DebugSettings) == 0x000120, "Member 'FRigUnit_TwoBoneIKSimplePerItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedItemAIndex) == 0x000190, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedItemAIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedItemBIndex) == 0x0001B0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedItemBIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedEffectorItemIndex) == 0x0001D0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedEffectorItemIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedPoleVectorSpaceIndex) == 0x0001F0, "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_GetCandidates \ +static_assert(alignof(FRigUnit_GetCandidates) == 0x000008, "Wrong alignment on FRigUnit_GetCandidates"); \ +static_assert(sizeof(FRigUnit_GetCandidates) == 0x000028, "Wrong size on FRigUnit_GetCandidates"); \ +static_assert(offsetof(FRigUnit_GetCandidates, Connector) == 0x000008, "Member 'FRigUnit_GetCandidates::Connector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetCandidates, Candidates) == 0x000018, "Member 'FRigUnit_GetCandidates::Candidates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DiscardMatches \ +static_assert(alignof(FRigUnit_DiscardMatches) == 0x000008, "Wrong alignment on FRigUnit_DiscardMatches"); \ +static_assert(sizeof(FRigUnit_DiscardMatches) == 0x000030, "Wrong size on FRigUnit_DiscardMatches"); \ +static_assert(offsetof(FRigUnit_DiscardMatches, Excluded) == 0x000010, "Member 'FRigUnit_DiscardMatches::Excluded' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DiscardMatches, Message) == 0x000020, "Member 'FRigUnit_DiscardMatches::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ConnectorExecution \ +static_assert(alignof(FRigUnit_ConnectorExecution) == 0x000010, "Wrong alignment on FRigUnit_ConnectorExecution"); \ +static_assert(sizeof(FRigUnit_ConnectorExecution) == 0x000250, "Wrong size on FRigUnit_ConnectorExecution"); \ +static_assert(offsetof(FRigUnit_ConnectorExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_ConnectorExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PointSimulation_DebugSettings \ +static_assert(alignof(FRigUnit_PointSimulation_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_PointSimulation_DebugSettings"); \ +static_assert(sizeof(FRigUnit_PointSimulation_DebugSettings) == 0x000080, "Wrong size on FRigUnit_PointSimulation_DebugSettings"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_PointSimulation_DebugSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_PointSimulation_DebugSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, CollisionScale) == 0x000008, "Member 'FRigUnit_PointSimulation_DebugSettings::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, bDrawPointsAsSpheres) == 0x00000C, "Member 'FRigUnit_PointSimulation_DebugSettings::bDrawPointsAsSpheres' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, Color) == 0x000010, "Member 'FRigUnit_PointSimulation_DebugSettings::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, WorldOffset) == 0x000020, "Member 'FRigUnit_PointSimulation_DebugSettings::WorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PointSimulation_BoneTarget \ +static_assert(alignof(FRigUnit_PointSimulation_BoneTarget) == 0x000004, "Wrong alignment on FRigUnit_PointSimulation_BoneTarget"); \ +static_assert(sizeof(FRigUnit_PointSimulation_BoneTarget) == 0x000014, "Wrong size on FRigUnit_PointSimulation_BoneTarget"); \ +static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, bone) == 0x000000, "Member 'FRigUnit_PointSimulation_BoneTarget::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, TranslationPoint) == 0x000008, "Member 'FRigUnit_PointSimulation_BoneTarget::TranslationPoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, PrimaryAimPoint) == 0x00000C, "Member 'FRigUnit_PointSimulation_BoneTarget::PrimaryAimPoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, SecondaryAimPoint) == 0x000010, "Member 'FRigUnit_PointSimulation_BoneTarget::SecondaryAimPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PointSimulation_WorkData \ +static_assert(alignof(FRigUnit_PointSimulation_WorkData) == 0x000008, "Wrong alignment on FRigUnit_PointSimulation_WorkData"); \ +static_assert(sizeof(FRigUnit_PointSimulation_WorkData) == 0x000088, "Wrong size on FRigUnit_PointSimulation_WorkData"); \ +static_assert(offsetof(FRigUnit_PointSimulation_WorkData, Simulation) == 0x000000, "Member 'FRigUnit_PointSimulation_WorkData::Simulation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation_WorkData, BoneIndices) == 0x000078, "Member 'FRigUnit_PointSimulation_WorkData::BoneIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PointSimulation \ +static_assert(alignof(FRigUnit_PointSimulation) == 0x000010, "Wrong alignment on FRigUnit_PointSimulation"); \ +static_assert(sizeof(FRigUnit_PointSimulation) == 0x000220, "Wrong size on FRigUnit_PointSimulation"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Points) == 0x000010, "Member 'FRigUnit_PointSimulation::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Links) == 0x000020, "Member 'FRigUnit_PointSimulation::Links' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Forces) == 0x000030, "Member 'FRigUnit_PointSimulation::Forces' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, CollisionVolumes) == 0x000040, "Member 'FRigUnit_PointSimulation::CollisionVolumes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, SimulatedStepsPerSecond) == 0x000050, "Member 'FRigUnit_PointSimulation::SimulatedStepsPerSecond' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, IntegratorType) == 0x000054, "Member 'FRigUnit_PointSimulation::IntegratorType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, VerletBlend) == 0x000058, "Member 'FRigUnit_PointSimulation::VerletBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, BoneTargets) == 0x000060, "Member 'FRigUnit_PointSimulation::BoneTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, bLimitLocalPosition) == 0x000070, "Member 'FRigUnit_PointSimulation::bLimitLocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, bPropagateToChildren) == 0x000071, "Member 'FRigUnit_PointSimulation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, PrimaryAimAxis) == 0x000078, "Member 'FRigUnit_PointSimulation::PrimaryAimAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, SecondaryAimAxis) == 0x000090, "Member 'FRigUnit_PointSimulation::SecondaryAimAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, DebugSettings) == 0x0000B0, "Member 'FRigUnit_PointSimulation::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Bezier) == 0x000130, "Member 'FRigUnit_PointSimulation::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, WorkData) == 0x000190, "Member 'FRigUnit_PointSimulation::WorkData' 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_AnimNodeControlRigLibrary_ConvertToControlRig \ +static_assert(alignof(AnimNodeControlRigLibrary_ConvertToControlRig) == 0x000008, "Wrong alignment on AnimNodeControlRigLibrary_ConvertToControlRig"); \ +static_assert(sizeof(AnimNodeControlRigLibrary_ConvertToControlRig) == 0x000028, "Wrong size on AnimNodeControlRigLibrary_ConvertToControlRig"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_ConvertToControlRig, Node) == 0x000000, "Member 'AnimNodeControlRigLibrary_ConvertToControlRig::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_ConvertToControlRig, Result) == 0x000010, "Member 'AnimNodeControlRigLibrary_ConvertToControlRig::Result' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_ConvertToControlRig, ReturnValue) == 0x000018, "Member 'AnimNodeControlRigLibrary_ConvertToControlRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNodeControlRigLibrary_ConvertToControlRigPure \ +static_assert(alignof(AnimNodeControlRigLibrary_ConvertToControlRigPure) == 0x000008, "Wrong alignment on AnimNodeControlRigLibrary_ConvertToControlRigPure"); \ +static_assert(sizeof(AnimNodeControlRigLibrary_ConvertToControlRigPure) == 0x000028, "Wrong size on AnimNodeControlRigLibrary_ConvertToControlRigPure"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_ConvertToControlRigPure, Node) == 0x000000, "Member 'AnimNodeControlRigLibrary_ConvertToControlRigPure::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_ConvertToControlRigPure, ControlRig) == 0x000010, "Member 'AnimNodeControlRigLibrary_ConvertToControlRigPure::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_ConvertToControlRigPure, Result) == 0x000020, "Member 'AnimNodeControlRigLibrary_ConvertToControlRigPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNodeControlRigLibrary_SetControlRigClass \ +static_assert(alignof(AnimNodeControlRigLibrary_SetControlRigClass) == 0x000008, "Wrong alignment on AnimNodeControlRigLibrary_SetControlRigClass"); \ +static_assert(sizeof(AnimNodeControlRigLibrary_SetControlRigClass) == 0x000028, "Wrong size on AnimNodeControlRigLibrary_SetControlRigClass"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_SetControlRigClass, Node) == 0x000000, "Member 'AnimNodeControlRigLibrary_SetControlRigClass::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_SetControlRigClass, ControlRigClass) == 0x000010, "Member 'AnimNodeControlRigLibrary_SetControlRigClass::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(AnimNodeControlRigLibrary_SetControlRigClass, ReturnValue) == 0x000018, "Member 'AnimNodeControlRigLibrary_SetControlRigClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNodeControlRigLibrary \ +static_assert(alignof(UAnimNodeControlRigLibrary) == 0x000008, "Wrong alignment on UAnimNodeControlRigLibrary"); \ +static_assert(sizeof(UAnimNodeControlRigLibrary) == 0x000028, "Wrong size on UAnimNodeControlRigLibrary"); \ + +#define DUMPER7_ASSERTS_UTransformableControlHandle \ +static_assert(alignof(UTransformableControlHandle) == 0x000010, "Wrong alignment on UTransformableControlHandle"); \ +static_assert(sizeof(UTransformableControlHandle) == 0x000140, "Wrong size on UTransformableControlHandle"); \ +static_assert(offsetof(UTransformableControlHandle, ControlRig) == 0x000060, "Member 'UTransformableControlHandle::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UTransformableControlHandle, ControlName) == 0x000088, "Member 'UTransformableControlHandle::ControlName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000002, "Wrong size on ControlRig_ClearControlSelection"); \ +static_assert(offsetof(ControlRig_ClearControlSelection, bSetupUndo) == 0x000000, "Member 'ControlRig_ClearControlSelection::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_ClearControlSelection, ReturnValue) == 0x000001, "Member 'ControlRig_ClearControlSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_GetHierarchy \ +static_assert(alignof(ControlRig_GetHierarchy) == 0x000008, "Wrong alignment on ControlRig_GetHierarchy"); \ +static_assert(sizeof(ControlRig_GetHierarchy) == 0x000008, "Wrong size on ControlRig_GetHierarchy"); \ +static_assert(offsetof(ControlRig_GetHierarchy, ReturnValue) == 0x000000, "Member 'ControlRig_GetHierarchy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_SelectControl \ +static_assert(alignof(ControlRig_SelectControl) == 0x000004, "Wrong alignment on ControlRig_SelectControl"); \ +static_assert(sizeof(ControlRig_SelectControl) == 0x00000C, "Wrong size on ControlRig_SelectControl"); \ +static_assert(offsetof(ControlRig_SelectControl, InControlName) == 0x000000, "Member 'ControlRig_SelectControl::InControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_SelectControl, bSelect) == 0x000008, "Member 'ControlRig_SelectControl::bSelect' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_SelectControl, bSetupUndo) == 0x000009, "Member 'ControlRig_SelectControl::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_SetInteractionRig \ +static_assert(alignof(ControlRig_SetInteractionRig) == 0x000008, "Wrong alignment on ControlRig_SetInteractionRig"); \ +static_assert(sizeof(ControlRig_SetInteractionRig) == 0x000008, "Wrong size on ControlRig_SetInteractionRig"); \ +static_assert(offsetof(ControlRig_SetInteractionRig, InInteractionRig) == 0x000000, "Member 'ControlRig_SetInteractionRig::InInteractionRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_SetInteractionRigClass \ +static_assert(alignof(ControlRig_SetInteractionRigClass) == 0x000008, "Wrong alignment on ControlRig_SetInteractionRigClass"); \ +static_assert(sizeof(ControlRig_SetInteractionRigClass) == 0x000008, "Wrong size on ControlRig_SetInteractionRigClass"); \ +static_assert(offsetof(ControlRig_SetInteractionRigClass, InInteractionRigClass) == 0x000000, "Member 'ControlRig_SetInteractionRigClass::InInteractionRigClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_CreateTransformableControlHandle \ +static_assert(alignof(ControlRig_CreateTransformableControlHandle) == 0x000008, "Wrong alignment on ControlRig_CreateTransformableControlHandle"); \ +static_assert(sizeof(ControlRig_CreateTransformableControlHandle) == 0x000010, "Wrong size on ControlRig_CreateTransformableControlHandle"); \ +static_assert(offsetof(ControlRig_CreateTransformableControlHandle, ControlName) == 0x000000, "Member 'ControlRig_CreateTransformableControlHandle::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_CreateTransformableControlHandle, ReturnValue) == 0x000008, "Member 'ControlRig_CreateTransformableControlHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_CurrentControlSelection \ +static_assert(alignof(ControlRig_CurrentControlSelection) == 0x000008, "Wrong alignment on ControlRig_CurrentControlSelection"); \ +static_assert(sizeof(ControlRig_CurrentControlSelection) == 0x000010, "Wrong size on ControlRig_CurrentControlSelection"); \ +static_assert(offsetof(ControlRig_CurrentControlSelection, ReturnValue) == 0x000000, "Member 'ControlRig_CurrentControlSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_GetHostingActor \ +static_assert(alignof(ControlRig_GetHostingActor) == 0x000008, "Wrong alignment on ControlRig_GetHostingActor"); \ +static_assert(sizeof(ControlRig_GetHostingActor) == 0x000008, "Wrong size on ControlRig_GetHostingActor"); \ +static_assert(offsetof(ControlRig_GetHostingActor, ReturnValue) == 0x000000, "Member 'ControlRig_GetHostingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_GetInteractionRig \ +static_assert(alignof(ControlRig_GetInteractionRig) == 0x000008, "Wrong alignment on ControlRig_GetInteractionRig"); \ +static_assert(sizeof(ControlRig_GetInteractionRig) == 0x000008, "Wrong size on ControlRig_GetInteractionRig"); \ +static_assert(offsetof(ControlRig_GetInteractionRig, ReturnValue) == 0x000000, "Member 'ControlRig_GetInteractionRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_GetInteractionRigClass \ +static_assert(alignof(ControlRig_GetInteractionRigClass) == 0x000008, "Wrong alignment on ControlRig_GetInteractionRigClass"); \ +static_assert(sizeof(ControlRig_GetInteractionRigClass) == 0x000008, "Wrong size on ControlRig_GetInteractionRigClass"); \ +static_assert(offsetof(ControlRig_GetInteractionRigClass, ReturnValue) == 0x000000, "Member 'ControlRig_GetInteractionRigClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_IsControlSelected \ +static_assert(alignof(ControlRig_IsControlSelected) == 0x000004, "Wrong alignment on ControlRig_IsControlSelected"); \ +static_assert(sizeof(ControlRig_IsControlSelected) == 0x00000C, "Wrong size on ControlRig_IsControlSelected"); \ +static_assert(offsetof(ControlRig_IsControlSelected, InControlName) == 0x000000, "Member 'ControlRig_IsControlSelected::InControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_IsControlSelected, ReturnValue) == 0x000008, "Member 'ControlRig_IsControlSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_SupportsBackwardsSolve \ +static_assert(alignof(ControlRig_SupportsBackwardsSolve) == 0x000001, "Wrong alignment on ControlRig_SupportsBackwardsSolve"); \ +static_assert(sizeof(ControlRig_SupportsBackwardsSolve) == 0x000001, "Wrong size on ControlRig_SupportsBackwardsSolve"); \ +static_assert(offsetof(ControlRig_SupportsBackwardsSolve, ReturnValue) == 0x000000, "Member 'ControlRig_SupportsBackwardsSolve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRig \ +static_assert(alignof(UControlRig) == 0x000010, "Wrong alignment on UControlRig"); \ +static_assert(sizeof(UControlRig) == 0x000BC0, "Wrong size on UControlRig"); \ +static_assert(offsetof(UControlRig, OverrideAssets) == 0x0002A8, "Member 'UControlRig::OverrideAssets' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, ExecutionType) == 0x0002B9, "Member 'UControlRig::ExecutionType' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, HierarchySettings) == 0x0002BC, "Member 'UControlRig::HierarchySettings' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, ControlCustomizations) == 0x0002C8, "Member 'UControlRig::ControlCustomizations' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, DynamicHierarchy) == 0x000318, "Member 'UControlRig::DynamicHierarchy' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, ShapeLibraries) == 0x000320, "Member 'UControlRig::ShapeLibraries' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, ShapeLibraryNameMap) == 0x000330, "Member 'UControlRig::ShapeLibraryNameMap' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, RigVMExtendedExecuteContext) == 0x000390, "Member 'UControlRig::RigVMExtendedExecuteContext' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, DataSourceRegistry) == 0x000618, "Member 'UControlRig::DataSourceRegistry' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, Influences) == 0x0006C8, "Member 'UControlRig::Influences' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, ExternalVariableDataAssetLinks) == 0x0007E0, "Member 'UControlRig::ExternalVariableDataAssetLinks' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, OnControlSelected_BP) == 0x000908, "Member 'UControlRig::OnControlSelected_BP' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, bIsAdditive) == 0x000938, "Member 'UControlRig::bIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, RigModuleSettings) == 0x000B20, "Member 'UControlRig::RigModuleSettings' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, RigModulePrefix) == 0x000BA0, "Member 'UControlRig::RigModulePrefix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigAnimInstance \ +static_assert(alignof(UControlRigAnimInstance) == 0x000010, "Wrong alignment on UControlRigAnimInstance"); \ +static_assert(sizeof(UControlRigAnimInstance) == 0x0003F0, "Wrong size on UControlRigAnimInstance"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeLibraryLink_SetShapeLibrary \ +static_assert(alignof(ControlRigShapeLibraryLink_SetShapeLibrary) == 0x000008, "Wrong alignment on ControlRigShapeLibraryLink_SetShapeLibrary"); \ +static_assert(sizeof(ControlRigShapeLibraryLink_SetShapeLibrary) == 0x000028, "Wrong size on ControlRigShapeLibraryLink_SetShapeLibrary"); \ +static_assert(offsetof(ControlRigShapeLibraryLink_SetShapeLibrary, InShapeLibrary) == 0x000000, "Member 'ControlRigShapeLibraryLink_SetShapeLibrary::InShapeLibrary' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeLibraryLink_GetShapeLibrary \ +static_assert(alignof(ControlRigShapeLibraryLink_GetShapeLibrary) == 0x000008, "Wrong alignment on ControlRigShapeLibraryLink_GetShapeLibrary"); \ +static_assert(sizeof(ControlRigShapeLibraryLink_GetShapeLibrary) == 0x000028, "Wrong size on ControlRigShapeLibraryLink_GetShapeLibrary"); \ +static_assert(offsetof(ControlRigShapeLibraryLink_GetShapeLibrary, ReturnValue) == 0x000000, "Member 'ControlRigShapeLibraryLink_GetShapeLibrary::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigShapeLibraryLink \ +static_assert(alignof(UControlRigShapeLibraryLink) == 0x000008, "Wrong alignment on UControlRigShapeLibraryLink"); \ +static_assert(sizeof(UControlRigShapeLibraryLink) == 0x000140, "Wrong size on UControlRigShapeLibraryLink"); \ +static_assert(offsetof(UControlRigShapeLibraryLink, ShapeLibrary) == 0x000100, "Member 'UControlRigShapeLibraryLink::ShapeLibrary' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibraryLink, ShapeNames) == 0x000128, "Member 'UControlRigShapeLibraryLink::ShapeNames' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibraryLink, ShapeLibraryCached) == 0x000138, "Member 'UControlRigShapeLibraryLink::ShapeLibraryCached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigBlueprintGeneratedClass \ +static_assert(alignof(UControlRigBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UControlRigBlueprintGeneratedClass"); \ +static_assert(sizeof(UControlRigBlueprintGeneratedClass) == 0x000498, "Wrong size on UControlRigBlueprintGeneratedClass"); \ +static_assert(offsetof(UControlRigBlueprintGeneratedClass, PreviewSkeletalMesh) == 0x0003C0, "Member 'UControlRigBlueprintGeneratedClass::PreviewSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UControlRigBlueprintGeneratedClass, bExposesAnimatableControls) == 0x0003E0, "Member 'UControlRigBlueprintGeneratedClass::bExposesAnimatableControls' has a wrong offset!"); \ +static_assert(offsetof(UControlRigBlueprintGeneratedClass, bAllowMultipleInstances) == 0x0003E1, "Member 'UControlRigBlueprintGeneratedClass::bAllowMultipleInstances' has a wrong offset!"); \ +static_assert(offsetof(UControlRigBlueprintGeneratedClass, ControlRigType) == 0x0003E2, "Member 'UControlRigBlueprintGeneratedClass::ControlRigType' has a wrong offset!"); \ +static_assert(offsetof(UControlRigBlueprintGeneratedClass, ItemTypeDisplayName) == 0x0003E4, "Member 'UControlRigBlueprintGeneratedClass::ItemTypeDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UControlRigBlueprintGeneratedClass, RigModuleSettings) == 0x0003F0, "Member 'UControlRigBlueprintGeneratedClass::RigModuleSettings' has a wrong offset!"); \ +static_assert(offsetof(UControlRigBlueprintGeneratedClass, ModuleReferenceData) == 0x000470, "Member 'UControlRigBlueprintGeneratedClass::ModuleReferenceData' has a wrong offset!"); \ +static_assert(offsetof(UControlRigBlueprintGeneratedClass, CustomThumbnail) == 0x000480, "Member 'UControlRigBlueprintGeneratedClass::CustomThumbnail' has a wrong offset!"); \ +static_assert(offsetof(UControlRigBlueprintGeneratedClass, bSupportsInversion) == 0x000490, "Member 'UControlRigBlueprintGeneratedClass::bSupportsInversion' has a wrong offset!"); \ +static_assert(offsetof(UControlRigBlueprintGeneratedClass, bSupportsControls) == 0x000491, "Member 'UControlRigBlueprintGeneratedClass::bSupportsControls' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_AddMappedCompleteSkeletalMesh \ +static_assert(alignof(ControlRigComponent_AddMappedCompleteSkeletalMesh) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedCompleteSkeletalMesh"); \ +static_assert(sizeof(ControlRigComponent_AddMappedCompleteSkeletalMesh) == 0x000010, "Wrong size on ControlRigComponent_AddMappedCompleteSkeletalMesh"); \ +static_assert(offsetof(ControlRigComponent_AddMappedCompleteSkeletalMesh, SkeletalMeshComponent) == 0x000000, "Member 'ControlRigComponent_AddMappedCompleteSkeletalMesh::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_AddMappedCompleteSkeletalMesh, InDirection) == 0x000008, "Member 'ControlRigComponent_AddMappedCompleteSkeletalMesh::InDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_AddMappedComponents \ +static_assert(alignof(ControlRigComponent_AddMappedComponents) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedComponents"); \ +static_assert(sizeof(ControlRigComponent_AddMappedComponents) == 0x000010, "Wrong size on ControlRigComponent_AddMappedComponents"); \ +static_assert(offsetof(ControlRigComponent_AddMappedComponents, Components) == 0x000000, "Member 'ControlRigComponent_AddMappedComponents::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_AddMappedElements \ +static_assert(alignof(ControlRigComponent_AddMappedElements) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedElements"); \ +static_assert(sizeof(ControlRigComponent_AddMappedElements) == 0x000010, "Wrong size on ControlRigComponent_AddMappedElements"); \ +static_assert(offsetof(ControlRigComponent_AddMappedElements, NewMappedElements) == 0x000000, "Member 'ControlRigComponent_AddMappedElements::NewMappedElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_AddMappedSkeletalMesh \ +static_assert(alignof(ControlRigComponent_AddMappedSkeletalMesh) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedSkeletalMesh"); \ +static_assert(sizeof(ControlRigComponent_AddMappedSkeletalMesh) == 0x000030, "Wrong size on ControlRigComponent_AddMappedSkeletalMesh"); \ +static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, SkeletalMeshComponent) == 0x000000, "Member 'ControlRigComponent_AddMappedSkeletalMesh::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, Bones) == 0x000008, "Member 'ControlRigComponent_AddMappedSkeletalMesh::Bones' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, Curves) == 0x000018, "Member 'ControlRigComponent_AddMappedSkeletalMesh::Curves' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, InDirection) == 0x000028, "Member 'ControlRigComponent_AddMappedSkeletalMesh::InDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_CanExecute \ +static_assert(alignof(ControlRigComponent_CanExecute) == 0x000001, "Wrong alignment on ControlRigComponent_CanExecute"); \ +static_assert(sizeof(ControlRigComponent_CanExecute) == 0x000001, "Wrong size on ControlRigComponent_CanExecute"); \ +static_assert(offsetof(ControlRigComponent_CanExecute, ReturnValue) == 0x000000, "Member 'ControlRigComponent_CanExecute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_DoesElementExist \ +static_assert(alignof(ControlRigComponent_DoesElementExist) == 0x000004, "Wrong alignment on ControlRigComponent_DoesElementExist"); \ +static_assert(sizeof(ControlRigComponent_DoesElementExist) == 0x00000C, "Wrong size on ControlRigComponent_DoesElementExist"); \ +static_assert(offsetof(ControlRigComponent_DoesElementExist, Name_0) == 0x000000, "Member 'ControlRigComponent_DoesElementExist::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_DoesElementExist, ElementType) == 0x000008, "Member 'ControlRigComponent_DoesElementExist::ElementType' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_DoesElementExist, ReturnValue) == 0x000009, "Member 'ControlRigComponent_DoesElementExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetBoneTransform \ +static_assert(alignof(ControlRigComponent_GetBoneTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetBoneTransform"); \ +static_assert(sizeof(ControlRigComponent_GetBoneTransform) == 0x000070, "Wrong size on ControlRigComponent_GetBoneTransform"); \ +static_assert(offsetof(ControlRigComponent_GetBoneTransform, BoneName) == 0x000000, "Member 'ControlRigComponent_GetBoneTransform::BoneName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetBoneTransform, Space) == 0x000008, "Member 'ControlRigComponent_GetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetBoneTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetBoneTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlBool \ +static_assert(alignof(ControlRigComponent_GetControlBool) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlBool"); \ +static_assert(sizeof(ControlRigComponent_GetControlBool) == 0x00000C, "Wrong size on ControlRigComponent_GetControlBool"); \ +static_assert(offsetof(ControlRigComponent_GetControlBool, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlBool::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlBool, ReturnValue) == 0x000008, "Member 'ControlRigComponent_GetControlBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlFloat \ +static_assert(alignof(ControlRigComponent_GetControlFloat) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlFloat"); \ +static_assert(sizeof(ControlRigComponent_GetControlFloat) == 0x00000C, "Wrong size on ControlRigComponent_GetControlFloat"); \ +static_assert(offsetof(ControlRigComponent_GetControlFloat, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlFloat::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlFloat, ReturnValue) == 0x000008, "Member 'ControlRigComponent_GetControlFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlInt \ +static_assert(alignof(ControlRigComponent_GetControlInt) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlInt"); \ +static_assert(sizeof(ControlRigComponent_GetControlInt) == 0x00000C, "Wrong size on ControlRigComponent_GetControlInt"); \ +static_assert(offsetof(ControlRigComponent_GetControlInt, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlInt::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlInt, ReturnValue) == 0x000008, "Member 'ControlRigComponent_GetControlInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlOffset \ +static_assert(alignof(ControlRigComponent_GetControlOffset) == 0x000010, "Wrong alignment on ControlRigComponent_GetControlOffset"); \ +static_assert(sizeof(ControlRigComponent_GetControlOffset) == 0x000070, "Wrong size on ControlRigComponent_GetControlOffset"); \ +static_assert(offsetof(ControlRigComponent_GetControlOffset, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlOffset::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlOffset, Space) == 0x000008, "Member 'ControlRigComponent_GetControlOffset::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlOffset, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetControlOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlPosition \ +static_assert(alignof(ControlRigComponent_GetControlPosition) == 0x000008, "Wrong alignment on ControlRigComponent_GetControlPosition"); \ +static_assert(sizeof(ControlRigComponent_GetControlPosition) == 0x000028, "Wrong size on ControlRigComponent_GetControlPosition"); \ +static_assert(offsetof(ControlRigComponent_GetControlPosition, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlPosition::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlPosition, Space) == 0x000008, "Member 'ControlRigComponent_GetControlPosition::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlPosition, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetControlPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlRig \ +static_assert(alignof(ControlRigComponent_GetControlRig) == 0x000008, "Wrong alignment on ControlRigComponent_GetControlRig"); \ +static_assert(sizeof(ControlRigComponent_GetControlRig) == 0x000008, "Wrong size on ControlRigComponent_GetControlRig"); \ +static_assert(offsetof(ControlRigComponent_GetControlRig, ReturnValue) == 0x000000, "Member 'ControlRigComponent_GetControlRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlRotator \ +static_assert(alignof(ControlRigComponent_GetControlRotator) == 0x000008, "Wrong alignment on ControlRigComponent_GetControlRotator"); \ +static_assert(sizeof(ControlRigComponent_GetControlRotator) == 0x000028, "Wrong size on ControlRigComponent_GetControlRotator"); \ +static_assert(offsetof(ControlRigComponent_GetControlRotator, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlRotator::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlRotator, Space) == 0x000008, "Member 'ControlRigComponent_GetControlRotator::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlRotator, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetControlRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlScale \ +static_assert(alignof(ControlRigComponent_GetControlScale) == 0x000008, "Wrong alignment on ControlRigComponent_GetControlScale"); \ +static_assert(sizeof(ControlRigComponent_GetControlScale) == 0x000028, "Wrong size on ControlRigComponent_GetControlScale"); \ +static_assert(offsetof(ControlRigComponent_GetControlScale, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlScale::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlScale, Space) == 0x000008, "Member 'ControlRigComponent_GetControlScale::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlScale, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetControlScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlTransform \ +static_assert(alignof(ControlRigComponent_GetControlTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetControlTransform"); \ +static_assert(sizeof(ControlRigComponent_GetControlTransform) == 0x000070, "Wrong size on ControlRigComponent_GetControlTransform"); \ +static_assert(offsetof(ControlRigComponent_GetControlTransform, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlTransform::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlTransform, Space) == 0x000008, "Member 'ControlRigComponent_GetControlTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetControlTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetControlVector2D \ +static_assert(alignof(ControlRigComponent_GetControlVector2D) == 0x000008, "Wrong alignment on ControlRigComponent_GetControlVector2D"); \ +static_assert(sizeof(ControlRigComponent_GetControlVector2D) == 0x000018, "Wrong size on ControlRigComponent_GetControlVector2D"); \ +static_assert(offsetof(ControlRigComponent_GetControlVector2D, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlVector2D::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetControlVector2D, ReturnValue) == 0x000008, "Member 'ControlRigComponent_GetControlVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetElementNames \ +static_assert(alignof(ControlRigComponent_GetElementNames) == 0x000008, "Wrong alignment on ControlRigComponent_GetElementNames"); \ +static_assert(sizeof(ControlRigComponent_GetElementNames) == 0x000018, "Wrong size on ControlRigComponent_GetElementNames"); \ +static_assert(offsetof(ControlRigComponent_GetElementNames, ElementType) == 0x000000, "Member 'ControlRigComponent_GetElementNames::ElementType' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetElementNames, ReturnValue) == 0x000008, "Member 'ControlRigComponent_GetElementNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetInitialBoneTransform \ +static_assert(alignof(ControlRigComponent_GetInitialBoneTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetInitialBoneTransform"); \ +static_assert(sizeof(ControlRigComponent_GetInitialBoneTransform) == 0x000070, "Wrong size on ControlRigComponent_GetInitialBoneTransform"); \ +static_assert(offsetof(ControlRigComponent_GetInitialBoneTransform, BoneName) == 0x000000, "Member 'ControlRigComponent_GetInitialBoneTransform::BoneName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetInitialBoneTransform, Space) == 0x000008, "Member 'ControlRigComponent_GetInitialBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetInitialBoneTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetInitialBoneTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetInitialSpaceTransform \ +static_assert(alignof(ControlRigComponent_GetInitialSpaceTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetInitialSpaceTransform"); \ +static_assert(sizeof(ControlRigComponent_GetInitialSpaceTransform) == 0x000070, "Wrong size on ControlRigComponent_GetInitialSpaceTransform"); \ +static_assert(offsetof(ControlRigComponent_GetInitialSpaceTransform, SpaceName) == 0x000000, "Member 'ControlRigComponent_GetInitialSpaceTransform::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetInitialSpaceTransform, Space) == 0x000008, "Member 'ControlRigComponent_GetInitialSpaceTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetInitialSpaceTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetInitialSpaceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetSpaceTransform \ +static_assert(alignof(ControlRigComponent_GetSpaceTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetSpaceTransform"); \ +static_assert(sizeof(ControlRigComponent_GetSpaceTransform) == 0x000070, "Wrong size on ControlRigComponent_GetSpaceTransform"); \ +static_assert(offsetof(ControlRigComponent_GetSpaceTransform, SpaceName) == 0x000000, "Member 'ControlRigComponent_GetSpaceTransform::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetSpaceTransform, Space) == 0x000008, "Member 'ControlRigComponent_GetSpaceTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_GetSpaceTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetSpaceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPostConstruction \ +static_assert(alignof(ControlRigComponent_OnPostConstruction) == 0x000008, "Wrong alignment on ControlRigComponent_OnPostConstruction"); \ +static_assert(sizeof(ControlRigComponent_OnPostConstruction) == 0x000008, "Wrong size on ControlRigComponent_OnPostConstruction"); \ +static_assert(offsetof(ControlRigComponent_OnPostConstruction, Component) == 0x000000, "Member 'ControlRigComponent_OnPostConstruction::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPostForwardsSolve \ +static_assert(alignof(ControlRigComponent_OnPostForwardsSolve) == 0x000008, "Wrong alignment on ControlRigComponent_OnPostForwardsSolve"); \ +static_assert(sizeof(ControlRigComponent_OnPostForwardsSolve) == 0x000008, "Wrong size on ControlRigComponent_OnPostForwardsSolve"); \ +static_assert(offsetof(ControlRigComponent_OnPostForwardsSolve, Component) == 0x000000, "Member 'ControlRigComponent_OnPostForwardsSolve::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPostInitialize \ +static_assert(alignof(ControlRigComponent_OnPostInitialize) == 0x000008, "Wrong alignment on ControlRigComponent_OnPostInitialize"); \ +static_assert(sizeof(ControlRigComponent_OnPostInitialize) == 0x000008, "Wrong size on ControlRigComponent_OnPostInitialize"); \ +static_assert(offsetof(ControlRigComponent_OnPostInitialize, Component) == 0x000000, "Member 'ControlRigComponent_OnPostInitialize::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPreConstruction \ +static_assert(alignof(ControlRigComponent_OnPreConstruction) == 0x000008, "Wrong alignment on ControlRigComponent_OnPreConstruction"); \ +static_assert(sizeof(ControlRigComponent_OnPreConstruction) == 0x000008, "Wrong size on ControlRigComponent_OnPreConstruction"); \ +static_assert(offsetof(ControlRigComponent_OnPreConstruction, Component) == 0x000000, "Member 'ControlRigComponent_OnPreConstruction::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPreForwardsSolve \ +static_assert(alignof(ControlRigComponent_OnPreForwardsSolve) == 0x000008, "Wrong alignment on ControlRigComponent_OnPreForwardsSolve"); \ +static_assert(sizeof(ControlRigComponent_OnPreForwardsSolve) == 0x000008, "Wrong size on ControlRigComponent_OnPreForwardsSolve"); \ +static_assert(offsetof(ControlRigComponent_OnPreForwardsSolve, Component) == 0x000000, "Member 'ControlRigComponent_OnPreForwardsSolve::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_OnPreInitialize \ +static_assert(alignof(ControlRigComponent_OnPreInitialize) == 0x000008, "Wrong alignment on ControlRigComponent_OnPreInitialize"); \ +static_assert(sizeof(ControlRigComponent_OnPreInitialize) == 0x000008, "Wrong size on ControlRigComponent_OnPreInitialize"); \ +static_assert(offsetof(ControlRigComponent_OnPreInitialize, Component) == 0x000000, "Member 'ControlRigComponent_OnPreInitialize::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh \ +static_assert(alignof(ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh) == 0x000008, "Wrong alignment on ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh"); \ +static_assert(sizeof(ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh) == 0x000008, "Wrong size on ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh"); \ +static_assert(offsetof(ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh, InSkeletalMesh) == 0x000000, "Member 'ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh::InSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetBoneTransform \ +static_assert(alignof(ControlRigComponent_SetBoneTransform) == 0x000010, "Wrong alignment on ControlRigComponent_SetBoneTransform"); \ +static_assert(sizeof(ControlRigComponent_SetBoneTransform) == 0x000080, "Wrong size on ControlRigComponent_SetBoneTransform"); \ +static_assert(offsetof(ControlRigComponent_SetBoneTransform, BoneName) == 0x000000, "Member 'ControlRigComponent_SetBoneTransform::BoneName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetBoneTransform, Transform) == 0x000010, "Member 'ControlRigComponent_SetBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetBoneTransform, Space) == 0x000070, "Member 'ControlRigComponent_SetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetBoneTransform, Weight) == 0x000074, "Member 'ControlRigComponent_SetBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetBoneTransform, bPropagateToChildren) == 0x000078, "Member 'ControlRigComponent_SetBoneTransform::bPropagateToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlBool \ +static_assert(alignof(ControlRigComponent_SetControlBool) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlBool"); \ +static_assert(sizeof(ControlRigComponent_SetControlBool) == 0x00000C, "Wrong size on ControlRigComponent_SetControlBool"); \ +static_assert(offsetof(ControlRigComponent_SetControlBool, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlBool::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlBool, Value) == 0x000008, "Member 'ControlRigComponent_SetControlBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlFloat \ +static_assert(alignof(ControlRigComponent_SetControlFloat) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlFloat"); \ +static_assert(sizeof(ControlRigComponent_SetControlFloat) == 0x00000C, "Wrong size on ControlRigComponent_SetControlFloat"); \ +static_assert(offsetof(ControlRigComponent_SetControlFloat, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlFloat::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlFloat, Value) == 0x000008, "Member 'ControlRigComponent_SetControlFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlInt \ +static_assert(alignof(ControlRigComponent_SetControlInt) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlInt"); \ +static_assert(sizeof(ControlRigComponent_SetControlInt) == 0x00000C, "Wrong size on ControlRigComponent_SetControlInt"); \ +static_assert(offsetof(ControlRigComponent_SetControlInt, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlInt::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlInt, Value) == 0x000008, "Member 'ControlRigComponent_SetControlInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlOffset \ +static_assert(alignof(ControlRigComponent_SetControlOffset) == 0x000010, "Wrong alignment on ControlRigComponent_SetControlOffset"); \ +static_assert(sizeof(ControlRigComponent_SetControlOffset) == 0x000080, "Wrong size on ControlRigComponent_SetControlOffset"); \ +static_assert(offsetof(ControlRigComponent_SetControlOffset, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlOffset::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlOffset, OffsetTransform) == 0x000010, "Member 'ControlRigComponent_SetControlOffset::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlOffset, Space) == 0x000070, "Member 'ControlRigComponent_SetControlOffset::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlPosition \ +static_assert(alignof(ControlRigComponent_SetControlPosition) == 0x000008, "Wrong alignment on ControlRigComponent_SetControlPosition"); \ +static_assert(sizeof(ControlRigComponent_SetControlPosition) == 0x000028, "Wrong size on ControlRigComponent_SetControlPosition"); \ +static_assert(offsetof(ControlRigComponent_SetControlPosition, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlPosition::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlPosition, Value) == 0x000008, "Member 'ControlRigComponent_SetControlPosition::Value' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlPosition, Space) == 0x000020, "Member 'ControlRigComponent_SetControlPosition::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlRigClass \ +static_assert(alignof(ControlRigComponent_SetControlRigClass) == 0x000008, "Wrong alignment on ControlRigComponent_SetControlRigClass"); \ +static_assert(sizeof(ControlRigComponent_SetControlRigClass) == 0x000008, "Wrong size on ControlRigComponent_SetControlRigClass"); \ +static_assert(offsetof(ControlRigComponent_SetControlRigClass, InControlRigClass) == 0x000000, "Member 'ControlRigComponent_SetControlRigClass::InControlRigClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlRotator \ +static_assert(alignof(ControlRigComponent_SetControlRotator) == 0x000008, "Wrong alignment on ControlRigComponent_SetControlRotator"); \ +static_assert(sizeof(ControlRigComponent_SetControlRotator) == 0x000028, "Wrong size on ControlRigComponent_SetControlRotator"); \ +static_assert(offsetof(ControlRigComponent_SetControlRotator, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlRotator::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlRotator, Value) == 0x000008, "Member 'ControlRigComponent_SetControlRotator::Value' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlRotator, Space) == 0x000020, "Member 'ControlRigComponent_SetControlRotator::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlScale \ +static_assert(alignof(ControlRigComponent_SetControlScale) == 0x000008, "Wrong alignment on ControlRigComponent_SetControlScale"); \ +static_assert(sizeof(ControlRigComponent_SetControlScale) == 0x000028, "Wrong size on ControlRigComponent_SetControlScale"); \ +static_assert(offsetof(ControlRigComponent_SetControlScale, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlScale::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlScale, Value) == 0x000008, "Member 'ControlRigComponent_SetControlScale::Value' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlScale, Space) == 0x000020, "Member 'ControlRigComponent_SetControlScale::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlTransform \ +static_assert(alignof(ControlRigComponent_SetControlTransform) == 0x000010, "Wrong alignment on ControlRigComponent_SetControlTransform"); \ +static_assert(sizeof(ControlRigComponent_SetControlTransform) == 0x000080, "Wrong size on ControlRigComponent_SetControlTransform"); \ +static_assert(offsetof(ControlRigComponent_SetControlTransform, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlTransform::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlTransform, Value) == 0x000010, "Member 'ControlRigComponent_SetControlTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlTransform, Space) == 0x000070, "Member 'ControlRigComponent_SetControlTransform::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetControlVector2D \ +static_assert(alignof(ControlRigComponent_SetControlVector2D) == 0x000008, "Wrong alignment on ControlRigComponent_SetControlVector2D"); \ +static_assert(sizeof(ControlRigComponent_SetControlVector2D) == 0x000018, "Wrong size on ControlRigComponent_SetControlVector2D"); \ +static_assert(offsetof(ControlRigComponent_SetControlVector2D, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlVector2D::ControlName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetControlVector2D, Value) == 0x000008, "Member 'ControlRigComponent_SetControlVector2D::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetInitialBoneTransform \ +static_assert(alignof(ControlRigComponent_SetInitialBoneTransform) == 0x000010, "Wrong alignment on ControlRigComponent_SetInitialBoneTransform"); \ +static_assert(sizeof(ControlRigComponent_SetInitialBoneTransform) == 0x000080, "Wrong size on ControlRigComponent_SetInitialBoneTransform"); \ +static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, BoneName) == 0x000000, "Member 'ControlRigComponent_SetInitialBoneTransform::BoneName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, InitialTransform) == 0x000010, "Member 'ControlRigComponent_SetInitialBoneTransform::InitialTransform' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, Space) == 0x000070, "Member 'ControlRigComponent_SetInitialBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, bPropagateToChildren) == 0x000071, "Member 'ControlRigComponent_SetInitialBoneTransform::bPropagateToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetInitialSpaceTransform \ +static_assert(alignof(ControlRigComponent_SetInitialSpaceTransform) == 0x000010, "Wrong alignment on ControlRigComponent_SetInitialSpaceTransform"); \ +static_assert(sizeof(ControlRigComponent_SetInitialSpaceTransform) == 0x000080, "Wrong size on ControlRigComponent_SetInitialSpaceTransform"); \ +static_assert(offsetof(ControlRigComponent_SetInitialSpaceTransform, SpaceName) == 0x000000, "Member 'ControlRigComponent_SetInitialSpaceTransform::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetInitialSpaceTransform, InitialTransform) == 0x000010, "Member 'ControlRigComponent_SetInitialSpaceTransform::InitialTransform' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_SetInitialSpaceTransform, Space) == 0x000070, "Member 'ControlRigComponent_SetInitialSpaceTransform::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetMappedElements \ +static_assert(alignof(ControlRigComponent_SetMappedElements) == 0x000008, "Wrong alignment on ControlRigComponent_SetMappedElements"); \ +static_assert(sizeof(ControlRigComponent_SetMappedElements) == 0x000010, "Wrong size on ControlRigComponent_SetMappedElements"); \ +static_assert(offsetof(ControlRigComponent_SetMappedElements, NewMappedElements) == 0x000000, "Member 'ControlRigComponent_SetMappedElements::NewMappedElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_SetObjectBinding \ +static_assert(alignof(ControlRigComponent_SetObjectBinding) == 0x000008, "Wrong alignment on ControlRigComponent_SetObjectBinding"); \ +static_assert(sizeof(ControlRigComponent_SetObjectBinding) == 0x000008, "Wrong size on ControlRigComponent_SetObjectBinding"); \ +static_assert(offsetof(ControlRigComponent_SetObjectBinding, InObjectToBind) == 0x000000, "Member 'ControlRigComponent_SetObjectBinding::InObjectToBind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_Update \ +static_assert(alignof(ControlRigComponent_Update) == 0x000004, "Wrong alignment on ControlRigComponent_Update"); \ +static_assert(sizeof(ControlRigComponent_Update) == 0x000004, "Wrong size on ControlRigComponent_Update"); \ +static_assert(offsetof(ControlRigComponent_Update, DeltaTime) == 0x000000, "Member 'ControlRigComponent_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_GetAbsoluteTime \ +static_assert(alignof(ControlRigComponent_GetAbsoluteTime) == 0x000004, "Wrong alignment on ControlRigComponent_GetAbsoluteTime"); \ +static_assert(sizeof(ControlRigComponent_GetAbsoluteTime) == 0x000004, "Wrong size on ControlRigComponent_GetAbsoluteTime"); \ +static_assert(offsetof(ControlRigComponent_GetAbsoluteTime, ReturnValue) == 0x000000, "Member 'ControlRigComponent_GetAbsoluteTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigComponent \ +static_assert(alignof(UControlRigComponent) == 0x000010, "Wrong alignment on UControlRigComponent"); \ +static_assert(sizeof(UControlRigComponent) == 0x0006D0, "Wrong size on UControlRigComponent"); \ +static_assert(offsetof(UControlRigComponent, ControlRigClass) == 0x000530, "Member 'UControlRigComponent::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreInitializeDelegate) == 0x000538, "Member 'UControlRigComponent::OnPreInitializeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostInitializeDelegate) == 0x000548, "Member 'UControlRigComponent::OnPostInitializeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreConstructionDelegate) == 0x000558, "Member 'UControlRigComponent::OnPreConstructionDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostConstructionDelegate) == 0x000568, "Member 'UControlRigComponent::OnPostConstructionDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreForwardsSolveDelegate) == 0x000578, "Member 'UControlRigComponent::OnPreForwardsSolveDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostForwardsSolveDelegate) == 0x000588, "Member 'UControlRigComponent::OnPostForwardsSolveDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, UserDefinedElements) == 0x000598, "Member 'UControlRigComponent::UserDefinedElements' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, MappedElements) == 0x0005A8, "Member 'UControlRigComponent::MappedElements' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bEnableLazyEvaluation) == 0x0005B8, "Member 'UControlRigComponent::bEnableLazyEvaluation' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, LazyEvaluationPositionThreshold) == 0x0005BC, "Member 'UControlRigComponent::LazyEvaluationPositionThreshold' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, LazyEvaluationRotationThreshold) == 0x0005C0, "Member 'UControlRigComponent::LazyEvaluationRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, LazyEvaluationScaleThreshold) == 0x0005C4, "Member 'UControlRigComponent::LazyEvaluationScaleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bResetTransformBeforeTick) == 0x0005C8, "Member 'UControlRigComponent::bResetTransformBeforeTick' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bResetInitialsBeforeConstruction) == 0x0005C9, "Member 'UControlRigComponent::bResetInitialsBeforeConstruction' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bUpdateRigOnTick) == 0x0005CA, "Member 'UControlRigComponent::bUpdateRigOnTick' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bUpdateInEditor) == 0x0005CB, "Member 'UControlRigComponent::bUpdateInEditor' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bDrawBones) == 0x0005CC, "Member 'UControlRigComponent::bDrawBones' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bShowDebugDrawing) == 0x0005CD, "Member 'UControlRigComponent::bShowDebugDrawing' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, ControlRig) == 0x0005D0, "Member 'UControlRigComponent::ControlRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AControlRigControlActor \ +static_assert(alignof(AControlRigControlActor) == 0x000008, "Wrong alignment on AControlRigControlActor"); \ +static_assert(sizeof(AControlRigControlActor) == 0x000360, "Wrong size on AControlRigControlActor"); \ +static_assert(offsetof(AControlRigControlActor, ActorToTrack) == 0x0002B0, "Member 'AControlRigControlActor::ActorToTrack' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlRigClass) == 0x0002B8, "Member 'AControlRigControlActor::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bRefreshOnTick) == 0x0002C0, "Member 'AControlRigControlActor::bRefreshOnTick' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bIsSelectable) == 0x0002C1, "Member 'AControlRigControlActor::bIsSelectable' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, MaterialOverride) == 0x0002C8, "Member 'AControlRigControlActor::MaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ColorParameter) == 0x0002D0, "Member 'AControlRigControlActor::ColorParameter' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bCastShadows) == 0x0002E0, "Member 'AControlRigControlActor::bCastShadows' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ActorRootComponent) == 0x0002E8, "Member 'AControlRigControlActor::ActorRootComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlRig) == 0x0002F0, "Member 'AControlRigControlActor::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlNames) == 0x000318, "Member 'AControlRigControlActor::ControlNames' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ShapeTransforms) == 0x000328, "Member 'AControlRigControlActor::ShapeTransforms' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, Components) == 0x000338, "Member 'AControlRigControlActor::Components' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, Materials) == 0x000348, "Member 'AControlRigControlActor::Materials' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ColorParameterName) == 0x000358, "Member 'AControlRigControlActor::ColorParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_OnEnabledChanged \ +static_assert(alignof(ControlRigShapeActor_OnEnabledChanged) == 0x000001, "Wrong alignment on ControlRigShapeActor_OnEnabledChanged"); \ +static_assert(sizeof(ControlRigShapeActor_OnEnabledChanged) == 0x000001, "Wrong size on ControlRigShapeActor_OnEnabledChanged"); \ +static_assert(offsetof(ControlRigShapeActor_OnEnabledChanged, bIsEnabled) == 0x000000, "Member 'ControlRigShapeActor_OnEnabledChanged::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_OnHoveredChanged \ +static_assert(alignof(ControlRigShapeActor_OnHoveredChanged) == 0x000001, "Wrong alignment on ControlRigShapeActor_OnHoveredChanged"); \ +static_assert(sizeof(ControlRigShapeActor_OnHoveredChanged) == 0x000001, "Wrong size on ControlRigShapeActor_OnHoveredChanged"); \ +static_assert(offsetof(ControlRigShapeActor_OnHoveredChanged, bIsSelected) == 0x000000, "Member 'ControlRigShapeActor_OnHoveredChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_OnManipulatingChanged \ +static_assert(alignof(ControlRigShapeActor_OnManipulatingChanged) == 0x000001, "Wrong alignment on ControlRigShapeActor_OnManipulatingChanged"); \ +static_assert(sizeof(ControlRigShapeActor_OnManipulatingChanged) == 0x000001, "Wrong size on ControlRigShapeActor_OnManipulatingChanged"); \ +static_assert(offsetof(ControlRigShapeActor_OnManipulatingChanged, bIsManipulating) == 0x000000, "Member 'ControlRigShapeActor_OnManipulatingChanged::bIsManipulating' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_OnSelectionChanged \ +static_assert(alignof(ControlRigShapeActor_OnSelectionChanged) == 0x000001, "Wrong alignment on ControlRigShapeActor_OnSelectionChanged"); \ +static_assert(sizeof(ControlRigShapeActor_OnSelectionChanged) == 0x000001, "Wrong size on ControlRigShapeActor_OnSelectionChanged"); \ +static_assert(offsetof(ControlRigShapeActor_OnSelectionChanged, bIsSelected) == 0x000000, "Member 'ControlRigShapeActor_OnSelectionChanged::bIsSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_OnTransformChanged \ +static_assert(alignof(ControlRigShapeActor_OnTransformChanged) == 0x000010, "Wrong alignment on ControlRigShapeActor_OnTransformChanged"); \ +static_assert(sizeof(ControlRigShapeActor_OnTransformChanged) == 0x000060, "Wrong size on ControlRigShapeActor_OnTransformChanged"); \ +static_assert(offsetof(ControlRigShapeActor_OnTransformChanged, NewTransform) == 0x000000, "Member 'ControlRigShapeActor_OnTransformChanged::NewTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_SetEnabled \ +static_assert(alignof(ControlRigShapeActor_SetEnabled) == 0x000001, "Wrong alignment on ControlRigShapeActor_SetEnabled"); \ +static_assert(sizeof(ControlRigShapeActor_SetEnabled) == 0x000001, "Wrong size on ControlRigShapeActor_SetEnabled"); \ +static_assert(offsetof(ControlRigShapeActor_SetEnabled, bInEnabled) == 0x000000, "Member 'ControlRigShapeActor_SetEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_SetGlobalTransform \ +static_assert(alignof(ControlRigShapeActor_SetGlobalTransform) == 0x000010, "Wrong alignment on ControlRigShapeActor_SetGlobalTransform"); \ +static_assert(sizeof(ControlRigShapeActor_SetGlobalTransform) == 0x000060, "Wrong size on ControlRigShapeActor_SetGlobalTransform"); \ +static_assert(offsetof(ControlRigShapeActor_SetGlobalTransform, InTransform) == 0x000000, "Member 'ControlRigShapeActor_SetGlobalTransform::InTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_SetHovered \ +static_assert(alignof(ControlRigShapeActor_SetHovered) == 0x000001, "Wrong alignment on ControlRigShapeActor_SetHovered"); \ +static_assert(sizeof(ControlRigShapeActor_SetHovered) == 0x000001, "Wrong size on ControlRigShapeActor_SetHovered"); \ +static_assert(offsetof(ControlRigShapeActor_SetHovered, bInHovered) == 0x000000, "Member 'ControlRigShapeActor_SetHovered::bInHovered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_SetSelectable \ +static_assert(alignof(ControlRigShapeActor_SetSelectable) == 0x000001, "Wrong alignment on ControlRigShapeActor_SetSelectable"); \ +static_assert(sizeof(ControlRigShapeActor_SetSelectable) == 0x000001, "Wrong size on ControlRigShapeActor_SetSelectable"); \ +static_assert(offsetof(ControlRigShapeActor_SetSelectable, bInSelectable) == 0x000000, "Member 'ControlRigShapeActor_SetSelectable::bInSelectable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_SetSelected \ +static_assert(alignof(ControlRigShapeActor_SetSelected) == 0x000001, "Wrong alignment on ControlRigShapeActor_SetSelected"); \ +static_assert(sizeof(ControlRigShapeActor_SetSelected) == 0x000001, "Wrong size on ControlRigShapeActor_SetSelected"); \ +static_assert(offsetof(ControlRigShapeActor_SetSelected, bInSelected) == 0x000000, "Member 'ControlRigShapeActor_SetSelected::bInSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_GetGlobalTransform \ +static_assert(alignof(ControlRigShapeActor_GetGlobalTransform) == 0x000010, "Wrong alignment on ControlRigShapeActor_GetGlobalTransform"); \ +static_assert(sizeof(ControlRigShapeActor_GetGlobalTransform) == 0x000060, "Wrong size on ControlRigShapeActor_GetGlobalTransform"); \ +static_assert(offsetof(ControlRigShapeActor_GetGlobalTransform, ReturnValue) == 0x000000, "Member 'ControlRigShapeActor_GetGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_IsEnabled \ +static_assert(alignof(ControlRigShapeActor_IsEnabled) == 0x000001, "Wrong alignment on ControlRigShapeActor_IsEnabled"); \ +static_assert(sizeof(ControlRigShapeActor_IsEnabled) == 0x000001, "Wrong size on ControlRigShapeActor_IsEnabled"); \ +static_assert(offsetof(ControlRigShapeActor_IsEnabled, ReturnValue) == 0x000000, "Member 'ControlRigShapeActor_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_IsHovered \ +static_assert(alignof(ControlRigShapeActor_IsHovered) == 0x000001, "Wrong alignment on ControlRigShapeActor_IsHovered"); \ +static_assert(sizeof(ControlRigShapeActor_IsHovered) == 0x000001, "Wrong size on ControlRigShapeActor_IsHovered"); \ +static_assert(offsetof(ControlRigShapeActor_IsHovered, ReturnValue) == 0x000000, "Member 'ControlRigShapeActor_IsHovered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigShapeActor_IsSelectedInEditor \ +static_assert(alignof(ControlRigShapeActor_IsSelectedInEditor) == 0x000001, "Wrong alignment on ControlRigShapeActor_IsSelectedInEditor"); \ +static_assert(sizeof(ControlRigShapeActor_IsSelectedInEditor) == 0x000001, "Wrong size on ControlRigShapeActor_IsSelectedInEditor"); \ +static_assert(offsetof(ControlRigShapeActor_IsSelectedInEditor, ReturnValue) == 0x000000, "Member 'ControlRigShapeActor_IsSelectedInEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AControlRigShapeActor \ +static_assert(alignof(AControlRigShapeActor) == 0x000010, "Wrong alignment on AControlRigShapeActor"); \ +static_assert(sizeof(AControlRigShapeActor) == 0x0003A0, "Wrong size on AControlRigShapeActor"); \ +static_assert(offsetof(AControlRigShapeActor, ActorRootComponent) == 0x0002B8, "Member 'AControlRigShapeActor::ActorRootComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, StaticMeshComponent) == 0x0002C0, "Member 'AControlRigShapeActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ControlRigIndex) == 0x0002C8, "Member 'AControlRigShapeActor::ControlRigIndex' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ControlRig) == 0x0002CC, "Member 'AControlRigShapeActor::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ControlName) == 0x0002D4, "Member 'AControlRigShapeActor::ControlName' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ShapeName) == 0x0002DC, "Member 'AControlRigShapeActor::ShapeName' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ColorParameterName) == 0x0002E4, "Member 'AControlRigShapeActor::ColorParameterName' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, CachedIndex) == 0x000360, "Member 'AControlRigShapeActor::CachedIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigShapeLibrary \ +static_assert(alignof(UControlRigShapeLibrary) == 0x000010, "Wrong alignment on UControlRigShapeLibrary"); \ +static_assert(sizeof(UControlRigShapeLibrary) == 0x000150, "Wrong size on UControlRigShapeLibrary"); \ +static_assert(offsetof(UControlRigShapeLibrary, DefaultShape) == 0x000030, "Member 'UControlRigShapeLibrary::DefaultShape' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibrary, DefaultMaterial) == 0x0000D0, "Member 'UControlRigShapeLibrary::DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibrary, XRayMaterial) == 0x0000F8, "Member 'UControlRigShapeLibrary::XRayMaterial' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibrary, MaterialColorParameter) == 0x000120, "Member 'UControlRigShapeLibrary::MaterialColorParameter' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibrary, Shapes) == 0x000128, "Member 'UControlRigShapeLibrary::Shapes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigOverrideAsset \ +static_assert(alignof(UControlRigOverrideAsset) == 0x000008, "Wrong alignment on UControlRigOverrideAsset"); \ +static_assert(sizeof(UControlRigOverrideAsset) == 0x000198, "Wrong size on UControlRigOverrideAsset"); \ +static_assert(offsetof(UControlRigOverrideAsset, Overrides) == 0x000028, "Member 'UControlRigOverrideAsset::Overrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigReplay_CreateNewAsset \ +static_assert(alignof(ControlRigReplay_CreateNewAsset) == 0x000008, "Wrong alignment on ControlRigReplay_CreateNewAsset"); \ +static_assert(sizeof(ControlRigReplay_CreateNewAsset) == 0x000030, "Wrong size on ControlRigReplay_CreateNewAsset"); \ +static_assert(offsetof(ControlRigReplay_CreateNewAsset, InDesiredPackagePath) == 0x000000, "Member 'ControlRigReplay_CreateNewAsset::InDesiredPackagePath' has a wrong offset!"); \ +static_assert(offsetof(ControlRigReplay_CreateNewAsset, InBlueprintPathName) == 0x000010, "Member 'ControlRigReplay_CreateNewAsset::InBlueprintPathName' has a wrong offset!"); \ +static_assert(offsetof(ControlRigReplay_CreateNewAsset, InAssetClass) == 0x000020, "Member 'ControlRigReplay_CreateNewAsset::InAssetClass' has a wrong offset!"); \ +static_assert(offsetof(ControlRigReplay_CreateNewAsset, ReturnValue) == 0x000028, "Member 'ControlRigReplay_CreateNewAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigReplay_PauseReplay \ +static_assert(alignof(ControlRigReplay_PauseReplay) == 0x000001, "Wrong alignment on ControlRigReplay_PauseReplay"); \ +static_assert(sizeof(ControlRigReplay_PauseReplay) == 0x000001, "Wrong size on ControlRigReplay_PauseReplay"); \ +static_assert(offsetof(ControlRigReplay_PauseReplay, ReturnValue) == 0x000000, "Member 'ControlRigReplay_PauseReplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigReplay_SetPlaybackMode \ +static_assert(alignof(ControlRigReplay_SetPlaybackMode) == 0x000001, "Wrong alignment on ControlRigReplay_SetPlaybackMode"); \ +static_assert(sizeof(ControlRigReplay_SetPlaybackMode) == 0x000001, "Wrong size on ControlRigReplay_SetPlaybackMode"); \ +static_assert(offsetof(ControlRigReplay_SetPlaybackMode, InMode) == 0x000000, "Member 'ControlRigReplay_SetPlaybackMode::InMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigReplay_StartRecording \ +static_assert(alignof(ControlRigReplay_StartRecording) == 0x000008, "Wrong alignment on ControlRigReplay_StartRecording"); \ +static_assert(sizeof(ControlRigReplay_StartRecording) == 0x000010, "Wrong size on ControlRigReplay_StartRecording"); \ +static_assert(offsetof(ControlRigReplay_StartRecording, InControlRig) == 0x000000, "Member 'ControlRigReplay_StartRecording::InControlRig' has a wrong offset!"); \ +static_assert(offsetof(ControlRigReplay_StartRecording, ReturnValue) == 0x000008, "Member 'ControlRigReplay_StartRecording::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigReplay_StartReplay \ +static_assert(alignof(ControlRigReplay_StartReplay) == 0x000008, "Wrong alignment on ControlRigReplay_StartReplay"); \ +static_assert(sizeof(ControlRigReplay_StartReplay) == 0x000010, "Wrong size on ControlRigReplay_StartReplay"); \ +static_assert(offsetof(ControlRigReplay_StartReplay, InControlRig) == 0x000000, "Member 'ControlRigReplay_StartReplay::InControlRig' has a wrong offset!"); \ +static_assert(offsetof(ControlRigReplay_StartReplay, InMode) == 0x000008, "Member 'ControlRigReplay_StartReplay::InMode' has a wrong offset!"); \ +static_assert(offsetof(ControlRigReplay_StartReplay, ReturnValue) == 0x000009, "Member 'ControlRigReplay_StartReplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigReplay_StopRecording \ +static_assert(alignof(ControlRigReplay_StopRecording) == 0x000001, "Wrong alignment on ControlRigReplay_StopRecording"); \ +static_assert(sizeof(ControlRigReplay_StopRecording) == 0x000001, "Wrong size on ControlRigReplay_StopRecording"); \ +static_assert(offsetof(ControlRigReplay_StopRecording, ReturnValue) == 0x000000, "Member 'ControlRigReplay_StopRecording::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigReplay_StopReplay \ +static_assert(alignof(ControlRigReplay_StopReplay) == 0x000001, "Wrong alignment on ControlRigReplay_StopReplay"); \ +static_assert(sizeof(ControlRigReplay_StopReplay) == 0x000001, "Wrong size on ControlRigReplay_StopReplay"); \ +static_assert(offsetof(ControlRigReplay_StopReplay, ReturnValue) == 0x000000, "Member 'ControlRigReplay_StopReplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigReplay_GetPlaybackMode \ +static_assert(alignof(ControlRigReplay_GetPlaybackMode) == 0x000001, "Wrong alignment on ControlRigReplay_GetPlaybackMode"); \ +static_assert(sizeof(ControlRigReplay_GetPlaybackMode) == 0x000001, "Wrong size on ControlRigReplay_GetPlaybackMode"); \ +static_assert(offsetof(ControlRigReplay_GetPlaybackMode, ReturnValue) == 0x000000, "Member 'ControlRigReplay_GetPlaybackMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigReplay_GetTimeRange \ +static_assert(alignof(ControlRigReplay_GetTimeRange) == 0x000008, "Wrong alignment on ControlRigReplay_GetTimeRange"); \ +static_assert(sizeof(ControlRigReplay_GetTimeRange) == 0x000010, "Wrong size on ControlRigReplay_GetTimeRange"); \ +static_assert(offsetof(ControlRigReplay_GetTimeRange, ReturnValue) == 0x000000, "Member 'ControlRigReplay_GetTimeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigReplay_IsPaused \ +static_assert(alignof(ControlRigReplay_IsPaused) == 0x000001, "Wrong alignment on ControlRigReplay_IsPaused"); \ +static_assert(sizeof(ControlRigReplay_IsPaused) == 0x000001, "Wrong size on ControlRigReplay_IsPaused"); \ +static_assert(offsetof(ControlRigReplay_IsPaused, ReturnValue) == 0x000000, "Member 'ControlRigReplay_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigReplay_IsRecording \ +static_assert(alignof(ControlRigReplay_IsRecording) == 0x000001, "Wrong alignment on ControlRigReplay_IsRecording"); \ +static_assert(sizeof(ControlRigReplay_IsRecording) == 0x000001, "Wrong size on ControlRigReplay_IsRecording"); \ +static_assert(offsetof(ControlRigReplay_IsRecording, ReturnValue) == 0x000000, "Member 'ControlRigReplay_IsRecording::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigReplay_IsReplaying \ +static_assert(alignof(ControlRigReplay_IsReplaying) == 0x000001, "Wrong alignment on ControlRigReplay_IsReplaying"); \ +static_assert(sizeof(ControlRigReplay_IsReplaying) == 0x000001, "Wrong size on ControlRigReplay_IsReplaying"); \ +static_assert(offsetof(ControlRigReplay_IsReplaying, ReturnValue) == 0x000000, "Member 'ControlRigReplay_IsReplaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigReplay \ +static_assert(alignof(UControlRigReplay) == 0x000008, "Wrong alignment on UControlRigReplay"); \ +static_assert(sizeof(UControlRigReplay) == 0x0003E8, "Wrong size on UControlRigReplay"); \ +static_assert(offsetof(UControlRigReplay, Description) == 0x000028, "Member 'UControlRigReplay::Description' has a wrong offset!"); \ +static_assert(offsetof(UControlRigReplay, ControlRigObjectPath) == 0x000038, "Member 'UControlRigReplay::ControlRigObjectPath' has a wrong offset!"); \ +static_assert(offsetof(UControlRigReplay, PreviewSkeletalMeshObjectPath) == 0x000058, "Member 'UControlRigReplay::PreviewSkeletalMeshObjectPath' has a wrong offset!"); \ +static_assert(offsetof(UControlRigReplay, InputTracks) == 0x000078, "Member 'UControlRigReplay::InputTracks' has a wrong offset!"); \ +static_assert(offsetof(UControlRigReplay, OutputTracks) == 0x0001F0, "Member 'UControlRigReplay::OutputTracks' has a wrong offset!"); \ +static_assert(offsetof(UControlRigReplay, Tolerance) == 0x000368, "Member 'UControlRigReplay::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(UControlRigReplay, bValidateHierarchyTopology) == 0x000370, "Member 'UControlRigReplay::bValidateHierarchyTopology' has a wrong offset!"); \ +static_assert(offsetof(UControlRigReplay, bValidatePose) == 0x000371, "Member 'UControlRigReplay::bValidatePose' has a wrong offset!"); \ +static_assert(offsetof(UControlRigReplay, bValidateMetadata) == 0x000372, "Member 'UControlRigReplay::bValidateMetadata' has a wrong offset!"); \ +static_assert(offsetof(UControlRigReplay, bValidateVariables) == 0x000373, "Member 'UControlRigReplay::bValidateVariables' has a wrong offset!"); \ +static_assert(offsetof(UControlRigReplay, FramesToSkip) == 0x000378, "Member 'UControlRigReplay::FramesToSkip' has a wrong offset!"); \ +static_assert(offsetof(UControlRigReplay, EnableTest) == 0x000388, "Member 'UControlRigReplay::EnableTest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigTestData_GetFrameIndexForTime \ +static_assert(alignof(ControlRigTestData_GetFrameIndexForTime) == 0x000008, "Wrong alignment on ControlRigTestData_GetFrameIndexForTime"); \ +static_assert(sizeof(ControlRigTestData_GetFrameIndexForTime) == 0x000010, "Wrong size on ControlRigTestData_GetFrameIndexForTime"); \ +static_assert(offsetof(ControlRigTestData_GetFrameIndexForTime, InSeconds) == 0x000000, "Member 'ControlRigTestData_GetFrameIndexForTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTestData_GetFrameIndexForTime, bInput) == 0x000008, "Member 'ControlRigTestData_GetFrameIndexForTime::bInput' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTestData_GetFrameIndexForTime, ReturnValue) == 0x00000C, "Member 'ControlRigTestData_GetFrameIndexForTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigTestData \ +static_assert(alignof(UControlRigTestData) == 0x000008, "Wrong alignment on UControlRigTestData"); \ +static_assert(sizeof(UControlRigTestData) == 0x000528, "Wrong size on UControlRigTestData"); \ +static_assert(offsetof(UControlRigTestData, Initial) == 0x0003E8, "Member 'UControlRigTestData::Initial' has a wrong offset!"); \ +static_assert(offsetof(UControlRigTestData, InputFrames) == 0x0004F0, "Member 'UControlRigTestData::InputFrames' has a wrong offset!"); \ +static_assert(offsetof(UControlRigTestData, OutputFrames) == 0x000500, "Member 'UControlRigTestData::OutputFrames' has a wrong offset!"); \ +static_assert(offsetof(UControlRigTestData, EventQueue) == 0x000510, "Member 'UControlRigTestData::EventQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigValidator \ +static_assert(alignof(UControlRigValidator) == 0x000008, "Wrong alignment on UControlRigValidator"); \ +static_assert(sizeof(UControlRigValidator) == 0x000068, "Wrong size on UControlRigValidator"); \ +static_assert(offsetof(UControlRigValidator, Passes) == 0x000028, "Member 'UControlRigValidator::Passes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigValidationPass \ +static_assert(alignof(UControlRigValidationPass) == 0x000008, "Wrong alignment on UControlRigValidationPass"); \ +static_assert(sizeof(UControlRigValidationPass) == 0x000028, "Wrong size on UControlRigValidationPass"); \ + +#define DUMPER7_ASSERTS_ModularRig_ExecuteEventOnAllModules \ +static_assert(alignof(ModularRig_ExecuteEventOnAllModules) == 0x000008, "Wrong alignment on ModularRig_ExecuteEventOnAllModules"); \ +static_assert(sizeof(ModularRig_ExecuteEventOnAllModules) == 0x000018, "Wrong size on ModularRig_ExecuteEventOnAllModules"); \ +static_assert(offsetof(ModularRig_ExecuteEventOnAllModules, InEvent) == 0x000000, "Member 'ModularRig_ExecuteEventOnAllModules::InEvent' has a wrong offset!"); \ +static_assert(offsetof(ModularRig_ExecuteEventOnAllModules, ReturnValue) == 0x000008, "Member 'ModularRig_ExecuteEventOnAllModules::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRig_ExecuteEventOnModuleByNameForBP \ +static_assert(alignof(ModularRig_ExecuteEventOnModuleByNameForBP) == 0x000004, "Wrong alignment on ModularRig_ExecuteEventOnModuleByNameForBP"); \ +static_assert(sizeof(ModularRig_ExecuteEventOnModuleByNameForBP) == 0x000014, "Wrong size on ModularRig_ExecuteEventOnModuleByNameForBP"); \ +static_assert(offsetof(ModularRig_ExecuteEventOnModuleByNameForBP, InEvent) == 0x000000, "Member 'ModularRig_ExecuteEventOnModuleByNameForBP::InEvent' has a wrong offset!"); \ +static_assert(offsetof(ModularRig_ExecuteEventOnModuleByNameForBP, InModuleName) == 0x000008, "Member 'ModularRig_ExecuteEventOnModuleByNameForBP::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRig_ExecuteEventOnModuleByNameForBP, ReturnValue) == 0x000010, "Member 'ModularRig_ExecuteEventOnModuleByNameForBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRig_ExecuteEventOnModuleForBP \ +static_assert(alignof(ModularRig_ExecuteEventOnModuleForBP) == 0x000008, "Wrong alignment on ModularRig_ExecuteEventOnModuleForBP"); \ +static_assert(sizeof(ModularRig_ExecuteEventOnModuleForBP) == 0x000020, "Wrong size on ModularRig_ExecuteEventOnModuleForBP"); \ +static_assert(offsetof(ModularRig_ExecuteEventOnModuleForBP, InEvent) == 0x000000, "Member 'ModularRig_ExecuteEventOnModuleForBP::InEvent' has a wrong offset!"); \ +static_assert(offsetof(ModularRig_ExecuteEventOnModuleForBP, InModulePath) == 0x000008, "Member 'ModularRig_ExecuteEventOnModuleForBP::InModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRig_ExecuteEventOnModuleForBP, ReturnValue) == 0x000018, "Member 'ModularRig_ExecuteEventOnModuleForBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRig_GetModuleRig \ +static_assert(alignof(ModularRig_GetModuleRig) == 0x000008, "Wrong alignment on ModularRig_GetModuleRig"); \ +static_assert(sizeof(ModularRig_GetModuleRig) == 0x000018, "Wrong size on ModularRig_GetModuleRig"); \ +static_assert(offsetof(ModularRig_GetModuleRig, InModulePath) == 0x000000, "Member 'ModularRig_GetModuleRig::InModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRig_GetModuleRig, ReturnValue) == 0x000010, "Member 'ModularRig_GetModuleRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRig_GetModuleRigByName \ +static_assert(alignof(ModularRig_GetModuleRigByName) == 0x000008, "Wrong alignment on ModularRig_GetModuleRigByName"); \ +static_assert(sizeof(ModularRig_GetModuleRigByName) == 0x000010, "Wrong size on ModularRig_GetModuleRigByName"); \ +static_assert(offsetof(ModularRig_GetModuleRigByName, InModuleName) == 0x000000, "Member 'ModularRig_GetModuleRigByName::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRig_GetModuleRigByName, ReturnValue) == 0x000008, "Member 'ModularRig_GetModuleRigByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRig_GetEventsForAllModules \ +static_assert(alignof(ModularRig_GetEventsForAllModules) == 0x000008, "Wrong alignment on ModularRig_GetEventsForAllModules"); \ +static_assert(sizeof(ModularRig_GetEventsForAllModules) == 0x000010, "Wrong size on ModularRig_GetEventsForAllModules"); \ +static_assert(offsetof(ModularRig_GetEventsForAllModules, ReturnValue) == 0x000000, "Member 'ModularRig_GetEventsForAllModules::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRig_GetEventsForModule \ +static_assert(alignof(ModularRig_GetEventsForModule) == 0x000008, "Wrong alignment on ModularRig_GetEventsForModule"); \ +static_assert(sizeof(ModularRig_GetEventsForModule) == 0x000020, "Wrong size on ModularRig_GetEventsForModule"); \ +static_assert(offsetof(ModularRig_GetEventsForModule, InModulePath) == 0x000000, "Member 'ModularRig_GetEventsForModule::InModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRig_GetEventsForModule, ReturnValue) == 0x000010, "Member 'ModularRig_GetEventsForModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRig_GetEventsForModuleByName \ +static_assert(alignof(ModularRig_GetEventsForModuleByName) == 0x000008, "Wrong alignment on ModularRig_GetEventsForModuleByName"); \ +static_assert(sizeof(ModularRig_GetEventsForModuleByName) == 0x000018, "Wrong size on ModularRig_GetEventsForModuleByName"); \ +static_assert(offsetof(ModularRig_GetEventsForModuleByName, InModuleName) == 0x000000, "Member 'ModularRig_GetEventsForModuleByName::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRig_GetEventsForModuleByName, ReturnValue) == 0x000008, "Member 'ModularRig_GetEventsForModuleByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRig_GetModuleNames \ +static_assert(alignof(ModularRig_GetModuleNames) == 0x000008, "Wrong alignment on ModularRig_GetModuleNames"); \ +static_assert(sizeof(ModularRig_GetModuleNames) == 0x000010, "Wrong size on ModularRig_GetModuleNames"); \ +static_assert(offsetof(ModularRig_GetModuleNames, ReturnValue) == 0x000000, "Member 'ModularRig_GetModuleNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRig_GetModulePaths \ +static_assert(alignof(ModularRig_GetModulePaths) == 0x000008, "Wrong alignment on ModularRig_GetModulePaths"); \ +static_assert(sizeof(ModularRig_GetModulePaths) == 0x000010, "Wrong size on ModularRig_GetModulePaths"); \ +static_assert(offsetof(ModularRig_GetModulePaths, ReturnValue) == 0x000000, "Member 'ModularRig_GetModulePaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRig_GetParentModuleNameForBP \ +static_assert(alignof(ModularRig_GetParentModuleNameForBP) == 0x000004, "Wrong alignment on ModularRig_GetParentModuleNameForBP"); \ +static_assert(sizeof(ModularRig_GetParentModuleNameForBP) == 0x000010, "Wrong size on ModularRig_GetParentModuleNameForBP"); \ +static_assert(offsetof(ModularRig_GetParentModuleNameForBP, InModuleName) == 0x000000, "Member 'ModularRig_GetParentModuleNameForBP::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRig_GetParentModuleNameForBP, ReturnValue) == 0x000008, "Member 'ModularRig_GetParentModuleNameForBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRig_GetParentPathForBP \ +static_assert(alignof(ModularRig_GetParentPathForBP) == 0x000008, "Wrong alignment on ModularRig_GetParentPathForBP"); \ +static_assert(sizeof(ModularRig_GetParentPathForBP) == 0x000020, "Wrong size on ModularRig_GetParentPathForBP"); \ +static_assert(offsetof(ModularRig_GetParentPathForBP, InModulePath) == 0x000000, "Member 'ModularRig_GetParentPathForBP::InModulePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRig_GetParentPathForBP, ReturnValue) == 0x000010, "Member 'ModularRig_GetParentPathForBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModularRig \ +static_assert(alignof(UModularRig) == 0x000010, "Wrong alignment on UModularRig"); \ +static_assert(sizeof(UModularRig) == 0x000D90, "Wrong size on UModularRig"); \ +static_assert(offsetof(UModularRig, Modules) == 0x000BC0, "Member 'UModularRig::Modules' has a wrong offset!"); \ +static_assert(offsetof(UModularRig, ModularRigSettings) == 0x000BF0, "Member 'UModularRig::ModularRigSettings' has a wrong offset!"); \ +static_assert(offsetof(UModularRig, ModularRigModel) == 0x000BF8, "Member 'UModularRig::ModularRigModel' has a wrong offset!"); \ +static_assert(offsetof(UModularRig, ExecutionQueue) == 0x000CF8, "Member 'UModularRig::ExecutionQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_AddModule \ +static_assert(alignof(ModularRigController_AddModule) == 0x000008, "Wrong alignment on ModularRigController_AddModule"); \ +static_assert(sizeof(ModularRigController_AddModule) == 0x000028, "Wrong size on ModularRigController_AddModule"); \ +static_assert(offsetof(ModularRigController_AddModule, InModuleName) == 0x000000, "Member 'ModularRigController_AddModule::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddModule, InClass) == 0x000008, "Member 'ModularRigController_AddModule::InClass' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddModule, InParentModuleName) == 0x000010, "Member 'ModularRigController_AddModule::InParentModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddModule, bSetupUndo) == 0x000018, "Member 'ModularRigController_AddModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddModule, ReturnValue) == 0x00001C, "Member 'ModularRigController_AddModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_AddTargetToArrayConnector \ +static_assert(alignof(ModularRigController_AddTargetToArrayConnector) == 0x000004, "Wrong alignment on ModularRigController_AddTargetToArrayConnector"); \ +static_assert(sizeof(ModularRigController_AddTargetToArrayConnector) == 0x00001C, "Wrong size on ModularRigController_AddTargetToArrayConnector"); \ +static_assert(offsetof(ModularRigController_AddTargetToArrayConnector, InConnectorKey) == 0x000000, "Member 'ModularRigController_AddTargetToArrayConnector::InConnectorKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddTargetToArrayConnector, InTargetKey) == 0x00000C, "Member 'ModularRigController_AddTargetToArrayConnector::InTargetKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddTargetToArrayConnector, bSetupUndo) == 0x000018, "Member 'ModularRigController_AddTargetToArrayConnector::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddTargetToArrayConnector, bAutoResolveOtherConnectors) == 0x000019, "Member 'ModularRigController_AddTargetToArrayConnector::bAutoResolveOtherConnectors' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddTargetToArrayConnector, bCheckValidConnection) == 0x00001A, "Member 'ModularRigController_AddTargetToArrayConnector::bCheckValidConnection' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AddTargetToArrayConnector, ReturnValue) == 0x00001B, "Member 'ModularRigController_AddTargetToArrayConnector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_AutoConnectModules \ +static_assert(alignof(ModularRigController_AutoConnectModules) == 0x000008, "Wrong alignment on ModularRigController_AutoConnectModules"); \ +static_assert(sizeof(ModularRigController_AutoConnectModules) == 0x000018, "Wrong size on ModularRigController_AutoConnectModules"); \ +static_assert(offsetof(ModularRigController_AutoConnectModules, InModuleNames) == 0x000000, "Member 'ModularRigController_AutoConnectModules::InModuleNames' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AutoConnectModules, bReplaceExistingConnections) == 0x000010, "Member 'ModularRigController_AutoConnectModules::bReplaceExistingConnections' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AutoConnectModules, bSetupUndo) == 0x000011, "Member 'ModularRigController_AutoConnectModules::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AutoConnectModules, ReturnValue) == 0x000012, "Member 'ModularRigController_AutoConnectModules::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_AutoConnectSecondaryConnectors \ +static_assert(alignof(ModularRigController_AutoConnectSecondaryConnectors) == 0x000008, "Wrong alignment on ModularRigController_AutoConnectSecondaryConnectors"); \ +static_assert(sizeof(ModularRigController_AutoConnectSecondaryConnectors) == 0x000018, "Wrong size on ModularRigController_AutoConnectSecondaryConnectors"); \ +static_assert(offsetof(ModularRigController_AutoConnectSecondaryConnectors, InConnectorKeys) == 0x000000, "Member 'ModularRigController_AutoConnectSecondaryConnectors::InConnectorKeys' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AutoConnectSecondaryConnectors, bReplaceExistingConnections) == 0x000010, "Member 'ModularRigController_AutoConnectSecondaryConnectors::bReplaceExistingConnections' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AutoConnectSecondaryConnectors, bSetupUndo) == 0x000011, "Member 'ModularRigController_AutoConnectSecondaryConnectors::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_AutoConnectSecondaryConnectors, ReturnValue) == 0x000012, "Member 'ModularRigController_AutoConnectSecondaryConnectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_BindModuleVariable \ +static_assert(alignof(ModularRigController_BindModuleVariable) == 0x000008, "Wrong alignment on ModularRigController_BindModuleVariable"); \ +static_assert(sizeof(ModularRigController_BindModuleVariable) == 0x000028, "Wrong size on ModularRigController_BindModuleVariable"); \ +static_assert(offsetof(ModularRigController_BindModuleVariable, InModuleName) == 0x000000, "Member 'ModularRigController_BindModuleVariable::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_BindModuleVariable, InVariableName) == 0x000008, "Member 'ModularRigController_BindModuleVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_BindModuleVariable, InSourcePath) == 0x000010, "Member 'ModularRigController_BindModuleVariable::InSourcePath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_BindModuleVariable, bSetupUndo) == 0x000020, "Member 'ModularRigController_BindModuleVariable::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_BindModuleVariable, ReturnValue) == 0x000021, "Member 'ModularRigController_BindModuleVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_CanConnectConnectorToElement \ +static_assert(alignof(ModularRigController_CanConnectConnectorToElement) == 0x000008, "Wrong alignment on ModularRigController_CanConnectConnectorToElement"); \ +static_assert(sizeof(ModularRigController_CanConnectConnectorToElement) == 0x000030, "Wrong size on ModularRigController_CanConnectConnectorToElement"); \ +static_assert(offsetof(ModularRigController_CanConnectConnectorToElement, InConnectorKey) == 0x000000, "Member 'ModularRigController_CanConnectConnectorToElement::InConnectorKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_CanConnectConnectorToElement, InTargetKey) == 0x00000C, "Member 'ModularRigController_CanConnectConnectorToElement::InTargetKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_CanConnectConnectorToElement, OutErrorMessage) == 0x000018, "Member 'ModularRigController_CanConnectConnectorToElement::OutErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_CanConnectConnectorToElement, ReturnValue) == 0x000028, "Member 'ModularRigController_CanConnectConnectorToElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_CanConnectConnectorToElements \ +static_assert(alignof(ModularRigController_CanConnectConnectorToElements) == 0x000008, "Wrong alignment on ModularRigController_CanConnectConnectorToElements"); \ +static_assert(sizeof(ModularRigController_CanConnectConnectorToElements) == 0x000038, "Wrong size on ModularRigController_CanConnectConnectorToElements"); \ +static_assert(offsetof(ModularRigController_CanConnectConnectorToElements, InConnectorKey) == 0x000000, "Member 'ModularRigController_CanConnectConnectorToElements::InConnectorKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_CanConnectConnectorToElements, InTargetKeys) == 0x000010, "Member 'ModularRigController_CanConnectConnectorToElements::InTargetKeys' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_CanConnectConnectorToElements, OutErrorMessage) == 0x000020, "Member 'ModularRigController_CanConnectConnectorToElements::OutErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_CanConnectConnectorToElements, ReturnValue) == 0x000030, "Member 'ModularRigController_CanConnectConnectorToElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_ConnectConnectorToElement \ +static_assert(alignof(ModularRigController_ConnectConnectorToElement) == 0x000004, "Wrong alignment on ModularRigController_ConnectConnectorToElement"); \ +static_assert(sizeof(ModularRigController_ConnectConnectorToElement) == 0x00001C, "Wrong size on ModularRigController_ConnectConnectorToElement"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElement, InConnectorKey) == 0x000000, "Member 'ModularRigController_ConnectConnectorToElement::InConnectorKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElement, InTargetKey) == 0x00000C, "Member 'ModularRigController_ConnectConnectorToElement::InTargetKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElement, bSetupUndo) == 0x000018, "Member 'ModularRigController_ConnectConnectorToElement::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElement, bAutoResolveOtherConnectors) == 0x000019, "Member 'ModularRigController_ConnectConnectorToElement::bAutoResolveOtherConnectors' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElement, bCheckValidConnection) == 0x00001A, "Member 'ModularRigController_ConnectConnectorToElement::bCheckValidConnection' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElement, ReturnValue) == 0x00001B, "Member 'ModularRigController_ConnectConnectorToElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_ConnectConnectorToElements \ +static_assert(alignof(ModularRigController_ConnectConnectorToElements) == 0x000008, "Wrong alignment on ModularRigController_ConnectConnectorToElements"); \ +static_assert(sizeof(ModularRigController_ConnectConnectorToElements) == 0x000028, "Wrong size on ModularRigController_ConnectConnectorToElements"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElements, InConnectorKey) == 0x000000, "Member 'ModularRigController_ConnectConnectorToElements::InConnectorKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElements, InTargetKeys) == 0x000010, "Member 'ModularRigController_ConnectConnectorToElements::InTargetKeys' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElements, bSetupUndo) == 0x000020, "Member 'ModularRigController_ConnectConnectorToElements::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElements, bAutoResolveOtherConnectors) == 0x000021, "Member 'ModularRigController_ConnectConnectorToElements::bAutoResolveOtherConnectors' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElements, bCheckValidConnection) == 0x000022, "Member 'ModularRigController_ConnectConnectorToElements::bCheckValidConnection' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ConnectConnectorToElements, ReturnValue) == 0x000023, "Member 'ModularRigController_ConnectConnectorToElements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_DeleteModule \ +static_assert(alignof(ModularRigController_DeleteModule) == 0x000004, "Wrong alignment on ModularRigController_DeleteModule"); \ +static_assert(sizeof(ModularRigController_DeleteModule) == 0x00000C, "Wrong size on ModularRigController_DeleteModule"); \ +static_assert(offsetof(ModularRigController_DeleteModule, InModuleName) == 0x000000, "Member 'ModularRigController_DeleteModule::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DeleteModule, bSetupUndo) == 0x000008, "Member 'ModularRigController_DeleteModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DeleteModule, ReturnValue) == 0x000009, "Member 'ModularRigController_DeleteModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_DeselectModule \ +static_assert(alignof(ModularRigController_DeselectModule) == 0x000004, "Wrong alignment on ModularRigController_DeselectModule"); \ +static_assert(sizeof(ModularRigController_DeselectModule) == 0x00000C, "Wrong size on ModularRigController_DeselectModule"); \ +static_assert(offsetof(ModularRigController_DeselectModule, InModuleName) == 0x000000, "Member 'ModularRigController_DeselectModule::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DeselectModule, ReturnValue) == 0x000008, "Member 'ModularRigController_DeselectModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_DisconnectConnector \ +static_assert(alignof(ModularRigController_DisconnectConnector) == 0x000004, "Wrong alignment on ModularRigController_DisconnectConnector"); \ +static_assert(sizeof(ModularRigController_DisconnectConnector) == 0x000010, "Wrong size on ModularRigController_DisconnectConnector"); \ +static_assert(offsetof(ModularRigController_DisconnectConnector, InConnectorKey) == 0x000000, "Member 'ModularRigController_DisconnectConnector::InConnectorKey' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DisconnectConnector, bDisconnectSubModules) == 0x00000C, "Member 'ModularRigController_DisconnectConnector::bDisconnectSubModules' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DisconnectConnector, bSetupUndo) == 0x00000D, "Member 'ModularRigController_DisconnectConnector::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DisconnectConnector, ReturnValue) == 0x00000E, "Member 'ModularRigController_DisconnectConnector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_DisconnectCyclicConnectors \ +static_assert(alignof(ModularRigController_DisconnectCyclicConnectors) == 0x000008, "Wrong alignment on ModularRigController_DisconnectCyclicConnectors"); \ +static_assert(sizeof(ModularRigController_DisconnectCyclicConnectors) == 0x000018, "Wrong size on ModularRigController_DisconnectCyclicConnectors"); \ +static_assert(offsetof(ModularRigController_DisconnectCyclicConnectors, bSetupUndo) == 0x000000, "Member 'ModularRigController_DisconnectCyclicConnectors::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_DisconnectCyclicConnectors, ReturnValue) == 0x000008, "Member 'ModularRigController_DisconnectCyclicConnectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_ImportModuleSettingsFromString \ +static_assert(alignof(ModularRigController_ImportModuleSettingsFromString) == 0x000008, "Wrong alignment on ModularRigController_ImportModuleSettingsFromString"); \ +static_assert(sizeof(ModularRigController_ImportModuleSettingsFromString) == 0x000028, "Wrong size on ModularRigController_ImportModuleSettingsFromString"); \ +static_assert(offsetof(ModularRigController_ImportModuleSettingsFromString, InContent) == 0x000000, "Member 'ModularRigController_ImportModuleSettingsFromString::InContent' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ImportModuleSettingsFromString, InOptionalModuleNames) == 0x000010, "Member 'ModularRigController_ImportModuleSettingsFromString::InOptionalModuleNames' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ImportModuleSettingsFromString, bSetupUndo) == 0x000020, "Member 'ModularRigController_ImportModuleSettingsFromString::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ImportModuleSettingsFromString, ReturnValue) == 0x000021, "Member 'ModularRigController_ImportModuleSettingsFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_MirrorModule \ +static_assert(alignof(ModularRigController_MirrorModule) == 0x000008, "Wrong alignment on ModularRigController_MirrorModule"); \ +static_assert(sizeof(ModularRigController_MirrorModule) == 0x000040, "Wrong size on ModularRigController_MirrorModule"); \ +static_assert(offsetof(ModularRigController_MirrorModule, InModuleName) == 0x000000, "Member 'ModularRigController_MirrorModule::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_MirrorModule, InSettings) == 0x000008, "Member 'ModularRigController_MirrorModule::InSettings' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_MirrorModule, bSetupUndo) == 0x000030, "Member 'ModularRigController_MirrorModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_MirrorModule, ReturnValue) == 0x000034, "Member 'ModularRigController_MirrorModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_RenameModule \ +static_assert(alignof(ModularRigController_RenameModule) == 0x000004, "Wrong alignment on ModularRigController_RenameModule"); \ +static_assert(sizeof(ModularRigController_RenameModule) == 0x00001C, "Wrong size on ModularRigController_RenameModule"); \ +static_assert(offsetof(ModularRigController_RenameModule, InModuleName) == 0x000000, "Member 'ModularRigController_RenameModule::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_RenameModule, InNewName) == 0x000008, "Member 'ModularRigController_RenameModule::InNewName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_RenameModule, bSetupUndo) == 0x000010, "Member 'ModularRigController_RenameModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_RenameModule, ReturnValue) == 0x000014, "Member 'ModularRigController_RenameModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_ReorderModule \ +static_assert(alignof(ModularRigController_ReorderModule) == 0x000004, "Wrong alignment on ModularRigController_ReorderModule"); \ +static_assert(sizeof(ModularRigController_ReorderModule) == 0x000010, "Wrong size on ModularRigController_ReorderModule"); \ +static_assert(offsetof(ModularRigController_ReorderModule, InModuleName) == 0x000000, "Member 'ModularRigController_ReorderModule::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ReorderModule, InModuleIndex) == 0x000008, "Member 'ModularRigController_ReorderModule::InModuleIndex' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ReorderModule, bSetupUndo) == 0x00000C, "Member 'ModularRigController_ReorderModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ReorderModule, ReturnValue) == 0x00000D, "Member 'ModularRigController_ReorderModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_ReparentModule \ +static_assert(alignof(ModularRigController_ReparentModule) == 0x000004, "Wrong alignment on ModularRigController_ReparentModule"); \ +static_assert(sizeof(ModularRigController_ReparentModule) == 0x000014, "Wrong size on ModularRigController_ReparentModule"); \ +static_assert(offsetof(ModularRigController_ReparentModule, InModuleName) == 0x000000, "Member 'ModularRigController_ReparentModule::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ReparentModule, InNewParentModuleName) == 0x000008, "Member 'ModularRigController_ReparentModule::InNewParentModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ReparentModule, bSetupUndo) == 0x000010, "Member 'ModularRigController_ReparentModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ReparentModule, ReturnValue) == 0x000011, "Member 'ModularRigController_ReparentModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_ResetConfigValueInModule \ +static_assert(alignof(ModularRigController_ResetConfigValueInModule) == 0x000008, "Wrong alignment on ModularRigController_ResetConfigValueInModule"); \ +static_assert(sizeof(ModularRigController_ResetConfigValueInModule) == 0x000020, "Wrong size on ModularRigController_ResetConfigValueInModule"); \ +static_assert(offsetof(ModularRigController_ResetConfigValueInModule, InModuleName) == 0x000000, "Member 'ModularRigController_ResetConfigValueInModule::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ResetConfigValueInModule, InPath) == 0x000008, "Member 'ModularRigController_ResetConfigValueInModule::InPath' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ResetConfigValueInModule, bClearOverride) == 0x000018, "Member 'ModularRigController_ResetConfigValueInModule::bClearOverride' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ResetConfigValueInModule, bSetupUndo) == 0x000019, "Member 'ModularRigController_ResetConfigValueInModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ResetConfigValueInModule, ReturnValue) == 0x00001A, "Member 'ModularRigController_ResetConfigValueInModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_SelectModule \ +static_assert(alignof(ModularRigController_SelectModule) == 0x000004, "Wrong alignment on ModularRigController_SelectModule"); \ +static_assert(sizeof(ModularRigController_SelectModule) == 0x00000C, "Wrong size on ModularRigController_SelectModule"); \ +static_assert(offsetof(ModularRigController_SelectModule, InModuleName) == 0x000000, "Member 'ModularRigController_SelectModule::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SelectModule, InSelected) == 0x000008, "Member 'ModularRigController_SelectModule::InSelected' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SelectModule, ReturnValue) == 0x000009, "Member 'ModularRigController_SelectModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_SetConfigValueInModule \ +static_assert(alignof(ModularRigController_SetConfigValueInModule) == 0x000008, "Wrong alignment on ModularRigController_SetConfigValueInModule"); \ +static_assert(sizeof(ModularRigController_SetConfigValueInModule) == 0x000028, "Wrong size on ModularRigController_SetConfigValueInModule"); \ +static_assert(offsetof(ModularRigController_SetConfigValueInModule, InModuleName) == 0x000000, "Member 'ModularRigController_SetConfigValueInModule::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SetConfigValueInModule, InVariableName) == 0x000008, "Member 'ModularRigController_SetConfigValueInModule::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SetConfigValueInModule, InValue) == 0x000010, "Member 'ModularRigController_SetConfigValueInModule::InValue' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SetConfigValueInModule, bSetupUndo) == 0x000020, "Member 'ModularRigController_SetConfigValueInModule::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SetConfigValueInModule, ReturnValue) == 0x000021, "Member 'ModularRigController_SetConfigValueInModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_SetModuleSelection \ +static_assert(alignof(ModularRigController_SetModuleSelection) == 0x000008, "Wrong alignment on ModularRigController_SetModuleSelection"); \ +static_assert(sizeof(ModularRigController_SetModuleSelection) == 0x000018, "Wrong size on ModularRigController_SetModuleSelection"); \ +static_assert(offsetof(ModularRigController_SetModuleSelection, InModuleNames) == 0x000000, "Member 'ModularRigController_SetModuleSelection::InModuleNames' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SetModuleSelection, ReturnValue) == 0x000010, "Member 'ModularRigController_SetModuleSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_SwapModuleClass \ +static_assert(alignof(ModularRigController_SwapModuleClass) == 0x000008, "Wrong alignment on ModularRigController_SwapModuleClass"); \ +static_assert(sizeof(ModularRigController_SwapModuleClass) == 0x000018, "Wrong size on ModularRigController_SwapModuleClass"); \ +static_assert(offsetof(ModularRigController_SwapModuleClass, InModuleName) == 0x000000, "Member 'ModularRigController_SwapModuleClass::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SwapModuleClass, InNewClass) == 0x000008, "Member 'ModularRigController_SwapModuleClass::InNewClass' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SwapModuleClass, bSetupUndo) == 0x000010, "Member 'ModularRigController_SwapModuleClass::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SwapModuleClass, ReturnValue) == 0x000011, "Member 'ModularRigController_SwapModuleClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_SwapModulesOfClass \ +static_assert(alignof(ModularRigController_SwapModulesOfClass) == 0x000008, "Wrong alignment on ModularRigController_SwapModulesOfClass"); \ +static_assert(sizeof(ModularRigController_SwapModulesOfClass) == 0x000018, "Wrong size on ModularRigController_SwapModulesOfClass"); \ +static_assert(offsetof(ModularRigController_SwapModulesOfClass, InOldClass) == 0x000000, "Member 'ModularRigController_SwapModulesOfClass::InOldClass' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SwapModulesOfClass, InNewClass) == 0x000008, "Member 'ModularRigController_SwapModulesOfClass::InNewClass' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SwapModulesOfClass, bSetupUndo) == 0x000010, "Member 'ModularRigController_SwapModulesOfClass::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_SwapModulesOfClass, ReturnValue) == 0x000011, "Member 'ModularRigController_SwapModulesOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_UnBindModuleVariable \ +static_assert(alignof(ModularRigController_UnBindModuleVariable) == 0x000004, "Wrong alignment on ModularRigController_UnBindModuleVariable"); \ +static_assert(sizeof(ModularRigController_UnBindModuleVariable) == 0x000014, "Wrong size on ModularRigController_UnBindModuleVariable"); \ +static_assert(offsetof(ModularRigController_UnBindModuleVariable, InModuleName) == 0x000000, "Member 'ModularRigController_UnBindModuleVariable::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_UnBindModuleVariable, InVariableName) == 0x000008, "Member 'ModularRigController_UnBindModuleVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_UnBindModuleVariable, bSetupUndo) == 0x000010, "Member 'ModularRigController_UnBindModuleVariable::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_UnBindModuleVariable, ReturnValue) == 0x000011, "Member 'ModularRigController_UnBindModuleVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_ExportModuleSettingsToString \ +static_assert(alignof(ModularRigController_ExportModuleSettingsToString) == 0x000008, "Wrong alignment on ModularRigController_ExportModuleSettingsToString"); \ +static_assert(sizeof(ModularRigController_ExportModuleSettingsToString) == 0x000020, "Wrong size on ModularRigController_ExportModuleSettingsToString"); \ +static_assert(offsetof(ModularRigController_ExportModuleSettingsToString, InModuleNames) == 0x000000, "Member 'ModularRigController_ExportModuleSettingsToString::InModuleNames' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_ExportModuleSettingsToString, ReturnValue) == 0x000010, "Member 'ModularRigController_ExportModuleSettingsToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_GetAllModules \ +static_assert(alignof(ModularRigController_GetAllModules) == 0x000008, "Wrong alignment on ModularRigController_GetAllModules"); \ +static_assert(sizeof(ModularRigController_GetAllModules) == 0x000010, "Wrong size on ModularRigController_GetAllModules"); \ +static_assert(offsetof(ModularRigController_GetAllModules, ReturnValue) == 0x000000, "Member 'ModularRigController_GetAllModules::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_GetConnectorsForModule \ +static_assert(alignof(ModularRigController_GetConnectorsForModule) == 0x000008, "Wrong alignment on ModularRigController_GetConnectorsForModule"); \ +static_assert(sizeof(ModularRigController_GetConnectorsForModule) == 0x000018, "Wrong size on ModularRigController_GetConnectorsForModule"); \ +static_assert(offsetof(ModularRigController_GetConnectorsForModule, InModuleName) == 0x000000, "Member 'ModularRigController_GetConnectorsForModule::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_GetConnectorsForModule, ReturnValue) == 0x000008, "Member 'ModularRigController_GetConnectorsForModule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_GetModuleReference \ +static_assert(alignof(ModularRigController_GetModuleReference) == 0x000008, "Wrong alignment on ModularRigController_GetModuleReference"); \ +static_assert(sizeof(ModularRigController_GetModuleReference) == 0x0002D8, "Wrong size on ModularRigController_GetModuleReference"); \ +static_assert(offsetof(ModularRigController_GetModuleReference, InModuleName) == 0x000000, "Member 'ModularRigController_GetModuleReference::InModuleName' has a wrong offset!"); \ +static_assert(offsetof(ModularRigController_GetModuleReference, ReturnValue) == 0x000008, "Member 'ModularRigController_GetModuleReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ModularRigController_GetSelectedModules \ +static_assert(alignof(ModularRigController_GetSelectedModules) == 0x000008, "Wrong alignment on ModularRigController_GetSelectedModules"); \ +static_assert(sizeof(ModularRigController_GetSelectedModules) == 0x000010, "Wrong size on ModularRigController_GetSelectedModules"); \ +static_assert(offsetof(ModularRigController_GetSelectedModules, ReturnValue) == 0x000000, "Member 'ModularRigController_GetSelectedModules::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModularRigController \ +static_assert(alignof(UModularRigController) == 0x000008, "Wrong alignment on UModularRigController"); \ +static_assert(sizeof(UModularRigController) == 0x000050, "Wrong size on UModularRigController"); \ + +#define DUMPER7_ASSERTS_UModularRigRuleManager \ +static_assert(alignof(UModularRigRuleManager) == 0x000008, "Wrong alignment on UModularRigRuleManager"); \ +static_assert(sizeof(UModularRigRuleManager) == 0x000030, "Wrong size on UModularRigRuleManager"); \ + +#define DUMPER7_ASSERTS_UAdditiveControlRig \ +static_assert(alignof(UAdditiveControlRig) == 0x000010, "Wrong alignment on UAdditiveControlRig"); \ +static_assert(sizeof(UAdditiveControlRig) == 0x000BD0, "Wrong size on UAdditiveControlRig"); \ + +#define DUMPER7_ASSERTS_UFKControlRig \ +static_assert(alignof(UFKControlRig) == 0x000010, "Wrong alignment on UFKControlRig"); \ +static_assert(sizeof(UFKControlRig) == 0x000C00, "Wrong size on UFKControlRig"); \ +static_assert(offsetof(UFKControlRig, IsControlActive) == 0x000BC0, "Member 'UFKControlRig::IsControlActive' has a wrong offset!"); \ +static_assert(offsetof(UFKControlRig, ApplyMode) == 0x000BD0, "Member 'UFKControlRig::ApplyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetEulerTransformFromControlValue \ +static_assert(alignof(RigHierarchy_GetEulerTransformFromControlValue) == 0x000008, "Wrong alignment on RigHierarchy_GetEulerTransformFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetEulerTransformFromControlValue) == 0x0000D0, "Wrong size on RigHierarchy_GetEulerTransformFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetEulerTransformFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetEulerTransformFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetEulerTransformFromControlValue, ReturnValue) == 0x000088, "Member 'RigHierarchy_GetEulerTransformFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetFloatFromControlValue \ +static_assert(alignof(RigHierarchy_GetFloatFromControlValue) == 0x000004, "Wrong alignment on RigHierarchy_GetFloatFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetFloatFromControlValue) == 0x000088, "Wrong size on RigHierarchy_GetFloatFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetFloatFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetFloatFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFloatFromControlValue, ReturnValue) == 0x000084, "Member 'RigHierarchy_GetFloatFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetIntFromControlValue \ +static_assert(alignof(RigHierarchy_GetIntFromControlValue) == 0x000004, "Wrong alignment on RigHierarchy_GetIntFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetIntFromControlValue) == 0x000088, "Wrong size on RigHierarchy_GetIntFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetIntFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetIntFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetIntFromControlValue, ReturnValue) == 0x000084, "Member 'RigHierarchy_GetIntFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRotatorFromControlValue \ +static_assert(alignof(RigHierarchy_GetRotatorFromControlValue) == 0x000008, "Wrong alignment on RigHierarchy_GetRotatorFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetRotatorFromControlValue) == 0x0000A0, "Wrong size on RigHierarchy_GetRotatorFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetRotatorFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetRotatorFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRotatorFromControlValue, ReturnValue) == 0x000088, "Member 'RigHierarchy_GetRotatorFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetTransformFromControlValue \ +static_assert(alignof(RigHierarchy_GetTransformFromControlValue) == 0x000010, "Wrong alignment on RigHierarchy_GetTransformFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetTransformFromControlValue) == 0x0000F0, "Wrong size on RigHierarchy_GetTransformFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetTransformFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetTransformFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformFromControlValue, ReturnValue) == 0x000090, "Member 'RigHierarchy_GetTransformFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetTransformNoScaleFromControlValue \ +static_assert(alignof(RigHierarchy_GetTransformNoScaleFromControlValue) == 0x000010, "Wrong alignment on RigHierarchy_GetTransformNoScaleFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetTransformNoScaleFromControlValue) == 0x0000D0, "Wrong size on RigHierarchy_GetTransformNoScaleFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetTransformNoScaleFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetTransformNoScaleFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformNoScaleFromControlValue, ReturnValue) == 0x000090, "Member 'RigHierarchy_GetTransformNoScaleFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetVector2DFromControlValue \ +static_assert(alignof(RigHierarchy_GetVector2DFromControlValue) == 0x000008, "Wrong alignment on RigHierarchy_GetVector2DFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetVector2DFromControlValue) == 0x000098, "Wrong size on RigHierarchy_GetVector2DFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetVector2DFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetVector2DFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVector2DFromControlValue, ReturnValue) == 0x000088, "Member 'RigHierarchy_GetVector2DFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetVectorFromControlValue \ +static_assert(alignof(RigHierarchy_GetVectorFromControlValue) == 0x000008, "Wrong alignment on RigHierarchy_GetVectorFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetVectorFromControlValue) == 0x0000A0, "Wrong size on RigHierarchy_GetVectorFromControlValue"); \ +static_assert(offsetof(RigHierarchy_GetVectorFromControlValue, InValue) == 0x000000, "Member 'RigHierarchy_GetVectorFromControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVectorFromControlValue, ReturnValue) == 0x000088, "Member 'RigHierarchy_GetVectorFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromBool \ +static_assert(alignof(RigHierarchy_MakeControlValueFromBool) == 0x000004, "Wrong alignment on RigHierarchy_MakeControlValueFromBool"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromBool) == 0x000088, "Wrong size on RigHierarchy_MakeControlValueFromBool"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromBool, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromBool::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromBool, ReturnValue) == 0x000004, "Member 'RigHierarchy_MakeControlValueFromBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromEulerTransform \ +static_assert(alignof(RigHierarchy_MakeControlValueFromEulerTransform) == 0x000008, "Wrong alignment on RigHierarchy_MakeControlValueFromEulerTransform"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromEulerTransform) == 0x0000D0, "Wrong size on RigHierarchy_MakeControlValueFromEulerTransform"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromEulerTransform, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromEulerTransform::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromEulerTransform, ReturnValue) == 0x000048, "Member 'RigHierarchy_MakeControlValueFromEulerTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromFloat \ +static_assert(alignof(RigHierarchy_MakeControlValueFromFloat) == 0x000004, "Wrong alignment on RigHierarchy_MakeControlValueFromFloat"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromFloat) == 0x000088, "Wrong size on RigHierarchy_MakeControlValueFromFloat"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromFloat, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromFloat::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromFloat, ReturnValue) == 0x000004, "Member 'RigHierarchy_MakeControlValueFromFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromInt \ +static_assert(alignof(RigHierarchy_MakeControlValueFromInt) == 0x000004, "Wrong alignment on RigHierarchy_MakeControlValueFromInt"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromInt) == 0x000088, "Wrong size on RigHierarchy_MakeControlValueFromInt"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromInt, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromInt::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromInt, ReturnValue) == 0x000004, "Member 'RigHierarchy_MakeControlValueFromInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromRotator \ +static_assert(alignof(RigHierarchy_MakeControlValueFromRotator) == 0x000008, "Wrong alignment on RigHierarchy_MakeControlValueFromRotator"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromRotator) == 0x0000A0, "Wrong size on RigHierarchy_MakeControlValueFromRotator"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromRotator, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromRotator::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromRotator, ReturnValue) == 0x000018, "Member 'RigHierarchy_MakeControlValueFromRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromTransform \ +static_assert(alignof(RigHierarchy_MakeControlValueFromTransform) == 0x000010, "Wrong alignment on RigHierarchy_MakeControlValueFromTransform"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromTransform) == 0x0000F0, "Wrong size on RigHierarchy_MakeControlValueFromTransform"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromTransform, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromTransform::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromTransform, ReturnValue) == 0x000060, "Member 'RigHierarchy_MakeControlValueFromTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromTransformNoScale \ +static_assert(alignof(RigHierarchy_MakeControlValueFromTransformNoScale) == 0x000010, "Wrong alignment on RigHierarchy_MakeControlValueFromTransformNoScale"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromTransformNoScale) == 0x0000D0, "Wrong size on RigHierarchy_MakeControlValueFromTransformNoScale"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromTransformNoScale, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromTransformNoScale::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromTransformNoScale, ReturnValue) == 0x000040, "Member 'RigHierarchy_MakeControlValueFromTransformNoScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromVector \ +static_assert(alignof(RigHierarchy_MakeControlValueFromVector) == 0x000008, "Wrong alignment on RigHierarchy_MakeControlValueFromVector"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromVector) == 0x0000A0, "Wrong size on RigHierarchy_MakeControlValueFromVector"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromVector, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromVector::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromVector, ReturnValue) == 0x000018, "Member 'RigHierarchy_MakeControlValueFromVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromVector2D \ +static_assert(alignof(RigHierarchy_MakeControlValueFromVector2D) == 0x000008, "Wrong alignment on RigHierarchy_MakeControlValueFromVector2D"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromVector2D) == 0x000098, "Wrong size on RigHierarchy_MakeControlValueFromVector2D"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromVector2D, InValue) == 0x000000, "Member 'RigHierarchy_MakeControlValueFromVector2D::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_MakeControlValueFromVector2D, ReturnValue) == 0x000010, "Member 'RigHierarchy_MakeControlValueFromVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_CopyHierarchy \ +static_assert(alignof(RigHierarchy_CopyHierarchy) == 0x000008, "Wrong alignment on RigHierarchy_CopyHierarchy"); \ +static_assert(sizeof(RigHierarchy_CopyHierarchy) == 0x000008, "Wrong size on RigHierarchy_CopyHierarchy"); \ +static_assert(offsetof(RigHierarchy_CopyHierarchy, InHierarchy) == 0x000000, "Member 'RigHierarchy_CopyHierarchy::InHierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_CopyPose \ +static_assert(alignof(RigHierarchy_CopyPose) == 0x000008, "Wrong alignment on RigHierarchy_CopyPose"); \ +static_assert(sizeof(RigHierarchy_CopyPose) == 0x000010, "Wrong size on RigHierarchy_CopyPose"); \ +static_assert(offsetof(RigHierarchy_CopyPose, InHierarchy) == 0x000000, "Member 'RigHierarchy_CopyPose::InHierarchy' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_CopyPose, bCurrent) == 0x000008, "Member 'RigHierarchy_CopyPose::bCurrent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_CopyPose, bInitial) == 0x000009, "Member 'RigHierarchy_CopyPose::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_CopyPose, bWeights) == 0x00000A, "Member 'RigHierarchy_CopyPose::bWeights' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_CopyPose, bMatchPoseInGlobalIfNeeded) == 0x00000B, "Member 'RigHierarchy_CopyPose::bMatchPoseInGlobalIfNeeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetController \ +static_assert(alignof(RigHierarchy_GetController) == 0x000008, "Wrong alignment on RigHierarchy_GetController"); \ +static_assert(sizeof(RigHierarchy_GetController) == 0x000010, "Wrong size on RigHierarchy_GetController"); \ +static_assert(offsetof(RigHierarchy_GetController, bCreateIfNeeded) == 0x000000, "Member 'RigHierarchy_GetController::bCreateIfNeeded' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetController, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRuleManager \ +static_assert(alignof(RigHierarchy_GetRuleManager) == 0x000008, "Wrong alignment on RigHierarchy_GetRuleManager"); \ +static_assert(sizeof(RigHierarchy_GetRuleManager) == 0x000010, "Wrong size on RigHierarchy_GetRuleManager"); \ +static_assert(offsetof(RigHierarchy_GetRuleManager, bCreateIfNeeded) == 0x000000, "Member 'RigHierarchy_GetRuleManager::bCreateIfNeeded' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRuleManager, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetRuleManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_RemoveAllMetadata \ +static_assert(alignof(RigHierarchy_RemoveAllMetadata) == 0x000004, "Wrong alignment on RigHierarchy_RemoveAllMetadata"); \ +static_assert(sizeof(RigHierarchy_RemoveAllMetadata) == 0x000010, "Wrong size on RigHierarchy_RemoveAllMetadata"); \ +static_assert(offsetof(RigHierarchy_RemoveAllMetadata, InItem) == 0x000000, "Member 'RigHierarchy_RemoveAllMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RemoveAllMetadata, ReturnValue) == 0x00000C, "Member 'RigHierarchy_RemoveAllMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_RemoveMetadata \ +static_assert(alignof(RigHierarchy_RemoveMetadata) == 0x000004, "Wrong alignment on RigHierarchy_RemoveMetadata"); \ +static_assert(sizeof(RigHierarchy_RemoveMetadata) == 0x000018, "Wrong size on RigHierarchy_RemoveMetadata"); \ +static_assert(offsetof(RigHierarchy_RemoveMetadata, InItem) == 0x000000, "Member 'RigHierarchy_RemoveMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RemoveMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_RemoveMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RemoveMetadata, ReturnValue) == 0x000014, "Member 'RigHierarchy_RemoveMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_ResetPoseToInitial \ +static_assert(alignof(RigHierarchy_ResetPoseToInitial) == 0x000001, "Wrong alignment on RigHierarchy_ResetPoseToInitial"); \ +static_assert(sizeof(RigHierarchy_ResetPoseToInitial) == 0x000001, "Wrong size on RigHierarchy_ResetPoseToInitial"); \ +static_assert(offsetof(RigHierarchy_ResetPoseToInitial, InTypeFilter) == 0x000000, "Member 'RigHierarchy_ResetPoseToInitial::InTypeFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_RestoreConnectorsFromStates \ +static_assert(alignof(RigHierarchy_RestoreConnectorsFromStates) == 0x000008, "Wrong alignment on RigHierarchy_RestoreConnectorsFromStates"); \ +static_assert(sizeof(RigHierarchy_RestoreConnectorsFromStates) == 0x000028, "Wrong size on RigHierarchy_RestoreConnectorsFromStates"); \ +static_assert(offsetof(RigHierarchy_RestoreConnectorsFromStates, InStates) == 0x000000, "Member 'RigHierarchy_RestoreConnectorsFromStates::InStates' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RestoreConnectorsFromStates, bSetupUndoRedo) == 0x000010, "Member 'RigHierarchy_RestoreConnectorsFromStates::bSetupUndoRedo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RestoreConnectorsFromStates, ReturnValue) == 0x000018, "Member 'RigHierarchy_RestoreConnectorsFromStates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_RestoreSocketsFromStates \ +static_assert(alignof(RigHierarchy_RestoreSocketsFromStates) == 0x000008, "Wrong alignment on RigHierarchy_RestoreSocketsFromStates"); \ +static_assert(sizeof(RigHierarchy_RestoreSocketsFromStates) == 0x000028, "Wrong size on RigHierarchy_RestoreSocketsFromStates"); \ +static_assert(offsetof(RigHierarchy_RestoreSocketsFromStates, InStates) == 0x000000, "Member 'RigHierarchy_RestoreSocketsFromStates::InStates' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RestoreSocketsFromStates, bSetupUndoRedo) == 0x000010, "Member 'RigHierarchy_RestoreSocketsFromStates::bSetupUndoRedo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_RestoreSocketsFromStates, ReturnValue) == 0x000018, "Member 'RigHierarchy_RestoreSocketsFromStates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SendAutoKeyEvent \ +static_assert(alignof(RigHierarchy_SendAutoKeyEvent) == 0x000004, "Wrong alignment on RigHierarchy_SendAutoKeyEvent"); \ +static_assert(sizeof(RigHierarchy_SendAutoKeyEvent) == 0x000014, "Wrong size on RigHierarchy_SendAutoKeyEvent"); \ +static_assert(offsetof(RigHierarchy_SendAutoKeyEvent, InElement) == 0x000000, "Member 'RigHierarchy_SendAutoKeyEvent::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SendAutoKeyEvent, InOffsetInSeconds) == 0x00000C, "Member 'RigHierarchy_SendAutoKeyEvent::InOffsetInSeconds' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SendAutoKeyEvent, bAsynchronous) == 0x000010, "Member 'RigHierarchy_SendAutoKeyEvent::bAsynchronous' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetBoolArrayMetadata \ +static_assert(alignof(RigHierarchy_SetBoolArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetBoolArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetBoolArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetBoolArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetBoolArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetBoolArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetBoolArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetBoolArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetBoolArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetBoolArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetBoolArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetBoolArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetBoolMetadata \ +static_assert(alignof(RigHierarchy_SetBoolMetadata) == 0x000004, "Wrong alignment on RigHierarchy_SetBoolMetadata"); \ +static_assert(sizeof(RigHierarchy_SetBoolMetadata) == 0x000018, "Wrong size on RigHierarchy_SetBoolMetadata"); \ +static_assert(offsetof(RigHierarchy_SetBoolMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetBoolMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetBoolMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetBoolMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetBoolMetadata, InValue) == 0x000014, "Member 'RigHierarchy_SetBoolMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetBoolMetadata, ReturnValue) == 0x000015, "Member 'RigHierarchy_SetBoolMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetConnectorSettings \ +static_assert(alignof(RigHierarchy_SetConnectorSettings) == 0x000008, "Wrong alignment on RigHierarchy_SetConnectorSettings"); \ +static_assert(sizeof(RigHierarchy_SetConnectorSettings) == 0x000040, "Wrong size on RigHierarchy_SetConnectorSettings"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettings, InKey) == 0x000000, "Member 'RigHierarchy_SetConnectorSettings::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettings, InSettings) == 0x000010, "Member 'RigHierarchy_SetConnectorSettings::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettings, bSetupUndo) == 0x000038, "Member 'RigHierarchy_SetConnectorSettings::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettings, bForce) == 0x000039, "Member 'RigHierarchy_SetConnectorSettings::bForce' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettings, bPrintPythonCommands) == 0x00003A, "Member 'RigHierarchy_SetConnectorSettings::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetConnectorSettingsByIndex \ +static_assert(alignof(RigHierarchy_SetConnectorSettingsByIndex) == 0x000008, "Wrong alignment on RigHierarchy_SetConnectorSettingsByIndex"); \ +static_assert(sizeof(RigHierarchy_SetConnectorSettingsByIndex) == 0x000038, "Wrong size on RigHierarchy_SetConnectorSettingsByIndex"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettingsByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetConnectorSettingsByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettingsByIndex, InSettings) == 0x000008, "Member 'RigHierarchy_SetConnectorSettingsByIndex::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettingsByIndex, bSetupUndo) == 0x000030, "Member 'RigHierarchy_SetConnectorSettingsByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettingsByIndex, bForce) == 0x000031, "Member 'RigHierarchy_SetConnectorSettingsByIndex::bForce' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetConnectorSettingsByIndex, bPrintPythonCommands) == 0x000032, "Member 'RigHierarchy_SetConnectorSettingsByIndex::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlOffsetTransform \ +static_assert(alignof(RigHierarchy_SetControlOffsetTransform) == 0x000010, "Wrong alignment on RigHierarchy_SetControlOffsetTransform"); \ +static_assert(sizeof(RigHierarchy_SetControlOffsetTransform) == 0x000080, "Wrong size on RigHierarchy_SetControlOffsetTransform"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransform, InKey) == 0x000000, "Member 'RigHierarchy_SetControlOffsetTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransform, InTransform) == 0x000010, "Member 'RigHierarchy_SetControlOffsetTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransform, bInitial) == 0x000070, "Member 'RigHierarchy_SetControlOffsetTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransform, bAffectChildren) == 0x000071, "Member 'RigHierarchy_SetControlOffsetTransform::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransform, bSetupUndo) == 0x000072, "Member 'RigHierarchy_SetControlOffsetTransform::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransform, bPrintPythonCommands) == 0x000073, "Member 'RigHierarchy_SetControlOffsetTransform::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlOffsetTransformByIndex \ +static_assert(alignof(RigHierarchy_SetControlOffsetTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_SetControlOffsetTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlOffsetTransformByIndex) == 0x000080, "Wrong size on RigHierarchy_SetControlOffsetTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlOffsetTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransformByIndex, InTransform) == 0x000010, "Member 'RigHierarchy_SetControlOffsetTransformByIndex::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransformByIndex, bInitial) == 0x000070, "Member 'RigHierarchy_SetControlOffsetTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransformByIndex, bAffectChildren) == 0x000071, "Member 'RigHierarchy_SetControlOffsetTransformByIndex::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransformByIndex, bSetupUndo) == 0x000072, "Member 'RigHierarchy_SetControlOffsetTransformByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlOffsetTransformByIndex, bPrintPythonCommands) == 0x000073, "Member 'RigHierarchy_SetControlOffsetTransformByIndex::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlPreferredEulerAngles \ +static_assert(alignof(RigHierarchy_SetControlPreferredEulerAngles) == 0x000008, "Wrong alignment on RigHierarchy_SetControlPreferredEulerAngles"); \ +static_assert(sizeof(RigHierarchy_SetControlPreferredEulerAngles) == 0x000030, "Wrong size on RigHierarchy_SetControlPreferredEulerAngles"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAngles, InKey) == 0x000000, "Member 'RigHierarchy_SetControlPreferredEulerAngles::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAngles, InEulerAngles) == 0x000010, "Member 'RigHierarchy_SetControlPreferredEulerAngles::InEulerAngles' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAngles, InRotationOrder) == 0x000028, "Member 'RigHierarchy_SetControlPreferredEulerAngles::InRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAngles, bInitial) == 0x000029, "Member 'RigHierarchy_SetControlPreferredEulerAngles::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAngles, bFixEulerFlips) == 0x00002A, "Member 'RigHierarchy_SetControlPreferredEulerAngles::bFixEulerFlips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlPreferredEulerAnglesByIndex \ +static_assert(alignof(RigHierarchy_SetControlPreferredEulerAnglesByIndex) == 0x000008, "Wrong alignment on RigHierarchy_SetControlPreferredEulerAnglesByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlPreferredEulerAnglesByIndex) == 0x000028, "Wrong size on RigHierarchy_SetControlPreferredEulerAnglesByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAnglesByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlPreferredEulerAnglesByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAnglesByIndex, InEulerAngles) == 0x000008, "Member 'RigHierarchy_SetControlPreferredEulerAnglesByIndex::InEulerAngles' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAnglesByIndex, InRotationOrder) == 0x000020, "Member 'RigHierarchy_SetControlPreferredEulerAnglesByIndex::InRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAnglesByIndex, bInitial) == 0x000021, "Member 'RigHierarchy_SetControlPreferredEulerAnglesByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredEulerAnglesByIndex, bFixEulerFlips) == 0x000022, "Member 'RigHierarchy_SetControlPreferredEulerAnglesByIndex::bFixEulerFlips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlPreferredRotationOrder \ +static_assert(alignof(RigHierarchy_SetControlPreferredRotationOrder) == 0x000004, "Wrong alignment on RigHierarchy_SetControlPreferredRotationOrder"); \ +static_assert(sizeof(RigHierarchy_SetControlPreferredRotationOrder) == 0x000010, "Wrong size on RigHierarchy_SetControlPreferredRotationOrder"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotationOrder, InKey) == 0x000000, "Member 'RigHierarchy_SetControlPreferredRotationOrder::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotationOrder, InRotationOrder) == 0x00000C, "Member 'RigHierarchy_SetControlPreferredRotationOrder::InRotationOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlPreferredRotationOrderByIndex \ +static_assert(alignof(RigHierarchy_SetControlPreferredRotationOrderByIndex) == 0x000004, "Wrong alignment on RigHierarchy_SetControlPreferredRotationOrderByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlPreferredRotationOrderByIndex) == 0x000008, "Wrong size on RigHierarchy_SetControlPreferredRotationOrderByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotationOrderByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlPreferredRotationOrderByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotationOrderByIndex, InRotationOrder) == 0x000004, "Member 'RigHierarchy_SetControlPreferredRotationOrderByIndex::InRotationOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlPreferredRotator \ +static_assert(alignof(RigHierarchy_SetControlPreferredRotator) == 0x000008, "Wrong alignment on RigHierarchy_SetControlPreferredRotator"); \ +static_assert(sizeof(RigHierarchy_SetControlPreferredRotator) == 0x000030, "Wrong size on RigHierarchy_SetControlPreferredRotator"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotator, InKey) == 0x000000, "Member 'RigHierarchy_SetControlPreferredRotator::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotator, InRotator) == 0x000010, "Member 'RigHierarchy_SetControlPreferredRotator::InRotator' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotator, bInitial) == 0x000028, "Member 'RigHierarchy_SetControlPreferredRotator::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotator, bFixEulerFlips) == 0x000029, "Member 'RigHierarchy_SetControlPreferredRotator::bFixEulerFlips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlPreferredRotatorByIndex \ +static_assert(alignof(RigHierarchy_SetControlPreferredRotatorByIndex) == 0x000008, "Wrong alignment on RigHierarchy_SetControlPreferredRotatorByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlPreferredRotatorByIndex) == 0x000028, "Wrong size on RigHierarchy_SetControlPreferredRotatorByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotatorByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlPreferredRotatorByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotatorByIndex, InRotator) == 0x000008, "Member 'RigHierarchy_SetControlPreferredRotatorByIndex::InRotator' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotatorByIndex, bInitial) == 0x000020, "Member 'RigHierarchy_SetControlPreferredRotatorByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlPreferredRotatorByIndex, bFixEulerFlips) == 0x000021, "Member 'RigHierarchy_SetControlPreferredRotatorByIndex::bFixEulerFlips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlSettings \ +static_assert(alignof(RigHierarchy_SetControlSettings) == 0x000010, "Wrong alignment on RigHierarchy_SetControlSettings"); \ +static_assert(sizeof(RigHierarchy_SetControlSettings) == 0x000240, "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) == 0x000230, "Member 'RigHierarchy_SetControlSettings::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettings, bForce) == 0x000231, "Member 'RigHierarchy_SetControlSettings::bForce' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettings, bPrintPythonCommands) == 0x000232, "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) == 0x000240, "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) == 0x000230, "Member 'RigHierarchy_SetControlSettingsByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettingsByIndex, bForce) == 0x000231, "Member 'RigHierarchy_SetControlSettingsByIndex::bForce' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettingsByIndex, bPrintPythonCommands) == 0x000232, "Member 'RigHierarchy_SetControlSettingsByIndex::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlShapeTransform \ +static_assert(alignof(RigHierarchy_SetControlShapeTransform) == 0x000010, "Wrong alignment on RigHierarchy_SetControlShapeTransform"); \ +static_assert(sizeof(RigHierarchy_SetControlShapeTransform) == 0x000080, "Wrong size on RigHierarchy_SetControlShapeTransform"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransform, InKey) == 0x000000, "Member 'RigHierarchy_SetControlShapeTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransform, InTransform) == 0x000010, "Member 'RigHierarchy_SetControlShapeTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransform, bInitial) == 0x000070, "Member 'RigHierarchy_SetControlShapeTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransform, bSetupUndo) == 0x000071, "Member 'RigHierarchy_SetControlShapeTransform::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlShapeTransformByIndex \ +static_assert(alignof(RigHierarchy_SetControlShapeTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_SetControlShapeTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlShapeTransformByIndex) == 0x000080, "Wrong size on RigHierarchy_SetControlShapeTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlShapeTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransformByIndex, InTransform) == 0x000010, "Member 'RigHierarchy_SetControlShapeTransformByIndex::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransformByIndex, bInitial) == 0x000070, "Member 'RigHierarchy_SetControlShapeTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlShapeTransformByIndex, bSetupUndo) == 0x000071, "Member 'RigHierarchy_SetControlShapeTransformByIndex::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlValue \ +static_assert(alignof(RigHierarchy_SetControlValue) == 0x000004, "Wrong alignment on RigHierarchy_SetControlValue"); \ +static_assert(sizeof(RigHierarchy_SetControlValue) == 0x000094, "Wrong size on RigHierarchy_SetControlValue"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, InKey) == 0x000000, "Member 'RigHierarchy_SetControlValue::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, InValue) == 0x00000C, "Member 'RigHierarchy_SetControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, InValueType) == 0x000090, "Member 'RigHierarchy_SetControlValue::InValueType' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, bSetupUndo) == 0x000091, "Member 'RigHierarchy_SetControlValue::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, bPrintPythonCommands) == 0x000092, "Member 'RigHierarchy_SetControlValue::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlValueByIndex \ +static_assert(alignof(RigHierarchy_SetControlValueByIndex) == 0x000004, "Wrong alignment on RigHierarchy_SetControlValueByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlValueByIndex) == 0x00008C, "Wrong size on RigHierarchy_SetControlValueByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlValueByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, InValue) == 0x000004, "Member 'RigHierarchy_SetControlValueByIndex::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, InValueType) == 0x000088, "Member 'RigHierarchy_SetControlValueByIndex::InValueType' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, bSetupUndo) == 0x000089, "Member 'RigHierarchy_SetControlValueByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, bPrintPythonCommands) == 0x00008A, "Member 'RigHierarchy_SetControlValueByIndex::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlVisibility \ +static_assert(alignof(RigHierarchy_SetControlVisibility) == 0x000004, "Wrong alignment on RigHierarchy_SetControlVisibility"); \ +static_assert(sizeof(RigHierarchy_SetControlVisibility) == 0x000010, "Wrong size on RigHierarchy_SetControlVisibility"); \ +static_assert(offsetof(RigHierarchy_SetControlVisibility, InKey) == 0x000000, "Member 'RigHierarchy_SetControlVisibility::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlVisibility, bVisibility) == 0x00000C, "Member 'RigHierarchy_SetControlVisibility::bVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlVisibilityByIndex \ +static_assert(alignof(RigHierarchy_SetControlVisibilityByIndex) == 0x000004, "Wrong alignment on RigHierarchy_SetControlVisibilityByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlVisibilityByIndex) == 0x000008, "Wrong size on RigHierarchy_SetControlVisibilityByIndex"); \ +static_assert(offsetof(RigHierarchy_SetControlVisibilityByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetControlVisibilityByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlVisibilityByIndex, bVisibility) == 0x000004, "Member 'RigHierarchy_SetControlVisibilityByIndex::bVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetCurveValue \ +static_assert(alignof(RigHierarchy_SetCurveValue) == 0x000004, "Wrong alignment on RigHierarchy_SetCurveValue"); \ +static_assert(sizeof(RigHierarchy_SetCurveValue) == 0x000014, "Wrong size on RigHierarchy_SetCurveValue"); \ +static_assert(offsetof(RigHierarchy_SetCurveValue, InKey) == 0x000000, "Member 'RigHierarchy_SetCurveValue::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetCurveValue, InValue) == 0x00000C, "Member 'RigHierarchy_SetCurveValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetCurveValue, bSetupUndo) == 0x000010, "Member 'RigHierarchy_SetCurveValue::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetCurveValueByIndex \ +static_assert(alignof(RigHierarchy_SetCurveValueByIndex) == 0x000004, "Wrong alignment on RigHierarchy_SetCurveValueByIndex"); \ +static_assert(sizeof(RigHierarchy_SetCurveValueByIndex) == 0x00000C, "Wrong size on RigHierarchy_SetCurveValueByIndex"); \ +static_assert(offsetof(RigHierarchy_SetCurveValueByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetCurveValueByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetCurveValueByIndex, InValue) == 0x000004, "Member 'RigHierarchy_SetCurveValueByIndex::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetCurveValueByIndex, bSetupUndo) == 0x000008, "Member 'RigHierarchy_SetCurveValueByIndex::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetFloatArrayMetadata \ +static_assert(alignof(RigHierarchy_SetFloatArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetFloatArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetFloatArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetFloatArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetFloatArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetFloatArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetFloatArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetFloatArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetFloatArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetFloatArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetFloatArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetFloatArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetFloatMetadata \ +static_assert(alignof(RigHierarchy_SetFloatMetadata) == 0x000004, "Wrong alignment on RigHierarchy_SetFloatMetadata"); \ +static_assert(sizeof(RigHierarchy_SetFloatMetadata) == 0x00001C, "Wrong size on RigHierarchy_SetFloatMetadata"); \ +static_assert(offsetof(RigHierarchy_SetFloatMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetFloatMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetFloatMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetFloatMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetFloatMetadata, InValue) == 0x000014, "Member 'RigHierarchy_SetFloatMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetFloatMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_SetFloatMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetGlobalTransform \ +static_assert(alignof(RigHierarchy_SetGlobalTransform) == 0x000010, "Wrong alignment on RigHierarchy_SetGlobalTransform"); \ +static_assert(sizeof(RigHierarchy_SetGlobalTransform) == 0x000080, "Wrong size on RigHierarchy_SetGlobalTransform"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransform, InKey) == 0x000000, "Member 'RigHierarchy_SetGlobalTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransform, InTransform) == 0x000010, "Member 'RigHierarchy_SetGlobalTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransform, bInitial) == 0x000070, "Member 'RigHierarchy_SetGlobalTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransform, bAffectChildren) == 0x000071, "Member 'RigHierarchy_SetGlobalTransform::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransform, bSetupUndo) == 0x000072, "Member 'RigHierarchy_SetGlobalTransform::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransform, bPrintPythonCommand) == 0x000073, "Member 'RigHierarchy_SetGlobalTransform::bPrintPythonCommand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetGlobalTransformByIndex \ +static_assert(alignof(RigHierarchy_SetGlobalTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_SetGlobalTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_SetGlobalTransformByIndex) == 0x000080, "Wrong size on RigHierarchy_SetGlobalTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetGlobalTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransformByIndex, InTransform) == 0x000010, "Member 'RigHierarchy_SetGlobalTransformByIndex::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransformByIndex, bInitial) == 0x000070, "Member 'RigHierarchy_SetGlobalTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransformByIndex, bAffectChildren) == 0x000071, "Member 'RigHierarchy_SetGlobalTransformByIndex::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransformByIndex, bSetupUndo) == 0x000072, "Member 'RigHierarchy_SetGlobalTransformByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetGlobalTransformByIndex, bPrintPythonCommand) == 0x000073, "Member 'RigHierarchy_SetGlobalTransformByIndex::bPrintPythonCommand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetInt32ArrayMetadata \ +static_assert(alignof(RigHierarchy_SetInt32ArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetInt32ArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetInt32ArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetInt32ArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetInt32ArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetInt32ArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetInt32ArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetInt32ArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetInt32ArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetInt32ArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetInt32ArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetInt32ArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetInt32Metadata \ +static_assert(alignof(RigHierarchy_SetInt32Metadata) == 0x000004, "Wrong alignment on RigHierarchy_SetInt32Metadata"); \ +static_assert(sizeof(RigHierarchy_SetInt32Metadata) == 0x00001C, "Wrong size on RigHierarchy_SetInt32Metadata"); \ +static_assert(offsetof(RigHierarchy_SetInt32Metadata, InItem) == 0x000000, "Member 'RigHierarchy_SetInt32Metadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetInt32Metadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetInt32Metadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetInt32Metadata, InValue) == 0x000014, "Member 'RigHierarchy_SetInt32Metadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetInt32Metadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_SetInt32Metadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetLinearColorArrayMetadata \ +static_assert(alignof(RigHierarchy_SetLinearColorArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetLinearColorArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetLinearColorArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetLinearColorArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetLinearColorArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetLinearColorArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetLinearColorArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetLinearColorArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetLinearColorMetadata \ +static_assert(alignof(RigHierarchy_SetLinearColorMetadata) == 0x000004, "Wrong alignment on RigHierarchy_SetLinearColorMetadata"); \ +static_assert(sizeof(RigHierarchy_SetLinearColorMetadata) == 0x000028, "Wrong size on RigHierarchy_SetLinearColorMetadata"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetLinearColorMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetLinearColorMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorMetadata, InValue) == 0x000014, "Member 'RigHierarchy_SetLinearColorMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLinearColorMetadata, ReturnValue) == 0x000024, "Member 'RigHierarchy_SetLinearColorMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetLocalTransform \ +static_assert(alignof(RigHierarchy_SetLocalTransform) == 0x000010, "Wrong alignment on RigHierarchy_SetLocalTransform"); \ +static_assert(sizeof(RigHierarchy_SetLocalTransform) == 0x000080, "Wrong size on RigHierarchy_SetLocalTransform"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransform, InKey) == 0x000000, "Member 'RigHierarchy_SetLocalTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransform, InTransform) == 0x000010, "Member 'RigHierarchy_SetLocalTransform::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransform, bInitial) == 0x000070, "Member 'RigHierarchy_SetLocalTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransform, bAffectChildren) == 0x000071, "Member 'RigHierarchy_SetLocalTransform::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransform, bSetupUndo) == 0x000072, "Member 'RigHierarchy_SetLocalTransform::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransform, bPrintPythonCommands) == 0x000073, "Member 'RigHierarchy_SetLocalTransform::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetLocalTransformByIndex \ +static_assert(alignof(RigHierarchy_SetLocalTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_SetLocalTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_SetLocalTransformByIndex) == 0x000080, "Wrong size on RigHierarchy_SetLocalTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_SetLocalTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransformByIndex, InTransform) == 0x000010, "Member 'RigHierarchy_SetLocalTransformByIndex::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransformByIndex, bInitial) == 0x000070, "Member 'RigHierarchy_SetLocalTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransformByIndex, bAffectChildren) == 0x000071, "Member 'RigHierarchy_SetLocalTransformByIndex::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransformByIndex, bSetupUndo) == 0x000072, "Member 'RigHierarchy_SetLocalTransformByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetLocalTransformByIndex, bPrintPythonCommands) == 0x000073, "Member 'RigHierarchy_SetLocalTransformByIndex::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetNameArrayMetadata \ +static_assert(alignof(RigHierarchy_SetNameArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetNameArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetNameArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetNameArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetNameArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetNameArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetNameArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetNameArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetNameArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetNameArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetNameArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetNameArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetNameMetadata \ +static_assert(alignof(RigHierarchy_SetNameMetadata) == 0x000004, "Wrong alignment on RigHierarchy_SetNameMetadata"); \ +static_assert(sizeof(RigHierarchy_SetNameMetadata) == 0x000020, "Wrong size on RigHierarchy_SetNameMetadata"); \ +static_assert(offsetof(RigHierarchy_SetNameMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetNameMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetNameMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetNameMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetNameMetadata, InValue) == 0x000014, "Member 'RigHierarchy_SetNameMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetNameMetadata, ReturnValue) == 0x00001C, "Member 'RigHierarchy_SetNameMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetParentWeight \ +static_assert(alignof(RigHierarchy_SetParentWeight) == 0x000004, "Wrong alignment on RigHierarchy_SetParentWeight"); \ +static_assert(sizeof(RigHierarchy_SetParentWeight) == 0x000028, "Wrong size on RigHierarchy_SetParentWeight"); \ +static_assert(offsetof(RigHierarchy_SetParentWeight, InChild) == 0x000000, "Member 'RigHierarchy_SetParentWeight::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeight, InParent) == 0x00000C, "Member 'RigHierarchy_SetParentWeight::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeight, InWeight) == 0x000018, "Member 'RigHierarchy_SetParentWeight::InWeight' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeight, bInitial) == 0x000024, "Member 'RigHierarchy_SetParentWeight::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeight, bAffectChildren) == 0x000025, "Member 'RigHierarchy_SetParentWeight::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeight, ReturnValue) == 0x000026, "Member 'RigHierarchy_SetParentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetParentWeightArray \ +static_assert(alignof(RigHierarchy_SetParentWeightArray) == 0x000008, "Wrong alignment on RigHierarchy_SetParentWeightArray"); \ +static_assert(sizeof(RigHierarchy_SetParentWeightArray) == 0x000028, "Wrong size on RigHierarchy_SetParentWeightArray"); \ +static_assert(offsetof(RigHierarchy_SetParentWeightArray, InChild) == 0x000000, "Member 'RigHierarchy_SetParentWeightArray::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeightArray, InWeights) == 0x000010, "Member 'RigHierarchy_SetParentWeightArray::InWeights' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeightArray, bInitial) == 0x000020, "Member 'RigHierarchy_SetParentWeightArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeightArray, bAffectChildren) == 0x000021, "Member 'RigHierarchy_SetParentWeightArray::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetParentWeightArray, ReturnValue) == 0x000022, "Member 'RigHierarchy_SetParentWeightArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetPose_ForBlueprint \ +static_assert(alignof(RigHierarchy_SetPose_ForBlueprint) == 0x000008, "Wrong alignment on RigHierarchy_SetPose_ForBlueprint"); \ +static_assert(sizeof(RigHierarchy_SetPose_ForBlueprint) == 0x000070, "Wrong size on RigHierarchy_SetPose_ForBlueprint"); \ +static_assert(offsetof(RigHierarchy_SetPose_ForBlueprint, InPose) == 0x000000, "Member 'RigHierarchy_SetPose_ForBlueprint::InPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetQuatArrayMetadata \ +static_assert(alignof(RigHierarchy_SetQuatArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetQuatArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetQuatArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetQuatArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetQuatArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetQuatArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetQuatArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetQuatArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetQuatArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetQuatArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetQuatArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetQuatArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetQuatMetadata \ +static_assert(alignof(RigHierarchy_SetQuatMetadata) == 0x000010, "Wrong alignment on RigHierarchy_SetQuatMetadata"); \ +static_assert(sizeof(RigHierarchy_SetQuatMetadata) == 0x000050, "Wrong size on RigHierarchy_SetQuatMetadata"); \ +static_assert(offsetof(RigHierarchy_SetQuatMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetQuatMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetQuatMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetQuatMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetQuatMetadata, InValue) == 0x000020, "Member 'RigHierarchy_SetQuatMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetQuatMetadata, ReturnValue) == 0x000040, "Member 'RigHierarchy_SetQuatMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetRigElementKeyArrayMetadata \ +static_assert(alignof(RigHierarchy_SetRigElementKeyArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetRigElementKeyArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetRigElementKeyArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetRigElementKeyArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetRigElementKeyArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetRigElementKeyArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetRigElementKeyArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetRigElementKeyArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetRigElementKeyMetadata \ +static_assert(alignof(RigHierarchy_SetRigElementKeyMetadata) == 0x000004, "Wrong alignment on RigHierarchy_SetRigElementKeyMetadata"); \ +static_assert(sizeof(RigHierarchy_SetRigElementKeyMetadata) == 0x000024, "Wrong size on RigHierarchy_SetRigElementKeyMetadata"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetRigElementKeyMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetRigElementKeyMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyMetadata, InValue) == 0x000014, "Member 'RigHierarchy_SetRigElementKeyMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRigElementKeyMetadata, ReturnValue) == 0x000020, "Member 'RigHierarchy_SetRigElementKeyMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetRotatorArrayMetadata \ +static_assert(alignof(RigHierarchy_SetRotatorArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetRotatorArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetRotatorArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetRotatorArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetRotatorArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetRotatorArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRotatorArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetRotatorArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRotatorArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetRotatorArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRotatorArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetRotatorArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetRotatorMetadata \ +static_assert(alignof(RigHierarchy_SetRotatorMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetRotatorMetadata"); \ +static_assert(sizeof(RigHierarchy_SetRotatorMetadata) == 0x000038, "Wrong size on RigHierarchy_SetRotatorMetadata"); \ +static_assert(offsetof(RigHierarchy_SetRotatorMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetRotatorMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRotatorMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetRotatorMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRotatorMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetRotatorMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetRotatorMetadata, ReturnValue) == 0x000030, "Member 'RigHierarchy_SetRotatorMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetTag \ +static_assert(alignof(RigHierarchy_SetTag) == 0x000004, "Wrong alignment on RigHierarchy_SetTag"); \ +static_assert(sizeof(RigHierarchy_SetTag) == 0x000018, "Wrong size on RigHierarchy_SetTag"); \ +static_assert(offsetof(RigHierarchy_SetTag, InItem) == 0x000000, "Member 'RigHierarchy_SetTag::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTag, InTag) == 0x00000C, "Member 'RigHierarchy_SetTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTag, ReturnValue) == 0x000014, "Member 'RigHierarchy_SetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetTransformArrayMetadata \ +static_assert(alignof(RigHierarchy_SetTransformArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetTransformArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetTransformArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetTransformArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetTransformArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetTransformArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTransformArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetTransformArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTransformArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetTransformArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTransformArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetTransformArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetTransformMetadata \ +static_assert(alignof(RigHierarchy_SetTransformMetadata) == 0x000010, "Wrong alignment on RigHierarchy_SetTransformMetadata"); \ +static_assert(sizeof(RigHierarchy_SetTransformMetadata) == 0x000090, "Wrong size on RigHierarchy_SetTransformMetadata"); \ +static_assert(offsetof(RigHierarchy_SetTransformMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetTransformMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTransformMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetTransformMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTransformMetadata, InValue) == 0x000020, "Member 'RigHierarchy_SetTransformMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetTransformMetadata, ReturnValue) == 0x000080, "Member 'RigHierarchy_SetTransformMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetVectorArrayMetadata \ +static_assert(alignof(RigHierarchy_SetVectorArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetVectorArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_SetVectorArrayMetadata) == 0x000030, "Wrong size on RigHierarchy_SetVectorArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_SetVectorArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetVectorArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetVectorArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetVectorArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetVectorArrayMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetVectorArrayMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetVectorArrayMetadata, ReturnValue) == 0x000028, "Member 'RigHierarchy_SetVectorArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetVectorMetadata \ +static_assert(alignof(RigHierarchy_SetVectorMetadata) == 0x000008, "Wrong alignment on RigHierarchy_SetVectorMetadata"); \ +static_assert(sizeof(RigHierarchy_SetVectorMetadata) == 0x000038, "Wrong size on RigHierarchy_SetVectorMetadata"); \ +static_assert(offsetof(RigHierarchy_SetVectorMetadata, InItem) == 0x000000, "Member 'RigHierarchy_SetVectorMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetVectorMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_SetVectorMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetVectorMetadata, InValue) == 0x000018, "Member 'RigHierarchy_SetVectorMetadata::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetVectorMetadata, ReturnValue) == 0x000030, "Member 'RigHierarchy_SetVectorMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SwitchToDefaultParent \ +static_assert(alignof(RigHierarchy_SwitchToDefaultParent) == 0x000004, "Wrong alignment on RigHierarchy_SwitchToDefaultParent"); \ +static_assert(sizeof(RigHierarchy_SwitchToDefaultParent) == 0x000010, "Wrong size on RigHierarchy_SwitchToDefaultParent"); \ +static_assert(offsetof(RigHierarchy_SwitchToDefaultParent, InChild) == 0x000000, "Member 'RigHierarchy_SwitchToDefaultParent::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToDefaultParent, bInitial) == 0x00000C, "Member 'RigHierarchy_SwitchToDefaultParent::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToDefaultParent, bAffectChildren) == 0x00000D, "Member 'RigHierarchy_SwitchToDefaultParent::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToDefaultParent, ReturnValue) == 0x00000E, "Member 'RigHierarchy_SwitchToDefaultParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SwitchToParent \ +static_assert(alignof(RigHierarchy_SwitchToParent) == 0x000004, "Wrong alignment on RigHierarchy_SwitchToParent"); \ +static_assert(sizeof(RigHierarchy_SwitchToParent) == 0x00001C, "Wrong size on RigHierarchy_SwitchToParent"); \ +static_assert(offsetof(RigHierarchy_SwitchToParent, InChild) == 0x000000, "Member 'RigHierarchy_SwitchToParent::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToParent, InParent) == 0x00000C, "Member 'RigHierarchy_SwitchToParent::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToParent, bInitial) == 0x000018, "Member 'RigHierarchy_SwitchToParent::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToParent, bAffectChildren) == 0x000019, "Member 'RigHierarchy_SwitchToParent::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToParent, ReturnValue) == 0x00001A, "Member 'RigHierarchy_SwitchToParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SwitchToWorldSpace \ +static_assert(alignof(RigHierarchy_SwitchToWorldSpace) == 0x000004, "Wrong alignment on RigHierarchy_SwitchToWorldSpace"); \ +static_assert(sizeof(RigHierarchy_SwitchToWorldSpace) == 0x000010, "Wrong size on RigHierarchy_SwitchToWorldSpace"); \ +static_assert(offsetof(RigHierarchy_SwitchToWorldSpace, InChild) == 0x000000, "Member 'RigHierarchy_SwitchToWorldSpace::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToWorldSpace, bInitial) == 0x00000C, "Member 'RigHierarchy_SwitchToWorldSpace::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToWorldSpace, bAffectChildren) == 0x00000D, "Member 'RigHierarchy_SwitchToWorldSpace::bAffectChildren' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SwitchToWorldSpace, ReturnValue) == 0x00000E, "Member 'RigHierarchy_SwitchToWorldSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_UnsetCurveValue \ +static_assert(alignof(RigHierarchy_UnsetCurveValue) == 0x000004, "Wrong alignment on RigHierarchy_UnsetCurveValue"); \ +static_assert(sizeof(RigHierarchy_UnsetCurveValue) == 0x000010, "Wrong size on RigHierarchy_UnsetCurveValue"); \ +static_assert(offsetof(RigHierarchy_UnsetCurveValue, InKey) == 0x000000, "Member 'RigHierarchy_UnsetCurveValue::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_UnsetCurveValue, bSetupUndo) == 0x00000C, "Member 'RigHierarchy_UnsetCurveValue::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_UnsetCurveValueByIndex \ +static_assert(alignof(RigHierarchy_UnsetCurveValueByIndex) == 0x000004, "Wrong alignment on RigHierarchy_UnsetCurveValueByIndex"); \ +static_assert(sizeof(RigHierarchy_UnsetCurveValueByIndex) == 0x000008, "Wrong size on RigHierarchy_UnsetCurveValueByIndex"); \ +static_assert(offsetof(RigHierarchy_UnsetCurveValueByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_UnsetCurveValueByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_UnsetCurveValueByIndex, bSetupUndo) == 0x000004, "Member 'RigHierarchy_UnsetCurveValueByIndex::bSetupUndo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_Contains_ForBlueprint \ +static_assert(alignof(RigHierarchy_Contains_ForBlueprint) == 0x000004, "Wrong alignment on RigHierarchy_Contains_ForBlueprint"); \ +static_assert(sizeof(RigHierarchy_Contains_ForBlueprint) == 0x000010, "Wrong size on RigHierarchy_Contains_ForBlueprint"); \ +static_assert(offsetof(RigHierarchy_Contains_ForBlueprint, InKey) == 0x000000, "Member 'RigHierarchy_Contains_ForBlueprint::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_Contains_ForBlueprint, ReturnValue) == 0x00000C, "Member 'RigHierarchy_Contains_ForBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_FindBone_ForBlueprintOnly \ +static_assert(alignof(RigHierarchy_FindBone_ForBlueprintOnly) == 0x000008, "Wrong alignment on RigHierarchy_FindBone_ForBlueprintOnly"); \ +static_assert(sizeof(RigHierarchy_FindBone_ForBlueprintOnly) == 0x000140, "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) == 0x0005A0, "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) == 0x000240, "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_GetAllComponentKeys \ +static_assert(alignof(RigHierarchy_GetAllComponentKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetAllComponentKeys"); \ +static_assert(sizeof(RigHierarchy_GetAllComponentKeys) == 0x000010, "Wrong size on RigHierarchy_GetAllComponentKeys"); \ +static_assert(offsetof(RigHierarchy_GetAllComponentKeys, ReturnValue) == 0x000000, "Member 'RigHierarchy_GetAllComponentKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetAllKeys_ForBlueprint \ +static_assert(alignof(RigHierarchy_GetAllKeys_ForBlueprint) == 0x000008, "Wrong alignment on RigHierarchy_GetAllKeys_ForBlueprint"); \ +static_assert(sizeof(RigHierarchy_GetAllKeys_ForBlueprint) == 0x000018, "Wrong size on RigHierarchy_GetAllKeys_ForBlueprint"); \ +static_assert(offsetof(RigHierarchy_GetAllKeys_ForBlueprint, bTraverse) == 0x000000, "Member 'RigHierarchy_GetAllKeys_ForBlueprint::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetAllKeys_ForBlueprint, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetAllKeys_ForBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetBoneKeys \ +static_assert(alignof(RigHierarchy_GetBoneKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetBoneKeys"); \ +static_assert(sizeof(RigHierarchy_GetBoneKeys) == 0x000018, "Wrong size on RigHierarchy_GetBoneKeys"); \ +static_assert(offsetof(RigHierarchy_GetBoneKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetBoneKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetBoneKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetBoneKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetBoolArrayMetadata \ +static_assert(alignof(RigHierarchy_GetBoolArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetBoolArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetBoolArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetBoolArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetBoolArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetBoolArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetBoolArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetBoolArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetBoolArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetBoolArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetBoolMetadata \ +static_assert(alignof(RigHierarchy_GetBoolMetadata) == 0x000004, "Wrong alignment on RigHierarchy_GetBoolMetadata"); \ +static_assert(sizeof(RigHierarchy_GetBoolMetadata) == 0x000018, "Wrong size on RigHierarchy_GetBoolMetadata"); \ +static_assert(offsetof(RigHierarchy_GetBoolMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetBoolMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetBoolMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetBoolMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetBoolMetadata, DefaultValue) == 0x000014, "Member 'RigHierarchy_GetBoolMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetBoolMetadata, ReturnValue) == 0x000015, "Member 'RigHierarchy_GetBoolMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetChildren \ +static_assert(alignof(RigHierarchy_GetChildren) == 0x000008, "Wrong alignment on RigHierarchy_GetChildren"); \ +static_assert(sizeof(RigHierarchy_GetChildren) == 0x000020, "Wrong size on RigHierarchy_GetChildren"); \ +static_assert(offsetof(RigHierarchy_GetChildren, InKey) == 0x000000, "Member 'RigHierarchy_GetChildren::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetChildren, bRecursive) == 0x00000C, "Member 'RigHierarchy_GetChildren::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetChildren, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetComponentContent \ +static_assert(alignof(RigHierarchy_GetComponentContent) == 0x000008, "Wrong alignment on RigHierarchy_GetComponentContent"); \ +static_assert(sizeof(RigHierarchy_GetComponentContent) == 0x000020, "Wrong size on RigHierarchy_GetComponentContent"); \ +static_assert(offsetof(RigHierarchy_GetComponentContent, InElement) == 0x000000, "Member 'RigHierarchy_GetComponentContent::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetComponentContent, InComponentIndex) == 0x00000C, "Member 'RigHierarchy_GetComponentContent::InComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetComponentContent, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetComponentContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetComponentKey \ +static_assert(alignof(RigHierarchy_GetComponentKey) == 0x000004, "Wrong alignment on RigHierarchy_GetComponentKey"); \ +static_assert(sizeof(RigHierarchy_GetComponentKey) == 0x000024, "Wrong size on RigHierarchy_GetComponentKey"); \ +static_assert(offsetof(RigHierarchy_GetComponentKey, InElement) == 0x000000, "Member 'RigHierarchy_GetComponentKey::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetComponentKey, InComponentIndex) == 0x00000C, "Member 'RigHierarchy_GetComponentKey::InComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetComponentKey, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetComponentKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetComponentKeys \ +static_assert(alignof(RigHierarchy_GetComponentKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetComponentKeys"); \ +static_assert(sizeof(RigHierarchy_GetComponentKeys) == 0x000020, "Wrong size on RigHierarchy_GetComponentKeys"); \ +static_assert(offsetof(RigHierarchy_GetComponentKeys, InElement) == 0x000000, "Member 'RigHierarchy_GetComponentKeys::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetComponentKeys, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetComponentKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetComponentName \ +static_assert(alignof(RigHierarchy_GetComponentName) == 0x000004, "Wrong alignment on RigHierarchy_GetComponentName"); \ +static_assert(sizeof(RigHierarchy_GetComponentName) == 0x000018, "Wrong size on RigHierarchy_GetComponentName"); \ +static_assert(offsetof(RigHierarchy_GetComponentName, InElement) == 0x000000, "Member 'RigHierarchy_GetComponentName::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetComponentName, InComponentIndex) == 0x00000C, "Member 'RigHierarchy_GetComponentName::InComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetComponentName, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetComponentName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetComponentType \ +static_assert(alignof(RigHierarchy_GetComponentType) == 0x000008, "Wrong alignment on RigHierarchy_GetComponentType"); \ +static_assert(sizeof(RigHierarchy_GetComponentType) == 0x000018, "Wrong size on RigHierarchy_GetComponentType"); \ +static_assert(offsetof(RigHierarchy_GetComponentType, InElement) == 0x000000, "Member 'RigHierarchy_GetComponentType::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetComponentType, InComponentIndex) == 0x00000C, "Member 'RigHierarchy_GetComponentType::InComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetComponentType, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetComponentType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetConnectorKeys \ +static_assert(alignof(RigHierarchy_GetConnectorKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetConnectorKeys"); \ +static_assert(sizeof(RigHierarchy_GetConnectorKeys) == 0x000018, "Wrong size on RigHierarchy_GetConnectorKeys"); \ +static_assert(offsetof(RigHierarchy_GetConnectorKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetConnectorKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetConnectorKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetConnectorKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetConnectorStates \ +static_assert(alignof(RigHierarchy_GetConnectorStates) == 0x000008, "Wrong alignment on RigHierarchy_GetConnectorStates"); \ +static_assert(sizeof(RigHierarchy_GetConnectorStates) == 0x000010, "Wrong size on RigHierarchy_GetConnectorStates"); \ +static_assert(offsetof(RigHierarchy_GetConnectorStates, ReturnValue) == 0x000000, "Member 'RigHierarchy_GetConnectorStates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlKeys \ +static_assert(alignof(RigHierarchy_GetControlKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetControlKeys"); \ +static_assert(sizeof(RigHierarchy_GetControlKeys) == 0x000018, "Wrong size on RigHierarchy_GetControlKeys"); \ +static_assert(offsetof(RigHierarchy_GetControlKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetControlKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetControlKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlPreferredEulerAngles \ +static_assert(alignof(RigHierarchy_GetControlPreferredEulerAngles) == 0x000008, "Wrong alignment on RigHierarchy_GetControlPreferredEulerAngles"); \ +static_assert(sizeof(RigHierarchy_GetControlPreferredEulerAngles) == 0x000028, "Wrong size on RigHierarchy_GetControlPreferredEulerAngles"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAngles, InKey) == 0x000000, "Member 'RigHierarchy_GetControlPreferredEulerAngles::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAngles, InRotationOrder) == 0x00000C, "Member 'RigHierarchy_GetControlPreferredEulerAngles::InRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAngles, bInitial) == 0x00000D, "Member 'RigHierarchy_GetControlPreferredEulerAngles::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAngles, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetControlPreferredEulerAngles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlPreferredEulerAnglesByIndex \ +static_assert(alignof(RigHierarchy_GetControlPreferredEulerAnglesByIndex) == 0x000008, "Wrong alignment on RigHierarchy_GetControlPreferredEulerAnglesByIndex"); \ +static_assert(sizeof(RigHierarchy_GetControlPreferredEulerAnglesByIndex) == 0x000020, "Wrong size on RigHierarchy_GetControlPreferredEulerAnglesByIndex"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAnglesByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetControlPreferredEulerAnglesByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAnglesByIndex, InRotationOrder) == 0x000004, "Member 'RigHierarchy_GetControlPreferredEulerAnglesByIndex::InRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAnglesByIndex, bInitial) == 0x000005, "Member 'RigHierarchy_GetControlPreferredEulerAnglesByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerAnglesByIndex, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetControlPreferredEulerAnglesByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlPreferredEulerRotationOrder \ +static_assert(alignof(RigHierarchy_GetControlPreferredEulerRotationOrder) == 0x000004, "Wrong alignment on RigHierarchy_GetControlPreferredEulerRotationOrder"); \ +static_assert(sizeof(RigHierarchy_GetControlPreferredEulerRotationOrder) == 0x000010, "Wrong size on RigHierarchy_GetControlPreferredEulerRotationOrder"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerRotationOrder, InKey) == 0x000000, "Member 'RigHierarchy_GetControlPreferredEulerRotationOrder::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerRotationOrder, bFromSettings) == 0x00000C, "Member 'RigHierarchy_GetControlPreferredEulerRotationOrder::bFromSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerRotationOrder, ReturnValue) == 0x00000D, "Member 'RigHierarchy_GetControlPreferredEulerRotationOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlPreferredEulerRotationOrderByIndex \ +static_assert(alignof(RigHierarchy_GetControlPreferredEulerRotationOrderByIndex) == 0x000004, "Wrong alignment on RigHierarchy_GetControlPreferredEulerRotationOrderByIndex"); \ +static_assert(sizeof(RigHierarchy_GetControlPreferredEulerRotationOrderByIndex) == 0x000008, "Wrong size on RigHierarchy_GetControlPreferredEulerRotationOrderByIndex"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerRotationOrderByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetControlPreferredEulerRotationOrderByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerRotationOrderByIndex, bFromSettings) == 0x000004, "Member 'RigHierarchy_GetControlPreferredEulerRotationOrderByIndex::bFromSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredEulerRotationOrderByIndex, ReturnValue) == 0x000005, "Member 'RigHierarchy_GetControlPreferredEulerRotationOrderByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlPreferredRotator \ +static_assert(alignof(RigHierarchy_GetControlPreferredRotator) == 0x000008, "Wrong alignment on RigHierarchy_GetControlPreferredRotator"); \ +static_assert(sizeof(RigHierarchy_GetControlPreferredRotator) == 0x000028, "Wrong size on RigHierarchy_GetControlPreferredRotator"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredRotator, InKey) == 0x000000, "Member 'RigHierarchy_GetControlPreferredRotator::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredRotator, bInitial) == 0x00000C, "Member 'RigHierarchy_GetControlPreferredRotator::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredRotator, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetControlPreferredRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlPreferredRotatorByIndex \ +static_assert(alignof(RigHierarchy_GetControlPreferredRotatorByIndex) == 0x000008, "Wrong alignment on RigHierarchy_GetControlPreferredRotatorByIndex"); \ +static_assert(sizeof(RigHierarchy_GetControlPreferredRotatorByIndex) == 0x000020, "Wrong size on RigHierarchy_GetControlPreferredRotatorByIndex"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredRotatorByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetControlPreferredRotatorByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredRotatorByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetControlPreferredRotatorByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlPreferredRotatorByIndex, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetControlPreferredRotatorByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlValue \ +static_assert(alignof(RigHierarchy_GetControlValue) == 0x000004, "Wrong alignment on RigHierarchy_GetControlValue"); \ +static_assert(sizeof(RigHierarchy_GetControlValue) == 0x000094, "Wrong size on RigHierarchy_GetControlValue"); \ +static_assert(offsetof(RigHierarchy_GetControlValue, InKey) == 0x000000, "Member 'RigHierarchy_GetControlValue::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlValue, InValueType) == 0x00000C, "Member 'RigHierarchy_GetControlValue::InValueType' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlValue, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetControlValueByIndex \ +static_assert(alignof(RigHierarchy_GetControlValueByIndex) == 0x000004, "Wrong alignment on RigHierarchy_GetControlValueByIndex"); \ +static_assert(sizeof(RigHierarchy_GetControlValueByIndex) == 0x00008C, "Wrong size on RigHierarchy_GetControlValueByIndex"); \ +static_assert(offsetof(RigHierarchy_GetControlValueByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetControlValueByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlValueByIndex, InValueType) == 0x000004, "Member 'RigHierarchy_GetControlValueByIndex::InValueType' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetControlValueByIndex, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetControlValueByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetCurveKeys \ +static_assert(alignof(RigHierarchy_GetCurveKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetCurveKeys"); \ +static_assert(sizeof(RigHierarchy_GetCurveKeys) == 0x000010, "Wrong size on RigHierarchy_GetCurveKeys"); \ +static_assert(offsetof(RigHierarchy_GetCurveKeys, ReturnValue) == 0x000000, "Member 'RigHierarchy_GetCurveKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetCurveValue \ +static_assert(alignof(RigHierarchy_GetCurveValue) == 0x000004, "Wrong alignment on RigHierarchy_GetCurveValue"); \ +static_assert(sizeof(RigHierarchy_GetCurveValue) == 0x000010, "Wrong size on RigHierarchy_GetCurveValue"); \ +static_assert(offsetof(RigHierarchy_GetCurveValue, InKey) == 0x000000, "Member 'RigHierarchy_GetCurveValue::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetCurveValue, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetCurveValueByIndex \ +static_assert(alignof(RigHierarchy_GetCurveValueByIndex) == 0x000004, "Wrong alignment on RigHierarchy_GetCurveValueByIndex"); \ +static_assert(sizeof(RigHierarchy_GetCurveValueByIndex) == 0x000008, "Wrong size on RigHierarchy_GetCurveValueByIndex"); \ +static_assert(offsetof(RigHierarchy_GetCurveValueByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetCurveValueByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetCurveValueByIndex, ReturnValue) == 0x000004, "Member 'RigHierarchy_GetCurveValueByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetDefaultParent \ +static_assert(alignof(RigHierarchy_GetDefaultParent) == 0x000004, "Wrong alignment on RigHierarchy_GetDefaultParent"); \ +static_assert(sizeof(RigHierarchy_GetDefaultParent) == 0x000018, "Wrong size on RigHierarchy_GetDefaultParent"); \ +static_assert(offsetof(RigHierarchy_GetDefaultParent, InKey) == 0x000000, "Member 'RigHierarchy_GetDefaultParent::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetDefaultParent, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetDefaultParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetFirstParent \ +static_assert(alignof(RigHierarchy_GetFirstParent) == 0x000004, "Wrong alignment on RigHierarchy_GetFirstParent"); \ +static_assert(sizeof(RigHierarchy_GetFirstParent) == 0x000018, "Wrong size on RigHierarchy_GetFirstParent"); \ +static_assert(offsetof(RigHierarchy_GetFirstParent, InKey) == 0x000000, "Member 'RigHierarchy_GetFirstParent::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFirstParent, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetFirstParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetFloatArrayMetadata \ +static_assert(alignof(RigHierarchy_GetFloatArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetFloatArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetFloatArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetFloatArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetFloatArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetFloatArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFloatArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetFloatArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFloatArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetFloatArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetFloatMetadata \ +static_assert(alignof(RigHierarchy_GetFloatMetadata) == 0x000004, "Wrong alignment on RigHierarchy_GetFloatMetadata"); \ +static_assert(sizeof(RigHierarchy_GetFloatMetadata) == 0x00001C, "Wrong size on RigHierarchy_GetFloatMetadata"); \ +static_assert(offsetof(RigHierarchy_GetFloatMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetFloatMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFloatMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetFloatMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFloatMetadata, DefaultValue) == 0x000014, "Member 'RigHierarchy_GetFloatMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetFloatMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetFloatMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetGlobalControlOffsetTransform \ +static_assert(alignof(RigHierarchy_GetGlobalControlOffsetTransform) == 0x000010, "Wrong alignment on RigHierarchy_GetGlobalControlOffsetTransform"); \ +static_assert(sizeof(RigHierarchy_GetGlobalControlOffsetTransform) == 0x000070, "Wrong size on RigHierarchy_GetGlobalControlOffsetTransform"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlOffsetTransform, InKey) == 0x000000, "Member 'RigHierarchy_GetGlobalControlOffsetTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlOffsetTransform, bInitial) == 0x00000C, "Member 'RigHierarchy_GetGlobalControlOffsetTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlOffsetTransform, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetGlobalControlOffsetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetGlobalControlOffsetTransformByIndex \ +static_assert(alignof(RigHierarchy_GetGlobalControlOffsetTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_GetGlobalControlOffsetTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_GetGlobalControlOffsetTransformByIndex) == 0x000070, "Wrong size on RigHierarchy_GetGlobalControlOffsetTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlOffsetTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetGlobalControlOffsetTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlOffsetTransformByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetGlobalControlOffsetTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlOffsetTransformByIndex, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetGlobalControlOffsetTransformByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetGlobalControlShapeTransform \ +static_assert(alignof(RigHierarchy_GetGlobalControlShapeTransform) == 0x000010, "Wrong alignment on RigHierarchy_GetGlobalControlShapeTransform"); \ +static_assert(sizeof(RigHierarchy_GetGlobalControlShapeTransform) == 0x000070, "Wrong size on RigHierarchy_GetGlobalControlShapeTransform"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlShapeTransform, InKey) == 0x000000, "Member 'RigHierarchy_GetGlobalControlShapeTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlShapeTransform, bInitial) == 0x00000C, "Member 'RigHierarchy_GetGlobalControlShapeTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlShapeTransform, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetGlobalControlShapeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetGlobalControlShapeTransformByIndex \ +static_assert(alignof(RigHierarchy_GetGlobalControlShapeTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_GetGlobalControlShapeTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_GetGlobalControlShapeTransformByIndex) == 0x000070, "Wrong size on RigHierarchy_GetGlobalControlShapeTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlShapeTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetGlobalControlShapeTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlShapeTransformByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetGlobalControlShapeTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalControlShapeTransformByIndex, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetGlobalControlShapeTransformByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetGlobalTransform \ +static_assert(alignof(RigHierarchy_GetGlobalTransform) == 0x000010, "Wrong alignment on RigHierarchy_GetGlobalTransform"); \ +static_assert(sizeof(RigHierarchy_GetGlobalTransform) == 0x000070, "Wrong size on RigHierarchy_GetGlobalTransform"); \ +static_assert(offsetof(RigHierarchy_GetGlobalTransform, InKey) == 0x000000, "Member 'RigHierarchy_GetGlobalTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalTransform, bInitial) == 0x00000C, "Member 'RigHierarchy_GetGlobalTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalTransform, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetGlobalTransformByIndex \ +static_assert(alignof(RigHierarchy_GetGlobalTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_GetGlobalTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_GetGlobalTransformByIndex) == 0x000070, "Wrong size on RigHierarchy_GetGlobalTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_GetGlobalTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetGlobalTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalTransformByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetGlobalTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetGlobalTransformByIndex, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetGlobalTransformByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetIndex_ForBlueprint \ +static_assert(alignof(RigHierarchy_GetIndex_ForBlueprint) == 0x000004, "Wrong alignment on RigHierarchy_GetIndex_ForBlueprint"); \ +static_assert(sizeof(RigHierarchy_GetIndex_ForBlueprint) == 0x000010, "Wrong size on RigHierarchy_GetIndex_ForBlueprint"); \ +static_assert(offsetof(RigHierarchy_GetIndex_ForBlueprint, InKey) == 0x000000, "Member 'RigHierarchy_GetIndex_ForBlueprint::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetIndex_ForBlueprint, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetIndex_ForBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetInt32ArrayMetadata \ +static_assert(alignof(RigHierarchy_GetInt32ArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetInt32ArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetInt32ArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetInt32ArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetInt32ArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetInt32ArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetInt32ArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetInt32ArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetInt32ArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetInt32ArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetInt32Metadata \ +static_assert(alignof(RigHierarchy_GetInt32Metadata) == 0x000004, "Wrong alignment on RigHierarchy_GetInt32Metadata"); \ +static_assert(sizeof(RigHierarchy_GetInt32Metadata) == 0x00001C, "Wrong size on RigHierarchy_GetInt32Metadata"); \ +static_assert(offsetof(RigHierarchy_GetInt32Metadata, InItem) == 0x000000, "Member 'RigHierarchy_GetInt32Metadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetInt32Metadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetInt32Metadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetInt32Metadata, DefaultValue) == 0x000014, "Member 'RigHierarchy_GetInt32Metadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetInt32Metadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetInt32Metadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetKey \ +static_assert(alignof(RigHierarchy_GetKey) == 0x000004, "Wrong alignment on RigHierarchy_GetKey"); \ +static_assert(sizeof(RigHierarchy_GetKey) == 0x000010, "Wrong size on RigHierarchy_GetKey"); \ +static_assert(offsetof(RigHierarchy_GetKey, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetKey::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetKey, ReturnValue) == 0x000004, "Member 'RigHierarchy_GetKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetKeys \ +static_assert(alignof(RigHierarchy_GetKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetKeys"); \ +static_assert(sizeof(RigHierarchy_GetKeys) == 0x000020, "Wrong size on RigHierarchy_GetKeys"); \ +static_assert(offsetof(RigHierarchy_GetKeys, InElementIndices) == 0x000000, "Member 'RigHierarchy_GetKeys::InElementIndices' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetKeys, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLinearColorArrayMetadata \ +static_assert(alignof(RigHierarchy_GetLinearColorArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetLinearColorArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetLinearColorArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetLinearColorArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetLinearColorArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetLinearColorArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetLinearColorArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLinearColorMetadata \ +static_assert(alignof(RigHierarchy_GetLinearColorMetadata) == 0x000004, "Wrong alignment on RigHierarchy_GetLinearColorMetadata"); \ +static_assert(sizeof(RigHierarchy_GetLinearColorMetadata) == 0x000034, "Wrong size on RigHierarchy_GetLinearColorMetadata"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetLinearColorMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetLinearColorMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorMetadata, DefaultValue) == 0x000014, "Member 'RigHierarchy_GetLinearColorMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLinearColorMetadata, ReturnValue) == 0x000024, "Member 'RigHierarchy_GetLinearColorMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLocalControlShapeTransform \ +static_assert(alignof(RigHierarchy_GetLocalControlShapeTransform) == 0x000010, "Wrong alignment on RigHierarchy_GetLocalControlShapeTransform"); \ +static_assert(sizeof(RigHierarchy_GetLocalControlShapeTransform) == 0x000070, "Wrong size on RigHierarchy_GetLocalControlShapeTransform"); \ +static_assert(offsetof(RigHierarchy_GetLocalControlShapeTransform, InKey) == 0x000000, "Member 'RigHierarchy_GetLocalControlShapeTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalControlShapeTransform, bInitial) == 0x00000C, "Member 'RigHierarchy_GetLocalControlShapeTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalControlShapeTransform, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetLocalControlShapeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLocalControlShapeTransformByIndex \ +static_assert(alignof(RigHierarchy_GetLocalControlShapeTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_GetLocalControlShapeTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_GetLocalControlShapeTransformByIndex) == 0x000070, "Wrong size on RigHierarchy_GetLocalControlShapeTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_GetLocalControlShapeTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetLocalControlShapeTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalControlShapeTransformByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetLocalControlShapeTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalControlShapeTransformByIndex, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetLocalControlShapeTransformByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLocalIndex_ForBlueprint \ +static_assert(alignof(RigHierarchy_GetLocalIndex_ForBlueprint) == 0x000004, "Wrong alignment on RigHierarchy_GetLocalIndex_ForBlueprint"); \ +static_assert(sizeof(RigHierarchy_GetLocalIndex_ForBlueprint) == 0x000010, "Wrong size on RigHierarchy_GetLocalIndex_ForBlueprint"); \ +static_assert(offsetof(RigHierarchy_GetLocalIndex_ForBlueprint, InKey) == 0x000000, "Member 'RigHierarchy_GetLocalIndex_ForBlueprint::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalIndex_ForBlueprint, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetLocalIndex_ForBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLocalTransform \ +static_assert(alignof(RigHierarchy_GetLocalTransform) == 0x000010, "Wrong alignment on RigHierarchy_GetLocalTransform"); \ +static_assert(sizeof(RigHierarchy_GetLocalTransform) == 0x000070, "Wrong size on RigHierarchy_GetLocalTransform"); \ +static_assert(offsetof(RigHierarchy_GetLocalTransform, InKey) == 0x000000, "Member 'RigHierarchy_GetLocalTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalTransform, bInitial) == 0x00000C, "Member 'RigHierarchy_GetLocalTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalTransform, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetLocalTransformByIndex \ +static_assert(alignof(RigHierarchy_GetLocalTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_GetLocalTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_GetLocalTransformByIndex) == 0x000070, "Wrong size on RigHierarchy_GetLocalTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_GetLocalTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetLocalTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalTransformByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetLocalTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetLocalTransformByIndex, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetLocalTransformByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetMetadataNames \ +static_assert(alignof(RigHierarchy_GetMetadataNames) == 0x000008, "Wrong alignment on RigHierarchy_GetMetadataNames"); \ +static_assert(sizeof(RigHierarchy_GetMetadataNames) == 0x000020, "Wrong size on RigHierarchy_GetMetadataNames"); \ +static_assert(offsetof(RigHierarchy_GetMetadataNames, InItem) == 0x000000, "Member 'RigHierarchy_GetMetadataNames::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetMetadataNames, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetMetadataNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetMetadataType \ +static_assert(alignof(RigHierarchy_GetMetadataType) == 0x000004, "Wrong alignment on RigHierarchy_GetMetadataType"); \ +static_assert(sizeof(RigHierarchy_GetMetadataType) == 0x000018, "Wrong size on RigHierarchy_GetMetadataType"); \ +static_assert(offsetof(RigHierarchy_GetMetadataType, InItem) == 0x000000, "Member 'RigHierarchy_GetMetadataType::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetMetadataType, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetMetadataType::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetMetadataType, ReturnValue) == 0x000014, "Member 'RigHierarchy_GetMetadataType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetModuleFName \ +static_assert(alignof(RigHierarchy_GetModuleFName) == 0x000004, "Wrong alignment on RigHierarchy_GetModuleFName"); \ +static_assert(sizeof(RigHierarchy_GetModuleFName) == 0x000014, "Wrong size on RigHierarchy_GetModuleFName"); \ +static_assert(offsetof(RigHierarchy_GetModuleFName, InItem) == 0x000000, "Member 'RigHierarchy_GetModuleFName::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetModuleFName, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetModuleFName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetModuleName \ +static_assert(alignof(RigHierarchy_GetModuleName) == 0x000008, "Wrong alignment on RigHierarchy_GetModuleName"); \ +static_assert(sizeof(RigHierarchy_GetModuleName) == 0x000020, "Wrong size on RigHierarchy_GetModuleName"); \ +static_assert(offsetof(RigHierarchy_GetModuleName, InItem) == 0x000000, "Member 'RigHierarchy_GetModuleName::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetModuleName, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetModuleName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetModulePath \ +static_assert(alignof(RigHierarchy_GetModulePath) == 0x000008, "Wrong alignment on RigHierarchy_GetModulePath"); \ +static_assert(sizeof(RigHierarchy_GetModulePath) == 0x000020, "Wrong size on RigHierarchy_GetModulePath"); \ +static_assert(offsetof(RigHierarchy_GetModulePath, InItem) == 0x000000, "Member 'RigHierarchy_GetModulePath::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetModulePath, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetModulePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetModulePathFName \ +static_assert(alignof(RigHierarchy_GetModulePathFName) == 0x000004, "Wrong alignment on RigHierarchy_GetModulePathFName"); \ +static_assert(sizeof(RigHierarchy_GetModulePathFName) == 0x000014, "Wrong size on RigHierarchy_GetModulePathFName"); \ +static_assert(offsetof(RigHierarchy_GetModulePathFName, InItem) == 0x000000, "Member 'RigHierarchy_GetModulePathFName::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetModulePathFName, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetModulePathFName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetModulePrefix \ +static_assert(alignof(RigHierarchy_GetModulePrefix) == 0x000008, "Wrong alignment on RigHierarchy_GetModulePrefix"); \ +static_assert(sizeof(RigHierarchy_GetModulePrefix) == 0x000020, "Wrong size on RigHierarchy_GetModulePrefix"); \ +static_assert(offsetof(RigHierarchy_GetModulePrefix, InItem) == 0x000000, "Member 'RigHierarchy_GetModulePrefix::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetModulePrefix, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetModulePrefix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetNameArrayMetadata \ +static_assert(alignof(RigHierarchy_GetNameArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetNameArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetNameArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetNameArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetNameArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetNameArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetNameArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetNameArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetNameMetadata \ +static_assert(alignof(RigHierarchy_GetNameMetadata) == 0x000004, "Wrong alignment on RigHierarchy_GetNameMetadata"); \ +static_assert(sizeof(RigHierarchy_GetNameMetadata) == 0x000024, "Wrong size on RigHierarchy_GetNameMetadata"); \ +static_assert(offsetof(RigHierarchy_GetNameMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetNameMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetNameMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameMetadata, DefaultValue) == 0x000014, "Member 'RigHierarchy_GetNameMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameMetadata, ReturnValue) == 0x00001C, "Member 'RigHierarchy_GetNameMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetNameSpace \ +static_assert(alignof(RigHierarchy_GetNameSpace) == 0x000008, "Wrong alignment on RigHierarchy_GetNameSpace"); \ +static_assert(sizeof(RigHierarchy_GetNameSpace) == 0x000020, "Wrong size on RigHierarchy_GetNameSpace"); \ +static_assert(offsetof(RigHierarchy_GetNameSpace, InItem) == 0x000000, "Member 'RigHierarchy_GetNameSpace::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameSpace, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetNameSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetNameSpaceFName \ +static_assert(alignof(RigHierarchy_GetNameSpaceFName) == 0x000004, "Wrong alignment on RigHierarchy_GetNameSpaceFName"); \ +static_assert(sizeof(RigHierarchy_GetNameSpaceFName) == 0x000014, "Wrong size on RigHierarchy_GetNameSpaceFName"); \ +static_assert(offsetof(RigHierarchy_GetNameSpaceFName, InItem) == 0x000000, "Member 'RigHierarchy_GetNameSpaceFName::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNameSpaceFName, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetNameSpaceFName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetNullKeys \ +static_assert(alignof(RigHierarchy_GetNullKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetNullKeys"); \ +static_assert(sizeof(RigHierarchy_GetNullKeys) == 0x000018, "Wrong size on RigHierarchy_GetNullKeys"); \ +static_assert(offsetof(RigHierarchy_GetNullKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetNullKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNullKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetNullKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetNumberOfParents \ +static_assert(alignof(RigHierarchy_GetNumberOfParents) == 0x000004, "Wrong alignment on RigHierarchy_GetNumberOfParents"); \ +static_assert(sizeof(RigHierarchy_GetNumberOfParents) == 0x000010, "Wrong size on RigHierarchy_GetNumberOfParents"); \ +static_assert(offsetof(RigHierarchy_GetNumberOfParents, InKey) == 0x000000, "Member 'RigHierarchy_GetNumberOfParents::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetNumberOfParents, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetNumberOfParents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetParents \ +static_assert(alignof(RigHierarchy_GetParents) == 0x000008, "Wrong alignment on RigHierarchy_GetParents"); \ +static_assert(sizeof(RigHierarchy_GetParents) == 0x000020, "Wrong size on RigHierarchy_GetParents"); \ +static_assert(offsetof(RigHierarchy_GetParents, InKey) == 0x000000, "Member 'RigHierarchy_GetParents::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParents, bRecursive) == 0x00000C, "Member 'RigHierarchy_GetParents::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParents, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetParents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetParentTransform \ +static_assert(alignof(RigHierarchy_GetParentTransform) == 0x000010, "Wrong alignment on RigHierarchy_GetParentTransform"); \ +static_assert(sizeof(RigHierarchy_GetParentTransform) == 0x000070, "Wrong size on RigHierarchy_GetParentTransform"); \ +static_assert(offsetof(RigHierarchy_GetParentTransform, InKey) == 0x000000, "Member 'RigHierarchy_GetParentTransform::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentTransform, bInitial) == 0x00000C, "Member 'RigHierarchy_GetParentTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentTransform, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetParentTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetParentTransformByIndex \ +static_assert(alignof(RigHierarchy_GetParentTransformByIndex) == 0x000010, "Wrong alignment on RigHierarchy_GetParentTransformByIndex"); \ +static_assert(sizeof(RigHierarchy_GetParentTransformByIndex) == 0x000070, "Wrong size on RigHierarchy_GetParentTransformByIndex"); \ +static_assert(offsetof(RigHierarchy_GetParentTransformByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_GetParentTransformByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentTransformByIndex, bInitial) == 0x000004, "Member 'RigHierarchy_GetParentTransformByIndex::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentTransformByIndex, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetParentTransformByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetParentWeight \ +static_assert(alignof(RigHierarchy_GetParentWeight) == 0x000004, "Wrong alignment on RigHierarchy_GetParentWeight"); \ +static_assert(sizeof(RigHierarchy_GetParentWeight) == 0x000028, "Wrong size on RigHierarchy_GetParentWeight"); \ +static_assert(offsetof(RigHierarchy_GetParentWeight, InChild) == 0x000000, "Member 'RigHierarchy_GetParentWeight::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentWeight, InParent) == 0x00000C, "Member 'RigHierarchy_GetParentWeight::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentWeight, bInitial) == 0x000018, "Member 'RigHierarchy_GetParentWeight::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentWeight, ReturnValue) == 0x00001C, "Member 'RigHierarchy_GetParentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetParentWeightArray \ +static_assert(alignof(RigHierarchy_GetParentWeightArray) == 0x000008, "Wrong alignment on RigHierarchy_GetParentWeightArray"); \ +static_assert(sizeof(RigHierarchy_GetParentWeightArray) == 0x000020, "Wrong size on RigHierarchy_GetParentWeightArray"); \ +static_assert(offsetof(RigHierarchy_GetParentWeightArray, InChild) == 0x000000, "Member 'RigHierarchy_GetParentWeightArray::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentWeightArray, bInitial) == 0x00000C, "Member 'RigHierarchy_GetParentWeightArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetParentWeightArray, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetParentWeightArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetPose \ +static_assert(alignof(RigHierarchy_GetPose) == 0x000008, "Wrong alignment on RigHierarchy_GetPose"); \ +static_assert(sizeof(RigHierarchy_GetPose) == 0x000078, "Wrong size on RigHierarchy_GetPose"); \ +static_assert(offsetof(RigHierarchy_GetPose, bInitial) == 0x000000, "Member 'RigHierarchy_GetPose::bInitial' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetPose, bIncludeTransientControls) == 0x000001, "Member 'RigHierarchy_GetPose::bIncludeTransientControls' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetPose, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetPreviousHierarchyName \ +static_assert(alignof(RigHierarchy_GetPreviousHierarchyName) == 0x000004, "Wrong alignment on RigHierarchy_GetPreviousHierarchyName"); \ +static_assert(sizeof(RigHierarchy_GetPreviousHierarchyName) == 0x000030, "Wrong size on RigHierarchy_GetPreviousHierarchyName"); \ +static_assert(offsetof(RigHierarchy_GetPreviousHierarchyName, InKey) == 0x000000, "Member 'RigHierarchy_GetPreviousHierarchyName::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetPreviousHierarchyName, ReturnValue) == 0x000028, "Member 'RigHierarchy_GetPreviousHierarchyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetPreviousHierarchyParent \ +static_assert(alignof(RigHierarchy_GetPreviousHierarchyParent) == 0x000004, "Wrong alignment on RigHierarchy_GetPreviousHierarchyParent"); \ +static_assert(sizeof(RigHierarchy_GetPreviousHierarchyParent) == 0x000050, "Wrong size on RigHierarchy_GetPreviousHierarchyParent"); \ +static_assert(offsetof(RigHierarchy_GetPreviousHierarchyParent, InKey) == 0x000000, "Member 'RigHierarchy_GetPreviousHierarchyParent::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetPreviousHierarchyParent, ReturnValue) == 0x000028, "Member 'RigHierarchy_GetPreviousHierarchyParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetPreviousName \ +static_assert(alignof(RigHierarchy_GetPreviousName) == 0x000004, "Wrong alignment on RigHierarchy_GetPreviousName"); \ +static_assert(sizeof(RigHierarchy_GetPreviousName) == 0x000014, "Wrong size on RigHierarchy_GetPreviousName"); \ +static_assert(offsetof(RigHierarchy_GetPreviousName, InKey) == 0x000000, "Member 'RigHierarchy_GetPreviousName::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetPreviousName, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetPreviousName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetPreviousParent \ +static_assert(alignof(RigHierarchy_GetPreviousParent) == 0x000004, "Wrong alignment on RigHierarchy_GetPreviousParent"); \ +static_assert(sizeof(RigHierarchy_GetPreviousParent) == 0x000018, "Wrong size on RigHierarchy_GetPreviousParent"); \ +static_assert(offsetof(RigHierarchy_GetPreviousParent, InKey) == 0x000000, "Member 'RigHierarchy_GetPreviousParent::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetPreviousParent, ReturnValue) == 0x00000C, "Member 'RigHierarchy_GetPreviousParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetQuatArrayMetadata \ +static_assert(alignof(RigHierarchy_GetQuatArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetQuatArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetQuatArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetQuatArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetQuatArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetQuatArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetQuatArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetQuatArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetQuatArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetQuatArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetQuatMetadata \ +static_assert(alignof(RigHierarchy_GetQuatMetadata) == 0x000010, "Wrong alignment on RigHierarchy_GetQuatMetadata"); \ +static_assert(sizeof(RigHierarchy_GetQuatMetadata) == 0x000060, "Wrong size on RigHierarchy_GetQuatMetadata"); \ +static_assert(offsetof(RigHierarchy_GetQuatMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetQuatMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetQuatMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetQuatMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetQuatMetadata, DefaultValue) == 0x000020, "Member 'RigHierarchy_GetQuatMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetQuatMetadata, ReturnValue) == 0x000040, "Member 'RigHierarchy_GetQuatMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetReferenceKeys \ +static_assert(alignof(RigHierarchy_GetReferenceKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetReferenceKeys"); \ +static_assert(sizeof(RigHierarchy_GetReferenceKeys) == 0x000018, "Wrong size on RigHierarchy_GetReferenceKeys"); \ +static_assert(offsetof(RigHierarchy_GetReferenceKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetReferenceKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetReferenceKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetReferenceKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRigElementKeyArrayMetadata \ +static_assert(alignof(RigHierarchy_GetRigElementKeyArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetRigElementKeyArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetRigElementKeyArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetRigElementKeyArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetRigElementKeyArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetRigElementKeyArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetRigElementKeyArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRigElementKeyMetadata \ +static_assert(alignof(RigHierarchy_GetRigElementKeyMetadata) == 0x000004, "Wrong alignment on RigHierarchy_GetRigElementKeyMetadata"); \ +static_assert(sizeof(RigHierarchy_GetRigElementKeyMetadata) == 0x00002C, "Wrong size on RigHierarchy_GetRigElementKeyMetadata"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetRigElementKeyMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetRigElementKeyMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyMetadata, DefaultValue) == 0x000014, "Member 'RigHierarchy_GetRigElementKeyMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRigElementKeyMetadata, ReturnValue) == 0x000020, "Member 'RigHierarchy_GetRigElementKeyMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRootElementKeys \ +static_assert(alignof(RigHierarchy_GetRootElementKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetRootElementKeys"); \ +static_assert(sizeof(RigHierarchy_GetRootElementKeys) == 0x000010, "Wrong size on RigHierarchy_GetRootElementKeys"); \ +static_assert(offsetof(RigHierarchy_GetRootElementKeys, ReturnValue) == 0x000000, "Member 'RigHierarchy_GetRootElementKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRotatorArrayMetadata \ +static_assert(alignof(RigHierarchy_GetRotatorArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetRotatorArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetRotatorArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetRotatorArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetRotatorArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetRotatorArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRotatorArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetRotatorArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRotatorArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetRotatorArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRotatorMetadata \ +static_assert(alignof(RigHierarchy_GetRotatorMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetRotatorMetadata"); \ +static_assert(sizeof(RigHierarchy_GetRotatorMetadata) == 0x000048, "Wrong size on RigHierarchy_GetRotatorMetadata"); \ +static_assert(offsetof(RigHierarchy_GetRotatorMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetRotatorMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRotatorMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetRotatorMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRotatorMetadata, DefaultValue) == 0x000018, "Member 'RigHierarchy_GetRotatorMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetRotatorMetadata, ReturnValue) == 0x000030, "Member 'RigHierarchy_GetRotatorMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetSelectedHierarchyKeys_ForBlueprint \ +static_assert(alignof(RigHierarchy_GetSelectedHierarchyKeys_ForBlueprint) == 0x000008, "Wrong alignment on RigHierarchy_GetSelectedHierarchyKeys_ForBlueprint"); \ +static_assert(sizeof(RigHierarchy_GetSelectedHierarchyKeys_ForBlueprint) == 0x000010, "Wrong size on RigHierarchy_GetSelectedHierarchyKeys_ForBlueprint"); \ +static_assert(offsetof(RigHierarchy_GetSelectedHierarchyKeys_ForBlueprint, ReturnValue) == 0x000000, "Member 'RigHierarchy_GetSelectedHierarchyKeys_ForBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetSelectedKeys \ +static_assert(alignof(RigHierarchy_GetSelectedKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetSelectedKeys"); \ +static_assert(sizeof(RigHierarchy_GetSelectedKeys) == 0x000018, "Wrong size on RigHierarchy_GetSelectedKeys"); \ +static_assert(offsetof(RigHierarchy_GetSelectedKeys, InTypeFilter) == 0x000000, "Member 'RigHierarchy_GetSelectedKeys::InTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetSelectedKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetSelectedKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetSocketKeys \ +static_assert(alignof(RigHierarchy_GetSocketKeys) == 0x000008, "Wrong alignment on RigHierarchy_GetSocketKeys"); \ +static_assert(sizeof(RigHierarchy_GetSocketKeys) == 0x000018, "Wrong size on RigHierarchy_GetSocketKeys"); \ +static_assert(offsetof(RigHierarchy_GetSocketKeys, bTraverse) == 0x000000, "Member 'RigHierarchy_GetSocketKeys::bTraverse' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetSocketKeys, ReturnValue) == 0x000008, "Member 'RigHierarchy_GetSocketKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetSocketStates \ +static_assert(alignof(RigHierarchy_GetSocketStates) == 0x000008, "Wrong alignment on RigHierarchy_GetSocketStates"); \ +static_assert(sizeof(RigHierarchy_GetSocketStates) == 0x000010, "Wrong size on RigHierarchy_GetSocketStates"); \ +static_assert(offsetof(RigHierarchy_GetSocketStates, ReturnValue) == 0x000000, "Member 'RigHierarchy_GetSocketStates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetTags \ +static_assert(alignof(RigHierarchy_GetTags) == 0x000008, "Wrong alignment on RigHierarchy_GetTags"); \ +static_assert(sizeof(RigHierarchy_GetTags) == 0x000020, "Wrong size on RigHierarchy_GetTags"); \ +static_assert(offsetof(RigHierarchy_GetTags, InItem) == 0x000000, "Member 'RigHierarchy_GetTags::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTags, ReturnValue) == 0x000010, "Member 'RigHierarchy_GetTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetTransformArrayMetadata \ +static_assert(alignof(RigHierarchy_GetTransformArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetTransformArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetTransformArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetTransformArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetTransformArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetTransformArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetTransformArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetTransformArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetTransformMetadata \ +static_assert(alignof(RigHierarchy_GetTransformMetadata) == 0x000010, "Wrong alignment on RigHierarchy_GetTransformMetadata"); \ +static_assert(sizeof(RigHierarchy_GetTransformMetadata) == 0x0000E0, "Wrong size on RigHierarchy_GetTransformMetadata"); \ +static_assert(offsetof(RigHierarchy_GetTransformMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetTransformMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetTransformMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformMetadata, DefaultValue) == 0x000020, "Member 'RigHierarchy_GetTransformMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetTransformMetadata, ReturnValue) == 0x000080, "Member 'RigHierarchy_GetTransformMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetVectorArrayMetadata \ +static_assert(alignof(RigHierarchy_GetVectorArrayMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetVectorArrayMetadata"); \ +static_assert(sizeof(RigHierarchy_GetVectorArrayMetadata) == 0x000028, "Wrong size on RigHierarchy_GetVectorArrayMetadata"); \ +static_assert(offsetof(RigHierarchy_GetVectorArrayMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetVectorArrayMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVectorArrayMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetVectorArrayMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVectorArrayMetadata, ReturnValue) == 0x000018, "Member 'RigHierarchy_GetVectorArrayMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetVectorMetadata \ +static_assert(alignof(RigHierarchy_GetVectorMetadata) == 0x000008, "Wrong alignment on RigHierarchy_GetVectorMetadata"); \ +static_assert(sizeof(RigHierarchy_GetVectorMetadata) == 0x000048, "Wrong size on RigHierarchy_GetVectorMetadata"); \ +static_assert(offsetof(RigHierarchy_GetVectorMetadata, InItem) == 0x000000, "Member 'RigHierarchy_GetVectorMetadata::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVectorMetadata, InMetadataName) == 0x00000C, "Member 'RigHierarchy_GetVectorMetadata::InMetadataName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVectorMetadata, DefaultValue) == 0x000018, "Member 'RigHierarchy_GetVectorMetadata::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_GetVectorMetadata, ReturnValue) == 0x000030, "Member 'RigHierarchy_GetVectorMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_HasTag \ +static_assert(alignof(RigHierarchy_HasTag) == 0x000004, "Wrong alignment on RigHierarchy_HasTag"); \ +static_assert(sizeof(RigHierarchy_HasTag) == 0x000018, "Wrong size on RigHierarchy_HasTag"); \ +static_assert(offsetof(RigHierarchy_HasTag, InItem) == 0x000000, "Member 'RigHierarchy_HasTag::InItem' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_HasTag, InTag) == 0x00000C, "Member 'RigHierarchy_HasTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_HasTag, ReturnValue) == 0x000014, "Member 'RigHierarchy_HasTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsComponentSelected \ +static_assert(alignof(RigHierarchy_IsComponentSelected) == 0x000004, "Wrong alignment on RigHierarchy_IsComponentSelected"); \ +static_assert(sizeof(RigHierarchy_IsComponentSelected) == 0x000018, "Wrong size on RigHierarchy_IsComponentSelected"); \ +static_assert(offsetof(RigHierarchy_IsComponentSelected, InKey) == 0x000000, "Member 'RigHierarchy_IsComponentSelected::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsComponentSelected, ReturnValue) == 0x000014, "Member 'RigHierarchy_IsComponentSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsControllerAvailable \ +static_assert(alignof(RigHierarchy_IsControllerAvailable) == 0x000001, "Wrong alignment on RigHierarchy_IsControllerAvailable"); \ +static_assert(sizeof(RigHierarchy_IsControllerAvailable) == 0x000001, "Wrong size on RigHierarchy_IsControllerAvailable"); \ +static_assert(offsetof(RigHierarchy_IsControllerAvailable, ReturnValue) == 0x000000, "Member 'RigHierarchy_IsControllerAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsCurveValueSet \ +static_assert(alignof(RigHierarchy_IsCurveValueSet) == 0x000004, "Wrong alignment on RigHierarchy_IsCurveValueSet"); \ +static_assert(sizeof(RigHierarchy_IsCurveValueSet) == 0x000010, "Wrong size on RigHierarchy_IsCurveValueSet"); \ +static_assert(offsetof(RigHierarchy_IsCurveValueSet, InKey) == 0x000000, "Member 'RigHierarchy_IsCurveValueSet::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsCurveValueSet, ReturnValue) == 0x00000C, "Member 'RigHierarchy_IsCurveValueSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsCurveValueSetByIndex \ +static_assert(alignof(RigHierarchy_IsCurveValueSetByIndex) == 0x000004, "Wrong alignment on RigHierarchy_IsCurveValueSetByIndex"); \ +static_assert(sizeof(RigHierarchy_IsCurveValueSetByIndex) == 0x000008, "Wrong size on RigHierarchy_IsCurveValueSetByIndex"); \ +static_assert(offsetof(RigHierarchy_IsCurveValueSetByIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_IsCurveValueSetByIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsCurveValueSetByIndex, ReturnValue) == 0x000004, "Member 'RigHierarchy_IsCurveValueSetByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsParentedTo \ +static_assert(alignof(RigHierarchy_IsParentedTo) == 0x000004, "Wrong alignment on RigHierarchy_IsParentedTo"); \ +static_assert(sizeof(RigHierarchy_IsParentedTo) == 0x00001C, "Wrong size on RigHierarchy_IsParentedTo"); \ +static_assert(offsetof(RigHierarchy_IsParentedTo, InChild) == 0x000000, "Member 'RigHierarchy_IsParentedTo::InChild' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsParentedTo, InParent) == 0x00000C, "Member 'RigHierarchy_IsParentedTo::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsParentedTo, ReturnValue) == 0x000018, "Member 'RigHierarchy_IsParentedTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsProcedural \ +static_assert(alignof(RigHierarchy_IsProcedural) == 0x000004, "Wrong alignment on RigHierarchy_IsProcedural"); \ +static_assert(sizeof(RigHierarchy_IsProcedural) == 0x000010, "Wrong size on RigHierarchy_IsProcedural"); \ +static_assert(offsetof(RigHierarchy_IsProcedural, InKey) == 0x000000, "Member 'RigHierarchy_IsProcedural::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsProcedural, ReturnValue) == 0x00000C, "Member 'RigHierarchy_IsProcedural::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsSelected \ +static_assert(alignof(RigHierarchy_IsSelected) == 0x000004, "Wrong alignment on RigHierarchy_IsSelected"); \ +static_assert(sizeof(RigHierarchy_IsSelected) == 0x000010, "Wrong size on RigHierarchy_IsSelected"); \ +static_assert(offsetof(RigHierarchy_IsSelected, InKey) == 0x000000, "Member 'RigHierarchy_IsSelected::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsSelected, ReturnValue) == 0x00000C, "Member 'RigHierarchy_IsSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsSelectedByIndex \ +static_assert(alignof(RigHierarchy_IsSelectedByIndex) == 0x000004, "Wrong alignment on RigHierarchy_IsSelectedByIndex"); \ +static_assert(sizeof(RigHierarchy_IsSelectedByIndex) == 0x000008, "Wrong size on RigHierarchy_IsSelectedByIndex"); \ +static_assert(offsetof(RigHierarchy_IsSelectedByIndex, InIndex) == 0x000000, "Member 'RigHierarchy_IsSelectedByIndex::InIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsSelectedByIndex, ReturnValue) == 0x000004, "Member 'RigHierarchy_IsSelectedByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_IsValidIndex \ +static_assert(alignof(RigHierarchy_IsValidIndex) == 0x000004, "Wrong alignment on RigHierarchy_IsValidIndex"); \ +static_assert(sizeof(RigHierarchy_IsValidIndex) == 0x000008, "Wrong size on RigHierarchy_IsValidIndex"); \ +static_assert(offsetof(RigHierarchy_IsValidIndex, InElementIndex) == 0x000000, "Member 'RigHierarchy_IsValidIndex::InElementIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_IsValidIndex, ReturnValue) == 0x000004, "Member 'RigHierarchy_IsValidIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_Num \ +static_assert(alignof(RigHierarchy_Num) == 0x000004, "Wrong alignment on RigHierarchy_Num"); \ +static_assert(sizeof(RigHierarchy_Num) == 0x000004, "Wrong size on RigHierarchy_Num"); \ +static_assert(offsetof(RigHierarchy_Num, ReturnValue) == 0x000000, "Member 'RigHierarchy_Num::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_NumComponents \ +static_assert(alignof(RigHierarchy_NumComponents) == 0x000004, "Wrong alignment on RigHierarchy_NumComponents"); \ +static_assert(sizeof(RigHierarchy_NumComponents) == 0x000010, "Wrong size on RigHierarchy_NumComponents"); \ +static_assert(offsetof(RigHierarchy_NumComponents, InElement) == 0x000000, "Member 'RigHierarchy_NumComponents::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_NumComponents, ReturnValue) == 0x00000C, "Member 'RigHierarchy_NumComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SortKeys \ +static_assert(alignof(RigHierarchy_SortKeys) == 0x000008, "Wrong alignment on RigHierarchy_SortKeys"); \ +static_assert(sizeof(RigHierarchy_SortKeys) == 0x000020, "Wrong size on RigHierarchy_SortKeys"); \ +static_assert(offsetof(RigHierarchy_SortKeys, InKeys) == 0x000000, "Member 'RigHierarchy_SortKeys::InKeys' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SortKeys, ReturnValue) == 0x000010, "Member 'RigHierarchy_SortKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigHierarchy \ +static_assert(alignof(URigHierarchy) == 0x000010, "Wrong alignment on URigHierarchy"); \ +static_assert(sizeof(URigHierarchy) == 0x000600, "Wrong size on URigHierarchy"); \ +static_assert(offsetof(URigHierarchy, ModifiedEventDynamic) == 0x000040, "Member 'URigHierarchy::ModifiedEventDynamic' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, TopologyVersion) == 0x0000B8, "Member 'URigHierarchy::TopologyVersion' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, ParentWeightVersion) == 0x0000BC, "Member 'URigHierarchy::ParentWeightVersion' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, MetadataVersion) == 0x0000C0, "Member 'URigHierarchy::MetadataVersion' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, MetadataTagVersion) == 0x0000C4, "Member 'URigHierarchy::MetadataTagVersion' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, bEnableDirtyPropagation) == 0x0000C6, "Member 'URigHierarchy::bEnableDirtyPropagation' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, TransformStackIndex) == 0x0002D4, "Member 'URigHierarchy::TransformStackIndex' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, HierarchyController) == 0x000350, "Member 'URigHierarchy::HierarchyController' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, RuleManager) == 0x000360, "Member 'URigHierarchy::RuleManager' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, HierarchyForCacheValidation) == 0x0004E8, "Member 'URigHierarchy::HierarchyForCacheValidation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IRigHierarchyProvider \ +static_assert(alignof(IRigHierarchyProvider) == 0x000001, "Wrong alignment on IRigHierarchyProvider"); \ +static_assert(sizeof(IRigHierarchyProvider) == 0x000001, "Wrong size on IRigHierarchyProvider"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddAnimationChannel_ForBlueprint \ +static_assert(alignof(RigHierarchyController_AddAnimationChannel_ForBlueprint) == 0x000010, "Wrong alignment on RigHierarchyController_AddAnimationChannel_ForBlueprint"); \ +static_assert(sizeof(RigHierarchyController_AddAnimationChannel_ForBlueprint) == 0x000250, "Wrong size on RigHierarchyController_AddAnimationChannel_ForBlueprint"); \ +static_assert(offsetof(RigHierarchyController_AddAnimationChannel_ForBlueprint, InName) == 0x000000, "Member 'RigHierarchyController_AddAnimationChannel_ForBlueprint::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAnimationChannel_ForBlueprint, InParentControl) == 0x000008, "Member 'RigHierarchyController_AddAnimationChannel_ForBlueprint::InParentControl' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAnimationChannel_ForBlueprint, InSettings) == 0x000020, "Member 'RigHierarchyController_AddAnimationChannel_ForBlueprint::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAnimationChannel_ForBlueprint, bSetupUndo) == 0x000240, "Member 'RigHierarchyController_AddAnimationChannel_ForBlueprint::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAnimationChannel_ForBlueprint, bPrintPythonCommand) == 0x000241, "Member 'RigHierarchyController_AddAnimationChannel_ForBlueprint::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAnimationChannel_ForBlueprint, ReturnValue) == 0x000244, "Member 'RigHierarchyController_AddAnimationChannel_ForBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddAvailableSpace \ +static_assert(alignof(RigHierarchyController_AddAvailableSpace) == 0x000004, "Wrong alignment on RigHierarchyController_AddAvailableSpace"); \ +static_assert(sizeof(RigHierarchyController_AddAvailableSpace) == 0x000024, "Wrong size on RigHierarchyController_AddAvailableSpace"); \ +static_assert(offsetof(RigHierarchyController_AddAvailableSpace, InControl) == 0x000000, "Member 'RigHierarchyController_AddAvailableSpace::InControl' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAvailableSpace, InSpace) == 0x00000C, "Member 'RigHierarchyController_AddAvailableSpace::InSpace' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAvailableSpace, InDisplayLabel) == 0x000018, "Member 'RigHierarchyController_AddAvailableSpace::InDisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAvailableSpace, bSetupUndo) == 0x000020, "Member 'RigHierarchyController_AddAvailableSpace::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAvailableSpace, bPrintPythonCommand) == 0x000021, "Member 'RigHierarchyController_AddAvailableSpace::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddAvailableSpace, ReturnValue) == 0x000022, "Member 'RigHierarchyController_AddAvailableSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddBone \ +static_assert(alignof(RigHierarchyController_AddBone) == 0x000010, "Wrong alignment on RigHierarchyController_AddBone"); \ +static_assert(sizeof(RigHierarchyController_AddBone) == 0x000090, "Wrong size on RigHierarchyController_AddBone"); \ +static_assert(offsetof(RigHierarchyController_AddBone, InName) == 0x000000, "Member 'RigHierarchyController_AddBone::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, InParent) == 0x000008, "Member 'RigHierarchyController_AddBone::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, InTransform) == 0x000020, "Member 'RigHierarchyController_AddBone::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, bTransformInGlobal) == 0x000080, "Member 'RigHierarchyController_AddBone::bTransformInGlobal' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, InBoneType) == 0x000081, "Member 'RigHierarchyController_AddBone::InBoneType' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, bSetupUndo) == 0x000082, "Member 'RigHierarchyController_AddBone::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, bPrintPythonCommand) == 0x000083, "Member 'RigHierarchyController_AddBone::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddBone, ReturnValue) == 0x000084, "Member 'RigHierarchyController_AddBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddChannelHost \ +static_assert(alignof(RigHierarchyController_AddChannelHost) == 0x000004, "Wrong alignment on RigHierarchyController_AddChannelHost"); \ +static_assert(sizeof(RigHierarchyController_AddChannelHost) == 0x00001C, "Wrong size on RigHierarchyController_AddChannelHost"); \ +static_assert(offsetof(RigHierarchyController_AddChannelHost, InChannel) == 0x000000, "Member 'RigHierarchyController_AddChannelHost::InChannel' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddChannelHost, InHost) == 0x00000C, "Member 'RigHierarchyController_AddChannelHost::InHost' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddChannelHost, bSetupUndo) == 0x000018, "Member 'RigHierarchyController_AddChannelHost::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddChannelHost, bPrintPythonCommand) == 0x000019, "Member 'RigHierarchyController_AddChannelHost::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddChannelHost, ReturnValue) == 0x00001A, "Member 'RigHierarchyController_AddChannelHost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddComponent \ +static_assert(alignof(RigHierarchyController_AddComponent) == 0x000008, "Wrong alignment on RigHierarchyController_AddComponent"); \ +static_assert(sizeof(RigHierarchyController_AddComponent) == 0x000048, "Wrong size on RigHierarchyController_AddComponent"); \ +static_assert(offsetof(RigHierarchyController_AddComponent, InComponentStruct) == 0x000000, "Member 'RigHierarchyController_AddComponent::InComponentStruct' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddComponent, InName) == 0x000008, "Member 'RigHierarchyController_AddComponent::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddComponent, InElement) == 0x000010, "Member 'RigHierarchyController_AddComponent::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddComponent, InContent) == 0x000020, "Member 'RigHierarchyController_AddComponent::InContent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddComponent, bSetupUndo) == 0x000030, "Member 'RigHierarchyController_AddComponent::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddComponent, bPrintPythonCommand) == 0x000031, "Member 'RigHierarchyController_AddComponent::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddComponent, ReturnValue) == 0x000034, "Member 'RigHierarchyController_AddComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddConnector \ +static_assert(alignof(RigHierarchyController_AddConnector) == 0x000008, "Wrong alignment on RigHierarchyController_AddConnector"); \ +static_assert(sizeof(RigHierarchyController_AddConnector) == 0x000040, "Wrong size on RigHierarchyController_AddConnector"); \ +static_assert(offsetof(RigHierarchyController_AddConnector, InName) == 0x000000, "Member 'RigHierarchyController_AddConnector::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddConnector, InSettings) == 0x000008, "Member 'RigHierarchyController_AddConnector::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddConnector, bSetupUndo) == 0x000030, "Member 'RigHierarchyController_AddConnector::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddConnector, bPrintPythonCommand) == 0x000031, "Member 'RigHierarchyController_AddConnector::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddConnector, ReturnValue) == 0x000034, "Member 'RigHierarchyController_AddConnector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddControl_ForBlueprint \ +static_assert(alignof(RigHierarchyController_AddControl_ForBlueprint) == 0x000010, "Wrong alignment on RigHierarchyController_AddControl_ForBlueprint"); \ +static_assert(sizeof(RigHierarchyController_AddControl_ForBlueprint) == 0x0002E0, "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) == 0x000240, "Member 'RigHierarchyController_AddControl_ForBlueprint::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, bSetupUndo) == 0x0002C4, "Member 'RigHierarchyController_AddControl_ForBlueprint::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, bPrintPythonCommand) == 0x0002C5, "Member 'RigHierarchyController_AddControl_ForBlueprint::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, ReturnValue) == 0x0002C8, "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) == 0x00002C, "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, InDisplayLabel) == 0x000020, "Member 'RigHierarchyController_AddParent::InDisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddParent, bSetupUndo) == 0x000028, "Member 'RigHierarchyController_AddParent::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddParent, ReturnValue) == 0x000029, "Member 'RigHierarchyController_AddParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_AddSocket \ +static_assert(alignof(RigHierarchyController_AddSocket) == 0x000010, "Wrong alignment on RigHierarchyController_AddSocket"); \ +static_assert(sizeof(RigHierarchyController_AddSocket) == 0x0000C0, "Wrong size on RigHierarchyController_AddSocket"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, InName) == 0x000000, "Member 'RigHierarchyController_AddSocket::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, InParent) == 0x000008, "Member 'RigHierarchyController_AddSocket::InParent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, InTransform) == 0x000020, "Member 'RigHierarchyController_AddSocket::InTransform' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, bTransformInGlobal) == 0x000080, "Member 'RigHierarchyController_AddSocket::bTransformInGlobal' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, InColor) == 0x000084, "Member 'RigHierarchyController_AddSocket::InColor' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, InDescription) == 0x000098, "Member 'RigHierarchyController_AddSocket::InDescription' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, bSetupUndo) == 0x0000A8, "Member 'RigHierarchyController_AddSocket::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, bPrintPythonCommand) == 0x0000A9, "Member 'RigHierarchyController_AddSocket::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddSocket, ReturnValue) == 0x0000AC, "Member 'RigHierarchyController_AddSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_ClearSelection \ +static_assert(alignof(RigHierarchyController_ClearSelection) == 0x000001, "Wrong alignment on RigHierarchyController_ClearSelection"); \ +static_assert(sizeof(RigHierarchyController_ClearSelection) == 0x000002, "Wrong size on RigHierarchyController_ClearSelection"); \ +static_assert(offsetof(RigHierarchyController_ClearSelection, bSetupUndo) == 0x000000, "Member 'RigHierarchyController_ClearSelection::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ClearSelection, ReturnValue) == 0x000001, "Member 'RigHierarchyController_ClearSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_DeselectComponent \ +static_assert(alignof(RigHierarchyController_DeselectComponent) == 0x000004, "Wrong alignment on RigHierarchyController_DeselectComponent"); \ +static_assert(sizeof(RigHierarchyController_DeselectComponent) == 0x000018, "Wrong size on RigHierarchyController_DeselectComponent"); \ +static_assert(offsetof(RigHierarchyController_DeselectComponent, InKey) == 0x000000, "Member 'RigHierarchyController_DeselectComponent::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_DeselectComponent, ReturnValue) == 0x000014, "Member 'RigHierarchyController_DeselectComponent::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_DeselectHierarchyKey \ +static_assert(alignof(RigHierarchyController_DeselectHierarchyKey) == 0x000004, "Wrong alignment on RigHierarchyController_DeselectHierarchyKey"); \ +static_assert(sizeof(RigHierarchyController_DeselectHierarchyKey) == 0x00002C, "Wrong size on RigHierarchyController_DeselectHierarchyKey"); \ +static_assert(offsetof(RigHierarchyController_DeselectHierarchyKey, InKey) == 0x000000, "Member 'RigHierarchyController_DeselectHierarchyKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_DeselectHierarchyKey, bSetupUndo) == 0x000028, "Member 'RigHierarchyController_DeselectHierarchyKey::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_DeselectHierarchyKey, ReturnValue) == 0x000029, "Member 'RigHierarchyController_DeselectHierarchyKey::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_ImportBonesFromSkeletalMesh \ +static_assert(alignof(RigHierarchyController_ImportBonesFromSkeletalMesh) == 0x000008, "Wrong alignment on RigHierarchyController_ImportBonesFromSkeletalMesh"); \ +static_assert(sizeof(RigHierarchyController_ImportBonesFromSkeletalMesh) == 0x000028, "Wrong size on RigHierarchyController_ImportBonesFromSkeletalMesh"); \ +static_assert(offsetof(RigHierarchyController_ImportBonesFromSkeletalMesh, InSkeletalMesh) == 0x000000, "Member 'RigHierarchyController_ImportBonesFromSkeletalMesh::InSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBonesFromSkeletalMesh, InNameSpace) == 0x000008, "Member 'RigHierarchyController_ImportBonesFromSkeletalMesh::InNameSpace' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBonesFromSkeletalMesh, bReplaceExistingBones) == 0x000010, "Member 'RigHierarchyController_ImportBonesFromSkeletalMesh::bReplaceExistingBones' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBonesFromSkeletalMesh, bRemoveObsoleteBones) == 0x000011, "Member 'RigHierarchyController_ImportBonesFromSkeletalMesh::bRemoveObsoleteBones' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBonesFromSkeletalMesh, bSelectBones) == 0x000012, "Member 'RigHierarchyController_ImportBonesFromSkeletalMesh::bSelectBones' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBonesFromSkeletalMesh, bSetupUndo) == 0x000013, "Member 'RigHierarchyController_ImportBonesFromSkeletalMesh::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBonesFromSkeletalMesh, bPrintPythonCommand) == 0x000014, "Member 'RigHierarchyController_ImportBonesFromSkeletalMesh::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportBonesFromSkeletalMesh, ReturnValue) == 0x000018, "Member 'RigHierarchyController_ImportBonesFromSkeletalMesh::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_ImportCurvesFromSkeletalMesh \ +static_assert(alignof(RigHierarchyController_ImportCurvesFromSkeletalMesh) == 0x000008, "Wrong alignment on RigHierarchyController_ImportCurvesFromSkeletalMesh"); \ +static_assert(sizeof(RigHierarchyController_ImportCurvesFromSkeletalMesh) == 0x000028, "Wrong size on RigHierarchyController_ImportCurvesFromSkeletalMesh"); \ +static_assert(offsetof(RigHierarchyController_ImportCurvesFromSkeletalMesh, InSkeletalMesh) == 0x000000, "Member 'RigHierarchyController_ImportCurvesFromSkeletalMesh::InSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportCurvesFromSkeletalMesh, InNameSpace) == 0x000008, "Member 'RigHierarchyController_ImportCurvesFromSkeletalMesh::InNameSpace' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportCurvesFromSkeletalMesh, bSelectCurves) == 0x000010, "Member 'RigHierarchyController_ImportCurvesFromSkeletalMesh::bSelectCurves' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportCurvesFromSkeletalMesh, bSetupUndo) == 0x000011, "Member 'RigHierarchyController_ImportCurvesFromSkeletalMesh::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportCurvesFromSkeletalMesh, bPrintPythonCommand) == 0x000012, "Member 'RigHierarchyController_ImportCurvesFromSkeletalMesh::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportCurvesFromSkeletalMesh, ReturnValue) == 0x000018, "Member 'RigHierarchyController_ImportCurvesFromSkeletalMesh::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_ImportPreviewSkeletalMesh \ +static_assert(alignof(RigHierarchyController_ImportPreviewSkeletalMesh) == 0x000008, "Wrong alignment on RigHierarchyController_ImportPreviewSkeletalMesh"); \ +static_assert(sizeof(RigHierarchyController_ImportPreviewSkeletalMesh) == 0x000020, "Wrong size on RigHierarchyController_ImportPreviewSkeletalMesh"); \ +static_assert(offsetof(RigHierarchyController_ImportPreviewSkeletalMesh, InSkeletalMesh) == 0x000000, "Member 'RigHierarchyController_ImportPreviewSkeletalMesh::InSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportPreviewSkeletalMesh, bReplaceExistingBones) == 0x000008, "Member 'RigHierarchyController_ImportPreviewSkeletalMesh::bReplaceExistingBones' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportPreviewSkeletalMesh, bRemoveObsoleteBones) == 0x000009, "Member 'RigHierarchyController_ImportPreviewSkeletalMesh::bRemoveObsoleteBones' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportPreviewSkeletalMesh, bSelectBones) == 0x00000A, "Member 'RigHierarchyController_ImportPreviewSkeletalMesh::bSelectBones' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportPreviewSkeletalMesh, bSetupUndo) == 0x00000B, "Member 'RigHierarchyController_ImportPreviewSkeletalMesh::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportPreviewSkeletalMesh, ReturnValue) == 0x000010, "Member 'RigHierarchyController_ImportPreviewSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_ImportSocketsFromSkeletalMesh \ +static_assert(alignof(RigHierarchyController_ImportSocketsFromSkeletalMesh) == 0x000008, "Wrong alignment on RigHierarchyController_ImportSocketsFromSkeletalMesh"); \ +static_assert(sizeof(RigHierarchyController_ImportSocketsFromSkeletalMesh) == 0x000028, "Wrong size on RigHierarchyController_ImportSocketsFromSkeletalMesh"); \ +static_assert(offsetof(RigHierarchyController_ImportSocketsFromSkeletalMesh, InSkeletalMesh) == 0x000000, "Member 'RigHierarchyController_ImportSocketsFromSkeletalMesh::InSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportSocketsFromSkeletalMesh, InNameSpace) == 0x000008, "Member 'RigHierarchyController_ImportSocketsFromSkeletalMesh::InNameSpace' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportSocketsFromSkeletalMesh, bReplaceExistingSockets) == 0x000010, "Member 'RigHierarchyController_ImportSocketsFromSkeletalMesh::bReplaceExistingSockets' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportSocketsFromSkeletalMesh, bRemoveObsoleteSockets) == 0x000011, "Member 'RigHierarchyController_ImportSocketsFromSkeletalMesh::bRemoveObsoleteSockets' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportSocketsFromSkeletalMesh, bSelectSockets) == 0x000012, "Member 'RigHierarchyController_ImportSocketsFromSkeletalMesh::bSelectSockets' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportSocketsFromSkeletalMesh, bSetupUndo) == 0x000013, "Member 'RigHierarchyController_ImportSocketsFromSkeletalMesh::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportSocketsFromSkeletalMesh, bPrintPythonCommand) == 0x000014, "Member 'RigHierarchyController_ImportSocketsFromSkeletalMesh::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ImportSocketsFromSkeletalMesh, ReturnValue) == 0x000018, "Member 'RigHierarchyController_ImportSocketsFromSkeletalMesh::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_RemoveAvailableSpace \ +static_assert(alignof(RigHierarchyController_RemoveAvailableSpace) == 0x000004, "Wrong alignment on RigHierarchyController_RemoveAvailableSpace"); \ +static_assert(sizeof(RigHierarchyController_RemoveAvailableSpace) == 0x00001C, "Wrong size on RigHierarchyController_RemoveAvailableSpace"); \ +static_assert(offsetof(RigHierarchyController_RemoveAvailableSpace, InControl) == 0x000000, "Member 'RigHierarchyController_RemoveAvailableSpace::InControl' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveAvailableSpace, InSpace) == 0x00000C, "Member 'RigHierarchyController_RemoveAvailableSpace::InSpace' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveAvailableSpace, bSetupUndo) == 0x000018, "Member 'RigHierarchyController_RemoveAvailableSpace::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveAvailableSpace, bPrintPythonCommand) == 0x000019, "Member 'RigHierarchyController_RemoveAvailableSpace::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveAvailableSpace, ReturnValue) == 0x00001A, "Member 'RigHierarchyController_RemoveAvailableSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_RemoveChannelHost \ +static_assert(alignof(RigHierarchyController_RemoveChannelHost) == 0x000004, "Wrong alignment on RigHierarchyController_RemoveChannelHost"); \ +static_assert(sizeof(RigHierarchyController_RemoveChannelHost) == 0x00001C, "Wrong size on RigHierarchyController_RemoveChannelHost"); \ +static_assert(offsetof(RigHierarchyController_RemoveChannelHost, InChannel) == 0x000000, "Member 'RigHierarchyController_RemoveChannelHost::InChannel' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveChannelHost, InHost) == 0x00000C, "Member 'RigHierarchyController_RemoveChannelHost::InHost' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveChannelHost, bSetupUndo) == 0x000018, "Member 'RigHierarchyController_RemoveChannelHost::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveChannelHost, bPrintPythonCommand) == 0x000019, "Member 'RigHierarchyController_RemoveChannelHost::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveChannelHost, ReturnValue) == 0x00001A, "Member 'RigHierarchyController_RemoveChannelHost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_RemoveComponent \ +static_assert(alignof(RigHierarchyController_RemoveComponent) == 0x000004, "Wrong alignment on RigHierarchyController_RemoveComponent"); \ +static_assert(sizeof(RigHierarchyController_RemoveComponent) == 0x000018, "Wrong size on RigHierarchyController_RemoveComponent"); \ +static_assert(offsetof(RigHierarchyController_RemoveComponent, InComponent) == 0x000000, "Member 'RigHierarchyController_RemoveComponent::InComponent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveComponent, bSetupUndo) == 0x000014, "Member 'RigHierarchyController_RemoveComponent::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveComponent, bPrintPythonCommand) == 0x000015, "Member 'RigHierarchyController_RemoveComponent::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RemoveComponent, ReturnValue) == 0x000016, "Member 'RigHierarchyController_RemoveComponent::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_RenameComponent \ +static_assert(alignof(RigHierarchyController_RenameComponent) == 0x000004, "Wrong alignment on RigHierarchyController_RenameComponent"); \ +static_assert(sizeof(RigHierarchyController_RenameComponent) == 0x000034, "Wrong size on RigHierarchyController_RenameComponent"); \ +static_assert(offsetof(RigHierarchyController_RenameComponent, InComponent) == 0x000000, "Member 'RigHierarchyController_RenameComponent::InComponent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameComponent, InName) == 0x000014, "Member 'RigHierarchyController_RenameComponent::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameComponent, bSetupUndo) == 0x00001C, "Member 'RigHierarchyController_RenameComponent::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameComponent, bPrintPythonCommand) == 0x00001D, "Member 'RigHierarchyController_RenameComponent::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameComponent, bClearSelection) == 0x00001E, "Member 'RigHierarchyController_RenameComponent::bClearSelection' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameComponent, ReturnValue) == 0x000020, "Member 'RigHierarchyController_RenameComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_RenameElement \ +static_assert(alignof(RigHierarchyController_RenameElement) == 0x000004, "Wrong alignment on RigHierarchyController_RenameElement"); \ +static_assert(sizeof(RigHierarchyController_RenameElement) == 0x000024, "Wrong size on RigHierarchyController_RenameElement"); \ +static_assert(offsetof(RigHierarchyController_RenameElement, InElement) == 0x000000, "Member 'RigHierarchyController_RenameElement::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameElement, InName) == 0x00000C, "Member 'RigHierarchyController_RenameElement::InName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameElement, bSetupUndo) == 0x000014, "Member 'RigHierarchyController_RenameElement::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameElement, bPrintPythonCommand) == 0x000015, "Member 'RigHierarchyController_RenameElement::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameElement, bClearSelection) == 0x000016, "Member 'RigHierarchyController_RenameElement::bClearSelection' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_RenameElement, ReturnValue) == 0x000018, "Member 'RigHierarchyController_RenameElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_ReorderElement \ +static_assert(alignof(RigHierarchyController_ReorderElement) == 0x000004, "Wrong alignment on RigHierarchyController_ReorderElement"); \ +static_assert(sizeof(RigHierarchyController_ReorderElement) == 0x000014, "Wrong size on RigHierarchyController_ReorderElement"); \ +static_assert(offsetof(RigHierarchyController_ReorderElement, InElement) == 0x000000, "Member 'RigHierarchyController_ReorderElement::InElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReorderElement, InIndex) == 0x00000C, "Member 'RigHierarchyController_ReorderElement::InIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReorderElement, bSetupUndo) == 0x000010, "Member 'RigHierarchyController_ReorderElement::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReorderElement, bPrintPythonCommand) == 0x000011, "Member 'RigHierarchyController_ReorderElement::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReorderElement, ReturnValue) == 0x000012, "Member 'RigHierarchyController_ReorderElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_ReparentComponent \ +static_assert(alignof(RigHierarchyController_ReparentComponent) == 0x000004, "Wrong alignment on RigHierarchyController_ReparentComponent"); \ +static_assert(sizeof(RigHierarchyController_ReparentComponent) == 0x000038, "Wrong size on RigHierarchyController_ReparentComponent"); \ +static_assert(offsetof(RigHierarchyController_ReparentComponent, InComponentKey) == 0x000000, "Member 'RigHierarchyController_ReparentComponent::InComponentKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReparentComponent, InParentElementKey) == 0x000014, "Member 'RigHierarchyController_ReparentComponent::InParentElementKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReparentComponent, bSetupUndo) == 0x000020, "Member 'RigHierarchyController_ReparentComponent::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReparentComponent, bPrintPythonCommand) == 0x000021, "Member 'RigHierarchyController_ReparentComponent::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReparentComponent, bClearSelection) == 0x000022, "Member 'RigHierarchyController_ReparentComponent::bClearSelection' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_ReparentComponent, ReturnValue) == 0x000024, "Member 'RigHierarchyController_ReparentComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SelectComponent \ +static_assert(alignof(RigHierarchyController_SelectComponent) == 0x000004, "Wrong alignment on RigHierarchyController_SelectComponent"); \ +static_assert(sizeof(RigHierarchyController_SelectComponent) == 0x000018, "Wrong size on RigHierarchyController_SelectComponent"); \ +static_assert(offsetof(RigHierarchyController_SelectComponent, InKey) == 0x000000, "Member 'RigHierarchyController_SelectComponent::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SelectComponent, bSelect) == 0x000014, "Member 'RigHierarchyController_SelectComponent::bSelect' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SelectComponent, bClearSelection) == 0x000015, "Member 'RigHierarchyController_SelectComponent::bClearSelection' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SelectComponent, bSetupUndo) == 0x000016, "Member 'RigHierarchyController_SelectComponent::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SelectComponent, ReturnValue) == 0x000017, "Member 'RigHierarchyController_SelectComponent::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, bSetupUndo) == 0x00000E, "Member 'RigHierarchyController_SelectElement::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SelectElement, ReturnValue) == 0x00000F, "Member 'RigHierarchyController_SelectElement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SelectHierarchyKey \ +static_assert(alignof(RigHierarchyController_SelectHierarchyKey) == 0x000004, "Wrong alignment on RigHierarchyController_SelectHierarchyKey"); \ +static_assert(sizeof(RigHierarchyController_SelectHierarchyKey) == 0x00002C, "Wrong size on RigHierarchyController_SelectHierarchyKey"); \ +static_assert(offsetof(RigHierarchyController_SelectHierarchyKey, InKey) == 0x000000, "Member 'RigHierarchyController_SelectHierarchyKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SelectHierarchyKey, bSelect) == 0x000028, "Member 'RigHierarchyController_SelectHierarchyKey::bSelect' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SelectHierarchyKey, bClearSelection) == 0x000029, "Member 'RigHierarchyController_SelectHierarchyKey::bClearSelection' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SelectHierarchyKey, bSetupUndo) == 0x00002A, "Member 'RigHierarchyController_SelectHierarchyKey::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SelectHierarchyKey, ReturnValue) == 0x00002B, "Member 'RigHierarchyController_SelectHierarchyKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SetAvailableSpaceIndex \ +static_assert(alignof(RigHierarchyController_SetAvailableSpaceIndex) == 0x000004, "Wrong alignment on RigHierarchyController_SetAvailableSpaceIndex"); \ +static_assert(sizeof(RigHierarchyController_SetAvailableSpaceIndex) == 0x000020, "Wrong size on RigHierarchyController_SetAvailableSpaceIndex"); \ +static_assert(offsetof(RigHierarchyController_SetAvailableSpaceIndex, InControl) == 0x000000, "Member 'RigHierarchyController_SetAvailableSpaceIndex::InControl' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetAvailableSpaceIndex, InSpace) == 0x00000C, "Member 'RigHierarchyController_SetAvailableSpaceIndex::InSpace' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetAvailableSpaceIndex, InIndex) == 0x000018, "Member 'RigHierarchyController_SetAvailableSpaceIndex::InIndex' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetAvailableSpaceIndex, bSetupUndo) == 0x00001C, "Member 'RigHierarchyController_SetAvailableSpaceIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetAvailableSpaceIndex, bPrintPythonCommand) == 0x00001D, "Member 'RigHierarchyController_SetAvailableSpaceIndex::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetAvailableSpaceIndex, ReturnValue) == 0x00001E, "Member 'RigHierarchyController_SetAvailableSpaceIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SetAvailableSpaceLabel \ +static_assert(alignof(RigHierarchyController_SetAvailableSpaceLabel) == 0x000004, "Wrong alignment on RigHierarchyController_SetAvailableSpaceLabel"); \ +static_assert(sizeof(RigHierarchyController_SetAvailableSpaceLabel) == 0x000024, "Wrong size on RigHierarchyController_SetAvailableSpaceLabel"); \ +static_assert(offsetof(RigHierarchyController_SetAvailableSpaceLabel, InControl) == 0x000000, "Member 'RigHierarchyController_SetAvailableSpaceLabel::InControl' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetAvailableSpaceLabel, InSpace) == 0x00000C, "Member 'RigHierarchyController_SetAvailableSpaceLabel::InSpace' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetAvailableSpaceLabel, InDisplayLabel) == 0x000018, "Member 'RigHierarchyController_SetAvailableSpaceLabel::InDisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetAvailableSpaceLabel, bSetupUndo) == 0x000020, "Member 'RigHierarchyController_SetAvailableSpaceLabel::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetAvailableSpaceLabel, bPrintPythonCommand) == 0x000021, "Member 'RigHierarchyController_SetAvailableSpaceLabel::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetAvailableSpaceLabel, ReturnValue) == 0x000022, "Member 'RigHierarchyController_SetAvailableSpaceLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SetComponentContent \ +static_assert(alignof(RigHierarchyController_SetComponentContent) == 0x000008, "Wrong alignment on RigHierarchyController_SetComponentContent"); \ +static_assert(sizeof(RigHierarchyController_SetComponentContent) == 0x000030, "Wrong size on RigHierarchyController_SetComponentContent"); \ +static_assert(offsetof(RigHierarchyController_SetComponentContent, InComponent) == 0x000000, "Member 'RigHierarchyController_SetComponentContent::InComponent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetComponentContent, InContent) == 0x000018, "Member 'RigHierarchyController_SetComponentContent::InContent' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetComponentContent, bSetupUndo) == 0x000028, "Member 'RigHierarchyController_SetComponentContent::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetComponentContent, bPrintPythonCommand) == 0x000029, "Member 'RigHierarchyController_SetComponentContent::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetComponentContent, ReturnValue) == 0x00002A, "Member 'RigHierarchyController_SetComponentContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SetComponentSelection \ +static_assert(alignof(RigHierarchyController_SetComponentSelection) == 0x000008, "Wrong alignment on RigHierarchyController_SetComponentSelection"); \ +static_assert(sizeof(RigHierarchyController_SetComponentSelection) == 0x000018, "Wrong size on RigHierarchyController_SetComponentSelection"); \ +static_assert(offsetof(RigHierarchyController_SetComponentSelection, InKeys) == 0x000000, "Member 'RigHierarchyController_SetComponentSelection::InKeys' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetComponentSelection, bPrintPythonCommand) == 0x000010, "Member 'RigHierarchyController_SetComponentSelection::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetComponentSelection, ReturnValue) == 0x000011, "Member 'RigHierarchyController_SetComponentSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SetDisplayName \ +static_assert(alignof(RigHierarchyController_SetDisplayName) == 0x000004, "Wrong alignment on RigHierarchyController_SetDisplayName"); \ +static_assert(sizeof(RigHierarchyController_SetDisplayName) == 0x000020, "Wrong size on RigHierarchyController_SetDisplayName"); \ +static_assert(offsetof(RigHierarchyController_SetDisplayName, InControl) == 0x000000, "Member 'RigHierarchyController_SetDisplayName::InControl' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetDisplayName, InDisplayName) == 0x00000C, "Member 'RigHierarchyController_SetDisplayName::InDisplayName' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetDisplayName, bRenameElement) == 0x000014, "Member 'RigHierarchyController_SetDisplayName::bRenameElement' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetDisplayName, bSetupUndo) == 0x000015, "Member 'RigHierarchyController_SetDisplayName::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetDisplayName, bPrintPythonCommand) == 0x000016, "Member 'RigHierarchyController_SetDisplayName::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetDisplayName, ReturnValue) == 0x000018, "Member 'RigHierarchyController_SetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SetHierarchy \ +static_assert(alignof(RigHierarchyController_SetHierarchy) == 0x000008, "Wrong alignment on RigHierarchyController_SetHierarchy"); \ +static_assert(sizeof(RigHierarchyController_SetHierarchy) == 0x000008, "Wrong size on RigHierarchyController_SetHierarchy"); \ +static_assert(offsetof(RigHierarchyController_SetHierarchy, InHierarchy) == 0x000000, "Member 'RigHierarchyController_SetHierarchy::InHierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchyController_SetHierarchySelection \ +static_assert(alignof(RigHierarchyController_SetHierarchySelection) == 0x000008, "Wrong alignment on RigHierarchyController_SetHierarchySelection"); \ +static_assert(sizeof(RigHierarchyController_SetHierarchySelection) == 0x000018, "Wrong size on RigHierarchyController_SetHierarchySelection"); \ +static_assert(offsetof(RigHierarchyController_SetHierarchySelection, InKeys) == 0x000000, "Member 'RigHierarchyController_SetHierarchySelection::InKeys' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetHierarchySelection, bPrintPythonCommand) == 0x000010, "Member 'RigHierarchyController_SetHierarchySelection::bPrintPythonCommand' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetHierarchySelection, bSetupUndo) == 0x000011, "Member 'RigHierarchyController_SetHierarchySelection::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetHierarchySelection, ReturnValue) == 0x000012, "Member 'RigHierarchyController_SetHierarchySelection::ReturnValue' 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, bSetupUndo) == 0x000011, "Member 'RigHierarchyController_SetSelection::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetSelection, ReturnValue) == 0x000012, "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) == 0x000230, "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) == 0x000240, "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) == 0x000230, "Member 'RigHierarchyController_SetControlSettings::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetControlSettings, ReturnValue) == 0x000231, "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) == 0x000080, "Wrong size on URigHierarchyController"); \ +static_assert(offsetof(URigHierarchyController, bReportWarningsAndErrors) == 0x000028, "Member 'URigHierarchyController::bReportWarningsAndErrors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigLayerInstance \ +static_assert(alignof(UControlRigLayerInstance) == 0x000010, "Wrong alignment on UControlRigLayerInstance"); \ +static_assert(sizeof(UControlRigLayerInstance) == 0x0003F0, "Wrong size on UControlRigLayerInstance"); \ + +#define DUMPER7_ASSERTS_UMovieSceneControlRigParameterSection \ +static_assert(alignof(UMovieSceneControlRigParameterSection) == 0x000008, "Wrong alignment on UMovieSceneControlRigParameterSection"); \ +static_assert(sizeof(UMovieSceneControlRigParameterSection) == 0x000440, "Wrong size on UMovieSceneControlRigParameterSection"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlRig) == 0x0001B8, "Member 'UMovieSceneControlRigParameterSection::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlRigClass) == 0x0001C0, "Member 'UMovieSceneControlRigParameterSection::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlsMask) == 0x0001C8, "Member 'UMovieSceneControlRigParameterSection::ControlsMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlNameMask) == 0x0001D8, "Member 'UMovieSceneControlRigParameterSection::ControlNameMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, TransformMask) == 0x000228, "Member 'UMovieSceneControlRigParameterSection::TransformMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, Weight) == 0x000230, "Member 'UMovieSceneControlRigParameterSection::Weight' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlChannelMap) == 0x000340, "Member 'UMovieSceneControlRigParameterSection::ControlChannelMap' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, EnumParameterNamesAndCurves) == 0x000390, "Member 'UMovieSceneControlRigParameterSection::EnumParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, IntegerParameterNamesAndCurves) == 0x0003A0, "Member 'UMovieSceneControlRigParameterSection::IntegerParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, SpaceChannels) == 0x0003B0, "Member 'UMovieSceneControlRigParameterSection::SpaceChannels' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ConstraintsChannels) == 0x0003C0, "Member 'UMovieSceneControlRigParameterSection::ConstraintsChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneControlRigParameterTrack \ +static_assert(alignof(UMovieSceneControlRigParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneControlRigParameterTrack"); \ +static_assert(sizeof(UMovieSceneControlRigParameterTrack) == 0x000290, "Wrong size on UMovieSceneControlRigParameterTrack"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, SectionToKeyPerControl) == 0x000128, "Member 'UMovieSceneControlRigParameterTrack::SectionToKeyPerControl' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, ControlRig) == 0x0001B0, "Member 'UMovieSceneControlRigParameterTrack::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, SectionToKey) == 0x0001B8, "Member 'UMovieSceneControlRigParameterTrack::SectionToKey' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, Sections) == 0x0001C0, "Member 'UMovieSceneControlRigParameterTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, TrackName) == 0x0001D0, "Member 'UMovieSceneControlRigParameterTrack::TrackName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, ControlsRotationOrder) == 0x0001D8, "Member 'UMovieSceneControlRigParameterTrack::ControlsRotationOrder' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, PriorityOrder) == 0x000228, "Member 'UMovieSceneControlRigParameterTrack::PriorityOrder' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, ControlRigSettingsOverrides) == 0x000230, "Member 'UMovieSceneControlRigParameterTrack::ControlRigSettingsOverrides' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, GameWorldControlRigs) == 0x000240, "Member 'UMovieSceneControlRigParameterTrack::GameWorldControlRigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneControlRigParameterEvaluatorSystem \ +static_assert(alignof(UMovieSceneControlRigParameterEvaluatorSystem) == 0x000008, "Wrong alignment on UMovieSceneControlRigParameterEvaluatorSystem"); \ +static_assert(sizeof(UMovieSceneControlRigParameterEvaluatorSystem) == 0x000248, "Wrong size on UMovieSceneControlRigParameterEvaluatorSystem"); \ +static_assert(offsetof(UMovieSceneControlRigParameterEvaluatorSystem, DoubleBlenderSystem) == 0x000240, "Member 'UMovieSceneControlRigParameterEvaluatorSystem::DoubleBlenderSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigSettings \ +static_assert(alignof(UControlRigSettings) == 0x000008, "Wrong alignment on UControlRigSettings"); \ +static_assert(sizeof(UControlRigSettings) == 0x000038, "Wrong size on UControlRigSettings"); \ + +#define DUMPER7_ASSERTS_UControlRigEditorSettings \ +static_assert(alignof(UControlRigEditorSettings) == 0x000008, "Wrong alignment on UControlRigEditorSettings"); \ +static_assert(sizeof(UControlRigEditorSettings) == 0x000038, "Wrong size on UControlRigEditorSettings"); \ + +#define DUMPER7_ASSERTS_ControlRigPoseAsset_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_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!"); \ +static_assert(offsetof(ControlRigPoseAsset_PastePose, bDoAdditive) == 0x00000A, "Member 'ControlRigPoseAsset_PastePose::bDoAdditive' 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!"); \ +static_assert(offsetof(ControlRigPoseAsset_SelectControls, bClearSelection) == 0x000009, "Member 'ControlRigPoseAsset_SelectControls::bClearSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigPoseAsset_SetUpMirrorMatchTable \ +static_assert(alignof(ControlRigPoseAsset_SetUpMirrorMatchTable) == 0x000008, "Wrong alignment on ControlRigPoseAsset_SetUpMirrorMatchTable"); \ +static_assert(sizeof(ControlRigPoseAsset_SetUpMirrorMatchTable) == 0x000008, "Wrong size on ControlRigPoseAsset_SetUpMirrorMatchTable"); \ +static_assert(offsetof(ControlRigPoseAsset_SetUpMirrorMatchTable, InControlRig) == 0x000000, "Member 'ControlRigPoseAsset_SetUpMirrorMatchTable::InControlRig' 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) == 0x000090, "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) == 0x000058, "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!"); \ +static_assert(offsetof(UControlRigPoseMirrorSettings, MirrorMatchTolerance) == 0x000050, "Member 'UControlRigPoseMirrorSettings::MirrorMatchTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigPoseProjectSettings \ +static_assert(alignof(UControlRigPoseProjectSettings) == 0x000008, "Wrong alignment on UControlRigPoseProjectSettings"); \ +static_assert(sizeof(UControlRigPoseProjectSettings) == 0x000038, "Wrong size on UControlRigPoseProjectSettings"); \ +static_assert(offsetof(UControlRigPoseProjectSettings, RootSaveDirs) == 0x000028, "Member 'UControlRigPoseProjectSettings::RootSaveDirs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected \ +static_assert(alignof(ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected) == 0x000001, "Wrong alignment on ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected"); \ +static_assert(sizeof(ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected) == 0x000001, "Wrong size on ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected"); \ +static_assert(offsetof(ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected, ReturnValue) == 0x000000, "Member 'ControlRigWorkflowOptions_EnsureAtLeastOneRigElementSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigWorkflowOptions \ +static_assert(alignof(UControlRigWorkflowOptions) == 0x000008, "Wrong alignment on UControlRigWorkflowOptions"); \ +static_assert(sizeof(UControlRigWorkflowOptions) == 0x0000B0, "Wrong size on UControlRigWorkflowOptions"); \ +static_assert(offsetof(UControlRigWorkflowOptions, Hierarchy) == 0x000098, "Member 'UControlRigWorkflowOptions::Hierarchy' has a wrong offset!"); \ +static_assert(offsetof(UControlRigWorkflowOptions, Selection) == 0x0000A0, "Member 'UControlRigWorkflowOptions::Selection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigTransformWorkflowOptions_ProvideWorkflows \ +static_assert(alignof(ControlRigTransformWorkflowOptions_ProvideWorkflows) == 0x000008, "Wrong alignment on ControlRigTransformWorkflowOptions_ProvideWorkflows"); \ +static_assert(sizeof(ControlRigTransformWorkflowOptions_ProvideWorkflows) == 0x000018, "Wrong size on ControlRigTransformWorkflowOptions_ProvideWorkflows"); \ +static_assert(offsetof(ControlRigTransformWorkflowOptions_ProvideWorkflows, InSubject) == 0x000000, "Member 'ControlRigTransformWorkflowOptions_ProvideWorkflows::InSubject' has a wrong offset!"); \ +static_assert(offsetof(ControlRigTransformWorkflowOptions_ProvideWorkflows, ReturnValue) == 0x000008, "Member 'ControlRigTransformWorkflowOptions_ProvideWorkflows::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigTransformWorkflowOptions \ +static_assert(alignof(UControlRigTransformWorkflowOptions) == 0x000008, "Wrong alignment on UControlRigTransformWorkflowOptions"); \ +static_assert(sizeof(UControlRigTransformWorkflowOptions) == 0x0000B8, "Wrong size on UControlRigTransformWorkflowOptions"); \ +static_assert(offsetof(UControlRigTransformWorkflowOptions, TransformType) == 0x0000B0, "Member 'UControlRigTransformWorkflowOptions::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigNumericalValidationPass \ +static_assert(alignof(UControlRigNumericalValidationPass) == 0x000008, "Wrong alignment on UControlRigNumericalValidationPass"); \ +static_assert(sizeof(UControlRigNumericalValidationPass) == 0x0000C0, "Wrong size on UControlRigNumericalValidationPass"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, bCheckControls) == 0x000028, "Member 'UControlRigNumericalValidationPass::bCheckControls' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, bCheckBones) == 0x000029, "Member 'UControlRigNumericalValidationPass::bCheckBones' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, bCheckCurves) == 0x00002A, "Member 'UControlRigNumericalValidationPass::bCheckCurves' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, TranslationPrecision) == 0x00002C, "Member 'UControlRigNumericalValidationPass::TranslationPrecision' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, RotationPrecision) == 0x000030, "Member 'UControlRigNumericalValidationPass::RotationPrecision' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, ScalePrecision) == 0x000034, "Member 'UControlRigNumericalValidationPass::ScalePrecision' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, CurvePrecision) == 0x000038, "Member 'UControlRigNumericalValidationPass::CurvePrecision' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, EventNameA) == 0x00003C, "Member 'UControlRigNumericalValidationPass::EventNameA' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, EventNameB) == 0x000044, "Member 'UControlRigNumericalValidationPass::EventNameB' has a wrong offset!"); \ +static_assert(offsetof(UControlRigNumericalValidationPass, Pose) == 0x000050, "Member 'UControlRigNumericalValidationPass::Pose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCoordinateSystem \ +static_assert(alignof(FCoordinateSystem) == 0x000001, "Wrong alignment on FCoordinateSystem"); \ +static_assert(sizeof(FCoordinateSystem) == 0x000003, "Wrong size on FCoordinateSystem"); \ +static_assert(offsetof(FCoordinateSystem, XAxis) == 0x000000, "Member 'FCoordinateSystem::XAxis' has a wrong offset!"); \ +static_assert(offsetof(FCoordinateSystem, YAxis) == 0x000001, "Member 'FCoordinateSystem::YAxis' has a wrong offset!"); \ +static_assert(offsetof(FCoordinateSystem, ZAxis) == 0x000002, "Member 'FCoordinateSystem::ZAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshBlendShapeChannelMapping \ +static_assert(alignof(FMeshBlendShapeChannelMapping) == 0x000004, "Wrong alignment on FMeshBlendShapeChannelMapping"); \ +static_assert(sizeof(FMeshBlendShapeChannelMapping) == 0x000008, "Wrong size on FMeshBlendShapeChannelMapping"); \ +static_assert(offsetof(FMeshBlendShapeChannelMapping, MeshIndex) == 0x000000, "Member 'FMeshBlendShapeChannelMapping::MeshIndex' has a wrong offset!"); \ +static_assert(offsetof(FMeshBlendShapeChannelMapping, BlendShapeChannelIndex) == 0x000004, "Member 'FMeshBlendShapeChannelMapping::BlendShapeChannelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextureCoordinate \ +static_assert(alignof(FTextureCoordinate) == 0x000004, "Wrong alignment on FTextureCoordinate"); \ +static_assert(sizeof(FTextureCoordinate) == 0x000008, "Wrong size on FTextureCoordinate"); \ +static_assert(offsetof(FTextureCoordinate, U) == 0x000000, "Member 'FTextureCoordinate::U' has a wrong offset!"); \ +static_assert(offsetof(FTextureCoordinate, V) == 0x000004, "Member 'FTextureCoordinate::V' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexLayout \ +static_assert(alignof(FVertexLayout) == 0x000004, "Wrong alignment on FVertexLayout"); \ +static_assert(sizeof(FVertexLayout) == 0x00000C, "Wrong size on FVertexLayout"); \ +static_assert(offsetof(FVertexLayout, position) == 0x000000, "Member 'FVertexLayout::position' has a wrong offset!"); \ +static_assert(offsetof(FVertexLayout, TextureCoordinate) == 0x000004, "Member 'FVertexLayout::TextureCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FVertexLayout, Normal) == 0x000008, "Member 'FVertexLayout::Normal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RigLogic \ +static_assert(alignof(FAnimNode_RigLogic) == 0x000008, "Wrong alignment on FAnimNode_RigLogic"); \ +static_assert(sizeof(FAnimNode_RigLogic) == 0x000070, "Wrong size on FAnimNode_RigLogic"); \ +static_assert(offsetof(FAnimNode_RigLogic, AnimSequence) == 0x000010, "Member 'FAnimNode_RigLogic::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigLogic, CacheAnimCurveNames) == 0x000020, "Member 'FAnimNode_RigLogic::CacheAnimCurveNames' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigLogic, LODThreshold) == 0x000024, "Member 'FAnimNode_RigLogic::LODThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigLogicConfiguration \ +static_assert(alignof(FRigLogicConfiguration) == 0x000004, "Wrong alignment on FRigLogicConfiguration"); \ +static_assert(sizeof(FRigLogicConfiguration) == 0x000018, "Wrong size on FRigLogicConfiguration"); \ +static_assert(offsetof(FRigLogicConfiguration, CalculationType) == 0x000000, "Member 'FRigLogicConfiguration::CalculationType' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, LoadJoints) == 0x000001, "Member 'FRigLogicConfiguration::LoadJoints' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, LoadBlendShapes) == 0x000002, "Member 'FRigLogicConfiguration::LoadBlendShapes' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, LoadAnimatedMaps) == 0x000003, "Member 'FRigLogicConfiguration::LoadAnimatedMaps' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, LoadMachineLearnedBehavior) == 0x000004, "Member 'FRigLogicConfiguration::LoadMachineLearnedBehavior' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, LoadRBFBehavior) == 0x000005, "Member 'FRigLogicConfiguration::LoadRBFBehavior' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, LoadTwistSwingBehavior) == 0x000006, "Member 'FRigLogicConfiguration::LoadTwistSwingBehavior' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, TranslationType) == 0x000007, "Member 'FRigLogicConfiguration::TranslationType' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, RotationType) == 0x000008, "Member 'FRigLogicConfiguration::RotationType' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, RotationOrder) == 0x000009, "Member 'FRigLogicConfiguration::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, ScaleType) == 0x00000A, "Member 'FRigLogicConfiguration::ScaleType' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, TranslationPruningThreshold) == 0x00000C, "Member 'FRigLogicConfiguration::TranslationPruningThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, RotationPruningThreshold) == 0x000010, "Member 'FRigLogicConfiguration::RotationPruningThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRigLogicConfiguration, ScalePruningThreshold) == 0x000014, "Member 'FRigLogicConfiguration::ScalePruningThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneIndexControlAttributeMapping \ +static_assert(alignof(FBoneIndexControlAttributeMapping) == 0x000004, "Wrong alignment on FBoneIndexControlAttributeMapping"); \ +static_assert(sizeof(FBoneIndexControlAttributeMapping) == 0x000018, "Wrong size on FBoneIndexControlAttributeMapping"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RigLogic_IntArray \ +static_assert(alignof(FRigUnit_RigLogic_IntArray) == 0x000008, "Wrong alignment on FRigUnit_RigLogic_IntArray"); \ +static_assert(sizeof(FRigUnit_RigLogic_IntArray) == 0x000010, "Wrong size on FRigUnit_RigLogic_IntArray"); \ +static_assert(offsetof(FRigUnit_RigLogic_IntArray, Values) == 0x000000, "Member 'FRigUnit_RigLogic_IntArray::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RigLogic_Data \ +static_assert(alignof(FRigUnit_RigLogic_Data) == 0x000008, "Wrong alignment on FRigUnit_RigLogic_Data"); \ +static_assert(sizeof(FRigUnit_RigLogic_Data) == 0x0000A8, "Wrong size on FRigUnit_RigLogic_Data"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, SkelMeshComponent) == 0x000000, "Member 'FRigUnit_RigLogic_Data::SkelMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, InputCurveIndices) == 0x000020, "Member 'FRigUnit_RigLogic_Data::InputCurveIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, NeuralNetMaskCurveIndices) == 0x000030, "Member 'FRigUnit_RigLogic_Data::NeuralNetMaskCurveIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, HierarchyBoneIndices) == 0x000040, "Member 'FRigUnit_RigLogic_Data::HierarchyBoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, DriverJointsToControlAttributesMap) == 0x000050, "Member 'FRigUnit_RigLogic_Data::DriverJointsToControlAttributesMap' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, MorphTargetCurveIndices) == 0x000060, "Member 'FRigUnit_RigLogic_Data::MorphTargetCurveIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, BlendShapeIndices) == 0x000070, "Member 'FRigUnit_RigLogic_Data::BlendShapeIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, CurveElementIndicesForAnimMaps) == 0x000080, "Member 'FRigUnit_RigLogic_Data::CurveElementIndicesForAnimMaps' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, RigLogicIndicesForAnimMaps) == 0x000090, "Member 'FRigUnit_RigLogic_Data::RigLogicIndicesForAnimMaps' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic_Data, CurrentLOD) == 0x0000A0, "Member 'FRigUnit_RigLogic_Data::CurrentLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RigLogic \ +static_assert(alignof(FRigUnit_RigLogic) == 0x000008, "Wrong alignment on FRigUnit_RigLogic"); \ +static_assert(sizeof(FRigUnit_RigLogic) == 0x0000C0, "Wrong size on FRigUnit_RigLogic"); \ +static_assert(offsetof(FRigUnit_RigLogic, Data) == 0x000010, "Member 'FRigUnit_RigLogic::Data' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RigLogic, bIsInitialized) == 0x0000B8, "Member 'FRigUnit_RigLogic::bIsInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDNAIndexMapping \ +static_assert(alignof(UDNAIndexMapping) == 0x000008, "Wrong alignment on UDNAIndexMapping"); \ +static_assert(sizeof(UDNAIndexMapping) == 0x000028, "Wrong size on UDNAIndexMapping"); \ + +#define DUMPER7_ASSERTS_UDNAAsset \ +static_assert(alignof(UDNAAsset) == 0x000008, "Wrong alignment on UDNAAsset"); \ +static_assert(sizeof(UDNAAsset) == 0x000140, "Wrong size on UDNAAsset"); \ +static_assert(offsetof(UDNAAsset, DnaFileName) == 0x000028, "Member 'UDNAAsset::DnaFileName' has a wrong offset!"); \ +static_assert(offsetof(UDNAAsset, bKeepDNAAfterInitialization) == 0x000038, "Member 'UDNAAsset::bKeepDNAAfterInitialization' has a wrong offset!"); \ +static_assert(offsetof(UDNAAsset, MetaData) == 0x000040, "Member 'UDNAAsset::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UDNAAsset, RigLogicConfiguration) == 0x000090, "Member 'UDNAAsset::RigLogicConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkelMeshDNAUtils \ +static_assert(alignof(USkelMeshDNAUtils) == 0x000008, "Wrong alignment on USkelMeshDNAUtils"); \ +static_assert(sizeof(USkelMeshDNAUtils) == 0x000028, "Wrong size on USkelMeshDNAUtils"); \ + +#define DUMPER7_ASSERTS_FSunPositionData \ +static_assert(alignof(FSunPositionData) == 0x000008, "Wrong alignment on FSunPositionData"); \ +static_assert(sizeof(FSunPositionData) == 0x000028, "Wrong size on FSunPositionData"); \ +static_assert(offsetof(FSunPositionData, Elevation) == 0x000000, "Member 'FSunPositionData::Elevation' has a wrong offset!"); \ +static_assert(offsetof(FSunPositionData, CorrectedElevation) == 0x000004, "Member 'FSunPositionData::CorrectedElevation' has a wrong offset!"); \ +static_assert(offsetof(FSunPositionData, Azimuth) == 0x000008, "Member 'FSunPositionData::Azimuth' has a wrong offset!"); \ +static_assert(offsetof(FSunPositionData, SunriseTime) == 0x000010, "Member 'FSunPositionData::SunriseTime' has a wrong offset!"); \ +static_assert(offsetof(FSunPositionData, SunsetTime) == 0x000018, "Member 'FSunPositionData::SunsetTime' has a wrong offset!"); \ +static_assert(offsetof(FSunPositionData, SolarNoon) == 0x000020, "Member 'FSunPositionData::SolarNoon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SunPositionFunctionLibrary_GetSunPosition \ +static_assert(alignof(SunPositionFunctionLibrary_GetSunPosition) == 0x000008, "Wrong alignment on SunPositionFunctionLibrary_GetSunPosition"); \ +static_assert(sizeof(SunPositionFunctionLibrary_GetSunPosition) == 0x000050, "Wrong size on SunPositionFunctionLibrary_GetSunPosition"); \ +static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Latitude) == 0x000000, "Member 'SunPositionFunctionLibrary_GetSunPosition::Latitude' has a wrong offset!"); \ +static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Longitude) == 0x000004, "Member 'SunPositionFunctionLibrary_GetSunPosition::Longitude' has a wrong offset!"); \ +static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, TimeZone) == 0x000008, "Member 'SunPositionFunctionLibrary_GetSunPosition::TimeZone' has a wrong offset!"); \ +static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, bIsDaylightSavingTime) == 0x00000C, "Member 'SunPositionFunctionLibrary_GetSunPosition::bIsDaylightSavingTime' has a wrong offset!"); \ +static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Year) == 0x000010, "Member 'SunPositionFunctionLibrary_GetSunPosition::Year' has a wrong offset!"); \ +static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Month) == 0x000014, "Member 'SunPositionFunctionLibrary_GetSunPosition::Month' has a wrong offset!"); \ +static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Day) == 0x000018, "Member 'SunPositionFunctionLibrary_GetSunPosition::Day' has a wrong offset!"); \ +static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Hours) == 0x00001C, "Member 'SunPositionFunctionLibrary_GetSunPosition::Hours' has a wrong offset!"); \ +static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Minutes) == 0x000020, "Member 'SunPositionFunctionLibrary_GetSunPosition::Minutes' has a wrong offset!"); \ +static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Seconds) == 0x000024, "Member 'SunPositionFunctionLibrary_GetSunPosition::Seconds' has a wrong offset!"); \ +static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, SunPositionData) == 0x000028, "Member 'SunPositionFunctionLibrary_GetSunPosition::SunPositionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USunPositionFunctionLibrary \ +static_assert(alignof(USunPositionFunctionLibrary) == 0x000008, "Wrong alignment on USunPositionFunctionLibrary"); \ +static_assert(sizeof(USunPositionFunctionLibrary) == 0x000028, "Wrong size on USunPositionFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_APLA_ResidentialLow04_C \ +static_assert(alignof(APLA_ResidentialLow04_C) == 0x000008, "Wrong alignment on APLA_ResidentialLow04_C"); \ +static_assert(sizeof(APLA_ResidentialLow04_C) == 0x000678, "Wrong size on APLA_ResidentialLow04_C"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh99) == 0x000350, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh99' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh98) == 0x000358, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh98' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh97) == 0x000360, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh97' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh96) == 0x000368, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh96' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh95) == 0x000370, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh95' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh94) == 0x000378, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh94' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh93) == 0x000380, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh93' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh92) == 0x000388, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh92' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh91) == 0x000390, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh91' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh90) == 0x000398, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh90' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh89) == 0x0003A0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh89' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh88) == 0x0003A8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh88' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh87) == 0x0003B0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh87' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh86) == 0x0003B8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh86' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh85) == 0x0003C0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh85' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh84) == 0x0003C8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh84' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh83) == 0x0003D0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh83' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh82) == 0x0003D8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh82' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh81) == 0x0003E0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh81' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh80) == 0x0003E8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh80' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh79) == 0x0003F0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh79' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh78) == 0x0003F8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh78' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh77) == 0x000400, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh77' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh76) == 0x000408, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh76' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh75) == 0x000410, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh75' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh74) == 0x000418, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh74' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh73) == 0x000420, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh73' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh72) == 0x000428, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh72' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh71) == 0x000430, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh71' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh70) == 0x000438, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh70' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh69) == 0x000440, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh69' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh68) == 0x000448, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh68' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh67) == 0x000450, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh67' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh66) == 0x000458, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh66' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh65) == 0x000460, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh65' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh64) == 0x000468, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh64' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh63) == 0x000470, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh63' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh62) == 0x000478, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh62' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh61) == 0x000480, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh61' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh60) == 0x000488, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh60' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh59) == 0x000490, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh59' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh58) == 0x000498, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh58' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh57) == 0x0004A0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh57' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh56) == 0x0004A8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh56' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh55) == 0x0004B0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh55' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh54) == 0x0004B8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh54' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh53) == 0x0004C0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh53' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh52) == 0x0004C8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh52' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh51) == 0x0004D0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh51' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh50) == 0x0004D8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh50' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh49) == 0x0004E0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh49' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh48) == 0x0004E8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh48' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh47) == 0x0004F0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh47' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh46) == 0x0004F8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh46' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh45) == 0x000500, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh45' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh44) == 0x000508, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh44' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh43) == 0x000510, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh43' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh42) == 0x000518, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh42' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh41) == 0x000520, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh41' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh40) == 0x000528, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh40' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh39) == 0x000530, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh39' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh38) == 0x000538, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh38' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh37) == 0x000540, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh37' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh36) == 0x000548, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh36' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh35) == 0x000550, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh35' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh34) == 0x000558, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh34' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh33) == 0x000560, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh33' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh32) == 0x000568, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh32' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh31) == 0x000570, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh31' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh30) == 0x000578, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh30' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh29) == 0x000580, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh29' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh28) == 0x000588, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh28' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh27) == 0x000590, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh27' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh26) == 0x000598, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh26' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh25) == 0x0005A0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh25' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh24) == 0x0005A8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh24' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh23) == 0x0005B0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh23' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, PLACollider) == 0x0005B8, "Member 'APLA_ResidentialLow04_C::PLACollider' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh22) == 0x0005C0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh22' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh21) == 0x0005C8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh21' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh20) == 0x0005D0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh20' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh19) == 0x0005D8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh19' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh18) == 0x0005E0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh18' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh17) == 0x0005E8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh17' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh16) == 0x0005F0, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh16' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh15) == 0x0005F8, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh15' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh14) == 0x000600, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh14' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh13) == 0x000608, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh13' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh12) == 0x000610, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh12' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh11) == 0x000618, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh11' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh10) == 0x000620, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh10' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh9) == 0x000628, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh9' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh8) == 0x000630, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh8' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh7) == 0x000638, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh7' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh6) == 0x000640, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh5) == 0x000648, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh4) == 0x000650, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh3) == 0x000658, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh2) == 0x000660, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh1) == 0x000668, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow04_C, InstancedStaticMesh) == 0x000670, "Member 'APLA_ResidentialLow04_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModuleInputValue \ +static_assert(alignof(FModuleInputValue) == 0x000008, "Wrong alignment on FModuleInputValue"); \ +static_assert(sizeof(FModuleInputValue) == 0x000020, "Wrong size on FModuleInputValue"); \ +static_assert(offsetof(FModuleInputValue, Value) == 0x000000, "Member 'FModuleInputValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FModuleInputValue, ValueInt) == 0x000018, "Member 'FModuleInputValue::ValueInt' has a wrong offset!"); \ +static_assert(offsetof(FModuleInputValue, ValueType) == 0x00001C, "Member 'FModuleInputValue::ValueType' has a wrong offset!"); \ +static_assert(offsetof(FModuleInputValue, bApplyInputDecay) == 0x00001D, "Member 'FModuleInputValue::bApplyInputDecay' has a wrong offset!"); \ +static_assert(offsetof(FModuleInputValue, bClearAfterConsumed) == 0x00001E, "Member 'FModuleInputValue::bClearAfterConsumed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModuleInputSetup \ +static_assert(alignof(FModuleInputSetup) == 0x000004, "Wrong alignment on FModuleInputSetup"); \ +static_assert(sizeof(FModuleInputSetup) == 0x00000C, "Wrong size on FModuleInputSetup"); \ +static_assert(offsetof(FModuleInputSetup, Name) == 0x000000, "Member 'FModuleInputSetup::Name' has a wrong offset!"); \ +static_assert(offsetof(FModuleInputSetup, Type) == 0x000008, "Member 'FModuleInputSetup::Type' has a wrong offset!"); \ +static_assert(offsetof(FModuleInputSetup, bApplyInputDecay) == 0x000009, "Member 'FModuleInputSetup::bApplyInputDecay' has a wrong offset!"); \ +static_assert(offsetof(FModuleInputSetup, bClearAfterConsumed) == 0x00000A, "Member 'FModuleInputSetup::bClearAfterConsumed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModuleInputContainer \ +static_assert(alignof(FModuleInputContainer) == 0x000008, "Wrong alignment on FModuleInputContainer"); \ +static_assert(sizeof(FModuleInputContainer) == 0x000010, "Wrong size on FModuleInputContainer"); \ +static_assert(offsetof(FModuleInputContainer, InputValues) == 0x000000, "Member 'FModuleInputContainer::InputValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDefaultModularVehicleInputModifier \ +static_assert(alignof(UDefaultModularVehicleInputModifier) == 0x000008, "Wrong alignment on UDefaultModularVehicleInputModifier"); \ +static_assert(sizeof(UDefaultModularVehicleInputModifier) == 0x000038, "Wrong size on UDefaultModularVehicleInputModifier"); \ +static_assert(offsetof(UDefaultModularVehicleInputModifier, RiseRate) == 0x000028, "Member 'UDefaultModularVehicleInputModifier::RiseRate' has a wrong offset!"); \ +static_assert(offsetof(UDefaultModularVehicleInputModifier, FallRate) == 0x00002C, "Member 'UDefaultModularVehicleInputModifier::FallRate' has a wrong offset!"); \ +static_assert(offsetof(UDefaultModularVehicleInputModifier, InputCurveFunction) == 0x000030, "Member 'UDefaultModularVehicleInputModifier::InputCurveFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleInputProducerBase \ +static_assert(alignof(UVehicleInputProducerBase) == 0x000008, "Wrong alignment on UVehicleInputProducerBase"); \ +static_assert(sizeof(UVehicleInputProducerBase) == 0x000030, "Wrong size on UVehicleInputProducerBase"); \ + +#define DUMPER7_ASSERTS_FDirectPathObjectLocator \ +static_assert(alignof(FDirectPathObjectLocator) == 0x000008, "Wrong alignment on FDirectPathObjectLocator"); \ +static_assert(sizeof(FDirectPathObjectLocator) == 0x000020, "Wrong size on FDirectPathObjectLocator"); \ +static_assert(offsetof(FDirectPathObjectLocator, Path) == 0x000000, "Member 'FDirectPathObjectLocator::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubObjectLocator \ +static_assert(alignof(FSubObjectLocator) == 0x000008, "Wrong alignment on FSubObjectLocator"); \ +static_assert(sizeof(FSubObjectLocator) == 0x000010, "Wrong size on FSubObjectLocator"); \ +static_assert(offsetof(FSubObjectLocator, PathWithinContext) == 0x000000, "Member 'FSubObjectLocator::PathWithinContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniversalObjectLocatorFragment \ +static_assert(alignof(FUniversalObjectLocatorFragment) == 0x000008, "Wrong alignment on FUniversalObjectLocatorFragment"); \ +static_assert(sizeof(FUniversalObjectLocatorFragment) == 0x000020, "Wrong size on FUniversalObjectLocatorFragment"); \ + +#define DUMPER7_ASSERTS_FUniversalObjectLocator \ +static_assert(alignof(FUniversalObjectLocator) == 0x000008, "Wrong alignment on FUniversalObjectLocator"); \ +static_assert(sizeof(FUniversalObjectLocator) == 0x000010, "Wrong size on FUniversalObjectLocator"); \ +static_assert(offsetof(FUniversalObjectLocator, Fragments) == 0x000000, "Member 'FUniversalObjectLocator::Fragments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniversalObjectLocatorEmptyPayload \ +static_assert(alignof(FUniversalObjectLocatorEmptyPayload) == 0x000001, "Wrong alignment on FUniversalObjectLocatorEmptyPayload"); \ +static_assert(sizeof(FUniversalObjectLocatorEmptyPayload) == 0x000001, "Wrong size on FUniversalObjectLocatorEmptyPayload"); \ + +#define DUMPER7_ASSERTS_UChaosVehicles \ +static_assert(alignof(UChaosVehicles) == 0x000008, "Wrong alignment on UChaosVehicles"); \ +static_assert(sizeof(UChaosVehicles) == 0x000028, "Wrong size on UChaosVehicles"); \ + +#define DUMPER7_ASSERTS_FAnimNode_StageCoachWheelController \ +static_assert(alignof(FAnimNode_StageCoachWheelController) == 0x000008, "Wrong alignment on FAnimNode_StageCoachWheelController"); \ +static_assert(sizeof(FAnimNode_StageCoachWheelController) == 0x0000F0, "Wrong size on FAnimNode_StageCoachWheelController"); \ +static_assert(offsetof(FAnimNode_StageCoachWheelController, WheelSpokeCount) == 0x0000C8, "Member 'FAnimNode_StageCoachWheelController::WheelSpokeCount' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StageCoachWheelController, MaxAngularVelocity) == 0x0000CC, "Member 'FAnimNode_StageCoachWheelController::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StageCoachWheelController, ShutterSpeed) == 0x0000D0, "Member 'FAnimNode_StageCoachWheelController::ShutterSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StageCoachWheelController, StageCoachBlend) == 0x0000D4, "Member 'FAnimNode_StageCoachWheelController::StageCoachBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_WheelController \ +static_assert(alignof(FAnimNode_WheelController) == 0x000008, "Wrong alignment on FAnimNode_WheelController"); \ +static_assert(sizeof(FAnimNode_WheelController) == 0x0000E0, "Wrong size on FAnimNode_WheelController"); \ + +#define DUMPER7_ASSERTS_FVehicleInputs \ +static_assert(alignof(FVehicleInputs) == 0x000004, "Wrong alignment on FVehicleInputs"); \ +static_assert(sizeof(FVehicleInputs) == 0x000024, "Wrong size on FVehicleInputs"); \ +static_assert(offsetof(FVehicleInputs, SteeringInput) == 0x000000, "Member 'FVehicleInputs::SteeringInput' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputs, RawSteeringInput) == 0x000004, "Member 'FVehicleInputs::RawSteeringInput' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputs, SteeringModifier) == 0x000008, "Member 'FVehicleInputs::SteeringModifier' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputs, ThrottleInput) == 0x00000C, "Member 'FVehicleInputs::ThrottleInput' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputs, BrakeInput) == 0x000010, "Member 'FVehicleInputs::BrakeInput' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputs, PitchInput) == 0x000014, "Member 'FVehicleInputs::PitchInput' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputs, RollInput) == 0x000018, "Member 'FVehicleInputs::RollInput' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputs, YawInput) == 0x00001C, "Member 'FVehicleInputs::YawInput' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputs, HandbrakeInput) == 0x000020, "Member 'FVehicleInputs::HandbrakeInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlInputs \ +static_assert(alignof(FControlInputs) == 0x000004, "Wrong alignment on FControlInputs"); \ +static_assert(sizeof(FControlInputs) == 0x00002C, "Wrong size on FControlInputs"); \ +static_assert(offsetof(FControlInputs, ParkingEnabled) == 0x000024, "Member 'FControlInputs::ParkingEnabled' has a wrong offset!"); \ +static_assert(offsetof(FControlInputs, bBurnoutActivated) == 0x000025, "Member 'FControlInputs::bBurnoutActivated' has a wrong offset!"); \ +static_assert(offsetof(FControlInputs, bBurnoutHandbrakeMode) == 0x000026, "Member 'FControlInputs::bBurnoutHandbrakeMode' has a wrong offset!"); \ +static_assert(offsetof(FControlInputs, bOutOfControllState) == 0x000027, "Member 'FControlInputs::bOutOfControllState' has a wrong offset!"); \ +static_assert(offsetof(FControlInputs, bRecentlyImpacted) == 0x000028, "Member 'FControlInputs::bRecentlyImpacted' has a wrong offset!"); \ +static_assert(offsetof(FControlInputs, TransmissionType) == 0x000029, "Member 'FControlInputs::TransmissionType' has a wrong offset!"); \ +static_assert(offsetof(FControlInputs, GearUpInput) == 0x00002A, "Member 'FControlInputs::GearUpInput' has a wrong offset!"); \ +static_assert(offsetof(FControlInputs, GearDownInput) == 0x00002B, "Member 'FControlInputs::GearDownInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkVehicleInputs \ +static_assert(alignof(FNetworkVehicleInputs) == 0x000008, "Wrong alignment on FNetworkVehicleInputs"); \ +static_assert(sizeof(FNetworkVehicleInputs) == 0x000060, "Wrong size on FNetworkVehicleInputs"); \ +static_assert(offsetof(FNetworkVehicleInputs, VehicleInputs) == 0x000028, "Member 'FNetworkVehicleInputs::VehicleInputs' has a wrong offset!"); \ +static_assert(offsetof(FNetworkVehicleInputs, TransmissionChangeTime) == 0x000054, "Member 'FNetworkVehicleInputs::TransmissionChangeTime' has a wrong offset!"); \ +static_assert(offsetof(FNetworkVehicleInputs, TransmissionCurrentGear) == 0x000058, "Member 'FNetworkVehicleInputs::TransmissionCurrentGear' has a wrong offset!"); \ +static_assert(offsetof(FNetworkVehicleInputs, TransmissionTargetGear) == 0x00005C, "Member 'FNetworkVehicleInputs::TransmissionTargetGear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNetworkVehicleStates \ +static_assert(alignof(FNetworkVehicleStates) == 0x000008, "Wrong alignment on FNetworkVehicleStates"); \ +static_assert(sizeof(FNetworkVehicleStates) == 0x0000B8, "Wrong size on FNetworkVehicleStates"); \ +static_assert(offsetof(FNetworkVehicleStates, StateLastVelocity) == 0x000028, "Member 'FNetworkVehicleStates::StateLastVelocity' has a wrong offset!"); \ +static_assert(offsetof(FNetworkVehicleStates, WheelsOmega) == 0x000040, "Member 'FNetworkVehicleStates::WheelsOmega' has a wrong offset!"); \ +static_assert(offsetof(FNetworkVehicleStates, WheelsAngularPosition) == 0x000050, "Member 'FNetworkVehicleStates::WheelsAngularPosition' has a wrong offset!"); \ +static_assert(offsetof(FNetworkVehicleStates, SuspensionLastDisplacement) == 0x000060, "Member 'FNetworkVehicleStates::SuspensionLastDisplacement' has a wrong offset!"); \ +static_assert(offsetof(FNetworkVehicleStates, SuspensionLastSpringLength) == 0x000070, "Member 'FNetworkVehicleStates::SuspensionLastSpringLength' has a wrong offset!"); \ +static_assert(offsetof(FNetworkVehicleStates, SuspensionAveragedLength) == 0x000080, "Member 'FNetworkVehicleStates::SuspensionAveragedLength' has a wrong offset!"); \ +static_assert(offsetof(FNetworkVehicleStates, SuspensionAveragedCount) == 0x000090, "Member 'FNetworkVehicleStates::SuspensionAveragedCount' has a wrong offset!"); \ +static_assert(offsetof(FNetworkVehicleStates, SuspensionAveragedNum) == 0x0000A0, "Member 'FNetworkVehicleStates::SuspensionAveragedNum' has a wrong offset!"); \ +static_assert(offsetof(FNetworkVehicleStates, EngineOmega) == 0x0000B0, "Member 'FNetworkVehicleStates::EngineOmega' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleReplicatedState \ +static_assert(alignof(FVehicleReplicatedState) == 0x000004, "Wrong alignment on FVehicleReplicatedState"); \ +static_assert(sizeof(FVehicleReplicatedState) == 0x000030, "Wrong size on FVehicleReplicatedState"); \ +static_assert(offsetof(FVehicleReplicatedState, TargetGear) == 0x000024, "Member 'FVehicleReplicatedState::TargetGear' has a wrong offset!"); \ +static_assert(offsetof(FVehicleReplicatedState, ThrottleUp) == 0x000028, "Member 'FVehicleReplicatedState::ThrottleUp' has a wrong offset!"); \ +static_assert(offsetof(FVehicleReplicatedState, ThrottleDown) == 0x00002C, "Member 'FVehicleReplicatedState::ThrottleDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleTorqueControlConfig \ +static_assert(alignof(FVehicleTorqueControlConfig) == 0x000004, "Wrong alignment on FVehicleTorqueControlConfig"); \ +static_assert(sizeof(FVehicleTorqueControlConfig) == 0x000040, "Wrong size on FVehicleTorqueControlConfig"); \ +static_assert(offsetof(FVehicleTorqueControlConfig, Enabled) == 0x000000, "Member 'FVehicleTorqueControlConfig::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTorqueControlConfig, YawTorqueScaling) == 0x000004, "Member 'FVehicleTorqueControlConfig::YawTorqueScaling' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTorqueControlConfig, YawFromSteering) == 0x000008, "Member 'FVehicleTorqueControlConfig::YawFromSteering' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTorqueControlConfig, YawFromRollTorqueScaling) == 0x00000C, "Member 'FVehicleTorqueControlConfig::YawFromRollTorqueScaling' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTorqueControlConfig, PitchTorqueScaling) == 0x000010, "Member 'FVehicleTorqueControlConfig::PitchTorqueScaling' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTorqueControlConfig, RollTorqueScaling) == 0x000014, "Member 'FVehicleTorqueControlConfig::RollTorqueScaling' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTorqueControlConfig, RollFromSteering) == 0x000018, "Member 'FVehicleTorqueControlConfig::RollFromSteering' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTorqueControlConfig, RotationDamping) == 0x00001C, "Member 'FVehicleTorqueControlConfig::RotationDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleTargetRotationControlConfig \ +static_assert(alignof(FVehicleTargetRotationControlConfig) == 0x000004, "Wrong alignment on FVehicleTargetRotationControlConfig"); \ +static_assert(sizeof(FVehicleTargetRotationControlConfig) == 0x000058, "Wrong size on FVehicleTargetRotationControlConfig"); \ +static_assert(offsetof(FVehicleTargetRotationControlConfig, Enabled) == 0x000000, "Member 'FVehicleTargetRotationControlConfig::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTargetRotationControlConfig, bRollVsSpeedEnabled) == 0x000001, "Member 'FVehicleTargetRotationControlConfig::bRollVsSpeedEnabled' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTargetRotationControlConfig, RollControlScaling) == 0x000004, "Member 'FVehicleTargetRotationControlConfig::RollControlScaling' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTargetRotationControlConfig, RollMaxAngle) == 0x000008, "Member 'FVehicleTargetRotationControlConfig::RollMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTargetRotationControlConfig, PitchControlScaling) == 0x00000C, "Member 'FVehicleTargetRotationControlConfig::PitchControlScaling' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTargetRotationControlConfig, PitchMaxAngle) == 0x000010, "Member 'FVehicleTargetRotationControlConfig::PitchMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTargetRotationControlConfig, RotationStiffness) == 0x000014, "Member 'FVehicleTargetRotationControlConfig::RotationStiffness' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTargetRotationControlConfig, RotationDamping) == 0x000018, "Member 'FVehicleTargetRotationControlConfig::RotationDamping' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTargetRotationControlConfig, MaxAccel) == 0x00001C, "Member 'FVehicleTargetRotationControlConfig::MaxAccel' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTargetRotationControlConfig, AutoCentreRollStrength) == 0x000020, "Member 'FVehicleTargetRotationControlConfig::AutoCentreRollStrength' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTargetRotationControlConfig, AutoCentrePitchStrength) == 0x000024, "Member 'FVehicleTargetRotationControlConfig::AutoCentrePitchStrength' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTargetRotationControlConfig, AutoCentreYawStrength) == 0x000028, "Member 'FVehicleTargetRotationControlConfig::AutoCentreYawStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleStabilizeControlConfig \ +static_assert(alignof(FVehicleStabilizeControlConfig) == 0x000004, "Wrong alignment on FVehicleStabilizeControlConfig"); \ +static_assert(sizeof(FVehicleStabilizeControlConfig) == 0x000018, "Wrong size on FVehicleStabilizeControlConfig"); \ +static_assert(offsetof(FVehicleStabilizeControlConfig, Enabled) == 0x000000, "Member 'FVehicleStabilizeControlConfig::Enabled' has a wrong offset!"); \ +static_assert(offsetof(FVehicleStabilizeControlConfig, AltitudeHoldZ) == 0x000004, "Member 'FVehicleStabilizeControlConfig::AltitudeHoldZ' has a wrong offset!"); \ +static_assert(offsetof(FVehicleStabilizeControlConfig, PositionHoldXY) == 0x000008, "Member 'FVehicleStabilizeControlConfig::PositionHoldXY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleInputRateConfig \ +static_assert(alignof(FVehicleInputRateConfig) == 0x000008, "Wrong alignment on FVehicleInputRateConfig"); \ +static_assert(sizeof(FVehicleInputRateConfig) == 0x000098, "Wrong size on FVehicleInputRateConfig"); \ +static_assert(offsetof(FVehicleInputRateConfig, RiseRate) == 0x000000, "Member 'FVehicleInputRateConfig::RiseRate' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputRateConfig, FallRate) == 0x000004, "Member 'FVehicleInputRateConfig::FallRate' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputRateConfig, InputCurveFunction) == 0x000008, "Member 'FVehicleInputRateConfig::InputCurveFunction' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInputRateConfig, UserCurve) == 0x000010, "Member 'FVehicleInputRateConfig::UserCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleAerofoilConfig \ +static_assert(alignof(FVehicleAerofoilConfig) == 0x000008, "Wrong alignment on FVehicleAerofoilConfig"); \ +static_assert(sizeof(FVehicleAerofoilConfig) == 0x0000B0, "Wrong size on FVehicleAerofoilConfig"); \ +static_assert(offsetof(FVehicleAerofoilConfig, AerofoilType) == 0x000000, "Member 'FVehicleAerofoilConfig::AerofoilType' has a wrong offset!"); \ +static_assert(offsetof(FVehicleAerofoilConfig, BoneName) == 0x000004, "Member 'FVehicleAerofoilConfig::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FVehicleAerofoilConfig, Offset) == 0x000010, "Member 'FVehicleAerofoilConfig::Offset' has a wrong offset!"); \ +static_assert(offsetof(FVehicleAerofoilConfig, UpAxis) == 0x000028, "Member 'FVehicleAerofoilConfig::UpAxis' has a wrong offset!"); \ +static_assert(offsetof(FVehicleAerofoilConfig, Area) == 0x000040, "Member 'FVehicleAerofoilConfig::Area' has a wrong offset!"); \ +static_assert(offsetof(FVehicleAerofoilConfig, Camber) == 0x000044, "Member 'FVehicleAerofoilConfig::Camber' has a wrong offset!"); \ +static_assert(offsetof(FVehicleAerofoilConfig, MaxControlAngle) == 0x000048, "Member 'FVehicleAerofoilConfig::MaxControlAngle' has a wrong offset!"); \ +static_assert(offsetof(FVehicleAerofoilConfig, StallAngle) == 0x00004C, "Member 'FVehicleAerofoilConfig::StallAngle' has a wrong offset!"); \ +static_assert(offsetof(FVehicleAerofoilConfig, LiftMultiplier) == 0x000050, "Member 'FVehicleAerofoilConfig::LiftMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FVehicleAerofoilConfig, DragMultiplier) == 0x000054, "Member 'FVehicleAerofoilConfig::DragMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleThrustConfig \ +static_assert(alignof(FVehicleThrustConfig) == 0x000008, "Wrong alignment on FVehicleThrustConfig"); \ +static_assert(sizeof(FVehicleThrustConfig) == 0x0000A0, "Wrong size on FVehicleThrustConfig"); \ +static_assert(offsetof(FVehicleThrustConfig, ThrustType) == 0x000000, "Member 'FVehicleThrustConfig::ThrustType' has a wrong offset!"); \ +static_assert(offsetof(FVehicleThrustConfig, BoneName) == 0x000004, "Member 'FVehicleThrustConfig::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FVehicleThrustConfig, Offset) == 0x000010, "Member 'FVehicleThrustConfig::Offset' has a wrong offset!"); \ +static_assert(offsetof(FVehicleThrustConfig, ThrustAxis) == 0x000028, "Member 'FVehicleThrustConfig::ThrustAxis' has a wrong offset!"); \ +static_assert(offsetof(FVehicleThrustConfig, MaxThrustForce) == 0x000040, "Member 'FVehicleThrustConfig::MaxThrustForce' has a wrong offset!"); \ +static_assert(offsetof(FVehicleThrustConfig, MaxControlAngle) == 0x000044, "Member 'FVehicleThrustConfig::MaxControlAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWheelStatus \ +static_assert(alignof(FWheelStatus) == 0x000008, "Wrong alignment on FWheelStatus"); \ +static_assert(sizeof(FWheelStatus) == 0x000088, "Wrong size on FWheelStatus"); \ +static_assert(offsetof(FWheelStatus, bInContact) == 0x000000, "Member 'FWheelStatus::bInContact' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, ContactPoint) == 0x000008, "Member 'FWheelStatus::ContactPoint' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, HitLocation) == 0x000020, "Member 'FWheelStatus::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, PhysMaterial) == 0x000038, "Member 'FWheelStatus::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, NormalizedSuspensionLength) == 0x000040, "Member 'FWheelStatus::NormalizedSuspensionLength' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, SpringForce) == 0x000044, "Member 'FWheelStatus::SpringForce' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, SlipAngle) == 0x000048, "Member 'FWheelStatus::SlipAngle' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, bIsSlipping) == 0x00004C, "Member 'FWheelStatus::bIsSlipping' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, SlipMagnitude) == 0x000050, "Member 'FWheelStatus::SlipMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, bIsSkidding) == 0x000054, "Member 'FWheelStatus::bIsSkidding' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, SkidMagnitude) == 0x000058, "Member 'FWheelStatus::SkidMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, SkidNormal) == 0x000060, "Member 'FWheelStatus::SkidNormal' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, DriveTorque) == 0x000078, "Member 'FWheelStatus::DriveTorque' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, BrakeTorque) == 0x00007C, "Member 'FWheelStatus::BrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(FWheelStatus, bABSActivated) == 0x000080, "Member 'FWheelStatus::bABSActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleDifferentialConfig \ +static_assert(alignof(FVehicleDifferentialConfig) == 0x000004, "Wrong alignment on FVehicleDifferentialConfig"); \ +static_assert(sizeof(FVehicleDifferentialConfig) == 0x000010, "Wrong size on FVehicleDifferentialConfig"); \ +static_assert(offsetof(FVehicleDifferentialConfig, DifferentialType) == 0x000000, "Member 'FVehicleDifferentialConfig::DifferentialType' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDifferentialConfig, FrontRearSplit) == 0x000004, "Member 'FVehicleDifferentialConfig::FrontRearSplit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleEngineConfig \ +static_assert(alignof(FVehicleEngineConfig) == 0x000008, "Wrong alignment on FVehicleEngineConfig"); \ +static_assert(sizeof(FVehicleEngineConfig) == 0x0000C8, "Wrong size on FVehicleEngineConfig"); \ +static_assert(offsetof(FVehicleEngineConfig, TorqueCurve) == 0x000000, "Member 'FVehicleEngineConfig::TorqueCurve' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineConfig, MaxTorque) == 0x000088, "Member 'FVehicleEngineConfig::MaxTorque' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineConfig, MaxRPM) == 0x00008C, "Member 'FVehicleEngineConfig::MaxRPM' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineConfig, EngineIdleRPM) == 0x000090, "Member 'FVehicleEngineConfig::EngineIdleRPM' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineConfig, EngineBrakeEffect) == 0x000094, "Member 'FVehicleEngineConfig::EngineBrakeEffect' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineConfig, EngineRevUpMOI) == 0x000098, "Member 'FVehicleEngineConfig::EngineRevUpMOI' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineConfig, EngineRevDownRate) == 0x00009C, "Member 'FVehicleEngineConfig::EngineRevDownRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleTransmissionConfig \ +static_assert(alignof(FVehicleTransmissionConfig) == 0x000008, "Wrong alignment on FVehicleTransmissionConfig"); \ +static_assert(sizeof(FVehicleTransmissionConfig) == 0x0000B0, "Wrong size on FVehicleTransmissionConfig"); \ +static_assert(offsetof(FVehicleTransmissionConfig, bUseAutomaticGears) == 0x000000, "Member 'FVehicleTransmissionConfig::bUseAutomaticGears' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionConfig, bUseAutoReverse) == 0x000001, "Member 'FVehicleTransmissionConfig::bUseAutoReverse' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionConfig, FinalRatio) == 0x000004, "Member 'FVehicleTransmissionConfig::FinalRatio' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionConfig, ForwardGearRatios) == 0x000008, "Member 'FVehicleTransmissionConfig::ForwardGearRatios' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionConfig, ReverseGearRatios) == 0x000018, "Member 'FVehicleTransmissionConfig::ReverseGearRatios' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionConfig, ChangeUpRPM) == 0x000028, "Member 'FVehicleTransmissionConfig::ChangeUpRPM' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionConfig, ChangeDownRPM) == 0x000038, "Member 'FVehicleTransmissionConfig::ChangeDownRPM' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionConfig, KickDownChangeUpExtraRPM) == 0x000048, "Member 'FVehicleTransmissionConfig::KickDownChangeUpExtraRPM' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionConfig, GearChangeTime) == 0x00004C, "Member 'FVehicleTransmissionConfig::GearChangeTime' has a wrong offset!"); \ +static_assert(offsetof(FVehicleTransmissionConfig, TransmissionEfficiency) == 0x000050, "Member 'FVehicleTransmissionConfig::TransmissionEfficiency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleSteeringConfig \ +static_assert(alignof(FVehicleSteeringConfig) == 0x000008, "Wrong alignment on FVehicleSteeringConfig"); \ +static_assert(sizeof(FVehicleSteeringConfig) == 0x0000D8, "Wrong size on FVehicleSteeringConfig"); \ +static_assert(offsetof(FVehicleSteeringConfig, SteeringType) == 0x000000, "Member 'FVehicleSteeringConfig::SteeringType' has a wrong offset!"); \ +static_assert(offsetof(FVehicleSteeringConfig, AngleRatio) == 0x000004, "Member 'FVehicleSteeringConfig::AngleRatio' has a wrong offset!"); \ +static_assert(offsetof(FVehicleSteeringConfig, SteeringCurve) == 0x000008, "Member 'FVehicleSteeringConfig::SteeringCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosWheelSetup \ +static_assert(alignof(FChaosWheelSetup) == 0x000008, "Wrong alignment on FChaosWheelSetup"); \ +static_assert(sizeof(FChaosWheelSetup) == 0x000028, "Wrong size on FChaosWheelSetup"); \ +static_assert(offsetof(FChaosWheelSetup, WheelClass) == 0x000000, "Member 'FChaosWheelSetup::WheelClass' has a wrong offset!"); \ +static_assert(offsetof(FChaosWheelSetup, BoneName) == 0x000008, "Member 'FChaosWheelSetup::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FChaosWheelSetup, AdditionalOffset) == 0x000010, "Member 'FChaosWheelSetup::AdditionalOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBaseSnapshotData \ +static_assert(alignof(FBaseSnapshotData) == 0x000010, "Wrong alignment on FBaseSnapshotData"); \ +static_assert(sizeof(FBaseSnapshotData) == 0x000090, "Wrong size on FBaseSnapshotData"); \ +static_assert(offsetof(FBaseSnapshotData, Transform) == 0x000000, "Member 'FBaseSnapshotData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FBaseSnapshotData, LinearVelocity) == 0x000060, "Member 'FBaseSnapshotData::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBaseSnapshotData, AngularVelocity) == 0x000078, "Member 'FBaseSnapshotData::AngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWheelSnapshot \ +static_assert(alignof(FWheelSnapshot) == 0x000004, "Wrong alignment on FWheelSnapshot"); \ +static_assert(sizeof(FWheelSnapshot) == 0x000014, "Wrong size on FWheelSnapshot"); \ +static_assert(offsetof(FWheelSnapshot, SuspensionOffset) == 0x000000, "Member 'FWheelSnapshot::SuspensionOffset' has a wrong offset!"); \ +static_assert(offsetof(FWheelSnapshot, WheelRotationAngle) == 0x000004, "Member 'FWheelSnapshot::WheelRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(FWheelSnapshot, SteeringAngle) == 0x000008, "Member 'FWheelSnapshot::SteeringAngle' has a wrong offset!"); \ +static_assert(offsetof(FWheelSnapshot, WheelRadius) == 0x00000C, "Member 'FWheelSnapshot::WheelRadius' has a wrong offset!"); \ +static_assert(offsetof(FWheelSnapshot, WheelAngularVelocity) == 0x000010, "Member 'FWheelSnapshot::WheelAngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWheeledSnaphotData \ +static_assert(alignof(FWheeledSnaphotData) == 0x000010, "Wrong alignment on FWheeledSnaphotData"); \ +static_assert(sizeof(FWheeledSnaphotData) == 0x0000B0, "Wrong size on FWheeledSnaphotData"); \ +static_assert(offsetof(FWheeledSnaphotData, SelectedGear) == 0x000090, "Member 'FWheeledSnaphotData::SelectedGear' has a wrong offset!"); \ +static_assert(offsetof(FWheeledSnaphotData, EngineRPM) == 0x000094, "Member 'FWheeledSnaphotData::EngineRPM' has a wrong offset!"); \ +static_assert(offsetof(FWheeledSnaphotData, WheelSnapshots) == 0x000098, "Member 'FWheeledSnaphotData::WheelSnapshots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleAnimationInstanceProxy \ +static_assert(alignof(FVehicleAnimationInstanceProxy) == 0x000010, "Wrong alignment on FVehicleAnimationInstanceProxy"); \ +static_assert(sizeof(FVehicleAnimationInstanceProxy) == 0x0007B0, "Wrong size on FVehicleAnimationInstanceProxy"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_DecreaseThrottleInput \ +static_assert(alignof(ChaosVehicleMovementComponent_DecreaseThrottleInput) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_DecreaseThrottleInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_DecreaseThrottleInput) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_DecreaseThrottleInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_DecreaseThrottleInput, ThrottleDelta) == 0x000000, "Member 'ChaosVehicleMovementComponent_DecreaseThrottleInput::ThrottleDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_EnableSelfRighting \ +static_assert(alignof(ChaosVehicleMovementComponent_EnableSelfRighting) == 0x000001, "Wrong alignment on ChaosVehicleMovementComponent_EnableSelfRighting"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_EnableSelfRighting) == 0x000001, "Wrong size on ChaosVehicleMovementComponent_EnableSelfRighting"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_EnableSelfRighting, InState) == 0x000000, "Member 'ChaosVehicleMovementComponent_EnableSelfRighting::InState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_GetBrakeInput \ +static_assert(alignof(ChaosVehicleMovementComponent_GetBrakeInput) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_GetBrakeInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_GetBrakeInput) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_GetBrakeInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_GetBrakeInput, ReturnValue) == 0x000000, "Member 'ChaosVehicleMovementComponent_GetBrakeInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_GetSteeringInput \ +static_assert(alignof(ChaosVehicleMovementComponent_GetSteeringInput) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_GetSteeringInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_GetSteeringInput) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_GetSteeringInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_GetSteeringInput, ReturnValue) == 0x000000, "Member 'ChaosVehicleMovementComponent_GetSteeringInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_GetThrottleInput \ +static_assert(alignof(ChaosVehicleMovementComponent_GetThrottleInput) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_GetThrottleInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_GetThrottleInput) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_GetThrottleInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_GetThrottleInput, ReturnValue) == 0x000000, "Member 'ChaosVehicleMovementComponent_GetThrottleInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_IncreaseThrottleInput \ +static_assert(alignof(ChaosVehicleMovementComponent_IncreaseThrottleInput) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_IncreaseThrottleInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_IncreaseThrottleInput) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_IncreaseThrottleInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_IncreaseThrottleInput, ThrottleDelta) == 0x000000, "Member 'ChaosVehicleMovementComponent_IncreaseThrottleInput::ThrottleDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_ServerUpdateState \ +static_assert(alignof(ChaosVehicleMovementComponent_ServerUpdateState) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_ServerUpdateState"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_ServerUpdateState) == 0x000020, "Wrong size on ChaosVehicleMovementComponent_ServerUpdateState"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_ServerUpdateState, InSteeringInput) == 0x000000, "Member 'ChaosVehicleMovementComponent_ServerUpdateState::InSteeringInput' has a wrong offset!"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_ServerUpdateState, InThrottleInput) == 0x000004, "Member 'ChaosVehicleMovementComponent_ServerUpdateState::InThrottleInput' has a wrong offset!"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_ServerUpdateState, InBrakeInput) == 0x000008, "Member 'ChaosVehicleMovementComponent_ServerUpdateState::InBrakeInput' has a wrong offset!"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_ServerUpdateState, InHandbrakeInput) == 0x00000C, "Member 'ChaosVehicleMovementComponent_ServerUpdateState::InHandbrakeInput' has a wrong offset!"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_ServerUpdateState, InCurrentGear) == 0x000010, "Member 'ChaosVehicleMovementComponent_ServerUpdateState::InCurrentGear' has a wrong offset!"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_ServerUpdateState, InRollInput) == 0x000014, "Member 'ChaosVehicleMovementComponent_ServerUpdateState::InRollInput' has a wrong offset!"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_ServerUpdateState, InPitchInput) == 0x000018, "Member 'ChaosVehicleMovementComponent_ServerUpdateState::InPitchInput' has a wrong offset!"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_ServerUpdateState, InYawInput) == 0x00001C, "Member 'ChaosVehicleMovementComponent_ServerUpdateState::InYawInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetBrakeInput \ +static_assert(alignof(ChaosVehicleMovementComponent_SetBrakeInput) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_SetBrakeInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetBrakeInput) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_SetBrakeInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetBrakeInput, Brake) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetBrakeInput::Brake' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetChangeDownInput \ +static_assert(alignof(ChaosVehicleMovementComponent_SetChangeDownInput) == 0x000001, "Wrong alignment on ChaosVehicleMovementComponent_SetChangeDownInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetChangeDownInput) == 0x000001, "Wrong size on ChaosVehicleMovementComponent_SetChangeDownInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetChangeDownInput, bNewGearDown) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetChangeDownInput::bNewGearDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetChangeUpInput \ +static_assert(alignof(ChaosVehicleMovementComponent_SetChangeUpInput) == 0x000001, "Wrong alignment on ChaosVehicleMovementComponent_SetChangeUpInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetChangeUpInput) == 0x000001, "Wrong size on ChaosVehicleMovementComponent_SetChangeUpInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetChangeUpInput, bNewGearUp) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetChangeUpInput::bNewGearUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetHandbrakeInput \ +static_assert(alignof(ChaosVehicleMovementComponent_SetHandbrakeInput) == 0x000001, "Wrong alignment on ChaosVehicleMovementComponent_SetHandbrakeInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetHandbrakeInput) == 0x000001, "Wrong size on ChaosVehicleMovementComponent_SetHandbrakeInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetHandbrakeInput, bNewHandbrake) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetHandbrakeInput::bNewHandbrake' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetParked \ +static_assert(alignof(ChaosVehicleMovementComponent_SetParked) == 0x000001, "Wrong alignment on ChaosVehicleMovementComponent_SetParked"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetParked) == 0x000001, "Wrong size on ChaosVehicleMovementComponent_SetParked"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetParked, bParked) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetParked::bParked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetPitchInput \ +static_assert(alignof(ChaosVehicleMovementComponent_SetPitchInput) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_SetPitchInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetPitchInput) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_SetPitchInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetPitchInput, Pitch) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetPitchInput::Pitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetRequiresControllerForInputs \ +static_assert(alignof(ChaosVehicleMovementComponent_SetRequiresControllerForInputs) == 0x000001, "Wrong alignment on ChaosVehicleMovementComponent_SetRequiresControllerForInputs"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetRequiresControllerForInputs) == 0x000001, "Wrong size on ChaosVehicleMovementComponent_SetRequiresControllerForInputs"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetRequiresControllerForInputs, bRequiresController) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetRequiresControllerForInputs::bRequiresController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetRollInput \ +static_assert(alignof(ChaosVehicleMovementComponent_SetRollInput) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_SetRollInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetRollInput) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_SetRollInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetRollInput, Roll) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetRollInput::Roll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetSleeping \ +static_assert(alignof(ChaosVehicleMovementComponent_SetSleeping) == 0x000001, "Wrong alignment on ChaosVehicleMovementComponent_SetSleeping"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetSleeping) == 0x000001, "Wrong size on ChaosVehicleMovementComponent_SetSleeping"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetSleeping, bEnableSleep) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetSleeping::bEnableSleep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetSteeringInput \ +static_assert(alignof(ChaosVehicleMovementComponent_SetSteeringInput) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_SetSteeringInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetSteeringInput) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_SetSteeringInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetSteeringInput, Steering) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetSteeringInput::Steering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetTargetGear \ +static_assert(alignof(ChaosVehicleMovementComponent_SetTargetGear) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_SetTargetGear"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetTargetGear) == 0x000008, "Wrong size on ChaosVehicleMovementComponent_SetTargetGear"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetTargetGear, GearNum) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetTargetGear::GearNum' has a wrong offset!"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetTargetGear, bImmediate) == 0x000004, "Member 'ChaosVehicleMovementComponent_SetTargetGear::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetThrottleInput \ +static_assert(alignof(ChaosVehicleMovementComponent_SetThrottleInput) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_SetThrottleInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetThrottleInput) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_SetThrottleInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetThrottleInput, Throttle) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetThrottleInput::Throttle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetUseAutomaticGears \ +static_assert(alignof(ChaosVehicleMovementComponent_SetUseAutomaticGears) == 0x000001, "Wrong alignment on ChaosVehicleMovementComponent_SetUseAutomaticGears"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetUseAutomaticGears) == 0x000001, "Wrong size on ChaosVehicleMovementComponent_SetUseAutomaticGears"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetUseAutomaticGears, bUseAuto) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetUseAutomaticGears::bUseAuto' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_SetYawInput \ +static_assert(alignof(ChaosVehicleMovementComponent_SetYawInput) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_SetYawInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_SetYawInput) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_SetYawInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_SetYawInput, Yaw) == 0x000000, "Member 'ChaosVehicleMovementComponent_SetYawInput::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_GetCurrentGear \ +static_assert(alignof(ChaosVehicleMovementComponent_GetCurrentGear) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_GetCurrentGear"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_GetCurrentGear) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_GetCurrentGear"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_GetCurrentGear, ReturnValue) == 0x000000, "Member 'ChaosVehicleMovementComponent_GetCurrentGear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_GetForwardSpeed \ +static_assert(alignof(ChaosVehicleMovementComponent_GetForwardSpeed) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_GetForwardSpeed"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_GetForwardSpeed) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_GetForwardSpeed"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_GetForwardSpeed, ReturnValue) == 0x000000, "Member 'ChaosVehicleMovementComponent_GetForwardSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_GetForwardSpeedMPH \ +static_assert(alignof(ChaosVehicleMovementComponent_GetForwardSpeedMPH) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_GetForwardSpeedMPH"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_GetForwardSpeedMPH) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_GetForwardSpeedMPH"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_GetForwardSpeedMPH, ReturnValue) == 0x000000, "Member 'ChaosVehicleMovementComponent_GetForwardSpeedMPH::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_GetHandbrakeInput \ +static_assert(alignof(ChaosVehicleMovementComponent_GetHandbrakeInput) == 0x000001, "Wrong alignment on ChaosVehicleMovementComponent_GetHandbrakeInput"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_GetHandbrakeInput) == 0x000001, "Wrong size on ChaosVehicleMovementComponent_GetHandbrakeInput"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_GetHandbrakeInput, ReturnValue) == 0x000000, "Member 'ChaosVehicleMovementComponent_GetHandbrakeInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_GetTargetGear \ +static_assert(alignof(ChaosVehicleMovementComponent_GetTargetGear) == 0x000004, "Wrong alignment on ChaosVehicleMovementComponent_GetTargetGear"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_GetTargetGear) == 0x000004, "Wrong size on ChaosVehicleMovementComponent_GetTargetGear"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_GetTargetGear, ReturnValue) == 0x000000, "Member 'ChaosVehicleMovementComponent_GetTargetGear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_GetUseAutoGears \ +static_assert(alignof(ChaosVehicleMovementComponent_GetUseAutoGears) == 0x000001, "Wrong alignment on ChaosVehicleMovementComponent_GetUseAutoGears"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_GetUseAutoGears) == 0x000001, "Wrong size on ChaosVehicleMovementComponent_GetUseAutoGears"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_GetUseAutoGears, ReturnValue) == 0x000000, "Member 'ChaosVehicleMovementComponent_GetUseAutoGears::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleMovementComponent_IsParked \ +static_assert(alignof(ChaosVehicleMovementComponent_IsParked) == 0x000001, "Wrong alignment on ChaosVehicleMovementComponent_IsParked"); \ +static_assert(sizeof(ChaosVehicleMovementComponent_IsParked) == 0x000001, "Wrong size on ChaosVehicleMovementComponent_IsParked"); \ +static_assert(offsetof(ChaosVehicleMovementComponent_IsParked, ReturnValue) == 0x000000, "Member 'ChaosVehicleMovementComponent_IsParked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosVehicleMovementComponent \ +static_assert(alignof(UChaosVehicleMovementComponent) == 0x000010, "Wrong alignment on UChaosVehicleMovementComponent"); \ +static_assert(sizeof(UChaosVehicleMovementComponent) == 0x000980, "Wrong size on UChaosVehicleMovementComponent"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, Mass) == 0x000194, "Member 'UChaosVehicleMovementComponent::Mass' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, bEnableCenterOfMassOverride) == 0x000198, "Member 'UChaosVehicleMovementComponent::bEnableCenterOfMassOverride' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, CenterOfMassOverride) == 0x0001A0, "Member 'UChaosVehicleMovementComponent::CenterOfMassOverride' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, ChassisWidth) == 0x0001B8, "Member 'UChaosVehicleMovementComponent::ChassisWidth' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, ChassisHeight) == 0x0001BC, "Member 'UChaosVehicleMovementComponent::ChassisHeight' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, DragCoefficient) == 0x0001C0, "Member 'UChaosVehicleMovementComponent::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, DownforceCoefficient) == 0x0001C4, "Member 'UChaosVehicleMovementComponent::DownforceCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, DragArea) == 0x0001C8, "Member 'UChaosVehicleMovementComponent::DragArea' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, DebugDragMagnitude) == 0x0001CC, "Member 'UChaosVehicleMovementComponent::DebugDragMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, InertiaTensorScale) == 0x0001D0, "Member 'UChaosVehicleMovementComponent::InertiaTensorScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, SleepThreshold) == 0x0001E8, "Member 'UChaosVehicleMovementComponent::SleepThreshold' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, SleepSlopeLimit) == 0x0001EC, "Member 'UChaosVehicleMovementComponent::SleepSlopeLimit' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, Aerofoils) == 0x0001F0, "Member 'UChaosVehicleMovementComponent::Aerofoils' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, Thrusters) == 0x000200, "Member 'UChaosVehicleMovementComponent::Thrusters' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, TorqueControl) == 0x000210, "Member 'UChaosVehicleMovementComponent::TorqueControl' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, TargetRotationControl) == 0x000250, "Member 'UChaosVehicleMovementComponent::TargetRotationControl' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, StabilizeControl) == 0x0002A8, "Member 'UChaosVehicleMovementComponent::StabilizeControl' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, NetworkPhysicsComponent) == 0x0002D0, "Member 'UChaosVehicleMovementComponent::NetworkPhysicsComponent' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, ReplicatedState) == 0x000310, "Member 'UChaosVehicleMovementComponent::ReplicatedState' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, RawSteeringInput) == 0x000344, "Member 'UChaosVehicleMovementComponent::RawSteeringInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, RawThrottleInput) == 0x000348, "Member 'UChaosVehicleMovementComponent::RawThrottleInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, PreviousRawBrakeInput) == 0x00034C, "Member 'UChaosVehicleMovementComponent::PreviousRawBrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, RawBrakeInput) == 0x000350, "Member 'UChaosVehicleMovementComponent::RawBrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, RawPitchInput) == 0x000354, "Member 'UChaosVehicleMovementComponent::RawPitchInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, RawRollInput) == 0x000358, "Member 'UChaosVehicleMovementComponent::RawRollInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, RawYawInput) == 0x00035C, "Member 'UChaosVehicleMovementComponent::RawYawInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, SteeringInput) == 0x000360, "Member 'UChaosVehicleMovementComponent::SteeringInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, ThrottleInput) == 0x000364, "Member 'UChaosVehicleMovementComponent::ThrottleInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, BrakeInput) == 0x000368, "Member 'UChaosVehicleMovementComponent::BrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, PitchInput) == 0x00036C, "Member 'UChaosVehicleMovementComponent::PitchInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, RollInput) == 0x000370, "Member 'UChaosVehicleMovementComponent::RollInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, YawInput) == 0x000374, "Member 'UChaosVehicleMovementComponent::YawInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, HandbrakeInput) == 0x000378, "Member 'UChaosVehicleMovementComponent::HandbrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, bRequiresControllerForInputs) == 0x00037C, "Member 'UChaosVehicleMovementComponent::bRequiresControllerForInputs' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, IdleBrakeInput) == 0x000380, "Member 'UChaosVehicleMovementComponent::IdleBrakeInput' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, StopThreshold) == 0x000384, "Member 'UChaosVehicleMovementComponent::StopThreshold' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, WrongDirectionThreshold) == 0x000388, "Member 'UChaosVehicleMovementComponent::WrongDirectionThreshold' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, ThrottleInputRate) == 0x000390, "Member 'UChaosVehicleMovementComponent::ThrottleInputRate' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, BrakeInputRate) == 0x000428, "Member 'UChaosVehicleMovementComponent::BrakeInputRate' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, SteeringInputRate) == 0x0004C0, "Member 'UChaosVehicleMovementComponent::SteeringInputRate' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, HandbrakeInputRate) == 0x000558, "Member 'UChaosVehicleMovementComponent::HandbrakeInputRate' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, PitchInputRate) == 0x0005F0, "Member 'UChaosVehicleMovementComponent::PitchInputRate' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, RollInputRate) == 0x000688, "Member 'UChaosVehicleMovementComponent::RollInputRate' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, YawInputRate) == 0x000720, "Member 'UChaosVehicleMovementComponent::YawInputRate' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleMovementComponent, OverrideController) == 0x000958, "Member 'UChaosVehicleMovementComponent::OverrideController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleWheel_GetAxleType \ +static_assert(alignof(ChaosVehicleWheel_GetAxleType) == 0x000001, "Wrong alignment on ChaosVehicleWheel_GetAxleType"); \ +static_assert(sizeof(ChaosVehicleWheel_GetAxleType) == 0x000001, "Wrong size on ChaosVehicleWheel_GetAxleType"); \ +static_assert(offsetof(ChaosVehicleWheel_GetAxleType, ReturnValue) == 0x000000, "Member 'ChaosVehicleWheel_GetAxleType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleWheel_GetRotationAngle \ +static_assert(alignof(ChaosVehicleWheel_GetRotationAngle) == 0x000004, "Wrong alignment on ChaosVehicleWheel_GetRotationAngle"); \ +static_assert(sizeof(ChaosVehicleWheel_GetRotationAngle) == 0x000004, "Wrong size on ChaosVehicleWheel_GetRotationAngle"); \ +static_assert(offsetof(ChaosVehicleWheel_GetRotationAngle, ReturnValue) == 0x000000, "Member 'ChaosVehicleWheel_GetRotationAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleWheel_GetRotationAngularVelocity \ +static_assert(alignof(ChaosVehicleWheel_GetRotationAngularVelocity) == 0x000004, "Wrong alignment on ChaosVehicleWheel_GetRotationAngularVelocity"); \ +static_assert(sizeof(ChaosVehicleWheel_GetRotationAngularVelocity) == 0x000004, "Wrong size on ChaosVehicleWheel_GetRotationAngularVelocity"); \ +static_assert(offsetof(ChaosVehicleWheel_GetRotationAngularVelocity, ReturnValue) == 0x000000, "Member 'ChaosVehicleWheel_GetRotationAngularVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleWheel_GetSteerAngle \ +static_assert(alignof(ChaosVehicleWheel_GetSteerAngle) == 0x000004, "Wrong alignment on ChaosVehicleWheel_GetSteerAngle"); \ +static_assert(sizeof(ChaosVehicleWheel_GetSteerAngle) == 0x000004, "Wrong size on ChaosVehicleWheel_GetSteerAngle"); \ +static_assert(offsetof(ChaosVehicleWheel_GetSteerAngle, ReturnValue) == 0x000000, "Member 'ChaosVehicleWheel_GetSteerAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleWheel_GetSuspensionAxis \ +static_assert(alignof(ChaosVehicleWheel_GetSuspensionAxis) == 0x000008, "Wrong alignment on ChaosVehicleWheel_GetSuspensionAxis"); \ +static_assert(sizeof(ChaosVehicleWheel_GetSuspensionAxis) == 0x000018, "Wrong size on ChaosVehicleWheel_GetSuspensionAxis"); \ +static_assert(offsetof(ChaosVehicleWheel_GetSuspensionAxis, ReturnValue) == 0x000000, "Member 'ChaosVehicleWheel_GetSuspensionAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleWheel_GetSuspensionOffset \ +static_assert(alignof(ChaosVehicleWheel_GetSuspensionOffset) == 0x000004, "Wrong alignment on ChaosVehicleWheel_GetSuspensionOffset"); \ +static_assert(sizeof(ChaosVehicleWheel_GetSuspensionOffset) == 0x000004, "Wrong size on ChaosVehicleWheel_GetSuspensionOffset"); \ +static_assert(offsetof(ChaosVehicleWheel_GetSuspensionOffset, ReturnValue) == 0x000000, "Member 'ChaosVehicleWheel_GetSuspensionOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleWheel_GetWheelAngularVelocity \ +static_assert(alignof(ChaosVehicleWheel_GetWheelAngularVelocity) == 0x000004, "Wrong alignment on ChaosVehicleWheel_GetWheelAngularVelocity"); \ +static_assert(sizeof(ChaosVehicleWheel_GetWheelAngularVelocity) == 0x000004, "Wrong size on ChaosVehicleWheel_GetWheelAngularVelocity"); \ +static_assert(offsetof(ChaosVehicleWheel_GetWheelAngularVelocity, ReturnValue) == 0x000000, "Member 'ChaosVehicleWheel_GetWheelAngularVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleWheel_GetWheelRadius \ +static_assert(alignof(ChaosVehicleWheel_GetWheelRadius) == 0x000004, "Wrong alignment on ChaosVehicleWheel_GetWheelRadius"); \ +static_assert(sizeof(ChaosVehicleWheel_GetWheelRadius) == 0x000004, "Wrong size on ChaosVehicleWheel_GetWheelRadius"); \ +static_assert(offsetof(ChaosVehicleWheel_GetWheelRadius, ReturnValue) == 0x000000, "Member 'ChaosVehicleWheel_GetWheelRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosVehicleWheel_IsInAir \ +static_assert(alignof(ChaosVehicleWheel_IsInAir) == 0x000001, "Wrong alignment on ChaosVehicleWheel_IsInAir"); \ +static_assert(sizeof(ChaosVehicleWheel_IsInAir) == 0x000001, "Wrong size on ChaosVehicleWheel_IsInAir"); \ +static_assert(offsetof(ChaosVehicleWheel_IsInAir, ReturnValue) == 0x000000, "Member 'ChaosVehicleWheel_IsInAir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosVehicleWheel \ +static_assert(alignof(UChaosVehicleWheel) == 0x000008, "Wrong alignment on UChaosVehicleWheel"); \ +static_assert(sizeof(UChaosVehicleWheel) == 0x0002E0, "Wrong size on UChaosVehicleWheel"); \ +static_assert(offsetof(UChaosVehicleWheel, CollisionMesh) == 0x000028, "Member 'UChaosVehicleWheel::CollisionMesh' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, AxleType) == 0x000030, "Member 'UChaosVehicleWheel::AxleType' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, Offset) == 0x000038, "Member 'UChaosVehicleWheel::Offset' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, WheelRadius) == 0x000050, "Member 'UChaosVehicleWheel::WheelRadius' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, WheelWidth) == 0x000054, "Member 'UChaosVehicleWheel::WheelWidth' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, WheelMass) == 0x000058, "Member 'UChaosVehicleWheel::WheelMass' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, CorneringStiffness) == 0x00005C, "Member 'UChaosVehicleWheel::CorneringStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, FrictionForceMultiplier) == 0x000060, "Member 'UChaosVehicleWheel::FrictionForceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SideSlipModifier) == 0x000064, "Member 'UChaosVehicleWheel::SideSlipModifier' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SlipThreshold) == 0x000068, "Member 'UChaosVehicleWheel::SlipThreshold' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SkidThreshold) == 0x00006C, "Member 'UChaosVehicleWheel::SkidThreshold' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, MaxSteerAngle) == 0x000070, "Member 'UChaosVehicleWheel::MaxSteerAngle' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, bAffectedBySteering) == 0x000074, "Member 'UChaosVehicleWheel::bAffectedBySteering' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, bAffectedByBrake) == 0x000075, "Member 'UChaosVehicleWheel::bAffectedByBrake' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, bAffectedByHandbrake) == 0x000076, "Member 'UChaosVehicleWheel::bAffectedByHandbrake' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, bAffectedByEngine) == 0x000077, "Member 'UChaosVehicleWheel::bAffectedByEngine' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, bABSEnabled) == 0x000078, "Member 'UChaosVehicleWheel::bABSEnabled' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, bTractionControlEnabled) == 0x000079, "Member 'UChaosVehicleWheel::bTractionControlEnabled' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, MaxWheelspinRotation) == 0x00007C, "Member 'UChaosVehicleWheel::MaxWheelspinRotation' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, ExternalTorqueCombineMethod) == 0x000080, "Member 'UChaosVehicleWheel::ExternalTorqueCombineMethod' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, LateralSlipGraph) == 0x000088, "Member 'UChaosVehicleWheel::LateralSlipGraph' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SuspensionAxis) == 0x000110, "Member 'UChaosVehicleWheel::SuspensionAxis' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SuspensionForceOffset) == 0x000128, "Member 'UChaosVehicleWheel::SuspensionForceOffset' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SuspensionMaxRaise) == 0x000140, "Member 'UChaosVehicleWheel::SuspensionMaxRaise' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SuspensionMaxDrop) == 0x000144, "Member 'UChaosVehicleWheel::SuspensionMaxDrop' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SuspensionDampingRatio) == 0x000148, "Member 'UChaosVehicleWheel::SuspensionDampingRatio' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, WheelLoadRatio) == 0x00014C, "Member 'UChaosVehicleWheel::WheelLoadRatio' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SpringRate) == 0x000150, "Member 'UChaosVehicleWheel::SpringRate' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SpringPreload) == 0x000154, "Member 'UChaosVehicleWheel::SpringPreload' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SuspensionSmoothing) == 0x000158, "Member 'UChaosVehicleWheel::SuspensionSmoothing' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, RollbarScaling) == 0x00015C, "Member 'UChaosVehicleWheel::RollbarScaling' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SweepShape) == 0x000160, "Member 'UChaosVehicleWheel::SweepShape' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, SweepType) == 0x000161, "Member 'UChaosVehicleWheel::SweepType' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, MaxBrakeTorque) == 0x000164, "Member 'UChaosVehicleWheel::MaxBrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, MaxHandBrakeTorque) == 0x000168, "Member 'UChaosVehicleWheel::MaxHandBrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, VehicleComponent) == 0x000170, "Member 'UChaosVehicleWheel::VehicleComponent' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, WheelIndex) == 0x000178, "Member 'UChaosVehicleWheel::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, DebugLongSlip) == 0x00017C, "Member 'UChaosVehicleWheel::DebugLongSlip' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, DebugLatSlip) == 0x000180, "Member 'UChaosVehicleWheel::DebugLatSlip' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, DebugNormalizedTireLoad) == 0x000184, "Member 'UChaosVehicleWheel::DebugNormalizedTireLoad' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, DebugWheelTorque) == 0x00018C, "Member 'UChaosVehicleWheel::DebugWheelTorque' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, DebugLongForce) == 0x000190, "Member 'UChaosVehicleWheel::DebugLongForce' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, DebugLatForce) == 0x000194, "Member 'UChaosVehicleWheel::DebugLatForce' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, Location) == 0x000198, "Member 'UChaosVehicleWheel::Location' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, OldLocation) == 0x0001B0, "Member 'UChaosVehicleWheel::OldLocation' has a wrong offset!"); \ +static_assert(offsetof(UChaosVehicleWheel, Velocity) == 0x0001C8, "Member 'UChaosVehicleWheel::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot) == 0x000010, "Wrong alignment on ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot) == 0x000160, "Wrong size on ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot, Snapshot) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot::Snapshot' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot, Transform) == 0x0000B0, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot::Transform' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot, LinearVelocity) == 0x000110, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot, AngularVelocity) == 0x000128, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot, SelectedGear) == 0x000140, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot::SelectedGear' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot, EngineRPM) == 0x000144, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot::EngineRPM' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot, WheelSnapshots) == 0x000148, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheeledSnapshot::WheelSnapshots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot) == 0x000028, "Wrong size on ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot, Snapshot) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot::Snapshot' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot, SuspensionOffset) == 0x000014, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot::SuspensionOffset' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot, WheelRotationAngle) == 0x000018, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot::WheelRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot, SteeringAngle) == 0x00001C, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot::SteeringAngle' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot, WheelRadius) == 0x000020, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot::WheelRadius' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot, WheelAngularVelocity) == 0x000024, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelSnapshot::WheelAngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_BreakWheelStatus \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus) == 0x000008, "Wrong alignment on ChaosWheeledVehicleMovementComponent_BreakWheelStatus"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus) == 0x0000F8, "Wrong size on ChaosWheeledVehicleMovementComponent_BreakWheelStatus"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, Status) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, bInContact) == 0x000088, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::bInContact' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, ContactPoint) == 0x000090, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::ContactPoint' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, PhysMaterial) == 0x0000A8, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, NormalizedSuspensionLength) == 0x0000B0, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::NormalizedSuspensionLength' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, SpringForce) == 0x0000B4, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::SpringForce' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, SlipAngle) == 0x0000B8, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::SlipAngle' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, bIsSlipping) == 0x0000BC, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::bIsSlipping' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, SlipMagnitude) == 0x0000C0, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::SlipMagnitude' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, bIsSkidding) == 0x0000C4, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::bIsSkidding' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, SkidMagnitude) == 0x0000C8, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::SkidMagnitude' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, SkidNormal) == 0x0000D0, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::SkidNormal' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, DriveTorque) == 0x0000E8, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::DriveTorque' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, BrakeTorque) == 0x0000EC, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::BrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_BreakWheelStatus, bABSActivated) == 0x0000F0, "Member 'ChaosWheeledVehicleMovementComponent_BreakWheelStatus::bABSActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot) == 0x000010, "Wrong alignment on ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot) == 0x000160, "Wrong size on ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot, Transform) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot::Transform' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot, LinearVelocity) == 0x000060, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot::LinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot, AngularVelocity) == 0x000078, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot::AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot, SelectedGear) == 0x000090, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot::SelectedGear' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot, EngineRPM) == 0x000094, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot::EngineRPM' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot, WheelSnapshots) == 0x000098, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot::WheelSnapshots' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot, ReturnValue) == 0x0000B0, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheeledSnapshot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot) == 0x000028, "Wrong size on ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot, SuspensionOffset) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot::SuspensionOffset' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot, WheelRotationAngle) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot::WheelRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot, SteeringAngle) == 0x000008, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot::SteeringAngle' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot, WheelRadius) == 0x00000C, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot::WheelRadius' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot, WheelAngularVelocity) == 0x000010, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot::WheelAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot, ReturnValue) == 0x000014, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelSnapshot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_MakeWheelStatus \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus) == 0x000008, "Wrong alignment on ChaosWheeledVehicleMovementComponent_MakeWheelStatus"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus) == 0x0000F8, "Wrong size on ChaosWheeledVehicleMovementComponent_MakeWheelStatus"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, bInContact) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::bInContact' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, ContactPoint) == 0x000008, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::ContactPoint' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, PhysMaterial) == 0x000020, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, NormalizedSuspensionLength) == 0x000028, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::NormalizedSuspensionLength' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, SpringForce) == 0x00002C, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::SpringForce' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, SlipAngle) == 0x000030, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::SlipAngle' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, bIsSlipping) == 0x000034, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::bIsSlipping' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, SlipMagnitude) == 0x000038, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::SlipMagnitude' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, bIsSkidding) == 0x00003C, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::bIsSkidding' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, SkidMagnitude) == 0x000040, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::SkidMagnitude' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, SkidNormal) == 0x000048, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::SkidNormal' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, DriveTorque) == 0x000060, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::DriveTorque' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, BrakeTorque) == 0x000064, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::BrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, bABSActivated) == 0x000068, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::bABSActivated' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_MakeWheelStatus, ReturnValue) == 0x000070, "Member 'ChaosWheeledVehicleMovementComponent_MakeWheelStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_EnableMechanicalSim \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_EnableMechanicalSim) == 0x000001, "Wrong alignment on ChaosWheeledVehicleMovementComponent_EnableMechanicalSim"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_EnableMechanicalSim) == 0x000001, "Wrong size on ChaosWheeledVehicleMovementComponent_EnableMechanicalSim"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_EnableMechanicalSim, InState) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_EnableMechanicalSim::InState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_EnableSuspension \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_EnableSuspension) == 0x000001, "Wrong alignment on ChaosWheeledVehicleMovementComponent_EnableSuspension"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_EnableSuspension) == 0x000001, "Wrong size on ChaosWheeledVehicleMovementComponent_EnableSuspension"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_EnableSuspension, InState) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_EnableSuspension::InState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_EnableWheelFriction \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_EnableWheelFriction) == 0x000001, "Wrong alignment on ChaosWheeledVehicleMovementComponent_EnableWheelFriction"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_EnableWheelFriction) == 0x000001, "Wrong size on ChaosWheeledVehicleMovementComponent_EnableWheelFriction"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_EnableWheelFriction, InState) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_EnableWheelFriction::InState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetABSEnabled \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetABSEnabled) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetABSEnabled"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetABSEnabled) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetABSEnabled"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetABSEnabled, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetABSEnabled::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetABSEnabled, Enabled) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetABSEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetAffectedByBrake \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetAffectedByBrake) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetAffectedByBrake"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetAffectedByBrake) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetAffectedByBrake"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetAffectedByBrake, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetAffectedByBrake::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetAffectedByBrake, Enabled) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetAffectedByBrake::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetAffectedByEngine \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetAffectedByEngine) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetAffectedByEngine"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetAffectedByEngine) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetAffectedByEngine"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetAffectedByEngine, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetAffectedByEngine::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetAffectedByEngine, Enabled) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetAffectedByEngine::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetAffectedByHandbrake \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetAffectedByHandbrake) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetAffectedByHandbrake"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetAffectedByHandbrake) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetAffectedByHandbrake"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetAffectedByHandbrake, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetAffectedByHandbrake::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetAffectedByHandbrake, Enabled) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetAffectedByHandbrake::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetAffectedBySteering \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetAffectedBySteering) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetAffectedBySteering"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetAffectedBySteering) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetAffectedBySteering"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetAffectedBySteering, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetAffectedBySteering::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetAffectedBySteering, Enabled) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetAffectedBySteering::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetBrakeTorque \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetBrakeTorque) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetBrakeTorque"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetBrakeTorque) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetBrakeTorque"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetBrakeTorque, BrakeTorque) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetBrakeTorque::BrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetBrakeTorque, WheelIndex) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetBrakeTorque::WheelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetDifferentialFrontRearSplit \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetDifferentialFrontRearSplit) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetDifferentialFrontRearSplit"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetDifferentialFrontRearSplit) == 0x000004, "Wrong size on ChaosWheeledVehicleMovementComponent_SetDifferentialFrontRearSplit"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetDifferentialFrontRearSplit, FrontRearSlpit) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetDifferentialFrontRearSplit::FrontRearSlpit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetDownforceCoefficient \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetDownforceCoefficient) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetDownforceCoefficient"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetDownforceCoefficient) == 0x000004, "Wrong size on ChaosWheeledVehicleMovementComponent_SetDownforceCoefficient"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetDownforceCoefficient, DownforceCoeff) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetDownforceCoefficient::DownforceCoeff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetDragCoefficient \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetDragCoefficient) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetDragCoefficient"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetDragCoefficient) == 0x000004, "Wrong size on ChaosWheeledVehicleMovementComponent_SetDragCoefficient"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetDragCoefficient, DragCoeff) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetDragCoefficient::DragCoeff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetDriveTorque \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetDriveTorque) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetDriveTorque"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetDriveTorque) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetDriveTorque"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetDriveTorque, DriveTorque) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetDriveTorque::DriveTorque' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetDriveTorque, WheelIndex) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetDriveTorque::WheelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetMaxEngineTorque \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetMaxEngineTorque) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetMaxEngineTorque"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetMaxEngineTorque) == 0x000004, "Wrong size on ChaosWheeledVehicleMovementComponent_SetMaxEngineTorque"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetMaxEngineTorque, Torque) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetMaxEngineTorque::Torque' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetSnapshot \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetSnapshot) == 0x000010, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetSnapshot"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetSnapshot) == 0x0000B0, "Wrong size on ChaosWheeledVehicleMovementComponent_SetSnapshot"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetSnapshot, SnapshotIn) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetSnapshot::SnapshotIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetSuspensionParams \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetSuspensionParams) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetSuspensionParams"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetSuspensionParams) == 0x000018, "Wrong size on ChaosWheeledVehicleMovementComponent_SetSuspensionParams"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetSuspensionParams, Rate) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetSuspensionParams::Rate' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetSuspensionParams, Damping) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetSuspensionParams::Damping' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetSuspensionParams, Preload) == 0x000008, "Member 'ChaosWheeledVehicleMovementComponent_SetSuspensionParams::Preload' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetSuspensionParams, MaxRaise) == 0x00000C, "Member 'ChaosWheeledVehicleMovementComponent_SetSuspensionParams::MaxRaise' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetSuspensionParams, MaxDrop) == 0x000010, "Member 'ChaosWheeledVehicleMovementComponent_SetSuspensionParams::MaxDrop' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetSuspensionParams, WheelIndex) == 0x000014, "Member 'ChaosWheeledVehicleMovementComponent_SetSuspensionParams::WheelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetTorqueCombineMethod \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetTorqueCombineMethod) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetTorqueCombineMethod"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetTorqueCombineMethod) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetTorqueCombineMethod"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetTorqueCombineMethod, InCombineMethod) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetTorqueCombineMethod::InCombineMethod' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetTorqueCombineMethod, WheelIndex) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetTorqueCombineMethod::WheelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetTractionControlEnabled \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetTractionControlEnabled) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetTractionControlEnabled"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetTractionControlEnabled) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetTractionControlEnabled"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetTractionControlEnabled, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetTractionControlEnabled::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetTractionControlEnabled, Enabled) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetTractionControlEnabled::Enabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetWheelClass \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetWheelClass) == 0x000008, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetWheelClass"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetWheelClass) == 0x000010, "Wrong size on ChaosWheeledVehicleMovementComponent_SetWheelClass"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelClass, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelClass::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelClass, InWheelClass) == 0x000008, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelClass::InWheelClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetWheelFrictionMultiplier \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetWheelFrictionMultiplier) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetWheelFrictionMultiplier"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetWheelFrictionMultiplier) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetWheelFrictionMultiplier"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelFrictionMultiplier, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelFrictionMultiplier::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelFrictionMultiplier, Friction) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelFrictionMultiplier::Friction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetWheelHandbrakeTorque \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetWheelHandbrakeTorque) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetWheelHandbrakeTorque"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetWheelHandbrakeTorque) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetWheelHandbrakeTorque"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelHandbrakeTorque, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelHandbrakeTorque::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelHandbrakeTorque, Torque) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelHandbrakeTorque::Torque' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetWheelMaxBrakeTorque \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetWheelMaxBrakeTorque) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetWheelMaxBrakeTorque"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetWheelMaxBrakeTorque) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetWheelMaxBrakeTorque"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelMaxBrakeTorque, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelMaxBrakeTorque::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelMaxBrakeTorque, Torque) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelMaxBrakeTorque::Torque' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetWheelMaxSteerAngle \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetWheelMaxSteerAngle) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetWheelMaxSteerAngle"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetWheelMaxSteerAngle) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetWheelMaxSteerAngle"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelMaxSteerAngle, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelMaxSteerAngle::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelMaxSteerAngle, AngleDegrees) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelMaxSteerAngle::AngleDegrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetWheelRadius \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetWheelRadius) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetWheelRadius"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetWheelRadius) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetWheelRadius"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelRadius, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelRadius::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelRadius, Radius) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelRadius::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_SetWheelSlipGraphMultiplier \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_SetWheelSlipGraphMultiplier) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_SetWheelSlipGraphMultiplier"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_SetWheelSlipGraphMultiplier) == 0x000008, "Wrong size on ChaosWheeledVehicleMovementComponent_SetWheelSlipGraphMultiplier"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelSlipGraphMultiplier, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelSlipGraphMultiplier::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_SetWheelSlipGraphMultiplier, Multiplier) == 0x000004, "Member 'ChaosWheeledVehicleMovementComponent_SetWheelSlipGraphMultiplier::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_GetEngineMaxRotationSpeed \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_GetEngineMaxRotationSpeed) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_GetEngineMaxRotationSpeed"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_GetEngineMaxRotationSpeed) == 0x000004, "Wrong size on ChaosWheeledVehicleMovementComponent_GetEngineMaxRotationSpeed"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_GetEngineMaxRotationSpeed, ReturnValue) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_GetEngineMaxRotationSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_GetEngineRotationSpeed \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_GetEngineRotationSpeed) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_GetEngineRotationSpeed"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_GetEngineRotationSpeed) == 0x000004, "Wrong size on ChaosWheeledVehicleMovementComponent_GetEngineRotationSpeed"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_GetEngineRotationSpeed, ReturnValue) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_GetEngineRotationSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_GetNumWheels \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_GetNumWheels) == 0x000004, "Wrong alignment on ChaosWheeledVehicleMovementComponent_GetNumWheels"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_GetNumWheels) == 0x000004, "Wrong size on ChaosWheeledVehicleMovementComponent_GetNumWheels"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_GetNumWheels, ReturnValue) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_GetNumWheels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_GetSnapshot \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_GetSnapshot) == 0x000010, "Wrong alignment on ChaosWheeledVehicleMovementComponent_GetSnapshot"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_GetSnapshot) == 0x0000B0, "Wrong size on ChaosWheeledVehicleMovementComponent_GetSnapshot"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_GetSnapshot, ReturnValue) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_GetSnapshot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosWheeledVehicleMovementComponent_GetWheelState \ +static_assert(alignof(ChaosWheeledVehicleMovementComponent_GetWheelState) == 0x000008, "Wrong alignment on ChaosWheeledVehicleMovementComponent_GetWheelState"); \ +static_assert(sizeof(ChaosWheeledVehicleMovementComponent_GetWheelState) == 0x000090, "Wrong size on ChaosWheeledVehicleMovementComponent_GetWheelState"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_GetWheelState, WheelIndex) == 0x000000, "Member 'ChaosWheeledVehicleMovementComponent_GetWheelState::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(ChaosWheeledVehicleMovementComponent_GetWheelState, ReturnValue) == 0x000008, "Member 'ChaosWheeledVehicleMovementComponent_GetWheelState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosWheeledVehicleMovementComponent \ +static_assert(alignof(UChaosWheeledVehicleMovementComponent) == 0x000010, "Wrong alignment on UChaosWheeledVehicleMovementComponent"); \ +static_assert(sizeof(UChaosWheeledVehicleMovementComponent) == 0x000CE0, "Wrong size on UChaosWheeledVehicleMovementComponent"); \ +static_assert(offsetof(UChaosWheeledVehicleMovementComponent, bSuspensionEnabled) == 0x000980, "Member 'UChaosWheeledVehicleMovementComponent::bSuspensionEnabled' has a wrong offset!"); \ +static_assert(offsetof(UChaosWheeledVehicleMovementComponent, bWheelFrictionEnabled) == 0x000981, "Member 'UChaosWheeledVehicleMovementComponent::bWheelFrictionEnabled' has a wrong offset!"); \ +static_assert(offsetof(UChaosWheeledVehicleMovementComponent, bLegacyWheelFrictionPosition) == 0x000982, "Member 'UChaosWheeledVehicleMovementComponent::bLegacyWheelFrictionPosition' has a wrong offset!"); \ +static_assert(offsetof(UChaosWheeledVehicleMovementComponent, WheelSetups) == 0x000988, "Member 'UChaosWheeledVehicleMovementComponent::WheelSetups' has a wrong offset!"); \ +static_assert(offsetof(UChaosWheeledVehicleMovementComponent, WheelTraceCollisionResponses) == 0x000998, "Member 'UChaosWheeledVehicleMovementComponent::WheelTraceCollisionResponses' has a wrong offset!"); \ +static_assert(offsetof(UChaosWheeledVehicleMovementComponent, bMechanicalSimEnabled) == 0x0009B8, "Member 'UChaosWheeledVehicleMovementComponent::bMechanicalSimEnabled' has a wrong offset!"); \ +static_assert(offsetof(UChaosWheeledVehicleMovementComponent, EngineSetup) == 0x0009C0, "Member 'UChaosWheeledVehicleMovementComponent::EngineSetup' has a wrong offset!"); \ +static_assert(offsetof(UChaosWheeledVehicleMovementComponent, DifferentialSetup) == 0x000A88, "Member 'UChaosWheeledVehicleMovementComponent::DifferentialSetup' has a wrong offset!"); \ +static_assert(offsetof(UChaosWheeledVehicleMovementComponent, TransmissionSetup) == 0x000A98, "Member 'UChaosWheeledVehicleMovementComponent::TransmissionSetup' has a wrong offset!"); \ +static_assert(offsetof(UChaosWheeledVehicleMovementComponent, SteeringSetup) == 0x000B48, "Member 'UChaosWheeledVehicleMovementComponent::SteeringSetup' has a wrong offset!"); \ +static_assert(offsetof(UChaosWheeledVehicleMovementComponent, Wheels) == 0x000C20, "Member 'UChaosWheeledVehicleMovementComponent::Wheels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAnimationInstance_GetVehicle \ +static_assert(alignof(VehicleAnimationInstance_GetVehicle) == 0x000008, "Wrong alignment on VehicleAnimationInstance_GetVehicle"); \ +static_assert(sizeof(VehicleAnimationInstance_GetVehicle) == 0x000008, "Wrong size on VehicleAnimationInstance_GetVehicle"); \ +static_assert(offsetof(VehicleAnimationInstance_GetVehicle, ReturnValue) == 0x000000, "Member 'VehicleAnimationInstance_GetVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleAnimationInstance \ +static_assert(alignof(UVehicleAnimationInstance) == 0x000010, "Wrong alignment on UVehicleAnimationInstance"); \ +static_assert(sizeof(UVehicleAnimationInstance) == 0x000BC0, "Wrong size on UVehicleAnimationInstance"); \ +static_assert(offsetof(UVehicleAnimationInstance, WheeledVehicleComponent) == 0x000BB0, "Member 'UVehicleAnimationInstance::WheeledVehicleComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWheeledVehiclePawn \ +static_assert(alignof(AWheeledVehiclePawn) == 0x000008, "Wrong alignment on AWheeledVehiclePawn"); \ +static_assert(sizeof(AWheeledVehiclePawn) == 0x000340, "Wrong size on AWheeledVehiclePawn"); \ +static_assert(offsetof(AWheeledVehiclePawn, Mesh) == 0x000330, "Member 'AWheeledVehiclePawn::Mesh' has a wrong offset!"); \ +static_assert(offsetof(AWheeledVehiclePawn, VehicleMovementComponent) == 0x000338, "Member 'AWheeledVehiclePawn::VehicleMovementComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_HealWhenDefeatEnemy_C_BP_SetupItemInstance \ +static_assert(alignof(BP_Skill_Perk_HealWhenDefeatEnemy_C_BP_SetupItemInstance) == 0x000001, "Wrong alignment on BP_Skill_Perk_HealWhenDefeatEnemy_C_BP_SetupItemInstance"); \ +static_assert(sizeof(BP_Skill_Perk_HealWhenDefeatEnemy_C_BP_SetupItemInstance) == 0x000001, "Wrong size on BP_Skill_Perk_HealWhenDefeatEnemy_C_BP_SetupItemInstance"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_BP_SetupItemInstance, bFromSaveGame) == 0x000000, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_BP_SetupItemInstance::bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy \ +static_assert(alignof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy) == 0x000008, "Wrong alignment on BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy"); \ +static_assert(sizeof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy) == 0x000288, "Wrong size on BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, EntryPoint) == 0x000000, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, K2Node_CreateDelegate_OutputDelegate) == 0x000050, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, K2Node_CustomEvent_Item) == 0x000060, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::K2Node_CustomEvent_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, K2Node_CustomEvent_Tags) == 0x000098, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::K2Node_CustomEvent_Tags' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, Temp_struct_Variable) == 0x0000B8, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, Temp_struct_Variable_1) == 0x0000D8, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_ItemHasTag_ReturnValue) == 0x000110, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, K2Node_CreateDelegate_OutputDelegate_1) == 0x000114, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, Temp_struct_Variable_2) == 0x000124, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, K2Node_Event_bFromSaveGame) == 0x00012C, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::K2Node_Event_bFromSaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_GetWorldStateBool_ReturnValue) == 0x00012D, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_GetPlayingInstance_ReturnValue) == 0x000130, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_AsItem_ReturnValue) == 0x000138, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_AsItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_ObserveInventoryItemTags_ReturnValue) == 0x000170, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_ObserveInventoryItemTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_GetHealthPercentage_ReturnValue) == 0x000178, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00017C, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_IsValid_ReturnValue) == 0x00017D, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000180, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x0001A8, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_GetMaxHealth_ReturnValue) == 0x0001D0, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_GetMaxHealth_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0001D8, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001E0, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, K2Node_DynamicCast_AsBP_Perk_Mixin) == 0x0001E8, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::K2Node_DynamicCast_AsBP_Perk_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, K2Node_DynamicCast_bSuccess) == 0x0001F0, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001F8, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, K2Node_MakeArray_Array) == 0x000240, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_Format_ReturnValue) == 0x000250, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000260, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_GetComponentByClass_ReturnValue) == 0x000268, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000270, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000278, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy, CallFunc_RegainHealth_HealthRegained_ImplicitCast) == 0x000280, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_ExecuteUbergraph_BP_Skill_Perk_HealWhenDefeatEnemy::CallFunc_RegainHealth_HealthRegained_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_HealWhenDefeatEnemy_C_OnTagsChanged_C68B8FF44352388DD233BDBC2CD15C44 \ +static_assert(alignof(BP_Skill_Perk_HealWhenDefeatEnemy_C_OnTagsChanged_C68B8FF44352388DD233BDBC2CD15C44) == 0x000008, "Wrong alignment on BP_Skill_Perk_HealWhenDefeatEnemy_C_OnTagsChanged_C68B8FF44352388DD233BDBC2CD15C44"); \ +static_assert(sizeof(BP_Skill_Perk_HealWhenDefeatEnemy_C_OnTagsChanged_C68B8FF44352388DD233BDBC2CD15C44) == 0x000058, "Wrong size on BP_Skill_Perk_HealWhenDefeatEnemy_C_OnTagsChanged_C68B8FF44352388DD233BDBC2CD15C44"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_OnTagsChanged_C68B8FF44352388DD233BDBC2CD15C44, Item) == 0x000000, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_OnTagsChanged_C68B8FF44352388DD233BDBC2CD15C44::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_HealWhenDefeatEnemy_C_OnTagsChanged_C68B8FF44352388DD233BDBC2CD15C44, Tags) == 0x000038, "Member 'BP_Skill_Perk_HealWhenDefeatEnemy_C_OnTagsChanged_C68B8FF44352388DD233BDBC2CD15C44::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_Perk_HealWhenDefeatEnemy_C \ +static_assert(alignof(UBP_Skill_Perk_HealWhenDefeatEnemy_C) == 0x000008, "Wrong alignment on UBP_Skill_Perk_HealWhenDefeatEnemy_C"); \ +static_assert(sizeof(UBP_Skill_Perk_HealWhenDefeatEnemy_C) == 0x000048, "Wrong size on UBP_Skill_Perk_HealWhenDefeatEnemy_C"); \ +static_assert(offsetof(UBP_Skill_Perk_HealWhenDefeatEnemy_C, UberGraphFrame_BP_Skill_Perk_HealWhenDefeatEnemy_C) == 0x000038, "Member 'UBP_Skill_Perk_HealWhenDefeatEnemy_C::UberGraphFrame_BP_Skill_Perk_HealWhenDefeatEnemy_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Perk_HealWhenDefeatEnemy_C, DynamicValueVar) == 0x000040, "Member 'UBP_Skill_Perk_HealWhenDefeatEnemy_C::DynamicValueVar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributeBasedRootMotionComponentPrePhysicsTickFunction \ +static_assert(alignof(FAttributeBasedRootMotionComponentPrePhysicsTickFunction) == 0x000008, "Wrong alignment on FAttributeBasedRootMotionComponentPrePhysicsTickFunction"); \ +static_assert(sizeof(FAttributeBasedRootMotionComponentPrePhysicsTickFunction) == 0x000030, "Wrong size on FAttributeBasedRootMotionComponentPrePhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FMotionWarpingWindowData \ +static_assert(alignof(FMotionWarpingWindowData) == 0x000008, "Wrong alignment on FMotionWarpingWindowData"); \ +static_assert(sizeof(FMotionWarpingWindowData) == 0x000010, "Wrong size on FMotionWarpingWindowData"); \ +static_assert(offsetof(FMotionWarpingWindowData, AnimNotify) == 0x000000, "Member 'FMotionWarpingWindowData::AnimNotify' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingWindowData, StartTime) == 0x000008, "Member 'FMotionWarpingWindowData::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingWindowData, EndTime) == 0x00000C, "Member 'FMotionWarpingWindowData::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSwitchOffConditionData \ +static_assert(alignof(FSwitchOffConditionData) == 0x000008, "Wrong alignment on FSwitchOffConditionData"); \ +static_assert(sizeof(FSwitchOffConditionData) == 0x000018, "Wrong size on FSwitchOffConditionData"); \ +static_assert(offsetof(FSwitchOffConditionData, WarpTargetName) == 0x000000, "Member 'FSwitchOffConditionData::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(FSwitchOffConditionData, SwitchOffConditions) == 0x000008, "Member 'FSwitchOffConditionData::SwitchOffConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionWarpingUpdateContext \ +static_assert(alignof(FMotionWarpingUpdateContext) == 0x000004, "Wrong alignment on FMotionWarpingUpdateContext"); \ +static_assert(sizeof(FMotionWarpingUpdateContext) == 0x00001C, "Wrong size on FMotionWarpingUpdateContext"); \ +static_assert(offsetof(FMotionWarpingUpdateContext, Animation) == 0x000000, "Member 'FMotionWarpingUpdateContext::Animation' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingUpdateContext, PreviousPosition) == 0x000008, "Member 'FMotionWarpingUpdateContext::PreviousPosition' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingUpdateContext, CurrentPosition) == 0x00000C, "Member 'FMotionWarpingUpdateContext::CurrentPosition' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingUpdateContext, Weight) == 0x000010, "Member 'FMotionWarpingUpdateContext::Weight' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingUpdateContext, PlayRate) == 0x000014, "Member 'FMotionWarpingUpdateContext::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingUpdateContext, DeltaSeconds) == 0x000018, "Member 'FMotionWarpingUpdateContext::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionWarpingTarget \ +static_assert(alignof(FMotionWarpingTarget) == 0x000008, "Wrong alignment on FMotionWarpingTarget"); \ +static_assert(sizeof(FMotionWarpingTarget) == 0x0000E0, "Wrong size on FMotionWarpingTarget"); \ +static_assert(offsetof(FMotionWarpingTarget, Name) == 0x000000, "Member 'FMotionWarpingTarget::Name' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, Location) == 0x000008, "Member 'FMotionWarpingTarget::Location' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, Rotation) == 0x000020, "Member 'FMotionWarpingTarget::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, Component) == 0x000038, "Member 'FMotionWarpingTarget::Component' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, BoneName) == 0x000040, "Member 'FMotionWarpingTarget::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, bFollowComponent) == 0x000048, "Member 'FMotionWarpingTarget::bFollowComponent' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, LocationOffsetDirection) == 0x000049, "Member 'FMotionWarpingTarget::LocationOffsetDirection' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, LocationOffset) == 0x000050, "Member 'FMotionWarpingTarget::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, RotationOffset) == 0x000068, "Member 'FMotionWarpingTarget::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FMotionWarpingTarget, AvatarActor) == 0x000080, "Member 'FMotionWarpingTarget::AvatarActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionDeltaTrack \ +static_assert(alignof(FMotionDeltaTrack) == 0x000008, "Wrong alignment on FMotionDeltaTrack"); \ +static_assert(sizeof(FMotionDeltaTrack) == 0x000060, "Wrong size on FMotionDeltaTrack"); \ +static_assert(offsetof(FMotionDeltaTrack, BoneTransformTrack) == 0x000000, "Member 'FMotionDeltaTrack::BoneTransformTrack' has a wrong offset!"); \ +static_assert(offsetof(FMotionDeltaTrack, DeltaTranslationTrack) == 0x000010, "Member 'FMotionDeltaTrack::DeltaTranslationTrack' has a wrong offset!"); \ +static_assert(offsetof(FMotionDeltaTrack, DeltaRotationTrack) == 0x000020, "Member 'FMotionDeltaTrack::DeltaRotationTrack' has a wrong offset!"); \ +static_assert(offsetof(FMotionDeltaTrack, TotalTranslation) == 0x000030, "Member 'FMotionDeltaTrack::TotalTranslation' has a wrong offset!"); \ +static_assert(offsetof(FMotionDeltaTrack, TotalRotation) == 0x000048, "Member 'FMotionDeltaTrack::TotalRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionDeltaTrackContainer \ +static_assert(alignof(FMotionDeltaTrackContainer) == 0x000008, "Wrong alignment on FMotionDeltaTrackContainer"); \ +static_assert(sizeof(FMotionDeltaTrackContainer) == 0x000010, "Wrong size on FMotionDeltaTrackContainer"); \ +static_assert(offsetof(FMotionDeltaTrackContainer, Tracks) == 0x000000, "Member 'FMotionDeltaTrackContainer::Tracks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrecomputedWarpCurve \ +static_assert(alignof(FPrecomputedWarpCurve) == 0x000004, "Wrong alignment on FPrecomputedWarpCurve"); \ +static_assert(sizeof(FPrecomputedWarpCurve) == 0x00000C, "Wrong size on FPrecomputedWarpCurve"); \ +static_assert(offsetof(FPrecomputedWarpCurve, CurveType) == 0x000000, "Member 'FPrecomputedWarpCurve::CurveType' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedWarpCurve, StartRatio) == 0x000004, "Member 'FPrecomputedWarpCurve::StartRatio' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedWarpCurve, EndRatio) == 0x000008, "Member 'FPrecomputedWarpCurve::EndRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrecomputedWarpSteeringSettings \ +static_assert(alignof(FPrecomputedWarpSteeringSettings) == 0x000004, "Wrong alignment on FPrecomputedWarpSteeringSettings"); \ +static_assert(sizeof(FPrecomputedWarpSteeringSettings) == 0x000010, "Wrong size on FPrecomputedWarpSteeringSettings"); \ +static_assert(offsetof(FPrecomputedWarpSteeringSettings, bEnableSmoothing) == 0x000000, "Member 'FPrecomputedWarpSteeringSettings::bEnableSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedWarpSteeringSettings, SmoothStiffness) == 0x000004, "Member 'FPrecomputedWarpSteeringSettings::SmoothStiffness' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedWarpSteeringSettings, SmoothDamping) == 0x000008, "Member 'FPrecomputedWarpSteeringSettings::SmoothDamping' has a wrong offset!"); \ +static_assert(offsetof(FPrecomputedWarpSteeringSettings, AngleThreshold) == 0x00000C, "Member 'FPrecomputedWarpSteeringSettings::AngleThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionWarpingBaseAdapter \ +static_assert(alignof(UMotionWarpingBaseAdapter) == 0x000008, "Wrong alignment on UMotionWarpingBaseAdapter"); \ +static_assert(sizeof(UMotionWarpingBaseAdapter) == 0x000038, "Wrong size on UMotionWarpingBaseAdapter"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_AddRootMotionModifier \ +static_assert(alignof(AnimNotifyState_MotionWarping_AddRootMotionModifier) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_AddRootMotionModifier"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_AddRootMotionModifier) == 0x000020, "Wrong size on AnimNotifyState_MotionWarping_AddRootMotionModifier"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_AddRootMotionModifier, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_AddRootMotionModifier::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_AddRootMotionModifier, Animation) == 0x000008, "Member 'AnimNotifyState_MotionWarping_AddRootMotionModifier::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_AddRootMotionModifier, StartTime) == 0x000010, "Member 'AnimNotifyState_MotionWarping_AddRootMotionModifier::StartTime' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_AddRootMotionModifier, EndTime) == 0x000014, "Member 'AnimNotifyState_MotionWarping_AddRootMotionModifier::EndTime' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_AddRootMotionModifier, ReturnValue) == 0x000018, "Member 'AnimNotifyState_MotionWarping_AddRootMotionModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_OnRootMotionModifierActivate \ +static_assert(alignof(AnimNotifyState_MotionWarping_OnRootMotionModifierActivate) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_OnRootMotionModifierActivate"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_OnRootMotionModifierActivate) == 0x000010, "Wrong size on AnimNotifyState_MotionWarping_OnRootMotionModifierActivate"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnRootMotionModifierActivate, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_OnRootMotionModifierActivate::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnRootMotionModifierActivate, Modifier) == 0x000008, "Member 'AnimNotifyState_MotionWarping_OnRootMotionModifierActivate::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate \ +static_assert(alignof(AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate) == 0x000010, "Wrong size on AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate, Modifier) == 0x000008, "Member 'AnimNotifyState_MotionWarping_OnRootMotionModifierDeactivate::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate \ +static_assert(alignof(AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate) == 0x000010, "Wrong size on AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate, Modifier) == 0x000008, "Member 'AnimNotifyState_MotionWarping_OnRootMotionModifierUpdate::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_OnWarpBegin \ +static_assert(alignof(AnimNotifyState_MotionWarping_OnWarpBegin) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_OnWarpBegin"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_OnWarpBegin) == 0x000010, "Wrong size on AnimNotifyState_MotionWarping_OnWarpBegin"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnWarpBegin, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_OnWarpBegin::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnWarpBegin, Modifier) == 0x000008, "Member 'AnimNotifyState_MotionWarping_OnWarpBegin::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_OnWarpEnd \ +static_assert(alignof(AnimNotifyState_MotionWarping_OnWarpEnd) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_OnWarpEnd"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_OnWarpEnd) == 0x000010, "Wrong size on AnimNotifyState_MotionWarping_OnWarpEnd"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnWarpEnd, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_OnWarpEnd::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnWarpEnd, Modifier) == 0x000008, "Member 'AnimNotifyState_MotionWarping_OnWarpEnd::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_MotionWarping_OnWarpUpdate \ +static_assert(alignof(AnimNotifyState_MotionWarping_OnWarpUpdate) == 0x000008, "Wrong alignment on AnimNotifyState_MotionWarping_OnWarpUpdate"); \ +static_assert(sizeof(AnimNotifyState_MotionWarping_OnWarpUpdate) == 0x000010, "Wrong size on AnimNotifyState_MotionWarping_OnWarpUpdate"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnWarpUpdate, MotionWarpingComp) == 0x000000, "Member 'AnimNotifyState_MotionWarping_OnWarpUpdate::MotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_MotionWarping_OnWarpUpdate, Modifier) == 0x000008, "Member 'AnimNotifyState_MotionWarping_OnWarpUpdate::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_MotionWarping \ +static_assert(alignof(UAnimNotifyState_MotionWarping) == 0x000008, "Wrong alignment on UAnimNotifyState_MotionWarping"); \ +static_assert(sizeof(UAnimNotifyState_MotionWarping) == 0x000038, "Wrong size on UAnimNotifyState_MotionWarping"); \ +static_assert(offsetof(UAnimNotifyState_MotionWarping, RootMotionModifier) == 0x000030, "Member 'UAnimNotifyState_MotionWarping::RootMotionModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAttributeBasedRootMotionComponent \ +static_assert(alignof(UAttributeBasedRootMotionComponent) == 0x000008, "Wrong alignment on UAttributeBasedRootMotionComponent"); \ +static_assert(sizeof(UAttributeBasedRootMotionComponent) == 0x0001A0, "Wrong size on UAttributeBasedRootMotionComponent"); \ +static_assert(offsetof(UAttributeBasedRootMotionComponent, bEnableRootMotion) == 0x0000C0, "Member 'UAttributeBasedRootMotionComponent::bEnableRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UAttributeBasedRootMotionComponent, Mode) == 0x0000C4, "Member 'UAttributeBasedRootMotionComponent::Mode' has a wrong offset!"); \ +static_assert(offsetof(UAttributeBasedRootMotionComponent, CharacterOwner) == 0x0000F8, "Member 'UAttributeBasedRootMotionComponent::CharacterOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionWarpingCharacterAdapter \ +static_assert(alignof(UMotionWarpingCharacterAdapter) == 0x000008, "Wrong alignment on UMotionWarpingCharacterAdapter"); \ +static_assert(sizeof(UMotionWarpingCharacterAdapter) == 0x000040, "Wrong size on UMotionWarpingCharacterAdapter"); \ + +#define DUMPER7_ASSERTS_MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime \ +static_assert(alignof(MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime) == 0x000010, "Wrong alignment on MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime"); \ +static_assert(sizeof(MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime) == 0x000090, "Wrong size on MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime, AnimInstance) == 0x000000, "Member 'MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime, Animation) == 0x000008, "Member 'MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime::Animation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime, Time) == 0x000010, "Member 'MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime, bExtractRootMotion) == 0x000014, "Member 'MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime::bExtractRootMotion' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime, BoneName) == 0x000018, "Member 'MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime::BoneName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime, bLocalSpace) == 0x000020, "Member 'MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime::bLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime, OutTransform) == 0x000030, "Member 'MotionWarpingUtilities_ExtractBoneTransformFromAnimationAtTime::OutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingUtilities_ExtractRootMotionFromAnimation \ +static_assert(alignof(MotionWarpingUtilities_ExtractRootMotionFromAnimation) == 0x000010, "Wrong alignment on MotionWarpingUtilities_ExtractRootMotionFromAnimation"); \ +static_assert(sizeof(MotionWarpingUtilities_ExtractRootMotionFromAnimation) == 0x000070, "Wrong size on MotionWarpingUtilities_ExtractRootMotionFromAnimation"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractRootMotionFromAnimation, Animation) == 0x000000, "Member 'MotionWarpingUtilities_ExtractRootMotionFromAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractRootMotionFromAnimation, StartTime) == 0x000008, "Member 'MotionWarpingUtilities_ExtractRootMotionFromAnimation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractRootMotionFromAnimation, EndTime) == 0x00000C, "Member 'MotionWarpingUtilities_ExtractRootMotionFromAnimation::EndTime' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_ExtractRootMotionFromAnimation, ReturnValue) == 0x000010, "Member 'MotionWarpingUtilities_ExtractRootMotionFromAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation \ +static_assert(alignof(MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation) == 0x000008, "Wrong alignment on MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation"); \ +static_assert(sizeof(MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation) == 0x000020, "Wrong size on MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation"); \ +static_assert(offsetof(MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation, Animation) == 0x000000, "Member 'MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation, WarpTargetName) == 0x000008, "Member 'MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation, OutWindows) == 0x000010, "Member 'MotionWarpingUtilities_GetMotionWarpingWindowsForWarpTargetFromAnimation::OutWindows' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation \ +static_assert(alignof(MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation) == 0x000008, "Wrong alignment on MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation"); \ +static_assert(sizeof(MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation) == 0x000018, "Wrong size on MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation"); \ +static_assert(offsetof(MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation, Animation) == 0x000000, "Member 'MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation, OutWindows) == 0x000008, "Member 'MotionWarpingUtilities_GetMotionWarpingWindowsFromAnimation::OutWindows' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionWarpingUtilities \ +static_assert(alignof(UMotionWarpingUtilities) == 0x000008, "Wrong alignment on UMotionWarpingUtilities"); \ +static_assert(sizeof(UMotionWarpingUtilities) == 0x000028, "Wrong size on UMotionWarpingUtilities"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_AddOrUpdateWarpTarget \ +static_assert(alignof(MotionWarpingComponent_AddOrUpdateWarpTarget) == 0x000008, "Wrong alignment on MotionWarpingComponent_AddOrUpdateWarpTarget"); \ +static_assert(sizeof(MotionWarpingComponent_AddOrUpdateWarpTarget) == 0x0000E0, "Wrong size on MotionWarpingComponent_AddOrUpdateWarpTarget"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTarget, WarpTarget) == 0x000000, "Member 'MotionWarpingComponent_AddOrUpdateWarpTarget::WarpTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent \ +static_assert(alignof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent) == 0x000008, "Wrong alignment on MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent"); \ +static_assert(sizeof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent) == 0x000050, "Wrong size on MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, WarpTargetName) == 0x000000, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, Component) == 0x000008, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, BoneName) == 0x000010, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::BoneName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, bFollowComponent) == 0x000018, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::bFollowComponent' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, LocationOffsetDirection) == 0x000019, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::LocationOffsetDirection' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, LocationOffset) == 0x000020, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent, RotationOffset) == 0x000038, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromComponent::RotationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation \ +static_assert(alignof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation) == 0x000008, "Wrong alignment on MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation"); \ +static_assert(sizeof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation) == 0x000020, "Wrong size on MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation, WarpTargetName) == 0x000000, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation, TargetLocation) == 0x000008, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromLocation::TargetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation \ +static_assert(alignof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation) == 0x000008, "Wrong alignment on MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation"); \ +static_assert(sizeof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation) == 0x000038, "Wrong size on MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation, WarpTargetName) == 0x000000, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation, TargetLocation) == 0x000008, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation, TargetRotation) == 0x000020, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromLocationAndRotation::TargetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform \ +static_assert(alignof(MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform) == 0x000010, "Wrong alignment on MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform"); \ +static_assert(sizeof(MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform) == 0x000070, "Wrong size on MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform, WarpTargetName) == 0x000000, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform, TargetTransform) == 0x000010, "Member 'MotionWarpingComponent_AddOrUpdateWarpTargetFromTransform::TargetTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_AddSwitchOffCondition \ +static_assert(alignof(MotionWarpingComponent_AddSwitchOffCondition) == 0x000008, "Wrong alignment on MotionWarpingComponent_AddSwitchOffCondition"); \ +static_assert(sizeof(MotionWarpingComponent_AddSwitchOffCondition) == 0x000010, "Wrong size on MotionWarpingComponent_AddSwitchOffCondition"); \ +static_assert(offsetof(MotionWarpingComponent_AddSwitchOffCondition, WarpTargetName) == 0x000000, "Member 'MotionWarpingComponent_AddSwitchOffCondition::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_AddSwitchOffCondition, Condition) == 0x000008, "Member 'MotionWarpingComponent_AddSwitchOffCondition::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_RemoveAllWarpTargets \ +static_assert(alignof(MotionWarpingComponent_RemoveAllWarpTargets) == 0x000004, "Wrong alignment on MotionWarpingComponent_RemoveAllWarpTargets"); \ +static_assert(sizeof(MotionWarpingComponent_RemoveAllWarpTargets) == 0x000004, "Wrong size on MotionWarpingComponent_RemoveAllWarpTargets"); \ +static_assert(offsetof(MotionWarpingComponent_RemoveAllWarpTargets, ReturnValue) == 0x000000, "Member 'MotionWarpingComponent_RemoveAllWarpTargets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_RemoveWarpTarget \ +static_assert(alignof(MotionWarpingComponent_RemoveWarpTarget) == 0x000004, "Wrong alignment on MotionWarpingComponent_RemoveWarpTarget"); \ +static_assert(sizeof(MotionWarpingComponent_RemoveWarpTarget) == 0x00000C, "Wrong size on MotionWarpingComponent_RemoveWarpTarget"); \ +static_assert(offsetof(MotionWarpingComponent_RemoveWarpTarget, WarpTargetName) == 0x000000, "Member 'MotionWarpingComponent_RemoveWarpTarget::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_RemoveWarpTarget, ReturnValue) == 0x000008, "Member 'MotionWarpingComponent_RemoveWarpTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingComponent_RemoveWarpTargets \ +static_assert(alignof(MotionWarpingComponent_RemoveWarpTargets) == 0x000008, "Wrong alignment on MotionWarpingComponent_RemoveWarpTargets"); \ +static_assert(sizeof(MotionWarpingComponent_RemoveWarpTargets) == 0x000018, "Wrong size on MotionWarpingComponent_RemoveWarpTargets"); \ +static_assert(offsetof(MotionWarpingComponent_RemoveWarpTargets, WarpTargetNames) == 0x000000, "Member 'MotionWarpingComponent_RemoveWarpTargets::WarpTargetNames' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingComponent_RemoveWarpTargets, ReturnValue) == 0x000010, "Member 'MotionWarpingComponent_RemoveWarpTargets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionWarpingComponent \ +static_assert(alignof(UMotionWarpingComponent) == 0x000008, "Wrong alignment on UMotionWarpingComponent"); \ +static_assert(sizeof(UMotionWarpingComponent) == 0x000110, "Wrong size on UMotionWarpingComponent"); \ +static_assert(offsetof(UMotionWarpingComponent, bSearchForWindowsInAnimsWithinMontages) == 0x0000C0, "Member 'UMotionWarpingComponent::bSearchForWindowsInAnimsWithinMontages' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingComponent, OnPreUpdate) == 0x0000C8, "Member 'UMotionWarpingComponent::OnPreUpdate' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingComponent, OwnerAdapter) == 0x0000D8, "Member 'UMotionWarpingComponent::OwnerAdapter' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingComponent, Modifiers) == 0x0000E0, "Member 'UMotionWarpingComponent::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingComponent, WarpTargets) == 0x0000F0, "Member 'UMotionWarpingComponent::WarpTargets' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingComponent, SwitchOffConditions) == 0x000100, "Member 'UMotionWarpingComponent::SwitchOffConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingFunctionLibrary_MakeMotionWarpingTarget \ +static_assert(alignof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget) == 0x000008, "Wrong alignment on MotionWarpingFunctionLibrary_MakeMotionWarpingTarget"); \ +static_assert(sizeof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget) == 0x000168, "Wrong size on MotionWarpingFunctionLibrary_MakeMotionWarpingTarget"); \ +static_assert(offsetof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget, Name_0) == 0x000000, "Member 'MotionWarpingFunctionLibrary_MakeMotionWarpingTarget::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget, Location) == 0x000008, "Member 'MotionWarpingFunctionLibrary_MakeMotionWarpingTarget::Location' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget, Rotation) == 0x000020, "Member 'MotionWarpingFunctionLibrary_MakeMotionWarpingTarget::Rotation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget, Component) == 0x000038, "Member 'MotionWarpingFunctionLibrary_MakeMotionWarpingTarget::Component' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget, BoneName) == 0x000040, "Member 'MotionWarpingFunctionLibrary_MakeMotionWarpingTarget::BoneName' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget, bFollowComponent) == 0x000048, "Member 'MotionWarpingFunctionLibrary_MakeMotionWarpingTarget::bFollowComponent' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget, LocationOffsetDirection) == 0x000049, "Member 'MotionWarpingFunctionLibrary_MakeMotionWarpingTarget::LocationOffsetDirection' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget, AvatarActor) == 0x000050, "Member 'MotionWarpingFunctionLibrary_MakeMotionWarpingTarget::AvatarActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget, LocationOffset) == 0x000058, "Member 'MotionWarpingFunctionLibrary_MakeMotionWarpingTarget::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget, RotationOffset) == 0x000070, "Member 'MotionWarpingFunctionLibrary_MakeMotionWarpingTarget::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingFunctionLibrary_MakeMotionWarpingTarget, ReturnValue) == 0x000088, "Member 'MotionWarpingFunctionLibrary_MakeMotionWarpingTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionWarpingFunctionLibrary \ +static_assert(alignof(UMotionWarpingFunctionLibrary) == 0x000008, "Wrong alignment on UMotionWarpingFunctionLibrary"); \ +static_assert(sizeof(UMotionWarpingFunctionLibrary) == 0x000028, "Wrong size on UMotionWarpingFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UMotionWarpingSwitchOffCondition \ +static_assert(alignof(UMotionWarpingSwitchOffCondition) == 0x000008, "Wrong alignment on UMotionWarpingSwitchOffCondition"); \ +static_assert(sizeof(UMotionWarpingSwitchOffCondition) == 0x000048, "Wrong size on UMotionWarpingSwitchOffCondition"); \ +static_assert(offsetof(UMotionWarpingSwitchOffCondition, bUseWarpTargetAsTargetLocation) == 0x000028, "Member 'UMotionWarpingSwitchOffCondition::bUseWarpTargetAsTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingSwitchOffCondition, Effect) == 0x000029, "Member 'UMotionWarpingSwitchOffCondition::Effect' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingSwitchOffCondition, OwnerActor) == 0x000030, "Member 'UMotionWarpingSwitchOffCondition::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingSwitchOffCondition, TargetActor) == 0x000038, "Member 'UMotionWarpingSwitchOffCondition::TargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition \ +static_assert(alignof(MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition) == 0x000008, "Wrong alignment on MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition"); \ +static_assert(sizeof(MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition) == 0x000028, "Wrong size on MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition"); \ +static_assert(offsetof(MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition, InOwnerActor) == 0x000000, "Member 'MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition::InOwnerActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition, InEffect) == 0x000008, "Member 'MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition::InEffect' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition, InOperator) == 0x000009, "Member 'MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition::InOperator' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition, InDistance) == 0x00000C, "Member 'MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition::InDistance' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition, InbUseWarpTargetAsTargetLocation) == 0x000010, "Member 'MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition::InbUseWarpTargetAsTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition, InTargetActor) == 0x000018, "Member 'MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition::InTargetActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition, ReturnValue) == 0x000020, "Member 'MotionWarpingSwitchOffDistanceCondition_CreateSwitchOffDistanceCondition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionWarpingSwitchOffDistanceCondition \ +static_assert(alignof(UMotionWarpingSwitchOffDistanceCondition) == 0x000008, "Wrong alignment on UMotionWarpingSwitchOffDistanceCondition"); \ +static_assert(sizeof(UMotionWarpingSwitchOffDistanceCondition) == 0x000050, "Wrong size on UMotionWarpingSwitchOffDistanceCondition"); \ +static_assert(offsetof(UMotionWarpingSwitchOffDistanceCondition, Operator) == 0x000048, "Member 'UMotionWarpingSwitchOffDistanceCondition::Operator' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingSwitchOffDistanceCondition, AxesType) == 0x000049, "Member 'UMotionWarpingSwitchOffDistanceCondition::AxesType' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingSwitchOffDistanceCondition, Distance) == 0x00004C, "Member 'UMotionWarpingSwitchOffDistanceCondition::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition \ +static_assert(alignof(MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition) == 0x000008, "Wrong alignment on MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition"); \ +static_assert(sizeof(MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition) == 0x000028, "Wrong size on MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition"); \ +static_assert(offsetof(MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition, InOwnerActor) == 0x000000, "Member 'MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition::InOwnerActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition, InEffect) == 0x000008, "Member 'MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition::InEffect' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition, InOperator) == 0x000009, "Member 'MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition::InOperator' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition, InAngle) == 0x00000C, "Member 'MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition::InAngle' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition, bInIgnoreZAxis) == 0x000010, "Member 'MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition::bInIgnoreZAxis' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition, bInUseWarpTargetAsTargetLocation) == 0x000011, "Member 'MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition::bInUseWarpTargetAsTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition, InTargetActor) == 0x000018, "Member 'MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition::InTargetActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition, ReturnValue) == 0x000020, "Member 'MotionWarpingSwitchOffAngleToTargetCondition_CreateSwitchOffAngleToTargetCondition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionWarpingSwitchOffAngleToTargetCondition \ +static_assert(alignof(UMotionWarpingSwitchOffAngleToTargetCondition) == 0x000008, "Wrong alignment on UMotionWarpingSwitchOffAngleToTargetCondition"); \ +static_assert(sizeof(UMotionWarpingSwitchOffAngleToTargetCondition) == 0x000058, "Wrong size on UMotionWarpingSwitchOffAngleToTargetCondition"); \ +static_assert(offsetof(UMotionWarpingSwitchOffAngleToTargetCondition, Operator) == 0x000048, "Member 'UMotionWarpingSwitchOffAngleToTargetCondition::Operator' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingSwitchOffAngleToTargetCondition, Angle) == 0x00004C, "Member 'UMotionWarpingSwitchOffAngleToTargetCondition::Angle' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingSwitchOffAngleToTargetCondition, bIgnoreZAxis) == 0x000050, "Member 'UMotionWarpingSwitchOffAngleToTargetCondition::bIgnoreZAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition \ +static_assert(alignof(MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition) == 0x000008, "Wrong alignment on MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition"); \ +static_assert(sizeof(MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition) == 0x000040, "Wrong size on MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition"); \ +static_assert(offsetof(MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition, InOwnerActor) == 0x000000, "Member 'MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition::InOwnerActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition, InEffect) == 0x000008, "Member 'MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition::InEffect' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition, InSwitchOffConditionA) == 0x000010, "Member 'MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition::InSwitchOffConditionA' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition, InLogicOperator) == 0x000018, "Member 'MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition::InLogicOperator' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition, InSwitchOffConditionB) == 0x000020, "Member 'MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition::InSwitchOffConditionB' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition, bInUseWarpTargetAsTargetLocation) == 0x000028, "Member 'MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition::bInUseWarpTargetAsTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition, InTargetActor) == 0x000030, "Member 'MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition::InTargetActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition, ReturnValue) == 0x000038, "Member 'MotionWarpingSwitchOffCompositeCondition_CreateSwitchOffCompositeCondition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionWarpingSwitchOffCompositeCondition \ +static_assert(alignof(UMotionWarpingSwitchOffCompositeCondition) == 0x000008, "Wrong alignment on UMotionWarpingSwitchOffCompositeCondition"); \ +static_assert(sizeof(UMotionWarpingSwitchOffCompositeCondition) == 0x000060, "Wrong size on UMotionWarpingSwitchOffCompositeCondition"); \ +static_assert(offsetof(UMotionWarpingSwitchOffCompositeCondition, SwitchOffConditionA) == 0x000048, "Member 'UMotionWarpingSwitchOffCompositeCondition::SwitchOffConditionA' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingSwitchOffCompositeCondition, LogicOperator) == 0x000050, "Member 'UMotionWarpingSwitchOffCompositeCondition::LogicOperator' has a wrong offset!"); \ +static_assert(offsetof(UMotionWarpingSwitchOffCompositeCondition, SwitchOffConditionB) == 0x000058, "Member 'UMotionWarpingSwitchOffCompositeCondition::SwitchOffConditionB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition \ +static_assert(alignof(MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition) == 0x000008, "Wrong alignment on MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition"); \ +static_assert(sizeof(MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition) == 0x000030, "Wrong size on MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition, InOwnerActor) == 0x000000, "Member 'MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition::InOwnerActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition, InEffect) == 0x000008, "Member 'MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition::InEffect' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition, InBlueprintableCondition) == 0x000010, "Member 'MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition::InBlueprintableCondition' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition, bInUseWarpTargetAsTargetLocation) == 0x000018, "Member 'MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition::bInUseWarpTargetAsTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition, InTargetActor) == 0x000020, "Member 'MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition::InTargetActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition, ReturnValue) == 0x000028, "Member 'MotionWarpingSwitchOffBlueprintableCondition_CreateSwitchOffBlueprintableCondition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingSwitchOffBlueprintableCondition_BP_Check \ +static_assert(alignof(MotionWarpingSwitchOffBlueprintableCondition_BP_Check) == 0x000008, "Wrong alignment on MotionWarpingSwitchOffBlueprintableCondition_BP_Check"); \ +static_assert(sizeof(MotionWarpingSwitchOffBlueprintableCondition_BP_Check) == 0x000030, "Wrong size on MotionWarpingSwitchOffBlueprintableCondition_BP_Check"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_BP_Check, InOwnerActor) == 0x000000, "Member 'MotionWarpingSwitchOffBlueprintableCondition_BP_Check::InOwnerActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_BP_Check, InTargetActor) == 0x000008, "Member 'MotionWarpingSwitchOffBlueprintableCondition_BP_Check::InTargetActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_BP_Check, InTargetLocation) == 0x000010, "Member 'MotionWarpingSwitchOffBlueprintableCondition_BP_Check::InTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_BP_Check, bInUseWarpTargetAsTargetLocation) == 0x000028, "Member 'MotionWarpingSwitchOffBlueprintableCondition_BP_Check::bInUseWarpTargetAsTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_BP_Check, ReturnValue) == 0x000029, "Member 'MotionWarpingSwitchOffBlueprintableCondition_BP_Check::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo \ +static_assert(alignof(MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo) == 0x000008, "Wrong alignment on MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo"); \ +static_assert(sizeof(MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo) == 0x000040, "Wrong size on MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo, InOwnerActor) == 0x000000, "Member 'MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo::InOwnerActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo, InTargetActor) == 0x000008, "Member 'MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo::InTargetActor' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo, InTargetLocation) == 0x000010, "Member 'MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo::InTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo, bInUseWarpTargetAsTargetLocation) == 0x000028, "Member 'MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo::bInUseWarpTargetAsTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo, ReturnValue) == 0x000030, "Member 'MotionWarpingSwitchOffBlueprintableCondition_BP_ExtraDebugInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionWarpingSwitchOffBlueprintableCondition \ +static_assert(alignof(UMotionWarpingSwitchOffBlueprintableCondition) == 0x000008, "Wrong alignment on UMotionWarpingSwitchOffBlueprintableCondition"); \ +static_assert(sizeof(UMotionWarpingSwitchOffBlueprintableCondition) == 0x000048, "Wrong size on UMotionWarpingSwitchOffBlueprintableCondition"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier \ +static_assert(alignof(URootMotionModifier) == 0x000010, "Wrong alignment on URootMotionModifier"); \ +static_assert(sizeof(URootMotionModifier) == 0x000160, "Wrong size on URootMotionModifier"); \ +static_assert(offsetof(URootMotionModifier, Animation) == 0x000028, "Member 'URootMotionModifier::Animation' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, StartTime) == 0x000030, "Member 'URootMotionModifier::StartTime' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, EndTime) == 0x000034, "Member 'URootMotionModifier::EndTime' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, PreviousPosition) == 0x000038, "Member 'URootMotionModifier::PreviousPosition' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, CurrentPosition) == 0x00003C, "Member 'URootMotionModifier::CurrentPosition' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, Weight) == 0x000040, "Member 'URootMotionModifier::Weight' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, PlayRate) == 0x000044, "Member 'URootMotionModifier::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, StartTransform) == 0x000050, "Member 'URootMotionModifier::StartTransform' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, ActualStartTime) == 0x0000B0, "Member 'URootMotionModifier::ActualStartTime' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, TotalRootMotionWithinWindow) == 0x0000C0, "Member 'URootMotionModifier::TotalRootMotionWithinWindow' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, OnActivateDelegate) == 0x000120, "Member 'URootMotionModifier::OnActivateDelegate' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, OnUpdateDelegate) == 0x000130, "Member 'URootMotionModifier::OnUpdateDelegate' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, OnDeactivateDelegate) == 0x000140, "Member 'URootMotionModifier::OnDeactivateDelegate' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier, State) == 0x000150, "Member 'URootMotionModifier::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier_Warp \ +static_assert(alignof(URootMotionModifier_Warp) == 0x000010, "Wrong alignment on URootMotionModifier_Warp"); \ +static_assert(sizeof(URootMotionModifier_Warp) == 0x000360, "Wrong size on URootMotionModifier_Warp"); \ +static_assert(offsetof(URootMotionModifier_Warp, WarpTargetName) == 0x000158, "Member 'URootMotionModifier_Warp::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, WarpPointAnimProvider) == 0x000160, "Member 'URootMotionModifier_Warp::WarpPointAnimProvider' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, WarpPointAnimTransform) == 0x000170, "Member 'URootMotionModifier_Warp::WarpPointAnimTransform' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, WarpPointAnimBoneName) == 0x0001D0, "Member 'URootMotionModifier_Warp::WarpPointAnimBoneName' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, bWarpTranslation) == 0x0001D8, "Member 'URootMotionModifier_Warp::bWarpTranslation' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, bIgnoreZAxis) == 0x0001D9, "Member 'URootMotionModifier_Warp::bIgnoreZAxis' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, bWarpToFeetLocation) == 0x0001DA, "Member 'URootMotionModifier_Warp::bWarpToFeetLocation' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, AddTranslationEasingFunc) == 0x0001DB, "Member 'URootMotionModifier_Warp::AddTranslationEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, AddTranslationEasingCurve) == 0x0001E0, "Member 'URootMotionModifier_Warp::AddTranslationEasingCurve' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, bWarpRotation) == 0x0001E8, "Member 'URootMotionModifier_Warp::bWarpRotation' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, RotationType) == 0x0001E9, "Member 'URootMotionModifier_Warp::RotationType' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, RotationMethod) == 0x0001EA, "Member 'URootMotionModifier_Warp::RotationMethod' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, bSubtractRemainingRootMotion) == 0x0001EB, "Member 'URootMotionModifier_Warp::bSubtractRemainingRootMotion' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, WarpRotationTimeMultiplier) == 0x0001EC, "Member 'URootMotionModifier_Warp::WarpRotationTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, WarpMaxRotationRate) == 0x0001F0, "Member 'URootMotionModifier_Warp::WarpMaxRotationRate' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, CachedTargetTransform) == 0x000200, "Member 'URootMotionModifier_Warp::CachedTargetTransform' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_Warp, RootMotionRemainingAfterNotify) == 0x000260, "Member 'URootMotionModifier_Warp::RootMotionRemainingAfterNotify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier_SimpleWarp \ +static_assert(alignof(URootMotionModifier_SimpleWarp) == 0x000010, "Wrong alignment on URootMotionModifier_SimpleWarp"); \ +static_assert(sizeof(URootMotionModifier_SimpleWarp) == 0x000360, "Wrong size on URootMotionModifier_SimpleWarp"); \ + +#define DUMPER7_ASSERTS_RootMotionModifier_Scale_AddRootMotionModifierScale \ +static_assert(alignof(RootMotionModifier_Scale_AddRootMotionModifierScale) == 0x000008, "Wrong alignment on RootMotionModifier_Scale_AddRootMotionModifierScale"); \ +static_assert(sizeof(RootMotionModifier_Scale_AddRootMotionModifierScale) == 0x000038, "Wrong size on RootMotionModifier_Scale_AddRootMotionModifierScale"); \ +static_assert(offsetof(RootMotionModifier_Scale_AddRootMotionModifierScale, InMotionWarpingComp) == 0x000000, "Member 'RootMotionModifier_Scale_AddRootMotionModifierScale::InMotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_Scale_AddRootMotionModifierScale, InAnimation) == 0x000008, "Member 'RootMotionModifier_Scale_AddRootMotionModifierScale::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_Scale_AddRootMotionModifierScale, InStartTime) == 0x000010, "Member 'RootMotionModifier_Scale_AddRootMotionModifierScale::InStartTime' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_Scale_AddRootMotionModifierScale, InEndTime) == 0x000014, "Member 'RootMotionModifier_Scale_AddRootMotionModifierScale::InEndTime' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_Scale_AddRootMotionModifierScale, InScale) == 0x000018, "Member 'RootMotionModifier_Scale_AddRootMotionModifierScale::InScale' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_Scale_AddRootMotionModifierScale, ReturnValue) == 0x000030, "Member 'RootMotionModifier_Scale_AddRootMotionModifierScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier_Scale \ +static_assert(alignof(URootMotionModifier_Scale) == 0x000010, "Wrong alignment on URootMotionModifier_Scale"); \ +static_assert(sizeof(URootMotionModifier_Scale) == 0x000170, "Wrong size on URootMotionModifier_Scale"); \ +static_assert(offsetof(URootMotionModifier_Scale, Scale) == 0x000158, "Member 'URootMotionModifier_Scale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier_AdjustmentBlendWarp \ +static_assert(alignof(URootMotionModifier_AdjustmentBlendWarp) == 0x000010, "Wrong alignment on URootMotionModifier_AdjustmentBlendWarp"); \ +static_assert(sizeof(URootMotionModifier_AdjustmentBlendWarp) == 0x0004B0, "Wrong size on URootMotionModifier_AdjustmentBlendWarp"); \ +static_assert(offsetof(URootMotionModifier_AdjustmentBlendWarp, bWarpIKBones) == 0x000358, "Member 'URootMotionModifier_AdjustmentBlendWarp::bWarpIKBones' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_AdjustmentBlendWarp, IKBones) == 0x000360, "Member 'URootMotionModifier_AdjustmentBlendWarp::IKBones' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_AdjustmentBlendWarp, CachedMeshTransform) == 0x000370, "Member 'URootMotionModifier_AdjustmentBlendWarp::CachedMeshTransform' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_AdjustmentBlendWarp, CachedMeshRelativeTransform) == 0x0003D0, "Member 'URootMotionModifier_AdjustmentBlendWarp::CachedMeshRelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_AdjustmentBlendWarp, CachedRootMotion) == 0x000430, "Member 'URootMotionModifier_AdjustmentBlendWarp::CachedRootMotion' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_AdjustmentBlendWarp, Result) == 0x000490, "Member 'URootMotionModifier_AdjustmentBlendWarp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier_PrecomputedWarp \ +static_assert(alignof(URootMotionModifier_PrecomputedWarp) == 0x000010, "Wrong alignment on URootMotionModifier_PrecomputedWarp"); \ +static_assert(sizeof(URootMotionModifier_PrecomputedWarp) == 0x0005F0, "Wrong size on URootMotionModifier_PrecomputedWarp"); \ +static_assert(offsetof(URootMotionModifier_PrecomputedWarp, TranslationWarpingCurve) == 0x000358, "Member 'URootMotionModifier_PrecomputedWarp::TranslationWarpingCurve' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_PrecomputedWarp, bSeparateTranslationCurves) == 0x000364, "Member 'URootMotionModifier_PrecomputedWarp::bSeparateTranslationCurves' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_PrecomputedWarp, TranslationWarpingCurve_InMovementDirection) == 0x000368, "Member 'URootMotionModifier_PrecomputedWarp::TranslationWarpingCurve_InMovementDirection' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_PrecomputedWarp, TranslationWarpingCurve_OutOfMovementDirection) == 0x000374, "Member 'URootMotionModifier_PrecomputedWarp::TranslationWarpingCurve_OutOfMovementDirection' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_PrecomputedWarp, RotationWarpingCurve) == 0x000380, "Member 'URootMotionModifier_PrecomputedWarp::RotationWarpingCurve' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_PrecomputedWarp, AlignOffset) == 0x000390, "Member 'URootMotionModifier_PrecomputedWarp::AlignOffset' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_PrecomputedWarp, bForceTargetTransformUpright) == 0x0003F0, "Member 'URootMotionModifier_PrecomputedWarp::bForceTargetTransformUpright' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_PrecomputedWarp, UpdateMode) == 0x0003F4, "Member 'URootMotionModifier_PrecomputedWarp::UpdateMode' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_PrecomputedWarp, Disable) == 0x0003F8, "Member 'URootMotionModifier_PrecomputedWarp::Disable' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_PrecomputedWarp, bEnableSteering) == 0x000400, "Member 'URootMotionModifier_PrecomputedWarp::bEnableSteering' has a wrong offset!"); \ +static_assert(offsetof(URootMotionModifier_PrecomputedWarp, SteeringSettings) == 0x000404, "Member 'URootMotionModifier_PrecomputedWarp::SteeringSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp \ +static_assert(alignof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp) == 0x000010, "Wrong alignment on RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp"); \ +static_assert(sizeof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp) == 0x0000B0, "Wrong size on RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InMotionWarpingComp) == 0x000000, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InMotionWarpingComp' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InAnimation) == 0x000008, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InStartTime) == 0x000010, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InStartTime' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InEndTime) == 0x000014, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InEndTime' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InWarpTargetName) == 0x000018, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InWarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InWarpPointAnimProvider) == 0x000020, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InWarpPointAnimProvider' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InWarpPointAnimTransform) == 0x000030, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InWarpPointAnimTransform' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InWarpPointAnimBoneName) == 0x000090, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InWarpPointAnimBoneName' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, bInWarpTranslation) == 0x000098, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::bInWarpTranslation' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, bInIgnoreZAxis) == 0x000099, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::bInIgnoreZAxis' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, bInWarpRotation) == 0x00009A, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::bInWarpRotation' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InRotationType) == 0x00009B, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InRotationType' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InRotationMethod) == 0x00009C, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InRotationMethod' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InWarpRotationTimeMultiplier) == 0x0000A0, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InWarpRotationTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, InWarpMaxRotationRate) == 0x0000A4, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::InWarpMaxRotationRate' has a wrong offset!"); \ +static_assert(offsetof(RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp, ReturnValue) == 0x0000A8, "Member 'RootMotionModifier_SkewWarp_AddRootMotionModifierSkewWarp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootMotionModifier_SkewWarp \ +static_assert(alignof(URootMotionModifier_SkewWarp) == 0x000010, "Wrong alignment on URootMotionModifier_SkewWarp"); \ +static_assert(sizeof(URootMotionModifier_SkewWarp) == 0x000360, "Wrong size on URootMotionModifier_SkewWarp"); \ +static_assert(offsetof(URootMotionModifier_SkewWarp, MaxSpeedClampRatio) == 0x000358, "Member 'URootMotionModifier_SkewWarp::MaxSpeedClampRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInt32Setting \ +static_assert(alignof(FInt32Setting) == 0x000004, "Wrong alignment on FInt32Setting"); \ +static_assert(sizeof(FInt32Setting) == 0x000004, "Wrong size on FInt32Setting"); \ +static_assert(offsetof(FInt32Setting, Value) == 0x000000, "Member 'FInt32Setting::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatSetting \ +static_assert(alignof(FFloatSetting) == 0x000004, "Wrong alignment on FFloatSetting"); \ +static_assert(sizeof(FFloatSetting) == 0x000004, "Wrong size on FFloatSetting"); \ +static_assert(offsetof(FFloatSetting, Value) == 0x000000, "Member 'FFloatSetting::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoubleSetting \ +static_assert(alignof(FDoubleSetting) == 0x000008, "Wrong alignment on FDoubleSetting"); \ +static_assert(sizeof(FDoubleSetting) == 0x000008, "Wrong size on FDoubleSetting"); \ +static_assert(offsetof(FDoubleSetting, Value) == 0x000000, "Member 'FDoubleSetting::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector3fSetting \ +static_assert(alignof(FVector3fSetting) == 0x000004, "Wrong alignment on FVector3fSetting"); \ +static_assert(sizeof(FVector3fSetting) == 0x00000C, "Wrong size on FVector3fSetting"); \ +static_assert(offsetof(FVector3fSetting, Value) == 0x000000, "Member 'FVector3fSetting::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector3dSetting \ +static_assert(alignof(FVector3dSetting) == 0x000008, "Wrong alignment on FVector3dSetting"); \ +static_assert(sizeof(FVector3dSetting) == 0x000018, "Wrong size on FVector3dSetting"); \ +static_assert(offsetof(FVector3dSetting, Value) == 0x000000, "Member 'FVector3dSetting::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNameSetting \ +static_assert(alignof(FNameSetting) == 0x000004, "Wrong alignment on FNameSetting"); \ +static_assert(sizeof(FNameSetting) == 0x000008, "Wrong size on FNameSetting"); \ +static_assert(offsetof(FNameSetting, Value) == 0x000000, "Member 'FNameSetting::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeGraphEdge \ +static_assert(alignof(FComputeGraphEdge) == 0x000008, "Wrong alignment on FComputeGraphEdge"); \ +static_assert(sizeof(FComputeGraphEdge) == 0x000038, "Wrong size on FComputeGraphEdge"); \ +static_assert(offsetof(FComputeGraphEdge, KernelIndex) == 0x000000, "Member 'FComputeGraphEdge::KernelIndex' has a wrong offset!"); \ +static_assert(offsetof(FComputeGraphEdge, KernelBindingIndex) == 0x000004, "Member 'FComputeGraphEdge::KernelBindingIndex' has a wrong offset!"); \ +static_assert(offsetof(FComputeGraphEdge, DataInterfaceIndex) == 0x000008, "Member 'FComputeGraphEdge::DataInterfaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FComputeGraphEdge, DataInterfaceBindingIndex) == 0x00000C, "Member 'FComputeGraphEdge::DataInterfaceBindingIndex' has a wrong offset!"); \ +static_assert(offsetof(FComputeGraphEdge, bKernelInput) == 0x000010, "Member 'FComputeGraphEdge::bKernelInput' has a wrong offset!"); \ +static_assert(offsetof(FComputeGraphEdge, BindingFunctionNameOverride) == 0x000018, "Member 'FComputeGraphEdge::BindingFunctionNameOverride' has a wrong offset!"); \ +static_assert(offsetof(FComputeGraphEdge, BindingFunctionNamespace) == 0x000028, "Member 'FComputeGraphEdge::BindingFunctionNamespace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeGraphInstance \ +static_assert(alignof(FComputeGraphInstance) == 0x000008, "Wrong alignment on FComputeGraphInstance"); \ +static_assert(sizeof(FComputeGraphInstance) == 0x000018, "Wrong size on FComputeGraphInstance"); \ +static_assert(offsetof(FComputeGraphInstance, DataProviders) == 0x000000, "Member 'FComputeGraphInstance::DataProviders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeKernelPermutationBool \ +static_assert(alignof(FComputeKernelPermutationBool) == 0x000008, "Wrong alignment on FComputeKernelPermutationBool"); \ +static_assert(sizeof(FComputeKernelPermutationBool) == 0x000018, "Wrong size on FComputeKernelPermutationBool"); \ +static_assert(offsetof(FComputeKernelPermutationBool, Name) == 0x000000, "Member 'FComputeKernelPermutationBool::Name' has a wrong offset!"); \ +static_assert(offsetof(FComputeKernelPermutationBool, Value) == 0x000010, "Member 'FComputeKernelPermutationBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeKernelPermutationSet \ +static_assert(alignof(FComputeKernelPermutationSet) == 0x000008, "Wrong alignment on FComputeKernelPermutationSet"); \ +static_assert(sizeof(FComputeKernelPermutationSet) == 0x000010, "Wrong size on FComputeKernelPermutationSet"); \ +static_assert(offsetof(FComputeKernelPermutationSet, BooleanOptions) == 0x000000, "Member 'FComputeKernelPermutationSet::BooleanOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeKernelDefinition \ +static_assert(alignof(FComputeKernelDefinition) == 0x000008, "Wrong alignment on FComputeKernelDefinition"); \ +static_assert(sizeof(FComputeKernelDefinition) == 0x000020, "Wrong size on FComputeKernelDefinition"); \ +static_assert(offsetof(FComputeKernelDefinition, Symbol) == 0x000000, "Member 'FComputeKernelDefinition::Symbol' has a wrong offset!"); \ +static_assert(offsetof(FComputeKernelDefinition, Define) == 0x000010, "Member 'FComputeKernelDefinition::Define' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeKernelDefinitionSet \ +static_assert(alignof(FComputeKernelDefinitionSet) == 0x000008, "Wrong alignment on FComputeKernelDefinitionSet"); \ +static_assert(sizeof(FComputeKernelDefinitionSet) == 0x000010, "Wrong size on FComputeKernelDefinitionSet"); \ +static_assert(offsetof(FComputeKernelDefinitionSet, Defines) == 0x000000, "Member 'FComputeKernelDefinitionSet::Defines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeKernelPermutationVector \ +static_assert(alignof(FComputeKernelPermutationVector) == 0x000008, "Wrong alignment on FComputeKernelPermutationVector"); \ +static_assert(sizeof(FComputeKernelPermutationVector) == 0x000058, "Wrong size on FComputeKernelPermutationVector"); \ +static_assert(offsetof(FComputeKernelPermutationVector, Permutations) == 0x000000, "Member 'FComputeKernelPermutationVector::Permutations' has a wrong offset!"); \ +static_assert(offsetof(FComputeKernelPermutationVector, BitCount) == 0x000050, "Member 'FComputeKernelPermutationVector::BitCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderValueTypeHandle \ +static_assert(alignof(FShaderValueTypeHandle) == 0x000008, "Wrong alignment on FShaderValueTypeHandle"); \ +static_assert(sizeof(FShaderValueTypeHandle) == 0x000008, "Wrong size on FShaderValueTypeHandle"); \ + +#define DUMPER7_ASSERTS_FArrayShaderValue \ +static_assert(alignof(FArrayShaderValue) == 0x000008, "Wrong alignment on FArrayShaderValue"); \ +static_assert(sizeof(FArrayShaderValue) == 0x000010, "Wrong size on FArrayShaderValue"); \ +static_assert(offsetof(FArrayShaderValue, ArrayOfValues) == 0x000000, "Member 'FArrayShaderValue::ArrayOfValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderValueContainer \ +static_assert(alignof(FShaderValueContainer) == 0x000008, "Wrong alignment on FShaderValueContainer"); \ +static_assert(sizeof(FShaderValueContainer) == 0x000020, "Wrong size on FShaderValueContainer"); \ +static_assert(offsetof(FShaderValueContainer, ShaderValue) == 0x000000, "Member 'FShaderValueContainer::ShaderValue' has a wrong offset!"); \ +static_assert(offsetof(FShaderValueContainer, ArrayList) == 0x000010, "Member 'FShaderValueContainer::ArrayList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderValueType \ +static_assert(alignof(FShaderValueType) == 0x000008, "Wrong alignment on FShaderValueType"); \ +static_assert(sizeof(FShaderValueType) == 0x000020, "Wrong size on FShaderValueType"); \ +static_assert(offsetof(FShaderValueType, Type) == 0x000000, "Member 'FShaderValueType::Type' has a wrong offset!"); \ +static_assert(offsetof(FShaderValueType, DimensionType) == 0x000001, "Member 'FShaderValueType::DimensionType' has a wrong offset!"); \ +static_assert(offsetof(FShaderValueType, Name) == 0x000004, "Member 'FShaderValueType::Name' has a wrong offset!"); \ +static_assert(offsetof(FShaderValueType, bIsDynamicArray) == 0x00000C, "Member 'FShaderValueType::bIsDynamicArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderParamTypeDefinition \ +static_assert(alignof(FShaderParamTypeDefinition) == 0x000008, "Wrong alignment on FShaderParamTypeDefinition"); \ +static_assert(sizeof(FShaderParamTypeDefinition) == 0x000030, "Wrong size on FShaderParamTypeDefinition"); \ +static_assert(offsetof(FShaderParamTypeDefinition, TypeDeclaration) == 0x000000, "Member 'FShaderParamTypeDefinition::TypeDeclaration' has a wrong offset!"); \ +static_assert(offsetof(FShaderParamTypeDefinition, Name) == 0x000010, "Member 'FShaderParamTypeDefinition::Name' has a wrong offset!"); \ +static_assert(offsetof(FShaderParamTypeDefinition, ValueType) == 0x000020, "Member 'FShaderParamTypeDefinition::ValueType' has a wrong offset!"); \ +static_assert(offsetof(FShaderParamTypeDefinition, ArrayElementCount) == 0x000028, "Member 'FShaderParamTypeDefinition::ArrayElementCount' has a wrong offset!"); \ +static_assert(offsetof(FShaderParamTypeDefinition, BindingType) == 0x00002A, "Member 'FShaderParamTypeDefinition::BindingType' has a wrong offset!"); \ +static_assert(offsetof(FShaderParamTypeDefinition, ResourceType) == 0x00002B, "Member 'FShaderParamTypeDefinition::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(FShaderParamTypeDefinition, Modifier) == 0x00002C, "Member 'FShaderParamTypeDefinition::Modifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShaderFunctionDefinition \ +static_assert(alignof(FShaderFunctionDefinition) == 0x000008, "Wrong alignment on FShaderFunctionDefinition"); \ +static_assert(sizeof(FShaderFunctionDefinition) == 0x000028, "Wrong size on FShaderFunctionDefinition"); \ +static_assert(offsetof(FShaderFunctionDefinition, Name) == 0x000000, "Member 'FShaderFunctionDefinition::Name' has a wrong offset!"); \ +static_assert(offsetof(FShaderFunctionDefinition, ParamTypes) == 0x000010, "Member 'FShaderFunctionDefinition::ParamTypes' has a wrong offset!"); \ +static_assert(offsetof(FShaderFunctionDefinition, bHasReturnType) == 0x000020, "Member 'FShaderFunctionDefinition::bHasReturnType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeDataInterface \ +static_assert(alignof(UComputeDataInterface) == 0x000008, "Wrong alignment on UComputeDataInterface"); \ +static_assert(sizeof(UComputeDataInterface) == 0x000028, "Wrong size on UComputeDataInterface"); \ + +#define DUMPER7_ASSERTS_UComputeKernelSource \ +static_assert(alignof(UComputeKernelSource) == 0x000008, "Wrong alignment on UComputeKernelSource"); \ +static_assert(sizeof(UComputeKernelSource) == 0x000098, "Wrong size on UComputeKernelSource"); \ +static_assert(offsetof(UComputeKernelSource, EntryPoint) == 0x000028, "Member 'UComputeKernelSource::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernelSource, GroupSize) == 0x000038, "Member 'UComputeKernelSource::GroupSize' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernelSource, PermutationSet) == 0x000048, "Member 'UComputeKernelSource::PermutationSet' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernelSource, DefinitionsSet) == 0x000058, "Member 'UComputeKernelSource::DefinitionsSet' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernelSource, AdditionalSources) == 0x000068, "Member 'UComputeKernelSource::AdditionalSources' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernelSource, ExternalInputs) == 0x000078, "Member 'UComputeKernelSource::ExternalInputs' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernelSource, ExternalOutputs) == 0x000088, "Member 'UComputeKernelSource::ExternalOutputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeKernelSourceWithText \ +static_assert(alignof(UComputeKernelSourceWithText) == 0x000008, "Wrong alignment on UComputeKernelSourceWithText"); \ +static_assert(sizeof(UComputeKernelSourceWithText) == 0x0000A8, "Wrong size on UComputeKernelSourceWithText"); \ +static_assert(offsetof(UComputeKernelSourceWithText, SourceText) == 0x000098, "Member 'UComputeKernelSourceWithText::SourceText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeSource \ +static_assert(alignof(UComputeSource) == 0x000008, "Wrong alignment on UComputeSource"); \ +static_assert(sizeof(UComputeSource) == 0x000038, "Wrong size on UComputeSource"); \ +static_assert(offsetof(UComputeSource, AdditionalSources) == 0x000028, "Member 'UComputeSource::AdditionalSources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeDataInterfaceBuffer \ +static_assert(alignof(UComputeDataInterfaceBuffer) == 0x000008, "Wrong alignment on UComputeDataInterfaceBuffer"); \ +static_assert(sizeof(UComputeDataInterfaceBuffer) == 0x000038, "Wrong size on UComputeDataInterfaceBuffer"); \ +static_assert(offsetof(UComputeDataInterfaceBuffer, ValueType) == 0x000028, "Member 'UComputeDataInterfaceBuffer::ValueType' has a wrong offset!"); \ +static_assert(offsetof(UComputeDataInterfaceBuffer, ElementCount) == 0x000030, "Member 'UComputeDataInterfaceBuffer::ElementCount' has a wrong offset!"); \ +static_assert(offsetof(UComputeDataInterfaceBuffer, bAllowReadWrite) == 0x000034, "Member 'UComputeDataInterfaceBuffer::bAllowReadWrite' has a wrong offset!"); \ +static_assert(offsetof(UComputeDataInterfaceBuffer, bClearBeforeUse) == 0x000035, "Member 'UComputeDataInterfaceBuffer::bClearBeforeUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeDataProvider \ +static_assert(alignof(UComputeDataProvider) == 0x000008, "Wrong alignment on UComputeDataProvider"); \ +static_assert(sizeof(UComputeDataProvider) == 0x000028, "Wrong size on UComputeDataProvider"); \ + +#define DUMPER7_ASSERTS_UBufferDataProvider \ +static_assert(alignof(UBufferDataProvider) == 0x000008, "Wrong alignment on UBufferDataProvider"); \ +static_assert(sizeof(UBufferDataProvider) == 0x000038, "Wrong size on UBufferDataProvider"); \ + +#define DUMPER7_ASSERTS_UComputeDataInterfaceDispatch \ +static_assert(alignof(UComputeDataInterfaceDispatch) == 0x000008, "Wrong alignment on UComputeDataInterfaceDispatch"); \ +static_assert(sizeof(UComputeDataInterfaceDispatch) == 0x000038, "Wrong size on UComputeDataInterfaceDispatch"); \ +static_assert(offsetof(UComputeDataInterfaceDispatch, ThreadCount) == 0x000028, "Member 'UComputeDataInterfaceDispatch::ThreadCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispatchDataProvider \ +static_assert(alignof(UDispatchDataProvider) == 0x000008, "Wrong alignment on UDispatchDataProvider"); \ +static_assert(sizeof(UDispatchDataProvider) == 0x000038, "Wrong size on UDispatchDataProvider"); \ + +#define DUMPER7_ASSERTS_UComputeGraph \ +static_assert(alignof(UComputeGraph) == 0x000008, "Wrong alignment on UComputeGraph"); \ +static_assert(sizeof(UComputeGraph) == 0x0000E0, "Wrong size on UComputeGraph"); \ +static_assert(offsetof(UComputeGraph, KernelInvocations) == 0x000028, "Member 'UComputeGraph::KernelInvocations' has a wrong offset!"); \ +static_assert(offsetof(UComputeGraph, DataInterfaces) == 0x000038, "Member 'UComputeGraph::DataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UComputeGraph, GraphEdges) == 0x000048, "Member 'UComputeGraph::GraphEdges' has a wrong offset!"); \ +static_assert(offsetof(UComputeGraph, Bindings) == 0x000058, "Member 'UComputeGraph::Bindings' has a wrong offset!"); \ +static_assert(offsetof(UComputeGraph, DataInterfaceToBinding) == 0x000068, "Member 'UComputeGraph::DataInterfaceToBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ComputeGraphComponent_CreateDataProviders \ +static_assert(alignof(ComputeGraphComponent_CreateDataProviders) == 0x000008, "Wrong alignment on ComputeGraphComponent_CreateDataProviders"); \ +static_assert(sizeof(ComputeGraphComponent_CreateDataProviders) == 0x000010, "Wrong size on ComputeGraphComponent_CreateDataProviders"); \ +static_assert(offsetof(ComputeGraphComponent_CreateDataProviders, InBindingIndex) == 0x000000, "Member 'ComputeGraphComponent_CreateDataProviders::InBindingIndex' has a wrong offset!"); \ +static_assert(offsetof(ComputeGraphComponent_CreateDataProviders, InBindingObject) == 0x000008, "Member 'ComputeGraphComponent_CreateDataProviders::InBindingObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeGraphComponent \ +static_assert(alignof(UComputeGraphComponent) == 0x000008, "Wrong alignment on UComputeGraphComponent"); \ +static_assert(sizeof(UComputeGraphComponent) == 0x0000E0, "Wrong size on UComputeGraphComponent"); \ +static_assert(offsetof(UComputeGraphComponent, ComputeGraph) == 0x0000C0, "Member 'UComputeGraphComponent::ComputeGraph' has a wrong offset!"); \ +static_assert(offsetof(UComputeGraphComponent, ComputeGraphInstance) == 0x0000C8, "Member 'UComputeGraphComponent::ComputeGraphInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UComputeGraphFromText \ +static_assert(alignof(UComputeGraphFromText) == 0x000008, "Wrong alignment on UComputeGraphFromText"); \ +static_assert(sizeof(UComputeGraphFromText) == 0x0000E0, "Wrong size on UComputeGraphFromText"); \ + +#define DUMPER7_ASSERTS_UComputeKernel \ +static_assert(alignof(UComputeKernel) == 0x000008, "Wrong alignment on UComputeKernel"); \ +static_assert(sizeof(UComputeKernel) == 0x000038, "Wrong size on UComputeKernel"); \ +static_assert(offsetof(UComputeKernel, KernelSource) == 0x000028, "Member 'UComputeKernel::KernelSource' has a wrong offset!"); \ +static_assert(offsetof(UComputeKernel, KernelFlags) == 0x000030, "Member 'UComputeKernel::KernelFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootPlacementInterpolationSettings \ +static_assert(alignof(FFootPlacementInterpolationSettings) == 0x000004, "Wrong alignment on FFootPlacementInterpolationSettings"); \ +static_assert(sizeof(FFootPlacementInterpolationSettings) == 0x00002C, "Wrong size on FFootPlacementInterpolationSettings"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, UnplantLinearStiffness) == 0x000000, "Member 'FFootPlacementInterpolationSettings::UnplantLinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, UnplantLinearDamping) == 0x000004, "Member 'FFootPlacementInterpolationSettings::UnplantLinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, UnplantAngularStiffness) == 0x000008, "Member 'FFootPlacementInterpolationSettings::UnplantAngularStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, UnplantAngularDamping) == 0x00000C, "Member 'FFootPlacementInterpolationSettings::UnplantAngularDamping' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, SeparationStiffness) == 0x000010, "Member 'FFootPlacementInterpolationSettings::SeparationStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, SeparationDamping) == 0x000014, "Member 'FFootPlacementInterpolationSettings::SeparationDamping' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, FloorLinearStiffness) == 0x000018, "Member 'FFootPlacementInterpolationSettings::FloorLinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, FloorLinearDamping) == 0x00001C, "Member 'FFootPlacementInterpolationSettings::FloorLinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, FloorAngularStiffness) == 0x000020, "Member 'FFootPlacementInterpolationSettings::FloorAngularStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, FloorAngularDamping) == 0x000024, "Member 'FFootPlacementInterpolationSettings::FloorAngularDamping' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, bEnableFloorInterpolation) == 0x000028, "Member 'FFootPlacementInterpolationSettings::bEnableFloorInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, bSmoothRootBone) == 0x000029, "Member 'FFootPlacementInterpolationSettings::bSmoothRootBone' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementInterpolationSettings, bEnableSeparationInterpolation) == 0x00002A, "Member 'FFootPlacementInterpolationSettings::bEnableSeparationInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootPlacementTraceSettings \ +static_assert(alignof(FFootPlacementTraceSettings) == 0x000004, "Wrong alignment on FFootPlacementTraceSettings"); \ +static_assert(sizeof(FFootPlacementTraceSettings) == 0x000018, "Wrong size on FFootPlacementTraceSettings"); \ +static_assert(offsetof(FFootPlacementTraceSettings, StartOffset) == 0x000000, "Member 'FFootPlacementTraceSettings::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, EndOffset) == 0x000004, "Member 'FFootPlacementTraceSettings::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, SweepRadius) == 0x000008, "Member 'FFootPlacementTraceSettings::SweepRadius' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, bDisableComplexTrace) == 0x00000C, "Member 'FFootPlacementTraceSettings::bDisableComplexTrace' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, ComplexTraceChannel) == 0x00000D, "Member 'FFootPlacementTraceSettings::ComplexTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, MaxGroundPenetration) == 0x000010, "Member 'FFootPlacementTraceSettings::MaxGroundPenetration' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, SimpleTraceChannel) == 0x000014, "Member 'FFootPlacementTraceSettings::SimpleTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementTraceSettings, bEnabled) == 0x000015, "Member 'FFootPlacementTraceSettings::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootPlacementRootDefinition \ +static_assert(alignof(FFootPlacementRootDefinition) == 0x000004, "Wrong alignment on FFootPlacementRootDefinition"); \ +static_assert(sizeof(FFootPlacementRootDefinition) == 0x000020, "Wrong size on FFootPlacementRootDefinition"); \ +static_assert(offsetof(FFootPlacementRootDefinition, PelvisBone) == 0x000000, "Member 'FFootPlacementRootDefinition::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementRootDefinition, IKRootBone) == 0x000010, "Member 'FFootPlacementRootDefinition::IKRootBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootPlacementPelvisSettings \ +static_assert(alignof(FFootPlacementPelvisSettings) == 0x000004, "Wrong alignment on FFootPlacementPelvisSettings"); \ +static_assert(sizeof(FFootPlacementPelvisSettings) == 0x000024, "Wrong size on FFootPlacementPelvisSettings"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, MaxOffset) == 0x000000, "Member 'FFootPlacementPelvisSettings::MaxOffset' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, LinearStiffness) == 0x000004, "Member 'FFootPlacementPelvisSettings::LinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, LinearDamping) == 0x000008, "Member 'FFootPlacementPelvisSettings::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, HorizontalRebalancingWeight) == 0x00000C, "Member 'FFootPlacementPelvisSettings::HorizontalRebalancingWeight' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, MaxOffsetHorizontal) == 0x000010, "Member 'FFootPlacementPelvisSettings::MaxOffsetHorizontal' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, HeelLiftRatio) == 0x000014, "Member 'FFootPlacementPelvisSettings::HeelLiftRatio' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, PelvisHeightMode) == 0x000018, "Member 'FFootPlacementPelvisSettings::PelvisHeightMode' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, ActorMovementCompensationMode) == 0x000019, "Member 'FFootPlacementPelvisSettings::ActorMovementCompensationMode' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, bEnableInterpolation) == 0x00001A, "Member 'FFootPlacementPelvisSettings::bEnableInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, bDisablePelvisOffsetInAir) == 0x00001B, "Member 'FFootPlacementPelvisSettings::bDisablePelvisOffsetInAir' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPelvisSettings, DisablePelvisCurveName) == 0x00001C, "Member 'FFootPlacementPelvisSettings::DisablePelvisCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootPlacemenLegDefinition \ +static_assert(alignof(FFootPlacemenLegDefinition) == 0x000004, "Wrong alignment on FFootPlacemenLegDefinition"); \ +static_assert(sizeof(FFootPlacemenLegDefinition) == 0x00004C, "Wrong size on FFootPlacemenLegDefinition"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, FKFootBone) == 0x000000, "Member 'FFootPlacemenLegDefinition::FKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, IKFootBone) == 0x000010, "Member 'FFootPlacemenLegDefinition::IKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, BallBone) == 0x000020, "Member 'FFootPlacemenLegDefinition::BallBone' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, NumBonesInLimb) == 0x000030, "Member 'FFootPlacemenLegDefinition::NumBonesInLimb' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, SpeedCurveName) == 0x000034, "Member 'FFootPlacemenLegDefinition::SpeedCurveName' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, DisableLockCurveName) == 0x00003C, "Member 'FFootPlacemenLegDefinition::DisableLockCurveName' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacemenLegDefinition, DisableLegCurveName) == 0x000044, "Member 'FFootPlacemenLegDefinition::DisableLegCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFootPlacementPlantSettings \ +static_assert(alignof(FFootPlacementPlantSettings) == 0x000004, "Wrong alignment on FFootPlacementPlantSettings"); \ +static_assert(sizeof(FFootPlacementPlantSettings) == 0x000034, "Wrong size on FFootPlacementPlantSettings"); \ +static_assert(offsetof(FFootPlacementPlantSettings, SpeedThreshold) == 0x000000, "Member 'FFootPlacementPlantSettings::SpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, DistanceToGround) == 0x000004, "Member 'FFootPlacementPlantSettings::DistanceToGround' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, LockType) == 0x000008, "Member 'FFootPlacementPlantSettings::LockType' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, UnplantRadius) == 0x00000C, "Member 'FFootPlacementPlantSettings::UnplantRadius' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, ReplantRadiusRatio) == 0x000010, "Member 'FFootPlacementPlantSettings::ReplantRadiusRatio' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, UnplantAngle) == 0x000014, "Member 'FFootPlacementPlantSettings::UnplantAngle' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, ReplantAngleRatio) == 0x000018, "Member 'FFootPlacementPlantSettings::ReplantAngleRatio' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, MaxExtensionRatio) == 0x00001C, "Member 'FFootPlacementPlantSettings::MaxExtensionRatio' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, MinExtensionRatio) == 0x000020, "Member 'FFootPlacementPlantSettings::MinExtensionRatio' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, SeparatingDistance) == 0x000024, "Member 'FFootPlacementPlantSettings::SeparatingDistance' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, UnalignmentSpeedThreshold) == 0x000028, "Member 'FFootPlacementPlantSettings::UnalignmentSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, AnkleTwistReduction) == 0x00002C, "Member 'FFootPlacementPlantSettings::AnkleTwistReduction' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, bReconstructWorldPlantFromVelocity) == 0x000030, "Member 'FFootPlacementPlantSettings::bReconstructWorldPlantFromVelocity' has a wrong offset!"); \ +static_assert(offsetof(FFootPlacementPlantSettings, bAdjustHeelBeforePlanting) == 0x000031, "Member 'FFootPlacementPlantSettings::bAdjustHeelBeforePlanting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_FootPlacement \ +static_assert(alignof(FAnimNode_FootPlacement) == 0x000010, "Wrong alignment on FAnimNode_FootPlacement"); \ +static_assert(sizeof(FAnimNode_FootPlacement) == 0x0004C0, "Wrong size on FAnimNode_FootPlacement"); \ +static_assert(offsetof(FAnimNode_FootPlacement, PlantSpeedMode) == 0x0000C8, "Member 'FAnimNode_FootPlacement::PlantSpeedMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, IKFootRootBone) == 0x0000CC, "Member 'FAnimNode_FootPlacement::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, PelvisBone) == 0x0000DC, "Member 'FAnimNode_FootPlacement::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, PelvisSettings) == 0x0000EC, "Member 'FAnimNode_FootPlacement::PelvisSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, LegDefinitions) == 0x000110, "Member 'FAnimNode_FootPlacement::LegDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, PlantSettings) == 0x000120, "Member 'FAnimNode_FootPlacement::PlantSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, InterpolationSettings) == 0x000154, "Member 'FAnimNode_FootPlacement::InterpolationSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, TraceSettings) == 0x000180, "Member 'FAnimNode_FootPlacement::TraceSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_FootPlacement, BaseTranslationDelta) == 0x000198, "Member 'FAnimNode_FootPlacement::BaseTranslationDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_OffsetRootBone \ +static_assert(alignof(FAnimNode_OffsetRootBone) == 0x000010, "Wrong alignment on FAnimNode_OffsetRootBone"); \ +static_assert(sizeof(FAnimNode_OffsetRootBone) == 0x000100, "Wrong size on FAnimNode_OffsetRootBone"); \ +static_assert(offsetof(FAnimNode_OffsetRootBone, Source) == 0x000010, "Member 'FAnimNode_OffsetRootBone::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_OrientationWarping \ +static_assert(alignof(FAnimNode_OrientationWarping) == 0x000010, "Wrong alignment on FAnimNode_OrientationWarping"); \ +static_assert(sizeof(FAnimNode_OrientationWarping) == 0x000260, "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, TargetTime) == 0x0000CC, "Member 'FAnimNode_OrientationWarping::TargetTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, OrientationAngle) == 0x0000D0, "Member 'FAnimNode_OrientationWarping::OrientationAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, LocomotionAngle) == 0x0000D4, "Member 'FAnimNode_OrientationWarping::LocomotionAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, LocomotionDirection) == 0x0000D8, "Member 'FAnimNode_OrientationWarping::LocomotionDirection' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, MinRootMotionSpeedThreshold) == 0x0000F0, "Member 'FAnimNode_OrientationWarping::MinRootMotionSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, LocomotionAngleDeltaThreshold) == 0x0000F4, "Member 'FAnimNode_OrientationWarping::LocomotionAngleDeltaThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, SpineBones) == 0x0000F8, "Member 'FAnimNode_OrientationWarping::SpineBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, IKFootRootBone) == 0x000108, "Member 'FAnimNode_OrientationWarping::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, IKFootBones) == 0x000118, "Member 'FAnimNode_OrientationWarping::IKFootBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, CurrentAnimAsset) == 0x000128, "Member 'FAnimNode_OrientationWarping::CurrentAnimAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, CurrentAnimAssetTime) == 0x000130, "Member 'FAnimNode_OrientationWarping::CurrentAnimAssetTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, RotationAxis) == 0x000134, "Member 'FAnimNode_OrientationWarping::RotationAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, DistributedBoneOrientationAlpha) == 0x000138, "Member 'FAnimNode_OrientationWarping::DistributedBoneOrientationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, RotationInterpSpeed) == 0x00013C, "Member 'FAnimNode_OrientationWarping::RotationInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, CounterCompensateInterpSpeed) == 0x000140, "Member 'FAnimNode_OrientationWarping::CounterCompensateInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, MaxCorrectionDegrees) == 0x000144, "Member 'FAnimNode_OrientationWarping::MaxCorrectionDegrees' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, MaxRootMotionDeltaToCompensateDegrees) == 0x000148, "Member 'FAnimNode_OrientationWarping::MaxRootMotionDeltaToCompensateDegrees' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, bCounterCompenstateInterpolationByRootMotion) == 0x00014C, "Member 'FAnimNode_OrientationWarping::bCounterCompenstateInterpolationByRootMotion' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, bScaleByGlobalBlendWeight) == 0x00014D, "Member 'FAnimNode_OrientationWarping::bScaleByGlobalBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, bUseManualRootMotionVelocity) == 0x00014E, "Member 'FAnimNode_OrientationWarping::bUseManualRootMotionVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, ManualRootMotionVelocity) == 0x000150, "Member 'FAnimNode_OrientationWarping::ManualRootMotionVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, WarpingSpace) == 0x000168, "Member 'FAnimNode_OrientationWarping::WarpingSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, WarpingSpaceTransform) == 0x000170, "Member 'FAnimNode_OrientationWarping::WarpingSpaceTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_OverrideRootMotion \ +static_assert(alignof(FAnimNode_OverrideRootMotion) == 0x000008, "Wrong alignment on FAnimNode_OverrideRootMotion"); \ +static_assert(sizeof(FAnimNode_OverrideRootMotion) == 0x000030, "Wrong size on FAnimNode_OverrideRootMotion"); \ +static_assert(offsetof(FAnimNode_OverrideRootMotion, Source) == 0x000010, "Member 'FAnimNode_OverrideRootMotion::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlopeWarpingFootDefinition \ +static_assert(alignof(FSlopeWarpingFootDefinition) == 0x000004, "Wrong alignment on FSlopeWarpingFootDefinition"); \ +static_assert(sizeof(FSlopeWarpingFootDefinition) == 0x000028, "Wrong size on FSlopeWarpingFootDefinition"); \ +static_assert(offsetof(FSlopeWarpingFootDefinition, IKFootBone) == 0x000000, "Member 'FSlopeWarpingFootDefinition::IKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FSlopeWarpingFootDefinition, FKFootBone) == 0x000010, "Member 'FSlopeWarpingFootDefinition::FKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FSlopeWarpingFootDefinition, NumBonesInLimb) == 0x000020, "Member 'FSlopeWarpingFootDefinition::NumBonesInLimb' has a wrong offset!"); \ +static_assert(offsetof(FSlopeWarpingFootDefinition, FootSize) == 0x000024, "Member 'FSlopeWarpingFootDefinition::FootSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlopeWarpingFootData \ +static_assert(alignof(FSlopeWarpingFootData) == 0x000010, "Wrong alignment on FSlopeWarpingFootData"); \ +static_assert(sizeof(FSlopeWarpingFootData) == 0x0000B0, "Wrong size on FSlopeWarpingFootData"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SlopeWarping \ +static_assert(alignof(FAnimNode_SlopeWarping) == 0x000008, "Wrong alignment on FAnimNode_SlopeWarping"); \ +static_assert(sizeof(FAnimNode_SlopeWarping) == 0x0002E0, "Wrong size on FAnimNode_SlopeWarping"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, IKFootRootBone) == 0x0000E0, "Member 'FAnimNode_SlopeWarping::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, PelvisBone) == 0x0000F0, "Member 'FAnimNode_SlopeWarping::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, FeetDefinitions) == 0x000100, "Member 'FAnimNode_SlopeWarping::FeetDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, FeetData) == 0x000110, "Member 'FAnimNode_SlopeWarping::FeetData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, PelvisOffsetInterpolator) == 0x000120, "Member 'FAnimNode_SlopeWarping::PelvisOffsetInterpolator' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, GravityDir) == 0x000180, "Member 'FAnimNode_SlopeWarping::GravityDir' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, CustomFloorOffset) == 0x000198, "Member 'FAnimNode_SlopeWarping::CustomFloorOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, CachedDeltaTime) == 0x0001B0, "Member 'FAnimNode_SlopeWarping::CachedDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, TargetFloorNormalWorldSpace) == 0x0001B8, "Member 'FAnimNode_SlopeWarping::TargetFloorNormalWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, FloorNormalInterpolator) == 0x0001D0, "Member 'FAnimNode_SlopeWarping::FloorNormalInterpolator' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, TargetFloorOffsetLocalSpace) == 0x000230, "Member 'FAnimNode_SlopeWarping::TargetFloorOffsetLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, FloorOffsetInterpolator) == 0x000248, "Member 'FAnimNode_SlopeWarping::FloorOffsetInterpolator' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, MaxStepHeight) == 0x0002A8, "Member 'FAnimNode_SlopeWarping::MaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, ActorLocation) == 0x0002B0, "Member 'FAnimNode_SlopeWarping::ActorLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SlopeWarping, GravityDirCompSpace) == 0x0002C8, "Member 'FAnimNode_SlopeWarping::GravityDirCompSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Steering \ +static_assert(alignof(FAnimNode_Steering) == 0x000010, "Wrong alignment on FAnimNode_Steering"); \ +static_assert(sizeof(FAnimNode_Steering) == 0x0001B0, "Wrong size on FAnimNode_Steering"); \ +static_assert(offsetof(FAnimNode_Steering, TargetOrientation) == 0x0000D0, "Member 'FAnimNode_Steering::TargetOrientation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, bMirrored) == 0x0000F0, "Member 'FAnimNode_Steering::bMirrored' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, ProceduralTargetTime) == 0x0000F4, "Member 'FAnimNode_Steering::ProceduralTargetTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, TargetTime) == 0x0000F8, "Member 'FAnimNode_Steering::TargetTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, AnimatedTargetTime) == 0x0000FC, "Member 'FAnimNode_Steering::AnimatedTargetTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, RootMotionThreshold) == 0x000100, "Member 'FAnimNode_Steering::RootMotionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, DisableSteeringBelowSpeed) == 0x000104, "Member 'FAnimNode_Steering::DisableSteeringBelowSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, DisableAdditiveBelowSpeed) == 0x000108, "Member 'FAnimNode_Steering::DisableAdditiveBelowSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, MinScaleRatio) == 0x00010C, "Member 'FAnimNode_Steering::MinScaleRatio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, MaxScaleRatio) == 0x000110, "Member 'FAnimNode_Steering::MaxScaleRatio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, MirrorDataTable) == 0x000118, "Member 'FAnimNode_Steering::MirrorDataTable' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, CurrentAnimAsset) == 0x000120, "Member 'FAnimNode_Steering::CurrentAnimAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Steering, CurrentAnimAssetTime) == 0x000128, "Member 'FAnimNode_Steering::CurrentAnimAssetTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStrideWarpingFootDefinition \ +static_assert(alignof(FStrideWarpingFootDefinition) == 0x000004, "Wrong alignment on FStrideWarpingFootDefinition"); \ +static_assert(sizeof(FStrideWarpingFootDefinition) == 0x000030, "Wrong size on FStrideWarpingFootDefinition"); \ +static_assert(offsetof(FStrideWarpingFootDefinition, IKFootBone) == 0x000000, "Member 'FStrideWarpingFootDefinition::IKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FStrideWarpingFootDefinition, FKFootBone) == 0x000010, "Member 'FStrideWarpingFootDefinition::FKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FStrideWarpingFootDefinition, ThighBone) == 0x000020, "Member 'FStrideWarpingFootDefinition::ThighBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_StrideWarping \ +static_assert(alignof(FAnimNode_StrideWarping) == 0x000008, "Wrong alignment on FAnimNode_StrideWarping"); \ +static_assert(sizeof(FAnimNode_StrideWarping) == 0x000248, "Wrong size on FAnimNode_StrideWarping"); \ +static_assert(offsetof(FAnimNode_StrideWarping, Mode) == 0x0000C8, "Member 'FAnimNode_StrideWarping::Mode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, StrideDirection) == 0x0000D0, "Member 'FAnimNode_StrideWarping::StrideDirection' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, StrideScale) == 0x0000E8, "Member 'FAnimNode_StrideWarping::StrideScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, LocomotionSpeed) == 0x0000EC, "Member 'FAnimNode_StrideWarping::LocomotionSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, MinRootMotionSpeedThreshold) == 0x0000F0, "Member 'FAnimNode_StrideWarping::MinRootMotionSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, PelvisBone) == 0x0000F4, "Member 'FAnimNode_StrideWarping::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, IKFootRootBone) == 0x000104, "Member 'FAnimNode_StrideWarping::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, FootDefinitions) == 0x000118, "Member 'FAnimNode_StrideWarping::FootDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, StrideScaleModifier) == 0x000128, "Member 'FAnimNode_StrideWarping::StrideScaleModifier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, FloorNormalDirection) == 0x000140, "Member 'FAnimNode_StrideWarping::FloorNormalDirection' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, GravityDirection) == 0x000160, "Member 'FAnimNode_StrideWarping::GravityDirection' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, PelvisIKFootSolver) == 0x000180, "Member 'FAnimNode_StrideWarping::PelvisIKFootSolver' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, bOrientStrideDirectionUsingFloorNormal) == 0x000200, "Member 'FAnimNode_StrideWarping::bOrientStrideDirectionUsingFloorNormal' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, bCompensateIKUsingFKThighRotation) == 0x000201, "Member 'FAnimNode_StrideWarping::bCompensateIKUsingFKThighRotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, bClampIKUsingFKLimits) == 0x000202, "Member 'FAnimNode_StrideWarping::bClampIKUsingFKLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, bDisableIfMissingRootMotion) == 0x000203, "Member 'FAnimNode_StrideWarping::bDisableIfMissingRootMotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_WarpTest \ +static_assert(alignof(FAnimNode_WarpTest) == 0x000010, "Wrong alignment on FAnimNode_WarpTest"); \ +static_assert(sizeof(FAnimNode_WarpTest) == 0x0000B0, "Wrong size on FAnimNode_WarpTest"); \ +static_assert(offsetof(FAnimNode_WarpTest, Source) == 0x000010, "Member 'FAnimNode_WarpTest::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_WarpTest, Transforms) == 0x000020, "Member 'FAnimNode_WarpTest::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_WarpTest, SecondsToWait) == 0x000030, "Member 'FAnimNode_WarpTest::SecondsToWait' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationWarpingLibrary_GetCurveValueFromAnimation \ +static_assert(alignof(AnimationWarpingLibrary_GetCurveValueFromAnimation) == 0x000008, "Wrong alignment on AnimationWarpingLibrary_GetCurveValueFromAnimation"); \ +static_assert(sizeof(AnimationWarpingLibrary_GetCurveValueFromAnimation) == 0x000020, "Wrong size on AnimationWarpingLibrary_GetCurveValueFromAnimation"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetCurveValueFromAnimation, Animation) == 0x000000, "Member 'AnimationWarpingLibrary_GetCurveValueFromAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetCurveValueFromAnimation, CurveName) == 0x000008, "Member 'AnimationWarpingLibrary_GetCurveValueFromAnimation::CurveName' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetCurveValueFromAnimation, Time) == 0x000010, "Member 'AnimationWarpingLibrary_GetCurveValueFromAnimation::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetCurveValueFromAnimation, OutValue) == 0x000014, "Member 'AnimationWarpingLibrary_GetCurveValueFromAnimation::OutValue' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetCurveValueFromAnimation, ReturnValue) == 0x000018, "Member 'AnimationWarpingLibrary_GetCurveValueFromAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationWarpingLibrary_GetFloatValueFromCurve \ +static_assert(alignof(AnimationWarpingLibrary_GetFloatValueFromCurve) == 0x000008, "Wrong alignment on AnimationWarpingLibrary_GetFloatValueFromCurve"); \ +static_assert(sizeof(AnimationWarpingLibrary_GetFloatValueFromCurve) == 0x000018, "Wrong size on AnimationWarpingLibrary_GetFloatValueFromCurve"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetFloatValueFromCurve, InCurve) == 0x000000, "Member 'AnimationWarpingLibrary_GetFloatValueFromCurve::InCurve' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetFloatValueFromCurve, Time) == 0x000008, "Member 'AnimationWarpingLibrary_GetFloatValueFromCurve::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetFloatValueFromCurve, OutValue) == 0x00000C, "Member 'AnimationWarpingLibrary_GetFloatValueFromCurve::OutValue' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetFloatValueFromCurve, ReturnValue) == 0x000010, "Member 'AnimationWarpingLibrary_GetFloatValueFromCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationWarpingLibrary_GetOffsetRootTransform \ +static_assert(alignof(AnimationWarpingLibrary_GetOffsetRootTransform) == 0x000010, "Wrong alignment on AnimationWarpingLibrary_GetOffsetRootTransform"); \ +static_assert(sizeof(AnimationWarpingLibrary_GetOffsetRootTransform) == 0x000070, "Wrong size on AnimationWarpingLibrary_GetOffsetRootTransform"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetOffsetRootTransform, Node) == 0x000000, "Member 'AnimationWarpingLibrary_GetOffsetRootTransform::Node' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetOffsetRootTransform, ReturnValue) == 0x000010, "Member 'AnimationWarpingLibrary_GetOffsetRootTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationWarpingLibrary_GetVectorValueFromCurve \ +static_assert(alignof(AnimationWarpingLibrary_GetVectorValueFromCurve) == 0x000008, "Wrong alignment on AnimationWarpingLibrary_GetVectorValueFromCurve"); \ +static_assert(sizeof(AnimationWarpingLibrary_GetVectorValueFromCurve) == 0x000030, "Wrong size on AnimationWarpingLibrary_GetVectorValueFromCurve"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetVectorValueFromCurve, InCurve) == 0x000000, "Member 'AnimationWarpingLibrary_GetVectorValueFromCurve::InCurve' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetVectorValueFromCurve, Time) == 0x000008, "Member 'AnimationWarpingLibrary_GetVectorValueFromCurve::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetVectorValueFromCurve, OutValue) == 0x000010, "Member 'AnimationWarpingLibrary_GetVectorValueFromCurve::OutValue' has a wrong offset!"); \ +static_assert(offsetof(AnimationWarpingLibrary_GetVectorValueFromCurve, ReturnValue) == 0x000028, "Member 'AnimationWarpingLibrary_GetVectorValueFromCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationWarpingLibrary \ +static_assert(alignof(UAnimationWarpingLibrary) == 0x000008, "Wrong alignment on UAnimationWarpingLibrary"); \ +static_assert(sizeof(UAnimationWarpingLibrary) == 0x000028, "Wrong size on UAnimationWarpingLibrary"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCollisionFromMeshOptions \ +static_assert(alignof(FGeometryScriptCollisionFromMeshOptions) == 0x000004, "Wrong alignment on FGeometryScriptCollisionFromMeshOptions"); \ +static_assert(sizeof(FGeometryScriptCollisionFromMeshOptions) == 0x000030, "Wrong size on FGeometryScriptCollisionFromMeshOptions"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bEmitTransaction) == 0x000000, "Member 'FGeometryScriptCollisionFromMeshOptions::bEmitTransaction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, Method) == 0x000001, "Member 'FGeometryScriptCollisionFromMeshOptions::Method' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bAutoDetectSpheres) == 0x000002, "Member 'FGeometryScriptCollisionFromMeshOptions::bAutoDetectSpheres' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bAutoDetectBoxes) == 0x000003, "Member 'FGeometryScriptCollisionFromMeshOptions::bAutoDetectBoxes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bAutoDetectCapsules) == 0x000004, "Member 'FGeometryScriptCollisionFromMeshOptions::bAutoDetectCapsules' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, MinThickness) == 0x000008, "Member 'FGeometryScriptCollisionFromMeshOptions::MinThickness' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bSimplifyHulls) == 0x00000C, "Member 'FGeometryScriptCollisionFromMeshOptions::bSimplifyHulls' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, ConvexHullTargetFaceCount) == 0x000010, "Member 'FGeometryScriptCollisionFromMeshOptions::ConvexHullTargetFaceCount' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, MaxConvexHullsPerMesh) == 0x000014, "Member 'FGeometryScriptCollisionFromMeshOptions::MaxConvexHullsPerMesh' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, ConvexDecompositionSearchFactor) == 0x000018, "Member 'FGeometryScriptCollisionFromMeshOptions::ConvexDecompositionSearchFactor' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, ConvexDecompositionErrorTolerance) == 0x00001C, "Member 'FGeometryScriptCollisionFromMeshOptions::ConvexDecompositionErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, ConvexDecompositionMinPartThickness) == 0x000020, "Member 'FGeometryScriptCollisionFromMeshOptions::ConvexDecompositionMinPartThickness' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, SweptHullSimplifyTolerance) == 0x000024, "Member 'FGeometryScriptCollisionFromMeshOptions::SweptHullSimplifyTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, SweptHullAxis) == 0x000028, "Member 'FGeometryScriptCollisionFromMeshOptions::SweptHullAxis' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bRemoveFullyContainedShapes) == 0x000029, "Member 'FGeometryScriptCollisionFromMeshOptions::bRemoveFullyContainedShapes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, MaxShapeCount) == 0x00002C, "Member 'FGeometryScriptCollisionFromMeshOptions::MaxShapeCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSetSimpleCollisionOptions \ +static_assert(alignof(FGeometryScriptSetSimpleCollisionOptions) == 0x000001, "Wrong alignment on FGeometryScriptSetSimpleCollisionOptions"); \ +static_assert(sizeof(FGeometryScriptSetSimpleCollisionOptions) == 0x000001, "Wrong size on FGeometryScriptSetSimpleCollisionOptions"); \ +static_assert(offsetof(FGeometryScriptSetSimpleCollisionOptions, bEmitTransaction) == 0x000000, "Member 'FGeometryScriptSetSimpleCollisionOptions::bEmitTransaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSetStaticMeshCollisionOptions \ +static_assert(alignof(FGeometryScriptSetStaticMeshCollisionOptions) == 0x000001, "Wrong alignment on FGeometryScriptSetStaticMeshCollisionOptions"); \ +static_assert(sizeof(FGeometryScriptSetStaticMeshCollisionOptions) == 0x000001, "Wrong size on FGeometryScriptSetStaticMeshCollisionOptions"); \ +static_assert(offsetof(FGeometryScriptSetStaticMeshCollisionOptions, bMarkAsCustomized) == 0x000000, "Member 'FGeometryScriptSetStaticMeshCollisionOptions::bMarkAsCustomized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNegativeSpaceDirectionalToleranceScale \ +static_assert(alignof(FNegativeSpaceDirectionalToleranceScale) == 0x000008, "Wrong alignment on FNegativeSpaceDirectionalToleranceScale"); \ +static_assert(sizeof(FNegativeSpaceDirectionalToleranceScale) == 0x000028, "Wrong size on FNegativeSpaceDirectionalToleranceScale"); \ +static_assert(offsetof(FNegativeSpaceDirectionalToleranceScale, Direction) == 0x000000, "Member 'FNegativeSpaceDirectionalToleranceScale::Direction' has a wrong offset!"); \ +static_assert(offsetof(FNegativeSpaceDirectionalToleranceScale, AngleRange) == 0x000018, "Member 'FNegativeSpaceDirectionalToleranceScale::AngleRange' has a wrong offset!"); \ +static_assert(offsetof(FNegativeSpaceDirectionalToleranceScale, ScaleFactor) == 0x000020, "Member 'FNegativeSpaceDirectionalToleranceScale::ScaleFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeNegativeSpaceOptions \ +static_assert(alignof(FComputeNegativeSpaceOptions) == 0x000008, "Wrong alignment on FComputeNegativeSpaceOptions"); \ +static_assert(sizeof(FComputeNegativeSpaceOptions) == 0x000038, "Wrong size on FComputeNegativeSpaceOptions"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, SampleMethod) == 0x000000, "Member 'FComputeNegativeSpaceOptions::SampleMethod' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, bRequireSearchSampleCoverage) == 0x000001, "Member 'FComputeNegativeSpaceOptions::bRequireSearchSampleCoverage' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, bOnlyConnectedToHull) == 0x000002, "Member 'FComputeNegativeSpaceOptions::bOnlyConnectedToHull' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, MaxVoxelsPerDim) == 0x000004, "Member 'FComputeNegativeSpaceOptions::MaxVoxelsPerDim' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, TargetNumSamples) == 0x000008, "Member 'FComputeNegativeSpaceOptions::TargetNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, MinSampleSpacing) == 0x000010, "Member 'FComputeNegativeSpaceOptions::MinSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, NegativeSpaceTolerance) == 0x000018, "Member 'FComputeNegativeSpaceOptions::NegativeSpaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, ToleranceDirectionalScales) == 0x000020, "Member 'FComputeNegativeSpaceOptions::ToleranceDirectionalScales' has a wrong offset!"); \ +static_assert(offsetof(FComputeNegativeSpaceOptions, MinRadius) == 0x000030, "Member 'FComputeNegativeSpaceOptions::MinRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigableConvexDecompositionOptions \ +static_assert(alignof(FNavigableConvexDecompositionOptions) == 0x000008, "Wrong alignment on FNavigableConvexDecompositionOptions"); \ +static_assert(sizeof(FNavigableConvexDecompositionOptions) == 0x000048, "Wrong size on FNavigableConvexDecompositionOptions"); \ +static_assert(offsetof(FNavigableConvexDecompositionOptions, MinRadius) == 0x000000, "Member 'FNavigableConvexDecompositionOptions::MinRadius' has a wrong offset!"); \ +static_assert(offsetof(FNavigableConvexDecompositionOptions, Tolerance) == 0x000008, "Member 'FNavigableConvexDecompositionOptions::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FNavigableConvexDecompositionOptions, bIgnoreUnreachableInternalSpace) == 0x000010, "Member 'FNavigableConvexDecompositionOptions::bIgnoreUnreachableInternalSpace' has a wrong offset!"); \ +static_assert(offsetof(FNavigableConvexDecompositionOptions, CustomNavigablePositions) == 0x000018, "Member 'FNavigableConvexDecompositionOptions::CustomNavigablePositions' has a wrong offset!"); \ +static_assert(offsetof(FNavigableConvexDecompositionOptions, UnreachablePlanes) == 0x000028, "Member 'FNavigableConvexDecompositionOptions::UnreachablePlanes' has a wrong offset!"); \ +static_assert(offsetof(FNavigableConvexDecompositionOptions, ToleranceDirectionalScales) == 0x000038, "Member 'FNavigableConvexDecompositionOptions::ToleranceDirectionalScales' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSphereCovering \ +static_assert(alignof(FGeometryScriptSphereCovering) == 0x000008, "Wrong alignment on FGeometryScriptSphereCovering"); \ +static_assert(sizeof(FGeometryScriptSphereCovering) == 0x000010, "Wrong size on FGeometryScriptSphereCovering"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSimpleCollisionTriangulationOptions \ +static_assert(alignof(FGeometryScriptSimpleCollisionTriangulationOptions) == 0x000004, "Wrong alignment on FGeometryScriptSimpleCollisionTriangulationOptions"); \ +static_assert(sizeof(FGeometryScriptSimpleCollisionTriangulationOptions) == 0x000010, "Wrong size on FGeometryScriptSimpleCollisionTriangulationOptions"); \ +static_assert(offsetof(FGeometryScriptSimpleCollisionTriangulationOptions, SphereStepsPerSide) == 0x000000, "Member 'FGeometryScriptSimpleCollisionTriangulationOptions::SphereStepsPerSide' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleCollisionTriangulationOptions, CapsuleHemisphereSteps) == 0x000004, "Member 'FGeometryScriptSimpleCollisionTriangulationOptions::CapsuleHemisphereSteps' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleCollisionTriangulationOptions, CapsuleCircleSteps) == 0x000008, "Member 'FGeometryScriptSimpleCollisionTriangulationOptions::CapsuleCircleSteps' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleCollisionTriangulationOptions, bApproximateLevelSetsWithCubes) == 0x00000C, "Member 'FGeometryScriptSimpleCollisionTriangulationOptions::bApproximateLevelSetsWithCubes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMergeSimpleCollisionOptions \ +static_assert(alignof(FGeometryScriptMergeSimpleCollisionOptions) == 0x000008, "Wrong alignment on FGeometryScriptMergeSimpleCollisionOptions"); \ +static_assert(sizeof(FGeometryScriptMergeSimpleCollisionOptions) == 0x000080, "Wrong size on FGeometryScriptMergeSimpleCollisionOptions"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, MaxShapeCount) == 0x000000, "Member 'FGeometryScriptMergeSimpleCollisionOptions::MaxShapeCount' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, ErrorTolerance) == 0x000008, "Member 'FGeometryScriptMergeSimpleCollisionOptions::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, MinThicknessTolerance) == 0x000010, "Member 'FGeometryScriptMergeSimpleCollisionOptions::MinThicknessTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, bConsiderAllPossibleMerges) == 0x000018, "Member 'FGeometryScriptMergeSimpleCollisionOptions::bConsiderAllPossibleMerges' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, PrecomputedNegativeSpace) == 0x000020, "Member 'FGeometryScriptMergeSimpleCollisionOptions::PrecomputedNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, bComputeNegativeSpace) == 0x000030, "Member 'FGeometryScriptMergeSimpleCollisionOptions::bComputeNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, ComputeNegativeSpaceOptions) == 0x000038, "Member 'FGeometryScriptMergeSimpleCollisionOptions::ComputeNegativeSpaceOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeSimpleCollisionOptions, ShapeToHullTriangulation) == 0x000070, "Member 'FGeometryScriptMergeSimpleCollisionOptions::ShapeToHullTriangulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptConvexHullSimplificationOptions \ +static_assert(alignof(FGeometryScriptConvexHullSimplificationOptions) == 0x000004, "Wrong alignment on FGeometryScriptConvexHullSimplificationOptions"); \ +static_assert(sizeof(FGeometryScriptConvexHullSimplificationOptions) == 0x000010, "Wrong size on FGeometryScriptConvexHullSimplificationOptions"); \ +static_assert(offsetof(FGeometryScriptConvexHullSimplificationOptions, SimplificationMethod) == 0x000000, "Member 'FGeometryScriptConvexHullSimplificationOptions::SimplificationMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullSimplificationOptions, SimplificationDistanceThreshold) == 0x000004, "Member 'FGeometryScriptConvexHullSimplificationOptions::SimplificationDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullSimplificationOptions, SimplificationAngleThreshold) == 0x000008, "Member 'FGeometryScriptConvexHullSimplificationOptions::SimplificationAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullSimplificationOptions, MinTargetFaceCount) == 0x00000C, "Member 'FGeometryScriptConvexHullSimplificationOptions::MinTargetFaceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptConvexHullApproximationOptions \ +static_assert(alignof(FGeometryScriptConvexHullApproximationOptions) == 0x000004, "Wrong alignment on FGeometryScriptConvexHullApproximationOptions"); \ +static_assert(sizeof(FGeometryScriptConvexHullApproximationOptions) == 0x00000C, "Wrong size on FGeometryScriptConvexHullApproximationOptions"); \ +static_assert(offsetof(FGeometryScriptConvexHullApproximationOptions, bFitSpheres) == 0x000000, "Member 'FGeometryScriptConvexHullApproximationOptions::bFitSpheres' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullApproximationOptions, bFitBoxes) == 0x000001, "Member 'FGeometryScriptConvexHullApproximationOptions::bFitBoxes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullApproximationOptions, bFitCapsules) == 0x000002, "Member 'FGeometryScriptConvexHullApproximationOptions::bFitCapsules' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullApproximationOptions, DistanceThreshold) == 0x000004, "Member 'FGeometryScriptConvexHullApproximationOptions::DistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullApproximationOptions, VolumeDiffThreshold_Fraction) == 0x000008, "Member 'FGeometryScriptConvexHullApproximationOptions::VolumeDiffThreshold_Fraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTransformCollisionOptions \ +static_assert(alignof(FGeometryScriptTransformCollisionOptions) == 0x000001, "Wrong alignment on FGeometryScriptTransformCollisionOptions"); \ +static_assert(sizeof(FGeometryScriptTransformCollisionOptions) == 0x000002, "Wrong size on FGeometryScriptTransformCollisionOptions"); \ +static_assert(offsetof(FGeometryScriptTransformCollisionOptions, bWarnOnInvalidTransforms) == 0x000000, "Member 'FGeometryScriptTransformCollisionOptions::bWarnOnInvalidTransforms' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransformCollisionOptions, bCenterTransformPivotPerShape) == 0x000001, "Member 'FGeometryScriptTransformCollisionOptions::bCenterTransformPivotPerShape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptConvexHullOptions \ +static_assert(alignof(FGeometryScriptConvexHullOptions) == 0x000004, "Wrong alignment on FGeometryScriptConvexHullOptions"); \ +static_assert(sizeof(FGeometryScriptConvexHullOptions) == 0x00000C, "Wrong size on FGeometryScriptConvexHullOptions"); \ +static_assert(offsetof(FGeometryScriptConvexHullOptions, bPrefilterVertices) == 0x000000, "Member 'FGeometryScriptConvexHullOptions::bPrefilterVertices' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullOptions, PrefilterGridResolution) == 0x000004, "Member 'FGeometryScriptConvexHullOptions::PrefilterGridResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexHullOptions, SimplifyToFaceCount) == 0x000008, "Member 'FGeometryScriptConvexHullOptions::SimplifyToFaceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSweptHullOptions \ +static_assert(alignof(FGeometryScriptSweptHullOptions) == 0x000004, "Wrong alignment on FGeometryScriptSweptHullOptions"); \ +static_assert(sizeof(FGeometryScriptSweptHullOptions) == 0x000018, "Wrong size on FGeometryScriptSweptHullOptions"); \ +static_assert(offsetof(FGeometryScriptSweptHullOptions, bPrefilterVertices) == 0x000000, "Member 'FGeometryScriptSweptHullOptions::bPrefilterVertices' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSweptHullOptions, PrefilterGridResolution) == 0x000004, "Member 'FGeometryScriptSweptHullOptions::PrefilterGridResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSweptHullOptions, MinThickness) == 0x000008, "Member 'FGeometryScriptSweptHullOptions::MinThickness' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSweptHullOptions, bSimplify) == 0x00000C, "Member 'FGeometryScriptSweptHullOptions::bSimplify' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSweptHullOptions, MinEdgeLength) == 0x000010, "Member 'FGeometryScriptSweptHullOptions::MinEdgeLength' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSweptHullOptions, SimplifyTolerance) == 0x000014, "Member 'FGeometryScriptSweptHullOptions::SimplifyTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptConvexDecompositionOptions \ +static_assert(alignof(FGeometryScriptConvexDecompositionOptions) == 0x000008, "Wrong alignment on FGeometryScriptConvexDecompositionOptions"); \ +static_assert(sizeof(FGeometryScriptConvexDecompositionOptions) == 0x000028, "Wrong size on FGeometryScriptConvexDecompositionOptions"); \ +static_assert(offsetof(FGeometryScriptConvexDecompositionOptions, NumHulls) == 0x000000, "Member 'FGeometryScriptConvexDecompositionOptions::NumHulls' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexDecompositionOptions, SearchFactor) == 0x000008, "Member 'FGeometryScriptConvexDecompositionOptions::SearchFactor' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexDecompositionOptions, ErrorTolerance) == 0x000010, "Member 'FGeometryScriptConvexDecompositionOptions::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexDecompositionOptions, MinPartThickness) == 0x000018, "Member 'FGeometryScriptConvexDecompositionOptions::MinPartThickness' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConvexDecompositionOptions, SimplifyToFaceCount) == 0x000020, "Member 'FGeometryScriptConvexDecompositionOptions::SimplifyToFaceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptFitOrientedBoxOptions \ +static_assert(alignof(FGeometryScriptFitOrientedBoxOptions) == 0x000008, "Wrong alignment on FGeometryScriptFitOrientedBoxOptions"); \ +static_assert(sizeof(FGeometryScriptFitOrientedBoxOptions) == 0x000010, "Wrong size on FGeometryScriptFitOrientedBoxOptions"); \ +static_assert(offsetof(FGeometryScriptFitOrientedBoxOptions, MinBoxDimension) == 0x000000, "Member 'FGeometryScriptFitOrientedBoxOptions::MinBoxDimension' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptFitOrientedBoxOptions, FitMethod) == 0x000008, "Member 'FGeometryScriptFitOrientedBoxOptions::FitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshSelection \ +static_assert(alignof(FGeometryScriptMeshSelection) == 0x000008, "Wrong alignment on FGeometryScriptMeshSelection"); \ +static_assert(sizeof(FGeometryScriptMeshSelection) == 0x000010, "Wrong size on FGeometryScriptMeshSelection"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshReadLOD \ +static_assert(alignof(FGeometryScriptMeshReadLOD) == 0x000004, "Wrong alignment on FGeometryScriptMeshReadLOD"); \ +static_assert(sizeof(FGeometryScriptMeshReadLOD) == 0x000008, "Wrong size on FGeometryScriptMeshReadLOD"); \ +static_assert(offsetof(FGeometryScriptMeshReadLOD, LODType) == 0x000000, "Member 'FGeometryScriptMeshReadLOD::LODType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshReadLOD, LODIndex) == 0x000004, "Member 'FGeometryScriptMeshReadLOD::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshWriteLOD \ +static_assert(alignof(FGeometryScriptMeshWriteLOD) == 0x000004, "Wrong alignment on FGeometryScriptMeshWriteLOD"); \ +static_assert(sizeof(FGeometryScriptMeshWriteLOD) == 0x000008, "Wrong size on FGeometryScriptMeshWriteLOD"); \ +static_assert(offsetof(FGeometryScriptMeshWriteLOD, bWriteHiResSource) == 0x000000, "Member 'FGeometryScriptMeshWriteLOD::bWriteHiResSource' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshWriteLOD, LODIndex) == 0x000004, "Member 'FGeometryScriptMeshWriteLOD::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSimpleCollision \ +static_assert(alignof(FGeometryScriptSimpleCollision) == 0x000008, "Wrong alignment on FGeometryScriptSimpleCollision"); \ +static_assert(sizeof(FGeometryScriptSimpleCollision) == 0x0000A0, "Wrong size on FGeometryScriptSimpleCollision"); \ +static_assert(offsetof(FGeometryScriptSimpleCollision, AggGeom) == 0x000000, "Member 'FGeometryScriptSimpleCollision::AggGeom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTriangle \ +static_assert(alignof(FGeometryScriptTriangle) == 0x000008, "Wrong alignment on FGeometryScriptTriangle"); \ +static_assert(sizeof(FGeometryScriptTriangle) == 0x000048, "Wrong size on FGeometryScriptTriangle"); \ +static_assert(offsetof(FGeometryScriptTriangle, Vector0) == 0x000000, "Member 'FGeometryScriptTriangle::Vector0' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTriangle, Vector1) == 0x000018, "Member 'FGeometryScriptTriangle::Vector1' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTriangle, Vector2) == 0x000030, "Member 'FGeometryScriptTriangle::Vector2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTrianglePoint \ +static_assert(alignof(FGeometryScriptTrianglePoint) == 0x000008, "Wrong alignment on FGeometryScriptTrianglePoint"); \ +static_assert(sizeof(FGeometryScriptTrianglePoint) == 0x000038, "Wrong size on FGeometryScriptTrianglePoint"); \ +static_assert(offsetof(FGeometryScriptTrianglePoint, bValid) == 0x000000, "Member 'FGeometryScriptTrianglePoint::bValid' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTrianglePoint, TriangleID) == 0x000004, "Member 'FGeometryScriptTrianglePoint::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTrianglePoint, position) == 0x000008, "Member 'FGeometryScriptTrianglePoint::position' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTrianglePoint, BaryCoords) == 0x000020, "Member 'FGeometryScriptTrianglePoint::BaryCoords' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptUVTriangle \ +static_assert(alignof(FGeometryScriptUVTriangle) == 0x000008, "Wrong alignment on FGeometryScriptUVTriangle"); \ +static_assert(sizeof(FGeometryScriptUVTriangle) == 0x000030, "Wrong size on FGeometryScriptUVTriangle"); \ +static_assert(offsetof(FGeometryScriptUVTriangle, UV0) == 0x000000, "Member 'FGeometryScriptUVTriangle::UV0' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUVTriangle, UV1) == 0x000010, "Member 'FGeometryScriptUVTriangle::UV1' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUVTriangle, UV2) == 0x000020, "Member 'FGeometryScriptUVTriangle::UV2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptColorFlags \ +static_assert(alignof(FGeometryScriptColorFlags) == 0x000001, "Wrong alignment on FGeometryScriptColorFlags"); \ +static_assert(sizeof(FGeometryScriptColorFlags) == 0x000004, "Wrong size on FGeometryScriptColorFlags"); \ +static_assert(offsetof(FGeometryScriptColorFlags, bRed) == 0x000000, "Member 'FGeometryScriptColorFlags::bRed' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptColorFlags, bGreen) == 0x000001, "Member 'FGeometryScriptColorFlags::bGreen' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptColorFlags, bBlue) == 0x000002, "Member 'FGeometryScriptColorFlags::bBlue' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptColorFlags, bAlpha) == 0x000003, "Member 'FGeometryScriptColorFlags::bAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptGroupLayer \ +static_assert(alignof(FGeometryScriptGroupLayer) == 0x000004, "Wrong alignment on FGeometryScriptGroupLayer"); \ +static_assert(sizeof(FGeometryScriptGroupLayer) == 0x000008, "Wrong size on FGeometryScriptGroupLayer"); \ +static_assert(offsetof(FGeometryScriptGroupLayer, bDefaultLayer) == 0x000000, "Member 'FGeometryScriptGroupLayer::bDefaultLayer' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptGroupLayer, ExtendedLayerIndex) == 0x000004, "Member 'FGeometryScriptGroupLayer::ExtendedLayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptIndexList \ +static_assert(alignof(FGeometryScriptIndexList) == 0x000008, "Wrong alignment on FGeometryScriptIndexList"); \ +static_assert(sizeof(FGeometryScriptIndexList) == 0x000018, "Wrong size on FGeometryScriptIndexList"); \ +static_assert(offsetof(FGeometryScriptIndexList, IndexType) == 0x000000, "Member 'FGeometryScriptIndexList::IndexType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTriangleList \ +static_assert(alignof(FGeometryScriptTriangleList) == 0x000008, "Wrong alignment on FGeometryScriptTriangleList"); \ +static_assert(sizeof(FGeometryScriptTriangleList) == 0x000010, "Wrong size on FGeometryScriptTriangleList"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptScalarList \ +static_assert(alignof(FGeometryScriptScalarList) == 0x000008, "Wrong alignment on FGeometryScriptScalarList"); \ +static_assert(sizeof(FGeometryScriptScalarList) == 0x000010, "Wrong size on FGeometryScriptScalarList"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptVectorList \ +static_assert(alignof(FGeometryScriptVectorList) == 0x000008, "Wrong alignment on FGeometryScriptVectorList"); \ +static_assert(sizeof(FGeometryScriptVectorList) == 0x000010, "Wrong size on FGeometryScriptVectorList"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptUVList \ +static_assert(alignof(FGeometryScriptUVList) == 0x000008, "Wrong alignment on FGeometryScriptUVList"); \ +static_assert(sizeof(FGeometryScriptUVList) == 0x000010, "Wrong size on FGeometryScriptUVList"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptColorList \ +static_assert(alignof(FGeometryScriptColorList) == 0x000008, "Wrong alignment on FGeometryScriptColorList"); \ +static_assert(sizeof(FGeometryScriptColorList) == 0x000010, "Wrong size on FGeometryScriptColorList"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPolyPath \ +static_assert(alignof(FGeometryScriptPolyPath) == 0x000008, "Wrong alignment on FGeometryScriptPolyPath"); \ +static_assert(sizeof(FGeometryScriptPolyPath) == 0x000018, "Wrong size on FGeometryScriptPolyPath"); \ +static_assert(offsetof(FGeometryScriptPolyPath, bClosedLoop) == 0x000010, "Member 'FGeometryScriptPolyPath::bClosedLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSimplePolygon \ +static_assert(alignof(FGeometryScriptSimplePolygon) == 0x000008, "Wrong alignment on FGeometryScriptSimplePolygon"); \ +static_assert(sizeof(FGeometryScriptSimplePolygon) == 0x000010, "Wrong size on FGeometryScriptSimplePolygon"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptGeneralPolygonList \ +static_assert(alignof(FGeometryScriptGeneralPolygonList) == 0x000008, "Wrong alignment on FGeometryScriptGeneralPolygonList"); \ +static_assert(sizeof(FGeometryScriptGeneralPolygonList) == 0x000010, "Wrong size on FGeometryScriptGeneralPolygonList"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptDynamicMeshBVH \ +static_assert(alignof(FGeometryScriptDynamicMeshBVH) == 0x000008, "Wrong alignment on FGeometryScriptDynamicMeshBVH"); \ +static_assert(sizeof(FGeometryScriptDynamicMeshBVH) == 0x000020, "Wrong size on FGeometryScriptDynamicMeshBVH"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRenderCaptureCamera \ +static_assert(alignof(FGeometryScriptRenderCaptureCamera) == 0x000008, "Wrong alignment on FGeometryScriptRenderCaptureCamera"); \ +static_assert(sizeof(FGeometryScriptRenderCaptureCamera) == 0x000048, "Wrong size on FGeometryScriptRenderCaptureCamera"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamera, Resolution) == 0x000000, "Member 'FGeometryScriptRenderCaptureCamera::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamera, FieldOfViewDegrees) == 0x000008, "Member 'FGeometryScriptRenderCaptureCamera::FieldOfViewDegrees' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamera, ViewPosition) == 0x000010, "Member 'FGeometryScriptRenderCaptureCamera::ViewPosition' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamera, ViewDirection) == 0x000028, "Member 'FGeometryScriptRenderCaptureCamera::ViewDirection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamera, NearPlaneDist) == 0x000040, "Member 'FGeometryScriptRenderCaptureCamera::NearPlaneDist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRenderCaptureCamerasForBoxOptions \ +static_assert(alignof(FGeometryScriptRenderCaptureCamerasForBoxOptions) == 0x000008, "Wrong alignment on FGeometryScriptRenderCaptureCamerasForBoxOptions"); \ +static_assert(sizeof(FGeometryScriptRenderCaptureCamerasForBoxOptions) == 0x000028, "Wrong size on FGeometryScriptRenderCaptureCamerasForBoxOptions"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, Resolution) == 0x000000, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, FieldOfViewDegrees) == 0x000008, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::FieldOfViewDegrees' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, bViewFromBoxFaces) == 0x000010, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::bViewFromBoxFaces' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, bViewFromUpperCorners) == 0x000011, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::bViewFromUpperCorners' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, bViewFromLowerCorners) == 0x000012, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::bViewFromLowerCorners' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, bViewFromUpperEdges) == 0x000013, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::bViewFromUpperEdges' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, bViewFromLowerEdges) == 0x000014, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::bViewFromLowerEdges' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, bViewFromSideEdges) == 0x000015, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::bViewFromSideEdges' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureCamerasForBoxOptions, ExtraViewFromPositions) == 0x000018, "Member 'FGeometryScriptRenderCaptureCamerasForBoxOptions::ExtraViewFromPositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptDebugMessage \ +static_assert(alignof(FGeometryScriptDebugMessage) == 0x000008, "Wrong alignment on FGeometryScriptDebugMessage"); \ +static_assert(sizeof(FGeometryScriptDebugMessage) == 0x000018, "Wrong size on FGeometryScriptDebugMessage"); \ +static_assert(offsetof(FGeometryScriptDebugMessage, MessageType) == 0x000000, "Member 'FGeometryScriptDebugMessage::MessageType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDebugMessage, ErrorType) == 0x000001, "Member 'FGeometryScriptDebugMessage::ErrorType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDebugMessage, Message) == 0x000008, "Member 'FGeometryScriptDebugMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCopyMeshFromAssetOptions \ +static_assert(alignof(FGeometryScriptCopyMeshFromAssetOptions) == 0x000001, "Wrong alignment on FGeometryScriptCopyMeshFromAssetOptions"); \ +static_assert(sizeof(FGeometryScriptCopyMeshFromAssetOptions) == 0x000004, "Wrong size on FGeometryScriptCopyMeshFromAssetOptions"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromAssetOptions, bApplyBuildSettings) == 0x000000, "Member 'FGeometryScriptCopyMeshFromAssetOptions::bApplyBuildSettings' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromAssetOptions, bRequestTangents) == 0x000001, "Member 'FGeometryScriptCopyMeshFromAssetOptions::bRequestTangents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromAssetOptions, bIgnoreRemoveDegenerates) == 0x000002, "Member 'FGeometryScriptCopyMeshFromAssetOptions::bIgnoreRemoveDegenerates' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromAssetOptions, bUseBuildScale) == 0x000003, "Member 'FGeometryScriptCopyMeshFromAssetOptions::bUseBuildScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptNaniteOptions \ +static_assert(alignof(FGeometryScriptNaniteOptions) == 0x000004, "Wrong alignment on FGeometryScriptNaniteOptions"); \ +static_assert(sizeof(FGeometryScriptNaniteOptions) == 0x00000C, "Wrong size on FGeometryScriptNaniteOptions"); \ +static_assert(offsetof(FGeometryScriptNaniteOptions, bEnabled) == 0x000000, "Member 'FGeometryScriptNaniteOptions::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptNaniteOptions, FallbackPercentTriangles) == 0x000004, "Member 'FGeometryScriptNaniteOptions::FallbackPercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptNaniteOptions, FallbackRelativeError) == 0x000008, "Member 'FGeometryScriptNaniteOptions::FallbackRelativeError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCopyMeshToAssetOptions \ +static_assert(alignof(FGeometryScriptCopyMeshToAssetOptions) == 0x000008, "Wrong alignment on FGeometryScriptCopyMeshToAssetOptions"); \ +static_assert(sizeof(FGeometryScriptCopyMeshToAssetOptions) == 0x0000B8, "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, BoneHierarchyMismatchHandling) == 0x000003, "Member 'FGeometryScriptCopyMeshToAssetOptions::BoneHierarchyMismatchHandling' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bRemapBoneIndicesToMatchAsset) == 0x000004, "Member 'FGeometryScriptCopyMeshToAssetOptions::bRemapBoneIndicesToMatchAsset' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bUseOriginalVertexOrder) == 0x000005, "Member 'FGeometryScriptCopyMeshToAssetOptions::bUseOriginalVertexOrder' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bUseBuildScale) == 0x000006, "Member 'FGeometryScriptCopyMeshToAssetOptions::bUseBuildScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bReplaceMaterials) == 0x000007, "Member 'FGeometryScriptCopyMeshToAssetOptions::bReplaceMaterials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, GenerateLightmapUVs) == 0x000008, "Member 'FGeometryScriptCopyMeshToAssetOptions::GenerateLightmapUVs' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, NewMaterials) == 0x000010, "Member 'FGeometryScriptCopyMeshToAssetOptions::NewMaterials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, NewMaterialSlotNames) == 0x000020, "Member 'FGeometryScriptCopyMeshToAssetOptions::NewMaterialSlotNames' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bApplyNaniteSettings) == 0x000030, "Member 'FGeometryScriptCopyMeshToAssetOptions::bApplyNaniteSettings' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, NaniteSettings) == 0x000034, "Member 'FGeometryScriptCopyMeshToAssetOptions::NaniteSettings' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, NewNaniteSettings) == 0x000040, "Member 'FGeometryScriptCopyMeshToAssetOptions::NewNaniteSettings' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bEmitTransaction) == 0x0000B0, "Member 'FGeometryScriptCopyMeshToAssetOptions::bEmitTransaction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bDeferMeshPostEditChange) == 0x0000B1, "Member 'FGeometryScriptCopyMeshToAssetOptions::bDeferMeshPostEditChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCopyMorphTargetToAssetOptions \ +static_assert(alignof(FGeometryScriptCopyMorphTargetToAssetOptions) == 0x000001, "Wrong alignment on FGeometryScriptCopyMorphTargetToAssetOptions"); \ +static_assert(sizeof(FGeometryScriptCopyMorphTargetToAssetOptions) == 0x000004, "Wrong size on FGeometryScriptCopyMorphTargetToAssetOptions"); \ +static_assert(offsetof(FGeometryScriptCopyMorphTargetToAssetOptions, bOverwriteExistingTarget) == 0x000000, "Member 'FGeometryScriptCopyMorphTargetToAssetOptions::bOverwriteExistingTarget' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMorphTargetToAssetOptions, bEmitTransaction) == 0x000001, "Member 'FGeometryScriptCopyMorphTargetToAssetOptions::bEmitTransaction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMorphTargetToAssetOptions, bDeferMeshPostEditChange) == 0x000002, "Member 'FGeometryScriptCopyMorphTargetToAssetOptions::bDeferMeshPostEditChange' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMorphTargetToAssetOptions, bCopyNormals) == 0x000003, "Member 'FGeometryScriptCopyMorphTargetToAssetOptions::bCopyNormals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCopySkinWeightProfileToAssetOptions \ +static_assert(alignof(FGeometryScriptCopySkinWeightProfileToAssetOptions) == 0x000001, "Wrong alignment on FGeometryScriptCopySkinWeightProfileToAssetOptions"); \ +static_assert(sizeof(FGeometryScriptCopySkinWeightProfileToAssetOptions) == 0x000003, "Wrong size on FGeometryScriptCopySkinWeightProfileToAssetOptions"); \ +static_assert(offsetof(FGeometryScriptCopySkinWeightProfileToAssetOptions, bOverwriteExistingProfile) == 0x000000, "Member 'FGeometryScriptCopySkinWeightProfileToAssetOptions::bOverwriteExistingProfile' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopySkinWeightProfileToAssetOptions, bEmitTransaction) == 0x000001, "Member 'FGeometryScriptCopySkinWeightProfileToAssetOptions::bEmitTransaction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopySkinWeightProfileToAssetOptions, bDeferMeshPostEditChange) == 0x000002, "Member 'FGeometryScriptCopySkinWeightProfileToAssetOptions::bDeferMeshPostEditChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeTypeOptions \ +static_assert(alignof(FGeometryScriptBakeTypeOptions) == 0x000008, "Wrong alignment on FGeometryScriptBakeTypeOptions"); \ +static_assert(sizeof(FGeometryScriptBakeTypeOptions) == 0x000018, "Wrong size on FGeometryScriptBakeTypeOptions"); \ +static_assert(offsetof(FGeometryScriptBakeTypeOptions, BakeType) == 0x000000, "Member 'FGeometryScriptBakeTypeOptions::BakeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeTextureOptions \ +static_assert(alignof(FGeometryScriptBakeTextureOptions) == 0x000008, "Wrong alignment on FGeometryScriptBakeTextureOptions"); \ +static_assert(sizeof(FGeometryScriptBakeTextureOptions) == 0x000028, "Wrong size on FGeometryScriptBakeTextureOptions"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, Resolution) == 0x000000, "Member 'FGeometryScriptBakeTextureOptions::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, BitDepth) == 0x000001, "Member 'FGeometryScriptBakeTextureOptions::BitDepth' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, GutterSize) == 0x000004, "Member 'FGeometryScriptBakeTextureOptions::GutterSize' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, SamplesPerPixel) == 0x000008, "Member 'FGeometryScriptBakeTextureOptions::SamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, SampleFilterMask) == 0x000010, "Member 'FGeometryScriptBakeTextureOptions::SampleFilterMask' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, FilteringType) == 0x000018, "Member 'FGeometryScriptBakeTextureOptions::FilteringType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, ProjectionDistance) == 0x00001C, "Member 'FGeometryScriptBakeTextureOptions::ProjectionDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeTextureOptions, bProjectionInWorldSpace) == 0x000020, "Member 'FGeometryScriptBakeTextureOptions::bProjectionInWorldSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeVertexOptions \ +static_assert(alignof(FGeometryScriptBakeVertexOptions) == 0x000004, "Wrong alignment on FGeometryScriptBakeVertexOptions"); \ +static_assert(sizeof(FGeometryScriptBakeVertexOptions) == 0x00000C, "Wrong size on FGeometryScriptBakeVertexOptions"); \ +static_assert(offsetof(FGeometryScriptBakeVertexOptions, TopologyMode) == 0x000000, "Member 'FGeometryScriptBakeVertexOptions::TopologyMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeVertexOptions, bSplitAtNormalSeams) == 0x000001, "Member 'FGeometryScriptBakeVertexOptions::bSplitAtNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeVertexOptions, bSplitAtUVSeams) == 0x000002, "Member 'FGeometryScriptBakeVertexOptions::bSplitAtUVSeams' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeVertexOptions, ProjectionDistance) == 0x000004, "Member 'FGeometryScriptBakeVertexOptions::ProjectionDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeVertexOptions, bProjectionInWorldSpace) == 0x000008, "Member 'FGeometryScriptBakeVertexOptions::bProjectionInWorldSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeOutputType \ +static_assert(alignof(FGeometryScriptBakeOutputType) == 0x000008, "Wrong alignment on FGeometryScriptBakeOutputType"); \ +static_assert(sizeof(FGeometryScriptBakeOutputType) == 0x000080, "Wrong size on FGeometryScriptBakeOutputType"); \ +static_assert(offsetof(FGeometryScriptBakeOutputType, OutputMode) == 0x000000, "Member 'FGeometryScriptBakeOutputType::OutputMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeOutputType, RGBA) == 0x000008, "Member 'FGeometryScriptBakeOutputType::RGBA' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeOutputType, R) == 0x000020, "Member 'FGeometryScriptBakeOutputType::R' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeOutputType, G) == 0x000038, "Member 'FGeometryScriptBakeOutputType::G' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeOutputType, B) == 0x000050, "Member 'FGeometryScriptBakeOutputType::B' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeOutputType, A) == 0x000068, "Member 'FGeometryScriptBakeOutputType::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeTargetMeshOptions \ +static_assert(alignof(FGeometryScriptBakeTargetMeshOptions) == 0x000004, "Wrong alignment on FGeometryScriptBakeTargetMeshOptions"); \ +static_assert(sizeof(FGeometryScriptBakeTargetMeshOptions) == 0x000004, "Wrong size on FGeometryScriptBakeTargetMeshOptions"); \ +static_assert(offsetof(FGeometryScriptBakeTargetMeshOptions, TargetUVLayer) == 0x000000, "Member 'FGeometryScriptBakeTargetMeshOptions::TargetUVLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeSourceMeshOptions \ +static_assert(alignof(FGeometryScriptBakeSourceMeshOptions) == 0x000008, "Wrong alignment on FGeometryScriptBakeSourceMeshOptions"); \ +static_assert(sizeof(FGeometryScriptBakeSourceMeshOptions) == 0x000010, "Wrong size on FGeometryScriptBakeSourceMeshOptions"); \ +static_assert(offsetof(FGeometryScriptBakeSourceMeshOptions, SourceNormalMap) == 0x000000, "Member 'FGeometryScriptBakeSourceMeshOptions::SourceNormalMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeSourceMeshOptions, SourceNormalUVLayer) == 0x000008, "Member 'FGeometryScriptBakeSourceMeshOptions::SourceNormalUVLayer' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeSourceMeshOptions, SourceNormalSpace) == 0x00000C, "Member 'FGeometryScriptBakeSourceMeshOptions::SourceNormalSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBakeRenderCaptureOptions \ +static_assert(alignof(FGeometryScriptBakeRenderCaptureOptions) == 0x000008, "Wrong alignment on FGeometryScriptBakeRenderCaptureOptions"); \ +static_assert(sizeof(FGeometryScriptBakeRenderCaptureOptions) == 0x000040, "Wrong size on FGeometryScriptBakeRenderCaptureOptions"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, Cameras) == 0x000000, "Member 'FGeometryScriptBakeRenderCaptureOptions::Cameras' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, RenderCaptureResolution) == 0x000010, "Member 'FGeometryScriptBakeRenderCaptureOptions::RenderCaptureResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, FieldOfViewDegrees) == 0x000018, "Member 'FGeometryScriptBakeRenderCaptureOptions::FieldOfViewDegrees' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, NearPlaneDist) == 0x000020, "Member 'FGeometryScriptBakeRenderCaptureOptions::NearPlaneDist' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, Resolution) == 0x000028, "Member 'FGeometryScriptBakeRenderCaptureOptions::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, SamplesPerPixel) == 0x000029, "Member 'FGeometryScriptBakeRenderCaptureOptions::SamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bRenderCaptureAntiAliasing) == 0x00002A, "Member 'FGeometryScriptBakeRenderCaptureOptions::bRenderCaptureAntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, CleanupTolerance) == 0x00002C, "Member 'FGeometryScriptBakeRenderCaptureOptions::CleanupTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bBaseColorMap) == 0x000030, "Member 'FGeometryScriptBakeRenderCaptureOptions::bBaseColorMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bNormalMap) == 0x000031, "Member 'FGeometryScriptBakeRenderCaptureOptions::bNormalMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bPackedMRSMap) == 0x000032, "Member 'FGeometryScriptBakeRenderCaptureOptions::bPackedMRSMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bMetallicMap) == 0x000033, "Member 'FGeometryScriptBakeRenderCaptureOptions::bMetallicMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bRoughnessMap) == 0x000034, "Member 'FGeometryScriptBakeRenderCaptureOptions::bRoughnessMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bSpecularMap) == 0x000035, "Member 'FGeometryScriptBakeRenderCaptureOptions::bSpecularMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bEmissiveMap) == 0x000036, "Member 'FGeometryScriptBakeRenderCaptureOptions::bEmissiveMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bOpacityMap) == 0x000037, "Member 'FGeometryScriptBakeRenderCaptureOptions::bOpacityMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBakeRenderCaptureOptions, bSubsurfaceColorMap) == 0x000038, "Member 'FGeometryScriptBakeRenderCaptureOptions::bSubsurfaceColorMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRenderCaptureTextures \ +static_assert(alignof(FGeometryScriptRenderCaptureTextures) == 0x000008, "Wrong alignment on FGeometryScriptRenderCaptureTextures"); \ +static_assert(sizeof(FGeometryScriptRenderCaptureTextures) == 0x000090, "Wrong size on FGeometryScriptRenderCaptureTextures"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, BaseColorMap) == 0x000000, "Member 'FGeometryScriptRenderCaptureTextures::BaseColorMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasBaseColorMap) == 0x000008, "Member 'FGeometryScriptRenderCaptureTextures::bHasBaseColorMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, NormalMap) == 0x000010, "Member 'FGeometryScriptRenderCaptureTextures::NormalMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasNormalMap) == 0x000018, "Member 'FGeometryScriptRenderCaptureTextures::bHasNormalMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, PackedMRSMap) == 0x000020, "Member 'FGeometryScriptRenderCaptureTextures::PackedMRSMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasPackedMRSMap) == 0x000028, "Member 'FGeometryScriptRenderCaptureTextures::bHasPackedMRSMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, MetallicMap) == 0x000030, "Member 'FGeometryScriptRenderCaptureTextures::MetallicMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasMetallicMap) == 0x000038, "Member 'FGeometryScriptRenderCaptureTextures::bHasMetallicMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, RoughnessMap) == 0x000040, "Member 'FGeometryScriptRenderCaptureTextures::RoughnessMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasRoughnessMap) == 0x000048, "Member 'FGeometryScriptRenderCaptureTextures::bHasRoughnessMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, SpecularMap) == 0x000050, "Member 'FGeometryScriptRenderCaptureTextures::SpecularMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasSpecularMap) == 0x000058, "Member 'FGeometryScriptRenderCaptureTextures::bHasSpecularMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, EmissiveMap) == 0x000060, "Member 'FGeometryScriptRenderCaptureTextures::EmissiveMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasEmissiveMap) == 0x000068, "Member 'FGeometryScriptRenderCaptureTextures::bHasEmissiveMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, OpacityMap) == 0x000070, "Member 'FGeometryScriptRenderCaptureTextures::OpacityMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasOpacityMap) == 0x000078, "Member 'FGeometryScriptRenderCaptureTextures::bHasOpacityMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, SubsurfaceColorMap) == 0x000080, "Member 'FGeometryScriptRenderCaptureTextures::SubsurfaceColorMap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRenderCaptureTextures, bHasSubsurfaceColorMap) == 0x000088, "Member 'FGeometryScriptRenderCaptureTextures::bHasSubsurfaceColorMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSimpleMeshBuffers \ +static_assert(alignof(FGeometryScriptSimpleMeshBuffers) == 0x000008, "Wrong alignment on FGeometryScriptSimpleMeshBuffers"); \ +static_assert(sizeof(FGeometryScriptSimpleMeshBuffers) == 0x0000D0, "Wrong size on FGeometryScriptSimpleMeshBuffers"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, Vertices) == 0x000000, "Member 'FGeometryScriptSimpleMeshBuffers::Vertices' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, Normals) == 0x000010, "Member 'FGeometryScriptSimpleMeshBuffers::Normals' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV0) == 0x000020, "Member 'FGeometryScriptSimpleMeshBuffers::UV0' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV1) == 0x000030, "Member 'FGeometryScriptSimpleMeshBuffers::UV1' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV2) == 0x000040, "Member 'FGeometryScriptSimpleMeshBuffers::UV2' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV3) == 0x000050, "Member 'FGeometryScriptSimpleMeshBuffers::UV3' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV4) == 0x000060, "Member 'FGeometryScriptSimpleMeshBuffers::UV4' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV5) == 0x000070, "Member 'FGeometryScriptSimpleMeshBuffers::UV5' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV6) == 0x000080, "Member 'FGeometryScriptSimpleMeshBuffers::UV6' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, UV7) == 0x000090, "Member 'FGeometryScriptSimpleMeshBuffers::UV7' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, VertexColors) == 0x0000A0, "Member 'FGeometryScriptSimpleMeshBuffers::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, Triangles) == 0x0000B0, "Member 'FGeometryScriptSimpleMeshBuffers::Triangles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimpleMeshBuffers, TriGroupIDs) == 0x0000C0, "Member 'FGeometryScriptSimpleMeshBuffers::TriGroupIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptAppendMeshOptions \ +static_assert(alignof(FGeometryScriptAppendMeshOptions) == 0x000001, "Wrong alignment on FGeometryScriptAppendMeshOptions"); \ +static_assert(sizeof(FGeometryScriptAppendMeshOptions) == 0x000001, "Wrong size on FGeometryScriptAppendMeshOptions"); \ +static_assert(offsetof(FGeometryScriptAppendMeshOptions, CombineMode) == 0x000000, "Member 'FGeometryScriptAppendMeshOptions::CombineMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMergeVertexOptions \ +static_assert(alignof(FGeometryScriptMergeVertexOptions) == 0x000001, "Wrong alignment on FGeometryScriptMergeVertexOptions"); \ +static_assert(sizeof(FGeometryScriptMergeVertexOptions) == 0x000002, "Wrong size on FGeometryScriptMergeVertexOptions"); \ +static_assert(offsetof(FGeometryScriptMergeVertexOptions, bOnlyBoundary) == 0x000000, "Member 'FGeometryScriptMergeVertexOptions::bOnlyBoundary' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMergeVertexOptions, bAllowNonBoundaryBowties) == 0x000001, "Member 'FGeometryScriptMergeVertexOptions::bAllowNonBoundaryBowties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBoneWeight \ +static_assert(alignof(FGeometryScriptBoneWeight) == 0x000004, "Wrong alignment on FGeometryScriptBoneWeight"); \ +static_assert(sizeof(FGeometryScriptBoneWeight) == 0x000008, "Wrong size on FGeometryScriptBoneWeight"); \ +static_assert(offsetof(FGeometryScriptBoneWeight, BoneIndex) == 0x000000, "Member 'FGeometryScriptBoneWeight::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBoneWeight, Weight) == 0x000004, "Member 'FGeometryScriptBoneWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBoneWeightProfile \ +static_assert(alignof(FGeometryScriptBoneWeightProfile) == 0x000004, "Wrong alignment on FGeometryScriptBoneWeightProfile"); \ +static_assert(sizeof(FGeometryScriptBoneWeightProfile) == 0x000008, "Wrong size on FGeometryScriptBoneWeightProfile"); \ +static_assert(offsetof(FGeometryScriptBoneWeightProfile, ProfileName) == 0x000000, "Member 'FGeometryScriptBoneWeightProfile::ProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPruneBoneWeightsOptions \ +static_assert(alignof(FGeometryScriptPruneBoneWeightsOptions) == 0x000001, "Wrong alignment on FGeometryScriptPruneBoneWeightsOptions"); \ +static_assert(sizeof(FGeometryScriptPruneBoneWeightsOptions) == 0x000002, "Wrong size on FGeometryScriptPruneBoneWeightsOptions"); \ +static_assert(offsetof(FGeometryScriptPruneBoneWeightsOptions, ReassignmentType) == 0x000000, "Member 'FGeometryScriptPruneBoneWeightsOptions::ReassignmentType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPruneBoneWeightsOptions, bIgnoredInvalidBones) == 0x000001, "Member 'FGeometryScriptPruneBoneWeightsOptions::bIgnoredInvalidBones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSmoothBoneWeightsOptions \ +static_assert(alignof(FGeometryScriptSmoothBoneWeightsOptions) == 0x000004, "Wrong alignment on FGeometryScriptSmoothBoneWeightsOptions"); \ +static_assert(sizeof(FGeometryScriptSmoothBoneWeightsOptions) == 0x000010, "Wrong size on FGeometryScriptSmoothBoneWeightsOptions"); \ +static_assert(offsetof(FGeometryScriptSmoothBoneWeightsOptions, DistanceWeighingType) == 0x000000, "Member 'FGeometryScriptSmoothBoneWeightsOptions::DistanceWeighingType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSmoothBoneWeightsOptions, Stiffness) == 0x000004, "Member 'FGeometryScriptSmoothBoneWeightsOptions::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSmoothBoneWeightsOptions, MaxInfluences) == 0x000008, "Member 'FGeometryScriptSmoothBoneWeightsOptions::MaxInfluences' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSmoothBoneWeightsOptions, VoxelResolution) == 0x00000C, "Member 'FGeometryScriptSmoothBoneWeightsOptions::VoxelResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTransferBoneWeightsOptions \ +static_assert(alignof(FGeometryScriptTransferBoneWeightsOptions) == 0x000008, "Wrong alignment on FGeometryScriptTransferBoneWeightsOptions"); \ +static_assert(sizeof(FGeometryScriptTransferBoneWeightsOptions) == 0x000040, "Wrong size on FGeometryScriptTransferBoneWeightsOptions"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, TransferMethod) == 0x000000, "Member 'FGeometryScriptTransferBoneWeightsOptions::TransferMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, OutputTargetMeshBones) == 0x000001, "Member 'FGeometryScriptTransferBoneWeightsOptions::OutputTargetMeshBones' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, SourceProfile) == 0x000004, "Member 'FGeometryScriptTransferBoneWeightsOptions::SourceProfile' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, TargetProfile) == 0x00000C, "Member 'FGeometryScriptTransferBoneWeightsOptions::TargetProfile' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, RadiusPercentage) == 0x000018, "Member 'FGeometryScriptTransferBoneWeightsOptions::RadiusPercentage' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, NormalThreshold) == 0x000020, "Member 'FGeometryScriptTransferBoneWeightsOptions::NormalThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, LayeredMeshSupport) == 0x000028, "Member 'FGeometryScriptTransferBoneWeightsOptions::LayeredMeshSupport' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, NumSmoothingIterations) == 0x00002C, "Member 'FGeometryScriptTransferBoneWeightsOptions::NumSmoothingIterations' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, SmoothingStrength) == 0x000030, "Member 'FGeometryScriptTransferBoneWeightsOptions::SmoothingStrength' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferBoneWeightsOptions, InpaintMask) == 0x000034, "Member 'FGeometryScriptTransferBoneWeightsOptions::InpaintMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBoneInfo \ +static_assert(alignof(FGeometryScriptBoneInfo) == 0x000010, "Wrong alignment on FGeometryScriptBoneInfo"); \ +static_assert(sizeof(FGeometryScriptBoneInfo) == 0x0000E0, "Wrong size on FGeometryScriptBoneInfo"); \ +static_assert(offsetof(FGeometryScriptBoneInfo, Index) == 0x000000, "Member 'FGeometryScriptBoneInfo::Index' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBoneInfo, Name) == 0x000004, "Member 'FGeometryScriptBoneInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBoneInfo, ParentIndex) == 0x00000C, "Member 'FGeometryScriptBoneInfo::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBoneInfo, LocalTransform) == 0x000010, "Member 'FGeometryScriptBoneInfo::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBoneInfo, WorldTransform) == 0x000070, "Member 'FGeometryScriptBoneInfo::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBoneInfo, Color) == 0x0000D0, "Member 'FGeometryScriptBoneInfo::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCopyBonesFromMeshOptions \ +static_assert(alignof(FGeometryScriptCopyBonesFromMeshOptions) == 0x000001, "Wrong alignment on FGeometryScriptCopyBonesFromMeshOptions"); \ +static_assert(sizeof(FGeometryScriptCopyBonesFromMeshOptions) == 0x000002, "Wrong size on FGeometryScriptCopyBonesFromMeshOptions"); \ +static_assert(offsetof(FGeometryScriptCopyBonesFromMeshOptions, ReindexWeights) == 0x000000, "Member 'FGeometryScriptCopyBonesFromMeshOptions::ReindexWeights' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyBonesFromMeshOptions, BonesToCopyFromSource) == 0x000001, "Member 'FGeometryScriptCopyBonesFromMeshOptions::BonesToCopyFromSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshBooleanOptions \ +static_assert(alignof(FGeometryScriptMeshBooleanOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshBooleanOptions"); \ +static_assert(sizeof(FGeometryScriptMeshBooleanOptions) == 0x00000C, "Wrong size on FGeometryScriptMeshBooleanOptions"); \ +static_assert(offsetof(FGeometryScriptMeshBooleanOptions, bFillHoles) == 0x000000, "Member 'FGeometryScriptMeshBooleanOptions::bFillHoles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBooleanOptions, bSimplifyOutput) == 0x000001, "Member 'FGeometryScriptMeshBooleanOptions::bSimplifyOutput' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBooleanOptions, SimplifyPlanarTolerance) == 0x000004, "Member 'FGeometryScriptMeshBooleanOptions::SimplifyPlanarTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBooleanOptions, bAllowEmptyResult) == 0x000008, "Member 'FGeometryScriptMeshBooleanOptions::bAllowEmptyResult' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBooleanOptions, OutputTransformSpace) == 0x000009, "Member 'FGeometryScriptMeshBooleanOptions::OutputTransformSpace' 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) == 0x000010, "Wrong size on FGeometryScriptMeshPlaneCutOptions"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneCutOptions, bFillHoles) == 0x000000, "Member 'FGeometryScriptMeshPlaneCutOptions::bFillHoles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneCutOptions, HoleFillMaterialID) == 0x000004, "Member 'FGeometryScriptMeshPlaneCutOptions::HoleFillMaterialID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneCutOptions, bFillSpans) == 0x000008, "Member 'FGeometryScriptMeshPlaneCutOptions::bFillSpans' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneCutOptions, bFlipCutSide) == 0x000009, "Member 'FGeometryScriptMeshPlaneCutOptions::bFlipCutSide' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneCutOptions, UVWorldDimension) == 0x00000C, "Member 'FGeometryScriptMeshPlaneCutOptions::UVWorldDimension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshPlaneSliceOptions \ +static_assert(alignof(FGeometryScriptMeshPlaneSliceOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshPlaneSliceOptions"); \ +static_assert(sizeof(FGeometryScriptMeshPlaneSliceOptions) == 0x000014, "Wrong size on FGeometryScriptMeshPlaneSliceOptions"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneSliceOptions, bFillHoles) == 0x000000, "Member 'FGeometryScriptMeshPlaneSliceOptions::bFillHoles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneSliceOptions, HoleFillMaterialID) == 0x000004, "Member 'FGeometryScriptMeshPlaneSliceOptions::HoleFillMaterialID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneSliceOptions, bFillSpans) == 0x000008, "Member 'FGeometryScriptMeshPlaneSliceOptions::bFillSpans' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneSliceOptions, GapWidth) == 0x00000C, "Member 'FGeometryScriptMeshPlaneSliceOptions::GapWidth' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPlaneSliceOptions, UVWorldDimension) == 0x000010, "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_FGeometryScriptMeshIsoCurveOptions \ +static_assert(alignof(FGeometryScriptMeshIsoCurveOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshIsoCurveOptions"); \ +static_assert(sizeof(FGeometryScriptMeshIsoCurveOptions) == 0x000008, "Wrong size on FGeometryScriptMeshIsoCurveOptions"); \ +static_assert(offsetof(FGeometryScriptMeshIsoCurveOptions, CurveIsoValueSnapTolerance) == 0x000000, "Member 'FGeometryScriptMeshIsoCurveOptions::CurveIsoValueSnapTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshIsoCurveOptions, SnapToExistingVertexTolerance) == 0x000004, "Member 'FGeometryScriptMeshIsoCurveOptions::SnapToExistingVertexTolerance' 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_FGeometryScriptMeshDifferenceInfo \ +static_assert(alignof(FGeometryScriptMeshDifferenceInfo) == 0x000008, "Wrong alignment on FGeometryScriptMeshDifferenceInfo"); \ +static_assert(sizeof(FGeometryScriptMeshDifferenceInfo) == 0x000028, "Wrong size on FGeometryScriptMeshDifferenceInfo"); \ +static_assert(offsetof(FGeometryScriptMeshDifferenceInfo, Reason) == 0x000000, "Member 'FGeometryScriptMeshDifferenceInfo::Reason' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshDifferenceInfo, Detail) == 0x000008, "Member 'FGeometryScriptMeshDifferenceInfo::Detail' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshDifferenceInfo, TargetMeshElementID) == 0x000018, "Member 'FGeometryScriptMeshDifferenceInfo::TargetMeshElementID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshDifferenceInfo, OtherMeshElementID) == 0x00001C, "Member 'FGeometryScriptMeshDifferenceInfo::OtherMeshElementID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshDifferenceInfo, ElementIDType) == 0x000020, "Member 'FGeometryScriptMeshDifferenceInfo::ElementIDType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBendWarpOptions \ +static_assert(alignof(FGeometryScriptBendWarpOptions) == 0x000004, "Wrong alignment on FGeometryScriptBendWarpOptions"); \ +static_assert(sizeof(FGeometryScriptBendWarpOptions) == 0x00000C, "Wrong size on FGeometryScriptBendWarpOptions"); \ +static_assert(offsetof(FGeometryScriptBendWarpOptions, bSymmetricExtents) == 0x000000, "Member 'FGeometryScriptBendWarpOptions::bSymmetricExtents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBendWarpOptions, LowerExtent) == 0x000004, "Member 'FGeometryScriptBendWarpOptions::LowerExtent' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBendWarpOptions, bBidirectional) == 0x000008, "Member 'FGeometryScriptBendWarpOptions::bBidirectional' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTwistWarpOptions \ +static_assert(alignof(FGeometryScriptTwistWarpOptions) == 0x000004, "Wrong alignment on FGeometryScriptTwistWarpOptions"); \ +static_assert(sizeof(FGeometryScriptTwistWarpOptions) == 0x00000C, "Wrong size on FGeometryScriptTwistWarpOptions"); \ +static_assert(offsetof(FGeometryScriptTwistWarpOptions, bSymmetricExtents) == 0x000000, "Member 'FGeometryScriptTwistWarpOptions::bSymmetricExtents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTwistWarpOptions, LowerExtent) == 0x000004, "Member 'FGeometryScriptTwistWarpOptions::LowerExtent' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTwistWarpOptions, bBidirectional) == 0x000008, "Member 'FGeometryScriptTwistWarpOptions::bBidirectional' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptFlareWarpOptions \ +static_assert(alignof(FGeometryScriptFlareWarpOptions) == 0x000004, "Wrong alignment on FGeometryScriptFlareWarpOptions"); \ +static_assert(sizeof(FGeometryScriptFlareWarpOptions) == 0x00000C, "Wrong size on FGeometryScriptFlareWarpOptions"); \ +static_assert(offsetof(FGeometryScriptFlareWarpOptions, bSymmetricExtents) == 0x000000, "Member 'FGeometryScriptFlareWarpOptions::bSymmetricExtents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptFlareWarpOptions, LowerExtent) == 0x000004, "Member 'FGeometryScriptFlareWarpOptions::LowerExtent' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptFlareWarpOptions, FlareType) == 0x000008, "Member 'FGeometryScriptFlareWarpOptions::FlareType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPerlinNoiseLayerOptions \ +static_assert(alignof(FGeometryScriptPerlinNoiseLayerOptions) == 0x000008, "Wrong alignment on FGeometryScriptPerlinNoiseLayerOptions"); \ +static_assert(sizeof(FGeometryScriptPerlinNoiseLayerOptions) == 0x000028, "Wrong size on FGeometryScriptPerlinNoiseLayerOptions"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseLayerOptions, Magnitude) == 0x000000, "Member 'FGeometryScriptPerlinNoiseLayerOptions::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseLayerOptions, Frequency) == 0x000004, "Member 'FGeometryScriptPerlinNoiseLayerOptions::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseLayerOptions, FrequencyShift) == 0x000008, "Member 'FGeometryScriptPerlinNoiseLayerOptions::FrequencyShift' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseLayerOptions, RandomSeed) == 0x000020, "Member 'FGeometryScriptPerlinNoiseLayerOptions::RandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMathWarpOptions \ +static_assert(alignof(FGeometryScriptMathWarpOptions) == 0x000004, "Wrong alignment on FGeometryScriptMathWarpOptions"); \ +static_assert(sizeof(FGeometryScriptMathWarpOptions) == 0x00000C, "Wrong size on FGeometryScriptMathWarpOptions"); \ +static_assert(offsetof(FGeometryScriptMathWarpOptions, Magnitude) == 0x000000, "Member 'FGeometryScriptMathWarpOptions::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMathWarpOptions, Frequency) == 0x000004, "Member 'FGeometryScriptMathWarpOptions::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMathWarpOptions, FrequencyShift) == 0x000008, "Member 'FGeometryScriptMathWarpOptions::FrequencyShift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPerlinNoiseOptions \ +static_assert(alignof(FGeometryScriptPerlinNoiseOptions) == 0x000008, "Wrong alignment on FGeometryScriptPerlinNoiseOptions"); \ +static_assert(sizeof(FGeometryScriptPerlinNoiseOptions) == 0x000030, "Wrong size on FGeometryScriptPerlinNoiseOptions"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseOptions, BaseLayer) == 0x000000, "Member 'FGeometryScriptPerlinNoiseOptions::BaseLayer' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseOptions, bApplyAlongNormal) == 0x000028, "Member 'FGeometryScriptPerlinNoiseOptions::bApplyAlongNormal' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPerlinNoiseOptions, EmptyBehavior) == 0x000029, "Member 'FGeometryScriptPerlinNoiseOptions::EmptyBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptIterativeMeshSmoothingOptions \ +static_assert(alignof(FGeometryScriptIterativeMeshSmoothingOptions) == 0x000004, "Wrong alignment on FGeometryScriptIterativeMeshSmoothingOptions"); \ +static_assert(sizeof(FGeometryScriptIterativeMeshSmoothingOptions) == 0x00000C, "Wrong size on FGeometryScriptIterativeMeshSmoothingOptions"); \ +static_assert(offsetof(FGeometryScriptIterativeMeshSmoothingOptions, NumIterations) == 0x000000, "Member 'FGeometryScriptIterativeMeshSmoothingOptions::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptIterativeMeshSmoothingOptions, Alpha) == 0x000004, "Member 'FGeometryScriptIterativeMeshSmoothingOptions::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptIterativeMeshSmoothingOptions, EmptyBehavior) == 0x000008, "Member 'FGeometryScriptIterativeMeshSmoothingOptions::EmptyBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptDisplaceFromTextureOptions \ +static_assert(alignof(FGeometryScriptDisplaceFromTextureOptions) == 0x000008, "Wrong alignment on FGeometryScriptDisplaceFromTextureOptions"); \ +static_assert(sizeof(FGeometryScriptDisplaceFromTextureOptions) == 0x000038, "Wrong size on FGeometryScriptDisplaceFromTextureOptions"); \ +static_assert(offsetof(FGeometryScriptDisplaceFromTextureOptions, Magnitude) == 0x000000, "Member 'FGeometryScriptDisplaceFromTextureOptions::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDisplaceFromTextureOptions, UVScale) == 0x000008, "Member 'FGeometryScriptDisplaceFromTextureOptions::UVScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDisplaceFromTextureOptions, UVOffset) == 0x000018, "Member 'FGeometryScriptDisplaceFromTextureOptions::UVOffset' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDisplaceFromTextureOptions, Center) == 0x000028, "Member 'FGeometryScriptDisplaceFromTextureOptions::Center' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDisplaceFromTextureOptions, ImageChannel) == 0x00002C, "Member 'FGeometryScriptDisplaceFromTextureOptions::ImageChannel' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDisplaceFromTextureOptions, EmptyBehavior) == 0x000030, "Member 'FGeometryScriptDisplaceFromTextureOptions::EmptyBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshEditPolygroupOptions \ +static_assert(alignof(FGeometryScriptMeshEditPolygroupOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshEditPolygroupOptions"); \ +static_assert(sizeof(FGeometryScriptMeshEditPolygroupOptions) == 0x000008, "Wrong size on FGeometryScriptMeshEditPolygroupOptions"); \ +static_assert(offsetof(FGeometryScriptMeshEditPolygroupOptions, GroupMode) == 0x000000, "Member 'FGeometryScriptMeshEditPolygroupOptions::GroupMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshEditPolygroupOptions, ConstantGroup) == 0x000004, "Member 'FGeometryScriptMeshEditPolygroupOptions::ConstantGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshOffsetOptions \ +static_assert(alignof(FGeometryScriptMeshOffsetOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshOffsetOptions"); \ +static_assert(sizeof(FGeometryScriptMeshOffsetOptions) == 0x000018, "Wrong size on FGeometryScriptMeshOffsetOptions"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetOptions, OffsetDistance) == 0x000000, "Member 'FGeometryScriptMeshOffsetOptions::OffsetDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetOptions, bFixedBoundary) == 0x000004, "Member 'FGeometryScriptMeshOffsetOptions::bFixedBoundary' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetOptions, SolveSteps) == 0x000008, "Member 'FGeometryScriptMeshOffsetOptions::SolveSteps' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetOptions, SmoothAlpha) == 0x00000C, "Member 'FGeometryScriptMeshOffsetOptions::SmoothAlpha' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetOptions, bReprojectDuringSmoothing) == 0x000010, "Member 'FGeometryScriptMeshOffsetOptions::bReprojectDuringSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetOptions, BoundaryAlpha) == 0x000014, "Member 'FGeometryScriptMeshOffsetOptions::BoundaryAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshExtrudeOptions \ +static_assert(alignof(FGeometryScriptMeshExtrudeOptions) == 0x000008, "Wrong alignment on FGeometryScriptMeshExtrudeOptions"); \ +static_assert(sizeof(FGeometryScriptMeshExtrudeOptions) == 0x000028, "Wrong size on FGeometryScriptMeshExtrudeOptions"); \ +static_assert(offsetof(FGeometryScriptMeshExtrudeOptions, ExtrudeDistance) == 0x000000, "Member 'FGeometryScriptMeshExtrudeOptions::ExtrudeDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshExtrudeOptions, ExtrudeDirection) == 0x000008, "Member 'FGeometryScriptMeshExtrudeOptions::ExtrudeDirection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshExtrudeOptions, UVScale) == 0x000020, "Member 'FGeometryScriptMeshExtrudeOptions::UVScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshExtrudeOptions, bSolidsToShells) == 0x000024, "Member 'FGeometryScriptMeshExtrudeOptions::bSolidsToShells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshLinearExtrudeOptions \ +static_assert(alignof(FGeometryScriptMeshLinearExtrudeOptions) == 0x000008, "Wrong alignment on FGeometryScriptMeshLinearExtrudeOptions"); \ +static_assert(sizeof(FGeometryScriptMeshLinearExtrudeOptions) == 0x000038, "Wrong size on FGeometryScriptMeshLinearExtrudeOptions"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, Distance) == 0x000000, "Member 'FGeometryScriptMeshLinearExtrudeOptions::Distance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, DirectionMode) == 0x000004, "Member 'FGeometryScriptMeshLinearExtrudeOptions::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, Direction) == 0x000008, "Member 'FGeometryScriptMeshLinearExtrudeOptions::Direction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, AreaMode) == 0x000020, "Member 'FGeometryScriptMeshLinearExtrudeOptions::AreaMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, GroupOptions) == 0x000024, "Member 'FGeometryScriptMeshLinearExtrudeOptions::GroupOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, UVScale) == 0x00002C, "Member 'FGeometryScriptMeshLinearExtrudeOptions::UVScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshLinearExtrudeOptions, bSolidsToShells) == 0x000030, "Member 'FGeometryScriptMeshLinearExtrudeOptions::bSolidsToShells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshOffsetFacesOptions \ +static_assert(alignof(FGeometryScriptMeshOffsetFacesOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshOffsetFacesOptions"); \ +static_assert(sizeof(FGeometryScriptMeshOffsetFacesOptions) == 0x000018, "Wrong size on FGeometryScriptMeshOffsetFacesOptions"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetFacesOptions, Distance) == 0x000000, "Member 'FGeometryScriptMeshOffsetFacesOptions::Distance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetFacesOptions, OffsetType) == 0x000004, "Member 'FGeometryScriptMeshOffsetFacesOptions::OffsetType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetFacesOptions, AreaMode) == 0x000005, "Member 'FGeometryScriptMeshOffsetFacesOptions::AreaMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetFacesOptions, GroupOptions) == 0x000008, "Member 'FGeometryScriptMeshOffsetFacesOptions::GroupOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetFacesOptions, UVScale) == 0x000010, "Member 'FGeometryScriptMeshOffsetFacesOptions::UVScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshOffsetFacesOptions, bSolidsToShells) == 0x000014, "Member 'FGeometryScriptMeshOffsetFacesOptions::bSolidsToShells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshInsetOutsetFacesOptions \ +static_assert(alignof(FGeometryScriptMeshInsetOutsetFacesOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshInsetOutsetFacesOptions"); \ +static_assert(sizeof(FGeometryScriptMeshInsetOutsetFacesOptions) == 0x000020, "Wrong size on FGeometryScriptMeshInsetOutsetFacesOptions"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, Distance) == 0x000000, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::Distance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, bReproject) == 0x000004, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::bReproject' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, bBoundaryOnly) == 0x000005, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::bBoundaryOnly' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, Softness) == 0x000008, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::Softness' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, AreaScale) == 0x00000C, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::AreaScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, AreaMode) == 0x000010, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::AreaMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, GroupOptions) == 0x000014, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::GroupOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshInsetOutsetFacesOptions, UVScale) == 0x00001C, "Member 'FGeometryScriptMeshInsetOutsetFacesOptions::UVScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshBevelOptions \ +static_assert(alignof(FGeometryScriptMeshBevelOptions) == 0x000010, "Wrong alignment on FGeometryScriptMeshBevelOptions"); \ +static_assert(sizeof(FGeometryScriptMeshBevelOptions) == 0x0000C0, "Wrong size on FGeometryScriptMeshBevelOptions"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, BevelDistance) == 0x000000, "Member 'FGeometryScriptMeshBevelOptions::BevelDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, bInferMaterialID) == 0x000004, "Member 'FGeometryScriptMeshBevelOptions::bInferMaterialID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, SetMaterialID) == 0x000008, "Member 'FGeometryScriptMeshBevelOptions::SetMaterialID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, Subdivisions) == 0x00000C, "Member 'FGeometryScriptMeshBevelOptions::Subdivisions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, RoundWeight) == 0x000010, "Member 'FGeometryScriptMeshBevelOptions::RoundWeight' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, bApplyFilterBox) == 0x000014, "Member 'FGeometryScriptMeshBevelOptions::bApplyFilterBox' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, FilterBox) == 0x000018, "Member 'FGeometryScriptMeshBevelOptions::FilterBox' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, FilterBoxTransform) == 0x000050, "Member 'FGeometryScriptMeshBevelOptions::FilterBoxTransform' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, bFullyContained) == 0x0000B0, "Member 'FGeometryScriptMeshBevelOptions::bFullyContained' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshBevelSelectionOptions \ +static_assert(alignof(FGeometryScriptMeshBevelSelectionOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshBevelSelectionOptions"); \ +static_assert(sizeof(FGeometryScriptMeshBevelSelectionOptions) == 0x000014, "Wrong size on FGeometryScriptMeshBevelSelectionOptions"); \ +static_assert(offsetof(FGeometryScriptMeshBevelSelectionOptions, BevelDistance) == 0x000000, "Member 'FGeometryScriptMeshBevelSelectionOptions::BevelDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelSelectionOptions, bInferMaterialID) == 0x000004, "Member 'FGeometryScriptMeshBevelSelectionOptions::bInferMaterialID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelSelectionOptions, SetMaterialID) == 0x000008, "Member 'FGeometryScriptMeshBevelSelectionOptions::SetMaterialID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelSelectionOptions, Subdivisions) == 0x00000C, "Member 'FGeometryScriptMeshBevelSelectionOptions::Subdivisions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelSelectionOptions, RoundWeight) == 0x000010, "Member 'FGeometryScriptMeshBevelSelectionOptions::RoundWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCalculateNormalsOptions \ +static_assert(alignof(FGeometryScriptCalculateNormalsOptions) == 0x000001, "Wrong alignment on FGeometryScriptCalculateNormalsOptions"); \ +static_assert(sizeof(FGeometryScriptCalculateNormalsOptions) == 0x000002, "Wrong size on FGeometryScriptCalculateNormalsOptions"); \ +static_assert(offsetof(FGeometryScriptCalculateNormalsOptions, bAngleWeighted) == 0x000000, "Member 'FGeometryScriptCalculateNormalsOptions::bAngleWeighted' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCalculateNormalsOptions, bAreaWeighted) == 0x000001, "Member 'FGeometryScriptCalculateNormalsOptions::bAreaWeighted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSplitNormalsOptions \ +static_assert(alignof(FGeometryScriptSplitNormalsOptions) == 0x000004, "Wrong alignment on FGeometryScriptSplitNormalsOptions"); \ +static_assert(sizeof(FGeometryScriptSplitNormalsOptions) == 0x000014, "Wrong size on FGeometryScriptSplitNormalsOptions"); \ +static_assert(offsetof(FGeometryScriptSplitNormalsOptions, bSplitByOpeningAngle) == 0x000000, "Member 'FGeometryScriptSplitNormalsOptions::bSplitByOpeningAngle' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplitNormalsOptions, OpeningAngleDeg) == 0x000004, "Member 'FGeometryScriptSplitNormalsOptions::OpeningAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplitNormalsOptions, bSplitByFaceGroup) == 0x000008, "Member 'FGeometryScriptSplitNormalsOptions::bSplitByFaceGroup' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplitNormalsOptions, GroupLayer) == 0x00000C, "Member 'FGeometryScriptSplitNormalsOptions::GroupLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTangentsOptions \ +static_assert(alignof(FGeometryScriptTangentsOptions) == 0x000004, "Wrong alignment on FGeometryScriptTangentsOptions"); \ +static_assert(sizeof(FGeometryScriptTangentsOptions) == 0x000008, "Wrong size on FGeometryScriptTangentsOptions"); \ +static_assert(offsetof(FGeometryScriptTangentsOptions, Type) == 0x000000, "Member 'FGeometryScriptTangentsOptions::Type' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTangentsOptions, UVLayer) == 0x000004, "Member 'FGeometryScriptTangentsOptions::UVLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPrimitiveOptions \ +static_assert(alignof(FGeometryScriptPrimitiveOptions) == 0x000004, "Wrong alignment on FGeometryScriptPrimitiveOptions"); \ +static_assert(sizeof(FGeometryScriptPrimitiveOptions) == 0x000008, "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!"); \ +static_assert(offsetof(FGeometryScriptPrimitiveOptions, MaterialID) == 0x000004, "Member 'FGeometryScriptPrimitiveOptions::MaterialID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRevolveOptions \ +static_assert(alignof(FGeometryScriptRevolveOptions) == 0x000004, "Wrong alignment on FGeometryScriptRevolveOptions"); \ +static_assert(sizeof(FGeometryScriptRevolveOptions) == 0x000014, "Wrong size on FGeometryScriptRevolveOptions"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, RevolveDegrees) == 0x000000, "Member 'FGeometryScriptRevolveOptions::RevolveDegrees' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, DegreeOffset) == 0x000004, "Member 'FGeometryScriptRevolveOptions::DegreeOffset' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, bReverseDirection) == 0x000008, "Member 'FGeometryScriptRevolveOptions::bReverseDirection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, bHardNormals) == 0x000009, "Member 'FGeometryScriptRevolveOptions::bHardNormals' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, HardNormalAngle) == 0x00000C, "Member 'FGeometryScriptRevolveOptions::HardNormalAngle' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, bProfileAtMidpoint) == 0x000010, "Member 'FGeometryScriptRevolveOptions::bProfileAtMidpoint' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRevolveOptions, bFillPartialRevolveEndcaps) == 0x000011, "Member 'FGeometryScriptRevolveOptions::bFillPartialRevolveEndcaps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptVoronoiOptions \ +static_assert(alignof(FGeometryScriptVoronoiOptions) == 0x000008, "Wrong alignment on FGeometryScriptVoronoiOptions"); \ +static_assert(sizeof(FGeometryScriptVoronoiOptions) == 0x000058, "Wrong size on FGeometryScriptVoronoiOptions"); \ +static_assert(offsetof(FGeometryScriptVoronoiOptions, BoundsExpand) == 0x000000, "Member 'FGeometryScriptVoronoiOptions::BoundsExpand' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptVoronoiOptions, Bounds) == 0x000008, "Member 'FGeometryScriptVoronoiOptions::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptVoronoiOptions, CreateCells) == 0x000040, "Member 'FGeometryScriptVoronoiOptions::CreateCells' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptVoronoiOptions, bIncludeBoundary) == 0x000050, "Member 'FGeometryScriptVoronoiOptions::bIncludeBoundary' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptConstrainedDelaunayTriangulationOptions \ +static_assert(alignof(FGeometryScriptConstrainedDelaunayTriangulationOptions) == 0x000001, "Wrong alignment on FGeometryScriptConstrainedDelaunayTriangulationOptions"); \ +static_assert(sizeof(FGeometryScriptConstrainedDelaunayTriangulationOptions) == 0x000003, "Wrong size on FGeometryScriptConstrainedDelaunayTriangulationOptions"); \ +static_assert(offsetof(FGeometryScriptConstrainedDelaunayTriangulationOptions, ConstrainedEdgesFillMode) == 0x000000, "Member 'FGeometryScriptConstrainedDelaunayTriangulationOptions::ConstrainedEdgesFillMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConstrainedDelaunayTriangulationOptions, bValidateEdgesInResult) == 0x000001, "Member 'FGeometryScriptConstrainedDelaunayTriangulationOptions::bValidateEdgesInResult' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptConstrainedDelaunayTriangulationOptions, bRemoveDuplicateVertices) == 0x000002, "Member 'FGeometryScriptConstrainedDelaunayTriangulationOptions::bRemoveDuplicateVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPolygonsTriangulationOptions \ +static_assert(alignof(FGeometryScriptPolygonsTriangulationOptions) == 0x000001, "Wrong alignment on FGeometryScriptPolygonsTriangulationOptions"); \ +static_assert(sizeof(FGeometryScriptPolygonsTriangulationOptions) == 0x000001, "Wrong size on FGeometryScriptPolygonsTriangulationOptions"); \ +static_assert(offsetof(FGeometryScriptPolygonsTriangulationOptions, bStillAppendOnTriangulationError) == 0x000000, "Member 'FGeometryScriptPolygonsTriangulationOptions::bStillAppendOnTriangulationError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRemeshOptions \ +static_assert(alignof(FGeometryScriptRemeshOptions) == 0x000004, "Wrong alignment on FGeometryScriptRemeshOptions"); \ +static_assert(sizeof(FGeometryScriptRemeshOptions) == 0x00001C, "Wrong size on FGeometryScriptRemeshOptions"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bDiscardAttributes) == 0x000000, "Member 'FGeometryScriptRemeshOptions::bDiscardAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bReprojectToInputMesh) == 0x000001, "Member 'FGeometryScriptRemeshOptions::bReprojectToInputMesh' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, SmoothingType) == 0x000002, "Member 'FGeometryScriptRemeshOptions::SmoothingType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, SmoothingRate) == 0x000004, "Member 'FGeometryScriptRemeshOptions::SmoothingRate' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, MeshBoundaryConstraint) == 0x000008, "Member 'FGeometryScriptRemeshOptions::MeshBoundaryConstraint' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, GroupBoundaryConstraint) == 0x000009, "Member 'FGeometryScriptRemeshOptions::GroupBoundaryConstraint' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, MaterialBoundaryConstraint) == 0x00000A, "Member 'FGeometryScriptRemeshOptions::MaterialBoundaryConstraint' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bAllowFlips) == 0x00000B, "Member 'FGeometryScriptRemeshOptions::bAllowFlips' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bAllowSplits) == 0x00000C, "Member 'FGeometryScriptRemeshOptions::bAllowSplits' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bAllowCollapses) == 0x00000D, "Member 'FGeometryScriptRemeshOptions::bAllowCollapses' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bPreventNormalFlips) == 0x00000E, "Member 'FGeometryScriptRemeshOptions::bPreventNormalFlips' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bPreventTinyTriangles) == 0x00000F, "Member 'FGeometryScriptRemeshOptions::bPreventTinyTriangles' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bUseFullRemeshPasses) == 0x000010, "Member 'FGeometryScriptRemeshOptions::bUseFullRemeshPasses' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, RemeshIterations) == 0x000014, "Member 'FGeometryScriptRemeshOptions::RemeshIterations' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemeshOptions, bAutoCompact) == 0x000018, "Member 'FGeometryScriptRemeshOptions::bAutoCompact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptUniformRemeshOptions \ +static_assert(alignof(FGeometryScriptUniformRemeshOptions) == 0x000004, "Wrong alignment on FGeometryScriptUniformRemeshOptions"); \ +static_assert(sizeof(FGeometryScriptUniformRemeshOptions) == 0x00000C, "Wrong size on FGeometryScriptUniformRemeshOptions"); \ +static_assert(offsetof(FGeometryScriptUniformRemeshOptions, TargetType) == 0x000000, "Member 'FGeometryScriptUniformRemeshOptions::TargetType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUniformRemeshOptions, TargetTriangleCount) == 0x000004, "Member 'FGeometryScriptUniformRemeshOptions::TargetTriangleCount' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUniformRemeshOptions, TargetEdgeLength) == 0x000008, "Member 'FGeometryScriptUniformRemeshOptions::TargetEdgeLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptWeldEdgesOptions \ +static_assert(alignof(FGeometryScriptWeldEdgesOptions) == 0x000004, "Wrong alignment on FGeometryScriptWeldEdgesOptions"); \ +static_assert(sizeof(FGeometryScriptWeldEdgesOptions) == 0x000008, "Wrong size on FGeometryScriptWeldEdgesOptions"); \ +static_assert(offsetof(FGeometryScriptWeldEdgesOptions, Tolerance) == 0x000000, "Member 'FGeometryScriptWeldEdgesOptions::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptWeldEdgesOptions, bOnlyUniquePairs) == 0x000004, "Member 'FGeometryScriptWeldEdgesOptions::bOnlyUniquePairs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptResolveTJunctionOptions \ +static_assert(alignof(FGeometryScriptResolveTJunctionOptions) == 0x000004, "Wrong alignment on FGeometryScriptResolveTJunctionOptions"); \ +static_assert(sizeof(FGeometryScriptResolveTJunctionOptions) == 0x000004, "Wrong size on FGeometryScriptResolveTJunctionOptions"); \ +static_assert(offsetof(FGeometryScriptResolveTJunctionOptions, Tolerance) == 0x000000, "Member 'FGeometryScriptResolveTJunctionOptions::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSnapBoundariesOptions \ +static_assert(alignof(FGeometryScriptSnapBoundariesOptions) == 0x000004, "Wrong alignment on FGeometryScriptSnapBoundariesOptions"); \ +static_assert(sizeof(FGeometryScriptSnapBoundariesOptions) == 0x00000C, "Wrong size on FGeometryScriptSnapBoundariesOptions"); \ +static_assert(offsetof(FGeometryScriptSnapBoundariesOptions, Tolerance) == 0x000000, "Member 'FGeometryScriptSnapBoundariesOptions::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSnapBoundariesOptions, bSnapToEdges) == 0x000004, "Member 'FGeometryScriptSnapBoundariesOptions::bSnapToEdges' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSnapBoundariesOptions, MaxIterations) == 0x000008, "Member 'FGeometryScriptSnapBoundariesOptions::MaxIterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptFillHolesOptions \ +static_assert(alignof(FGeometryScriptFillHolesOptions) == 0x000001, "Wrong alignment on FGeometryScriptFillHolesOptions"); \ +static_assert(sizeof(FGeometryScriptFillHolesOptions) == 0x000002, "Wrong size on FGeometryScriptFillHolesOptions"); \ +static_assert(offsetof(FGeometryScriptFillHolesOptions, FillMethod) == 0x000000, "Member 'FGeometryScriptFillHolesOptions::FillMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptFillHolesOptions, bDeleteIsolatedTriangles) == 0x000001, "Member 'FGeometryScriptFillHolesOptions::bDeleteIsolatedTriangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRemoveSmallComponentOptions \ +static_assert(alignof(FGeometryScriptRemoveSmallComponentOptions) == 0x000004, "Wrong alignment on FGeometryScriptRemoveSmallComponentOptions"); \ +static_assert(sizeof(FGeometryScriptRemoveSmallComponentOptions) == 0x00000C, "Wrong size on FGeometryScriptRemoveSmallComponentOptions"); \ +static_assert(offsetof(FGeometryScriptRemoveSmallComponentOptions, MinVolume) == 0x000000, "Member 'FGeometryScriptRemoveSmallComponentOptions::MinVolume' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveSmallComponentOptions, MinArea) == 0x000004, "Member 'FGeometryScriptRemoveSmallComponentOptions::MinArea' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveSmallComponentOptions, MinTriangleCount) == 0x000008, "Member 'FGeometryScriptRemoveSmallComponentOptions::MinTriangleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRemoveHiddenTrianglesOptions \ +static_assert(alignof(FGeometryScriptRemoveHiddenTrianglesOptions) == 0x000004, "Wrong alignment on FGeometryScriptRemoveHiddenTrianglesOptions"); \ +static_assert(sizeof(FGeometryScriptRemoveHiddenTrianglesOptions) == 0x00001C, "Wrong size on FGeometryScriptRemoveHiddenTrianglesOptions"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, Method) == 0x000000, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::Method' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, SamplesPerTriangle) == 0x000004, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::SamplesPerTriangle' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, ShrinkSelection) == 0x000008, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::ShrinkSelection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, WindingIsoValue) == 0x00000C, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::WindingIsoValue' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, RaysPerSample) == 0x000010, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::RaysPerSample' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, NormalOffset) == 0x000014, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::NormalOffset' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRemoveHiddenTrianglesOptions, bCompactResult) == 0x000018, "Member 'FGeometryScriptRemoveHiddenTrianglesOptions::bCompactResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSelectHiddenTrianglesFromOutsideOptions \ +static_assert(alignof(FGeometryScriptSelectHiddenTrianglesFromOutsideOptions) == 0x000008, "Wrong alignment on FGeometryScriptSelectHiddenTrianglesFromOutsideOptions"); \ +static_assert(sizeof(FGeometryScriptSelectHiddenTrianglesFromOutsideOptions) == 0x000030, "Wrong size on FGeometryScriptSelectHiddenTrianglesFromOutsideOptions"); \ +static_assert(offsetof(FGeometryScriptSelectHiddenTrianglesFromOutsideOptions, SampleSpacing) == 0x000000, "Member 'FGeometryScriptSelectHiddenTrianglesFromOutsideOptions::SampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSelectHiddenTrianglesFromOutsideOptions, bDoubleSided) == 0x000008, "Member 'FGeometryScriptSelectHiddenTrianglesFromOutsideOptions::bDoubleSided' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSelectHiddenTrianglesFromOutsideOptions, NumSearchDirections) == 0x00000C, "Member 'FGeometryScriptSelectHiddenTrianglesFromOutsideOptions::NumSearchDirections' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSelectHiddenTrianglesFromOutsideOptions, bPerPolyGroup) == 0x000010, "Member 'FGeometryScriptSelectHiddenTrianglesFromOutsideOptions::bPerPolyGroup' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSelectHiddenTrianglesFromOutsideOptions, RestrictToViewDirections) == 0x000018, "Member 'FGeometryScriptSelectHiddenTrianglesFromOutsideOptions::RestrictToViewDirections' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSelectHiddenTrianglesFromOutsideOptions, ViewDirectionAngleRange) == 0x000028, "Member 'FGeometryScriptSelectHiddenTrianglesFromOutsideOptions::ViewDirectionAngleRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptDegenerateTriangleOptions \ +static_assert(alignof(FGeometryScriptDegenerateTriangleOptions) == 0x000008, "Wrong alignment on FGeometryScriptDegenerateTriangleOptions"); \ +static_assert(sizeof(FGeometryScriptDegenerateTriangleOptions) == 0x000020, "Wrong size on FGeometryScriptDegenerateTriangleOptions"); \ +static_assert(offsetof(FGeometryScriptDegenerateTriangleOptions, Mode) == 0x000000, "Member 'FGeometryScriptDegenerateTriangleOptions::Mode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDegenerateTriangleOptions, MinTriangleArea) == 0x000008, "Member 'FGeometryScriptDegenerateTriangleOptions::MinTriangleArea' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDegenerateTriangleOptions, MinEdgeLength) == 0x000010, "Member 'FGeometryScriptDegenerateTriangleOptions::MinEdgeLength' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDegenerateTriangleOptions, bCompactOnCompletion) == 0x000018, "Member 'FGeometryScriptDegenerateTriangleOptions::bCompactOnCompletion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshPointSamplingOptions \ +static_assert(alignof(FGeometryScriptMeshPointSamplingOptions) == 0x000008, "Wrong alignment on FGeometryScriptMeshPointSamplingOptions"); \ +static_assert(sizeof(FGeometryScriptMeshPointSamplingOptions) == 0x000020, "Wrong size on FGeometryScriptMeshPointSamplingOptions"); \ +static_assert(offsetof(FGeometryScriptMeshPointSamplingOptions, SamplingRadius) == 0x000000, "Member 'FGeometryScriptMeshPointSamplingOptions::SamplingRadius' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPointSamplingOptions, MaxNumSamples) == 0x000004, "Member 'FGeometryScriptMeshPointSamplingOptions::MaxNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPointSamplingOptions, RandomSeed) == 0x000008, "Member 'FGeometryScriptMeshPointSamplingOptions::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPointSamplingOptions, SubSampleDensity) == 0x000010, "Member 'FGeometryScriptMeshPointSamplingOptions::SubSampleDensity' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshPointSamplingOptions, SamplingMethodVersion) == 0x000018, "Member 'FGeometryScriptMeshPointSamplingOptions::SamplingMethodVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptNonUniformPointSamplingOptions \ +static_assert(alignof(FGeometryScriptNonUniformPointSamplingOptions) == 0x000008, "Wrong alignment on FGeometryScriptNonUniformPointSamplingOptions"); \ +static_assert(sizeof(FGeometryScriptNonUniformPointSamplingOptions) == 0x000018, "Wrong size on FGeometryScriptNonUniformPointSamplingOptions"); \ +static_assert(offsetof(FGeometryScriptNonUniformPointSamplingOptions, MaxSamplingRadius) == 0x000000, "Member 'FGeometryScriptNonUniformPointSamplingOptions::MaxSamplingRadius' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptNonUniformPointSamplingOptions, SizeDistribution) == 0x000004, "Member 'FGeometryScriptNonUniformPointSamplingOptions::SizeDistribution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptNonUniformPointSamplingOptions, SizeDistributionPower) == 0x000008, "Member 'FGeometryScriptNonUniformPointSamplingOptions::SizeDistributionPower' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptNonUniformPointSamplingOptions, WeightMode) == 0x000010, "Member 'FGeometryScriptNonUniformPointSamplingOptions::WeightMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptNonUniformPointSamplingOptions, bInvertWeights) == 0x000011, "Member 'FGeometryScriptNonUniformPointSamplingOptions::bInvertWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSculptLayerUpdateOptions \ +static_assert(alignof(FGeometryScriptSculptLayerUpdateOptions) == 0x000001, "Wrong alignment on FGeometryScriptSculptLayerUpdateOptions"); \ +static_assert(sizeof(FGeometryScriptSculptLayerUpdateOptions) == 0x000001, "Wrong size on FGeometryScriptSculptLayerUpdateOptions"); \ +static_assert(offsetof(FGeometryScriptSculptLayerUpdateOptions, bRecomputeNormals) == 0x000000, "Member 'FGeometryScriptSculptLayerUpdateOptions::bRecomputeNormals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPlanarSimplifyOptions \ +static_assert(alignof(FGeometryScriptPlanarSimplifyOptions) == 0x000004, "Wrong alignment on FGeometryScriptPlanarSimplifyOptions"); \ +static_assert(sizeof(FGeometryScriptPlanarSimplifyOptions) == 0x000008, "Wrong size on FGeometryScriptPlanarSimplifyOptions"); \ +static_assert(offsetof(FGeometryScriptPlanarSimplifyOptions, AngleThreshold) == 0x000000, "Member 'FGeometryScriptPlanarSimplifyOptions::AngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPlanarSimplifyOptions, bAutoCompact) == 0x000004, "Member 'FGeometryScriptPlanarSimplifyOptions::bAutoCompact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPolygroupSimplifyOptions \ +static_assert(alignof(FGeometryScriptPolygroupSimplifyOptions) == 0x000004, "Wrong alignment on FGeometryScriptPolygroupSimplifyOptions"); \ +static_assert(sizeof(FGeometryScriptPolygroupSimplifyOptions) == 0x000008, "Wrong size on FGeometryScriptPolygroupSimplifyOptions"); \ +static_assert(offsetof(FGeometryScriptPolygroupSimplifyOptions, AngleThreshold) == 0x000000, "Member 'FGeometryScriptPolygroupSimplifyOptions::AngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPolygroupSimplifyOptions, bAutoCompact) == 0x000004, "Member 'FGeometryScriptPolygroupSimplifyOptions::bAutoCompact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSimplifyMeshOptions \ +static_assert(alignof(FGeometryScriptSimplifyMeshOptions) == 0x000001, "Wrong alignment on FGeometryScriptSimplifyMeshOptions"); \ +static_assert(sizeof(FGeometryScriptSimplifyMeshOptions) == 0x000007, "Wrong size on FGeometryScriptSimplifyMeshOptions"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, Method) == 0x000000, "Member 'FGeometryScriptSimplifyMeshOptions::Method' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, bAllowSeamCollapse) == 0x000001, "Member 'FGeometryScriptSimplifyMeshOptions::bAllowSeamCollapse' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, bAllowSeamSmoothing) == 0x000002, "Member 'FGeometryScriptSimplifyMeshOptions::bAllowSeamSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, bAllowSeamSplits) == 0x000003, "Member 'FGeometryScriptSimplifyMeshOptions::bAllowSeamSplits' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, bPreserveVertexPositions) == 0x000004, "Member 'FGeometryScriptSimplifyMeshOptions::bPreserveVertexPositions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, bRetainQuadricMemory) == 0x000005, "Member 'FGeometryScriptSimplifyMeshOptions::bRetainQuadricMemory' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSimplifyMeshOptions, bAutoCompact) == 0x000006, "Member 'FGeometryScriptSimplifyMeshOptions::bAutoCompact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptClusterSimplifyEdgeConstraintOptions \ +static_assert(alignof(FGeometryScriptClusterSimplifyEdgeConstraintOptions) == 0x000001, "Wrong alignment on FGeometryScriptClusterSimplifyEdgeConstraintOptions"); \ +static_assert(sizeof(FGeometryScriptClusterSimplifyEdgeConstraintOptions) == 0x000006, "Wrong size on FGeometryScriptClusterSimplifyEdgeConstraintOptions"); \ +static_assert(offsetof(FGeometryScriptClusterSimplifyEdgeConstraintOptions, MeshBoundary) == 0x000000, "Member 'FGeometryScriptClusterSimplifyEdgeConstraintOptions::MeshBoundary' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptClusterSimplifyEdgeConstraintOptions, GroupBoundary) == 0x000001, "Member 'FGeometryScriptClusterSimplifyEdgeConstraintOptions::GroupBoundary' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptClusterSimplifyEdgeConstraintOptions, MaterialBoundary) == 0x000002, "Member 'FGeometryScriptClusterSimplifyEdgeConstraintOptions::MaterialBoundary' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptClusterSimplifyEdgeConstraintOptions, UVSeam) == 0x000003, "Member 'FGeometryScriptClusterSimplifyEdgeConstraintOptions::UVSeam' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptClusterSimplifyEdgeConstraintOptions, ColorSeam) == 0x000004, "Member 'FGeometryScriptClusterSimplifyEdgeConstraintOptions::ColorSeam' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptClusterSimplifyEdgeConstraintOptions, NormalSeam) == 0x000005, "Member 'FGeometryScriptClusterSimplifyEdgeConstraintOptions::NormalSeam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptClusterSimplifyMeshOptions \ +static_assert(alignof(FGeometryScriptClusterSimplifyMeshOptions) == 0x000008, "Wrong alignment on FGeometryScriptClusterSimplifyMeshOptions"); \ +static_assert(sizeof(FGeometryScriptClusterSimplifyMeshOptions) == 0x000018, "Wrong size on FGeometryScriptClusterSimplifyMeshOptions"); \ +static_assert(offsetof(FGeometryScriptClusterSimplifyMeshOptions, bDiscardAttributes) == 0x000000, "Member 'FGeometryScriptClusterSimplifyMeshOptions::bDiscardAttributes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptClusterSimplifyMeshOptions, FixBoundaryAngleTolerance) == 0x000008, "Member 'FGeometryScriptClusterSimplifyMeshOptions::FixBoundaryAngleTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptClusterSimplifyMeshOptions, EdgeConstraints) == 0x000010, "Member 'FGeometryScriptClusterSimplifyMeshOptions::EdgeConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSpatialQueryOptions \ +static_assert(alignof(FGeometryScriptSpatialQueryOptions) == 0x000004, "Wrong alignment on FGeometryScriptSpatialQueryOptions"); \ +static_assert(sizeof(FGeometryScriptSpatialQueryOptions) == 0x00000C, "Wrong size on FGeometryScriptSpatialQueryOptions"); \ +static_assert(offsetof(FGeometryScriptSpatialQueryOptions, MaxDistance) == 0x000000, "Member 'FGeometryScriptSpatialQueryOptions::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSpatialQueryOptions, bAllowUnsafeModifiedQueries) == 0x000004, "Member 'FGeometryScriptSpatialQueryOptions::bAllowUnsafeModifiedQueries' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSpatialQueryOptions, WindingIsoThreshold) == 0x000008, "Member 'FGeometryScriptSpatialQueryOptions::WindingIsoThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRayHitResult \ +static_assert(alignof(FGeometryScriptRayHitResult) == 0x000008, "Wrong alignment on FGeometryScriptRayHitResult"); \ +static_assert(sizeof(FGeometryScriptRayHitResult) == 0x000040, "Wrong size on FGeometryScriptRayHitResult"); \ +static_assert(offsetof(FGeometryScriptRayHitResult, bHit) == 0x000000, "Member 'FGeometryScriptRayHitResult::bHit' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRayHitResult, RayParameter) == 0x000004, "Member 'FGeometryScriptRayHitResult::RayParameter' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRayHitResult, HitTriangleID) == 0x000008, "Member 'FGeometryScriptRayHitResult::HitTriangleID' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRayHitResult, HitPosition) == 0x000010, "Member 'FGeometryScriptRayHitResult::HitPosition' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRayHitResult, HitBaryCoords) == 0x000028, "Member 'FGeometryScriptRayHitResult::HitBaryCoords' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPNTessellateOptions \ +static_assert(alignof(FGeometryScriptPNTessellateOptions) == 0x000001, "Wrong alignment on FGeometryScriptPNTessellateOptions"); \ +static_assert(sizeof(FGeometryScriptPNTessellateOptions) == 0x000001, "Wrong size on FGeometryScriptPNTessellateOptions"); \ +static_assert(offsetof(FGeometryScriptPNTessellateOptions, bRecomputeNormals) == 0x000000, "Member 'FGeometryScriptPNTessellateOptions::bRecomputeNormals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSelectiveTessellateOptions \ +static_assert(alignof(FGeometryScriptSelectiveTessellateOptions) == 0x000001, "Wrong alignment on FGeometryScriptSelectiveTessellateOptions"); \ +static_assert(sizeof(FGeometryScriptSelectiveTessellateOptions) == 0x000002, "Wrong size on FGeometryScriptSelectiveTessellateOptions"); \ +static_assert(offsetof(FGeometryScriptSelectiveTessellateOptions, bEnableMultithreading) == 0x000000, "Member 'FGeometryScriptSelectiveTessellateOptions::bEnableMultithreading' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSelectiveTessellateOptions, EmptyBehavior) == 0x000001, "Member 'FGeometryScriptSelectiveTessellateOptions::EmptyBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRepackUVsOptions \ +static_assert(alignof(FGeometryScriptRepackUVsOptions) == 0x000004, "Wrong alignment on FGeometryScriptRepackUVsOptions"); \ +static_assert(sizeof(FGeometryScriptRepackUVsOptions) == 0x000008, "Wrong size on FGeometryScriptRepackUVsOptions"); \ +static_assert(offsetof(FGeometryScriptRepackUVsOptions, TargetImageWidth) == 0x000000, "Member 'FGeometryScriptRepackUVsOptions::TargetImageWidth' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRepackUVsOptions, bOptimizeIslandRotation) == 0x000004, "Member 'FGeometryScriptRepackUVsOptions::bOptimizeIslandRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptLayoutUVsOptions \ +static_assert(alignof(FGeometryScriptLayoutUVsOptions) == 0x000008, "Wrong alignment on FGeometryScriptLayoutUVsOptions"); \ +static_assert(sizeof(FGeometryScriptLayoutUVsOptions) == 0x000078, "Wrong size on FGeometryScriptLayoutUVsOptions"); \ +static_assert(offsetof(FGeometryScriptLayoutUVsOptions, LayoutType) == 0x000000, "Member 'FGeometryScriptLayoutUVsOptions::LayoutType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptLayoutUVsOptions, TextureResolution) == 0x000004, "Member 'FGeometryScriptLayoutUVsOptions::TextureResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptLayoutUVsOptions, Scale) == 0x000008, "Member 'FGeometryScriptLayoutUVsOptions::Scale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptLayoutUVsOptions, Translation) == 0x000010, "Member 'FGeometryScriptLayoutUVsOptions::Translation' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptLayoutUVsOptions, bPreserveScale) == 0x000020, "Member 'FGeometryScriptLayoutUVsOptions::bPreserveScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptLayoutUVsOptions, bPreserveRotation) == 0x000021, "Member 'FGeometryScriptLayoutUVsOptions::bPreserveRotation' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptLayoutUVsOptions, bAllowFlips) == 0x000022, "Member 'FGeometryScriptLayoutUVsOptions::bAllowFlips' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptLayoutUVsOptions, bEnableUDIMLayout) == 0x000023, "Member 'FGeometryScriptLayoutUVsOptions::bEnableUDIMLayout' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptLayoutUVsOptions, UDIMResolutions) == 0x000028, "Member 'FGeometryScriptLayoutUVsOptions::UDIMResolutions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptExpMapUVOptions \ +static_assert(alignof(FGeometryScriptExpMapUVOptions) == 0x000004, "Wrong alignment on FGeometryScriptExpMapUVOptions"); \ +static_assert(sizeof(FGeometryScriptExpMapUVOptions) == 0x000008, "Wrong size on FGeometryScriptExpMapUVOptions"); \ +static_assert(offsetof(FGeometryScriptExpMapUVOptions, NormalSmoothingRounds) == 0x000000, "Member 'FGeometryScriptExpMapUVOptions::NormalSmoothingRounds' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptExpMapUVOptions, NormalSmoothingAlpha) == 0x000004, "Member 'FGeometryScriptExpMapUVOptions::NormalSmoothingAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSpectralConformalUVOptions \ +static_assert(alignof(FGeometryScriptSpectralConformalUVOptions) == 0x000001, "Wrong alignment on FGeometryScriptSpectralConformalUVOptions"); \ +static_assert(sizeof(FGeometryScriptSpectralConformalUVOptions) == 0x000001, "Wrong size on FGeometryScriptSpectralConformalUVOptions"); \ +static_assert(offsetof(FGeometryScriptSpectralConformalUVOptions, bPreserveIrregularity) == 0x000000, "Member 'FGeometryScriptSpectralConformalUVOptions::bPreserveIrregularity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptRecomputeUVsOptions \ +static_assert(alignof(FGeometryScriptRecomputeUVsOptions) == 0x000004, "Wrong alignment on FGeometryScriptRecomputeUVsOptions"); \ +static_assert(sizeof(FGeometryScriptRecomputeUVsOptions) == 0x00001C, "Wrong size on FGeometryScriptRecomputeUVsOptions"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, Method) == 0x000000, "Member 'FGeometryScriptRecomputeUVsOptions::Method' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, IslandSource) == 0x000001, "Member 'FGeometryScriptRecomputeUVsOptions::IslandSource' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, ExpMapOptions) == 0x000004, "Member 'FGeometryScriptRecomputeUVsOptions::ExpMapOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, SpectralConformalOptions) == 0x00000C, "Member 'FGeometryScriptRecomputeUVsOptions::SpectralConformalOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, GroupLayer) == 0x000010, "Member 'FGeometryScriptRecomputeUVsOptions::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, bAutoAlignIslandsWithAxes) == 0x000018, "Member 'FGeometryScriptRecomputeUVsOptions::bAutoAlignIslandsWithAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPatchBuilderOptions \ +static_assert(alignof(FGeometryScriptPatchBuilderOptions) == 0x000004, "Wrong alignment on FGeometryScriptPatchBuilderOptions"); \ +static_assert(sizeof(FGeometryScriptPatchBuilderOptions) == 0x000034, "Wrong size on FGeometryScriptPatchBuilderOptions"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, InitialPatchCount) == 0x000000, "Member 'FGeometryScriptPatchBuilderOptions::InitialPatchCount' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, MinPatchSize) == 0x000004, "Member 'FGeometryScriptPatchBuilderOptions::MinPatchSize' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, PatchCurvatureAlignmentWeight) == 0x000008, "Member 'FGeometryScriptPatchBuilderOptions::PatchCurvatureAlignmentWeight' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, PatchMergingMetricThresh) == 0x00000C, "Member 'FGeometryScriptPatchBuilderOptions::PatchMergingMetricThresh' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, PatchMergingAngleThresh) == 0x000010, "Member 'FGeometryScriptPatchBuilderOptions::PatchMergingAngleThresh' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, ExpMapOptions) == 0x000014, "Member 'FGeometryScriptPatchBuilderOptions::ExpMapOptions' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, bRespectInputGroups) == 0x00001C, "Member 'FGeometryScriptPatchBuilderOptions::bRespectInputGroups' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, GroupLayer) == 0x000020, "Member 'FGeometryScriptPatchBuilderOptions::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, bAutoPack) == 0x000028, "Member 'FGeometryScriptPatchBuilderOptions::bAutoPack' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPatchBuilderOptions, PackingOptions) == 0x00002C, "Member 'FGeometryScriptPatchBuilderOptions::PackingOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptXAtlasOptions \ +static_assert(alignof(FGeometryScriptXAtlasOptions) == 0x000004, "Wrong alignment on FGeometryScriptXAtlasOptions"); \ +static_assert(sizeof(FGeometryScriptXAtlasOptions) == 0x000004, "Wrong size on FGeometryScriptXAtlasOptions"); \ +static_assert(offsetof(FGeometryScriptXAtlasOptions, MaxIterations) == 0x000000, "Member 'FGeometryScriptXAtlasOptions::MaxIterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptUVTexelDensityOptions \ +static_assert(alignof(FGeometryScriptUVTexelDensityOptions) == 0x000008, "Wrong alignment on FGeometryScriptUVTexelDensityOptions"); \ +static_assert(sizeof(FGeometryScriptUVTexelDensityOptions) == 0x000068, "Wrong size on FGeometryScriptUVTexelDensityOptions"); \ +static_assert(offsetof(FGeometryScriptUVTexelDensityOptions, TexelDensityMode) == 0x000000, "Member 'FGeometryScriptUVTexelDensityOptions::TexelDensityMode' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUVTexelDensityOptions, TargetWorldUnits) == 0x000004, "Member 'FGeometryScriptUVTexelDensityOptions::TargetWorldUnits' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUVTexelDensityOptions, TargetPixelCount) == 0x000008, "Member 'FGeometryScriptUVTexelDensityOptions::TargetPixelCount' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUVTexelDensityOptions, TextureResolution) == 0x00000C, "Member 'FGeometryScriptUVTexelDensityOptions::TextureResolution' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUVTexelDensityOptions, bEnableUDIMLayout) == 0x000010, "Member 'FGeometryScriptUVTexelDensityOptions::bEnableUDIMLayout' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptUVTexelDensityOptions, UDIMResolutions) == 0x000018, "Member 'FGeometryScriptUVTexelDensityOptions::UDIMResolutions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMeshProjectionSettings \ +static_assert(alignof(FGeometryScriptMeshProjectionSettings) == 0x000004, "Wrong alignment on FGeometryScriptMeshProjectionSettings"); \ +static_assert(sizeof(FGeometryScriptMeshProjectionSettings) == 0x000010, "Wrong size on FGeometryScriptMeshProjectionSettings"); \ +static_assert(offsetof(FGeometryScriptMeshProjectionSettings, bProcessAllIfEmptySelection) == 0x000000, "Member 'FGeometryScriptMeshProjectionSettings::bProcessAllIfEmptySelection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshProjectionSettings, ProjectionRangeMax) == 0x000004, "Member 'FGeometryScriptMeshProjectionSettings::ProjectionRangeMax' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshProjectionSettings, ProjectionRangeMin) == 0x000008, "Member 'FGeometryScriptMeshProjectionSettings::ProjectionRangeMin' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshProjectionSettings, bResetUVsForUnmatched) == 0x00000C, "Member 'FGeometryScriptMeshProjectionSettings::bResetUVsForUnmatched' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptBlurMeshVertexColorsOptions \ +static_assert(alignof(FGeometryScriptBlurMeshVertexColorsOptions) == 0x000001, "Wrong alignment on FGeometryScriptBlurMeshVertexColorsOptions"); \ +static_assert(sizeof(FGeometryScriptBlurMeshVertexColorsOptions) == 0x000004, "Wrong size on FGeometryScriptBlurMeshVertexColorsOptions"); \ +static_assert(offsetof(FGeometryScriptBlurMeshVertexColorsOptions, Red) == 0x000000, "Member 'FGeometryScriptBlurMeshVertexColorsOptions::Red' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBlurMeshVertexColorsOptions, Green) == 0x000001, "Member 'FGeometryScriptBlurMeshVertexColorsOptions::Green' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBlurMeshVertexColorsOptions, Blue) == 0x000002, "Member 'FGeometryScriptBlurMeshVertexColorsOptions::Blue' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptBlurMeshVertexColorsOptions, Alpha) == 0x000003, "Member 'FGeometryScriptBlurMeshVertexColorsOptions::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptTransferMeshVertexColorsOptions \ +static_assert(alignof(FGeometryScriptTransferMeshVertexColorsOptions) == 0x000008, "Wrong alignment on FGeometryScriptTransferMeshVertexColorsOptions"); \ +static_assert(sizeof(FGeometryScriptTransferMeshVertexColorsOptions) == 0x000030, "Wrong size on FGeometryScriptTransferMeshVertexColorsOptions"); \ +static_assert(offsetof(FGeometryScriptTransferMeshVertexColorsOptions, TransferMethod) == 0x000000, "Member 'FGeometryScriptTransferMeshVertexColorsOptions::TransferMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferMeshVertexColorsOptions, RadiusPercentage) == 0x000008, "Member 'FGeometryScriptTransferMeshVertexColorsOptions::RadiusPercentage' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferMeshVertexColorsOptions, NormalThreshold) == 0x000010, "Member 'FGeometryScriptTransferMeshVertexColorsOptions::NormalThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferMeshVertexColorsOptions, LayeredMeshSupport) == 0x000018, "Member 'FGeometryScriptTransferMeshVertexColorsOptions::LayeredMeshSupport' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferMeshVertexColorsOptions, NumSmoothingIterations) == 0x00001C, "Member 'FGeometryScriptTransferMeshVertexColorsOptions::NumSmoothingIterations' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferMeshVertexColorsOptions, SmoothingStrength) == 0x000020, "Member 'FGeometryScriptTransferMeshVertexColorsOptions::SmoothingStrength' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferMeshVertexColorsOptions, bHardEdges) == 0x000024, "Member 'FGeometryScriptTransferMeshVertexColorsOptions::bHardEdges' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptTransferMeshVertexColorsOptions, BiasRatio) == 0x000028, "Member 'FGeometryScriptTransferMeshVertexColorsOptions::BiasRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScript3DGridParameters \ +static_assert(alignof(FGeometryScript3DGridParameters) == 0x000004, "Wrong alignment on FGeometryScript3DGridParameters"); \ +static_assert(sizeof(FGeometryScript3DGridParameters) == 0x00000C, "Wrong size on FGeometryScript3DGridParameters"); \ +static_assert(offsetof(FGeometryScript3DGridParameters, SizeMethod) == 0x000000, "Member 'FGeometryScript3DGridParameters::SizeMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScript3DGridParameters, GridCellSize) == 0x000004, "Member 'FGeometryScript3DGridParameters::GridCellSize' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScript3DGridParameters, GridResolution) == 0x000008, "Member 'FGeometryScript3DGridParameters::GridResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSolidifyOptions \ +static_assert(alignof(FGeometryScriptSolidifyOptions) == 0x000008, "Wrong alignment on FGeometryScriptSolidifyOptions"); \ +static_assert(sizeof(FGeometryScriptSolidifyOptions) == 0x000068, "Wrong size on FGeometryScriptSolidifyOptions"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, GridParameters) == 0x000000, "Member 'FGeometryScriptSolidifyOptions::GridParameters' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, CustomBounds) == 0x000010, "Member 'FGeometryScriptSolidifyOptions::CustomBounds' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, WindingThreshold) == 0x000048, "Member 'FGeometryScriptSolidifyOptions::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, bSolidAtBoundaries) == 0x00004C, "Member 'FGeometryScriptSolidifyOptions::bSolidAtBoundaries' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, ExtendBounds) == 0x000050, "Member 'FGeometryScriptSolidifyOptions::ExtendBounds' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, SurfaceSearchSteps) == 0x000054, "Member 'FGeometryScriptSolidifyOptions::SurfaceSearchSteps' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, bThickenShells) == 0x000058, "Member 'FGeometryScriptSolidifyOptions::bThickenShells' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSolidifyOptions, ShellThickness) == 0x000060, "Member 'FGeometryScriptSolidifyOptions::ShellThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptMorphologyOptions \ +static_assert(alignof(FGeometryScriptMorphologyOptions) == 0x000008, "Wrong alignment on FGeometryScriptMorphologyOptions"); \ +static_assert(sizeof(FGeometryScriptMorphologyOptions) == 0x000060, "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, CustomBounds) == 0x000020, "Member 'FGeometryScriptMorphologyOptions::CustomBounds' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMorphologyOptions, Operation) == 0x000058, "Member 'FGeometryScriptMorphologyOptions::Operation' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMorphologyOptions, Distance) == 0x00005C, "Member 'FGeometryScriptMorphologyOptions::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPointClusteringOptions \ +static_assert(alignof(FGeometryScriptPointClusteringOptions) == 0x000008, "Wrong alignment on FGeometryScriptPointClusteringOptions"); \ +static_assert(sizeof(FGeometryScriptPointClusteringOptions) == 0x000020, "Wrong size on FGeometryScriptPointClusteringOptions"); \ +static_assert(offsetof(FGeometryScriptPointClusteringOptions, InitialClusterCenters) == 0x000000, "Member 'FGeometryScriptPointClusteringOptions::InitialClusterCenters' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPointClusteringOptions, TargetNumClusters) == 0x000010, "Member 'FGeometryScriptPointClusteringOptions::TargetNumClusters' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPointClusteringOptions, InitializeMethod) == 0x000014, "Member 'FGeometryScriptPointClusteringOptions::InitializeMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPointClusteringOptions, RandomSeed) == 0x000018, "Member 'FGeometryScriptPointClusteringOptions::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPointClusteringOptions, MaxIterations) == 0x00001C, "Member 'FGeometryScriptPointClusteringOptions::MaxIterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPointPriorityOptions \ +static_assert(alignof(FGeometryScriptPointPriorityOptions) == 0x000008, "Wrong alignment on FGeometryScriptPointPriorityOptions"); \ +static_assert(sizeof(FGeometryScriptPointPriorityOptions) == 0x000018, "Wrong size on FGeometryScriptPointPriorityOptions"); \ +static_assert(offsetof(FGeometryScriptPointPriorityOptions, OptionalPriorityWeights) == 0x000000, "Member 'FGeometryScriptPointPriorityOptions::OptionalPriorityWeights' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPointPriorityOptions, bUniformSpacing) == 0x000010, "Member 'FGeometryScriptPointPriorityOptions::bUniformSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPointFlatteningOptions \ +static_assert(alignof(FGeometryScriptPointFlatteningOptions) == 0x000010, "Wrong alignment on FGeometryScriptPointFlatteningOptions"); \ +static_assert(sizeof(FGeometryScriptPointFlatteningOptions) == 0x000070, "Wrong size on FGeometryScriptPointFlatteningOptions"); \ +static_assert(offsetof(FGeometryScriptPointFlatteningOptions, Frame) == 0x000000, "Member 'FGeometryScriptPointFlatteningOptions::Frame' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPointFlatteningOptions, DropAxis) == 0x000060, "Member 'FGeometryScriptPointFlatteningOptions::DropAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPolygonOffsetOptions \ +static_assert(alignof(FGeometryScriptPolygonOffsetOptions) == 0x000008, "Wrong alignment on FGeometryScriptPolygonOffsetOptions"); \ +static_assert(sizeof(FGeometryScriptPolygonOffsetOptions) == 0x000028, "Wrong size on FGeometryScriptPolygonOffsetOptions"); \ +static_assert(offsetof(FGeometryScriptPolygonOffsetOptions, JoinType) == 0x000000, "Member 'FGeometryScriptPolygonOffsetOptions::JoinType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPolygonOffsetOptions, MiterLimit) == 0x000008, "Member 'FGeometryScriptPolygonOffsetOptions::MiterLimit' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPolygonOffsetOptions, bOffsetBothSides) == 0x000010, "Member 'FGeometryScriptPolygonOffsetOptions::bOffsetBothSides' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPolygonOffsetOptions, StepsPerRadianScale) == 0x000018, "Member 'FGeometryScriptPolygonOffsetOptions::StepsPerRadianScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptPolygonOffsetOptions, MaximumStepsPerRadian) == 0x000020, "Member 'FGeometryScriptPolygonOffsetOptions::MaximumStepsPerRadian' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptOpenPathOffsetOptions \ +static_assert(alignof(FGeometryScriptOpenPathOffsetOptions) == 0x000008, "Wrong alignment on FGeometryScriptOpenPathOffsetOptions"); \ +static_assert(sizeof(FGeometryScriptOpenPathOffsetOptions) == 0x000028, "Wrong size on FGeometryScriptOpenPathOffsetOptions"); \ +static_assert(offsetof(FGeometryScriptOpenPathOffsetOptions, JoinType) == 0x000000, "Member 'FGeometryScriptOpenPathOffsetOptions::JoinType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptOpenPathOffsetOptions, MiterLimit) == 0x000008, "Member 'FGeometryScriptOpenPathOffsetOptions::MiterLimit' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptOpenPathOffsetOptions, EndType) == 0x000010, "Member 'FGeometryScriptOpenPathOffsetOptions::EndType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptOpenPathOffsetOptions, StepsPerRadianScale) == 0x000018, "Member 'FGeometryScriptOpenPathOffsetOptions::StepsPerRadianScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptOpenPathOffsetOptions, MaximumStepsPerRadian) == 0x000020, "Member 'FGeometryScriptOpenPathOffsetOptions::MaximumStepsPerRadian' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSplineSamplingOptions \ +static_assert(alignof(FGeometryScriptSplineSamplingOptions) == 0x000004, "Wrong alignment on FGeometryScriptSplineSamplingOptions"); \ +static_assert(sizeof(FGeometryScriptSplineSamplingOptions) == 0x000014, "Wrong size on FGeometryScriptSplineSamplingOptions"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, NumSamples) == 0x000000, "Member 'FGeometryScriptSplineSamplingOptions::NumSamples' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, ErrorTolerance) == 0x000004, "Member 'FGeometryScriptSplineSamplingOptions::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, SampleSpacing) == 0x000008, "Member 'FGeometryScriptSplineSamplingOptions::SampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, CoordinateSpace) == 0x000009, "Member 'FGeometryScriptSplineSamplingOptions::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, RangeMethod) == 0x00000A, "Member 'FGeometryScriptSplineSamplingOptions::RangeMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, RangeStart) == 0x00000C, "Member 'FGeometryScriptSplineSamplingOptions::RangeStart' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSplineSamplingOptions, RangeEnd) == 0x000010, "Member 'FGeometryScriptSplineSamplingOptions::RangeEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptCopyMeshFromComponentOptions \ +static_assert(alignof(FGeometryScriptCopyMeshFromComponentOptions) == 0x000004, "Wrong alignment on FGeometryScriptCopyMeshFromComponentOptions"); \ +static_assert(sizeof(FGeometryScriptCopyMeshFromComponentOptions) == 0x00000C, "Wrong size on FGeometryScriptCopyMeshFromComponentOptions"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromComponentOptions, bWantNormals) == 0x000000, "Member 'FGeometryScriptCopyMeshFromComponentOptions::bWantNormals' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromComponentOptions, bWantTangents) == 0x000001, "Member 'FGeometryScriptCopyMeshFromComponentOptions::bWantTangents' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromComponentOptions, bWantInstanceColors) == 0x000002, "Member 'FGeometryScriptCopyMeshFromComponentOptions::bWantInstanceColors' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshFromComponentOptions, RequestedLOD) == 0x000004, "Member 'FGeometryScriptCopyMeshFromComponentOptions::RequestedLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptDetermineMeshOcclusionOptions \ +static_assert(alignof(FGeometryScriptDetermineMeshOcclusionOptions) == 0x000008, "Wrong alignment on FGeometryScriptDetermineMeshOcclusionOptions"); \ +static_assert(sizeof(FGeometryScriptDetermineMeshOcclusionOptions) == 0x000010, "Wrong size on FGeometryScriptDetermineMeshOcclusionOptions"); \ +static_assert(offsetof(FGeometryScriptDetermineMeshOcclusionOptions, SamplingDensity) == 0x000000, "Member 'FGeometryScriptDetermineMeshOcclusionOptions::SamplingDensity' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDetermineMeshOcclusionOptions, bDoubleSided) == 0x000008, "Member 'FGeometryScriptDetermineMeshOcclusionOptions::bDoubleSided' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptDetermineMeshOcclusionOptions, NumSearchDirections) == 0x00000C, "Member 'FGeometryScriptDetermineMeshOcclusionOptions::NumSearchDirections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSampleTextureOptions \ +static_assert(alignof(FGeometryScriptSampleTextureOptions) == 0x000008, "Wrong alignment on FGeometryScriptSampleTextureOptions"); \ +static_assert(sizeof(FGeometryScriptSampleTextureOptions) == 0x000028, "Wrong size on FGeometryScriptSampleTextureOptions"); \ +static_assert(offsetof(FGeometryScriptSampleTextureOptions, SamplingMethod) == 0x000000, "Member 'FGeometryScriptSampleTextureOptions::SamplingMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSampleTextureOptions, bWrap) == 0x000001, "Member 'FGeometryScriptSampleTextureOptions::bWrap' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSampleTextureOptions, UVScale) == 0x000008, "Member 'FGeometryScriptSampleTextureOptions::UVScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptSampleTextureOptions, UVOffset) == 0x000018, "Member 'FGeometryScriptSampleTextureOptions::UVOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeDistanceFieldSettings \ +static_assert(alignof(FComputeDistanceFieldSettings) == 0x000004, "Wrong alignment on FComputeDistanceFieldSettings"); \ +static_assert(sizeof(FComputeDistanceFieldSettings) == 0x00001C, "Wrong size on FComputeDistanceFieldSettings"); \ +static_assert(offsetof(FComputeDistanceFieldSettings, ComputeMode) == 0x000000, "Member 'FComputeDistanceFieldSettings::ComputeMode' has a wrong offset!"); \ +static_assert(offsetof(FComputeDistanceFieldSettings, NarrowBandWidth) == 0x000004, "Member 'FComputeDistanceFieldSettings::NarrowBandWidth' has a wrong offset!"); \ +static_assert(offsetof(FComputeDistanceFieldSettings, NarrowBandUnits) == 0x000008, "Member 'FComputeDistanceFieldSettings::NarrowBandUnits' has a wrong offset!"); \ +static_assert(offsetof(FComputeDistanceFieldSettings, VoxelsPerDimensions) == 0x00000C, "Member 'FComputeDistanceFieldSettings::VoxelsPerDimensions' has a wrong offset!"); \ +static_assert(offsetof(FComputeDistanceFieldSettings, bRequirePower2) == 0x000018, "Member 'FComputeDistanceFieldSettings::bRequirePower2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDistanceFieldToTextureSettings \ +static_assert(alignof(FDistanceFieldToTextureSettings) == 0x000004, "Wrong alignment on FDistanceFieldToTextureSettings"); \ +static_assert(sizeof(FDistanceFieldToTextureSettings) == 0x000008, "Wrong size on FDistanceFieldToTextureSettings"); \ +static_assert(offsetof(FDistanceFieldToTextureSettings, Scale) == 0x000000, "Member 'FDistanceFieldToTextureSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(FDistanceFieldToTextureSettings, Offset) == 0x000004, "Member 'FDistanceFieldToTextureSettings::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes) == 0x0000B8, "Wrong size on GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes, ApproximateOptions) == 0x0000A0, "Member 'GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes::ApproximateOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes, bHasApproximated) == 0x0000AC, "Member 'GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes::bHasApproximated' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes, Debug) == 0x0000B0, "Member 'GeometryScriptLibrary_CollisionFunctions_ApproximateConvexHullsWithSimplerCollisionShapes::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision) == 0x000148, "Wrong size on GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision, CollisionToUpdate) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision::CollisionToUpdate' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision, AppendCollision) == 0x0000A0, "Member 'GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision::AppendCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision, Debug) == 0x000140, "Member 'GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollision::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollisionArray \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollisionArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollisionArray"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollisionArray) == 0x0000B8, "Wrong size on GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollisionArray"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollisionArray, SimpleCollisionArray) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollisionArray::SimpleCollisionArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollisionArray, SimpleCollision) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollisionArray::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollisionArray, Debug) == 0x0000B0, "Member 'GeometryScriptLibrary_CollisionFunctions_CombineSimpleCollisionArray::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition) == 0x0000F8, "Wrong size on GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition, Options) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition, Debug) == 0x000050, "Member 'GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_CollisionFunctions_ComputeNavigableConvexDecomposition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace) == 0x000070, "Wrong size on GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace, MeshBVH) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace::MeshBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace, NegativeSpaceOptions) == 0x000020, "Member 'GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace::NegativeSpaceOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace, Debug) == 0x000058, "Member 'GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace, ReturnValue) == 0x000060, "Member 'GeometryScriptLibrary_CollisionFunctions_ComputeNegativeSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray) == 0x000020, "Wrong size on GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray, SphereCovering) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_Conv_GeometryScriptSphereCoveringToSphereArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering) == 0x000020, "Wrong size on GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering, Spheres) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering::Spheres' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_Conv_SphereArrayToGeometryScriptSphereCovering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh) == 0x0000E0, "Wrong size on GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh, FromDynamicMesh) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh::FromDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh, Options) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh, Debug) == 0x000038, "Member 'GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_CollisionFunctions_GenerateCollisionFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent) == 0x0000B0, "Wrong size on GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent, Component) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent, Debug) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh) == 0x0000B0, "Wrong size on GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh, StaticMesh) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh, Debug) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionFromStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount) == 0x0000A8, "Wrong size on GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_CollisionFunctions_GetSimpleCollisionShapeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes) == 0x0001D0, "Wrong size on GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes, MergeOptions) == 0x0000A0, "Member 'GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes::MergeOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes, bHasMerged) == 0x000120, "Member 'GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes::bHasMerged' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes, Debug) == 0x000128, "Member 'GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes, ReturnValue) == 0x000130, "Member 'GeometryScriptLibrary_CollisionFunctions_MergeSimpleCollisionShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision) == 0x000018, "Wrong size on GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision, Component) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision::Component' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision, bEmitTransaction) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision::bEmitTransaction' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision, Debug) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_ResetDynamicMeshCollision::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_ResetSimpleCollision \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_ResetSimpleCollision) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_ResetSimpleCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_ResetSimpleCollision) == 0x0000A0, "Wrong size on GeometryScriptLibrary_CollisionFunctions_ResetSimpleCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_ResetSimpleCollision, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_ResetSimpleCollision::SimpleCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh) == 0x000050, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh, FromDynamicMesh) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh::FromDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh, ToDynamicMeshComponent) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh::ToDynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh, Options) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh, Debug) == 0x000040, "Member 'GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent) == 0x0000B8, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent, DynamicMeshComponent) == 0x0000A0, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent, Options) == 0x0000A8, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent, Debug) == 0x0000B0, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfDynamicMeshComponent::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh) == 0x0000B8, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh, StaticMesh) == 0x0000A0, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh, Options) == 0x0000A8, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh, StaticMeshCollisionOptions) == 0x0000A9, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh::StaticMeshCollisionOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh, Debug) == 0x0000B0, "Member 'GeometryScriptLibrary_CollisionFunctions_SetSimpleCollisionOfStaticMesh::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent) == 0x000020, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent, StaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent::StaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent, SourceComponent) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent, Options) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent, StaticMeshCollisionOptions) == 0x000011, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent::StaticMeshCollisionOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent, Debug) == 0x000018, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromComponent::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh) == 0x000058, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, FromDynamicMesh) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::FromDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, ToStaticMeshAsset) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::ToStaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, Options) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, StaticMeshCollisionOptions) == 0x000040, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::StaticMeshCollisionOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, Debug) == 0x000048, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision) == 0x000028, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision, StaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision::StaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision, StaticMeshCollisionAsset) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision::StaticMeshCollisionAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision, bEmitTransaction) == 0x000010, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision::bEmitTransaction' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision, bMarkCollisionAsCustomized) == 0x000011, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision::bMarkCollisionAsCustomized' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision, Debug) == 0x000018, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCustomComplexCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls) == 0x0000C0, "Wrong size on GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls, SimplifyOptions) == 0x0000A0, "Member 'GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls::SimplifyOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls, bHasSimplified) == 0x0000B0, "Member 'GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls::bHasSimplified' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls, Debug) == 0x0000B8, "Member 'GeometryScriptLibrary_CollisionFunctions_SimplifyConvexHulls::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision) == 0x000008, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision) == 0x000010, "Wrong size on GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision, StaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision::StaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_CollisionFunctions_StaticMeshHasCustomizedCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes \ +static_assert(alignof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes) == 0x000010, "Wrong alignment on GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes"); \ +static_assert(sizeof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes) == 0x0001B0, "Wrong size on GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes, SimpleCollision) == 0x000000, "Member 'GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes, Transform) == 0x0000A0, "Member 'GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes, TransformOptions) == 0x000100, "Member 'GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes::TransformOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes, bSuccess) == 0x000102, "Member 'GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes, Debug) == 0x000108, "Member 'GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes, ReturnValue) == 0x000110, "Member 'GeometryScriptLibrary_CollisionFunctions_TransformSimpleCollisionShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_CollisionFunctions \ +static_assert(alignof(UGeometryScriptLibrary_CollisionFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_CollisionFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_CollisionFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_CollisionFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition \ +static_assert(alignof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition"); \ +static_assert(sizeof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition) == 0x000050, "Wrong size on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition, CopyToMesh) == 0x000008, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition::CopyToMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition, CopyToMeshOut) == 0x000010, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition::CopyToMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition, Options) == 0x000018, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition, Debug) == 0x000040, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexDecomposition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull \ +static_assert(alignof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull"); \ +static_assert(sizeof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull) == 0x000048, "Wrong size on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, CopyToMesh) == 0x000008, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::CopyToMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, CopyToMeshOut) == 0x000010, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::CopyToMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, Selection) == 0x000018, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, Options) == 0x000028, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, Debug) == 0x000038, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox \ +static_assert(alignof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox"); \ +static_assert(sizeof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox) == 0x0000B0, "Wrong size on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox, OrientedBoxOut) == 0x000008, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox::OrientedBoxOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox, Selection) == 0x000080, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox, Options) == 0x000090, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshOrientedBox::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_ClearColorList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ClearColorList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ClearColorList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ClearColorList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ClearColorList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearColorList, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearColorList::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearColorList, ClearColor) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearColorList::ClearColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList, ClearValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearIndexList::ClearValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList, ClearValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearScalarList::ClearValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ClearUVList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ClearUVList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ClearUVList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ClearUVList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ClearUVList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearUVList, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearUVList::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearUVList, ClearUV) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearUVList::ClearUV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList, ClearValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ClearVectorList::ClearValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList, ColorArray) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList::ColorArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList, ColorList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToColorList::ColorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList) == 0x000030, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList, IndexArray) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList::IndexArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList, IndexList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList, IndexType) == 0x000028, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToIndexList::IndexType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList, VectorArray) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList::VectorArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList, ScalarList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToScalarList::ScalarList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList, TriangleArray) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList::TriangleArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList, TriangleList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToTriangleList::TriangleList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList, UVArray) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList::UVArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList, UVList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToUVList::UVList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList, VectorArray) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList::VectorArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList, VectorList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertArrayToVectorList::VectorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray, ColorArray) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertColorListToArray::ColorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray, IndexArray) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertIndexListToArray::IndexArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray, ScalarArray) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertScalarListToArray::ScalarArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray, TriangleList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray, TriangleArray) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertTriangleListToArray::TriangleArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray, UVArray) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertUVListToArray::UVArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray, VectorArray) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ConvertVectorListToArray::VectorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList, DuplicateList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateColorList::DuplicateList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList) == 0x000030, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList, DuplicateList) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateIndexList::DuplicateList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList, DuplicateList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateScalarList::DuplicateList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList, DuplicateList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateUVList::DuplicateList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList, DuplicateList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_DuplicateVectorList::DuplicateList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel, ScalarList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel, ChannelIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannel::ChannelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels) == 0x000030, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels, VectorList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels, XChannelIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels::XChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels, YChannelIndex) == 0x000024, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels::YChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels, ZChannelIndex) == 0x000028, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractColorListChannels::ZChannelIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ExtractUVListComponent \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ExtractUVListComponent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ExtractUVListComponent"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ExtractUVListComponent) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ExtractUVListComponent"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractUVListComponent, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractUVListComponent::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractUVListComponent, ScalarList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractUVListComponent::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractUVListComponent, ComponentIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractUVListComponent::ComponentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponent \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponent"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponent) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponent"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponent, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponent::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponent, ScalarList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponent::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponent, ComponentIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponent::ComponentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs, UVList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs, UComponentIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs::UComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs, VComponentIndex) == 0x000024, "Member 'GeometryScriptLibrary_ListUtilityFunctions_ExtractVectorListComponentsAsUVs::VComponentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem, bIsValidIndex) == 0x000014, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListLastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetColorListLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem, Index_0) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem, bIsValidIndex) == 0x00001C, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetIndexListLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem) == 0x000020, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem, bIsValidIndex) == 0x000014, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetScalarListLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem, TriangleList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem, Triangle) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem::Triangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem, bIsValidTriangle) == 0x000014, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle, TriangleList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLastTriangle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength, TriangleList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetTriangleListLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem, bIsValidIndex) == 0x000014, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListLastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetUVListLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem) == 0x000030, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem, bIsValidIndex) == 0x000014, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength) == 0x000018, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_GetVectorListLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars) == 0x000038, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars, ScalarList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars, ColorChannel) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars::ColorChannel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars, DefaultColor) == 0x000024, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelFromScalars::DefaultColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs) == 0x000038, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs, UVList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs, UToChannelIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs::UToChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs, VToChannelIndex) == 0x000024, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs::VToChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs, DefaultColor) == 0x000028, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromUVs::DefaultColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors) == 0x000040, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors, VectorList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors, XToChannelIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors::XToChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors, YToChannelIndex) == 0x000024, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors::YToChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors, ZToChannelIndex) == 0x000028, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors::ZToChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors, DefaultColor) == 0x00002C, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListChannelsFromVectors::DefaultColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem, ColorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem, NewColor) == 0x000014, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem::NewColor' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem, bIsValidIndex) == 0x000024, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetColorListItem::bIsValidIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem, IndexList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem, Index_0) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem, NewValue) == 0x00001C, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem::NewValue' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem, bIsValidIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetIndexListItem::bIsValidIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem) == 0x000028, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem, NewValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem::NewValue' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem, bIsValidIndex) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetScalarListItem::bIsValidIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars) == 0x000038, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars, ScalarList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars, UVComponent) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars::UVComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars, DefaultUV) == 0x000028, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetUVListComponentFromScalars::DefaultUV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem) == 0x000030, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem, UVList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem, NewUV) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem::NewUV' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem, bIsValidIndex) == 0x000028, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetUVListItem::bIsValidIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars) == 0x000040, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars, ScalarList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars, VectorComponent) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars::VectorComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars, DefaultVector) == 0x000028, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentFromScalars::DefaultVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs) == 0x000040, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs, UVList) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs, UToVectorComponent) == 0x000020, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs::UToVectorComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs, VToVectorComponent) == 0x000024, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs::VToVectorComponent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs, DefaultVector) == 0x000028, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListComponentsFromUVs::DefaultVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem \ +static_assert(alignof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem"); \ +static_assert(sizeof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem) == 0x000038, "Wrong size on GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem, Index_0) == 0x000010, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem, NewValue) == 0x000018, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem::NewValue' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem, bIsValidIndex) == 0x000030, "Member 'GeometryScriptLibrary_ListUtilityFunctions_SetVectorListItem::bIsValidIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_ListUtilityFunctions \ +static_assert(alignof(UGeometryScriptLibrary_ListUtilityFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_ListUtilityFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_ListUtilityFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_ListUtilityFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD) == 0x000028, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD, StaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD::StaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD, RequestedLOD) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD::RequestedLOD' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD, Outcome) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD, Debug) == 0x000018, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CheckStaticMeshHasAvailableLOD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialListToMaterialMap \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialListToMaterialMap) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialListToMaterialMap"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialListToMaterialMap) == 0x000070, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialListToMaterialMap"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialListToMaterialMap, MaterialList) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialListToMaterialMap::MaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialListToMaterialMap, MaterialSlotNames) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialListToMaterialMap::MaterialSlotNames' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialListToMaterialMap, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialListToMaterialMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialMapToMaterialList \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialMapToMaterialList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialMapToMaterialList"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialMapToMaterialList) == 0x000070, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialMapToMaterialList"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialMapToMaterialList, MaterialMap) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialMapToMaterialList::MaterialMap' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialMapToMaterialList, MaterialList) == 0x000050, "Member 'GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialMapToMaterialList::MaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialMapToMaterialList, MaterialSlotNames) == 0x000060, "Member 'GeometryScriptLibrary_StaticMeshFunctions_ConvertMaterialMapToMaterialList::MaterialSlotNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, FromSkeletalMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::FromSkeletalMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, ToDynamicMesh) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::ToDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, AssetOptions) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::AssetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, RequestedLOD) == 0x000014, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::RequestedLOD' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, Outcome) == 0x00001C, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, Debug) == 0x000020, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, FromStaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::FromStaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, ToDynamicMesh) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::ToDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, AssetOptions) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::AssetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, RequestedLOD) == 0x000014, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::RequestedLOD' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, Outcome) == 0x00001C, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, Debug) == 0x000020, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2 \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2) == 0x000030, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2, FromStaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2::FromStaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2, ToDynamicMesh) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2::ToDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2, AssetOptions) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2::AssetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2, RequestedLOD) == 0x000014, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2::RequestedLOD' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2, Outcome) == 0x00001C, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2, bUseSectionMaterials) == 0x00001D, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2::bUseSectionMaterials' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2, Debug) == 0x000020, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshFromStaticMeshV2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh) == 0x0000E8, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, FromDynamicMesh) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::FromDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, ToSkeletalMeshAsset) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::ToSkeletalMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, Options) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, TargetLod) == 0x0000C8, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::TargetLod' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, Outcome) == 0x0000D0, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, Debug) == 0x0000D8, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh, ReturnValue) == 0x0000E0, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh) == 0x0000E8, "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) == 0x0000C8, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::TargetLod' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, Outcome) == 0x0000D0, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, bUseSectionMaterials) == 0x0000D1, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::bUseSectionMaterials' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, Debug) == 0x0000D8, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, ReturnValue) == 0x0000E0, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh) == 0x000038, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh, FromMorphTarget) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh::FromMorphTarget' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh, ToSkeletalMeshAsset) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh::ToSkeletalMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh, MorphTargetName) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh, Options) == 0x000018, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh, TargetLod) == 0x00001C, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh::TargetLod' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh, Outcome) == 0x000024, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMorphTargetToSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh, FromDynamicMesh) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh::FromDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh, ToSkeletalMeshAsset) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh::ToSkeletalMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh, TargetProfileName) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh::TargetProfileName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh, SourceProfileName) == 0x000018, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh::SourceProfileName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh, Options) == 0x000020, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh, TargetLod) == 0x000024, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh::TargetLod' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh, Outcome) == 0x00002C, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopySkinWeightProfileToSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh) == 0x000050, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh, FromSkeletalMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh::FromSkeletalMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh, RequestedLOD) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh::RequestedLOD' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh, MaterialList) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh::MaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh, MaterialIndex) == 0x000020, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh, MaterialSlotNames) == 0x000030, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh::MaterialSlotNames' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh, Outcome) == 0x000040, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh, Debug) == 0x000048, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetLODMaterialListFromSkeletalMesh::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh, FromSkeletalMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh::FromSkeletalMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh, MaterialList) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh::MaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh, MaterialSlotNames) == 0x000018, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh::MaterialSlotNames' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromSkeletalMesh::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh, FromStaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh::FromStaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh, MaterialList) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh::MaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh, MaterialSlotNames) == 0x000018, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh::MaterialSlotNames' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetMaterialListFromStaticMesh::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType) == 0x000010, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType, StaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType::StaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType, LODType) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType::LODType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType, ReturnValue) == 0x00000C, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetNumStaticMeshLODsOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh) == 0x000050, "Wrong size on GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, FromStaticMeshAsset) == 0x000000, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::FromStaticMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, RequestedLOD) == 0x000008, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::RequestedLOD' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, MaterialList) == 0x000010, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::MaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, MaterialIndex) == 0x000020, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, MaterialSlotNames) == 0x000030, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::MaterialSlotNames' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, Outcome) == 0x000040, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, Debug) == 0x000048, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_StaticMeshFunctions \ +static_assert(alignof(UGeometryScriptLibrary_StaticMeshFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_StaticMeshFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_StaticMeshFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_StaticMeshFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_BakeTexture \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_BakeTexture"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture) == 0x000140, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_BakeTexture"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, TargetTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, TargetOptions) == 0x000070, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::TargetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, SourceMesh) == 0x000078, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::SourceMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, SourceTransform) == 0x000080, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::SourceTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, SourceOptions) == 0x0000E0, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::SourceOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, BakeTypes) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::BakeTypes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, BakeOptions) == 0x000100, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::BakeOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, Debug) == 0x000128, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTexture, ReturnValue) == 0x000130, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures) == 0x000160, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, TargetLocalToWorld) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::TargetLocalToWorld' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, TargetOptions) == 0x000070, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::TargetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, SourceActors) == 0x000078, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::SourceActors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, BakeOptions) == 0x000088, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::BakeOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, Debug) == 0x0000C8, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures, ReturnValue) == 0x0000D0, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeTextureFromRenderCaptures::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_BakeVertex \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_BakeVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex) == 0x000190, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_BakeVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, TargetTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, TargetOptions) == 0x000070, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::TargetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, SourceMesh) == 0x000078, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::SourceMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, SourceTransform) == 0x000080, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::SourceTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, SourceOptions) == 0x0000E0, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::SourceOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, BakeTypes) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::BakeTypes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, BakeOptions) == 0x000170, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::BakeOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, Debug) == 0x000180, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_BakeVertex, ReturnValue) == 0x000188, "Member 'GeometryScriptLibrary_MeshBakeFunctions_BakeVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt) == 0x000004, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt) == 0x000008, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt, BakeResolution) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt::BakeResolution' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt, ReturnValue) == 0x000004, "Member 'GeometryScriptLibrary_MeshBakeFunctions_ConvertBakeResolutionToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion, OcclusionRays) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion::OcclusionRays' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion, MaxDistance) == 0x000004, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion, SpreadAngle) == 0x000008, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion::SpreadAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion, BiasAngle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion::BiasAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeAmbientOcclusion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal, OcclusionRays) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal::OcclusionRays' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal, MaxDistance) == 0x000004, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal, SpreadAngle) == 0x000008, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal::SpreadAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal, NormalSpace) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal::NormalSpace' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeBentNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant, Value) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant::Value' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeConstant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature, CurvatureType) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature::CurvatureType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature, ColorMapping) == 0x000001, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature::ColorMapping' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature, ColorRangeMultiplier) == 0x000004, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature::ColorRangeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature, MinRangeMultiplier) == 0x000008, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature::MinRangeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature, Clamping) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature::Clamping' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeCurvature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeFaceNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight, RangeMode) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight::RangeMode' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight, InnerDistance) == 0x000004, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight::InnerDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight, OuterDistance) == 0x000008, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight::OuterDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture, MaterialIDSourceTextures) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture::MaterialIDSourceTextures' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture, SourceUVLayer) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture::SourceUVLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeMultiTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeObjectNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTangentNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture, SourceTexture) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture::SourceTexture' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture, SourceUVLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture::SourceUVLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell, SourceUVLayer) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell::SourceUVLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell, WireframeThickness) == 0x000004, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell::WireframeThickness' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell, WireframeColor) == 0x000008, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell::WireframeColor' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell, ShellColor) == 0x000018, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell::ShellColor' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell, BackgroundColor) == 0x000028, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeUVShell::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor \ +static_assert(alignof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshBakeFunctions_MakeBakeTypeVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshBakeFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshBakeFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshBakeFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshBakeFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshBakeFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, NewTrianglesList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::NewTrianglesList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, NewIndicesList) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::NewIndicesList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, NewTriangleGroupID) == 0x000030, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::NewTriangleGroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, bDeferChangeNotifications) == 0x000034, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTrianglesToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, NewTriangle) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::NewTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, NewTriangleIndex) == 0x000014, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::NewTriangleIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, NewTriangleGroupID) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::NewTriangleGroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, bDeferChangeNotifications) == 0x00001C, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddTriangleToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh, NewPosition) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh, NewVertexIndex) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh::NewVertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh, bDeferChangeNotifications) == 0x000024, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVertexToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh, NewPositionsList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh::NewPositionsList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh, NewIndicesList) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh::NewIndicesList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh, bDeferChangeNotifications) == 0x000030, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AddVerticesToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh) == 0x000108, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, Buffers) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::Buffers' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, NewTriangleIndicesList) == 0x0000D8, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::NewTriangleIndicesList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, MaterialID) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, bDeferChangeNotifications) == 0x0000F4, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, Debug) == 0x0000F8, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh, ReturnValue) == 0x000100, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendBuffersToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, AppendMesh_0) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::AppendMesh_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, AppendTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::AppendTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, bDeferChangeNotifications) == 0x000070, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, AppendOptions) == 0x000071, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::AppendOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, AppendMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::AppendMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, AppendTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::AppendTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, RepeatCount) == 0x000070, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::RepeatCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, bApplyTransformToFirstInstance) == 0x000074, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::bApplyTransformToFirstInstance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, bDeferChangeNotifications) == 0x000075, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, AppendOptions) == 0x000076, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::AppendOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials) == 0x0000C0, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, TargetMeshMaterialList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::TargetMeshMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, AppendMesh) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::AppendMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, AppendMeshMaterialList) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::AppendMeshMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, ResultMeshMaterialList) == 0x000030, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::ResultMeshMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, AppendTransform) == 0x000040, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::AppendTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, RepeatCount) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::RepeatCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, bApplyTransformToFirstInstance) == 0x0000A4, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::bApplyTransformToFirstInstance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, bDeferChangeNotifications) == 0x0000A5, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, AppendOptions) == 0x0000A6, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::AppendOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, bCompactAppendedMaterials) == 0x0000A7, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::bCompactAppendedMaterials' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, Debug) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials, ReturnValue) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshRepeatedWithMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, AppendMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::AppendMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, AppendTransforms) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::AppendTransforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, ConstantTransform) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::ConstantTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, bConstantTransformIsRelative) == 0x000080, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::bConstantTransformIsRelative' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, bDeferChangeNotifications) == 0x000081, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, AppendOptions) == 0x000082, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::AppendOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials) == 0x0000D0, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, TargetMeshMaterialList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::TargetMeshMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, AppendMesh) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::AppendMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, AppendMeshMaterialList) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::AppendMeshMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, ResultMeshMaterialList) == 0x000030, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::ResultMeshMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, AppendTransforms) == 0x000040, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::AppendTransforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, ConstantTransform) == 0x000050, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::ConstantTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, bConstantTransformIsRelative) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::bConstantTransformIsRelative' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, bDeferChangeNotifications) == 0x0000B1, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, AppendOptions) == 0x0000B2, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::AppendOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, bCompactAppendedMaterials) == 0x0000B3, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::bCompactAppendedMaterials' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, Debug) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials, ReturnValue) == 0x0000C0, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshTransformedWithMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials) == 0x0000C0, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials, TargetMeshMaterialList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials::TargetMeshMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials, AppendMesh) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials::AppendMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials, AppendMeshMaterialList) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials::AppendMeshMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials, ResultMeshMaterialList) == 0x000030, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials::ResultMeshMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials, AppendTransform) == 0x000040, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials::AppendTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials, bDeferChangeNotifications) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials, AppendOptions) == 0x0000A1, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials::AppendOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials, bCompactAppendedMaterials) == 0x0000A2, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials::bCompactAppendedMaterials' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials, Debug) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials, ReturnValue) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_AppendMeshWithMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh, NumDeleted) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh::NumDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh, bDeferChangeNotifications) == 0x00001C, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteSelectedTrianglesFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh, bWasTriangleDeleted) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh::bWasTriangleDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh, bDeferChangeNotifications) == 0x00000D, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTriangleFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh, TriangleList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh, NumDeleted) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh::NumDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh, bDeferChangeNotifications) == 0x000024, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteTrianglesFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh, bWasVertexDeleted) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh::bWasVertexDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh, bDeferChangeNotifications) == 0x00000D, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVertexFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh, VertexList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh::VertexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh, NumDeleted) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh::NumDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh, bDeferChangeNotifications) == 0x000024, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DeleteVerticesFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes, bDeferChangeNotifications) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_DiscardMeshAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair, VertexKeep) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair::VertexKeep' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair, VertexDiscard) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair::VertexDiscard' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair, bSuccess) == 0x000012, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair, InterpParam) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair::InterpParam' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair, bDeferChangeNotifications) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVertexPair::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections, SelectionKeep) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections::SelectionKeep' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections, SelectionDiscard) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections::SelectionDiscard' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections, Options) == 0x000028, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections, NumMerged) == 0x00002C, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections::NumMerged' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections, InterpParam) == 0x000030, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections::InterpParam' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections, DistanceThreshold) == 0x000038, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections::DistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections, bDeferChangeNotifications) == 0x000040, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_MergeMeshVerticesInSelections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions, PositionList) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions::PositionList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetAllMeshVertexPositions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition \ +static_assert(alignof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition, NewPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition, bIsValidVertex) == 0x000028, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition::bIsValidVertex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition, bDeferChangeNotifications) == 0x000029, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshBasicEditFunctions_SetVertexPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshBasicEditFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshBasicEditFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshBasicEditFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshBasicEditFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshBasicEditFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights, BoneWeightsA) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights::BoneWeightsA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights, BoneWeightsB) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights::BoneWeightsB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights, Alpha) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights::Alpha' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights, Result) == 0x000028, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights::Result' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_BlendBoneWeights::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights, Skeleton) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights, Profile) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_ComputeSmoothBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh, SourceMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh::SourceMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh, TargetMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton, SourceSkeleton) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton::SourceSkeleton' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton, TargetMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_CopyBonesFromSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_DiscardBonesFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo, BonesInfo) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo::BonesInfo' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetAllBonesInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, BoneName) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, bRecursive) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, bIsValidBoneName) == 0x000011, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::bIsValidBoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, ChildrenInfo) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::ChildrenInfo' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex, BoneName) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex, bIsValidBoneName) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex::bIsValidBoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex, BoneIndex) == 0x000014, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo) == 0x000110, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo, BoneName) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo, bIsValidBoneName) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo::bIsValidBoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo, BoneInfo) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo::BoneInfo' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo, Debug) == 0x000100, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo, ReturnValue) == 0x000108, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetBoneInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight, BoneWeight) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight::BoneWeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight, bHasValidBoneWeights) == 0x000014, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight::bHasValidBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight, Profile) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetLargestVertexBoneWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex, bHasBoneWeights) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex::bHasBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex, MaxBoneIndex) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex::MaxBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex, Profile) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetMaxBoneWeightIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName, BoneName) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetRootBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights, BoneWeights) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights::BoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights, bHasValidBoneWeights) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights::bHasValidBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights, Profile) == 0x000024, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_GetVertexBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights, bProfileExisted) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights::bProfileExisted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights, TargetProfile) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights::TargetProfile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights, SourceProfile) == 0x000014, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights::SourceProfile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCopyBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights, bProfileExisted) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights::bProfileExisted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights, bReplaceExistingProfile) == 0x000009, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights::bReplaceExistingProfile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights, Profile) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshCreateBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights, bHasBoneWeights) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights::bHasBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights, Profile) == 0x00000C, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_MeshHasBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights, BonesToPrune) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights::BonesToPrune' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights, Options) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights, Profile) == 0x00001C, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_PruneBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights, BoneWeights) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights::BoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights, Profile) == 0x000018, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetAllVertexBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, BoneWeights) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::BoneWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, bIsValidVertexID) == 0x000020, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::bIsValidVertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, Profile) == 0x000024, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::Profile' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_SetVertexBoneWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh) == 0x000070, "Wrong size on GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh, SourceMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh::SourceMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh, TargetMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh, Selection) == 0x000050, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh, Debug) == 0x000060, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_MeshBoneWeightFunctions_TransferBoneWeightsFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshBoneWeightFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshBoneWeightFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshBoneWeightFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshBoneWeightFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshBoneWeightFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean \ +static_assert(alignof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean) == 0x000100, "Wrong size on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, TargetTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, ToolMesh) == 0x000070, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::ToolMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, ToolTransform) == 0x000080, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::ToolTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, Operation) == 0x0000E0, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::Operation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, Options) == 0x0000E4, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, Debug) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean, ReturnValue) == 0x0000F8, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshBoolean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves \ +static_assert(alignof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves, PerVertexValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves::PerVertexValue' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves, Isovalue) == 0x000020, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves::Isovalue' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshIsoCurves::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) == 0x000080, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneCut, ReturnValue) == 0x000088, "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) == 0x0000A0, "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) == 0x000088, "Member 'GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshBooleanFunctions_ApplyMeshPlaneSlice, ReturnValue) == 0x000090, "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) == 0x000058, "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, DifferenceInfo) == 0x000020, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs::DifferenceInfo' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_IsSameMeshAs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes \ +static_assert(alignof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, OtherMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::OtherMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, MaxDistance) == 0x000018, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, MinDistance) == 0x000020, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, AverageDistance) == 0x000028, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::AverageDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, RootMeanSqrDeviation) == 0x000030, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::RootMeanSqrDeviation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshComparisonFunctions_MeasureDistancesBetweenMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshComparisonFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshComparisonFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshComparisonFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshComparisonFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshComparisonFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, StoreToSubmesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::StoreToSubmesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, StoreToSubmeshOut) == 0x000020, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::StoreToSubmeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, bAppendToExisting) == 0x000028, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::bAppendToExisting' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, bPreserveGroupIDs) == 0x000029, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::bPreserveGroupIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshSelectionToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh, CopyFromMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh::CopyFromMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh, CopyToMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh::CopyToMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh, CopyToMeshOut) == 0x000010, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh::CopyToMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_CopyMeshToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh, StoreToSubmesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh::StoreToSubmesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh, TriangleList) == 0x000010, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh, StoreToSubmeshOut) == 0x000028, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh::StoreToSubmeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_GetSubMeshFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByArea \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByArea"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByArea) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByArea"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByArea, Meshes) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByArea::Meshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByArea, bStableSort) == 0x000010, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByArea::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByArea, SortOrder) == 0x000011, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByArea::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByBoundsVolume \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByBoundsVolume) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByBoundsVolume"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByBoundsVolume) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByBoundsVolume"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByBoundsVolume, Meshes) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByBoundsVolume::Meshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByBoundsVolume, bStableSort) == 0x000010, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByBoundsVolume::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByBoundsVolume, SortOrder) == 0x000011, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByBoundsVolume::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues, Meshes) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues::Meshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues, ValuesToSortBy) == 0x000010, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues::ValuesToSortBy' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues, bStableSort) == 0x000020, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues, SortOrder) == 0x000021, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByCustomValues::SortOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByVolume \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByVolume) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByVolume"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByVolume) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByVolume"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByVolume, Meshes) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByVolume::Meshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByVolume, bStableSort) == 0x000010, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByVolume::bStableSort' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByVolume, SortOrder) == 0x000011, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SortMeshesByVolume::SortOrder' 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_GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap \ +static_assert(alignof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap, ComponentMeshes) == 0x000008, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap::ComponentMeshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap, MeshPool) == 0x000018, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap::MeshPool' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap, ConnectVerticesThreshold) == 0x000020, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap::ConnectVerticesThreshold' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshDecompositionFunctions_SplitMeshByVertexOverlap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshDecompositionFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshDecompositionFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshDecompositionFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshDecompositionFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshDecompositionFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, BendOrientation) == 0x000020, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::BendOrientation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, BendAngle) == 0x000080, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::BendAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, BendExtent) == 0x000084, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::BendExtent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyBendWarpToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors, VectorList) == 0x000018, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors, Magnitude) == 0x000028, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromPerVertexVectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap) == 0x000070, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, Texture) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::Texture' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, Options) == 0x000020, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, UVLayer) == 0x000058, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::UVLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, Debug) == 0x000060, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, FlareOrientation) == 0x000020, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::FlareOrientation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, FlarePercentX) == 0x000080, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::FlarePercentX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, FlarePercentY) == 0x000084, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::FlarePercentY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, FlareExtent) == 0x000088, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::FlareExtent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyFlareWarpToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh, Options) == 0x000018, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh, WarpOrientation) == 0x000010, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh::WarpOrientation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh, WarpType) == 0x000070, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh::WarpType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh, Options) == 0x000074, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyMathWarpToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh, Options) == 0x000018, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2 \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2, Options) == 0x000018, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, TwistOrientation) == 0x000020, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::TwistOrientation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, TwistAngle) == 0x000080, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::TwistAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, TwistExtent) == 0x000084, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::TwistExtent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyTwistWarpToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshDeformFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshDeformFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshDeformFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshDeformFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshDeformFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath \ +static_assert(alignof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, Direction) == 0x000008, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::Direction' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, StartTriangleID) == 0x000020, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::StartTriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, StartBaryCoords) == 0x000028, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::StartBaryCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, MaxPathLength) == 0x000040, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::MaxPathLength' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, SurfacePath) == 0x000048, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::SurfacePath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, bFoundErrors) == 0x000060, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::bFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, Debug) == 0x000068, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_CreateSurfacePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath \ +static_assert(alignof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, StartTriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::StartTriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, StartBaryCoords) == 0x000010, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::StartBaryCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, EndTriangleID) == 0x000028, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::EndTriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, EndBaryCoords) == 0x000030, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::EndBaryCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, ShortestPath) == 0x000048, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::ShortestPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, bFoundErrors) == 0x000060, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::bFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, Debug) == 0x000068, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestSurfacePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath \ +static_assert(alignof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, StartVertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::StartVertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, EndVertexID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::EndVertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, VertexIDList) == 0x000010, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::VertexIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, bFoundErrors) == 0x000028, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::bFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshGeodesicFunctions_GetShortestVertexPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshGeodesicFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshGeodesicFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshGeodesicFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshGeodesicFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshGeodesicFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs, ClearValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs::ClearValue' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_ClearMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs) == 0x000040, "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, bRemoveDuplicateMaterials) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs::bRemoveDuplicateMaterials' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_CompactMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID, MaterialID) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID, NumDeleted) == 0x00000C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID::NumDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID, bDeferChangeNotifications) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_DeleteTrianglesByMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_EnableMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs, MaterialIDList) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs::MaterialIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs, bHasMaterialIDs) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs::bHasMaterialIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetAllTriangleMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles, TriangleIDList) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles::TriangleIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles, MaterialIDList) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles::MaterialIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaterialIDsOfTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID, bHasMaterialIDs) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID::bHasMaterialIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID, ReturnValue) == 0x00000C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetMaxMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID, bIsValidTriangle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTriangleMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID, MaterialID) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID, TriangleIDList) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID::TriangleIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_GetTrianglesByMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials, TargetMeshMaterials) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials::TargetMeshMaterials' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials, RequiredMaterials) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials::RequiredMaterials' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials, CombinedMaterials) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials::CombinedMaterials' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials, RemapInvalidMaterialID) == 0x000038, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials::RemapInvalidMaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials, bCompactDuplicateMaterials) == 0x00003C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials::bCompactDuplicateMaterials' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapAndCombineMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs, FromMaterialID) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs::FromMaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs, ToMaterialID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs::ToMaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial, FromMaterialList) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial::FromMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial, ToMaterialList) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial::ToMaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial, MissingMaterialID) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial::MissingMaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_RemapToNewMaterialIDsByMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs, TriangleMaterialIDList) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs::TriangleMaterialIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs, bDeferChangeNotifications) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetAllTriangleMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection, MaterialID) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection, bDeferChangeNotifications) == 0x00001C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDForMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles, TriangleIDList) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles::TriangleIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles, MaterialID) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles, bDeferChangeNotifications) == 0x000024, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetMaterialIDOnTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, PolygroupID) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::PolygroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, MaterialID) == 0x000014, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, bIsValidPolygroupID) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::bIsValidPolygroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, bDeferChangeNotifications) == 0x000019, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetPolygroupMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID, MaterialID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID, bIsValidTriangle) == 0x000010, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID, bDeferChangeNotifications) == 0x000011, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshMaterialFunctions_SetTriangleMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshMaterialFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshMaterialFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshMaterialFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshMaterialFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshMaterialFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection, BevelOptions) == 0x000018, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection::BevelOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelEdgeSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection, BevelMode) == 0x000018, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection::BevelMode' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection, BevelOptions) == 0x00001C, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection::BevelOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshBevelSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces, bAllowBowtiesInOutput) == 0x000018, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces::bAllowBowtiesInOutput' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDisconnectFacesAlongEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces, NewTriangles) == 0x000018, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces::NewTriangles' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces, GroupOptions) == 0x000028, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces::GroupOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshDuplicateFaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0 \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude_Compatibility_5p0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces, Selection) == 0x000028, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshInsetOutsetFaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces, Selection) == 0x000040, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces, Debug) == 0x000050, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshLinearExtrudeFaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshOffsetFaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel) == 0x0000E0, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel, Debug) == 0x0000D0, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel, ReturnValue) == 0x0000D8, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshPolygroupBevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshShell::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshModelingFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshModelingFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshModelingFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshModelingFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshModelingFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_AutoRepairNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals, SplitOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals::SplitOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals, CalculateOptions) == 0x00001C, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals::CalculateOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeSplitNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_ComputeTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_DiscardTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_FlipNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals, bFlipTriangleOrientation) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals::bFlipTriangleOrientation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals, bFlipNormalDirection) == 0x000019, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals::bFlipNormalDirection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_FlipTriangleSelectionNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents, bHasTangents) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents::bHasTangents' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshHasTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals, NormalList) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals::NormalList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals, bIsValidNormalSet) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals::bIsValidNormalSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals, bHasVertexIDGaps) == 0x000019, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals::bHasVertexIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals, bAverageSplitVertexValues) == 0x00001A, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals::bAverageSplitVertexValues' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, TangentXList) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::TangentXList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, TangentYList) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::TangentYList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, bIsValidTangentSet) == 0x000028, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::bIsValidTangentSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, bHasVertexIDGaps) == 0x000029, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::bHasVertexIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, bAverageSplitVertexValues) == 0x00002A, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::bAverageSplitVertexValues' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_GetMeshPerVertexTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals, CalculateOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals::CalculateOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals, bDeferChangeNotifications) == 0x00000A, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection, CalculateOptions) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection::CalculateOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection, bDeferChangeNotifications) == 0x00001A, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_RecomputeNormalsForMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals, VertexNormalList) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals::VertexNormalList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents, TangentXList) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents::TangentXList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents, TangentYList) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents::TangentYList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshPerVertexTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals) == 0x000068, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals, Normals) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals::Normals' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals, bIsValidTriangle) == 0x000058, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals, bDeferChangeNotifications) == 0x000059, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals, ReturnValue) == 0x000060, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetMeshTriangleNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetPerFaceNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetPerVertexNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges, bSplit) == 0x000018, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges::bSplit' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges, bRecalculateNormals) == 0x000019, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges::bRecalculateNormals' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges, CalculateOptions) == 0x00001A, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges::CalculateOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges, bDeferChangeNotifications) == 0x00001C, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_SetSplitNormalsAlongSelectedEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal) == 0x000070, "Wrong size on GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, bUpdateNormal) == 0x00000C, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::bUpdateNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, NewNormal) == 0x000010, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::NewNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, bUpdateTangents) == 0x000028, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::bUpdateTangents' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, NewTangentX) == 0x000030, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::NewTangentX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, NewTangentY) == 0x000048, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::NewTangentY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, bIsValidVertex) == 0x000060, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::bIsValidVertex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, bMergeSplitValues) == 0x000061, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::bMergeSplitValues' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, bDeferChangeNotifications) == 0x000062, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_MeshNormalsFunctions_UpdateVertexNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshNormalsFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshNormalsFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshNormalsFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshNormalsFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshNormalsFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer, LayerName) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer::LayerName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer, GroupLayer) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer, bAlreadyExisted) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer::bAlreadyExisted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_AddNamedPolygroupLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups, ClearValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups::ClearValue' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ClearPolygroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold, CreaseAngle) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold::CreaseAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold, MinGroupSize) == 0x000014, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold::MinGroupSize' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromAngleThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, bRespectUVSeams) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::bRespectUVSeams' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, bRespectHardNormals) == 0x000011, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::bRespectHardNormals' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, QuadAdjacencyWeight) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::QuadAdjacencyWeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, QuadMetricClamp) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::QuadMetricClamp' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, MaxSearchRounds) == 0x000028, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::MaxSearchRounds' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ComputePolygroupsFromPolygonDetection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertComponentsToPolygroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups, UVLayer) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups::UVLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_ConvertUVIslandsToPolygroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer, FromGroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer::FromGroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer, ToGroupLayer) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer::ToGroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_CopyPolygroupsLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, PolygroupID) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::PolygroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, NumDeleted) == 0x000014, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::NumDeleted' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, bDeferChangeNotifications) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_DeleteTrianglesInPolygroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_EnablePolygroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName, LayerName) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName::LayerName' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName, GroupLayer) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName, Outcome) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_FindExtendedPolygroupLayerByName::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_GetPolyGroupBoundingBox \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox, GroupID) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox::GroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox, Bounds) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox::Bounds' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupBoundingBox::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_GetPolyGroupUVBoundingBox \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox, GroupID) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox::GroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox, UVChannel) == 0x000014, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox, UVBounds) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox::UVBounds' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid, GroupID) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid::GroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid, UVChannel) == 0x000014, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid, Centroid) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid::Centroid' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid, bIsValid) == 0x000028, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetPolyGroupUVCentroid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID, TriangleID) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID, bIsValidTriangle) == 0x000014, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglePolygroupID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup, PolygroupID) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup::PolygroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup, TriangleIDsOut) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup::TriangleIDsOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_GetTrianglesInPolygroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers, NumLayers) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers::NumLayers' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetNumExtendedPolygroupLayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, SetPolygroupIDOut) == 0x000020, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::SetPolygroupIDOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, SetPolygroupID) == 0x000024, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::SetPolygroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, bGenerateNewPolygroup) == 0x000028, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::bGenerateNewPolygroup' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, bDeferChangeNotifications) == 0x000029, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshPolygroupFunctions_SetPolygroupForMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshPolygroupFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshPolygroupFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshPolygroupFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshPolygroupFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshPolygroupFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPoolFunctions_GetGlobalMeshPool \ +static_assert(alignof(GeometryScriptLibrary_MeshPoolFunctions_GetGlobalMeshPool) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPoolFunctions_GetGlobalMeshPool"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPoolFunctions_GetGlobalMeshPool) == 0x000008, "Wrong size on GeometryScriptLibrary_MeshPoolFunctions_GetGlobalMeshPool"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPoolFunctions_GetGlobalMeshPool, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_MeshPoolFunctions_GetGlobalMeshPool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshPoolFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshPoolFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshPoolFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshPoolFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshPoolFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox) == 0x0000D0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, Box) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, StepsX) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, StepsY) == 0x0000AC, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, StepsZ) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, Debug) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox, ReturnValue) == 0x0000C0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision) == 0x000170, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision, SimpleCollision) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision, PrimitiveOptions) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision, Transform) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision, Box) == 0x000110, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision, StepsX) == 0x000148, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision, StepsY) == 0x00014C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision, StepsZ) == 0x000150, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision, Debug) == 0x000158, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision, ReturnValue) == 0x000160, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoundingBoxWithCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, DimensionZ) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::DimensionZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, StepsX) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, StepsY) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, StepsZ) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, Origin) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision) == 0x000140, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, SimpleCollision) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, PrimitiveOptions) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, Transform) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, DimensionX) == 0x000110, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, DimensionY) == 0x000114, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, DimensionZ) == 0x000118, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::DimensionZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, StepsX) == 0x00011C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, StepsY) == 0x000120, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, StepsZ) == 0x000124, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, Origin) == 0x000128, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, Debug) == 0x000130, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision, ReturnValue) == 0x000138, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendBoxWithCollision::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, SegmentSteps) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule::SegmentSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsule, Origin) == 0x000084, "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_AppendCapsuleWithCollision \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision) == 0x000140, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision, SimpleCollision) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision, PrimitiveOptions) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision, Transform) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision, Radius) == 0x000110, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision, LineLength) == 0x000114, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision::LineLength' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision, HemisphereSteps) == 0x000118, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision::HemisphereSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision, CircleSteps) == 0x00011C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision::CircleSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision, SegmentSteps) == 0x000120, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision::SegmentSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision, Origin) == 0x000124, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision, Debug) == 0x000128, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision, ReturnValue) == 0x000130, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCapsuleWithCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, BaseRadius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::BaseRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, TopRadius) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::TopRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Height) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Height' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, RadialSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::RadialSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, HeightSteps) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::HeightSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, bCapped) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Origin) == 0x000085, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, StepWidth) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::StepWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, StepHeight) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::StepHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, InnerRadius) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, CurveAngle) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::CurveAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, NumSteps) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, bFloating) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::bFloating' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCurvedStairs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Height) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Height' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, RadialSteps) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::RadialSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, HeightSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::HeightSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, bCapped) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Origin) == 0x000081, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendCylinder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D) == 0x0000C0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, VertexPositions) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::VertexPositions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, ConstrainedEdges) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::ConstrainedEdges' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, TriangulationOptions) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::TriangulationOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, PositionsToVertexIDs) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::PositionsToVertexIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, bHasDuplicateVertices) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::bHasDuplicateVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, Debug) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D, ReturnValue) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDelaunayTriangulation2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, AngleSteps) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::AngleSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, SpokeSteps) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::SpokeSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, StartAngle) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, EndAngle) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, HoleRadius) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::HoleRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendDisc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, StepWidth) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::StepWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, StepHeight) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::StepHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, StepDepth) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::StepDepth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, NumSteps) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, bFloating) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::bFloating' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendLinearStairs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox) == 0x000110, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox, Box) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox, StepsX) == 0x0000E8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox, StepsY) == 0x0000EC, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox, StepsZ) == 0x0000F0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox, Debug) == 0x0000F8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox, ReturnValue) == 0x000100, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision) == 0x0001B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision, SimpleCollision) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision, PrimitiveOptions) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision, Transform) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision, Box) == 0x000110, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision, StepsX) == 0x000188, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision, StepsY) == 0x00018C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision, StepsZ) == 0x000190, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision, Debug) == 0x000198, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision, ReturnValue) == 0x0001A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendOrientedBoxWithCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, PolygonList) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, TriangulationOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::TriangulationOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, bTriangulationError) == 0x000081, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::bTriangulationError' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendPolygonListTriangulation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0 \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, StepsWidth) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::StepsWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, StepsHeight) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::StepsHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangle_Compatibility_5_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, StepsWidth) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::StepsWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, StepsHeight) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::StepsHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRectangleXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, PathVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, RevolveOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::RevolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, Steps) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::Steps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, bCapped) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, RevolveOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::RevolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Radius) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Steps) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Steps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRevolvePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0 \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, CornerRadius) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, StepsWidth) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::StepsWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, StepsHeight) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::StepsHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, StepsRound) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::StepsRound' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangle_Compatibility_5_0::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, DimensionX) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::DimensionX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, DimensionY) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::DimensionY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, CornerRadius) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, StepsWidth) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::StepsWidth' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, StepsHeight) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::StepsHeight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, StepsRound) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::StepsRound' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendRoundRectangleXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes) == 0x000130, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, SimpleCollision) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, TriangulationOptions) == 0x000110, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::TriangulationOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, Debug) == 0x000120, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes, ReturnValue) == 0x000128, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleCollisionShapes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Height) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Height' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, HeightSteps) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::HeightSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, bCapped) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Origin) == 0x000089, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleExtrudePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon) == 0x0000C0, "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, RotationAngleDeg) == 0x00009C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::RotationAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, MiterLimit) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::MiterLimit' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, Debug) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSimpleSweptPolygon, ReturnValue) == 0x0000B0, "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_AppendSphereBoxWithCollision \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision) == 0x000140, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision, SimpleCollision) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision, PrimitiveOptions) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision, Transform) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision, Radius) == 0x000110, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision, StepsX) == 0x000114, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision, StepsY) == 0x000118, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision, StepsZ) == 0x00011C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision, Origin) == 0x000120, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision, Debug) == 0x000128, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision, ReturnValue) == 0x000130, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereBoxWithCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, SphereCovering) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, StepsX) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::StepsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, StepsY) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::StepsY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, StepsZ) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::StepsZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereCovering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Radius) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, StepsPhi) == 0x000074, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::StepsPhi' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, StepsTheta) == 0x000078, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::StepsTheta' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Origin) == 0x00007C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLong::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision) == 0x000130, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision, SimpleCollision) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision::SimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision, PrimitiveOptions) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision, Transform) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision, Radius) == 0x000110, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision, StepsPhi) == 0x000114, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision::StepsPhi' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision, StepsTheta) == 0x000118, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision::StepsTheta' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision, Origin) == 0x00011C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision, Debug) == 0x000120, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision, ReturnValue) == 0x000128, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSphereLatLongWithCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, RevolveOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::RevolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Radius) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Steps) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Steps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, RisePerRevolution) == 0x00009C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::RisePerRevolution' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, Debug) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon, ReturnValue) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSpiralRevolvePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon) == 0x0000C0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, SweepPath) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::SweepPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, bLoop) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::bLoop' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, bCapped) == 0x000091, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::bCapped' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, StartScale) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::StartScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, EndScale) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::EndScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, RotationAngleDeg) == 0x00009C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::RotationAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, MiterLimit) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::MiterLimit' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, Debug) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon, ReturnValue) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline) == 0x0000E0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, PolylineVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::PolylineVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, SweepPath) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::SweepPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, PolylineTexParamU) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::PolylineTexParamU' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, SweepPathTexParamV) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::SweepPathTexParamV' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, bLoop) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::bLoop' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, StartScale) == 0x0000B4, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::StartScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, EndScale) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::EndScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, RotationAngleDeg) == 0x0000BC, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::RotationAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, MiterLimit) == 0x0000C0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::MiterLimit' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, Debug) == 0x0000C8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline, ReturnValue) == 0x0000D0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendSweepPolyline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, RevolveOptions) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::RevolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MajorRadius) == 0x000084, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MajorRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MinorRadius) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MinorRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MajorSteps) == 0x00008C, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MajorSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, MinorSteps) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::MinorSteps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, Origin) == 0x000094, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, Debug) == 0x000098, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTorus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, PolygonVertices) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::PolygonVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, bAllowSelfIntersections) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::bAllowSelfIntersections' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, PolygonVertices3D) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::PolygonVertices3D' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendTriangulatedPolygon3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D) == 0x0000F0, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, PrimitiveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::PrimitiveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, VoronoiSites) == 0x000070, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::VoronoiSites' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, VoronoiOptions) == 0x000080, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::VoronoiOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, Debug) == 0x0000D8, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D, ReturnValue) == 0x0000E0, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_AppendVoronoiDiagram2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesChain \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesChain) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesChain"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesChain) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesChain"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesChain, NumVertices) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesChain::NumVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesChain, Start) == 0x000004, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesChain::Start' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesChain, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesChain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesLoop \ +static_assert(alignof(GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesLoop) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesLoop"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesLoop) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesLoop"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesLoop, NumVertices) == 0x000000, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesLoop::NumVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesLoop, Start) == 0x000004, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesLoop::Start' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesLoop, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshPrimitiveFunctions_CreateConstrainedEdgesLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshPrimitiveFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshPrimitiveFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshPrimitiveFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshPrimitiveFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshPrimitiveFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, bIsValidTriangle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, Point) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, Vertex1) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::Vertex1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, Vertex2) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::Vertex2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, Vertex3) == 0x000058, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::Vertex3' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, BarycentricCoords) == 0x000070, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::BarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshQueryFunctions_ComputeTriangleBarycentricCoords::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, VertexID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, ElementIDs) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::ElementIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, ElementUVs) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::ElementUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, bHaveValidUVs) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::bHaveValidUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllSplitUVsAtVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs, TriangleIDList) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs::TriangleIDList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs, bHasTriangleIDGaps) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs::bHasTriangleIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices, TriangleList) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices::TriangleList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices, bSkipGaps) == 0x000018, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices::bSkipGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices, bHasTriangleIDGaps) == 0x000019, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices::bHasTriangleIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllTriangleIndices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges, bHaveValidUVs) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges::bHaveValidUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges, ElementIDs) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges::ElementIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllUVSeamEdges::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_GetAllVertexPositionsAtEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges, EdgeIDs) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges::EdgeIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges, Start) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges::Start' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges, End) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges::End' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetAllVertexPositionsAtEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasMaterialIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasPolygroups::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleIDGaps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasTriangleNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetHasVertexIDGaps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal, BarycentricCoords) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal::BarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal, bTriHasValidNormals) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal::bTriHasValidNormals' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal, InterpolatedNormal) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal::InterpolatedNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents) == 0x000080, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, BarycentricCoords) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::BarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, bTriHasValidElements) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::bTriHasValidElements' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, InterpolatedNormal) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::InterpolatedNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, InterpolatedTangent) == 0x000048, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::InterpolatedTangent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, InterpolatedBiTangent) == 0x000060, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::InterpolatedBiTangent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents, ReturnValue) == 0x000078, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleNormalTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition, BarycentricCoords) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition::BarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition, bIsValidTriangle) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition, InterpolatedPosition) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition::InterpolatedPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTrianglePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, BarycentricCoords) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::BarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, bTriHasValidUVs) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::bTriHasValidUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, InterpolatedUV) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::InterpolatedUV' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, BarycentricCoords) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::BarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, DefaultColor) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::DefaultColor' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, bTriHasValidVertexColors) == 0x000038, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::bTriHasValidVertexColors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, InterpolatedColor) == 0x00003C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::InterpolatedColor' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetInterpolatedTriangleVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetIsClosedMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetIsDenseMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshHasAttributeSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshInfoString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea, UVChannel) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea, bIsValidUVChannel) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea::bIsValidUVChannel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshUVArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea, SurfaceArea) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea::SurfaceArea' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea, Volume) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeArea::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter, SurfaceArea) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter::SurfaceArea' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter, Volume) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter::Volume' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter, CenterOfMass) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetMeshVolumeAreaCenter::CenterOfMass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumConnectedComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumExtendedPolygroupLayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops, bAmbiguousTopologyFound) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops::bAmbiguousTopologyFound' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops, ReturnValue) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumOpenBorderLoops::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumTriangleIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands, UVChannel) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands, bIsValidUVChannel) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands::bIsValidUVChannel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumUVIslands::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumUVSets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetNumVertexIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal, bIsValidTriangle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleFaceNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices, bIsValidTriangle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleIndices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals) == 0x000068, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, Normal1) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::Normal1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, Normal2) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::Normal2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, Normal3) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::Normal3' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, bTriHasValidNormals) == 0x000058, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::bTriHasValidNormals' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals, ReturnValue) == 0x000060, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents) == 0x0000F0, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, bTriHasValidElements) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::bTriHasValidElements' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, Normals) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::Normals' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, Tangents) == 0x000058, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::Tangents' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, BiTangents) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::BiTangents' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents, ReturnValue) == 0x0000E8, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleNormalTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions, bIsValidTriangle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions, Vertex1) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions::Vertex1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions, Vertex2) == 0x000028, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions::Vertex2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions, Vertex3) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTrianglePositions::Vertex3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, UV1) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::UV1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, UV2) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::UV2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, UV3) == 0x000030, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::UV3' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs, bHaveValidUVs) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleUVs::bHaveValidUVs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, Color1) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::Color1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, Color2) == 0x00001C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::Color2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, Color3) == 0x00002C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::Color3' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, bTriHasValidVertexColors) == 0x00003C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::bTriHasValidVertexColors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetTriangleVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox, bIsValidUVSet) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox, bUVSetIsEmpty) == 0x00000D, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox::bUVSetIsEmpty' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetUVSetBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles, Triangles) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles::Triangles' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices, Vertices) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices::Vertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexConnectedVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition, bIsValidVertex) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition::bIsValidVertex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshQueryFunctions_GetVertexPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID, TriangleID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID, ReturnValue) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_IsValidTriangleID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID \ +static_assert(alignof(GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID, VertexID) == 0x000008, "Member 'GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID::VertexID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID, ReturnValue) == 0x00000C, "Member 'GeometryScriptLibrary_MeshQueryFunctions_IsValidVertexID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshQueryFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshQueryFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshQueryFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshQueryFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshQueryFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh \ +static_assert(alignof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh"); \ +static_assert(sizeof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh) == 0x000040, "Wrong size on GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh"); \ +static_assert(offsetof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh, RemeshOptions) == 0x000008, "Member 'GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh::RemeshOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh, UniformOptions) == 0x000024, "Member 'GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh::UniformOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_RemeshingFunctions_ApplyUniformRemesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_RemeshingFunctions \ +static_assert(alignof(UGeometryScriptLibrary_RemeshingFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_RemeshingFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_RemeshingFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_RemeshingFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_CompactMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_CompactMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_CompactMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_CompactMesh) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_CompactMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_CompactMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_CompactMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_CompactMesh, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_CompactMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_CompactMesh, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshRepairFunctions_CompactMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles, FillOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles::FillOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles, NumFilledHoles) == 0x00000C, "Member 'GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles::NumFilledHoles' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles, NumFailedHoleFills) == 0x000010, "Member 'GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles::NumFailedHoleFills' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshRepairFunctions_FillAllMeshHoles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveHiddenTriangles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveSmallComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RemoveUnusedVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshRepairFunctions_RepairMeshDegenerateGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions, ResolveOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions::ResolveOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshRepairFunctions_ResolveMeshTJunctions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside, IgnoreSelection) == 0x000038, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside::IgnoreSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside, TransparentSelection) == 0x000048, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside::TransparentSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside, ResultSelection) == 0x000058, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside::ResultSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside, Debug) == 0x000068, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SelectHiddenTrianglesFromOutside::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries, SnapOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries::SnapOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SnapMeshOpenBoundaries::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties, bMeshBowties) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties::bMeshBowties' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties, bAttributeBowties) == 0x000009, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties::bAttributeBowties' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshRepairFunctions_SplitMeshBowties::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges, WeldOptions) == 0x000008, "Member 'GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges::WeldOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshRepairFunctions_WeldMeshEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshRepairFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshRepairFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshRepairFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshRepairFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshRepairFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling) == 0x000088, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, NonUniformOptions) == 0x000028, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::NonUniformOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, Samples) == 0x000040, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, SampleRadii) == 0x000050, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::SampleRadii' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, TriangleIDs) == 0x000060, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::TriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeNonUniformPointSampling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, Samples) == 0x000028, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, TriangleIDs) == 0x000038, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::TriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, Debug) == 0x000050, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputePointSampling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Cameras) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Cameras' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Box) == 0x000010, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Options) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox, Debug) == 0x000070, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCaptureCamerasForBox::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Samples) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Actors) == 0x000010, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Actors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Cameras) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Cameras' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeRenderCapturePointSampling::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling, NumSamples) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling::NumSamples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling, Samples) == 0x000010, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling, TriangleIDs) == 0x000020, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling::TriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling, RandomSeed) == 0x000038, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeUniformRandomPointSampling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling \ +static_assert(alignof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling) == 0x000098, "Wrong size on GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, NonUniformOptions) == 0x000028, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::NonUniformOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, VertexWeights) == 0x000040, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::VertexWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, Samples) == 0x000050, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::Samples' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, SampleRadii) == 0x000060, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::SampleRadii' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, TriangleIDs) == 0x000070, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::TriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshSamplingFunctions_ComputeVertexWeightedPointSampling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSamplingFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSamplingFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSamplingFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSamplingFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSamplingFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSculptLayersFunctions_DiscardSculptLayers \ +static_assert(alignof(GeometryScriptLibrary_MeshSculptLayersFunctions_DiscardSculptLayers) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSculptLayersFunctions_DiscardSculptLayers"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSculptLayersFunctions_DiscardSculptLayers) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshSculptLayersFunctions_DiscardSculptLayers"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_DiscardSculptLayers, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_DiscardSculptLayers::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_DiscardSculptLayers, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_DiscardSculptLayers::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_DiscardSculptLayers, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_DiscardSculptLayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers \ +static_assert(alignof(GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers, NumLayers) == 0x000008, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers::NumLayers' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_EnableSculptLayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSculptLayersFunctions_GetActiveSculptLayer \ +static_assert(alignof(GeometryScriptLibrary_MeshSculptLayersFunctions_GetActiveSculptLayer) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSculptLayersFunctions_GetActiveSculptLayer"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSculptLayersFunctions_GetActiveSculptLayer) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshSculptLayersFunctions_GetActiveSculptLayer"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_GetActiveSculptLayer, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_GetActiveSculptLayer::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_GetActiveSculptLayer, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_GetActiveSculptLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSculptLayersFunctions_GetNumSculptLayers \ +static_assert(alignof(GeometryScriptLibrary_MeshSculptLayersFunctions_GetNumSculptLayers) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSculptLayersFunctions_GetNumSculptLayers"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSculptLayersFunctions_GetNumSculptLayers) == 0x000010, "Wrong size on GeometryScriptLibrary_MeshSculptLayersFunctions_GetNumSculptLayers"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_GetNumSculptLayers, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_GetNumSculptLayers::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_GetNumSculptLayers, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_GetNumSculptLayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSculptLayersFunctions_GetSculptLayerWeightsArray \ +static_assert(alignof(GeometryScriptLibrary_MeshSculptLayersFunctions_GetSculptLayerWeightsArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSculptLayersFunctions_GetSculptLayerWeightsArray"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSculptLayersFunctions_GetSculptLayerWeightsArray) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshSculptLayersFunctions_GetSculptLayerWeightsArray"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_GetSculptLayerWeightsArray, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_GetSculptLayerWeightsArray::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_GetSculptLayerWeightsArray, ReturnValue) == 0x000008, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_GetSculptLayerWeightsArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers \ +static_assert(alignof(GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers, OutActiveLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers::OutActiveLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers, MergeLayerStart) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers::MergeLayerStart' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers, MergeLayerNum) == 0x000010, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers::MergeLayerNum' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers, bUseWeights) == 0x000014, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers::bUseWeights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_MergeSculptLayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer \ +static_assert(alignof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer, LayerIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetActiveSculptLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight \ +static_assert(alignof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight, LayerIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight, Weight) == 0x000010, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight::Weight' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight, Options) == 0x000018, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray \ +static_assert(alignof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray, Weights) == 0x000008, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray::Weights' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray, Options) == 0x000018, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshSculptLayersFunctions_SetSculptLayerWeightsArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSculptLayersFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSculptLayersFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSculptLayersFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSculptLayersFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSculptLayersFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, SelectionA) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::SelectionA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, SelectionB) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::SelectionB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, ResultSelection) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::ResultSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections, CombineMode) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CombineMeshSelections::CombineMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, IndexArray) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::IndexArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, SelectionType) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexArrayToMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, IndexList) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, SelectionType) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, Selection) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexListToMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection) == 0x000078, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, IndexSet) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::IndexSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, SelectionType) == 0x000058, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, Selection) == 0x000060, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertIndexSetToMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, FromSelection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::FromSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, ToSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::ToSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, NewType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::NewType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, bAllowPartialInclusion) == 0x000029, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::bAllowPartialInclusion' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, IndexArray) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::IndexArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, SelectionType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, IndexList) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::IndexList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, ResultListType) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::ResultListType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, ConvertToType) == 0x000031, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::ConvertToType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ConvertMeshSelectionToIndexList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, SelectionType) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_CreateSelectAllMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection, Selection) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection, bDisable) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_DebugPrintMeshSelection::bDisable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, NewSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::NewSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, Iterations) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::Iterations' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, bContract) == 0x00002C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::bContract' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, bOnlyExpandToFaceNeighbours) == 0x00002D, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::bOnlyExpandToFaceNeighbours' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandContractMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, NewSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::NewSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, ConnectionType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::ConnectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_ExpandMeshSelectionToConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo, Selection) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo, SelectionType) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo, NumSelected) == 0x000014, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshSelectionInfo::NumSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo, SelectionType) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo, NumSelected) == 0x00001C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_GetMeshUniqueSelectionInfo::NumSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, NewSelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::NewSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, bOnlyToConnected) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::bOnlyToConnected' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_InvertMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshBoundaryEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshBoundaryEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshBoundaryEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshBoundaryEdges) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshBoundaryEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshBoundaryEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshBoundaryEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshBoundaryEdges, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshBoundaryEdges::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshBoundaryEdges, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshBoundaryEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID, MaterialID) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID::MaterialID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID, SelectionType) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByMaterialID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, Normal) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::Normal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, MaxAngleDeg) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::MaxAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, SelectionType) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, bInvert) == 0x000039, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, MinNumTrianglePoints) == 0x00003C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByNormalAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup, GroupLayer) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup, PolygroupID) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup::PolygroupID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup, Selection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup, SelectionType) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsByPolygroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, Box) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, SelectionType) == 0x000050, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, bInvert) == 0x000051, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, MinNumTrianglePoints) == 0x000054, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh) == 0x0000B0, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, SelectionMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::SelectionMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, SelectionMeshTransform) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::SelectionMeshTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, SelectionType) == 0x000080, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, bInvert) == 0x000081, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, ShellDistance) == 0x000088, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::ShellDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, WindingThreshold) == 0x000090, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, MinNumTrianglePoints) == 0x000098, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInsideMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, SphereOrigin) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::SphereOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, SphereRadius) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, SelectionType) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, bInvert) == 0x000039, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, MinNumTrianglePoints) == 0x00003C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsInSphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, PlaneOrigin) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::PlaneOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, PlaneNormal) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, SelectionType) == 0x000048, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, bInvert) == 0x000049, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, MinNumTrianglePoints) == 0x00004C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshElementsWithPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges, GroupLayer) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges, bExcludeMeshBoundaryEdges) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges::bExcludeMeshBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshPolyGroupBoundaryEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges, MinAngleDeg) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges::MinAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSharpEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSplitNormalEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSplitNormalEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSplitNormalEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSplitNormalEdges) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSplitNormalEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSplitNormalEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSplitNormalEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSplitNormalEdges, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSplitNormalEdges::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSplitNormalEdges, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshSplitNormalEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges, UVChannel) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges, bHaveValidUVs) == 0x00001C, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges::bHaveValidUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges, bExcludeMeshBoundaryEdges) == 0x00001D, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges::bExcludeMeshBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectMeshUVSeamEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges, BoundarySelection) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges::BoundarySelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges, bExcludeMeshBoundaryEdges) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges::bExcludeMeshBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSelectionFunctions_SelectSelectionBoundaryEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSelectionFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSelectionFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSelectionFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSelectionFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSelectionFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, IndexLoops) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::IndexLoops' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, PathLoops) == 0x000028, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::PathLoops' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, NumLoops) == 0x000038, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::NumLoops' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, bFoundErrors) == 0x00003C, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::bFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundaryLoops::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox \ +static_assert(alignof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox) == 0x000068, "Wrong size on GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox, SelectionBounds) == 0x000018, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox::SelectionBounds' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox, bIsEmpty) == 0x000050, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox::bIsEmpty' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox, Debug) == 0x000058, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox, ReturnValue) == 0x000060, "Member 'GeometryScriptLibrary_MeshSelectionQueryFunctions_GetMeshSelectionBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSelectionQueryFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSelectionQueryFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSelectionQueryFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSelectionQueryFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSelectionQueryFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength, EdgeLength) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength::EdgeLength' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyClusterSimplifyToEdgeLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount, TriangleCount) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount::TriangleCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToTriangleCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount, VertexCount) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount::VertexCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplyEditorSimplifyToVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength, EdgeLength) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength::EdgeLength' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToEdgeLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPlanar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, GroupLayer) == 0x000010, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToPolygroupTopology::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, Tolerance) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTolerance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, TriangleCount) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::TriangleCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToTriangleCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount \ +static_assert(alignof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, VertexCount) == 0x000008, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::VertexCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshSimplifyFunctions_ApplySimplifyToVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSimplifyFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSimplifyFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSimplifyFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSimplifyFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSimplifyFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, OutputBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::OutputBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSpatial_BuildBVHForMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::QueryBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, QueryPoint) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::QueryPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, Options) == 0x000040, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, NearestResult) == 0x000050, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::NearestResult' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, Outcome) == 0x000088, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, Debug) == 0x000090, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestPointOnMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh) == 0x0000C0, "Wrong size on GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::QueryBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, RayOrigin) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::RayOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, RayDirection) == 0x000040, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::RayDirection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, Options) == 0x000058, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, HitResult) == 0x000068, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::HitResult' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, Outcome) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, Debug) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh, ReturnValue) == 0x0000B8, "Member 'GeometryScriptLibrary_MeshSpatial_FindNearestRayIntersectionWithMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, TestBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::TestBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, bIsValid) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSpatial_IsBVHValidForMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::QueryBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, QueryPoint) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::QueryPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, Options) == 0x000040, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, bIsInside) == 0x00004C, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::bIsInside' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, Outcome) == 0x00004D, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, Debug) == 0x000050, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshSpatial_IsPointInsideMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, UpdateBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::UpdateBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, bOnlyIfInvalid) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::bOnlyIfInvalid' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshSpatial_RebuildBVHForMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_ResetBVH \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_ResetBVH) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_ResetBVH"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_ResetBVH) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSpatial_ResetBVH"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_ResetBVH, ResetBVH_0) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_ResetBVH::ResetBVH_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH \ +static_assert(alignof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH) == 0x000098, "Wrong size on GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, QueryBVH) == 0x000008, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::QueryBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, QueryBox) == 0x000028, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::QueryBox' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, Options) == 0x000060, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, SelectionType) == 0x000080, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, MinNumTrianglePoints) == 0x000084, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::MinNumTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshSpatial_SelectMeshElementsInBoxWithBVH::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSpatial \ +static_assert(alignof(UGeometryScriptLibrary_MeshSpatial) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSpatial"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSpatial) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSpatial"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation \ +static_assert(alignof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation, TessellationLevel) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation::TessellationLevel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyPNTessellation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation \ +static_assert(alignof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, Options) == 0x000018, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, TessellationLevel) == 0x00001C, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::TessellationLevel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, PatternType) == 0x000020, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::PatternType' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplySelectiveTessellation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation \ +static_assert(alignof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation, TessellationLevel) == 0x000008, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation::TessellationLevel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyUniformTessellation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshSubdivideFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshSubdivideFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshSubdivideFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshSubdivideFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshSubdivideFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh, bFixOrientationForNegativeScale) == 0x000070, "Member 'GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh::bFixOrientationForNegativeScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection, Transform) == 0x000020, "Member 'GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshTransformFunctions_InverseTransformMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_RotateMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_RotateMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_RotateMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh, Rotation) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMesh::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh, RotationOrigin) == 0x000020, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMesh::RotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMesh, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection, Rotation) == 0x000018, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection::Rotation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection, RotationOrigin) == 0x000030, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection::RotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshTransformFunctions_RotateMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, Scale) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::Scale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, ScaleOrigin) == 0x000020, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::ScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, bFixOrientationForNegativeScale) == 0x000038, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::bFixOrientationForNegativeScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection, Scale) == 0x000018, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection::Scale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection, ScaleOrigin) == 0x000030, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection::ScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_TransformMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_TransformMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_TransformMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh, Transform) == 0x000010, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMesh::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh, bFixOrientationForNegativeScale) == 0x000070, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMesh::bFixOrientationForNegativeScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection, Transform) == 0x000020, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh, Translation) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh::Translation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection, Translation) == 0x000018, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection::Translation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslateMeshSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation, PivotLocation) == 0x000008, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation::PivotLocation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TranslatePivotToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshTransformFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshTransformFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshTransformFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshTransformFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshTransformFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, NewUVPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::NewUVPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, NewUVElementID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::NewUVElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, bIsValidUVSet) == 0x000024, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, bDeferChangeNotifications) == 0x000025, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_AddUVElementToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling) == 0x000098, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling, Selection) == 0x000078, "Member 'GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_ApplyTexelDensityUVScaling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGeneratePatchBuilderMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_AutoGenerateXAtlasMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel, UVChannel) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_ClearUVChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam) == 0x000088, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, CenterPoint) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::CenterPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, CenterPointTriangleID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::CenterPointTriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, VertexIDs) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::VertexIDs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, VertexUVs) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::VertexUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, Radius) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, bUseInterpolatedNormal) == 0x000050, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::bUseInterpolatedNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, TangentYDirection) == 0x000058, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::TangentYDirection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, UVRotationDeg) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::UVRotationDeg' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_ComputeMeshLocalUVParam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, CopyFromUVMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::CopyFromUVMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, ToUVSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::ToUVSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, CopyToMesh) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::CopyToMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, CopyToMeshOut) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::CopyToMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, bFoundTopologyErrors) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::bFoundTopologyErrors' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, bIsValidUVSet) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, bOnlyUVPositions) == 0x000022, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::bOnlyUVPositions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshToMeshUVLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, CopyFromMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::CopyFromMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, CopyToUVMesh) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::CopyToUVMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, CopyToUVMeshOut) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::CopyToUVMeshOut' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, bInvalidTopology) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::bInvalidTopology' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, bIsValidUVSet) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyMeshUVLayerToMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_CopyUVSet \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_CopyUVSet"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_CopyUVSet"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, FromUVSet) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::FromUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, ToUVSet) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::ToUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_CopyUVSet, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_CopyUVSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, UVList) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, bIsValidUVSet) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, bHasVertexIDGaps) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::bHasVertexIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, bHasSplitUVs) == 0x000022, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::bHasSplitUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshPerVertexUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, TriangleUVElements) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::TriangleUVElements' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, bHaveValidUVs) == 0x00001C, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::bHaveValidUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshTriangleUVElementIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, ElementID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::ElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, UVPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::UVPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, bIsValidElementID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::bIsValidElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVElementPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo) == 0x0000A8, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, MeshArea) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::MeshArea' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, UVArea) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::UVArea' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, MeshBounds) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::MeshBounds' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, UVBounds) == 0x000068, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::UVBounds' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, bIsValidUVSet) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::bIsValidUVSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, bFoundUnsetUVs) == 0x000091, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::bFoundUnsetUVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, bOnlyIncludeValidUVTris) == 0x000092, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::bOnlyIncludeValidUVTris' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, Debug) == 0x000098, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshUVFunctions_GetMeshUVSizeInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D) == 0x000058, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D, A) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D::A' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D, B) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D::B' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D, bWrappedToUnitRange) == 0x000050, "Member 'GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D::bWrappedToUnitRange' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D, ReturnValue) == 0x000051, "Member 'GeometryScriptLibrary_MeshUVFunctions_IntersectsUVBox2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs) == 0x0000A8, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs, LayoutOptions) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs::LayoutOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs, Selection) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs, Debug) == 0x000098, "Member 'GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_MeshUVFunctions_LayoutMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs) == 0x000048, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, Options) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, Selection) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, RepackOptions) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::RepackOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_RepackMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, RotationAngle) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, RotationOrigin) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::RotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, Scale) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Scale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, ScaleOrigin) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::ScaleOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, Selection) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, Debug) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, TriangleUVElements) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::TriangleUVElements' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, bIsValidTriangle) == 0x00001C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, bDeferChangeNotifications) == 0x00001D, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVElementIDs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs) == 0x000050, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, TriangleID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::TriangleID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, UVs) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::UVs' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, bIsValidTriangle) == 0x000040, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::bIsValidTriangle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, bDeferChangeNotifications) == 0x000041, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshTriangleUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, ElementID) == 0x00000C, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::ElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, NewUVPosition) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::NewUVPosition' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, bIsValidElementID) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::bIsValidElementID' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, bDeferChangeNotifications) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVElementPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, BoxTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::BoxTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, MinIslandTriCount) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::MinIslandTriCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection) == 0x0000A0, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, CylinderTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::CylinderTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, SplitAngle) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::SplitAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, Debug) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection) == 0x000090, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, PlaneTransform) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::PlaneTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, Selection) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, Debug) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, ReturnValue) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, NumUVSets) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::NumUVSets' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetNumUVSets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges) == 0x000038, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges, UVChannel) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges, Selection) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges, bInsertSeams) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges::bInsertSeams' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges, bDeferChangeNotifications) == 0x000021, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges::bDeferChangeNotifications' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetUVSeamsAlongSelectedEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection) == 0x000160, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, TargetUVChannel) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::TargetUVChannel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, TargetSelection) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::TargetSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, TargetTransform) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, SourceMesh) == 0x000080, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::SourceMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, SourceMeshOptionalBVH) == 0x000088, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::SourceMeshOptionalBVH' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, SourceUVChannel) == 0x0000A8, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::SourceUVChannel' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, SourceSelection) == 0x0000B0, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::SourceSelection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, SourceTransform) == 0x0000C0, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::SourceTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, Settings) == 0x000120, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::Settings' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, ProjectionDirection) == 0x000130, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::ProjectionDirection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, ProjectionOffset) == 0x000148, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::ProjectionOffset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, Debug) == 0x000150, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection, ReturnValue) == 0x000158, "Member 'GeometryScriptLibrary_MeshUVFunctions_TransferMeshUVsByProjection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, UvSetIndex) == 0x000008, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, Translation) == 0x000010, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Translation' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, Selection) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshUVFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshUVFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshUVFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshUVFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshUVFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, NumIterations) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Strength) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Strength' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, BlurMode) == 0x000028, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::BlurMode' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Options) == 0x000029, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_BlurMeshVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsLinearToSRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear) == 0x000018, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear, Debug) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_ConvertMeshVertexColorsSRGBToLinear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, ColorList) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, bIsValidColorSet) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::bIsValidColorSet' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, bHasVertexIDGaps) == 0x000019, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::bHasVertexIDGaps' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, bBlendSplitVertexValues) == 0x00001A, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::bBlendSplitVertexValues' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_GetMeshPerVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor) == 0x000030, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, Color) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::Color' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, Flags_0) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::Flags_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, bClearExisting) == 0x00001C, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::bClearExisting' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshConstantVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors) == 0x000028, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, VertexColorList) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::VertexColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, Debug) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshPerVertexColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Selection) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Color) == 0x000018, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Color' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Flags_0) == 0x000028, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Flags_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, bCreateColorSeam) == 0x00002C, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::bCreateColorSeam' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_SetMeshSelectionVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh) == 0x000060, "Wrong size on GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh, SourceMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh::SourceMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh, TargetMesh) == 0x000008, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh, Selection) == 0x000040, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh::Selection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh, Debug) == 0x000050, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_MeshVertexColorFunctions_TransferVertexColorsFromMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshVertexColorFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshVertexColorFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshVertexColorFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshVertexColorFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshVertexColorFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology \ +static_assert(alignof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology) == 0x000078, "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) == 0x000068, "Member 'GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshMorphology, ReturnValue) == 0x000070, "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) == 0x000080, "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) == 0x000070, "Member 'GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify, ReturnValue) == 0x000078, "Member 'GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_MeshVoxelFunctions \ +static_assert(alignof(UGeometryScriptLibrary_MeshVoxelFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_MeshVoxelFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_MeshVoxelFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_MeshVoxelFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints) == 0x000050, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints, Points) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints::Points' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints, Options) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints, DownsampledIndices) == 0x000028, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints::DownsampledIndices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints, KeepNumPoints) == 0x000040, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints::KeepNumPoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints, Debug) == 0x000048, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_DownsamplePoints::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints) == 0x000010, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints) == 0x000090, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints, PointsIn3D) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints::PointsIn3D' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints, PointsIn2D) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints::PointsIn2D' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints, Options) == 0x000020, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_FlattenPoints::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList) == 0x000038, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList, AllPoints) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList::AllPoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList, Indices) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList::Indices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList, SelectedPoints) == 0x000028, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_GetPointsFromIndexList::SelectedPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays) == 0x000040, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays, Points) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays::Points' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays, Options) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays, ClusterIDToLists) == 0x000030, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToArrays::ClusterIDToLists' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs) == 0x000040, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs, Points) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs::Points' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs, Options) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs, PointClusterIndices) == 0x000030, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_KMeansClusterToIDs::PointClusterIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints) == 0x000050, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints, Points) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints::Points' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints, ExpandBy) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints::ExpandBy' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_MakeBoundingBoxFromPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms) == 0x000038, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms, Transforms) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms::Transforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms, Offset) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms::Offset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms, Direction) == 0x000018, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms::Direction' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms, Space) == 0x000030, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_OffsetTransforms::Space' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints) == 0x000020, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints, Transforms) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints::Transforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints, Points) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_TransformsToPoints::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints \ +static_assert(alignof(GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints) == 0x000010, "Wrong alignment on GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints"); \ +static_assert(sizeof(GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints) == 0x0000A0, "Wrong size on GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints, PointsIn2D) == 0x000000, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints::PointsIn2D' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints, PointsIn3D) == 0x000010, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints::PointsIn3D' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints, Options) == 0x000020, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints, Height) == 0x000090, "Member 'GeometryScriptLibrary_PointSetSamplingFunctions_UnflattenPoints::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_PointSetSamplingFunctions \ +static_assert(alignof(UGeometryScriptLibrary_PointSetSamplingFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_PointSetSamplingFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_PointSetSamplingFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_PointSetSamplingFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex) == 0x000028, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex, position) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex::position' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_AddPolygonVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon, PathVertices) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayOfVector2DToGeometryScriptSimplePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon, PathVertices) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_ArrayToGeometryScriptSimplePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D) == 0x000020, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_Conv_GeometryScriptSimplePolygonToArrayOfVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon) == 0x000030, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, Spline) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::Spline' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, Polygon) == 0x000008, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, SamplingOptions) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::SamplingOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon, DropAxis) == 0x00002C, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_ConvertSplineToPolygon::DropAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength) == 0x000018, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArcLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea) == 0x000018, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds) == 0x000038, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent) == 0x000028, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, VertexIndex) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::VertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, bPolygonIsEmpty) == 0x000014, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::bPolygonIsEmpty' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex) == 0x000028, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, VertexIndex) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::VertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, bPolygonIsEmpty) == 0x000014, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::bPolygonIsEmpty' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount) == 0x000018, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_GetPolygonVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex \ +static_assert(alignof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex) == 0x000030, "Wrong size on GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, Polygon) == 0x000000, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::Polygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, VertexIndex) == 0x000010, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::VertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, position) == 0x000018, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::position' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex, bPolygonIsEmpty) == 0x000028, "Member 'GeometryScriptLibrary_SimplePolygonFunctions_SetPolygonVertex::bPolygonIsEmpty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_SimplePolygonFunctions \ +static_assert(alignof(UGeometryScriptLibrary_SimplePolygonFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_SimplePolygonFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_SimplePolygonFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_SimplePolygonFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList) == 0x000038, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList, OuterPolygon) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList::OuterPolygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList, HolePolygons) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList::HolePolygons' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList, bFixHoleOrientations) == 0x000030, "Member 'GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList::bFixHoleOrientations' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList, ReturnValue) == 0x000034, "Member 'GeometryScriptLibrary_PolygonListFunctions_AddPolygonToList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList) == 0x000020, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList, PolygonsToAppend) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_AppendPolygonList::PolygonsToAppend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons) == 0x000020, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons, OuterPolygons) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons::OuterPolygons' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSimplePolygons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon) == 0x000038, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon, OuterPolygon) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon::OuterPolygon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon, HolePolygons) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon::HolePolygons' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon, bFixHoleOrientations) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon::bFixHoleOrientations' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonListFromSinglePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset) == 0x000058, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset, PolyPaths) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset::PolyPaths' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset, OffsetOptions) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset, Offset) == 0x000038, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset, bOperationSuccess) == 0x000040, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset::bOperationSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset, bCopyInputOnFailure) == 0x000041, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromOpenPolyPathsOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset) == 0x000058, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset, Path) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset::Path' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset, OffsetOptions) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset, Offset) == 0x000038, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset, bOperationSuccess) == 0x000040, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset::bOperationSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset, bCopyInputOnFailure) == 0x000041, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_PolygonListFunctions_CreatePolygonsFromPathOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea) == 0x000020, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea, bValidIndex) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea::bValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea, PolygonIndex) == 0x000014, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds) == 0x000040, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds, bValidIndex) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds::bValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds, PolygonIndex) == 0x000014, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount) == 0x000018, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount) == 0x000020, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount, bValidIndex) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount::bValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount, PolygonIndex) == 0x000014, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonHoleCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea) == 0x000018, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonListArea::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds) == 0x000038, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonListBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex) == 0x000030, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex, bIsValidVertex) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex::bIsValidVertex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex, VertexIndex) == 0x000014, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex::VertexIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex, PolygonIndex) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex, HoleIndex) == 0x00001C, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex::HoleIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount) == 0x000020, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount, bValidIndices) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount::bValidIndices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount, PolygonIndex) == 0x000014, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount, HoleIndex) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount::HoleIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount, ReturnValue) == 0x00001C, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices) == 0x000030, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices, OutVertices) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices::OutVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices, bValidIndices) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices::bValidIndices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices, PolygonIndex) == 0x000024, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices, HoleIndex) == 0x000028, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetPolygonVertices::HoleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon) == 0x000030, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon, bValidIndices) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon::bValidIndices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon, PolygonIndex) == 0x000014, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon::PolygonIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon, HoleIndex) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon::HoleIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_GetSimplePolygon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference) == 0x000030, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference, PolygonsToSubtract) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference::PolygonsToSubtract' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsDifference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr) == 0x000030, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr, PolygonsToExclusiveOr) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr::PolygonsToExclusiveOr' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsExclusiveOr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection) == 0x000030, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection, PolygonsToIntersect) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection::PolygonsToIntersect' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose) == 0x000058, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose, OffsetOptions) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose, Offset) == 0x000038, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose::Offset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose, bOperationSuccess) == 0x000040, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose::bOperationSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose, bCopyInputOnFailure) == 0x000041, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyClose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen) == 0x000058, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen, OffsetOptions) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen, Offset) == 0x000038, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen::Offset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen, bOperationSuccess) == 0x000040, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen::bOperationSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen, bCopyInputOnFailure) == 0x000041, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsMorphologyOpen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset) == 0x000058, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset, OffsetOptions) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset, Offset) == 0x000038, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset, bOperationSuccess) == 0x000040, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset::bOperationSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset, bCopyInputOnFailure) == 0x000041, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets) == 0x000060, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, OffsetOptions) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::OffsetOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, FirstOffset) == 0x000038, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::FirstOffset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, SecondOffset) == 0x000040, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::SecondOffset' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, bOperationSuccess) == 0x000048, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::bOperationSuccess' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, bCopyInputOnFailure) == 0x000049, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsOffsets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion \ +static_assert(alignof(GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion"); \ +static_assert(sizeof(GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion) == 0x000028, "Wrong size on GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion, PolygonList) == 0x000000, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion::PolygonList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion, bCopyInputOnFailure) == 0x000010, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion::bCopyInputOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolygonListFunctions_PolygonsUnion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_PolygonListFunctions \ +static_assert(alignof(UGeometryScriptLibrary_PolygonListFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_PolygonListFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_PolygonListFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_PolygonListFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath, PathVertices) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayOfVector2DToGeometryScriptPolyPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath, PathVertices) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath::PathVertices' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_ArrayToGeometryScriptPolyPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_Conv_GeometryScriptPolyPathToArrayOfVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath, VertexArray) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath::VertexArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath, PolyPath) == 0x000010, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertArrayOfVector2DToPolyPath::PolyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath, VertexArray) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath::VertexArray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath, PolyPath) == 0x000010, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertArrayToPolyPath::PolyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray, VertexArray) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArray::VertexArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D) == 0x000028, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D, VertexArray) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertPolyPathToArrayOfVector2D::VertexArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath) == 0x000038, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath, Spline) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath::Spline' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath, PolyPath) == 0x000008, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath, SamplingOptions) == 0x000020, "Member 'GeometryScriptLibrary_PolyPathFunctions_ConvertSplineToPolyPath::SamplingOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D) == 0x000038, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D, Center) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D::Center' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D, Radius) == 0x000010, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D, NumPoints) == 0x000014, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D, StartAngle) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D, EndAngle) == 0x00001C, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D) == 0x000090, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D, Transform) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D, Radius) == 0x000060, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D, NumPoints) == 0x000064, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D, StartAngle) == 0x000068, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D, EndAngle) == 0x00006C, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateArcPath3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D) == 0x000030, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D, Center) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D::Center' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D, Radius) == 0x000010, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D, NumPoints) == 0x000014, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D) == 0x000010, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D) == 0x000080, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D, Transform) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D, Radius) == 0x000060, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D::Radius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D, NumPoints) == 0x000064, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_PolyPathFunctions_CreateCirclePath3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis) == 0x000038, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis, DropAxis) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis::DropAxis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolyPathFunctions_FlattenTo2DOnAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex) == 0x000038, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex, Point) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetNearestVertexIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength) == 0x000020, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathArcLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex) == 0x000020, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathLastIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices) == 0x000020, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathNumVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent) == 0x000038, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent, Index_0) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent, bIsValidIndex) == 0x00001C, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex) == 0x000008, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex) == 0x000038, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex, PolyPath) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex::PolyPath' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex, Index_0) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex, bIsValidIndex) == 0x00001C, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex::bIsValidIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_PolyPathFunctions_GetPolyPathVertex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms \ +static_assert(alignof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms) == 0x000010, "Wrong alignment on GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms"); \ +static_assert(sizeof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms) == 0x0000B0, "Wrong size on GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, Spline) == 0x000000, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::Spline' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, Frames) == 0x000008, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::Frames' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, FrameTimes) == 0x000018, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::FrameTimes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, SamplingOptions) == 0x000028, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::SamplingOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, RelativeTransform) == 0x000040, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, bIncludeScale) == 0x0000A0, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::bIncludeScale' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms, ReturnValue) == 0x0000A1, "Member 'GeometryScriptLibrary_PolyPathFunctions_SampleSplineToTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_PolyPathFunctions \ +static_assert(alignof(UGeometryScriptLibrary_PolyPathFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_PolyPathFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_PolyPathFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_PolyPathFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject \ +static_assert(alignof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject) == 0x000010, "Wrong alignment on GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject"); \ +static_assert(sizeof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject) == 0x0000A0, "Wrong size on GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, FromObject) == 0x000000, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::FromObject' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, ToDynamicMesh) == 0x000008, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::ToDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, bTransformToWorld) == 0x000010, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::bTransformToWorld' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, LocalToWorld) == 0x000020, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::LocalToWorld' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, Outcome) == 0x000080, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, bUseComplexCollision) == 0x000081, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::bUseComplexCollision' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, SphereResolution) == 0x000084, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::SphereResolution' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, Debug) == 0x000088, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyCollisionMeshesFromObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent \ +static_assert(alignof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent) == 0x000010, "Wrong alignment on GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent"); \ +static_assert(sizeof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent) == 0x0000A0, "Wrong size on GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, Component) == 0x000000, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, ToDynamicMesh) == 0x000008, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::ToDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, Options) == 0x000010, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, bTransformToWorld) == 0x00001C, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::bTransformToWorld' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, LocalToWorld) == 0x000020, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::LocalToWorld' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, Outcome) == 0x000080, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, Debug) == 0x000088, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CopyMeshFromComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool \ +static_assert(alignof(GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool"); \ +static_assert(sizeof(GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool) == 0x000008, "Wrong size on GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool, ReturnValue) == 0x000000, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_CreateDynamicMeshPool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion \ +static_assert(alignof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion"); \ +static_assert(sizeof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion) == 0x000098, "Wrong size on GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, SourceMeshes) == 0x000000, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::SourceMeshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, SourceMeshTransforms) == 0x000010, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::SourceMeshTransforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, OutMeshIsHidden) == 0x000020, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::OutMeshIsHidden' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, TransparentMeshes) == 0x000030, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::TransparentMeshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, TransparentMeshTransforms) == 0x000040, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::TransparentMeshTransforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, OutTransparentMeshIsHidden) == 0x000050, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::OutTransparentMeshIsHidden' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, OccludeMeshes) == 0x000060, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::OccludeMeshes' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, OccludeMeshTransforms) == 0x000070, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::OccludeMeshTransforms' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, OcclusionOptions) == 0x000080, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::OcclusionOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion, Debug) == 0x000090, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_DetermineMeshOcclusion::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList \ +static_assert(alignof(GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList) == 0x000008, "Wrong alignment on GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList"); \ +static_assert(sizeof(GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList) == 0x000020, "Wrong size on GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList, Component) == 0x000000, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList::Component' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList, MaterialList) == 0x000008, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList::MaterialList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList, Debug) == 0x000018, "Member 'GeometryScriptLibrary_SceneUtilityFunctions_SetComponentMaterialList::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_SceneUtilityFunctions \ +static_assert(alignof(UGeometryScriptLibrary_SceneUtilityFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_SceneUtilityFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_SceneUtilityFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_SceneUtilityFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane) == 0x000090, "Wrong size on GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane, Transform) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane, Axis) == 0x000060, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane::Axis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay) == 0x0000A0, "Wrong size on GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay, Transform) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay, Axis) == 0x000060, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay::Axis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisRay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector) == 0x000080, "Wrong size on GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector, Transform) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector, Axis) == 0x000060, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector::Axis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_TransformFunctions_GetTransformAxisVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes) == 0x0000B0, "Wrong size on GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, Location) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::Location' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, ZAxis) == 0x000018, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::ZAxis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, TangentAxis) == 0x000030, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::TangentAxis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, bTangentIsX) == 0x000048, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::bTangentIsX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromAxes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis \ +static_assert(alignof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis) == 0x000010, "Wrong alignment on GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis"); \ +static_assert(sizeof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis) == 0x000090, "Wrong size on GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis, Location) == 0x000000, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis::Location' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis, ZAxis) == 0x000018, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis::ZAxis' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_TransformFunctions_MakeTransformFromZAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_TransformFunctions \ +static_assert(alignof(UGeometryScriptLibrary_TransformFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_TransformFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_TransformFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_TransformFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection) == 0x000078, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection, Box) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection, HitDistance) == 0x000068, "Member 'GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection::HitDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_RayFunctions_GetRayBoxIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayClosestPoint \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayClosestPoint) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayClosestPoint"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayClosestPoint) == 0x000060, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayClosestPoint"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayClosestPoint, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayClosestPoint::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayClosestPoint, Point) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayClosestPoint::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayClosestPoint, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_RayFunctions_GetRayClosestPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint) == 0x0000A8, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, LineOrigin) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::LineOrigin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, LineDirection) == 0x000048, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::LineDirection' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, RayParameter) == 0x000060, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::RayParameter' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, RayPoint) == 0x000068, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::RayPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, LineParameter) == 0x000080, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::LineParameter' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, LinePoint) == 0x000088, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::LinePoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_RayFunctions_GetRayLineClosestPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayParameter \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayParameter) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayParameter"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayParameter) == 0x000050, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayParameter"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayParameter, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayParameter::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayParameter, Point) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayParameter::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayParameter, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_RayFunctions_GetRayParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection) == 0x000060, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection, Plane) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection::Plane' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection, HitDistance) == 0x000050, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection::HitDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPlaneIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayPoint \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayPoint) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayPoint"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayPoint) == 0x000050, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayPoint"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPoint, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPoint::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPoint, Distance) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPoint::Distance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPoint, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayPointDistance \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayPointDistance) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayPointDistance"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayPointDistance) == 0x000050, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayPointDistance"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPointDistance, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPointDistance::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPointDistance, Point) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPointDistance::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayPointDistance, ReturnValue) == 0x000048, "Member 'GeometryScriptLibrary_RayFunctions_GetRayPointDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint) == 0x0000A0, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, SegStartPoint) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::SegStartPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, SegEndPoint) == 0x000048, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::SegEndPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, RayParameter) == 0x000060, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::RayParameter' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, RayPoint) == 0x000068, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::RayPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, SegPoint) == 0x000080, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::SegPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySegmentClosestPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection) == 0x000068, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection, SphereCenter) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection::SphereCenter' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection, SphereRadius) == 0x000048, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection, Distance1) == 0x000050, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection::Distance1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection, Distance2) == 0x000058, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection::Distance2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection, ReturnValue) == 0x000060, "Member 'GeometryScriptLibrary_RayFunctions_GetRaySphereIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetRayStartEnd \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetRayStartEnd"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd) == 0x000070, "Wrong size on GeometryScriptLibrary_RayFunctions_GetRayStartEnd"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetRayStartEnd::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd, StartDistance) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetRayStartEnd::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd, EndDistance) == 0x000038, "Member 'GeometryScriptLibrary_RayFunctions_GetRayStartEnd::EndDistance' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd, StartPoint) == 0x000040, "Member 'GeometryScriptLibrary_RayFunctions_GetRayStartEnd::StartPoint' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetRayStartEnd, Endpoint) == 0x000058, "Member 'GeometryScriptLibrary_RayFunctions_GetRayStartEnd::Endpoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_GetTransformedRay \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_GetTransformedRay) == 0x000010, "Wrong alignment on GeometryScriptLibrary_RayFunctions_GetTransformedRay"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_GetTransformedRay) == 0x0000D0, "Wrong size on GeometryScriptLibrary_RayFunctions_GetTransformedRay"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetTransformedRay, Ray) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_GetTransformedRay::Ray' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetTransformedRay, Transform) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_GetTransformedRay::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetTransformedRay, bInvert) == 0x000090, "Member 'GeometryScriptLibrary_RayFunctions_GetTransformedRay::bInvert' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_GetTransformedRay, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_RayFunctions_GetTransformedRay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection) == 0x000068, "Wrong size on GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection, Origin) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection::Origin' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection, Direction) == 0x000018, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection, bDirectionIsNormalized) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection::bDirectionIsNormalized' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPointDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_RayFunctions_MakeRayFromPoints \ +static_assert(alignof(GeometryScriptLibrary_RayFunctions_MakeRayFromPoints) == 0x000008, "Wrong alignment on GeometryScriptLibrary_RayFunctions_MakeRayFromPoints"); \ +static_assert(sizeof(GeometryScriptLibrary_RayFunctions_MakeRayFromPoints) == 0x000060, "Wrong size on GeometryScriptLibrary_RayFunctions_MakeRayFromPoints"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPoints, A) == 0x000000, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPoints::A' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPoints, B) == 0x000018, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPoints::B' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_RayFunctions_MakeRayFromPoints, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_RayFunctions_MakeRayFromPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_RayFunctions \ +static_assert(alignof(UGeometryScriptLibrary_RayFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_RayFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_RayFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_RayFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection) == 0x0000B0, "Wrong size on GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection, Box1) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection::Box1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection, Box2) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection::Box2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection, bIsIntersecting) == 0x000070, "Member 'GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection::bIsIntersecting' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection, ReturnValue) == 0x000078, "Member 'GeometryScriptLibrary_BoxFunctions_FindBoxBoxIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox) == 0x000070, "Wrong size on GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox, Point) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox, bIsInside) == 0x000050, "Member 'GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox::bIsInside' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_BoxFunctions_FindClosestPointOnBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance) == 0x000078, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance, Box1) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance::Box1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance, Box2) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance::Box2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxBoxDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize) == 0x000068, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize, Center) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize::Center' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize, Dimensions) == 0x000050, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxCenterSize::Dimensions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetBoxCorner \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetBoxCorner) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetBoxCorner"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetBoxCorner) == 0x000058, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetBoxCorner"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxCorner, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxCorner::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxCorner, CornerIndex) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxCorner::CornerIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxCorner, ReturnValue) == 0x000040, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxCorner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter) == 0x000070, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter, FaceIndex) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter, FaceNormal) == 0x000040, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter::FaceNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxFaceCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance) == 0x000058, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance, Point) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxPointDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea) == 0x000048, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea, Volume) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea::Volume' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea, SurfaceArea) == 0x000040, "Member 'GeometryScriptLibrary_BoxFunctions_GetBoxVolumeArea::SurfaceArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetExpandedBox \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetExpandedBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetExpandedBox"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetExpandedBox) == 0x000088, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetExpandedBox"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetExpandedBox, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetExpandedBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetExpandedBox, ExpandBy) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_GetExpandedBox::ExpandBy' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetExpandedBox, ReturnValue) == 0x000050, "Member 'GeometryScriptLibrary_BoxFunctions_GetExpandedBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_GetTransformedBox \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_GetTransformedBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_GetTransformedBox"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_GetTransformedBox) == 0x0000E0, "Wrong size on GeometryScriptLibrary_BoxFunctions_GetTransformedBox"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetTransformedBox, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_GetTransformedBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetTransformedBox, Transform) == 0x000040, "Member 'GeometryScriptLibrary_BoxFunctions_GetTransformedBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_GetTransformedBox, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_BoxFunctions_GetTransformedBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents) == 0x000068, "Wrong size on GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents, Center) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents::Center' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents, Extents) == 0x000018, "Member 'GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents::Extents' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterExtents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize) == 0x000068, "Wrong size on GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize, Center) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize::Center' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize, Dimensions) == 0x000018, "Member 'GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_BoxFunctions_MakeBoxFromCenterSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection) == 0x000078, "Wrong size on GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection, Box1) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection::Box1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection, Box2) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection::Box2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection, ReturnValue) == 0x000070, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxBoxIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection) == 0x000060, "Wrong size on GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection, SphereCenter) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection::SphereCenter' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection, SphereRadius) == 0x000050, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection, ReturnValue) == 0x000058, "Member 'GeometryScriptLibrary_BoxFunctions_TestBoxSphereIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_BoxFunctions_TestPointInsideBox \ +static_assert(alignof(GeometryScriptLibrary_BoxFunctions_TestPointInsideBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_BoxFunctions_TestPointInsideBox"); \ +static_assert(sizeof(GeometryScriptLibrary_BoxFunctions_TestPointInsideBox) == 0x000058, "Wrong size on GeometryScriptLibrary_BoxFunctions_TestPointInsideBox"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestPointInsideBox, Box) == 0x000000, "Member 'GeometryScriptLibrary_BoxFunctions_TestPointInsideBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestPointInsideBox, Point) == 0x000038, "Member 'GeometryScriptLibrary_BoxFunctions_TestPointInsideBox::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestPointInsideBox, bConsiderOnBoxAsInside) == 0x000050, "Member 'GeometryScriptLibrary_BoxFunctions_TestPointInsideBox::bConsiderOnBoxAsInside' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_BoxFunctions_TestPointInsideBox, ReturnValue) == 0x000051, "Member 'GeometryScriptLibrary_BoxFunctions_TestPointInsideBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_BoxFunctions \ +static_assert(alignof(UGeometryScriptLibrary_BoxFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_BoxFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_BoxFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_BoxFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_OrientedBoxFunctions_ConvertOrientedBoxToAxisAlignedBox \ +static_assert(alignof(GeometryScriptLibrary_OrientedBoxFunctions_ConvertOrientedBoxToAxisAlignedBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_OrientedBoxFunctions_ConvertOrientedBoxToAxisAlignedBox"); \ +static_assert(sizeof(GeometryScriptLibrary_OrientedBoxFunctions_ConvertOrientedBoxToAxisAlignedBox) == 0x0000B0, "Wrong size on GeometryScriptLibrary_OrientedBoxFunctions_ConvertOrientedBoxToAxisAlignedBox"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_ConvertOrientedBoxToAxisAlignedBox, Box) == 0x000000, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_ConvertOrientedBoxToAxisAlignedBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_ConvertOrientedBoxToAxisAlignedBox, ReturnValue) == 0x000078, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_ConvertOrientedBoxToAxisAlignedBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox \ +static_assert(alignof(GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox"); \ +static_assert(sizeof(GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox) == 0x0000B0, "Wrong size on GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox, Box) == 0x000000, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox, Point) == 0x000078, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox, bIsInsideOrOn) == 0x000090, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox::bIsInsideOrOn' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_FindClosestPointOnOrientedBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox \ +static_assert(alignof(GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox"); \ +static_assert(sizeof(GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox) == 0x000110, "Wrong size on GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox, OrientedBox) == 0x000000, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox::OrientedBox' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox, ExpandBy) == 0x000078, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox::ExpandBy' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox, MinExtent) == 0x000090, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox::MinExtent' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetExpandedOrientedBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxCorner \ +static_assert(alignof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxCorner) == 0x000008, "Wrong alignment on GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxCorner"); \ +static_assert(sizeof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxCorner) == 0x000098, "Wrong size on GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxCorner"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxCorner, Box) == 0x000000, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxCorner::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxCorner, CornerIndex) == 0x000078, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxCorner::CornerIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxCorner, ReturnValue) == 0x000080, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxCorner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter \ +static_assert(alignof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter) == 0x000008, "Wrong alignment on GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter"); \ +static_assert(sizeof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter) == 0x0000B0, "Wrong size on GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter, Box) == 0x000000, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter, FaceIndex) == 0x000078, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter, FaceNormal) == 0x000080, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter::FaceNormal' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter, ReturnValue) == 0x000098, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxFaceCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxOrientation \ +static_assert(alignof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxOrientation) == 0x000008, "Wrong alignment on GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxOrientation"); \ +static_assert(sizeof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxOrientation) == 0x000090, "Wrong size on GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxOrientation"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxOrientation, Box) == 0x000000, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxOrientation::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxOrientation, ReturnValue) == 0x000078, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxOrientation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxVolumeArea \ +static_assert(alignof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxVolumeArea) == 0x000008, "Wrong alignment on GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxVolumeArea"); \ +static_assert(sizeof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxVolumeArea) == 0x000088, "Wrong size on GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxVolumeArea"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxVolumeArea, Box) == 0x000000, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxVolumeArea::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxVolumeArea, Volume) == 0x000078, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxVolumeArea::Volume' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxVolumeArea, SurfaceArea) == 0x000080, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetOrientedBoxVolumeArea::SurfaceArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_OrientedBoxFunctions_GetTransformedOrientedBox \ +static_assert(alignof(GeometryScriptLibrary_OrientedBoxFunctions_GetTransformedOrientedBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_OrientedBoxFunctions_GetTransformedOrientedBox"); \ +static_assert(sizeof(GeometryScriptLibrary_OrientedBoxFunctions_GetTransformedOrientedBox) == 0x000160, "Wrong size on GeometryScriptLibrary_OrientedBoxFunctions_GetTransformedOrientedBox"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetTransformedOrientedBox, OrientedBox) == 0x000000, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetTransformedOrientedBox::OrientedBox' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetTransformedOrientedBox, Transform) == 0x000080, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetTransformedOrientedBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_GetTransformedOrientedBox, ReturnValue) == 0x0000E0, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_GetTransformedOrientedBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_OrientedBoxFunctions_MakeOrientedBoxFromBox \ +static_assert(alignof(GeometryScriptLibrary_OrientedBoxFunctions_MakeOrientedBoxFromBox) == 0x000010, "Wrong alignment on GeometryScriptLibrary_OrientedBoxFunctions_MakeOrientedBoxFromBox"); \ +static_assert(sizeof(GeometryScriptLibrary_OrientedBoxFunctions_MakeOrientedBoxFromBox) == 0x000120, "Wrong size on GeometryScriptLibrary_OrientedBoxFunctions_MakeOrientedBoxFromBox"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_MakeOrientedBoxFromBox, Box) == 0x000000, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_MakeOrientedBoxFromBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_MakeOrientedBoxFromBox, Transform) == 0x000040, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_MakeOrientedBoxFromBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_MakeOrientedBoxFromBox, ReturnValue) == 0x0000A0, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_MakeOrientedBoxFromBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_OrientedBoxFunctions_TestBoxOrientedBoxIntersection \ +static_assert(alignof(GeometryScriptLibrary_OrientedBoxFunctions_TestBoxOrientedBoxIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_OrientedBoxFunctions_TestBoxOrientedBoxIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_OrientedBoxFunctions_TestBoxOrientedBoxIntersection) == 0x0000B8, "Wrong size on GeometryScriptLibrary_OrientedBoxFunctions_TestBoxOrientedBoxIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_TestBoxOrientedBoxIntersection, Box) == 0x000000, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_TestBoxOrientedBoxIntersection::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_TestBoxOrientedBoxIntersection, OrientedBox) == 0x000038, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_TestBoxOrientedBoxIntersection::OrientedBox' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_TestBoxOrientedBoxIntersection, ReturnValue) == 0x0000B0, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_TestBoxOrientedBoxIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_OrientedBoxFunctions_TestOrientedBoxOrientedBoxIntersection \ +static_assert(alignof(GeometryScriptLibrary_OrientedBoxFunctions_TestOrientedBoxOrientedBoxIntersection) == 0x000008, "Wrong alignment on GeometryScriptLibrary_OrientedBoxFunctions_TestOrientedBoxOrientedBoxIntersection"); \ +static_assert(sizeof(GeometryScriptLibrary_OrientedBoxFunctions_TestOrientedBoxOrientedBoxIntersection) == 0x0000F8, "Wrong size on GeometryScriptLibrary_OrientedBoxFunctions_TestOrientedBoxOrientedBoxIntersection"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_TestOrientedBoxOrientedBoxIntersection, Box1) == 0x000000, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_TestOrientedBoxOrientedBoxIntersection::Box1' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_TestOrientedBoxOrientedBoxIntersection, Box2) == 0x000078, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_TestOrientedBoxOrientedBoxIntersection::Box2' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_TestOrientedBoxOrientedBoxIntersection, ReturnValue) == 0x0000F0, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_TestOrientedBoxOrientedBoxIntersection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_OrientedBoxFunctions_TestPointInsideOrOnOrientedBox \ +static_assert(alignof(GeometryScriptLibrary_OrientedBoxFunctions_TestPointInsideOrOnOrientedBox) == 0x000008, "Wrong alignment on GeometryScriptLibrary_OrientedBoxFunctions_TestPointInsideOrOnOrientedBox"); \ +static_assert(sizeof(GeometryScriptLibrary_OrientedBoxFunctions_TestPointInsideOrOnOrientedBox) == 0x000098, "Wrong size on GeometryScriptLibrary_OrientedBoxFunctions_TestPointInsideOrOnOrientedBox"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_TestPointInsideOrOnOrientedBox, Box) == 0x000000, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_TestPointInsideOrOnOrientedBox::Box' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_TestPointInsideOrOnOrientedBox, Point) == 0x000078, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_TestPointInsideOrOnOrientedBox::Point' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_OrientedBoxFunctions_TestPointInsideOrOnOrientedBox, ReturnValue) == 0x000090, "Member 'GeometryScriptLibrary_OrientedBoxFunctions_TestPointInsideOrOnOrientedBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_OrientedBoxFunctions \ +static_assert(alignof(UGeometryScriptLibrary_OrientedBoxFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_OrientedBoxFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_OrientedBoxFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_OrientedBoxFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions \ +static_assert(alignof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions) == 0x000008, "Wrong alignment on GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions"); \ +static_assert(sizeof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions) == 0x000058, "Wrong size on GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions, UVList) == 0x000000, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions, Texture) == 0x000010, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions::Texture' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions, SampleOptions) == 0x000018, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions::SampleOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions, ColorList) == 0x000040, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions, Debug) == 0x000050, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTexture2DAtUVPositions::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions \ +static_assert(alignof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions) == 0x000008, "Wrong alignment on GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions"); \ +static_assert(sizeof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions) == 0x000058, "Wrong size on GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions, UVList) == 0x000000, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions::UVList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions, Texture) == 0x000010, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions::Texture' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions, SampleOptions) == 0x000018, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions::SampleOptions' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions, ColorList) == 0x000040, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions::ColorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions, Debug) == 0x000050, "Member 'GeometryScriptLibrary_TextureMapFunctions_SampleTextureRenderTarget2DAtUVPositions::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_TextureMapFunctions \ +static_assert(alignof(UGeometryScriptLibrary_TextureMapFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_TextureMapFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_TextureMapFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_TextureMapFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply) == 0x000028, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply, Constant) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply::Constant' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply, ScalarList) == 0x000008, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace) == 0x000018, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace, Constant) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace::Constant' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace, ScalarList) == 0x000008, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantScalarMultiplyInPlace::ScalarList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply) == 0x000028, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply, Constant) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply::Constant' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply, VectorList) == 0x000008, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace) == 0x000018, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace, Constant) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace::Constant' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace, VectorList) == 0x000008, "Member 'GeometryScriptLibrary_VectorMathFunctions_ConstantVectorMultiplyInPlace::VectorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarBlend \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarBlend"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend) == 0x000040, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarBlend"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend, ScalarListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlend::ScalarListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend, ScalarListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlend::ScalarListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend, ConstantA) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlend::ConstantA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend, ConstantB) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlend::ConstantB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlend, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace) == 0x000030, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace, ScalarListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace::ScalarListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace, ScalarListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace::ScalarListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace, ConstantA) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace::ConstantA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace, ConstantB) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarBlendInPlace::ConstantB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarInvert \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarInvert"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert) == 0x000038, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarInvert"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvert::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert, Numerator) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvert::Numerator' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert, SetOnFailure) == 0x000018, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvert::SetOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert, Epsilon) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvert::Epsilon' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvert, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvert::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace) == 0x000028, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace, Numerator) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace::Numerator' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace, SetOnFailure) == 0x000018, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace::SetOnFailure' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace, Epsilon) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarInvertInPlace::Epsilon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply) == 0x000038, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply, ScalarListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply::ScalarListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply, ScalarListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply::ScalarListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply, ConstantMultiplier) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply::ConstantMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace) == 0x000028, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace, ScalarListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace::ScalarListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace, ScalarListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace::ScalarListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace, ConstantMultiplier) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarMultiplyInPlace::ConstantMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply) == 0x000038, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply, VectorList) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply, ScalarMultiplier) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply::ScalarMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace) == 0x000028, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace, ScalarList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace::ScalarList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace, VectorList) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace, ScalarMultiplier) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_ScalarVectorMultiplyInPlace::ScalarMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorBlend \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorBlend"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend) == 0x000040, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorBlend"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend, VectorListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlend::VectorListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend, VectorListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlend::VectorListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend, ConstantA) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlend::ConstantA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend, ConstantB) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlend::ConstantB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlend, ReturnValue) == 0x000030, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace) == 0x000030, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace, VectorListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace::VectorListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace, VectorListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace::VectorListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace, ConstantA) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace::ConstantA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace, ConstantB) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorBlendInPlace::ConstantB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorCross \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorCross) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorCross"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorCross) == 0x000030, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorCross"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorCross, VectorListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorCross::VectorListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorCross, VectorListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorCross::VectorListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorCross, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorCross::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorDot \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorDot) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorDot"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorDot) == 0x000030, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorDot"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorDot, VectorListA) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorDot::VectorListA' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorDot, VectorListB) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorDot::VectorListB' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorDot, ReturnValue) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorDot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorInverseTransformInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorInverseTransformInPlace) == 0x000010, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorInverseTransformInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorInverseTransformInPlace) == 0x000080, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorInverseTransformInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorInverseTransformInPlace, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorInverseTransformInPlace::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorInverseTransformInPlace, Transform) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorInverseTransformInPlace::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorInverseTransformInPlace, bAsPosition) == 0x000070, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorInverseTransformInPlace::bAsPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorLength \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorLength) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorLength"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorLength) == 0x000020, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorLength"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorLength, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorLength::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorLength, ReturnValue) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace) == 0x000028, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace, SetOnFailure) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorNormalizeInPlace::SetOnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorPlaneProjectInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorPlaneProjectInPlace) == 0x000010, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorPlaneProjectInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorPlaneProjectInPlace) == 0x000030, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorPlaneProjectInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorPlaneProjectInPlace, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorPlaneProjectInPlace::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorPlaneProjectInPlace, Plane) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorPlaneProjectInPlace::Plane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorToScalar \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorToScalar"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar) == 0x000038, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorToScalar"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorToScalar::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar, ConstantX) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorToScalar::ConstantX' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar, ConstantY) == 0x000018, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorToScalar::ConstantY' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar, ConstantZ) == 0x000020, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorToScalar::ConstantZ' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorToScalar, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorToScalar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VectorMathFunctions_VectorTransformInPlace \ +static_assert(alignof(GeometryScriptLibrary_VectorMathFunctions_VectorTransformInPlace) == 0x000010, "Wrong alignment on GeometryScriptLibrary_VectorMathFunctions_VectorTransformInPlace"); \ +static_assert(sizeof(GeometryScriptLibrary_VectorMathFunctions_VectorTransformInPlace) == 0x000080, "Wrong size on GeometryScriptLibrary_VectorMathFunctions_VectorTransformInPlace"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorTransformInPlace, VectorList) == 0x000000, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorTransformInPlace::VectorList' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorTransformInPlace, Transform) == 0x000010, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorTransformInPlace::Transform' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VectorMathFunctions_VectorTransformInPlace, bAsPosition) == 0x000070, "Member 'GeometryScriptLibrary_VectorMathFunctions_VectorTransformInPlace::bAsPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_VectorMathFunctions \ +static_assert(alignof(UGeometryScriptLibrary_VectorMathFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_VectorMathFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_VectorMathFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_VectorMathFunctions"); \ + +#define DUMPER7_ASSERTS_GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture \ +static_assert(alignof(GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture) == 0x000008, "Wrong alignment on GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture"); \ +static_assert(sizeof(GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture) == 0x000038, "Wrong size on GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture"); \ +static_assert(offsetof(GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture, VolumeTexture) == 0x000008, "Member 'GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture::VolumeTexture' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture, DistanceSettings) == 0x000010, "Member 'GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture::DistanceSettings' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture, TextureSettings) == 0x00002C, "Member 'GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture::TextureSettings' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture, ReturnValue) == 0x000034, "Member 'GeometryScriptLibrary_VolumeTextureBakeFunctions_BakeSignedDistanceToVolumeTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryScriptLibrary_VolumeTextureBakeFunctions \ +static_assert(alignof(UGeometryScriptLibrary_VolumeTextureBakeFunctions) == 0x000008, "Wrong alignment on UGeometryScriptLibrary_VolumeTextureBakeFunctions"); \ +static_assert(sizeof(UGeometryScriptLibrary_VolumeTextureBakeFunctions) == 0x000028, "Wrong size on UGeometryScriptLibrary_VolumeTextureBakeFunctions"); \ + +#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_AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior \ +static_assert(alignof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior) == 0x000008, "Wrong alignment on AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior"); \ +static_assert(sizeof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior) == 0x000040, "Wrong size on AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior, Controller) == 0x000000, "Member 'AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior, ClaimHandle) == 0x000008, "Member 'AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior, bLockAILogic) == 0x000030, "Member 'AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior, ClaimPriority) == 0x000031, "Member 'AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior::ClaimPriority' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior, ReturnValue) == 0x000038, "Member 'AITask_UseGameplayBehaviorSmartObject_MoveToAndUseSmartObjectWithGameplayBehavior::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject \ +static_assert(alignof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject) == 0x000008, "Wrong alignment on AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject"); \ +static_assert(sizeof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject) == 0x000028, "Wrong size on AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject, Controller) == 0x000000, "Member 'AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject, SmartObjectActor) == 0x000008, "Member 'AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject::SmartObjectActor' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject, SmartObjectComponent) == 0x000010, "Member 'AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject::SmartObjectComponent' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject, bLockAILogic) == 0x000018, "Member 'AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject, ReturnValue) == 0x000020, "Member 'AITask_UseGameplayBehaviorSmartObject_UseGameplayBehaviorSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior \ +static_assert(alignof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior) == 0x000008, "Wrong alignment on AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior"); \ +static_assert(sizeof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior) == 0x000040, "Wrong size on AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior, Controller) == 0x000000, "Member 'AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior, ClaimHandle) == 0x000008, "Member 'AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior, bLockAILogic) == 0x000030, "Member 'AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior, ClaimPriority) == 0x000031, "Member 'AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior::ClaimPriority' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior, ReturnValue) == 0x000038, "Member 'AITask_UseGameplayBehaviorSmartObject_UseSmartObjectWithGameplayBehavior::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask_UseGameplayBehaviorSmartObject \ +static_assert(alignof(UAITask_UseGameplayBehaviorSmartObject) == 0x000008, "Wrong alignment on UAITask_UseGameplayBehaviorSmartObject"); \ +static_assert(sizeof(UAITask_UseGameplayBehaviorSmartObject) == 0x0000E8, "Wrong size on UAITask_UseGameplayBehaviorSmartObject"); \ +static_assert(offsetof(UAITask_UseGameplayBehaviorSmartObject, OnSucceeded) == 0x000070, "Member 'UAITask_UseGameplayBehaviorSmartObject::OnSucceeded' has a wrong offset!"); \ +static_assert(offsetof(UAITask_UseGameplayBehaviorSmartObject, OnFailed) == 0x000080, "Member 'UAITask_UseGameplayBehaviorSmartObject::OnFailed' has a wrong offset!"); \ +static_assert(offsetof(UAITask_UseGameplayBehaviorSmartObject, OnMoveToFailed) == 0x000090, "Member 'UAITask_UseGameplayBehaviorSmartObject::OnMoveToFailed' has a wrong offset!"); \ +static_assert(offsetof(UAITask_UseGameplayBehaviorSmartObject, MoveToTask) == 0x0000A0, "Member 'UAITask_UseGameplayBehaviorSmartObject::MoveToTask' has a wrong offset!"); \ +static_assert(offsetof(UAITask_UseGameplayBehaviorSmartObject, GameplayBehavior) == 0x0000A8, "Member 'UAITask_UseGameplayBehaviorSmartObject::GameplayBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_FindAndUseGameplayBehaviorSmartObject \ +static_assert(alignof(UBTTask_FindAndUseGameplayBehaviorSmartObject) == 0x000008, "Wrong alignment on UBTTask_FindAndUseGameplayBehaviorSmartObject"); \ +static_assert(sizeof(UBTTask_FindAndUseGameplayBehaviorSmartObject) == 0x000120, "Wrong size on UBTTask_FindAndUseGameplayBehaviorSmartObject"); \ +static_assert(offsetof(UBTTask_FindAndUseGameplayBehaviorSmartObject, ActivityRequirements) == 0x000070, "Member 'UBTTask_FindAndUseGameplayBehaviorSmartObject::ActivityRequirements' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindAndUseGameplayBehaviorSmartObject, ClaimPriority) == 0x0000B8, "Member 'UBTTask_FindAndUseGameplayBehaviorSmartObject::ClaimPriority' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindAndUseGameplayBehaviorSmartObject, EQSRequest) == 0x0000C0, "Member 'UBTTask_FindAndUseGameplayBehaviorSmartObject::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindAndUseGameplayBehaviorSmartObject, Radius) == 0x000108, "Member 'UBTTask_FindAndUseGameplayBehaviorSmartObject::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorSmartObjectBehaviorDefinition \ +static_assert(alignof(UGameplayBehaviorSmartObjectBehaviorDefinition) == 0x000008, "Wrong alignment on UGameplayBehaviorSmartObjectBehaviorDefinition"); \ +static_assert(sizeof(UGameplayBehaviorSmartObjectBehaviorDefinition) == 0x000030, "Wrong size on UGameplayBehaviorSmartObjectBehaviorDefinition"); \ +static_assert(offsetof(UGameplayBehaviorSmartObjectBehaviorDefinition, GameplayBehaviorConfig) == 0x000028, "Member 'UGameplayBehaviorSmartObjectBehaviorDefinition::GameplayBehaviorConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject \ +static_assert(alignof(GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject) == 0x000008, "Wrong alignment on GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject"); \ +static_assert(sizeof(GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject) == 0x000018, "Wrong size on GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject"); \ +static_assert(offsetof(GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject, Avatar) == 0x000000, "Member 'GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject::Avatar' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject, SmartObject) == 0x000008, "Member 'GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject::SmartObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject, ReturnValue) == 0x000010, "Member 'GameplayBehaviorSmartObjectsBlueprintFunctionLibrary_UseGameplayBehaviorSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorSmartObjectsBlueprintFunctionLibrary \ +static_assert(alignof(UGameplayBehaviorSmartObjectsBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UGameplayBehaviorSmartObjectsBlueprintFunctionLibrary"); \ +static_assert(sizeof(UGameplayBehaviorSmartObjectsBlueprintFunctionLibrary) == 0x000028, "Wrong size on UGameplayBehaviorSmartObjectsBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_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_DynamicMeshProcessorBlueprint_ProcessDynamicMesh \ +static_assert(alignof(DynamicMeshProcessorBlueprint_ProcessDynamicMesh) == 0x000008, "Wrong alignment on DynamicMeshProcessorBlueprint_ProcessDynamicMesh"); \ +static_assert(sizeof(DynamicMeshProcessorBlueprint_ProcessDynamicMesh) == 0x000010, "Wrong size on DynamicMeshProcessorBlueprint_ProcessDynamicMesh"); \ +static_assert(offsetof(DynamicMeshProcessorBlueprint_ProcessDynamicMesh, TargetMesh) == 0x000000, "Member 'DynamicMeshProcessorBlueprint_ProcessDynamicMesh::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshProcessorBlueprint_ProcessDynamicMesh, bFailed) == 0x000008, "Member 'DynamicMeshProcessorBlueprint_ProcessDynamicMesh::bFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshProcessorBlueprint \ +static_assert(alignof(UDynamicMeshProcessorBlueprint) == 0x000008, "Wrong alignment on UDynamicMeshProcessorBlueprint"); \ +static_assert(sizeof(UDynamicMeshProcessorBlueprint) == 0x000030, "Wrong size on UDynamicMeshProcessorBlueprint"); \ +static_assert(offsetof(UDynamicMeshProcessorBlueprint, bRequiresGameThread) == 0x000028, "Member 'UDynamicMeshProcessorBlueprint::bRequiresGameThread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMeshCommandChangeTarget \ +static_assert(alignof(IMeshCommandChangeTarget) == 0x000001, "Wrong alignment on IMeshCommandChangeTarget"); \ +static_assert(sizeof(IMeshCommandChangeTarget) == 0x000001, "Wrong size on IMeshCommandChangeTarget"); \ + +#define DUMPER7_ASSERTS_IMeshReplacementCommandChangeTarget \ +static_assert(alignof(IMeshReplacementCommandChangeTarget) == 0x000001, "Wrong alignment on IMeshReplacementCommandChangeTarget"); \ +static_assert(sizeof(IMeshReplacementCommandChangeTarget) == 0x000001, "Wrong size on IMeshReplacementCommandChangeTarget"); \ + +#define DUMPER7_ASSERTS_IMeshVertexCommandChangeTarget \ +static_assert(alignof(IMeshVertexCommandChangeTarget) == 0x000001, "Wrong alignment on IMeshVertexCommandChangeTarget"); \ +static_assert(sizeof(IMeshVertexCommandChangeTarget) == 0x000001, "Wrong size on IMeshVertexCommandChangeTarget"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetDynamicMesh \ +static_assert(alignof(BaseDynamicMeshComponent_GetDynamicMesh) == 0x000008, "Wrong alignment on BaseDynamicMeshComponent_GetDynamicMesh"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetDynamicMesh) == 0x000008, "Wrong size on BaseDynamicMeshComponent_GetDynamicMesh"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetDynamicMesh, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetDynamicMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetColorOverrideMode \ +static_assert(alignof(BaseDynamicMeshComponent_SetColorOverrideMode) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetColorOverrideMode"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetColorOverrideMode) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetColorOverrideMode"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetColorOverrideMode, NewMode) == 0x000000, "Member 'BaseDynamicMeshComponent_SetColorOverrideMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetConstantOverrideColor \ +static_assert(alignof(BaseDynamicMeshComponent_SetConstantOverrideColor) == 0x000004, "Wrong alignment on BaseDynamicMeshComponent_SetConstantOverrideColor"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetConstantOverrideColor) == 0x000004, "Wrong size on BaseDynamicMeshComponent_SetConstantOverrideColor"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetConstantOverrideColor, NewColor) == 0x000000, "Member 'BaseDynamicMeshComponent_SetConstantOverrideColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetDistanceFieldMode \ +static_assert(alignof(BaseDynamicMeshComponent_SetDistanceFieldMode) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetDistanceFieldMode"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetDistanceFieldMode) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetDistanceFieldMode"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetDistanceFieldMode, NewDistFieldMode) == 0x000000, "Member 'BaseDynamicMeshComponent_SetDistanceFieldMode::NewDistFieldMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetEnableFlatShading \ +static_assert(alignof(BaseDynamicMeshComponent_SetEnableFlatShading) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetEnableFlatShading"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetEnableFlatShading) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetEnableFlatShading"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetEnableFlatShading, bEnable) == 0x000000, "Member 'BaseDynamicMeshComponent_SetEnableFlatShading::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetEnableRaytracing \ +static_assert(alignof(BaseDynamicMeshComponent_SetEnableRaytracing) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetEnableRaytracing"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetEnableRaytracing) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetEnableRaytracing"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetEnableRaytracing, bSetEnabled) == 0x000000, "Member 'BaseDynamicMeshComponent_SetEnableRaytracing::bSetEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetEnableWireframeRenderPass \ +static_assert(alignof(BaseDynamicMeshComponent_SetEnableWireframeRenderPass) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetEnableWireframeRenderPass"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetEnableWireframeRenderPass) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetEnableWireframeRenderPass"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetEnableWireframeRenderPass, bEnable) == 0x000000, "Member 'BaseDynamicMeshComponent_SetEnableWireframeRenderPass::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetMeshDrawPath \ +static_assert(alignof(BaseDynamicMeshComponent_SetMeshDrawPath) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetMeshDrawPath"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetMeshDrawPath) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetMeshDrawPath"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetMeshDrawPath, NewDrawPath) == 0x000000, "Member 'BaseDynamicMeshComponent_SetMeshDrawPath::NewDrawPath' 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_SetOverrideSecondaryWireframeRenderMaterial \ +static_assert(alignof(BaseDynamicMeshComponent_SetOverrideSecondaryWireframeRenderMaterial) == 0x000008, "Wrong alignment on BaseDynamicMeshComponent_SetOverrideSecondaryWireframeRenderMaterial"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetOverrideSecondaryWireframeRenderMaterial) == 0x000008, "Wrong size on BaseDynamicMeshComponent_SetOverrideSecondaryWireframeRenderMaterial"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetOverrideSecondaryWireframeRenderMaterial, Material) == 0x000000, "Member 'BaseDynamicMeshComponent_SetOverrideSecondaryWireframeRenderMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetOverrideWireframeRenderMaterial \ +static_assert(alignof(BaseDynamicMeshComponent_SetOverrideWireframeRenderMaterial) == 0x000008, "Wrong alignment on BaseDynamicMeshComponent_SetOverrideWireframeRenderMaterial"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetOverrideWireframeRenderMaterial) == 0x000008, "Wrong size on BaseDynamicMeshComponent_SetOverrideWireframeRenderMaterial"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetOverrideWireframeRenderMaterial, Material) == 0x000000, "Member 'BaseDynamicMeshComponent_SetOverrideWireframeRenderMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetSecondaryBuffersVisibility \ +static_assert(alignof(BaseDynamicMeshComponent_SetSecondaryBuffersVisibility) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetSecondaryBuffersVisibility"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetSecondaryBuffersVisibility) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetSecondaryBuffersVisibility"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetSecondaryBuffersVisibility, bSetVisible) == 0x000000, "Member 'BaseDynamicMeshComponent_SetSecondaryBuffersVisibility::bSetVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetSecondaryRenderMaterial \ +static_assert(alignof(BaseDynamicMeshComponent_SetSecondaryRenderMaterial) == 0x000008, "Wrong alignment on BaseDynamicMeshComponent_SetSecondaryRenderMaterial"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetSecondaryRenderMaterial) == 0x000008, "Wrong size on BaseDynamicMeshComponent_SetSecondaryRenderMaterial"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetSecondaryRenderMaterial, Material) == 0x000000, "Member 'BaseDynamicMeshComponent_SetSecondaryRenderMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetShadowsEnabled \ +static_assert(alignof(BaseDynamicMeshComponent_SetShadowsEnabled) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetShadowsEnabled"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetShadowsEnabled) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetShadowsEnabled"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetShadowsEnabled, bEnabled) == 0x000000, "Member 'BaseDynamicMeshComponent_SetShadowsEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode \ +static_assert(alignof(BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode, NewMode) == 0x000000, "Member 'BaseDynamicMeshComponent_SetVertexColorSpaceTransformMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_SetViewModeOverridesEnabled \ +static_assert(alignof(BaseDynamicMeshComponent_SetViewModeOverridesEnabled) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_SetViewModeOverridesEnabled"); \ +static_assert(sizeof(BaseDynamicMeshComponent_SetViewModeOverridesEnabled) == 0x000001, "Wrong size on BaseDynamicMeshComponent_SetViewModeOverridesEnabled"); \ +static_assert(offsetof(BaseDynamicMeshComponent_SetViewModeOverridesEnabled, bEnabled) == 0x000000, "Member 'BaseDynamicMeshComponent_SetViewModeOverridesEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetColorOverrideMode \ +static_assert(alignof(BaseDynamicMeshComponent_GetColorOverrideMode) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetColorOverrideMode"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetColorOverrideMode) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetColorOverrideMode"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetColorOverrideMode, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetColorOverrideMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetConstantOverrideColor \ +static_assert(alignof(BaseDynamicMeshComponent_GetConstantOverrideColor) == 0x000004, "Wrong alignment on BaseDynamicMeshComponent_GetConstantOverrideColor"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetConstantOverrideColor) == 0x000004, "Wrong size on BaseDynamicMeshComponent_GetConstantOverrideColor"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetConstantOverrideColor, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetConstantOverrideColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetDistanceFieldMode \ +static_assert(alignof(BaseDynamicMeshComponent_GetDistanceFieldMode) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetDistanceFieldMode"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetDistanceFieldMode) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetDistanceFieldMode"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetDistanceFieldMode, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetDistanceFieldMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetEnableRaytracing \ +static_assert(alignof(BaseDynamicMeshComponent_GetEnableRaytracing) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetEnableRaytracing"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetEnableRaytracing) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetEnableRaytracing"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetEnableRaytracing, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetEnableRaytracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetEnableWireframeRenderPass \ +static_assert(alignof(BaseDynamicMeshComponent_GetEnableWireframeRenderPass) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetEnableWireframeRenderPass"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetEnableWireframeRenderPass) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetEnableWireframeRenderPass"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetEnableWireframeRenderPass, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetEnableWireframeRenderPass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetFlatShadingEnabled \ +static_assert(alignof(BaseDynamicMeshComponent_GetFlatShadingEnabled) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetFlatShadingEnabled"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetFlatShadingEnabled) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetFlatShadingEnabled"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetFlatShadingEnabled, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetFlatShadingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetMeshDrawPath \ +static_assert(alignof(BaseDynamicMeshComponent_GetMeshDrawPath) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetMeshDrawPath"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetMeshDrawPath) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetMeshDrawPath"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetMeshDrawPath, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetMeshDrawPath::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_GetOverrideSecondaryWireframeRenderMaterial \ +static_assert(alignof(BaseDynamicMeshComponent_GetOverrideSecondaryWireframeRenderMaterial) == 0x000008, "Wrong alignment on BaseDynamicMeshComponent_GetOverrideSecondaryWireframeRenderMaterial"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetOverrideSecondaryWireframeRenderMaterial) == 0x000008, "Wrong size on BaseDynamicMeshComponent_GetOverrideSecondaryWireframeRenderMaterial"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetOverrideSecondaryWireframeRenderMaterial, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetOverrideSecondaryWireframeRenderMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetOverrideWireframeRenderMaterial \ +static_assert(alignof(BaseDynamicMeshComponent_GetOverrideWireframeRenderMaterial) == 0x000008, "Wrong alignment on BaseDynamicMeshComponent_GetOverrideWireframeRenderMaterial"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetOverrideWireframeRenderMaterial) == 0x000008, "Wrong size on BaseDynamicMeshComponent_GetOverrideWireframeRenderMaterial"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetOverrideWireframeRenderMaterial, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetOverrideWireframeRenderMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetSecondaryBuffersVisibility \ +static_assert(alignof(BaseDynamicMeshComponent_GetSecondaryBuffersVisibility) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetSecondaryBuffersVisibility"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetSecondaryBuffersVisibility) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetSecondaryBuffersVisibility"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetSecondaryBuffersVisibility, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetSecondaryBuffersVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetSecondaryRenderMaterial \ +static_assert(alignof(BaseDynamicMeshComponent_GetSecondaryRenderMaterial) == 0x000008, "Wrong alignment on BaseDynamicMeshComponent_GetSecondaryRenderMaterial"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetSecondaryRenderMaterial) == 0x000008, "Wrong size on BaseDynamicMeshComponent_GetSecondaryRenderMaterial"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetSecondaryRenderMaterial, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetSecondaryRenderMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetShadowsEnabled \ +static_assert(alignof(BaseDynamicMeshComponent_GetShadowsEnabled) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetShadowsEnabled"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetShadowsEnabled) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetShadowsEnabled"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetShadowsEnabled, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetShadowsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode \ +static_assert(alignof(BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetVertexColorSpaceTransformMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_GetViewModeOverridesEnabled \ +static_assert(alignof(BaseDynamicMeshComponent_GetViewModeOverridesEnabled) == 0x000001, "Wrong alignment on BaseDynamicMeshComponent_GetViewModeOverridesEnabled"); \ +static_assert(sizeof(BaseDynamicMeshComponent_GetViewModeOverridesEnabled) == 0x000001, "Wrong size on BaseDynamicMeshComponent_GetViewModeOverridesEnabled"); \ +static_assert(offsetof(BaseDynamicMeshComponent_GetViewModeOverridesEnabled, ReturnValue) == 0x000000, "Member 'BaseDynamicMeshComponent_GetViewModeOverridesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseDynamicMeshComponent_HasOverrideRenderMaterial \ +static_assert(alignof(BaseDynamicMeshComponent_HasOverrideRenderMaterial) == 0x000004, "Wrong alignment on BaseDynamicMeshComponent_HasOverrideRenderMaterial"); \ +static_assert(sizeof(BaseDynamicMeshComponent_HasOverrideRenderMaterial) == 0x000008, "Wrong size on BaseDynamicMeshComponent_HasOverrideRenderMaterial"); \ +static_assert(offsetof(BaseDynamicMeshComponent_HasOverrideRenderMaterial, K) == 0x000000, "Member 'BaseDynamicMeshComponent_HasOverrideRenderMaterial::K' has a wrong offset!"); \ +static_assert(offsetof(BaseDynamicMeshComponent_HasOverrideRenderMaterial, ReturnValue) == 0x000004, "Member 'BaseDynamicMeshComponent_HasOverrideRenderMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseDynamicMeshComponent \ +static_assert(alignof(UBaseDynamicMeshComponent) == 0x000010, "Wrong alignment on UBaseDynamicMeshComponent"); \ +static_assert(sizeof(UBaseDynamicMeshComponent) == 0x000600, "Wrong size on UBaseDynamicMeshComponent"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, bExplicitShowWireframe) == 0x000598, "Member 'UBaseDynamicMeshComponent::bExplicitShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, WireframeColor) == 0x00059C, "Member 'UBaseDynamicMeshComponent::WireframeColor' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, ColorMode) == 0x0005AC, "Member 'UBaseDynamicMeshComponent::ColorMode' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, ConstantColor) == 0x0005B0, "Member 'UBaseDynamicMeshComponent::ConstantColor' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, ColorSpaceMode) == 0x0005B4, "Member 'UBaseDynamicMeshComponent::ColorSpaceMode' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, bTwoSided) == 0x0005B5, "Member 'UBaseDynamicMeshComponent::bTwoSided' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, bEnableFlatShading) == 0x0005B6, "Member 'UBaseDynamicMeshComponent::bEnableFlatShading' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, bEnableViewModeOverrides) == 0x0005B7, "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, WireframeMaterialOverride) == 0x0005D0, "Member 'UBaseDynamicMeshComponent::WireframeMaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, SecondaryWireframeMaterialOverride) == 0x0005D8, "Member 'UBaseDynamicMeshComponent::SecondaryWireframeMaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, bEnableRayTracing) == 0x0005E0, "Member 'UBaseDynamicMeshComponent::bEnableRayTracing' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, DrawPath) == 0x0005E1, "Member 'UBaseDynamicMeshComponent::DrawPath' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, DistanceFieldMode) == 0x0005E2, "Member 'UBaseDynamicMeshComponent::DistanceFieldMode' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, BaseMaterials) == 0x0005E8, "Member 'UBaseDynamicMeshComponent::BaseMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_ConfigureMaterialSet \ +static_assert(alignof(DynamicMeshComponent_ConfigureMaterialSet) == 0x000008, "Wrong alignment on DynamicMeshComponent_ConfigureMaterialSet"); \ +static_assert(sizeof(DynamicMeshComponent_ConfigureMaterialSet) == 0x000018, "Wrong size on DynamicMeshComponent_ConfigureMaterialSet"); \ +static_assert(offsetof(DynamicMeshComponent_ConfigureMaterialSet, NewMaterialSet) == 0x000000, "Member 'DynamicMeshComponent_ConfigureMaterialSet::NewMaterialSet' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshComponent_ConfigureMaterialSet, bDeleteExtraSlots) == 0x000010, "Member 'DynamicMeshComponent_ConfigureMaterialSet::bDeleteExtraSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_NotifyMeshVertexAttributesModified \ +static_assert(alignof(DynamicMeshComponent_NotifyMeshVertexAttributesModified) == 0x000001, "Wrong alignment on DynamicMeshComponent_NotifyMeshVertexAttributesModified"); \ +static_assert(sizeof(DynamicMeshComponent_NotifyMeshVertexAttributesModified) == 0x000004, "Wrong size on DynamicMeshComponent_NotifyMeshVertexAttributesModified"); \ +static_assert(offsetof(DynamicMeshComponent_NotifyMeshVertexAttributesModified, bPositions) == 0x000000, "Member 'DynamicMeshComponent_NotifyMeshVertexAttributesModified::bPositions' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshComponent_NotifyMeshVertexAttributesModified, bNormals) == 0x000001, "Member 'DynamicMeshComponent_NotifyMeshVertexAttributesModified::bNormals' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshComponent_NotifyMeshVertexAttributesModified, bUVs) == 0x000002, "Member 'DynamicMeshComponent_NotifyMeshVertexAttributesModified::bUVs' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshComponent_NotifyMeshVertexAttributesModified, bColors) == 0x000003, "Member 'DynamicMeshComponent_NotifyMeshVertexAttributesModified::bColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_SetAllowsGeometrySelection \ +static_assert(alignof(DynamicMeshComponent_SetAllowsGeometrySelection) == 0x000001, "Wrong alignment on DynamicMeshComponent_SetAllowsGeometrySelection"); \ +static_assert(sizeof(DynamicMeshComponent_SetAllowsGeometrySelection) == 0x000001, "Wrong size on DynamicMeshComponent_SetAllowsGeometrySelection"); \ +static_assert(offsetof(DynamicMeshComponent_SetAllowsGeometrySelection, bInAllowsGeometrySelection) == 0x000000, "Member 'DynamicMeshComponent_SetAllowsGeometrySelection::bInAllowsGeometrySelection' 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_AllowsGeometrySelection \ +static_assert(alignof(DynamicMeshComponent_AllowsGeometrySelection) == 0x000001, "Wrong alignment on DynamicMeshComponent_AllowsGeometrySelection"); \ +static_assert(sizeof(DynamicMeshComponent_AllowsGeometrySelection) == 0x000001, "Wrong size on DynamicMeshComponent_AllowsGeometrySelection"); \ +static_assert(offsetof(DynamicMeshComponent_AllowsGeometrySelection, ReturnValue) == 0x000000, "Member 'DynamicMeshComponent_AllowsGeometrySelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_GetTangentsType \ +static_assert(alignof(DynamicMeshComponent_GetTangentsType) == 0x000001, "Wrong alignment on DynamicMeshComponent_GetTangentsType"); \ +static_assert(sizeof(DynamicMeshComponent_GetTangentsType) == 0x000001, "Wrong size on DynamicMeshComponent_GetTangentsType"); \ +static_assert(offsetof(DynamicMeshComponent_GetTangentsType, ReturnValue) == 0x000000, "Member 'DynamicMeshComponent_GetTangentsType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshComponent_GetTangentsTypePure \ +static_assert(alignof(DynamicMeshComponent_GetTangentsTypePure) == 0x000001, "Wrong alignment on DynamicMeshComponent_GetTangentsTypePure"); \ +static_assert(sizeof(DynamicMeshComponent_GetTangentsTypePure) == 0x000001, "Wrong size on DynamicMeshComponent_GetTangentsTypePure"); \ +static_assert(offsetof(DynamicMeshComponent_GetTangentsTypePure, ReturnValue) == 0x000000, "Member 'DynamicMeshComponent_GetTangentsTypePure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshComponent \ +static_assert(alignof(UDynamicMeshComponent) == 0x000010, "Wrong alignment on UDynamicMeshComponent"); \ +static_assert(sizeof(UDynamicMeshComponent) == 0x000920, "Wrong size on UDynamicMeshComponent"); \ +static_assert(offsetof(UDynamicMeshComponent, MeshObject) == 0x000600, "Member 'UDynamicMeshComponent::MeshObject' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, bAllowsGeometrySelection) == 0x000661, "Member 'UDynamicMeshComponent::bAllowsGeometrySelection' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, TangentsType) == 0x000730, "Member 'UDynamicMeshComponent::TangentsType' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, CollisionType) == 0x000820, "Member 'UDynamicMeshComponent::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, bUseAsyncCooking) == 0x000821, "Member 'UDynamicMeshComponent::bUseAsyncCooking' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, bEnableComplexCollision) == 0x000822, "Member 'UDynamicMeshComponent::bEnableComplexCollision' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, bDeferCollisionUpdates) == 0x000823, "Member 'UDynamicMeshComponent::bDeferCollisionUpdates' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, bDisableMeshUVHitResults) == 0x000824, "Member 'UDynamicMeshComponent::bDisableMeshUVHitResults' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, MeshBodySetup) == 0x000828, "Member 'UDynamicMeshComponent::MeshBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, AggGeom) == 0x000868, "Member 'UDynamicMeshComponent::AggGeom' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, AsyncBodySetupQueue) == 0x000908, "Member 'UDynamicMeshComponent::AsyncBodySetupQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshActor_AllocateComputeMesh \ +static_assert(alignof(DynamicMeshActor_AllocateComputeMesh) == 0x000008, "Wrong alignment on DynamicMeshActor_AllocateComputeMesh"); \ +static_assert(sizeof(DynamicMeshActor_AllocateComputeMesh) == 0x000008, "Wrong size on DynamicMeshActor_AllocateComputeMesh"); \ +static_assert(offsetof(DynamicMeshActor_AllocateComputeMesh, ReturnValue) == 0x000000, "Member 'DynamicMeshActor_AllocateComputeMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshActor_GetComputeMeshPool \ +static_assert(alignof(DynamicMeshActor_GetComputeMeshPool) == 0x000008, "Wrong alignment on DynamicMeshActor_GetComputeMeshPool"); \ +static_assert(sizeof(DynamicMeshActor_GetComputeMeshPool) == 0x000008, "Wrong size on DynamicMeshActor_GetComputeMeshPool"); \ +static_assert(offsetof(DynamicMeshActor_GetComputeMeshPool, ReturnValue) == 0x000000, "Member 'DynamicMeshActor_GetComputeMeshPool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshActor_ReleaseComputeMesh \ +static_assert(alignof(DynamicMeshActor_ReleaseComputeMesh) == 0x000008, "Wrong alignment on DynamicMeshActor_ReleaseComputeMesh"); \ +static_assert(sizeof(DynamicMeshActor_ReleaseComputeMesh) == 0x000010, "Wrong size on DynamicMeshActor_ReleaseComputeMesh"); \ +static_assert(offsetof(DynamicMeshActor_ReleaseComputeMesh, Mesh) == 0x000000, "Member 'DynamicMeshActor_ReleaseComputeMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(DynamicMeshActor_ReleaseComputeMesh, ReturnValue) == 0x000008, "Member 'DynamicMeshActor_ReleaseComputeMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshActor_GetDynamicMeshComponent \ +static_assert(alignof(DynamicMeshActor_GetDynamicMeshComponent) == 0x000008, "Wrong alignment on DynamicMeshActor_GetDynamicMeshComponent"); \ +static_assert(sizeof(DynamicMeshActor_GetDynamicMeshComponent) == 0x000008, "Wrong size on DynamicMeshActor_GetDynamicMeshComponent"); \ +static_assert(offsetof(DynamicMeshActor_GetDynamicMeshComponent, ReturnValue) == 0x000000, "Member 'DynamicMeshActor_GetDynamicMeshComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADynamicMeshActor \ +static_assert(alignof(ADynamicMeshActor) == 0x000008, "Wrong alignment on ADynamicMeshActor"); \ +static_assert(sizeof(ADynamicMeshActor) == 0x0002C8, "Wrong size on ADynamicMeshActor"); \ +static_assert(offsetof(ADynamicMeshActor, DynamicMeshComponent) == 0x0002B0, "Member 'ADynamicMeshActor::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ADynamicMeshActor, bEnableComputeMeshPool) == 0x0002B8, "Member 'ADynamicMeshActor::bEnableComputeMeshPool' has a wrong offset!"); \ +static_assert(offsetof(ADynamicMeshActor, DynamicMeshPool) == 0x0002C0, "Member 'ADynamicMeshActor::DynamicMeshPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshGenerator \ +static_assert(alignof(UDynamicMeshGenerator) == 0x000008, "Wrong alignment on UDynamicMeshGenerator"); \ +static_assert(sizeof(UDynamicMeshGenerator) == 0x000028, "Wrong size on UDynamicMeshGenerator"); \ + +#define DUMPER7_ASSERTS_DynamicMesh_Reset \ +static_assert(alignof(DynamicMesh_Reset) == 0x000008, "Wrong alignment on DynamicMesh_Reset"); \ +static_assert(sizeof(DynamicMesh_Reset) == 0x000008, "Wrong size on DynamicMesh_Reset"); \ +static_assert(offsetof(DynamicMesh_Reset, ReturnValue) == 0x000000, "Member 'DynamicMesh_Reset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMesh_ResetToCube \ +static_assert(alignof(DynamicMesh_ResetToCube) == 0x000008, "Wrong alignment on DynamicMesh_ResetToCube"); \ +static_assert(sizeof(DynamicMesh_ResetToCube) == 0x000008, "Wrong size on DynamicMesh_ResetToCube"); \ +static_assert(offsetof(DynamicMesh_ResetToCube, ReturnValue) == 0x000000, "Member 'DynamicMesh_ResetToCube::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMesh_GetTriangleCount \ +static_assert(alignof(DynamicMesh_GetTriangleCount) == 0x000004, "Wrong alignment on DynamicMesh_GetTriangleCount"); \ +static_assert(sizeof(DynamicMesh_GetTriangleCount) == 0x000004, "Wrong size on DynamicMesh_GetTriangleCount"); \ +static_assert(offsetof(DynamicMesh_GetTriangleCount, ReturnValue) == 0x000000, "Member 'DynamicMesh_GetTriangleCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMesh_IsEmpty \ +static_assert(alignof(DynamicMesh_IsEmpty) == 0x000001, "Wrong alignment on DynamicMesh_IsEmpty"); \ +static_assert(sizeof(DynamicMesh_IsEmpty) == 0x000001, "Wrong size on DynamicMesh_IsEmpty"); \ +static_assert(offsetof(DynamicMesh_IsEmpty, ReturnValue) == 0x000000, "Member 'DynamicMesh_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMesh \ +static_assert(alignof(UDynamicMesh) == 0x000008, "Wrong alignment on UDynamicMesh"); \ +static_assert(sizeof(UDynamicMesh) == 0x0000B0, "Wrong size on UDynamicMesh"); \ +static_assert(offsetof(UDynamicMesh, MeshModifiedBPEvent) == 0x000070, "Member 'UDynamicMesh::MeshModifiedBPEvent' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMesh, MeshGenerator) == 0x0000A0, "Member 'UDynamicMesh::MeshGenerator' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMesh, bEnableMeshGenerator) == 0x0000A8, "Member 'UDynamicMesh::bEnableMeshGenerator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshPool_RequestMesh \ +static_assert(alignof(DynamicMeshPool_RequestMesh) == 0x000008, "Wrong alignment on DynamicMeshPool_RequestMesh"); \ +static_assert(sizeof(DynamicMeshPool_RequestMesh) == 0x000008, "Wrong size on DynamicMeshPool_RequestMesh"); \ +static_assert(offsetof(DynamicMeshPool_RequestMesh, ReturnValue) == 0x000000, "Member 'DynamicMeshPool_RequestMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DynamicMeshPool_ReturnMesh \ +static_assert(alignof(DynamicMeshPool_ReturnMesh) == 0x000008, "Wrong alignment on DynamicMeshPool_ReturnMesh"); \ +static_assert(sizeof(DynamicMeshPool_ReturnMesh) == 0x000008, "Wrong size on DynamicMeshPool_ReturnMesh"); \ +static_assert(offsetof(DynamicMeshPool_ReturnMesh, Mesh) == 0x000000, "Member 'DynamicMeshPool_ReturnMesh::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshPool \ +static_assert(alignof(UDynamicMeshPool) == 0x000008, "Wrong alignment on UDynamicMeshPool"); \ +static_assert(sizeof(UDynamicMeshPool) == 0x000070, "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_BP_VM_NpcIcon_C_BP_OnNpcCharacterSet \ +static_assert(alignof(BP_VM_NpcIcon_C_BP_OnNpcCharacterSet) == 0x000008, "Wrong alignment on BP_VM_NpcIcon_C_BP_OnNpcCharacterSet"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_BP_OnNpcCharacterSet) == 0x000010, "Wrong size on BP_VM_NpcIcon_C_BP_OnNpcCharacterSet"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_BP_OnNpcCharacterSet, OldNpcCharacter) == 0x000000, "Member 'BP_VM_NpcIcon_C_BP_OnNpcCharacterSet::OldNpcCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_BP_OnNpcCharacterSet, NewNpcCharacter) == 0x000008, "Member 'BP_VM_NpcIcon_C_BP_OnNpcCharacterSet::NewNpcCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_NpcIcon_C_CustomEvent \ +static_assert(alignof(BP_VM_NpcIcon_C_CustomEvent) == 0x000008, "Wrong alignment on BP_VM_NpcIcon_C_CustomEvent"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_CustomEvent) == 0x000010, "Wrong size on BP_VM_NpcIcon_C_CustomEvent"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_CustomEvent, DamageTaken_0) == 0x000000, "Member 'BP_VM_NpcIcon_C_CustomEvent::DamageTaken_0' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_CustomEvent, NewHealth) == 0x000004, "Member 'BP_VM_NpcIcon_C_CustomEvent::NewHealth' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_CustomEvent, DamageType) == 0x000008, "Member 'BP_VM_NpcIcon_C_CustomEvent::DamageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon \ +static_assert(alignof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon) == 0x000010, "Wrong alignment on BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon) == 0x000280, "Wrong size on BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, EntryPoint) == 0x000000, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000004, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_Event_OldNpcCharacter) == 0x000018, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_Event_OldNpcCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_Event_NewNpcCharacter) == 0x000020, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_Event_NewNpcCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_Object) == 0x000030, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_Field) == 0x000038, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_Field' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_GetCurrentNpc_ReturnValue) == 0x000040, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_GetCurrentNpc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_1) == 0x000048, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_HasPlayerAsTarget_ReturnValue) == 0x000059, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_HasPlayerAsTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_IsAlive_ReturnValue) == 0x00005A, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_PostureComponent) == 0x000060, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_PostureComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_2) == 0x000068, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_NewState_1) == 0x000078, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_NewState_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000080, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_NewState) == 0x000088, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_GetCurrentNpc_ReturnValue_1) == 0x000090, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_GetCurrentNpc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_IsInCombat_ReturnValue) == 0x000099, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_GetTransform_ReturnValue) == 0x0000A0, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_InActionHandler) == 0x000100, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_InActionHandler' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_Instigator) == 0x000108, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_Instigator' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_Action) == 0x000110, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_Action' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_ID) == 0x000118, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_ID' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x00011C, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x00011D, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_3) == 0x000120, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_4) == 0x000130, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_5) == 0x000140, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_GetCurrentNpc_ReturnValue_2) == 0x000150, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_GetCurrentNpc_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_6) == 0x000158, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_IsValid_ReturnValue_2) == 0x000168, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_7) == 0x00016C, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_8) == 0x00017C, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_9) == 0x00018C, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x00019C, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_IsValid_ReturnValue_3) == 0x00019D, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_IsValid_ReturnValue_4) == 0x00019E, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_10) == 0x0001A0, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_IsValid_ReturnValue_5) == 0x0001B0, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x0001B1, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_11) == 0x0001B4, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x0001C4, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_GetPlayingInstance_ReturnValue) == 0x0001C8, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_12) == 0x0001D0, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_GetComponentByClass_ReturnValue) == 0x0001E0, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_FetchLevel_CurrentLevel) == 0x0001E8, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_FetchLevel_CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_IsInVehicle_ReturnValue) == 0x0001EC, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_IsInVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x0001ED, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_Not_PreBool_ReturnValue) == 0x0001EE, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6) == 0x0001EF, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_DamageTaken) == 0x0001F0, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_DamageTaken' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_NewHealth) == 0x0001F4, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_NewHealth' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_DamageType) == 0x0001F8, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000200, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_DynamicCast_AsCJCharacter) == 0x000208, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_DynamicCast_bSuccess) == 0x000210, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000211, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7) == 0x000212, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_8) == 0x000213, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_IsValid_ReturnValue_6) == 0x000214, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x000218, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_HasAnyMatchingGameplayTags_self_CastInput) == 0x000238, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_HasAnyMatchingGameplayTags_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_HasAnyMatchingGameplayTags_ReturnValue) == 0x000248, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_HasAnyMatchingGameplayTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CreateDelegate_OutputDelegate_13) == 0x00024C, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_UpdateVisibility_ReturnValue) == 0x00025C, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_UpdateVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_Tag) == 0x000260, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_Tag' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, K2Node_CustomEvent_WasSet) == 0x000268, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::K2Node_CustomEvent_WasSet' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000269, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_9) == 0x00026A, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_EqualEqual_GameplayTag_ReturnValue_1) == 0x00026B, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_EqualEqual_GameplayTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon, CallFunc_SetPropertyValueAndBroadcast_NewValue_ImplicitCast) == 0x000270, "Member 'BP_VM_NpcIcon_C_ExecuteUbergraph_BP_VM_NpcIcon::CallFunc_SetPropertyValueAndBroadcast_NewValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_NpcIcon_C_On_Npc_Is_In_Line_Of_Sight_Changed \ +static_assert(alignof(BP_VM_NpcIcon_C_On_Npc_Is_In_Line_Of_Sight_Changed) == 0x000008, "Wrong alignment on BP_VM_NpcIcon_C_On_Npc_Is_In_Line_Of_Sight_Changed"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_On_Npc_Is_In_Line_Of_Sight_Changed) == 0x000010, "Wrong size on BP_VM_NpcIcon_C_On_Npc_Is_In_Line_Of_Sight_Changed"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_On_Npc_Is_In_Line_Of_Sight_Changed, Object) == 0x000000, "Member 'BP_VM_NpcIcon_C_On_Npc_Is_In_Line_Of_Sight_Changed::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_On_Npc_Is_In_Line_Of_Sight_Changed, Field) == 0x000008, "Member 'BP_VM_NpcIcon_C_On_Npc_Is_In_Line_Of_Sight_Changed::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event \ +static_assert(alignof(BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event) == 0x000008, "Wrong alignment on BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event) == 0x000020, "Wrong size on BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event, InActionHandler) == 0x000000, "Member 'BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event::InActionHandler' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event, Instigator) == 0x000008, "Member 'BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event::Instigator' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event, Action) == 0x000010, "Member 'BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event::Action' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event, ID) == 0x000018, "Member 'BP_VM_NpcIcon_C_OnBecomeTargetedEvent_Event::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_NpcIcon_C_OnCombatStateEntered_Event \ +static_assert(alignof(BP_VM_NpcIcon_C_OnCombatStateEntered_Event) == 0x000001, "Wrong alignment on BP_VM_NpcIcon_C_OnCombatStateEntered_Event"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_OnCombatStateEntered_Event) == 0x000001, "Wrong size on BP_VM_NpcIcon_C_OnCombatStateEntered_Event"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_OnCombatStateEntered_Event, NewState) == 0x000000, "Member 'BP_VM_NpcIcon_C_OnCombatStateEntered_Event::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_NpcIcon_C_OnCombatStateExited_Event \ +static_assert(alignof(BP_VM_NpcIcon_C_OnCombatStateExited_Event) == 0x000001, "Wrong alignment on BP_VM_NpcIcon_C_OnCombatStateExited_Event"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_OnCombatStateExited_Event) == 0x000001, "Wrong size on BP_VM_NpcIcon_C_OnCombatStateExited_Event"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_OnCombatStateExited_Event, NewState) == 0x000000, "Member 'BP_VM_NpcIcon_C_OnCombatStateExited_Event::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_NpcIcon_C_OnPostureChanged \ +static_assert(alignof(BP_VM_NpcIcon_C_OnPostureChanged) == 0x000008, "Wrong alignment on BP_VM_NpcIcon_C_OnPostureChanged"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_OnPostureChanged) == 0x000008, "Wrong size on BP_VM_NpcIcon_C_OnPostureChanged"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_OnPostureChanged, PostureComponent) == 0x000000, "Member 'BP_VM_NpcIcon_C_OnPostureChanged::PostureComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_NpcIcon_C_TagChanged \ +static_assert(alignof(BP_VM_NpcIcon_C_TagChanged) == 0x000004, "Wrong alignment on BP_VM_NpcIcon_C_TagChanged"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_TagChanged) == 0x00000C, "Wrong size on BP_VM_NpcIcon_C_TagChanged"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_TagChanged, Tag) == 0x000000, "Member 'BP_VM_NpcIcon_C_TagChanged::Tag' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_TagChanged, WasSet) == 0x000008, "Member 'BP_VM_NpcIcon_C_TagChanged::WasSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_NpcIcon_C_UpdateHealth \ +static_assert(alignof(BP_VM_NpcIcon_C_UpdateHealth) == 0x000008, "Wrong alignment on BP_VM_NpcIcon_C_UpdateHealth"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_UpdateHealth) == 0x000028, "Wrong size on BP_VM_NpcIcon_C_UpdateHealth"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateHealth, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000000, "Member 'BP_VM_NpcIcon_C_UpdateHealth::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateHealth, CallFunc_GetCurrentNpc_ReturnValue) == 0x000008, "Member 'BP_VM_NpcIcon_C_UpdateHealth::CallFunc_GetCurrentNpc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateHealth, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_VM_NpcIcon_C_UpdateHealth::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateHealth, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000011, "Member 'BP_VM_NpcIcon_C_UpdateHealth::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateHealth, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000012, "Member 'BP_VM_NpcIcon_C_UpdateHealth::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateHealth, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000013, "Member 'BP_VM_NpcIcon_C_UpdateHealth::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateHealth, CallFunc_SetPropertyValueAndBroadcast_NewValue_ImplicitCast) == 0x000018, "Member 'BP_VM_NpcIcon_C_UpdateHealth::CallFunc_SetPropertyValueAndBroadcast_NewValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateHealth, CallFunc_SetPropertyValueAndBroadcast_NewValue_ImplicitCast_1) == 0x000020, "Member 'BP_VM_NpcIcon_C_UpdateHealth::CallFunc_SetPropertyValueAndBroadcast_NewValue_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_NpcIcon_C_UpdatePosture \ +static_assert(alignof(BP_VM_NpcIcon_C_UpdatePosture) == 0x000008, "Wrong alignment on BP_VM_NpcIcon_C_UpdatePosture"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_UpdatePosture) == 0x000030, "Wrong size on BP_VM_NpcIcon_C_UpdatePosture"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePosture, PostureComponent) == 0x000000, "Member 'BP_VM_NpcIcon_C_UpdatePosture::PostureComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePosture, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000008, "Member 'BP_VM_NpcIcon_C_UpdatePosture::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePosture, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_VM_NpcIcon_C_UpdatePosture::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePosture, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000018, "Member 'BP_VM_NpcIcon_C_UpdatePosture::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePosture, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000019, "Member 'BP_VM_NpcIcon_C_UpdatePosture::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePosture, CallFunc_SetPropertyValueAndBroadcast_NewValue_ImplicitCast) == 0x000020, "Member 'BP_VM_NpcIcon_C_UpdatePosture::CallFunc_SetPropertyValueAndBroadcast_NewValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePosture, CallFunc_SetPropertyValueAndBroadcast_NewValue_ImplicitCast_1) == 0x000028, "Member 'BP_VM_NpcIcon_C_UpdatePosture::CallFunc_SetPropertyValueAndBroadcast_NewValue_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_NpcIcon_C_UpdatePostureChanged \ +static_assert(alignof(BP_VM_NpcIcon_C_UpdatePostureChanged) == 0x000008, "Wrong alignment on BP_VM_NpcIcon_C_UpdatePostureChanged"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_UpdatePostureChanged) == 0x000010, "Wrong size on BP_VM_NpcIcon_C_UpdatePostureChanged"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePostureChanged, Character) == 0x000000, "Member 'BP_VM_NpcIcon_C_UpdatePostureChanged::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePostureChanged, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_VM_NpcIcon_C_UpdatePostureChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePostureChanged, CallFunc_IsFlagRaised_ReturnValue) == 0x000009, "Member 'BP_VM_NpcIcon_C_UpdatePostureChanged::CallFunc_IsFlagRaised_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePostureChanged, CallFunc_IsFlagRaised_ReturnValue_1) == 0x00000A, "Member 'BP_VM_NpcIcon_C_UpdatePostureChanged::CallFunc_IsFlagRaised_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePostureChanged, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x00000B, "Member 'BP_VM_NpcIcon_C_UpdatePostureChanged::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePostureChanged, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x00000C, "Member 'BP_VM_NpcIcon_C_UpdatePostureChanged::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePostureChanged, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x00000D, "Member 'BP_VM_NpcIcon_C_UpdatePostureChanged::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdatePostureChanged, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x00000E, "Member 'BP_VM_NpcIcon_C_UpdatePostureChanged::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_NpcIcon_C_UpdateVisibility \ +static_assert(alignof(BP_VM_NpcIcon_C_UpdateVisibility) == 0x000001, "Wrong alignment on BP_VM_NpcIcon_C_UpdateVisibility"); \ +static_assert(sizeof(BP_VM_NpcIcon_C_UpdateVisibility) == 0x000008, "Wrong size on BP_VM_NpcIcon_C_UpdateVisibility"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateVisibility, HasTagAiGoalAttack) == 0x000000, "Member 'BP_VM_NpcIcon_C_UpdateVisibility::HasTagAiGoalAttack' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateVisibility, IsAlive) == 0x000001, "Member 'BP_VM_NpcIcon_C_UpdateVisibility::IsAlive' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateVisibility, IsStunned_0) == 0x000002, "Member 'BP_VM_NpcIcon_C_UpdateVisibility::IsStunned_0' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateVisibility, HasPlayerAsTarget) == 0x000003, "Member 'BP_VM_NpcIcon_C_UpdateVisibility::HasPlayerAsTarget' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateVisibility, ReturnValue) == 0x000004, "Member 'BP_VM_NpcIcon_C_UpdateVisibility::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateVisibility, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'BP_VM_NpcIcon_C_UpdateVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateVisibility, CallFunc_BooleanAND_ReturnValue_1) == 0x000006, "Member 'BP_VM_NpcIcon_C_UpdateVisibility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_NpcIcon_C_UpdateVisibility, CallFunc_BooleanAND_ReturnValue_2) == 0x000007, "Member 'BP_VM_NpcIcon_C_UpdateVisibility::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VM_NpcIcon_C \ +static_assert(alignof(UBP_VM_NpcIcon_C) == 0x000010, "Wrong alignment on UBP_VM_NpcIcon_C"); \ +static_assert(sizeof(UBP_VM_NpcIcon_C) == 0x000190, "Wrong size on UBP_VM_NpcIcon_C"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, UberGraphFrame) == 0x000098, "Member 'UBP_VM_NpcIcon_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, Health) == 0x0000A0, "Member 'UBP_VM_NpcIcon_C::Health' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, MaxHealth) == 0x0000A8, "Member 'UBP_VM_NpcIcon_C::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, HealthPercentage) == 0x0000B0, "Member 'UBP_VM_NpcIcon_C::HealthPercentage' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, DamageTaken) == 0x0000B8, "Member 'UBP_VM_NpcIcon_C::DamageTaken' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, Posture) == 0x0000C0, "Member 'UBP_VM_NpcIcon_C::Posture' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, MaxPosture) == 0x0000C8, "Member 'UBP_VM_NpcIcon_C::MaxPosture' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, PosturePercentage) == 0x0000D0, "Member 'UBP_VM_NpcIcon_C::PosturePercentage' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, IsReadyForFinisher) == 0x0000D8, "Member 'UBP_VM_NpcIcon_C::IsReadyForFinisher' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, IsInCombat) == 0x0000D9, "Member 'UBP_VM_NpcIcon_C::IsInCombat' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, NpcTransform) == 0x0000E0, "Member 'UBP_VM_NpcIcon_C::NpcTransform' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, Stun_Time) == 0x000140, "Member 'UBP_VM_NpcIcon_C::Stun_Time' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, Regen_Rate) == 0x000144, "Member 'UBP_VM_NpcIcon_C::Regen_Rate' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, Depletion_Bonus_Percent_Of_Max) == 0x000148, "Member 'UBP_VM_NpcIcon_C::Depletion_Bonus_Percent_Of_Max' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, IsStunned) == 0x00014C, "Member 'UBP_VM_NpcIcon_C::IsStunned' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, SlowTickTimerHandle) == 0x000150, "Member 'UBP_VM_NpcIcon_C::SlowTickTimerHandle' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, IsTakedownEngaged) == 0x000158, "Member 'UBP_VM_NpcIcon_C::IsTakedownEngaged' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, Old_Npc_Character) == 0x000160, "Member 'UBP_VM_NpcIcon_C::Old_Npc_Character' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, New_Npc_Character) == 0x000168, "Member 'UBP_VM_NpcIcon_C::New_Npc_Character' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, IsMeleeTarget) == 0x000170, "Member 'UBP_VM_NpcIcon_C::IsMeleeTarget' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, CharacterLevel) == 0x000174, "Member 'UBP_VM_NpcIcon_C::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, PlayerLevel) == 0x000178, "Member 'UBP_VM_NpcIcon_C::PlayerLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, IsPlayerOnFoot) == 0x00017C, "Member 'UBP_VM_NpcIcon_C::IsPlayerOnFoot' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_NpcIcon_C, VisibilityTimer) == 0x000180, "Member 'UBP_VM_NpcIcon_C::VisibilityTimer' has a wrong offset!"); \ + +#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_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!"); \ +static_assert(offsetof(FPCGSettingsOverridableParam, bSupportsGPU) == 0x000071, "Member 'FPCGSettingsOverridableParam::bSupportsGPU' has a wrong offset!"); \ +static_assert(offsetof(FPCGSettingsOverridableParam, bRequiresGPUReadback) == 0x000072, "Member 'FPCGSettingsOverridableParam::bRequiresGPUReadback' 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_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_FPCGDataTypeInfo \ +static_assert(alignof(FPCGDataTypeInfo) == 0x000008, "Wrong alignment on FPCGDataTypeInfo"); \ +static_assert(sizeof(FPCGDataTypeInfo) == 0x000008, "Wrong size on FPCGDataTypeInfo"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoSpatial \ +static_assert(alignof(FPCGDataTypeInfoSpatial) == 0x000008, "Wrong alignment on FPCGDataTypeInfoSpatial"); \ +static_assert(sizeof(FPCGDataTypeInfoSpatial) == 0x000008, "Wrong size on FPCGDataTypeInfoSpatial"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoConcrete \ +static_assert(alignof(FPCGDataTypeInfoConcrete) == 0x000008, "Wrong alignment on FPCGDataTypeInfoConcrete"); \ +static_assert(sizeof(FPCGDataTypeInfoConcrete) == 0x000008, "Wrong size on FPCGDataTypeInfoConcrete"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoPoint \ +static_assert(alignof(FPCGDataTypeInfoPoint) == 0x000008, "Wrong alignment on FPCGDataTypeInfoPoint"); \ +static_assert(sizeof(FPCGDataTypeInfoPoint) == 0x000008, "Wrong size on FPCGDataTypeInfoPoint"); \ + +#define DUMPER7_ASSERTS_FPCGSoftISMComponentDescriptor \ +static_assert(alignof(FPCGSoftISMComponentDescriptor) == 0x000008, "Wrong alignment on FPCGSoftISMComponentDescriptor"); \ +static_assert(sizeof(FPCGSoftISMComponentDescriptor) == 0x000270, "Wrong size on FPCGSoftISMComponentDescriptor"); \ +static_assert(offsetof(FPCGSoftISMComponentDescriptor, ComponentTags) == 0x000250, "Member 'FPCGSoftISMComponentDescriptor::ComponentTags' has a wrong offset!"); \ +static_assert(offsetof(FPCGSoftISMComponentDescriptor, AdditionalCommaSeparatedTags) == 0x000260, "Member 'FPCGSoftISMComponentDescriptor::AdditionalCommaSeparatedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGAttributePropertySelector \ +static_assert(alignof(FPCGAttributePropertySelector) == 0x000008, "Wrong alignment on FPCGAttributePropertySelector"); \ +static_assert(sizeof(FPCGAttributePropertySelector) == 0x000040, "Wrong size on FPCGAttributePropertySelector"); \ +static_assert(offsetof(FPCGAttributePropertySelector, Selection) == 0x000008, "Member 'FPCGAttributePropertySelector::Selection' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributePropertySelector, DomainName) == 0x00000C, "Member 'FPCGAttributePropertySelector::DomainName' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributePropertySelector, AttributeName) == 0x000014, "Member 'FPCGAttributePropertySelector::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributePropertySelector, PropertyName) == 0x00001C, "Member 'FPCGAttributePropertySelector::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributePropertySelector, ExtraNames) == 0x000028, "Member 'FPCGAttributePropertySelector::ExtraNames' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributePropertySelector, ExtraProperty) == 0x000038, "Member 'FPCGAttributePropertySelector::ExtraProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGAttributePropertyInputSelector \ +static_assert(alignof(FPCGAttributePropertyInputSelector) == 0x000008, "Wrong alignment on FPCGAttributePropertyInputSelector"); \ +static_assert(sizeof(FPCGAttributePropertyInputSelector) == 0x000040, "Wrong size on FPCGAttributePropertyInputSelector"); \ + +#define DUMPER7_ASSERTS_FPCGGrammarSelection \ +static_assert(alignof(FPCGGrammarSelection) == 0x000008, "Wrong alignment on FPCGGrammarSelection"); \ +static_assert(sizeof(FPCGGrammarSelection) == 0x000058, "Wrong size on FPCGGrammarSelection"); \ +static_assert(offsetof(FPCGGrammarSelection, bGrammarAsAttribute) == 0x000000, "Member 'FPCGGrammarSelection::bGrammarAsAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGGrammarSelection, GrammarString) == 0x000008, "Member 'FPCGGrammarSelection::GrammarString' has a wrong offset!"); \ +static_assert(offsetof(FPCGGrammarSelection, GrammarAttribute) == 0x000018, "Member 'FPCGGrammarSelection::GrammarAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoPolyline \ +static_assert(alignof(FPCGDataTypeInfoPolyline) == 0x000008, "Wrong alignment on FPCGDataTypeInfoPolyline"); \ +static_assert(sizeof(FPCGDataTypeInfoPolyline) == 0x000008, "Wrong size on FPCGDataTypeInfoPolyline"); \ + +#define DUMPER7_ASSERTS_FPCGPointOutputRange \ +static_assert(alignof(FPCGPointOutputRange) == 0x000008, "Wrong alignment on FPCGPointOutputRange"); \ +static_assert(sizeof(FPCGPointOutputRange) == 0x000010, "Wrong size on FPCGPointOutputRange"); \ +static_assert(offsetof(FPCGPointOutputRange, PointData) == 0x000000, "Member 'FPCGPointOutputRange::PointData' has a wrong offset!"); \ +static_assert(offsetof(FPCGPointOutputRange, RangeStartIndex) == 0x000008, "Member 'FPCGPointOutputRange::RangeStartIndex' has a wrong offset!"); \ +static_assert(offsetof(FPCGPointOutputRange, RangeSize) == 0x00000C, "Member 'FPCGPointOutputRange::RangeSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeBaseId \ +static_assert(alignof(FPCGDataTypeBaseId) == 0x000008, "Wrong alignment on FPCGDataTypeBaseId"); \ +static_assert(sizeof(FPCGDataTypeBaseId) == 0x000008, "Wrong size on FPCGDataTypeBaseId"); \ +static_assert(offsetof(FPCGDataTypeBaseId, Struct) == 0x000000, "Member 'FPCGDataTypeBaseId::Struct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeIdentifier \ +static_assert(alignof(FPCGDataTypeIdentifier) == 0x000008, "Wrong alignment on FPCGDataTypeIdentifier"); \ +static_assert(sizeof(FPCGDataTypeIdentifier) == 0x000018, "Wrong size on FPCGDataTypeIdentifier"); \ +static_assert(offsetof(FPCGDataTypeIdentifier, Ids) == 0x000000, "Member 'FPCGDataTypeIdentifier::Ids' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataTypeIdentifier, CustomSubtype) == 0x000010, "Member 'FPCGDataTypeIdentifier::CustomSubtype' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPinProperties \ +static_assert(alignof(FPCGPinProperties) == 0x000008, "Wrong alignment on FPCGPinProperties"); \ +static_assert(sizeof(FPCGPinProperties) == 0x000030, "Wrong size on FPCGPinProperties"); \ +static_assert(offsetof(FPCGPinProperties, Label) == 0x000000, "Member 'FPCGPinProperties::Label' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinProperties, Usage) == 0x000008, "Member 'FPCGPinProperties::Usage' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinProperties, AllowedTypes) == 0x000010, "Member 'FPCGPinProperties::AllowedTypes' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinProperties, bAllowMultipleData) == 0x000028, "Member 'FPCGPinProperties::bAllowMultipleData' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinProperties, PinStatus) == 0x000029, "Member 'FPCGPinProperties::PinStatus' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinProperties, bInvisiblePin) == 0x00002A, "Member 'FPCGPinProperties::bInvisiblePin' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinProperties, bAllowMultipleConnections) == 0x00002B, "Member 'FPCGPinProperties::bAllowMultipleConnections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGGraphTaskInput \ +static_assert(alignof(FPCGGraphTaskInput) == 0x000008, "Wrong alignment on FPCGGraphTaskInput"); \ +static_assert(sizeof(FPCGGraphTaskInput) == 0x000080, "Wrong size on FPCGGraphTaskInput"); \ +static_assert(offsetof(FPCGGraphTaskInput, TaskId) == 0x000000, "Member 'FPCGGraphTaskInput::TaskId' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphTaskInput, UpstreamPin) == 0x000008, "Member 'FPCGGraphTaskInput::UpstreamPin' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphTaskInput, DownstreamPin) == 0x000040, "Member 'FPCGGraphTaskInput::DownstreamPin' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphTaskInput, bProvideData) == 0x000078, "Member 'FPCGGraphTaskInput::bProvideData' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphTaskInput, bIsUsedMultipleTimes) == 0x000079, "Member 'FPCGGraphTaskInput::bIsUsedMultipleTimes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPinDependencyExpression \ +static_assert(alignof(FPCGPinDependencyExpression) == 0x000008, "Wrong alignment on FPCGPinDependencyExpression"); \ +static_assert(sizeof(FPCGPinDependencyExpression) == 0x000010, "Wrong size on FPCGPinDependencyExpression"); \ +static_assert(offsetof(FPCGPinDependencyExpression, Expression) == 0x000000, "Member 'FPCGPinDependencyExpression::Expression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGGraphTask \ +static_assert(alignof(FPCGGraphTask) == 0x000008, "Wrong alignment on FPCGGraphTask"); \ +static_assert(sizeof(FPCGGraphTask) == 0x000148, "Wrong size on FPCGGraphTask"); \ +static_assert(offsetof(FPCGGraphTask, Inputs) == 0x000000, "Member 'FPCGGraphTask::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphTask, ElementSource) == 0x000010, "Member 'FPCGGraphTask::ElementSource' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphTask, NodePtr) == 0x000018, "Member 'FPCGGraphTask::NodePtr' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphTask, CookedSettings) == 0x000040, "Member 'FPCGGraphTask::CookedSettings' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphTask, NodeID) == 0x000048, "Member 'FPCGGraphTask::NodeID' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphTask, CompiledTaskId) == 0x000050, "Member 'FPCGGraphTask::CompiledTaskId' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphTask, ParentID) == 0x000058, "Member 'FPCGGraphTask::ParentID' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphTask, PinDependency) == 0x000060, "Member 'FPCGGraphTask::PinDependency' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphTask, StackIndex) == 0x000070, "Member 'FPCGGraphTask::StackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGGraphTasks \ +static_assert(alignof(FPCGGraphTasks) == 0x000008, "Wrong alignment on FPCGGraphTasks"); \ +static_assert(sizeof(FPCGGraphTasks) == 0x000010, "Wrong size on FPCGGraphTasks"); \ +static_assert(offsetof(FPCGGraphTasks, GraphTasks) == 0x000000, "Member 'FPCGGraphTasks::GraphTasks' 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_FPCGCollisionShape \ +static_assert(alignof(FPCGCollisionShape) == 0x000008, "Wrong alignment on FPCGCollisionShape"); \ +static_assert(sizeof(FPCGCollisionShape) == 0x000048, "Wrong size on FPCGCollisionShape"); \ +static_assert(offsetof(FPCGCollisionShape, ShapeType) == 0x000000, "Member 'FPCGCollisionShape::ShapeType' has a wrong offset!"); \ +static_assert(offsetof(FPCGCollisionShape, BoxHalfExtent) == 0x000008, "Member 'FPCGCollisionShape::BoxHalfExtent' has a wrong offset!"); \ +static_assert(offsetof(FPCGCollisionShape, SphereRadius) == 0x000020, "Member 'FPCGCollisionShape::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(FPCGCollisionShape, CapsuleRadius) == 0x000024, "Member 'FPCGCollisionShape::CapsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(FPCGCollisionShape, CapsuleHalfHeight) == 0x000028, "Member 'FPCGCollisionShape::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(FPCGCollisionShape, ShapeRotation) == 0x000030, "Member 'FPCGCollisionShape::ShapeRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGAttributePropertyOutputNoSourceSelector \ +static_assert(alignof(FPCGAttributePropertyOutputNoSourceSelector) == 0x000008, "Wrong alignment on FPCGAttributePropertyOutputNoSourceSelector"); \ +static_assert(sizeof(FPCGAttributePropertyOutputNoSourceSelector) == 0x000040, "Wrong size on FPCGAttributePropertyOutputNoSourceSelector"); \ + +#define DUMPER7_ASSERTS_FPCGAttributePropertyOutputSelector \ +static_assert(alignof(FPCGAttributePropertyOutputSelector) == 0x000008, "Wrong alignment on FPCGAttributePropertyOutputSelector"); \ +static_assert(sizeof(FPCGAttributePropertyOutputSelector) == 0x000040, "Wrong size on FPCGAttributePropertyOutputSelector"); \ + +#define DUMPER7_ASSERTS_FPCGComputeGraphs \ +static_assert(alignof(FPCGComputeGraphs) == 0x000008, "Wrong alignment on FPCGComputeGraphs"); \ +static_assert(sizeof(FPCGComputeGraphs) == 0x000010, "Wrong size on FPCGComputeGraphs"); \ +static_assert(offsetof(FPCGComputeGraphs, ComputeGraphs) == 0x000000, "Member 'FPCGComputeGraphs::ComputeGraphs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoSurface \ +static_assert(alignof(FPCGDataTypeInfoSurface) == 0x000008, "Wrong alignment on FPCGDataTypeInfoSurface"); \ +static_assert(sizeof(FPCGDataTypeInfoSurface) == 0x000008, "Wrong size on FPCGDataTypeInfoSurface"); \ + +#define DUMPER7_ASSERTS_FPCGPerExecutionCacheData \ +static_assert(alignof(FPCGPerExecutionCacheData) == 0x000008, "Wrong alignment on FPCGPerExecutionCacheData"); \ +static_assert(sizeof(FPCGPerExecutionCacheData) == 0x000008, "Wrong size on FPCGPerExecutionCacheData"); \ + +#define DUMPER7_ASSERTS_FPCGVirtualTexturePrimingInfo \ +static_assert(alignof(FPCGVirtualTexturePrimingInfo) == 0x000008, "Wrong alignment on FPCGVirtualTexturePrimingInfo"); \ +static_assert(sizeof(FPCGVirtualTexturePrimingInfo) == 0x000030, "Wrong size on FPCGVirtualTexturePrimingInfo"); \ +static_assert(offsetof(FPCGVirtualTexturePrimingInfo, VirtualTexture) == 0x000000, "Member 'FPCGVirtualTexturePrimingInfo::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(FPCGVirtualTexturePrimingInfo, Grid) == 0x000028, "Member 'FPCGVirtualTexturePrimingInfo::Grid' has a wrong offset!"); \ +static_assert(offsetof(FPCGVirtualTexturePrimingInfo, WorldTexelSize) == 0x00002C, "Member 'FPCGVirtualTexturePrimingInfo::WorldTexelSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPerExecutionCachePCGData \ +static_assert(alignof(FPCGPerExecutionCachePCGData) == 0x000008, "Wrong alignment on FPCGPerExecutionCachePCGData"); \ +static_assert(sizeof(FPCGPerExecutionCachePCGData) == 0x000010, "Wrong size on FPCGPerExecutionCachePCGData"); \ + +#define DUMPER7_ASSERTS_FPCGPerExecutionCacheBounds \ +static_assert(alignof(FPCGPerExecutionCacheBounds) == 0x000008, "Wrong alignment on FPCGPerExecutionCacheBounds"); \ +static_assert(sizeof(FPCGPerExecutionCacheBounds) == 0x000040, "Wrong size on FPCGPerExecutionCacheBounds"); \ + +#define DUMPER7_ASSERTS_FPCGMetadataDomainID \ +static_assert(alignof(FPCGMetadataDomainID) == 0x000004, "Wrong alignment on FPCGMetadataDomainID"); \ +static_assert(sizeof(FPCGMetadataDomainID) == 0x000010, "Wrong size on FPCGMetadataDomainID"); \ +static_assert(offsetof(FPCGMetadataDomainID, Flag) == 0x000000, "Member 'FPCGMetadataDomainID::Flag' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataDomainID, CustomFlag) == 0x000004, "Member 'FPCGMetadataDomainID::CustomFlag' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataDomainID, DebugName) == 0x000008, "Member 'FPCGMetadataDomainID::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGAttributeIdentifier \ +static_assert(alignof(FPCGAttributeIdentifier) == 0x000004, "Wrong alignment on FPCGAttributeIdentifier"); \ +static_assert(sizeof(FPCGAttributeIdentifier) == 0x000018, "Wrong size on FPCGAttributeIdentifier"); \ +static_assert(offsetof(FPCGAttributeIdentifier, Name) == 0x000000, "Member 'FPCGAttributeIdentifier::Name' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributeIdentifier, MetadataDomain) == 0x000008, "Member 'FPCGAttributeIdentifier::MetadataDomain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGBlueprintContextHandle \ +static_assert(alignof(FPCGBlueprintContextHandle) == 0x000008, "Wrong alignment on FPCGBlueprintContextHandle"); \ +static_assert(sizeof(FPCGBlueprintContextHandle) == 0x000010, "Wrong size on FPCGBlueprintContextHandle"); \ + +#define DUMPER7_ASSERTS_FPCGPreconfiguredInfo \ +static_assert(alignof(FPCGPreconfiguredInfo) == 0x000008, "Wrong alignment on FPCGPreconfiguredInfo"); \ +static_assert(sizeof(FPCGPreconfiguredInfo) == 0x000018, "Wrong size on FPCGPreconfiguredInfo"); \ +static_assert(offsetof(FPCGPreconfiguredInfo, PreconfiguredIndex) == 0x000000, "Member 'FPCGPreconfiguredInfo::PreconfiguredIndex' has a wrong offset!"); \ +static_assert(offsetof(FPCGPreconfiguredInfo, Label) == 0x000008, "Member 'FPCGPreconfiguredInfo::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPreConfiguredSettingsInfo \ +static_assert(alignof(FPCGPreConfiguredSettingsInfo) == 0x000008, "Wrong alignment on FPCGPreConfiguredSettingsInfo"); \ +static_assert(sizeof(FPCGPreConfiguredSettingsInfo) == 0x000018, "Wrong size on FPCGPreConfiguredSettingsInfo"); \ + +#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, ColorBlendMode) == 0x000003, "Member 'FPCGProjectionParams::ColorBlendMode' 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!"); \ +static_assert(offsetof(FPCGProjectionParams, TagMergeOperation) == 0x00001A, "Member 'FPCGProjectionParams::TagMergeOperation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGInteractiveToolWorkingDataGeneratedResources \ +static_assert(alignof(FPCGInteractiveToolWorkingDataGeneratedResources) == 0x000008, "Wrong alignment on FPCGInteractiveToolWorkingDataGeneratedResources"); \ +static_assert(sizeof(FPCGInteractiveToolWorkingDataGeneratedResources) == 0x000008, "Wrong size on FPCGInteractiveToolWorkingDataGeneratedResources"); \ + +#define DUMPER7_ASSERTS_FPCGInteractiveToolWorkingDataContext \ +static_assert(alignof(FPCGInteractiveToolWorkingDataContext) == 0x000008, "Wrong alignment on FPCGInteractiveToolWorkingDataContext"); \ +static_assert(sizeof(FPCGInteractiveToolWorkingDataContext) == 0x000008, "Wrong size on FPCGInteractiveToolWorkingDataContext"); \ + +#define DUMPER7_ASSERTS_FPCGInteractiveToolWorkingBaseData \ +static_assert(alignof(FPCGInteractiveToolWorkingBaseData) == 0x000008, "Wrong alignment on FPCGInteractiveToolWorkingBaseData"); \ +static_assert(sizeof(FPCGInteractiveToolWorkingBaseData) == 0x000010, "Wrong size on FPCGInteractiveToolWorkingBaseData"); \ +static_assert(offsetof(FPCGInteractiveToolWorkingBaseData, WorkingDataIdentifier) == 0x000008, "Member 'FPCGInteractiveToolWorkingBaseData::WorkingDataIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGInteractiveToolWorkingData \ +static_assert(alignof(FPCGInteractiveToolWorkingData) == 0x000008, "Wrong alignment on FPCGInteractiveToolWorkingData"); \ +static_assert(sizeof(FPCGInteractiveToolWorkingData) == 0x000010, "Wrong size on FPCGInteractiveToolWorkingData"); \ + +#define DUMPER7_ASSERTS_FPCGGraphInstanceToolDataOverrides \ +static_assert(alignof(FPCGGraphInstanceToolDataOverrides) == 0x000008, "Wrong alignment on FPCGGraphInstanceToolDataOverrides"); \ +static_assert(sizeof(FPCGGraphInstanceToolDataOverrides) == 0x000028, "Wrong size on FPCGGraphInstanceToolDataOverrides"); \ +static_assert(offsetof(FPCGGraphInstanceToolDataOverrides, DisplayName) == 0x000000, "Member 'FPCGGraphInstanceToolDataOverrides::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphInstanceToolDataOverrides, Tooltip) == 0x000010, "Member 'FPCGGraphInstanceToolDataOverrides::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphInstanceToolDataOverrides, bIsPreset) == 0x000020, "Member 'FPCGGraphInstanceToolDataOverrides::bIsPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGWorldCommonQueryParams \ +static_assert(alignof(FPCGWorldCommonQueryParams) == 0x000008, "Wrong alignment on FPCGWorldCommonQueryParams"); \ +static_assert(sizeof(FPCGWorldCommonQueryParams) == 0x0000C8, "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, ActorClassFilter) == 0x000018, "Member 'FPCGWorldCommonQueryParams::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, ActorClass) == 0x000020, "Member 'FPCGWorldCommonQueryParams::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, ActorFilterFromInput) == 0x000028, "Member 'FPCGWorldCommonQueryParams::ActorFilterFromInput' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, ActorFilterInputSource) == 0x000030, "Member 'FPCGWorldCommonQueryParams::ActorFilterInputSource' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, SelectLandscapeHits) == 0x000070, "Member 'FPCGWorldCommonQueryParams::SelectLandscapeHits' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, bGetReferenceToActorHit) == 0x000071, "Member 'FPCGWorldCommonQueryParams::bGetReferenceToActorHit' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, bGetReferenceToPhysicalMaterial) == 0x000072, "Member 'FPCGWorldCommonQueryParams::bGetReferenceToPhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, ParsedActorTagsList) == 0x000078, "Member 'FPCGWorldCommonQueryParams::ParsedActorTagsList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGWorldRaycastQueryParams \ +static_assert(alignof(FPCGWorldRaycastQueryParams) == 0x000008, "Wrong alignment on FPCGWorldRaycastQueryParams"); \ +static_assert(sizeof(FPCGWorldRaycastQueryParams) == 0x0000D8, "Wrong size on FPCGWorldRaycastQueryParams"); \ +static_assert(offsetof(FPCGWorldRaycastQueryParams, RenderMaterialIndex) == 0x0000CC, "Member 'FPCGWorldRaycastQueryParams::RenderMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldRaycastQueryParams, UVChannel) == 0x0000D4, "Member 'FPCGWorldRaycastQueryParams::UVChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGGraphToolData \ +static_assert(alignof(FPCGGraphToolData) == 0x000008, "Wrong alignment on FPCGGraphToolData"); \ +static_assert(sizeof(FPCGGraphToolData) == 0x000050, "Wrong size on FPCGGraphToolData"); \ +static_assert(offsetof(FPCGGraphToolData, DisplayName) == 0x000008, "Member 'FPCGGraphToolData::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphToolData, Tooltip) == 0x000018, "Member 'FPCGGraphToolData::Tooltip' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphToolData, CompatibleToolTags) == 0x000028, "Member 'FPCGGraphToolData::CompatibleToolTags' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphToolData, InitialActorClassToSpawn) == 0x000038, "Member 'FPCGGraphToolData::InitialActorClassToSpawn' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphToolData, NewActorLabel) == 0x000040, "Member 'FPCGGraphToolData::NewActorLabel' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphToolData, bIsPreset) == 0x000048, "Member 'FPCGGraphToolData::bIsPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGInteractiveToolDataContainer \ +static_assert(alignof(FPCGInteractiveToolDataContainer) == 0x000008, "Wrong alignment on FPCGInteractiveToolDataContainer"); \ +static_assert(sizeof(FPCGInteractiveToolDataContainer) == 0x000018, "Wrong size on FPCGInteractiveToolDataContainer"); \ +static_assert(offsetof(FPCGInteractiveToolDataContainer, ToolData) == 0x000008, "Member 'FPCGInteractiveToolDataContainer::ToolData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGInteractiveToolWorkingData_PointArrayData \ +static_assert(alignof(FPCGInteractiveToolWorkingData_PointArrayData) == 0x000008, "Wrong alignment on FPCGInteractiveToolWorkingData_PointArrayData"); \ +static_assert(sizeof(FPCGInteractiveToolWorkingData_PointArrayData) == 0x000018, "Wrong size on FPCGInteractiveToolWorkingData_PointArrayData"); \ +static_assert(offsetof(FPCGInteractiveToolWorkingData_PointArrayData, GeneratedPointData) == 0x000010, "Member 'FPCGInteractiveToolWorkingData_PointArrayData::GeneratedPointData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGInteractiveToolWorkingData_Spline \ +static_assert(alignof(FPCGInteractiveToolWorkingData_Spline) == 0x000008, "Wrong alignment on FPCGInteractiveToolWorkingData_Spline"); \ +static_assert(sizeof(FPCGInteractiveToolWorkingData_Spline) == 0x000038, "Wrong size on FPCGInteractiveToolWorkingData_Spline"); \ +static_assert(offsetof(FPCGInteractiveToolWorkingData_Spline, SplineComponent) == 0x000010, "Member 'FPCGInteractiveToolWorkingData_Spline::SplineComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGInteractiveToolWorkingData_SplineSurface \ +static_assert(alignof(FPCGInteractiveToolWorkingData_SplineSurface) == 0x000008, "Wrong alignment on FPCGInteractiveToolWorkingData_SplineSurface"); \ +static_assert(sizeof(FPCGInteractiveToolWorkingData_SplineSurface) == 0x000038, "Wrong size on FPCGInteractiveToolWorkingData_SplineSurface"); \ + +#define DUMPER7_ASSERTS_FPCGInteractiveToolWorkingData_Volume \ +static_assert(alignof(FPCGInteractiveToolWorkingData_Volume) == 0x000008, "Wrong alignment on FPCGInteractiveToolWorkingData_Volume"); \ +static_assert(sizeof(FPCGInteractiveToolWorkingData_Volume) == 0x000068, "Wrong size on FPCGInteractiveToolWorkingData_Volume"); \ +static_assert(offsetof(FPCGInteractiveToolWorkingData_Volume, Volume) == 0x000010, "Member 'FPCGInteractiveToolWorkingData_Volume::Volume' has a wrong offset!"); \ +static_assert(offsetof(FPCGInteractiveToolWorkingData_Volume, BrushComponent) == 0x000018, "Member 'FPCGInteractiveToolWorkingData_Volume::BrushComponent' has a wrong offset!"); \ +static_assert(offsetof(FPCGInteractiveToolWorkingData_Volume, BoxComponent) == 0x000040, "Member 'FPCGInteractiveToolWorkingData_Volume::BoxComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGProceduralISMComponentDescriptor \ +static_assert(alignof(FPCGProceduralISMComponentDescriptor) == 0x000008, "Wrong alignment on FPCGProceduralISMComponentDescriptor"); \ +static_assert(sizeof(FPCGProceduralISMComponentDescriptor) == 0x0000E0, "Wrong size on FPCGProceduralISMComponentDescriptor"); \ +static_assert(offsetof(FPCGProceduralISMComponentDescriptor, ComponentTags) == 0x0000D0, "Member 'FPCGProceduralISMComponentDescriptor::ComponentTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeterminismTestResult \ +static_assert(alignof(FDeterminismTestResult) == 0x000008, "Wrong alignment on FDeterminismTestResult"); \ +static_assert(sizeof(FDeterminismTestResult) == 0x0000A8, "Wrong size on FDeterminismTestResult"); \ +static_assert(offsetof(FDeterminismTestResult, Index) == 0x000000, "Member 'FDeterminismTestResult::Index' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, TestResultTitle) == 0x000008, "Member 'FDeterminismTestResult::TestResultTitle' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, TestResultName) == 0x000010, "Member 'FDeterminismTestResult::TestResultName' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, Seed) == 0x000020, "Member 'FDeterminismTestResult::Seed' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, DataTypesTested) == 0x000028, "Member 'FDeterminismTestResult::DataTypesTested' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, TestResults) == 0x000040, "Member 'FDeterminismTestResult::TestResults' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, AdditionalDetails) == 0x000090, "Member 'FDeterminismTestResult::AdditionalDetails' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, bFlagRaised) == 0x0000A0, "Member 'FDeterminismTestResult::bFlagRaised' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoProxyForGPU \ +static_assert(alignof(FPCGDataTypeInfoProxyForGPU) == 0x000008, "Wrong alignment on FPCGDataTypeInfoProxyForGPU"); \ +static_assert(sizeof(FPCGDataTypeInfoProxyForGPU) == 0x000008, "Wrong size on FPCGDataTypeInfoProxyForGPU"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoRawBuffer \ +static_assert(alignof(FPCGDataTypeInfoRawBuffer) == 0x000008, "Wrong alignment on FPCGDataTypeInfoRawBuffer"); \ +static_assert(sizeof(FPCGDataTypeInfoRawBuffer) == 0x000008, "Wrong size on FPCGDataTypeInfoRawBuffer"); \ + +#define DUMPER7_ASSERTS_FPCGMetadataTypesConstantStruct \ +static_assert(alignof(FPCGMetadataTypesConstantStruct) == 0x000010, "Wrong alignment on FPCGMetadataTypesConstantStruct"); \ +static_assert(sizeof(FPCGMetadataTypesConstantStruct) == 0x000170, "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) == 0x000148, "Member 'FPCGMetadataTypesConstantStruct::SoftObjectPathValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, bAllowsTypeChange) == 0x000168, "Member 'FPCGMetadataTypesConstantStruct::bAllowsTypeChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGMatchAndSetWeightedEntry \ +static_assert(alignof(FPCGMatchAndSetWeightedEntry) == 0x000010, "Wrong alignment on FPCGMatchAndSetWeightedEntry"); \ +static_assert(sizeof(FPCGMatchAndSetWeightedEntry) == 0x000180, "Wrong size on FPCGMatchAndSetWeightedEntry"); \ +static_assert(offsetof(FPCGMatchAndSetWeightedEntry, Value) == 0x000000, "Member 'FPCGMatchAndSetWeightedEntry::Value' has a wrong offset!"); \ +static_assert(offsetof(FPCGMatchAndSetWeightedEntry, Weight) == 0x000170, "Member 'FPCGMatchAndSetWeightedEntry::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGParsedAttributeFunction \ +static_assert(alignof(FPCGParsedAttributeFunction) == 0x000008, "Wrong alignment on FPCGParsedAttributeFunction"); \ +static_assert(sizeof(FPCGParsedAttributeFunction) == 0x000040, "Wrong size on FPCGParsedAttributeFunction"); \ +static_assert(offsetof(FPCGParsedAttributeFunction, PinLabel) == 0x000000, "Member 'FPCGParsedAttributeFunction::PinLabel' has a wrong offset!"); \ +static_assert(offsetof(FPCGParsedAttributeFunction, FunctionName) == 0x000010, "Member 'FPCGParsedAttributeFunction::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FPCGParsedAttributeFunction, AttributeType) == 0x000020, "Member 'FPCGParsedAttributeFunction::AttributeType' has a wrong offset!"); \ +static_assert(offsetof(FPCGParsedAttributeFunction, AttributeName) == 0x000028, "Member 'FPCGParsedAttributeFunction::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPCGParsedAttributeFunction, MatchBeginning) == 0x000038, "Member 'FPCGParsedAttributeFunction::MatchBeginning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGParsedCopyElementFunction \ +static_assert(alignof(FPCGParsedCopyElementFunction) == 0x000008, "Wrong alignment on FPCGParsedCopyElementFunction"); \ +static_assert(sizeof(FPCGParsedCopyElementFunction) == 0x000020, "Wrong size on FPCGParsedCopyElementFunction"); \ +static_assert(offsetof(FPCGParsedCopyElementFunction, SourcePin) == 0x000000, "Member 'FPCGParsedCopyElementFunction::SourcePin' has a wrong offset!"); \ +static_assert(offsetof(FPCGParsedCopyElementFunction, TargetPin) == 0x000010, "Member 'FPCGParsedCopyElementFunction::TargetPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGCustomHLSLParsedSource \ +static_assert(alignof(FPCGCustomHLSLParsedSource) == 0x000008, "Wrong alignment on FPCGCustomHLSLParsedSource"); \ +static_assert(sizeof(FPCGCustomHLSLParsedSource) == 0x000010, "Wrong size on FPCGCustomHLSLParsedSource"); \ +static_assert(offsetof(FPCGCustomHLSLParsedSource, AttributeFunctions) == 0x000000, "Member 'FPCGCustomHLSLParsedSource::AttributeFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGKernelPin \ +static_assert(alignof(FPCGKernelPin) == 0x000004, "Wrong alignment on FPCGKernelPin"); \ +static_assert(sizeof(FPCGKernelPin) == 0x000010, "Wrong size on FPCGKernelPin"); \ +static_assert(offsetof(FPCGKernelPin, KernelIndex) == 0x000000, "Member 'FPCGKernelPin::KernelIndex' has a wrong offset!"); \ +static_assert(offsetof(FPCGKernelPin, PinLabel) == 0x000004, "Member 'FPCGKernelPin::PinLabel' has a wrong offset!"); \ +static_assert(offsetof(FPCGKernelPin, bIsInput) == 0x00000C, "Member 'FPCGKernelPin::bIsInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataPtrWrapper \ +static_assert(alignof(FPCGDataPtrWrapper) == 0x000008, "Wrong alignment on FPCGDataPtrWrapper"); \ +static_assert(sizeof(FPCGDataPtrWrapper) == 0x000010, "Wrong size on FPCGDataPtrWrapper"); \ +static_assert(offsetof(FPCGDataPtrWrapper, Data) == 0x000000, "Member 'FPCGDataPtrWrapper::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGMeshSelectorWeightedEntry \ +static_assert(alignof(FPCGMeshSelectorWeightedEntry) == 0x000008, "Wrong alignment on FPCGMeshSelectorWeightedEntry"); \ +static_assert(sizeof(FPCGMeshSelectorWeightedEntry) == 0x000278, "Wrong size on FPCGMeshSelectorWeightedEntry"); \ +static_assert(offsetof(FPCGMeshSelectorWeightedEntry, Descriptor) == 0x000000, "Member 'FPCGMeshSelectorWeightedEntry::Descriptor' has a wrong offset!"); \ +static_assert(offsetof(FPCGMeshSelectorWeightedEntry, Weight) == 0x000270, "Member 'FPCGMeshSelectorWeightedEntry::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataLabels \ +static_assert(alignof(FPCGDataLabels) == 0x000008, "Wrong alignment on FPCGDataLabels"); \ +static_assert(sizeof(FPCGDataLabels) == 0x000010, "Wrong size on FPCGDataLabels"); \ +static_assert(offsetof(FPCGDataLabels, Labels) == 0x000000, "Member 'FPCGDataLabels::Labels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPinDataLabels \ +static_assert(alignof(FPCGPinDataLabels) == 0x000008, "Wrong alignment on FPCGPinDataLabels"); \ +static_assert(sizeof(FPCGPinDataLabels) == 0x000050, "Wrong size on FPCGPinDataLabels"); \ +static_assert(offsetof(FPCGPinDataLabels, PinToDataLabels) == 0x000000, "Member 'FPCGPinDataLabels::PinToDataLabels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGKernelLogEntry \ +static_assert(alignof(FPCGKernelLogEntry) == 0x000008, "Wrong alignment on FPCGKernelLogEntry"); \ +static_assert(sizeof(FPCGKernelLogEntry) == 0x000018, "Wrong size on FPCGKernelLogEntry"); \ +static_assert(offsetof(FPCGKernelLogEntry, Message) == 0x000000, "Member 'FPCGKernelLogEntry::Message' has a wrong offset!"); \ +static_assert(offsetof(FPCGKernelLogEntry, Verbosity) == 0x000010, "Member 'FPCGKernelLogEntry::Verbosity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGKernelOverridableParam \ +static_assert(alignof(FPCGKernelOverridableParam) == 0x000008, "Wrong alignment on FPCGKernelOverridableParam"); \ +static_assert(sizeof(FPCGKernelOverridableParam) == 0x000020, "Wrong size on FPCGKernelOverridableParam"); \ +static_assert(offsetof(FPCGKernelOverridableParam, Label) == 0x000000, "Member 'FPCGKernelOverridableParam::Label' has a wrong offset!"); \ +static_assert(offsetof(FPCGKernelOverridableParam, PropertiesNames) == 0x000008, "Member 'FPCGKernelOverridableParam::PropertiesNames' has a wrong offset!"); \ +static_assert(offsetof(FPCGKernelOverridableParam, bRequiresGPUReadback) == 0x000018, "Member 'FPCGKernelOverridableParam::bRequiresGPUReadback' has a wrong offset!"); \ +static_assert(offsetof(FPCGKernelOverridableParam, bIsPropertyOverriddenByPin) == 0x000019, "Member 'FPCGKernelOverridableParam::bIsPropertyOverriddenByPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoLandscape \ +static_assert(alignof(FPCGDataTypeInfoLandscape) == 0x000008, "Wrong alignment on FPCGDataTypeInfoLandscape"); \ +static_assert(sizeof(FPCGDataTypeInfoLandscape) == 0x000008, "Wrong size on FPCGDataTypeInfoLandscape"); \ + +#define DUMPER7_ASSERTS_FPCGSkinnedMeshInstance \ +static_assert(alignof(FPCGSkinnedMeshInstance) == 0x000010, "Wrong alignment on FPCGSkinnedMeshInstance"); \ +static_assert(sizeof(FPCGSkinnedMeshInstance) == 0x000070, "Wrong size on FPCGSkinnedMeshInstance"); \ + +#define DUMPER7_ASSERTS_FPCGSpawnerPrimitives \ +static_assert(alignof(FPCGSpawnerPrimitives) == 0x000008, "Wrong alignment on FPCGSpawnerPrimitives"); \ +static_assert(sizeof(FPCGSpawnerPrimitives) == 0x000050, "Wrong size on FPCGSpawnerPrimitives"); \ + +#define DUMPER7_ASSERTS_FPCGDataToDebug \ +static_assert(alignof(FPCGDataToDebug) == 0x000008, "Wrong alignment on FPCGDataToDebug"); \ +static_assert(sizeof(FPCGDataToDebug) == 0x000078, "Wrong size on FPCGDataToDebug"); \ +static_assert(offsetof(FPCGDataToDebug, Data) == 0x000000, "Member 'FPCGDataToDebug::Data' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataToDebug, DataPendingInit) == 0x000008, "Member 'FPCGDataToDebug::DataPendingInit' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataToDebug, ProducerSettings) == 0x000010, "Member 'FPCGDataToDebug::ProducerSettings' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataToDebug, PinLabel) == 0x000018, "Member 'FPCGDataToDebug::PinLabel' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataToDebug, PinLabelAlias) == 0x000020, "Member 'FPCGDataToDebug::PinLabelAlias' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataToDebug, AdditionalTags) == 0x000028, "Member 'FPCGDataToDebug::AdditionalTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGKernelAttributeKey \ +static_assert(alignof(FPCGKernelAttributeKey) == 0x000008, "Wrong alignment on FPCGKernelAttributeKey"); \ +static_assert(sizeof(FPCGKernelAttributeKey) == 0x000060, "Wrong size on FPCGKernelAttributeKey"); \ +static_assert(offsetof(FPCGKernelAttributeKey, Identifier) == 0x000000, "Member 'FPCGKernelAttributeKey::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FPCGKernelAttributeKey, Type) == 0x000018, "Member 'FPCGKernelAttributeKey::Type' has a wrong offset!"); \ +static_assert(offsetof(FPCGKernelAttributeKey, Name) == 0x000020, "Member 'FPCGKernelAttributeKey::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoDynamicMesh \ +static_assert(alignof(FPCGDataTypeInfoDynamicMesh) == 0x000008, "Wrong alignment on FPCGDataTypeInfoDynamicMesh"); \ +static_assert(sizeof(FPCGDataTypeInfoDynamicMesh) == 0x000008, "Wrong size on FPCGDataTypeInfoDynamicMesh"); \ + +#define DUMPER7_ASSERTS_FPCGActorPropertyOverride \ +static_assert(alignof(FPCGActorPropertyOverride) == 0x000008, "Wrong alignment on FPCGActorPropertyOverride"); \ +static_assert(sizeof(FPCGActorPropertyOverride) == 0x000050, "Wrong size on FPCGActorPropertyOverride"); \ +static_assert(offsetof(FPCGActorPropertyOverride, InputSource) == 0x000000, "Member 'FPCGActorPropertyOverride::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorPropertyOverride, PropertyTarget) == 0x000040, "Member 'FPCGActorPropertyOverride::PropertyTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGKernelAttributeTable \ +static_assert(alignof(FPCGKernelAttributeTable) == 0x000008, "Wrong alignment on FPCGKernelAttributeTable"); \ +static_assert(sizeof(FPCGKernelAttributeTable) == 0x000010, "Wrong size on FPCGKernelAttributeTable"); \ +static_assert(offsetof(FPCGKernelAttributeTable, AttributeTable) == 0x000000, "Member 'FPCGKernelAttributeTable::AttributeTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPinPropertiesGPUStruct \ +static_assert(alignof(FPCGPinPropertiesGPUStruct) == 0x000008, "Wrong alignment on FPCGPinPropertiesGPUStruct"); \ +static_assert(sizeof(FPCGPinPropertiesGPUStruct) == 0x000048, "Wrong size on FPCGPinPropertiesGPUStruct"); \ +static_assert(offsetof(FPCGPinPropertiesGPUStruct, InitializationMode) == 0x000000, "Member 'FPCGPinPropertiesGPUStruct::InitializationMode' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinPropertiesGPUStruct, PinsToInititalizeFrom) == 0x000008, "Member 'FPCGPinPropertiesGPUStruct::PinsToInititalizeFrom' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinPropertiesGPUStruct, DataCountMode) == 0x000018, "Member 'FPCGPinPropertiesGPUStruct::DataCountMode' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinPropertiesGPUStruct, DataMultiplicity) == 0x000019, "Member 'FPCGPinPropertiesGPUStruct::DataMultiplicity' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinPropertiesGPUStruct, DataCount) == 0x00001C, "Member 'FPCGPinPropertiesGPUStruct::DataCount' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinPropertiesGPUStruct, ElementCountMode) == 0x000020, "Member 'FPCGPinPropertiesGPUStruct::ElementCountMode' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinPropertiesGPUStruct, ElementMultiplicity) == 0x000021, "Member 'FPCGPinPropertiesGPUStruct::ElementMultiplicity' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinPropertiesGPUStruct, ElementCount) == 0x000024, "Member 'FPCGPinPropertiesGPUStruct::ElementCount' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinPropertiesGPUStruct, NumElements2D) == 0x000028, "Member 'FPCGPinPropertiesGPUStruct::NumElements2D' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinPropertiesGPUStruct, ElementCountMultiplier) == 0x000030, "Member 'FPCGPinPropertiesGPUStruct::ElementCountMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinPropertiesGPUStruct, AttributeInheritanceMode) == 0x000034, "Member 'FPCGPinPropertiesGPUStruct::AttributeInheritanceMode' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinPropertiesGPUStruct, CreatedKernelAttributeKeys) == 0x000038, "Member 'FPCGPinPropertiesGPUStruct::CreatedKernelAttributeKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPinPropertiesGPU \ +static_assert(alignof(FPCGPinPropertiesGPU) == 0x000008, "Wrong alignment on FPCGPinPropertiesGPU"); \ +static_assert(sizeof(FPCGPinPropertiesGPU) == 0x000078, "Wrong size on FPCGPinPropertiesGPU"); \ +static_assert(offsetof(FPCGPinPropertiesGPU, PropertiesGPU) == 0x000030, "Member 'FPCGPinPropertiesGPU::PropertiesGPU' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPointInputRange \ +static_assert(alignof(FPCGPointInputRange) == 0x000008, "Wrong alignment on FPCGPointInputRange"); \ +static_assert(sizeof(FPCGPointInputRange) == 0x000010, "Wrong size on FPCGPointInputRange"); \ +static_assert(offsetof(FPCGPointInputRange, PointData) == 0x000000, "Member 'FPCGPointInputRange::PointData' has a wrong offset!"); \ +static_assert(offsetof(FPCGPointInputRange, RangeStartIndex) == 0x000008, "Member 'FPCGPointInputRange::RangeStartIndex' has a wrong offset!"); \ +static_assert(offsetof(FPCGPointInputRange, RangeSize) == 0x00000C, "Member 'FPCGPointInputRange::RangeSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGLandscapeDataProps \ +static_assert(alignof(FPCGLandscapeDataProps) == 0x000001, "Wrong alignment on FPCGLandscapeDataProps"); \ +static_assert(sizeof(FPCGLandscapeDataProps) == 0x000007, "Wrong size on FPCGLandscapeDataProps"); \ +static_assert(offsetof(FPCGLandscapeDataProps, bGetHeightOnly) == 0x000000, "Member 'FPCGLandscapeDataProps::bGetHeightOnly' has a wrong offset!"); \ +static_assert(offsetof(FPCGLandscapeDataProps, bGetLayerWeights) == 0x000001, "Member 'FPCGLandscapeDataProps::bGetLayerWeights' has a wrong offset!"); \ +static_assert(offsetof(FPCGLandscapeDataProps, bGetActorReference) == 0x000002, "Member 'FPCGLandscapeDataProps::bGetActorReference' has a wrong offset!"); \ +static_assert(offsetof(FPCGLandscapeDataProps, bGetPhysicalMaterial) == 0x000003, "Member 'FPCGLandscapeDataProps::bGetPhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FPCGLandscapeDataProps, bGetComponentCoordinates) == 0x000004, "Member 'FPCGLandscapeDataProps::bGetComponentCoordinates' has a wrong offset!"); \ +static_assert(offsetof(FPCGLandscapeDataProps, bSampleVirtualTextures) == 0x000005, "Member 'FPCGLandscapeDataProps::bSampleVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(FPCGLandscapeDataProps, bSampleVirtualTextureNormals) == 0x000006, "Member 'FPCGLandscapeDataProps::bSampleVirtualTextureNormals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoLandscapeSpline \ +static_assert(alignof(FPCGDataTypeInfoLandscapeSpline) == 0x000008, "Wrong alignment on FPCGDataTypeInfoLandscapeSpline"); \ +static_assert(sizeof(FPCGDataTypeInfoLandscapeSpline) == 0x000008, "Wrong size on FPCGDataTypeInfoLandscapeSpline"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoPolygon2D \ +static_assert(alignof(FPCGDataTypeInfoPolygon2D) == 0x000008, "Wrong alignment on FPCGDataTypeInfoPolygon2D"); \ +static_assert(sizeof(FPCGDataTypeInfoPolygon2D) == 0x000008, "Wrong size on FPCGDataTypeInfoPolygon2D"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoPrimitive \ +static_assert(alignof(FPCGDataTypeInfoPrimitive) == 0x000008, "Wrong alignment on FPCGDataTypeInfoPrimitive"); \ +static_assert(sizeof(FPCGDataTypeInfoPrimitive) == 0x000008, "Wrong size on FPCGDataTypeInfoPrimitive"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoBaseTexture2D \ +static_assert(alignof(FPCGDataTypeInfoBaseTexture2D) == 0x000008, "Wrong alignment on FPCGDataTypeInfoBaseTexture2D"); \ +static_assert(sizeof(FPCGDataTypeInfoBaseTexture2D) == 0x000008, "Wrong size on FPCGDataTypeInfoBaseTexture2D"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoRenderTarget2D \ +static_assert(alignof(FPCGDataTypeInfoRenderTarget2D) == 0x000008, "Wrong alignment on FPCGDataTypeInfoRenderTarget2D"); \ +static_assert(sizeof(FPCGDataTypeInfoRenderTarget2D) == 0x000008, "Wrong size on FPCGDataTypeInfoRenderTarget2D"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoResource \ +static_assert(alignof(FPCGDataTypeInfoResource) == 0x000008, "Wrong alignment on FPCGDataTypeInfoResource"); \ +static_assert(sizeof(FPCGDataTypeInfoResource) == 0x000008, "Wrong size on FPCGDataTypeInfoResource"); \ + +#define DUMPER7_ASSERTS_FPCGInitializeFromDataParams \ +static_assert(alignof(FPCGInitializeFromDataParams) == 0x000008, "Wrong alignment on FPCGInitializeFromDataParams"); \ +static_assert(sizeof(FPCGInitializeFromDataParams) == 0x000040, "Wrong size on FPCGInitializeFromDataParams"); \ +static_assert(offsetof(FPCGInitializeFromDataParams, Source) == 0x000000, "Member 'FPCGInitializeFromDataParams::Source' has a wrong offset!"); \ +static_assert(offsetof(FPCGInitializeFromDataParams, SourceOverride) == 0x000008, "Member 'FPCGInitializeFromDataParams::SourceOverride' has a wrong offset!"); \ +static_assert(offsetof(FPCGInitializeFromDataParams, bInheritMetadata) == 0x000010, "Member 'FPCGInitializeFromDataParams::bInheritMetadata' has a wrong offset!"); \ +static_assert(offsetof(FPCGInitializeFromDataParams, bInheritAttributes) == 0x000011, "Member 'FPCGInitializeFromDataParams::bInheritAttributes' has a wrong offset!"); \ +static_assert(offsetof(FPCGInitializeFromDataParams, bInheritSpatialData) == 0x000012, "Member 'FPCGInitializeFromDataParams::bInheritSpatialData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoComposite \ +static_assert(alignof(FPCGDataTypeInfoComposite) == 0x000008, "Wrong alignment on FPCGDataTypeInfoComposite"); \ +static_assert(sizeof(FPCGDataTypeInfoComposite) == 0x000008, "Wrong size on FPCGDataTypeInfoComposite"); \ + +#define DUMPER7_ASSERTS_FPCGPointDataCache \ +static_assert(alignof(FPCGPointDataCache) == 0x000008, "Wrong alignment on FPCGPointDataCache"); \ +static_assert(sizeof(FPCGPointDataCache) == 0x000028, "Wrong size on FPCGPointDataCache"); \ +static_assert(offsetof(FPCGPointDataCache, CachedPointData) == 0x000000, "Member 'FPCGPointDataCache::CachedPointData' has a wrong offset!"); \ +static_assert(offsetof(FPCGPointDataCache, CachedBoundedPointDataBoxes) == 0x000008, "Member 'FPCGPointDataCache::CachedBoundedPointDataBoxes' has a wrong offset!"); \ +static_assert(offsetof(FPCGPointDataCache, CachedBoundedPointData) == 0x000018, "Member 'FPCGPointDataCache::CachedBoundedPointData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoSpline \ +static_assert(alignof(FPCGDataTypeInfoSpline) == 0x000008, "Wrong alignment on FPCGDataTypeInfoSpline"); \ +static_assert(sizeof(FPCGDataTypeInfoSpline) == 0x000008, "Wrong size on FPCGDataTypeInfoSpline"); \ + +#define DUMPER7_ASSERTS_FPCGSplineStruct \ +static_assert(alignof(FPCGSplineStruct) == 0x000010, "Wrong alignment on FPCGSplineStruct"); \ +static_assert(sizeof(FPCGSplineStruct) == 0x0001D0, "Wrong size on FPCGSplineStruct"); \ +static_assert(offsetof(FPCGSplineStruct, Transform) == 0x000000, "Member 'FPCGSplineStruct::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, DefaultUpVector) == 0x000060, "Member 'FPCGSplineStruct::DefaultUpVector' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, ReparamStepsPerSegment) == 0x000078, "Member 'FPCGSplineStruct::ReparamStepsPerSegment' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, bClosedLoop) == 0x00007C, "Member 'FPCGSplineStruct::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, LocalBounds) == 0x000080, "Member 'FPCGSplineStruct::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, Bounds) == 0x0000B8, "Member 'FPCGSplineStruct::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, SplineCurves) == 0x0000F0, "Member 'FPCGSplineStruct::SplineCurves' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, ControlPointsEntryKeys) == 0x000158, "Member 'FPCGSplineStruct::ControlPointsEntryKeys' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, Spline) == 0x000168, "Member 'FPCGSplineStruct::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoStaticMeshResource \ +static_assert(alignof(FPCGDataTypeInfoStaticMeshResource) == 0x000008, "Wrong alignment on FPCGDataTypeInfoStaticMeshResource"); \ +static_assert(sizeof(FPCGDataTypeInfoStaticMeshResource) == 0x000008, "Wrong size on FPCGDataTypeInfoStaticMeshResource"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoTexture2D \ +static_assert(alignof(FPCGDataTypeInfoTexture2D) == 0x000008, "Wrong alignment on FPCGDataTypeInfoTexture2D"); \ +static_assert(sizeof(FPCGDataTypeInfoTexture2D) == 0x000008, "Wrong size on FPCGDataTypeInfoTexture2D"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoVirtualTexture \ +static_assert(alignof(FPCGDataTypeInfoVirtualTexture) == 0x000008, "Wrong alignment on FPCGDataTypeInfoVirtualTexture"); \ +static_assert(sizeof(FPCGDataTypeInfoVirtualTexture) == 0x000008, "Wrong size on FPCGDataTypeInfoVirtualTexture"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoVolume \ +static_assert(alignof(FPCGDataTypeInfoVolume) == 0x000008, "Wrong alignment on FPCGDataTypeInfoVolume"); \ +static_assert(sizeof(FPCGDataTypeInfoVolume) == 0x000008, "Wrong size on FPCGDataTypeInfoVolume"); \ + +#define DUMPER7_ASSERTS_FPCGWorldVolumetricQueryParams \ +static_assert(alignof(FPCGWorldVolumetricQueryParams) == 0x000008, "Wrong alignment on FPCGWorldVolumetricQueryParams"); \ +static_assert(sizeof(FPCGWorldVolumetricQueryParams) == 0x0000D0, "Wrong size on FPCGWorldVolumetricQueryParams"); \ +static_assert(offsetof(FPCGWorldVolumetricQueryParams, bSearchForOverlap) == 0x0000C8, "Member 'FPCGWorldVolumetricQueryParams::bSearchForOverlap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGWorldRayHitQueryParams \ +static_assert(alignof(FPCGWorldRayHitQueryParams) == 0x000008, "Wrong alignment on FPCGWorldRayHitQueryParams"); \ +static_assert(sizeof(FPCGWorldRayHitQueryParams) == 0x000118, "Wrong size on FPCGWorldRayHitQueryParams"); \ +static_assert(offsetof(FPCGWorldRayHitQueryParams, bOverrideDefaultParams) == 0x0000D8, "Member 'FPCGWorldRayHitQueryParams::bOverrideDefaultParams' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldRayHitQueryParams, RayOrigin) == 0x0000E0, "Member 'FPCGWorldRayHitQueryParams::RayOrigin' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldRayHitQueryParams, RayDirection) == 0x0000F8, "Member 'FPCGWorldRayHitQueryParams::RayDirection' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldRayHitQueryParams, RayLength) == 0x000110, "Member 'FPCGWorldRayHitQueryParams::RayLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGWorldQueryActorFilterCache \ +static_assert(alignof(FPCGWorldQueryActorFilterCache) == 0x000008, "Wrong alignment on FPCGWorldQueryActorFilterCache"); \ +static_assert(sizeof(FPCGWorldQueryActorFilterCache) == 0x000090, "Wrong size on FPCGWorldQueryActorFilterCache"); \ +static_assert(offsetof(FPCGWorldQueryActorFilterCache, FilterActors) == 0x000000, "Member 'FPCGWorldQueryActorFilterCache::FilterActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoOther \ +static_assert(alignof(FPCGDataTypeInfoOther) == 0x000008, "Wrong alignment on FPCGDataTypeInfoOther"); \ +static_assert(sizeof(FPCGDataTypeInfoOther) == 0x000008, "Wrong size on FPCGDataTypeInfoOther"); \ + +#define DUMPER7_ASSERTS_FPCGGraphCommentNodeData \ +static_assert(alignof(FPCGGraphCommentNodeData) == 0x000001, "Wrong alignment on FPCGGraphCommentNodeData"); \ +static_assert(sizeof(FPCGGraphCommentNodeData) == 0x000001, "Wrong size on FPCGGraphCommentNodeData"); \ + +#define DUMPER7_ASSERTS_FPCGGraphEditorCustomization \ +static_assert(alignof(FPCGGraphEditorCustomization) == 0x000008, "Wrong alignment on FPCGGraphEditorCustomization"); \ +static_assert(sizeof(FPCGGraphEditorCustomization) == 0x0000D0, "Wrong size on FPCGGraphEditorCustomization"); \ +static_assert(offsetof(FPCGGraphEditorCustomization, Graph) == 0x000000, "Member 'FPCGGraphEditorCustomization::Graph' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphEditorCustomization, bFilterNodesByCategory) == 0x000008, "Member 'FPCGGraphEditorCustomization::bFilterNodesByCategory' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphEditorCustomization, NodeFilterType) == 0x00000C, "Member 'FPCGGraphEditorCustomization::NodeFilterType' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphEditorCustomization, FilteredCategories) == 0x000010, "Member 'FPCGGraphEditorCustomization::FilteredCategories' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphEditorCustomization, bFilterSubgraphs) == 0x000060, "Member 'FPCGGraphEditorCustomization::bFilterSubgraphs' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphEditorCustomization, SubgraphFilterType) == 0x000064, "Member 'FPCGGraphEditorCustomization::SubgraphFilterType' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphEditorCustomization, FilteredSubgraphTypes) == 0x000068, "Member 'FPCGGraphEditorCustomization::FilteredSubgraphTypes' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphEditorCustomization, bFilterSettings) == 0x0000B8, "Member 'FPCGGraphEditorCustomization::bFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphEditorCustomization, SettingsFilterType) == 0x0000BC, "Member 'FPCGGraphEditorCustomization::SettingsFilterType' has a wrong offset!"); \ +static_assert(offsetof(FPCGGraphEditorCustomization, FilteredSettingsTypes) == 0x0000C0, "Member 'FPCGGraphEditorCustomization::FilteredSettingsTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumSelector \ +static_assert(alignof(FEnumSelector) == 0x000008, "Wrong alignment on FEnumSelector"); \ +static_assert(sizeof(FEnumSelector) == 0x000010, "Wrong size on FEnumSelector"); \ +static_assert(offsetof(FEnumSelector, Class) == 0x000000, "Member 'FEnumSelector::Class' has a wrong offset!"); \ +static_assert(offsetof(FEnumSelector, Value) == 0x000008, "Member 'FEnumSelector::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSelectGrammarCriterion \ +static_assert(alignof(FPCGSelectGrammarCriterion) == 0x000008, "Wrong alignment on FPCGSelectGrammarCriterion"); \ +static_assert(sizeof(FPCGSelectGrammarCriterion) == 0x000030, "Wrong size on FPCGSelectGrammarCriterion"); \ +static_assert(offsetof(FPCGSelectGrammarCriterion, Key) == 0x000000, "Member 'FPCGSelectGrammarCriterion::Key' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectGrammarCriterion, Comparator) == 0x000008, "Member 'FPCGSelectGrammarCriterion::Comparator' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectGrammarCriterion, FirstValue) == 0x000010, "Member 'FPCGSelectGrammarCriterion::FirstValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectGrammarCriterion, SecondValue) == 0x000018, "Member 'FPCGSelectGrammarCriterion::SecondValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectGrammarCriterion, Grammar) == 0x000020, "Member 'FPCGSelectGrammarCriterion::Grammar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSelectGrammarCriteriaAttributeNames \ +static_assert(alignof(FPCGSelectGrammarCriteriaAttributeNames) == 0x000004, "Wrong alignment on FPCGSelectGrammarCriteriaAttributeNames"); \ +static_assert(sizeof(FPCGSelectGrammarCriteriaAttributeNames) == 0x000028, "Wrong size on FPCGSelectGrammarCriteriaAttributeNames"); \ +static_assert(offsetof(FPCGSelectGrammarCriteriaAttributeNames, KeyAttributeName) == 0x000000, "Member 'FPCGSelectGrammarCriteriaAttributeNames::KeyAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectGrammarCriteriaAttributeNames, ComparatorAttributeName) == 0x000008, "Member 'FPCGSelectGrammarCriteriaAttributeNames::ComparatorAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectGrammarCriteriaAttributeNames, FirstValueAttributeName) == 0x000010, "Member 'FPCGSelectGrammarCriteriaAttributeNames::FirstValueAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectGrammarCriteriaAttributeNames, SecondValueAttributeName) == 0x000018, "Member 'FPCGSelectGrammarCriteriaAttributeNames::SecondValueAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectGrammarCriteriaAttributeNames, GrammarAttributeName) == 0x000020, "Member 'FPCGSelectGrammarCriteriaAttributeNames::GrammarAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSubdivisionSubmodule \ +static_assert(alignof(FPCGSubdivisionSubmodule) == 0x000010, "Wrong alignment on FPCGSubdivisionSubmodule"); \ +static_assert(sizeof(FPCGSubdivisionSubmodule) == 0x000040, "Wrong size on FPCGSubdivisionSubmodule"); \ +static_assert(offsetof(FPCGSubdivisionSubmodule, Symbol) == 0x000000, "Member 'FPCGSubdivisionSubmodule::Symbol' has a wrong offset!"); \ +static_assert(offsetof(FPCGSubdivisionSubmodule, Size) == 0x000008, "Member 'FPCGSubdivisionSubmodule::Size' has a wrong offset!"); \ +static_assert(offsetof(FPCGSubdivisionSubmodule, bScalable) == 0x000010, "Member 'FPCGSubdivisionSubmodule::bScalable' has a wrong offset!"); \ +static_assert(offsetof(FPCGSubdivisionSubmodule, DebugColor) == 0x000020, "Member 'FPCGSubdivisionSubmodule::DebugColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSubdivisionModuleAttributeNames \ +static_assert(alignof(FPCGSubdivisionModuleAttributeNames) == 0x000004, "Wrong alignment on FPCGSubdivisionModuleAttributeNames"); \ +static_assert(sizeof(FPCGSubdivisionModuleAttributeNames) == 0x000028, "Wrong size on FPCGSubdivisionModuleAttributeNames"); \ +static_assert(offsetof(FPCGSubdivisionModuleAttributeNames, SymbolAttributeName) == 0x000000, "Member 'FPCGSubdivisionModuleAttributeNames::SymbolAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPCGSubdivisionModuleAttributeNames, SizeAttributeName) == 0x000008, "Member 'FPCGSubdivisionModuleAttributeNames::SizeAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPCGSubdivisionModuleAttributeNames, bProvideScalable) == 0x000010, "Member 'FPCGSubdivisionModuleAttributeNames::bProvideScalable' has a wrong offset!"); \ +static_assert(offsetof(FPCGSubdivisionModuleAttributeNames, ScalableAttributeName) == 0x000014, "Member 'FPCGSubdivisionModuleAttributeNames::ScalableAttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPCGSubdivisionModuleAttributeNames, bProvideDebugColor) == 0x00001C, "Member 'FPCGSubdivisionModuleAttributeNames::bProvideDebugColor' has a wrong offset!"); \ +static_assert(offsetof(FPCGSubdivisionModuleAttributeNames, DebugColorAttributeName) == 0x000020, "Member 'FPCGSubdivisionModuleAttributeNames::DebugColorAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGCustomSelectionKey \ +static_assert(alignof(FPCGCustomSelectionKey) == 0x000008, "Wrong alignment on FPCGCustomSelectionKey"); \ +static_assert(sizeof(FPCGCustomSelectionKey) == 0x000008, "Wrong size on FPCGCustomSelectionKey"); \ + +#define DUMPER7_ASSERTS_FPCGSelectionKey \ +static_assert(alignof(FPCGSelectionKey) == 0x000008, "Wrong alignment on FPCGSelectionKey"); \ +static_assert(sizeof(FPCGSelectionKey) == 0x000070, "Wrong size on FPCGSelectionKey"); \ +static_assert(offsetof(FPCGSelectionKey, ActorFilter) == 0x000000, "Member 'FPCGSelectionKey::ActorFilter' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectionKey, Selection) == 0x000001, "Member 'FPCGSelectionKey::Selection' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectionKey, Tag) == 0x000004, "Member 'FPCGSelectionKey::Tag' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectionKey, SelectionClass) == 0x000010, "Member 'FPCGSelectionKey::SelectionClass' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectionKey, ObjectPath) == 0x000018, "Member 'FPCGSelectionKey::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectionKey, OptionalExtraDependency) == 0x000038, "Member 'FPCGSelectionKey::OptionalExtraDependency' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelectionKey, CustomKey) == 0x000040, "Member 'FPCGSelectionKey::CustomKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGActorSelectorSettings \ +static_assert(alignof(FPCGActorSelectorSettings) == 0x000008, "Wrong alignment on FPCGActorSelectorSettings"); \ +static_assert(sizeof(FPCGActorSelectorSettings) == 0x000078, "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, ActorReferenceSelector) == 0x000018, "Member 'FPCGActorSelectorSettings::ActorReferenceSelector' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bSelectMultiple) == 0x000058, "Member 'FPCGActorSelectorSettings::bSelectMultiple' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bIgnoreSelfAndChildren) == 0x000059, "Member 'FPCGActorSelectorSettings::bIgnoreSelfAndChildren' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bShowActorFilter) == 0x00005A, "Member 'FPCGActorSelectorSettings::bShowActorFilter' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bShowIncludeChildren) == 0x00005B, "Member 'FPCGActorSelectorSettings::bShowIncludeChildren' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bShowActorSelection) == 0x00005C, "Member 'FPCGActorSelectorSettings::bShowActorSelection' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bShowActorSelectionClass) == 0x00005D, "Member 'FPCGActorSelectorSettings::bShowActorSelectionClass' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bShowSelectMultiple) == 0x00005E, "Member 'FPCGActorSelectorSettings::bShowSelectMultiple' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bShowIgnoreSelfAndChildren) == 0x00005F, "Member 'FPCGActorSelectorSettings::bShowIgnoreSelfAndChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGComponentSelectorSettings \ +static_assert(alignof(FPCGComponentSelectorSettings) == 0x000008, "Wrong alignment on FPCGComponentSelectorSettings"); \ +static_assert(sizeof(FPCGComponentSelectorSettings) == 0x000048, "Wrong size on FPCGComponentSelectorSettings"); \ +static_assert(offsetof(FPCGComponentSelectorSettings, ComponentSelection) == 0x000000, "Member 'FPCGComponentSelectorSettings::ComponentSelection' has a wrong offset!"); \ +static_assert(offsetof(FPCGComponentSelectorSettings, ComponentSelectionTag) == 0x000004, "Member 'FPCGComponentSelectorSettings::ComponentSelectionTag' has a wrong offset!"); \ +static_assert(offsetof(FPCGComponentSelectorSettings, ComponentSelectionClass) == 0x000010, "Member 'FPCGComponentSelectorSettings::ComponentSelectionClass' has a wrong offset!"); \ +static_assert(offsetof(FPCGComponentSelectorSettings, bShowComponentSelection) == 0x000018, "Member 'FPCGComponentSelectorSettings::bShowComponentSelection' has a wrong offset!"); \ +static_assert(offsetof(FPCGComponentSelectorSettings, bShowComponentSelectionClass) == 0x000019, "Member 'FPCGComponentSelectorSettings::bShowComponentSelectionClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGAttributeFilterThresholdSettings \ +static_assert(alignof(FPCGAttributeFilterThresholdSettings) == 0x000010, "Wrong alignment on FPCGAttributeFilterThresholdSettings"); \ +static_assert(sizeof(FPCGAttributeFilterThresholdSettings) == 0x0001C0, "Wrong size on FPCGAttributeFilterThresholdSettings"); \ +static_assert(offsetof(FPCGAttributeFilterThresholdSettings, bInclusive) == 0x000000, "Member 'FPCGAttributeFilterThresholdSettings::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributeFilterThresholdSettings, bUseConstantThreshold) == 0x000001, "Member 'FPCGAttributeFilterThresholdSettings::bUseConstantThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributeFilterThresholdSettings, ThresholdAttribute) == 0x000008, "Member 'FPCGAttributeFilterThresholdSettings::ThresholdAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributeFilterThresholdSettings, bUseSpatialQuery) == 0x000048, "Member 'FPCGAttributeFilterThresholdSettings::bUseSpatialQuery' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributeFilterThresholdSettings, AttributeTypes) == 0x000050, "Member 'FPCGAttributeFilterThresholdSettings::AttributeTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGFilterByAttributeThresholdSettings \ +static_assert(alignof(FPCGFilterByAttributeThresholdSettings) == 0x000010, "Wrong alignment on FPCGFilterByAttributeThresholdSettings"); \ +static_assert(sizeof(FPCGFilterByAttributeThresholdSettings) == 0x0001C0, "Wrong size on FPCGFilterByAttributeThresholdSettings"); \ +static_assert(offsetof(FPCGFilterByAttributeThresholdSettings, bUseConstantThreshold) == 0x000000, "Member 'FPCGFilterByAttributeThresholdSettings::bUseConstantThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPCGFilterByAttributeThresholdSettings, ThresholdAttribute) == 0x000008, "Member 'FPCGFilterByAttributeThresholdSettings::ThresholdAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGFilterByAttributeThresholdSettings, AttributeTypes) == 0x000050, "Member 'FPCGFilterByAttributeThresholdSettings::AttributeTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGFilterByAttributeThresholdSettingsRange \ +static_assert(alignof(FPCGFilterByAttributeThresholdSettingsRange) == 0x000010, "Wrong alignment on FPCGFilterByAttributeThresholdSettingsRange"); \ +static_assert(sizeof(FPCGFilterByAttributeThresholdSettingsRange) == 0x0001D0, "Wrong size on FPCGFilterByAttributeThresholdSettingsRange"); \ +static_assert(offsetof(FPCGFilterByAttributeThresholdSettingsRange, bInclusive) == 0x0001C0, "Member 'FPCGFilterByAttributeThresholdSettingsRange::bInclusive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSelfPruningParameters \ +static_assert(alignof(FPCGSelfPruningParameters) == 0x000008, "Wrong alignment on FPCGSelfPruningParameters"); \ +static_assert(sizeof(FPCGSelfPruningParameters) == 0x000098, "Wrong size on FPCGSelfPruningParameters"); \ +static_assert(offsetof(FPCGSelfPruningParameters, PruningType) == 0x000000, "Member 'FPCGSelfPruningParameters::PruningType' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelfPruningParameters, ComparisonSource) == 0x000008, "Member 'FPCGSelfPruningParameters::ComparisonSource' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelfPruningParameters, RadiusSimilarityFactor) == 0x000048, "Member 'FPCGSelfPruningParameters::RadiusSimilarityFactor' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelfPruningParameters, bRandomizedPruning) == 0x00004C, "Member 'FPCGSelfPruningParameters::bRandomizedPruning' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelfPruningParameters, bUseCollisionAttribute) == 0x00004D, "Member 'FPCGSelfPruningParameters::bUseCollisionAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelfPruningParameters, CollisionAttribute) == 0x000050, "Member 'FPCGSelfPruningParameters::CollisionAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSelfPruningParameters, CollisionQueryFlag) == 0x000090, "Member 'FPCGSelfPruningParameters::CollisionQueryFlag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSplineMeshParams \ +static_assert(alignof(FPCGSplineMeshParams) == 0x000008, "Wrong alignment on FPCGSplineMeshParams"); \ +static_assert(sizeof(FPCGSplineMeshParams) == 0x0000E8, "Wrong size on FPCGSplineMeshParams"); \ +static_assert(offsetof(FPCGSplineMeshParams, ForwardAxis) == 0x000000, "Member 'FPCGSplineMeshParams::ForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, bScaleMeshToBounds) == 0x000004, "Member 'FPCGSplineMeshParams::bScaleMeshToBounds' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, bScaleMeshToLandscapeSplineFullWidth) == 0x000005, "Member 'FPCGSplineMeshParams::bScaleMeshToLandscapeSplineFullWidth' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, SplineUpDir) == 0x000008, "Member 'FPCGSplineMeshParams::SplineUpDir' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, NaniteClusterBoundsScale) == 0x000020, "Member 'FPCGSplineMeshParams::NaniteClusterBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, SplineBoundaryMin) == 0x000024, "Member 'FPCGSplineMeshParams::SplineBoundaryMin' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, SplineBoundaryMax) == 0x000028, "Member 'FPCGSplineMeshParams::SplineBoundaryMax' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, bSmoothInterpRollScale) == 0x00002C, "Member 'FPCGSplineMeshParams::bSmoothInterpRollScale' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, StartOffset) == 0x000030, "Member 'FPCGSplineMeshParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, EndOffset) == 0x000040, "Member 'FPCGSplineMeshParams::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, StartPosition) == 0x000050, "Member 'FPCGSplineMeshParams::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, StartTangent) == 0x000068, "Member 'FPCGSplineMeshParams::StartTangent' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, StartRollDegrees) == 0x000080, "Member 'FPCGSplineMeshParams::StartRollDegrees' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, StartScale) == 0x000088, "Member 'FPCGSplineMeshParams::StartScale' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, EndPosition) == 0x000098, "Member 'FPCGSplineMeshParams::EndPosition' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, EndTangent) == 0x0000B0, "Member 'FPCGSplineMeshParams::EndTangent' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, EndRollDegrees) == 0x0000C8, "Member 'FPCGSplineMeshParams::EndRollDegrees' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineMeshParams, EndScale) == 0x0000D0, "Member 'FPCGSplineMeshParams::EndScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSplineSamplerParams \ +static_assert(alignof(FPCGSplineSamplerParams) == 0x000008, "Wrong alignment on FPCGSplineSamplerParams"); \ +static_assert(sizeof(FPCGSplineSamplerParams) == 0x000138, "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, NumSamples) == 0x00000C, "Member 'FPCGSplineSamplerParams::NumSamples' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, NumPlanarSubdivisions) == 0x000010, "Member 'FPCGSplineSamplerParams::NumPlanarSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, NumHeightSubdivisions) == 0x000014, "Member 'FPCGSplineSamplerParams::NumHeightSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, StartOffset) == 0x000018, "Member 'FPCGSplineSamplerParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, EndOffset) == 0x00001C, "Member 'FPCGSplineSamplerParams::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, MaxRandomOffsetNormalized) == 0x000020, "Member 'FPCGSplineSamplerParams::MaxRandomOffsetNormalized' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bFitToCurve) == 0x000024, "Member 'FPCGSplineSamplerParams::bFitToCurve' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, InteriorSampleSpacing) == 0x000028, "Member 'FPCGSplineSamplerParams::InteriorSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, InteriorBorderSampleSpacing) == 0x00002C, "Member 'FPCGSplineSamplerParams::InteriorBorderSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bTreatSplineAsPolyline) == 0x000030, "Member 'FPCGSplineSamplerParams::bTreatSplineAsPolyline' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, InteriorOrientation) == 0x000031, "Member 'FPCGSplineSamplerParams::InteriorOrientation' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bProjectOntoSurface) == 0x000032, "Member 'FPCGSplineSamplerParams::bProjectOntoSurface' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, InteriorDensityFalloffCurve) == 0x000038, "Member 'FPCGSplineSamplerParams::InteriorDensityFalloffCurve' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bComputeDirectionDelta) == 0x0000C0, "Member 'FPCGSplineSamplerParams::bComputeDirectionDelta' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, NextDirectionDeltaAttribute) == 0x0000C4, "Member 'FPCGSplineSamplerParams::NextDirectionDeltaAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bComputeCurvature) == 0x0000CC, "Member 'FPCGSplineSamplerParams::bComputeCurvature' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, CurvatureAttribute) == 0x0000D0, "Member 'FPCGSplineSamplerParams::CurvatureAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bComputeSegmentIndex) == 0x0000D8, "Member 'FPCGSplineSamplerParams::bComputeSegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, SegmentIndexAttribute) == 0x0000DC, "Member 'FPCGSplineSamplerParams::SegmentIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bComputeSubsegmentIndex) == 0x0000E4, "Member 'FPCGSplineSamplerParams::bComputeSubsegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, SubsegmentIndexAttribute) == 0x0000E8, "Member 'FPCGSplineSamplerParams::SubsegmentIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bComputeTangents) == 0x0000F0, "Member 'FPCGSplineSamplerParams::bComputeTangents' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, ArriveTangentAttribute) == 0x0000F4, "Member 'FPCGSplineSamplerParams::ArriveTangentAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, LeaveTangentAttribute) == 0x0000FC, "Member 'FPCGSplineSamplerParams::LeaveTangentAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bComputeAlpha) == 0x000104, "Member 'FPCGSplineSamplerParams::bComputeAlpha' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, AlphaAttribute) == 0x000108, "Member 'FPCGSplineSamplerParams::AlphaAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bComputeDistance) == 0x000110, "Member 'FPCGSplineSamplerParams::bComputeDistance' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, DistanceAttribute) == 0x000114, "Member 'FPCGSplineSamplerParams::DistanceAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bComputeInputKey) == 0x00011C, "Member 'FPCGSplineSamplerParams::bComputeInputKey' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, InputKeyAttribute) == 0x000120, "Member 'FPCGSplineSamplerParams::InputKeyAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bUnbounded) == 0x000128, "Member 'FPCGSplineSamplerParams::bUnbounded' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, PointSteepness) == 0x00012C, "Member 'FPCGSplineSamplerParams::PointSteepness' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, SeedingMode) == 0x000130, "Member 'FPCGSplineSamplerParams::SeedingMode' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bSeedFromLocalPosition) == 0x000131, "Member 'FPCGSplineSamplerParams::bSeedFromLocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bSeedFrom2DPosition) == 0x000132, "Member 'FPCGSplineSamplerParams::bSeedFrom2DPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGContext \ +static_assert(alignof(FPCGContext) == 0x000008, "Wrong alignment on FPCGContext"); \ +static_assert(sizeof(FPCGContext) == 0x000258, "Wrong size on FPCGContext"); \ + +#define DUMPER7_ASSERTS_FPCGStaticMeshSpawnerContext \ +static_assert(alignof(FPCGStaticMeshSpawnerContext) == 0x000008, "Wrong alignment on FPCGStaticMeshSpawnerContext"); \ +static_assert(sizeof(FPCGStaticMeshSpawnerContext) == 0x000460, "Wrong size on FPCGStaticMeshSpawnerContext"); \ + +#define DUMPER7_ASSERTS_FPCGStackFrame \ +static_assert(alignof(FPCGStackFrame) == 0x000008, "Wrong alignment on FPCGStackFrame"); \ +static_assert(sizeof(FPCGStackFrame) == 0x000030, "Wrong size on FPCGStackFrame"); \ +static_assert(offsetof(FPCGStackFrame, Object) == 0x000000, "Member 'FPCGStackFrame::Object' has a wrong offset!"); \ +static_assert(offsetof(FPCGStackFrame, LoopIndex) == 0x000028, "Member 'FPCGStackFrame::LoopIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGStack \ +static_assert(alignof(FPCGStack) == 0x000008, "Wrong alignment on FPCGStack"); \ +static_assert(sizeof(FPCGStack) == 0x000018, "Wrong size on FPCGStack"); \ +static_assert(offsetof(FPCGStack, StackFrames) == 0x000008, "Member 'FPCGStack::StackFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGStackContext \ +static_assert(alignof(FPCGStackContext) == 0x000008, "Wrong alignment on FPCGStackContext"); \ +static_assert(sizeof(FPCGStackContext) == 0x000020, "Wrong size on FPCGStackContext"); \ +static_assert(offsetof(FPCGStackContext, Stacks) == 0x000008, "Member 'FPCGStackContext::Stacks' has a wrong offset!"); \ +static_assert(offsetof(FPCGStackContext, CurrentStackIndex) == 0x000018, "Member 'FPCGStackContext::CurrentStackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGGridDescriptor \ +static_assert(alignof(FPCGGridDescriptor) == 0x000004, "Wrong alignment on FPCGGridDescriptor"); \ +static_assert(sizeof(FPCGGridDescriptor) == 0x000014, "Wrong size on FPCGGridDescriptor"); \ +static_assert(offsetof(FPCGGridDescriptor, GridSize) == 0x000000, "Member 'FPCGGridDescriptor::GridSize' has a wrong offset!"); \ +static_assert(offsetof(FPCGGridDescriptor, bIs2DGrid) == 0x000004, "Member 'FPCGGridDescriptor::bIs2DGrid' has a wrong offset!"); \ +static_assert(offsetof(FPCGGridDescriptor, bIsRuntime) == 0x000005, "Member 'FPCGGridDescriptor::bIsRuntime' has a wrong offset!"); \ +static_assert(offsetof(FPCGGridDescriptor, RuntimeHash) == 0x000008, "Member 'FPCGGridDescriptor::RuntimeHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGGridCellDescriptor \ +static_assert(alignof(FPCGGridCellDescriptor) == 0x000004, "Wrong alignment on FPCGGridCellDescriptor"); \ +static_assert(sizeof(FPCGGridCellDescriptor) == 0x000020, "Wrong size on FPCGGridCellDescriptor"); \ +static_assert(offsetof(FPCGGridCellDescriptor, Descriptor) == 0x000000, "Member 'FPCGGridCellDescriptor::Descriptor' has a wrong offset!"); \ +static_assert(offsetof(FPCGGridCellDescriptor, GridCoords) == 0x000014, "Member 'FPCGGridCellDescriptor::GridCoords' 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_FPCGDataLayerReferenceSelector \ +static_assert(alignof(FPCGDataLayerReferenceSelector) == 0x000008, "Wrong alignment on FPCGDataLayerReferenceSelector"); \ +static_assert(sizeof(FPCGDataLayerReferenceSelector) == 0x000058, "Wrong size on FPCGDataLayerReferenceSelector"); \ +static_assert(offsetof(FPCGDataLayerReferenceSelector, bAsInput) == 0x000000, "Member 'FPCGDataLayerReferenceSelector::bAsInput' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataLayerReferenceSelector, Attribute) == 0x000008, "Member 'FPCGDataLayerReferenceSelector::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataLayerReferenceSelector, DataLayers) == 0x000048, "Member 'FPCGDataLayerReferenceSelector::DataLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataLayerSettings \ +static_assert(alignof(FPCGDataLayerSettings) == 0x000008, "Wrong alignment on FPCGDataLayerSettings"); \ +static_assert(sizeof(FPCGDataLayerSettings) == 0x000150, "Wrong size on FPCGDataLayerSettings"); \ +static_assert(offsetof(FPCGDataLayerSettings, DataLayerSourceType) == 0x000000, "Member 'FPCGDataLayerSettings::DataLayerSourceType' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataLayerSettings, DataLayerReferenceAttribute) == 0x000008, "Member 'FPCGDataLayerSettings::DataLayerReferenceAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataLayerSettings, IncludedDataLayers) == 0x000048, "Member 'FPCGDataLayerSettings::IncludedDataLayers' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataLayerSettings, ExcludedDataLayers) == 0x0000A0, "Member 'FPCGDataLayerSettings::ExcludedDataLayers' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataLayerSettings, AddDataLayers) == 0x0000F8, "Member 'FPCGDataLayerSettings::AddDataLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDefaultValueContainer \ +static_assert(alignof(FPCGDefaultValueContainer) == 0x000008, "Wrong alignment on FPCGDefaultValueContainer"); \ +static_assert(sizeof(FPCGDefaultValueContainer) == 0x000060, "Wrong size on FPCGDefaultValueContainer"); \ +static_assert(offsetof(FPCGDefaultValueContainer, ActivatedProperties) == 0x000000, "Member 'FPCGDefaultValueContainer::ActivatedProperties' has a wrong offset!"); \ +static_assert(offsetof(FPCGDefaultValueContainer, PropertyBag) == 0x000050, "Member 'FPCGDefaultValueContainer::PropertyBag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGHLODSettings \ +static_assert(alignof(FPCGHLODSettings) == 0x000008, "Wrong alignment on FPCGHLODSettings"); \ +static_assert(sizeof(FPCGHLODSettings) == 0x000010, "Wrong size on FPCGHLODSettings"); \ +static_assert(offsetof(FPCGHLODSettings, HLODSourceType) == 0x000000, "Member 'FPCGHLODSettings::HLODSourceType' has a wrong offset!"); \ +static_assert(offsetof(FPCGHLODSettings, HLODLayer) == 0x000008, "Member 'FPCGHLODSettings::HLODLayer' 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_FPCGSkinnedMeshPackedCustomData \ +static_assert(alignof(FPCGSkinnedMeshPackedCustomData) == 0x000008, "Wrong alignment on FPCGSkinnedMeshPackedCustomData"); \ +static_assert(sizeof(FPCGSkinnedMeshPackedCustomData) == 0x000018, "Wrong size on FPCGSkinnedMeshPackedCustomData"); \ +static_assert(offsetof(FPCGSkinnedMeshPackedCustomData, SequenceIndex) == 0x000000, "Member 'FPCGSkinnedMeshPackedCustomData::SequenceIndex' has a wrong offset!"); \ +static_assert(offsetof(FPCGSkinnedMeshPackedCustomData, NumCustomDataFloats) == 0x000004, "Member 'FPCGSkinnedMeshPackedCustomData::NumCustomDataFloats' has a wrong offset!"); \ +static_assert(offsetof(FPCGSkinnedMeshPackedCustomData, CustomData) == 0x000008, "Member 'FPCGSkinnedMeshPackedCustomData::CustomData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGMatchAndSetByAttributeEntry \ +static_assert(alignof(FPCGMatchAndSetByAttributeEntry) == 0x000010, "Wrong alignment on FPCGMatchAndSetByAttributeEntry"); \ +static_assert(sizeof(FPCGMatchAndSetByAttributeEntry) == 0x0002E0, "Wrong size on FPCGMatchAndSetByAttributeEntry"); \ +static_assert(offsetof(FPCGMatchAndSetByAttributeEntry, ValueToMatch) == 0x000000, "Member 'FPCGMatchAndSetByAttributeEntry::ValueToMatch' has a wrong offset!"); \ +static_assert(offsetof(FPCGMatchAndSetByAttributeEntry, Value) == 0x000170, "Member 'FPCGMatchAndSetByAttributeEntry::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGMatchAndSetWeightedByCategoryEntryList \ +static_assert(alignof(FPCGMatchAndSetWeightedByCategoryEntryList) == 0x000010, "Wrong alignment on FPCGMatchAndSetWeightedByCategoryEntryList"); \ +static_assert(sizeof(FPCGMatchAndSetWeightedByCategoryEntryList) == 0x000190, "Wrong size on FPCGMatchAndSetWeightedByCategoryEntryList"); \ +static_assert(offsetof(FPCGMatchAndSetWeightedByCategoryEntryList, CategoryValue) == 0x000000, "Member 'FPCGMatchAndSetWeightedByCategoryEntryList::CategoryValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMatchAndSetWeightedByCategoryEntryList, bIsDefault) == 0x000170, "Member 'FPCGMatchAndSetWeightedByCategoryEntryList::bIsDefault' has a wrong offset!"); \ +static_assert(offsetof(FPCGMatchAndSetWeightedByCategoryEntryList, WeightedEntries) == 0x000178, "Member 'FPCGMatchAndSetWeightedByCategoryEntryList::WeightedEntries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGMeshInstanceList \ +static_assert(alignof(FPCGMeshInstanceList) == 0x000008, "Wrong alignment on FPCGMeshInstanceList"); \ +static_assert(sizeof(FPCGMeshInstanceList) == 0x0002A0, "Wrong size on FPCGMeshInstanceList"); \ +static_assert(offsetof(FPCGMeshInstanceList, Descriptor) == 0x000000, "Member 'FPCGMeshInstanceList::Descriptor' has a wrong offset!"); \ +static_assert(offsetof(FPCGMeshInstanceList, Instances) == 0x000270, "Member 'FPCGMeshInstanceList::Instances' has a wrong offset!"); \ +static_assert(offsetof(FPCGMeshInstanceList, PointData) == 0x000288, "Member 'FPCGMeshInstanceList::PointData' has a wrong offset!"); \ +static_assert(offsetof(FPCGMeshInstanceList, InstancesIndices) == 0x000290, "Member 'FPCGMeshInstanceList::InstancesIndices' 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_FPCGAnimBankDataRow \ +static_assert(alignof(FPCGAnimBankDataRow) == 0x000008, "Wrong alignment on FPCGAnimBankDataRow"); \ +static_assert(sizeof(FPCGAnimBankDataRow) == 0x000020, "Wrong size on FPCGAnimBankDataRow"); \ +static_assert(offsetof(FPCGAnimBankDataRow, Mesh) == 0x000008, "Member 'FPCGAnimBankDataRow::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FPCGAnimBankDataRow, Bank) == 0x000010, "Member 'FPCGAnimBankDataRow::Bank' has a wrong offset!"); \ +static_assert(offsetof(FPCGAnimBankDataRow, SequenceIndex) == 0x000018, "Member 'FPCGAnimBankDataRow::SequenceIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSoftSkinnedMeshComponentDescriptor \ +static_assert(alignof(FPCGSoftSkinnedMeshComponentDescriptor) == 0x000008, "Wrong alignment on FPCGSoftSkinnedMeshComponentDescriptor"); \ +static_assert(sizeof(FPCGSoftSkinnedMeshComponentDescriptor) == 0x0000D8, "Wrong size on FPCGSoftSkinnedMeshComponentDescriptor"); \ +static_assert(offsetof(FPCGSoftSkinnedMeshComponentDescriptor, ComponentTags) == 0x0000C8, "Member 'FPCGSoftSkinnedMeshComponentDescriptor::ComponentTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSkinnedMeshInstanceList \ +static_assert(alignof(FPCGSkinnedMeshInstanceList) == 0x000008, "Wrong alignment on FPCGSkinnedMeshInstanceList"); \ +static_assert(sizeof(FPCGSkinnedMeshInstanceList) == 0x000108, "Wrong size on FPCGSkinnedMeshInstanceList"); \ +static_assert(offsetof(FPCGSkinnedMeshInstanceList, Descriptor) == 0x000000, "Member 'FPCGSkinnedMeshInstanceList::Descriptor' has a wrong offset!"); \ +static_assert(offsetof(FPCGSkinnedMeshInstanceList, Instances) == 0x0000D8, "Member 'FPCGSkinnedMeshInstanceList::Instances' has a wrong offset!"); \ +static_assert(offsetof(FPCGSkinnedMeshInstanceList, PointData) == 0x0000F0, "Member 'FPCGSkinnedMeshInstanceList::PointData' has a wrong offset!"); \ +static_assert(offsetof(FPCGSkinnedMeshInstanceList, InstancePointIndices) == 0x0000F8, "Member 'FPCGSkinnedMeshInstanceList::InstancePointIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGObjectPropertyOverrideDescription \ +static_assert(alignof(FPCGObjectPropertyOverrideDescription) == 0x000008, "Wrong alignment on FPCGObjectPropertyOverrideDescription"); \ +static_assert(sizeof(FPCGObjectPropertyOverrideDescription) == 0x000050, "Wrong size on FPCGObjectPropertyOverrideDescription"); \ +static_assert(offsetof(FPCGObjectPropertyOverrideDescription, InputSource) == 0x000000, "Member 'FPCGObjectPropertyOverrideDescription::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPCGObjectPropertyOverrideDescription, PropertyTarget) == 0x000040, "Member 'FPCGObjectPropertyOverrideDescription::PropertyTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGAssetExporterParameters \ +static_assert(alignof(FPCGAssetExporterParameters) == 0x000008, "Wrong alignment on FPCGAssetExporterParameters"); \ +static_assert(sizeof(FPCGAssetExporterParameters) == 0x000030, "Wrong size on FPCGAssetExporterParameters"); \ +static_assert(offsetof(FPCGAssetExporterParameters, bOpenSaveDialog) == 0x000000, "Member 'FPCGAssetExporterParameters::bOpenSaveDialog' has a wrong offset!"); \ +static_assert(offsetof(FPCGAssetExporterParameters, AssetName) == 0x000008, "Member 'FPCGAssetExporterParameters::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FPCGAssetExporterParameters, AssetPath) == 0x000018, "Member 'FPCGAssetExporterParameters::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(FPCGAssetExporterParameters, bSaveOnExportEnded) == 0x000028, "Member 'FPCGAssetExporterParameters::bSaveOnExportEnded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGRuntimeGenerationRadii \ +static_assert(alignof(FPCGRuntimeGenerationRadii) == 0x000008, "Wrong alignment on FPCGRuntimeGenerationRadii"); \ +static_assert(sizeof(FPCGRuntimeGenerationRadii) == 0x000060, "Wrong size on FPCGRuntimeGenerationRadii"); \ +static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius) == 0x000000, "Member 'FPCGRuntimeGenerationRadii::GenerationRadius' has a wrong offset!"); \ +static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius400) == 0x000008, "Member 'FPCGRuntimeGenerationRadii::GenerationRadius400' has a wrong offset!"); \ +static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius800) == 0x000010, "Member 'FPCGRuntimeGenerationRadii::GenerationRadius800' has a wrong offset!"); \ +static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius1600) == 0x000018, "Member 'FPCGRuntimeGenerationRadii::GenerationRadius1600' has a wrong offset!"); \ +static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius3200) == 0x000020, "Member 'FPCGRuntimeGenerationRadii::GenerationRadius3200' has a wrong offset!"); \ +static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius6400) == 0x000028, "Member 'FPCGRuntimeGenerationRadii::GenerationRadius6400' has a wrong offset!"); \ +static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius12800) == 0x000030, "Member 'FPCGRuntimeGenerationRadii::GenerationRadius12800' has a wrong offset!"); \ +static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius25600) == 0x000038, "Member 'FPCGRuntimeGenerationRadii::GenerationRadius25600' has a wrong offset!"); \ +static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius51200) == 0x000040, "Member 'FPCGRuntimeGenerationRadii::GenerationRadius51200' has a wrong offset!"); \ +static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius102400) == 0x000048, "Member 'FPCGRuntimeGenerationRadii::GenerationRadius102400' has a wrong offset!"); \ +static_assert(offsetof(FPCGRuntimeGenerationRadii, GenerationRadius204800) == 0x000050, "Member 'FPCGRuntimeGenerationRadii::GenerationRadius204800' has a wrong offset!"); \ +static_assert(offsetof(FPCGRuntimeGenerationRadii, CleanupRadiusMultiplier) == 0x000058, "Member 'FPCGRuntimeGenerationRadii::CleanupRadiusMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPartitionActorRecord \ +static_assert(alignof(FPCGPartitionActorRecord) == 0x000004, "Wrong alignment on FPCGPartitionActorRecord"); \ +static_assert(sizeof(FPCGPartitionActorRecord) == 0x000020, "Wrong size on FPCGPartitionActorRecord"); \ +static_assert(offsetof(FPCGPartitionActorRecord, GridGuid) == 0x000000, "Member 'FPCGPartitionActorRecord::GridGuid' has a wrong offset!"); \ +static_assert(offsetof(FPCGPartitionActorRecord, GridSize) == 0x000010, "Member 'FPCGPartitionActorRecord::GridSize' has a wrong offset!"); \ +static_assert(offsetof(FPCGPartitionActorRecord, GridCoords) == 0x000014, "Member 'FPCGPartitionActorRecord::GridCoords' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDynamicTrackedKeyInstanceData \ +static_assert(alignof(FDynamicTrackedKeyInstanceData) == 0x000008, "Wrong alignment on FDynamicTrackedKeyInstanceData"); \ +static_assert(sizeof(FDynamicTrackedKeyInstanceData) == 0x0000A0, "Wrong size on FDynamicTrackedKeyInstanceData"); \ +static_assert(offsetof(FDynamicTrackedKeyInstanceData, SelectionKey) == 0x000000, "Member 'FDynamicTrackedKeyInstanceData::SelectionKey' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTrackedKeyInstanceData, Settings) == 0x000070, "Member 'FDynamicTrackedKeyInstanceData::Settings' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTrackedKeyInstanceData, bValue) == 0x000098, "Member 'FDynamicTrackedKeyInstanceData::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGComponentInstanceData \ +static_assert(alignof(FPCGComponentInstanceData) == 0x000008, "Wrong alignment on FPCGComponentInstanceData"); \ +static_assert(sizeof(FPCGComponentInstanceData) == 0x000070, "Wrong size on FPCGComponentInstanceData"); \ +static_assert(offsetof(FPCGComponentInstanceData, SourceComponent) == 0x000068, "Member 'FPCGComponentInstanceData::SourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGTaggedData \ +static_assert(alignof(FPCGTaggedData) == 0x000008, "Wrong alignment on FPCGTaggedData"); \ +static_assert(sizeof(FPCGTaggedData) == 0x000070, "Wrong size on FPCGTaggedData"); \ +static_assert(offsetof(FPCGTaggedData, Data) == 0x000000, "Member 'FPCGTaggedData::Data' has a wrong offset!"); \ +static_assert(offsetof(FPCGTaggedData, Tags) == 0x000010, "Member 'FPCGTaggedData::Tags' has a wrong offset!"); \ +static_assert(offsetof(FPCGTaggedData, Pin) == 0x000060, "Member 'FPCGTaggedData::Pin' has a wrong offset!"); \ +static_assert(offsetof(FPCGTaggedData, bPinlessData) == 0x000068, "Member 'FPCGTaggedData::bPinlessData' has a wrong offset!"); \ +static_assert(offsetof(FPCGTaggedData, bIsUsedMultipleTimes) == 0x000069, "Member 'FPCGTaggedData::bIsUsedMultipleTimes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataCollection \ +static_assert(alignof(FPCGDataCollection) == 0x000008, "Wrong alignment on FPCGDataCollection"); \ +static_assert(sizeof(FPCGDataCollection) == 0x000030, "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_FPCGDebugVisualizationSettings \ +static_assert(alignof(FPCGDebugVisualizationSettings) == 0x000008, "Wrong alignment on FPCGDebugVisualizationSettings"); \ +static_assert(sizeof(FPCGDebugVisualizationSettings) == 0x000058, "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!"); \ + +#define DUMPER7_ASSERTS_FPCGSoftGraphExecutionSource \ +static_assert(alignof(FPCGSoftGraphExecutionSource) == 0x000008, "Wrong alignment on FPCGSoftGraphExecutionSource"); \ +static_assert(sizeof(FPCGSoftGraphExecutionSource) == 0x000040, "Wrong size on FPCGSoftGraphExecutionSource"); \ +static_assert(offsetof(FPCGSoftGraphExecutionSource, SoftObjectPtr) == 0x000000, "Member 'FPCGSoftGraphExecutionSource::SoftObjectPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoParam \ +static_assert(alignof(FPCGDataTypeInfoParam) == 0x000008, "Wrong alignment on FPCGDataTypeInfoParam"); \ +static_assert(sizeof(FPCGDataTypeInfoParam) == 0x000008, "Wrong size on FPCGDataTypeInfoParam"); \ + +#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_FPCGPointArray \ +static_assert(alignof(FPCGPointArray) == 0x000010, "Wrong alignment on FPCGPointArray"); \ +static_assert(sizeof(FPCGPointArray) == 0x0001A0, "Wrong size on FPCGPointArray"); \ + +#define DUMPER7_ASSERTS_FPCGDataTypeInfoSettings \ +static_assert(alignof(FPCGDataTypeInfoSettings) == 0x000008, "Wrong alignment on FPCGDataTypeInfoSettings"); \ +static_assert(sizeof(FPCGDataTypeInfoSettings) == 0x000008, "Wrong size on FPCGDataTypeInfoSettings"); \ + +#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_FPCGDummyGetPropertyLevel2Struct \ +static_assert(alignof(FPCGDummyGetPropertyLevel2Struct) == 0x000008, "Wrong alignment on FPCGDummyGetPropertyLevel2Struct"); \ +static_assert(sizeof(FPCGDummyGetPropertyLevel2Struct) == 0x000010, "Wrong size on FPCGDummyGetPropertyLevel2Struct"); \ +static_assert(offsetof(FPCGDummyGetPropertyLevel2Struct, DoubleArrayProperty) == 0x000000, "Member 'FPCGDummyGetPropertyLevel2Struct::DoubleArrayProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDummyGetPropertyStruct \ +static_assert(alignof(FPCGDummyGetPropertyStruct) == 0x000008, "Wrong alignment on FPCGDummyGetPropertyStruct"); \ +static_assert(sizeof(FPCGDummyGetPropertyStruct) == 0x000028, "Wrong size on FPCGDummyGetPropertyStruct"); \ +static_assert(offsetof(FPCGDummyGetPropertyStruct, IntArrayProperty) == 0x000000, "Member 'FPCGDummyGetPropertyStruct::IntArrayProperty' has a wrong offset!"); \ +static_assert(offsetof(FPCGDummyGetPropertyStruct, FloatProperty) == 0x000010, "Member 'FPCGDummyGetPropertyStruct::FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(FPCGDummyGetPropertyStruct, Level2Struct) == 0x000018, "Member 'FPCGDummyGetPropertyStruct::Level2Struct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGTestMyColorStruct \ +static_assert(alignof(FPCGTestMyColorStruct) == 0x000008, "Wrong alignment on FPCGTestMyColorStruct"); \ +static_assert(sizeof(FPCGTestMyColorStruct) == 0x000020, "Wrong size on FPCGTestMyColorStruct"); \ +static_assert(offsetof(FPCGTestMyColorStruct, B) == 0x000000, "Member 'FPCGTestMyColorStruct::B' has a wrong offset!"); \ +static_assert(offsetof(FPCGTestMyColorStruct, G) == 0x000008, "Member 'FPCGTestMyColorStruct::G' has a wrong offset!"); \ +static_assert(offsetof(FPCGTestMyColorStruct, R) == 0x000010, "Member 'FPCGTestMyColorStruct::R' has a wrong offset!"); \ +static_assert(offsetof(FPCGTestMyColorStruct, A) == 0x000018, "Member 'FPCGTestMyColorStruct::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPCGNodeSourceTextProvider \ +static_assert(alignof(IPCGNodeSourceTextProvider) == 0x000001, "Wrong alignment on IPCGNodeSourceTextProvider"); \ +static_assert(sizeof(IPCGNodeSourceTextProvider) == 0x000001, "Wrong size on IPCGNodeSourceTextProvider"); \ + +#define DUMPER7_ASSERTS_PCGData_MutableMetadata \ +static_assert(alignof(PCGData_MutableMetadata) == 0x000008, "Wrong alignment on PCGData_MutableMetadata"); \ +static_assert(sizeof(PCGData_MutableMetadata) == 0x000008, "Wrong size on PCGData_MutableMetadata"); \ +static_assert(offsetof(PCGData_MutableMetadata, ReturnValue) == 0x000000, "Member 'PCGData_MutableMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGData_ConstMetadata \ +static_assert(alignof(PCGData_ConstMetadata) == 0x000008, "Wrong alignment on PCGData_ConstMetadata"); \ +static_assert(sizeof(PCGData_ConstMetadata) == 0x000008, "Wrong size on PCGData_ConstMetadata"); \ +static_assert(offsetof(PCGData_ConstMetadata, ReturnValue) == 0x000000, "Member 'PCGData_ConstMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGData \ +static_assert(alignof(UPCGData) == 0x000008, "Wrong alignment on UPCGData"); \ +static_assert(sizeof(UPCGData) == 0x000048, "Wrong size on UPCGData"); \ +static_assert(offsetof(UPCGData, UID) == 0x000028, "Member 'UPCGData::UID' has a wrong offset!"); \ +static_assert(offsetof(UPCGData, MetaData) == 0x000038, "Member 'UPCGData::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSettingsInterface \ +static_assert(alignof(UPCGSettingsInterface) == 0x000008, "Wrong alignment on UPCGSettingsInterface"); \ +static_assert(sizeof(UPCGSettingsInterface) == 0x000050, "Wrong size on UPCGSettingsInterface"); \ +static_assert(offsetof(UPCGSettingsInterface, bEnabled) == 0x000048, "Member 'UPCGSettingsInterface::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettingsInterface, bDebug) == 0x000049, "Member 'UPCGSettingsInterface::bDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSettings_BP_GetTypeUnionOfIncidentEdges \ +static_assert(alignof(PCGSettings_BP_GetTypeUnionOfIncidentEdges) == 0x000004, "Wrong alignment on PCGSettings_BP_GetTypeUnionOfIncidentEdges"); \ +static_assert(sizeof(PCGSettings_BP_GetTypeUnionOfIncidentEdges) == 0x00000C, "Wrong size on PCGSettings_BP_GetTypeUnionOfIncidentEdges"); \ +static_assert(offsetof(PCGSettings_BP_GetTypeUnionOfIncidentEdges, PinLabel) == 0x000000, "Member 'PCGSettings_BP_GetTypeUnionOfIncidentEdges::PinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGSettings_BP_GetTypeUnionOfIncidentEdges, ReturnValue) == 0x000008, "Member 'PCGSettings_BP_GetTypeUnionOfIncidentEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSettings_GetTypeUnionIDOfIncidentEdges \ +static_assert(alignof(PCGSettings_GetTypeUnionIDOfIncidentEdges) == 0x000008, "Wrong alignment on PCGSettings_GetTypeUnionIDOfIncidentEdges"); \ +static_assert(sizeof(PCGSettings_GetTypeUnionIDOfIncidentEdges) == 0x000020, "Wrong size on PCGSettings_GetTypeUnionIDOfIncidentEdges"); \ +static_assert(offsetof(PCGSettings_GetTypeUnionIDOfIncidentEdges, PinLabel) == 0x000000, "Member 'PCGSettings_GetTypeUnionIDOfIncidentEdges::PinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGSettings_GetTypeUnionIDOfIncidentEdges, ReturnValue) == 0x000008, "Member 'PCGSettings_GetTypeUnionIDOfIncidentEdges::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSettings_UseSeed \ +static_assert(alignof(PCGSettings_UseSeed) == 0x000001, "Wrong alignment on PCGSettings_UseSeed"); \ +static_assert(sizeof(PCGSettings_UseSeed) == 0x000001, "Wrong size on PCGSettings_UseSeed"); \ +static_assert(offsetof(PCGSettings_UseSeed, ReturnValue) == 0x000000, "Member 'PCGSettings_UseSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSettings \ +static_assert(alignof(UPCGSettings) == 0x000008, "Wrong alignment on UPCGSettings"); \ +static_assert(sizeof(UPCGSettings) == 0x0000C8, "Wrong size on UPCGSettings"); \ +static_assert(offsetof(UPCGSettings, Seed) == 0x000050, "Member 'UPCGSettings::Seed' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, bExecutionDependencyRequired) == 0x000054, "Member 'UPCGSettings::bExecutionDependencyRequired' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, bUseSeed) == 0x000060, "Member 'UPCGSettings::bUseSeed' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, CachedOverridableParams) == 0x0000A0, "Member 'UPCGSettings::CachedOverridableParams' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, OverriddenSettingsPropertyBag) == 0x0000B0, "Member 'UPCGSettings::OverriddenSettingsPropertyBag' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, bExecuteOnGPU) == 0x0000B9, "Member 'UPCGSettings::bExecuteOnGPU' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, bDumpCookedHLSL) == 0x0000BA, "Member 'UPCGSettings::bDumpCookedHLSL' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, bDumpDataDescriptions) == 0x0000BB, "Member 'UPCGSettings::bDumpDataDescriptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, bPrintShaderDebugValues) == 0x0000BC, "Member 'UPCGSettings::bPrintShaderDebugValues' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, DebugBufferSize) == 0x0000C0, "Member 'UPCGSettings::DebugBufferSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCopyAttributesSettings \ +static_assert(alignof(UPCGCopyAttributesSettings) == 0x000008, "Wrong alignment on UPCGCopyAttributesSettings"); \ +static_assert(sizeof(UPCGCopyAttributesSettings) == 0x0001A0, "Wrong size on UPCGCopyAttributesSettings"); \ +static_assert(offsetof(UPCGCopyAttributesSettings, Operation) == 0x0000C8, "Member 'UPCGCopyAttributesSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyAttributesSettings, bCopyAllAttributes) == 0x0000CC, "Member 'UPCGCopyAttributesSettings::bCopyAllAttributes' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyAttributesSettings, bCopyAllDomains) == 0x0000CD, "Member 'UPCGCopyAttributesSettings::bCopyAllDomains' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyAttributesSettings, MetadataDomainsMapping) == 0x0000D0, "Member 'UPCGCopyAttributesSettings::MetadataDomainsMapping' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyAttributesSettings, InputSource) == 0x000120, "Member 'UPCGCopyAttributesSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyAttributesSettings, OutputTarget) == 0x000160, "Member 'UPCGCopyAttributesSettings::OutputTarget' 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"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_ApplyPreconfiguredSettings \ +static_assert(alignof(PCGBlueprintBaseElement_ApplyPreconfiguredSettings) == 0x000008, "Wrong alignment on PCGBlueprintBaseElement_ApplyPreconfiguredSettings"); \ +static_assert(sizeof(PCGBlueprintBaseElement_ApplyPreconfiguredSettings) == 0x000018, "Wrong size on PCGBlueprintBaseElement_ApplyPreconfiguredSettings"); \ +static_assert(offsetof(PCGBlueprintBaseElement_ApplyPreconfiguredSettings, InPreconfigureInfo) == 0x000000, "Member 'PCGBlueprintBaseElement_ApplyPreconfiguredSettings::InPreconfigureInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_Execute \ +static_assert(alignof(PCGBlueprintBaseElement_Execute) == 0x000008, "Wrong alignment on PCGBlueprintBaseElement_Execute"); \ +static_assert(sizeof(PCGBlueprintBaseElement_Execute) == 0x000060, "Wrong size on PCGBlueprintBaseElement_Execute"); \ +static_assert(offsetof(PCGBlueprintBaseElement_Execute, Input) == 0x000000, "Member 'PCGBlueprintBaseElement_Execute::Input' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintBaseElement_Execute, Output) == 0x000030, "Member 'PCGBlueprintBaseElement_Execute::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_CustomInputLabels \ +static_assert(alignof(PCGBlueprintBaseElement_CustomInputLabels) == 0x000008, "Wrong alignment on PCGBlueprintBaseElement_CustomInputLabels"); \ +static_assert(sizeof(PCGBlueprintBaseElement_CustomInputLabels) == 0x000050, "Wrong size on PCGBlueprintBaseElement_CustomInputLabels"); \ +static_assert(offsetof(PCGBlueprintBaseElement_CustomInputLabels, ReturnValue) == 0x000000, "Member 'PCGBlueprintBaseElement_CustomInputLabels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_CustomOutputLabels \ +static_assert(alignof(PCGBlueprintBaseElement_CustomOutputLabels) == 0x000008, "Wrong alignment on PCGBlueprintBaseElement_CustomOutputLabels"); \ +static_assert(sizeof(PCGBlueprintBaseElement_CustomOutputLabels) == 0x000050, "Wrong size on PCGBlueprintBaseElement_CustomOutputLabels"); \ +static_assert(offsetof(PCGBlueprintBaseElement_CustomOutputLabels, ReturnValue) == 0x000000, "Member 'PCGBlueprintBaseElement_CustomOutputLabels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_DynamicPinTypesOverride \ +static_assert(alignof(PCGBlueprintBaseElement_DynamicPinTypesOverride) == 0x000008, "Wrong alignment on PCGBlueprintBaseElement_DynamicPinTypesOverride"); \ +static_assert(sizeof(PCGBlueprintBaseElement_DynamicPinTypesOverride) == 0x000018, "Wrong size on PCGBlueprintBaseElement_DynamicPinTypesOverride"); \ +static_assert(offsetof(PCGBlueprintBaseElement_DynamicPinTypesOverride, InSettings) == 0x000000, "Member 'PCGBlueprintBaseElement_DynamicPinTypesOverride::InSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintBaseElement_DynamicPinTypesOverride, InPin) == 0x000008, "Member 'PCGBlueprintBaseElement_DynamicPinTypesOverride::InPin' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintBaseElement_DynamicPinTypesOverride, ReturnValue) == 0x000010, "Member 'PCGBlueprintBaseElement_DynamicPinTypesOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_GetContextHandle \ +static_assert(alignof(PCGBlueprintBaseElement_GetContextHandle) == 0x000008, "Wrong alignment on PCGBlueprintBaseElement_GetContextHandle"); \ +static_assert(sizeof(PCGBlueprintBaseElement_GetContextHandle) == 0x000010, "Wrong size on PCGBlueprintBaseElement_GetContextHandle"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetContextHandle, ReturnValue) == 0x000000, "Member 'PCGBlueprintBaseElement_GetContextHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_GetInputPinByLabel \ +static_assert(alignof(PCGBlueprintBaseElement_GetInputPinByLabel) == 0x000008, "Wrong alignment on PCGBlueprintBaseElement_GetInputPinByLabel"); \ +static_assert(sizeof(PCGBlueprintBaseElement_GetInputPinByLabel) == 0x000040, "Wrong size on PCGBlueprintBaseElement_GetInputPinByLabel"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetInputPinByLabel, InPinLabel) == 0x000000, "Member 'PCGBlueprintBaseElement_GetInputPinByLabel::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetInputPinByLabel, OutFoundPin) == 0x000008, "Member 'PCGBlueprintBaseElement_GetInputPinByLabel::OutFoundPin' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetInputPinByLabel, ReturnValue) == 0x000038, "Member 'PCGBlueprintBaseElement_GetInputPinByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_GetInputPins \ +static_assert(alignof(PCGBlueprintBaseElement_GetInputPins) == 0x000008, "Wrong alignment on PCGBlueprintBaseElement_GetInputPins"); \ +static_assert(sizeof(PCGBlueprintBaseElement_GetInputPins) == 0x000010, "Wrong size on PCGBlueprintBaseElement_GetInputPins"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetInputPins, ReturnValue) == 0x000000, "Member 'PCGBlueprintBaseElement_GetInputPins::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_GetOutputPinByLabel \ +static_assert(alignof(PCGBlueprintBaseElement_GetOutputPinByLabel) == 0x000008, "Wrong alignment on PCGBlueprintBaseElement_GetOutputPinByLabel"); \ +static_assert(sizeof(PCGBlueprintBaseElement_GetOutputPinByLabel) == 0x000040, "Wrong size on PCGBlueprintBaseElement_GetOutputPinByLabel"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetOutputPinByLabel, InPinLabel) == 0x000000, "Member 'PCGBlueprintBaseElement_GetOutputPinByLabel::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetOutputPinByLabel, OutFoundPin) == 0x000008, "Member 'PCGBlueprintBaseElement_GetOutputPinByLabel::OutFoundPin' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetOutputPinByLabel, ReturnValue) == 0x000038, "Member 'PCGBlueprintBaseElement_GetOutputPinByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_GetOutputPins \ +static_assert(alignof(PCGBlueprintBaseElement_GetOutputPins) == 0x000008, "Wrong alignment on PCGBlueprintBaseElement_GetOutputPins"); \ +static_assert(sizeof(PCGBlueprintBaseElement_GetOutputPins) == 0x000010, "Wrong size on PCGBlueprintBaseElement_GetOutputPins"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetOutputPins, ReturnValue) == 0x000000, "Member 'PCGBlueprintBaseElement_GetOutputPins::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_GetRandomStreamWithContext \ +static_assert(alignof(PCGBlueprintBaseElement_GetRandomStreamWithContext) == 0x000008, "Wrong alignment on PCGBlueprintBaseElement_GetRandomStreamWithContext"); \ +static_assert(sizeof(PCGBlueprintBaseElement_GetRandomStreamWithContext) == 0x000018, "Wrong size on PCGBlueprintBaseElement_GetRandomStreamWithContext"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetRandomStreamWithContext, InContextHandle) == 0x000000, "Member 'PCGBlueprintBaseElement_GetRandomStreamWithContext::InContextHandle' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetRandomStreamWithContext, ReturnValue) == 0x000010, "Member 'PCGBlueprintBaseElement_GetRandomStreamWithContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_GetSeedWithContext \ +static_assert(alignof(PCGBlueprintBaseElement_GetSeedWithContext) == 0x000008, "Wrong alignment on PCGBlueprintBaseElement_GetSeedWithContext"); \ +static_assert(sizeof(PCGBlueprintBaseElement_GetSeedWithContext) == 0x000018, "Wrong size on PCGBlueprintBaseElement_GetSeedWithContext"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetSeedWithContext, InContextHandle) == 0x000000, "Member 'PCGBlueprintBaseElement_GetSeedWithContext::InContextHandle' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintBaseElement_GetSeedWithContext, ReturnValue) == 0x000010, "Member 'PCGBlueprintBaseElement_GetSeedWithContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_IsCacheableOverride \ +static_assert(alignof(PCGBlueprintBaseElement_IsCacheableOverride) == 0x000001, "Wrong alignment on PCGBlueprintBaseElement_IsCacheableOverride"); \ +static_assert(sizeof(PCGBlueprintBaseElement_IsCacheableOverride) == 0x000001, "Wrong size on PCGBlueprintBaseElement_IsCacheableOverride"); \ +static_assert(offsetof(PCGBlueprintBaseElement_IsCacheableOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintBaseElement_IsCacheableOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_NodeColorOverride \ +static_assert(alignof(PCGBlueprintBaseElement_NodeColorOverride) == 0x000004, "Wrong alignment on PCGBlueprintBaseElement_NodeColorOverride"); \ +static_assert(sizeof(PCGBlueprintBaseElement_NodeColorOverride) == 0x000010, "Wrong size on PCGBlueprintBaseElement_NodeColorOverride"); \ +static_assert(offsetof(PCGBlueprintBaseElement_NodeColorOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintBaseElement_NodeColorOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_NodeTitleOverride \ +static_assert(alignof(PCGBlueprintBaseElement_NodeTitleOverride) == 0x000004, "Wrong alignment on PCGBlueprintBaseElement_NodeTitleOverride"); \ +static_assert(sizeof(PCGBlueprintBaseElement_NodeTitleOverride) == 0x000008, "Wrong size on PCGBlueprintBaseElement_NodeTitleOverride"); \ +static_assert(offsetof(PCGBlueprintBaseElement_NodeTitleOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintBaseElement_NodeTitleOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintBaseElement_NodeTypeOverride \ +static_assert(alignof(PCGBlueprintBaseElement_NodeTypeOverride) == 0x000001, "Wrong alignment on PCGBlueprintBaseElement_NodeTypeOverride"); \ +static_assert(sizeof(PCGBlueprintBaseElement_NodeTypeOverride) == 0x000001, "Wrong size on PCGBlueprintBaseElement_NodeTypeOverride"); \ +static_assert(offsetof(PCGBlueprintBaseElement_NodeTypeOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintBaseElement_NodeTypeOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlueprintBaseElement \ +static_assert(alignof(UPCGBlueprintBaseElement) == 0x000008, "Wrong alignment on UPCGBlueprintBaseElement"); \ +static_assert(sizeof(UPCGBlueprintBaseElement) == 0x000068, "Wrong size on UPCGBlueprintBaseElement"); \ +static_assert(offsetof(UPCGBlueprintBaseElement, bIsCacheable) == 0x000028, "Member 'UPCGBlueprintBaseElement::bIsCacheable' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintBaseElement, bComputeFullDataCrc) == 0x000029, "Member 'UPCGBlueprintBaseElement::bComputeFullDataCrc' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintBaseElement, bRequiresGameThread) == 0x00002A, "Member 'UPCGBlueprintBaseElement::bRequiresGameThread' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintBaseElement, CustomInputPins) == 0x000030, "Member 'UPCGBlueprintBaseElement::CustomInputPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintBaseElement, CustomOutputPins) == 0x000040, "Member 'UPCGBlueprintBaseElement::CustomOutputPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintBaseElement, bHasDefaultInPin) == 0x000050, "Member 'UPCGBlueprintBaseElement::bHasDefaultInPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintBaseElement, bHasDefaultOutPin) == 0x000051, "Member 'UPCGBlueprintBaseElement::bHasDefaultOutPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintBaseElement, bHasDynamicPins) == 0x000052, "Member 'UPCGBlueprintBaseElement::bHasDynamicPins' 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_PCGBlueprintPointProcessorElement_IterationLoop \ +static_assert(alignof(PCGBlueprintPointProcessorElement_IterationLoop) == 0x000008, "Wrong alignment on PCGBlueprintPointProcessorElement_IterationLoop"); \ +static_assert(sizeof(PCGBlueprintPointProcessorElement_IterationLoop) == 0x000020, "Wrong size on PCGBlueprintPointProcessorElement_IterationLoop"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoop, NumIterations) == 0x000000, "Member 'PCGBlueprintPointProcessorElement_IterationLoop::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoop, InputPointDataA) == 0x000008, "Member 'PCGBlueprintPointProcessorElement_IterationLoop::InputPointDataA' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoop, InputPointDataB) == 0x000010, "Member 'PCGBlueprintPointProcessorElement_IterationLoop::InputPointDataB' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoop, OutputPointData) == 0x000018, "Member 'PCGBlueprintPointProcessorElement_IterationLoop::OutputPointData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPointProcessorElement_IterationLoopBody \ +static_assert(alignof(PCGBlueprintPointProcessorElement_IterationLoopBody) == 0x000008, "Wrong alignment on PCGBlueprintPointProcessorElement_IterationLoopBody"); \ +static_assert(sizeof(PCGBlueprintPointProcessorElement_IterationLoopBody) == 0x000040, "Wrong size on PCGBlueprintPointProcessorElement_IterationLoopBody"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoopBody, IterationIndex) == 0x000000, "Member 'PCGBlueprintPointProcessorElement_IterationLoopBody::IterationIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoopBody, InputRangeA) == 0x000008, "Member 'PCGBlueprintPointProcessorElement_IterationLoopBody::InputRangeA' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoopBody, InputRangeB) == 0x000018, "Member 'PCGBlueprintPointProcessorElement_IterationLoopBody::InputRangeB' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoopBody, OutputRange) == 0x000028, "Member 'PCGBlueprintPointProcessorElement_IterationLoopBody::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoopBody, ReturnValue) == 0x000038, "Member 'PCGBlueprintPointProcessorElement_IterationLoopBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPointProcessorElement_IterationLoopInitialize \ +static_assert(alignof(PCGBlueprintPointProcessorElement_IterationLoopInitialize) == 0x000008, "Wrong alignment on PCGBlueprintPointProcessorElement_IterationLoopInitialize"); \ +static_assert(sizeof(PCGBlueprintPointProcessorElement_IterationLoopInitialize) == 0x000020, "Wrong size on PCGBlueprintPointProcessorElement_IterationLoopInitialize"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoopInitialize, NumIterations) == 0x000000, "Member 'PCGBlueprintPointProcessorElement_IterationLoopInitialize::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoopInitialize, InputPointDataA) == 0x000008, "Member 'PCGBlueprintPointProcessorElement_IterationLoopInitialize::InputPointDataA' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoopInitialize, InputPointDataB) == 0x000010, "Member 'PCGBlueprintPointProcessorElement_IterationLoopInitialize::InputPointDataB' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_IterationLoopInitialize, OutputPointData) == 0x000018, "Member 'PCGBlueprintPointProcessorElement_IterationLoopInitialize::OutputPointData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPointProcessorElement_PointLoop \ +static_assert(alignof(PCGBlueprintPointProcessorElement_PointLoop) == 0x000008, "Wrong alignment on PCGBlueprintPointProcessorElement_PointLoop"); \ +static_assert(sizeof(PCGBlueprintPointProcessorElement_PointLoop) == 0x000010, "Wrong size on PCGBlueprintPointProcessorElement_PointLoop"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_PointLoop, InputPointData) == 0x000000, "Member 'PCGBlueprintPointProcessorElement_PointLoop::InputPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_PointLoop, OutputPointData) == 0x000008, "Member 'PCGBlueprintPointProcessorElement_PointLoop::OutputPointData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPointProcessorElement_PointLoopBody \ +static_assert(alignof(PCGBlueprintPointProcessorElement_PointLoopBody) == 0x000008, "Wrong alignment on PCGBlueprintPointProcessorElement_PointLoopBody"); \ +static_assert(sizeof(PCGBlueprintPointProcessorElement_PointLoopBody) == 0x000028, "Wrong size on PCGBlueprintPointProcessorElement_PointLoopBody"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_PointLoopBody, InputRange) == 0x000000, "Member 'PCGBlueprintPointProcessorElement_PointLoopBody::InputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_PointLoopBody, OutputRange) == 0x000010, "Member 'PCGBlueprintPointProcessorElement_PointLoopBody::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_PointLoopBody, ReturnValue) == 0x000020, "Member 'PCGBlueprintPointProcessorElement_PointLoopBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPointProcessorElement_PointLoopInitialize \ +static_assert(alignof(PCGBlueprintPointProcessorElement_PointLoopInitialize) == 0x000008, "Wrong alignment on PCGBlueprintPointProcessorElement_PointLoopInitialize"); \ +static_assert(sizeof(PCGBlueprintPointProcessorElement_PointLoopInitialize) == 0x000010, "Wrong size on PCGBlueprintPointProcessorElement_PointLoopInitialize"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_PointLoopInitialize, InputPointData) == 0x000000, "Member 'PCGBlueprintPointProcessorElement_PointLoopInitialize::InputPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorElement_PointLoopInitialize, OutputPointData) == 0x000008, "Member 'PCGBlueprintPointProcessorElement_PointLoopInitialize::OutputPointData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlueprintPointProcessorElement \ +static_assert(alignof(UPCGBlueprintPointProcessorElement) == 0x000008, "Wrong alignment on UPCGBlueprintPointProcessorElement"); \ +static_assert(sizeof(UPCGBlueprintPointProcessorElement) == 0x000068, "Wrong size on UPCGBlueprintPointProcessorElement"); \ + +#define DUMPER7_ASSERTS_UPCGComputeKernelSource \ +static_assert(alignof(UPCGComputeKernelSource) == 0x000008, "Wrong alignment on UPCGComputeKernelSource"); \ +static_assert(sizeof(UPCGComputeKernelSource) == 0x000098, "Wrong size on UPCGComputeKernelSource"); \ + +#define DUMPER7_ASSERTS_UPCGDataAsset \ +static_assert(alignof(UPCGDataAsset) == 0x000008, "Wrong alignment on UPCGDataAsset"); \ +static_assert(sizeof(UPCGDataAsset) == 0x000068, "Wrong size on UPCGDataAsset"); \ +static_assert(offsetof(UPCGDataAsset, Data) == 0x000028, "Member 'UPCGDataAsset::Data' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataAsset, Name_0) == 0x000058, "Member 'UPCGDataAsset::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPCGSettingsDefaultValueProvider \ +static_assert(alignof(IPCGSettingsDefaultValueProvider) == 0x000001, "Wrong alignment on IPCGSettingsDefaultValueProvider"); \ +static_assert(sizeof(IPCGSettingsDefaultValueProvider) == 0x000001, "Wrong size on IPCGSettingsDefaultValueProvider"); \ + +#define DUMPER7_ASSERTS_UPCGGenerateLandscapeTexturesSettings \ +static_assert(alignof(UPCGGenerateLandscapeTexturesSettings) == 0x000008, "Wrong alignment on UPCGGenerateLandscapeTexturesSettings"); \ +static_assert(sizeof(UPCGGenerateLandscapeTexturesSettings) == 0x000128, "Wrong size on UPCGGenerateLandscapeTexturesSettings"); \ +static_assert(offsetof(UPCGGenerateLandscapeTexturesSettings, SelectedGrassTypes) == 0x0000C8, "Member 'UPCGGenerateLandscapeTexturesSettings::SelectedGrassTypes' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenerateLandscapeTexturesSettings, bOverrideFromInput) == 0x0000D8, "Member 'UPCGGenerateLandscapeTexturesSettings::bOverrideFromInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenerateLandscapeTexturesSettings, GrassTypesAttribute) == 0x0000E0, "Member 'UPCGGenerateLandscapeTexturesSettings::GrassTypesAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenerateLandscapeTexturesSettings, bExcludeSelectedGrassTypes) == 0x000120, "Member 'UPCGGenerateLandscapeTexturesSettings::bExcludeSelectedGrassTypes' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenerateLandscapeTexturesSettings, bSkipReadbackToCPU) == 0x000121, "Member 'UPCGGenerateLandscapeTexturesSettings::bSkipReadbackToCPU' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenerateLandscapeTexturesSettings, bGenerateHeightMap) == 0x000122, "Member 'UPCGGenerateLandscapeTexturesSettings::bGenerateHeightMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGenerateGrassMapsSettings \ +static_assert(alignof(UPCGGenerateGrassMapsSettings) == 0x000008, "Wrong alignment on UPCGGenerateGrassMapsSettings"); \ +static_assert(sizeof(UPCGGenerateGrassMapsSettings) == 0x000128, "Wrong size on UPCGGenerateGrassMapsSettings"); \ + +#define DUMPER7_ASSERTS_IPCGGenSourceBase \ +static_assert(alignof(IPCGGenSourceBase) == 0x000001, "Wrong alignment on IPCGGenSourceBase"); \ +static_assert(sizeof(IPCGGenSourceBase) == 0x000001, "Wrong size on IPCGGenSourceBase"); \ + +#define DUMPER7_ASSERTS_UPCGGetAssetListSettings \ +static_assert(alignof(UPCGGetAssetListSettings) == 0x000008, "Wrong alignment on UPCGGetAssetListSettings"); \ +static_assert(sizeof(UPCGGetAssetListSettings) == 0x0000F0, "Wrong size on UPCGGetAssetListSettings"); \ +static_assert(offsetof(UPCGGetAssetListSettings, AssetListSource) == 0x0000C8, "Member 'UPCGGetAssetListSettings::AssetListSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetAssetListSettings, Directory) == 0x0000D0, "Member 'UPCGGetAssetListSettings::Directory' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetAssetListSettings, Collection) == 0x0000E0, "Member 'UPCGGetAssetListSettings::Collection' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetAssetListSettings, bGetClassPath) == 0x0000E8, "Member 'UPCGGetAssetListSettings::bGetClassPath' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetAssetListSettings, bQuiet) == 0x0000E9, "Member 'UPCGGetAssetListSettings::bQuiet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGraphCompilationData \ +static_assert(alignof(UPCGGraphCompilationData) == 0x000008, "Wrong alignment on UPCGGraphCompilationData"); \ +static_assert(sizeof(UPCGGraphCompilationData) == 0x000118, "Wrong size on UPCGGraphCompilationData"); \ +static_assert(offsetof(UPCGGraphCompilationData, Tasks) == 0x000028, "Member 'UPCGGraphCompilationData::Tasks' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraphCompilationData, StackContexts) == 0x000078, "Member 'UPCGGraphCompilationData::StackContexts' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraphCompilationData, ComputeGraphs) == 0x0000C8, "Member 'UPCGGraphCompilationData::ComputeGraphs' 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"); \ + +#define DUMPER7_ASSERTS_UPCGSchedulingPolicyBase \ +static_assert(alignof(UPCGSchedulingPolicyBase) == 0x000008, "Wrong alignment on UPCGSchedulingPolicyBase"); \ +static_assert(sizeof(UPCGSchedulingPolicyBase) == 0x000040, "Wrong size on UPCGSchedulingPolicyBase"); \ +static_assert(offsetof(UPCGSchedulingPolicyBase, GridStreamingDependencyMode) == 0x000028, "Member 'UPCGSchedulingPolicyBase::GridStreamingDependencyMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGSchedulingPolicyBase, GridsDependentOnWorldStreaming) == 0x000030, "Member 'UPCGSchedulingPolicyBase::GridsDependentOnWorldStreaming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGUserParametersData \ +static_assert(alignof(UPCGUserParametersData) == 0x000008, "Wrong alignment on UPCGUserParametersData"); \ +static_assert(sizeof(UPCGUserParametersData) == 0x000080, "Wrong size on UPCGUserParametersData"); \ +static_assert(offsetof(UPCGUserParametersData, UserParameters) == 0x000048, "Member 'UPCGUserParametersData::UserParameters' has a wrong offset!"); \ +static_assert(offsetof(UPCGUserParametersData, UpstreamData) == 0x000058, "Member 'UPCGUserParametersData::UpstreamData' 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) == 0x0002B8, "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) == 0x000258, "Member 'PCGBlueprintElement_ExecuteWithContext::Input' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_ExecuteWithContext, Output) == 0x000288, "Member 'PCGBlueprintElement_ExecuteWithContext::Output' 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) == 0x000258, "Wrong size on PCGBlueprintElement_GetContext"); \ +static_assert(offsetof(PCGBlueprintElement_GetContext, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_GetContext::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) == 0x000260, "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) == 0x000258, "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) == 0x000260, "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) == 0x000258, "Member 'PCGBlueprintElement_GetSeed::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) == 0x000280, "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) == 0x000258, "Member 'PCGBlueprintElement_IterationLoop::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, OutData) == 0x000260, "Member 'PCGBlueprintElement_IterationLoop::OutData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, OptionalA) == 0x000268, "Member 'PCGBlueprintElement_IterationLoop::OptionalA' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, OptionalB) == 0x000270, "Member 'PCGBlueprintElement_IterationLoop::OptionalB' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, OptionalOutData) == 0x000278, "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) == 0x000350, "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) == 0x000258, "Member 'PCGBlueprintElement_IterationLoopBody::Iteration' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, InA) == 0x000260, "Member 'PCGBlueprintElement_IterationLoopBody::InA' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, InB) == 0x000268, "Member 'PCGBlueprintElement_IterationLoopBody::InB' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, OutPoint) == 0x000270, "Member 'PCGBlueprintElement_IterationLoopBody::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, OutMetadata) == 0x000340, "Member 'PCGBlueprintElement_IterationLoopBody::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, ReturnValue) == 0x000348, "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) == 0x000278, "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) == 0x000258, "Member 'PCGBlueprintElement_NestedLoop::InOuterData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, InInnerData) == 0x000260, "Member 'PCGBlueprintElement_NestedLoop::InInnerData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, OutData) == 0x000268, "Member 'PCGBlueprintElement_NestedLoop::OutData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, OptionalOutData) == 0x000270, "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) == 0x000500, "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) == 0x000258, "Member 'PCGBlueprintElement_NestedLoopBody::InOuterData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InInnerData) == 0x000260, "Member 'PCGBlueprintElement_NestedLoopBody::InInnerData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InOuterPoint) == 0x000270, "Member 'PCGBlueprintElement_NestedLoopBody::InOuterPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InInnerPoint) == 0x000340, "Member 'PCGBlueprintElement_NestedLoopBody::InInnerPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, OutPoint) == 0x000410, "Member 'PCGBlueprintElement_NestedLoopBody::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, OutMetadata) == 0x0004E0, "Member 'PCGBlueprintElement_NestedLoopBody::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, OuterIteration) == 0x0004E8, "Member 'PCGBlueprintElement_NestedLoopBody::OuterIteration' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InnerIteration) == 0x0004F0, "Member 'PCGBlueprintElement_NestedLoopBody::InnerIteration' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, ReturnValue) == 0x0004F8, "Member 'PCGBlueprintElement_NestedLoopBody::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) == 0x000270, "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) == 0x000258, "Member 'PCGBlueprintElement_PointLoop::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoop, OutData) == 0x000260, "Member 'PCGBlueprintElement_PointLoop::OutData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoop, OptionalOutData) == 0x000268, "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) == 0x000420, "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) == 0x000258, "Member 'PCGBlueprintElement_PointLoopBody::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, InPoint) == 0x000260, "Member 'PCGBlueprintElement_PointLoopBody::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, OutPoint) == 0x000330, "Member 'PCGBlueprintElement_PointLoopBody::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, OutMetadata) == 0x000400, "Member 'PCGBlueprintElement_PointLoopBody::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, Iteration) == 0x000408, "Member 'PCGBlueprintElement_PointLoopBody::Iteration' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, ReturnValue) == 0x000410, "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) == 0x000270, "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) == 0x000258, "Member 'PCGBlueprintElement_VariableLoop::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoop, OutData) == 0x000260, "Member 'PCGBlueprintElement_VariableLoop::OutData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoop, OptionalOutData) == 0x000268, "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) == 0x000350, "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) == 0x000258, "Member 'PCGBlueprintElement_VariableLoopBody::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, InPoint) == 0x000260, "Member 'PCGBlueprintElement_VariableLoopBody::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, OutMetadata) == 0x000330, "Member 'PCGBlueprintElement_VariableLoopBody::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, Iteration) == 0x000338, "Member 'PCGBlueprintElement_VariableLoopBody::Iteration' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, ReturnValue) == 0x000340, "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"); \ + +#define DUMPER7_ASSERTS_PCGProceduralISMComponent_GetBounds \ +static_assert(alignof(PCGProceduralISMComponent_GetBounds) == 0x000008, "Wrong alignment on PCGProceduralISMComponent_GetBounds"); \ +static_assert(sizeof(PCGProceduralISMComponent_GetBounds) == 0x000038, "Wrong size on PCGProceduralISMComponent_GetBounds"); \ +static_assert(offsetof(PCGProceduralISMComponent_GetBounds, OutWorldBounds) == 0x000000, "Member 'PCGProceduralISMComponent_GetBounds::OutWorldBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGProceduralISMComponent_SetBounds \ +static_assert(alignof(PCGProceduralISMComponent_SetBounds) == 0x000008, "Wrong alignment on PCGProceduralISMComponent_SetBounds"); \ +static_assert(sizeof(PCGProceduralISMComponent_SetBounds) == 0x000038, "Wrong size on PCGProceduralISMComponent_SetBounds"); \ +static_assert(offsetof(PCGProceduralISMComponent_SetBounds, InWorldBounds) == 0x000000, "Member 'PCGProceduralISMComponent_SetBounds::InWorldBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGProceduralISMComponent_SetCullDistances \ +static_assert(alignof(PCGProceduralISMComponent_SetCullDistances) == 0x000004, "Wrong alignment on PCGProceduralISMComponent_SetCullDistances"); \ +static_assert(sizeof(PCGProceduralISMComponent_SetCullDistances) == 0x000008, "Wrong size on PCGProceduralISMComponent_SetCullDistances"); \ +static_assert(offsetof(PCGProceduralISMComponent_SetCullDistances, InStartCullDistance) == 0x000000, "Member 'PCGProceduralISMComponent_SetCullDistances::InStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(PCGProceduralISMComponent_SetCullDistances, InEndCullDistance) == 0x000004, "Member 'PCGProceduralISMComponent_SetCullDistances::InEndCullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGProceduralISMComponent_SetLocalBounds \ +static_assert(alignof(PCGProceduralISMComponent_SetLocalBounds) == 0x000008, "Wrong alignment on PCGProceduralISMComponent_SetLocalBounds"); \ +static_assert(sizeof(PCGProceduralISMComponent_SetLocalBounds) == 0x000038, "Wrong size on PCGProceduralISMComponent_SetLocalBounds"); \ +static_assert(offsetof(PCGProceduralISMComponent_SetLocalBounds, InWorldBounds) == 0x000000, "Member 'PCGProceduralISMComponent_SetLocalBounds::InWorldBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGProceduralISMComponent_SetMinDrawDistance \ +static_assert(alignof(PCGProceduralISMComponent_SetMinDrawDistance) == 0x000004, "Wrong alignment on PCGProceduralISMComponent_SetMinDrawDistance"); \ +static_assert(sizeof(PCGProceduralISMComponent_SetMinDrawDistance) == 0x000004, "Wrong size on PCGProceduralISMComponent_SetMinDrawDistance"); \ +static_assert(offsetof(PCGProceduralISMComponent_SetMinDrawDistance, InMinDrawDistance) == 0x000000, "Member 'PCGProceduralISMComponent_SetMinDrawDistance::InMinDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGProceduralISMComponent_SetNumCustomDataFloats \ +static_assert(alignof(PCGProceduralISMComponent_SetNumCustomDataFloats) == 0x000004, "Wrong alignment on PCGProceduralISMComponent_SetNumCustomDataFloats"); \ +static_assert(sizeof(PCGProceduralISMComponent_SetNumCustomDataFloats) == 0x000004, "Wrong size on PCGProceduralISMComponent_SetNumCustomDataFloats"); \ +static_assert(offsetof(PCGProceduralISMComponent_SetNumCustomDataFloats, InNumCustomDataFloats) == 0x000000, "Member 'PCGProceduralISMComponent_SetNumCustomDataFloats::InNumCustomDataFloats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGProceduralISMComponent_SetNumInstances \ +static_assert(alignof(PCGProceduralISMComponent_SetNumInstances) == 0x000004, "Wrong alignment on PCGProceduralISMComponent_SetNumInstances"); \ +static_assert(sizeof(PCGProceduralISMComponent_SetNumInstances) == 0x000004, "Wrong size on PCGProceduralISMComponent_SetNumInstances"); \ +static_assert(offsetof(PCGProceduralISMComponent_SetNumInstances, InNumInstances) == 0x000000, "Member 'PCGProceduralISMComponent_SetNumInstances::InNumInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGProceduralISMComponent_GetCullDistances \ +static_assert(alignof(PCGProceduralISMComponent_GetCullDistances) == 0x000004, "Wrong alignment on PCGProceduralISMComponent_GetCullDistances"); \ +static_assert(sizeof(PCGProceduralISMComponent_GetCullDistances) == 0x000008, "Wrong size on PCGProceduralISMComponent_GetCullDistances"); \ +static_assert(offsetof(PCGProceduralISMComponent_GetCullDistances, OutStartCullDistance) == 0x000000, "Member 'PCGProceduralISMComponent_GetCullDistances::OutStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(PCGProceduralISMComponent_GetCullDistances, OutEndCullDistance) == 0x000004, "Member 'PCGProceduralISMComponent_GetCullDistances::OutEndCullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGProceduralISMComponent_GetMinDrawDistance \ +static_assert(alignof(PCGProceduralISMComponent_GetMinDrawDistance) == 0x000004, "Wrong alignment on PCGProceduralISMComponent_GetMinDrawDistance"); \ +static_assert(sizeof(PCGProceduralISMComponent_GetMinDrawDistance) == 0x000004, "Wrong size on PCGProceduralISMComponent_GetMinDrawDistance"); \ +static_assert(offsetof(PCGProceduralISMComponent_GetMinDrawDistance, OutMinDrawDistance) == 0x000000, "Member 'PCGProceduralISMComponent_GetMinDrawDistance::OutMinDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGProceduralISMComponent_GetNumCustomDataFloats \ +static_assert(alignof(PCGProceduralISMComponent_GetNumCustomDataFloats) == 0x000004, "Wrong alignment on PCGProceduralISMComponent_GetNumCustomDataFloats"); \ +static_assert(sizeof(PCGProceduralISMComponent_GetNumCustomDataFloats) == 0x000004, "Wrong size on PCGProceduralISMComponent_GetNumCustomDataFloats"); \ +static_assert(offsetof(PCGProceduralISMComponent_GetNumCustomDataFloats, ReturnValue) == 0x000000, "Member 'PCGProceduralISMComponent_GetNumCustomDataFloats::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGProceduralISMComponent_GetNumInstances \ +static_assert(alignof(PCGProceduralISMComponent_GetNumInstances) == 0x000004, "Wrong alignment on PCGProceduralISMComponent_GetNumInstances"); \ +static_assert(sizeof(PCGProceduralISMComponent_GetNumInstances) == 0x000004, "Wrong size on PCGProceduralISMComponent_GetNumInstances"); \ +static_assert(offsetof(PCGProceduralISMComponent_GetNumInstances, ReturnValue) == 0x000000, "Member 'PCGProceduralISMComponent_GetNumInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGProceduralISMComponent \ +static_assert(alignof(UPCGProceduralISMComponent) == 0x000010, "Wrong alignment on UPCGProceduralISMComponent"); \ +static_assert(sizeof(UPCGProceduralISMComponent) == 0x0006C0, "Wrong size on UPCGProceduralISMComponent"); \ +static_assert(offsetof(UPCGProceduralISMComponent, NumInstances) == 0x000630, "Member 'UPCGProceduralISMComponent::NumInstances' has a wrong offset!"); \ +static_assert(offsetof(UPCGProceduralISMComponent, NumCustomDataFloats) == 0x000634, "Member 'UPCGProceduralISMComponent::NumCustomDataFloats' has a wrong offset!"); \ +static_assert(offsetof(UPCGProceduralISMComponent, WorldBounds) == 0x000638, "Member 'UPCGProceduralISMComponent::WorldBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGProceduralISMComponent, InstanceMinDrawDistance) == 0x000670, "Member 'UPCGProceduralISMComponent::InstanceMinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGProceduralISMComponent, InstanceStartCullDistance) == 0x000674, "Member 'UPCGProceduralISMComponent::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGProceduralISMComponent, InstanceEndCullDistance) == 0x000678, "Member 'UPCGProceduralISMComponent::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGProceduralISMComponent, LocalBounds) == 0x000680, "Member 'UPCGProceduralISMComponent::LocalBounds' has a wrong offset!"); \ + +#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_UPCGManagedComponentBase \ +static_assert(alignof(UPCGManagedComponentBase) == 0x000008, "Wrong alignment on UPCGManagedComponentBase"); \ +static_assert(sizeof(UPCGManagedComponentBase) == 0x000038, "Wrong size on UPCGManagedComponentBase"); \ + +#define DUMPER7_ASSERTS_PCGManagedComponent_SetGeneratedComponentFromBP \ +static_assert(alignof(PCGManagedComponent_SetGeneratedComponentFromBP) == 0x000008, "Wrong alignment on PCGManagedComponent_SetGeneratedComponentFromBP"); \ +static_assert(sizeof(PCGManagedComponent_SetGeneratedComponentFromBP) == 0x000028, "Wrong size on PCGManagedComponent_SetGeneratedComponentFromBP"); \ +static_assert(offsetof(PCGManagedComponent_SetGeneratedComponentFromBP, InGeneratedComponent) == 0x000000, "Member 'PCGManagedComponent_SetGeneratedComponentFromBP::InGeneratedComponent' 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_UPCGManagedProceduralISMComponent \ +static_assert(alignof(UPCGManagedProceduralISMComponent) == 0x000008, "Wrong alignment on UPCGManagedProceduralISMComponent"); \ +static_assert(sizeof(UPCGManagedProceduralISMComponent) == 0x000168, "Wrong size on UPCGManagedProceduralISMComponent"); \ +static_assert(offsetof(UPCGManagedProceduralISMComponent, Descriptor) == 0x000060, "Member 'UPCGManagedProceduralISMComponent::Descriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedProceduralISMComponent, bHasRootLocation) == 0x000140, "Member 'UPCGManagedProceduralISMComponent::bHasRootLocation' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedProceduralISMComponent, RootLocation) == 0x000148, "Member 'UPCGManagedProceduralISMComponent::RootLocation' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedProceduralISMComponent, SettingsUID) == 0x000160, "Member 'UPCGManagedProceduralISMComponent::SettingsUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGComputeKernel \ +static_assert(alignof(UPCGComputeKernel) == 0x000008, "Wrong alignment on UPCGComputeKernel"); \ +static_assert(sizeof(UPCGComputeKernel) == 0x000098, "Wrong size on UPCGComputeKernel"); \ +static_assert(offsetof(UPCGComputeKernel, PCGKernelFlags) == 0x000038, "Member 'UPCGComputeKernel::PCGKernelFlags' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeKernel, KernelIndex) == 0x00003C, "Member 'UPCGComputeKernel::KernelIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeKernel, SettingsPath) == 0x000040, "Member 'UPCGComputeKernel::SettingsPath' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeKernel, bInitialized) == 0x000068, "Member 'UPCGComputeKernel::bInitialized' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeKernel, StaticLogEntries) == 0x000070, "Member 'UPCGComputeKernel::StaticLogEntries' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeKernel, CachedOverridableParams) == 0x000080, "Member 'UPCGComputeKernel::CachedOverridableParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCountUniqueAttributeValuesKernel \ +static_assert(alignof(UPCGCountUniqueAttributeValuesKernel) == 0x000008, "Wrong alignment on UPCGCountUniqueAttributeValuesKernel"); \ +static_assert(sizeof(UPCGCountUniqueAttributeValuesKernel) == 0x0000A8, "Wrong size on UPCGCountUniqueAttributeValuesKernel"); \ +static_assert(offsetof(UPCGCountUniqueAttributeValuesKernel, AttributeName) == 0x000098, "Member 'UPCGCountUniqueAttributeValuesKernel::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGCountUniqueAttributeValuesKernel, bEmitPerDataCounts) == 0x0000A0, "Member 'UPCGCountUniqueAttributeValuesKernel::bEmitPerDataCounts' has a wrong offset!"); \ +static_assert(offsetof(UPCGCountUniqueAttributeValuesKernel, bOutputRawBuffer) == 0x0000A1, "Member 'UPCGCountUniqueAttributeValuesKernel::bOutputRawBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataNumKernel \ +static_assert(alignof(UPCGDataNumKernel) == 0x000008, "Wrong alignment on UPCGDataNumKernel"); \ +static_assert(sizeof(UPCGDataNumKernel) == 0x0000F8, "Wrong size on UPCGDataNumKernel"); \ +static_assert(offsetof(UPCGDataNumKernel, OutCountAttributeKey) == 0x000098, "Member 'UPCGDataNumKernel::OutCountAttributeKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGComputeDataInterface \ +static_assert(alignof(UPCGComputeDataInterface) == 0x000008, "Wrong alignment on UPCGComputeDataInterface"); \ +static_assert(sizeof(UPCGComputeDataInterface) == 0x000090, "Wrong size on UPCGComputeDataInterface"); \ +static_assert(offsetof(UPCGComputeDataInterface, GraphBindingIndex) == 0x000028, "Member 'UPCGComputeDataInterface::GraphBindingIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeDataInterface, OutputPinLabel) == 0x00002C, "Member 'UPCGComputeDataInterface::OutputPinLabel' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeDataInterface, OutputPinLabelAlias) == 0x000034, "Member 'UPCGComputeDataInterface::OutputPinLabelAlias' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeDataInterface, DownstreamInputPinLabelAliases) == 0x000040, "Member 'UPCGComputeDataInterface::DownstreamInputPinLabelAliases' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeDataInterface, bProducedByCPU) == 0x000050, "Member 'UPCGComputeDataInterface::bProducedByCPU' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeDataInterface, ProducerKernel) == 0x000058, "Member 'UPCGComputeDataInterface::ProducerKernel' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeDataInterface, ProducerSettings) == 0x000060, "Member 'UPCGComputeDataInterface::ProducerSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCountUniqueAttributeValuesDataInterface \ +static_assert(alignof(UPCGCountUniqueAttributeValuesDataInterface) == 0x000008, "Wrong alignment on UPCGCountUniqueAttributeValuesDataInterface"); \ +static_assert(sizeof(UPCGCountUniqueAttributeValuesDataInterface) == 0x0000A0, "Wrong size on UPCGCountUniqueAttributeValuesDataInterface"); \ +static_assert(offsetof(UPCGCountUniqueAttributeValuesDataInterface, AttributeToCountName) == 0x000090, "Member 'UPCGCountUniqueAttributeValuesDataInterface::AttributeToCountName' has a wrong offset!"); \ +static_assert(offsetof(UPCGCountUniqueAttributeValuesDataInterface, bEmitPerDataCounts) == 0x000098, "Member 'UPCGCountUniqueAttributeValuesDataInterface::bEmitPerDataCounts' has a wrong offset!"); \ +static_assert(offsetof(UPCGCountUniqueAttributeValuesDataInterface, bOutputRawBuffer) == 0x000099, "Member 'UPCGCountUniqueAttributeValuesDataInterface::bOutputRawBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGComputeDataProvider \ +static_assert(alignof(UPCGComputeDataProvider) == 0x000008, "Wrong alignment on UPCGComputeDataProvider"); \ +static_assert(sizeof(UPCGComputeDataProvider) == 0x000098, "Wrong size on UPCGComputeDataProvider"); \ +static_assert(offsetof(UPCGComputeDataProvider, ProducerKernel) == 0x000058, "Member 'UPCGComputeDataProvider::ProducerKernel' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeDataProvider, ProducerSettings) == 0x000060, "Member 'UPCGComputeDataProvider::ProducerSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCountUniqueAttributeValuesDataProvider \ +static_assert(alignof(UPCGCountUniqueAttributeValuesDataProvider) == 0x000008, "Wrong alignment on UPCGCountUniqueAttributeValuesDataProvider"); \ +static_assert(sizeof(UPCGCountUniqueAttributeValuesDataProvider) == 0x0000B0, "Wrong size on UPCGCountUniqueAttributeValuesDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGDataNumDataInterface \ +static_assert(alignof(UPCGDataNumDataInterface) == 0x000008, "Wrong alignment on UPCGDataNumDataInterface"); \ +static_assert(sizeof(UPCGDataNumDataInterface) == 0x000090, "Wrong size on UPCGDataNumDataInterface"); \ + +#define DUMPER7_ASSERTS_UPCGDataNumDataProvider \ +static_assert(alignof(UPCGDataNumDataProvider) == 0x000008, "Wrong alignment on UPCGDataNumDataProvider"); \ +static_assert(sizeof(UPCGDataNumDataProvider) == 0x0000A8, "Wrong size on UPCGDataNumDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGKernelParamsDataInterface \ +static_assert(alignof(UPCGKernelParamsDataInterface) == 0x000008, "Wrong alignment on UPCGKernelParamsDataInterface"); \ +static_assert(sizeof(UPCGKernelParamsDataInterface) == 0x000090, "Wrong size on UPCGKernelParamsDataInterface"); \ + +#define DUMPER7_ASSERTS_UPCGCopyPointsAnalysisDataInterface \ +static_assert(alignof(UPCGCopyPointsAnalysisDataInterface) == 0x000008, "Wrong alignment on UPCGCopyPointsAnalysisDataInterface"); \ +static_assert(sizeof(UPCGCopyPointsAnalysisDataInterface) == 0x000090, "Wrong size on UPCGCopyPointsAnalysisDataInterface"); \ + +#define DUMPER7_ASSERTS_UPCGKernelParamsDataProvider \ +static_assert(alignof(UPCGKernelParamsDataProvider) == 0x000008, "Wrong alignment on UPCGKernelParamsDataProvider"); \ +static_assert(sizeof(UPCGKernelParamsDataProvider) == 0x000098, "Wrong size on UPCGKernelParamsDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGCopyPointsAnalysisDataProvider \ +static_assert(alignof(UPCGCopyPointsAnalysisDataProvider) == 0x000008, "Wrong alignment on UPCGCopyPointsAnalysisDataProvider"); \ +static_assert(sizeof(UPCGCopyPointsAnalysisDataProvider) == 0x0000A8, "Wrong size on UPCGCopyPointsAnalysisDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGCopyPointsDataInterface \ +static_assert(alignof(UPCGCopyPointsDataInterface) == 0x000008, "Wrong alignment on UPCGCopyPointsDataInterface"); \ +static_assert(sizeof(UPCGCopyPointsDataInterface) == 0x000090, "Wrong size on UPCGCopyPointsDataInterface"); \ + +#define DUMPER7_ASSERTS_UPCGCopyPointsDataProvider \ +static_assert(alignof(UPCGCopyPointsDataProvider) == 0x000008, "Wrong alignment on UPCGCopyPointsDataProvider"); \ +static_assert(sizeof(UPCGCopyPointsDataProvider) == 0x0000B0, "Wrong size on UPCGCopyPointsDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGCullPointsOutsideActorBoundsDataInterface \ +static_assert(alignof(UPCGCullPointsOutsideActorBoundsDataInterface) == 0x000008, "Wrong alignment on UPCGCullPointsOutsideActorBoundsDataInterface"); \ +static_assert(sizeof(UPCGCullPointsOutsideActorBoundsDataInterface) == 0x000090, "Wrong size on UPCGCullPointsOutsideActorBoundsDataInterface"); \ + +#define DUMPER7_ASSERTS_UPCGCullPointsOutsideActorBoundsDataProvider \ +static_assert(alignof(UPCGCullPointsOutsideActorBoundsDataProvider) == 0x000008, "Wrong alignment on UPCGCullPointsOutsideActorBoundsDataProvider"); \ +static_assert(sizeof(UPCGCullPointsOutsideActorBoundsDataProvider) == 0x000098, "Wrong size on UPCGCullPointsOutsideActorBoundsDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGCustomHLSLDataInterface \ +static_assert(alignof(UPCGCustomHLSLDataInterface) == 0x000008, "Wrong alignment on UPCGCustomHLSLDataInterface"); \ +static_assert(sizeof(UPCGCustomHLSLDataInterface) == 0x000090, "Wrong size on UPCGCustomHLSLDataInterface"); \ + +#define DUMPER7_ASSERTS_UPCGCustomHLSLDataProvider \ +static_assert(alignof(UPCGCustomHLSLDataProvider) == 0x000008, "Wrong alignment on UPCGCustomHLSLDataProvider"); \ +static_assert(sizeof(UPCGCustomHLSLDataProvider) == 0x0000A0, "Wrong size on UPCGCustomHLSLDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataPartitionDataInterface \ +static_assert(alignof(UPCGMetadataPartitionDataInterface) == 0x000008, "Wrong alignment on UPCGMetadataPartitionDataInterface"); \ +static_assert(sizeof(UPCGMetadataPartitionDataInterface) == 0x000090, "Wrong size on UPCGMetadataPartitionDataInterface"); \ + +#define DUMPER7_ASSERTS_UPCGMetaDataPartitionDataProvider \ +static_assert(alignof(UPCGMetaDataPartitionDataProvider) == 0x000008, "Wrong alignment on UPCGMetaDataPartitionDataProvider"); \ +static_assert(sizeof(UPCGMetaDataPartitionDataProvider) == 0x0000D0, "Wrong size on UPCGMetaDataPartitionDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGNormalToDensityDataInterface \ +static_assert(alignof(UPCGNormalToDensityDataInterface) == 0x000008, "Wrong alignment on UPCGNormalToDensityDataInterface"); \ +static_assert(sizeof(UPCGNormalToDensityDataInterface) == 0x000090, "Wrong size on UPCGNormalToDensityDataInterface"); \ + +#define DUMPER7_ASSERTS_UPCGNormalToDensityProvider \ +static_assert(alignof(UPCGNormalToDensityProvider) == 0x000008, "Wrong alignment on UPCGNormalToDensityProvider"); \ +static_assert(sizeof(UPCGNormalToDensityProvider) == 0x000098, "Wrong size on UPCGNormalToDensityProvider"); \ + +#define DUMPER7_ASSERTS_UPCGSkinnedMeshSpawnerDataInterface \ +static_assert(alignof(UPCGSkinnedMeshSpawnerDataInterface) == 0x000008, "Wrong alignment on UPCGSkinnedMeshSpawnerDataInterface"); \ +static_assert(sizeof(UPCGSkinnedMeshSpawnerDataInterface) == 0x000090, "Wrong size on UPCGSkinnedMeshSpawnerDataInterface"); \ + +#define DUMPER7_ASSERTS_UPCGSkinnedMeshSpawnerDataProvider \ +static_assert(alignof(UPCGSkinnedMeshSpawnerDataProvider) == 0x000008, "Wrong alignment on UPCGSkinnedMeshSpawnerDataProvider"); \ +static_assert(sizeof(UPCGSkinnedMeshSpawnerDataProvider) == 0x000158, "Wrong size on UPCGSkinnedMeshSpawnerDataProvider"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerDataProvider, AttributeIdOffsetStrides) == 0x000098, "Member 'UPCGSkinnedMeshSpawnerDataProvider::AttributeIdOffsetStrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerDataProvider, PrimitiveStringKeys) == 0x0000A8, "Member 'UPCGSkinnedMeshSpawnerDataProvider::PrimitiveStringKeys' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerDataProvider, PrimitiveMeshBounds) == 0x0000B8, "Member 'UPCGSkinnedMeshSpawnerDataProvider::PrimitiveMeshBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerDataProvider, PrimitiveSelectionCDF) == 0x0000C8, "Member 'UPCGSkinnedMeshSpawnerDataProvider::PrimitiveSelectionCDF' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerDataProvider, SelectorAttributeId) == 0x0000D8, "Member 'UPCGSkinnedMeshSpawnerDataProvider::SelectorAttributeId' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerDataProvider, NumInputPoints) == 0x0000DC, "Member 'UPCGSkinnedMeshSpawnerDataProvider::NumInputPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGStaticMeshSpawnerDataInterface \ +static_assert(alignof(UPCGStaticMeshSpawnerDataInterface) == 0x000008, "Wrong alignment on UPCGStaticMeshSpawnerDataInterface"); \ +static_assert(sizeof(UPCGStaticMeshSpawnerDataInterface) == 0x000090, "Wrong size on UPCGStaticMeshSpawnerDataInterface"); \ + +#define DUMPER7_ASSERTS_PCGDeterminismTestBlueprintBase_ExecuteTest \ +static_assert(alignof(PCGDeterminismTestBlueprintBase_ExecuteTest) == 0x000008, "Wrong alignment on PCGDeterminismTestBlueprintBase_ExecuteTest"); \ +static_assert(sizeof(PCGDeterminismTestBlueprintBase_ExecuteTest) == 0x0000B0, "Wrong size on PCGDeterminismTestBlueprintBase_ExecuteTest"); \ +static_assert(offsetof(PCGDeterminismTestBlueprintBase_ExecuteTest, InPCGNode) == 0x000000, "Member 'PCGDeterminismTestBlueprintBase_ExecuteTest::InPCGNode' has a wrong offset!"); \ +static_assert(offsetof(PCGDeterminismTestBlueprintBase_ExecuteTest, InOutTestResult) == 0x000008, "Member 'PCGDeterminismTestBlueprintBase_ExecuteTest::InOutTestResult' 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_UPCGStaticMeshSpawnerDataProvider \ +static_assert(alignof(UPCGStaticMeshSpawnerDataProvider) == 0x000008, "Wrong alignment on UPCGStaticMeshSpawnerDataProvider"); \ +static_assert(sizeof(UPCGStaticMeshSpawnerDataProvider) == 0x000170, "Wrong size on UPCGStaticMeshSpawnerDataProvider"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerDataProvider, AttributeIdOffsetStrides) == 0x000098, "Member 'UPCGStaticMeshSpawnerDataProvider::AttributeIdOffsetStrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerDataProvider, PrimitiveStringKeys) == 0x0000A8, "Member 'UPCGStaticMeshSpawnerDataProvider::PrimitiveStringKeys' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerDataProvider, PrimitiveMeshBounds) == 0x0000B8, "Member 'UPCGStaticMeshSpawnerDataProvider::PrimitiveMeshBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerDataProvider, PrimitiveSelectionCDF) == 0x0000C8, "Member 'UPCGStaticMeshSpawnerDataProvider::PrimitiveSelectionCDF' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerDataProvider, SelectorAttributeId) == 0x0000D8, "Member 'UPCGStaticMeshSpawnerDataProvider::SelectorAttributeId' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerDataProvider, NumInputPoints) == 0x0000DC, "Member 'UPCGStaticMeshSpawnerDataProvider::NumInputPoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerDataProvider, SelectedMeshAttributeId) == 0x0000E0, "Member 'UPCGStaticMeshSpawnerDataProvider::SelectedMeshAttributeId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTransformPointsDataInterface \ +static_assert(alignof(UPCGTransformPointsDataInterface) == 0x000008, "Wrong alignment on UPCGTransformPointsDataInterface"); \ +static_assert(sizeof(UPCGTransformPointsDataInterface) == 0x000090, "Wrong size on UPCGTransformPointsDataInterface"); \ + +#define DUMPER7_ASSERTS_PCGSchedulingPolicyDistanceAndDirection_SetDistanceWeight_DEPRECATED \ +static_assert(alignof(PCGSchedulingPolicyDistanceAndDirection_SetDistanceWeight_DEPRECATED) == 0x000004, "Wrong alignment on PCGSchedulingPolicyDistanceAndDirection_SetDistanceWeight_DEPRECATED"); \ +static_assert(sizeof(PCGSchedulingPolicyDistanceAndDirection_SetDistanceWeight_DEPRECATED) == 0x000004, "Wrong size on PCGSchedulingPolicyDistanceAndDirection_SetDistanceWeight_DEPRECATED"); \ +static_assert(offsetof(PCGSchedulingPolicyDistanceAndDirection_SetDistanceWeight_DEPRECATED, Value) == 0x000000, "Member 'PCGSchedulingPolicyDistanceAndDirection_SetDistanceWeight_DEPRECATED::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSchedulingPolicyDistanceAndDirection_GetDistanceWeight_DEPRECATED \ +static_assert(alignof(PCGSchedulingPolicyDistanceAndDirection_GetDistanceWeight_DEPRECATED) == 0x000004, "Wrong alignment on PCGSchedulingPolicyDistanceAndDirection_GetDistanceWeight_DEPRECATED"); \ +static_assert(sizeof(PCGSchedulingPolicyDistanceAndDirection_GetDistanceWeight_DEPRECATED) == 0x000004, "Wrong size on PCGSchedulingPolicyDistanceAndDirection_GetDistanceWeight_DEPRECATED"); \ +static_assert(offsetof(PCGSchedulingPolicyDistanceAndDirection_GetDistanceWeight_DEPRECATED, ReturnValue) == 0x000000, "Member 'PCGSchedulingPolicyDistanceAndDirection_GetDistanceWeight_DEPRECATED::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSchedulingPolicyDistanceAndDirection \ +static_assert(alignof(UPCGSchedulingPolicyDistanceAndDirection) == 0x000008, "Wrong alignment on UPCGSchedulingPolicyDistanceAndDirection"); \ +static_assert(sizeof(UPCGSchedulingPolicyDistanceAndDirection) == 0x000060, "Wrong size on UPCGSchedulingPolicyDistanceAndDirection"); \ +static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, bUseDistance) == 0x000040, "Member 'UPCGSchedulingPolicyDistanceAndDirection::bUseDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, bUseDirection) == 0x000041, "Member 'UPCGSchedulingPolicyDistanceAndDirection::bUseDirection' has a wrong offset!"); \ +static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, DirectionWeight) == 0x000044, "Member 'UPCGSchedulingPolicyDistanceAndDirection::DirectionWeight' has a wrong offset!"); \ +static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, bUseFrustumCulling) == 0x000048, "Member 'UPCGSchedulingPolicyDistanceAndDirection::bUseFrustumCulling' has a wrong offset!"); \ +static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, GenerateBoundsModifier) == 0x00004C, "Member 'UPCGSchedulingPolicyDistanceAndDirection::GenerateBoundsModifier' has a wrong offset!"); \ +static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, CleanupBoundsModifier) == 0x000050, "Member 'UPCGSchedulingPolicyDistanceAndDirection::CleanupBoundsModifier' has a wrong offset!"); \ +static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, NetworkMode) == 0x000054, "Member 'UPCGSchedulingPolicyDistanceAndDirection::NetworkMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGSchedulingPolicyDistanceAndDirection, DistanceWeight) == 0x000058, "Member 'UPCGSchedulingPolicyDistanceAndDirection::DistanceWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTransformPointsDataProvider \ +static_assert(alignof(UPCGTransformPointsDataProvider) == 0x000008, "Wrong alignment on UPCGTransformPointsDataProvider"); \ +static_assert(sizeof(UPCGTransformPointsDataProvider) == 0x0000A0, "Wrong size on UPCGTransformPointsDataProvider"); \ +static_assert(offsetof(UPCGTransformPointsDataProvider, AttributeId) == 0x000098, "Member 'UPCGTransformPointsDataProvider::AttributeId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGExportableDataInterface \ +static_assert(alignof(UPCGExportableDataInterface) == 0x000008, "Wrong alignment on UPCGExportableDataInterface"); \ +static_assert(sizeof(UPCGExportableDataInterface) == 0x000098, "Wrong size on UPCGExportableDataInterface"); \ +static_assert(offsetof(UPCGExportableDataInterface, bRequiresExport) == 0x000090, "Member 'UPCGExportableDataInterface::bRequiresExport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGExportableDataProvider \ +static_assert(alignof(UPCGExportableDataProvider) == 0x000008, "Wrong alignment on UPCGExportableDataProvider"); \ +static_assert(sizeof(UPCGExportableDataProvider) == 0x0000D0, "Wrong size on UPCGExportableDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGCustomKernelDataInterface \ +static_assert(alignof(UPCGCustomKernelDataInterface) == 0x000008, "Wrong alignment on UPCGCustomKernelDataInterface"); \ +static_assert(sizeof(UPCGCustomKernelDataInterface) == 0x0000C8, "Wrong size on UPCGCustomKernelDataInterface"); \ +static_assert(offsetof(UPCGCustomKernelDataInterface, Kernel) == 0x000090, "Member 'UPCGCustomKernelDataInterface::Kernel' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomKernelDataInterface, Settings) == 0x000098, "Member 'UPCGCustomKernelDataInterface::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSubsystem \ +static_assert(alignof(UPCGSubsystem) == 0x000008, "Wrong alignment on UPCGSubsystem"); \ +static_assert(sizeof(UPCGSubsystem) == 0x0000B8, "Wrong size on UPCGSubsystem"); \ + +#define DUMPER7_ASSERTS_UPCGCustomComputeKernelDataProvider \ +static_assert(alignof(UPCGCustomComputeKernelDataProvider) == 0x000008, "Wrong alignment on UPCGCustomComputeKernelDataProvider"); \ +static_assert(sizeof(UPCGCustomComputeKernelDataProvider) == 0x0000F0, "Wrong size on UPCGCustomComputeKernelDataProvider"); \ +static_assert(offsetof(UPCGCustomComputeKernelDataProvider, Kernel) == 0x000098, "Member 'UPCGCustomComputeKernelDataProvider::Kernel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataCollectionDataInterface \ +static_assert(alignof(UPCGDataCollectionDataInterface) == 0x000008, "Wrong alignment on UPCGDataCollectionDataInterface"); \ +static_assert(sizeof(UPCGDataCollectionDataInterface) == 0x0000A0, "Wrong size on UPCGDataCollectionDataInterface"); \ +static_assert(offsetof(UPCGDataCollectionDataInterface, bRequiresZeroInitialization) == 0x000098, "Member 'UPCGDataCollectionDataInterface::bRequiresZeroInitialization' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataCollectionDataInterface, ElementCountMultiplier) == 0x00009C, "Member 'UPCGDataCollectionDataInterface::ElementCountMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataCollectionDataProvider \ +static_assert(alignof(UPCGDataCollectionDataProvider) == 0x000008, "Wrong alignment on UPCGDataCollectionDataProvider"); \ +static_assert(sizeof(UPCGDataCollectionDataProvider) == 0x0000F8, "Wrong size on UPCGDataCollectionDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGInnerIntersectionSettings \ +static_assert(alignof(UPCGInnerIntersectionSettings) == 0x000008, "Wrong alignment on UPCGInnerIntersectionSettings"); \ +static_assert(sizeof(UPCGInnerIntersectionSettings) == 0x0000D0, "Wrong size on UPCGInnerIntersectionSettings"); \ +static_assert(offsetof(UPCGInnerIntersectionSettings, DensityFunction) == 0x0000C8, "Member 'UPCGInnerIntersectionSettings::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGInnerIntersectionSettings, bKeepZeroDensityPoints) == 0x0000C9, "Member 'UPCGInnerIntersectionSettings::bKeepZeroDensityPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataLabelResolverDataInterface \ +static_assert(alignof(UPCGDataLabelResolverDataInterface) == 0x000008, "Wrong alignment on UPCGDataLabelResolverDataInterface"); \ +static_assert(sizeof(UPCGDataLabelResolverDataInterface) == 0x0000A8, "Wrong size on UPCGDataLabelResolverDataInterface"); \ +static_assert(offsetof(UPCGDataLabelResolverDataInterface, PinLabel) == 0x000090, "Member 'UPCGDataLabelResolverDataInterface::PinLabel' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataLabelResolverDataInterface, bIsInput) == 0x000098, "Member 'UPCGDataLabelResolverDataInterface::bIsInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataLabelResolverDataInterface, Kernel) == 0x0000A0, "Member 'UPCGDataLabelResolverDataInterface::Kernel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataLabelResolverDataProvider \ +static_assert(alignof(UPCGDataLabelResolverDataProvider) == 0x000008, "Wrong alignment on UPCGDataLabelResolverDataProvider"); \ +static_assert(sizeof(UPCGDataLabelResolverDataProvider) == 0x0000C0, "Wrong size on UPCGDataLabelResolverDataProvider"); \ +static_assert(offsetof(UPCGDataLabelResolverDataProvider, Kernel) == 0x000098, "Member 'UPCGDataLabelResolverDataProvider::Kernel' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataLabelResolverDataProvider, PinLabel) == 0x0000A0, "Member 'UPCGDataLabelResolverDataProvider::PinLabel' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataLabelResolverDataProvider, bIsInput) == 0x0000A8, "Member 'UPCGDataLabelResolverDataProvider::bIsInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGConvertToAttributeSetSettings \ +static_assert(alignof(UPCGConvertToAttributeSetSettings) == 0x000008, "Wrong alignment on UPCGConvertToAttributeSetSettings"); \ +static_assert(sizeof(UPCGConvertToAttributeSetSettings) == 0x000120, "Wrong size on UPCGConvertToAttributeSetSettings"); \ +static_assert(offsetof(UPCGConvertToAttributeSetSettings, PropertiesToConvert) == 0x0000C8, "Member 'UPCGConvertToAttributeSetSettings::PropertiesToConvert' has a wrong offset!"); \ +static_assert(offsetof(UPCGConvertToAttributeSetSettings, bOverrideExistingAttributes) == 0x000118, "Member 'UPCGConvertToAttributeSetSettings::bOverrideExistingAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDebugDataInterface \ +static_assert(alignof(UPCGDebugDataInterface) == 0x000008, "Wrong alignment on UPCGDebugDataInterface"); \ +static_assert(sizeof(UPCGDebugDataInterface) == 0x000098, "Wrong size on UPCGDebugDataInterface"); \ +static_assert(offsetof(UPCGDebugDataInterface, DebugBufferSizeFloats) == 0x000090, "Member 'UPCGDebugDataInterface::DebugBufferSizeFloats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDebugDataProvider \ +static_assert(alignof(UPCGDebugDataProvider) == 0x000008, "Wrong alignment on UPCGDebugDataProvider"); \ +static_assert(sizeof(UPCGDebugDataProvider) == 0x0000A0, "Wrong size on UPCGDebugDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGMakeConcreteSettings \ +static_assert(alignof(UPCGMakeConcreteSettings) == 0x000008, "Wrong alignment on UPCGMakeConcreteSettings"); \ +static_assert(sizeof(UPCGMakeConcreteSettings) == 0x0000C8, "Wrong size on UPCGMakeConcreteSettings"); \ + +#define DUMPER7_ASSERTS_UPCGInstanceDataInterface \ +static_assert(alignof(UPCGInstanceDataInterface) == 0x000008, "Wrong alignment on UPCGInstanceDataInterface"); \ +static_assert(sizeof(UPCGInstanceDataInterface) == 0x000098, "Wrong size on UPCGInstanceDataInterface"); \ +static_assert(offsetof(UPCGInstanceDataInterface, InputPinProvidingData) == 0x000090, "Member 'UPCGInstanceDataInterface::InputPinProvidingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGInstanceDataProvider \ +static_assert(alignof(UPCGInstanceDataProvider) == 0x000008, "Wrong alignment on UPCGInstanceDataProvider"); \ +static_assert(sizeof(UPCGInstanceDataProvider) == 0x0000C8, "Wrong size on UPCGInstanceDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGHiGenGridSizeSettings \ +static_assert(alignof(UPCGHiGenGridSizeSettings) == 0x000008, "Wrong alignment on UPCGHiGenGridSizeSettings"); \ +static_assert(sizeof(UPCGHiGenGridSizeSettings) == 0x0000D0, "Wrong size on UPCGHiGenGridSizeSettings"); \ +static_assert(offsetof(UPCGHiGenGridSizeSettings, HiGenGridSize) == 0x0000C8, "Member 'UPCGHiGenGridSizeSettings::HiGenGridSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGHiGenGridSizeSettings, bShowInputPin) == 0x0000CC, "Member 'UPCGHiGenGridSizeSettings::bShowInputPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLandscapeDataInterface \ +static_assert(alignof(UPCGLandscapeDataInterface) == 0x000008, "Wrong alignment on UPCGLandscapeDataInterface"); \ +static_assert(sizeof(UPCGLandscapeDataInterface) == 0x000090, "Wrong size on UPCGLandscapeDataInterface"); \ + +#define DUMPER7_ASSERTS_UPCGLandscapeDataProvider \ +static_assert(alignof(UPCGLandscapeDataProvider) == 0x000008, "Wrong alignment on UPCGLandscapeDataProvider"); \ +static_assert(sizeof(UPCGLandscapeDataProvider) == 0x0000E0, "Wrong size on UPCGLandscapeDataProvider"); \ +static_assert(offsetof(UPCGLandscapeDataProvider, BaseColorVirtualTexture) == 0x000098, "Member 'UPCGLandscapeDataProvider::BaseColorVirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeDataProvider, HeightVirtualTexture) == 0x0000A0, "Member 'UPCGLandscapeDataProvider::HeightVirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeDataProvider, NormalVirtualTexture) == 0x0000A8, "Member 'UPCGLandscapeDataProvider::NormalVirtualTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCollapsePointsSettings \ +static_assert(alignof(UPCGCollapsePointsSettings) == 0x000008, "Wrong alignment on UPCGCollapsePointsSettings"); \ +static_assert(sizeof(UPCGCollapsePointsSettings) == 0x000170, "Wrong size on UPCGCollapsePointsSettings"); \ +static_assert(offsetof(UPCGCollapsePointsSettings, DistanceThreshold) == 0x0000C8, "Member 'UPCGCollapsePointsSettings::DistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollapsePointsSettings, Mode) == 0x0000D0, "Member 'UPCGCollapsePointsSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollapsePointsSettings, ComparisonMode) == 0x0000D1, "Member 'UPCGCollapsePointsSettings::ComparisonMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollapsePointsSettings, VisitOrder) == 0x0000D2, "Member 'UPCGCollapsePointsSettings::VisitOrder' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollapsePointsSettings, VisitOrderAttribute) == 0x0000D8, "Member 'UPCGCollapsePointsSettings::VisitOrderAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollapsePointsSettings, bUseMergeWeightAttribute) == 0x000118, "Member 'UPCGCollapsePointsSettings::bUseMergeWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollapsePointsSettings, MergeWeightAttribute) == 0x000120, "Member 'UPCGCollapsePointsSettings::MergeWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollapsePointsSettings, AttributesToMerge) == 0x000160, "Member 'UPCGCollapsePointsSettings::AttributesToMerge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGRawBufferDataInterface \ +static_assert(alignof(UPCGRawBufferDataInterface) == 0x000008, "Wrong alignment on UPCGRawBufferDataInterface"); \ +static_assert(sizeof(UPCGRawBufferDataInterface) == 0x0000A0, "Wrong size on UPCGRawBufferDataInterface"); \ +static_assert(offsetof(UPCGRawBufferDataInterface, bRequiresZeroInitialization) == 0x000098, "Member 'UPCGRawBufferDataInterface::bRequiresZeroInitialization' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGRawBufferDataProvider \ +static_assert(alignof(UPCGRawBufferDataProvider) == 0x000008, "Wrong alignment on UPCGRawBufferDataProvider"); \ +static_assert(sizeof(UPCGRawBufferDataProvider) == 0x0000F0, "Wrong size on UPCGRawBufferDataProvider"); \ +static_assert(offsetof(UPCGRawBufferDataProvider, DataToUpload) == 0x0000D8, "Member 'UPCGRawBufferDataProvider::DataToUpload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateCollisionDataSettings \ +static_assert(alignof(UPCGCreateCollisionDataSettings) == 0x000008, "Wrong alignment on UPCGCreateCollisionDataSettings"); \ +static_assert(sizeof(UPCGCreateCollisionDataSettings) == 0x000110, "Wrong size on UPCGCreateCollisionDataSettings"); \ +static_assert(offsetof(UPCGCreateCollisionDataSettings, CollisionAttribute) == 0x0000C8, "Member 'UPCGCreateCollisionDataSettings::CollisionAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateCollisionDataSettings, CollisionQueryFlag) == 0x000108, "Member 'UPCGCreateCollisionDataSettings::CollisionQueryFlag' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateCollisionDataSettings, bWarnIfAttributeCouldNotBeUsed) == 0x000109, "Member 'UPCGCreateCollisionDataSettings::bWarnIfAttributeCouldNotBeUsed' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateCollisionDataSettings, bSynchronousLoad) == 0x00010A, "Member 'UPCGCreateCollisionDataSettings::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGStaticMeshDataInterface \ +static_assert(alignof(UPCGStaticMeshDataInterface) == 0x000008, "Wrong alignment on UPCGStaticMeshDataInterface"); \ +static_assert(sizeof(UPCGStaticMeshDataInterface) == 0x000090, "Wrong size on UPCGStaticMeshDataInterface"); \ + +#define DUMPER7_ASSERTS_UPCGStaticMeshDataProvider \ +static_assert(alignof(UPCGStaticMeshDataProvider) == 0x000008, "Wrong alignment on UPCGStaticMeshDataProvider"); \ +static_assert(sizeof(UPCGStaticMeshDataProvider) == 0x0000B0, "Wrong size on UPCGStaticMeshDataProvider"); \ +static_assert(offsetof(UPCGStaticMeshDataProvider, LoadedStaticMesh) == 0x000098, "Member 'UPCGStaticMeshDataProvider::LoadedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGConvexHull2DSettings \ +static_assert(alignof(UPCGConvexHull2DSettings) == 0x000008, "Wrong alignment on UPCGConvexHull2DSettings"); \ +static_assert(sizeof(UPCGConvexHull2DSettings) == 0x0000C8, "Wrong size on UPCGConvexHull2DSettings"); \ + +#define DUMPER7_ASSERTS_UPCGTextureDataInterface \ +static_assert(alignof(UPCGTextureDataInterface) == 0x000008, "Wrong alignment on UPCGTextureDataInterface"); \ +static_assert(sizeof(UPCGTextureDataInterface) == 0x0000A0, "Wrong size on UPCGTextureDataInterface"); \ +static_assert(offsetof(UPCGTextureDataInterface, bInitializeFromDataCollection) == 0x000098, "Member 'UPCGTextureDataInterface::bInitializeFromDataCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTextureDataProvider \ +static_assert(alignof(UPCGTextureDataProvider) == 0x000008, "Wrong alignment on UPCGTextureDataProvider"); \ +static_assert(sizeof(UPCGTextureDataProvider) == 0x0000F8, "Wrong size on UPCGTextureDataProvider"); \ + +#define DUMPER7_ASSERTS_UPCGCollapseSettings \ +static_assert(alignof(UPCGCollapseSettings) == 0x000008, "Wrong alignment on UPCGCollapseSettings"); \ +static_assert(sizeof(UPCGCollapseSettings) == 0x0000D0, "Wrong size on UPCGCollapseSettings"); \ +static_assert(offsetof(UPCGCollapseSettings, bPassThroughEmptyAttributeSets) == 0x0000C8, "Member 'UPCGCollapseSettings::bPassThroughEmptyAttributeSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGVirtualTextureDataInterface \ +static_assert(alignof(UPCGVirtualTextureDataInterface) == 0x000008, "Wrong alignment on UPCGVirtualTextureDataInterface"); \ +static_assert(sizeof(UPCGVirtualTextureDataInterface) == 0x000090, "Wrong size on UPCGVirtualTextureDataInterface"); \ + +#define DUMPER7_ASSERTS_UPCGVirtualTextureDataProvider \ +static_assert(alignof(UPCGVirtualTextureDataProvider) == 0x000008, "Wrong alignment on UPCGVirtualTextureDataProvider"); \ +static_assert(sizeof(UPCGVirtualTextureDataProvider) == 0x0000A8, "Wrong size on UPCGVirtualTextureDataProvider"); \ +static_assert(offsetof(UPCGVirtualTextureDataProvider, VirtualTextures) == 0x000098, "Member 'UPCGVirtualTextureDataProvider::VirtualTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAddAttributeSettings \ +static_assert(alignof(UPCGAddAttributeSettings) == 0x000010, "Wrong alignment on UPCGAddAttributeSettings"); \ +static_assert(sizeof(UPCGAddAttributeSettings) == 0x000320, "Wrong size on UPCGAddAttributeSettings"); \ +static_assert(offsetof(UPCGAddAttributeSettings, InputSource) == 0x0000C8, "Member 'UPCGAddAttributeSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddAttributeSettings, OutputTarget) == 0x000108, "Member 'UPCGAddAttributeSettings::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddAttributeSettings, AttributeTypes) == 0x000150, "Member 'UPCGAddAttributeSettings::AttributeTypes' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddAttributeSettings, bCopyAllAttributes) == 0x0002C0, "Member 'UPCGAddAttributeSettings::bCopyAllAttributes' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddAttributeSettings, bCopyAllDomains) == 0x0002C1, "Member 'UPCGAddAttributeSettings::bCopyAllDomains' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddAttributeSettings, MetadataDomainsMapping) == 0x0002C8, "Member 'UPCGAddAttributeSettings::MetadataDomainsMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGProxyForGPUData \ +static_assert(alignof(UPCGProxyForGPUData) == 0x000008, "Wrong alignment on UPCGProxyForGPUData"); \ +static_assert(sizeof(UPCGProxyForGPUData) == 0x000060, "Wrong size on UPCGProxyForGPUData"); \ +static_assert(offsetof(UPCGProxyForGPUData, DataIndexInCollection) == 0x000048, "Member 'UPCGProxyForGPUData::DataIndexInCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGRawBufferData \ +static_assert(alignof(UPCGRawBufferData) == 0x000008, "Wrong alignment on UPCGRawBufferData"); \ +static_assert(sizeof(UPCGRawBufferData) == 0x000058, "Wrong size on UPCGRawBufferData"); \ +static_assert(offsetof(UPCGRawBufferData, Data) == 0x000048, "Member 'UPCGRawBufferData::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataFromActorSettings \ +static_assert(alignof(UPCGDataFromActorSettings) == 0x000008, "Wrong alignment on UPCGDataFromActorSettings"); \ +static_assert(sizeof(UPCGDataFromActorSettings) == 0x0001B8, "Wrong size on UPCGDataFromActorSettings"); \ +static_assert(offsetof(UPCGDataFromActorSettings, ActorSelector) == 0x0000C8, "Member 'UPCGDataFromActorSettings::ActorSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, ComponentSelector) == 0x000140, "Member 'UPCGDataFromActorSettings::ComponentSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, Mode) == 0x000188, "Member 'UPCGDataFromActorSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, bIgnorePCGGeneratedComponents) == 0x000189, "Member 'UPCGDataFromActorSettings::bIgnorePCGGeneratedComponents' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, bAlsoOutputSinglePointData) == 0x00018A, "Member 'UPCGDataFromActorSettings::bAlsoOutputSinglePointData' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, bComponentsMustOverlapSelf) == 0x00018B, "Member 'UPCGDataFromActorSettings::bComponentsMustOverlapSelf' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, bGetDataOnAllGrids) == 0x00018C, "Member 'UPCGDataFromActorSettings::bGetDataOnAllGrids' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, AllowedGrids) == 0x000190, "Member 'UPCGDataFromActorSettings::AllowedGrids' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, bMergeSinglePointData) == 0x000194, "Member 'UPCGDataFromActorSettings::bMergeSinglePointData' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, ExpectedPins) == 0x000198, "Member 'UPCGDataFromActorSettings::ExpectedPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, PropertyName) == 0x0001A8, "Member 'UPCGDataFromActorSettings::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, bAlwaysRequeryActors) == 0x0001B0, "Member 'UPCGDataFromActorSettings::bAlwaysRequeryActors' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, bSilenceSanitizedAttributeNameWarnings) == 0x0001B1, "Member 'UPCGDataFromActorSettings::bSilenceSanitizedAttributeNameWarnings' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, bSilenceReservedAttributeNameWarnings) == 0x0001B2, "Member 'UPCGDataFromActorSettings::bSilenceReservedAttributeNameWarnings' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, bDisplayModeSettings) == 0x0001B3, "Member 'UPCGDataFromActorSettings::bDisplayModeSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGComputeGraphSettings \ +static_assert(alignof(UPCGComputeGraphSettings) == 0x000008, "Wrong alignment on UPCGComputeGraphSettings"); \ +static_assert(sizeof(UPCGComputeGraphSettings) == 0x0000D0, "Wrong size on UPCGComputeGraphSettings"); \ +static_assert(offsetof(UPCGComputeGraphSettings, ComputeGraphIndex) == 0x0000C8, "Member 'UPCGComputeGraphSettings::ComputeGraphIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCullPointsOutsideActorBoundsKernel \ +static_assert(alignof(UPCGCullPointsOutsideActorBoundsKernel) == 0x000008, "Wrong alignment on UPCGCullPointsOutsideActorBoundsKernel"); \ +static_assert(sizeof(UPCGCullPointsOutsideActorBoundsKernel) == 0x000098, "Wrong size on UPCGCullPointsOutsideActorBoundsKernel"); \ + +#define DUMPER7_ASSERTS_UPCGCreatePointsGridSettings \ +static_assert(alignof(UPCGCreatePointsGridSettings) == 0x000008, "Wrong alignment on UPCGCreatePointsGridSettings"); \ +static_assert(sizeof(UPCGCreatePointsGridSettings) == 0x000100, "Wrong size on UPCGCreatePointsGridSettings"); \ +static_assert(offsetof(UPCGCreatePointsGridSettings, GridExtents) == 0x0000C8, "Member 'UPCGCreatePointsGridSettings::GridExtents' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsGridSettings, CellSize) == 0x0000E0, "Member 'UPCGCreatePointsGridSettings::CellSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsGridSettings, PointSteepness) == 0x0000F8, "Member 'UPCGCreatePointsGridSettings::PointSteepness' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsGridSettings, CoordinateSpace) == 0x0000FC, "Member 'UPCGCreatePointsGridSettings::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsGridSettings, bSetPointsBounds) == 0x0000FD, "Member 'UPCGCreatePointsGridSettings::bSetPointsBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsGridSettings, bCullPointsOutsideVolume) == 0x0000FE, "Member 'UPCGCreatePointsGridSettings::bCullPointsOutsideVolume' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsGridSettings, PointPosition) == 0x0000FF, "Member 'UPCGCreatePointsGridSettings::PointPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCustomHLSLSettings \ +static_assert(alignof(UPCGCustomHLSLSettings) == 0x000008, "Wrong alignment on UPCGCustomHLSLSettings"); \ +static_assert(sizeof(UPCGCustomHLSLSettings) == 0x000128, "Wrong size on UPCGCustomHLSLSettings"); \ +static_assert(offsetof(UPCGCustomHLSLSettings, KernelType) == 0x0000D0, "Member 'UPCGCustomHLSLSettings::KernelType' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomHLSLSettings, NumElements) == 0x0000D4, "Member 'UPCGCustomHLSLSettings::NumElements' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomHLSLSettings, NumElements2D) == 0x0000D8, "Member 'UPCGCustomHLSLSettings::NumElements2D' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomHLSLSettings, DispatchThreadCount) == 0x0000E0, "Member 'UPCGCustomHLSLSettings::DispatchThreadCount' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomHLSLSettings, ThreadCountMultiplier) == 0x0000E4, "Member 'UPCGCustomHLSLSettings::ThreadCountMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomHLSLSettings, FixedThreadCount) == 0x0000E8, "Member 'UPCGCustomHLSLSettings::FixedThreadCount' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomHLSLSettings, ThreadCountInputPinLabels) == 0x0000F0, "Member 'UPCGCustomHLSLSettings::ThreadCountInputPinLabels' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomHLSLSettings, InputPins) == 0x000100, "Member 'UPCGCustomHLSLSettings::InputPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomHLSLSettings, OutputPins) == 0x000110, "Member 'UPCGCustomHLSLSettings::OutputPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomHLSLSettings, bMuteUnwrittenPinDataErrors) == 0x000120, "Member 'UPCGCustomHLSLSettings::bMuteUnwrittenPinDataErrors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCustomHLSLKernel \ +static_assert(alignof(UPCGCustomHLSLKernel) == 0x000008, "Wrong alignment on UPCGCustomHLSLKernel"); \ +static_assert(sizeof(UPCGCustomHLSLKernel) == 0x000158, "Wrong size on UPCGCustomHLSLKernel"); \ +static_assert(offsetof(UPCGCustomHLSLKernel, ParsedSources) == 0x000098, "Member 'UPCGCustomHLSLKernel::ParsedSources' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomHLSLKernel, KernelAttributeKeys) == 0x0000A8, "Member 'UPCGCustomHLSLKernel::KernelAttributeKeys' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomHLSLKernel, PinDataLabels) == 0x0000B8, "Member 'UPCGCustomHLSLKernel::PinDataLabels' has a wrong offset!"); \ +static_assert(offsetof(UPCGCustomHLSLKernel, PinAllocatedProperties) == 0x000108, "Member 'UPCGCustomHLSLKernel::PinAllocatedProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCopyPointsAnalysisKernel \ +static_assert(alignof(UPCGCopyPointsAnalysisKernel) == 0x000008, "Wrong alignment on UPCGCopyPointsAnalysisKernel"); \ +static_assert(sizeof(UPCGCopyPointsAnalysisKernel) == 0x000098, "Wrong size on UPCGCopyPointsAnalysisKernel"); \ + +#define DUMPER7_ASSERTS_UPCGNormalToDensityKernel \ +static_assert(alignof(UPCGNormalToDensityKernel) == 0x000008, "Wrong alignment on UPCGNormalToDensityKernel"); \ +static_assert(sizeof(UPCGNormalToDensityKernel) == 0x000098, "Wrong size on UPCGNormalToDensityKernel"); \ + +#define DUMPER7_ASSERTS_UPCGTransformPointsKernel \ +static_assert(alignof(UPCGTransformPointsKernel) == 0x000008, "Wrong alignment on UPCGTransformPointsKernel"); \ +static_assert(sizeof(UPCGTransformPointsKernel) == 0x000098, "Wrong size on UPCGTransformPointsKernel"); \ + +#define DUMPER7_ASSERTS_UPCGCreateTargetActor \ +static_assert(alignof(UPCGCreateTargetActor) == 0x000010, "Wrong alignment on UPCGCreateTargetActor"); \ +static_assert(sizeof(UPCGCreateTargetActor) == 0x000320, "Wrong size on UPCGCreateTargetActor"); \ +static_assert(offsetof(UPCGCreateTargetActor, TemplateActor) == 0x0000C8, "Member 'UPCGCreateTargetActor::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, AttachOptions) == 0x0000D0, "Member 'UPCGCreateTargetActor::AttachOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, RootActor) == 0x0000D8, "Member 'UPCGCreateTargetActor::RootActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, ActorLabel) == 0x000100, "Member 'UPCGCreateTargetActor::ActorLabel' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, ActorPivot) == 0x000110, "Member 'UPCGCreateTargetActor::ActorPivot' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, CommaSeparatedActorTags) == 0x000170, "Member 'UPCGCreateTargetActor::CommaSeparatedActorTags' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, PropertyOverrideDescriptions) == 0x000180, "Member 'UPCGCreateTargetActor::PropertyOverrideDescriptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, PostProcessFunctionNames) == 0x000190, "Member 'UPCGCreateTargetActor::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, DataLayerSettings) == 0x0001A0, "Member 'UPCGCreateTargetActor::DataLayerSettings' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, HLODSettings) == 0x0002F0, "Member 'UPCGCreateTargetActor::HLODSettings' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, bDeleteActorsBeforeGeneration) == 0x000300, "Member 'UPCGCreateTargetActor::bDeleteActorsBeforeGeneration' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, TemplateActorClass) == 0x000308, "Member 'UPCGCreateTargetActor::TemplateActorClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, bAllowTemplateActorEditing) == 0x000310, "Member 'UPCGCreateTargetActor::bAllowTemplateActorEditing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGComputeGraph \ +static_assert(alignof(UPCGComputeGraph) == 0x000008, "Wrong alignment on UPCGComputeGraph"); \ +static_assert(sizeof(UPCGComputeGraph) == 0x000358, "Wrong size on UPCGComputeGraph"); \ +static_assert(offsetof(UPCGComputeGraph, KernelToNode) == 0x000130, "Member 'UPCGComputeGraph::KernelToNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeGraph, StaticMeshSpawners) == 0x000140, "Member 'UPCGComputeGraph::StaticMeshSpawners' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeGraph, bLogDataDescriptions) == 0x000150, "Member 'UPCGComputeGraph::bLogDataDescriptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeGraph, KernelBindingToPinLabel) == 0x000158, "Member 'UPCGComputeGraph::KernelBindingToPinLabel' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeGraph, DownstreamToUpstreamBinding) == 0x0001A8, "Member 'UPCGComputeGraph::DownstreamToUpstreamBinding' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeGraph, StaticAttributeTable) == 0x0001F8, "Member 'UPCGComputeGraph::StaticAttributeTable' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeGraph, StaticDataLabelsTable) == 0x000208, "Member 'UPCGComputeGraph::StaticDataLabelsTable' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeGraph, StringTable) == 0x000258, "Member 'UPCGComputeGraph::StringTable' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeGraph, KernelPinToFirstBinding) == 0x000268, "Member 'UPCGComputeGraph::KernelPinToFirstBinding' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeGraph, CPUDataBindingToVirtualPinLabel) == 0x0002B8, "Member 'UPCGComputeGraph::CPUDataBindingToVirtualPinLabel' has a wrong offset!"); \ +static_assert(offsetof(UPCGComputeGraph, VirtualInputPinToType) == 0x000308, "Member 'UPCGComputeGraph::VirtualInputPinToType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGComputeSource \ +static_assert(alignof(UPCGComputeSource) == 0x000008, "Wrong alignment on UPCGComputeSource"); \ +static_assert(sizeof(UPCGComputeSource) == 0x000040, "Wrong size on UPCGComputeSource"); \ + +#define DUMPER7_ASSERTS_UPCGDensityRemapSettings \ +static_assert(alignof(UPCGDensityRemapSettings) == 0x000008, "Wrong alignment on UPCGDensityRemapSettings"); \ +static_assert(sizeof(UPCGDensityRemapSettings) == 0x0000E0, "Wrong size on UPCGDensityRemapSettings"); \ +static_assert(offsetof(UPCGDensityRemapSettings, InRangeMin) == 0x0000C8, "Member 'UPCGDensityRemapSettings::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityRemapSettings, InRangeMax) == 0x0000CC, "Member 'UPCGDensityRemapSettings::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityRemapSettings, OutRangeMin) == 0x0000D0, "Member 'UPCGDensityRemapSettings::OutRangeMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityRemapSettings, OutRangeMax) == 0x0000D4, "Member 'UPCGDensityRemapSettings::OutRangeMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityRemapSettings, bExcludeValuesOutsideInputRange) == 0x0000D8, "Member 'UPCGDensityRemapSettings::bExcludeValuesOutsideInputRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataBinding \ +static_assert(alignof(UPCGDataBinding) == 0x000008, "Wrong alignment on UPCGDataBinding"); \ +static_assert(sizeof(UPCGDataBinding) == 0x000378, "Wrong size on UPCGDataBinding"); \ +static_assert(offsetof(UPCGDataBinding, Graph) == 0x000028, "Member 'UPCGDataBinding::Graph' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataBinding, InputDataCollection) == 0x000030, "Member 'UPCGDataBinding::InputDataCollection' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataBinding, OutputDataCollection) == 0x000060, "Member 'UPCGDataBinding::OutputDataCollection' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataBinding, MeshSpawnersToPrimitives) == 0x000090, "Member 'UPCGDataBinding::MeshSpawnersToPrimitives' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataBinding, CompletedMeshSpawners) == 0x0000E0, "Member 'UPCGDataBinding::CompletedMeshSpawners' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataBinding, DataToDebug) == 0x0000F0, "Member 'UPCGDataBinding::DataToDebug' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataBinding, DataToInspect) == 0x000100, "Member 'UPCGDataBinding::DataToInspect' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataBinding, AttributeTable) == 0x000120, "Member 'UPCGDataBinding::AttributeTable' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataBinding, StringTable) == 0x000130, "Member 'UPCGDataBinding::StringTable' has a wrong offset!"); \ + +#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_InitializeFromDataWithParams \ +static_assert(alignof(PCGSpatialData_InitializeFromDataWithParams) == 0x000008, "Wrong alignment on PCGSpatialData_InitializeFromDataWithParams"); \ +static_assert(sizeof(PCGSpatialData_InitializeFromDataWithParams) == 0x000040, "Wrong size on PCGSpatialData_InitializeFromDataWithParams"); \ +static_assert(offsetof(PCGSpatialData_InitializeFromDataWithParams, InParams) == 0x000000, "Member 'PCGSpatialData_InitializeFromDataWithParams::InParams' 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_K2_IntersectWith \ +static_assert(alignof(PCGSpatialData_K2_IntersectWith) == 0x000008, "Wrong alignment on PCGSpatialData_K2_IntersectWith"); \ +static_assert(sizeof(PCGSpatialData_K2_IntersectWith) == 0x000010, "Wrong size on PCGSpatialData_K2_IntersectWith"); \ +static_assert(offsetof(PCGSpatialData_K2_IntersectWith, InOther) == 0x000000, "Member 'PCGSpatialData_K2_IntersectWith::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_IntersectWith, ReturnValue) == 0x000008, "Member 'PCGSpatialData_K2_IntersectWith::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_K2_ProjectOn \ +static_assert(alignof(PCGSpatialData_K2_ProjectOn) == 0x000008, "Wrong alignment on PCGSpatialData_K2_ProjectOn"); \ +static_assert(sizeof(PCGSpatialData_K2_ProjectOn) == 0x000030, "Wrong size on PCGSpatialData_K2_ProjectOn"); \ +static_assert(offsetof(PCGSpatialData_K2_ProjectOn, InOther) == 0x000000, "Member 'PCGSpatialData_K2_ProjectOn::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_ProjectOn, InParams) == 0x000008, "Member 'PCGSpatialData_K2_ProjectOn::InParams' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_ProjectOn, ReturnValue) == 0x000028, "Member 'PCGSpatialData_K2_ProjectOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_K2_ProjectPoint \ +static_assert(alignof(PCGSpatialData_K2_ProjectPoint) == 0x000010, "Wrong alignment on PCGSpatialData_K2_ProjectPoint"); \ +static_assert(sizeof(PCGSpatialData_K2_ProjectPoint) == 0x0001A0, "Wrong size on PCGSpatialData_K2_ProjectPoint"); \ +static_assert(offsetof(PCGSpatialData_K2_ProjectPoint, InTransform) == 0x000000, "Member 'PCGSpatialData_K2_ProjectPoint::InTransform' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_ProjectPoint, InBounds) == 0x000060, "Member 'PCGSpatialData_K2_ProjectPoint::InBounds' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_ProjectPoint, InParams) == 0x000098, "Member 'PCGSpatialData_K2_ProjectPoint::InParams' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_ProjectPoint, OutPoint) == 0x0000C0, "Member 'PCGSpatialData_K2_ProjectPoint::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_ProjectPoint, OutMetadata) == 0x000190, "Member 'PCGSpatialData_K2_ProjectPoint::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_ProjectPoint, ReturnValue) == 0x000198, "Member 'PCGSpatialData_K2_ProjectPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_K2_SamplePoint \ +static_assert(alignof(PCGSpatialData_K2_SamplePoint) == 0x000010, "Wrong alignment on PCGSpatialData_K2_SamplePoint"); \ +static_assert(sizeof(PCGSpatialData_K2_SamplePoint) == 0x000180, "Wrong size on PCGSpatialData_K2_SamplePoint"); \ +static_assert(offsetof(PCGSpatialData_K2_SamplePoint, Transform) == 0x000000, "Member 'PCGSpatialData_K2_SamplePoint::Transform' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_SamplePoint, Bounds) == 0x000060, "Member 'PCGSpatialData_K2_SamplePoint::Bounds' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_SamplePoint, OutPoint) == 0x0000A0, "Member 'PCGSpatialData_K2_SamplePoint::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_SamplePoint, OutMetadata) == 0x000170, "Member 'PCGSpatialData_K2_SamplePoint::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_SamplePoint, ReturnValue) == 0x000178, "Member 'PCGSpatialData_K2_SamplePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_K2_Subtract \ +static_assert(alignof(PCGSpatialData_K2_Subtract) == 0x000008, "Wrong alignment on PCGSpatialData_K2_Subtract"); \ +static_assert(sizeof(PCGSpatialData_K2_Subtract) == 0x000010, "Wrong size on PCGSpatialData_K2_Subtract"); \ +static_assert(offsetof(PCGSpatialData_K2_Subtract, InOther) == 0x000000, "Member 'PCGSpatialData_K2_Subtract::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_Subtract, ReturnValue) == 0x000008, "Member 'PCGSpatialData_K2_Subtract::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_K2_UnionWith \ +static_assert(alignof(PCGSpatialData_K2_UnionWith) == 0x000008, "Wrong alignment on PCGSpatialData_K2_UnionWith"); \ +static_assert(sizeof(PCGSpatialData_K2_UnionWith) == 0x000010, "Wrong size on PCGSpatialData_K2_UnionWith"); \ +static_assert(offsetof(PCGSpatialData_K2_UnionWith, InOther) == 0x000000, "Member 'PCGSpatialData_K2_UnionWith::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_K2_UnionWith, ReturnValue) == 0x000008, "Member 'PCGSpatialData_K2_UnionWith::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_ToBasePointDataWithContext \ +static_assert(alignof(PCGSpatialData_ToBasePointDataWithContext) == 0x000008, "Wrong alignment on PCGSpatialData_ToBasePointDataWithContext"); \ +static_assert(sizeof(PCGSpatialData_ToBasePointDataWithContext) == 0x000018, "Wrong size on PCGSpatialData_ToBasePointDataWithContext"); \ +static_assert(offsetof(PCGSpatialData_ToBasePointDataWithContext, ContextHandle) == 0x000000, "Member 'PCGSpatialData_ToBasePointDataWithContext::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_ToBasePointDataWithContext, ReturnValue) == 0x000010, "Member 'PCGSpatialData_ToBasePointDataWithContext::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) == 0x000260, "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) == 0x000258, "Member 'PCGSpatialData_ToPointDataWithContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSpatialData \ +static_assert(alignof(UPCGSpatialData) == 0x000008, "Wrong alignment on UPCGSpatialData"); \ +static_assert(sizeof(UPCGSpatialData) == 0x000098, "Wrong size on UPCGSpatialData"); \ +static_assert(offsetof(UPCGSpatialData, TargetActor) == 0x000048, "Member 'UPCGSpatialData::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialData, bKeepZeroDensityPoints) == 0x000050, "Member 'UPCGSpatialData::bKeepZeroDensityPoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialData, bHasCachedLastSelector) == 0x000051, "Member 'UPCGSpatialData::bHasCachedLastSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialData, CachedLastSelector) == 0x000058, "Member 'UPCGSpatialData::CachedLastSelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataNumSettings \ +static_assert(alignof(UPCGDataNumSettings) == 0x000008, "Wrong alignment on UPCGDataNumSettings"); \ +static_assert(sizeof(UPCGDataNumSettings) == 0x0000D0, "Wrong size on UPCGDataNumSettings"); \ +static_assert(offsetof(UPCGDataNumSettings, OutputAttributeName) == 0x0000C8, "Member 'UPCGDataNumSettings::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetBoundsMaxValuesFromRange \ +static_assert(alignof(PCGBasePointData_GetBoundsMaxValuesFromRange) == 0x000008, "Wrong alignment on PCGBasePointData_GetBoundsMaxValuesFromRange"); \ +static_assert(sizeof(PCGBasePointData_GetBoundsMaxValuesFromRange) == 0x000020, "Wrong size on PCGBasePointData_GetBoundsMaxValuesFromRange"); \ +static_assert(offsetof(PCGBasePointData_GetBoundsMaxValuesFromRange, InputRange) == 0x000000, "Member 'PCGBasePointData_GetBoundsMaxValuesFromRange::InputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetBoundsMaxValuesFromRange, ReturnValue) == 0x000010, "Member 'PCGBasePointData_GetBoundsMaxValuesFromRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetBoundsMinValuesFromRange \ +static_assert(alignof(PCGBasePointData_GetBoundsMinValuesFromRange) == 0x000008, "Wrong alignment on PCGBasePointData_GetBoundsMinValuesFromRange"); \ +static_assert(sizeof(PCGBasePointData_GetBoundsMinValuesFromRange) == 0x000020, "Wrong size on PCGBasePointData_GetBoundsMinValuesFromRange"); \ +static_assert(offsetof(PCGBasePointData_GetBoundsMinValuesFromRange, InputRange) == 0x000000, "Member 'PCGBasePointData_GetBoundsMinValuesFromRange::InputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetBoundsMinValuesFromRange, ReturnValue) == 0x000010, "Member 'PCGBasePointData_GetBoundsMinValuesFromRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetColorValuesFromRange \ +static_assert(alignof(PCGBasePointData_GetColorValuesFromRange) == 0x000008, "Wrong alignment on PCGBasePointData_GetColorValuesFromRange"); \ +static_assert(sizeof(PCGBasePointData_GetColorValuesFromRange) == 0x000020, "Wrong size on PCGBasePointData_GetColorValuesFromRange"); \ +static_assert(offsetof(PCGBasePointData_GetColorValuesFromRange, InputRange) == 0x000000, "Member 'PCGBasePointData_GetColorValuesFromRange::InputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetColorValuesFromRange, ReturnValue) == 0x000010, "Member 'PCGBasePointData_GetColorValuesFromRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetDensityValuesFromRange \ +static_assert(alignof(PCGBasePointData_GetDensityValuesFromRange) == 0x000008, "Wrong alignment on PCGBasePointData_GetDensityValuesFromRange"); \ +static_assert(sizeof(PCGBasePointData_GetDensityValuesFromRange) == 0x000020, "Wrong size on PCGBasePointData_GetDensityValuesFromRange"); \ +static_assert(offsetof(PCGBasePointData_GetDensityValuesFromRange, InputRange) == 0x000000, "Member 'PCGBasePointData_GetDensityValuesFromRange::InputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetDensityValuesFromRange, ReturnValue) == 0x000010, "Member 'PCGBasePointData_GetDensityValuesFromRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetMetadataEntryValuesFromRange \ +static_assert(alignof(PCGBasePointData_GetMetadataEntryValuesFromRange) == 0x000008, "Wrong alignment on PCGBasePointData_GetMetadataEntryValuesFromRange"); \ +static_assert(sizeof(PCGBasePointData_GetMetadataEntryValuesFromRange) == 0x000020, "Wrong size on PCGBasePointData_GetMetadataEntryValuesFromRange"); \ +static_assert(offsetof(PCGBasePointData_GetMetadataEntryValuesFromRange, InputRange) == 0x000000, "Member 'PCGBasePointData_GetMetadataEntryValuesFromRange::InputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetMetadataEntryValuesFromRange, ReturnValue) == 0x000010, "Member 'PCGBasePointData_GetMetadataEntryValuesFromRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetPointFromRange \ +static_assert(alignof(PCGBasePointData_GetPointFromRange) == 0x000010, "Wrong alignment on PCGBasePointData_GetPointFromRange"); \ +static_assert(sizeof(PCGBasePointData_GetPointFromRange) == 0x0000F0, "Wrong size on PCGBasePointData_GetPointFromRange"); \ +static_assert(offsetof(PCGBasePointData_GetPointFromRange, InputRange) == 0x000000, "Member 'PCGBasePointData_GetPointFromRange::InputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetPointFromRange, Index_0) == 0x000010, "Member 'PCGBasePointData_GetPointFromRange::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetPointFromRange, ReturnValue) == 0x000020, "Member 'PCGBasePointData_GetPointFromRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetSeedValuesFromRange \ +static_assert(alignof(PCGBasePointData_GetSeedValuesFromRange) == 0x000008, "Wrong alignment on PCGBasePointData_GetSeedValuesFromRange"); \ +static_assert(sizeof(PCGBasePointData_GetSeedValuesFromRange) == 0x000020, "Wrong size on PCGBasePointData_GetSeedValuesFromRange"); \ +static_assert(offsetof(PCGBasePointData_GetSeedValuesFromRange, InputRange) == 0x000000, "Member 'PCGBasePointData_GetSeedValuesFromRange::InputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetSeedValuesFromRange, ReturnValue) == 0x000010, "Member 'PCGBasePointData_GetSeedValuesFromRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetSteepnessValuesFromRange \ +static_assert(alignof(PCGBasePointData_GetSteepnessValuesFromRange) == 0x000008, "Wrong alignment on PCGBasePointData_GetSteepnessValuesFromRange"); \ +static_assert(sizeof(PCGBasePointData_GetSteepnessValuesFromRange) == 0x000020, "Wrong size on PCGBasePointData_GetSteepnessValuesFromRange"); \ +static_assert(offsetof(PCGBasePointData_GetSteepnessValuesFromRange, InputRange) == 0x000000, "Member 'PCGBasePointData_GetSteepnessValuesFromRange::InputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetSteepnessValuesFromRange, ReturnValue) == 0x000010, "Member 'PCGBasePointData_GetSteepnessValuesFromRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetTransformValuesFromRange \ +static_assert(alignof(PCGBasePointData_GetTransformValuesFromRange) == 0x000008, "Wrong alignment on PCGBasePointData_GetTransformValuesFromRange"); \ +static_assert(sizeof(PCGBasePointData_GetTransformValuesFromRange) == 0x000020, "Wrong size on PCGBasePointData_GetTransformValuesFromRange"); \ +static_assert(offsetof(PCGBasePointData_GetTransformValuesFromRange, InputRange) == 0x000000, "Member 'PCGBasePointData_GetTransformValuesFromRange::InputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetTransformValuesFromRange, ReturnValue) == 0x000010, "Member 'PCGBasePointData_GetTransformValuesFromRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetBoundsMaxValuesOnRange \ +static_assert(alignof(PCGBasePointData_SetBoundsMaxValuesOnRange) == 0x000008, "Wrong alignment on PCGBasePointData_SetBoundsMaxValuesOnRange"); \ +static_assert(sizeof(PCGBasePointData_SetBoundsMaxValuesOnRange) == 0x000020, "Wrong size on PCGBasePointData_SetBoundsMaxValuesOnRange"); \ +static_assert(offsetof(PCGBasePointData_SetBoundsMaxValuesOnRange, OutputRange) == 0x000000, "Member 'PCGBasePointData_SetBoundsMaxValuesOnRange::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_SetBoundsMaxValuesOnRange, Values) == 0x000010, "Member 'PCGBasePointData_SetBoundsMaxValuesOnRange::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetBoundsMinValuesOnRange \ +static_assert(alignof(PCGBasePointData_SetBoundsMinValuesOnRange) == 0x000008, "Wrong alignment on PCGBasePointData_SetBoundsMinValuesOnRange"); \ +static_assert(sizeof(PCGBasePointData_SetBoundsMinValuesOnRange) == 0x000020, "Wrong size on PCGBasePointData_SetBoundsMinValuesOnRange"); \ +static_assert(offsetof(PCGBasePointData_SetBoundsMinValuesOnRange, OutputRange) == 0x000000, "Member 'PCGBasePointData_SetBoundsMinValuesOnRange::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_SetBoundsMinValuesOnRange, Values) == 0x000010, "Member 'PCGBasePointData_SetBoundsMinValuesOnRange::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetColorValuesOnRange \ +static_assert(alignof(PCGBasePointData_SetColorValuesOnRange) == 0x000008, "Wrong alignment on PCGBasePointData_SetColorValuesOnRange"); \ +static_assert(sizeof(PCGBasePointData_SetColorValuesOnRange) == 0x000020, "Wrong size on PCGBasePointData_SetColorValuesOnRange"); \ +static_assert(offsetof(PCGBasePointData_SetColorValuesOnRange, OutputRange) == 0x000000, "Member 'PCGBasePointData_SetColorValuesOnRange::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_SetColorValuesOnRange, Values) == 0x000010, "Member 'PCGBasePointData_SetColorValuesOnRange::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetDensityValuesOnRange \ +static_assert(alignof(PCGBasePointData_SetDensityValuesOnRange) == 0x000008, "Wrong alignment on PCGBasePointData_SetDensityValuesOnRange"); \ +static_assert(sizeof(PCGBasePointData_SetDensityValuesOnRange) == 0x000020, "Wrong size on PCGBasePointData_SetDensityValuesOnRange"); \ +static_assert(offsetof(PCGBasePointData_SetDensityValuesOnRange, OutputRange) == 0x000000, "Member 'PCGBasePointData_SetDensityValuesOnRange::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_SetDensityValuesOnRange, Values) == 0x000010, "Member 'PCGBasePointData_SetDensityValuesOnRange::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetMetadataEntryValuesOnRange \ +static_assert(alignof(PCGBasePointData_SetMetadataEntryValuesOnRange) == 0x000008, "Wrong alignment on PCGBasePointData_SetMetadataEntryValuesOnRange"); \ +static_assert(sizeof(PCGBasePointData_SetMetadataEntryValuesOnRange) == 0x000020, "Wrong size on PCGBasePointData_SetMetadataEntryValuesOnRange"); \ +static_assert(offsetof(PCGBasePointData_SetMetadataEntryValuesOnRange, OutputRange) == 0x000000, "Member 'PCGBasePointData_SetMetadataEntryValuesOnRange::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_SetMetadataEntryValuesOnRange, Values) == 0x000010, "Member 'PCGBasePointData_SetMetadataEntryValuesOnRange::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetPointOnRange \ +static_assert(alignof(PCGBasePointData_SetPointOnRange) == 0x000010, "Wrong alignment on PCGBasePointData_SetPointOnRange"); \ +static_assert(sizeof(PCGBasePointData_SetPointOnRange) == 0x0000F0, "Wrong size on PCGBasePointData_SetPointOnRange"); \ +static_assert(offsetof(PCGBasePointData_SetPointOnRange, OutputRange) == 0x000000, "Member 'PCGBasePointData_SetPointOnRange::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_SetPointOnRange, Index_0) == 0x000010, "Member 'PCGBasePointData_SetPointOnRange::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_SetPointOnRange, Point) == 0x000020, "Member 'PCGBasePointData_SetPointOnRange::Point' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetSeedValuesOnRange \ +static_assert(alignof(PCGBasePointData_SetSeedValuesOnRange) == 0x000008, "Wrong alignment on PCGBasePointData_SetSeedValuesOnRange"); \ +static_assert(sizeof(PCGBasePointData_SetSeedValuesOnRange) == 0x000020, "Wrong size on PCGBasePointData_SetSeedValuesOnRange"); \ +static_assert(offsetof(PCGBasePointData_SetSeedValuesOnRange, OutputRange) == 0x000000, "Member 'PCGBasePointData_SetSeedValuesOnRange::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_SetSeedValuesOnRange, Values) == 0x000010, "Member 'PCGBasePointData_SetSeedValuesOnRange::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetSteepnessValuesOnRange \ +static_assert(alignof(PCGBasePointData_SetSteepnessValuesOnRange) == 0x000008, "Wrong alignment on PCGBasePointData_SetSteepnessValuesOnRange"); \ +static_assert(sizeof(PCGBasePointData_SetSteepnessValuesOnRange) == 0x000020, "Wrong size on PCGBasePointData_SetSteepnessValuesOnRange"); \ +static_assert(offsetof(PCGBasePointData_SetSteepnessValuesOnRange, OutputRange) == 0x000000, "Member 'PCGBasePointData_SetSteepnessValuesOnRange::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_SetSteepnessValuesOnRange, Values) == 0x000010, "Member 'PCGBasePointData_SetSteepnessValuesOnRange::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetTransformValuesOnRange \ +static_assert(alignof(PCGBasePointData_SetTransformValuesOnRange) == 0x000008, "Wrong alignment on PCGBasePointData_SetTransformValuesOnRange"); \ +static_assert(sizeof(PCGBasePointData_SetTransformValuesOnRange) == 0x000020, "Wrong size on PCGBasePointData_SetTransformValuesOnRange"); \ +static_assert(offsetof(PCGBasePointData_SetTransformValuesOnRange, OutputRange) == 0x000000, "Member 'PCGBasePointData_SetTransformValuesOnRange::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_SetTransformValuesOnRange, Values) == 0x000010, "Member 'PCGBasePointData_SetTransformValuesOnRange::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_BP_AllocateProperties \ +static_assert(alignof(PCGBasePointData_BP_AllocateProperties) == 0x000004, "Wrong alignment on PCGBasePointData_BP_AllocateProperties"); \ +static_assert(sizeof(PCGBasePointData_BP_AllocateProperties) == 0x000004, "Wrong size on PCGBasePointData_BP_AllocateProperties"); \ +static_assert(offsetof(PCGBasePointData_BP_AllocateProperties, Properties) == 0x000000, "Member 'PCGBasePointData_BP_AllocateProperties::Properties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_BP_SetPointsFrom \ +static_assert(alignof(PCGBasePointData_BP_SetPointsFrom) == 0x000008, "Wrong alignment on PCGBasePointData_BP_SetPointsFrom"); \ +static_assert(sizeof(PCGBasePointData_BP_SetPointsFrom) == 0x000018, "Wrong size on PCGBasePointData_BP_SetPointsFrom"); \ +static_assert(offsetof(PCGBasePointData_BP_SetPointsFrom, InData) == 0x000000, "Member 'PCGBasePointData_BP_SetPointsFrom::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_BP_SetPointsFrom, InDataIndices) == 0x000008, "Member 'PCGBasePointData_BP_SetPointsFrom::InDataIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetBoundsMax \ +static_assert(alignof(PCGBasePointData_SetBoundsMax) == 0x000008, "Wrong alignment on PCGBasePointData_SetBoundsMax"); \ +static_assert(sizeof(PCGBasePointData_SetBoundsMax) == 0x000018, "Wrong size on PCGBasePointData_SetBoundsMax"); \ +static_assert(offsetof(PCGBasePointData_SetBoundsMax, InBoundsMax) == 0x000000, "Member 'PCGBasePointData_SetBoundsMax::InBoundsMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetBoundsMin \ +static_assert(alignof(PCGBasePointData_SetBoundsMin) == 0x000008, "Wrong alignment on PCGBasePointData_SetBoundsMin"); \ +static_assert(sizeof(PCGBasePointData_SetBoundsMin) == 0x000018, "Wrong size on PCGBasePointData_SetBoundsMin"); \ +static_assert(offsetof(PCGBasePointData_SetBoundsMin, InBoundsMin) == 0x000000, "Member 'PCGBasePointData_SetBoundsMin::InBoundsMin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetColor \ +static_assert(alignof(PCGBasePointData_SetColor) == 0x000010, "Wrong alignment on PCGBasePointData_SetColor"); \ +static_assert(sizeof(PCGBasePointData_SetColor) == 0x000020, "Wrong size on PCGBasePointData_SetColor"); \ +static_assert(offsetof(PCGBasePointData_SetColor, InColor) == 0x000000, "Member 'PCGBasePointData_SetColor::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetDensity \ +static_assert(alignof(PCGBasePointData_SetDensity) == 0x000004, "Wrong alignment on PCGBasePointData_SetDensity"); \ +static_assert(sizeof(PCGBasePointData_SetDensity) == 0x000004, "Wrong size on PCGBasePointData_SetDensity"); \ +static_assert(offsetof(PCGBasePointData_SetDensity, InDensity) == 0x000000, "Member 'PCGBasePointData_SetDensity::InDensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetExtents \ +static_assert(alignof(PCGBasePointData_SetExtents) == 0x000008, "Wrong alignment on PCGBasePointData_SetExtents"); \ +static_assert(sizeof(PCGBasePointData_SetExtents) == 0x000018, "Wrong size on PCGBasePointData_SetExtents"); \ +static_assert(offsetof(PCGBasePointData_SetExtents, InExtents) == 0x000000, "Member 'PCGBasePointData_SetExtents::InExtents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetLocalCenter \ +static_assert(alignof(PCGBasePointData_SetLocalCenter) == 0x000008, "Wrong alignment on PCGBasePointData_SetLocalCenter"); \ +static_assert(sizeof(PCGBasePointData_SetLocalCenter) == 0x000018, "Wrong size on PCGBasePointData_SetLocalCenter"); \ +static_assert(offsetof(PCGBasePointData_SetLocalCenter, InLocalCenter) == 0x000000, "Member 'PCGBasePointData_SetLocalCenter::InLocalCenter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetMetadataEntry \ +static_assert(alignof(PCGBasePointData_SetMetadataEntry) == 0x000008, "Wrong alignment on PCGBasePointData_SetMetadataEntry"); \ +static_assert(sizeof(PCGBasePointData_SetMetadataEntry) == 0x000008, "Wrong size on PCGBasePointData_SetMetadataEntry"); \ +static_assert(offsetof(PCGBasePointData_SetMetadataEntry, InMetadataEntry) == 0x000000, "Member 'PCGBasePointData_SetMetadataEntry::InMetadataEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetNumPoints \ +static_assert(alignof(PCGBasePointData_SetNumPoints) == 0x000004, "Wrong alignment on PCGBasePointData_SetNumPoints"); \ +static_assert(sizeof(PCGBasePointData_SetNumPoints) == 0x000008, "Wrong size on PCGBasePointData_SetNumPoints"); \ +static_assert(offsetof(PCGBasePointData_SetNumPoints, InNumPoints) == 0x000000, "Member 'PCGBasePointData_SetNumPoints::InNumPoints' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_SetNumPoints, bInitializeValues) == 0x000004, "Member 'PCGBasePointData_SetNumPoints::bInitializeValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetSeed \ +static_assert(alignof(PCGBasePointData_SetSeed) == 0x000004, "Wrong alignment on PCGBasePointData_SetSeed"); \ +static_assert(sizeof(PCGBasePointData_SetSeed) == 0x000004, "Wrong size on PCGBasePointData_SetSeed"); \ +static_assert(offsetof(PCGBasePointData_SetSeed, InSeed) == 0x000000, "Member 'PCGBasePointData_SetSeed::InSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetSteepness \ +static_assert(alignof(PCGBasePointData_SetSteepness) == 0x000004, "Wrong alignment on PCGBasePointData_SetSteepness"); \ +static_assert(sizeof(PCGBasePointData_SetSteepness) == 0x000004, "Wrong size on PCGBasePointData_SetSteepness"); \ +static_assert(offsetof(PCGBasePointData_SetSteepness, InSteepness) == 0x000000, "Member 'PCGBasePointData_SetSteepness::InSteepness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_SetTransform \ +static_assert(alignof(PCGBasePointData_SetTransform) == 0x000010, "Wrong alignment on PCGBasePointData_SetTransform"); \ +static_assert(sizeof(PCGBasePointData_SetTransform) == 0x000060, "Wrong size on PCGBasePointData_SetTransform"); \ +static_assert(offsetof(PCGBasePointData_SetTransform, InTransform) == 0x000000, "Member 'PCGBasePointData_SetTransform::InTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetBoundsMax \ +static_assert(alignof(PCGBasePointData_GetBoundsMax) == 0x000008, "Wrong alignment on PCGBasePointData_GetBoundsMax"); \ +static_assert(sizeof(PCGBasePointData_GetBoundsMax) == 0x000020, "Wrong size on PCGBasePointData_GetBoundsMax"); \ +static_assert(offsetof(PCGBasePointData_GetBoundsMax, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetBoundsMax::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetBoundsMax, ReturnValue) == 0x000008, "Member 'PCGBasePointData_GetBoundsMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetBoundsMin \ +static_assert(alignof(PCGBasePointData_GetBoundsMin) == 0x000008, "Wrong alignment on PCGBasePointData_GetBoundsMin"); \ +static_assert(sizeof(PCGBasePointData_GetBoundsMin) == 0x000020, "Wrong size on PCGBasePointData_GetBoundsMin"); \ +static_assert(offsetof(PCGBasePointData_GetBoundsMin, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetBoundsMin::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetBoundsMin, ReturnValue) == 0x000008, "Member 'PCGBasePointData_GetBoundsMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetColor \ +static_assert(alignof(PCGBasePointData_GetColor) == 0x000010, "Wrong alignment on PCGBasePointData_GetColor"); \ +static_assert(sizeof(PCGBasePointData_GetColor) == 0x000030, "Wrong size on PCGBasePointData_GetColor"); \ +static_assert(offsetof(PCGBasePointData_GetColor, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetColor::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetColor, ReturnValue) == 0x000010, "Member 'PCGBasePointData_GetColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetDensity \ +static_assert(alignof(PCGBasePointData_GetDensity) == 0x000004, "Wrong alignment on PCGBasePointData_GetDensity"); \ +static_assert(sizeof(PCGBasePointData_GetDensity) == 0x000008, "Wrong size on PCGBasePointData_GetDensity"); \ +static_assert(offsetof(PCGBasePointData_GetDensity, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetDensity::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetDensity, ReturnValue) == 0x000004, "Member 'PCGBasePointData_GetDensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetDensityBounds \ +static_assert(alignof(PCGBasePointData_GetDensityBounds) == 0x000008, "Wrong alignment on PCGBasePointData_GetDensityBounds"); \ +static_assert(sizeof(PCGBasePointData_GetDensityBounds) == 0x000040, "Wrong size on PCGBasePointData_GetDensityBounds"); \ +static_assert(offsetof(PCGBasePointData_GetDensityBounds, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetDensityBounds::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetDensityBounds, ReturnValue) == 0x000008, "Member 'PCGBasePointData_GetDensityBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetExtents \ +static_assert(alignof(PCGBasePointData_GetExtents) == 0x000008, "Wrong alignment on PCGBasePointData_GetExtents"); \ +static_assert(sizeof(PCGBasePointData_GetExtents) == 0x000020, "Wrong size on PCGBasePointData_GetExtents"); \ +static_assert(offsetof(PCGBasePointData_GetExtents, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetExtents::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetExtents, ReturnValue) == 0x000008, "Member 'PCGBasePointData_GetExtents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetLocalBounds \ +static_assert(alignof(PCGBasePointData_GetLocalBounds) == 0x000008, "Wrong alignment on PCGBasePointData_GetLocalBounds"); \ +static_assert(sizeof(PCGBasePointData_GetLocalBounds) == 0x000040, "Wrong size on PCGBasePointData_GetLocalBounds"); \ +static_assert(offsetof(PCGBasePointData_GetLocalBounds, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetLocalBounds::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetLocalBounds, ReturnValue) == 0x000008, "Member 'PCGBasePointData_GetLocalBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetLocalCenter \ +static_assert(alignof(PCGBasePointData_GetLocalCenter) == 0x000008, "Wrong alignment on PCGBasePointData_GetLocalCenter"); \ +static_assert(sizeof(PCGBasePointData_GetLocalCenter) == 0x000020, "Wrong size on PCGBasePointData_GetLocalCenter"); \ +static_assert(offsetof(PCGBasePointData_GetLocalCenter, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetLocalCenter::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetLocalCenter, ReturnValue) == 0x000008, "Member 'PCGBasePointData_GetLocalCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetLocalDensityBounds \ +static_assert(alignof(PCGBasePointData_GetLocalDensityBounds) == 0x000008, "Wrong alignment on PCGBasePointData_GetLocalDensityBounds"); \ +static_assert(sizeof(PCGBasePointData_GetLocalDensityBounds) == 0x000040, "Wrong size on PCGBasePointData_GetLocalDensityBounds"); \ +static_assert(offsetof(PCGBasePointData_GetLocalDensityBounds, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetLocalDensityBounds::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetLocalDensityBounds, ReturnValue) == 0x000008, "Member 'PCGBasePointData_GetLocalDensityBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetLocalSize \ +static_assert(alignof(PCGBasePointData_GetLocalSize) == 0x000008, "Wrong alignment on PCGBasePointData_GetLocalSize"); \ +static_assert(sizeof(PCGBasePointData_GetLocalSize) == 0x000020, "Wrong size on PCGBasePointData_GetLocalSize"); \ +static_assert(offsetof(PCGBasePointData_GetLocalSize, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetLocalSize::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetLocalSize, ReturnValue) == 0x000008, "Member 'PCGBasePointData_GetLocalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetMetadataEntry \ +static_assert(alignof(PCGBasePointData_GetMetadataEntry) == 0x000008, "Wrong alignment on PCGBasePointData_GetMetadataEntry"); \ +static_assert(sizeof(PCGBasePointData_GetMetadataEntry) == 0x000010, "Wrong size on PCGBasePointData_GetMetadataEntry"); \ +static_assert(offsetof(PCGBasePointData_GetMetadataEntry, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetMetadataEntry::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetMetadataEntry, ReturnValue) == 0x000008, "Member 'PCGBasePointData_GetMetadataEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetNumPoints \ +static_assert(alignof(PCGBasePointData_GetNumPoints) == 0x000004, "Wrong alignment on PCGBasePointData_GetNumPoints"); \ +static_assert(sizeof(PCGBasePointData_GetNumPoints) == 0x000004, "Wrong size on PCGBasePointData_GetNumPoints"); \ +static_assert(offsetof(PCGBasePointData_GetNumPoints, ReturnValue) == 0x000000, "Member 'PCGBasePointData_GetNumPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetScaledExtents \ +static_assert(alignof(PCGBasePointData_GetScaledExtents) == 0x000008, "Wrong alignment on PCGBasePointData_GetScaledExtents"); \ +static_assert(sizeof(PCGBasePointData_GetScaledExtents) == 0x000020, "Wrong size on PCGBasePointData_GetScaledExtents"); \ +static_assert(offsetof(PCGBasePointData_GetScaledExtents, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetScaledExtents::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetScaledExtents, ReturnValue) == 0x000008, "Member 'PCGBasePointData_GetScaledExtents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetScaledLocalSize \ +static_assert(alignof(PCGBasePointData_GetScaledLocalSize) == 0x000008, "Wrong alignment on PCGBasePointData_GetScaledLocalSize"); \ +static_assert(sizeof(PCGBasePointData_GetScaledLocalSize) == 0x000020, "Wrong size on PCGBasePointData_GetScaledLocalSize"); \ +static_assert(offsetof(PCGBasePointData_GetScaledLocalSize, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetScaledLocalSize::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetScaledLocalSize, ReturnValue) == 0x000008, "Member 'PCGBasePointData_GetScaledLocalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetSeed \ +static_assert(alignof(PCGBasePointData_GetSeed) == 0x000004, "Wrong alignment on PCGBasePointData_GetSeed"); \ +static_assert(sizeof(PCGBasePointData_GetSeed) == 0x000008, "Wrong size on PCGBasePointData_GetSeed"); \ +static_assert(offsetof(PCGBasePointData_GetSeed, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetSeed::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetSeed, ReturnValue) == 0x000004, "Member 'PCGBasePointData_GetSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetSteepness \ +static_assert(alignof(PCGBasePointData_GetSteepness) == 0x000004, "Wrong alignment on PCGBasePointData_GetSteepness"); \ +static_assert(sizeof(PCGBasePointData_GetSteepness) == 0x000008, "Wrong size on PCGBasePointData_GetSteepness"); \ +static_assert(offsetof(PCGBasePointData_GetSteepness, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetSteepness::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetSteepness, ReturnValue) == 0x000004, "Member 'PCGBasePointData_GetSteepness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_GetTransform \ +static_assert(alignof(PCGBasePointData_GetTransform) == 0x000010, "Wrong alignment on PCGBasePointData_GetTransform"); \ +static_assert(sizeof(PCGBasePointData_GetTransform) == 0x000070, "Wrong size on PCGBasePointData_GetTransform"); \ +static_assert(offsetof(PCGBasePointData_GetTransform, InPointIndex) == 0x000000, "Member 'PCGBasePointData_GetTransform::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBasePointData_GetTransform, ReturnValue) == 0x000010, "Member 'PCGBasePointData_GetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBasePointData_IsEmpty \ +static_assert(alignof(PCGBasePointData_IsEmpty) == 0x000001, "Wrong alignment on PCGBasePointData_IsEmpty"); \ +static_assert(sizeof(PCGBasePointData_IsEmpty) == 0x000001, "Wrong size on PCGBasePointData_IsEmpty"); \ +static_assert(offsetof(PCGBasePointData_IsEmpty, ReturnValue) == 0x000000, "Member 'PCGBasePointData_IsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBasePointData \ +static_assert(alignof(UPCGBasePointData) == 0x000008, "Wrong alignment on UPCGBasePointData"); \ +static_assert(sizeof(UPCGBasePointData) == 0x0001B0, "Wrong size on UPCGBasePointData"); \ + +#define DUMPER7_ASSERTS_UPCGSpatialDataWithPointCache \ +static_assert(alignof(UPCGSpatialDataWithPointCache) == 0x000008, "Wrong alignment on UPCGSpatialDataWithPointCache"); \ +static_assert(sizeof(UPCGSpatialDataWithPointCache) == 0x000110, "Wrong size on UPCGSpatialDataWithPointCache"); \ +static_assert(offsetof(UPCGSpatialDataWithPointCache, PointDataCache) == 0x000098, "Member 'UPCGSpatialDataWithPointCache::PointDataCache' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialDataWithPointCache, PointArrayDataCache) == 0x0000C0, "Member 'UPCGSpatialDataWithPointCache::PointArrayDataCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateSplineSettings \ +static_assert(alignof(UPCGCreateSplineSettings) == 0x000008, "Wrong alignment on UPCGCreateSplineSettings"); \ +static_assert(sizeof(UPCGCreateSplineSettings) == 0x000118, "Wrong size on UPCGCreateSplineSettings"); \ +static_assert(offsetof(UPCGCreateSplineSettings, Mode) == 0x0000C8, "Member 'UPCGCreateSplineSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, bClosedLoop) == 0x0000C9, "Member 'UPCGCreateSplineSettings::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, bLinear) == 0x0000CA, "Member 'UPCGCreateSplineSettings::bLinear' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, bApplyCustomTangents) == 0x0000CB, "Member 'UPCGCreateSplineSettings::bApplyCustomTangents' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, ArriveTangentAttribute) == 0x0000CC, "Member 'UPCGCreateSplineSettings::ArriveTangentAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, LeaveTangentAttribute) == 0x0000D4, "Member 'UPCGCreateSplineSettings::LeaveTangentAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, TargetActor) == 0x0000E0, "Member 'UPCGCreateSplineSettings::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, PostProcessFunctionNames) == 0x000108, "Member 'UPCGCreateSplineSettings::PostProcessFunctionNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCollisionShapeData \ +static_assert(alignof(UPCGCollisionShapeData) == 0x000010, "Wrong alignment on UPCGCollisionShapeData"); \ +static_assert(sizeof(UPCGCollisionShapeData) == 0x000200, "Wrong size on UPCGCollisionShapeData"); \ +static_assert(offsetof(UPCGCollisionShapeData, Transform) == 0x000110, "Member 'UPCGCollisionShapeData::Transform' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollisionShapeData, CachedBounds) == 0x000188, "Member 'UPCGCollisionShapeData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollisionShapeData, CachedStrictBounds) == 0x0001C0, "Member 'UPCGCollisionShapeData::CachedStrictBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCollisionWrapperData \ +static_assert(alignof(UPCGCollisionWrapperData) == 0x000008, "Wrong alignment on UPCGCollisionWrapperData"); \ +static_assert(sizeof(UPCGCollisionWrapperData) == 0x000120, "Wrong size on UPCGCollisionWrapperData"); \ +static_assert(offsetof(UPCGCollisionWrapperData, PointData) == 0x000098, "Member 'UPCGCollisionWrapperData::PointData' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollisionWrapperData, CollisionSelector) == 0x0000A0, "Member 'UPCGCollisionWrapperData::CollisionSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollisionWrapperData, CollisionQueryFlag) == 0x0000E0, "Member 'UPCGCollisionWrapperData::CollisionQueryFlag' 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_K2_AddDifference \ +static_assert(alignof(PCGDifferenceData_K2_AddDifference) == 0x000008, "Wrong alignment on PCGDifferenceData_K2_AddDifference"); \ +static_assert(sizeof(PCGDifferenceData_K2_AddDifference) == 0x000008, "Wrong size on PCGDifferenceData_K2_AddDifference"); \ +static_assert(offsetof(PCGDifferenceData_K2_AddDifference, InDifference) == 0x000000, "Member 'PCGDifferenceData_K2_AddDifference::InDifference' 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) == 0x000138, "Wrong size on UPCGDifferenceData"); \ +static_assert(offsetof(UPCGDifferenceData, bDiffMetadata) == 0x000110, "Member 'UPCGDifferenceData::bDiffMetadata' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceData, Source) == 0x000118, "Member 'UPCGDifferenceData::Source' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceData, Difference) == 0x000120, "Member 'UPCGDifferenceData::Difference' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceData, DifferencesUnion) == 0x000128, "Member 'UPCGDifferenceData::DifferencesUnion' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceData, DensityFunction) == 0x000130, "Member 'UPCGDifferenceData::DensityFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDynamicMeshData_K2_Initialize \ +static_assert(alignof(PCGDynamicMeshData_K2_Initialize) == 0x000008, "Wrong alignment on PCGDynamicMeshData_K2_Initialize"); \ +static_assert(sizeof(PCGDynamicMeshData_K2_Initialize) == 0x000020, "Wrong size on PCGDynamicMeshData_K2_Initialize"); \ +static_assert(offsetof(PCGDynamicMeshData_K2_Initialize, InMesh) == 0x000000, "Member 'PCGDynamicMeshData_K2_Initialize::InMesh' has a wrong offset!"); \ +static_assert(offsetof(PCGDynamicMeshData_K2_Initialize, InMaterials) == 0x000008, "Member 'PCGDynamicMeshData_K2_Initialize::InMaterials' has a wrong offset!"); \ +static_assert(offsetof(PCGDynamicMeshData_K2_Initialize, bCanTakeOwnership) == 0x000018, "Member 'PCGDynamicMeshData_K2_Initialize::bCanTakeOwnership' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDynamicMeshData_SetMaterials \ +static_assert(alignof(PCGDynamicMeshData_SetMaterials) == 0x000008, "Wrong alignment on PCGDynamicMeshData_SetMaterials"); \ +static_assert(sizeof(PCGDynamicMeshData_SetMaterials) == 0x000010, "Wrong size on PCGDynamicMeshData_SetMaterials"); \ +static_assert(offsetof(PCGDynamicMeshData_SetMaterials, InMaterials) == 0x000000, "Member 'PCGDynamicMeshData_SetMaterials::InMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDynamicMeshData \ +static_assert(alignof(UPCGDynamicMeshData) == 0x000008, "Wrong alignment on UPCGDynamicMeshData"); \ +static_assert(sizeof(UPCGDynamicMeshData) == 0x000328, "Wrong size on UPCGDynamicMeshData"); \ +static_assert(offsetof(UPCGDynamicMeshData, DynamicMesh) == 0x000098, "Member 'UPCGDynamicMeshData::DynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(UPCGDynamicMeshData, Materials) == 0x0000A0, "Member 'UPCGDynamicMeshData::Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGFilterDataBaseSettings \ +static_assert(alignof(UPCGFilterDataBaseSettings) == 0x000008, "Wrong alignment on UPCGFilterDataBaseSettings"); \ +static_assert(sizeof(UPCGFilterDataBaseSettings) == 0x0000C8, "Wrong size on UPCGFilterDataBaseSettings"); \ + +#define DUMPER7_ASSERTS_UPCGFilterByIndexSettings \ +static_assert(alignof(UPCGFilterByIndexSettings) == 0x000008, "Wrong alignment on UPCGFilterByIndexSettings"); \ +static_assert(sizeof(UPCGFilterByIndexSettings) == 0x0000E0, "Wrong size on UPCGFilterByIndexSettings"); \ +static_assert(offsetof(UPCGFilterByIndexSettings, bInvertFilter) == 0x0000C8, "Member 'UPCGFilterByIndexSettings::bInvertFilter' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByIndexSettings, SelectedIndices) == 0x0000D0, "Member 'UPCGFilterByIndexSettings::SelectedIndices' 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) == 0x000198, "Wrong size on UPCGIntersectionData"); \ +static_assert(offsetof(UPCGIntersectionData, DensityFunction) == 0x000110, "Member 'UPCGIntersectionData::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGIntersectionData, A) == 0x000118, "Member 'UPCGIntersectionData::A' has a wrong offset!"); \ +static_assert(offsetof(UPCGIntersectionData, B) == 0x000120, "Member 'UPCGIntersectionData::B' has a wrong offset!"); \ +static_assert(offsetof(UPCGIntersectionData, CachedBounds) == 0x000128, "Member 'UPCGIntersectionData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGIntersectionData, CachedStrictBounds) == 0x000160, "Member 'UPCGIntersectionData::CachedStrictBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSurfaceData \ +static_assert(alignof(UPCGSurfaceData) == 0x000010, "Wrong alignment on UPCGSurfaceData"); \ +static_assert(sizeof(UPCGSurfaceData) == 0x0001B0, "Wrong size on UPCGSurfaceData"); \ +static_assert(offsetof(UPCGSurfaceData, Transform) == 0x000110, "Member 'UPCGSurfaceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceData, LocalBounds) == 0x000170, "Member 'UPCGSurfaceData::LocalBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLandscapeData \ +static_assert(alignof(UPCGLandscapeData) == 0x000010, "Wrong alignment on UPCGLandscapeData"); \ +static_assert(sizeof(UPCGLandscapeData) == 0x000220, "Wrong size on UPCGLandscapeData"); \ +static_assert(offsetof(UPCGLandscapeData, Landscapes) == 0x0001A8, "Member 'UPCGLandscapeData::Landscapes' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeData, Bounds) == 0x0001B8, "Member 'UPCGLandscapeData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeData, DataProps) == 0x0001F0, "Member 'UPCGLandscapeData::DataProps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetAlphaAtDistance \ +static_assert(alignof(PCGPolyLineData_GetAlphaAtDistance) == 0x000008, "Wrong alignment on PCGPolyLineData_GetAlphaAtDistance"); \ +static_assert(sizeof(PCGPolyLineData_GetAlphaAtDistance) == 0x000018, "Wrong size on PCGPolyLineData_GetAlphaAtDistance"); \ +static_assert(offsetof(PCGPolyLineData_GetAlphaAtDistance, SegmentIndex) == 0x000000, "Member 'PCGPolyLineData_GetAlphaAtDistance::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetAlphaAtDistance, Distance) == 0x000008, "Member 'PCGPolyLineData_GetAlphaAtDistance::Distance' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetAlphaAtDistance, ReturnValue) == 0x000010, "Member 'PCGPolyLineData_GetAlphaAtDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetCurvatureAtDistance \ +static_assert(alignof(PCGPolyLineData_GetCurvatureAtDistance) == 0x000008, "Wrong alignment on PCGPolyLineData_GetCurvatureAtDistance"); \ +static_assert(sizeof(PCGPolyLineData_GetCurvatureAtDistance) == 0x000018, "Wrong size on PCGPolyLineData_GetCurvatureAtDistance"); \ +static_assert(offsetof(PCGPolyLineData_GetCurvatureAtDistance, SegmentIndex) == 0x000000, "Member 'PCGPolyLineData_GetCurvatureAtDistance::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetCurvatureAtDistance, Distance) == 0x000008, "Member 'PCGPolyLineData_GetCurvatureAtDistance::Distance' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetCurvatureAtDistance, ReturnValue) == 0x000010, "Member 'PCGPolyLineData_GetCurvatureAtDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetDistanceAtSegmentStart \ +static_assert(alignof(PCGPolyLineData_GetDistanceAtSegmentStart) == 0x000008, "Wrong alignment on PCGPolyLineData_GetDistanceAtSegmentStart"); \ +static_assert(sizeof(PCGPolyLineData_GetDistanceAtSegmentStart) == 0x000010, "Wrong size on PCGPolyLineData_GetDistanceAtSegmentStart"); \ +static_assert(offsetof(PCGPolyLineData_GetDistanceAtSegmentStart, SegmentIndex) == 0x000000, "Member 'PCGPolyLineData_GetDistanceAtSegmentStart::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetDistanceAtSegmentStart, ReturnValue) == 0x000008, "Member 'PCGPolyLineData_GetDistanceAtSegmentStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetInputKeyAtAlpha \ +static_assert(alignof(PCGPolyLineData_GetInputKeyAtAlpha) == 0x000004, "Wrong alignment on PCGPolyLineData_GetInputKeyAtAlpha"); \ +static_assert(sizeof(PCGPolyLineData_GetInputKeyAtAlpha) == 0x000008, "Wrong size on PCGPolyLineData_GetInputKeyAtAlpha"); \ +static_assert(offsetof(PCGPolyLineData_GetInputKeyAtAlpha, Alpha) == 0x000000, "Member 'PCGPolyLineData_GetInputKeyAtAlpha::Alpha' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetInputKeyAtAlpha, ReturnValue) == 0x000004, "Member 'PCGPolyLineData_GetInputKeyAtAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetInputKeyAtDistance \ +static_assert(alignof(PCGPolyLineData_GetInputKeyAtDistance) == 0x000008, "Wrong alignment on PCGPolyLineData_GetInputKeyAtDistance"); \ +static_assert(sizeof(PCGPolyLineData_GetInputKeyAtDistance) == 0x000018, "Wrong size on PCGPolyLineData_GetInputKeyAtDistance"); \ +static_assert(offsetof(PCGPolyLineData_GetInputKeyAtDistance, SegmentIndex) == 0x000000, "Member 'PCGPolyLineData_GetInputKeyAtDistance::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetInputKeyAtDistance, Distance) == 0x000008, "Member 'PCGPolyLineData_GetInputKeyAtDistance::Distance' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetInputKeyAtDistance, ReturnValue) == 0x000010, "Member 'PCGPolyLineData_GetInputKeyAtDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetLength \ +static_assert(alignof(PCGPolyLineData_GetLength) == 0x000008, "Wrong alignment on PCGPolyLineData_GetLength"); \ +static_assert(sizeof(PCGPolyLineData_GetLength) == 0x000008, "Wrong size on PCGPolyLineData_GetLength"); \ +static_assert(offsetof(PCGPolyLineData_GetLength, ReturnValue) == 0x000000, "Member 'PCGPolyLineData_GetLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetLocationAtAlpha \ +static_assert(alignof(PCGPolyLineData_GetLocationAtAlpha) == 0x000008, "Wrong alignment on PCGPolyLineData_GetLocationAtAlpha"); \ +static_assert(sizeof(PCGPolyLineData_GetLocationAtAlpha) == 0x000020, "Wrong size on PCGPolyLineData_GetLocationAtAlpha"); \ +static_assert(offsetof(PCGPolyLineData_GetLocationAtAlpha, Alpha) == 0x000000, "Member 'PCGPolyLineData_GetLocationAtAlpha::Alpha' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetLocationAtAlpha, ReturnValue) == 0x000008, "Member 'PCGPolyLineData_GetLocationAtAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetLocationAtDistance \ +static_assert(alignof(PCGPolyLineData_GetLocationAtDistance) == 0x000008, "Wrong alignment on PCGPolyLineData_GetLocationAtDistance"); \ +static_assert(sizeof(PCGPolyLineData_GetLocationAtDistance) == 0x000030, "Wrong size on PCGPolyLineData_GetLocationAtDistance"); \ +static_assert(offsetof(PCGPolyLineData_GetLocationAtDistance, SegmentIndex) == 0x000000, "Member 'PCGPolyLineData_GetLocationAtDistance::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetLocationAtDistance, Distance) == 0x000008, "Member 'PCGPolyLineData_GetLocationAtDistance::Distance' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetLocationAtDistance, bWorldSpace) == 0x000010, "Member 'PCGPolyLineData_GetLocationAtDistance::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetLocationAtDistance, ReturnValue) == 0x000018, "Member 'PCGPolyLineData_GetLocationAtDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetNumSegments \ +static_assert(alignof(PCGPolyLineData_GetNumSegments) == 0x000004, "Wrong alignment on PCGPolyLineData_GetNumSegments"); \ +static_assert(sizeof(PCGPolyLineData_GetNumSegments) == 0x000004, "Wrong size on PCGPolyLineData_GetNumSegments"); \ +static_assert(offsetof(PCGPolyLineData_GetNumSegments, ReturnValue) == 0x000000, "Member 'PCGPolyLineData_GetNumSegments::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetNumVertices \ +static_assert(alignof(PCGPolyLineData_GetNumVertices) == 0x000004, "Wrong alignment on PCGPolyLineData_GetNumVertices"); \ +static_assert(sizeof(PCGPolyLineData_GetNumVertices) == 0x000004, "Wrong size on PCGPolyLineData_GetNumVertices"); \ +static_assert(offsetof(PCGPolyLineData_GetNumVertices, ReturnValue) == 0x000000, "Member 'PCGPolyLineData_GetNumVertices::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetSegmentLength \ +static_assert(alignof(PCGPolyLineData_GetSegmentLength) == 0x000008, "Wrong alignment on PCGPolyLineData_GetSegmentLength"); \ +static_assert(sizeof(PCGPolyLineData_GetSegmentLength) == 0x000010, "Wrong size on PCGPolyLineData_GetSegmentLength"); \ +static_assert(offsetof(PCGPolyLineData_GetSegmentLength, SegmentIndex) == 0x000000, "Member 'PCGPolyLineData_GetSegmentLength::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetSegmentLength, ReturnValue) == 0x000008, "Member 'PCGPolyLineData_GetSegmentLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetTangentsAtSegmentStart \ +static_assert(alignof(PCGPolyLineData_GetTangentsAtSegmentStart) == 0x000008, "Wrong alignment on PCGPolyLineData_GetTangentsAtSegmentStart"); \ +static_assert(sizeof(PCGPolyLineData_GetTangentsAtSegmentStart) == 0x000038, "Wrong size on PCGPolyLineData_GetTangentsAtSegmentStart"); \ +static_assert(offsetof(PCGPolyLineData_GetTangentsAtSegmentStart, SegmentIndex) == 0x000000, "Member 'PCGPolyLineData_GetTangentsAtSegmentStart::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetTangentsAtSegmentStart, OutArriveTangent) == 0x000008, "Member 'PCGPolyLineData_GetTangentsAtSegmentStart::OutArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetTangentsAtSegmentStart, OutLeaveTangent) == 0x000020, "Member 'PCGPolyLineData_GetTangentsAtSegmentStart::OutLeaveTangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetTransform \ +static_assert(alignof(PCGPolyLineData_GetTransform) == 0x000010, "Wrong alignment on PCGPolyLineData_GetTransform"); \ +static_assert(sizeof(PCGPolyLineData_GetTransform) == 0x000060, "Wrong size on PCGPolyLineData_GetTransform"); \ +static_assert(offsetof(PCGPolyLineData_GetTransform, ReturnValue) == 0x000000, "Member 'PCGPolyLineData_GetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_GetTransformAtAlpha \ +static_assert(alignof(PCGPolyLineData_GetTransformAtAlpha) == 0x000010, "Wrong alignment on PCGPolyLineData_GetTransformAtAlpha"); \ +static_assert(sizeof(PCGPolyLineData_GetTransformAtAlpha) == 0x000070, "Wrong size on PCGPolyLineData_GetTransformAtAlpha"); \ +static_assert(offsetof(PCGPolyLineData_GetTransformAtAlpha, Alpha) == 0x000000, "Member 'PCGPolyLineData_GetTransformAtAlpha::Alpha' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_GetTransformAtAlpha, ReturnValue) == 0x000010, "Member 'PCGPolyLineData_GetTransformAtAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_IsClosed \ +static_assert(alignof(PCGPolyLineData_IsClosed) == 0x000001, "Wrong alignment on PCGPolyLineData_IsClosed"); \ +static_assert(sizeof(PCGPolyLineData_IsClosed) == 0x000001, "Wrong size on PCGPolyLineData_IsClosed"); \ +static_assert(offsetof(PCGPolyLineData_IsClosed, ReturnValue) == 0x000000, "Member 'PCGPolyLineData_IsClosed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_K2_GetTransformAtDistance \ +static_assert(alignof(PCGPolyLineData_K2_GetTransformAtDistance) == 0x000010, "Wrong alignment on PCGPolyLineData_K2_GetTransformAtDistance"); \ +static_assert(sizeof(PCGPolyLineData_K2_GetTransformAtDistance) == 0x0000B0, "Wrong size on PCGPolyLineData_K2_GetTransformAtDistance"); \ +static_assert(offsetof(PCGPolyLineData_K2_GetTransformAtDistance, SegmentIndex) == 0x000000, "Member 'PCGPolyLineData_K2_GetTransformAtDistance::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_K2_GetTransformAtDistance, Distance) == 0x000008, "Member 'PCGPolyLineData_K2_GetTransformAtDistance::Distance' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_K2_GetTransformAtDistance, OutBounds) == 0x000010, "Member 'PCGPolyLineData_K2_GetTransformAtDistance::OutBounds' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_K2_GetTransformAtDistance, bWorldSpace) == 0x000048, "Member 'PCGPolyLineData_K2_GetTransformAtDistance::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_K2_GetTransformAtDistance, ReturnValue) == 0x000050, "Member 'PCGPolyLineData_K2_GetTransformAtDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPolyLineData_WriteMetadataToPoint \ +static_assert(alignof(PCGPolyLineData_WriteMetadataToPoint) == 0x000010, "Wrong alignment on PCGPolyLineData_WriteMetadataToPoint"); \ +static_assert(sizeof(PCGPolyLineData_WriteMetadataToPoint) == 0x0000F0, "Wrong size on PCGPolyLineData_WriteMetadataToPoint"); \ +static_assert(offsetof(PCGPolyLineData_WriteMetadataToPoint, InputKey) == 0x000000, "Member 'PCGPolyLineData_WriteMetadataToPoint::InputKey' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_WriteMetadataToPoint, OutPoint) == 0x000010, "Member 'PCGPolyLineData_WriteMetadataToPoint::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGPolyLineData_WriteMetadataToPoint, OutMetadata) == 0x0000E0, "Member 'PCGPolyLineData_WriteMetadataToPoint::OutMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPolyLineData \ +static_assert(alignof(UPCGPolyLineData) == 0x000008, "Wrong alignment on UPCGPolyLineData"); \ +static_assert(sizeof(UPCGPolyLineData) == 0x000110, "Wrong size on UPCGPolyLineData"); \ + +#define DUMPER7_ASSERTS_UPCGLandscapeSplineData \ +static_assert(alignof(UPCGLandscapeSplineData) == 0x000008, "Wrong alignment on UPCGLandscapeSplineData"); \ +static_assert(sizeof(UPCGLandscapeSplineData) == 0x000138, "Wrong size on UPCGLandscapeSplineData"); \ +static_assert(offsetof(UPCGLandscapeSplineData, Spline) == 0x000110, "Member 'UPCGLandscapeSplineData::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointArrayData \ +static_assert(alignof(UPCGPointArrayData) == 0x000010, "Wrong alignment on UPCGPointArrayData"); \ +static_assert(sizeof(UPCGPointArrayData) == 0x000360, "Wrong size on UPCGPointArrayData"); \ +static_assert(offsetof(UPCGPointArrayData, PointArray) == 0x0001B0, "Member 'UPCGPointArrayData::PointArray' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointArrayData, ParentData) == 0x000350, "Member 'UPCGPointArrayData::ParentData' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointArrayData, InheritedProperties) == 0x000358, "Member 'UPCGPointArrayData::InheritedProperties' 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_PCGPointData_GetPointsCopy \ +static_assert(alignof(PCGPointData_GetPointsCopy) == 0x000008, "Wrong alignment on PCGPointData_GetPointsCopy"); \ +static_assert(sizeof(PCGPointData_GetPointsCopy) == 0x000010, "Wrong size on PCGPointData_GetPointsCopy"); \ +static_assert(offsetof(PCGPointData_GetPointsCopy, ReturnValue) == 0x000000, "Member 'PCGPointData_GetPointsCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointData \ +static_assert(alignof(UPCGPointData) == 0x000010, "Wrong alignment on UPCGPointData"); \ +static_assert(sizeof(UPCGPointData) == 0x000280, "Wrong size on UPCGPointData"); \ +static_assert(offsetof(UPCGPointData, Points) == 0x0001B0, "Member 'UPCGPointData::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPolygon2DData \ +static_assert(alignof(UPCGPolygon2DData) == 0x000010, "Wrong alignment on UPCGPolygon2DData"); \ +static_assert(sizeof(UPCGPolygon2DData) == 0x000260, "Wrong size on UPCGPolygon2DData"); \ +static_assert(offsetof(UPCGPolygon2DData, VertexEntryKeys) == 0x000138, "Member 'UPCGPolygon2DData::VertexEntryKeys' has a wrong offset!"); \ +static_assert(offsetof(UPCGPolygon2DData, Transform) == 0x000150, "Member 'UPCGPolygon2DData::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetActorPropertySettings \ +static_assert(alignof(UPCGGetActorPropertySettings) == 0x000008, "Wrong alignment on UPCGGetActorPropertySettings"); \ +static_assert(sizeof(UPCGGetActorPropertySettings) == 0x0001A8, "Wrong size on UPCGGetActorPropertySettings"); \ +static_assert(offsetof(UPCGGetActorPropertySettings, ActorSelector) == 0x0000C8, "Member 'UPCGGetActorPropertySettings::ActorSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetActorPropertySettings, bSelectComponent) == 0x000140, "Member 'UPCGGetActorPropertySettings::bSelectComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetActorPropertySettings, ComponentClass) == 0x000148, "Member 'UPCGGetActorPropertySettings::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetActorPropertySettings, bProcessAllComponents) == 0x000150, "Member 'UPCGGetActorPropertySettings::bProcessAllComponents' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetActorPropertySettings, bOutputComponentReference) == 0x000151, "Member 'UPCGGetActorPropertySettings::bOutputComponentReference' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetActorPropertySettings, PropertyName) == 0x000154, "Member 'UPCGGetActorPropertySettings::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetActorPropertySettings, bForceObjectAndStructExtraction) == 0x00015C, "Member 'UPCGGetActorPropertySettings::bForceObjectAndStructExtraction' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetActorPropertySettings, OutputAttributeName) == 0x000160, "Member 'UPCGGetActorPropertySettings::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetActorPropertySettings, bSanitizeOutputAttributeName) == 0x0001A0, "Member 'UPCGGetActorPropertySettings::bSanitizeOutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetActorPropertySettings, bOutputActorReference) == 0x0001A1, "Member 'UPCGGetActorPropertySettings::bOutputActorReference' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetActorPropertySettings, bAlwaysRequeryActors) == 0x0001A2, "Member 'UPCGGetActorPropertySettings::bAlwaysRequeryActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPolygon2DInteriorSurfaceData \ +static_assert(alignof(UPCGPolygon2DInteriorSurfaceData) == 0x000010, "Wrong alignment on UPCGPolygon2DInteriorSurfaceData"); \ +static_assert(sizeof(UPCGPolygon2DInteriorSurfaceData) == 0x0001B0, "Wrong size on UPCGPolygon2DInteriorSurfaceData"); \ +static_assert(offsetof(UPCGPolygon2DInteriorSurfaceData, Polygon) == 0x0001A8, "Member 'UPCGPolygon2DInteriorSurfaceData::Polygon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPrimitiveData \ +static_assert(alignof(UPCGPrimitiveData) == 0x000008, "Wrong alignment on UPCGPrimitiveData"); \ +static_assert(sizeof(UPCGPrimitiveData) == 0x0001A0, "Wrong size on UPCGPrimitiveData"); \ +static_assert(offsetof(UPCGPrimitiveData, VoxelSize) == 0x000110, "Member 'UPCGPrimitiveData::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveData, Primitive) == 0x000128, "Member 'UPCGPrimitiveData::Primitive' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveData, CachedBounds) == 0x000130, "Member 'UPCGPrimitiveData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveData, CachedStrictBounds) == 0x000168, "Member 'UPCGPrimitiveData::CachedStrictBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGFilterByTypeSettings \ +static_assert(alignof(UPCGFilterByTypeSettings) == 0x000008, "Wrong alignment on UPCGFilterByTypeSettings"); \ +static_assert(sizeof(UPCGFilterByTypeSettings) == 0x0000E8, "Wrong size on UPCGFilterByTypeSettings"); \ +static_assert(offsetof(UPCGFilterByTypeSettings, TargetType) == 0x0000C8, "Member 'UPCGFilterByTypeSettings::TargetType' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByTypeSettings, bShowOutsideFilter) == 0x0000E0, "Member 'UPCGFilterByTypeSettings::bShowOutsideFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGProjectionData \ +static_assert(alignof(UPCGProjectionData) == 0x000008, "Wrong alignment on UPCGProjectionData"); \ +static_assert(sizeof(UPCGProjectionData) == 0x0001B0, "Wrong size on UPCGProjectionData"); \ +static_assert(offsetof(UPCGProjectionData, Source) == 0x000110, "Member 'UPCGProjectionData::Source' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionData, Target) == 0x000118, "Member 'UPCGProjectionData::Target' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionData, CachedBounds) == 0x000120, "Member 'UPCGProjectionData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionData, CachedStrictBounds) == 0x000158, "Member 'UPCGProjectionData::CachedStrictBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionData, ProjectionParams) == 0x000190, "Member 'UPCGProjectionData::ProjectionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBaseTextureData_SetDensityFunctionEquivalent \ +static_assert(alignof(PCGBaseTextureData_SetDensityFunctionEquivalent) == 0x000001, "Wrong alignment on PCGBaseTextureData_SetDensityFunctionEquivalent"); \ +static_assert(sizeof(PCGBaseTextureData_SetDensityFunctionEquivalent) == 0x000001, "Wrong size on PCGBaseTextureData_SetDensityFunctionEquivalent"); \ +static_assert(offsetof(PCGBaseTextureData_SetDensityFunctionEquivalent, DensityFunction) == 0x000000, "Member 'PCGBaseTextureData_SetDensityFunctionEquivalent::DensityFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBaseTextureData_GetDensityFunctionEquivalent \ +static_assert(alignof(PCGBaseTextureData_GetDensityFunctionEquivalent) == 0x000001, "Wrong alignment on PCGBaseTextureData_GetDensityFunctionEquivalent"); \ +static_assert(sizeof(PCGBaseTextureData_GetDensityFunctionEquivalent) == 0x000001, "Wrong size on PCGBaseTextureData_GetDensityFunctionEquivalent"); \ +static_assert(offsetof(PCGBaseTextureData_GetDensityFunctionEquivalent, ReturnValue) == 0x000000, "Member 'PCGBaseTextureData_GetDensityFunctionEquivalent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBaseTextureData \ +static_assert(alignof(UPCGBaseTextureData) == 0x000010, "Wrong alignment on UPCGBaseTextureData"); \ +static_assert(sizeof(UPCGBaseTextureData) == 0x000260, "Wrong size on UPCGBaseTextureData"); \ +static_assert(offsetof(UPCGBaseTextureData, bUseDensitySourceChannel) == 0x0001A8, "Member 'UPCGBaseTextureData::bUseDensitySourceChannel' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, ColorChannel) == 0x0001A9, "Member 'UPCGBaseTextureData::ColorChannel' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Filter) == 0x0001AA, "Member 'UPCGBaseTextureData::Filter' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, TexelSize) == 0x0001AC, "Member 'UPCGBaseTextureData::TexelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, bUseAdvancedTiling) == 0x0001B0, "Member 'UPCGBaseTextureData::bUseAdvancedTiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Tiling) == 0x0001B8, "Member 'UPCGBaseTextureData::Tiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, CenterOffset) == 0x0001C8, "Member 'UPCGBaseTextureData::CenterOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Rotation) == 0x0001D8, "Member 'UPCGBaseTextureData::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, bUseTileBounds) == 0x0001DC, "Member 'UPCGBaseTextureData::bUseTileBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, TileBounds) == 0x0001E0, "Member 'UPCGBaseTextureData::TileBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, ColorData) == 0x000208, "Member 'UPCGBaseTextureData::ColorData' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Bounds) == 0x000218, "Member 'UPCGBaseTextureData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Height) == 0x000250, "Member 'UPCGBaseTextureData::Height' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Width) == 0x000254, "Member 'UPCGBaseTextureData::Width' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, bSkipReadbackToCPU) == 0x000258, "Member 'UPCGBaseTextureData::bSkipReadbackToCPU' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGElevationIsolinesSettings \ +static_assert(alignof(UPCGElevationIsolinesSettings) == 0x000008, "Wrong alignment on UPCGElevationIsolinesSettings"); \ +static_assert(sizeof(UPCGElevationIsolinesSettings) == 0x0000F0, "Wrong size on UPCGElevationIsolinesSettings"); \ +static_assert(offsetof(UPCGElevationIsolinesSettings, ElevationStart) == 0x0000C8, "Member 'UPCGElevationIsolinesSettings::ElevationStart' has a wrong offset!"); \ +static_assert(offsetof(UPCGElevationIsolinesSettings, ElevationEnd) == 0x0000D0, "Member 'UPCGElevationIsolinesSettings::ElevationEnd' has a wrong offset!"); \ +static_assert(offsetof(UPCGElevationIsolinesSettings, ElevationIncrement) == 0x0000D8, "Member 'UPCGElevationIsolinesSettings::ElevationIncrement' has a wrong offset!"); \ +static_assert(offsetof(UPCGElevationIsolinesSettings, Resolution) == 0x0000E0, "Member 'UPCGElevationIsolinesSettings::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UPCGElevationIsolinesSettings, bAddTagOnOutputForSameElevation) == 0x0000E8, "Member 'UPCGElevationIsolinesSettings::bAddTagOnOutputForSameElevation' has a wrong offset!"); \ +static_assert(offsetof(UPCGElevationIsolinesSettings, bProjectSurfaceNormal) == 0x0000E9, "Member 'UPCGElevationIsolinesSettings::bProjectSurfaceNormal' has a wrong offset!"); \ +static_assert(offsetof(UPCGElevationIsolinesSettings, bOutputAsSpline) == 0x0000EA, "Member 'UPCGElevationIsolinesSettings::bOutputAsSpline' has a wrong offset!"); \ +static_assert(offsetof(UPCGElevationIsolinesSettings, bLinearSpline) == 0x0000EB, "Member 'UPCGElevationIsolinesSettings::bLinearSpline' 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) == 0x000080, "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!"); \ +static_assert(offsetof(PCGRenderTargetData_Initialize, bInSkipReadbackToCPU) == 0x000070, "Member 'PCGRenderTargetData_Initialize::bInSkipReadbackToCPU' has a wrong offset!"); \ +static_assert(offsetof(PCGRenderTargetData_Initialize, bInTakeOwnershipOfRenderTarget) == 0x000071, "Member 'PCGRenderTargetData_Initialize::bInTakeOwnershipOfRenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGRenderTargetData \ +static_assert(alignof(UPCGRenderTargetData) == 0x000010, "Wrong alignment on UPCGRenderTargetData"); \ +static_assert(sizeof(UPCGRenderTargetData) == 0x000270, "Wrong size on UPCGRenderTargetData"); \ +static_assert(offsetof(UPCGRenderTargetData, RenderTarget) == 0x000260, "Member 'UPCGRenderTargetData::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGRenderTargetData, bOwnsRenderTarget) == 0x000268, "Member 'UPCGRenderTargetData::bOwnsRenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGResourceData \ +static_assert(alignof(UPCGResourceData) == 0x000008, "Wrong alignment on UPCGResourceData"); \ +static_assert(sizeof(UPCGResourceData) == 0x000048, "Wrong size on UPCGResourceData"); \ + +#define DUMPER7_ASSERTS_UPCGGenerateSeedSettings \ +static_assert(alignof(UPCGGenerateSeedSettings) == 0x000008, "Wrong alignment on UPCGGenerateSeedSettings"); \ +static_assert(sizeof(UPCGGenerateSeedSettings) == 0x000168, "Wrong size on UPCGGenerateSeedSettings"); \ +static_assert(offsetof(UPCGGenerateSeedSettings, GenerationSource) == 0x0000C8, "Member 'UPCGGenerateSeedSettings::GenerationSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenerateSeedSettings, SourceString) == 0x0000D0, "Member 'UPCGGenerateSeedSettings::SourceString' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenerateSeedSettings, SeedSource) == 0x0000E0, "Member 'UPCGGenerateSeedSettings::SeedSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenerateSeedSettings, bResetSeedPerInput) == 0x000120, "Member 'UPCGGenerateSeedSettings::bResetSeedPerInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenerateSeedSettings, OutputTarget) == 0x000128, "Member 'UPCGGenerateSeedSettings::OutputTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSplineData_Initialize \ +static_assert(alignof(PCGSplineData_Initialize) == 0x000008, "Wrong alignment on PCGSplineData_Initialize"); \ +static_assert(sizeof(PCGSplineData_Initialize) == 0x000008, "Wrong size on PCGSplineData_Initialize"); \ +static_assert(offsetof(PCGSplineData_Initialize, InSpline) == 0x000000, "Member 'PCGSplineData_Initialize::InSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSplineData_K2_Initialize \ +static_assert(alignof(PCGSplineData_K2_Initialize) == 0x000010, "Wrong alignment on PCGSplineData_K2_Initialize"); \ +static_assert(sizeof(PCGSplineData_K2_Initialize) == 0x000090, "Wrong size on PCGSplineData_K2_Initialize"); \ +static_assert(offsetof(PCGSplineData_K2_Initialize, InSplinePoints) == 0x000000, "Member 'PCGSplineData_K2_Initialize::InSplinePoints' has a wrong offset!"); \ +static_assert(offsetof(PCGSplineData_K2_Initialize, bInClosedLoop) == 0x000010, "Member 'PCGSplineData_K2_Initialize::bInClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(PCGSplineData_K2_Initialize, InTransform) == 0x000020, "Member 'PCGSplineData_K2_Initialize::InTransform' has a wrong offset!"); \ +static_assert(offsetof(PCGSplineData_K2_Initialize, InOptionalEntryKeys) == 0x000080, "Member 'PCGSplineData_K2_Initialize::InOptionalEntryKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSplineData_GetMetadataEntryKeysForSplinePoints \ +static_assert(alignof(PCGSplineData_GetMetadataEntryKeysForSplinePoints) == 0x000008, "Wrong alignment on PCGSplineData_GetMetadataEntryKeysForSplinePoints"); \ +static_assert(sizeof(PCGSplineData_GetMetadataEntryKeysForSplinePoints) == 0x000010, "Wrong size on PCGSplineData_GetMetadataEntryKeysForSplinePoints"); \ +static_assert(offsetof(PCGSplineData_GetMetadataEntryKeysForSplinePoints, ReturnValue) == 0x000000, "Member 'PCGSplineData_GetMetadataEntryKeysForSplinePoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSplineData_GetSplinePoints \ +static_assert(alignof(PCGSplineData_GetSplinePoints) == 0x000008, "Wrong alignment on PCGSplineData_GetSplinePoints"); \ +static_assert(sizeof(PCGSplineData_GetSplinePoints) == 0x000010, "Wrong size on PCGSplineData_GetSplinePoints"); \ +static_assert(offsetof(PCGSplineData_GetSplinePoints, ReturnValue) == 0x000000, "Member 'PCGSplineData_GetSplinePoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSplineData \ +static_assert(alignof(UPCGSplineData) == 0x000010, "Wrong alignment on UPCGSplineData"); \ +static_assert(sizeof(UPCGSplineData) == 0x000320, "Wrong size on UPCGSplineData"); \ +static_assert(offsetof(UPCGSplineData, SplineStruct) == 0x000110, "Member 'UPCGSplineData::SplineStruct' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineData, CachedBounds) == 0x0002E0, "Member 'UPCGSplineData::CachedBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSplineProjectionData \ +static_assert(alignof(UPCGSplineProjectionData) == 0x000008, "Wrong alignment on UPCGSplineProjectionData"); \ +static_assert(sizeof(UPCGSplineProjectionData) == 0x0001C8, "Wrong size on UPCGSplineProjectionData"); \ +static_assert(offsetof(UPCGSplineProjectionData, ProjectedPosition) == 0x0001B0, "Member 'UPCGSplineProjectionData::ProjectedPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetResourcePath \ +static_assert(alignof(UPCGGetResourcePath) == 0x000008, "Wrong alignment on UPCGGetResourcePath"); \ +static_assert(sizeof(UPCGGetResourcePath) == 0x0000C8, "Wrong size on UPCGGetResourcePath"); \ + +#define DUMPER7_ASSERTS_UPCGSplineInteriorSurfaceData \ +static_assert(alignof(UPCGSplineInteriorSurfaceData) == 0x000010, "Wrong alignment on UPCGSplineInteriorSurfaceData"); \ +static_assert(sizeof(UPCGSplineInteriorSurfaceData) == 0x0003E0, "Wrong size on UPCGSplineInteriorSurfaceData"); \ +static_assert(offsetof(UPCGSplineInteriorSurfaceData, SplineStruct) == 0x0001B0, "Member 'UPCGSplineInteriorSurfaceData::SplineStruct' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineInteriorSurfaceData, CachedBounds) == 0x000380, "Member 'UPCGSplineInteriorSurfaceData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineInteriorSurfaceData, CachedSplinePoints) == 0x0003B8, "Member 'UPCGSplineInteriorSurfaceData::CachedSplinePoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineInteriorSurfaceData, CachedSplinePoints2D) == 0x0003C8, "Member 'UPCGSplineInteriorSurfaceData::CachedSplinePoints2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGStaticMeshResourceData \ +static_assert(alignof(UPCGStaticMeshResourceData) == 0x000008, "Wrong alignment on UPCGStaticMeshResourceData"); \ +static_assert(sizeof(UPCGStaticMeshResourceData) == 0x000070, "Wrong size on UPCGStaticMeshResourceData"); \ +static_assert(offsetof(UPCGStaticMeshResourceData, StaticMesh) == 0x000048, "Member 'UPCGStaticMeshResourceData::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetConsoleVariableSettings \ +static_assert(alignof(UPCGGetConsoleVariableSettings) == 0x000008, "Wrong alignment on UPCGGetConsoleVariableSettings"); \ +static_assert(sizeof(UPCGGetConsoleVariableSettings) == 0x0000D8, "Wrong size on UPCGGetConsoleVariableSettings"); \ +static_assert(offsetof(UPCGGetConsoleVariableSettings, ConsoleVariableName) == 0x0000C8, "Member 'UPCGGetConsoleVariableSettings::ConsoleVariableName' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetConsoleVariableSettings, OutputAttributeName) == 0x0000D0, "Member 'UPCGGetConsoleVariableSettings::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTextureData \ +static_assert(alignof(UPCGTextureData) == 0x000010, "Wrong alignment on UPCGTextureData"); \ +static_assert(sizeof(UPCGTextureData) == 0x0002C0, "Wrong size on UPCGTextureData"); \ +static_assert(offsetof(UPCGTextureData, Texture) == 0x000260, "Member 'UPCGTextureData::Texture' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureData, TextureIndex) == 0x000268, "Member 'UPCGTextureData::TextureIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureData, bSuccessfullyInitialized) == 0x00026C, "Member 'UPCGTextureData::bSuccessfullyInitialized' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureData, ResourceType) == 0x0002A0, "Member 'UPCGTextureData::ResourceType' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureData, bReadbackFromGPUInitiated) == 0x0002B1, "Member 'UPCGTextureData::bReadbackFromGPUInitiated' has a wrong offset!"); \ + +#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) == 0x0001A8, "Wrong size on UPCGUnionData"); \ +static_assert(offsetof(UPCGUnionData, Data) == 0x000110, "Member 'UPCGUnionData::Data' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, FirstNonTrivialTransformData) == 0x000120, "Member 'UPCGUnionData::FirstNonTrivialTransformData' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, UnionType) == 0x000128, "Member 'UPCGUnionData::UnionType' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, DensityFunction) == 0x000129, "Member 'UPCGUnionData::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, CachedBounds) == 0x000130, "Member 'UPCGUnionData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, CachedStrictBounds) == 0x000168, "Member 'UPCGUnionData::CachedStrictBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, CachedDimension) == 0x0001A0, "Member 'UPCGUnionData::CachedDimension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSettingsWithDynamicInputs \ +static_assert(alignof(UPCGSettingsWithDynamicInputs) == 0x000008, "Wrong alignment on UPCGSettingsWithDynamicInputs"); \ +static_assert(sizeof(UPCGSettingsWithDynamicInputs) == 0x0000D8, "Wrong size on UPCGSettingsWithDynamicInputs"); \ +static_assert(offsetof(UPCGSettingsWithDynamicInputs, DynamicInputPinProperties) == 0x0000C8, "Member 'UPCGSettingsWithDynamicInputs::DynamicInputPinProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGVirtualTextureData \ +static_assert(alignof(UPCGVirtualTextureData) == 0x000010, "Wrong alignment on UPCGVirtualTextureData"); \ +static_assert(sizeof(UPCGVirtualTextureData) == 0x0001B0, "Wrong size on UPCGVirtualTextureData"); \ +static_assert(offsetof(UPCGVirtualTextureData, RuntimeVirtualTexture) == 0x0001A8, "Member 'UPCGVirtualTextureData::RuntimeVirtualTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGVolumeData \ +static_assert(alignof(UPCGVolumeData) == 0x000008, "Wrong alignment on UPCGVolumeData"); \ +static_assert(sizeof(UPCGVolumeData) == 0x0001A8, "Wrong size on UPCGVolumeData"); \ +static_assert(offsetof(UPCGVolumeData, VoxelSize) == 0x000110, "Member 'UPCGVolumeData::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeData, Volume) == 0x000128, "Member 'UPCGVolumeData::Volume' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeData, Bounds) == 0x000130, "Member 'UPCGVolumeData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeData, StrictBounds) == 0x000168, "Member 'UPCGVolumeData::StrictBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetLoopIndexSettings \ +static_assert(alignof(UPCGGetLoopIndexSettings) == 0x000008, "Wrong alignment on UPCGGetLoopIndexSettings"); \ +static_assert(sizeof(UPCGGetLoopIndexSettings) == 0x0000D0, "Wrong size on UPCGGetLoopIndexSettings"); \ +static_assert(offsetof(UPCGGetLoopIndexSettings, bWarnIfCalledOutsideOfLoop) == 0x0000C8, "Member 'UPCGGetLoopIndexSettings::bWarnIfCalledOutsideOfLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWorldVolumetricData \ +static_assert(alignof(UPCGWorldVolumetricData) == 0x000008, "Wrong alignment on UPCGWorldVolumetricData"); \ +static_assert(sizeof(UPCGWorldVolumetricData) == 0x000318, "Wrong size on UPCGWorldVolumetricData"); \ +static_assert(offsetof(UPCGWorldVolumetricData, World) == 0x0001A8, "Member 'UPCGWorldVolumetricData::World' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldVolumetricData, OriginatingComponent) == 0x0001B0, "Member 'UPCGWorldVolumetricData::OriginatingComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldVolumetricData, QueryParams) == 0x0001B8, "Member 'UPCGWorldVolumetricData::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldVolumetricData, ActorFilter) == 0x000288, "Member 'UPCGWorldVolumetricData::ActorFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWorldRayHitData \ +static_assert(alignof(UPCGWorldRayHitData) == 0x000010, "Wrong alignment on UPCGWorldRayHitData"); \ +static_assert(sizeof(UPCGWorldRayHitData) == 0x000430, "Wrong size on UPCGWorldRayHitData"); \ +static_assert(offsetof(UPCGWorldRayHitData, World) == 0x0001A8, "Member 'UPCGWorldRayHitData::World' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitData, OriginatingComponent) == 0x0001B0, "Member 'UPCGWorldRayHitData::OriginatingComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitData, Bounds) == 0x0001B8, "Member 'UPCGWorldRayHitData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitData, CollisionShape) == 0x0001F0, "Member 'UPCGWorldRayHitData::CollisionShape' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitData, QueryParams) == 0x000238, "Member 'UPCGWorldRayHitData::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitData, ActorFilter) == 0x000350, "Member 'UPCGWorldRayHitData::ActorFilter' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitData, CachedLandscapeLayerNames) == 0x0003E0, "Member 'UPCGWorldRayHitData::CachedLandscapeLayerNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBaseSubgraphSettings \ +static_assert(alignof(UPCGBaseSubgraphSettings) == 0x000008, "Wrong alignment on UPCGBaseSubgraphSettings"); \ +static_assert(sizeof(UPCGBaseSubgraphSettings) == 0x0000C8, "Wrong size on UPCGBaseSubgraphSettings"); \ + +#define DUMPER7_ASSERTS_PCGSubgraphSettings_SubgraphAssetFilter \ +static_assert(alignof(PCGSubgraphSettings_SubgraphAssetFilter) == 0x000008, "Wrong alignment on PCGSubgraphSettings_SubgraphAssetFilter"); \ +static_assert(sizeof(PCGSubgraphSettings_SubgraphAssetFilter) == 0x000070, "Wrong size on PCGSubgraphSettings_SubgraphAssetFilter"); \ +static_assert(offsetof(PCGSubgraphSettings_SubgraphAssetFilter, AssetData) == 0x000000, "Member 'PCGSubgraphSettings_SubgraphAssetFilter::AssetData' has a wrong offset!"); \ +static_assert(offsetof(PCGSubgraphSettings_SubgraphAssetFilter, ReturnValue) == 0x000068, "Member 'PCGSubgraphSettings_SubgraphAssetFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSubgraphSettings \ +static_assert(alignof(UPCGSubgraphSettings) == 0x000008, "Wrong alignment on UPCGSubgraphSettings"); \ +static_assert(sizeof(UPCGSubgraphSettings) == 0x0000D8, "Wrong size on UPCGSubgraphSettings"); \ +static_assert(offsetof(UPCGSubgraphSettings, SubgraphInstance) == 0x0000C8, "Member 'UPCGSubgraphSettings::SubgraphInstance' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubgraphSettings, SubgraphOverride) == 0x0000D0, "Member 'UPCGSubgraphSettings::SubgraphOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataTypeIdentifierHelpers_GetIdentifierFromClass \ +static_assert(alignof(PCGDataTypeIdentifierHelpers_GetIdentifierFromClass) == 0x000008, "Wrong alignment on PCGDataTypeIdentifierHelpers_GetIdentifierFromClass"); \ +static_assert(sizeof(PCGDataTypeIdentifierHelpers_GetIdentifierFromClass) == 0x000020, "Wrong size on PCGDataTypeIdentifierHelpers_GetIdentifierFromClass"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_GetIdentifierFromClass, Class_0) == 0x000000, "Member 'PCGDataTypeIdentifierHelpers_GetIdentifierFromClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_GetIdentifierFromClass, ReturnValue) == 0x000008, "Member 'PCGDataTypeIdentifierHelpers_GetIdentifierFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataTypeIdentifierHelpers_GetIdentifierFromLegacyType \ +static_assert(alignof(PCGDataTypeIdentifierHelpers_GetIdentifierFromLegacyType) == 0x000008, "Wrong alignment on PCGDataTypeIdentifierHelpers_GetIdentifierFromLegacyType"); \ +static_assert(sizeof(PCGDataTypeIdentifierHelpers_GetIdentifierFromLegacyType) == 0x000020, "Wrong size on PCGDataTypeIdentifierHelpers_GetIdentifierFromLegacyType"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_GetIdentifierFromLegacyType, LegacyDataType) == 0x000000, "Member 'PCGDataTypeIdentifierHelpers_GetIdentifierFromLegacyType::LegacyDataType' has a wrong offset!"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_GetIdentifierFromLegacyType, ReturnValue) == 0x000008, "Member 'PCGDataTypeIdentifierHelpers_GetIdentifierFromLegacyType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataTypeIdentifierHelpers_IsComposition \ +static_assert(alignof(PCGDataTypeIdentifierHelpers_IsComposition) == 0x000008, "Wrong alignment on PCGDataTypeIdentifierHelpers_IsComposition"); \ +static_assert(sizeof(PCGDataTypeIdentifierHelpers_IsComposition) == 0x000020, "Wrong size on PCGDataTypeIdentifierHelpers_IsComposition"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_IsComposition, This) == 0x000000, "Member 'PCGDataTypeIdentifierHelpers_IsComposition::This' has a wrong offset!"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_IsComposition, ReturnValue) == 0x000018, "Member 'PCGDataTypeIdentifierHelpers_IsComposition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataTypeIdentifierHelpers_IsIdentical \ +static_assert(alignof(PCGDataTypeIdentifierHelpers_IsIdentical) == 0x000008, "Wrong alignment on PCGDataTypeIdentifierHelpers_IsIdentical"); \ +static_assert(sizeof(PCGDataTypeIdentifierHelpers_IsIdentical) == 0x000038, "Wrong size on PCGDataTypeIdentifierHelpers_IsIdentical"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_IsIdentical, This) == 0x000000, "Member 'PCGDataTypeIdentifierHelpers_IsIdentical::This' has a wrong offset!"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_IsIdentical, Other) == 0x000018, "Member 'PCGDataTypeIdentifierHelpers_IsIdentical::Other' has a wrong offset!"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_IsIdentical, ReturnValue) == 0x000030, "Member 'PCGDataTypeIdentifierHelpers_IsIdentical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataTypeIdentifierHelpers_IsSameType \ +static_assert(alignof(PCGDataTypeIdentifierHelpers_IsSameType) == 0x000008, "Wrong alignment on PCGDataTypeIdentifierHelpers_IsSameType"); \ +static_assert(sizeof(PCGDataTypeIdentifierHelpers_IsSameType) == 0x000038, "Wrong size on PCGDataTypeIdentifierHelpers_IsSameType"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_IsSameType, This) == 0x000000, "Member 'PCGDataTypeIdentifierHelpers_IsSameType::This' has a wrong offset!"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_IsSameType, Other) == 0x000018, "Member 'PCGDataTypeIdentifierHelpers_IsSameType::Other' has a wrong offset!"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_IsSameType, ReturnValue) == 0x000030, "Member 'PCGDataTypeIdentifierHelpers_IsSameType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataTypeIdentifierHelpers_IsValid \ +static_assert(alignof(PCGDataTypeIdentifierHelpers_IsValid) == 0x000008, "Wrong alignment on PCGDataTypeIdentifierHelpers_IsValid"); \ +static_assert(sizeof(PCGDataTypeIdentifierHelpers_IsValid) == 0x000020, "Wrong size on PCGDataTypeIdentifierHelpers_IsValid"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_IsValid, This) == 0x000000, "Member 'PCGDataTypeIdentifierHelpers_IsValid::This' has a wrong offset!"); \ +static_assert(offsetof(PCGDataTypeIdentifierHelpers_IsValid, ReturnValue) == 0x000018, "Member 'PCGDataTypeIdentifierHelpers_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataTypeIdentifierHelpers \ +static_assert(alignof(UPCGDataTypeIdentifierHelpers) == 0x000008, "Wrong alignment on UPCGDataTypeIdentifierHelpers"); \ +static_assert(sizeof(UPCGDataTypeIdentifierHelpers) == 0x000028, "Wrong size on UPCGDataTypeIdentifierHelpers"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPointProcessorSimpleElement_Initialize \ +static_assert(alignof(PCGBlueprintPointProcessorSimpleElement_Initialize) == 0x000008, "Wrong alignment on PCGBlueprintPointProcessorSimpleElement_Initialize"); \ +static_assert(sizeof(PCGBlueprintPointProcessorSimpleElement_Initialize) == 0x000010, "Wrong size on PCGBlueprintPointProcessorSimpleElement_Initialize"); \ +static_assert(offsetof(PCGBlueprintPointProcessorSimpleElement_Initialize, InputPointData) == 0x000000, "Member 'PCGBlueprintPointProcessorSimpleElement_Initialize::InputPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorSimpleElement_Initialize, OutputPointData) == 0x000008, "Member 'PCGBlueprintPointProcessorSimpleElement_Initialize::OutputPointData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPointProcessorSimpleElement_PointLoopBody \ +static_assert(alignof(PCGBlueprintPointProcessorSimpleElement_PointLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintPointProcessorSimpleElement_PointLoopBody"); \ +static_assert(sizeof(PCGBlueprintPointProcessorSimpleElement_PointLoopBody) == 0x0001D0, "Wrong size on PCGBlueprintPointProcessorSimpleElement_PointLoopBody"); \ +static_assert(offsetof(PCGBlueprintPointProcessorSimpleElement_PointLoopBody, InPointData) == 0x000000, "Member 'PCGBlueprintPointProcessorSimpleElement_PointLoopBody::InPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorSimpleElement_PointLoopBody, InPoint) == 0x000010, "Member 'PCGBlueprintPointProcessorSimpleElement_PointLoopBody::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorSimpleElement_PointLoopBody, OutPointData) == 0x0000E0, "Member 'PCGBlueprintPointProcessorSimpleElement_PointLoopBody::OutPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorSimpleElement_PointLoopBody, OutPoint) == 0x0000F0, "Member 'PCGBlueprintPointProcessorSimpleElement_PointLoopBody::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorSimpleElement_PointLoopBody, PointIndex) == 0x0001C0, "Member 'PCGBlueprintPointProcessorSimpleElement_PointLoopBody::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorSimpleElement_PointLoopBody, ReturnValue) == 0x0001C8, "Member 'PCGBlueprintPointProcessorSimpleElement_PointLoopBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPointProcessorSimpleElement_RangePointLoopBody \ +static_assert(alignof(PCGBlueprintPointProcessorSimpleElement_RangePointLoopBody) == 0x000008, "Wrong alignment on PCGBlueprintPointProcessorSimpleElement_RangePointLoopBody"); \ +static_assert(sizeof(PCGBlueprintPointProcessorSimpleElement_RangePointLoopBody) == 0x000028, "Wrong size on PCGBlueprintPointProcessorSimpleElement_RangePointLoopBody"); \ +static_assert(offsetof(PCGBlueprintPointProcessorSimpleElement_RangePointLoopBody, InputRange) == 0x000000, "Member 'PCGBlueprintPointProcessorSimpleElement_RangePointLoopBody::InputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorSimpleElement_RangePointLoopBody, OutputRange) == 0x000010, "Member 'PCGBlueprintPointProcessorSimpleElement_RangePointLoopBody::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPointProcessorSimpleElement_RangePointLoopBody, ReturnValue) == 0x000020, "Member 'PCGBlueprintPointProcessorSimpleElement_RangePointLoopBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlueprintPointProcessorSimpleElement \ +static_assert(alignof(UPCGBlueprintPointProcessorSimpleElement) == 0x000008, "Wrong alignment on UPCGBlueprintPointProcessorSimpleElement"); \ +static_assert(sizeof(UPCGBlueprintPointProcessorSimpleElement) == 0x000070, "Wrong size on UPCGBlueprintPointProcessorSimpleElement"); \ +static_assert(offsetof(UPCGBlueprintPointProcessorSimpleElement, bInheritMetadata) == 0x000068, "Member 'UPCGBlueprintPointProcessorSimpleElement::bInheritMetadata' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintPointProcessorSimpleElement, bInheritSpatialData) == 0x000069, "Member 'UPCGBlueprintPointProcessorSimpleElement::bInheritSpatialData' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintPointProcessorSimpleElement, PropertiesToAllocate) == 0x00006C, "Member 'UPCGBlueprintPointProcessorSimpleElement::PropertiesToAllocate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetStaticMeshResourceDataSettings \ +static_assert(alignof(UPCGGetStaticMeshResourceDataSettings) == 0x000008, "Wrong alignment on UPCGGetStaticMeshResourceDataSettings"); \ +static_assert(sizeof(UPCGGetStaticMeshResourceDataSettings) == 0x000120, "Wrong size on UPCGGetStaticMeshResourceDataSettings"); \ +static_assert(offsetof(UPCGGetStaticMeshResourceDataSettings, StaticMeshes) == 0x0000C8, "Member 'UPCGGetStaticMeshResourceDataSettings::StaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetStaticMeshResourceDataSettings, bOverrideFromInput) == 0x0000D8, "Member 'UPCGGetStaticMeshResourceDataSettings::bOverrideFromInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetStaticMeshResourceDataSettings, MeshAttribute) == 0x0000E0, "Member 'UPCGGetStaticMeshResourceDataSettings::MeshAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGControlFlowSettings \ +static_assert(alignof(UPCGControlFlowSettings) == 0x000008, "Wrong alignment on UPCGControlFlowSettings"); \ +static_assert(sizeof(UPCGControlFlowSettings) == 0x0000C8, "Wrong size on UPCGControlFlowSettings"); \ + +#define DUMPER7_ASSERTS_UPCGBooleanSelectSettings \ +static_assert(alignof(UPCGBooleanSelectSettings) == 0x000008, "Wrong alignment on UPCGBooleanSelectSettings"); \ +static_assert(sizeof(UPCGBooleanSelectSettings) == 0x0000D0, "Wrong size on UPCGBooleanSelectSettings"); \ +static_assert(offsetof(UPCGBooleanSelectSettings, bUseInputB) == 0x0000C8, "Member 'UPCGBooleanSelectSettings::bUseInputB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetAttributesSettings \ +static_assert(alignof(UPCGGetAttributesSettings) == 0x000008, "Wrong alignment on UPCGGetAttributesSettings"); \ +static_assert(sizeof(UPCGGetAttributesSettings) == 0x0000D0, "Wrong size on UPCGGetAttributesSettings"); \ +static_assert(offsetof(UPCGGetAttributesSettings, bGetType) == 0x0000C8, "Member 'UPCGGetAttributesSettings::bGetType' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetAttributesSettings, bGetDefaultValue) == 0x0000C9, "Member 'UPCGGetAttributesSettings::bGetDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBranchSettings \ +static_assert(alignof(UPCGBranchSettings) == 0x000008, "Wrong alignment on UPCGBranchSettings"); \ +static_assert(sizeof(UPCGBranchSettings) == 0x0000D0, "Wrong size on UPCGBranchSettings"); \ +static_assert(offsetof(UPCGBranchSettings, bOutputToB) == 0x0000C8, "Member 'UPCGBranchSettings::bOutputToB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMultiSelectSettings \ +static_assert(alignof(UPCGMultiSelectSettings) == 0x000008, "Wrong alignment on UPCGMultiSelectSettings"); \ +static_assert(sizeof(UPCGMultiSelectSettings) == 0x000170, "Wrong size on UPCGMultiSelectSettings"); \ +static_assert(offsetof(UPCGMultiSelectSettings, SelectionMode) == 0x0000C8, "Member 'UPCGMultiSelectSettings::SelectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGMultiSelectSettings, IntegerSelection) == 0x0000CC, "Member 'UPCGMultiSelectSettings::IntegerSelection' has a wrong offset!"); \ +static_assert(offsetof(UPCGMultiSelectSettings, IntOptions) == 0x0000D0, "Member 'UPCGMultiSelectSettings::IntOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGMultiSelectSettings, StringSelection) == 0x0000E0, "Member 'UPCGMultiSelectSettings::StringSelection' has a wrong offset!"); \ +static_assert(offsetof(UPCGMultiSelectSettings, StringOptions) == 0x0000F0, "Member 'UPCGMultiSelectSettings::StringOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGMultiSelectSettings, EnumSelection) == 0x000100, "Member 'UPCGMultiSelectSettings::EnumSelection' has a wrong offset!"); \ +static_assert(offsetof(UPCGMultiSelectSettings, EnumValueToPinLabelMapping) == 0x000110, "Member 'UPCGMultiSelectSettings::EnumValueToPinLabelMapping' has a wrong offset!"); \ +static_assert(offsetof(UPCGMultiSelectSettings, CachedPinLabels) == 0x000160, "Member 'UPCGMultiSelectSettings::CachedPinLabels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGUserParameterGetSettings \ +static_assert(alignof(UPCGUserParameterGetSettings) == 0x000008, "Wrong alignment on UPCGUserParameterGetSettings"); \ +static_assert(sizeof(UPCGUserParameterGetSettings) == 0x0000E8, "Wrong size on UPCGUserParameterGetSettings"); \ +static_assert(offsetof(UPCGUserParameterGetSettings, PropertyGuid) == 0x0000C8, "Member 'UPCGUserParameterGetSettings::PropertyGuid' has a wrong offset!"); \ +static_assert(offsetof(UPCGUserParameterGetSettings, PropertyName) == 0x0000D8, "Member 'UPCGUserParameterGetSettings::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(UPCGUserParameterGetSettings, bForceObjectAndStructExtraction) == 0x0000E0, "Member 'UPCGUserParameterGetSettings::bForceObjectAndStructExtraction' has a wrong offset!"); \ +static_assert(offsetof(UPCGUserParameterGetSettings, bSanitizeOutputAttributeName) == 0x0000E1, "Member 'UPCGUserParameterGetSettings::bSanitizeOutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGQualityBranchSettings \ +static_assert(alignof(UPCGQualityBranchSettings) == 0x000008, "Wrong alignment on UPCGQualityBranchSettings"); \ +static_assert(sizeof(UPCGQualityBranchSettings) == 0x0000D0, "Wrong size on UPCGQualityBranchSettings"); \ +static_assert(offsetof(UPCGQualityBranchSettings, bUseLowPin) == 0x0000C8, "Member 'UPCGQualityBranchSettings::bUseLowPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualityBranchSettings, bUseMediumPin) == 0x0000C9, "Member 'UPCGQualityBranchSettings::bUseMediumPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualityBranchSettings, bUseHighPin) == 0x0000CA, "Member 'UPCGQualityBranchSettings::bUseHighPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualityBranchSettings, bUseEpicPin) == 0x0000CB, "Member 'UPCGQualityBranchSettings::bUseEpicPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualityBranchSettings, bUseCinematicPin) == 0x0000CC, "Member 'UPCGQualityBranchSettings::bUseCinematicPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGQualitySelectSettings \ +static_assert(alignof(UPCGQualitySelectSettings) == 0x000008, "Wrong alignment on UPCGQualitySelectSettings"); \ +static_assert(sizeof(UPCGQualitySelectSettings) == 0x0000D0, "Wrong size on UPCGQualitySelectSettings"); \ +static_assert(offsetof(UPCGQualitySelectSettings, bUseLowPin) == 0x0000C8, "Member 'UPCGQualitySelectSettings::bUseLowPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualitySelectSettings, bUseMediumPin) == 0x0000C9, "Member 'UPCGQualitySelectSettings::bUseMediumPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualitySelectSettings, bUseHighPin) == 0x0000CA, "Member 'UPCGQualitySelectSettings::bUseHighPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualitySelectSettings, bUseEpicPin) == 0x0000CB, "Member 'UPCGQualitySelectSettings::bUseEpicPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGQualitySelectSettings, bUseCinematicPin) == 0x0000CC, "Member 'UPCGQualitySelectSettings::bUseCinematicPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGNumberOfElementsSettings \ +static_assert(alignof(UPCGNumberOfElementsSettings) == 0x000008, "Wrong alignment on UPCGNumberOfElementsSettings"); \ +static_assert(sizeof(UPCGNumberOfElementsSettings) == 0x0000D0, "Wrong size on UPCGNumberOfElementsSettings"); \ +static_assert(offsetof(UPCGNumberOfElementsSettings, OutputAttributeName) == 0x0000C8, "Member 'UPCGNumberOfElementsSettings::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSwitchSettings \ +static_assert(alignof(UPCGSwitchSettings) == 0x000008, "Wrong alignment on UPCGSwitchSettings"); \ +static_assert(sizeof(UPCGSwitchSettings) == 0x000170, "Wrong size on UPCGSwitchSettings"); \ +static_assert(offsetof(UPCGSwitchSettings, SelectionMode) == 0x0000C8, "Member 'UPCGSwitchSettings::SelectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGSwitchSettings, IntegerSelection) == 0x0000CC, "Member 'UPCGSwitchSettings::IntegerSelection' has a wrong offset!"); \ +static_assert(offsetof(UPCGSwitchSettings, IntOptions) == 0x0000D0, "Member 'UPCGSwitchSettings::IntOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSwitchSettings, StringSelection) == 0x0000E0, "Member 'UPCGSwitchSettings::StringSelection' has a wrong offset!"); \ +static_assert(offsetof(UPCGSwitchSettings, StringOptions) == 0x0000F0, "Member 'UPCGSwitchSettings::StringOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSwitchSettings, EnumSelection) == 0x000100, "Member 'UPCGSwitchSettings::EnumSelection' has a wrong offset!"); \ +static_assert(offsetof(UPCGSwitchSettings, EnumValueToPinLabelMapping) == 0x000110, "Member 'UPCGSwitchSettings::EnumValueToPinLabelMapping' has a wrong offset!"); \ +static_assert(offsetof(UPCGSwitchSettings, CachedPinLabels) == 0x000160, "Member 'UPCGSwitchSettings::CachedPinLabels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWaitSettings \ +static_assert(alignof(UPCGWaitSettings) == 0x000008, "Wrong alignment on UPCGWaitSettings"); \ +static_assert(sizeof(UPCGWaitSettings) == 0x0000E8, "Wrong size on UPCGWaitSettings"); \ +static_assert(offsetof(UPCGWaitSettings, WaitTimeInSeconds) == 0x0000C8, "Member 'UPCGWaitSettings::WaitTimeInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UPCGWaitSettings, WaitTimeInEngineFrames) == 0x0000D0, "Member 'UPCGWaitSettings::WaitTimeInEngineFrames' has a wrong offset!"); \ +static_assert(offsetof(UPCGWaitSettings, WaitTimeInRenderFrames) == 0x0000D8, "Member 'UPCGWaitSettings::WaitTimeInRenderFrames' has a wrong offset!"); \ +static_assert(offsetof(UPCGWaitSettings, bEndWaitWhenAllConditionsAreMet) == 0x0000E0, "Member 'UPCGWaitSettings::bEndWaitWhenAllConditionsAreMet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWorldQuerySettings \ +static_assert(alignof(UPCGWorldQuerySettings) == 0x000008, "Wrong alignment on UPCGWorldQuerySettings"); \ +static_assert(sizeof(UPCGWorldQuerySettings) == 0x000198, "Wrong size on UPCGWorldQuerySettings"); \ +static_assert(offsetof(UPCGWorldQuerySettings, QueryParams) == 0x0000C8, "Member 'UPCGWorldQuerySettings::QueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSubdivisionBaseSettings \ +static_assert(alignof(UPCGSubdivisionBaseSettings) == 0x000008, "Wrong alignment on UPCGSubdivisionBaseSettings"); \ +static_assert(sizeof(UPCGSubdivisionBaseSettings) == 0x0001D8, "Wrong size on UPCGSubdivisionBaseSettings"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, bModuleInfoAsInput) == 0x0000C8, "Member 'UPCGSubdivisionBaseSettings::bModuleInfoAsInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, ModulesInfo) == 0x0000D0, "Member 'UPCGSubdivisionBaseSettings::ModulesInfo' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, ModulesInfoAttributeNames) == 0x0000E0, "Member 'UPCGSubdivisionBaseSettings::ModulesInfoAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, GrammarSelection) == 0x000108, "Member 'UPCGSubdivisionBaseSettings::GrammarSelection' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, bUseSeedAttribute) == 0x000160, "Member 'UPCGSubdivisionBaseSettings::bUseSeedAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, SeedAttribute) == 0x000168, "Member 'UPCGSubdivisionBaseSettings::SeedAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, bForwardAttributesFromModulesInfo) == 0x0001A8, "Member 'UPCGSubdivisionBaseSettings::bForwardAttributesFromModulesInfo' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, SymbolAttributeName) == 0x0001AC, "Member 'UPCGSubdivisionBaseSettings::SymbolAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, bOutputSizeAttribute) == 0x0001B4, "Member 'UPCGSubdivisionBaseSettings::bOutputSizeAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, SizeAttributeName) == 0x0001B8, "Member 'UPCGSubdivisionBaseSettings::SizeAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, bOutputScalableAttribute) == 0x0001C0, "Member 'UPCGSubdivisionBaseSettings::bOutputScalableAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, ScalableAttributeName) == 0x0001C4, "Member 'UPCGSubdivisionBaseSettings::ScalableAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, bOutputDebugColorAttribute) == 0x0001CC, "Member 'UPCGSubdivisionBaseSettings::bOutputDebugColorAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivisionBaseSettings, DebugColorAttributeName) == 0x0001D0, "Member 'UPCGSubdivisionBaseSettings::DebugColorAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDuplicateCrossSectionsSettings \ +static_assert(alignof(UPCGDuplicateCrossSectionsSettings) == 0x000008, "Wrong alignment on UPCGDuplicateCrossSectionsSettings"); \ +static_assert(sizeof(UPCGDuplicateCrossSectionsSettings) == 0x000248, "Wrong size on UPCGDuplicateCrossSectionsSettings"); \ +static_assert(offsetof(UPCGDuplicateCrossSectionsSettings, bExtrudeVectorAsAttribute) == 0x0001D8, "Member 'UPCGDuplicateCrossSectionsSettings::bExtrudeVectorAsAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGDuplicateCrossSectionsSettings, ExtrudeVector) == 0x0001E0, "Member 'UPCGDuplicateCrossSectionsSettings::ExtrudeVector' has a wrong offset!"); \ +static_assert(offsetof(UPCGDuplicateCrossSectionsSettings, ExtrudeVectorAttribute) == 0x0001F8, "Member 'UPCGDuplicateCrossSectionsSettings::ExtrudeVectorAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGDuplicateCrossSectionsSettings, bExtraOutputAttributesOnDataDomain) == 0x000238, "Member 'UPCGDuplicateCrossSectionsSettings::bExtraOutputAttributesOnDataDomain' has a wrong offset!"); \ +static_assert(offsetof(UPCGDuplicateCrossSectionsSettings, bOutputSplineIndexAttribute) == 0x000239, "Member 'UPCGDuplicateCrossSectionsSettings::bOutputSplineIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGDuplicateCrossSectionsSettings, SplineIndexAttributeName) == 0x00023C, "Member 'UPCGDuplicateCrossSectionsSettings::SplineIndexAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetVirtualTextureSettings \ +static_assert(alignof(UPCGGetVirtualTextureSettings) == 0x000008, "Wrong alignment on UPCGGetVirtualTextureSettings"); \ +static_assert(sizeof(UPCGGetVirtualTextureSettings) == 0x0001B8, "Wrong size on UPCGGetVirtualTextureSettings"); \ + +#define DUMPER7_ASSERTS_UPCGPrintGrammarSettings \ +static_assert(alignof(UPCGPrintGrammarSettings) == 0x000008, "Wrong alignment on UPCGPrintGrammarSettings"); \ +static_assert(sizeof(UPCGPrintGrammarSettings) == 0x0000D8, "Wrong size on UPCGPrintGrammarSettings"); \ +static_assert(offsetof(UPCGPrintGrammarSettings, Grammar) == 0x0000C8, "Member 'UPCGPrintGrammarSettings::Grammar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSelectGrammarSettings \ +static_assert(alignof(UPCGSelectGrammarSettings) == 0x000008, "Wrong alignment on UPCGSelectGrammarSettings"); \ +static_assert(sizeof(UPCGSelectGrammarSettings) == 0x0001E0, "Wrong size on UPCGSelectGrammarSettings"); \ +static_assert(offsetof(UPCGSelectGrammarSettings, bKeyAsAttribute) == 0x0000C8, "Member 'UPCGSelectGrammarSettings::bKeyAsAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSelectGrammarSettings, Key) == 0x0000CC, "Member 'UPCGSelectGrammarSettings::Key' has a wrong offset!"); \ +static_assert(offsetof(UPCGSelectGrammarSettings, KeyAttribute) == 0x0000D8, "Member 'UPCGSelectGrammarSettings::KeyAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSelectGrammarSettings, ComparedValueAttribute) == 0x000118, "Member 'UPCGSelectGrammarSettings::ComparedValueAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSelectGrammarSettings, bCriteriaAsInput) == 0x000158, "Member 'UPCGSelectGrammarSettings::bCriteriaAsInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGSelectGrammarSettings, Criteria) == 0x000160, "Member 'UPCGSelectGrammarSettings::Criteria' has a wrong offset!"); \ +static_assert(offsetof(UPCGSelectGrammarSettings, bCopyKeyForUnselectedGrammar) == 0x000170, "Member 'UPCGSelectGrammarSettings::bCopyKeyForUnselectedGrammar' has a wrong offset!"); \ +static_assert(offsetof(UPCGSelectGrammarSettings, bRemapCriteriaAttributeNames) == 0x000171, "Member 'UPCGSelectGrammarSettings::bRemapCriteriaAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGSelectGrammarSettings, CriteriaAttributeNames) == 0x000174, "Member 'UPCGSelectGrammarSettings::CriteriaAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGSelectGrammarSettings, OutputGrammarAttribute) == 0x0001A0, "Member 'UPCGSelectGrammarSettings::OutputGrammarAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMutateSeedSettings \ +static_assert(alignof(UPCGMutateSeedSettings) == 0x000008, "Wrong alignment on UPCGMutateSeedSettings"); \ +static_assert(sizeof(UPCGMutateSeedSettings) == 0x0000C8, "Wrong size on UPCGMutateSeedSettings"); \ + +#define DUMPER7_ASSERTS_UPCGSplineToSegmentSettings \ +static_assert(alignof(UPCGSplineToSegmentSettings) == 0x000008, "Wrong alignment on UPCGSplineToSegmentSettings"); \ +static_assert(sizeof(UPCGSplineToSegmentSettings) == 0x0000D0, "Wrong size on UPCGSplineToSegmentSettings"); \ +static_assert(offsetof(UPCGSplineToSegmentSettings, bExtractTangents) == 0x0000C8, "Member 'UPCGSplineToSegmentSettings::bExtractTangents' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineToSegmentSettings, bExtractAngles) == 0x0000C9, "Member 'UPCGSplineToSegmentSettings::bExtractAngles' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineToSegmentSettings, bExtractConnectivityInfo) == 0x0000CA, "Member 'UPCGSplineToSegmentSettings::bExtractConnectivityInfo' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineToSegmentSettings, bExtractClockwiseInfo) == 0x0000CB, "Member 'UPCGSplineToSegmentSettings::bExtractClockwiseInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSubdivideSegmentSettings \ +static_assert(alignof(UPCGSubdivideSegmentSettings) == 0x000008, "Wrong alignment on UPCGSubdivideSegmentSettings"); \ +static_assert(sizeof(UPCGSubdivideSegmentSettings) == 0x000250, "Wrong size on UPCGSubdivideSegmentSettings"); \ +static_assert(offsetof(UPCGSubdivideSegmentSettings, SubdivisionAxis) == 0x0001D8, "Member 'UPCGSubdivideSegmentSettings::SubdivisionAxis' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSegmentSettings, bFlipAxisAsAttribute) == 0x0001DC, "Member 'UPCGSubdivideSegmentSettings::bFlipAxisAsAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSegmentSettings, bShouldFlipAxis) == 0x0001DD, "Member 'UPCGSubdivideSegmentSettings::bShouldFlipAxis' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSegmentSettings, FlipAxisAttribute) == 0x0001E0, "Member 'UPCGSubdivideSegmentSettings::FlipAxisAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSegmentSettings, bAcceptIncompleteSubdivision) == 0x000220, "Member 'UPCGSubdivideSegmentSettings::bAcceptIncompleteSubdivision' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSegmentSettings, bOutputModuleIndexAttribute) == 0x000221, "Member 'UPCGSubdivideSegmentSettings::bOutputModuleIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSegmentSettings, ModuleIndexAttributeName) == 0x000224, "Member 'UPCGSubdivideSegmentSettings::ModuleIndexAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSegmentSettings, bOutputExtremityAttributes) == 0x00022C, "Member 'UPCGSubdivideSegmentSettings::bOutputExtremityAttributes' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSegmentSettings, IsFirstAttributeName) == 0x000230, "Member 'UPCGSubdivideSegmentSettings::IsFirstAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSegmentSettings, IsFinalAttributeName) == 0x000238, "Member 'UPCGSubdivideSegmentSettings::IsFinalAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSegmentSettings, bOutputExtremityNeighborIndexAttribute) == 0x000240, "Member 'UPCGSubdivideSegmentSettings::bOutputExtremityNeighborIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSegmentSettings, ExtremityNeighborIndexAttributeName) == 0x000244, "Member 'UPCGSubdivideSegmentSettings::ExtremityNeighborIndexAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointNeighborhoodSettings \ +static_assert(alignof(UPCGPointNeighborhoodSettings) == 0x000008, "Wrong alignment on UPCGPointNeighborhoodSettings"); \ +static_assert(sizeof(UPCGPointNeighborhoodSettings) == 0x0000F0, "Wrong size on UPCGPointNeighborhoodSettings"); \ +static_assert(offsetof(UPCGPointNeighborhoodSettings, SearchDistance) == 0x0000C8, "Member 'UPCGPointNeighborhoodSettings::SearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointNeighborhoodSettings, bSetDistanceToAttribute) == 0x0000D0, "Member 'UPCGPointNeighborhoodSettings::bSetDistanceToAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointNeighborhoodSettings, DistanceAttribute) == 0x0000D4, "Member 'UPCGPointNeighborhoodSettings::DistanceAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointNeighborhoodSettings, bSetAveragePositionToAttribute) == 0x0000DC, "Member 'UPCGPointNeighborhoodSettings::bSetAveragePositionToAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointNeighborhoodSettings, AveragePositionAttribute) == 0x0000E0, "Member 'UPCGPointNeighborhoodSettings::AveragePositionAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointNeighborhoodSettings, SetDensity) == 0x0000E8, "Member 'UPCGPointNeighborhoodSettings::SetDensity' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointNeighborhoodSettings, bSetAveragePosition) == 0x0000EC, "Member 'UPCGPointNeighborhoodSettings::bSetAveragePosition' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointNeighborhoodSettings, bSetAverageColor) == 0x0000ED, "Member 'UPCGPointNeighborhoodSettings::bSetAverageColor' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointNeighborhoodSettings, bWeightedAverage) == 0x0000EE, "Member 'UPCGPointNeighborhoodSettings::bWeightedAverage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSubdivideSplineSettings \ +static_assert(alignof(UPCGSubdivideSplineSettings) == 0x000008, "Wrong alignment on UPCGSubdivideSplineSettings"); \ +static_assert(sizeof(UPCGSubdivideSplineSettings) == 0x000250, "Wrong size on UPCGSubdivideSplineSettings"); \ +static_assert(offsetof(UPCGSubdivideSplineSettings, bAcceptIncompleteSubdivision) == 0x0001D8, "Member 'UPCGSubdivideSplineSettings::bAcceptIncompleteSubdivision' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSplineSettings, bModuleHeightAsAttribute) == 0x0001D9, "Member 'UPCGSubdivideSplineSettings::bModuleHeightAsAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSplineSettings, ModuleHeight) == 0x0001E0, "Member 'UPCGSubdivideSplineSettings::ModuleHeight' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSplineSettings, ModuleHeightAttribute) == 0x0001E8, "Member 'UPCGSubdivideSplineSettings::ModuleHeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSplineSettings, bOutputModuleIndexAttribute) == 0x000228, "Member 'UPCGSubdivideSplineSettings::bOutputModuleIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSplineSettings, ModuleIndexAttributeName) == 0x00022C, "Member 'UPCGSubdivideSplineSettings::ModuleIndexAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSplineSettings, bOutputExtremityAttributes) == 0x000234, "Member 'UPCGSubdivideSplineSettings::bOutputExtremityAttributes' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSplineSettings, IsFirstAttributeName) == 0x000238, "Member 'UPCGSubdivideSplineSettings::IsFirstAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSplineSettings, IsFinalAttributeName) == 0x000240, "Member 'UPCGSubdivideSplineSettings::IsFinalAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubdivideSplineSettings, ModulePlacementTolerance) == 0x000248, "Member 'UPCGSubdivideSplineSettings::ModulePlacementTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGExternalDataSettings \ +static_assert(alignof(UPCGExternalDataSettings) == 0x000008, "Wrong alignment on UPCGExternalDataSettings"); \ +static_assert(sizeof(UPCGExternalDataSettings) == 0x000118, "Wrong size on UPCGExternalDataSettings"); \ +static_assert(offsetof(UPCGExternalDataSettings, AttributeMapping) == 0x0000C8, "Member 'UPCGExternalDataSettings::AttributeMapping' has a wrong offset!"); \ + +#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) == 0x000178, "Wrong size on UPCGMetadataSettingsBase"); \ +static_assert(offsetof(UPCGMetadataSettingsBase, OutputTarget) == 0x0000D0, "Member 'UPCGMetadataSettingsBase::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataSettingsBase, OutputDataFromPin) == 0x000110, "Member 'UPCGMetadataSettingsBase::OutputDataFromPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataSettingsBase, DefaultValues) == 0x000118, "Member 'UPCGMetadataSettingsBase::DefaultValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGParseStringSettings \ +static_assert(alignof(UPCGParseStringSettings) == 0x000008, "Wrong alignment on UPCGParseStringSettings"); \ +static_assert(sizeof(UPCGParseStringSettings) == 0x0001C0, "Wrong size on UPCGParseStringSettings"); \ +static_assert(offsetof(UPCGParseStringSettings, InputSource) == 0x000178, "Member 'UPCGParseStringSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGParseStringSettings, TargetType) == 0x0001B8, "Member 'UPCGParseStringSettings::TargetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLoadDataTableSettings \ +static_assert(alignof(UPCGLoadDataTableSettings) == 0x000008, "Wrong alignment on UPCGLoadDataTableSettings"); \ +static_assert(sizeof(UPCGLoadDataTableSettings) == 0x000148, "Wrong size on UPCGLoadDataTableSettings"); \ +static_assert(offsetof(UPCGLoadDataTableSettings, DataTable) == 0x000118, "Member 'UPCGLoadDataTableSettings::DataTable' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataTableSettings, OutputType) == 0x000140, "Member 'UPCGLoadDataTableSettings::OutputType' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataTableSettings, bSynchronousLoad) == 0x000141, "Member 'UPCGLoadDataTableSettings::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGExportSelectedAttributesSettings \ +static_assert(alignof(UPCGExportSelectedAttributesSettings) == 0x000008, "Wrong alignment on UPCGExportSelectedAttributesSettings"); \ +static_assert(sizeof(UPCGExportSelectedAttributesSettings) == 0x000110, "Wrong size on UPCGExportSelectedAttributesSettings"); \ +static_assert(offsetof(UPCGExportSelectedAttributesSettings, Format) == 0x0000C8, "Member 'UPCGExportSelectedAttributesSettings::Format' has a wrong offset!"); \ +static_assert(offsetof(UPCGExportSelectedAttributesSettings, Layout) == 0x0000C9, "Member 'UPCGExportSelectedAttributesSettings::Layout' has a wrong offset!"); \ +static_assert(offsetof(UPCGExportSelectedAttributesSettings, Path) == 0x0000D0, "Member 'UPCGExportSelectedAttributesSettings::Path' has a wrong offset!"); \ +static_assert(offsetof(UPCGExportSelectedAttributesSettings, Filename) == 0x0000E0, "Member 'UPCGExportSelectedAttributesSettings::Filename' has a wrong offset!"); \ +static_assert(offsetof(UPCGExportSelectedAttributesSettings, bExportAllAttributes) == 0x0000F0, "Member 'UPCGExportSelectedAttributesSettings::bExportAllAttributes' has a wrong offset!"); \ +static_assert(offsetof(UPCGExportSelectedAttributesSettings, AttributeSelectors) == 0x0000F8, "Member 'UPCGExportSelectedAttributesSettings::AttributeSelectors' has a wrong offset!"); \ +static_assert(offsetof(UPCGExportSelectedAttributesSettings, bAddCustomDataVersion) == 0x000108, "Member 'UPCGExportSelectedAttributesSettings::bAddCustomDataVersion' has a wrong offset!"); \ +static_assert(offsetof(UPCGExportSelectedAttributesSettings, CustomVersion) == 0x00010C, "Member 'UPCGExportSelectedAttributesSettings::CustomVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMergeAttributesSettings \ +static_assert(alignof(UPCGMergeAttributesSettings) == 0x000008, "Wrong alignment on UPCGMergeAttributesSettings"); \ +static_assert(sizeof(UPCGMergeAttributesSettings) == 0x0000D8, "Wrong size on UPCGMergeAttributesSettings"); \ + +#define DUMPER7_ASSERTS_UPCGLoadDataAssetSettings \ +static_assert(alignof(UPCGLoadDataAssetSettings) == 0x000008, "Wrong alignment on UPCGLoadDataAssetSettings"); \ +static_assert(sizeof(UPCGLoadDataAssetSettings) == 0x000198, "Wrong size on UPCGLoadDataAssetSettings"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, Asset) == 0x0000C8, "Member 'UPCGLoadDataAssetSettings::Asset' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, Pins) == 0x0000F0, "Member 'UPCGLoadDataAssetSettings::Pins' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, AssetName) == 0x000100, "Member 'UPCGLoadDataAssetSettings::AssetName' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, bLoadFromInput) == 0x000110, "Member 'UPCGLoadDataAssetSettings::bLoadFromInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, AssetReferenceSelector) == 0x000118, "Member 'UPCGLoadDataAssetSettings::AssetReferenceSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, InputIndexTag) == 0x000158, "Member 'UPCGLoadDataAssetSettings::InputIndexTag' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, DataIndexTag) == 0x000160, "Member 'UPCGLoadDataAssetSettings::DataIndexTag' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, bSetDefaultAttributeOverridesFromInput) == 0x000168, "Member 'UPCGLoadDataAssetSettings::bSetDefaultAttributeOverridesFromInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, DefaultAttributeOverrides) == 0x000170, "Member 'UPCGLoadDataAssetSettings::DefaultAttributeOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, CommaSeparatedDefaultAttributeOverrides) == 0x000180, "Member 'UPCGLoadDataAssetSettings::CommaSeparatedDefaultAttributeOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, bWarnIfNoAsset) == 0x000190, "Member 'UPCGLoadDataAssetSettings::bWarnIfNoAsset' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, bTagOutputsBasedOnOutputPins) == 0x000191, "Member 'UPCGLoadDataAssetSettings::bTagOutputsBasedOnOutputPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadDataAssetSettings, bSynchronousLoad) == 0x000192, "Member 'UPCGLoadDataAssetSettings::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAssetExporter_BP_ExportToAsset \ +static_assert(alignof(PCGAssetExporter_BP_ExportToAsset) == 0x000008, "Wrong alignment on PCGAssetExporter_BP_ExportToAsset"); \ +static_assert(sizeof(PCGAssetExporter_BP_ExportToAsset) == 0x000010, "Wrong size on PCGAssetExporter_BP_ExportToAsset"); \ +static_assert(offsetof(PCGAssetExporter_BP_ExportToAsset, Asset) == 0x000000, "Member 'PCGAssetExporter_BP_ExportToAsset::Asset' has a wrong offset!"); \ +static_assert(offsetof(PCGAssetExporter_BP_ExportToAsset, ReturnValue) == 0x000008, "Member 'PCGAssetExporter_BP_ExportToAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAssetExporter_BP_GetAssetType \ +static_assert(alignof(PCGAssetExporter_BP_GetAssetType) == 0x000008, "Wrong alignment on PCGAssetExporter_BP_GetAssetType"); \ +static_assert(sizeof(PCGAssetExporter_BP_GetAssetType) == 0x000008, "Wrong size on PCGAssetExporter_BP_GetAssetType"); \ +static_assert(offsetof(PCGAssetExporter_BP_GetAssetType, ReturnValue) == 0x000000, "Member 'PCGAssetExporter_BP_GetAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAssetExporter \ +static_assert(alignof(UPCGAssetExporter) == 0x000008, "Wrong alignment on UPCGAssetExporter"); \ +static_assert(sizeof(UPCGAssetExporter) == 0x000028, "Wrong size on UPCGAssetExporter"); \ + +#define DUMPER7_ASSERTS_UPCGPointFromMeshSettings \ +static_assert(alignof(UPCGPointFromMeshSettings) == 0x000008, "Wrong alignment on UPCGPointFromMeshSettings"); \ +static_assert(sizeof(UPCGPointFromMeshSettings) == 0x000100, "Wrong size on UPCGPointFromMeshSettings"); \ +static_assert(offsetof(UPCGPointFromMeshSettings, Mesh) == 0x0000C8, "Member 'UPCGPointFromMeshSettings::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointFromMeshSettings, MeshPathAttributeName) == 0x0000F0, "Member 'UPCGPointFromMeshSettings::MeshPathAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointFromMeshSettings, bSynchronousLoad) == 0x0000F8, "Member 'UPCGPointFromMeshSettings::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataCollectionExporter \ +static_assert(alignof(UPCGDataCollectionExporter) == 0x000008, "Wrong alignment on UPCGDataCollectionExporter"); \ +static_assert(sizeof(UPCGDataCollectionExporter) == 0x000058, "Wrong size on UPCGDataCollectionExporter"); \ +static_assert(offsetof(UPCGDataCollectionExporter, Data) == 0x000028, "Member 'UPCGDataCollectionExporter::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSaveDataAssetSettings \ +static_assert(alignof(UPCGSaveDataAssetSettings) == 0x000008, "Wrong alignment on UPCGSaveDataAssetSettings"); \ +static_assert(sizeof(UPCGSaveDataAssetSettings) == 0x000130, "Wrong size on UPCGSaveDataAssetSettings"); \ +static_assert(offsetof(UPCGSaveDataAssetSettings, Pins) == 0x0000C8, "Member 'UPCGSaveDataAssetSettings::Pins' has a wrong offset!"); \ +static_assert(offsetof(UPCGSaveDataAssetSettings, CustomDataCollectionExporterClass) == 0x0000D8, "Member 'UPCGSaveDataAssetSettings::CustomDataCollectionExporterClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGSaveDataAssetSettings, Params_0) == 0x0000E0, "Member 'UPCGSaveDataAssetSettings::Params_0' has a wrong offset!"); \ +static_assert(offsetof(UPCGSaveDataAssetSettings, AssetDescription) == 0x000110, "Member 'UPCGSaveDataAssetSettings::AssetDescription' has a wrong offset!"); \ +static_assert(offsetof(UPCGSaveDataAssetSettings, AssetColor) == 0x000120, "Member 'UPCGSaveDataAssetSettings::AssetColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGRerouteSettings \ +static_assert(alignof(UPCGRerouteSettings) == 0x000008, "Wrong alignment on UPCGRerouteSettings"); \ +static_assert(sizeof(UPCGRerouteSettings) == 0x0000C8, "Wrong size on UPCGRerouteSettings"); \ + +#define DUMPER7_ASSERTS_UPCGNamedRerouteBaseSettings \ +static_assert(alignof(UPCGNamedRerouteBaseSettings) == 0x000008, "Wrong alignment on UPCGNamedRerouteBaseSettings"); \ +static_assert(sizeof(UPCGNamedRerouteBaseSettings) == 0x0000C8, "Wrong size on UPCGNamedRerouteBaseSettings"); \ + +#define DUMPER7_ASSERTS_UPCGWaitLandscapeReadySettings \ +static_assert(alignof(UPCGWaitLandscapeReadySettings) == 0x000008, "Wrong alignment on UPCGWaitLandscapeReadySettings"); \ +static_assert(sizeof(UPCGWaitLandscapeReadySettings) == 0x0000C8, "Wrong size on UPCGWaitLandscapeReadySettings"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeCastSettings \ +static_assert(alignof(UPCGAttributeCastSettings) == 0x000008, "Wrong alignment on UPCGAttributeCastSettings"); \ +static_assert(sizeof(UPCGAttributeCastSettings) == 0x000150, "Wrong size on UPCGAttributeCastSettings"); \ +static_assert(offsetof(UPCGAttributeCastSettings, InputSource) == 0x0000C8, "Member 'UPCGAttributeCastSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeCastSettings, OutputType) == 0x000108, "Member 'UPCGAttributeCastSettings::OutputType' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeCastSettings, OutputTarget) == 0x000110, "Member 'UPCGAttributeCastSettings::OutputTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPrintElementSettings \ +static_assert(alignof(UPCGPrintElementSettings) == 0x000008, "Wrong alignment on UPCGPrintElementSettings"); \ +static_assert(sizeof(UPCGPrintElementSettings) == 0x0000F8, "Wrong size on UPCGPrintElementSettings"); \ +static_assert(offsetof(UPCGPrintElementSettings, PrintString) == 0x0000C8, "Member 'UPCGPrintElementSettings::PrintString' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, Verbosity) == 0x0000D8, "Member 'UPCGPrintElementSettings::Verbosity' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, CustomPrefix) == 0x0000E0, "Member 'UPCGPrintElementSettings::CustomPrefix' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bDisplayOnNode) == 0x0000F0, "Member 'UPCGPrintElementSettings::bDisplayOnNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bPrintPerComponent) == 0x0000F1, "Member 'UPCGPrintElementSettings::bPrintPerComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bPrefixWithOwner) == 0x0000F2, "Member 'UPCGPrintElementSettings::bPrefixWithOwner' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bPrefixWithComponent) == 0x0000F3, "Member 'UPCGPrintElementSettings::bPrefixWithComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bPrefixWithGraph) == 0x0000F4, "Member 'UPCGPrintElementSettings::bPrefixWithGraph' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bPrefixWithNode) == 0x0000F5, "Member 'UPCGPrintElementSettings::bPrefixWithNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrintElementSettings, bEnablePrint) == 0x0000F6, "Member 'UPCGPrintElementSettings::bEnablePrint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataAttributesAndTagsSettingsBase \ +static_assert(alignof(UPCGDataAttributesAndTagsSettingsBase) == 0x000008, "Wrong alignment on UPCGDataAttributesAndTagsSettingsBase"); \ +static_assert(sizeof(UPCGDataAttributesAndTagsSettingsBase) == 0x000120, "Wrong size on UPCGDataAttributesAndTagsSettingsBase"); \ +static_assert(offsetof(UPCGDataAttributesAndTagsSettingsBase, AttributesTagsMapping) == 0x0000C8, "Member 'UPCGDataAttributesAndTagsSettingsBase::AttributesTagsMapping' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataAttributesAndTagsSettingsBase, bDeleteInputsAfterOperation) == 0x000118, "Member 'UPCGDataAttributesAndTagsSettingsBase::bDeleteInputsAfterOperation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataAttributesToTagsSettings \ +static_assert(alignof(UPCGDataAttributesToTagsSettings) == 0x000008, "Wrong alignment on UPCGDataAttributesToTagsSettings"); \ +static_assert(sizeof(UPCGDataAttributesToTagsSettings) == 0x000128, "Wrong size on UPCGDataAttributesToTagsSettings"); \ +static_assert(offsetof(UPCGDataAttributesToTagsSettings, bDiscardNonParseableAttributeTypes) == 0x000120, "Member 'UPCGDataAttributesToTagsSettings::bDiscardNonParseableAttributeTypes' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataAttributesToTagsSettings, bDiscardAttributeValue) == 0x000121, "Member 'UPCGDataAttributesToTagsSettings::bDiscardAttributeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPathfindingSettings \ +static_assert(alignof(UPCGPathfindingSettings) == 0x000008, "Wrong alignment on UPCGPathfindingSettings"); \ +static_assert(sizeof(UPCGPathfindingSettings) == 0x0002D8, "Wrong size on UPCGPathfindingSettings"); \ +static_assert(offsetof(UPCGPathfindingSettings, SearchDistance) == 0x0000C8, "Member 'UPCGPathfindingSettings::SearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, bStartLocationsAsInput) == 0x0000D0, "Member 'UPCGPathfindingSettings::bStartLocationsAsInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, StartLocationAttribute) == 0x0000D8, "Member 'UPCGPathfindingSettings::StartLocationAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, Start) == 0x000118, "Member 'UPCGPathfindingSettings::Start' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, bGoalLocationsAsInput) == 0x000130, "Member 'UPCGPathfindingSettings::bGoalLocationsAsInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, GoalLocationAttribute) == 0x000138, "Member 'UPCGPathfindingSettings::GoalLocationAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, Goal) == 0x000178, "Member 'UPCGPathfindingSettings::Goal' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, GoalMappingMode) == 0x000190, "Member 'UPCGPathfindingSettings::GoalMappingMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, HeuristicWeight) == 0x000198, "Member 'UPCGPathfindingSettings::HeuristicWeight' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, CostFunctionMode) == 0x0001A0, "Member 'UPCGPathfindingSettings::CostFunctionMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, CostAttribute) == 0x0001A8, "Member 'UPCGPathfindingSettings::CostAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, MaximumFitnessPenaltyFactor) == 0x0001E8, "Member 'UPCGPathfindingSettings::MaximumFitnessPenaltyFactor' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, bUsePathTraces) == 0x0001F0, "Member 'UPCGPathfindingSettings::bUsePathTraces' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, PathTraceParams) == 0x0001F8, "Member 'UPCGPathfindingSettings::PathTraceParams' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, bAcceptPartialPath) == 0x0002D0, "Member 'UPCGPathfindingSettings::bAcceptPartialPath' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, bOutputAsSpline) == 0x0002D1, "Member 'UPCGPathfindingSettings::bOutputAsSpline' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, SplineMode) == 0x0002D2, "Member 'UPCGPathfindingSettings::SplineMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGPathfindingSettings, bCopyOriginatingPoints) == 0x0002D3, "Member 'UPCGPathfindingSettings::bCopyOriginatingPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTagsToDataAttributesSettings \ +static_assert(alignof(UPCGTagsToDataAttributesSettings) == 0x000008, "Wrong alignment on UPCGTagsToDataAttributesSettings"); \ +static_assert(sizeof(UPCGTagsToDataAttributesSettings) == 0x000120, "Wrong size on UPCGTagsToDataAttributesSettings"); \ + +#define DUMPER7_ASSERTS_UPCGExtractAttributeSettings \ +static_assert(alignof(UPCGExtractAttributeSettings) == 0x000008, "Wrong alignment on UPCGExtractAttributeSettings"); \ +static_assert(sizeof(UPCGExtractAttributeSettings) == 0x000150, "Wrong size on UPCGExtractAttributeSettings"); \ +static_assert(offsetof(UPCGExtractAttributeSettings, InputSource) == 0x0000C8, "Member 'UPCGExtractAttributeSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGExtractAttributeSettings, Index_0) == 0x000108, "Member 'UPCGExtractAttributeSettings::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UPCGExtractAttributeSettings, OutputAttributeName) == 0x000110, "Member 'UPCGExtractAttributeSettings::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGReplaceTagsSettings \ +static_assert(alignof(UPCGReplaceTagsSettings) == 0x000008, "Wrong alignment on UPCGReplaceTagsSettings"); \ +static_assert(sizeof(UPCGReplaceTagsSettings) == 0x0000F0, "Wrong size on UPCGReplaceTagsSettings"); \ +static_assert(offsetof(UPCGReplaceTagsSettings, SelectedTags) == 0x0000C8, "Member 'UPCGReplaceTagsSettings::SelectedTags' has a wrong offset!"); \ +static_assert(offsetof(UPCGReplaceTagsSettings, ReplacedTags) == 0x0000D8, "Member 'UPCGReplaceTagsSettings::ReplacedTags' has a wrong offset!"); \ +static_assert(offsetof(UPCGReplaceTagsSettings, bTokenizeOnWhiteSpace) == 0x0000E8, "Member 'UPCGReplaceTagsSettings::bTokenizeOnWhiteSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGHashAttributeSettings \ +static_assert(alignof(UPCGHashAttributeSettings) == 0x000008, "Wrong alignment on UPCGHashAttributeSettings"); \ +static_assert(sizeof(UPCGHashAttributeSettings) == 0x0001B8, "Wrong size on UPCGHashAttributeSettings"); \ +static_assert(offsetof(UPCGHashAttributeSettings, InputSource1) == 0x000178, "Member 'UPCGHashAttributeSettings::InputSource1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSelectPointsSettings \ +static_assert(alignof(UPCGSelectPointsSettings) == 0x000008, "Wrong alignment on UPCGSelectPointsSettings"); \ +static_assert(sizeof(UPCGSelectPointsSettings) == 0x0000D0, "Wrong size on UPCGSelectPointsSettings"); \ +static_assert(offsetof(UPCGSelectPointsSettings, Ratio) == 0x0000C8, "Member 'UPCGSelectPointsSettings::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataBitwiseSettings \ +static_assert(alignof(UPCGMetadataBitwiseSettings) == 0x000008, "Wrong alignment on UPCGMetadataBitwiseSettings"); \ +static_assert(sizeof(UPCGMetadataBitwiseSettings) == 0x000200, "Wrong size on UPCGMetadataBitwiseSettings"); \ +static_assert(offsetof(UPCGMetadataBitwiseSettings, Operation) == 0x000178, "Member 'UPCGMetadataBitwiseSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataBitwiseSettings, InputSource1) == 0x000180, "Member 'UPCGMetadataBitwiseSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataBitwiseSettings, InputSource2) == 0x0001C0, "Member 'UPCGMetadataBitwiseSettings::InputSource2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataBooleanSettings \ +static_assert(alignof(UPCGMetadataBooleanSettings) == 0x000008, "Wrong alignment on UPCGMetadataBooleanSettings"); \ +static_assert(sizeof(UPCGMetadataBooleanSettings) == 0x000200, "Wrong size on UPCGMetadataBooleanSettings"); \ +static_assert(offsetof(UPCGMetadataBooleanSettings, Operation) == 0x000178, "Member 'UPCGMetadataBooleanSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataBooleanSettings, InputSource1) == 0x000180, "Member 'UPCGMetadataBooleanSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataBooleanSettings, InputSource2) == 0x0001C0, "Member 'UPCGMetadataBooleanSettings::InputSource2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGNamedRerouteUsageSettings \ +static_assert(alignof(UPCGNamedRerouteUsageSettings) == 0x000008, "Wrong alignment on UPCGNamedRerouteUsageSettings"); \ +static_assert(sizeof(UPCGNamedRerouteUsageSettings) == 0x0000D0, "Wrong size on UPCGNamedRerouteUsageSettings"); \ +static_assert(offsetof(UPCGNamedRerouteUsageSettings, Declaration) == 0x0000C8, "Member 'UPCGNamedRerouteUsageSettings::Declaration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataBreakTransformSettings \ +static_assert(alignof(UPCGMetadataBreakTransformSettings) == 0x000008, "Wrong alignment on UPCGMetadataBreakTransformSettings"); \ +static_assert(sizeof(UPCGMetadataBreakTransformSettings) == 0x0001B8, "Wrong size on UPCGMetadataBreakTransformSettings"); \ +static_assert(offsetof(UPCGMetadataBreakTransformSettings, InputSource) == 0x000178, "Member 'UPCGMetadataBreakTransformSettings::InputSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataBreakVectorSettings \ +static_assert(alignof(UPCGMetadataBreakVectorSettings) == 0x000008, "Wrong alignment on UPCGMetadataBreakVectorSettings"); \ +static_assert(sizeof(UPCGMetadataBreakVectorSettings) == 0x0001B8, "Wrong size on UPCGMetadataBreakVectorSettings"); \ +static_assert(offsetof(UPCGMetadataBreakVectorSettings, InputSource) == 0x000178, "Member 'UPCGMetadataBreakVectorSettings::InputSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGRandomChoiceSettings \ +static_assert(alignof(UPCGRandomChoiceSettings) == 0x000008, "Wrong alignment on UPCGRandomChoiceSettings"); \ +static_assert(sizeof(UPCGRandomChoiceSettings) == 0x000120, "Wrong size on UPCGRandomChoiceSettings"); \ +static_assert(offsetof(UPCGRandomChoiceSettings, bFixedMode) == 0x0000C8, "Member 'UPCGRandomChoiceSettings::bFixedMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGRandomChoiceSettings, FixedNumber) == 0x0000CC, "Member 'UPCGRandomChoiceSettings::FixedNumber' has a wrong offset!"); \ +static_assert(offsetof(UPCGRandomChoiceSettings, Ratio) == 0x0000D0, "Member 'UPCGRandomChoiceSettings::Ratio' has a wrong offset!"); \ +static_assert(offsetof(UPCGRandomChoiceSettings, bOutputDiscardedEntries) == 0x0000D4, "Member 'UPCGRandomChoiceSettings::bOutputDiscardedEntries' has a wrong offset!"); \ +static_assert(offsetof(UPCGRandomChoiceSettings, bHasCustomSeedSource) == 0x0000D5, "Member 'UPCGRandomChoiceSettings::bHasCustomSeedSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGRandomChoiceSettings, CustomSeedSource) == 0x0000D8, "Member 'UPCGRandomChoiceSettings::CustomSeedSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGRandomChoiceSettings, bUseFirstAttributeOnly) == 0x000118, "Member 'UPCGRandomChoiceSettings::bUseFirstAttributeOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataCompareSettings \ +static_assert(alignof(UPCGMetadataCompareSettings) == 0x000008, "Wrong alignment on UPCGMetadataCompareSettings"); \ +static_assert(sizeof(UPCGMetadataCompareSettings) == 0x000208, "Wrong size on UPCGMetadataCompareSettings"); \ +static_assert(offsetof(UPCGMetadataCompareSettings, Operation) == 0x000178, "Member 'UPCGMetadataCompareSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataCompareSettings, InputSource1) == 0x000180, "Member 'UPCGMetadataCompareSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataCompareSettings, InputSource2) == 0x0001C0, "Member 'UPCGMetadataCompareSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataCompareSettings, Tolerance) == 0x000200, "Member 'UPCGMetadataCompareSettings::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataMakeRotatorSettings \ +static_assert(alignof(UPCGMetadataMakeRotatorSettings) == 0x000008, "Wrong alignment on UPCGMetadataMakeRotatorSettings"); \ +static_assert(sizeof(UPCGMetadataMakeRotatorSettings) == 0x000240, "Wrong size on UPCGMetadataMakeRotatorSettings"); \ +static_assert(offsetof(UPCGMetadataMakeRotatorSettings, InputSource1) == 0x000178, "Member 'UPCGMetadataMakeRotatorSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeRotatorSettings, InputSource2) == 0x0001B8, "Member 'UPCGMetadataMakeRotatorSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeRotatorSettings, InputSource3) == 0x0001F8, "Member 'UPCGMetadataMakeRotatorSettings::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeRotatorSettings, Operation) == 0x000238, "Member 'UPCGMetadataMakeRotatorSettings::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDeleteTagsSettings \ +static_assert(alignof(UPCGDeleteTagsSettings) == 0x000008, "Wrong alignment on UPCGDeleteTagsSettings"); \ +static_assert(sizeof(UPCGDeleteTagsSettings) == 0x0000E8, "Wrong size on UPCGDeleteTagsSettings"); \ +static_assert(offsetof(UPCGDeleteTagsSettings, Operation) == 0x0000C8, "Member 'UPCGDeleteTagsSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGDeleteTagsSettings, Operator) == 0x0000CC, "Member 'UPCGDeleteTagsSettings::Operator' has a wrong offset!"); \ +static_assert(offsetof(UPCGDeleteTagsSettings, SelectedTags) == 0x0000D0, "Member 'UPCGDeleteTagsSettings::SelectedTags' has a wrong offset!"); \ +static_assert(offsetof(UPCGDeleteTagsSettings, bTokenizeOnWhiteSpace) == 0x0000E0, "Member 'UPCGDeleteTagsSettings::bTokenizeOnWhiteSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataMakeTransformSettings \ +static_assert(alignof(UPCGMetadataMakeTransformSettings) == 0x000008, "Wrong alignment on UPCGMetadataMakeTransformSettings"); \ +static_assert(sizeof(UPCGMetadataMakeTransformSettings) == 0x000238, "Wrong size on UPCGMetadataMakeTransformSettings"); \ +static_assert(offsetof(UPCGMetadataMakeTransformSettings, InputSource1) == 0x000178, "Member 'UPCGMetadataMakeTransformSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeTransformSettings, InputSource2) == 0x0001B8, "Member 'UPCGMetadataMakeTransformSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeTransformSettings, InputSource3) == 0x0001F8, "Member 'UPCGMetadataMakeTransformSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataMakeVectorSettings \ +static_assert(alignof(UPCGMetadataMakeVectorSettings) == 0x000008, "Wrong alignment on UPCGMetadataMakeVectorSettings"); \ +static_assert(sizeof(UPCGMetadataMakeVectorSettings) == 0x000280, "Wrong size on UPCGMetadataMakeVectorSettings"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource1) == 0x000178, "Member 'UPCGMetadataMakeVectorSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource2) == 0x0001B8, "Member 'UPCGMetadataMakeVectorSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource3) == 0x0001F8, "Member 'UPCGMetadataMakeVectorSettings::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource4) == 0x000238, "Member 'UPCGMetadataMakeVectorSettings::InputSource4' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, OutputType) == 0x000278, "Member 'UPCGMetadataMakeVectorSettings::OutputType' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, MakeVector3Op) == 0x000279, "Member 'UPCGMetadataMakeVectorSettings::MakeVector3Op' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, MakeVector4Op) == 0x00027A, "Member 'UPCGMetadataMakeVectorSettings::MakeVector4Op' 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_UPCGMetadataMathsSettings \ +static_assert(alignof(UPCGMetadataMathsSettings) == 0x000008, "Wrong alignment on UPCGMetadataMathsSettings"); \ +static_assert(sizeof(UPCGMetadataMathsSettings) == 0x000240, "Wrong size on UPCGMetadataMathsSettings"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, Operation) == 0x000178, "Member 'UPCGMetadataMathsSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, bForceRoundingOpToInt) == 0x00017A, "Member 'UPCGMetadataMathsSettings::bForceRoundingOpToInt' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, bForceOpToDouble) == 0x00017B, "Member 'UPCGMetadataMathsSettings::bForceOpToDouble' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, InputSource1) == 0x000180, "Member 'UPCGMetadataMathsSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, InputSource2) == 0x0001C0, "Member 'UPCGMetadataMathsSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, InputSource3) == 0x000200, "Member 'UPCGMetadataMathsSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataPartitionSettings \ +static_assert(alignof(UPCGMetadataPartitionSettings) == 0x000008, "Wrong alignment on UPCGMetadataPartitionSettings"); \ +static_assert(sizeof(UPCGMetadataPartitionSettings) == 0x0000F8, "Wrong size on UPCGMetadataPartitionSettings"); \ +static_assert(offsetof(UPCGMetadataPartitionSettings, PartitionAttributeSelectors) == 0x0000C8, "Member 'UPCGMetadataPartitionSettings::PartitionAttributeSelectors' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataPartitionSettings, PartitionAttributeNames) == 0x0000D8, "Member 'UPCGMetadataPartitionSettings::PartitionAttributeNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataPartitionSettings, bTokenizeOnWhiteSpace) == 0x0000E8, "Member 'UPCGMetadataPartitionSettings::bTokenizeOnWhiteSpace' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataPartitionSettings, bAssignIndexPartition) == 0x0000E9, "Member 'UPCGMetadataPartitionSettings::bAssignIndexPartition' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataPartitionSettings, bDoNotPartition) == 0x0000EA, "Member 'UPCGMetadataPartitionSettings::bDoNotPartition' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataPartitionSettings, PartitionIndexAttributeName) == 0x0000EC, "Member 'UPCGMetadataPartitionSettings::PartitionIndexAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDistanceSettings \ +static_assert(alignof(UPCGDistanceSettings) == 0x000008, "Wrong alignment on UPCGDistanceSettings"); \ +static_assert(sizeof(UPCGDistanceSettings) == 0x000130, "Wrong size on UPCGDistanceSettings"); \ +static_assert(offsetof(UPCGDistanceSettings, bOutputToAttribute) == 0x0000C8, "Member 'UPCGDistanceSettings::bOutputToAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGDistanceSettings, OutputAttribute) == 0x0000D0, "Member 'UPCGDistanceSettings::OutputAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGDistanceSettings, bOutputDistanceVector) == 0x000110, "Member 'UPCGDistanceSettings::bOutputDistanceVector' has a wrong offset!"); \ +static_assert(offsetof(UPCGDistanceSettings, bSetDensity) == 0x000111, "Member 'UPCGDistanceSettings::bSetDensity' has a wrong offset!"); \ +static_assert(offsetof(UPCGDistanceSettings, MaximumDistance) == 0x000118, "Member 'UPCGDistanceSettings::MaximumDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGDistanceSettings, SourceShape) == 0x000120, "Member 'UPCGDistanceSettings::SourceShape' has a wrong offset!"); \ +static_assert(offsetof(UPCGDistanceSettings, TargetShape) == 0x000124, "Member 'UPCGDistanceSettings::TargetShape' has a wrong offset!"); \ +static_assert(offsetof(UPCGDistanceSettings, bCheckSourceAgainstRespectiveTarget) == 0x000128, "Member 'UPCGDistanceSettings::bCheckSourceAgainstRespectiveTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataPartitionKernel \ +static_assert(alignof(UPCGMetadataPartitionKernel) == 0x000008, "Wrong alignment on UPCGMetadataPartitionKernel"); \ +static_assert(sizeof(UPCGMetadataPartitionKernel) == 0x000098, "Wrong size on UPCGMetadataPartitionKernel"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataRenameSettings \ +static_assert(alignof(UPCGMetadataRenameSettings) == 0x000008, "Wrong alignment on UPCGMetadataRenameSettings"); \ +static_assert(sizeof(UPCGMetadataRenameSettings) == 0x000110, "Wrong size on UPCGMetadataRenameSettings"); \ +static_assert(offsetof(UPCGMetadataRenameSettings, AttributeToRename) == 0x0000C8, "Member 'UPCGMetadataRenameSettings::AttributeToRename' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataRenameSettings, NewAttributeName) == 0x000108, "Member 'UPCGMetadataRenameSettings::NewAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDebugSettings \ +static_assert(alignof(UPCGDebugSettings) == 0x000008, "Wrong alignment on UPCGDebugSettings"); \ +static_assert(sizeof(UPCGDebugSettings) == 0x0000F0, "Wrong size on UPCGDebugSettings"); \ +static_assert(offsetof(UPCGDebugSettings, TargetActor) == 0x0000C8, "Member 'UPCGDebugSettings::TargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataRotatorSettings \ +static_assert(alignof(UPCGMetadataRotatorSettings) == 0x000008, "Wrong alignment on UPCGMetadataRotatorSettings"); \ +static_assert(sizeof(UPCGMetadataRotatorSettings) == 0x000240, "Wrong size on UPCGMetadataRotatorSettings"); \ +static_assert(offsetof(UPCGMetadataRotatorSettings, Operation) == 0x000178, "Member 'UPCGMetadataRotatorSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataRotatorSettings, InputSource1) == 0x000180, "Member 'UPCGMetadataRotatorSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataRotatorSettings, InputSource2) == 0x0001C0, "Member 'UPCGMetadataRotatorSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataRotatorSettings, InputSource3) == 0x000200, "Member 'UPCGMetadataRotatorSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataStringOpSettings \ +static_assert(alignof(UPCGMetadataStringOpSettings) == 0x000008, "Wrong alignment on UPCGMetadataStringOpSettings"); \ +static_assert(sizeof(UPCGMetadataStringOpSettings) == 0x000240, "Wrong size on UPCGMetadataStringOpSettings"); \ +static_assert(offsetof(UPCGMetadataStringOpSettings, Operation) == 0x000178, "Member 'UPCGMetadataStringOpSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataStringOpSettings, SearchCase) == 0x00017A, "Member 'UPCGMetadataStringOpSettings::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataStringOpSettings, InputSource1) == 0x000180, "Member 'UPCGMetadataStringOpSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataStringOpSettings, InputSource2) == 0x0001C0, "Member 'UPCGMetadataStringOpSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataStringOpSettings, InputSource3) == 0x000200, "Member 'UPCGMetadataStringOpSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSpatialNoiseSettings \ +static_assert(alignof(UPCGSpatialNoiseSettings) == 0x000010, "Wrong alignment on UPCGSpatialNoiseSettings"); \ +static_assert(sizeof(UPCGSpatialNoiseSettings) == 0x000210, "Wrong size on UPCGSpatialNoiseSettings"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Mode) == 0x0000C8, "Member 'UPCGSpatialNoiseSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeMask2DMode) == 0x0000CC, "Member 'UPCGSpatialNoiseSettings::EdgeMask2DMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Iterations) == 0x0000D0, "Member 'UPCGSpatialNoiseSettings::Iterations' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, bTiling) == 0x0000D4, "Member 'UPCGSpatialNoiseSettings::bTiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Brightness) == 0x0000D8, "Member 'UPCGSpatialNoiseSettings::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Contrast) == 0x0000DC, "Member 'UPCGSpatialNoiseSettings::Contrast' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, ValueTarget) == 0x0000E0, "Member 'UPCGSpatialNoiseSettings::ValueTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, RandomOffset) == 0x000120, "Member 'UPCGSpatialNoiseSettings::RandomOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Transform) == 0x000140, "Member 'UPCGSpatialNoiseSettings::Transform' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, VoronoiCellRandomness) == 0x0001A0, "Member 'UPCGSpatialNoiseSettings::VoronoiCellRandomness' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, VoronoiCellIDTarget) == 0x0001A8, "Member 'UPCGSpatialNoiseSettings::VoronoiCellIDTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, bVoronoiOrientSamplesToCellEdge) == 0x0001E8, "Member 'UPCGSpatialNoiseSettings::bVoronoiOrientSamplesToCellEdge' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, TiledVoronoiResolution) == 0x0001EC, "Member 'UPCGSpatialNoiseSettings::TiledVoronoiResolution' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, TiledVoronoiEdgeBlendCellCount) == 0x0001F0, "Member 'UPCGSpatialNoiseSettings::TiledVoronoiEdgeBlendCellCount' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeBlendDistance) == 0x0001F4, "Member 'UPCGSpatialNoiseSettings::EdgeBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeBlendCurveOffset) == 0x0001F8, "Member 'UPCGSpatialNoiseSettings::EdgeBlendCurveOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeBlendCurveIntensity) == 0x0001FC, "Member 'UPCGSpatialNoiseSettings::EdgeBlendCurveIntensity' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, bForceNoUseSeed) == 0x000200, "Member 'UPCGSpatialNoiseSettings::bForceNoUseSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataTransformSettings \ +static_assert(alignof(UPCGMetadataTransformSettings) == 0x000008, "Wrong alignment on UPCGMetadataTransformSettings"); \ +static_assert(sizeof(UPCGMetadataTransformSettings) == 0x000240, "Wrong size on UPCGMetadataTransformSettings"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, Operation) == 0x000178, "Member 'UPCGMetadataTransformSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, TransformLerpMode) == 0x00017A, "Member 'UPCGMetadataTransformSettings::TransformLerpMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, InputSource1) == 0x000180, "Member 'UPCGMetadataTransformSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, InputSource2) == 0x0001C0, "Member 'UPCGMetadataTransformSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, InputSource3) == 0x000200, "Member 'UPCGMetadataTransformSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataTrigSettings \ +static_assert(alignof(UPCGMetadataTrigSettings) == 0x000008, "Wrong alignment on UPCGMetadataTrigSettings"); \ +static_assert(sizeof(UPCGMetadataTrigSettings) == 0x000200, "Wrong size on UPCGMetadataTrigSettings"); \ +static_assert(offsetof(UPCGMetadataTrigSettings, Operation) == 0x000178, "Member 'UPCGMetadataTrigSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTrigSettings, InputSource1) == 0x000180, "Member 'UPCGMetadataTrigSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTrigSettings, InputSource2) == 0x0001C0, "Member 'UPCGMetadataTrigSettings::InputSource2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSplitPointsSettings \ +static_assert(alignof(UPCGSplitPointsSettings) == 0x000008, "Wrong alignment on UPCGSplitPointsSettings"); \ +static_assert(sizeof(UPCGSplitPointsSettings) == 0x0000D0, "Wrong size on UPCGSplitPointsSettings"); \ +static_assert(offsetof(UPCGSplitPointsSettings, SplitPosition) == 0x0000C8, "Member 'UPCGSplitPointsSettings::SplitPosition' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplitPointsSettings, SplitAxis) == 0x0000CC, "Member 'UPCGSplitPointsSettings::SplitAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataVectorSettings \ +static_assert(alignof(UPCGMetadataVectorSettings) == 0x000008, "Wrong alignment on UPCGMetadataVectorSettings"); \ +static_assert(sizeof(UPCGMetadataVectorSettings) == 0x000240, "Wrong size on UPCGMetadataVectorSettings"); \ +static_assert(offsetof(UPCGMetadataVectorSettings, Operation) == 0x000178, "Member 'UPCGMetadataVectorSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataVectorSettings, InputSource1) == 0x000180, "Member 'UPCGMetadataVectorSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataVectorSettings, InputSource2) == 0x0001C0, "Member 'UPCGMetadataVectorSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataVectorSettings, InputSource3) == 0x000200, "Member 'UPCGMetadataVectorSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAddComponentSettings \ +static_assert(alignof(UPCGAddComponentSettings) == 0x000008, "Wrong alignment on UPCGAddComponentSettings"); \ +static_assert(sizeof(UPCGAddComponentSettings) == 0x0001A8, "Wrong size on UPCGAddComponentSettings"); \ +static_assert(offsetof(UPCGAddComponentSettings, bUseClassAttribute) == 0x0000C8, "Member 'UPCGAddComponentSettings::bUseClassAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddComponentSettings, ClassAttribute) == 0x0000D0, "Member 'UPCGAddComponentSettings::ClassAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddComponentSettings, TemplateComponentClass) == 0x000110, "Member 'UPCGAddComponentSettings::TemplateComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddComponentSettings, bAllowTemplateComponentEditing) == 0x000118, "Member 'UPCGAddComponentSettings::bAllowTemplateComponentEditing' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddComponentSettings, TemplateComponent) == 0x000120, "Member 'UPCGAddComponentSettings::TemplateComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddComponentSettings, ActorReferenceAttribute) == 0x000128, "Member 'UPCGAddComponentSettings::ActorReferenceAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddComponentSettings, ComponentReferenceAttribute) == 0x000168, "Member 'UPCGAddComponentSettings::ComponentReferenceAttribute' 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_UPCGAddTagSettings \ +static_assert(alignof(UPCGAddTagSettings) == 0x000008, "Wrong alignment on UPCGAddTagSettings"); \ +static_assert(sizeof(UPCGAddTagSettings) == 0x000100, "Wrong size on UPCGAddTagSettings"); \ +static_assert(offsetof(UPCGAddTagSettings, TagsToAdd) == 0x0000C8, "Member 'UPCGAddTagSettings::TagsToAdd' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddTagSettings, Prefix) == 0x0000D8, "Member 'UPCGAddTagSettings::Prefix' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddTagSettings, Suffix) == 0x0000E8, "Member 'UPCGAddTagSettings::Suffix' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddTagSettings, bIgnoreTagValueParsing) == 0x0000F8, "Member 'UPCGAddTagSettings::bIgnoreTagValueParsing' has a wrong offset!"); \ +static_assert(offsetof(UPCGAddTagSettings, bTokenizeOnWhiteSpace) == 0x0000F9, "Member 'UPCGAddTagSettings::bTokenizeOnWhiteSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGApplyHierarchySettings \ +static_assert(alignof(UPCGApplyHierarchySettings) == 0x000008, "Wrong alignment on UPCGApplyHierarchySettings"); \ +static_assert(sizeof(UPCGApplyHierarchySettings) == 0x000248, "Wrong size on UPCGApplyHierarchySettings"); \ +static_assert(offsetof(UPCGApplyHierarchySettings, PointKeyAttributes) == 0x0000C8, "Member 'UPCGApplyHierarchySettings::PointKeyAttributes' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyHierarchySettings, ParentKeyAttributes) == 0x0000D8, "Member 'UPCGApplyHierarchySettings::ParentKeyAttributes' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyHierarchySettings, HierarchyDepthAttribute) == 0x0000E8, "Member 'UPCGApplyHierarchySettings::HierarchyDepthAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyHierarchySettings, RelativeTransformAttribute) == 0x000128, "Member 'UPCGApplyHierarchySettings::RelativeTransformAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyHierarchySettings, ApplyParentRotation) == 0x000168, "Member 'UPCGApplyHierarchySettings::ApplyParentRotation' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyHierarchySettings, ApplyParentRotationAttribute) == 0x000170, "Member 'UPCGApplyHierarchySettings::ApplyParentRotationAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyHierarchySettings, ApplyParentScale) == 0x0001B0, "Member 'UPCGApplyHierarchySettings::ApplyParentScale' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyHierarchySettings, ApplyParentScaleAttribute) == 0x0001B8, "Member 'UPCGApplyHierarchySettings::ApplyParentScaleAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyHierarchySettings, ApplyHierarchy) == 0x0001F8, "Member 'UPCGApplyHierarchySettings::ApplyHierarchy' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyHierarchySettings, ApplyHierarchyAttribute) == 0x000200, "Member 'UPCGApplyHierarchySettings::ApplyHierarchyAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyHierarchySettings, bWarnOnPointsWithInvalidParent) == 0x000240, "Member 'UPCGApplyHierarchySettings::bWarnOnPointsWithInvalidParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSortAttributesSettings \ +static_assert(alignof(UPCGSortAttributesSettings) == 0x000008, "Wrong alignment on UPCGSortAttributesSettings"); \ +static_assert(sizeof(UPCGSortAttributesSettings) == 0x000110, "Wrong size on UPCGSortAttributesSettings"); \ +static_assert(offsetof(UPCGSortAttributesSettings, InputSource) == 0x0000C8, "Member 'UPCGSortAttributesSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGSortAttributesSettings, SortMethod) == 0x000108, "Member 'UPCGSortAttributesSettings::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGApplyOnActorSettings \ +static_assert(alignof(UPCGApplyOnActorSettings) == 0x000008, "Wrong alignment on UPCGApplyOnActorSettings"); \ +static_assert(sizeof(UPCGApplyOnActorSettings) == 0x000130, "Wrong size on UPCGApplyOnActorSettings"); \ +static_assert(offsetof(UPCGApplyOnActorSettings, ObjectReferenceAttribute) == 0x0000C8, "Member 'UPCGApplyOnActorSettings::ObjectReferenceAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyOnActorSettings, PropertyOverrideDescriptions) == 0x000108, "Member 'UPCGApplyOnActorSettings::PropertyOverrideDescriptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyOnActorSettings, PostProcessFunctionNames) == 0x000118, "Member 'UPCGApplyOnActorSettings::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyOnActorSettings, bSilenceErrorOnEmptyObjectPath) == 0x000128, "Member 'UPCGApplyOnActorSettings::bSilenceErrorOnEmptyObjectPath' has a wrong offset!"); \ +static_assert(offsetof(UPCGApplyOnActorSettings, bSynchronousLoad) == 0x000129, "Member 'UPCGApplyOnActorSettings::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGApplyScaleToBoundsSettings \ +static_assert(alignof(UPCGApplyScaleToBoundsSettings) == 0x000008, "Wrong alignment on UPCGApplyScaleToBoundsSettings"); \ +static_assert(sizeof(UPCGApplyScaleToBoundsSettings) == 0x0000C8, "Wrong size on UPCGApplyScaleToBoundsSettings"); \ + +#define DUMPER7_ASSERTS_UPCGSplineIntersectionSettings \ +static_assert(alignof(UPCGSplineIntersectionSettings) == 0x000008, "Wrong alignment on UPCGSplineIntersectionSettings"); \ +static_assert(sizeof(UPCGSplineIntersectionSettings) == 0x000158, "Wrong size on UPCGSplineIntersectionSettings"); \ +static_assert(offsetof(UPCGSplineIntersectionSettings, Type) == 0x0000C8, "Member 'UPCGSplineIntersectionSettings::Type' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineIntersectionSettings, Output) == 0x0000C9, "Member 'UPCGSplineIntersectionSettings::Output' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineIntersectionSettings, bOutputSplineIndices) == 0x0000CA, "Member 'UPCGSplineIntersectionSettings::bOutputSplineIndices' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineIntersectionSettings, OriginatingSplineIndexAttribute) == 0x0000D0, "Member 'UPCGSplineIntersectionSettings::OriginatingSplineIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineIntersectionSettings, IntersectingSplineIndexAttribute) == 0x000110, "Member 'UPCGSplineIntersectionSettings::IntersectingSplineIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineIntersectionSettings, DistanceThreshold) == 0x000150, "Member 'UPCGSplineIntersectionSettings::DistanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttractSettings \ +static_assert(alignof(UPCGAttractSettings) == 0x000008, "Wrong alignment on UPCGAttractSettings"); \ +static_assert(sizeof(UPCGAttractSettings) == 0x000290, "Wrong size on UPCGAttractSettings"); \ +static_assert(offsetof(UPCGAttractSettings, Mode) == 0x0000C8, "Member 'UPCGAttractSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttractSettings, AttractorIndexAttribute) == 0x0000D0, "Member 'UPCGAttractSettings::AttractorIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttractSettings, Distance) == 0x000110, "Member 'UPCGAttractSettings::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttractSettings, bRemoveUnattractedPoints) == 0x000118, "Member 'UPCGAttractSettings::bRemoveUnattractedPoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttractSettings, TargetAttribute) == 0x000120, "Member 'UPCGAttractSettings::TargetAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttractSettings, bUseSourceWeight) == 0x000160, "Member 'UPCGAttractSettings::bUseSourceWeight' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttractSettings, SourceWeightAttribute) == 0x000168, "Member 'UPCGAttractSettings::SourceWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttractSettings, bUseTargetWeight) == 0x0001A8, "Member 'UPCGAttractSettings::bUseTargetWeight' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttractSettings, TargetWeightAttribute) == 0x0001B0, "Member 'UPCGAttractSettings::TargetWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttractSettings, Weight) == 0x0001F0, "Member 'UPCGAttractSettings::Weight' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttractSettings, SourceAndTargetAttributeMapping) == 0x0001F8, "Member 'UPCGAttractSettings::SourceAndTargetAttributeMapping' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttractSettings, bOutputAttractIndex) == 0x000248, "Member 'UPCGAttractSettings::bOutputAttractIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttractSettings, OutputAttractIndexAttribute) == 0x000250, "Member 'UPCGAttractSettings::OutputAttractIndexAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeFilteringSettings \ +static_assert(alignof(UPCGAttributeFilteringSettings) == 0x000010, "Wrong alignment on UPCGAttributeFilteringSettings"); \ +static_assert(sizeof(UPCGAttributeFilteringSettings) == 0x0002E0, "Wrong size on UPCGAttributeFilteringSettings"); \ +static_assert(offsetof(UPCGAttributeFilteringSettings, Operator) == 0x0000C8, "Member 'UPCGAttributeFilteringSettings::Operator' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringSettings, TargetAttribute) == 0x0000D0, "Member 'UPCGAttributeFilteringSettings::TargetAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringSettings, bUseConstantThreshold) == 0x000110, "Member 'UPCGAttributeFilteringSettings::bUseConstantThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringSettings, ThresholdAttribute) == 0x000118, "Member 'UPCGAttributeFilteringSettings::ThresholdAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringSettings, bUseSpatialQuery) == 0x000158, "Member 'UPCGAttributeFilteringSettings::bUseSpatialQuery' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringSettings, AttributeTypes) == 0x000160, "Member 'UPCGAttributeFilteringSettings::AttributeTypes' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringSettings, bWarnOnDataMissingAttribute) == 0x0002D0, "Member 'UPCGAttributeFilteringSettings::bWarnOnDataMissingAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringSettings, bGenerateOutputDataEvenIfEmpty) == 0x0002D1, "Member 'UPCGAttributeFilteringSettings::bGenerateOutputDataEvenIfEmpty' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringSettings, bHasSpatialToPointDeprecation) == 0x0002D2, "Member 'UPCGAttributeFilteringSettings::bHasSpatialToPointDeprecation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetSplineSettings \ +static_assert(alignof(UPCGGetSplineSettings) == 0x000008, "Wrong alignment on UPCGGetSplineSettings"); \ +static_assert(sizeof(UPCGGetSplineSettings) == 0x0001B8, "Wrong size on UPCGGetSplineSettings"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeFilteringRangeSettings \ +static_assert(alignof(UPCGAttributeFilteringRangeSettings) == 0x000010, "Wrong alignment on UPCGAttributeFilteringRangeSettings"); \ +static_assert(sizeof(UPCGAttributeFilteringRangeSettings) == 0x0004A0, "Wrong size on UPCGAttributeFilteringRangeSettings"); \ +static_assert(offsetof(UPCGAttributeFilteringRangeSettings, TargetAttribute) == 0x0000C8, "Member 'UPCGAttributeFilteringRangeSettings::TargetAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringRangeSettings, MinThreshold) == 0x000110, "Member 'UPCGAttributeFilteringRangeSettings::MinThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringRangeSettings, MaxThreshold) == 0x0002D0, "Member 'UPCGAttributeFilteringRangeSettings::MaxThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringRangeSettings, bWarnOnDataMissingAttribute) == 0x000490, "Member 'UPCGAttributeFilteringRangeSettings::bWarnOnDataMissingAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringRangeSettings, bGenerateOutputDataEvenIfEmpty) == 0x000491, "Member 'UPCGAttributeFilteringRangeSettings::bGenerateOutputDataEvenIfEmpty' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilteringRangeSettings, bHasSpatialToPointDeprecation) == 0x000492, "Member 'UPCGAttributeFilteringRangeSettings::bHasSpatialToPointDeprecation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeGetFromIndexSettings \ +static_assert(alignof(UPCGAttributeGetFromIndexSettings) == 0x000008, "Wrong alignment on UPCGAttributeGetFromIndexSettings"); \ +static_assert(sizeof(UPCGAttributeGetFromIndexSettings) == 0x0000D0, "Wrong size on UPCGAttributeGetFromIndexSettings"); \ +static_assert(offsetof(UPCGAttributeGetFromIndexSettings, Index_0) == 0x0000C8, "Member 'UPCGAttributeGetFromIndexSettings::Index_0' 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) == 0x000150, "Wrong size on UPCGStaticMeshSpawnerSettings"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, MeshSelectorType) == 0x0000C8, "Member 'UPCGStaticMeshSpawnerSettings::MeshSelectorType' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, MeshSelectorParameters) == 0x0000D0, "Member 'UPCGStaticMeshSpawnerSettings::MeshSelectorParameters' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bAllowDescriptorChanges) == 0x0000D8, "Member 'UPCGStaticMeshSpawnerSettings::bAllowDescriptorChanges' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, InstanceDataPackerType) == 0x0000E0, "Member 'UPCGStaticMeshSpawnerSettings::InstanceDataPackerType' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, InstanceDataPackerParameters) == 0x0000E8, "Member 'UPCGStaticMeshSpawnerSettings::InstanceDataPackerParameters' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, StaticMeshComponentPropertyOverrides) == 0x0000F0, "Member 'UPCGStaticMeshSpawnerSettings::StaticMeshComponentPropertyOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, OutAttributeName) == 0x000100, "Member 'UPCGStaticMeshSpawnerSettings::OutAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bApplyMeshBoundsToPoints) == 0x000108, "Member 'UPCGStaticMeshSpawnerSettings::bApplyMeshBoundsToPoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, TargetActor) == 0x000110, "Member 'UPCGStaticMeshSpawnerSettings::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, PostProcessFunctionNames) == 0x000138, "Member 'UPCGStaticMeshSpawnerSettings::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bSynchronousLoad) == 0x000148, "Member 'UPCGStaticMeshSpawnerSettings::bSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bAllowMergeDifferentDataInSameInstancedComponents) == 0x000149, "Member 'UPCGStaticMeshSpawnerSettings::bAllowMergeDifferentDataInSameInstancedComponents' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bSilenceOverrideAttributeNotFoundErrors) == 0x00014A, "Member 'UPCGStaticMeshSpawnerSettings::bSilenceOverrideAttributeNotFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bWarnOnIdenticalSpawn) == 0x00014B, "Member 'UPCGStaticMeshSpawnerSettings::bWarnOnIdenticalSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeGetFromPointIndexSettings \ +static_assert(alignof(UPCGAttributeGetFromPointIndexSettings) == 0x000008, "Wrong alignment on UPCGAttributeGetFromPointIndexSettings"); \ +static_assert(sizeof(UPCGAttributeGetFromPointIndexSettings) == 0x000150, "Wrong size on UPCGAttributeGetFromPointIndexSettings"); \ +static_assert(offsetof(UPCGAttributeGetFromPointIndexSettings, InputSource) == 0x0000C8, "Member 'UPCGAttributeGetFromPointIndexSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeGetFromPointIndexSettings, Index_0) == 0x000108, "Member 'UPCGAttributeGetFromPointIndexSettings::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeGetFromPointIndexSettings, OutputAttributeName) == 0x000110, "Member 'UPCGAttributeGetFromPointIndexSettings::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeNoiseSettings \ +static_assert(alignof(UPCGAttributeNoiseSettings) == 0x000008, "Wrong alignment on UPCGAttributeNoiseSettings"); \ +static_assert(sizeof(UPCGAttributeNoiseSettings) == 0x0001A0, "Wrong size on UPCGAttributeNoiseSettings"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, InputSource) == 0x0000C8, "Member 'UPCGAttributeNoiseSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, OutputTarget) == 0x000108, "Member 'UPCGAttributeNoiseSettings::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, Mode) == 0x000148, "Member 'UPCGAttributeNoiseSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, NoiseMin) == 0x00014C, "Member 'UPCGAttributeNoiseSettings::NoiseMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, NoiseMax) == 0x000150, "Member 'UPCGAttributeNoiseSettings::NoiseMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, bInvertSource) == 0x000154, "Member 'UPCGAttributeNoiseSettings::bInvertSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, bClampResult) == 0x000155, "Member 'UPCGAttributeNoiseSettings::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, bHasCustomSeedSource) == 0x000156, "Member 'UPCGAttributeNoiseSettings::bHasCustomSeedSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, CustomSeedSource) == 0x000158, "Member 'UPCGAttributeNoiseSettings::CustomSeedSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, bHasSpatialToPointDeprecation) == 0x000198, "Member 'UPCGAttributeNoiseSettings::bHasSpatialToPointDeprecation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSpawnSplineMeshSettings \ +static_assert(alignof(UPCGSpawnSplineMeshSettings) == 0x000008, "Wrong alignment on UPCGSpawnSplineMeshSettings"); \ +static_assert(sizeof(UPCGSpawnSplineMeshSettings) == 0x000458, "Wrong size on UPCGSpawnSplineMeshSettings"); \ +static_assert(offsetof(UPCGSpawnSplineMeshSettings, SplineMeshDescriptor) == 0x0000C8, "Member 'UPCGSpawnSplineMeshSettings::SplineMeshDescriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineMeshSettings, SplineMeshParams) == 0x000300, "Member 'UPCGSpawnSplineMeshSettings::SplineMeshParams' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineMeshSettings, TargetActor) == 0x0003E8, "Member 'UPCGSpawnSplineMeshSettings::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineMeshSettings, PostProcessFunctionNames) == 0x000410, "Member 'UPCGSpawnSplineMeshSettings::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineMeshSettings, bSynchronousLoad) == 0x000420, "Member 'UPCGSpawnSplineMeshSettings::bSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineMeshSettings, SplineMeshOverrideDescriptions) == 0x000428, "Member 'UPCGSpawnSplineMeshSettings::SplineMeshOverrideDescriptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineMeshSettings, SplineMeshParamsOverride) == 0x000438, "Member 'UPCGSpawnSplineMeshSettings::SplineMeshParamsOverride' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineMeshSettings, SplineMeshComponentOverride) == 0x000448, "Member 'UPCGSpawnSplineMeshSettings::SplineMeshComponentOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeReduceSettings \ +static_assert(alignof(UPCGAttributeReduceSettings) == 0x000008, "Wrong alignment on UPCGAttributeReduceSettings"); \ +static_assert(sizeof(UPCGAttributeReduceSettings) == 0x000130, "Wrong size on UPCGAttributeReduceSettings"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, InputSource) == 0x0000C8, "Member 'UPCGAttributeReduceSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, bWriteToDataDomain) == 0x000108, "Member 'UPCGAttributeReduceSettings::bWriteToDataDomain' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, OutputAttributeName) == 0x00010C, "Member 'UPCGAttributeReduceSettings::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, Operation) == 0x000114, "Member 'UPCGAttributeReduceSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, JoinDelimiter) == 0x000118, "Member 'UPCGAttributeReduceSettings::JoinDelimiter' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, bMergeOutputAttributes) == 0x000128, "Member 'UPCGAttributeReduceSettings::bMergeOutputAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeRemapSettings \ +static_assert(alignof(UPCGAttributeRemapSettings) == 0x000008, "Wrong alignment on UPCGAttributeRemapSettings"); \ +static_assert(sizeof(UPCGAttributeRemapSettings) == 0x000270, "Wrong size on UPCGAttributeRemapSettings"); \ +static_assert(offsetof(UPCGAttributeRemapSettings, Mode) == 0x000178, "Member 'UPCGAttributeRemapSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeRemapSettings, InputSource) == 0x000180, "Member 'UPCGAttributeRemapSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeRemapSettings, InRangeMin) == 0x0001C0, "Member 'UPCGAttributeRemapSettings::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeRemapSettings, InRangeMax) == 0x0001C8, "Member 'UPCGAttributeRemapSettings::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeRemapSettings, OutRangeMin) == 0x0001D0, "Member 'UPCGAttributeRemapSettings::OutRangeMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeRemapSettings, OutRangeMax) == 0x0001D8, "Member 'UPCGAttributeRemapSettings::OutRangeMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeRemapSettings, bClampToUnitRange) == 0x0001E0, "Member 'UPCGAttributeRemapSettings::bClampToUnitRange' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeRemapSettings, bIgnoreValuesOutsideInputRange) == 0x0001E1, "Member 'UPCGAttributeRemapSettings::bIgnoreValuesOutsideInputRange' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeRemapSettings, bAllowInverseRange) == 0x0001E2, "Member 'UPCGAttributeRemapSettings::bAllowInverseRange' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeRemapSettings, Curve) == 0x0001E8, "Member 'UPCGAttributeRemapSettings::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTransformPointsSettings \ +static_assert(alignof(UPCGTransformPointsSettings) == 0x000008, "Wrong alignment on UPCGTransformPointsSettings"); \ +static_assert(sizeof(UPCGTransformPointsSettings) == 0x000180, "Wrong size on UPCGTransformPointsSettings"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bApplyToAttribute) == 0x0000C8, "Member 'UPCGTransformPointsSettings::bApplyToAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, AttributeName) == 0x0000CC, "Member 'UPCGTransformPointsSettings::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, OffsetMin) == 0x0000D8, "Member 'UPCGTransformPointsSettings::OffsetMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, OffsetMax) == 0x0000F0, "Member 'UPCGTransformPointsSettings::OffsetMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bAbsoluteOffset) == 0x000108, "Member 'UPCGTransformPointsSettings::bAbsoluteOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, RotationMin) == 0x000110, "Member 'UPCGTransformPointsSettings::RotationMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, RotationMax) == 0x000128, "Member 'UPCGTransformPointsSettings::RotationMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bAbsoluteRotation) == 0x000140, "Member 'UPCGTransformPointsSettings::bAbsoluteRotation' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, ScaleMin) == 0x000148, "Member 'UPCGTransformPointsSettings::ScaleMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, ScaleMax) == 0x000160, "Member 'UPCGTransformPointsSettings::ScaleMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bAbsoluteScale) == 0x000178, "Member 'UPCGTransformPointsSettings::bAbsoluteScale' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bUniformScale) == 0x000179, "Member 'UPCGTransformPointsSettings::bUniformScale' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bRecomputeSeed) == 0x00017A, "Member 'UPCGTransformPointsSettings::bRecomputeSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeRemoveDuplicatesSettings \ +static_assert(alignof(UPCGAttributeRemoveDuplicatesSettings) == 0x000008, "Wrong alignment on UPCGAttributeRemoveDuplicatesSettings"); \ +static_assert(sizeof(UPCGAttributeRemoveDuplicatesSettings) == 0x0000E8, "Wrong size on UPCGAttributeRemoveDuplicatesSettings"); \ +static_assert(offsetof(UPCGAttributeRemoveDuplicatesSettings, AttributeSelectors) == 0x0000C8, "Member 'UPCGAttributeRemoveDuplicatesSettings::AttributeSelectors' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeRemoveDuplicatesSettings, AttributeNamesToRemoveDuplicates) == 0x0000D8, "Member 'UPCGAttributeRemoveDuplicatesSettings::AttributeNamesToRemoveDuplicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeSelectSettings \ +static_assert(alignof(UPCGAttributeSelectSettings) == 0x000010, "Wrong alignment on UPCGAttributeSelectSettings"); \ +static_assert(sizeof(UPCGAttributeSelectSettings) == 0x000140, "Wrong size on UPCGAttributeSelectSettings"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, InputSource) == 0x0000C8, "Member 'UPCGAttributeSelectSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, OutputAttributeName) == 0x000108, "Member 'UPCGAttributeSelectSettings::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, Operation) == 0x000110, "Member 'UPCGAttributeSelectSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, Axis) == 0x000114, "Member 'UPCGAttributeSelectSettings::Axis' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, CustomAxis) == 0x000120, "Member 'UPCGAttributeSelectSettings::CustomAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGVisualizeAttributeSettings \ +static_assert(alignof(UPCGVisualizeAttributeSettings) == 0x000008, "Wrong alignment on UPCGVisualizeAttributeSettings"); \ +static_assert(sizeof(UPCGVisualizeAttributeSettings) == 0x000150, "Wrong size on UPCGVisualizeAttributeSettings"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, AttributeSource) == 0x0000C8, "Member 'UPCGVisualizeAttributeSettings::AttributeSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, CustomPrefixString) == 0x000108, "Member 'UPCGVisualizeAttributeSettings::CustomPrefixString' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, bPrefixWithIndex) == 0x000118, "Member 'UPCGVisualizeAttributeSettings::bPrefixWithIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, bPrefixWithAttributeName) == 0x000119, "Member 'UPCGVisualizeAttributeSettings::bPrefixWithAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, LocalOffset) == 0x000120, "Member 'UPCGVisualizeAttributeSettings::LocalOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, Color) == 0x000138, "Member 'UPCGVisualizeAttributeSettings::Color' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, Duration) == 0x000140, "Member 'UPCGVisualizeAttributeSettings::Duration' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, PointLimit) == 0x000148, "Member 'UPCGVisualizeAttributeSettings::PointLimit' has a wrong offset!"); \ +static_assert(offsetof(UPCGVisualizeAttributeSettings, bVisualizeEnabled) == 0x00014C, "Member 'UPCGVisualizeAttributeSettings::bVisualizeEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlurSettings \ +static_assert(alignof(UPCGBlurSettings) == 0x000008, "Wrong alignment on UPCGBlurSettings"); \ +static_assert(sizeof(UPCGBlurSettings) == 0x000168, "Wrong size on UPCGBlurSettings"); \ +static_assert(offsetof(UPCGBlurSettings, InputSource) == 0x0000C8, "Member 'UPCGBlurSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlurSettings, OutputTarget) == 0x000108, "Member 'UPCGBlurSettings::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlurSettings, NumIterations) == 0x000148, "Member 'UPCGBlurSettings::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlurSettings, SearchDistance) == 0x000150, "Member 'UPCGBlurSettings::SearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlurSettings, BlurMode) == 0x000158, "Member 'UPCGBlurSettings::BlurMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlurSettings, bUseCustomStandardDeviation) == 0x00015C, "Member 'UPCGBlurSettings::bUseCustomStandardDeviation' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlurSettings, CustomStandardDeviation) == 0x000160, "Member 'UPCGBlurSettings::CustomStandardDeviation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBoundsFromMeshSettings \ +static_assert(alignof(UPCGBoundsFromMeshSettings) == 0x000008, "Wrong alignment on UPCGBoundsFromMeshSettings"); \ +static_assert(sizeof(UPCGBoundsFromMeshSettings) == 0x000110, "Wrong size on UPCGBoundsFromMeshSettings"); \ +static_assert(offsetof(UPCGBoundsFromMeshSettings, MeshAttribute) == 0x0000C8, "Member 'UPCGBoundsFromMeshSettings::MeshAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsFromMeshSettings, bSilenceAttributeNotFoundErrors) == 0x000108, "Member 'UPCGBoundsFromMeshSettings::bSilenceAttributeNotFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsFromMeshSettings, bSynchronousLoad) == 0x000109, "Member 'UPCGBoundsFromMeshSettings::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetPrimitiveSettings \ +static_assert(alignof(UPCGGetPrimitiveSettings) == 0x000008, "Wrong alignment on UPCGGetPrimitiveSettings"); \ +static_assert(sizeof(UPCGGetPrimitiveSettings) == 0x0001B8, "Wrong size on UPCGGetPrimitiveSettings"); \ + +#define DUMPER7_ASSERTS_UPCGBoundsModifierSettings \ +static_assert(alignof(UPCGBoundsModifierSettings) == 0x000008, "Wrong alignment on UPCGBoundsModifierSettings"); \ +static_assert(sizeof(UPCGBoundsModifierSettings) == 0x000108, "Wrong size on UPCGBoundsModifierSettings"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, Mode) == 0x0000C8, "Member 'UPCGBoundsModifierSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, BoundsMin) == 0x0000D0, "Member 'UPCGBoundsModifierSettings::BoundsMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, BoundsMax) == 0x0000E8, "Member 'UPCGBoundsModifierSettings::BoundsMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, bAffectSteepness) == 0x000100, "Member 'UPCGBoundsModifierSettings::bAffectSteepness' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, Steepness) == 0x000104, "Member 'UPCGBoundsModifierSettings::Steepness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCleanSplineSettings \ +static_assert(alignof(UPCGCleanSplineSettings) == 0x000008, "Wrong alignment on UPCGCleanSplineSettings"); \ +static_assert(sizeof(UPCGCleanSplineSettings) == 0x0000F8, "Wrong size on UPCGCleanSplineSettings"); \ +static_assert(offsetof(UPCGCleanSplineSettings, bFuseColocatedControlPoints) == 0x0000C8, "Member 'UPCGCleanSplineSettings::bFuseColocatedControlPoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGCleanSplineSettings, ColocationDistanceThreshold) == 0x0000D0, "Member 'UPCGCleanSplineSettings::ColocationDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGCleanSplineSettings, bUseSplineLocalSpace) == 0x0000D8, "Member 'UPCGCleanSplineSettings::bUseSplineLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UPCGCleanSplineSettings, FuseMode) == 0x0000DC, "Member 'UPCGCleanSplineSettings::FuseMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGCleanSplineSettings, bRemoveCollinearControlPoints) == 0x0000E0, "Member 'UPCGCleanSplineSettings::bRemoveCollinearControlPoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGCleanSplineSettings, CollinearAngleThreshold) == 0x0000E8, "Member 'UPCGCleanSplineSettings::CollinearAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGCleanSplineSettings, bUseRadians) == 0x0000F0, "Member 'UPCGCleanSplineSettings::bUseRadians' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSurfaceSamplerSettings \ +static_assert(alignof(UPCGSurfaceSamplerSettings) == 0x000008, "Wrong alignment on UPCGSurfaceSamplerSettings"); \ +static_assert(sizeof(UPCGSurfaceSamplerSettings) == 0x0000F8, "Wrong size on UPCGSurfaceSamplerSettings"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, PointsPerSquaredMeter) == 0x0000C8, "Member 'UPCGSurfaceSamplerSettings::PointsPerSquaredMeter' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, PointExtents) == 0x0000D0, "Member 'UPCGSurfaceSamplerSettings::PointExtents' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, Looseness) == 0x0000E8, "Member 'UPCGSurfaceSamplerSettings::Looseness' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, bUnbounded) == 0x0000EC, "Member 'UPCGSurfaceSamplerSettings::bUnbounded' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, bApplyDensityToPoints) == 0x0000ED, "Member 'UPCGSurfaceSamplerSettings::bApplyDensityToPoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, PointSteepness) == 0x0000F0, "Member 'UPCGSurfaceSamplerSettings::PointSteepness' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, bUseLegacyGridCreationMethod) == 0x0000F4, "Member 'UPCGSurfaceSamplerSettings::bUseLegacyGridCreationMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGClusterSettings \ +static_assert(alignof(UPCGClusterSettings) == 0x000008, "Wrong alignment on UPCGClusterSettings"); \ +static_assert(sizeof(UPCGClusterSettings) == 0x000168, "Wrong size on UPCGClusterSettings"); \ +static_assert(offsetof(UPCGClusterSettings, Algorithm) == 0x0000C8, "Member 'UPCGClusterSettings::Algorithm' has a wrong offset!"); \ +static_assert(offsetof(UPCGClusterSettings, NumClusters) == 0x0000CC, "Member 'UPCGClusterSettings::NumClusters' has a wrong offset!"); \ +static_assert(offsetof(UPCGClusterSettings, ClusterAttribute) == 0x0000D0, "Member 'UPCGClusterSettings::ClusterAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGClusterSettings, MaxIterations) == 0x000110, "Member 'UPCGClusterSettings::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(UPCGClusterSettings, Tolerance) == 0x000118, "Member 'UPCGClusterSettings::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(UPCGClusterSettings, bOutputFinalCentroids) == 0x000120, "Member 'UPCGClusterSettings::bOutputFinalCentroids' has a wrong offset!"); \ +static_assert(offsetof(UPCGClusterSettings, bOutputFinalCentroidElementCount) == 0x000121, "Member 'UPCGClusterSettings::bOutputFinalCentroidElementCount' has a wrong offset!"); \ +static_assert(offsetof(UPCGClusterSettings, FinalCentroidElementCountAttribute) == 0x000128, "Member 'UPCGClusterSettings::FinalCentroidElementCountAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGConvertToPointDataSettings \ +static_assert(alignof(UPCGConvertToPointDataSettings) == 0x000008, "Wrong alignment on UPCGConvertToPointDataSettings"); \ +static_assert(sizeof(UPCGConvertToPointDataSettings) == 0x000130, "Wrong size on UPCGConvertToPointDataSettings"); \ +static_assert(offsetof(UPCGConvertToPointDataSettings, bMatchAttributeNamesWithPropertyNames) == 0x0000D0, "Member 'UPCGConvertToPointDataSettings::bMatchAttributeNamesWithPropertyNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGConvertToPointDataSettings, AttributeToConvert) == 0x0000D8, "Member 'UPCGConvertToPointDataSettings::AttributeToConvert' has a wrong offset!"); \ +static_assert(offsetof(UPCGConvertToPointDataSettings, bDeleteOriginalRemappedAttribute) == 0x000128, "Member 'UPCGConvertToPointDataSettings::bDeleteOriginalRemappedAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCombinePointsSettings \ +static_assert(alignof(UPCGCombinePointsSettings) == 0x000010, "Wrong alignment on UPCGCombinePointsSettings"); \ +static_assert(sizeof(UPCGCombinePointsSettings) == 0x000130, "Wrong size on UPCGCombinePointsSettings"); \ +static_assert(offsetof(UPCGCombinePointsSettings, bCenterPivot) == 0x0000C8, "Member 'UPCGCombinePointsSettings::bCenterPivot' has a wrong offset!"); \ +static_assert(offsetof(UPCGCombinePointsSettings, bUseFirstPointTransform) == 0x0000C9, "Member 'UPCGCombinePointsSettings::bUseFirstPointTransform' has a wrong offset!"); \ +static_assert(offsetof(UPCGCombinePointsSettings, PointTransform) == 0x0000D0, "Member 'UPCGCombinePointsSettings::PointTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTagsToAttributeSetSettings \ +static_assert(alignof(UPCGTagsToAttributeSetSettings) == 0x000008, "Wrong alignment on UPCGTagsToAttributeSetSettings"); \ +static_assert(sizeof(UPCGTagsToAttributeSetSettings) == 0x0000C8, "Wrong size on UPCGTagsToAttributeSetSettings"); \ + +#define DUMPER7_ASSERTS_UPCGCopyPointsSettings \ +static_assert(alignof(UPCGCopyPointsSettings) == 0x000008, "Wrong alignment on UPCGCopyPointsSettings"); \ +static_assert(sizeof(UPCGCopyPointsSettings) == 0x0000E0, "Wrong size on UPCGCopyPointsSettings"); \ +static_assert(offsetof(UPCGCopyPointsSettings, RotationInheritance) == 0x0000C8, "Member 'UPCGCopyPointsSettings::RotationInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, bApplyTargetRotationToPositions) == 0x0000C9, "Member 'UPCGCopyPointsSettings::bApplyTargetRotationToPositions' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, ScaleInheritance) == 0x0000CA, "Member 'UPCGCopyPointsSettings::ScaleInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, bApplyTargetScaleToPositions) == 0x0000CB, "Member 'UPCGCopyPointsSettings::bApplyTargetScaleToPositions' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, ColorInheritance) == 0x0000CC, "Member 'UPCGCopyPointsSettings::ColorInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, SeedInheritance) == 0x0000CD, "Member 'UPCGCopyPointsSettings::SeedInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, AttributeInheritance) == 0x0000CE, "Member 'UPCGCopyPointsSettings::AttributeInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, TagInheritance) == 0x0000CF, "Member 'UPCGCopyPointsSettings::TagInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, bCopyEachSourceOnEveryTarget) == 0x0000D0, "Member 'UPCGCopyPointsSettings::bCopyEachSourceOnEveryTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, bMatchBasedOnAttribute) == 0x0000D1, "Member 'UPCGCopyPointsSettings::bMatchBasedOnAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, MatchAttribute) == 0x0000D4, "Member 'UPCGCopyPointsSettings::MatchAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCopyPointsKernel \ +static_assert(alignof(UPCGCopyPointsKernel) == 0x000008, "Wrong alignment on UPCGCopyPointsKernel"); \ +static_assert(sizeof(UPCGCopyPointsKernel) == 0x0000A0, "Wrong size on UPCGCopyPointsKernel"); \ +static_assert(offsetof(UPCGCopyPointsKernel, bMatchBasedOnAttribute) == 0x000098, "Member 'UPCGCopyPointsKernel::bMatchBasedOnAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateAttributeSetSettings \ +static_assert(alignof(UPCGCreateAttributeSetSettings) == 0x000010, "Wrong alignment on UPCGCreateAttributeSetSettings"); \ +static_assert(sizeof(UPCGCreateAttributeSetSettings) == 0x000280, "Wrong size on UPCGCreateAttributeSetSettings"); \ +static_assert(offsetof(UPCGCreateAttributeSetSettings, AttributeTypes) == 0x0000D0, "Member 'UPCGCreateAttributeSetSettings::AttributeTypes' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateAttributeSetSettings, OutputTarget) == 0x000240, "Member 'UPCGCreateAttributeSetSettings::OutputTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreatePointsSettings \ +static_assert(alignof(UPCGCreatePointsSettings) == 0x000008, "Wrong alignment on UPCGCreatePointsSettings"); \ +static_assert(sizeof(UPCGCreatePointsSettings) == 0x0000E0, "Wrong size on UPCGCreatePointsSettings"); \ +static_assert(offsetof(UPCGCreatePointsSettings, PointsToCreate) == 0x0000C8, "Member 'UPCGCreatePointsSettings::PointsToCreate' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSettings, CoordinateSpace) == 0x0000D8, "Member 'UPCGCreatePointsSettings::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSettings, bCullPointsOutsideVolume) == 0x0000D9, "Member 'UPCGCreatePointsSettings::bCullPointsOutsideVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreatePointsSphereSettings \ +static_assert(alignof(UPCGCreatePointsSphereSettings) == 0x000008, "Wrong alignment on UPCGCreatePointsSphereSettings"); \ +static_assert(sizeof(UPCGCreatePointsSphereSettings) == 0x000160, "Wrong size on UPCGCreatePointsSphereSettings"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, SphereGeneration) == 0x0000C8, "Member 'UPCGCreatePointsSphereSettings::SphereGeneration' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, CoordinateSpace) == 0x0000C9, "Member 'UPCGCreatePointsSphereSettings::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, PointOrientation) == 0x0000CA, "Member 'UPCGCreatePointsSphereSettings::PointOrientation' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, Origin) == 0x0000D0, "Member 'UPCGCreatePointsSphereSettings::Origin' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, Radius) == 0x0000E8, "Member 'UPCGCreatePointsSphereSettings::Radius' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, GeodesicSubdivisions) == 0x0000F0, "Member 'UPCGCreatePointsSphereSettings::GeodesicSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, Theta) == 0x0000F8, "Member 'UPCGCreatePointsSphereSettings::Theta' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, Phi) == 0x000100, "Member 'UPCGCreatePointsSphereSettings::Phi' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, LatitudinalSegments) == 0x000108, "Member 'UPCGCreatePointsSphereSettings::LatitudinalSegments' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, LongitudinalSegments) == 0x00010C, "Member 'UPCGCreatePointsSphereSettings::LongitudinalSegments' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, SampleCount) == 0x000110, "Member 'UPCGCreatePointsSphereSettings::SampleCount' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, PoissonDistance) == 0x000118, "Member 'UPCGCreatePointsSphereSettings::PoissonDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, PoissonMaxAttempts) == 0x000120, "Member 'UPCGCreatePointsSphereSettings::PoissonMaxAttempts' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, LatitudinalStartAngle) == 0x000128, "Member 'UPCGCreatePointsSphereSettings::LatitudinalStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, LatitudinalEndAngle) == 0x000130, "Member 'UPCGCreatePointsSphereSettings::LatitudinalEndAngle' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, LongitudinalStartAngle) == 0x000138, "Member 'UPCGCreatePointsSphereSettings::LongitudinalStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, LongitudinalEndAngle) == 0x000140, "Member 'UPCGCreatePointsSphereSettings::LongitudinalEndAngle' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, Jitter) == 0x000148, "Member 'UPCGCreatePointsSphereSettings::Jitter' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, PointSteepness) == 0x000150, "Member 'UPCGCreatePointsSphereSettings::PointSteepness' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, bCullPointsOutsideVolume) == 0x000154, "Member 'UPCGCreatePointsSphereSettings::bCullPointsOutsideVolume' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePointsSphereSettings, PointLimit) == 0x000158, "Member 'UPCGCreatePointsSphereSettings::PointLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateSurfaceFromSplineSettings \ +static_assert(alignof(UPCGCreateSurfaceFromSplineSettings) == 0x000008, "Wrong alignment on UPCGCreateSurfaceFromSplineSettings"); \ +static_assert(sizeof(UPCGCreateSurfaceFromSplineSettings) == 0x0000C8, "Wrong size on UPCGCreateSurfaceFromSplineSettings"); \ + +#define DUMPER7_ASSERTS_UPCGCullPointsOutsideActorBoundsSettings \ +static_assert(alignof(UPCGCullPointsOutsideActorBoundsSettings) == 0x000008, "Wrong alignment on UPCGCullPointsOutsideActorBoundsSettings"); \ +static_assert(sizeof(UPCGCullPointsOutsideActorBoundsSettings) == 0x0000D0, "Wrong size on UPCGCullPointsOutsideActorBoundsSettings"); \ +static_assert(offsetof(UPCGCullPointsOutsideActorBoundsSettings, BoundsExpansion) == 0x0000C8, "Member 'UPCGCullPointsOutsideActorBoundsSettings::BoundsExpansion' has a wrong offset!"); \ +static_assert(offsetof(UPCGCullPointsOutsideActorBoundsSettings, Mode) == 0x0000CC, "Member 'UPCGCullPointsOutsideActorBoundsSettings::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataFromTool \ +static_assert(alignof(UPCGDataFromTool) == 0x000008, "Wrong alignment on UPCGDataFromTool"); \ +static_assert(sizeof(UPCGDataFromTool) == 0x0000D8, "Wrong size on UPCGDataFromTool"); \ +static_assert(offsetof(UPCGDataFromTool, ToolTag) == 0x0000C8, "Member 'UPCGDataFromTool::ToolTag' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromTool, DataInstance) == 0x0000D0, "Member 'UPCGDataFromTool::DataInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataTableRowToParamDataSettings \ +static_assert(alignof(UPCGDataTableRowToParamDataSettings) == 0x000008, "Wrong alignment on UPCGDataTableRowToParamDataSettings"); \ +static_assert(sizeof(UPCGDataTableRowToParamDataSettings) == 0x000100, "Wrong size on UPCGDataTableRowToParamDataSettings"); \ +static_assert(offsetof(UPCGDataTableRowToParamDataSettings, RowName) == 0x0000C8, "Member 'UPCGDataTableRowToParamDataSettings::RowName' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataTableRowToParamDataSettings, DataTable) == 0x0000D0, "Member 'UPCGDataTableRowToParamDataSettings::DataTable' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataTableRowToParamDataSettings, bSynchronousLoad) == 0x0000F8, "Member 'UPCGDataTableRowToParamDataSettings::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDeleteAttributesSettings \ +static_assert(alignof(UPCGDeleteAttributesSettings) == 0x000008, "Wrong alignment on UPCGDeleteAttributesSettings"); \ +static_assert(sizeof(UPCGDeleteAttributesSettings) == 0x0000F0, "Wrong size on UPCGDeleteAttributesSettings"); \ +static_assert(offsetof(UPCGDeleteAttributesSettings, Operation) == 0x0000C8, "Member 'UPCGDeleteAttributesSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGDeleteAttributesSettings, Operator) == 0x0000CC, "Member 'UPCGDeleteAttributesSettings::Operator' has a wrong offset!"); \ +static_assert(offsetof(UPCGDeleteAttributesSettings, SelectedAttributes) == 0x0000D0, "Member 'UPCGDeleteAttributesSettings::SelectedAttributes' has a wrong offset!"); \ +static_assert(offsetof(UPCGDeleteAttributesSettings, bTokenizeOnWhiteSpace) == 0x0000E0, "Member 'UPCGDeleteAttributesSettings::bTokenizeOnWhiteSpace' has a wrong offset!"); \ +static_assert(offsetof(UPCGDeleteAttributesSettings, MetadataDomain) == 0x0000E4, "Member 'UPCGDeleteAttributesSettings::MetadataDomain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDensityFilterSettings \ +static_assert(alignof(UPCGDensityFilterSettings) == 0x000008, "Wrong alignment on UPCGDensityFilterSettings"); \ +static_assert(sizeof(UPCGDensityFilterSettings) == 0x0000D8, "Wrong size on UPCGDensityFilterSettings"); \ +static_assert(offsetof(UPCGDensityFilterSettings, LowerBound) == 0x0000C8, "Member 'UPCGDensityFilterSettings::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityFilterSettings, UpperBound) == 0x0000CC, "Member 'UPCGDensityFilterSettings::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityFilterSettings, bInvertFilter) == 0x0000D0, "Member 'UPCGDensityFilterSettings::bInvertFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDifferenceSettings \ +static_assert(alignof(UPCGDifferenceSettings) == 0x000008, "Wrong alignment on UPCGDifferenceSettings"); \ +static_assert(sizeof(UPCGDifferenceSettings) == 0x0000D0, "Wrong size on UPCGDifferenceSettings"); \ +static_assert(offsetof(UPCGDifferenceSettings, DensityFunction) == 0x0000C8, "Member 'UPCGDifferenceSettings::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceSettings, Mode) == 0x0000C9, "Member 'UPCGDifferenceSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceSettings, bDiffMetadata) == 0x0000CA, "Member 'UPCGDifferenceSettings::bDiffMetadata' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceSettings, bKeepZeroDensityPoints) == 0x0000CB, "Member 'UPCGDifferenceSettings::bKeepZeroDensityPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDuplicatePointSettings \ +static_assert(alignof(UPCGDuplicatePointSettings) == 0x000010, "Wrong alignment on UPCGDuplicatePointSettings"); \ +static_assert(sizeof(UPCGDuplicatePointSettings) == 0x000150, "Wrong size on UPCGDuplicatePointSettings"); \ +static_assert(offsetof(UPCGDuplicatePointSettings, Iterations) == 0x0000C8, "Member 'UPCGDuplicatePointSettings::Iterations' has a wrong offset!"); \ +static_assert(offsetof(UPCGDuplicatePointSettings, Direction) == 0x0000D0, "Member 'UPCGDuplicatePointSettings::Direction' has a wrong offset!"); \ +static_assert(offsetof(UPCGDuplicatePointSettings, bDirectionAppliedInRelativeSpace) == 0x0000E8, "Member 'UPCGDuplicatePointSettings::bDirectionAppliedInRelativeSpace' has a wrong offset!"); \ +static_assert(offsetof(UPCGDuplicatePointSettings, bOutputSourcePoint) == 0x0000E9, "Member 'UPCGDuplicatePointSettings::bOutputSourcePoint' has a wrong offset!"); \ +static_assert(offsetof(UPCGDuplicatePointSettings, PointTransform) == 0x0000F0, "Member 'UPCGDuplicatePointSettings::PointTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintSettings_SetBlueprintElementType \ +static_assert(alignof(PCGBlueprintSettings_SetBlueprintElementType) == 0x000008, "Wrong alignment on PCGBlueprintSettings_SetBlueprintElementType"); \ +static_assert(sizeof(PCGBlueprintSettings_SetBlueprintElementType) == 0x000010, "Wrong size on PCGBlueprintSettings_SetBlueprintElementType"); \ +static_assert(offsetof(PCGBlueprintSettings_SetBlueprintElementType, InElementType) == 0x000000, "Member 'PCGBlueprintSettings_SetBlueprintElementType::InElementType' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintSettings_SetBlueprintElementType, ElementInstance) == 0x000008, "Member 'PCGBlueprintSettings_SetBlueprintElementType::ElementInstance' 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) == 0x0000D8, "Wrong size on UPCGBlueprintSettings"); \ +static_assert(offsetof(UPCGBlueprintSettings, BlueprintElementType) == 0x0000C8, "Member 'UPCGBlueprintSettings::BlueprintElementType' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintSettings, BlueprintElementInstance) == 0x0000D0, "Member 'UPCGBlueprintSettings::BlueprintElementInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGFilterByAttributeSettings \ +static_assert(alignof(UPCGFilterByAttributeSettings) == 0x000010, "Wrong alignment on UPCGFilterByAttributeSettings"); \ +static_assert(sizeof(UPCGFilterByAttributeSettings) == 0x000690, "Wrong size on UPCGFilterByAttributeSettings"); \ +static_assert(offsetof(UPCGFilterByAttributeSettings, FilterMode) == 0x0000C8, "Member 'UPCGFilterByAttributeSettings::FilterMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByAttributeSettings, Attribute) == 0x0000CC, "Member 'UPCGFilterByAttributeSettings::Attribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByAttributeSettings, MetadataDomain) == 0x0000D4, "Member 'UPCGFilterByAttributeSettings::MetadataDomain' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByAttributeSettings, Operator) == 0x0000DC, "Member 'UPCGFilterByAttributeSettings::Operator' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByAttributeSettings, bIgnoreProperties) == 0x0000DD, "Member 'UPCGFilterByAttributeSettings::bIgnoreProperties' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByAttributeSettings, FilterByValueMode) == 0x0000E0, "Member 'UPCGFilterByAttributeSettings::FilterByValueMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByAttributeSettings, TargetAttribute) == 0x0000E8, "Member 'UPCGFilterByAttributeSettings::TargetAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByAttributeSettings, FilterOperator) == 0x000128, "Member 'UPCGFilterByAttributeSettings::FilterOperator' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByAttributeSettings, Threshold) == 0x000130, "Member 'UPCGFilterByAttributeSettings::Threshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByAttributeSettings, MinThreshold) == 0x0002F0, "Member 'UPCGFilterByAttributeSettings::MinThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByAttributeSettings, MaxThreshold) == 0x0004C0, "Member 'UPCGFilterByAttributeSettings::MaxThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGFilterByTagSettings \ +static_assert(alignof(UPCGFilterByTagSettings) == 0x000008, "Wrong alignment on UPCGFilterByTagSettings"); \ +static_assert(sizeof(UPCGFilterByTagSettings) == 0x0000E8, "Wrong size on UPCGFilterByTagSettings"); \ +static_assert(offsetof(UPCGFilterByTagSettings, Operation) == 0x0000C8, "Member 'UPCGFilterByTagSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByTagSettings, Operator) == 0x0000CC, "Member 'UPCGFilterByTagSettings::Operator' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByTagSettings, SelectedTags) == 0x0000D0, "Member 'UPCGFilterByTagSettings::SelectedTags' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByTagSettings, bTokenizeOnWhiteSpace) == 0x0000E0, "Member 'UPCGFilterByTagSettings::bTokenizeOnWhiteSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGFilterElementsByIndexSettings \ +static_assert(alignof(UPCGFilterElementsByIndexSettings) == 0x000008, "Wrong alignment on UPCGFilterElementsByIndexSettings"); \ +static_assert(sizeof(UPCGFilterElementsByIndexSettings) == 0x000128, "Wrong size on UPCGFilterElementsByIndexSettings"); \ +static_assert(offsetof(UPCGFilterElementsByIndexSettings, bSelectIndicesByInput) == 0x0000C8, "Member 'UPCGFilterElementsByIndexSettings::bSelectIndicesByInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterElementsByIndexSettings, IndexSelectionAttribute) == 0x0000D0, "Member 'UPCGFilterElementsByIndexSettings::IndexSelectionAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterElementsByIndexSettings, SelectedIndices) == 0x000110, "Member 'UPCGFilterElementsByIndexSettings::SelectedIndices' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterElementsByIndexSettings, bOutputDiscardedElements) == 0x000120, "Member 'UPCGFilterElementsByIndexSettings::bOutputDiscardedElements' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterElementsByIndexSettings, bInvertFilter) == 0x000121, "Member 'UPCGFilterElementsByIndexSettings::bInvertFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGatherSettings \ +static_assert(alignof(UPCGGatherSettings) == 0x000008, "Wrong alignment on UPCGGatherSettings"); \ +static_assert(sizeof(UPCGGatherSettings) == 0x0000D8, "Wrong size on UPCGGatherSettings"); \ + +#define DUMPER7_ASSERTS_UPCGGetActorDataLayersSettings \ +static_assert(alignof(UPCGGetActorDataLayersSettings) == 0x000008, "Wrong alignment on UPCGGetActorDataLayersSettings"); \ +static_assert(sizeof(UPCGGetActorDataLayersSettings) == 0x000148, "Wrong size on UPCGGetActorDataLayersSettings"); \ +static_assert(offsetof(UPCGGetActorDataLayersSettings, ActorReferenceAttribute) == 0x0000C8, "Member 'UPCGGetActorDataLayersSettings::ActorReferenceAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetActorDataLayersSettings, DataLayerReferenceAttribute) == 0x000108, "Member 'UPCGGetActorDataLayersSettings::DataLayerReferenceAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetBoundsSettings \ +static_assert(alignof(UPCGGetBoundsSettings) == 0x000008, "Wrong alignment on UPCGGetBoundsSettings"); \ +static_assert(sizeof(UPCGGetBoundsSettings) == 0x0000C8, "Wrong size on UPCGGetBoundsSettings"); \ + +#define DUMPER7_ASSERTS_UPCGGetTagsSettings \ +static_assert(alignof(UPCGGetTagsSettings) == 0x000008, "Wrong alignment on UPCGGetTagsSettings"); \ +static_assert(sizeof(UPCGGetTagsSettings) == 0x0000D0, "Wrong size on UPCGGetTagsSettings"); \ +static_assert(offsetof(UPCGGetTagsSettings, bExtractTagValues) == 0x0000C8, "Member 'UPCGGetTagsSettings::bExtractTagValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetExecutionContextSettings \ +static_assert(alignof(UPCGGetExecutionContextSettings) == 0x000008, "Wrong alignment on UPCGGetExecutionContextSettings"); \ +static_assert(sizeof(UPCGGetExecutionContextSettings) == 0x0000D0, "Wrong size on UPCGGetExecutionContextSettings"); \ +static_assert(offsetof(UPCGGetExecutionContextSettings, Mode) == 0x0000C8, "Member 'UPCGGetExecutionContextSettings::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetPropertyFromObjectPathSettings \ +static_assert(alignof(UPCGGetPropertyFromObjectPathSettings) == 0x000008, "Wrong alignment on UPCGGetPropertyFromObjectPathSettings"); \ +static_assert(sizeof(UPCGGetPropertyFromObjectPathSettings) == 0x000170, "Wrong size on UPCGGetPropertyFromObjectPathSettings"); \ +static_assert(offsetof(UPCGGetPropertyFromObjectPathSettings, ObjectPathsToExtract) == 0x0000C8, "Member 'UPCGGetPropertyFromObjectPathSettings::ObjectPathsToExtract' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetPropertyFromObjectPathSettings, InputSource) == 0x0000D8, "Member 'UPCGGetPropertyFromObjectPathSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetPropertyFromObjectPathSettings, PropertyName) == 0x000118, "Member 'UPCGGetPropertyFromObjectPathSettings::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetPropertyFromObjectPathSettings, bForceObjectAndStructExtraction) == 0x000120, "Member 'UPCGGetPropertyFromObjectPathSettings::bForceObjectAndStructExtraction' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetPropertyFromObjectPathSettings, OutputAttributeName) == 0x000128, "Member 'UPCGGetPropertyFromObjectPathSettings::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetPropertyFromObjectPathSettings, bSanitizeOutputAttributeName) == 0x000168, "Member 'UPCGGetPropertyFromObjectPathSettings::bSanitizeOutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetPropertyFromObjectPathSettings, bSynchronousLoad) == 0x000169, "Member 'UPCGGetPropertyFromObjectPathSettings::bSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetPropertyFromObjectPathSettings, bPersistAllData) == 0x00016A, "Member 'UPCGGetPropertyFromObjectPathSettings::bPersistAllData' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetPropertyFromObjectPathSettings, bSilenceErrorOnEmptyObjectPath) == 0x00016B, "Member 'UPCGGetPropertyFromObjectPathSettings::bSilenceErrorOnEmptyObjectPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetSplineControlPointsSettings \ +static_assert(alignof(UPCGGetSplineControlPointsSettings) == 0x000008, "Wrong alignment on UPCGGetSplineControlPointsSettings"); \ +static_assert(sizeof(UPCGGetSplineControlPointsSettings) == 0x0000D8, "Wrong size on UPCGGetSplineControlPointsSettings"); \ +static_assert(offsetof(UPCGGetSplineControlPointsSettings, ArriveTangentAttributeName) == 0x0000C8, "Member 'UPCGGetSplineControlPointsSettings::ArriveTangentAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetSplineControlPointsSettings, LeaveTangentAttributeName) == 0x0000D0, "Member 'UPCGGetSplineControlPointsSettings::LeaveTangentAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetSubgraphDepthSettings \ +static_assert(alignof(UPCGGetSubgraphDepthSettings) == 0x000008, "Wrong alignment on UPCGGetSubgraphDepthSettings"); \ +static_assert(sizeof(UPCGGetSubgraphDepthSettings) == 0x0000D8, "Wrong size on UPCGGetSubgraphDepthSettings"); \ +static_assert(offsetof(UPCGGetSubgraphDepthSettings, Mode) == 0x0000C8, "Member 'UPCGGetSubgraphDepthSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetSubgraphDepthSettings, DistanceRelativeToUpstreamGraph) == 0x0000CC, "Member 'UPCGGetSubgraphDepthSettings::DistanceRelativeToUpstreamGraph' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetSubgraphDepthSettings, bQuietInvalidDepthQueries) == 0x0000D0, "Member 'UPCGGetSubgraphDepthSettings::bQuietInvalidDepthQueries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGIndirectionSettings \ +static_assert(alignof(UPCGIndirectionSettings) == 0x000008, "Wrong alignment on UPCGIndirectionSettings"); \ +static_assert(sizeof(UPCGIndirectionSettings) == 0x0000F0, "Wrong size on UPCGIndirectionSettings"); \ +static_assert(offsetof(UPCGIndirectionSettings, ProxyInterfaceMode) == 0x0000C8, "Member 'UPCGIndirectionSettings::ProxyInterfaceMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGIndirectionSettings, SettingsClass) == 0x0000D0, "Member 'UPCGIndirectionSettings::SettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGIndirectionSettings, BlueprintElementClass) == 0x0000D8, "Member 'UPCGIndirectionSettings::BlueprintElementClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGIndirectionSettings, Settings) == 0x0000E0, "Member 'UPCGIndirectionSettings::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPCGIndirectionSettings, bTagOutputsBasedOnOutputPins) == 0x0000E8, "Member 'UPCGIndirectionSettings::bTagOutputsBasedOnOutputPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLoopSettings \ +static_assert(alignof(UPCGLoopSettings) == 0x000008, "Wrong alignment on UPCGLoopSettings"); \ +static_assert(sizeof(UPCGLoopSettings) == 0x000108, "Wrong size on UPCGLoopSettings"); \ +static_assert(offsetof(UPCGLoopSettings, bUseGraphDefaultPinUsage) == 0x0000D8, "Member 'UPCGLoopSettings::bUseGraphDefaultPinUsage' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoopSettings, LoopPins) == 0x0000E0, "Member 'UPCGLoopSettings::LoopPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoopSettings, FeedbackPins) == 0x0000F0, "Member 'UPCGLoopSettings::FeedbackPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoopSettings, bTokenizeOnWhiteSpace) == 0x000100, "Member 'UPCGLoopSettings::bTokenizeOnWhiteSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMatchAndSetAttributesSettings \ +static_assert(alignof(UPCGMatchAndSetAttributesSettings) == 0x000010, "Wrong alignment on UPCGMatchAndSetAttributesSettings"); \ +static_assert(sizeof(UPCGMatchAndSetAttributesSettings) == 0x0003B0, "Wrong size on UPCGMatchAndSetAttributesSettings"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bMatchAttributes) == 0x0000C8, "Member 'UPCGMatchAndSetAttributesSettings::bMatchAttributes' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, InputAttribute) == 0x0000D0, "Member 'UPCGMatchAndSetAttributesSettings::InputAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, MatchAttribute) == 0x000110, "Member 'UPCGMatchAndSetAttributesSettings::MatchAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bKeepUnmatched) == 0x000150, "Member 'UPCGMatchAndSetAttributesSettings::bKeepUnmatched' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bFindNearest) == 0x000151, "Member 'UPCGMatchAndSetAttributesSettings::bFindNearest' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, MaxDistanceMode) == 0x000154, "Member 'UPCGMatchAndSetAttributesSettings::MaxDistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, MaxDistanceForNearestMatch) == 0x000160, "Member 'UPCGMatchAndSetAttributesSettings::MaxDistanceForNearestMatch' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, MaxDistanceInputAttribute) == 0x0002D0, "Member 'UPCGMatchAndSetAttributesSettings::MaxDistanceInputAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bUseInputWeightAttribute) == 0x000310, "Member 'UPCGMatchAndSetAttributesSettings::bUseInputWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, InputWeightAttribute) == 0x000318, "Member 'UPCGMatchAndSetAttributesSettings::InputWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bUseWeightAttribute) == 0x000358, "Member 'UPCGMatchAndSetAttributesSettings::bUseWeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, WeightAttribute) == 0x000360, "Member 'UPCGMatchAndSetAttributesSettings::WeightAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bWarnIfNoMatchData) == 0x0003A0, "Member 'UPCGMatchAndSetAttributesSettings::bWarnIfNoMatchData' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetAttributesSettings, bWarnOnAttributeCast) == 0x0003A1, "Member 'UPCGMatchAndSetAttributesSettings::bWarnOnAttributeCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMergeSettings \ +static_assert(alignof(UPCGMergeSettings) == 0x000008, "Wrong alignment on UPCGMergeSettings"); \ +static_assert(sizeof(UPCGMergeSettings) == 0x0000E0, "Wrong size on UPCGMergeSettings"); \ +static_assert(offsetof(UPCGMergeSettings, bMergeMetadata) == 0x0000D8, "Member 'UPCGMergeSettings::bMergeMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGNormalToDensitySettings \ +static_assert(alignof(UPCGNormalToDensitySettings) == 0x000008, "Wrong alignment on UPCGNormalToDensitySettings"); \ +static_assert(sizeof(UPCGNormalToDensitySettings) == 0x0000F8, "Wrong size on UPCGNormalToDensitySettings"); \ +static_assert(offsetof(UPCGNormalToDensitySettings, Normal) == 0x0000C8, "Member 'UPCGNormalToDensitySettings::Normal' has a wrong offset!"); \ +static_assert(offsetof(UPCGNormalToDensitySettings, Offset) == 0x0000E0, "Member 'UPCGNormalToDensitySettings::Offset' has a wrong offset!"); \ +static_assert(offsetof(UPCGNormalToDensitySettings, Strength) == 0x0000E8, "Member 'UPCGNormalToDensitySettings::Strength' has a wrong offset!"); \ +static_assert(offsetof(UPCGNormalToDensitySettings, DensityMode) == 0x0000F0, "Member 'UPCGNormalToDensitySettings::DensityMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGOuterIntersectionSettings \ +static_assert(alignof(UPCGOuterIntersectionSettings) == 0x000008, "Wrong alignment on UPCGOuterIntersectionSettings"); \ +static_assert(sizeof(UPCGOuterIntersectionSettings) == 0x0000E0, "Wrong size on UPCGOuterIntersectionSettings"); \ +static_assert(offsetof(UPCGOuterIntersectionSettings, DensityFunction) == 0x0000D8, "Member 'UPCGOuterIntersectionSettings::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGOuterIntersectionSettings, bIgnorePinsWithNoInput) == 0x0000D9, "Member 'UPCGOuterIntersectionSettings::bIgnorePinsWithNoInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGOuterIntersectionSettings, bKeepZeroDensityPoints) == 0x0000DA, "Member 'UPCGOuterIntersectionSettings::bKeepZeroDensityPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPartitionByActorDataLayersSettings \ +static_assert(alignof(UPCGPartitionByActorDataLayersSettings) == 0x000008, "Wrong alignment on UPCGPartitionByActorDataLayersSettings"); \ +static_assert(sizeof(UPCGPartitionByActorDataLayersSettings) == 0x0001F8, "Wrong size on UPCGPartitionByActorDataLayersSettings"); \ +static_assert(offsetof(UPCGPartitionByActorDataLayersSettings, ActorReferenceAttribute) == 0x0000C8, "Member 'UPCGPartitionByActorDataLayersSettings::ActorReferenceAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPartitionByActorDataLayersSettings, DataLayerReferenceAttribute) == 0x000108, "Member 'UPCGPartitionByActorDataLayersSettings::DataLayerReferenceAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPartitionByActorDataLayersSettings, IncludedDataLayers) == 0x000148, "Member 'UPCGPartitionByActorDataLayersSettings::IncludedDataLayers' has a wrong offset!"); \ +static_assert(offsetof(UPCGPartitionByActorDataLayersSettings, ExcludedDataLayers) == 0x0001A0, "Member 'UPCGPartitionByActorDataLayersSettings::ExcludedDataLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointExtentsModifierSettings \ +static_assert(alignof(UPCGPointExtentsModifierSettings) == 0x000008, "Wrong alignment on UPCGPointExtentsModifierSettings"); \ +static_assert(sizeof(UPCGPointExtentsModifierSettings) == 0x0000E8, "Wrong size on UPCGPointExtentsModifierSettings"); \ +static_assert(offsetof(UPCGPointExtentsModifierSettings, Extents) == 0x0000C8, "Member 'UPCGPointExtentsModifierSettings::Extents' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointExtentsModifierSettings, Mode) == 0x0000E0, "Member 'UPCGPointExtentsModifierSettings::Mode' 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) == 0x000120, "Wrong size on UPCGPointMatchAndSetSettings"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, MatchAndSetType) == 0x0000C8, "Member 'UPCGPointMatchAndSetSettings::MatchAndSetType' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, MatchAndSetInstance) == 0x0000D0, "Member 'UPCGPointMatchAndSetSettings::MatchAndSetInstance' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, SetTarget) == 0x0000D8, "Member 'UPCGPointMatchAndSetSettings::SetTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, SetTargetType) == 0x000118, "Member 'UPCGPointMatchAndSetSettings::SetTargetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGManagedDebugStringMessageKey \ +static_assert(alignof(UPCGManagedDebugStringMessageKey) == 0x000008, "Wrong alignment on UPCGManagedDebugStringMessageKey"); \ +static_assert(sizeof(UPCGManagedDebugStringMessageKey) == 0x000040, "Wrong size on UPCGManagedDebugStringMessageKey"); \ +static_assert(offsetof(UPCGManagedDebugStringMessageKey, HashKey) == 0x000038, "Member 'UPCGManagedDebugStringMessageKey::HashKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGProjectionSettings \ +static_assert(alignof(UPCGProjectionSettings) == 0x000008, "Wrong alignment on UPCGProjectionSettings"); \ +static_assert(sizeof(UPCGProjectionSettings) == 0x0000F0, "Wrong size on UPCGProjectionSettings"); \ +static_assert(offsetof(UPCGProjectionSettings, ProjectionParams) == 0x0000C8, "Member 'UPCGProjectionSettings::ProjectionParams' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionSettings, bForceCollapseToPoint) == 0x0000E8, "Member 'UPCGProjectionSettings::bForceCollapseToPoint' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionSettings, bKeepZeroDensityPoints) == 0x0000E9, "Member 'UPCGProjectionSettings::bKeepZeroDensityPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGRemoveEmptyDataSettings \ +static_assert(alignof(UPCGRemoveEmptyDataSettings) == 0x000008, "Wrong alignment on UPCGRemoveEmptyDataSettings"); \ +static_assert(sizeof(UPCGRemoveEmptyDataSettings) == 0x0000C8, "Wrong size on UPCGRemoveEmptyDataSettings"); \ + +#define DUMPER7_ASSERTS_UPCGNamedRerouteDeclarationSettings \ +static_assert(alignof(UPCGNamedRerouteDeclarationSettings) == 0x000008, "Wrong alignment on UPCGNamedRerouteDeclarationSettings"); \ +static_assert(sizeof(UPCGNamedRerouteDeclarationSettings) == 0x0000C8, "Wrong size on UPCGNamedRerouteDeclarationSettings"); \ + +#define DUMPER7_ASSERTS_UPCGResetPointCenterSettings \ +static_assert(alignof(UPCGResetPointCenterSettings) == 0x000008, "Wrong alignment on UPCGResetPointCenterSettings"); \ +static_assert(sizeof(UPCGResetPointCenterSettings) == 0x0000E0, "Wrong size on UPCGResetPointCenterSettings"); \ +static_assert(offsetof(UPCGResetPointCenterSettings, PointCenterLocation) == 0x0000C8, "Member 'UPCGResetPointCenterSettings::PointCenterLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSampleTextureSettings \ +static_assert(alignof(UPCGSampleTextureSettings) == 0x000008, "Wrong alignment on UPCGSampleTextureSettings"); \ +static_assert(sizeof(UPCGSampleTextureSettings) == 0x000118, "Wrong size on UPCGSampleTextureSettings"); \ +static_assert(offsetof(UPCGSampleTextureSettings, TextureMappingMethod) == 0x0000C8, "Member 'UPCGSampleTextureSettings::TextureMappingMethod' has a wrong offset!"); \ +static_assert(offsetof(UPCGSampleTextureSettings, UVCoordinatesAttribute) == 0x0000D0, "Member 'UPCGSampleTextureSettings::UVCoordinatesAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSampleTextureSettings, TilingMode) == 0x000110, "Member 'UPCGSampleTextureSettings::TilingMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGSampleTextureSettings, DensityMergeFunction) == 0x000111, "Member 'UPCGSampleTextureSettings::DensityMergeFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGSampleTextureSettings, bClampOutputDensity) == 0x000112, "Member 'UPCGSampleTextureSettings::bClampOutputDensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSanityCheckPointDataSettings \ +static_assert(alignof(UPCGSanityCheckPointDataSettings) == 0x000008, "Wrong alignment on UPCGSanityCheckPointDataSettings"); \ +static_assert(sizeof(UPCGSanityCheckPointDataSettings) == 0x0000D0, "Wrong size on UPCGSanityCheckPointDataSettings"); \ +static_assert(offsetof(UPCGSanityCheckPointDataSettings, MinPointCount) == 0x0000C8, "Member 'UPCGSanityCheckPointDataSettings::MinPointCount' has a wrong offset!"); \ +static_assert(offsetof(UPCGSanityCheckPointDataSettings, MaxPointCount) == 0x0000CC, "Member 'UPCGSanityCheckPointDataSettings::MaxPointCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSaveTextureToAssetSettings \ +static_assert(alignof(UPCGSaveTextureToAssetSettings) == 0x000008, "Wrong alignment on UPCGSaveTextureToAssetSettings"); \ +static_assert(sizeof(UPCGSaveTextureToAssetSettings) == 0x0000F8, "Wrong size on UPCGSaveTextureToAssetSettings"); \ +static_assert(offsetof(UPCGSaveTextureToAssetSettings, ExporterParams) == 0x0000C8, "Member 'UPCGSaveTextureToAssetSettings::ExporterParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSceneCaptureSettings \ +static_assert(alignof(UPCGSceneCaptureSettings) == 0x000008, "Wrong alignment on UPCGSceneCaptureSettings"); \ +static_assert(sizeof(UPCGSceneCaptureSettings) == 0x0000D8, "Wrong size on UPCGSceneCaptureSettings"); \ +static_assert(offsetof(UPCGSceneCaptureSettings, PixelFormat) == 0x0000C8, "Member 'UPCGSceneCaptureSettings::PixelFormat' has a wrong offset!"); \ +static_assert(offsetof(UPCGSceneCaptureSettings, CaptureSource) == 0x0000C9, "Member 'UPCGSceneCaptureSettings::CaptureSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGSceneCaptureSettings, TexelSize) == 0x0000CC, "Member 'UPCGSceneCaptureSettings::TexelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGSceneCaptureSettings, bSkipReadbackToCPU) == 0x0000D0, "Member 'UPCGSceneCaptureSettings::bSkipReadbackToCPU' 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, Parameters) == 0x0000C8, "Member 'UPCGSelfPruningSettings::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSkinnedMeshSpawnerSettings_SetInstancePackerType \ +static_assert(alignof(PCGSkinnedMeshSpawnerSettings_SetInstancePackerType) == 0x000008, "Wrong alignment on PCGSkinnedMeshSpawnerSettings_SetInstancePackerType"); \ +static_assert(sizeof(PCGSkinnedMeshSpawnerSettings_SetInstancePackerType) == 0x000008, "Wrong size on PCGSkinnedMeshSpawnerSettings_SetInstancePackerType"); \ +static_assert(offsetof(PCGSkinnedMeshSpawnerSettings_SetInstancePackerType, InInstancePackerType) == 0x000000, "Member 'PCGSkinnedMeshSpawnerSettings_SetInstancePackerType::InInstancePackerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSkinnedMeshSpawnerSettings \ +static_assert(alignof(UPCGSkinnedMeshSpawnerSettings) == 0x000008, "Wrong alignment on UPCGSkinnedMeshSpawnerSettings"); \ +static_assert(sizeof(UPCGSkinnedMeshSpawnerSettings) == 0x000138, "Wrong size on UPCGSkinnedMeshSpawnerSettings"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerSettings, MeshSelectorParameters) == 0x0000C8, "Member 'UPCGSkinnedMeshSpawnerSettings::MeshSelectorParameters' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerSettings, InstanceDataPackerType) == 0x0000D0, "Member 'UPCGSkinnedMeshSpawnerSettings::InstanceDataPackerType' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerSettings, InstanceDataPackerParameters) == 0x0000D8, "Member 'UPCGSkinnedMeshSpawnerSettings::InstanceDataPackerParameters' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerSettings, SkinnedMeshComponentPropertyOverrides) == 0x0000E0, "Member 'UPCGSkinnedMeshSpawnerSettings::SkinnedMeshComponentPropertyOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerSettings, bApplyMeshBoundsToPoints) == 0x0000F0, "Member 'UPCGSkinnedMeshSpawnerSettings::bApplyMeshBoundsToPoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerSettings, TargetActor) == 0x0000F8, "Member 'UPCGSkinnedMeshSpawnerSettings::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerSettings, PostProcessFunctionNames) == 0x000120, "Member 'UPCGSkinnedMeshSpawnerSettings::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerSettings, bSynchronousLoad) == 0x000130, "Member 'UPCGSkinnedMeshSpawnerSettings::bSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerSettings, bSilenceOverrideAttributeNotFoundErrors) == 0x000131, "Member 'UPCGSkinnedMeshSpawnerSettings::bSilenceOverrideAttributeNotFoundErrors' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSpawnerSettings, bWarnOnIdenticalSpawn) == 0x000132, "Member 'UPCGSkinnedMeshSpawnerSettings::bWarnOnIdenticalSpawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSkinnedMeshSpawnerKernel \ +static_assert(alignof(UPCGSkinnedMeshSpawnerKernel) == 0x000008, "Wrong alignment on UPCGSkinnedMeshSpawnerKernel"); \ +static_assert(sizeof(UPCGSkinnedMeshSpawnerKernel) == 0x000098, "Wrong size on UPCGSkinnedMeshSpawnerKernel"); \ + +#define DUMPER7_ASSERTS_UPCGSortTagsSettings \ +static_assert(alignof(UPCGSortTagsSettings) == 0x000008, "Wrong alignment on UPCGSortTagsSettings"); \ +static_assert(sizeof(UPCGSortTagsSettings) == 0x0000D8, "Wrong size on UPCGSortTagsSettings"); \ +static_assert(offsetof(UPCGSortTagsSettings, Tag) == 0x0000C8, "Member 'UPCGSortTagsSettings::Tag' has a wrong offset!"); \ +static_assert(offsetof(UPCGSortTagsSettings, SortMethod) == 0x0000D0, "Member 'UPCGSortTagsSettings::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSpawnActorSettings \ +static_assert(alignof(UPCGSpawnActorSettings) == 0x000008, "Wrong alignment on UPCGSpawnActorSettings"); \ +static_assert(sizeof(UPCGSpawnActorSettings) == 0x0002B8, "Wrong size on UPCGSpawnActorSettings"); \ +static_assert(offsetof(UPCGSpawnActorSettings, PostSpawnFunctionNames) == 0x0000C8, "Member 'UPCGSpawnActorSettings::PostSpawnFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, Option) == 0x0000D8, "Member 'UPCGSpawnActorSettings::Option' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bForceDisableActorParsing) == 0x0000D9, "Member 'UPCGSpawnActorSettings::bForceDisableActorParsing' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, GenerationTrigger) == 0x0000DA, "Member 'UPCGSpawnActorSettings::GenerationTrigger' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bInheritActorTags) == 0x0000DB, "Member 'UPCGSpawnActorSettings::bInheritActorTags' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, TagsToAddOnActors) == 0x0000E0, "Member 'UPCGSpawnActorSettings::TagsToAddOnActors' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, TemplateActor) == 0x0000F0, "Member 'UPCGSpawnActorSettings::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, SpawnedActorPropertyOverrideDescriptions) == 0x0000F8, "Member 'UPCGSpawnActorSettings::SpawnedActorPropertyOverrideDescriptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, RootActor) == 0x000108, "Member 'UPCGSpawnActorSettings::RootActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, AttachOptions) == 0x000130, "Member 'UPCGSpawnActorSettings::AttachOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bSpawnByAttribute) == 0x000134, "Member 'UPCGSpawnActorSettings::bSpawnByAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, SpawnAttribute) == 0x000138, "Member 'UPCGSpawnActorSettings::SpawnAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bWarnOnIdenticalSpawn) == 0x000140, "Member 'UPCGSpawnActorSettings::bWarnOnIdenticalSpawn' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bDeleteActorsBeforeGeneration) == 0x000141, "Member 'UPCGSpawnActorSettings::bDeleteActorsBeforeGeneration' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, DataLayerSettings) == 0x000148, "Member 'UPCGSpawnActorSettings::DataLayerSettings' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, HLODSettings) == 0x000298, "Member 'UPCGSpawnActorSettings::HLODSettings' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, TemplateActorClass) == 0x0002A8, "Member 'UPCGSpawnActorSettings::TemplateActorClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bAllowTemplateActorEditing) == 0x0002B0, "Member 'UPCGSpawnActorSettings::bAllowTemplateActorEditing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSpawnSplineSettings \ +static_assert(alignof(UPCGSpawnSplineSettings) == 0x000008, "Wrong alignment on UPCGSpawnSplineSettings"); \ +static_assert(sizeof(UPCGSpawnSplineSettings) == 0x000170, "Wrong size on UPCGSpawnSplineSettings"); \ +static_assert(offsetof(UPCGSpawnSplineSettings, SplineComponent) == 0x0000C8, "Member 'UPCGSpawnSplineSettings::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineSettings, bSpawnComponentFromAttribute) == 0x0000D0, "Member 'UPCGSpawnSplineSettings::bSpawnComponentFromAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineSettings, SpawnComponentFromAttributeName) == 0x0000D8, "Member 'UPCGSpawnSplineSettings::SpawnComponentFromAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineSettings, TargetActor) == 0x000118, "Member 'UPCGSpawnSplineSettings::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineSettings, PostProcessFunctionNames) == 0x000140, "Member 'UPCGSpawnSplineSettings::PostProcessFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineSettings, PropertyOverrideDescriptions) == 0x000150, "Member 'UPCGSpawnSplineSettings::PropertyOverrideDescriptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineSettings, bOutputSplineComponentReference) == 0x000160, "Member 'UPCGSpawnSplineSettings::bOutputSplineComponentReference' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnSplineSettings, ComponentReferenceAttributeName) == 0x000164, "Member 'UPCGSpawnSplineSettings::ComponentReferenceAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGReverseSplineSettings \ +static_assert(alignof(UPCGReverseSplineSettings) == 0x000008, "Wrong alignment on UPCGReverseSplineSettings"); \ +static_assert(sizeof(UPCGReverseSplineSettings) == 0x0000D0, "Wrong size on UPCGReverseSplineSettings"); \ +static_assert(offsetof(UPCGReverseSplineSettings, Operation) == 0x0000C8, "Member 'UPCGReverseSplineSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGReverseSplineSettings, bFlipClockwiseComputationResult) == 0x0000CC, "Member 'UPCGReverseSplineSettings::bFlipClockwiseComputationResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSplineSamplerSettings \ +static_assert(alignof(UPCGSplineSamplerSettings) == 0x000008, "Wrong alignment on UPCGSplineSamplerSettings"); \ +static_assert(sizeof(UPCGSplineSamplerSettings) == 0x000200, "Wrong size on UPCGSplineSamplerSettings"); \ +static_assert(offsetof(UPCGSplineSamplerSettings, SamplerParams) == 0x0000C8, "Member 'UPCGSplineSamplerSettings::SamplerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSplitSplinesSettings \ +static_assert(alignof(UPCGSplitSplinesSettings) == 0x000008, "Wrong alignment on UPCGSplitSplinesSettings"); \ +static_assert(sizeof(UPCGSplitSplinesSettings) == 0x000160, "Wrong size on UPCGSplitSplinesSettings"); \ +static_assert(offsetof(UPCGSplitSplinesSettings, Mode) == 0x0000C8, "Member 'UPCGSplitSplinesSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplitSplinesSettings, bUseConstant) == 0x0000CC, "Member 'UPCGSplitSplinesSettings::bUseConstant' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplitSplinesSettings, Constant) == 0x0000D0, "Member 'UPCGSplitSplinesSettings::Constant' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplitSplinesSettings, Attribute) == 0x0000D8, "Member 'UPCGSplitSplinesSettings::Attribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplitSplinesSettings, bShouldOutputOriginatingSplineIndex) == 0x000118, "Member 'UPCGSplitSplinesSettings::bShouldOutputOriginatingSplineIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplitSplinesSettings, OutputOriginatingSplineIndex) == 0x000120, "Member 'UPCGSplitSplinesSettings::OutputOriginatingSplineIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGStaticMeshSpawnerKernel \ +static_assert(alignof(UPCGStaticMeshSpawnerKernel) == 0x000008, "Wrong alignment on UPCGStaticMeshSpawnerKernel"); \ +static_assert(sizeof(UPCGStaticMeshSpawnerKernel) == 0x0000A0, "Wrong size on UPCGStaticMeshSpawnerKernel"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerKernel, bUseRawInstanceCountsBuffer) == 0x000098, "Member 'UPCGStaticMeshSpawnerKernel::bUseRawInstanceCountsBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGTextureSamplerSettings_SetDensityFunctionEquivalent \ +static_assert(alignof(PCGTextureSamplerSettings_SetDensityFunctionEquivalent) == 0x000001, "Wrong alignment on PCGTextureSamplerSettings_SetDensityFunctionEquivalent"); \ +static_assert(sizeof(PCGTextureSamplerSettings_SetDensityFunctionEquivalent) == 0x000001, "Wrong size on PCGTextureSamplerSettings_SetDensityFunctionEquivalent"); \ +static_assert(offsetof(PCGTextureSamplerSettings_SetDensityFunctionEquivalent, DensityFunction) == 0x000000, "Member 'PCGTextureSamplerSettings_SetDensityFunctionEquivalent::DensityFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGTextureSamplerSettings_GetDensityFunctionEquivalent \ +static_assert(alignof(PCGTextureSamplerSettings_GetDensityFunctionEquivalent) == 0x000001, "Wrong alignment on PCGTextureSamplerSettings_GetDensityFunctionEquivalent"); \ +static_assert(sizeof(PCGTextureSamplerSettings_GetDensityFunctionEquivalent) == 0x000001, "Wrong size on PCGTextureSamplerSettings_GetDensityFunctionEquivalent"); \ +static_assert(offsetof(PCGTextureSamplerSettings_GetDensityFunctionEquivalent, ReturnValue) == 0x000000, "Member 'PCGTextureSamplerSettings_GetDensityFunctionEquivalent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTextureSamplerSettings \ +static_assert(alignof(UPCGTextureSamplerSettings) == 0x000010, "Wrong alignment on UPCGTextureSamplerSettings"); \ +static_assert(sizeof(UPCGTextureSamplerSettings) == 0x0001C0, "Wrong size on UPCGTextureSamplerSettings"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Transform) == 0x0000D0, "Member 'UPCGTextureSamplerSettings::Transform' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bUseAbsoluteTransform) == 0x000130, "Member 'UPCGTextureSamplerSettings::bUseAbsoluteTransform' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, TextureArrayIndex) == 0x000134, "Member 'UPCGTextureSamplerSettings::TextureArrayIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bUseDensitySourceChannel) == 0x000138, "Member 'UPCGTextureSamplerSettings::bUseDensitySourceChannel' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, ColorChannel) == 0x000139, "Member 'UPCGTextureSamplerSettings::ColorChannel' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Filter) == 0x00013A, "Member 'UPCGTextureSamplerSettings::Filter' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, TexelSize) == 0x00013C, "Member 'UPCGTextureSamplerSettings::TexelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bUseAdvancedTiling) == 0x000140, "Member 'UPCGTextureSamplerSettings::bUseAdvancedTiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Tiling) == 0x000148, "Member 'UPCGTextureSamplerSettings::Tiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, CenterOffset) == 0x000158, "Member 'UPCGTextureSamplerSettings::CenterOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Rotation) == 0x000168, "Member 'UPCGTextureSamplerSettings::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bUseTileBounds) == 0x00016C, "Member 'UPCGTextureSamplerSettings::bUseTileBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, TileBoundsMin) == 0x000170, "Member 'UPCGTextureSamplerSettings::TileBoundsMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, TileBoundsMax) == 0x000180, "Member 'UPCGTextureSamplerSettings::TileBoundsMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bSynchronousLoad) == 0x000190, "Member 'UPCGTextureSamplerSettings::bSynchronousLoad' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bSkipReadbackToCPU) == 0x000191, "Member 'UPCGTextureSamplerSettings::bSkipReadbackToCPU' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Texture) == 0x000198, "Member 'UPCGTextureSamplerSettings::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetLandscapeSettings \ +static_assert(alignof(UPCGGetLandscapeSettings) == 0x000008, "Wrong alignment on UPCGGetLandscapeSettings"); \ +static_assert(sizeof(UPCGGetLandscapeSettings) == 0x0001C0, "Wrong size on UPCGGetLandscapeSettings"); \ +static_assert(offsetof(UPCGGetLandscapeSettings, SamplingProperties) == 0x0001B8, "Member 'UPCGGetLandscapeSettings::SamplingProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetVolumeSettings \ +static_assert(alignof(UPCGGetVolumeSettings) == 0x000008, "Wrong alignment on UPCGGetVolumeSettings"); \ +static_assert(sizeof(UPCGGetVolumeSettings) == 0x0001B8, "Wrong size on UPCGGetVolumeSettings"); \ + +#define DUMPER7_ASSERTS_UPCGGetPCGComponentSettings \ +static_assert(alignof(UPCGGetPCGComponentSettings) == 0x000008, "Wrong alignment on UPCGGetPCGComponentSettings"); \ +static_assert(sizeof(UPCGGetPCGComponentSettings) == 0x0001B8, "Wrong size on UPCGGetPCGComponentSettings"); \ + +#define DUMPER7_ASSERTS_UPCGUnionSettings \ +static_assert(alignof(UPCGUnionSettings) == 0x000008, "Wrong alignment on UPCGUnionSettings"); \ +static_assert(sizeof(UPCGUnionSettings) == 0x0000E0, "Wrong size on UPCGUnionSettings"); \ +static_assert(offsetof(UPCGUnionSettings, Type) == 0x0000D8, "Member 'UPCGUnionSettings::Type' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionSettings, DensityFunction) == 0x0000D9, "Member 'UPCGUnionSettings::DensityFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGenericUserParameterGetSettings \ +static_assert(alignof(UPCGGenericUserParameterGetSettings) == 0x000008, "Wrong alignment on UPCGGenericUserParameterGetSettings"); \ +static_assert(sizeof(UPCGGenericUserParameterGetSettings) == 0x0000E8, "Wrong size on UPCGGenericUserParameterGetSettings"); \ +static_assert(offsetof(UPCGGenericUserParameterGetSettings, PropertyPath) == 0x0000C8, "Member 'UPCGGenericUserParameterGetSettings::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenericUserParameterGetSettings, bForceObjectAndStructExtraction) == 0x0000D8, "Member 'UPCGGenericUserParameterGetSettings::bForceObjectAndStructExtraction' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenericUserParameterGetSettings, bSanitizeOutputAttributeName) == 0x0000D9, "Member 'UPCGGenericUserParameterGetSettings::bSanitizeOutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenericUserParameterGetSettings, OutputAttributeName) == 0x0000DC, "Member 'UPCGGenericUserParameterGetSettings::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenericUserParameterGetSettings, Source) == 0x0000E4, "Member 'UPCGGenericUserParameterGetSettings::Source' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenericUserParameterGetSettings, bQuiet) == 0x0000E5, "Member 'UPCGGenericUserParameterGetSettings::bQuiet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGVolumeSamplerSettings \ +static_assert(alignof(UPCGVolumeSamplerSettings) == 0x000008, "Wrong alignment on UPCGVolumeSamplerSettings"); \ +static_assert(sizeof(UPCGVolumeSamplerSettings) == 0x0000E8, "Wrong size on UPCGVolumeSamplerSettings"); \ +static_assert(offsetof(UPCGVolumeSamplerSettings, VoxelSize) == 0x0000C8, "Member 'UPCGVolumeSamplerSettings::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeSamplerSettings, bUnbounded) == 0x0000E0, "Member 'UPCGVolumeSamplerSettings::bUnbounded' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeSamplerSettings, PointSteepness) == 0x0000E4, "Member 'UPCGVolumeSamplerSettings::PointSteepness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWorldRayHitSettings \ +static_assert(alignof(UPCGWorldRayHitSettings) == 0x000008, "Wrong alignment on UPCGWorldRayHitSettings"); \ +static_assert(sizeof(UPCGWorldRayHitSettings) == 0x000228, "Wrong size on UPCGWorldRayHitSettings"); \ +static_assert(offsetof(UPCGWorldRayHitSettings, CollisionShape) == 0x0000C8, "Member 'UPCGWorldRayHitSettings::CollisionShape' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitSettings, QueryParams) == 0x000110, "Member 'UPCGWorldRayHitSettings::QueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWorldRaycastElementSettings \ +static_assert(alignof(UPCGWorldRaycastElementSettings) == 0x000008, "Wrong alignment on UPCGWorldRaycastElementSettings"); \ +static_assert(sizeof(UPCGWorldRaycastElementSettings) == 0x000328, "Wrong size on UPCGWorldRaycastElementSettings"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, CollisionShape) == 0x0000C8, "Member 'UPCGWorldRaycastElementSettings::CollisionShape' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, RaycastMode) == 0x000110, "Member 'UPCGWorldRaycastElementSettings::RaycastMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, OriginInputAttribute) == 0x000118, "Member 'UPCGWorldRaycastElementSettings::OriginInputAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, bOverrideRayDirections) == 0x000158, "Member 'UPCGWorldRaycastElementSettings::bOverrideRayDirections' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, RayDirection) == 0x000160, "Member 'UPCGWorldRaycastElementSettings::RayDirection' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, RayDirectionAttribute) == 0x000178, "Member 'UPCGWorldRaycastElementSettings::RayDirectionAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, EndPointAttribute) == 0x0001B8, "Member 'UPCGWorldRaycastElementSettings::EndPointAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, bOverrideRayLengths) == 0x0001F8, "Member 'UPCGWorldRaycastElementSettings::bOverrideRayLengths' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, RayLength) == 0x000200, "Member 'UPCGWorldRaycastElementSettings::RayLength' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, RayLengthAttribute) == 0x000208, "Member 'UPCGWorldRaycastElementSettings::RayLengthAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, WorldQueryParams) == 0x000248, "Member 'UPCGWorldRaycastElementSettings::WorldQueryParams' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, bKeepOriginalPointOnMiss) == 0x000320, "Member 'UPCGWorldRaycastElementSettings::bKeepOriginalPointOnMiss' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRaycastElementSettings, bUnbounded) == 0x000321, "Member 'UPCGWorldRaycastElementSettings::bUnbounded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGClipPathsSettings \ +static_assert(alignof(UPCGClipPathsSettings) == 0x000008, "Wrong alignment on UPCGClipPathsSettings"); \ +static_assert(sizeof(UPCGClipPathsSettings) == 0x0000D8, "Wrong size on UPCGClipPathsSettings"); \ +static_assert(offsetof(UPCGClipPathsSettings, Operation) == 0x0000C8, "Member 'UPCGClipPathsSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGClipPathsSettings, SplineMaxDiscretizationError) == 0x0000D0, "Member 'UPCGClipPathsSettings::SplineMaxDiscretizationError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreatePolygon2DSettings \ +static_assert(alignof(UPCGCreatePolygon2DSettings) == 0x000008, "Wrong alignment on UPCGCreatePolygon2DSettings"); \ +static_assert(sizeof(UPCGCreatePolygon2DSettings) == 0x000168, "Wrong size on UPCGCreatePolygon2DSettings"); \ +static_assert(offsetof(UPCGCreatePolygon2DSettings, InputType) == 0x0000C8, "Member 'UPCGCreatePolygon2DSettings::InputType' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePolygon2DSettings, bUseHoleAttribute) == 0x0000C9, "Member 'UPCGCreatePolygon2DSettings::bUseHoleAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePolygon2DSettings, HoleIndexAttribute) == 0x0000D0, "Member 'UPCGCreatePolygon2DSettings::HoleIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePolygon2DSettings, bUsePolygonWidthAttribute) == 0x000110, "Member 'UPCGCreatePolygon2DSettings::bUsePolygonWidthAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePolygon2DSettings, PolygonWidthAttribute) == 0x000118, "Member 'UPCGCreatePolygon2DSettings::PolygonWidthAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePolygon2DSettings, OpenPolygonWidth) == 0x000158, "Member 'UPCGCreatePolygon2DSettings::OpenPolygonWidth' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreatePolygon2DSettings, SplineMaxDiscretizationError) == 0x000160, "Member 'UPCGCreatePolygon2DSettings::SplineMaxDiscretizationError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetSegmentSettings \ +static_assert(alignof(UPCGGetSegmentSettings) == 0x000008, "Wrong alignment on UPCGGetSegmentSettings"); \ +static_assert(sizeof(UPCGGetSegmentSettings) == 0x000160, "Wrong size on UPCGGetSegmentSettings"); \ +static_assert(offsetof(UPCGGetSegmentSettings, bUseInputSegmentData) == 0x0000C8, "Member 'UPCGGetSegmentSettings::bUseInputSegmentData' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetSegmentSettings, bUseInputHoleData) == 0x0000C9, "Member 'UPCGGetSegmentSettings::bUseInputHoleData' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetSegmentSettings, bOutputSplineData) == 0x0000CA, "Member 'UPCGGetSegmentSettings::bOutputSplineData' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetSegmentSettings, SegmentIndexAttribute) == 0x0000D0, "Member 'UPCGGetSegmentSettings::SegmentIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetSegmentSettings, SegmentIndex) == 0x000110, "Member 'UPCGGetSegmentSettings::SegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetSegmentSettings, HoleIndexAttribute) == 0x000118, "Member 'UPCGGetSegmentSettings::HoleIndexAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetSegmentSettings, HoleIndex) == 0x000158, "Member 'UPCGGetSegmentSettings::HoleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGOffsetPolygon2DSettings \ +static_assert(alignof(UPCGOffsetPolygon2DSettings) == 0x000008, "Wrong alignment on UPCGOffsetPolygon2DSettings"); \ +static_assert(sizeof(UPCGOffsetPolygon2DSettings) == 0x000118, "Wrong size on UPCGOffsetPolygon2DSettings"); \ +static_assert(offsetof(UPCGOffsetPolygon2DSettings, Operation) == 0x0000C8, "Member 'UPCGOffsetPolygon2DSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGOffsetPolygon2DSettings, bInheritMetadata) == 0x0000CC, "Member 'UPCGOffsetPolygon2DSettings::bInheritMetadata' has a wrong offset!"); \ +static_assert(offsetof(UPCGOffsetPolygon2DSettings, bUseOffsetFromInput) == 0x0000CD, "Member 'UPCGOffsetPolygon2DSettings::bUseOffsetFromInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGOffsetPolygon2DSettings, OffsetAttribute) == 0x0000D0, "Member 'UPCGOffsetPolygon2DSettings::OffsetAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGOffsetPolygon2DSettings, Offset) == 0x000110, "Member 'UPCGOffsetPolygon2DSettings::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPolygon2DOperationSettings \ +static_assert(alignof(UPCGPolygon2DOperationSettings) == 0x000008, "Wrong alignment on UPCGPolygon2DOperationSettings"); \ +static_assert(sizeof(UPCGPolygon2DOperationSettings) == 0x0000E0, "Wrong size on UPCGPolygon2DOperationSettings"); \ +static_assert(offsetof(UPCGPolygon2DOperationSettings, Operation) == 0x0000C8, "Member 'UPCGPolygon2DOperationSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGPolygon2DOperationSettings, MetadataMode) == 0x0000C9, "Member 'UPCGPolygon2DOperationSettings::MetadataMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGPolygon2DOperationSettings, SplineMaxDiscretizationError) == 0x0000D0, "Member 'UPCGPolygon2DOperationSettings::SplineMaxDiscretizationError' has a wrong offset!"); \ +static_assert(offsetof(UPCGPolygon2DOperationSettings, bQuiet) == 0x0000D8, "Member 'UPCGPolygon2DOperationSettings::bQuiet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateSurfaceFromPolygon2DSettings \ +static_assert(alignof(UPCGCreateSurfaceFromPolygon2DSettings) == 0x000008, "Wrong alignment on UPCGCreateSurfaceFromPolygon2DSettings"); \ +static_assert(sizeof(UPCGCreateSurfaceFromPolygon2DSettings) == 0x0000C8, "Wrong size on UPCGCreateSurfaceFromPolygon2DSettings"); \ + +#define DUMPER7_ASSERTS_UPCGGridLinkageSettings \ +static_assert(alignof(UPCGGridLinkageSettings) == 0x000008, "Wrong alignment on UPCGGridLinkageSettings"); \ +static_assert(sizeof(UPCGGridLinkageSettings) == 0x000110, "Wrong size on UPCGGridLinkageSettings"); \ +static_assert(offsetof(UPCGGridLinkageSettings, FromGrid) == 0x0000C8, "Member 'UPCGGridLinkageSettings::FromGrid' has a wrong offset!"); \ +static_assert(offsetof(UPCGGridLinkageSettings, ToGrid) == 0x0000CC, "Member 'UPCGGridLinkageSettings::ToGrid' has a wrong offset!"); \ +static_assert(offsetof(UPCGGridLinkageSettings, GenerationGrid) == 0x0000D0, "Member 'UPCGGridLinkageSettings::GenerationGrid' has a wrong offset!"); \ +static_assert(offsetof(UPCGGridLinkageSettings, ResourceKey) == 0x0000D8, "Member 'UPCGGridLinkageSettings::ResourceKey' has a wrong offset!"); \ +static_assert(offsetof(UPCGGridLinkageSettings, UpstreamPin) == 0x0000E8, "Member 'UPCGGridLinkageSettings::UpstreamPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLandscapeCache \ +static_assert(alignof(UPCGLandscapeCache) == 0x000008, "Wrong alignment on UPCGLandscapeCache"); \ +static_assert(sizeof(UPCGLandscapeCache) == 0x0000E0, "Wrong size on UPCGLandscapeCache"); \ +static_assert(offsetof(UPCGLandscapeCache, SerializationMode) == 0x000028, "Member 'UPCGLandscapeCache::SerializationMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeCache, CookedSerializedContents) == 0x000029, "Member 'UPCGLandscapeCache::CookedSerializedContents' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeCache, CachedLayerNames) == 0x000080, "Member 'UPCGLandscapeCache::CachedLayerNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPartitionActor_BP_GetPCGGridSize \ +static_assert(alignof(PCGPartitionActor_BP_GetPCGGridSize) == 0x000008, "Wrong alignment on PCGPartitionActor_BP_GetPCGGridSize"); \ +static_assert(sizeof(PCGPartitionActor_BP_GetPCGGridSize) == 0x000008, "Wrong size on PCGPartitionActor_BP_GetPCGGridSize"); \ +static_assert(offsetof(PCGPartitionActor_BP_GetPCGGridSize, ReturnValue) == 0x000000, "Member 'PCGPartitionActor_BP_GetPCGGridSize::ReturnValue' 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) == 0x0003C0, "Wrong size on APCGPartitionActor"); \ +static_assert(offsetof(APCGPartitionActor, PCGGuid) == 0x0002B0, "Member 'APCGPartitionActor::PCGGuid' has a wrong offset!"); \ +static_assert(offsetof(APCGPartitionActor, LocalToOriginal) == 0x000310, "Member 'APCGPartitionActor::LocalToOriginal' has a wrong offset!"); \ +static_assert(offsetof(APCGPartitionActor, LoadedPreviewComponents) == 0x000360, "Member 'APCGPartitionActor::LoadedPreviewComponents' has a wrong offset!"); \ +static_assert(offsetof(APCGPartitionActor, PCGGridSize) == 0x0003B0, "Member 'APCGPartitionActor::PCGGridSize' has a wrong offset!"); \ +static_assert(offsetof(APCGPartitionActor, bUse2DGrid) == 0x0003B4, "Member 'APCGPartitionActor::bUse2DGrid' has a wrong offset!"); \ +static_assert(offsetof(APCGPartitionActor, RuntimeGridDescriptorHash) == 0x0003B8, "Member 'APCGPartitionActor::RuntimeGridDescriptorHash' has a wrong offset!"); \ + +#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_PCGGenerateGraphAsync_GenerateGraphAsync \ +static_assert(alignof(PCGGenerateGraphAsync_GenerateGraphAsync) == 0x000008, "Wrong alignment on PCGGenerateGraphAsync_GenerateGraphAsync"); \ +static_assert(sizeof(PCGGenerateGraphAsync_GenerateGraphAsync) == 0x000018, "Wrong size on PCGGenerateGraphAsync_GenerateGraphAsync"); \ +static_assert(offsetof(PCGGenerateGraphAsync_GenerateGraphAsync, Graph_0) == 0x000000, "Member 'PCGGenerateGraphAsync_GenerateGraphAsync::Graph_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGenerateGraphAsync_GenerateGraphAsync, Seed_0) == 0x000008, "Member 'PCGGenerateGraphAsync_GenerateGraphAsync::Seed_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGenerateGraphAsync_GenerateGraphAsync, ReturnValue) == 0x000010, "Member 'PCGGenerateGraphAsync_GenerateGraphAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGenerateGraphAsync \ +static_assert(alignof(UPCGGenerateGraphAsync) == 0x000008, "Wrong alignment on UPCGGenerateGraphAsync"); \ +static_assert(sizeof(UPCGGenerateGraphAsync) == 0x000050, "Wrong size on UPCGGenerateGraphAsync"); \ +static_assert(offsetof(UPCGGenerateGraphAsync, OnCompleted) == 0x000030, "Member 'UPCGGenerateGraphAsync::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenerateGraphAsync, Graph) == 0x000040, "Member 'UPCGGenerateGraphAsync::Graph' has a wrong offset!"); \ +static_assert(offsetof(UPCGGenerateGraphAsync, Seed) == 0x000048, "Member 'UPCGGenerateGraphAsync::Seed' 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_DuplicateData \ +static_assert(alignof(PCGBlueprintHelpers_DuplicateData) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_DuplicateData"); \ +static_assert(sizeof(PCGBlueprintHelpers_DuplicateData) == 0x000270, "Wrong size on PCGBlueprintHelpers_DuplicateData"); \ +static_assert(offsetof(PCGBlueprintHelpers_DuplicateData, InData) == 0x000000, "Member 'PCGBlueprintHelpers_DuplicateData::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_DuplicateData, Context) == 0x000008, "Member 'PCGBlueprintHelpers_DuplicateData::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_DuplicateData, bInitializeMetadata) == 0x000260, "Member 'PCGBlueprintHelpers_DuplicateData::bInitializeMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_DuplicateData, ReturnValue) == 0x000268, "Member 'PCGBlueprintHelpers_DuplicateData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_DuplicateDataWithContext \ +static_assert(alignof(PCGBlueprintHelpers_DuplicateDataWithContext) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_DuplicateDataWithContext"); \ +static_assert(sizeof(PCGBlueprintHelpers_DuplicateDataWithContext) == 0x000028, "Wrong size on PCGBlueprintHelpers_DuplicateDataWithContext"); \ +static_assert(offsetof(PCGBlueprintHelpers_DuplicateDataWithContext, InData) == 0x000000, "Member 'PCGBlueprintHelpers_DuplicateDataWithContext::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_DuplicateDataWithContext, ContextHandle) == 0x000008, "Member 'PCGBlueprintHelpers_DuplicateDataWithContext::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_DuplicateDataWithContext, bInitializeMetadata) == 0x000018, "Member 'PCGBlueprintHelpers_DuplicateDataWithContext::bInitializeMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_DuplicateDataWithContext, ReturnValue) == 0x000020, "Member 'PCGBlueprintHelpers_DuplicateDataWithContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_FlushPCGCache \ +static_assert(alignof(PCGBlueprintHelpers_FlushPCGCache) == 0x000001, "Wrong alignment on PCGBlueprintHelpers_FlushPCGCache"); \ +static_assert(sizeof(PCGBlueprintHelpers_FlushPCGCache) == 0x000001, "Wrong size on PCGBlueprintHelpers_FlushPCGCache"); \ +static_assert(offsetof(PCGBlueprintHelpers_FlushPCGCache, ReturnValue) == 0x000000, "Member 'PCGBlueprintHelpers_FlushPCGCache::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) == 0x000260, "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) == 0x000258, "Member 'PCGBlueprintHelpers_GetActorData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetActorDataWithContext \ +static_assert(alignof(PCGBlueprintHelpers_GetActorDataWithContext) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetActorDataWithContext"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetActorDataWithContext) == 0x000018, "Wrong size on PCGBlueprintHelpers_GetActorDataWithContext"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorDataWithContext, ContextHandle) == 0x000000, "Member 'PCGBlueprintHelpers_GetActorDataWithContext::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorDataWithContext, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_GetActorDataWithContext::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) == 0x000260, "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) == 0x000258, "Member 'PCGBlueprintHelpers_GetComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetComponentWithContext \ +static_assert(alignof(PCGBlueprintHelpers_GetComponentWithContext) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetComponentWithContext"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetComponentWithContext) == 0x000018, "Wrong size on PCGBlueprintHelpers_GetComponentWithContext"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetComponentWithContext, ContextHandle) == 0x000000, "Member 'PCGBlueprintHelpers_GetComponentWithContext::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetComponentWithContext, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_GetComponentWithContext::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) == 0x000260, "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) == 0x000258, "Member 'PCGBlueprintHelpers_GetInputData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetInputDataWithContext \ +static_assert(alignof(PCGBlueprintHelpers_GetInputDataWithContext) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetInputDataWithContext"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetInputDataWithContext) == 0x000018, "Wrong size on PCGBlueprintHelpers_GetInputDataWithContext"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetInputDataWithContext, ContextHandle) == 0x000000, "Member 'PCGBlueprintHelpers_GetInputDataWithContext::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetInputDataWithContext, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_GetInputDataWithContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights \ +static_assert(alignof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights) == 0x000030, "Wrong size on PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights, WorldContextObject) == 0x000000, "Member 'PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights, Location) == 0x000008, "Member 'PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights::Location' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights, ReturnValue) == 0x000020, "Member 'PCGBlueprintHelpers_GetInterpolatedPCGLandscapeLayerWeights::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) == 0x000260, "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) == 0x000258, "Member 'PCGBlueprintHelpers_GetOriginalComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetOriginalComponentWithContext \ +static_assert(alignof(PCGBlueprintHelpers_GetOriginalComponentWithContext) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetOriginalComponentWithContext"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetOriginalComponentWithContext) == 0x000018, "Wrong size on PCGBlueprintHelpers_GetOriginalComponentWithContext"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetOriginalComponentWithContext, ContextHandle) == 0x000000, "Member 'PCGBlueprintHelpers_GetOriginalComponentWithContext::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetOriginalComponentWithContext, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_GetOriginalComponentWithContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetRandomStreamFromPoint \ +static_assert(alignof(PCGBlueprintHelpers_GetRandomStreamFromPoint) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetRandomStreamFromPoint"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetRandomStreamFromPoint) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_GetRandomStreamFromPoint"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromPoint, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetRandomStreamFromPoint::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromPoint, OptionalSettings) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromPoint::OptionalSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromPoint, OptionalComponent) == 0x0000D8, "Member 'PCGBlueprintHelpers_GetRandomStreamFromPoint::OptionalComponent' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromPoint, ReturnValue) == 0x0000E0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetRandomStreamFromTwoPoints \ +static_assert(alignof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetRandomStreamFromTwoPoints"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints) == 0x0001C0, "Wrong size on PCGBlueprintHelpers_GetRandomStreamFromTwoPoints"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, InPointA) == 0x000000, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::InPointA' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, InPointB) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::InPointB' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, OptionalSettings) == 0x0001A0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::OptionalSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, OptionalComponent) == 0x0001A8, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::OptionalComponent' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStreamFromTwoPoints, ReturnValue) == 0x0001B0, "Member 'PCGBlueprintHelpers_GetRandomStreamFromTwoPoints::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) == 0x000260, "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) == 0x000258, "Member 'PCGBlueprintHelpers_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetSettingsWithContext \ +static_assert(alignof(PCGBlueprintHelpers_GetSettingsWithContext) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetSettingsWithContext"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetSettingsWithContext) == 0x000018, "Wrong size on PCGBlueprintHelpers_GetSettingsWithContext"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetSettingsWithContext, ContextHandle) == 0x000000, "Member 'PCGBlueprintHelpers_GetSettingsWithContext::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetSettingsWithContext, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_GetSettingsWithContext::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) == 0x000268, "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) == 0x000258, "Member 'PCGBlueprintHelpers_GetTargetActor::SpatialData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTargetActor, ReturnValue) == 0x000260, "Member 'PCGBlueprintHelpers_GetTargetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetTargetActorWithContext \ +static_assert(alignof(PCGBlueprintHelpers_GetTargetActorWithContext) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetTargetActorWithContext"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetTargetActorWithContext) == 0x000020, "Wrong size on PCGBlueprintHelpers_GetTargetActorWithContext"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTargetActorWithContext, ContextHandle) == 0x000000, "Member 'PCGBlueprintHelpers_GetTargetActorWithContext::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTargetActorWithContext, SpatialData) == 0x000010, "Member 'PCGBlueprintHelpers_GetTargetActorWithContext::SpatialData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTargetActorWithContext, ReturnValue) == 0x000018, "Member 'PCGBlueprintHelpers_GetTargetActorWithContext::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) == 0x000260, "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) == 0x000258, "Member 'PCGBlueprintHelpers_GetTaskId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetTaskIdWithContext \ +static_assert(alignof(PCGBlueprintHelpers_GetTaskIdWithContext) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetTaskIdWithContext"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetTaskIdWithContext) == 0x000018, "Wrong size on PCGBlueprintHelpers_GetTaskIdWithContext"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTaskIdWithContext, ContextHandle) == 0x000000, "Member 'PCGBlueprintHelpers_GetTaskIdWithContext::ContextHandle' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTaskIdWithContext, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_GetTaskIdWithContext::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_RefreshPCGRuntimeComponent \ +static_assert(alignof(PCGBlueprintHelpers_RefreshPCGRuntimeComponent) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_RefreshPCGRuntimeComponent"); \ +static_assert(sizeof(PCGBlueprintHelpers_RefreshPCGRuntimeComponent) == 0x000010, "Wrong size on PCGBlueprintHelpers_RefreshPCGRuntimeComponent"); \ +static_assert(offsetof(PCGBlueprintHelpers_RefreshPCGRuntimeComponent, InComponent) == 0x000000, "Member 'PCGBlueprintHelpers_RefreshPCGRuntimeComponent::InComponent' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_RefreshPCGRuntimeComponent, bFlushCache) == 0x000008, "Member 'PCGBlueprintHelpers_RefreshPCGRuntimeComponent::bFlushCache' 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_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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetBoolParameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetByteParameter::GraphInterface' 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_GetClassParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetClassParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetClassParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetClassParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_GetClassParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetClassParameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetClassParameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetClassParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetClassParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetClassParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetClassParameter::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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetDoubleParameter::GraphInterface' 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_GetEnumParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetEnumParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetEnumParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetEnumParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_GetEnumParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetEnumParameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetEnumParameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetEnumParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetEnumParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetEnumParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetEnumParameter::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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetFloatParameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetInt32Parameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetInt64Parameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetNameParameter::GraphInterface' 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_GetObjectParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetObjectParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetObjectParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetObjectParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_GetObjectParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetObjectParameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetObjectParameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetObjectParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetObjectParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetObjectParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetObjectParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetQuaternionParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetQuaternionParameter) == 0x000010, "Wrong alignment on PCGGraphParametersHelpers_GetQuaternionParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetQuaternionParameter) == 0x000030, "Wrong size on PCGGraphParametersHelpers_GetQuaternionParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetQuaternionParameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetQuaternionParameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetQuaternionParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetQuaternionParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetQuaternionParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetQuaternionParameter::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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetRotatorParameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetSoftClassParameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetSoftObjectParameter::GraphInterface' 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_GetSoftObjectPathParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetSoftObjectPathParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetSoftObjectPathParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetSoftObjectPathParameter) == 0x000030, "Wrong size on PCGGraphParametersHelpers_GetSoftObjectPathParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetSoftObjectPathParameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetSoftObjectPathParameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetSoftObjectPathParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetSoftObjectPathParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetSoftObjectPathParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetSoftObjectPathParameter::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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetStringParameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetTransformParameter::GraphInterface' 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_GetVector2DParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetVector2DParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetVector2DParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetVector2DParameter) == 0x000020, "Wrong size on PCGGraphParametersHelpers_GetVector2DParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetVector2DParameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetVector2DParameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetVector2DParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetVector2DParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetVector2DParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetVector2DParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetVector4Parameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetVector4Parameter) == 0x000010, "Wrong alignment on PCGGraphParametersHelpers_GetVector4Parameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetVector4Parameter) == 0x000030, "Wrong size on PCGGraphParametersHelpers_GetVector4Parameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetVector4Parameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetVector4Parameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetVector4Parameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetVector4Parameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetVector4Parameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetVector4Parameter::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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_GetVectorParameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_IsOverridden::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetBoolParameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetByteParameter::GraphInterface' 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_SetClassParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetClassParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetClassParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetClassParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_SetClassParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetClassParameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetClassParameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetClassParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetClassParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetClassParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetClassParameter::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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetDoubleParameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetEnumParameter::GraphInterface' 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, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetEnumParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetEnumParameter, Enum) == 0x000018, "Member 'PCGGraphParametersHelpers_SetEnumParameter::Enum' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetFloatParameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetInt32Parameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetInt64Parameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetNameParameter::GraphInterface' 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_SetObjectParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetObjectParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetObjectParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetObjectParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_SetObjectParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetObjectParameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetObjectParameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetObjectParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetObjectParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetObjectParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetObjectParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetQuaternionParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetQuaternionParameter) == 0x000010, "Wrong alignment on PCGGraphParametersHelpers_SetQuaternionParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetQuaternionParameter) == 0x000030, "Wrong size on PCGGraphParametersHelpers_SetQuaternionParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetQuaternionParameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetQuaternionParameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetQuaternionParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetQuaternionParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetQuaternionParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetQuaternionParameter::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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetRotatorParameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetSoftClassParameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetSoftObjectParameter::GraphInterface' 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_SetSoftObjectPathParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetSoftObjectPathParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetSoftObjectPathParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetSoftObjectPathParameter) == 0x000030, "Wrong size on PCGGraphParametersHelpers_SetSoftObjectPathParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetSoftObjectPathParameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetSoftObjectPathParameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetSoftObjectPathParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetSoftObjectPathParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetSoftObjectPathParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetSoftObjectPathParameter::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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetStringParameter::GraphInterface' 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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetTransformParameter::GraphInterface' 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_SetVector2DParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetVector2DParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetVector2DParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetVector2DParameter) == 0x000020, "Wrong size on PCGGraphParametersHelpers_SetVector2DParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetVector2DParameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetVector2DParameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetVector2DParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetVector2DParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetVector2DParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetVector2DParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetVector4Parameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetVector4Parameter) == 0x000010, "Wrong alignment on PCGGraphParametersHelpers_SetVector4Parameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetVector4Parameter) == 0x000030, "Wrong size on PCGGraphParametersHelpers_SetVector4Parameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetVector4Parameter, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetVector4Parameter::GraphInterface' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetVector4Parameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetVector4Parameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetVector4Parameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetVector4Parameter::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, GraphInterface) == 0x000000, "Member 'PCGGraphParametersHelpers_SetVectorParameter::GraphInterface' 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_PCGFunctionPrototypes_PrototypeWithPointAndMetadata \ +static_assert(alignof(PCGFunctionPrototypes_PrototypeWithPointAndMetadata) == 0x000010, "Wrong alignment on PCGFunctionPrototypes_PrototypeWithPointAndMetadata"); \ +static_assert(sizeof(PCGFunctionPrototypes_PrototypeWithPointAndMetadata) == 0x0000E0, "Wrong size on PCGFunctionPrototypes_PrototypeWithPointAndMetadata"); \ +static_assert(offsetof(PCGFunctionPrototypes_PrototypeWithPointAndMetadata, Point) == 0x000000, "Member 'PCGFunctionPrototypes_PrototypeWithPointAndMetadata::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGFunctionPrototypes_PrototypeWithPointAndMetadata, MetaData) == 0x0000D0, "Member 'PCGFunctionPrototypes_PrototypeWithPointAndMetadata::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGFunctionPrototypes \ +static_assert(alignof(UPCGFunctionPrototypes) == 0x000008, "Wrong alignment on UPCGFunctionPrototypes"); \ +static_assert(sizeof(UPCGFunctionPrototypes) == 0x000028, "Wrong size on UPCGFunctionPrototypes"); \ + +#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) == 0x0002D0, "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) == 0x0002A0, "Member 'PCGInstanceDataPackerBase_PackCustomDataFromAttributes::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_PackCustomDataFromAttributes, AttributeNames) == 0x0002A8, "Member 'PCGInstanceDataPackerBase_PackCustomDataFromAttributes::AttributeNames' has a wrong offset!"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_PackCustomDataFromAttributes, OutPackedCustomData) == 0x0002B8, "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) == 0x000518, "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) == 0x000258, "Member 'PCGInstanceDataPackerBase_PackInstances::InSpatialData' has a wrong offset!"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_PackInstances, InstanceList) == 0x000260, "Member 'PCGInstanceDataPackerBase_PackInstances::InstanceList' has a wrong offset!"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_PackInstances, OutPackedCustomData) == 0x000500, "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, AttributeSelectors) == 0x000028, "Member 'UPCGInstanceDataPackerByAttribute::AttributeSelectors' 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_PCGSkinnedMeshInstanceDataPackerBase_AddTypeToPacking \ +static_assert(alignof(PCGSkinnedMeshInstanceDataPackerBase_AddTypeToPacking) == 0x000008, "Wrong alignment on PCGSkinnedMeshInstanceDataPackerBase_AddTypeToPacking"); \ +static_assert(sizeof(PCGSkinnedMeshInstanceDataPackerBase_AddTypeToPacking) == 0x000028, "Wrong size on PCGSkinnedMeshInstanceDataPackerBase_AddTypeToPacking"); \ +static_assert(offsetof(PCGSkinnedMeshInstanceDataPackerBase_AddTypeToPacking, TypeID) == 0x000000, "Member 'PCGSkinnedMeshInstanceDataPackerBase_AddTypeToPacking::TypeID' has a wrong offset!"); \ +static_assert(offsetof(PCGSkinnedMeshInstanceDataPackerBase_AddTypeToPacking, OutPackedCustomData) == 0x000008, "Member 'PCGSkinnedMeshInstanceDataPackerBase_AddTypeToPacking::OutPackedCustomData' has a wrong offset!"); \ +static_assert(offsetof(PCGSkinnedMeshInstanceDataPackerBase_AddTypeToPacking, ReturnValue) == 0x000020, "Member 'PCGSkinnedMeshInstanceDataPackerBase_AddTypeToPacking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes \ +static_assert(alignof(PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes) == 0x000008, "Wrong alignment on PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes"); \ +static_assert(sizeof(PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes) == 0x000138, "Wrong size on PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes"); \ +static_assert(offsetof(PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes, InstanceList) == 0x000000, "Member 'PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes::InstanceList' has a wrong offset!"); \ +static_assert(offsetof(PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes, MetaData) == 0x000108, "Member 'PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes, AttributeNames) == 0x000110, "Member 'PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes::AttributeNames' has a wrong offset!"); \ +static_assert(offsetof(PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes, OutPackedCustomData) == 0x000120, "Member 'PCGSkinnedMeshInstanceDataPackerBase_PackCustomDataFromAttributes::OutPackedCustomData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSkinnedMeshInstanceDataPackerBase_PackInstances \ +static_assert(alignof(PCGSkinnedMeshInstanceDataPackerBase_PackInstances) == 0x000008, "Wrong alignment on PCGSkinnedMeshInstanceDataPackerBase_PackInstances"); \ +static_assert(sizeof(PCGSkinnedMeshInstanceDataPackerBase_PackInstances) == 0x000380, "Wrong size on PCGSkinnedMeshInstanceDataPackerBase_PackInstances"); \ +static_assert(offsetof(PCGSkinnedMeshInstanceDataPackerBase_PackInstances, Context) == 0x000000, "Member 'PCGSkinnedMeshInstanceDataPackerBase_PackInstances::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGSkinnedMeshInstanceDataPackerBase_PackInstances, InSpatialData) == 0x000258, "Member 'PCGSkinnedMeshInstanceDataPackerBase_PackInstances::InSpatialData' has a wrong offset!"); \ +static_assert(offsetof(PCGSkinnedMeshInstanceDataPackerBase_PackInstances, InstanceList) == 0x000260, "Member 'PCGSkinnedMeshInstanceDataPackerBase_PackInstances::InstanceList' has a wrong offset!"); \ +static_assert(offsetof(PCGSkinnedMeshInstanceDataPackerBase_PackInstances, OutPackedCustomData) == 0x000368, "Member 'PCGSkinnedMeshInstanceDataPackerBase_PackInstances::OutPackedCustomData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSkinnedMeshInstanceDataPackerBase \ +static_assert(alignof(UPCGSkinnedMeshInstanceDataPackerBase) == 0x000008, "Wrong alignment on UPCGSkinnedMeshInstanceDataPackerBase"); \ +static_assert(sizeof(UPCGSkinnedMeshInstanceDataPackerBase) == 0x000028, "Wrong size on UPCGSkinnedMeshInstanceDataPackerBase"); \ + +#define DUMPER7_ASSERTS_UPCGSkinnedMeshInstanceDataPackerByAttribute \ +static_assert(alignof(UPCGSkinnedMeshInstanceDataPackerByAttribute) == 0x000008, "Wrong alignment on UPCGSkinnedMeshInstanceDataPackerByAttribute"); \ +static_assert(sizeof(UPCGSkinnedMeshInstanceDataPackerByAttribute) == 0x000038, "Wrong size on UPCGSkinnedMeshInstanceDataPackerByAttribute"); \ +static_assert(offsetof(UPCGSkinnedMeshInstanceDataPackerByAttribute, AttributeSelectors) == 0x000028, "Member 'UPCGSkinnedMeshInstanceDataPackerByAttribute::AttributeSelectors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSkinnedMeshInstanceDataPackerByRegex \ +static_assert(alignof(UPCGSkinnedMeshInstanceDataPackerByRegex) == 0x000008, "Wrong alignment on UPCGSkinnedMeshInstanceDataPackerByRegex"); \ +static_assert(sizeof(UPCGSkinnedMeshInstanceDataPackerByRegex) == 0x000038, "Wrong size on UPCGSkinnedMeshInstanceDataPackerByRegex"); \ +static_assert(offsetof(UPCGSkinnedMeshInstanceDataPackerByRegex, RegexPatterns) == 0x000028, "Member 'UPCGSkinnedMeshInstanceDataPackerByRegex::RegexPatterns' 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) == 0x000270, "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) == 0x000258, "Member 'PCGMatchAndSetBase_MatchAndSet::InSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGMatchAndSetBase_MatchAndSet, InPointData) == 0x000260, "Member 'PCGMatchAndSetBase_MatchAndSet::InPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGMatchAndSetBase_MatchAndSet, OutPointData) == 0x000268, "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_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) == 0x0002B8, "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) == 0x0002A0, "Member 'UPCGMeshSelectorByAttribute::bUseAttributeMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorByAttribute, MaterialOverrideAttributes) == 0x0002A8, "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_UPCGSkinnedMeshSelector \ +static_assert(alignof(UPCGSkinnedMeshSelector) == 0x000008, "Wrong alignment on UPCGSkinnedMeshSelector"); \ +static_assert(sizeof(UPCGSkinnedMeshSelector) == 0x000158, "Wrong size on UPCGSkinnedMeshSelector"); \ +static_assert(offsetof(UPCGSkinnedMeshSelector, MeshAttribute) == 0x000028, "Member 'UPCGSkinnedMeshSelector::MeshAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSelector, TemplateDescriptor) == 0x000068, "Member 'UPCGSkinnedMeshSelector::TemplateDescriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSelector, bUseAttributeMaterialOverrides) == 0x000140, "Member 'UPCGSkinnedMeshSelector::bUseAttributeMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGSkinnedMeshSelector, MaterialOverrideAttributes) == 0x000148, "Member 'UPCGSkinnedMeshSelector::MaterialOverrideAttributes' 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) == 0x000088, "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) == 0x000040, "Member 'PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast, ReturnValue) == 0x000048, "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) == 0x0000C8, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource, OutputSelector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource::OutputSelector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource, InputSelector) == 0x000040, "Member 'PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource::InputSelector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource, InOptionalData) == 0x000080, "Member 'PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource::InOptionalData' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource, ReturnValue) == 0x000088, "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) == 0x000048, "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) == 0x000040, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetAttributeName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_GetDomainName \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_GetDomainName) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_GetDomainName"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_GetDomainName) == 0x000048, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_GetDomainName"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetDomainName, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetDomainName::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetDomainName, ReturnValue) == 0x000040, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetDomainName::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) == 0x000050, "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) == 0x000040, "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) == 0x000048, "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) == 0x000040, "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) == 0x000048, "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) == 0x000040, "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) == 0x000048, "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) == 0x000040, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetPointProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_GetPropertyName \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_GetPropertyName) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_GetPropertyName"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_GetPropertyName) == 0x000048, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_GetPropertyName"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetPropertyName, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetPropertyName::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetPropertyName, ReturnValue) == 0x000040, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetPropertyName::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) == 0x000048, "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) == 0x000040, "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) == 0x000050, "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) == 0x000040, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName::InAttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName, bResetExtraNames) == 0x000048, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName::bResetExtraNames' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName, ReturnValue) == 0x000049, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_SetDomainName \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_SetDomainName) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_SetDomainName"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_SetDomainName) == 0x000050, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_SetDomainName"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetDomainName, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetDomainName::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetDomainName, InDomainName) == 0x000040, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetDomainName::InDomainName' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetDomainName, bResetExtraNames) == 0x000048, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetDomainName::bResetExtraNames' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetDomainName, ReturnValue) == 0x000049, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetDomainName::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) == 0x000048, "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) == 0x000040, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty::InExtraProperty' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty, bResetExtraNames) == 0x000041, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty::bResetExtraNames' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty, ReturnValue) == 0x000042, "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) == 0x000048, "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) == 0x000040, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty::InPointProperty' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty, bResetExtraNames) == 0x000041, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty::bResetExtraNames' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty, ReturnValue) == 0x000042, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName) == 0x000050, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName, InPropertyName) == 0x000040, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName::InPropertyName' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName, bResetExtraNames) == 0x000048, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName::bResetExtraNames' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName, ReturnValue) == 0x000049, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetPropertyName::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_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_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!"); \ +static_assert(offsetof(PCGMetadata_AddAttributesFiltered, InMatchOperator) == 0x000059, "Member 'PCGMetadata_AddAttributesFiltered::InMatchOperator' 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_BP_AddAttribute \ +static_assert(alignof(PCGMetadata_BP_AddAttribute) == 0x000008, "Wrong alignment on PCGMetadata_BP_AddAttribute"); \ +static_assert(sizeof(PCGMetadata_BP_AddAttribute) == 0x000010, "Wrong size on PCGMetadata_BP_AddAttribute"); \ +static_assert(offsetof(PCGMetadata_BP_AddAttribute, InOther) == 0x000000, "Member 'PCGMetadata_BP_AddAttribute::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_BP_AddAttribute, AttributeName) == 0x000008, "Member 'PCGMetadata_BP_AddAttribute::AttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_BP_ClearAttribute \ +static_assert(alignof(PCGMetadata_BP_ClearAttribute) == 0x000004, "Wrong alignment on PCGMetadata_BP_ClearAttribute"); \ +static_assert(sizeof(PCGMetadata_BP_ClearAttribute) == 0x000008, "Wrong size on PCGMetadata_BP_ClearAttribute"); \ +static_assert(offsetof(PCGMetadata_BP_ClearAttribute, AttributeToClear) == 0x000000, "Member 'PCGMetadata_BP_ClearAttribute::AttributeToClear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_BP_CopyAttribute \ +static_assert(alignof(PCGMetadata_BP_CopyAttribute) == 0x000008, "Wrong alignment on PCGMetadata_BP_CopyAttribute"); \ +static_assert(sizeof(PCGMetadata_BP_CopyAttribute) == 0x000018, "Wrong size on PCGMetadata_BP_CopyAttribute"); \ +static_assert(offsetof(PCGMetadata_BP_CopyAttribute, InOther) == 0x000000, "Member 'PCGMetadata_BP_CopyAttribute::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_BP_CopyAttribute, AttributeToCopy) == 0x000008, "Member 'PCGMetadata_BP_CopyAttribute::AttributeToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_BP_CopyAttribute, NewAttributeName) == 0x000010, "Member 'PCGMetadata_BP_CopyAttribute::NewAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_BP_CopyExistingAttribute \ +static_assert(alignof(PCGMetadata_BP_CopyExistingAttribute) == 0x000004, "Wrong alignment on PCGMetadata_BP_CopyExistingAttribute"); \ +static_assert(sizeof(PCGMetadata_BP_CopyExistingAttribute) == 0x000014, "Wrong size on PCGMetadata_BP_CopyExistingAttribute"); \ +static_assert(offsetof(PCGMetadata_BP_CopyExistingAttribute, AttributeToCopy) == 0x000000, "Member 'PCGMetadata_BP_CopyExistingAttribute::AttributeToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_BP_CopyExistingAttribute, NewAttributeName) == 0x000008, "Member 'PCGMetadata_BP_CopyExistingAttribute::NewAttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_BP_CopyExistingAttribute, bKeepParent) == 0x000010, "Member 'PCGMetadata_BP_CopyExistingAttribute::bKeepParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_BP_CopyExistingAttribute, ReturnValue) == 0x000011, "Member 'PCGMetadata_BP_CopyExistingAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_BP_DeleteAttribute \ +static_assert(alignof(PCGMetadata_BP_DeleteAttribute) == 0x000004, "Wrong alignment on PCGMetadata_BP_DeleteAttribute"); \ +static_assert(sizeof(PCGMetadata_BP_DeleteAttribute) == 0x000008, "Wrong size on PCGMetadata_BP_DeleteAttribute"); \ +static_assert(offsetof(PCGMetadata_BP_DeleteAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_BP_DeleteAttribute::AttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_BP_RenameAttribute \ +static_assert(alignof(PCGMetadata_BP_RenameAttribute) == 0x000004, "Wrong alignment on PCGMetadata_BP_RenameAttribute"); \ +static_assert(sizeof(PCGMetadata_BP_RenameAttribute) == 0x000014, "Wrong size on PCGMetadata_BP_RenameAttribute"); \ +static_assert(offsetof(PCGMetadata_BP_RenameAttribute, AttributeToRename) == 0x000000, "Member 'PCGMetadata_BP_RenameAttribute::AttributeToRename' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_BP_RenameAttribute, NewAttributeName) == 0x000008, "Member 'PCGMetadata_BP_RenameAttribute::NewAttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_BP_RenameAttribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_BP_RenameAttribute::ReturnValue' 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_CreateBoolAttribute \ +static_assert(alignof(PCGMetadata_CreateBoolAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateBoolAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateBoolAttribute) == 0x000018, "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!"); \ +static_assert(offsetof(PCGMetadata_CreateBoolAttribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_CreateBoolAttribute::ReturnValue' 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) == 0x000020, "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!"); \ +static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, ReturnValue) == 0x000018, "Member 'PCGMetadata_CreateDoubleAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateFloatAttribute \ +static_assert(alignof(PCGMetadata_CreateFloatAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateFloatAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateFloatAttribute) == 0x000018, "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!"); \ +static_assert(offsetof(PCGMetadata_CreateFloatAttribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_CreateFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateInteger32Attribute \ +static_assert(alignof(PCGMetadata_CreateInteger32Attribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateInteger32Attribute"); \ +static_assert(sizeof(PCGMetadata_CreateInteger32Attribute) == 0x000018, "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!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_CreateInteger32Attribute::ReturnValue' 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) == 0x000020, "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!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, ReturnValue) == 0x000018, "Member 'PCGMetadata_CreateInteger64Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateNameAttribute \ +static_assert(alignof(PCGMetadata_CreateNameAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateNameAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateNameAttribute) == 0x000020, "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!"); \ +static_assert(offsetof(PCGMetadata_CreateNameAttribute, ReturnValue) == 0x000018, "Member 'PCGMetadata_CreateNameAttribute::ReturnValue' 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!"); \ +static_assert(offsetof(PCGMetadata_CreateQuatAttribute, ReturnValue) == 0x000038, "Member 'PCGMetadata_CreateQuatAttribute::ReturnValue' 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) == 0x000030, "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!"); \ +static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, ReturnValue) == 0x000028, "Member 'PCGMetadata_CreateRotatorAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateSoftClassPathAttribute \ +static_assert(alignof(PCGMetadata_CreateSoftClassPathAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateSoftClassPathAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateSoftClassPathAttribute) == 0x000038, "Wrong size on PCGMetadata_CreateSoftClassPathAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateSoftClassPathAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateSoftClassPathAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, bAllowsInterpolation) == 0x000028, "Member 'PCGMetadata_CreateSoftClassPathAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, bOverrideParent) == 0x000029, "Member 'PCGMetadata_CreateSoftClassPathAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftClassPathAttribute, ReturnValue) == 0x000030, "Member 'PCGMetadata_CreateSoftClassPathAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateSoftObjectPathAttribute \ +static_assert(alignof(PCGMetadata_CreateSoftObjectPathAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateSoftObjectPathAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateSoftObjectPathAttribute) == 0x000038, "Wrong size on PCGMetadata_CreateSoftObjectPathAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, bAllowsInterpolation) == 0x000028, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, bOverrideParent) == 0x000029, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::bOverrideParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateSoftObjectPathAttribute, ReturnValue) == 0x000030, "Member 'PCGMetadata_CreateSoftObjectPathAttribute::ReturnValue' 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) == 0x000028, "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!"); \ +static_assert(offsetof(PCGMetadata_CreateStringAttribute, ReturnValue) == 0x000020, "Member 'PCGMetadata_CreateStringAttribute::ReturnValue' 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!"); \ +static_assert(offsetof(PCGMetadata_CreateTransformAttribute, ReturnValue) == 0x000078, "Member 'PCGMetadata_CreateTransformAttribute::ReturnValue' 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) == 0x000028, "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!"); \ +static_assert(offsetof(PCGMetadata_CreateVector2Attribute, ReturnValue) == 0x000020, "Member 'PCGMetadata_CreateVector2Attribute::ReturnValue' 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!"); \ +static_assert(offsetof(PCGMetadata_CreateVector4Attribute, ReturnValue) == 0x000038, "Member 'PCGMetadata_CreateVector4Attribute::ReturnValue' 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) == 0x000030, "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!"); \ +static_assert(offsetof(PCGMetadata_CreateVectorAttribute, ReturnValue) == 0x000028, "Member 'PCGMetadata_CreateVectorAttribute::ReturnValue' 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_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!"); \ +static_assert(offsetof(PCGMetadata_InitializeWithAttributeFilter, InMatchOperator) == 0x000059, "Member 'PCGMetadata_InitializeWithAttributeFilter::InMatchOperator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_K2_InitializeAsCopy \ +static_assert(alignof(PCGMetadata_K2_InitializeAsCopy) == 0x000008, "Wrong alignment on PCGMetadata_K2_InitializeAsCopy"); \ +static_assert(sizeof(PCGMetadata_K2_InitializeAsCopy) == 0x000018, "Wrong size on PCGMetadata_K2_InitializeAsCopy"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopy, InMetadataToCopy) == 0x000000, "Member 'PCGMetadata_K2_InitializeAsCopy::InMetadataToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopy, InOptionalEntriesToCopy) == 0x000008, "Member 'PCGMetadata_K2_InitializeAsCopy::InOptionalEntriesToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_K2_InitializeAsCopyWithAttributeFilter \ +static_assert(alignof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter) == 0x000008, "Wrong alignment on PCGMetadata_K2_InitializeAsCopyWithAttributeFilter"); \ +static_assert(sizeof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter) == 0x000070, "Wrong size on PCGMetadata_K2_InitializeAsCopyWithAttributeFilter"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InMetadataToCopy) == 0x000000, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InMetadataToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InFilteredAttributes) == 0x000008, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InFilteredAttributes' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InOptionalEntriesToCopy) == 0x000058, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InOptionalEntriesToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InFilterMode) == 0x000068, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InFilterMode' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_K2_InitializeAsCopyWithAttributeFilter, InMatchOperator) == 0x000069, "Member 'PCGMetadata_K2_InitializeAsCopyWithAttributeFilter::InMatchOperator' 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_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_BP_HasAttribute \ +static_assert(alignof(PCGMetadata_BP_HasAttribute) == 0x000004, "Wrong alignment on PCGMetadata_BP_HasAttribute"); \ +static_assert(sizeof(PCGMetadata_BP_HasAttribute) == 0x00000C, "Wrong size on PCGMetadata_BP_HasAttribute"); \ +static_assert(offsetof(PCGMetadata_BP_HasAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_BP_HasAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_BP_HasAttribute, ReturnValue) == 0x000008, "Member 'PCGMetadata_BP_HasAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_GetAttributeCount \ +static_assert(alignof(PCGMetadata_GetAttributeCount) == 0x000004, "Wrong alignment on PCGMetadata_GetAttributeCount"); \ +static_assert(sizeof(PCGMetadata_GetAttributeCount) == 0x000004, "Wrong size on PCGMetadata_GetAttributeCount"); \ +static_assert(offsetof(PCGMetadata_GetAttributeCount, ReturnValue) == 0x000000, "Member 'PCGMetadata_GetAttributeCount::ReturnValue' 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_GetItemCountForChild \ +static_assert(alignof(PCGMetadata_GetItemCountForChild) == 0x000008, "Wrong alignment on PCGMetadata_GetItemCountForChild"); \ +static_assert(sizeof(PCGMetadata_GetItemCountForChild) == 0x000008, "Wrong size on PCGMetadata_GetItemCountForChild"); \ +static_assert(offsetof(PCGMetadata_GetItemCountForChild, ReturnValue) == 0x000000, "Member 'PCGMetadata_GetItemCountForChild::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) == 0x0000E8, "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_GetSoftClassPathAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetSoftClassPathAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetSoftClassPathAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetSoftClassPathAttribute) == 0x000100, "Wrong size on PCGMetadataAccessorHelpers_GetSoftClassPathAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftClassPathAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetSoftClassPathAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftClassPathAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetSoftClassPathAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftClassPathAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetSoftClassPathAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftClassPathAttribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetSoftClassPathAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey) == 0x000038, "Wrong size on PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey, ReturnValue) == 0x000018, "Member 'PCGMetadataAccessorHelpers_GetSoftClassPathAttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute) == 0x000100, "Wrong size on PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetSoftObjectPathAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey) == 0x000038, "Wrong size on PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey, ReturnValue) == 0x000018, "Member 'PCGMetadataAccessorHelpers_GetSoftObjectPathAttributeByMetadataKey::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_SetSoftClassPathAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetSoftClassPathAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetSoftClassPathAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetSoftClassPathAttribute) == 0x000100, "Wrong size on PCGMetadataAccessorHelpers_SetSoftClassPathAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftClassPathAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetSoftClassPathAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftClassPathAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetSoftClassPathAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftClassPathAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetSoftClassPathAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftClassPathAttribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetSoftClassPathAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey) == 0x000038, "Wrong size on PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey, Value) == 0x000018, "Member 'PCGMetadataAccessorHelpers_SetSoftClassPathAttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute) == 0x000100, "Wrong size on PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetSoftObjectPathAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey) == 0x000038, "Wrong size on PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey, Value) == 0x000018, "Member 'PCGMetadataAccessorHelpers_SetSoftObjectPathAttributeByMetadataKey::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_PCGAssetExporterUtils_CreateAsset \ +static_assert(alignof(PCGAssetExporterUtils_CreateAsset) == 0x000008, "Wrong alignment on PCGAssetExporterUtils_CreateAsset"); \ +static_assert(sizeof(PCGAssetExporterUtils_CreateAsset) == 0x000040, "Wrong size on PCGAssetExporterUtils_CreateAsset"); \ +static_assert(offsetof(PCGAssetExporterUtils_CreateAsset, Exporter) == 0x000000, "Member 'PCGAssetExporterUtils_CreateAsset::Exporter' has a wrong offset!"); \ +static_assert(offsetof(PCGAssetExporterUtils_CreateAsset, Parameters) == 0x000008, "Member 'PCGAssetExporterUtils_CreateAsset::Parameters' has a wrong offset!"); \ +static_assert(offsetof(PCGAssetExporterUtils_CreateAsset, ReturnValue) == 0x000038, "Member 'PCGAssetExporterUtils_CreateAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAssetExporterUtils_UpdateAssets \ +static_assert(alignof(PCGAssetExporterUtils_UpdateAssets) == 0x000008, "Wrong alignment on PCGAssetExporterUtils_UpdateAssets"); \ +static_assert(sizeof(PCGAssetExporterUtils_UpdateAssets) == 0x000040, "Wrong size on PCGAssetExporterUtils_UpdateAssets"); \ +static_assert(offsetof(PCGAssetExporterUtils_UpdateAssets, PCGAssets) == 0x000000, "Member 'PCGAssetExporterUtils_UpdateAssets::PCGAssets' has a wrong offset!"); \ +static_assert(offsetof(PCGAssetExporterUtils_UpdateAssets, Parameters) == 0x000010, "Member 'PCGAssetExporterUtils_UpdateAssets::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAssetExporterUtils \ +static_assert(alignof(UPCGAssetExporterUtils) == 0x000008, "Wrong alignment on UPCGAssetExporterUtils"); \ +static_assert(sizeof(UPCGAssetExporterUtils) == 0x000028, "Wrong size on UPCGAssetExporterUtils"); \ + +#define DUMPER7_ASSERTS_PCGComponent_AddActorsToManagedResources \ +static_assert(alignof(PCGComponent_AddActorsToManagedResources) == 0x000008, "Wrong alignment on PCGComponent_AddActorsToManagedResources"); \ +static_assert(sizeof(PCGComponent_AddActorsToManagedResources) == 0x000010, "Wrong size on PCGComponent_AddActorsToManagedResources"); \ +static_assert(offsetof(PCGComponent_AddActorsToManagedResources, InActors) == 0x000000, "Member 'PCGComponent_AddActorsToManagedResources::InActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_AddComponentsToManagedResources \ +static_assert(alignof(PCGComponent_AddComponentsToManagedResources) == 0x000008, "Wrong alignment on PCGComponent_AddComponentsToManagedResources"); \ +static_assert(sizeof(PCGComponent_AddComponentsToManagedResources) == 0x000010, "Wrong size on PCGComponent_AddComponentsToManagedResources"); \ +static_assert(offsetof(PCGComponent_AddComponentsToManagedResources, InComponents) == 0x000000, "Member 'PCGComponent_AddComponentsToManagedResources::InComponents' 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) == 0x000001, "Wrong size on PCGComponent_Cleanup"); \ +static_assert(offsetof(PCGComponent_Cleanup, bRemoveComponents) == 0x000000, "Member 'PCGComponent_Cleanup::bRemoveComponents' 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) == 0x000001, "Wrong size on PCGComponent_CleanupLocal"); \ +static_assert(offsetof(PCGComponent_CleanupLocal, bRemoveComponents) == 0x000000, "Member 'PCGComponent_CleanupLocal::bRemoveComponents' 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_SetEditingMode \ +static_assert(alignof(PCGComponent_SetEditingMode) == 0x000001, "Wrong alignment on PCGComponent_SetEditingMode"); \ +static_assert(sizeof(PCGComponent_SetEditingMode) == 0x000002, "Wrong size on PCGComponent_SetEditingMode"); \ +static_assert(offsetof(PCGComponent_SetEditingMode, InEditingMode) == 0x000000, "Member 'PCGComponent_SetEditingMode::InEditingMode' has a wrong offset!"); \ +static_assert(offsetof(PCGComponent_SetEditingMode, InSerializedEditingMode) == 0x000001, "Member 'PCGComponent_SetEditingMode::InSerializedEditingMode' 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_GetEditingMode \ +static_assert(alignof(PCGComponent_GetEditingMode) == 0x000001, "Wrong alignment on PCGComponent_GetEditingMode"); \ +static_assert(sizeof(PCGComponent_GetEditingMode) == 0x000001, "Wrong size on PCGComponent_GetEditingMode"); \ +static_assert(offsetof(PCGComponent_GetEditingMode, ReturnValue) == 0x000000, "Member 'PCGComponent_GetEditingMode::ReturnValue' 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) == 0x000030, "Wrong size on PCGComponent_GetGeneratedGraphOutput"); \ +static_assert(offsetof(PCGComponent_GetGeneratedGraphOutput, ReturnValue) == 0x000000, "Member 'PCGComponent_GetGeneratedGraphOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_GetSerializedEditingMode \ +static_assert(alignof(PCGComponent_GetSerializedEditingMode) == 0x000001, "Wrong alignment on PCGComponent_GetSerializedEditingMode"); \ +static_assert(sizeof(PCGComponent_GetSerializedEditingMode) == 0x000001, "Wrong size on PCGComponent_GetSerializedEditingMode"); \ +static_assert(offsetof(PCGComponent_GetSerializedEditingMode, ReturnValue) == 0x000000, "Member 'PCGComponent_GetSerializedEditingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGComponent \ +static_assert(alignof(UPCGComponent) == 0x000008, "Wrong alignment on UPCGComponent"); \ +static_assert(sizeof(UPCGComponent) == 0x000380, "Wrong size on UPCGComponent"); \ +static_assert(offsetof(UPCGComponent, Seed) == 0x0000C8, "Member 'UPCGComponent::Seed' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bActivated) == 0x0000CC, "Member 'UPCGComponent::bActivated' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bIsComponentPartitioned) == 0x0000CD, "Member 'UPCGComponent::bIsComponentPartitioned' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GenerationTrigger) == 0x0000CE, "Member 'UPCGComponent::GenerationTrigger' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bGenerateOnDropWhenTriggerOnDemand) == 0x0000CF, "Member 'UPCGComponent::bGenerateOnDropWhenTriggerOnDemand' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bOverrideGenerationRadii) == 0x0000D0, "Member 'UPCGComponent::bOverrideGenerationRadii' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GenerationRadii) == 0x0000D8, "Member 'UPCGComponent::GenerationRadii' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, SchedulingPolicyClass) == 0x000138, "Member 'UPCGComponent::SchedulingPolicyClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, SchedulingPolicy) == 0x000140, "Member 'UPCGComponent::SchedulingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, ToolDataContainer) == 0x000148, "Member 'UPCGComponent::ToolDataContainer' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, OnPCGGraphStartGeneratingExternal) == 0x0001C0, "Member 'UPCGComponent::OnPCGGraphStartGeneratingExternal' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, OnPCGGraphCancelledExternal) == 0x0001D0, "Member 'UPCGComponent::OnPCGGraphCancelledExternal' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, OnPCGGraphGeneratedExternal) == 0x0001E0, "Member 'UPCGComponent::OnPCGGraphGeneratedExternal' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, OnPCGGraphCleanedExternal) == 0x0001F0, "Member 'UPCGComponent::OnPCGGraphCleanedExternal' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bGenerated) == 0x000200, "Member 'UPCGComponent::bGenerated' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bRuntimeGenerated) == 0x000201, "Member 'UPCGComponent::bRuntimeGenerated' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, PostGenerateFunctionNames) == 0x000208, "Member 'UPCGComponent::PostGenerateFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GraphInstance) == 0x000218, "Member 'UPCGComponent::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GenerationGridSize) == 0x000220, "Member 'UPCGComponent::GenerationGridSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CurrentEditingMode) == 0x000224, "Member 'UPCGComponent::CurrentEditingMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, SerializedEditingMode) == 0x000225, "Member 'UPCGComponent::SerializedEditingMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, InputType) == 0x000228, "Member 'UPCGComponent::InputType' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bParseActorComponents) == 0x000229, "Member 'UPCGComponent::bParseActorComponents' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, RuntimeGridDescriptorHash) == 0x00022C, "Member 'UPCGComponent::RuntimeGridDescriptorHash' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedPCGData) == 0x000230, "Member 'UPCGComponent::CachedPCGData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedInputData) == 0x000238, "Member 'UPCGComponent::CachedInputData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedActorData) == 0x000240, "Member 'UPCGComponent::CachedActorData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedLandscapeData) == 0x000248, "Member 'UPCGComponent::CachedLandscapeData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedLandscapeHeightData) == 0x000250, "Member 'UPCGComponent::CachedLandscapeHeightData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GeneratedResources) == 0x000258, "Member 'UPCGComponent::GeneratedResources' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, LastGeneratedBounds) == 0x000270, "Member 'UPCGComponent::LastGeneratedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GeneratedGraphOutput) == 0x0002A8, "Member 'UPCGComponent::GeneratedGraphOutput' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, PerPinGeneratedOutput) == 0x0002D8, "Member 'UPCGComponent::PerPinGeneratedOutput' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bIsComponentLocal) == 0x000340, "Member 'UPCGComponent::bIsComponentLocal' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bProceduralInstancesInUse) == 0x000341, "Member 'UPCGComponent::bProceduralInstancesInUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_AddToCollection \ +static_assert(alignof(PCGDataFunctionLibrary_AddToCollection) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_AddToCollection"); \ +static_assert(sizeof(PCGDataFunctionLibrary_AddToCollection) == 0x000050, "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) == 0x000030, "Member 'PCGDataFunctionLibrary_AddToCollection::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_AddToCollection, InPinLabel) == 0x000038, "Member 'PCGDataFunctionLibrary_AddToCollection::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_AddToCollection, InTags) == 0x000040, "Member 'PCGDataFunctionLibrary_AddToCollection::InTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_BreakTaggedData \ +static_assert(alignof(PCGDataFunctionLibrary_BreakTaggedData) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_BreakTaggedData"); \ +static_assert(sizeof(PCGDataFunctionLibrary_BreakTaggedData) == 0x0000D8, "Wrong size on PCGDataFunctionLibrary_BreakTaggedData"); \ +static_assert(offsetof(PCGDataFunctionLibrary_BreakTaggedData, TaggedData) == 0x000000, "Member 'PCGDataFunctionLibrary_BreakTaggedData::TaggedData' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_BreakTaggedData, Data) == 0x000070, "Member 'PCGDataFunctionLibrary_BreakTaggedData::Data' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_BreakTaggedData, Tags) == 0x000078, "Member 'PCGDataFunctionLibrary_BreakTaggedData::Tags' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_BreakTaggedData, Pin) == 0x0000C8, "Member 'PCGDataFunctionLibrary_BreakTaggedData::Pin' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_BreakTaggedData, bIsUsedMultipleTimes) == 0x0000D0, "Member 'PCGDataFunctionLibrary_BreakTaggedData::bIsUsedMultipleTimes' 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) == 0x000040, "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) == 0x000030, "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) == 0x000040, "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) == 0x000030, "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) == 0x000048, "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) == 0x000030, "Member 'PCGDataFunctionLibrary_GetInputsByPinLabel::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetInputsByPinLabel, ReturnValue) == 0x000038, "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) == 0x000050, "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) == 0x000030, "Member 'PCGDataFunctionLibrary_GetInputsByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetInputsByTag, ReturnValue) == 0x000040, "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) == 0x000040, "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) == 0x000030, "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) == 0x000048, "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) == 0x000030, "Member 'PCGDataFunctionLibrary_GetParamsByPinLabel::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetParamsByPinLabel, ReturnValue) == 0x000038, "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) == 0x000050, "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) == 0x000030, "Member 'PCGDataFunctionLibrary_GetParamsByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetParamsByTag, ReturnValue) == 0x000040, "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) == 0x000058, "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) == 0x000030, "Member 'PCGDataFunctionLibrary_GetTypedInputs::OutTaggedData' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputs, InDataTypeClass) == 0x000040, "Member 'PCGDataFunctionLibrary_GetTypedInputs::InDataTypeClass' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputs, ReturnValue) == 0x000048, "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) == 0x000088, "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) == 0x000030, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPin::InPin' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPin, OutTaggedData) == 0x000060, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPin::OutTaggedData' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPin, InDataTypeClass) == 0x000070, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPin::InDataTypeClass' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPin, ReturnValue) == 0x000078, "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) == 0x000060, "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) == 0x000030, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPinLabel::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPinLabel, OutTaggedData) == 0x000038, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPinLabel::OutTaggedData' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPinLabel, InDataTypeClass) == 0x000048, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPinLabel::InDataTypeClass' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPinLabel, ReturnValue) == 0x000050, "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) == 0x000068, "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) == 0x000030, "Member 'PCGDataFunctionLibrary_GetTypedInputsByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByTag, OutTaggedData) == 0x000040, "Member 'PCGDataFunctionLibrary_GetTypedInputsByTag::OutTaggedData' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByTag, InDataTypeClass) == 0x000050, "Member 'PCGDataFunctionLibrary_GetTypedInputsByTag::InDataTypeClass' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByTag, ReturnValue) == 0x000058, "Member 'PCGDataFunctionLibrary_GetTypedInputsByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_MakeTaggedData \ +static_assert(alignof(PCGDataFunctionLibrary_MakeTaggedData) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_MakeTaggedData"); \ +static_assert(sizeof(PCGDataFunctionLibrary_MakeTaggedData) == 0x0000D0, "Wrong size on PCGDataFunctionLibrary_MakeTaggedData"); \ +static_assert(offsetof(PCGDataFunctionLibrary_MakeTaggedData, Data) == 0x000000, "Member 'PCGDataFunctionLibrary_MakeTaggedData::Data' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_MakeTaggedData, Tags) == 0x000008, "Member 'PCGDataFunctionLibrary_MakeTaggedData::Tags' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_MakeTaggedData, Pin) == 0x000058, "Member 'PCGDataFunctionLibrary_MakeTaggedData::Pin' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_MakeTaggedData, ReturnValue) == 0x000060, "Member 'PCGDataFunctionLibrary_MakeTaggedData::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_UPCGManagedDebugDrawComponent \ +static_assert(alignof(UPCGManagedDebugDrawComponent) == 0x000008, "Wrong alignment on UPCGManagedDebugDrawComponent"); \ +static_assert(sizeof(UPCGManagedDebugDrawComponent) == 0x000060, "Wrong size on UPCGManagedDebugDrawComponent"); \ + +#define DUMPER7_ASSERTS_UPCGDebugDrawComponent \ +static_assert(alignof(UPCGDebugDrawComponent) == 0x000010, "Wrong alignment on UPCGDebugDrawComponent"); \ +static_assert(sizeof(UPCGDebugDrawComponent) == 0x0005A0, "Wrong size on UPCGDebugDrawComponent"); \ + +#define DUMPER7_ASSERTS_UPCGDefaultExecutionSource \ +static_assert(alignof(UPCGDefaultExecutionSource) == 0x000008, "Wrong alignment on UPCGDefaultExecutionSource"); \ +static_assert(sizeof(UPCGDefaultExecutionSource) == 0x000058, "Wrong size on UPCGDefaultExecutionSource"); \ +static_assert(offsetof(UPCGDefaultExecutionSource, GraphInterface) == 0x000038, "Member 'UPCGDefaultExecutionSource::GraphInterface' 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_UPCGEngineSettings \ +static_assert(alignof(UPCGEngineSettings) == 0x000008, "Wrong alignment on UPCGEngineSettings"); \ +static_assert(sizeof(UPCGEngineSettings) == 0x000058, "Wrong size on UPCGEngineSettings"); \ +static_assert(offsetof(UPCGEngineSettings, VolumeScale) == 0x000038, "Member 'UPCGEngineSettings::VolumeScale' has a wrong offset!"); \ +static_assert(offsetof(UPCGEngineSettings, bGenerateOnDrop) == 0x000050, "Member 'UPCGEngineSettings::bGenerateOnDrop' has a wrong offset!"); \ +static_assert(offsetof(UPCGEngineSettings, bDisplayCullingStateWhenDebugging) == 0x000051, "Member 'UPCGEngineSettings::bDisplayCullingStateWhenDebugging' has a wrong offset!"); \ + +#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_RemoveNodes \ +static_assert(alignof(PCGGraph_RemoveNodes) == 0x000008, "Wrong alignment on PCGGraph_RemoveNodes"); \ +static_assert(sizeof(PCGGraph_RemoveNodes) == 0x000010, "Wrong size on PCGGraph_RemoveNodes"); \ +static_assert(offsetof(PCGGraph_RemoveNodes, InNodes) == 0x000000, "Member 'PCGGraph_RemoveNodes::InNodes' 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) == 0x0002F8, "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!"); \ +static_assert(offsetof(UPCGGraph, HiGenExponential) == 0x000068, "Member 'UPCGGraph::HiGenExponential' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, bUse2DGrid) == 0x00006C, "Member 'UPCGGraph::bUse2DGrid' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, bHasDefaultConstructedInputs) == 0x00006D, "Member 'UPCGGraph::bHasDefaultConstructedInputs' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, bIsEditorOnly) == 0x0001E8, "Member 'UPCGGraph::bIsEditorOnly' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, CookedCompilationData) == 0x0001F0, "Member 'UPCGGraph::CookedCompilationData' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, GenerationRadii) == 0x0001F8, "Member 'UPCGGraph::GenerationRadii' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphInstance_GraphAssetFilter \ +static_assert(alignof(PCGGraphInstance_GraphAssetFilter) == 0x000008, "Wrong alignment on PCGGraphInstance_GraphAssetFilter"); \ +static_assert(sizeof(PCGGraphInstance_GraphAssetFilter) == 0x000070, "Wrong size on PCGGraphInstance_GraphAssetFilter"); \ +static_assert(offsetof(PCGGraphInstance_GraphAssetFilter, AssetData) == 0x000000, "Member 'PCGGraphInstance_GraphAssetFilter::AssetData' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphInstance_GraphAssetFilter, ReturnValue) == 0x000068, "Member 'PCGGraphInstance_GraphAssetFilter::ReturnValue' 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_IPCGGraphExecutionSource \ +static_assert(alignof(IPCGGraphExecutionSource) == 0x000001, "Wrong alignment on IPCGGraphExecutionSource"); \ +static_assert(sizeof(IPCGGraphExecutionSource) == 0x000001, "Wrong size on IPCGGraphExecutionSource"); \ + +#define DUMPER7_ASSERTS_UPCGGraphInputOutputSettings \ +static_assert(alignof(UPCGGraphInputOutputSettings) == 0x000008, "Wrong alignment on UPCGGraphInputOutputSettings"); \ +static_assert(sizeof(UPCGGraphInputOutputSettings) == 0x000140, "Wrong size on UPCGGraphInputOutputSettings"); \ +static_assert(offsetof(UPCGGraphInputOutputSettings, Pins) == 0x0000C8, "Member 'UPCGGraphInputOutputSettings::Pins' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraphInputOutputSettings, PinLabels) == 0x0000D8, "Member 'UPCGGraphInputOutputSettings::PinLabels' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraphInputOutputSettings, CustomPins) == 0x000128, "Member 'UPCGGraphInputOutputSettings::CustomPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraphInputOutputSettings, bHasAddedDefaultPin) == 0x000138, "Member 'UPCGGraphInputOutputSettings::bHasAddedDefaultPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGManagedActors \ +static_assert(alignof(UPCGManagedActors) == 0x000008, "Wrong alignment on UPCGManagedActors"); \ +static_assert(sizeof(UPCGManagedActors) == 0x0000A0, "Wrong size on UPCGManagedActors"); \ +static_assert(offsetof(UPCGManagedActors, bSupportsReset) == 0x000038, "Member 'UPCGManagedActors::bSupportsReset' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedActors, GeneratedActors) == 0x000040, "Member 'UPCGManagedActors::GeneratedActors' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedActors, GeneratedActorsArray) == 0x000090, "Member 'UPCGManagedActors::GeneratedActorsArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGManagedComponentList_SetGeneratedComponentsFromBP \ +static_assert(alignof(PCGManagedComponentList_SetGeneratedComponentsFromBP) == 0x000008, "Wrong alignment on PCGManagedComponentList_SetGeneratedComponentsFromBP"); \ +static_assert(sizeof(PCGManagedComponentList_SetGeneratedComponentsFromBP) == 0x000010, "Wrong size on PCGManagedComponentList_SetGeneratedComponentsFromBP"); \ +static_assert(offsetof(PCGManagedComponentList_SetGeneratedComponentsFromBP, InGeneratedComponent) == 0x000000, "Member 'PCGManagedComponentList_SetGeneratedComponentsFromBP::InGeneratedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGManagedComponentList \ +static_assert(alignof(UPCGManagedComponentList) == 0x000008, "Wrong alignment on UPCGManagedComponentList"); \ +static_assert(sizeof(UPCGManagedComponentList) == 0x000048, "Wrong size on UPCGManagedComponentList"); \ +static_assert(offsetof(UPCGManagedComponentList, GeneratedComponents) == 0x000038, "Member 'UPCGManagedComponentList::GeneratedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGManagedComponentDefaultList \ +static_assert(alignof(UPCGManagedComponentDefaultList) == 0x000008, "Wrong alignment on UPCGManagedComponentDefaultList"); \ +static_assert(sizeof(UPCGManagedComponentDefaultList) == 0x000048, "Wrong size on UPCGManagedComponentDefaultList"); \ + +#define DUMPER7_ASSERTS_UPCGManagedISMComponent \ +static_assert(alignof(UPCGManagedISMComponent) == 0x000010, "Wrong alignment on UPCGManagedISMComponent"); \ +static_assert(sizeof(UPCGManagedISMComponent) == 0x000320, "Wrong size on UPCGManagedISMComponent"); \ +static_assert(offsetof(UPCGManagedISMComponent, bHasDescriptor) == 0x000060, "Member 'UPCGManagedISMComponent::bHasDescriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, Descriptor) == 0x000070, "Member 'UPCGManagedISMComponent::Descriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, bHasRootLocation) == 0x0002F0, "Member 'UPCGManagedISMComponent::bHasRootLocation' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, RootLocation) == 0x0002F8, "Member 'UPCGManagedISMComponent::RootLocation' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, SettingsCrc) == 0x000310, "Member 'UPCGManagedISMComponent::SettingsCrc' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, DataCrc) == 0x000318, "Member 'UPCGManagedISMComponent::DataCrc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGManagedISKMComponent \ +static_assert(alignof(UPCGManagedISKMComponent) == 0x000008, "Wrong alignment on UPCGManagedISKMComponent"); \ +static_assert(sizeof(UPCGManagedISKMComponent) == 0x000118, "Wrong size on UPCGManagedISKMComponent"); \ +static_assert(offsetof(UPCGManagedISKMComponent, bHasDescriptor) == 0x000060, "Member 'UPCGManagedISKMComponent::bHasDescriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISKMComponent, Descriptor) == 0x000068, "Member 'UPCGManagedISKMComponent::Descriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISKMComponent, bHasRootLocation) == 0x0000F0, "Member 'UPCGManagedISKMComponent::bHasRootLocation' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISKMComponent, RootLocation) == 0x0000F8, "Member 'UPCGManagedISKMComponent::RootLocation' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISKMComponent, SettingsCrc) == 0x000110, "Member 'UPCGManagedISKMComponent::SettingsCrc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGManagedSplineMeshComponent \ +static_assert(alignof(UPCGManagedSplineMeshComponent) == 0x000008, "Wrong alignment on UPCGManagedSplineMeshComponent"); \ +static_assert(sizeof(UPCGManagedSplineMeshComponent) == 0x000348, "Wrong size on UPCGManagedSplineMeshComponent"); \ +static_assert(offsetof(UPCGManagedSplineMeshComponent, Descriptor) == 0x000060, "Member 'UPCGManagedSplineMeshComponent::Descriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedSplineMeshComponent, SplineMeshParams) == 0x000258, "Member 'UPCGManagedSplineMeshComponent::SplineMeshParams' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedSplineMeshComponent, SettingsCrc) == 0x000340, "Member 'UPCGManagedSplineMeshComponent::SettingsCrc' 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_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_PCGParamData_K2_FilterParamsByKey \ +static_assert(alignof(PCGParamData_K2_FilterParamsByKey) == 0x000008, "Wrong alignment on PCGParamData_K2_FilterParamsByKey"); \ +static_assert(sizeof(PCGParamData_K2_FilterParamsByKey) == 0x000010, "Wrong size on PCGParamData_K2_FilterParamsByKey"); \ +static_assert(offsetof(PCGParamData_K2_FilterParamsByKey, InKey) == 0x000000, "Member 'PCGParamData_K2_FilterParamsByKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(PCGParamData_K2_FilterParamsByKey, ReturnValue) == 0x000008, "Member 'PCGParamData_K2_FilterParamsByKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGParamData_K2_FilterParamsByName \ +static_assert(alignof(PCGParamData_K2_FilterParamsByName) == 0x000008, "Wrong alignment on PCGParamData_K2_FilterParamsByName"); \ +static_assert(sizeof(PCGParamData_K2_FilterParamsByName) == 0x000010, "Wrong size on PCGParamData_K2_FilterParamsByName"); \ +static_assert(offsetof(PCGParamData_K2_FilterParamsByName, InName) == 0x000000, "Member 'PCGParamData_K2_FilterParamsByName::InName' has a wrong offset!"); \ +static_assert(offsetof(PCGParamData_K2_FilterParamsByName, ReturnValue) == 0x000008, "Member 'PCGParamData_K2_FilterParamsByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGParamData \ +static_assert(alignof(UPCGParamData) == 0x000008, "Wrong alignment on UPCGParamData"); \ +static_assert(sizeof(UPCGParamData) == 0x0000E0, "Wrong size on UPCGParamData"); \ +static_assert(offsetof(UPCGParamData, NameMap) == 0x000048, "Member 'UPCGParamData::NameMap' has a wrong offset!"); \ +static_assert(offsetof(UPCGParamData, bHasCachedLastSelector) == 0x000098, "Member 'UPCGParamData::bHasCachedLastSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGParamData, CachedLastSelector) == 0x0000A0, "Member 'UPCGParamData::CachedLastSelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPinHelpers_BreakPinProperty \ +static_assert(alignof(PCGBlueprintPinHelpers_BreakPinProperty) == 0x000008, "Wrong alignment on PCGBlueprintPinHelpers_BreakPinProperty"); \ +static_assert(sizeof(PCGBlueprintPinHelpers_BreakPinProperty) == 0x000040, "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) == 0x000030, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::Label' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, bAllowMultipleData) == 0x000038, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::bAllowMultipleData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, bAllowMultipleConnections) == 0x000039, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::bAllowMultipleConnections' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, bIsAdvancedPin) == 0x00003A, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::bIsAdvancedPin' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, AllowedType) == 0x00003B, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::AllowedType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPinHelpers_GetCorrespondingDataType \ +static_assert(alignof(PCGBlueprintPinHelpers_GetCorrespondingDataType) == 0x000004, "Wrong alignment on PCGBlueprintPinHelpers_GetCorrespondingDataType"); \ +static_assert(sizeof(PCGBlueprintPinHelpers_GetCorrespondingDataType) == 0x000008, "Wrong size on PCGBlueprintPinHelpers_GetCorrespondingDataType"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_GetCorrespondingDataType, InExclusiveDataType) == 0x000000, "Member 'PCGBlueprintPinHelpers_GetCorrespondingDataType::InExclusiveDataType' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_GetCorrespondingDataType, ReturnValue) == 0x000004, "Member 'PCGBlueprintPinHelpers_GetCorrespondingDataType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPinHelpers_IsExactlySameType \ +static_assert(alignof(PCGBlueprintPinHelpers_IsExactlySameType) == 0x000004, "Wrong alignment on PCGBlueprintPinHelpers_IsExactlySameType"); \ +static_assert(sizeof(PCGBlueprintPinHelpers_IsExactlySameType) == 0x000008, "Wrong size on PCGBlueprintPinHelpers_IsExactlySameType"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_IsExactlySameType, AllowedTypes) == 0x000000, "Member 'PCGBlueprintPinHelpers_IsExactlySameType::AllowedTypes' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_IsExactlySameType, TypeToCheck) == 0x000004, "Member 'PCGBlueprintPinHelpers_IsExactlySameType::TypeToCheck' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_IsExactlySameType, ReturnValue) == 0x000005, "Member 'PCGBlueprintPinHelpers_IsExactlySameType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPinHelpers_IsOfType \ +static_assert(alignof(PCGBlueprintPinHelpers_IsOfType) == 0x000004, "Wrong alignment on PCGBlueprintPinHelpers_IsOfType"); \ +static_assert(sizeof(PCGBlueprintPinHelpers_IsOfType) == 0x000008, "Wrong size on PCGBlueprintPinHelpers_IsOfType"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_IsOfType, AllowedTypes) == 0x000000, "Member 'PCGBlueprintPinHelpers_IsOfType::AllowedTypes' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_IsOfType, TypeToCheck) == 0x000004, "Member 'PCGBlueprintPinHelpers_IsOfType::TypeToCheck' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_IsOfType, ReturnValue) == 0x000005, "Member 'PCGBlueprintPinHelpers_IsOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPinHelpers_MakePinProperty \ +static_assert(alignof(PCGBlueprintPinHelpers_MakePinProperty) == 0x000008, "Wrong alignment on PCGBlueprintPinHelpers_MakePinProperty"); \ +static_assert(sizeof(PCGBlueprintPinHelpers_MakePinProperty) == 0x000040, "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, bIsAdvancedPin) == 0x00000A, "Member 'PCGBlueprintPinHelpers_MakePinProperty::bIsAdvancedPin' 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) == 0x000010, "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) == 0x000010, "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) == 0x000010, "Wrong size on PCGPin_GetTooltip"); \ +static_assert(offsetof(PCGPin_GetTooltip, ReturnValue) == 0x000000, "Member 'PCGPin_GetTooltip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPin_IsConnected \ +static_assert(alignof(PCGPin_IsConnected) == 0x000001, "Wrong alignment on PCGPin_IsConnected"); \ +static_assert(sizeof(PCGPin_IsConnected) == 0x000001, "Wrong size on PCGPin_IsConnected"); \ +static_assert(offsetof(PCGPin_IsConnected, ReturnValue) == 0x000000, "Member 'PCGPin_IsConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPin_IsOutputPin \ +static_assert(alignof(PCGPin_IsOutputPin) == 0x000001, "Wrong alignment on PCGPin_IsOutputPin"); \ +static_assert(sizeof(PCGPin_IsOutputPin) == 0x000001, "Wrong size on PCGPin_IsOutputPin"); \ +static_assert(offsetof(PCGPin_IsOutputPin, ReturnValue) == 0x000000, "Member 'PCGPin_IsOutputPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPin \ +static_assert(alignof(UPCGPin) == 0x000008, "Wrong alignment on UPCGPin"); \ +static_assert(sizeof(UPCGPin) == 0x000080, "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_PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections) == 0x000008, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections) == 0x000038, "Wrong size on PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections::PinProperties' has a wrong offset!"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections, ReturnValue) == 0x000030, "Member 'PCGPinPropertiesBlueprintHelpers_AllowsMultipleConnections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_IsAdvancedPin \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_IsAdvancedPin) == 0x000008, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_IsAdvancedPin"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_IsAdvancedPin) == 0x000038, "Wrong size on PCGPinPropertiesBlueprintHelpers_IsAdvancedPin"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsAdvancedPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_IsAdvancedPin::PinProperties' has a wrong offset!"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsAdvancedPin, ReturnValue) == 0x000030, "Member 'PCGPinPropertiesBlueprintHelpers_IsAdvancedPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_IsNormalPin \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_IsNormalPin) == 0x000008, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_IsNormalPin"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_IsNormalPin) == 0x000038, "Wrong size on PCGPinPropertiesBlueprintHelpers_IsNormalPin"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsNormalPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_IsNormalPin::PinProperties' has a wrong offset!"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsNormalPin, ReturnValue) == 0x000030, "Member 'PCGPinPropertiesBlueprintHelpers_IsNormalPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_IsRequiredPin \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_IsRequiredPin) == 0x000008, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_IsRequiredPin"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_IsRequiredPin) == 0x000038, "Wrong size on PCGPinPropertiesBlueprintHelpers_IsRequiredPin"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsRequiredPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_IsRequiredPin::PinProperties' has a wrong offset!"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_IsRequiredPin, ReturnValue) == 0x000030, "Member 'PCGPinPropertiesBlueprintHelpers_IsRequiredPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_SetAdvancedPin \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_SetAdvancedPin) == 0x000008, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_SetAdvancedPin"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_SetAdvancedPin) == 0x000030, "Wrong size on PCGPinPropertiesBlueprintHelpers_SetAdvancedPin"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetAdvancedPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_SetAdvancedPin::PinProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections) == 0x000008, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections) == 0x000038, "Wrong size on PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections::PinProperties' has a wrong offset!"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections, bAllowMultipleConnections) == 0x000030, "Member 'PCGPinPropertiesBlueprintHelpers_SetAllowMultipleConnections::bAllowMultipleConnections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_SetNormalPin \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_SetNormalPin) == 0x000008, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_SetNormalPin"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_SetNormalPin) == 0x000030, "Wrong size on PCGPinPropertiesBlueprintHelpers_SetNormalPin"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetNormalPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_SetNormalPin::PinProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPinPropertiesBlueprintHelpers_SetRequiredPin \ +static_assert(alignof(PCGPinPropertiesBlueprintHelpers_SetRequiredPin) == 0x000008, "Wrong alignment on PCGPinPropertiesBlueprintHelpers_SetRequiredPin"); \ +static_assert(sizeof(PCGPinPropertiesBlueprintHelpers_SetRequiredPin) == 0x000030, "Wrong size on PCGPinPropertiesBlueprintHelpers_SetRequiredPin"); \ +static_assert(offsetof(PCGPinPropertiesBlueprintHelpers_SetRequiredPin, PinProperties) == 0x000000, "Member 'PCGPinPropertiesBlueprintHelpers_SetRequiredPin::PinProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPinPropertiesBlueprintHelpers \ +static_assert(alignof(UPCGPinPropertiesBlueprintHelpers) == 0x000008, "Wrong alignment on UPCGPinPropertiesBlueprintHelpers"); \ +static_assert(sizeof(UPCGPinPropertiesBlueprintHelpers) == 0x000028, "Wrong size on UPCGPinPropertiesBlueprintHelpers"); \ + +#define DUMPER7_ASSERTS_UPCGSettingsInstance \ +static_assert(alignof(UPCGSettingsInstance) == 0x000008, "Wrong alignment on UPCGSettingsInstance"); \ +static_assert(sizeof(UPCGSettingsInstance) == 0x000058, "Wrong size on UPCGSettingsInstance"); \ +static_assert(offsetof(UPCGSettingsInstance, Settings) == 0x000050, "Member 'UPCGSettingsInstance::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTrivialSettings \ +static_assert(alignof(UPCGTrivialSettings) == 0x000008, "Wrong alignment on UPCGTrivialSettings"); \ +static_assert(sizeof(UPCGTrivialSettings) == 0x0000C8, "Wrong size on UPCGTrivialSettings"); \ + +#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_APCGVolume \ +static_assert(alignof(APCGVolume) == 0x000008, "Wrong alignment on APCGVolume"); \ +static_assert(sizeof(APCGVolume) == 0x0002F0, "Wrong size on APCGVolume"); \ +static_assert(offsetof(APCGVolume, PCGComponent) == 0x0002E8, "Member 'APCGVolume::PCGComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGWorldActor_BP_GetPCGGridSize \ +static_assert(alignof(PCGWorldActor_BP_GetPCGGridSize) == 0x000008, "Wrong alignment on PCGWorldActor_BP_GetPCGGridSize"); \ +static_assert(sizeof(PCGWorldActor_BP_GetPCGGridSize) == 0x000008, "Wrong size on PCGWorldActor_BP_GetPCGGridSize"); \ +static_assert(offsetof(PCGWorldActor_BP_GetPCGGridSize, ReturnValue) == 0x000000, "Member 'PCGWorldActor_BP_GetPCGGridSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APCGWorldActor \ +static_assert(alignof(APCGWorldActor) == 0x000008, "Wrong alignment on APCGWorldActor"); \ +static_assert(sizeof(APCGWorldActor) == 0x0002C8, "Wrong size on APCGWorldActor"); \ +static_assert(offsetof(APCGWorldActor, PartitionGridSize) == 0x0002B0, "Member 'APCGWorldActor::PartitionGridSize' has a wrong offset!"); \ +static_assert(offsetof(APCGWorldActor, LandscapeCacheObject) == 0x0002B8, "Member 'APCGWorldActor::LandscapeCacheObject' has a wrong offset!"); \ +static_assert(offsetof(APCGWorldActor, bTreatPlayerControllersAsGenerationSources) == 0x0002C0, "Member 'APCGWorldActor::bTreatPlayerControllersAsGenerationSources' has a wrong offset!"); \ +static_assert(offsetof(APCGWorldActor, bEnableWorldPartitionGenerationSources) == 0x0002C1, "Member 'APCGWorldActor::bEnableWorldPartitionGenerationSources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGenSourceComponent \ +static_assert(alignof(UPCGGenSourceComponent) == 0x000008, "Wrong alignment on UPCGGenSourceComponent"); \ +static_assert(sizeof(UPCGGenSourceComponent) == 0x0000C8, "Wrong size on UPCGGenSourceComponent"); \ + +#define DUMPER7_ASSERTS_UPCGGenSourceEditorCamera \ +static_assert(alignof(UPCGGenSourceEditorCamera) == 0x000008, "Wrong alignment on UPCGGenSourceEditorCamera"); \ +static_assert(sizeof(UPCGGenSourceEditorCamera) == 0x000030, "Wrong size on UPCGGenSourceEditorCamera"); \ + +#define DUMPER7_ASSERTS_UPCGGenSourcePlayer \ +static_assert(alignof(UPCGGenSourcePlayer) == 0x000008, "Wrong alignment on UPCGGenSourcePlayer"); \ +static_assert(sizeof(UPCGGenSourcePlayer) == 0x000250, "Wrong size on UPCGGenSourcePlayer"); \ + +#define DUMPER7_ASSERTS_UPCGGenSourceWPStreamingSource \ +static_assert(alignof(UPCGGenSourceWPStreamingSource) == 0x000008, "Wrong alignment on UPCGGenSourceWPStreamingSource"); \ +static_assert(sizeof(UPCGGenSourceWPStreamingSource) == 0x000038, "Wrong size on UPCGGenSourceWPStreamingSource"); \ + +#define DUMPER7_ASSERTS_PCGOctreeQueries_GetClosestPoint \ +static_assert(alignof(PCGOctreeQueries_GetClosestPoint) == 0x000010, "Wrong alignment on PCGOctreeQueries_GetClosestPoint"); \ +static_assert(sizeof(PCGOctreeQueries_GetClosestPoint) == 0x000110, "Wrong size on PCGOctreeQueries_GetClosestPoint"); \ +static_assert(offsetof(PCGOctreeQueries_GetClosestPoint, InPointData) == 0x000000, "Member 'PCGOctreeQueries_GetClosestPoint::InPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetClosestPoint, InCenter) == 0x000008, "Member 'PCGOctreeQueries_GetClosestPoint::InCenter' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetClosestPoint, bInDiscardCenter) == 0x000020, "Member 'PCGOctreeQueries_GetClosestPoint::bInDiscardCenter' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetClosestPoint, bOutFound) == 0x000021, "Member 'PCGOctreeQueries_GetClosestPoint::bOutFound' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetClosestPoint, OutPoint) == 0x000030, "Member 'PCGOctreeQueries_GetClosestPoint::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetClosestPoint, InSearchDistance) == 0x000100, "Member 'PCGOctreeQueries_GetClosestPoint::InSearchDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGOctreeQueries_GetClosestPointFromOtherPoint \ +static_assert(alignof(PCGOctreeQueries_GetClosestPointFromOtherPoint) == 0x000010, "Wrong alignment on PCGOctreeQueries_GetClosestPointFromOtherPoint"); \ +static_assert(sizeof(PCGOctreeQueries_GetClosestPointFromOtherPoint) == 0x0000F0, "Wrong size on PCGOctreeQueries_GetClosestPointFromOtherPoint"); \ +static_assert(offsetof(PCGOctreeQueries_GetClosestPointFromOtherPoint, InPointData) == 0x000000, "Member 'PCGOctreeQueries_GetClosestPointFromOtherPoint::InPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetClosestPointFromOtherPoint, InPointIndex) == 0x000008, "Member 'PCGOctreeQueries_GetClosestPointFromOtherPoint::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetClosestPointFromOtherPoint, bOutFound) == 0x00000C, "Member 'PCGOctreeQueries_GetClosestPointFromOtherPoint::bOutFound' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetClosestPointFromOtherPoint, OutPoint) == 0x000010, "Member 'PCGOctreeQueries_GetClosestPointFromOtherPoint::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetClosestPointFromOtherPoint, InSearchDistance) == 0x0000E0, "Member 'PCGOctreeQueries_GetClosestPointFromOtherPoint::InSearchDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGOctreeQueries_GetFarthestPoint \ +static_assert(alignof(PCGOctreeQueries_GetFarthestPoint) == 0x000010, "Wrong alignment on PCGOctreeQueries_GetFarthestPoint"); \ +static_assert(sizeof(PCGOctreeQueries_GetFarthestPoint) == 0x000110, "Wrong size on PCGOctreeQueries_GetFarthestPoint"); \ +static_assert(offsetof(PCGOctreeQueries_GetFarthestPoint, InPointData) == 0x000000, "Member 'PCGOctreeQueries_GetFarthestPoint::InPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetFarthestPoint, InCenter) == 0x000008, "Member 'PCGOctreeQueries_GetFarthestPoint::InCenter' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetFarthestPoint, bOutFound) == 0x000020, "Member 'PCGOctreeQueries_GetFarthestPoint::bOutFound' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetFarthestPoint, OutPoint) == 0x000030, "Member 'PCGOctreeQueries_GetFarthestPoint::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetFarthestPoint, InSearchDistance) == 0x000100, "Member 'PCGOctreeQueries_GetFarthestPoint::InSearchDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGOctreeQueries_GetFarthestPointFromOtherPoint \ +static_assert(alignof(PCGOctreeQueries_GetFarthestPointFromOtherPoint) == 0x000010, "Wrong alignment on PCGOctreeQueries_GetFarthestPointFromOtherPoint"); \ +static_assert(sizeof(PCGOctreeQueries_GetFarthestPointFromOtherPoint) == 0x0000F0, "Wrong size on PCGOctreeQueries_GetFarthestPointFromOtherPoint"); \ +static_assert(offsetof(PCGOctreeQueries_GetFarthestPointFromOtherPoint, InPointData) == 0x000000, "Member 'PCGOctreeQueries_GetFarthestPointFromOtherPoint::InPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetFarthestPointFromOtherPoint, InPointIndex) == 0x000008, "Member 'PCGOctreeQueries_GetFarthestPointFromOtherPoint::InPointIndex' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetFarthestPointFromOtherPoint, bOutFound) == 0x00000C, "Member 'PCGOctreeQueries_GetFarthestPointFromOtherPoint::bOutFound' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetFarthestPointFromOtherPoint, OutPoint) == 0x000010, "Member 'PCGOctreeQueries_GetFarthestPointFromOtherPoint::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetFarthestPointFromOtherPoint, InSearchDistance) == 0x0000E0, "Member 'PCGOctreeQueries_GetFarthestPointFromOtherPoint::InSearchDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGOctreeQueries_GetPointsInsideBounds \ +static_assert(alignof(PCGOctreeQueries_GetPointsInsideBounds) == 0x000008, "Wrong alignment on PCGOctreeQueries_GetPointsInsideBounds"); \ +static_assert(sizeof(PCGOctreeQueries_GetPointsInsideBounds) == 0x000050, "Wrong size on PCGOctreeQueries_GetPointsInsideBounds"); \ +static_assert(offsetof(PCGOctreeQueries_GetPointsInsideBounds, InPointData) == 0x000000, "Member 'PCGOctreeQueries_GetPointsInsideBounds::InPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetPointsInsideBounds, InBounds) == 0x000008, "Member 'PCGOctreeQueries_GetPointsInsideBounds::InBounds' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetPointsInsideBounds, ReturnValue) == 0x000040, "Member 'PCGOctreeQueries_GetPointsInsideBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGOctreeQueries_GetPointsInsideSphere \ +static_assert(alignof(PCGOctreeQueries_GetPointsInsideSphere) == 0x000008, "Wrong alignment on PCGOctreeQueries_GetPointsInsideSphere"); \ +static_assert(sizeof(PCGOctreeQueries_GetPointsInsideSphere) == 0x000038, "Wrong size on PCGOctreeQueries_GetPointsInsideSphere"); \ +static_assert(offsetof(PCGOctreeQueries_GetPointsInsideSphere, InPointData) == 0x000000, "Member 'PCGOctreeQueries_GetPointsInsideSphere::InPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetPointsInsideSphere, InCenter) == 0x000008, "Member 'PCGOctreeQueries_GetPointsInsideSphere::InCenter' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetPointsInsideSphere, InRadius) == 0x000020, "Member 'PCGOctreeQueries_GetPointsInsideSphere::InRadius' has a wrong offset!"); \ +static_assert(offsetof(PCGOctreeQueries_GetPointsInsideSphere, ReturnValue) == 0x000028, "Member 'PCGOctreeQueries_GetPointsInsideSphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGOctreeQueries \ +static_assert(alignof(UPCGOctreeQueries) == 0x000008, "Wrong alignment on UPCGOctreeQueries"); \ +static_assert(sizeof(UPCGOctreeQueries) == 0x000028, "Wrong size on UPCGOctreeQueries"); \ + +#define DUMPER7_ASSERTS_IPCGBaseSubsystem \ +static_assert(alignof(IPCGBaseSubsystem) == 0x000001, "Wrong alignment on IPCGBaseSubsystem"); \ +static_assert(sizeof(IPCGBaseSubsystem) == 0x000001, "Wrong size on IPCGBaseSubsystem"); \ + +#define DUMPER7_ASSERTS_UPCGEngineSubsystem \ +static_assert(alignof(UPCGEngineSubsystem) == 0x000008, "Wrong alignment on UPCGEngineSubsystem"); \ +static_assert(sizeof(UPCGEngineSubsystem) == 0x000050, "Wrong size on UPCGEngineSubsystem"); \ + +#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_UPCGBadOutputsNodeSettings \ +static_assert(alignof(UPCGBadOutputsNodeSettings) == 0x000008, "Wrong alignment on UPCGBadOutputsNodeSettings"); \ +static_assert(sizeof(UPCGBadOutputsNodeSettings) == 0x0000C8, "Wrong size on UPCGBadOutputsNodeSettings"); \ + +#define DUMPER7_ASSERTS_UPCGDummyGetPropertyTest \ +static_assert(alignof(UPCGDummyGetPropertyTest) == 0x000008, "Wrong alignment on UPCGDummyGetPropertyTest"); \ +static_assert(sizeof(UPCGDummyGetPropertyTest) == 0x000038, "Wrong size on UPCGDummyGetPropertyTest"); \ +static_assert(offsetof(UPCGDummyGetPropertyTest, Int64Property) == 0x000028, "Member 'UPCGDummyGetPropertyTest::Int64Property' has a wrong offset!"); \ +static_assert(offsetof(UPCGDummyGetPropertyTest, DoubleProperty) == 0x000030, "Member 'UPCGDummyGetPropertyTest::DoubleProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APCGUnitTestDummyActor \ +static_assert(alignof(APCGUnitTestDummyActor) == 0x000010, "Wrong alignment on APCGUnitTestDummyActor"); \ +static_assert(sizeof(APCGUnitTestDummyActor) == 0x0004E0, "Wrong size on APCGUnitTestDummyActor"); \ +static_assert(offsetof(APCGUnitTestDummyActor, IntProperty) == 0x0002B0, "Member 'APCGUnitTestDummyActor::IntProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, FloatProperty) == 0x0002B4, "Member 'APCGUnitTestDummyActor::FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, Int64Property) == 0x0002B8, "Member 'APCGUnitTestDummyActor::Int64Property' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, DoubleProperty) == 0x0002C0, "Member 'APCGUnitTestDummyActor::DoubleProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, BoolProperty) == 0x0002C8, "Member 'APCGUnitTestDummyActor::BoolProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, NameProperty) == 0x0002CC, "Member 'APCGUnitTestDummyActor::NameProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, StringProperty) == 0x0002D8, "Member 'APCGUnitTestDummyActor::StringProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, EnumProperty) == 0x0002E8, "Member 'APCGUnitTestDummyActor::EnumProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, VectorProperty) == 0x0002F0, "Member 'APCGUnitTestDummyActor::VectorProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, Vector4Property) == 0x000310, "Member 'APCGUnitTestDummyActor::Vector4Property' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, TransformProperty) == 0x000330, "Member 'APCGUnitTestDummyActor::TransformProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, RotatorProperty) == 0x000390, "Member 'APCGUnitTestDummyActor::RotatorProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, QuatProperty) == 0x0003B0, "Member 'APCGUnitTestDummyActor::QuatProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, SoftObjectPathProperty) == 0x0003D0, "Member 'APCGUnitTestDummyActor::SoftObjectPathProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, SoftClassPathProperty) == 0x0003F0, "Member 'APCGUnitTestDummyActor::SoftClassPathProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, ClassProperty) == 0x000410, "Member 'APCGUnitTestDummyActor::ClassProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, ObjectProperty) == 0x000418, "Member 'APCGUnitTestDummyActor::ObjectProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, Vector2Property) == 0x000420, "Member 'APCGUnitTestDummyActor::Vector2Property' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, ColorProperty) == 0x000430, "Member 'APCGUnitTestDummyActor::ColorProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, LinearColorProperty) == 0x000434, "Member 'APCGUnitTestDummyActor::LinearColorProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, PCGColorProperty) == 0x000448, "Member 'APCGUnitTestDummyActor::PCGColorProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, ArrayOfIntsProperty) == 0x000468, "Member 'APCGUnitTestDummyActor::ArrayOfIntsProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, ArrayOfVectorsProperty) == 0x000478, "Member 'APCGUnitTestDummyActor::ArrayOfVectorsProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, ArrayOfStructsProperty) == 0x000488, "Member 'APCGUnitTestDummyActor::ArrayOfStructsProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, ArrayOfObjectsProperty) == 0x000498, "Member 'APCGUnitTestDummyActor::ArrayOfObjectsProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, DummyStruct) == 0x0004A8, "Member 'APCGUnitTestDummyActor::DummyStruct' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, SetOfIntsProperty) == 0x0004D0, "Member 'APCGUnitTestDummyActor::SetOfIntsProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGraphAuthoringTestHelperSettings \ +static_assert(alignof(UPCGGraphAuthoringTestHelperSettings) == 0x000008, "Wrong alignment on UPCGGraphAuthoringTestHelperSettings"); \ +static_assert(sizeof(UPCGGraphAuthoringTestHelperSettings) == 0x0000D0, "Wrong size on UPCGGraphAuthoringTestHelperSettings"); \ + +#define DUMPER7_ASSERTS_FAnimCurveOverride \ +static_assert(alignof(FAnimCurveOverride) == 0x000004, "Wrong alignment on FAnimCurveOverride"); \ +static_assert(sizeof(FAnimCurveOverride) == 0x00000C, "Wrong size on FAnimCurveOverride"); \ +static_assert(offsetof(FAnimCurveOverride, CurveName) == 0x000000, "Member 'FAnimCurveOverride::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimCurveOverride, CurveValue) == 0x000008, "Member 'FAnimCurveOverride::CurveValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimCurveOverrideList \ +static_assert(alignof(FAnimCurveOverrideList) == 0x000008, "Wrong alignment on FAnimCurveOverrideList"); \ +static_assert(sizeof(FAnimCurveOverrideList) == 0x000018, "Wrong size on FAnimCurveOverrideList"); \ +static_assert(offsetof(FAnimCurveOverrideList, Values) == 0x000000, "Member 'FAnimCurveOverrideList::Values' has a wrong offset!"); \ +static_assert(offsetof(FAnimCurveOverrideList, Hash) == 0x000010, "Member 'FAnimCurveOverrideList::Hash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserPlayerSettings \ +static_assert(alignof(FChooserPlayerSettings) == 0x000008, "Wrong alignment on FChooserPlayerSettings"); \ +static_assert(sizeof(FChooserPlayerSettings) == 0x000070, "Wrong size on FChooserPlayerSettings"); \ +static_assert(offsetof(FChooserPlayerSettings, bMirror) == 0x000000, "Member 'FChooserPlayerSettings::bMirror' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, StartTime) == 0x000004, "Member 'FChooserPlayerSettings::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, bForceLooping) == 0x000008, "Member 'FChooserPlayerSettings::bForceLooping' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, PlaybackRate) == 0x00000C, "Member 'FChooserPlayerSettings::PlaybackRate' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, CurveOverrides) == 0x000010, "Member 'FChooserPlayerSettings::CurveOverrides' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, BlendTime) == 0x000028, "Member 'FChooserPlayerSettings::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, BlendProfile) == 0x000030, "Member 'FChooserPlayerSettings::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, BlendOption) == 0x000038, "Member 'FChooserPlayerSettings::BlendOption' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, bUseInertialBlend) == 0x000039, "Member 'FChooserPlayerSettings::bUseInertialBlend' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, bForceBlendTo) == 0x00003A, "Member 'FChooserPlayerSettings::bForceBlendTo' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, MinDeltaTimeToForceBlendTo) == 0x00003C, "Member 'FChooserPlayerSettings::MinDeltaTimeToForceBlendTo' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, PlayingAsset) == 0x000040, "Member 'FChooserPlayerSettings::PlayingAsset' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, PlayingAssetAccumulatedTime) == 0x000048, "Member 'FChooserPlayerSettings::PlayingAssetAccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, bIsPlayingAssetMirrored) == 0x00004C, "Member 'FChooserPlayerSettings::bIsPlayingAssetMirrored' has a wrong offset!"); \ +static_assert(offsetof(FChooserPlayerSettings, PlayingAssetBlendParameters) == 0x000050, "Member 'FChooserPlayerSettings::PlayingAssetBlendParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserColumnBase \ +static_assert(alignof(FChooserColumnBase) == 0x000008, "Wrong alignment on FChooserColumnBase"); \ +static_assert(sizeof(FChooserColumnBase) == 0x000008, "Wrong size on FChooserColumnBase"); \ + +#define DUMPER7_ASSERTS_FChooserParameterBase \ +static_assert(alignof(FChooserParameterBase) == 0x000008, "Wrong alignment on FChooserParameterBase"); \ +static_assert(sizeof(FChooserParameterBase) == 0x000008, "Wrong size on FChooserParameterBase"); \ + +#define DUMPER7_ASSERTS_FChooserParameterBoolBase \ +static_assert(alignof(FChooserParameterBoolBase) == 0x000008, "Wrong alignment on FChooserParameterBoolBase"); \ +static_assert(sizeof(FChooserParameterBoolBase) == 0x000008, "Wrong size on FChooserParameterBoolBase"); \ + +#define DUMPER7_ASSERTS_FChooserParameterEnumBase \ +static_assert(alignof(FChooserParameterEnumBase) == 0x000008, "Wrong alignment on FChooserParameterEnumBase"); \ +static_assert(sizeof(FChooserParameterEnumBase) == 0x000008, "Wrong size on FChooserParameterEnumBase"); \ + +#define DUMPER7_ASSERTS_FChooserParameterFloatBase \ +static_assert(alignof(FChooserParameterFloatBase) == 0x000008, "Wrong alignment on FChooserParameterFloatBase"); \ +static_assert(sizeof(FChooserParameterFloatBase) == 0x000008, "Wrong size on FChooserParameterFloatBase"); \ + +#define DUMPER7_ASSERTS_FChooserParameterGameplayTagBase \ +static_assert(alignof(FChooserParameterGameplayTagBase) == 0x000008, "Wrong alignment on FChooserParameterGameplayTagBase"); \ +static_assert(sizeof(FChooserParameterGameplayTagBase) == 0x000008, "Wrong size on FChooserParameterGameplayTagBase"); \ + +#define DUMPER7_ASSERTS_FChooserParameterGameplayTagQueryBase \ +static_assert(alignof(FChooserParameterGameplayTagQueryBase) == 0x000008, "Wrong alignment on FChooserParameterGameplayTagQueryBase"); \ +static_assert(sizeof(FChooserParameterGameplayTagQueryBase) == 0x000008, "Wrong size on FChooserParameterGameplayTagQueryBase"); \ + +#define DUMPER7_ASSERTS_FChooserParameterObjectBase \ +static_assert(alignof(FChooserParameterObjectBase) == 0x000008, "Wrong alignment on FChooserParameterObjectBase"); \ +static_assert(sizeof(FChooserParameterObjectBase) == 0x000008, "Wrong size on FChooserParameterObjectBase"); \ + +#define DUMPER7_ASSERTS_FChooserRandomizationContext \ +static_assert(alignof(FChooserRandomizationContext) == 0x000008, "Wrong alignment on FChooserRandomizationContext"); \ +static_assert(sizeof(FChooserRandomizationContext) == 0x000050, "Wrong size on FChooserRandomizationContext"); \ + +#define DUMPER7_ASSERTS_FChooserParameterRandomizeBase \ +static_assert(alignof(FChooserParameterRandomizeBase) == 0x000008, "Wrong alignment on FChooserParameterRandomizeBase"); \ +static_assert(sizeof(FChooserParameterRandomizeBase) == 0x000008, "Wrong size on FChooserParameterRandomizeBase"); \ + +#define DUMPER7_ASSERTS_FChooserParameterStructBase \ +static_assert(alignof(FChooserParameterStructBase) == 0x000008, "Wrong alignment on FChooserParameterStructBase"); \ +static_assert(sizeof(FChooserParameterStructBase) == 0x000008, "Wrong size on FChooserParameterStructBase"); \ + +#define DUMPER7_ASSERTS_FChooserEvaluationInputObject \ +static_assert(alignof(FChooserEvaluationInputObject) == 0x000008, "Wrong alignment on FChooserEvaluationInputObject"); \ +static_assert(sizeof(FChooserEvaluationInputObject) == 0x000008, "Wrong size on FChooserEvaluationInputObject"); \ + +#define DUMPER7_ASSERTS_FChooserEvaluationContext \ +static_assert(alignof(FChooserEvaluationContext) == 0x000008, "Wrong alignment on FChooserEvaluationContext"); \ +static_assert(sizeof(FChooserEvaluationContext) == 0x000078, "Wrong size on FChooserEvaluationContext"); \ + +#define DUMPER7_ASSERTS_FObjectChooserBase \ +static_assert(alignof(FObjectChooserBase) == 0x000008, "Wrong alignment on FObjectChooserBase"); \ +static_assert(sizeof(FObjectChooserBase) == 0x000008, "Wrong size on FObjectChooserBase"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ChooserPlayer \ +static_assert(alignof(FAnimNode_ChooserPlayer) == 0x000008, "Wrong alignment on FAnimNode_ChooserPlayer"); \ +static_assert(sizeof(FAnimNode_ChooserPlayer) == 0x000230, "Wrong size on FAnimNode_ChooserPlayer"); \ +static_assert(offsetof(FAnimNode_ChooserPlayer, EvaluationFrequency) == 0x0000E0, "Member 'FAnimNode_ChooserPlayer::EvaluationFrequency' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChooserPlayer, Chooser) == 0x0000E8, "Member 'FAnimNode_ChooserPlayer::Chooser' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChooserPlayer, MirrorDataTable) == 0x0000F8, "Member 'FAnimNode_ChooserPlayer::MirrorDataTable' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChooserPlayer, BlendSpaceX) == 0x000100, "Member 'FAnimNode_ChooserPlayer::BlendSpaceX' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChooserPlayer, BlendSpaceY) == 0x000104, "Member 'FAnimNode_ChooserPlayer::BlendSpaceY' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChooserPlayer, DefaultSettings) == 0x000110, "Member 'FAnimNode_ChooserPlayer::DefaultSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChooserPlayer, ChooserContextDefinition) == 0x000180, "Member 'FAnimNode_ChooserPlayer::ChooserContextDefinition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChooserPlayer, bStartFromMatchingPose) == 0x000190, "Member 'FAnimNode_ChooserPlayer::bStartFromMatchingPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserPropertyBinding \ +static_assert(alignof(FChooserPropertyBinding) == 0x000008, "Wrong alignment on FChooserPropertyBinding"); \ +static_assert(sizeof(FChooserPropertyBinding) == 0x000030, "Wrong size on FChooserPropertyBinding"); \ +static_assert(offsetof(FChooserPropertyBinding, PropertyBindingChain) == 0x000008, "Member 'FChooserPropertyBinding::PropertyBindingChain' has a wrong offset!"); \ +static_assert(offsetof(FChooserPropertyBinding, ContextIndex) == 0x000018, "Member 'FChooserPropertyBinding::ContextIndex' has a wrong offset!"); \ +static_assert(offsetof(FChooserPropertyBinding, IsBoundToRoot) == 0x00001C, "Member 'FChooserPropertyBinding::IsBoundToRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolContextProperty \ +static_assert(alignof(FBoolContextProperty) == 0x000008, "Wrong alignment on FBoolContextProperty"); \ +static_assert(sizeof(FBoolContextProperty) == 0x000048, "Wrong size on FBoolContextProperty"); \ +static_assert(offsetof(FBoolContextProperty, PropertyBindingChain) == 0x000008, "Member 'FBoolContextProperty::PropertyBindingChain' has a wrong offset!"); \ +static_assert(offsetof(FBoolContextProperty, Binding) == 0x000018, "Member 'FBoolContextProperty::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolColumn \ +static_assert(alignof(FBoolColumn) == 0x000008, "Wrong alignment on FBoolColumn"); \ +static_assert(sizeof(FBoolColumn) == 0x000028, "Wrong size on FBoolColumn"); \ +static_assert(offsetof(FBoolColumn, InputValue) == 0x000008, "Member 'FBoolColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FBoolColumn, RowValuesWithAny) == 0x000018, "Member 'FBoolColumn::RowValuesWithAny' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNestedChooser \ +static_assert(alignof(FNestedChooser) == 0x000008, "Wrong alignment on FNestedChooser"); \ +static_assert(sizeof(FNestedChooser) == 0x000010, "Wrong size on FNestedChooser"); \ +static_assert(offsetof(FNestedChooser, Chooser) == 0x000008, "Member 'FNestedChooser::Chooser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEvaluateChooser \ +static_assert(alignof(FEvaluateChooser) == 0x000008, "Wrong alignment on FEvaluateChooser"); \ +static_assert(sizeof(FEvaluateChooser) == 0x000010, "Wrong size on FEvaluateChooser"); \ +static_assert(offsetof(FEvaluateChooser, Chooser) == 0x000008, "Member 'FEvaluateChooser::Chooser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserEnumPropertyBinding \ +static_assert(alignof(FChooserEnumPropertyBinding) == 0x000008, "Wrong alignment on FChooserEnumPropertyBinding"); \ +static_assert(sizeof(FChooserEnumPropertyBinding) == 0x000030, "Wrong size on FChooserEnumPropertyBinding"); \ + +#define DUMPER7_ASSERTS_FChooserObjectPropertyBinding \ +static_assert(alignof(FChooserObjectPropertyBinding) == 0x000008, "Wrong alignment on FChooserObjectPropertyBinding"); \ +static_assert(sizeof(FChooserObjectPropertyBinding) == 0x000030, "Wrong size on FChooserObjectPropertyBinding"); \ + +#define DUMPER7_ASSERTS_FChooserStructPropertyBinding \ +static_assert(alignof(FChooserStructPropertyBinding) == 0x000008, "Wrong alignment on FChooserStructPropertyBinding"); \ +static_assert(sizeof(FChooserStructPropertyBinding) == 0x000030, "Wrong size on FChooserStructPropertyBinding"); \ + +#define DUMPER7_ASSERTS_FContextObjectTypeBase \ +static_assert(alignof(FContextObjectTypeBase) == 0x000004, "Wrong alignment on FContextObjectTypeBase"); \ +static_assert(sizeof(FContextObjectTypeBase) == 0x000004, "Wrong size on FContextObjectTypeBase"); \ +static_assert(offsetof(FContextObjectTypeBase, Direction) == 0x000000, "Member 'FContextObjectTypeBase::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextObjectTypeClass \ +static_assert(alignof(FContextObjectTypeClass) == 0x000008, "Wrong alignment on FContextObjectTypeClass"); \ +static_assert(sizeof(FContextObjectTypeClass) == 0x000010, "Wrong size on FContextObjectTypeClass"); \ +static_assert(offsetof(FContextObjectTypeClass, Class) == 0x000008, "Member 'FContextObjectTypeClass::Class' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextObjectTypeStruct \ +static_assert(alignof(FContextObjectTypeStruct) == 0x000008, "Wrong alignment on FContextObjectTypeStruct"); \ +static_assert(sizeof(FContextObjectTypeStruct) == 0x000010, "Wrong size on FContextObjectTypeStruct"); \ +static_assert(offsetof(FContextObjectTypeStruct, Struct) == 0x000008, "Member 'FContextObjectTypeStruct::Struct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolCVarProperty \ +static_assert(alignof(FBoolCVarProperty) == 0x000008, "Wrong alignment on FBoolCVarProperty"); \ +static_assert(sizeof(FBoolCVarProperty) == 0x000018, "Wrong size on FBoolCVarProperty"); \ +static_assert(offsetof(FBoolCVarProperty, VariableName) == 0x000008, "Member 'FBoolCVarProperty::VariableName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatCVarProperty \ +static_assert(alignof(FFloatCVarProperty) == 0x000008, "Wrong alignment on FFloatCVarProperty"); \ +static_assert(sizeof(FFloatCVarProperty) == 0x000018, "Wrong size on FFloatCVarProperty"); \ +static_assert(offsetof(FFloatCVarProperty, VariableName) == 0x000008, "Member 'FFloatCVarProperty::VariableName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumCVarProperty \ +static_assert(alignof(FEnumCVarProperty) == 0x000008, "Wrong alignment on FEnumCVarProperty"); \ +static_assert(sizeof(FEnumCVarProperty) == 0x000020, "Wrong size on FEnumCVarProperty"); \ +static_assert(offsetof(FEnumCVarProperty, VariableName) == 0x000008, "Member 'FEnumCVarProperty::VariableName' has a wrong offset!"); \ +static_assert(offsetof(FEnumCVarProperty, Enum) == 0x000018, "Member 'FEnumCVarProperty::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumContextProperty \ +static_assert(alignof(FEnumContextProperty) == 0x000008, "Wrong alignment on FEnumContextProperty"); \ +static_assert(sizeof(FEnumContextProperty) == 0x000048, "Wrong size on FEnumContextProperty"); \ +static_assert(offsetof(FEnumContextProperty, PropertyBindingChain) == 0x000008, "Member 'FEnumContextProperty::PropertyBindingChain' has a wrong offset!"); \ +static_assert(offsetof(FEnumContextProperty, Binding) == 0x000018, "Member 'FEnumContextProperty::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserEnumRowData \ +static_assert(alignof(FChooserEnumRowData) == 0x000004, "Wrong alignment on FChooserEnumRowData"); \ +static_assert(sizeof(FChooserEnumRowData) == 0x000008, "Wrong size on FChooserEnumRowData"); \ +static_assert(offsetof(FChooserEnumRowData, Comparison) == 0x000000, "Member 'FChooserEnumRowData::Comparison' has a wrong offset!"); \ +static_assert(offsetof(FChooserEnumRowData, Value) == 0x000004, "Member 'FChooserEnumRowData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumColumnBase \ +static_assert(alignof(FEnumColumnBase) == 0x000008, "Wrong alignment on FEnumColumnBase"); \ +static_assert(sizeof(FEnumColumnBase) == 0x000008, "Wrong size on FEnumColumnBase"); \ + +#define DUMPER7_ASSERTS_FEnumColumn \ +static_assert(alignof(FEnumColumn) == 0x000008, "Wrong alignment on FEnumColumn"); \ +static_assert(sizeof(FEnumColumn) == 0x000028, "Wrong size on FEnumColumn"); \ +static_assert(offsetof(FEnumColumn, InputValue) == 0x000008, "Member 'FEnumColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FEnumColumn, RowValues) == 0x000018, "Member 'FEnumColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserFloatDistanceRowData \ +static_assert(alignof(FChooserFloatDistanceRowData) == 0x000004, "Wrong alignment on FChooserFloatDistanceRowData"); \ +static_assert(sizeof(FChooserFloatDistanceRowData) == 0x000004, "Wrong size on FChooserFloatDistanceRowData"); \ +static_assert(offsetof(FChooserFloatDistanceRowData, Value) == 0x000000, "Member 'FChooserFloatDistanceRowData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatDistanceColumn \ +static_assert(alignof(FFloatDistanceColumn) == 0x000008, "Wrong alignment on FFloatDistanceColumn"); \ +static_assert(sizeof(FFloatDistanceColumn) == 0x000048, "Wrong size on FFloatDistanceColumn"); \ +static_assert(offsetof(FFloatDistanceColumn, InputValue) == 0x000008, "Member 'FFloatDistanceColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FFloatDistanceColumn, MaxDistance) == 0x000018, "Member 'FFloatDistanceColumn::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FFloatDistanceColumn, CostMultiplier) == 0x000020, "Member 'FFloatDistanceColumn::CostMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FFloatDistanceColumn, bFilterOverMaxDistance) == 0x000024, "Member 'FFloatDistanceColumn::bFilterOverMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FFloatDistanceColumn, bWrapInput) == 0x000025, "Member 'FFloatDistanceColumn::bWrapInput' has a wrong offset!"); \ +static_assert(offsetof(FFloatDistanceColumn, MinValue) == 0x000028, "Member 'FFloatDistanceColumn::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FFloatDistanceColumn, MaxValue) == 0x000030, "Member 'FFloatDistanceColumn::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FFloatDistanceColumn, RowValues) == 0x000038, "Member 'FFloatDistanceColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatContextProperty \ +static_assert(alignof(FFloatContextProperty) == 0x000008, "Wrong alignment on FFloatContextProperty"); \ +static_assert(sizeof(FFloatContextProperty) == 0x000048, "Wrong size on FFloatContextProperty"); \ +static_assert(offsetof(FFloatContextProperty, PropertyBindingChain) == 0x000008, "Member 'FFloatContextProperty::PropertyBindingChain' has a wrong offset!"); \ +static_assert(offsetof(FFloatContextProperty, Binding) == 0x000018, "Member 'FFloatContextProperty::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserFloatRangeRowData \ +static_assert(alignof(FChooserFloatRangeRowData) == 0x000004, "Wrong alignment on FChooserFloatRangeRowData"); \ +static_assert(sizeof(FChooserFloatRangeRowData) == 0x00000C, "Wrong size on FChooserFloatRangeRowData"); \ +static_assert(offsetof(FChooserFloatRangeRowData, Min) == 0x000000, "Member 'FChooserFloatRangeRowData::Min' has a wrong offset!"); \ +static_assert(offsetof(FChooserFloatRangeRowData, Max) == 0x000004, "Member 'FChooserFloatRangeRowData::Max' has a wrong offset!"); \ +static_assert(offsetof(FChooserFloatRangeRowData, bNoMin) == 0x000008, "Member 'FChooserFloatRangeRowData::bNoMin' has a wrong offset!"); \ +static_assert(offsetof(FChooserFloatRangeRowData, bNoMax) == 0x000009, "Member 'FChooserFloatRangeRowData::bNoMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatRangeColumn \ +static_assert(alignof(FFloatRangeColumn) == 0x000008, "Wrong alignment on FFloatRangeColumn"); \ +static_assert(sizeof(FFloatRangeColumn) == 0x000040, "Wrong size on FFloatRangeColumn"); \ +static_assert(offsetof(FFloatRangeColumn, InputValue) == 0x000008, "Member 'FFloatRangeColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FFloatRangeColumn, bWrapInput) == 0x000018, "Member 'FFloatRangeColumn::bWrapInput' has a wrong offset!"); \ +static_assert(offsetof(FFloatRangeColumn, MinValue) == 0x000020, "Member 'FFloatRangeColumn::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FFloatRangeColumn, MaxValue) == 0x000028, "Member 'FFloatRangeColumn::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FFloatRangeColumn, RowValues) == 0x000030, "Member 'FFloatRangeColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagContextProperty \ +static_assert(alignof(FGameplayTagContextProperty) == 0x000008, "Wrong alignment on FGameplayTagContextProperty"); \ +static_assert(sizeof(FGameplayTagContextProperty) == 0x000048, "Wrong size on FGameplayTagContextProperty"); \ +static_assert(offsetof(FGameplayTagContextProperty, PropertyBindingChain) == 0x000008, "Member 'FGameplayTagContextProperty::PropertyBindingChain' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagContextProperty, Binding) == 0x000018, "Member 'FGameplayTagContextProperty::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagColumn \ +static_assert(alignof(FGameplayTagColumn) == 0x000008, "Wrong alignment on FGameplayTagColumn"); \ +static_assert(sizeof(FGameplayTagColumn) == 0x000030, "Wrong size on FGameplayTagColumn"); \ +static_assert(offsetof(FGameplayTagColumn, InputValue) == 0x000008, "Member 'FGameplayTagColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagColumn, TagMatchType) == 0x000018, "Member 'FGameplayTagColumn::TagMatchType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagColumn, TagMatchDirection) == 0x000019, "Member 'FGameplayTagColumn::TagMatchDirection' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagColumn, bMatchExact) == 0x00001A, "Member 'FGameplayTagColumn::bMatchExact' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagColumn, bInvertMatchingLogic) == 0x00001B, "Member 'FGameplayTagColumn::bInvertMatchingLogic' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagColumn, RowValues) == 0x000020, "Member 'FGameplayTagColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagQueryColumn \ +static_assert(alignof(FGameplayTagQueryColumn) == 0x000008, "Wrong alignment on FGameplayTagQueryColumn"); \ +static_assert(sizeof(FGameplayTagQueryColumn) == 0x000028, "Wrong size on FGameplayTagQueryColumn"); \ +static_assert(offsetof(FGameplayTagQueryColumn, InputValue) == 0x000008, "Member 'FGameplayTagQueryColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagQueryColumn, RowValues) == 0x000018, "Member 'FGameplayTagQueryColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserMultiEnumRowData \ +static_assert(alignof(FChooserMultiEnumRowData) == 0x000004, "Wrong alignment on FChooserMultiEnumRowData"); \ +static_assert(sizeof(FChooserMultiEnumRowData) == 0x000004, "Wrong size on FChooserMultiEnumRowData"); \ +static_assert(offsetof(FChooserMultiEnumRowData, Value) == 0x000000, "Member 'FChooserMultiEnumRowData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMultiEnumColumn \ +static_assert(alignof(FMultiEnumColumn) == 0x000008, "Wrong alignment on FMultiEnumColumn"); \ +static_assert(sizeof(FMultiEnumColumn) == 0x000028, "Wrong size on FMultiEnumColumn"); \ +static_assert(offsetof(FMultiEnumColumn, InputValue) == 0x000008, "Member 'FMultiEnumColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FMultiEnumColumn, RowValues) == 0x000018, "Member 'FMultiEnumColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssetChooser \ +static_assert(alignof(FAssetChooser) == 0x000008, "Wrong alignment on FAssetChooser"); \ +static_assert(sizeof(FAssetChooser) == 0x000010, "Wrong size on FAssetChooser"); \ +static_assert(offsetof(FAssetChooser, Asset) == 0x000008, "Member 'FAssetChooser::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftAssetChooser \ +static_assert(alignof(FSoftAssetChooser) == 0x000008, "Wrong alignment on FSoftAssetChooser"); \ +static_assert(sizeof(FSoftAssetChooser) == 0x000030, "Wrong size on FSoftAssetChooser"); \ +static_assert(offsetof(FSoftAssetChooser, Asset) == 0x000008, "Member 'FSoftAssetChooser::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClassChooser \ +static_assert(alignof(FClassChooser) == 0x000008, "Wrong alignment on FClassChooser"); \ +static_assert(sizeof(FClassChooser) == 0x000010, "Wrong size on FClassChooser"); \ +static_assert(offsetof(FClassChooser, Class) == 0x000008, "Member 'FClassChooser::Class' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserObjectClassRowData \ +static_assert(alignof(FChooserObjectClassRowData) == 0x000008, "Wrong alignment on FChooserObjectClassRowData"); \ +static_assert(sizeof(FChooserObjectClassRowData) == 0x000010, "Wrong size on FChooserObjectClassRowData"); \ +static_assert(offsetof(FChooserObjectClassRowData, Comparison) == 0x000000, "Member 'FChooserObjectClassRowData::Comparison' has a wrong offset!"); \ +static_assert(offsetof(FChooserObjectClassRowData, Value) == 0x000008, "Member 'FChooserObjectClassRowData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectClassColumn \ +static_assert(alignof(FObjectClassColumn) == 0x000008, "Wrong alignment on FObjectClassColumn"); \ +static_assert(sizeof(FObjectClassColumn) == 0x000028, "Wrong size on FObjectClassColumn"); \ +static_assert(offsetof(FObjectClassColumn, InputValue) == 0x000008, "Member 'FObjectClassColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FObjectClassColumn, RowValues) == 0x000018, "Member 'FObjectClassColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectContextProperty \ +static_assert(alignof(FObjectContextProperty) == 0x000008, "Wrong alignment on FObjectContextProperty"); \ +static_assert(sizeof(FObjectContextProperty) == 0x000038, "Wrong size on FObjectContextProperty"); \ +static_assert(offsetof(FObjectContextProperty, Binding) == 0x000008, "Member 'FObjectContextProperty::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserObjectRowData \ +static_assert(alignof(FChooserObjectRowData) == 0x000008, "Wrong alignment on FChooserObjectRowData"); \ +static_assert(sizeof(FChooserObjectRowData) == 0x000030, "Wrong size on FChooserObjectRowData"); \ +static_assert(offsetof(FChooserObjectRowData, Comparison) == 0x000000, "Member 'FChooserObjectRowData::Comparison' has a wrong offset!"); \ +static_assert(offsetof(FChooserObjectRowData, Value) == 0x000008, "Member 'FChooserObjectRowData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectColumn \ +static_assert(alignof(FObjectColumn) == 0x000008, "Wrong alignment on FObjectColumn"); \ +static_assert(sizeof(FObjectColumn) == 0x000028, "Wrong size on FObjectColumn"); \ +static_assert(offsetof(FObjectColumn, InputValue) == 0x000008, "Member 'FObjectColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FObjectColumn, RowValues) == 0x000018, "Member 'FObjectColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOutputBoolColumn \ +static_assert(alignof(FOutputBoolColumn) == 0x000008, "Wrong alignment on FOutputBoolColumn"); \ +static_assert(sizeof(FOutputBoolColumn) == 0x000030, "Wrong size on FOutputBoolColumn"); \ +static_assert(offsetof(FOutputBoolColumn, InputValue) == 0x000008, "Member 'FOutputBoolColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FOutputBoolColumn, bFallbackValue) == 0x000018, "Member 'FOutputBoolColumn::bFallbackValue' has a wrong offset!"); \ +static_assert(offsetof(FOutputBoolColumn, RowValues) == 0x000020, "Member 'FOutputBoolColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserOutputEnumRowData \ +static_assert(alignof(FChooserOutputEnumRowData) == 0x000001, "Wrong alignment on FChooserOutputEnumRowData"); \ +static_assert(sizeof(FChooserOutputEnumRowData) == 0x000001, "Wrong size on FChooserOutputEnumRowData"); \ +static_assert(offsetof(FChooserOutputEnumRowData, Value) == 0x000000, "Member 'FChooserOutputEnumRowData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOutputEnumColumn \ +static_assert(alignof(FOutputEnumColumn) == 0x000008, "Wrong alignment on FOutputEnumColumn"); \ +static_assert(sizeof(FOutputEnumColumn) == 0x000030, "Wrong size on FOutputEnumColumn"); \ +static_assert(offsetof(FOutputEnumColumn, InputValue) == 0x000008, "Member 'FOutputEnumColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FOutputEnumColumn, FallbackValue) == 0x000018, "Member 'FOutputEnumColumn::FallbackValue' has a wrong offset!"); \ +static_assert(offsetof(FOutputEnumColumn, RowValues) == 0x000020, "Member 'FOutputEnumColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOutputFloatColumn \ +static_assert(alignof(FOutputFloatColumn) == 0x000008, "Wrong alignment on FOutputFloatColumn"); \ +static_assert(sizeof(FOutputFloatColumn) == 0x000030, "Wrong size on FOutputFloatColumn"); \ +static_assert(offsetof(FOutputFloatColumn, InputValue) == 0x000008, "Member 'FOutputFloatColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FOutputFloatColumn, FallbackValue) == 0x000018, "Member 'FOutputFloatColumn::FallbackValue' has a wrong offset!"); \ +static_assert(offsetof(FOutputFloatColumn, RowValues) == 0x000020, "Member 'FOutputFloatColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagQueryContextProperty \ +static_assert(alignof(FGameplayTagQueryContextProperty) == 0x000008, "Wrong alignment on FGameplayTagQueryContextProperty"); \ +static_assert(sizeof(FGameplayTagQueryContextProperty) == 0x000038, "Wrong size on FGameplayTagQueryContextProperty"); \ +static_assert(offsetof(FGameplayTagQueryContextProperty, Binding) == 0x000008, "Member 'FGameplayTagQueryContextProperty::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOutputGameplayTagQueryColumn \ +static_assert(alignof(FOutputGameplayTagQueryColumn) == 0x000008, "Wrong alignment on FOutputGameplayTagQueryColumn"); \ +static_assert(sizeof(FOutputGameplayTagQueryColumn) == 0x000070, "Wrong size on FOutputGameplayTagQueryColumn"); \ +static_assert(offsetof(FOutputGameplayTagQueryColumn, InputValue) == 0x000008, "Member 'FOutputGameplayTagQueryColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FOutputGameplayTagQueryColumn, RowValues) == 0x000018, "Member 'FOutputGameplayTagQueryColumn::RowValues' has a wrong offset!"); \ +static_assert(offsetof(FOutputGameplayTagQueryColumn, FallbackValue) == 0x000028, "Member 'FOutputGameplayTagQueryColumn::FallbackValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserOutputObjectRowData \ +static_assert(alignof(FChooserOutputObjectRowData) == 0x000008, "Wrong alignment on FChooserOutputObjectRowData"); \ +static_assert(sizeof(FChooserOutputObjectRowData) == 0x000010, "Wrong size on FChooserOutputObjectRowData"); \ +static_assert(offsetof(FChooserOutputObjectRowData, Value) == 0x000000, "Member 'FChooserOutputObjectRowData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOutputObjectColumn \ +static_assert(alignof(FOutputObjectColumn) == 0x000008, "Wrong alignment on FOutputObjectColumn"); \ +static_assert(sizeof(FOutputObjectColumn) == 0x000038, "Wrong size on FOutputObjectColumn"); \ +static_assert(offsetof(FOutputObjectColumn, InputValue) == 0x000008, "Member 'FOutputObjectColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FOutputObjectColumn, RowValues) == 0x000018, "Member 'FOutputObjectColumn::RowValues' has a wrong offset!"); \ +static_assert(offsetof(FOutputObjectColumn, FallbackValue) == 0x000028, "Member 'FOutputObjectColumn::FallbackValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructContextProperty \ +static_assert(alignof(FStructContextProperty) == 0x000008, "Wrong alignment on FStructContextProperty"); \ +static_assert(sizeof(FStructContextProperty) == 0x000038, "Wrong size on FStructContextProperty"); \ +static_assert(offsetof(FStructContextProperty, Binding) == 0x000008, "Member 'FStructContextProperty::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOutputStructColumn \ +static_assert(alignof(FOutputStructColumn) == 0x000008, "Wrong alignment on FOutputStructColumn"); \ +static_assert(sizeof(FOutputStructColumn) == 0x000038, "Wrong size on FOutputStructColumn"); \ +static_assert(offsetof(FOutputStructColumn, InputValue) == 0x000008, "Member 'FOutputStructColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FOutputStructColumn, FallbackValue) == 0x000018, "Member 'FOutputStructColumn::FallbackValue' has a wrong offset!"); \ +static_assert(offsetof(FOutputStructColumn, RowValues) == 0x000028, "Member 'FOutputStructColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomizeContextProperty \ +static_assert(alignof(FRandomizeContextProperty) == 0x000008, "Wrong alignment on FRandomizeContextProperty"); \ +static_assert(sizeof(FRandomizeContextProperty) == 0x000038, "Wrong size on FRandomizeContextProperty"); \ +static_assert(offsetof(FRandomizeContextProperty, Binding) == 0x000008, "Member 'FRandomizeContextProperty::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomizeColumn \ +static_assert(alignof(FRandomizeColumn) == 0x000008, "Wrong alignment on FRandomizeColumn"); \ +static_assert(sizeof(FRandomizeColumn) == 0x000040, "Wrong size on FRandomizeColumn"); \ +static_assert(offsetof(FRandomizeColumn, InputValue) == 0x000008, "Member 'FRandomizeColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FRandomizeColumn, RepeatProbabilityMultipliers) == 0x000018, "Member 'FRandomizeColumn::RepeatProbabilityMultipliers' has a wrong offset!"); \ +static_assert(offsetof(FRandomizeColumn, EqualCostThreshold) == 0x000028, "Member 'FRandomizeColumn::EqualCostThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRandomizeColumn, RowValues) == 0x000030, "Member 'FRandomizeColumn::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IChooserColumn \ +static_assert(alignof(IChooserColumn) == 0x000001, "Wrong alignment on IChooserColumn"); \ +static_assert(sizeof(IChooserColumn) == 0x000001, "Wrong size on IChooserColumn"); \ + +#define DUMPER7_ASSERTS_IChooserParameterBool \ +static_assert(alignof(IChooserParameterBool) == 0x000001, "Wrong alignment on IChooserParameterBool"); \ +static_assert(sizeof(IChooserParameterBool) == 0x000001, "Wrong size on IChooserParameterBool"); \ + +#define DUMPER7_ASSERTS_IChooserParameterEnum \ +static_assert(alignof(IChooserParameterEnum) == 0x000001, "Wrong alignment on IChooserParameterEnum"); \ +static_assert(sizeof(IChooserParameterEnum) == 0x000001, "Wrong size on IChooserParameterEnum"); \ + +#define DUMPER7_ASSERTS_IChooserParameterFloat \ +static_assert(alignof(IChooserParameterFloat) == 0x000001, "Wrong alignment on IChooserParameterFloat"); \ +static_assert(sizeof(IChooserParameterFloat) == 0x000001, "Wrong size on IChooserParameterFloat"); \ + +#define DUMPER7_ASSERTS_IChooserParameterGameplayTag \ +static_assert(alignof(IChooserParameterGameplayTag) == 0x000001, "Wrong alignment on IChooserParameterGameplayTag"); \ +static_assert(sizeof(IChooserParameterGameplayTag) == 0x000001, "Wrong size on IChooserParameterGameplayTag"); \ + +#define DUMPER7_ASSERTS_IHasContextClass \ +static_assert(alignof(IHasContextClass) == 0x000001, "Wrong alignment on IHasContextClass"); \ +static_assert(sizeof(IHasContextClass) == 0x000001, "Wrong size on IHasContextClass"); \ + +#define DUMPER7_ASSERTS_IObjectChooser \ +static_assert(alignof(IObjectChooser) == 0x000001, "Wrong alignment on IObjectChooser"); \ +static_assert(sizeof(IObjectChooser) == 0x000001, "Wrong size on IObjectChooser"); \ + +#define DUMPER7_ASSERTS_UChooserParameterBool_ContextProperty \ +static_assert(alignof(UChooserParameterBool_ContextProperty) == 0x000008, "Wrong alignment on UChooserParameterBool_ContextProperty"); \ +static_assert(sizeof(UChooserParameterBool_ContextProperty) == 0x000040, "Wrong size on UChooserParameterBool_ContextProperty"); \ +static_assert(offsetof(UChooserParameterBool_ContextProperty, PropertyBindingChain) == 0x000030, "Member 'UChooserParameterBool_ContextProperty::PropertyBindingChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChooserColumnBool \ +static_assert(alignof(UChooserColumnBool) == 0x000008, "Wrong alignment on UChooserColumnBool"); \ +static_assert(sizeof(UChooserColumnBool) == 0x000050, "Wrong size on UChooserColumnBool"); \ +static_assert(offsetof(UChooserColumnBool, InputValue) == 0x000030, "Member 'UChooserColumnBool::InputValue' has a wrong offset!"); \ +static_assert(offsetof(UChooserColumnBool, RowValues) == 0x000040, "Member 'UChooserColumnBool::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChooserSignature \ +static_assert(alignof(UChooserSignature) == 0x000008, "Wrong alignment on UChooserSignature"); \ +static_assert(sizeof(UChooserSignature) == 0x000068, "Wrong size on UChooserSignature"); \ +static_assert(offsetof(UChooserSignature, ResultType) == 0x000048, "Member 'UChooserSignature::ResultType' has a wrong offset!"); \ +static_assert(offsetof(UChooserSignature, OutputObjectType) == 0x000050, "Member 'UChooserSignature::OutputObjectType' has a wrong offset!"); \ +static_assert(offsetof(UChooserSignature, ContextData) == 0x000058, "Member 'UChooserSignature::ContextData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChooserTable_ResultAssetFilter \ +static_assert(alignof(ChooserTable_ResultAssetFilter) == 0x000008, "Wrong alignment on ChooserTable_ResultAssetFilter"); \ +static_assert(sizeof(ChooserTable_ResultAssetFilter) == 0x000070, "Wrong size on ChooserTable_ResultAssetFilter"); \ +static_assert(offsetof(ChooserTable_ResultAssetFilter, AssetData) == 0x000000, "Member 'ChooserTable_ResultAssetFilter::AssetData' has a wrong offset!"); \ +static_assert(offsetof(ChooserTable_ResultAssetFilter, ReturnValue) == 0x000068, "Member 'ChooserTable_ResultAssetFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChooserTable \ +static_assert(alignof(UChooserTable) == 0x000008, "Wrong alignment on UChooserTable"); \ +static_assert(sizeof(UChooserTable) == 0x0000A0, "Wrong size on UChooserTable"); \ +static_assert(offsetof(UChooserTable, RootChooser) == 0x000068, "Member 'UChooserTable::RootChooser' has a wrong offset!"); \ +static_assert(offsetof(UChooserTable, FallbackResult) == 0x000070, "Member 'UChooserTable::FallbackResult' has a wrong offset!"); \ +static_assert(offsetof(UChooserTable, CookedResults) == 0x000080, "Member 'UChooserTable::CookedResults' has a wrong offset!"); \ +static_assert(offsetof(UChooserTable, ColumnsStructs) == 0x000090, "Member 'UChooserTable::ColumnsStructs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectChooser_EvaluateChooser \ +static_assert(alignof(UObjectChooser_EvaluateChooser) == 0x000008, "Wrong alignment on UObjectChooser_EvaluateChooser"); \ +static_assert(sizeof(UObjectChooser_EvaluateChooser) == 0x000038, "Wrong size on UObjectChooser_EvaluateChooser"); \ +static_assert(offsetof(UObjectChooser_EvaluateChooser, Chooser) == 0x000030, "Member 'UObjectChooser_EvaluateChooser::Chooser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChooserColumnMenuContext \ +static_assert(alignof(UChooserColumnMenuContext) == 0x000008, "Wrong alignment on UChooserColumnMenuContext"); \ +static_assert(sizeof(UChooserColumnMenuContext) == 0x000040, "Wrong size on UChooserColumnMenuContext"); \ + +#define DUMPER7_ASSERTS_ChooserFunctionLibrary_AddChooserObjectInput \ +static_assert(alignof(ChooserFunctionLibrary_AddChooserObjectInput) == 0x000008, "Wrong alignment on ChooserFunctionLibrary_AddChooserObjectInput"); \ +static_assert(sizeof(ChooserFunctionLibrary_AddChooserObjectInput) == 0x000080, "Wrong size on ChooserFunctionLibrary_AddChooserObjectInput"); \ +static_assert(offsetof(ChooserFunctionLibrary_AddChooserObjectInput, Context) == 0x000000, "Member 'ChooserFunctionLibrary_AddChooserObjectInput::Context' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_AddChooserObjectInput, Object) == 0x000078, "Member 'ChooserFunctionLibrary_AddChooserObjectInput::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChooserFunctionLibrary_AddChooserStructInput \ +static_assert(alignof(ChooserFunctionLibrary_AddChooserStructInput) == 0x000008, "Wrong alignment on ChooserFunctionLibrary_AddChooserStructInput"); \ +static_assert(sizeof(ChooserFunctionLibrary_AddChooserStructInput) == 0x000080, "Wrong size on ChooserFunctionLibrary_AddChooserStructInput"); \ +static_assert(offsetof(ChooserFunctionLibrary_AddChooserStructInput, Context) == 0x000000, "Member 'ChooserFunctionLibrary_AddChooserStructInput::Context' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_AddChooserStructInput, Value) == 0x000078, "Member 'ChooserFunctionLibrary_AddChooserStructInput::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChooserFunctionLibrary_EvaluateChooser \ +static_assert(alignof(ChooserFunctionLibrary_EvaluateChooser) == 0x000008, "Wrong alignment on ChooserFunctionLibrary_EvaluateChooser"); \ +static_assert(sizeof(ChooserFunctionLibrary_EvaluateChooser) == 0x000020, "Wrong size on ChooserFunctionLibrary_EvaluateChooser"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateChooser, ContextObject) == 0x000000, "Member 'ChooserFunctionLibrary_EvaluateChooser::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateChooser, ChooserTable) == 0x000008, "Member 'ChooserFunctionLibrary_EvaluateChooser::ChooserTable' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateChooser, ObjectClass) == 0x000010, "Member 'ChooserFunctionLibrary_EvaluateChooser::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateChooser, ReturnValue) == 0x000018, "Member 'ChooserFunctionLibrary_EvaluateChooser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChooserFunctionLibrary_EvaluateChooserMulti \ +static_assert(alignof(ChooserFunctionLibrary_EvaluateChooserMulti) == 0x000008, "Wrong alignment on ChooserFunctionLibrary_EvaluateChooserMulti"); \ +static_assert(sizeof(ChooserFunctionLibrary_EvaluateChooserMulti) == 0x000028, "Wrong size on ChooserFunctionLibrary_EvaluateChooserMulti"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateChooserMulti, ContextObject) == 0x000000, "Member 'ChooserFunctionLibrary_EvaluateChooserMulti::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateChooserMulti, ChooserTable) == 0x000008, "Member 'ChooserFunctionLibrary_EvaluateChooserMulti::ChooserTable' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateChooserMulti, ObjectClass) == 0x000010, "Member 'ChooserFunctionLibrary_EvaluateChooserMulti::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateChooserMulti, ReturnValue) == 0x000018, "Member 'ChooserFunctionLibrary_EvaluateChooserMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChooserFunctionLibrary_EvaluateObjectChooserBase \ +static_assert(alignof(ChooserFunctionLibrary_EvaluateObjectChooserBase) == 0x000008, "Wrong alignment on ChooserFunctionLibrary_EvaluateObjectChooserBase"); \ +static_assert(sizeof(ChooserFunctionLibrary_EvaluateObjectChooserBase) == 0x0000A0, "Wrong size on ChooserFunctionLibrary_EvaluateObjectChooserBase"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBase, Context) == 0x000000, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBase::Context' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBase, ObjectChooser) == 0x000078, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBase::ObjectChooser' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBase, ObjectClass) == 0x000088, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBase::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBase, bResultIsClass) == 0x000090, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBase::bResultIsClass' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBase, ReturnValue) == 0x000098, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti \ +static_assert(alignof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti) == 0x000008, "Wrong alignment on ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti"); \ +static_assert(sizeof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti) == 0x0000A8, "Wrong size on ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti, Context) == 0x000000, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti::Context' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti, ObjectChooser) == 0x000078, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti::ObjectChooser' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti, ObjectClass) == 0x000088, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti, bResultIsClass) == 0x000090, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti::bResultIsClass' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti, ReturnValue) == 0x000098, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft \ +static_assert(alignof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft) == 0x000008, "Wrong alignment on ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft"); \ +static_assert(sizeof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft) == 0x0000A8, "Wrong size on ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft, Context) == 0x000000, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft::Context' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft, ObjectChooser) == 0x000078, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft::ObjectChooser' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft, ObjectClass) == 0x000088, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft, bResultIsClass) == 0x000090, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft::bResultIsClass' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft, ReturnValue) == 0x000098, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseMultiSoft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft \ +static_assert(alignof(ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft) == 0x000008, "Wrong alignment on ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft"); \ +static_assert(sizeof(ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft) == 0x0000C0, "Wrong size on ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft, Context) == 0x000000, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft::Context' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft, ObjectChooser) == 0x000078, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft::ObjectChooser' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft, ObjectClass) == 0x000088, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft, bResultIsClass) == 0x000090, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft::bResultIsClass' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft, ReturnValue) == 0x000098, "Member 'ChooserFunctionLibrary_EvaluateObjectChooserBaseSoft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChooserFunctionLibrary_GetChooserObjectInput \ +static_assert(alignof(ChooserFunctionLibrary_GetChooserObjectInput) == 0x000008, "Wrong alignment on ChooserFunctionLibrary_GetChooserObjectInput"); \ +static_assert(sizeof(ChooserFunctionLibrary_GetChooserObjectInput) == 0x000090, "Wrong size on ChooserFunctionLibrary_GetChooserObjectInput"); \ +static_assert(offsetof(ChooserFunctionLibrary_GetChooserObjectInput, Context) == 0x000000, "Member 'ChooserFunctionLibrary_GetChooserObjectInput::Context' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_GetChooserObjectInput, Index_0) == 0x000078, "Member 'ChooserFunctionLibrary_GetChooserObjectInput::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_GetChooserObjectInput, ObjectClass) == 0x000080, "Member 'ChooserFunctionLibrary_GetChooserObjectInput::ObjectClass' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_GetChooserObjectInput, ReturnValue) == 0x000088, "Member 'ChooserFunctionLibrary_GetChooserObjectInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChooserFunctionLibrary_GetChooserStructOutput \ +static_assert(alignof(ChooserFunctionLibrary_GetChooserStructOutput) == 0x000008, "Wrong alignment on ChooserFunctionLibrary_GetChooserStructOutput"); \ +static_assert(sizeof(ChooserFunctionLibrary_GetChooserStructOutput) == 0x000080, "Wrong size on ChooserFunctionLibrary_GetChooserStructOutput"); \ +static_assert(offsetof(ChooserFunctionLibrary_GetChooserStructOutput, Context) == 0x000000, "Member 'ChooserFunctionLibrary_GetChooserStructOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_GetChooserStructOutput, Index_0) == 0x000078, "Member 'ChooserFunctionLibrary_GetChooserStructOutput::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_GetChooserStructOutput, Value) == 0x00007C, "Member 'ChooserFunctionLibrary_GetChooserStructOutput::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChooserFunctionLibrary_MakeChooserEvaluationContext \ +static_assert(alignof(ChooserFunctionLibrary_MakeChooserEvaluationContext) == 0x000008, "Wrong alignment on ChooserFunctionLibrary_MakeChooserEvaluationContext"); \ +static_assert(sizeof(ChooserFunctionLibrary_MakeChooserEvaluationContext) == 0x000078, "Wrong size on ChooserFunctionLibrary_MakeChooserEvaluationContext"); \ +static_assert(offsetof(ChooserFunctionLibrary_MakeChooserEvaluationContext, ReturnValue) == 0x000000, "Member 'ChooserFunctionLibrary_MakeChooserEvaluationContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChooserFunctionLibrary_MakeEvaluateChooser \ +static_assert(alignof(ChooserFunctionLibrary_MakeEvaluateChooser) == 0x000008, "Wrong alignment on ChooserFunctionLibrary_MakeEvaluateChooser"); \ +static_assert(sizeof(ChooserFunctionLibrary_MakeEvaluateChooser) == 0x000018, "Wrong size on ChooserFunctionLibrary_MakeEvaluateChooser"); \ +static_assert(offsetof(ChooserFunctionLibrary_MakeEvaluateChooser, Chooser) == 0x000000, "Member 'ChooserFunctionLibrary_MakeEvaluateChooser::Chooser' has a wrong offset!"); \ +static_assert(offsetof(ChooserFunctionLibrary_MakeEvaluateChooser, ReturnValue) == 0x000008, "Member 'ChooserFunctionLibrary_MakeEvaluateChooser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChooserFunctionLibrary \ +static_assert(alignof(UChooserFunctionLibrary) == 0x000008, "Wrong alignment on UChooserFunctionLibrary"); \ +static_assert(sizeof(UChooserFunctionLibrary) == 0x000028, "Wrong size on UChooserFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UChooserParameterEnum_ContextProperty \ +static_assert(alignof(UChooserParameterEnum_ContextProperty) == 0x000008, "Wrong alignment on UChooserParameterEnum_ContextProperty"); \ +static_assert(sizeof(UChooserParameterEnum_ContextProperty) == 0x000040, "Wrong size on UChooserParameterEnum_ContextProperty"); \ +static_assert(offsetof(UChooserParameterEnum_ContextProperty, PropertyBindingChain) == 0x000030, "Member 'UChooserParameterEnum_ContextProperty::PropertyBindingChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChooserColumnEnum \ +static_assert(alignof(UChooserColumnEnum) == 0x000008, "Wrong alignment on UChooserColumnEnum"); \ +static_assert(sizeof(UChooserColumnEnum) == 0x000050, "Wrong size on UChooserColumnEnum"); \ +static_assert(offsetof(UChooserColumnEnum, InputValue) == 0x000030, "Member 'UChooserColumnEnum::InputValue' has a wrong offset!"); \ +static_assert(offsetof(UChooserColumnEnum, RowValues) == 0x000040, "Member 'UChooserColumnEnum::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloatAutoPopulator \ +static_assert(alignof(UFloatAutoPopulator) == 0x000008, "Wrong alignment on UFloatAutoPopulator"); \ +static_assert(sizeof(UFloatAutoPopulator) == 0x000028, "Wrong size on UFloatAutoPopulator"); \ + +#define DUMPER7_ASSERTS_UChooserParameterFloat_ContextProperty \ +static_assert(alignof(UChooserParameterFloat_ContextProperty) == 0x000008, "Wrong alignment on UChooserParameterFloat_ContextProperty"); \ +static_assert(sizeof(UChooserParameterFloat_ContextProperty) == 0x000040, "Wrong size on UChooserParameterFloat_ContextProperty"); \ +static_assert(offsetof(UChooserParameterFloat_ContextProperty, PropertyBindingChain) == 0x000030, "Member 'UChooserParameterFloat_ContextProperty::PropertyBindingChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChooserColumnFloatRange \ +static_assert(alignof(UChooserColumnFloatRange) == 0x000008, "Wrong alignment on UChooserColumnFloatRange"); \ +static_assert(sizeof(UChooserColumnFloatRange) == 0x000050, "Wrong size on UChooserColumnFloatRange"); \ +static_assert(offsetof(UChooserColumnFloatRange, InputValue) == 0x000030, "Member 'UChooserColumnFloatRange::InputValue' has a wrong offset!"); \ +static_assert(offsetof(UChooserColumnFloatRange, RowValues) == 0x000040, "Member 'UChooserColumnFloatRange::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChooserParameterGameplayTag_ContextProperty \ +static_assert(alignof(UChooserParameterGameplayTag_ContextProperty) == 0x000008, "Wrong alignment on UChooserParameterGameplayTag_ContextProperty"); \ +static_assert(sizeof(UChooserParameterGameplayTag_ContextProperty) == 0x000040, "Wrong size on UChooserParameterGameplayTag_ContextProperty"); \ +static_assert(offsetof(UChooserParameterGameplayTag_ContextProperty, PropertyBindingChain) == 0x000030, "Member 'UChooserParameterGameplayTag_ContextProperty::PropertyBindingChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChooserColumnGameplayTag \ +static_assert(alignof(UChooserColumnGameplayTag) == 0x000008, "Wrong alignment on UChooserColumnGameplayTag"); \ +static_assert(sizeof(UChooserColumnGameplayTag) == 0x000058, "Wrong size on UChooserColumnGameplayTag"); \ +static_assert(offsetof(UChooserColumnGameplayTag, InputValue) == 0x000030, "Member 'UChooserColumnGameplayTag::InputValue' has a wrong offset!"); \ +static_assert(offsetof(UChooserColumnGameplayTag, TagMatchType) == 0x000040, "Member 'UChooserColumnGameplayTag::TagMatchType' has a wrong offset!"); \ +static_assert(offsetof(UChooserColumnGameplayTag, RowValues) == 0x000048, "Member 'UChooserColumnGameplayTag::RowValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectChooser_Asset \ +static_assert(alignof(UObjectChooser_Asset) == 0x000008, "Wrong alignment on UObjectChooser_Asset"); \ +static_assert(sizeof(UObjectChooser_Asset) == 0x000038, "Wrong size on UObjectChooser_Asset"); \ +static_assert(offsetof(UObjectChooser_Asset, Asset) == 0x000030, "Member 'UObjectChooser_Asset::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChooserParameterPoseHistoryBase \ +static_assert(alignof(FChooserParameterPoseHistoryBase) == 0x000008, "Wrong alignment on FChooserParameterPoseHistoryBase"); \ +static_assert(sizeof(FChooserParameterPoseHistoryBase) == 0x000008, "Wrong size on FChooserParameterPoseHistoryBase"); \ + +#define DUMPER7_ASSERTS_FPoseSearchCost \ +static_assert(alignof(FPoseSearchCost) == 0x000004, "Wrong alignment on FPoseSearchCost"); \ +static_assert(sizeof(FPoseSearchCost) == 0x000004, "Wrong size on FPoseSearchCost"); \ +static_assert(offsetof(FPoseSearchCost, TotalCost) == 0x000000, "Member 'FPoseSearchCost::TotalCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchInteractionAvailability \ +static_assert(alignof(FPoseSearchInteractionAvailability) == 0x000008, "Wrong alignment on FPoseSearchInteractionAvailability"); \ +static_assert(sizeof(FPoseSearchInteractionAvailability) == 0x000030, "Wrong size on FPoseSearchInteractionAvailability"); \ +static_assert(offsetof(FPoseSearchInteractionAvailability, Database) == 0x000000, "Member 'FPoseSearchInteractionAvailability::Database' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchInteractionAvailability, Tag) == 0x000008, "Member 'FPoseSearchInteractionAvailability::Tag' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchInteractionAvailability, RolesFilter) == 0x000010, "Member 'FPoseSearchInteractionAvailability::RolesFilter' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchInteractionAvailability, BroadPhaseRadius) == 0x000020, "Member 'FPoseSearchInteractionAvailability::BroadPhaseRadius' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchInteractionAvailability, BroadPhaseRadiusIncrementOnInteraction) == 0x000024, "Member 'FPoseSearchInteractionAvailability::BroadPhaseRadiusIncrementOnInteraction' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchInteractionAvailability, bDisableCollisions) == 0x000028, "Member 'FPoseSearchInteractionAvailability::bDisableCollisions' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchInteractionAvailability, TickPriority) == 0x00002C, "Member 'FPoseSearchInteractionAvailability::TickPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchInteractionAvailabilityEx \ +static_assert(alignof(FPoseSearchInteractionAvailabilityEx) == 0x000008, "Wrong alignment on FPoseSearchInteractionAvailabilityEx"); \ +static_assert(sizeof(FPoseSearchInteractionAvailabilityEx) == 0x000040, "Wrong size on FPoseSearchInteractionAvailabilityEx"); \ + +#define DUMPER7_ASSERTS_FPoseSearchInteractionAnimContextAvailabilities \ +static_assert(alignof(FPoseSearchInteractionAnimContextAvailabilities) == 0x000008, "Wrong alignment on FPoseSearchInteractionAnimContextAvailabilities"); \ +static_assert(sizeof(FPoseSearchInteractionAnimContextAvailabilities) == 0x000018, "Wrong size on FPoseSearchInteractionAnimContextAvailabilities"); \ +static_assert(offsetof(FPoseSearchInteractionAnimContextAvailabilities, AnimContext) == 0x000000, "Member 'FPoseSearchInteractionAnimContextAvailabilities::AnimContext' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchInteractionAnimContextAvailabilities, Availabilities) == 0x000008, "Member 'FPoseSearchInteractionAnimContextAvailabilities::Availabilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchEvent \ +static_assert(alignof(FPoseSearchEvent) == 0x000004, "Wrong alignment on FPoseSearchEvent"); \ +static_assert(sizeof(FPoseSearchEvent) == 0x000018, "Wrong size on FPoseSearchEvent"); \ +static_assert(offsetof(FPoseSearchEvent, EventTag) == 0x000000, "Member 'FPoseSearchEvent::EventTag' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchEvent, TimeToEvent) == 0x000008, "Member 'FPoseSearchEvent::TimeToEvent' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchEvent, bEnablePoseFilters) == 0x00000C, "Member 'FPoseSearchEvent::bEnablePoseFilters' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchEvent, bUsePlayRateRangeOverride) == 0x00000D, "Member 'FPoseSearchEvent::bUsePlayRateRangeOverride' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchEvent, PlayRateRangeOverride) == 0x000010, "Member 'FPoseSearchEvent::PlayRateRangeOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchBlueprintResult \ +static_assert(alignof(FPoseSearchBlueprintResult) == 0x000008, "Wrong alignment on FPoseSearchBlueprintResult"); \ +static_assert(sizeof(FPoseSearchBlueprintResult) == 0x000078, "Wrong size on FPoseSearchBlueprintResult"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, SelectedAnim) == 0x000000, "Member 'FPoseSearchBlueprintResult::SelectedAnim' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, SelectedTime) == 0x000008, "Member 'FPoseSearchBlueprintResult::SelectedTime' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, bIsContinuingPoseSearch) == 0x00000C, "Member 'FPoseSearchBlueprintResult::bIsContinuingPoseSearch' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, WantedPlayRate) == 0x000010, "Member 'FPoseSearchBlueprintResult::WantedPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, bLoop) == 0x000014, "Member 'FPoseSearchBlueprintResult::bLoop' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, bIsMirrored) == 0x000015, "Member 'FPoseSearchBlueprintResult::bIsMirrored' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, BlendParameters) == 0x000018, "Member 'FPoseSearchBlueprintResult::BlendParameters' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, SelectedDatabase) == 0x000030, "Member 'FPoseSearchBlueprintResult::SelectedDatabase' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, SearchCost) == 0x000038, "Member 'FPoseSearchBlueprintResult::SearchCost' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, bIsInteraction) == 0x00003C, "Member 'FPoseSearchBlueprintResult::bIsInteraction' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, Role) == 0x000040, "Member 'FPoseSearchBlueprintResult::Role' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, ActorRootTransforms) == 0x000048, "Member 'FPoseSearchBlueprintResult::ActorRootTransforms' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, ActorRootBoneTransforms) == 0x000058, "Member 'FPoseSearchBlueprintResult::ActorRootBoneTransforms' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBlueprintResult, AnimContexts) == 0x000068, "Member 'FPoseSearchBlueprintResult::AnimContexts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionMatchingState \ +static_assert(alignof(FMotionMatchingState) == 0x000008, "Wrong alignment on FMotionMatchingState"); \ +static_assert(sizeof(FMotionMatchingState) == 0x0000F8, "Wrong size on FMotionMatchingState"); \ +static_assert(offsetof(FMotionMatchingState, SearchResult) == 0x000020, "Member 'FMotionMatchingState::SearchResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_MotionMatching \ +static_assert(alignof(FAnimNode_MotionMatching) == 0x000010, "Wrong alignment on FAnimNode_MotionMatching"); \ +static_assert(sizeof(FAnimNode_MotionMatching) == 0x000320, "Wrong size on FAnimNode_MotionMatching"); \ +static_assert(offsetof(FAnimNode_MotionMatching, Database) == 0x0000C0, "Member 'FAnimNode_MotionMatching::Database' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, BlendTime) == 0x0000C8, "Member 'FAnimNode_MotionMatching::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, BlendProfile) == 0x0000D0, "Member 'FAnimNode_MotionMatching::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, BlendOption) == 0x0000D8, "Member 'FAnimNode_MotionMatching::BlendOption' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, PoseJumpThresholdTime) == 0x0000DC, "Member 'FAnimNode_MotionMatching::PoseJumpThresholdTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, PoseReselectHistory) == 0x0000E4, "Member 'FAnimNode_MotionMatching::PoseReselectHistory' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, SearchThrottleTime) == 0x0000E8, "Member 'FAnimNode_MotionMatching::SearchThrottleTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, PlayRate) == 0x0000EC, "Member 'FAnimNode_MotionMatching::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, PlayRateMultiplier) == 0x0000F4, "Member 'FAnimNode_MotionMatching::PlayRateMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, bUseInertialBlend) == 0x0000F8, "Member 'FAnimNode_MotionMatching::bUseInertialBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, bResetOnBecomingRelevant) == 0x0000F9, "Member 'FAnimNode_MotionMatching::bResetOnBecomingRelevant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, bShouldSearch) == 0x0000FA, "Member 'FAnimNode_MotionMatching::bShouldSearch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, bShouldUseCachedChannelData) == 0x0000FB, "Member 'FAnimNode_MotionMatching::bShouldUseCachedChannelData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, EventToSearch) == 0x0000FC, "Member 'FAnimNode_MotionMatching::EventToSearch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, MotionMatchingState) == 0x000118, "Member 'FAnimNode_MotionMatching::MotionMatchingState' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, DatabasesToSearch) == 0x000220, "Member 'FAnimNode_MotionMatching::DatabasesToSearch' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, Availabilities) == 0x000238, "Member 'FAnimNode_MotionMatching::Availabilities' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, bValidateResultAgainstAvailabilities) == 0x000248, "Member 'FAnimNode_MotionMatching::bValidateResultAgainstAvailabilities' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, bKeepInteractionAlive) == 0x000249, "Member 'FAnimNode_MotionMatching::bKeepInteractionAlive' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, bWarpUsingRootBone) == 0x00024A, "Member 'FAnimNode_MotionMatching::bWarpUsingRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, WarpingTranslationRatio) == 0x00024C, "Member 'FAnimNode_MotionMatching::WarpingTranslationRatio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatching, WarpingRotationRatio) == 0x000250, "Member 'FAnimNode_MotionMatching::WarpingRotationRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_MotionMatchingInteraction \ +static_assert(alignof(FAnimNode_MotionMatchingInteraction) == 0x000010, "Wrong alignment on FAnimNode_MotionMatchingInteraction"); \ +static_assert(sizeof(FAnimNode_MotionMatchingInteraction) == 0x000250, "Wrong size on FAnimNode_MotionMatchingInteraction"); \ +static_assert(offsetof(FAnimNode_MotionMatchingInteraction, Availabilities) == 0x0000C0, "Member 'FAnimNode_MotionMatchingInteraction::Availabilities' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatchingInteraction, bValidateResultAgainstAvailabilities) == 0x0000D0, "Member 'FAnimNode_MotionMatchingInteraction::bValidateResultAgainstAvailabilities' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatchingInteraction, WarpingTranslationRatio) == 0x0000D4, "Member 'FAnimNode_MotionMatchingInteraction::WarpingTranslationRatio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatchingInteraction, WarpingRotationRatio) == 0x0000D8, "Member 'FAnimNode_MotionMatchingInteraction::WarpingRotationRatio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatchingInteraction, bWarpUsingRootBone) == 0x0000DC, "Member 'FAnimNode_MotionMatchingInteraction::bWarpUsingRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatchingInteraction, bResetOnBecomingRelevant) == 0x0000DD, "Member 'FAnimNode_MotionMatchingInteraction::bResetOnBecomingRelevant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatchingInteraction, BlendTime) == 0x0000E0, "Member 'FAnimNode_MotionMatchingInteraction::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatchingInteraction, BlendProfile) == 0x0000E8, "Member 'FAnimNode_MotionMatchingInteraction::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatchingInteraction, BlendOption) == 0x0000F0, "Member 'FAnimNode_MotionMatchingInteraction::BlendOption' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatchingInteraction, BlendspaceUpdateMode) == 0x0000F1, "Member 'FAnimNode_MotionMatchingInteraction::BlendspaceUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatchingInteraction, bUseInertialBlend) == 0x0000F2, "Member 'FAnimNode_MotionMatchingInteraction::bUseInertialBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_MotionMatchingInteraction, CurrentResult) == 0x0000F8, "Member 'FAnimNode_MotionMatchingInteraction::CurrentResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchTrajectoryData \ +static_assert(alignof(FPoseSearchTrajectoryData) == 0x000008, "Wrong alignment on FPoseSearchTrajectoryData"); \ +static_assert(sizeof(FPoseSearchTrajectoryData) == 0x000128, "Wrong size on FPoseSearchTrajectoryData"); \ +static_assert(offsetof(FPoseSearchTrajectoryData, RotateTowardsMovementSpeed) == 0x000000, "Member 'FPoseSearchTrajectoryData::RotateTowardsMovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchTrajectoryData, MaxControllerYawRate) == 0x000004, "Member 'FPoseSearchTrajectoryData::MaxControllerYawRate' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchTrajectoryData, BendVelocityTowardsAcceleration) == 0x000008, "Member 'FPoseSearchTrajectoryData::BendVelocityTowardsAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchTrajectoryData, bUseSpeedRemappingCurve) == 0x00000C, "Member 'FPoseSearchTrajectoryData::bUseSpeedRemappingCurve' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchTrajectoryData, SpeedRemappingCurve) == 0x000010, "Member 'FPoseSearchTrajectoryData::SpeedRemappingCurve' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchTrajectoryData, bUseAccelerationRemappingCurve) == 0x000098, "Member 'FPoseSearchTrajectoryData::bUseAccelerationRemappingCurve' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchTrajectoryData, AccelerationRemappingCurve) == 0x0000A0, "Member 'FPoseSearchTrajectoryData::AccelerationRemappingCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseSearchHistoryCollector_Base \ +static_assert(alignof(FAnimNode_PoseSearchHistoryCollector_Base) == 0x000008, "Wrong alignment on FAnimNode_PoseSearchHistoryCollector_Base"); \ +static_assert(sizeof(FAnimNode_PoseSearchHistoryCollector_Base) == 0x0002D8, "Wrong size on FAnimNode_PoseSearchHistoryCollector_Base"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, PoseCount) == 0x000010, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::PoseCount' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, SamplingInterval) == 0x000014, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::SamplingInterval' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, CollectedBones) == 0x000018, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::CollectedBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, CollectedCurves) == 0x000028, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::CollectedCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, bInitializeWithRefPose) == 0x000038, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::bInitializeWithRefPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, bResetOnBecomingRelevant) == 0x000039, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::bResetOnBecomingRelevant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, bStoreScales) == 0x00003A, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::bStoreScales' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, RootBoneRecoveryTime) == 0x00003C, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::RootBoneRecoveryTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, RootBoneTranslationRecoveryRatio) == 0x000040, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::RootBoneTranslationRecoveryRatio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, RootBoneRotationRecoveryRatio) == 0x000044, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::RootBoneRotationRecoveryRatio' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, bGenerateTrajectory) == 0x000058, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::bGenerateTrajectory' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, TransformTrajectory) == 0x000060, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::TransformTrajectory' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, TrajectorySpeedMultiplier) == 0x000070, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::TrajectorySpeedMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, TrajectoryHistoryCount) == 0x000074, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::TrajectoryHistoryCount' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, TrajectoryPredictionCount) == 0x000078, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::TrajectoryPredictionCount' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, PredictionSamplingInterval) == 0x00007C, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::PredictionSamplingInterval' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector_Base, TrajectoryData) == 0x000080, "Member 'FAnimNode_PoseSearchHistoryCollector_Base::TrajectoryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseSearchHistoryCollector \ +static_assert(alignof(FAnimNode_PoseSearchHistoryCollector) == 0x000008, "Wrong alignment on FAnimNode_PoseSearchHistoryCollector"); \ +static_assert(sizeof(FAnimNode_PoseSearchHistoryCollector) == 0x0002E8, "Wrong size on FAnimNode_PoseSearchHistoryCollector"); \ +static_assert(offsetof(FAnimNode_PoseSearchHistoryCollector, Source) == 0x0002D8, "Member 'FAnimNode_PoseSearchHistoryCollector::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseSearchComponentSpaceHistoryCollector \ +static_assert(alignof(FAnimNode_PoseSearchComponentSpaceHistoryCollector) == 0x000008, "Wrong alignment on FAnimNode_PoseSearchComponentSpaceHistoryCollector"); \ +static_assert(sizeof(FAnimNode_PoseSearchComponentSpaceHistoryCollector) == 0x0002E8, "Wrong size on FAnimNode_PoseSearchComponentSpaceHistoryCollector"); \ +static_assert(offsetof(FAnimNode_PoseSearchComponentSpaceHistoryCollector, Source) == 0x0002D8, "Member 'FAnimNode_PoseSearchComponentSpaceHistoryCollector::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseHistoryContextProperty \ +static_assert(alignof(FPoseHistoryContextProperty) == 0x000008, "Wrong alignment on FPoseHistoryContextProperty"); \ +static_assert(sizeof(FPoseHistoryContextProperty) == 0x000038, "Wrong size on FPoseHistoryContextProperty"); \ +static_assert(offsetof(FPoseHistoryContextProperty, Binding) == 0x000008, "Member 'FPoseHistoryContextProperty::Binding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchColumnNullInputValue \ +static_assert(alignof(FPoseSearchColumnNullInputValue) == 0x000008, "Wrong alignment on FPoseSearchColumnNullInputValue"); \ +static_assert(sizeof(FPoseSearchColumnNullInputValue) == 0x000008, "Wrong size on FPoseSearchColumnNullInputValue"); \ + +#define DUMPER7_ASSERTS_FPoseSearchColumn \ +static_assert(alignof(FPoseSearchColumn) == 0x000008, "Wrong alignment on FPoseSearchColumn"); \ +static_assert(sizeof(FPoseSearchColumn) == 0x000080, "Wrong size on FPoseSearchColumn"); \ +static_assert(offsetof(FPoseSearchColumn, InternalDatabase) == 0x000008, "Member 'FPoseSearchColumn::InternalDatabase' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchColumn, PoseReselectHistory) == 0x000010, "Member 'FPoseSearchColumn::PoseReselectHistory' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchColumn, MaxNumberOfResults) == 0x000014, "Member 'FPoseSearchColumn::MaxNumberOfResults' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchColumn, InterruptMode) == 0x000018, "Member 'FPoseSearchColumn::InterruptMode' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchColumn, InputValue) == 0x000028, "Member 'FPoseSearchColumn::InputValue' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchColumn, NullInputValue) == 0x000038, "Member 'FPoseSearchColumn::NullInputValue' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchColumn, OutputStartTime) == 0x000040, "Member 'FPoseSearchColumn::OutputStartTime' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchColumn, OutputMirror) == 0x000050, "Member 'FPoseSearchColumn::OutputMirror' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchColumn, OutputForceBlendTo) == 0x000060, "Member 'FPoseSearchColumn::OutputForceBlendTo' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchColumn, OutputCost) == 0x000070, "Member 'FPoseSearchColumn::OutputCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionMatchingBlueprintBlendSettings \ +static_assert(alignof(FMotionMatchingBlueprintBlendSettings) == 0x000008, "Wrong alignment on FMotionMatchingBlueprintBlendSettings"); \ +static_assert(sizeof(FMotionMatchingBlueprintBlendSettings) == 0x000018, "Wrong size on FMotionMatchingBlueprintBlendSettings"); \ +static_assert(offsetof(FMotionMatchingBlueprintBlendSettings, BlendTime) == 0x000000, "Member 'FMotionMatchingBlueprintBlendSettings::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingBlueprintBlendSettings, BlendProfile) == 0x000008, "Member 'FMotionMatchingBlueprintBlendSettings::BlendProfile' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingBlueprintBlendSettings, BlendOption) == 0x000010, "Member 'FMotionMatchingBlueprintBlendSettings::BlendOption' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingBlueprintBlendSettings, bUseInertialBlend) == 0x000011, "Member 'FMotionMatchingBlueprintBlendSettings::bUseInertialBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionMatchingAnimNodeReference \ +static_assert(alignof(FMotionMatchingAnimNodeReference) == 0x000008, "Wrong alignment on FMotionMatchingAnimNodeReference"); \ +static_assert(sizeof(FMotionMatchingAnimNodeReference) == 0x000010, "Wrong size on FMotionMatchingAnimNodeReference"); \ + +#define DUMPER7_ASSERTS_FMotionMatchingInteractionAnimNodeReference \ +static_assert(alignof(FMotionMatchingInteractionAnimNodeReference) == 0x000008, "Wrong alignment on FMotionMatchingInteractionAnimNodeReference"); \ +static_assert(sizeof(FMotionMatchingInteractionAnimNodeReference) == 0x000010, "Wrong size on FMotionMatchingInteractionAnimNodeReference"); \ + +#define DUMPER7_ASSERTS_FPoseSearchIKWindowConstraint \ +static_assert(alignof(FPoseSearchIKWindowConstraint) == 0x000004, "Wrong alignment on FPoseSearchIKWindowConstraint"); \ +static_assert(sizeof(FPoseSearchIKWindowConstraint) == 0x000030, "Wrong size on FPoseSearchIKWindowConstraint"); \ +static_assert(offsetof(FPoseSearchIKWindowConstraint, FromGoalName) == 0x000000, "Member 'FPoseSearchIKWindowConstraint::FromGoalName' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchIKWindowConstraint, FromGoalRole) == 0x000008, "Member 'FPoseSearchIKWindowConstraint::FromGoalRole' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchIKWindowConstraint, ToGoalName) == 0x000010, "Member 'FPoseSearchIKWindowConstraint::ToGoalName' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchIKWindowConstraint, ToGoalRole) == 0x000018, "Member 'FPoseSearchIKWindowConstraint::ToGoalRole' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchIKWindowConstraint, TranslationWeight) == 0x000020, "Member 'FPoseSearchIKWindowConstraint::TranslationWeight' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchIKWindowConstraint, RotationWeight) == 0x000024, "Member 'FPoseSearchIKWindowConstraint::RotationWeight' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchIKWindowConstraint, ActivationTime) == 0x000028, "Member 'FPoseSearchIKWindowConstraint::ActivationTime' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchIKWindowConstraint, DeactivationTime) == 0x00002C, "Member 'FPoseSearchIKWindowConstraint::DeactivationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchAssetSamplerInput \ +static_assert(alignof(FPoseSearchAssetSamplerInput) == 0x000010, "Wrong alignment on FPoseSearchAssetSamplerInput"); \ +static_assert(sizeof(FPoseSearchAssetSamplerInput) == 0x0000A0, "Wrong size on FPoseSearchAssetSamplerInput"); \ +static_assert(offsetof(FPoseSearchAssetSamplerInput, Animation) == 0x000000, "Member 'FPoseSearchAssetSamplerInput::Animation' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchAssetSamplerInput, AnimationTime) == 0x000008, "Member 'FPoseSearchAssetSamplerInput::AnimationTime' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchAssetSamplerInput, RootTransformOrigin) == 0x000010, "Member 'FPoseSearchAssetSamplerInput::RootTransformOrigin' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchAssetSamplerInput, bMirrored) == 0x000070, "Member 'FPoseSearchAssetSamplerInput::bMirrored' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchAssetSamplerInput, MirrorDataTable) == 0x000078, "Member 'FPoseSearchAssetSamplerInput::MirrorDataTable' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchAssetSamplerInput, BlendParameters) == 0x000080, "Member 'FPoseSearchAssetSamplerInput::BlendParameters' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchAssetSamplerInput, RootTransformSamplingRate) == 0x000098, "Member 'FPoseSearchAssetSamplerInput::RootTransformSamplingRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchAssetSamplerPose \ +static_assert(alignof(FPoseSearchAssetSamplerPose) == 0x000010, "Wrong alignment on FPoseSearchAssetSamplerPose"); \ +static_assert(sizeof(FPoseSearchAssetSamplerPose) == 0x0000E0, "Wrong size on FPoseSearchAssetSamplerPose"); \ + +#define DUMPER7_ASSERTS_FPoseSearchDatabaseAnimationAssetBase \ +static_assert(alignof(FPoseSearchDatabaseAnimationAssetBase) == 0x000008, "Wrong alignment on FPoseSearchDatabaseAnimationAssetBase"); \ +static_assert(sizeof(FPoseSearchDatabaseAnimationAssetBase) == 0x000008, "Wrong size on FPoseSearchDatabaseAnimationAssetBase"); \ + +#define DUMPER7_ASSERTS_FPoseSearchDatabaseAnimationAsset \ +static_assert(alignof(FPoseSearchDatabaseAnimationAsset) == 0x000008, "Wrong alignment on FPoseSearchDatabaseAnimationAsset"); \ +static_assert(sizeof(FPoseSearchDatabaseAnimationAsset) == 0x000010, "Wrong size on FPoseSearchDatabaseAnimationAsset"); \ +static_assert(offsetof(FPoseSearchDatabaseAnimationAsset, AnimAsset) == 0x000008, "Member 'FPoseSearchDatabaseAnimationAsset::AnimAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchDatabaseSequence \ +static_assert(alignof(FPoseSearchDatabaseSequence) == 0x000008, "Wrong alignment on FPoseSearchDatabaseSequence"); \ +static_assert(sizeof(FPoseSearchDatabaseSequence) == 0x000010, "Wrong size on FPoseSearchDatabaseSequence"); \ +static_assert(offsetof(FPoseSearchDatabaseSequence, Sequence) == 0x000008, "Member 'FPoseSearchDatabaseSequence::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchDatabaseBlendSpace \ +static_assert(alignof(FPoseSearchDatabaseBlendSpace) == 0x000008, "Wrong alignment on FPoseSearchDatabaseBlendSpace"); \ +static_assert(sizeof(FPoseSearchDatabaseBlendSpace) == 0x000010, "Wrong size on FPoseSearchDatabaseBlendSpace"); \ +static_assert(offsetof(FPoseSearchDatabaseBlendSpace, BlendSpace) == 0x000008, "Member 'FPoseSearchDatabaseBlendSpace::BlendSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchDatabaseAnimComposite \ +static_assert(alignof(FPoseSearchDatabaseAnimComposite) == 0x000008, "Wrong alignment on FPoseSearchDatabaseAnimComposite"); \ +static_assert(sizeof(FPoseSearchDatabaseAnimComposite) == 0x000010, "Wrong size on FPoseSearchDatabaseAnimComposite"); \ +static_assert(offsetof(FPoseSearchDatabaseAnimComposite, AnimComposite) == 0x000008, "Member 'FPoseSearchDatabaseAnimComposite::AnimComposite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchDatabaseAnimMontage \ +static_assert(alignof(FPoseSearchDatabaseAnimMontage) == 0x000008, "Wrong alignment on FPoseSearchDatabaseAnimMontage"); \ +static_assert(sizeof(FPoseSearchDatabaseAnimMontage) == 0x000010, "Wrong size on FPoseSearchDatabaseAnimMontage"); \ +static_assert(offsetof(FPoseSearchDatabaseAnimMontage, AnimMontage) == 0x000008, "Member 'FPoseSearchDatabaseAnimMontage::AnimMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchDatabaseMultiAnimAsset \ +static_assert(alignof(FPoseSearchDatabaseMultiAnimAsset) == 0x000008, "Wrong alignment on FPoseSearchDatabaseMultiAnimAsset"); \ +static_assert(sizeof(FPoseSearchDatabaseMultiAnimAsset) == 0x000010, "Wrong size on FPoseSearchDatabaseMultiAnimAsset"); \ +static_assert(offsetof(FPoseSearchDatabaseMultiAnimAsset, MultiAnimAsset) == 0x000008, "Member 'FPoseSearchDatabaseMultiAnimAsset::MultiAnimAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchBone \ +static_assert(alignof(FPoseSearchBone) == 0x000004, "Wrong alignment on FPoseSearchBone"); \ +static_assert(sizeof(FPoseSearchBone) == 0x000014, "Wrong size on FPoseSearchBone"); \ +static_assert(offsetof(FPoseSearchBone, Reference) == 0x000000, "Member 'FPoseSearchBone::Reference' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchBone, Flags) == 0x000010, "Member 'FPoseSearchBone::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchTrajectorySample \ +static_assert(alignof(FPoseSearchTrajectorySample) == 0x000004, "Wrong alignment on FPoseSearchTrajectorySample"); \ +static_assert(sizeof(FPoseSearchTrajectorySample) == 0x000008, "Wrong size on FPoseSearchTrajectorySample"); \ +static_assert(offsetof(FPoseSearchTrajectorySample, Offset) == 0x000000, "Member 'FPoseSearchTrajectorySample::Offset' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchTrajectorySample, Flags) == 0x000004, "Member 'FPoseSearchTrajectorySample::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseHistoryReference \ +static_assert(alignof(FPoseHistoryReference) == 0x000008, "Wrong alignment on FPoseHistoryReference"); \ +static_assert(sizeof(FPoseHistoryReference) == 0x000010, "Wrong size on FPoseHistoryReference"); \ + +#define DUMPER7_ASSERTS_FPoseHistoryAnimationAttribute \ +static_assert(alignof(FPoseHistoryAnimationAttribute) == 0x000008, "Wrong alignment on FPoseHistoryAnimationAttribute"); \ +static_assert(sizeof(FPoseHistoryAnimationAttribute) == 0x000010, "Wrong size on FPoseHistoryAnimationAttribute"); \ + +#define DUMPER7_ASSERTS_FPoseSearchHistoryCollectorAnimNodeReference \ +static_assert(alignof(FPoseSearchHistoryCollectorAnimNodeReference) == 0x000008, "Wrong alignment on FPoseSearchHistoryCollectorAnimNodeReference"); \ +static_assert(sizeof(FPoseSearchHistoryCollectorAnimNodeReference) == 0x000010, "Wrong size on FPoseSearchHistoryCollectorAnimNodeReference"); \ + +#define DUMPER7_ASSERTS_FPoseSearchInteractionAssetItem \ +static_assert(alignof(FPoseSearchInteractionAssetItem) == 0x000010, "Wrong alignment on FPoseSearchInteractionAssetItem"); \ +static_assert(sizeof(FPoseSearchInteractionAssetItem) == 0x000080, "Wrong size on FPoseSearchInteractionAssetItem"); \ +static_assert(offsetof(FPoseSearchInteractionAssetItem, Animation) == 0x000000, "Member 'FPoseSearchInteractionAssetItem::Animation' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchInteractionAssetItem, Role) == 0x000008, "Member 'FPoseSearchInteractionAssetItem::Role' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchInteractionAssetItem, WarpingWeightRotation) == 0x000010, "Member 'FPoseSearchInteractionAssetItem::WarpingWeightRotation' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchInteractionAssetItem, WarpingWeightTranslation) == 0x000014, "Member 'FPoseSearchInteractionAssetItem::WarpingWeightTranslation' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchInteractionAssetItem, Origin) == 0x000020, "Member 'FPoseSearchInteractionAssetItem::Origin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchFutureProperties \ +static_assert(alignof(FPoseSearchFutureProperties) == 0x000008, "Wrong alignment on FPoseSearchFutureProperties"); \ +static_assert(sizeof(FPoseSearchFutureProperties) == 0x000010, "Wrong size on FPoseSearchFutureProperties"); \ +static_assert(offsetof(FPoseSearchFutureProperties, Animation) == 0x000000, "Member 'FPoseSearchFutureProperties::Animation' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchFutureProperties, AnimationTime) == 0x000008, "Member 'FPoseSearchFutureProperties::AnimationTime' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchFutureProperties, IntervalTime) == 0x00000C, "Member 'FPoseSearchFutureProperties::IntervalTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchContinuingProperties \ +static_assert(alignof(FPoseSearchContinuingProperties) == 0x000008, "Wrong alignment on FPoseSearchContinuingProperties"); \ +static_assert(sizeof(FPoseSearchContinuingProperties) == 0x000038, "Wrong size on FPoseSearchContinuingProperties"); \ +static_assert(offsetof(FPoseSearchContinuingProperties, PlayingAsset) == 0x000000, "Member 'FPoseSearchContinuingProperties::PlayingAsset' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchContinuingProperties, PlayingAssetAccumulatedTime) == 0x000008, "Member 'FPoseSearchContinuingProperties::PlayingAssetAccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchContinuingProperties, bIsPlayingAssetMirrored) == 0x00000C, "Member 'FPoseSearchContinuingProperties::bIsPlayingAssetMirrored' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchContinuingProperties, PlayingAssetBlendParameters) == 0x000010, "Member 'FPoseSearchContinuingProperties::PlayingAssetBlendParameters' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchContinuingProperties, InterruptMode) == 0x000028, "Member 'FPoseSearchContinuingProperties::InterruptMode' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchContinuingProperties, bIsContinuingInteraction) == 0x000029, "Member 'FPoseSearchContinuingProperties::bIsContinuingInteraction' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchContinuingProperties, PlayingAssetDatabase) == 0x000030, "Member 'FPoseSearchContinuingProperties::PlayingAssetDatabase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchRoledSkeleton \ +static_assert(alignof(FPoseSearchRoledSkeleton) == 0x000008, "Wrong alignment on FPoseSearchRoledSkeleton"); \ +static_assert(sizeof(FPoseSearchRoledSkeleton) == 0x000048, "Wrong size on FPoseSearchRoledSkeleton"); \ +static_assert(offsetof(FPoseSearchRoledSkeleton, Skeleton) == 0x000000, "Member 'FPoseSearchRoledSkeleton::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchRoledSkeleton, MirrorDataTable) == 0x000008, "Member 'FPoseSearchRoledSkeleton::MirrorDataTable' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchRoledSkeleton, Role) == 0x000010, "Member 'FPoseSearchRoledSkeleton::Role' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchRoledSkeleton, BoneReferences) == 0x000018, "Member 'FPoseSearchRoledSkeleton::BoneReferences' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchRoledSkeleton, BoneIndicesWithParents) == 0x000028, "Member 'FPoseSearchRoledSkeleton::BoneIndicesWithParents' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchRoledSkeleton, RequiredCurves) == 0x000038, "Member 'FPoseSearchRoledSkeleton::RequiredCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchTrajectory_WorldCollisionResults \ +static_assert(alignof(FPoseSearchTrajectory_WorldCollisionResults) == 0x000004, "Wrong alignment on FPoseSearchTrajectory_WorldCollisionResults"); \ +static_assert(sizeof(FPoseSearchTrajectory_WorldCollisionResults) == 0x000008, "Wrong size on FPoseSearchTrajectory_WorldCollisionResults"); \ +static_assert(offsetof(FPoseSearchTrajectory_WorldCollisionResults, TimeToLand) == 0x000000, "Member 'FPoseSearchTrajectory_WorldCollisionResults::TimeToLand' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchTrajectory_WorldCollisionResults, LandSpeed) == 0x000004, "Member 'FPoseSearchTrajectory_WorldCollisionResults::LandSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchQueryTrajectorySample \ +static_assert(alignof(FPoseSearchQueryTrajectorySample) == 0x000010, "Wrong alignment on FPoseSearchQueryTrajectorySample"); \ +static_assert(sizeof(FPoseSearchQueryTrajectorySample) == 0x000040, "Wrong size on FPoseSearchQueryTrajectorySample"); \ +static_assert(offsetof(FPoseSearchQueryTrajectorySample, Facing) == 0x000000, "Member 'FPoseSearchQueryTrajectorySample::Facing' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchQueryTrajectorySample, position) == 0x000020, "Member 'FPoseSearchQueryTrajectorySample::position' has a wrong offset!"); \ +static_assert(offsetof(FPoseSearchQueryTrajectorySample, AccumulatedSeconds) == 0x000038, "Member 'FPoseSearchQueryTrajectorySample::AccumulatedSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoseSearchQueryTrajectory \ +static_assert(alignof(FPoseSearchQueryTrajectory) == 0x000008, "Wrong alignment on FPoseSearchQueryTrajectory"); \ +static_assert(sizeof(FPoseSearchQueryTrajectory) == 0x000010, "Wrong size on FPoseSearchQueryTrajectory"); \ +static_assert(offsetof(FPoseSearchQueryTrajectory, Samples) == 0x000000, "Member 'FPoseSearchQueryTrajectory::Samples' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiAnimAsset_BP_GetAnimationAsset \ +static_assert(alignof(MultiAnimAsset_BP_GetAnimationAsset) == 0x000008, "Wrong alignment on MultiAnimAsset_BP_GetAnimationAsset"); \ +static_assert(sizeof(MultiAnimAsset_BP_GetAnimationAsset) == 0x000010, "Wrong size on MultiAnimAsset_BP_GetAnimationAsset"); \ +static_assert(offsetof(MultiAnimAsset_BP_GetAnimationAsset, Role) == 0x000000, "Member 'MultiAnimAsset_BP_GetAnimationAsset::Role' has a wrong offset!"); \ +static_assert(offsetof(MultiAnimAsset_BP_GetAnimationAsset, ReturnValue) == 0x000008, "Member 'MultiAnimAsset_BP_GetAnimationAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiAnimAsset_BP_GetOrigin \ +static_assert(alignof(MultiAnimAsset_BP_GetOrigin) == 0x000010, "Wrong alignment on MultiAnimAsset_BP_GetOrigin"); \ +static_assert(sizeof(MultiAnimAsset_BP_GetOrigin) == 0x000070, "Wrong size on MultiAnimAsset_BP_GetOrigin"); \ +static_assert(offsetof(MultiAnimAsset_BP_GetOrigin, Role) == 0x000000, "Member 'MultiAnimAsset_BP_GetOrigin::Role' has a wrong offset!"); \ +static_assert(offsetof(MultiAnimAsset_BP_GetOrigin, ReturnValue) == 0x000010, "Member 'MultiAnimAsset_BP_GetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiAnimAsset \ +static_assert(alignof(UMultiAnimAsset) == 0x000008, "Wrong alignment on UMultiAnimAsset"); \ +static_assert(sizeof(UMultiAnimAsset) == 0x000028, "Wrong size on UMultiAnimAsset"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryPredictorInterface_GetCurrentState \ +static_assert(alignof(PoseSearchTrajectoryPredictorInterface_GetCurrentState) == 0x000010, "Wrong alignment on PoseSearchTrajectoryPredictorInterface_GetCurrentState"); \ +static_assert(sizeof(PoseSearchTrajectoryPredictorInterface_GetCurrentState) == 0x000060, "Wrong size on PoseSearchTrajectoryPredictorInterface_GetCurrentState"); \ +static_assert(offsetof(PoseSearchTrajectoryPredictorInterface_GetCurrentState, OutPosition) == 0x000000, "Member 'PoseSearchTrajectoryPredictorInterface_GetCurrentState::OutPosition' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryPredictorInterface_GetCurrentState, OutFacing) == 0x000020, "Member 'PoseSearchTrajectoryPredictorInterface_GetCurrentState::OutFacing' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryPredictorInterface_GetCurrentState, OutVelocity) == 0x000040, "Member 'PoseSearchTrajectoryPredictorInterface_GetCurrentState::OutVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryPredictorInterface_GetGravity \ +static_assert(alignof(PoseSearchTrajectoryPredictorInterface_GetGravity) == 0x000008, "Wrong alignment on PoseSearchTrajectoryPredictorInterface_GetGravity"); \ +static_assert(sizeof(PoseSearchTrajectoryPredictorInterface_GetGravity) == 0x000018, "Wrong size on PoseSearchTrajectoryPredictorInterface_GetGravity"); \ +static_assert(offsetof(PoseSearchTrajectoryPredictorInterface_GetGravity, OutGravityAccel) == 0x000000, "Member 'PoseSearchTrajectoryPredictorInterface_GetGravity::OutGravityAccel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryPredictorInterface_GetVelocity \ +static_assert(alignof(PoseSearchTrajectoryPredictorInterface_GetVelocity) == 0x000008, "Wrong alignment on PoseSearchTrajectoryPredictorInterface_GetVelocity"); \ +static_assert(sizeof(PoseSearchTrajectoryPredictorInterface_GetVelocity) == 0x000018, "Wrong size on PoseSearchTrajectoryPredictorInterface_GetVelocity"); \ +static_assert(offsetof(PoseSearchTrajectoryPredictorInterface_GetVelocity, OutVelocity) == 0x000000, "Member 'PoseSearchTrajectoryPredictorInterface_GetVelocity::OutVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryPredictorInterface_Predict \ +static_assert(alignof(PoseSearchTrajectoryPredictorInterface_Predict) == 0x000008, "Wrong alignment on PoseSearchTrajectoryPredictorInterface_Predict"); \ +static_assert(sizeof(PoseSearchTrajectoryPredictorInterface_Predict) == 0x000020, "Wrong size on PoseSearchTrajectoryPredictorInterface_Predict"); \ +static_assert(offsetof(PoseSearchTrajectoryPredictorInterface_Predict, InOutTrajectory) == 0x000000, "Member 'PoseSearchTrajectoryPredictorInterface_Predict::InOutTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryPredictorInterface_Predict, NumPredictionSamples) == 0x000010, "Member 'PoseSearchTrajectoryPredictorInterface_Predict::NumPredictionSamples' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryPredictorInterface_Predict, SecondsPerPredictionSample) == 0x000014, "Member 'PoseSearchTrajectoryPredictorInterface_Predict::SecondsPerPredictionSample' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryPredictorInterface_Predict, NumHistorySamples) == 0x000018, "Member 'PoseSearchTrajectoryPredictorInterface_Predict::NumHistorySamples' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPoseSearchTrajectoryPredictorInterface \ +static_assert(alignof(IPoseSearchTrajectoryPredictorInterface) == 0x000001, "Wrong alignment on IPoseSearchTrajectoryPredictorInterface"); \ +static_assert(sizeof(IPoseSearchTrajectoryPredictorInterface) == 0x000001, "Wrong size on IPoseSearchTrajectoryPredictorInterface"); \ + +#define DUMPER7_ASSERTS_MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNode \ +static_assert(alignof(MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNode) == 0x000008, "Wrong alignment on MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNode"); \ +static_assert(sizeof(MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNode) == 0x000028, "Wrong size on MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNode"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNode, Node) == 0x000000, "Member 'MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNode::Node' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNode, Result) == 0x000010, "Member 'MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNode::Result' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNode, ReturnValue) == 0x000018, "Member 'MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNodePure \ +static_assert(alignof(MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNodePure) == 0x000008, "Wrong alignment on MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNodePure"); \ +static_assert(sizeof(MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNodePure) == 0x000028, "Wrong size on MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNodePure"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNodePure, Node) == 0x000000, "Member 'MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNodePure::Node' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNodePure, MotionMatchingNode) == 0x000010, "Member 'MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNodePure::MotionMatchingNode' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNodePure, Result) == 0x000020, "Member 'MotionMatchingAnimNodeLibrary_ConvertToMotionMatchingNodePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingAnimNodeLibrary_GetMotionMatchingBlendSettings \ +static_assert(alignof(MotionMatchingAnimNodeLibrary_GetMotionMatchingBlendSettings) == 0x000008, "Wrong alignment on MotionMatchingAnimNodeLibrary_GetMotionMatchingBlendSettings"); \ +static_assert(sizeof(MotionMatchingAnimNodeLibrary_GetMotionMatchingBlendSettings) == 0x000030, "Wrong size on MotionMatchingAnimNodeLibrary_GetMotionMatchingBlendSettings"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_GetMotionMatchingBlendSettings, MotionMatchingNode) == 0x000000, "Member 'MotionMatchingAnimNodeLibrary_GetMotionMatchingBlendSettings::MotionMatchingNode' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_GetMotionMatchingBlendSettings, BlendSettings) == 0x000010, "Member 'MotionMatchingAnimNodeLibrary_GetMotionMatchingBlendSettings::BlendSettings' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_GetMotionMatchingBlendSettings, bIsResultValid) == 0x000028, "Member 'MotionMatchingAnimNodeLibrary_GetMotionMatchingBlendSettings::bIsResultValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingAnimNodeLibrary_GetMotionMatchingSearchResult \ +static_assert(alignof(MotionMatchingAnimNodeLibrary_GetMotionMatchingSearchResult) == 0x000008, "Wrong alignment on MotionMatchingAnimNodeLibrary_GetMotionMatchingSearchResult"); \ +static_assert(sizeof(MotionMatchingAnimNodeLibrary_GetMotionMatchingSearchResult) == 0x000090, "Wrong size on MotionMatchingAnimNodeLibrary_GetMotionMatchingSearchResult"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_GetMotionMatchingSearchResult, MotionMatchingNode) == 0x000000, "Member 'MotionMatchingAnimNodeLibrary_GetMotionMatchingSearchResult::MotionMatchingNode' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_GetMotionMatchingSearchResult, Result) == 0x000010, "Member 'MotionMatchingAnimNodeLibrary_GetMotionMatchingSearchResult::Result' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_GetMotionMatchingSearchResult, bIsResultValid) == 0x000088, "Member 'MotionMatchingAnimNodeLibrary_GetMotionMatchingSearchResult::bIsResultValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingAnimNodeLibrary_OverrideMotionMatchingBlendSettings \ +static_assert(alignof(MotionMatchingAnimNodeLibrary_OverrideMotionMatchingBlendSettings) == 0x000008, "Wrong alignment on MotionMatchingAnimNodeLibrary_OverrideMotionMatchingBlendSettings"); \ +static_assert(sizeof(MotionMatchingAnimNodeLibrary_OverrideMotionMatchingBlendSettings) == 0x000030, "Wrong size on MotionMatchingAnimNodeLibrary_OverrideMotionMatchingBlendSettings"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_OverrideMotionMatchingBlendSettings, MotionMatchingNode) == 0x000000, "Member 'MotionMatchingAnimNodeLibrary_OverrideMotionMatchingBlendSettings::MotionMatchingNode' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_OverrideMotionMatchingBlendSettings, BlendSettings) == 0x000010, "Member 'MotionMatchingAnimNodeLibrary_OverrideMotionMatchingBlendSettings::BlendSettings' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_OverrideMotionMatchingBlendSettings, bIsResultValid) == 0x000028, "Member 'MotionMatchingAnimNodeLibrary_OverrideMotionMatchingBlendSettings::bIsResultValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingAnimNodeLibrary_ResetDatabasesToSearch \ +static_assert(alignof(MotionMatchingAnimNodeLibrary_ResetDatabasesToSearch) == 0x000008, "Wrong alignment on MotionMatchingAnimNodeLibrary_ResetDatabasesToSearch"); \ +static_assert(sizeof(MotionMatchingAnimNodeLibrary_ResetDatabasesToSearch) == 0x000018, "Wrong size on MotionMatchingAnimNodeLibrary_ResetDatabasesToSearch"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_ResetDatabasesToSearch, MotionMatchingNode) == 0x000000, "Member 'MotionMatchingAnimNodeLibrary_ResetDatabasesToSearch::MotionMatchingNode' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_ResetDatabasesToSearch, InterruptMode) == 0x000010, "Member 'MotionMatchingAnimNodeLibrary_ResetDatabasesToSearch::InterruptMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingAnimNodeLibrary_SetDatabasesToSearch \ +static_assert(alignof(MotionMatchingAnimNodeLibrary_SetDatabasesToSearch) == 0x000008, "Wrong alignment on MotionMatchingAnimNodeLibrary_SetDatabasesToSearch"); \ +static_assert(sizeof(MotionMatchingAnimNodeLibrary_SetDatabasesToSearch) == 0x000028, "Wrong size on MotionMatchingAnimNodeLibrary_SetDatabasesToSearch"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_SetDatabasesToSearch, MotionMatchingNode) == 0x000000, "Member 'MotionMatchingAnimNodeLibrary_SetDatabasesToSearch::MotionMatchingNode' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_SetDatabasesToSearch, Databases) == 0x000010, "Member 'MotionMatchingAnimNodeLibrary_SetDatabasesToSearch::Databases' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_SetDatabasesToSearch, InterruptMode) == 0x000020, "Member 'MotionMatchingAnimNodeLibrary_SetDatabasesToSearch::InterruptMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingAnimNodeLibrary_SetDatabaseToSearch \ +static_assert(alignof(MotionMatchingAnimNodeLibrary_SetDatabaseToSearch) == 0x000008, "Wrong alignment on MotionMatchingAnimNodeLibrary_SetDatabaseToSearch"); \ +static_assert(sizeof(MotionMatchingAnimNodeLibrary_SetDatabaseToSearch) == 0x000020, "Wrong size on MotionMatchingAnimNodeLibrary_SetDatabaseToSearch"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_SetDatabaseToSearch, MotionMatchingNode) == 0x000000, "Member 'MotionMatchingAnimNodeLibrary_SetDatabaseToSearch::MotionMatchingNode' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_SetDatabaseToSearch, Database) == 0x000010, "Member 'MotionMatchingAnimNodeLibrary_SetDatabaseToSearch::Database' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_SetDatabaseToSearch, InterruptMode) == 0x000018, "Member 'MotionMatchingAnimNodeLibrary_SetDatabaseToSearch::InterruptMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingAnimNodeLibrary_SetInterruptMode \ +static_assert(alignof(MotionMatchingAnimNodeLibrary_SetInterruptMode) == 0x000008, "Wrong alignment on MotionMatchingAnimNodeLibrary_SetInterruptMode"); \ +static_assert(sizeof(MotionMatchingAnimNodeLibrary_SetInterruptMode) == 0x000018, "Wrong size on MotionMatchingAnimNodeLibrary_SetInterruptMode"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_SetInterruptMode, MotionMatchingNode) == 0x000000, "Member 'MotionMatchingAnimNodeLibrary_SetInterruptMode::MotionMatchingNode' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingAnimNodeLibrary_SetInterruptMode, InterruptMode) == 0x000010, "Member 'MotionMatchingAnimNodeLibrary_SetInterruptMode::InterruptMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionMatchingAnimNodeLibrary \ +static_assert(alignof(UMotionMatchingAnimNodeLibrary) == 0x000008, "Wrong alignment on UMotionMatchingAnimNodeLibrary"); \ +static_assert(sizeof(UMotionMatchingAnimNodeLibrary) == 0x000028, "Wrong size on UMotionMatchingAnimNodeLibrary"); \ + +#define DUMPER7_ASSERTS_MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNode \ +static_assert(alignof(MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNode) == 0x000008, "Wrong alignment on MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNode"); \ +static_assert(sizeof(MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNode) == 0x000028, "Wrong size on MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNode"); \ +static_assert(offsetof(MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNode, Node) == 0x000000, "Member 'MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNode::Node' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNode, Result) == 0x000010, "Member 'MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNode::Result' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNode, ReturnValue) == 0x000018, "Member 'MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNodePure \ +static_assert(alignof(MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNodePure) == 0x000008, "Wrong alignment on MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNodePure"); \ +static_assert(sizeof(MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNodePure) == 0x000028, "Wrong size on MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNodePure"); \ +static_assert(offsetof(MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNodePure, Node) == 0x000000, "Member 'MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNodePure::Node' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNodePure, MotionMatchingInteractionNode) == 0x000010, "Member 'MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNodePure::MotionMatchingInteractionNode' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNodePure, Result) == 0x000020, "Member 'MotionMatchingInteractionAnimNodeLibrary_ConvertToMotionMatchingInteractionNodePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingInteractionAnimNodeLibrary_IsInteracting \ +static_assert(alignof(MotionMatchingInteractionAnimNodeLibrary_IsInteracting) == 0x000008, "Wrong alignment on MotionMatchingInteractionAnimNodeLibrary_IsInteracting"); \ +static_assert(sizeof(MotionMatchingInteractionAnimNodeLibrary_IsInteracting) == 0x000018, "Wrong size on MotionMatchingInteractionAnimNodeLibrary_IsInteracting"); \ +static_assert(offsetof(MotionMatchingInteractionAnimNodeLibrary_IsInteracting, MotionMatchingInteractionNode) == 0x000000, "Member 'MotionMatchingInteractionAnimNodeLibrary_IsInteracting::MotionMatchingInteractionNode' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingInteractionAnimNodeLibrary_IsInteracting, ReturnValue) == 0x000010, "Member 'MotionMatchingInteractionAnimNodeLibrary_IsInteracting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingInteractionAnimNodeLibrary_SetAvailabilities \ +static_assert(alignof(MotionMatchingInteractionAnimNodeLibrary_SetAvailabilities) == 0x000008, "Wrong alignment on MotionMatchingInteractionAnimNodeLibrary_SetAvailabilities"); \ +static_assert(sizeof(MotionMatchingInteractionAnimNodeLibrary_SetAvailabilities) == 0x000020, "Wrong size on MotionMatchingInteractionAnimNodeLibrary_SetAvailabilities"); \ +static_assert(offsetof(MotionMatchingInteractionAnimNodeLibrary_SetAvailabilities, MotionMatchingInteractionNode) == 0x000000, "Member 'MotionMatchingInteractionAnimNodeLibrary_SetAvailabilities::MotionMatchingInteractionNode' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingInteractionAnimNodeLibrary_SetAvailabilities, Availabilities) == 0x000010, "Member 'MotionMatchingInteractionAnimNodeLibrary_SetAvailabilities::Availabilities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionMatchingInteractionAnimNodeLibrary \ +static_assert(alignof(UMotionMatchingInteractionAnimNodeLibrary) == 0x000008, "Wrong alignment on UMotionMatchingInteractionAnimNodeLibrary"); \ +static_assert(sizeof(UMotionMatchingInteractionAnimNodeLibrary) == 0x000028, "Wrong size on UMotionMatchingInteractionAnimNodeLibrary"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_PoseSearchBase \ +static_assert(alignof(UAnimNotifyState_PoseSearchBase) == 0x000008, "Wrong alignment on UAnimNotifyState_PoseSearchBase"); \ +static_assert(sizeof(UAnimNotifyState_PoseSearchBase) == 0x000030, "Wrong size on UAnimNotifyState_PoseSearchBase"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_PoseSearchExcludeFromDatabase \ +static_assert(alignof(UAnimNotifyState_PoseSearchExcludeFromDatabase) == 0x000008, "Wrong alignment on UAnimNotifyState_PoseSearchExcludeFromDatabase"); \ +static_assert(sizeof(UAnimNotifyState_PoseSearchExcludeFromDatabase) == 0x000030, "Wrong size on UAnimNotifyState_PoseSearchExcludeFromDatabase"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_PoseSearchBlockTransition \ +static_assert(alignof(UAnimNotifyState_PoseSearchBlockTransition) == 0x000008, "Wrong alignment on UAnimNotifyState_PoseSearchBlockTransition"); \ +static_assert(sizeof(UAnimNotifyState_PoseSearchBlockTransition) == 0x000030, "Wrong size on UAnimNotifyState_PoseSearchBlockTransition"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_PoseSearchModifyCost \ +static_assert(alignof(UAnimNotifyState_PoseSearchModifyCost) == 0x000008, "Wrong alignment on UAnimNotifyState_PoseSearchModifyCost"); \ +static_assert(sizeof(UAnimNotifyState_PoseSearchModifyCost) == 0x000038, "Wrong size on UAnimNotifyState_PoseSearchModifyCost"); \ +static_assert(offsetof(UAnimNotifyState_PoseSearchModifyCost, CostAddend) == 0x000030, "Member 'UAnimNotifyState_PoseSearchModifyCost::CostAddend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel \ +static_assert(alignof(UPoseSearchFeatureChannel) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel"); \ +static_assert(sizeof(UPoseSearchFeatureChannel) == 0x000040, "Wrong size on UPoseSearchFeatureChannel"); \ +static_assert(offsetof(UPoseSearchFeatureChannel, ChannelDataOffset) == 0x000038, "Member 'UPoseSearchFeatureChannel::ChannelDataOffset' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel, ChannelCardinality) == 0x00003C, "Member 'UPoseSearchFeatureChannel::ChannelCardinality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_Padding \ +static_assert(alignof(UPoseSearchFeatureChannel_Padding) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_Padding"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_Padding) == 0x000048, "Wrong size on UPoseSearchFeatureChannel_Padding"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Padding, PaddingSize) == 0x000040, "Member 'UPoseSearchFeatureChannel_Padding::PaddingSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_PoseSearchOverrideContinuingPoseCostBias \ +static_assert(alignof(UAnimNotifyState_PoseSearchOverrideContinuingPoseCostBias) == 0x000008, "Wrong alignment on UAnimNotifyState_PoseSearchOverrideContinuingPoseCostBias"); \ +static_assert(sizeof(UAnimNotifyState_PoseSearchOverrideContinuingPoseCostBias) == 0x000038, "Wrong size on UAnimNotifyState_PoseSearchOverrideContinuingPoseCostBias"); \ +static_assert(offsetof(UAnimNotifyState_PoseSearchOverrideContinuingPoseCostBias, CostAddend) == 0x000030, "Member 'UAnimNotifyState_PoseSearchOverrideContinuingPoseCostBias::CostAddend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_PoseSearchSamplingEvent \ +static_assert(alignof(UAnimNotifyState_PoseSearchSamplingEvent) == 0x000008, "Wrong alignment on UAnimNotifyState_PoseSearchSamplingEvent"); \ +static_assert(sizeof(UAnimNotifyState_PoseSearchSamplingEvent) == 0x000030, "Wrong size on UAnimNotifyState_PoseSearchSamplingEvent"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_PoseSearchSamplingAttribute \ +static_assert(alignof(UAnimNotifyState_PoseSearchSamplingAttribute) == 0x000008, "Wrong alignment on UAnimNotifyState_PoseSearchSamplingAttribute"); \ +static_assert(sizeof(UAnimNotifyState_PoseSearchSamplingAttribute) == 0x000030, "Wrong size on UAnimNotifyState_PoseSearchSamplingAttribute"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_PoseSearchBranchIn \ +static_assert(alignof(UAnimNotifyState_PoseSearchBranchIn) == 0x000008, "Wrong alignment on UAnimNotifyState_PoseSearchBranchIn"); \ +static_assert(sizeof(UAnimNotifyState_PoseSearchBranchIn) == 0x000038, "Wrong size on UAnimNotifyState_PoseSearchBranchIn"); \ +static_assert(offsetof(UAnimNotifyState_PoseSearchBranchIn, Database) == 0x000030, "Member 'UAnimNotifyState_PoseSearchBranchIn::Database' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchFeatureChannel_Position_BP_GetWorldPosition \ +static_assert(alignof(PoseSearchFeatureChannel_Position_BP_GetWorldPosition) == 0x000008, "Wrong alignment on PoseSearchFeatureChannel_Position_BP_GetWorldPosition"); \ +static_assert(sizeof(PoseSearchFeatureChannel_Position_BP_GetWorldPosition) == 0x000020, "Wrong size on PoseSearchFeatureChannel_Position_BP_GetWorldPosition"); \ +static_assert(offsetof(PoseSearchFeatureChannel_Position_BP_GetWorldPosition, AnimInstance) == 0x000000, "Member 'PoseSearchFeatureChannel_Position_BP_GetWorldPosition::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchFeatureChannel_Position_BP_GetWorldPosition, ReturnValue) == 0x000008, "Member 'PoseSearchFeatureChannel_Position_BP_GetWorldPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_Position \ +static_assert(alignof(UPoseSearchFeatureChannel_Position) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_Position"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_Position) == 0x000090, "Wrong size on UPoseSearchFeatureChannel_Position"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, bDefaultWithRootBone) == 0x000040, "Member 'UPoseSearchFeatureChannel_Position::bDefaultWithRootBone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, bone) == 0x000044, "Member 'UPoseSearchFeatureChannel_Position::bone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, SampleRole) == 0x000054, "Member 'UPoseSearchFeatureChannel_Position::SampleRole' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, OriginBone) == 0x00005C, "Member 'UPoseSearchFeatureChannel_Position::OriginBone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, OriginRole) == 0x00006C, "Member 'UPoseSearchFeatureChannel_Position::OriginRole' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, SamplingAttributeId) == 0x000074, "Member 'UPoseSearchFeatureChannel_Position::SamplingAttributeId' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, SampleTimeOffset) == 0x000078, "Member 'UPoseSearchFeatureChannel_Position::SampleTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, OriginTimeOffset) == 0x00007C, "Member 'UPoseSearchFeatureChannel_Position::OriginTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, SchemaBoneIdx) == 0x000080, "Member 'UPoseSearchFeatureChannel_Position::SchemaBoneIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, SchemaOriginBoneIdx) == 0x000081, "Member 'UPoseSearchFeatureChannel_Position::SchemaOriginBoneIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, InputQueryPose) == 0x000082, "Member 'UPoseSearchFeatureChannel_Position::InputQueryPose' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, ComponentStripping) == 0x000083, "Member 'UPoseSearchFeatureChannel_Position::ComponentStripping' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, PermutationTimeType) == 0x000084, "Member 'UPoseSearchFeatureChannel_Position::PermutationTimeType' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, MaxPositionDistanceSquared) == 0x000088, "Member 'UPoseSearchFeatureChannel_Position::MaxPositionDistanceSquared' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Position, bNormalizeDisplacement) == 0x00008C, "Member 'UPoseSearchFeatureChannel_Position::bNormalizeDisplacement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_PoseSearchIKWindow \ +static_assert(alignof(UAnimNotifyState_PoseSearchIKWindow) == 0x000008, "Wrong alignment on UAnimNotifyState_PoseSearchIKWindow"); \ +static_assert(sizeof(UAnimNotifyState_PoseSearchIKWindow) == 0x000040, "Wrong size on UAnimNotifyState_PoseSearchIKWindow"); \ +static_assert(offsetof(UAnimNotifyState_PoseSearchIKWindow, Constraints) == 0x000030, "Member 'UAnimNotifyState_PoseSearchIKWindow::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PoseSearchBase \ +static_assert(alignof(UAnimNotify_PoseSearchBase) == 0x000008, "Wrong alignment on UAnimNotify_PoseSearchBase"); \ +static_assert(sizeof(UAnimNotify_PoseSearchBase) == 0x000038, "Wrong size on UAnimNotify_PoseSearchBase"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PoseSearchEvent \ +static_assert(alignof(UAnimNotify_PoseSearchEvent) == 0x000008, "Wrong alignment on UAnimNotify_PoseSearchEvent"); \ +static_assert(sizeof(UAnimNotify_PoseSearchEvent) == 0x000040, "Wrong size on UAnimNotify_PoseSearchEvent"); \ +static_assert(offsetof(UAnimNotify_PoseSearchEvent, EventTag) == 0x000038, "Member 'UAnimNotify_PoseSearchEvent::EventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchAssetSamplerLibrary_Draw \ +static_assert(alignof(PoseSearchAssetSamplerLibrary_Draw) == 0x000010, "Wrong alignment on PoseSearchAssetSamplerLibrary_Draw"); \ +static_assert(sizeof(PoseSearchAssetSamplerLibrary_Draw) == 0x0000F0, "Wrong size on PoseSearchAssetSamplerLibrary_Draw"); \ +static_assert(offsetof(PoseSearchAssetSamplerLibrary_Draw, AnimInstance) == 0x000000, "Member 'PoseSearchAssetSamplerLibrary_Draw::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchAssetSamplerLibrary_Draw, AssetSamplerPose) == 0x000010, "Member 'PoseSearchAssetSamplerLibrary_Draw::AssetSamplerPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchAssetSamplerLibrary_GetTransformByName \ +static_assert(alignof(PoseSearchAssetSamplerLibrary_GetTransformByName) == 0x000010, "Wrong alignment on PoseSearchAssetSamplerLibrary_GetTransformByName"); \ +static_assert(sizeof(PoseSearchAssetSamplerLibrary_GetTransformByName) == 0x000150, "Wrong size on PoseSearchAssetSamplerLibrary_GetTransformByName"); \ +static_assert(offsetof(PoseSearchAssetSamplerLibrary_GetTransformByName, AssetSamplerPose) == 0x000000, "Member 'PoseSearchAssetSamplerLibrary_GetTransformByName::AssetSamplerPose' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchAssetSamplerLibrary_GetTransformByName, BoneName) == 0x0000E0, "Member 'PoseSearchAssetSamplerLibrary_GetTransformByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchAssetSamplerLibrary_GetTransformByName, Space) == 0x0000E8, "Member 'PoseSearchAssetSamplerLibrary_GetTransformByName::Space' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchAssetSamplerLibrary_GetTransformByName, ReturnValue) == 0x0000F0, "Member 'PoseSearchAssetSamplerLibrary_GetTransformByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchAssetSamplerLibrary_SamplePose \ +static_assert(alignof(PoseSearchAssetSamplerLibrary_SamplePose) == 0x000010, "Wrong alignment on PoseSearchAssetSamplerLibrary_SamplePose"); \ +static_assert(sizeof(PoseSearchAssetSamplerLibrary_SamplePose) == 0x000190, "Wrong size on PoseSearchAssetSamplerLibrary_SamplePose"); \ +static_assert(offsetof(PoseSearchAssetSamplerLibrary_SamplePose, AnimInstance) == 0x000000, "Member 'PoseSearchAssetSamplerLibrary_SamplePose::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchAssetSamplerLibrary_SamplePose, Input) == 0x000010, "Member 'PoseSearchAssetSamplerLibrary_SamplePose::Input' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchAssetSamplerLibrary_SamplePose, ReturnValue) == 0x0000B0, "Member 'PoseSearchAssetSamplerLibrary_SamplePose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchAssetSamplerLibrary \ +static_assert(alignof(UPoseSearchAssetSamplerLibrary) == 0x000008, "Wrong alignment on UPoseSearchAssetSamplerLibrary"); \ +static_assert(sizeof(UPoseSearchAssetSamplerLibrary) == 0x000028, "Wrong size on UPoseSearchAssetSamplerLibrary"); \ + +#define DUMPER7_ASSERTS_PoseSearchFeatureChannel_Velocity_BP_GetWorldVelocity \ +static_assert(alignof(PoseSearchFeatureChannel_Velocity_BP_GetWorldVelocity) == 0x000008, "Wrong alignment on PoseSearchFeatureChannel_Velocity_BP_GetWorldVelocity"); \ +static_assert(sizeof(PoseSearchFeatureChannel_Velocity_BP_GetWorldVelocity) == 0x000020, "Wrong size on PoseSearchFeatureChannel_Velocity_BP_GetWorldVelocity"); \ +static_assert(offsetof(PoseSearchFeatureChannel_Velocity_BP_GetWorldVelocity, AnimInstance) == 0x000000, "Member 'PoseSearchFeatureChannel_Velocity_BP_GetWorldVelocity::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchFeatureChannel_Velocity_BP_GetWorldVelocity, ReturnValue) == 0x000008, "Member 'PoseSearchFeatureChannel_Velocity_BP_GetWorldVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_Velocity \ +static_assert(alignof(UPoseSearchFeatureChannel_Velocity) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_Velocity"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_Velocity) == 0x000088, "Wrong size on UPoseSearchFeatureChannel_Velocity"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, bDefaultWithRootBone) == 0x000040, "Member 'UPoseSearchFeatureChannel_Velocity::bDefaultWithRootBone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, bone) == 0x000044, "Member 'UPoseSearchFeatureChannel_Velocity::bone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, SampleRole) == 0x000054, "Member 'UPoseSearchFeatureChannel_Velocity::SampleRole' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, OriginBone) == 0x00005C, "Member 'UPoseSearchFeatureChannel_Velocity::OriginBone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, OriginRole) == 0x00006C, "Member 'UPoseSearchFeatureChannel_Velocity::OriginRole' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, SamplingAttributeId) == 0x000074, "Member 'UPoseSearchFeatureChannel_Velocity::SamplingAttributeId' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, SampleTimeOffset) == 0x000078, "Member 'UPoseSearchFeatureChannel_Velocity::SampleTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, OriginTimeOffset) == 0x00007C, "Member 'UPoseSearchFeatureChannel_Velocity::OriginTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, SchemaBoneIdx) == 0x000080, "Member 'UPoseSearchFeatureChannel_Velocity::SchemaBoneIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, SchemaOriginBoneIdx) == 0x000081, "Member 'UPoseSearchFeatureChannel_Velocity::SchemaOriginBoneIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, InputQueryPose) == 0x000082, "Member 'UPoseSearchFeatureChannel_Velocity::InputQueryPose' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, bUseCharacterSpaceVelocities) == 0x000083, "Member 'UPoseSearchFeatureChannel_Velocity::bUseCharacterSpaceVelocities' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, bNormalize) == 0x000084, "Member 'UPoseSearchFeatureChannel_Velocity::bNormalize' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, ComponentStripping) == 0x000085, "Member 'UPoseSearchFeatureChannel_Velocity::ComponentStripping' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Velocity, PermutationTimeType) == 0x000086, "Member 'UPoseSearchFeatureChannel_Velocity::PermutationTimeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchDatabase_GetAnimationAsset \ +static_assert(alignof(PoseSearchDatabase_GetAnimationAsset) == 0x000008, "Wrong alignment on PoseSearchDatabase_GetAnimationAsset"); \ +static_assert(sizeof(PoseSearchDatabase_GetAnimationAsset) == 0x000010, "Wrong size on PoseSearchDatabase_GetAnimationAsset"); \ +static_assert(offsetof(PoseSearchDatabase_GetAnimationAsset, Index_0) == 0x000000, "Member 'PoseSearchDatabase_GetAnimationAsset::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchDatabase_GetAnimationAsset, ReturnValue) == 0x000008, "Member 'PoseSearchDatabase_GetAnimationAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchDatabase_GetNumAnimationAssets \ +static_assert(alignof(PoseSearchDatabase_GetNumAnimationAssets) == 0x000004, "Wrong alignment on PoseSearchDatabase_GetNumAnimationAssets"); \ +static_assert(sizeof(PoseSearchDatabase_GetNumAnimationAssets) == 0x000004, "Wrong size on PoseSearchDatabase_GetNumAnimationAssets"); \ +static_assert(offsetof(PoseSearchDatabase_GetNumAnimationAssets, ReturnValue) == 0x000000, "Member 'PoseSearchDatabase_GetNumAnimationAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchDatabase \ +static_assert(alignof(UPoseSearchDatabase) == 0x000008, "Wrong alignment on UPoseSearchDatabase"); \ +static_assert(sizeof(UPoseSearchDatabase) == 0x0001E8, "Wrong size on UPoseSearchDatabase"); \ +static_assert(offsetof(UPoseSearchDatabase, Schema) == 0x000030, "Member 'UPoseSearchDatabase::Schema' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchDatabase, ContinuingPoseCostBias) == 0x000038, "Member 'UPoseSearchDatabase::ContinuingPoseCostBias' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchDatabase, BaseCostBias) == 0x00003C, "Member 'UPoseSearchDatabase::BaseCostBias' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchDatabase, LoopingCostBias) == 0x000040, "Member 'UPoseSearchDatabase::LoopingCostBias' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchDatabase, ContinuingInteractionCostBias) == 0x000044, "Member 'UPoseSearchDatabase::ContinuingInteractionCostBias' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchDatabase, AnimationAssets) == 0x000048, "Member 'UPoseSearchDatabase::AnimationAssets' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchDatabase, DatabaseAnimationAssets) == 0x000058, "Member 'UPoseSearchDatabase::DatabaseAnimationAssets' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchDatabase, Tags) == 0x000068, "Member 'UPoseSearchDatabase::Tags' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchDatabase, PoseSearchMode) == 0x000078, "Member 'UPoseSearchDatabase::PoseSearchMode' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchDatabase, KDTreeQueryNumNeighbors) == 0x00007C, "Member 'UPoseSearchDatabase::KDTreeQueryNumNeighbors' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchDatabase, KDTreeQueryNumNeighborsWithDuplicates) == 0x000080, "Member 'UPoseSearchDatabase::KDTreeQueryNumNeighborsWithDuplicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchEventLibrary_UpdatePoseSearchEvent \ +static_assert(alignof(PoseSearchEventLibrary_UpdatePoseSearchEvent) == 0x000004, "Wrong alignment on PoseSearchEventLibrary_UpdatePoseSearchEvent"); \ +static_assert(sizeof(PoseSearchEventLibrary_UpdatePoseSearchEvent) == 0x000038, "Wrong size on PoseSearchEventLibrary_UpdatePoseSearchEvent"); \ +static_assert(offsetof(PoseSearchEventLibrary_UpdatePoseSearchEvent, InNewEvent) == 0x000000, "Member 'PoseSearchEventLibrary_UpdatePoseSearchEvent::InNewEvent' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchEventLibrary_UpdatePoseSearchEvent, bIsNewEventValid) == 0x000018, "Member 'PoseSearchEventLibrary_UpdatePoseSearchEvent::bIsNewEventValid' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchEventLibrary_UpdatePoseSearchEvent, DeltaSeconds) == 0x00001C, "Member 'PoseSearchEventLibrary_UpdatePoseSearchEvent::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchEventLibrary_UpdatePoseSearchEvent, InOutCurrentEvent) == 0x000020, "Member 'PoseSearchEventLibrary_UpdatePoseSearchEvent::InOutCurrentEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchEventLibrary \ +static_assert(alignof(UPoseSearchEventLibrary) == 0x000008, "Wrong alignment on UPoseSearchEventLibrary"); \ +static_assert(sizeof(UPoseSearchEventLibrary) == 0x000028, "Wrong size on UPoseSearchEventLibrary"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_SamplingTime \ +static_assert(alignof(UPoseSearchFeatureChannel_SamplingTime) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_SamplingTime"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_SamplingTime) == 0x000048, "Wrong size on UPoseSearchFeatureChannel_SamplingTime"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_SamplingTime, Weight) == 0x000040, "Member 'UPoseSearchFeatureChannel_SamplingTime::Weight' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_SamplingTime, TimeToMatch) == 0x000044, "Member 'UPoseSearchFeatureChannel_SamplingTime::TimeToMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchFeatureChannel_Curve_BP_GetCurveValue \ +static_assert(alignof(PoseSearchFeatureChannel_Curve_BP_GetCurveValue) == 0x000008, "Wrong alignment on PoseSearchFeatureChannel_Curve_BP_GetCurveValue"); \ +static_assert(sizeof(PoseSearchFeatureChannel_Curve_BP_GetCurveValue) == 0x000010, "Wrong size on PoseSearchFeatureChannel_Curve_BP_GetCurveValue"); \ +static_assert(offsetof(PoseSearchFeatureChannel_Curve_BP_GetCurveValue, AnimInstance) == 0x000000, "Member 'PoseSearchFeatureChannel_Curve_BP_GetCurveValue::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchFeatureChannel_Curve_BP_GetCurveValue, ReturnValue) == 0x000008, "Member 'PoseSearchFeatureChannel_Curve_BP_GetCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_Curve \ +static_assert(alignof(UPoseSearchFeatureChannel_Curve) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_Curve"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_Curve) == 0x000060, "Wrong size on UPoseSearchFeatureChannel_Curve"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Curve, CurveName) == 0x000040, "Member 'UPoseSearchFeatureChannel_Curve::CurveName' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Curve, SampleRole) == 0x000048, "Member 'UPoseSearchFeatureChannel_Curve::SampleRole' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Curve, CurveIdx) == 0x000050, "Member 'UPoseSearchFeatureChannel_Curve::CurveIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Curve, SampleTimeOffset) == 0x000054, "Member 'UPoseSearchFeatureChannel_Curve::SampleTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Curve, InputQueryPose) == 0x000058, "Member 'UPoseSearchFeatureChannel_Curve::InputQueryPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchInteractionSubsystem \ +static_assert(alignof(UPoseSearchInteractionSubsystem) == 0x000008, "Wrong alignment on UPoseSearchInteractionSubsystem"); \ +static_assert(sizeof(UPoseSearchInteractionSubsystem) == 0x000080, "Wrong size on UPoseSearchInteractionSubsystem"); \ +static_assert(offsetof(UPoseSearchInteractionSubsystem, AnimContextsAvailabilitiesBuffer) == 0x000048, "Member 'UPoseSearchInteractionSubsystem::AnimContextsAvailabilitiesBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchFeatureChannel_Distance_BP_GetDistance \ +static_assert(alignof(PoseSearchFeatureChannel_Distance_BP_GetDistance) == 0x000008, "Wrong alignment on PoseSearchFeatureChannel_Distance_BP_GetDistance"); \ +static_assert(sizeof(PoseSearchFeatureChannel_Distance_BP_GetDistance) == 0x000080, "Wrong size on PoseSearchFeatureChannel_Distance_BP_GetDistance"); \ +static_assert(offsetof(PoseSearchFeatureChannel_Distance_BP_GetDistance, Context) == 0x000000, "Member 'PoseSearchFeatureChannel_Distance_BP_GetDistance::Context' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchFeatureChannel_Distance_BP_GetDistance, ReturnValue) == 0x000078, "Member 'PoseSearchFeatureChannel_Distance_BP_GetDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_Distance \ +static_assert(alignof(UPoseSearchFeatureChannel_Distance) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_Distance"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_Distance) == 0x000090, "Wrong size on UPoseSearchFeatureChannel_Distance"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, bDefaultWithRootBone) == 0x000040, "Member 'UPoseSearchFeatureChannel_Distance::bDefaultWithRootBone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, bone) == 0x000044, "Member 'UPoseSearchFeatureChannel_Distance::bone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, SampleRole) == 0x000054, "Member 'UPoseSearchFeatureChannel_Distance::SampleRole' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, OriginBone) == 0x00005C, "Member 'UPoseSearchFeatureChannel_Distance::OriginBone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, OriginRole) == 0x00006C, "Member 'UPoseSearchFeatureChannel_Distance::OriginRole' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, MaxDistance) == 0x000074, "Member 'UPoseSearchFeatureChannel_Distance::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, SamplingAttributeId) == 0x000078, "Member 'UPoseSearchFeatureChannel_Distance::SamplingAttributeId' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, SampleTimeOffset) == 0x00007C, "Member 'UPoseSearchFeatureChannel_Distance::SampleTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, OriginTimeOffset) == 0x000080, "Member 'UPoseSearchFeatureChannel_Distance::OriginTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, SchemaBoneIdx) == 0x000084, "Member 'UPoseSearchFeatureChannel_Distance::SchemaBoneIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, SchemaOriginBoneIdx) == 0x000085, "Member 'UPoseSearchFeatureChannel_Distance::SchemaOriginBoneIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, InputQueryPose) == 0x000086, "Member 'UPoseSearchFeatureChannel_Distance::InputQueryPose' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Distance, PermutationTimeType) == 0x000087, "Member 'UPoseSearchFeatureChannel_Distance::PermutationTimeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_FilterCrashingLegs \ +static_assert(alignof(UPoseSearchFeatureChannel_FilterCrashingLegs) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_FilterCrashingLegs"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_FilterCrashingLegs) == 0x000098, "Wrong size on UPoseSearchFeatureChannel_FilterCrashingLegs"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_FilterCrashingLegs, LeftThigh) == 0x000040, "Member 'UPoseSearchFeatureChannel_FilterCrashingLegs::LeftThigh' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_FilterCrashingLegs, RightThigh) == 0x000050, "Member 'UPoseSearchFeatureChannel_FilterCrashingLegs::RightThigh' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_FilterCrashingLegs, LeftFoot) == 0x000060, "Member 'UPoseSearchFeatureChannel_FilterCrashingLegs::LeftFoot' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_FilterCrashingLegs, RightFoot) == 0x000070, "Member 'UPoseSearchFeatureChannel_FilterCrashingLegs::RightFoot' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_FilterCrashingLegs, SampleRole) == 0x000080, "Member 'UPoseSearchFeatureChannel_FilterCrashingLegs::SampleRole' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_FilterCrashingLegs, Weight) == 0x000088, "Member 'UPoseSearchFeatureChannel_FilterCrashingLegs::Weight' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_FilterCrashingLegs, LeftThighIdx) == 0x00008C, "Member 'UPoseSearchFeatureChannel_FilterCrashingLegs::LeftThighIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_FilterCrashingLegs, RightThighIdx) == 0x00008D, "Member 'UPoseSearchFeatureChannel_FilterCrashingLegs::RightThighIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_FilterCrashingLegs, LeftFootIdx) == 0x00008E, "Member 'UPoseSearchFeatureChannel_FilterCrashingLegs::LeftFootIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_FilterCrashingLegs, RightFootIdx) == 0x00008F, "Member 'UPoseSearchFeatureChannel_FilterCrashingLegs::RightFootIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_FilterCrashingLegs, InputQueryPose) == 0x000090, "Member 'UPoseSearchFeatureChannel_FilterCrashingLegs::InputQueryPose' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_FilterCrashingLegs, AllowedTolerance) == 0x000094, "Member 'UPoseSearchFeatureChannel_FilterCrashingLegs::AllowedTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_GroupBase \ +static_assert(alignof(UPoseSearchFeatureChannel_GroupBase) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_GroupBase"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_GroupBase) == 0x000050, "Wrong size on UPoseSearchFeatureChannel_GroupBase"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_GroupBase, SampleRole) == 0x000040, "Member 'UPoseSearchFeatureChannel_GroupBase::SampleRole' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_GroupBase, DebugWeightGroupID) == 0x000048, "Member 'UPoseSearchFeatureChannel_GroupBase::DebugWeightGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_Group \ +static_assert(alignof(UPoseSearchFeatureChannel_Group) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_Group"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_Group) == 0x000060, "Wrong size on UPoseSearchFeatureChannel_Group"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Group, SubChannels) == 0x000050, "Member 'UPoseSearchFeatureChannel_Group::SubChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchFeatureChannel_Heading_BP_GetWorldRotation \ +static_assert(alignof(PoseSearchFeatureChannel_Heading_BP_GetWorldRotation) == 0x000010, "Wrong alignment on PoseSearchFeatureChannel_Heading_BP_GetWorldRotation"); \ +static_assert(sizeof(PoseSearchFeatureChannel_Heading_BP_GetWorldRotation) == 0x000030, "Wrong size on PoseSearchFeatureChannel_Heading_BP_GetWorldRotation"); \ +static_assert(offsetof(PoseSearchFeatureChannel_Heading_BP_GetWorldRotation, AnimInstance) == 0x000000, "Member 'PoseSearchFeatureChannel_Heading_BP_GetWorldRotation::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchFeatureChannel_Heading_BP_GetWorldRotation, ReturnValue) == 0x000010, "Member 'PoseSearchFeatureChannel_Heading_BP_GetWorldRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_Heading \ +static_assert(alignof(UPoseSearchFeatureChannel_Heading) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_Heading"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_Heading) == 0x000088, "Wrong size on UPoseSearchFeatureChannel_Heading"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, bDefaultWithRootBone) == 0x000040, "Member 'UPoseSearchFeatureChannel_Heading::bDefaultWithRootBone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, bone) == 0x000044, "Member 'UPoseSearchFeatureChannel_Heading::bone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, SampleRole) == 0x000054, "Member 'UPoseSearchFeatureChannel_Heading::SampleRole' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, OriginBone) == 0x00005C, "Member 'UPoseSearchFeatureChannel_Heading::OriginBone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, OriginRole) == 0x00006C, "Member 'UPoseSearchFeatureChannel_Heading::OriginRole' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, SamplingAttributeId) == 0x000074, "Member 'UPoseSearchFeatureChannel_Heading::SamplingAttributeId' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, SampleTimeOffset) == 0x000078, "Member 'UPoseSearchFeatureChannel_Heading::SampleTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, OriginTimeOffset) == 0x00007C, "Member 'UPoseSearchFeatureChannel_Heading::OriginTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, HeadingAxis) == 0x000080, "Member 'UPoseSearchFeatureChannel_Heading::HeadingAxis' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, SchemaBoneIdx) == 0x000081, "Member 'UPoseSearchFeatureChannel_Heading::SchemaBoneIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, SchemaOriginBoneIdx) == 0x000082, "Member 'UPoseSearchFeatureChannel_Heading::SchemaOriginBoneIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, InputQueryPose) == 0x000083, "Member 'UPoseSearchFeatureChannel_Heading::InputQueryPose' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, ComponentStripping) == 0x000084, "Member 'UPoseSearchFeatureChannel_Heading::ComponentStripping' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Heading, PermutationTimeType) == 0x000085, "Member 'UPoseSearchFeatureChannel_Heading::PermutationTimeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_PermutationTime \ +static_assert(alignof(UPoseSearchFeatureChannel_PermutationTime) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_PermutationTime"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_PermutationTime) == 0x000040, "Wrong size on UPoseSearchFeatureChannel_PermutationTime"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_Phase \ +static_assert(alignof(UPoseSearchFeatureChannel_Phase) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_Phase"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_Phase) == 0x000060, "Wrong size on UPoseSearchFeatureChannel_Phase"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Phase, bone) == 0x000040, "Member 'UPoseSearchFeatureChannel_Phase::bone' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Phase, SampleRole) == 0x000050, "Member 'UPoseSearchFeatureChannel_Phase::SampleRole' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Phase, SchemaBoneIdx) == 0x000058, "Member 'UPoseSearchFeatureChannel_Phase::SchemaBoneIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Phase, InputQueryPose) == 0x000059, "Member 'UPoseSearchFeatureChannel_Phase::InputQueryPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_Pose \ +static_assert(alignof(UPoseSearchFeatureChannel_Pose) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_Pose"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_Pose) == 0x000088, "Wrong size on UPoseSearchFeatureChannel_Pose"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Pose, SampledBones) == 0x000050, "Member 'UPoseSearchFeatureChannel_Pose::SampledBones' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Pose, SchemaBoneIdx) == 0x000060, "Member 'UPoseSearchFeatureChannel_Pose::SchemaBoneIdx' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Pose, InputQueryPose) == 0x000070, "Member 'UPoseSearchFeatureChannel_Pose::InputQueryPose' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Pose, bUseCharacterSpaceVelocities) == 0x000071, "Member 'UPoseSearchFeatureChannel_Pose::bUseCharacterSpaceVelocities' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Pose, PermutationTimeType) == 0x000072, "Member 'UPoseSearchFeatureChannel_Pose::PermutationTimeType' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Pose, SubChannels) == 0x000078, "Member 'UPoseSearchFeatureChannel_Pose::SubChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchFeatureChannel_TimeToEvent_BP_GetTimeToEvent \ +static_assert(alignof(PoseSearchFeatureChannel_TimeToEvent_BP_GetTimeToEvent) == 0x000008, "Wrong alignment on PoseSearchFeatureChannel_TimeToEvent_BP_GetTimeToEvent"); \ +static_assert(sizeof(PoseSearchFeatureChannel_TimeToEvent_BP_GetTimeToEvent) == 0x000010, "Wrong size on PoseSearchFeatureChannel_TimeToEvent_BP_GetTimeToEvent"); \ +static_assert(offsetof(PoseSearchFeatureChannel_TimeToEvent_BP_GetTimeToEvent, AnimInstance) == 0x000000, "Member 'PoseSearchFeatureChannel_TimeToEvent_BP_GetTimeToEvent::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchFeatureChannel_TimeToEvent_BP_GetTimeToEvent, ReturnValue) == 0x000008, "Member 'PoseSearchFeatureChannel_TimeToEvent_BP_GetTimeToEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_TimeToEvent \ +static_assert(alignof(UPoseSearchFeatureChannel_TimeToEvent) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_TimeToEvent"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_TimeToEvent) == 0x000050, "Wrong size on UPoseSearchFeatureChannel_TimeToEvent"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_TimeToEvent, Weight) == 0x000040, "Member 'UPoseSearchFeatureChannel_TimeToEvent::Weight' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_TimeToEvent, SamplingAttributeId) == 0x000044, "Member 'UPoseSearchFeatureChannel_TimeToEvent::SamplingAttributeId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchFeatureChannel_Trajectory \ +static_assert(alignof(UPoseSearchFeatureChannel_Trajectory) == 0x000008, "Wrong alignment on UPoseSearchFeatureChannel_Trajectory"); \ +static_assert(sizeof(UPoseSearchFeatureChannel_Trajectory) == 0x000070, "Wrong size on UPoseSearchFeatureChannel_Trajectory"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Trajectory, Samples) == 0x000050, "Member 'UPoseSearchFeatureChannel_Trajectory::Samples' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchFeatureChannel_Trajectory, SubChannels) == 0x000060, "Member 'UPoseSearchFeatureChannel_Trajectory::SubChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNode \ +static_assert(alignof(PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNode) == 0x000008, "Wrong alignment on PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNode"); \ +static_assert(sizeof(PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNode) == 0x000028, "Wrong size on PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNode"); \ +static_assert(offsetof(PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNode, Node) == 0x000000, "Member 'PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNode::Node' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNode, Result) == 0x000010, "Member 'PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNode::Result' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNode, ReturnValue) == 0x000018, "Member 'PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNodePure \ +static_assert(alignof(PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNodePure) == 0x000008, "Wrong alignment on PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNodePure"); \ +static_assert(sizeof(PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNodePure) == 0x000028, "Wrong size on PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNodePure"); \ +static_assert(offsetof(PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNodePure, Node) == 0x000000, "Member 'PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNodePure::Node' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNodePure, PoseSearchHistoryCollectorNode) == 0x000010, "Member 'PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNodePure::PoseSearchHistoryCollectorNode' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNodePure, Result) == 0x000020, "Member 'PoseSearchHistoryCollectorAnimNodeLibrary_ConvertToPoseHistoryNodePure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryNodeTransformTrajectory \ +static_assert(alignof(PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryNodeTransformTrajectory) == 0x000008, "Wrong alignment on PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryNodeTransformTrajectory"); \ +static_assert(sizeof(PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryNodeTransformTrajectory) == 0x000020, "Wrong size on PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryNodeTransformTrajectory"); \ +static_assert(offsetof(PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryNodeTransformTrajectory, PoseSearchHistoryCollectorNode) == 0x000000, "Member 'PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryNodeTransformTrajectory::PoseSearchHistoryCollectorNode' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryNodeTransformTrajectory, Trajectory) == 0x000010, "Member 'PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryNodeTransformTrajectory::Trajectory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryReference \ +static_assert(alignof(PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryReference) == 0x000008, "Wrong alignment on PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryReference"); \ +static_assert(sizeof(PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryReference) == 0x000020, "Wrong size on PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryReference"); \ +static_assert(offsetof(PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryReference, Node) == 0x000000, "Member 'PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryReference::Node' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryReference, ReturnValue) == 0x000010, "Member 'PoseSearchHistoryCollectorAnimNodeLibrary_GetPoseHistoryReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchHistoryCollectorAnimNodeLibrary_SetPoseHistoryNodeTransformTrajectory \ +static_assert(alignof(PoseSearchHistoryCollectorAnimNodeLibrary_SetPoseHistoryNodeTransformTrajectory) == 0x000008, "Wrong alignment on PoseSearchHistoryCollectorAnimNodeLibrary_SetPoseHistoryNodeTransformTrajectory"); \ +static_assert(sizeof(PoseSearchHistoryCollectorAnimNodeLibrary_SetPoseHistoryNodeTransformTrajectory) == 0x000020, "Wrong size on PoseSearchHistoryCollectorAnimNodeLibrary_SetPoseHistoryNodeTransformTrajectory"); \ +static_assert(offsetof(PoseSearchHistoryCollectorAnimNodeLibrary_SetPoseHistoryNodeTransformTrajectory, PoseSearchHistoryCollectorNode) == 0x000000, "Member 'PoseSearchHistoryCollectorAnimNodeLibrary_SetPoseHistoryNodeTransformTrajectory::PoseSearchHistoryCollectorNode' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchHistoryCollectorAnimNodeLibrary_SetPoseHistoryNodeTransformTrajectory, Trajectory) == 0x000010, "Member 'PoseSearchHistoryCollectorAnimNodeLibrary_SetPoseHistoryNodeTransformTrajectory::Trajectory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchHistoryCollectorAnimNodeLibrary \ +static_assert(alignof(UPoseSearchHistoryCollectorAnimNodeLibrary) == 0x000008, "Wrong alignment on UPoseSearchHistoryCollectorAnimNodeLibrary"); \ +static_assert(sizeof(UPoseSearchHistoryCollectorAnimNodeLibrary) == 0x000028, "Wrong size on UPoseSearchHistoryCollectorAnimNodeLibrary"); \ + +#define DUMPER7_ASSERTS_UPoseSearchInteractionAsset \ +static_assert(alignof(UPoseSearchInteractionAsset) == 0x000008, "Wrong alignment on UPoseSearchInteractionAsset"); \ +static_assert(sizeof(UPoseSearchInteractionAsset) == 0x000040, "Wrong size on UPoseSearchInteractionAsset"); \ +static_assert(offsetof(UPoseSearchInteractionAsset, Items) == 0x000028, "Member 'UPoseSearchInteractionAsset::Items' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchInteractionAsset, WarpingBankingWeight) == 0x000038, "Member 'UPoseSearchInteractionAsset::WarpingBankingWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchInteractionLibrary_GetMontageContinuingProperties \ +static_assert(alignof(PoseSearchInteractionLibrary_GetMontageContinuingProperties) == 0x000008, "Wrong alignment on PoseSearchInteractionLibrary_GetMontageContinuingProperties"); \ +static_assert(sizeof(PoseSearchInteractionLibrary_GetMontageContinuingProperties) == 0x000040, "Wrong size on PoseSearchInteractionLibrary_GetMontageContinuingProperties"); \ +static_assert(offsetof(PoseSearchInteractionLibrary_GetMontageContinuingProperties, AnimInstance) == 0x000000, "Member 'PoseSearchInteractionLibrary_GetMontageContinuingProperties::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchInteractionLibrary_GetMontageContinuingProperties, ReturnValue) == 0x000008, "Member 'PoseSearchInteractionLibrary_GetMontageContinuingProperties::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchInteractionLibrary_MotionMatchInteraction \ +static_assert(alignof(PoseSearchInteractionLibrary_MotionMatchInteraction) == 0x000008, "Wrong alignment on PoseSearchInteractionLibrary_MotionMatchInteraction"); \ +static_assert(sizeof(PoseSearchInteractionLibrary_MotionMatchInteraction) == 0x0000A0, "Wrong size on PoseSearchInteractionLibrary_MotionMatchInteraction"); \ +static_assert(offsetof(PoseSearchInteractionLibrary_MotionMatchInteraction, Availabilities) == 0x000000, "Member 'PoseSearchInteractionLibrary_MotionMatchInteraction::Availabilities' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchInteractionLibrary_MotionMatchInteraction, AnimContext) == 0x000010, "Member 'PoseSearchInteractionLibrary_MotionMatchInteraction::AnimContext' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchInteractionLibrary_MotionMatchInteraction, PoseHistoryName) == 0x000018, "Member 'PoseSearchInteractionLibrary_MotionMatchInteraction::PoseHistoryName' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchInteractionLibrary_MotionMatchInteraction, bValidateResultAgainstAvailabilities) == 0x000020, "Member 'PoseSearchInteractionLibrary_MotionMatchInteraction::bValidateResultAgainstAvailabilities' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchInteractionLibrary_MotionMatchInteraction, ReturnValue) == 0x000028, "Member 'PoseSearchInteractionLibrary_MotionMatchInteraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchInteractionLibrary_MotionMatchInteraction_Pure \ +static_assert(alignof(PoseSearchInteractionLibrary_MotionMatchInteraction_Pure) == 0x000008, "Wrong alignment on PoseSearchInteractionLibrary_MotionMatchInteraction_Pure"); \ +static_assert(sizeof(PoseSearchInteractionLibrary_MotionMatchInteraction_Pure) == 0x0000A0, "Wrong size on PoseSearchInteractionLibrary_MotionMatchInteraction_Pure"); \ +static_assert(offsetof(PoseSearchInteractionLibrary_MotionMatchInteraction_Pure, Availabilities) == 0x000000, "Member 'PoseSearchInteractionLibrary_MotionMatchInteraction_Pure::Availabilities' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchInteractionLibrary_MotionMatchInteraction_Pure, AnimContext) == 0x000010, "Member 'PoseSearchInteractionLibrary_MotionMatchInteraction_Pure::AnimContext' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchInteractionLibrary_MotionMatchInteraction_Pure, PoseHistoryName) == 0x000018, "Member 'PoseSearchInteractionLibrary_MotionMatchInteraction_Pure::PoseHistoryName' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchInteractionLibrary_MotionMatchInteraction_Pure, bValidateResultAgainstAvailabilities) == 0x000020, "Member 'PoseSearchInteractionLibrary_MotionMatchInteraction_Pure::bValidateResultAgainstAvailabilities' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchInteractionLibrary_MotionMatchInteraction_Pure, ReturnValue) == 0x000028, "Member 'PoseSearchInteractionLibrary_MotionMatchInteraction_Pure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchInteractionLibrary \ +static_assert(alignof(UPoseSearchInteractionLibrary) == 0x000008, "Wrong alignment on UPoseSearchInteractionLibrary"); \ +static_assert(sizeof(UPoseSearchInteractionLibrary) == 0x000028, "Wrong size on UPoseSearchInteractionLibrary"); \ + +#define DUMPER7_ASSERTS_PoseSearchLibrary_GetDatabaseTags \ +static_assert(alignof(PoseSearchLibrary_GetDatabaseTags) == 0x000008, "Wrong alignment on PoseSearchLibrary_GetDatabaseTags"); \ +static_assert(sizeof(PoseSearchLibrary_GetDatabaseTags) == 0x000018, "Wrong size on PoseSearchLibrary_GetDatabaseTags"); \ +static_assert(offsetof(PoseSearchLibrary_GetDatabaseTags, Database) == 0x000000, "Member 'PoseSearchLibrary_GetDatabaseTags::Database' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchLibrary_GetDatabaseTags, Tags) == 0x000008, "Member 'PoseSearchLibrary_GetDatabaseTags::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchLibrary_IsAnimationAssetLooping \ +static_assert(alignof(PoseSearchLibrary_IsAnimationAssetLooping) == 0x000008, "Wrong alignment on PoseSearchLibrary_IsAnimationAssetLooping"); \ +static_assert(sizeof(PoseSearchLibrary_IsAnimationAssetLooping) == 0x000010, "Wrong size on PoseSearchLibrary_IsAnimationAssetLooping"); \ +static_assert(offsetof(PoseSearchLibrary_IsAnimationAssetLooping, Asset) == 0x000000, "Member 'PoseSearchLibrary_IsAnimationAssetLooping::Asset' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchLibrary_IsAnimationAssetLooping, bIsAssetLooping) == 0x000008, "Member 'PoseSearchLibrary_IsAnimationAssetLooping::bIsAssetLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchLibrary_MotionMatch \ +static_assert(alignof(PoseSearchLibrary_MotionMatch) == 0x000008, "Wrong alignment on PoseSearchLibrary_MotionMatch"); \ +static_assert(sizeof(PoseSearchLibrary_MotionMatch) == 0x0000E0, "Wrong size on PoseSearchLibrary_MotionMatch"); \ +static_assert(offsetof(PoseSearchLibrary_MotionMatch, AnimInstance) == 0x000000, "Member 'PoseSearchLibrary_MotionMatch::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchLibrary_MotionMatch, AssetsToSearch) == 0x000008, "Member 'PoseSearchLibrary_MotionMatch::AssetsToSearch' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchLibrary_MotionMatch, PoseHistoryName) == 0x000018, "Member 'PoseSearchLibrary_MotionMatch::PoseHistoryName' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchLibrary_MotionMatch, ContinuingProperties) == 0x000020, "Member 'PoseSearchLibrary_MotionMatch::ContinuingProperties' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchLibrary_MotionMatch, Future) == 0x000058, "Member 'PoseSearchLibrary_MotionMatch::Future' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchLibrary_MotionMatch, Result) == 0x000068, "Member 'PoseSearchLibrary_MotionMatch::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchLibrary \ +static_assert(alignof(UPoseSearchLibrary) == 0x000008, "Wrong alignment on UPoseSearchLibrary"); \ +static_assert(sizeof(UPoseSearchLibrary) == 0x000028, "Wrong size on UPoseSearchLibrary"); \ + +#define DUMPER7_ASSERTS_UPoseSearchNormalizationSet \ +static_assert(alignof(UPoseSearchNormalizationSet) == 0x000008, "Wrong alignment on UPoseSearchNormalizationSet"); \ +static_assert(sizeof(UPoseSearchNormalizationSet) == 0x000040, "Wrong size on UPoseSearchNormalizationSet"); \ +static_assert(offsetof(UPoseSearchNormalizationSet, Databases) == 0x000030, "Member 'UPoseSearchNormalizationSet::Databases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchSchema \ +static_assert(alignof(UPoseSearchSchema) == 0x000008, "Wrong alignment on UPoseSearchSchema"); \ +static_assert(sizeof(UPoseSearchSchema) == 0x000070, "Wrong size on UPoseSearchSchema"); \ +static_assert(offsetof(UPoseSearchSchema, SampleRate) == 0x000030, "Member 'UPoseSearchSchema::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchSchema, Skeletons) == 0x000038, "Member 'UPoseSearchSchema::Skeletons' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchSchema, Channels) == 0x000048, "Member 'UPoseSearchSchema::Channels' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchSchema, FinalizedChannels) == 0x000058, "Member 'UPoseSearchSchema::FinalizedChannels' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchSchema, SchemaCardinality) == 0x000068, "Member 'UPoseSearchSchema::SchemaCardinality' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchSchema, bAddDataPadding) == 0x00006C, "Member 'UPoseSearchSchema::bAddDataPadding' has a wrong offset!"); \ +static_assert(offsetof(UPoseSearchSchema, bInjectAdditionalDebugChannels) == 0x00006D, "Member 'UPoseSearchSchema::bInjectAdditionalDebugChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryLibrary_DrawTransformTrajectory \ +static_assert(alignof(PoseSearchTrajectoryLibrary_DrawTransformTrajectory) == 0x000008, "Wrong alignment on PoseSearchTrajectoryLibrary_DrawTransformTrajectory"); \ +static_assert(sizeof(PoseSearchTrajectoryLibrary_DrawTransformTrajectory) == 0x000020, "Wrong size on PoseSearchTrajectoryLibrary_DrawTransformTrajectory"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_DrawTransformTrajectory, WorldContextObject) == 0x000000, "Member 'PoseSearchTrajectoryLibrary_DrawTransformTrajectory::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_DrawTransformTrajectory, InTrajectory) == 0x000008, "Member 'PoseSearchTrajectoryLibrary_DrawTransformTrajectory::InTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_DrawTransformTrajectory, DebugThickness) == 0x000018, "Member 'PoseSearchTrajectoryLibrary_DrawTransformTrajectory::DebugThickness' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_DrawTransformTrajectory, HeightOffset) == 0x00001C, "Member 'PoseSearchTrajectoryLibrary_DrawTransformTrajectory::HeightOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity \ +static_assert(alignof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity) == 0x000008, "Wrong alignment on PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity"); \ +static_assert(sizeof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity) == 0x000038, "Wrong size on PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity, InTrajectory) == 0x000000, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity::InTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity, Time1) == 0x000010, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity::Time1' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity, Time2) == 0x000014, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity::Time2' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity, OutAngularVelocity) == 0x000018, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity::OutAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity, bExtrapolate) == 0x000030, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectoryAngularVelocity::bExtrapolate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime \ +static_assert(alignof(PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime) == 0x000010, "Wrong alignment on PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime"); \ +static_assert(sizeof(PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime) == 0x000070, "Wrong size on PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime, InTrajectory) == 0x000000, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime::InTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime, Time) == 0x000010, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime, OutTrajectorySample) == 0x000020, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime::OutTrajectorySample' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime, bExtrapolate) == 0x000060, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleAtTime::bExtrapolate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleTransform \ +static_assert(alignof(PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleTransform) == 0x000010, "Wrong alignment on PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleTransform"); \ +static_assert(sizeof(PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleTransform) == 0x0000A0, "Wrong size on PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleTransform"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleTransform, InTrajectorySample) == 0x000000, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleTransform::InTrajectorySample' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleTransform, ReturnValue) == 0x000040, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectorySampleTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity \ +static_assert(alignof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity) == 0x000008, "Wrong alignment on PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity"); \ +static_assert(sizeof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity) == 0x000038, "Wrong size on PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity, InTrajectory) == 0x000000, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity::InTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity, Time1) == 0x000010, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity::Time1' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity, Time2) == 0x000014, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity::Time2' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity, OutVelocity) == 0x000018, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity::OutVelocity' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity, bExtrapolate) == 0x000030, "Member 'PoseSearchTrajectoryLibrary_GetTransformTrajectoryVelocity::bExtrapolate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions \ +static_assert(alignof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions) == 0x000008, "Wrong alignment on PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions"); \ +static_assert(sizeof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions) == 0x000088, "Wrong size on PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, WorldContextObject) == 0x000000, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, AnimInstance) == 0x000008, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, InTrajectory) == 0x000010, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::InTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, bApplyGravity) == 0x000020, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::bApplyGravity' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, FloorCollisionsOffset) == 0x000024, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::FloorCollisionsOffset' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, OutTrajectory) == 0x000028, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::OutTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, CollisionResult) == 0x000038, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::CollisionResult' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, TraceChannel) == 0x000040, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, bTraceComplex) == 0x000041, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, ActorsToIgnore) == 0x000048, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, DrawDebugType) == 0x000058, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, bIgnoreSelf) == 0x000059, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, MaxObstacleHeight) == 0x00005C, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::MaxObstacleHeight' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, TraceColor) == 0x000060, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, TraceHitColor) == 0x000070, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions, DrawTime) == 0x000080, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisions::DrawTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity \ +static_assert(alignof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity) == 0x000008, "Wrong alignment on PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity"); \ +static_assert(sizeof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity) == 0x0000B8, "Wrong size on PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, WorldContextObject) == 0x000000, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, InTrajectory) == 0x000008, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::InTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, StartingVelocity) == 0x000018, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::StartingVelocity' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, bApplyGravity) == 0x000030, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::bApplyGravity' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, GravityAccel) == 0x000038, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::GravityAccel' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, FloorCollisionsOffset) == 0x000050, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::FloorCollisionsOffset' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, OutTrajectory) == 0x000058, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::OutTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, CollisionResult) == 0x000068, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::CollisionResult' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, TraceChannel) == 0x000070, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, bTraceComplex) == 0x000071, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, ActorsToIgnore) == 0x000078, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, DrawDebugType) == 0x000088, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, bIgnoreSelf) == 0x000089, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, MaxObstacleHeight) == 0x00008C, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::MaxObstacleHeight' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, TraceColor) == 0x000090, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, TraceHitColor) == 0x0000A0, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity, DrawTime) == 0x0000B0, "Member 'PoseSearchTrajectoryLibrary_HandleTransformTrajectoryWorldCollisionsWithGravity::DrawTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory \ +static_assert(alignof(PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory) == 0x000008, "Wrong alignment on PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory"); \ +static_assert(sizeof(PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory) == 0x000170, "Wrong size on PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory, InPredictor) == 0x000000, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory::InPredictor' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory, InTrajectoryData) == 0x000008, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory::InTrajectoryData' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory, InDeltaTime) == 0x000130, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory::InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory, InOutTrajectory) == 0x000138, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory::InOutTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory, InOutDesiredControllerYawLastUpdate) == 0x000148, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory::InOutDesiredControllerYawLastUpdate' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory, OutTrajectory) == 0x000150, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory::OutTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory, InHistorySamplingInterval) == 0x000160, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory::InHistorySamplingInterval' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory, InTrajectoryHistoryCount) == 0x000164, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory::InTrajectoryHistoryCount' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory, InPredictionSamplingInterval) == 0x000168, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory::InPredictionSamplingInterval' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory, InTrajectoryPredictionCount) == 0x00016C, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGeneratePredictorTransformTrajectory::InTrajectoryPredictionCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory \ +static_assert(alignof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory) == 0x000008, "Wrong alignment on PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory"); \ +static_assert(sizeof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory) == 0x000170, "Wrong size on PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory, InAnimInstance) == 0x000000, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory::InAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory, InTrajectoryData) == 0x000008, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory::InTrajectoryData' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory, InDeltaTime) == 0x000130, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory::InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory, InOutTrajectory) == 0x000138, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory::InOutTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory, InOutDesiredControllerYawLastUpdate) == 0x000148, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory::InOutDesiredControllerYawLastUpdate' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory, OutTrajectory) == 0x000150, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory::OutTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory, InHistorySamplingInterval) == 0x000160, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory::InHistorySamplingInterval' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory, InTrajectoryHistoryCount) == 0x000164, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory::InTrajectoryHistoryCount' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory, InPredictionSamplingInterval) == 0x000168, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory::InPredictionSamplingInterval' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory, InTrajectoryPredictionCount) == 0x00016C, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectory::InTrajectoryPredictionCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor \ +static_assert(alignof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor) == 0x000008, "Wrong alignment on PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor"); \ +static_assert(sizeof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor) == 0x000050, "Wrong size on PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor, InPredictor) == 0x000000, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor::InPredictor' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor, InDeltaTime) == 0x000010, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor::InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor, InOutTrajectory) == 0x000018, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor::InOutTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor, InOutDesiredControllerYawLastUpdate) == 0x000028, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor::InOutDesiredControllerYawLastUpdate' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor, OutTrajectory) == 0x000030, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor::OutTrajectory' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor, InHistorySamplingInterval) == 0x000040, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor::InHistorySamplingInterval' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor, InTrajectoryHistoryCount) == 0x000044, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor::InTrajectoryHistoryCount' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor, InPredictionSamplingInterval) == 0x000048, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor::InPredictionSamplingInterval' has a wrong offset!"); \ +static_assert(offsetof(PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor, InTrajectoryPredictionCount) == 0x00004C, "Member 'PoseSearchTrajectoryLibrary_PoseSearchGenerateTransformTrajectoryWithPredictor::InTrajectoryPredictionCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPoseSearchTrajectoryLibrary \ +static_assert(alignof(UPoseSearchTrajectoryLibrary) == 0x000008, "Wrong alignment on UPoseSearchTrajectoryLibrary"); \ +static_assert(sizeof(UPoseSearchTrajectoryLibrary) == 0x000028, "Wrong size on UPoseSearchTrajectoryLibrary"); \ + +#define DUMPER7_ASSERTS_FMotionTrajectorySettings \ +static_assert(alignof(FMotionTrajectorySettings) == 0x000004, "Wrong alignment on FMotionTrajectorySettings"); \ +static_assert(sizeof(FMotionTrajectorySettings) == 0x000004, "Wrong size on FMotionTrajectorySettings"); \ +static_assert(offsetof(FMotionTrajectorySettings, Seconds) == 0x000000, "Member 'FMotionTrajectorySettings::Seconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrajectorySamplingData \ +static_assert(alignof(FTrajectorySamplingData) == 0x000004, "Wrong alignment on FTrajectorySamplingData"); \ +static_assert(sizeof(FTrajectorySamplingData) == 0x000020, "Wrong size on FTrajectorySamplingData"); \ +static_assert(offsetof(FTrajectorySamplingData, HistoryLengthSeconds) == 0x000000, "Member 'FTrajectorySamplingData::HistoryLengthSeconds' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySamplingData, HistorySamplesPerSecond) == 0x000004, "Member 'FTrajectorySamplingData::HistorySamplesPerSecond' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySamplingData, PredictionLengthSeconds) == 0x000008, "Member 'FTrajectorySamplingData::PredictionLengthSeconds' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySamplingData, PredictionSamplesPerSecond) == 0x00000C, "Member 'FTrajectorySamplingData::PredictionSamplesPerSecond' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterTrajectoryData \ +static_assert(alignof(FCharacterTrajectoryData) == 0x000010, "Wrong alignment on FCharacterTrajectoryData"); \ +static_assert(sizeof(FCharacterTrajectoryData) == 0x0001F0, "Wrong size on FCharacterTrajectoryData"); \ +static_assert(offsetof(FCharacterTrajectoryData, RotateTowardsMovementSpeed) == 0x000000, "Member 'FCharacterTrajectoryData::RotateTowardsMovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCharacterTrajectoryData, MaxControllerYawRate) == 0x000004, "Member 'FCharacterTrajectoryData::MaxControllerYawRate' has a wrong offset!"); \ +static_assert(offsetof(FCharacterTrajectoryData, BendVelocityTowardsAcceleration) == 0x000008, "Member 'FCharacterTrajectoryData::BendVelocityTowardsAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FCharacterTrajectoryData, bUseSpeedRemappingCurve) == 0x00000C, "Member 'FCharacterTrajectoryData::bUseSpeedRemappingCurve' has a wrong offset!"); \ +static_assert(offsetof(FCharacterTrajectoryData, SpeedRemappingCurve) == 0x000010, "Member 'FCharacterTrajectoryData::SpeedRemappingCurve' has a wrong offset!"); \ +static_assert(offsetof(FCharacterTrajectoryData, bUseAccelerationRemappingCurve) == 0x000098, "Member 'FCharacterTrajectoryData::bUseAccelerationRemappingCurve' has a wrong offset!"); \ +static_assert(offsetof(FCharacterTrajectoryData, AccelerationRemappingCurve) == 0x0000A0, "Member 'FCharacterTrajectoryData::AccelerationRemappingCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterTrajectoryComponent_OnMovementUpdated \ +static_assert(alignof(CharacterTrajectoryComponent_OnMovementUpdated) == 0x000008, "Wrong alignment on CharacterTrajectoryComponent_OnMovementUpdated"); \ +static_assert(sizeof(CharacterTrajectoryComponent_OnMovementUpdated) == 0x000038, "Wrong size on CharacterTrajectoryComponent_OnMovementUpdated"); \ +static_assert(offsetof(CharacterTrajectoryComponent_OnMovementUpdated, DeltaSeconds) == 0x000000, "Member 'CharacterTrajectoryComponent_OnMovementUpdated::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(CharacterTrajectoryComponent_OnMovementUpdated, OldLocation) == 0x000008, "Member 'CharacterTrajectoryComponent_OnMovementUpdated::OldLocation' has a wrong offset!"); \ +static_assert(offsetof(CharacterTrajectoryComponent_OnMovementUpdated, OldVelocity) == 0x000020, "Member 'CharacterTrajectoryComponent_OnMovementUpdated::OldVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterTrajectoryComponent \ +static_assert(alignof(UCharacterTrajectoryComponent) == 0x000010, "Wrong alignment on UCharacterTrajectoryComponent"); \ +static_assert(sizeof(UCharacterTrajectoryComponent) == 0x000300, "Wrong size on UCharacterTrajectoryComponent"); \ +static_assert(offsetof(UCharacterTrajectoryComponent, Trajectory) == 0x0000C0, "Member 'UCharacterTrajectoryComponent::Trajectory' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTrajectoryComponent, SamplingData) == 0x0000D0, "Member 'UCharacterTrajectoryComponent::SamplingData' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTrajectoryComponent, CharacterTrajectoryData) == 0x0000F0, "Member 'UCharacterTrajectoryComponent::CharacterTrajectoryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationBudgetAllocatorParameters \ +static_assert(alignof(FAnimationBudgetAllocatorParameters) == 0x000004, "Wrong alignment on FAnimationBudgetAllocatorParameters"); \ +static_assert(sizeof(FAnimationBudgetAllocatorParameters) == 0x000058, "Wrong size on FAnimationBudgetAllocatorParameters"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetInMs) == 0x000000, "Member 'FAnimationBudgetAllocatorParameters::BudgetInMs' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, MinQuality) == 0x000004, "Member 'FAnimationBudgetAllocatorParameters::MinQuality' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, MaxTickRate) == 0x000008, "Member 'FAnimationBudgetAllocatorParameters::MaxTickRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, WorkUnitSmoothingSpeed) == 0x00000C, "Member 'FAnimationBudgetAllocatorParameters::WorkUnitSmoothingSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, AlwaysTickFalloffAggression) == 0x000010, "Member 'FAnimationBudgetAllocatorParameters::AlwaysTickFalloffAggression' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, InterpolationFalloffAggression) == 0x000014, "Member 'FAnimationBudgetAllocatorParameters::InterpolationFalloffAggression' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, InterpolationMaxRate) == 0x000018, "Member 'FAnimationBudgetAllocatorParameters::InterpolationMaxRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, MaxInterpolatedComponents) == 0x00001C, "Member 'FAnimationBudgetAllocatorParameters::MaxInterpolatedComponents' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, InterpolationTickMultiplier) == 0x000020, "Member 'FAnimationBudgetAllocatorParameters::InterpolationTickMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, InitialEstimatedWorkUnitTimeMs) == 0x000024, "Member 'FAnimationBudgetAllocatorParameters::InitialEstimatedWorkUnitTimeMs' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, MaxTickedOffsreenComponents) == 0x000028, "Member 'FAnimationBudgetAllocatorParameters::MaxTickedOffsreenComponents' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, StateChangeThrottleInFrames) == 0x00002C, "Member 'FAnimationBudgetAllocatorParameters::StateChangeThrottleInFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetFactorBeforeReducedWork) == 0x000030, "Member 'FAnimationBudgetAllocatorParameters::BudgetFactorBeforeReducedWork' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetFactorBeforeReducedWorkEpsilon) == 0x000034, "Member 'FAnimationBudgetAllocatorParameters::BudgetFactorBeforeReducedWorkEpsilon' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetPressureSmoothingSpeed) == 0x000038, "Member 'FAnimationBudgetAllocatorParameters::BudgetPressureSmoothingSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, ReducedWorkThrottleMinInFrames) == 0x00003C, "Member 'FAnimationBudgetAllocatorParameters::ReducedWorkThrottleMinInFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, ReducedWorkThrottleMaxInFrames) == 0x000040, "Member 'FAnimationBudgetAllocatorParameters::ReducedWorkThrottleMaxInFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetFactorBeforeAggressiveReducedWork) == 0x000044, "Member 'FAnimationBudgetAllocatorParameters::BudgetFactorBeforeAggressiveReducedWork' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, ReducedWorkThrottleMaxPerFrame) == 0x000048, "Member 'FAnimationBudgetAllocatorParameters::ReducedWorkThrottleMaxPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetPressureBeforeEmergencyReducedWork) == 0x00004C, "Member 'FAnimationBudgetAllocatorParameters::BudgetPressureBeforeEmergencyReducedWork' has a wrong offset!"); \ +static_assert(offsetof(FAnimationBudgetAllocatorParameters, AutoCalculatedSignificanceMaxDistance) == 0x000050, "Member 'FAnimationBudgetAllocatorParameters::AutoCalculatedSignificanceMaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationBudgetBlueprintLibrary_EnableAnimationBudget \ +static_assert(alignof(AnimationBudgetBlueprintLibrary_EnableAnimationBudget) == 0x000008, "Wrong alignment on AnimationBudgetBlueprintLibrary_EnableAnimationBudget"); \ +static_assert(sizeof(AnimationBudgetBlueprintLibrary_EnableAnimationBudget) == 0x000010, "Wrong size on AnimationBudgetBlueprintLibrary_EnableAnimationBudget"); \ +static_assert(offsetof(AnimationBudgetBlueprintLibrary_EnableAnimationBudget, WorldContextObject) == 0x000000, "Member 'AnimationBudgetBlueprintLibrary_EnableAnimationBudget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimationBudgetBlueprintLibrary_EnableAnimationBudget, bEnabled) == 0x000008, "Member 'AnimationBudgetBlueprintLibrary_EnableAnimationBudget::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters \ +static_assert(alignof(AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters) == 0x000008, "Wrong alignment on AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters"); \ +static_assert(sizeof(AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters) == 0x000060, "Wrong size on AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters"); \ +static_assert(offsetof(AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters, WorldContextObject) == 0x000000, "Member 'AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters, InParameters) == 0x000008, "Member 'AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters::InParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationBudgetBlueprintLibrary \ +static_assert(alignof(UAnimationBudgetBlueprintLibrary) == 0x000008, "Wrong alignment on UAnimationBudgetBlueprintLibrary"); \ +static_assert(sizeof(UAnimationBudgetBlueprintLibrary) == 0x000028, "Wrong size on UAnimationBudgetBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator \ +static_assert(alignof(SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator) == 0x000001, "Wrong alignment on SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator"); \ +static_assert(sizeof(SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator) == 0x000001, "Wrong size on SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator"); \ +static_assert(offsetof(SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator, bInAutoRegisterWithBudgetAllocator) == 0x000000, "Member 'SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator::bInAutoRegisterWithBudgetAllocator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshComponentBudgeted \ +static_assert(alignof(USkeletalMeshComponentBudgeted) == 0x000010, "Wrong alignment on USkeletalMeshComponentBudgeted"); \ +static_assert(sizeof(USkeletalMeshComponentBudgeted) == 0x001020, "Wrong size on USkeletalMeshComponentBudgeted"); \ + +#define DUMPER7_ASSERTS_FKBSplinePoint \ +static_assert(alignof(FKBSplinePoint) == 0x000008, "Wrong alignment on FKBSplinePoint"); \ +static_assert(sizeof(FKBSplinePoint) == 0x000020, "Wrong size on FKBSplinePoint"); \ +static_assert(offsetof(FKBSplinePoint, Location) == 0x000000, "Member 'FKBSplinePoint::Location' has a wrong offset!"); \ +static_assert(offsetof(FKBSplinePoint, Tau) == 0x000018, "Member 'FKBSplinePoint::Tau' has a wrong offset!"); \ +static_assert(offsetof(FKBSplinePoint, Beta) == 0x00001C, "Member 'FKBSplinePoint::Beta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKBAnchorPoint \ +static_assert(alignof(FKBAnchorPoint) == 0x000008, "Wrong alignment on FKBAnchorPoint"); \ +static_assert(sizeof(FKBAnchorPoint) == 0x000050, "Wrong size on FKBAnchorPoint"); \ +static_assert(offsetof(FKBAnchorPoint, Point) == 0x000000, "Member 'FKBAnchorPoint::Point' has a wrong offset!"); \ +static_assert(offsetof(FKBAnchorPoint, MinBound) == 0x000020, "Member 'FKBAnchorPoint::MinBound' has a wrong offset!"); \ +static_assert(offsetof(FKBAnchorPoint, MaxBound) == 0x000038, "Member 'FKBAnchorPoint::MaxBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKBSplineBounds \ +static_assert(alignof(FKBSplineBounds) == 0x000008, "Wrong alignment on FKBSplineBounds"); \ +static_assert(sizeof(FKBSplineBounds) == 0x000010, "Wrong size on FKBSplineBounds"); \ +static_assert(offsetof(FKBSplineBounds, Anchors) == 0x000000, "Member 'FKBSplineBounds::Anchors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKBSplineState \ +static_assert(alignof(FKBSplineState) == 0x000008, "Wrong alignment on FKBSplineState"); \ +static_assert(sizeof(FKBSplineState) == 0x0000C0, "Wrong size on FKBSplineState"); \ +static_assert(offsetof(FKBSplineState, CurrentTraversalSegment) == 0x000000, "Member 'FKBSplineState::CurrentTraversalSegment' has a wrong offset!"); \ +static_assert(offsetof(FKBSplineState, PrecomputedCoefficients) == 0x000008, "Member 'FKBSplineState::PrecomputedCoefficients' has a wrong offset!"); \ +static_assert(offsetof(FKBSplineState, Time) == 0x000018, "Member 'FKBSplineState::Time' has a wrong offset!"); \ +static_assert(offsetof(FKBSplineState, WorkingSet) == 0x000020, "Member 'FKBSplineState::WorkingSet' has a wrong offset!"); \ +static_assert(offsetof(FKBSplineState, Valid) == 0x0000A0, "Member 'FKBSplineState::Valid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStepSplineStateInputData \ +static_assert(alignof(FStepSplineStateInputData) == 0x000008, "Wrong alignment on FStepSplineStateInputData"); \ +static_assert(sizeof(FStepSplineStateInputData) == 0x000070, "Wrong size on FStepSplineStateInputData"); \ + +#define DUMPER7_ASSERTS_FSplineMovementSampleState \ +static_assert(alignof(FSplineMovementSampleState) == 0x000008, "Wrong alignment on FSplineMovementSampleState"); \ +static_assert(sizeof(FSplineMovementSampleState) == 0x0000E0, "Wrong size on FSplineMovementSampleState"); \ + +#define DUMPER7_ASSERTS_FSplineMovementInputCurvatureControl \ +static_assert(alignof(FSplineMovementInputCurvatureControl) == 0x000004, "Wrong alignment on FSplineMovementInputCurvatureControl"); \ +static_assert(sizeof(FSplineMovementInputCurvatureControl) == 0x000010, "Wrong size on FSplineMovementInputCurvatureControl"); \ +static_assert(offsetof(FSplineMovementInputCurvatureControl, ContinuationAtNearAngle) == 0x000000, "Member 'FSplineMovementInputCurvatureControl::ContinuationAtNearAngle' has a wrong offset!"); \ +static_assert(offsetof(FSplineMovementInputCurvatureControl, ContinuationAtFarAngle) == 0x000004, "Member 'FSplineMovementInputCurvatureControl::ContinuationAtFarAngle' has a wrong offset!"); \ +static_assert(offsetof(FSplineMovementInputCurvatureControl, ContinuationAngleNear) == 0x000008, "Member 'FSplineMovementInputCurvatureControl::ContinuationAngleNear' has a wrong offset!"); \ +static_assert(offsetof(FSplineMovementInputCurvatureControl, ContinuationAngleFar) == 0x00000C, "Member 'FSplineMovementInputCurvatureControl::ContinuationAngleFar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_KBSpline_AddSegmentConstraint \ +static_assert(alignof(AC_KBSpline_AddSegmentConstraint) == 0x000008, "Wrong alignment on AC_KBSpline_AddSegmentConstraint"); \ +static_assert(sizeof(AC_KBSpline_AddSegmentConstraint) == 0x000020, "Wrong size on AC_KBSpline_AddSegmentConstraint"); \ +static_assert(offsetof(AC_KBSpline_AddSegmentConstraint, Config) == 0x000000, "Member 'AC_KBSpline_AddSegmentConstraint::Config' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_AddSegmentConstraint, Bound) == 0x000008, "Member 'AC_KBSpline_AddSegmentConstraint::Bound' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_AddSegmentConstraint, SegmentID) == 0x000018, "Member 'AC_KBSpline_AddSegmentConstraint::SegmentID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_KBSpline_AddSplinePoint \ +static_assert(alignof(AC_KBSpline_AddSplinePoint) == 0x000008, "Wrong alignment on AC_KBSpline_AddSplinePoint"); \ +static_assert(sizeof(AC_KBSpline_AddSplinePoint) == 0x000030, "Wrong size on AC_KBSpline_AddSplinePoint"); \ +static_assert(offsetof(AC_KBSpline_AddSplinePoint, Config) == 0x000000, "Member 'AC_KBSpline_AddSplinePoint::Config' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_AddSplinePoint, Point) == 0x000008, "Member 'AC_KBSpline_AddSplinePoint::Point' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_AddSplinePoint, ReturnValue) == 0x000028, "Member 'AC_KBSpline_AddSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_KBSpline_ComputeTangent \ +static_assert(alignof(AC_KBSpline_ComputeTangent) == 0x000008, "Wrong alignment on AC_KBSpline_ComputeTangent"); \ +static_assert(sizeof(AC_KBSpline_ComputeTangent) == 0x0000D8, "Wrong size on AC_KBSpline_ComputeTangent"); \ +static_assert(offsetof(AC_KBSpline_ComputeTangent, State) == 0x000000, "Member 'AC_KBSpline_ComputeTangent::State' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_ComputeTangent, ReturnValue) == 0x0000C0, "Member 'AC_KBSpline_ComputeTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_KBSpline_ComputeTangentExplicit \ +static_assert(alignof(AC_KBSpline_ComputeTangentExplicit) == 0x000008, "Wrong alignment on AC_KBSpline_ComputeTangentExplicit"); \ +static_assert(sizeof(AC_KBSpline_ComputeTangentExplicit) == 0x0000E0, "Wrong size on AC_KBSpline_ComputeTangentExplicit"); \ +static_assert(offsetof(AC_KBSpline_ComputeTangentExplicit, State) == 0x000000, "Member 'AC_KBSpline_ComputeTangentExplicit::State' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_ComputeTangentExplicit, Time) == 0x0000C0, "Member 'AC_KBSpline_ComputeTangentExplicit::Time' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_ComputeTangentExplicit, ReturnValue) == 0x0000C8, "Member 'AC_KBSpline_ComputeTangentExplicit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_KBSpline_CreateSplineConfig \ +static_assert(alignof(AC_KBSpline_CreateSplineConfig) == 0x000008, "Wrong alignment on AC_KBSpline_CreateSplineConfig"); \ +static_assert(sizeof(AC_KBSpline_CreateSplineConfig) == 0x000020, "Wrong size on AC_KBSpline_CreateSplineConfig"); \ +static_assert(offsetof(AC_KBSpline_CreateSplineConfig, Location) == 0x000000, "Member 'AC_KBSpline_CreateSplineConfig::Location' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_CreateSplineConfig, ReturnValue) == 0x000018, "Member 'AC_KBSpline_CreateSplineConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_KBSpline_DrawDebug \ +static_assert(alignof(AC_KBSpline_DrawDebug) == 0x000008, "Wrong alignment on AC_KBSpline_DrawDebug"); \ +static_assert(sizeof(AC_KBSpline_DrawDebug) == 0x0000E0, "Wrong size on AC_KBSpline_DrawDebug"); \ +static_assert(offsetof(AC_KBSpline_DrawDebug, Actor) == 0x000000, "Member 'AC_KBSpline_DrawDebug::Actor' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_DrawDebug, Config) == 0x000008, "Member 'AC_KBSpline_DrawDebug::Config' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_DrawDebug, State) == 0x000010, "Member 'AC_KBSpline_DrawDebug::State' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_DrawDebug, CurveColour) == 0x0000D0, "Member 'AC_KBSpline_DrawDebug::CurveColour' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_DrawDebug, Width) == 0x0000D4, "Member 'AC_KBSpline_DrawDebug::Width' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_DrawDebug, DisplayTime) == 0x0000D8, "Member 'AC_KBSpline_DrawDebug::DisplayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_KBSpline_GetChord \ +static_assert(alignof(AC_KBSpline_GetChord) == 0x000008, "Wrong alignment on AC_KBSpline_GetChord"); \ +static_assert(sizeof(AC_KBSpline_GetChord) == 0x000028, "Wrong size on AC_KBSpline_GetChord"); \ +static_assert(offsetof(AC_KBSpline_GetChord, Config) == 0x000000, "Member 'AC_KBSpline_GetChord::Config' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_GetChord, SegmentID) == 0x000008, "Member 'AC_KBSpline_GetChord::SegmentID' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_GetChord, outChord) == 0x000010, "Member 'AC_KBSpline_GetChord::outChord' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_KBSpline_PrepareForEvaluation \ +static_assert(alignof(AC_KBSpline_PrepareForEvaluation) == 0x000008, "Wrong alignment on AC_KBSpline_PrepareForEvaluation"); \ +static_assert(sizeof(AC_KBSpline_PrepareForEvaluation) == 0x0000D0, "Wrong size on AC_KBSpline_PrepareForEvaluation"); \ +static_assert(offsetof(AC_KBSpline_PrepareForEvaluation, Config) == 0x000000, "Member 'AC_KBSpline_PrepareForEvaluation::Config' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_PrepareForEvaluation, PointID) == 0x000008, "Member 'AC_KBSpline_PrepareForEvaluation::PointID' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_PrepareForEvaluation, ReturnValue) == 0x000010, "Member 'AC_KBSpline_PrepareForEvaluation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_KBSpline_RemoveLastSplinePoint \ +static_assert(alignof(AC_KBSpline_RemoveLastSplinePoint) == 0x000008, "Wrong alignment on AC_KBSpline_RemoveLastSplinePoint"); \ +static_assert(sizeof(AC_KBSpline_RemoveLastSplinePoint) == 0x000008, "Wrong size on AC_KBSpline_RemoveLastSplinePoint"); \ +static_assert(offsetof(AC_KBSpline_RemoveLastSplinePoint, Config) == 0x000000, "Member 'AC_KBSpline_RemoveLastSplinePoint::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_KBSpline_Sample \ +static_assert(alignof(AC_KBSpline_Sample) == 0x000008, "Wrong alignment on AC_KBSpline_Sample"); \ +static_assert(sizeof(AC_KBSpline_Sample) == 0x0000D8, "Wrong size on AC_KBSpline_Sample"); \ +static_assert(offsetof(AC_KBSpline_Sample, State) == 0x000000, "Member 'AC_KBSpline_Sample::State' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_Sample, ReturnValue) == 0x0000C0, "Member 'AC_KBSpline_Sample::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_KBSpline_SampleExplicit \ +static_assert(alignof(AC_KBSpline_SampleExplicit) == 0x000008, "Wrong alignment on AC_KBSpline_SampleExplicit"); \ +static_assert(sizeof(AC_KBSpline_SampleExplicit) == 0x0000E0, "Wrong size on AC_KBSpline_SampleExplicit"); \ +static_assert(offsetof(AC_KBSpline_SampleExplicit, State) == 0x000000, "Member 'AC_KBSpline_SampleExplicit::State' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_SampleExplicit, Completion) == 0x0000C0, "Member 'AC_KBSpline_SampleExplicit::Completion' has a wrong offset!"); \ +static_assert(offsetof(AC_KBSpline_SampleExplicit, ReturnValue) == 0x0000C8, "Member 'AC_KBSpline_SampleExplicit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAC_KBSpline \ +static_assert(alignof(UAC_KBSpline) == 0x000008, "Wrong alignment on UAC_KBSpline"); \ +static_assert(sizeof(UAC_KBSpline) == 0x000028, "Wrong size on UAC_KBSpline"); \ + +#define DUMPER7_ASSERTS_UKBSplineConfig \ +static_assert(alignof(UKBSplineConfig) == 0x000008, "Wrong alignment on UKBSplineConfig"); \ +static_assert(sizeof(UKBSplineConfig) == 0x0000C0, "Wrong size on UKBSplineConfig"); \ +static_assert(offsetof(UKBSplineConfig, SegmentBounds) == 0x000040, "Member 'UKBSplineConfig::SegmentBounds' has a wrong offset!"); \ +static_assert(offsetof(UKBSplineConfig, OriginPoint) == 0x000090, "Member 'UKBSplineConfig::OriginPoint' has a wrong offset!"); \ +static_assert(offsetof(UKBSplineConfig, CommitPoint) == 0x0000B0, "Member 'UKBSplineConfig::CommitPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_SplineMovementComponent_SetThrottleNormalization \ +static_assert(alignof(AC_SplineMovementComponent_SetThrottleNormalization) == 0x000004, "Wrong alignment on AC_SplineMovementComponent_SetThrottleNormalization"); \ +static_assert(sizeof(AC_SplineMovementComponent_SetThrottleNormalization) == 0x000004, "Wrong size on AC_SplineMovementComponent_SetThrottleNormalization"); \ +static_assert(offsetof(AC_SplineMovementComponent_SetThrottleNormalization, NewNormal) == 0x000000, "Member 'AC_SplineMovementComponent_SetThrottleNormalization::NewNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_SplineMovementComponent_GetLastRecordedSpeed \ +static_assert(alignof(AC_SplineMovementComponent_GetLastRecordedSpeed) == 0x000004, "Wrong alignment on AC_SplineMovementComponent_GetLastRecordedSpeed"); \ +static_assert(sizeof(AC_SplineMovementComponent_GetLastRecordedSpeed) == 0x000004, "Wrong size on AC_SplineMovementComponent_GetLastRecordedSpeed"); \ +static_assert(offsetof(AC_SplineMovementComponent_GetLastRecordedSpeed, ReturnValue) == 0x000000, "Member 'AC_SplineMovementComponent_GetLastRecordedSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_SplineMovementComponent_GetLookaheadPoint \ +static_assert(alignof(AC_SplineMovementComponent_GetLookaheadPoint) == 0x000008, "Wrong alignment on AC_SplineMovementComponent_GetLookaheadPoint"); \ +static_assert(sizeof(AC_SplineMovementComponent_GetLookaheadPoint) == 0x000018, "Wrong size on AC_SplineMovementComponent_GetLookaheadPoint"); \ +static_assert(offsetof(AC_SplineMovementComponent_GetLookaheadPoint, ReturnValue) == 0x000000, "Member 'AC_SplineMovementComponent_GetLookaheadPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AC_SplineMovementComponent_IsTryingToMove \ +static_assert(alignof(AC_SplineMovementComponent_IsTryingToMove) == 0x000001, "Wrong alignment on AC_SplineMovementComponent_IsTryingToMove"); \ +static_assert(sizeof(AC_SplineMovementComponent_IsTryingToMove) == 0x000001, "Wrong size on AC_SplineMovementComponent_IsTryingToMove"); \ +static_assert(offsetof(AC_SplineMovementComponent_IsTryingToMove, ReturnValue) == 0x000000, "Member 'AC_SplineMovementComponent_IsTryingToMove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAC_SplineMovementComponent \ +static_assert(alignof(UAC_SplineMovementComponent) == 0x000010, "Wrong alignment on UAC_SplineMovementComponent"); \ +static_assert(sizeof(UAC_SplineMovementComponent) == 0x001280, "Wrong size on UAC_SplineMovementComponent"); \ +static_assert(offsetof(UAC_SplineMovementComponent, ControlLookahead) == 0x000FF8, "Member 'UAC_SplineMovementComponent::ControlLookahead' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, MoveBias) == 0x000FFC, "Member 'UAC_SplineMovementComponent::MoveBias' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, MoveTensioning) == 0x001000, "Member 'UAC_SplineMovementComponent::MoveTensioning' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, InputCurveContinuationFactor) == 0x001004, "Member 'UAC_SplineMovementComponent::InputCurveContinuationFactor' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, StrafeInputCurvatureControl) == 0x001008, "Member 'UAC_SplineMovementComponent::StrafeInputCurvatureControl' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, ThrottleAccumulationDecay) == 0x001018, "Member 'UAC_SplineMovementComponent::ThrottleAccumulationDecay' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, InputLookaheadBlendout) == 0x00101C, "Member 'UAC_SplineMovementComponent::InputLookaheadBlendout' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, MinimumSplinePointSpacing) == 0x001020, "Member 'UAC_SplineMovementComponent::MinimumSplinePointSpacing' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, InputCurveContinuationDecay) == 0x001024, "Member 'UAC_SplineMovementComponent::InputCurveContinuationDecay' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, bDelayResetOnNoInput) == 0x001028, "Member 'UAC_SplineMovementComponent::bDelayResetOnNoInput' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, DelayResetOnNoInputThreshold) == 0x00102C, "Member 'UAC_SplineMovementComponent::DelayResetOnNoInputThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, GenerateAnimTrajectory) == 0x001030, "Member 'UAC_SplineMovementComponent::GenerateAnimTrajectory' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, bSplineWalk) == 0x001031, "Member 'UAC_SplineMovementComponent::bSplineWalk' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, bForcePlanerOnly) == 0x001032, "Member 'UAC_SplineMovementComponent::bForcePlanerOnly' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, bDisableWhenInAir) == 0x001033, "Member 'UAC_SplineMovementComponent::bDisableWhenInAir' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, RailWidth) == 0x001034, "Member 'UAC_SplineMovementComponent::RailWidth' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, bForceStayOnRail) == 0x001038, "Member 'UAC_SplineMovementComponent::bForceStayOnRail' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, MinMovementResponse) == 0x00103C, "Member 'UAC_SplineMovementComponent::MinMovementResponse' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, MaxMovementResponse) == 0x001040, "Member 'UAC_SplineMovementComponent::MaxMovementResponse' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, MinTimeToStop) == 0x001044, "Member 'UAC_SplineMovementComponent::MinTimeToStop' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, MaxTimeToStop) == 0x001048, "Member 'UAC_SplineMovementComponent::MaxTimeToStop' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, LaunchForce) == 0x00104C, "Member 'UAC_SplineMovementComponent::LaunchForce' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, ThrottleEnertia) == 0x001050, "Member 'UAC_SplineMovementComponent::ThrottleEnertia' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, ResponseTollerance) == 0x001054, "Member 'UAC_SplineMovementComponent::ResponseTollerance' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, UrgencyFactor) == 0x001058, "Member 'UAC_SplineMovementComponent::UrgencyFactor' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, InterruptionUrgency) == 0x00105C, "Member 'UAC_SplineMovementComponent::InterruptionUrgency' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, UrgencyStickiness) == 0x001060, "Member 'UAC_SplineMovementComponent::UrgencyStickiness' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, BreakOrientToTargetToleranceAngle) == 0x001064, "Member 'UAC_SplineMovementComponent::BreakOrientToTargetToleranceAngle' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, CompleteOrientToTargetToleranceAngle) == 0x001068, "Member 'UAC_SplineMovementComponent::CompleteOrientToTargetToleranceAngle' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, CompleteOrientToTargetRootToleranceAngle) == 0x00106C, "Member 'UAC_SplineMovementComponent::CompleteOrientToTargetRootToleranceAngle' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, OrientToCheckBoneName) == 0x001070, "Member 'UAC_SplineMovementComponent::OrientToCheckBoneName' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, DesiredBreakingForce) == 0x001078, "Member 'UAC_SplineMovementComponent::DesiredBreakingForce' has a wrong offset!"); \ +static_assert(offsetof(UAC_SplineMovementComponent, m_SplineConfig) == 0x001088, "Member 'UAC_SplineMovementComponent::m_SplineConfig' 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_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) == 0x000040, "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, bEnableMaterialParameterCaching) == 0x000028, "Member 'FPerSkeletonAnimationSharingSetup::bEnableMaterialParameterCaching' has a wrong offset!"); \ +static_assert(offsetof(FPerSkeletonAnimationSharingSetup, AnimationStates) == 0x000030, "Member 'FPerSkeletonAnimationSharingSetup::AnimationStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationSharingScalability \ +static_assert(alignof(FAnimationSharingScalability) == 0x000004, "Wrong alignment on FAnimationSharingScalability"); \ +static_assert(sizeof(FAnimationSharingScalability) == 0x000010, "Wrong size on FAnimationSharingScalability"); \ +static_assert(offsetof(FAnimationSharingScalability, UseBlendTransitions) == 0x000000, "Member 'FAnimationSharingScalability::UseBlendTransitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSharingScalability, BlendSignificanceValue) == 0x000004, "Member 'FAnimationSharingScalability::BlendSignificanceValue' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSharingScalability, MaximumNumberConcurrentBlends) == 0x000008, "Member 'FAnimationSharingScalability::MaximumNumberConcurrentBlends' has a wrong offset!"); \ +static_assert(offsetof(FAnimationSharingScalability, TickSignificanceValue) == 0x00000C, "Member 'FAnimationSharingScalability::TickSignificanceValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTickAnimationSharingFunction \ +static_assert(alignof(FTickAnimationSharingFunction) == 0x000008, "Wrong alignment on FTickAnimationSharingFunction"); \ +static_assert(sizeof(FTickAnimationSharingFunction) == 0x000030, "Wrong size on FTickAnimationSharingFunction"); \ + +#define DUMPER7_ASSERTS_AnimationSharingStateProcessor_GetAnimationStateEnum \ +static_assert(alignof(AnimationSharingStateProcessor_GetAnimationStateEnum) == 0x000008, "Wrong alignment on AnimationSharingStateProcessor_GetAnimationStateEnum"); \ +static_assert(sizeof(AnimationSharingStateProcessor_GetAnimationStateEnum) == 0x000008, "Wrong size on AnimationSharingStateProcessor_GetAnimationStateEnum"); \ +static_assert(offsetof(AnimationSharingStateProcessor_GetAnimationStateEnum, ReturnValue) == 0x000000, "Member 'AnimationSharingStateProcessor_GetAnimationStateEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingStateProcessor_ProcessActorState \ +static_assert(alignof(AnimationSharingStateProcessor_ProcessActorState) == 0x000008, "Wrong alignment on AnimationSharingStateProcessor_ProcessActorState"); \ +static_assert(sizeof(AnimationSharingStateProcessor_ProcessActorState) == 0x000018, "Wrong size on AnimationSharingStateProcessor_ProcessActorState"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, OutState) == 0x000000, "Member 'AnimationSharingStateProcessor_ProcessActorState::OutState' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, InActor) == 0x000008, "Member 'AnimationSharingStateProcessor_ProcessActorState::InActor' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, CurrentState) == 0x000010, "Member 'AnimationSharingStateProcessor_ProcessActorState::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, OnDemandState) == 0x000011, "Member 'AnimationSharingStateProcessor_ProcessActorState::OnDemandState' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, bShouldProcess) == 0x000012, "Member 'AnimationSharingStateProcessor_ProcessActorState::bShouldProcess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationSharingStateProcessor \ +static_assert(alignof(UAnimationSharingStateProcessor) == 0x000008, "Wrong alignment on UAnimationSharingStateProcessor"); \ +static_assert(sizeof(UAnimationSharingStateProcessor) == 0x000050, "Wrong size on UAnimationSharingStateProcessor"); \ +static_assert(offsetof(UAnimationSharingStateProcessor, AnimationStateEnum) == 0x000028, "Member 'UAnimationSharingStateProcessor::AnimationStateEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimSharingStateInstance_GetInstancedActors \ +static_assert(alignof(AnimSharingStateInstance_GetInstancedActors) == 0x000008, "Wrong alignment on AnimSharingStateInstance_GetInstancedActors"); \ +static_assert(sizeof(AnimSharingStateInstance_GetInstancedActors) == 0x000010, "Wrong size on AnimSharingStateInstance_GetInstancedActors"); \ +static_assert(offsetof(AnimSharingStateInstance_GetInstancedActors, Actors) == 0x000000, "Member 'AnimSharingStateInstance_GetInstancedActors::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingStateInstance \ +static_assert(alignof(UAnimSharingStateInstance) == 0x000010, "Wrong alignment on UAnimSharingStateInstance"); \ +static_assert(sizeof(UAnimSharingStateInstance) == 0x000410, "Wrong size on UAnimSharingStateInstance"); \ +static_assert(offsetof(UAnimSharingStateInstance, AnimationToPlay) == 0x0003E8, "Member 'UAnimSharingStateInstance::AnimationToPlay' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, PermutationTimeOffset) == 0x0003F0, "Member 'UAnimSharingStateInstance::PermutationTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, PlayRate) == 0x0003F4, "Member 'UAnimSharingStateInstance::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, bStateBool) == 0x0003F8, "Member 'UAnimSharingStateInstance::bStateBool' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, Instance) == 0x000400, "Member 'UAnimSharingStateInstance::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingTransitionInstance \ +static_assert(alignof(UAnimSharingTransitionInstance) == 0x000010, "Wrong alignment on UAnimSharingTransitionInstance"); \ +static_assert(sizeof(UAnimSharingTransitionInstance) == 0x000400, "Wrong size on UAnimSharingTransitionInstance"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, FromComponent) == 0x0003E8, "Member 'UAnimSharingTransitionInstance::FromComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, ToComponent) == 0x0003F0, "Member 'UAnimSharingTransitionInstance::ToComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, BlendTime) == 0x0003F8, "Member 'UAnimSharingTransitionInstance::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, bBlendBool) == 0x0003FC, "Member 'UAnimSharingTransitionInstance::bBlendBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingAdditiveInstance \ +static_assert(alignof(UAnimSharingAdditiveInstance) == 0x000010, "Wrong alignment on UAnimSharingAdditiveInstance"); \ +static_assert(sizeof(UAnimSharingAdditiveInstance) == 0x000400, "Wrong size on UAnimSharingAdditiveInstance"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, BaseComponent) == 0x0003E8, "Member 'UAnimSharingAdditiveInstance::BaseComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, AdditiveAnimation) == 0x0003F0, "Member 'UAnimSharingAdditiveInstance::AdditiveAnimation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, Alpha) == 0x0003F8, "Member 'UAnimSharingAdditiveInstance::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, bStateBool) == 0x0003FC, "Member 'UAnimSharingAdditiveInstance::bStateBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingInstance \ +static_assert(alignof(UAnimSharingInstance) == 0x000008, "Wrong alignment on UAnimSharingInstance"); \ +static_assert(sizeof(UAnimSharingInstance) == 0x000130, "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) == 0x0000D0, "Member 'UAnimSharingInstance::UsedAnimationSequences' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, StateEnum) == 0x0000F0, "Member 'UAnimSharingInstance::StateEnum' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingInstance, SharingActor) == 0x0000F8, "Member 'UAnimSharingInstance::SharingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingManager_AnimationSharingEnabled \ +static_assert(alignof(AnimationSharingManager_AnimationSharingEnabled) == 0x000001, "Wrong alignment on AnimationSharingManager_AnimationSharingEnabled"); \ +static_assert(sizeof(AnimationSharingManager_AnimationSharingEnabled) == 0x000001, "Wrong size on AnimationSharingManager_AnimationSharingEnabled"); \ +static_assert(offsetof(AnimationSharingManager_AnimationSharingEnabled, ReturnValue) == 0x000000, "Member 'AnimationSharingManager_AnimationSharingEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingManager_CreateAnimationSharingManager \ +static_assert(alignof(AnimationSharingManager_CreateAnimationSharingManager) == 0x000008, "Wrong alignment on AnimationSharingManager_CreateAnimationSharingManager"); \ +static_assert(sizeof(AnimationSharingManager_CreateAnimationSharingManager) == 0x000018, "Wrong size on AnimationSharingManager_CreateAnimationSharingManager"); \ +static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, WorldContextObject) == 0x000000, "Member 'AnimationSharingManager_CreateAnimationSharingManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, Setup) == 0x000008, "Member 'AnimationSharingManager_CreateAnimationSharingManager::Setup' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, ReturnValue) == 0x000010, "Member 'AnimationSharingManager_CreateAnimationSharingManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingManager_GetAnimationSharingManager \ +static_assert(alignof(AnimationSharingManager_GetAnimationSharingManager) == 0x000008, "Wrong alignment on AnimationSharingManager_GetAnimationSharingManager"); \ +static_assert(sizeof(AnimationSharingManager_GetAnimationSharingManager) == 0x000010, "Wrong size on AnimationSharingManager_GetAnimationSharingManager"); \ +static_assert(offsetof(AnimationSharingManager_GetAnimationSharingManager, WorldContextObject) == 0x000000, "Member 'AnimationSharingManager_GetAnimationSharingManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingManager_GetAnimationSharingManager, ReturnValue) == 0x000008, "Member 'AnimationSharingManager_GetAnimationSharingManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationSharingManager_RegisterActorWithSkeletonBP \ +static_assert(alignof(AnimationSharingManager_RegisterActorWithSkeletonBP) == 0x000008, "Wrong alignment on AnimationSharingManager_RegisterActorWithSkeletonBP"); \ +static_assert(sizeof(AnimationSharingManager_RegisterActorWithSkeletonBP) == 0x000010, "Wrong size on AnimationSharingManager_RegisterActorWithSkeletonBP"); \ +static_assert(offsetof(AnimationSharingManager_RegisterActorWithSkeletonBP, InActor) == 0x000000, "Member 'AnimationSharingManager_RegisterActorWithSkeletonBP::InActor' has a wrong offset!"); \ +static_assert(offsetof(AnimationSharingManager_RegisterActorWithSkeletonBP, SharingSkeleton) == 0x000008, "Member 'AnimationSharingManager_RegisterActorWithSkeletonBP::SharingSkeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationSharingManager \ +static_assert(alignof(UAnimationSharingManager) == 0x000008, "Wrong alignment on UAnimationSharingManager"); \ +static_assert(sizeof(UAnimationSharingManager) == 0x0000F0, "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_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) == 0x000090, "Wrong size on UWwiseExternalSourceSettings"); \ +static_assert(offsetof(UWwiseExternalSourceSettings, MediaInfoTable) == 0x000028, "Member 'UWwiseExternalSourceSettings::MediaInfoTable' has a wrong offset!"); \ +static_assert(offsetof(UWwiseExternalSourceSettings, ExternalSourceDefaultMedia) == 0x000048, "Member 'UWwiseExternalSourceSettings::ExternalSourceDefaultMedia' has a wrong offset!"); \ +static_assert(offsetof(UWwiseExternalSourceSettings, ExternalSourceStagingDirectory) == 0x000068, "Member 'UWwiseExternalSourceSettings::ExternalSourceStagingDirectory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJOnlineFunctionLibrary_SetRichPresenceToken \ +static_assert(alignof(CJOnlineFunctionLibrary_SetRichPresenceToken) == 0x000008, "Wrong alignment on CJOnlineFunctionLibrary_SetRichPresenceToken"); \ +static_assert(sizeof(CJOnlineFunctionLibrary_SetRichPresenceToken) == 0x000020, "Wrong size on CJOnlineFunctionLibrary_SetRichPresenceToken"); \ +static_assert(offsetof(CJOnlineFunctionLibrary_SetRichPresenceToken, PlayerController) == 0x000000, "Member 'CJOnlineFunctionLibrary_SetRichPresenceToken::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(CJOnlineFunctionLibrary_SetRichPresenceToken, PresenceToken) == 0x000008, "Member 'CJOnlineFunctionLibrary_SetRichPresenceToken::PresenceToken' has a wrong offset!"); \ +static_assert(offsetof(CJOnlineFunctionLibrary_SetRichPresenceToken, ReturnValue) == 0x000018, "Member 'CJOnlineFunctionLibrary_SetRichPresenceToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJOnlineFunctionLibrary_UnlockAchievement \ +static_assert(alignof(CJOnlineFunctionLibrary_UnlockAchievement) == 0x000008, "Wrong alignment on CJOnlineFunctionLibrary_UnlockAchievement"); \ +static_assert(sizeof(CJOnlineFunctionLibrary_UnlockAchievement) == 0x000018, "Wrong size on CJOnlineFunctionLibrary_UnlockAchievement"); \ +static_assert(offsetof(CJOnlineFunctionLibrary_UnlockAchievement, PlayerController) == 0x000000, "Member 'CJOnlineFunctionLibrary_UnlockAchievement::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(CJOnlineFunctionLibrary_UnlockAchievement, AchievementID) == 0x000008, "Member 'CJOnlineFunctionLibrary_UnlockAchievement::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(CJOnlineFunctionLibrary_UnlockAchievement, ReturnValue) == 0x000010, "Member 'CJOnlineFunctionLibrary_UnlockAchievement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard \ +static_assert(alignof(CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard) == 0x000008, "Wrong alignment on CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard"); \ +static_assert(sizeof(CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard) == 0x000020, "Wrong size on CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard"); \ +static_assert(offsetof(CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard, PlayerController) == 0x000000, "Member 'CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard, RaceName) == 0x000008, "Member 'CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard::RaceName' has a wrong offset!"); \ +static_assert(offsetof(CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard, FastestTimeSeconds) == 0x000018, "Member 'CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard::FastestTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard, ReturnValue) == 0x00001C, "Member 'CJOnlineFunctionLibrary_WriteFastestTimeToLeaderboard::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJOnlineFunctionLibrary \ +static_assert(alignof(UCJOnlineFunctionLibrary) == 0x000008, "Wrong alignment on UCJOnlineFunctionLibrary"); \ +static_assert(sizeof(UCJOnlineFunctionLibrary) == 0x000028, "Wrong size on UCJOnlineFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_CJOnlineSubsystem_AttemptToLoginPlayer \ +static_assert(alignof(CJOnlineSubsystem_AttemptToLoginPlayer) == 0x000008, "Wrong alignment on CJOnlineSubsystem_AttemptToLoginPlayer"); \ +static_assert(sizeof(CJOnlineSubsystem_AttemptToLoginPlayer) == 0x000008, "Wrong size on CJOnlineSubsystem_AttemptToLoginPlayer"); \ +static_assert(offsetof(CJOnlineSubsystem_AttemptToLoginPlayer, LocalPlayer) == 0x000000, "Member 'CJOnlineSubsystem_AttemptToLoginPlayer::LocalPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJOnlineSubsystem \ +static_assert(alignof(UCJOnlineSubsystem) == 0x000008, "Wrong alignment on UCJOnlineSubsystem"); \ +static_assert(sizeof(UCJOnlineSubsystem) == 0x000040, "Wrong size on UCJOnlineSubsystem"); \ + +#define DUMPER7_ASSERTS_FCharacterActionTransitionBuffer \ +static_assert(alignof(FCharacterActionTransitionBuffer) == 0x000008, "Wrong alignment on FCharacterActionTransitionBuffer"); \ +static_assert(sizeof(FCharacterActionTransitionBuffer) == 0x000028, "Wrong size on FCharacterActionTransitionBuffer"); \ + +#define DUMPER7_ASSERTS_FDataTableRowSelector \ +static_assert(alignof(FDataTableRowSelector) == 0x000004, "Wrong alignment on FDataTableRowSelector"); \ +static_assert(sizeof(FDataTableRowSelector) == 0x000008, "Wrong size on FDataTableRowSelector"); \ +static_assert(offsetof(FDataTableRowSelector, RowName) == 0x000000, "Member 'FDataTableRowSelector::RowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrewMemberId \ +static_assert(alignof(FCrewMemberId) == 0x000004, "Wrong alignment on FCrewMemberId"); \ +static_assert(sizeof(FCrewMemberId) == 0x000008, "Wrong size on FCrewMemberId"); \ + +#define DUMPER7_ASSERTS_FSyncWarpInstanceData \ +static_assert(alignof(FSyncWarpInstanceData) == 0x000010, "Wrong alignment on FSyncWarpInstanceData"); \ +static_assert(sizeof(FSyncWarpInstanceData) == 0x000090, "Wrong size on FSyncWarpInstanceData"); \ + +#define DUMPER7_ASSERTS_FVelocityRelationship \ +static_assert(alignof(FVelocityRelationship) == 0x000008, "Wrong alignment on FVelocityRelationship"); \ +static_assert(sizeof(FVelocityRelationship) == 0x000028, "Wrong size on FVelocityRelationship"); \ + +#define DUMPER7_ASSERTS_FComponentVariationConfig \ +static_assert(alignof(FComponentVariationConfig) == 0x000008, "Wrong alignment on FComponentVariationConfig"); \ +static_assert(sizeof(FComponentVariationConfig) == 0x0000F0, "Wrong size on FComponentVariationConfig"); \ +static_assert(offsetof(FComponentVariationConfig, PropertyOverrides) == 0x000000, "Member 'FComponentVariationConfig::PropertyOverrides' has a wrong offset!"); \ +static_assert(offsetof(FComponentVariationConfig, ActorReferences) == 0x000050, "Member 'FComponentVariationConfig::ActorReferences' has a wrong offset!"); \ +static_assert(offsetof(FComponentVariationConfig, CharacterReferences) == 0x0000A0, "Member 'FComponentVariationConfig::CharacterReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintVariationConfig \ +static_assert(alignof(FBlueprintVariationConfig) == 0x000008, "Wrong alignment on FBlueprintVariationConfig"); \ +static_assert(sizeof(FBlueprintVariationConfig) == 0x000188, "Wrong size on FBlueprintVariationConfig"); \ +static_assert(offsetof(FBlueprintVariationConfig, BlueprintClass) == 0x000000, "Member 'FBlueprintVariationConfig::BlueprintClass' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintVariationConfig, PropertyOverrides) == 0x000028, "Member 'FBlueprintVariationConfig::PropertyOverrides' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintVariationConfig, ComponentVariations) == 0x000078, "Member 'FBlueprintVariationConfig::ComponentVariations' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintVariationConfig, ActorReferences) == 0x0000C8, "Member 'FBlueprintVariationConfig::ActorReferences' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintVariationConfig, CharacterReferences) == 0x000118, "Member 'FBlueprintVariationConfig::CharacterReferences' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintVariationConfig, ReferencedObjects) == 0x000168, "Member 'FBlueprintVariationConfig::ReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintVariationConfig, ReferencedSoftObjects) == 0x000178, "Member 'FBlueprintVariationConfig::ReferencedSoftObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LocomotionPivotEvaluator \ +static_assert(alignof(FAnimNode_LocomotionPivotEvaluator) == 0x000008, "Wrong alignment on FAnimNode_LocomotionPivotEvaluator"); \ +static_assert(sizeof(FAnimNode_LocomotionPivotEvaluator) == 0x000070, "Wrong size on FAnimNode_LocomotionPivotEvaluator"); \ + +#define DUMPER7_ASSERTS_FMapWidgetZoomLevel \ +static_assert(alignof(FMapWidgetZoomLevel) == 0x000004, "Wrong alignment on FMapWidgetZoomLevel"); \ +static_assert(sizeof(FMapWidgetZoomLevel) == 0x000018, "Wrong size on FMapWidgetZoomLevel"); \ +static_assert(offsetof(FMapWidgetZoomLevel, Name) == 0x000000, "Member 'FMapWidgetZoomLevel::Name' has a wrong offset!"); \ +static_assert(offsetof(FMapWidgetZoomLevel, bIsDefault) == 0x000008, "Member 'FMapWidgetZoomLevel::bIsDefault' has a wrong offset!"); \ +static_assert(offsetof(FMapWidgetZoomLevel, DefaultZoom) == 0x00000C, "Member 'FMapWidgetZoomLevel::DefaultZoom' has a wrong offset!"); \ +static_assert(offsetof(FMapWidgetZoomLevel, MinZoom) == 0x000010, "Member 'FMapWidgetZoomLevel::MinZoom' has a wrong offset!"); \ +static_assert(offsetof(FMapWidgetZoomLevel, MaxZoom) == 0x000014, "Member 'FMapWidgetZoomLevel::MaxZoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelerationInterpolatorParams \ +static_assert(alignof(FAccelerationInterpolatorParams) == 0x000004, "Wrong alignment on FAccelerationInterpolatorParams"); \ +static_assert(sizeof(FAccelerationInterpolatorParams) == 0x00000C, "Wrong size on FAccelerationInterpolatorParams"); \ +static_assert(offsetof(FAccelerationInterpolatorParams, Acceleration) == 0x000000, "Member 'FAccelerationInterpolatorParams::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FAccelerationInterpolatorParams, MinDeceleration) == 0x000004, "Member 'FAccelerationInterpolatorParams::MinDeceleration' has a wrong offset!"); \ +static_assert(offsetof(FAccelerationInterpolatorParams, MaxSpeed) == 0x000008, "Member 'FAccelerationInterpolatorParams::MaxSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelerationInterpolatorFloat \ +static_assert(alignof(FAccelerationInterpolatorFloat) == 0x000004, "Wrong alignment on FAccelerationInterpolatorFloat"); \ +static_assert(sizeof(FAccelerationInterpolatorFloat) == 0x00002C, "Wrong size on FAccelerationInterpolatorFloat"); \ +static_assert(offsetof(FAccelerationInterpolatorFloat, AccelerationParams) == 0x000000, "Member 'FAccelerationInterpolatorFloat::AccelerationParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcementPatrol \ +static_assert(alignof(FEnforcementPatrol) == 0x000008, "Wrong alignment on FEnforcementPatrol"); \ +static_assert(sizeof(FEnforcementPatrol) == 0x000010, "Wrong size on FEnforcementPatrol"); \ +static_assert(offsetof(FEnforcementPatrol, Path) == 0x000000, "Member 'FEnforcementPatrol::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocomotionTransitionKey \ +static_assert(alignof(FLocomotionTransitionKey) == 0x000001, "Wrong alignment on FLocomotionTransitionKey"); \ +static_assert(sizeof(FLocomotionTransitionKey) == 0x000002, "Wrong size on FLocomotionTransitionKey"); \ +static_assert(offsetof(FLocomotionTransitionKey, FromLocomotionMode) == 0x000000, "Member 'FLocomotionTransitionKey::FromLocomotionMode' has a wrong offset!"); \ +static_assert(offsetof(FLocomotionTransitionKey, ToLocomotionMode) == 0x000001, "Member 'FLocomotionTransitionKey::ToLocomotionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrimeEscalationContext \ +static_assert(alignof(FCrimeEscalationContext) == 0x000004, "Wrong alignment on FCrimeEscalationContext"); \ +static_assert(sizeof(FCrimeEscalationContext) == 0x000010, "Wrong size on FCrimeEscalationContext"); \ +static_assert(offsetof(FCrimeEscalationContext, SeverityLevel) == 0x000000, "Member 'FCrimeEscalationContext::SeverityLevel' has a wrong offset!"); \ +static_assert(offsetof(FCrimeEscalationContext, AdditionalAgents) == 0x000004, "Member 'FCrimeEscalationContext::AdditionalAgents' has a wrong offset!"); \ +static_assert(offsetof(FCrimeEscalationContext, AdditionalGroups) == 0x000008, "Member 'FCrimeEscalationContext::AdditionalGroups' has a wrong offset!"); \ +static_assert(offsetof(FCrimeEscalationContext, bHelicopterSupport) == 0x00000C, "Member 'FCrimeEscalationContext::bHelicopterSupport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntentTarget \ +static_assert(alignof(FIntentTarget) == 0x000008, "Wrong alignment on FIntentTarget"); \ +static_assert(sizeof(FIntentTarget) == 0x000018, "Wrong size on FIntentTarget"); \ +static_assert(offsetof(FIntentTarget, TargetType) == 0x000000, "Member 'FIntentTarget::TargetType' has a wrong offset!"); \ +static_assert(offsetof(FIntentTarget, Range) == 0x000004, "Member 'FIntentTarget::Range' has a wrong offset!"); \ +static_assert(offsetof(FIntentTarget, CharacterId) == 0x000008, "Member 'FIntentTarget::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(FIntentTarget, TargetCharacter) == 0x000010, "Member 'FIntentTarget::TargetCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEmitterEventQueueTickFunction \ +static_assert(alignof(FEmitterEventQueueTickFunction) == 0x000008, "Wrong alignment on FEmitterEventQueueTickFunction"); \ +static_assert(sizeof(FEmitterEventQueueTickFunction) == 0x000030, "Wrong size on FEmitterEventQueueTickFunction"); \ + +#define DUMPER7_ASSERTS_FAmbientRoadGraphEmitter \ +static_assert(alignof(FAmbientRoadGraphEmitter) == 0x000008, "Wrong alignment on FAmbientRoadGraphEmitter"); \ +static_assert(sizeof(FAmbientRoadGraphEmitter) == 0x000080, "Wrong size on FAmbientRoadGraphEmitter"); \ +static_assert(offsetof(FAmbientRoadGraphEmitter, Emitter) == 0x000000, "Member 'FAmbientRoadGraphEmitter::Emitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSituation \ +static_assert(alignof(FSituation) == 0x000008, "Wrong alignment on FSituation"); \ +static_assert(sizeof(FSituation) == 0x000090, "Wrong size on FSituation"); \ + +#define DUMPER7_ASSERTS_FTrafficSpawnSettings \ +static_assert(alignof(FTrafficSpawnSettings) == 0x000004, "Wrong alignment on FTrafficSpawnSettings"); \ +static_assert(sizeof(FTrafficSpawnSettings) == 0x000008, "Wrong size on FTrafficSpawnSettings"); \ +static_assert(offsetof(FTrafficSpawnSettings, TrafficSpawnLayer) == 0x000000, "Member 'FTrafficSpawnSettings::TrafficSpawnLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterVisualsId \ +static_assert(alignof(FCharacterVisualsId) == 0x000004, "Wrong alignment on FCharacterVisualsId"); \ +static_assert(sizeof(FCharacterVisualsId) == 0x000010, "Wrong size on FCharacterVisualsId"); \ +static_assert(offsetof(FCharacterVisualsId, CategoryName) == 0x000000, "Member 'FCharacterVisualsId::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(FCharacterVisualsId, VariantName) == 0x000008, "Member 'FCharacterVisualsId::VariantName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficAgentSettings \ +static_assert(alignof(FTrafficAgentSettings) == 0x000008, "Wrong alignment on FTrafficAgentSettings"); \ +static_assert(sizeof(FTrafficAgentSettings) == 0x0000E8, "Wrong size on FTrafficAgentSettings"); \ +static_assert(offsetof(FTrafficAgentSettings, MaxTrafficAgents) == 0x000000, "Member 'FTrafficAgentSettings::MaxTrafficAgents' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, MaxSpawnAttemptsPerTick) == 0x000004, "Member 'FTrafficAgentSettings::MaxSpawnAttemptsPerTick' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, MaxTrafficAgentsTimeOfDayMultiplier) == 0x000008, "Member 'FTrafficAgentSettings::MaxTrafficAgentsTimeOfDayMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, SimulationRange) == 0x000090, "Member 'FTrafficAgentSettings::SimulationRange' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, MinimumCreationRange) == 0x000094, "Member 'FTrafficAgentSettings::MinimumCreationRange' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, MinimumDistanceBetweenInitialSpawn) == 0x000098, "Member 'FTrafficAgentSettings::MinimumDistanceBetweenInitialSpawn' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, TrafficSpawnOnLaneFilter) == 0x00009C, "Member 'FTrafficAgentSettings::TrafficSpawnOnLaneFilter' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, TrafficTraversalFilter) == 0x0000A8, "Member 'FTrafficAgentSettings::TrafficTraversalFilter' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, MinimumDistanceBetweenUnspawned) == 0x0000B4, "Member 'FTrafficAgentSettings::MinimumDistanceBetweenUnspawned' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, MinimumDistanceBetweenUnspawnedRandomRange) == 0x0000B8, "Member 'FTrafficAgentSettings::MinimumDistanceBetweenUnspawnedRandomRange' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, UnspawnedAcceleration) == 0x0000BC, "Member 'FTrafficAgentSettings::UnspawnedAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, SpawnOffset) == 0x0000C0, "Member 'FTrafficAgentSettings::SpawnOffset' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, EndOfLaneArrivalRange) == 0x0000D8, "Member 'FTrafficAgentSettings::EndOfLaneArrivalRange' has a wrong offset!"); \ +static_assert(offsetof(FTrafficAgentSettings, RoadblockDetectionRange) == 0x0000E0, "Member 'FTrafficAgentSettings::RoadblockDetectionRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficPedestrianAgentSettings \ +static_assert(alignof(FTrafficPedestrianAgentSettings) == 0x000008, "Wrong alignment on FTrafficPedestrianAgentSettings"); \ +static_assert(sizeof(FTrafficPedestrianAgentSettings) == 0x0001D0, "Wrong size on FTrafficPedestrianAgentSettings"); \ +static_assert(offsetof(FTrafficPedestrianAgentSettings, TrafficSpawnSettings) == 0x0000E8, "Member 'FTrafficPedestrianAgentSettings::TrafficSpawnSettings' has a wrong offset!"); \ +static_assert(offsetof(FTrafficPedestrianAgentSettings, DefaultPedestrianAIDefinition) == 0x0000F0, "Member 'FTrafficPedestrianAgentSettings::DefaultPedestrianAIDefinition' has a wrong offset!"); \ +static_assert(offsetof(FTrafficPedestrianAgentSettings, DefaultPedestrianVisuals) == 0x000118, "Member 'FTrafficPedestrianAgentSettings::DefaultPedestrianVisuals' has a wrong offset!"); \ +static_assert(offsetof(FTrafficPedestrianAgentSettings, RegionMappedVisualIDs) == 0x000128, "Member 'FTrafficPedestrianAgentSettings::RegionMappedVisualIDs' has a wrong offset!"); \ +static_assert(offsetof(FTrafficPedestrianAgentSettings, bEnableTagSpawning) == 0x000178, "Member 'FTrafficPedestrianAgentSettings::bEnableTagSpawning' has a wrong offset!"); \ +static_assert(offsetof(FTrafficPedestrianAgentSettings, DefinitionQuery) == 0x000180, "Member 'FTrafficPedestrianAgentSettings::DefinitionQuery' has a wrong offset!"); \ +static_assert(offsetof(FTrafficPedestrianAgentSettings, DefaultSpiritTag) == 0x0001C8, "Member 'FTrafficPedestrianAgentSettings::DefaultSpiritTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapDefinition \ +static_assert(alignof(FMapDefinition) == 0x000008, "Wrong alignment on FMapDefinition"); \ +static_assert(sizeof(FMapDefinition) == 0x0000A8, "Wrong size on FMapDefinition"); \ + +#define DUMPER7_ASSERTS_FAttackResult \ +static_assert(alignof(FAttackResult) == 0x000004, "Wrong alignment on FAttackResult"); \ +static_assert(sizeof(FAttackResult) == 0x00000C, "Wrong size on FAttackResult"); \ +static_assert(offsetof(FAttackResult, MovesRequested) == 0x000000, "Member 'FAttackResult::MovesRequested' has a wrong offset!"); \ +static_assert(offsetof(FAttackResult, MovesCompleted) == 0x000004, "Member 'FAttackResult::MovesCompleted' has a wrong offset!"); \ +static_assert(offsetof(FAttackResult, AttackTaskResult) == 0x000008, "Member 'FAttackResult::AttackTaskResult' has a wrong offset!"); \ +static_assert(offsetof(FAttackResult, ActionResult) == 0x000009, "Member 'FAttackResult::ActionResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeakSpotDamageResult \ +static_assert(alignof(FWeakSpotDamageResult) == 0x000004, "Wrong alignment on FWeakSpotDamageResult"); \ +static_assert(sizeof(FWeakSpotDamageResult) == 0x000014, "Wrong size on FWeakSpotDamageResult"); \ +static_assert(offsetof(FWeakSpotDamageResult, DamageDone) == 0x000000, "Member 'FWeakSpotDamageResult::DamageDone' has a wrong offset!"); \ +static_assert(offsetof(FWeakSpotDamageResult, bIsCoreWeakspot) == 0x000004, "Member 'FWeakSpotDamageResult::bIsCoreWeakspot' has a wrong offset!"); \ +static_assert(offsetof(FWeakSpotDamageResult, WeakSpotType) == 0x000005, "Member 'FWeakSpotDamageResult::WeakSpotType' has a wrong offset!"); \ +static_assert(offsetof(FWeakSpotDamageResult, BoneName) == 0x000008, "Member 'FWeakSpotDamageResult::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FWeakSpotDamageResult, bReachedDamagedState) == 0x000010, "Member 'FWeakSpotDamageResult::bReachedDamagedState' has a wrong offset!"); \ +static_assert(offsetof(FWeakSpotDamageResult, bReachedDestroyedState) == 0x000011, "Member 'FWeakSpotDamageResult::bReachedDestroyedState' has a wrong offset!"); \ +static_assert(offsetof(FWeakSpotDamageResult, bTriggeredTakedown) == 0x000012, "Member 'FWeakSpotDamageResult::bTriggeredTakedown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LocomotionTransitionPlayer \ +static_assert(alignof(FAnimNode_LocomotionTransitionPlayer) == 0x000008, "Wrong alignment on FAnimNode_LocomotionTransitionPlayer"); \ +static_assert(sizeof(FAnimNode_LocomotionTransitionPlayer) == 0x000060, "Wrong size on FAnimNode_LocomotionTransitionPlayer"); \ + +#define DUMPER7_ASSERTS_FAdrenalineActionDefinition \ +static_assert(alignof(FAdrenalineActionDefinition) == 0x000008, "Wrong alignment on FAdrenalineActionDefinition"); \ +static_assert(sizeof(FAdrenalineActionDefinition) == 0x000018, "Wrong size on FAdrenalineActionDefinition"); \ +static_assert(offsetof(FAdrenalineActionDefinition, Name) == 0x000008, "Member 'FAdrenalineActionDefinition::Name' has a wrong offset!"); \ +static_assert(offsetof(FAdrenalineActionDefinition, AdrenalineGainFixed) == 0x000010, "Member 'FAdrenalineActionDefinition::AdrenalineGainFixed' has a wrong offset!"); \ +static_assert(offsetof(FAdrenalineActionDefinition, AdrenalineGainPercentage) == 0x000014, "Member 'FAdrenalineActionDefinition::AdrenalineGainPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficRoadName \ +static_assert(alignof(FTrafficRoadName) == 0x000008, "Wrong alignment on FTrafficRoadName"); \ +static_assert(sizeof(FTrafficRoadName) == 0x000010, "Wrong size on FTrafficRoadName"); \ +static_assert(offsetof(FTrafficRoadName, Lanes) == 0x000000, "Member 'FTrafficRoadName::Lanes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimCycleGaitTransition \ +static_assert(alignof(FAnimCycleGaitTransition) == 0x000008, "Wrong alignment on FAnimCycleGaitTransition"); \ +static_assert(sizeof(FAnimCycleGaitTransition) == 0x000018, "Wrong size on FAnimCycleGaitTransition"); \ +static_assert(offsetof(FAnimCycleGaitTransition, FromCycleGait) == 0x000000, "Member 'FAnimCycleGaitTransition::FromCycleGait' has a wrong offset!"); \ +static_assert(offsetof(FAnimCycleGaitTransition, ToCycleGait) == 0x000001, "Member 'FAnimCycleGaitTransition::ToCycleGait' has a wrong offset!"); \ +static_assert(offsetof(FAnimCycleGaitTransition, TransitionSequences) == 0x000008, "Member 'FAnimCycleGaitTransition::TransitionSequences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLastPerceivedStimEventTime \ +static_assert(alignof(FLastPerceivedStimEventTime) == 0x000008, "Wrong alignment on FLastPerceivedStimEventTime"); \ +static_assert(sizeof(FLastPerceivedStimEventTime) == 0x000028, "Wrong size on FLastPerceivedStimEventTime"); \ +static_assert(offsetof(FLastPerceivedStimEventTime, StimType) == 0x000000, "Member 'FLastPerceivedStimEventTime::StimType' has a wrong offset!"); \ +static_assert(offsetof(FLastPerceivedStimEventTime, StimLocation) == 0x000008, "Member 'FLastPerceivedStimEventTime::StimLocation' has a wrong offset!"); \ +static_assert(offsetof(FLastPerceivedStimEventTime, Time) == 0x000020, "Member 'FLastPerceivedStimEventTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIStimEvent \ +static_assert(alignof(FAIStimEvent) == 0x000008, "Wrong alignment on FAIStimEvent"); \ +static_assert(sizeof(FAIStimEvent) == 0x000060, "Wrong size on FAIStimEvent"); \ +static_assert(offsetof(FAIStimEvent, PlaceId) == 0x000000, "Member 'FAIStimEvent::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(FAIStimEvent, Instigator) == 0x000008, "Member 'FAIStimEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FAIStimEvent, Name) == 0x000010, "Member 'FAIStimEvent::Name' has a wrong offset!"); \ +static_assert(offsetof(FAIStimEvent, EventClass) == 0x000018, "Member 'FAIStimEvent::EventClass' has a wrong offset!"); \ +static_assert(offsetof(FAIStimEvent, Location) == 0x000020, "Member 'FAIStimEvent::Location' has a wrong offset!"); \ +static_assert(offsetof(FAIStimEvent, LastPerceivedEventTime) == 0x000038, "Member 'FAIStimEvent::LastPerceivedEventTime' has a wrong offset!"); \ +static_assert(offsetof(FAIStimEvent, Priority) == 0x000048, "Member 'FAIStimEvent::Priority' has a wrong offset!"); \ +static_assert(offsetof(FAIStimEvent, PerceptionStartTime) == 0x00004C, "Member 'FAIStimEvent::PerceptionStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLSHLODBuildSettings \ +static_assert(alignof(FLSHLODBuildSettings) == 0x000001, "Wrong alignment on FLSHLODBuildSettings"); \ +static_assert(sizeof(FLSHLODBuildSettings) == 0x000001, "Wrong size on FLSHLODBuildSettings"); \ + +#define DUMPER7_ASSERTS_FSayIntentId \ +static_assert(alignof(FSayIntentId) == 0x000004, "Wrong alignment on FSayIntentId"); \ +static_assert(sizeof(FSayIntentId) == 0x000008, "Wrong size on FSayIntentId"); \ + +#define DUMPER7_ASSERTS_FSayLine \ +static_assert(alignof(FSayLine) == 0x000008, "Wrong alignment on FSayLine"); \ +static_assert(sizeof(FSayLine) == 0x000120, "Wrong size on FSayLine"); \ +static_assert(offsetof(FSayLine, Condition) == 0x000010, "Member 'FSayLine::Condition' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, CharacterId) == 0x000020, "Member 'FSayLine::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, BlueprintCondition) == 0x000028, "Member 'FSayLine::BlueprintCondition' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, GameplayTagCondition) == 0x000038, "Member 'FSayLine::GameplayTagCondition' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, CondtionDataAssets) == 0x000058, "Member 'FSayLine::CondtionDataAssets' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, Speaker) == 0x000068, "Member 'FSayLine::Speaker' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, TextLine) == 0x000078, "Member 'FSayLine::TextLine' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, AnimationTags) == 0x000088, "Member 'FSayLine::AnimationTags' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, SubtitleType) == 0x0000A8, "Member 'FSayLine::SubtitleType' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, Timeout) == 0x0000B0, "Member 'FSayLine::Timeout' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, Duration) == 0x0000C0, "Member 'FSayLine::Duration' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, BlueprintScript) == 0x0000C8, "Member 'FSayLine::BlueprintScript' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, Intent) == 0x0000D8, "Member 'FSayLine::Intent' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, PostIntentTarget) == 0x0000E0, "Member 'FSayLine::PostIntentTarget' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, PostIntentType) == 0x0000F8, "Member 'FSayLine::PostIntentType' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, PostIntentInteractionType) == 0x0000F9, "Member 'FSayLine::PostIntentInteractionType' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, PostIntent) == 0x0000FC, "Member 'FSayLine::PostIntent' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, LastImported) == 0x000108, "Member 'FSayLine::LastImported' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, IsUsed) == 0x000118, "Member 'FSayLine::IsUsed' has a wrong offset!"); \ +static_assert(offsetof(FSayLine, IsEnabled) == 0x000119, "Member 'FSayLine::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInternalActionNotify \ +static_assert(alignof(FInternalActionNotify) == 0x000008, "Wrong alignment on FInternalActionNotify"); \ +static_assert(sizeof(FInternalActionNotify) == 0x000020, "Wrong size on FInternalActionNotify"); \ +static_assert(offsetof(FInternalActionNotify, FireTime) == 0x000000, "Member 'FInternalActionNotify::FireTime' has a wrong offset!"); \ +static_assert(offsetof(FInternalActionNotify, bIsNotify) == 0x000004, "Member 'FInternalActionNotify::bIsNotify' has a wrong offset!"); \ +static_assert(offsetof(FInternalActionNotify, Notify) == 0x000008, "Member 'FInternalActionNotify::Notify' has a wrong offset!"); \ +static_assert(offsetof(FInternalActionNotify, bIsIntervalStart) == 0x000010, "Member 'FInternalActionNotify::bIsIntervalStart' has a wrong offset!"); \ +static_assert(offsetof(FInternalActionNotify, Interval) == 0x000018, "Member 'FInternalActionNotify::Interval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartConfig \ +static_assert(alignof(FPartConfig) == 0x000008, "Wrong alignment on FPartConfig"); \ +static_assert(sizeof(FPartConfig) == 0x000020, "Wrong size on FPartConfig"); \ +static_assert(offsetof(FPartConfig, ComponentTag) == 0x000000, "Member 'FPartConfig::ComponentTag' has a wrong offset!"); \ +static_assert(offsetof(FPartConfig, MeshSwap) == 0x000008, "Member 'FPartConfig::MeshSwap' has a wrong offset!"); \ +static_assert(offsetof(FPartConfig, MaterialSwap) == 0x000010, "Member 'FPartConfig::MaterialSwap' has a wrong offset!"); \ +static_assert(offsetof(FPartConfig, bBreakOffPart) == 0x000018, "Member 'FPartConfig::bBreakOffPart' has a wrong offset!"); \ +static_assert(offsetof(FPartConfig, bHidePart) == 0x000019, "Member 'FPartConfig::bHidePart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBreakOffPartConfig \ +static_assert(alignof(FBreakOffPartConfig) == 0x000008, "Wrong alignment on FBreakOffPartConfig"); \ +static_assert(sizeof(FBreakOffPartConfig) == 0x000018, "Wrong size on FBreakOffPartConfig"); \ +static_assert(offsetof(FBreakOffPartConfig, ImpactSound) == 0x000000, "Member 'FBreakOffPartConfig::ImpactSound' has a wrong offset!"); \ +static_assert(offsetof(FBreakOffPartConfig, Parts) == 0x000008, "Member 'FBreakOffPartConfig::Parts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSnakeSteeringData \ +static_assert(alignof(FSnakeSteeringData) == 0x000004, "Wrong alignment on FSnakeSteeringData"); \ +static_assert(sizeof(FSnakeSteeringData) == 0x000014, "Wrong size on FSnakeSteeringData"); \ +static_assert(offsetof(FSnakeSteeringData, SnakeingBlendIn) == 0x000000, "Member 'FSnakeSteeringData::SnakeingBlendIn' has a wrong offset!"); \ +static_assert(offsetof(FSnakeSteeringData, SnakeingBlendOut) == 0x000004, "Member 'FSnakeSteeringData::SnakeingBlendOut' has a wrong offset!"); \ +static_assert(offsetof(FSnakeSteeringData, TotalSnakeTime) == 0x000008, "Member 'FSnakeSteeringData::TotalSnakeTime' has a wrong offset!"); \ +static_assert(offsetof(FSnakeSteeringData, SnakeAmplitude) == 0x00000C, "Member 'FSnakeSteeringData::SnakeAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FSnakeSteeringData, SnakeFrequency) == 0x000010, "Member 'FSnakeSteeringData::SnakeFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeakspotSetup \ +static_assert(alignof(FWeakspotSetup) == 0x000008, "Wrong alignment on FWeakspotSetup"); \ +static_assert(sizeof(FWeakspotSetup) == 0x0000F0, "Wrong size on FWeakspotSetup"); \ +static_assert(offsetof(FWeakspotSetup, WeakspotName) == 0x000000, "Member 'FWeakspotSetup::WeakspotName' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, Type) == 0x000008, "Member 'FWeakspotSetup::Type' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, ShapeType) == 0x000009, "Member 'FWeakspotSetup::ShapeType' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, BoneName) == 0x00000C, "Member 'FWeakspotSetup::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, EffectBoneName) == 0x000014, "Member 'FWeakspotSetup::EffectBoneName' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, HurtRadius) == 0x00001C, "Member 'FWeakspotSetup::HurtRadius' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, DamageProfile) == 0x000020, "Member 'FWeakspotSetup::DamageProfile' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, HitPoints) == 0x000028, "Member 'FWeakspotSetup::HitPoints' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, bPreventDestructionIfPlayer) == 0x00002C, "Member 'FWeakspotSetup::bPreventDestructionIfPlayer' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, TakedownSequences) == 0x000030, "Member 'FWeakspotSetup::TakedownSequences' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, ComponentTagName) == 0x000040, "Member 'FWeakspotSetup::ComponentTagName' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, AmountOfExcessConstraintsToRemoveOnDamaged) == 0x000048, "Member 'FWeakspotSetup::AmountOfExcessConstraintsToRemoveOnDamaged' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, DamageBreakOffPart) == 0x000050, "Member 'FWeakspotSetup::DamageBreakOffPart' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, DestroyedBreakOffPart) == 0x000068, "Member 'FWeakspotSetup::DestroyedBreakOffPart' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, BreakOffLaunchSVelocity) == 0x000080, "Member 'FWeakspotSetup::BreakOffLaunchSVelocity' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, EnablePhysicsBodiesWhenDestroyed) == 0x000098, "Member 'FWeakspotSetup::EnablePhysicsBodiesWhenDestroyed' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, EnablePhysicsBodiesWhenDamaged) == 0x0000A8, "Member 'FWeakspotSetup::EnablePhysicsBodiesWhenDamaged' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, OnDamagedSnakeSteering) == 0x0000B8, "Member 'FWeakspotSetup::OnDamagedSnakeSteering' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, OnDestroyedSnakeSteering) == 0x0000CC, "Member 'FWeakspotSetup::OnDestroyedSnakeSteering' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, LightSetup) == 0x0000E0, "Member 'FWeakspotSetup::LightSetup' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotSetup, WheelSetup) == 0x0000E8, "Member 'FWeakspotSetup::WheelSetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpiritVehicleOccupant \ +static_assert(alignof(FSpiritVehicleOccupant) == 0x000008, "Wrong alignment on FSpiritVehicleOccupant"); \ +static_assert(sizeof(FSpiritVehicleOccupant) == 0x0000B0, "Wrong size on FSpiritVehicleOccupant"); \ +static_assert(offsetof(FSpiritVehicleOccupant, Seat) == 0x000000, "Member 'FSpiritVehicleOccupant::Seat' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, PlaceId) == 0x000004, "Member 'FSpiritVehicleOccupant::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, SidecarComponentClassNames) == 0x000010, "Member 'FSpiritVehicleOccupant::SidecarComponentClassNames' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, CharacterDefinitionName) == 0x000020, "Member 'FSpiritVehicleOccupant::CharacterDefinitionName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, VisualsName) == 0x000030, "Member 'FSpiritVehicleOccupant::VisualsName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, NPCDataDefinitionName) == 0x000040, "Member 'FSpiritVehicleOccupant::NPCDataDefinitionName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, CharacterId) == 0x000050, "Member 'FSpiritVehicleOccupant::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, NPCWorldStateID) == 0x000060, "Member 'FSpiritVehicleOccupant::NPCWorldStateID' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, SpiritRank) == 0x000070, "Member 'FSpiritVehicleOccupant::SpiritRank' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, TeamIdOverride) == 0x000074, "Member 'FSpiritVehicleOccupant::TeamIdOverride' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, AddTags) == 0x000078, "Member 'FSpiritVehicleOccupant::AddTags' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, SubtitleName) == 0x000098, "Member 'FSpiritVehicleOccupant::SubtitleName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, CharacterLevel) == 0x0000A8, "Member 'FSpiritVehicleOccupant::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, bIsFullCharacter) == 0x0000AC, "Member 'FSpiritVehicleOccupant::bIsFullCharacter' has a wrong offset!"); \ +static_assert(offsetof(FSpiritVehicleOccupant, bTransient) == 0x0000AD, "Member 'FSpiritVehicleOccupant::bTransient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpiritSaveV1 \ +static_assert(alignof(FSpiritSaveV1) == 0x000010, "Wrong alignment on FSpiritSaveV1"); \ +static_assert(sizeof(FSpiritSaveV1) == 0x0003B0, "Wrong size on FSpiritSaveV1"); \ +static_assert(offsetof(FSpiritSaveV1, Transform) == 0x000000, "Member 'FSpiritSaveV1::Transform' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, OriginalTransform) == 0x000060, "Member 'FSpiritSaveV1::OriginalTransform' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, bConditionalSpawn) == 0x0000C0, "Member 'FSpiritSaveV1::bConditionalSpawn' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, SpiritRank) == 0x0000C4, "Member 'FSpiritSaveV1::SpiritRank' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, InDataLayers) == 0x0000C8, "Member 'FSpiritSaveV1::InDataLayers' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, SpiritTags) == 0x000118, "Member 'FSpiritSaveV1::SpiritTags' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, bUseSpawnCondition) == 0x000138, "Member 'FSpiritSaveV1::bUseSpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, StateInfoID) == 0x00013C, "Member 'FSpiritSaveV1::StateInfoID' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, StateInfoName) == 0x000144, "Member 'FSpiritSaveV1::StateInfoName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, SidecarComponentClassNames) == 0x000150, "Member 'FSpiritSaveV1::SidecarComponentClassNames' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, Type) == 0x000160, "Member 'FSpiritSaveV1::Type' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, PlaceId) == 0x000164, "Member 'FSpiritSaveV1::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, Transient) == 0x00016C, "Member 'FSpiritSaveV1::Transient' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, Speed) == 0x000170, "Member 'FSpiritSaveV1::Speed' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, BodyColorFraction) == 0x000174, "Member 'FSpiritSaveV1::BodyColorFraction' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, ControllerName) == 0x000178, "Member 'FSpiritSaveV1::ControllerName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, ActorClassName) == 0x000188, "Member 'FSpiritSaveV1::ActorClassName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, BehaviorTreeName) == 0x000198, "Member 'FSpiritSaveV1::BehaviorTreeName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, bVehicleLocked) == 0x0001A8, "Member 'FSpiritSaveV1::bVehicleLocked' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, bVehicleAllowStealing) == 0x0001A9, "Member 'FSpiritSaveV1::bVehicleAllowStealing' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, BodyColorIndex) == 0x0001AC, "Member 'FSpiritSaveV1::BodyColorIndex' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, Age) == 0x0001B0, "Member 'FSpiritSaveV1::Age' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, bPlayerIsDriving) == 0x0001B4, "Member 'FSpiritSaveV1::bPlayerIsDriving' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, AmountDirt) == 0x0001B8, "Member 'FSpiritSaveV1::AmountDirt' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, LicensePlate) == 0x0001BC, "Member 'FSpiritSaveV1::LicensePlate' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, CharacterDefinitionName) == 0x0001C0, "Member 'FSpiritSaveV1::CharacterDefinitionName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, CharacterVisualsName) == 0x0001D0, "Member 'FSpiritSaveV1::CharacterVisualsName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, NPCDataDefinitionName) == 0x0001E0, "Member 'FSpiritSaveV1::NPCDataDefinitionName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, CharacterClassName) == 0x0001F0, "Member 'FSpiritSaveV1::CharacterClassName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, CharacterLevel) == 0x000200, "Member 'FSpiritSaveV1::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, CharacterTags) == 0x000208, "Member 'FSpiritSaveV1::CharacterTags' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, ControllerClassName) == 0x000218, "Member 'FSpiritSaveV1::ControllerClassName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, DriverMeshName) == 0x000228, "Member 'FSpiritSaveV1::DriverMeshName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, PedestrianGroupActorClassName) == 0x000238, "Member 'FSpiritSaveV1::PedestrianGroupActorClassName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, MemberCharacterVisuals) == 0x000248, "Member 'FSpiritSaveV1::MemberCharacterVisuals' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, AIDefinitionName) == 0x000258, "Member 'FSpiritSaveV1::AIDefinitionName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, NumberOfExtraCarts) == 0x000268, "Member 'FSpiritSaveV1::NumberOfExtraCarts' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, VehicleOverrideDataAssetName) == 0x000270, "Member 'FSpiritSaveV1::VehicleOverrideDataAssetName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, WeakSpotDamage) == 0x000280, "Member 'FSpiritSaveV1::WeakSpotDamage' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, DestructionPositions) == 0x000290, "Member 'FSpiritSaveV1::DestructionPositions' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, DestructionPositionDamages) == 0x0002A0, "Member 'FSpiritSaveV1::DestructionPositionDamages' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, bIsAlive) == 0x0002B0, "Member 'FSpiritSaveV1::bIsAlive' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, bUseStopModeCondtion) == 0x0002B1, "Member 'FSpiritSaveV1::bUseStopModeCondtion' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, StopModeCondition) == 0x0002B4, "Member 'FSpiritSaveV1::StopModeCondition' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, Nitrous) == 0x0002CC, "Member 'FSpiritSaveV1::Nitrous' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, NitrousFlasksLeft) == 0x0002D0, "Member 'FSpiritSaveV1::NitrousFlasksLeft' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, OverrideCombatScale) == 0x0002D4, "Member 'FSpiritSaveV1::OverrideCombatScale' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, IdentifierId) == 0x0002D8, "Member 'FSpiritSaveV1::IdentifierId' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, WorldStateIdentifierId) == 0x0002E8, "Member 'FSpiritSaveV1::WorldStateIdentifierId' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, VehicleTags) == 0x0002F8, "Member 'FSpiritSaveV1::VehicleTags' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, Occupants) == 0x000318, "Member 'FSpiritSaveV1::Occupants' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, LootTableOverridePath) == 0x000328, "Member 'FSpiritSaveV1::LootTableOverridePath' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, StartingInventoryOverridePath) == 0x000338, "Member 'FSpiritSaveV1::StartingInventoryOverridePath' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, TetherUID) == 0x000348, "Member 'FSpiritSaveV1::TetherUID' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, bMaterializeAsCorpse) == 0x000350, "Member 'FSpiritSaveV1::bMaterializeAsCorpse' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, SubtitleName) == 0x000358, "Member 'FSpiritSaveV1::SubtitleName' has a wrong offset!"); \ +static_assert(offsetof(FSpiritSaveV1, CharacterDefinitionQuery) == 0x000368, "Member 'FSpiritSaveV1::CharacterDefinitionQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJTabDescriptor \ +static_assert(alignof(FCJTabDescriptor) == 0x000010, "Wrong alignment on FCJTabDescriptor"); \ +static_assert(sizeof(FCJTabDescriptor) == 0x0000F0, "Wrong size on FCJTabDescriptor"); \ +static_assert(offsetof(FCJTabDescriptor, TabId) == 0x000000, "Member 'FCJTabDescriptor::TabId' has a wrong offset!"); \ +static_assert(offsetof(FCJTabDescriptor, TabText) == 0x000008, "Member 'FCJTabDescriptor::TabText' has a wrong offset!"); \ +static_assert(offsetof(FCJTabDescriptor, IconBrush) == 0x000020, "Member 'FCJTabDescriptor::IconBrush' has a wrong offset!"); \ +static_assert(offsetof(FCJTabDescriptor, bHidden) == 0x0000D0, "Member 'FCJTabDescriptor::bHidden' has a wrong offset!"); \ +static_assert(offsetof(FCJTabDescriptor, TabButtonType) == 0x0000D8, "Member 'FCJTabDescriptor::TabButtonType' has a wrong offset!"); \ +static_assert(offsetof(FCJTabDescriptor, TabContentType) == 0x0000E0, "Member 'FCJTabDescriptor::TabContentType' has a wrong offset!"); \ +static_assert(offsetof(FCJTabDescriptor, CreatedTabContentWidget) == 0x0000E8, "Member 'FCJTabDescriptor::CreatedTabContentWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGateContext \ +static_assert(alignof(FGateContext) == 0x000008, "Wrong alignment on FGateContext"); \ +static_assert(sizeof(FGateContext) == 0x000018, "Wrong size on FGateContext"); \ +static_assert(offsetof(FGateContext, InflightInstigator) == 0x000000, "Member 'FGateContext::InflightInstigator' has a wrong offset!"); \ +static_assert(offsetof(FGateContext, NewActionInstigator) == 0x000008, "Member 'FGateContext::NewActionInstigator' has a wrong offset!"); \ +static_assert(offsetof(FGateContext, Relationship) == 0x000010, "Member 'FGateContext::Relationship' has a wrong offset!"); \ +static_assert(offsetof(FGateContext, bRequiresResponseFromGate) == 0x000011, "Member 'FGateContext::bRequiresResponseFromGate' has a wrong offset!"); \ +static_assert(offsetof(FGateContext, NewActionRequestID) == 0x000014, "Member 'FGateContext::NewActionRequestID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImpactDamageEvent \ +static_assert(alignof(FImpactDamageEvent) == 0x000008, "Wrong alignment on FImpactDamageEvent"); \ +static_assert(sizeof(FImpactDamageEvent) == 0x000110, "Wrong size on FImpactDamageEvent"); \ +static_assert(offsetof(FImpactDamageEvent, HitActor) == 0x000010, "Member 'FImpactDamageEvent::HitActor' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, HitComponent) == 0x000018, "Member 'FImpactDamageEvent::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, bHitActorIsPlayer) == 0x000020, "Member 'FImpactDamageEvent::bHitActorIsPlayer' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, OtherActor) == 0x000028, "Member 'FImpactDamageEvent::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, OtherComp) == 0x000030, "Member 'FImpactDamageEvent::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, bOtherActorIsPlayer) == 0x000038, "Member 'FImpactDamageEvent::bOtherActorIsPlayer' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, NormalImpulse) == 0x000040, "Member 'FImpactDamageEvent::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, ImpactPoint) == 0x000058, "Member 'FImpactDamageEvent::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, ImpactPointLocal) == 0x000070, "Member 'FImpactDamageEvent::ImpactPointLocal' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, ImpactNormal) == 0x000088, "Member 'FImpactDamageEvent::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, ImpactReach) == 0x0000A0, "Member 'FImpactDamageEvent::ImpactReach' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, HitBoneName) == 0x0000A4, "Member 'FImpactDamageEvent::HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, OtherBoneName) == 0x0000AC, "Member 'FImpactDamageEvent::OtherBoneName' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, VelocityLocal) == 0x0000B8, "Member 'FImpactDamageEvent::VelocityLocal' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, OtherVelocityLocal) == 0x0000D0, "Member 'FImpactDamageEvent::OtherVelocityLocal' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, PhysMaterial) == 0x0000E8, "Member 'FImpactDamageEvent::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, CollisionWinner) == 0x0000F0, "Member 'FImpactDamageEvent::CollisionWinner' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, ImpactDamageSource) == 0x0000F1, "Member 'FImpactDamageEvent::ImpactDamageSource' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, ImpactDamageClassification) == 0x0000F2, "Member 'FImpactDamageEvent::ImpactDamageClassification' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, DamageResults) == 0x0000F8, "Member 'FImpactDamageEvent::DamageResults' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageEvent, bIsInTakedown) == 0x000108, "Member 'FImpactDamageEvent::bIsInTakedown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpiritId \ +static_assert(alignof(FSpiritId) == 0x000004, "Wrong alignment on FSpiritId"); \ +static_assert(sizeof(FSpiritId) == 0x000008, "Wrong size on FSpiritId"); \ +static_assert(offsetof(FSpiritId, PlaceId) == 0x000000, "Member 'FSpiritId::PlaceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshAnimTickSetting \ +static_assert(alignof(FMeshAnimTickSetting) == 0x000008, "Wrong alignment on FMeshAnimTickSetting"); \ +static_assert(sizeof(FMeshAnimTickSetting) == 0x000010, "Wrong size on FMeshAnimTickSetting"); \ +static_assert(offsetof(FMeshAnimTickSetting, MeshComp) == 0x000000, "Member 'FMeshAnimTickSetting::MeshComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnnularCylinderSector \ +static_assert(alignof(FAnnularCylinderSector) == 0x000004, "Wrong alignment on FAnnularCylinderSector"); \ +static_assert(sizeof(FAnnularCylinderSector) == 0x000014, "Wrong size on FAnnularCylinderSector"); \ +static_assert(offsetof(FAnnularCylinderSector, MinRadius) == 0x000000, "Member 'FAnnularCylinderSector::MinRadius' has a wrong offset!"); \ +static_assert(offsetof(FAnnularCylinderSector, MaxRadius) == 0x000004, "Member 'FAnnularCylinderSector::MaxRadius' has a wrong offset!"); \ +static_assert(offsetof(FAnnularCylinderSector, Angle) == 0x000008, "Member 'FAnnularCylinderSector::Angle' has a wrong offset!"); \ +static_assert(offsetof(FAnnularCylinderSector, MinHeight) == 0x00000C, "Member 'FAnnularCylinderSector::MinHeight' has a wrong offset!"); \ +static_assert(offsetof(FAnnularCylinderSector, MaxHeight) == 0x000010, "Member 'FAnnularCylinderSector::MaxHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_CJWheelController \ +static_assert(alignof(FAnimNode_CJWheelController) == 0x000008, "Wrong alignment on FAnimNode_CJWheelController"); \ +static_assert(sizeof(FAnimNode_CJWheelController) == 0x0000E8, "Wrong size on FAnimNode_CJWheelController"); \ +static_assert(offsetof(FAnimNode_CJWheelController, MaxAngularVelocity) == 0x0000C8, "Member 'FAnimNode_CJWheelController::MaxAngularVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSquadId \ +static_assert(alignof(FSquadId) == 0x000004, "Wrong alignment on FSquadId"); \ +static_assert(sizeof(FSquadId) == 0x000004, "Wrong size on FSquadId"); \ +static_assert(offsetof(FSquadId, ID) == 0x000000, "Member 'FSquadId::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDamageAndPostureContext \ +static_assert(alignof(FDamageAndPostureContext) == 0x000004, "Wrong alignment on FDamageAndPostureContext"); \ +static_assert(sizeof(FDamageAndPostureContext) == 0x00000C, "Wrong size on FDamageAndPostureContext"); \ +static_assert(offsetof(FDamageAndPostureContext, DealingDamage) == 0x000000, "Member 'FDamageAndPostureContext::DealingDamage' has a wrong offset!"); \ +static_assert(offsetof(FDamageAndPostureContext, DealingPosture) == 0x000004, "Member 'FDamageAndPostureContext::DealingPosture' has a wrong offset!"); \ +static_assert(offsetof(FDamageAndPostureContext, StunTime) == 0x000008, "Member 'FDamageAndPostureContext::StunTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEventQueueAkEvent \ +static_assert(alignof(FEventQueueAkEvent) == 0x000008, "Wrong alignment on FEventQueueAkEvent"); \ +static_assert(sizeof(FEventQueueAkEvent) == 0x000050, "Wrong size on FEventQueueAkEvent"); \ + +#define DUMPER7_ASSERTS_FIngameEventId \ +static_assert(alignof(FIngameEventId) == 0x000004, "Wrong alignment on FIngameEventId"); \ +static_assert(sizeof(FIngameEventId) == 0x000004, "Wrong size on FIngameEventId"); \ +static_assert(offsetof(FIngameEventId, ID) == 0x000000, "Member 'FIngameEventId::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCombatRingConfig \ +static_assert(alignof(FCombatRingConfig) == 0x000004, "Wrong alignment on FCombatRingConfig"); \ +static_assert(sizeof(FCombatRingConfig) == 0x000020, "Wrong size on FCombatRingConfig"); \ +static_assert(offsetof(FCombatRingConfig, PointsOnCircle) == 0x000000, "Member 'FCombatRingConfig::PointsOnCircle' has a wrong offset!"); \ +static_assert(offsetof(FCombatRingConfig, CircleRadius) == 0x000004, "Member 'FCombatRingConfig::CircleRadius' has a wrong offset!"); \ +static_assert(offsetof(FCombatRingConfig, PointBufferRadius) == 0x000008, "Member 'FCombatRingConfig::PointBufferRadius' has a wrong offset!"); \ +static_assert(offsetof(FCombatRingConfig, AngleOffset) == 0x00000C, "Member 'FCombatRingConfig::AngleOffset' has a wrong offset!"); \ +static_assert(offsetof(FCombatRingConfig, AngleDelta) == 0x000010, "Member 'FCombatRingConfig::AngleDelta' has a wrong offset!"); \ +static_assert(offsetof(FCombatRingConfig, BufferRadiusAngle) == 0x000014, "Member 'FCombatRingConfig::BufferRadiusAngle' has a wrong offset!"); \ +static_assert(offsetof(FCombatRingConfig, AngleDeltaAsRadius) == 0x000018, "Member 'FCombatRingConfig::AngleDeltaAsRadius' has a wrong offset!"); \ +static_assert(offsetof(FCombatRingConfig, GlobalStartIndex) == 0x00001C, "Member 'FCombatRingConfig::GlobalStartIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPuddleQueryResult \ +static_assert(alignof(FPuddleQueryResult) == 0x000004, "Wrong alignment on FPuddleQueryResult"); \ +static_assert(sizeof(FPuddleQueryResult) == 0x000004, "Wrong size on FPuddleQueryResult"); \ +static_assert(offsetof(FPuddleQueryResult, Intensity) == 0x000000, "Member 'FPuddleQueryResult::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEventQueueVoice \ +static_assert(alignof(FEventQueueVoice) == 0x000008, "Wrong alignment on FEventQueueVoice"); \ +static_assert(sizeof(FEventQueueVoice) == 0x000010, "Wrong size on FEventQueueVoice"); \ + +#define DUMPER7_ASSERTS_FDealDamageContext \ +static_assert(alignof(FDealDamageContext) == 0x000008, "Wrong alignment on FDealDamageContext"); \ +static_assert(sizeof(FDealDamageContext) == 0x000030, "Wrong size on FDealDamageContext"); \ +static_assert(offsetof(FDealDamageContext, Target) == 0x000000, "Member 'FDealDamageContext::Target' has a wrong offset!"); \ +static_assert(offsetof(FDealDamageContext, BaseDamage) == 0x000008, "Member 'FDealDamageContext::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(FDealDamageContext, DamageTag) == 0x00000C, "Member 'FDealDamageContext::DamageTag' has a wrong offset!"); \ +static_assert(offsetof(FDealDamageContext, StunTime) == 0x000014, "Member 'FDealDamageContext::StunTime' has a wrong offset!"); \ +static_assert(offsetof(FDealDamageContext, DamageType) == 0x000018, "Member 'FDealDamageContext::DamageType' has a wrong offset!"); \ +static_assert(offsetof(FDealDamageContext, ActionID) == 0x000020, "Member 'FDealDamageContext::ActionID' has a wrong offset!"); \ +static_assert(offsetof(FDealDamageContext, Weapon) == 0x000024, "Member 'FDealDamageContext::Weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoorNavLinkData \ +static_assert(alignof(FDoorNavLinkData) == 0x000008, "Wrong alignment on FDoorNavLinkData"); \ +static_assert(sizeof(FDoorNavLinkData) == 0x000038, "Wrong size on FDoorNavLinkData"); \ +static_assert(offsetof(FDoorNavLinkData, Left) == 0x000000, "Member 'FDoorNavLinkData::Left' has a wrong offset!"); \ +static_assert(offsetof(FDoorNavLinkData, Right) == 0x000018, "Member 'FDoorNavLinkData::Right' has a wrong offset!"); \ +static_assert(offsetof(FDoorNavLinkData, Direction) == 0x000030, "Member 'FDoorNavLinkData::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTakeDamageContext \ +static_assert(alignof(FTakeDamageContext) == 0x000008, "Wrong alignment on FTakeDamageContext"); \ +static_assert(sizeof(FTakeDamageContext) == 0x000040, "Wrong size on FTakeDamageContext"); \ +static_assert(offsetof(FTakeDamageContext, Dealer) == 0x000000, "Member 'FTakeDamageContext::Dealer' has a wrong offset!"); \ +static_assert(offsetof(FTakeDamageContext, Target) == 0x000008, "Member 'FTakeDamageContext::Target' has a wrong offset!"); \ +static_assert(offsetof(FTakeDamageContext, DamagePostureContext) == 0x000010, "Member 'FTakeDamageContext::DamagePostureContext' has a wrong offset!"); \ +static_assert(offsetof(FTakeDamageContext, DamageTag) == 0x00001C, "Member 'FTakeDamageContext::DamageTag' has a wrong offset!"); \ +static_assert(offsetof(FTakeDamageContext, DamageType) == 0x000028, "Member 'FTakeDamageContext::DamageType' has a wrong offset!"); \ +static_assert(offsetof(FTakeDamageContext, ActionID) == 0x000030, "Member 'FTakeDamageContext::ActionID' has a wrong offset!"); \ +static_assert(offsetof(FTakeDamageContext, Weapon) == 0x000034, "Member 'FTakeDamageContext::Weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlotPopulationPriority \ +static_assert(alignof(FSlotPopulationPriority) == 0x000008, "Wrong alignment on FSlotPopulationPriority"); \ +static_assert(sizeof(FSlotPopulationPriority) == 0x000010, "Wrong size on FSlotPopulationPriority"); \ +static_assert(offsetof(FSlotPopulationPriority, SlotPriority) == 0x000000, "Member 'FSlotPopulationPriority::SlotPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGoalDescripter \ +static_assert(alignof(FGoalDescripter) == 0x000004, "Wrong alignment on FGoalDescripter"); \ +static_assert(sizeof(FGoalDescripter) == 0x000014, "Wrong size on FGoalDescripter"); \ +static_assert(offsetof(FGoalDescripter, GoalName) == 0x000000, "Member 'FGoalDescripter::GoalName' has a wrong offset!"); \ +static_assert(offsetof(FGoalDescripter, SelectedType) == 0x000008, "Member 'FGoalDescripter::SelectedType' has a wrong offset!"); \ +static_assert(offsetof(FGoalDescripter, BoolValue) == 0x000009, "Member 'FGoalDescripter::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(FGoalDescripter, FloatValue) == 0x00000C, "Member 'FGoalDescripter::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FGoalDescripter, IntValue) == 0x000010, "Member 'FGoalDescripter::IntValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIThreatEvent \ +static_assert(alignof(FAIThreatEvent) == 0x000008, "Wrong alignment on FAIThreatEvent"); \ +static_assert(sizeof(FAIThreatEvent) == 0x000020, "Wrong size on FAIThreatEvent"); \ +static_assert(offsetof(FAIThreatEvent, Instigator) == 0x000000, "Member 'FAIThreatEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FAIThreatEvent, ThreatScore) == 0x000008, "Member 'FAIThreatEvent::ThreatScore' has a wrong offset!"); \ +static_assert(offsetof(FAIThreatEvent, Tag) == 0x00000C, "Member 'FAIThreatEvent::Tag' has a wrong offset!"); \ +static_assert(offsetof(FAIThreatEvent, Ignore) == 0x000018, "Member 'FAIThreatEvent::Ignore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActionEffectData \ +static_assert(alignof(FActionEffectData) == 0x000008, "Wrong alignment on FActionEffectData"); \ +static_assert(sizeof(FActionEffectData) == 0x000068, "Wrong size on FActionEffectData"); \ +static_assert(offsetof(FActionEffectData, ActionTarget) == 0x000000, "Member 'FActionEffectData::ActionTarget' has a wrong offset!"); \ +static_assert(offsetof(FActionEffectData, ActionType) == 0x000008, "Member 'FActionEffectData::ActionType' has a wrong offset!"); \ +static_assert(offsetof(FActionEffectData, CharacterAction) == 0x000010, "Member 'FActionEffectData::CharacterAction' has a wrong offset!"); \ +static_assert(offsetof(FActionEffectData, bFoundActionPoint) == 0x000018, "Member 'FActionEffectData::bFoundActionPoint' has a wrong offset!"); \ +static_assert(offsetof(FActionEffectData, TimeLeftToActionPoint) == 0x00001C, "Member 'FActionEffectData::TimeLeftToActionPoint' has a wrong offset!"); \ +static_assert(offsetof(FActionEffectData, ChosenAnimation) == 0x000020, "Member 'FActionEffectData::ChosenAnimation' has a wrong offset!"); \ +static_assert(offsetof(FActionEffectData, AnimationMoveCategory) == 0x000028, "Member 'FActionEffectData::AnimationMoveCategory' has a wrong offset!"); \ +static_assert(offsetof(FActionEffectData, AnimationFollowUpTag) == 0x000030, "Member 'FActionEffectData::AnimationFollowUpTag' has a wrong offset!"); \ +static_assert(offsetof(FActionEffectData, Animation) == 0x000050, "Member 'FActionEffectData::Animation' has a wrong offset!"); \ +static_assert(offsetof(FActionEffectData, MovementClass) == 0x000058, "Member 'FActionEffectData::MovementClass' has a wrong offset!"); \ +static_assert(offsetof(FActionEffectData, EquippedWeapon) == 0x00005C, "Member 'FActionEffectData::EquippedWeapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSFXNotifyData \ +static_assert(alignof(FSFXNotifyData) == 0x000008, "Wrong alignment on FSFXNotifyData"); \ +static_assert(sizeof(FSFXNotifyData) == 0x0000E0, "Wrong size on FSFXNotifyData"); \ +static_assert(offsetof(FSFXNotifyData, EffectData) == 0x000000, "Member 'FSFXNotifyData::EffectData' has a wrong offset!"); \ +static_assert(offsetof(FSFXNotifyData, Tags) == 0x000068, "Member 'FSFXNotifyData::Tags' has a wrong offset!"); \ +static_assert(offsetof(FSFXNotifyData, Events) == 0x000088, "Member 'FSFXNotifyData::Events' has a wrong offset!"); \ +static_assert(offsetof(FSFXNotifyData, Switches) == 0x000098, "Member 'FSFXNotifyData::Switches' has a wrong offset!"); \ +static_assert(offsetof(FSFXNotifyData, BoneLocation) == 0x0000A8, "Member 'FSFXNotifyData::BoneLocation' has a wrong offset!"); \ +static_assert(offsetof(FSFXNotifyData, ActorLocation) == 0x0000C0, "Member 'FSFXNotifyData::ActorLocation' has a wrong offset!"); \ +static_assert(offsetof(FSFXNotifyData, GaitValue) == 0x0000D8, "Member 'FSFXNotifyData::GaitValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEventQueueBlueprintEvent \ +static_assert(alignof(FEventQueueBlueprintEvent) == 0x000008, "Wrong alignment on FEventQueueBlueprintEvent"); \ +static_assert(sizeof(FEventQueueBlueprintEvent) == 0x0000E8, "Wrong size on FEventQueueBlueprintEvent"); \ +static_assert(offsetof(FEventQueueBlueprintEvent, Character) == 0x000000, "Member 'FEventQueueBlueprintEvent::Character' has a wrong offset!"); \ +static_assert(offsetof(FEventQueueBlueprintEvent, NotifyData) == 0x000008, "Member 'FEventQueueBlueprintEvent::NotifyData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorStimEventContainer \ +static_assert(alignof(FActorStimEventContainer) == 0x000008, "Wrong alignment on FActorStimEventContainer"); \ +static_assert(sizeof(FActorStimEventContainer) == 0x000078, "Wrong size on FActorStimEventContainer"); \ +static_assert(offsetof(FActorStimEventContainer, NamedStimEvents) == 0x000000, "Member 'FActorStimEventContainer::NamedStimEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTimeslicedTargetData \ +static_assert(alignof(FTimeslicedTargetData) == 0x000008, "Wrong alignment on FTimeslicedTargetData"); \ +static_assert(sizeof(FTimeslicedTargetData) == 0x000038, "Wrong size on FTimeslicedTargetData"); \ +static_assert(offsetof(FTimeslicedTargetData, Timestamp) == 0x000000, "Member 'FTimeslicedTargetData::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FTimeslicedTargetData, Location) == 0x000008, "Member 'FTimeslicedTargetData::Location' has a wrong offset!"); \ +static_assert(offsetof(FTimeslicedTargetData, Orientation) == 0x000020, "Member 'FTimeslicedTargetData::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterLevelConfig \ +static_assert(alignof(FCharacterLevelConfig) == 0x000008, "Wrong alignment on FCharacterLevelConfig"); \ +static_assert(sizeof(FCharacterLevelConfig) == 0x000030, "Wrong size on FCharacterLevelConfig"); \ +static_assert(offsetof(FCharacterLevelConfig, Default) == 0x000000, "Member 'FCharacterLevelConfig::Default' has a wrong offset!"); \ +static_assert(offsetof(FCharacterLevelConfig, OverrideCombatScale) == 0x000004, "Member 'FCharacterLevelConfig::OverrideCombatScale' has a wrong offset!"); \ +static_assert(offsetof(FCharacterLevelConfig, Calculation) == 0x000008, "Member 'FCharacterLevelConfig::Calculation' has a wrong offset!"); \ +static_assert(offsetof(FCharacterLevelConfig, TagParam) == 0x000010, "Member 'FCharacterLevelConfig::TagParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleOccupantSpawnData \ +static_assert(alignof(FVehicleOccupantSpawnData) == 0x000008, "Wrong alignment on FVehicleOccupantSpawnData"); \ +static_assert(sizeof(FVehicleOccupantSpawnData) == 0x000160, "Wrong size on FVehicleOccupantSpawnData"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, bUseTagSpawning) == 0x000000, "Member 'FVehicleOccupantSpawnData::bUseTagSpawning' has a wrong offset!"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, DefinitionQuery) == 0x000008, "Member 'FVehicleOccupantSpawnData::DefinitionQuery' has a wrong offset!"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, Definitions) == 0x000050, "Member 'FVehicleOccupantSpawnData::Definitions' has a wrong offset!"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, VisualsId) == 0x000060, "Member 'FVehicleOccupantSpawnData::VisualsId' has a wrong offset!"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, CharacterId) == 0x000070, "Member 'FVehicleOccupantSpawnData::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, NPCWorldStateID) == 0x000098, "Member 'FVehicleOccupantSpawnData::NPCWorldStateID' has a wrong offset!"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, SpawnDataClass) == 0x0000C0, "Member 'FVehicleOccupantSpawnData::SpawnDataClass' has a wrong offset!"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, SidecarComponents) == 0x0000E8, "Member 'FVehicleOccupantSpawnData::SidecarComponents' has a wrong offset!"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, CharacterLevel) == 0x0000F8, "Member 'FVehicleOccupantSpawnData::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, TagsToAdd) == 0x000128, "Member 'FVehicleOccupantSpawnData::TagsToAdd' has a wrong offset!"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, SubtitleName) == 0x000148, "Member 'FVehicleOccupantSpawnData::SubtitleName' has a wrong offset!"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, SpawnRanking) == 0x000158, "Member 'FVehicleOccupantSpawnData::SpawnRanking' has a wrong offset!"); \ +static_assert(offsetof(FVehicleOccupantSpawnData, bForgetWhenDematerialized) == 0x000159, "Member 'FVehicleOccupantSpawnData::bForgetWhenDematerialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAITargetingConfig \ +static_assert(alignof(FAITargetingConfig) == 0x000004, "Wrong alignment on FAITargetingConfig"); \ +static_assert(sizeof(FAITargetingConfig) == 0x00003C, "Wrong size on FAITargetingConfig"); \ +static_assert(offsetof(FAITargetingConfig, bAccountForVerticalAcceleration) == 0x000000, "Member 'FAITargetingConfig::bAccountForVerticalAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, bUseWeightedAverages) == 0x000001, "Member 'FAITargetingConfig::bUseWeightedAverages' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, WeightPivotAvgAccel) == 0x000004, "Member 'FAITargetingConfig::WeightPivotAvgAccel' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, WeightPivotAvgVelocity) == 0x000008, "Member 'FAITargetingConfig::WeightPivotAvgVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, WeightBiasAccel) == 0x00000C, "Member 'FAITargetingConfig::WeightBiasAccel' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, WeightBiasVelocity) == 0x000010, "Member 'FAITargetingConfig::WeightBiasVelocity' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, HistoryDepth) == 0x000014, "Member 'FAITargetingConfig::HistoryDepth' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, BreadcrumbFrequency) == 0x000018, "Member 'FAITargetingConfig::BreadcrumbFrequency' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, BreadcrumbLifetime) == 0x00001C, "Member 'FAITargetingConfig::BreadcrumbLifetime' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, InterceptPredictionTime) == 0x000020, "Member 'FAITargetingConfig::InterceptPredictionTime' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, DefaultPredictionSampleDepth) == 0x000024, "Member 'FAITargetingConfig::DefaultPredictionSampleDepth' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, CandidateTimeToLiveMinimum) == 0x000028, "Member 'FAITargetingConfig::CandidateTimeToLiveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, TimeToForgetThreat) == 0x00002C, "Member 'FAITargetingConfig::TimeToForgetThreat' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, VertAngleThreshold) == 0x000030, "Member 'FAITargetingConfig::VertAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, VertAngleThresVertOffset) == 0x000034, "Member 'FAITargetingConfig::VertAngleThresVertOffset' has a wrong offset!"); \ +static_assert(offsetof(FAITargetingConfig, VertAngleThresXOffset) == 0x000038, "Member 'FAITargetingConfig::VertAngleThresXOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAITargetStructure \ +static_assert(alignof(FAITargetStructure) == 0x000008, "Wrong alignment on FAITargetStructure"); \ +static_assert(sizeof(FAITargetStructure) == 0x000070, "Wrong size on FAITargetStructure"); \ +static_assert(offsetof(FAITargetStructure, AssociatedActor) == 0x000000, "Member 'FAITargetStructure::AssociatedActor' has a wrong offset!"); \ +static_assert(offsetof(FAITargetStructure, PlaceId) == 0x000008, "Member 'FAITargetStructure::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(FAITargetStructure, Timestamp) == 0x000010, "Member 'FAITargetStructure::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FAITargetStructure, TimeSinceLastSeen) == 0x000014, "Member 'FAITargetStructure::TimeSinceLastSeen' has a wrong offset!"); \ +static_assert(offsetof(FAITargetStructure, Velocity) == 0x000018, "Member 'FAITargetStructure::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FAITargetStructure, CurrentLocation) == 0x000030, "Member 'FAITargetStructure::CurrentLocation' has a wrong offset!"); \ +static_assert(offsetof(FAITargetStructure, InterceptLocation) == 0x000048, "Member 'FAITargetStructure::InterceptLocation' has a wrong offset!"); \ +static_assert(offsetof(FAITargetStructure, LastSensedStimType) == 0x000060, "Member 'FAITargetStructure::LastSensedStimType' has a wrong offset!"); \ +static_assert(offsetof(FAITargetStructure, LastSensedStimClass) == 0x000061, "Member 'FAITargetStructure::LastSensedStimClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStartCrimeParameters \ +static_assert(alignof(FStartCrimeParameters) == 0x000008, "Wrong alignment on FStartCrimeParameters"); \ +static_assert(sizeof(FStartCrimeParameters) == 0x000010, "Wrong size on FStartCrimeParameters"); \ +static_assert(offsetof(FStartCrimeParameters, CrimeTarget) == 0x000000, "Member 'FStartCrimeParameters::CrimeTarget' has a wrong offset!"); \ +static_assert(offsetof(FStartCrimeParameters, CrimeType) == 0x000008, "Member 'FStartCrimeParameters::CrimeType' has a wrong offset!"); \ +static_assert(offsetof(FStartCrimeParameters, StartingSeverityLevel) == 0x00000C, "Member 'FStartCrimeParameters::StartingSeverityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAITeamAttitudeContainer \ +static_assert(alignof(FAITeamAttitudeContainer) == 0x000001, "Wrong alignment on FAITeamAttitudeContainer"); \ +static_assert(sizeof(FAITeamAttitudeContainer) == 0x000003, "Wrong size on FAITeamAttitudeContainer"); \ +static_assert(offsetof(FAITeamAttitudeContainer, Team) == 0x000000, "Member 'FAITeamAttitudeContainer::Team' has a wrong offset!"); \ +static_assert(offsetof(FAITeamAttitudeContainer, OtherTeam) == 0x000001, "Member 'FAITeamAttitudeContainer::OtherTeam' has a wrong offset!"); \ +static_assert(offsetof(FAITeamAttitudeContainer, TeamAttitude) == 0x000002, "Member 'FAITeamAttitudeContainer::TeamAttitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAITetherData \ +static_assert(alignof(FAITetherData) == 0x000008, "Wrong alignment on FAITetherData"); \ +static_assert(sizeof(FAITetherData) == 0x000010, "Wrong size on FAITetherData"); \ +static_assert(offsetof(FAITetherData, AnchorUID) == 0x000000, "Member 'FAITetherData::AnchorUID' has a wrong offset!"); \ +static_assert(offsetof(FAITetherData, Anchor) == 0x000008, "Member 'FAITetherData::Anchor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcementIcons \ +static_assert(alignof(FEnforcementIcons) == 0x000010, "Wrong alignment on FEnforcementIcons"); \ +static_assert(sizeof(FEnforcementIcons) == 0x000350, "Wrong size on FEnforcementIcons"); \ +static_assert(offsetof(FEnforcementIcons, SedanIconConfigAsset) == 0x000000, "Member 'FEnforcementIcons::SedanIconConfigAsset' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementIcons, VanIconConfigAsset) == 0x000028, "Member 'FEnforcementIcons::VanIconConfigAsset' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementIcons, MiniMapPassiveIcon) == 0x000050, "Member 'FEnforcementIcons::MiniMapPassiveIcon' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementIcons, MiniMapHelicopterIcon) == 0x0001D0, "Member 'FEnforcementIcons::MiniMapHelicopterIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LocomotionCycleSequencePlayer \ +static_assert(alignof(FAnimNode_LocomotionCycleSequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_LocomotionCycleSequencePlayer"); \ +static_assert(sizeof(FAnimNode_LocomotionCycleSequencePlayer) == 0x000048, "Wrong size on FAnimNode_LocomotionCycleSequencePlayer"); \ + +#define DUMPER7_ASSERTS_FSelectableMotivationKey \ +static_assert(alignof(FSelectableMotivationKey) == 0x000004, "Wrong alignment on FSelectableMotivationKey"); \ +static_assert(sizeof(FSelectableMotivationKey) == 0x000008, "Wrong size on FSelectableMotivationKey"); \ +static_assert(offsetof(FSelectableMotivationKey, SelectedKeyName) == 0x000000, "Member 'FSelectableMotivationKey::SelectedKeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SynchronizedMovementSequencePlayer \ +static_assert(alignof(FAnimNode_SynchronizedMovementSequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_SynchronizedMovementSequencePlayer"); \ +static_assert(sizeof(FAnimNode_SynchronizedMovementSequencePlayer) == 0x000078, "Wrong size on FAnimNode_SynchronizedMovementSequencePlayer"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LocomotionCycleTransitionEvaluator \ +static_assert(alignof(FAnimNode_LocomotionCycleTransitionEvaluator) == 0x000008, "Wrong alignment on FAnimNode_LocomotionCycleTransitionEvaluator"); \ +static_assert(sizeof(FAnimNode_LocomotionCycleTransitionEvaluator) == 0x000058, "Wrong size on FAnimNode_LocomotionCycleTransitionEvaluator"); \ + +#define DUMPER7_ASSERTS_FEnforcementCrimeSceneVoices \ +static_assert(alignof(FEnforcementCrimeSceneVoices) == 0x000008, "Wrong alignment on FEnforcementCrimeSceneVoices"); \ +static_assert(sizeof(FEnforcementCrimeSceneVoices) == 0x000038, "Wrong size on FEnforcementCrimeSceneVoices"); \ +static_assert(offsetof(FEnforcementCrimeSceneVoices, EnforcementVoices) == 0x000000, "Member 'FEnforcementCrimeSceneVoices::EnforcementVoices' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementCrimeSceneVoices, HelicopterVoice) == 0x000010, "Member 'FEnforcementCrimeSceneVoices::HelicopterVoice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LocomotionIndicator \ +static_assert(alignof(FAnimNode_LocomotionIndicator) == 0x000008, "Wrong alignment on FAnimNode_LocomotionIndicator"); \ +static_assert(sizeof(FAnimNode_LocomotionIndicator) == 0x000038, "Wrong size on FAnimNode_LocomotionIndicator"); \ +static_assert(offsetof(FAnimNode_LocomotionIndicator, Source) == 0x000010, "Member 'FAnimNode_LocomotionIndicator::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcementRoadBlockConfig \ +static_assert(alignof(FEnforcementRoadBlockConfig) == 0x000008, "Wrong alignment on FEnforcementRoadBlockConfig"); \ +static_assert(sizeof(FEnforcementRoadBlockConfig) == 0x000038, "Wrong size on FEnforcementRoadBlockConfig"); \ +static_assert(offsetof(FEnforcementRoadBlockConfig, ActorGroup) == 0x000000, "Member 'FEnforcementRoadBlockConfig::ActorGroup' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementRoadBlockConfig, MaxRoadWidth) == 0x000028, "Member 'FEnforcementRoadBlockConfig::MaxRoadWidth' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementRoadBlockConfig, MinRoadWidth) == 0x00002C, "Member 'FEnforcementRoadBlockConfig::MinRoadWidth' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementRoadBlockConfig, ExtraLaneblockRadius) == 0x000030, "Member 'FEnforcementRoadBlockConfig::ExtraLaneblockRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcementSeverityLevel \ +static_assert(alignof(FEnforcementSeverityLevel) == 0x000008, "Wrong alignment on FEnforcementSeverityLevel"); \ +static_assert(sizeof(FEnforcementSeverityLevel) == 0x000038, "Wrong size on FEnforcementSeverityLevel"); \ +static_assert(offsetof(FEnforcementSeverityLevel, SeverityScoreThreshold) == 0x000000, "Member 'FEnforcementSeverityLevel::SeverityScoreThreshold' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementSeverityLevel, ActiveAgents) == 0x000004, "Member 'FEnforcementSeverityLevel::ActiveAgents' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementSeverityLevel, AmountOfReinforcements) == 0x000008, "Member 'FEnforcementSeverityLevel::AmountOfReinforcements' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementSeverityLevel, bHelicopterSupport) == 0x00000C, "Member 'FEnforcementSeverityLevel::bHelicopterSupport' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementSeverityLevel, VehicleSpawnSet) == 0x000010, "Member 'FEnforcementSeverityLevel::VehicleSpawnSet' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementSeverityLevel, AmountOfRoadBlocks) == 0x000018, "Member 'FEnforcementSeverityLevel::AmountOfRoadBlocks' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementSeverityLevel, RoadBlockCooldown) == 0x00001C, "Member 'FEnforcementSeverityLevel::RoadBlockCooldown' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementSeverityLevel, RoadblockConfigs) == 0x000020, "Member 'FEnforcementSeverityLevel::RoadblockConfigs' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementSeverityLevel, TrafficScaling) == 0x000030, "Member 'FEnforcementSeverityLevel::TrafficScaling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LocomotionStartEvaluator \ +static_assert(alignof(FAnimNode_LocomotionStartEvaluator) == 0x000008, "Wrong alignment on FAnimNode_LocomotionStartEvaluator"); \ +static_assert(sizeof(FAnimNode_LocomotionStartEvaluator) == 0x000060, "Wrong size on FAnimNode_LocomotionStartEvaluator"); \ + +#define DUMPER7_ASSERTS_FSynchronizedMovementSequencePlayerReference \ +static_assert(alignof(FSynchronizedMovementSequencePlayerReference) == 0x000008, "Wrong alignment on FSynchronizedMovementSequencePlayerReference"); \ +static_assert(sizeof(FSynchronizedMovementSequencePlayerReference) == 0x000010, "Wrong size on FSynchronizedMovementSequencePlayerReference"); \ + +#define DUMPER7_ASSERTS_FTransformWarpBaseSettings \ +static_assert(alignof(FTransformWarpBaseSettings) == 0x000004, "Wrong alignment on FTransformWarpBaseSettings"); \ +static_assert(sizeof(FTransformWarpBaseSettings) == 0x000014, "Wrong size on FTransformWarpBaseSettings"); \ +static_assert(offsetof(FTransformWarpBaseSettings, WarpTargetName) == 0x000000, "Member 'FTransformWarpBaseSettings::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(FTransformWarpBaseSettings, WarpBoneName) == 0x000008, "Member 'FTransformWarpBaseSettings::WarpBoneName' has a wrong offset!"); \ +static_assert(offsetof(FTransformWarpBaseSettings, bWarpRotation) == 0x000010, "Member 'FTransformWarpBaseSettings::bWarpRotation' has a wrong offset!"); \ +static_assert(offsetof(FTransformWarpBaseSettings, bWarpTranslation) == 0x000011, "Member 'FTransformWarpBaseSettings::bWarpTranslation' has a wrong offset!"); \ +static_assert(offsetof(FTransformWarpBaseSettings, ApplyMode) == 0x000012, "Member 'FTransformWarpBaseSettings::ApplyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LocomotionStopEvaluator \ +static_assert(alignof(FAnimNode_LocomotionStopEvaluator) == 0x000008, "Wrong alignment on FAnimNode_LocomotionStopEvaluator"); \ +static_assert(sizeof(FAnimNode_LocomotionStopEvaluator) == 0x000070, "Wrong size on FAnimNode_LocomotionStopEvaluator"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TurnInPlaceSequencePlayer \ +static_assert(alignof(FAnimNode_TurnInPlaceSequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_TurnInPlaceSequencePlayer"); \ +static_assert(sizeof(FAnimNode_TurnInPlaceSequencePlayer) == 0x000058, "Wrong size on FAnimNode_TurnInPlaceSequencePlayer"); \ + +#define DUMPER7_ASSERTS_FWeakspotEntry \ +static_assert(alignof(FWeakspotEntry) == 0x000010, "Wrong alignment on FWeakspotEntry"); \ +static_assert(sizeof(FWeakspotEntry) == 0x000070, "Wrong size on FWeakspotEntry"); \ +static_assert(offsetof(FWeakspotEntry, Transform) == 0x000000, "Member 'FWeakspotEntry::Transform' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotEntry, SetupData) == 0x000060, "Member 'FWeakspotEntry::SetupData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_WalkableStateMachine \ +static_assert(alignof(FAnimNode_WalkableStateMachine) == 0x000008, "Wrong alignment on FAnimNode_WalkableStateMachine"); \ +static_assert(sizeof(FAnimNode_WalkableStateMachine) == 0x0000D8, "Wrong size on FAnimNode_WalkableStateMachine"); \ + +#define DUMPER7_ASSERTS_FSyncTransformWarpSettings \ +static_assert(alignof(FSyncTransformWarpSettings) == 0x000004, "Wrong alignment on FSyncTransformWarpSettings"); \ +static_assert(sizeof(FSyncTransformWarpSettings) == 0x00001C, "Wrong size on FSyncTransformWarpSettings"); \ +static_assert(offsetof(FSyncTransformWarpSettings, bOnlyRotateCapsuleYaw) == 0x000014, "Member 'FSyncTransformWarpSettings::bOnlyRotateCapsuleYaw' has a wrong offset!"); \ +static_assert(offsetof(FSyncTransformWarpSettings, bFinishUpWarpingOnEnd) == 0x000015, "Member 'FSyncTransformWarpSettings::bFinishUpWarpingOnEnd' has a wrong offset!"); \ +static_assert(offsetof(FSyncTransformWarpSettings, bAdjustForError) == 0x000016, "Member 'FSyncTransformWarpSettings::bAdjustForError' has a wrong offset!"); \ +static_assert(offsetof(FSyncTransformWarpSettings, bApplyExtraRootMotionOutsideWarpWindow) == 0x000017, "Member 'FSyncTransformWarpSettings::bApplyExtraRootMotionOutsideWarpWindow' has a wrong offset!"); \ +static_assert(offsetof(FSyncTransformWarpSettings, bClampToMaxWarpVelocity) == 0x000018, "Member 'FSyncTransformWarpSettings::bClampToMaxWarpVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSyncTransformWarpSettings, bConsumeWarpTargetAtEnd) == 0x000019, "Member 'FSyncTransformWarpSettings::bConsumeWarpTargetAtEnd' has a wrong offset!"); \ +static_assert(offsetof(FSyncTransformWarpSettings, WarpTranslationAxisFlags) == 0x00001A, "Member 'FSyncTransformWarpSettings::WarpTranslationAxisFlags' has a wrong offset!"); \ +static_assert(offsetof(FSyncTransformWarpSettings, RootMotionTranslationAxisFlags) == 0x00001B, "Member 'FSyncTransformWarpSettings::RootMotionTranslationAxisFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAOOMemberConfig \ +static_assert(alignof(FAOOMemberConfig) == 0x000008, "Wrong alignment on FAOOMemberConfig"); \ +static_assert(sizeof(FAOOMemberConfig) == 0x000060, "Wrong size on FAOOMemberConfig"); \ +static_assert(offsetof(FAOOMemberConfig, SpawnPoint) == 0x000000, "Member 'FAOOMemberConfig::SpawnPoint' has a wrong offset!"); \ +static_assert(offsetof(FAOOMemberConfig, SpiritId) == 0x000008, "Member 'FAOOMemberConfig::SpiritId' has a wrong offset!"); \ +static_assert(offsetof(FAOOMemberConfig, InitialTargetCandidates) == 0x000010, "Member 'FAOOMemberConfig::InitialTargetCandidates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBodyInstanceRef \ +static_assert(alignof(FBodyInstanceRef) == 0x000008, "Wrong alignment on FBodyInstanceRef"); \ +static_assert(sizeof(FBodyInstanceRef) == 0x000020, "Wrong size on FBodyInstanceRef"); \ + +#define DUMPER7_ASSERTS_FSkillCheckSelector \ +static_assert(alignof(FSkillCheckSelector) == 0x000004, "Wrong alignment on FSkillCheckSelector"); \ +static_assert(sizeof(FSkillCheckSelector) == 0x000008, "Wrong size on FSkillCheckSelector"); \ + +#define DUMPER7_ASSERTS_FAskChoice \ +static_assert(alignof(FAskChoice) == 0x000008, "Wrong alignment on FAskChoice"); \ +static_assert(sizeof(FAskChoice) == 0x000040, "Wrong size on FAskChoice"); \ +static_assert(offsetof(FAskChoice, Tactic) == 0x000010, "Member 'FAskChoice::Tactic' has a wrong offset!"); \ +static_assert(offsetof(FAskChoice, TacticType) == 0x000020, "Member 'FAskChoice::TacticType' has a wrong offset!"); \ +static_assert(offsetof(FAskChoice, PreviewLine) == 0x000028, "Member 'FAskChoice::PreviewLine' has a wrong offset!"); \ +static_assert(offsetof(FAskChoice, SkillCheckId) == 0x000038, "Member 'FAskChoice::SkillCheckId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTagMapping \ +static_assert(alignof(FTagMapping) == 0x000008, "Wrong alignment on FTagMapping"); \ +static_assert(sizeof(FTagMapping) == 0x000030, "Wrong size on FTagMapping"); \ +static_assert(offsetof(FTagMapping, Condition) == 0x000000, "Member 'FTagMapping::Condition' has a wrong offset!"); \ +static_assert(offsetof(FTagMapping, Tags) == 0x000008, "Member 'FTagMapping::Tags' has a wrong offset!"); \ +static_assert(offsetof(FTagMapping, bNewTagState) == 0x000028, "Member 'FTagMapping::bNewTagState' has a wrong offset!"); \ +static_assert(offsetof(FTagMapping, bRevertOnExit) == 0x000029, "Member 'FTagMapping::bRevertOnExit' has a wrong offset!"); \ +static_assert(offsetof(FTagMapping, bTriggerStimIfPossible) == 0x00002A, "Member 'FTagMapping::bTriggerStimIfPossible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAskChoiceId \ +static_assert(alignof(FAskChoiceId) == 0x000008, "Wrong alignment on FAskChoiceId"); \ +static_assert(sizeof(FAskChoiceId) == 0x000018, "Wrong size on FAskChoiceId"); \ +static_assert(offsetof(FAskChoiceId, RowName) == 0x000000, "Member 'FAskChoiceId::RowName' has a wrong offset!"); \ +static_assert(offsetof(FAskChoiceId, RowPresentName) == 0x000008, "Member 'FAskChoiceId::RowPresentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInventoryChecks \ +static_assert(alignof(FInventoryChecks) == 0x000008, "Wrong alignment on FInventoryChecks"); \ +static_assert(sizeof(FInventoryChecks) == 0x000040, "Wrong size on FInventoryChecks"); \ +static_assert(offsetof(FInventoryChecks, UpInventoryCheck) == 0x000000, "Member 'FInventoryChecks::UpInventoryCheck' has a wrong offset!"); \ +static_assert(offsetof(FInventoryChecks, DownInventoryCheck) == 0x000010, "Member 'FInventoryChecks::DownInventoryCheck' has a wrong offset!"); \ +static_assert(offsetof(FInventoryChecks, LeftInventoryCheck) == 0x000020, "Member 'FInventoryChecks::LeftInventoryCheck' has a wrong offset!"); \ +static_assert(offsetof(FInventoryChecks, RightInventoryCheck) == 0x000030, "Member 'FInventoryChecks::RightInventoryCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterActionSelectionData \ +static_assert(alignof(FCharacterActionSelectionData) == 0x000010, "Wrong alignment on FCharacterActionSelectionData"); \ +static_assert(sizeof(FCharacterActionSelectionData) == 0x0000F0, "Wrong size on FCharacterActionSelectionData"); \ +static_assert(offsetof(FCharacterActionSelectionData, Avatar) == 0x000000, "Member 'FCharacterActionSelectionData::Avatar' has a wrong offset!"); \ +static_assert(offsetof(FCharacterActionSelectionData, ActionID) == 0x000008, "Member 'FCharacterActionSelectionData::ActionID' has a wrong offset!"); \ +static_assert(offsetof(FCharacterActionSelectionData, PrimeAction) == 0x000010, "Member 'FCharacterActionSelectionData::PrimeAction' has a wrong offset!"); \ +static_assert(offsetof(FCharacterActionSelectionData, LastRequestedAction) == 0x000018, "Member 'FCharacterActionSelectionData::LastRequestedAction' has a wrong offset!"); \ +static_assert(offsetof(FCharacterActionSelectionData, ExitAction) == 0x000020, "Member 'FCharacterActionSelectionData::ExitAction' has a wrong offset!"); \ +static_assert(offsetof(FCharacterActionSelectionData, ActionMoveSet) == 0x000028, "Member 'FCharacterActionSelectionData::ActionMoveSet' has a wrong offset!"); \ +static_assert(offsetof(FCharacterActionSelectionData, SmartObjectOwner) == 0x000030, "Member 'FCharacterActionSelectionData::SmartObjectOwner' has a wrong offset!"); \ +static_assert(offsetof(FCharacterActionSelectionData, SmartObjectLocation) == 0x000040, "Member 'FCharacterActionSelectionData::SmartObjectLocation' has a wrong offset!"); \ +static_assert(offsetof(FCharacterActionSelectionData, BBKeySmartObjectClaimHandle) == 0x0000A0, "Member 'FCharacterActionSelectionData::BBKeySmartObjectClaimHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioRainVoicePool \ +static_assert(alignof(FAudioRainVoicePool) == 0x000008, "Wrong alignment on FAudioRainVoicePool"); \ +static_assert(sizeof(FAudioRainVoicePool) == 0x000020, "Wrong size on FAudioRainVoicePool"); \ +static_assert(offsetof(FAudioRainVoicePool, Voices) == 0x000000, "Member 'FAudioRainVoicePool::Voices' has a wrong offset!"); \ +static_assert(offsetof(FAudioRainVoicePool, AvailableVoices) == 0x000010, "Member 'FAudioRainVoicePool::AvailableVoices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioRainEventDescription \ +static_assert(alignof(FAudioRainEventDescription) == 0x000008, "Wrong alignment on FAudioRainEventDescription"); \ +static_assert(sizeof(FAudioRainEventDescription) == 0x000050, "Wrong size on FAudioRainEventDescription"); \ +static_assert(offsetof(FAudioRainEventDescription, Play) == 0x000000, "Member 'FAudioRainEventDescription::Play' has a wrong offset!"); \ +static_assert(offsetof(FAudioRainEventDescription, ReleaseEnvelope) == 0x000028, "Member 'FAudioRainEventDescription::ReleaseEnvelope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioRainEvent \ +static_assert(alignof(FAudioRainEvent) == 0x000008, "Wrong alignment on FAudioRainEvent"); \ +static_assert(sizeof(FAudioRainEvent) == 0x000010, "Wrong size on FAudioRainEvent"); \ +static_assert(offsetof(FAudioRainEvent, Play) == 0x000000, "Member 'FAudioRainEvent::Play' has a wrong offset!"); \ +static_assert(offsetof(FAudioRainEvent, ReleaseEnvelope) == 0x000008, "Member 'FAudioRainEvent::ReleaseEnvelope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBT_GroupMemberInformation \ +static_assert(alignof(FBT_GroupMemberInformation) == 0x000008, "Wrong alignment on FBT_GroupMemberInformation"); \ +static_assert(sizeof(FBT_GroupMemberInformation) == 0x000070, "Wrong size on FBT_GroupMemberInformation"); \ +static_assert(offsetof(FBT_GroupMemberInformation, Parameter) == 0x000000, "Member 'FBT_GroupMemberInformation::Parameter' has a wrong offset!"); \ +static_assert(offsetof(FBT_GroupMemberInformation, ParameterType) == 0x000008, "Member 'FBT_GroupMemberInformation::ParameterType' has a wrong offset!"); \ +static_assert(offsetof(FBT_GroupMemberInformation, BoolValue) == 0x000009, "Member 'FBT_GroupMemberInformation::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(FBT_GroupMemberInformation, ClassValue) == 0x000010, "Member 'FBT_GroupMemberInformation::ClassValue' has a wrong offset!"); \ +static_assert(offsetof(FBT_GroupMemberInformation, FloatValue) == 0x000018, "Member 'FBT_GroupMemberInformation::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FBT_GroupMemberInformation, IntValue) == 0x00001C, "Member 'FBT_GroupMemberInformation::IntValue' has a wrong offset!"); \ +static_assert(offsetof(FBT_GroupMemberInformation, NameValue) == 0x000020, "Member 'FBT_GroupMemberInformation::NameValue' has a wrong offset!"); \ +static_assert(offsetof(FBT_GroupMemberInformation, ObjectValue) == 0x000028, "Member 'FBT_GroupMemberInformation::ObjectValue' has a wrong offset!"); \ +static_assert(offsetof(FBT_GroupMemberInformation, RotatorValue) == 0x000030, "Member 'FBT_GroupMemberInformation::RotatorValue' has a wrong offset!"); \ +static_assert(offsetof(FBT_GroupMemberInformation, StringValue) == 0x000048, "Member 'FBT_GroupMemberInformation::StringValue' has a wrong offset!"); \ +static_assert(offsetof(FBT_GroupMemberInformation, VectorValue) == 0x000058, "Member 'FBT_GroupMemberInformation::VectorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImpactEvent \ +static_assert(alignof(FImpactEvent) == 0x000008, "Wrong alignment on FImpactEvent"); \ +static_assert(sizeof(FImpactEvent) == 0x000010, "Wrong size on FImpactEvent"); \ +static_assert(offsetof(FImpactEvent, Threshold) == 0x000000, "Member 'FImpactEvent::Threshold' has a wrong offset!"); \ +static_assert(offsetof(FImpactEvent, Event) == 0x000008, "Member 'FImpactEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBugReportData \ +static_assert(alignof(FBugReportData) == 0x000008, "Wrong alignment on FBugReportData"); \ +static_assert(sizeof(FBugReportData) == 0x000128, "Wrong size on FBugReportData"); \ +static_assert(offsetof(FBugReportData, BugPathName) == 0x000000, "Member 'FBugReportData::BugPathName' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, BugNicePath) == 0x000010, "Member 'FBugReportData::BugNicePath' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, FullPath) == 0x000020, "Member 'FBugReportData::FullPath' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, BugTimeStamp) == 0x000030, "Member 'FBugReportData::BugTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, ImagePath) == 0x000038, "Member 'FBugReportData::ImagePath' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, AbsoluteImagePath) == 0x000048, "Member 'FBugReportData::AbsoluteImagePath' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, TextFilePath) == 0x000058, "Member 'FBugReportData::TextFilePath' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, BugItString) == 0x000068, "Member 'FBugReportData::BugItString' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, UnrealEditorLink) == 0x000078, "Member 'FBugReportData::UnrealEditorLink' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, BugScreenshotImage) == 0x000088, "Member 'FBugReportData::BugScreenshotImage' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, JiraTitle) == 0x000090, "Member 'FBugReportData::JiraTitle' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, JiraDescription) == 0x0000A0, "Member 'FBugReportData::JiraDescription' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, JiraCL) == 0x0000B0, "Member 'FBugReportData::JiraCL' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, IsSubmitted) == 0x0000B4, "Member 'FBugReportData::IsSubmitted' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, SubmittedJiraKey) == 0x0000B8, "Member 'FBugReportData::SubmittedJiraKey' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, Platform) == 0x0000C8, "Member 'FBugReportData::Platform' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, District) == 0x0000D8, "Member 'FBugReportData::District' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, FeatureTeam) == 0x0000E8, "Member 'FBugReportData::FeatureTeam' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, UserImpact) == 0x0000F8, "Member 'FBugReportData::UserImpact' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, GameArea) == 0x000108, "Member 'FBugReportData::GameArea' has a wrong offset!"); \ +static_assert(offsetof(FBugReportData, Components) == 0x000118, "Member 'FBugReportData::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPositioningNavEdge \ +static_assert(alignof(FPositioningNavEdge) == 0x000008, "Wrong alignment on FPositioningNavEdge"); \ +static_assert(sizeof(FPositioningNavEdge) == 0x000030, "Wrong size on FPositioningNavEdge"); \ + +#define DUMPER7_ASSERTS_FActionUpdateContext \ +static_assert(alignof(FActionUpdateContext) == 0x000008, "Wrong alignment on FActionUpdateContext"); \ +static_assert(sizeof(FActionUpdateContext) == 0x000010, "Wrong size on FActionUpdateContext"); \ +static_assert(offsetof(FActionUpdateContext, Handler) == 0x000000, "Member 'FActionUpdateContext::Handler' has a wrong offset!"); \ +static_assert(offsetof(FActionUpdateContext, CurrentTime) == 0x000008, "Member 'FActionUpdateContext::CurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FActionUpdateContext, RequestID) == 0x00000C, "Member 'FActionUpdateContext::RequestID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInventoryNotificationWidgetCreationConfig \ +static_assert(alignof(FInventoryNotificationWidgetCreationConfig) == 0x000008, "Wrong alignment on FInventoryNotificationWidgetCreationConfig"); \ +static_assert(sizeof(FInventoryNotificationWidgetCreationConfig) == 0x000010, "Wrong size on FInventoryNotificationWidgetCreationConfig"); \ +static_assert(offsetof(FInventoryNotificationWidgetCreationConfig, Widget) == 0x000000, "Member 'FInventoryNotificationWidgetCreationConfig::Widget' has a wrong offset!"); \ +static_assert(offsetof(FInventoryNotificationWidgetCreationConfig, ViewModelName) == 0x000008, "Member 'FInventoryNotificationWidgetCreationConfig::ViewModelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterActionMutableData \ +static_assert(alignof(FCharacterActionMutableData) == 0x000008, "Wrong alignment on FCharacterActionMutableData"); \ +static_assert(sizeof(FCharacterActionMutableData) == 0x0000C8, "Wrong size on FCharacterActionMutableData"); \ +static_assert(offsetof(FCharacterActionMutableData, IntervalStates) == 0x000000, "Member 'FCharacterActionMutableData::IntervalStates' has a wrong offset!"); \ +static_assert(offsetof(FCharacterActionMutableData, NotifyStates) == 0x000050, "Member 'FCharacterActionMutableData::NotifyStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoveSetContext \ +static_assert(alignof(FMoveSetContext) == 0x000008, "Wrong alignment on FMoveSetContext"); \ +static_assert(sizeof(FMoveSetContext) == 0x000020, "Wrong size on FMoveSetContext"); \ +static_assert(offsetof(FMoveSetContext, Instigator) == 0x000000, "Member 'FMoveSetContext::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FMoveSetContext, Responder) == 0x000008, "Member 'FMoveSetContext::Responder' has a wrong offset!"); \ +static_assert(offsetof(FMoveSetContext, Request) == 0x000010, "Member 'FMoveSetContext::Request' has a wrong offset!"); \ +static_assert(offsetof(FMoveSetContext, FromRequest) == 0x000014, "Member 'FMoveSetContext::FromRequest' has a wrong offset!"); \ +static_assert(offsetof(FMoveSetContext, RequestedActionType) == 0x000018, "Member 'FMoveSetContext::RequestedActionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActionGateSuccessResponse \ +static_assert(alignof(FActionGateSuccessResponse) == 0x000008, "Wrong alignment on FActionGateSuccessResponse"); \ +static_assert(sizeof(FActionGateSuccessResponse) == 0x000030, "Wrong size on FActionGateSuccessResponse"); \ +static_assert(offsetof(FActionGateSuccessResponse, OutSuccessResponses) == 0x000000, "Member 'FActionGateSuccessResponse::OutSuccessResponses' has a wrong offset!"); \ +static_assert(offsetof(FActionGateSuccessResponse, OutResults) == 0x000010, "Member 'FActionGateSuccessResponse::OutResults' has a wrong offset!"); \ +static_assert(offsetof(FActionGateSuccessResponse, RunGates) == 0x000020, "Member 'FActionGateSuccessResponse::RunGates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActionRequestParamActionData \ +static_assert(alignof(FActionRequestParamActionData) == 0x000008, "Wrong alignment on FActionRequestParamActionData"); \ +static_assert(sizeof(FActionRequestParamActionData) == 0x000018, "Wrong size on FActionRequestParamActionData"); \ +static_assert(offsetof(FActionRequestParamActionData, MoveSet) == 0x000000, "Member 'FActionRequestParamActionData::MoveSet' has a wrong offset!"); \ +static_assert(offsetof(FActionRequestParamActionData, ActionType) == 0x000008, "Member 'FActionRequestParamActionData::ActionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActionRequestParamSASData \ +static_assert(alignof(FActionRequestParamSASData) == 0x000008, "Wrong alignment on FActionRequestParamSASData"); \ +static_assert(sizeof(FActionRequestParamSASData) == 0x000020, "Wrong size on FActionRequestParamSASData"); \ +static_assert(offsetof(FActionRequestParamSASData, ContainedActionLayer) == 0x000008, "Member 'FActionRequestParamSASData::ContainedActionLayer' has a wrong offset!"); \ +static_assert(offsetof(FActionRequestParamSASData, ResponderContainedActionLayer) == 0x000010, "Member 'FActionRequestParamSASData::ResponderContainedActionLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficLaneGameplayTags \ +static_assert(alignof(FTrafficLaneGameplayTags) == 0x000004, "Wrong alignment on FTrafficLaneGameplayTags"); \ +static_assert(sizeof(FTrafficLaneGameplayTags) == 0x000014, "Wrong size on FTrafficLaneGameplayTags"); \ +static_assert(offsetof(FTrafficLaneGameplayTags, LaneFilter) == 0x000000, "Member 'FTrafficLaneGameplayTags::LaneFilter' has a wrong offset!"); \ +static_assert(offsetof(FTrafficLaneGameplayTags, Tag) == 0x00000C, "Member 'FTrafficLaneGameplayTags::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActionRequestParamBlock \ +static_assert(alignof(FActionRequestParamBlock) == 0x000010, "Wrong alignment on FActionRequestParamBlock"); \ +static_assert(sizeof(FActionRequestParamBlock) == 0x000120, "Wrong size on FActionRequestParamBlock"); \ + +#define DUMPER7_ASSERTS_FMoveTransition \ +static_assert(alignof(FMoveTransition) == 0x000008, "Wrong alignment on FMoveTransition"); \ +static_assert(sizeof(FMoveTransition) == 0x000018, "Wrong size on FMoveTransition"); \ +static_assert(offsetof(FMoveTransition, Action) == 0x000000, "Member 'FMoveTransition::Action' has a wrong offset!"); \ +static_assert(offsetof(FMoveTransition, bNegateCondition) == 0x000008, "Member 'FMoveTransition::bNegateCondition' has a wrong offset!"); \ +static_assert(offsetof(FMoveTransition, Condition) == 0x000010, "Member 'FMoveTransition::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImpactDamageResult \ +static_assert(alignof(FImpactDamageResult) == 0x000008, "Wrong alignment on FImpactDamageResult"); \ +static_assert(sizeof(FImpactDamageResult) == 0x000040, "Wrong size on FImpactDamageResult"); \ +static_assert(offsetof(FImpactDamageResult, Damage) == 0x000000, "Member 'FImpactDamageResult::Damage' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageResult, ImpactReach) == 0x000004, "Member 'FImpactDamageResult::ImpactReach' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageResult, bWonTheCollision) == 0x000008, "Member 'FImpactDamageResult::bWonTheCollision' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageResult, MyVehicleVelocityLocal) == 0x000010, "Member 'FImpactDamageResult::MyVehicleVelocityLocal' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageResult, OtherVehicleVelocityLocal) == 0x000028, "Member 'FImpactDamageResult::OtherVehicleVelocityLocal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterActionMove \ +static_assert(alignof(FCharacterActionMove) == 0x000008, "Wrong alignment on FCharacterActionMove"); \ +static_assert(sizeof(FCharacterActionMove) == 0x000028, "Wrong size on FCharacterActionMove"); \ +static_assert(offsetof(FCharacterActionMove, CharacterAction) == 0x000000, "Member 'FCharacterActionMove::CharacterAction' has a wrong offset!"); \ +static_assert(offsetof(FCharacterActionMove, FailureActionContexts) == 0x000008, "Member 'FCharacterActionMove::FailureActionContexts' has a wrong offset!"); \ +static_assert(offsetof(FCharacterActionMove, FollowUps) == 0x000018, "Member 'FCharacterActionMove::FollowUps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterAttributes \ +static_assert(alignof(FCharacterAttributes) == 0x000004, "Wrong alignment on FCharacterAttributes"); \ +static_assert(sizeof(FCharacterAttributes) == 0x00000C, "Wrong size on FCharacterAttributes"); \ +static_assert(offsetof(FCharacterAttributes, MaxHealth) == 0x000000, "Member 'FCharacterAttributes::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(FCharacterAttributes, Level) == 0x000004, "Member 'FCharacterAttributes::Level' has a wrong offset!"); \ +static_assert(offsetof(FCharacterAttributes, CombatScaleOverride) == 0x000008, "Member 'FCharacterAttributes::CombatScaleOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeleeDamageDealtEffectData \ +static_assert(alignof(FMeleeDamageDealtEffectData) == 0x000008, "Wrong alignment on FMeleeDamageDealtEffectData"); \ +static_assert(sizeof(FMeleeDamageDealtEffectData) == 0x000098, "Wrong size on FMeleeDamageDealtEffectData"); \ +static_assert(offsetof(FMeleeDamageDealtEffectData, ActionEffectData) == 0x000000, "Member 'FMeleeDamageDealtEffectData::ActionEffectData' has a wrong offset!"); \ +static_assert(offsetof(FMeleeDamageDealtEffectData, DamageContext) == 0x000068, "Member 'FMeleeDamageDealtEffectData::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnseenPathParamConfig \ +static_assert(alignof(FUnseenPathParamConfig) == 0x000004, "Wrong alignment on FUnseenPathParamConfig"); \ +static_assert(sizeof(FUnseenPathParamConfig) == 0x000010, "Wrong size on FUnseenPathParamConfig"); \ +static_assert(offsetof(FUnseenPathParamConfig, Name) == 0x000000, "Member 'FUnseenPathParamConfig::Name' has a wrong offset!"); \ +static_assert(offsetof(FUnseenPathParamConfig, TypeName) == 0x000008, "Member 'FUnseenPathParamConfig::TypeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnseenPathConfig \ +static_assert(alignof(FUnseenPathConfig) == 0x000008, "Wrong alignment on FUnseenPathConfig"); \ +static_assert(sizeof(FUnseenPathConfig) == 0x000070, "Wrong size on FUnseenPathConfig"); \ +static_assert(offsetof(FUnseenPathConfig, Path) == 0x000000, "Member 'FUnseenPathConfig::Path' has a wrong offset!"); \ +static_assert(offsetof(FUnseenPathConfig, Params) == 0x000060, "Member 'FUnseenPathConfig::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeleeDamageTakenEffectData \ +static_assert(alignof(FMeleeDamageTakenEffectData) == 0x000008, "Wrong alignment on FMeleeDamageTakenEffectData"); \ +static_assert(sizeof(FMeleeDamageTakenEffectData) == 0x000110, "Wrong size on FMeleeDamageTakenEffectData"); \ +static_assert(offsetof(FMeleeDamageTakenEffectData, AttackerActionEffectData) == 0x000000, "Member 'FMeleeDamageTakenEffectData::AttackerActionEffectData' has a wrong offset!"); \ +static_assert(offsetof(FMeleeDamageTakenEffectData, ResponderActionEffectData) == 0x000068, "Member 'FMeleeDamageTakenEffectData::ResponderActionEffectData' has a wrong offset!"); \ +static_assert(offsetof(FMeleeDamageTakenEffectData, DamageContext) == 0x0000D0, "Member 'FMeleeDamageTakenEffectData::DamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterGroup \ +static_assert(alignof(FCharacterGroup) == 0x000008, "Wrong alignment on FCharacterGroup"); \ +static_assert(sizeof(FCharacterGroup) == 0x000018, "Wrong size on FCharacterGroup"); \ +static_assert(offsetof(FCharacterGroup, DevComment) == 0x000008, "Member 'FCharacterGroup::DevComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSituationRoleFilters \ +static_assert(alignof(FSituationRoleFilters) == 0x000008, "Wrong alignment on FSituationRoleFilters"); \ +static_assert(sizeof(FSituationRoleFilters) == 0x000050, "Wrong size on FSituationRoleFilters"); \ +static_assert(offsetof(FSituationRoleFilters, bFilterGameplayTags) == 0x000000, "Member 'FSituationRoleFilters::bFilterGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(FSituationRoleFilters, GameplayTagFilters) == 0x000008, "Member 'FSituationRoleFilters::GameplayTagFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSituationRoleData \ +static_assert(alignof(FSituationRoleData) == 0x000008, "Wrong alignment on FSituationRoleData"); \ +static_assert(sizeof(FSituationRoleData) == 0x000070, "Wrong size on FSituationRoleData"); \ +static_assert(offsetof(FSituationRoleData, Description) == 0x000000, "Member 'FSituationRoleData::Description' has a wrong offset!"); \ +static_assert(offsetof(FSituationRoleData, Role) == 0x000010, "Member 'FSituationRoleData::Role' has a wrong offset!"); \ +static_assert(offsetof(FSituationRoleData, RoleCount) == 0x000018, "Member 'FSituationRoleData::RoleCount' has a wrong offset!"); \ +static_assert(offsetof(FSituationRoleData, bInstigator) == 0x00001C, "Member 'FSituationRoleData::bInstigator' has a wrong offset!"); \ +static_assert(offsetof(FSituationRoleData, bRemoveOnDeath) == 0x00001D, "Member 'FSituationRoleData::bRemoveOnDeath' has a wrong offset!"); \ +static_assert(offsetof(FSituationRoleData, bOnlyFillOnce) == 0x00001E, "Member 'FSituationRoleData::bOnlyFillOnce' has a wrong offset!"); \ +static_assert(offsetof(FSituationRoleData, Filters) == 0x000020, "Member 'FSituationRoleData::Filters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterGroupSelector \ +static_assert(alignof(FCharacterGroupSelector) == 0x000004, "Wrong alignment on FCharacterGroupSelector"); \ +static_assert(sizeof(FCharacterGroupSelector) == 0x000008, "Wrong size on FCharacterGroupSelector"); \ + +#define DUMPER7_ASSERTS_FCharacterGroupStatusSelector \ +static_assert(alignof(FCharacterGroupStatusSelector) == 0x000004, "Wrong alignment on FCharacterGroupStatusSelector"); \ +static_assert(sizeof(FCharacterGroupStatusSelector) == 0x000008, "Wrong size on FCharacterGroupStatusSelector"); \ + +#define DUMPER7_ASSERTS_FAnimSyncWindowResult \ +static_assert(alignof(FAnimSyncWindowResult) == 0x000004, "Wrong alignment on FAnimSyncWindowResult"); \ +static_assert(sizeof(FAnimSyncWindowResult) == 0x00000C, "Wrong size on FAnimSyncWindowResult"); \ +static_assert(offsetof(FAnimSyncWindowResult, StartTime) == 0x000000, "Member 'FAnimSyncWindowResult::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimSyncWindowResult, EndTime) == 0x000004, "Member 'FAnimSyncWindowResult::EndTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimSyncWindowResult, bIsResultValid) == 0x000008, "Member 'FAnimSyncWindowResult::bIsResultValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterGroupStatusSettings \ +static_assert(alignof(FCharacterGroupStatusSettings) == 0x000008, "Wrong alignment on FCharacterGroupStatusSettings"); \ +static_assert(sizeof(FCharacterGroupStatusSettings) == 0x000018, "Wrong size on FCharacterGroupStatusSettings"); \ +static_assert(offsetof(FCharacterGroupStatusSettings, Status) == 0x000008, "Member 'FCharacterGroupStatusSettings::Status' has a wrong offset!"); \ +static_assert(offsetof(FCharacterGroupStatusSettings, bIsPersistent) == 0x000010, "Member 'FCharacterGroupStatusSettings::bIsPersistent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterGroupMember \ +static_assert(alignof(FCharacterGroupMember) == 0x000008, "Wrong alignment on FCharacterGroupMember"); \ +static_assert(sizeof(FCharacterGroupMember) == 0x000028, "Wrong size on FCharacterGroupMember"); \ +static_assert(offsetof(FCharacterGroupMember, ID) == 0x000000, "Member 'FCharacterGroupMember::ID' has a wrong offset!"); \ +static_assert(offsetof(FCharacterGroupMember, Group) == 0x000008, "Member 'FCharacterGroupMember::Group' has a wrong offset!"); \ +static_assert(offsetof(FCharacterGroupMember, Role) == 0x000010, "Member 'FCharacterGroupMember::Role' has a wrong offset!"); \ +static_assert(offsetof(FCharacterGroupMember, Actor) == 0x000020, "Member 'FCharacterGroupMember::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRangedWeaponInstanceState \ +static_assert(alignof(FRangedWeaponInstanceState) == 0x000004, "Wrong alignment on FRangedWeaponInstanceState"); \ +static_assert(sizeof(FRangedWeaponInstanceState) == 0x000004, "Wrong size on FRangedWeaponInstanceState"); \ +static_assert(offsetof(FRangedWeaponInstanceState, Ammo) == 0x000000, "Member 'FRangedWeaponInstanceState::Ammo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterGroupRoleSelector \ +static_assert(alignof(FCharacterGroupRoleSelector) == 0x000004, "Wrong alignment on FCharacterGroupRoleSelector"); \ +static_assert(sizeof(FCharacterGroupRoleSelector) == 0x000008, "Wrong size on FCharacterGroupRoleSelector"); \ + +#define DUMPER7_ASSERTS_FCharacterGroupRole \ +static_assert(alignof(FCharacterGroupRole) == 0x000008, "Wrong alignment on FCharacterGroupRole"); \ +static_assert(sizeof(FCharacterGroupRole) == 0x000048, "Wrong size on FCharacterGroupRole"); \ +static_assert(offsetof(FCharacterGroupRole, Role) == 0x000008, "Member 'FCharacterGroupRole::Role' has a wrong offset!"); \ +static_assert(offsetof(FCharacterGroupRole, Behavior) == 0x000010, "Member 'FCharacterGroupRole::Behavior' has a wrong offset!"); \ +static_assert(offsetof(FCharacterGroupRole, DevComment) == 0x000038, "Member 'FCharacterGroupRole::DevComment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleLandingEffect \ +static_assert(alignof(FVehicleLandingEffect) == 0x000010, "Wrong alignment on FVehicleLandingEffect"); \ +static_assert(sizeof(FVehicleLandingEffect) == 0x000080, "Wrong size on FVehicleLandingEffect"); \ +static_assert(offsetof(FVehicleLandingEffect, bEnabled) == 0x000000, "Member 'FVehicleLandingEffect::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FVehicleLandingEffect, OffsetTransform) == 0x000010, "Member 'FVehicleLandingEffect::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FVehicleLandingEffect, EffectSystem) == 0x000070, "Member 'FVehicleLandingEffect::EffectSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterGroupSlotTemplate \ +static_assert(alignof(FCharacterGroupSlotTemplate) == 0x000008, "Wrong alignment on FCharacterGroupSlotTemplate"); \ +static_assert(sizeof(FCharacterGroupSlotTemplate) == 0x000020, "Wrong size on FCharacterGroupSlotTemplate"); \ +static_assert(offsetof(FCharacterGroupSlotTemplate, Group) == 0x000008, "Member 'FCharacterGroupSlotTemplate::Group' has a wrong offset!"); \ +static_assert(offsetof(FCharacterGroupSlotTemplate, Number) == 0x000010, "Member 'FCharacterGroupSlotTemplate::Number' has a wrong offset!"); \ +static_assert(offsetof(FCharacterGroupSlotTemplate, Role) == 0x000014, "Member 'FCharacterGroupSlotTemplate::Role' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterGroupSlot \ +static_assert(alignof(FCharacterGroupSlot) == 0x000008, "Wrong alignment on FCharacterGroupSlot"); \ +static_assert(sizeof(FCharacterGroupSlot) == 0x000030, "Wrong size on FCharacterGroupSlot"); \ +static_assert(offsetof(FCharacterGroupSlot, Index) == 0x000000, "Member 'FCharacterGroupSlot::Index' has a wrong offset!"); \ +static_assert(offsetof(FCharacterGroupSlot, Tags) == 0x000008, "Member 'FCharacterGroupSlot::Tags' has a wrong offset!"); \ +static_assert(offsetof(FCharacterGroupSlot, Actor) == 0x000028, "Member 'FCharacterGroupSlot::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocomotionStartEvaluatorReference \ +static_assert(alignof(FLocomotionStartEvaluatorReference) == 0x000008, "Wrong alignment on FLocomotionStartEvaluatorReference"); \ +static_assert(sizeof(FLocomotionStartEvaluatorReference) == 0x000010, "Wrong size on FLocomotionStartEvaluatorReference"); \ + +#define DUMPER7_ASSERTS_FCharacterSpawnDefinition \ +static_assert(alignof(FCharacterSpawnDefinition) == 0x000008, "Wrong alignment on FCharacterSpawnDefinition"); \ +static_assert(sizeof(FCharacterSpawnDefinition) == 0x0000C8, "Wrong size on FCharacterSpawnDefinition"); \ +static_assert(offsetof(FCharacterSpawnDefinition, DefinitionQuery) == 0x000000, "Member 'FCharacterSpawnDefinition::DefinitionQuery' has a wrong offset!"); \ +static_assert(offsetof(FCharacterSpawnDefinition, CharacterLevel) == 0x000048, "Member 'FCharacterSpawnDefinition::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(FCharacterSpawnDefinition, SubtitleName) == 0x000078, "Member 'FCharacterSpawnDefinition::SubtitleName' has a wrong offset!"); \ +static_assert(offsetof(FCharacterSpawnDefinition, LootTableOverride) == 0x000088, "Member 'FCharacterSpawnDefinition::LootTableOverride' has a wrong offset!"); \ +static_assert(offsetof(FCharacterSpawnDefinition, StartingInventoryOverride) == 0x000090, "Member 'FCharacterSpawnDefinition::StartingInventoryOverride' has a wrong offset!"); \ +static_assert(offsetof(FCharacterSpawnDefinition, CharacterTags) == 0x000098, "Member 'FCharacterSpawnDefinition::CharacterTags' has a wrong offset!"); \ +static_assert(offsetof(FCharacterSpawnDefinition, SidecarComponents) == 0x0000B8, "Member 'FCharacterSpawnDefinition::SidecarComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotSwapLaneParameters \ +static_assert(alignof(FAutoPilotSwapLaneParameters) == 0x000004, "Wrong alignment on FAutoPilotSwapLaneParameters"); \ +static_assert(sizeof(FAutoPilotSwapLaneParameters) == 0x000018, "Wrong size on FAutoPilotSwapLaneParameters"); \ +static_assert(offsetof(FAutoPilotSwapLaneParameters, BaseSwapLaneRange) == 0x000000, "Member 'FAutoPilotSwapLaneParameters::BaseSwapLaneRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSwapLaneParameters, MaxCheckMultiplier) == 0x000004, "Member 'FAutoPilotSwapLaneParameters::MaxCheckMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSwapLaneParameters, MinCheckMultiplier) == 0x000008, "Member 'FAutoPilotSwapLaneParameters::MinCheckMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSwapLaneParameters, OffsetOntoNewLaneSpeedCheck) == 0x00000C, "Member 'FAutoPilotSwapLaneParameters::OffsetOntoNewLaneSpeedCheck' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSwapLaneParameters, OffsetOntoNewLaneMinimum) == 0x000010, "Member 'FAutoPilotSwapLaneParameters::OffsetOntoNewLaneMinimum' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSwapLaneParameters, ForceSwapAtRemaining) == 0x000014, "Member 'FAutoPilotSwapLaneParameters::ForceSwapAtRemaining' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterSpawnDefinitionInWave \ +static_assert(alignof(FCharacterSpawnDefinitionInWave) == 0x000008, "Wrong alignment on FCharacterSpawnDefinitionInWave"); \ +static_assert(sizeof(FCharacterSpawnDefinitionInWave) == 0x000128, "Wrong size on FCharacterSpawnDefinitionInWave"); \ +static_assert(offsetof(FCharacterSpawnDefinitionInWave, bUseParent) == 0x000000, "Member 'FCharacterSpawnDefinitionInWave::bUseParent' has a wrong offset!"); \ +static_assert(offsetof(FCharacterSpawnDefinitionInWave, SpawnPointQuery) == 0x000008, "Member 'FCharacterSpawnDefinitionInWave::SpawnPointQuery' has a wrong offset!"); \ +static_assert(offsetof(FCharacterSpawnDefinitionInWave, SpawnDelay) == 0x000050, "Member 'FCharacterSpawnDefinitionInWave::SpawnDelay' has a wrong offset!"); \ +static_assert(offsetof(FCharacterSpawnDefinitionInWave, SmartObjectActor) == 0x000058, "Member 'FCharacterSpawnDefinitionInWave::SmartObjectActor' has a wrong offset!"); \ +static_assert(offsetof(FCharacterSpawnDefinitionInWave, SpawnDef) == 0x000060, "Member 'FCharacterSpawnDefinitionInWave::SpawnDef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpawnWaveDefinition \ +static_assert(alignof(FSpawnWaveDefinition) == 0x000008, "Wrong alignment on FSpawnWaveDefinition"); \ +static_assert(sizeof(FSpawnWaveDefinition) == 0x000128, "Wrong size on FSpawnWaveDefinition"); \ +static_assert(offsetof(FSpawnWaveDefinition, NextWaveTime) == 0x000000, "Member 'FSpawnWaveDefinition::NextWaveTime' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveDefinition, KillsToStartTimer) == 0x000004, "Member 'FSpawnWaveDefinition::KillsToStartTimer' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveDefinition, SpawnPointQuery) == 0x000008, "Member 'FSpawnWaveDefinition::SpawnPointQuery' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveDefinition, SpawnDefinition) == 0x000050, "Member 'FSpawnWaveDefinition::SpawnDefinition' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveDefinition, Characters) == 0x000118, "Member 'FSpawnWaveDefinition::Characters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCombatPositioningLane \ +static_assert(alignof(FCombatPositioningLane) == 0x000008, "Wrong alignment on FCombatPositioningLane"); \ +static_assert(sizeof(FCombatPositioningLane) == 0x000030, "Wrong size on FCombatPositioningLane"); \ + +#define DUMPER7_ASSERTS_FCharacterInVehicleAnimInstanceProxy \ +static_assert(alignof(FCharacterInVehicleAnimInstanceProxy) == 0x000010, "Wrong alignment on FCharacterInVehicleAnimInstanceProxy"); \ +static_assert(sizeof(FCharacterInVehicleAnimInstanceProxy) == 0x0007A0, "Wrong size on FCharacterInVehicleAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FWeaponRecoil \ +static_assert(alignof(FWeaponRecoil) == 0x000004, "Wrong alignment on FWeaponRecoil"); \ +static_assert(sizeof(FWeaponRecoil) == 0x000008, "Wrong size on FWeaponRecoil"); \ +static_assert(offsetof(FWeaponRecoil, Pitch) == 0x000000, "Member 'FWeaponRecoil::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FWeaponRecoil, Yaw) == 0x000004, "Member 'FWeaponRecoil::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterSpawnRequest \ +static_assert(alignof(FCharacterSpawnRequest) == 0x000010, "Wrong alignment on FCharacterSpawnRequest"); \ +static_assert(sizeof(FCharacterSpawnRequest) == 0x0001B0, "Wrong size on FCharacterSpawnRequest"); \ + +#define DUMPER7_ASSERTS_FVFXNotifyData \ +static_assert(alignof(FVFXNotifyData) == 0x000010, "Wrong alignment on FVFXNotifyData"); \ +static_assert(sizeof(FVFXNotifyData) == 0x000100, "Wrong size on FVFXNotifyData"); \ +static_assert(offsetof(FVFXNotifyData, EffectData) == 0x000000, "Member 'FVFXNotifyData::EffectData' has a wrong offset!"); \ +static_assert(offsetof(FVFXNotifyData, JointName) == 0x000068, "Member 'FVFXNotifyData::JointName' has a wrong offset!"); \ +static_assert(offsetof(FVFXNotifyData, OffsetTransform) == 0x000070, "Member 'FVFXNotifyData::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FVFXNotifyData, Tags) == 0x0000D0, "Member 'FVFXNotifyData::Tags' has a wrong offset!"); \ +static_assert(offsetof(FVFXNotifyData, Weapon) == 0x0000F0, "Member 'FVFXNotifyData::Weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLaneSpawnParamters \ +static_assert(alignof(FLaneSpawnParamters) == 0x000008, "Wrong alignment on FLaneSpawnParamters"); \ +static_assert(sizeof(FLaneSpawnParamters) == 0x000018, "Wrong size on FLaneSpawnParamters"); \ +static_assert(offsetof(FLaneSpawnParamters, TrafficPath) == 0x000000, "Member 'FLaneSpawnParamters::TrafficPath' has a wrong offset!"); \ +static_assert(offsetof(FLaneSpawnParamters, RouteProgress) == 0x000008, "Member 'FLaneSpawnParamters::RouteProgress' has a wrong offset!"); \ +static_assert(offsetof(FLaneSpawnParamters, LaneQueryFilter) == 0x00000C, "Member 'FLaneSpawnParamters::LaneQueryFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIIRInterpolatorVector \ +static_assert(alignof(FIIRInterpolatorVector) == 0x000008, "Wrong alignment on FIIRInterpolatorVector"); \ +static_assert(sizeof(FIIRInterpolatorVector) == 0x000078, "Wrong size on FIIRInterpolatorVector"); \ +static_assert(offsetof(FIIRInterpolatorVector, InterpSpeed) == 0x000000, "Member 'FIIRInterpolatorVector::InterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorGroupMemberConfigBase \ +static_assert(alignof(FActorGroupMemberConfigBase) == 0x000004, "Wrong alignment on FActorGroupMemberConfigBase"); \ +static_assert(sizeof(FActorGroupMemberConfigBase) == 0x000008, "Wrong size on FActorGroupMemberConfigBase"); \ +static_assert(offsetof(FActorGroupMemberConfigBase, Name) == 0x000000, "Member 'FActorGroupMemberConfigBase::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorGroupExternalSpiritConfig \ +static_assert(alignof(FActorGroupExternalSpiritConfig) == 0x000008, "Wrong alignment on FActorGroupExternalSpiritConfig"); \ +static_assert(sizeof(FActorGroupExternalSpiritConfig) == 0x000070, "Wrong size on FActorGroupExternalSpiritConfig"); \ +static_assert(offsetof(FActorGroupExternalSpiritConfig, ExternalSpiritTag) == 0x000008, "Member 'FActorGroupExternalSpiritConfig::ExternalSpiritTag' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupExternalSpiritConfig, Range) == 0x000010, "Member 'FActorGroupExternalSpiritConfig::Range' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupExternalSpiritConfig, SidecarComponents) == 0x000020, "Member 'FActorGroupExternalSpiritConfig::SidecarComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoubleIIRInterpolatorVector \ +static_assert(alignof(FDoubleIIRInterpolatorVector) == 0x000008, "Wrong alignment on FDoubleIIRInterpolatorVector"); \ +static_assert(sizeof(FDoubleIIRInterpolatorVector) == 0x000108, "Wrong size on FDoubleIIRInterpolatorVector"); \ +static_assert(offsetof(FDoubleIIRInterpolatorVector, PrimaryInterpSpeed) == 0x000000, "Member 'FDoubleIIRInterpolatorVector::PrimaryInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FDoubleIIRInterpolatorVector, IntermediateInterpSpeed) == 0x000004, "Member 'FDoubleIIRInterpolatorVector::IntermediateInterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIIRInterpolatorRotator \ +static_assert(alignof(FIIRInterpolatorRotator) == 0x000008, "Wrong alignment on FIIRInterpolatorRotator"); \ +static_assert(sizeof(FIIRInterpolatorRotator) == 0x000078, "Wrong size on FIIRInterpolatorRotator"); \ +static_assert(offsetof(FIIRInterpolatorRotator, InterpSpeed) == 0x000000, "Member 'FIIRInterpolatorRotator::InterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRuntimeCelestialPositionCurve \ +static_assert(alignof(FRuntimeCelestialPositionCurve) == 0x000008, "Wrong alignment on FRuntimeCelestialPositionCurve"); \ +static_assert(sizeof(FRuntimeCelestialPositionCurve) == 0x000108, "Wrong size on FRuntimeCelestialPositionCurve"); \ +static_assert(offsetof(FRuntimeCelestialPositionCurve, Elevation) == 0x000000, "Member 'FRuntimeCelestialPositionCurve::Elevation' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeCelestialPositionCurve, Azimuth) == 0x000080, "Member 'FRuntimeCelestialPositionCurve::Azimuth' has a wrong offset!"); \ +static_assert(offsetof(FRuntimeCelestialPositionCurve, ExternalCurve) == 0x000100, "Member 'FRuntimeCelestialPositionCurve::ExternalCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoubleIIRInterpolatorRotator \ +static_assert(alignof(FDoubleIIRInterpolatorRotator) == 0x000008, "Wrong alignment on FDoubleIIRInterpolatorRotator"); \ +static_assert(sizeof(FDoubleIIRInterpolatorRotator) == 0x000108, "Wrong size on FDoubleIIRInterpolatorRotator"); \ +static_assert(offsetof(FDoubleIIRInterpolatorRotator, PrimaryInterpSpeed) == 0x000000, "Member 'FDoubleIIRInterpolatorRotator::PrimaryInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FDoubleIIRInterpolatorRotator, IntermediateInterpSpeed) == 0x000004, "Member 'FDoubleIIRInterpolatorRotator::IntermediateInterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIIRInterpolatorFloat \ +static_assert(alignof(FIIRInterpolatorFloat) == 0x000004, "Wrong alignment on FIIRInterpolatorFloat"); \ +static_assert(sizeof(FIIRInterpolatorFloat) == 0x000020, "Wrong size on FIIRInterpolatorFloat"); \ +static_assert(offsetof(FIIRInterpolatorFloat, InterpSpeed) == 0x000000, "Member 'FIIRInterpolatorFloat::InterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCombatPosition \ +static_assert(alignof(FCombatPosition) == 0x000008, "Wrong alignment on FCombatPosition"); \ +static_assert(sizeof(FCombatPosition) == 0x000058, "Wrong size on FCombatPosition"); \ +static_assert(offsetof(FCombatPosition, PointID) == 0x000000, "Member 'FCombatPosition::PointID' has a wrong offset!"); \ +static_assert(offsetof(FCombatPosition, RingID) == 0x000004, "Member 'FCombatPosition::RingID' has a wrong offset!"); \ +static_assert(offsetof(FCombatPosition, ForwardRelativeAngle) == 0x000008, "Member 'FCombatPosition::ForwardRelativeAngle' has a wrong offset!"); \ +static_assert(offsetof(FCombatPosition, CosForwardRelativeAngle) == 0x00000C, "Member 'FCombatPosition::CosForwardRelativeAngle' has a wrong offset!"); \ +static_assert(offsetof(FCombatPosition, SinForwardRelativeAngle) == 0x000010, "Member 'FCombatPosition::SinForwardRelativeAngle' has a wrong offset!"); \ +static_assert(offsetof(FCombatPosition, Score) == 0x000014, "Member 'FCombatPosition::Score' has a wrong offset!"); \ +static_assert(offsetof(FCombatPosition, LastUpdatedTimestamp) == 0x000018, "Member 'FCombatPosition::LastUpdatedTimestamp' has a wrong offset!"); \ +static_assert(offsetof(FCombatPosition, ClaimTimestamp) == 0x00001C, "Member 'FCombatPosition::ClaimTimestamp' has a wrong offset!"); \ +static_assert(offsetof(FCombatPosition, Holder) == 0x000020, "Member 'FCombatPosition::Holder' has a wrong offset!"); \ +static_assert(offsetof(FCombatPosition, FromMode) == 0x000028, "Member 'FCombatPosition::FromMode' has a wrong offset!"); \ +static_assert(offsetof(FCombatPosition, CharacterRelativeLocation) == 0x000030, "Member 'FCombatPosition::CharacterRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(FCombatPosition, Reference) == 0x000048, "Member 'FCombatPosition::Reference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPositionsPerMode \ +static_assert(alignof(FPositionsPerMode) == 0x000008, "Wrong alignment on FPositionsPerMode"); \ +static_assert(sizeof(FPositionsPerMode) == 0x000010, "Wrong size on FPositionsPerMode"); \ +static_assert(offsetof(FPositionsPerMode, Arr) == 0x000000, "Member 'FPositionsPerMode::Arr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoubleIIRInterpolatorFloat \ +static_assert(alignof(FDoubleIIRInterpolatorFloat) == 0x000004, "Wrong alignment on FDoubleIIRInterpolatorFloat"); \ +static_assert(sizeof(FDoubleIIRInterpolatorFloat) == 0x00004C, "Wrong size on FDoubleIIRInterpolatorFloat"); \ +static_assert(offsetof(FDoubleIIRInterpolatorFloat, PrimaryInterpSpeed) == 0x000000, "Member 'FDoubleIIRInterpolatorFloat::PrimaryInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FDoubleIIRInterpolatorFloat, IntermediateInterpSpeed) == 0x000004, "Member 'FDoubleIIRInterpolatorFloat::IntermediateInterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelerationInterpolatorVector \ +static_assert(alignof(FAccelerationInterpolatorVector) == 0x000008, "Wrong alignment on FAccelerationInterpolatorVector"); \ +static_assert(sizeof(FAccelerationInterpolatorVector) == 0x000058, "Wrong size on FAccelerationInterpolatorVector"); \ +static_assert(offsetof(FAccelerationInterpolatorVector, AccelerationParams) == 0x000000, "Member 'FAccelerationInterpolatorVector::AccelerationParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEvadeUserConfig \ +static_assert(alignof(FEvadeUserConfig) == 0x000004, "Wrong alignment on FEvadeUserConfig"); \ +static_assert(sizeof(FEvadeUserConfig) == 0x00000C, "Wrong size on FEvadeUserConfig"); \ +static_assert(offsetof(FEvadeUserConfig, bAlignToward) == 0x000000, "Member 'FEvadeUserConfig::bAlignToward' has a wrong offset!"); \ +static_assert(offsetof(FEvadeUserConfig, JitterBias) == 0x000004, "Member 'FEvadeUserConfig::JitterBias' has a wrong offset!"); \ +static_assert(offsetof(FEvadeUserConfig, JitterAmplitude) == 0x000008, "Member 'FEvadeUserConfig::JitterAmplitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIEvadeRequest \ +static_assert(alignof(FAIEvadeRequest) == 0x000008, "Wrong alignment on FAIEvadeRequest"); \ +static_assert(sizeof(FAIEvadeRequest) == 0x000050, "Wrong size on FAIEvadeRequest"); \ +static_assert(offsetof(FAIEvadeRequest, ActionType) == 0x000000, "Member 'FAIEvadeRequest::ActionType' has a wrong offset!"); \ +static_assert(offsetof(FAIEvadeRequest, TargetLocation) == 0x000008, "Member 'FAIEvadeRequest::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FAIEvadeRequest, TargetOrientation) == 0x000020, "Member 'FAIEvadeRequest::TargetOrientation' has a wrong offset!"); \ +static_assert(offsetof(FAIEvadeRequest, UserConfig) == 0x000038, "Member 'FAIEvadeRequest::UserConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAccelerationInterpolatorRotator \ +static_assert(alignof(FAccelerationInterpolatorRotator) == 0x000008, "Wrong alignment on FAccelerationInterpolatorRotator"); \ +static_assert(sizeof(FAccelerationInterpolatorRotator) == 0x000058, "Wrong size on FAccelerationInterpolatorRotator"); \ +static_assert(offsetof(FAccelerationInterpolatorRotator, AccelerationParams) == 0x000000, "Member 'FAccelerationInterpolatorRotator::AccelerationParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCritDampSpringInterpolatorVector \ +static_assert(alignof(FCritDampSpringInterpolatorVector) == 0x000008, "Wrong alignment on FCritDampSpringInterpolatorVector"); \ +static_assert(sizeof(FCritDampSpringInterpolatorVector) == 0x0000A8, "Wrong size on FCritDampSpringInterpolatorVector"); \ +static_assert(offsetof(FCritDampSpringInterpolatorVector, NaturalFrequency) == 0x000000, "Member 'FCritDampSpringInterpolatorVector::NaturalFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHideDoorPiece \ +static_assert(alignof(FHideDoorPiece) == 0x000004, "Wrong alignment on FHideDoorPiece"); \ +static_assert(sizeof(FHideDoorPiece) == 0x000008, "Wrong size on FHideDoorPiece"); \ +static_assert(offsetof(FHideDoorPiece, CurrentValue) == 0x000000, "Member 'FHideDoorPiece::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(FHideDoorPiece, HideTreshold) == 0x000004, "Member 'FHideDoorPiece::HideTreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoorPiece \ +static_assert(alignof(FDoorPiece) == 0x000008, "Wrong alignment on FDoorPiece"); \ +static_assert(sizeof(FDoorPiece) == 0x000070, "Wrong size on FDoorPiece"); \ +static_assert(offsetof(FDoorPiece, MeshComponent) == 0x000000, "Member 'FDoorPiece::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FDoorPiece, DoorOpenRotation) == 0x000008, "Member 'FDoorPiece::DoorOpenRotation' has a wrong offset!"); \ +static_assert(offsetof(FDoorPiece, DoorOpenLocation) == 0x000020, "Member 'FDoorPiece::DoorOpenLocation' has a wrong offset!"); \ +static_assert(offsetof(FDoorPiece, InitialDoorRotation) == 0x000038, "Member 'FDoorPiece::InitialDoorRotation' has a wrong offset!"); \ +static_assert(offsetof(FDoorPiece, InitialDoorLocation) == 0x000050, "Member 'FDoorPiece::InitialDoorLocation' has a wrong offset!"); \ +static_assert(offsetof(FDoorPiece, HideDoor) == 0x000068, "Member 'FDoorPiece::HideDoor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCritDampSpringInterpolatorRotator \ +static_assert(alignof(FCritDampSpringInterpolatorRotator) == 0x000008, "Wrong alignment on FCritDampSpringInterpolatorRotator"); \ +static_assert(sizeof(FCritDampSpringInterpolatorRotator) == 0x0000A8, "Wrong size on FCritDampSpringInterpolatorRotator"); \ +static_assert(offsetof(FCritDampSpringInterpolatorRotator, NaturalFrequency) == 0x000000, "Member 'FCritDampSpringInterpolatorRotator::NaturalFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterCharacterResponse \ +static_assert(alignof(FCharacterCharacterResponse) == 0x000008, "Wrong alignment on FCharacterCharacterResponse"); \ +static_assert(sizeof(FCharacterCharacterResponse) == 0x000020, "Wrong size on FCharacterCharacterResponse"); \ +static_assert(offsetof(FCharacterCharacterResponse, AnimLayer) == 0x000000, "Member 'FCharacterCharacterResponse::AnimLayer' has a wrong offset!"); \ +static_assert(offsetof(FCharacterCharacterResponse, ImpactAction) == 0x000008, "Member 'FCharacterCharacterResponse::ImpactAction' has a wrong offset!"); \ +static_assert(offsetof(FCharacterCharacterResponse, ImpactMoveset) == 0x000010, "Member 'FCharacterCharacterResponse::ImpactMoveset' has a wrong offset!"); \ +static_assert(offsetof(FCharacterCharacterResponse, bIsReaction) == 0x000018, "Member 'FCharacterCharacterResponse::bIsReaction' has a wrong offset!"); \ +static_assert(offsetof(FCharacterCharacterResponse, bOnlyUseCharacterOrientation) == 0x000019, "Member 'FCharacterCharacterResponse::bOnlyUseCharacterOrientation' has a wrong offset!"); \ +static_assert(offsetof(FCharacterCharacterResponse, bUseConnectingOrientation) == 0x00001A, "Member 'FCharacterCharacterResponse::bUseConnectingOrientation' has a wrong offset!"); \ +static_assert(offsetof(FCharacterCharacterResponse, bIsInterruption) == 0x00001B, "Member 'FCharacterCharacterResponse::bIsInterruption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJSightEvent \ +static_assert(alignof(FCJSightEvent) == 0x000008, "Wrong alignment on FCJSightEvent"); \ +static_assert(sizeof(FCJSightEvent) == 0x000038, "Wrong size on FCJSightEvent"); \ +static_assert(offsetof(FCJSightEvent, Instigator) == 0x000008, "Member 'FCJSightEvent::Instigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJAISmartObjectSettings \ +static_assert(alignof(FCJAISmartObjectSettings) == 0x000004, "Wrong alignment on FCJAISmartObjectSettings"); \ +static_assert(sizeof(FCJAISmartObjectSettings) == 0x00000C, "Wrong size on FCJAISmartObjectSettings"); \ +static_assert(offsetof(FCJAISmartObjectSettings, EntryRadius) == 0x000000, "Member 'FCJAISmartObjectSettings::EntryRadius' has a wrong offset!"); \ +static_assert(offsetof(FCJAISmartObjectSettings, EntryAngle) == 0x000004, "Member 'FCJAISmartObjectSettings::EntryAngle' has a wrong offset!"); \ +static_assert(offsetof(FCJAISmartObjectSettings, NavmeshSearchRadius) == 0x000008, "Member 'FCJAISmartObjectSettings::NavmeshSearchRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRtpcValue \ +static_assert(alignof(FRtpcValue) == 0x000008, "Wrong alignment on FRtpcValue"); \ +static_assert(sizeof(FRtpcValue) == 0x000028, "Wrong size on FRtpcValue"); \ +static_assert(offsetof(FRtpcValue, RTPC) == 0x000000, "Member 'FRtpcValue::RTPC' has a wrong offset!"); \ +static_assert(offsetof(FRtpcValue, Value) == 0x000008, "Member 'FRtpcValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FRtpcValue, PassToOsc) == 0x00000C, "Member 'FRtpcValue::PassToOsc' has a wrong offset!"); \ +static_assert(offsetof(FRtpcValue, OSCAddress) == 0x000010, "Member 'FRtpcValue::OSCAddress' has a wrong offset!"); \ +static_assert(offsetof(FRtpcValue, OscPort) == 0x000020, "Member 'FRtpcValue::OscPort' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJCookConfiguration \ +static_assert(alignof(FCJCookConfiguration) == 0x000008, "Wrong alignment on FCJCookConfiguration"); \ +static_assert(sizeof(FCJCookConfiguration) == 0x000060, "Wrong size on FCJCookConfiguration"); \ +static_assert(offsetof(FCJCookConfiguration, ConfigurationName) == 0x000000, "Member 'FCJCookConfiguration::ConfigurationName' has a wrong offset!"); \ +static_assert(offsetof(FCJCookConfiguration, NeverCookPrimaryAssetTypes) == 0x000010, "Member 'FCJCookConfiguration::NeverCookPrimaryAssetTypes' has a wrong offset!"); \ +static_assert(offsetof(FCJCookConfiguration, NeverCookPrimaryAssets) == 0x000020, "Member 'FCJCookConfiguration::NeverCookPrimaryAssets' has a wrong offset!"); \ +static_assert(offsetof(FCJCookConfiguration, AlwaysCookPrimaryAssets) == 0x000030, "Member 'FCJCookConfiguration::AlwaysCookPrimaryAssets' has a wrong offset!"); \ +static_assert(offsetof(FCJCookConfiguration, NeverCookAssets) == 0x000040, "Member 'FCJCookConfiguration::NeverCookAssets' has a wrong offset!"); \ +static_assert(offsetof(FCJCookConfiguration, AlwaysCookAssets) == 0x000050, "Member 'FCJCookConfiguration::AlwaysCookAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEmitterSettings \ +static_assert(alignof(FEmitterSettings) == 0x000004, "Wrong alignment on FEmitterSettings"); \ +static_assert(sizeof(FEmitterSettings) == 0x000008, "Wrong size on FEmitterSettings"); \ +static_assert(offsetof(FEmitterSettings, MaxNumberOfEmitters) == 0x000000, "Member 'FEmitterSettings::MaxNumberOfEmitters' has a wrong offset!"); \ +static_assert(offsetof(FEmitterSettings, bSpawnedByEmitterManager) == 0x000004, "Member 'FEmitterSettings::bSpawnedByEmitterManager' has a wrong offset!"); \ +static_assert(offsetof(FEmitterSettings, bUsePlayerPositionSorting) == 0x000005, "Member 'FEmitterSettings::bUsePlayerPositionSorting' has a wrong offset!"); \ +static_assert(offsetof(FEmitterSettings, bNeedsDistanceBasedSorting) == 0x000006, "Member 'FEmitterSettings::bNeedsDistanceBasedSorting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapExportLayer \ +static_assert(alignof(FMapExportLayer) == 0x000008, "Wrong alignment on FMapExportLayer"); \ +static_assert(sizeof(FMapExportLayer) == 0x000060, "Wrong size on FMapExportLayer"); \ +static_assert(offsetof(FMapExportLayer, bRenderEverything) == 0x000000, "Member 'FMapExportLayer::bRenderEverything' has a wrong offset!"); \ +static_assert(offsetof(FMapExportLayer, bRenderBase) == 0x000001, "Member 'FMapExportLayer::bRenderBase' has a wrong offset!"); \ +static_assert(offsetof(FMapExportLayer, bRenderRoads) == 0x000002, "Member 'FMapExportLayer::bRenderRoads' has a wrong offset!"); \ +static_assert(offsetof(FMapExportLayer, bGenerateSDF) == 0x000003, "Member 'FMapExportLayer::bGenerateSDF' has a wrong offset!"); \ +static_assert(offsetof(FMapExportLayer, SDFKernelRadius) == 0x000004, "Member 'FMapExportLayer::SDFKernelRadius' has a wrong offset!"); \ +static_assert(offsetof(FMapExportLayer, LayerName) == 0x000008, "Member 'FMapExportLayer::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FMapExportLayer, IncludedDataLayers) == 0x000010, "Member 'FMapExportLayer::IncludedDataLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImpactEventReference \ +static_assert(alignof(FImpactEventReference) == 0x000008, "Wrong alignment on FImpactEventReference"); \ +static_assert(sizeof(FImpactEventReference) == 0x000030, "Wrong size on FImpactEventReference"); \ +static_assert(offsetof(FImpactEventReference, Threshold) == 0x000000, "Member 'FImpactEventReference::Threshold' has a wrong offset!"); \ +static_assert(offsetof(FImpactEventReference, Event) == 0x000008, "Member 'FImpactEventReference::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJBaseAnimInstanceProxy \ +static_assert(alignof(FCJBaseAnimInstanceProxy) == 0x000010, "Wrong alignment on FCJBaseAnimInstanceProxy"); \ +static_assert(sizeof(FCJBaseAnimInstanceProxy) == 0x000EB0, "Wrong size on FCJBaseAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FCJCameraContext \ +static_assert(alignof(FCJCameraContext) == 0x000008, "Wrong alignment on FCJCameraContext"); \ +static_assert(sizeof(FCJCameraContext) == 0x000068, "Wrong size on FCJCameraContext"); \ +static_assert(offsetof(FCJCameraContext, CameraBoom) == 0x000000, "Member 'FCJCameraContext::CameraBoom' has a wrong offset!"); \ +static_assert(offsetof(FCJCameraContext, CameraComponent) == 0x000008, "Member 'FCJCameraContext::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(FCJCameraContext, DeltaTime) == 0x000010, "Member 'FCJCameraContext::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FCJCameraContext, Owner) == 0x000018, "Member 'FCJCameraContext::Owner' has a wrong offset!"); \ +static_assert(offsetof(FCJCameraContext, InputType) == 0x000020, "Member 'FCJCameraContext::InputType' has a wrong offset!"); \ +static_assert(offsetof(FCJCameraContext, InitialRotation) == 0x000028, "Member 'FCJCameraContext::InitialRotation' has a wrong offset!"); \ +static_assert(offsetof(FCJCameraContext, UnmodifiedRotationInput) == 0x000040, "Member 'FCJCameraContext::UnmodifiedRotationInput' has a wrong offset!"); \ +static_assert(offsetof(FCJCameraContext, bShouldTransitionToInitialRotation) == 0x000058, "Member 'FCJCameraContext::bShouldTransitionToInitialRotation' has a wrong offset!"); \ +static_assert(offsetof(FCJCameraContext, PreviousViewInfo) == 0x000060, "Member 'FCJCameraContext::PreviousViewInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotBrakeParameters \ +static_assert(alignof(FAutoPilotBrakeParameters) == 0x000008, "Wrong alignment on FAutoPilotBrakeParameters"); \ +static_assert(sizeof(FAutoPilotBrakeParameters) == 0x0000C0, "Wrong size on FAutoPilotBrakeParameters"); \ +static_assert(offsetof(FAutoPilotBrakeParameters, StandingStillSpeedThreshold) == 0x000000, "Member 'FAutoPilotBrakeParameters::StandingStillSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotBrakeParameters, BrakeSpeedRange) == 0x000008, "Member 'FAutoPilotBrakeParameters::BrakeSpeedRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotBrakeParameters, DistanceToOtherTrafficBrakeCurve) == 0x000018, "Member 'FAutoPilotBrakeParameters::DistanceToOtherTrafficBrakeCurve' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotBrakeParameters, BrakeMinChangePerSecond) == 0x0000A0, "Member 'FAutoPilotBrakeParameters::BrakeMinChangePerSecond' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotBrakeParameters, BrakeMaxChangePerSecond) == 0x0000A4, "Member 'FAutoPilotBrakeParameters::BrakeMaxChangePerSecond' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotBrakeParameters, ApplyHandbrakeBelowSpeed) == 0x0000A8, "Member 'FAutoPilotBrakeParameters::ApplyHandbrakeBelowSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotBrakeParameters, EmergencyHandbrakeObstacleThreshold) == 0x0000AC, "Member 'FAutoPilotBrakeParameters::EmergencyHandbrakeObstacleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotBrakeParameters, EmergencyHandbrakeSpeedDifference) == 0x0000B0, "Member 'FAutoPilotBrakeParameters::EmergencyHandbrakeSpeedDifference' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotBrakeParameters, HandbrakeTurnSpeedThreshold) == 0x0000B4, "Member 'FAutoPilotBrakeParameters::HandbrakeTurnSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotBrakeParameters, HandbrakeTurnCurveAmount) == 0x0000B8, "Member 'FAutoPilotBrakeParameters::HandbrakeTurnCurveAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterInputSuppression \ +static_assert(alignof(FCharacterInputSuppression) == 0x000004, "Wrong alignment on FCharacterInputSuppression"); \ +static_assert(sizeof(FCharacterInputSuppression) == 0x000014, "Wrong size on FCharacterInputSuppression"); \ +static_assert(offsetof(FCharacterInputSuppression, InputFullDisableTime) == 0x000000, "Member 'FCharacterInputSuppression::InputFullDisableTime' has a wrong offset!"); \ +static_assert(offsetof(FCharacterInputSuppression, CurrentEvaluationTime) == 0x000004, "Member 'FCharacterInputSuppression::CurrentEvaluationTime' has a wrong offset!"); \ +static_assert(offsetof(FCharacterInputSuppression, InputBeginRestorTime) == 0x000008, "Member 'FCharacterInputSuppression::InputBeginRestorTime' has a wrong offset!"); \ +static_assert(offsetof(FCharacterInputSuppression, InputRestorTime) == 0x00000C, "Member 'FCharacterInputSuppression::InputRestorTime' has a wrong offset!"); \ +static_assert(offsetof(FCharacterInputSuppression, bSupressedInput) == 0x000010, "Member 'FCharacterInputSuppression::bSupressedInput' has a wrong offset!"); \ +static_assert(offsetof(FCharacterInputSuppression, bOverrideMode) == 0x000011, "Member 'FCharacterInputSuppression::bOverrideMode' has a wrong offset!"); \ +static_assert(offsetof(FCharacterInputSuppression, TemporaryMovementMode) == 0x000012, "Member 'FCharacterInputSuppression::TemporaryMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterMovementSettings \ +static_assert(alignof(FCharacterMovementSettings) == 0x000004, "Wrong alignment on FCharacterMovementSettings"); \ +static_assert(sizeof(FCharacterMovementSettings) == 0x00001C, "Wrong size on FCharacterMovementSettings"); \ +static_assert(offsetof(FCharacterMovementSettings, ForMovementSpeedProfile) == 0x000000, "Member 'FCharacterMovementSettings::ForMovementSpeedProfile' has a wrong offset!"); \ +static_assert(offsetof(FCharacterMovementSettings, MaxAcceleration) == 0x000008, "Member 'FCharacterMovementSettings::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FCharacterMovementSettings, BrakingDecelerationWalking) == 0x00000C, "Member 'FCharacterMovementSettings::BrakingDecelerationWalking' has a wrong offset!"); \ +static_assert(offsetof(FCharacterMovementSettings, RotationRate) == 0x000010, "Member 'FCharacterMovementSettings::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(FCharacterMovementSettings, PivotCounterAccelerationScalar) == 0x000014, "Member 'FCharacterMovementSettings::PivotCounterAccelerationScalar' has a wrong offset!"); \ +static_assert(offsetof(FCharacterMovementSettings, AnimSpeedScalar) == 0x000018, "Member 'FCharacterMovementSettings::AnimSpeedScalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovementSpeedProfile \ +static_assert(alignof(FMovementSpeedProfile) == 0x000004, "Wrong alignment on FMovementSpeedProfile"); \ +static_assert(sizeof(FMovementSpeedProfile) == 0x000024, "Wrong size on FMovementSpeedProfile"); \ +static_assert(offsetof(FMovementSpeedProfile, ProfileId) == 0x000000, "Member 'FMovementSpeedProfile::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(FMovementSpeedProfile, WalkSpeed) == 0x000008, "Member 'FMovementSpeedProfile::WalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(FMovementSpeedProfile, WalkMinPercent) == 0x00000C, "Member 'FMovementSpeedProfile::WalkMinPercent' has a wrong offset!"); \ +static_assert(offsetof(FMovementSpeedProfile, JogSpeed) == 0x000010, "Member 'FMovementSpeedProfile::JogSpeed' has a wrong offset!"); \ +static_assert(offsetof(FMovementSpeedProfile, JogMinPercent) == 0x000014, "Member 'FMovementSpeedProfile::JogMinPercent' has a wrong offset!"); \ +static_assert(offsetof(FMovementSpeedProfile, SprintSpeed) == 0x000018, "Member 'FMovementSpeedProfile::SprintSpeed' has a wrong offset!"); \ +static_assert(offsetof(FMovementSpeedProfile, SprintMinPercent) == 0x00001C, "Member 'FMovementSpeedProfile::SprintMinPercent' has a wrong offset!"); \ +static_assert(offsetof(FMovementSpeedProfile, DataPermission) == 0x000020, "Member 'FMovementSpeedProfile::DataPermission' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstrainInputAccelerationData \ +static_assert(alignof(FConstrainInputAccelerationData) == 0x000008, "Wrong alignment on FConstrainInputAccelerationData"); \ +static_assert(sizeof(FConstrainInputAccelerationData) == 0x000028, "Wrong size on FConstrainInputAccelerationData"); \ +static_assert(offsetof(FConstrainInputAccelerationData, Active) == 0x000000, "Member 'FConstrainInputAccelerationData::Active' has a wrong offset!"); \ +static_assert(offsetof(FConstrainInputAccelerationData, WorldInputAcceleration) == 0x000008, "Member 'FConstrainInputAccelerationData::WorldInputAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FConstrainInputAccelerationData, ConstrainTolerance) == 0x000020, "Member 'FConstrainInputAccelerationData::ConstrainTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputVectorStabilitySettings \ +static_assert(alignof(FInputVectorStabilitySettings) == 0x000004, "Wrong alignment on FInputVectorStabilitySettings"); \ +static_assert(sizeof(FInputVectorStabilitySettings) == 0x00001C, "Wrong size on FInputVectorStabilitySettings"); \ +static_assert(offsetof(FInputVectorStabilitySettings, bEnabled) == 0x000000, "Member 'FInputVectorStabilitySettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FInputVectorStabilitySettings, ConsistentSnapshotsRequired) == 0x000004, "Member 'FInputVectorStabilitySettings::ConsistentSnapshotsRequired' has a wrong offset!"); \ +static_assert(offsetof(FInputVectorStabilitySettings, AlignmentDotTolerance) == 0x000008, "Member 'FInputVectorStabilitySettings::AlignmentDotTolerance' has a wrong offset!"); \ +static_assert(offsetof(FInputVectorStabilitySettings, MagnitudeForScalingMin) == 0x00000C, "Member 'FInputVectorStabilitySettings::MagnitudeForScalingMin' has a wrong offset!"); \ +static_assert(offsetof(FInputVectorStabilitySettings, MagnitudeForScalingMax) == 0x000010, "Member 'FInputVectorStabilitySettings::MagnitudeForScalingMax' has a wrong offset!"); \ +static_assert(offsetof(FInputVectorStabilitySettings, MagnitudeToleranceAtScalingMin) == 0x000014, "Member 'FInputVectorStabilitySettings::MagnitudeToleranceAtScalingMin' has a wrong offset!"); \ +static_assert(offsetof(FInputVectorStabilitySettings, MagnitudeToleranceAtScalingMax) == 0x000018, "Member 'FInputVectorStabilitySettings::MagnitudeToleranceAtScalingMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterMotionDriverInfo \ +static_assert(alignof(FCharacterMotionDriverInfo) == 0x000004, "Wrong alignment on FCharacterMotionDriverInfo"); \ +static_assert(sizeof(FCharacterMotionDriverInfo) == 0x00000C, "Wrong size on FCharacterMotionDriverInfo"); \ +static_assert(offsetof(FCharacterMotionDriverInfo, MotionDriverId) == 0x000000, "Member 'FCharacterMotionDriverInfo::MotionDriverId' has a wrong offset!"); \ +static_assert(offsetof(FCharacterMotionDriverInfo, bDriveFromAnimationData) == 0x000008, "Member 'FCharacterMotionDriverInfo::bDriveFromAnimationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJCrowdAgentMetadata \ +static_assert(alignof(FCJCrowdAgentMetadata) == 0x000008, "Wrong alignment on FCJCrowdAgentMetadata"); \ +static_assert(sizeof(FCJCrowdAgentMetadata) == 0x000060, "Wrong size on FCJCrowdAgentMetadata"); \ + +#define DUMPER7_ASSERTS_FCJSaveGameManifestEntryV1 \ +static_assert(alignof(FCJSaveGameManifestEntryV1) == 0x000008, "Wrong alignment on FCJSaveGameManifestEntryV1"); \ +static_assert(sizeof(FCJSaveGameManifestEntryV1) == 0x000038, "Wrong size on FCJSaveGameManifestEntryV1"); \ +static_assert(offsetof(FCJSaveGameManifestEntryV1, SaveSlotName) == 0x000000, "Member 'FCJSaveGameManifestEntryV1::SaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(FCJSaveGameManifestEntryV1, TimeSaved) == 0x000010, "Member 'FCJSaveGameManifestEntryV1::TimeSaved' has a wrong offset!"); \ +static_assert(offsetof(FCJSaveGameManifestEntryV1, TotalTimePlayed) == 0x000018, "Member 'FCJSaveGameManifestEntryV1::TotalTimePlayed' has a wrong offset!"); \ +static_assert(offsetof(FCJSaveGameManifestEntryV1, GameDay) == 0x000020, "Member 'FCJSaveGameManifestEntryV1::GameDay' has a wrong offset!"); \ +static_assert(offsetof(FCJSaveGameManifestEntryV1, CurrentDebt) == 0x000024, "Member 'FCJSaveGameManifestEntryV1::CurrentDebt' has a wrong offset!"); \ +static_assert(offsetof(FCJSaveGameManifestEntryV1, Cash) == 0x000028, "Member 'FCJSaveGameManifestEntryV1::Cash' has a wrong offset!"); \ +static_assert(offsetof(FCJSaveGameManifestEntryV1, CurrentTimeTag) == 0x00002C, "Member 'FCJSaveGameManifestEntryV1::CurrentTimeTag' has a wrong offset!"); \ +static_assert(offsetof(FCJSaveGameManifestEntryV1, BuildNumber) == 0x000030, "Member 'FCJSaveGameManifestEntryV1::BuildNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotObstacleDetectionParameters \ +static_assert(alignof(FAutoPilotObstacleDetectionParameters) == 0x000008, "Wrong alignment on FAutoPilotObstacleDetectionParameters"); \ +static_assert(sizeof(FAutoPilotObstacleDetectionParameters) == 0x000060, "Wrong size on FAutoPilotObstacleDetectionParameters"); \ +static_assert(offsetof(FAutoPilotObstacleDetectionParameters, bUseObstacleDetection) == 0x000000, "Member 'FAutoPilotObstacleDetectionParameters::bUseObstacleDetection' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotObstacleDetectionParameters, BoxExtension) == 0x000008, "Member 'FAutoPilotObstacleDetectionParameters::BoxExtension' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotObstacleDetectionParameters, ClearanceBoxExtension) == 0x000020, "Member 'FAutoPilotObstacleDetectionParameters::ClearanceBoxExtension' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotObstacleDetectionParameters, BoxOffset) == 0x000038, "Member 'FAutoPilotObstacleDetectionParameters::BoxOffset' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotObstacleDetectionParameters, ObstacleFoundTimer) == 0x000050, "Member 'FAutoPilotObstacleDetectionParameters::ObstacleFoundTimer' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotObstacleDetectionParameters, ObstacleSpeedScalar) == 0x000054, "Member 'FAutoPilotObstacleDetectionParameters::ObstacleSpeedScalar' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotObstacleDetectionParameters, bImpactsCountsForObstacle) == 0x000058, "Member 'FAutoPilotObstacleDetectionParameters::bImpactsCountsForObstacle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJCharacterSaveV1 \ +static_assert(alignof(FCJCharacterSaveV1) == 0x000010, "Wrong alignment on FCJCharacterSaveV1"); \ +static_assert(sizeof(FCJCharacterSaveV1) == 0x0000A0, "Wrong size on FCJCharacterSaveV1"); \ +static_assert(offsetof(FCJCharacterSaveV1, Health) == 0x000000, "Member 'FCJCharacterSaveV1::Health' has a wrong offset!"); \ +static_assert(offsetof(FCJCharacterSaveV1, BaseHealth) == 0x000004, "Member 'FCJCharacterSaveV1::BaseHealth' has a wrong offset!"); \ +static_assert(offsetof(FCJCharacterSaveV1, MaxHealth) == 0x000008, "Member 'FCJCharacterSaveV1::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(FCJCharacterSaveV1, CharacterLevelDamageScale) == 0x00000C, "Member 'FCJCharacterSaveV1::CharacterLevelDamageScale' has a wrong offset!"); \ +static_assert(offsetof(FCJCharacterSaveV1, Adrenaline) == 0x000010, "Member 'FCJCharacterSaveV1::Adrenaline' has a wrong offset!"); \ +static_assert(offsetof(FCJCharacterSaveV1, MaxAdrenaline) == 0x000014, "Member 'FCJCharacterSaveV1::MaxAdrenaline' has a wrong offset!"); \ +static_assert(offsetof(FCJCharacterSaveV1, AdrenalineBurnRate) == 0x000018, "Member 'FCJCharacterSaveV1::AdrenalineBurnRate' has a wrong offset!"); \ +static_assert(offsetof(FCJCharacterSaveV1, CharacterLevel) == 0x00001C, "Member 'FCJCharacterSaveV1::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(FCJCharacterSaveV1, Money) == 0x000020, "Member 'FCJCharacterSaveV1::Money' has a wrong offset!"); \ +static_assert(offsetof(FCJCharacterSaveV1, PlayerPosition) == 0x000030, "Member 'FCJCharacterSaveV1::PlayerPosition' has a wrong offset!"); \ +static_assert(offsetof(FCJCharacterSaveV1, LastDrivenVehicle) == 0x000090, "Member 'FCJCharacterSaveV1::LastDrivenVehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpiritSaveLatest \ +static_assert(alignof(FSpiritSaveLatest) == 0x000010, "Wrong alignment on FSpiritSaveLatest"); \ +static_assert(sizeof(FSpiritSaveLatest) == 0x0003B0, "Wrong size on FSpiritSaveLatest"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshLookupEntry \ +static_assert(alignof(FSkeletalMeshLookupEntry) == 0x000008, "Wrong alignment on FSkeletalMeshLookupEntry"); \ +static_assert(sizeof(FSkeletalMeshLookupEntry) == 0x000010, "Wrong size on FSkeletalMeshLookupEntry"); \ +static_assert(offsetof(FSkeletalMeshLookupEntry, Label) == 0x000000, "Member 'FSkeletalMeshLookupEntry::Label' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLookupEntry, SkeletalMesh) == 0x000008, "Member 'FSkeletalMeshLookupEntry::SkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJTaggedLocation \ +static_assert(alignof(FCJTaggedLocation) == 0x000010, "Wrong alignment on FCJTaggedLocation"); \ +static_assert(sizeof(FCJTaggedLocation) == 0x000080, "Wrong size on FCJTaggedLocation"); \ +static_assert(offsetof(FCJTaggedLocation, Transform) == 0x000000, "Member 'FCJTaggedLocation::Transform' has a wrong offset!"); \ +static_assert(offsetof(FCJTaggedLocation, Tags) == 0x000060, "Member 'FCJTaggedLocation::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJTaggedLocationContainer \ +static_assert(alignof(FCJTaggedLocationContainer) == 0x000008, "Wrong alignment on FCJTaggedLocationContainer"); \ +static_assert(sizeof(FCJTaggedLocationContainer) == 0x000010, "Wrong size on FCJTaggedLocationContainer"); \ +static_assert(offsetof(FCJTaggedLocationContainer, Items) == 0x000000, "Member 'FCJTaggedLocationContainer::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJVehicleAnimationInstanceProxy \ +static_assert(alignof(FCJVehicleAnimationInstanceProxy) == 0x000010, "Wrong alignment on FCJVehicleAnimationInstanceProxy"); \ +static_assert(sizeof(FCJVehicleAnimationInstanceProxy) == 0x0007B0, "Wrong size on FCJVehicleAnimationInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FSpeedToInvIntertiaMassModification \ +static_assert(alignof(FSpeedToInvIntertiaMassModification) == 0x000008, "Wrong alignment on FSpeedToInvIntertiaMassModification"); \ +static_assert(sizeof(FSpeedToInvIntertiaMassModification) == 0x000040, "Wrong size on FSpeedToInvIntertiaMassModification"); \ +static_assert(offsetof(FSpeedToInvIntertiaMassModification, MassSpeedRange) == 0x000000, "Member 'FSpeedToInvIntertiaMassModification::MassSpeedRange' has a wrong offset!"); \ +static_assert(offsetof(FSpeedToInvIntertiaMassModification, InvMassRange) == 0x000010, "Member 'FSpeedToInvIntertiaMassModification::InvMassRange' has a wrong offset!"); \ +static_assert(offsetof(FSpeedToInvIntertiaMassModification, InertiaSpeedRange) == 0x000020, "Member 'FSpeedToInvIntertiaMassModification::InertiaSpeedRange' has a wrong offset!"); \ +static_assert(offsetof(FSpeedToInvIntertiaMassModification, InvInertiaRange) == 0x000030, "Member 'FSpeedToInvIntertiaMassModification::InvInertiaRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleVsDestructionCollisionModifierSettings \ +static_assert(alignof(FVehicleVsDestructionCollisionModifierSettings) == 0x000008, "Wrong alignment on FVehicleVsDestructionCollisionModifierSettings"); \ +static_assert(sizeof(FVehicleVsDestructionCollisionModifierSettings) == 0x000098, "Wrong size on FVehicleVsDestructionCollisionModifierSettings"); \ +static_assert(offsetof(FVehicleVsDestructionCollisionModifierSettings, bEnabled) == 0x000000, "Member 'FVehicleVsDestructionCollisionModifierSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsDestructionCollisionModifierSettings, VehicleChange) == 0x000008, "Member 'FVehicleVsDestructionCollisionModifierSettings::VehicleChange' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsDestructionCollisionModifierSettings, DestructionObjectChange) == 0x000048, "Member 'FVehicleVsDestructionCollisionModifierSettings::DestructionObjectChange' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsDestructionCollisionModifierSettings, DynamicFriction) == 0x000088, "Member 'FVehicleVsDestructionCollisionModifierSettings::DynamicFriction' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsDestructionCollisionModifierSettings, StaticFriction) == 0x00008C, "Member 'FVehicleVsDestructionCollisionModifierSettings::StaticFriction' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsDestructionCollisionModifierSettings, Restitution) == 0x000090, "Member 'FVehicleVsDestructionCollisionModifierSettings::Restitution' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsDestructionCollisionModifierSettings, RestitutionThreshold) == 0x000094, "Member 'FVehicleVsDestructionCollisionModifierSettings::RestitutionThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJWheelSetup \ +static_assert(alignof(FCJWheelSetup) == 0x000004, "Wrong alignment on FCJWheelSetup"); \ +static_assert(sizeof(FCJWheelSetup) == 0x000008, "Wrong size on FCJWheelSetup"); \ +static_assert(offsetof(FCJWheelSetup, NoRollBoneName) == 0x000000, "Member 'FCJWheelSetup::NoRollBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIEnvironmentContext \ +static_assert(alignof(FAIEnvironmentContext) == 0x000008, "Wrong alignment on FAIEnvironmentContext"); \ +static_assert(sizeof(FAIEnvironmentContext) == 0x000008, "Wrong size on FAIEnvironmentContext"); \ +static_assert(offsetof(FAIEnvironmentContext, InsideAreaVolume) == 0x000000, "Member 'FAIEnvironmentContext::InsideAreaVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimMovementSpeedLimit \ +static_assert(alignof(FAnimMovementSpeedLimit) == 0x000004, "Wrong alignment on FAnimMovementSpeedLimit"); \ +static_assert(sizeof(FAnimMovementSpeedLimit) == 0x000008, "Wrong size on FAnimMovementSpeedLimit"); \ +static_assert(offsetof(FAnimMovementSpeedLimit, AnimSpeedLimitWeight) == 0x000000, "Member 'FAnimMovementSpeedLimit::AnimSpeedLimitWeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimMovementSpeedLimit, AnimSpeedLimit) == 0x000004, "Member 'FAnimMovementSpeedLimit::AnimSpeedLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrewMember \ +static_assert(alignof(FCrewMember) == 0x000008, "Wrong alignment on FCrewMember"); \ +static_assert(sizeof(FCrewMember) == 0x000060, "Wrong size on FCrewMember"); \ +static_assert(offsetof(FCrewMember, CrewMemberId) == 0x000008, "Member 'FCrewMember::CrewMemberId' has a wrong offset!"); \ +static_assert(offsetof(FCrewMember, FirstName) == 0x000010, "Member 'FCrewMember::FirstName' has a wrong offset!"); \ +static_assert(offsetof(FCrewMember, LastName) == 0x000020, "Member 'FCrewMember::LastName' has a wrong offset!"); \ +static_assert(offsetof(FCrewMember, Role) == 0x000030, "Member 'FCrewMember::Role' has a wrong offset!"); \ +static_assert(offsetof(FCrewMember, Gear) == 0x000040, "Member 'FCrewMember::Gear' has a wrong offset!"); \ +static_assert(offsetof(FCrewMember, Cut) == 0x000050, "Member 'FCrewMember::Cut' has a wrong offset!"); \ +static_assert(offsetof(FCrewMember, Image) == 0x000058, "Member 'FCrewMember::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrimeReport \ +static_assert(alignof(FCrimeReport) == 0x000008, "Wrong alignment on FCrimeReport"); \ +static_assert(sizeof(FCrimeReport) == 0x000020, "Wrong size on FCrimeReport"); \ +static_assert(offsetof(FCrimeReport, CrimeType) == 0x000000, "Member 'FCrimeReport::CrimeType' has a wrong offset!"); \ +static_assert(offsetof(FCrimeReport, ToFaction) == 0x000001, "Member 'FCrimeReport::ToFaction' has a wrong offset!"); \ +static_assert(offsetof(FCrimeReport, SeverityLevelOverride) == 0x000004, "Member 'FCrimeReport::SeverityLevelOverride' has a wrong offset!"); \ +static_assert(offsetof(FCrimeReport, position) == 0x000008, "Member 'FCrimeReport::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrimeReportExtended \ +static_assert(alignof(FCrimeReportExtended) == 0x000008, "Wrong alignment on FCrimeReportExtended"); \ +static_assert(sizeof(FCrimeReportExtended) == 0x000028, "Wrong size on FCrimeReportExtended"); \ +static_assert(offsetof(FCrimeReportExtended, CrimeReport) == 0x000000, "Member 'FCrimeReportExtended::CrimeReport' has a wrong offset!"); \ +static_assert(offsetof(FCrimeReportExtended, bAlwaysSpotTargetOverride) == 0x000020, "Member 'FCrimeReportExtended::bAlwaysSpotTargetOverride' has a wrong offset!"); \ +static_assert(offsetof(FCrimeReportExtended, DelayReportingSeconds) == 0x000024, "Member 'FCrimeReportExtended::DelayReportingSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrimeData \ +static_assert(alignof(FCrimeData) == 0x000008, "Wrong alignment on FCrimeData"); \ +static_assert(sizeof(FCrimeData) == 0x000018, "Wrong size on FCrimeData"); \ +static_assert(offsetof(FCrimeData, CrimeType) == 0x000008, "Member 'FCrimeData::CrimeType' has a wrong offset!"); \ +static_assert(offsetof(FCrimeData, bEnabled) == 0x000009, "Member 'FCrimeData::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FCrimeData, ToFaction) == 0x00000A, "Member 'FCrimeData::ToFaction' has a wrong offset!"); \ +static_assert(offsetof(FCrimeData, SeverityScore) == 0x00000C, "Member 'FCrimeData::SeverityScore' has a wrong offset!"); \ +static_assert(offsetof(FCrimeData, MaxSeverityScore) == 0x000010, "Member 'FCrimeData::MaxSeverityScore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDialogueIntentId \ +static_assert(alignof(FDialogueIntentId) == 0x000004, "Wrong alignment on FDialogueIntentId"); \ +static_assert(sizeof(FDialogueIntentId) == 0x000008, "Wrong size on FDialogueIntentId"); \ + +#define DUMPER7_ASSERTS_FDialogueRangeProfileId \ +static_assert(alignof(FDialogueRangeProfileId) == 0x000004, "Wrong alignment on FDialogueRangeProfileId"); \ +static_assert(sizeof(FDialogueRangeProfileId) == 0x000008, "Wrong size on FDialogueRangeProfileId"); \ + +#define DUMPER7_ASSERTS_FVoiceOverAudioSetup \ +static_assert(alignof(FVoiceOverAudioSetup) == 0x000008, "Wrong alignment on FVoiceOverAudioSetup"); \ +static_assert(sizeof(FVoiceOverAudioSetup) == 0x000058, "Wrong size on FVoiceOverAudioSetup"); \ +static_assert(offsetof(FVoiceOverAudioSetup, SoundClass) == 0x000000, "Member 'FVoiceOverAudioSetup::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(FVoiceOverAudioSetup, SoundAttenuation) == 0x000028, "Member 'FVoiceOverAudioSetup::SoundAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FVoiceOverAudioSetup, SubtitlePriority) == 0x000050, "Member 'FVoiceOverAudioSetup::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(FVoiceOverAudioSetup, SubtitleMaxRange) == 0x000054, "Member 'FVoiceOverAudioSetup::SubtitleMaxRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoorOverrideMaterial \ +static_assert(alignof(FDoorOverrideMaterial) == 0x000008, "Wrong alignment on FDoorOverrideMaterial"); \ +static_assert(sizeof(FDoorOverrideMaterial) == 0x000010, "Wrong size on FDoorOverrideMaterial"); \ +static_assert(offsetof(FDoorOverrideMaterial, Material) == 0x000000, "Member 'FDoorOverrideMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(FDoorOverrideMaterial, MaterialSlotName) == 0x000008, "Member 'FDoorOverrideMaterial::MaterialSlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStatusEffectDamageMultiplier \ +static_assert(alignof(FStatusEffectDamageMultiplier) == 0x000008, "Wrong alignment on FStatusEffectDamageMultiplier"); \ +static_assert(sizeof(FStatusEffectDamageMultiplier) == 0x000018, "Wrong size on FStatusEffectDamageMultiplier"); \ + +#define DUMPER7_ASSERTS_FDoorPieceData \ +static_assert(alignof(FDoorPieceData) == 0x000010, "Wrong alignment on FDoorPieceData"); \ +static_assert(sizeof(FDoorPieceData) == 0x000230, "Wrong size on FDoorPieceData"); \ +static_assert(offsetof(FDoorPieceData, Mesh) == 0x000000, "Member 'FDoorPieceData::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FDoorPieceData, Material) == 0x000008, "Member 'FDoorPieceData::Material' has a wrong offset!"); \ +static_assert(offsetof(FDoorPieceData, OverrideMaterials) == 0x000010, "Member 'FDoorPieceData::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FDoorPieceData, UseDefaultCollisionPreset) == 0x000020, "Member 'FDoorPieceData::UseDefaultCollisionPreset' has a wrong offset!"); \ +static_assert(offsetof(FDoorPieceData, BodyInstanceData) == 0x000028, "Member 'FDoorPieceData::BodyInstanceData' has a wrong offset!"); \ +static_assert(offsetof(FDoorPieceData, Transform) == 0x0001B0, "Member 'FDoorPieceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(FDoorPieceData, bIsBreakable) == 0x000210, "Member 'FDoorPieceData::bIsBreakable' has a wrong offset!"); \ +static_assert(offsetof(FDoorPieceData, BreakableSound) == 0x000218, "Member 'FDoorPieceData::BreakableSound' has a wrong offset!"); \ +static_assert(offsetof(FDoorPieceData, BreakableEffect) == 0x000220, "Member 'FDoorPieceData::BreakableEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoorMainPieceData \ +static_assert(alignof(FDoorMainPieceData) == 0x000010, "Wrong alignment on FDoorMainPieceData"); \ +static_assert(sizeof(FDoorMainPieceData) == 0x000250, "Wrong size on FDoorMainPieceData"); \ +static_assert(offsetof(FDoorMainPieceData, MainPiece) == 0x000000, "Member 'FDoorMainPieceData::MainPiece' has a wrong offset!"); \ +static_assert(offsetof(FDoorMainPieceData, HideThreshold) == 0x000230, "Member 'FDoorMainPieceData::HideThreshold' has a wrong offset!"); \ +static_assert(offsetof(FDoorMainPieceData, ChildPieces) == 0x000238, "Member 'FDoorMainPieceData::ChildPieces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleColorCombination \ +static_assert(alignof(FVehicleColorCombination) == 0x000004, "Wrong alignment on FVehicleColorCombination"); \ +static_assert(sizeof(FVehicleColorCombination) == 0x000028, "Wrong size on FVehicleColorCombination"); \ +static_assert(offsetof(FVehicleColorCombination, Primary) == 0x000000, "Member 'FVehicleColorCombination::Primary' has a wrong offset!"); \ +static_assert(offsetof(FVehicleColorCombination, Secondary) == 0x000010, "Member 'FVehicleColorCombination::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FVehicleColorCombination, PrimaryColor) == 0x000020, "Member 'FVehicleColorCombination::PrimaryColor' has a wrong offset!"); \ +static_assert(offsetof(FVehicleColorCombination, SecondaryColor) == 0x000024, "Member 'FVehicleColorCombination::SecondaryColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAdditionalDoorPieceData \ +static_assert(alignof(FAdditionalDoorPieceData) == 0x000010, "Wrong alignment on FAdditionalDoorPieceData"); \ +static_assert(sizeof(FAdditionalDoorPieceData) == 0x000280, "Wrong size on FAdditionalDoorPieceData"); \ +static_assert(offsetof(FAdditionalDoorPieceData, DoorPiece) == 0x000000, "Member 'FAdditionalDoorPieceData::DoorPiece' has a wrong offset!"); \ +static_assert(offsetof(FAdditionalDoorPieceData, DoorOpenRotation) == 0x000250, "Member 'FAdditionalDoorPieceData::DoorOpenRotation' has a wrong offset!"); \ +static_assert(offsetof(FAdditionalDoorPieceData, DoorOpenLocation) == 0x000268, "Member 'FAdditionalDoorPieceData::DoorOpenLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoorWaitZone \ +static_assert(alignof(FDoorWaitZone) == 0x000004, "Wrong alignment on FDoorWaitZone"); \ +static_assert(sizeof(FDoorWaitZone) == 0x000004, "Wrong size on FDoorWaitZone"); \ +static_assert(offsetof(FDoorWaitZone, MaxAgentsInZone) == 0x000000, "Member 'FDoorWaitZone::MaxAgentsInZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedMissionObjective \ +static_assert(alignof(FNamedMissionObjective) == 0x000008, "Wrong alignment on FNamedMissionObjective"); \ +static_assert(sizeof(FNamedMissionObjective) == 0x000010, "Wrong size on FNamedMissionObjective"); \ +static_assert(offsetof(FNamedMissionObjective, Name) == 0x000000, "Member 'FNamedMissionObjective::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedMissionObjective, Value) == 0x000008, "Member 'FNamedMissionObjective::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEventQueueAction \ +static_assert(alignof(FEventQueueAction) == 0x000008, "Wrong alignment on FEventQueueAction"); \ +static_assert(sizeof(FEventQueueAction) == 0x000140, "Wrong size on FEventQueueAction"); \ + +#define DUMPER7_ASSERTS_FActionContext \ +static_assert(alignof(FActionContext) == 0x000010, "Wrong alignment on FActionContext"); \ +static_assert(sizeof(FActionContext) == 0x0003B0, "Wrong size on FActionContext"); \ +static_assert(offsetof(FActionContext, ActiveMoveSet) == 0x000000, "Member 'FActionContext::ActiveMoveSet' has a wrong offset!"); \ +static_assert(offsetof(FActionContext, ActionInstigator) == 0x000008, "Member 'FActionContext::ActionInstigator' has a wrong offset!"); \ +static_assert(offsetof(FActionContext, ActionTarget) == 0x000010, "Member 'FActionContext::ActionTarget' has a wrong offset!"); \ +static_assert(offsetof(FActionContext, AnchorActor) == 0x000018, "Member 'FActionContext::AnchorActor' has a wrong offset!"); \ +static_assert(offsetof(FActionContext, ActionType) == 0x000020, "Member 'FActionContext::ActionType' has a wrong offset!"); \ +static_assert(offsetof(FActionContext, bHasAnchor) == 0x000028, "Member 'FActionContext::bHasAnchor' has a wrong offset!"); \ +static_assert(offsetof(FActionContext, Anchor) == 0x000030, "Member 'FActionContext::Anchor' has a wrong offset!"); \ +static_assert(offsetof(FActionContext, bSingle) == 0x000090, "Member 'FActionContext::bSingle' has a wrong offset!"); \ +static_assert(offsetof(FActionContext, bForceResponse) == 0x000091, "Member 'FActionContext::bForceResponse' has a wrong offset!"); \ +static_assert(offsetof(FActionContext, InteractionAxis) == 0x000098, "Member 'FActionContext::InteractionAxis' has a wrong offset!"); \ +static_assert(offsetof(FActionContext, InteractionAxisTolerance) == 0x0000B0, "Member 'FActionContext::InteractionAxisTolerance' has a wrong offset!"); \ +static_assert(offsetof(FActionContext, InstegatorWarpRate) == 0x0000B4, "Member 'FActionContext::InstegatorWarpRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStandaloneEmitter \ +static_assert(alignof(FStandaloneEmitter) == 0x000008, "Wrong alignment on FStandaloneEmitter"); \ +static_assert(sizeof(FStandaloneEmitter) == 0x000010, "Wrong size on FStandaloneEmitter"); \ +static_assert(offsetof(FStandaloneEmitter, Emitters) == 0x000000, "Member 'FStandaloneEmitter::Emitters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcementAgentData \ +static_assert(alignof(FEnforcementAgentData) == 0x000008, "Wrong alignment on FEnforcementAgentData"); \ +static_assert(sizeof(FEnforcementAgentData) == 0x000090, "Wrong size on FEnforcementAgentData"); \ +static_assert(offsetof(FEnforcementAgentData, PlaceId) == 0x000000, "Member 'FEnforcementAgentData::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementAgentData, TargetPlaceID) == 0x000008, "Member 'FEnforcementAgentData::TargetPlaceID' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementAgentData, GroupPlaceID) == 0x000010, "Member 'FEnforcementAgentData::GroupPlaceID' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementAgentData, AgentType) == 0x000018, "Member 'FEnforcementAgentData::AgentType' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementAgentData, CurrentTask) == 0x000019, "Member 'FEnforcementAgentData::CurrentTask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcmentHelicopterSettings \ +static_assert(alignof(FEnforcmentHelicopterSettings) == 0x000008, "Wrong alignment on FEnforcmentHelicopterSettings"); \ +static_assert(sizeof(FEnforcmentHelicopterSettings) == 0x000078, "Wrong size on FEnforcmentHelicopterSettings"); \ +static_assert(offsetof(FEnforcmentHelicopterSettings, HelicopterSpawnClass) == 0x000000, "Member 'FEnforcmentHelicopterSettings::HelicopterSpawnClass' has a wrong offset!"); \ +static_assert(offsetof(FEnforcmentHelicopterSettings, ReportPlayerOnFollowingRoads) == 0x000028, "Member 'FEnforcmentHelicopterSettings::ReportPlayerOnFollowingRoads' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcmentSpawnDataSettings \ +static_assert(alignof(FEnforcmentSpawnDataSettings) == 0x000010, "Wrong alignment on FEnforcmentSpawnDataSettings"); \ +static_assert(sizeof(FEnforcmentSpawnDataSettings) == 0x0004E0, "Wrong size on FEnforcmentSpawnDataSettings"); \ +static_assert(offsetof(FEnforcmentSpawnDataSettings, SpawnClearanceRadius) == 0x000000, "Member 'FEnforcmentSpawnDataSettings::SpawnClearanceRadius' has a wrong offset!"); \ +static_assert(offsetof(FEnforcmentSpawnDataSettings, HelicopterSpawnClass) == 0x000008, "Member 'FEnforcmentSpawnDataSettings::HelicopterSpawnClass' has a wrong offset!"); \ +static_assert(offsetof(FEnforcmentSpawnDataSettings, DefaultVehicleSpawnSet) == 0x000030, "Member 'FEnforcmentSpawnDataSettings::DefaultVehicleSpawnSet' has a wrong offset!"); \ +static_assert(offsetof(FEnforcmentSpawnDataSettings, VehicleController) == 0x000038, "Member 'FEnforcmentSpawnDataSettings::VehicleController' has a wrong offset!"); \ +static_assert(offsetof(FEnforcmentSpawnDataSettings, BehaviorTree) == 0x000060, "Member 'FEnforcmentSpawnDataSettings::BehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(FEnforcmentSpawnDataSettings, AgentLevelCalculator) == 0x000088, "Member 'FEnforcmentSpawnDataSettings::AgentLevelCalculator' has a wrong offset!"); \ +static_assert(offsetof(FEnforcmentSpawnDataSettings, VehicleOccupants) == 0x0000B0, "Member 'FEnforcmentSpawnDataSettings::VehicleOccupants' has a wrong offset!"); \ +static_assert(offsetof(FEnforcmentSpawnDataSettings, EnforcementIconConfig) == 0x000100, "Member 'FEnforcmentSpawnDataSettings::EnforcementIconConfig' has a wrong offset!"); \ +static_assert(offsetof(FEnforcmentSpawnDataSettings, VehicleDriveQueryFilter) == 0x000450, "Member 'FEnforcmentSpawnDataSettings::VehicleDriveQueryFilter' has a wrong offset!"); \ +static_assert(offsetof(FEnforcmentSpawnDataSettings, VehicleSpawnQueryFilter) == 0x00045C, "Member 'FEnforcmentSpawnDataSettings::VehicleSpawnQueryFilter' has a wrong offset!"); \ +static_assert(offsetof(FEnforcmentSpawnDataSettings, HelicopterSettings) == 0x000468, "Member 'FEnforcmentSpawnDataSettings::HelicopterSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTaggedMoveSet \ +static_assert(alignof(FTaggedMoveSet) == 0x000008, "Wrong alignment on FTaggedMoveSet"); \ +static_assert(sizeof(FTaggedMoveSet) == 0x000010, "Wrong size on FTaggedMoveSet"); \ +static_assert(offsetof(FTaggedMoveSet, Tag) == 0x000000, "Member 'FTaggedMoveSet::Tag' has a wrong offset!"); \ +static_assert(offsetof(FTaggedMoveSet, MoveSet) == 0x000008, "Member 'FTaggedMoveSet::MoveSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcementSearchSettings \ +static_assert(alignof(FEnforcementSearchSettings) == 0x000004, "Wrong alignment on FEnforcementSearchSettings"); \ +static_assert(sizeof(FEnforcementSearchSettings) == 0x000008, "Wrong size on FEnforcementSearchSettings"); \ +static_assert(offsetof(FEnforcementSearchSettings, SearchArrivalDistance) == 0x000000, "Member 'FEnforcementSearchSettings::SearchArrivalDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementSearchSettings, SearchAssistDistance) == 0x000004, "Member 'FEnforcementSearchSettings::SearchAssistDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVOSubsystemLine \ +static_assert(alignof(FVOSubsystemLine) == 0x000008, "Wrong alignment on FVOSubsystemLine"); \ +static_assert(sizeof(FVOSubsystemLine) == 0x000050, "Wrong size on FVOSubsystemLine"); \ +static_assert(offsetof(FVOSubsystemLine, Event) == 0x000040, "Member 'FVOSubsystemLine::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcementChaseSettings \ +static_assert(alignof(FEnforcementChaseSettings) == 0x000008, "Wrong alignment on FEnforcementChaseSettings"); \ +static_assert(sizeof(FEnforcementChaseSettings) == 0x000170, "Wrong size on FEnforcementChaseSettings"); \ +static_assert(offsetof(FEnforcementChaseSettings, ChaseVehicleSpiritMaxspeed) == 0x000000, "Member 'FEnforcementChaseSettings::ChaseVehicleSpiritMaxspeed' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, ChaseVehicleSpiritAcceleration) == 0x000004, "Member 'FEnforcementChaseSettings::ChaseVehicleSpiritAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, ChaseVehicleSpiritDecceleration) == 0x000008, "Member 'FEnforcementChaseSettings::ChaseVehicleSpiritDecceleration' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, bAllowReturnDriver) == 0x00000C, "Member 'FEnforcementChaseSettings::bAllowReturnDriver' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, ReturnDriverDistance) == 0x000010, "Member 'FEnforcementChaseSettings::ReturnDriverDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, ReturnDriverDistanceForNewDriver) == 0x000014, "Member 'FEnforcementChaseSettings::ReturnDriverDistanceForNewDriver' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RecreateDriverDistance) == 0x000018, "Member 'FEnforcementChaseSettings::RecreateDriverDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, bAllowReturnToLane) == 0x00001C, "Member 'FEnforcementChaseSettings::bAllowReturnToLane' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, ReturnToLanePlayerDistance) == 0x000020, "Member 'FEnforcementChaseSettings::ReturnToLanePlayerDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, ReturnToLaneRoadDistance) == 0x000024, "Member 'FEnforcementChaseSettings::ReturnToLaneRoadDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, bRelocateFarawayAgents) == 0x000028, "Member 'FEnforcementChaseSettings::bRelocateFarawayAgents' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RelocatePlayerDistance) == 0x00002C, "Member 'FEnforcementChaseSettings::RelocatePlayerDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RelocateSearchRange) == 0x000030, "Member 'FEnforcementChaseSettings::RelocateSearchRange' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RelocateSearchPlayerSpeedTime) == 0x000034, "Member 'FEnforcementChaseSettings::RelocateSearchPlayerSpeedTime' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RelocatePlayerBlockRange) == 0x000038, "Member 'FEnforcementChaseSettings::RelocatePlayerBlockRange' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RelocateAgentCooldown) == 0x00003C, "Member 'FEnforcementChaseSettings::RelocateAgentCooldown' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RelocateForwardAngleTreshold) == 0x000040, "Member 'FEnforcementChaseSettings::RelocateForwardAngleTreshold' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RelocateFactionCooldown) == 0x000044, "Member 'FEnforcementChaseSettings::RelocateFactionCooldown' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, InitialRelocateFactionCooldown) == 0x000048, "Member 'FEnforcementChaseSettings::InitialRelocateFactionCooldown' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, ClearTrafficRadius) == 0x00004C, "Member 'FEnforcementChaseSettings::ClearTrafficRadius' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, bDispatchAgentsOnFakeChases) == 0x000050, "Member 'FEnforcementChaseSettings::bDispatchAgentsOnFakeChases' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, FakeChaseDuration) == 0x000054, "Member 'FEnforcementChaseSettings::FakeChaseDuration' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, FakeChaseDispatchCooldown) == 0x000058, "Member 'FEnforcementChaseSettings::FakeChaseDispatchCooldown' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, FakeChaseDispatchChance) == 0x00005C, "Member 'FEnforcementChaseSettings::FakeChaseDispatchChance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, FakeChaseSpeedModifier) == 0x000060, "Member 'FEnforcementChaseSettings::FakeChaseSpeedModifier' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, OnfootDetectionRange) == 0x000064, "Member 'FEnforcementChaseSettings::OnfootDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, VehicleDetectionRange) == 0x000068, "Member 'FEnforcementChaseSettings::VehicleDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, PatrolVehicleNearDetectionRange) == 0x00006C, "Member 'FEnforcementChaseSettings::PatrolVehicleNearDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, PatrolVehicleDetectionRange) == 0x000070, "Member 'FEnforcementChaseSettings::PatrolVehicleDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, PatrolVehicleDetectionAngle) == 0x000074, "Member 'FEnforcementChaseSettings::PatrolVehicleDetectionAngle' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, VehicleNoEngineDetectionRange) == 0x000078, "Member 'FEnforcementChaseSettings::VehicleNoEngineDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, ExtraSightRangePerType) == 0x00007C, "Member 'FEnforcementChaseSettings::ExtraSightRangePerType' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, SightPointOffsetPerType) == 0x000090, "Member 'FEnforcementChaseSettings::SightPointOffsetPerType' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RoadblockSearchRange) == 0x0000F0, "Member 'FEnforcementChaseSettings::RoadblockSearchRange' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RoadblockSearchPlayerSpeedTime) == 0x0000F4, "Member 'FEnforcementChaseSettings::RoadblockSearchPlayerSpeedTime' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RoadBlockRemovalRangeInChase) == 0x0000F8, "Member 'FEnforcementChaseSettings::RoadBlockRemovalRangeInChase' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RoadBlockRemovalRangeOutOfChase) == 0x0000FC, "Member 'FEnforcementChaseSettings::RoadBlockRemovalRangeOutOfChase' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RoadBlockMinimumDistanceToSource) == 0x000100, "Member 'FEnforcementChaseSettings::RoadBlockMinimumDistanceToSource' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RoadBlockMinimumDistanceToOtherGroup) == 0x000104, "Member 'FEnforcementChaseSettings::RoadBlockMinimumDistanceToOtherGroup' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RoadBlockMaxUpAngle) == 0x000108, "Member 'FEnforcementChaseSettings::RoadBlockMaxUpAngle' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, RoadblockLaneQueryFilter) == 0x00010C, "Member 'FEnforcementChaseSettings::RoadblockLaneQueryFilter' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, MaximumCallDistance) == 0x000118, "Member 'FEnforcementChaseSettings::MaximumCallDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, TimeUntilExit) == 0x00011C, "Member 'FEnforcementChaseSettings::TimeUntilExit' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, TargetSpeedForStopping) == 0x000120, "Member 'FEnforcementChaseSettings::TargetSpeedForStopping' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, TargetMaxThrottleForStopping) == 0x000124, "Member 'FEnforcementChaseSettings::TargetMaxThrottleForStopping' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, bWantToPullOutDriver) == 0x000128, "Member 'FEnforcementChaseSettings::bWantToPullOutDriver' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, AgentSpeedForExiting) == 0x00012C, "Member 'FEnforcementChaseSettings::AgentSpeedForExiting' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, ArrivalDistance) == 0x000130, "Member 'FEnforcementChaseSettings::ArrivalDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, LeaveDistance) == 0x000134, "Member 'FEnforcementChaseSettings::LeaveDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, EndOfPathArrivalDistance) == 0x000138, "Member 'FEnforcementChaseSettings::EndOfPathArrivalDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, TargetDistanceFromEndOfLane) == 0x00013C, "Member 'FEnforcementChaseSettings::TargetDistanceFromEndOfLane' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, StopBlockLaneRadius) == 0x000140, "Member 'FEnforcementChaseSettings::StopBlockLaneRadius' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, VehicleChaseQueryFilter) == 0x000144, "Member 'FEnforcementChaseSettings::VehicleChaseQueryFilter' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementChaseSettings, ChaseTags) == 0x000150, "Member 'FEnforcementChaseSettings::ChaseTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcementInterceptSettings \ +static_assert(alignof(FEnforcementInterceptSettings) == 0x000004, "Wrong alignment on FEnforcementInterceptSettings"); \ +static_assert(sizeof(FEnforcementInterceptSettings) == 0x000014, "Wrong size on FEnforcementInterceptSettings"); \ +static_assert(offsetof(FEnforcementInterceptSettings, InterceptForwardDistanceBaseDistance) == 0x000000, "Member 'FEnforcementInterceptSettings::InterceptForwardDistanceBaseDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementInterceptSettings, InterceptForwardDistanceTimePrediction) == 0x000004, "Member 'FEnforcementInterceptSettings::InterceptForwardDistanceTimePrediction' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementInterceptSettings, InterceptArrivalDistance) == 0x000008, "Member 'FEnforcementInterceptSettings::InterceptArrivalDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementInterceptSettings, InterceptPerfectInstinctTimer) == 0x00000C, "Member 'FEnforcementInterceptSettings::InterceptPerfectInstinctTimer' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementInterceptSettings, ChaseToInterceptPathDistanceThreshold) == 0x000010, "Member 'FEnforcementInterceptSettings::ChaseToInterceptPathDistanceThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcementFactionWorldSettings \ +static_assert(alignof(FEnforcementFactionWorldSettings) == 0x000008, "Wrong alignment on FEnforcementFactionWorldSettings"); \ +static_assert(sizeof(FEnforcementFactionWorldSettings) == 0x000038, "Wrong size on FEnforcementFactionWorldSettings"); \ +static_assert(offsetof(FEnforcementFactionWorldSettings, AllowPatrolCondition) == 0x000000, "Member 'FEnforcementFactionWorldSettings::AllowPatrolCondition' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionWorldSettings, SpawnLocations) == 0x000018, "Member 'FEnforcementFactionWorldSettings::SpawnLocations' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionWorldSettings, PatrolPaths) == 0x000028, "Member 'FEnforcementFactionWorldSettings::PatrolPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcementCrimeSceneSettings \ +static_assert(alignof(FEnforcementCrimeSceneSettings) == 0x000010, "Wrong alignment on FEnforcementCrimeSceneSettings"); \ +static_assert(sizeof(FEnforcementCrimeSceneSettings) == 0x000320, "Wrong size on FEnforcementCrimeSceneSettings"); \ +static_assert(offsetof(FEnforcementCrimeSceneSettings, CrimeSceneName) == 0x000000, "Member 'FEnforcementCrimeSceneSettings::CrimeSceneName' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementCrimeSceneSettings, bShowWantedUI) == 0x000008, "Member 'FEnforcementCrimeSceneSettings::bShowWantedUI' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementCrimeSceneSettings, MapIcon) == 0x000010, "Member 'FEnforcementCrimeSceneSettings::MapIcon' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementCrimeSceneSettings, MiniMapIcon) == 0x000190, "Member 'FEnforcementCrimeSceneSettings::MiniMapIcon' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementCrimeSceneSettings, Radius) == 0x000310, "Member 'FEnforcementCrimeSceneSettings::Radius' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementCrimeSceneSettings, EscapeTime) == 0x000314, "Member 'FEnforcementCrimeSceneSettings::EscapeTime' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementCrimeSceneSettings, InitialSpottedDuration) == 0x000318, "Member 'FEnforcementCrimeSceneSettings::InitialSpottedDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraOverrideSettings \ +static_assert(alignof(FCameraOverrideSettings) == 0x000004, "Wrong alignment on FCameraOverrideSettings"); \ +static_assert(sizeof(FCameraOverrideSettings) == 0x000008, "Wrong size on FCameraOverrideSettings"); \ +static_assert(offsetof(FCameraOverrideSettings, FieldOfViewMultiplier) == 0x000004, "Member 'FCameraOverrideSettings::FieldOfViewMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcementActiveCrimeMaterialParameter \ +static_assert(alignof(FEnforcementActiveCrimeMaterialParameter) == 0x000008, "Wrong alignment on FEnforcementActiveCrimeMaterialParameter"); \ +static_assert(sizeof(FEnforcementActiveCrimeMaterialParameter) == 0x000038, "Wrong size on FEnforcementActiveCrimeMaterialParameter"); \ +static_assert(offsetof(FEnforcementActiveCrimeMaterialParameter, ActiveEnforcementPostProcessingEffect) == 0x000000, "Member 'FEnforcementActiveCrimeMaterialParameter::ActiveEnforcementPostProcessingEffect' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementActiveCrimeMaterialParameter, FadeInType) == 0x000028, "Member 'FEnforcementActiveCrimeMaterialParameter::FadeInType' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementActiveCrimeMaterialParameter, FadeOutType) == 0x000029, "Member 'FEnforcementActiveCrimeMaterialParameter::FadeOutType' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementActiveCrimeMaterialParameter, FadeInDuration) == 0x00002C, "Member 'FEnforcementActiveCrimeMaterialParameter::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementActiveCrimeMaterialParameter, FadeOutDuration) == 0x000030, "Member 'FEnforcementActiveCrimeMaterialParameter::FadeOutDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnforcementFactionSettings \ +static_assert(alignof(FEnforcementFactionSettings) == 0x000010, "Wrong alignment on FEnforcementFactionSettings"); \ +static_assert(sizeof(FEnforcementFactionSettings) == 0x000AC0, "Wrong size on FEnforcementFactionSettings"); \ +static_assert(offsetof(FEnforcementFactionSettings, TeamID) == 0x000000, "Member 'FEnforcementFactionSettings::TeamID' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, WantedWorldStateId) == 0x000004, "Member 'FEnforcementFactionSettings::WantedWorldStateId' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, TargetReason) == 0x00001C, "Member 'FEnforcementFactionSettings::TargetReason' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, CrimeDatabase) == 0x000028, "Member 'FEnforcementFactionSettings::CrimeDatabase' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, DetectPatrolingAgentsVehicleSkill) == 0x000050, "Member 'FEnforcementFactionSettings::DetectPatrolingAgentsVehicleSkill' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, DecayCooldown) == 0x000078, "Member 'FEnforcementFactionSettings::DecayCooldown' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, DecayRatePerSecond) == 0x00007C, "Member 'FEnforcementFactionSettings::DecayRatePerSecond' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, CharacterAgentRadius) == 0x000080, "Member 'FEnforcementFactionSettings::CharacterAgentRadius' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, OverflowMaxVehicleAgentRadius) == 0x000084, "Member 'FEnforcementFactionSettings::OverflowMaxVehicleAgentRadius' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, NearEnforcementAgentDistance) == 0x000088, "Member 'FEnforcementFactionSettings::NearEnforcementAgentDistance' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, CrimeCommitedNearAgentScoreMultiplier) == 0x00008C, "Member 'FEnforcementFactionSettings::CrimeCommitedNearAgentScoreMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, BlueprintClass) == 0x000090, "Member 'FEnforcementFactionSettings::BlueprintClass' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, SpawnSettings) == 0x0000A0, "Member 'FEnforcementFactionSettings::SpawnSettings' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, CrimeSceneSettings) == 0x000580, "Member 'FEnforcementFactionSettings::CrimeSceneSettings' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, CrimeSceneVoices) == 0x0008A0, "Member 'FEnforcementFactionSettings::CrimeSceneVoices' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, ChaseSettings) == 0x0008D8, "Member 'FEnforcementFactionSettings::ChaseSettings' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, SearchSettings) == 0x000A48, "Member 'FEnforcementFactionSettings::SearchSettings' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, InterceptSettings) == 0x000A50, "Member 'FEnforcementFactionSettings::InterceptSettings' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, SeverityLevels) == 0x000A68, "Member 'FEnforcementFactionSettings::SeverityLevels' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, MaxActiveVehicleAgents) == 0x000A78, "Member 'FEnforcementFactionSettings::MaxActiveVehicleAgents' has a wrong offset!"); \ +static_assert(offsetof(FEnforcementFactionSettings, ActiveCrimeMaterialParameter) == 0x000A80, "Member 'FEnforcementFactionSettings::ActiveCrimeMaterialParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrimeSceneAssignedAgent \ +static_assert(alignof(FCrimeSceneAssignedAgent) == 0x000004, "Wrong alignment on FCrimeSceneAssignedAgent"); \ +static_assert(sizeof(FCrimeSceneAssignedAgent) == 0x00000C, "Wrong size on FCrimeSceneAssignedAgent"); \ +static_assert(offsetof(FCrimeSceneAssignedAgent, AgentPlaceId) == 0x000000, "Member 'FCrimeSceneAssignedAgent::AgentPlaceId' has a wrong offset!"); \ +static_assert(offsetof(FCrimeSceneAssignedAgent, AgentType) == 0x000008, "Member 'FCrimeSceneAssignedAgent::AgentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_StripRootDelta \ +static_assert(alignof(FAnimNode_StripRootDelta) == 0x000008, "Wrong alignment on FAnimNode_StripRootDelta"); \ +static_assert(sizeof(FAnimNode_StripRootDelta) == 0x0000D0, "Wrong size on FAnimNode_StripRootDelta"); \ + +#define DUMPER7_ASSERTS_FCommonFlagProfile \ +static_assert(alignof(FCommonFlagProfile) == 0x000008, "Wrong alignment on FCommonFlagProfile"); \ +static_assert(sizeof(FCommonFlagProfile) == 0x000010, "Wrong size on FCommonFlagProfile"); \ +static_assert(offsetof(FCommonFlagProfile, FlagProfile) == 0x000000, "Member 'FCommonFlagProfile::FlagProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFollowUpAnimationTagMappingSubEntry \ +static_assert(alignof(FFollowUpAnimationTagMappingSubEntry) == 0x000008, "Wrong alignment on FFollowUpAnimationTagMappingSubEntry"); \ +static_assert(sizeof(FFollowUpAnimationTagMappingSubEntry) == 0x000098, "Wrong size on FFollowUpAnimationTagMappingSubEntry"); \ +static_assert(offsetof(FFollowUpAnimationTagMappingSubEntry, Probability) == 0x000000, "Member 'FFollowUpAnimationTagMappingSubEntry::Probability' has a wrong offset!"); \ +static_assert(offsetof(FFollowUpAnimationTagMappingSubEntry, RequiredQuery) == 0x000008, "Member 'FFollowUpAnimationTagMappingSubEntry::RequiredQuery' has a wrong offset!"); \ +static_assert(offsetof(FFollowUpAnimationTagMappingSubEntry, PreferredQuery) == 0x000050, "Member 'FFollowUpAnimationTagMappingSubEntry::PreferredQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTakedownBase \ +static_assert(alignof(FTakedownBase) == 0x000004, "Wrong alignment on FTakedownBase"); \ +static_assert(sizeof(FTakedownBase) == 0x000008, "Wrong size on FTakedownBase"); \ +static_assert(offsetof(FTakedownBase, bDebugBypass) == 0x000000, "Member 'FTakedownBase::bDebugBypass' has a wrong offset!"); \ +static_assert(offsetof(FTakedownBase, TimeKey) == 0x000004, "Member 'FTakedownBase::TimeKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTakedownWheelRadiusChange \ +static_assert(alignof(FTakedownWheelRadiusChange) == 0x000004, "Wrong alignment on FTakedownWheelRadiusChange"); \ +static_assert(sizeof(FTakedownWheelRadiusChange) == 0x000018, "Wrong size on FTakedownWheelRadiusChange"); \ +static_assert(offsetof(FTakedownWheelRadiusChange, WheelIndex) == 0x000008, "Member 'FTakedownWheelRadiusChange::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(FTakedownWheelRadiusChange, bRestoreWheelRadius) == 0x00000C, "Member 'FTakedownWheelRadiusChange::bRestoreWheelRadius' has a wrong offset!"); \ +static_assert(offsetof(FTakedownWheelRadiusChange, TargetWheelRadius) == 0x000010, "Member 'FTakedownWheelRadiusChange::TargetWheelRadius' has a wrong offset!"); \ +static_assert(offsetof(FTakedownWheelRadiusChange, BlendTime) == 0x000014, "Member 'FTakedownWheelRadiusChange::BlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFollowUpAnimationTagMappingEntry \ +static_assert(alignof(FFollowUpAnimationTagMappingEntry) == 0x000008, "Wrong alignment on FFollowUpAnimationTagMappingEntry"); \ +static_assert(sizeof(FFollowUpAnimationTagMappingEntry) == 0x000038, "Wrong size on FFollowUpAnimationTagMappingEntry"); \ +static_assert(offsetof(FFollowUpAnimationTagMappingEntry, Container) == 0x000000, "Member 'FFollowUpAnimationTagMappingEntry::Container' has a wrong offset!"); \ +static_assert(offsetof(FFollowUpAnimationTagMappingEntry, Queries) == 0x000020, "Member 'FFollowUpAnimationTagMappingEntry::Queries' has a wrong offset!"); \ +static_assert(offsetof(FFollowUpAnimationTagMappingEntry, TotalProbabilitySum) == 0x000030, "Member 'FFollowUpAnimationTagMappingEntry::TotalProbabilitySum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTaggedAction \ +static_assert(alignof(FTaggedAction) == 0x000008, "Wrong alignment on FTaggedAction"); \ +static_assert(sizeof(FTaggedAction) == 0x000050, "Wrong size on FTaggedAction"); \ +static_assert(offsetof(FTaggedAction, Query) == 0x000000, "Member 'FTaggedAction::Query' has a wrong offset!"); \ +static_assert(offsetof(FTaggedAction, Action) == 0x000048, "Member 'FTaggedAction::Action' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotOncomingTrafficDetectionParameters \ +static_assert(alignof(FAutoPilotOncomingTrafficDetectionParameters) == 0x000004, "Wrong alignment on FAutoPilotOncomingTrafficDetectionParameters"); \ +static_assert(sizeof(FAutoPilotOncomingTrafficDetectionParameters) == 0x000014, "Wrong size on FAutoPilotOncomingTrafficDetectionParameters"); \ +static_assert(offsetof(FAutoPilotOncomingTrafficDetectionParameters, bApplyOncomingSteering) == 0x000000, "Member 'FAutoPilotOncomingTrafficDetectionParameters::bApplyOncomingSteering' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotOncomingTrafficDetectionParameters, bResetLaneOffsets) == 0x000001, "Member 'FAutoPilotOncomingTrafficDetectionParameters::bResetLaneOffsets' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotOncomingTrafficDetectionParameters, OtherVehicleSpeedThreshold) == 0x000004, "Member 'FAutoPilotOncomingTrafficDetectionParameters::OtherVehicleSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotOncomingTrafficDetectionParameters, MyVehicleSpeedThreshold) == 0x000008, "Member 'FAutoPilotOncomingTrafficDetectionParameters::MyVehicleSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotOncomingTrafficDetectionParameters, DiffAngleThreshold) == 0x00000C, "Member 'FAutoPilotOncomingTrafficDetectionParameters::DiffAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotOncomingTrafficDetectionParameters, PredictionTime) == 0x000010, "Member 'FAutoPilotOncomingTrafficDetectionParameters::PredictionTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlotEntranceBuilderParams \ +static_assert(alignof(FSlotEntranceBuilderParams) == 0x000008, "Wrong alignment on FSlotEntranceBuilderParams"); \ +static_assert(sizeof(FSlotEntranceBuilderParams) == 0x000020, "Wrong size on FSlotEntranceBuilderParams"); \ +static_assert(offsetof(FSlotEntranceBuilderParams, ConnectJointName) == 0x000000, "Member 'FSlotEntranceBuilderParams::ConnectJointName' has a wrong offset!"); \ +static_assert(offsetof(FSlotEntranceBuilderParams, ConnectJointAnimSpaceCorrection) == 0x000008, "Member 'FSlotEntranceBuilderParams::ConnectJointAnimSpaceCorrection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FadeEntry \ +static_assert(alignof(FadeEntry) == 0x000004, "Wrong alignment on FadeEntry"); \ +static_assert(sizeof(FadeEntry) == 0x000008, "Wrong size on FadeEntry"); \ + +#define DUMPER7_ASSERTS_FInteractionCharacterActionsConfiguration \ +static_assert(alignof(FInteractionCharacterActionsConfiguration) == 0x000008, "Wrong alignment on FInteractionCharacterActionsConfiguration"); \ +static_assert(sizeof(FInteractionCharacterActionsConfiguration) == 0x000050, "Wrong size on FInteractionCharacterActionsConfiguration"); \ +static_assert(offsetof(FInteractionCharacterActionsConfiguration, ResponseMap) == 0x000000, "Member 'FInteractionCharacterActionsConfiguration::ResponseMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHudViewModelSettings \ +static_assert(alignof(FHudViewModelSettings) == 0x000004, "Wrong alignment on FHudViewModelSettings"); \ +static_assert(sizeof(FHudViewModelSettings) == 0x000078, "Wrong size on FHudViewModelSettings"); \ +static_assert(offsetof(FHudViewModelSettings, LetterBoxVisibleCondition) == 0x000000, "Member 'FHudViewModelSettings::LetterBoxVisibleCondition' has a wrong offset!"); \ +static_assert(offsetof(FHudViewModelSettings, EquipmentVisibleCondition) == 0x000018, "Member 'FHudViewModelSettings::EquipmentVisibleCondition' has a wrong offset!"); \ +static_assert(offsetof(FHudViewModelSettings, MissionsVisibleCondition) == 0x000030, "Member 'FHudViewModelSettings::MissionsVisibleCondition' has a wrong offset!"); \ +static_assert(offsetof(FHudViewModelSettings, VehicleVisibleCondition) == 0x000048, "Member 'FHudViewModelSettings::VehicleVisibleCondition' has a wrong offset!"); \ +static_assert(offsetof(FHudViewModelSettings, NotificationsEnabledCondition) == 0x000060, "Member 'FHudViewModelSettings::NotificationsEnabledCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntimidateResultActionPayload \ +static_assert(alignof(FIntimidateResultActionPayload) == 0x000001, "Wrong alignment on FIntimidateResultActionPayload"); \ +static_assert(sizeof(FIntimidateResultActionPayload) == 0x000001, "Wrong size on FIntimidateResultActionPayload"); \ + +#define DUMPER7_ASSERTS_FSynchronizedInteractionConstraints \ +static_assert(alignof(FSynchronizedInteractionConstraints) == 0x000008, "Wrong alignment on FSynchronizedInteractionConstraints"); \ +static_assert(sizeof(FSynchronizedInteractionConstraints) == 0x000070, "Wrong size on FSynchronizedInteractionConstraints"); \ +static_assert(offsetof(FSynchronizedInteractionConstraints, MinAngle) == 0x000000, "Member 'FSynchronizedInteractionConstraints::MinAngle' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionConstraints, MaxAngle) == 0x000004, "Member 'FSynchronizedInteractionConstraints::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionConstraints, MinDistance) == 0x000008, "Member 'FSynchronizedInteractionConstraints::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionConstraints, MaxDistance) == 0x00000C, "Member 'FSynchronizedInteractionConstraints::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionConstraints, MinLateralDistance) == 0x000010, "Member 'FSynchronizedInteractionConstraints::MinLateralDistance' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionConstraints, MaxLateralDistance) == 0x000014, "Member 'FSynchronizedInteractionConstraints::MaxLateralDistance' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionConstraints, MinVerticalDistance) == 0x000018, "Member 'FSynchronizedInteractionConstraints::MinVerticalDistance' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionConstraints, MaxVerticalDistance) == 0x00001C, "Member 'FSynchronizedInteractionConstraints::MaxVerticalDistance' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionConstraints, AlignmentAngle) == 0x000020, "Member 'FSynchronizedInteractionConstraints::AlignmentAngle' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionConstraints, AlignmentLocation) == 0x000038, "Member 'FSynchronizedInteractionConstraints::AlignmentLocation' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionConstraints, InteractionAxis) == 0x000050, "Member 'FSynchronizedInteractionConstraints::InteractionAxis' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionConstraints, InteractionAxisTolerance) == 0x000068, "Member 'FSynchronizedInteractionConstraints::InteractionAxisTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynchronizedInteractionData \ +static_assert(alignof(FSynchronizedInteractionData) == 0x000008, "Wrong alignment on FSynchronizedInteractionData"); \ +static_assert(sizeof(FSynchronizedInteractionData) == 0x000088, "Wrong size on FSynchronizedInteractionData"); \ +static_assert(offsetof(FSynchronizedInteractionData, Actor) == 0x000000, "Member 'FSynchronizedInteractionData::Actor' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionData, AnimSequence) == 0x000008, "Member 'FSynchronizedInteractionData::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionData, Constraints) == 0x000010, "Member 'FSynchronizedInteractionData::Constraints' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionData, MotionFilterWeight) == 0x000080, "Member 'FSynchronizedInteractionData::MotionFilterWeight' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionData, bAllowDelayedDispatch) == 0x000084, "Member 'FSynchronizedInteractionData::bAllowDelayedDispatch' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionData, bIgnoreSpatialConstraints) == 0x000085, "Member 'FSynchronizedInteractionData::bIgnoreSpatialConstraints' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionData, bIgnoreTemporalConstraints) == 0x000086, "Member 'FSynchronizedInteractionData::bIgnoreTemporalConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlledLightData \ +static_assert(alignof(FControlledLightData) == 0x000008, "Wrong alignment on FControlledLightData"); \ +static_assert(sizeof(FControlledLightData) == 0x000018, "Wrong size on FControlledLightData"); \ +static_assert(offsetof(FControlledLightData, TimeControlState) == 0x000000, "Member 'FControlledLightData::TimeControlState' has a wrong offset!"); \ +static_assert(offsetof(FControlledLightData, TimeControlledMin) == 0x000008, "Member 'FControlledLightData::TimeControlledMin' has a wrong offset!"); \ +static_assert(offsetof(FControlledLightData, TimeControlledMax) == 0x000010, "Member 'FControlledLightData::TimeControlledMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLinkedLayerMetaData \ +static_assert(alignof(FLinkedLayerMetaData) == 0x000001, "Wrong alignment on FLinkedLayerMetaData"); \ +static_assert(sizeof(FLinkedLayerMetaData) == 0x000001, "Wrong size on FLinkedLayerMetaData"); \ +static_assert(offsetof(FLinkedLayerMetaData, bDeferUnlink) == 0x000000, "Member 'FLinkedLayerMetaData::bDeferUnlink' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialOvveride \ +static_assert(alignof(FMaterialOvveride) == 0x000008, "Wrong alignment on FMaterialOvveride"); \ +static_assert(sizeof(FMaterialOvveride) == 0x000010, "Wrong size on FMaterialOvveride"); \ +static_assert(offsetof(FMaterialOvveride, Material) == 0x000000, "Member 'FMaterialOvveride::Material' has a wrong offset!"); \ +static_assert(offsetof(FMaterialOvveride, SlotName) == 0x000008, "Member 'FMaterialOvveride::SlotName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialOverrides \ +static_assert(alignof(FMaterialOverrides) == 0x000008, "Wrong alignment on FMaterialOverrides"); \ +static_assert(sizeof(FMaterialOverrides) == 0x000010, "Wrong size on FMaterialOverrides"); \ +static_assert(offsetof(FMaterialOverrides, MaterialOverrides) == 0x000000, "Member 'FMaterialOverrides::MaterialOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTriangleInfo \ +static_assert(alignof(FTriangleInfo) == 0x000008, "Wrong alignment on FTriangleInfo"); \ +static_assert(sizeof(FTriangleInfo) == 0x000038, "Wrong size on FTriangleInfo"); \ + +#define DUMPER7_ASSERTS_FVertexArrayHolder \ +static_assert(alignof(FVertexArrayHolder) == 0x000008, "Wrong alignment on FVertexArrayHolder"); \ +static_assert(sizeof(FVertexArrayHolder) == 0x000010, "Wrong size on FVertexArrayHolder"); \ + +#define DUMPER7_ASSERTS_FVehicleDamageClassificationSettings \ +static_assert(alignof(FVehicleDamageClassificationSettings) == 0x000004, "Wrong alignment on FVehicleDamageClassificationSettings"); \ +static_assert(sizeof(FVehicleDamageClassificationSettings) == 0x000020, "Wrong size on FVehicleDamageClassificationSettings"); \ +static_assert(offsetof(FVehicleDamageClassificationSettings, DamageClassificationRange) == 0x000000, "Member 'FVehicleDamageClassificationSettings::DamageClassificationRange' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageClassificationSettings, SuspensionBumpClassificationRange) == 0x000014, "Member 'FVehicleDamageClassificationSettings::SuspensionBumpClassificationRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntTuple \ +static_assert(alignof(FIntTuple) == 0x000004, "Wrong alignment on FIntTuple"); \ +static_assert(sizeof(FIntTuple) == 0x000010, "Wrong size on FIntTuple"); \ +static_assert(offsetof(FIntTuple, One) == 0x000000, "Member 'FIntTuple::One' has a wrong offset!"); \ +static_assert(offsetof(FIntTuple, Two) == 0x000004, "Member 'FIntTuple::Two' has a wrong offset!"); \ +static_assert(offsetof(FIntTuple, Three) == 0x000008, "Member 'FIntTuple::Three' has a wrong offset!"); \ +static_assert(offsetof(FIntTuple, Surface) == 0x00000C, "Member 'FIntTuple::Surface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLSTriangle \ +static_assert(alignof(FLSTriangle) == 0x000008, "Wrong alignment on FLSTriangle"); \ +static_assert(sizeof(FLSTriangle) == 0x000028, "Wrong size on FLSTriangle"); \ +static_assert(offsetof(FLSTriangle, VertOne) == 0x000000, "Member 'FLSTriangle::VertOne' has a wrong offset!"); \ +static_assert(offsetof(FLSTriangle, VertTwo) == 0x000004, "Member 'FLSTriangle::VertTwo' has a wrong offset!"); \ +static_assert(offsetof(FLSTriangle, VertThree) == 0x000008, "Member 'FLSTriangle::VertThree' has a wrong offset!"); \ +static_assert(offsetof(FLSTriangle, Centre) == 0x000010, "Member 'FLSTriangle::Centre' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotStuckType \ +static_assert(alignof(FAutoPilotStuckType) == 0x000004, "Wrong alignment on FAutoPilotStuckType"); \ +static_assert(sizeof(FAutoPilotStuckType) == 0x00001C, "Wrong size on FAutoPilotStuckType"); \ +static_assert(offsetof(FAutoPilotStuckType, StuckSpeedThreshold) == 0x000000, "Member 'FAutoPilotStuckType::StuckSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckType, StuckDetectionSpeedThreshold) == 0x000004, "Member 'FAutoPilotStuckType::StuckDetectionSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckType, StuckThrottleThreshold) == 0x000008, "Member 'FAutoPilotStuckType::StuckThrottleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckType, WaitTime) == 0x00000C, "Member 'FAutoPilotStuckType::WaitTime' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckType, UnstuckTime) == 0x000010, "Member 'FAutoPilotStuckType::UnstuckTime' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckType, MinSpeedRatio) == 0x000014, "Member 'FAutoPilotStuckType::MinSpeedRatio' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckType, MaxSpeedRatio) == 0x000018, "Member 'FAutoPilotStuckType::MaxSpeedRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLSTriangle2D \ +static_assert(alignof(FLSTriangle2D) == 0x000008, "Wrong alignment on FLSTriangle2D"); \ +static_assert(sizeof(FLSTriangle2D) == 0x000030, "Wrong size on FLSTriangle2D"); \ +static_assert(offsetof(FLSTriangle2D, VertOne) == 0x000000, "Member 'FLSTriangle2D::VertOne' has a wrong offset!"); \ +static_assert(offsetof(FLSTriangle2D, VertTwo) == 0x000010, "Member 'FLSTriangle2D::VertTwo' has a wrong offset!"); \ +static_assert(offsetof(FLSTriangle2D, VertThree) == 0x000020, "Member 'FLSTriangle2D::VertThree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLSPlane \ +static_assert(alignof(FLSPlane) == 0x000010, "Wrong alignment on FLSPlane"); \ +static_assert(sizeof(FLSPlane) == 0x000060, "Wrong size on FLSPlane"); \ +static_assert(offsetof(FLSPlane, Triangles) == 0x000000, "Member 'FLSPlane::Triangles' has a wrong offset!"); \ +static_assert(offsetof(FLSPlane, ProjectedTriangles) == 0x000010, "Member 'FLSPlane::ProjectedTriangles' has a wrong offset!"); \ +static_assert(offsetof(FLSPlane, Plane) == 0x000020, "Member 'FLSPlane::Plane' has a wrong offset!"); \ +static_assert(offsetof(FLSPlane, Color) == 0x000040, "Member 'FLSPlane::Color' has a wrong offset!"); \ +static_assert(offsetof(FLSPlane, SurfaceCentre) == 0x000048, "Member 'FLSPlane::SurfaceCentre' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLimitRotation \ +static_assert(alignof(FLimitRotation) == 0x000004, "Wrong alignment on FLimitRotation"); \ +static_assert(sizeof(FLimitRotation) == 0x00000C, "Wrong size on FLimitRotation"); \ +static_assert(offsetof(FLimitRotation, bDrawDebug) == 0x000000, "Member 'FLimitRotation::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FLimitRotation, bLimit) == 0x000001, "Member 'FLimitRotation::bLimit' has a wrong offset!"); \ +static_assert(offsetof(FLimitRotation, MinAngle) == 0x000004, "Member 'FLimitRotation::MinAngle' has a wrong offset!"); \ +static_assert(offsetof(FLimitRotation, MaxAngle) == 0x000008, "Member 'FLimitRotation::MaxAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLSBrushToolGeometry \ +static_assert(alignof(FLSBrushToolGeometry) == 0x000010, "Wrong alignment on FLSBrushToolGeometry"); \ +static_assert(sizeof(FLSBrushToolGeometry) == 0x000280, "Wrong size on FLSBrushToolGeometry"); \ +static_assert(offsetof(FLSBrushToolGeometry, LowResBox) == 0x000000, "Member 'FLSBrushToolGeometry::LowResBox' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, BroadphaseLowResBox) == 0x000038, "Member 'FLSBrushToolGeometry::BroadphaseLowResBox' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, Points) == 0x000070, "Member 'FLSBrushToolGeometry::Points' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, AcousticPolys) == 0x000080, "Member 'FLSBrushToolGeometry::AcousticPolys' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, GlobalTrianglePoints) == 0x0000A0, "Member 'FLSBrushToolGeometry::GlobalTrianglePoints' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, TriangleNormals) == 0x0000B0, "Member 'FLSBrushToolGeometry::TriangleNormals' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, bClockWiseNodes) == 0x0000C0, "Member 'FLSBrushToolGeometry::bClockWiseNodes' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, TopVertexIndices) == 0x0000C8, "Member 'FLSBrushToolGeometry::TopVertexIndices' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, BottomVertexIndices) == 0x0000D8, "Member 'FLSBrushToolGeometry::BottomVertexIndices' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, TopVertexArray) == 0x0000E8, "Member 'FLSBrushToolGeometry::TopVertexArray' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, VolumeName) == 0x000148, "Member 'FLSBrushToolGeometry::VolumeName' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, HalfHeight) == 0x000150, "Member 'FLSBrushToolGeometry::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, AttenuationDistance) == 0x000154, "Member 'FLSBrushToolGeometry::AttenuationDistance' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, InnerAttenuationDistance) == 0x000158, "Member 'FLSBrushToolGeometry::InnerAttenuationDistance' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, InnerAttenuationScalar) == 0x00015C, "Member 'FLSBrushToolGeometry::InnerAttenuationScalar' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, InnerAttenuationDistanceComponent) == 0x000160, "Member 'FLSBrushToolGeometry::InnerAttenuationDistanceComponent' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, bInterior) == 0x000164, "Member 'FLSBrushToolGeometry::bInterior' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, bAutoFindAcousticTextures) == 0x000165, "Member 'FLSBrushToolGeometry::bAutoFindAcousticTextures' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, WorldPosition) == 0x000168, "Member 'FLSBrushToolGeometry::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, WorldTransform) == 0x000180, "Member 'FLSBrushToolGeometry::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, Rotation) == 0x0001E0, "Member 'FLSBrushToolGeometry::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, SideSurfaceIters) == 0x000200, "Member 'FLSBrushToolGeometry::SideSurfaceIters' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, TopSurfaceIters) == 0x000210, "Member 'FLSBrushToolGeometry::TopSurfaceIters' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, BottomSurfaceIters) == 0x000220, "Member 'FLSBrushToolGeometry::BottomSurfaceIters' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, bIsComplex) == 0x000230, "Member 'FLSBrushToolGeometry::bIsComplex' has a wrong offset!"); \ +static_assert(offsetof(FLSBrushToolGeometry, TriangleNormalMap) == 0x000238, "Member 'FLSBrushToolGeometry::TriangleNormalMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPosedVehicleDriver \ +static_assert(alignof(FPosedVehicleDriver) == 0x000008, "Wrong alignment on FPosedVehicleDriver"); \ +static_assert(sizeof(FPosedVehicleDriver) == 0x000038, "Wrong size on FPosedVehicleDriver"); \ +static_assert(offsetof(FPosedVehicleDriver, DriverMesh) == 0x000000, "Member 'FPosedVehicleDriver::DriverMesh' has a wrong offset!"); \ +static_assert(offsetof(FPosedVehicleDriver, DriverVoices) == 0x000028, "Member 'FPosedVehicleDriver::DriverVoices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSyncResult \ +static_assert(alignof(FAnimSyncResult) == 0x000008, "Wrong alignment on FAnimSyncResult"); \ +static_assert(sizeof(FAnimSyncResult) == 0x000010, "Wrong size on FAnimSyncResult"); \ +static_assert(offsetof(FAnimSyncResult, AnimSequence) == 0x000000, "Member 'FAnimSyncResult::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimSyncResult, SyncTime) == 0x000008, "Member 'FAnimSyncResult::SyncTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimSyncResult, bIsResultValid) == 0x00000C, "Member 'FAnimSyncResult::bIsResultValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FManagedSpawnPointVehicleData \ +static_assert(alignof(FManagedSpawnPointVehicleData) == 0x000008, "Wrong alignment on FManagedSpawnPointVehicleData"); \ +static_assert(sizeof(FManagedSpawnPointVehicleData) == 0x0000C8, "Wrong size on FManagedSpawnPointVehicleData"); \ +static_assert(offsetof(FManagedSpawnPointVehicleData, Vehicle) == 0x000000, "Member 'FManagedSpawnPointVehicleData::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(FManagedSpawnPointVehicleData, VariationOverride) == 0x000028, "Member 'FManagedSpawnPointVehicleData::VariationOverride' has a wrong offset!"); \ +static_assert(offsetof(FManagedSpawnPointVehicleData, VehicleController) == 0x000050, "Member 'FManagedSpawnPointVehicleData::VehicleController' has a wrong offset!"); \ +static_assert(offsetof(FManagedSpawnPointVehicleData, BehaviorTree) == 0x000078, "Member 'FManagedSpawnPointVehicleData::BehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(FManagedSpawnPointVehicleData, PosedDrivers) == 0x0000A0, "Member 'FManagedSpawnPointVehicleData::PosedDrivers' has a wrong offset!"); \ +static_assert(offsetof(FManagedSpawnPointVehicleData, SidecarComponents) == 0x0000B0, "Member 'FManagedSpawnPointVehicleData::SidecarComponents' has a wrong offset!"); \ +static_assert(offsetof(FManagedSpawnPointVehicleData, SpawnWeight) == 0x0000C0, "Member 'FManagedSpawnPointVehicleData::SpawnWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapLabel \ +static_assert(alignof(FMapLabel) == 0x000008, "Wrong alignment on FMapLabel"); \ +static_assert(sizeof(FMapLabel) == 0x000028, "Wrong size on FMapLabel"); \ +static_assert(offsetof(FMapLabel, Label) == 0x000000, "Member 'FMapLabel::Label' has a wrong offset!"); \ +static_assert(offsetof(FMapLabel, WorldLocation) == 0x000010, "Member 'FMapLabel::WorldLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCallPlayerVehicleSettings \ +static_assert(alignof(FCallPlayerVehicleSettings) == 0x000008, "Wrong alignment on FCallPlayerVehicleSettings"); \ +static_assert(sizeof(FCallPlayerVehicleSettings) == 0x0000A0, "Wrong size on FCallPlayerVehicleSettings"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, MinimumCallDistance) == 0x000000, "Member 'FCallPlayerVehicleSettings::MinimumCallDistance' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, LaneSearchExtent) == 0x000008, "Member 'FCallPlayerVehicleSettings::LaneSearchExtent' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, ViewPortIntersectionRadius) == 0x000040, "Member 'FCallPlayerVehicleSettings::ViewPortIntersectionRadius' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, ShortCutLaneMinLength) == 0x000044, "Member 'FCallPlayerVehicleSettings::ShortCutLaneMinLength' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, FindLaneFilter) == 0x000048, "Member 'FCallPlayerVehicleSettings::FindLaneFilter' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, MaxIterations) == 0x000054, "Member 'FCallPlayerVehicleSettings::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, IterationStepDistance) == 0x000058, "Member 'FCallPlayerVehicleSettings::IterationStepDistance' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, TrafficClearDistance) == 0x00005C, "Member 'FCallPlayerVehicleSettings::TrafficClearDistance' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, bAllowSearchForwardLaneSearching) == 0x000060, "Member 'FCallPlayerVehicleSettings::bAllowSearchForwardLaneSearching' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, DestinationLaneOffsetScalar) == 0x000064, "Member 'FCallPlayerVehicleSettings::DestinationLaneOffsetScalar' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, CallInVehicleLaneOffsetScalar) == 0x000068, "Member 'FCallPlayerVehicleSettings::CallInVehicleLaneOffsetScalar' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, Cooldown) == 0x00006C, "Member 'FCallPlayerVehicleSettings::Cooldown' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, bAutopilotAfterCall) == 0x000070, "Member 'FCallPlayerVehicleSettings::bAutopilotAfterCall' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, TestBoxExtents) == 0x000078, "Member 'FCallPlayerVehicleSettings::TestBoxExtents' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, TestBoxHeightOffset) == 0x000090, "Member 'FCallPlayerVehicleSettings::TestBoxHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(FCallPlayerVehicleSettings, CallVehicleAutopilotProfile) == 0x000098, "Member 'FCallPlayerVehicleSettings::CallVehicleAutopilotProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboAction \ +static_assert(alignof(FComboAction) == 0x000001, "Wrong alignment on FComboAction"); \ +static_assert(sizeof(FComboAction) == 0x000001, "Wrong size on FComboAction"); \ + +#define DUMPER7_ASSERTS_FComboAction_Attack \ +static_assert(alignof(FComboAction_Attack) == 0x000008, "Wrong alignment on FComboAction_Attack"); \ +static_assert(sizeof(FComboAction_Attack) == 0x000008, "Wrong size on FComboAction_Attack"); \ +static_assert(offsetof(FComboAction_Attack, AttackType) == 0x000000, "Member 'FComboAction_Attack::AttackType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotLaneOffsetParameters \ +static_assert(alignof(FAutoPilotLaneOffsetParameters) == 0x000004, "Wrong alignment on FAutoPilotLaneOffsetParameters"); \ +static_assert(sizeof(FAutoPilotLaneOffsetParameters) == 0x00000C, "Wrong size on FAutoPilotLaneOffsetParameters"); \ +static_assert(offsetof(FAutoPilotLaneOffsetParameters, RestLaneOffset) == 0x000000, "Member 'FAutoPilotLaneOffsetParameters::RestLaneOffset' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotLaneOffsetParameters, ExtraOffsetRadius) == 0x000004, "Member 'FAutoPilotLaneOffsetParameters::ExtraOffsetRadius' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotLaneOffsetParameters, bIgnoreExternalLaneOffsetRequests) == 0x000008, "Member 'FAutoPilotLaneOffsetParameters::bIgnoreExternalLaneOffsetRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboAction_Move \ +static_assert(alignof(FComboAction_Move) == 0x000001, "Wrong alignment on FComboAction_Move"); \ +static_assert(sizeof(FComboAction_Move) == 0x000001, "Wrong size on FComboAction_Move"); \ +static_assert(offsetof(FComboAction_Move, Dir) == 0x000000, "Member 'FComboAction_Move::Dir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeleeCombo \ +static_assert(alignof(FMeleeCombo) == 0x000008, "Wrong alignment on FMeleeCombo"); \ +static_assert(sizeof(FMeleeCombo) == 0x000018, "Wrong size on FMeleeCombo"); \ +static_assert(offsetof(FMeleeCombo, ComboActions) == 0x000000, "Member 'FMeleeCombo::ComboActions' has a wrong offset!"); \ +static_assert(offsetof(FMeleeCombo, bContinueOnInterrupt) == 0x000010, "Member 'FMeleeCombo::bContinueOnInterrupt' has a wrong offset!"); \ +static_assert(offsetof(FMeleeCombo, Weight) == 0x000014, "Member 'FMeleeCombo::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotCombatParameters \ +static_assert(alignof(FAutoPilotCombatParameters) == 0x000004, "Wrong alignment on FAutoPilotCombatParameters"); \ +static_assert(sizeof(FAutoPilotCombatParameters) == 0x000020, "Wrong size on FAutoPilotCombatParameters"); \ +static_assert(offsetof(FAutoPilotCombatParameters, ExtraSidewaysDetectionDistance) == 0x000000, "Member 'FAutoPilotCombatParameters::ExtraSidewaysDetectionDistance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotCombatParameters, CombatSidewayOffsetDriving) == 0x000004, "Member 'FAutoPilotCombatParameters::CombatSidewayOffsetDriving' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotCombatParameters, SteerIntoForesightTime) == 0x000008, "Member 'FAutoPilotCombatParameters::SteerIntoForesightTime' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotCombatParameters, MinCombatSpeedScale) == 0x00000C, "Member 'FAutoPilotCombatParameters::MinCombatSpeedScale' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotCombatParameters, ImpactDepth) == 0x000010, "Member 'FAutoPilotCombatParameters::ImpactDepth' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotCombatParameters, CombatForwardOffsetDriving) == 0x000014, "Member 'FAutoPilotCombatParameters::CombatForwardOffsetDriving' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotCombatParameters, CombatOffsetMinDistance) == 0x000018, "Member 'FAutoPilotCombatParameters::CombatOffsetMinDistance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotCombatParameters, bAllowOpportuneAttacks) == 0x00001C, "Member 'FAutoPilotCombatParameters::bAllowOpportuneAttacks' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotCombatParameters, bPerformSidescrape) == 0x00001D, "Member 'FAutoPilotCombatParameters::bPerformSidescrape' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotCombatParameters, bPerformDirectHit) == 0x00001E, "Member 'FAutoPilotCombatParameters::bPerformDirectHit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDefensiveAction \ +static_assert(alignof(FDefensiveAction) == 0x000008, "Wrong alignment on FDefensiveAction"); \ +static_assert(sizeof(FDefensiveAction) == 0x000010, "Wrong size on FDefensiveAction"); \ +static_assert(offsetof(FDefensiveAction, DefenseType) == 0x000000, "Member 'FDefensiveAction::DefenseType' has a wrong offset!"); \ +static_assert(offsetof(FDefensiveAction, Weight) == 0x000008, "Member 'FDefensiveAction::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCounterAction \ +static_assert(alignof(FCounterAction) == 0x000008, "Wrong alignment on FCounterAction"); \ +static_assert(sizeof(FCounterAction) == 0x000020, "Wrong size on FCounterAction"); \ +static_assert(offsetof(FCounterAction, DefenseType) == 0x000000, "Member 'FCounterAction::DefenseType' has a wrong offset!"); \ +static_assert(offsetof(FCounterAction, CounterType) == 0x000008, "Member 'FCounterAction::CounterType' has a wrong offset!"); \ +static_assert(offsetof(FCounterAction, IncomingType) == 0x000010, "Member 'FCounterAction::IncomingType' has a wrong offset!"); \ +static_assert(offsetof(FCounterAction, Weight) == 0x000018, "Member 'FCounterAction::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ChooserSyncSequencePlayer \ +static_assert(alignof(FAnimNode_ChooserSyncSequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_ChooserSyncSequencePlayer"); \ +static_assert(sizeof(FAnimNode_ChooserSyncSequencePlayer) == 0x000140, "Wrong size on FAnimNode_ChooserSyncSequencePlayer"); \ +static_assert(offsetof(FAnimNode_ChooserSyncSequencePlayer, Chooser) == 0x000098, "Member 'FAnimNode_ChooserSyncSequencePlayer::Chooser' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ChooserSyncSequencePlayer, bChooseMulti) == 0x0000A8, "Member 'FAnimNode_ChooserSyncSequencePlayer::bChooseMulti' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotivationKey \ +static_assert(alignof(FMotivationKey) == 0x000008, "Wrong alignment on FMotivationKey"); \ +static_assert(sizeof(FMotivationKey) == 0x000030, "Wrong size on FMotivationKey"); \ +static_assert(offsetof(FMotivationKey, KeyName) == 0x000000, "Member 'FMotivationKey::KeyName' has a wrong offset!"); \ +static_assert(offsetof(FMotivationKey, KeyType) == 0x000008, "Member 'FMotivationKey::KeyType' has a wrong offset!"); \ +static_assert(offsetof(FMotivationKey, CalculationObject) == 0x000010, "Member 'FMotivationKey::CalculationObject' has a wrong offset!"); \ +static_assert(offsetof(FMotivationKey, DefaultValue) == 0x000018, "Member 'FMotivationKey::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMotivationKey, TypeIndex) == 0x000028, "Member 'FMotivationKey::TypeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNewsEventData \ +static_assert(alignof(FNewsEventData) == 0x000008, "Wrong alignment on FNewsEventData"); \ +static_assert(sizeof(FNewsEventData) == 0x000030, "Wrong size on FNewsEventData"); \ +static_assert(offsetof(FNewsEventData, MissionType) == 0x000000, "Member 'FNewsEventData::MissionType' has a wrong offset!"); \ +static_assert(offsetof(FNewsEventData, StoryCardAssetId) == 0x000004, "Member 'FNewsEventData::StoryCardAssetId' has a wrong offset!"); \ +static_assert(offsetof(FNewsEventData, MissionAssetId) == 0x000014, "Member 'FNewsEventData::MissionAssetId' has a wrong offset!"); \ +static_assert(offsetof(FNewsEventData, NewsEvent) == 0x000028, "Member 'FNewsEventData::NewsEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTakedownSlowmotionEffect \ +static_assert(alignof(FTakedownSlowmotionEffect) == 0x000008, "Wrong alignment on FTakedownSlowmotionEffect"); \ +static_assert(sizeof(FTakedownSlowmotionEffect) == 0x000098, "Wrong size on FTakedownSlowmotionEffect"); \ +static_assert(offsetof(FTakedownSlowmotionEffect, TimeDilation) == 0x000008, "Member 'FTakedownSlowmotionEffect::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(FTakedownSlowmotionEffect, Duration) == 0x00000C, "Member 'FTakedownSlowmotionEffect::Duration' has a wrong offset!"); \ +static_assert(offsetof(FTakedownSlowmotionEffect, TimeDilationCurve) == 0x000010, "Member 'FTakedownSlowmotionEffect::TimeDilationCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNPCAnimInstanceProxy \ +static_assert(alignof(FNPCAnimInstanceProxy) == 0x000010, "Wrong alignment on FNPCAnimInstanceProxy"); \ +static_assert(sizeof(FNPCAnimInstanceProxy) == 0x000EB0, "Wrong size on FNPCAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FNPCLevelScale \ +static_assert(alignof(FNPCLevelScale) == 0x000008, "Wrong alignment on FNPCLevelScale"); \ +static_assert(sizeof(FNPCLevelScale) == 0x000018, "Wrong size on FNPCLevelScale"); \ +static_assert(offsetof(FNPCLevelScale, HealthScale) == 0x000008, "Member 'FNPCLevelScale::HealthScale' has a wrong offset!"); \ +static_assert(offsetof(FNPCLevelScale, PostureScale) == 0x00000C, "Member 'FNPCLevelScale::PostureScale' has a wrong offset!"); \ +static_assert(offsetof(FNPCLevelScale, DamageScale) == 0x000010, "Member 'FNPCLevelScale::DamageScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleVsVehicleCollisionModifierSettings \ +static_assert(alignof(FVehicleVsVehicleCollisionModifierSettings) == 0x000004, "Wrong alignment on FVehicleVsVehicleCollisionModifierSettings"); \ +static_assert(sizeof(FVehicleVsVehicleCollisionModifierSettings) == 0x000048, "Wrong size on FVehicleVsVehicleCollisionModifierSettings"); \ +static_assert(offsetof(FVehicleVsVehicleCollisionModifierSettings, LowSpeed) == 0x000000, "Member 'FVehicleVsVehicleCollisionModifierSettings::LowSpeed' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsVehicleCollisionModifierSettings, HighSpeed) == 0x000004, "Member 'FVehicleVsVehicleCollisionModifierSettings::HighSpeed' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsVehicleCollisionModifierSettings, PlayerInvMassScale) == 0x000008, "Member 'FVehicleVsVehicleCollisionModifierSettings::PlayerInvMassScale' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsVehicleCollisionModifierSettings, OtherVehicleInvMassScale) == 0x000010, "Member 'FVehicleVsVehicleCollisionModifierSettings::OtherVehicleInvMassScale' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsVehicleCollisionModifierSettings, OtherVehicleDeadInvMassScale) == 0x000018, "Member 'FVehicleVsVehicleCollisionModifierSettings::OtherVehicleDeadInvMassScale' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsVehicleCollisionModifierSettings, PlayerInvInertiaScale) == 0x000020, "Member 'FVehicleVsVehicleCollisionModifierSettings::PlayerInvInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsVehicleCollisionModifierSettings, OtherVehicleInvInertiaScale) == 0x000028, "Member 'FVehicleVsVehicleCollisionModifierSettings::OtherVehicleInvInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsVehicleCollisionModifierSettings, OtherVehicleDeadInvInertiaScale) == 0x000030, "Member 'FVehicleVsVehicleCollisionModifierSettings::OtherVehicleDeadInvInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsVehicleCollisionModifierSettings, SlideOffThreshold) == 0x000038, "Member 'FVehicleVsVehicleCollisionModifierSettings::SlideOffThreshold' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsVehicleCollisionModifierSettings, SlideOffHeighDifference) == 0x00003C, "Member 'FVehicleVsVehicleCollisionModifierSettings::SlideOffHeighDifference' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsVehicleCollisionModifierSettings, SlideOffStaticFriction) == 0x000040, "Member 'FVehicleVsVehicleCollisionModifierSettings::SlideOffStaticFriction' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsVehicleCollisionModifierSettings, SlideOffDynamicFriction) == 0x000044, "Member 'FVehicleVsVehicleCollisionModifierSettings::SlideOffDynamicFriction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNPCLevelScaleTables \ +static_assert(alignof(FNPCLevelScaleTables) == 0x000008, "Wrong alignment on FNPCLevelScaleTables"); \ +static_assert(sizeof(FNPCLevelScaleTables) == 0x000068, "Wrong size on FNPCLevelScaleTables"); \ +static_assert(offsetof(FNPCLevelScaleTables, LevelScalingTable) == 0x000000, "Member 'FNPCLevelScaleTables::LevelScalingTable' has a wrong offset!"); \ +static_assert(offsetof(FNPCLevelScaleTables, LevelScalingTableNoMatchingTag) == 0x000050, "Member 'FNPCLevelScaleTables::LevelScalingTableNoMatchingTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerceptionEvent \ +static_assert(alignof(FPerceptionEvent) == 0x000008, "Wrong alignment on FPerceptionEvent"); \ +static_assert(sizeof(FPerceptionEvent) == 0x000030, "Wrong size on FPerceptionEvent"); \ +static_assert(offsetof(FPerceptionEvent, Action) == 0x000008, "Member 'FPerceptionEvent::Action' has a wrong offset!"); \ +static_assert(offsetof(FPerceptionEvent, RawThreat) == 0x000010, "Member 'FPerceptionEvent::RawThreat' has a wrong offset!"); \ +static_assert(offsetof(FPerceptionEvent, RawInterest) == 0x000014, "Member 'FPerceptionEvent::RawInterest' has a wrong offset!"); \ +static_assert(offsetof(FPerceptionEvent, ThreatMaxCap) == 0x000018, "Member 'FPerceptionEvent::ThreatMaxCap' has a wrong offset!"); \ +static_assert(offsetof(FPerceptionEvent, InterestMaxCap) == 0x00001C, "Member 'FPerceptionEvent::InterestMaxCap' has a wrong offset!"); \ +static_assert(offsetof(FPerceptionEvent, bConsumeThreat) == 0x000020, "Member 'FPerceptionEvent::bConsumeThreat' has a wrong offset!"); \ +static_assert(offsetof(FPerceptionEvent, ActionLifetime) == 0x000024, "Member 'FPerceptionEvent::ActionLifetime' has a wrong offset!"); \ +static_assert(offsetof(FPerceptionEvent, HearingRange) == 0x000028, "Member 'FPerceptionEvent::HearingRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerceptionEventLog \ +static_assert(alignof(FPerceptionEventLog) == 0x000008, "Wrong alignment on FPerceptionEventLog"); \ +static_assert(sizeof(FPerceptionEventLog) == 0x000050, "Wrong size on FPerceptionEventLog"); \ + +#define DUMPER7_ASSERTS_FPhoneCallAsset \ +static_assert(alignof(FPhoneCallAsset) == 0x000008, "Wrong alignment on FPhoneCallAsset"); \ +static_assert(sizeof(FPhoneCallAsset) == 0x000090, "Wrong size on FPhoneCallAsset"); \ +static_assert(offsetof(FPhoneCallAsset, Available) == 0x000000, "Member 'FPhoneCallAsset::Available' has a wrong offset!"); \ +static_assert(offsetof(FPhoneCallAsset, Flow) == 0x000008, "Member 'FPhoneCallAsset::Flow' has a wrong offset!"); \ +static_assert(offsetof(FPhoneCallAsset, ConversationTarget) == 0x000030, "Member 'FPhoneCallAsset::ConversationTarget' has a wrong offset!"); \ +static_assert(offsetof(FPhoneCallAsset, Priority) == 0x000058, "Member 'FPhoneCallAsset::Priority' has a wrong offset!"); \ +static_assert(offsetof(FPhoneCallAsset, IncomingCall) == 0x00005C, "Member 'FPhoneCallAsset::IncomingCall' has a wrong offset!"); \ +static_assert(offsetof(FPhoneCallAsset, InteractionText) == 0x000060, "Member 'FPhoneCallAsset::InteractionText' has a wrong offset!"); \ +static_assert(offsetof(FPhoneCallAsset, WorldStateOnCompletion) == 0x000070, "Member 'FPhoneCallAsset::WorldStateOnCompletion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotNitroParamters \ +static_assert(alignof(FAutoPilotNitroParamters) == 0x000004, "Wrong alignment on FAutoPilotNitroParamters"); \ +static_assert(sizeof(FAutoPilotNitroParamters) == 0x000014, "Wrong size on FAutoPilotNitroParamters"); \ +static_assert(offsetof(FAutoPilotNitroParamters, bAllowedToUseNitro) == 0x000000, "Member 'FAutoPilotNitroParamters::bAllowedToUseNitro' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotNitroParamters, SpeedDifferanceToTrigger) == 0x000004, "Member 'FAutoPilotNitroParamters::SpeedDifferanceToTrigger' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotNitroParamters, SpeedDifferanceWhileActive) == 0x000008, "Member 'FAutoPilotNitroParamters::SpeedDifferanceWhileActive' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotNitroParamters, AngularSpeedThreshold) == 0x00000C, "Member 'FAutoPilotNitroParamters::AngularSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotNitroParamters, FaceRoadAngle) == 0x000010, "Member 'FAutoPilotNitroParamters::FaceRoadAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerAnimInstanceProxy \ +static_assert(alignof(FPlayerAnimInstanceProxy) == 0x000010, "Wrong alignment on FPlayerAnimInstanceProxy"); \ +static_assert(sizeof(FPlayerAnimInstanceProxy) == 0x000EB0, "Wrong size on FPlayerAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FPlayerContainedActionsAnimInstanceProxy \ +static_assert(alignof(FPlayerContainedActionsAnimInstanceProxy) == 0x000010, "Wrong alignment on FPlayerContainedActionsAnimInstanceProxy"); \ +static_assert(sizeof(FPlayerContainedActionsAnimInstanceProxy) == 0x000960, "Wrong size on FPlayerContainedActionsAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FDialogueResponseData \ +static_assert(alignof(FDialogueResponseData) == 0x000008, "Wrong alignment on FDialogueResponseData"); \ +static_assert(sizeof(FDialogueResponseData) == 0x000018, "Wrong size on FDialogueResponseData"); \ +static_assert(offsetof(FDialogueResponseData, MenuText) == 0x000000, "Member 'FDialogueResponseData::MenuText' has a wrong offset!"); \ +static_assert(offsetof(FDialogueResponseData, BranchIndex) == 0x000010, "Member 'FDialogueResponseData::BranchIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerMeleeAnimInstanceProxy \ +static_assert(alignof(FPlayerMeleeAnimInstanceProxy) == 0x000010, "Wrong alignment on FPlayerMeleeAnimInstanceProxy"); \ +static_assert(sizeof(FPlayerMeleeAnimInstanceProxy) == 0x000950, "Wrong size on FPlayerMeleeAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FPPPPathfinding \ +static_assert(alignof(FPPPPathfinding) == 0x000001, "Wrong alignment on FPPPPathfinding"); \ +static_assert(sizeof(FPPPPathfinding) == 0x000003, "Wrong size on FPPPPathfinding"); \ +static_assert(offsetof(FPPPPathfinding, bDoPathfind) == 0x000000, "Member 'FPPPPathfinding::bDoPathfind' has a wrong offset!"); \ +static_assert(offsetof(FPPPPathfinding, bQuerierToEntry) == 0x000001, "Member 'FPPPPathfinding::bQuerierToEntry' has a wrong offset!"); \ +static_assert(offsetof(FPPPPathfinding, bEntryToOwner) == 0x000002, "Member 'FPPPPathfinding::bEntryToOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPPPNavmesh \ +static_assert(alignof(FPPPNavmesh) == 0x000008, "Wrong alignment on FPPPNavmesh"); \ +static_assert(sizeof(FPPPNavmesh) == 0x000020, "Wrong size on FPPPNavmesh"); \ +static_assert(offsetof(FPPPNavmesh, bDoNavCheck) == 0x000000, "Member 'FPPPNavmesh::bDoNavCheck' has a wrong offset!"); \ +static_assert(offsetof(FPPPNavmesh, Extent) == 0x000008, "Member 'FPPPNavmesh::Extent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWheelConfig \ +static_assert(alignof(FWheelConfig) == 0x000008, "Wrong alignment on FWheelConfig"); \ +static_assert(sizeof(FWheelConfig) == 0x0000D0, "Wrong size on FWheelConfig"); \ +static_assert(offsetof(FWheelConfig, AxleType) == 0x000000, "Member 'FWheelConfig::AxleType' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, Offset) == 0x000008, "Member 'FWheelConfig::Offset' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, WheelRadius) == 0x000020, "Member 'FWheelConfig::WheelRadius' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, WheelWidth) == 0x000024, "Member 'FWheelConfig::WheelWidth' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, CorneringStiffness) == 0x000028, "Member 'FWheelConfig::CorneringStiffness' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, FrictionForceMultiplier) == 0x00002C, "Member 'FWheelConfig::FrictionForceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, SideSlipModifier) == 0x000030, "Member 'FWheelConfig::SideSlipModifier' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, SlipThreshold) == 0x000034, "Member 'FWheelConfig::SlipThreshold' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, SkidThreshold) == 0x000038, "Member 'FWheelConfig::SkidThreshold' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, bAffectedByBrake) == 0x00003C, "Member 'FWheelConfig::bAffectedByBrake' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, bAffectedByHandbrake) == 0x00003D, "Member 'FWheelConfig::bAffectedByHandbrake' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, bAffectedByEngine) == 0x00003E, "Member 'FWheelConfig::bAffectedByEngine' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, bABSEnabled) == 0x00003F, "Member 'FWheelConfig::bABSEnabled' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, bTractionControlEnabled) == 0x000040, "Member 'FWheelConfig::bTractionControlEnabled' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, ExternalTorqueCombineMethod) == 0x000041, "Member 'FWheelConfig::ExternalTorqueCombineMethod' has a wrong offset!"); \ +static_assert(offsetof(FWheelConfig, LateralSlipGraph) == 0x000048, "Member 'FWheelConfig::LateralSlipGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPPPLineOfSight \ +static_assert(alignof(FPPPLineOfSight) == 0x000001, "Wrong alignment on FPPPLineOfSight"); \ +static_assert(sizeof(FPPPLineOfSight) == 0x000003, "Wrong size on FPPPLineOfSight"); \ +static_assert(offsetof(FPPPLineOfSight, bDoLineOfSight) == 0x000000, "Member 'FPPPLineOfSight::bDoLineOfSight' has a wrong offset!"); \ +static_assert(offsetof(FPPPLineOfSight, bQuerierToEntry) == 0x000001, "Member 'FPPPLineOfSight::bQuerierToEntry' has a wrong offset!"); \ +static_assert(offsetof(FPPPLineOfSight, bEntryToOwner) == 0x000002, "Member 'FPPPLineOfSight::bEntryToOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPositioningPostprocessingConfig \ +static_assert(alignof(FPositioningPostprocessingConfig) == 0x000008, "Wrong alignment on FPositioningPostprocessingConfig"); \ +static_assert(sizeof(FPositioningPostprocessingConfig) == 0x000030, "Wrong size on FPositioningPostprocessingConfig"); \ +static_assert(offsetof(FPositioningPostprocessingConfig, Pathfinding) == 0x000000, "Member 'FPositioningPostprocessingConfig::Pathfinding' has a wrong offset!"); \ +static_assert(offsetof(FPositioningPostprocessingConfig, NavMesh) == 0x000008, "Member 'FPositioningPostprocessingConfig::NavMesh' has a wrong offset!"); \ +static_assert(offsetof(FPositioningPostprocessingConfig, LineOfSight) == 0x000028, "Member 'FPositioningPostprocessingConfig::LineOfSight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotvehicleDetectionCrossPathParameters \ +static_assert(alignof(FAutoPilotvehicleDetectionCrossPathParameters) == 0x000004, "Wrong alignment on FAutoPilotvehicleDetectionCrossPathParameters"); \ +static_assert(sizeof(FAutoPilotvehicleDetectionCrossPathParameters) == 0x000018, "Wrong size on FAutoPilotvehicleDetectionCrossPathParameters"); \ +static_assert(offsetof(FAutoPilotvehicleDetectionCrossPathParameters, bEnableCrossPathDetection) == 0x000000, "Member 'FAutoPilotvehicleDetectionCrossPathParameters::bEnableCrossPathDetection' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotvehicleDetectionCrossPathParameters, IntersectionMaxDistance) == 0x000004, "Member 'FAutoPilotvehicleDetectionCrossPathParameters::IntersectionMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotvehicleDetectionCrossPathParameters, CrossPathAngle) == 0x000008, "Member 'FAutoPilotvehicleDetectionCrossPathParameters::CrossPathAngle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotvehicleDetectionCrossPathParameters, OurMinimumSpeed) == 0x00000C, "Member 'FAutoPilotvehicleDetectionCrossPathParameters::OurMinimumSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotvehicleDetectionCrossPathParameters, NormalizedMaxSpeed) == 0x000010, "Member 'FAutoPilotvehicleDetectionCrossPathParameters::NormalizedMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotvehicleDetectionCrossPathParameters, VelocityTimePrediciton) == 0x000014, "Member 'FAutoPilotvehicleDetectionCrossPathParameters::VelocityTimePrediciton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotVehicleDetectionParameters \ +static_assert(alignof(FAutoPilotVehicleDetectionParameters) == 0x000008, "Wrong alignment on FAutoPilotVehicleDetectionParameters"); \ +static_assert(sizeof(FAutoPilotVehicleDetectionParameters) == 0x000098, "Wrong size on FAutoPilotVehicleDetectionParameters"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, OnComingTraffic) == 0x000000, "Member 'FAutoPilotVehicleDetectionParameters::OnComingTraffic' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, CrossPath) == 0x000014, "Member 'FAutoPilotVehicleDetectionParameters::CrossPath' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, TotalDetectionLength) == 0x00002C, "Member 'FAutoPilotVehicleDetectionParameters::TotalDetectionLength' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, DetectionLengthPredicationTime) == 0x000030, "Member 'FAutoPilotVehicleDetectionParameters::DetectionLengthPredicationTime' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, SegmentLength) == 0x000034, "Member 'FAutoPilotVehicleDetectionParameters::SegmentLength' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, ExtraDetectionRadius) == 0x000038, "Member 'FAutoPilotVehicleDetectionParameters::ExtraDetectionRadius' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, ObstacleDetectionRange) == 0x00003C, "Member 'FAutoPilotVehicleDetectionParameters::ObstacleDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, DetectionAngle) == 0x000040, "Member 'FAutoPilotVehicleDetectionParameters::DetectionAngle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, OffsetDetectionRange) == 0x000048, "Member 'FAutoPilotVehicleDetectionParameters::OffsetDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, ExtraCenterLaneWidthDetection) == 0x000058, "Member 'FAutoPilotVehicleDetectionParameters::ExtraCenterLaneWidthDetection' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, BlockingSideDistance) == 0x00005C, "Member 'FAutoPilotVehicleDetectionParameters::BlockingSideDistance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, SafetyDistance) == 0x000060, "Member 'FAutoPilotVehicleDetectionParameters::SafetyDistance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, OvertakingSidewaysDistanceThreshold) == 0x000064, "Member 'FAutoPilotVehicleDetectionParameters::OvertakingSidewaysDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, OvertakingExtraDistance) == 0x000068, "Member 'FAutoPilotVehicleDetectionParameters::OvertakingExtraDistance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, RequestOvertakingExtraDistance) == 0x00006C, "Member 'FAutoPilotVehicleDetectionParameters::RequestOvertakingExtraDistance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, bSkipOvertakingOnTeamMember) == 0x000070, "Member 'FAutoPilotVehicleDetectionParameters::bSkipOvertakingOnTeamMember' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, MaxLaneOffset) == 0x000074, "Member 'FAutoPilotVehicleDetectionParameters::MaxLaneOffset' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, OvertakingNearDistance) == 0x000078, "Member 'FAutoPilotVehicleDetectionParameters::OvertakingNearDistance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, OvertakingDistanceStrength) == 0x00007C, "Member 'FAutoPilotVehicleDetectionParameters::OvertakingDistanceStrength' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, OvertakingCollisionStrength) == 0x000080, "Member 'FAutoPilotVehicleDetectionParameters::OvertakingCollisionStrength' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, OvertakingNearDistanceAddBrakeDistanceScalar) == 0x000084, "Member 'FAutoPilotVehicleDetectionParameters::OvertakingNearDistanceAddBrakeDistanceScalar' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, OvertakingFarDistance) == 0x000088, "Member 'FAutoPilotVehicleDetectionParameters::OvertakingFarDistance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, LaneOffsetRecheckTimer) == 0x00008C, "Member 'FAutoPilotVehicleDetectionParameters::LaneOffsetRecheckTimer' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, LowSpeedLimit) == 0x000090, "Member 'FAutoPilotVehicleDetectionParameters::LowSpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotVehicleDetectionParameters, bRequestDetectedVehicleToMove) == 0x000094, "Member 'FAutoPilotVehicleDetectionParameters::bRequestDetectedVehicleToMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPositioningMode \ +static_assert(alignof(FPositioningMode) == 0x000008, "Wrong alignment on FPositioningMode"); \ +static_assert(sizeof(FPositioningMode) == 0x000040, "Wrong size on FPositioningMode"); \ +static_assert(offsetof(FPositioningMode, ScoringClasses) == 0x000000, "Member 'FPositioningMode::ScoringClasses' has a wrong offset!"); \ +static_assert(offsetof(FPositioningMode, Postprocessing) == 0x000010, "Member 'FPositioningMode::Postprocessing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDamagePostureRowDefinition \ +static_assert(alignof(FDamagePostureRowDefinition) == 0x000008, "Wrong alignment on FDamagePostureRowDefinition"); \ +static_assert(sizeof(FDamagePostureRowDefinition) == 0x000020, "Wrong size on FDamagePostureRowDefinition"); \ +static_assert(offsetof(FDamagePostureRowDefinition, Name) == 0x000008, "Member 'FDamagePostureRowDefinition::Name' has a wrong offset!"); \ +static_assert(offsetof(FDamagePostureRowDefinition, DamageFixed) == 0x000010, "Member 'FDamagePostureRowDefinition::DamageFixed' has a wrong offset!"); \ +static_assert(offsetof(FDamagePostureRowDefinition, DamagePercentage) == 0x000014, "Member 'FDamagePostureRowDefinition::DamagePercentage' has a wrong offset!"); \ +static_assert(offsetof(FDamagePostureRowDefinition, PostureFixed) == 0x000018, "Member 'FDamagePostureRowDefinition::PostureFixed' has a wrong offset!"); \ +static_assert(offsetof(FDamagePostureRowDefinition, PosturePercentage) == 0x00001C, "Member 'FDamagePostureRowDefinition::PosturePercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeakspotWheelSetup \ +static_assert(alignof(FWeakspotWheelSetup) == 0x000008, "Wrong alignment on FWeakspotWheelSetup"); \ +static_assert(sizeof(FWeakspotWheelSetup) == 0x000018, "Wrong size on FWeakspotWheelSetup"); \ +static_assert(offsetof(FWeakspotWheelSetup, SteerStrengthRange) == 0x000000, "Member 'FWeakspotWheelSetup::SteerStrengthRange' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotWheelSetup, SteerOffsetDuration) == 0x000010, "Member 'FWeakspotWheelSetup::SteerOffsetDuration' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotWheelSetup, WheelTiltAngle) == 0x000014, "Member 'FWeakspotWheelSetup::WheelTiltAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertySheetStackElement \ +static_assert(alignof(FPropertySheetStackElement) == 0x000008, "Wrong alignment on FPropertySheetStackElement"); \ +static_assert(sizeof(FPropertySheetStackElement) == 0x000048, "Wrong size on FPropertySheetStackElement"); \ +static_assert(offsetof(FPropertySheetStackElement, SheetData) == 0x000008, "Member 'FPropertySheetStackElement::SheetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVolumeSfxEvent \ +static_assert(alignof(FVolumeSfxEvent) == 0x000008, "Wrong alignment on FVolumeSfxEvent"); \ +static_assert(sizeof(FVolumeSfxEvent) == 0x000030, "Wrong size on FVolumeSfxEvent"); \ +static_assert(offsetof(FVolumeSfxEvent, Event) == 0x000000, "Member 'FVolumeSfxEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(FVolumeSfxEvent, AmbientSfxEventType) == 0x000008, "Member 'FVolumeSfxEvent::AmbientSfxEventType' has a wrong offset!"); \ +static_assert(offsetof(FVolumeSfxEvent, ActorName) == 0x00000C, "Member 'FVolumeSfxEvent::ActorName' has a wrong offset!"); \ +static_assert(offsetof(FVolumeSfxEvent, ActorNumber) == 0x000014, "Member 'FVolumeSfxEvent::ActorNumber' has a wrong offset!"); \ +static_assert(offsetof(FVolumeSfxEvent, MinimumTimeBetweenSpawns) == 0x000018, "Member 'FVolumeSfxEvent::MinimumTimeBetweenSpawns' has a wrong offset!"); \ +static_assert(offsetof(FVolumeSfxEvent, MaximumTimeBetweenSpawns) == 0x00001C, "Member 'FVolumeSfxEvent::MaximumTimeBetweenSpawns' has a wrong offset!"); \ +static_assert(offsetof(FVolumeSfxEvent, ChanceToSpawnAfterTimeElapses) == 0x000020, "Member 'FVolumeSfxEvent::ChanceToSpawnAfterTimeElapses' has a wrong offset!"); \ +static_assert(offsetof(FVolumeSfxEvent, MinimumSpawnDistance) == 0x000024, "Member 'FVolumeSfxEvent::MinimumSpawnDistance' has a wrong offset!"); \ +static_assert(offsetof(FVolumeSfxEvent, MaximumSpawnDistance) == 0x000028, "Member 'FVolumeSfxEvent::MaximumSpawnDistance' has a wrong offset!"); \ +static_assert(offsetof(FVolumeSfxEvent, Orientation) == 0x00002C, "Member 'FVolumeSfxEvent::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAmbientSpotEvent \ +static_assert(alignof(FAmbientSpotEvent) == 0x000008, "Wrong alignment on FAmbientSpotEvent"); \ +static_assert(sizeof(FAmbientSpotEvent) == 0x000050, "Wrong size on FAmbientSpotEvent"); \ +static_assert(offsetof(FAmbientSpotEvent, Event) == 0x000000, "Member 'FAmbientSpotEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(FAmbientSpotEvent, AmbientSfxEventType) == 0x000028, "Member 'FAmbientSpotEvent::AmbientSfxEventType' has a wrong offset!"); \ +static_assert(offsetof(FAmbientSpotEvent, ActorName) == 0x00002C, "Member 'FAmbientSpotEvent::ActorName' has a wrong offset!"); \ +static_assert(offsetof(FAmbientSpotEvent, ActorNumber) == 0x000034, "Member 'FAmbientSpotEvent::ActorNumber' has a wrong offset!"); \ +static_assert(offsetof(FAmbientSpotEvent, MinimumTimeBetweenSpawns) == 0x000038, "Member 'FAmbientSpotEvent::MinimumTimeBetweenSpawns' has a wrong offset!"); \ +static_assert(offsetof(FAmbientSpotEvent, MaximumTimeBetweenSpawns) == 0x00003C, "Member 'FAmbientSpotEvent::MaximumTimeBetweenSpawns' has a wrong offset!"); \ +static_assert(offsetof(FAmbientSpotEvent, ChanceToSpawnAfterTimeElapses) == 0x000040, "Member 'FAmbientSpotEvent::ChanceToSpawnAfterTimeElapses' has a wrong offset!"); \ +static_assert(offsetof(FAmbientSpotEvent, MinimumSpawnDistance) == 0x000044, "Member 'FAmbientSpotEvent::MinimumSpawnDistance' has a wrong offset!"); \ +static_assert(offsetof(FAmbientSpotEvent, MaximumSpawnDistance) == 0x000048, "Member 'FAmbientSpotEvent::MaximumSpawnDistance' has a wrong offset!"); \ +static_assert(offsetof(FAmbientSpotEvent, Orientation) == 0x00004C, "Member 'FAmbientSpotEvent::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAmbientBedEvent \ +static_assert(alignof(FAmbientBedEvent) == 0x000004, "Wrong alignment on FAmbientBedEvent"); \ +static_assert(sizeof(FAmbientBedEvent) == 0x000010, "Wrong size on FAmbientBedEvent"); \ +static_assert(offsetof(FAmbientBedEvent, Event) == 0x000000, "Member 'FAmbientBedEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(FAmbientBedEvent, AmbientSfxEventType) == 0x000008, "Member 'FAmbientBedEvent::AmbientSfxEventType' has a wrong offset!"); \ +static_assert(offsetof(FAmbientBedEvent, AttenuationDistance) == 0x00000C, "Member 'FAmbientBedEvent::AttenuationDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleColorCombinationOverride \ +static_assert(alignof(FVehicleColorCombinationOverride) == 0x000004, "Wrong alignment on FVehicleColorCombinationOverride"); \ +static_assert(sizeof(FVehicleColorCombinationOverride) == 0x000028, "Wrong size on FVehicleColorCombinationOverride"); \ +static_assert(offsetof(FVehicleColorCombinationOverride, Primary) == 0x000000, "Member 'FVehicleColorCombinationOverride::Primary' has a wrong offset!"); \ +static_assert(offsetof(FVehicleColorCombinationOverride, Secondary) == 0x000010, "Member 'FVehicleColorCombinationOverride::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FVehicleColorCombinationOverride, PrimaryColor) == 0x000020, "Member 'FVehicleColorCombinationOverride::PrimaryColor' has a wrong offset!"); \ +static_assert(offsetof(FVehicleColorCombinationOverride, SecondaryColor) == 0x000024, "Member 'FVehicleColorCombinationOverride::SecondaryColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleVariationColorOverrides \ +static_assert(alignof(FVehicleVariationColorOverrides) == 0x000008, "Wrong alignment on FVehicleVariationColorOverrides"); \ +static_assert(sizeof(FVehicleVariationColorOverrides) == 0x000018, "Wrong size on FVehicleVariationColorOverrides"); \ +static_assert(offsetof(FVehicleVariationColorOverrides, OverrideColors) == 0x000000, "Member 'FVehicleVariationColorOverrides::OverrideColors' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVariationColorOverrides, RandomizationInterval) == 0x000010, "Member 'FVehicleVariationColorOverrides::RandomizationInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVolumeRtpcChange \ +static_assert(alignof(FVolumeRtpcChange) == 0x000008, "Wrong alignment on FVolumeRtpcChange"); \ +static_assert(sizeof(FVolumeRtpcChange) == 0x000010, "Wrong size on FVolumeRtpcChange"); \ +static_assert(offsetof(FVolumeRtpcChange, RTPC) == 0x000000, "Member 'FVolumeRtpcChange::RTPC' has a wrong offset!"); \ +static_assert(offsetof(FVolumeRtpcChange, Value) == 0x000008, "Member 'FVolumeRtpcChange::Value' has a wrong offset!"); \ +static_assert(offsetof(FVolumeRtpcChange, bGlobalScope) == 0x00000C, "Member 'FVolumeRtpcChange::bGlobalScope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVolumeSfxState \ +static_assert(alignof(FVolumeSfxState) == 0x000008, "Wrong alignment on FVolumeSfxState"); \ +static_assert(sizeof(FVolumeSfxState) == 0x000018, "Wrong size on FVolumeSfxState"); \ +static_assert(offsetof(FVolumeSfxState, State) == 0x000000, "Member 'FVolumeSfxState::State' has a wrong offset!"); \ +static_assert(offsetof(FVolumeSfxState, bApplyThreshold) == 0x000008, "Member 'FVolumeSfxState::bApplyThreshold' has a wrong offset!"); \ +static_assert(offsetof(FVolumeSfxState, EntryThreshold) == 0x00000C, "Member 'FVolumeSfxState::EntryThreshold' has a wrong offset!"); \ +static_assert(offsetof(FVolumeSfxState, ExitThreshold) == 0x000010, "Member 'FVolumeSfxState::ExitThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCandidateActor \ +static_assert(alignof(FCandidateActor) == 0x000008, "Wrong alignment on FCandidateActor"); \ +static_assert(sizeof(FCandidateActor) == 0x000030, "Wrong size on FCandidateActor"); \ +static_assert(offsetof(FCandidateActor, Actor) == 0x000000, "Member 'FCandidateActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(FCandidateActor, CollidingActor) == 0x000008, "Member 'FCandidateActor::CollidingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRoadMeshScale \ +static_assert(alignof(FRoadMeshScale) == 0x000004, "Wrong alignment on FRoadMeshScale"); \ +static_assert(sizeof(FRoadMeshScale) == 0x000018, "Wrong size on FRoadMeshScale"); \ +static_assert(offsetof(FRoadMeshScale, bUseLaneWidthScale) == 0x000000, "Member 'FRoadMeshScale::bUseLaneWidthScale' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshScale, bScaleLastMeshToFit) == 0x000001, "Member 'FRoadMeshScale::bScaleLastMeshToFit' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshScale, bScaleLaneOffsetOnLastMesh) == 0x000002, "Member 'FRoadMeshScale::bScaleLaneOffsetOnLastMesh' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshScale, LaneWidthScale) == 0x000004, "Member 'FRoadMeshScale::LaneWidthScale' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshScale, ExtraLaneWidth) == 0x000008, "Member 'FRoadMeshScale::ExtraLaneWidth' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshScale, CustomScale) == 0x00000C, "Member 'FRoadMeshScale::CustomScale' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshScale, HeightScale) == 0x000010, "Member 'FRoadMeshScale::HeightScale' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshScale, DepthtScale) == 0x000014, "Member 'FRoadMeshScale::DepthtScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneMapLevelMapping \ +static_assert(alignof(FZoneMapLevelMapping) == 0x000008, "Wrong alignment on FZoneMapLevelMapping"); \ +static_assert(sizeof(FZoneMapLevelMapping) == 0x000030, "Wrong size on FZoneMapLevelMapping"); \ +static_assert(offsetof(FZoneMapLevelMapping, LevelId) == 0x000000, "Member 'FZoneMapLevelMapping::LevelId' has a wrong offset!"); \ +static_assert(offsetof(FZoneMapLevelMapping, ZoneMap) == 0x000008, "Member 'FZoneMapLevelMapping::ZoneMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRoadMeshEntryVariation \ +static_assert(alignof(FRoadMeshEntryVariation) == 0x000008, "Wrong alignment on FRoadMeshEntryVariation"); \ +static_assert(sizeof(FRoadMeshEntryVariation) == 0x000028, "Wrong size on FRoadMeshEntryVariation"); \ +static_assert(offsetof(FRoadMeshEntryVariation, RoadMesh) == 0x000000, "Member 'FRoadMeshEntryVariation::RoadMesh' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntryVariation, OverrideMaterials) == 0x000008, "Member 'FRoadMeshEntryVariation::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntryVariation, GeometryRestCollection) == 0x000018, "Member 'FRoadMeshEntryVariation::GeometryRestCollection' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntryVariation, VariationWeight) == 0x000020, "Member 'FRoadMeshEntryVariation::VariationWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRoadMeshEntry \ +static_assert(alignof(FRoadMeshEntry) == 0x000008, "Wrong alignment on FRoadMeshEntry"); \ +static_assert(sizeof(FRoadMeshEntry) == 0x000088, "Wrong size on FRoadMeshEntry"); \ +static_assert(offsetof(FRoadMeshEntry, RoadMesh) == 0x000000, "Member 'FRoadMeshEntry::RoadMesh' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, OverrideMaterials) == 0x000008, "Member 'FRoadMeshEntry::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, GeometryRestCollection) == 0x000018, "Member 'FRoadMeshEntry::GeometryRestCollection' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, Variations) == 0x000020, "Member 'FRoadMeshEntry::Variations' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, VariationWeight) == 0x000030, "Member 'FRoadMeshEntry::VariationWeight' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, Weight) == 0x000034, "Member 'FRoadMeshEntry::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, Length) == 0x000038, "Member 'FRoadMeshEntry::Length' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, ForwardOffset) == 0x00003C, "Member 'FRoadMeshEntry::ForwardOffset' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, RightOffset) == 0x000040, "Member 'FRoadMeshEntry::RightOffset' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, HeightOffset) == 0x000044, "Member 'FRoadMeshEntry::HeightOffset' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, bUseWorldUp) == 0x000048, "Member 'FRoadMeshEntry::bUseWorldUp' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, Angle) == 0x00004C, "Member 'FRoadMeshEntry::Angle' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, Roll) == 0x000054, "Member 'FRoadMeshEntry::Roll' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, RandomAdditionalYaw) == 0x00005C, "Member 'FRoadMeshEntry::RandomAdditionalYaw' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, AdditionalMeshRotation) == 0x000068, "Member 'FRoadMeshEntry::AdditionalMeshRotation' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshEntry, CollisionProfile) == 0x000080, "Member 'FRoadMeshEntry::CollisionProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRoadMeshFindResult \ +static_assert(alignof(FRoadMeshFindResult) == 0x000008, "Wrong alignment on FRoadMeshFindResult"); \ +static_assert(sizeof(FRoadMeshFindResult) == 0x000018, "Wrong size on FRoadMeshFindResult"); \ +static_assert(offsetof(FRoadMeshFindResult, RoadMesh) == 0x000000, "Member 'FRoadMeshFindResult::RoadMesh' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshFindResult, OverrideMaterials) == 0x000008, "Member 'FRoadMeshFindResult::OverrideMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRoadMeshSettings \ +static_assert(alignof(FRoadMeshSettings) == 0x000008, "Wrong alignment on FRoadMeshSettings"); \ +static_assert(sizeof(FRoadMeshSettings) == 0x0000D8, "Wrong size on FRoadMeshSettings"); \ +static_assert(offsetof(FRoadMeshSettings, MeshDescription) == 0x000000, "Member 'FRoadMeshSettings::MeshDescription' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, bEnabled) == 0x000008, "Member 'FRoadMeshSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, bShowDebugDrawing) == 0x000009, "Member 'FRoadMeshSettings::bShowDebugDrawing' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, HeightOffset) == 0x00000C, "Member 'FRoadMeshSettings::HeightOffset' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, RightOffset) == 0x000010, "Member 'FRoadMeshSettings::RightOffset' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, ExtraEvaluationWidth) == 0x000014, "Member 'FRoadMeshSettings::ExtraEvaluationWidth' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, LaneWidthOffsetScale) == 0x000018, "Member 'FRoadMeshSettings::LaneWidthOffsetScale' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, LaneOverlapDistance) == 0x00001C, "Member 'FRoadMeshSettings::LaneOverlapDistance' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, LaneForwardOffset) == 0x000020, "Member 'FRoadMeshSettings::LaneForwardOffset' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, MeshScaleSettings) == 0x000024, "Member 'FRoadMeshSettings::MeshScaleSettings' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, DivisorLength) == 0x00003C, "Member 'FRoadMeshSettings::DivisorLength' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, PlacementMode) == 0x000040, "Member 'FRoadMeshSettings::PlacementMode' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, bSkipPlacementIfNextToOppositeLane) == 0x000041, "Member 'FRoadMeshSettings::bSkipPlacementIfNextToOppositeLane' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, bSkipPlacementIfOppositeLanesExists) == 0x000042, "Member 'FRoadMeshSettings::bSkipPlacementIfOppositeLanesExists' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, bSkipPlacementOnBackwardLane) == 0x000043, "Member 'FRoadMeshSettings::bSkipPlacementOnBackwardLane' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, LaneFilter) == 0x000044, "Member 'FRoadMeshSettings::LaneFilter' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, MeshType) == 0x000050, "Member 'FRoadMeshSettings::MeshType' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, bIgnoreRoadRotation) == 0x000051, "Member 'FRoadMeshSettings::bIgnoreRoadRotation' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, bUseInstancedMeshComponent) == 0x000052, "Member 'FRoadMeshSettings::bUseInstancedMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, PCGTags) == 0x000058, "Member 'FRoadMeshSettings::PCGTags' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, ShortCutLaneProfile) == 0x0000A8, "Member 'FRoadMeshSettings::ShortCutLaneProfile' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, MeshPickMethod) == 0x0000C0, "Member 'FRoadMeshSettings::MeshPickMethod' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSettings, RoadMeshes) == 0x0000C8, "Member 'FRoadMeshSettings::RoadMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimCycleGaitTransitionDataContainer \ +static_assert(alignof(FAnimCycleGaitTransitionDataContainer) == 0x000008, "Wrong alignment on FAnimCycleGaitTransitionDataContainer"); \ +static_assert(sizeof(FAnimCycleGaitTransitionDataContainer) == 0x000010, "Wrong size on FAnimCycleGaitTransitionDataContainer"); \ +static_assert(offsetof(FAnimCycleGaitTransitionDataContainer, CycleGaitTransitions) == 0x000000, "Member 'FAnimCycleGaitTransitionDataContainer::CycleGaitTransitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRoadMeshSegment \ +static_assert(alignof(FRoadMeshSegment) == 0x000008, "Wrong alignment on FRoadMeshSegment"); \ +static_assert(sizeof(FRoadMeshSegment) == 0x000018, "Wrong size on FRoadMeshSegment"); \ +static_assert(offsetof(FRoadMeshSegment, StartDistance) == 0x000000, "Member 'FRoadMeshSegment::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSegment, SegmentLength) == 0x000004, "Member 'FRoadMeshSegment::SegmentLength' has a wrong offset!"); \ +static_assert(offsetof(FRoadMeshSegment, RoadTypeDatas) == 0x000008, "Member 'FRoadMeshSegment::RoadTypeDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootInformedCapsuleMotionModifierParticipant \ +static_assert(alignof(FRootInformedCapsuleMotionModifierParticipant) == 0x000010, "Wrong alignment on FRootInformedCapsuleMotionModifierParticipant"); \ +static_assert(sizeof(FRootInformedCapsuleMotionModifierParticipant) == 0x000070, "Wrong size on FRootInformedCapsuleMotionModifierParticipant"); \ +static_assert(offsetof(FRootInformedCapsuleMotionModifierParticipant, Actor) == 0x000000, "Member 'FRootInformedCapsuleMotionModifierParticipant::Actor' has a wrong offset!"); \ +static_assert(offsetof(FRootInformedCapsuleMotionModifierParticipant, Anim) == 0x000008, "Member 'FRootInformedCapsuleMotionModifierParticipant::Anim' has a wrong offset!"); \ +static_assert(offsetof(FRootInformedCapsuleMotionModifierParticipant, SyncTransform) == 0x000010, "Member 'FRootInformedCapsuleMotionModifierParticipant::SyncTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerVehiclePhysicsSettings \ +static_assert(alignof(FPlayerVehiclePhysicsSettings) == 0x000004, "Wrong alignment on FPlayerVehiclePhysicsSettings"); \ +static_assert(sizeof(FPlayerVehiclePhysicsSettings) == 0x000010, "Wrong size on FPlayerVehiclePhysicsSettings"); \ +static_assert(offsetof(FPlayerVehiclePhysicsSettings, bUseCCD) == 0x000000, "Member 'FPlayerVehiclePhysicsSettings::bUseCCD' has a wrong offset!"); \ +static_assert(offsetof(FPlayerVehiclePhysicsSettings, bUseMACD) == 0x000001, "Member 'FPlayerVehiclePhysicsSettings::bUseMACD' has a wrong offset!"); \ +static_assert(offsetof(FPlayerVehiclePhysicsSettings, bOverrideIterationCounts) == 0x000002, "Member 'FPlayerVehiclePhysicsSettings::bOverrideIterationCounts' has a wrong offset!"); \ +static_assert(offsetof(FPlayerVehiclePhysicsSettings, PositionSolverIterationCount) == 0x000004, "Member 'FPlayerVehiclePhysicsSettings::PositionSolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FPlayerVehiclePhysicsSettings, VelocitySolverIterationCount) == 0x000008, "Member 'FPlayerVehiclePhysicsSettings::VelocitySolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FPlayerVehiclePhysicsSettings, ProjectionSolverIterationCount) == 0x00000C, "Member 'FPlayerVehiclePhysicsSettings::ProjectionSolverIterationCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerVehicleSettings \ +static_assert(alignof(FPlayerVehicleSettings) == 0x000008, "Wrong alignment on FPlayerVehicleSettings"); \ +static_assert(sizeof(FPlayerVehicleSettings) == 0x0000C8, "Wrong size on FPlayerVehicleSettings"); \ +static_assert(offsetof(FPlayerVehicleSettings, DefaultPlayerVehicleSpawnData) == 0x000000, "Member 'FPlayerVehicleSettings::DefaultPlayerVehicleSpawnData' has a wrong offset!"); \ +static_assert(offsetof(FPlayerVehicleSettings, AgeOverride) == 0x000008, "Member 'FPlayerVehicleSettings::AgeOverride' has a wrong offset!"); \ +static_assert(offsetof(FPlayerVehicleSettings, AmountDirtOverride) == 0x00000C, "Member 'FPlayerVehicleSettings::AmountDirtOverride' has a wrong offset!"); \ +static_assert(offsetof(FPlayerVehicleSettings, LicensePlateOverride) == 0x000010, "Member 'FPlayerVehicleSettings::LicensePlateOverride' has a wrong offset!"); \ +static_assert(offsetof(FPlayerVehicleSettings, CallVehicle) == 0x000018, "Member 'FPlayerVehicleSettings::CallVehicle' has a wrong offset!"); \ +static_assert(offsetof(FPlayerVehicleSettings, VehiclePhysics) == 0x0000B8, "Member 'FPlayerVehicleSettings::VehiclePhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootInformedCapsuleMotionModifierContext \ +static_assert(alignof(FRootInformedCapsuleMotionModifierContext) == 0x000010, "Wrong alignment on FRootInformedCapsuleMotionModifierContext"); \ +static_assert(sizeof(FRootInformedCapsuleMotionModifierContext) == 0x0000E0, "Wrong size on FRootInformedCapsuleMotionModifierContext"); \ +static_assert(offsetof(FRootInformedCapsuleMotionModifierContext, Instigator) == 0x000000, "Member 'FRootInformedCapsuleMotionModifierContext::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FRootInformedCapsuleMotionModifierContext, Responder) == 0x000070, "Member 'FRootInformedCapsuleMotionModifierContext::Responder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSayFlowParticipant \ +static_assert(alignof(FSayFlowParticipant) == 0x000004, "Wrong alignment on FSayFlowParticipant"); \ +static_assert(sizeof(FSayFlowParticipant) == 0x000018, "Wrong size on FSayFlowParticipant"); \ + +#define DUMPER7_ASSERTS_FAutopilotSpeedLimitOverride \ +static_assert(alignof(FAutopilotSpeedLimitOverride) == 0x000004, "Wrong alignment on FAutopilotSpeedLimitOverride"); \ +static_assert(sizeof(FAutopilotSpeedLimitOverride) == 0x000010, "Wrong size on FAutopilotSpeedLimitOverride"); \ +static_assert(offsetof(FAutopilotSpeedLimitOverride, TagFilter) == 0x000000, "Member 'FAutopilotSpeedLimitOverride::TagFilter' has a wrong offset!"); \ +static_assert(offsetof(FAutopilotSpeedLimitOverride, SpeedLimit) == 0x00000C, "Member 'FAutopilotSpeedLimitOverride::SpeedLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSayFlowParticipantConfig \ +static_assert(alignof(FSayFlowParticipantConfig) == 0x000008, "Wrong alignment on FSayFlowParticipantConfig"); \ +static_assert(sizeof(FSayFlowParticipantConfig) == 0x000018, "Wrong size on FSayFlowParticipantConfig"); \ +static_assert(offsetof(FSayFlowParticipantConfig, bShouldLookAt) == 0x000000, "Member 'FSayFlowParticipantConfig::bShouldLookAt' has a wrong offset!"); \ +static_assert(offsetof(FSayFlowParticipantConfig, bShouldTurnToFace) == 0x000001, "Member 'FSayFlowParticipantConfig::bShouldTurnToFace' has a wrong offset!"); \ +static_assert(offsetof(FSayFlowParticipantConfig, IsRemote) == 0x000002, "Member 'FSayFlowParticipantConfig::IsRemote' has a wrong offset!"); \ +static_assert(offsetof(FSayFlowParticipantConfig, IsOptional) == 0x000003, "Member 'FSayFlowParticipantConfig::IsOptional' has a wrong offset!"); \ +static_assert(offsetof(FSayFlowParticipantConfig, SubtitleName) == 0x000008, "Member 'FSayFlowParticipantConfig::SubtitleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSayFlowRow \ +static_assert(alignof(FSayFlowRow) == 0x000008, "Wrong alignment on FSayFlowRow"); \ +static_assert(sizeof(FSayFlowRow) == 0x000028, "Wrong size on FSayFlowRow"); \ +static_assert(offsetof(FSayFlowRow, Description) == 0x000008, "Member 'FSayFlowRow::Description' has a wrong offset!"); \ +static_assert(offsetof(FSayFlowRow, Flows) == 0x000018, "Member 'FSayFlowRow::Flows' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZoneMapBrush \ +static_assert(alignof(FZoneMapBrush) == 0x000008, "Wrong alignment on FZoneMapBrush"); \ +static_assert(sizeof(FZoneMapBrush) == 0x000038, "Wrong size on FZoneMapBrush"); \ +static_assert(offsetof(FZoneMapBrush, Zone) == 0x000000, "Member 'FZoneMapBrush::Zone' has a wrong offset!"); \ +static_assert(offsetof(FZoneMapBrush, DisplayName) == 0x000008, "Member 'FZoneMapBrush::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FZoneMapBrush, LocalizedDisplayName) == 0x000018, "Member 'FZoneMapBrush::LocalizedDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FZoneMapBrush, Color) == 0x000028, "Member 'FZoneMapBrush::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSayFlowEntry \ +static_assert(alignof(FSayFlowEntry) == 0x000008, "Wrong alignment on FSayFlowEntry"); \ +static_assert(sizeof(FSayFlowEntry) == 0x000080, "Wrong size on FSayFlowEntry"); \ +static_assert(offsetof(FSayFlowEntry, ConditionDataAssets) == 0x000000, "Member 'FSayFlowEntry::ConditionDataAssets' has a wrong offset!"); \ +static_assert(offsetof(FSayFlowEntry, Condition) == 0x000010, "Member 'FSayFlowEntry::Condition' has a wrong offset!"); \ +static_assert(offsetof(FSayFlowEntry, GameplayTagCondition) == 0x000020, "Member 'FSayFlowEntry::GameplayTagCondition' has a wrong offset!"); \ +static_assert(offsetof(FSayFlowEntry, Priority) == 0x000040, "Member 'FSayFlowEntry::Priority' has a wrong offset!"); \ +static_assert(offsetof(FSayFlowEntry, PlayOnce) == 0x000044, "Member 'FSayFlowEntry::PlayOnce' has a wrong offset!"); \ +static_assert(offsetof(FSayFlowEntry, MissionId) == 0x000048, "Member 'FSayFlowEntry::MissionId' has a wrong offset!"); \ +static_assert(offsetof(FSayFlowEntry, Flow) == 0x000058, "Member 'FSayFlowEntry::Flow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSayFlowId \ +static_assert(alignof(FSayFlowId) == 0x000004, "Wrong alignment on FSayFlowId"); \ +static_assert(sizeof(FSayFlowId) == 0x000008, "Wrong size on FSayFlowId"); \ + +#define DUMPER7_ASSERTS_FBoneMeshPair \ +static_assert(alignof(FBoneMeshPair) == 0x000008, "Wrong alignment on FBoneMeshPair"); \ +static_assert(sizeof(FBoneMeshPair) == 0x000010, "Wrong size on FBoneMeshPair"); \ +static_assert(offsetof(FBoneMeshPair, BoneName) == 0x000000, "Member 'FBoneMeshPair::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FBoneMeshPair, Mesh) == 0x000008, "Member 'FBoneMeshPair::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFlowEntryArrayContainer \ +static_assert(alignof(FFlowEntryArrayContainer) == 0x000008, "Wrong alignment on FFlowEntryArrayContainer"); \ +static_assert(sizeof(FFlowEntryArrayContainer) == 0x000010, "Wrong size on FFlowEntryArrayContainer"); \ +static_assert(offsetof(FFlowEntryArrayContainer, PotentialFlow) == 0x000000, "Member 'FFlowEntryArrayContainer::PotentialFlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSayLineId \ +static_assert(alignof(FSayLineId) == 0x000008, "Wrong alignment on FSayLineId"); \ +static_assert(sizeof(FSayLineId) == 0x000018, "Wrong size on FSayLineId"); \ +static_assert(offsetof(FSayLineId, RowName) == 0x000000, "Member 'FSayLineId::RowName' has a wrong offset!"); \ +static_assert(offsetof(FSayLineId, RowPresentName) == 0x000008, "Member 'FSayLineId::RowPresentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSayIntent \ +static_assert(alignof(FSayIntent) == 0x000008, "Wrong alignment on FSayIntent"); \ +static_assert(sizeof(FSayIntent) == 0x000078, "Wrong size on FSayIntent"); \ +static_assert(offsetof(FSayIntent, Description) == 0x000008, "Member 'FSayIntent::Description' has a wrong offset!"); \ +static_assert(offsetof(FSayIntent, Probability) == 0x000018, "Member 'FSayIntent::Probability' has a wrong offset!"); \ +static_assert(offsetof(FSayIntent, InteractionText) == 0x000020, "Member 'FSayIntent::InteractionText' has a wrong offset!"); \ +static_assert(offsetof(FSayIntent, Priority) == 0x000030, "Member 'FSayIntent::Priority' has a wrong offset!"); \ +static_assert(offsetof(FSayIntent, TimeoutSeconds) == 0x000038, "Member 'FSayIntent::TimeoutSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSayIntent, GlobalTimeoutSeconds) == 0x000040, "Member 'FSayIntent::GlobalTimeoutSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSayIntent, AnimationTags) == 0x000048, "Member 'FSayIntent::AnimationTags' has a wrong offset!"); \ +static_assert(offsetof(FSayIntent, Lines) == 0x000068, "Member 'FSayIntent::Lines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSituationTagData \ +static_assert(alignof(FSituationTagData) == 0x000008, "Wrong alignment on FSituationTagData"); \ +static_assert(sizeof(FSituationTagData) == 0x000048, "Wrong size on FSituationTagData"); \ +static_assert(offsetof(FSituationTagData, SituationName) == 0x000008, "Member 'FSituationTagData::SituationName' has a wrong offset!"); \ +static_assert(offsetof(FSituationTagData, DataAsset) == 0x000010, "Member 'FSituationTagData::DataAsset' has a wrong offset!"); \ +static_assert(offsetof(FSituationTagData, RoleList) == 0x000018, "Member 'FSituationTagData::RoleList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSequencedSplineDurationData \ +static_assert(alignof(FSequencedSplineDurationData) == 0x000004, "Wrong alignment on FSequencedSplineDurationData"); \ +static_assert(sizeof(FSequencedSplineDurationData) == 0x000010, "Wrong size on FSequencedSplineDurationData"); \ +static_assert(offsetof(FSequencedSplineDurationData, BaseDuration) == 0x000000, "Member 'FSequencedSplineDurationData::BaseDuration' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineDurationData, bAutoPauseOnSegment) == 0x000004, "Member 'FSequencedSplineDurationData::bAutoPauseOnSegment' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineDurationData, bUseRandomRange) == 0x000005, "Member 'FSequencedSplineDurationData::bUseRandomRange' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineDurationData, RandomRangeMin) == 0x000008, "Member 'FSequencedSplineDurationData::RandomRangeMin' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineDurationData, RandomRangeMax) == 0x00000C, "Member 'FSequencedSplineDurationData::RandomRangeMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCandidateContextualMetaDataKey \ +static_assert(alignof(FCandidateContextualMetaDataKey) == 0x000004, "Wrong alignment on FCandidateContextualMetaDataKey"); \ +static_assert(sizeof(FCandidateContextualMetaDataKey) == 0x000008, "Wrong size on FCandidateContextualMetaDataKey"); \ + +#define DUMPER7_ASSERTS_FSequencedSplineSegmentData \ +static_assert(alignof(FSequencedSplineSegmentData) == 0x000008, "Wrong alignment on FSequencedSplineSegmentData"); \ +static_assert(sizeof(FSequencedSplineSegmentData) == 0x000078, "Wrong size on FSequencedSplineSegmentData"); \ +static_assert(offsetof(FSequencedSplineSegmentData, SplineOwnerPlaceID) == 0x000000, "Member 'FSequencedSplineSegmentData::SplineOwnerPlaceID' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineSegmentData, DurationSettings) == 0x000008, "Member 'FSequencedSplineSegmentData::DurationSettings' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineSegmentData, Start) == 0x000018, "Member 'FSequencedSplineSegmentData::Start' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineSegmentData, End) == 0x000030, "Member 'FSequencedSplineSegmentData::End' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineSegmentData, Direction) == 0x000048, "Member 'FSequencedSplineSegmentData::Direction' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineSegmentData, Width) == 0x000060, "Member 'FSequencedSplineSegmentData::Width' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineSegmentData, Length) == 0x000064, "Member 'FSequencedSplineSegmentData::Length' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineSegmentData, Index) == 0x000068, "Member 'FSequencedSplineSegmentData::Index' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineSegmentData, StartPointIndex) == 0x00006C, "Member 'FSequencedSplineSegmentData::StartPointIndex' has a wrong offset!"); \ +static_assert(offsetof(FSequencedSplineSegmentData, EndPointIndex) == 0x000070, "Member 'FSequencedSplineSegmentData::EndPointIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyStatePlayRateWindowSettings \ +static_assert(alignof(FAnimNotifyStatePlayRateWindowSettings) == 0x000004, "Wrong alignment on FAnimNotifyStatePlayRateWindowSettings"); \ +static_assert(sizeof(FAnimNotifyStatePlayRateWindowSettings) == 0x000008, "Wrong size on FAnimNotifyStatePlayRateWindowSettings"); \ +static_assert(offsetof(FAnimNotifyStatePlayRateWindowSettings, MaxPlayRate) == 0x000000, "Member 'FAnimNotifyStatePlayRateWindowSettings::MaxPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyStatePlayRateWindowSettings, MinPlayRate) == 0x000004, "Member 'FAnimNotifyStatePlayRateWindowSettings::MinPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSituationRole \ +static_assert(alignof(FSituationRole) == 0x000008, "Wrong alignment on FSituationRole"); \ +static_assert(sizeof(FSituationRole) == 0x000068, "Wrong size on FSituationRole"); \ + +#define DUMPER7_ASSERTS_FSituationPhase \ +static_assert(alignof(FSituationPhase) == 0x000008, "Wrong alignment on FSituationPhase"); \ +static_assert(sizeof(FSituationPhase) == 0x000028, "Wrong size on FSituationPhase"); \ +static_assert(offsetof(FSituationPhase, Description) == 0x000008, "Member 'FSituationPhase::Description' has a wrong offset!"); \ +static_assert(offsetof(FSituationPhase, Duration) == 0x000018, "Member 'FSituationPhase::Duration' has a wrong offset!"); \ +static_assert(offsetof(FSituationPhase, ReversionIndex) == 0x00001C, "Member 'FSituationPhase::ReversionIndex' has a wrong offset!"); \ +static_assert(offsetof(FSituationPhase, bCanRevert) == 0x000020, "Member 'FSituationPhase::bCanRevert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleWheelEffectSetup \ +static_assert(alignof(FVehicleWheelEffectSetup) == 0x000008, "Wrong alignment on FVehicleWheelEffectSetup"); \ +static_assert(sizeof(FVehicleWheelEffectSetup) == 0x000028, "Wrong size on FVehicleWheelEffectSetup"); \ +static_assert(offsetof(FVehicleWheelEffectSetup, BoneName) == 0x000000, "Member 'FVehicleWheelEffectSetup::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FVehicleWheelEffectSetup, AdditionalOffset) == 0x000008, "Member 'FVehicleWheelEffectSetup::AdditionalOffset' has a wrong offset!"); \ +static_assert(offsetof(FVehicleWheelEffectSetup, MaxKickupAngle) == 0x000020, "Member 'FVehicleWheelEffectSetup::MaxKickupAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSituationEvent \ +static_assert(alignof(FSituationEvent) == 0x000004, "Wrong alignment on FSituationEvent"); \ +static_assert(sizeof(FSituationEvent) == 0x000008, "Wrong size on FSituationEvent"); \ + +#define DUMPER7_ASSERTS_FSkillCheck \ +static_assert(alignof(FSkillCheck) == 0x000008, "Wrong alignment on FSkillCheck"); \ +static_assert(sizeof(FSkillCheck) == 0x000068, "Wrong size on FSkillCheck"); \ +static_assert(offsetof(FSkillCheck, Skill) == 0x000008, "Member 'FSkillCheck::Skill' has a wrong offset!"); \ +static_assert(offsetof(FSkillCheck, Difficulty) == 0x000030, "Member 'FSkillCheck::Difficulty' has a wrong offset!"); \ +static_assert(offsetof(FSkillCheck, Target) == 0x000038, "Member 'FSkillCheck::Target' has a wrong offset!"); \ +static_assert(offsetof(FSkillCheck, Context) == 0x000048, "Member 'FSkillCheck::Context' has a wrong offset!"); \ +static_assert(offsetof(FSkillCheck, Script) == 0x000058, "Member 'FSkillCheck::Script' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocomotionStopEvaluatorReference \ +static_assert(alignof(FLocomotionStopEvaluatorReference) == 0x000008, "Wrong alignment on FLocomotionStopEvaluatorReference"); \ +static_assert(sizeof(FLocomotionStopEvaluatorReference) == 0x000010, "Wrong size on FLocomotionStopEvaluatorReference"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSlotTargetAnnotation \ +static_assert(alignof(FSmartObjectSlotTargetAnnotation) == 0x000008, "Wrong alignment on FSmartObjectSlotTargetAnnotation"); \ +static_assert(sizeof(FSmartObjectSlotTargetAnnotation) == 0x000058, "Wrong size on FSmartObjectSlotTargetAnnotation"); \ +static_assert(offsetof(FSmartObjectSlotTargetAnnotation, Offset) == 0x000008, "Member 'FSmartObjectSlotTargetAnnotation::Offset' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotTargetAnnotation, Rotation) == 0x000020, "Member 'FSmartObjectSlotTargetAnnotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSlotTargetAnnotation, Tags) == 0x000038, "Member 'FSmartObjectSlotTargetAnnotation::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJSOUserData \ +static_assert(alignof(FCJSOUserData) == 0x000004, "Wrong alignment on FCJSOUserData"); \ +static_assert(sizeof(FCJSOUserData) == 0x000008, "Wrong size on FCJSOUserData"); \ + +#define DUMPER7_ASSERTS_FAutoPilotHornParameters \ +static_assert(alignof(FAutoPilotHornParameters) == 0x000008, "Wrong alignment on FAutoPilotHornParameters"); \ +static_assert(sizeof(FAutoPilotHornParameters) == 0x000030, "Wrong size on FAutoPilotHornParameters"); \ +static_assert(offsetof(FAutoPilotHornParameters, ObstacleRangeThreshold) == 0x000000, "Member 'FAutoPilotHornParameters::ObstacleRangeThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotHornParameters, TriggerChance) == 0x000004, "Member 'FAutoPilotHornParameters::TriggerChance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotHornParameters, RandomisedHornDuration) == 0x000008, "Member 'FAutoPilotHornParameters::RandomisedHornDuration' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotHornParameters, SequenceWaitTimes) == 0x000018, "Member 'FAutoPilotHornParameters::SequenceWaitTimes' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotHornParameters, SuccessCooldown) == 0x000028, "Member 'FAutoPilotHornParameters::SuccessCooldown' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotHornParameters, FailCooldown) == 0x00002C, "Member 'FAutoPilotHornParameters::FailCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSmartObjectSpiritSpawnSettings \ +static_assert(alignof(FSmartObjectSpiritSpawnSettings) == 0x000008, "Wrong alignment on FSmartObjectSpiritSpawnSettings"); \ +static_assert(sizeof(FSmartObjectSpiritSpawnSettings) == 0x0001C8, "Wrong size on FSmartObjectSpiritSpawnSettings"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, DefinitionQuery) == 0x000000, "Member 'FSmartObjectSpiritSpawnSettings::DefinitionQuery' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, Definitions) == 0x000048, "Member 'FSmartObjectSpiritSpawnSettings::Definitions' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, SpawnRanking) == 0x000058, "Member 'FSmartObjectSpiritSpawnSettings::SpawnRanking' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, SpiritTags) == 0x000060, "Member 'FSmartObjectSpiritSpawnSettings::SpiritTags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, CharacterTags) == 0x000080, "Member 'FSmartObjectSpiritSpawnSettings::CharacterTags' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, SubtitleName) == 0x0000A0, "Member 'FSmartObjectSpiritSpawnSettings::SubtitleName' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, CharacterLevel) == 0x0000B0, "Member 'FSmartObjectSpiritSpawnSettings::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, CharacterVisuals) == 0x0000E0, "Member 'FSmartObjectSpiritSpawnSettings::CharacterVisuals' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, AIDefinition) == 0x000108, "Member 'FSmartObjectSpiritSpawnSettings::AIDefinition' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, SpawnCharacterIdentifier) == 0x000130, "Member 'FSmartObjectSpiritSpawnSettings::SpawnCharacterIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, SpawnNPCWorldStateIdentifier) == 0x000158, "Member 'FSmartObjectSpiritSpawnSettings::SpawnNPCWorldStateIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, SidecarComponents) == 0x000180, "Member 'FSmartObjectSpiritSpawnSettings::SidecarComponents' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, bUseSpawnCondition) == 0x000190, "Member 'FSmartObjectSpiritSpawnSettings::bUseSpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, SpawnCondition) == 0x000194, "Member 'FSmartObjectSpiritSpawnSettings::SpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, SlotBlackboardKey) == 0x0001AC, "Member 'FSmartObjectSpiritSpawnSettings::SlotBlackboardKey' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, LootTableOverride) == 0x0001B8, "Member 'FSmartObjectSpiritSpawnSettings::LootTableOverride' has a wrong offset!"); \ +static_assert(offsetof(FSmartObjectSpiritSpawnSettings, StartingInventoryOverride) == 0x0001C0, "Member 'FSmartObjectSpiritSpawnSettings::StartingInventoryOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDisbandedWatch \ +static_assert(alignof(FDisbandedWatch) == 0x000008, "Wrong alignment on FDisbandedWatch"); \ +static_assert(sizeof(FDisbandedWatch) == 0x000010, "Wrong size on FDisbandedWatch"); \ +static_assert(offsetof(FDisbandedWatch, Callbacks) == 0x000000, "Member 'FDisbandedWatch::Callbacks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynchronizationParameters \ +static_assert(alignof(FSynchronizationParameters) == 0x000008, "Wrong alignment on FSynchronizationParameters"); \ +static_assert(sizeof(FSynchronizationParameters) == 0x000078, "Wrong size on FSynchronizationParameters"); \ +static_assert(offsetof(FSynchronizationParameters, SyncPosition) == 0x000000, "Member 'FSynchronizationParameters::SyncPosition' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationParameters, SyncRotation) == 0x000018, "Member 'FSynchronizationParameters::SyncRotation' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationParameters, TranslationAdjustment) == 0x000030, "Member 'FSynchronizationParameters::TranslationAdjustment' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationParameters, RotationAdjustment) == 0x000048, "Member 'FSynchronizationParameters::RotationAdjustment' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationParameters, SyncTime) == 0x000060, "Member 'FSynchronizationParameters::SyncTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeSyncOutParams \ +static_assert(alignof(FComputeSyncOutParams) == 0x000008, "Wrong alignment on FComputeSyncOutParams"); \ +static_assert(sizeof(FComputeSyncOutParams) == 0x0000F0, "Wrong size on FComputeSyncOutParams"); \ +static_assert(offsetof(FComputeSyncOutParams, outInstigatorParams) == 0x000000, "Member 'FComputeSyncOutParams::outInstigatorParams' has a wrong offset!"); \ +static_assert(offsetof(FComputeSyncOutParams, outResponderParams) == 0x000078, "Member 'FComputeSyncOutParams::outResponderParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStimEventData \ +static_assert(alignof(FStimEventData) == 0x000004, "Wrong alignment on FStimEventData"); \ +static_assert(sizeof(FStimEventData) == 0x000008, "Wrong size on FStimEventData"); \ +static_assert(offsetof(FStimEventData, StimType) == 0x000000, "Member 'FStimEventData::StimType' has a wrong offset!"); \ +static_assert(offsetof(FStimEventData, Priority) == 0x000001, "Member 'FStimEventData::Priority' has a wrong offset!"); \ +static_assert(offsetof(FStimEventData, HearingRange) == 0x000004, "Member 'FStimEventData::HearingRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStimEventDefinition \ +static_assert(alignof(FStimEventDefinition) == 0x000008, "Wrong alignment on FStimEventDefinition"); \ +static_assert(sizeof(FStimEventDefinition) == 0x000028, "Wrong size on FStimEventDefinition"); \ +static_assert(offsetof(FStimEventDefinition, Name) == 0x000008, "Member 'FStimEventDefinition::Name' has a wrong offset!"); \ +static_assert(offsetof(FStimEventDefinition, EventClass) == 0x000010, "Member 'FStimEventDefinition::EventClass' has a wrong offset!"); \ +static_assert(offsetof(FStimEventDefinition, Duration) == 0x000014, "Member 'FStimEventDefinition::Duration' has a wrong offset!"); \ +static_assert(offsetof(FStimEventDefinition, StimTypes) == 0x000018, "Member 'FStimEventDefinition::StimTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeaponFireResult \ +static_assert(alignof(FWeaponFireResult) == 0x000004, "Wrong alignment on FWeaponFireResult"); \ +static_assert(sizeof(FWeaponFireResult) == 0x000010, "Wrong size on FWeaponFireResult"); \ +static_assert(offsetof(FWeaponFireResult, bDidFire) == 0x000000, "Member 'FWeaponFireResult::bDidFire' has a wrong offset!"); \ +static_assert(offsetof(FWeaponFireResult, DamageDone) == 0x000004, "Member 'FWeaponFireResult::DamageDone' has a wrong offset!"); \ +static_assert(offsetof(FWeaponFireResult, CalculatedRecoil) == 0x000008, "Member 'FWeaponFireResult::CalculatedRecoil' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStoryDeckRegistryLocation \ +static_assert(alignof(FStoryDeckRegistryLocation) == 0x000010, "Wrong alignment on FStoryDeckRegistryLocation"); \ +static_assert(sizeof(FStoryDeckRegistryLocation) == 0x0000C0, "Wrong size on FStoryDeckRegistryLocation"); \ +static_assert(offsetof(FStoryDeckRegistryLocation, LocationId) == 0x000000, "Member 'FStoryDeckRegistryLocation::LocationId' has a wrong offset!"); \ +static_assert(offsetof(FStoryDeckRegistryLocation, LocationTags) == 0x000008, "Member 'FStoryDeckRegistryLocation::LocationTags' has a wrong offset!"); \ +static_assert(offsetof(FStoryDeckRegistryLocation, LocationTransform) == 0x000030, "Member 'FStoryDeckRegistryLocation::LocationTransform' has a wrong offset!"); \ +static_assert(offsetof(FStoryDeckRegistryLocation, Condition) == 0x000090, "Member 'FStoryDeckRegistryLocation::Condition' has a wrong offset!"); \ +static_assert(offsetof(FStoryDeckRegistryLocation, TaggedTransforms) == 0x0000A8, "Member 'FStoryDeckRegistryLocation::TaggedTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubtitleEntry \ +static_assert(alignof(FSubtitleEntry) == 0x000008, "Wrong alignment on FSubtitleEntry"); \ +static_assert(sizeof(FSubtitleEntry) == 0x000058, "Wrong size on FSubtitleEntry"); \ +static_assert(offsetof(FSubtitleEntry, Handle) == 0x000000, "Member 'FSubtitleEntry::Handle' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleEntry, Text) == 0x000008, "Member 'FSubtitleEntry::Text' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleEntry, Duration) == 0x000018, "Member 'FSubtitleEntry::Duration' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleEntry, Lifetime) == 0x00001C, "Member 'FSubtitleEntry::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleEntry, Priority) == 0x000020, "Member 'FSubtitleEntry::Priority' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleEntry, Ambient) == 0x000024, "Member 'FSubtitleEntry::Ambient' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleEntry, MaxDistance) == 0x000028, "Member 'FSubtitleEntry::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleEntry, Location) == 0x000030, "Member 'FSubtitleEntry::Location' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleEntry, SourceConversation) == 0x000048, "Member 'FSubtitleEntry::SourceConversation' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleEntry, SpeakingCharacter) == 0x000050, "Member 'FSubtitleEntry::SpeakingCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStoryCardLocationConfig \ +static_assert(alignof(FStoryCardLocationConfig) == 0x000008, "Wrong alignment on FStoryCardLocationConfig"); \ +static_assert(sizeof(FStoryCardLocationConfig) == 0x000050, "Wrong size on FStoryCardLocationConfig"); \ +static_assert(offsetof(FStoryCardLocationConfig, ReleasePolicy) == 0x000000, "Member 'FStoryCardLocationConfig::ReleasePolicy' has a wrong offset!"); \ +static_assert(offsetof(FStoryCardLocationConfig, LocationTags) == 0x000008, "Member 'FStoryCardLocationConfig::LocationTags' has a wrong offset!"); \ +static_assert(offsetof(FStoryCardLocationConfig, ActorGroup) == 0x000028, "Member 'FStoryCardLocationConfig::ActorGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssessedInteraction \ +static_assert(alignof(FAssessedInteraction) == 0x000008, "Wrong alignment on FAssessedInteraction"); \ +static_assert(sizeof(FAssessedInteraction) == 0x000120, "Wrong size on FAssessedInteraction"); \ +static_assert(offsetof(FAssessedInteraction, ResponseMoveCategory) == 0x000010, "Member 'FAssessedInteraction::ResponseMoveCategory' has a wrong offset!"); \ +static_assert(offsetof(FAssessedInteraction, Cost) == 0x000018, "Member 'FAssessedInteraction::Cost' has a wrong offset!"); \ +static_assert(offsetof(FAssessedInteraction, Instigator) == 0x000020, "Member 'FAssessedInteraction::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FAssessedInteraction, Responder) == 0x000098, "Member 'FAssessedInteraction::Responder' has a wrong offset!"); \ +static_assert(offsetof(FAssessedInteraction, bFollowUpTagsMatched) == 0x000110, "Member 'FAssessedInteraction::bFollowUpTagsMatched' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorGroupSpiritSmartObjectStateConfig \ +static_assert(alignof(FActorGroupSpiritSmartObjectStateConfig) == 0x000008, "Wrong alignment on FActorGroupSpiritSmartObjectStateConfig"); \ +static_assert(sizeof(FActorGroupSpiritSmartObjectStateConfig) == 0x000028, "Wrong size on FActorGroupSpiritSmartObjectStateConfig"); \ +static_assert(offsetof(FActorGroupSpiritSmartObjectStateConfig, SmartObject) == 0x000000, "Member 'FActorGroupSpiritSmartObjectStateConfig::SmartObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynchronizedChoiceResult \ +static_assert(alignof(FSynchronizedChoiceResult) == 0x000008, "Wrong alignment on FSynchronizedChoiceResult"); \ +static_assert(sizeof(FSynchronizedChoiceResult) == 0x0001A8, "Wrong size on FSynchronizedChoiceResult"); \ +static_assert(offsetof(FSynchronizedChoiceResult, Instigator) == 0x000000, "Member 'FSynchronizedChoiceResult::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedChoiceResult, Responder) == 0x000008, "Member 'FSynchronizedChoiceResult::Responder' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedChoiceResult, AdjustmentParameters) == 0x000018, "Member 'FSynchronizedChoiceResult::AdjustmentParameters' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedChoiceResult, InstigatorChoiceName) == 0x000138, "Member 'FSynchronizedChoiceResult::InstigatorChoiceName' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedChoiceResult, ResponderChoiceName) == 0x000140, "Member 'FSynchronizedChoiceResult::ResponderChoiceName' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedChoiceResult, InstigatorChoiceMoveCategory) == 0x000148, "Member 'FSynchronizedChoiceResult::InstigatorChoiceMoveCategory' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedChoiceResult, ResponderChoiceMoveCategory) == 0x000150, "Member 'FSynchronizedChoiceResult::ResponderChoiceMoveCategory' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedChoiceResult, CurrentFollowUpTag) == 0x000168, "Member 'FSynchronizedChoiceResult::CurrentFollowUpTag' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedChoiceResult, CurrentChain) == 0x000188, "Member 'FSynchronizedChoiceResult::CurrentChain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynchronizationContext \ +static_assert(alignof(FSynchronizationContext) == 0x000010, "Wrong alignment on FSynchronizationContext"); \ +static_assert(sizeof(FSynchronizationContext) == 0x000190, "Wrong size on FSynchronizationContext"); \ +static_assert(offsetof(FSynchronizationContext, RequestType) == 0x000000, "Member 'FSynchronizationContext::RequestType' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, TagQuery) == 0x000008, "Member 'FSynchronizationContext::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, bTagQueryPerfectMatch) == 0x000050, "Member 'FSynchronizationContext::bTagQueryPerfectMatch' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, RespondingActor) == 0x000058, "Member 'FSynchronizationContext::RespondingActor' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, TimeToEffect) == 0x000060, "Member 'FSynchronizationContext::TimeToEffect' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, SyncWeight) == 0x000064, "Member 'FSynchronizationContext::SyncWeight' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, CostLimit) == 0x000068, "Member 'FSynchronizationContext::CostLimit' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, bClearState) == 0x00006C, "Member 'FSynchronizationContext::bClearState' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, bForceResponse) == 0x00006D, "Member 'FSynchronizationContext::bForceResponse' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, SynchronizedRequest) == 0x00006E, "Member 'FSynchronizationContext::SynchronizedRequest' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, InstigatorWarpTransformer) == 0x000070, "Member 'FSynchronizationContext::InstigatorWarpTransformer' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, ResponderWarpTransformer) == 0x000078, "Member 'FSynchronizationContext::ResponderWarpTransformer' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, RICMMultiplier) == 0x000080, "Member 'FSynchronizationContext::RICMMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, RICMMultPrio) == 0x000084, "Member 'FSynchronizationContext::RICMMultPrio' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, RICMModifiers) == 0x000088, "Member 'FSynchronizationContext::RICMModifiers' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, AllowedSearchTime) == 0x000098, "Member 'FSynchronizationContext::AllowedSearchTime' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, AnimationChannel) == 0x00009C, "Member 'FSynchronizationContext::AnimationChannel' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, bReUseInflightResponseMatchTags) == 0x00009D, "Member 'FSynchronizationContext::bReUseInflightResponseMatchTags' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, ExplicitTarget) == 0x0000A0, "Member 'FSynchronizationContext::ExplicitTarget' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, bHasExplicitTarget) == 0x000100, "Member 'FSynchronizationContext::bHasExplicitTarget' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, ActionID) == 0x000104, "Member 'FSynchronizationContext::ActionID' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, InteractionAxis) == 0x000110, "Member 'FSynchronizationContext::InteractionAxis' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, InteractionAxisTolerance) == 0x000128, "Member 'FSynchronizationContext::InteractionAxisTolerance' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, ContainedActionLayer) == 0x000138, "Member 'FSynchronizationContext::ContainedActionLayer' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, ResponderContainedActionLayer) == 0x000140, "Member 'FSynchronizationContext::ResponderContainedActionLayer' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, bIgnoreSpatialConstraints) == 0x000180, "Member 'FSynchronizationContext::bIgnoreSpatialConstraints' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, bIgnoreTemporalConstraints) == 0x000181, "Member 'FSynchronizationContext::bIgnoreTemporalConstraints' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, bDispatchWasDeferred) == 0x000182, "Member 'FSynchronizationContext::bDispatchWasDeferred' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, CalculatedDispatchDelay) == 0x000184, "Member 'FSynchronizationContext::CalculatedDispatchDelay' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationContext, bIgnoreDeferredWarps) == 0x000188, "Member 'FSynchronizationContext::bIgnoreDeferredWarps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveActionData \ +static_assert(alignof(FActiveActionData) == 0x000008, "Wrong alignment on FActiveActionData"); \ +static_assert(sizeof(FActiveActionData) == 0x000118, "Wrong size on FActiveActionData"); \ +static_assert(offsetof(FActiveActionData, CharacterActionMutableData) == 0x000000, "Member 'FActiveActionData::CharacterActionMutableData' has a wrong offset!"); \ +static_assert(offsetof(FActiveActionData, CurrentActionResults) == 0x000100, "Member 'FActiveActionData::CurrentActionResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynchronizationPlayRateWarp \ +static_assert(alignof(FSynchronizationPlayRateWarp) == 0x000004, "Wrong alignment on FSynchronizationPlayRateWarp"); \ +static_assert(sizeof(FSynchronizationPlayRateWarp) == 0x000010, "Wrong size on FSynchronizationPlayRateWarp"); \ +static_assert(offsetof(FSynchronizationPlayRateWarp, PlayRate) == 0x000000, "Member 'FSynchronizationPlayRateWarp::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationPlayRateWarp, TimeWindowStart) == 0x000004, "Member 'FSynchronizationPlayRateWarp::TimeWindowStart' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationPlayRateWarp, TimeWindowEnd) == 0x000008, "Member 'FSynchronizationPlayRateWarp::TimeWindowEnd' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationPlayRateWarp, EaseOutTime) == 0x00000C, "Member 'FSynchronizationPlayRateWarp::EaseOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynchronizedDispatchData \ +static_assert(alignof(FSynchronizedDispatchData) == 0x000010, "Wrong alignment on FSynchronizedDispatchData"); \ +static_assert(sizeof(FSynchronizedDispatchData) == 0x0001C0, "Wrong size on FSynchronizedDispatchData"); \ +static_assert(offsetof(FSynchronizedDispatchData, ChosenActionType) == 0x000000, "Member 'FSynchronizedDispatchData::ChosenActionType' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, MovementClass) == 0x000008, "Member 'FSynchronizedDispatchData::MovementClass' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, Channel) == 0x000009, "Member 'FSynchronizedDispatchData::Channel' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, SynchronizationTime) == 0x00000C, "Member 'FSynchronizedDispatchData::SynchronizationTime' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, DesiredExecutionTimestamp) == 0x000010, "Member 'FSynchronizedDispatchData::DesiredExecutionTimestamp' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, DelayedExecution) == 0x000018, "Member 'FSynchronizedDispatchData::DelayedExecution' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, ChosenAnimation) == 0x00001C, "Member 'FSynchronizedDispatchData::ChosenAnimation' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, AnimationSequence) == 0x000024, "Member 'FSynchronizedDispatchData::AnimationSequence' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, OtherAnimationSequence) == 0x00002C, "Member 'FSynchronizedDispatchData::OtherAnimationSequence' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, PlayRateWarping) == 0x000034, "Member 'FSynchronizedDispatchData::PlayRateWarping' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, CurrentDispatchResult) == 0x000044, "Member 'FSynchronizedDispatchData::CurrentDispatchResult' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, CurrentDispatchMoveCategory) == 0x000048, "Member 'FSynchronizedDispatchData::CurrentDispatchMoveCategory' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, CurrentFollowUpTag) == 0x000058, "Member 'FSynchronizedDispatchData::CurrentFollowUpTag' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, CurrentChain) == 0x000078, "Member 'FSynchronizedDispatchData::CurrentChain' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, InstigatingActor) == 0x000098, "Member 'FSynchronizedDispatchData::InstigatingActor' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, RespondingActor) == 0x0000A0, "Member 'FSynchronizedDispatchData::RespondingActor' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, Actor) == 0x0000A8, "Member 'FSynchronizedDispatchData::Actor' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, OtherActor) == 0x0000B0, "Member 'FSynchronizedDispatchData::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, bRequiresAdjustment) == 0x0000B8, "Member 'FSynchronizedDispatchData::bRequiresAdjustment' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, SyncPosition) == 0x0000C0, "Member 'FSynchronizedDispatchData::SyncPosition' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, SyncRotation) == 0x0000D8, "Member 'FSynchronizedDispatchData::SyncRotation' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, OtherSyncPosition) == 0x0000F0, "Member 'FSynchronizedDispatchData::OtherSyncPosition' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, OtherSyncRotation) == 0x000108, "Member 'FSynchronizedDispatchData::OtherSyncRotation' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, AnchorPosition) == 0x000120, "Member 'FSynchronizedDispatchData::AnchorPosition' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, AnchorRotation) == 0x000138, "Member 'FSynchronizedDispatchData::AnchorRotation' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, bIsAnchored) == 0x000150, "Member 'FSynchronizedDispatchData::bIsAnchored' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, WarpTargetNameOptional) == 0x000154, "Member 'FSynchronizedDispatchData::WarpTargetNameOptional' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, WarpPointTransformer) == 0x000160, "Member 'FSynchronizedDispatchData::WarpPointTransformer' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, RICMMultiplier) == 0x000168, "Member 'FSynchronizedDispatchData::RICMMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, RICMMultPrio) == 0x00016C, "Member 'FSynchronizedDispatchData::RICMMultPrio' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, ActionID) == 0x000170, "Member 'FSynchronizedDispatchData::ActionID' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedDispatchData, AllowedSearchTime) == 0x000178, "Member 'FSynchronizedDispatchData::AllowedSearchTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPositioningFrameCache \ +static_assert(alignof(FPositioningFrameCache) == 0x000008, "Wrong alignment on FPositioningFrameCache"); \ +static_assert(sizeof(FPositioningFrameCache) == 0x000050, "Wrong size on FPositioningFrameCache"); \ +static_assert(offsetof(FPositioningFrameCache, PositionsByMode) == 0x000000, "Member 'FPositioningFrameCache::PositionsByMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynchronizationActiveDispatchInfo \ +static_assert(alignof(FSynchronizationActiveDispatchInfo) == 0x000008, "Wrong alignment on FSynchronizationActiveDispatchInfo"); \ +static_assert(sizeof(FSynchronizationActiveDispatchInfo) == 0x000020, "Wrong size on FSynchronizationActiveDispatchInfo"); \ +static_assert(offsetof(FSynchronizationActiveDispatchInfo, AcceptedDispatchTimestamp) == 0x000000, "Member 'FSynchronizationActiveDispatchInfo::AcceptedDispatchTimestamp' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationActiveDispatchInfo, MovementClass) == 0x000008, "Member 'FSynchronizationActiveDispatchInfo::MovementClass' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationActiveDispatchInfo, ActionType) == 0x000010, "Member 'FSynchronizationActiveDispatchInfo::ActionType' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizationActiveDispatchInfo, MoveCategoryForUpdateCheck) == 0x000018, "Member 'FSynchronizationActiveDispatchInfo::MoveCategoryForUpdateCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemovedDispatchInfo \ +static_assert(alignof(FRemovedDispatchInfo) == 0x000008, "Wrong alignment on FRemovedDispatchInfo"); \ +static_assert(sizeof(FRemovedDispatchInfo) == 0x000018, "Wrong size on FRemovedDispatchInfo"); \ +static_assert(offsetof(FRemovedDispatchInfo, InstigatingActor) == 0x000000, "Member 'FRemovedDispatchInfo::InstigatingActor' has a wrong offset!"); \ +static_assert(offsetof(FRemovedDispatchInfo, RespondingActor) == 0x000008, "Member 'FRemovedDispatchInfo::RespondingActor' has a wrong offset!"); \ +static_assert(offsetof(FRemovedDispatchInfo, ActionID) == 0x000010, "Member 'FRemovedDispatchInfo::ActionID' has a wrong offset!"); \ +static_assert(offsetof(FRemovedDispatchInfo, CurrentDispatchResult) == 0x000014, "Member 'FRemovedDispatchInfo::CurrentDispatchResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDispatchQueue \ +static_assert(alignof(FDispatchQueue) == 0x000008, "Wrong alignment on FDispatchQueue"); \ +static_assert(sizeof(FDispatchQueue) == 0x000018, "Wrong size on FDispatchQueue"); \ +static_assert(offsetof(FDispatchQueue, Queue) == 0x000008, "Member 'FDispatchQueue::Queue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynchronizedMovementDataRow \ +static_assert(alignof(FSynchronizedMovementDataRow) == 0x000008, "Wrong alignment on FSynchronizedMovementDataRow"); \ +static_assert(sizeof(FSynchronizedMovementDataRow) == 0x000140, "Wrong size on FSynchronizedMovementDataRow"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, MinAngleLimit) == 0x000010, "Member 'FSynchronizedMovementDataRow::MinAngleLimit' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, MaxAngleLimit) == 0x000014, "Member 'FSynchronizedMovementDataRow::MaxAngleLimit' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, ForwardDistanceLimit) == 0x000018, "Member 'FSynchronizedMovementDataRow::ForwardDistanceLimit' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, BackwardDistanceLimit) == 0x00001C, "Member 'FSynchronizedMovementDataRow::BackwardDistanceLimit' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, RightDistance) == 0x000020, "Member 'FSynchronizedMovementDataRow::RightDistance' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, LeftDistance) == 0x000024, "Member 'FSynchronizedMovementDataRow::LeftDistance' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, UpDistance) == 0x000028, "Member 'FSynchronizedMovementDataRow::UpDistance' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, DownDistance) == 0x00002C, "Member 'FSynchronizedMovementDataRow::DownDistance' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, RepeatPunishmentRate) == 0x000030, "Member 'FSynchronizedMovementDataRow::RepeatPunishmentRate' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, RepeatPunishmentTimeLimit) == 0x000034, "Member 'FSynchronizedMovementDataRow::RepeatPunishmentTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, RandomInfluence) == 0x000038, "Member 'FSynchronizedMovementDataRow::RandomInfluence' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, Family) == 0x00003C, "Member 'FSynchronizedMovementDataRow::Family' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, GameplayTags) == 0x000048, "Member 'FSynchronizedMovementDataRow::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, ChainTags) == 0x000068, "Member 'FSynchronizedMovementDataRow::ChainTags' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, ChainEnd) == 0x000088, "Member 'FSynchronizedMovementDataRow::ChainEnd' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, FollowUpTag) == 0x000090, "Member 'FSynchronizedMovementDataRow::FollowUpTag' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, MatchingTags) == 0x0000B0, "Member 'FSynchronizedMovementDataRow::MatchingTags' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, MatchingBiasTags) == 0x0000D0, "Member 'FSynchronizedMovementDataRow::MatchingBiasTags' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, FlowIntoBiasTags) == 0x0000F0, "Member 'FSynchronizedMovementDataRow::FlowIntoBiasTags' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, FlowOutOfBiasTags) == 0x000110, "Member 'FSynchronizedMovementDataRow::FlowOutOfBiasTags' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, Movement) == 0x000130, "Member 'FSynchronizedMovementDataRow::Movement' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, bMute) == 0x000138, "Member 'FSynchronizedMovementDataRow::bMute' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, bSolo) == 0x000139, "Member 'FSynchronizedMovementDataRow::bSolo' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, bIgnoreWarpingConstraints) == 0x00013A, "Member 'FSynchronizedMovementDataRow::bIgnoreWarpingConstraints' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedMovementDataRow, bIgnoreTemporalConstraints) == 0x00013B, "Member 'FSynchronizedMovementDataRow::bIgnoreTemporalConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConditionExpression \ +static_assert(alignof(FConditionExpression) == 0x000004, "Wrong alignment on FConditionExpression"); \ +static_assert(sizeof(FConditionExpression) == 0x00000C, "Wrong size on FConditionExpression"); \ +static_assert(offsetof(FConditionExpression, Expression) == 0x000000, "Member 'FConditionExpression::Expression' has a wrong offset!"); \ +static_assert(offsetof(FConditionExpression, RoleIndex) == 0x000004, "Member 'FConditionExpression::RoleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficIntersectionSide \ +static_assert(alignof(FTrafficIntersectionSide) == 0x000008, "Wrong alignment on FTrafficIntersectionSide"); \ +static_assert(sizeof(FTrafficIntersectionSide) == 0x000038, "Wrong size on FTrafficIntersectionSide"); \ + +#define DUMPER7_ASSERTS_FTrafficIntersectionFinalWaitLane \ +static_assert(alignof(FTrafficIntersectionFinalWaitLane) == 0x000008, "Wrong alignment on FTrafficIntersectionFinalWaitLane"); \ +static_assert(sizeof(FTrafficIntersectionFinalWaitLane) == 0x000010, "Wrong size on FTrafficIntersectionFinalWaitLane"); \ + +#define DUMPER7_ASSERTS_FActorGroupMemberConfig \ +static_assert(alignof(FActorGroupMemberConfig) == 0x000010, "Wrong alignment on FActorGroupMemberConfig"); \ +static_assert(sizeof(FActorGroupMemberConfig) == 0x000200, "Wrong size on FActorGroupMemberConfig"); \ +static_assert(offsetof(FActorGroupMemberConfig, Transform) == 0x000010, "Member 'FActorGroupMemberConfig::Transform' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupMemberConfig, LocationTag) == 0x000070, "Member 'FActorGroupMemberConfig::LocationTag' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupMemberConfig, BlueprintVariation) == 0x000078, "Member 'FActorGroupMemberConfig::BlueprintVariation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficIntersectionWaitingLane \ +static_assert(alignof(FTrafficIntersectionWaitingLane) == 0x000008, "Wrong alignment on FTrafficIntersectionWaitingLane"); \ +static_assert(sizeof(FTrafficIntersectionWaitingLane) == 0x000028, "Wrong size on FTrafficIntersectionWaitingLane"); \ + +#define DUMPER7_ASSERTS_FTrafficIntersectionPeriod \ +static_assert(alignof(FTrafficIntersectionPeriod) == 0x000008, "Wrong alignment on FTrafficIntersectionPeriod"); \ +static_assert(sizeof(FTrafficIntersectionPeriod) == 0x000068, "Wrong size on FTrafficIntersectionPeriod"); \ + +#define DUMPER7_ASSERTS_FCJAIMoveRequest \ +static_assert(alignof(FCJAIMoveRequest) == 0x000008, "Wrong alignment on FCJAIMoveRequest"); \ +static_assert(sizeof(FCJAIMoveRequest) == 0x0000B0, "Wrong size on FCJAIMoveRequest"); \ + +#define DUMPER7_ASSERTS_FTrafficDensity \ +static_assert(alignof(FTrafficDensity) == 0x000008, "Wrong alignment on FTrafficDensity"); \ +static_assert(sizeof(FTrafficDensity) == 0x000018, "Wrong size on FTrafficDensity"); \ +static_assert(offsetof(FTrafficDensity, LaneType) == 0x000000, "Member 'FTrafficDensity::LaneType' has a wrong offset!"); \ +static_assert(offsetof(FTrafficDensity, DensityCount) == 0x000008, "Member 'FTrafficDensity::DensityCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPedestrianGroupSettings \ +static_assert(alignof(FPedestrianGroupSettings) == 0x000008, "Wrong alignment on FPedestrianGroupSettings"); \ +static_assert(sizeof(FPedestrianGroupSettings) == 0x000038, "Wrong size on FPedestrianGroupSettings"); \ +static_assert(offsetof(FPedestrianGroupSettings, PedestrianGroupActor) == 0x000000, "Member 'FPedestrianGroupSettings::PedestrianGroupActor' has a wrong offset!"); \ +static_assert(offsetof(FPedestrianGroupSettings, MemberOffsets) == 0x000028, "Member 'FPedestrianGroupSettings::MemberOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficLaneSpeedLimit \ +static_assert(alignof(FTrafficLaneSpeedLimit) == 0x000008, "Wrong alignment on FTrafficLaneSpeedLimit"); \ +static_assert(sizeof(FTrafficLaneSpeedLimit) == 0x000028, "Wrong size on FTrafficLaneSpeedLimit"); \ +static_assert(offsetof(FTrafficLaneSpeedLimit, LaneFilter) == 0x000000, "Member 'FTrafficLaneSpeedLimit::LaneFilter' has a wrong offset!"); \ +static_assert(offsetof(FTrafficLaneSpeedLimit, SpeedLimit) == 0x00000C, "Member 'FTrafficLaneSpeedLimit::SpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(FTrafficLaneSpeedLimit, DebugName) == 0x000010, "Member 'FTrafficLaneSpeedLimit::DebugName' has a wrong offset!"); \ +static_assert(offsetof(FTrafficLaneSpeedLimit, DebugColor) == 0x000020, "Member 'FTrafficLaneSpeedLimit::DebugColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficMinMaxDistance \ +static_assert(alignof(FTrafficMinMaxDistance) == 0x000004, "Wrong alignment on FTrafficMinMaxDistance"); \ +static_assert(sizeof(FTrafficMinMaxDistance) == 0x000008, "Wrong size on FTrafficMinMaxDistance"); \ +static_assert(offsetof(FTrafficMinMaxDistance, MinDistance) == 0x000000, "Member 'FTrafficMinMaxDistance::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(FTrafficMinMaxDistance, MaxDistance) == 0x000004, "Member 'FTrafficMinMaxDistance::MaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWheelSetupConfig \ +static_assert(alignof(FWheelSetupConfig) == 0x000004, "Wrong alignment on FWheelSetupConfig"); \ +static_assert(sizeof(FWheelSetupConfig) == 0x000008, "Wrong size on FWheelSetupConfig"); \ +static_assert(offsetof(FWheelSetupConfig, MaxSteerAngle) == 0x000000, "Member 'FWheelSetupConfig::MaxSteerAngle' has a wrong offset!"); \ +static_assert(offsetof(FWheelSetupConfig, bAffectedBySteering) == 0x000004, "Member 'FWheelSetupConfig::bAffectedBySteering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrakesConfig \ +static_assert(alignof(FBrakesConfig) == 0x000004, "Wrong alignment on FBrakesConfig"); \ +static_assert(sizeof(FBrakesConfig) == 0x000008, "Wrong size on FBrakesConfig"); \ +static_assert(offsetof(FBrakesConfig, MaxBrakeTorque) == 0x000000, "Member 'FBrakesConfig::MaxBrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(FBrakesConfig, MaxHandBrakeTorque) == 0x000004, "Member 'FBrakesConfig::MaxHandBrakeTorque' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSuspensionConfig \ +static_assert(alignof(FSuspensionConfig) == 0x000008, "Wrong alignment on FSuspensionConfig"); \ +static_assert(sizeof(FSuspensionConfig) == 0x000058, "Wrong size on FSuspensionConfig"); \ +static_assert(offsetof(FSuspensionConfig, SuspensionAxis) == 0x000000, "Member 'FSuspensionConfig::SuspensionAxis' has a wrong offset!"); \ +static_assert(offsetof(FSuspensionConfig, SuspensionForceOffset) == 0x000018, "Member 'FSuspensionConfig::SuspensionForceOffset' has a wrong offset!"); \ +static_assert(offsetof(FSuspensionConfig, SuspensionMaxRaise) == 0x000030, "Member 'FSuspensionConfig::SuspensionMaxRaise' has a wrong offset!"); \ +static_assert(offsetof(FSuspensionConfig, SuspensionMaxDrop) == 0x000034, "Member 'FSuspensionConfig::SuspensionMaxDrop' has a wrong offset!"); \ +static_assert(offsetof(FSuspensionConfig, SuspensionDampingRatio) == 0x000038, "Member 'FSuspensionConfig::SuspensionDampingRatio' has a wrong offset!"); \ +static_assert(offsetof(FSuspensionConfig, WheelLoadRatio) == 0x00003C, "Member 'FSuspensionConfig::WheelLoadRatio' has a wrong offset!"); \ +static_assert(offsetof(FSuspensionConfig, SpringRate) == 0x000040, "Member 'FSuspensionConfig::SpringRate' has a wrong offset!"); \ +static_assert(offsetof(FSuspensionConfig, SpringPreload) == 0x000044, "Member 'FSuspensionConfig::SpringPreload' has a wrong offset!"); \ +static_assert(offsetof(FSuspensionConfig, SuspensionSmoothing) == 0x000048, "Member 'FSuspensionConfig::SuspensionSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FSuspensionConfig, RollbarScaling) == 0x00004C, "Member 'FSuspensionConfig::RollbarScaling' has a wrong offset!"); \ +static_assert(offsetof(FSuspensionConfig, SweepShape) == 0x000050, "Member 'FSuspensionConfig::SweepShape' has a wrong offset!"); \ +static_assert(offsetof(FSuspensionConfig, SweepType) == 0x000051, "Member 'FSuspensionConfig::SweepType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWheelTuning \ +static_assert(alignof(FWheelTuning) == 0x000008, "Wrong alignment on FWheelTuning"); \ +static_assert(sizeof(FWheelTuning) == 0x000138, "Wrong size on FWheelTuning"); \ +static_assert(offsetof(FWheelTuning, WheelTuning) == 0x000000, "Member 'FWheelTuning::WheelTuning' has a wrong offset!"); \ +static_assert(offsetof(FWheelTuning, WheelSetupTuning) == 0x0000D0, "Member 'FWheelTuning::WheelSetupTuning' has a wrong offset!"); \ +static_assert(offsetof(FWheelTuning, BrakesTuning) == 0x0000D8, "Member 'FWheelTuning::BrakesTuning' has a wrong offset!"); \ +static_assert(offsetof(FWheelTuning, SuspensionTuning) == 0x0000E0, "Member 'FWheelTuning::SuspensionTuning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficSameLanePlacement \ +static_assert(alignof(FTrafficSameLanePlacement) == 0x000004, "Wrong alignment on FTrafficSameLanePlacement"); \ +static_assert(sizeof(FTrafficSameLanePlacement) == 0x000014, "Wrong size on FTrafficSameLanePlacement"); \ +static_assert(offsetof(FTrafficSameLanePlacement, OffsetMinMax) == 0x000000, "Member 'FTrafficSameLanePlacement::OffsetMinMax' has a wrong offset!"); \ +static_assert(offsetof(FTrafficSameLanePlacement, OffsetMinMaxAtMaxSpeed) == 0x000008, "Member 'FTrafficSameLanePlacement::OffsetMinMaxAtMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FTrafficSameLanePlacement, OffsetMaxSpeed) == 0x000010, "Member 'FTrafficSameLanePlacement::OffsetMaxSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTakedownVisualEffect \ +static_assert(alignof(FTakedownVisualEffect) == 0x000008, "Wrong alignment on FTakedownVisualEffect"); \ +static_assert(sizeof(FTakedownVisualEffect) == 0x000030, "Wrong size on FTakedownVisualEffect"); \ +static_assert(offsetof(FTakedownVisualEffect, ParticleSystem) == 0x000008, "Member 'FTakedownVisualEffect::ParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(FTakedownVisualEffect, BoneName) == 0x000010, "Member 'FTakedownVisualEffect::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FTakedownVisualEffect, Offset) == 0x000018, "Member 'FTakedownVisualEffect::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficWorldStateSpawnScaling \ +static_assert(alignof(FTrafficWorldStateSpawnScaling) == 0x000004, "Wrong alignment on FTrafficWorldStateSpawnScaling"); \ +static_assert(sizeof(FTrafficWorldStateSpawnScaling) == 0x00001C, "Wrong size on FTrafficWorldStateSpawnScaling"); \ +static_assert(offsetof(FTrafficWorldStateSpawnScaling, Condition) == 0x000000, "Member 'FTrafficWorldStateSpawnScaling::Condition' has a wrong offset!"); \ +static_assert(offsetof(FTrafficWorldStateSpawnScaling, SpawnScale) == 0x000018, "Member 'FTrafficWorldStateSpawnScaling::SpawnScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficVehicleAgentSettings \ +static_assert(alignof(FTrafficVehicleAgentSettings) == 0x000008, "Wrong alignment on FTrafficVehicleAgentSettings"); \ +static_assert(sizeof(FTrafficVehicleAgentSettings) == 0x0001D0, "Wrong size on FTrafficVehicleAgentSettings"); \ +static_assert(offsetof(FTrafficVehicleAgentSettings, SpiritTag) == 0x0000E8, "Member 'FTrafficVehicleAgentSettings::SpiritTag' has a wrong offset!"); \ +static_assert(offsetof(FTrafficVehicleAgentSettings, WorldStateScaling) == 0x0000F0, "Member 'FTrafficVehicleAgentSettings::WorldStateScaling' has a wrong offset!"); \ +static_assert(offsetof(FTrafficVehicleAgentSettings, SuspensionOffset) == 0x000100, "Member 'FTrafficVehicleAgentSettings::SuspensionOffset' has a wrong offset!"); \ +static_assert(offsetof(FTrafficVehicleAgentSettings, SameLinePlacement) == 0x000104, "Member 'FTrafficVehicleAgentSettings::SameLinePlacement' has a wrong offset!"); \ +static_assert(offsetof(FTrafficVehicleAgentSettings, TrafficSpawnSettings) == 0x000118, "Member 'FTrafficVehicleAgentSettings::TrafficSpawnSettings' has a wrong offset!"); \ +static_assert(offsetof(FTrafficVehicleAgentSettings, DefaultDriverAIDefinition) == 0x000120, "Member 'FTrafficVehicleAgentSettings::DefaultDriverAIDefinition' has a wrong offset!"); \ +static_assert(offsetof(FTrafficVehicleAgentSettings, ControllerClass) == 0x000148, "Member 'FTrafficVehicleAgentSettings::ControllerClass' has a wrong offset!"); \ +static_assert(offsetof(FTrafficVehicleAgentSettings, BehaviorTree) == 0x000170, "Member 'FTrafficVehicleAgentSettings::BehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(FTrafficVehicleAgentSettings, DefaultVehicleSpawnSet) == 0x000178, "Member 'FTrafficVehicleAgentSettings::DefaultVehicleSpawnSet' has a wrong offset!"); \ +static_assert(offsetof(FTrafficVehicleAgentSettings, RegionMappedSpawnDataSets) == 0x000180, "Member 'FTrafficVehicleAgentSettings::RegionMappedSpawnDataSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJiraUser \ +static_assert(alignof(FJiraUser) == 0x000008, "Wrong alignment on FJiraUser"); \ +static_assert(sizeof(FJiraUser) == 0x000018, "Wrong size on FJiraUser"); \ +static_assert(offsetof(FJiraUser, UserId) == 0x000008, "Member 'FJiraUser::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficTrainAgentSettings \ +static_assert(alignof(FTrafficTrainAgentSettings) == 0x000008, "Wrong alignment on FTrafficTrainAgentSettings"); \ +static_assert(sizeof(FTrafficTrainAgentSettings) == 0x000128, "Wrong size on FTrafficTrainAgentSettings"); \ +static_assert(offsetof(FTrafficTrainAgentSettings, SpawnTrainClass) == 0x0000E8, "Member 'FTrafficTrainAgentSettings::SpawnTrainClass' has a wrong offset!"); \ +static_assert(offsetof(FTrafficTrainAgentSettings, NumberOfExtraCartsPerTrain) == 0x000110, "Member 'FTrafficTrainAgentSettings::NumberOfExtraCartsPerTrain' has a wrong offset!"); \ +static_assert(offsetof(FTrafficTrainAgentSettings, DistanceBetweenCarts) == 0x000114, "Member 'FTrafficTrainAgentSettings::DistanceBetweenCarts' has a wrong offset!"); \ +static_assert(offsetof(FTrafficTrainAgentSettings, TrafficTrainStationFilter) == 0x000118, "Member 'FTrafficTrainAgentSettings::TrafficTrainStationFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficPedestrianGroupAgentSettings \ +static_assert(alignof(FTrafficPedestrianGroupAgentSettings) == 0x000008, "Wrong alignment on FTrafficPedestrianGroupAgentSettings"); \ +static_assert(sizeof(FTrafficPedestrianGroupAgentSettings) == 0x000120, "Wrong size on FTrafficPedestrianGroupAgentSettings"); \ +static_assert(offsetof(FTrafficPedestrianGroupAgentSettings, PedestrianGroups) == 0x0000E8, "Member 'FTrafficPedestrianGroupAgentSettings::PedestrianGroups' has a wrong offset!"); \ +static_assert(offsetof(FTrafficPedestrianGroupAgentSettings, DefaultGroupPedestrianAIDefinition) == 0x0000F8, "Member 'FTrafficPedestrianGroupAgentSettings::DefaultGroupPedestrianAIDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotationAnimResult \ +static_assert(alignof(FRotationAnimResult) == 0x000008, "Wrong alignment on FRotationAnimResult"); \ +static_assert(sizeof(FRotationAnimResult) == 0x000010, "Wrong size on FRotationAnimResult"); \ +static_assert(offsetof(FRotationAnimResult, AnimSequence) == 0x000000, "Member 'FRotationAnimResult::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(FRotationAnimResult, RotationAngle) == 0x000008, "Member 'FRotationAnimResult::RotationAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficPedestrianSmartObjectSettings \ +static_assert(alignof(FTrafficPedestrianSmartObjectSettings) == 0x000008, "Wrong alignment on FTrafficPedestrianSmartObjectSettings"); \ +static_assert(sizeof(FTrafficPedestrianSmartObjectSettings) == 0x000040, "Wrong size on FTrafficPedestrianSmartObjectSettings"); \ +static_assert(offsetof(FTrafficPedestrianSmartObjectSettings, QueryRate) == 0x000000, "Member 'FTrafficPedestrianSmartObjectSettings::QueryRate' has a wrong offset!"); \ +static_assert(offsetof(FTrafficPedestrianSmartObjectSettings, EnvQueryTemplate) == 0x000008, "Member 'FTrafficPedestrianSmartObjectSettings::EnvQueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(FTrafficPedestrianSmartObjectSettings, MaxNumAgents) == 0x000030, "Member 'FTrafficPedestrianSmartObjectSettings::MaxNumAgents' has a wrong offset!"); \ +static_assert(offsetof(FTrafficPedestrianSmartObjectSettings, SlotBlackboardKey) == 0x000034, "Member 'FTrafficPedestrianSmartObjectSettings::SlotBlackboardKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficIntersectionSettings \ +static_assert(alignof(FTrafficIntersectionSettings) == 0x000004, "Wrong alignment on FTrafficIntersectionSettings"); \ +static_assert(sizeof(FTrafficIntersectionSettings) == 0x00000C, "Wrong size on FTrafficIntersectionSettings"); \ +static_assert(offsetof(FTrafficIntersectionSettings, IntersectionOpenDuration) == 0x000000, "Member 'FTrafficIntersectionSettings::IntersectionOpenDuration' has a wrong offset!"); \ +static_assert(offsetof(FTrafficIntersectionSettings, IntersectionMinDuration) == 0x000004, "Member 'FTrafficIntersectionSettings::IntersectionMinDuration' has a wrong offset!"); \ +static_assert(offsetof(FTrafficIntersectionSettings, IntersectionPassingSpeed) == 0x000008, "Member 'FTrafficIntersectionSettings::IntersectionPassingSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficValidationSettings \ +static_assert(alignof(FTrafficValidationSettings) == 0x000004, "Wrong alignment on FTrafficValidationSettings"); \ +static_assert(sizeof(FTrafficValidationSettings) == 0x000018, "Wrong size on FTrafficValidationSettings"); \ +static_assert(offsetof(FTrafficValidationSettings, LaneValidationFilter) == 0x000000, "Member 'FTrafficValidationSettings::LaneValidationFilter' has a wrong offset!"); \ +static_assert(offsetof(FTrafficValidationSettings, MaxLaneLength) == 0x00000C, "Member 'FTrafficValidationSettings::MaxLaneLength' has a wrong offset!"); \ +static_assert(offsetof(FTrafficValidationSettings, LaneStep) == 0x000010, "Member 'FTrafficValidationSettings::LaneStep' has a wrong offset!"); \ +static_assert(offsetof(FTrafficValidationSettings, MaxLaneAngle) == 0x000014, "Member 'FTrafficValidationSettings::MaxLaneAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficLaneTypeSettings \ +static_assert(alignof(FTrafficLaneTypeSettings) == 0x000004, "Wrong alignment on FTrafficLaneTypeSettings"); \ +static_assert(sizeof(FTrafficLaneTypeSettings) == 0x000064, "Wrong size on FTrafficLaneTypeSettings"); \ +static_assert(offsetof(FTrafficLaneTypeSettings, LaneTypeFilter) == 0x000000, "Member 'FTrafficLaneTypeSettings::LaneTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(FTrafficLaneTypeSettings, LaneTypeTag) == 0x00000C, "Member 'FTrafficLaneTypeSettings::LaneTypeTag' has a wrong offset!"); \ +static_assert(offsetof(FTrafficLaneTypeSettings, DensityAgentCapacity) == 0x000010, "Member 'FTrafficLaneTypeSettings::DensityAgentCapacity' has a wrong offset!"); \ +static_assert(offsetof(FTrafficLaneTypeSettings, DensityFilter) == 0x000024, "Member 'FTrafficLaneTypeSettings::DensityFilter' has a wrong offset!"); \ +static_assert(offsetof(FTrafficLaneTypeSettings, FallbackDensityLevel) == 0x000060, "Member 'FTrafficLaneTypeSettings::FallbackDensityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotationAnimSegment \ +static_assert(alignof(FRotationAnimSegment) == 0x000004, "Wrong alignment on FRotationAnimSegment"); \ +static_assert(sizeof(FRotationAnimSegment) == 0x00000C, "Wrong size on FRotationAnimSegment"); \ +static_assert(offsetof(FRotationAnimSegment, RotationAngleMin) == 0x000000, "Member 'FRotationAnimSegment::RotationAngleMin' has a wrong offset!"); \ +static_assert(offsetof(FRotationAnimSegment, RotationAngleMax) == 0x000004, "Member 'FRotationAnimSegment::RotationAngleMax' has a wrong offset!"); \ +static_assert(offsetof(FRotationAnimSegment, RotationAngle) == 0x000008, "Member 'FRotationAnimSegment::RotationAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParkingSpotExclusion \ +static_assert(alignof(FParkingSpotExclusion) == 0x000008, "Wrong alignment on FParkingSpotExclusion"); \ +static_assert(sizeof(FParkingSpotExclusion) == 0x000020, "Wrong size on FParkingSpotExclusion"); \ +static_assert(offsetof(FParkingSpotExclusion, position) == 0x000000, "Member 'FParkingSpotExclusion::position' has a wrong offset!"); \ +static_assert(offsetof(FParkingSpotExclusion, Radius) == 0x000018, "Member 'FParkingSpotExclusion::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParkingSpot \ +static_assert(alignof(FParkingSpot) == 0x000010, "Wrong alignment on FParkingSpot"); \ +static_assert(sizeof(FParkingSpot) == 0x000070, "Wrong size on FParkingSpot"); \ +static_assert(offsetof(FParkingSpot, Transform) == 0x000000, "Member 'FParkingSpot::Transform' has a wrong offset!"); \ +static_assert(offsetof(FParkingSpot, LaneHandle) == 0x000060, "Member 'FParkingSpot::LaneHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotRubberBandingParameters \ +static_assert(alignof(FAutoPilotRubberBandingParameters) == 0x000008, "Wrong alignment on FAutoPilotRubberBandingParameters"); \ +static_assert(sizeof(FAutoPilotRubberBandingParameters) == 0x000120, "Wrong size on FAutoPilotRubberBandingParameters"); \ +static_assert(offsetof(FAutoPilotRubberBandingParameters, bUseRubberBanding) == 0x000000, "Member 'FAutoPilotRubberBandingParameters::bUseRubberBanding' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotRubberBandingParameters, RubberbandingDistanceScalarCurve) == 0x000008, "Member 'FAutoPilotRubberBandingParameters::RubberbandingDistanceScalarCurve' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotRubberBandingParameters, RubberbandingSpeedScalarCurve) == 0x000090, "Member 'FAutoPilotRubberBandingParameters::RubberbandingSpeedScalarCurve' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotRubberBandingParameters, SpeedScalarNearDistance) == 0x000118, "Member 'FAutoPilotRubberBandingParameters::SpeedScalarNearDistance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotRubberBandingParameters, SpeedScalarFarDistance) == 0x00011C, "Member 'FAutoPilotRubberBandingParameters::SpeedScalarFarDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParkingSpotData \ +static_assert(alignof(FParkingSpotData) == 0x000010, "Wrong alignment on FParkingSpotData"); \ +static_assert(sizeof(FParkingSpotData) == 0x000060, "Wrong size on FParkingSpotData"); \ +static_assert(offsetof(FParkingSpotData, ParkingTransform) == 0x000000, "Member 'FParkingSpotData::ParkingTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCJZonegraphPathGenerationSettings \ +static_assert(alignof(FCJZonegraphPathGenerationSettings) == 0x000004, "Wrong alignment on FCJZonegraphPathGenerationSettings"); \ +static_assert(sizeof(FCJZonegraphPathGenerationSettings) == 0x00001C, "Wrong size on FCJZonegraphPathGenerationSettings"); \ +static_assert(offsetof(FCJZonegraphPathGenerationSettings, MaxSearchNodes) == 0x000000, "Member 'FCJZonegraphPathGenerationSettings::MaxSearchNodes' has a wrong offset!"); \ +static_assert(offsetof(FCJZonegraphPathGenerationSettings, bAllowOppositeLaneLinks) == 0x000004, "Member 'FCJZonegraphPathGenerationSettings::bAllowOppositeLaneLinks' has a wrong offset!"); \ +static_assert(offsetof(FCJZonegraphPathGenerationSettings, bAllowGoingInReverseDirection) == 0x000005, "Member 'FCJZonegraphPathGenerationSettings::bAllowGoingInReverseDirection' has a wrong offset!"); \ +static_assert(offsetof(FCJZonegraphPathGenerationSettings, ReverseTraversalCostScalar) == 0x000008, "Member 'FCJZonegraphPathGenerationSettings::ReverseTraversalCostScalar' has a wrong offset!"); \ +static_assert(offsetof(FCJZonegraphPathGenerationSettings, ShortcutTraversalCostScalar) == 0x00000C, "Member 'FCJZonegraphPathGenerationSettings::ShortcutTraversalCostScalar' has a wrong offset!"); \ +static_assert(offsetof(FCJZonegraphPathGenerationSettings, SwitchDirectionCost) == 0x000010, "Member 'FCJZonegraphPathGenerationSettings::SwitchDirectionCost' has a wrong offset!"); \ +static_assert(offsetof(FCJZonegraphPathGenerationSettings, DistanceBetweenAdjacentExits) == 0x000014, "Member 'FCJZonegraphPathGenerationSettings::DistanceBetweenAdjacentExits' has a wrong offset!"); \ +static_assert(offsetof(FCJZonegraphPathGenerationSettings, bAllowPartialPath) == 0x000018, "Member 'FCJZonegraphPathGenerationSettings::bAllowPartialPath' has a wrong offset!"); \ +static_assert(offsetof(FCJZonegraphPathGenerationSettings, bCanCancelPath) == 0x000019, "Member 'FCJZonegraphPathGenerationSettings::bCanCancelPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotationAnimSegmentBounds \ +static_assert(alignof(FRotationAnimSegmentBounds) == 0x000004, "Wrong alignment on FRotationAnimSegmentBounds"); \ +static_assert(sizeof(FRotationAnimSegmentBounds) == 0x000008, "Wrong size on FRotationAnimSegmentBounds"); \ +static_assert(offsetof(FRotationAnimSegmentBounds, RotationAngleMin) == 0x000000, "Member 'FRotationAnimSegmentBounds::RotationAngleMin' has a wrong offset!"); \ +static_assert(offsetof(FRotationAnimSegmentBounds, RotationAngleMax) == 0x000004, "Member 'FRotationAnimSegmentBounds::RotationAngleMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotationAnimInfo \ +static_assert(alignof(FRotationAnimInfo) == 0x000008, "Wrong alignment on FRotationAnimInfo"); \ +static_assert(sizeof(FRotationAnimInfo) == 0x000058, "Wrong size on FRotationAnimInfo"); \ +static_assert(offsetof(FRotationAnimInfo, InfoName) == 0x000000, "Member 'FRotationAnimInfo::InfoName' has a wrong offset!"); \ +static_assert(offsetof(FRotationAnimInfo, FilterTag) == 0x000008, "Member 'FRotationAnimInfo::FilterTag' has a wrong offset!"); \ +static_assert(offsetof(FRotationAnimInfo, AnimSequences) == 0x000010, "Member 'FRotationAnimInfo::AnimSequences' has a wrong offset!"); \ +static_assert(offsetof(FRotationAnimInfo, RotationAngleMin) == 0x000020, "Member 'FRotationAnimInfo::RotationAngleMin' has a wrong offset!"); \ +static_assert(offsetof(FRotationAnimInfo, RotationAngleMax) == 0x000024, "Member 'FRotationAnimInfo::RotationAngleMax' has a wrong offset!"); \ +static_assert(offsetof(FRotationAnimInfo, RotationAngle) == 0x000028, "Member 'FRotationAnimInfo::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(FRotationAnimInfo, AdditionalSegments) == 0x000030, "Member 'FRotationAnimInfo::AdditionalSegments' has a wrong offset!"); \ +static_assert(offsetof(FRotationAnimInfo, RemainActiveSegments) == 0x000040, "Member 'FRotationAnimInfo::RemainActiveSegments' has a wrong offset!"); \ +static_assert(offsetof(FRotationAnimInfo, bEnabled) == 0x000050, "Member 'FRotationAnimInfo::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimGaitRotationAnimInfo \ +static_assert(alignof(FAnimGaitRotationAnimInfo) == 0x000008, "Wrong alignment on FAnimGaitRotationAnimInfo"); \ +static_assert(sizeof(FAnimGaitRotationAnimInfo) == 0x000018, "Wrong size on FAnimGaitRotationAnimInfo"); \ +static_assert(offsetof(FAnimGaitRotationAnimInfo, Gait) == 0x000000, "Member 'FAnimGaitRotationAnimInfo::Gait' has a wrong offset!"); \ +static_assert(offsetof(FAnimGaitRotationAnimInfo, RotationAnimInfos) == 0x000008, "Member 'FAnimGaitRotationAnimInfo::RotationAnimInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimGaitRotationAnimInfosDataContainer \ +static_assert(alignof(FAnimGaitRotationAnimInfosDataContainer) == 0x000008, "Wrong alignment on FAnimGaitRotationAnimInfosDataContainer"); \ +static_assert(sizeof(FAnimGaitRotationAnimInfosDataContainer) == 0x000010, "Wrong size on FAnimGaitRotationAnimInfosDataContainer"); \ +static_assert(offsetof(FAnimGaitRotationAnimInfosDataContainer, GaitRotationAnimInfos) == 0x000000, "Member 'FAnimGaitRotationAnimInfosDataContainer::GaitRotationAnimInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrafficRoadblockData \ +static_assert(alignof(FTrafficRoadblockData) == 0x000008, "Wrong alignment on FTrafficRoadblockData"); \ +static_assert(sizeof(FTrafficRoadblockData) == 0x000030, "Wrong size on FTrafficRoadblockData"); \ + +#define DUMPER7_ASSERTS_FTransformWarpTarget \ +static_assert(alignof(FTransformWarpTarget) == 0x000010, "Wrong alignment on FTransformWarpTarget"); \ +static_assert(sizeof(FTransformWarpTarget) == 0x000060, "Wrong size on FTransformWarpTarget"); \ +static_assert(offsetof(FTransformWarpTarget, TargetLocation) == 0x000000, "Member 'FTransformWarpTarget::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FTransformWarpTarget, TargetRotation) == 0x000020, "Member 'FTransformWarpTarget::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(FTransformWarpTarget, ReferenceActor) == 0x000040, "Member 'FTransformWarpTarget::ReferenceActor' has a wrong offset!"); \ +static_assert(offsetof(FTransformWarpTarget, ReferenceOffset) == 0x000048, "Member 'FTransformWarpTarget::ReferenceOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleInstanceCustomData \ +static_assert(alignof(FVehicleInstanceCustomData) == 0x000001, "Wrong alignment on FVehicleInstanceCustomData"); \ +static_assert(sizeof(FVehicleInstanceCustomData) == 0x000013, "Wrong size on FVehicleInstanceCustomData"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bHeadLightLeftBroken) == 0x000000, "Member 'FVehicleInstanceCustomData::bHeadLightLeftBroken' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bHeadLightRightBroken) == 0x000001, "Member 'FVehicleInstanceCustomData::bHeadLightRightBroken' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bFrontLeftTurnSignalLightBroken) == 0x000002, "Member 'FVehicleInstanceCustomData::bFrontLeftTurnSignalLightBroken' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bFrontRightTurnSignalLightBroken) == 0x000003, "Member 'FVehicleInstanceCustomData::bFrontRightTurnSignalLightBroken' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bRearLeftTurnSignalLightBroken) == 0x000004, "Member 'FVehicleInstanceCustomData::bRearLeftTurnSignalLightBroken' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bRearRightTurnSignalLightBroken) == 0x000005, "Member 'FVehicleInstanceCustomData::bRearRightTurnSignalLightBroken' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bLeftBreakLightBroken) == 0x000006, "Member 'FVehicleInstanceCustomData::bLeftBreakLightBroken' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bRightBreakLightBroken) == 0x000007, "Member 'FVehicleInstanceCustomData::bRightBreakLightBroken' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bLeftReversingLightBroken) == 0x000008, "Member 'FVehicleInstanceCustomData::bLeftReversingLightBroken' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bRightReversingLightBroken) == 0x000009, "Member 'FVehicleInstanceCustomData::bRightReversingLightBroken' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bLeftTurnSignalLights) == 0x00000A, "Member 'FVehicleInstanceCustomData::bLeftTurnSignalLights' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bRightTurnSignalLights) == 0x00000B, "Member 'FVehicleInstanceCustomData::bRightTurnSignalLights' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bReversingLights) == 0x00000C, "Member 'FVehicleInstanceCustomData::bReversingLights' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bBrakeLights) == 0x00000D, "Member 'FVehicleInstanceCustomData::bBrakeLights' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bRunningLights) == 0x00000E, "Member 'FVehicleInstanceCustomData::bRunningLights' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bHeadLights) == 0x00000F, "Member 'FVehicleInstanceCustomData::bHeadLights' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bAccessoryLights) == 0x000010, "Member 'FVehicleInstanceCustomData::bAccessoryLights' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bInteriorLights) == 0x000011, "Member 'FVehicleInstanceCustomData::bInteriorLights' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInstanceCustomData, bTrunkLights) == 0x000012, "Member 'FVehicleInstanceCustomData::bTrunkLights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputBrushVariationMap \ +static_assert(alignof(FInputBrushVariationMap) == 0x000008, "Wrong alignment on FInputBrushVariationMap"); \ +static_assert(sizeof(FInputBrushVariationMap) == 0x000018, "Wrong size on FInputBrushVariationMap"); \ +static_assert(offsetof(FInputBrushVariationMap, VariationIdentifier) == 0x000000, "Member 'FInputBrushVariationMap::VariationIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FInputBrushVariationMap, InputBrushMap) == 0x000008, "Member 'FInputBrushVariationMap::InputBrushMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPackedVehicleInstanceCustomData \ +static_assert(alignof(FPackedVehicleInstanceCustomData) == 0x000004, "Wrong alignment on FPackedVehicleInstanceCustomData"); \ +static_assert(sizeof(FPackedVehicleInstanceCustomData) == 0x000004, "Wrong size on FPackedVehicleInstanceCustomData"); \ +static_assert(offsetof(FPackedVehicleInstanceCustomData, PackedParam1) == 0x000000, "Member 'FPackedVehicleInstanceCustomData::PackedParam1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleDrivingState \ +static_assert(alignof(FVehicleDrivingState) == 0x000004, "Wrong alignment on FVehicleDrivingState"); \ +static_assert(sizeof(FVehicleDrivingState) == 0x000020, "Wrong size on FVehicleDrivingState"); \ +static_assert(offsetof(FVehicleDrivingState, Throttle) == 0x000000, "Member 'FVehicleDrivingState::Throttle' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDrivingState, Brake) == 0x000004, "Member 'FVehicleDrivingState::Brake' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDrivingState, Steering) == 0x000008, "Member 'FVehicleDrivingState::Steering' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDrivingState, bHandbrakeOn) == 0x00000C, "Member 'FVehicleDrivingState::bHandbrakeOn' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDrivingState, ForwardSpeed) == 0x000010, "Member 'FVehicleDrivingState::ForwardSpeed' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDrivingState, RPM) == 0x000014, "Member 'FVehicleDrivingState::RPM' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDrivingState, Gear) == 0x000018, "Member 'FVehicleDrivingState::Gear' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDrivingState, bAutomatic) == 0x00001C, "Member 'FVehicleDrivingState::bAutomatic' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDrivingState, bAllWheelsOnGround) == 0x00001D, "Member 'FVehicleDrivingState::bAllWheelsOnGround' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDrivingState, bNoWheelsOnGround) == 0x00001E, "Member 'FVehicleDrivingState::bNoWheelsOnGround' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorGroupVehicleSpiritConfig \ +static_assert(alignof(FActorGroupVehicleSpiritConfig) == 0x000010, "Wrong alignment on FActorGroupVehicleSpiritConfig"); \ +static_assert(sizeof(FActorGroupVehicleSpiritConfig) == 0x000100, "Wrong size on FActorGroupVehicleSpiritConfig"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, Transform) == 0x000010, "Member 'FActorGroupVehicleSpiritConfig::Transform' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, LocationTag) == 0x000070, "Member 'FActorGroupVehicleSpiritConfig::LocationTag' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, TypeOfSpawn) == 0x000078, "Member 'FActorGroupVehicleSpiritConfig::TypeOfSpawn' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, SpawnDataSet) == 0x000080, "Member 'FActorGroupVehicleSpiritConfig::SpawnDataSet' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, DriverData) == 0x000088, "Member 'FActorGroupVehicleSpiritConfig::DriverData' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, SpawnSpecificMember) == 0x0000B0, "Member 'FActorGroupVehicleSpiritConfig::SpawnSpecificMember' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, SpawnMemberAtIndex) == 0x0000B4, "Member 'FActorGroupVehicleSpiritConfig::SpawnMemberAtIndex' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, BodyColorIndex) == 0x0000B8, "Member 'FActorGroupVehicleSpiritConfig::BodyColorIndex' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, VehicleAge) == 0x0000BC, "Member 'FActorGroupVehicleSpiritConfig::VehicleAge' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, VehicleAmountDirt) == 0x0000C0, "Member 'FActorGroupVehicleSpiritConfig::VehicleAmountDirt' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, bIsVehicleLocked) == 0x0000C4, "Member 'FActorGroupVehicleSpiritConfig::bIsVehicleLocked' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, bAllowStealing) == 0x0000C5, "Member 'FActorGroupVehicleSpiritConfig::bAllowStealing' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, bSpawnOnLane) == 0x0000C6, "Member 'FActorGroupVehicleSpiritConfig::bSpawnOnLane' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, bOverrideTrafficLaneFilter) == 0x0000C7, "Member 'FActorGroupVehicleSpiritConfig::bOverrideTrafficLaneFilter' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, TrafficQueryFilter) == 0x0000C8, "Member 'FActorGroupVehicleSpiritConfig::TrafficQueryFilter' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, LootTableOverride) == 0x0000D8, "Member 'FActorGroupVehicleSpiritConfig::LootTableOverride' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, StartingInventoryOverride) == 0x0000E0, "Member 'FActorGroupVehicleSpiritConfig::StartingInventoryOverride' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupVehicleSpiritConfig, SidecarComponents) == 0x0000E8, "Member 'FActorGroupVehicleSpiritConfig::SidecarComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleEngineParameterContext \ +static_assert(alignof(FVehicleEngineParameterContext) == 0x000004, "Wrong alignment on FVehicleEngineParameterContext"); \ +static_assert(sizeof(FVehicleEngineParameterContext) == 0x000010, "Wrong size on FVehicleEngineParameterContext"); \ +static_assert(offsetof(FVehicleEngineParameterContext, EngineRPM) == 0x000000, "Member 'FVehicleEngineParameterContext::EngineRPM' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineParameterContext, EngineLoad) == 0x000004, "Member 'FVehicleEngineParameterContext::EngineLoad' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineParameterContext, WheelsSkidNormalized) == 0x000008, "Member 'FVehicleEngineParameterContext::WheelsSkidNormalized' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineParameterContext, WheelsSlip) == 0x00000C, "Member 'FVehicleEngineParameterContext::WheelsSlip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleEngineScalars \ +static_assert(alignof(FVehicleEngineScalars) == 0x000004, "Wrong alignment on FVehicleEngineScalars"); \ +static_assert(sizeof(FVehicleEngineScalars) == 0x000018, "Wrong size on FVehicleEngineScalars"); \ +static_assert(offsetof(FVehicleEngineScalars, EngineTorqueScalar) == 0x000000, "Member 'FVehicleEngineScalars::EngineTorqueScalar' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineScalars, EngineRevUpScalar) == 0x000004, "Member 'FVehicleEngineScalars::EngineRevUpScalar' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineScalars, EngineRevDownScalar) == 0x000008, "Member 'FVehicleEngineScalars::EngineRevDownScalar' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineScalars, BrakeScalar) == 0x00000C, "Member 'FVehicleEngineScalars::BrakeScalar' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineScalars, HandBrakeScalar) == 0x000010, "Member 'FVehicleEngineScalars::HandBrakeScalar' has a wrong offset!"); \ +static_assert(offsetof(FVehicleEngineScalars, GearChangeTimeScalar) == 0x000014, "Member 'FVehicleEngineScalars::GearChangeTimeScalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyStateSetMovementModeSettings \ +static_assert(alignof(FAnimNotifyStateSetMovementModeSettings) == 0x000001, "Wrong alignment on FAnimNotifyStateSetMovementModeSettings"); \ +static_assert(sizeof(FAnimNotifyStateSetMovementModeSettings) == 0x000002, "Wrong size on FAnimNotifyStateSetMovementModeSettings"); \ +static_assert(offsetof(FAnimNotifyStateSetMovementModeSettings, MovementMode) == 0x000000, "Member 'FAnimNotifyStateSetMovementModeSettings::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyStateSetMovementModeSettings, MovementModeAtEnd) == 0x000001, "Member 'FAnimNotifyStateSetMovementModeSettings::MovementModeAtEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleDamageVsVehicleSideRamSettings \ +static_assert(alignof(FVehicleDamageVsVehicleSideRamSettings) == 0x000004, "Wrong alignment on FVehicleDamageVsVehicleSideRamSettings"); \ +static_assert(sizeof(FVehicleDamageVsVehicleSideRamSettings) == 0x00000C, "Wrong size on FVehicleDamageVsVehicleSideRamSettings"); \ +static_assert(offsetof(FVehicleDamageVsVehicleSideRamSettings, DamageScalarForSideramAbility) == 0x000000, "Member 'FVehicleDamageVsVehicleSideRamSettings::DamageScalarForSideramAbility' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageVsVehicleSideRamSettings, ExtraDamageForSideramAbility) == 0x000004, "Member 'FVehicleDamageVsVehicleSideRamSettings::ExtraDamageForSideramAbility' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageVsVehicleSideRamSettings, DamageReductionScalarWhileUsingSideram) == 0x000008, "Member 'FVehicleDamageVsVehicleSideRamSettings::DamageReductionScalarWhileUsingSideram' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleDamageVsVehicleSettings \ +static_assert(alignof(FVehicleDamageVsVehicleSettings) == 0x000004, "Wrong alignment on FVehicleDamageVsVehicleSettings"); \ +static_assert(sizeof(FVehicleDamageVsVehicleSettings) == 0x000014, "Wrong size on FVehicleDamageVsVehicleSettings"); \ +static_assert(offsetof(FVehicleDamageVsVehicleSettings, VehicleToVehicleImpactConstant) == 0x000000, "Member 'FVehicleDamageVsVehicleSettings::VehicleToVehicleImpactConstant' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageVsVehicleSettings, DamageScalarForWinningCollision) == 0x000004, "Member 'FVehicleDamageVsVehicleSettings::DamageScalarForWinningCollision' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageVsVehicleSettings, SideRam) == 0x000008, "Member 'FVehicleDamageVsVehicleSettings::SideRam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimGaitSequenceInfo \ +static_assert(alignof(FAnimGaitSequenceInfo) == 0x000008, "Wrong alignment on FAnimGaitSequenceInfo"); \ +static_assert(sizeof(FAnimGaitSequenceInfo) == 0x000018, "Wrong size on FAnimGaitSequenceInfo"); \ +static_assert(offsetof(FAnimGaitSequenceInfo, Gait) == 0x000000, "Member 'FAnimGaitSequenceInfo::Gait' has a wrong offset!"); \ +static_assert(offsetof(FAnimGaitSequenceInfo, Sequences) == 0x000008, "Member 'FAnimGaitSequenceInfo::Sequences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimGaitSequencesDataContainer \ +static_assert(alignof(FAnimGaitSequencesDataContainer) == 0x000008, "Wrong alignment on FAnimGaitSequencesDataContainer"); \ +static_assert(sizeof(FAnimGaitSequencesDataContainer) == 0x000010, "Wrong size on FAnimGaitSequencesDataContainer"); \ +static_assert(offsetof(FAnimGaitSequencesDataContainer, GaitSequenceInfos) == 0x000000, "Member 'FAnimGaitSequencesDataContainer::GaitSequenceInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleDamageVsEnvironmentSettings \ +static_assert(alignof(FVehicleDamageVsEnvironmentSettings) == 0x000008, "Wrong alignment on FVehicleDamageVsEnvironmentSettings"); \ +static_assert(sizeof(FVehicleDamageVsEnvironmentSettings) == 0x000090, "Wrong size on FVehicleDamageVsEnvironmentSettings"); \ +static_assert(offsetof(FVehicleDamageVsEnvironmentSettings, VehicleVsEnvironmentConstant) == 0x000000, "Member 'FVehicleDamageVsEnvironmentSettings::VehicleVsEnvironmentConstant' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageVsEnvironmentSettings, SpeedToDamageCurve) == 0x000008, "Member 'FVehicleDamageVsEnvironmentSettings::SpeedToDamageCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleDamageReachSettings \ +static_assert(alignof(FVehicleDamageReachSettings) == 0x000008, "Wrong alignment on FVehicleDamageReachSettings"); \ +static_assert(sizeof(FVehicleDamageReachSettings) == 0x000090, "Wrong size on FVehicleDamageReachSettings"); \ +static_assert(offsetof(FVehicleDamageReachSettings, ReachScalarWhenUsingSideRam) == 0x000000, "Member 'FVehicleDamageReachSettings::ReachScalarWhenUsingSideRam' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageReachSettings, ImpactDamageToReachCurve) == 0x000008, "Member 'FVehicleDamageReachSettings::ImpactDamageToReachCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleDamageHitReactionSettings \ +static_assert(alignof(FVehicleDamageHitReactionSettings) == 0x000004, "Wrong alignment on FVehicleDamageHitReactionSettings"); \ +static_assert(sizeof(FVehicleDamageHitReactionSettings) == 0x000010, "Wrong size on FVehicleDamageHitReactionSettings"); \ +static_assert(offsetof(FVehicleDamageHitReactionSettings, DamageImpulseScalar) == 0x000000, "Member 'FVehicleDamageHitReactionSettings::DamageImpulseScalar' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageHitReactionSettings, MaxDamage) == 0x000004, "Member 'FVehicleDamageHitReactionSettings::MaxDamage' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageHitReactionSettings, ClampHeightDirection) == 0x000008, "Member 'FVehicleDamageHitReactionSettings::ClampHeightDirection' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageHitReactionSettings, bAllowPlayerHitreactions) == 0x00000C, "Member 'FVehicleDamageHitReactionSettings::bAllowPlayerHitreactions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleDamageConfig \ +static_assert(alignof(FVehicleDamageConfig) == 0x000008, "Wrong alignment on FVehicleDamageConfig"); \ +static_assert(sizeof(FVehicleDamageConfig) == 0x000180, "Wrong size on FVehicleDamageConfig"); \ +static_assert(offsetof(FVehicleDamageConfig, VehicleVsVehicleSettings) == 0x000000, "Member 'FVehicleDamageConfig::VehicleVsVehicleSettings' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageConfig, VehicleVsEnvironmentSettings) == 0x000018, "Member 'FVehicleDamageConfig::VehicleVsEnvironmentSettings' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageConfig, VehicleReachSettings) == 0x0000A8, "Member 'FVehicleDamageConfig::VehicleReachSettings' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageConfig, VehicleHitReactionSettings) == 0x000138, "Member 'FVehicleDamageConfig::VehicleHitReactionSettings' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageConfig, VehicleHitWithNitrousSnakeSteering) == 0x000148, "Member 'FVehicleDamageConfig::VehicleHitWithNitrousSnakeSteering' has a wrong offset!"); \ +static_assert(offsetof(FVehicleDamageConfig, VehicleClassificationSettings) == 0x00015C, "Member 'FVehicleDamageConfig::VehicleClassificationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleVsCharacterCollisionModifierSettings \ +static_assert(alignof(FVehicleVsCharacterCollisionModifierSettings) == 0x000004, "Wrong alignment on FVehicleVsCharacterCollisionModifierSettings"); \ +static_assert(sizeof(FVehicleVsCharacterCollisionModifierSettings) == 0x00000C, "Wrong size on FVehicleVsCharacterCollisionModifierSettings"); \ +static_assert(offsetof(FVehicleVsCharacterCollisionModifierSettings, CharacterInvInertiaScale) == 0x000000, "Member 'FVehicleVsCharacterCollisionModifierSettings::CharacterInvInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsCharacterCollisionModifierSettings, CharacterInvMassScale) == 0x000004, "Member 'FVehicleVsCharacterCollisionModifierSettings::CharacterInvMassScale' has a wrong offset!"); \ +static_assert(offsetof(FVehicleVsCharacterCollisionModifierSettings, VehicleInvMassScale) == 0x000008, "Member 'FVehicleVsCharacterCollisionModifierSettings::VehicleInvMassScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleCollisionModifierSettings \ +static_assert(alignof(FVehicleCollisionModifierSettings) == 0x000008, "Wrong alignment on FVehicleCollisionModifierSettings"); \ +static_assert(sizeof(FVehicleCollisionModifierSettings) == 0x0000F0, "Wrong size on FVehicleCollisionModifierSettings"); \ +static_assert(offsetof(FVehicleCollisionModifierSettings, VehicleVsDestruction) == 0x000000, "Member 'FVehicleCollisionModifierSettings::VehicleVsDestruction' has a wrong offset!"); \ +static_assert(offsetof(FVehicleCollisionModifierSettings, VehicleVsCharacter) == 0x000098, "Member 'FVehicleCollisionModifierSettings::VehicleVsCharacter' has a wrong offset!"); \ +static_assert(offsetof(FVehicleCollisionModifierSettings, VehicleVsVehicle) == 0x0000A4, "Member 'FVehicleCollisionModifierSettings::VehicleVsVehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleInventoryRow \ +static_assert(alignof(FVehicleInventoryRow) == 0x000008, "Wrong alignment on FVehicleInventoryRow"); \ +static_assert(sizeof(FVehicleInventoryRow) == 0x000038, "Wrong size on FVehicleInventoryRow"); \ +static_assert(offsetof(FVehicleInventoryRow, Item) == 0x000008, "Member 'FVehicleInventoryRow::Item' has a wrong offset!"); \ +static_assert(offsetof(FVehicleInventoryRow, Amount) == 0x000030, "Member 'FVehicleInventoryRow::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTakedownImpulse \ +static_assert(alignof(FTakedownImpulse) == 0x000008, "Wrong alignment on FTakedownImpulse"); \ +static_assert(sizeof(FTakedownImpulse) == 0x000048, "Wrong size on FTakedownImpulse"); \ +static_assert(offsetof(FTakedownImpulse, Type) == 0x000008, "Member 'FTakedownImpulse::Type' has a wrong offset!"); \ +static_assert(offsetof(FTakedownImpulse, Magnitude) == 0x00000C, "Member 'FTakedownImpulse::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FTakedownImpulse, BoneName) == 0x000010, "Member 'FTakedownImpulse::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FTakedownImpulse, Offset) == 0x000018, "Member 'FTakedownImpulse::Offset' has a wrong offset!"); \ +static_assert(offsetof(FTakedownImpulse, ImpulseDirection) == 0x000030, "Member 'FTakedownImpulse::ImpulseDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTakedownSoundEffect \ +static_assert(alignof(FTakedownSoundEffect) == 0x000008, "Wrong alignment on FTakedownSoundEffect"); \ +static_assert(sizeof(FTakedownSoundEffect) == 0x000010, "Wrong size on FTakedownSoundEffect"); \ +static_assert(offsetof(FTakedownSoundEffect, Event) == 0x000008, "Member 'FTakedownSoundEffect::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTakedownWeakspotStateChange \ +static_assert(alignof(FTakedownWeakspotStateChange) == 0x000004, "Wrong alignment on FTakedownWeakspotStateChange"); \ +static_assert(sizeof(FTakedownWeakspotStateChange) == 0x000018, "Wrong size on FTakedownWeakspotStateChange"); \ +static_assert(offsetof(FTakedownWeakspotStateChange, WeakspotName) == 0x000008, "Member 'FTakedownWeakspotStateChange::WeakspotName' has a wrong offset!"); \ +static_assert(offsetof(FTakedownWeakspotStateChange, TriggerChance) == 0x000010, "Member 'FTakedownWeakspotStateChange::TriggerChance' has a wrong offset!"); \ +static_assert(offsetof(FTakedownWeakspotStateChange, DamageLevelToSet) == 0x000014, "Member 'FTakedownWeakspotStateChange::DamageLevelToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTakedownSequenceCondition \ +static_assert(alignof(FTakedownSequenceCondition) == 0x000004, "Wrong alignment on FTakedownSequenceCondition"); \ +static_assert(sizeof(FTakedownSequenceCondition) == 0x000034, "Wrong size on FTakedownSequenceCondition"); \ +static_assert(offsetof(FTakedownSequenceCondition, Type) == 0x000000, "Member 'FTakedownSequenceCondition::Type' has a wrong offset!"); \ +static_assert(offsetof(FTakedownSequenceCondition, SpeedThresholdKmh) == 0x000004, "Member 'FTakedownSequenceCondition::SpeedThresholdKmh' has a wrong offset!"); \ +static_assert(offsetof(FTakedownSequenceCondition, ImpactDirectionInterval) == 0x000008, "Member 'FTakedownSequenceCondition::ImpactDirectionInterval' has a wrong offset!"); \ +static_assert(offsetof(FTakedownSequenceCondition, TriggerChance) == 0x000018, "Member 'FTakedownSequenceCondition::TriggerChance' has a wrong offset!"); \ +static_assert(offsetof(FTakedownSequenceCondition, WorldStateBool) == 0x00001C, "Member 'FTakedownSequenceCondition::WorldStateBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeakspotLightSetup \ +static_assert(alignof(FWeakspotLightSetup) == 0x000004, "Wrong alignment on FWeakspotLightSetup"); \ +static_assert(sizeof(FWeakspotLightSetup) == 0x000034, "Wrong size on FWeakspotLightSetup"); \ +static_assert(offsetof(FWeakspotLightSetup, LightsToBreak) == 0x000000, "Member 'FWeakspotLightSetup::LightsToBreak' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotLightSetup, LightIntensity) == 0x000004, "Member 'FWeakspotLightSetup::LightIntensity' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotLightSetup, SideLightRadius) == 0x000010, "Member 'FWeakspotLightSetup::SideLightRadius' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotLightSetup, MainLightRadius) == 0x00001C, "Member 'FWeakspotLightSetup::MainLightRadius' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotLightSetup, LightColor) == 0x000028, "Member 'FWeakspotLightSetup::LightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeakspotTireSetup \ +static_assert(alignof(FWeakspotTireSetup) == 0x000004, "Wrong alignment on FWeakspotTireSetup"); \ +static_assert(sizeof(FWeakspotTireSetup) == 0x000028, "Wrong size on FWeakspotTireSetup"); \ +static_assert(offsetof(FWeakspotTireSetup, OnDamagedSnakeSteering) == 0x000000, "Member 'FWeakspotTireSetup::OnDamagedSnakeSteering' has a wrong offset!"); \ +static_assert(offsetof(FWeakspotTireSetup, OnDestroyedSnakeSteering) == 0x000014, "Member 'FWeakspotTireSetup::OnDestroyedSnakeSteering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVOLine \ +static_assert(alignof(FVOLine) == 0x000008, "Wrong alignment on FVOLine"); \ +static_assert(sizeof(FVOLine) == 0x000048, "Wrong size on FVOLine"); \ +static_assert(offsetof(FVOLine, TechnicalName) == 0x000008, "Member 'FVOLine::TechnicalName' has a wrong offset!"); \ +static_assert(offsetof(FVOLine, AudioEvent) == 0x000010, "Member 'FVOLine::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(FVOLine, Duration) == 0x000038, "Member 'FVOLine::Duration' has a wrong offset!"); \ +static_assert(offsetof(FVOLine, Pause) == 0x00003C, "Member 'FVOLine::Pause' has a wrong offset!"); \ +static_assert(offsetof(FVOLine, TotalDuration) == 0x000040, "Member 'FVOLine::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(FVOLine, LineEffectFlag) == 0x000044, "Member 'FVOLine::LineEffectFlag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVOSubsystemVoice \ +static_assert(alignof(FVOSubsystemVoice) == 0x000008, "Wrong alignment on FVOSubsystemVoice"); \ +static_assert(sizeof(FVOSubsystemVoice) == 0x000020, "Wrong size on FVOSubsystemVoice"); \ + +#define DUMPER7_ASSERTS_FZoneMapLayer \ +static_assert(alignof(FZoneMapLayer) == 0x000008, "Wrong alignment on FZoneMapLayer"); \ +static_assert(sizeof(FZoneMapLayer) == 0x000098, "Wrong size on FZoneMapLayer"); \ +static_assert(offsetof(FZoneMapLayer, LayerName) == 0x000000, "Member 'FZoneMapLayer::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FZoneMapLayer, CellSize) == 0x000008, "Member 'FZoneMapLayer::CellSize' has a wrong offset!"); \ +static_assert(offsetof(FZoneMapLayer, WidthInCells) == 0x00000C, "Member 'FZoneMapLayer::WidthInCells' has a wrong offset!"); \ +static_assert(offsetof(FZoneMapLayer, HeightInCells) == 0x000010, "Member 'FZoneMapLayer::HeightInCells' has a wrong offset!"); \ +static_assert(offsetof(FZoneMapLayer, ZoneMapBounds) == 0x000018, "Member 'FZoneMapLayer::ZoneMapBounds' has a wrong offset!"); \ +static_assert(offsetof(FZoneMapLayer, LocalZoneMapBounds) == 0x000050, "Member 'FZoneMapLayer::LocalZoneMapBounds' has a wrong offset!"); \ +static_assert(offsetof(FZoneMapLayer, Cells) == 0x000088, "Member 'FZoneMapLayer::Cells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterUpdateAnimCurveValues \ +static_assert(alignof(FCharacterUpdateAnimCurveValues) == 0x000004, "Wrong alignment on FCharacterUpdateAnimCurveValues"); \ +static_assert(sizeof(FCharacterUpdateAnimCurveValues) == 0x000014, "Wrong size on FCharacterUpdateAnimCurveValues"); \ +static_assert(offsetof(FCharacterUpdateAnimCurveValues, MovementSpeedLimit) == 0x000000, "Member 'FCharacterUpdateAnimCurveValues::MovementSpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(FCharacterUpdateAnimCurveValues, MovementGait) == 0x000008, "Member 'FCharacterUpdateAnimCurveValues::MovementGait' has a wrong offset!"); \ +static_assert(offsetof(FCharacterUpdateAnimCurveValues, bIsLookAtCurveActive) == 0x00000C, "Member 'FCharacterUpdateAnimCurveValues::bIsLookAtCurveActive' has a wrong offset!"); \ +static_assert(offsetof(FCharacterUpdateAnimCurveValues, LookAtCurveAlpha) == 0x000010, "Member 'FCharacterUpdateAnimCurveValues::LookAtCurveAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterTraversalRequestInfo \ +static_assert(alignof(FCharacterTraversalRequestInfo) == 0x000004, "Wrong alignment on FCharacterTraversalRequestInfo"); \ +static_assert(sizeof(FCharacterTraversalRequestInfo) == 0x000014, "Wrong size on FCharacterTraversalRequestInfo"); \ +static_assert(offsetof(FCharacterTraversalRequestInfo, TraversalRequestID) == 0x000000, "Member 'FCharacterTraversalRequestInfo::TraversalRequestID' has a wrong offset!"); \ +static_assert(offsetof(FCharacterTraversalRequestInfo, HeightObstacleType) == 0x000004, "Member 'FCharacterTraversalRequestInfo::HeightObstacleType' has a wrong offset!"); \ +static_assert(offsetof(FCharacterTraversalRequestInfo, TraversalHeight) == 0x000008, "Member 'FCharacterTraversalRequestInfo::TraversalHeight' has a wrong offset!"); \ +static_assert(offsetof(FCharacterTraversalRequestInfo, DepthObstacleType) == 0x00000C, "Member 'FCharacterTraversalRequestInfo::DepthObstacleType' has a wrong offset!"); \ +static_assert(offsetof(FCharacterTraversalRequestInfo, TraversalDepth) == 0x000010, "Member 'FCharacterTraversalRequestInfo::TraversalDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterCharacterImpactConfiguration \ +static_assert(alignof(FCharacterCharacterImpactConfiguration) == 0x000008, "Wrong alignment on FCharacterCharacterImpactConfiguration"); \ +static_assert(sizeof(FCharacterCharacterImpactConfiguration) == 0x000050, "Wrong size on FCharacterCharacterImpactConfiguration"); \ +static_assert(offsetof(FCharacterCharacterImpactConfiguration, ResponseMap) == 0x000000, "Member 'FCharacterCharacterImpactConfiguration::ResponseMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInteractableActionPayload \ +static_assert(alignof(FInteractableActionPayload) == 0x000008, "Wrong alignment on FInteractableActionPayload"); \ +static_assert(sizeof(FInteractableActionPayload) == 0x000010, "Wrong size on FInteractableActionPayload"); \ + +#define DUMPER7_ASSERTS_FAutoPilotSpeedParameters \ +static_assert(alignof(FAutoPilotSpeedParameters) == 0x000008, "Wrong alignment on FAutoPilotSpeedParameters"); \ +static_assert(sizeof(FAutoPilotSpeedParameters) == 0x0003C0, "Wrong size on FAutoPilotSpeedParameters"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, bIgnoreLaneSpeedLimit) == 0x000000, "Member 'FAutoPilotSpeedParameters::bIgnoreLaneSpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, SpeedLimitOverrides) == 0x000008, "Member 'FAutoPilotSpeedParameters::SpeedLimitOverrides' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, SpeedToDistanceAhead) == 0x000018, "Member 'FAutoPilotSpeedParameters::SpeedToDistanceAhead' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, CurveToDistanceAheadScalar) == 0x0000A0, "Member 'FAutoPilotSpeedParameters::CurveToDistanceAheadScalar' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, LaneOffsetToDistanceAheadScalar) == 0x000128, "Member 'FAutoPilotSpeedParameters::LaneOffsetToDistanceAheadScalar' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, EndOfLaneDetectionRange) == 0x0001B0, "Member 'FAutoPilotSpeedParameters::EndOfLaneDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, OtherTrafficDetectionRange) == 0x0001C0, "Member 'FAutoPilotSpeedParameters::OtherTrafficDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, TeammemberDetectionRange) == 0x0001D0, "Member 'FAutoPilotSpeedParameters::TeammemberDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, DistanceToOtherBrakeCurve) == 0x0001E0, "Member 'FAutoPilotSpeedParameters::DistanceToOtherBrakeCurve' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, OncomingTrafficSpeedScalar) == 0x000268, "Member 'FAutoPilotSpeedParameters::OncomingTrafficSpeedScalar' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, SpeedToCurvature) == 0x000270, "Member 'FAutoPilotSpeedParameters::SpeedToCurvature' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, SlopeDetectionRange) == 0x0002F8, "Member 'FAutoPilotSpeedParameters::SlopeDetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, CurveSpeedSlopeThreshold) == 0x0002FC, "Member 'FAutoPilotSpeedParameters::CurveSpeedSlopeThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, SlopeIncrementRange) == 0x000300, "Member 'FAutoPilotSpeedParameters::SlopeIncrementRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, SpeedToSlopeAngle) == 0x000308, "Member 'FAutoPilotSpeedParameters::SpeedToSlopeAngle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, bDriveOnClosedRoads) == 0x000390, "Member 'FAutoPilotSpeedParameters::bDriveOnClosedRoads' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, LateralSlipThreshold) == 0x000394, "Member 'FAutoPilotSpeedParameters::LateralSlipThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, SlipSpeedScalar) == 0x000398, "Member 'FAutoPilotSpeedParameters::SlipSpeedScalar' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, ForwardBrakeDistanceScalar) == 0x00039C, "Member 'FAutoPilotSpeedParameters::ForwardBrakeDistanceScalar' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, CombatTargetNearbyDistances) == 0x0003A0, "Member 'FAutoPilotSpeedParameters::CombatTargetNearbyDistances' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, CombatTargetSpeedMatchingMinSpeed) == 0x0003B0, "Member 'FAutoPilotSpeedParameters::CombatTargetSpeedMatchingMinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, CombatTargetSpeedMatchingAbove) == 0x0003B4, "Member 'FAutoPilotSpeedParameters::CombatTargetSpeedMatchingAbove' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSpeedParameters, RoadblockDetectionRange) == 0x0003B8, "Member 'FAutoPilotSpeedParameters::RoadblockDetectionRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotThrottleParameters \ +static_assert(alignof(FAutoPilotThrottleParameters) == 0x000008, "Wrong alignment on FAutoPilotThrottleParameters"); \ +static_assert(sizeof(FAutoPilotThrottleParameters) == 0x0000B0, "Wrong size on FAutoPilotThrottleParameters"); \ +static_assert(offsetof(FAutoPilotThrottleParameters, SpeedToAcceleration) == 0x000000, "Member 'FAutoPilotThrottleParameters::SpeedToAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotThrottleParameters, ThrottleMinChangePerSecond) == 0x000088, "Member 'FAutoPilotThrottleParameters::ThrottleMinChangePerSecond' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotThrottleParameters, ThrottleMaxChangePerSecond) == 0x00008C, "Member 'FAutoPilotThrottleParameters::ThrottleMaxChangePerSecond' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotThrottleParameters, ReverseThrottle) == 0x000090, "Member 'FAutoPilotThrottleParameters::ReverseThrottle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotThrottleParameters, bAllowBurnout) == 0x000094, "Member 'FAutoPilotThrottleParameters::bAllowBurnout' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotThrottleParameters, NitroParameters) == 0x000098, "Member 'FAutoPilotThrottleParameters::NitroParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotSteerParameters \ +static_assert(alignof(FAutoPilotSteerParameters) == 0x000008, "Wrong alignment on FAutoPilotSteerParameters"); \ +static_assert(sizeof(FAutoPilotSteerParameters) == 0x000070, "Wrong size on FAutoPilotSteerParameters"); \ +static_assert(offsetof(FAutoPilotSteerParameters, SteeringSpeedRange) == 0x000000, "Member 'FAutoPilotSteerParameters::SteeringSpeedRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSteerParameters, SteeringAngleRange) == 0x000010, "Member 'FAutoPilotSteerParameters::SteeringAngleRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSteerParameters, SteerBackLengthThreshold) == 0x000020, "Member 'FAutoPilotSteerParameters::SteerBackLengthThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSteerParameters, StraightRoadAngle) == 0x000030, "Member 'FAutoPilotSteerParameters::StraightRoadAngle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSteerParameters, YawThresholdForSteerBack) == 0x000034, "Member 'FAutoPilotSteerParameters::YawThresholdForSteerBack' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSteerParameters, MaxSteerbackAngle) == 0x000038, "Member 'FAutoPilotSteerParameters::MaxSteerbackAngle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSteerParameters, MaxSteerAlignAngle) == 0x00003C, "Member 'FAutoPilotSteerParameters::MaxSteerAlignAngle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSteerParameters, AlignDirectionLengthThreshold) == 0x000040, "Member 'FAutoPilotSteerParameters::AlignDirectionLengthThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSteerParameters, OncomingTrafficRandomisedSteerRange) == 0x000050, "Member 'FAutoPilotSteerParameters::OncomingTrafficRandomisedSteerRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotSteerParameters, OncomingTrafficRandomisedTimeRange) == 0x000060, "Member 'FAutoPilotSteerParameters::OncomingTrafficRandomisedTimeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotStuckParameters \ +static_assert(alignof(FAutoPilotStuckParameters) == 0x000004, "Wrong alignment on FAutoPilotStuckParameters"); \ +static_assert(sizeof(FAutoPilotStuckParameters) == 0x000060, "Wrong size on FAutoPilotStuckParameters"); \ +static_assert(offsetof(FAutoPilotStuckParameters, FullyStuck) == 0x000000, "Member 'FAutoPilotStuckParameters::FullyStuck' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckParameters, SlightlyStuck) == 0x00001C, "Member 'FAutoPilotStuckParameters::SlightlyStuck' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckParameters, StuckSpeedThreshold) == 0x000038, "Member 'FAutoPilotStuckParameters::StuckSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckParameters, StuckDetectionSpeedThreshold) == 0x00003C, "Member 'FAutoPilotStuckParameters::StuckDetectionSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckParameters, StuckThrottleThreshold) == 0x000040, "Member 'FAutoPilotStuckParameters::StuckThrottleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckParameters, WaitTime) == 0x000044, "Member 'FAutoPilotStuckParameters::WaitTime' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckParameters, UnstuckTime) == 0x000048, "Member 'FAutoPilotStuckParameters::UnstuckTime' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckParameters, ReverseToFaceForwardStartAngle) == 0x00004C, "Member 'FAutoPilotStuckParameters::ReverseToFaceForwardStartAngle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckParameters, ReverseToFaceForwardEndAngle) == 0x000050, "Member 'FAutoPilotStuckParameters::ReverseToFaceForwardEndAngle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckParameters, StraightReverseAngle) == 0x000054, "Member 'FAutoPilotStuckParameters::StraightReverseAngle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckParameters, EndOfLaneStuckDistance) == 0x000058, "Member 'FAutoPilotStuckParameters::EndOfLaneStuckDistance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotStuckParameters, ReverseSkipSteerYawThreshold) == 0x00005C, "Member 'FAutoPilotStuckParameters::ReverseSkipSteerYawThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotCharacterDetectionParameters \ +static_assert(alignof(FAutoPilotCharacterDetectionParameters) == 0x000004, "Wrong alignment on FAutoPilotCharacterDetectionParameters"); \ +static_assert(sizeof(FAutoPilotCharacterDetectionParameters) == 0x000010, "Wrong size on FAutoPilotCharacterDetectionParameters"); \ +static_assert(offsetof(FAutoPilotCharacterDetectionParameters, bAllowCharacterDetection) == 0x000000, "Member 'FAutoPilotCharacterDetectionParameters::bAllowCharacterDetection' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotCharacterDetectionParameters, DetectionRange) == 0x000004, "Member 'FAutoPilotCharacterDetectionParameters::DetectionRange' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotCharacterDetectionParameters, DetectionAngle) == 0x000008, "Member 'FAutoPilotCharacterDetectionParameters::DetectionAngle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotCharacterDetectionParameters, bOnlyDetectTeammates) == 0x00000C, "Member 'FAutoPilotCharacterDetectionParameters::bOnlyDetectTeammates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotDetectionParameters \ +static_assert(alignof(FAutoPilotDetectionParameters) == 0x000008, "Wrong alignment on FAutoPilotDetectionParameters"); \ +static_assert(sizeof(FAutoPilotDetectionParameters) == 0x000108, "Wrong size on FAutoPilotDetectionParameters"); \ +static_assert(offsetof(FAutoPilotDetectionParameters, Vehicle) == 0x000000, "Member 'FAutoPilotDetectionParameters::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotDetectionParameters, Character) == 0x000098, "Member 'FAutoPilotDetectionParameters::Character' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotDetectionParameters, Obstacle) == 0x0000A8, "Member 'FAutoPilotDetectionParameters::Obstacle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotLightSignalParameters \ +static_assert(alignof(FAutoPilotLightSignalParameters) == 0x000004, "Wrong alignment on FAutoPilotLightSignalParameters"); \ +static_assert(sizeof(FAutoPilotLightSignalParameters) == 0x00001C, "Wrong size on FAutoPilotLightSignalParameters"); \ +static_assert(offsetof(FAutoPilotLightSignalParameters, ObstacleRangeThreshold) == 0x000000, "Member 'FAutoPilotLightSignalParameters::ObstacleRangeThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotLightSignalParameters, TriggerChance) == 0x000004, "Member 'FAutoPilotLightSignalParameters::TriggerChance' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotLightSignalParameters, TimesToFlash) == 0x000008, "Member 'FAutoPilotLightSignalParameters::TimesToFlash' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotLightSignalParameters, FlashDuration) == 0x00000C, "Member 'FAutoPilotLightSignalParameters::FlashDuration' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotLightSignalParameters, WaitDuration) == 0x000010, "Member 'FAutoPilotLightSignalParameters::WaitDuration' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotLightSignalParameters, FailCooldown) == 0x000014, "Member 'FAutoPilotLightSignalParameters::FailCooldown' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotLightSignalParameters, bUseIndicatorLights) == 0x000018, "Member 'FAutoPilotLightSignalParameters::bUseIndicatorLights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoPilotFleeingParameters \ +static_assert(alignof(FAutoPilotFleeingParameters) == 0x000004, "Wrong alignment on FAutoPilotFleeingParameters"); \ +static_assert(sizeof(FAutoPilotFleeingParameters) == 0x000008, "Wrong size on FAutoPilotFleeingParameters"); \ +static_assert(offsetof(FAutoPilotFleeingParameters, FleeingValidAngle) == 0x000000, "Member 'FAutoPilotFleeingParameters::FleeingValidAngle' has a wrong offset!"); \ +static_assert(offsetof(FAutoPilotFleeingParameters, DetectionAngle) == 0x000004, "Member 'FAutoPilotFleeingParameters::DetectionAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorGroupPassiveSpiritConfig \ +static_assert(alignof(FActorGroupPassiveSpiritConfig) == 0x000010, "Wrong alignment on FActorGroupPassiveSpiritConfig"); \ +static_assert(sizeof(FActorGroupPassiveSpiritConfig) == 0x000210, "Wrong size on FActorGroupPassiveSpiritConfig"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, Transform) == 0x000010, "Member 'FActorGroupPassiveSpiritConfig::Transform' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, LocationTag) == 0x000070, "Member 'FActorGroupPassiveSpiritConfig::LocationTag' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, CharacterTags) == 0x000078, "Member 'FActorGroupPassiveSpiritConfig::CharacterTags' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, CharacterIdentifierOverride) == 0x000098, "Member 'FActorGroupPassiveSpiritConfig::CharacterIdentifierOverride' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, SubtitleName) == 0x0000C0, "Member 'FActorGroupPassiveSpiritConfig::SubtitleName' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, NPCWorldStateIdentifierOverride) == 0x0000D0, "Member 'FActorGroupPassiveSpiritConfig::NPCWorldStateIdentifierOverride' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, SquadTag) == 0x0000F8, "Member 'FActorGroupPassiveSpiritConfig::SquadTag' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, VisualsId) == 0x000100, "Member 'FActorGroupPassiveSpiritConfig::VisualsId' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, PassiveSpiritData) == 0x000110, "Member 'FActorGroupPassiveSpiritConfig::PassiveSpiritData' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, CharacterLevel) == 0x000138, "Member 'FActorGroupPassiveSpiritConfig::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, SidecarComponents) == 0x000168, "Member 'FActorGroupPassiveSpiritConfig::SidecarComponents' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, bUseInitialSmartObject) == 0x000178, "Member 'FActorGroupPassiveSpiritConfig::bUseInitialSmartObject' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, InitialSmartObjectState) == 0x000180, "Member 'FActorGroupPassiveSpiritConfig::InitialSmartObjectState' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, bEnableTagSpawning) == 0x0001A8, "Member 'FActorGroupPassiveSpiritConfig::bEnableTagSpawning' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, DefinitionQuery) == 0x0001B0, "Member 'FActorGroupPassiveSpiritConfig::DefinitionQuery' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, LootTableOverride) == 0x0001F8, "Member 'FActorGroupPassiveSpiritConfig::LootTableOverride' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, StartingInventoryOverride) == 0x000200, "Member 'FActorGroupPassiveSpiritConfig::StartingInventoryOverride' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupPassiveSpiritConfig, bMaterializeAsCorpse) == 0x000208, "Member 'FActorGroupPassiveSpiritConfig::bMaterializeAsCorpse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorGroupConfig \ +static_assert(alignof(FActorGroupConfig) == 0x000008, "Wrong alignment on FActorGroupConfig"); \ +static_assert(sizeof(FActorGroupConfig) == 0x000048, "Wrong size on FActorGroupConfig"); \ +static_assert(offsetof(FActorGroupConfig, Members) == 0x000000, "Member 'FActorGroupConfig::Members' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupConfig, PassiveSpirits) == 0x000010, "Member 'FActorGroupConfig::PassiveSpirits' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupConfig, VehicleSpirits) == 0x000020, "Member 'FActorGroupConfig::VehicleSpirits' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupConfig, ExternalSpirits) == 0x000030, "Member 'FActorGroupConfig::ExternalSpirits' has a wrong offset!"); \ +static_assert(offsetof(FActorGroupConfig, bAutoForgetSpirits) == 0x000040, "Member 'FActorGroupConfig::bAutoForgetSpirits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAIAttackRequest \ +static_assert(alignof(FAIAttackRequest) == 0x000008, "Wrong alignment on FAIAttackRequest"); \ +static_assert(sizeof(FAIAttackRequest) == 0x000020, "Wrong size on FAIAttackRequest"); \ +static_assert(offsetof(FAIAttackRequest, MeleeType) == 0x000000, "Member 'FAIAttackRequest::MeleeType' has a wrong offset!"); \ +static_assert(offsetof(FAIAttackRequest, ChainCount) == 0x000008, "Member 'FAIAttackRequest::ChainCount' has a wrong offset!"); \ +static_assert(offsetof(FAIAttackRequest, Interval) == 0x00000C, "Member 'FAIAttackRequest::Interval' has a wrong offset!"); \ +static_assert(offsetof(FAIAttackRequest, Variance) == 0x000010, "Member 'FAIAttackRequest::Variance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSituationCreationConfig \ +static_assert(alignof(FSituationCreationConfig) == 0x000008, "Wrong alignment on FSituationCreationConfig"); \ +static_assert(sizeof(FSituationCreationConfig) == 0x000038, "Wrong size on FSituationCreationConfig"); \ + +#define DUMPER7_ASSERTS_FGoalSetter \ +static_assert(alignof(FGoalSetter) == 0x000008, "Wrong alignment on FGoalSetter"); \ +static_assert(sizeof(FGoalSetter) == 0x000050, "Wrong size on FGoalSetter"); \ +static_assert(offsetof(FGoalSetter, GoalName) == 0x000000, "Member 'FGoalSetter::GoalName' has a wrong offset!"); \ +static_assert(offsetof(FGoalSetter, bUseBlackboard) == 0x000008, "Member 'FGoalSetter::bUseBlackboard' has a wrong offset!"); \ +static_assert(offsetof(FGoalSetter, Type) == 0x000010, "Member 'FGoalSetter::Type' has a wrong offset!"); \ +static_assert(offsetof(FGoalSetter, Comparator) == 0x000018, "Member 'FGoalSetter::Comparator' has a wrong offset!"); \ +static_assert(offsetof(FGoalSetter, ComparatorBoolBlackboard) == 0x000019, "Member 'FGoalSetter::ComparatorBoolBlackboard' has a wrong offset!"); \ +static_assert(offsetof(FGoalSetter, BasicComparator) == 0x00001A, "Member 'FGoalSetter::BasicComparator' has a wrong offset!"); \ +static_assert(offsetof(FGoalSetter, Value) == 0x00001C, "Member 'FGoalSetter::Value' has a wrong offset!"); \ +static_assert(offsetof(FGoalSetter, ComparisonKey) == 0x000020, "Member 'FGoalSetter::ComparisonKey' has a wrong offset!"); \ +static_assert(offsetof(FGoalSetter, SelectedType) == 0x000048, "Member 'FGoalSetter::SelectedType' has a wrong offset!"); \ +static_assert(offsetof(FGoalSetter, OperationType) == 0x000049, "Member 'FGoalSetter::OperationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStatBudget \ +static_assert(alignof(FStatBudget) == 0x000004, "Wrong alignment on FStatBudget"); \ +static_assert(sizeof(FStatBudget) == 0x00000C, "Wrong size on FStatBudget"); \ +static_assert(offsetof(FStatBudget, StatName) == 0x000000, "Member 'FStatBudget::StatName' has a wrong offset!"); \ +static_assert(offsetof(FStatBudget, Budget) == 0x000008, "Member 'FStatBudget::Budget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocomotionCycleTransitionEvaluatorReference \ +static_assert(alignof(FLocomotionCycleTransitionEvaluatorReference) == 0x000008, "Wrong alignment on FLocomotionCycleTransitionEvaluatorReference"); \ +static_assert(sizeof(FLocomotionCycleTransitionEvaluatorReference) == 0x000010, "Wrong size on FLocomotionCycleTransitionEvaluatorReference"); \ + +#define DUMPER7_ASSERTS_FLocomotionPivotEvaluatorReference \ +static_assert(alignof(FLocomotionPivotEvaluatorReference) == 0x000008, "Wrong alignment on FLocomotionPivotEvaluatorReference"); \ +static_assert(sizeof(FLocomotionPivotEvaluatorReference) == 0x000010, "Wrong size on FLocomotionPivotEvaluatorReference"); \ + +#define DUMPER7_ASSERTS_FRotationAnimInfoDataContainer \ +static_assert(alignof(FRotationAnimInfoDataContainer) == 0x000008, "Wrong alignment on FRotationAnimInfoDataContainer"); \ +static_assert(sizeof(FRotationAnimInfoDataContainer) == 0x000010, "Wrong size on FRotationAnimInfoDataContainer"); \ +static_assert(offsetof(FRotationAnimInfoDataContainer, AnimInfos) == 0x000000, "Member 'FRotationAnimInfoDataContainer::AnimInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransitionAnimSegment \ +static_assert(alignof(FTransitionAnimSegment) == 0x000008, "Wrong alignment on FTransitionAnimSegment"); \ +static_assert(sizeof(FTransitionAnimSegment) == 0x000038, "Wrong size on FTransitionAnimSegment"); \ +static_assert(offsetof(FTransitionAnimSegment, EnterSegments) == 0x000000, "Member 'FTransitionAnimSegment::EnterSegments' has a wrong offset!"); \ +static_assert(offsetof(FTransitionAnimSegment, ActiveSegments) == 0x000010, "Member 'FTransitionAnimSegment::ActiveSegments' has a wrong offset!"); \ +static_assert(offsetof(FTransitionAnimSegment, AnimSequences) == 0x000020, "Member 'FTransitionAnimSegment::AnimSequences' has a wrong offset!"); \ +static_assert(offsetof(FTransitionAnimSegment, bEnabled) == 0x000030, "Member 'FTransitionAnimSegment::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrajectorySearchPivotResult \ +static_assert(alignof(FTrajectorySearchPivotResult) == 0x000004, "Wrong alignment on FTrajectorySearchPivotResult"); \ +static_assert(sizeof(FTrajectorySearchPivotResult) == 0x000008, "Wrong size on FTrajectorySearchPivotResult"); \ +static_assert(offsetof(FTrajectorySearchPivotResult, bPivotAnticipated) == 0x000000, "Member 'FTrajectorySearchPivotResult::bPivotAnticipated' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySearchPivotResult, PivotSide) == 0x000004, "Member 'FTrajectorySearchPivotResult::PivotSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PointAt \ +static_assert(alignof(FAnimNode_PointAt) == 0x000010, "Wrong alignment on FAnimNode_PointAt"); \ +static_assert(sizeof(FAnimNode_PointAt) == 0x000260, "Wrong size on FAnimNode_PointAt"); \ +static_assert(offsetof(FAnimNode_PointAt, ReferenceBone) == 0x0000C8, "Member 'FAnimNode_PointAt::ReferenceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PointAt, DriveBone) == 0x0000D8, "Member 'FAnimNode_PointAt::DriveBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PointAt, PointAtTarget) == 0x0000F0, "Member 'FAnimNode_PointAt::PointAtTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PointAt, PointAtLocation) == 0x000180, "Member 'FAnimNode_PointAt::PointAtLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PointAt, PointAt_Axis) == 0x000198, "Member 'FAnimNode_PointAt::PointAt_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PointAt, bUseLookUpAxis) == 0x0001B8, "Member 'FAnimNode_PointAt::bUseLookUpAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PointAt, InterpolationType) == 0x0001B9, "Member 'FAnimNode_PointAt::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PointAt, PointUp_Axis) == 0x0001C0, "Member 'FAnimNode_PointAt::PointUp_Axis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PointAt, PointAtClamp) == 0x0001E0, "Member 'FAnimNode_PointAt::PointAtClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PointAt, InterpolationTime) == 0x0001E4, "Member 'FAnimNode_PointAt::InterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PointAt, InterpolationTriggerThreashold) == 0x0001E8, "Member 'FAnimNode_PointAt::InterpolationTriggerThreashold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyStateDisableInputSettings \ +static_assert(alignof(FAnimNotifyStateDisableInputSettings) == 0x000004, "Wrong alignment on FAnimNotifyStateDisableInputSettings"); \ +static_assert(sizeof(FAnimNotifyStateDisableInputSettings) == 0x000010, "Wrong size on FAnimNotifyStateDisableInputSettings"); \ +static_assert(offsetof(FAnimNotifyStateDisableInputSettings, bOverrideMovementMode) == 0x000000, "Member 'FAnimNotifyStateDisableInputSettings::bOverrideMovementMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyStateDisableInputSettings, bRampInputTillSync) == 0x000001, "Member 'FAnimNotifyStateDisableInputSettings::bRampInputTillSync' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyStateDisableInputSettings, bAllowFalling) == 0x000002, "Member 'FAnimNotifyStateDisableInputSettings::bAllowFalling' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyStateDisableInputSettings, RampUpPercentage) == 0x000004, "Member 'FAnimNotifyStateDisableInputSettings::RampUpPercentage' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyStateDisableInputSettings, RampDownPercentage) == 0x000008, "Member 'FAnimNotifyStateDisableInputSettings::RampDownPercentage' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyStateDisableInputSettings, StartMovementMode) == 0x00000C, "Member 'FAnimNotifyStateDisableInputSettings::StartMovementMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyStateDisableInputSettings, bDisableCollsion) == 0x00000D, "Member 'FAnimNotifyStateDisableInputSettings::bDisableCollsion' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyStateDisableInputSettings, DisableCollisionForChannel) == 0x00000E, "Member 'FAnimNotifyStateDisableInputSettings::DisableCollisionForChannel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyStateDisableInputSettings, bBlockActionHandlerPayloadRequests) == 0x00000F, "Member 'FAnimNotifyStateDisableInputSettings::bBlockActionHandlerPayloadRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootInformedCapsuleMotionSettings \ +static_assert(alignof(FRootInformedCapsuleMotionSettings) == 0x000004, "Wrong alignment on FRootInformedCapsuleMotionSettings"); \ +static_assert(sizeof(FRootInformedCapsuleMotionSettings) == 0x000018, "Wrong size on FRootInformedCapsuleMotionSettings"); \ +static_assert(offsetof(FRootInformedCapsuleMotionSettings, bUseTranslation) == 0x000000, "Member 'FRootInformedCapsuleMotionSettings::bUseTranslation' has a wrong offset!"); \ +static_assert(offsetof(FRootInformedCapsuleMotionSettings, bUseRotation) == 0x000001, "Member 'FRootInformedCapsuleMotionSettings::bUseRotation' has a wrong offset!"); \ +static_assert(offsetof(FRootInformedCapsuleMotionSettings, MotionDriverId) == 0x000004, "Member 'FRootInformedCapsuleMotionSettings::MotionDriverId' has a wrong offset!"); \ +static_assert(offsetof(FRootInformedCapsuleMotionSettings, DisabledByMotionDriverId) == 0x00000C, "Member 'FRootInformedCapsuleMotionSettings::DisabledByMotionDriverId' has a wrong offset!"); \ +static_assert(offsetof(FRootInformedCapsuleMotionSettings, WarperProcessMode) == 0x000014, "Member 'FRootInformedCapsuleMotionSettings::WarperProcessMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyStateSetTagSettings \ +static_assert(alignof(FAnimNotifyStateSetTagSettings) == 0x000004, "Wrong alignment on FAnimNotifyStateSetTagSettings"); \ +static_assert(sizeof(FAnimNotifyStateSetTagSettings) == 0x000008, "Wrong size on FAnimNotifyStateSetTagSettings"); \ +static_assert(offsetof(FAnimNotifyStateSetTagSettings, Tag) == 0x000000, "Member 'FAnimNotifyStateSetTagSettings::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynchronizedInteractionResult \ +static_assert(alignof(FSynchronizedInteractionResult) == 0x000001, "Wrong alignment on FSynchronizedInteractionResult"); \ +static_assert(sizeof(FSynchronizedInteractionResult) == 0x000007, "Wrong size on FSynchronizedInteractionResult"); \ +static_assert(offsetof(FSynchronizedInteractionResult, bUserConstraintsFailed) == 0x000000, "Member 'FSynchronizedInteractionResult::bUserConstraintsFailed' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionResult, bResponderConstraintsFailed) == 0x000001, "Member 'FSynchronizedInteractionResult::bResponderConstraintsFailed' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionResult, bInteractionAxisConstraintsFailed) == 0x000002, "Member 'FSynchronizedInteractionResult::bInteractionAxisConstraintsFailed' has a wrong offset!"); \ +static_assert(offsetof(FSynchronizedInteractionResult, bErrorFailed) == 0x000003, "Member 'FSynchronizedInteractionResult::bErrorFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComputeSyncInParams \ +static_assert(alignof(FComputeSyncInParams) == 0x000008, "Wrong alignment on FComputeSyncInParams"); \ +static_assert(sizeof(FComputeSyncInParams) == 0x0001B0, "Wrong size on FComputeSyncInParams"); \ +static_assert(offsetof(FComputeSyncInParams, Instigator) == 0x000000, "Member 'FComputeSyncInParams::Instigator' has a wrong offset!"); \ +static_assert(offsetof(FComputeSyncInParams, Responder) == 0x000088, "Member 'FComputeSyncInParams::Responder' has a wrong offset!"); \ +static_assert(offsetof(FComputeSyncInParams, Anchor) == 0x000110, "Member 'FComputeSyncInParams::Anchor' has a wrong offset!"); \ +static_assert(offsetof(FComputeSyncInParams, SyncWeight) == 0x000198, "Member 'FComputeSyncInParams::SyncWeight' has a wrong offset!"); \ +static_assert(offsetof(FComputeSyncInParams, SyncTimeOverride) == 0x00019C, "Member 'FComputeSyncInParams::SyncTimeOverride' has a wrong offset!"); \ +static_assert(offsetof(FComputeSyncInParams, OptionalStartSyncWindowType) == 0x0001A0, "Member 'FComputeSyncInParams::OptionalStartSyncWindowType' has a wrong offset!"); \ +static_assert(offsetof(FComputeSyncInParams, bHasAnchor) == 0x0001A8, "Member 'FComputeSyncInParams::bHasAnchor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynchronizedMetaDataCache \ +static_assert(alignof(FSynchronizedMetaDataCache) == 0x000008, "Wrong alignment on FSynchronizedMetaDataCache"); \ +static_assert(sizeof(FSynchronizedMetaDataCache) == 0x0000B0, "Wrong size on FSynchronizedMetaDataCache"); \ + +#define DUMPER7_ASSERTS_FAlginmentAxis \ +static_assert(alignof(FAlginmentAxis) == 0x000008, "Wrong alignment on FAlginmentAxis"); \ +static_assert(sizeof(FAlginmentAxis) == 0x0000A8, "Wrong size on FAlginmentAxis"); \ +static_assert(offsetof(FAlginmentAxis, bIgnoreAxis) == 0x000000, "Member 'FAlginmentAxis::bIgnoreAxis' has a wrong offset!"); \ +static_assert(offsetof(FAlginmentAxis, AngleOffset) == 0x000004, "Member 'FAlginmentAxis::AngleOffset' has a wrong offset!"); \ +static_assert(offsetof(FAlginmentAxis, AcceptanceAngle) == 0x000008, "Member 'FAlginmentAxis::AcceptanceAngle' has a wrong offset!"); \ +static_assert(offsetof(FAlginmentAxis, EaseAngle) == 0x00000C, "Member 'FAlginmentAxis::EaseAngle' has a wrong offset!"); \ +static_assert(offsetof(FAlginmentAxis, AcceptanceAngleReverse) == 0x000010, "Member 'FAlginmentAxis::AcceptanceAngleReverse' has a wrong offset!"); \ +static_assert(offsetof(FAlginmentAxis, EaseAngleReverse) == 0x000014, "Member 'FAlginmentAxis::EaseAngleReverse' has a wrong offset!"); \ +static_assert(offsetof(FAlginmentAxis, AlignmentStrength) == 0x000018, "Member 'FAlginmentAxis::AlignmentStrength' has a wrong offset!"); \ +static_assert(offsetof(FAlginmentAxis, MaxAngleForAxis) == 0x0000A0, "Member 'FAlginmentAxis::MaxAngleForAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterTypeDataGroomMaterialOverrideCollection \ +static_assert(alignof(FCharacterTypeDataGroomMaterialOverrideCollection) == 0x000008, "Wrong alignment on FCharacterTypeDataGroomMaterialOverrideCollection"); \ +static_assert(sizeof(FCharacterTypeDataGroomMaterialOverrideCollection) == 0x000010, "Wrong size on FCharacterTypeDataGroomMaterialOverrideCollection"); \ +static_assert(offsetof(FCharacterTypeDataGroomMaterialOverrideCollection, Strands) == 0x000000, "Member 'FCharacterTypeDataGroomMaterialOverrideCollection::Strands' has a wrong offset!"); \ +static_assert(offsetof(FCharacterTypeDataGroomMaterialOverrideCollection, Cards) == 0x000008, "Member 'FCharacterTypeDataGroomMaterialOverrideCollection::Cards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActionHandlerPayload \ +static_assert(alignof(FActionHandlerPayload) == 0x000008, "Wrong alignment on FActionHandlerPayload"); \ +static_assert(sizeof(FActionHandlerPayload) == 0x000040, "Wrong size on FActionHandlerPayload"); \ + +#define DUMPER7_ASSERTS_FAttackResultInfo \ +static_assert(alignof(FAttackResultInfo) == 0x000008, "Wrong alignment on FAttackResultInfo"); \ +static_assert(sizeof(FAttackResultInfo) == 0x000028, "Wrong size on FAttackResultInfo"); \ +static_assert(offsetof(FAttackResultInfo, Timestamp) == 0x000000, "Member 'FAttackResultInfo::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FAttackResultInfo, Occurences) == 0x000008, "Member 'FAttackResultInfo::Occurences' has a wrong offset!"); \ +static_assert(offsetof(FAttackResultInfo, SucceededCount) == 0x00000C, "Member 'FAttackResultInfo::SucceededCount' has a wrong offset!"); \ +static_assert(offsetof(FAttackResultInfo, DefndedCount) == 0x000010, "Member 'FAttackResultInfo::DefndedCount' has a wrong offset!"); \ +static_assert(offsetof(FAttackResultInfo, FailedCount) == 0x000014, "Member 'FAttackResultInfo::FailedCount' has a wrong offset!"); \ +static_assert(offsetof(FAttackResultInfo, Results) == 0x000018, "Member 'FAttackResultInfo::Results' has a wrong offset!"); \ +static_assert(offsetof(FAttackResultInfo, MeleeType) == 0x000020, "Member 'FAttackResultInfo::MeleeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelUpData \ +static_assert(alignof(FLevelUpData) == 0x000008, "Wrong alignment on FLevelUpData"); \ +static_assert(sizeof(FLevelUpData) == 0x000010, "Wrong size on FLevelUpData"); \ +static_assert(offsetof(FLevelUpData, XpThreshold) == 0x000008, "Member 'FLevelUpData::XpThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCalculatedMotivationData \ +static_assert(alignof(FCalculatedMotivationData) == 0x000008, "Wrong alignment on FCalculatedMotivationData"); \ +static_assert(sizeof(FCalculatedMotivationData) == 0x000140, "Wrong size on FCalculatedMotivationData"); \ + +#define DUMPER7_ASSERTS_FInteriorSkyReductionSettings \ +static_assert(alignof(FInteriorSkyReductionSettings) == 0x000004, "Wrong alignment on FInteriorSkyReductionSettings"); \ +static_assert(sizeof(FInteriorSkyReductionSettings) == 0x000010, "Wrong size on FInteriorSkyReductionSettings"); \ +static_assert(offsetof(FInteriorSkyReductionSettings, SunIntensity) == 0x000000, "Member 'FInteriorSkyReductionSettings::SunIntensity' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSkyReductionSettings, SkyLightIntensity) == 0x000004, "Member 'FInteriorSkyReductionSettings::SkyLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSkyReductionSettings, FogInscatteringColorIntensity) == 0x000008, "Member 'FInteriorSkyReductionSettings::FogInscatteringColorIntensity' has a wrong offset!"); \ +static_assert(offsetof(FInteriorSkyReductionSettings, HDRIBackdropIntensity) == 0x00000C, "Member 'FInteriorSkyReductionSettings::HDRIBackdropIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPostProcessingEffectMaterialStackItem \ +static_assert(alignof(FPostProcessingEffectMaterialStackItem) == 0x000008, "Wrong alignment on FPostProcessingEffectMaterialStackItem"); \ +static_assert(sizeof(FPostProcessingEffectMaterialStackItem) == 0x000010, "Wrong size on FPostProcessingEffectMaterialStackItem"); \ +static_assert(offsetof(FPostProcessingEffectMaterialStackItem, Material) == 0x000000, "Member 'FPostProcessingEffectMaterialStackItem::Material' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessingEffectMaterialStackItem, bNeedsDynamicData) == 0x000008, "Member 'FPostProcessingEffectMaterialStackItem::bNeedsDynamicData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImpactDamageNotify \ +static_assert(alignof(FImpactDamageNotify) == 0x000008, "Wrong alignment on FImpactDamageNotify"); \ +static_assert(sizeof(FImpactDamageNotify) == 0x000030, "Wrong size on FImpactDamageNotify"); \ +static_assert(offsetof(FImpactDamageNotify, DamagedVehicle) == 0x000000, "Member 'FImpactDamageNotify::DamagedVehicle' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageNotify, PhysMaterial) == 0x000008, "Member 'FImpactDamageNotify::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageNotify, ImpactDamageClassification) == 0x000010, "Member 'FImpactDamageNotify::ImpactDamageClassification' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageNotify, DamageResults) == 0x000018, "Member 'FImpactDamageNotify::DamageResults' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageNotify, bDamagedVehicleIsInTakedown) == 0x000028, "Member 'FImpactDamageNotify::bDamagedVehicleIsInTakedown' has a wrong offset!"); \ +static_assert(offsetof(FImpactDamageNotify, bWonTheCollision) == 0x000029, "Member 'FImpactDamageNotify::bWonTheCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomInventorySpawn \ +static_assert(alignof(FRandomInventorySpawn) == 0x000008, "Wrong alignment on FRandomInventorySpawn"); \ +static_assert(sizeof(FRandomInventorySpawn) == 0x000050, "Wrong size on FRandomInventorySpawn"); \ +static_assert(offsetof(FRandomInventorySpawn, SpawnCondition) == 0x000000, "Member 'FRandomInventorySpawn::SpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(FRandomInventorySpawn, SpawnProbabilityWeight) == 0x000018, "Member 'FRandomInventorySpawn::SpawnProbabilityWeight' has a wrong offset!"); \ +static_assert(offsetof(FRandomInventorySpawn, Item) == 0x000020, "Member 'FRandomInventorySpawn::Item' has a wrong offset!"); \ +static_assert(offsetof(FRandomInventorySpawn, Amount) == 0x000048, "Member 'FRandomInventorySpawn::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapSettingsZoomLevel \ +static_assert(alignof(FMapSettingsZoomLevel) == 0x000004, "Wrong alignment on FMapSettingsZoomLevel"); \ +static_assert(sizeof(FMapSettingsZoomLevel) == 0x000010, "Wrong size on FMapSettingsZoomLevel"); \ +static_assert(offsetof(FMapSettingsZoomLevel, Name) == 0x000000, "Member 'FMapSettingsZoomLevel::Name' has a wrong offset!"); \ +static_assert(offsetof(FMapSettingsZoomLevel, DefaultZoom) == 0x000008, "Member 'FMapSettingsZoomLevel::DefaultZoom' has a wrong offset!"); \ +static_assert(offsetof(FMapSettingsZoomLevel, MinZoom) == 0x00000C, "Member 'FMapSettingsZoomLevel::MinZoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMissionWorldStatePackage \ +static_assert(alignof(FMissionWorldStatePackage) == 0x000008, "Wrong alignment on FMissionWorldStatePackage"); \ +static_assert(sizeof(FMissionWorldStatePackage) == 0x000100, "Wrong size on FMissionWorldStatePackage"); \ +static_assert(offsetof(FMissionWorldStatePackage, Bools) == 0x000000, "Member 'FMissionWorldStatePackage::Bools' has a wrong offset!"); \ +static_assert(offsetof(FMissionWorldStatePackage, Ints) == 0x000050, "Member 'FMissionWorldStatePackage::Ints' has a wrong offset!"); \ +static_assert(offsetof(FMissionWorldStatePackage, Floats) == 0x0000A0, "Member 'FMissionWorldStatePackage::Floats' has a wrong offset!"); \ +static_assert(offsetof(FMissionWorldStatePackage, NamedInts) == 0x0000F0, "Member 'FMissionWorldStatePackage::NamedInts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNameVehiclePair \ +static_assert(alignof(FNameVehiclePair) == 0x000008, "Wrong alignment on FNameVehiclePair"); \ +static_assert(sizeof(FNameVehiclePair) == 0x000038, "Wrong size on FNameVehiclePair"); \ +static_assert(offsetof(FNameVehiclePair, Name) == 0x000000, "Member 'FNameVehiclePair::Name' has a wrong offset!"); \ +static_assert(offsetof(FNameVehiclePair, VehicleClass) == 0x000010, "Member 'FNameVehiclePair::VehicleClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorAnimTickSetting \ +static_assert(alignof(FActorAnimTickSetting) == 0x000008, "Wrong alignment on FActorAnimTickSetting"); \ +static_assert(sizeof(FActorAnimTickSetting) == 0x000018, "Wrong size on FActorAnimTickSetting"); \ +static_assert(offsetof(FActorAnimTickSetting, Actor) == 0x000000, "Member 'FActorAnimTickSetting::Actor' has a wrong offset!"); \ +static_assert(offsetof(FActorAnimTickSetting, MeshSettings) == 0x000008, "Member 'FActorAnimTickSetting::MeshSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStreamedMontagePlaybackData \ +static_assert(alignof(FStreamedMontagePlaybackData) == 0x000008, "Wrong alignment on FStreamedMontagePlaybackData"); \ +static_assert(sizeof(FStreamedMontagePlaybackData) == 0x000050, "Wrong size on FStreamedMontagePlaybackData"); \ +static_assert(offsetof(FStreamedMontagePlaybackData, Avatar) == 0x000000, "Member 'FStreamedMontagePlaybackData::Avatar' has a wrong offset!"); \ +static_assert(offsetof(FStreamedMontagePlaybackData, AnimMontage) == 0x000008, "Member 'FStreamedMontagePlaybackData::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FStreamedMontagePlaybackData, AnimInstance) == 0x000010, "Member 'FStreamedMontagePlaybackData::AnimInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClassNotificationWidgetCreationConfig \ +static_assert(alignof(FClassNotificationWidgetCreationConfig) == 0x000008, "Wrong alignment on FClassNotificationWidgetCreationConfig"); \ +static_assert(sizeof(FClassNotificationWidgetCreationConfig) == 0x000010, "Wrong size on FClassNotificationWidgetCreationConfig"); \ +static_assert(offsetof(FClassNotificationWidgetCreationConfig, Widget) == 0x000000, "Member 'FClassNotificationWidgetCreationConfig::Widget' has a wrong offset!"); \ +static_assert(offsetof(FClassNotificationWidgetCreationConfig, ViewModelName) == 0x000008, "Member 'FClassNotificationWidgetCreationConfig::ViewModelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHudNotificationGenericWidgetCreationConfig \ +static_assert(alignof(FHudNotificationGenericWidgetCreationConfig) == 0x000008, "Wrong alignment on FHudNotificationGenericWidgetCreationConfig"); \ +static_assert(sizeof(FHudNotificationGenericWidgetCreationConfig) == 0x000010, "Wrong size on FHudNotificationGenericWidgetCreationConfig"); \ +static_assert(offsetof(FHudNotificationGenericWidgetCreationConfig, Widget) == 0x000000, "Member 'FHudNotificationGenericWidgetCreationConfig::Widget' has a wrong offset!"); \ +static_assert(offsetof(FHudNotificationGenericWidgetCreationConfig, ViewModelName) == 0x000008, "Member 'FHudNotificationGenericWidgetCreationConfig::ViewModelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJournalNotificationWidgetCreationConfig \ +static_assert(alignof(FJournalNotificationWidgetCreationConfig) == 0x000008, "Wrong alignment on FJournalNotificationWidgetCreationConfig"); \ +static_assert(sizeof(FJournalNotificationWidgetCreationConfig) == 0x000010, "Wrong size on FJournalNotificationWidgetCreationConfig"); \ +static_assert(offsetof(FJournalNotificationWidgetCreationConfig, Widget) == 0x000000, "Member 'FJournalNotificationWidgetCreationConfig::Widget' has a wrong offset!"); \ +static_assert(offsetof(FJournalNotificationWidgetCreationConfig, ViewModelName) == 0x000008, "Member 'FJournalNotificationWidgetCreationConfig::ViewModelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoorData \ +static_assert(alignof(FDoorData) == 0x000008, "Wrong alignment on FDoorData"); \ +static_assert(sizeof(FDoorData) == 0x000058, "Wrong size on FDoorData"); \ +static_assert(offsetof(FDoorData, DoorState) == 0x000000, "Member 'FDoorData::DoorState' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, RelatedSeat) == 0x000001, "Member 'FDoorData::RelatedSeat' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, BoneNames) == 0x000008, "Member 'FDoorData::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, bDoorEnabled) == 0x000018, "Member 'FDoorData::bDoorEnabled' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, bCloseDoorOnEnter) == 0x000019, "Member 'FDoorData::bCloseDoorOnEnter' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, bCloseDoorOnExit) == 0x00001A, "Member 'FDoorData::bCloseDoorOnExit' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, bOpenedDirectlyByCharacter) == 0x00001B, "Member 'FDoorData::bOpenedDirectlyByCharacter' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, InteractionSocketName) == 0x00001C, "Member 'FDoorData::InteractionSocketName' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, InteractionHandle) == 0x000028, "Member 'FDoorData::InteractionHandle' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, InteractRangeOverride) == 0x000030, "Member 'FDoorData::InteractRangeOverride' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, EntrySection) == 0x000034, "Member 'FDoorData::EntrySection' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, FrontEntryAngle) == 0x000038, "Member 'FDoorData::FrontEntryAngle' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, BackEntryAngle) == 0x00003C, "Member 'FDoorData::BackEntryAngle' has a wrong offset!"); \ +static_assert(offsetof(FDoorData, ExitPoint) == 0x000040, "Member 'FDoorData::ExitPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleSeatData \ +static_assert(alignof(FVehicleSeatData) == 0x000008, "Wrong alignment on FVehicleSeatData"); \ +static_assert(sizeof(FVehicleSeatData) == 0x000030, "Wrong size on FVehicleSeatData"); \ +static_assert(offsetof(FVehicleSeatData, bIsEntering) == 0x000000, "Member 'FVehicleSeatData::bIsEntering' has a wrong offset!"); \ +static_assert(offsetof(FVehicleSeatData, bIsExiting) == 0x000001, "Member 'FVehicleSeatData::bIsExiting' has a wrong offset!"); \ +static_assert(offsetof(FVehicleSeatData, bIsEarlyExitRequested) == 0x000002, "Member 'FVehicleSeatData::bIsEarlyExitRequested' has a wrong offset!"); \ +static_assert(offsetof(FVehicleSeatData, bForcedExitRequested) == 0x000003, "Member 'FVehicleSeatData::bForcedExitRequested' has a wrong offset!"); \ +static_assert(offsetof(FVehicleSeatData, bOccupied) == 0x000004, "Member 'FVehicleSeatData::bOccupied' has a wrong offset!"); \ +static_assert(offsetof(FVehicleSeatData, bReserved) == 0x000005, "Member 'FVehicleSeatData::bReserved' has a wrong offset!"); \ +static_assert(offsetof(FVehicleSeatData, bUnconscious) == 0x000006, "Member 'FVehicleSeatData::bUnconscious' has a wrong offset!"); \ +static_assert(offsetof(FVehicleSeatData, IdleAnim) == 0x000018, "Member 'FVehicleSeatData::IdleAnim' has a wrong offset!"); \ +static_assert(offsetof(FVehicleSeatData, CharacterVehicleOccupant) == 0x000020, "Member 'FVehicleSeatData::CharacterVehicleOccupant' has a wrong offset!"); \ +static_assert(offsetof(FVehicleSeatData, Character) == 0x000028, "Member 'FVehicleSeatData::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutopilotStartParameters \ +static_assert(alignof(FAutopilotStartParameters) == 0x000008, "Wrong alignment on FAutopilotStartParameters"); \ +static_assert(sizeof(FAutopilotStartParameters) == 0x0000A0, "Wrong size on FAutopilotStartParameters"); \ +static_assert(offsetof(FAutopilotStartParameters, BlendDuration) == 0x000000, "Member 'FAutopilotStartParameters::BlendDuration' has a wrong offset!"); \ +static_assert(offsetof(FAutopilotStartParameters, bApplyMaxSpeedCurve) == 0x000004, "Member 'FAutopilotStartParameters::bApplyMaxSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(FAutopilotStartParameters, MaxSpeed) == 0x000008, "Member 'FAutopilotStartParameters::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAutopilotStartParameters, AutopilotProfile) == 0x000090, "Member 'FAutopilotStartParameters::AutopilotProfile' has a wrong offset!"); \ +static_assert(offsetof(FAutopilotStartParameters, Spline) == 0x000098, "Member 'FAutopilotStartParameters::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleWheelEffect \ +static_assert(alignof(FVehicleWheelEffect) == 0x000008, "Wrong alignment on FVehicleWheelEffect"); \ +static_assert(sizeof(FVehicleWheelEffect) == 0x000070, "Wrong size on FVehicleWheelEffect"); \ +static_assert(offsetof(FVehicleWheelEffect, WheelEffectComponents) == 0x000030, "Member 'FVehicleWheelEffect::WheelEffectComponents' has a wrong offset!"); \ +static_assert(offsetof(FVehicleWheelEffect, RemoveEffectComponentsOnRestoreTire) == 0x000040, "Member 'FVehicleWheelEffect::RemoveEffectComponentsOnRestoreTire' has a wrong offset!"); \ +static_assert(offsetof(FVehicleWheelEffect, RemoveEffectComponentsOnRestoreWheel) == 0x000050, "Member 'FVehicleWheelEffect::RemoveEffectComponentsOnRestoreWheel' has a wrong offset!"); \ +static_assert(offsetof(FVehicleWheelEffect, FrameFireAndForgetEffects) == 0x000060, "Member 'FVehicleWheelEffect::FrameFireAndForgetEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleExhaustEffectSetup \ +static_assert(alignof(FVehicleExhaustEffectSetup) == 0x000008, "Wrong alignment on FVehicleExhaustEffectSetup"); \ +static_assert(sizeof(FVehicleExhaustEffectSetup) == 0x000020, "Wrong size on FVehicleExhaustEffectSetup"); \ +static_assert(offsetof(FVehicleExhaustEffectSetup, ExhaustAttachNames) == 0x000000, "Member 'FVehicleExhaustEffectSetup::ExhaustAttachNames' has a wrong offset!"); \ +static_assert(offsetof(FVehicleExhaustEffectSetup, ExhaustParticleSystem) == 0x000010, "Member 'FVehicleExhaustEffectSetup::ExhaustParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(FVehicleExhaustEffectSetup, NitrousParticleSystem) == 0x000018, "Member 'FVehicleExhaustEffectSetup::NitrousParticleSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVehicleImpactCooldown \ +static_assert(alignof(FVehicleImpactCooldown) == 0x000004, "Wrong alignment on FVehicleImpactCooldown"); \ +static_assert(sizeof(FVehicleImpactCooldown) == 0x000008, "Wrong size on FVehicleImpactCooldown"); \ +static_assert(offsetof(FVehicleImpactCooldown, MinCooldown) == 0x000000, "Member 'FVehicleImpactCooldown::MinCooldown' has a wrong offset!"); \ +static_assert(offsetof(FVehicleImpactCooldown, MaxCooldown) == 0x000004, "Member 'FVehicleImpactCooldown::MaxCooldown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeleeWeaponInstanceState \ +static_assert(alignof(FMeleeWeaponInstanceState) == 0x000004, "Wrong alignment on FMeleeWeaponInstanceState"); \ +static_assert(sizeof(FMeleeWeaponInstanceState) == 0x000004, "Wrong size on FMeleeWeaponInstanceState"); \ +static_assert(offsetof(FMeleeWeaponInstanceState, Health) == 0x000000, "Member 'FMeleeWeaponInstanceState::Health' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorMetadata \ +static_assert(alignof(FActorMetadata) == 0x000008, "Wrong alignment on FActorMetadata"); \ +static_assert(sizeof(FActorMetadata) == 0x000028, "Wrong size on FActorMetadata"); \ +static_assert(offsetof(FActorMetadata, Actor) == 0x000020, "Member 'FActorMetadata::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLoadGridCellDataSettings \ +static_assert(alignof(UPCGLoadGridCellDataSettings) == 0x000008, "Wrong alignment on UPCGLoadGridCellDataSettings"); \ +static_assert(sizeof(UPCGLoadGridCellDataSettings) == 0x000110, "Wrong size on UPCGLoadGridCellDataSettings"); \ +static_assert(offsetof(UPCGLoadGridCellDataSettings, AssetReferenceSelector) == 0x0000C8, "Member 'UPCGLoadGridCellDataSettings::AssetReferenceSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadGridCellDataSettings, RuntimeGenerationGridSize) == 0x000108, "Member 'UPCGLoadGridCellDataSettings::RuntimeGenerationGridSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGLoadGridCellDataSettings, RuntimeGenerationGridIs2D) == 0x00010C, "Member 'UPCGLoadGridCellDataSettings::RuntimeGenerationGridIs2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAcousticPortalConnectionSubsystem \ +static_assert(alignof(UAcousticPortalConnectionSubsystem) == 0x000008, "Wrong alignment on UAcousticPortalConnectionSubsystem"); \ +static_assert(sizeof(UAcousticPortalConnectionSubsystem) == 0x000088, "Wrong size on UAcousticPortalConnectionSubsystem"); \ + +#define DUMPER7_ASSERTS_CJCameraUtils_GetActorCameraComponent \ +static_assert(alignof(CJCameraUtils_GetActorCameraComponent) == 0x000008, "Wrong alignment on CJCameraUtils_GetActorCameraComponent"); \ +static_assert(sizeof(CJCameraUtils_GetActorCameraComponent) == 0x000010, "Wrong size on CJCameraUtils_GetActorCameraComponent"); \ +static_assert(offsetof(CJCameraUtils_GetActorCameraComponent, TargetActor) == 0x000000, "Member 'CJCameraUtils_GetActorCameraComponent::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(CJCameraUtils_GetActorCameraComponent, ReturnValue) == 0x000008, "Member 'CJCameraUtils_GetActorCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCameraUtils_GetActorSpringArmComponent \ +static_assert(alignof(CJCameraUtils_GetActorSpringArmComponent) == 0x000008, "Wrong alignment on CJCameraUtils_GetActorSpringArmComponent"); \ +static_assert(sizeof(CJCameraUtils_GetActorSpringArmComponent) == 0x000010, "Wrong size on CJCameraUtils_GetActorSpringArmComponent"); \ +static_assert(offsetof(CJCameraUtils_GetActorSpringArmComponent, TargetActor) == 0x000000, "Member 'CJCameraUtils_GetActorSpringArmComponent::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(CJCameraUtils_GetActorSpringArmComponent, ReturnValue) == 0x000008, "Member 'CJCameraUtils_GetActorSpringArmComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCameraUtils \ +static_assert(alignof(UCJCameraUtils) == 0x000008, "Wrong alignment on UCJCameraUtils"); \ +static_assert(sizeof(UCJCameraUtils) == 0x000028, "Wrong size on UCJCameraUtils"); \ + +#define DUMPER7_ASSERTS_ManagedSpawnPoint_SetForcedPlaceId \ +static_assert(alignof(ManagedSpawnPoint_SetForcedPlaceId) == 0x000004, "Wrong alignment on ManagedSpawnPoint_SetForcedPlaceId"); \ +static_assert(sizeof(ManagedSpawnPoint_SetForcedPlaceId) == 0x000008, "Wrong size on ManagedSpawnPoint_SetForcedPlaceId"); \ +static_assert(offsetof(ManagedSpawnPoint_SetForcedPlaceId, NewPlaceId) == 0x000000, "Member 'ManagedSpawnPoint_SetForcedPlaceId::NewPlaceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ManagedSpawnPoint_GetSpawnedActor \ +static_assert(alignof(ManagedSpawnPoint_GetSpawnedActor) == 0x000008, "Wrong alignment on ManagedSpawnPoint_GetSpawnedActor"); \ +static_assert(sizeof(ManagedSpawnPoint_GetSpawnedActor) == 0x000008, "Wrong size on ManagedSpawnPoint_GetSpawnedActor"); \ +static_assert(offsetof(ManagedSpawnPoint_GetSpawnedActor, ReturnValue) == 0x000000, "Member 'ManagedSpawnPoint_GetSpawnedActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AManagedSpawnPoint \ +static_assert(alignof(AManagedSpawnPoint) == 0x000010, "Wrong alignment on AManagedSpawnPoint"); \ +static_assert(sizeof(AManagedSpawnPoint) == 0x000B00, "Wrong size on AManagedSpawnPoint"); \ +static_assert(offsetof(AManagedSpawnPoint, PlaceId) == 0x0002B0, "Member 'AManagedSpawnPoint::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, SpiritTags) == 0x0002B8, "Member 'AManagedSpawnPoint::SpiritTags' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, SpawnImmediately) == 0x0002D8, "Member 'AManagedSpawnPoint::SpawnImmediately' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, TypeOfSpawn) == 0x0002D9, "Member 'AManagedSpawnPoint::TypeOfSpawn' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, SpawnRanking) == 0x0002DA, "Member 'AManagedSpawnPoint::SpawnRanking' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, WhenDeactivated) == 0x0002DB, "Member 'AManagedSpawnPoint::WhenDeactivated' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, SpawnDataSet) == 0x0002E0, "Member 'AManagedSpawnPoint::SpawnDataSet' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, VehicleIdAsset) == 0x0002E8, "Member 'AManagedSpawnPoint::VehicleIdAsset' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, SpawnSpecificMember) == 0x000310, "Member 'AManagedSpawnPoint::SpawnSpecificMember' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, SpawnMemberAtIndex) == 0x000314, "Member 'AManagedSpawnPoint::SpawnMemberAtIndex' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, InitialVehicleSpeed) == 0x000318, "Member 'AManagedSpawnPoint::InitialVehicleSpeed' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, VehiclePath) == 0x000320, "Member 'AManagedSpawnPoint::VehiclePath' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, VehiclePathContainer) == 0x000328, "Member 'AManagedSpawnPoint::VehiclePathContainer' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, VehicleTags) == 0x000330, "Member 'AManagedSpawnPoint::VehicleTags' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, VehicleOccupants) == 0x000350, "Member 'AManagedSpawnPoint::VehicleOccupants' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bSpawnDriver) == 0x0003A0, "Member 'AManagedSpawnPoint::bSpawnDriver' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, DriverVisualsId) == 0x0003A4, "Member 'AManagedSpawnPoint::DriverVisualsId' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, DriverCharacterID) == 0x0003B8, "Member 'AManagedSpawnPoint::DriverCharacterID' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, DriverNPCWorldStateID) == 0x0003E0, "Member 'AManagedSpawnPoint::DriverNPCWorldStateID' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, CharacterSpawnDataClass) == 0x000408, "Member 'AManagedSpawnPoint::CharacterSpawnDataClass' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bUseSpawnCondition) == 0x000430, "Member 'AManagedSpawnPoint::bUseSpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, SpawnCondition) == 0x000434, "Member 'AManagedSpawnPoint::SpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, BodyColorIndex) == 0x00044C, "Member 'AManagedSpawnPoint::BodyColorIndex' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, VehicleAge) == 0x000450, "Member 'AManagedSpawnPoint::VehicleAge' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, VehicleAmountDirt) == 0x000454, "Member 'AManagedSpawnPoint::VehicleAmountDirt' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, VehicleLicensePlate) == 0x000458, "Member 'AManagedSpawnPoint::VehicleLicensePlate' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bIsVehicleLocked) == 0x00045C, "Member 'AManagedSpawnPoint::bIsVehicleLocked' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bAllowStealing) == 0x00045D, "Member 'AManagedSpawnPoint::bAllowStealing' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bRegisterAsStreamingSource) == 0x00045E, "Member 'AManagedSpawnPoint::bRegisterAsStreamingSource' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bRegisterAsTriggerSource) == 0x00045F, "Member 'AManagedSpawnPoint::bRegisterAsTriggerSource' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bKillVehicleWhenStuck) == 0x000460, "Member 'AManagedSpawnPoint::bKillVehicleWhenStuck' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bTagAsEnemy) == 0x000461, "Member 'AManagedSpawnPoint::bTagAsEnemy' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bUseStopCondition) == 0x000462, "Member 'AManagedSpawnPoint::bUseStopCondition' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, StopCondition) == 0x000464, "Member 'AManagedSpawnPoint::StopCondition' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bDriveOnClosedRoads) == 0x00047C, "Member 'AManagedSpawnPoint::bDriveOnClosedRoads' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bSpawnOnLane) == 0x00047D, "Member 'AManagedSpawnPoint::bSpawnOnLane' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bOverrideTrafficLaneFilter) == 0x00047E, "Member 'AManagedSpawnPoint::bOverrideTrafficLaneFilter' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, TrafficQueryFilter) == 0x000480, "Member 'AManagedSpawnPoint::TrafficQueryFilter' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, LootTableOverride) == 0x000490, "Member 'AManagedSpawnPoint::LootTableOverride' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, StartingInventoryOverride) == 0x000498, "Member 'AManagedSpawnPoint::StartingInventoryOverride' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, NamedLocationIdentifier) == 0x0004A0, "Member 'AManagedSpawnPoint::NamedLocationIdentifier' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, IconVisibleCondition) == 0x0004C8, "Member 'AManagedSpawnPoint::IconVisibleCondition' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bForceIconsToHidden) == 0x0004E0, "Member 'AManagedSpawnPoint::bForceIconsToHidden' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, MapConfigAsset) == 0x0004E8, "Member 'AManagedSpawnPoint::MapConfigAsset' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, MapIcon) == 0x0004F0, "Member 'AManagedSpawnPoint::MapIcon' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, MiniMapIcon) == 0x000670, "Member 'AManagedSpawnPoint::MiniMapIcon' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, CompassIcon) == 0x0007F0, "Member 'AManagedSpawnPoint::CompassIcon' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, HudIcon) == 0x000960, "Member 'AManagedSpawnPoint::HudIcon' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, SidecarComponents) == 0x000AE0, "Member 'AManagedSpawnPoint::SidecarComponents' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bTransient) == 0x000AF0, "Member 'AManagedSpawnPoint::bTransient' has a wrong offset!"); \ +static_assert(offsetof(AManagedSpawnPoint, bInLevelInstance) == 0x000AF1, "Member 'AManagedSpawnPoint::bInLevelInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActionCondition_Evaluate \ +static_assert(alignof(ActionCondition_Evaluate) == 0x000008, "Wrong alignment on ActionCondition_Evaluate"); \ +static_assert(sizeof(ActionCondition_Evaluate) == 0x000028, "Wrong size on ActionCondition_Evaluate"); \ +static_assert(offsetof(ActionCondition_Evaluate, Context) == 0x000000, "Member 'ActionCondition_Evaluate::Context' has a wrong offset!"); \ +static_assert(offsetof(ActionCondition_Evaluate, ReturnValue) == 0x000020, "Member 'ActionCondition_Evaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActionCondition \ +static_assert(alignof(UActionCondition) == 0x000008, "Wrong alignment on UActionCondition"); \ +static_assert(sizeof(UActionCondition) == 0x000028, "Wrong size on UActionCondition"); \ + +#define DUMPER7_ASSERTS_SynchronizedInteractionFunctionLibrary_ComputeSynchronization \ +static_assert(alignof(SynchronizedInteractionFunctionLibrary_ComputeSynchronization) == 0x000008, "Wrong alignment on SynchronizedInteractionFunctionLibrary_ComputeSynchronization"); \ +static_assert(sizeof(SynchronizedInteractionFunctionLibrary_ComputeSynchronization) == 0x000358, "Wrong size on SynchronizedInteractionFunctionLibrary_ComputeSynchronization"); \ +static_assert(offsetof(SynchronizedInteractionFunctionLibrary_ComputeSynchronization, InParams) == 0x000000, "Member 'SynchronizedInteractionFunctionLibrary_ComputeSynchronization::InParams' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedInteractionFunctionLibrary_ComputeSynchronization, OutParams) == 0x0001B0, "Member 'SynchronizedInteractionFunctionLibrary_ComputeSynchronization::OutParams' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedInteractionFunctionLibrary_ComputeSynchronization, InOutCache) == 0x0002A0, "Member 'SynchronizedInteractionFunctionLibrary_ComputeSynchronization::InOutCache' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedInteractionFunctionLibrary_ComputeSynchronization, ReturnValue) == 0x000350, "Member 'SynchronizedInteractionFunctionLibrary_ComputeSynchronization::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynchronizedInteractionFunctionLibrary \ +static_assert(alignof(USynchronizedInteractionFunctionLibrary) == 0x000008, "Wrong alignment on USynchronizedInteractionFunctionLibrary"); \ +static_assert(sizeof(USynchronizedInteractionFunctionLibrary) == 0x000028, "Wrong size on USynchronizedInteractionFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_AActorGroupSmartObjectHolder \ +static_assert(alignof(AActorGroupSmartObjectHolder) == 0x000008, "Wrong alignment on AActorGroupSmartObjectHolder"); \ +static_assert(sizeof(AActorGroupSmartObjectHolder) == 0x0002B8, "Wrong size on AActorGroupSmartObjectHolder"); \ +static_assert(offsetof(AActorGroupSmartObjectHolder, SmartObject) == 0x0002B0, "Member 'AActorGroupSmartObjectHolder::SmartObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterActionType \ +static_assert(alignof(UCharacterActionType) == 0x000008, "Wrong alignment on UCharacterActionType"); \ +static_assert(sizeof(UCharacterActionType) == 0x000030, "Wrong size on UCharacterActionType"); \ +static_assert(offsetof(UCharacterActionType, DefCon) == 0x000028, "Member 'UCharacterActionType::DefCon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeActionType \ +static_assert(alignof(UMeleeActionType) == 0x000008, "Wrong alignment on UMeleeActionType"); \ +static_assert(sizeof(UMeleeActionType) == 0x000030, "Wrong size on UMeleeActionType"); \ + +#define DUMPER7_ASSERTS_UMeleeDamagingActionType \ +static_assert(alignof(UMeleeDamagingActionType) == 0x000008, "Wrong alignment on UMeleeDamagingActionType"); \ +static_assert(sizeof(UMeleeDamagingActionType) == 0x000030, "Wrong size on UMeleeDamagingActionType"); \ + +#define DUMPER7_ASSERTS_UMeleeHeavyHitActionType \ +static_assert(alignof(UMeleeHeavyHitActionType) == 0x000008, "Wrong alignment on UMeleeHeavyHitActionType"); \ +static_assert(sizeof(UMeleeHeavyHitActionType) == 0x000030, "Wrong size on UMeleeHeavyHitActionType"); \ + +#define DUMPER7_ASSERTS_AnimNotifyStateRootInformedCapsuleMotion_ApplyRootInformedCapsuleMotionSettings \ +static_assert(alignof(AnimNotifyStateRootInformedCapsuleMotion_ApplyRootInformedCapsuleMotionSettings) == 0x000004, "Wrong alignment on AnimNotifyStateRootInformedCapsuleMotion_ApplyRootInformedCapsuleMotionSettings"); \ +static_assert(sizeof(AnimNotifyStateRootInformedCapsuleMotion_ApplyRootInformedCapsuleMotionSettings) == 0x000018, "Wrong size on AnimNotifyStateRootInformedCapsuleMotion_ApplyRootInformedCapsuleMotionSettings"); \ +static_assert(offsetof(AnimNotifyStateRootInformedCapsuleMotion_ApplyRootInformedCapsuleMotionSettings, Settings) == 0x000000, "Member 'AnimNotifyStateRootInformedCapsuleMotion_ApplyRootInformedCapsuleMotionSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateRootInformedCapsuleMotion \ +static_assert(alignof(UAnimNotifyStateRootInformedCapsuleMotion) == 0x000008, "Wrong alignment on UAnimNotifyStateRootInformedCapsuleMotion"); \ +static_assert(sizeof(UAnimNotifyStateRootInformedCapsuleMotion) == 0x000048, "Wrong size on UAnimNotifyStateRootInformedCapsuleMotion"); \ +static_assert(offsetof(UAnimNotifyStateRootInformedCapsuleMotion, bUseTranslation) == 0x000030, "Member 'UAnimNotifyStateRootInformedCapsuleMotion::bUseTranslation' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateRootInformedCapsuleMotion, bUseRotation) == 0x000031, "Member 'UAnimNotifyStateRootInformedCapsuleMotion::bUseRotation' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateRootInformedCapsuleMotion, MotionDriverId) == 0x000034, "Member 'UAnimNotifyStateRootInformedCapsuleMotion::MotionDriverId' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateRootInformedCapsuleMotion, DisabledByMotionDriverId) == 0x00003C, "Member 'UAnimNotifyStateRootInformedCapsuleMotion::DisabledByMotionDriverId' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateRootInformedCapsuleMotion, WarperProcessMode) == 0x000044, "Member 'UAnimNotifyStateRootInformedCapsuleMotion::WarperProcessMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AActorSpawnPoint \ +static_assert(alignof(AActorSpawnPoint) == 0x000008, "Wrong alignment on AActorSpawnPoint"); \ +static_assert(sizeof(AActorSpawnPoint) == 0x000488, "Wrong size on AActorSpawnPoint"); \ +static_assert(offsetof(AActorSpawnPoint, OnActorSpawned) == 0x0002B0, "Member 'AActorSpawnPoint::OnActorSpawned' has a wrong offset!"); \ +static_assert(offsetof(AActorSpawnPoint, OnActorDepawned) == 0x0002C0, "Member 'AActorSpawnPoint::OnActorDepawned' has a wrong offset!"); \ +static_assert(offsetof(AActorSpawnPoint, SpawnCondition) == 0x0002D0, "Member 'AActorSpawnPoint::SpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(AActorSpawnPoint, BlueprintVariation) == 0x0002E8, "Member 'AActorSpawnPoint::BlueprintVariation' has a wrong offset!"); \ +static_assert(offsetof(AActorSpawnPoint, SpawnedActor) == 0x000470, "Member 'AActorSpawnPoint::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSRuntimePartitionLHGrid \ +static_assert(alignof(ULSRuntimePartitionLHGrid) == 0x000008, "Wrong alignment on ULSRuntimePartitionLHGrid"); \ +static_assert(sizeof(ULSRuntimePartitionLHGrid) == 0x000058, "Wrong size on ULSRuntimePartitionLHGrid"); \ + +#define DUMPER7_ASSERTS_UAdrenalineDefinitionsDataTable \ +static_assert(alignof(UAdrenalineDefinitionsDataTable) == 0x000008, "Wrong alignment on UAdrenalineDefinitionsDataTable"); \ +static_assert(sizeof(UAdrenalineDefinitionsDataTable) == 0x0000B0, "Wrong size on UAdrenalineDefinitionsDataTable"); \ + +#define DUMPER7_ASSERTS_UMeleeShoveActionType \ +static_assert(alignof(UMeleeShoveActionType) == 0x000008, "Wrong alignment on UMeleeShoveActionType"); \ +static_assert(sizeof(UMeleeShoveActionType) == 0x000030, "Wrong size on UMeleeShoveActionType"); \ + +#define DUMPER7_ASSERTS_UAIBehaviorDataDefinition \ +static_assert(alignof(UAIBehaviorDataDefinition) == 0x000008, "Wrong alignment on UAIBehaviorDataDefinition"); \ +static_assert(sizeof(UAIBehaviorDataDefinition) == 0x000098, "Wrong size on UAIBehaviorDataDefinition"); \ +static_assert(offsetof(UAIBehaviorDataDefinition, BehaviorTree) == 0x000028, "Member 'UAIBehaviorDataDefinition::BehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(UAIBehaviorDataDefinition, BaseHTN) == 0x000030, "Member 'UAIBehaviorDataDefinition::BaseHTN' has a wrong offset!"); \ +static_assert(offsetof(UAIBehaviorDataDefinition, StartingGoals) == 0x000038, "Member 'UAIBehaviorDataDefinition::StartingGoals' has a wrong offset!"); \ +static_assert(offsetof(UAIBehaviorDataDefinition, bOverrideScoringFunctions) == 0x000048, "Member 'UAIBehaviorDataDefinition::bOverrideScoringFunctions' has a wrong offset!"); \ +static_assert(offsetof(UAIBehaviorDataDefinition, TargetScoringFunctions) == 0x000050, "Member 'UAIBehaviorDataDefinition::TargetScoringFunctions' has a wrong offset!"); \ +static_assert(offsetof(UAIBehaviorDataDefinition, bOverridePositioningProfile) == 0x000078, "Member 'UAIBehaviorDataDefinition::bOverridePositioningProfile' has a wrong offset!"); \ +static_assert(offsetof(UAIBehaviorDataDefinition, PositioningProfile) == 0x000080, "Member 'UAIBehaviorDataDefinition::PositioningProfile' has a wrong offset!"); \ +static_assert(offsetof(UAIBehaviorDataDefinition, MinimumSnapshotUpdateRate) == 0x000088, "Member 'UAIBehaviorDataDefinition::MinimumSnapshotUpdateRate' has a wrong offset!"); \ +static_assert(offsetof(UAIBehaviorDataDefinition, MaximumSnapshotUpdateRate) == 0x00008C, "Member 'UAIBehaviorDataDefinition::MaximumSnapshotUpdateRate' has a wrong offset!"); \ +static_assert(offsetof(UAIBehaviorDataDefinition, NavFilter) == 0x000090, "Member 'UAIBehaviorDataDefinition::NavFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIDataDefinition \ +static_assert(alignof(UAIDataDefinition) == 0x000008, "Wrong alignment on UAIDataDefinition"); \ +static_assert(sizeof(UAIDataDefinition) == 0x000068, "Wrong size on UAIDataDefinition"); \ +static_assert(offsetof(UAIDataDefinition, CharacterTypeData) == 0x000028, "Member 'UAIDataDefinition::CharacterTypeData' has a wrong offset!"); \ +static_assert(offsetof(UAIDataDefinition, BehaviorData) == 0x000030, "Member 'UAIDataDefinition::BehaviorData' has a wrong offset!"); \ +static_assert(offsetof(UAIDataDefinition, DialogueDataDefinition) == 0x000038, "Member 'UAIDataDefinition::DialogueDataDefinition' has a wrong offset!"); \ +static_assert(offsetof(UAIDataDefinition, Schedule) == 0x000040, "Member 'UAIDataDefinition::Schedule' has a wrong offset!"); \ +static_assert(offsetof(UAIDataDefinition, SidecarComponents) == 0x000048, "Member 'UAIDataDefinition::SidecarComponents' has a wrong offset!"); \ +static_assert(offsetof(UAIDataDefinition, LootTable) == 0x000058, "Member 'UAIDataDefinition::LootTable' has a wrong offset!"); \ +static_assert(offsetof(UAIDataDefinition, InventoryTable) == 0x000060, "Member 'UAIDataDefinition::InventoryTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeLightMissActionType \ +static_assert(alignof(UMeleeLightMissActionType) == 0x000008, "Wrong alignment on UMeleeLightMissActionType"); \ +static_assert(sizeof(UMeleeLightMissActionType) == 0x000030, "Wrong size on UMeleeLightMissActionType"); \ + +#define DUMPER7_ASSERTS_UAIDataProcessingSystem \ +static_assert(alignof(UAIDataProcessingSystem) == 0x000008, "Wrong alignment on UAIDataProcessingSystem"); \ +static_assert(sizeof(UAIDataProcessingSystem) == 0x0000A8, "Wrong size on UAIDataProcessingSystem"); \ +static_assert(offsetof(UAIDataProcessingSystem, AgentSubsystem) == 0x000040, "Member 'UAIDataProcessingSystem::AgentSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProcessingSystem, StimEventData) == 0x000048, "Member 'UAIDataProcessingSystem::StimEventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJTabButtonInterface_SetTabLabelInfo \ +static_assert(alignof(CJTabButtonInterface_SetTabLabelInfo) == 0x000010, "Wrong alignment on CJTabButtonInterface_SetTabLabelInfo"); \ +static_assert(sizeof(CJTabButtonInterface_SetTabLabelInfo) == 0x0000F0, "Wrong size on CJTabButtonInterface_SetTabLabelInfo"); \ +static_assert(offsetof(CJTabButtonInterface_SetTabLabelInfo, TabDescriptor) == 0x000000, "Member 'CJTabButtonInterface_SetTabLabelInfo::TabDescriptor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICJTabButtonInterface \ +static_assert(alignof(ICJTabButtonInterface) == 0x000001, "Wrong alignment on ICJTabButtonInterface"); \ +static_assert(sizeof(ICJTabButtonInterface) == 0x000001, "Wrong size on ICJTabButtonInterface"); \ + +#define DUMPER7_ASSERTS_UAIGroupSpawnData \ +static_assert(alignof(UAIGroupSpawnData) == 0x000008, "Wrong alignment on UAIGroupSpawnData"); \ +static_assert(sizeof(UAIGroupSpawnData) == 0x000050, "Wrong size on UAIGroupSpawnData"); \ +static_assert(offsetof(UAIGroupSpawnData, GroupSize) == 0x000028, "Member 'UAIGroupSpawnData::GroupSize' has a wrong offset!"); \ +static_assert(offsetof(UAIGroupSpawnData, GroupSpawnAreaRadius) == 0x000030, "Member 'UAIGroupSpawnData::GroupSpawnAreaRadius' has a wrong offset!"); \ +static_assert(offsetof(UAIGroupSpawnData, GroupSizeIsRandom) == 0x000038, "Member 'UAIGroupSpawnData::GroupSizeIsRandom' has a wrong offset!"); \ +static_assert(offsetof(UAIGroupSpawnData, GroupSizeRange) == 0x00003C, "Member 'UAIGroupSpawnData::GroupSizeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeLightHitActionType \ +static_assert(alignof(UMeleeLightHitActionType) == 0x000008, "Wrong alignment on UMeleeLightHitActionType"); \ +static_assert(sizeof(UMeleeLightHitActionType) == 0x000030, "Wrong size on UMeleeLightHitActionType"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Threat \ +static_assert(alignof(UAISenseConfig_Threat) == 0x000008, "Wrong alignment on UAISenseConfig_Threat"); \ +static_assert(sizeof(UAISenseConfig_Threat) == 0x000060, "Wrong size on UAISenseConfig_Threat"); \ +static_assert(offsetof(UAISenseConfig_Threat, SightRadius) == 0x000048, "Member 'UAISenseConfig_Threat::SightRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Threat, HearRadius) == 0x00004C, "Member 'UAISenseConfig_Threat::HearRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Threat, PeripheralVisionAngleDegrees) == 0x000050, "Member 'UAISenseConfig_Threat::PeripheralVisionAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Threat, NearClippingRadius) == 0x000054, "Member 'UAISenseConfig_Threat::NearClippingRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISenseConfig_Threat, ActorThreatTag) == 0x000058, "Member 'UAISenseConfig_Threat::ActorThreatTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutotestListConfigAsset \ +static_assert(alignof(UAutotestListConfigAsset) == 0x000008, "Wrong alignment on UAutotestListConfigAsset"); \ +static_assert(sizeof(UAutotestListConfigAsset) == 0x0000D0, "Wrong size on UAutotestListConfigAsset"); \ +static_assert(offsetof(UAutotestListConfigAsset, TestBluePrints) == 0x000030, "Member 'UAutotestListConfigAsset::TestBluePrints' has a wrong offset!"); \ +static_assert(offsetof(UAutotestListConfigAsset, TestBluePrintsPSO) == 0x000080, "Member 'UAutotestListConfigAsset::TestBluePrintsPSO' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISenseEvent_Threat \ +static_assert(alignof(UAISenseEvent_Threat) == 0x000008, "Wrong alignment on UAISenseEvent_Threat"); \ +static_assert(sizeof(UAISenseEvent_Threat) == 0x000048, "Wrong size on UAISenseEvent_Threat"); \ +static_assert(offsetof(UAISenseEvent_Threat, Event) == 0x000028, "Member 'UAISenseEvent_Threat::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeNonDamagingActionType \ +static_assert(alignof(UMeleeNonDamagingActionType) == 0x000008, "Wrong alignment on UMeleeNonDamagingActionType"); \ +static_assert(sizeof(UMeleeNonDamagingActionType) == 0x000030, "Wrong size on UMeleeNonDamagingActionType"); \ + +#define DUMPER7_ASSERTS_UMeleePerfectParryActionType \ +static_assert(alignof(UMeleePerfectParryActionType) == 0x000008, "Wrong alignment on UMeleePerfectParryActionType"); \ +static_assert(sizeof(UMeleePerfectParryActionType) == 0x000030, "Wrong size on UMeleePerfectParryActionType"); \ + +#define DUMPER7_ASSERTS_USynchronizedInteractionSubsystem \ +static_assert(alignof(USynchronizedInteractionSubsystem) == 0x000008, "Wrong alignment on USynchronizedInteractionSubsystem"); \ +static_assert(sizeof(USynchronizedInteractionSubsystem) == 0x000088, "Wrong size on USynchronizedInteractionSubsystem"); \ + +#define DUMPER7_ASSERTS_AISense_Threat_ReportThreatEvent \ +static_assert(alignof(AISense_Threat_ReportThreatEvent) == 0x000008, "Wrong alignment on AISense_Threat_ReportThreatEvent"); \ +static_assert(sizeof(AISense_Threat_ReportThreatEvent) == 0x000028, "Wrong size on AISense_Threat_ReportThreatEvent"); \ +static_assert(offsetof(AISense_Threat_ReportThreatEvent, WorldContextObject) == 0x000000, "Member 'AISense_Threat_ReportThreatEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AISense_Threat_ReportThreatEvent, Instigator) == 0x000008, "Member 'AISense_Threat_ReportThreatEvent::Instigator' has a wrong offset!"); \ +static_assert(offsetof(AISense_Threat_ReportThreatEvent, ThreatScore) == 0x000010, "Member 'AISense_Threat_ReportThreatEvent::ThreatScore' has a wrong offset!"); \ +static_assert(offsetof(AISense_Threat_ReportThreatEvent, Tag) == 0x000014, "Member 'AISense_Threat_ReportThreatEvent::Tag' has a wrong offset!"); \ +static_assert(offsetof(AISense_Threat_ReportThreatEvent, Ignore) == 0x000020, "Member 'AISense_Threat_ReportThreatEvent::Ignore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Threat \ +static_assert(alignof(UAISense_Threat) == 0x000008, "Wrong alignment on UAISense_Threat"); \ +static_assert(sizeof(UAISense_Threat) == 0x0000E0, "Wrong size on UAISense_Threat"); \ +static_assert(offsetof(UAISense_Threat, ThreatEvents) == 0x0000C8, "Member 'UAISense_Threat::ThreatEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSchedulingProximityCull \ +static_assert(alignof(UPCGSchedulingProximityCull) == 0x000008, "Wrong alignment on UPCGSchedulingProximityCull"); \ +static_assert(sizeof(UPCGSchedulingProximityCull) == 0x000048, "Wrong size on UPCGSchedulingProximityCull"); \ +static_assert(offsetof(UPCGSchedulingProximityCull, MinGenerationRadius) == 0x000040, "Member 'UPCGSchedulingProximityCull::MinGenerationRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_AddExternalCandidate \ +static_assert(alignof(AITargetingSystem_AddExternalCandidate) == 0x000008, "Wrong alignment on AITargetingSystem_AddExternalCandidate"); \ +static_assert(sizeof(AITargetingSystem_AddExternalCandidate) == 0x000020, "Wrong size on AITargetingSystem_AddExternalCandidate"); \ +static_assert(offsetof(AITargetingSystem_AddExternalCandidate, Controller) == 0x000000, "Member 'AITargetingSystem_AddExternalCandidate::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_AddExternalCandidate, PlaceId) == 0x000008, "Member 'AITargetingSystem_AddExternalCandidate::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_AddExternalCandidate, Reason) == 0x000010, "Member 'AITargetingSystem_AddExternalCandidate::Reason' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_AddExternalCandidate, ReturnValue) == 0x000018, "Member 'AITargetingSystem_AddExternalCandidate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_BP_AddMetaTag \ +static_assert(alignof(AITargetingSystem_BP_AddMetaTag) == 0x000008, "Wrong alignment on AITargetingSystem_BP_AddMetaTag"); \ +static_assert(sizeof(AITargetingSystem_BP_AddMetaTag) == 0x000018, "Wrong size on AITargetingSystem_BP_AddMetaTag"); \ +static_assert(offsetof(AITargetingSystem_BP_AddMetaTag, Controller) == 0x000000, "Member 'AITargetingSystem_BP_AddMetaTag::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_BP_AddMetaTag, PlaceId) == 0x000008, "Member 'AITargetingSystem_BP_AddMetaTag::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_BP_AddMetaTag, Tag) == 0x000010, "Member 'AITargetingSystem_BP_AddMetaTag::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_BP_GetActiveTarget \ +static_assert(alignof(AITargetingSystem_BP_GetActiveTarget) == 0x000008, "Wrong alignment on AITargetingSystem_BP_GetActiveTarget"); \ +static_assert(sizeof(AITargetingSystem_BP_GetActiveTarget) == 0x000080, "Wrong size on AITargetingSystem_BP_GetActiveTarget"); \ +static_assert(offsetof(AITargetingSystem_BP_GetActiveTarget, Controller) == 0x000000, "Member 'AITargetingSystem_BP_GetActiveTarget::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_BP_GetActiveTarget, TargetType) == 0x000008, "Member 'AITargetingSystem_BP_GetActiveTarget::TargetType' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_BP_GetActiveTarget, ReturnValue) == 0x000010, "Member 'AITargetingSystem_BP_GetActiveTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_ConsumeBreadcrumb_Enum \ +static_assert(alignof(AITargetingSystem_ConsumeBreadcrumb_Enum) == 0x000008, "Wrong alignment on AITargetingSystem_ConsumeBreadcrumb_Enum"); \ +static_assert(sizeof(AITargetingSystem_ConsumeBreadcrumb_Enum) == 0x000048, "Wrong size on AITargetingSystem_ConsumeBreadcrumb_Enum"); \ +static_assert(offsetof(AITargetingSystem_ConsumeBreadcrumb_Enum, Controller) == 0x000000, "Member 'AITargetingSystem_ConsumeBreadcrumb_Enum::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_ConsumeBreadcrumb_Enum, TargetType) == 0x000008, "Member 'AITargetingSystem_ConsumeBreadcrumb_Enum::TargetType' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_ConsumeBreadcrumb_Enum, ReturnValue) == 0x000010, "Member 'AITargetingSystem_ConsumeBreadcrumb_Enum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_ConsumeBreadcrumb_Key \ +static_assert(alignof(AITargetingSystem_ConsumeBreadcrumb_Key) == 0x000008, "Wrong alignment on AITargetingSystem_ConsumeBreadcrumb_Key"); \ +static_assert(sizeof(AITargetingSystem_ConsumeBreadcrumb_Key) == 0x000048, "Wrong size on AITargetingSystem_ConsumeBreadcrumb_Key"); \ +static_assert(offsetof(AITargetingSystem_ConsumeBreadcrumb_Key, Controller) == 0x000000, "Member 'AITargetingSystem_ConsumeBreadcrumb_Key::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_ConsumeBreadcrumb_Key, PlaceId) == 0x000008, "Member 'AITargetingSystem_ConsumeBreadcrumb_Key::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_ConsumeBreadcrumb_Key, ReturnValue) == 0x000010, "Member 'AITargetingSystem_ConsumeBreadcrumb_Key::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_ConsumeBreadcrumb_Struct \ +static_assert(alignof(AITargetingSystem_ConsumeBreadcrumb_Struct) == 0x000008, "Wrong alignment on AITargetingSystem_ConsumeBreadcrumb_Struct"); \ +static_assert(sizeof(AITargetingSystem_ConsumeBreadcrumb_Struct) == 0x0000B0, "Wrong size on AITargetingSystem_ConsumeBreadcrumb_Struct"); \ +static_assert(offsetof(AITargetingSystem_ConsumeBreadcrumb_Struct, Controller) == 0x000000, "Member 'AITargetingSystem_ConsumeBreadcrumb_Struct::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_ConsumeBreadcrumb_Struct, TargetObject) == 0x000008, "Member 'AITargetingSystem_ConsumeBreadcrumb_Struct::TargetObject' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_ConsumeBreadcrumb_Struct, ReturnValue) == 0x000078, "Member 'AITargetingSystem_ConsumeBreadcrumb_Struct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_GetAllTargeting \ +static_assert(alignof(AITargetingSystem_GetAllTargeting) == 0x000008, "Wrong alignment on AITargetingSystem_GetAllTargeting"); \ +static_assert(sizeof(AITargetingSystem_GetAllTargeting) == 0x000020, "Wrong size on AITargetingSystem_GetAllTargeting"); \ +static_assert(offsetof(AITargetingSystem_GetAllTargeting, Target) == 0x000000, "Member 'AITargetingSystem_GetAllTargeting::Target' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_GetAllTargeting, TargetType) == 0x000008, "Member 'AITargetingSystem_GetAllTargeting::TargetType' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_GetAllTargeting, ReturnValue) == 0x000010, "Member 'AITargetingSystem_GetAllTargeting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_HasLineOfSight \ +static_assert(alignof(AITargetingSystem_HasLineOfSight) == 0x000008, "Wrong alignment on AITargetingSystem_HasLineOfSight"); \ +static_assert(sizeof(AITargetingSystem_HasLineOfSight) == 0x000010, "Wrong size on AITargetingSystem_HasLineOfSight"); \ +static_assert(offsetof(AITargetingSystem_HasLineOfSight, Controller) == 0x000000, "Member 'AITargetingSystem_HasLineOfSight::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_HasLineOfSight, TargetType) == 0x000008, "Member 'AITargetingSystem_HasLineOfSight::TargetType' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_HasLineOfSight, ReturnValue) == 0x000009, "Member 'AITargetingSystem_HasLineOfSight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_HasPlayerAsTarget \ +static_assert(alignof(AITargetingSystem_HasPlayerAsTarget) == 0x000008, "Wrong alignment on AITargetingSystem_HasPlayerAsTarget"); \ +static_assert(sizeof(AITargetingSystem_HasPlayerAsTarget) == 0x000010, "Wrong size on AITargetingSystem_HasPlayerAsTarget"); \ +static_assert(offsetof(AITargetingSystem_HasPlayerAsTarget, Controller) == 0x000000, "Member 'AITargetingSystem_HasPlayerAsTarget::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_HasPlayerAsTarget, TargetType) == 0x000008, "Member 'AITargetingSystem_HasPlayerAsTarget::TargetType' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_HasPlayerAsTarget, ReturnValue) == 0x000009, "Member 'AITargetingSystem_HasPlayerAsTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_HasStimClass \ +static_assert(alignof(AITargetingSystem_HasStimClass) == 0x000008, "Wrong alignment on AITargetingSystem_HasStimClass"); \ +static_assert(sizeof(AITargetingSystem_HasStimClass) == 0x000080, "Wrong size on AITargetingSystem_HasStimClass"); \ +static_assert(offsetof(AITargetingSystem_HasStimClass, TargetObject) == 0x000000, "Member 'AITargetingSystem_HasStimClass::TargetObject' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_HasStimClass, EventClass) == 0x000070, "Member 'AITargetingSystem_HasStimClass::EventClass' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_HasStimClass, Timeframe) == 0x000074, "Member 'AITargetingSystem_HasStimClass::Timeframe' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_HasStimClass, ReturnValue) == 0x000078, "Member 'AITargetingSystem_HasStimClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_HasTarget \ +static_assert(alignof(AITargetingSystem_HasTarget) == 0x000008, "Wrong alignment on AITargetingSystem_HasTarget"); \ +static_assert(sizeof(AITargetingSystem_HasTarget) == 0x000010, "Wrong size on AITargetingSystem_HasTarget"); \ +static_assert(offsetof(AITargetingSystem_HasTarget, Controller) == 0x000000, "Member 'AITargetingSystem_HasTarget::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_HasTarget, TargetType) == 0x000008, "Member 'AITargetingSystem_HasTarget::TargetType' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_HasTarget, bMustHaveValidActor) == 0x000009, "Member 'AITargetingSystem_HasTarget::bMustHaveValidActor' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_HasTarget, ReturnValue) == 0x00000A, "Member 'AITargetingSystem_HasTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_IsTarget \ +static_assert(alignof(AITargetingSystem_IsTarget) == 0x000008, "Wrong alignment on AITargetingSystem_IsTarget"); \ +static_assert(sizeof(AITargetingSystem_IsTarget) == 0x000010, "Wrong size on AITargetingSystem_IsTarget"); \ +static_assert(offsetof(AITargetingSystem_IsTarget, Character) == 0x000000, "Member 'AITargetingSystem_IsTarget::Character' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_IsTarget, TargetType) == 0x000008, "Member 'AITargetingSystem_IsTarget::TargetType' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_IsTarget, ReturnValue) == 0x000009, "Member 'AITargetingSystem_IsTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_IsThreat \ +static_assert(alignof(AITargetingSystem_IsThreat) == 0x000008, "Wrong alignment on AITargetingSystem_IsThreat"); \ +static_assert(sizeof(AITargetingSystem_IsThreat) == 0x000078, "Wrong size on AITargetingSystem_IsThreat"); \ +static_assert(offsetof(AITargetingSystem_IsThreat, TargetObject) == 0x000000, "Member 'AITargetingSystem_IsThreat::TargetObject' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_IsThreat, ReturnValue) == 0x000070, "Member 'AITargetingSystem_IsThreat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_IsValid_Breadcrumb \ +static_assert(alignof(AITargetingSystem_IsValid_Breadcrumb) == 0x000008, "Wrong alignment on AITargetingSystem_IsValid_Breadcrumb"); \ +static_assert(sizeof(AITargetingSystem_IsValid_Breadcrumb) == 0x000040, "Wrong size on AITargetingSystem_IsValid_Breadcrumb"); \ +static_assert(offsetof(AITargetingSystem_IsValid_Breadcrumb, DataStruct) == 0x000000, "Member 'AITargetingSystem_IsValid_Breadcrumb::DataStruct' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_IsValid_Breadcrumb, ReturnValue) == 0x000038, "Member 'AITargetingSystem_IsValid_Breadcrumb::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_IsValidTarget \ +static_assert(alignof(AITargetingSystem_IsValidTarget) == 0x000008, "Wrong alignment on AITargetingSystem_IsValidTarget"); \ +static_assert(sizeof(AITargetingSystem_IsValidTarget) == 0x000078, "Wrong size on AITargetingSystem_IsValidTarget"); \ +static_assert(offsetof(AITargetingSystem_IsValidTarget, Target) == 0x000000, "Member 'AITargetingSystem_IsValidTarget::Target' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_IsValidTarget, ReturnValue) == 0x000070, "Member 'AITargetingSystem_IsValidTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_PeekBreadcrumb_Enum \ +static_assert(alignof(AITargetingSystem_PeekBreadcrumb_Enum) == 0x000008, "Wrong alignment on AITargetingSystem_PeekBreadcrumb_Enum"); \ +static_assert(sizeof(AITargetingSystem_PeekBreadcrumb_Enum) == 0x000048, "Wrong size on AITargetingSystem_PeekBreadcrumb_Enum"); \ +static_assert(offsetof(AITargetingSystem_PeekBreadcrumb_Enum, Controller) == 0x000000, "Member 'AITargetingSystem_PeekBreadcrumb_Enum::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_PeekBreadcrumb_Enum, TargetType) == 0x000008, "Member 'AITargetingSystem_PeekBreadcrumb_Enum::TargetType' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_PeekBreadcrumb_Enum, ReturnValue) == 0x000010, "Member 'AITargetingSystem_PeekBreadcrumb_Enum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_PeekBreadcrumb_Key \ +static_assert(alignof(AITargetingSystem_PeekBreadcrumb_Key) == 0x000008, "Wrong alignment on AITargetingSystem_PeekBreadcrumb_Key"); \ +static_assert(sizeof(AITargetingSystem_PeekBreadcrumb_Key) == 0x000048, "Wrong size on AITargetingSystem_PeekBreadcrumb_Key"); \ +static_assert(offsetof(AITargetingSystem_PeekBreadcrumb_Key, Controller) == 0x000000, "Member 'AITargetingSystem_PeekBreadcrumb_Key::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_PeekBreadcrumb_Key, PlaceId) == 0x000008, "Member 'AITargetingSystem_PeekBreadcrumb_Key::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_PeekBreadcrumb_Key, ReturnValue) == 0x000010, "Member 'AITargetingSystem_PeekBreadcrumb_Key::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_PeekBreadcrumb_Struct \ +static_assert(alignof(AITargetingSystem_PeekBreadcrumb_Struct) == 0x000008, "Wrong alignment on AITargetingSystem_PeekBreadcrumb_Struct"); \ +static_assert(sizeof(AITargetingSystem_PeekBreadcrumb_Struct) == 0x0000B0, "Wrong size on AITargetingSystem_PeekBreadcrumb_Struct"); \ +static_assert(offsetof(AITargetingSystem_PeekBreadcrumb_Struct, Controller) == 0x000000, "Member 'AITargetingSystem_PeekBreadcrumb_Struct::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_PeekBreadcrumb_Struct, TargetObject) == 0x000008, "Member 'AITargetingSystem_PeekBreadcrumb_Struct::TargetObject' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_PeekBreadcrumb_Struct, ReturnValue) == 0x000078, "Member 'AITargetingSystem_PeekBreadcrumb_Struct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_RemoveExternalCandidate \ +static_assert(alignof(AITargetingSystem_RemoveExternalCandidate) == 0x000008, "Wrong alignment on AITargetingSystem_RemoveExternalCandidate"); \ +static_assert(sizeof(AITargetingSystem_RemoveExternalCandidate) == 0x000018, "Wrong size on AITargetingSystem_RemoveExternalCandidate"); \ +static_assert(offsetof(AITargetingSystem_RemoveExternalCandidate, Controller) == 0x000000, "Member 'AITargetingSystem_RemoveExternalCandidate::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_RemoveExternalCandidate, PlaceId) == 0x000008, "Member 'AITargetingSystem_RemoveExternalCandidate::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_RemoveExternalCandidate, ReturnValue) == 0x000010, "Member 'AITargetingSystem_RemoveExternalCandidate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_RequestImmediateTarget \ +static_assert(alignof(AITargetingSystem_RequestImmediateTarget) == 0x000008, "Wrong alignment on AITargetingSystem_RequestImmediateTarget"); \ +static_assert(sizeof(AITargetingSystem_RequestImmediateTarget) == 0x000010, "Wrong size on AITargetingSystem_RequestImmediateTarget"); \ +static_assert(offsetof(AITargetingSystem_RequestImmediateTarget, Controller) == 0x000000, "Member 'AITargetingSystem_RequestImmediateTarget::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_RequestImmediateTarget, QueryType) == 0x000008, "Member 'AITargetingSystem_RequestImmediateTarget::QueryType' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_RequestImmediateTarget, ReturnValue) == 0x000009, "Member 'AITargetingSystem_RequestImmediateTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITargetingSystem_RequestNewTarget \ +static_assert(alignof(AITargetingSystem_RequestNewTarget) == 0x000008, "Wrong alignment on AITargetingSystem_RequestNewTarget"); \ +static_assert(sizeof(AITargetingSystem_RequestNewTarget) == 0x000010, "Wrong size on AITargetingSystem_RequestNewTarget"); \ +static_assert(offsetof(AITargetingSystem_RequestNewTarget, Controller) == 0x000000, "Member 'AITargetingSystem_RequestNewTarget::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetingSystem_RequestNewTarget, QueryType) == 0x000008, "Member 'AITargetingSystem_RequestNewTarget::QueryType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITargetingSystem \ +static_assert(alignof(UAITargetingSystem) == 0x000008, "Wrong alignment on UAITargetingSystem"); \ +static_assert(sizeof(UAITargetingSystem) == 0x000068, "Wrong size on UAITargetingSystem"); \ + +#define DUMPER7_ASSERTS_UContainedActionType \ +static_assert(alignof(UContainedActionType) == 0x000008, "Wrong alignment on UContainedActionType"); \ +static_assert(sizeof(UContainedActionType) == 0x000030, "Wrong size on UContainedActionType"); \ + +#define DUMPER7_ASSERTS_UExitContainedActionType \ +static_assert(alignof(UExitContainedActionType) == 0x000008, "Wrong alignment on UExitContainedActionType"); \ +static_assert(sizeof(UExitContainedActionType) == 0x000030, "Wrong size on UExitContainedActionType"); \ + +#define DUMPER7_ASSERTS_UIntimidateGrabExit \ +static_assert(alignof(UIntimidateGrabExit) == 0x000008, "Wrong alignment on UIntimidateGrabExit"); \ +static_assert(sizeof(UIntimidateGrabExit) == 0x000030, "Wrong size on UIntimidateGrabExit"); \ + +#define DUMPER7_ASSERTS_UIntimidateFail \ +static_assert(alignof(UIntimidateFail) == 0x000008, "Wrong alignment on UIntimidateFail"); \ +static_assert(sizeof(UIntimidateFail) == 0x000030, "Wrong size on UIntimidateFail"); \ + +#define DUMPER7_ASSERTS_AITargetScoringDefinition_CalculateTargetCandidateScores \ +static_assert(alignof(AITargetScoringDefinition_CalculateTargetCandidateScores) == 0x000008, "Wrong alignment on AITargetScoringDefinition_CalculateTargetCandidateScores"); \ +static_assert(sizeof(AITargetScoringDefinition_CalculateTargetCandidateScores) == 0x000028, "Wrong size on AITargetScoringDefinition_CalculateTargetCandidateScores"); \ +static_assert(offsetof(AITargetScoringDefinition_CalculateTargetCandidateScores, World) == 0x000000, "Member 'AITargetScoringDefinition_CalculateTargetCandidateScores::World' has a wrong offset!"); \ +static_assert(offsetof(AITargetScoringDefinition_CalculateTargetCandidateScores, Controller) == 0x000008, "Member 'AITargetScoringDefinition_CalculateTargetCandidateScores::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetScoringDefinition_CalculateTargetCandidateScores, OwnerCharacter) == 0x000010, "Member 'AITargetScoringDefinition_CalculateTargetCandidateScores::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(AITargetScoringDefinition_CalculateTargetCandidateScores, MotivationInfo) == 0x000018, "Member 'AITargetScoringDefinition_CalculateTargetCandidateScores::MotivationInfo' has a wrong offset!"); \ +static_assert(offsetof(AITargetScoringDefinition_CalculateTargetCandidateScores, ReturnValue) == 0x000020, "Member 'AITargetScoringDefinition_CalculateTargetCandidateScores::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITargetScoringDefinition \ +static_assert(alignof(UAITargetScoringDefinition) == 0x000008, "Wrong alignment on UAITargetScoringDefinition"); \ +static_assert(sizeof(UAITargetScoringDefinition) == 0x000028, "Wrong size on UAITargetScoringDefinition"); \ + +#define DUMPER7_ASSERTS_AITargetScoringDefinition_BlueprintBase_GetTargetCandidates_Struct \ +static_assert(alignof(AITargetScoringDefinition_BlueprintBase_GetTargetCandidates_Struct) == 0x000008, "Wrong alignment on AITargetScoringDefinition_BlueprintBase_GetTargetCandidates_Struct"); \ +static_assert(sizeof(AITargetScoringDefinition_BlueprintBase_GetTargetCandidates_Struct) == 0x000018, "Wrong size on AITargetScoringDefinition_BlueprintBase_GetTargetCandidates_Struct"); \ +static_assert(offsetof(AITargetScoringDefinition_BlueprintBase_GetTargetCandidates_Struct, Controller) == 0x000000, "Member 'AITargetScoringDefinition_BlueprintBase_GetTargetCandidates_Struct::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITargetScoringDefinition_BlueprintBase_GetTargetCandidates_Struct, ReturnValue) == 0x000008, "Member 'AITargetScoringDefinition_BlueprintBase_GetTargetCandidates_Struct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITargetScoringDefinition_BlueprintBase \ +static_assert(alignof(UAITargetScoringDefinition_BlueprintBase) == 0x000008, "Wrong alignment on UAITargetScoringDefinition_BlueprintBase"); \ +static_assert(sizeof(UAITargetScoringDefinition_BlueprintBase) == 0x000028, "Wrong size on UAITargetScoringDefinition_BlueprintBase"); \ + +#define DUMPER7_ASSERTS_IntimidateNodeAsync_IntimidateNode \ +static_assert(alignof(IntimidateNodeAsync_IntimidateNode) == 0x000008, "Wrong alignment on IntimidateNodeAsync_IntimidateNode"); \ +static_assert(sizeof(IntimidateNodeAsync_IntimidateNode) == 0x000020, "Wrong size on IntimidateNodeAsync_IntimidateNode"); \ +static_assert(offsetof(IntimidateNodeAsync_IntimidateNode, InInstigator) == 0x000000, "Member 'IntimidateNodeAsync_IntimidateNode::InInstigator' has a wrong offset!"); \ +static_assert(offsetof(IntimidateNodeAsync_IntimidateNode, InTarget) == 0x000008, "Member 'IntimidateNodeAsync_IntimidateNode::InTarget' has a wrong offset!"); \ +static_assert(offsetof(IntimidateNodeAsync_IntimidateNode, InMoveSet) == 0x000010, "Member 'IntimidateNodeAsync_IntimidateNode::InMoveSet' has a wrong offset!"); \ +static_assert(offsetof(IntimidateNodeAsync_IntimidateNode, ReturnValue) == 0x000018, "Member 'IntimidateNodeAsync_IntimidateNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIntimidateNodeAsync \ +static_assert(alignof(UIntimidateNodeAsync) == 0x000008, "Wrong alignment on UIntimidateNodeAsync"); \ +static_assert(sizeof(UIntimidateNodeAsync) == 0x0000A0, "Wrong size on UIntimidateNodeAsync"); \ +static_assert(offsetof(UIntimidateNodeAsync, OnSuccess) == 0x000030, "Member 'UIntimidateNodeAsync::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UIntimidateNodeAsync, OnFail) == 0x000040, "Member 'UIntimidateNodeAsync::OnFail' has a wrong offset!"); \ +static_assert(offsetof(UIntimidateNodeAsync, OnAbort) == 0x000050, "Member 'UIntimidateNodeAsync::OnAbort' has a wrong offset!"); \ +static_assert(offsetof(UIntimidateNodeAsync, OnCompleted) == 0x000060, "Member 'UIntimidateNodeAsync::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UIntimidateNodeAsync, Instigator) == 0x000070, "Member 'UIntimidateNodeAsync::Instigator' has a wrong offset!"); \ +static_assert(offsetof(UIntimidateNodeAsync, Target) == 0x000078, "Member 'UIntimidateNodeAsync::Target' has a wrong offset!"); \ +static_assert(offsetof(UIntimidateNodeAsync, MoveSet) == 0x000080, "Member 'UIntimidateNodeAsync::MoveSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITargetScoringDefinition_DefaultMovement \ +static_assert(alignof(UAITargetScoringDefinition_DefaultMovement) == 0x000008, "Wrong alignment on UAITargetScoringDefinition_DefaultMovement"); \ +static_assert(sizeof(UAITargetScoringDefinition_DefaultMovement) == 0x000028, "Wrong size on UAITargetScoringDefinition_DefaultMovement"); \ + +#define DUMPER7_ASSERTS_UCJSettingScreen \ +static_assert(alignof(UCJSettingScreen) == 0x000008, "Wrong alignment on UCJSettingScreen"); \ +static_assert(sizeof(UCJSettingScreen) == 0x000530, "Wrong size on UCJSettingScreen"); \ +static_assert(offsetof(UCJSettingScreen, TopSettingsTabs) == 0x000500, "Member 'UCJSettingScreen::TopSettingsTabs' has a wrong offset!"); \ +static_assert(offsetof(UCJSettingScreen, BackAction) == 0x000508, "Member 'UCJSettingScreen::BackAction' has a wrong offset!"); \ +static_assert(offsetof(UCJSettingScreen, ApplyAction) == 0x000510, "Member 'UCJSettingScreen::ApplyAction' has a wrong offset!"); \ +static_assert(offsetof(UCJSettingScreen, CancelAction) == 0x000518, "Member 'UCJSettingScreen::CancelAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITargetScoringDefinition_DefaultCombat \ +static_assert(alignof(UAITargetScoringDefinition_DefaultCombat) == 0x000008, "Wrong alignment on UAITargetScoringDefinition_DefaultCombat"); \ +static_assert(sizeof(UAITargetScoringDefinition_DefaultCombat) == 0x000028, "Wrong size on UAITargetScoringDefinition_DefaultCombat"); \ + +#define DUMPER7_ASSERTS_UMeleeParryAttemptedActionType \ +static_assert(alignof(UMeleeParryAttemptedActionType) == 0x000008, "Wrong alignment on UMeleeParryAttemptedActionType"); \ +static_assert(sizeof(UMeleeParryAttemptedActionType) == 0x000030, "Wrong size on UMeleeParryAttemptedActionType"); \ + +#define DUMPER7_ASSERTS_UAITargetScoringDefinition_DefaultInteraction \ +static_assert(alignof(UAITargetScoringDefinition_DefaultInteraction) == 0x000008, "Wrong alignment on UAITargetScoringDefinition_DefaultInteraction"); \ +static_assert(sizeof(UAITargetScoringDefinition_DefaultInteraction) == 0x000028, "Wrong size on UAITargetScoringDefinition_DefaultInteraction"); \ + +#define DUMPER7_ASSERTS_CJCameraModifier_BlueprintEnterTransition \ +static_assert(alignof(CJCameraModifier_BlueprintEnterTransition) == 0x000008, "Wrong alignment on CJCameraModifier_BlueprintEnterTransition"); \ +static_assert(sizeof(CJCameraModifier_BlueprintEnterTransition) == 0x0000D0, "Wrong size on CJCameraModifier_BlueprintEnterTransition"); \ +static_assert(offsetof(CJCameraModifier_BlueprintEnterTransition, InCameraContext) == 0x000000, "Member 'CJCameraModifier_BlueprintEnterTransition::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCameraModifier_BlueprintEnterTransition, OutCameraContext) == 0x000068, "Member 'CJCameraModifier_BlueprintEnterTransition::OutCameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCameraModifier_BlueprintExitCamera \ +static_assert(alignof(CJCameraModifier_BlueprintExitCamera) == 0x000008, "Wrong alignment on CJCameraModifier_BlueprintExitCamera"); \ +static_assert(sizeof(CJCameraModifier_BlueprintExitCamera) == 0x0000D0, "Wrong size on CJCameraModifier_BlueprintExitCamera"); \ +static_assert(offsetof(CJCameraModifier_BlueprintExitCamera, InCameraContext) == 0x000000, "Member 'CJCameraModifier_BlueprintExitCamera::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCameraModifier_BlueprintExitCamera, OutCameraContext) == 0x000068, "Member 'CJCameraModifier_BlueprintExitCamera::OutCameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCameraModifier_BlueprintModifyCamera \ +static_assert(alignof(CJCameraModifier_BlueprintModifyCamera) == 0x000008, "Wrong alignment on CJCameraModifier_BlueprintModifyCamera"); \ +static_assert(sizeof(CJCameraModifier_BlueprintModifyCamera) == 0x0000D0, "Wrong size on CJCameraModifier_BlueprintModifyCamera"); \ +static_assert(offsetof(CJCameraModifier_BlueprintModifyCamera, InCameraContext) == 0x000000, "Member 'CJCameraModifier_BlueprintModifyCamera::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCameraModifier_BlueprintModifyCamera, OutCameraContext) == 0x000068, "Member 'CJCameraModifier_BlueprintModifyCamera::OutCameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCameraModifier_BlueprintProcessViewRotation \ +static_assert(alignof(CJCameraModifier_BlueprintProcessViewRotation) == 0x000008, "Wrong alignment on CJCameraModifier_BlueprintProcessViewRotation"); \ +static_assert(sizeof(CJCameraModifier_BlueprintProcessViewRotation) == 0x000130, "Wrong size on CJCameraModifier_BlueprintProcessViewRotation"); \ +static_assert(offsetof(CJCameraModifier_BlueprintProcessViewRotation, InCameraContext) == 0x000000, "Member 'CJCameraModifier_BlueprintProcessViewRotation::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCameraModifier_BlueprintProcessViewRotation, InViewRotation) == 0x000068, "Member 'CJCameraModifier_BlueprintProcessViewRotation::InViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CJCameraModifier_BlueprintProcessViewRotation, InDeltaRot) == 0x000080, "Member 'CJCameraModifier_BlueprintProcessViewRotation::InDeltaRot' has a wrong offset!"); \ +static_assert(offsetof(CJCameraModifier_BlueprintProcessViewRotation, OutCameraContext) == 0x000098, "Member 'CJCameraModifier_BlueprintProcessViewRotation::OutCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCameraModifier_BlueprintProcessViewRotation, OutViewRotation) == 0x000100, "Member 'CJCameraModifier_BlueprintProcessViewRotation::OutViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CJCameraModifier_BlueprintProcessViewRotation, OutDeltaRot) == 0x000118, "Member 'CJCameraModifier_BlueprintProcessViewRotation::OutDeltaRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCameraModifier \ +static_assert(alignof(UCJCameraModifier) == 0x000008, "Wrong alignment on UCJCameraModifier"); \ +static_assert(sizeof(UCJCameraModifier) == 0x000030, "Wrong size on UCJCameraModifier"); \ + +#define DUMPER7_ASSERTS_UCameraModifierBoomCollisionSetup \ +static_assert(alignof(UCameraModifierBoomCollisionSetup) == 0x000008, "Wrong alignment on UCameraModifierBoomCollisionSetup"); \ +static_assert(sizeof(UCameraModifierBoomCollisionSetup) == 0x000050, "Wrong size on UCameraModifierBoomCollisionSetup"); \ +static_assert(offsetof(UCameraModifierBoomCollisionSetup, bBypassModifier) == 0x000030, "Member 'UCameraModifierBoomCollisionSetup::bBypassModifier' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierBoomCollisionSetup, TargetArmLength) == 0x000034, "Member 'UCameraModifierBoomCollisionSetup::TargetArmLength' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierBoomCollisionSetup, ProbeSize) == 0x000038, "Member 'UCameraModifierBoomCollisionSetup::ProbeSize' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierBoomCollisionSetup, ProbeChannel) == 0x00003C, "Member 'UCameraModifierBoomCollisionSetup::ProbeChannel' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierBoomCollisionSetup, bDoCollisionTest) == 0x00003D, "Member 'UCameraModifierBoomCollisionSetup::bDoCollisionTest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITargetScoringDefinition_DefaultPOI \ +static_assert(alignof(UAITargetScoringDefinition_DefaultPOI) == 0x000008, "Wrong alignment on UAITargetScoringDefinition_DefaultPOI"); \ +static_assert(sizeof(UAITargetScoringDefinition_DefaultPOI) == 0x000028, "Wrong size on UAITargetScoringDefinition_DefaultPOI"); \ + +#define DUMPER7_ASSERTS_UIntimidateGrabLoop \ +static_assert(alignof(UIntimidateGrabLoop) == 0x000008, "Wrong alignment on UIntimidateGrabLoop"); \ +static_assert(sizeof(UIntimidateGrabLoop) == 0x000030, "Wrong size on UIntimidateGrabLoop"); \ + +#define DUMPER7_ASSERTS_JiraNodeAsync_SubmitJira \ +static_assert(alignof(JiraNodeAsync_SubmitJira) == 0x000008, "Wrong alignment on JiraNodeAsync_SubmitJira"); \ +static_assert(sizeof(JiraNodeAsync_SubmitJira) == 0x000048, "Wrong size on JiraNodeAsync_SubmitJira"); \ +static_assert(offsetof(JiraNodeAsync_SubmitJira, ContentString) == 0x000000, "Member 'JiraNodeAsync_SubmitJira::ContentString' has a wrong offset!"); \ +static_assert(offsetof(JiraNodeAsync_SubmitJira, BugPath) == 0x000010, "Member 'JiraNodeAsync_SubmitJira::BugPath' has a wrong offset!"); \ +static_assert(offsetof(JiraNodeAsync_SubmitJira, TextFilePath) == 0x000020, "Member 'JiraNodeAsync_SubmitJira::TextFilePath' has a wrong offset!"); \ +static_assert(offsetof(JiraNodeAsync_SubmitJira, ImageFilePath) == 0x000030, "Member 'JiraNodeAsync_SubmitJira::ImageFilePath' has a wrong offset!"); \ +static_assert(offsetof(JiraNodeAsync_SubmitJira, ReturnValue) == 0x000040, "Member 'JiraNodeAsync_SubmitJira::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJiraNodeAsync \ +static_assert(alignof(UJiraNodeAsync) == 0x000008, "Wrong alignment on UJiraNodeAsync"); \ +static_assert(sizeof(UJiraNodeAsync) == 0x000060, "Wrong size on UJiraNodeAsync"); \ +static_assert(offsetof(UJiraNodeAsync, Completed) == 0x000038, "Member 'UJiraNodeAsync::Completed' has a wrong offset!"); \ +static_assert(offsetof(UJiraNodeAsync, jiraissuenumber) == 0x000048, "Member 'UJiraNodeAsync::jiraissuenumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITargetScoringDefinition_DefaultMovementArea \ +static_assert(alignof(UAITargetScoringDefinition_DefaultMovementArea) == 0x000008, "Wrong alignment on UAITargetScoringDefinition_DefaultMovementArea"); \ +static_assert(sizeof(UAITargetScoringDefinition_DefaultMovementArea) == 0x000028, "Wrong size on UAITargetScoringDefinition_DefaultMovementArea"); \ + +#define DUMPER7_ASSERTS_UCharacterTelemetryTrackerComponent \ +static_assert(alignof(UCharacterTelemetryTrackerComponent) == 0x000008, "Wrong alignment on UCharacterTelemetryTrackerComponent"); \ +static_assert(sizeof(UCharacterTelemetryTrackerComponent) == 0x0000E8, "Wrong size on UCharacterTelemetryTrackerComponent"); \ +static_assert(offsetof(UCharacterTelemetryTrackerComponent, Character) == 0x0000D0, "Member 'UCharacterTelemetryTrackerComponent::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITargetScoringDefinition_MovementArea_SequencedSpline \ +static_assert(alignof(UAITargetScoringDefinition_MovementArea_SequencedSpline) == 0x000008, "Wrong alignment on UAITargetScoringDefinition_MovementArea_SequencedSpline"); \ +static_assert(sizeof(UAITargetScoringDefinition_MovementArea_SequencedSpline) == 0x000030, "Wrong size on UAITargetScoringDefinition_MovementArea_SequencedSpline"); \ +static_assert(offsetof(UAITargetScoringDefinition_MovementArea_SequencedSpline, bLockAcquiredTarget) == 0x000028, "Member 'UAITargetScoringDefinition_MovementArea_SequencedSpline::bLockAcquiredTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZeroHealthHandler_BP_OnDeathPrevented \ +static_assert(alignof(ZeroHealthHandler_BP_OnDeathPrevented) == 0x000008, "Wrong alignment on ZeroHealthHandler_BP_OnDeathPrevented"); \ +static_assert(sizeof(ZeroHealthHandler_BP_OnDeathPrevented) == 0x000008, "Wrong size on ZeroHealthHandler_BP_OnDeathPrevented"); \ +static_assert(offsetof(ZeroHealthHandler_BP_OnDeathPrevented, DamageType) == 0x000000, "Member 'ZeroHealthHandler_BP_OnDeathPrevented::DamageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZeroHealthHandler_BP_ShouldPreventDeath \ +static_assert(alignof(ZeroHealthHandler_BP_ShouldPreventDeath) == 0x000008, "Wrong alignment on ZeroHealthHandler_BP_ShouldPreventDeath"); \ +static_assert(sizeof(ZeroHealthHandler_BP_ShouldPreventDeath) == 0x000010, "Wrong size on ZeroHealthHandler_BP_ShouldPreventDeath"); \ +static_assert(offsetof(ZeroHealthHandler_BP_ShouldPreventDeath, DamageType) == 0x000000, "Member 'ZeroHealthHandler_BP_ShouldPreventDeath::DamageType' has a wrong offset!"); \ +static_assert(offsetof(ZeroHealthHandler_BP_ShouldPreventDeath, ReturnValue) == 0x000008, "Member 'ZeroHealthHandler_BP_ShouldPreventDeath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IZeroHealthHandler \ +static_assert(alignof(IZeroHealthHandler) == 0x000001, "Wrong alignment on IZeroHealthHandler"); \ +static_assert(sizeof(IZeroHealthHandler) == 0x000001, "Wrong size on IZeroHealthHandler"); \ + +#define DUMPER7_ASSERTS_MusicControlSubsystem_GetMusicControlActor \ +static_assert(alignof(MusicControlSubsystem_GetMusicControlActor) == 0x000008, "Wrong alignment on MusicControlSubsystem_GetMusicControlActor"); \ +static_assert(sizeof(MusicControlSubsystem_GetMusicControlActor) == 0x000010, "Wrong size on MusicControlSubsystem_GetMusicControlActor"); \ +static_assert(offsetof(MusicControlSubsystem_GetMusicControlActor, WorldContextObject) == 0x000000, "Member 'MusicControlSubsystem_GetMusicControlActor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MusicControlSubsystem_GetMusicControlActor, ReturnValue) == 0x000008, "Member 'MusicControlSubsystem_GetMusicControlActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MusicControlSubsystem_GetMusicControlLSAKComponent \ +static_assert(alignof(MusicControlSubsystem_GetMusicControlLSAKComponent) == 0x000008, "Wrong alignment on MusicControlSubsystem_GetMusicControlLSAKComponent"); \ +static_assert(sizeof(MusicControlSubsystem_GetMusicControlLSAKComponent) == 0x000010, "Wrong size on MusicControlSubsystem_GetMusicControlLSAKComponent"); \ +static_assert(offsetof(MusicControlSubsystem_GetMusicControlLSAKComponent, WorldContextObject) == 0x000000, "Member 'MusicControlSubsystem_GetMusicControlLSAKComponent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MusicControlSubsystem_GetMusicControlLSAKComponent, ReturnValue) == 0x000008, "Member 'MusicControlSubsystem_GetMusicControlLSAKComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MusicControlSubsystem_SetMusicState \ +static_assert(alignof(MusicControlSubsystem_SetMusicState) == 0x000008, "Wrong alignment on MusicControlSubsystem_SetMusicState"); \ +static_assert(sizeof(MusicControlSubsystem_SetMusicState) == 0x000018, "Wrong size on MusicControlSubsystem_SetMusicState"); \ +static_assert(offsetof(MusicControlSubsystem_SetMusicState, StateValue) == 0x000000, "Member 'MusicControlSubsystem_SetMusicState::StateValue' has a wrong offset!"); \ +static_assert(offsetof(MusicControlSubsystem_SetMusicState, WorldContextObject) == 0x000008, "Member 'MusicControlSubsystem_SetMusicState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MusicControlSubsystem_SetMusicState, VoiceVolume) == 0x000010, "Member 'MusicControlSubsystem_SetMusicState::VoiceVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MusicControlSubsystem_SetMusicStateFromBehavior \ +static_assert(alignof(MusicControlSubsystem_SetMusicStateFromBehavior) == 0x000008, "Wrong alignment on MusicControlSubsystem_SetMusicStateFromBehavior"); \ +static_assert(sizeof(MusicControlSubsystem_SetMusicStateFromBehavior) == 0x000018, "Wrong size on MusicControlSubsystem_SetMusicStateFromBehavior"); \ +static_assert(offsetof(MusicControlSubsystem_SetMusicStateFromBehavior, MusicStateBehavior) == 0x000000, "Member 'MusicControlSubsystem_SetMusicStateFromBehavior::MusicStateBehavior' has a wrong offset!"); \ +static_assert(offsetof(MusicControlSubsystem_SetMusicStateFromBehavior, WorldContextObject) == 0x000008, "Member 'MusicControlSubsystem_SetMusicStateFromBehavior::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MusicControlSubsystem_SetMusicStateFromBehavior, StatesToSet) == 0x000010, "Member 'MusicControlSubsystem_SetMusicStateFromBehavior::StatesToSet' has a wrong offset!"); \ +static_assert(offsetof(MusicControlSubsystem_SetMusicStateFromBehavior, VoiceVolume) == 0x000014, "Member 'MusicControlSubsystem_SetMusicStateFromBehavior::VoiceVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MusicControlSubsystem_SetMusicStatesFromDataVolumeList \ +static_assert(alignof(MusicControlSubsystem_SetMusicStatesFromDataVolumeList) == 0x000008, "Wrong alignment on MusicControlSubsystem_SetMusicStatesFromDataVolumeList"); \ +static_assert(sizeof(MusicControlSubsystem_SetMusicStatesFromDataVolumeList) == 0x000018, "Wrong size on MusicControlSubsystem_SetMusicStatesFromDataVolumeList"); \ +static_assert(offsetof(MusicControlSubsystem_SetMusicStatesFromDataVolumeList, List) == 0x000000, "Member 'MusicControlSubsystem_SetMusicStatesFromDataVolumeList::List' has a wrong offset!"); \ +static_assert(offsetof(MusicControlSubsystem_SetMusicStatesFromDataVolumeList, WorldContextObject) == 0x000008, "Member 'MusicControlSubsystem_SetMusicStatesFromDataVolumeList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MusicControlSubsystem_SetMusicStatesFromDataVolumeList, VoiceVolume) == 0x000010, "Member 'MusicControlSubsystem_SetMusicStatesFromDataVolumeList::VoiceVolume' has a wrong offset!"); \ +static_assert(offsetof(MusicControlSubsystem_SetMusicStatesFromDataVolumeList, StatesToSet) == 0x000014, "Member 'MusicControlSubsystem_SetMusicStatesFromDataVolumeList::StatesToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MusicControlSubsystem_OnMusicControlAssetsLoaded \ +static_assert(alignof(MusicControlSubsystem_OnMusicControlAssetsLoaded) == 0x000008, "Wrong alignment on MusicControlSubsystem_OnMusicControlAssetsLoaded"); \ +static_assert(sizeof(MusicControlSubsystem_OnMusicControlAssetsLoaded) == 0x000010, "Wrong size on MusicControlSubsystem_OnMusicControlAssetsLoaded"); \ +static_assert(offsetof(MusicControlSubsystem_OnMusicControlAssetsLoaded, Assets) == 0x000000, "Member 'MusicControlSubsystem_OnMusicControlAssetsLoaded::Assets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMusicControlSubsystem \ +static_assert(alignof(UMusicControlSubsystem) == 0x000008, "Wrong alignment on UMusicControlSubsystem"); \ +static_assert(sizeof(UMusicControlSubsystem) == 0x000080, "Wrong size on UMusicControlSubsystem"); \ +static_assert(offsetof(UMusicControlSubsystem, MusicControlActor) == 0x000058, "Member 'UMusicControlSubsystem::MusicControlActor' has a wrong offset!"); \ +static_assert(offsetof(UMusicControlSubsystem, MusicControlActorEmitter) == 0x000060, "Member 'UMusicControlSubsystem::MusicControlActorEmitter' has a wrong offset!"); \ +static_assert(offsetof(UMusicControlSubsystem, MusicControlBlueprintClass) == 0x000068, "Member 'UMusicControlSubsystem::MusicControlBlueprintClass' has a wrong offset!"); \ +static_assert(offsetof(UMusicControlSubsystem, MusicVoiceVolumeRtpc) == 0x000070, "Member 'UMusicControlSubsystem::MusicVoiceVolumeRtpc' has a wrong offset!"); \ +static_assert(offsetof(UMusicControlSubsystem, MusicPlayEvent) == 0x000078, "Member 'UMusicControlSubsystem::MusicPlayEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AITaskHelperBlueprintLibrary_IsTaskFinished \ +static_assert(alignof(AITaskHelperBlueprintLibrary_IsTaskFinished) == 0x000008, "Wrong alignment on AITaskHelperBlueprintLibrary_IsTaskFinished"); \ +static_assert(sizeof(AITaskHelperBlueprintLibrary_IsTaskFinished) == 0x000010, "Wrong size on AITaskHelperBlueprintLibrary_IsTaskFinished"); \ +static_assert(offsetof(AITaskHelperBlueprintLibrary_IsTaskFinished, AITask) == 0x000000, "Member 'AITaskHelperBlueprintLibrary_IsTaskFinished::AITask' has a wrong offset!"); \ +static_assert(offsetof(AITaskHelperBlueprintLibrary_IsTaskFinished, ReturnValue) == 0x000008, "Member 'AITaskHelperBlueprintLibrary_IsTaskFinished::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITaskHelperBlueprintLibrary \ +static_assert(alignof(UAITaskHelperBlueprintLibrary) == 0x000008, "Wrong alignment on UAITaskHelperBlueprintLibrary"); \ +static_assert(sizeof(UAITaskHelperBlueprintLibrary) == 0x000028, "Wrong size on UAITaskHelperBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_AITask_UseSmartObjectContextual_UseClaimedSmartObject \ +static_assert(alignof(AITask_UseSmartObjectContextual_UseClaimedSmartObject) == 0x000008, "Wrong alignment on AITask_UseSmartObjectContextual_UseClaimedSmartObject"); \ +static_assert(sizeof(AITask_UseSmartObjectContextual_UseClaimedSmartObject) == 0x000040, "Wrong size on AITask_UseSmartObjectContextual_UseClaimedSmartObject"); \ +static_assert(offsetof(AITask_UseSmartObjectContextual_UseClaimedSmartObject, Controller) == 0x000000, "Member 'AITask_UseSmartObjectContextual_UseClaimedSmartObject::Controller' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseSmartObjectContextual_UseClaimedSmartObject, ClaimHandle) == 0x000008, "Member 'AITask_UseSmartObjectContextual_UseClaimedSmartObject::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseSmartObjectContextual_UseClaimedSmartObject, bLockAILogic) == 0x000030, "Member 'AITask_UseSmartObjectContextual_UseClaimedSmartObject::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(AITask_UseSmartObjectContextual_UseClaimedSmartObject, ReturnValue) == 0x000038, "Member 'AITask_UseSmartObjectContextual_UseClaimedSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITask_UseSmartObjectContextual \ +static_assert(alignof(UAITask_UseSmartObjectContextual) == 0x000010, "Wrong alignment on UAITask_UseSmartObjectContextual"); \ +static_assert(sizeof(UAITask_UseSmartObjectContextual) == 0x000140, "Wrong size on UAITask_UseSmartObjectContextual"); \ +static_assert(offsetof(UAITask_UseSmartObjectContextual, OnFinished) == 0x000080, "Member 'UAITask_UseSmartObjectContextual::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UAITask_UseSmartObjectContextual, MoveToTask) == 0x000090, "Member 'UAITask_UseSmartObjectContextual::MoveToTask' has a wrong offset!"); \ +static_assert(offsetof(UAITask_UseSmartObjectContextual, GameplayBehavior) == 0x000098, "Member 'UAITask_UseSmartObjectContextual::GameplayBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoonLightComponent \ +static_assert(alignof(UMoonLightComponent) == 0x000010, "Wrong alignment on UMoonLightComponent"); \ +static_assert(sizeof(UMoonLightComponent) == 0x000490, "Wrong size on UMoonLightComponent"); \ + +#define DUMPER7_ASSERTS_AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams \ +static_assert(alignof(AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams) == 0x000001, "Wrong alignment on AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams"); \ +static_assert(sizeof(AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams) == 0x000004, "Wrong size on AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams"); \ +static_assert(offsetof(AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams, First) == 0x000000, "Member 'AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams::First' has a wrong offset!"); \ +static_assert(offsetof(AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams, Second) == 0x000001, "Member 'AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams::Second' has a wrong offset!"); \ +static_assert(offsetof(AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams, NewAttitude) == 0x000002, "Member 'AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams::NewAttitude' has a wrong offset!"); \ +static_assert(offsetof(AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams, ReturnValue) == 0x000003, "Member 'AITeamAttitudeBlueprintLibrary_SetTeamAttitudeBetweenTeams::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAITeamAttitudeBlueprintLibrary \ +static_assert(alignof(UAITeamAttitudeBlueprintLibrary) == 0x000008, "Wrong alignment on UAITeamAttitudeBlueprintLibrary"); \ +static_assert(sizeof(UAITeamAttitudeBlueprintLibrary) == 0x000028, "Wrong size on UAITeamAttitudeBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_CJDataVolumeBehavior_BlueprintActorApproachingVolume \ +static_assert(alignof(CJDataVolumeBehavior_BlueprintActorApproachingVolume) == 0x000008, "Wrong alignment on CJDataVolumeBehavior_BlueprintActorApproachingVolume"); \ +static_assert(sizeof(CJDataVolumeBehavior_BlueprintActorApproachingVolume) == 0x000028, "Wrong size on CJDataVolumeBehavior_BlueprintActorApproachingVolume"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorApproachingVolume, Other) == 0x000000, "Member 'CJDataVolumeBehavior_BlueprintActorApproachingVolume::Other' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorApproachingVolume, Owner) == 0x000008, "Member 'CJDataVolumeBehavior_BlueprintActorApproachingVolume::Owner' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorApproachingVolume, ApproachVelocity) == 0x000010, "Member 'CJDataVolumeBehavior_BlueprintActorApproachingVolume::ApproachVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolumeBehavior_BlueprintActorEnteredVolume \ +static_assert(alignof(CJDataVolumeBehavior_BlueprintActorEnteredVolume) == 0x000008, "Wrong alignment on CJDataVolumeBehavior_BlueprintActorEnteredVolume"); \ +static_assert(sizeof(CJDataVolumeBehavior_BlueprintActorEnteredVolume) == 0x000010, "Wrong size on CJDataVolumeBehavior_BlueprintActorEnteredVolume"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorEnteredVolume, Other) == 0x000000, "Member 'CJDataVolumeBehavior_BlueprintActorEnteredVolume::Other' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorEnteredVolume, Owner) == 0x000008, "Member 'CJDataVolumeBehavior_BlueprintActorEnteredVolume::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolumeBehavior_BlueprintActorExitedVolume \ +static_assert(alignof(CJDataVolumeBehavior_BlueprintActorExitedVolume) == 0x000008, "Wrong alignment on CJDataVolumeBehavior_BlueprintActorExitedVolume"); \ +static_assert(sizeof(CJDataVolumeBehavior_BlueprintActorExitedVolume) == 0x000010, "Wrong size on CJDataVolumeBehavior_BlueprintActorExitedVolume"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorExitedVolume, Other) == 0x000000, "Member 'CJDataVolumeBehavior_BlueprintActorExitedVolume::Other' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorExitedVolume, Owner) == 0x000008, "Member 'CJDataVolumeBehavior_BlueprintActorExitedVolume::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolumeBehavior_BlueprintActorLeavingVolume \ +static_assert(alignof(CJDataVolumeBehavior_BlueprintActorLeavingVolume) == 0x000008, "Wrong alignment on CJDataVolumeBehavior_BlueprintActorLeavingVolume"); \ +static_assert(sizeof(CJDataVolumeBehavior_BlueprintActorLeavingVolume) == 0x000028, "Wrong size on CJDataVolumeBehavior_BlueprintActorLeavingVolume"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorLeavingVolume, Other) == 0x000000, "Member 'CJDataVolumeBehavior_BlueprintActorLeavingVolume::Other' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorLeavingVolume, Owner) == 0x000008, "Member 'CJDataVolumeBehavior_BlueprintActorLeavingVolume::Owner' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorLeavingVolume, DepartureVelocity) == 0x000010, "Member 'CJDataVolumeBehavior_BlueprintActorLeavingVolume::DepartureVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolumeBehavior_BlueprintActorMovingFurtherIntoVolume \ +static_assert(alignof(CJDataVolumeBehavior_BlueprintActorMovingFurtherIntoVolume) == 0x000008, "Wrong alignment on CJDataVolumeBehavior_BlueprintActorMovingFurtherIntoVolume"); \ +static_assert(sizeof(CJDataVolumeBehavior_BlueprintActorMovingFurtherIntoVolume) == 0x000028, "Wrong size on CJDataVolumeBehavior_BlueprintActorMovingFurtherIntoVolume"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorMovingFurtherIntoVolume, Other) == 0x000000, "Member 'CJDataVolumeBehavior_BlueprintActorMovingFurtherIntoVolume::Other' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorMovingFurtherIntoVolume, Owner) == 0x000008, "Member 'CJDataVolumeBehavior_BlueprintActorMovingFurtherIntoVolume::Owner' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorMovingFurtherIntoVolume, ApproachVelocity) == 0x000010, "Member 'CJDataVolumeBehavior_BlueprintActorMovingFurtherIntoVolume::ApproachVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolumeBehavior_BlueprintActorWithdrawingFromVolume \ +static_assert(alignof(CJDataVolumeBehavior_BlueprintActorWithdrawingFromVolume) == 0x000008, "Wrong alignment on CJDataVolumeBehavior_BlueprintActorWithdrawingFromVolume"); \ +static_assert(sizeof(CJDataVolumeBehavior_BlueprintActorWithdrawingFromVolume) == 0x000028, "Wrong size on CJDataVolumeBehavior_BlueprintActorWithdrawingFromVolume"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorWithdrawingFromVolume, Other) == 0x000000, "Member 'CJDataVolumeBehavior_BlueprintActorWithdrawingFromVolume::Other' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorWithdrawingFromVolume, Owner) == 0x000008, "Member 'CJDataVolumeBehavior_BlueprintActorWithdrawingFromVolume::Owner' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintActorWithdrawingFromVolume, DepartureVelocity) == 0x000010, "Member 'CJDataVolumeBehavior_BlueprintActorWithdrawingFromVolume::DepartureVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolumeBehavior_BlueprintBeginPlay \ +static_assert(alignof(CJDataVolumeBehavior_BlueprintBeginPlay) == 0x000008, "Wrong alignment on CJDataVolumeBehavior_BlueprintBeginPlay"); \ +static_assert(sizeof(CJDataVolumeBehavior_BlueprintBeginPlay) == 0x000008, "Wrong size on CJDataVolumeBehavior_BlueprintBeginPlay"); \ +static_assert(offsetof(CJDataVolumeBehavior_BlueprintBeginPlay, Owner) == 0x000000, "Member 'CJDataVolumeBehavior_BlueprintBeginPlay::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJDataVolumeBehavior \ +static_assert(alignof(UCJDataVolumeBehavior) == 0x000008, "Wrong alignment on UCJDataVolumeBehavior"); \ +static_assert(sizeof(UCJDataVolumeBehavior) == 0x000030, "Wrong size on UCJDataVolumeBehavior"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorLookAtNamedLocation \ +static_assert(alignof(UDataVolumeBehaviorLookAtNamedLocation) == 0x000008, "Wrong alignment on UDataVolumeBehaviorLookAtNamedLocation"); \ +static_assert(sizeof(UDataVolumeBehaviorLookAtNamedLocation) == 0x000030, "Wrong size on UDataVolumeBehaviorLookAtNamedLocation"); \ + +#define DUMPER7_ASSERTS_UAITeamAttitudeConfig \ +static_assert(alignof(UAITeamAttitudeConfig) == 0x000008, "Wrong alignment on UAITeamAttitudeConfig"); \ +static_assert(sizeof(UAITeamAttitudeConfig) == 0x000048, "Wrong size on UAITeamAttitudeConfig"); \ +static_assert(offsetof(UAITeamAttitudeConfig, TeamAttitudeContainers) == 0x000038, "Member 'UAITeamAttitudeConfig::TeamAttitudeContainers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeWeaponThrowActionType \ +static_assert(alignof(UMeleeWeaponThrowActionType) == 0x000008, "Wrong alignment on UMeleeWeaponThrowActionType"); \ +static_assert(sizeof(UMeleeWeaponThrowActionType) == 0x000030, "Wrong size on UMeleeWeaponThrowActionType"); \ + +#define DUMPER7_ASSERTS_UAkComponentProxy \ +static_assert(alignof(UAkComponentProxy) == 0x000010, "Wrong alignment on UAkComponentProxy"); \ +static_assert(sizeof(UAkComponentProxy) == 0x000260, "Wrong size on UAkComponentProxy"); \ +static_assert(offsetof(UAkComponentProxy, AkAudioComponent) == 0x000250, "Member 'UAkComponentProxy::AkAudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAmbientRoadGraphAsset \ +static_assert(alignof(UAmbientRoadGraphAsset) == 0x000008, "Wrong alignment on UAmbientRoadGraphAsset"); \ +static_assert(sizeof(UAmbientRoadGraphAsset) == 0x000060, "Wrong size on UAmbientRoadGraphAsset"); \ +static_assert(offsetof(UAmbientRoadGraphAsset, PlayRoadGraphBlendEvent) == 0x000030, "Member 'UAmbientRoadGraphAsset::PlayRoadGraphBlendEvent' has a wrong offset!"); \ +static_assert(offsetof(UAmbientRoadGraphAsset, StopRoadGraphBlendEvent) == 0x000038, "Member 'UAmbientRoadGraphAsset::StopRoadGraphBlendEvent' has a wrong offset!"); \ +static_assert(offsetof(UAmbientRoadGraphAsset, SwitchValueLowDensity) == 0x000040, "Member 'UAmbientRoadGraphAsset::SwitchValueLowDensity' has a wrong offset!"); \ +static_assert(offsetof(UAmbientRoadGraphAsset, SwitchValueMediumDensity) == 0x000048, "Member 'UAmbientRoadGraphAsset::SwitchValueMediumDensity' has a wrong offset!"); \ +static_assert(offsetof(UAmbientRoadGraphAsset, SwitchValueHighDensity) == 0x000050, "Member 'UAmbientRoadGraphAsset::SwitchValueHighDensity' has a wrong offset!"); \ +static_assert(offsetof(UAmbientRoadGraphAsset, SwitchValueMaxDensity) == 0x000058, "Member 'UAmbientRoadGraphAsset::SwitchValueMaxDensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionGate_CheckGateAgainstNewAction \ +static_assert(alignof(CharacterActionGate_CheckGateAgainstNewAction) == 0x000008, "Wrong alignment on CharacterActionGate_CheckGateAgainstNewAction"); \ +static_assert(sizeof(CharacterActionGate_CheckGateAgainstNewAction) == 0x000060, "Wrong size on CharacterActionGate_CheckGateAgainstNewAction"); \ +static_assert(offsetof(CharacterActionGate_CheckGateAgainstNewAction, InContext) == 0x000000, "Member 'CharacterActionGate_CheckGateAgainstNewAction::InContext' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionGate_CheckGateAgainstNewAction, OutFailureReasonResults) == 0x000018, "Member 'CharacterActionGate_CheckGateAgainstNewAction::OutFailureReasonResults' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionGate_CheckGateAgainstNewAction, OutSuccessResponse) == 0x000028, "Member 'CharacterActionGate_CheckGateAgainstNewAction::OutSuccessResponse' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionGate_CheckGateAgainstNewAction, ReturnValue) == 0x000058, "Member 'CharacterActionGate_CheckGateAgainstNewAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionGate_EvaluateSelf \ +static_assert(alignof(CharacterActionGate_EvaluateSelf) == 0x000008, "Wrong alignment on CharacterActionGate_EvaluateSelf"); \ +static_assert(sizeof(CharacterActionGate_EvaluateSelf) == 0x000038, "Wrong size on CharacterActionGate_EvaluateSelf"); \ +static_assert(offsetof(CharacterActionGate_EvaluateSelf, NewActionInstigator) == 0x000000, "Member 'CharacterActionGate_EvaluateSelf::NewActionInstigator' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionGate_EvaluateSelf, NewActionRequestID) == 0x000008, "Member 'CharacterActionGate_EvaluateSelf::NewActionRequestID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionGate_EvaluateSelf, OutFailureReasonResults) == 0x000010, "Member 'CharacterActionGate_EvaluateSelf::OutFailureReasonResults' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionGate_EvaluateSelf, OutSuccessResponses) == 0x000020, "Member 'CharacterActionGate_EvaluateSelf::OutSuccessResponses' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionGate_EvaluateSelf, ReturnValue) == 0x000030, "Member 'CharacterActionGate_EvaluateSelf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionGate_ShouldCheckGate \ +static_assert(alignof(CharacterActionGate_ShouldCheckGate) == 0x000008, "Wrong alignment on CharacterActionGate_ShouldCheckGate"); \ +static_assert(sizeof(CharacterActionGate_ShouldCheckGate) == 0x000020, "Wrong size on CharacterActionGate_ShouldCheckGate"); \ +static_assert(offsetof(CharacterActionGate_ShouldCheckGate, InContext) == 0x000000, "Member 'CharacterActionGate_ShouldCheckGate::InContext' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionGate_ShouldCheckGate, ReturnValue) == 0x000018, "Member 'CharacterActionGate_ShouldCheckGate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterActionGate \ +static_assert(alignof(UCharacterActionGate) == 0x000008, "Wrong alignment on UCharacterActionGate"); \ +static_assert(sizeof(UCharacterActionGate) == 0x000028, "Wrong size on UCharacterActionGate"); \ + +#define DUMPER7_ASSERTS_UMoveShapeActionGate \ +static_assert(alignof(UMoveShapeActionGate) == 0x000008, "Wrong alignment on UMoveShapeActionGate"); \ +static_assert(sizeof(UMoveShapeActionGate) == 0x000038, "Wrong size on UMoveShapeActionGate"); \ +static_assert(offsetof(UMoveShapeActionGate, IgnoreIfFlagRaised) == 0x000028, "Member 'UMoveShapeActionGate::IgnoreIfFlagRaised' has a wrong offset!"); \ +static_assert(offsetof(UMoveShapeActionGate, MoveShape) == 0x000030, "Member 'UMoveShapeActionGate::MoveShape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAmbientRoadGraphSubsystem \ +static_assert(alignof(UAmbientRoadGraphSubsystem) == 0x000008, "Wrong alignment on UAmbientRoadGraphSubsystem"); \ +static_assert(sizeof(UAmbientRoadGraphSubsystem) == 0x0000F8, "Wrong size on UAmbientRoadGraphSubsystem"); \ +static_assert(offsetof(UAmbientRoadGraphSubsystem, GameSyncs) == 0x000068, "Member 'UAmbientRoadGraphSubsystem::GameSyncs' has a wrong offset!"); \ +static_assert(offsetof(UAmbientRoadGraphSubsystem, AudioSettings) == 0x000070, "Member 'UAmbientRoadGraphSubsystem::AudioSettings' has a wrong offset!"); \ +static_assert(offsetof(UAmbientRoadGraphSubsystem, ZoneIndexToEmitterMap) == 0x000088, "Member 'UAmbientRoadGraphSubsystem::ZoneIndexToEmitterMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleVariationComponent_SetColorIndex \ +static_assert(alignof(VehicleVariationComponent_SetColorIndex) == 0x000004, "Wrong alignment on VehicleVariationComponent_SetColorIndex"); \ +static_assert(sizeof(VehicleVariationComponent_SetColorIndex) == 0x000004, "Wrong size on VehicleVariationComponent_SetColorIndex"); \ +static_assert(offsetof(VehicleVariationComponent_SetColorIndex, ColorIndex) == 0x000000, "Member 'VehicleVariationComponent_SetColorIndex::ColorIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleVariationComponent_GetAmountOfColors \ +static_assert(alignof(VehicleVariationComponent_GetAmountOfColors) == 0x000004, "Wrong alignment on VehicleVariationComponent_GetAmountOfColors"); \ +static_assert(sizeof(VehicleVariationComponent_GetAmountOfColors) == 0x000004, "Wrong size on VehicleVariationComponent_GetAmountOfColors"); \ +static_assert(offsetof(VehicleVariationComponent_GetAmountOfColors, ReturnValue) == 0x000000, "Member 'VehicleVariationComponent_GetAmountOfColors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleVariationComponent_GetColorIndex \ +static_assert(alignof(VehicleVariationComponent_GetColorIndex) == 0x000004, "Wrong alignment on VehicleVariationComponent_GetColorIndex"); \ +static_assert(sizeof(VehicleVariationComponent_GetColorIndex) == 0x000004, "Wrong size on VehicleVariationComponent_GetColorIndex"); \ +static_assert(offsetof(VehicleVariationComponent_GetColorIndex, ReturnValue) == 0x000000, "Member 'VehicleVariationComponent_GetColorIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleVariationComponent \ +static_assert(alignof(UVehicleVariationComponent) == 0x000008, "Wrong alignment on UVehicleVariationComponent"); \ +static_assert(sizeof(UVehicleVariationComponent) == 0x000190, "Wrong size on UVehicleVariationComponent"); \ +static_assert(offsetof(UVehicleVariationComponent, Colors) == 0x0000C0, "Member 'UVehicleVariationComponent::Colors' has a wrong offset!"); \ +static_assert(offsetof(UVehicleVariationComponent, RandomizationInterval) == 0x0000D0, "Member 'UVehicleVariationComponent::RandomizationInterval' has a wrong offset!"); \ +static_assert(offsetof(UVehicleVariationComponent, Age) == 0x0000D8, "Member 'UVehicleVariationComponent::Age' has a wrong offset!"); \ +static_assert(offsetof(UVehicleVariationComponent, AgeRandomizationInterval) == 0x0000DC, "Member 'UVehicleVariationComponent::AgeRandomizationInterval' has a wrong offset!"); \ +static_assert(offsetof(UVehicleVariationComponent, AmountDirt) == 0x0000E4, "Member 'UVehicleVariationComponent::AmountDirt' has a wrong offset!"); \ +static_assert(offsetof(UVehicleVariationComponent, LicensePlate) == 0x0000E8, "Member 'UVehicleVariationComponent::LicensePlate' has a wrong offset!"); \ +static_assert(offsetof(UVehicleVariationComponent, AmountDirtRandomizationInterval) == 0x0000EC, "Member 'UVehicleVariationComponent::AmountDirtRandomizationInterval' has a wrong offset!"); \ +static_assert(offsetof(UVehicleVariationComponent, ActiveOverrideDataAsset) == 0x0000F8, "Member 'UVehicleVariationComponent::ActiveOverrideDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleVariationComponent, RestoreMaterialOverrides) == 0x000140, "Member 'UVehicleVariationComponent::RestoreMaterialOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAndActionCondition \ +static_assert(alignof(UAndActionCondition) == 0x000008, "Wrong alignment on UAndActionCondition"); \ +static_assert(sizeof(UAndActionCondition) == 0x000038, "Wrong size on UAndActionCondition"); \ +static_assert(offsetof(UAndActionCondition, Conditions) == 0x000028, "Member 'UAndActionCondition::Conditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryItemPickup_OnValueUpdatedCallback \ +static_assert(alignof(InventoryItemPickup_OnValueUpdatedCallback) == 0x000008, "Wrong alignment on InventoryItemPickup_OnValueUpdatedCallback"); \ +static_assert(sizeof(InventoryItemPickup_OnValueUpdatedCallback) == 0x000028, "Wrong size on InventoryItemPickup_OnValueUpdatedCallback"); \ +static_assert(offsetof(InventoryItemPickup_OnValueUpdatedCallback, WorldStateInfo) == 0x000000, "Member 'InventoryItemPickup_OnValueUpdatedCallback::WorldStateInfo' has a wrong offset!"); \ +static_assert(offsetof(InventoryItemPickup_OnValueUpdatedCallback, ID) == 0x000008, "Member 'InventoryItemPickup_OnValueUpdatedCallback::ID' has a wrong offset!"); \ +static_assert(offsetof(InventoryItemPickup_OnValueUpdatedCallback, NewValue) == 0x000020, "Member 'InventoryItemPickup_OnValueUpdatedCallback::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryItemPickup_Pickup \ +static_assert(alignof(InventoryItemPickup_Pickup) == 0x000008, "Wrong alignment on InventoryItemPickup_Pickup"); \ +static_assert(sizeof(InventoryItemPickup_Pickup) == 0x000008, "Wrong size on InventoryItemPickup_Pickup"); \ +static_assert(offsetof(InventoryItemPickup_Pickup, Character) == 0x000000, "Member 'InventoryItemPickup_Pickup::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryItemPickup_SetItem \ +static_assert(alignof(InventoryItemPickup_SetItem) == 0x000008, "Wrong alignment on InventoryItemPickup_SetItem"); \ +static_assert(sizeof(InventoryItemPickup_SetItem) == 0x000028, "Wrong size on InventoryItemPickup_SetItem"); \ +static_assert(offsetof(InventoryItemPickup_SetItem, InItem) == 0x000000, "Member 'InventoryItemPickup_SetItem::InItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInventoryItemPickup \ +static_assert(alignof(AInventoryItemPickup) == 0x000008, "Wrong alignment on AInventoryItemPickup"); \ +static_assert(sizeof(AInventoryItemPickup) == 0x0003E0, "Wrong size on AInventoryItemPickup"); \ +static_assert(offsetof(AInventoryItemPickup, OnItemPickedUp) == 0x0002D8, "Member 'AInventoryItemPickup::OnItemPickedUp' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickup, Item) == 0x0002E8, "Member 'AInventoryItemPickup::Item' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickup, Amount) == 0x000310, "Member 'AInventoryItemPickup::Amount' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickup, SimulatePhysics) == 0x000314, "Member 'AInventoryItemPickup::SimulatePhysics' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickup, bUsedWithAction) == 0x000315, "Member 'AInventoryItemPickup::bUsedWithAction' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickup, DropVelocity) == 0x000318, "Member 'AInventoryItemPickup::DropVelocity' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickup, DropRotation) == 0x000330, "Member 'AInventoryItemPickup::DropRotation' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickup, StaticMeshComponent) == 0x000348, "Member 'AInventoryItemPickup::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickup, InteractionComponent) == 0x000350, "Member 'AInventoryItemPickup::InteractionComponent' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickup, PickupAudioEvent) == 0x000358, "Member 'AInventoryItemPickup::PickupAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickup, StateInfo) == 0x0003A0, "Member 'AInventoryItemPickup::StateInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionalViewInfo_SetValue \ +static_assert(alignof(OptionalViewInfo_SetValue) == 0x000010, "Wrong alignment on OptionalViewInfo_SetValue"); \ +static_assert(sizeof(OptionalViewInfo_SetValue) == 0x0008D0, "Wrong size on OptionalViewInfo_SetValue"); \ +static_assert(offsetof(OptionalViewInfo_SetValue, NewValue) == 0x000000, "Member 'OptionalViewInfo_SetValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionalViewInfo_GetValue \ +static_assert(alignof(OptionalViewInfo_GetValue) == 0x000010, "Wrong alignment on OptionalViewInfo_GetValue"); \ +static_assert(sizeof(OptionalViewInfo_GetValue) == 0x0008D0, "Wrong size on OptionalViewInfo_GetValue"); \ +static_assert(offsetof(OptionalViewInfo_GetValue, ReturnValue) == 0x000000, "Member 'OptionalViewInfo_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptionalViewInfo_IsSet \ +static_assert(alignof(OptionalViewInfo_IsSet) == 0x000001, "Wrong alignment on OptionalViewInfo_IsSet"); \ +static_assert(sizeof(OptionalViewInfo_IsSet) == 0x000001, "Wrong size on OptionalViewInfo_IsSet"); \ +static_assert(offsetof(OptionalViewInfo_IsSet, ReturnValue) == 0x000000, "Member 'OptionalViewInfo_IsSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptionalViewInfo \ +static_assert(alignof(UOptionalViewInfo) == 0x000008, "Wrong alignment on UOptionalViewInfo"); \ +static_assert(sizeof(UOptionalViewInfo) == 0x000910, "Wrong size on UOptionalViewInfo"); \ + +#define DUMPER7_ASSERTS_UAnimationWarpPointTransformer \ +static_assert(alignof(UAnimationWarpPointTransformer) == 0x000008, "Wrong alignment on UAnimationWarpPointTransformer"); \ +static_assert(sizeof(UAnimationWarpPointTransformer) == 0x000028, "Wrong size on UAnimationWarpPointTransformer"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyAnimationPlayRateDilation \ +static_assert(alignof(UAnimNotifyAnimationPlayRateDilation) == 0x000008, "Wrong alignment on UAnimNotifyAnimationPlayRateDilation"); \ +static_assert(sizeof(UAnimNotifyAnimationPlayRateDilation) == 0x000040, "Wrong size on UAnimNotifyAnimationPlayRateDilation"); \ +static_assert(offsetof(UAnimNotifyAnimationPlayRateDilation, Dilator) == 0x000038, "Member 'UAnimNotifyAnimationPlayRateDilation::Dilator' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyAnimationPlayRateDilation, Time) == 0x00003C, "Member 'UAnimNotifyAnimationPlayRateDilation::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NewsEvent_GenerateNewsText \ +static_assert(alignof(NewsEvent_GenerateNewsText) == 0x000001, "Wrong alignment on NewsEvent_GenerateNewsText"); \ +static_assert(sizeof(NewsEvent_GenerateNewsText) == 0x000001, "Wrong size on NewsEvent_GenerateNewsText"); \ +static_assert(offsetof(NewsEvent_GenerateNewsText, ReturnValue) == 0x000000, "Member 'NewsEvent_GenerateNewsText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNewsEvent \ +static_assert(alignof(UNewsEvent) == 0x000008, "Wrong alignment on UNewsEvent"); \ +static_assert(sizeof(UNewsEvent) == 0x000058, "Wrong size on UNewsEvent"); \ +static_assert(offsetof(UNewsEvent, NewsHeadlineText) == 0x000028, "Member 'UNewsEvent::NewsHeadlineText' has a wrong offset!"); \ +static_assert(offsetof(UNewsEvent, NewsBodyText) == 0x000038, "Member 'UNewsEvent::NewsBodyText' has a wrong offset!"); \ +static_assert(offsetof(UNewsEvent, Image) == 0x000048, "Member 'UNewsEvent::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyFootStep \ +static_assert(alignof(UAnimNotifyFootStep) == 0x000008, "Wrong alignment on UAnimNotifyFootStep"); \ +static_assert(sizeof(UAnimNotifyFootStep) == 0x000038, "Wrong size on UAnimNotifyFootStep"); \ + +#define DUMPER7_ASSERTS_Weapon_GetSocketTransform \ +static_assert(alignof(Weapon_GetSocketTransform) == 0x000010, "Wrong alignment on Weapon_GetSocketTransform"); \ +static_assert(sizeof(Weapon_GetSocketTransform) == 0x000070, "Wrong size on Weapon_GetSocketTransform"); \ +static_assert(offsetof(Weapon_GetSocketTransform, InSocketName) == 0x000000, "Member 'Weapon_GetSocketTransform::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(Weapon_GetSocketTransform, TransformSpace) == 0x000008, "Member 'Weapon_GetSocketTransform::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(Weapon_GetSocketTransform, ReturnValue) == 0x000010, "Member 'Weapon_GetSocketTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Weapon_GetTag \ +static_assert(alignof(Weapon_GetTag) == 0x000004, "Wrong alignment on Weapon_GetTag"); \ +static_assert(sizeof(Weapon_GetTag) == 0x000008, "Wrong size on Weapon_GetTag"); \ +static_assert(offsetof(Weapon_GetTag, ReturnValue) == 0x000000, "Member 'Weapon_GetTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Weapon_GetWeaponType \ +static_assert(alignof(Weapon_GetWeaponType) == 0x000001, "Wrong alignment on Weapon_GetWeaponType"); \ +static_assert(sizeof(Weapon_GetWeaponType) == 0x000001, "Wrong size on Weapon_GetWeaponType"); \ +static_assert(offsetof(Weapon_GetWeaponType, ReturnValue) == 0x000000, "Member 'Weapon_GetWeaponType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Weapon_OnHealthChanged \ +static_assert(alignof(Weapon_OnHealthChanged) == 0x000008, "Wrong alignment on Weapon_OnHealthChanged"); \ +static_assert(sizeof(Weapon_OnHealthChanged) == 0x000018, "Wrong size on Weapon_OnHealthChanged"); \ +static_assert(offsetof(Weapon_OnHealthChanged, InHealthComp) == 0x000000, "Member 'Weapon_OnHealthChanged::InHealthComp' has a wrong offset!"); \ +static_assert(offsetof(Weapon_OnHealthChanged, Reason) == 0x000008, "Member 'Weapon_OnHealthChanged::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Weapon_GetMesh \ +static_assert(alignof(Weapon_GetMesh) == 0x000008, "Wrong alignment on Weapon_GetMesh"); \ +static_assert(sizeof(Weapon_GetMesh) == 0x000008, "Wrong size on Weapon_GetMesh"); \ +static_assert(offsetof(Weapon_GetMesh, ReturnValue) == 0x000000, "Member 'Weapon_GetMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWeapon \ +static_assert(alignof(AWeapon) == 0x000008, "Wrong alignment on AWeapon"); \ +static_assert(sizeof(AWeapon) == 0x0002F0, "Wrong size on AWeapon"); \ +static_assert(offsetof(AWeapon, WeaponTypeData) == 0x0002B8, "Member 'AWeapon::WeaponTypeData' has a wrong offset!"); \ +static_assert(offsetof(AWeapon, HealthComponent) == 0x0002C0, "Member 'AWeapon::HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(AWeapon, bIsParryable) == 0x0002C8, "Member 'AWeapon::bIsParryable' has a wrong offset!"); \ +static_assert(offsetof(AWeapon, AttachSocket) == 0x0002D8, "Member 'AWeapon::AttachSocket' has a wrong offset!"); \ +static_assert(offsetof(AWeapon, WieldingCharacter) == 0x0002E0, "Member 'AWeapon::WieldingCharacter' has a wrong offset!"); \ +static_assert(offsetof(AWeapon, WieldingComponent) == 0x0002E8, "Member 'AWeapon::WieldingComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeWeapon_OnActorHitWithWeapon \ +static_assert(alignof(MeleeWeapon_OnActorHitWithWeapon) == 0x000008, "Wrong alignment on MeleeWeapon_OnActorHitWithWeapon"); \ +static_assert(sizeof(MeleeWeapon_OnActorHitWithWeapon) == 0x000038, "Wrong size on MeleeWeapon_OnActorHitWithWeapon"); \ +static_assert(offsetof(MeleeWeapon_OnActorHitWithWeapon, HitActor) == 0x000000, "Member 'MeleeWeapon_OnActorHitWithWeapon::HitActor' has a wrong offset!"); \ +static_assert(offsetof(MeleeWeapon_OnActorHitWithWeapon, HitLocation) == 0x000008, "Member 'MeleeWeapon_OnActorHitWithWeapon::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(MeleeWeapon_OnActorHitWithWeapon, HitVelocity) == 0x000020, "Member 'MeleeWeapon_OnActorHitWithWeapon::HitVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeWeapon_OnComponentBounced \ +static_assert(alignof(MeleeWeapon_OnComponentBounced) == 0x000008, "Wrong alignment on MeleeWeapon_OnComponentBounced"); \ +static_assert(sizeof(MeleeWeapon_OnComponentBounced) == 0x000118, "Wrong size on MeleeWeapon_OnComponentBounced"); \ +static_assert(offsetof(MeleeWeapon_OnComponentBounced, Hit) == 0x000000, "Member 'MeleeWeapon_OnComponentBounced::Hit' has a wrong offset!"); \ +static_assert(offsetof(MeleeWeapon_OnComponentBounced, ImpactVelocity) == 0x000100, "Member 'MeleeWeapon_OnComponentBounced::ImpactVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeWeapon_OnComponentHit \ +static_assert(alignof(MeleeWeapon_OnComponentHit) == 0x000008, "Wrong alignment on MeleeWeapon_OnComponentHit"); \ +static_assert(sizeof(MeleeWeapon_OnComponentHit) == 0x000130, "Wrong size on MeleeWeapon_OnComponentHit"); \ +static_assert(offsetof(MeleeWeapon_OnComponentHit, HitComp) == 0x000000, "Member 'MeleeWeapon_OnComponentHit::HitComp' has a wrong offset!"); \ +static_assert(offsetof(MeleeWeapon_OnComponentHit, OtherActor) == 0x000008, "Member 'MeleeWeapon_OnComponentHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(MeleeWeapon_OnComponentHit, OtherComp) == 0x000010, "Member 'MeleeWeapon_OnComponentHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(MeleeWeapon_OnComponentHit, NormalImpulse) == 0x000018, "Member 'MeleeWeapon_OnComponentHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(MeleeWeapon_OnComponentHit, Hit) == 0x000030, "Member 'MeleeWeapon_OnComponentHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeWeapon_SetDropImpulse \ +static_assert(alignof(MeleeWeapon_SetDropImpulse) == 0x000008, "Wrong alignment on MeleeWeapon_SetDropImpulse"); \ +static_assert(sizeof(MeleeWeapon_SetDropImpulse) == 0x000030, "Wrong size on MeleeWeapon_SetDropImpulse"); \ +static_assert(offsetof(MeleeWeapon_SetDropImpulse, Velocity) == 0x000000, "Member 'MeleeWeapon_SetDropImpulse::Velocity' has a wrong offset!"); \ +static_assert(offsetof(MeleeWeapon_SetDropImpulse, Rotation) == 0x000018, "Member 'MeleeWeapon_SetDropImpulse::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeWeapon_GetBreakVelocity \ +static_assert(alignof(MeleeWeapon_GetBreakVelocity) == 0x000008, "Wrong alignment on MeleeWeapon_GetBreakVelocity"); \ +static_assert(sizeof(MeleeWeapon_GetBreakVelocity) == 0x000018, "Wrong size on MeleeWeapon_GetBreakVelocity"); \ +static_assert(offsetof(MeleeWeapon_GetBreakVelocity, ReturnValue) == 0x000000, "Member 'MeleeWeapon_GetBreakVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMeleeWeapon \ +static_assert(alignof(AMeleeWeapon) == 0x000008, "Wrong alignment on AMeleeWeapon"); \ +static_assert(sizeof(AMeleeWeapon) == 0x000400, "Wrong size on AMeleeWeapon"); \ +static_assert(offsetof(AMeleeWeapon, WeaponMovement) == 0x0002F0, "Member 'AMeleeWeapon::WeaponMovement' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, BounceEnergyTransferWeight) == 0x0002F8, "Member 'AMeleeWeapon::BounceEnergyTransferWeight' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, RotationalEnergyRetnetion) == 0x0002FC, "Member 'AMeleeWeapon::RotationalEnergyRetnetion' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, bOnlyReItimizationOnRest) == 0x000300, "Member 'AMeleeWeapon::bOnlyReItimizationOnRest' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, RestThreshold) == 0x000304, "Member 'AMeleeWeapon::RestThreshold' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, MaxTimeToWaitForRest) == 0x000308, "Member 'AMeleeWeapon::MaxTimeToWaitForRest' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, bDamageOnThrowImpact) == 0x00030C, "Member 'AMeleeWeapon::bDamageOnThrowImpact' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, SelfDamageForceThreshold) == 0x000310, "Member 'AMeleeWeapon::SelfDamageForceThreshold' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, InventoryItemInstance) == 0x000318, "Member 'AMeleeWeapon::InventoryItemInstance' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, SpawnedPickUp) == 0x000320, "Member 'AMeleeWeapon::SpawnedPickUp' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, DurabilityfDamage) == 0x000348, "Member 'AMeleeWeapon::DurabilityfDamage' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, DurabilityDamageType) == 0x000350, "Member 'AMeleeWeapon::DurabilityDamageType' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, Tag) == 0x000388, "Member 'AMeleeWeapon::Tag' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, bDropOnDeselect) == 0x000390, "Member 'AMeleeWeapon::bDropOnDeselect' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, bIsBroken) == 0x000391, "Member 'AMeleeWeapon::bIsBroken' has a wrong offset!"); \ +static_assert(offsetof(AMeleeWeapon, bIsDropped) == 0x000392, "Member 'AMeleeWeapon::bIsDropped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifySFX_PreviewSFXInEditor \ +static_assert(alignof(AnimNotifySFX_PreviewSFXInEditor) == 0x000008, "Wrong alignment on AnimNotifySFX_PreviewSFXInEditor"); \ +static_assert(sizeof(AnimNotifySFX_PreviewSFXInEditor) == 0x000030, "Wrong size on AnimNotifySFX_PreviewSFXInEditor"); \ +static_assert(offsetof(AnimNotifySFX_PreviewSFXInEditor, InMeshComp) == 0x000000, "Member 'AnimNotifySFX_PreviewSFXInEditor::InMeshComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifySFX_PreviewSFXInEditor, InEvents) == 0x000008, "Member 'AnimNotifySFX_PreviewSFXInEditor::InEvents' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifySFX_PreviewSFXInEditor, InSwitches) == 0x000018, "Member 'AnimNotifySFX_PreviewSFXInEditor::InSwitches' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifySFX_PreviewSFXInEditor, bone) == 0x000028, "Member 'AnimNotifySFX_PreviewSFXInEditor::bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifySFX \ +static_assert(alignof(UAnimNotifySFX) == 0x000008, "Wrong alignment on UAnimNotifySFX"); \ +static_assert(sizeof(UAnimNotifySFX) == 0x000080, "Wrong size on UAnimNotifySFX"); \ +static_assert(offsetof(UAnimNotifySFX, Tags) == 0x000038, "Member 'UAnimNotifySFX::Tags' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifySFX, Events) == 0x000058, "Member 'UAnimNotifySFX::Events' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifySFX, Switches) == 0x000068, "Member 'UAnimNotifySFX::Switches' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifySFX, AttachBone) == 0x000078, "Member 'UAnimNotifySFX::AttachBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationCalculationDefinition_CalculateBoolValue \ +static_assert(alignof(MotivationCalculationDefinition_CalculateBoolValue) == 0x000008, "Wrong alignment on MotivationCalculationDefinition_CalculateBoolValue"); \ +static_assert(sizeof(MotivationCalculationDefinition_CalculateBoolValue) == 0x000010, "Wrong size on MotivationCalculationDefinition_CalculateBoolValue"); \ +static_assert(offsetof(MotivationCalculationDefinition_CalculateBoolValue, Controller) == 0x000000, "Member 'MotivationCalculationDefinition_CalculateBoolValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MotivationCalculationDefinition_CalculateBoolValue, DeltaTime) == 0x000008, "Member 'MotivationCalculationDefinition_CalculateBoolValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MotivationCalculationDefinition_CalculateBoolValue, OutValue) == 0x00000C, "Member 'MotivationCalculationDefinition_CalculateBoolValue::OutValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationCalculationDefinition_CalculateFloatValue \ +static_assert(alignof(MotivationCalculationDefinition_CalculateFloatValue) == 0x000008, "Wrong alignment on MotivationCalculationDefinition_CalculateFloatValue"); \ +static_assert(sizeof(MotivationCalculationDefinition_CalculateFloatValue) == 0x000010, "Wrong size on MotivationCalculationDefinition_CalculateFloatValue"); \ +static_assert(offsetof(MotivationCalculationDefinition_CalculateFloatValue, Controller) == 0x000000, "Member 'MotivationCalculationDefinition_CalculateFloatValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MotivationCalculationDefinition_CalculateFloatValue, DeltaTime) == 0x000008, "Member 'MotivationCalculationDefinition_CalculateFloatValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MotivationCalculationDefinition_CalculateFloatValue, OutValue) == 0x00000C, "Member 'MotivationCalculationDefinition_CalculateFloatValue::OutValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationCalculationDefinition_CalculateIntValue \ +static_assert(alignof(MotivationCalculationDefinition_CalculateIntValue) == 0x000008, "Wrong alignment on MotivationCalculationDefinition_CalculateIntValue"); \ +static_assert(sizeof(MotivationCalculationDefinition_CalculateIntValue) == 0x000010, "Wrong size on MotivationCalculationDefinition_CalculateIntValue"); \ +static_assert(offsetof(MotivationCalculationDefinition_CalculateIntValue, Controller) == 0x000000, "Member 'MotivationCalculationDefinition_CalculateIntValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MotivationCalculationDefinition_CalculateIntValue, DeltaTime) == 0x000008, "Member 'MotivationCalculationDefinition_CalculateIntValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MotivationCalculationDefinition_CalculateIntValue, OutValue) == 0x00000C, "Member 'MotivationCalculationDefinition_CalculateIntValue::OutValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationCalculationDefinition_CalculateVectorValue \ +static_assert(alignof(MotivationCalculationDefinition_CalculateVectorValue) == 0x000008, "Wrong alignment on MotivationCalculationDefinition_CalculateVectorValue"); \ +static_assert(sizeof(MotivationCalculationDefinition_CalculateVectorValue) == 0x000028, "Wrong size on MotivationCalculationDefinition_CalculateVectorValue"); \ +static_assert(offsetof(MotivationCalculationDefinition_CalculateVectorValue, Controller) == 0x000000, "Member 'MotivationCalculationDefinition_CalculateVectorValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MotivationCalculationDefinition_CalculateVectorValue, DeltaTime) == 0x000008, "Member 'MotivationCalculationDefinition_CalculateVectorValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MotivationCalculationDefinition_CalculateVectorValue, OutValue) == 0x000010, "Member 'MotivationCalculationDefinition_CalculateVectorValue::OutValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotivationCalculationDefinition \ +static_assert(alignof(UMotivationCalculationDefinition) == 0x000008, "Wrong alignment on UMotivationCalculationDefinition"); \ +static_assert(sizeof(UMotivationCalculationDefinition) == 0x000030, "Wrong size on UMotivationCalculationDefinition"); \ +static_assert(offsetof(UMotivationCalculationDefinition, MotivationKey) == 0x000028, "Member 'UMotivationCalculationDefinition::MotivationKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateActivateGeometry \ +static_assert(alignof(UAnimNotifyStateActivateGeometry) == 0x000008, "Wrong alignment on UAnimNotifyStateActivateGeometry"); \ +static_assert(sizeof(UAnimNotifyStateActivateGeometry) == 0x000078, "Wrong size on UAnimNotifyStateActivateGeometry"); \ +static_assert(offsetof(UAnimNotifyStateActivateGeometry, SocketName) == 0x000030, "Member 'UAnimNotifyStateActivateGeometry::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateActivateGeometry, bDrawTraceDebug) == 0x000038, "Member 'UAnimNotifyStateActivateGeometry::bDrawTraceDebug' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateActivateGeometry, TraceSphereRadius) == 0x00003C, "Member 'UAnimNotifyStateActivateGeometry::TraceSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateActivateGeometry, AnimationSampleTimeStep) == 0x000040, "Member 'UAnimNotifyStateActivateGeometry::AnimationSampleTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateActivateGeometry, FieldRadius) == 0x000044, "Member 'UAnimNotifyStateActivateGeometry::FieldRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateEndEarly \ +static_assert(alignof(UAnimNotifyStateEndEarly) == 0x000008, "Wrong alignment on UAnimNotifyStateEndEarly"); \ +static_assert(sizeof(UAnimNotifyStateEndEarly) == 0x000030, "Wrong size on UAnimNotifyStateEndEarly"); \ + +#define DUMPER7_ASSERTS_ObserveSquadStateAsyncAction_ObserveSquadState \ +static_assert(alignof(ObserveSquadStateAsyncAction_ObserveSquadState) == 0x000008, "Wrong alignment on ObserveSquadStateAsyncAction_ObserveSquadState"); \ +static_assert(sizeof(ObserveSquadStateAsyncAction_ObserveSquadState) == 0x000018, "Wrong size on ObserveSquadStateAsyncAction_ObserveSquadState"); \ +static_assert(offsetof(ObserveSquadStateAsyncAction_ObserveSquadState, WorldContextObject) == 0x000000, "Member 'ObserveSquadStateAsyncAction_ObserveSquadState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveSquadStateAsyncAction_ObserveSquadState, SquadId) == 0x000008, "Member 'ObserveSquadStateAsyncAction_ObserveSquadState::SquadId' has a wrong offset!"); \ +static_assert(offsetof(ObserveSquadStateAsyncAction_ObserveSquadState, ReturnValue) == 0x000010, "Member 'ObserveSquadStateAsyncAction_ObserveSquadState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObserveSquadStateAsyncAction_ObserveTaggedSquadState \ +static_assert(alignof(ObserveSquadStateAsyncAction_ObserveTaggedSquadState) == 0x000008, "Wrong alignment on ObserveSquadStateAsyncAction_ObserveTaggedSquadState"); \ +static_assert(sizeof(ObserveSquadStateAsyncAction_ObserveTaggedSquadState) == 0x000020, "Wrong size on ObserveSquadStateAsyncAction_ObserveTaggedSquadState"); \ +static_assert(offsetof(ObserveSquadStateAsyncAction_ObserveTaggedSquadState, WorldContextObject) == 0x000000, "Member 'ObserveSquadStateAsyncAction_ObserveTaggedSquadState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ObserveSquadStateAsyncAction_ObserveTaggedSquadState, IngameEvent) == 0x000008, "Member 'ObserveSquadStateAsyncAction_ObserveTaggedSquadState::IngameEvent' has a wrong offset!"); \ +static_assert(offsetof(ObserveSquadStateAsyncAction_ObserveTaggedSquadState, SquadTag) == 0x00000C, "Member 'ObserveSquadStateAsyncAction_ObserveTaggedSquadState::SquadTag' has a wrong offset!"); \ +static_assert(offsetof(ObserveSquadStateAsyncAction_ObserveTaggedSquadState, ReturnValue) == 0x000018, "Member 'ObserveSquadStateAsyncAction_ObserveTaggedSquadState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObserveSquadStateAsyncAction \ +static_assert(alignof(UObserveSquadStateAsyncAction) == 0x000008, "Wrong alignment on UObserveSquadStateAsyncAction"); \ +static_assert(sizeof(UObserveSquadStateAsyncAction) == 0x000050, "Wrong size on UObserveSquadStateAsyncAction"); \ +static_assert(offsetof(UObserveSquadStateAsyncAction, OnSquadKilled) == 0x000030, "Member 'UObserveSquadStateAsyncAction::OnSquadKilled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateEndToLocomotion \ +static_assert(alignof(UAnimNotifyStateEndToLocomotion) == 0x000008, "Wrong alignment on UAnimNotifyStateEndToLocomotion"); \ +static_assert(sizeof(UAnimNotifyStateEndToLocomotion) == 0x000030, "Wrong size on UAnimNotifyStateEndToLocomotion"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateStartDeath \ +static_assert(alignof(UAnimNotifyStateStartDeath) == 0x000008, "Wrong alignment on UAnimNotifyStateStartDeath"); \ +static_assert(sizeof(UAnimNotifyStateStartDeath) == 0x000048, "Wrong size on UAnimNotifyStateStartDeath"); \ +static_assert(offsetof(UAnimNotifyStateStartDeath, SimulateFromBone) == 0x000030, "Member 'UAnimNotifyStateStartDeath::SimulateFromBone' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateStartDeath, SimulationPriority) == 0x000038, "Member 'UAnimNotifyStateStartDeath::SimulationPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJobsSettings \ +static_assert(alignof(UJobsSettings) == 0x000008, "Wrong alignment on UJobsSettings"); \ +static_assert(sizeof(UJobsSettings) == 0x0000E8, "Wrong size on UJobsSettings"); \ +static_assert(offsetof(UJobsSettings, CrewMemberDatabase) == 0x000038, "Member 'UJobsSettings::CrewMemberDatabase' has a wrong offset!"); \ +static_assert(offsetof(UJobsSettings, BigTakePlanningScreen) == 0x000060, "Member 'UJobsSettings::BigTakePlanningScreen' has a wrong offset!"); \ +static_assert(offsetof(UJobsSettings, BigTakePlanningScreenLayer) == 0x000088, "Member 'UJobsSettings::BigTakePlanningScreenLayer' has a wrong offset!"); \ +static_assert(offsetof(UJobsSettings, BigTakePlayerStartTagName) == 0x000090, "Member 'UJobsSettings::BigTakePlayerStartTagName' has a wrong offset!"); \ +static_assert(offsetof(UJobsSettings, BigTakePlayerStartEscapeTagName) == 0x000098, "Member 'UJobsSettings::BigTakePlayerStartEscapeTagName' has a wrong offset!"); \ +static_assert(offsetof(UJobsSettings, BigTakeRestartCheckpointName) == 0x0000A0, "Member 'UJobsSettings::BigTakeRestartCheckpointName' has a wrong offset!"); \ +static_assert(offsetof(UJobsSettings, BigTakeAbortCheckpointName) == 0x0000A8, "Member 'UJobsSettings::BigTakeAbortCheckpointName' has a wrong offset!"); \ +static_assert(offsetof(UJobsSettings, BigTakeMission) == 0x0000B0, "Member 'UJobsSettings::BigTakeMission' has a wrong offset!"); \ +static_assert(offsetof(UJobsSettings, BigTakeName) == 0x0000C0, "Member 'UJobsSettings::BigTakeName' has a wrong offset!"); \ +static_assert(offsetof(UJobsSettings, BigTakeDealerName) == 0x0000D0, "Member 'UJobsSettings::BigTakeDealerName' has a wrong offset!"); \ +static_assert(offsetof(UJobsSettings, BigTakeDealerCut) == 0x0000E0, "Member 'UJobsSettings::BigTakeDealerCut' has a wrong offset!"); \ +static_assert(offsetof(UJobsSettings, BigTakeMaxLoot) == 0x0000E4, "Member 'UJobsSettings::BigTakeMaxLoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPartnerOverlayAllowedActionGate \ +static_assert(alignof(UPartnerOverlayAllowedActionGate) == 0x000008, "Wrong alignment on UPartnerOverlayAllowedActionGate"); \ +static_assert(sizeof(UPartnerOverlayAllowedActionGate) == 0x000028, "Wrong size on UPartnerOverlayAllowedActionGate"); \ + +#define DUMPER7_ASSERTS_AnimNotifyStateTransformWarpBase_ApplyTransformWarpBaseSettings \ +static_assert(alignof(AnimNotifyStateTransformWarpBase_ApplyTransformWarpBaseSettings) == 0x000004, "Wrong alignment on AnimNotifyStateTransformWarpBase_ApplyTransformWarpBaseSettings"); \ +static_assert(sizeof(AnimNotifyStateTransformWarpBase_ApplyTransformWarpBaseSettings) == 0x000014, "Wrong size on AnimNotifyStateTransformWarpBase_ApplyTransformWarpBaseSettings"); \ +static_assert(offsetof(AnimNotifyStateTransformWarpBase_ApplyTransformWarpBaseSettings, Settings) == 0x000000, "Member 'AnimNotifyStateTransformWarpBase_ApplyTransformWarpBaseSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyStateTransformWarpBase_SetWarpRotation \ +static_assert(alignof(AnimNotifyStateTransformWarpBase_SetWarpRotation) == 0x000001, "Wrong alignment on AnimNotifyStateTransformWarpBase_SetWarpRotation"); \ +static_assert(sizeof(AnimNotifyStateTransformWarpBase_SetWarpRotation) == 0x000001, "Wrong size on AnimNotifyStateTransformWarpBase_SetWarpRotation"); \ +static_assert(offsetof(AnimNotifyStateTransformWarpBase_SetWarpRotation, bEnabled) == 0x000000, "Member 'AnimNotifyStateTransformWarpBase_SetWarpRotation::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateTransformWarpBase \ +static_assert(alignof(UAnimNotifyStateTransformWarpBase) == 0x000008, "Wrong alignment on UAnimNotifyStateTransformWarpBase"); \ +static_assert(sizeof(UAnimNotifyStateTransformWarpBase) == 0x000048, "Wrong size on UAnimNotifyStateTransformWarpBase"); \ +static_assert(offsetof(UAnimNotifyStateTransformWarpBase, WarpTargetName) == 0x000030, "Member 'UAnimNotifyStateTransformWarpBase::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateTransformWarpBase, WarpBoneName) == 0x000038, "Member 'UAnimNotifyStateTransformWarpBase::WarpBoneName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateTransformWarpBase, bWarpTranslation) == 0x000040, "Member 'UAnimNotifyStateTransformWarpBase::bWarpTranslation' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateTransformWarpBase, bWarpRotation) == 0x000041, "Member 'UAnimNotifyStateTransformWarpBase::bWarpRotation' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateTransformWarpBase, ApplyMode) == 0x000042, "Member 'UAnimNotifyStateTransformWarpBase::ApplyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyStateSyncTransformWarp_ApplySyncTransformWarpSettings \ +static_assert(alignof(AnimNotifyStateSyncTransformWarp_ApplySyncTransformWarpSettings) == 0x000004, "Wrong alignment on AnimNotifyStateSyncTransformWarp_ApplySyncTransformWarpSettings"); \ +static_assert(sizeof(AnimNotifyStateSyncTransformWarp_ApplySyncTransformWarpSettings) == 0x00001C, "Wrong size on AnimNotifyStateSyncTransformWarp_ApplySyncTransformWarpSettings"); \ +static_assert(offsetof(AnimNotifyStateSyncTransformWarp_ApplySyncTransformWarpSettings, Settings) == 0x000000, "Member 'AnimNotifyStateSyncTransformWarp_ApplySyncTransformWarpSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateSyncTransformWarp \ +static_assert(alignof(UAnimNotifyStateSyncTransformWarp) == 0x000008, "Wrong alignment on UAnimNotifyStateSyncTransformWarp"); \ +static_assert(sizeof(UAnimNotifyStateSyncTransformWarp) == 0x0000A8, "Wrong size on UAnimNotifyStateSyncTransformWarp"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, TranslationStridePercentage) == 0x000048, "Member 'UAnimNotifyStateSyncTransformWarp::TranslationStridePercentage' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, RotationStridePercentage) == 0x00004C, "Member 'UAnimNotifyStateSyncTransformWarp::RotationStridePercentage' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, bUseAuthoredSyncMarkers) == 0x000050, "Member 'UAnimNotifyStateSyncTransformWarp::bUseAuthoredSyncMarkers' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, StrideNotify) == 0x000058, "Member 'UAnimNotifyStateSyncTransformWarp::StrideNotify' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, TranslationWarpMode) == 0x000060, "Member 'UAnimNotifyStateSyncTransformWarp::TranslationWarpMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, WarpTranslationAxisFlags) == 0x000061, "Member 'UAnimNotifyStateSyncTransformWarp::WarpTranslationAxisFlags' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, RootMotionTranslationAxisFlags) == 0x000062, "Member 'UAnimNotifyStateSyncTransformWarp::RootMotionTranslationAxisFlags' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, AddTranslationEasingFunc) == 0x000063, "Member 'UAnimNotifyStateSyncTransformWarp::AddTranslationEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, AddTranslationEasingCurve) == 0x000068, "Member 'UAnimNotifyStateSyncTransformWarp::AddTranslationEasingCurve' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, bOnlyRotateCapsuleYaw) == 0x000070, "Member 'UAnimNotifyStateSyncTransformWarp::bOnlyRotateCapsuleYaw' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, bFinishUpWarpingOnEnd) == 0x000071, "Member 'UAnimNotifyStateSyncTransformWarp::bFinishUpWarpingOnEnd' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, bAdjustForError) == 0x000072, "Member 'UAnimNotifyStateSyncTransformWarp::bAdjustForError' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, bApplyExtraRootMotionOutsideWarpWindow) == 0x000073, "Member 'UAnimNotifyStateSyncTransformWarp::bApplyExtraRootMotionOutsideWarpWindow' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, bClampToMaxWarpVelocity) == 0x000074, "Member 'UAnimNotifyStateSyncTransformWarp::bClampToMaxWarpVelocity' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSyncTransformWarp, bConsumeWarpTargetAtEnd) == 0x000075, "Member 'UAnimNotifyStateSyncTransformWarp::bConsumeWarpTargetAtEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterActionEvaluatorResultType \ +static_assert(alignof(UCharacterActionEvaluatorResultType) == 0x000008, "Wrong alignment on UCharacterActionEvaluatorResultType"); \ +static_assert(sizeof(UCharacterActionEvaluatorResultType) == 0x000028, "Wrong size on UCharacterActionEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_UOutOfMoveShapeEvaluatorResultType \ +static_assert(alignof(UOutOfMoveShapeEvaluatorResultType) == 0x000008, "Wrong alignment on UOutOfMoveShapeEvaluatorResultType"); \ +static_assert(sizeof(UOutOfMoveShapeEvaluatorResultType) == 0x000028, "Wrong size on UOutOfMoveShapeEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_AWeatherOcclusionCaptureVolume \ +static_assert(alignof(AWeatherOcclusionCaptureVolume) == 0x000008, "Wrong alignment on AWeatherOcclusionCaptureVolume"); \ +static_assert(sizeof(AWeatherOcclusionCaptureVolume) == 0x0002E8, "Wrong size on AWeatherOcclusionCaptureVolume"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateSyncWarpSubstate \ +static_assert(alignof(UAnimNotifyStateSyncWarpSubstate) == 0x000008, "Wrong alignment on UAnimNotifyStateSyncWarpSubstate"); \ +static_assert(sizeof(UAnimNotifyStateSyncWarpSubstate) == 0x000038, "Wrong size on UAnimNotifyStateSyncWarpSubstate"); \ +static_assert(offsetof(UAnimNotifyStateSyncWarpSubstate, WarpType) == 0x000030, "Member 'UAnimNotifyStateSyncWarpSubstate::WarpType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudEquipmentViewModel_OnWieldWeapon \ +static_assert(alignof(HudEquipmentViewModel_OnWieldWeapon) == 0x000008, "Wrong alignment on HudEquipmentViewModel_OnWieldWeapon"); \ +static_assert(sizeof(HudEquipmentViewModel_OnWieldWeapon) == 0x000008, "Wrong size on HudEquipmentViewModel_OnWieldWeapon"); \ +static_assert(offsetof(HudEquipmentViewModel_OnWieldWeapon, Weapon) == 0x000000, "Member 'HudEquipmentViewModel_OnWieldWeapon::Weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudEquipmentViewModel \ +static_assert(alignof(UHudEquipmentViewModel) == 0x000008, "Wrong alignment on UHudEquipmentViewModel"); \ +static_assert(sizeof(UHudEquipmentViewModel) == 0x000088, "Wrong size on UHudEquipmentViewModel"); \ +static_assert(offsetof(UHudEquipmentViewModel, bPistolWielded) == 0x000068, "Member 'UHudEquipmentViewModel::bPistolWielded' has a wrong offset!"); \ +static_assert(offsetof(UHudEquipmentViewModel, PistolClips) == 0x00006C, "Member 'UHudEquipmentViewModel::PistolClips' has a wrong offset!"); \ +static_assert(offsetof(UHudEquipmentViewModel, bRifleWielded) == 0x000070, "Member 'UHudEquipmentViewModel::bRifleWielded' has a wrong offset!"); \ +static_assert(offsetof(UHudEquipmentViewModel, RifleClips) == 0x000074, "Member 'UHudEquipmentViewModel::RifleClips' has a wrong offset!"); \ +static_assert(offsetof(UHudEquipmentViewModel, Ammo) == 0x000078, "Member 'UHudEquipmentViewModel::Ammo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifySynchronizedCommit \ +static_assert(alignof(UAnimNotifySynchronizedCommit) == 0x000008, "Wrong alignment on UAnimNotifySynchronizedCommit"); \ +static_assert(sizeof(UAnimNotifySynchronizedCommit) == 0x000038, "Wrong size on UAnimNotifySynchronizedCommit"); \ + +#define DUMPER7_ASSERTS_CJBaseAnimInstance_OnSayingLine \ +static_assert(alignof(CJBaseAnimInstance_OnSayingLine) == 0x000008, "Wrong alignment on CJBaseAnimInstance_OnSayingLine"); \ +static_assert(sizeof(CJBaseAnimInstance_OnSayingLine) == 0x000028, "Wrong size on CJBaseAnimInstance_OnSayingLine"); \ +static_assert(offsetof(CJBaseAnimInstance_OnSayingLine, Tags) == 0x000000, "Member 'CJBaseAnimInstance_OnSayingLine::Tags' has a wrong offset!"); \ +static_assert(offsetof(CJBaseAnimInstance_OnSayingLine, Duration) == 0x000020, "Member 'CJBaseAnimInstance_OnSayingLine::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBaseAnimInstance_SwitchLocomotionMode \ +static_assert(alignof(CJBaseAnimInstance_SwitchLocomotionMode) == 0x000001, "Wrong alignment on CJBaseAnimInstance_SwitchLocomotionMode"); \ +static_assert(sizeof(CJBaseAnimInstance_SwitchLocomotionMode) == 0x000001, "Wrong size on CJBaseAnimInstance_SwitchLocomotionMode"); \ +static_assert(offsetof(CJBaseAnimInstance_SwitchLocomotionMode, NewMode) == 0x000000, "Member 'CJBaseAnimInstance_SwitchLocomotionMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBaseAnimInstance_WantsEndEarly \ +static_assert(alignof(CJBaseAnimInstance_WantsEndEarly) == 0x000008, "Wrong alignment on CJBaseAnimInstance_WantsEndEarly"); \ +static_assert(sizeof(CJBaseAnimInstance_WantsEndEarly) == 0x000010, "Wrong size on CJBaseAnimInstance_WantsEndEarly"); \ +static_assert(offsetof(CJBaseAnimInstance_WantsEndEarly, Animation) == 0x000000, "Member 'CJBaseAnimInstance_WantsEndEarly::Animation' has a wrong offset!"); \ +static_assert(offsetof(CJBaseAnimInstance_WantsEndEarly, ReturnValue) == 0x000008, "Member 'CJBaseAnimInstance_WantsEndEarly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBaseAnimInstance_WantsEndToLoco \ +static_assert(alignof(CJBaseAnimInstance_WantsEndToLoco) == 0x000008, "Wrong alignment on CJBaseAnimInstance_WantsEndToLoco"); \ +static_assert(sizeof(CJBaseAnimInstance_WantsEndToLoco) == 0x000010, "Wrong size on CJBaseAnimInstance_WantsEndToLoco"); \ +static_assert(offsetof(CJBaseAnimInstance_WantsEndToLoco, Animation) == 0x000000, "Member 'CJBaseAnimInstance_WantsEndToLoco::Animation' has a wrong offset!"); \ +static_assert(offsetof(CJBaseAnimInstance_WantsEndToLoco, ReturnValue) == 0x000008, "Member 'CJBaseAnimInstance_WantsEndToLoco::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJBaseAnimInstance \ +static_assert(alignof(UCJBaseAnimInstance) == 0x000010, "Wrong alignment on UCJBaseAnimInstance"); \ +static_assert(sizeof(UCJBaseAnimInstance) == 0x000C80, "Wrong size on UCJBaseAnimInstance"); \ +static_assert(offsetof(UCJBaseAnimInstance, OwningPlayer) == 0x0003E8, "Member 'UCJBaseAnimInstance::OwningPlayer' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, CharacterMovementComponent) == 0x0003F0, "Member 'UCJBaseAnimInstance::CharacterMovementComponent' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, TransformWarperComponent) == 0x0003F8, "Member 'UCJBaseAnimInstance::TransformWarperComponent' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, SynchronizedAnimationSelectionComponent) == 0x000400, "Member 'UCJBaseAnimInstance::SynchronizedAnimationSelectionComponent' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, OptionalCameraComponent) == 0x000408, "Member 'UCJBaseAnimInstance::OptionalCameraComponent' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, SteeringValueMultiplier) == 0x000410, "Member 'UCJBaseAnimInstance::SteeringValueMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, WorldTimeSeconds_CODE) == 0x000414, "Member 'UCJBaseAnimInstance::WorldTimeSeconds_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, ActorLocation_CODE) == 0x000418, "Member 'UCJBaseAnimInstance::ActorLocation_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, ActorRotation_CODE) == 0x000430, "Member 'UCJBaseAnimInstance::ActorRotation_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, Velocity_CODE) == 0x000448, "Member 'UCJBaseAnimInstance::Velocity_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LocalVelocity2D_CODE) == 0x000460, "Member 'UCJBaseAnimInstance::LocalVelocity2D_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, Speed_CODE) == 0x000478, "Member 'UCJBaseAnimInstance::Speed_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LateralSpeed_CODE) == 0x00047C, "Member 'UCJBaseAnimInstance::LateralSpeed_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, VerticalSpeed_CODE) == 0x000480, "Member 'UCJBaseAnimInstance::VerticalSpeed_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, Acceleration_CODE) == 0x000488, "Member 'UCJBaseAnimInstance::Acceleration_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, Acceleration2D_CODE) == 0x0004A0, "Member 'UCJBaseAnimInstance::Acceleration2D_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LocalAcceleration2D_CODE) == 0x0004B8, "Member 'UCJBaseAnimInstance::LocalAcceleration2D_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, PrevLocalAcceleration2D_CODE) == 0x0004D0, "Member 'UCJBaseAnimInstance::PrevLocalAcceleration2D_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, MovementSpeedState_CODE) == 0x0004E8, "Member 'UCJBaseAnimInstance::MovementSpeedState_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bInAir_CODE) == 0x0004E9, "Member 'UCJBaseAnimInstance::bInAir_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsAccelerating_CODE) == 0x0004EA, "Member 'UCJBaseAnimInstance::bIsAccelerating_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsStartMove_CODE) == 0x0004EB, "Member 'UCJBaseAnimInstance::bWantsStartMove_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bBumpedInto_CODE) == 0x0004EC, "Member 'UCJBaseAnimInstance::bBumpedInto_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LocalAccelerationAngle_CODE) == 0x0004F0, "Member 'UCJBaseAnimInstance::LocalAccelerationAngle_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LocalVelocityAngle_CODE) == 0x0004F4, "Member 'UCJBaseAnimInstance::LocalVelocityAngle_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, DisplacementSinceLastUpdate_CODE) == 0x0004F8, "Member 'UCJBaseAnimInstance::DisplacementSinceLastUpdate_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, DisplacementSpeed_CODE) == 0x0004FC, "Member 'UCJBaseAnimInstance::DisplacementSpeed_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, YawDeltaSinceLastUpdate_CODE) == 0x000500, "Member 'UCJBaseAnimInstance::YawDeltaSinceLastUpdate_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsStopping_CODE) == 0x000504, "Member 'UCJBaseAnimInstance::bIsStopping_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LastPredictedDistanceToStop_CODE) == 0x000508, "Member 'UCJBaseAnimInstance::LastPredictedDistanceToStop_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsFalling_CODE) == 0x00050C, "Member 'UCJBaseAnimInstance::bIsFalling_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, FallHeight_CODE) == 0x000510, "Member 'UCJBaseAnimInstance::FallHeight_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsLandingWithMovement_CODE) == 0x000514, "Member 'UCJBaseAnimInstance::bIsLandingWithMovement_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsLandingWithoutMovement_CODE) == 0x000515, "Member 'UCJBaseAnimInstance::bIsLandingWithoutMovement_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsPivoting_CODE) == 0x000516, "Member 'UCJBaseAnimInstance::bIsPivoting_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LastPredictedDistanceToPivot_CODE) == 0x000518, "Member 'UCJBaseAnimInstance::LastPredictedDistanceToPivot_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LastPivotTimestamp_CODE) == 0x000520, "Member 'UCJBaseAnimInstance::LastPivotTimestamp_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsInRagdoll_CODE) == 0x000528, "Member 'UCJBaseAnimInstance::bIsInRagdoll_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsDead_CODE) == 0x000529, "Member 'UCJBaseAnimInstance::bIsDead_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsSprinting_CODE) == 0x00052A, "Member 'UCJBaseAnimInstance::bIsSprinting_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsCrouching_CODE) == 0x00052B, "Member 'UCJBaseAnimInstance::bIsCrouching_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsInVehicle_CODE) == 0x00052C, "Member 'UCJBaseAnimInstance::bIsInVehicle_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsDazed_CODE) == 0x00052D, "Member 'UCJBaseAnimInstance::bIsDazed_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsNPC_CODE) == 0x00052E, "Member 'UCJBaseAnimInstance::bIsNPC_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bCallVehicle_CODE) == 0x00052F, "Member 'UCJBaseAnimInstance::bCallVehicle_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, MovementInput_CODE) == 0x000530, "Member 'UCJBaseAnimInstance::MovementInput_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, MovementInputCharacterSpace_CODE) == 0x000548, "Member 'UCJBaseAnimInstance::MovementInputCharacterSpace_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bHasMovementInput_CODE) == 0x000560, "Member 'UCJBaseAnimInstance::bHasMovementInput_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsLandingWithMovementInput_CODE) == 0x000561, "Member 'UCJBaseAnimInstance::bIsLandingWithMovementInput_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsLandingWithoutMovementInput_CODE) == 0x000562, "Member 'UCJBaseAnimInstance::bIsLandingWithoutMovementInput_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LastValidAcceleration_CODE) == 0x000568, "Member 'UCJBaseAnimInstance::LastValidAcceleration_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LastValidAccelerationTimestamp_CODE) == 0x000580, "Member 'UCJBaseAnimInstance::LastValidAccelerationTimestamp_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LastWantedDirection_CODE) == 0x000588, "Member 'UCJBaseAnimInstance::LastWantedDirection_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bLastWantedDirectionValid_CODE) == 0x0005A0, "Member 'UCJBaseAnimInstance::bLastWantedDirectionValid_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LastWantedDirectionTimestamp_CODE) == 0x0005A8, "Member 'UCJBaseAnimInstance::LastWantedDirectionTimestamp_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LocalLastWantedDirectionAngle_CODE) == 0x0005B0, "Member 'UCJBaseAnimInstance::LocalLastWantedDirectionAngle_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bAwareofCarThreat_CODE) == 0x0005B4, "Member 'UCJBaseAnimInstance::bAwareofCarThreat_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, EscapeDiraction_CODE) == 0x0005B8, "Member 'UCJBaseAnimInstance::EscapeDiraction_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, DesiredLocomotionMode_CODE) == 0x0005D0, "Member 'UCJBaseAnimInstance::DesiredLocomotionMode_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, CurrentLocomotionMode_CODE) == 0x0005D1, "Member 'UCJBaseAnimInstance::CurrentLocomotionMode_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsSwitchLocomotionMode_CODE) == 0x0005D2, "Member 'UCJBaseAnimInstance::bWantsSwitchLocomotionMode_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, ABPLocomotionType_CODE) == 0x0005D3, "Member 'UCJBaseAnimInstance::ABPLocomotionType_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bOrientToTargetValid_CODE) == 0x0005D4, "Member 'UCJBaseAnimInstance::bOrientToTargetValid_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bOrientToTargetIsPivot_CODE) == 0x0005D5, "Member 'UCJBaseAnimInstance::bOrientToTargetIsPivot_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bOrientToTargetIsStart_CODE) == 0x0005D6, "Member 'UCJBaseAnimInstance::bOrientToTargetIsStart_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsSynchronizedAnimation_CODE) == 0x0005D7, "Member 'UCJBaseAnimInstance::bWantsSynchronizedAnimation_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, PrimaryActionType_CODE) == 0x0005D8, "Member 'UCJBaseAnimInstance::PrimaryActionType_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsOverlay_CODE) == 0x0005E0, "Member 'UCJBaseAnimInstance::bWantsOverlay_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsInstigator_CODE) == 0x0005E1, "Member 'UCJBaseAnimInstance::bIsInstigator_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, PrimaryRequestID_CODE) == 0x0005E4, "Member 'UCJBaseAnimInstance::PrimaryRequestID_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bInMelee_CODE) == 0x0005E8, "Member 'UCJBaseAnimInstance::bInMelee_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsMeleeAction_CODE) == 0x0005E9, "Member 'UCJBaseAnimInstance::bWantsMeleeAction_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bMeleeIsBlocking_CODE) == 0x0005EA, "Member 'UCJBaseAnimInstance::bMeleeIsBlocking_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bInChase_CODE) == 0x0005EB, "Member 'UCJBaseAnimInstance::bInChase_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsLightAttempted_CODE) == 0x0005EC, "Member 'UCJBaseAnimInstance::bWantsLightAttempted_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsParryAttempted_CODE) == 0x0005ED, "Member 'UCJBaseAnimInstance::bWantsParryAttempted_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, ConnectJointSynchronizationTransform_CODE) == 0x0005F0, "Member 'UCJBaseAnimInstance::ConnectJointSynchronizationTransform_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsInRangedCombat_CODE) == 0x000650, "Member 'UCJBaseAnimInstance::bIsInRangedCombat_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bFiredWeaponThisFrame_CODE) == 0x000651, "Member 'UCJBaseAnimInstance::bFiredWeaponThisFrame_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, AimYaw_CODE) == 0x000654, "Member 'UCJBaseAnimInstance::AimYaw_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, AimPitch_CODE) == 0x000658, "Member 'UCJBaseAnimInstance::AimPitch_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsInDialogue_CODE) == 0x00065C, "Member 'UCJBaseAnimInstance::bIsInDialogue_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LocomotionFootPhase_CODE) == 0x000660, "Member 'UCJBaseAnimInstance::LocomotionFootPhase_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsSelfContainedAction_CODE) == 0x000674, "Member 'UCJBaseAnimInstance::bWantsSelfContainedAction_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bInHazard_CODE) == 0x000675, "Member 'UCJBaseAnimInstance::bInHazard_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bIsCameraInfoValid_CODE) == 0x000676, "Member 'UCJBaseAnimInstance::bIsCameraInfoValid_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, CameraRotation_CODE) == 0x000678, "Member 'UCJBaseAnimInstance::CameraRotation_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsVehicleEvadeAction_CODE) == 0x000690, "Member 'UCJBaseAnimInstance::bWantsVehicleEvadeAction_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsVehicleForceExitDriver_CODE) == 0x000691, "Member 'UCJBaseAnimInstance::bWantsVehicleForceExitDriver_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsStealVehicle_CODE) == 0x000692, "Member 'UCJBaseAnimInstance::bWantsStealVehicle_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsOpenDoor_CODE) == 0x000693, "Member 'UCJBaseAnimInstance::bWantsOpenDoor_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, bWantsTraversal_CODE) == 0x000694, "Member 'UCJBaseAnimInstance::bWantsTraversal_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, TraversalSyncAnimContext_CODE) == 0x0006A0, "Member 'UCJBaseAnimInstance::TraversalSyncAnimContext_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, TraversalRequestInfo_CODE) == 0x000830, "Member 'UCJBaseAnimInstance::TraversalRequestInfo_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJBaseAnimInstance, LocomotionMapping) == 0x000848, "Member 'UCJBaseAnimInstance::LocomotionMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNPCAnimInstance \ +static_assert(alignof(UNPCAnimInstance) == 0x000010, "Wrong alignment on UNPCAnimInstance"); \ +static_assert(sizeof(UNPCAnimInstance) == 0x000C90, "Wrong size on UNPCAnimInstance"); \ +static_assert(offsetof(UNPCAnimInstance, CachedGameTime_CODE) == 0x000C78, "Member 'UNPCAnimInstance::CachedGameTime_CODE' has a wrong offset!"); \ +static_assert(offsetof(UNPCAnimInstance, CachedWorldDeltaSeconds_CODE) == 0x000C7C, "Member 'UNPCAnimInstance::CachedWorldDeltaSeconds_CODE' has a wrong offset!"); \ +static_assert(offsetof(UNPCAnimInstance, bSupressOneOffs_CODE) == 0x000C80, "Member 'UNPCAnimInstance::bSupressOneOffs_CODE' has a wrong offset!"); \ +static_assert(offsetof(UNPCAnimInstance, OwningNPC) == 0x000C88, "Member 'UNPCAnimInstance::OwningNPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifySynchronizedEffector \ +static_assert(alignof(UAnimNotifySynchronizedEffector) == 0x000008, "Wrong alignment on UAnimNotifySynchronizedEffector"); \ +static_assert(sizeof(UAnimNotifySynchronizedEffector) == 0x000038, "Wrong size on UAnimNotifySynchronizedEffector"); \ + +#define DUMPER7_ASSERTS_AnimNotifyVFX_SetGameplayTags \ +static_assert(alignof(AnimNotifyVFX_SetGameplayTags) == 0x000008, "Wrong alignment on AnimNotifyVFX_SetGameplayTags"); \ +static_assert(sizeof(AnimNotifyVFX_SetGameplayTags) == 0x000020, "Wrong size on AnimNotifyVFX_SetGameplayTags"); \ +static_assert(offsetof(AnimNotifyVFX_SetGameplayTags, NewGameplayTags) == 0x000000, "Member 'AnimNotifyVFX_SetGameplayTags::NewGameplayTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyVFX_SetJointName \ +static_assert(alignof(AnimNotifyVFX_SetJointName) == 0x000004, "Wrong alignment on AnimNotifyVFX_SetJointName"); \ +static_assert(sizeof(AnimNotifyVFX_SetJointName) == 0x000008, "Wrong size on AnimNotifyVFX_SetJointName"); \ +static_assert(offsetof(AnimNotifyVFX_SetJointName, NewJointName) == 0x000000, "Member 'AnimNotifyVFX_SetJointName::NewJointName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyVFX \ +static_assert(alignof(UAnimNotifyVFX) == 0x000010, "Wrong alignment on UAnimNotifyVFX"); \ +static_assert(sizeof(UAnimNotifyVFX) == 0x0000C0, "Wrong size on UAnimNotifyVFX"); \ +static_assert(offsetof(UAnimNotifyVFX, JointName) == 0x000038, "Member 'UAnimNotifyVFX::JointName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyVFX, OffsetTransform) == 0x000040, "Member 'UAnimNotifyVFX::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyVFX, GameplayTags) == 0x0000A0, "Member 'UAnimNotifyVFX::GameplayTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParryableActionGate \ +static_assert(alignof(UParryableActionGate) == 0x000008, "Wrong alignment on UParryableActionGate"); \ +static_assert(sizeof(UParryableActionGate) == 0x000028, "Wrong size on UParryableActionGate"); \ + +#define DUMPER7_ASSERTS_UAnimSelectionFailedEvaluatorResultType \ +static_assert(alignof(UAnimSelectionFailedEvaluatorResultType) == 0x000008, "Wrong alignment on UAnimSelectionFailedEvaluatorResultType"); \ +static_assert(sizeof(UAnimSelectionFailedEvaluatorResultType) == 0x000028, "Wrong size on UAnimSelectionFailedEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_MoveShape_DebugDrawShape \ +static_assert(alignof(MoveShape_DebugDrawShape) == 0x000010, "Wrong alignment on MoveShape_DebugDrawShape"); \ +static_assert(sizeof(MoveShape_DebugDrawShape) == 0x000080, "Wrong size on MoveShape_DebugDrawShape"); \ +static_assert(offsetof(MoveShape_DebugDrawShape, NewActionInstigator) == 0x000000, "Member 'MoveShape_DebugDrawShape::NewActionInstigator' has a wrong offset!"); \ +static_assert(offsetof(MoveShape_DebugDrawShape, TargetTransform) == 0x000010, "Member 'MoveShape_DebugDrawShape::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(MoveShape_DebugDrawShape, bTargetingSucceeded) == 0x000070, "Member 'MoveShape_DebugDrawShape::bTargetingSucceeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoveShape_IsTargetInShape \ +static_assert(alignof(MoveShape_IsTargetInShape) == 0x000010, "Wrong alignment on MoveShape_IsTargetInShape"); \ +static_assert(sizeof(MoveShape_IsTargetInShape) == 0x000080, "Wrong size on MoveShape_IsTargetInShape"); \ +static_assert(offsetof(MoveShape_IsTargetInShape, NewActionInstigator) == 0x000000, "Member 'MoveShape_IsTargetInShape::NewActionInstigator' has a wrong offset!"); \ +static_assert(offsetof(MoveShape_IsTargetInShape, TargetTransform) == 0x000010, "Member 'MoveShape_IsTargetInShape::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(MoveShape_IsTargetInShape, ReturnValue) == 0x000070, "Member 'MoveShape_IsTargetInShape::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoveShape \ +static_assert(alignof(UMoveShape) == 0x000008, "Wrong alignment on UMoveShape"); \ +static_assert(sizeof(UMoveShape) == 0x000030, "Wrong size on UMoveShape"); \ + +#define DUMPER7_ASSERTS_UArcMoveShape \ +static_assert(alignof(UArcMoveShape) == 0x000008, "Wrong alignment on UArcMoveShape"); \ +static_assert(sizeof(UArcMoveShape) == 0x000040, "Wrong size on UArcMoveShape"); \ +static_assert(offsetof(UArcMoveShape, Arcs) == 0x000030, "Member 'UArcMoveShape::Arcs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJGameplayTagsFunctionLibrary_AppendRandomGameplayTag \ +static_assert(alignof(CJGameplayTagsFunctionLibrary_AppendRandomGameplayTag) == 0x000008, "Wrong alignment on CJGameplayTagsFunctionLibrary_AppendRandomGameplayTag"); \ +static_assert(sizeof(CJGameplayTagsFunctionLibrary_AppendRandomGameplayTag) == 0x000040, "Wrong size on CJGameplayTagsFunctionLibrary_AppendRandomGameplayTag"); \ +static_assert(offsetof(CJGameplayTagsFunctionLibrary_AppendRandomGameplayTag, FromContainer) == 0x000000, "Member 'CJGameplayTagsFunctionLibrary_AppendRandomGameplayTag::FromContainer' has a wrong offset!"); \ +static_assert(offsetof(CJGameplayTagsFunctionLibrary_AppendRandomGameplayTag, ToContainer) == 0x000020, "Member 'CJGameplayTagsFunctionLibrary_AppendRandomGameplayTag::ToContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJGameplayTagsFunctionLibrary_GetGameplayTagFromName \ +static_assert(alignof(CJGameplayTagsFunctionLibrary_GetGameplayTagFromName) == 0x000004, "Wrong alignment on CJGameplayTagsFunctionLibrary_GetGameplayTagFromName"); \ +static_assert(sizeof(CJGameplayTagsFunctionLibrary_GetGameplayTagFromName) == 0x000010, "Wrong size on CJGameplayTagsFunctionLibrary_GetGameplayTagFromName"); \ +static_assert(offsetof(CJGameplayTagsFunctionLibrary_GetGameplayTagFromName, Name_0) == 0x000000, "Member 'CJGameplayTagsFunctionLibrary_GetGameplayTagFromName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(CJGameplayTagsFunctionLibrary_GetGameplayTagFromName, ReturnValue) == 0x000008, "Member 'CJGameplayTagsFunctionLibrary_GetGameplayTagFromName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJGameplayTagsFunctionLibrary_ResetTagContainer \ +static_assert(alignof(CJGameplayTagsFunctionLibrary_ResetTagContainer) == 0x000008, "Wrong alignment on CJGameplayTagsFunctionLibrary_ResetTagContainer"); \ +static_assert(sizeof(CJGameplayTagsFunctionLibrary_ResetTagContainer) == 0x000020, "Wrong size on CJGameplayTagsFunctionLibrary_ResetTagContainer"); \ +static_assert(offsetof(CJGameplayTagsFunctionLibrary_ResetTagContainer, TagContainer) == 0x000000, "Member 'CJGameplayTagsFunctionLibrary_ResetTagContainer::TagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJGameplayTagsFunctionLibrary \ +static_assert(alignof(UCJGameplayTagsFunctionLibrary) == 0x000008, "Wrong alignment on UCJGameplayTagsFunctionLibrary"); \ +static_assert(sizeof(UCJGameplayTagsFunctionLibrary) == 0x000028, "Wrong size on UCJGameplayTagsFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_AOOFunctionPreset_CanPropagate \ +static_assert(alignof(AOOFunctionPreset_CanPropagate) == 0x000008, "Wrong alignment on AOOFunctionPreset_CanPropagate"); \ +static_assert(sizeof(AOOFunctionPreset_CanPropagate) == 0x000088, "Wrong size on AOOFunctionPreset_CanPropagate"); \ +static_assert(offsetof(AOOFunctionPreset_CanPropagate, AOO) == 0x000000, "Member 'AOOFunctionPreset_CanPropagate::AOO' has a wrong offset!"); \ +static_assert(offsetof(AOOFunctionPreset_CanPropagate, Broadcaster) == 0x000008, "Member 'AOOFunctionPreset_CanPropagate::Broadcaster' has a wrong offset!"); \ +static_assert(offsetof(AOOFunctionPreset_CanPropagate, TargetToPropagate) == 0x000010, "Member 'AOOFunctionPreset_CanPropagate::TargetToPropagate' has a wrong offset!"); \ +static_assert(offsetof(AOOFunctionPreset_CanPropagate, ReturnValue) == 0x000080, "Member 'AOOFunctionPreset_CanPropagate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOOFunctionPreset_CanReceivePropagatedTarget \ +static_assert(alignof(AOOFunctionPreset_CanReceivePropagatedTarget) == 0x000008, "Wrong alignment on AOOFunctionPreset_CanReceivePropagatedTarget"); \ +static_assert(sizeof(AOOFunctionPreset_CanReceivePropagatedTarget) == 0x000088, "Wrong size on AOOFunctionPreset_CanReceivePropagatedTarget"); \ +static_assert(offsetof(AOOFunctionPreset_CanReceivePropagatedTarget, AOO) == 0x000000, "Member 'AOOFunctionPreset_CanReceivePropagatedTarget::AOO' has a wrong offset!"); \ +static_assert(offsetof(AOOFunctionPreset_CanReceivePropagatedTarget, Receiver) == 0x000008, "Member 'AOOFunctionPreset_CanReceivePropagatedTarget::Receiver' has a wrong offset!"); \ +static_assert(offsetof(AOOFunctionPreset_CanReceivePropagatedTarget, TargetToPropagate) == 0x000010, "Member 'AOOFunctionPreset_CanReceivePropagatedTarget::TargetToPropagate' has a wrong offset!"); \ +static_assert(offsetof(AOOFunctionPreset_CanReceivePropagatedTarget, ReturnValue) == 0x000080, "Member 'AOOFunctionPreset_CanReceivePropagatedTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOOFunctionPreset_OnSuccessfulPropagation \ +static_assert(alignof(AOOFunctionPreset_OnSuccessfulPropagation) == 0x000008, "Wrong alignment on AOOFunctionPreset_OnSuccessfulPropagation"); \ +static_assert(sizeof(AOOFunctionPreset_OnSuccessfulPropagation) == 0x000010, "Wrong size on AOOFunctionPreset_OnSuccessfulPropagation"); \ +static_assert(offsetof(AOOFunctionPreset_OnSuccessfulPropagation, AOO) == 0x000000, "Member 'AOOFunctionPreset_OnSuccessfulPropagation::AOO' has a wrong offset!"); \ +static_assert(offsetof(AOOFunctionPreset_OnSuccessfulPropagation, Broadcaster) == 0x000008, "Member 'AOOFunctionPreset_OnSuccessfulPropagation::Broadcaster' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAOOFunctionPreset \ +static_assert(alignof(UAOOFunctionPreset) == 0x000008, "Wrong alignment on UAOOFunctionPreset"); \ +static_assert(sizeof(UAOOFunctionPreset) == 0x000028, "Wrong size on UAOOFunctionPreset"); \ + +#define DUMPER7_ASSERTS_UNotificationWidgetCreatorBase \ +static_assert(alignof(UNotificationWidgetCreatorBase) == 0x000008, "Wrong alignment on UNotificationWidgetCreatorBase"); \ +static_assert(sizeof(UNotificationWidgetCreatorBase) == 0x000028, "Wrong size on UNotificationWidgetCreatorBase"); \ + +#define DUMPER7_ASSERTS_UInventoryNotificationWidgetCreator \ +static_assert(alignof(UInventoryNotificationWidgetCreator) == 0x000008, "Wrong alignment on UInventoryNotificationWidgetCreator"); \ +static_assert(sizeof(UInventoryNotificationWidgetCreator) == 0x0000C8, "Wrong size on UInventoryNotificationWidgetCreator"); \ +static_assert(offsetof(UInventoryNotificationWidgetCreator, HandledItems) == 0x000028, "Member 'UInventoryNotificationWidgetCreator::HandledItems' has a wrong offset!"); \ +static_assert(offsetof(UInventoryNotificationWidgetCreator, HandledItemCategories) == 0x000078, "Member 'UInventoryNotificationWidgetCreator::HandledItemCategories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolume_BeginApproach \ +static_assert(alignof(CJDataVolume_BeginApproach) == 0x000008, "Wrong alignment on CJDataVolume_BeginApproach"); \ +static_assert(sizeof(CJDataVolume_BeginApproach) == 0x000020, "Wrong size on CJDataVolume_BeginApproach"); \ +static_assert(offsetof(CJDataVolume_BeginApproach, Character) == 0x000000, "Member 'CJDataVolume_BeginApproach::Character' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolume_BeginApproach, ApproachVelocity) == 0x000008, "Member 'CJDataVolume_BeginApproach::ApproachVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolume_BeginLeave \ +static_assert(alignof(CJDataVolume_BeginLeave) == 0x000008, "Wrong alignment on CJDataVolume_BeginLeave"); \ +static_assert(sizeof(CJDataVolume_BeginLeave) == 0x000020, "Wrong size on CJDataVolume_BeginLeave"); \ +static_assert(offsetof(CJDataVolume_BeginLeave, Character) == 0x000000, "Member 'CJDataVolume_BeginLeave::Character' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolume_BeginLeave, DepartureVelocity) == 0x000008, "Member 'CJDataVolume_BeginLeave::DepartureVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolume_BeginMoveFurtherInto \ +static_assert(alignof(CJDataVolume_BeginMoveFurtherInto) == 0x000008, "Wrong alignment on CJDataVolume_BeginMoveFurtherInto"); \ +static_assert(sizeof(CJDataVolume_BeginMoveFurtherInto) == 0x000020, "Wrong size on CJDataVolume_BeginMoveFurtherInto"); \ +static_assert(offsetof(CJDataVolume_BeginMoveFurtherInto, Character) == 0x000000, "Member 'CJDataVolume_BeginMoveFurtherInto::Character' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolume_BeginMoveFurtherInto, ApproachVelocity) == 0x000008, "Member 'CJDataVolume_BeginMoveFurtherInto::ApproachVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolume_BeginOverlap \ +static_assert(alignof(CJDataVolume_BeginOverlap) == 0x000008, "Wrong alignment on CJDataVolume_BeginOverlap"); \ +static_assert(sizeof(CJDataVolume_BeginOverlap) == 0x000010, "Wrong size on CJDataVolume_BeginOverlap"); \ +static_assert(offsetof(CJDataVolume_BeginOverlap, OverlappingActor) == 0x000000, "Member 'CJDataVolume_BeginOverlap::OverlappingActor' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolume_BeginOverlap, OtherActor) == 0x000008, "Member 'CJDataVolume_BeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolume_BeginWithdraw \ +static_assert(alignof(CJDataVolume_BeginWithdraw) == 0x000008, "Wrong alignment on CJDataVolume_BeginWithdraw"); \ +static_assert(sizeof(CJDataVolume_BeginWithdraw) == 0x000020, "Wrong size on CJDataVolume_BeginWithdraw"); \ +static_assert(offsetof(CJDataVolume_BeginWithdraw, Character) == 0x000000, "Member 'CJDataVolume_BeginWithdraw::Character' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolume_BeginWithdraw, DepartureVelocity) == 0x000008, "Member 'CJDataVolume_BeginWithdraw::DepartureVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolume_EndOverlap \ +static_assert(alignof(CJDataVolume_EndOverlap) == 0x000008, "Wrong alignment on CJDataVolume_EndOverlap"); \ +static_assert(sizeof(CJDataVolume_EndOverlap) == 0x000010, "Wrong size on CJDataVolume_EndOverlap"); \ +static_assert(offsetof(CJDataVolume_EndOverlap, OverlappingActor) == 0x000000, "Member 'CJDataVolume_EndOverlap::OverlappingActor' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolume_EndOverlap, OtherActor) == 0x000008, "Member 'CJDataVolume_EndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolume_GetCharacterVelocityRelationship \ +static_assert(alignof(CJDataVolume_GetCharacterVelocityRelationship) == 0x000008, "Wrong alignment on CJDataVolume_GetCharacterVelocityRelationship"); \ +static_assert(sizeof(CJDataVolume_GetCharacterVelocityRelationship) == 0x000038, "Wrong size on CJDataVolume_GetCharacterVelocityRelationship"); \ +static_assert(offsetof(CJDataVolume_GetCharacterVelocityRelationship, Character) == 0x000000, "Member 'CJDataVolume_GetCharacterVelocityRelationship::Character' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolume_GetCharacterVelocityRelationship, OutRelationship) == 0x000008, "Member 'CJDataVolume_GetCharacterVelocityRelationship::OutRelationship' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolume_GetCharacterVelocityRelationship, ReturnValue) == 0x000030, "Member 'CJDataVolume_GetCharacterVelocityRelationship::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolume_IsApproachingBorder \ +static_assert(alignof(CJDataVolume_IsApproachingBorder) == 0x000008, "Wrong alignment on CJDataVolume_IsApproachingBorder"); \ +static_assert(sizeof(CJDataVolume_IsApproachingBorder) == 0x000028, "Wrong size on CJDataVolume_IsApproachingBorder"); \ +static_assert(offsetof(CJDataVolume_IsApproachingBorder, Character) == 0x000000, "Member 'CJDataVolume_IsApproachingBorder::Character' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolume_IsApproachingBorder, OutApproachVelocity) == 0x000008, "Member 'CJDataVolume_IsApproachingBorder::OutApproachVelocity' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolume_IsApproachingBorder, ReturnValue) == 0x000020, "Member 'CJDataVolume_IsApproachingBorder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolume_IsInside \ +static_assert(alignof(CJDataVolume_IsInside) == 0x000008, "Wrong alignment on CJDataVolume_IsInside"); \ +static_assert(sizeof(CJDataVolume_IsInside) == 0x000010, "Wrong size on CJDataVolume_IsInside"); \ +static_assert(offsetof(CJDataVolume_IsInside, Character) == 0x000000, "Member 'CJDataVolume_IsInside::Character' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolume_IsInside, ReturnValue) == 0x000008, "Member 'CJDataVolume_IsInside::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDataVolume_IsMovingAlongBorder \ +static_assert(alignof(CJDataVolume_IsMovingAlongBorder) == 0x000008, "Wrong alignment on CJDataVolume_IsMovingAlongBorder"); \ +static_assert(sizeof(CJDataVolume_IsMovingAlongBorder) == 0x000010, "Wrong size on CJDataVolume_IsMovingAlongBorder"); \ +static_assert(offsetof(CJDataVolume_IsMovingAlongBorder, Character) == 0x000000, "Member 'CJDataVolume_IsMovingAlongBorder::Character' has a wrong offset!"); \ +static_assert(offsetof(CJDataVolume_IsMovingAlongBorder, ReturnValue) == 0x000008, "Member 'CJDataVolume_IsMovingAlongBorder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACJDataVolume \ +static_assert(alignof(ACJDataVolume) == 0x000010, "Wrong alignment on ACJDataVolume"); \ +static_assert(sizeof(ACJDataVolume) == 0x001360, "Wrong size on ACJDataVolume"); \ +static_assert(offsetof(ACJDataVolume, BehaviorLists) == 0x0002F0, "Member 'ACJDataVolume::BehaviorLists' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, AdditionalBehaviors) == 0x000300, "Member 'ACJDataVolume::AdditionalBehaviors' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, BehaviourMetadata) == 0x000310, "Member 'ACJDataVolume::BehaviourMetadata' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, StreamingDataLayer) == 0x000360, "Member 'ACJDataVolume::StreamingDataLayer' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, OverlappingActors) == 0x000368, "Member 'ACJDataVolume::OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, ScaleCache) == 0x000400, "Member 'ACJDataVolume::ScaleCache' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, PostProcessSettings) == 0x000420, "Member 'ACJDataVolume::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, PostProcessBlendRadius) == 0x000B90, "Member 'ACJDataVolume::PostProcessBlendRadius' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, PostProcessBlendWeight) == 0x000B94, "Member 'ACJDataVolume::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, InteriorDataAsset) == 0x000B98, "Member 'ACJDataVolume::InteriorDataAsset' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, bWatchVelocityOfNearbyAgents) == 0x000BA0, "Member 'ACJDataVolume::bWatchVelocityOfNearbyAgents' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, ApproachThresholdAngle) == 0x000BA4, "Member 'ACJDataVolume::ApproachThresholdAngle' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, RangeOutsideFurthestPoint) == 0x000BA8, "Member 'ACJDataVolume::RangeOutsideFurthestPoint' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, ActivePostProcessBehavior) == 0x000BB0, "Member 'ACJDataVolume::ActivePostProcessBehavior' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, RegisteredPostProcessBehaviors) == 0x000BB8, "Member 'ACJDataVolume::RegisteredPostProcessBehaviors' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, FinalPostProcessSettings) == 0x000BD0, "Member 'ACJDataVolume::FinalPostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, PostProcessingSubsystem) == 0x001340, "Member 'ACJDataVolume::PostProcessingSubsystem' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, CullDistanceSettings) == 0x001348, "Member 'ACJDataVolume::CullDistanceSettings' has a wrong offset!"); \ +static_assert(offsetof(ACJDataVolume, CullDistanceVolume) == 0x001350, "Member 'ACJDataVolume::CullDistanceVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlayOccupiedEvaluatorResultType \ +static_assert(alignof(UOverlayOccupiedEvaluatorResultType) == 0x000008, "Wrong alignment on UOverlayOccupiedEvaluatorResultType"); \ +static_assert(sizeof(UOverlayOccupiedEvaluatorResultType) == 0x000028, "Wrong size on UOverlayOccupiedEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_AreaOfOperations_GetAreaOfOperations \ +static_assert(alignof(AreaOfOperations_GetAreaOfOperations) == 0x000008, "Wrong alignment on AreaOfOperations_GetAreaOfOperations"); \ +static_assert(sizeof(AreaOfOperations_GetAreaOfOperations) == 0x000018, "Wrong size on AreaOfOperations_GetAreaOfOperations"); \ +static_assert(offsetof(AreaOfOperations_GetAreaOfOperations, ContextActor) == 0x000000, "Member 'AreaOfOperations_GetAreaOfOperations::ContextActor' has a wrong offset!"); \ +static_assert(offsetof(AreaOfOperations_GetAreaOfOperations, ConnectedAOOs) == 0x000008, "Member 'AreaOfOperations_GetAreaOfOperations::ConnectedAOOs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AreaOfOperations_IsLocationInsideAOOBounds \ +static_assert(alignof(AreaOfOperations_IsLocationInsideAOOBounds) == 0x000008, "Wrong alignment on AreaOfOperations_IsLocationInsideAOOBounds"); \ +static_assert(sizeof(AreaOfOperations_IsLocationInsideAOOBounds) == 0x000028, "Wrong size on AreaOfOperations_IsLocationInsideAOOBounds"); \ +static_assert(offsetof(AreaOfOperations_IsLocationInsideAOOBounds, ContextActor) == 0x000000, "Member 'AreaOfOperations_IsLocationInsideAOOBounds::ContextActor' has a wrong offset!"); \ +static_assert(offsetof(AreaOfOperations_IsLocationInsideAOOBounds, Location) == 0x000008, "Member 'AreaOfOperations_IsLocationInsideAOOBounds::Location' has a wrong offset!"); \ +static_assert(offsetof(AreaOfOperations_IsLocationInsideAOOBounds, ReturnValue) == 0x000020, "Member 'AreaOfOperations_IsLocationInsideAOOBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AreaOfOperations_IsPartOfAreaOfOperations \ +static_assert(alignof(AreaOfOperations_IsPartOfAreaOfOperations) == 0x000008, "Wrong alignment on AreaOfOperations_IsPartOfAreaOfOperations"); \ +static_assert(sizeof(AreaOfOperations_IsPartOfAreaOfOperations) == 0x000010, "Wrong size on AreaOfOperations_IsPartOfAreaOfOperations"); \ +static_assert(offsetof(AreaOfOperations_IsPartOfAreaOfOperations, Actor) == 0x000000, "Member 'AreaOfOperations_IsPartOfAreaOfOperations::Actor' has a wrong offset!"); \ +static_assert(offsetof(AreaOfOperations_IsPartOfAreaOfOperations, ReturnValue) == 0x000008, "Member 'AreaOfOperations_IsPartOfAreaOfOperations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AreaOfOperations_IsLocationInsideBounds \ +static_assert(alignof(AreaOfOperations_IsLocationInsideBounds) == 0x000008, "Wrong alignment on AreaOfOperations_IsLocationInsideBounds"); \ +static_assert(sizeof(AreaOfOperations_IsLocationInsideBounds) == 0x000020, "Wrong size on AreaOfOperations_IsLocationInsideBounds"); \ +static_assert(offsetof(AreaOfOperations_IsLocationInsideBounds, Location) == 0x000000, "Member 'AreaOfOperations_IsLocationInsideBounds::Location' has a wrong offset!"); \ +static_assert(offsetof(AreaOfOperations_IsLocationInsideBounds, ReturnValue) == 0x000018, "Member 'AreaOfOperations_IsLocationInsideBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AreaOfOperations_OnMemberSpawned \ +static_assert(alignof(AreaOfOperations_OnMemberSpawned) == 0x000008, "Wrong alignment on AreaOfOperations_OnMemberSpawned"); \ +static_assert(sizeof(AreaOfOperations_OnMemberSpawned) == 0x000008, "Wrong size on AreaOfOperations_OnMemberSpawned"); \ +static_assert(offsetof(AreaOfOperations_OnMemberSpawned, SpawnedActor) == 0x000000, "Member 'AreaOfOperations_OnMemberSpawned::SpawnedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAreaOfOperations \ +static_assert(alignof(AAreaOfOperations) == 0x000010, "Wrong alignment on AAreaOfOperations"); \ +static_assert(sizeof(AAreaOfOperations) == 0x001400, "Wrong size on AAreaOfOperations"); \ +static_assert(offsetof(AAreaOfOperations, PerMemberConfig) == 0x001368, "Member 'AAreaOfOperations::PerMemberConfig' has a wrong offset!"); \ +static_assert(offsetof(AAreaOfOperations, ExcludedUserTypes) == 0x001378, "Member 'AAreaOfOperations::ExcludedUserTypes' has a wrong offset!"); \ +static_assert(offsetof(AAreaOfOperations, PropagationRate) == 0x001398, "Member 'AAreaOfOperations::PropagationRate' has a wrong offset!"); \ +static_assert(offsetof(AAreaOfOperations, TargetTypesToPropagate) == 0x0013A0, "Member 'AAreaOfOperations::TargetTypesToPropagate' has a wrong offset!"); \ +static_assert(offsetof(AAreaOfOperations, FunctionPreset) == 0x0013B0, "Member 'AAreaOfOperations::FunctionPreset' has a wrong offset!"); \ +static_assert(offsetof(AAreaOfOperations, ControllerCache) == 0x0013D8, "Member 'AAreaOfOperations::ControllerCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AskNodeAsync_AskNode \ +static_assert(alignof(AskNodeAsync_AskNode) == 0x000008, "Wrong alignment on AskNodeAsync_AskNode"); \ +static_assert(sizeof(AskNodeAsync_AskNode) == 0x0000D0, "Wrong size on AskNodeAsync_AskNode"); \ +static_assert(offsetof(AskNodeAsync_AskNode, WorldContextObject) == 0x000000, "Member 'AskNodeAsync_AskNode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AskNodeAsync_AskNode, ScriptKey_0) == 0x000008, "Member 'AskNodeAsync_AskNode::ScriptKey_0' has a wrong offset!"); \ +static_assert(offsetof(AskNodeAsync_AskNode, InSpeakerId) == 0x000018, "Member 'AskNodeAsync_AskNode::InSpeakerId' has a wrong offset!"); \ +static_assert(offsetof(AskNodeAsync_AskNode, InUpChoice) == 0x000020, "Member 'AskNodeAsync_AskNode::InUpChoice' has a wrong offset!"); \ +static_assert(offsetof(AskNodeAsync_AskNode, InDownChoice) == 0x000038, "Member 'AskNodeAsync_AskNode::InDownChoice' has a wrong offset!"); \ +static_assert(offsetof(AskNodeAsync_AskNode, InLeftChoice) == 0x000050, "Member 'AskNodeAsync_AskNode::InLeftChoice' has a wrong offset!"); \ +static_assert(offsetof(AskNodeAsync_AskNode, InRightChoice) == 0x000068, "Member 'AskNodeAsync_AskNode::InRightChoice' has a wrong offset!"); \ +static_assert(offsetof(AskNodeAsync_AskNode, InUpEnabled) == 0x000080, "Member 'AskNodeAsync_AskNode::InUpEnabled' has a wrong offset!"); \ +static_assert(offsetof(AskNodeAsync_AskNode, InDownEnabled) == 0x000081, "Member 'AskNodeAsync_AskNode::InDownEnabled' has a wrong offset!"); \ +static_assert(offsetof(AskNodeAsync_AskNode, InLeftEnabled) == 0x000082, "Member 'AskNodeAsync_AskNode::InLeftEnabled' has a wrong offset!"); \ +static_assert(offsetof(AskNodeAsync_AskNode, InRightEnabled) == 0x000083, "Member 'AskNodeAsync_AskNode::InRightEnabled' has a wrong offset!"); \ +static_assert(offsetof(AskNodeAsync_AskNode, InventoryChecks) == 0x000088, "Member 'AskNodeAsync_AskNode::InventoryChecks' has a wrong offset!"); \ +static_assert(offsetof(AskNodeAsync_AskNode, ReturnValue) == 0x0000C8, "Member 'AskNodeAsync_AskNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAskNodeAsync \ +static_assert(alignof(UAskNodeAsync) == 0x000008, "Wrong alignment on UAskNodeAsync"); \ +static_assert(sizeof(UAskNodeAsync) == 0x000118, "Wrong size on UAskNodeAsync"); \ +static_assert(offsetof(UAskNodeAsync, SayFlow) == 0x000030, "Member 'UAskNodeAsync::SayFlow' has a wrong offset!"); \ +static_assert(offsetof(UAskNodeAsync, ButtonUp) == 0x0000C0, "Member 'UAskNodeAsync::ButtonUp' has a wrong offset!"); \ +static_assert(offsetof(UAskNodeAsync, ButtonDown) == 0x0000D0, "Member 'UAskNodeAsync::ButtonDown' has a wrong offset!"); \ +static_assert(offsetof(UAskNodeAsync, ButtonLeft) == 0x0000E0, "Member 'UAskNodeAsync::ButtonLeft' has a wrong offset!"); \ +static_assert(offsetof(UAskNodeAsync, ButtonRight) == 0x0000F0, "Member 'UAskNodeAsync::ButtonRight' has a wrong offset!"); \ +static_assert(offsetof(UAskNodeAsync, ScriptKey) == 0x000100, "Member 'UAskNodeAsync::ScriptKey' has a wrong offset!"); \ +static_assert(offsetof(UAskNodeAsync, Speaker) == 0x000110, "Member 'UAskNodeAsync::Speaker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssignStoryCardsBookmarkEvent \ +static_assert(alignof(UAssignStoryCardsBookmarkEvent) == 0x000008, "Wrong alignment on UAssignStoryCardsBookmarkEvent"); \ +static_assert(sizeof(UAssignStoryCardsBookmarkEvent) == 0x000078, "Wrong size on UAssignStoryCardsBookmarkEvent"); \ +static_assert(offsetof(UAssignStoryCardsBookmarkEvent, Cards) == 0x000028, "Member 'UAssignStoryCardsBookmarkEvent::Cards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncSayNodeBase \ +static_assert(alignof(UAsyncSayNodeBase) == 0x000008, "Wrong alignment on UAsyncSayNodeBase"); \ +static_assert(sizeof(UAsyncSayNodeBase) == 0x000040, "Wrong size on UAsyncSayNodeBase"); \ + +#define DUMPER7_ASSERTS_UPlayerAnimInstance \ +static_assert(alignof(UPlayerAnimInstance) == 0x000010, "Wrong alignment on UPlayerAnimInstance"); \ +static_assert(sizeof(UPlayerAnimInstance) == 0x000C80, "Wrong size on UPlayerAnimInstance"); \ + +#define DUMPER7_ASSERTS_AttentionOverlayHelpers_DisableAttentionOverlayForActorMeshes \ +static_assert(alignof(AttentionOverlayHelpers_DisableAttentionOverlayForActorMeshes) == 0x000008, "Wrong alignment on AttentionOverlayHelpers_DisableAttentionOverlayForActorMeshes"); \ +static_assert(sizeof(AttentionOverlayHelpers_DisableAttentionOverlayForActorMeshes) == 0x000010, "Wrong size on AttentionOverlayHelpers_DisableAttentionOverlayForActorMeshes"); \ +static_assert(offsetof(AttentionOverlayHelpers_DisableAttentionOverlayForActorMeshes, InActor) == 0x000000, "Member 'AttentionOverlayHelpers_DisableAttentionOverlayForActorMeshes::InActor' has a wrong offset!"); \ +static_assert(offsetof(AttentionOverlayHelpers_DisableAttentionOverlayForActorMeshes, InAttentionType) == 0x000008, "Member 'AttentionOverlayHelpers_DisableAttentionOverlayForActorMeshes::InAttentionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AttentionOverlayHelpers_EnableAttentionOverlayForActorMeshes \ +static_assert(alignof(AttentionOverlayHelpers_EnableAttentionOverlayForActorMeshes) == 0x000008, "Wrong alignment on AttentionOverlayHelpers_EnableAttentionOverlayForActorMeshes"); \ +static_assert(sizeof(AttentionOverlayHelpers_EnableAttentionOverlayForActorMeshes) == 0x000010, "Wrong size on AttentionOverlayHelpers_EnableAttentionOverlayForActorMeshes"); \ +static_assert(offsetof(AttentionOverlayHelpers_EnableAttentionOverlayForActorMeshes, InActor) == 0x000000, "Member 'AttentionOverlayHelpers_EnableAttentionOverlayForActorMeshes::InActor' has a wrong offset!"); \ +static_assert(offsetof(AttentionOverlayHelpers_EnableAttentionOverlayForActorMeshes, InAttentionType) == 0x000008, "Member 'AttentionOverlayHelpers_EnableAttentionOverlayForActorMeshes::InAttentionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAttentionOverlayHelpers \ +static_assert(alignof(UAttentionOverlayHelpers) == 0x000008, "Wrong alignment on UAttentionOverlayHelpers"); \ +static_assert(sizeof(UAttentionOverlayHelpers) == 0x000028, "Wrong size on UAttentionOverlayHelpers"); \ + +#define DUMPER7_ASSERTS_IAudioEmitterInterface \ +static_assert(alignof(IAudioEmitterInterface) == 0x000001, "Wrong alignment on IAudioEmitterInterface"); \ +static_assert(sizeof(IAudioEmitterInterface) == 0x000001, "Wrong size on IAudioEmitterInterface"); \ + +#define DUMPER7_ASSERTS_CharacterActionNotify_FireNotify \ +static_assert(alignof(CharacterActionNotify_FireNotify) == 0x000008, "Wrong alignment on CharacterActionNotify_FireNotify"); \ +static_assert(sizeof(CharacterActionNotify_FireNotify) == 0x000010, "Wrong size on CharacterActionNotify_FireNotify"); \ +static_assert(offsetof(CharacterActionNotify_FireNotify, ActionUpdateContext) == 0x000000, "Member 'CharacterActionNotify_FireNotify::ActionUpdateContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterActionNotify \ +static_assert(alignof(UCharacterActionNotify) == 0x000008, "Wrong alignment on UCharacterActionNotify"); \ +static_assert(sizeof(UCharacterActionNotify) == 0x000038, "Wrong size on UCharacterActionNotify"); \ +static_assert(offsetof(UCharacterActionNotify, FireTime) == 0x000028, "Member 'UCharacterActionNotify::FireTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsEffectActionNotify \ +static_assert(alignof(UPhysicsEffectActionNotify) == 0x000008, "Wrong alignment on UPhysicsEffectActionNotify"); \ +static_assert(sizeof(UPhysicsEffectActionNotify) == 0x000038, "Wrong size on UPhysicsEffectActionNotify"); \ + +#define DUMPER7_ASSERTS_UAudioLoopManagerSubsystem \ +static_assert(alignof(UAudioLoopManagerSubsystem) == 0x000008, "Wrong alignment on UAudioLoopManagerSubsystem"); \ +static_assert(sizeof(UAudioLoopManagerSubsystem) == 0x0000B0, "Wrong size on UAudioLoopManagerSubsystem"); \ + +#define DUMPER7_ASSERTS_TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated \ +static_assert(alignof(TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated) == 0x000008, "Wrong alignment on TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated"); \ +static_assert(sizeof(TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated) == 0x000030, "Wrong size on TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated, Faction) == 0x000000, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated::Faction' has a wrong offset!"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated, Crime) == 0x000001, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated::Crime' has a wrong offset!"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated, WorldPosition) == 0x000008, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated, Context) == 0x000020, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeEscalated::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryEnforcementTrackerSubsystem_OnCrimeReported \ +static_assert(alignof(TelemetryEnforcementTrackerSubsystem_OnCrimeReported) == 0x000008, "Wrong alignment on TelemetryEnforcementTrackerSubsystem_OnCrimeReported"); \ +static_assert(sizeof(TelemetryEnforcementTrackerSubsystem_OnCrimeReported) == 0x000020, "Wrong size on TelemetryEnforcementTrackerSubsystem_OnCrimeReported"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeReported, Faction) == 0x000000, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeReported::Faction' has a wrong offset!"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeReported, Crime) == 0x000001, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeReported::Crime' has a wrong offset!"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeReported, WorldPosition) == 0x000008, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeReported::WorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryEnforcementTrackerSubsystem_OnCrimeSceneActivated \ +static_assert(alignof(TelemetryEnforcementTrackerSubsystem_OnCrimeSceneActivated) == 0x000008, "Wrong alignment on TelemetryEnforcementTrackerSubsystem_OnCrimeSceneActivated"); \ +static_assert(sizeof(TelemetryEnforcementTrackerSubsystem_OnCrimeSceneActivated) == 0x000020, "Wrong size on TelemetryEnforcementTrackerSubsystem_OnCrimeSceneActivated"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeSceneActivated, Faction) == 0x000000, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeSceneActivated::Faction' has a wrong offset!"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeSceneActivated, Activation) == 0x000001, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeSceneActivated::Activation' has a wrong offset!"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeSceneActivated, WorldPosition) == 0x000008, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeSceneActivated::WorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryEnforcementTrackerSubsystem_OnCrimeStatusUpdated \ +static_assert(alignof(TelemetryEnforcementTrackerSubsystem_OnCrimeStatusUpdated) == 0x000008, "Wrong alignment on TelemetryEnforcementTrackerSubsystem_OnCrimeStatusUpdated"); \ +static_assert(sizeof(TelemetryEnforcementTrackerSubsystem_OnCrimeStatusUpdated) == 0x000020, "Wrong size on TelemetryEnforcementTrackerSubsystem_OnCrimeStatusUpdated"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeStatusUpdated, Faction) == 0x000000, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeStatusUpdated::Faction' has a wrong offset!"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeStatusUpdated, Status) == 0x000001, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeStatusUpdated::Status' has a wrong offset!"); \ +static_assert(offsetof(TelemetryEnforcementTrackerSubsystem_OnCrimeStatusUpdated, WorldPosition) == 0x000008, "Member 'TelemetryEnforcementTrackerSubsystem_OnCrimeStatusUpdated::WorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTelemetryEnforcementTrackerSubsystem \ +static_assert(alignof(UTelemetryEnforcementTrackerSubsystem) == 0x000008, "Wrong alignment on UTelemetryEnforcementTrackerSubsystem"); \ +static_assert(sizeof(UTelemetryEnforcementTrackerSubsystem) == 0x000040, "Wrong size on UTelemetryEnforcementTrackerSubsystem"); \ + +#define DUMPER7_ASSERTS_UAudioRainSubsystem \ +static_assert(alignof(UAudioRainSubsystem) == 0x000008, "Wrong alignment on UAudioRainSubsystem"); \ +static_assert(sizeof(UAudioRainSubsystem) == 0x000218, "Wrong size on UAudioRainSubsystem"); \ +static_assert(offsetof(UAudioRainSubsystem, SurfaceTypeToAudioEventMap) == 0x000058, "Member 'UAudioRainSubsystem::SurfaceTypeToAudioEventMap' has a wrong offset!"); \ +static_assert(offsetof(UAudioRainSubsystem, SurfaceTypeToVoicePoolMap) == 0x0000A8, "Member 'UAudioRainSubsystem::SurfaceTypeToVoicePoolMap' has a wrong offset!"); \ +static_assert(offsetof(UAudioRainSubsystem, World) == 0x0000F8, "Member 'UAudioRainSubsystem::World' has a wrong offset!"); \ +static_assert(offsetof(UAudioRainSubsystem, Player) == 0x000100, "Member 'UAudioRainSubsystem::Player' has a wrong offset!"); \ +static_assert(offsetof(UAudioRainSubsystem, ProbedActorUniqueIds) == 0x000108, "Member 'UAudioRainSubsystem::ProbedActorUniqueIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPooledHudIcon \ +static_assert(alignof(UPooledHudIcon) == 0x000010, "Wrong alignment on UPooledHudIcon"); \ +static_assert(sizeof(UPooledHudIcon) == 0x000100, "Wrong size on UPooledHudIcon"); \ +static_assert(offsetof(UPooledHudIcon, Brush) == 0x000030, "Member 'UPooledHudIcon::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PedestrianGroupMemberComponent_GetDesiredPosition \ +static_assert(alignof(PedestrianGroupMemberComponent_GetDesiredPosition) == 0x000008, "Wrong alignment on PedestrianGroupMemberComponent_GetDesiredPosition"); \ +static_assert(sizeof(PedestrianGroupMemberComponent_GetDesiredPosition) == 0x000018, "Wrong size on PedestrianGroupMemberComponent_GetDesiredPosition"); \ +static_assert(offsetof(PedestrianGroupMemberComponent_GetDesiredPosition, ReturnValue) == 0x000000, "Member 'PedestrianGroupMemberComponent_GetDesiredPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PedestrianGroupMemberComponent_GetDesiredSpeed \ +static_assert(alignof(PedestrianGroupMemberComponent_GetDesiredSpeed) == 0x000004, "Wrong alignment on PedestrianGroupMemberComponent_GetDesiredSpeed"); \ +static_assert(sizeof(PedestrianGroupMemberComponent_GetDesiredSpeed) == 0x000004, "Wrong size on PedestrianGroupMemberComponent_GetDesiredSpeed"); \ +static_assert(offsetof(PedestrianGroupMemberComponent_GetDesiredSpeed, ReturnValue) == 0x000000, "Member 'PedestrianGroupMemberComponent_GetDesiredSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PedestrianGroupMemberComponent_GetLookAtPosition \ +static_assert(alignof(PedestrianGroupMemberComponent_GetLookAtPosition) == 0x000008, "Wrong alignment on PedestrianGroupMemberComponent_GetLookAtPosition"); \ +static_assert(sizeof(PedestrianGroupMemberComponent_GetLookAtPosition) == 0x000018, "Wrong size on PedestrianGroupMemberComponent_GetLookAtPosition"); \ +static_assert(offsetof(PedestrianGroupMemberComponent_GetLookAtPosition, ReturnValue) == 0x000000, "Member 'PedestrianGroupMemberComponent_GetLookAtPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PedestrianGroupMemberComponent_IsSpeaker \ +static_assert(alignof(PedestrianGroupMemberComponent_IsSpeaker) == 0x000001, "Wrong alignment on PedestrianGroupMemberComponent_IsSpeaker"); \ +static_assert(sizeof(PedestrianGroupMemberComponent_IsSpeaker) == 0x000001, "Wrong size on PedestrianGroupMemberComponent_IsSpeaker"); \ +static_assert(offsetof(PedestrianGroupMemberComponent_IsSpeaker, ReturnValue) == 0x000000, "Member 'PedestrianGroupMemberComponent_IsSpeaker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPedestrianGroupMemberComponent \ +static_assert(alignof(UPedestrianGroupMemberComponent) == 0x000008, "Wrong alignment on UPedestrianGroupMemberComponent"); \ +static_assert(sizeof(UPedestrianGroupMemberComponent) == 0x0000D0, "Wrong size on UPedestrianGroupMemberComponent"); \ + +#define DUMPER7_ASSERTS_UAutoEnvironmentalHazardSettings \ +static_assert(alignof(UAutoEnvironmentalHazardSettings) == 0x000008, "Wrong alignment on UAutoEnvironmentalHazardSettings"); \ +static_assert(sizeof(UAutoEnvironmentalHazardSettings) == 0x000278, "Wrong size on UAutoEnvironmentalHazardSettings"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, FlagForActive) == 0x000038, "Member 'UAutoEnvironmentalHazardSettings::FlagForActive' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, HazardSearchDistance) == 0x00003C, "Member 'UAutoEnvironmentalHazardSettings::HazardSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, EnvironmentalTakedownSearchDistance) == 0x000040, "Member 'UAutoEnvironmentalHazardSettings::EnvironmentalTakedownSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, MediumHazardMaxHeight) == 0x000044, "Member 'UAutoEnvironmentalHazardSettings::MediumHazardMaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, MediumHazardMinHeight) == 0x000048, "Member 'UAutoEnvironmentalHazardSettings::MediumHazardMinHeight' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, LowHazardMaxHeight) == 0x00004C, "Member 'UAutoEnvironmentalHazardSettings::LowHazardMaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, LowHazardMinHeight) == 0x000050, "Member 'UAutoEnvironmentalHazardSettings::LowHazardMinHeight' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, WallActionMoveSet) == 0x000058, "Member 'UAutoEnvironmentalHazardSettings::WallActionMoveSet' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, WallActionType) == 0x000080, "Member 'UAutoEnvironmentalHazardSettings::WallActionType' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, WallHazardMinHeight) == 0x0000A8, "Member 'UAutoEnvironmentalHazardSettings::WallHazardMinHeight' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, WallSearchPitchAngleLimit) == 0x0000AC, "Member 'UAutoEnvironmentalHazardSettings::WallSearchPitchAngleLimit' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, WallSearchApproachAngleLimit) == 0x0000B0, "Member 'UAutoEnvironmentalHazardSettings::WallSearchApproachAngleLimit' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, WallMinimumApproachSpeed) == 0x0000B4, "Member 'UAutoEnvironmentalHazardSettings::WallMinimumApproachSpeed' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, WallCooldown) == 0x0000B8, "Member 'UAutoEnvironmentalHazardSettings::WallCooldown' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, WallLinkedLayer) == 0x0000C0, "Member 'UAutoEnvironmentalHazardSettings::WallLinkedLayer' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, TableActionMoveSet) == 0x0000E8, "Member 'UAutoEnvironmentalHazardSettings::TableActionMoveSet' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, TableActionType) == 0x000110, "Member 'UAutoEnvironmentalHazardSettings::TableActionType' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, TableCooldown) == 0x000138, "Member 'UAutoEnvironmentalHazardSettings::TableCooldown' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, TableLinkedLayer) == 0x000140, "Member 'UAutoEnvironmentalHazardSettings::TableLinkedLayer' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, RailingActionMoveSet) == 0x000168, "Member 'UAutoEnvironmentalHazardSettings::RailingActionMoveSet' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, RailingActionType) == 0x000190, "Member 'UAutoEnvironmentalHazardSettings::RailingActionType' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, RailingMaxWidth) == 0x0001B8, "Member 'UAutoEnvironmentalHazardSettings::RailingMaxWidth' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, RailingCooldown) == 0x0001BC, "Member 'UAutoEnvironmentalHazardSettings::RailingCooldown' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, RailingLinkedLayer) == 0x0001C0, "Member 'UAutoEnvironmentalHazardSettings::RailingLinkedLayer' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, StumbleActionMoveSet) == 0x0001E8, "Member 'UAutoEnvironmentalHazardSettings::StumbleActionMoveSet' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, StumbleActionType) == 0x000210, "Member 'UAutoEnvironmentalHazardSettings::StumbleActionType' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, StumbleCooldown) == 0x000238, "Member 'UAutoEnvironmentalHazardSettings::StumbleCooldown' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, StumbleOnCorpseProb) == 0x00023C, "Member 'UAutoEnvironmentalHazardSettings::StumbleOnCorpseProb' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, StumbleProb) == 0x000240, "Member 'UAutoEnvironmentalHazardSettings::StumbleProb' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, StumbleLinkedLayer) == 0x000248, "Member 'UAutoEnvironmentalHazardSettings::StumbleLinkedLayer' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, OverLedgeMaxSlant) == 0x000270, "Member 'UAutoEnvironmentalHazardSettings::OverLedgeMaxSlant' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSettings, OverLedgeMinDropLateralDistance) == 0x000274, "Member 'UAutoEnvironmentalHazardSettings::OverLedgeMinDropLateralDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutotestConfigAsset \ +static_assert(alignof(UAutotestConfigAsset) == 0x000008, "Wrong alignment on UAutotestConfigAsset"); \ +static_assert(sizeof(UAutotestConfigAsset) == 0x0000B0, "Wrong size on UAutotestConfigAsset"); \ +static_assert(offsetof(UAutotestConfigAsset, Name_0) == 0x000030, "Member 'UAutotestConfigAsset::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UAutotestConfigAsset, TestBlueprint) == 0x000038, "Member 'UAutotestConfigAsset::TestBlueprint' has a wrong offset!"); \ +static_assert(offsetof(UAutotestConfigAsset, TestNamedLocation) == 0x000060, "Member 'UAutotestConfigAsset::TestNamedLocation' has a wrong offset!"); \ +static_assert(offsetof(UAutotestConfigAsset, AutotestDataLayerAsset) == 0x000088, "Member 'UAutotestConfigAsset::AutotestDataLayerAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_GetBehaviorTreeFlowDebugString \ +static_assert(alignof(NPCAIController_GetBehaviorTreeFlowDebugString) == 0x000008, "Wrong alignment on NPCAIController_GetBehaviorTreeFlowDebugString"); \ +static_assert(sizeof(NPCAIController_GetBehaviorTreeFlowDebugString) == 0x000018, "Wrong size on NPCAIController_GetBehaviorTreeFlowDebugString"); \ +static_assert(offsetof(NPCAIController_GetBehaviorTreeFlowDebugString, CharacterToDebug) == 0x000000, "Member 'NPCAIController_GetBehaviorTreeFlowDebugString::CharacterToDebug' has a wrong offset!"); \ +static_assert(offsetof(NPCAIController_GetBehaviorTreeFlowDebugString, ReturnValue) == 0x000008, "Member 'NPCAIController_GetBehaviorTreeFlowDebugString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_GetPossessedCharacter \ +static_assert(alignof(NPCAIController_GetPossessedCharacter) == 0x000008, "Wrong alignment on NPCAIController_GetPossessedCharacter"); \ +static_assert(sizeof(NPCAIController_GetPossessedCharacter) == 0x000008, "Wrong size on NPCAIController_GetPossessedCharacter"); \ +static_assert(offsetof(NPCAIController_GetPossessedCharacter, ReturnValue) == 0x000000, "Member 'NPCAIController_GetPossessedCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_LockLogic \ +static_assert(alignof(NPCAIController_LockLogic) == 0x000004, "Wrong alignment on NPCAIController_LockLogic"); \ +static_assert(sizeof(NPCAIController_LockLogic) == 0x000008, "Wrong size on NPCAIController_LockLogic"); \ +static_assert(offsetof(NPCAIController_LockLogic, Key) == 0x000000, "Member 'NPCAIController_LockLogic::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_OnStunStateChanged \ +static_assert(alignof(NPCAIController_OnStunStateChanged) == 0x000001, "Wrong alignment on NPCAIController_OnStunStateChanged"); \ +static_assert(sizeof(NPCAIController_OnStunStateChanged) == 0x000001, "Wrong size on NPCAIController_OnStunStateChanged"); \ +static_assert(offsetof(NPCAIController_OnStunStateChanged, bStunned) == 0x000000, "Member 'NPCAIController_OnStunStateChanged::bStunned' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_PauseLogic \ +static_assert(alignof(NPCAIController_PauseLogic) == 0x000008, "Wrong alignment on NPCAIController_PauseLogic"); \ +static_assert(sizeof(NPCAIController_PauseLogic) == 0x000010, "Wrong size on NPCAIController_PauseLogic"); \ +static_assert(offsetof(NPCAIController_PauseLogic, Reason) == 0x000000, "Member 'NPCAIController_PauseLogic::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_ResumeLogic \ +static_assert(alignof(NPCAIController_ResumeLogic) == 0x000008, "Wrong alignment on NPCAIController_ResumeLogic"); \ +static_assert(sizeof(NPCAIController_ResumeLogic) == 0x000010, "Wrong size on NPCAIController_ResumeLogic"); \ +static_assert(offsetof(NPCAIController_ResumeLogic, Reason) == 0x000000, "Member 'NPCAIController_ResumeLogic::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_RunHTN \ +static_assert(alignof(NPCAIController_RunHTN) == 0x000008, "Wrong alignment on NPCAIController_RunHTN"); \ +static_assert(sizeof(NPCAIController_RunHTN) == 0x000010, "Wrong size on NPCAIController_RunHTN"); \ +static_assert(offsetof(NPCAIController_RunHTN, HTNAsset) == 0x000000, "Member 'NPCAIController_RunHTN::HTNAsset' has a wrong offset!"); \ +static_assert(offsetof(NPCAIController_RunHTN, ReturnValue) == 0x000008, "Member 'NPCAIController_RunHTN::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_StopLogic \ +static_assert(alignof(NPCAIController_StopLogic) == 0x000008, "Wrong alignment on NPCAIController_StopLogic"); \ +static_assert(sizeof(NPCAIController_StopLogic) == 0x000010, "Wrong size on NPCAIController_StopLogic"); \ +static_assert(offsetof(NPCAIController_StopLogic, Reason) == 0x000000, "Member 'NPCAIController_StopLogic::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_UnlockLogic \ +static_assert(alignof(NPCAIController_UnlockLogic) == 0x000004, "Wrong alignment on NPCAIController_UnlockLogic"); \ +static_assert(sizeof(NPCAIController_UnlockLogic) == 0x000008, "Wrong size on NPCAIController_UnlockLogic"); \ +static_assert(offsetof(NPCAIController_UnlockLogic, Key) == 0x000000, "Member 'NPCAIController_UnlockLogic::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_WasLastMovePotentiallyUnreachable \ +static_assert(alignof(NPCAIController_WasLastMovePotentiallyUnreachable) == 0x000001, "Wrong alignment on NPCAIController_WasLastMovePotentiallyUnreachable"); \ +static_assert(sizeof(NPCAIController_WasLastMovePotentiallyUnreachable) == 0x000001, "Wrong size on NPCAIController_WasLastMovePotentiallyUnreachable"); \ +static_assert(offsetof(NPCAIController_WasLastMovePotentiallyUnreachable, ReturnValue) == 0x000000, "Member 'NPCAIController_WasLastMovePotentiallyUnreachable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_DescribeActiveBehaviorTreeTasks \ +static_assert(alignof(NPCAIController_DescribeActiveBehaviorTreeTasks) == 0x000008, "Wrong alignment on NPCAIController_DescribeActiveBehaviorTreeTasks"); \ +static_assert(sizeof(NPCAIController_DescribeActiveBehaviorTreeTasks) == 0x000010, "Wrong size on NPCAIController_DescribeActiveBehaviorTreeTasks"); \ +static_assert(offsetof(NPCAIController_DescribeActiveBehaviorTreeTasks, ReturnValue) == 0x000000, "Member 'NPCAIController_DescribeActiveBehaviorTreeTasks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_DescribeActivePlan \ +static_assert(alignof(NPCAIController_DescribeActivePlan) == 0x000008, "Wrong alignment on NPCAIController_DescribeActivePlan"); \ +static_assert(sizeof(NPCAIController_DescribeActivePlan) == 0x000010, "Wrong size on NPCAIController_DescribeActivePlan"); \ +static_assert(offsetof(NPCAIController_DescribeActivePlan, ReturnValue) == 0x000000, "Member 'NPCAIController_DescribeActivePlan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_DescribeActiveTasks \ +static_assert(alignof(NPCAIController_DescribeActiveTasks) == 0x000008, "Wrong alignment on NPCAIController_DescribeActiveTasks"); \ +static_assert(sizeof(NPCAIController_DescribeActiveTasks) == 0x000010, "Wrong size on NPCAIController_DescribeActiveTasks"); \ +static_assert(offsetof(NPCAIController_DescribeActiveTasks, ReturnValue) == 0x000000, "Member 'NPCAIController_DescribeActiveTasks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_GetTeamAttitudeTowards_BP \ +static_assert(alignof(NPCAIController_GetTeamAttitudeTowards_BP) == 0x000008, "Wrong alignment on NPCAIController_GetTeamAttitudeTowards_BP"); \ +static_assert(sizeof(NPCAIController_GetTeamAttitudeTowards_BP) == 0x000010, "Wrong size on NPCAIController_GetTeamAttitudeTowards_BP"); \ +static_assert(offsetof(NPCAIController_GetTeamAttitudeTowards_BP, Actor) == 0x000000, "Member 'NPCAIController_GetTeamAttitudeTowards_BP::Actor' has a wrong offset!"); \ +static_assert(offsetof(NPCAIController_GetTeamAttitudeTowards_BP, ReturnValue) == 0x000008, "Member 'NPCAIController_GetTeamAttitudeTowards_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_IsActive \ +static_assert(alignof(NPCAIController_IsActive) == 0x000001, "Wrong alignment on NPCAIController_IsActive"); \ +static_assert(sizeof(NPCAIController_IsActive) == 0x000001, "Wrong size on NPCAIController_IsActive"); \ +static_assert(offsetof(NPCAIController_IsActive, ReturnValue) == 0x000000, "Member 'NPCAIController_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_IsPaused \ +static_assert(alignof(NPCAIController_IsPaused) == 0x000001, "Wrong alignment on NPCAIController_IsPaused"); \ +static_assert(sizeof(NPCAIController_IsPaused) == 0x000001, "Wrong size on NPCAIController_IsPaused"); \ +static_assert(offsetof(NPCAIController_IsPaused, ReturnValue) == 0x000000, "Member 'NPCAIController_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCAIController_IsStopped \ +static_assert(alignof(NPCAIController_IsStopped) == 0x000001, "Wrong alignment on NPCAIController_IsStopped"); \ +static_assert(sizeof(NPCAIController_IsStopped) == 0x000001, "Wrong size on NPCAIController_IsStopped"); \ +static_assert(offsetof(NPCAIController_IsStopped, ReturnValue) == 0x000000, "Member 'NPCAIController_IsStopped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANPCAIController \ +static_assert(alignof(ANPCAIController) == 0x000008, "Wrong alignment on ANPCAIController"); \ +static_assert(sizeof(ANPCAIController) == 0x000570, "Wrong size on ANPCAIController"); \ +static_assert(offsetof(ANPCAIController, MotivationInformationComponent) == 0x0003D8, "Member 'ANPCAIController::MotivationInformationComponent' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, PlanningBlackboard) == 0x0003E0, "Member 'ANPCAIController::PlanningBlackboard' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, BaseMotivationSchema) == 0x0003E8, "Member 'ANPCAIController::BaseMotivationSchema' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, BehaviorData) == 0x0003F0, "Member 'ANPCAIController::BehaviorData' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, BaseBT) == 0x0003F8, "Member 'ANPCAIController::BaseBT' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, OnTargetChangedBP) == 0x000400, "Member 'ANPCAIController::OnTargetChangedBP' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, GoalBehaviorState) == 0x000458, "Member 'ANPCAIController::GoalBehaviorState' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, PlanningComponent) == 0x000460, "Member 'ANPCAIController::PlanningComponent' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, BaseHTN) == 0x000468, "Member 'ANPCAIController::BaseHTN' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, LatestTarget) == 0x000470, "Member 'ANPCAIController::LatestTarget' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, CrowdSeperationWeight) == 0x000478, "Member 'ANPCAIController::CrowdSeperationWeight' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, VehicleSightAngleOverride) == 0x00047C, "Member 'ANPCAIController::VehicleSightAngleOverride' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, bIsUsingDoor) == 0x000480, "Member 'ANPCAIController::bIsUsingDoor' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, TetherComponent) == 0x000488, "Member 'ANPCAIController::TetherComponent' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, DistToTargetThreshold) == 0x000490, "Member 'ANPCAIController::DistToTargetThreshold' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, bTrackTargetHeadingLive) == 0x000494, "Member 'ANPCAIController::bTrackTargetHeadingLive' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, DropOnStunTokens) == 0x000498, "Member 'ANPCAIController::DropOnStunTokens' has a wrong offset!"); \ +static_assert(offsetof(ANPCAIController, PossesedCharacter) == 0x000518, "Member 'ANPCAIController::PossesedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAutoTestPSOCacheLocationTool \ +static_assert(alignof(AAutoTestPSOCacheLocationTool) == 0x000008, "Wrong alignment on AAutoTestPSOCacheLocationTool"); \ +static_assert(sizeof(AAutoTestPSOCacheLocationTool) == 0x000390, "Wrong size on AAutoTestPSOCacheLocationTool"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, GridAreaColor) == 0x0002B0, "Member 'AAutoTestPSOCacheLocationTool::GridAreaColor' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, GridPointColor) == 0x0002B4, "Member 'AAutoTestPSOCacheLocationTool::GridPointColor' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, LinetraceColor) == 0x0002B8, "Member 'AAutoTestPSOCacheLocationTool::LinetraceColor' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, GroundPointColor) == 0x0002BC, "Member 'AAutoTestPSOCacheLocationTool::GroundPointColor' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, GridAreaWidhtHeight) == 0x0002C0, "Member 'AAutoTestPSOCacheLocationTool::GridAreaWidhtHeight' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, GridAreaThickness) == 0x0002D0, "Member 'AAutoTestPSOCacheLocationTool::GridAreaThickness' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, GridPointSize) == 0x0002D8, "Member 'AAutoTestPSOCacheLocationTool::GridPointSize' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, GridResolution) == 0x0002E0, "Member 'AAutoTestPSOCacheLocationTool::GridResolution' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, LinetraceLength) == 0x0002E8, "Member 'AAutoTestPSOCacheLocationTool::LinetraceLength' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, LinetraceThickness) == 0x0002F0, "Member 'AAutoTestPSOCacheLocationTool::LinetraceThickness' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, GroundPointSize) == 0x0002F8, "Member 'AAutoTestPSOCacheLocationTool::GroundPointSize' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, CameraRotationSpeed) == 0x000300, "Member 'AAutoTestPSOCacheLocationTool::CameraRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, CacheLocationOffsetZ) == 0x000308, "Member 'AAutoTestPSOCacheLocationTool::CacheLocationOffsetZ' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, RayCastCollisionChannel) == 0x000310, "Member 'AAutoTestPSOCacheLocationTool::RayCastCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, FinalOriginLocation) == 0x000318, "Member 'AAutoTestPSOCacheLocationTool::FinalOriginLocation' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, FinalOriginRotation) == 0x000330, "Member 'AAutoTestPSOCacheLocationTool::FinalOriginRotation' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestPSOCacheLocationTool, FinalCacheLocations) == 0x000348, "Member 'AAutoTestPSOCacheLocationTool::FinalCacheLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WeaponFunctionLibrary_GetMeleeWeapon \ +static_assert(alignof(WeaponFunctionLibrary_GetMeleeWeapon) == 0x000008, "Wrong alignment on WeaponFunctionLibrary_GetMeleeWeapon"); \ +static_assert(sizeof(WeaponFunctionLibrary_GetMeleeWeapon) == 0x000050, "Wrong size on WeaponFunctionLibrary_GetMeleeWeapon"); \ +static_assert(offsetof(WeaponFunctionLibrary_GetMeleeWeapon, WorldContextObject) == 0x000000, "Member 'WeaponFunctionLibrary_GetMeleeWeapon::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WeaponFunctionLibrary_GetMeleeWeapon, InventoryId) == 0x000008, "Member 'WeaponFunctionLibrary_GetMeleeWeapon::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(WeaponFunctionLibrary_GetMeleeWeapon, Item) == 0x000010, "Member 'WeaponFunctionLibrary_GetMeleeWeapon::Item' has a wrong offset!"); \ +static_assert(offsetof(WeaponFunctionLibrary_GetMeleeWeapon, Result) == 0x000048, "Member 'WeaponFunctionLibrary_GetMeleeWeapon::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WeaponFunctionLibrary_GetRangedWeapon \ +static_assert(alignof(WeaponFunctionLibrary_GetRangedWeapon) == 0x000008, "Wrong alignment on WeaponFunctionLibrary_GetRangedWeapon"); \ +static_assert(sizeof(WeaponFunctionLibrary_GetRangedWeapon) == 0x000058, "Wrong size on WeaponFunctionLibrary_GetRangedWeapon"); \ +static_assert(offsetof(WeaponFunctionLibrary_GetRangedWeapon, WorldContextObject) == 0x000000, "Member 'WeaponFunctionLibrary_GetRangedWeapon::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WeaponFunctionLibrary_GetRangedWeapon, InventoryId) == 0x000008, "Member 'WeaponFunctionLibrary_GetRangedWeapon::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(WeaponFunctionLibrary_GetRangedWeapon, bWithAmmo) == 0x000010, "Member 'WeaponFunctionLibrary_GetRangedWeapon::bWithAmmo' has a wrong offset!"); \ +static_assert(offsetof(WeaponFunctionLibrary_GetRangedWeapon, Item) == 0x000018, "Member 'WeaponFunctionLibrary_GetRangedWeapon::Item' has a wrong offset!"); \ +static_assert(offsetof(WeaponFunctionLibrary_GetRangedWeapon, Result) == 0x000050, "Member 'WeaponFunctionLibrary_GetRangedWeapon::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeaponFunctionLibrary \ +static_assert(alignof(UWeaponFunctionLibrary) == 0x000008, "Wrong alignment on UWeaponFunctionLibrary"); \ +static_assert(sizeof(UWeaponFunctionLibrary) == 0x000028, "Wrong size on UWeaponFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_AutoTestSpawner_ActivateDataLayerAndGetAutotest \ +static_assert(alignof(AutoTestSpawner_ActivateDataLayerAndGetAutotest) == 0x000008, "Wrong alignment on AutoTestSpawner_ActivateDataLayerAndGetAutotest"); \ +static_assert(sizeof(AutoTestSpawner_ActivateDataLayerAndGetAutotest) == 0x000018, "Wrong size on AutoTestSpawner_ActivateDataLayerAndGetAutotest"); \ +static_assert(offsetof(AutoTestSpawner_ActivateDataLayerAndGetAutotest, Value) == 0x000000, "Member 'AutoTestSpawner_ActivateDataLayerAndGetAutotest::Value' has a wrong offset!"); \ +static_assert(offsetof(AutoTestSpawner_ActivateDataLayerAndGetAutotest, ReturnValue) == 0x000010, "Member 'AutoTestSpawner_ActivateDataLayerAndGetAutotest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestSpawner_ActivateDataLayerFromConfigAsset \ +static_assert(alignof(AutoTestSpawner_ActivateDataLayerFromConfigAsset) == 0x000008, "Wrong alignment on AutoTestSpawner_ActivateDataLayerFromConfigAsset"); \ +static_assert(sizeof(AutoTestSpawner_ActivateDataLayerFromConfigAsset) == 0x000010, "Wrong size on AutoTestSpawner_ActivateDataLayerFromConfigAsset"); \ +static_assert(offsetof(AutoTestSpawner_ActivateDataLayerFromConfigAsset, Value) == 0x000000, "Member 'AutoTestSpawner_ActivateDataLayerFromConfigAsset::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestSpawner_GetAutotestConfigAssetForTest \ +static_assert(alignof(AutoTestSpawner_GetAutotestConfigAssetForTest) == 0x000008, "Wrong alignment on AutoTestSpawner_GetAutotestConfigAssetForTest"); \ +static_assert(sizeof(AutoTestSpawner_GetAutotestConfigAssetForTest) == 0x000018, "Wrong size on AutoTestSpawner_GetAutotestConfigAssetForTest"); \ +static_assert(offsetof(AutoTestSpawner_GetAutotestConfigAssetForTest, Value) == 0x000000, "Member 'AutoTestSpawner_GetAutotestConfigAssetForTest::Value' has a wrong offset!"); \ +static_assert(offsetof(AutoTestSpawner_GetAutotestConfigAssetForTest, ReturnValue) == 0x000010, "Member 'AutoTestSpawner_GetAutotestConfigAssetForTest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestSpawner_GetAutotestFromConfigAsset \ +static_assert(alignof(AutoTestSpawner_GetAutotestFromConfigAsset) == 0x000008, "Wrong alignment on AutoTestSpawner_GetAutotestFromConfigAsset"); \ +static_assert(sizeof(AutoTestSpawner_GetAutotestFromConfigAsset) == 0x000018, "Wrong size on AutoTestSpawner_GetAutotestFromConfigAsset"); \ +static_assert(offsetof(AutoTestSpawner_GetAutotestFromConfigAsset, Value) == 0x000000, "Member 'AutoTestSpawner_GetAutotestFromConfigAsset::Value' has a wrong offset!"); \ +static_assert(offsetof(AutoTestSpawner_GetAutotestFromConfigAsset, ReturnValue) == 0x000010, "Member 'AutoTestSpawner_GetAutotestFromConfigAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestSpawner_IsAutotestDataLayerActive \ +static_assert(alignof(AutoTestSpawner_IsAutotestDataLayerActive) == 0x000008, "Wrong alignment on AutoTestSpawner_IsAutotestDataLayerActive"); \ +static_assert(sizeof(AutoTestSpawner_IsAutotestDataLayerActive) == 0x000018, "Wrong size on AutoTestSpawner_IsAutotestDataLayerActive"); \ +static_assert(offsetof(AutoTestSpawner_IsAutotestDataLayerActive, Value) == 0x000000, "Member 'AutoTestSpawner_IsAutotestDataLayerActive::Value' has a wrong offset!"); \ +static_assert(offsetof(AutoTestSpawner_IsAutotestDataLayerActive, ReturnValue) == 0x000010, "Member 'AutoTestSpawner_IsAutotestDataLayerActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestSpawner_SpawnAndGetAutoTest \ +static_assert(alignof(AutoTestSpawner_SpawnAndGetAutoTest) == 0x000008, "Wrong alignment on AutoTestSpawner_SpawnAndGetAutoTest"); \ +static_assert(sizeof(AutoTestSpawner_SpawnAndGetAutoTest) == 0x000018, "Wrong size on AutoTestSpawner_SpawnAndGetAutoTest"); \ +static_assert(offsetof(AutoTestSpawner_SpawnAndGetAutoTest, Value) == 0x000000, "Member 'AutoTestSpawner_SpawnAndGetAutoTest::Value' has a wrong offset!"); \ +static_assert(offsetof(AutoTestSpawner_SpawnAndGetAutoTest, ReturnValue) == 0x000010, "Member 'AutoTestSpawner_SpawnAndGetAutoTest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestSpawner_SpawnAutoTest \ +static_assert(alignof(AutoTestSpawner_SpawnAutoTest) == 0x000008, "Wrong alignment on AutoTestSpawner_SpawnAutoTest"); \ +static_assert(sizeof(AutoTestSpawner_SpawnAutoTest) == 0x000010, "Wrong size on AutoTestSpawner_SpawnAutoTest"); \ +static_assert(offsetof(AutoTestSpawner_SpawnAutoTest, Value) == 0x000000, "Member 'AutoTestSpawner_SpawnAutoTest::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAutoTestSpawner \ +static_assert(alignof(AAutoTestSpawner) == 0x000008, "Wrong alignment on AAutoTestSpawner"); \ +static_assert(sizeof(AAutoTestSpawner) == 0x0003A0, "Wrong size on AAutoTestSpawner"); \ +static_assert(offsetof(AAutoTestSpawner, TestBluePrints) == 0x0002B0, "Member 'AAutoTestSpawner::TestBluePrints' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestSpawner, TestBluePrintsPSO) == 0x000300, "Member 'AAutoTestSpawner::TestBluePrintsPSO' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestSpawner, TestAutotestConfigAssets) == 0x000350, "Member 'AAutoTestSpawner::TestAutotestConfigAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_OnRequestFinished \ +static_assert(alignof(MeleeComponent_OnRequestFinished) == 0x000008, "Wrong alignment on MeleeComponent_OnRequestFinished"); \ +static_assert(sizeof(MeleeComponent_OnRequestFinished) == 0x000010, "Wrong size on MeleeComponent_OnRequestFinished"); \ +static_assert(offsetof(MeleeComponent_OnRequestFinished, Handler) == 0x000000, "Member 'MeleeComponent_OnRequestFinished::Handler' has a wrong offset!"); \ +static_assert(offsetof(MeleeComponent_OnRequestFinished, CurrentRequestID) == 0x000008, "Member 'MeleeComponent_OnRequestFinished::CurrentRequestID' has a wrong offset!"); \ +static_assert(offsetof(MeleeComponent_OnRequestFinished, Result) == 0x00000C, "Member 'MeleeComponent_OnRequestFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_OnRequestStarted \ +static_assert(alignof(MeleeComponent_OnRequestStarted) == 0x000008, "Wrong alignment on MeleeComponent_OnRequestStarted"); \ +static_assert(sizeof(MeleeComponent_OnRequestStarted) == 0x000010, "Wrong size on MeleeComponent_OnRequestStarted"); \ +static_assert(offsetof(MeleeComponent_OnRequestStarted, OwningActor) == 0x000000, "Member 'MeleeComponent_OnRequestStarted::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(MeleeComponent_OnRequestStarted, CurrentRequestID) == 0x000008, "Member 'MeleeComponent_OnRequestStarted::CurrentRequestID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_OnWieldWeapon \ +static_assert(alignof(MeleeComponent_OnWieldWeapon) == 0x000008, "Wrong alignment on MeleeComponent_OnWieldWeapon"); \ +static_assert(sizeof(MeleeComponent_OnWieldWeapon) == 0x000008, "Wrong size on MeleeComponent_OnWieldWeapon"); \ +static_assert(offsetof(MeleeComponent_OnWieldWeapon, Weapon) == 0x000000, "Member 'MeleeComponent_OnWieldWeapon::Weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_RequestMeleeAction \ +static_assert(alignof(MeleeComponent_RequestMeleeAction) == 0x000010, "Wrong alignment on MeleeComponent_RequestMeleeAction"); \ +static_assert(sizeof(MeleeComponent_RequestMeleeAction) == 0x000140, "Wrong size on MeleeComponent_RequestMeleeAction"); \ +static_assert(offsetof(MeleeComponent_RequestMeleeAction, MeleeType) == 0x000000, "Member 'MeleeComponent_RequestMeleeAction::MeleeType' has a wrong offset!"); \ +static_assert(offsetof(MeleeComponent_RequestMeleeAction, OverrideBlock) == 0x000010, "Member 'MeleeComponent_RequestMeleeAction::OverrideBlock' has a wrong offset!"); \ +static_assert(offsetof(MeleeComponent_RequestMeleeAction, ReturnValue) == 0x000130, "Member 'MeleeComponent_RequestMeleeAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_RequestMeleeActionSingle \ +static_assert(alignof(MeleeComponent_RequestMeleeActionSingle) == 0x000010, "Wrong alignment on MeleeComponent_RequestMeleeActionSingle"); \ +static_assert(sizeof(MeleeComponent_RequestMeleeActionSingle) == 0x000080, "Wrong size on MeleeComponent_RequestMeleeActionSingle"); \ +static_assert(offsetof(MeleeComponent_RequestMeleeActionSingle, MeleeType) == 0x000000, "Member 'MeleeComponent_RequestMeleeActionSingle::MeleeType' has a wrong offset!"); \ +static_assert(offsetof(MeleeComponent_RequestMeleeActionSingle, AnchorTransform) == 0x000010, "Member 'MeleeComponent_RequestMeleeActionSingle::AnchorTransform' has a wrong offset!"); \ +static_assert(offsetof(MeleeComponent_RequestMeleeActionSingle, bInterrupt) == 0x000070, "Member 'MeleeComponent_RequestMeleeActionSingle::bInterrupt' has a wrong offset!"); \ +static_assert(offsetof(MeleeComponent_RequestMeleeActionSingle, ReturnValue) == 0x000074, "Member 'MeleeComponent_RequestMeleeActionSingle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_SetMeleeMoveSet \ +static_assert(alignof(MeleeComponent_SetMeleeMoveSet) == 0x000008, "Wrong alignment on MeleeComponent_SetMeleeMoveSet"); \ +static_assert(sizeof(MeleeComponent_SetMeleeMoveSet) == 0x000008, "Wrong size on MeleeComponent_SetMeleeMoveSet"); \ +static_assert(offsetof(MeleeComponent_SetMeleeMoveSet, NewMoveset) == 0x000000, "Member 'MeleeComponent_SetMeleeMoveSet::NewMoveset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_SetTaggedMoveset \ +static_assert(alignof(MeleeComponent_SetTaggedMoveset) == 0x000008, "Wrong alignment on MeleeComponent_SetTaggedMoveset"); \ +static_assert(sizeof(MeleeComponent_SetTaggedMoveset) == 0x000010, "Wrong size on MeleeComponent_SetTaggedMoveset"); \ +static_assert(offsetof(MeleeComponent_SetTaggedMoveset, NewMoveset) == 0x000000, "Member 'MeleeComponent_SetTaggedMoveset::NewMoveset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_GetClosingRate \ +static_assert(alignof(MeleeComponent_GetClosingRate) == 0x000004, "Wrong alignment on MeleeComponent_GetClosingRate"); \ +static_assert(sizeof(MeleeComponent_GetClosingRate) == 0x000004, "Wrong size on MeleeComponent_GetClosingRate"); \ +static_assert(offsetof(MeleeComponent_GetClosingRate, ReturnValue) == 0x000000, "Member 'MeleeComponent_GetClosingRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_GetLastDealtDamageTimestamp \ +static_assert(alignof(MeleeComponent_GetLastDealtDamageTimestamp) == 0x000004, "Wrong alignment on MeleeComponent_GetLastDealtDamageTimestamp"); \ +static_assert(sizeof(MeleeComponent_GetLastDealtDamageTimestamp) == 0x000004, "Wrong size on MeleeComponent_GetLastDealtDamageTimestamp"); \ +static_assert(offsetof(MeleeComponent_GetLastDealtDamageTimestamp, ReturnValue) == 0x000000, "Member 'MeleeComponent_GetLastDealtDamageTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_GetLastMeleeActioonTimestamp \ +static_assert(alignof(MeleeComponent_GetLastMeleeActioonTimestamp) == 0x000004, "Wrong alignment on MeleeComponent_GetLastMeleeActioonTimestamp"); \ +static_assert(sizeof(MeleeComponent_GetLastMeleeActioonTimestamp) == 0x000004, "Wrong size on MeleeComponent_GetLastMeleeActioonTimestamp"); \ +static_assert(offsetof(MeleeComponent_GetLastMeleeActioonTimestamp, ReturnValue) == 0x000000, "Member 'MeleeComponent_GetLastMeleeActioonTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_GetLastTakenDamageTimestamp \ +static_assert(alignof(MeleeComponent_GetLastTakenDamageTimestamp) == 0x000004, "Wrong alignment on MeleeComponent_GetLastTakenDamageTimestamp"); \ +static_assert(sizeof(MeleeComponent_GetLastTakenDamageTimestamp) == 0x000004, "Wrong size on MeleeComponent_GetLastTakenDamageTimestamp"); \ +static_assert(offsetof(MeleeComponent_GetLastTakenDamageTimestamp, ReturnValue) == 0x000000, "Member 'MeleeComponent_GetLastTakenDamageTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_IsBlocking \ +static_assert(alignof(MeleeComponent_IsBlocking) == 0x000001, "Wrong alignment on MeleeComponent_IsBlocking"); \ +static_assert(sizeof(MeleeComponent_IsBlocking) == 0x000001, "Wrong size on MeleeComponent_IsBlocking"); \ +static_assert(offsetof(MeleeComponent_IsBlocking, ReturnValue) == 0x000000, "Member 'MeleeComponent_IsBlocking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeComponent_IsMeleeActive \ +static_assert(alignof(MeleeComponent_IsMeleeActive) == 0x000001, "Wrong alignment on MeleeComponent_IsMeleeActive"); \ +static_assert(sizeof(MeleeComponent_IsMeleeActive) == 0x000001, "Wrong size on MeleeComponent_IsMeleeActive"); \ +static_assert(offsetof(MeleeComponent_IsMeleeActive, ReturnValue) == 0x000000, "Member 'MeleeComponent_IsMeleeActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeComponent \ +static_assert(alignof(UMeleeComponent) == 0x000008, "Wrong alignment on UMeleeComponent"); \ +static_assert(sizeof(UMeleeComponent) == 0x0002F8, "Wrong size on UMeleeComponent"); \ +static_assert(offsetof(UMeleeComponent, OwningCharacter) == 0x0000C0, "Member 'UMeleeComponent::OwningCharacter' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, ActionHandler) == 0x0000C8, "Member 'UMeleeComponent::ActionHandler' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, MeleeTarget) == 0x0000D0, "Member 'UMeleeComponent::MeleeTarget' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, PreviousMeleeTarget) == 0x0000F8, "Member 'UMeleeComponent::PreviousMeleeTarget' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, TargetingRange) == 0x000120, "Member 'UMeleeComponent::TargetingRange' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, ThrowTargetingMultiplier) == 0x000124, "Member 'UMeleeComponent::ThrowTargetingMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, MovementConsiderationTime) == 0x000128, "Member 'UMeleeComponent::MovementConsiderationTime' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, MeleeMoveSet) == 0x000130, "Member 'UMeleeComponent::MeleeMoveSet' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, MeleeMoveSetOverride) == 0x000138, "Member 'UMeleeComponent::MeleeMoveSetOverride' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, BlockingStatusEffect) == 0x000140, "Member 'UMeleeComponent::BlockingStatusEffect' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, bMeleeTimeoutEnabled) == 0x000148, "Member 'UMeleeComponent::bMeleeTimeoutEnabled' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, CombatWarpBalance) == 0x00014C, "Member 'UMeleeComponent::CombatWarpBalance' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, MeleeCooldownTime) == 0x000150, "Member 'UMeleeComponent::MeleeCooldownTime' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, LastMeleeDamageTakenTimestamp) == 0x000154, "Member 'UMeleeComponent::LastMeleeDamageTakenTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, EvadeDistance) == 0x000158, "Member 'UMeleeComponent::EvadeDistance' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, CameraAxisTolerance) == 0x00015C, "Member 'UMeleeComponent::CameraAxisTolerance' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, bAlignToCameraAxis) == 0x000160, "Member 'UMeleeComponent::bAlignToCameraAxis' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, MinAxisDist) == 0x000164, "Member 'UMeleeComponent::MinAxisDist' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, AttackInfoStorageDuration) == 0x000168, "Member 'UMeleeComponent::AttackInfoStorageDuration' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, bClearAttackInfoEntryWhenKilled) == 0x00016C, "Member 'UMeleeComponent::bClearAttackInfoEntryWhenKilled' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, DefensiveStunPercentage) == 0x000170, "Member 'UMeleeComponent::DefensiveStunPercentage' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, DamageAndPostureDefinitionsTable) == 0x000178, "Member 'UMeleeComponent::DamageAndPostureDefinitionsTable' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, ContainedActionSASLayers) == 0x000180, "Member 'UMeleeComponent::ContainedActionSASLayers' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, ClosingRateBlendFactor) == 0x0001D0, "Member 'UMeleeComponent::ClosingRateBlendFactor' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, MeleeHitStimEventTag) == 0x0001D4, "Member 'UMeleeComponent::MeleeHitStimEventTag' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, RecentAttackInfo) == 0x0001E8, "Member 'UMeleeComponent::RecentAttackInfo' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, MoveSets) == 0x000298, "Member 'UMeleeComponent::MoveSets' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, SquaredTargetClosingRate) == 0x0002A8, "Member 'UMeleeComponent::SquaredTargetClosingRate' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, TargetOffset) == 0x0002B0, "Member 'UMeleeComponent::TargetOffset' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, OnEnteredMelee) == 0x0002C8, "Member 'UMeleeComponent::OnEnteredMelee' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, OnExitedMelee) == 0x0002D8, "Member 'UMeleeComponent::OnExitedMelee' has a wrong offset!"); \ +static_assert(offsetof(UMeleeComponent, OnMeleeTargetChanged) == 0x0002E8, "Member 'UMeleeComponent::OnMeleeTargetChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestSubsystem_PopulateSpline \ +static_assert(alignof(AutoTestSubsystem_PopulateSpline) == 0x000008, "Wrong alignment on AutoTestSubsystem_PopulateSpline"); \ +static_assert(sizeof(AutoTestSubsystem_PopulateSpline) == 0x000040, "Wrong size on AutoTestSubsystem_PopulateSpline"); \ +static_assert(offsetof(AutoTestSubsystem_PopulateSpline, SplineComponent) == 0x000000, "Member 'AutoTestSubsystem_PopulateSpline::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(AutoTestSubsystem_PopulateSpline, Start) == 0x000008, "Member 'AutoTestSubsystem_PopulateSpline::Start' has a wrong offset!"); \ +static_assert(offsetof(AutoTestSubsystem_PopulateSpline, stop) == 0x000020, "Member 'AutoTestSubsystem_PopulateSpline::stop' has a wrong offset!"); \ +static_assert(offsetof(AutoTestSubsystem_PopulateSpline, Density) == 0x000038, "Member 'AutoTestSubsystem_PopulateSpline::Density' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAutoTestSubsystem \ +static_assert(alignof(AAutoTestSubsystem) == 0x000008, "Wrong alignment on AAutoTestSubsystem"); \ +static_assert(sizeof(AAutoTestSubsystem) == 0x000370, "Wrong size on AAutoTestSubsystem"); \ +static_assert(offsetof(AAutoTestSubsystem, TestStarted) == 0x0002C0, "Member 'AAutoTestSubsystem::TestStarted' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestSubsystem, TestCompleted) == 0x0002C1, "Member 'AAutoTestSubsystem::TestCompleted' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestSubsystem, TestResult) == 0x0002C2, "Member 'AAutoTestSubsystem::TestResult' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestSubsystem, TestResultString) == 0x0002C8, "Member 'AAutoTestSubsystem::TestResultString' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestSubsystem, LastCompletedTestStage) == 0x0002D8, "Member 'AAutoTestSubsystem::LastCompletedTestStage' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestSubsystem, TestStartLocation) == 0x0002E8, "Member 'AAutoTestSubsystem::TestStartLocation' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestSubsystem, TestStartRotation) == 0x000300, "Member 'AAutoTestSubsystem::TestStartRotation' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestSubsystem, TestNamedLocationAsset) == 0x000318, "Member 'AAutoTestSubsystem::TestNamedLocationAsset' has a wrong offset!"); \ +static_assert(offsetof(AAutoTestSubsystem, AdditionalNamedLocations) == 0x000320, "Member 'AAutoTestSubsystem::AdditionalNamedLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABasicControlledCineCameraActor \ +static_assert(alignof(ABasicControlledCineCameraActor) == 0x000010, "Wrong alignment on ABasicControlledCineCameraActor"); \ +static_assert(sizeof(ABasicControlledCineCameraActor) == 0x000B00, "Wrong size on ABasicControlledCineCameraActor"); \ +static_assert(offsetof(ABasicControlledCineCameraActor, RotationLimiter) == 0x000AD8, "Member 'ABasicControlledCineCameraActor::RotationLimiter' has a wrong offset!"); \ +static_assert(offsetof(ABasicControlledCineCameraActor, SensitivityScale) == 0x000AE0, "Member 'ABasicControlledCineCameraActor::SensitivityScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_AddCharacterResponse \ +static_assert(alignof(CJCharacter_AddCharacterResponse) == 0x000008, "Wrong alignment on CJCharacter_AddCharacterResponse"); \ +static_assert(sizeof(CJCharacter_AddCharacterResponse) == 0x000028, "Wrong size on CJCharacter_AddCharacterResponse"); \ +static_assert(offsetof(CJCharacter_AddCharacterResponse, FlagKey) == 0x000000, "Member 'CJCharacter_AddCharacterResponse::FlagKey' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_AddCharacterResponse, Response) == 0x000008, "Member 'CJCharacter_AddCharacterResponse::Response' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_AddGenericGameplayTag \ +static_assert(alignof(CJCharacter_AddGenericGameplayTag) == 0x000004, "Wrong alignment on CJCharacter_AddGenericGameplayTag"); \ +static_assert(sizeof(CJCharacter_AddGenericGameplayTag) == 0x000008, "Wrong size on CJCharacter_AddGenericGameplayTag"); \ +static_assert(offsetof(CJCharacter_AddGenericGameplayTag, Tag) == 0x000000, "Member 'CJCharacter_AddGenericGameplayTag::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_AddGenericGameplayTags \ +static_assert(alignof(CJCharacter_AddGenericGameplayTags) == 0x000008, "Wrong alignment on CJCharacter_AddGenericGameplayTags"); \ +static_assert(sizeof(CJCharacter_AddGenericGameplayTags) == 0x000020, "Wrong size on CJCharacter_AddGenericGameplayTags"); \ +static_assert(offsetof(CJCharacter_AddGenericGameplayTags, InTags) == 0x000000, "Member 'CJCharacter_AddGenericGameplayTags::InTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_Aim \ +static_assert(alignof(CJCharacter_Aim) == 0x000008, "Wrong alignment on CJCharacter_Aim"); \ +static_assert(sizeof(CJCharacter_Aim) == 0x000018, "Wrong size on CJCharacter_Aim"); \ +static_assert(offsetof(CJCharacter_Aim, in_target) == 0x000000, "Member 'CJCharacter_Aim::in_target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_ApplyCharacterVisuals \ +static_assert(alignof(CJCharacter_ApplyCharacterVisuals) == 0x000008, "Wrong alignment on CJCharacter_ApplyCharacterVisuals"); \ +static_assert(sizeof(CJCharacter_ApplyCharacterVisuals) == 0x000008, "Wrong size on CJCharacter_ApplyCharacterVisuals"); \ +static_assert(offsetof(CJCharacter_ApplyCharacterVisuals, CharacterVisuals) == 0x000000, "Member 'CJCharacter_ApplyCharacterVisuals::CharacterVisuals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_AttemptDisarm \ +static_assert(alignof(CJCharacter_AttemptDisarm) == 0x000001, "Wrong alignment on CJCharacter_AttemptDisarm"); \ +static_assert(sizeof(CJCharacter_AttemptDisarm) == 0x000001, "Wrong size on CJCharacter_AttemptDisarm"); \ +static_assert(offsetof(CJCharacter_AttemptDisarm, ReturnValue) == 0x000000, "Member 'CJCharacter_AttemptDisarm::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_BP_NotifyHeavyPhysicsDamage \ +static_assert(alignof(CJCharacter_BP_NotifyHeavyPhysicsDamage) == 0x000008, "Wrong alignment on CJCharacter_BP_NotifyHeavyPhysicsDamage"); \ +static_assert(sizeof(CJCharacter_BP_NotifyHeavyPhysicsDamage) == 0x000048, "Wrong size on CJCharacter_BP_NotifyHeavyPhysicsDamage"); \ +static_assert(offsetof(CJCharacter_BP_NotifyHeavyPhysicsDamage, ImpactingActor) == 0x000000, "Member 'CJCharacter_BP_NotifyHeavyPhysicsDamage::ImpactingActor' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_BP_NotifyHeavyPhysicsDamage, BaseDamage) == 0x000008, "Member 'CJCharacter_BP_NotifyHeavyPhysicsDamage::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_BP_NotifyHeavyPhysicsDamage, HitDirection) == 0x000010, "Member 'CJCharacter_BP_NotifyHeavyPhysicsDamage::HitDirection' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_BP_NotifyHeavyPhysicsDamage, HitLocation) == 0x000028, "Member 'CJCharacter_BP_NotifyHeavyPhysicsDamage::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_BP_NotifyHeavyPhysicsDamage, DamageType) == 0x000040, "Member 'CJCharacter_BP_NotifyHeavyPhysicsDamage::DamageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_ClearCharacterResponse \ +static_assert(alignof(CJCharacter_ClearCharacterResponse) == 0x000001, "Wrong alignment on CJCharacter_ClearCharacterResponse"); \ +static_assert(sizeof(CJCharacter_ClearCharacterResponse) == 0x000001, "Wrong size on CJCharacter_ClearCharacterResponse"); \ +static_assert(offsetof(CJCharacter_ClearCharacterResponse, FlagKey) == 0x000000, "Member 'CJCharacter_ClearCharacterResponse::FlagKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_Die \ +static_assert(alignof(CJCharacter_Die) == 0x000001, "Wrong alignment on CJCharacter_Die"); \ +static_assert(sizeof(CJCharacter_Die) == 0x000001, "Wrong size on CJCharacter_Die"); \ +static_assert(offsetof(CJCharacter_Die, Death) == 0x000000, "Member 'CJCharacter_Die::Death' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_DoFallDamage \ +static_assert(alignof(CJCharacter_DoFallDamage) == 0x000004, "Wrong alignment on CJCharacter_DoFallDamage"); \ +static_assert(sizeof(CJCharacter_DoFallDamage) == 0x000004, "Wrong size on CJCharacter_DoFallDamage"); \ +static_assert(offsetof(CJCharacter_DoFallDamage, DistanceFallen) == 0x000000, "Member 'CJCharacter_DoFallDamage::DistanceFallen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_EmitWwiseEvent \ +static_assert(alignof(CJCharacter_EmitWwiseEvent) == 0x000008, "Wrong alignment on CJCharacter_EmitWwiseEvent"); \ +static_assert(sizeof(CJCharacter_EmitWwiseEvent) == 0x000018, "Wrong size on CJCharacter_EmitWwiseEvent"); \ +static_assert(offsetof(CJCharacter_EmitWwiseEvent, Event) == 0x000000, "Member 'CJCharacter_EmitWwiseEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_EmitWwiseEvent, EmitterName) == 0x000008, "Member 'CJCharacter_EmitWwiseEvent::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_EmitWwiseEvent, ReturnValue) == 0x000010, "Member 'CJCharacter_EmitWwiseEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_EmitWwiseEventOnBone \ +static_assert(alignof(CJCharacter_EmitWwiseEventOnBone) == 0x000008, "Wrong alignment on CJCharacter_EmitWwiseEventOnBone"); \ +static_assert(sizeof(CJCharacter_EmitWwiseEventOnBone) == 0x000018, "Wrong size on CJCharacter_EmitWwiseEventOnBone"); \ +static_assert(offsetof(CJCharacter_EmitWwiseEventOnBone, Event) == 0x000000, "Member 'CJCharacter_EmitWwiseEventOnBone::Event' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_EmitWwiseEventOnBone, BoneName) == 0x000008, "Member 'CJCharacter_EmitWwiseEventOnBone::BoneName' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_EmitWwiseEventOnBone, ReturnValue) == 0x000010, "Member 'CJCharacter_EmitWwiseEventOnBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_EnterCombatState \ +static_assert(alignof(CJCharacter_EnterCombatState) == 0x000004, "Wrong alignment on CJCharacter_EnterCombatState"); \ +static_assert(sizeof(CJCharacter_EnterCombatState) == 0x000008, "Wrong size on CJCharacter_EnterCombatState"); \ +static_assert(offsetof(CJCharacter_EnterCombatState, OptionalStimEventTag) == 0x000000, "Member 'CJCharacter_EnterCombatState::OptionalStimEventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_EnterDoorOpen \ +static_assert(alignof(CJCharacter_EnterDoorOpen) == 0x000008, "Wrong alignment on CJCharacter_EnterDoorOpen"); \ +static_assert(sizeof(CJCharacter_EnterDoorOpen) == 0x000010, "Wrong size on CJCharacter_EnterDoorOpen"); \ +static_assert(offsetof(CJCharacter_EnterDoorOpen, Door) == 0x000000, "Member 'CJCharacter_EnterDoorOpen::Door' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_EnterDoorOpen, ReturnValue) == 0x000008, "Member 'CJCharacter_EnterDoorOpen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_EnterVehicleCompleted \ +static_assert(alignof(CJCharacter_EnterVehicleCompleted) == 0x000008, "Wrong alignment on CJCharacter_EnterVehicleCompleted"); \ +static_assert(sizeof(CJCharacter_EnterVehicleCompleted) == 0x000010, "Wrong size on CJCharacter_EnterVehicleCompleted"); \ +static_assert(offsetof(CJCharacter_EnterVehicleCompleted, Vehicle) == 0x000000, "Member 'CJCharacter_EnterVehicleCompleted::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_EnterVehicleCompleted, VehicleSeatId) == 0x000008, "Member 'CJCharacter_EnterVehicleCompleted::VehicleSeatId' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_EnterVehicleCompleted, VehicleDoorId) == 0x000009, "Member 'CJCharacter_EnterVehicleCompleted::VehicleDoorId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_ExitVehicleEndedAt \ +static_assert(alignof(CJCharacter_ExitVehicleEndedAt) == 0x000001, "Wrong alignment on CJCharacter_ExitVehicleEndedAt"); \ +static_assert(sizeof(CJCharacter_ExitVehicleEndedAt) == 0x000001, "Wrong size on CJCharacter_ExitVehicleEndedAt"); \ +static_assert(offsetof(CJCharacter_ExitVehicleEndedAt, SeatId) == 0x000000, "Member 'CJCharacter_ExitVehicleEndedAt::SeatId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetAllTags \ +static_assert(alignof(CJCharacter_GetAllTags) == 0x000008, "Wrong alignment on CJCharacter_GetAllTags"); \ +static_assert(sizeof(CJCharacter_GetAllTags) == 0x000020, "Wrong size on CJCharacter_GetAllTags"); \ +static_assert(offsetof(CJCharacter_GetAllTags, ReturnValue) == 0x000000, "Member 'CJCharacter_GetAllTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetAppliedCharacterVisuals \ +static_assert(alignof(CJCharacter_GetAppliedCharacterVisuals) == 0x000008, "Wrong alignment on CJCharacter_GetAppliedCharacterVisuals"); \ +static_assert(sizeof(CJCharacter_GetAppliedCharacterVisuals) == 0x000008, "Wrong size on CJCharacter_GetAppliedCharacterVisuals"); \ +static_assert(offsetof(CJCharacter_GetAppliedCharacterVisuals, ReturnValue) == 0x000000, "Member 'CJCharacter_GetAppliedCharacterVisuals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetCJMovementComponent \ +static_assert(alignof(CJCharacter_GetCJMovementComponent) == 0x000008, "Wrong alignment on CJCharacter_GetCJMovementComponent"); \ +static_assert(sizeof(CJCharacter_GetCJMovementComponent) == 0x000008, "Wrong size on CJCharacter_GetCJMovementComponent"); \ +static_assert(offsetof(CJCharacter_GetCJMovementComponent, ReturnValue) == 0x000000, "Member 'CJCharacter_GetCJMovementComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetDeathReason \ +static_assert(alignof(CJCharacter_GetDeathReason) == 0x000001, "Wrong alignment on CJCharacter_GetDeathReason"); \ +static_assert(sizeof(CJCharacter_GetDeathReason) == 0x000001, "Wrong size on CJCharacter_GetDeathReason"); \ +static_assert(offsetof(CJCharacter_GetDeathReason, ReturnValue) == 0x000000, "Member 'CJCharacter_GetDeathReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetHealth \ +static_assert(alignof(CJCharacter_GetHealth) == 0x000004, "Wrong alignment on CJCharacter_GetHealth"); \ +static_assert(sizeof(CJCharacter_GetHealth) == 0x000004, "Wrong size on CJCharacter_GetHealth"); \ +static_assert(offsetof(CJCharacter_GetHealth, ReturnValue) == 0x000000, "Member 'CJCharacter_GetHealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetLaneTracker \ +static_assert(alignof(CJCharacter_GetLaneTracker) == 0x000008, "Wrong alignment on CJCharacter_GetLaneTracker"); \ +static_assert(sizeof(CJCharacter_GetLaneTracker) == 0x000008, "Wrong size on CJCharacter_GetLaneTracker"); \ +static_assert(offsetof(CJCharacter_GetLaneTracker, ReturnValue) == 0x000000, "Member 'CJCharacter_GetLaneTracker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetMaxHealth \ +static_assert(alignof(CJCharacter_GetMaxHealth) == 0x000004, "Wrong alignment on CJCharacter_GetMaxHealth"); \ +static_assert(sizeof(CJCharacter_GetMaxHealth) == 0x000004, "Wrong size on CJCharacter_GetMaxHealth"); \ +static_assert(offsetof(CJCharacter_GetMaxHealth, ReturnValue) == 0x000000, "Member 'CJCharacter_GetMaxHealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetMaxPosture \ +static_assert(alignof(CJCharacter_GetMaxPosture) == 0x000004, "Wrong alignment on CJCharacter_GetMaxPosture"); \ +static_assert(sizeof(CJCharacter_GetMaxPosture) == 0x000004, "Wrong size on CJCharacter_GetMaxPosture"); \ +static_assert(offsetof(CJCharacter_GetMaxPosture, ReturnValue) == 0x000000, "Member 'CJCharacter_GetMaxPosture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetPosture \ +static_assert(alignof(CJCharacter_GetPosture) == 0x000004, "Wrong alignment on CJCharacter_GetPosture"); \ +static_assert(sizeof(CJCharacter_GetPosture) == 0x000004, "Wrong size on CJCharacter_GetPosture"); \ +static_assert(offsetof(CJCharacter_GetPosture, ReturnValue) == 0x000000, "Member 'CJCharacter_GetPosture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetTeam \ +static_assert(alignof(CJCharacter_GetTeam) == 0x000001, "Wrong alignment on CJCharacter_GetTeam"); \ +static_assert(sizeof(CJCharacter_GetTeam) == 0x000001, "Wrong size on CJCharacter_GetTeam"); \ +static_assert(offsetof(CJCharacter_GetTeam, ReturnValue) == 0x000000, "Member 'CJCharacter_GetTeam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_HitByVehicle \ +static_assert(alignof(CJCharacter_HitByVehicle) == 0x000008, "Wrong alignment on CJCharacter_HitByVehicle"); \ +static_assert(sizeof(CJCharacter_HitByVehicle) == 0x000038, "Wrong size on CJCharacter_HitByVehicle"); \ +static_assert(offsetof(CJCharacter_HitByVehicle, Vehicle) == 0x000000, "Member 'CJCharacter_HitByVehicle::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_HitByVehicle, HitLocation) == 0x000008, "Member 'CJCharacter_HitByVehicle::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_HitByVehicle, NormalImpulse) == 0x000020, "Member 'CJCharacter_HitByVehicle::NormalImpulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsInActiveFlow \ +static_assert(alignof(CJCharacter_IsInActiveFlow) == 0x000001, "Wrong alignment on CJCharacter_IsInActiveFlow"); \ +static_assert(sizeof(CJCharacter_IsInActiveFlow) == 0x000001, "Wrong size on CJCharacter_IsInActiveFlow"); \ +static_assert(offsetof(CJCharacter_IsInActiveFlow, ReturnValue) == 0x000000, "Member 'CJCharacter_IsInActiveFlow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsSpecificIntersect \ +static_assert(alignof(CJCharacter_IsSpecificIntersect) == 0x000008, "Wrong alignment on CJCharacter_IsSpecificIntersect"); \ +static_assert(sizeof(CJCharacter_IsSpecificIntersect) == 0x000030, "Wrong size on CJCharacter_IsSpecificIntersect"); \ +static_assert(offsetof(CJCharacter_IsSpecificIntersect, Candidate) == 0x000000, "Member 'CJCharacter_IsSpecificIntersect::Candidate' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_IsSpecificIntersect, Channel) == 0x000008, "Member 'CJCharacter_IsSpecificIntersect::Channel' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_IsSpecificIntersect, Bias) == 0x000010, "Member 'CJCharacter_IsSpecificIntersect::Bias' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_IsSpecificIntersect, ReturnValue) == 0x000028, "Member 'CJCharacter_IsSpecificIntersect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnDamageDealt \ +static_assert(alignof(CJCharacter_OnDamageDealt) == 0x000008, "Wrong alignment on CJCharacter_OnDamageDealt"); \ +static_assert(sizeof(CJCharacter_OnDamageDealt) == 0x000040, "Wrong size on CJCharacter_OnDamageDealt"); \ +static_assert(offsetof(CJCharacter_OnDamageDealt, TakeDamageContext) == 0x000000, "Member 'CJCharacter_OnDamageDealt::TakeDamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnDamageTaken \ +static_assert(alignof(CJCharacter_OnDamageTaken) == 0x000008, "Wrong alignment on CJCharacter_OnDamageTaken"); \ +static_assert(sizeof(CJCharacter_OnDamageTaken) == 0x000040, "Wrong size on CJCharacter_OnDamageTaken"); \ +static_assert(offsetof(CJCharacter_OnDamageTaken, TakeDamageContext) == 0x000000, "Member 'CJCharacter_OnDamageTaken::TakeDamageContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnDisarmAttempt \ +static_assert(alignof(CJCharacter_OnDisarmAttempt) == 0x000001, "Wrong alignment on CJCharacter_OnDisarmAttempt"); \ +static_assert(sizeof(CJCharacter_OnDisarmAttempt) == 0x000001, "Wrong size on CJCharacter_OnDisarmAttempt"); \ +static_assert(offsetof(CJCharacter_OnDisarmAttempt, bActive) == 0x000000, "Member 'CJCharacter_OnDisarmAttempt::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnFlagForAutoHazardChanged \ +static_assert(alignof(CJCharacter_OnFlagForAutoHazardChanged) == 0x000001, "Wrong alignment on CJCharacter_OnFlagForAutoHazardChanged"); \ +static_assert(sizeof(CJCharacter_OnFlagForAutoHazardChanged) == 0x000001, "Wrong size on CJCharacter_OnFlagForAutoHazardChanged"); \ +static_assert(offsetof(CJCharacter_OnFlagForAutoHazardChanged, bActive) == 0x000000, "Member 'CJCharacter_OnFlagForAutoHazardChanged::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnHealthChanged \ +static_assert(alignof(CJCharacter_OnHealthChanged) == 0x000008, "Wrong alignment on CJCharacter_OnHealthChanged"); \ +static_assert(sizeof(CJCharacter_OnHealthChanged) == 0x000018, "Wrong size on CJCharacter_OnHealthChanged"); \ +static_assert(offsetof(CJCharacter_OnHealthChanged, InHealthComponent) == 0x000000, "Member 'CJCharacter_OnHealthChanged::InHealthComponent' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnHealthChanged, Reason) == 0x000008, "Member 'CJCharacter_OnHealthChanged::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnHitByProjectile \ +static_assert(alignof(CJCharacter_OnHitByProjectile) == 0x000008, "Wrong alignment on CJCharacter_OnHitByProjectile"); \ +static_assert(sizeof(CJCharacter_OnHitByProjectile) == 0x000130, "Wrong size on CJCharacter_OnHitByProjectile"); \ +static_assert(offsetof(CJCharacter_OnHitByProjectile, HitComp) == 0x000000, "Member 'CJCharacter_OnHitByProjectile::HitComp' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnHitByProjectile, OtherActor) == 0x000008, "Member 'CJCharacter_OnHitByProjectile::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnHitByProjectile, OtherComp) == 0x000010, "Member 'CJCharacter_OnHitByProjectile::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnHitByProjectile, NormalImpulse) == 0x000018, "Member 'CJCharacter_OnHitByProjectile::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnHitByProjectile, Hit) == 0x000030, "Member 'CJCharacter_OnHitByProjectile::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnModifyAdrenalineGained \ +static_assert(alignof(CJCharacter_OnModifyAdrenalineGained) == 0x000004, "Wrong alignment on CJCharacter_OnModifyAdrenalineGained"); \ +static_assert(sizeof(CJCharacter_OnModifyAdrenalineGained) == 0x000010, "Wrong size on CJCharacter_OnModifyAdrenalineGained"); \ +static_assert(offsetof(CJCharacter_OnModifyAdrenalineGained, AdrenalineToGain) == 0x000000, "Member 'CJCharacter_OnModifyAdrenalineGained::AdrenalineToGain' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnModifyAdrenalineGained, AdrenalineTag) == 0x000004, "Member 'CJCharacter_OnModifyAdrenalineGained::AdrenalineTag' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnModifyAdrenalineGained, ReturnValue) == 0x00000C, "Member 'CJCharacter_OnModifyAdrenalineGained::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnModifyDamageDealt \ +static_assert(alignof(CJCharacter_OnModifyDamageDealt) == 0x000008, "Wrong alignment on CJCharacter_OnModifyDamageDealt"); \ +static_assert(sizeof(CJCharacter_OnModifyDamageDealt) == 0x000048, "Wrong size on CJCharacter_OnModifyDamageDealt"); \ +static_assert(offsetof(CJCharacter_OnModifyDamageDealt, TakeDamageContext) == 0x000000, "Member 'CJCharacter_OnModifyDamageDealt::TakeDamageContext' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnModifyDamageDealt, ReturnValue) == 0x000040, "Member 'CJCharacter_OnModifyDamageDealt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnModifyDealDamageContext \ +static_assert(alignof(CJCharacter_OnModifyDealDamageContext) == 0x000008, "Wrong alignment on CJCharacter_OnModifyDealDamageContext"); \ +static_assert(sizeof(CJCharacter_OnModifyDealDamageContext) == 0x000050, "Wrong size on CJCharacter_OnModifyDealDamageContext"); \ +static_assert(offsetof(CJCharacter_OnModifyDealDamageContext, TakeDamageContext) == 0x000000, "Member 'CJCharacter_OnModifyDealDamageContext::TakeDamageContext' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnModifyDealDamageContext, ReturnValue) == 0x000040, "Member 'CJCharacter_OnModifyDealDamageContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnModifyPostureDealt \ +static_assert(alignof(CJCharacter_OnModifyPostureDealt) == 0x000008, "Wrong alignment on CJCharacter_OnModifyPostureDealt"); \ +static_assert(sizeof(CJCharacter_OnModifyPostureDealt) == 0x000048, "Wrong size on CJCharacter_OnModifyPostureDealt"); \ +static_assert(offsetof(CJCharacter_OnModifyPostureDealt, TakeDamageContext) == 0x000000, "Member 'CJCharacter_OnModifyPostureDealt::TakeDamageContext' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnModifyPostureDealt, ReturnValue) == 0x000040, "Member 'CJCharacter_OnModifyPostureDealt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnModifyTakeDamageContext \ +static_assert(alignof(CJCharacter_OnModifyTakeDamageContext) == 0x000008, "Wrong alignment on CJCharacter_OnModifyTakeDamageContext"); \ +static_assert(sizeof(CJCharacter_OnModifyTakeDamageContext) == 0x000050, "Wrong size on CJCharacter_OnModifyTakeDamageContext"); \ +static_assert(offsetof(CJCharacter_OnModifyTakeDamageContext, TakeDamageContext) == 0x000000, "Member 'CJCharacter_OnModifyTakeDamageContext::TakeDamageContext' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnModifyTakeDamageContext, ReturnValue) == 0x000040, "Member 'CJCharacter_OnModifyTakeDamageContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnSkirtBeginOverlap \ +static_assert(alignof(CJCharacter_OnSkirtBeginOverlap) == 0x000008, "Wrong alignment on CJCharacter_OnSkirtBeginOverlap"); \ +static_assert(sizeof(CJCharacter_OnSkirtBeginOverlap) == 0x000120, "Wrong size on CJCharacter_OnSkirtBeginOverlap"); \ +static_assert(offsetof(CJCharacter_OnSkirtBeginOverlap, OverlappedComponent) == 0x000000, "Member 'CJCharacter_OnSkirtBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnSkirtBeginOverlap, OtherActor) == 0x000008, "Member 'CJCharacter_OnSkirtBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnSkirtBeginOverlap, OtherComp) == 0x000010, "Member 'CJCharacter_OnSkirtBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnSkirtBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'CJCharacter_OnSkirtBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnSkirtBeginOverlap, bFromSweep) == 0x00001C, "Member 'CJCharacter_OnSkirtBeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnSkirtBeginOverlap, SweepResult) == 0x000020, "Member 'CJCharacter_OnSkirtBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnSkirtEndOverlap \ +static_assert(alignof(CJCharacter_OnSkirtEndOverlap) == 0x000008, "Wrong alignment on CJCharacter_OnSkirtEndOverlap"); \ +static_assert(sizeof(CJCharacter_OnSkirtEndOverlap) == 0x000020, "Wrong size on CJCharacter_OnSkirtEndOverlap"); \ +static_assert(offsetof(CJCharacter_OnSkirtEndOverlap, OverlappedComponent) == 0x000000, "Member 'CJCharacter_OnSkirtEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnSkirtEndOverlap, OtherActor) == 0x000008, "Member 'CJCharacter_OnSkirtEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnSkirtEndOverlap, OtherComp) == 0x000010, "Member 'CJCharacter_OnSkirtEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_OnSkirtEndOverlap, OtherBodyIndex) == 0x000018, "Member 'CJCharacter_OnSkirtEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OnStunFlagRaised \ +static_assert(alignof(CJCharacter_OnStunFlagRaised) == 0x000001, "Wrong alignment on CJCharacter_OnStunFlagRaised"); \ +static_assert(sizeof(CJCharacter_OnStunFlagRaised) == 0x000001, "Wrong size on CJCharacter_OnStunFlagRaised"); \ +static_assert(offsetof(CJCharacter_OnStunFlagRaised, bActive) == 0x000000, "Member 'CJCharacter_OnStunFlagRaised::bActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_OverrideDisarmChance \ +static_assert(alignof(CJCharacter_OverrideDisarmChance) == 0x000004, "Wrong alignment on CJCharacter_OverrideDisarmChance"); \ +static_assert(sizeof(CJCharacter_OverrideDisarmChance) == 0x000004, "Wrong size on CJCharacter_OverrideDisarmChance"); \ +static_assert(offsetof(CJCharacter_OverrideDisarmChance, NewChance) == 0x000000, "Member 'CJCharacter_OverrideDisarmChance::NewChance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_RemoveGenericGameplayTag \ +static_assert(alignof(CJCharacter_RemoveGenericGameplayTag) == 0x000004, "Wrong alignment on CJCharacter_RemoveGenericGameplayTag"); \ +static_assert(sizeof(CJCharacter_RemoveGenericGameplayTag) == 0x000008, "Wrong size on CJCharacter_RemoveGenericGameplayTag"); \ +static_assert(offsetof(CJCharacter_RemoveGenericGameplayTag, Tag) == 0x000000, "Member 'CJCharacter_RemoveGenericGameplayTag::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_RemoveGenericGameplayTags \ +static_assert(alignof(CJCharacter_RemoveGenericGameplayTags) == 0x000008, "Wrong alignment on CJCharacter_RemoveGenericGameplayTags"); \ +static_assert(sizeof(CJCharacter_RemoveGenericGameplayTags) == 0x000020, "Wrong size on CJCharacter_RemoveGenericGameplayTags"); \ +static_assert(offsetof(CJCharacter_RemoveGenericGameplayTags, InTags) == 0x000000, "Member 'CJCharacter_RemoveGenericGameplayTags::InTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_RequestCapsuleShorten \ +static_assert(alignof(CJCharacter_RequestCapsuleShorten) == 0x000004, "Wrong alignment on CJCharacter_RequestCapsuleShorten"); \ +static_assert(sizeof(CJCharacter_RequestCapsuleShorten) == 0x000004, "Wrong size on CJCharacter_RequestCapsuleShorten"); \ +static_assert(offsetof(CJCharacter_RequestCapsuleShorten, NewCapsuleHeight) == 0x000000, "Member 'CJCharacter_RequestCapsuleShorten::NewCapsuleHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_RequestCapsuleShrink \ +static_assert(alignof(CJCharacter_RequestCapsuleShrink) == 0x000004, "Wrong alignment on CJCharacter_RequestCapsuleShrink"); \ +static_assert(sizeof(CJCharacter_RequestCapsuleShrink) == 0x000004, "Wrong size on CJCharacter_RequestCapsuleShrink"); \ +static_assert(offsetof(CJCharacter_RequestCapsuleShrink, NewCapsuleRadius) == 0x000000, "Member 'CJCharacter_RequestCapsuleShrink::NewCapsuleRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_RequestInteractionAction \ +static_assert(alignof(CJCharacter_RequestInteractionAction) == 0x000008, "Wrong alignment on CJCharacter_RequestInteractionAction"); \ +static_assert(sizeof(CJCharacter_RequestInteractionAction) == 0x000018, "Wrong size on CJCharacter_RequestInteractionAction"); \ +static_assert(offsetof(CJCharacter_RequestInteractionAction, InteractableObject) == 0x000000, "Member 'CJCharacter_RequestInteractionAction::InteractableObject' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RequestInteractionAction, Handle) == 0x000008, "Member 'CJCharacter_RequestInteractionAction::Handle' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RequestInteractionAction, InteractionType) == 0x000010, "Member 'CJCharacter_RequestInteractionAction::InteractionType' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RequestInteractionAction, ReturnValue) == 0x000011, "Member 'CJCharacter_RequestInteractionAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_RequestMeleeWeaponThrowHit \ +static_assert(alignof(CJCharacter_RequestMeleeWeaponThrowHit) == 0x000008, "Wrong alignment on CJCharacter_RequestMeleeWeaponThrowHit"); \ +static_assert(sizeof(CJCharacter_RequestMeleeWeaponThrowHit) == 0x000020, "Wrong size on CJCharacter_RequestMeleeWeaponThrowHit"); \ +static_assert(offsetof(CJCharacter_RequestMeleeWeaponThrowHit, Weapon) == 0x000000, "Member 'CJCharacter_RequestMeleeWeaponThrowHit::Weapon' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RequestMeleeWeaponThrowHit, LinkedLayer) == 0x000008, "Member 'CJCharacter_RequestMeleeWeaponThrowHit::LinkedLayer' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RequestMeleeWeaponThrowHit, ActionMoveSet) == 0x000010, "Member 'CJCharacter_RequestMeleeWeaponThrowHit::ActionMoveSet' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RequestMeleeWeaponThrowHit, DamageType) == 0x000018, "Member 'CJCharacter_RequestMeleeWeaponThrowHit::DamageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_RequestRaiseStepHeight \ +static_assert(alignof(CJCharacter_RequestRaiseStepHeight) == 0x000004, "Wrong alignment on CJCharacter_RequestRaiseStepHeight"); \ +static_assert(sizeof(CJCharacter_RequestRaiseStepHeight) == 0x000004, "Wrong size on CJCharacter_RequestRaiseStepHeight"); \ +static_assert(offsetof(CJCharacter_RequestRaiseStepHeight, NewStepHeight) == 0x000000, "Member 'CJCharacter_RequestRaiseStepHeight::NewStepHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_RespondToPhysicsImpact \ +static_assert(alignof(CJCharacter_RespondToPhysicsImpact) == 0x000008, "Wrong alignment on CJCharacter_RespondToPhysicsImpact"); \ +static_assert(sizeof(CJCharacter_RespondToPhysicsImpact) == 0x000050, "Wrong size on CJCharacter_RespondToPhysicsImpact"); \ +static_assert(offsetof(CJCharacter_RespondToPhysicsImpact, Impactor) == 0x000000, "Member 'CJCharacter_RespondToPhysicsImpact::Impactor' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RespondToPhysicsImpact, ImpactingComponent) == 0x000008, "Member 'CJCharacter_RespondToPhysicsImpact::ImpactingComponent' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RespondToPhysicsImpact, ImpulseDirection) == 0x000010, "Member 'CJCharacter_RespondToPhysicsImpact::ImpulseDirection' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RespondToPhysicsImpact, HitLocation) == 0x000028, "Member 'CJCharacter_RespondToPhysicsImpact::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RespondToPhysicsImpact, LethalVelocityThreshold) == 0x000040, "Member 'CJCharacter_RespondToPhysicsImpact::LethalVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RespondToPhysicsImpact, MaxVelocity) == 0x000044, "Member 'CJCharacter_RespondToPhysicsImpact::MaxVelocity' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RespondToPhysicsImpact, NormalMass) == 0x000048, "Member 'CJCharacter_RespondToPhysicsImpact::NormalMass' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_RespondToPhysicsImpact, bGetPushBack) == 0x00004C, "Member 'CJCharacter_RespondToPhysicsImpact::bGetPushBack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_SetAnimNotifySmartObjectSlotInUse \ +static_assert(alignof(CJCharacter_SetAnimNotifySmartObjectSlotInUse) == 0x000001, "Wrong alignment on CJCharacter_SetAnimNotifySmartObjectSlotInUse"); \ +static_assert(sizeof(CJCharacter_SetAnimNotifySmartObjectSlotInUse) == 0x000001, "Wrong size on CJCharacter_SetAnimNotifySmartObjectSlotInUse"); \ +static_assert(offsetof(CJCharacter_SetAnimNotifySmartObjectSlotInUse, bInUse) == 0x000000, "Member 'CJCharacter_SetAnimNotifySmartObjectSlotInUse::bInUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_SetCharacterResponse \ +static_assert(alignof(CJCharacter_SetCharacterResponse) == 0x000008, "Wrong alignment on CJCharacter_SetCharacterResponse"); \ +static_assert(sizeof(CJCharacter_SetCharacterResponse) == 0x000028, "Wrong size on CJCharacter_SetCharacterResponse"); \ +static_assert(offsetof(CJCharacter_SetCharacterResponse, Flag) == 0x000000, "Member 'CJCharacter_SetCharacterResponse::Flag' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_SetCharacterResponse, Response) == 0x000008, "Member 'CJCharacter_SetCharacterResponse::Response' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_SetCollisionEnabled \ +static_assert(alignof(CJCharacter_SetCollisionEnabled) == 0x000001, "Wrong alignment on CJCharacter_SetCollisionEnabled"); \ +static_assert(sizeof(CJCharacter_SetCollisionEnabled) == 0x000001, "Wrong size on CJCharacter_SetCollisionEnabled"); \ +static_assert(offsetof(CJCharacter_SetCollisionEnabled, CollisionEnabled) == 0x000000, "Member 'CJCharacter_SetCollisionEnabled::CollisionEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_SetFlow \ +static_assert(alignof(CJCharacter_SetFlow) == 0x000008, "Wrong alignment on CJCharacter_SetFlow"); \ +static_assert(sizeof(CJCharacter_SetFlow) == 0x000028, "Wrong size on CJCharacter_SetFlow"); \ +static_assert(offsetof(CJCharacter_SetFlow, InFlow) == 0x000000, "Member 'CJCharacter_SetFlow::InFlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_SetGenerateSplineTrajectory \ +static_assert(alignof(CJCharacter_SetGenerateSplineTrajectory) == 0x000001, "Wrong alignment on CJCharacter_SetGenerateSplineTrajectory"); \ +static_assert(sizeof(CJCharacter_SetGenerateSplineTrajectory) == 0x000001, "Wrong size on CJCharacter_SetGenerateSplineTrajectory"); \ +static_assert(offsetof(CJCharacter_SetGenerateSplineTrajectory, bAllow) == 0x000000, "Member 'CJCharacter_SetGenerateSplineTrajectory::bAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_SetInteractIntent \ +static_assert(alignof(CJCharacter_SetInteractIntent) == 0x000004, "Wrong alignment on CJCharacter_SetInteractIntent"); \ +static_assert(sizeof(CJCharacter_SetInteractIntent) == 0x00000C, "Wrong size on CJCharacter_SetInteractIntent"); \ +static_assert(offsetof(CJCharacter_SetInteractIntent, IntentID) == 0x000000, "Member 'CJCharacter_SetInteractIntent::IntentID' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_SetInteractIntent, InteractionType) == 0x000008, "Member 'CJCharacter_SetInteractIntent::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_SetParryable \ +static_assert(alignof(CJCharacter_SetParryable) == 0x000001, "Wrong alignment on CJCharacter_SetParryable"); \ +static_assert(sizeof(CJCharacter_SetParryable) == 0x000001, "Wrong size on CJCharacter_SetParryable"); \ +static_assert(offsetof(CJCharacter_SetParryable, bNewValue) == 0x000000, "Member 'CJCharacter_SetParryable::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_SetSkirtCollidsWithCharacters \ +static_assert(alignof(CJCharacter_SetSkirtCollidsWithCharacters) == 0x000001, "Wrong alignment on CJCharacter_SetSkirtCollidsWithCharacters"); \ +static_assert(sizeof(CJCharacter_SetSkirtCollidsWithCharacters) == 0x000001, "Wrong size on CJCharacter_SetSkirtCollidsWithCharacters"); \ +static_assert(offsetof(CJCharacter_SetSkirtCollidsWithCharacters, bValue) == 0x000000, "Member 'CJCharacter_SetSkirtCollidsWithCharacters::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_SetSkirtCollidsWithSkirt \ +static_assert(alignof(CJCharacter_SetSkirtCollidsWithSkirt) == 0x000001, "Wrong alignment on CJCharacter_SetSkirtCollidsWithSkirt"); \ +static_assert(sizeof(CJCharacter_SetSkirtCollidsWithSkirt) == 0x000001, "Wrong size on CJCharacter_SetSkirtCollidsWithSkirt"); \ +static_assert(offsetof(CJCharacter_SetSkirtCollidsWithSkirt, bValue) == 0x000000, "Member 'CJCharacter_SetSkirtCollidsWithSkirt::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_SetUpdateAnimCurveValues \ +static_assert(alignof(CJCharacter_SetUpdateAnimCurveValues) == 0x000004, "Wrong alignment on CJCharacter_SetUpdateAnimCurveValues"); \ +static_assert(sizeof(CJCharacter_SetUpdateAnimCurveValues) == 0x000014, "Wrong size on CJCharacter_SetUpdateAnimCurveValues"); \ +static_assert(offsetof(CJCharacter_SetUpdateAnimCurveValues, SetValues) == 0x000000, "Member 'CJCharacter_SetUpdateAnimCurveValues::SetValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_StandardHeavyPhysDamage \ +static_assert(alignof(CJCharacter_StandardHeavyPhysDamage) == 0x000008, "Wrong alignment on CJCharacter_StandardHeavyPhysDamage"); \ +static_assert(sizeof(CJCharacter_StandardHeavyPhysDamage) == 0x000010, "Wrong size on CJCharacter_StandardHeavyPhysDamage"); \ +static_assert(offsetof(CJCharacter_StandardHeavyPhysDamage, Impactor) == 0x000000, "Member 'CJCharacter_StandardHeavyPhysDamage::Impactor' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_StandardHeavyPhysDamage, ReturnValue) == 0x000008, "Member 'CJCharacter_StandardHeavyPhysDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_TransferCharacterImpactMovement \ +static_assert(alignof(CJCharacter_TransferCharacterImpactMovement) == 0x000008, "Wrong alignment on CJCharacter_TransferCharacterImpactMovement"); \ +static_assert(sizeof(CJCharacter_TransferCharacterImpactMovement) == 0x000030, "Wrong size on CJCharacter_TransferCharacterImpactMovement"); \ +static_assert(offsetof(CJCharacter_TransferCharacterImpactMovement, Impactor) == 0x000000, "Member 'CJCharacter_TransferCharacterImpactMovement::Impactor' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_TransferCharacterImpactMovement, ImpactDirection) == 0x000008, "Member 'CJCharacter_TransferCharacterImpactMovement::ImpactDirection' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_TransferCharacterImpactMovement, ImpactSpeed) == 0x000020, "Member 'CJCharacter_TransferCharacterImpactMovement::ImpactSpeed' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_TransferCharacterImpactMovement, Duration) == 0x000024, "Member 'CJCharacter_TransferCharacterImpactMovement::Duration' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_TransferCharacterImpactMovement, bForceSidestep) == 0x000028, "Member 'CJCharacter_TransferCharacterImpactMovement::bForceSidestep' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_TransferCharacterImpactMovement, bAsPlanMove) == 0x000029, "Member 'CJCharacter_TransferCharacterImpactMovement::bAsPlanMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_TransferImpactMovement \ +static_assert(alignof(CJCharacter_TransferImpactMovement) == 0x000008, "Wrong alignment on CJCharacter_TransferImpactMovement"); \ +static_assert(sizeof(CJCharacter_TransferImpactMovement) == 0x000028, "Wrong size on CJCharacter_TransferImpactMovement"); \ +static_assert(offsetof(CJCharacter_TransferImpactMovement, ImpactDirection) == 0x000000, "Member 'CJCharacter_TransferImpactMovement::ImpactDirection' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_TransferImpactMovement, ImpactSpeed) == 0x000018, "Member 'CJCharacter_TransferImpactMovement::ImpactSpeed' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_TransferImpactMovement, Duration) == 0x00001C, "Member 'CJCharacter_TransferImpactMovement::Duration' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_TransferImpactMovement, bAsPlanMove) == 0x000020, "Member 'CJCharacter_TransferImpactMovement::bAsPlanMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_UpdateHeadLookFromMovement \ +static_assert(alignof(CJCharacter_UpdateHeadLookFromMovement) == 0x000004, "Wrong alignment on CJCharacter_UpdateHeadLookFromMovement"); \ +static_assert(sizeof(CJCharacter_UpdateHeadLookFromMovement) == 0x000008, "Wrong size on CJCharacter_UpdateHeadLookFromMovement"); \ +static_assert(offsetof(CJCharacter_UpdateHeadLookFromMovement, Duration) == 0x000000, "Member 'CJCharacter_UpdateHeadLookFromMovement::Duration' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_UpdateHeadLookFromMovement, UpdateChance) == 0x000004, "Member 'CJCharacter_UpdateHeadLookFromMovement::UpdateChance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_CanUseHeadlook \ +static_assert(alignof(CJCharacter_CanUseHeadlook) == 0x000001, "Wrong alignment on CJCharacter_CanUseHeadlook"); \ +static_assert(sizeof(CJCharacter_CanUseHeadlook) == 0x000001, "Wrong size on CJCharacter_CanUseHeadlook"); \ +static_assert(offsetof(CJCharacter_CanUseHeadlook, ReturnValue) == 0x000000, "Member 'CJCharacter_CanUseHeadlook::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetActiveFlow \ +static_assert(alignof(CJCharacter_GetActiveFlow) == 0x000008, "Wrong alignment on CJCharacter_GetActiveFlow"); \ +static_assert(sizeof(CJCharacter_GetActiveFlow) == 0x000008, "Wrong size on CJCharacter_GetActiveFlow"); \ +static_assert(offsetof(CJCharacter_GetActiveFlow, ReturnValue) == 0x000000, "Member 'CJCharacter_GetActiveFlow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetDamageScale \ +static_assert(alignof(CJCharacter_GetDamageScale) == 0x000004, "Wrong alignment on CJCharacter_GetDamageScale"); \ +static_assert(sizeof(CJCharacter_GetDamageScale) == 0x000004, "Wrong size on CJCharacter_GetDamageScale"); \ +static_assert(offsetof(CJCharacter_GetDamageScale, ReturnValue) == 0x000000, "Member 'CJCharacter_GetDamageScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetExitVehicleInstigator \ +static_assert(alignof(CJCharacter_GetExitVehicleInstigator) == 0x000008, "Wrong alignment on CJCharacter_GetExitVehicleInstigator"); \ +static_assert(sizeof(CJCharacter_GetExitVehicleInstigator) == 0x000008, "Wrong size on CJCharacter_GetExitVehicleInstigator"); \ +static_assert(offsetof(CJCharacter_GetExitVehicleInstigator, ReturnValue) == 0x000000, "Member 'CJCharacter_GetExitVehicleInstigator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetIngameEventId \ +static_assert(alignof(CJCharacter_GetIngameEventId) == 0x000004, "Wrong alignment on CJCharacter_GetIngameEventId"); \ +static_assert(sizeof(CJCharacter_GetIngameEventId) == 0x000004, "Wrong size on CJCharacter_GetIngameEventId"); \ +static_assert(offsetof(CJCharacter_GetIngameEventId, ReturnValue) == 0x000000, "Member 'CJCharacter_GetIngameEventId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetInteractingDoor \ +static_assert(alignof(CJCharacter_GetInteractingDoor) == 0x000001, "Wrong alignment on CJCharacter_GetInteractingDoor"); \ +static_assert(sizeof(CJCharacter_GetInteractingDoor) == 0x000001, "Wrong size on CJCharacter_GetInteractingDoor"); \ +static_assert(offsetof(CJCharacter_GetInteractingDoor, ReturnValue) == 0x000000, "Member 'CJCharacter_GetInteractingDoor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetInventoryId \ +static_assert(alignof(CJCharacter_GetInventoryId) == 0x000004, "Wrong alignment on CJCharacter_GetInventoryId"); \ +static_assert(sizeof(CJCharacter_GetInventoryId) == 0x000008, "Wrong size on CJCharacter_GetInventoryId"); \ +static_assert(offsetof(CJCharacter_GetInventoryId, ReturnValue) == 0x000000, "Member 'CJCharacter_GetInventoryId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetStaggerHitDirection \ +static_assert(alignof(CJCharacter_GetStaggerHitDirection) == 0x000008, "Wrong alignment on CJCharacter_GetStaggerHitDirection"); \ +static_assert(sizeof(CJCharacter_GetStaggerHitDirection) == 0x000018, "Wrong size on CJCharacter_GetStaggerHitDirection"); \ +static_assert(offsetof(CJCharacter_GetStaggerHitDirection, ReturnValue) == 0x000000, "Member 'CJCharacter_GetStaggerHitDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetStaggerValue \ +static_assert(alignof(CJCharacter_GetStaggerValue) == 0x000004, "Wrong alignment on CJCharacter_GetStaggerValue"); \ +static_assert(sizeof(CJCharacter_GetStaggerValue) == 0x000004, "Wrong size on CJCharacter_GetStaggerValue"); \ +static_assert(offsetof(CJCharacter_GetStaggerValue, ReturnValue) == 0x000000, "Member 'CJCharacter_GetStaggerValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetSubtitleName \ +static_assert(alignof(CJCharacter_GetSubtitleName) == 0x000008, "Wrong alignment on CJCharacter_GetSubtitleName"); \ +static_assert(sizeof(CJCharacter_GetSubtitleName) == 0x000010, "Wrong size on CJCharacter_GetSubtitleName"); \ +static_assert(offsetof(CJCharacter_GetSubtitleName, ReturnValue) == 0x000000, "Member 'CJCharacter_GetSubtitleName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetTeamAttitudeTowards_BP \ +static_assert(alignof(CJCharacter_GetTeamAttitudeTowards_BP) == 0x000008, "Wrong alignment on CJCharacter_GetTeamAttitudeTowards_BP"); \ +static_assert(sizeof(CJCharacter_GetTeamAttitudeTowards_BP) == 0x000010, "Wrong size on CJCharacter_GetTeamAttitudeTowards_BP"); \ +static_assert(offsetof(CJCharacter_GetTeamAttitudeTowards_BP, Actor) == 0x000000, "Member 'CJCharacter_GetTeamAttitudeTowards_BP::Actor' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_GetTeamAttitudeTowards_BP, ReturnValue) == 0x000008, "Member 'CJCharacter_GetTeamAttitudeTowards_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetVehicle \ +static_assert(alignof(CJCharacter_GetVehicle) == 0x000008, "Wrong alignment on CJCharacter_GetVehicle"); \ +static_assert(sizeof(CJCharacter_GetVehicle) == 0x000008, "Wrong size on CJCharacter_GetVehicle"); \ +static_assert(offsetof(CJCharacter_GetVehicle, ReturnValue) == 0x000000, "Member 'CJCharacter_GetVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetVehicleDoor \ +static_assert(alignof(CJCharacter_GetVehicleDoor) == 0x000001, "Wrong alignment on CJCharacter_GetVehicleDoor"); \ +static_assert(sizeof(CJCharacter_GetVehicleDoor) == 0x000001, "Wrong size on CJCharacter_GetVehicleDoor"); \ +static_assert(offsetof(CJCharacter_GetVehicleDoor, ReturnValue) == 0x000000, "Member 'CJCharacter_GetVehicleDoor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetVehicleEntrySection \ +static_assert(alignof(CJCharacter_GetVehicleEntrySection) == 0x000001, "Wrong alignment on CJCharacter_GetVehicleEntrySection"); \ +static_assert(sizeof(CJCharacter_GetVehicleEntrySection) == 0x000001, "Wrong size on CJCharacter_GetVehicleEntrySection"); \ +static_assert(offsetof(CJCharacter_GetVehicleEntrySection, ReturnValue) == 0x000000, "Member 'CJCharacter_GetVehicleEntrySection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetVehicleExitTransform \ +static_assert(alignof(CJCharacter_GetVehicleExitTransform) == 0x000010, "Wrong alignment on CJCharacter_GetVehicleExitTransform"); \ +static_assert(sizeof(CJCharacter_GetVehicleExitTransform) == 0x000060, "Wrong size on CJCharacter_GetVehicleExitTransform"); \ +static_assert(offsetof(CJCharacter_GetVehicleExitTransform, ReturnValue) == 0x000000, "Member 'CJCharacter_GetVehicleExitTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetVehicleSeat \ +static_assert(alignof(CJCharacter_GetVehicleSeat) == 0x000001, "Wrong alignment on CJCharacter_GetVehicleSeat"); \ +static_assert(sizeof(CJCharacter_GetVehicleSeat) == 0x000001, "Wrong size on CJCharacter_GetVehicleSeat"); \ +static_assert(offsetof(CJCharacter_GetVehicleSeat, ReturnValue) == 0x000000, "Member 'CJCharacter_GetVehicleSeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetWeapon \ +static_assert(alignof(CJCharacter_GetWeapon) == 0x000008, "Wrong alignment on CJCharacter_GetWeapon"); \ +static_assert(sizeof(CJCharacter_GetWeapon) == 0x000008, "Wrong size on CJCharacter_GetWeapon"); \ +static_assert(offsetof(CJCharacter_GetWeapon, ReturnValue) == 0x000000, "Member 'CJCharacter_GetWeapon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetWeaponTypeData \ +static_assert(alignof(CJCharacter_GetWeaponTypeData) == 0x000008, "Wrong alignment on CJCharacter_GetWeaponTypeData"); \ +static_assert(sizeof(CJCharacter_GetWeaponTypeData) == 0x000008, "Wrong size on CJCharacter_GetWeaponTypeData"); \ +static_assert(offsetof(CJCharacter_GetWeaponTypeData, ReturnValue) == 0x000000, "Member 'CJCharacter_GetWeaponTypeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetWieldableWeapon \ +static_assert(alignof(CJCharacter_GetWieldableWeapon) == 0x000008, "Wrong alignment on CJCharacter_GetWieldableWeapon"); \ +static_assert(sizeof(CJCharacter_GetWieldableWeapon) == 0x000008, "Wrong size on CJCharacter_GetWieldableWeapon"); \ +static_assert(offsetof(CJCharacter_GetWieldableWeapon, ReturnValue) == 0x000000, "Member 'CJCharacter_GetWieldableWeapon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetWorldStateContext \ +static_assert(alignof(CJCharacter_GetWorldStateContext) == 0x000004, "Wrong alignment on CJCharacter_GetWorldStateContext"); \ +static_assert(sizeof(CJCharacter_GetWorldStateContext) == 0x000008, "Wrong size on CJCharacter_GetWorldStateContext"); \ +static_assert(offsetof(CJCharacter_GetWorldStateContext, ReturnValue) == 0x000000, "Member 'CJCharacter_GetWorldStateContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_GetWorldTimeSeconds \ +static_assert(alignof(CJCharacter_GetWorldTimeSeconds) == 0x000008, "Wrong alignment on CJCharacter_GetWorldTimeSeconds"); \ +static_assert(sizeof(CJCharacter_GetWorldTimeSeconds) == 0x000008, "Wrong size on CJCharacter_GetWorldTimeSeconds"); \ +static_assert(offsetof(CJCharacter_GetWorldTimeSeconds, ReturnValue) == 0x000000, "Member 'CJCharacter_GetWorldTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_HintExists \ +static_assert(alignof(CJCharacter_HintExists) == 0x000008, "Wrong alignment on CJCharacter_HintExists"); \ +static_assert(sizeof(CJCharacter_HintExists) == 0x000020, "Wrong size on CJCharacter_HintExists"); \ +static_assert(offsetof(CJCharacter_HintExists, Hint) == 0x000000, "Member 'CJCharacter_HintExists::Hint' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_HintExists, ValidTimeAgo) == 0x000008, "Member 'CJCharacter_HintExists::ValidTimeAgo' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_HintExists, AllowError) == 0x000010, "Member 'CJCharacter_HintExists::AllowError' has a wrong offset!"); \ +static_assert(offsetof(CJCharacter_HintExists, ReturnValue) == 0x000018, "Member 'CJCharacter_HintExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsAiming \ +static_assert(alignof(CJCharacter_IsAiming) == 0x000001, "Wrong alignment on CJCharacter_IsAiming"); \ +static_assert(sizeof(CJCharacter_IsAiming) == 0x000001, "Wrong size on CJCharacter_IsAiming"); \ +static_assert(offsetof(CJCharacter_IsAiming, ReturnValue) == 0x000000, "Member 'CJCharacter_IsAiming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsAlive \ +static_assert(alignof(CJCharacter_IsAlive) == 0x000001, "Wrong alignment on CJCharacter_IsAlive"); \ +static_assert(sizeof(CJCharacter_IsAlive) == 0x000001, "Wrong size on CJCharacter_IsAlive"); \ +static_assert(offsetof(CJCharacter_IsAlive, ReturnValue) == 0x000000, "Member 'CJCharacter_IsAlive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsConscious \ +static_assert(alignof(CJCharacter_IsConscious) == 0x000001, "Wrong alignment on CJCharacter_IsConscious"); \ +static_assert(sizeof(CJCharacter_IsConscious) == 0x000001, "Wrong size on CJCharacter_IsConscious"); \ +static_assert(offsetof(CJCharacter_IsConscious, ReturnValue) == 0x000000, "Member 'CJCharacter_IsConscious::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsDead \ +static_assert(alignof(CJCharacter_IsDead) == 0x000001, "Wrong alignment on CJCharacter_IsDead"); \ +static_assert(sizeof(CJCharacter_IsDead) == 0x000001, "Wrong size on CJCharacter_IsDead"); \ +static_assert(offsetof(CJCharacter_IsDead, ReturnValue) == 0x000000, "Member 'CJCharacter_IsDead::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsEnteringVehicle \ +static_assert(alignof(CJCharacter_IsEnteringVehicle) == 0x000001, "Wrong alignment on CJCharacter_IsEnteringVehicle"); \ +static_assert(sizeof(CJCharacter_IsEnteringVehicle) == 0x000001, "Wrong size on CJCharacter_IsEnteringVehicle"); \ +static_assert(offsetof(CJCharacter_IsEnteringVehicle, ReturnValue) == 0x000000, "Member 'CJCharacter_IsEnteringVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsExitingVehicle \ +static_assert(alignof(CJCharacter_IsExitingVehicle) == 0x000001, "Wrong alignment on CJCharacter_IsExitingVehicle"); \ +static_assert(sizeof(CJCharacter_IsExitingVehicle) == 0x000001, "Wrong size on CJCharacter_IsExitingVehicle"); \ +static_assert(offsetof(CJCharacter_IsExitingVehicle, ReturnValue) == 0x000000, "Member 'CJCharacter_IsExitingVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsHoldingWeapon \ +static_assert(alignof(CJCharacter_IsHoldingWeapon) == 0x000001, "Wrong alignment on CJCharacter_IsHoldingWeapon"); \ +static_assert(sizeof(CJCharacter_IsHoldingWeapon) == 0x000001, "Wrong size on CJCharacter_IsHoldingWeapon"); \ +static_assert(offsetof(CJCharacter_IsHoldingWeapon, ReturnValue) == 0x000000, "Member 'CJCharacter_IsHoldingWeapon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsInCombat \ +static_assert(alignof(CJCharacter_IsInCombat) == 0x000001, "Wrong alignment on CJCharacter_IsInCombat"); \ +static_assert(sizeof(CJCharacter_IsInCombat) == 0x000001, "Wrong size on CJCharacter_IsInCombat"); \ +static_assert(offsetof(CJCharacter_IsInCombat, ReturnValue) == 0x000000, "Member 'CJCharacter_IsInCombat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsInCombatLoco \ +static_assert(alignof(CJCharacter_IsInCombatLoco) == 0x000001, "Wrong alignment on CJCharacter_IsInCombatLoco"); \ +static_assert(sizeof(CJCharacter_IsInCombatLoco) == 0x000001, "Wrong size on CJCharacter_IsInCombatLoco"); \ +static_assert(offsetof(CJCharacter_IsInCombatLoco, ReturnValue) == 0x000000, "Member 'CJCharacter_IsInCombatLoco::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsInDialogue \ +static_assert(alignof(CJCharacter_IsInDialogue) == 0x000001, "Wrong alignment on CJCharacter_IsInDialogue"); \ +static_assert(sizeof(CJCharacter_IsInDialogue) == 0x000001, "Wrong size on CJCharacter_IsInDialogue"); \ +static_assert(offsetof(CJCharacter_IsInDialogue, ReturnValue) == 0x000000, "Member 'CJCharacter_IsInDialogue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsIndoors \ +static_assert(alignof(CJCharacter_IsIndoors) == 0x000001, "Wrong alignment on CJCharacter_IsIndoors"); \ +static_assert(sizeof(CJCharacter_IsIndoors) == 0x000001, "Wrong size on CJCharacter_IsIndoors"); \ +static_assert(offsetof(CJCharacter_IsIndoors, ReturnValue) == 0x000000, "Member 'CJCharacter_IsIndoors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsInInterior \ +static_assert(alignof(CJCharacter_IsInInterior) == 0x000001, "Wrong alignment on CJCharacter_IsInInterior"); \ +static_assert(sizeof(CJCharacter_IsInInterior) == 0x000001, "Wrong size on CJCharacter_IsInInterior"); \ +static_assert(offsetof(CJCharacter_IsInInterior, ReturnValue) == 0x000000, "Member 'CJCharacter_IsInInterior::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsInRagdoll \ +static_assert(alignof(CJCharacter_IsInRagdoll) == 0x000001, "Wrong alignment on CJCharacter_IsInRagdoll"); \ +static_assert(sizeof(CJCharacter_IsInRagdoll) == 0x000001, "Wrong size on CJCharacter_IsInRagdoll"); \ +static_assert(offsetof(CJCharacter_IsInRagdoll, ReturnValue) == 0x000000, "Member 'CJCharacter_IsInRagdoll::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsInSmartObject \ +static_assert(alignof(CJCharacter_IsInSmartObject) == 0x000001, "Wrong alignment on CJCharacter_IsInSmartObject"); \ +static_assert(sizeof(CJCharacter_IsInSmartObject) == 0x000001, "Wrong size on CJCharacter_IsInSmartObject"); \ +static_assert(offsetof(CJCharacter_IsInSmartObject, ReturnValue) == 0x000000, "Member 'CJCharacter_IsInSmartObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsInVehicle \ +static_assert(alignof(CJCharacter_IsInVehicle) == 0x000001, "Wrong alignment on CJCharacter_IsInVehicle"); \ +static_assert(sizeof(CJCharacter_IsInVehicle) == 0x000001, "Wrong size on CJCharacter_IsInVehicle"); \ +static_assert(offsetof(CJCharacter_IsInVehicle, ReturnValue) == 0x000000, "Member 'CJCharacter_IsInVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsKnockedOut \ +static_assert(alignof(CJCharacter_IsKnockedOut) == 0x000001, "Wrong alignment on CJCharacter_IsKnockedOut"); \ +static_assert(sizeof(CJCharacter_IsKnockedOut) == 0x000001, "Wrong size on CJCharacter_IsKnockedOut"); \ +static_assert(offsetof(CJCharacter_IsKnockedOut, ReturnValue) == 0x000000, "Member 'CJCharacter_IsKnockedOut::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsPlayer \ +static_assert(alignof(CJCharacter_IsPlayer) == 0x000001, "Wrong alignment on CJCharacter_IsPlayer"); \ +static_assert(sizeof(CJCharacter_IsPlayer) == 0x000001, "Wrong size on CJCharacter_IsPlayer"); \ +static_assert(offsetof(CJCharacter_IsPlayer, ReturnValue) == 0x000000, "Member 'CJCharacter_IsPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsSeatedInVehicle \ +static_assert(alignof(CJCharacter_IsSeatedInVehicle) == 0x000001, "Wrong alignment on CJCharacter_IsSeatedInVehicle"); \ +static_assert(sizeof(CJCharacter_IsSeatedInVehicle) == 0x000001, "Wrong size on CJCharacter_IsSeatedInVehicle"); \ +static_assert(offsetof(CJCharacter_IsSeatedInVehicle, ReturnValue) == 0x000000, "Member 'CJCharacter_IsSeatedInVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsUnconscious \ +static_assert(alignof(CJCharacter_IsUnconscious) == 0x000001, "Wrong alignment on CJCharacter_IsUnconscious"); \ +static_assert(sizeof(CJCharacter_IsUnconscious) == 0x000001, "Wrong size on CJCharacter_IsUnconscious"); \ +static_assert(offsetof(CJCharacter_IsUnconscious, ReturnValue) == 0x000000, "Member 'CJCharacter_IsUnconscious::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsVehicleDriver \ +static_assert(alignof(CJCharacter_IsVehicleDriver) == 0x000001, "Wrong alignment on CJCharacter_IsVehicleDriver"); \ +static_assert(sizeof(CJCharacter_IsVehicleDriver) == 0x000001, "Wrong size on CJCharacter_IsVehicleDriver"); \ +static_assert(offsetof(CJCharacter_IsVehicleDriver, ReturnValue) == 0x000000, "Member 'CJCharacter_IsVehicleDriver::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacter_IsVehiclePassenger \ +static_assert(alignof(CJCharacter_IsVehiclePassenger) == 0x000001, "Wrong alignment on CJCharacter_IsVehiclePassenger"); \ +static_assert(sizeof(CJCharacter_IsVehiclePassenger) == 0x000001, "Wrong size on CJCharacter_IsVehiclePassenger"); \ +static_assert(offsetof(CJCharacter_IsVehiclePassenger, ReturnValue) == 0x000000, "Member 'CJCharacter_IsVehiclePassenger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACJCharacter \ +static_assert(alignof(ACJCharacter) == 0x000010, "Wrong alignment on ACJCharacter"); \ +static_assert(sizeof(ACJCharacter) == 0x0012A0, "Wrong size on ACJCharacter"); \ +static_assert(offsetof(ACJCharacter, PlaceId) == 0x000678, "Member 'ACJCharacter::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterId) == 0x000680, "Member 'ACJCharacter::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, NPCWorldStateID) == 0x000690, "Member 'ACJCharacter::NPCWorldStateID' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterLevel) == 0x0006A0, "Member 'ACJCharacter::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnWieldWeapon) == 0x0006A8, "Member 'ACJCharacter::OnWieldWeapon' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnUnwieldWeapon) == 0x0006B8, "Member 'ACJCharacter::OnUnwieldWeapon' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnAimWeaponUpdated) == 0x0006C8, "Member 'ACJCharacter::OnAimWeaponUpdated' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnCharacterRevive) == 0x0006D0, "Member 'ACJCharacter::OnCharacterRevive' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnStagger) == 0x0006E0, "Member 'ACJCharacter::OnStagger' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnTraverseObstacle) == 0x0006E1, "Member 'ACJCharacter::OnTraverseObstacle' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnDeath) == 0x0006E2, "Member 'ACJCharacter::OnDeath' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnKnockedOut) == 0x0006E3, "Member 'ACJCharacter::OnKnockedOut' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnEnterVehicle) == 0x0006E4, "Member 'ACJCharacter::OnEnterVehicle' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnExitVehicle) == 0x0006E5, "Member 'ACJCharacter::OnExitVehicle' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnInteriorStatusChanged) == 0x0006E6, "Member 'ACJCharacter::OnInteriorStatusChanged' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, LootableComponentClass) == 0x0006E8, "Member 'ACJCharacter::LootableComponentClass' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, LootableComponent) == 0x0006F0, "Member 'ACJCharacter::LootableComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, WieldingComponentClass) == 0x0006F8, "Member 'ACJCharacter::WieldingComponentClass' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, WieldingComponent) == 0x000700, "Member 'ACJCharacter::WieldingComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterTypeData) == 0x000708, "Member 'ACJCharacter::CharacterTypeData' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterAnimLinkedLayersFallback) == 0x000710, "Member 'ACJCharacter::CharacterAnimLinkedLayersFallback' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, LinkedLayersChooser) == 0x000718, "Member 'ACJCharacter::LinkedLayersChooser' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, Hat) == 0x000720, "Member 'ACJCharacter::Hat' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, StaticMeshHat) == 0x000728, "Member 'ACJCharacter::StaticMeshHat' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, GroomHair) == 0x000730, "Member 'ACJCharacter::GroomHair' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, GroomBeard) == 0x000738, "Member 'ACJCharacter::GroomBeard' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, GroomMustache) == 0x000740, "Member 'ACJCharacter::GroomMustache' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, Head) == 0x000748, "Member 'ACJCharacter::Head' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, Torso) == 0x000750, "Member 'ACJCharacter::Torso' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OuterTorso) == 0x000758, "Member 'ACJCharacter::OuterTorso' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, Legs) == 0x000760, "Member 'ACJCharacter::Legs' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, Feet) == 0x000768, "Member 'ACJCharacter::Feet' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, Accessory) == 0x000770, "Member 'ACJCharacter::Accessory' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, Eyewear) == 0x000778, "Member 'ACJCharacter::Eyewear' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, StaticMeshEyewear) == 0x000780, "Member 'ACJCharacter::StaticMeshEyewear' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, Watch) == 0x000788, "Member 'ACJCharacter::Watch' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, Earrings) == 0x000790, "Member 'ACJCharacter::Earrings' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, StaticMeshEarrings) == 0x000798, "Member 'ACJCharacter::StaticMeshEarrings' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, RingsGloves) == 0x0007A0, "Member 'ACJCharacter::RingsGloves' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, Backpack) == 0x0007A8, "Member 'ACJCharacter::Backpack' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, bEnableHeadlook) == 0x0007B0, "Member 'ACJCharacter::bEnableHeadlook' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CombatScaleOverride) == 0x0007B4, "Member 'ACJCharacter::CombatScaleOverride' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, BaseTurnRate) == 0x0007B8, "Member 'ACJCharacter::BaseTurnRate' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, ActionTriggerMassMultiplier) == 0x0007BC, "Member 'ACJCharacter::ActionTriggerMassMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, VehicleAvoidanceThreshold) == 0x0007C0, "Member 'ACJCharacter::VehicleAvoidanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, MaxVehicleAvoidanceLimit) == 0x0007C4, "Member 'ACJCharacter::MaxVehicleAvoidanceLimit' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, MinVehicleAvoidanceLimit) == 0x0007C8, "Member 'ACJCharacter::MinVehicleAvoidanceLimit' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, HeadshotMultiplier) == 0x0007CC, "Member 'ACJCharacter::HeadshotMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, StaggerThreshold) == 0x0007D0, "Member 'ACJCharacter::StaggerThreshold' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, StaggerImpactRecoveryPerSecond) == 0x0007D4, "Member 'ACJCharacter::StaggerImpactRecoveryPerSecond' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, StaggerDuration) == 0x0007D8, "Member 'ACJCharacter::StaggerDuration' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterToCharacterStumbleCooldown) == 0x0007DC, "Member 'ACJCharacter::CharacterToCharacterStumbleCooldown' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, bAwareCarThreat) == 0x0007E0, "Member 'ACJCharacter::bAwareCarThreat' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, RequestedEscapeDir) == 0x0007E8, "Member 'ACJCharacter::RequestedEscapeDir' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, bIsSprinting) == 0x000800, "Member 'ACJCharacter::bIsSprinting' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, bIsStaggering) == 0x000801, "Member 'ACJCharacter::bIsStaggering' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, LastStaggerHitDirection) == 0x000808, "Member 'ACJCharacter::LastStaggerHitDirection' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, bIsTraversing) == 0x000820, "Member 'ACJCharacter::bIsTraversing' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, TraversalAnimType) == 0x000821, "Member 'ACJCharacter::TraversalAnimType' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, TraversalRequestInfo) == 0x000824, "Member 'ACJCharacter::TraversalRequestInfo' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, TraversalWarpTargetName) == 0x000838, "Member 'ACJCharacter::TraversalWarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, TraversalAction) == 0x000840, "Member 'ACJCharacter::TraversalAction' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, TraversalMoveSet) == 0x000848, "Member 'ACJCharacter::TraversalMoveSet' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, VehicleMoveSet) == 0x000850, "Member 'ACJCharacter::VehicleMoveSet' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, DoorMoveSet) == 0x000858, "Member 'ACJCharacter::DoorMoveSet' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnCombatStateEntered) == 0x000868, "Member 'ACJCharacter::OnCombatStateEntered' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnCombatStateExited) == 0x000878, "Member 'ACJCharacter::OnCombatStateExited' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, DisarmFlag) == 0x000888, "Member 'ACJCharacter::DisarmFlag' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, DisarmChance) == 0x00088C, "Member 'ACJCharacter::DisarmChance' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, bIsParryable) == 0x000890, "Member 'ACJCharacter::bIsParryable' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, MinFatalMass) == 0x000894, "Member 'ACJCharacter::MinFatalMass' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, MinFatalSpeed) == 0x000898, "Member 'ACJCharacter::MinFatalSpeed' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, SubtitleName) == 0x0008A0, "Member 'ACJCharacter::SubtitleName' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, bIsAiming) == 0x0008B0, "Member 'ACJCharacter::bIsAiming' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, bInCombat) == 0x0008B1, "Member 'ACJCharacter::bInCombat' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, GunAimStimEventTag) == 0x0008BC, "Member 'ACJCharacter::GunAimStimEventTag' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, DeadStimEventTag) == 0x0008C4, "Member 'ACJCharacter::DeadStimEventTag' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, KnockedOutStimEventTag) == 0x0008CC, "Member 'ACJCharacter::KnockedOutStimEventTag' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, RangedCombatComponent) == 0x0008D8, "Member 'ACJCharacter::RangedCombatComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, MeleePositioningComponent) == 0x0008E0, "Member 'ACJCharacter::MeleePositioningComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, MeleeComponent) == 0x0008E8, "Member 'ACJCharacter::MeleeComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, ContainedActionComponent) == 0x0008F0, "Member 'ACJCharacter::ContainedActionComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, PointInterestComponent) == 0x0008F8, "Member 'ACJCharacter::PointInterestComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, SpatialAwarenessComponent) == 0x000900, "Member 'ACJCharacter::SpatialAwarenessComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, HealthComponent) == 0x000908, "Member 'ACJCharacter::HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, PostureComponent) == 0x000910, "Member 'ACJCharacter::PostureComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterDamageEffect) == 0x000918, "Member 'ACJCharacter::CharacterDamageEffect' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, StatusEffectComponent) == 0x000920, "Member 'ACJCharacter::StatusEffectComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterWorldStateComponent) == 0x000928, "Member 'ACJCharacter::CharacterWorldStateComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, AttachWeaponSocket) == 0x000930, "Member 'ACJCharacter::AttachWeaponSocket' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterSoundComponent) == 0x000938, "Member 'ACJCharacter::CharacterSoundComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterSoundEmitter) == 0x000940, "Member 'ACJCharacter::CharacterSoundEmitter' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterDialogueEmitter) == 0x000948, "Member 'ACJCharacter::CharacterDialogueEmitter' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, LaneTracker) == 0x000950, "Member 'ACJCharacter::LaneTracker' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, SyncedAnimSelector) == 0x000958, "Member 'ACJCharacter::SyncedAnimSelector' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, ActionHandler) == 0x000960, "Member 'ACJCharacter::ActionHandler' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, FlagRaiser) == 0x000968, "Member 'ACJCharacter::FlagRaiser' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, TelemetryTrackingComponent) == 0x000970, "Member 'ACJCharacter::TelemetryTrackingComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterWetness) == 0x000978, "Member 'ACJCharacter::CharacterWetness' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, LightPhysicsDamage) == 0x000980, "Member 'ACJCharacter::LightPhysicsDamage' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, LightPhysicsDamageType) == 0x000988, "Member 'ACJCharacter::LightPhysicsDamageType' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, HeavyPhysicsDamage) == 0x000990, "Member 'ACJCharacter::HeavyPhysicsDamage' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, HeavyPhysicsDamageType) == 0x000998, "Member 'ACJCharacter::HeavyPhysicsDamageType' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, VisualEffectsControllerClass) == 0x0009A0, "Member 'ACJCharacter::VisualEffectsControllerClass' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, SoundEffectsControllerClass) == 0x0009A8, "Member 'ACJCharacter::SoundEffectsControllerClass' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, BloodEffectsControllerClass) == 0x0009B0, "Member 'ACJCharacter::BloodEffectsControllerClass' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, VisualEffectsController) == 0x0009B8, "Member 'ACJCharacter::VisualEffectsController' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, SoundEffectsController) == 0x0009C0, "Member 'ACJCharacter::SoundEffectsController' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, BloodEffectsController) == 0x0009C8, "Member 'ACJCharacter::BloodEffectsController' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, VehicleImpactSkirtComponent) == 0x0009D0, "Member 'ACJCharacter::VehicleImpactSkirtComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, InteriorCounter) == 0x0009D8, "Member 'ACJCharacter::InteriorCounter' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, ZoneId) == 0x0009DC, "Member 'ACJCharacter::ZoneId' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, bIsPedestrian) == 0x0009E0, "Member 'ACJCharacter::bIsPedestrian' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterCharacterImpactConfig) == 0x0009E8, "Member 'ACJCharacter::CharacterCharacterImpactConfig' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, InteractableActionsConfig) == 0x000A38, "Member 'ACJCharacter::InteractableActionsConfig' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, bIsMeleeTargetableByPlayer) == 0x000A88, "Member 'ACJCharacter::bIsMeleeTargetableByPlayer' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, StimEventSourceComponent) == 0x000A90, "Member 'ACJCharacter::StimEventSourceComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, WieldableTag) == 0x000A98, "Member 'ACJCharacter::WieldableTag' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, bIsRegisteredWithWwise) == 0x000AA0, "Member 'ACJCharacter::bIsRegisteredWithWwise' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, m_CharacterVisuals) == 0x000AA8, "Member 'ACJCharacter::m_CharacterVisuals' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, AppliedCharacterVisuals) == 0x000AB0, "Member 'ACJCharacter::AppliedCharacterVisuals' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, DeathCleanUpTime) == 0x000AB8, "Member 'ACJCharacter::DeathCleanUpTime' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, bIsClimbing) == 0x000ABC, "Member 'ACJCharacter::bIsClimbing' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, LatestDamageCauser) == 0x000AE0, "Member 'ACJCharacter::LatestDamageCauser' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, LatestDamageInstigator) == 0x000AE8, "Member 'ACJCharacter::LatestDamageInstigator' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, PhysicalAnimationClass) == 0x000AF0, "Member 'ACJCharacter::PhysicalAnimationClass' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, PhysicalAnimation) == 0x000AF8, "Member 'ACJCharacter::PhysicalAnimation' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, MotionWarping) == 0x000B00, "Member 'ACJCharacter::MotionWarping' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, TransformWarper) == 0x000B08, "Member 'ACJCharacter::TransformWarper' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, ABPLocomotionType) == 0x000B10, "Member 'ACJCharacter::ABPLocomotionType' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, FallDistance) == 0x000B14, "Member 'ACJCharacter::FallDistance' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnGameplayTagChanged) == 0x000B80, "Member 'ACJCharacter::OnGameplayTagChanged' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnSayLineStart) == 0x000B90, "Member 'ACJCharacter::OnSayLineStart' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnSayLineEnd) == 0x000BA0, "Member 'ACJCharacter::OnSayLineEnd' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnSayFlowEnter) == 0x000BB0, "Member 'ACJCharacter::OnSayFlowEnter' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OnSayFlowExit) == 0x000BC0, "Member 'ACJCharacter::OnSayFlowExit' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, ConnectOffset) == 0x000BD0, "Member 'ACJCharacter::ConnectOffset' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, ActivityTags) == 0x000BE8, "Member 'ACJCharacter::ActivityTags' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CharacterUserTags) == 0x000C08, "Member 'ACJCharacter::CharacterUserTags' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, ForceLethalImpact) == 0x000C28, "Member 'ACJCharacter::ForceLethalImpact' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, ForceNonLethalImpact) == 0x000C30, "Member 'ACJCharacter::ForceNonLethalImpact' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, MeshParent) == 0x000D80, "Member 'ACJCharacter::MeshParent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CurrentlyLinkedLayers) == 0x000D98, "Member 'ACJCharacter::CurrentlyLinkedLayers' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, CJMovementComponent) == 0x000DD0, "Member 'ACJCharacter::CJMovementComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, GenericTags) == 0x000DD8, "Member 'ACJCharacter::GenericTags' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, AnimNotifyStateTags) == 0x000E48, "Member 'ACJCharacter::AnimNotifyStateTags' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, AttachBlendTime) == 0x000EEC, "Member 'ACJCharacter::AttachBlendTime' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, VehicleLinkedLayer) == 0x000F00, "Member 'ACJCharacter::VehicleLinkedLayer' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, LinkedLayerData) == 0x000F38, "Member 'ACJCharacter::LinkedLayerData' has a wrong offset!"); \ +static_assert(offsetof(ACJCharacter, OriginalMeshCollisionProfile) == 0x001294, "Member 'ACJCharacter::OriginalMeshCollisionProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_GetPlayingInstance \ +static_assert(alignof(PlayerCharacter_GetPlayingInstance) == 0x000008, "Wrong alignment on PlayerCharacter_GetPlayingInstance"); \ +static_assert(sizeof(PlayerCharacter_GetPlayingInstance) == 0x000008, "Wrong size on PlayerCharacter_GetPlayingInstance"); \ +static_assert(offsetof(PlayerCharacter_GetPlayingInstance, ReturnValue) == 0x000000, "Member 'PlayerCharacter_GetPlayingInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_CalculateAPCost \ +static_assert(alignof(PlayerCharacter_CalculateAPCost) == 0x000004, "Wrong alignment on PlayerCharacter_CalculateAPCost"); \ +static_assert(sizeof(PlayerCharacter_CalculateAPCost) == 0x000008, "Wrong size on PlayerCharacter_CalculateAPCost"); \ +static_assert(offsetof(PlayerCharacter_CalculateAPCost, BaseCost) == 0x000000, "Member 'PlayerCharacter_CalculateAPCost::BaseCost' has a wrong offset!"); \ +static_assert(offsetof(PlayerCharacter_CalculateAPCost, ReturnValue) == 0x000004, "Member 'PlayerCharacter_CalculateAPCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_EvadeMisdirection \ +static_assert(alignof(PlayerCharacter_EvadeMisdirection) == 0x000004, "Wrong alignment on PlayerCharacter_EvadeMisdirection"); \ +static_assert(sizeof(PlayerCharacter_EvadeMisdirection) == 0x000004, "Wrong size on PlayerCharacter_EvadeMisdirection"); \ +static_assert(offsetof(PlayerCharacter_EvadeMisdirection, Duration) == 0x000000, "Member 'PlayerCharacter_EvadeMisdirection::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_GetAttackAimDirection \ +static_assert(alignof(PlayerCharacter_GetAttackAimDirection) == 0x000008, "Wrong alignment on PlayerCharacter_GetAttackAimDirection"); \ +static_assert(sizeof(PlayerCharacter_GetAttackAimDirection) == 0x000018, "Wrong size on PlayerCharacter_GetAttackAimDirection"); \ +static_assert(offsetof(PlayerCharacter_GetAttackAimDirection, ReturnValue) == 0x000000, "Member 'PlayerCharacter_GetAttackAimDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_GetInteractableSmartObjectSlotHandle \ +static_assert(alignof(PlayerCharacter_GetInteractableSmartObjectSlotHandle) == 0x000004, "Wrong alignment on PlayerCharacter_GetInteractableSmartObjectSlotHandle"); \ +static_assert(sizeof(PlayerCharacter_GetInteractableSmartObjectSlotHandle) == 0x000014, "Wrong size on PlayerCharacter_GetInteractableSmartObjectSlotHandle"); \ +static_assert(offsetof(PlayerCharacter_GetInteractableSmartObjectSlotHandle, ReturnValue) == 0x000000, "Member 'PlayerCharacter_GetInteractableSmartObjectSlotHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_GetProjectedSpread \ +static_assert(alignof(PlayerCharacter_GetProjectedSpread) == 0x000008, "Wrong alignment on PlayerCharacter_GetProjectedSpread"); \ +static_assert(sizeof(PlayerCharacter_GetProjectedSpread) == 0x000020, "Wrong size on PlayerCharacter_GetProjectedSpread"); \ +static_assert(offsetof(PlayerCharacter_GetProjectedSpread, ScreenCenter) == 0x000000, "Member 'PlayerCharacter_GetProjectedSpread::ScreenCenter' has a wrong offset!"); \ +static_assert(offsetof(PlayerCharacter_GetProjectedSpread, ScreenSide) == 0x000010, "Member 'PlayerCharacter_GetProjectedSpread::ScreenSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_GetSmoothedAttackAimDirection \ +static_assert(alignof(PlayerCharacter_GetSmoothedAttackAimDirection) == 0x000008, "Wrong alignment on PlayerCharacter_GetSmoothedAttackAimDirection"); \ +static_assert(sizeof(PlayerCharacter_GetSmoothedAttackAimDirection) == 0x000018, "Wrong size on PlayerCharacter_GetSmoothedAttackAimDirection"); \ +static_assert(offsetof(PlayerCharacter_GetSmoothedAttackAimDirection, ReturnValue) == 0x000000, "Member 'PlayerCharacter_GetSmoothedAttackAimDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_GetSmoothedAttackAimLength \ +static_assert(alignof(PlayerCharacter_GetSmoothedAttackAimLength) == 0x000004, "Wrong alignment on PlayerCharacter_GetSmoothedAttackAimLength"); \ +static_assert(sizeof(PlayerCharacter_GetSmoothedAttackAimLength) == 0x000004, "Wrong size on PlayerCharacter_GetSmoothedAttackAimLength"); \ +static_assert(offsetof(PlayerCharacter_GetSmoothedAttackAimLength, ReturnValue) == 0x000000, "Member 'PlayerCharacter_GetSmoothedAttackAimLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_GetSmoothedAttackAimWidth \ +static_assert(alignof(PlayerCharacter_GetSmoothedAttackAimWidth) == 0x000004, "Wrong alignment on PlayerCharacter_GetSmoothedAttackAimWidth"); \ +static_assert(sizeof(PlayerCharacter_GetSmoothedAttackAimWidth) == 0x000004, "Wrong size on PlayerCharacter_GetSmoothedAttackAimWidth"); \ +static_assert(offsetof(PlayerCharacter_GetSmoothedAttackAimWidth, ReturnValue) == 0x000000, "Member 'PlayerCharacter_GetSmoothedAttackAimWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_OnAttackAttempt \ +static_assert(alignof(PlayerCharacter_OnAttackAttempt) == 0x000008, "Wrong alignment on PlayerCharacter_OnAttackAttempt"); \ +static_assert(sizeof(PlayerCharacter_OnAttackAttempt) == 0x000010, "Wrong size on PlayerCharacter_OnAttackAttempt"); \ +static_assert(offsetof(PlayerCharacter_OnAttackAttempt, ID) == 0x000000, "Member 'PlayerCharacter_OnAttackAttempt::ID' has a wrong offset!"); \ +static_assert(offsetof(PlayerCharacter_OnAttackAttempt, Target) == 0x000008, "Member 'PlayerCharacter_OnAttackAttempt::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_OnDefendAttempt \ +static_assert(alignof(PlayerCharacter_OnDefendAttempt) == 0x000008, "Wrong alignment on PlayerCharacter_OnDefendAttempt"); \ +static_assert(sizeof(PlayerCharacter_OnDefendAttempt) == 0x000010, "Wrong size on PlayerCharacter_OnDefendAttempt"); \ +static_assert(offsetof(PlayerCharacter_OnDefendAttempt, ID) == 0x000000, "Member 'PlayerCharacter_OnDefendAttempt::ID' has a wrong offset!"); \ +static_assert(offsetof(PlayerCharacter_OnDefendAttempt, Target) == 0x000008, "Member 'PlayerCharacter_OnDefendAttempt::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_OnMovedToNewRegion \ +static_assert(alignof(PlayerCharacter_OnMovedToNewRegion) == 0x000004, "Wrong alignment on PlayerCharacter_OnMovedToNewRegion"); \ +static_assert(sizeof(PlayerCharacter_OnMovedToNewRegion) == 0x00000C, "Wrong size on PlayerCharacter_OnMovedToNewRegion"); \ +static_assert(offsetof(PlayerCharacter_OnMovedToNewRegion, RegionId) == 0x000000, "Member 'PlayerCharacter_OnMovedToNewRegion::RegionId' has a wrong offset!"); \ +static_assert(offsetof(PlayerCharacter_OnMovedToNewRegion, RegionName) == 0x000004, "Member 'PlayerCharacter_OnMovedToNewRegion::RegionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_OnMovedToNewRoadName \ +static_assert(alignof(PlayerCharacter_OnMovedToNewRoadName) == 0x000004, "Wrong alignment on PlayerCharacter_OnMovedToNewRoadName"); \ +static_assert(sizeof(PlayerCharacter_OnMovedToNewRoadName) == 0x000008, "Wrong size on PlayerCharacter_OnMovedToNewRoadName"); \ +static_assert(offsetof(PlayerCharacter_OnMovedToNewRoadName, RoadName) == 0x000000, "Member 'PlayerCharacter_OnMovedToNewRoadName::RoadName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_OnRequestFinished \ +static_assert(alignof(PlayerCharacter_OnRequestFinished) == 0x000008, "Wrong alignment on PlayerCharacter_OnRequestFinished"); \ +static_assert(sizeof(PlayerCharacter_OnRequestFinished) == 0x000010, "Wrong size on PlayerCharacter_OnRequestFinished"); \ +static_assert(offsetof(PlayerCharacter_OnRequestFinished, Handler) == 0x000000, "Member 'PlayerCharacter_OnRequestFinished::Handler' has a wrong offset!"); \ +static_assert(offsetof(PlayerCharacter_OnRequestFinished, CurrentRequestID) == 0x000008, "Member 'PlayerCharacter_OnRequestFinished::CurrentRequestID' has a wrong offset!"); \ +static_assert(offsetof(PlayerCharacter_OnRequestFinished, Result) == 0x00000C, "Member 'PlayerCharacter_OnRequestFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_OnRequestStarted \ +static_assert(alignof(PlayerCharacter_OnRequestStarted) == 0x000008, "Wrong alignment on PlayerCharacter_OnRequestStarted"); \ +static_assert(sizeof(PlayerCharacter_OnRequestStarted) == 0x000010, "Wrong size on PlayerCharacter_OnRequestStarted"); \ +static_assert(offsetof(PlayerCharacter_OnRequestStarted, OwningActor) == 0x000000, "Member 'PlayerCharacter_OnRequestStarted::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(PlayerCharacter_OnRequestStarted, CurrentRequestID) == 0x000008, "Member 'PlayerCharacter_OnRequestStarted::CurrentRequestID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_OnShoveAttempt \ +static_assert(alignof(PlayerCharacter_OnShoveAttempt) == 0x000008, "Wrong alignment on PlayerCharacter_OnShoveAttempt"); \ +static_assert(sizeof(PlayerCharacter_OnShoveAttempt) == 0x000010, "Wrong size on PlayerCharacter_OnShoveAttempt"); \ +static_assert(offsetof(PlayerCharacter_OnShoveAttempt, ID) == 0x000000, "Member 'PlayerCharacter_OnShoveAttempt::ID' has a wrong offset!"); \ +static_assert(offsetof(PlayerCharacter_OnShoveAttempt, Target) == 0x000008, "Member 'PlayerCharacter_OnShoveAttempt::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_OnTakedownAttempt \ +static_assert(alignof(PlayerCharacter_OnTakedownAttempt) == 0x000008, "Wrong alignment on PlayerCharacter_OnTakedownAttempt"); \ +static_assert(sizeof(PlayerCharacter_OnTakedownAttempt) == 0x000010, "Wrong size on PlayerCharacter_OnTakedownAttempt"); \ +static_assert(offsetof(PlayerCharacter_OnTakedownAttempt, ID) == 0x000000, "Member 'PlayerCharacter_OnTakedownAttempt::ID' has a wrong offset!"); \ +static_assert(offsetof(PlayerCharacter_OnTakedownAttempt, Target) == 0x000008, "Member 'PlayerCharacter_OnTakedownAttempt::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_RequestMeleeAttack \ +static_assert(alignof(PlayerCharacter_RequestMeleeAttack) == 0x000008, "Wrong alignment on PlayerCharacter_RequestMeleeAttack"); \ +static_assert(sizeof(PlayerCharacter_RequestMeleeAttack) == 0x000010, "Wrong size on PlayerCharacter_RequestMeleeAttack"); \ +static_assert(offsetof(PlayerCharacter_RequestMeleeAttack, ActionType) == 0x000000, "Member 'PlayerCharacter_RequestMeleeAttack::ActionType' has a wrong offset!"); \ +static_assert(offsetof(PlayerCharacter_RequestMeleeAttack, ReturnValue) == 0x000008, "Member 'PlayerCharacter_RequestMeleeAttack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_SetInCutscene \ +static_assert(alignof(PlayerCharacter_SetInCutscene) == 0x000001, "Wrong alignment on PlayerCharacter_SetInCutscene"); \ +static_assert(sizeof(PlayerCharacter_SetInCutscene) == 0x000001, "Wrong size on PlayerCharacter_SetInCutscene"); \ +static_assert(offsetof(PlayerCharacter_SetInCutscene, InCutscene) == 0x000000, "Member 'PlayerCharacter_SetInCutscene::InCutscene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_ShowAimIndicator \ +static_assert(alignof(PlayerCharacter_ShowAimIndicator) == 0x000001, "Wrong alignment on PlayerCharacter_ShowAimIndicator"); \ +static_assert(sizeof(PlayerCharacter_ShowAimIndicator) == 0x000001, "Wrong size on PlayerCharacter_ShowAimIndicator"); \ +static_assert(offsetof(PlayerCharacter_ShowAimIndicator, ReturnValue) == 0x000000, "Member 'PlayerCharacter_ShowAimIndicator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_GetDialogueComponent \ +static_assert(alignof(PlayerCharacter_GetDialogueComponent) == 0x000008, "Wrong alignment on PlayerCharacter_GetDialogueComponent"); \ +static_assert(sizeof(PlayerCharacter_GetDialogueComponent) == 0x000008, "Wrong size on PlayerCharacter_GetDialogueComponent"); \ +static_assert(offsetof(PlayerCharacter_GetDialogueComponent, ReturnValue) == 0x000000, "Member 'PlayerCharacter_GetDialogueComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_InGodMode \ +static_assert(alignof(PlayerCharacter_InGodMode) == 0x000001, "Wrong alignment on PlayerCharacter_InGodMode"); \ +static_assert(sizeof(PlayerCharacter_InGodMode) == 0x000001, "Wrong size on PlayerCharacter_InGodMode"); \ +static_assert(offsetof(PlayerCharacter_InGodMode, ReturnValue) == 0x000000, "Member 'PlayerCharacter_InGodMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCharacter_IsInCutscene \ +static_assert(alignof(PlayerCharacter_IsInCutscene) == 0x000001, "Wrong alignment on PlayerCharacter_IsInCutscene"); \ +static_assert(sizeof(PlayerCharacter_IsInCutscene) == 0x000001, "Wrong size on PlayerCharacter_IsInCutscene"); \ +static_assert(offsetof(PlayerCharacter_IsInCutscene, ReturnValue) == 0x000000, "Member 'PlayerCharacter_IsInCutscene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerCharacter \ +static_assert(alignof(APlayerCharacter) == 0x000010, "Wrong alignment on APlayerCharacter"); \ +static_assert(sizeof(APlayerCharacter) == 0x0015E0, "Wrong size on APlayerCharacter"); \ +static_assert(offsetof(APlayerCharacter, ContextualCameraManagerClass) == 0x0012B0, "Member 'APlayerCharacter::ContextualCameraManagerClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, ProxyPlayerCharacterContextualCameraManagerClass) == 0x0012B8, "Member 'APlayerCharacter::ProxyPlayerCharacterContextualCameraManagerClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, ContextualCameraManager) == 0x0012C0, "Member 'APlayerCharacter::ContextualCameraManager' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, CameraBoom) == 0x0012C8, "Member 'APlayerCharacter::CameraBoom' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, CameraComponent) == 0x0012D0, "Member 'APlayerCharacter::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, MaxWalkStickMagnitude) == 0x0012D8, "Member 'APlayerCharacter::MaxWalkStickMagnitude' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LastTraversedPhysicalSurface) == 0x0012DC, "Member 'APlayerCharacter::LastTraversedPhysicalSurface' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LSAKDistanceProbe) == 0x0012E0, "Member 'APlayerCharacter::LSAKDistanceProbe' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, PlayerInputActions) == 0x0012E8, "Member 'APlayerCharacter::PlayerInputActions' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, CharacterStateShaderPropagationComponent) == 0x0012F0, "Member 'APlayerCharacter::CharacterStateShaderPropagationComponent' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, DistancescoreWeight) == 0x0012F8, "Member 'APlayerCharacter::DistancescoreWeight' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, CamerscoreWeight) == 0x001300, "Member 'APlayerCharacter::CamerscoreWeight' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, FacingWeight) == 0x001308, "Member 'APlayerCharacter::FacingWeight' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, ViewVsLeftStickBlend) == 0x001310, "Member 'APlayerCharacter::ViewVsLeftStickBlend' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, ActiveStickWeight) == 0x001318, "Member 'APlayerCharacter::ActiveStickWeight' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, PassiveStickWeight) == 0x001320, "Member 'APlayerCharacter::PassiveStickWeight' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LastTargetWeight) == 0x001328, "Member 'APlayerCharacter::LastTargetWeight' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, DistancescoreMinRange) == 0x001330, "Member 'APlayerCharacter::DistancescoreMinRange' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, DistancescoreMaxRange) == 0x001338, "Member 'APlayerCharacter::DistancescoreMaxRange' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LastTargetTimer) == 0x001340, "Member 'APlayerCharacter::LastTargetTimer' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, TargetStickChangeTolerance) == 0x001348, "Member 'APlayerCharacter::TargetStickChangeTolerance' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, ActiveTargetingTimeout) == 0x001350, "Member 'APlayerCharacter::ActiveTargetingTimeout' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, MinTimeBetweenJumps) == 0x001354, "Member 'APlayerCharacter::MinTimeBetweenJumps' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, MinTimeBetweenBarges) == 0x001358, "Member 'APlayerCharacter::MinTimeBetweenBarges' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LastMeleeAttackDirection) == 0x001360, "Member 'APlayerCharacter::LastMeleeAttackDirection' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LastLightAttackAction) == 0x001378, "Member 'APlayerCharacter::LastLightAttackAction' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LastHeavyAttackAction) == 0x00137C, "Member 'APlayerCharacter::LastHeavyAttackAction' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LastParryAction) == 0x001380, "Member 'APlayerCharacter::LastParryAction' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LastEvadeAction) == 0x001384, "Member 'APlayerCharacter::LastEvadeAction' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LastThrownWeaponAction) == 0x001388, "Member 'APlayerCharacter::LastThrownWeaponAction' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LastShoveAction) == 0x00138C, "Member 'APlayerCharacter::LastShoveAction' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LastTakedownAction) == 0x001390, "Member 'APlayerCharacter::LastTakedownAction' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, OnProjectedSpreadChanged) == 0x001398, "Member 'APlayerCharacter::OnProjectedSpreadChanged' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, LastRunAIControllerProxyPlayer) == 0x0013A8, "Member 'APlayerCharacter::LastRunAIControllerProxyPlayer' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, bRunWithAnimDebugCamera) == 0x0013B0, "Member 'APlayerCharacter::bRunWithAnimDebugCamera' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, PlayerAIController) == 0x0013B8, "Member 'APlayerCharacter::PlayerAIController' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, CanCancelAiControl) == 0x0013C0, "Member 'APlayerCharacter::CanCancelAiControl' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, OnNPCDied) == 0x0013C8, "Member 'APlayerCharacter::OnNPCDied' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, OnNPCKnockedOut) == 0x0013D8, "Member 'APlayerCharacter::OnNPCKnockedOut' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, OnMovedToNewRegionDelegate) == 0x0013E8, "Member 'APlayerCharacter::OnMovedToNewRegionDelegate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, OnMovedToNewRoadNameDelegate) == 0x0013F8, "Member 'APlayerCharacter::OnMovedToNewRoadNameDelegate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, ForceUnlockMovementTag) == 0x001408, "Member 'APlayerCharacter::ForceUnlockMovementTag' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, RegionsLayerName) == 0x001410, "Member 'APlayerCharacter::RegionsLayerName' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, StrikeAlignmentTime) == 0x001418, "Member 'APlayerCharacter::StrikeAlignmentTime' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, bDrawExperimentalHudElements) == 0x00141C, "Member 'APlayerCharacter::bDrawExperimentalHudElements' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, AimIndicatorSmoothingRate) == 0x001428, "Member 'APlayerCharacter::AimIndicatorSmoothingRate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, AimIndicatorMinWidth) == 0x00142C, "Member 'APlayerCharacter::AimIndicatorMinWidth' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, AimIndicatorMaxWidth) == 0x001430, "Member 'APlayerCharacter::AimIndicatorMaxWidth' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, AimIndicatorMinLength) == 0x001434, "Member 'APlayerCharacter::AimIndicatorMinLength' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, AimIndicatorMaxLength) == 0x001438, "Member 'APlayerCharacter::AimIndicatorMaxLength' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, AimIndicatorActionFocusDuration) == 0x00143C, "Member 'APlayerCharacter::AimIndicatorActionFocusDuration' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, AimIndicatorShortActionFocusDuration) == 0x001440, "Member 'APlayerCharacter::AimIndicatorShortActionFocusDuration' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, bIndicateAllCombatActions) == 0x001444, "Member 'APlayerCharacter::bIndicateAllCombatActions' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, bWantsAimIndicatorShown) == 0x001445, "Member 'APlayerCharacter::bWantsAimIndicatorShown' has a wrong offset!"); \ +static_assert(offsetof(APlayerCharacter, EnhancedInputComponent) == 0x0014B8, "Member 'APlayerCharacter::EnhancedInputComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSayCondition_Evaluate \ +static_assert(alignof(BlueprintSayCondition_Evaluate) == 0x000008, "Wrong alignment on BlueprintSayCondition_Evaluate"); \ +static_assert(sizeof(BlueprintSayCondition_Evaluate) == 0x000018, "Wrong size on BlueprintSayCondition_Evaluate"); \ +static_assert(offsetof(BlueprintSayCondition_Evaluate, Character) == 0x000000, "Member 'BlueprintSayCondition_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSayCondition_Evaluate, SourceCharacter) == 0x000008, "Member 'BlueprintSayCondition_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSayCondition_Evaluate, ReturnValue) == 0x000010, "Member 'BlueprintSayCondition_Evaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintSayCondition \ +static_assert(alignof(UBlueprintSayCondition) == 0x000008, "Wrong alignment on UBlueprintSayCondition"); \ +static_assert(sizeof(UBlueprintSayCondition) == 0x000030, "Wrong size on UBlueprintSayCondition"); \ + +#define DUMPER7_ASSERTS_CJUIFunctionLibrary_CompareStrings \ +static_assert(alignof(CJUIFunctionLibrary_CompareStrings) == 0x000008, "Wrong alignment on CJUIFunctionLibrary_CompareStrings"); \ +static_assert(sizeof(CJUIFunctionLibrary_CompareStrings) == 0x000028, "Wrong size on CJUIFunctionLibrary_CompareStrings"); \ +static_assert(offsetof(CJUIFunctionLibrary_CompareStrings, Left) == 0x000000, "Member 'CJUIFunctionLibrary_CompareStrings::Left' has a wrong offset!"); \ +static_assert(offsetof(CJUIFunctionLibrary_CompareStrings, Right) == 0x000010, "Member 'CJUIFunctionLibrary_CompareStrings::Right' has a wrong offset!"); \ +static_assert(offsetof(CJUIFunctionLibrary_CompareStrings, SearchCase) == 0x000020, "Member 'CJUIFunctionLibrary_CompareStrings::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(CJUIFunctionLibrary_CompareStrings, ReturnValue) == 0x000024, "Member 'CJUIFunctionLibrary_CompareStrings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJUIFunctionLibrary_CompareTexts \ +static_assert(alignof(CJUIFunctionLibrary_CompareTexts) == 0x000008, "Wrong alignment on CJUIFunctionLibrary_CompareTexts"); \ +static_assert(sizeof(CJUIFunctionLibrary_CompareTexts) == 0x000028, "Wrong size on CJUIFunctionLibrary_CompareTexts"); \ +static_assert(offsetof(CJUIFunctionLibrary_CompareTexts, Left) == 0x000000, "Member 'CJUIFunctionLibrary_CompareTexts::Left' has a wrong offset!"); \ +static_assert(offsetof(CJUIFunctionLibrary_CompareTexts, Right) == 0x000010, "Member 'CJUIFunctionLibrary_CompareTexts::Right' has a wrong offset!"); \ +static_assert(offsetof(CJUIFunctionLibrary_CompareTexts, SearchCase) == 0x000020, "Member 'CJUIFunctionLibrary_CompareTexts::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(CJUIFunctionLibrary_CompareTexts, ReturnValue) == 0x000024, "Member 'CJUIFunctionLibrary_CompareTexts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJUIFunctionLibrary_CustomSortObjectArray \ +static_assert(alignof(CJUIFunctionLibrary_CustomSortObjectArray) == 0x000008, "Wrong alignment on CJUIFunctionLibrary_CustomSortObjectArray"); \ +static_assert(sizeof(CJUIFunctionLibrary_CustomSortObjectArray) == 0x000020, "Wrong size on CJUIFunctionLibrary_CustomSortObjectArray"); \ +static_assert(offsetof(CJUIFunctionLibrary_CustomSortObjectArray, Array) == 0x000000, "Member 'CJUIFunctionLibrary_CustomSortObjectArray::Array' has a wrong offset!"); \ +static_assert(offsetof(CJUIFunctionLibrary_CustomSortObjectArray, Comparison) == 0x000010, "Member 'CJUIFunctionLibrary_CustomSortObjectArray::Comparison' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJUIFunctionLibrary_EnqueueCustomGenericNotification \ +static_assert(alignof(CJUIFunctionLibrary_EnqueueCustomGenericNotification) == 0x000008, "Wrong alignment on CJUIFunctionLibrary_EnqueueCustomGenericNotification"); \ +static_assert(sizeof(CJUIFunctionLibrary_EnqueueCustomGenericNotification) == 0x000038, "Wrong size on CJUIFunctionLibrary_EnqueueCustomGenericNotification"); \ +static_assert(offsetof(CJUIFunctionLibrary_EnqueueCustomGenericNotification, WorldContextObject) == 0x000000, "Member 'CJUIFunctionLibrary_EnqueueCustomGenericNotification::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CJUIFunctionLibrary_EnqueueCustomGenericNotification, Type) == 0x000008, "Member 'CJUIFunctionLibrary_EnqueueCustomGenericNotification::Type' has a wrong offset!"); \ +static_assert(offsetof(CJUIFunctionLibrary_EnqueueCustomGenericNotification, Name_0) == 0x000010, "Member 'CJUIFunctionLibrary_EnqueueCustomGenericNotification::Name_0' has a wrong offset!"); \ +static_assert(offsetof(CJUIFunctionLibrary_EnqueueCustomGenericNotification, Text) == 0x000020, "Member 'CJUIFunctionLibrary_EnqueueCustomGenericNotification::Text' has a wrong offset!"); \ +static_assert(offsetof(CJUIFunctionLibrary_EnqueueCustomGenericNotification, Image) == 0x000030, "Member 'CJUIFunctionLibrary_EnqueueCustomGenericNotification::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJUIFunctionLibrary_EnqueueCustomNotification \ +static_assert(alignof(CJUIFunctionLibrary_EnqueueCustomNotification) == 0x000008, "Wrong alignment on CJUIFunctionLibrary_EnqueueCustomNotification"); \ +static_assert(sizeof(CJUIFunctionLibrary_EnqueueCustomNotification) == 0x000010, "Wrong size on CJUIFunctionLibrary_EnqueueCustomNotification"); \ +static_assert(offsetof(CJUIFunctionLibrary_EnqueueCustomNotification, WorldContextObject) == 0x000000, "Member 'CJUIFunctionLibrary_EnqueueCustomNotification::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CJUIFunctionLibrary_EnqueueCustomNotification, Notification) == 0x000008, "Member 'CJUIFunctionLibrary_EnqueueCustomNotification::Notification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJUIFunctionLibrary \ +static_assert(alignof(UCJUIFunctionLibrary) == 0x000008, "Wrong alignment on UCJUIFunctionLibrary"); \ +static_assert(sizeof(UCJUIFunctionLibrary) == 0x000028, "Wrong size on UCJUIFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BlueprintSayScript_PostLineExecute \ +static_assert(alignof(BlueprintSayScript_PostLineExecute) == 0x000008, "Wrong alignment on BlueprintSayScript_PostLineExecute"); \ +static_assert(sizeof(BlueprintSayScript_PostLineExecute) == 0x000010, "Wrong size on BlueprintSayScript_PostLineExecute"); \ +static_assert(offsetof(BlueprintSayScript_PostLineExecute, Character) == 0x000000, "Member 'BlueprintSayScript_PostLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSayScript_PostLineExecute, SourceCharacter) == 0x000008, "Member 'BlueprintSayScript_PostLineExecute::SourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintSayScript_PreLineExecute \ +static_assert(alignof(BlueprintSayScript_PreLineExecute) == 0x000008, "Wrong alignment on BlueprintSayScript_PreLineExecute"); \ +static_assert(sizeof(BlueprintSayScript_PreLineExecute) == 0x000010, "Wrong size on BlueprintSayScript_PreLineExecute"); \ +static_assert(offsetof(BlueprintSayScript_PreLineExecute, Character) == 0x000000, "Member 'BlueprintSayScript_PreLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BlueprintSayScript_PreLineExecute, SourceCharacter) == 0x000008, "Member 'BlueprintSayScript_PreLineExecute::SourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintSayScript \ +static_assert(alignof(UBlueprintSayScript) == 0x000008, "Wrong alignment on UBlueprintSayScript"); \ +static_assert(sizeof(UBlueprintSayScript) == 0x000030, "Wrong size on UBlueprintSayScript"); \ + +#define DUMPER7_ASSERTS_PlaceIdInterface_GetPlaceID \ +static_assert(alignof(PlaceIdInterface_GetPlaceID) == 0x000004, "Wrong alignment on PlaceIdInterface_GetPlaceID"); \ +static_assert(sizeof(PlaceIdInterface_GetPlaceID) == 0x000008, "Wrong size on PlaceIdInterface_GetPlaceID"); \ +static_assert(offsetof(PlaceIdInterface_GetPlaceID, ReturnValue) == 0x000000, "Member 'PlaceIdInterface_GetPlaceID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IPlaceIdInterface \ +static_assert(alignof(IPlaceIdInterface) == 0x000001, "Wrong alignment on IPlaceIdInterface"); \ +static_assert(sizeof(IPlaceIdInterface) == 0x000001, "Wrong size on IPlaceIdInterface"); \ + +#define DUMPER7_ASSERTS_IBlueprintVariationInterface \ +static_assert(alignof(IBlueprintVariationInterface) == 0x000001, "Wrong alignment on IBlueprintVariationInterface"); \ +static_assert(sizeof(IBlueprintVariationInterface) == 0x000001, "Wrong size on IBlueprintVariationInterface"); \ + +#define DUMPER7_ASSERTS_CharacterActionInterval_OnEnterInterval \ +static_assert(alignof(CharacterActionInterval_OnEnterInterval) == 0x000008, "Wrong alignment on CharacterActionInterval_OnEnterInterval"); \ +static_assert(sizeof(CharacterActionInterval_OnEnterInterval) == 0x000010, "Wrong size on CharacterActionInterval_OnEnterInterval"); \ +static_assert(offsetof(CharacterActionInterval_OnEnterInterval, ActionUpdateContext) == 0x000000, "Member 'CharacterActionInterval_OnEnterInterval::ActionUpdateContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionInterval_OnExitInterval \ +static_assert(alignof(CharacterActionInterval_OnExitInterval) == 0x000008, "Wrong alignment on CharacterActionInterval_OnExitInterval"); \ +static_assert(sizeof(CharacterActionInterval_OnExitInterval) == 0x000018, "Wrong size on CharacterActionInterval_OnExitInterval"); \ +static_assert(offsetof(CharacterActionInterval_OnExitInterval, ActionUpdateContext) == 0x000000, "Member 'CharacterActionInterval_OnExitInterval::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionInterval_OnExitInterval, ExitReason) == 0x000010, "Member 'CharacterActionInterval_OnExitInterval::ExitReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionInterval_TriggerIntervalAction \ +static_assert(alignof(CharacterActionInterval_TriggerIntervalAction) == 0x000008, "Wrong alignment on CharacterActionInterval_TriggerIntervalAction"); \ +static_assert(sizeof(CharacterActionInterval_TriggerIntervalAction) == 0x000010, "Wrong size on CharacterActionInterval_TriggerIntervalAction"); \ +static_assert(offsetof(CharacterActionInterval_TriggerIntervalAction, ActionUpdateContext) == 0x000000, "Member 'CharacterActionInterval_TriggerIntervalAction::ActionUpdateContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionInterval_UpdateInterval \ +static_assert(alignof(CharacterActionInterval_UpdateInterval) == 0x000008, "Wrong alignment on CharacterActionInterval_UpdateInterval"); \ +static_assert(sizeof(CharacterActionInterval_UpdateInterval) == 0x000018, "Wrong size on CharacterActionInterval_UpdateInterval"); \ +static_assert(offsetof(CharacterActionInterval_UpdateInterval, DeltaTime) == 0x000000, "Member 'CharacterActionInterval_UpdateInterval::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionInterval_UpdateInterval, ActionUpdateContext) == 0x000008, "Member 'CharacterActionInterval_UpdateInterval::ActionUpdateContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterActionInterval \ +static_assert(alignof(UCharacterActionInterval) == 0x000008, "Wrong alignment on UCharacterActionInterval"); \ +static_assert(sizeof(UCharacterActionInterval) == 0x000038, "Wrong size on UCharacterActionInterval"); \ +static_assert(offsetof(UCharacterActionInterval, StartTime) == 0x000030, "Member 'UCharacterActionInterval::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterActionInterval, EndTime) == 0x000034, "Member 'UCharacterActionInterval::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerInputActionsDataAsset \ +static_assert(alignof(UPlayerInputActionsDataAsset) == 0x000008, "Wrong alignment on UPlayerInputActionsDataAsset"); \ +static_assert(sizeof(UPlayerInputActionsDataAsset) == 0x000140, "Wrong size on UPlayerInputActionsDataAsset"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, AimAction) == 0x000030, "Member 'UPlayerInputActionsDataAsset::AimAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, FireAction) == 0x000038, "Member 'UPlayerInputActionsDataAsset::FireAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, ReloadAction) == 0x000040, "Member 'UPlayerInputActionsDataAsset::ReloadAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, NextWeaponAction) == 0x000048, "Member 'UPlayerInputActionsDataAsset::NextWeaponAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, PreviousWeaponAction) == 0x000050, "Member 'UPlayerInputActionsDataAsset::PreviousWeaponAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, ToggleWeaponAction) == 0x000058, "Member 'UPlayerInputActionsDataAsset::ToggleWeaponAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, PunchAction) == 0x000060, "Member 'UPlayerInputActionsDataAsset::PunchAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, ParryAction) == 0x000068, "Member 'UPlayerInputActionsDataAsset::ParryAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, EvadeAction) == 0x000070, "Member 'UPlayerInputActionsDataAsset::EvadeAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, EvadeDirection) == 0x000078, "Member 'UPlayerInputActionsDataAsset::EvadeDirection' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, HeavyMeleeAction) == 0x000080, "Member 'UPlayerInputActionsDataAsset::HeavyMeleeAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, BlockStanceAction) == 0x000088, "Member 'UPlayerInputActionsDataAsset::BlockStanceAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, ShoveAction) == 0x000090, "Member 'UPlayerInputActionsDataAsset::ShoveAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, GrabAction) == 0x000098, "Member 'UPlayerInputActionsDataAsset::GrabAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, GrabThrowAction) == 0x0000A0, "Member 'UPlayerInputActionsDataAsset::GrabThrowAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, TakedownAction) == 0x0000A8, "Member 'UPlayerInputActionsDataAsset::TakedownAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, ThrowWeaponAction) == 0x0000B0, "Member 'UPlayerInputActionsDataAsset::ThrowWeaponAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, UseAdrenaline) == 0x0000B8, "Member 'UPlayerInputActionsDataAsset::UseAdrenaline' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, JumpAction) == 0x0000C0, "Member 'UPlayerInputActionsDataAsset::JumpAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, CrouchAction) == 0x0000C8, "Member 'UPlayerInputActionsDataAsset::CrouchAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, SprintAction) == 0x0000D0, "Member 'UPlayerInputActionsDataAsset::SprintAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, MovePlayerAction) == 0x0000D8, "Member 'UPlayerInputActionsDataAsset::MovePlayerAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, TurnCameraAction) == 0x0000E0, "Member 'UPlayerInputActionsDataAsset::TurnCameraAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, TurnCameraJoystickAction) == 0x0000E8, "Member 'UPlayerInputActionsDataAsset::TurnCameraJoystickAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, SwitchCameraSideAction) == 0x0000F0, "Member 'UPlayerInputActionsDataAsset::SwitchCameraSideAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, DialogueInterfaceAction) == 0x0000F8, "Member 'UPlayerInputActionsDataAsset::DialogueInterfaceAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, CancelItemUse) == 0x000100, "Member 'UPlayerInputActionsDataAsset::CancelItemUse' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, ExitVehicle) == 0x000108, "Member 'UPlayerInputActionsDataAsset::ExitVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, CallPlayerVehicle) == 0x000110, "Member 'UPlayerInputActionsDataAsset::CallPlayerVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, DieAction) == 0x000118, "Member 'UPlayerInputActionsDataAsset::DieAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, ReviveAction) == 0x000120, "Member 'UPlayerInputActionsDataAsset::ReviveAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, CauseCrashAction) == 0x000128, "Member 'UPlayerInputActionsDataAsset::CauseCrashAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, GainHealthAction) == 0x000130, "Member 'UPlayerInputActionsDataAsset::GainHealthAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerInputActionsDataAsset, GainAdrenalineAction) == 0x000138, "Member 'UPlayerInputActionsDataAsset::GainAdrenalineAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBranchingInterval \ +static_assert(alignof(UBranchingInterval) == 0x000008, "Wrong alignment on UBranchingInterval"); \ +static_assert(sizeof(UBranchingInterval) == 0x000038, "Wrong size on UBranchingInterval"); \ + +#define DUMPER7_ASSERTS_UZoneGraphWidget \ +static_assert(alignof(UZoneGraphWidget) == 0x000008, "Wrong alignment on UZoneGraphWidget"); \ +static_assert(sizeof(UZoneGraphWidget) == 0x000228, "Wrong size on UZoneGraphWidget"); \ +static_assert(offsetof(UZoneGraphWidget, NavigationPathColorAndOpacity) == 0x000178, "Member 'UZoneGraphWidget::NavigationPathColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphWidget, NavigationPathLineWidth) == 0x000188, "Member 'UZoneGraphWidget::NavigationPathLineWidth' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphWidget, NavigationPathStepLength) == 0x00018C, "Member 'UZoneGraphWidget::NavigationPathStepLength' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphWidget, bUseCustomLaneColor) == 0x000190, "Member 'UZoneGraphWidget::bUseCustomLaneColor' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphWidget, CustomLaneColorAndOpacity) == 0x000194, "Member 'UZoneGraphWidget::CustomLaneColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphWidget, bUseCustomLaneLineWidth) == 0x0001A4, "Member 'UZoneGraphWidget::bUseCustomLaneLineWidth' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphWidget, CustomLaneLineWidth) == 0x0001A8, "Member 'UZoneGraphWidget::CustomLaneLineWidth' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphWidget, MinDistanceBetweenPoints) == 0x0001AC, "Member 'UZoneGraphWidget::MinDistanceBetweenPoints' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphWidget, MapCenter) == 0x0001B0, "Member 'UZoneGraphWidget::MapCenter' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphWidget, MapSize) == 0x0001C8, "Member 'UZoneGraphWidget::MapSize' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphWidget, LaneTags) == 0x0001E0, "Member 'UZoneGraphWidget::LaneTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BreakableComponent_OnPointDamageTaken \ +static_assert(alignof(BreakableComponent_OnPointDamageTaken) == 0x000008, "Wrong alignment on BreakableComponent_OnPointDamageTaken"); \ +static_assert(sizeof(BreakableComponent_OnPointDamageTaken) == 0x000068, "Wrong size on BreakableComponent_OnPointDamageTaken"); \ +static_assert(offsetof(BreakableComponent_OnPointDamageTaken, DamagedActor) == 0x000000, "Member 'BreakableComponent_OnPointDamageTaken::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BreakableComponent_OnPointDamageTaken, Damage) == 0x000008, "Member 'BreakableComponent_OnPointDamageTaken::Damage' has a wrong offset!"); \ +static_assert(offsetof(BreakableComponent_OnPointDamageTaken, InstigatedBy) == 0x000010, "Member 'BreakableComponent_OnPointDamageTaken::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BreakableComponent_OnPointDamageTaken, HitLocation) == 0x000018, "Member 'BreakableComponent_OnPointDamageTaken::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BreakableComponent_OnPointDamageTaken, FHitComponent) == 0x000030, "Member 'BreakableComponent_OnPointDamageTaken::FHitComponent' has a wrong offset!"); \ +static_assert(offsetof(BreakableComponent_OnPointDamageTaken, BoneName) == 0x000038, "Member 'BreakableComponent_OnPointDamageTaken::BoneName' has a wrong offset!"); \ +static_assert(offsetof(BreakableComponent_OnPointDamageTaken, ShotFromDirection) == 0x000040, "Member 'BreakableComponent_OnPointDamageTaken::ShotFromDirection' has a wrong offset!"); \ +static_assert(offsetof(BreakableComponent_OnPointDamageTaken, DamageType) == 0x000058, "Member 'BreakableComponent_OnPointDamageTaken::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BreakableComponent_OnPointDamageTaken, DamageCauser) == 0x000060, "Member 'BreakableComponent_OnPointDamageTaken::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBreakableComponent \ +static_assert(alignof(UBreakableComponent) == 0x000010, "Wrong alignment on UBreakableComponent"); \ +static_assert(sizeof(UBreakableComponent) == 0x000280, "Wrong size on UBreakableComponent"); \ +static_assert(offsetof(UBreakableComponent, BreakEffect) == 0x000250, "Member 'UBreakableComponent::BreakEffect' has a wrong offset!"); \ +static_assert(offsetof(UBreakableComponent, BreakSound) == 0x000258, "Member 'UBreakableComponent::BreakSound' has a wrong offset!"); \ +static_assert(offsetof(UBreakableComponent, OnBroken) == 0x000260, "Member 'UBreakableComponent::OnBroken' has a wrong offset!"); \ +static_assert(offsetof(UBreakableComponent, bSKipHideComponentsOnBroken) == 0x000270, "Member 'UBreakableComponent::bSKipHideComponentsOnBroken' has a wrong offset!"); \ +static_assert(offsetof(UBreakableComponent, bSKipHideComponentsOnDamaged) == 0x000271, "Member 'UBreakableComponent::bSKipHideComponentsOnDamaged' has a wrong offset!"); \ +static_assert(offsetof(UBreakableComponent, bSKipShowComponentsOnDamaged) == 0x000272, "Member 'UBreakableComponent::bSKipShowComponentsOnDamaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDamageAndPostureDefinitionsDataTable \ +static_assert(alignof(UDamageAndPostureDefinitionsDataTable) == 0x000008, "Wrong alignment on UDamageAndPostureDefinitionsDataTable"); \ +static_assert(sizeof(UDamageAndPostureDefinitionsDataTable) == 0x0000B0, "Wrong size on UDamageAndPostureDefinitionsDataTable"); \ + +#define DUMPER7_ASSERTS_UBTComposite_Random \ +static_assert(alignof(UBTComposite_Random) == 0x000008, "Wrong alignment on UBTComposite_Random"); \ +static_assert(sizeof(UBTComposite_Random) == 0x000080, "Wrong size on UBTComposite_Random"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_AbortOnTouch \ +static_assert(alignof(UBTDecorator_AbortOnTouch) == 0x000008, "Wrong alignment on UBTDecorator_AbortOnTouch"); \ +static_assert(sizeof(UBTDecorator_AbortOnTouch) == 0x000090, "Wrong size on UBTDecorator_AbortOnTouch"); \ + +#define DUMPER7_ASSERTS_UPlayerStartContainerWidget \ +static_assert(alignof(UPlayerStartContainerWidget) == 0x000008, "Wrong alignment on UPlayerStartContainerWidget"); \ +static_assert(sizeof(UPlayerStartContainerWidget) == 0x000340, "Wrong size on UPlayerStartContainerWidget"); \ +static_assert(offsetof(UPlayerStartContainerWidget, PlayerStart) == 0x000328, "Member 'UPlayerStartContainerWidget::PlayerStart' has a wrong offset!"); \ +static_assert(offsetof(UPlayerStartContainerWidget, OnPlayerTeleported) == 0x000330, "Member 'UPlayerStartContainerWidget::OnPlayerTeleported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames \ +static_assert(alignof(BTDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames) == 0x000008, "Wrong alignment on BTDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames"); \ +static_assert(sizeof(BTDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames) == 0x000010, "Wrong size on BTDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames"); \ +static_assert(offsetof(BTDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames, ReturnValue) == 0x000000, "Member 'BTDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_AccessMotivationInfo \ +static_assert(alignof(UBTDecorator_AccessMotivationInfo) == 0x000008, "Wrong alignment on UBTDecorator_AccessMotivationInfo"); \ +static_assert(sizeof(UBTDecorator_AccessMotivationInfo) == 0x0000C8, "Wrong size on UBTDecorator_AccessMotivationInfo"); \ +static_assert(offsetof(UBTDecorator_AccessMotivationInfo, MotivationInformation) == 0x000068, "Member 'UBTDecorator_AccessMotivationInfo::MotivationInformation' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_AccessMotivationInfo, Comparator) == 0x000070, "Member 'UBTDecorator_AccessMotivationInfo::Comparator' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_AccessMotivationInfo, VecComparator) == 0x000071, "Member 'UBTDecorator_AccessMotivationInfo::VecComparator' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_AccessMotivationInfo, BasicComparator) == 0x000072, "Member 'UBTDecorator_AccessMotivationInfo::BasicComparator' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_AccessMotivationInfo, ComparatorBasicBlackboard) == 0x000073, "Member 'UBTDecorator_AccessMotivationInfo::ComparatorBasicBlackboard' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_AccessMotivationInfo, bUseBlackboard) == 0x000074, "Member 'UBTDecorator_AccessMotivationInfo::bUseBlackboard' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_AccessMotivationInfo, Value) == 0x000078, "Member 'UBTDecorator_AccessMotivationInfo::Value' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_AccessMotivationInfo, VecValue) == 0x000080, "Member 'UBTDecorator_AccessMotivationInfo::VecValue' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_AccessMotivationInfo, ComparisonKey) == 0x000098, "Member 'UBTDecorator_AccessMotivationInfo::ComparisonKey' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_AccessMotivationInfo, OperationType) == 0x0000C0, "Member 'UBTDecorator_AccessMotivationInfo::OperationType' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_AccessMotivationInfo, SelectedType) == 0x0000C1, "Member 'UBTDecorator_AccessMotivationInfo::SelectedType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAbilityComponent_IsAbilityActive \ +static_assert(alignof(VehicleAbilityComponent_IsAbilityActive) == 0x000001, "Wrong alignment on VehicleAbilityComponent_IsAbilityActive"); \ +static_assert(sizeof(VehicleAbilityComponent_IsAbilityActive) == 0x000001, "Wrong size on VehicleAbilityComponent_IsAbilityActive"); \ +static_assert(offsetof(VehicleAbilityComponent_IsAbilityActive, ReturnValue) == 0x000000, "Member 'VehicleAbilityComponent_IsAbilityActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAbilityComponent_IsAbilityAvailable \ +static_assert(alignof(VehicleAbilityComponent_IsAbilityAvailable) == 0x000001, "Wrong alignment on VehicleAbilityComponent_IsAbilityAvailable"); \ +static_assert(sizeof(VehicleAbilityComponent_IsAbilityAvailable) == 0x000001, "Wrong size on VehicleAbilityComponent_IsAbilityAvailable"); \ +static_assert(offsetof(VehicleAbilityComponent_IsAbilityAvailable, ReturnValue) == 0x000000, "Member 'VehicleAbilityComponent_IsAbilityAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleAbilityComponent \ +static_assert(alignof(UVehicleAbilityComponent) == 0x000008, "Wrong alignment on UVehicleAbilityComponent"); \ +static_assert(sizeof(UVehicleAbilityComponent) == 0x0000E8, "Wrong size on UVehicleAbilityComponent"); \ +static_assert(offsetof(UVehicleAbilityComponent, ParentVehicle) == 0x0000C0, "Member 'UVehicleAbilityComponent::ParentVehicle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAbilityComponent, RecentlyUsedTimeThreshold) == 0x0000C8, "Member 'UVehicleAbilityComponent::RecentlyUsedTimeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAbilityComponent, AbilityId) == 0x0000D0, "Member 'UVehicleAbilityComponent::AbilityId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleSideRamAbilityComponent_ModifyImpactDamageDone \ +static_assert(alignof(VehicleSideRamAbilityComponent_ModifyImpactDamageDone) == 0x000004, "Wrong alignment on VehicleSideRamAbilityComponent_ModifyImpactDamageDone"); \ +static_assert(sizeof(VehicleSideRamAbilityComponent_ModifyImpactDamageDone) == 0x000008, "Wrong size on VehicleSideRamAbilityComponent_ModifyImpactDamageDone"); \ +static_assert(offsetof(VehicleSideRamAbilityComponent_ModifyImpactDamageDone, Damage) == 0x000000, "Member 'VehicleSideRamAbilityComponent_ModifyImpactDamageDone::Damage' has a wrong offset!"); \ +static_assert(offsetof(VehicleSideRamAbilityComponent_ModifyImpactDamageDone, ReturnValue) == 0x000004, "Member 'VehicleSideRamAbilityComponent_ModifyImpactDamageDone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleSideRamAbilityComponent_TriggerSideRam \ +static_assert(alignof(VehicleSideRamAbilityComponent_TriggerSideRam) == 0x000001, "Wrong alignment on VehicleSideRamAbilityComponent_TriggerSideRam"); \ +static_assert(sizeof(VehicleSideRamAbilityComponent_TriggerSideRam) == 0x000001, "Wrong size on VehicleSideRamAbilityComponent_TriggerSideRam"); \ +static_assert(offsetof(VehicleSideRamAbilityComponent_TriggerSideRam, SideRamActivation) == 0x000000, "Member 'VehicleSideRamAbilityComponent_TriggerSideRam::SideRamActivation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleSideRamAbilityComponent_GetAbilityDirection \ +static_assert(alignof(VehicleSideRamAbilityComponent_GetAbilityDirection) == 0x000004, "Wrong alignment on VehicleSideRamAbilityComponent_GetAbilityDirection"); \ +static_assert(sizeof(VehicleSideRamAbilityComponent_GetAbilityDirection) == 0x000004, "Wrong size on VehicleSideRamAbilityComponent_GetAbilityDirection"); \ +static_assert(offsetof(VehicleSideRamAbilityComponent_GetAbilityDirection, ReturnValue) == 0x000000, "Member 'VehicleSideRamAbilityComponent_GetAbilityDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleSideRamAbilityComponent_GetSideRamChargeNormalized \ +static_assert(alignof(VehicleSideRamAbilityComponent_GetSideRamChargeNormalized) == 0x000004, "Wrong alignment on VehicleSideRamAbilityComponent_GetSideRamChargeNormalized"); \ +static_assert(sizeof(VehicleSideRamAbilityComponent_GetSideRamChargeNormalized) == 0x000004, "Wrong size on VehicleSideRamAbilityComponent_GetSideRamChargeNormalized"); \ +static_assert(offsetof(VehicleSideRamAbilityComponent_GetSideRamChargeNormalized, ReturnValue) == 0x000000, "Member 'VehicleSideRamAbilityComponent_GetSideRamChargeNormalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleSideRamAbilityComponent_ShouldShowDebug \ +static_assert(alignof(VehicleSideRamAbilityComponent_ShouldShowDebug) == 0x000001, "Wrong alignment on VehicleSideRamAbilityComponent_ShouldShowDebug"); \ +static_assert(sizeof(VehicleSideRamAbilityComponent_ShouldShowDebug) == 0x000001, "Wrong size on VehicleSideRamAbilityComponent_ShouldShowDebug"); \ +static_assert(offsetof(VehicleSideRamAbilityComponent_ShouldShowDebug, ReturnValue) == 0x000000, "Member 'VehicleSideRamAbilityComponent_ShouldShowDebug::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleSideRamAbilityComponent \ +static_assert(alignof(UVehicleSideRamAbilityComponent) == 0x000008, "Wrong alignment on UVehicleSideRamAbilityComponent"); \ +static_assert(sizeof(UVehicleSideRamAbilityComponent) == 0x0000E8, "Wrong size on UVehicleSideRamAbilityComponent"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ChangedSchedule \ +static_assert(alignof(UBTDecorator_ChangedSchedule) == 0x000008, "Wrong alignment on UBTDecorator_ChangedSchedule"); \ +static_assert(sizeof(UBTDecorator_ChangedSchedule) == 0x000090, "Wrong size on UBTDecorator_ChangedSchedule"); \ +static_assert(offsetof(UBTDecorator_ChangedSchedule, TargetCharacter) == 0x000068, "Member 'UBTDecorator_ChangedSchedule::TargetCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerControllerInputActionsDataAsset \ +static_assert(alignof(UPlayerControllerInputActionsDataAsset) == 0x000008, "Wrong alignment on UPlayerControllerInputActionsDataAsset"); \ +static_assert(sizeof(UPlayerControllerInputActionsDataAsset) == 0x000050, "Wrong size on UPlayerControllerInputActionsDataAsset"); \ +static_assert(offsetof(UPlayerControllerInputActionsDataAsset, InteractAction) == 0x000030, "Member 'UPlayerControllerInputActionsDataAsset::InteractAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerControllerInputActionsDataAsset, SecondaryInteractAction) == 0x000038, "Member 'UPlayerControllerInputActionsDataAsset::SecondaryInteractAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerControllerInputActionsDataAsset, DialogueSkipLineAction) == 0x000040, "Member 'UPlayerControllerInputActionsDataAsset::DialogueSkipLineAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerControllerInputActionsDataAsset, DilateTimeAction) == 0x000048, "Member 'UPlayerControllerInputActionsDataAsset::DilateTimeAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CheckActivityTags \ +static_assert(alignof(UBTDecorator_CheckActivityTags) == 0x000008, "Wrong alignment on UBTDecorator_CheckActivityTags"); \ +static_assert(sizeof(UBTDecorator_CheckActivityTags) == 0x000090, "Wrong size on UBTDecorator_CheckActivityTags"); \ +static_assert(offsetof(UBTDecorator_CheckActivityTags, ClaimHandleBBKey) == 0x000068, "Member 'UBTDecorator_CheckActivityTags::ClaimHandleBBKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CheckCharacterWeapon \ +static_assert(alignof(UBTDecorator_CheckCharacterWeapon) == 0x000008, "Wrong alignment on UBTDecorator_CheckCharacterWeapon"); \ +static_assert(sizeof(UBTDecorator_CheckCharacterWeapon) == 0x000098, "Wrong size on UBTDecorator_CheckCharacterWeapon"); \ +static_assert(offsetof(UBTDecorator_CheckCharacterWeapon, IsHoldingWeapon) == 0x000068, "Member 'UBTDecorator_CheckCharacterWeapon::IsHoldingWeapon' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckCharacterWeapon, TargetCharacter) == 0x000070, "Member 'UBTDecorator_CheckCharacterWeapon::TargetCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPositioningProfile \ +static_assert(alignof(UPositioningProfile) == 0x000008, "Wrong alignment on UPositioningProfile"); \ +static_assert(sizeof(UPositioningProfile) == 0x000080, "Wrong size on UPositioningProfile"); \ +static_assert(offsetof(UPositioningProfile, Modes) == 0x000030, "Member 'UPositioningProfile::Modes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CheckGroup \ +static_assert(alignof(UBTDecorator_CheckGroup) == 0x000008, "Wrong alignment on UBTDecorator_CheckGroup"); \ +static_assert(sizeof(UBTDecorator_CheckGroup) == 0x0000B8, "Wrong size on UBTDecorator_CheckGroup"); \ +static_assert(offsetof(UBTDecorator_CheckGroup, SelfActorKey) == 0x000068, "Member 'UBTDecorator_CheckGroup::SelfActorKey' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckGroup, AllGroupMembersMustMatch) == 0x000090, "Member 'UBTDecorator_CheckGroup::AllGroupMembersMustMatch' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckGroup, MatchType) == 0x000091, "Member 'UBTDecorator_CheckGroup::MatchType' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckGroup, GameplayTags) == 0x000098, "Member 'UBTDecorator_CheckGroup::GameplayTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanel_AddChildToMapPanel \ +static_assert(alignof(WorldMapPanel_AddChildToMapPanel) == 0x000008, "Wrong alignment on WorldMapPanel_AddChildToMapPanel"); \ +static_assert(sizeof(WorldMapPanel_AddChildToMapPanel) == 0x000010, "Wrong size on WorldMapPanel_AddChildToMapPanel"); \ +static_assert(offsetof(WorldMapPanel_AddChildToMapPanel, content) == 0x000000, "Member 'WorldMapPanel_AddChildToMapPanel::content' has a wrong offset!"); \ +static_assert(offsetof(WorldMapPanel_AddChildToMapPanel, ReturnValue) == 0x000008, "Member 'WorldMapPanel_AddChildToMapPanel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanel_FocusOnLocation \ +static_assert(alignof(WorldMapPanel_FocusOnLocation) == 0x000008, "Wrong alignment on WorldMapPanel_FocusOnLocation"); \ +static_assert(sizeof(WorldMapPanel_FocusOnLocation) == 0x000020, "Wrong size on WorldMapPanel_FocusOnLocation"); \ +static_assert(offsetof(WorldMapPanel_FocusOnLocation, Location) == 0x000000, "Member 'WorldMapPanel_FocusOnLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(WorldMapPanel_FocusOnLocation, bJump) == 0x000018, "Member 'WorldMapPanel_FocusOnLocation::bJump' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanel_FocusOnWorldIcon \ +static_assert(alignof(WorldMapPanel_FocusOnWorldIcon) == 0x000008, "Wrong alignment on WorldMapPanel_FocusOnWorldIcon"); \ +static_assert(sizeof(WorldMapPanel_FocusOnWorldIcon) == 0x000010, "Wrong size on WorldMapPanel_FocusOnWorldIcon"); \ +static_assert(offsetof(WorldMapPanel_FocusOnWorldIcon, Handle) == 0x000000, "Member 'WorldMapPanel_FocusOnWorldIcon::Handle' has a wrong offset!"); \ +static_assert(offsetof(WorldMapPanel_FocusOnWorldIcon, bJump) == 0x000008, "Member 'WorldMapPanel_FocusOnWorldIcon::bJump' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanel_GetMapBrushDynamicMaterial \ +static_assert(alignof(WorldMapPanel_GetMapBrushDynamicMaterial) == 0x000008, "Wrong alignment on WorldMapPanel_GetMapBrushDynamicMaterial"); \ +static_assert(sizeof(WorldMapPanel_GetMapBrushDynamicMaterial) == 0x000010, "Wrong size on WorldMapPanel_GetMapBrushDynamicMaterial"); \ +static_assert(offsetof(WorldMapPanel_GetMapBrushDynamicMaterial, Result) == 0x000000, "Member 'WorldMapPanel_GetMapBrushDynamicMaterial::Result' has a wrong offset!"); \ +static_assert(offsetof(WorldMapPanel_GetMapBrushDynamicMaterial, ReturnValue) == 0x000008, "Member 'WorldMapPanel_GetMapBrushDynamicMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanel_ModifyOffsetFromWorldCenter \ +static_assert(alignof(WorldMapPanel_ModifyOffsetFromWorldCenter) == 0x000008, "Wrong alignment on WorldMapPanel_ModifyOffsetFromWorldCenter"); \ +static_assert(sizeof(WorldMapPanel_ModifyOffsetFromWorldCenter) == 0x000018, "Wrong size on WorldMapPanel_ModifyOffsetFromWorldCenter"); \ +static_assert(offsetof(WorldMapPanel_ModifyOffsetFromWorldCenter, Amount) == 0x000000, "Member 'WorldMapPanel_ModifyOffsetFromWorldCenter::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanel_ModifyZoom \ +static_assert(alignof(WorldMapPanel_ModifyZoom) == 0x000004, "Wrong alignment on WorldMapPanel_ModifyZoom"); \ +static_assert(sizeof(WorldMapPanel_ModifyZoom) == 0x000004, "Wrong size on WorldMapPanel_ModifyZoom"); \ +static_assert(offsetof(WorldMapPanel_ModifyZoom, Amount) == 0x000000, "Member 'WorldMapPanel_ModifyZoom::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanel_SetElevationBaseHandle \ +static_assert(alignof(WorldMapPanel_SetElevationBaseHandle) == 0x000008, "Wrong alignment on WorldMapPanel_SetElevationBaseHandle"); \ +static_assert(sizeof(WorldMapPanel_SetElevationBaseHandle) == 0x000008, "Wrong size on WorldMapPanel_SetElevationBaseHandle"); \ +static_assert(offsetof(WorldMapPanel_SetElevationBaseHandle, Handle) == 0x000000, "Member 'WorldMapPanel_SetElevationBaseHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanel_SetMapIconTagQuery \ +static_assert(alignof(WorldMapPanel_SetMapIconTagQuery) == 0x000008, "Wrong alignment on WorldMapPanel_SetMapIconTagQuery"); \ +static_assert(sizeof(WorldMapPanel_SetMapIconTagQuery) == 0x000048, "Wrong size on WorldMapPanel_SetMapIconTagQuery"); \ +static_assert(offsetof(WorldMapPanel_SetMapIconTagQuery, InMapIconTagQuery) == 0x000000, "Member 'WorldMapPanel_SetMapIconTagQuery::InMapIconTagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanel_GetFocusedLocation \ +static_assert(alignof(WorldMapPanel_GetFocusedLocation) == 0x000008, "Wrong alignment on WorldMapPanel_GetFocusedLocation"); \ +static_assert(sizeof(WorldMapPanel_GetFocusedLocation) == 0x000018, "Wrong size on WorldMapPanel_GetFocusedLocation"); \ +static_assert(offsetof(WorldMapPanel_GetFocusedLocation, ReturnValue) == 0x000000, "Member 'WorldMapPanel_GetFocusedLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanel_GetRotationOffset \ +static_assert(alignof(WorldMapPanel_GetRotationOffset) == 0x000004, "Wrong alignment on WorldMapPanel_GetRotationOffset"); \ +static_assert(sizeof(WorldMapPanel_GetRotationOffset) == 0x000004, "Wrong size on WorldMapPanel_GetRotationOffset"); \ +static_assert(offsetof(WorldMapPanel_GetRotationOffset, ReturnValue) == 0x000000, "Member 'WorldMapPanel_GetRotationOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldMapPanel \ +static_assert(alignof(UWorldMapPanel) == 0x000010, "Wrong alignment on UWorldMapPanel"); \ +static_assert(sizeof(UWorldMapPanel) == 0x000650, "Wrong size on UWorldMapPanel"); \ +static_assert(offsetof(UWorldMapPanel, MapIconTagQuery) == 0x000190, "Member 'UWorldMapPanel::MapIconTagQuery' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, ZoomDuration) == 0x0001D8, "Member 'UWorldMapPanel::ZoomDuration' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, ZoomEasingFunc) == 0x0001DC, "Member 'UWorldMapPanel::ZoomEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, PanDuration) == 0x0001E0, "Member 'UWorldMapPanel::PanDuration' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, PanEasingFunc) == 0x0001E4, "Member 'UWorldMapPanel::PanEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, SnapDuration) == 0x0001E8, "Member 'UWorldMapPanel::SnapDuration' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, SnapEasingFunc) == 0x0001EC, "Member 'UWorldMapPanel::SnapEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, bRotateMapWithFocusedLocation) == 0x0001ED, "Member 'UWorldMapPanel::bRotateMapWithFocusedLocation' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, MapRotationOffset) == 0x0001F0, "Member 'UWorldMapPanel::MapRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, MapRotationSpeed) == 0x0001F4, "Member 'UWorldMapPanel::MapRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, MapPivot) == 0x0001F8, "Member 'UWorldMapPanel::MapPivot' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, ZoomFactor) == 0x000208, "Member 'UWorldMapPanel::ZoomFactor' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, BaseScale) == 0x00020C, "Member 'UWorldMapPanel::BaseScale' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, StickToEdgeMargin) == 0x000210, "Member 'UWorldMapPanel::StickToEdgeMargin' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, StickToEdgeIndicator) == 0x000220, "Member 'UWorldMapPanel::StickToEdgeIndicator' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, StickToEdgeIndicatorOffset) == 0x0002D0, "Member 'UWorldMapPanel::StickToEdgeIndicatorOffset' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, StickToEdgeIndicatorBaseRotation) == 0x0002D4, "Member 'UWorldMapPanel::StickToEdgeIndicatorBaseRotation' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, bInteractable) == 0x0002D8, "Member 'UWorldMapPanel::bInteractable' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, bCircular) == 0x0002D9, "Member 'UWorldMapPanel::bCircular' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, NumClippingRects) == 0x0002DC, "Member 'UWorldMapPanel::NumClippingRects' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, ClippingBorderBrush) == 0x0002E0, "Member 'UWorldMapPanel::ClippingBorderBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, ClippingBorderSize) == 0x000390, "Member 'UWorldMapPanel::ClippingBorderSize' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, MapIconElevationBelow) == 0x0003A0, "Member 'UWorldMapPanel::MapIconElevationBelow' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, MapIconElevationAbove) == 0x0003A4, "Member 'UWorldMapPanel::MapIconElevationAbove' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, bUseDefaultMap) == 0x0003A8, "Member 'UWorldMapPanel::bUseDefaultMap' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, DefaultMapBrush) == 0x0003B0, "Member 'UWorldMapPanel::DefaultMapBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, DefaultMapCenter) == 0x000460, "Member 'UWorldMapPanel::DefaultMapCenter' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, DefaultMapSize) == 0x000478, "Member 'UWorldMapPanel::DefaultMapSize' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, DefaultMinZoom) == 0x000490, "Member 'UWorldMapPanel::DefaultMinZoom' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, DefaultMaxZoom) == 0x000494, "Member 'UWorldMapPanel::DefaultMaxZoom' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, DefaultZoomLevels) == 0x000498, "Member 'UWorldMapPanel::DefaultZoomLevels' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, OnWorldMapMaterialSet) == 0x0004A8, "Member 'UWorldMapPanel::OnWorldMapMaterialSet' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, OnFocusedLocationReached) == 0x0004B8, "Member 'UWorldMapPanel::OnFocusedLocationReached' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, OnWorldMapZoomChanged) == 0x0004C8, "Member 'UWorldMapPanel::OnWorldMapZoomChanged' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, OnWorldMapRotationOffsetChanged) == 0x0004D8, "Member 'UWorldMapPanel::OnWorldMapRotationOffsetChanged' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, OnWorldMapFocusedLocationChanged) == 0x0004E8, "Member 'UWorldMapPanel::OnWorldMapFocusedLocationChanged' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, OnWorldMapClicked) == 0x0004F8, "Member 'UWorldMapPanel::OnWorldMapClicked' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, OnWorldIconClicked) == 0x000508, "Member 'UWorldMapPanel::OnWorldIconClicked' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, OnWorldIconFocused) == 0x000518, "Member 'UWorldMapPanel::OnWorldIconFocused' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, OnWorldIconUnfocused) == 0x000528, "Member 'UWorldMapPanel::OnWorldIconUnfocused' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanel, MapBrush) == 0x000540, "Member 'UWorldMapPanel::MapBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CheckVehicleHealth \ +static_assert(alignof(UBTDecorator_CheckVehicleHealth) == 0x000008, "Wrong alignment on UBTDecorator_CheckVehicleHealth"); \ +static_assert(sizeof(UBTDecorator_CheckVehicleHealth) == 0x000070, "Wrong size on UBTDecorator_CheckVehicleHealth"); \ +static_assert(offsetof(UBTDecorator_CheckVehicleHealth, HealthThreshold) == 0x000068, "Member 'UBTDecorator_CheckVehicleHealth::HealthThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CheckVehicleHealth, MechanicalHealthThreshold) == 0x00006C, "Member 'UBTDecorator_CheckVehicleHealth::MechanicalHealthThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostProcessingEffect \ +static_assert(alignof(UPostProcessingEffect) == 0x000010, "Wrong alignment on UPostProcessingEffect"); \ +static_assert(sizeof(UPostProcessingEffect) == 0x0007C0, "Wrong size on UPostProcessingEffect"); \ +static_assert(offsetof(UPostProcessingEffect, EffectOrder) == 0x000028, "Member 'UPostProcessingEffect::EffectOrder' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessingEffect, PostProcessOverrides) == 0x000030, "Member 'UPostProcessingEffect::PostProcessOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessingEffect, CameraOverrides) == 0x0007A0, "Member 'UPostProcessingEffect::CameraOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessingEffect, PostProcessMaterial) == 0x0007A8, "Member 'UPostProcessingEffect::PostProcessMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessingEffect, PostProcessMaterialStack) == 0x0007B0, "Member 'UPostProcessingEffect::PostProcessMaterialStack' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessingEffect, PropertySheet) == 0x0007B8, "Member 'UPostProcessingEffect::PropertySheet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpiritCreator \ +static_assert(alignof(USpiritCreator) == 0x000008, "Wrong alignment on USpiritCreator"); \ +static_assert(sizeof(USpiritCreator) == 0x000028, "Wrong size on USpiritCreator"); \ + +#define DUMPER7_ASSERTS_UMissionVehicleCreator \ +static_assert(alignof(UMissionVehicleCreator) == 0x000008, "Wrong alignment on UMissionVehicleCreator"); \ +static_assert(sizeof(UMissionVehicleCreator) == 0x000030, "Wrong size on UMissionVehicleCreator"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CompareTime \ +static_assert(alignof(UBTDecorator_CompareTime) == 0x000008, "Wrong alignment on UBTDecorator_CompareTime"); \ +static_assert(sizeof(UBTDecorator_CompareTime) == 0x000098, "Wrong size on UBTDecorator_CompareTime"); \ +static_assert(offsetof(UBTDecorator_CompareTime, DurationToTest) == 0x000090, "Member 'UBTDecorator_CompareTime::DurationToTest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ExitOnInput \ +static_assert(alignof(UBTDecorator_ExitOnInput) == 0x000008, "Wrong alignment on UBTDecorator_ExitOnInput"); \ +static_assert(sizeof(UBTDecorator_ExitOnInput) == 0x0000B8, "Wrong size on UBTDecorator_ExitOnInput"); \ +static_assert(offsetof(UBTDecorator_ExitOnInput, SelfActorKey) == 0x000068, "Member 'UBTDecorator_ExitOnInput::SelfActorKey' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_ExitOnInput, Inputs) == 0x000090, "Member 'UBTDecorator_ExitOnInput::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeSpacingActionType \ +static_assert(alignof(UMeleeSpacingActionType) == 0x000008, "Wrong alignment on UMeleeSpacingActionType"); \ +static_assert(sizeof(UMeleeSpacingActionType) == 0x000030, "Wrong size on UMeleeSpacingActionType"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_ForceFail \ +static_assert(alignof(UBTDecorator_ForceFail) == 0x000008, "Wrong alignment on UBTDecorator_ForceFail"); \ +static_assert(sizeof(UBTDecorator_ForceFail) == 0x000068, "Wrong size on UBTDecorator_ForceFail"); \ + +#define DUMPER7_ASSERTS_UCJDataVolumeList \ +static_assert(alignof(UCJDataVolumeList) == 0x000008, "Wrong alignment on UCJDataVolumeList"); \ +static_assert(sizeof(UCJDataVolumeList) == 0x000040, "Wrong size on UCJDataVolumeList"); \ +static_assert(offsetof(UCJDataVolumeList, Behaviors) == 0x000030, "Member 'UCJDataVolumeList::Behaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_HasCombatPosition \ +static_assert(alignof(UBTDecorator_HasCombatPosition) == 0x000008, "Wrong alignment on UBTDecorator_HasCombatPosition"); \ +static_assert(sizeof(UBTDecorator_HasCombatPosition) == 0x000090, "Wrong size on UBTDecorator_HasCombatPosition"); \ +static_assert(offsetof(UBTDecorator_HasCombatPosition, TargetActorKey) == 0x000068, "Member 'UBTDecorator_HasCombatPosition::TargetActorKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerVehicleHandler_MovePlayerVehicle \ +static_assert(alignof(PlayerVehicleHandler_MovePlayerVehicle) == 0x000010, "Wrong alignment on PlayerVehicleHandler_MovePlayerVehicle"); \ +static_assert(sizeof(PlayerVehicleHandler_MovePlayerVehicle) == 0x000060, "Wrong size on PlayerVehicleHandler_MovePlayerVehicle"); \ +static_assert(offsetof(PlayerVehicleHandler_MovePlayerVehicle, DestinationTransform) == 0x000000, "Member 'PlayerVehicleHandler_MovePlayerVehicle::DestinationTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerVehicleHandler_SetAllowCallVehicle \ +static_assert(alignof(PlayerVehicleHandler_SetAllowCallVehicle) == 0x000001, "Wrong alignment on PlayerVehicleHandler_SetAllowCallVehicle"); \ +static_assert(sizeof(PlayerVehicleHandler_SetAllowCallVehicle) == 0x000001, "Wrong size on PlayerVehicleHandler_SetAllowCallVehicle"); \ +static_assert(offsetof(PlayerVehicleHandler_SetAllowCallVehicle, bAllowCallVehicle) == 0x000000, "Member 'PlayerVehicleHandler_SetAllowCallVehicle::bAllowCallVehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerVehicleHandler \ +static_assert(alignof(UPlayerVehicleHandler) == 0x000008, "Wrong alignment on UPlayerVehicleHandler"); \ +static_assert(sizeof(UPlayerVehicleHandler) == 0x000048, "Wrong size on UPlayerVehicleHandler"); \ +static_assert(offsetof(UPlayerVehicleHandler, LastPlayerVehicleName) == 0x000028, "Member 'UPlayerVehicleHandler::LastPlayerVehicleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsFlagRaised \ +static_assert(alignof(UBTDecorator_IsFlagRaised) == 0x000008, "Wrong alignment on UBTDecorator_IsFlagRaised"); \ +static_assert(sizeof(UBTDecorator_IsFlagRaised) == 0x000070, "Wrong size on UBTDecorator_IsFlagRaised"); \ +static_assert(offsetof(UBTDecorator_IsFlagRaised, Flag) == 0x000068, "Member 'UBTDecorator_IsFlagRaised::Flag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsInGroup \ +static_assert(alignof(UBTDecorator_IsInGroup) == 0x000008, "Wrong alignment on UBTDecorator_IsInGroup"); \ +static_assert(sizeof(UBTDecorator_IsInGroup) == 0x0000A0, "Wrong size on UBTDecorator_IsInGroup"); \ +static_assert(offsetof(UBTDecorator_IsInGroup, AnyGroup) == 0x000068, "Member 'UBTDecorator_IsInGroup::AnyGroup' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsInGroup, SpecificGroup) == 0x00006C, "Member 'UBTDecorator_IsInGroup::SpecificGroup' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsInGroup, SelfActorKey) == 0x000078, "Member 'UBTDecorator_IsInGroup::SelfActorKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMissingRequiredGateEvaluatorResultType \ +static_assert(alignof(UMissingRequiredGateEvaluatorResultType) == 0x000008, "Wrong alignment on UMissingRequiredGateEvaluatorResultType"); \ +static_assert(sizeof(UMissingRequiredGateEvaluatorResultType) == 0x000028, "Wrong size on UMissingRequiredGateEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsSmartObjectAvailable \ +static_assert(alignof(UBTDecorator_IsSmartObjectAvailable) == 0x000008, "Wrong alignment on UBTDecorator_IsSmartObjectAvailable"); \ +static_assert(sizeof(UBTDecorator_IsSmartObjectAvailable) == 0x0000D0, "Wrong size on UBTDecorator_IsSmartObjectAvailable"); \ +static_assert(offsetof(UBTDecorator_IsSmartObjectAvailable, SelfActorKey) == 0x000068, "Member 'UBTDecorator_IsSmartObjectAvailable::SelfActorKey' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsSmartObjectAvailable, Extent) == 0x000090, "Member 'UBTDecorator_IsSmartObjectAvailable::Extent' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsSmartObjectAvailable, bIgnoreObjectsBehind) == 0x0000A8, "Member 'UBTDecorator_IsSmartObjectAvailable::bIgnoreObjectsBehind' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsSmartObjectAvailable, TickRate) == 0x0000AC, "Member 'UBTDecorator_IsSmartObjectAvailable::TickRate' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_IsSmartObjectAvailable, ActivityTags) == 0x0000B0, "Member 'UBTDecorator_IsSmartObjectAvailable::ActivityTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_CalculateBrakeDistance \ +static_assert(alignof(VehicleAutopilotComponent_CalculateBrakeDistance) == 0x000004, "Wrong alignment on VehicleAutopilotComponent_CalculateBrakeDistance"); \ +static_assert(sizeof(VehicleAutopilotComponent_CalculateBrakeDistance) == 0x000008, "Wrong size on VehicleAutopilotComponent_CalculateBrakeDistance"); \ +static_assert(offsetof(VehicleAutopilotComponent_CalculateBrakeDistance, Speed) == 0x000000, "Member 'VehicleAutopilotComponent_CalculateBrakeDistance::Speed' has a wrong offset!"); \ +static_assert(offsetof(VehicleAutopilotComponent_CalculateBrakeDistance, ReturnValue) == 0x000004, "Member 'VehicleAutopilotComponent_CalculateBrakeDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_AssignChaseTargetName \ +static_assert(alignof(VehicleAutopilotComponent_AssignChaseTargetName) == 0x000004, "Wrong alignment on VehicleAutopilotComponent_AssignChaseTargetName"); \ +static_assert(sizeof(VehicleAutopilotComponent_AssignChaseTargetName) == 0x000008, "Wrong size on VehicleAutopilotComponent_AssignChaseTargetName"); \ +static_assert(offsetof(VehicleAutopilotComponent_AssignChaseTargetName, InChaseTargetName) == 0x000000, "Member 'VehicleAutopilotComponent_AssignChaseTargetName::InChaseTargetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_AssignCombatTarget \ +static_assert(alignof(VehicleAutopilotComponent_AssignCombatTarget) == 0x000008, "Wrong alignment on VehicleAutopilotComponent_AssignCombatTarget"); \ +static_assert(sizeof(VehicleAutopilotComponent_AssignCombatTarget) == 0x000008, "Wrong size on VehicleAutopilotComponent_AssignCombatTarget"); \ +static_assert(offsetof(VehicleAutopilotComponent_AssignCombatTarget, CombatTarget_0) == 0x000000, "Member 'VehicleAutopilotComponent_AssignCombatTarget::CombatTarget_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_AssignCombatTargetName \ +static_assert(alignof(VehicleAutopilotComponent_AssignCombatTargetName) == 0x000004, "Wrong alignment on VehicleAutopilotComponent_AssignCombatTargetName"); \ +static_assert(sizeof(VehicleAutopilotComponent_AssignCombatTargetName) == 0x000008, "Wrong size on VehicleAutopilotComponent_AssignCombatTargetName"); \ +static_assert(offsetof(VehicleAutopilotComponent_AssignCombatTargetName, CombatTargetName) == 0x000000, "Member 'VehicleAutopilotComponent_AssignCombatTargetName::CombatTargetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_OnCharacterExitVehicle \ +static_assert(alignof(VehicleAutopilotComponent_OnCharacterExitVehicle) == 0x000008, "Wrong alignment on VehicleAutopilotComponent_OnCharacterExitVehicle"); \ +static_assert(sizeof(VehicleAutopilotComponent_OnCharacterExitVehicle) == 0x000010, "Wrong size on VehicleAutopilotComponent_OnCharacterExitVehicle"); \ +static_assert(offsetof(VehicleAutopilotComponent_OnCharacterExitVehicle, Character) == 0x000000, "Member 'VehicleAutopilotComponent_OnCharacterExitVehicle::Character' has a wrong offset!"); \ +static_assert(offsetof(VehicleAutopilotComponent_OnCharacterExitVehicle, SeatId) == 0x000008, "Member 'VehicleAutopilotComponent_OnCharacterExitVehicle::SeatId' has a wrong offset!"); \ +static_assert(offsetof(VehicleAutopilotComponent_OnCharacterExitVehicle, DoorId) == 0x000009, "Member 'VehicleAutopilotComponent_OnCharacterExitVehicle::DoorId' has a wrong offset!"); \ +static_assert(offsetof(VehicleAutopilotComponent_OnCharacterExitVehicle, ExitAction) == 0x00000A, "Member 'VehicleAutopilotComponent_OnCharacterExitVehicle::ExitAction' has a wrong offset!"); \ +static_assert(offsetof(VehicleAutopilotComponent_OnCharacterExitVehicle, State) == 0x00000B, "Member 'VehicleAutopilotComponent_OnCharacterExitVehicle::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_OnVehicleImpactDamage \ +static_assert(alignof(VehicleAutopilotComponent_OnVehicleImpactDamage) == 0x000008, "Wrong alignment on VehicleAutopilotComponent_OnVehicleImpactDamage"); \ +static_assert(sizeof(VehicleAutopilotComponent_OnVehicleImpactDamage) == 0x000118, "Wrong size on VehicleAutopilotComponent_OnVehicleImpactDamage"); \ +static_assert(offsetof(VehicleAutopilotComponent_OnVehicleImpactDamage, Damage) == 0x000000, "Member 'VehicleAutopilotComponent_OnVehicleImpactDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(VehicleAutopilotComponent_OnVehicleImpactDamage, ImpactEvent) == 0x000008, "Member 'VehicleAutopilotComponent_OnVehicleImpactDamage::ImpactEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_RequestLaneOffset \ +static_assert(alignof(VehicleAutopilotComponent_RequestLaneOffset) == 0x000004, "Wrong alignment on VehicleAutopilotComponent_RequestLaneOffset"); \ +static_assert(sizeof(VehicleAutopilotComponent_RequestLaneOffset) == 0x000008, "Wrong size on VehicleAutopilotComponent_RequestLaneOffset"); \ +static_assert(offsetof(VehicleAutopilotComponent_RequestLaneOffset, OffsetAmount) == 0x000000, "Member 'VehicleAutopilotComponent_RequestLaneOffset::OffsetAmount' has a wrong offset!"); \ +static_assert(offsetof(VehicleAutopilotComponent_RequestLaneOffset, OffsetTimer) == 0x000004, "Member 'VehicleAutopilotComponent_RequestLaneOffset::OffsetTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_SetAutopilotProfile \ +static_assert(alignof(VehicleAutopilotComponent_SetAutopilotProfile) == 0x000008, "Wrong alignment on VehicleAutopilotComponent_SetAutopilotProfile"); \ +static_assert(sizeof(VehicleAutopilotComponent_SetAutopilotProfile) == 0x000008, "Wrong size on VehicleAutopilotComponent_SetAutopilotProfile"); \ +static_assert(offsetof(VehicleAutopilotComponent_SetAutopilotProfile, AutopilotProfile_0) == 0x000000, "Member 'VehicleAutopilotComponent_SetAutopilotProfile::AutopilotProfile_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_SetChaseActive \ +static_assert(alignof(VehicleAutopilotComponent_SetChaseActive) == 0x000001, "Wrong alignment on VehicleAutopilotComponent_SetChaseActive"); \ +static_assert(sizeof(VehicleAutopilotComponent_SetChaseActive) == 0x000001, "Wrong size on VehicleAutopilotComponent_SetChaseActive"); \ +static_assert(offsetof(VehicleAutopilotComponent_SetChaseActive, bChase) == 0x000000, "Member 'VehicleAutopilotComponent_SetChaseActive::bChase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_SetFleeActive \ +static_assert(alignof(VehicleAutopilotComponent_SetFleeActive) == 0x000001, "Wrong alignment on VehicleAutopilotComponent_SetFleeActive"); \ +static_assert(sizeof(VehicleAutopilotComponent_SetFleeActive) == 0x000001, "Wrong size on VehicleAutopilotComponent_SetFleeActive"); \ +static_assert(offsetof(VehicleAutopilotComponent_SetFleeActive, bFleeActive) == 0x000000, "Member 'VehicleAutopilotComponent_SetFleeActive::bFleeActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_SetFleePathRange \ +static_assert(alignof(VehicleAutopilotComponent_SetFleePathRange) == 0x000004, "Wrong alignment on VehicleAutopilotComponent_SetFleePathRange"); \ +static_assert(sizeof(VehicleAutopilotComponent_SetFleePathRange) == 0x000004, "Wrong size on VehicleAutopilotComponent_SetFleePathRange"); \ +static_assert(offsetof(VehicleAutopilotComponent_SetFleePathRange, Range) == 0x000000, "Member 'VehicleAutopilotComponent_SetFleePathRange::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_SetStopModeActive \ +static_assert(alignof(VehicleAutopilotComponent_SetStopModeActive) == 0x000001, "Wrong alignment on VehicleAutopilotComponent_SetStopModeActive"); \ +static_assert(sizeof(VehicleAutopilotComponent_SetStopModeActive) == 0x000001, "Wrong size on VehicleAutopilotComponent_SetStopModeActive"); \ +static_assert(offsetof(VehicleAutopilotComponent_SetStopModeActive, bStopMode) == 0x000000, "Member 'VehicleAutopilotComponent_SetStopModeActive::bStopMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_StartAutopilot \ +static_assert(alignof(VehicleAutopilotComponent_StartAutopilot) == 0x000008, "Wrong alignment on VehicleAutopilotComponent_StartAutopilot"); \ +static_assert(sizeof(VehicleAutopilotComponent_StartAutopilot) == 0x0000A0, "Wrong size on VehicleAutopilotComponent_StartAutopilot"); \ +static_assert(offsetof(VehicleAutopilotComponent_StartAutopilot, Parameters) == 0x000000, "Member 'VehicleAutopilotComponent_StartAutopilot::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_GetCenterLaneDirection \ +static_assert(alignof(VehicleAutopilotComponent_GetCenterLaneDirection) == 0x000004, "Wrong alignment on VehicleAutopilotComponent_GetCenterLaneDirection"); \ +static_assert(sizeof(VehicleAutopilotComponent_GetCenterLaneDirection) == 0x000004, "Wrong size on VehicleAutopilotComponent_GetCenterLaneDirection"); \ +static_assert(offsetof(VehicleAutopilotComponent_GetCenterLaneDirection, ReturnValue) == 0x000000, "Member 'VehicleAutopilotComponent_GetCenterLaneDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_GetCombatTarget \ +static_assert(alignof(VehicleAutopilotComponent_GetCombatTarget) == 0x000008, "Wrong alignment on VehicleAutopilotComponent_GetCombatTarget"); \ +static_assert(sizeof(VehicleAutopilotComponent_GetCombatTarget) == 0x000008, "Wrong size on VehicleAutopilotComponent_GetCombatTarget"); \ +static_assert(offsetof(VehicleAutopilotComponent_GetCombatTarget, ReturnValue) == 0x000000, "Member 'VehicleAutopilotComponent_GetCombatTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_GetCombatTargetName \ +static_assert(alignof(VehicleAutopilotComponent_GetCombatTargetName) == 0x000004, "Wrong alignment on VehicleAutopilotComponent_GetCombatTargetName"); \ +static_assert(sizeof(VehicleAutopilotComponent_GetCombatTargetName) == 0x000008, "Wrong size on VehicleAutopilotComponent_GetCombatTargetName"); \ +static_assert(offsetof(VehicleAutopilotComponent_GetCombatTargetName, ReturnValue) == 0x000000, "Member 'VehicleAutopilotComponent_GetCombatTargetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_GetRemainingPathDistance \ +static_assert(alignof(VehicleAutopilotComponent_GetRemainingPathDistance) == 0x000004, "Wrong alignment on VehicleAutopilotComponent_GetRemainingPathDistance"); \ +static_assert(sizeof(VehicleAutopilotComponent_GetRemainingPathDistance) == 0x000004, "Wrong size on VehicleAutopilotComponent_GetRemainingPathDistance"); \ +static_assert(offsetof(VehicleAutopilotComponent_GetRemainingPathDistance, ReturnValue) == 0x000000, "Member 'VehicleAutopilotComponent_GetRemainingPathDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_HasBeenStuckForDuration \ +static_assert(alignof(VehicleAutopilotComponent_HasBeenStuckForDuration) == 0x000004, "Wrong alignment on VehicleAutopilotComponent_HasBeenStuckForDuration"); \ +static_assert(sizeof(VehicleAutopilotComponent_HasBeenStuckForDuration) == 0x000008, "Wrong size on VehicleAutopilotComponent_HasBeenStuckForDuration"); \ +static_assert(offsetof(VehicleAutopilotComponent_HasBeenStuckForDuration, TimeSeconds) == 0x000000, "Member 'VehicleAutopilotComponent_HasBeenStuckForDuration::TimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(VehicleAutopilotComponent_HasBeenStuckForDuration, ReturnValue) == 0x000004, "Member 'VehicleAutopilotComponent_HasBeenStuckForDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_HasFinishedDriving \ +static_assert(alignof(VehicleAutopilotComponent_HasFinishedDriving) == 0x000001, "Wrong alignment on VehicleAutopilotComponent_HasFinishedDriving"); \ +static_assert(sizeof(VehicleAutopilotComponent_HasFinishedDriving) == 0x000001, "Wrong size on VehicleAutopilotComponent_HasFinishedDriving"); \ +static_assert(offsetof(VehicleAutopilotComponent_HasFinishedDriving, ReturnValue) == 0x000000, "Member 'VehicleAutopilotComponent_HasFinishedDriving::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_IsAutopilotEnabled \ +static_assert(alignof(VehicleAutopilotComponent_IsAutopilotEnabled) == 0x000001, "Wrong alignment on VehicleAutopilotComponent_IsAutopilotEnabled"); \ +static_assert(sizeof(VehicleAutopilotComponent_IsAutopilotEnabled) == 0x000001, "Wrong size on VehicleAutopilotComponent_IsAutopilotEnabled"); \ +static_assert(offsetof(VehicleAutopilotComponent_IsAutopilotEnabled, ReturnValue) == 0x000000, "Member 'VehicleAutopilotComponent_IsAutopilotEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_IsChasingActive \ +static_assert(alignof(VehicleAutopilotComponent_IsChasingActive) == 0x000001, "Wrong alignment on VehicleAutopilotComponent_IsChasingActive"); \ +static_assert(sizeof(VehicleAutopilotComponent_IsChasingActive) == 0x000001, "Wrong size on VehicleAutopilotComponent_IsChasingActive"); \ +static_assert(offsetof(VehicleAutopilotComponent_IsChasingActive, ReturnValue) == 0x000000, "Member 'VehicleAutopilotComponent_IsChasingActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_IsFleeing \ +static_assert(alignof(VehicleAutopilotComponent_IsFleeing) == 0x000001, "Wrong alignment on VehicleAutopilotComponent_IsFleeing"); \ +static_assert(sizeof(VehicleAutopilotComponent_IsFleeing) == 0x000001, "Wrong size on VehicleAutopilotComponent_IsFleeing"); \ +static_assert(offsetof(VehicleAutopilotComponent_IsFleeing, ReturnValue) == 0x000000, "Member 'VehicleAutopilotComponent_IsFleeing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleAutopilotComponent_IsStopModeActive \ +static_assert(alignof(VehicleAutopilotComponent_IsStopModeActive) == 0x000001, "Wrong alignment on VehicleAutopilotComponent_IsStopModeActive"); \ +static_assert(sizeof(VehicleAutopilotComponent_IsStopModeActive) == 0x000001, "Wrong size on VehicleAutopilotComponent_IsStopModeActive"); \ +static_assert(offsetof(VehicleAutopilotComponent_IsStopModeActive, ReturnValue) == 0x000000, "Member 'VehicleAutopilotComponent_IsStopModeActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleAutopilotComponent \ +static_assert(alignof(UVehicleAutopilotComponent) == 0x000008, "Wrong alignment on UVehicleAutopilotComponent"); \ +static_assert(sizeof(UVehicleAutopilotComponent) == 0x000498, "Wrong size on UVehicleAutopilotComponent"); \ +static_assert(offsetof(UVehicleAutopilotComponent, SpeedToDistanceAhead) == 0x0000C0, "Member 'UVehicleAutopilotComponent::SpeedToDistanceAhead' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotComponent, SpeedToCurvature) == 0x000148, "Member 'UVehicleAutopilotComponent::SpeedToCurvature' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotComponent, SpeedToAcceleration) == 0x0001D0, "Member 'UVehicleAutopilotComponent::SpeedToAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotComponent, DistanceToOtherTrafficBrakeCurve) == 0x000258, "Member 'UVehicleAutopilotComponent::DistanceToOtherTrafficBrakeCurve' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotComponent, AutopilotProfile) == 0x0002E0, "Member 'UVehicleAutopilotComponent::AutopilotProfile' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotComponent, OnAutopilotFinished) == 0x0002E8, "Member 'UVehicleAutopilotComponent::OnAutopilotFinished' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotComponent, CombatTarget) == 0x0002F8, "Member 'UVehicleAutopilotComponent::CombatTarget' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotComponent, OwningVehicle) == 0x000358, "Member 'UVehicleAutopilotComponent::OwningVehicle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotComponent, LaneTracker) == 0x000360, "Member 'UVehicleAutopilotComponent::LaneTracker' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotComponent, MaxSpeed) == 0x000368, "Member 'UVehicleAutopilotComponent::MaxSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsUsingDoor \ +static_assert(alignof(UBTDecorator_IsUsingDoor) == 0x000008, "Wrong alignment on UBTDecorator_IsUsingDoor"); \ +static_assert(sizeof(UBTDecorator_IsUsingDoor) == 0x000090, "Wrong size on UBTDecorator_IsUsingDoor"); \ +static_assert(offsetof(UBTDecorator_IsUsingDoor, SelfActorKey) == 0x000068, "Member 'UBTDecorator_IsUsingDoor::SelfActorKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_IsVehicleDrivable \ +static_assert(alignof(UBTDecorator_IsVehicleDrivable) == 0x000008, "Wrong alignment on UBTDecorator_IsVehicleDrivable"); \ +static_assert(sizeof(UBTDecorator_IsVehicleDrivable) == 0x000068, "Wrong size on UBTDecorator_IsVehicleDrivable"); \ + +#define DUMPER7_ASSERTS_UEnvironmentGameSyncAsset \ +static_assert(alignof(UEnvironmentGameSyncAsset) == 0x000008, "Wrong alignment on UEnvironmentGameSyncAsset"); \ +static_assert(sizeof(UEnvironmentGameSyncAsset) == 0x000058, "Wrong size on UEnvironmentGameSyncAsset"); \ +static_assert(offsetof(UEnvironmentGameSyncAsset, TimeOfDayRTPC) == 0x000030, "Member 'UEnvironmentGameSyncAsset::TimeOfDayRTPC' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentGameSyncAsset, RainIntensityRTPC) == 0x000038, "Member 'UEnvironmentGameSyncAsset::RainIntensityRTPC' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentGameSyncAsset, ZoneRTPC) == 0x000040, "Member 'UEnvironmentGameSyncAsset::ZoneRTPC' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentGameSyncAsset, TimePresetDay) == 0x000048, "Member 'UEnvironmentGameSyncAsset::TimePresetDay' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentGameSyncAsset, TimePresetNight) == 0x000050, "Member 'UEnvironmentGameSyncAsset::TimePresetNight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_StimEventQuery \ +static_assert(alignof(UBTDecorator_StimEventQuery) == 0x000008, "Wrong alignment on UBTDecorator_StimEventQuery"); \ +static_assert(sizeof(UBTDecorator_StimEventQuery) == 0x0000A0, "Wrong size on UBTDecorator_StimEventQuery"); \ +static_assert(offsetof(UBTDecorator_StimEventQuery, StimEvent) == 0x000068, "Member 'UBTDecorator_StimEventQuery::StimEvent' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_StimEventQuery, SenseFilter) == 0x000070, "Member 'UBTDecorator_StimEventQuery::SenseFilter' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_StimEventQuery, Target) == 0x000078, "Member 'UBTDecorator_StimEventQuery::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIStimFunctionLibrary_GetDistanceToStimEvent \ +static_assert(alignof(AIStimFunctionLibrary_GetDistanceToStimEvent) == 0x000008, "Wrong alignment on AIStimFunctionLibrary_GetDistanceToStimEvent"); \ +static_assert(sizeof(AIStimFunctionLibrary_GetDistanceToStimEvent) == 0x000088, "Wrong size on AIStimFunctionLibrary_GetDistanceToStimEvent"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetDistanceToStimEvent, WorldContextObject) == 0x000000, "Member 'AIStimFunctionLibrary_GetDistanceToStimEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetDistanceToStimEvent, StimEvent) == 0x000008, "Member 'AIStimFunctionLibrary_GetDistanceToStimEvent::StimEvent' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetDistanceToStimEvent, FromLocation) == 0x000068, "Member 'AIStimFunctionLibrary_GetDistanceToStimEvent::FromLocation' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetDistanceToStimEvent, ReturnValue) == 0x000080, "Member 'AIStimFunctionLibrary_GetDistanceToStimEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIStimFunctionLibrary_GetPercievcedEventLocation \ +static_assert(alignof(AIStimFunctionLibrary_GetPercievcedEventLocation) == 0x000008, "Wrong alignment on AIStimFunctionLibrary_GetPercievcedEventLocation"); \ +static_assert(sizeof(AIStimFunctionLibrary_GetPercievcedEventLocation) == 0x000048, "Wrong size on AIStimFunctionLibrary_GetPercievcedEventLocation"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetPercievcedEventLocation, WorldContextObject) == 0x000000, "Member 'AIStimFunctionLibrary_GetPercievcedEventLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetPercievcedEventLocation, PercievedEvent) == 0x000008, "Member 'AIStimFunctionLibrary_GetPercievcedEventLocation::PercievedEvent' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetPercievcedEventLocation, ReturnValue) == 0x000030, "Member 'AIStimFunctionLibrary_GetPercievcedEventLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIStimFunctionLibrary_GetPercievcedEventTime \ +static_assert(alignof(AIStimFunctionLibrary_GetPercievcedEventTime) == 0x000008, "Wrong alignment on AIStimFunctionLibrary_GetPercievcedEventTime"); \ +static_assert(sizeof(AIStimFunctionLibrary_GetPercievcedEventTime) == 0x000038, "Wrong size on AIStimFunctionLibrary_GetPercievcedEventTime"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetPercievcedEventTime, WorldContextObject) == 0x000000, "Member 'AIStimFunctionLibrary_GetPercievcedEventTime::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetPercievcedEventTime, PercievedEvent) == 0x000008, "Member 'AIStimFunctionLibrary_GetPercievcedEventTime::PercievedEvent' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetPercievcedEventTime, ReturnValue) == 0x000030, "Member 'AIStimFunctionLibrary_GetPercievcedEventTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIStimFunctionLibrary_GetPercievcedEventType \ +static_assert(alignof(AIStimFunctionLibrary_GetPercievcedEventType) == 0x000008, "Wrong alignment on AIStimFunctionLibrary_GetPercievcedEventType"); \ +static_assert(sizeof(AIStimFunctionLibrary_GetPercievcedEventType) == 0x000038, "Wrong size on AIStimFunctionLibrary_GetPercievcedEventType"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetPercievcedEventType, WorldContextObject) == 0x000000, "Member 'AIStimFunctionLibrary_GetPercievcedEventType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetPercievcedEventType, PercievedEvent) == 0x000008, "Member 'AIStimFunctionLibrary_GetPercievcedEventType::PercievedEvent' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetPercievcedEventType, ReturnValue) == 0x000030, "Member 'AIStimFunctionLibrary_GetPercievcedEventType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIStimFunctionLibrary_GetStimEventEventClass \ +static_assert(alignof(AIStimFunctionLibrary_GetStimEventEventClass) == 0x000008, "Wrong alignment on AIStimFunctionLibrary_GetStimEventEventClass"); \ +static_assert(sizeof(AIStimFunctionLibrary_GetStimEventEventClass) == 0x000070, "Wrong size on AIStimFunctionLibrary_GetStimEventEventClass"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetStimEventEventClass, WorldContextObject) == 0x000000, "Member 'AIStimFunctionLibrary_GetStimEventEventClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetStimEventEventClass, StimEvent) == 0x000008, "Member 'AIStimFunctionLibrary_GetStimEventEventClass::StimEvent' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetStimEventEventClass, ReturnValue) == 0x000068, "Member 'AIStimFunctionLibrary_GetStimEventEventClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIStimFunctionLibrary_GetStimEventLatestPercievcedEvent \ +static_assert(alignof(AIStimFunctionLibrary_GetStimEventLatestPercievcedEvent) == 0x000008, "Wrong alignment on AIStimFunctionLibrary_GetStimEventLatestPercievcedEvent"); \ +static_assert(sizeof(AIStimFunctionLibrary_GetStimEventLatestPercievcedEvent) == 0x000090, "Wrong size on AIStimFunctionLibrary_GetStimEventLatestPercievcedEvent"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetStimEventLatestPercievcedEvent, WorldContextObject) == 0x000000, "Member 'AIStimFunctionLibrary_GetStimEventLatestPercievcedEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetStimEventLatestPercievcedEvent, StimEvent) == 0x000008, "Member 'AIStimFunctionLibrary_GetStimEventLatestPercievcedEvent::StimEvent' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetStimEventLatestPercievcedEvent, ReturnValue) == 0x000068, "Member 'AIStimFunctionLibrary_GetStimEventLatestPercievcedEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIStimFunctionLibrary_GetStimEventName \ +static_assert(alignof(AIStimFunctionLibrary_GetStimEventName) == 0x000008, "Wrong alignment on AIStimFunctionLibrary_GetStimEventName"); \ +static_assert(sizeof(AIStimFunctionLibrary_GetStimEventName) == 0x000070, "Wrong size on AIStimFunctionLibrary_GetStimEventName"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetStimEventName, WorldContextObject) == 0x000000, "Member 'AIStimFunctionLibrary_GetStimEventName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetStimEventName, StimEvent) == 0x000008, "Member 'AIStimFunctionLibrary_GetStimEventName::StimEvent' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_GetStimEventName, ReturnValue) == 0x000068, "Member 'AIStimFunctionLibrary_GetStimEventName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIStimFunctionLibrary_StimEventHasePercievcedEvent \ +static_assert(alignof(AIStimFunctionLibrary_StimEventHasePercievcedEvent) == 0x000008, "Wrong alignment on AIStimFunctionLibrary_StimEventHasePercievcedEvent"); \ +static_assert(sizeof(AIStimFunctionLibrary_StimEventHasePercievcedEvent) == 0x000070, "Wrong size on AIStimFunctionLibrary_StimEventHasePercievcedEvent"); \ +static_assert(offsetof(AIStimFunctionLibrary_StimEventHasePercievcedEvent, WorldContextObject) == 0x000000, "Member 'AIStimFunctionLibrary_StimEventHasePercievcedEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_StimEventHasePercievcedEvent, StimEvent) == 0x000008, "Member 'AIStimFunctionLibrary_StimEventHasePercievcedEvent::StimEvent' has a wrong offset!"); \ +static_assert(offsetof(AIStimFunctionLibrary_StimEventHasePercievcedEvent, ReturnValue) == 0x000068, "Member 'AIStimFunctionLibrary_StimEventHasePercievcedEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIStimFunctionLibrary \ +static_assert(alignof(UAIStimFunctionLibrary) == 0x000008, "Wrong alignment on UAIStimFunctionLibrary"); \ +static_assert(sizeof(UAIStimFunctionLibrary) == 0x000028, "Wrong size on UAIStimFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_TwoPointRangeCheck \ +static_assert(alignof(UBTDecorator_TwoPointRangeCheck) == 0x000008, "Wrong alignment on UBTDecorator_TwoPointRangeCheck"); \ +static_assert(sizeof(UBTDecorator_TwoPointRangeCheck) == 0x0000C8, "Wrong size on UBTDecorator_TwoPointRangeCheck"); \ +static_assert(offsetof(UBTDecorator_TwoPointRangeCheck, Distance) == 0x000068, "Member 'UBTDecorator_TwoPointRangeCheck::Distance' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TwoPointRangeCheck, bUse2DPlane) == 0x00006C, "Member 'UBTDecorator_TwoPointRangeCheck::bUse2DPlane' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TwoPointRangeCheck, FirstPoint) == 0x000070, "Member 'UBTDecorator_TwoPointRangeCheck::FirstPoint' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TwoPointRangeCheck, SecondPoint) == 0x000098, "Member 'UBTDecorator_TwoPointRangeCheck::SecondPoint' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_TwoPointRangeCheck, bPrintDebug) == 0x0000C0, "Member 'UBTDecorator_TwoPointRangeCheck::bPrintDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatPatternAnalyzer_BeliefeTargetIsUnreachable \ +static_assert(alignof(CombatPatternAnalyzer_BeliefeTargetIsUnreachable) == 0x000008, "Wrong alignment on CombatPatternAnalyzer_BeliefeTargetIsUnreachable"); \ +static_assert(sizeof(CombatPatternAnalyzer_BeliefeTargetIsUnreachable) == 0x000030, "Wrong size on CombatPatternAnalyzer_BeliefeTargetIsUnreachable"); \ +static_assert(offsetof(CombatPatternAnalyzer_BeliefeTargetIsUnreachable, ReachTarget) == 0x000000, "Member 'CombatPatternAnalyzer_BeliefeTargetIsUnreachable::ReachTarget' has a wrong offset!"); \ +static_assert(offsetof(CombatPatternAnalyzer_BeliefeTargetIsUnreachable, ReturnValue) == 0x000028, "Member 'CombatPatternAnalyzer_BeliefeTargetIsUnreachable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombatPatternAnalyzer \ +static_assert(alignof(UCombatPatternAnalyzer) == 0x000008, "Wrong alignment on UCombatPatternAnalyzer"); \ +static_assert(sizeof(UCombatPatternAnalyzer) == 0x000118, "Wrong size on UCombatPatternAnalyzer"); \ + +#define DUMPER7_ASSERTS_UBTService_CharacterAlignTowards \ +static_assert(alignof(UBTService_CharacterAlignTowards) == 0x000008, "Wrong alignment on UBTService_CharacterAlignTowards"); \ +static_assert(sizeof(UBTService_CharacterAlignTowards) == 0x0000A0, "Wrong size on UBTService_CharacterAlignTowards"); \ +static_assert(offsetof(UBTService_CharacterAlignTowards, LocationKeyName) == 0x000070, "Member 'UBTService_CharacterAlignTowards::LocationKeyName' has a wrong offset!"); \ +static_assert(offsetof(UBTService_CharacterAlignTowards, AlignTowardsPriority) == 0x000098, "Member 'UBTService_CharacterAlignTowards::AlignTowardsPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_GameplayFocus \ +static_assert(alignof(UBTService_GameplayFocus) == 0x000008, "Wrong alignment on UBTService_GameplayFocus"); \ +static_assert(sizeof(UBTService_GameplayFocus) == 0x0000A0, "Wrong size on UBTService_GameplayFocus"); \ + +#define DUMPER7_ASSERTS_UVehicleCombatProfile \ +static_assert(alignof(UVehicleCombatProfile) == 0x000008, "Wrong alignment on UVehicleCombatProfile"); \ +static_assert(sizeof(UVehicleCombatProfile) == 0x000080, "Wrong size on UVehicleCombatProfile"); \ +static_assert(offsetof(UVehicleCombatProfile, ForwardDirectionThreshold) == 0x000030, "Member 'UVehicleCombatProfile::ForwardDirectionThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCombatProfile, TimeUntilAttack) == 0x000038, "Member 'UVehicleCombatProfile::TimeUntilAttack' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCombatProfile, DecayPerSecond) == 0x000040, "Member 'UVehicleCombatProfile::DecayPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCombatProfile, AttackCooldown) == 0x000048, "Member 'UVehicleCombatProfile::AttackCooldown' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCombatProfile, SwitchCombatPositionDelay) == 0x000050, "Member 'UVehicleCombatProfile::SwitchCombatPositionDelay' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCombatProfile, ForwardSpeedThresholdKmh) == 0x000058, "Member 'UVehicleCombatProfile::ForwardSpeedThresholdKmh' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCombatProfile, ForwardDistanceForAttack) == 0x000060, "Member 'UVehicleCombatProfile::ForwardDistanceForAttack' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCombatProfile, SidewayDistanceForAttack) == 0x000070, "Member 'UVehicleCombatProfile::SidewayDistanceForAttack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_SplineSegment \ +static_assert(alignof(UEnvQueryGenerator_SplineSegment) == 0x000008, "Wrong alignment on UEnvQueryGenerator_SplineSegment"); \ +static_assert(sizeof(UEnvQueryGenerator_SplineSegment) == 0x000110, "Wrong size on UEnvQueryGenerator_SplineSegment"); \ +static_assert(offsetof(UEnvQueryGenerator_SplineSegment, SpaceBetween) == 0x000098, "Member 'UEnvQueryGenerator_SplineSegment::SpaceBetween' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SplineSegment, OptionalSpecificIndex) == 0x0000D0, "Member 'UEnvQueryGenerator_SplineSegment::OptionalSpecificIndex' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_SplineSegment, SplineContext) == 0x000108, "Member 'UEnvQueryGenerator_SplineSegment::SplineContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_RememberSelectedTarget \ +static_assert(alignof(UBTService_RememberSelectedTarget) == 0x000008, "Wrong alignment on UBTService_RememberSelectedTarget"); \ +static_assert(sizeof(UBTService_RememberSelectedTarget) == 0x0000C0, "Wrong size on UBTService_RememberSelectedTarget"); \ +static_assert(offsetof(UBTService_RememberSelectedTarget, TargetActorKey) == 0x000070, "Member 'UBTService_RememberSelectedTarget::TargetActorKey' has a wrong offset!"); \ +static_assert(offsetof(UBTService_RememberSelectedTarget, LastRememberedTargetKey) == 0x000098, "Member 'UBTService_RememberSelectedTarget::LastRememberedTargetKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostureComponent_ConsumePosture \ +static_assert(alignof(PostureComponent_ConsumePosture) == 0x000004, "Wrong alignment on PostureComponent_ConsumePosture"); \ +static_assert(sizeof(PostureComponent_ConsumePosture) == 0x000004, "Wrong size on PostureComponent_ConsumePosture"); \ +static_assert(offsetof(PostureComponent_ConsumePosture, PostureChange) == 0x000000, "Member 'PostureComponent_ConsumePosture::PostureChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostureComponent_GetPostureSegment \ +static_assert(alignof(PostureComponent_GetPostureSegment) == 0x000004, "Wrong alignment on PostureComponent_GetPostureSegment"); \ +static_assert(sizeof(PostureComponent_GetPostureSegment) == 0x000008, "Wrong size on PostureComponent_GetPostureSegment"); \ +static_assert(offsetof(PostureComponent_GetPostureSegment, NofSegments) == 0x000000, "Member 'PostureComponent_GetPostureSegment::NofSegments' has a wrong offset!"); \ +static_assert(offsetof(PostureComponent_GetPostureSegment, ReturnValue) == 0x000004, "Member 'PostureComponent_GetPostureSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostureComponent_RegainPosture \ +static_assert(alignof(PostureComponent_RegainPosture) == 0x000004, "Wrong alignment on PostureComponent_RegainPosture"); \ +static_assert(sizeof(PostureComponent_RegainPosture) == 0x000004, "Wrong size on PostureComponent_RegainPosture"); \ +static_assert(offsetof(PostureComponent_RegainPosture, PostureRegained) == 0x000000, "Member 'PostureComponent_RegainPosture::PostureRegained' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostureComponent_SetMaxPosture \ +static_assert(alignof(PostureComponent_SetMaxPosture) == 0x000004, "Wrong alignment on PostureComponent_SetMaxPosture"); \ +static_assert(sizeof(PostureComponent_SetMaxPosture) == 0x000004, "Wrong size on PostureComponent_SetMaxPosture"); \ +static_assert(offsetof(PostureComponent_SetMaxPosture, NewMaxPosture) == 0x000000, "Member 'PostureComponent_SetMaxPosture::NewMaxPosture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostureComponent_SetPauseRegen \ +static_assert(alignof(PostureComponent_SetPauseRegen) == 0x000004, "Wrong alignment on PostureComponent_SetPauseRegen"); \ +static_assert(sizeof(PostureComponent_SetPauseRegen) == 0x000008, "Wrong size on PostureComponent_SetPauseRegen"); \ +static_assert(offsetof(PostureComponent_SetPauseRegen, Pause) == 0x000000, "Member 'PostureComponent_SetPauseRegen::Pause' has a wrong offset!"); \ +static_assert(offsetof(PostureComponent_SetPauseRegen, Duration) == 0x000004, "Member 'PostureComponent_SetPauseRegen::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostureComponent_SetPosture \ +static_assert(alignof(PostureComponent_SetPosture) == 0x000004, "Wrong alignment on PostureComponent_SetPosture"); \ +static_assert(sizeof(PostureComponent_SetPosture) == 0x000004, "Wrong size on PostureComponent_SetPosture"); \ +static_assert(offsetof(PostureComponent_SetPosture, NewPosture) == 0x000000, "Member 'PostureComponent_SetPosture::NewPosture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostureComponent_GetPosture \ +static_assert(alignof(PostureComponent_GetPosture) == 0x000004, "Wrong alignment on PostureComponent_GetPosture"); \ +static_assert(sizeof(PostureComponent_GetPosture) == 0x000004, "Wrong size on PostureComponent_GetPosture"); \ +static_assert(offsetof(PostureComponent_GetPosture, ReturnValue) == 0x000000, "Member 'PostureComponent_GetPosture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostureComponent_GetPosturePercentage \ +static_assert(alignof(PostureComponent_GetPosturePercentage) == 0x000004, "Wrong alignment on PostureComponent_GetPosturePercentage"); \ +static_assert(sizeof(PostureComponent_GetPosturePercentage) == 0x000004, "Wrong size on PostureComponent_GetPosturePercentage"); \ +static_assert(offsetof(PostureComponent_GetPosturePercentage, ReturnValue) == 0x000000, "Member 'PostureComponent_GetPosturePercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostureComponent_IsPostureDepleted \ +static_assert(alignof(PostureComponent_IsPostureDepleted) == 0x000001, "Wrong alignment on PostureComponent_IsPostureDepleted"); \ +static_assert(sizeof(PostureComponent_IsPostureDepleted) == 0x000001, "Wrong size on PostureComponent_IsPostureDepleted"); \ +static_assert(offsetof(PostureComponent_IsPostureDepleted, ReturnValue) == 0x000000, "Member 'PostureComponent_IsPostureDepleted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostureComponent_IsPostureFull \ +static_assert(alignof(PostureComponent_IsPostureFull) == 0x000001, "Wrong alignment on PostureComponent_IsPostureFull"); \ +static_assert(sizeof(PostureComponent_IsPostureFull) == 0x000001, "Wrong size on PostureComponent_IsPostureFull"); \ +static_assert(offsetof(PostureComponent_IsPostureFull, ReturnValue) == 0x000000, "Member 'PostureComponent_IsPostureFull::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostureComponent_IsRegenPaused \ +static_assert(alignof(PostureComponent_IsRegenPaused) == 0x000001, "Wrong alignment on PostureComponent_IsRegenPaused"); \ +static_assert(sizeof(PostureComponent_IsRegenPaused) == 0x000001, "Wrong size on PostureComponent_IsRegenPaused"); \ +static_assert(offsetof(PostureComponent_IsRegenPaused, ReturnValue) == 0x000000, "Member 'PostureComponent_IsRegenPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostureComponent \ +static_assert(alignof(UPostureComponent) == 0x000008, "Wrong alignment on UPostureComponent"); \ +static_assert(sizeof(UPostureComponent) == 0x000128, "Wrong size on UPostureComponent"); \ +static_assert(offsetof(UPostureComponent, Posture) == 0x0000C0, "Member 'UPostureComponent::Posture' has a wrong offset!"); \ +static_assert(offsetof(UPostureComponent, MaxPosture) == 0x0000C4, "Member 'UPostureComponent::MaxPosture' has a wrong offset!"); \ +static_assert(offsetof(UPostureComponent, BasePosture) == 0x0000C8, "Member 'UPostureComponent::BasePosture' has a wrong offset!"); \ +static_assert(offsetof(UPostureComponent, MinPosture) == 0x0000CC, "Member 'UPostureComponent::MinPosture' has a wrong offset!"); \ +static_assert(offsetof(UPostureComponent, RegenRate) == 0x0000D0, "Member 'UPostureComponent::RegenRate' has a wrong offset!"); \ +static_assert(offsetof(UPostureComponent, StunTime) == 0x0000D4, "Member 'UPostureComponent::StunTime' has a wrong offset!"); \ +static_assert(offsetof(UPostureComponent, DepletionBonusPercentOfMax) == 0x0000D8, "Member 'UPostureComponent::DepletionBonusPercentOfMax' has a wrong offset!"); \ +static_assert(offsetof(UPostureComponent, ReductionRegenPauseTime) == 0x0000DC, "Member 'UPostureComponent::ReductionRegenPauseTime' has a wrong offset!"); \ +static_assert(offsetof(UPostureComponent, OnPostureBecomeZero) == 0x0000E0, "Member 'UPostureComponent::OnPostureBecomeZero' has a wrong offset!"); \ +static_assert(offsetof(UPostureComponent, OnPostureRestored) == 0x0000F0, "Member 'UPostureComponent::OnPostureRestored' has a wrong offset!"); \ +static_assert(offsetof(UPostureComponent, OnPostureChanged) == 0x000100, "Member 'UPostureComponent::OnPostureChanged' has a wrong offset!"); \ +static_assert(offsetof(UPostureComponent, PostureData) == 0x000110, "Member 'UPostureComponent::PostureData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_RescoreTargets \ +static_assert(alignof(UBTService_RescoreTargets) == 0x000008, "Wrong alignment on UBTService_RescoreTargets"); \ +static_assert(sizeof(UBTService_RescoreTargets) == 0x000078, "Wrong size on UBTService_RescoreTargets"); \ +static_assert(offsetof(UBTService_RescoreTargets, TargetsToRescore) == 0x000070, "Member 'UBTService_RescoreTargets::TargetsToRescore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QueryPuddlesAsyncAction_QueryPuddlesAsync \ +static_assert(alignof(QueryPuddlesAsyncAction_QueryPuddlesAsync) == 0x000008, "Wrong alignment on QueryPuddlesAsyncAction_QueryPuddlesAsync"); \ +static_assert(sizeof(QueryPuddlesAsyncAction_QueryPuddlesAsync) == 0x000028, "Wrong size on QueryPuddlesAsyncAction_QueryPuddlesAsync"); \ +static_assert(offsetof(QueryPuddlesAsyncAction_QueryPuddlesAsync, InWorldContextObject) == 0x000000, "Member 'QueryPuddlesAsyncAction_QueryPuddlesAsync::InWorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(QueryPuddlesAsyncAction_QueryPuddlesAsync, InQueryLocation) == 0x000008, "Member 'QueryPuddlesAsyncAction_QueryPuddlesAsync::InQueryLocation' has a wrong offset!"); \ +static_assert(offsetof(QueryPuddlesAsyncAction_QueryPuddlesAsync, ReturnValue) == 0x000020, "Member 'QueryPuddlesAsyncAction_QueryPuddlesAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQueryPuddlesAsyncAction \ +static_assert(alignof(UQueryPuddlesAsyncAction) == 0x000008, "Wrong alignment on UQueryPuddlesAsyncAction"); \ +static_assert(sizeof(UQueryPuddlesAsyncAction) == 0x000060, "Wrong size on UQueryPuddlesAsyncAction"); \ +static_assert(offsetof(UQueryPuddlesAsyncAction, OnCompleted) == 0x000030, "Member 'UQueryPuddlesAsyncAction::OnCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_SetOnGroundMoveState \ +static_assert(alignof(UBTService_SetOnGroundMoveState) == 0x000008, "Wrong alignment on UBTService_SetOnGroundMoveState"); \ +static_assert(sizeof(UBTService_SetOnGroundMoveState) == 0x000078, "Wrong size on UBTService_SetOnGroundMoveState"); \ +static_assert(offsetof(UBTService_SetOnGroundMoveState, MovementState) == 0x000070, "Member 'UBTService_SetOnGroundMoveState::MovementState' has a wrong offset!"); \ +static_assert(offsetof(UBTService_SetOnGroundMoveState, bPopStateOnExit) == 0x000071, "Member 'UBTService_SetOnGroundMoveState::bPopStateOnExit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_UpdateLaneTarget \ +static_assert(alignof(UBTService_UpdateLaneTarget) == 0x000008, "Wrong alignment on UBTService_UpdateLaneTarget"); \ +static_assert(sizeof(UBTService_UpdateLaneTarget) == 0x0000A8, "Wrong size on UBTService_UpdateLaneTarget"); \ +static_assert(offsetof(UBTService_UpdateLaneTarget, CheckAhead) == 0x000070, "Member 'UBTService_UpdateLaneTarget::CheckAhead' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateLaneTarget, SpreadRange) == 0x000074, "Member 'UBTService_UpdateLaneTarget::SpreadRange' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateLaneTarget, UseOffset) == 0x000078, "Member 'UBTService_UpdateLaneTarget::UseOffset' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateLaneTarget, TargetLocation) == 0x000080, "Member 'UBTService_UpdateLaneTarget::TargetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJVolumeControlAsset \ +static_assert(alignof(UCJVolumeControlAsset) == 0x000008, "Wrong alignment on UCJVolumeControlAsset"); \ +static_assert(sizeof(UCJVolumeControlAsset) == 0x000060, "Wrong size on UCJVolumeControlAsset"); \ +static_assert(offsetof(UCJVolumeControlAsset, Dialog) == 0x000030, "Member 'UCJVolumeControlAsset::Dialog' has a wrong offset!"); \ +static_assert(offsetof(UCJVolumeControlAsset, Global) == 0x000038, "Member 'UCJVolumeControlAsset::Global' has a wrong offset!"); \ +static_assert(offsetof(UCJVolumeControlAsset, Music) == 0x000040, "Member 'UCJVolumeControlAsset::Music' has a wrong offset!"); \ +static_assert(offsetof(UCJVolumeControlAsset, SFX) == 0x000048, "Member 'UCJVolumeControlAsset::SFX' has a wrong offset!"); \ +static_assert(offsetof(UCJVolumeControlAsset, CaptureModeStateOn) == 0x000050, "Member 'UCJVolumeControlAsset::CaptureModeStateOn' has a wrong offset!"); \ +static_assert(offsetof(UCJVolumeControlAsset, CaptureModeStateOff) == 0x000058, "Member 'UCJVolumeControlAsset::CaptureModeStateOff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_UpdateLKPOnNewTarget \ +static_assert(alignof(UBTService_UpdateLKPOnNewTarget) == 0x000008, "Wrong alignment on UBTService_UpdateLKPOnNewTarget"); \ +static_assert(sizeof(UBTService_UpdateLKPOnNewTarget) == 0x0000C0, "Wrong size on UBTService_UpdateLKPOnNewTarget"); \ +static_assert(offsetof(UBTService_UpdateLKPOnNewTarget, LKPKey) == 0x000070, "Member 'UBTService_UpdateLKPOnNewTarget::LKPKey' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateLKPOnNewTarget, TargetActorKey) == 0x000098, "Member 'UBTService_UpdateLKPOnNewTarget::TargetActorKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterDamageEffect_TakeDamage \ +static_assert(alignof(CJCharacterDamageEffect_TakeDamage) == 0x000008, "Wrong alignment on CJCharacterDamageEffect_TakeDamage"); \ +static_assert(sizeof(CJCharacterDamageEffect_TakeDamage) == 0x000010, "Wrong size on CJCharacterDamageEffect_TakeDamage"); \ +static_assert(offsetof(CJCharacterDamageEffect_TakeDamage, InDamageTaken) == 0x000000, "Member 'CJCharacterDamageEffect_TakeDamage::InDamageTaken' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterDamageEffect_TakeDamage, InNewHealth) == 0x000004, "Member 'CJCharacterDamageEffect_TakeDamage::InNewHealth' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterDamageEffect_TakeDamage, DamageType) == 0x000008, "Member 'CJCharacterDamageEffect_TakeDamage::DamageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCharacterDamageEffect \ +static_assert(alignof(UCJCharacterDamageEffect) == 0x000008, "Wrong alignment on UCJCharacterDamageEffect"); \ +static_assert(sizeof(UCJCharacterDamageEffect) == 0x000108, "Wrong size on UCJCharacterDamageEffect"); \ + +#define DUMPER7_ASSERTS_UBTService_UpdateMoveToTargetFromSpline \ +static_assert(alignof(UBTService_UpdateMoveToTargetFromSpline) == 0x000008, "Wrong alignment on UBTService_UpdateMoveToTargetFromSpline"); \ +static_assert(sizeof(UBTService_UpdateMoveToTargetFromSpline) == 0x000118, "Wrong size on UBTService_UpdateMoveToTargetFromSpline"); \ +static_assert(offsetof(UBTService_UpdateMoveToTargetFromSpline, InputSplineKey) == 0x000070, "Member 'UBTService_UpdateMoveToTargetFromSpline::InputSplineKey' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateMoveToTargetFromSpline, MoveToTargetKey) == 0x000098, "Member 'UBTService_UpdateMoveToTargetFromSpline::MoveToTargetKey' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateMoveToTargetFromSpline, RadiusThreshold) == 0x0000C0, "Member 'UBTService_UpdateMoveToTargetFromSpline::RadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateMoveToTargetFromSpline, LastSplinePointIndexKey) == 0x0000C8, "Member 'UBTService_UpdateMoveToTargetFromSpline::LastSplinePointIndexKey' has a wrong offset!"); \ +static_assert(offsetof(UBTService_UpdateMoveToTargetFromSpline, HasUsedSplineKey) == 0x0000F0, "Member 'UBTService_UpdateMoveToTargetFromSpline::HasUsedSplineKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatPositionScoringDefinition_ComputeWorldPosition \ +static_assert(alignof(CombatPositionScoringDefinition_ComputeWorldPosition) == 0x000008, "Wrong alignment on CombatPositionScoringDefinition_ComputeWorldPosition"); \ +static_assert(sizeof(CombatPositionScoringDefinition_ComputeWorldPosition) == 0x000078, "Wrong size on CombatPositionScoringDefinition_ComputeWorldPosition"); \ +static_assert(offsetof(CombatPositionScoringDefinition_ComputeWorldPosition, Component) == 0x000000, "Member 'CombatPositionScoringDefinition_ComputeWorldPosition::Component' has a wrong offset!"); \ +static_assert(offsetof(CombatPositionScoringDefinition_ComputeWorldPosition, PositionToScore) == 0x000008, "Member 'CombatPositionScoringDefinition_ComputeWorldPosition::PositionToScore' has a wrong offset!"); \ +static_assert(offsetof(CombatPositionScoringDefinition_ComputeWorldPosition, ReturnValue) == 0x000060, "Member 'CombatPositionScoringDefinition_ComputeWorldPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatPositionScoringDefinition_DistanceSquared \ +static_assert(alignof(CombatPositionScoringDefinition_DistanceSquared) == 0x000004, "Wrong alignment on CombatPositionScoringDefinition_DistanceSquared"); \ +static_assert(sizeof(CombatPositionScoringDefinition_DistanceSquared) == 0x000014, "Wrong size on CombatPositionScoringDefinition_DistanceSquared"); \ +static_assert(offsetof(CombatPositionScoringDefinition_DistanceSquared, RelativeAngleLoc) == 0x000000, "Member 'CombatPositionScoringDefinition_DistanceSquared::RelativeAngleLoc' has a wrong offset!"); \ +static_assert(offsetof(CombatPositionScoringDefinition_DistanceSquared, RelativeAnglePoint) == 0x000004, "Member 'CombatPositionScoringDefinition_DistanceSquared::RelativeAnglePoint' has a wrong offset!"); \ +static_assert(offsetof(CombatPositionScoringDefinition_DistanceSquared, OwnerToLocSqr) == 0x000008, "Member 'CombatPositionScoringDefinition_DistanceSquared::OwnerToLocSqr' has a wrong offset!"); \ +static_assert(offsetof(CombatPositionScoringDefinition_DistanceSquared, OwnerToPointSqr) == 0x00000C, "Member 'CombatPositionScoringDefinition_DistanceSquared::OwnerToPointSqr' has a wrong offset!"); \ +static_assert(offsetof(CombatPositionScoringDefinition_DistanceSquared, ReturnValue) == 0x000010, "Member 'CombatPositionScoringDefinition_DistanceSquared::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatPositionScoringDefinition_ComputeScore \ +static_assert(alignof(CombatPositionScoringDefinition_ComputeScore) == 0x000008, "Wrong alignment on CombatPositionScoringDefinition_ComputeScore"); \ +static_assert(sizeof(CombatPositionScoringDefinition_ComputeScore) == 0x000078, "Wrong size on CombatPositionScoringDefinition_ComputeScore"); \ +static_assert(offsetof(CombatPositionScoringDefinition_ComputeScore, TargetComponent) == 0x000000, "Member 'CombatPositionScoringDefinition_ComputeScore::TargetComponent' has a wrong offset!"); \ +static_assert(offsetof(CombatPositionScoringDefinition_ComputeScore, Querier) == 0x000008, "Member 'CombatPositionScoringDefinition_ComputeScore::Querier' has a wrong offset!"); \ +static_assert(offsetof(CombatPositionScoringDefinition_ComputeScore, PositionToScore) == 0x000010, "Member 'CombatPositionScoringDefinition_ComputeScore::PositionToScore' has a wrong offset!"); \ +static_assert(offsetof(CombatPositionScoringDefinition_ComputeScore, CircleIdx) == 0x000068, "Member 'CombatPositionScoringDefinition_ComputeScore::CircleIdx' has a wrong offset!"); \ +static_assert(offsetof(CombatPositionScoringDefinition_ComputeScore, OwnerToQuerierDistance) == 0x00006C, "Member 'CombatPositionScoringDefinition_ComputeScore::OwnerToQuerierDistance' has a wrong offset!"); \ +static_assert(offsetof(CombatPositionScoringDefinition_ComputeScore, QuerierCameraRelativeAngle) == 0x000070, "Member 'CombatPositionScoringDefinition_ComputeScore::QuerierCameraRelativeAngle' has a wrong offset!"); \ +static_assert(offsetof(CombatPositionScoringDefinition_ComputeScore, ReturnValue) == 0x000074, "Member 'CombatPositionScoringDefinition_ComputeScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombatPositionScoringDefinition \ +static_assert(alignof(UCombatPositionScoringDefinition) == 0x000008, "Wrong alignment on UCombatPositionScoringDefinition"); \ +static_assert(sizeof(UCombatPositionScoringDefinition) == 0x000030, "Wrong size on UCombatPositionScoringDefinition"); \ +static_assert(offsetof(UCombatPositionScoringDefinition, ScoringBias) == 0x000028, "Member 'UCombatPositionScoringDefinition::ScoringBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombatPositionScoringDefinition_QuadrantScore \ +static_assert(alignof(UCombatPositionScoringDefinition_QuadrantScore) == 0x000008, "Wrong alignment on UCombatPositionScoringDefinition_QuadrantScore"); \ +static_assert(sizeof(UCombatPositionScoringDefinition_QuadrantScore) == 0x000038, "Wrong size on UCombatPositionScoringDefinition_QuadrantScore"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_QuadrantScore, bPreferSame) == 0x000030, "Member 'UCombatPositionScoringDefinition_QuadrantScore::bPreferSame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_ChangeBlackboardValue \ +static_assert(alignof(UBTTask_ChangeBlackboardValue) == 0x000008, "Wrong alignment on UBTTask_ChangeBlackboardValue"); \ +static_assert(sizeof(UBTTask_ChangeBlackboardValue) == 0x0000A8, "Wrong size on UBTTask_ChangeBlackboardValue"); \ +static_assert(offsetof(UBTTask_ChangeBlackboardValue, BlackboardValue) == 0x000070, "Member 'UBTTask_ChangeBlackboardValue::BlackboardValue' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_ChangeBlackboardValue, ChangeValue) == 0x000098, "Member 'UBTTask_ChangeBlackboardValue::ChangeValue' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_ChangeBlackboardValue, bClampFinalValue) == 0x00009C, "Member 'UBTTask_ChangeBlackboardValue::bClampFinalValue' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_ChangeBlackboardValue, MinClamp) == 0x0000A0, "Member 'UBTTask_ChangeBlackboardValue::MinClamp' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_ChangeBlackboardValue, MaxClamp) == 0x0000A4, "Member 'UBTTask_ChangeBlackboardValue::MaxClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_ChangeGroupRole \ +static_assert(alignof(UBTTask_ChangeGroupRole) == 0x000008, "Wrong alignment on UBTTask_ChangeGroupRole"); \ +static_assert(sizeof(UBTTask_ChangeGroupRole) == 0x0000A0, "Wrong size on UBTTask_ChangeGroupRole"); \ +static_assert(offsetof(UBTTask_ChangeGroupRole, TargetActorKey) == 0x000070, "Member 'UBTTask_ChangeGroupRole::TargetActorKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_ChangeGroupRole, NewRole) == 0x000098, "Member 'UBTTask_ChangeGroupRole::NewRole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombatPositionScoringDefinition_BlueprintBase \ +static_assert(alignof(UCombatPositionScoringDefinition_BlueprintBase) == 0x000008, "Wrong alignment on UCombatPositionScoringDefinition_BlueprintBase"); \ +static_assert(sizeof(UCombatPositionScoringDefinition_BlueprintBase) == 0x000030, "Wrong size on UCombatPositionScoringDefinition_BlueprintBase"); \ + +#define DUMPER7_ASSERTS_UBTTask_Despawn \ +static_assert(alignof(UBTTask_Despawn) == 0x000008, "Wrong alignment on UBTTask_Despawn"); \ +static_assert(sizeof(UBTTask_Despawn) == 0x0000A0, "Wrong size on UBTTask_Despawn"); \ +static_assert(offsetof(UBTTask_Despawn, SelfActorKey) == 0x000070, "Member 'UBTTask_Despawn::SelfActorKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Despawn, bDespawnifNotRendered) == 0x000098, "Member 'UBTTask_Despawn::bDespawnifNotRendered' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Despawn, bDespawnIfOutsideFrustum) == 0x000099, "Member 'UBTTask_Despawn::bDespawnIfOutsideFrustum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInventoryItemRandomPickupSpawner \ +static_assert(alignof(AInventoryItemRandomPickupSpawner) == 0x000008, "Wrong alignment on AInventoryItemRandomPickupSpawner"); \ +static_assert(sizeof(AInventoryItemRandomPickupSpawner) == 0x0002E0, "Wrong size on AInventoryItemRandomPickupSpawner"); \ +static_assert(offsetof(AInventoryItemRandomPickupSpawner, DaysCooldown) == 0x0002B0, "Member 'AInventoryItemRandomPickupSpawner::DaysCooldown' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemRandomPickupSpawner, PossibleSpawns) == 0x0002B8, "Member 'AInventoryItemRandomPickupSpawner::PossibleSpawns' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemRandomPickupSpawner, bSavePickupState) == 0x0002C8, "Member 'AInventoryItemRandomPickupSpawner::bSavePickupState' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemRandomPickupSpawner, PlaceId) == 0x0002CC, "Member 'AInventoryItemRandomPickupSpawner::PlaceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_DriveVehicle \ +static_assert(alignof(UBTTask_DriveVehicle) == 0x000008, "Wrong alignment on UBTTask_DriveVehicle"); \ +static_assert(sizeof(UBTTask_DriveVehicle) == 0x000118, "Wrong size on UBTTask_DriveVehicle"); \ +static_assert(offsetof(UBTTask_DriveVehicle, AutopilotParameters) == 0x000070, "Member 'UBTTask_DriveVehicle::AutopilotParameters' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_DriveVehicle, bStopAtEndOfPath) == 0x000110, "Member 'UBTTask_DriveVehicle::bStopAtEndOfPath' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_DriveVehicle, bShutDownEngineOnStop) == 0x000111, "Member 'UBTTask_DriveVehicle::bShutDownEngineOnStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJVehicleWheel \ +static_assert(alignof(UCJVehicleWheel) == 0x000008, "Wrong alignment on UCJVehicleWheel"); \ +static_assert(sizeof(UCJVehicleWheel) == 0x0002F8, "Wrong size on UCJVehicleWheel"); \ +static_assert(offsetof(UCJVehicleWheel, BarRimFrictionMultiplier) == 0x0002E0, "Member 'UCJVehicleWheel::BarRimFrictionMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheel, BareRimWheelRadius) == 0x0002E4, "Member 'UCJVehicleWheel::BareRimWheelRadius' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheel, FlatTireFrictionMultiplier) == 0x0002E8, "Member 'UCJVehicleWheel::FlatTireFrictionMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheel, FlatTireWheelRadius) == 0x0002EC, "Member 'UCJVehicleWheel::FlatTireWheelRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_FindClosestWaypointSpline \ +static_assert(alignof(UBTTask_FindClosestWaypointSpline) == 0x000008, "Wrong alignment on UBTTask_FindClosestWaypointSpline"); \ +static_assert(sizeof(UBTTask_FindClosestWaypointSpline) == 0x0000B0, "Wrong size on UBTTask_FindClosestWaypointSpline"); \ +static_assert(offsetof(UBTTask_FindClosestWaypointSpline, SearchRadius) == 0x000070, "Member 'UBTTask_FindClosestWaypointSpline::SearchRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindClosestWaypointSpline, WaypointSplineClass) == 0x000078, "Member 'UBTTask_FindClosestWaypointSpline::WaypointSplineClass' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindClosestWaypointSpline, WaypointSplineTag) == 0x000080, "Member 'UBTTask_FindClosestWaypointSpline::WaypointSplineTag' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindClosestWaypointSpline, OutputSplineKey) == 0x000088, "Member 'UBTTask_FindClosestWaypointSpline::OutputSplineKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_FindGroupMember \ +static_assert(alignof(UBTTask_FindGroupMember) == 0x000008, "Wrong alignment on UBTTask_FindGroupMember"); \ +static_assert(sizeof(UBTTask_FindGroupMember) == 0x0000E8, "Wrong size on UBTTask_FindGroupMember"); \ +static_assert(offsetof(UBTTask_FindGroupMember, SelfActorKey) == 0x000070, "Member 'UBTTask_FindGroupMember::SelfActorKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindGroupMember, FoundActorKey) == 0x000098, "Member 'UBTTask_FindGroupMember::FoundActorKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindGroupMember, SelectRandomMember) == 0x0000C0, "Member 'UBTTask_FindGroupMember::SelectRandomMember' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindGroupMember, TagsMatchType) == 0x0000C1, "Member 'UBTTask_FindGroupMember::TagsMatchType' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindGroupMember, TagsToMatch) == 0x0000C8, "Member 'UBTTask_FindGroupMember::TagsToMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombatPositionScoringDefinition_ProximityToTarget \ +static_assert(alignof(UCombatPositionScoringDefinition_ProximityToTarget) == 0x000008, "Wrong alignment on UCombatPositionScoringDefinition_ProximityToTarget"); \ +static_assert(sizeof(UCombatPositionScoringDefinition_ProximityToTarget) == 0x000040, "Wrong size on UCombatPositionScoringDefinition_ProximityToTarget"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_ProximityToTarget, ProximityTarget) == 0x000030, "Member 'UCombatPositionScoringDefinition_ProximityToTarget::ProximityTarget' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_ProximityToTarget, MaxDist) == 0x000034, "Member 'UCombatPositionScoringDefinition_ProximityToTarget::MaxDist' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_ProximityToTarget, bInvertScore) == 0x000038, "Member 'UCombatPositionScoringDefinition_ProximityToTarget::bInvertScore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_FindUseClosestSmartObject \ +static_assert(alignof(UBTTask_FindUseClosestSmartObject) == 0x000008, "Wrong alignment on UBTTask_FindUseClosestSmartObject"); \ +static_assert(sizeof(UBTTask_FindUseClosestSmartObject) == 0x000148, "Wrong size on UBTTask_FindUseClosestSmartObject"); \ +static_assert(offsetof(UBTTask_FindUseClosestSmartObject, SelfActorKey) == 0x000070, "Member 'UBTTask_FindUseClosestSmartObject::SelfActorKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindUseClosestSmartObject, Extent) == 0x000098, "Member 'UBTTask_FindUseClosestSmartObject::Extent' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindUseClosestSmartObject, IgnoreObjectsBehind) == 0x0000B0, "Member 'UBTTask_FindUseClosestSmartObject::IgnoreObjectsBehind' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindUseClosestSmartObject, ActivityTags) == 0x0000B8, "Member 'UBTTask_FindUseClosestSmartObject::ActivityTags' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindUseClosestSmartObject, bIgnoreTags) == 0x0000D8, "Member 'UBTTask_FindUseClosestSmartObject::bIgnoreTags' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindUseClosestSmartObject, IgnoreTagsKey) == 0x0000E0, "Member 'UBTTask_FindUseClosestSmartObject::IgnoreTagsKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindUseClosestSmartObject, ClaimedSmartObjectKey) == 0x000108, "Member 'UBTTask_FindUseClosestSmartObject::ClaimedSmartObjectKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindUseClosestSmartObject, AfterUseTimeout) == 0x000130, "Member 'UBTTask_FindUseClosestSmartObject::AfterUseTimeout' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindUseClosestSmartObject, ReserveAfterUse) == 0x000134, "Member 'UBTTask_FindUseClosestSmartObject::ReserveAfterUse' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindUseClosestSmartObject, ReservationCapacity) == 0x000138, "Member 'UBTTask_FindUseClosestSmartObject::ReservationCapacity' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindUseClosestSmartObject, ReservationGroup) == 0x00013C, "Member 'UBTTask_FindUseClosestSmartObject::ReservationGroup' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_FindUseClosestSmartObject, bSetWarpTargetsInTask) == 0x000144, "Member 'UBTTask_FindUseClosestSmartObject::bSetWarpTargetsInTask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThreatIndicatorSourceComponent_OnCharacterControllerChanged \ +static_assert(alignof(ThreatIndicatorSourceComponent_OnCharacterControllerChanged) == 0x000008, "Wrong alignment on ThreatIndicatorSourceComponent_OnCharacterControllerChanged"); \ +static_assert(sizeof(ThreatIndicatorSourceComponent_OnCharacterControllerChanged) == 0x000018, "Wrong size on ThreatIndicatorSourceComponent_OnCharacterControllerChanged"); \ +static_assert(offsetof(ThreatIndicatorSourceComponent_OnCharacterControllerChanged, InPawn) == 0x000000, "Member 'ThreatIndicatorSourceComponent_OnCharacterControllerChanged::InPawn' has a wrong offset!"); \ +static_assert(offsetof(ThreatIndicatorSourceComponent_OnCharacterControllerChanged, InOldController) == 0x000008, "Member 'ThreatIndicatorSourceComponent_OnCharacterControllerChanged::InOldController' has a wrong offset!"); \ +static_assert(offsetof(ThreatIndicatorSourceComponent_OnCharacterControllerChanged, InNewController) == 0x000010, "Member 'ThreatIndicatorSourceComponent_OnCharacterControllerChanged::InNewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThreatIndicatorSourceComponent \ +static_assert(alignof(UThreatIndicatorSourceComponent) == 0x000008, "Wrong alignment on UThreatIndicatorSourceComponent"); \ +static_assert(sizeof(UThreatIndicatorSourceComponent) == 0x0000F0, "Wrong size on UThreatIndicatorSourceComponent"); \ + +#define DUMPER7_ASSERTS_UBTTask_GetFleePosition \ +static_assert(alignof(UBTTask_GetFleePosition) == 0x000008, "Wrong alignment on UBTTask_GetFleePosition"); \ +static_assert(sizeof(UBTTask_GetFleePosition) == 0x0000C8, "Wrong size on UBTTask_GetFleePosition"); \ +static_assert(offsetof(UBTTask_GetFleePosition, Range) == 0x000070, "Member 'UBTTask_GetFleePosition::Range' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_GetFleePosition, FailDistance) == 0x000074, "Member 'UBTTask_GetFleePosition::FailDistance' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_GetFleePosition, Threat) == 0x000078, "Member 'UBTTask_GetFleePosition::Threat' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_GetFleePosition, FleePosition) == 0x0000A0, "Member 'UBTTask_GetFleePosition::FleePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SidecarComponent_BP_OnInitController \ +static_assert(alignof(SidecarComponent_BP_OnInitController) == 0x000008, "Wrong alignment on SidecarComponent_BP_OnInitController"); \ +static_assert(sizeof(SidecarComponent_BP_OnInitController) == 0x000008, "Wrong size on SidecarComponent_BP_OnInitController"); \ +static_assert(offsetof(SidecarComponent_BP_OnInitController, Controller) == 0x000000, "Member 'SidecarComponent_BP_OnInitController::Controller' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SidecarComponent_GetWorldLocation \ +static_assert(alignof(SidecarComponent_GetWorldLocation) == 0x000008, "Wrong alignment on SidecarComponent_GetWorldLocation"); \ +static_assert(sizeof(SidecarComponent_GetWorldLocation) == 0x000020, "Wrong size on SidecarComponent_GetWorldLocation"); \ +static_assert(offsetof(SidecarComponent_GetWorldLocation, Above) == 0x000000, "Member 'SidecarComponent_GetWorldLocation::Above' has a wrong offset!"); \ +static_assert(offsetof(SidecarComponent_GetWorldLocation, ReturnValue) == 0x000008, "Member 'SidecarComponent_GetWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USidecarComponent \ +static_assert(alignof(USidecarComponent) == 0x000008, "Wrong alignment on USidecarComponent"); \ +static_assert(sizeof(USidecarComponent) == 0x0000C0, "Wrong size on USidecarComponent"); \ + +#define DUMPER7_ASSERTS_CrewComponent_SetCrewJob \ +static_assert(alignof(CrewComponent_SetCrewJob) == 0x000008, "Wrong alignment on CrewComponent_SetCrewJob"); \ +static_assert(sizeof(CrewComponent_SetCrewJob) == 0x000008, "Wrong size on CrewComponent_SetCrewJob"); \ +static_assert(offsetof(CrewComponent_SetCrewJob, CrewJob) == 0x000000, "Member 'CrewComponent_SetCrewJob::CrewJob' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewComponent_GetCurrentCrewJob \ +static_assert(alignof(CrewComponent_GetCurrentCrewJob) == 0x000008, "Wrong alignment on CrewComponent_GetCurrentCrewJob"); \ +static_assert(sizeof(CrewComponent_GetCurrentCrewJob) == 0x000008, "Wrong size on CrewComponent_GetCurrentCrewJob"); \ +static_assert(offsetof(CrewComponent_GetCurrentCrewJob, ReturnValue) == 0x000000, "Member 'CrewComponent_GetCurrentCrewJob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewComponent_ValidateCrewJob \ +static_assert(alignof(CrewComponent_ValidateCrewJob) == 0x000008, "Wrong alignment on CrewComponent_ValidateCrewJob"); \ +static_assert(sizeof(CrewComponent_ValidateCrewJob) == 0x000010, "Wrong size on CrewComponent_ValidateCrewJob"); \ +static_assert(offsetof(CrewComponent_ValidateCrewJob, CrewJob) == 0x000000, "Member 'CrewComponent_ValidateCrewJob::CrewJob' has a wrong offset!"); \ +static_assert(offsetof(CrewComponent_ValidateCrewJob, ReturnValue) == 0x000008, "Member 'CrewComponent_ValidateCrewJob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCrewComponent \ +static_assert(alignof(UCrewComponent) == 0x000008, "Wrong alignment on UCrewComponent"); \ +static_assert(sizeof(UCrewComponent) == 0x0000D8, "Wrong size on UCrewComponent"); \ +static_assert(offsetof(UCrewComponent, OnJobUpdatedEvent) == 0x0000C0, "Member 'UCrewComponent::OnJobUpdatedEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_InformGroup \ +static_assert(alignof(UBTTask_InformGroup) == 0x000008, "Wrong alignment on UBTTask_InformGroup"); \ +static_assert(sizeof(UBTTask_InformGroup) == 0x0000D0, "Wrong size on UBTTask_InformGroup"); \ +static_assert(offsetof(UBTTask_InformGroup, SelfActorKey) == 0x000070, "Member 'UBTTask_InformGroup::SelfActorKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_InformGroup, SelectionType) == 0x000098, "Member 'UBTTask_InformGroup::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_InformGroup, MatchTags) == 0x000099, "Member 'UBTTask_InformGroup::MatchTags' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_InformGroup, TagsMatchType) == 0x00009A, "Member 'UBTTask_InformGroup::TagsMatchType' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_InformGroup, TagsToMatch) == 0x0000A0, "Member 'UBTTask_InformGroup::TagsToMatch' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_InformGroup, Information) == 0x0000C0, "Member 'UBTTask_InformGroup::Information' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_KillVehicle \ +static_assert(alignof(UBTTask_KillVehicle) == 0x000008, "Wrong alignment on UBTTask_KillVehicle"); \ +static_assert(sizeof(UBTTask_KillVehicle) == 0x000070, "Wrong size on UBTTask_KillVehicle"); \ + +#define DUMPER7_ASSERTS_UCombatPositionScoringDefinition_WithinAreaOfOperations \ +static_assert(alignof(UCombatPositionScoringDefinition_WithinAreaOfOperations) == 0x000008, "Wrong alignment on UCombatPositionScoringDefinition_WithinAreaOfOperations"); \ +static_assert(sizeof(UCombatPositionScoringDefinition_WithinAreaOfOperations) == 0x000038, "Wrong size on UCombatPositionScoringDefinition_WithinAreaOfOperations"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_WithinAreaOfOperations, bSuggestion) == 0x000030, "Member 'UCombatPositionScoringDefinition_WithinAreaOfOperations::bSuggestion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_OrbitTarget \ +static_assert(alignof(UBTTask_OrbitTarget) == 0x000008, "Wrong alignment on UBTTask_OrbitTarget"); \ +static_assert(sizeof(UBTTask_OrbitTarget) == 0x0000D8, "Wrong size on UBTTask_OrbitTarget"); \ +static_assert(offsetof(UBTTask_OrbitTarget, OrbitRadius) == 0x000098, "Member 'UBTTask_OrbitTarget::OrbitRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_OrbitTarget, OrbitRadiusVariation) == 0x00009C, "Member 'UBTTask_OrbitTarget::OrbitRadiusVariation' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_OrbitTarget, OrbitStep) == 0x0000A0, "Member 'UBTTask_OrbitTarget::OrbitStep' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_OrbitTarget, OrbitStepVariation) == 0x0000A4, "Member 'UBTTask_OrbitTarget::OrbitStepVariation' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_OrbitTarget, UpdateRate) == 0x0000A8, "Member 'UBTTask_OrbitTarget::UpdateRate' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_OrbitTarget, CurrentTarget) == 0x0000B0, "Member 'UBTTask_OrbitTarget::CurrentTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FakeLightComponent_SetIntensity \ +static_assert(alignof(FakeLightComponent_SetIntensity) == 0x000004, "Wrong alignment on FakeLightComponent_SetIntensity"); \ +static_assert(sizeof(FakeLightComponent_SetIntensity) == 0x000004, "Wrong size on FakeLightComponent_SetIntensity"); \ +static_assert(offsetof(FakeLightComponent_SetIntensity, InIntensity) == 0x000000, "Member 'FakeLightComponent_SetIntensity::InIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FakeLightComponent_SetLightColor \ +static_assert(alignof(FakeLightComponent_SetLightColor) == 0x000004, "Wrong alignment on FakeLightComponent_SetLightColor"); \ +static_assert(sizeof(FakeLightComponent_SetLightColor) == 0x000014, "Wrong size on FakeLightComponent_SetLightColor"); \ +static_assert(offsetof(FakeLightComponent_SetLightColor, InLightColor) == 0x000000, "Member 'FakeLightComponent_SetLightColor::InLightColor' has a wrong offset!"); \ +static_assert(offsetof(FakeLightComponent_SetLightColor, bSRGB) == 0x000010, "Member 'FakeLightComponent_SetLightColor::bSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FakeLightComponent_SetLightFColor \ +static_assert(alignof(FakeLightComponent_SetLightFColor) == 0x000004, "Wrong alignment on FakeLightComponent_SetLightFColor"); \ +static_assert(sizeof(FakeLightComponent_SetLightFColor) == 0x000004, "Wrong size on FakeLightComponent_SetLightFColor"); \ +static_assert(offsetof(FakeLightComponent_SetLightFColor, InLightColor) == 0x000000, "Member 'FakeLightComponent_SetLightFColor::InLightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFakeLightComponent \ +static_assert(alignof(UFakeLightComponent) == 0x000010, "Wrong alignment on UFakeLightComponent"); \ +static_assert(sizeof(UFakeLightComponent) == 0x000690, "Wrong size on UFakeLightComponent"); \ +static_assert(offsetof(UFakeLightComponent, bEnabled) == 0x000638, "Member 'UFakeLightComponent::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFakeLightComponent, LightColor) == 0x00063C, "Member 'UFakeLightComponent::LightColor' has a wrong offset!"); \ +static_assert(offsetof(UFakeLightComponent, Intensity) == 0x000640, "Member 'UFakeLightComponent::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UFakeLightComponent, Falloff) == 0x000644, "Member 'UFakeLightComponent::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UFakeLightComponent, CullingDistanceFade) == 0x000648, "Member 'UFakeLightComponent::CullingDistanceFade' has a wrong offset!"); \ +static_assert(offsetof(UFakeLightComponent, CullingDistance) == 0x00064C, "Member 'UFakeLightComponent::CullingDistance' has a wrong offset!"); \ +static_assert(offsetof(UFakeLightComponent, OverriddenMaterial) == 0x000650, "Member 'UFakeLightComponent::OverriddenMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFakeLightComponent, TimeControlState) == 0x000658, "Member 'UFakeLightComponent::TimeControlState' has a wrong offset!"); \ +static_assert(offsetof(UFakeLightComponent, TimeControlledMin) == 0x000660, "Member 'UFakeLightComponent::TimeControlledMin' has a wrong offset!"); \ +static_assert(offsetof(UFakeLightComponent, TimeControlledMax) == 0x000668, "Member 'UFakeLightComponent::TimeControlledMax' has a wrong offset!"); \ +static_assert(offsetof(UFakeLightComponent, ControlledLightData) == 0x000670, "Member 'UFakeLightComponent::ControlledLightData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_PerformGroupRole \ +static_assert(alignof(UBTTask_PerformGroupRole) == 0x000008, "Wrong alignment on UBTTask_PerformGroupRole"); \ +static_assert(sizeof(UBTTask_PerformGroupRole) == 0x0000B0, "Wrong size on UBTTask_PerformGroupRole"); \ +static_assert(offsetof(UBTTask_PerformGroupRole, SelfActorKey) == 0x000088, "Member 'UBTTask_PerformGroupRole::SelfActorKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombatPositionScoringDefinition_Obstructions \ +static_assert(alignof(UCombatPositionScoringDefinition_Obstructions) == 0x000008, "Wrong alignment on UCombatPositionScoringDefinition_Obstructions"); \ +static_assert(sizeof(UCombatPositionScoringDefinition_Obstructions) == 0x000038, "Wrong size on UCombatPositionScoringDefinition_Obstructions"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_Obstructions, ObscurityAOEModifier) == 0x000030, "Member 'UCombatPositionScoringDefinition_Obstructions::ObscurityAOEModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RestorePlayerController \ +static_assert(alignof(UBTTask_RestorePlayerController) == 0x000008, "Wrong alignment on UBTTask_RestorePlayerController"); \ +static_assert(sizeof(UBTTask_RestorePlayerController) == 0x000098, "Wrong size on UBTTask_RestorePlayerController"); \ +static_assert(offsetof(UBTTask_RestorePlayerController, SelfActorKey) == 0x000070, "Member 'UBTTask_RestorePlayerController::SelfActorKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_Say \ +static_assert(alignof(UBTTask_Say) == 0x000008, "Wrong alignment on UBTTask_Say"); \ +static_assert(sizeof(UBTTask_Say) == 0x0000B8, "Wrong size on UBTTask_Say"); \ +static_assert(offsetof(UBTTask_Say, IntentToSay) == 0x000070, "Member 'UBTTask_Say::IntentToSay' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Say, Target) == 0x000078, "Member 'UBTTask_Say::Target' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_Say, Flow) == 0x000090, "Member 'UBTTask_Say::Flow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_UseSmartObject \ +static_assert(alignof(UBTTask_UseSmartObject) == 0x000008, "Wrong alignment on UBTTask_UseSmartObject"); \ +static_assert(sizeof(UBTTask_UseSmartObject) == 0x0000C8, "Wrong size on UBTTask_UseSmartObject"); \ +static_assert(offsetof(UBTTask_UseSmartObject, ClaimHandleBBKey) == 0x000070, "Member 'UBTTask_UseSmartObject::ClaimHandleBBKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_UseSmartObject, UseSOTaskBBKey) == 0x000098, "Member 'UBTTask_UseSmartObject::UseSOTaskBBKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_UseSmartObject, bTeleport) == 0x0000C0, "Member 'UBTTask_UseSmartObject::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteriorStreamingSettings \ +static_assert(alignof(UInteriorStreamingSettings) == 0x000008, "Wrong alignment on UInteriorStreamingSettings"); \ +static_assert(sizeof(UInteriorStreamingSettings) == 0x000060, "Wrong size on UInteriorStreamingSettings"); \ +static_assert(offsetof(UInteriorStreamingSettings, MainInteriorDataLayer) == 0x000038, "Member 'UInteriorStreamingSettings::MainInteriorDataLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_VehicleAbility \ +static_assert(alignof(UBTTask_VehicleAbility) == 0x000008, "Wrong alignment on UBTTask_VehicleAbility"); \ +static_assert(sizeof(UBTTask_VehicleAbility) == 0x0000A0, "Wrong size on UBTTask_VehicleAbility"); \ +static_assert(offsetof(UBTTask_VehicleAbility, bActivateAbility) == 0x000070, "Member 'UBTTask_VehicleAbility::bActivateAbility' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_VehicleAbility, Ability) == 0x000078, "Member 'UBTTask_VehicleAbility::Ability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorPostSfxEvent \ +static_assert(alignof(UDataVolumeBehaviorPostSfxEvent) == 0x000008, "Wrong alignment on UDataVolumeBehaviorPostSfxEvent"); \ +static_assert(sizeof(UDataVolumeBehaviorPostSfxEvent) == 0x000050, "Wrong size on UDataVolumeBehaviorPostSfxEvent"); \ +static_assert(offsetof(UDataVolumeBehaviorPostSfxEvent, EventsOnEntry) == 0x000030, "Member 'UDataVolumeBehaviorPostSfxEvent::EventsOnEntry' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorPostSfxEvent, EventsOnExit) == 0x000040, "Member 'UDataVolumeBehaviorPostSfxEvent::EventsOnExit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_VehicleClearPath \ +static_assert(alignof(UBTTask_VehicleClearPath) == 0x000008, "Wrong alignment on UBTTask_VehicleClearPath"); \ +static_assert(sizeof(UBTTask_VehicleClearPath) == 0x000070, "Wrong size on UBTTask_VehicleClearPath"); \ + +#define DUMPER7_ASSERTS_UBugReportedWidget \ +static_assert(alignof(UBugReportedWidget) == 0x000008, "Wrong alignment on UBugReportedWidget"); \ +static_assert(sizeof(UBugReportedWidget) == 0x000330, "Wrong size on UBugReportedWidget"); \ +static_assert(offsetof(UBugReportedWidget, BugItTextBlock) == 0x000328, "Member 'UBugReportedWidget::BugItTextBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewJobComponent_ActivateCrewJob \ +static_assert(alignof(CrewJobComponent_ActivateCrewJob) == 0x000008, "Wrong alignment on CrewJobComponent_ActivateCrewJob"); \ +static_assert(sizeof(CrewJobComponent_ActivateCrewJob) == 0x000008, "Wrong size on CrewJobComponent_ActivateCrewJob"); \ +static_assert(offsetof(CrewJobComponent_ActivateCrewJob, CrewMember) == 0x000000, "Member 'CrewJobComponent_ActivateCrewJob::CrewMember' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewJobComponent_BlueprintActivateCrewJob \ +static_assert(alignof(CrewJobComponent_BlueprintActivateCrewJob) == 0x000008, "Wrong alignment on CrewJobComponent_BlueprintActivateCrewJob"); \ +static_assert(sizeof(CrewJobComponent_BlueprintActivateCrewJob) == 0x000008, "Wrong size on CrewJobComponent_BlueprintActivateCrewJob"); \ +static_assert(offsetof(CrewJobComponent_BlueprintActivateCrewJob, CrewMember) == 0x000000, "Member 'CrewJobComponent_BlueprintActivateCrewJob::CrewMember' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewJobComponent_IsJobCompleted \ +static_assert(alignof(CrewJobComponent_IsJobCompleted) == 0x000001, "Wrong alignment on CrewJobComponent_IsJobCompleted"); \ +static_assert(sizeof(CrewJobComponent_IsJobCompleted) == 0x000001, "Wrong size on CrewJobComponent_IsJobCompleted"); \ +static_assert(offsetof(CrewJobComponent_IsJobCompleted, ReturnValue) == 0x000000, "Member 'CrewJobComponent_IsJobCompleted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCrewJobComponent \ +static_assert(alignof(UCrewJobComponent) == 0x000010, "Wrong alignment on UCrewJobComponent"); \ +static_assert(sizeof(UCrewJobComponent) == 0x0002F0, "Wrong size on UCrewJobComponent"); \ +static_assert(offsetof(UCrewJobComponent, OnJobCompletedEvent) == 0x0002E8, "Member 'UCrewJobComponent::OnJobCompletedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCrewJobComponent, OnJobInterruptedEvent) == 0x0002E9, "Member 'UCrewJobComponent::OnJobInterruptedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCrewJobComponent, CrewJobID) == 0x0002EA, "Member 'UCrewJobComponent::CrewJobID' has a wrong offset!"); \ +static_assert(offsetof(UCrewJobComponent, bStallBTUntilCompleation) == 0x0002EB, "Member 'UCrewJobComponent::bStallBTUntilCompleation' has a wrong offset!"); \ +static_assert(offsetof(UCrewJobComponent, bIsStandbyJob) == 0x0002EC, "Member 'UCrewJobComponent::bIsStandbyJob' has a wrong offset!"); \ +static_assert(offsetof(UCrewJobComponent, bJobIsRepeatable) == 0x0002ED, "Member 'UCrewJobComponent::bJobIsRepeatable' has a wrong offset!"); \ +static_assert(offsetof(UCrewJobComponent, bIsJobCompleted) == 0x0002EE, "Member 'UCrewJobComponent::bIsJobCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCrewJobComponent_Follow \ +static_assert(alignof(UCrewJobComponent_Follow) == 0x000010, "Wrong alignment on UCrewJobComponent_Follow"); \ +static_assert(sizeof(UCrewJobComponent_Follow) == 0x000300, "Wrong size on UCrewJobComponent_Follow"); \ + +#define DUMPER7_ASSERTS_UCameraFadeSubsystem \ +static_assert(alignof(UCameraFadeSubsystem) == 0x000008, "Wrong alignment on UCameraFadeSubsystem"); \ +static_assert(sizeof(UCameraFadeSubsystem) == 0x000088, "Wrong size on UCameraFadeSubsystem"); \ + +#define DUMPER7_ASSERTS_NPCMeleeComponent_AllowMeleeAttack \ +static_assert(alignof(NPCMeleeComponent_AllowMeleeAttack) == 0x000001, "Wrong alignment on NPCMeleeComponent_AllowMeleeAttack"); \ +static_assert(sizeof(NPCMeleeComponent_AllowMeleeAttack) == 0x000001, "Wrong size on NPCMeleeComponent_AllowMeleeAttack"); \ +static_assert(offsetof(NPCMeleeComponent_AllowMeleeAttack, bEnable) == 0x000000, "Member 'NPCMeleeComponent_AllowMeleeAttack::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCMeleeComponent_AllowMeleeDefense \ +static_assert(alignof(NPCMeleeComponent_AllowMeleeDefense) == 0x000001, "Wrong alignment on NPCMeleeComponent_AllowMeleeDefense"); \ +static_assert(sizeof(NPCMeleeComponent_AllowMeleeDefense) == 0x000001, "Wrong size on NPCMeleeComponent_AllowMeleeDefense"); \ +static_assert(offsetof(NPCMeleeComponent_AllowMeleeDefense, bEnable) == 0x000000, "Member 'NPCMeleeComponent_AllowMeleeDefense::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCMeleeComponent_AllowThrownAttack \ +static_assert(alignof(NPCMeleeComponent_AllowThrownAttack) == 0x000001, "Wrong alignment on NPCMeleeComponent_AllowThrownAttack"); \ +static_assert(sizeof(NPCMeleeComponent_AllowThrownAttack) == 0x000001, "Wrong size on NPCMeleeComponent_AllowThrownAttack"); \ +static_assert(offsetof(NPCMeleeComponent_AllowThrownAttack, bEnable) == 0x000000, "Member 'NPCMeleeComponent_AllowThrownAttack::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCMeleeComponent_OnBecomeTargetedBy \ +static_assert(alignof(NPCMeleeComponent_OnBecomeTargetedBy) == 0x000008, "Wrong alignment on NPCMeleeComponent_OnBecomeTargetedBy"); \ +static_assert(sizeof(NPCMeleeComponent_OnBecomeTargetedBy) == 0x000020, "Wrong size on NPCMeleeComponent_OnBecomeTargetedBy"); \ +static_assert(offsetof(NPCMeleeComponent_OnBecomeTargetedBy, InActionHandler) == 0x000000, "Member 'NPCMeleeComponent_OnBecomeTargetedBy::InActionHandler' has a wrong offset!"); \ +static_assert(offsetof(NPCMeleeComponent_OnBecomeTargetedBy, Instigator) == 0x000008, "Member 'NPCMeleeComponent_OnBecomeTargetedBy::Instigator' has a wrong offset!"); \ +static_assert(offsetof(NPCMeleeComponent_OnBecomeTargetedBy, Action) == 0x000010, "Member 'NPCMeleeComponent_OnBecomeTargetedBy::Action' has a wrong offset!"); \ +static_assert(offsetof(NPCMeleeComponent_OnBecomeTargetedBy, ID) == 0x000018, "Member 'NPCMeleeComponent_OnBecomeTargetedBy::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCMeleeComponent_SetGlobalCombatScale \ +static_assert(alignof(NPCMeleeComponent_SetGlobalCombatScale) == 0x000004, "Wrong alignment on NPCMeleeComponent_SetGlobalCombatScale"); \ +static_assert(sizeof(NPCMeleeComponent_SetGlobalCombatScale) == 0x000004, "Wrong size on NPCMeleeComponent_SetGlobalCombatScale"); \ +static_assert(offsetof(NPCMeleeComponent_SetGlobalCombatScale, NewScale) == 0x000000, "Member 'NPCMeleeComponent_SetGlobalCombatScale::NewScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCMeleeComponent_ThrowWeaponAt \ +static_assert(alignof(NPCMeleeComponent_ThrowWeaponAt) == 0x000008, "Wrong alignment on NPCMeleeComponent_ThrowWeaponAt"); \ +static_assert(sizeof(NPCMeleeComponent_ThrowWeaponAt) == 0x000008, "Wrong size on NPCMeleeComponent_ThrowWeaponAt"); \ +static_assert(offsetof(NPCMeleeComponent_ThrowWeaponAt, ThrowTarget) == 0x000000, "Member 'NPCMeleeComponent_ThrowWeaponAt::ThrowTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCMeleeComponent_ComputeWeightFromLevelDifference \ +static_assert(alignof(NPCMeleeComponent_ComputeWeightFromLevelDifference) == 0x000004, "Wrong alignment on NPCMeleeComponent_ComputeWeightFromLevelDifference"); \ +static_assert(sizeof(NPCMeleeComponent_ComputeWeightFromLevelDifference) == 0x000020, "Wrong size on NPCMeleeComponent_ComputeWeightFromLevelDifference"); \ +static_assert(offsetof(NPCMeleeComponent_ComputeWeightFromLevelDifference, MyLevel) == 0x000000, "Member 'NPCMeleeComponent_ComputeWeightFromLevelDifference::MyLevel' has a wrong offset!"); \ +static_assert(offsetof(NPCMeleeComponent_ComputeWeightFromLevelDifference, OtherLevel) == 0x000004, "Member 'NPCMeleeComponent_ComputeWeightFromLevelDifference::OtherLevel' has a wrong offset!"); \ +static_assert(offsetof(NPCMeleeComponent_ComputeWeightFromLevelDifference, DifferenceRange) == 0x000008, "Member 'NPCMeleeComponent_ComputeWeightFromLevelDifference::DifferenceRange' has a wrong offset!"); \ +static_assert(offsetof(NPCMeleeComponent_ComputeWeightFromLevelDifference, MinWeight) == 0x00000C, "Member 'NPCMeleeComponent_ComputeWeightFromLevelDifference::MinWeight' has a wrong offset!"); \ +static_assert(offsetof(NPCMeleeComponent_ComputeWeightFromLevelDifference, NormalWeight) == 0x000010, "Member 'NPCMeleeComponent_ComputeWeightFromLevelDifference::NormalWeight' has a wrong offset!"); \ +static_assert(offsetof(NPCMeleeComponent_ComputeWeightFromLevelDifference, MaxWeight) == 0x000014, "Member 'NPCMeleeComponent_ComputeWeightFromLevelDifference::MaxWeight' has a wrong offset!"); \ +static_assert(offsetof(NPCMeleeComponent_ComputeWeightFromLevelDifference, Continuous) == 0x000018, "Member 'NPCMeleeComponent_ComputeWeightFromLevelDifference::Continuous' has a wrong offset!"); \ +static_assert(offsetof(NPCMeleeComponent_ComputeWeightFromLevelDifference, ReturnValue) == 0x00001C, "Member 'NPCMeleeComponent_ComputeWeightFromLevelDifference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCMeleeComponent_GetGlobalCombatScale \ +static_assert(alignof(NPCMeleeComponent_GetGlobalCombatScale) == 0x000004, "Wrong alignment on NPCMeleeComponent_GetGlobalCombatScale"); \ +static_assert(sizeof(NPCMeleeComponent_GetGlobalCombatScale) == 0x000004, "Wrong size on NPCMeleeComponent_GetGlobalCombatScale"); \ +static_assert(offsetof(NPCMeleeComponent_GetGlobalCombatScale, ReturnValue) == 0x000000, "Member 'NPCMeleeComponent_GetGlobalCombatScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCMeleeComponent_IsMeleeAttackAllowed \ +static_assert(alignof(NPCMeleeComponent_IsMeleeAttackAllowed) == 0x000001, "Wrong alignment on NPCMeleeComponent_IsMeleeAttackAllowed"); \ +static_assert(sizeof(NPCMeleeComponent_IsMeleeAttackAllowed) == 0x000001, "Wrong size on NPCMeleeComponent_IsMeleeAttackAllowed"); \ +static_assert(offsetof(NPCMeleeComponent_IsMeleeAttackAllowed, ReturnValue) == 0x000000, "Member 'NPCMeleeComponent_IsMeleeAttackAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCMeleeComponent_IsMeleeWeaponAllowed \ +static_assert(alignof(NPCMeleeComponent_IsMeleeWeaponAllowed) == 0x000001, "Wrong alignment on NPCMeleeComponent_IsMeleeWeaponAllowed"); \ +static_assert(sizeof(NPCMeleeComponent_IsMeleeWeaponAllowed) == 0x000001, "Wrong size on NPCMeleeComponent_IsMeleeWeaponAllowed"); \ +static_assert(offsetof(NPCMeleeComponent_IsMeleeWeaponAllowed, ReturnValue) == 0x000000, "Member 'NPCMeleeComponent_IsMeleeWeaponAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNPCMeleeComponent \ +static_assert(alignof(UNPCMeleeComponent) == 0x000008, "Wrong alignment on UNPCMeleeComponent"); \ +static_assert(sizeof(UNPCMeleeComponent) == 0x000450, "Wrong size on UNPCMeleeComponent"); \ +static_assert(offsetof(UNPCMeleeComponent, DefaultAttackDistanceThreshold) == 0x0002F8, "Member 'UNPCMeleeComponent::DefaultAttackDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNPCMeleeComponent, AttackDistanceWeight) == 0x000300, "Member 'UNPCMeleeComponent::AttackDistanceWeight' has a wrong offset!"); \ +static_assert(offsetof(UNPCMeleeComponent, DistanceThresholds) == 0x000308, "Member 'UNPCMeleeComponent::DistanceThresholds' has a wrong offset!"); \ +static_assert(offsetof(UNPCMeleeComponent, AttackCooldown) == 0x000358, "Member 'UNPCMeleeComponent::AttackCooldown' has a wrong offset!"); \ +static_assert(offsetof(UNPCMeleeComponent, AllowedAttackAngle) == 0x000368, "Member 'UNPCMeleeComponent::AllowedAttackAngle' has a wrong offset!"); \ +static_assert(offsetof(UNPCMeleeComponent, MinimumThrowDistance) == 0x00036C, "Member 'UNPCMeleeComponent::MinimumThrowDistance' has a wrong offset!"); \ +static_assert(offsetof(UNPCMeleeComponent, GlobalBehaviourScaleModifier) == 0x000370, "Member 'UNPCMeleeComponent::GlobalBehaviourScaleModifier' has a wrong offset!"); \ +static_assert(offsetof(UNPCMeleeComponent, EvadeConfig) == 0x000374, "Member 'UNPCMeleeComponent::EvadeConfig' has a wrong offset!"); \ +static_assert(offsetof(UNPCMeleeComponent, HitStatsClearingActions) == 0x000380, "Member 'UNPCMeleeComponent::HitStatsClearingActions' has a wrong offset!"); \ +static_assert(offsetof(UNPCMeleeComponent, MoveInRange) == 0x0003D0, "Member 'UNPCMeleeComponent::MoveInRange' has a wrong offset!"); \ +static_assert(offsetof(UNPCMeleeComponent, MoveOutRange) == 0x0003E0, "Member 'UNPCMeleeComponent::MoveOutRange' has a wrong offset!"); \ +static_assert(offsetof(UNPCMeleeComponent, SpacingCooldown) == 0x0003F0, "Member 'UNPCMeleeComponent::SpacingCooldown' has a wrong offset!"); \ +static_assert(offsetof(UNPCMeleeComponent, MeleeProfile) == 0x000430, "Member 'UNPCMeleeComponent::MeleeProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommitActionNotify \ +static_assert(alignof(UCommitActionNotify) == 0x000008, "Wrong alignment on UCommitActionNotify"); \ +static_assert(sizeof(UCommitActionNotify) == 0x000040, "Wrong size on UCommitActionNotify"); \ +static_assert(offsetof(UCommitActionNotify, bUseAsCommit) == 0x000038, "Member 'UCommitActionNotify::bUseAsCommit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifierInitialRotation \ +static_assert(alignof(UCameraModifierInitialRotation) == 0x000008, "Wrong alignment on UCameraModifierInitialRotation"); \ +static_assert(sizeof(UCameraModifierInitialRotation) == 0x000060, "Wrong size on UCameraModifierInitialRotation"); \ +static_assert(offsetof(UCameraModifierInitialRotation, bBypassModifier) == 0x000030, "Member 'UCameraModifierInitialRotation::bBypassModifier' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierInitialRotation, BlendRate) == 0x000034, "Member 'UCameraModifierInitialRotation::BlendRate' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierInitialRotation, bSkipBlend) == 0x000038, "Member 'UCameraModifierInitialRotation::bSkipBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraSettings \ +static_assert(alignof(UCameraSettings) == 0x000008, "Wrong alignment on UCameraSettings"); \ +static_assert(sizeof(UCameraSettings) == 0x000060, "Wrong size on UCameraSettings"); \ +static_assert(offsetof(UCameraSettings, CameraModifierPriorities) == 0x000038, "Member 'UCameraSettings::CameraModifierPriorities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_AllowDoorKick \ +static_assert(alignof(Door_AllowDoorKick) == 0x000001, "Wrong alignment on Door_AllowDoorKick"); \ +static_assert(sizeof(Door_AllowDoorKick) == 0x000001, "Wrong size on Door_AllowDoorKick"); \ +static_assert(offsetof(Door_AllowDoorKick, AllowKick) == 0x000000, "Member 'Door_AllowDoorKick::AllowKick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_Close \ +static_assert(alignof(Door_Close) == 0x000008, "Wrong alignment on Door_Close"); \ +static_assert(sizeof(Door_Close) == 0x000010, "Wrong size on Door_Close"); \ +static_assert(offsetof(Door_Close, Character) == 0x000000, "Member 'Door_Close::Character' has a wrong offset!"); \ +static_assert(offsetof(Door_Close, ForceClose) == 0x000008, "Member 'Door_Close::ForceClose' has a wrong offset!"); \ +static_assert(offsetof(Door_Close, ReturnValue) == 0x000009, "Member 'Door_Close::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_GetCharacterAnimationType \ +static_assert(alignof(Door_GetCharacterAnimationType) == 0x000001, "Wrong alignment on Door_GetCharacterAnimationType"); \ +static_assert(sizeof(Door_GetCharacterAnimationType) == 0x000001, "Wrong size on Door_GetCharacterAnimationType"); \ +static_assert(offsetof(Door_GetCharacterAnimationType, ReturnValue) == 0x000000, "Member 'Door_GetCharacterAnimationType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_Lock \ +static_assert(alignof(Door_Lock) == 0x000008, "Wrong alignment on Door_Lock"); \ +static_assert(sizeof(Door_Lock) == 0x000008, "Wrong size on Door_Lock"); \ +static_assert(offsetof(Door_Lock, Character) == 0x000000, "Member 'Door_Lock::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_OnDoorLocked \ +static_assert(alignof(Door_OnDoorLocked) == 0x000008, "Wrong alignment on Door_OnDoorLocked"); \ +static_assert(sizeof(Door_OnDoorLocked) == 0x000008, "Wrong size on Door_OnDoorLocked"); \ +static_assert(offsetof(Door_OnDoorLocked, Character) == 0x000000, "Member 'Door_OnDoorLocked::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_OnDoorStartClosing \ +static_assert(alignof(Door_OnDoorStartClosing) == 0x000008, "Wrong alignment on Door_OnDoorStartClosing"); \ +static_assert(sizeof(Door_OnDoorStartClosing) == 0x000008, "Wrong size on Door_OnDoorStartClosing"); \ +static_assert(offsetof(Door_OnDoorStartClosing, Character) == 0x000000, "Member 'Door_OnDoorStartClosing::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_OnDoorStartOpening \ +static_assert(alignof(Door_OnDoorStartOpening) == 0x000008, "Wrong alignment on Door_OnDoorStartOpening"); \ +static_assert(sizeof(Door_OnDoorStartOpening) == 0x000008, "Wrong size on Door_OnDoorStartOpening"); \ +static_assert(offsetof(Door_OnDoorStartOpening, Character) == 0x000000, "Member 'Door_OnDoorStartOpening::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_OnDoorUnlocked \ +static_assert(alignof(Door_OnDoorUnlocked) == 0x000008, "Wrong alignment on Door_OnDoorUnlocked"); \ +static_assert(sizeof(Door_OnDoorUnlocked) == 0x000008, "Wrong size on Door_OnDoorUnlocked"); \ +static_assert(offsetof(Door_OnDoorUnlocked, Character) == 0x000000, "Member 'Door_OnDoorUnlocked::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_OnDoorUnlockFailed \ +static_assert(alignof(Door_OnDoorUnlockFailed) == 0x000008, "Wrong alignment on Door_OnDoorUnlockFailed"); \ +static_assert(sizeof(Door_OnDoorUnlockFailed) == 0x000008, "Wrong size on Door_OnDoorUnlockFailed"); \ +static_assert(offsetof(Door_OnDoorUnlockFailed, Character) == 0x000000, "Member 'Door_OnDoorUnlockFailed::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_OnInteractionRangeChanged \ +static_assert(alignof(Door_OnInteractionRangeChanged) == 0x000001, "Wrong alignment on Door_OnInteractionRangeChanged"); \ +static_assert(sizeof(Door_OnInteractionRangeChanged) == 0x000001, "Wrong size on Door_OnInteractionRangeChanged"); \ +static_assert(offsetof(Door_OnInteractionRangeChanged, RangeType) == 0x000000, "Member 'Door_OnInteractionRangeChanged::RangeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_Open \ +static_assert(alignof(Door_Open) == 0x000008, "Wrong alignment on Door_Open"); \ +static_assert(sizeof(Door_Open) == 0x000010, "Wrong size on Door_Open"); \ +static_assert(offsetof(Door_Open, Character) == 0x000000, "Member 'Door_Open::Character' has a wrong offset!"); \ +static_assert(offsetof(Door_Open, OpenDoorStyle) == 0x000008, "Member 'Door_Open::OpenDoorStyle' has a wrong offset!"); \ +static_assert(offsetof(Door_Open, ForceOpen) == 0x000009, "Member 'Door_Open::ForceOpen' has a wrong offset!"); \ +static_assert(offsetof(Door_Open, ReturnValue) == 0x00000A, "Member 'Door_Open::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_OpenWithAnimation \ +static_assert(alignof(Door_OpenWithAnimation) == 0x000008, "Wrong alignment on Door_OpenWithAnimation"); \ +static_assert(sizeof(Door_OpenWithAnimation) == 0x000018, "Wrong size on Door_OpenWithAnimation"); \ +static_assert(offsetof(Door_OpenWithAnimation, AnimCurve) == 0x000000, "Member 'Door_OpenWithAnimation::AnimCurve' has a wrong offset!"); \ +static_assert(offsetof(Door_OpenWithAnimation, Character) == 0x000008, "Member 'Door_OpenWithAnimation::Character' has a wrong offset!"); \ +static_assert(offsetof(Door_OpenWithAnimation, OpenDoorStyle) == 0x000010, "Member 'Door_OpenWithAnimation::OpenDoorStyle' has a wrong offset!"); \ +static_assert(offsetof(Door_OpenWithAnimation, ForceOpen) == 0x000011, "Member 'Door_OpenWithAnimation::ForceOpen' has a wrong offset!"); \ +static_assert(offsetof(Door_OpenWithAnimation, ReturnValue) == 0x000012, "Member 'Door_OpenWithAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_SetDoorFullyOpened \ +static_assert(alignof(Door_SetDoorFullyOpened) == 0x000001, "Wrong alignment on Door_SetDoorFullyOpened"); \ +static_assert(sizeof(Door_SetDoorFullyOpened) == 0x000001, "Wrong size on Door_SetDoorFullyOpened"); \ +static_assert(offsetof(Door_SetDoorFullyOpened, OpenDoorStyle) == 0x000000, "Member 'Door_SetDoorFullyOpened::OpenDoorStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_TimelineDoorAnimationUpdate \ +static_assert(alignof(Door_TimelineDoorAnimationUpdate) == 0x000004, "Wrong alignment on Door_TimelineDoorAnimationUpdate"); \ +static_assert(sizeof(Door_TimelineDoorAnimationUpdate) == 0x000004, "Wrong size on Door_TimelineDoorAnimationUpdate"); \ +static_assert(offsetof(Door_TimelineDoorAnimationUpdate, Val) == 0x000000, "Member 'Door_TimelineDoorAnimationUpdate::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_Unlock \ +static_assert(alignof(Door_Unlock) == 0x000008, "Wrong alignment on Door_Unlock"); \ +static_assert(sizeof(Door_Unlock) == 0x000010, "Wrong size on Door_Unlock"); \ +static_assert(offsetof(Door_Unlock, Character) == 0x000000, "Member 'Door_Unlock::Character' has a wrong offset!"); \ +static_assert(offsetof(Door_Unlock, ReturnValue) == 0x000008, "Member 'Door_Unlock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_CanTraverseThroughDoor \ +static_assert(alignof(Door_CanTraverseThroughDoor) == 0x000008, "Wrong alignment on Door_CanTraverseThroughDoor"); \ +static_assert(sizeof(Door_CanTraverseThroughDoor) == 0x000010, "Wrong size on Door_CanTraverseThroughDoor"); \ +static_assert(offsetof(Door_CanTraverseThroughDoor, Actor) == 0x000000, "Member 'Door_CanTraverseThroughDoor::Actor' has a wrong offset!"); \ +static_assert(offsetof(Door_CanTraverseThroughDoor, ReturnValue) == 0x000008, "Member 'Door_CanTraverseThroughDoor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_IsActorInFront \ +static_assert(alignof(Door_IsActorInFront) == 0x000008, "Wrong alignment on Door_IsActorInFront"); \ +static_assert(sizeof(Door_IsActorInFront) == 0x000010, "Wrong size on Door_IsActorInFront"); \ +static_assert(offsetof(Door_IsActorInFront, Actor) == 0x000000, "Member 'Door_IsActorInFront::Actor' has a wrong offset!"); \ +static_assert(offsetof(Door_IsActorInFront, ReturnValue) == 0x000008, "Member 'Door_IsActorInFront::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Door_ShouldSkipCharacterActions \ +static_assert(alignof(Door_ShouldSkipCharacterActions) == 0x000001, "Wrong alignment on Door_ShouldSkipCharacterActions"); \ +static_assert(sizeof(Door_ShouldSkipCharacterActions) == 0x000001, "Wrong size on Door_ShouldSkipCharacterActions"); \ +static_assert(offsetof(Door_ShouldSkipCharacterActions, ReturnValue) == 0x000000, "Member 'Door_ShouldSkipCharacterActions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADoor \ +static_assert(alignof(ADoor) == 0x000008, "Wrong alignment on ADoor"); \ +static_assert(sizeof(ADoor) == 0x0004B0, "Wrong size on ADoor"); \ +static_assert(offsetof(ADoor, DoorTypeData) == 0x0002D0, "Member 'ADoor::DoorTypeData' has a wrong offset!"); \ +static_assert(offsetof(ADoor, DoorRoot) == 0x0002D8, "Member 'ADoor::DoorRoot' has a wrong offset!"); \ +static_assert(offsetof(ADoor, FrameMesh) == 0x0002E0, "Member 'ADoor::FrameMesh' has a wrong offset!"); \ +static_assert(offsetof(ADoor, NavModifier) == 0x0002E8, "Member 'ADoor::NavModifier' has a wrong offset!"); \ +static_assert(offsetof(ADoor, DoorMesh) == 0x0002F0, "Member 'ADoor::DoorMesh' has a wrong offset!"); \ +static_assert(offsetof(ADoor, LockPieceMesh) == 0x0002F8, "Member 'ADoor::LockPieceMesh' has a wrong offset!"); \ +static_assert(offsetof(ADoor, SpacingBetweenActorsInDegrees) == 0x000300, "Member 'ADoor::SpacingBetweenActorsInDegrees' has a wrong offset!"); \ +static_assert(offsetof(ADoor, RedZoneRadius) == 0x000304, "Member 'ADoor::RedZoneRadius' has a wrong offset!"); \ +static_assert(offsetof(ADoor, GreenZoneRadius) == 0x000308, "Member 'ADoor::GreenZoneRadius' has a wrong offset!"); \ +static_assert(offsetof(ADoor, GreenZones) == 0x000310, "Member 'ADoor::GreenZones' has a wrong offset!"); \ +static_assert(offsetof(ADoor, HealthComponent) == 0x000320, "Member 'ADoor::HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(ADoor, OpenDoorInteraction) == 0x000328, "Member 'ADoor::OpenDoorInteraction' has a wrong offset!"); \ +static_assert(offsetof(ADoor, OpenDoorAnimation) == 0x000330, "Member 'ADoor::OpenDoorAnimation' has a wrong offset!"); \ +static_assert(offsetof(ADoor, HazardAlignment) == 0x000338, "Member 'ADoor::HazardAlignment' has a wrong offset!"); \ +static_assert(offsetof(ADoor, EnvironmentalHazard) == 0x000340, "Member 'ADoor::EnvironmentalHazard' has a wrong offset!"); \ +static_assert(offsetof(ADoor, bCanBeKickedOpen) == 0x000348, "Member 'ADoor::bCanBeKickedOpen' has a wrong offset!"); \ +static_assert(offsetof(ADoor, bAllowDoorKickOpen) == 0x000349, "Member 'ADoor::bAllowDoorKickOpen' has a wrong offset!"); \ +static_assert(offsetof(ADoor, bCanHazardThrough) == 0x00034A, "Member 'ADoor::bCanHazardThrough' has a wrong offset!"); \ +static_assert(offsetof(ADoor, bCanKnockOnDoor) == 0x00034B, "Member 'ADoor::bCanKnockOnDoor' has a wrong offset!"); \ +static_assert(offsetof(ADoor, Locked) == 0x00034C, "Member 'ADoor::Locked' has a wrong offset!"); \ +static_assert(offsetof(ADoor, LockedInteractionText) == 0x000350, "Member 'ADoor::LockedInteractionText' has a wrong offset!"); \ +static_assert(offsetof(ADoor, Opened) == 0x000360, "Member 'ADoor::Opened' has a wrong offset!"); \ +static_assert(offsetof(ADoor, bBeingBrokenInto) == 0x000361, "Member 'ADoor::bBeingBrokenInto' has a wrong offset!"); \ +static_assert(offsetof(ADoor, UseLockPiece) == 0x000362, "Member 'ADoor::UseLockPiece' has a wrong offset!"); \ +static_assert(offsetof(ADoor, SkipAutocloseOnInteriorChange) == 0x000363, "Member 'ADoor::SkipAutocloseOnInteriorChange' has a wrong offset!"); \ +static_assert(offsetof(ADoor, bCanEverAffectNavigation) == 0x000364, "Member 'ADoor::bCanEverAffectNavigation' has a wrong offset!"); \ +static_assert(offsetof(ADoor, DoorOpenRotation) == 0x000368, "Member 'ADoor::DoorOpenRotation' has a wrong offset!"); \ +static_assert(offsetof(ADoor, DoorOpenLocation) == 0x000380, "Member 'ADoor::DoorOpenLocation' has a wrong offset!"); \ +static_assert(offsetof(ADoor, HideDoor) == 0x000398, "Member 'ADoor::HideDoor' has a wrong offset!"); \ +static_assert(offsetof(ADoor, HideDoorFrame) == 0x0003A0, "Member 'ADoor::HideDoorFrame' has a wrong offset!"); \ +static_assert(offsetof(ADoor, StateInfoOpenName) == 0x0003A8, "Member 'ADoor::StateInfoOpenName' has a wrong offset!"); \ +static_assert(offsetof(ADoor, StateInfoLockedName) == 0x0003C0, "Member 'ADoor::StateInfoLockedName' has a wrong offset!"); \ +static_assert(offsetof(ADoor, StateInfoKickableName) == 0x0003D8, "Member 'ADoor::StateInfoKickableName' has a wrong offset!"); \ +static_assert(offsetof(ADoor, RotateDoorTimeline) == 0x0003F0, "Member 'ADoor::RotateDoorTimeline' has a wrong offset!"); \ +static_assert(offsetof(ADoor, SkipInFrontCheck) == 0x0003F8, "Member 'ADoor::SkipInFrontCheck' has a wrong offset!"); \ +static_assert(offsetof(ADoor, DoorNavLinkComponent) == 0x000400, "Member 'ADoor::DoorNavLinkComponent' has a wrong offset!"); \ +static_assert(offsetof(ADoor, bAllowCloseDoorAfterPassthrough) == 0x000408, "Member 'ADoor::bAllowCloseDoorAfterPassthrough' has a wrong offset!"); \ +static_assert(offsetof(ADoor, bAllowLockDoorAfterPassthrough) == 0x000409, "Member 'ADoor::bAllowLockDoorAfterPassthrough' has a wrong offset!"); \ +static_assert(offsetof(ADoor, DoorSoundEmitter) == 0x000410, "Member 'ADoor::DoorSoundEmitter' has a wrong offset!"); \ +static_assert(offsetof(ADoor, AcousticPortalShape) == 0x000418, "Member 'ADoor::AcousticPortalShape' has a wrong offset!"); \ +static_assert(offsetof(ADoor, AcousticPortal) == 0x000420, "Member 'ADoor::AcousticPortal' has a wrong offset!"); \ +static_assert(offsetof(ADoor, AmbientPortal) == 0x000428, "Member 'ADoor::AmbientPortal' has a wrong offset!"); \ +static_assert(offsetof(ADoor, ObstructionWhenPortalClosed) == 0x000430, "Member 'ADoor::ObstructionWhenPortalClosed' has a wrong offset!"); \ +static_assert(offsetof(ADoor, OcclusionWhenPortalClosed) == 0x000434, "Member 'ADoor::OcclusionWhenPortalClosed' has a wrong offset!"); \ +static_assert(offsetof(ADoor, DoorIDTag) == 0x000438, "Member 'ADoor::DoorIDTag' has a wrong offset!"); \ +static_assert(offsetof(ADoor, OnDoorStartOpeningEvent) == 0x000440, "Member 'ADoor::OnDoorStartOpeningEvent' has a wrong offset!"); \ +static_assert(offsetof(ADoor, OnDoorStartClosingEvent) == 0x000441, "Member 'ADoor::OnDoorStartClosingEvent' has a wrong offset!"); \ +static_assert(offsetof(ADoor, OnDoorUnlockedEvent) == 0x000442, "Member 'ADoor::OnDoorUnlockedEvent' has a wrong offset!"); \ +static_assert(offsetof(ADoor, OnDoorLockedEvent) == 0x000443, "Member 'ADoor::OnDoorLockedEvent' has a wrong offset!"); \ +static_assert(offsetof(ADoor, OnDoorOpenFinishedEvent) == 0x000444, "Member 'ADoor::OnDoorOpenFinishedEvent' has a wrong offset!"); \ +static_assert(offsetof(ADoor, OnDoorCloseFinishedEvent) == 0x000445, "Member 'ADoor::OnDoorCloseFinishedEvent' has a wrong offset!"); \ +static_assert(offsetof(ADoor, AdditionalDoors) == 0x000488, "Member 'ADoor::AdditionalDoors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraShakeActionNotify \ +static_assert(alignof(UCameraShakeActionNotify) == 0x000008, "Wrong alignment on UCameraShakeActionNotify"); \ +static_assert(sizeof(UCameraShakeActionNotify) == 0x000060, "Wrong size on UCameraShakeActionNotify"); \ +static_assert(offsetof(UCameraShakeActionNotify, CameraShake) == 0x000038, "Member 'UCameraShakeActionNotify::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeActionNotify, Scale) == 0x000040, "Member 'UCameraShakeActionNotify::Scale' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeActionNotify, PlaySpace) == 0x000044, "Member 'UCameraShakeActionNotify::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeActionNotify, UserPlaySpaceRot) == 0x000048, "Member 'UCameraShakeActionNotify::UserPlaySpaceRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDoorOpenActionType \ +static_assert(alignof(UDoorOpenActionType) == 0x000008, "Wrong alignment on UDoorOpenActionType"); \ +static_assert(sizeof(UDoorOpenActionType) == 0x000030, "Wrong size on UDoorOpenActionType"); \ + +#define DUMPER7_ASSERTS_CJVehicle_AsyncTraceForDestructibleObjects \ +static_assert(alignof(CJVehicle_AsyncTraceForDestructibleObjects) == 0x000010, "Wrong alignment on CJVehicle_AsyncTraceForDestructibleObjects"); \ +static_assert(sizeof(CJVehicle_AsyncTraceForDestructibleObjects) == 0x000080, "Wrong size on CJVehicle_AsyncTraceForDestructibleObjects"); \ +static_assert(offsetof(CJVehicle_AsyncTraceForDestructibleObjects, SpeedScaledTransform) == 0x000000, "Member 'CJVehicle_AsyncTraceForDestructibleObjects::SpeedScaledTransform' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_AsyncTraceForDestructibleObjects, DestructionBoxHalfExtents) == 0x000060, "Member 'CJVehicle_AsyncTraceForDestructibleObjects::DestructionBoxHalfExtents' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_AsyncTraceForDestructibleObjects, ObjectType) == 0x000078, "Member 'CJVehicle_AsyncTraceForDestructibleObjects::ObjectType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_BreakIntoVehicleFromPosition \ +static_assert(alignof(CJVehicle_BreakIntoVehicleFromPosition) == 0x000008, "Wrong alignment on CJVehicle_BreakIntoVehicleFromPosition"); \ +static_assert(sizeof(CJVehicle_BreakIntoVehicleFromPosition) == 0x000028, "Wrong size on CJVehicle_BreakIntoVehicleFromPosition"); \ +static_assert(offsetof(CJVehicle_BreakIntoVehicleFromPosition, Character) == 0x000000, "Member 'CJVehicle_BreakIntoVehicleFromPosition::Character' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_BreakIntoVehicleFromPosition, Handle) == 0x000008, "Member 'CJVehicle_BreakIntoVehicleFromPosition::Handle' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_BreakIntoVehicleFromPosition, LocalPosition) == 0x000010, "Member 'CJVehicle_BreakIntoVehicleFromPosition::LocalPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_CloseDoor \ +static_assert(alignof(CJVehicle_CloseDoor) == 0x000001, "Wrong alignment on CJVehicle_CloseDoor"); \ +static_assert(sizeof(CJVehicle_CloseDoor) == 0x000003, "Wrong size on CJVehicle_CloseDoor"); \ +static_assert(offsetof(CJVehicle_CloseDoor, DoorId) == 0x000000, "Member 'CJVehicle_CloseDoor::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_CloseDoor, SeatModify) == 0x000001, "Member 'CJVehicle_CloseDoor::SeatModify' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_CloseDoor, ReturnValue) == 0x000002, "Member 'CJVehicle_CloseDoor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_EnterSeatUsingDoor \ +static_assert(alignof(CJVehicle_EnterSeatUsingDoor) == 0x000008, "Wrong alignment on CJVehicle_EnterSeatUsingDoor"); \ +static_assert(sizeof(CJVehicle_EnterSeatUsingDoor) == 0x000010, "Wrong size on CJVehicle_EnterSeatUsingDoor"); \ +static_assert(offsetof(CJVehicle_EnterSeatUsingDoor, Character) == 0x000000, "Member 'CJVehicle_EnterSeatUsingDoor::Character' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_EnterSeatUsingDoor, SeatId) == 0x000008, "Member 'CJVehicle_EnterSeatUsingDoor::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_EnterSeatUsingDoor, DoorId) == 0x000009, "Member 'CJVehicle_EnterSeatUsingDoor::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_EnterSeatUsingDoor, ReturnValue) == 0x00000A, "Member 'CJVehicle_EnterSeatUsingDoor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_ExitSeat \ +static_assert(alignof(CJVehicle_ExitSeat) == 0x000008, "Wrong alignment on CJVehicle_ExitSeat"); \ +static_assert(sizeof(CJVehicle_ExitSeat) == 0x000018, "Wrong size on CJVehicle_ExitSeat"); \ +static_assert(offsetof(CJVehicle_ExitSeat, SeatId) == 0x000000, "Member 'CJVehicle_ExitSeat::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_ExitSeat, DriverExitAction) == 0x000001, "Member 'CJVehicle_ExitSeat::DriverExitAction' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_ExitSeat, ActionInstigator) == 0x000008, "Member 'CJVehicle_ExitSeat::ActionInstigator' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_ExitSeat, ReturnValue) == 0x000010, "Member 'CJVehicle_ExitSeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_FlashHeadlights \ +static_assert(alignof(CJVehicle_FlashHeadlights) == 0x000004, "Wrong alignment on CJVehicle_FlashHeadlights"); \ +static_assert(sizeof(CJVehicle_FlashHeadlights) == 0x00000C, "Wrong size on CJVehicle_FlashHeadlights"); \ +static_assert(offsetof(CJVehicle_FlashHeadlights, TimesToFlash) == 0x000000, "Member 'CJVehicle_FlashHeadlights::TimesToFlash' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_FlashHeadlights, FlashDuration) == 0x000004, "Member 'CJVehicle_FlashHeadlights::FlashDuration' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_FlashHeadlights, WaitDuration) == 0x000008, "Member 'CJVehicle_FlashHeadlights::WaitDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_ForceExitSeat \ +static_assert(alignof(CJVehicle_ForceExitSeat) == 0x000008, "Wrong alignment on CJVehicle_ForceExitSeat"); \ +static_assert(sizeof(CJVehicle_ForceExitSeat) == 0x000018, "Wrong size on CJVehicle_ForceExitSeat"); \ +static_assert(offsetof(CJVehicle_ForceExitSeat, SeatId) == 0x000000, "Member 'CJVehicle_ForceExitSeat::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_ForceExitSeat, CharacterInstigator) == 0x000008, "Member 'CJVehicle_ForceExitSeat::CharacterInstigator' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_ForceExitSeat, ReturnValue) == 0x000010, "Member 'CJVehicle_ForceExitSeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetExitTransform \ +static_assert(alignof(CJVehicle_GetExitTransform) == 0x000010, "Wrong alignment on CJVehicle_GetExitTransform"); \ +static_assert(sizeof(CJVehicle_GetExitTransform) == 0x000070, "Wrong size on CJVehicle_GetExitTransform"); \ +static_assert(offsetof(CJVehicle_GetExitTransform, SeatId) == 0x000000, "Member 'CJVehicle_GetExitTransform::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetExitTransform, OutResult) == 0x000010, "Member 'CJVehicle_GetExitTransform::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_NotifyDamageDoneToVehicle \ +static_assert(alignof(CJVehicle_NotifyDamageDoneToVehicle) == 0x000008, "Wrong alignment on CJVehicle_NotifyDamageDoneToVehicle"); \ +static_assert(sizeof(CJVehicle_NotifyDamageDoneToVehicle) == 0x000030, "Wrong size on CJVehicle_NotifyDamageDoneToVehicle"); \ +static_assert(offsetof(CJVehicle_NotifyDamageDoneToVehicle, DamageNotify) == 0x000000, "Member 'CJVehicle_NotifyDamageDoneToVehicle::DamageNotify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_OnDoorStateChangeCallback \ +static_assert(alignof(CJVehicle_OnDoorStateChangeCallback) == 0x000001, "Wrong alignment on CJVehicle_OnDoorStateChangeCallback"); \ +static_assert(sizeof(CJVehicle_OnDoorStateChangeCallback) == 0x000002, "Wrong size on CJVehicle_OnDoorStateChangeCallback"); \ +static_assert(offsetof(CJVehicle_OnDoorStateChangeCallback, DoorId) == 0x000000, "Member 'CJVehicle_OnDoorStateChangeCallback::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_OnDoorStateChangeCallback, NewState) == 0x000001, "Member 'CJVehicle_OnDoorStateChangeCallback::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_OnModifyEngineScalars \ +static_assert(alignof(CJVehicle_OnModifyEngineScalars) == 0x000004, "Wrong alignment on CJVehicle_OnModifyEngineScalars"); \ +static_assert(sizeof(CJVehicle_OnModifyEngineScalars) == 0x000030, "Wrong size on CJVehicle_OnModifyEngineScalars"); \ +static_assert(offsetof(CJVehicle_OnModifyEngineScalars, MechanicalScalars) == 0x000000, "Member 'CJVehicle_OnModifyEngineScalars::MechanicalScalars' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_OnModifyEngineScalars, ReturnValue) == 0x000018, "Member 'CJVehicle_OnModifyEngineScalars::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_OnTrunkInteracted \ +static_assert(alignof(CJVehicle_OnTrunkInteracted) == 0x000008, "Wrong alignment on CJVehicle_OnTrunkInteracted"); \ +static_assert(sizeof(CJVehicle_OnTrunkInteracted) == 0x000008, "Wrong size on CJVehicle_OnTrunkInteracted"); \ +static_assert(offsetof(CJVehicle_OnTrunkInteracted, Character) == 0x000000, "Member 'CJVehicle_OnTrunkInteracted::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_OnTrunkInteractonRangeUpdated \ +static_assert(alignof(CJVehicle_OnTrunkInteractonRangeUpdated) == 0x000008, "Wrong alignment on CJVehicle_OnTrunkInteractonRangeUpdated"); \ +static_assert(sizeof(CJVehicle_OnTrunkInteractonRangeUpdated) == 0x000010, "Wrong size on CJVehicle_OnTrunkInteractonRangeUpdated"); \ +static_assert(offsetof(CJVehicle_OnTrunkInteractonRangeUpdated, NewRangeType) == 0x000000, "Member 'CJVehicle_OnTrunkInteractonRangeUpdated::NewRangeType' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_OnTrunkInteractonRangeUpdated, Character) == 0x000008, "Member 'CJVehicle_OnTrunkInteractonRangeUpdated::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_OnTrunkOpened \ +static_assert(alignof(CJVehicle_OnTrunkOpened) == 0x000008, "Wrong alignment on CJVehicle_OnTrunkOpened"); \ +static_assert(sizeof(CJVehicle_OnTrunkOpened) == 0x000008, "Wrong size on CJVehicle_OnTrunkOpened"); \ +static_assert(offsetof(CJVehicle_OnTrunkOpened, Character) == 0x000000, "Member 'CJVehicle_OnTrunkOpened::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_OnWeakSpotDestroyedUpdateWorldState \ +static_assert(alignof(CJVehicle_OnWeakSpotDestroyedUpdateWorldState) == 0x000008, "Wrong alignment on CJVehicle_OnWeakSpotDestroyedUpdateWorldState"); \ +static_assert(sizeof(CJVehicle_OnWeakSpotDestroyedUpdateWorldState) == 0x000010, "Wrong size on CJVehicle_OnWeakSpotDestroyedUpdateWorldState"); \ +static_assert(offsetof(CJVehicle_OnWeakSpotDestroyedUpdateWorldState, WeakSpot) == 0x000000, "Member 'CJVehicle_OnWeakSpotDestroyedUpdateWorldState::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_OnWeakSpotDestroyedUpdateWorldState, Damage) == 0x000008, "Member 'CJVehicle_OnWeakSpotDestroyedUpdateWorldState::Damage' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_OnWeakSpotDestroyedUpdateWorldState, bTriggeredTakedown) == 0x00000C, "Member 'CJVehicle_OnWeakSpotDestroyedUpdateWorldState::bTriggeredTakedown' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_OnWeakSpotDestroyedUpdateWorldState, bReapply) == 0x00000D, "Member 'CJVehicle_OnWeakSpotDestroyedUpdateWorldState::bReapply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_OpenDoor \ +static_assert(alignof(CJVehicle_OpenDoor) == 0x000001, "Wrong alignment on CJVehicle_OpenDoor"); \ +static_assert(sizeof(CJVehicle_OpenDoor) == 0x000003, "Wrong size on CJVehicle_OpenDoor"); \ +static_assert(offsetof(CJVehicle_OpenDoor, DoorId) == 0x000000, "Member 'CJVehicle_OpenDoor::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_OpenDoor, SeatModify) == 0x000001, "Member 'CJVehicle_OpenDoor::SeatModify' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_OpenDoor, ReturnValue) == 0x000002, "Member 'CJVehicle_OpenDoor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_PlaceCharacterInSeat \ +static_assert(alignof(CJVehicle_PlaceCharacterInSeat) == 0x000008, "Wrong alignment on CJVehicle_PlaceCharacterInSeat"); \ +static_assert(sizeof(CJVehicle_PlaceCharacterInSeat) == 0x000010, "Wrong size on CJVehicle_PlaceCharacterInSeat"); \ +static_assert(offsetof(CJVehicle_PlaceCharacterInSeat, Character) == 0x000000, "Member 'CJVehicle_PlaceCharacterInSeat::Character' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_PlaceCharacterInSeat, SeatId) == 0x000008, "Member 'CJVehicle_PlaceCharacterInSeat::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_PlaceCharacterInSeat, ReturnValue) == 0x000009, "Member 'CJVehicle_PlaceCharacterInSeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_RequestExitCharacter \ +static_assert(alignof(CJVehicle_RequestExitCharacter) == 0x000008, "Wrong alignment on CJVehicle_RequestExitCharacter"); \ +static_assert(sizeof(CJVehicle_RequestExitCharacter) == 0x000008, "Wrong size on CJVehicle_RequestExitCharacter"); \ +static_assert(offsetof(CJVehicle_RequestExitCharacter, Character) == 0x000000, "Member 'CJVehicle_RequestExitCharacter::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_RequestExitSeat \ +static_assert(alignof(CJVehicle_RequestExitSeat) == 0x000001, "Wrong alignment on CJVehicle_RequestExitSeat"); \ +static_assert(sizeof(CJVehicle_RequestExitSeat) == 0x000001, "Wrong size on CJVehicle_RequestExitSeat"); \ +static_assert(offsetof(CJVehicle_RequestExitSeat, SeatId) == 0x000000, "Member 'CJVehicle_RequestExitSeat::SeatId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetBrakeInput \ +static_assert(alignof(CJVehicle_SetBrakeInput) == 0x000004, "Wrong alignment on CJVehicle_SetBrakeInput"); \ +static_assert(sizeof(CJVehicle_SetBrakeInput) == 0x000004, "Wrong size on CJVehicle_SetBrakeInput"); \ +static_assert(offsetof(CJVehicle_SetBrakeInput, Brake) == 0x000000, "Member 'CJVehicle_SetBrakeInput::Brake' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetCarRadioActive \ +static_assert(alignof(CJVehicle_SetCarRadioActive) == 0x000001, "Wrong alignment on CJVehicle_SetCarRadioActive"); \ +static_assert(sizeof(CJVehicle_SetCarRadioActive) == 0x000001, "Wrong size on CJVehicle_SetCarRadioActive"); \ +static_assert(offsetof(CJVehicle_SetCarRadioActive, Active) == 0x000000, "Member 'CJVehicle_SetCarRadioActive::Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetControlLock \ +static_assert(alignof(CJVehicle_SetControlLock) == 0x000001, "Wrong alignment on CJVehicle_SetControlLock"); \ +static_assert(sizeof(CJVehicle_SetControlLock) == 0x000001, "Wrong size on CJVehicle_SetControlLock"); \ +static_assert(offsetof(CJVehicle_SetControlLock, bEnabled) == 0x000000, "Member 'CJVehicle_SetControlLock::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetDoorInteractionEnabled \ +static_assert(alignof(CJVehicle_SetDoorInteractionEnabled) == 0x000001, "Wrong alignment on CJVehicle_SetDoorInteractionEnabled"); \ +static_assert(sizeof(CJVehicle_SetDoorInteractionEnabled) == 0x000003, "Wrong size on CJVehicle_SetDoorInteractionEnabled"); \ +static_assert(offsetof(CJVehicle_SetDoorInteractionEnabled, DoorId) == 0x000000, "Member 'CJVehicle_SetDoorInteractionEnabled::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_SetDoorInteractionEnabled, InteractionType) == 0x000001, "Member 'CJVehicle_SetDoorInteractionEnabled::InteractionType' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_SetDoorInteractionEnabled, bEnabled) == 0x000002, "Member 'CJVehicle_SetDoorInteractionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetDoorInteractionText \ +static_assert(alignof(CJVehicle_SetDoorInteractionText) == 0x000008, "Wrong alignment on CJVehicle_SetDoorInteractionText"); \ +static_assert(sizeof(CJVehicle_SetDoorInteractionText) == 0x000018, "Wrong size on CJVehicle_SetDoorInteractionText"); \ +static_assert(offsetof(CJVehicle_SetDoorInteractionText, DoorId) == 0x000000, "Member 'CJVehicle_SetDoorInteractionText::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_SetDoorInteractionText, InteractionType) == 0x000001, "Member 'CJVehicle_SetDoorInteractionText::InteractionType' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_SetDoorInteractionText, Text) == 0x000008, "Member 'CJVehicle_SetDoorInteractionText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetDoorState \ +static_assert(alignof(CJVehicle_SetDoorState) == 0x000001, "Wrong alignment on CJVehicle_SetDoorState"); \ +static_assert(sizeof(CJVehicle_SetDoorState) == 0x000004, "Wrong size on CJVehicle_SetDoorState"); \ +static_assert(offsetof(CJVehicle_SetDoorState, DoorId) == 0x000000, "Member 'CJVehicle_SetDoorState::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_SetDoorState, NewState) == 0x000001, "Member 'CJVehicle_SetDoorState::NewState' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_SetDoorState, SeatModify) == 0x000002, "Member 'CJVehicle_SetDoorState::SeatModify' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_SetDoorState, ReturnValue) == 0x000003, "Member 'CJVehicle_SetDoorState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetEarlyExitRequested \ +static_assert(alignof(CJVehicle_SetEarlyExitRequested) == 0x000001, "Wrong alignment on CJVehicle_SetEarlyExitRequested"); \ +static_assert(sizeof(CJVehicle_SetEarlyExitRequested) == 0x000002, "Wrong size on CJVehicle_SetEarlyExitRequested"); \ +static_assert(offsetof(CJVehicle_SetEarlyExitRequested, SeatId) == 0x000000, "Member 'CJVehicle_SetEarlyExitRequested::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_SetEarlyExitRequested, bEarlyExit) == 0x000001, "Member 'CJVehicle_SetEarlyExitRequested::bEarlyExit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetHeadLightsAttenuationRadius \ +static_assert(alignof(CJVehicle_SetHeadLightsAttenuationRadius) == 0x000001, "Wrong alignment on CJVehicle_SetHeadLightsAttenuationRadius"); \ +static_assert(sizeof(CJVehicle_SetHeadLightsAttenuationRadius) == 0x000001, "Wrong size on CJVehicle_SetHeadLightsAttenuationRadius"); \ +static_assert(offsetof(CJVehicle_SetHeadLightsAttenuationRadius, bEnable) == 0x000000, "Member 'CJVehicle_SetHeadLightsAttenuationRadius::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetInitialVelocity \ +static_assert(alignof(CJVehicle_SetInitialVelocity) == 0x000008, "Wrong alignment on CJVehicle_SetInitialVelocity"); \ +static_assert(sizeof(CJVehicle_SetInitialVelocity) == 0x000018, "Wrong size on CJVehicle_SetInitialVelocity"); \ +static_assert(offsetof(CJVehicle_SetInitialVelocity, Velocity) == 0x000000, "Member 'CJVehicle_SetInitialVelocity::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetInteriorLightState \ +static_assert(alignof(CJVehicle_SetInteriorLightState) == 0x000001, "Wrong alignment on CJVehicle_SetInteriorLightState"); \ +static_assert(sizeof(CJVehicle_SetInteriorLightState) == 0x000001, "Wrong size on CJVehicle_SetInteriorLightState"); \ +static_assert(offsetof(CJVehicle_SetInteriorLightState, bEnable) == 0x000000, "Member 'CJVehicle_SetInteriorLightState::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetLightsState \ +static_assert(alignof(CJVehicle_SetLightsState) == 0x000001, "Wrong alignment on CJVehicle_SetLightsState"); \ +static_assert(sizeof(CJVehicle_SetLightsState) == 0x000001, "Wrong size on CJVehicle_SetLightsState"); \ +static_assert(offsetof(CJVehicle_SetLightsState, bEnable) == 0x000000, "Member 'CJVehicle_SetLightsState::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetParked \ +static_assert(alignof(CJVehicle_SetParked) == 0x000001, "Wrong alignment on CJVehicle_SetParked"); \ +static_assert(sizeof(CJVehicle_SetParked) == 0x000001, "Wrong size on CJVehicle_SetParked"); \ +static_assert(offsetof(CJVehicle_SetParked, bParked) == 0x000000, "Member 'CJVehicle_SetParked::bParked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetSteeringDisabled \ +static_assert(alignof(CJVehicle_SetSteeringDisabled) == 0x000001, "Wrong alignment on CJVehicle_SetSteeringDisabled"); \ +static_assert(sizeof(CJVehicle_SetSteeringDisabled) == 0x000001, "Wrong size on CJVehicle_SetSteeringDisabled"); \ +static_assert(offsetof(CJVehicle_SetSteeringDisabled, bDisabled) == 0x000000, "Member 'CJVehicle_SetSteeringDisabled::bDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetSteeringInput \ +static_assert(alignof(CJVehicle_SetSteeringInput) == 0x000004, "Wrong alignment on CJVehicle_SetSteeringInput"); \ +static_assert(sizeof(CJVehicle_SetSteeringInput) == 0x000004, "Wrong size on CJVehicle_SetSteeringInput"); \ +static_assert(offsetof(CJVehicle_SetSteeringInput, Steering) == 0x000000, "Member 'CJVehicle_SetSteeringInput::Steering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetThrottleInput \ +static_assert(alignof(CJVehicle_SetThrottleInput) == 0x000004, "Wrong alignment on CJVehicle_SetThrottleInput"); \ +static_assert(sizeof(CJVehicle_SetThrottleInput) == 0x000004, "Wrong size on CJVehicle_SetThrottleInput"); \ +static_assert(offsetof(CJVehicle_SetThrottleInput, Throttle) == 0x000000, "Member 'CJVehicle_SetThrottleInput::Throttle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetTrunkLightState \ +static_assert(alignof(CJVehicle_SetTrunkLightState) == 0x000001, "Wrong alignment on CJVehicle_SetTrunkLightState"); \ +static_assert(sizeof(CJVehicle_SetTrunkLightState) == 0x000001, "Wrong size on CJVehicle_SetTrunkLightState"); \ +static_assert(offsetof(CJVehicle_SetTrunkLightState, bEnable) == 0x000000, "Member 'CJVehicle_SetTrunkLightState::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetupNaniteMeshes \ +static_assert(alignof(CJVehicle_SetupNaniteMeshes) == 0x000008, "Wrong alignment on CJVehicle_SetupNaniteMeshes"); \ +static_assert(sizeof(CJVehicle_SetupNaniteMeshes) == 0x000010, "Wrong size on CJVehicle_SetupNaniteMeshes"); \ +static_assert(offsetof(CJVehicle_SetupNaniteMeshes, Meshes) == 0x000000, "Member 'CJVehicle_SetupNaniteMeshes::Meshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetUseDestructionHelp \ +static_assert(alignof(CJVehicle_SetUseDestructionHelp) == 0x000001, "Wrong alignment on CJVehicle_SetUseDestructionHelp"); \ +static_assert(sizeof(CJVehicle_SetUseDestructionHelp) == 0x000001, "Wrong size on CJVehicle_SetUseDestructionHelp"); \ +static_assert(offsetof(CJVehicle_SetUseDestructionHelp, bNewDestructionHelp) == 0x000000, "Member 'CJVehicle_SetUseDestructionHelp::bNewDestructionHelp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetUseTrail \ +static_assert(alignof(CJVehicle_SetUseTrail) == 0x000001, "Wrong alignment on CJVehicle_SetUseTrail"); \ +static_assert(sizeof(CJVehicle_SetUseTrail) == 0x000001, "Wrong size on CJVehicle_SetUseTrail"); \ +static_assert(offsetof(CJVehicle_SetUseTrail, bUseTrail) == 0x000000, "Member 'CJVehicle_SetUseTrail::bUseTrail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetVehicleInstanceData \ +static_assert(alignof(CJVehicle_SetVehicleInstanceData) == 0x000001, "Wrong alignment on CJVehicle_SetVehicleInstanceData"); \ +static_assert(sizeof(CJVehicle_SetVehicleInstanceData) == 0x000013, "Wrong size on CJVehicle_SetVehicleInstanceData"); \ +static_assert(offsetof(CJVehicle_SetVehicleInstanceData, InstanceData) == 0x000000, "Member 'CJVehicle_SetVehicleInstanceData::InstanceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_SetVehicleLocked \ +static_assert(alignof(CJVehicle_SetVehicleLocked) == 0x000001, "Wrong alignment on CJVehicle_SetVehicleLocked"); \ +static_assert(sizeof(CJVehicle_SetVehicleLocked) == 0x000001, "Wrong size on CJVehicle_SetVehicleLocked"); \ +static_assert(offsetof(CJVehicle_SetVehicleLocked, bLocked) == 0x000000, "Member 'CJVehicle_SetVehicleLocked::bLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_StartHorn \ +static_assert(alignof(CJVehicle_StartHorn) == 0x000004, "Wrong alignment on CJVehicle_StartHorn"); \ +static_assert(sizeof(CJVehicle_StartHorn) == 0x000004, "Wrong size on CJVehicle_StartHorn"); \ +static_assert(offsetof(CJVehicle_StartHorn, Duration) == 0x000000, "Member 'CJVehicle_StartHorn::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_StartHornSequence \ +static_assert(alignof(CJVehicle_StartHornSequence) == 0x000008, "Wrong alignment on CJVehicle_StartHornSequence"); \ +static_assert(sizeof(CJVehicle_StartHornSequence) == 0x000020, "Wrong size on CJVehicle_StartHornSequence"); \ +static_assert(offsetof(CJVehicle_StartHornSequence, HornDurationRange) == 0x000000, "Member 'CJVehicle_StartHornSequence::HornDurationRange' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_StartHornSequence, SequenceWaitTimes) == 0x000010, "Member 'CJVehicle_StartHornSequence::SequenceWaitTimes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_StartIndicatorLight \ +static_assert(alignof(CJVehicle_StartIndicatorLight) == 0x000001, "Wrong alignment on CJVehicle_StartIndicatorLight"); \ +static_assert(sizeof(CJVehicle_StartIndicatorLight) == 0x000001, "Wrong size on CJVehicle_StartIndicatorLight"); \ +static_assert(offsetof(CJVehicle_StartIndicatorLight, IndicatorLightMode) == 0x000000, "Member 'CJVehicle_StartIndicatorLight::IndicatorLightMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_TryReserveSeat \ +static_assert(alignof(CJVehicle_TryReserveSeat) == 0x000004, "Wrong alignment on CJVehicle_TryReserveSeat"); \ +static_assert(sizeof(CJVehicle_TryReserveSeat) == 0x00000C, "Wrong size on CJVehicle_TryReserveSeat"); \ +static_assert(offsetof(CJVehicle_TryReserveSeat, ReserveeId) == 0x000000, "Member 'CJVehicle_TryReserveSeat::ReserveeId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_TryReserveSeat, SeatId) == 0x000008, "Member 'CJVehicle_TryReserveSeat::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_TryReserveSeat, ReturnValue) == 0x000009, "Member 'CJVehicle_TryReserveSeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_CanExitSeat \ +static_assert(alignof(CJVehicle_CanExitSeat) == 0x000001, "Wrong alignment on CJVehicle_CanExitSeat"); \ +static_assert(sizeof(CJVehicle_CanExitSeat) == 0x000002, "Wrong size on CJVehicle_CanExitSeat"); \ +static_assert(offsetof(CJVehicle_CanExitSeat, SeatId) == 0x000000, "Member 'CJVehicle_CanExitSeat::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_CanExitSeat, ReturnValue) == 0x000001, "Member 'CJVehicle_CanExitSeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_CanUseDestructionHelp \ +static_assert(alignof(CJVehicle_CanUseDestructionHelp) == 0x000001, "Wrong alignment on CJVehicle_CanUseDestructionHelp"); \ +static_assert(sizeof(CJVehicle_CanUseDestructionHelp) == 0x000001, "Wrong size on CJVehicle_CanUseDestructionHelp"); \ +static_assert(offsetof(CJVehicle_CanUseDestructionHelp, ReturnValue) == 0x000000, "Member 'CJVehicle_CanUseDestructionHelp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_CheckAllWheelsOnGround \ +static_assert(alignof(CJVehicle_CheckAllWheelsOnGround) == 0x000001, "Wrong alignment on CJVehicle_CheckAllWheelsOnGround"); \ +static_assert(sizeof(CJVehicle_CheckAllWheelsOnGround) == 0x000001, "Wrong size on CJVehicle_CheckAllWheelsOnGround"); \ +static_assert(offsetof(CJVehicle_CheckAllWheelsOnGround, ReturnValue) == 0x000000, "Member 'CJVehicle_CheckAllWheelsOnGround::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_CheckNoWheelsOnGround \ +static_assert(alignof(CJVehicle_CheckNoWheelsOnGround) == 0x000001, "Wrong alignment on CJVehicle_CheckNoWheelsOnGround"); \ +static_assert(sizeof(CJVehicle_CheckNoWheelsOnGround) == 0x000001, "Wrong size on CJVehicle_CheckNoWheelsOnGround"); \ +static_assert(offsetof(CJVehicle_CheckNoWheelsOnGround, ReturnValue) == 0x000000, "Member 'CJVehicle_CheckNoWheelsOnGround::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_FindClosestPointOnVehicle \ +static_assert(alignof(CJVehicle_FindClosestPointOnVehicle) == 0x000008, "Wrong alignment on CJVehicle_FindClosestPointOnVehicle"); \ +static_assert(sizeof(CJVehicle_FindClosestPointOnVehicle) == 0x000030, "Wrong size on CJVehicle_FindClosestPointOnVehicle"); \ +static_assert(offsetof(CJVehicle_FindClosestPointOnVehicle, position) == 0x000000, "Member 'CJVehicle_FindClosestPointOnVehicle::position' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_FindClosestPointOnVehicle, ReturnValue) == 0x000018, "Member 'CJVehicle_FindClosestPointOnVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetCJVehicleMovement \ +static_assert(alignof(CJVehicle_GetCJVehicleMovement) == 0x000008, "Wrong alignment on CJVehicle_GetCJVehicleMovement"); \ +static_assert(sizeof(CJVehicle_GetCJVehicleMovement) == 0x000008, "Wrong size on CJVehicle_GetCJVehicleMovement"); \ +static_assert(offsetof(CJVehicle_GetCJVehicleMovement, ReturnValue) == 0x000000, "Member 'CJVehicle_GetCJVehicleMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetClosestDistanceVehicleInLineSegment \ +static_assert(alignof(CJVehicle_GetClosestDistanceVehicleInLineSegment) == 0x000008, "Wrong alignment on CJVehicle_GetClosestDistanceVehicleInLineSegment"); \ +static_assert(sizeof(CJVehicle_GetClosestDistanceVehicleInLineSegment) == 0x000078, "Wrong size on CJVehicle_GetClosestDistanceVehicleInLineSegment"); \ +static_assert(offsetof(CJVehicle_GetClosestDistanceVehicleInLineSegment, StartPosition) == 0x000000, "Member 'CJVehicle_GetClosestDistanceVehicleInLineSegment::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetClosestDistanceVehicleInLineSegment, EndPosition) == 0x000018, "Member 'CJVehicle_GetClosestDistanceVehicleInLineSegment::EndPosition' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetClosestDistanceVehicleInLineSegment, SidewayThreshold) == 0x000030, "Member 'CJVehicle_GetClosestDistanceVehicleInLineSegment::SidewayThreshold' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetClosestDistanceVehicleInLineSegment, ClosestPointOnLine) == 0x000038, "Member 'CJVehicle_GetClosestDistanceVehicleInLineSegment::ClosestPointOnLine' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetClosestDistanceVehicleInLineSegment, ClosestPointOnVehicle) == 0x000050, "Member 'CJVehicle_GetClosestDistanceVehicleInLineSegment::ClosestPointOnVehicle' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetClosestDistanceVehicleInLineSegment, ClosestDistance) == 0x000068, "Member 'CJVehicle_GetClosestDistanceVehicleInLineSegment::ClosestDistance' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetClosestDistanceVehicleInLineSegment, LeftSideDistance) == 0x00006C, "Member 'CJVehicle_GetClosestDistanceVehicleInLineSegment::LeftSideDistance' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetClosestDistanceVehicleInLineSegment, RightSideDistance) == 0x000070, "Member 'CJVehicle_GetClosestDistanceVehicleInLineSegment::RightSideDistance' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetClosestDistanceVehicleInLineSegment, ReturnValue) == 0x000074, "Member 'CJVehicle_GetClosestDistanceVehicleInLineSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetDoorData \ +static_assert(alignof(CJVehicle_GetDoorData) == 0x000008, "Wrong alignment on CJVehicle_GetDoorData"); \ +static_assert(sizeof(CJVehicle_GetDoorData) == 0x000060, "Wrong size on CJVehicle_GetDoorData"); \ +static_assert(offsetof(CJVehicle_GetDoorData, DoorId) == 0x000000, "Member 'CJVehicle_GetDoorData::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetDoorData, ReturnValue) == 0x000008, "Member 'CJVehicle_GetDoorData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetDoorInteractionTransform \ +static_assert(alignof(CJVehicle_GetDoorInteractionTransform) == 0x000010, "Wrong alignment on CJVehicle_GetDoorInteractionTransform"); \ +static_assert(sizeof(CJVehicle_GetDoorInteractionTransform) == 0x000070, "Wrong size on CJVehicle_GetDoorInteractionTransform"); \ +static_assert(offsetof(CJVehicle_GetDoorInteractionTransform, DoorId) == 0x000000, "Member 'CJVehicle_GetDoorInteractionTransform::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetDoorInteractionTransform, ReturnValue) == 0x000010, "Member 'CJVehicle_GetDoorInteractionTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetDoorState \ +static_assert(alignof(CJVehicle_GetDoorState) == 0x000001, "Wrong alignment on CJVehicle_GetDoorState"); \ +static_assert(sizeof(CJVehicle_GetDoorState) == 0x000002, "Wrong size on CJVehicle_GetDoorState"); \ +static_assert(offsetof(CJVehicle_GetDoorState, DoorId) == 0x000000, "Member 'CJVehicle_GetDoorState::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetDoorState, ReturnValue) == 0x000001, "Member 'CJVehicle_GetDoorState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetDriver \ +static_assert(alignof(CJVehicle_GetDriver) == 0x000008, "Wrong alignment on CJVehicle_GetDriver"); \ +static_assert(sizeof(CJVehicle_GetDriver) == 0x000008, "Wrong size on CJVehicle_GetDriver"); \ +static_assert(offsetof(CJVehicle_GetDriver, ReturnValue) == 0x000000, "Member 'CJVehicle_GetDriver::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetForwardSpeed \ +static_assert(alignof(CJVehicle_GetForwardSpeed) == 0x000004, "Wrong alignment on CJVehicle_GetForwardSpeed"); \ +static_assert(sizeof(CJVehicle_GetForwardSpeed) == 0x000004, "Wrong size on CJVehicle_GetForwardSpeed"); \ +static_assert(offsetof(CJVehicle_GetForwardSpeed, ReturnValue) == 0x000000, "Member 'CJVehicle_GetForwardSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetOccupant \ +static_assert(alignof(CJVehicle_GetOccupant) == 0x000008, "Wrong alignment on CJVehicle_GetOccupant"); \ +static_assert(sizeof(CJVehicle_GetOccupant) == 0x000010, "Wrong size on CJVehicle_GetOccupant"); \ +static_assert(offsetof(CJVehicle_GetOccupant, SeatId) == 0x000000, "Member 'CJVehicle_GetOccupant::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetOccupant, ReturnValue) == 0x000008, "Member 'CJVehicle_GetOccupant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetSeatEarlyExitRequested \ +static_assert(alignof(CJVehicle_GetSeatEarlyExitRequested) == 0x000001, "Wrong alignment on CJVehicle_GetSeatEarlyExitRequested"); \ +static_assert(sizeof(CJVehicle_GetSeatEarlyExitRequested) == 0x000002, "Wrong size on CJVehicle_GetSeatEarlyExitRequested"); \ +static_assert(offsetof(CJVehicle_GetSeatEarlyExitRequested, SeatId) == 0x000000, "Member 'CJVehicle_GetSeatEarlyExitRequested::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetSeatEarlyExitRequested, ReturnValue) == 0x000001, "Member 'CJVehicle_GetSeatEarlyExitRequested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetSeatForcedExitRequested \ +static_assert(alignof(CJVehicle_GetSeatForcedExitRequested) == 0x000001, "Wrong alignment on CJVehicle_GetSeatForcedExitRequested"); \ +static_assert(sizeof(CJVehicle_GetSeatForcedExitRequested) == 0x000002, "Wrong size on CJVehicle_GetSeatForcedExitRequested"); \ +static_assert(offsetof(CJVehicle_GetSeatForcedExitRequested, SeatId) == 0x000000, "Member 'CJVehicle_GetSeatForcedExitRequested::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetSeatForcedExitRequested, ReturnValue) == 0x000001, "Member 'CJVehicle_GetSeatForcedExitRequested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetSeatOccupied \ +static_assert(alignof(CJVehicle_GetSeatOccupied) == 0x000008, "Wrong alignment on CJVehicle_GetSeatOccupied"); \ +static_assert(sizeof(CJVehicle_GetSeatOccupied) == 0x000010, "Wrong size on CJVehicle_GetSeatOccupied"); \ +static_assert(offsetof(CJVehicle_GetSeatOccupied, Character) == 0x000000, "Member 'CJVehicle_GetSeatOccupied::Character' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetSeatOccupied, ReturnValue) == 0x000008, "Member 'CJVehicle_GetSeatOccupied::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetSeatOccupiedByVehicleOccupant \ +static_assert(alignof(CJVehicle_GetSeatOccupiedByVehicleOccupant) == 0x000008, "Wrong alignment on CJVehicle_GetSeatOccupiedByVehicleOccupant"); \ +static_assert(sizeof(CJVehicle_GetSeatOccupiedByVehicleOccupant) == 0x000010, "Wrong size on CJVehicle_GetSeatOccupiedByVehicleOccupant"); \ +static_assert(offsetof(CJVehicle_GetSeatOccupiedByVehicleOccupant, CharacterOccupant) == 0x000000, "Member 'CJVehicle_GetSeatOccupiedByVehicleOccupant::CharacterOccupant' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetSeatOccupiedByVehicleOccupant, ReturnValue) == 0x000008, "Member 'CJVehicle_GetSeatOccupiedByVehicleOccupant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetSeatState \ +static_assert(alignof(CJVehicle_GetSeatState) == 0x000001, "Wrong alignment on CJVehicle_GetSeatState"); \ +static_assert(sizeof(CJVehicle_GetSeatState) == 0x000002, "Wrong size on CJVehicle_GetSeatState"); \ +static_assert(offsetof(CJVehicle_GetSeatState, SeatId) == 0x000000, "Member 'CJVehicle_GetSeatState::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_GetSeatState, ReturnValue) == 0x000001, "Member 'CJVehicle_GetSeatState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetSteeringVector \ +static_assert(alignof(CJVehicle_GetSteeringVector) == 0x000008, "Wrong alignment on CJVehicle_GetSteeringVector"); \ +static_assert(sizeof(CJVehicle_GetSteeringVector) == 0x000018, "Wrong size on CJVehicle_GetSteeringVector"); \ +static_assert(offsetof(CJVehicle_GetSteeringVector, ReturnValue) == 0x000000, "Member 'CJVehicle_GetSteeringVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetVehicleInstanceData \ +static_assert(alignof(CJVehicle_GetVehicleInstanceData) == 0x000001, "Wrong alignment on CJVehicle_GetVehicleInstanceData"); \ +static_assert(sizeof(CJVehicle_GetVehicleInstanceData) == 0x000013, "Wrong size on CJVehicle_GetVehicleInstanceData"); \ +static_assert(offsetof(CJVehicle_GetVehicleInstanceData, ReturnValue) == 0x000000, "Member 'CJVehicle_GetVehicleInstanceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_GetVehicleVoiceId \ +static_assert(alignof(CJVehicle_GetVehicleVoiceId) == 0x000004, "Wrong alignment on CJVehicle_GetVehicleVoiceId"); \ +static_assert(sizeof(CJVehicle_GetVehicleVoiceId) == 0x000010, "Wrong size on CJVehicle_GetVehicleVoiceId"); \ +static_assert(offsetof(CJVehicle_GetVehicleVoiceId, ReturnValue) == 0x000000, "Member 'CJVehicle_GetVehicleVoiceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_InGodMode \ +static_assert(alignof(CJVehicle_InGodMode) == 0x000001, "Wrong alignment on CJVehicle_InGodMode"); \ +static_assert(sizeof(CJVehicle_InGodMode) == 0x000001, "Wrong size on CJVehicle_InGodMode"); \ +static_assert(offsetof(CJVehicle_InGodMode, ReturnValue) == 0x000000, "Member 'CJVehicle_InGodMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsAnyDoorActive \ +static_assert(alignof(CJVehicle_IsAnyDoorActive) == 0x000001, "Wrong alignment on CJVehicle_IsAnyDoorActive"); \ +static_assert(sizeof(CJVehicle_IsAnyDoorActive) == 0x000001, "Wrong size on CJVehicle_IsAnyDoorActive"); \ +static_assert(offsetof(CJVehicle_IsAnyDoorActive, ReturnValue) == 0x000000, "Member 'CJVehicle_IsAnyDoorActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsCarRadioActive \ +static_assert(alignof(CJVehicle_IsCarRadioActive) == 0x000001, "Wrong alignment on CJVehicle_IsCarRadioActive"); \ +static_assert(sizeof(CJVehicle_IsCarRadioActive) == 0x000001, "Wrong size on CJVehicle_IsCarRadioActive"); \ +static_assert(offsetof(CJVehicle_IsCarRadioActive, ReturnValue) == 0x000000, "Member 'CJVehicle_IsCarRadioActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsControlLockEnabled \ +static_assert(alignof(CJVehicle_IsControlLockEnabled) == 0x000001, "Wrong alignment on CJVehicle_IsControlLockEnabled"); \ +static_assert(sizeof(CJVehicle_IsControlLockEnabled) == 0x000001, "Wrong size on CJVehicle_IsControlLockEnabled"); \ +static_assert(offsetof(CJVehicle_IsControlLockEnabled, ReturnValue) == 0x000000, "Member 'CJVehicle_IsControlLockEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsEngineDriveable \ +static_assert(alignof(CJVehicle_IsEngineDriveable) == 0x000001, "Wrong alignment on CJVehicle_IsEngineDriveable"); \ +static_assert(sizeof(CJVehicle_IsEngineDriveable) == 0x000001, "Wrong size on CJVehicle_IsEngineDriveable"); \ +static_assert(offsetof(CJVehicle_IsEngineDriveable, ReturnValue) == 0x000000, "Member 'CJVehicle_IsEngineDriveable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsEngineStarted \ +static_assert(alignof(CJVehicle_IsEngineStarted) == 0x000001, "Wrong alignment on CJVehicle_IsEngineStarted"); \ +static_assert(sizeof(CJVehicle_IsEngineStarted) == 0x000001, "Wrong size on CJVehicle_IsEngineStarted"); \ +static_assert(offsetof(CJVehicle_IsEngineStarted, ReturnValue) == 0x000000, "Member 'CJVehicle_IsEngineStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsHornActive \ +static_assert(alignof(CJVehicle_IsHornActive) == 0x000001, "Wrong alignment on CJVehicle_IsHornActive"); \ +static_assert(sizeof(CJVehicle_IsHornActive) == 0x000001, "Wrong size on CJVehicle_IsHornActive"); \ +static_assert(offsetof(CJVehicle_IsHornActive, ReturnValue) == 0x000000, "Member 'CJVehicle_IsHornActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsHornSequenceActive \ +static_assert(alignof(CJVehicle_IsHornSequenceActive) == 0x000001, "Wrong alignment on CJVehicle_IsHornSequenceActive"); \ +static_assert(sizeof(CJVehicle_IsHornSequenceActive) == 0x000001, "Wrong size on CJVehicle_IsHornSequenceActive"); \ +static_assert(offsetof(CJVehicle_IsHornSequenceActive, ReturnValue) == 0x000000, "Member 'CJVehicle_IsHornSequenceActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsOccupantUnconscious \ +static_assert(alignof(CJVehicle_IsOccupantUnconscious) == 0x000001, "Wrong alignment on CJVehicle_IsOccupantUnconscious"); \ +static_assert(sizeof(CJVehicle_IsOccupantUnconscious) == 0x000002, "Wrong size on CJVehicle_IsOccupantUnconscious"); \ +static_assert(offsetof(CJVehicle_IsOccupantUnconscious, SeatId) == 0x000000, "Member 'CJVehicle_IsOccupantUnconscious::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_IsOccupantUnconscious, ReturnValue) == 0x000001, "Member 'CJVehicle_IsOccupantUnconscious::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsOccupied \ +static_assert(alignof(CJVehicle_IsOccupied) == 0x000001, "Wrong alignment on CJVehicle_IsOccupied"); \ +static_assert(sizeof(CJVehicle_IsOccupied) == 0x000002, "Wrong size on CJVehicle_IsOccupied"); \ +static_assert(offsetof(CJVehicle_IsOccupied, SeatId) == 0x000000, "Member 'CJVehicle_IsOccupied::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_IsOccupied, ReturnValue) == 0x000001, "Member 'CJVehicle_IsOccupied::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsOwnedByPlayer \ +static_assert(alignof(CJVehicle_IsOwnedByPlayer) == 0x000001, "Wrong alignment on CJVehicle_IsOwnedByPlayer"); \ +static_assert(sizeof(CJVehicle_IsOwnedByPlayer) == 0x000001, "Wrong size on CJVehicle_IsOwnedByPlayer"); \ +static_assert(offsetof(CJVehicle_IsOwnedByPlayer, ReturnValue) == 0x000000, "Member 'CJVehicle_IsOwnedByPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsPossessedByPlayer \ +static_assert(alignof(CJVehicle_IsPossessedByPlayer) == 0x000001, "Wrong alignment on CJVehicle_IsPossessedByPlayer"); \ +static_assert(sizeof(CJVehicle_IsPossessedByPlayer) == 0x000001, "Wrong size on CJVehicle_IsPossessedByPlayer"); \ +static_assert(offsetof(CJVehicle_IsPossessedByPlayer, ReturnValue) == 0x000000, "Member 'CJVehicle_IsPossessedByPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsSeatValid \ +static_assert(alignof(CJVehicle_IsSeatValid) == 0x000001, "Wrong alignment on CJVehicle_IsSeatValid"); \ +static_assert(sizeof(CJVehicle_IsSeatValid) == 0x000002, "Wrong size on CJVehicle_IsSeatValid"); \ +static_assert(offsetof(CJVehicle_IsSeatValid, SeatId) == 0x000000, "Member 'CJVehicle_IsSeatValid::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_IsSeatValid, ReturnValue) == 0x000001, "Member 'CJVehicle_IsSeatValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsSteeringDisabled \ +static_assert(alignof(CJVehicle_IsSteeringDisabled) == 0x000001, "Wrong alignment on CJVehicle_IsSteeringDisabled"); \ +static_assert(sizeof(CJVehicle_IsSteeringDisabled) == 0x000001, "Wrong size on CJVehicle_IsSteeringDisabled"); \ +static_assert(offsetof(CJVehicle_IsSteeringDisabled, ReturnValue) == 0x000000, "Member 'CJVehicle_IsSteeringDisabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsStuck \ +static_assert(alignof(CJVehicle_IsStuck) == 0x000001, "Wrong alignment on CJVehicle_IsStuck"); \ +static_assert(sizeof(CJVehicle_IsStuck) == 0x000001, "Wrong size on CJVehicle_IsStuck"); \ +static_assert(offsetof(CJVehicle_IsStuck, ReturnValue) == 0x000000, "Member 'CJVehicle_IsStuck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsVehicleAlive \ +static_assert(alignof(CJVehicle_IsVehicleAlive) == 0x000001, "Wrong alignment on CJVehicle_IsVehicleAlive"); \ +static_assert(sizeof(CJVehicle_IsVehicleAlive) == 0x000001, "Wrong size on CJVehicle_IsVehicleAlive"); \ +static_assert(offsetof(CJVehicle_IsVehicleAlive, ReturnValue) == 0x000000, "Member 'CJVehicle_IsVehicleAlive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_IsVehicleFlippedOver \ +static_assert(alignof(CJVehicle_IsVehicleFlippedOver) == 0x000004, "Wrong alignment on CJVehicle_IsVehicleFlippedOver"); \ +static_assert(sizeof(CJVehicle_IsVehicleFlippedOver) == 0x000008, "Wrong size on CJVehicle_IsVehicleFlippedOver"); \ +static_assert(offsetof(CJVehicle_IsVehicleFlippedOver, RollThreshold) == 0x000000, "Member 'CJVehicle_IsVehicleFlippedOver::RollThreshold' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_IsVehicleFlippedOver, ReturnValue) == 0x000004, "Member 'CJVehicle_IsVehicleFlippedOver::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_OnEnterWhoosh \ +static_assert(alignof(CJVehicle_OnEnterWhoosh) == 0x000001, "Wrong alignment on CJVehicle_OnEnterWhoosh"); \ +static_assert(sizeof(CJVehicle_OnEnterWhoosh) == 0x000001, "Wrong size on CJVehicle_OnEnterWhoosh"); \ +static_assert(offsetof(CJVehicle_OnEnterWhoosh, bLeftSide) == 0x000000, "Member 'CJVehicle_OnEnterWhoosh::bLeftSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_OnExitWhoosh \ +static_assert(alignof(CJVehicle_OnExitWhoosh) == 0x000001, "Wrong alignment on CJVehicle_OnExitWhoosh"); \ +static_assert(sizeof(CJVehicle_OnExitWhoosh) == 0x000001, "Wrong size on CJVehicle_OnExitWhoosh"); \ +static_assert(offsetof(CJVehicle_OnExitWhoosh, bLeftSide) == 0x000000, "Member 'CJVehicle_OnExitWhoosh::bLeftSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_OnModifyDamageTaken \ +static_assert(alignof(CJVehicle_OnModifyDamageTaken) == 0x000008, "Wrong alignment on CJVehicle_OnModifyDamageTaken"); \ +static_assert(sizeof(CJVehicle_OnModifyDamageTaken) == 0x000080, "Wrong size on CJVehicle_OnModifyDamageTaken"); \ +static_assert(offsetof(CJVehicle_OnModifyDamageTaken, ImpactDamageResult) == 0x000000, "Member 'CJVehicle_OnModifyDamageTaken::ImpactDamageResult' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_OnModifyDamageTaken, ReturnValue) == 0x000040, "Member 'CJVehicle_OnModifyDamageTaken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_OnModifyImpactDamageDone \ +static_assert(alignof(CJVehicle_OnModifyImpactDamageDone) == 0x000008, "Wrong alignment on CJVehicle_OnModifyImpactDamageDone"); \ +static_assert(sizeof(CJVehicle_OnModifyImpactDamageDone) == 0x000080, "Wrong size on CJVehicle_OnModifyImpactDamageDone"); \ +static_assert(offsetof(CJVehicle_OnModifyImpactDamageDone, ImpactDamageResult) == 0x000000, "Member 'CJVehicle_OnModifyImpactDamageDone::ImpactDamageResult' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_OnModifyImpactDamageDone, ReturnValue) == 0x000040, "Member 'CJVehicle_OnModifyImpactDamageDone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_OnWhooshPeak \ +static_assert(alignof(CJVehicle_OnWhooshPeak) == 0x000004, "Wrong alignment on CJVehicle_OnWhooshPeak"); \ +static_assert(sizeof(CJVehicle_OnWhooshPeak) == 0x000008, "Wrong size on CJVehicle_OnWhooshPeak"); \ +static_assert(offsetof(CJVehicle_OnWhooshPeak, bLeftSide) == 0x000000, "Member 'CJVehicle_OnWhooshPeak::bLeftSide' has a wrong offset!"); \ +static_assert(offsetof(CJVehicle_OnWhooshPeak, Intensity) == 0x000004, "Member 'CJVehicle_OnWhooshPeak::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_ShouldDrawDriveDebug \ +static_assert(alignof(CJVehicle_ShouldDrawDriveDebug) == 0x000001, "Wrong alignment on CJVehicle_ShouldDrawDriveDebug"); \ +static_assert(sizeof(CJVehicle_ShouldDrawDriveDebug) == 0x000001, "Wrong size on CJVehicle_ShouldDrawDriveDebug"); \ +static_assert(offsetof(CJVehicle_ShouldDrawDriveDebug, ReturnValue) == 0x000000, "Member 'CJVehicle_ShouldDrawDriveDebug::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicle_ShouldUseTrail \ +static_assert(alignof(CJVehicle_ShouldUseTrail) == 0x000001, "Wrong alignment on CJVehicle_ShouldUseTrail"); \ +static_assert(sizeof(CJVehicle_ShouldUseTrail) == 0x000001, "Wrong size on CJVehicle_ShouldUseTrail"); \ +static_assert(offsetof(CJVehicle_ShouldUseTrail, ReturnValue) == 0x000000, "Member 'CJVehicle_ShouldUseTrail::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACJVehicle \ +static_assert(alignof(ACJVehicle) == 0x000008, "Wrong alignment on ACJVehicle"); \ +static_assert(sizeof(ACJVehicle) == 0x0009B8, "Wrong size on ACJVehicle"); \ +static_assert(offsetof(ACJVehicle, PlaceId) == 0x000378, "Member 'ACJVehicle::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, VehicleId) == 0x000380, "Member 'ACJVehicle::VehicleId' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, VehicleVoiceId) == 0x000390, "Member 'ACJVehicle::VehicleVoiceId' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, VehicleInputActions) == 0x0003A0, "Member 'ACJVehicle::VehicleInputActions' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, VehicleAnimLinkLayer) == 0x0003A8, "Member 'ACJVehicle::VehicleAnimLinkLayer' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, CharacterAnimLinkLayer) == 0x0003B0, "Member 'ACJVehicle::CharacterAnimLinkLayer' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, ContextualCameraManagerClass) == 0x0003B8, "Member 'ACJVehicle::ContextualCameraManagerClass' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, ContextualCameraManager) == 0x0003C0, "Member 'ACJVehicle::ContextualCameraManager' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, CameraBoom) == 0x0003C8, "Member 'ACJVehicle::CameraBoom' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, VehicleCamera) == 0x0003D0, "Member 'ACJVehicle::VehicleCamera' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, LaneTracker) == 0x0003D8, "Member 'ACJVehicle::LaneTracker' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, bVehicleLocked) == 0x0003E0, "Member 'ACJVehicle::bVehicleLocked' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, bVehicleAllowStealing) == 0x0003E1, "Member 'ACJVehicle::bVehicleAllowStealing' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, LockedHoldTime) == 0x0003E4, "Member 'ACJVehicle::LockedHoldTime' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, ParkingConstraint) == 0x0003E8, "Member 'ACJVehicle::ParkingConstraint' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, VehicleEffects) == 0x0003F0, "Member 'ACJVehicle::VehicleEffects' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, VehicleWhoosh) == 0x0003F8, "Member 'ACJVehicle::VehicleWhoosh' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, EngineBackfireCooldown) == 0x000400, "Member 'ACJVehicle::EngineBackfireCooldown' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, EngineBackfireTriggerChance) == 0x000404, "Member 'ACJVehicle::EngineBackfireTriggerChance' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, NavModifier) == 0x000408, "Member 'ACJVehicle::NavModifier' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, ShellDeformationComponent) == 0x000410, "Member 'ACJVehicle::ShellDeformationComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, DestructionComponent) == 0x000418, "Member 'ACJVehicle::DestructionComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, SideScrapeComponent) == 0x000420, "Member 'ACJVehicle::SideScrapeComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, VariationComponent) == 0x000428, "Member 'ACJVehicle::VariationComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, AutopilotComponent) == 0x000430, "Member 'ACJVehicle::AutopilotComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, CombatComponent) == 0x000438, "Member 'ACJVehicle::CombatComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, WorldStateComponent) == 0x000440, "Member 'ACJVehicle::WorldStateComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, StimSourceComponent) == 0x000448, "Member 'ACJVehicle::StimSourceComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, VehicleSeatToSocketName) == 0x000450, "Member 'ACJVehicle::VehicleSeatToSocketName' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, LODMesh) == 0x000478, "Member 'ACJVehicle::LODMesh' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, LODWindowMesh) == 0x000480, "Member 'ACJVehicle::LODWindowMesh' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, LODLightMesh) == 0x000488, "Member 'ACJVehicle::LODLightMesh' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, NitroAbility) == 0x000490, "Member 'ACJVehicle::NitroAbility' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, SideRamAbility) == 0x000498, "Member 'ACJVehicle::SideRamAbility' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, SirenAbility) == 0x0004A0, "Member 'ACJVehicle::SirenAbility' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, KickDownAbility) == 0x0004A8, "Member 'ACJVehicle::KickDownAbility' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, DelayEngineStartTimer) == 0x0004B0, "Member 'ACJVehicle::DelayEngineStartTimer' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, Team) == 0x0004B8, "Member 'ACJVehicle::Team' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OriginalTeam) == 0x0004B9, "Member 'ACJVehicle::OriginalTeam' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, VehicleTags) == 0x0004C0, "Member 'ACJVehicle::VehicleTags' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, DefaultCameraRotation) == 0x0004E0, "Member 'ACJVehicle::DefaultCameraRotation' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, LocalBounds) == 0x0004F8, "Member 'ACJVehicle::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, MinDriverLOD) == 0x000530, "Member 'ACJVehicle::MinDriverLOD' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, SpeedLimitModifier) == 0x000534, "Member 'ACJVehicle::SpeedLimitModifier' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, MinimumImpulseThreshold) == 0x000538, "Member 'ACJVehicle::MinimumImpulseThreshold' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, RolledDetectionThreshold) == 0x00053C, "Member 'ACJVehicle::RolledDetectionThreshold' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, ImpendingCollisionStimEventTag) == 0x000540, "Member 'ACJVehicle::ImpendingCollisionStimEventTag' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, VehicleCollisionStimEventTag) == 0x000548, "Member 'ACJVehicle::VehicleCollisionStimEventTag' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnIndicatorLightChange) == 0x000550, "Member 'ACJVehicle::OnIndicatorLightChange' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnHornStart) == 0x000568, "Member 'ACJVehicle::OnHornStart' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnHornStop) == 0x000578, "Member 'ACJVehicle::OnHornStop' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnBackfireTrigger) == 0x000588, "Member 'ACJVehicle::OnBackfireTrigger' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnCharacterEnterVehicle) == 0x000598, "Member 'ACJVehicle::OnCharacterEnterVehicle' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnCharacterExitVehicle) == 0x0005A8, "Member 'ACJVehicle::OnCharacterExitVehicle' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnVehicleStolen) == 0x0005B8, "Member 'ACJVehicle::OnVehicleStolen' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnStartCarRadioEvent) == 0x0005C8, "Member 'ACJVehicle::OnStartCarRadioEvent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnStopCarRadioEvent) == 0x0005D8, "Member 'ACJVehicle::OnStopCarRadioEvent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnNextChannelCarRadioEvent) == 0x0005E8, "Member 'ACJVehicle::OnNextChannelCarRadioEvent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnStartEngine) == 0x0005F8, "Member 'ACJVehicle::OnStartEngine' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnStopEngine) == 0x000608, "Member 'ACJVehicle::OnStopEngine' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnGearChangeEvent) == 0x000618, "Member 'ACJVehicle::OnGearChangeEvent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnWheelBump) == 0x000628, "Member 'ACJVehicle::OnWheelBump' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnFlippedOver) == 0x000638, "Member 'ACJVehicle::OnFlippedOver' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnReverseStart) == 0x000648, "Member 'ACJVehicle::OnReverseStart' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnReverseStop) == 0x000658, "Member 'ACJVehicle::OnReverseStop' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnBrakeStart) == 0x000668, "Member 'ACJVehicle::OnBrakeStart' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnBrakeStop) == 0x000678, "Member 'ACJVehicle::OnBrakeStop' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnHandbrakeStart) == 0x000688, "Member 'ACJVehicle::OnHandbrakeStart' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnHandbrakeStop) == 0x000698, "Member 'ACJVehicle::OnHandbrakeStop' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnAirborneStart) == 0x0006A8, "Member 'ACJVehicle::OnAirborneStart' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnAirborneStop) == 0x0006B8, "Member 'ACJVehicle::OnAirborneStop' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnTakeImpactDamage) == 0x0006C8, "Member 'ACJVehicle::OnTakeImpactDamage' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnDoorStateChange) == 0x0006D8, "Member 'ACJVehicle::OnDoorStateChange' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnTrailStatusChanged) == 0x0006E8, "Member 'ACJVehicle::OnTrailStatusChanged' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnEnterWooshDelegate) == 0x0006F8, "Member 'ACJVehicle::OnEnterWooshDelegate' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnExitWooshDelegate) == 0x000708, "Member 'ACJVehicle::OnExitWooshDelegate' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnWooshPeakDelegate) == 0x000718, "Member 'ACJVehicle::OnWooshPeakDelegate' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OnAbilityActivationChanged) == 0x000728, "Member 'ACJVehicle::OnAbilityActivationChanged' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, OriginalCollisionProfile) == 0x00073C, "Member 'ACJVehicle::OriginalCollisionProfile' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, Seats) == 0x000750, "Member 'ACJVehicle::Seats' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, Doors) == 0x000760, "Member 'ACJVehicle::Doors' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, bGhostModeActive) == 0x000775, "Member 'ACJVehicle::bGhostModeActive' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, GhostCollisionProfile) == 0x000778, "Member 'ACJVehicle::GhostCollisionProfile' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, bIsHornAvailable) == 0x000780, "Member 'ACJVehicle::bIsHornAvailable' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, SlideOffModeTimeToEnter) == 0x0007EC, "Member 'ACJVehicle::SlideOffModeTimeToEnter' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, bUsingDayNightLight) == 0x000848, "Member 'ACJVehicle::bUsingDayNightLight' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, ExtraInteriorLightDayTag) == 0x00084C, "Member 'ACJVehicle::ExtraInteriorLightDayTag' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, ExtraInteriorLightNightTag) == 0x000854, "Member 'ACJVehicle::ExtraInteriorLightNightTag' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, TimeOffsetRandom) == 0x000908, "Member 'ACJVehicle::TimeOffsetRandom' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, VehicleInstanceData) == 0x00092F, "Member 'ACJVehicle::VehicleInstanceData' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, bLightStartAsOn) == 0x000942, "Member 'ACJVehicle::bLightStartAsOn' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicle, FailSafeExitPositions) == 0x0009A8, "Member 'ACJVehicle::FailSafeExitPositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterAction_GetCommitActionNotify \ +static_assert(alignof(CharacterAction_GetCommitActionNotify) == 0x000008, "Wrong alignment on CharacterAction_GetCommitActionNotify"); \ +static_assert(sizeof(CharacterAction_GetCommitActionNotify) == 0x000008, "Wrong size on CharacterAction_GetCommitActionNotify"); \ +static_assert(offsetof(CharacterAction_GetCommitActionNotify, ReturnValue) == 0x000000, "Member 'CharacterAction_GetCommitActionNotify::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterAction_GetInterval \ +static_assert(alignof(CharacterAction_GetInterval) == 0x000008, "Wrong alignment on CharacterAction_GetInterval"); \ +static_assert(sizeof(CharacterAction_GetInterval) == 0x000010, "Wrong size on CharacterAction_GetInterval"); \ +static_assert(offsetof(CharacterAction_GetInterval, IntervalType) == 0x000000, "Member 'CharacterAction_GetInterval::IntervalType' has a wrong offset!"); \ +static_assert(offsetof(CharacterAction_GetInterval, ReturnValue) == 0x000008, "Member 'CharacterAction_GetInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterAction_GetNotify \ +static_assert(alignof(CharacterAction_GetNotify) == 0x000008, "Wrong alignment on CharacterAction_GetNotify"); \ +static_assert(sizeof(CharacterAction_GetNotify) == 0x000010, "Wrong size on CharacterAction_GetNotify"); \ +static_assert(offsetof(CharacterAction_GetNotify, NotifyType) == 0x000000, "Member 'CharacterAction_GetNotify::NotifyType' has a wrong offset!"); \ +static_assert(offsetof(CharacterAction_GetNotify, ReturnValue) == 0x000008, "Member 'CharacterAction_GetNotify::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterAction \ +static_assert(alignof(UCharacterAction) == 0x000008, "Wrong alignment on UCharacterAction"); \ +static_assert(sizeof(UCharacterAction) == 0x000120, "Wrong size on UCharacterAction"); \ +static_assert(offsetof(UCharacterAction, ActionType) == 0x000030, "Member 'UCharacterAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, bNonInterruptingAction) == 0x000038, "Member 'UCharacterAction::bNonInterruptingAction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, ActionLength) == 0x00003C, "Member 'UCharacterAction::ActionLength' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, Intervals) == 0x000040, "Member 'UCharacterAction::Intervals' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, Notifies) == 0x000050, "Member 'UCharacterAction::Notifies' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, AnimationTagQuery) == 0x000060, "Member 'UCharacterAction::AnimationTagQuery' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, bAnimationTagQueryIsPerfectMatch) == 0x0000A8, "Member 'UCharacterAction::bAnimationTagQueryIsPerfectMatch' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, bIncludeTagsRegisteredFromCharacter) == 0x0000A9, "Member 'UCharacterAction::bIncludeTagsRegisteredFromCharacter' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, bUseMatchingTagsFromInflightResponseAnimation) == 0x0000AA, "Member 'UCharacterAction::bUseMatchingTagsFromInflightResponseAnimation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, bFailIfNoAnimFound) == 0x0000AB, "Member 'UCharacterAction::bFailIfNoAnimFound' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, bIgnoreWarpingConstraints) == 0x0000AC, "Member 'UCharacterAction::bIgnoreWarpingConstraints' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, AllowedAnimationSearchTime) == 0x0000B0, "Member 'UCharacterAction::AllowedAnimationSearchTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, AnimationChannel) == 0x0000B4, "Member 'UCharacterAction::AnimationChannel' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, ActionSynchronizationType) == 0x0000B5, "Member 'UCharacterAction::ActionSynchronizationType' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, InstigatorWarpTransformer) == 0x0000B8, "Member 'UCharacterAction::InstigatorWarpTransformer' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, ResponderWarpTransformer) == 0x0000C0, "Member 'UCharacterAction::ResponderWarpTransformer' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, RICMMultiplier) == 0x0000C8, "Member 'UCharacterAction::RICMMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, RICMMultBasePrio) == 0x0000CC, "Member 'UCharacterAction::RICMMultBasePrio' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, RICMModifiers) == 0x0000D0, "Member 'UCharacterAction::RICMModifiers' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, bUseTargetsCommitForSynchronization) == 0x0000E0, "Member 'UCharacterAction::bUseTargetsCommitForSynchronization' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, bIgnoreCameraAxis) == 0x0000E1, "Member 'UCharacterAction::bIgnoreCameraAxis' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, bReverseAlignmentDirection) == 0x0000E2, "Member 'UCharacterAction::bReverseAlignmentDirection' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, Gates) == 0x0000E8, "Member 'UCharacterAction::Gates' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, bRequiresResponseFromGate) == 0x0000F8, "Member 'UCharacterAction::bRequiresResponseFromGate' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, RequiredGateResponseType) == 0x000100, "Member 'UCharacterAction::RequiredGateResponseType' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, CommitIndex) == 0x000108, "Member 'UCharacterAction::CommitIndex' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAction, INTERNAL_Notifies) == 0x000110, "Member 'UCharacterAction::INTERNAL_Notifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionFunctionLibrary_GetCommitToIntervalPosition \ +static_assert(alignof(CharacterActionFunctionLibrary_GetCommitToIntervalPosition) == 0x000008, "Wrong alignment on CharacterActionFunctionLibrary_GetCommitToIntervalPosition"); \ +static_assert(sizeof(CharacterActionFunctionLibrary_GetCommitToIntervalPosition) == 0x000030, "Wrong size on CharacterActionFunctionLibrary_GetCommitToIntervalPosition"); \ +static_assert(offsetof(CharacterActionFunctionLibrary_GetCommitToIntervalPosition, CommitActionHandler) == 0x000000, "Member 'CharacterActionFunctionLibrary_GetCommitToIntervalPosition::CommitActionHandler' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionFunctionLibrary_GetCommitToIntervalPosition, CommitActionRequestID) == 0x000008, "Member 'CharacterActionFunctionLibrary_GetCommitToIntervalPosition::CommitActionRequestID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionFunctionLibrary_GetCommitToIntervalPosition, IntervalActionHandler) == 0x000010, "Member 'CharacterActionFunctionLibrary_GetCommitToIntervalPosition::IntervalActionHandler' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionFunctionLibrary_GetCommitToIntervalPosition, IntervalActionRequestID) == 0x000018, "Member 'CharacterActionFunctionLibrary_GetCommitToIntervalPosition::IntervalActionRequestID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionFunctionLibrary_GetCommitToIntervalPosition, IntervalType) == 0x000020, "Member 'CharacterActionFunctionLibrary_GetCommitToIntervalPosition::IntervalType' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionFunctionLibrary_GetCommitToIntervalPosition, ReturnValue) == 0x000028, "Member 'CharacterActionFunctionLibrary_GetCommitToIntervalPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionFunctionLibrary_ProcessOverrideBlock \ +static_assert(alignof(CharacterActionFunctionLibrary_ProcessOverrideBlock) == 0x000010, "Wrong alignment on CharacterActionFunctionLibrary_ProcessOverrideBlock"); \ +static_assert(sizeof(CharacterActionFunctionLibrary_ProcessOverrideBlock) == 0x000240, "Wrong size on CharacterActionFunctionLibrary_ProcessOverrideBlock"); \ +static_assert(offsetof(CharacterActionFunctionLibrary_ProcessOverrideBlock, WritableBlock) == 0x000000, "Member 'CharacterActionFunctionLibrary_ProcessOverrideBlock::WritableBlock' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionFunctionLibrary_ProcessOverrideBlock, OverrideBlock) == 0x000120, "Member 'CharacterActionFunctionLibrary_ProcessOverrideBlock::OverrideBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterActionFunctionLibrary \ +static_assert(alignof(UCharacterActionFunctionLibrary) == 0x000008, "Wrong alignment on UCharacterActionFunctionLibrary"); \ +static_assert(sizeof(UCharacterActionFunctionLibrary) == 0x000028, "Wrong size on UCharacterActionFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UCharacterActionMoveSet \ +static_assert(alignof(UCharacterActionMoveSet) == 0x000008, "Wrong alignment on UCharacterActionMoveSet"); \ +static_assert(sizeof(UCharacterActionMoveSet) == 0x000058, "Wrong size on UCharacterActionMoveSet"); \ +static_assert(offsetof(UCharacterActionMoveSet, EntryMoves) == 0x000030, "Member 'UCharacterActionMoveSet::EntryMoves' has a wrong offset!"); \ +static_assert(offsetof(UCharacterActionMoveSet, Moves) == 0x000040, "Member 'UCharacterActionMoveSet::Moves' has a wrong offset!"); \ +static_assert(offsetof(UCharacterActionMoveSet, bIgnoreSpatialConstraints) == 0x000050, "Member 'UCharacterActionMoveSet::bIgnoreSpatialConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionNotifyInterface_BP_ActionOccurred \ +static_assert(alignof(CharacterActionNotifyInterface_BP_ActionOccurred) == 0x000008, "Wrong alignment on CharacterActionNotifyInterface_BP_ActionOccurred"); \ +static_assert(sizeof(CharacterActionNotifyInterface_BP_ActionOccurred) == 0x000008, "Wrong size on CharacterActionNotifyInterface_BP_ActionOccurred"); \ +static_assert(offsetof(CharacterActionNotifyInterface_BP_ActionOccurred, OtherActor) == 0x000000, "Member 'CharacterActionNotifyInterface_BP_ActionOccurred::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionNotifyInterface_BP_ReportFatalImpact \ +static_assert(alignof(CharacterActionNotifyInterface_BP_ReportFatalImpact) == 0x000008, "Wrong alignment on CharacterActionNotifyInterface_BP_ReportFatalImpact"); \ +static_assert(sizeof(CharacterActionNotifyInterface_BP_ReportFatalImpact) == 0x000010, "Wrong size on CharacterActionNotifyInterface_BP_ReportFatalImpact"); \ +static_assert(offsetof(CharacterActionNotifyInterface_BP_ReportFatalImpact, OtherActor) == 0x000000, "Member 'CharacterActionNotifyInterface_BP_ReportFatalImpact::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionNotifyInterface_BP_ReportFatalImpact, SquishFactor) == 0x000008, "Member 'CharacterActionNotifyInterface_BP_ReportFatalImpact::SquishFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICharacterActionNotifyInterface \ +static_assert(alignof(ICharacterActionNotifyInterface) == 0x000001, "Wrong alignment on ICharacterActionNotifyInterface"); \ +static_assert(sizeof(ICharacterActionNotifyInterface) == 0x000001, "Wrong size on ICharacterActionNotifyInterface"); \ + +#define DUMPER7_ASSERTS_UDisableCollisionsInterval \ +static_assert(alignof(UDisableCollisionsInterval) == 0x000008, "Wrong alignment on UDisableCollisionsInterval"); \ +static_assert(sizeof(UDisableCollisionsInterval) == 0x000038, "Wrong size on UDisableCollisionsInterval"); \ + +#define DUMPER7_ASSERTS_UCharacterAudioDataAsset \ +static_assert(alignof(UCharacterAudioDataAsset) == 0x000008, "Wrong alignment on UCharacterAudioDataAsset"); \ +static_assert(sizeof(UCharacterAudioDataAsset) == 0x000050, "Wrong size on UCharacterAudioDataAsset"); \ +static_assert(offsetof(UCharacterAudioDataAsset, BreathingThreshold) == 0x000030, "Member 'UCharacterAudioDataAsset::BreathingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAudioDataAsset, RTPCHealth) == 0x000038, "Member 'UCharacterAudioDataAsset::RTPCHealth' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAudioDataAsset, BreathingEvent) == 0x000040, "Member 'UCharacterAudioDataAsset::BreathingEvent' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAudioDataAsset, StateEnteredCombat) == 0x000048, "Member 'UCharacterAudioDataAsset::StateEnteredCombat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldableInventoryItemInterface_OnActorDestroyed \ +static_assert(alignof(WieldableInventoryItemInterface_OnActorDestroyed) == 0x000008, "Wrong alignment on WieldableInventoryItemInterface_OnActorDestroyed"); \ +static_assert(sizeof(WieldableInventoryItemInterface_OnActorDestroyed) == 0x000008, "Wrong size on WieldableInventoryItemInterface_OnActorDestroyed"); \ +static_assert(offsetof(WieldableInventoryItemInterface_OnActorDestroyed, Actor) == 0x000000, "Member 'WieldableInventoryItemInterface_OnActorDestroyed::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldableInventoryItemInterface_OnActorSpawned \ +static_assert(alignof(WieldableInventoryItemInterface_OnActorSpawned) == 0x000008, "Wrong alignment on WieldableInventoryItemInterface_OnActorSpawned"); \ +static_assert(sizeof(WieldableInventoryItemInterface_OnActorSpawned) == 0x000008, "Wrong size on WieldableInventoryItemInterface_OnActorSpawned"); \ +static_assert(offsetof(WieldableInventoryItemInterface_OnActorSpawned, Actor) == 0x000000, "Member 'WieldableInventoryItemInterface_OnActorSpawned::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWieldableInventoryItemInterface \ +static_assert(alignof(IWieldableInventoryItemInterface) == 0x000001, "Wrong alignment on IWieldableInventoryItemInterface"); \ +static_assert(sizeof(IWieldableInventoryItemInterface) == 0x000001, "Wrong size on IWieldableInventoryItemInterface"); \ + +#define DUMPER7_ASSERTS_CharacterEffectsController_ActionEffectTriggered \ +static_assert(alignof(CharacterEffectsController_ActionEffectTriggered) == 0x000008, "Wrong alignment on CharacterEffectsController_ActionEffectTriggered"); \ +static_assert(sizeof(CharacterEffectsController_ActionEffectTriggered) == 0x000068, "Wrong size on CharacterEffectsController_ActionEffectTriggered"); \ +static_assert(offsetof(CharacterEffectsController_ActionEffectTriggered, Data) == 0x000000, "Member 'CharacterEffectsController_ActionEffectTriggered::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterEffectsController_MeleeDamageDealtEffect \ +static_assert(alignof(CharacterEffectsController_MeleeDamageDealtEffect) == 0x000008, "Wrong alignment on CharacterEffectsController_MeleeDamageDealtEffect"); \ +static_assert(sizeof(CharacterEffectsController_MeleeDamageDealtEffect) == 0x000098, "Wrong size on CharacterEffectsController_MeleeDamageDealtEffect"); \ +static_assert(offsetof(CharacterEffectsController_MeleeDamageDealtEffect, Data) == 0x000000, "Member 'CharacterEffectsController_MeleeDamageDealtEffect::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterEffectsController_MeleeDamageTakenEffect \ +static_assert(alignof(CharacterEffectsController_MeleeDamageTakenEffect) == 0x000008, "Wrong alignment on CharacterEffectsController_MeleeDamageTakenEffect"); \ +static_assert(sizeof(CharacterEffectsController_MeleeDamageTakenEffect) == 0x000110, "Wrong size on CharacterEffectsController_MeleeDamageTakenEffect"); \ +static_assert(offsetof(CharacterEffectsController_MeleeDamageTakenEffect, Data) == 0x000000, "Member 'CharacterEffectsController_MeleeDamageTakenEffect::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterEffectsController_OnBecomeDazed \ +static_assert(alignof(CharacterEffectsController_OnBecomeDazed) == 0x000004, "Wrong alignment on CharacterEffectsController_OnBecomeDazed"); \ +static_assert(sizeof(CharacterEffectsController_OnBecomeDazed) == 0x000004, "Wrong size on CharacterEffectsController_OnBecomeDazed"); \ +static_assert(offsetof(CharacterEffectsController_OnBecomeDazed, DazeDuration) == 0x000000, "Member 'CharacterEffectsController_OnBecomeDazed::DazeDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterEffectsController_OnBecomeDazedEffect \ +static_assert(alignof(CharacterEffectsController_OnBecomeDazedEffect) == 0x000004, "Wrong alignment on CharacterEffectsController_OnBecomeDazedEffect"); \ +static_assert(sizeof(CharacterEffectsController_OnBecomeDazedEffect) == 0x000004, "Wrong size on CharacterEffectsController_OnBecomeDazedEffect"); \ +static_assert(offsetof(CharacterEffectsController_OnBecomeDazedEffect, DazeDuration) == 0x000000, "Member 'CharacterEffectsController_OnBecomeDazedEffect::DazeDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterEffectsController_PointDamageTakenEffect \ +static_assert(alignof(CharacterEffectsController_PointDamageTakenEffect) == 0x000008, "Wrong alignment on CharacterEffectsController_PointDamageTakenEffect"); \ +static_assert(sizeof(CharacterEffectsController_PointDamageTakenEffect) == 0x000050, "Wrong size on CharacterEffectsController_PointDamageTakenEffect"); \ +static_assert(offsetof(CharacterEffectsController_PointDamageTakenEffect, Damage) == 0x000000, "Member 'CharacterEffectsController_PointDamageTakenEffect::Damage' has a wrong offset!"); \ +static_assert(offsetof(CharacterEffectsController_PointDamageTakenEffect, ShotDirection) == 0x000008, "Member 'CharacterEffectsController_PointDamageTakenEffect::ShotDirection' has a wrong offset!"); \ +static_assert(offsetof(CharacterEffectsController_PointDamageTakenEffect, ImpactNormal) == 0x000020, "Member 'CharacterEffectsController_PointDamageTakenEffect::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(CharacterEffectsController_PointDamageTakenEffect, PhysMaterial) == 0x000038, "Member 'CharacterEffectsController_PointDamageTakenEffect::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(CharacterEffectsController_PointDamageTakenEffect, EventInstigator) == 0x000040, "Member 'CharacterEffectsController_PointDamageTakenEffect::EventInstigator' has a wrong offset!"); \ +static_assert(offsetof(CharacterEffectsController_PointDamageTakenEffect, DamageCauser) == 0x000048, "Member 'CharacterEffectsController_PointDamageTakenEffect::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterEffectsController \ +static_assert(alignof(UCharacterEffectsController) == 0x000008, "Wrong alignment on UCharacterEffectsController"); \ +static_assert(sizeof(UCharacterEffectsController) == 0x0000C8, "Wrong size on UCharacterEffectsController"); \ +static_assert(offsetof(UCharacterEffectsController, OwningCharacter) == 0x0000C0, "Member 'UCharacterEffectsController::OwningCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_OverrideTargetSpotted \ +static_assert(alignof(EnforcementCrimeScene_OverrideTargetSpotted) == 0x000001, "Wrong alignment on EnforcementCrimeScene_OverrideTargetSpotted"); \ +static_assert(sizeof(EnforcementCrimeScene_OverrideTargetSpotted) == 0x000001, "Wrong size on EnforcementCrimeScene_OverrideTargetSpotted"); \ +static_assert(offsetof(EnforcementCrimeScene_OverrideTargetSpotted, bAlwaysSeeTarget) == 0x000000, "Member 'EnforcementCrimeScene_OverrideTargetSpotted::bAlwaysSeeTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_SetEscapeTimeScalar \ +static_assert(alignof(EnforcementCrimeScene_SetEscapeTimeScalar) == 0x000004, "Wrong alignment on EnforcementCrimeScene_SetEscapeTimeScalar"); \ +static_assert(sizeof(EnforcementCrimeScene_SetEscapeTimeScalar) == 0x000004, "Wrong size on EnforcementCrimeScene_SetEscapeTimeScalar"); \ +static_assert(offsetof(EnforcementCrimeScene_SetEscapeTimeScalar, TimeScalar) == 0x000000, "Member 'EnforcementCrimeScene_SetEscapeTimeScalar::TimeScalar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_CountCrimeSceneAgentsOfType \ +static_assert(alignof(EnforcementCrimeScene_CountCrimeSceneAgentsOfType) == 0x000004, "Wrong alignment on EnforcementCrimeScene_CountCrimeSceneAgentsOfType"); \ +static_assert(sizeof(EnforcementCrimeScene_CountCrimeSceneAgentsOfType) == 0x000008, "Wrong size on EnforcementCrimeScene_CountCrimeSceneAgentsOfType"); \ +static_assert(offsetof(EnforcementCrimeScene_CountCrimeSceneAgentsOfType, AgentType) == 0x000000, "Member 'EnforcementCrimeScene_CountCrimeSceneAgentsOfType::AgentType' has a wrong offset!"); \ +static_assert(offsetof(EnforcementCrimeScene_CountCrimeSceneAgentsOfType, ReturnValue) == 0x000004, "Member 'EnforcementCrimeScene_CountCrimeSceneAgentsOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_GetCrimeSceneName \ +static_assert(alignof(EnforcementCrimeScene_GetCrimeSceneName) == 0x000004, "Wrong alignment on EnforcementCrimeScene_GetCrimeSceneName"); \ +static_assert(sizeof(EnforcementCrimeScene_GetCrimeSceneName) == 0x000008, "Wrong size on EnforcementCrimeScene_GetCrimeSceneName"); \ +static_assert(offsetof(EnforcementCrimeScene_GetCrimeSceneName, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_GetCrimeSceneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_GetCrimeSceneVoice \ +static_assert(alignof(EnforcementCrimeScene_GetCrimeSceneVoice) == 0x000008, "Wrong alignment on EnforcementCrimeScene_GetCrimeSceneVoice"); \ +static_assert(sizeof(EnforcementCrimeScene_GetCrimeSceneVoice) == 0x000028, "Wrong size on EnforcementCrimeScene_GetCrimeSceneVoice"); \ +static_assert(offsetof(EnforcementCrimeScene_GetCrimeSceneVoice, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_GetCrimeSceneVoice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_GetCrimeType \ +static_assert(alignof(EnforcementCrimeScene_GetCrimeType) == 0x000001, "Wrong alignment on EnforcementCrimeScene_GetCrimeType"); \ +static_assert(sizeof(EnforcementCrimeScene_GetCrimeType) == 0x000001, "Wrong size on EnforcementCrimeScene_GetCrimeType"); \ +static_assert(offsetof(EnforcementCrimeScene_GetCrimeType, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_GetCrimeType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_GetExitDirection \ +static_assert(alignof(EnforcementCrimeScene_GetExitDirection) == 0x000008, "Wrong alignment on EnforcementCrimeScene_GetExitDirection"); \ +static_assert(sizeof(EnforcementCrimeScene_GetExitDirection) == 0x000018, "Wrong size on EnforcementCrimeScene_GetExitDirection"); \ +static_assert(offsetof(EnforcementCrimeScene_GetExitDirection, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_GetExitDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_GetExitPosition \ +static_assert(alignof(EnforcementCrimeScene_GetExitPosition) == 0x000008, "Wrong alignment on EnforcementCrimeScene_GetExitPosition"); \ +static_assert(sizeof(EnforcementCrimeScene_GetExitPosition) == 0x000018, "Wrong size on EnforcementCrimeScene_GetExitPosition"); \ +static_assert(offsetof(EnforcementCrimeScene_GetExitPosition, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_GetExitPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_GetPosition \ +static_assert(alignof(EnforcementCrimeScene_GetPosition) == 0x000008, "Wrong alignment on EnforcementCrimeScene_GetPosition"); \ +static_assert(sizeof(EnforcementCrimeScene_GetPosition) == 0x000018, "Wrong size on EnforcementCrimeScene_GetPosition"); \ +static_assert(offsetof(EnforcementCrimeScene_GetPosition, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_GetRadius \ +static_assert(alignof(EnforcementCrimeScene_GetRadius) == 0x000004, "Wrong alignment on EnforcementCrimeScene_GetRadius"); \ +static_assert(sizeof(EnforcementCrimeScene_GetRadius) == 0x000004, "Wrong size on EnforcementCrimeScene_GetRadius"); \ +static_assert(offsetof(EnforcementCrimeScene_GetRadius, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_GetRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_GetRemainingEscapeTime \ +static_assert(alignof(EnforcementCrimeScene_GetRemainingEscapeTime) == 0x000004, "Wrong alignment on EnforcementCrimeScene_GetRemainingEscapeTime"); \ +static_assert(sizeof(EnforcementCrimeScene_GetRemainingEscapeTime) == 0x000004, "Wrong size on EnforcementCrimeScene_GetRemainingEscapeTime"); \ +static_assert(offsetof(EnforcementCrimeScene_GetRemainingEscapeTime, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_GetRemainingEscapeTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_GetTargetName \ +static_assert(alignof(EnforcementCrimeScene_GetTargetName) == 0x000004, "Wrong alignment on EnforcementCrimeScene_GetTargetName"); \ +static_assert(sizeof(EnforcementCrimeScene_GetTargetName) == 0x000008, "Wrong size on EnforcementCrimeScene_GetTargetName"); \ +static_assert(offsetof(EnforcementCrimeScene_GetTargetName, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_GetTargetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_GetTotalEscapeTime \ +static_assert(alignof(EnforcementCrimeScene_GetTotalEscapeTime) == 0x000004, "Wrong alignment on EnforcementCrimeScene_GetTotalEscapeTime"); \ +static_assert(sizeof(EnforcementCrimeScene_GetTotalEscapeTime) == 0x000004, "Wrong size on EnforcementCrimeScene_GetTotalEscapeTime"); \ +static_assert(offsetof(EnforcementCrimeScene_GetTotalEscapeTime, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_GetTotalEscapeTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_IsActive \ +static_assert(alignof(EnforcementCrimeScene_IsActive) == 0x000001, "Wrong alignment on EnforcementCrimeScene_IsActive"); \ +static_assert(sizeof(EnforcementCrimeScene_IsActive) == 0x000001, "Wrong size on EnforcementCrimeScene_IsActive"); \ +static_assert(offsetof(EnforcementCrimeScene_IsActive, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_IsTargetInRange \ +static_assert(alignof(EnforcementCrimeScene_IsTargetInRange) == 0x000001, "Wrong alignment on EnforcementCrimeScene_IsTargetInRange"); \ +static_assert(sizeof(EnforcementCrimeScene_IsTargetInRange) == 0x000001, "Wrong size on EnforcementCrimeScene_IsTargetInRange"); \ +static_assert(offsetof(EnforcementCrimeScene_IsTargetInRange, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_IsTargetInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_IsTargetSpotted \ +static_assert(alignof(EnforcementCrimeScene_IsTargetSpotted) == 0x000001, "Wrong alignment on EnforcementCrimeScene_IsTargetSpotted"); \ +static_assert(sizeof(EnforcementCrimeScene_IsTargetSpotted) == 0x000001, "Wrong size on EnforcementCrimeScene_IsTargetSpotted"); \ +static_assert(offsetof(EnforcementCrimeScene_IsTargetSpotted, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_IsTargetSpotted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementCrimeScene_ShowWantedUI \ +static_assert(alignof(EnforcementCrimeScene_ShowWantedUI) == 0x000001, "Wrong alignment on EnforcementCrimeScene_ShowWantedUI"); \ +static_assert(sizeof(EnforcementCrimeScene_ShowWantedUI) == 0x000001, "Wrong size on EnforcementCrimeScene_ShowWantedUI"); \ +static_assert(offsetof(EnforcementCrimeScene_ShowWantedUI, ReturnValue) == 0x000000, "Member 'EnforcementCrimeScene_ShowWantedUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnforcementCrimeScene \ +static_assert(alignof(UEnforcementCrimeScene) == 0x000010, "Wrong alignment on UEnforcementCrimeScene"); \ +static_assert(sizeof(UEnforcementCrimeScene) == 0x000460, "Wrong size on UEnforcementCrimeScene"); \ +static_assert(offsetof(UEnforcementCrimeScene, OnStartCrimeScene) == 0x000028, "Member 'UEnforcementCrimeScene::OnStartCrimeScene' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementCrimeScene, OnStopCrimeScene) == 0x000038, "Member 'UEnforcementCrimeScene::OnStopCrimeScene' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementCrimeScene, OnStartEscapingCrimeScene) == 0x000048, "Member 'UEnforcementCrimeScene::OnStartEscapingCrimeScene' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementCrimeScene, OnStopEscapingCrimeScene) == 0x000058, "Member 'UEnforcementCrimeScene::OnStopEscapingCrimeScene' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementCrimeScene, OnEscapeCrimscene) == 0x000068, "Member 'UEnforcementCrimeScene::OnEscapeCrimscene' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementCrimeScene, ParentFaction) == 0x000078, "Member 'UEnforcementCrimeScene::ParentFaction' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementCrimeScene, EnforcementPostProcessingEffect) == 0x000180, "Member 'UEnforcementCrimeScene::EnforcementPostProcessingEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_DetermineAxisAlignedHitNormal \ +static_assert(alignof(VehicleDestructionComponent_DetermineAxisAlignedHitNormal) == 0x000010, "Wrong alignment on VehicleDestructionComponent_DetermineAxisAlignedHitNormal"); \ +static_assert(sizeof(VehicleDestructionComponent_DetermineAxisAlignedHitNormal) == 0x0000D0, "Wrong size on VehicleDestructionComponent_DetermineAxisAlignedHitNormal"); \ +static_assert(offsetof(VehicleDestructionComponent_DetermineAxisAlignedHitNormal, ActorToWorld) == 0x000000, "Member 'VehicleDestructionComponent_DetermineAxisAlignedHitNormal::ActorToWorld' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_DetermineAxisAlignedHitNormal, ActorLocalBounds) == 0x000060, "Member 'VehicleDestructionComponent_DetermineAxisAlignedHitNormal::ActorLocalBounds' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_DetermineAxisAlignedHitNormal, HitNormalWorld) == 0x000098, "Member 'VehicleDestructionComponent_DetermineAxisAlignedHitNormal::HitNormalWorld' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_DetermineAxisAlignedHitNormal, ReturnValue) == 0x0000B0, "Member 'VehicleDestructionComponent_DetermineAxisAlignedHitNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_DamageWeakSpotOfType \ +static_assert(alignof(VehicleDestructionComponent_DamageWeakSpotOfType) == 0x000004, "Wrong alignment on VehicleDestructionComponent_DamageWeakSpotOfType"); \ +static_assert(sizeof(VehicleDestructionComponent_DamageWeakSpotOfType) == 0x000010, "Wrong size on VehicleDestructionComponent_DamageWeakSpotOfType"); \ +static_assert(offsetof(VehicleDestructionComponent_DamageWeakSpotOfType, Type) == 0x000000, "Member 'VehicleDestructionComponent_DamageWeakSpotOfType::Type' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_DamageWeakSpotOfType, BoneName) == 0x000004, "Member 'VehicleDestructionComponent_DamageWeakSpotOfType::BoneName' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_DamageWeakSpotOfType, Damage) == 0x00000C, "Member 'VehicleDestructionComponent_DamageWeakSpotOfType::Damage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_DamageWeakSpotOfTypeAtPosition \ +static_assert(alignof(VehicleDestructionComponent_DamageWeakSpotOfTypeAtPosition) == 0x000008, "Wrong alignment on VehicleDestructionComponent_DamageWeakSpotOfTypeAtPosition"); \ +static_assert(sizeof(VehicleDestructionComponent_DamageWeakSpotOfTypeAtPosition) == 0x000028, "Wrong size on VehicleDestructionComponent_DamageWeakSpotOfTypeAtPosition"); \ +static_assert(offsetof(VehicleDestructionComponent_DamageWeakSpotOfTypeAtPosition, Type) == 0x000000, "Member 'VehicleDestructionComponent_DamageWeakSpotOfTypeAtPosition::Type' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_DamageWeakSpotOfTypeAtPosition, LocalPosition) == 0x000008, "Member 'VehicleDestructionComponent_DamageWeakSpotOfTypeAtPosition::LocalPosition' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_DamageWeakSpotOfTypeAtPosition, DamageLevel) == 0x000020, "Member 'VehicleDestructionComponent_DamageWeakSpotOfTypeAtPosition::DamageLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_DamageWeakSpotOfTypeToState \ +static_assert(alignof(VehicleDestructionComponent_DamageWeakSpotOfTypeToState) == 0x000004, "Wrong alignment on VehicleDestructionComponent_DamageWeakSpotOfTypeToState"); \ +static_assert(sizeof(VehicleDestructionComponent_DamageWeakSpotOfTypeToState) == 0x000010, "Wrong size on VehicleDestructionComponent_DamageWeakSpotOfTypeToState"); \ +static_assert(offsetof(VehicleDestructionComponent_DamageWeakSpotOfTypeToState, Type) == 0x000000, "Member 'VehicleDestructionComponent_DamageWeakSpotOfTypeToState::Type' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_DamageWeakSpotOfTypeToState, BoneName) == 0x000004, "Member 'VehicleDestructionComponent_DamageWeakSpotOfTypeToState::BoneName' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_DamageWeakSpotOfTypeToState, DamageLevel) == 0x00000C, "Member 'VehicleDestructionComponent_DamageWeakSpotOfTypeToState::DamageLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_DamageWeakSpotToNextDamageState \ +static_assert(alignof(VehicleDestructionComponent_DamageWeakSpotToNextDamageState) == 0x000004, "Wrong alignment on VehicleDestructionComponent_DamageWeakSpotToNextDamageState"); \ +static_assert(sizeof(VehicleDestructionComponent_DamageWeakSpotToNextDamageState) == 0x00000C, "Wrong size on VehicleDestructionComponent_DamageWeakSpotToNextDamageState"); \ +static_assert(offsetof(VehicleDestructionComponent_DamageWeakSpotToNextDamageState, Type) == 0x000000, "Member 'VehicleDestructionComponent_DamageWeakSpotToNextDamageState::Type' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_DamageWeakSpotToNextDamageState, BoneName) == 0x000004, "Member 'VehicleDestructionComponent_DamageWeakSpotToNextDamageState::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_OnTakePointDamage \ +static_assert(alignof(VehicleDestructionComponent_OnTakePointDamage) == 0x000008, "Wrong alignment on VehicleDestructionComponent_OnTakePointDamage"); \ +static_assert(sizeof(VehicleDestructionComponent_OnTakePointDamage) == 0x000068, "Wrong size on VehicleDestructionComponent_OnTakePointDamage"); \ +static_assert(offsetof(VehicleDestructionComponent_OnTakePointDamage, DamagedActor) == 0x000000, "Member 'VehicleDestructionComponent_OnTakePointDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_OnTakePointDamage, Damage) == 0x000008, "Member 'VehicleDestructionComponent_OnTakePointDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_OnTakePointDamage, InstigatedBy) == 0x000010, "Member 'VehicleDestructionComponent_OnTakePointDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_OnTakePointDamage, HitLocation) == 0x000018, "Member 'VehicleDestructionComponent_OnTakePointDamage::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_OnTakePointDamage, FHitComponent) == 0x000030, "Member 'VehicleDestructionComponent_OnTakePointDamage::FHitComponent' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_OnTakePointDamage, BoneName) == 0x000038, "Member 'VehicleDestructionComponent_OnTakePointDamage::BoneName' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_OnTakePointDamage, ShotFromDirection) == 0x000040, "Member 'VehicleDestructionComponent_OnTakePointDamage::ShotFromDirection' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_OnTakePointDamage, DamageType) == 0x000058, "Member 'VehicleDestructionComponent_OnTakePointDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(VehicleDestructionComponent_OnTakePointDamage, DamageCauser) == 0x000060, "Member 'VehicleDestructionComponent_OnTakePointDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_AreAnyMechanicalWeakSpotsDamaged \ +static_assert(alignof(VehicleDestructionComponent_AreAnyMechanicalWeakSpotsDamaged) == 0x000001, "Wrong alignment on VehicleDestructionComponent_AreAnyMechanicalWeakSpotsDamaged"); \ +static_assert(sizeof(VehicleDestructionComponent_AreAnyMechanicalWeakSpotsDamaged) == 0x000001, "Wrong size on VehicleDestructionComponent_AreAnyMechanicalWeakSpotsDamaged"); \ +static_assert(offsetof(VehicleDestructionComponent_AreAnyMechanicalWeakSpotsDamaged, ReturnValue) == 0x000000, "Member 'VehicleDestructionComponent_AreAnyMechanicalWeakSpotsDamaged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_AreAnyTireWeakSpotDamaged \ +static_assert(alignof(VehicleDestructionComponent_AreAnyTireWeakSpotDamaged) == 0x000001, "Wrong alignment on VehicleDestructionComponent_AreAnyTireWeakSpotDamaged"); \ +static_assert(sizeof(VehicleDestructionComponent_AreAnyTireWeakSpotDamaged) == 0x000001, "Wrong size on VehicleDestructionComponent_AreAnyTireWeakSpotDamaged"); \ +static_assert(offsetof(VehicleDestructionComponent_AreAnyTireWeakSpotDamaged, ReturnValue) == 0x000000, "Member 'VehicleDestructionComponent_AreAnyTireWeakSpotDamaged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_AreAnyWheelWeakSpotDamaged \ +static_assert(alignof(VehicleDestructionComponent_AreAnyWheelWeakSpotDamaged) == 0x000001, "Wrong alignment on VehicleDestructionComponent_AreAnyWheelWeakSpotDamaged"); \ +static_assert(sizeof(VehicleDestructionComponent_AreAnyWheelWeakSpotDamaged) == 0x000001, "Wrong size on VehicleDestructionComponent_AreAnyWheelWeakSpotDamaged"); \ +static_assert(offsetof(VehicleDestructionComponent_AreAnyWheelWeakSpotDamaged, ReturnValue) == 0x000000, "Member 'VehicleDestructionComponent_AreAnyWheelWeakSpotDamaged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_GetVehicleNormalizedHealth \ +static_assert(alignof(VehicleDestructionComponent_GetVehicleNormalizedHealth) == 0x000004, "Wrong alignment on VehicleDestructionComponent_GetVehicleNormalizedHealth"); \ +static_assert(sizeof(VehicleDestructionComponent_GetVehicleNormalizedHealth) == 0x000004, "Wrong size on VehicleDestructionComponent_GetVehicleNormalizedHealth"); \ +static_assert(offsetof(VehicleDestructionComponent_GetVehicleNormalizedHealth, ReturnValue) == 0x000000, "Member 'VehicleDestructionComponent_GetVehicleNormalizedHealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_GetVehicleNormalizedMechanicalHealth \ +static_assert(alignof(VehicleDestructionComponent_GetVehicleNormalizedMechanicalHealth) == 0x000004, "Wrong alignment on VehicleDestructionComponent_GetVehicleNormalizedMechanicalHealth"); \ +static_assert(sizeof(VehicleDestructionComponent_GetVehicleNormalizedMechanicalHealth) == 0x000004, "Wrong size on VehicleDestructionComponent_GetVehicleNormalizedMechanicalHealth"); \ +static_assert(offsetof(VehicleDestructionComponent_GetVehicleNormalizedMechanicalHealth, ReturnValue) == 0x000000, "Member 'VehicleDestructionComponent_GetVehicleNormalizedMechanicalHealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_GetVehicleWheelAndTireNormalizedHealth \ +static_assert(alignof(VehicleDestructionComponent_GetVehicleWheelAndTireNormalizedHealth) == 0x000004, "Wrong alignment on VehicleDestructionComponent_GetVehicleWheelAndTireNormalizedHealth"); \ +static_assert(sizeof(VehicleDestructionComponent_GetVehicleWheelAndTireNormalizedHealth) == 0x000004, "Wrong size on VehicleDestructionComponent_GetVehicleWheelAndTireNormalizedHealth"); \ +static_assert(offsetof(VehicleDestructionComponent_GetVehicleWheelAndTireNormalizedHealth, ReturnValue) == 0x000000, "Member 'VehicleDestructionComponent_GetVehicleWheelAndTireNormalizedHealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_IsInTakedownSequence \ +static_assert(alignof(VehicleDestructionComponent_IsInTakedownSequence) == 0x000001, "Wrong alignment on VehicleDestructionComponent_IsInTakedownSequence"); \ +static_assert(sizeof(VehicleDestructionComponent_IsInTakedownSequence) == 0x000001, "Wrong size on VehicleDestructionComponent_IsInTakedownSequence"); \ +static_assert(offsetof(VehicleDestructionComponent_IsInTakedownSequence, ReturnValue) == 0x000000, "Member 'VehicleDestructionComponent_IsInTakedownSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleDestructionComponent_IsVulnerable \ +static_assert(alignof(VehicleDestructionComponent_IsVulnerable) == 0x000001, "Wrong alignment on VehicleDestructionComponent_IsVulnerable"); \ +static_assert(sizeof(VehicleDestructionComponent_IsVulnerable) == 0x000001, "Wrong size on VehicleDestructionComponent_IsVulnerable"); \ +static_assert(offsetof(VehicleDestructionComponent_IsVulnerable, ReturnValue) == 0x000000, "Member 'VehicleDestructionComponent_IsVulnerable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleDestructionComponent \ +static_assert(alignof(UVehicleDestructionComponent) == 0x000010, "Wrong alignment on UVehicleDestructionComponent"); \ +static_assert(sizeof(UVehicleDestructionComponent) == 0x0003A0, "Wrong size on UVehicleDestructionComponent"); \ +static_assert(offsetof(UVehicleDestructionComponent, DamageMitigationTimeThreshold) == 0x000250, "Member 'UVehicleDestructionComponent::DamageMitigationTimeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVehicleDestructionComponent, VulnerableDuration) == 0x000258, "Member 'UVehicleDestructionComponent::VulnerableDuration' has a wrong offset!"); \ +static_assert(offsetof(UVehicleDestructionComponent, VulnerableDamageScalar) == 0x000260, "Member 'UVehicleDestructionComponent::VulnerableDamageScalar' has a wrong offset!"); \ +static_assert(offsetof(UVehicleDestructionComponent, TakedownRangeDistance) == 0x000268, "Member 'UVehicleDestructionComponent::TakedownRangeDistance' has a wrong offset!"); \ +static_assert(offsetof(UVehicleDestructionComponent, PeripheralPhysicsBodies) == 0x000278, "Member 'UVehicleDestructionComponent::PeripheralPhysicsBodies' has a wrong offset!"); \ +static_assert(offsetof(UVehicleDestructionComponent, OnWeakSpotDamaged) == 0x000288, "Member 'UVehicleDestructionComponent::OnWeakSpotDamaged' has a wrong offset!"); \ +static_assert(offsetof(UVehicleDestructionComponent, OnWeakSpotDestroyed) == 0x000289, "Member 'UVehicleDestructionComponent::OnWeakSpotDestroyed' has a wrong offset!"); \ +static_assert(offsetof(UVehicleDestructionComponent, OnWeakSpotRestored) == 0x00028A, "Member 'UVehicleDestructionComponent::OnWeakSpotRestored' has a wrong offset!"); \ +static_assert(offsetof(UVehicleDestructionComponent, OnWeakSpotDamageThreshold) == 0x00028B, "Member 'UVehicleDestructionComponent::OnWeakSpotDamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVehicleDestructionComponent, WeakspotSetupCollection) == 0x000290, "Member 'UVehicleDestructionComponent::WeakspotSetupCollection' has a wrong offset!"); \ +static_assert(offsetof(UVehicleDestructionComponent, WeakSpots) == 0x0002E0, "Member 'UVehicleDestructionComponent::WeakSpots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterBloodEffectsController \ +static_assert(alignof(UCharacterBloodEffectsController) == 0x000008, "Wrong alignment on UCharacterBloodEffectsController"); \ +static_assert(sizeof(UCharacterBloodEffectsController) == 0x0000C8, "Wrong size on UCharacterBloodEffectsController"); \ + +#define DUMPER7_ASSERTS_ADebugHUD \ +static_assert(alignof(ADebugHUD) == 0x000008, "Wrong alignment on ADebugHUD"); \ +static_assert(sizeof(ADebugHUD) == 0x0003C0, "Wrong size on ADebugHUD"); \ +static_assert(offsetof(ADebugHUD, MainFont) == 0x0003A8, "Member 'ADebugHUD::MainFont' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDialogueResponseViewModel \ +static_assert(alignof(UDialogueResponseViewModel) == 0x000008, "Wrong alignment on UDialogueResponseViewModel"); \ +static_assert(sizeof(UDialogueResponseViewModel) == 0x000140, "Wrong size on UDialogueResponseViewModel"); \ +static_assert(offsetof(UDialogueResponseViewModel, bImportant) == 0x000098, "Member 'UDialogueResponseViewModel::bImportant' has a wrong offset!"); \ +static_assert(offsetof(UDialogueResponseViewModel, bIsNew) == 0x000099, "Member 'UDialogueResponseViewModel::bIsNew' has a wrong offset!"); \ +static_assert(offsetof(UDialogueResponseViewModel, bIsValidResponse) == 0x00009A, "Member 'UDialogueResponseViewModel::bIsValidResponse' has a wrong offset!"); \ +static_assert(offsetof(UDialogueResponseViewModel, MenuText) == 0x0000A0, "Member 'UDialogueResponseViewModel::MenuText' has a wrong offset!"); \ +static_assert(offsetof(UDialogueResponseViewModel, PreviewText) == 0x0000B0, "Member 'UDialogueResponseViewModel::PreviewText' has a wrong offset!"); \ +static_assert(offsetof(UDialogueResponseViewModel, SkillCheck) == 0x0000C0, "Member 'UDialogueResponseViewModel::SkillCheck' has a wrong offset!"); \ +static_assert(offsetof(UDialogueResponseViewModel, TacticType) == 0x000128, "Member 'UDialogueResponseViewModel::TacticType' has a wrong offset!"); \ +static_assert(offsetof(UDialogueResponseViewModel, InventoryCheck) == 0x000130, "Member 'UDialogueResponseViewModel::InventoryCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDropContainedActionNotify \ +static_assert(alignof(UDropContainedActionNotify) == 0x000008, "Wrong alignment on UDropContainedActionNotify"); \ +static_assert(sizeof(UDropContainedActionNotify) == 0x000038, "Wrong size on UDropContainedActionNotify"); \ + +#define DUMPER7_ASSERTS_ACharacterDebugHUD \ +static_assert(alignof(ACharacterDebugHUD) == 0x000008, "Wrong alignment on ACharacterDebugHUD"); \ +static_assert(sizeof(ACharacterDebugHUD) == 0x0003C0, "Wrong size on ACharacterDebugHUD"); \ + +#define DUMPER7_ASSERTS_UCharacterDefinition \ +static_assert(alignof(UCharacterDefinition) == 0x000008, "Wrong alignment on UCharacterDefinition"); \ +static_assert(sizeof(UCharacterDefinition) == 0x0000E0, "Wrong size on UCharacterDefinition"); \ +static_assert(offsetof(UCharacterDefinition, Tags) == 0x000030, "Member 'UCharacterDefinition::Tags' has a wrong offset!"); \ +static_assert(offsetof(UCharacterDefinition, CharacterVisuals) == 0x000050, "Member 'UCharacterDefinition::CharacterVisuals' has a wrong offset!"); \ +static_assert(offsetof(UCharacterDefinition, VoiceID) == 0x000060, "Member 'UCharacterDefinition::VoiceID' has a wrong offset!"); \ +static_assert(offsetof(UCharacterDefinition, BehaviorDefinition) == 0x000070, "Member 'UCharacterDefinition::BehaviorDefinition' has a wrong offset!"); \ +static_assert(offsetof(UCharacterDefinition, Attributes) == 0x000078, "Member 'UCharacterDefinition::Attributes' has a wrong offset!"); \ +static_assert(offsetof(UCharacterDefinition, DialogueDefinition) == 0x000088, "Member 'UCharacterDefinition::DialogueDefinition' has a wrong offset!"); \ +static_assert(offsetof(UCharacterDefinition, TeamID) == 0x000090, "Member 'UCharacterDefinition::TeamID' has a wrong offset!"); \ +static_assert(offsetof(UCharacterDefinition, LootTable) == 0x000098, "Member 'UCharacterDefinition::LootTable' has a wrong offset!"); \ +static_assert(offsetof(UCharacterDefinition, InventoryTable) == 0x0000A0, "Member 'UCharacterDefinition::InventoryTable' has a wrong offset!"); \ +static_assert(offsetof(UCharacterDefinition, WorldStateID) == 0x0000A8, "Member 'UCharacterDefinition::WorldStateID' has a wrong offset!"); \ +static_assert(offsetof(UCharacterDefinition, SidecarComponents) == 0x0000D0, "Member 'UCharacterDefinition::SidecarComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJActivatableWidget_RegisterUIAction \ +static_assert(alignof(CJActivatableWidget_RegisterUIAction) == 0x000008, "Wrong alignment on CJActivatableWidget_RegisterUIAction"); \ +static_assert(sizeof(CJActivatableWidget_RegisterUIAction) == 0x000020, "Wrong size on CJActivatableWidget_RegisterUIAction"); \ +static_assert(offsetof(CJActivatableWidget_RegisterUIAction, InputAction) == 0x000000, "Member 'CJActivatableWidget_RegisterUIAction::InputAction' has a wrong offset!"); \ +static_assert(offsetof(CJActivatableWidget_RegisterUIAction, Callback) == 0x000008, "Member 'CJActivatableWidget_RegisterUIAction::Callback' has a wrong offset!"); \ +static_assert(offsetof(CJActivatableWidget_RegisterUIAction, ReturnValue) == 0x000018, "Member 'CJActivatableWidget_RegisterUIAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJActivatableWidget_TriggerUIAudioEventForCurrentLocalPlayer \ +static_assert(alignof(CJActivatableWidget_TriggerUIAudioEventForCurrentLocalPlayer) == 0x000004, "Wrong alignment on CJActivatableWidget_TriggerUIAudioEventForCurrentLocalPlayer"); \ +static_assert(sizeof(CJActivatableWidget_TriggerUIAudioEventForCurrentLocalPlayer) == 0x000008, "Wrong size on CJActivatableWidget_TriggerUIAudioEventForCurrentLocalPlayer"); \ +static_assert(offsetof(CJActivatableWidget_TriggerUIAudioEventForCurrentLocalPlayer, UIAudioEventTag) == 0x000000, "Member 'CJActivatableWidget_TriggerUIAudioEventForCurrentLocalPlayer::UIAudioEventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJActivatableWidget \ +static_assert(alignof(UCJActivatableWidget) == 0x000008, "Wrong alignment on UCJActivatableWidget"); \ +static_assert(sizeof(UCJActivatableWidget) == 0x000800, "Wrong size on UCJActivatableWidget"); \ +static_assert(offsetof(UCJActivatableWidget, ActivatedUIAudioEventTag) == 0x0004A0, "Member 'UCJActivatableWidget::ActivatedUIAudioEventTag' has a wrong offset!"); \ +static_assert(offsetof(UCJActivatableWidget, DeactivatedUIAudioEventTag) == 0x0004A8, "Member 'UCJActivatableWidget::DeactivatedUIAudioEventTag' has a wrong offset!"); \ +static_assert(offsetof(UCJActivatableWidget, bEnableGlobalInvalidation) == 0x0004B0, "Member 'UCJActivatableWidget::bEnableGlobalInvalidation' has a wrong offset!"); \ +static_assert(offsetof(UCJActivatableWidget, bToggleActivationWithFocus) == 0x0004B1, "Member 'UCJActivatableWidget::bToggleActivationWithFocus' has a wrong offset!"); \ +static_assert(offsetof(UCJActivatableWidget, InputConfig) == 0x0004B2, "Member 'UCJActivatableWidget::InputConfig' has a wrong offset!"); \ +static_assert(offsetof(UCJActivatableWidget, GameMouseCaptureMode) == 0x0004B3, "Member 'UCJActivatableWidget::GameMouseCaptureMode' has a wrong offset!"); \ +static_assert(offsetof(UCJActivatableWidget, bUseAnalogNavigation) == 0x0004B4, "Member 'UCJActivatableWidget::bUseAnalogNavigation' has a wrong offset!"); \ +static_assert(offsetof(UCJActivatableWidget, UIAudioEventHandlerClass) == 0x0004B8, "Member 'UCJActivatableWidget::UIAudioEventHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(UCJActivatableWidget, UIAudioEventHandlerInstance) == 0x0004C0, "Member 'UCJActivatableWidget::UIAudioEventHandlerInstance' has a wrong offset!"); \ +static_assert(offsetof(UCJActivatableWidget, BasePath) == 0x0004C8, "Member 'UCJActivatableWidget::BasePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDialogueResponseWidget \ +static_assert(alignof(UDialogueResponseWidget) == 0x000008, "Wrong alignment on UDialogueResponseWidget"); \ +static_assert(sizeof(UDialogueResponseWidget) == 0x000808, "Wrong size on UDialogueResponseWidget"); \ +static_assert(offsetof(UDialogueResponseWidget, PauseMenuAction) == 0x000800, "Member 'UDialogueResponseWidget::PauseMenuAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharSpawnPointComponent \ +static_assert(alignof(UCharSpawnPointComponent) == 0x000010, "Wrong alignment on UCharSpawnPointComponent"); \ +static_assert(sizeof(UCharSpawnPointComponent) == 0x000270, "Wrong size on UCharSpawnPointComponent"); \ +static_assert(offsetof(UCharSpawnPointComponent, SpawnerTags) == 0x000250, "Member 'UCharSpawnPointComponent::SpawnerTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterGroupSpawner_OnConditionChanged \ +static_assert(alignof(CharacterGroupSpawner_OnConditionChanged) == 0x000001, "Wrong alignment on CharacterGroupSpawner_OnConditionChanged"); \ +static_assert(sizeof(CharacterGroupSpawner_OnConditionChanged) == 0x000001, "Wrong size on CharacterGroupSpawner_OnConditionChanged"); \ +static_assert(offsetof(CharacterGroupSpawner_OnConditionChanged, bValue) == 0x000000, "Member 'CharacterGroupSpawner_OnConditionChanged::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACharacterGroupSpawner \ +static_assert(alignof(ACharacterGroupSpawner) == 0x000008, "Wrong alignment on ACharacterGroupSpawner"); \ +static_assert(sizeof(ACharacterGroupSpawner) == 0x000408, "Wrong size on ACharacterGroupSpawner"); \ +static_assert(offsetof(ACharacterGroupSpawner, SpawnerId) == 0x0002B0, "Member 'ACharacterGroupSpawner::SpawnerId' has a wrong offset!"); \ +static_assert(offsetof(ACharacterGroupSpawner, EnabledCondition) == 0x0002B8, "Member 'ACharacterGroupSpawner::EnabledCondition' has a wrong offset!"); \ +static_assert(offsetof(ACharacterGroupSpawner, bUseSpawnCondition) == 0x0002D0, "Member 'ACharacterGroupSpawner::bUseSpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(ACharacterGroupSpawner, SpawnCondition) == 0x0002D4, "Member 'ACharacterGroupSpawner::SpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(ACharacterGroupSpawner, BoolToSetOnComplete) == 0x0002EC, "Member 'ACharacterGroupSpawner::BoolToSetOnComplete' has a wrong offset!"); \ +static_assert(offsetof(ACharacterGroupSpawner, EnemiesDefeated) == 0x000304, "Member 'ACharacterGroupSpawner::EnemiesDefeated' has a wrong offset!"); \ +static_assert(offsetof(ACharacterGroupSpawner, TotalEnemies) == 0x00031C, "Member 'ACharacterGroupSpawner::TotalEnemies' has a wrong offset!"); \ +static_assert(offsetof(ACharacterGroupSpawner, SpawnWaves) == 0x000338, "Member 'ACharacterGroupSpawner::SpawnWaves' has a wrong offset!"); \ +static_assert(offsetof(ACharacterGroupSpawner, bLoop) == 0x000348, "Member 'ACharacterGroupSpawner::bLoop' has a wrong offset!"); \ +static_assert(offsetof(ACharacterGroupSpawner, bInstantSpawnNextWave) == 0x000349, "Member 'ACharacterGroupSpawner::bInstantSpawnNextWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEmitterTickManagerSubsystem \ +static_assert(alignof(UEmitterTickManagerSubsystem) == 0x000008, "Wrong alignment on UEmitterTickManagerSubsystem"); \ +static_assert(sizeof(UEmitterTickManagerSubsystem) == 0x000138, "Wrong size on UEmitterTickManagerSubsystem"); \ +static_assert(offsetof(UEmitterTickManagerSubsystem, StandaloneEmitters) == 0x0000E8, "Member 'UEmitterTickManagerSubsystem::StandaloneEmitters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterGroupSubsystem_AddStatus \ +static_assert(alignof(CharacterGroupSubsystem_AddStatus) == 0x000008, "Wrong alignment on CharacterGroupSubsystem_AddStatus"); \ +static_assert(sizeof(CharacterGroupSubsystem_AddStatus) == 0x000010, "Wrong size on CharacterGroupSubsystem_AddStatus"); \ +static_assert(offsetof(CharacterGroupSubsystem_AddStatus, CharId) == 0x000000, "Member 'CharacterGroupSubsystem_AddStatus::CharId' has a wrong offset!"); \ +static_assert(offsetof(CharacterGroupSubsystem_AddStatus, Status) == 0x000008, "Member 'CharacterGroupSubsystem_AddStatus::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterGroupSubsystem_RemoveStatus \ +static_assert(alignof(CharacterGroupSubsystem_RemoveStatus) == 0x000008, "Wrong alignment on CharacterGroupSubsystem_RemoveStatus"); \ +static_assert(sizeof(CharacterGroupSubsystem_RemoveStatus) == 0x000010, "Wrong size on CharacterGroupSubsystem_RemoveStatus"); \ +static_assert(offsetof(CharacterGroupSubsystem_RemoveStatus, CharId) == 0x000000, "Member 'CharacterGroupSubsystem_RemoveStatus::CharId' has a wrong offset!"); \ +static_assert(offsetof(CharacterGroupSubsystem_RemoveStatus, Status) == 0x000008, "Member 'CharacterGroupSubsystem_RemoveStatus::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterGroupSubsystem_GetGroup \ +static_assert(alignof(CharacterGroupSubsystem_GetGroup) == 0x000008, "Wrong alignment on CharacterGroupSubsystem_GetGroup"); \ +static_assert(sizeof(CharacterGroupSubsystem_GetGroup) == 0x000010, "Wrong size on CharacterGroupSubsystem_GetGroup"); \ +static_assert(offsetof(CharacterGroupSubsystem_GetGroup, CharId) == 0x000000, "Member 'CharacterGroupSubsystem_GetGroup::CharId' has a wrong offset!"); \ +static_assert(offsetof(CharacterGroupSubsystem_GetGroup, ReturnValue) == 0x000008, "Member 'CharacterGroupSubsystem_GetGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterGroupSubsystem_GetRole \ +static_assert(alignof(CharacterGroupSubsystem_GetRole) == 0x000008, "Wrong alignment on CharacterGroupSubsystem_GetRole"); \ +static_assert(sizeof(CharacterGroupSubsystem_GetRole) == 0x000010, "Wrong size on CharacterGroupSubsystem_GetRole"); \ +static_assert(offsetof(CharacterGroupSubsystem_GetRole, CharId) == 0x000000, "Member 'CharacterGroupSubsystem_GetRole::CharId' has a wrong offset!"); \ +static_assert(offsetof(CharacterGroupSubsystem_GetRole, ReturnValue) == 0x000008, "Member 'CharacterGroupSubsystem_GetRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterGroupSubsystem \ +static_assert(alignof(UCharacterGroupSubsystem) == 0x000008, "Wrong alignment on UCharacterGroupSubsystem"); \ +static_assert(sizeof(UCharacterGroupSubsystem) == 0x0001C8, "Wrong size on UCharacterGroupSubsystem"); \ +static_assert(offsetof(UCharacterGroupSubsystem, MemberInfo) == 0x0000D8, "Member 'UCharacterGroupSubsystem::MemberInfo' has a wrong offset!"); \ +static_assert(offsetof(UCharacterGroupSubsystem, RoleBehaviors) == 0x000178, "Member 'UCharacterGroupSubsystem::RoleBehaviors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkillCheckActionComponent_OnRequestFinished \ +static_assert(alignof(SkillCheckActionComponent_OnRequestFinished) == 0x000008, "Wrong alignment on SkillCheckActionComponent_OnRequestFinished"); \ +static_assert(sizeof(SkillCheckActionComponent_OnRequestFinished) == 0x000010, "Wrong size on SkillCheckActionComponent_OnRequestFinished"); \ +static_assert(offsetof(SkillCheckActionComponent_OnRequestFinished, Handler) == 0x000000, "Member 'SkillCheckActionComponent_OnRequestFinished::Handler' has a wrong offset!"); \ +static_assert(offsetof(SkillCheckActionComponent_OnRequestFinished, CurrentRequestID) == 0x000008, "Member 'SkillCheckActionComponent_OnRequestFinished::CurrentRequestID' has a wrong offset!"); \ +static_assert(offsetof(SkillCheckActionComponent_OnRequestFinished, Result) == 0x00000C, "Member 'SkillCheckActionComponent_OnRequestFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkillCheckActionComponent_RequestCheckAction \ +static_assert(alignof(SkillCheckActionComponent_RequestCheckAction) == 0x000008, "Wrong alignment on SkillCheckActionComponent_RequestCheckAction"); \ +static_assert(sizeof(SkillCheckActionComponent_RequestCheckAction) == 0x000010, "Wrong size on SkillCheckActionComponent_RequestCheckAction"); \ +static_assert(offsetof(SkillCheckActionComponent_RequestCheckAction, ActionType) == 0x000000, "Member 'SkillCheckActionComponent_RequestCheckAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(SkillCheckActionComponent_RequestCheckAction, ReturnValue) == 0x000008, "Member 'SkillCheckActionComponent_RequestCheckAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkillCheckActionComponent_IsSkillCheckActive \ +static_assert(alignof(SkillCheckActionComponent_IsSkillCheckActive) == 0x000001, "Wrong alignment on SkillCheckActionComponent_IsSkillCheckActive"); \ +static_assert(sizeof(SkillCheckActionComponent_IsSkillCheckActive) == 0x000001, "Wrong size on SkillCheckActionComponent_IsSkillCheckActive"); \ +static_assert(offsetof(SkillCheckActionComponent_IsSkillCheckActive, ReturnValue) == 0x000000, "Member 'SkillCheckActionComponent_IsSkillCheckActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkillCheckActionComponent \ +static_assert(alignof(USkillCheckActionComponent) == 0x000008, "Wrong alignment on USkillCheckActionComponent"); \ +static_assert(sizeof(USkillCheckActionComponent) == 0x000128, "Wrong size on USkillCheckActionComponent"); \ +static_assert(offsetof(USkillCheckActionComponent, OwningCharacter) == 0x0000C0, "Member 'USkillCheckActionComponent::OwningCharacter' has a wrong offset!"); \ +static_assert(offsetof(USkillCheckActionComponent, ActionHandler) == 0x0000C8, "Member 'USkillCheckActionComponent::ActionHandler' has a wrong offset!"); \ +static_assert(offsetof(USkillCheckActionComponent, CheckTarget) == 0x0000D0, "Member 'USkillCheckActionComponent::CheckTarget' has a wrong offset!"); \ +static_assert(offsetof(USkillCheckActionComponent, TargetingRange) == 0x0000D8, "Member 'USkillCheckActionComponent::TargetingRange' has a wrong offset!"); \ +static_assert(offsetof(USkillCheckActionComponent, MovementConsiderationTime) == 0x0000DC, "Member 'USkillCheckActionComponent::MovementConsiderationTime' has a wrong offset!"); \ +static_assert(offsetof(USkillCheckActionComponent, CheckMoveSet) == 0x0000E0, "Member 'USkillCheckActionComponent::CheckMoveSet' has a wrong offset!"); \ +static_assert(offsetof(USkillCheckActionComponent, bTimeoutEnabled) == 0x0000E8, "Member 'USkillCheckActionComponent::bTimeoutEnabled' has a wrong offset!"); \ +static_assert(offsetof(USkillCheckActionComponent, CoolDownTime) == 0x0000EC, "Member 'USkillCheckActionComponent::CoolDownTime' has a wrong offset!"); \ +static_assert(offsetof(USkillCheckActionComponent, CameraAxisTolerance) == 0x0000F0, "Member 'USkillCheckActionComponent::CameraAxisTolerance' has a wrong offset!"); \ +static_assert(offsetof(USkillCheckActionComponent, bAlignToCameraAxis) == 0x0000F4, "Member 'USkillCheckActionComponent::bAlignToCameraAxis' has a wrong offset!"); \ +static_assert(offsetof(USkillCheckActionComponent, OnEnteredCheckActione) == 0x000108, "Member 'USkillCheckActionComponent::OnEnteredCheckActione' has a wrong offset!"); \ +static_assert(offsetof(USkillCheckActionComponent, OnExitedCheckActione) == 0x000118, "Member 'USkillCheckActionComponent::OnExitedCheckActione' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterGroupSubsystemSettings \ +static_assert(alignof(UCharacterGroupSubsystemSettings) == 0x000008, "Wrong alignment on UCharacterGroupSubsystemSettings"); \ +static_assert(sizeof(UCharacterGroupSubsystemSettings) == 0x000100, "Wrong size on UCharacterGroupSubsystemSettings"); \ +static_assert(offsetof(UCharacterGroupSubsystemSettings, GroupTable) == 0x000038, "Member 'UCharacterGroupSubsystemSettings::GroupTable' has a wrong offset!"); \ +static_assert(offsetof(UCharacterGroupSubsystemSettings, SlotsTable) == 0x000060, "Member 'UCharacterGroupSubsystemSettings::SlotsTable' has a wrong offset!"); \ +static_assert(offsetof(UCharacterGroupSubsystemSettings, RoleTable) == 0x000088, "Member 'UCharacterGroupSubsystemSettings::RoleTable' has a wrong offset!"); \ +static_assert(offsetof(UCharacterGroupSubsystemSettings, StatusTable) == 0x0000B0, "Member 'UCharacterGroupSubsystemSettings::StatusTable' has a wrong offset!"); \ +static_assert(offsetof(UCharacterGroupSubsystemSettings, StatusSettingsTable) == 0x0000D8, "Member 'UCharacterGroupSubsystemSettings::StatusSettingsTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvironmentalHazardComponent_RequestAction \ +static_assert(alignof(EnvironmentalHazardComponent_RequestAction) == 0x000008, "Wrong alignment on EnvironmentalHazardComponent_RequestAction"); \ +static_assert(sizeof(EnvironmentalHazardComponent_RequestAction) == 0x000018, "Wrong size on EnvironmentalHazardComponent_RequestAction"); \ +static_assert(offsetof(EnvironmentalHazardComponent_RequestAction, ActionTarget) == 0x000000, "Member 'EnvironmentalHazardComponent_RequestAction::ActionTarget' has a wrong offset!"); \ +static_assert(offsetof(EnvironmentalHazardComponent_RequestAction, ActionType) == 0x000008, "Member 'EnvironmentalHazardComponent_RequestAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(EnvironmentalHazardComponent_RequestAction, ReturnValue) == 0x000010, "Member 'EnvironmentalHazardComponent_RequestAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvironmentalHazardComponent_RequestActionAtPoint \ +static_assert(alignof(EnvironmentalHazardComponent_RequestActionAtPoint) == 0x000008, "Wrong alignment on EnvironmentalHazardComponent_RequestActionAtPoint"); \ +static_assert(sizeof(EnvironmentalHazardComponent_RequestActionAtPoint) == 0x000030, "Wrong size on EnvironmentalHazardComponent_RequestActionAtPoint"); \ +static_assert(offsetof(EnvironmentalHazardComponent_RequestActionAtPoint, ActionTarget) == 0x000000, "Member 'EnvironmentalHazardComponent_RequestActionAtPoint::ActionTarget' has a wrong offset!"); \ +static_assert(offsetof(EnvironmentalHazardComponent_RequestActionAtPoint, InteractionPoint) == 0x000008, "Member 'EnvironmentalHazardComponent_RequestActionAtPoint::InteractionPoint' has a wrong offset!"); \ +static_assert(offsetof(EnvironmentalHazardComponent_RequestActionAtPoint, ActionType) == 0x000020, "Member 'EnvironmentalHazardComponent_RequestActionAtPoint::ActionType' has a wrong offset!"); \ +static_assert(offsetof(EnvironmentalHazardComponent_RequestActionAtPoint, ReturnValue) == 0x000028, "Member 'EnvironmentalHazardComponent_RequestActionAtPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvironmentalHazardComponent \ +static_assert(alignof(UEnvironmentalHazardComponent) == 0x000010, "Wrong alignment on UEnvironmentalHazardComponent"); \ +static_assert(sizeof(UEnvironmentalHazardComponent) == 0x000140, "Wrong size on UEnvironmentalHazardComponent"); \ +static_assert(offsetof(UEnvironmentalHazardComponent, ActionMoveSet) == 0x0000C0, "Member 'UEnvironmentalHazardComponent::ActionMoveSet' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentalHazardComponent, LinkedLayer) == 0x0000C8, "Member 'UEnvironmentalHazardComponent::LinkedLayer' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentalHazardComponent, ActionCooldownTime) == 0x0000D0, "Member 'UEnvironmentalHazardComponent::ActionCooldownTime' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentalHazardComponent, bCharacterIsRespondingToHazard) == 0x0000D4, "Member 'UEnvironmentalHazardComponent::bCharacterIsRespondingToHazard' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentalHazardComponent, bInterruptsCurrentAction) == 0x0000D5, "Member 'UEnvironmentalHazardComponent::bInterruptsCurrentAction' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentalHazardComponent, bAlignForcetowardsHazard) == 0x0000D6, "Member 'UEnvironmentalHazardComponent::bAlignForcetowardsHazard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterInVehicleAnimInstance \ +static_assert(alignof(UCharacterInVehicleAnimInstance) == 0x000010, "Wrong alignment on UCharacterInVehicleAnimInstance"); \ +static_assert(sizeof(UCharacterInVehicleAnimInstance) == 0x000410, "Wrong size on UCharacterInVehicleAnimInstance"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, OwningCharacter) == 0x0003E8, "Member 'UCharacterInVehicleAnimInstance::OwningCharacter' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, SteeringValueMultiplier) == 0x0003F0, "Member 'UCharacterInVehicleAnimInstance::SteeringValueMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, bIsHornActive_CODE) == 0x0003F4, "Member 'UCharacterInVehicleAnimInstance::bIsHornActive_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, bIsTurning_CODE) == 0x0003F5, "Member 'UCharacterInVehicleAnimInstance::bIsTurning_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, bIsReversing_CODE) == 0x0003F6, "Member 'UCharacterInVehicleAnimInstance::bIsReversing_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, SteeringValue_CODE) == 0x0003F8, "Member 'UCharacterInVehicleAnimInstance::SteeringValue_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, VehicleDoor_CODE) == 0x0003FC, "Member 'UCharacterInVehicleAnimInstance::VehicleDoor_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, VehicleSeat_CODE) == 0x0003FE, "Member 'UCharacterInVehicleAnimInstance::VehicleSeat_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, VehicleDoorState_CODE) == 0x0003FF, "Member 'UCharacterInVehicleAnimInstance::VehicleDoorState_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, VehicleEntrySection_CODE) == 0x000400, "Member 'UCharacterInVehicleAnimInstance::VehicleEntrySection_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, bIsEnteringVehicle_CODE) == 0x000401, "Member 'UCharacterInVehicleAnimInstance::bIsEnteringVehicle_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, bIsExitingVehicle_CODE) == 0x000402, "Member 'UCharacterInVehicleAnimInstance::bIsExitingVehicle_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, bSideRamActive_CODE) == 0x000403, "Member 'UCharacterInVehicleAnimInstance::bSideRamActive_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, SideRamLeft_CODE) == 0x000404, "Member 'UCharacterInVehicleAnimInstance::SideRamLeft_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, EarlyExit_CODE) == 0x000405, "Member 'UCharacterInVehicleAnimInstance::EarlyExit_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, ForcedExit_CODE) == 0x000406, "Member 'UCharacterInVehicleAnimInstance::ForcedExit_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, bIsVehicleUpsideDown_CODE) == 0x000407, "Member 'UCharacterInVehicleAnimInstance::bIsVehicleUpsideDown_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCharacterInVehicleAnimInstance, bIsUnconscious_CODE) == 0x000408, "Member 'UCharacterInVehicleAnimInstance::bIsUnconscious_CODE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterLevelCalculation_BP_Evaluate \ +static_assert(alignof(CharacterLevelCalculation_BP_Evaluate) == 0x000008, "Wrong alignment on CharacterLevelCalculation_BP_Evaluate"); \ +static_assert(sizeof(CharacterLevelCalculation_BP_Evaluate) == 0x000028, "Wrong size on CharacterLevelCalculation_BP_Evaluate"); \ +static_assert(offsetof(CharacterLevelCalculation_BP_Evaluate, Tags) == 0x000000, "Member 'CharacterLevelCalculation_BP_Evaluate::Tags' has a wrong offset!"); \ +static_assert(offsetof(CharacterLevelCalculation_BP_Evaluate, Result) == 0x000020, "Member 'CharacterLevelCalculation_BP_Evaluate::Result' has a wrong offset!"); \ +static_assert(offsetof(CharacterLevelCalculation_BP_Evaluate, ReturnValue) == 0x000024, "Member 'CharacterLevelCalculation_BP_Evaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterLevelCalculation \ +static_assert(alignof(UCharacterLevelCalculation) == 0x000008, "Wrong alignment on UCharacterLevelCalculation"); \ +static_assert(sizeof(UCharacterLevelCalculation) == 0x000028, "Wrong size on UCharacterLevelCalculation"); \ + +#define DUMPER7_ASSERTS_UClassNotificationWidgetCreator \ +static_assert(alignof(UClassNotificationWidgetCreator) == 0x000008, "Wrong alignment on UClassNotificationWidgetCreator"); \ +static_assert(sizeof(UClassNotificationWidgetCreator) == 0x000078, "Wrong size on UClassNotificationWidgetCreator"); \ +static_assert(offsetof(UClassNotificationWidgetCreator, HandledClasses) == 0x000028, "Member 'UClassNotificationWidgetCreator::HandledClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementFaction_EscalateCurrentCrimeToLevel \ +static_assert(alignof(EnforcementFaction_EscalateCurrentCrimeToLevel) == 0x000004, "Wrong alignment on EnforcementFaction_EscalateCurrentCrimeToLevel"); \ +static_assert(sizeof(EnforcementFaction_EscalateCurrentCrimeToLevel) == 0x000004, "Wrong size on EnforcementFaction_EscalateCurrentCrimeToLevel"); \ +static_assert(offsetof(EnforcementFaction_EscalateCurrentCrimeToLevel, SeverityLevel) == 0x000000, "Member 'EnforcementFaction_EscalateCurrentCrimeToLevel::SeverityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementFaction_RegisterAgent \ +static_assert(alignof(EnforcementFaction_RegisterAgent) == 0x000004, "Wrong alignment on EnforcementFaction_RegisterAgent"); \ +static_assert(sizeof(EnforcementFaction_RegisterAgent) == 0x000018, "Wrong size on EnforcementFaction_RegisterAgent"); \ +static_assert(offsetof(EnforcementFaction_RegisterAgent, PlaceId) == 0x000000, "Member 'EnforcementFaction_RegisterAgent::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(EnforcementFaction_RegisterAgent, AgentType) == 0x000008, "Member 'EnforcementFaction_RegisterAgent::AgentType' has a wrong offset!"); \ +static_assert(offsetof(EnforcementFaction_RegisterAgent, GroupPlaceID) == 0x00000C, "Member 'EnforcementFaction_RegisterAgent::GroupPlaceID' has a wrong offset!"); \ +static_assert(offsetof(EnforcementFaction_RegisterAgent, ReturnValue) == 0x000014, "Member 'EnforcementFaction_RegisterAgent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementFaction_SetMaxSeverityLevel \ +static_assert(alignof(EnforcementFaction_SetMaxSeverityLevel) == 0x000004, "Wrong alignment on EnforcementFaction_SetMaxSeverityLevel"); \ +static_assert(sizeof(EnforcementFaction_SetMaxSeverityLevel) == 0x000004, "Wrong size on EnforcementFaction_SetMaxSeverityLevel"); \ +static_assert(offsetof(EnforcementFaction_SetMaxSeverityLevel, MaxSeverity) == 0x000000, "Member 'EnforcementFaction_SetMaxSeverityLevel::MaxSeverity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementFaction_GetActiveAgents \ +static_assert(alignof(EnforcementFaction_GetActiveAgents) == 0x000008, "Wrong alignment on EnforcementFaction_GetActiveAgents"); \ +static_assert(sizeof(EnforcementFaction_GetActiveAgents) == 0x000018, "Wrong size on EnforcementFaction_GetActiveAgents"); \ +static_assert(offsetof(EnforcementFaction_GetActiveAgents, AgentList) == 0x000000, "Member 'EnforcementFaction_GetActiveAgents::AgentList' has a wrong offset!"); \ +static_assert(offsetof(EnforcementFaction_GetActiveAgents, ReturnValue) == 0x000010, "Member 'EnforcementFaction_GetActiveAgents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementFaction_GetCurrentDecayCooldown \ +static_assert(alignof(EnforcementFaction_GetCurrentDecayCooldown) == 0x000004, "Wrong alignment on EnforcementFaction_GetCurrentDecayCooldown"); \ +static_assert(sizeof(EnforcementFaction_GetCurrentDecayCooldown) == 0x000004, "Wrong size on EnforcementFaction_GetCurrentDecayCooldown"); \ +static_assert(offsetof(EnforcementFaction_GetCurrentDecayCooldown, ReturnValue) == 0x000000, "Member 'EnforcementFaction_GetCurrentDecayCooldown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementFaction_GetCurrentDecayCooldownNormalized \ +static_assert(alignof(EnforcementFaction_GetCurrentDecayCooldownNormalized) == 0x000004, "Wrong alignment on EnforcementFaction_GetCurrentDecayCooldownNormalized"); \ +static_assert(sizeof(EnforcementFaction_GetCurrentDecayCooldownNormalized) == 0x000004, "Wrong size on EnforcementFaction_GetCurrentDecayCooldownNormalized"); \ +static_assert(offsetof(EnforcementFaction_GetCurrentDecayCooldownNormalized, ReturnValue) == 0x000000, "Member 'EnforcementFaction_GetCurrentDecayCooldownNormalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementFaction_GetPriorityLevel \ +static_assert(alignof(EnforcementFaction_GetPriorityLevel) == 0x000004, "Wrong alignment on EnforcementFaction_GetPriorityLevel"); \ +static_assert(sizeof(EnforcementFaction_GetPriorityLevel) == 0x000004, "Wrong size on EnforcementFaction_GetPriorityLevel"); \ +static_assert(offsetof(EnforcementFaction_GetPriorityLevel, ReturnValue) == 0x000000, "Member 'EnforcementFaction_GetPriorityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementFaction_GetRoadBlockCooldown \ +static_assert(alignof(EnforcementFaction_GetRoadBlockCooldown) == 0x000004, "Wrong alignment on EnforcementFaction_GetRoadBlockCooldown"); \ +static_assert(sizeof(EnforcementFaction_GetRoadBlockCooldown) == 0x000004, "Wrong size on EnforcementFaction_GetRoadBlockCooldown"); \ +static_assert(offsetof(EnforcementFaction_GetRoadBlockCooldown, ReturnValue) == 0x000000, "Member 'EnforcementFaction_GetRoadBlockCooldown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementFaction_GetSeverityLevel \ +static_assert(alignof(EnforcementFaction_GetSeverityLevel) == 0x000004, "Wrong alignment on EnforcementFaction_GetSeverityLevel"); \ +static_assert(sizeof(EnforcementFaction_GetSeverityLevel) == 0x000004, "Wrong size on EnforcementFaction_GetSeverityLevel"); \ +static_assert(offsetof(EnforcementFaction_GetSeverityLevel, ReturnValue) == 0x000000, "Member 'EnforcementFaction_GetSeverityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementFaction_GetTotalSeverityScore \ +static_assert(alignof(EnforcementFaction_GetTotalSeverityScore) == 0x000004, "Wrong alignment on EnforcementFaction_GetTotalSeverityScore"); \ +static_assert(sizeof(EnforcementFaction_GetTotalSeverityScore) == 0x000004, "Wrong size on EnforcementFaction_GetTotalSeverityScore"); \ +static_assert(offsetof(EnforcementFaction_GetTotalSeverityScore, ReturnValue) == 0x000000, "Member 'EnforcementFaction_GetTotalSeverityScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementFaction_HasActiveAgents \ +static_assert(alignof(EnforcementFaction_HasActiveAgents) == 0x000001, "Wrong alignment on EnforcementFaction_HasActiveAgents"); \ +static_assert(sizeof(EnforcementFaction_HasActiveAgents) == 0x000001, "Wrong size on EnforcementFaction_HasActiveAgents"); \ +static_assert(offsetof(EnforcementFaction_HasActiveAgents, ReturnValue) == 0x000000, "Member 'EnforcementFaction_HasActiveAgents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementFaction_IsLocationNearActiveAgent \ +static_assert(alignof(EnforcementFaction_IsLocationNearActiveAgent) == 0x000008, "Wrong alignment on EnforcementFaction_IsLocationNearActiveAgent"); \ +static_assert(sizeof(EnforcementFaction_IsLocationNearActiveAgent) == 0x000020, "Wrong size on EnforcementFaction_IsLocationNearActiveAgent"); \ +static_assert(offsetof(EnforcementFaction_IsLocationNearActiveAgent, Location) == 0x000000, "Member 'EnforcementFaction_IsLocationNearActiveAgent::Location' has a wrong offset!"); \ +static_assert(offsetof(EnforcementFaction_IsLocationNearActiveAgent, ReturnValue) == 0x000018, "Member 'EnforcementFaction_IsLocationNearActiveAgent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnforcementFaction \ +static_assert(alignof(UEnforcementFaction) == 0x000010, "Wrong alignment on UEnforcementFaction"); \ +static_assert(sizeof(UEnforcementFaction) == 0x000CC0, "Wrong size on UEnforcementFaction"); \ +static_assert(offsetof(UEnforcementFaction, OnVehicleAgentCreated) == 0x000028, "Member 'UEnforcementFaction::OnVehicleAgentCreated' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementFaction, ActorGroupSubsystem) == 0x000038, "Member 'UEnforcementFaction::ActorGroupSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementFaction, FactionSettings) == 0x000050, "Member 'UEnforcementFaction::FactionSettings' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementFaction, FactionWorldSettings) == 0x000B10, "Member 'UEnforcementFaction::FactionWorldSettings' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementFaction, CrimeScene) == 0x000B48, "Member 'UEnforcementFaction::CrimeScene' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementFaction, BlueprintObject) == 0x000B50, "Member 'UEnforcementFaction::BlueprintObject' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementFaction, CrimeDatabase) == 0x000BA0, "Member 'UEnforcementFaction::CrimeDatabase' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementFaction, AgentLevelCalculatorClass) == 0x000BA8, "Member 'UEnforcementFaction::AgentLevelCalculatorClass' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementFaction, PatrolRoutes) == 0x000C40, "Member 'UEnforcementFaction::PatrolRoutes' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementFaction, LoadedActorGroups) == 0x000C50, "Member 'UEnforcementFaction::LoadedActorGroups' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementFaction, LoadedIconAssets) == 0x000C60, "Member 'UEnforcementFaction::LoadedIconAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterLevelCalculationSubsystem \ +static_assert(alignof(UCharacterLevelCalculationSubsystem) == 0x000008, "Wrong alignment on UCharacterLevelCalculationSubsystem"); \ +static_assert(sizeof(UCharacterLevelCalculationSubsystem) == 0x000088, "Wrong size on UCharacterLevelCalculationSubsystem"); \ +static_assert(offsetof(UCharacterLevelCalculationSubsystem, Items) == 0x000038, "Member 'UCharacterLevelCalculationSubsystem::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterPhysicalAnimationComponent_CompletelySimulate \ +static_assert(alignof(CharacterPhysicalAnimationComponent_CompletelySimulate) == 0x000001, "Wrong alignment on CharacterPhysicalAnimationComponent_CompletelySimulate"); \ +static_assert(sizeof(CharacterPhysicalAnimationComponent_CompletelySimulate) == 0x000002, "Wrong size on CharacterPhysicalAnimationComponent_CompletelySimulate"); \ +static_assert(offsetof(CharacterPhysicalAnimationComponent_CompletelySimulate, bOverrideRagdollWeight) == 0x000000, "Member 'CharacterPhysicalAnimationComponent_CompletelySimulate::bOverrideRagdollWeight' has a wrong offset!"); \ +static_assert(offsetof(CharacterPhysicalAnimationComponent_CompletelySimulate, bUpdateCapsuleFromPhysics) == 0x000001, "Member 'CharacterPhysicalAnimationComponent_CompletelySimulate::bUpdateCapsuleFromPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterPhysicalAnimationComponent_OnPreparedPhysicsSimulationSettle \ +static_assert(alignof(CharacterPhysicalAnimationComponent_OnPreparedPhysicsSimulationSettle) == 0x000001, "Wrong alignment on CharacterPhysicalAnimationComponent_OnPreparedPhysicsSimulationSettle"); \ +static_assert(sizeof(CharacterPhysicalAnimationComponent_OnPreparedPhysicsSimulationSettle) == 0x000001, "Wrong size on CharacterPhysicalAnimationComponent_OnPreparedPhysicsSimulationSettle"); \ +static_assert(offsetof(CharacterPhysicalAnimationComponent_OnPreparedPhysicsSimulationSettle, bWasPrepared) == 0x000000, "Member 'CharacterPhysicalAnimationComponent_OnPreparedPhysicsSimulationSettle::bWasPrepared' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterPhysicalAnimationComponent_SetForceFullUpdates \ +static_assert(alignof(CharacterPhysicalAnimationComponent_SetForceFullUpdates) == 0x000001, "Wrong alignment on CharacterPhysicalAnimationComponent_SetForceFullUpdates"); \ +static_assert(sizeof(CharacterPhysicalAnimationComponent_SetForceFullUpdates) == 0x000001, "Wrong size on CharacterPhysicalAnimationComponent_SetForceFullUpdates"); \ +static_assert(offsetof(CharacterPhysicalAnimationComponent_SetForceFullUpdates, bForce) == 0x000000, "Member 'CharacterPhysicalAnimationComponent_SetForceFullUpdates::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterPhysicalAnimationComponent_SimulateBody \ +static_assert(alignof(CharacterPhysicalAnimationComponent_SimulateBody) == 0x000004, "Wrong alignment on CharacterPhysicalAnimationComponent_SimulateBody"); \ +static_assert(sizeof(CharacterPhysicalAnimationComponent_SimulateBody) == 0x00000C, "Wrong size on CharacterPhysicalAnimationComponent_SimulateBody"); \ +static_assert(offsetof(CharacterPhysicalAnimationComponent_SimulateBody, SimulateFromBone) == 0x000000, "Member 'CharacterPhysicalAnimationComponent_SimulateBody::SimulateFromBone' has a wrong offset!"); \ +static_assert(offsetof(CharacterPhysicalAnimationComponent_SimulateBody, bIncludeBone) == 0x000008, "Member 'CharacterPhysicalAnimationComponent_SimulateBody::bIncludeBone' has a wrong offset!"); \ +static_assert(offsetof(CharacterPhysicalAnimationComponent_SimulateBody, Priority) == 0x000009, "Member 'CharacterPhysicalAnimationComponent_SimulateBody::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterPhysicalAnimationComponent_SimulateFromRoot \ +static_assert(alignof(CharacterPhysicalAnimationComponent_SimulateFromRoot) == 0x000001, "Wrong alignment on CharacterPhysicalAnimationComponent_SimulateFromRoot"); \ +static_assert(sizeof(CharacterPhysicalAnimationComponent_SimulateFromRoot) == 0x000001, "Wrong size on CharacterPhysicalAnimationComponent_SimulateFromRoot"); \ +static_assert(offsetof(CharacterPhysicalAnimationComponent_SimulateFromRoot, bResumeTick) == 0x000000, "Member 'CharacterPhysicalAnimationComponent_SimulateFromRoot::bResumeTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterPhysicalAnimationComponent_SimulateImpulse \ +static_assert(alignof(CharacterPhysicalAnimationComponent_SimulateImpulse) == 0x000008, "Wrong alignment on CharacterPhysicalAnimationComponent_SimulateImpulse"); \ +static_assert(sizeof(CharacterPhysicalAnimationComponent_SimulateImpulse) == 0x000020, "Wrong size on CharacterPhysicalAnimationComponent_SimulateImpulse"); \ +static_assert(offsetof(CharacterPhysicalAnimationComponent_SimulateImpulse, Impulse) == 0x000000, "Member 'CharacterPhysicalAnimationComponent_SimulateImpulse::Impulse' has a wrong offset!"); \ +static_assert(offsetof(CharacterPhysicalAnimationComponent_SimulateImpulse, ImpulseBone) == 0x000018, "Member 'CharacterPhysicalAnimationComponent_SimulateImpulse::ImpulseBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterPhysicalAnimationComponent_StopSimulatingBody \ +static_assert(alignof(CharacterPhysicalAnimationComponent_StopSimulatingBody) == 0x000001, "Wrong alignment on CharacterPhysicalAnimationComponent_StopSimulatingBody"); \ +static_assert(sizeof(CharacterPhysicalAnimationComponent_StopSimulatingBody) == 0x000001, "Wrong size on CharacterPhysicalAnimationComponent_StopSimulatingBody"); \ +static_assert(offsetof(CharacterPhysicalAnimationComponent_StopSimulatingBody, Priority) == 0x000000, "Member 'CharacterPhysicalAnimationComponent_StopSimulatingBody::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterPhysicalAnimationComponent \ +static_assert(alignof(UCharacterPhysicalAnimationComponent) == 0x000008, "Wrong alignment on UCharacterPhysicalAnimationComponent"); \ +static_assert(sizeof(UCharacterPhysicalAnimationComponent) == 0x000110, "Wrong size on UCharacterPhysicalAnimationComponent"); \ +static_assert(offsetof(UCharacterPhysicalAnimationComponent, CharacterMeshHandle) == 0x000100, "Member 'UCharacterPhysicalAnimationComponent::CharacterMeshHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEarlyBreakInterval \ +static_assert(alignof(UEarlyBreakInterval) == 0x000008, "Wrong alignment on UEarlyBreakInterval"); \ +static_assert(sizeof(UEarlyBreakInterval) == 0x000038, "Wrong size on UEarlyBreakInterval"); \ + +#define DUMPER7_ASSERTS_CharacterSoundComponent_OnChangedAcousticRoom \ +static_assert(alignof(CharacterSoundComponent_OnChangedAcousticRoom) == 0x000008, "Wrong alignment on CharacterSoundComponent_OnChangedAcousticRoom"); \ +static_assert(sizeof(CharacterSoundComponent_OnChangedAcousticRoom) == 0x000008, "Wrong size on CharacterSoundComponent_OnChangedAcousticRoom"); \ +static_assert(offsetof(CharacterSoundComponent_OnChangedAcousticRoom, AcousticRoom) == 0x000000, "Member 'CharacterSoundComponent_OnChangedAcousticRoom::AcousticRoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterSoundComponent_OnWwiseAssetsLoaded \ +static_assert(alignof(CharacterSoundComponent_OnWwiseAssetsLoaded) == 0x000008, "Wrong alignment on CharacterSoundComponent_OnWwiseAssetsLoaded"); \ +static_assert(sizeof(CharacterSoundComponent_OnWwiseAssetsLoaded) == 0x000010, "Wrong size on CharacterSoundComponent_OnWwiseAssetsLoaded"); \ +static_assert(offsetof(CharacterSoundComponent_OnWwiseAssetsLoaded, Assets) == 0x000000, "Member 'CharacterSoundComponent_OnWwiseAssetsLoaded::Assets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterSoundComponent_ProcessChangedHealth \ +static_assert(alignof(CharacterSoundComponent_ProcessChangedHealth) == 0x000008, "Wrong alignment on CharacterSoundComponent_ProcessChangedHealth"); \ +static_assert(sizeof(CharacterSoundComponent_ProcessChangedHealth) == 0x000018, "Wrong size on CharacterSoundComponent_ProcessChangedHealth"); \ +static_assert(offsetof(CharacterSoundComponent_ProcessChangedHealth, HealthComponent) == 0x000000, "Member 'CharacterSoundComponent_ProcessChangedHealth::HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(CharacterSoundComponent_ProcessChangedHealth, Reason) == 0x000008, "Member 'CharacterSoundComponent_ProcessChangedHealth::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterSoundComponent_GetSurfaceTypeAtActorLocation \ +static_assert(alignof(CharacterSoundComponent_GetSurfaceTypeAtActorLocation) == 0x000008, "Wrong alignment on CharacterSoundComponent_GetSurfaceTypeAtActorLocation"); \ +static_assert(sizeof(CharacterSoundComponent_GetSurfaceTypeAtActorLocation) == 0x000020, "Wrong size on CharacterSoundComponent_GetSurfaceTypeAtActorLocation"); \ +static_assert(offsetof(CharacterSoundComponent_GetSurfaceTypeAtActorLocation, OutImpactPoint) == 0x000000, "Member 'CharacterSoundComponent_GetSurfaceTypeAtActorLocation::OutImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(CharacterSoundComponent_GetSurfaceTypeAtActorLocation, ReturnValue) == 0x000018, "Member 'CharacterSoundComponent_GetSurfaceTypeAtActorLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterSoundComponent \ +static_assert(alignof(UCharacterSoundComponent) == 0x000010, "Wrong alignment on UCharacterSoundComponent"); \ +static_assert(sizeof(UCharacterSoundComponent) == 0x0002A0, "Wrong size on UCharacterSoundComponent"); \ +static_assert(offsetof(UCharacterSoundComponent, AudioData) == 0x000250, "Member 'UCharacterSoundComponent::AudioData' has a wrong offset!"); \ +static_assert(offsetof(UCharacterSoundComponent, Emitter) == 0x000258, "Member 'UCharacterSoundComponent::Emitter' has a wrong offset!"); \ +static_assert(offsetof(UCharacterSoundComponent, AudioSettings) == 0x000260, "Member 'UCharacterSoundComponent::AudioSettings' has a wrong offset!"); \ +static_assert(offsetof(UCharacterSoundComponent, IndoorState) == 0x000268, "Member 'UCharacterSoundComponent::IndoorState' has a wrong offset!"); \ +static_assert(offsetof(UCharacterSoundComponent, OutdoorState) == 0x000270, "Member 'UCharacterSoundComponent::OutdoorState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterSoundEffectsController_OnHealthChanged \ +static_assert(alignof(CharacterSoundEffectsController_OnHealthChanged) == 0x000008, "Wrong alignment on CharacterSoundEffectsController_OnHealthChanged"); \ +static_assert(sizeof(CharacterSoundEffectsController_OnHealthChanged) == 0x000018, "Wrong size on CharacterSoundEffectsController_OnHealthChanged"); \ +static_assert(offsetof(CharacterSoundEffectsController_OnHealthChanged, HealthComponent) == 0x000000, "Member 'CharacterSoundEffectsController_OnHealthChanged::HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(CharacterSoundEffectsController_OnHealthChanged, Reason) == 0x000008, "Member 'CharacterSoundEffectsController_OnHealthChanged::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterSoundEffectsController_SFXNotifyTriggered \ +static_assert(alignof(CharacterSoundEffectsController_SFXNotifyTriggered) == 0x000008, "Wrong alignment on CharacterSoundEffectsController_SFXNotifyTriggered"); \ +static_assert(sizeof(CharacterSoundEffectsController_SFXNotifyTriggered) == 0x0000E0, "Wrong size on CharacterSoundEffectsController_SFXNotifyTriggered"); \ +static_assert(offsetof(CharacterSoundEffectsController_SFXNotifyTriggered, Data) == 0x000000, "Member 'CharacterSoundEffectsController_SFXNotifyTriggered::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterSoundEffectsController \ +static_assert(alignof(UCharacterSoundEffectsController) == 0x000008, "Wrong alignment on UCharacterSoundEffectsController"); \ +static_assert(sizeof(UCharacterSoundEffectsController) == 0x0000C8, "Wrong size on UCharacterSoundEffectsController"); \ + +#define DUMPER7_ASSERTS_UEntryContainedActionType \ +static_assert(alignof(UEntryContainedActionType) == 0x000008, "Wrong alignment on UEntryContainedActionType"); \ +static_assert(sizeof(UEntryContainedActionType) == 0x000030, "Wrong size on UEntryContainedActionType"); \ + +#define DUMPER7_ASSERTS_UEntryContainedActionMeleeGrabActionType \ +static_assert(alignof(UEntryContainedActionMeleeGrabActionType) == 0x000008, "Wrong alignment on UEntryContainedActionMeleeGrabActionType"); \ +static_assert(sizeof(UEntryContainedActionMeleeGrabActionType) == 0x000030, "Wrong size on UEntryContainedActionMeleeGrabActionType"); \ + +#define DUMPER7_ASSERTS_CharacterSpawnPoint_OnCharacterMaterialized \ +static_assert(alignof(CharacterSpawnPoint_OnCharacterMaterialized) == 0x000008, "Wrong alignment on CharacterSpawnPoint_OnCharacterMaterialized"); \ +static_assert(sizeof(CharacterSpawnPoint_OnCharacterMaterialized) == 0x000008, "Wrong size on CharacterSpawnPoint_OnCharacterMaterialized"); \ +static_assert(offsetof(CharacterSpawnPoint_OnCharacterMaterialized, Actor) == 0x000000, "Member 'CharacterSpawnPoint_OnCharacterMaterialized::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterSpawnPoint_GetSpawnedActor \ +static_assert(alignof(CharacterSpawnPoint_GetSpawnedActor) == 0x000008, "Wrong alignment on CharacterSpawnPoint_GetSpawnedActor"); \ +static_assert(sizeof(CharacterSpawnPoint_GetSpawnedActor) == 0x000008, "Wrong size on CharacterSpawnPoint_GetSpawnedActor"); \ +static_assert(offsetof(CharacterSpawnPoint_GetSpawnedActor, ReturnValue) == 0x000000, "Member 'CharacterSpawnPoint_GetSpawnedActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACharacterSpawnPoint \ +static_assert(alignof(ACharacterSpawnPoint) == 0x000008, "Wrong alignment on ACharacterSpawnPoint"); \ +static_assert(sizeof(ACharacterSpawnPoint) == 0x000480, "Wrong size on ACharacterSpawnPoint"); \ +static_assert(offsetof(ACharacterSpawnPoint, PlaceId) == 0x0002B0, "Member 'ACharacterSpawnPoint::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, SpiritTags) == 0x0002B8, "Member 'ACharacterSpawnPoint::SpiritTags' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, SpawnImmediately) == 0x0002D8, "Member 'ACharacterSpawnPoint::SpawnImmediately' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, SpawnRanking) == 0x0002D9, "Member 'ACharacterSpawnPoint::SpawnRanking' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, WhenDeactivated) == 0x0002DA, "Member 'ACharacterSpawnPoint::WhenDeactivated' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, VisualsId) == 0x0002DC, "Member 'ACharacterSpawnPoint::VisualsId' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, SpawnAIData) == 0x0002F0, "Member 'ACharacterSpawnPoint::SpawnAIData' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, bUseSpawnCondition) == 0x000300, "Member 'ACharacterSpawnPoint::bUseSpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, SpawnCondition) == 0x000304, "Member 'ACharacterSpawnPoint::SpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, SpawnCharacterIdentifier) == 0x000320, "Member 'ACharacterSpawnPoint::SpawnCharacterIdentifier' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, SpawnNPCWorldStateIdentifier) == 0x000348, "Member 'ACharacterSpawnPoint::SpawnNPCWorldStateIdentifier' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, CharacterLevel) == 0x000370, "Member 'ACharacterSpawnPoint::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, CharacterTags) == 0x0003A0, "Member 'ACharacterSpawnPoint::CharacterTags' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, SubtitleName) == 0x0003C0, "Member 'ACharacterSpawnPoint::SubtitleName' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, LootTableOverride) == 0x0003D0, "Member 'ACharacterSpawnPoint::LootTableOverride' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, StartingInventoryOverride) == 0x0003D8, "Member 'ACharacterSpawnPoint::StartingInventoryOverride' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, bTransient) == 0x0003E0, "Member 'ACharacterSpawnPoint::bTransient' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, bInLevelInstance) == 0x0003E1, "Member 'ACharacterSpawnPoint::bInLevelInstance' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, TetherData) == 0x0003E8, "Member 'ACharacterSpawnPoint::TetherData' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, SidecarComponents) == 0x0003F8, "Member 'ACharacterSpawnPoint::SidecarComponents' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, bEnableTagSpawning) == 0x000408, "Member 'ACharacterSpawnPoint::bEnableTagSpawning' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, DefinitionQuery) == 0x000410, "Member 'ACharacterSpawnPoint::DefinitionQuery' has a wrong offset!"); \ +static_assert(offsetof(ACharacterSpawnPoint, BP_CharacterMaterializedDelegate) == 0x000470, "Member 'ACharacterSpawnPoint::BP_CharacterMaterializedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterProgressionSettings \ +static_assert(alignof(UCharacterProgressionSettings) == 0x000008, "Wrong alignment on UCharacterProgressionSettings"); \ +static_assert(sizeof(UCharacterProgressionSettings) == 0x000060, "Wrong size on UCharacterProgressionSettings"); \ +static_assert(offsetof(UCharacterProgressionSettings, LevelUpData) == 0x000038, "Member 'UCharacterProgressionSettings::LevelUpData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterTypeDataDefinition \ +static_assert(alignof(UCharacterTypeDataDefinition) == 0x000008, "Wrong alignment on UCharacterTypeDataDefinition"); \ +static_assert(sizeof(UCharacterTypeDataDefinition) == 0x0000C0, "Wrong size on UCharacterTypeDataDefinition"); \ +static_assert(offsetof(UCharacterTypeDataDefinition, CharacterId) == 0x000028, "Member 'UCharacterTypeDataDefinition::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataDefinition, NPCWorldStateID) == 0x000050, "Member 'UCharacterTypeDataDefinition::NPCWorldStateID' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataDefinition, TeamID) == 0x000078, "Member 'UCharacterTypeDataDefinition::TeamID' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataDefinition, Archetype) == 0x000080, "Member 'UCharacterTypeDataDefinition::Archetype' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataDefinition, Tags) == 0x0000A0, "Member 'UCharacterTypeDataDefinition::Tags' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataDefinition, MaxHealth) == 0x0000B0, "Member 'UCharacterTypeDataDefinition::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataDefinition, MaxPosture) == 0x0000B4, "Member 'UCharacterTypeDataDefinition::MaxPosture' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataDefinition, Level) == 0x0000B8, "Member 'UCharacterTypeDataDefinition::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_SequencedSpline \ +static_assert(alignof(UEnvQueryContext_SequencedSpline) == 0x000008, "Wrong alignment on UEnvQueryContext_SequencedSpline"); \ +static_assert(sizeof(UEnvQueryContext_SequencedSpline) == 0x000028, "Wrong size on UEnvQueryContext_SequencedSpline"); \ + +#define DUMPER7_ASSERTS_CharacterVehicleOccupant_ApplyVisuals \ +static_assert(alignof(CharacterVehicleOccupant_ApplyVisuals) == 0x000008, "Wrong alignment on CharacterVehicleOccupant_ApplyVisuals"); \ +static_assert(sizeof(CharacterVehicleOccupant_ApplyVisuals) == 0x000008, "Wrong size on CharacterVehicleOccupant_ApplyVisuals"); \ +static_assert(offsetof(CharacterVehicleOccupant_ApplyVisuals, CharacterVisuals) == 0x000000, "Member 'CharacterVehicleOccupant_ApplyVisuals::CharacterVisuals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterVehicleOccupant_SetAnimPose \ +static_assert(alignof(CharacterVehicleOccupant_SetAnimPose) == 0x000008, "Wrong alignment on CharacterVehicleOccupant_SetAnimPose"); \ +static_assert(sizeof(CharacterVehicleOccupant_SetAnimPose) == 0x000008, "Wrong size on CharacterVehicleOccupant_SetAnimPose"); \ +static_assert(offsetof(CharacterVehicleOccupant_SetAnimPose, AnimationPose) == 0x000000, "Member 'CharacterVehicleOccupant_SetAnimPose::AnimationPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACharacterVehicleOccupant \ +static_assert(alignof(ACharacterVehicleOccupant) == 0x000008, "Wrong alignment on ACharacterVehicleOccupant"); \ +static_assert(sizeof(ACharacterVehicleOccupant) == 0x000300, "Wrong size on ACharacterVehicleOccupant"); \ +static_assert(offsetof(ACharacterVehicleOccupant, SkeletalMesh) == 0x0002B0, "Member 'ACharacterVehicleOccupant::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ACharacterVehicleOccupant, CharacterTypeData) == 0x0002C8, "Member 'ACharacterVehicleOccupant::CharacterTypeData' has a wrong offset!"); \ +static_assert(offsetof(ACharacterVehicleOccupant, Hat) == 0x0002D0, "Member 'ACharacterVehicleOccupant::Hat' has a wrong offset!"); \ +static_assert(offsetof(ACharacterVehicleOccupant, Head) == 0x0002D8, "Member 'ACharacterVehicleOccupant::Head' has a wrong offset!"); \ +static_assert(offsetof(ACharacterVehicleOccupant, Torso) == 0x0002E0, "Member 'ACharacterVehicleOccupant::Torso' has a wrong offset!"); \ +static_assert(offsetof(ACharacterVehicleOccupant, OuterTorso) == 0x0002E8, "Member 'ACharacterVehicleOccupant::OuterTorso' has a wrong offset!"); \ +static_assert(offsetof(ACharacterVehicleOccupant, Legs) == 0x0002F0, "Member 'ACharacterVehicleOccupant::Legs' has a wrong offset!"); \ +static_assert(offsetof(ACharacterVehicleOccupant, Feet) == 0x0002F8, "Member 'ACharacterVehicleOccupant::Feet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterVisualEffectsController_VFXNotifyTriggered \ +static_assert(alignof(CharacterVisualEffectsController_VFXNotifyTriggered) == 0x000010, "Wrong alignment on CharacterVisualEffectsController_VFXNotifyTriggered"); \ +static_assert(sizeof(CharacterVisualEffectsController_VFXNotifyTriggered) == 0x000100, "Wrong size on CharacterVisualEffectsController_VFXNotifyTriggered"); \ +static_assert(offsetof(CharacterVisualEffectsController_VFXNotifyTriggered, Data) == 0x000000, "Member 'CharacterVisualEffectsController_VFXNotifyTriggered::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterVisualEffectsController \ +static_assert(alignof(UCharacterVisualEffectsController) == 0x000008, "Wrong alignment on UCharacterVisualEffectsController"); \ +static_assert(sizeof(UCharacterVisualEffectsController) == 0x0000C8, "Wrong size on UCharacterVisualEffectsController"); \ + +#define DUMPER7_ASSERTS_UUnseenPathSettings \ +static_assert(alignof(UUnseenPathSettings) == 0x000008, "Wrong alignment on UUnseenPathSettings"); \ +static_assert(sizeof(UUnseenPathSettings) == 0x000068, "Wrong size on UUnseenPathSettings"); \ +static_assert(offsetof(UUnseenPathSettings, NewPersonLoggedPaths) == 0x000038, "Member 'UUnseenPathSettings::NewPersonLoggedPaths' has a wrong offset!"); \ +static_assert(offsetof(UUnseenPathSettings, NewLocationLoggedPaths) == 0x000048, "Member 'UUnseenPathSettings::NewLocationLoggedPaths' has a wrong offset!"); \ +static_assert(offsetof(UUnseenPathSettings, NewTopicLoggedPaths) == 0x000058, "Member 'UUnseenPathSettings::NewTopicLoggedPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SetPresetAsyncAction_SetPresetAsync \ +static_assert(alignof(SetPresetAsyncAction_SetPresetAsync) == 0x000008, "Wrong alignment on SetPresetAsyncAction_SetPresetAsync"); \ +static_assert(sizeof(SetPresetAsyncAction_SetPresetAsync) == 0x000038, "Wrong size on SetPresetAsyncAction_SetPresetAsync"); \ +static_assert(offsetof(SetPresetAsyncAction_SetPresetAsync, WorldContextObject) == 0x000000, "Member 'SetPresetAsyncAction_SetPresetAsync::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SetPresetAsyncAction_SetPresetAsync, TargetPreset) == 0x000008, "Member 'SetPresetAsyncAction_SetPresetAsync::TargetPreset' has a wrong offset!"); \ +static_assert(offsetof(SetPresetAsyncAction_SetPresetAsync, ReturnValue) == 0x000030, "Member 'SetPresetAsyncAction_SetPresetAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USetPresetAsyncAction \ +static_assert(alignof(USetPresetAsyncAction) == 0x000008, "Wrong alignment on USetPresetAsyncAction"); \ +static_assert(sizeof(USetPresetAsyncAction) == 0x000070, "Wrong size on USetPresetAsyncAction"); \ +static_assert(offsetof(USetPresetAsyncAction, OnCompleted) == 0x000030, "Member 'USetPresetAsyncAction::OnCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterVisualsFunctionLibrary_FindCharacterTypeDataAssetFromId \ +static_assert(alignof(CharacterVisualsFunctionLibrary_FindCharacterTypeDataAssetFromId) == 0x000008, "Wrong alignment on CharacterVisualsFunctionLibrary_FindCharacterTypeDataAssetFromId"); \ +static_assert(sizeof(CharacterVisualsFunctionLibrary_FindCharacterTypeDataAssetFromId) == 0x000038, "Wrong size on CharacterVisualsFunctionLibrary_FindCharacterTypeDataAssetFromId"); \ +static_assert(offsetof(CharacterVisualsFunctionLibrary_FindCharacterTypeDataAssetFromId, VisualId) == 0x000000, "Member 'CharacterVisualsFunctionLibrary_FindCharacterTypeDataAssetFromId::VisualId' has a wrong offset!"); \ +static_assert(offsetof(CharacterVisualsFunctionLibrary_FindCharacterTypeDataAssetFromId, ReturnValue) == 0x000010, "Member 'CharacterVisualsFunctionLibrary_FindCharacterTypeDataAssetFromId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterVisualsFunctionLibrary_FindVisualDefinition \ +static_assert(alignof(CharacterVisualsFunctionLibrary_FindVisualDefinition) == 0x000008, "Wrong alignment on CharacterVisualsFunctionLibrary_FindVisualDefinition"); \ +static_assert(sizeof(CharacterVisualsFunctionLibrary_FindVisualDefinition) == 0x000040, "Wrong size on CharacterVisualsFunctionLibrary_FindVisualDefinition"); \ +static_assert(offsetof(CharacterVisualsFunctionLibrary_FindVisualDefinition, WorldContextObject) == 0x000000, "Member 'CharacterVisualsFunctionLibrary_FindVisualDefinition::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CharacterVisualsFunctionLibrary_FindVisualDefinition, CharacterName) == 0x000008, "Member 'CharacterVisualsFunctionLibrary_FindVisualDefinition::CharacterName' has a wrong offset!"); \ +static_assert(offsetof(CharacterVisualsFunctionLibrary_FindVisualDefinition, CharacterVariation) == 0x000010, "Member 'CharacterVisualsFunctionLibrary_FindVisualDefinition::CharacterVariation' has a wrong offset!"); \ +static_assert(offsetof(CharacterVisualsFunctionLibrary_FindVisualDefinition, ReturnValue) == 0x000018, "Member 'CharacterVisualsFunctionLibrary_FindVisualDefinition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterVisualsFunctionLibrary_GetAllCharacterCategories \ +static_assert(alignof(CharacterVisualsFunctionLibrary_GetAllCharacterCategories) == 0x000008, "Wrong alignment on CharacterVisualsFunctionLibrary_GetAllCharacterCategories"); \ +static_assert(sizeof(CharacterVisualsFunctionLibrary_GetAllCharacterCategories) == 0x000010, "Wrong size on CharacterVisualsFunctionLibrary_GetAllCharacterCategories"); \ +static_assert(offsetof(CharacterVisualsFunctionLibrary_GetAllCharacterCategories, ReturnValue) == 0x000000, "Member 'CharacterVisualsFunctionLibrary_GetAllCharacterCategories::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterVisualsFunctionLibrary_GetAllVariantsForCharacterCategory \ +static_assert(alignof(CharacterVisualsFunctionLibrary_GetAllVariantsForCharacterCategory) == 0x000008, "Wrong alignment on CharacterVisualsFunctionLibrary_GetAllVariantsForCharacterCategory"); \ +static_assert(sizeof(CharacterVisualsFunctionLibrary_GetAllVariantsForCharacterCategory) == 0x000018, "Wrong size on CharacterVisualsFunctionLibrary_GetAllVariantsForCharacterCategory"); \ +static_assert(offsetof(CharacterVisualsFunctionLibrary_GetAllVariantsForCharacterCategory, CharacterCategory) == 0x000000, "Member 'CharacterVisualsFunctionLibrary_GetAllVariantsForCharacterCategory::CharacterCategory' has a wrong offset!"); \ +static_assert(offsetof(CharacterVisualsFunctionLibrary_GetAllVariantsForCharacterCategory, ReturnValue) == 0x000008, "Member 'CharacterVisualsFunctionLibrary_GetAllVariantsForCharacterCategory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterVisualsFunctionLibrary_GetAllVisualIds \ +static_assert(alignof(CharacterVisualsFunctionLibrary_GetAllVisualIds) == 0x000008, "Wrong alignment on CharacterVisualsFunctionLibrary_GetAllVisualIds"); \ +static_assert(sizeof(CharacterVisualsFunctionLibrary_GetAllVisualIds) == 0x000010, "Wrong size on CharacterVisualsFunctionLibrary_GetAllVisualIds"); \ +static_assert(offsetof(CharacterVisualsFunctionLibrary_GetAllVisualIds, ReturnValue) == 0x000000, "Member 'CharacterVisualsFunctionLibrary_GetAllVisualIds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterVisualsFunctionLibrary \ +static_assert(alignof(UCharacterVisualsFunctionLibrary) == 0x000008, "Wrong alignment on UCharacterVisualsFunctionLibrary"); \ +static_assert(sizeof(UCharacterVisualsFunctionLibrary) == 0x000028, "Wrong size on UCharacterVisualsFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_PostProcessingSubsystem_GetPostProcessingSystemFromContextObject \ +static_assert(alignof(PostProcessingSubsystem_GetPostProcessingSystemFromContextObject) == 0x000008, "Wrong alignment on PostProcessingSubsystem_GetPostProcessingSystemFromContextObject"); \ +static_assert(sizeof(PostProcessingSubsystem_GetPostProcessingSystemFromContextObject) == 0x000010, "Wrong size on PostProcessingSubsystem_GetPostProcessingSystemFromContextObject"); \ +static_assert(offsetof(PostProcessingSubsystem_GetPostProcessingSystemFromContextObject, InContextObject) == 0x000000, "Member 'PostProcessingSubsystem_GetPostProcessingSystemFromContextObject::InContextObject' has a wrong offset!"); \ +static_assert(offsetof(PostProcessingSubsystem_GetPostProcessingSystemFromContextObject, ReturnValue) == 0x000008, "Member 'PostProcessingSubsystem_GetPostProcessingSystemFromContextObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostProcessingSubsystem_ActivatePostProcessingEffect \ +static_assert(alignof(PostProcessingSubsystem_ActivatePostProcessingEffect) == 0x000010, "Wrong alignment on PostProcessingSubsystem_ActivatePostProcessingEffect"); \ +static_assert(sizeof(PostProcessingSubsystem_ActivatePostProcessingEffect) == 0x000030, "Wrong size on PostProcessingSubsystem_ActivatePostProcessingEffect"); \ +static_assert(offsetof(PostProcessingSubsystem_ActivatePostProcessingEffect, InEffect) == 0x000000, "Member 'PostProcessingSubsystem_ActivatePostProcessingEffect::InEffect' has a wrong offset!"); \ +static_assert(offsetof(PostProcessingSubsystem_ActivatePostProcessingEffect, InOpacity) == 0x000008, "Member 'PostProcessingSubsystem_ActivatePostProcessingEffect::InOpacity' has a wrong offset!"); \ +static_assert(offsetof(PostProcessingSubsystem_ActivatePostProcessingEffect, InMaterialData) == 0x000010, "Member 'PostProcessingSubsystem_ActivatePostProcessingEffect::InMaterialData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostProcessingSubsystem_DeactivatePostProcessingEffect \ +static_assert(alignof(PostProcessingSubsystem_DeactivatePostProcessingEffect) == 0x000008, "Wrong alignment on PostProcessingSubsystem_DeactivatePostProcessingEffect"); \ +static_assert(sizeof(PostProcessingSubsystem_DeactivatePostProcessingEffect) == 0x000008, "Wrong size on PostProcessingSubsystem_DeactivatePostProcessingEffect"); \ +static_assert(offsetof(PostProcessingSubsystem_DeactivatePostProcessingEffect, InEffect) == 0x000000, "Member 'PostProcessingSubsystem_DeactivatePostProcessingEffect::InEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostProcessingSubsystem_OnPlayerEnterCombat \ +static_assert(alignof(PostProcessingSubsystem_OnPlayerEnterCombat) == 0x000001, "Wrong alignment on PostProcessingSubsystem_OnPlayerEnterCombat"); \ +static_assert(sizeof(PostProcessingSubsystem_OnPlayerEnterCombat) == 0x000001, "Wrong size on PostProcessingSubsystem_OnPlayerEnterCombat"); \ +static_assert(offsetof(PostProcessingSubsystem_OnPlayerEnterCombat, bNewState) == 0x000000, "Member 'PostProcessingSubsystem_OnPlayerEnterCombat::bNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostProcessingSubsystem_OnPlayerExitCombat \ +static_assert(alignof(PostProcessingSubsystem_OnPlayerExitCombat) == 0x000001, "Wrong alignment on PostProcessingSubsystem_OnPlayerExitCombat"); \ +static_assert(sizeof(PostProcessingSubsystem_OnPlayerExitCombat) == 0x000001, "Wrong size on PostProcessingSubsystem_OnPlayerExitCombat"); \ +static_assert(offsetof(PostProcessingSubsystem_OnPlayerExitCombat, bNewState) == 0x000000, "Member 'PostProcessingSubsystem_OnPlayerExitCombat::bNewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostProcessingSubsystem_OnPlayerInteriorStatusChanged \ +static_assert(alignof(PostProcessingSubsystem_OnPlayerInteriorStatusChanged) == 0x000001, "Wrong alignment on PostProcessingSubsystem_OnPlayerInteriorStatusChanged"); \ +static_assert(sizeof(PostProcessingSubsystem_OnPlayerInteriorStatusChanged) == 0x000001, "Wrong size on PostProcessingSubsystem_OnPlayerInteriorStatusChanged"); \ +static_assert(offsetof(PostProcessingSubsystem_OnPlayerInteriorStatusChanged, bInInterior) == 0x000000, "Member 'PostProcessingSubsystem_OnPlayerInteriorStatusChanged::bInInterior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostProcessingSubsystem \ +static_assert(alignof(UPostProcessingSubsystem) == 0x000010, "Wrong alignment on UPostProcessingSubsystem"); \ +static_assert(sizeof(UPostProcessingSubsystem) == 0x0008C0, "Wrong size on UPostProcessingSubsystem"); \ +static_assert(offsetof(UPostProcessingSubsystem, AvailablePostProcessingEffects) == 0x000040, "Member 'UPostProcessingSubsystem::AvailablePostProcessingEffects' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessingSubsystem, AttentionOverlayMaterial) == 0x000050, "Member 'UPostProcessingSubsystem::AttentionOverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessingSubsystem, PostProcessingMaterialParameterCollection) == 0x000058, "Member 'UPostProcessingSubsystem::PostProcessingMaterialParameterCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnforcementSettings \ +static_assert(alignof(UEnforcementSettings) == 0x000008, "Wrong alignment on UEnforcementSettings"); \ +static_assert(sizeof(UEnforcementSettings) == 0x000048, "Wrong size on UEnforcementSettings"); \ +static_assert(offsetof(UEnforcementSettings, FactionSettings) == 0x000038, "Member 'UEnforcementSettings::FactionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJActiveAgentRegistry \ +static_assert(alignof(UCJActiveAgentRegistry) == 0x000008, "Wrong alignment on UCJActiveAgentRegistry"); \ +static_assert(sizeof(UCJActiveAgentRegistry) == 0x000048, "Wrong size on UCJActiveAgentRegistry"); \ +static_assert(offsetof(UCJActiveAgentRegistry, RegisteredAgents) == 0x000038, "Member 'UCJActiveAgentRegistry::RegisteredAgents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAIPerceptionComponent_OnActorInfoUpdated \ +static_assert(alignof(CJAIPerceptionComponent_OnActorInfoUpdated) == 0x000008, "Wrong alignment on CJAIPerceptionComponent_OnActorInfoUpdated"); \ +static_assert(sizeof(CJAIPerceptionComponent_OnActorInfoUpdated) == 0x000068, "Wrong size on CJAIPerceptionComponent_OnActorInfoUpdated"); \ +static_assert(offsetof(CJAIPerceptionComponent_OnActorInfoUpdated, UpdateInfo) == 0x000000, "Member 'CJAIPerceptionComponent_OnActorInfoUpdated::UpdateInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAIPerceptionComponent_SightStimEventEnded \ +static_assert(alignof(CJAIPerceptionComponent_SightStimEventEnded) == 0x000008, "Wrong alignment on CJAIPerceptionComponent_SightStimEventEnded"); \ +static_assert(sizeof(CJAIPerceptionComponent_SightStimEventEnded) == 0x000010, "Wrong size on CJAIPerceptionComponent_SightStimEventEnded"); \ +static_assert(offsetof(CJAIPerceptionComponent_SightStimEventEnded, Event) == 0x000000, "Member 'CJAIPerceptionComponent_SightStimEventEnded::Event' has a wrong offset!"); \ +static_assert(offsetof(CJAIPerceptionComponent_SightStimEventEnded, SourceComponent) == 0x000008, "Member 'CJAIPerceptionComponent_SightStimEventEnded::SourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAIPerceptionComponent \ +static_assert(alignof(UCJAIPerceptionComponent) == 0x000008, "Wrong alignment on UCJAIPerceptionComponent"); \ +static_assert(sizeof(UCJAIPerceptionComponent) == 0x000200, "Wrong size on UCJAIPerceptionComponent"); \ + +#define DUMPER7_ASSERTS_SpawningBlueprintLibrary_FindCharacterDefinition \ +static_assert(alignof(SpawningBlueprintLibrary_FindCharacterDefinition) == 0x000008, "Wrong alignment on SpawningBlueprintLibrary_FindCharacterDefinition"); \ +static_assert(sizeof(SpawningBlueprintLibrary_FindCharacterDefinition) == 0x000058, "Wrong size on SpawningBlueprintLibrary_FindCharacterDefinition"); \ +static_assert(offsetof(SpawningBlueprintLibrary_FindCharacterDefinition, Query) == 0x000000, "Member 'SpawningBlueprintLibrary_FindCharacterDefinition::Query' has a wrong offset!"); \ +static_assert(offsetof(SpawningBlueprintLibrary_FindCharacterDefinition, ReturnValue) == 0x000048, "Member 'SpawningBlueprintLibrary_FindCharacterDefinition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpawningBlueprintLibrary_RegisterCharacter \ +static_assert(alignof(SpawningBlueprintLibrary_RegisterCharacter) == 0x000010, "Wrong alignment on SpawningBlueprintLibrary_RegisterCharacter"); \ +static_assert(sizeof(SpawningBlueprintLibrary_RegisterCharacter) == 0x0001C0, "Wrong size on SpawningBlueprintLibrary_RegisterCharacter"); \ +static_assert(offsetof(SpawningBlueprintLibrary_RegisterCharacter, WorldContextObject) == 0x000000, "Member 'SpawningBlueprintLibrary_RegisterCharacter::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SpawningBlueprintLibrary_RegisterCharacter, Request) == 0x000010, "Member 'SpawningBlueprintLibrary_RegisterCharacter::Request' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpawningBlueprintLibrary \ +static_assert(alignof(USpawningBlueprintLibrary) == 0x000008, "Wrong alignment on USpawningBlueprintLibrary"); \ +static_assert(sizeof(USpawningBlueprintLibrary) == 0x000028, "Wrong size on USpawningBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UInputBufferInterval \ +static_assert(alignof(UInputBufferInterval) == 0x000008, "Wrong alignment on UInputBufferInterval"); \ +static_assert(sizeof(UInputBufferInterval) == 0x000038, "Wrong size on UInputBufferInterval"); \ + +#define DUMPER7_ASSERTS_UCJAISenseConfig_SightEvent \ +static_assert(alignof(UCJAISenseConfig_SightEvent) == 0x000008, "Wrong alignment on UCJAISenseConfig_SightEvent"); \ +static_assert(sizeof(UCJAISenseConfig_SightEvent) == 0x000048, "Wrong size on UCJAISenseConfig_SightEvent"); \ + +#define DUMPER7_ASSERTS_ObjectiveRunningBase_BP_ObjectiveCompleted \ +static_assert(alignof(ObjectiveRunningBase_BP_ObjectiveCompleted) == 0x000008, "Wrong alignment on ObjectiveRunningBase_BP_ObjectiveCompleted"); \ +static_assert(sizeof(ObjectiveRunningBase_BP_ObjectiveCompleted) == 0x000010, "Wrong size on ObjectiveRunningBase_BP_ObjectiveCompleted"); \ +static_assert(offsetof(ObjectiveRunningBase_BP_ObjectiveCompleted, Mission) == 0x000000, "Member 'ObjectiveRunningBase_BP_ObjectiveCompleted::Mission' has a wrong offset!"); \ +static_assert(offsetof(ObjectiveRunningBase_BP_ObjectiveCompleted, Objective) == 0x000008, "Member 'ObjectiveRunningBase_BP_ObjectiveCompleted::Objective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObjectiveRunningBase_BP_ObjectiveFailed \ +static_assert(alignof(ObjectiveRunningBase_BP_ObjectiveFailed) == 0x000008, "Wrong alignment on ObjectiveRunningBase_BP_ObjectiveFailed"); \ +static_assert(sizeof(ObjectiveRunningBase_BP_ObjectiveFailed) == 0x000010, "Wrong size on ObjectiveRunningBase_BP_ObjectiveFailed"); \ +static_assert(offsetof(ObjectiveRunningBase_BP_ObjectiveFailed, Mission) == 0x000000, "Member 'ObjectiveRunningBase_BP_ObjectiveFailed::Mission' has a wrong offset!"); \ +static_assert(offsetof(ObjectiveRunningBase_BP_ObjectiveFailed, Objective) == 0x000008, "Member 'ObjectiveRunningBase_BP_ObjectiveFailed::Objective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObjectiveRunningBase_BP_ObjectiveStarted \ +static_assert(alignof(ObjectiveRunningBase_BP_ObjectiveStarted) == 0x000008, "Wrong alignment on ObjectiveRunningBase_BP_ObjectiveStarted"); \ +static_assert(sizeof(ObjectiveRunningBase_BP_ObjectiveStarted) == 0x000010, "Wrong size on ObjectiveRunningBase_BP_ObjectiveStarted"); \ +static_assert(offsetof(ObjectiveRunningBase_BP_ObjectiveStarted, Mission) == 0x000000, "Member 'ObjectiveRunningBase_BP_ObjectiveStarted::Mission' has a wrong offset!"); \ +static_assert(offsetof(ObjectiveRunningBase_BP_ObjectiveStarted, Objective) == 0x000008, "Member 'ObjectiveRunningBase_BP_ObjectiveStarted::Objective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AObjectiveRunningBase \ +static_assert(alignof(AObjectiveRunningBase) == 0x000008, "Wrong alignment on AObjectiveRunningBase"); \ +static_assert(sizeof(AObjectiveRunningBase) == 0x0002D8, "Wrong size on AObjectiveRunningBase"); \ +static_assert(offsetof(AObjectiveRunningBase, FailReason) == 0x0002B0, "Member 'AObjectiveRunningBase::FailReason' has a wrong offset!"); \ +static_assert(offsetof(AObjectiveRunningBase, MissionConfig) == 0x0002C0, "Member 'AObjectiveRunningBase::MissionConfig' has a wrong offset!"); \ +static_assert(offsetof(AObjectiveRunningBase, ObjectiveConfig) == 0x0002C8, "Member 'AObjectiveRunningBase::ObjectiveConfig' has a wrong offset!"); \ +static_assert(offsetof(AObjectiveRunningBase, ObjectiveName) == 0x0002D0, "Member 'AObjectiveRunningBase::ObjectiveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAISense_SightEvent \ +static_assert(alignof(UCJAISense_SightEvent) == 0x000008, "Wrong alignment on UCJAISense_SightEvent"); \ +static_assert(sizeof(UCJAISense_SightEvent) == 0x000090, "Wrong size on UCJAISense_SightEvent"); \ +static_assert(offsetof(UCJAISense_SightEvent, SightEvents) == 0x000078, "Member 'UCJAISense_SightEvent::SightEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEvaluationResultActionCondition \ +static_assert(alignof(UEvaluationResultActionCondition) == 0x000008, "Wrong alignment on UEvaluationResultActionCondition"); \ +static_assert(sizeof(UEvaluationResultActionCondition) == 0x000038, "Wrong size on UEvaluationResultActionCondition"); \ +static_assert(offsetof(UEvaluationResultActionCondition, bOnlyResult) == 0x000028, "Member 'UEvaluationResultActionCondition::bOnlyResult' has a wrong offset!"); \ +static_assert(offsetof(UEvaluationResultActionCondition, TypeEquals) == 0x000030, "Member 'UEvaluationResultActionCondition::TypeEquals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAISystem_ExecuteStimEvent \ +static_assert(alignof(CJAISystem_ExecuteStimEvent) == 0x000008, "Wrong alignment on CJAISystem_ExecuteStimEvent"); \ +static_assert(sizeof(CJAISystem_ExecuteStimEvent) == 0x000028, "Wrong size on CJAISystem_ExecuteStimEvent"); \ +static_assert(offsetof(CJAISystem_ExecuteStimEvent, StimID) == 0x000000, "Member 'CJAISystem_ExecuteStimEvent::StimID' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_ExecuteStimEvent, InstigatorTarget) == 0x000008, "Member 'CJAISystem_ExecuteStimEvent::InstigatorTarget' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_ExecuteStimEvent, OptionalNoiseOriginOverride) == 0x000010, "Member 'CJAISystem_ExecuteStimEvent::OptionalNoiseOriginOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAISystem_GetMotivationSchemaEntryNames \ +static_assert(alignof(CJAISystem_GetMotivationSchemaEntryNames) == 0x000008, "Wrong alignment on CJAISystem_GetMotivationSchemaEntryNames"); \ +static_assert(sizeof(CJAISystem_GetMotivationSchemaEntryNames) == 0x000010, "Wrong size on CJAISystem_GetMotivationSchemaEntryNames"); \ +static_assert(offsetof(CJAISystem_GetMotivationSchemaEntryNames, ReturnValue) == 0x000000, "Member 'CJAISystem_GetMotivationSchemaEntryNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAISystem_GetPerceivedStimEvents \ +static_assert(alignof(CJAISystem_GetPerceivedStimEvents) == 0x000008, "Wrong alignment on CJAISystem_GetPerceivedStimEvents"); \ +static_assert(sizeof(CJAISystem_GetPerceivedStimEvents) == 0x000038, "Wrong size on CJAISystem_GetPerceivedStimEvents"); \ +static_assert(offsetof(CJAISystem_GetPerceivedStimEvents, OutPerceivedStimEvents) == 0x000000, "Member 'CJAISystem_GetPerceivedStimEvents::OutPerceivedStimEvents' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_GetPerceivedStimEvents, MIC) == 0x000010, "Member 'CJAISystem_GetPerceivedStimEvents::MIC' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_GetPerceivedStimEvents, StimEventFilter) == 0x000018, "Member 'CJAISystem_GetPerceivedStimEvents::StimEventFilter' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_GetPerceivedStimEvents, InstigatorTargetFilter) == 0x000020, "Member 'CJAISystem_GetPerceivedStimEvents::InstigatorTargetFilter' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_GetPerceivedStimEvents, SenseFilter) == 0x000028, "Member 'CJAISystem_GetPerceivedStimEvents::SenseFilter' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_GetPerceivedStimEvents, StimEventClassFilter) == 0x000029, "Member 'CJAISystem_GetPerceivedStimEvents::StimEventClassFilter' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_GetPerceivedStimEvents, PriorityFilter) == 0x00002C, "Member 'CJAISystem_GetPerceivedStimEvents::PriorityFilter' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_GetPerceivedStimEvents, ReturnValue) == 0x000030, "Member 'CJAISystem_GetPerceivedStimEvents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAISystem_GetPositioningModeOptions \ +static_assert(alignof(CJAISystem_GetPositioningModeOptions) == 0x000008, "Wrong alignment on CJAISystem_GetPositioningModeOptions"); \ +static_assert(sizeof(CJAISystem_GetPositioningModeOptions) == 0x000010, "Wrong size on CJAISystem_GetPositioningModeOptions"); \ +static_assert(offsetof(CJAISystem_GetPositioningModeOptions, ReturnValue) == 0x000000, "Member 'CJAISystem_GetPositioningModeOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAISystem_IsPersistentStimEvent \ +static_assert(alignof(CJAISystem_IsPersistentStimEvent) == 0x000004, "Wrong alignment on CJAISystem_IsPersistentStimEvent"); \ +static_assert(sizeof(CJAISystem_IsPersistentStimEvent) == 0x00000C, "Wrong size on CJAISystem_IsPersistentStimEvent"); \ +static_assert(offsetof(CJAISystem_IsPersistentStimEvent, StimEventName) == 0x000000, "Member 'CJAISystem_IsPersistentStimEvent::StimEventName' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_IsPersistentStimEvent, ReturnValue) == 0x000008, "Member 'CJAISystem_IsPersistentStimEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAISystem_IsStimEventActive \ +static_assert(alignof(CJAISystem_IsStimEventActive) == 0x000008, "Wrong alignment on CJAISystem_IsStimEventActive"); \ +static_assert(sizeof(CJAISystem_IsStimEventActive) == 0x000018, "Wrong size on CJAISystem_IsStimEventActive"); \ +static_assert(offsetof(CJAISystem_IsStimEventActive, StimID) == 0x000000, "Member 'CJAISystem_IsStimEventActive::StimID' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_IsStimEventActive, InstigatorTarget) == 0x000008, "Member 'CJAISystem_IsStimEventActive::InstigatorTarget' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_IsStimEventActive, ReturnValue) == 0x000010, "Member 'CJAISystem_IsStimEventActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAISystem_IsValidStimEvent \ +static_assert(alignof(CJAISystem_IsValidStimEvent) == 0x000008, "Wrong alignment on CJAISystem_IsValidStimEvent"); \ +static_assert(sizeof(CJAISystem_IsValidStimEvent) == 0x000070, "Wrong size on CJAISystem_IsValidStimEvent"); \ +static_assert(offsetof(CJAISystem_IsValidStimEvent, WorldContextObject) == 0x000000, "Member 'CJAISystem_IsValidStimEvent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_IsValidStimEvent, StimEvent) == 0x000008, "Member 'CJAISystem_IsValidStimEvent::StimEvent' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_IsValidStimEvent, ReturnValue) == 0x000068, "Member 'CJAISystem_IsValidStimEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAISystem_PerceivedStimEventQuery \ +static_assert(alignof(CJAISystem_PerceivedStimEventQuery) == 0x000008, "Wrong alignment on CJAISystem_PerceivedStimEventQuery"); \ +static_assert(sizeof(CJAISystem_PerceivedStimEventQuery) == 0x000060, "Wrong size on CJAISystem_PerceivedStimEventQuery"); \ +static_assert(offsetof(CJAISystem_PerceivedStimEventQuery, StimEventQuery) == 0x000000, "Member 'CJAISystem_PerceivedStimEventQuery::StimEventQuery' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_PerceivedStimEventQuery, MIC) == 0x000048, "Member 'CJAISystem_PerceivedStimEventQuery::MIC' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_PerceivedStimEventQuery, InstigatorTargetFilter) == 0x000050, "Member 'CJAISystem_PerceivedStimEventQuery::InstigatorTargetFilter' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_PerceivedStimEventQuery, ReturnValue) == 0x000058, "Member 'CJAISystem_PerceivedStimEventQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAISystem_StopStimEventExecution \ +static_assert(alignof(CJAISystem_StopStimEventExecution) == 0x000008, "Wrong alignment on CJAISystem_StopStimEventExecution"); \ +static_assert(sizeof(CJAISystem_StopStimEventExecution) == 0x000010, "Wrong size on CJAISystem_StopStimEventExecution"); \ +static_assert(offsetof(CJAISystem_StopStimEventExecution, StimID) == 0x000000, "Member 'CJAISystem_StopStimEventExecution::StimID' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_StopStimEventExecution, InstigatorTarget) == 0x000008, "Member 'CJAISystem_StopStimEventExecution::InstigatorTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAISystem_TimeSinceLastSensed \ +static_assert(alignof(CJAISystem_TimeSinceLastSensed) == 0x000008, "Wrong alignment on CJAISystem_TimeSinceLastSensed"); \ +static_assert(sizeof(CJAISystem_TimeSinceLastSensed) == 0x000070, "Wrong size on CJAISystem_TimeSinceLastSensed"); \ +static_assert(offsetof(CJAISystem_TimeSinceLastSensed, WorldContextObject) == 0x000000, "Member 'CJAISystem_TimeSinceLastSensed::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_TimeSinceLastSensed, StimEvent) == 0x000008, "Member 'CJAISystem_TimeSinceLastSensed::StimEvent' has a wrong offset!"); \ +static_assert(offsetof(CJAISystem_TimeSinceLastSensed, ReturnValue) == 0x000068, "Member 'CJAISystem_TimeSinceLastSensed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAISystem \ +static_assert(alignof(UCJAISystem) == 0x000008, "Wrong alignment on UCJAISystem"); \ +static_assert(sizeof(UCJAISystem) == 0x0001E0, "Wrong size on UCJAISystem"); \ +static_assert(offsetof(UCJAISystem, DataProcessingSystem) == 0x0001A8, "Member 'UCJAISystem::DataProcessingSystem' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystem, StimEventData) == 0x0001B0, "Member 'UCJAISystem::StimEventData' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystem, DefaultMotivationSchema) == 0x0001B8, "Member 'UCJAISystem::DefaultMotivationSchema' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAISystemSettings \ +static_assert(alignof(UCJAISystemSettings) == 0x000008, "Wrong alignment on UCJAISystemSettings"); \ +static_assert(sizeof(UCJAISystemSettings) == 0x0002E8, "Wrong size on UCJAISystemSettings"); \ +static_assert(offsetof(UCJAISystemSettings, AIDataProcessingSystemClassName) == 0x000038, "Member 'UCJAISystemSettings::AIDataProcessingSystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, StimEventTable) == 0x000058, "Member 'UCJAISystemSettings::StimEventTable' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, DefaultMotivationSchema) == 0x000080, "Member 'UCJAISystemSettings::DefaultMotivationSchema' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, SightEventSenseUpdateInterval) == 0x0000A8, "Member 'UCJAISystemSettings::SightEventSenseUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, MovementAreaTag) == 0x0000AC, "Member 'UCJAISystemSettings::MovementAreaTag' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, DefaultTargetScoringFunctionClasses) == 0x0000B8, "Member 'UCJAISystemSettings::DefaultTargetScoringFunctionClasses' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, TargetingConfig) == 0x000180, "Member 'UCJAISystemSettings::TargetingConfig' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, PositioningModes) == 0x0001C0, "Member 'UCJAISystemSettings::PositioningModes' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, DefaultProfile) == 0x0001D0, "Member 'UCJAISystemSettings::DefaultProfile' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, EntrySettings) == 0x0001F8, "Member 'UCJAISystemSettings::EntrySettings' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, SlotValidationFilter) == 0x000208, "Member 'UCJAISystemSettings::SlotValidationFilter' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, CombatStateId) == 0x000230, "Member 'UCJAISystemSettings::CombatStateId' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, MeleeProfiles) == 0x000248, "Member 'UCJAISystemSettings::MeleeProfiles' has a wrong offset!"); \ +static_assert(offsetof(UCJAISystemSettings, PostureData) == 0x000298, "Member 'UCJAISystemSettings::PostureData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterruptedEvaluatorResultType \ +static_assert(alignof(UInterruptedEvaluatorResultType) == 0x000008, "Wrong alignment on UInterruptedEvaluatorResultType"); \ +static_assert(sizeof(UInterruptedEvaluatorResultType) == 0x000028, "Wrong size on UInterruptedEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_CJAITask_Attack_CJAttack \ +static_assert(alignof(CJAITask_Attack_CJAttack) == 0x000008, "Wrong alignment on CJAITask_Attack_CJAttack"); \ +static_assert(sizeof(CJAITask_Attack_CJAttack) == 0x000018, "Wrong size on CJAITask_Attack_CJAttack"); \ +static_assert(offsetof(CJAITask_Attack_CJAttack, Controller) == 0x000000, "Member 'CJAITask_Attack_CJAttack::Controller' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Attack_CJAttack, MeleeType) == 0x000008, "Member 'CJAITask_Attack_CJAttack::MeleeType' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Attack_CJAttack, ReturnValue) == 0x000010, "Member 'CJAITask_Attack_CJAttack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAITask_Attack_OnRequestFinished \ +static_assert(alignof(CJAITask_Attack_OnRequestFinished) == 0x000008, "Wrong alignment on CJAITask_Attack_OnRequestFinished"); \ +static_assert(sizeof(CJAITask_Attack_OnRequestFinished) == 0x000010, "Wrong size on CJAITask_Attack_OnRequestFinished"); \ +static_assert(offsetof(CJAITask_Attack_OnRequestFinished, Handler) == 0x000000, "Member 'CJAITask_Attack_OnRequestFinished::Handler' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Attack_OnRequestFinished, CurrentRequestID) == 0x000008, "Member 'CJAITask_Attack_OnRequestFinished::CurrentRequestID' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Attack_OnRequestFinished, Result) == 0x00000C, "Member 'CJAITask_Attack_OnRequestFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAITask_Attack \ +static_assert(alignof(UCJAITask_Attack) == 0x000008, "Wrong alignment on UCJAITask_Attack"); \ +static_assert(sizeof(UCJAITask_Attack) == 0x0000E8, "Wrong size on UCJAITask_Attack"); \ +static_assert(offsetof(UCJAITask_Attack, OnRequestFailed) == 0x000070, "Member 'UCJAITask_Attack::OnRequestFailed' has a wrong offset!"); \ +static_assert(offsetof(UCJAITask_Attack, OnTaskFinished) == 0x000080, "Member 'UCJAITask_Attack::OnTaskFinished' has a wrong offset!"); \ +static_assert(offsetof(UCJAITask_Attack, TaskRequest) == 0x000090, "Member 'UCJAITask_Attack::TaskRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_StreamedAnimationBased_OnMontageFinished \ +static_assert(alignof(GameplayBehavior_StreamedAnimationBased_OnMontageFinished) == 0x000008, "Wrong alignment on GameplayBehavior_StreamedAnimationBased_OnMontageFinished"); \ +static_assert(sizeof(GameplayBehavior_StreamedAnimationBased_OnMontageFinished) == 0x000018, "Wrong size on GameplayBehavior_StreamedAnimationBased_OnMontageFinished"); \ +static_assert(offsetof(GameplayBehavior_StreamedAnimationBased_OnMontageFinished, Montage) == 0x000000, "Member 'GameplayBehavior_StreamedAnimationBased_OnMontageFinished::Montage' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_StreamedAnimationBased_OnMontageFinished, bInterrupted) == 0x000008, "Member 'GameplayBehavior_StreamedAnimationBased_OnMontageFinished::bInterrupted' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_StreamedAnimationBased_OnMontageFinished, InAvatar) == 0x000010, "Member 'GameplayBehavior_StreamedAnimationBased_OnMontageFinished::InAvatar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehavior_StreamedAnimationBased \ +static_assert(alignof(UGameplayBehavior_StreamedAnimationBased) == 0x000008, "Wrong alignment on UGameplayBehavior_StreamedAnimationBased"); \ +static_assert(sizeof(UGameplayBehavior_StreamedAnimationBased) == 0x0000A0, "Wrong size on UGameplayBehavior_StreamedAnimationBased"); \ +static_assert(offsetof(UGameplayBehavior_StreamedAnimationBased, ActivePlayback) == 0x000090, "Member 'UGameplayBehavior_StreamedAnimationBased::ActivePlayback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAITask_HTNAttack \ +static_assert(alignof(UCJAITask_HTNAttack) == 0x000008, "Wrong alignment on UCJAITask_HTNAttack"); \ +static_assert(sizeof(UCJAITask_HTNAttack) == 0x0000F0, "Wrong size on UCJAITask_HTNAttack"); \ + +#define DUMPER7_ASSERTS_CJAITask_Evade_CJEvade \ +static_assert(alignof(CJAITask_Evade_CJEvade) == 0x000008, "Wrong alignment on CJAITask_Evade_CJEvade"); \ +static_assert(sizeof(CJAITask_Evade_CJEvade) == 0x000040, "Wrong size on CJAITask_Evade_CJEvade"); \ +static_assert(offsetof(CJAITask_Evade_CJEvade, Controller) == 0x000000, "Member 'CJAITask_Evade_CJEvade::Controller' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Evade_CJEvade, MeleeType) == 0x000008, "Member 'CJAITask_Evade_CJEvade::MeleeType' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Evade_CJEvade, PointToEvade) == 0x000010, "Member 'CJAITask_Evade_CJEvade::PointToEvade' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Evade_CJEvade, UserConfig) == 0x000028, "Member 'CJAITask_Evade_CJEvade::UserConfig' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Evade_CJEvade, ReturnValue) == 0x000038, "Member 'CJAITask_Evade_CJEvade::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAITask_Evade_CJEvadeMeleeAction \ +static_assert(alignof(CJAITask_Evade_CJEvadeMeleeAction) == 0x000008, "Wrong alignment on CJAITask_Evade_CJEvadeMeleeAction"); \ +static_assert(sizeof(CJAITask_Evade_CJEvadeMeleeAction) == 0x000030, "Wrong size on CJAITask_Evade_CJEvadeMeleeAction"); \ +static_assert(offsetof(CJAITask_Evade_CJEvadeMeleeAction, Controller) == 0x000000, "Member 'CJAITask_Evade_CJEvadeMeleeAction::Controller' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Evade_CJEvadeMeleeAction, MeleeType) == 0x000008, "Member 'CJAITask_Evade_CJEvadeMeleeAction::MeleeType' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Evade_CJEvadeMeleeAction, Instigator) == 0x000010, "Member 'CJAITask_Evade_CJEvadeMeleeAction::Instigator' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Evade_CJEvadeMeleeAction, UserConfig) == 0x000018, "Member 'CJAITask_Evade_CJEvadeMeleeAction::UserConfig' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Evade_CJEvadeMeleeAction, ReturnValue) == 0x000028, "Member 'CJAITask_Evade_CJEvadeMeleeAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAITask_Evade_OnActionIntervalChange \ +static_assert(alignof(CJAITask_Evade_OnActionIntervalChange) == 0x000008, "Wrong alignment on CJAITask_Evade_OnActionIntervalChange"); \ +static_assert(sizeof(CJAITask_Evade_OnActionIntervalChange) == 0x000018, "Wrong size on CJAITask_Evade_OnActionIntervalChange"); \ +static_assert(offsetof(CJAITask_Evade_OnActionIntervalChange, ID) == 0x000000, "Member 'CJAITask_Evade_OnActionIntervalChange::ID' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Evade_OnActionIntervalChange, IntervalClass) == 0x000008, "Member 'CJAITask_Evade_OnActionIntervalChange::IntervalClass' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Evade_OnActionIntervalChange, NewState) == 0x000010, "Member 'CJAITask_Evade_OnActionIntervalChange::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAITask_Evade_OnRequestFinished \ +static_assert(alignof(CJAITask_Evade_OnRequestFinished) == 0x000008, "Wrong alignment on CJAITask_Evade_OnRequestFinished"); \ +static_assert(sizeof(CJAITask_Evade_OnRequestFinished) == 0x000010, "Wrong size on CJAITask_Evade_OnRequestFinished"); \ +static_assert(offsetof(CJAITask_Evade_OnRequestFinished, Handler) == 0x000000, "Member 'CJAITask_Evade_OnRequestFinished::Handler' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Evade_OnRequestFinished, CurrentRequestID) == 0x000008, "Member 'CJAITask_Evade_OnRequestFinished::CurrentRequestID' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_Evade_OnRequestFinished, Result) == 0x00000C, "Member 'CJAITask_Evade_OnRequestFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAITask_Evade \ +static_assert(alignof(UCJAITask_Evade) == 0x000008, "Wrong alignment on UCJAITask_Evade"); \ +static_assert(sizeof(UCJAITask_Evade) == 0x000118, "Wrong size on UCJAITask_Evade"); \ +static_assert(offsetof(UCJAITask_Evade, OnRequestFailed) == 0x000070, "Member 'UCJAITask_Evade::OnRequestFailed' has a wrong offset!"); \ +static_assert(offsetof(UCJAITask_Evade, OnTaskFinished) == 0x000080, "Member 'UCJAITask_Evade::OnTaskFinished' has a wrong offset!"); \ +static_assert(offsetof(UCJAITask_Evade, OnFollowUpWindowStarted) == 0x000090, "Member 'UCJAITask_Evade::OnFollowUpWindowStarted' has a wrong offset!"); \ +static_assert(offsetof(UCJAITask_Evade, TaskRequest) == 0x0000A0, "Member 'UCJAITask_Evade::TaskRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectSpiritSubsystem_OnDematerialized \ +static_assert(alignof(SmartObjectSpiritSubsystem_OnDematerialized) == 0x000008, "Wrong alignment on SmartObjectSpiritSubsystem_OnDematerialized"); \ +static_assert(sizeof(SmartObjectSpiritSubsystem_OnDematerialized) == 0x000008, "Wrong size on SmartObjectSpiritSubsystem_OnDematerialized"); \ +static_assert(offsetof(SmartObjectSpiritSubsystem_OnDematerialized, Actor) == 0x000000, "Member 'SmartObjectSpiritSubsystem_OnDematerialized::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSpiritSubsystem \ +static_assert(alignof(USmartObjectSpiritSubsystem) == 0x000008, "Wrong alignment on USmartObjectSpiritSubsystem"); \ +static_assert(sizeof(USmartObjectSpiritSubsystem) == 0x000240, "Wrong size on USmartObjectSpiritSubsystem"); \ +static_assert(offsetof(USmartObjectSpiritSubsystem, EnvQueryTemplate) == 0x000048, "Member 'USmartObjectSpiritSubsystem::EnvQueryTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollectionInterface_GetMotivationInformation \ +static_assert(alignof(MotivationInformationCollectionInterface_GetMotivationInformation) == 0x000008, "Wrong alignment on MotivationInformationCollectionInterface_GetMotivationInformation"); \ +static_assert(sizeof(MotivationInformationCollectionInterface_GetMotivationInformation) == 0x000008, "Wrong size on MotivationInformationCollectionInterface_GetMotivationInformation"); \ +static_assert(offsetof(MotivationInformationCollectionInterface_GetMotivationInformation, ReturnValue) == 0x000000, "Member 'MotivationInformationCollectionInterface_GetMotivationInformation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollectionInterface_GetMotivationInformation_BlueprintCallable \ +static_assert(alignof(MotivationInformationCollectionInterface_GetMotivationInformation_BlueprintCallable) == 0x000008, "Wrong alignment on MotivationInformationCollectionInterface_GetMotivationInformation_BlueprintCallable"); \ +static_assert(sizeof(MotivationInformationCollectionInterface_GetMotivationInformation_BlueprintCallable) == 0x000008, "Wrong size on MotivationInformationCollectionInterface_GetMotivationInformation_BlueprintCallable"); \ +static_assert(offsetof(MotivationInformationCollectionInterface_GetMotivationInformation_BlueprintCallable, ReturnValue) == 0x000000, "Member 'MotivationInformationCollectionInterface_GetMotivationInformation_BlueprintCallable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMotivationInformationCollectionInterface \ +static_assert(alignof(IMotivationInformationCollectionInterface) == 0x000001, "Wrong alignment on IMotivationInformationCollectionInterface"); \ +static_assert(sizeof(IMotivationInformationCollectionInterface) == 0x000001, "Wrong size on IMotivationInformationCollectionInterface"); \ + +#define DUMPER7_ASSERTS_AStagedNPCActor \ +static_assert(alignof(AStagedNPCActor) == 0x000008, "Wrong alignment on AStagedNPCActor"); \ +static_assert(sizeof(AStagedNPCActor) == 0x000340, "Wrong size on AStagedNPCActor"); \ +static_assert(offsetof(AStagedNPCActor, Mesh) == 0x0002B8, "Member 'AStagedNPCActor::Mesh' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, Hat) == 0x0002C0, "Member 'AStagedNPCActor::Hat' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, SkeletalMeshHair) == 0x0002C8, "Member 'AStagedNPCActor::SkeletalMeshHair' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, SkeletalMeshFacialHair) == 0x0002D0, "Member 'AStagedNPCActor::SkeletalMeshFacialHair' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, Head) == 0x0002D8, "Member 'AStagedNPCActor::Head' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, Torso) == 0x0002E0, "Member 'AStagedNPCActor::Torso' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, OuterTorso) == 0x0002E8, "Member 'AStagedNPCActor::OuterTorso' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, Legs) == 0x0002F0, "Member 'AStagedNPCActor::Legs' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, Feet) == 0x0002F8, "Member 'AStagedNPCActor::Feet' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, Accessory) == 0x000300, "Member 'AStagedNPCActor::Accessory' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, Eyewear) == 0x000308, "Member 'AStagedNPCActor::Eyewear' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, Watch) == 0x000310, "Member 'AStagedNPCActor::Watch' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, Earrings) == 0x000318, "Member 'AStagedNPCActor::Earrings' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, RingsGloves) == 0x000320, "Member 'AStagedNPCActor::RingsGloves' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, Backpack) == 0x000328, "Member 'AStagedNPCActor::Backpack' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, CharacterTypeData) == 0x000330, "Member 'AStagedNPCActor::CharacterTypeData' has a wrong offset!"); \ +static_assert(offsetof(AStagedNPCActor, AudioComponent) == 0x000338, "Member 'AStagedNPCActor::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAITask_HTNEvade \ +static_assert(alignof(UCJAITask_HTNEvade) == 0x000008, "Wrong alignment on UCJAITask_HTNEvade"); \ +static_assert(sizeof(UCJAITask_HTNEvade) == 0x000120, "Wrong size on UCJAITask_HTNEvade"); \ + +#define DUMPER7_ASSERTS_UEvadedEvaluatorResultType \ +static_assert(alignof(UEvadedEvaluatorResultType) == 0x000008, "Wrong alignment on UEvadedEvaluatorResultType"); \ +static_assert(sizeof(UEvadedEvaluatorResultType) == 0x000028, "Wrong size on UEvadedEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_CJPostAndWaitForEndOfEvent \ +static_assert(alignof(CJAkGameplayStatics_CJPostAndWaitForEndOfEvent) == 0x000008, "Wrong alignment on CJAkGameplayStatics_CJPostAndWaitForEndOfEvent"); \ +static_assert(sizeof(CJAkGameplayStatics_CJPostAndWaitForEndOfEvent) == 0x000038, "Wrong size on CJAkGameplayStatics_CJPostAndWaitForEndOfEvent"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostAndWaitForEndOfEvent, AkEvent) == 0x000000, "Member 'CJAkGameplayStatics_CJPostAndWaitForEndOfEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostAndWaitForEndOfEvent, Actor) == 0x000008, "Member 'CJAkGameplayStatics_CJPostAndWaitForEndOfEvent::Actor' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostAndWaitForEndOfEvent, bStopWhenAttachedToDestroyed) == 0x000010, "Member 'CJAkGameplayStatics_CJPostAndWaitForEndOfEvent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostAndWaitForEndOfEvent, LatentInfo) == 0x000018, "Member 'CJAkGameplayStatics_CJPostAndWaitForEndOfEvent::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostAndWaitForEndOfEvent, AttenuationCheck) == 0x000030, "Member 'CJAkGameplayStatics_CJPostAndWaitForEndOfEvent::AttenuationCheck' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostAndWaitForEndOfEvent, bRegisterEmitterBeforePosting) == 0x000031, "Member 'CJAkGameplayStatics_CJPostAndWaitForEndOfEvent::bRegisterEmitterBeforePosting' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostAndWaitForEndOfEvent, ReturnValue) == 0x000034, "Member 'CJAkGameplayStatics_CJPostAndWaitForEndOfEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_CJPostEvent \ +static_assert(alignof(CJAkGameplayStatics_CJPostEvent) == 0x000008, "Wrong alignment on CJAkGameplayStatics_CJPostEvent"); \ +static_assert(sizeof(CJAkGameplayStatics_CJPostEvent) == 0x000068, "Wrong size on CJAkGameplayStatics_CJPostEvent"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEvent, AkEvent) == 0x000000, "Member 'CJAkGameplayStatics_CJPostEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEvent, Actor) == 0x000008, "Member 'CJAkGameplayStatics_CJPostEvent::Actor' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEvent, CallbackMask) == 0x000010, "Member 'CJAkGameplayStatics_CJPostEvent::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEvent, PostEventCallback) == 0x000014, "Member 'CJAkGameplayStatics_CJPostEvent::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEvent, Switches) == 0x000028, "Member 'CJAkGameplayStatics_CJPostEvent::Switches' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEvent, Rtpcs) == 0x000038, "Member 'CJAkGameplayStatics_CJPostEvent::Rtpcs' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEvent, AttenuationCheck) == 0x000048, "Member 'CJAkGameplayStatics_CJPostEvent::AttenuationCheck' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEvent, bStopWhenAttachedToDestroyed) == 0x000049, "Member 'CJAkGameplayStatics_CJPostEvent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEvent, EventName) == 0x000050, "Member 'CJAkGameplayStatics_CJPostEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEvent, bRegisterEmitterBeforePosting) == 0x000060, "Member 'CJAkGameplayStatics_CJPostEvent::bRegisterEmitterBeforePosting' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEvent, ReturnValue) == 0x000064, "Member 'CJAkGameplayStatics_CJPostEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_CJPostEventAtLocation \ +static_assert(alignof(CJAkGameplayStatics_CJPostEventAtLocation) == 0x000008, "Wrong alignment on CJAkGameplayStatics_CJPostEventAtLocation"); \ +static_assert(sizeof(CJAkGameplayStatics_CJPostEventAtLocation) == 0x000088, "Wrong size on CJAkGameplayStatics_CJPostEventAtLocation"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventAtLocation, AkEvent) == 0x000000, "Member 'CJAkGameplayStatics_CJPostEventAtLocation::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventAtLocation, Location) == 0x000008, "Member 'CJAkGameplayStatics_CJPostEventAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventAtLocation, Orientation) == 0x000020, "Member 'CJAkGameplayStatics_CJPostEventAtLocation::Orientation' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventAtLocation, EventName) == 0x000038, "Member 'CJAkGameplayStatics_CJPostEventAtLocation::EventName' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventAtLocation, WorldContextObject) == 0x000048, "Member 'CJAkGameplayStatics_CJPostEventAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventAtLocation, Switches) == 0x000050, "Member 'CJAkGameplayStatics_CJPostEventAtLocation::Switches' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventAtLocation, Rtpcs) == 0x000060, "Member 'CJAkGameplayStatics_CJPostEventAtLocation::Rtpcs' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventAtLocation, EmitterName) == 0x000070, "Member 'CJAkGameplayStatics_CJPostEventAtLocation::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventAtLocation, AttenuationCheck) == 0x000080, "Member 'CJAkGameplayStatics_CJPostEventAtLocation::AttenuationCheck' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventAtLocation, AudioContext) == 0x000081, "Member 'CJAkGameplayStatics_CJPostEventAtLocation::AudioContext' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventAtLocation, ReturnValue) == 0x000084, "Member 'CJAkGameplayStatics_CJPostEventAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_CJPostEventOnComponent \ +static_assert(alignof(CJAkGameplayStatics_CJPostEventOnComponent) == 0x000008, "Wrong alignment on CJAkGameplayStatics_CJPostEventOnComponent"); \ +static_assert(sizeof(CJAkGameplayStatics_CJPostEventOnComponent) == 0x000068, "Wrong size on CJAkGameplayStatics_CJPostEventOnComponent"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventOnComponent, AkEvent) == 0x000000, "Member 'CJAkGameplayStatics_CJPostEventOnComponent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventOnComponent, Emitter) == 0x000008, "Member 'CJAkGameplayStatics_CJPostEventOnComponent::Emitter' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventOnComponent, CallbackMask) == 0x000010, "Member 'CJAkGameplayStatics_CJPostEventOnComponent::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventOnComponent, PostEventCallback) == 0x000014, "Member 'CJAkGameplayStatics_CJPostEventOnComponent::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventOnComponent, Switches) == 0x000028, "Member 'CJAkGameplayStatics_CJPostEventOnComponent::Switches' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventOnComponent, Rtpcs) == 0x000038, "Member 'CJAkGameplayStatics_CJPostEventOnComponent::Rtpcs' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventOnComponent, AttenuationCheck) == 0x000048, "Member 'CJAkGameplayStatics_CJPostEventOnComponent::AttenuationCheck' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventOnComponent, bStopWhenAttachedToDestroyed) == 0x000049, "Member 'CJAkGameplayStatics_CJPostEventOnComponent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventOnComponent, EventName) == 0x000050, "Member 'CJAkGameplayStatics_CJPostEventOnComponent::EventName' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventOnComponent, bRegisterEmitterBeforePosting) == 0x000060, "Member 'CJAkGameplayStatics_CJPostEventOnComponent::bRegisterEmitterBeforePosting' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJPostEventOnComponent, ReturnValue) == 0x000064, "Member 'CJAkGameplayStatics_CJPostEventOnComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_CJSetRTPCValue \ +static_assert(alignof(CJAkGameplayStatics_CJSetRTPCValue) == 0x000008, "Wrong alignment on CJAkGameplayStatics_CJSetRTPCValue"); \ +static_assert(sizeof(CJAkGameplayStatics_CJSetRTPCValue) == 0x000040, "Wrong size on CJAkGameplayStatics_CJSetRTPCValue"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValue, RtpcValue) == 0x000000, "Member 'CJAkGameplayStatics_CJSetRTPCValue::RtpcValue' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValue, Value) == 0x000008, "Member 'CJAkGameplayStatics_CJSetRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValue, InterpolationTimeMs) == 0x00000C, "Member 'CJAkGameplayStatics_CJSetRTPCValue::InterpolationTimeMs' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValue, Actor) == 0x000010, "Member 'CJAkGameplayStatics_CJSetRTPCValue::Actor' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValue, RTPC) == 0x000018, "Member 'CJAkGameplayStatics_CJSetRTPCValue::RTPC' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValue, PassToOsc) == 0x000020, "Member 'CJAkGameplayStatics_CJSetRTPCValue::PassToOsc' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValue, OSCAddress) == 0x000028, "Member 'CJAkGameplayStatics_CJSetRTPCValue::OSCAddress' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValue, OscPort) == 0x000038, "Member 'CJAkGameplayStatics_CJSetRTPCValue::OscPort' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_CJSetRTPCValueOnComponent \ +static_assert(alignof(CJAkGameplayStatics_CJSetRTPCValueOnComponent) == 0x000008, "Wrong alignment on CJAkGameplayStatics_CJSetRTPCValueOnComponent"); \ +static_assert(sizeof(CJAkGameplayStatics_CJSetRTPCValueOnComponent) == 0x000040, "Wrong size on CJAkGameplayStatics_CJSetRTPCValueOnComponent"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValueOnComponent, RtpcValue) == 0x000000, "Member 'CJAkGameplayStatics_CJSetRTPCValueOnComponent::RtpcValue' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValueOnComponent, Value) == 0x000008, "Member 'CJAkGameplayStatics_CJSetRTPCValueOnComponent::Value' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValueOnComponent, InterpolationTimeMs) == 0x00000C, "Member 'CJAkGameplayStatics_CJSetRTPCValueOnComponent::InterpolationTimeMs' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValueOnComponent, Emitter) == 0x000010, "Member 'CJAkGameplayStatics_CJSetRTPCValueOnComponent::Emitter' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValueOnComponent, RTPC) == 0x000018, "Member 'CJAkGameplayStatics_CJSetRTPCValueOnComponent::RTPC' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValueOnComponent, PassToOsc) == 0x000020, "Member 'CJAkGameplayStatics_CJSetRTPCValueOnComponent::PassToOsc' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValueOnComponent, OSCAddress) == 0x000028, "Member 'CJAkGameplayStatics_CJSetRTPCValueOnComponent::OSCAddress' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetRTPCValueOnComponent, OscPort) == 0x000038, "Member 'CJAkGameplayStatics_CJSetRTPCValueOnComponent::OscPort' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_CJSetSwitch \ +static_assert(alignof(CJAkGameplayStatics_CJSetSwitch) == 0x000008, "Wrong alignment on CJAkGameplayStatics_CJSetSwitch"); \ +static_assert(sizeof(CJAkGameplayStatics_CJSetSwitch) == 0x000010, "Wrong size on CJAkGameplayStatics_CJSetSwitch"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetSwitch, SwitchValue) == 0x000000, "Member 'CJAkGameplayStatics_CJSetSwitch::SwitchValue' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetSwitch, Actor) == 0x000008, "Member 'CJAkGameplayStatics_CJSetSwitch::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_CJSetSwitchOnComponent \ +static_assert(alignof(CJAkGameplayStatics_CJSetSwitchOnComponent) == 0x000008, "Wrong alignment on CJAkGameplayStatics_CJSetSwitchOnComponent"); \ +static_assert(sizeof(CJAkGameplayStatics_CJSetSwitchOnComponent) == 0x000010, "Wrong size on CJAkGameplayStatics_CJSetSwitchOnComponent"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetSwitchOnComponent, SwitchValue) == 0x000000, "Member 'CJAkGameplayStatics_CJSetSwitchOnComponent::SwitchValue' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_CJSetSwitchOnComponent, Emitter) == 0x000008, "Member 'CJAkGameplayStatics_CJSetSwitchOnComponent::Emitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_PlayerCanHearEvent \ +static_assert(alignof(CJAkGameplayStatics_PlayerCanHearEvent) == 0x000008, "Wrong alignment on CJAkGameplayStatics_PlayerCanHearEvent"); \ +static_assert(sizeof(CJAkGameplayStatics_PlayerCanHearEvent) == 0x000028, "Wrong size on CJAkGameplayStatics_PlayerCanHearEvent"); \ +static_assert(offsetof(CJAkGameplayStatics_PlayerCanHearEvent, EventAttenuation) == 0x000000, "Member 'CJAkGameplayStatics_PlayerCanHearEvent::EventAttenuation' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PlayerCanHearEvent, SourceLocation) == 0x000008, "Member 'CJAkGameplayStatics_PlayerCanHearEvent::SourceLocation' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PlayerCanHearEvent, ReturnValue) == 0x000020, "Member 'CJAkGameplayStatics_PlayerCanHearEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_PostEventInEditor \ +static_assert(alignof(CJAkGameplayStatics_PostEventInEditor) == 0x000008, "Wrong alignment on CJAkGameplayStatics_PostEventInEditor"); \ +static_assert(sizeof(CJAkGameplayStatics_PostEventInEditor) == 0x000008, "Wrong size on CJAkGameplayStatics_PostEventInEditor"); \ +static_assert(offsetof(CJAkGameplayStatics_PostEventInEditor, AkEvent) == 0x000000, "Member 'CJAkGameplayStatics_PostEventInEditor::AkEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_PostLoop \ +static_assert(alignof(CJAkGameplayStatics_PostLoop) == 0x000008, "Wrong alignment on CJAkGameplayStatics_PostLoop"); \ +static_assert(sizeof(CJAkGameplayStatics_PostLoop) == 0x000038, "Wrong size on CJAkGameplayStatics_PostLoop"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoop, Loop) == 0x000000, "Member 'CJAkGameplayStatics_PostLoop::Loop' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoop, Actor) == 0x000008, "Member 'CJAkGameplayStatics_PostLoop::Actor' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoop, WorldContextObject) == 0x000010, "Member 'CJAkGameplayStatics_PostLoop::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoop, AttenuationCheck) == 0x000018, "Member 'CJAkGameplayStatics_PostLoop::AttenuationCheck' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoop, bStopWhenAttachedToDestroyed) == 0x000019, "Member 'CJAkGameplayStatics_PostLoop::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoop, EventName) == 0x000020, "Member 'CJAkGameplayStatics_PostLoop::EventName' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoop, bRegisterEmitterBeforePosting) == 0x000030, "Member 'CJAkGameplayStatics_PostLoop::bRegisterEmitterBeforePosting' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoop, ReturnValue) == 0x000034, "Member 'CJAkGameplayStatics_PostLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_PostLoopOnComponent \ +static_assert(alignof(CJAkGameplayStatics_PostLoopOnComponent) == 0x000008, "Wrong alignment on CJAkGameplayStatics_PostLoopOnComponent"); \ +static_assert(sizeof(CJAkGameplayStatics_PostLoopOnComponent) == 0x000038, "Wrong size on CJAkGameplayStatics_PostLoopOnComponent"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoopOnComponent, Loop) == 0x000000, "Member 'CJAkGameplayStatics_PostLoopOnComponent::Loop' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoopOnComponent, Emitter) == 0x000008, "Member 'CJAkGameplayStatics_PostLoopOnComponent::Emitter' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoopOnComponent, WorldContextObject) == 0x000010, "Member 'CJAkGameplayStatics_PostLoopOnComponent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoopOnComponent, AttenuationCheck) == 0x000018, "Member 'CJAkGameplayStatics_PostLoopOnComponent::AttenuationCheck' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoopOnComponent, bStopWhenAttachedToDestroyed) == 0x000019, "Member 'CJAkGameplayStatics_PostLoopOnComponent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoopOnComponent, EventName) == 0x000020, "Member 'CJAkGameplayStatics_PostLoopOnComponent::EventName' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoopOnComponent, bRegisterEmitterBeforePosting) == 0x000030, "Member 'CJAkGameplayStatics_PostLoopOnComponent::bRegisterEmitterBeforePosting' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_PostLoopOnComponent, ReturnValue) == 0x000034, "Member 'CJAkGameplayStatics_PostLoopOnComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_ResetRTPCValueGlobally \ +static_assert(alignof(CJAkGameplayStatics_ResetRTPCValueGlobally) == 0x000008, "Wrong alignment on CJAkGameplayStatics_ResetRTPCValueGlobally"); \ +static_assert(sizeof(CJAkGameplayStatics_ResetRTPCValueGlobally) == 0x000008, "Wrong size on CJAkGameplayStatics_ResetRTPCValueGlobally"); \ +static_assert(offsetof(CJAkGameplayStatics_ResetRTPCValueGlobally, RTPC) == 0x000000, "Member 'CJAkGameplayStatics_ResetRTPCValueGlobally::RTPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_ResetRTPCValueOnComponent \ +static_assert(alignof(CJAkGameplayStatics_ResetRTPCValueOnComponent) == 0x000008, "Wrong alignment on CJAkGameplayStatics_ResetRTPCValueOnComponent"); \ +static_assert(sizeof(CJAkGameplayStatics_ResetRTPCValueOnComponent) == 0x000010, "Wrong size on CJAkGameplayStatics_ResetRTPCValueOnComponent"); \ +static_assert(offsetof(CJAkGameplayStatics_ResetRTPCValueOnComponent, RTPC) == 0x000000, "Member 'CJAkGameplayStatics_ResetRTPCValueOnComponent::RTPC' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_ResetRTPCValueOnComponent, Component) == 0x000008, "Member 'CJAkGameplayStatics_ResetRTPCValueOnComponent::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_ResetState \ +static_assert(alignof(CJAkGameplayStatics_ResetState) == 0x000008, "Wrong alignment on CJAkGameplayStatics_ResetState"); \ +static_assert(sizeof(CJAkGameplayStatics_ResetState) == 0x000008, "Wrong size on CJAkGameplayStatics_ResetState"); \ +static_assert(offsetof(CJAkGameplayStatics_ResetState, State) == 0x000000, "Member 'CJAkGameplayStatics_ResetState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_SetRTPCValueGlobally \ +static_assert(alignof(CJAkGameplayStatics_SetRTPCValueGlobally) == 0x000008, "Wrong alignment on CJAkGameplayStatics_SetRTPCValueGlobally"); \ +static_assert(sizeof(CJAkGameplayStatics_SetRTPCValueGlobally) == 0x000028, "Wrong size on CJAkGameplayStatics_SetRTPCValueGlobally"); \ +static_assert(offsetof(CJAkGameplayStatics_SetRTPCValueGlobally, RTPC) == 0x000000, "Member 'CJAkGameplayStatics_SetRTPCValueGlobally::RTPC' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_SetRTPCValueGlobally, Value) == 0x000008, "Member 'CJAkGameplayStatics_SetRTPCValueGlobally::Value' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_SetRTPCValueGlobally, PassToOsc) == 0x00000C, "Member 'CJAkGameplayStatics_SetRTPCValueGlobally::PassToOsc' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_SetRTPCValueGlobally, OSCAddress) == 0x000010, "Member 'CJAkGameplayStatics_SetRTPCValueGlobally::OSCAddress' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_SetRTPCValueGlobally, OscPort) == 0x000020, "Member 'CJAkGameplayStatics_SetRTPCValueGlobally::OscPort' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_SetState \ +static_assert(alignof(CJAkGameplayStatics_SetState) == 0x000008, "Wrong alignment on CJAkGameplayStatics_SetState"); \ +static_assert(sizeof(CJAkGameplayStatics_SetState) == 0x000008, "Wrong size on CJAkGameplayStatics_SetState"); \ +static_assert(offsetof(CJAkGameplayStatics_SetState, State) == 0x000000, "Member 'CJAkGameplayStatics_SetState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_StopLoop \ +static_assert(alignof(CJAkGameplayStatics_StopLoop) == 0x000008, "Wrong alignment on CJAkGameplayStatics_StopLoop"); \ +static_assert(sizeof(CJAkGameplayStatics_StopLoop) == 0x000010, "Wrong size on CJAkGameplayStatics_StopLoop"); \ +static_assert(offsetof(CJAkGameplayStatics_StopLoop, LoopId) == 0x000000, "Member 'CJAkGameplayStatics_StopLoop::LoopId' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_StopLoop, WorldContextObject) == 0x000008, "Member 'CJAkGameplayStatics_StopLoop::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAkGameplayStatics_StopPostedEvent \ +static_assert(alignof(CJAkGameplayStatics_StopPostedEvent) == 0x000008, "Wrong alignment on CJAkGameplayStatics_StopPostedEvent"); \ +static_assert(sizeof(CJAkGameplayStatics_StopPostedEvent) == 0x000010, "Wrong size on CJAkGameplayStatics_StopPostedEvent"); \ +static_assert(offsetof(CJAkGameplayStatics_StopPostedEvent, CueId) == 0x000000, "Member 'CJAkGameplayStatics_StopPostedEvent::CueId' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_StopPostedEvent, FadeTimeS) == 0x000004, "Member 'CJAkGameplayStatics_StopPostedEvent::FadeTimeS' has a wrong offset!"); \ +static_assert(offsetof(CJAkGameplayStatics_StopPostedEvent, WorldContextObject) == 0x000008, "Member 'CJAkGameplayStatics_StopPostedEvent::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAkGameplayStatics \ +static_assert(alignof(UCJAkGameplayStatics) == 0x000008, "Wrong alignment on UCJAkGameplayStatics"); \ +static_assert(sizeof(UCJAkGameplayStatics) == 0x000028, "Wrong size on UCJAkGameplayStatics"); \ + +#define DUMPER7_ASSERTS_PhotoModeCameraController_GetPhotomodeCameraShakeFrequencyScale \ +static_assert(alignof(PhotoModeCameraController_GetPhotomodeCameraShakeFrequencyScale) == 0x000004, "Wrong alignment on PhotoModeCameraController_GetPhotomodeCameraShakeFrequencyScale"); \ +static_assert(sizeof(PhotoModeCameraController_GetPhotomodeCameraShakeFrequencyScale) == 0x000004, "Wrong size on PhotoModeCameraController_GetPhotomodeCameraShakeFrequencyScale"); \ +static_assert(offsetof(PhotoModeCameraController_GetPhotomodeCameraShakeFrequencyScale, ReturnValue) == 0x000000, "Member 'PhotoModeCameraController_GetPhotomodeCameraShakeFrequencyScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeCameraController_GetPhotomodeTimeDilationValue \ +static_assert(alignof(PhotoModeCameraController_GetPhotomodeTimeDilationValue) == 0x000004, "Wrong alignment on PhotoModeCameraController_GetPhotomodeTimeDilationValue"); \ +static_assert(sizeof(PhotoModeCameraController_GetPhotomodeTimeDilationValue) == 0x000004, "Wrong size on PhotoModeCameraController_GetPhotomodeTimeDilationValue"); \ +static_assert(offsetof(PhotoModeCameraController_GetPhotomodeTimeDilationValue, ReturnValue) == 0x000000, "Member 'PhotoModeCameraController_GetPhotomodeTimeDilationValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APhotoModeCameraController \ +static_assert(alignof(APhotoModeCameraController) == 0x000010, "Wrong alignment on APhotoModeCameraController"); \ +static_assert(sizeof(APhotoModeCameraController) == 0x0010C0, "Wrong size on APhotoModeCameraController"); \ +static_assert(offsetof(APhotoModeCameraController, DirectionalLight) == 0x000750, "Member 'APhotoModeCameraController::DirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, ToggleMappingContext) == 0x000758, "Member 'APhotoModeCameraController::ToggleMappingContext' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, InputModeContext) == 0x000760, "Member 'APhotoModeCameraController::InputModeContext' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, InputActions) == 0x000768, "Member 'APhotoModeCameraController::InputActions' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, PostProcessSettings) == 0x000770, "Member 'APhotoModeCameraController::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, SelectedHitPoint) == 0x000EE0, "Member 'APhotoModeCameraController::SelectedHitPoint' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, OriginalControllerRef) == 0x000FE0, "Member 'APhotoModeCameraController::OriginalControllerRef' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, OriginalPlayer) == 0x000FE8, "Member 'APhotoModeCameraController::OriginalPlayer' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, SecondaryPlayer) == 0x000FF0, "Member 'APhotoModeCameraController::SecondaryPlayer' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, TimeDilationHandle) == 0x000FF8, "Member 'APhotoModeCameraController::TimeDilationHandle' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, InitialMaxSpeed) == 0x000FFC, "Member 'APhotoModeCameraController::InitialMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, InitialAccel) == 0x001000, "Member 'APhotoModeCameraController::InitialAccel' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, InitialDecel) == 0x001004, "Member 'APhotoModeCameraController::InitialDecel' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, MinFOV) == 0x001008, "Member 'APhotoModeCameraController::MinFOV' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, MaxFOV) == 0x00100C, "Member 'APhotoModeCameraController::MaxFOV' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, DepthOfFieldModifier) == 0x001018, "Member 'APhotoModeCameraController::DepthOfFieldModifier' has a wrong offset!"); \ +static_assert(offsetof(APhotoModeCameraController, CameraShakeClass) == 0x001020, "Member 'APhotoModeCameraController::CameraShakeClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAnimSequence \ +static_assert(alignof(UCJAnimSequence) == 0x000008, "Wrong alignment on UCJAnimSequence"); \ +static_assert(sizeof(UCJAnimSequence) == 0x0001F8, "Wrong size on UCJAnimSequence"); \ +static_assert(offsetof(UCJAnimSequence, DisableFootPlantFootstepSFX) == 0x0001F0, "Member 'UCJAnimSequence::DisableFootPlantFootstepSFX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFollowActorSidecarComponent \ +static_assert(alignof(UFollowActorSidecarComponent) == 0x000008, "Wrong alignment on UFollowActorSidecarComponent"); \ +static_assert(sizeof(UFollowActorSidecarComponent) == 0x000120, "Wrong size on UFollowActorSidecarComponent"); \ +static_assert(offsetof(UFollowActorSidecarComponent, ActorToSpawn) == 0x0000C0, "Member 'UFollowActorSidecarComponent::ActorToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UFollowActorSidecarComponent, SpawnedActor) == 0x0000E8, "Member 'UFollowActorSidecarComponent::SpawnedActor' has a wrong offset!"); \ +static_assert(offsetof(UFollowActorSidecarComponent, Offset) == 0x0000F0, "Member 'UFollowActorSidecarComponent::Offset' has a wrong offset!"); \ +static_assert(offsetof(UFollowActorSidecarComponent, OverrideOwnersLightingChannels) == 0x000108, "Member 'UFollowActorSidecarComponent::OverrideOwnersLightingChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAssetManagerSettings \ +static_assert(alignof(UCJAssetManagerSettings) == 0x000008, "Wrong alignment on UCJAssetManagerSettings"); \ +static_assert(sizeof(UCJAssetManagerSettings) == 0x000048, "Wrong size on UCJAssetManagerSettings"); \ +static_assert(offsetof(UCJAssetManagerSettings, CookConfigurations) == 0x000038, "Member 'UCJAssetManagerSettings::CookConfigurations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAudioDebugger \ +static_assert(alignof(UCJAudioDebugger) == 0x000008, "Wrong alignment on UCJAudioDebugger"); \ +static_assert(sizeof(UCJAudioDebugger) == 0x000290, "Wrong size on UCJAudioDebugger"); \ + +#define DUMPER7_ASSERTS_ACJAudioDebuggerFireAndForgetActor \ +static_assert(alignof(ACJAudioDebuggerFireAndForgetActor) == 0x000008, "Wrong alignment on ACJAudioDebuggerFireAndForgetActor"); \ +static_assert(sizeof(ACJAudioDebuggerFireAndForgetActor) == 0x0002B8, "Wrong size on ACJAudioDebuggerFireAndForgetActor"); \ +static_assert(offsetof(ACJAudioDebuggerFireAndForgetActor, SceneComp) == 0x0002B0, "Member 'ACJAudioDebuggerFireAndForgetActor::SceneComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugSpawnSubsystem_DebugSpawnHelicopter \ +static_assert(alignof(DebugSpawnSubsystem_DebugSpawnHelicopter) == 0x000010, "Wrong alignment on DebugSpawnSubsystem_DebugSpawnHelicopter"); \ +static_assert(sizeof(DebugSpawnSubsystem_DebugSpawnHelicopter) == 0x0000A0, "Wrong size on DebugSpawnSubsystem_DebugSpawnHelicopter"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnHelicopter, HelicopterSpawnClass) == 0x000000, "Member 'DebugSpawnSubsystem_DebugSpawnHelicopter::HelicopterSpawnClass' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnHelicopter, SpawnTransform) == 0x000030, "Member 'DebugSpawnSubsystem_DebugSpawnHelicopter::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnHelicopter, ReturnValue) == 0x000090, "Member 'DebugSpawnSubsystem_DebugSpawnHelicopter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugSpawnSubsystem_DebugSpawnMissionVehicle \ +static_assert(alignof(DebugSpawnSubsystem_DebugSpawnMissionVehicle) == 0x000010, "Wrong alignment on DebugSpawnSubsystem_DebugSpawnMissionVehicle"); \ +static_assert(sizeof(DebugSpawnSubsystem_DebugSpawnMissionVehicle) == 0x0000D0, "Wrong size on DebugSpawnSubsystem_DebugSpawnMissionVehicle"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnMissionVehicle, SpawnDataSet) == 0x000000, "Member 'DebugSpawnSubsystem_DebugSpawnMissionVehicle::SpawnDataSet' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnMissionVehicle, CharacterSpawnDataClass) == 0x000008, "Member 'DebugSpawnSubsystem_DebugSpawnMissionVehicle::CharacterSpawnDataClass' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnMissionVehicle, DriverVisualsId) == 0x000030, "Member 'DebugSpawnSubsystem_DebugSpawnMissionVehicle::DriverVisualsId' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnMissionVehicle, MapIconsAsset) == 0x000040, "Member 'DebugSpawnSubsystem_DebugSpawnMissionVehicle::MapIconsAsset' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnMissionVehicle, SpawnTransform) == 0x000050, "Member 'DebugSpawnSubsystem_DebugSpawnMissionVehicle::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnMissionVehicle, LaneParams) == 0x0000B0, "Member 'DebugSpawnSubsystem_DebugSpawnMissionVehicle::LaneParams' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnMissionVehicle, ReturnValue) == 0x0000C8, "Member 'DebugSpawnSubsystem_DebugSpawnMissionVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter \ +static_assert(alignof(DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter) == 0x000010, "Wrong alignment on DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter"); \ +static_assert(sizeof(DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter) == 0x0000B0, "Wrong size on DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter, SpawnDataSet) == 0x000000, "Member 'DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter::SpawnDataSet' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter, SpawnTransform) == 0x000030, "Member 'DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter, VisualsId) == 0x000090, "Member 'DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter::VisualsId' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter, ReturnValue) == 0x0000A0, "Member 'DebugSpawnSubsystem_DebugSpawnNonPlayerCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugSpawnSubsystem_DebugSpawnNPC \ +static_assert(alignof(DebugSpawnSubsystem_DebugSpawnNPC) == 0x000010, "Wrong alignment on DebugSpawnSubsystem_DebugSpawnNPC"); \ +static_assert(sizeof(DebugSpawnSubsystem_DebugSpawnNPC) == 0x000090, "Wrong size on DebugSpawnSubsystem_DebugSpawnNPC"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnNPC, CharacterDef) == 0x000000, "Member 'DebugSpawnSubsystem_DebugSpawnNPC::CharacterDef' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnNPC, SpawnTransform) == 0x000030, "Member 'DebugSpawnSubsystem_DebugSpawnNPC::SpawnTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugSpawnSubsystem_DebugSpawnVehicle \ +static_assert(alignof(DebugSpawnSubsystem_DebugSpawnVehicle) == 0x000010, "Wrong alignment on DebugSpawnSubsystem_DebugSpawnVehicle"); \ +static_assert(sizeof(DebugSpawnSubsystem_DebugSpawnVehicle) == 0x000080, "Wrong size on DebugSpawnSubsystem_DebugSpawnVehicle"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnVehicle, SpawnDataSet) == 0x000000, "Member 'DebugSpawnSubsystem_DebugSpawnVehicle::SpawnDataSet' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnVehicle, SpawnTransform) == 0x000010, "Member 'DebugSpawnSubsystem_DebugSpawnVehicle::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(DebugSpawnSubsystem_DebugSpawnVehicle, ReturnValue) == 0x000070, "Member 'DebugSpawnSubsystem_DebugSpawnVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugSpawnSubsystem_GetSpawnList \ +static_assert(alignof(DebugSpawnSubsystem_GetSpawnList) == 0x000008, "Wrong alignment on DebugSpawnSubsystem_GetSpawnList"); \ +static_assert(sizeof(DebugSpawnSubsystem_GetSpawnList) == 0x000010, "Wrong size on DebugSpawnSubsystem_GetSpawnList"); \ +static_assert(offsetof(DebugSpawnSubsystem_GetSpawnList, List) == 0x000000, "Member 'DebugSpawnSubsystem_GetSpawnList::List' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugSpawnSubsystem_RemoveSingleDebugSpawn \ +static_assert(alignof(DebugSpawnSubsystem_RemoveSingleDebugSpawn) == 0x000004, "Wrong alignment on DebugSpawnSubsystem_RemoveSingleDebugSpawn"); \ +static_assert(sizeof(DebugSpawnSubsystem_RemoveSingleDebugSpawn) == 0x000008, "Wrong size on DebugSpawnSubsystem_RemoveSingleDebugSpawn"); \ +static_assert(offsetof(DebugSpawnSubsystem_RemoveSingleDebugSpawn, PlaceId) == 0x000000, "Member 'DebugSpawnSubsystem_RemoveSingleDebugSpawn::PlaceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugSpawnSubsystem_GetNPCSpawnTransform \ +static_assert(alignof(DebugSpawnSubsystem_GetNPCSpawnTransform) == 0x000010, "Wrong alignment on DebugSpawnSubsystem_GetNPCSpawnTransform"); \ +static_assert(sizeof(DebugSpawnSubsystem_GetNPCSpawnTransform) == 0x000060, "Wrong size on DebugSpawnSubsystem_GetNPCSpawnTransform"); \ +static_assert(offsetof(DebugSpawnSubsystem_GetNPCSpawnTransform, ReturnValue) == 0x000000, "Member 'DebugSpawnSubsystem_GetNPCSpawnTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugSpawnSubsystem_GetSpawnTransform \ +static_assert(alignof(DebugSpawnSubsystem_GetSpawnTransform) == 0x000010, "Wrong alignment on DebugSpawnSubsystem_GetSpawnTransform"); \ +static_assert(sizeof(DebugSpawnSubsystem_GetSpawnTransform) == 0x000060, "Wrong size on DebugSpawnSubsystem_GetSpawnTransform"); \ +static_assert(offsetof(DebugSpawnSubsystem_GetSpawnTransform, ReturnValue) == 0x000000, "Member 'DebugSpawnSubsystem_GetSpawnTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDebugSpawnSubsystem \ +static_assert(alignof(UDebugSpawnSubsystem) == 0x000008, "Wrong alignment on UDebugSpawnSubsystem"); \ +static_assert(sizeof(UDebugSpawnSubsystem) == 0x000048, "Wrong size on UDebugSpawnSubsystem"); \ + +#define DUMPER7_ASSERTS_UCJAudioPerUserSettings \ +static_assert(alignof(UCJAudioPerUserSettings) == 0x000008, "Wrong alignment on UCJAudioPerUserSettings"); \ +static_assert(sizeof(UCJAudioPerUserSettings) == 0x000058, "Wrong size on UCJAudioPerUserSettings"); \ +static_assert(offsetof(UCJAudioPerUserSettings, PreviewSFXNotifiersInAnimations) == 0x000038, "Member 'UCJAudioPerUserSettings::PreviewSFXNotifiersInAnimations' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioPerUserSettings, SFXNotifierTitleFilter) == 0x000040, "Member 'UCJAudioPerUserSettings::SFXNotifierTitleFilter' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioPerUserSettings, DisplayWarningForUnpostedEvents) == 0x000050, "Member 'UCJAudioPerUserSettings::DisplayWarningForUnpostedEvents' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioPerUserSettings, WarningDisplayDuration) == 0x000054, "Member 'UCJAudioPerUserSettings::WarningDisplayDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_Rendered \ +static_assert(alignof(UEnvQueryTest_Rendered) == 0x000008, "Wrong alignment on UEnvQueryTest_Rendered"); \ +static_assert(sizeof(UEnvQueryTest_Rendered) == 0x0001F8, "Wrong size on UEnvQueryTest_Rendered"); \ + +#define DUMPER7_ASSERTS_SquadSubsystem_FindSquad \ +static_assert(alignof(SquadSubsystem_FindSquad) == 0x000004, "Wrong alignment on SquadSubsystem_FindSquad"); \ +static_assert(sizeof(SquadSubsystem_FindSquad) == 0x000014, "Wrong size on SquadSubsystem_FindSquad"); \ +static_assert(offsetof(SquadSubsystem_FindSquad, IngameEventId) == 0x000000, "Member 'SquadSubsystem_FindSquad::IngameEventId' has a wrong offset!"); \ +static_assert(offsetof(SquadSubsystem_FindSquad, Tag) == 0x000004, "Member 'SquadSubsystem_FindSquad::Tag' has a wrong offset!"); \ +static_assert(offsetof(SquadSubsystem_FindSquad, Found) == 0x00000C, "Member 'SquadSubsystem_FindSquad::Found' has a wrong offset!"); \ +static_assert(offsetof(SquadSubsystem_FindSquad, ReturnValue) == 0x000010, "Member 'SquadSubsystem_FindSquad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USquadSubsystem \ +static_assert(alignof(USquadSubsystem) == 0x000008, "Wrong alignment on USquadSubsystem"); \ +static_assert(sizeof(USquadSubsystem) == 0x0000B0, "Wrong size on USquadSubsystem"); \ + +#define DUMPER7_ASSERTS_UCJAudioSettings \ +static_assert(alignof(UCJAudioSettings) == 0x000008, "Wrong alignment on UCJAudioSettings"); \ +static_assert(sizeof(UCJAudioSettings) == 0x000638, "Wrong size on UCJAudioSettings"); \ +static_assert(offsetof(UCJAudioSettings, VolumeControls) == 0x000038, "Member 'UCJAudioSettings::VolumeControls' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, GameSyncAsset) == 0x000060, "Member 'UCJAudioSettings::GameSyncAsset' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, DisableAmbienceRoomPriority) == 0x000088, "Member 'UCJAudioSettings::DisableAmbienceRoomPriority' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, AudioEnvironmentZoneMapLayer) == 0x00008C, "Member 'UCJAudioSettings::AudioEnvironmentZoneMapLayer' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, SampleLevel) == 0x000094, "Member 'UCJAudioSettings::SampleLevel' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, ResyncDistance) == 0x000098, "Member 'UCJAudioSettings::ResyncDistance' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, SpringResolveTime) == 0x0000A0, "Member 'UCJAudioSettings::SpringResolveTime' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, InterpolationStrength) == 0x0000A4, "Member 'UCJAudioSettings::InterpolationStrength' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, AmbientZones) == 0x0000A8, "Member 'UCJAudioSettings::AmbientZones' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, AmbienceQuadFeelerDistance) == 0x0000F8, "Member 'UCJAudioSettings::AmbienceQuadFeelerDistance' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, InnerZoneDiffractionAnglePercent) == 0x0000FC, "Member 'UCJAudioSettings::InnerZoneDiffractionAnglePercent' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, PortalThresholdPercent) == 0x000100, "Member 'UCJAudioSettings::PortalThresholdPercent' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, OutDoorRoomAuxBus) == 0x000108, "Member 'UCJAudioSettings::OutDoorRoomAuxBus' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, EnableRainAudio) == 0x000130, "Member 'UCJAudioSettings::EnableRainAudio' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, RainSurfaceProbingRadius) == 0x000134, "Member 'UCJAudioSettings::RainSurfaceProbingRadius' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, NumRainProbesToSpawn) == 0x000138, "Member 'UCJAudioSettings::NumRainProbesToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, SurfaceTypeToRainEventMap) == 0x000140, "Member 'UCJAudioSettings::SurfaceTypeToRainEventMap' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, SurfaceTypeToSurfaceAkSwitch) == 0x000190, "Member 'UCJAudioSettings::SurfaceTypeToSurfaceAkSwitch' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, DefaultVoiceLimitOnRainTypes) == 0x0001E0, "Member 'UCJAudioSettings::DefaultVoiceLimitOnRainTypes' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, SurfaceTypeVoiceLimitsMap) == 0x0001E8, "Member 'UCJAudioSettings::SurfaceTypeVoiceLimitsMap' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, SurfaceTypeDebugColorMap) == 0x000238, "Member 'UCJAudioSettings::SurfaceTypeDebugColorMap' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, VOTable) == 0x000288, "Member 'UCJAudioSettings::VOTable' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, PanControlRTPC) == 0x0002B0, "Member 'UCJAudioSettings::PanControlRTPC' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, VOEffectRtpcPhone) == 0x0002D8, "Member 'UCJAudioSettings::VOEffectRtpcPhone' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, VOEffectRtpcPoliceRadio) == 0x000300, "Member 'UCJAudioSettings::VOEffectRtpcPoliceRadio' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, VOIsCharacterInVehicle) == 0x000328, "Member 'UCJAudioSettings::VOIsCharacterInVehicle' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, VOIsPlayerKOd) == 0x000350, "Member 'UCJAudioSettings::VOIsPlayerKOd' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, FootstepDebugDrawDuration) == 0x000378, "Member 'UCJAudioSettings::FootstepDebugDrawDuration' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, CharacterIndoorState) == 0x000380, "Member 'UCJAudioSettings::CharacterIndoorState' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, CharacterOutdoorState) == 0x0003A8, "Member 'UCJAudioSettings::CharacterOutdoorState' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, MusicControlBlueprint) == 0x0003D0, "Member 'UCJAudioSettings::MusicControlBlueprint' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, MusicPlayEvent) == 0x0003F8, "Member 'UCJAudioSettings::MusicPlayEvent' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, MusicVoiceVolumeRtpc) == 0x000420, "Member 'UCJAudioSettings::MusicVoiceVolumeRtpc' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, MaxActiveEmittersAroundListener) == 0x000448, "Member 'UCJAudioSettings::MaxActiveEmittersAroundListener' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, AllowedEmitterTickRadius) == 0x00044C, "Member 'UCJAudioSettings::AllowedEmitterTickRadius' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, AudioEmitterSettings) == 0x000450, "Member 'UCJAudioSettings::AudioEmitterSettings' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, DefaultUIAudioEventHandlerClass) == 0x0004A0, "Member 'UCJAudioSettings::DefaultUIAudioEventHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, ThreatIndicatorEvent) == 0x0004C8, "Member 'UCJAudioSettings::ThreatIndicatorEvent' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, AmbientRoadGraphAsset) == 0x0004F0, "Member 'UCJAudioSettings::AmbientRoadGraphAsset' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, RoadGraphSearchRadius) == 0x000518, "Member 'UCJAudioSettings::RoadGraphSearchRadius' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, RoadGraphProbeSearchRadius) == 0x00051C, "Member 'UCJAudioSettings::RoadGraphProbeSearchRadius' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, RoadGraphNumSearchProbes) == 0x000520, "Member 'UCJAudioSettings::RoadGraphNumSearchProbes' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, RoadGraphEmitterKillThreshold) == 0x000524, "Member 'UCJAudioSettings::RoadGraphEmitterKillThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, RoadGraphEmitterKillThresholdFar) == 0x000528, "Member 'UCJAudioSettings::RoadGraphEmitterKillThresholdFar' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, RoadGraphLaneTypeFilter) == 0x00052C, "Member 'UCJAudioSettings::RoadGraphLaneTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, PropertySheetStacks) == 0x000538, "Member 'UCJAudioSettings::PropertySheetStacks' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, CameraLerpSpeedMetresPerSecond) == 0x000548, "Member 'UCJAudioSettings::CameraLerpSpeedMetresPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, CameraPositionInterpolationFraction) == 0x00054C, "Member 'UCJAudioSettings::CameraPositionInterpolationFraction' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, CameraPositionInterpolationFractionVehicle) == 0x000550, "Member 'UCJAudioSettings::CameraPositionInterpolationFractionVehicle' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, MaxTimePuddleSplashRepeat) == 0x000554, "Member 'UCJAudioSettings::MaxTimePuddleSplashRepeat' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, ImpactEvents) == 0x000558, "Member 'UCJAudioSettings::ImpactEvents' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, ImpactReFireDelay) == 0x000568, "Member 'UCJAudioSettings::ImpactReFireDelay' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, AudioLinkEvent) == 0x000570, "Member 'UCJAudioSettings::AudioLinkEvent' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, VehicleWooshPeakEvent) == 0x000598, "Member 'UCJAudioSettings::VehicleWooshPeakEvent' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, VehicleWooshStartEvent) == 0x0005C0, "Member 'UCJAudioSettings::VehicleWooshStartEvent' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, VehicleWooshStopEvent) == 0x0005E8, "Member 'UCJAudioSettings::VehicleWooshStopEvent' has a wrong offset!"); \ +static_assert(offsetof(UCJAudioSettings, VehicleWooshIntensityRtpc) == 0x000610, "Member 'UCJAudioSettings::VehicleWooshIntensityRtpc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStimEventDataTable \ +static_assert(alignof(UStimEventDataTable) == 0x000008, "Wrong alignment on UStimEventDataTable"); \ +static_assert(sizeof(UStimEventDataTable) == 0x0000B0, "Wrong size on UStimEventDataTable"); \ + +#define DUMPER7_ASSERTS_UFilteredFollowUpInterval \ +static_assert(alignof(UFilteredFollowUpInterval) == 0x000008, "Wrong alignment on UFilteredFollowUpInterval"); \ +static_assert(sizeof(UFilteredFollowUpInterval) == 0x000048, "Wrong size on UFilteredFollowUpInterval"); \ +static_assert(offsetof(UFilteredFollowUpInterval, AllowedActionTypes) == 0x000038, "Member 'UFilteredFollowUpInterval::AllowedActionTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJBoundActionButton \ +static_assert(alignof(UCJBoundActionButton) == 0x000010, "Wrong alignment on UCJBoundActionButton"); \ +static_assert(sizeof(UCJBoundActionButton) == 0x001600, "Wrong size on UCJBoundActionButton"); \ +static_assert(offsetof(UCJBoundActionButton, InputActionIcon) == 0x0015D8, "Member 'UCJBoundActionButton::InputActionIcon' has a wrong offset!"); \ +static_assert(offsetof(UCJBoundActionButton, KeyboardStyle) == 0x0015E0, "Member 'UCJBoundActionButton::KeyboardStyle' has a wrong offset!"); \ +static_assert(offsetof(UCJBoundActionButton, GamepadStyle) == 0x0015E8, "Member 'UCJBoundActionButton::GamepadStyle' has a wrong offset!"); \ +static_assert(offsetof(UCJBoundActionButton, TouchStyle) == 0x0015F0, "Member 'UCJBoundActionButton::TouchStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectSpiritComponent \ +static_assert(alignof(USmartObjectSpiritComponent) == 0x000008, "Wrong alignment on USmartObjectSpiritComponent"); \ +static_assert(sizeof(USmartObjectSpiritComponent) == 0x000130, "Wrong size on USmartObjectSpiritComponent"); \ +static_assert(offsetof(USmartObjectSpiritComponent, bEnabled) == 0x0000C0, "Member 'USmartObjectSpiritComponent::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(USmartObjectSpiritComponent, SpiritSpawnSettings) == 0x0000C8, "Member 'USmartObjectSpiritComponent::SpiritSpawnSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJTabListWidgetBase_GetPreregisteredTabInfo \ +static_assert(alignof(CJTabListWidgetBase_GetPreregisteredTabInfo) == 0x000010, "Wrong alignment on CJTabListWidgetBase_GetPreregisteredTabInfo"); \ +static_assert(sizeof(CJTabListWidgetBase_GetPreregisteredTabInfo) == 0x000110, "Wrong size on CJTabListWidgetBase_GetPreregisteredTabInfo"); \ +static_assert(offsetof(CJTabListWidgetBase_GetPreregisteredTabInfo, TabNameID) == 0x000000, "Member 'CJTabListWidgetBase_GetPreregisteredTabInfo::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CJTabListWidgetBase_GetPreregisteredTabInfo, OutTabInfo) == 0x000010, "Member 'CJTabListWidgetBase_GetPreregisteredTabInfo::OutTabInfo' has a wrong offset!"); \ +static_assert(offsetof(CJTabListWidgetBase_GetPreregisteredTabInfo, ReturnValue) == 0x000100, "Member 'CJTabListWidgetBase_GetPreregisteredTabInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJTabListWidgetBase_GetVisibleTabCount \ +static_assert(alignof(CJTabListWidgetBase_GetVisibleTabCount) == 0x000004, "Wrong alignment on CJTabListWidgetBase_GetVisibleTabCount"); \ +static_assert(sizeof(CJTabListWidgetBase_GetVisibleTabCount) == 0x000004, "Wrong size on CJTabListWidgetBase_GetVisibleTabCount"); \ +static_assert(offsetof(CJTabListWidgetBase_GetVisibleTabCount, ReturnValue) == 0x000000, "Member 'CJTabListWidgetBase_GetVisibleTabCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJTabListWidgetBase_IsTabVisible \ +static_assert(alignof(CJTabListWidgetBase_IsTabVisible) == 0x000004, "Wrong alignment on CJTabListWidgetBase_IsTabVisible"); \ +static_assert(sizeof(CJTabListWidgetBase_IsTabVisible) == 0x00000C, "Wrong size on CJTabListWidgetBase_IsTabVisible"); \ +static_assert(offsetof(CJTabListWidgetBase_IsTabVisible, TabId) == 0x000000, "Member 'CJTabListWidgetBase_IsTabVisible::TabId' has a wrong offset!"); \ +static_assert(offsetof(CJTabListWidgetBase_IsTabVisible, ReturnValue) == 0x000008, "Member 'CJTabListWidgetBase_IsTabVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJTabListWidgetBase_RegisterDynamicTab \ +static_assert(alignof(CJTabListWidgetBase_RegisterDynamicTab) == 0x000010, "Wrong alignment on CJTabListWidgetBase_RegisterDynamicTab"); \ +static_assert(sizeof(CJTabListWidgetBase_RegisterDynamicTab) == 0x000100, "Wrong size on CJTabListWidgetBase_RegisterDynamicTab"); \ +static_assert(offsetof(CJTabListWidgetBase_RegisterDynamicTab, TabDescriptor) == 0x000000, "Member 'CJTabListWidgetBase_RegisterDynamicTab::TabDescriptor' has a wrong offset!"); \ +static_assert(offsetof(CJTabListWidgetBase_RegisterDynamicTab, ReturnValue) == 0x0000F0, "Member 'CJTabListWidgetBase_RegisterDynamicTab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJTabListWidgetBase_SetTabHiddenState \ +static_assert(alignof(CJTabListWidgetBase_SetTabHiddenState) == 0x000004, "Wrong alignment on CJTabListWidgetBase_SetTabHiddenState"); \ +static_assert(sizeof(CJTabListWidgetBase_SetTabHiddenState) == 0x00000C, "Wrong size on CJTabListWidgetBase_SetTabHiddenState"); \ +static_assert(offsetof(CJTabListWidgetBase_SetTabHiddenState, TabNameID) == 0x000000, "Member 'CJTabListWidgetBase_SetTabHiddenState::TabNameID' has a wrong offset!"); \ +static_assert(offsetof(CJTabListWidgetBase_SetTabHiddenState, bHidden) == 0x000008, "Member 'CJTabListWidgetBase_SetTabHiddenState::bHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJTabListWidgetBase_IsFirstTabActive \ +static_assert(alignof(CJTabListWidgetBase_IsFirstTabActive) == 0x000001, "Wrong alignment on CJTabListWidgetBase_IsFirstTabActive"); \ +static_assert(sizeof(CJTabListWidgetBase_IsFirstTabActive) == 0x000001, "Wrong size on CJTabListWidgetBase_IsFirstTabActive"); \ +static_assert(offsetof(CJTabListWidgetBase_IsFirstTabActive, ReturnValue) == 0x000000, "Member 'CJTabListWidgetBase_IsFirstTabActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJTabListWidgetBase_IsLastTabActive \ +static_assert(alignof(CJTabListWidgetBase_IsLastTabActive) == 0x000001, "Wrong alignment on CJTabListWidgetBase_IsLastTabActive"); \ +static_assert(sizeof(CJTabListWidgetBase_IsLastTabActive) == 0x000001, "Wrong size on CJTabListWidgetBase_IsLastTabActive"); \ +static_assert(offsetof(CJTabListWidgetBase_IsLastTabActive, ReturnValue) == 0x000000, "Member 'CJTabListWidgetBase_IsLastTabActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJTabListWidgetBase \ +static_assert(alignof(UCJTabListWidgetBase) == 0x000008, "Wrong alignment on UCJTabListWidgetBase"); \ +static_assert(sizeof(UCJTabListWidgetBase) == 0x000558, "Wrong size on UCJTabListWidgetBase"); \ +static_assert(offsetof(UCJTabListWidgetBase, OnTabContentCreated) == 0x0004D0, "Member 'UCJTabListWidgetBase::OnTabContentCreated' has a wrong offset!"); \ +static_assert(offsetof(UCJTabListWidgetBase, PreregisteredTabInfoArray) == 0x0004F8, "Member 'UCJTabListWidgetBase::PreregisteredTabInfoArray' has a wrong offset!"); \ +static_assert(offsetof(UCJTabListWidgetBase, PendingTabLabelInfoMap) == 0x000508, "Member 'UCJTabListWidgetBase::PendingTabLabelInfoMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJButtonBase_SetButtonText \ +static_assert(alignof(CJButtonBase_SetButtonText) == 0x000008, "Wrong alignment on CJButtonBase_SetButtonText"); \ +static_assert(sizeof(CJButtonBase_SetButtonText) == 0x000010, "Wrong size on CJButtonBase_SetButtonText"); \ +static_assert(offsetof(CJButtonBase_SetButtonText, InText) == 0x000000, "Member 'CJButtonBase_SetButtonText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJButtonBase_UpdateButtonText \ +static_assert(alignof(CJButtonBase_UpdateButtonText) == 0x000008, "Wrong alignment on CJButtonBase_UpdateButtonText"); \ +static_assert(sizeof(CJButtonBase_UpdateButtonText) == 0x000010, "Wrong size on CJButtonBase_UpdateButtonText"); \ +static_assert(offsetof(CJButtonBase_UpdateButtonText, InText) == 0x000000, "Member 'CJButtonBase_UpdateButtonText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJButtonBase \ +static_assert(alignof(UCJButtonBase) == 0x000010, "Wrong alignment on UCJButtonBase"); \ +static_assert(sizeof(UCJButtonBase) == 0x0015F0, "Wrong size on UCJButtonBase"); \ +static_assert(offsetof(UCJButtonBase, ClickedUIAudioEventTag) == 0x0015C0, "Member 'UCJButtonBase::ClickedUIAudioEventTag' has a wrong offset!"); \ +static_assert(offsetof(UCJButtonBase, NavigatedToUIAudioEventTag) == 0x0015C8, "Member 'UCJButtonBase::NavigatedToUIAudioEventTag' has a wrong offset!"); \ +static_assert(offsetof(UCJButtonBase, MouseOverUIAudioEventTag) == 0x0015D0, "Member 'UCJButtonBase::MouseOverUIAudioEventTag' has a wrong offset!"); \ +static_assert(offsetof(UCJButtonBase, ButtonText) == 0x0015E0, "Member 'UCJButtonBase::ButtonText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlobalPrimitivePerformanceSettings \ +static_assert(alignof(UGlobalPrimitivePerformanceSettings) == 0x000008, "Wrong alignment on UGlobalPrimitivePerformanceSettings"); \ +static_assert(sizeof(UGlobalPrimitivePerformanceSettings) == 0x000088, "Wrong size on UGlobalPrimitivePerformanceSettings"); \ +static_assert(offsetof(UGlobalPrimitivePerformanceSettings, WorldPositionOffsetDisableDistanceConfigurations) == 0x000038, "Member 'UGlobalPrimitivePerformanceSettings::WorldPositionOffsetDisableDistanceConfigurations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCameraBoom_ScaleBoomLength \ +static_assert(alignof(CJCameraBoom_ScaleBoomLength) == 0x000004, "Wrong alignment on CJCameraBoom_ScaleBoomLength"); \ +static_assert(sizeof(CJCameraBoom_ScaleBoomLength) == 0x000004, "Wrong size on CJCameraBoom_ScaleBoomLength"); \ +static_assert(offsetof(CJCameraBoom_ScaleBoomLength, Multiplier) == 0x000000, "Member 'CJCameraBoom_ScaleBoomLength::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCameraBoom_SetBoomLength \ +static_assert(alignof(CJCameraBoom_SetBoomLength) == 0x000004, "Wrong alignment on CJCameraBoom_SetBoomLength"); \ +static_assert(sizeof(CJCameraBoom_SetBoomLength) == 0x000004, "Wrong size on CJCameraBoom_SetBoomLength"); \ +static_assert(offsetof(CJCameraBoom_SetBoomLength, Length) == 0x000000, "Member 'CJCameraBoom_SetBoomLength::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCameraBoom \ +static_assert(alignof(UCJCameraBoom) == 0x000010, "Wrong alignment on UCJCameraBoom"); \ +static_assert(sizeof(UCJCameraBoom) == 0x000350, "Wrong size on UCJCameraBoom"); \ + +#define DUMPER7_ASSERTS_CJCameraHolder_CJGetCameraBoom \ +static_assert(alignof(CJCameraHolder_CJGetCameraBoom) == 0x000008, "Wrong alignment on CJCameraHolder_CJGetCameraBoom"); \ +static_assert(sizeof(CJCameraHolder_CJGetCameraBoom) == 0x000008, "Wrong size on CJCameraHolder_CJGetCameraBoom"); \ +static_assert(offsetof(CJCameraHolder_CJGetCameraBoom, ReturnValue) == 0x000000, "Member 'CJCameraHolder_CJGetCameraBoom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCameraHolder_CJGetCameraComponent \ +static_assert(alignof(CJCameraHolder_CJGetCameraComponent) == 0x000008, "Wrong alignment on CJCameraHolder_CJGetCameraComponent"); \ +static_assert(sizeof(CJCameraHolder_CJGetCameraComponent) == 0x000008, "Wrong size on CJCameraHolder_CJGetCameraComponent"); \ +static_assert(offsetof(CJCameraHolder_CJGetCameraComponent, ReturnValue) == 0x000000, "Member 'CJCameraHolder_CJGetCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCameraHolder_CJGetContextualCameraManager \ +static_assert(alignof(CJCameraHolder_CJGetContextualCameraManager) == 0x000008, "Wrong alignment on CJCameraHolder_CJGetContextualCameraManager"); \ +static_assert(sizeof(CJCameraHolder_CJGetContextualCameraManager) == 0x000008, "Wrong size on CJCameraHolder_CJGetContextualCameraManager"); \ +static_assert(offsetof(CJCameraHolder_CJGetContextualCameraManager, ReturnValue) == 0x000000, "Member 'CJCameraHolder_CJGetContextualCameraManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICJCameraHolder \ +static_assert(alignof(ICJCameraHolder) == 0x000001, "Wrong alignment on ICJCameraHolder"); \ +static_assert(sizeof(ICJCameraHolder) == 0x000001, "Wrong size on ICJCameraHolder"); \ + +#define DUMPER7_ASSERTS_USOSlotConfigDataAsset \ +static_assert(alignof(USOSlotConfigDataAsset) == 0x000008, "Wrong alignment on USOSlotConfigDataAsset"); \ +static_assert(sizeof(USOSlotConfigDataAsset) == 0x0000A8, "Wrong size on USOSlotConfigDataAsset"); \ +static_assert(offsetof(USOSlotConfigDataAsset, ActionMoveSetOverride) == 0x000030, "Member 'USOSlotConfigDataAsset::ActionMoveSetOverride' has a wrong offset!"); \ +static_assert(offsetof(USOSlotConfigDataAsset, TaggedActions) == 0x000038, "Member 'USOSlotConfigDataAsset::TaggedActions' has a wrong offset!"); \ +static_assert(offsetof(USOSlotConfigDataAsset, bRequestUnusedExitActionOnEnd) == 0x000048, "Member 'USOSlotConfigDataAsset::bRequestUnusedExitActionOnEnd' has a wrong offset!"); \ +static_assert(offsetof(USOSlotConfigDataAsset, ExitAction) == 0x000050, "Member 'USOSlotConfigDataAsset::ExitAction' has a wrong offset!"); \ +static_assert(offsetof(USOSlotConfigDataAsset, LinkedAnimLayer) == 0x000058, "Member 'USOSlotConfigDataAsset::LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(USOSlotConfigDataAsset, WarpTargetName) == 0x000060, "Member 'USOSlotConfigDataAsset::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(USOSlotConfigDataAsset, bUseCDBGenerationTemplate) == 0x000068, "Member 'USOSlotConfigDataAsset::bUseCDBGenerationTemplate' has a wrong offset!"); \ +static_assert(offsetof(USOSlotConfigDataAsset, CDBGenerationTemplate) == 0x000070, "Member 'USOSlotConfigDataAsset::CDBGenerationTemplate' has a wrong offset!"); \ +static_assert(offsetof(USOSlotConfigDataAsset, bIgnoreSmartObjectPhysics) == 0x000078, "Member 'USOSlotConfigDataAsset::bIgnoreSmartObjectPhysics' has a wrong offset!"); \ +static_assert(offsetof(USOSlotConfigDataAsset, SmartObjectClaimHandleBlackboardName) == 0x00007C, "Member 'USOSlotConfigDataAsset::SmartObjectClaimHandleBlackboardName' has a wrong offset!"); \ +static_assert(offsetof(USOSlotConfigDataAsset, bUseSlotEntranceBuilder) == 0x000084, "Member 'USOSlotConfigDataAsset::bUseSlotEntranceBuilder' has a wrong offset!"); \ +static_assert(offsetof(USOSlotConfigDataAsset, SlotEntranceBuilderParams) == 0x000088, "Member 'USOSlotConfigDataAsset::SlotEntranceBuilderParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCameraModifierPriorities \ +static_assert(alignof(UCJCameraModifierPriorities) == 0x000008, "Wrong alignment on UCJCameraModifierPriorities"); \ +static_assert(sizeof(UCJCameraModifierPriorities) == 0x000040, "Wrong size on UCJCameraModifierPriorities"); \ +static_assert(offsetof(UCJCameraModifierPriorities, ModifierPriorities) == 0x000030, "Member 'UCJCameraModifierPriorities::ModifierPriorities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritTrackerSubsystem_RegisterBoxTrigger \ +static_assert(alignof(SpiritTrackerSubsystem_RegisterBoxTrigger) == 0x000010, "Wrong alignment on SpiritTrackerSubsystem_RegisterBoxTrigger"); \ +static_assert(sizeof(SpiritTrackerSubsystem_RegisterBoxTrigger) == 0x0000C0, "Wrong size on SpiritTrackerSubsystem_RegisterBoxTrigger"); \ +static_assert(offsetof(SpiritTrackerSubsystem_RegisterBoxTrigger, Transform) == 0x000000, "Member 'SpiritTrackerSubsystem_RegisterBoxTrigger::Transform' has a wrong offset!"); \ +static_assert(offsetof(SpiritTrackerSubsystem_RegisterBoxTrigger, Box) == 0x000060, "Member 'SpiritTrackerSubsystem_RegisterBoxTrigger::Box' has a wrong offset!"); \ +static_assert(offsetof(SpiritTrackerSubsystem_RegisterBoxTrigger, VehicleId) == 0x000098, "Member 'SpiritTrackerSubsystem_RegisterBoxTrigger::VehicleId' has a wrong offset!"); \ +static_assert(offsetof(SpiritTrackerSubsystem_RegisterBoxTrigger, Callback) == 0x0000A8, "Member 'SpiritTrackerSubsystem_RegisterBoxTrigger::Callback' has a wrong offset!"); \ +static_assert(offsetof(SpiritTrackerSubsystem_RegisterBoxTrigger, ReturnValue) == 0x0000B8, "Member 'SpiritTrackerSubsystem_RegisterBoxTrigger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritTrackerSubsystem_RegisterDistanceTrigger \ +static_assert(alignof(SpiritTrackerSubsystem_RegisterDistanceTrigger) == 0x000010, "Wrong alignment on SpiritTrackerSubsystem_RegisterDistanceTrigger"); \ +static_assert(sizeof(SpiritTrackerSubsystem_RegisterDistanceTrigger) == 0x000090, "Wrong size on SpiritTrackerSubsystem_RegisterDistanceTrigger"); \ +static_assert(offsetof(SpiritTrackerSubsystem_RegisterDistanceTrigger, Transform) == 0x000000, "Member 'SpiritTrackerSubsystem_RegisterDistanceTrigger::Transform' has a wrong offset!"); \ +static_assert(offsetof(SpiritTrackerSubsystem_RegisterDistanceTrigger, Radius) == 0x000060, "Member 'SpiritTrackerSubsystem_RegisterDistanceTrigger::Radius' has a wrong offset!"); \ +static_assert(offsetof(SpiritTrackerSubsystem_RegisterDistanceTrigger, VehicleId) == 0x000064, "Member 'SpiritTrackerSubsystem_RegisterDistanceTrigger::VehicleId' has a wrong offset!"); \ +static_assert(offsetof(SpiritTrackerSubsystem_RegisterDistanceTrigger, Callback) == 0x000074, "Member 'SpiritTrackerSubsystem_RegisterDistanceTrigger::Callback' has a wrong offset!"); \ +static_assert(offsetof(SpiritTrackerSubsystem_RegisterDistanceTrigger, ReturnValue) == 0x000084, "Member 'SpiritTrackerSubsystem_RegisterDistanceTrigger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritTrackerSubsystem_UnregisterTrigger \ +static_assert(alignof(SpiritTrackerSubsystem_UnregisterTrigger) == 0x000004, "Wrong alignment on SpiritTrackerSubsystem_UnregisterTrigger"); \ +static_assert(sizeof(SpiritTrackerSubsystem_UnregisterTrigger) == 0x000004, "Wrong size on SpiritTrackerSubsystem_UnregisterTrigger"); \ +static_assert(offsetof(SpiritTrackerSubsystem_UnregisterTrigger, Handle) == 0x000000, "Member 'SpiritTrackerSubsystem_UnregisterTrigger::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritTrackerSubsystem_UpdateTriggerTransform \ +static_assert(alignof(SpiritTrackerSubsystem_UpdateTriggerTransform) == 0x000010, "Wrong alignment on SpiritTrackerSubsystem_UpdateTriggerTransform"); \ +static_assert(sizeof(SpiritTrackerSubsystem_UpdateTriggerTransform) == 0x000070, "Wrong size on SpiritTrackerSubsystem_UpdateTriggerTransform"); \ +static_assert(offsetof(SpiritTrackerSubsystem_UpdateTriggerTransform, Handle) == 0x000000, "Member 'SpiritTrackerSubsystem_UpdateTriggerTransform::Handle' has a wrong offset!"); \ +static_assert(offsetof(SpiritTrackerSubsystem_UpdateTriggerTransform, Transform) == 0x000010, "Member 'SpiritTrackerSubsystem_UpdateTriggerTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpiritTrackerSubsystem \ +static_assert(alignof(USpiritTrackerSubsystem) == 0x000008, "Wrong alignment on USpiritTrackerSubsystem"); \ +static_assert(sizeof(USpiritTrackerSubsystem) == 0x000070, "Wrong size on USpiritTrackerSubsystem"); \ + +#define DUMPER7_ASSERTS_UCJCameraTransition \ +static_assert(alignof(UCJCameraTransition) == 0x000008, "Wrong alignment on UCJCameraTransition"); \ +static_assert(sizeof(UCJCameraTransition) == 0x000030, "Wrong size on UCJCameraTransition"); \ + +#define DUMPER7_ASSERTS_UExitContainedActionMeleeShoveActionType \ +static_assert(alignof(UExitContainedActionMeleeShoveActionType) == 0x000008, "Wrong alignment on UExitContainedActionMeleeShoveActionType"); \ +static_assert(sizeof(UExitContainedActionMeleeShoveActionType) == 0x000030, "Wrong size on UExitContainedActionMeleeShoveActionType"); \ + +#define DUMPER7_ASSERTS_UStayWithinRadiusWarpPointTransformer \ +static_assert(alignof(UStayWithinRadiusWarpPointTransformer) == 0x000008, "Wrong alignment on UStayWithinRadiusWarpPointTransformer"); \ +static_assert(sizeof(UStayWithinRadiusWarpPointTransformer) == 0x000038, "Wrong size on UStayWithinRadiusWarpPointTransformer"); \ +static_assert(offsetof(UStayWithinRadiusWarpPointTransformer, MaxRadius) == 0x000028, "Member 'UStayWithinRadiusWarpPointTransformer::MaxRadius' has a wrong offset!"); \ +static_assert(offsetof(UStayWithinRadiusWarpPointTransformer, MinRadius) == 0x00002C, "Member 'UStayWithinRadiusWarpPointTransformer::MinRadius' has a wrong offset!"); \ +static_assert(offsetof(UStayWithinRadiusWarpPointTransformer, bConstrainAngle) == 0x000030, "Member 'UStayWithinRadiusWarpPointTransformer::bConstrainAngle' has a wrong offset!"); \ +static_assert(offsetof(UStayWithinRadiusWarpPointTransformer, ClampAngle) == 0x000034, "Member 'UStayWithinRadiusWarpPointTransformer::ClampAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_CanModifyMovementSpeedProfile \ +static_assert(alignof(CJCharacterMovementComponent_CanModifyMovementSpeedProfile) == 0x000004, "Wrong alignment on CJCharacterMovementComponent_CanModifyMovementSpeedProfile"); \ +static_assert(sizeof(CJCharacterMovementComponent_CanModifyMovementSpeedProfile) == 0x00000C, "Wrong size on CJCharacterMovementComponent_CanModifyMovementSpeedProfile"); \ +static_assert(offsetof(CJCharacterMovementComponent_CanModifyMovementSpeedProfile, ProfileId) == 0x000000, "Member 'CJCharacterMovementComponent_CanModifyMovementSpeedProfile::ProfileId' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_CanModifyMovementSpeedProfile, ReturnValue) == 0x000008, "Member 'CJCharacterMovementComponent_CanModifyMovementSpeedProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_GetInputSuppressionInstanceData \ +static_assert(alignof(CJCharacterMovementComponent_GetInputSuppressionInstanceData) == 0x000004, "Wrong alignment on CJCharacterMovementComponent_GetInputSuppressionInstanceData"); \ +static_assert(sizeof(CJCharacterMovementComponent_GetInputSuppressionInstanceData) == 0x000014, "Wrong size on CJCharacterMovementComponent_GetInputSuppressionInstanceData"); \ +static_assert(offsetof(CJCharacterMovementComponent_GetInputSuppressionInstanceData, ReturnValue) == 0x000000, "Member 'CJCharacterMovementComponent_GetInputSuppressionInstanceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_LockOnGroundSpeedState \ +static_assert(alignof(CJCharacterMovementComponent_LockOnGroundSpeedState) == 0x000004, "Wrong alignment on CJCharacterMovementComponent_LockOnGroundSpeedState"); \ +static_assert(sizeof(CJCharacterMovementComponent_LockOnGroundSpeedState) == 0x000014, "Wrong size on CJCharacterMovementComponent_LockOnGroundSpeedState"); \ +static_assert(offsetof(CJCharacterMovementComponent_LockOnGroundSpeedState, LockerId) == 0x000000, "Member 'CJCharacterMovementComponent_LockOnGroundSpeedState::LockerId' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_LockOnGroundSpeedState, LockStates) == 0x000008, "Member 'CJCharacterMovementComponent_LockOnGroundSpeedState::LockStates' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_LockOnGroundSpeedState, ExceptionStates) == 0x00000C, "Member 'CJCharacterMovementComponent_LockOnGroundSpeedState::ExceptionStates' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_LockOnGroundSpeedState, ConvertExceptionsTo) == 0x000010, "Member 'CJCharacterMovementComponent_LockOnGroundSpeedState::ConvertExceptionsTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_ModifyMovementSpeedStateOverride \ +static_assert(alignof(CJCharacterMovementComponent_ModifyMovementSpeedStateOverride) == 0x000004, "Wrong alignment on CJCharacterMovementComponent_ModifyMovementSpeedStateOverride"); \ +static_assert(sizeof(CJCharacterMovementComponent_ModifyMovementSpeedStateOverride) == 0x000014, "Wrong size on CJCharacterMovementComponent_ModifyMovementSpeedStateOverride"); \ +static_assert(offsetof(CJCharacterMovementComponent_ModifyMovementSpeedStateOverride, OverrideName) == 0x000000, "Member 'CJCharacterMovementComponent_ModifyMovementSpeedStateOverride::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_ModifyMovementSpeedStateOverride, OverrideStates) == 0x000008, "Member 'CJCharacterMovementComponent_ModifyMovementSpeedStateOverride::OverrideStates' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_ModifyMovementSpeedStateOverride, Speed) == 0x00000C, "Member 'CJCharacterMovementComponent_ModifyMovementSpeedStateOverride::Speed' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_ModifyMovementSpeedStateOverride, ReturnValue) == 0x000010, "Member 'CJCharacterMovementComponent_ModifyMovementSpeedStateOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_OnCharacterMovementUpdatedFunc \ +static_assert(alignof(CJCharacterMovementComponent_OnCharacterMovementUpdatedFunc) == 0x000008, "Wrong alignment on CJCharacterMovementComponent_OnCharacterMovementUpdatedFunc"); \ +static_assert(sizeof(CJCharacterMovementComponent_OnCharacterMovementUpdatedFunc) == 0x000038, "Wrong size on CJCharacterMovementComponent_OnCharacterMovementUpdatedFunc"); \ +static_assert(offsetof(CJCharacterMovementComponent_OnCharacterMovementUpdatedFunc, DeltaSeconds) == 0x000000, "Member 'CJCharacterMovementComponent_OnCharacterMovementUpdatedFunc::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_OnCharacterMovementUpdatedFunc, OldLocation) == 0x000008, "Member 'CJCharacterMovementComponent_OnCharacterMovementUpdatedFunc::OldLocation' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_OnCharacterMovementUpdatedFunc, OldVelocity) == 0x000020, "Member 'CJCharacterMovementComponent_OnCharacterMovementUpdatedFunc::OldVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_SetActiveInputSuppression \ +static_assert(alignof(CJCharacterMovementComponent_SetActiveInputSuppression) == 0x000008, "Wrong alignment on CJCharacterMovementComponent_SetActiveInputSuppression"); \ +static_assert(sizeof(CJCharacterMovementComponent_SetActiveInputSuppression) == 0x000008, "Wrong size on CJCharacterMovementComponent_SetActiveInputSuppression"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetActiveInputSuppression, Instance) == 0x000000, "Member 'CJCharacterMovementComponent_SetActiveInputSuppression::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_SetActiveMovementSpeedProfile \ +static_assert(alignof(CJCharacterMovementComponent_SetActiveMovementSpeedProfile) == 0x000004, "Wrong alignment on CJCharacterMovementComponent_SetActiveMovementSpeedProfile"); \ +static_assert(sizeof(CJCharacterMovementComponent_SetActiveMovementSpeedProfile) == 0x000008, "Wrong size on CJCharacterMovementComponent_SetActiveMovementSpeedProfile"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetActiveMovementSpeedProfile, ProfileId) == 0x000000, "Member 'CJCharacterMovementComponent_SetActiveMovementSpeedProfile::ProfileId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_SetAnimDrivenDeltaRotation \ +static_assert(alignof(CJCharacterMovementComponent_SetAnimDrivenDeltaRotation) == 0x000008, "Wrong alignment on CJCharacterMovementComponent_SetAnimDrivenDeltaRotation"); \ +static_assert(sizeof(CJCharacterMovementComponent_SetAnimDrivenDeltaRotation) == 0x000018, "Wrong size on CJCharacterMovementComponent_SetAnimDrivenDeltaRotation"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetAnimDrivenDeltaRotation, NewDeltaToAccumulate) == 0x000000, "Member 'CJCharacterMovementComponent_SetAnimDrivenDeltaRotation::NewDeltaToAccumulate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_SetCameraLockedMovement \ +static_assert(alignof(CJCharacterMovementComponent_SetCameraLockedMovement) == 0x000001, "Wrong alignment on CJCharacterMovementComponent_SetCameraLockedMovement"); \ +static_assert(sizeof(CJCharacterMovementComponent_SetCameraLockedMovement) == 0x000001, "Wrong size on CJCharacterMovementComponent_SetCameraLockedMovement"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetCameraLockedMovement, bShouldLock) == 0x000000, "Member 'CJCharacterMovementComponent_SetCameraLockedMovement::bShouldLock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_SetConstrainInputAccelerationData \ +static_assert(alignof(CJCharacterMovementComponent_SetConstrainInputAccelerationData) == 0x000008, "Wrong alignment on CJCharacterMovementComponent_SetConstrainInputAccelerationData"); \ +static_assert(sizeof(CJCharacterMovementComponent_SetConstrainInputAccelerationData) == 0x000028, "Wrong size on CJCharacterMovementComponent_SetConstrainInputAccelerationData"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetConstrainInputAccelerationData, NewData) == 0x000000, "Member 'CJCharacterMovementComponent_SetConstrainInputAccelerationData::NewData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_SetMaxWalkSpeedForSpeedState \ +static_assert(alignof(CJCharacterMovementComponent_SetMaxWalkSpeedForSpeedState) == 0x000004, "Wrong alignment on CJCharacterMovementComponent_SetMaxWalkSpeedForSpeedState"); \ +static_assert(sizeof(CJCharacterMovementComponent_SetMaxWalkSpeedForSpeedState) == 0x000004, "Wrong size on CJCharacterMovementComponent_SetMaxWalkSpeedForSpeedState"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetMaxWalkSpeedForSpeedState, NewSpeed) == 0x000000, "Member 'CJCharacterMovementComponent_SetMaxWalkSpeedForSpeedState::NewSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_SetMovementSpeedStateOverride \ +static_assert(alignof(CJCharacterMovementComponent_SetMovementSpeedStateOverride) == 0x000004, "Wrong alignment on CJCharacterMovementComponent_SetMovementSpeedStateOverride"); \ +static_assert(sizeof(CJCharacterMovementComponent_SetMovementSpeedStateOverride) == 0x000008, "Wrong size on CJCharacterMovementComponent_SetMovementSpeedStateOverride"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetMovementSpeedStateOverride, NewOverride) == 0x000000, "Member 'CJCharacterMovementComponent_SetMovementSpeedStateOverride::NewOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_SetOnGroundSpeedState \ +static_assert(alignof(CJCharacterMovementComponent_SetOnGroundSpeedState) == 0x000001, "Wrong alignment on CJCharacterMovementComponent_SetOnGroundSpeedState"); \ +static_assert(sizeof(CJCharacterMovementComponent_SetOnGroundSpeedState) == 0x000002, "Wrong size on CJCharacterMovementComponent_SetOnGroundSpeedState"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetOnGroundSpeedState, NewState) == 0x000000, "Member 'CJCharacterMovementComponent_SetOnGroundSpeedState::NewState' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetOnGroundSpeedState, ReturnValue) == 0x000001, "Member 'CJCharacterMovementComponent_SetOnGroundSpeedState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_SetOnGroundSpeedStateLock \ +static_assert(alignof(CJCharacterMovementComponent_SetOnGroundSpeedStateLock) == 0x000001, "Wrong alignment on CJCharacterMovementComponent_SetOnGroundSpeedStateLock"); \ +static_assert(sizeof(CJCharacterMovementComponent_SetOnGroundSpeedStateLock) == 0x000001, "Wrong size on CJCharacterMovementComponent_SetOnGroundSpeedStateLock"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetOnGroundSpeedStateLock, bNewValue) == 0x000000, "Member 'CJCharacterMovementComponent_SetOnGroundSpeedStateLock::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_SetPendingLastWantedDirectionPos \ +static_assert(alignof(CJCharacterMovementComponent_SetPendingLastWantedDirectionPos) == 0x000008, "Wrong alignment on CJCharacterMovementComponent_SetPendingLastWantedDirectionPos"); \ +static_assert(sizeof(CJCharacterMovementComponent_SetPendingLastWantedDirectionPos) == 0x000018, "Wrong size on CJCharacterMovementComponent_SetPendingLastWantedDirectionPos"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetPendingLastWantedDirectionPos, WorldPos) == 0x000000, "Member 'CJCharacterMovementComponent_SetPendingLastWantedDirectionPos::WorldPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_SetWalkSpeedBias \ +static_assert(alignof(CJCharacterMovementComponent_SetWalkSpeedBias) == 0x000004, "Wrong alignment on CJCharacterMovementComponent_SetWalkSpeedBias"); \ +static_assert(sizeof(CJCharacterMovementComponent_SetWalkSpeedBias) == 0x000008, "Wrong size on CJCharacterMovementComponent_SetWalkSpeedBias"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetWalkSpeedBias, NewWalkSpeedBias) == 0x000000, "Member 'CJCharacterMovementComponent_SetWalkSpeedBias::NewWalkSpeedBias' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_SetWalkSpeedBias, ForTime) == 0x000004, "Member 'CJCharacterMovementComponent_SetWalkSpeedBias::ForTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_UnlockOnGroundSpeedState \ +static_assert(alignof(CJCharacterMovementComponent_UnlockOnGroundSpeedState) == 0x000004, "Wrong alignment on CJCharacterMovementComponent_UnlockOnGroundSpeedState"); \ +static_assert(sizeof(CJCharacterMovementComponent_UnlockOnGroundSpeedState) == 0x000008, "Wrong size on CJCharacterMovementComponent_UnlockOnGroundSpeedState"); \ +static_assert(offsetof(CJCharacterMovementComponent_UnlockOnGroundSpeedState, LockerId) == 0x000000, "Member 'CJCharacterMovementComponent_UnlockOnGroundSpeedState::LockerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_GetOnGroundSpeedState \ +static_assert(alignof(CJCharacterMovementComponent_GetOnGroundSpeedState) == 0x000001, "Wrong alignment on CJCharacterMovementComponent_GetOnGroundSpeedState"); \ +static_assert(sizeof(CJCharacterMovementComponent_GetOnGroundSpeedState) == 0x000001, "Wrong size on CJCharacterMovementComponent_GetOnGroundSpeedState"); \ +static_assert(offsetof(CJCharacterMovementComponent_GetOnGroundSpeedState, ReturnValue) == 0x000000, "Member 'CJCharacterMovementComponent_GetOnGroundSpeedState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_IsActiveInputSuppression \ +static_assert(alignof(CJCharacterMovementComponent_IsActiveInputSuppression) == 0x000008, "Wrong alignment on CJCharacterMovementComponent_IsActiveInputSuppression"); \ +static_assert(sizeof(CJCharacterMovementComponent_IsActiveInputSuppression) == 0x000010, "Wrong size on CJCharacterMovementComponent_IsActiveInputSuppression"); \ +static_assert(offsetof(CJCharacterMovementComponent_IsActiveInputSuppression, Instance) == 0x000000, "Member 'CJCharacterMovementComponent_IsActiveInputSuppression::Instance' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_IsActiveInputSuppression, ReturnValue) == 0x000008, "Member 'CJCharacterMovementComponent_IsActiveInputSuppression::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_IsMotionDrivenByAnimationData \ +static_assert(alignof(CJCharacterMovementComponent_IsMotionDrivenByAnimationData) == 0x000004, "Wrong alignment on CJCharacterMovementComponent_IsMotionDrivenByAnimationData"); \ +static_assert(sizeof(CJCharacterMovementComponent_IsMotionDrivenByAnimationData) == 0x00000C, "Wrong size on CJCharacterMovementComponent_IsMotionDrivenByAnimationData"); \ +static_assert(offsetof(CJCharacterMovementComponent_IsMotionDrivenByAnimationData, MotionDriverId) == 0x000000, "Member 'CJCharacterMovementComponent_IsMotionDrivenByAnimationData::MotionDriverId' has a wrong offset!"); \ +static_assert(offsetof(CJCharacterMovementComponent_IsMotionDrivenByAnimationData, ReturnValue) == 0x000008, "Member 'CJCharacterMovementComponent_IsMotionDrivenByAnimationData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCharacterMovementComponent_IsOnGroundSpeedStateLocked \ +static_assert(alignof(CJCharacterMovementComponent_IsOnGroundSpeedStateLocked) == 0x000001, "Wrong alignment on CJCharacterMovementComponent_IsOnGroundSpeedStateLocked"); \ +static_assert(sizeof(CJCharacterMovementComponent_IsOnGroundSpeedStateLocked) == 0x000001, "Wrong size on CJCharacterMovementComponent_IsOnGroundSpeedStateLocked"); \ +static_assert(offsetof(CJCharacterMovementComponent_IsOnGroundSpeedStateLocked, ReturnValue) == 0x000000, "Member 'CJCharacterMovementComponent_IsOnGroundSpeedStateLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCharacterMovementComponent \ +static_assert(alignof(UCJCharacterMovementComponent) == 0x000010, "Wrong alignment on UCJCharacterMovementComponent"); \ +static_assert(sizeof(UCJCharacterMovementComponent) == 0x001AD0, "Wrong size on UCJCharacterMovementComponent"); \ +static_assert(offsetof(UCJCharacterMovementComponent, InputScale) == 0x001278, "Member 'UCJCharacterMovementComponent::InputScale' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, bScalingInputs) == 0x00127C, "Member 'UCJCharacterMovementComponent::bScalingInputs' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, IntendedVelocity) == 0x001280, "Member 'UCJCharacterMovementComponent::IntendedVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, HistorySearchDepth) == 0x001298, "Member 'UCJCharacterMovementComponent::HistorySearchDepth' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, HistorySearchTimeThreshold) == 0x00129C, "Member 'UCJCharacterMovementComponent::HistorySearchTimeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, ScoreWeightSampleDegredation) == 0x0012A0, "Member 'UCJCharacterMovementComponent::ScoreWeightSampleDegredation' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, LastControlVector) == 0x0012A8, "Member 'UCJCharacterMovementComponent::LastControlVector' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, bIsStopping) == 0x0012C0, "Member 'UCJCharacterMovementComponent::bIsStopping' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, LastPredictedDistanceToStop) == 0x0012C4, "Member 'UCJCharacterMovementComponent::LastPredictedDistanceToStop' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, bIsPivoting) == 0x0012C8, "Member 'UCJCharacterMovementComponent::bIsPivoting' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, LastPredictedDistanceToPivot) == 0x0012CC, "Member 'UCJCharacterMovementComponent::LastPredictedDistanceToPivot' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, LastPivotTimestamp) == 0x0012D0, "Member 'UCJCharacterMovementComponent::LastPivotTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, LastPivotWorldDirNorm) == 0x0012D8, "Member 'UCJCharacterMovementComponent::LastPivotWorldDirNorm' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, WalkSpeed) == 0x0012F0, "Member 'UCJCharacterMovementComponent::WalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, MinWalkSpeed) == 0x0012F4, "Member 'UCJCharacterMovementComponent::MinWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, JogSpeed) == 0x0012F8, "Member 'UCJCharacterMovementComponent::JogSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, MinJogSpeed) == 0x0012FC, "Member 'UCJCharacterMovementComponent::MinJogSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, SprintSpeed) == 0x001300, "Member 'UCJCharacterMovementComponent::SprintSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, MinSprintSpeed) == 0x001304, "Member 'UCJCharacterMovementComponent::MinSprintSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, DistantUpdateRate) == 0x001308, "Member 'UCJCharacterMovementComponent::DistantUpdateRate' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, DetailTestRadius) == 0x00130C, "Member 'UCJCharacterMovementComponent::DetailTestRadius' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, FootScanWidth) == 0x001310, "Member 'UCJCharacterMovementComponent::FootScanWidth' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, EstimatedFootOffset) == 0x001314, "Member 'UCJCharacterMovementComponent::EstimatedFootOffset' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, SpeedVariationPercentage) == 0x001318, "Member 'UCJCharacterMovementComponent::SpeedVariationPercentage' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, bAllowSpeedVariation) == 0x00131C, "Member 'UCJCharacterMovementComponent::bAllowSpeedVariation' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, MinSidestepTime) == 0x001320, "Member 'UCJCharacterMovementComponent::MinSidestepTime' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, SideStepAngleThreshold) == 0x001324, "Member 'UCJCharacterMovementComponent::SideStepAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, JogSpeedStateAvailable) == 0x001328, "Member 'UCJCharacterMovementComponent::JogSpeedStateAvailable' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, SprintSpeedStateAvailable) == 0x001329, "Member 'UCJCharacterMovementComponent::SprintSpeedStateAvailable' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, MovementSpeedProfiles) == 0x001330, "Member 'UCJCharacterMovementComponent::MovementSpeedProfiles' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, WalkMovementSettings) == 0x001340, "Member 'UCJCharacterMovementComponent::WalkMovementSettings' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, JogMovementSettings) == 0x001350, "Member 'UCJCharacterMovementComponent::JogMovementSettings' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, SprintMovementSettings) == 0x001360, "Member 'UCJCharacterMovementComponent::SprintMovementSettings' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, WalkSettings) == 0x001370, "Member 'UCJCharacterMovementComponent::WalkSettings' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, JogSettings) == 0x00138C, "Member 'UCJCharacterMovementComponent::JogSettings' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, SprintSettings) == 0x0013A8, "Member 'UCJCharacterMovementComponent::SprintSettings' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, LastSetDefaultMaxWalkSpeed) == 0x0013C4, "Member 'UCJCharacterMovementComponent::LastSetDefaultMaxWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, MinTimeAtFullSpeedRange) == 0x0013C8, "Member 'UCJCharacterMovementComponent::MinTimeAtFullSpeedRange' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, UrgentAvoidanceSpeedCooldown) == 0x0013CC, "Member 'UCJCharacterMovementComponent::UrgentAvoidanceSpeedCooldown' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, CurrentOnGroundState) == 0x0013D0, "Member 'UCJCharacterMovementComponent::CurrentOnGroundState' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, WalkSpeedMultiplierToJog) == 0x0013D4, "Member 'UCJCharacterMovementComponent::WalkSpeedMultiplierToJog' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, WalkSpeedMultiplierFromJog) == 0x0013D8, "Member 'UCJCharacterMovementComponent::WalkSpeedMultiplierFromJog' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, JogSpeedMultiplierToSprint) == 0x0013DC, "Member 'UCJCharacterMovementComponent::JogSpeedMultiplierToSprint' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, JogSpeedMultiplierFromSprint) == 0x0013E0, "Member 'UCJCharacterMovementComponent::JogSpeedMultiplierFromSprint' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, bLastWantedDirectionFromControllerDesiredRotation) == 0x0013E4, "Member 'UCJCharacterMovementComponent::bLastWantedDirectionFromControllerDesiredRotation' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, bInferLastWantedDirectionFromInput) == 0x0013E5, "Member 'UCJCharacterMovementComponent::bInferLastWantedDirectionFromInput' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, LastValidAcceleration) == 0x0013E8, "Member 'UCJCharacterMovementComponent::LastValidAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, LastValidAccelerationTimestamp) == 0x001400, "Member 'UCJCharacterMovementComponent::LastValidAccelerationTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, bAllowAngularAcceleration) == 0x001408, "Member 'UCJCharacterMovementComponent::bAllowAngularAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, AngularAcceleration) == 0x00140C, "Member 'UCJCharacterMovementComponent::AngularAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, LastWantedDirection) == 0x001410, "Member 'UCJCharacterMovementComponent::LastWantedDirection' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, LastWantedDirectionTimestamp) == 0x001428, "Member 'UCJCharacterMovementComponent::LastWantedDirectionTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, VelocityMotionCommitment) == 0x001430, "Member 'UCJCharacterMovementComponent::VelocityMotionCommitment' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, bAnalogueInputAcceleration) == 0x001434, "Member 'UCJCharacterMovementComponent::bAnalogueInputAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, TransitionToMotionInputVectorSetings) == 0x001438, "Member 'UCJCharacterMovementComponent::TransitionToMotionInputVectorSetings' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, TransitionToPivotInputVectorSetings) == 0x001454, "Member 'UCJCharacterMovementComponent::TransitionToPivotInputVectorSetings' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, MotionDrivers) == 0x001470, "Member 'UCJCharacterMovementComponent::MotionDrivers' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, bWarpingEnabled) == 0x001480, "Member 'UCJCharacterMovementComponent::bWarpingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, Trajectory) == 0x001488, "Member 'UCJCharacterMovementComponent::Trajectory' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, TrajectorySamplingData) == 0x001498, "Member 'UCJCharacterMovementComponent::TrajectorySamplingData' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, bBumpedInto) == 0x0014B8, "Member 'UCJCharacterMovementComponent::bBumpedInto' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, ChunkyInputResponseRate) == 0x0014BC, "Member 'UCJCharacterMovementComponent::ChunkyInputResponseRate' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, bEnableChunkyThrottle) == 0x0014C0, "Member 'UCJCharacterMovementComponent::bEnableChunkyThrottle' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, CurrentControlVector) == 0x0014C8, "Member 'UCJCharacterMovementComponent::CurrentControlVector' has a wrong offset!"); \ +static_assert(offsetof(UCJCharacterMovementComponent, CJCharacterOwner) == 0x0014F0, "Member 'UCJCharacterMovementComponent::CJCharacterOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISwitchable \ +static_assert(alignof(ISwitchable) == 0x000001, "Wrong alignment on ISwitchable"); \ +static_assert(sizeof(ISwitchable) == 0x000001, "Wrong size on ISwitchable"); \ + +#define DUMPER7_ASSERTS_UCJCheatManager \ +static_assert(alignof(UCJCheatManager) == 0x000008, "Wrong alignment on UCJCheatManager"); \ +static_assert(sizeof(UCJCheatManager) == 0x0000D0, "Wrong size on UCJCheatManager"); \ +static_assert(offsetof(UCJCheatManager, BugItWidgetReference) == 0x0000B8, "Member 'UCJCheatManager::BugItWidgetReference' has a wrong offset!"); \ +static_assert(offsetof(UCJCheatManager, CreatedBugItWidget) == 0x0000C0, "Member 'UCJCheatManager::CreatedBugItWidget' has a wrong offset!"); \ +static_assert(offsetof(UCJCheatManager, CoordinatesTextBlock) == 0x0000C8, "Member 'UCJCheatManager::CoordinatesTextBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeneralSettings \ +static_assert(alignof(UGeneralSettings) == 0x000008, "Wrong alignment on UGeneralSettings"); \ +static_assert(sizeof(UGeneralSettings) == 0x000130, "Wrong size on UGeneralSettings"); \ +static_assert(offsetof(UGeneralSettings, DefaultAIGoalLifetime) == 0x000038, "Member 'UGeneralSettings::DefaultAIGoalLifetime' has a wrong offset!"); \ +static_assert(offsetof(UGeneralSettings, SituationDataTable) == 0x000040, "Member 'UGeneralSettings::SituationDataTable' has a wrong offset!"); \ +static_assert(offsetof(UGeneralSettings, GlobalTokens) == 0x000068, "Member 'UGeneralSettings::GlobalTokens' has a wrong offset!"); \ +static_assert(offsetof(UGeneralSettings, CrewMemberDatabase) == 0x000090, "Member 'UGeneralSettings::CrewMemberDatabase' has a wrong offset!"); \ +static_assert(offsetof(UGeneralSettings, LevelScalingTable) == 0x0000B8, "Member 'UGeneralSettings::LevelScalingTable' has a wrong offset!"); \ +static_assert(offsetof(UGeneralSettings, LevelScalingTableNoMatchingTag) == 0x000108, "Member 'UGeneralSettings::LevelScalingTableNoMatchingTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectClaimSubsystem_Claim \ +static_assert(alignof(SmartObjectClaimSubsystem_Claim) == 0x000004, "Wrong alignment on SmartObjectClaimSubsystem_Claim"); \ +static_assert(sizeof(SmartObjectClaimSubsystem_Claim) == 0x00002C, "Wrong size on SmartObjectClaimSubsystem_Claim"); \ +static_assert(offsetof(SmartObjectClaimSubsystem_Claim, SmartObject) == 0x000000, "Member 'SmartObjectClaimSubsystem_Claim::SmartObject' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectClaimSubsystem_Claim, Group) == 0x000024, "Member 'SmartObjectClaimSubsystem_Claim::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectClaimSubsystem_Keep \ +static_assert(alignof(SmartObjectClaimSubsystem_Keep) == 0x000004, "Wrong alignment on SmartObjectClaimSubsystem_Keep"); \ +static_assert(sizeof(SmartObjectClaimSubsystem_Keep) == 0x00000C, "Wrong size on SmartObjectClaimSubsystem_Keep"); \ +static_assert(offsetof(SmartObjectClaimSubsystem_Keep, HandlesToKeep) == 0x000000, "Member 'SmartObjectClaimSubsystem_Keep::HandlesToKeep' has a wrong offset!"); \ +static_assert(offsetof(SmartObjectClaimSubsystem_Keep, Group) == 0x000004, "Member 'SmartObjectClaimSubsystem_Keep::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectClaimSubsystem_Release \ +static_assert(alignof(SmartObjectClaimSubsystem_Release) == 0x000004, "Wrong alignment on SmartObjectClaimSubsystem_Release"); \ +static_assert(sizeof(SmartObjectClaimSubsystem_Release) == 0x000008, "Wrong size on SmartObjectClaimSubsystem_Release"); \ +static_assert(offsetof(SmartObjectClaimSubsystem_Release, Group) == 0x000000, "Member 'SmartObjectClaimSubsystem_Release::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmartObjectClaimSubsystem \ +static_assert(alignof(USmartObjectClaimSubsystem) == 0x000008, "Wrong alignment on USmartObjectClaimSubsystem"); \ +static_assert(sizeof(USmartObjectClaimSubsystem) == 0x0000B0, "Wrong size on USmartObjectClaimSubsystem"); \ + +#define DUMPER7_ASSERTS_CJCM_AlignTo_BlueprintUpdateAlignTowards \ +static_assert(alignof(CJCM_AlignTo_BlueprintUpdateAlignTowards) == 0x000008, "Wrong alignment on CJCM_AlignTo_BlueprintUpdateAlignTowards"); \ +static_assert(sizeof(CJCM_AlignTo_BlueprintUpdateAlignTowards) == 0x000068, "Wrong size on CJCM_AlignTo_BlueprintUpdateAlignTowards"); \ +static_assert(offsetof(CJCM_AlignTo_BlueprintUpdateAlignTowards, CameraContext) == 0x000000, "Member 'CJCM_AlignTo_BlueprintUpdateAlignTowards::CameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_AlignTo_GetCurveX \ +static_assert(alignof(CJCM_AlignTo_GetCurveX) == 0x000004, "Wrong alignment on CJCM_AlignTo_GetCurveX"); \ +static_assert(sizeof(CJCM_AlignTo_GetCurveX) == 0x000004, "Wrong size on CJCM_AlignTo_GetCurveX"); \ +static_assert(offsetof(CJCM_AlignTo_GetCurveX, ReturnValue) == 0x000000, "Member 'CJCM_AlignTo_GetCurveX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_AlignTo_ShouldBlendIn \ +static_assert(alignof(CJCM_AlignTo_ShouldBlendIn) == 0x000008, "Wrong alignment on CJCM_AlignTo_ShouldBlendIn"); \ +static_assert(sizeof(CJCM_AlignTo_ShouldBlendIn) == 0x000070, "Wrong size on CJCM_AlignTo_ShouldBlendIn"); \ +static_assert(offsetof(CJCM_AlignTo_ShouldBlendIn, CameraContext) == 0x000000, "Member 'CJCM_AlignTo_ShouldBlendIn::CameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignTo_ShouldBlendIn, ReturnValue) == 0x000068, "Member 'CJCM_AlignTo_ShouldBlendIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_AlignTo \ +static_assert(alignof(UCJCM_AlignTo) == 0x000008, "Wrong alignment on UCJCM_AlignTo"); \ +static_assert(sizeof(UCJCM_AlignTo) == 0x000248, "Wrong size on UCJCM_AlignTo"); \ +static_assert(offsetof(UCJCM_AlignTo, bBypassModifier) == 0x000030, "Member 'UCJCM_AlignTo::bBypassModifier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignTo, ExternalRotationOverrideTime) == 0x000038, "Member 'UCJCM_AlignTo::ExternalRotationOverrideTime' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignTo, BlendInTime) == 0x0000C0, "Member 'UCJCM_AlignTo::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignTo, BlendOutTime) == 0x0000C4, "Member 'UCJCM_AlignTo::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignTo, bOverwriteInitialRotation) == 0x0000C8, "Member 'UCJCM_AlignTo::bOverwriteInitialRotation' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignTo, PitchMaxAlignment) == 0x0000CC, "Member 'UCJCM_AlignTo::PitchMaxAlignment' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignTo, Yaw) == 0x0000D0, "Member 'UCJCM_AlignTo::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignTo, Pitch) == 0x000178, "Member 'UCJCM_AlignTo::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignTo, AlignTowardsDirection) == 0x000230, "Member 'UCJCM_AlignTo::AlignTowardsDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJViewModelBase \ +static_assert(alignof(UCJViewModelBase) == 0x000008, "Wrong alignment on UCJViewModelBase"); \ +static_assert(sizeof(UCJViewModelBase) == 0x000068, "Wrong size on UCJViewModelBase"); \ + +#define DUMPER7_ASSERTS_CJCM_AlignToNearbyCharacter_CalculateTargetScoreBlueprint \ +static_assert(alignof(CJCM_AlignToNearbyCharacter_CalculateTargetScoreBlueprint) == 0x000008, "Wrong alignment on CJCM_AlignToNearbyCharacter_CalculateTargetScoreBlueprint"); \ +static_assert(sizeof(CJCM_AlignToNearbyCharacter_CalculateTargetScoreBlueprint) == 0x000078, "Wrong size on CJCM_AlignToNearbyCharacter_CalculateTargetScoreBlueprint"); \ +static_assert(offsetof(CJCM_AlignToNearbyCharacter_CalculateTargetScoreBlueprint, CameraContext) == 0x000000, "Member 'CJCM_AlignToNearbyCharacter_CalculateTargetScoreBlueprint::CameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToNearbyCharacter_CalculateTargetScoreBlueprint, Character) == 0x000068, "Member 'CJCM_AlignToNearbyCharacter_CalculateTargetScoreBlueprint::Character' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToNearbyCharacter_CalculateTargetScoreBlueprint, ReturnValue) == 0x000070, "Member 'CJCM_AlignToNearbyCharacter_CalculateTargetScoreBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_AlignToNearbyCharacter \ +static_assert(alignof(UCJCM_AlignToNearbyCharacter) == 0x000008, "Wrong alignment on UCJCM_AlignToNearbyCharacter"); \ +static_assert(sizeof(UCJCM_AlignToNearbyCharacter) == 0x0002F0, "Wrong size on UCJCM_AlignToNearbyCharacter"); \ +static_assert(offsetof(UCJCM_AlignToNearbyCharacter, ScoreThreshold) == 0x000248, "Member 'UCJCM_AlignToNearbyCharacter::ScoreThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToNearbyCharacter, TargetSwitchThreshold) == 0x00024C, "Member 'UCJCM_AlignToNearbyCharacter::TargetSwitchThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToNearbyCharacter, MaxAngleDiff) == 0x000250, "Member 'UCJCM_AlignToNearbyCharacter::MaxAngleDiff' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToNearbyCharacter, MaxDistance) == 0x000254, "Member 'UCJCM_AlignToNearbyCharacter::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToNearbyCharacter, MinDistance) == 0x000258, "Member 'UCJCM_AlignToNearbyCharacter::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToNearbyCharacter, AngleBias) == 0x00025C, "Member 'UCJCM_AlignToNearbyCharacter::AngleBias' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToNearbyCharacter, DistanceBias) == 0x000260, "Member 'UCJCM_AlignToNearbyCharacter::DistanceBias' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToNearbyCharacter, TargetBlendRate) == 0x000264, "Member 'UCJCM_AlignToNearbyCharacter::TargetBlendRate' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToNearbyCharacter, bDrawDebug) == 0x000268, "Member 'UCJCM_AlignToNearbyCharacter::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToNearbyCharacter, SecondaryTargetInfluence) == 0x00026C, "Member 'UCJCM_AlignToNearbyCharacter::SecondaryTargetInfluence' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToNearbyCharacter, SkewAngle) == 0x000270, "Member 'UCJCM_AlignToNearbyCharacter::SkewAngle' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToNearbyCharacter, AlignToSocketOverride) == 0x000274, "Member 'UCJCM_AlignToNearbyCharacter::AlignToSocketOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODDataBase \ +static_assert(alignof(UHLODDataBase) == 0x000008, "Wrong alignment on UHLODDataBase"); \ +static_assert(sizeof(UHLODDataBase) == 0x000028, "Wrong size on UHLODDataBase"); \ + +#define DUMPER7_ASSERTS_UCJCM_AlignToMelee \ +static_assert(alignof(UCJCM_AlignToMelee) == 0x000008, "Wrong alignment on UCJCM_AlignToMelee"); \ +static_assert(sizeof(UCJCM_AlignToMelee) == 0x0002F8, "Wrong size on UCJCM_AlignToMelee"); \ +static_assert(offsetof(UCJCM_AlignToMelee, MeleeTargetConsiderationTime) == 0x0002F0, "Member 'UCJCM_AlignToMelee::MeleeTargetConsiderationTime' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToMelee, MeleeTargetBias) == 0x0002F4, "Member 'UCJCM_AlignToMelee::MeleeTargetBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_AlignToVelocity_SetVelocityToFacingBiasOverride \ +static_assert(alignof(CJCM_AlignToVelocity_SetVelocityToFacingBiasOverride) == 0x000004, "Wrong alignment on CJCM_AlignToVelocity_SetVelocityToFacingBiasOverride"); \ +static_assert(sizeof(CJCM_AlignToVelocity_SetVelocityToFacingBiasOverride) == 0x000004, "Wrong size on CJCM_AlignToVelocity_SetVelocityToFacingBiasOverride"); \ +static_assert(offsetof(CJCM_AlignToVelocity_SetVelocityToFacingBiasOverride, NewBias) == 0x000000, "Member 'CJCM_AlignToVelocity_SetVelocityToFacingBiasOverride::NewBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_AlignToVelocity \ +static_assert(alignof(UCJCM_AlignToVelocity) == 0x000008, "Wrong alignment on UCJCM_AlignToVelocity"); \ +static_assert(sizeof(UCJCM_AlignToVelocity) == 0x000280, "Wrong size on UCJCM_AlignToVelocity"); \ +static_assert(offsetof(UCJCM_AlignToVelocity, bAlignWhileInAir) == 0x000248, "Member 'UCJCM_AlignToVelocity::bAlignWhileInAir' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToVelocity, MinimumAlignmentVelocity) == 0x00024C, "Member 'UCJCM_AlignToVelocity::MinimumAlignmentVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToVelocity, VelocityToFacingBias) == 0x000250, "Member 'UCJCM_AlignToVelocity::VelocityToFacingBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGridSpirits \ +static_assert(alignof(AGridSpirits) == 0x000008, "Wrong alignment on AGridSpirits"); \ +static_assert(sizeof(AGridSpirits) == 0x000438, "Wrong size on AGridSpirits"); \ +static_assert(offsetof(AGridSpirits, TypeOfSpawn) == 0x0002B0, "Member 'AGridSpirits::TypeOfSpawn' has a wrong offset!"); \ +static_assert(offsetof(AGridSpirits, SpawnRanking) == 0x0002B1, "Member 'AGridSpirits::SpawnRanking' has a wrong offset!"); \ +static_assert(offsetof(AGridSpirits, PlaceId) == 0x0002B4, "Member 'AGridSpirits::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(AGridSpirits, GroupSize) == 0x0002BC, "Member 'AGridSpirits::GroupSize' has a wrong offset!"); \ +static_assert(offsetof(AGridSpirits, Spacing) == 0x0002C0, "Member 'AGridSpirits::Spacing' has a wrong offset!"); \ +static_assert(offsetof(AGridSpirits, Angle) == 0x0002C4, "Member 'AGridSpirits::Angle' has a wrong offset!"); \ +static_assert(offsetof(AGridSpirits, SpawnDataSet) == 0x0002C8, "Member 'AGridSpirits::SpawnDataSet' has a wrong offset!"); \ +static_assert(offsetof(AGridSpirits, bUseSpawnCondition) == 0x0002D0, "Member 'AGridSpirits::bUseSpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(AGridSpirits, SpawnCondition) == 0x0002D4, "Member 'AGridSpirits::SpawnCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_InputSensitivity \ +static_assert(alignof(UCJCM_InputSensitivity) == 0x000008, "Wrong alignment on UCJCM_InputSensitivity"); \ +static_assert(sizeof(UCJCM_InputSensitivity) == 0x000050, "Wrong size on UCJCM_InputSensitivity"); \ +static_assert(offsetof(UCJCM_InputSensitivity, bBypassModifier) == 0x000030, "Member 'UCJCM_InputSensitivity::bBypassModifier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_InputSensitivity, MouseSensitivityMultiplier) == 0x000034, "Member 'UCJCM_InputSensitivity::MouseSensitivityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_InputSensitivity, GamepadSensitivityMultiplier) == 0x000038, "Member 'UCJCM_InputSensitivity::GamepadSensitivityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_InputSensitivity, GamepadBaseMultiplier) == 0x00003C, "Member 'UCJCM_InputSensitivity::GamepadBaseMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_InputSensitivity, AccelerationTime) == 0x000040, "Member 'UCJCM_InputSensitivity::AccelerationTime' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_InputSensitivity, Damper) == 0x000044, "Member 'UCJCM_InputSensitivity::Damper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInteriorLight \ +static_assert(alignof(AInteriorLight) == 0x000008, "Wrong alignment on AInteriorLight"); \ +static_assert(sizeof(AInteriorLight) == 0x0002F0, "Wrong size on AInteriorLight"); \ +static_assert(offsetof(AInteriorLight, TimeControlState) == 0x0002B8, "Member 'AInteriorLight::TimeControlState' has a wrong offset!"); \ +static_assert(offsetof(AInteriorLight, TimeControlledMin) == 0x0002C0, "Member 'AInteriorLight::TimeControlledMin' has a wrong offset!"); \ +static_assert(offsetof(AInteriorLight, TimeControlledMax) == 0x0002C8, "Member 'AInteriorLight::TimeControlledMax' has a wrong offset!"); \ +static_assert(offsetof(AInteriorLight, ControlledLightData) == 0x0002D0, "Member 'AInteriorLight::ControlledLightData' has a wrong offset!"); \ +static_assert(offsetof(AInteriorLight, LightComponent) == 0x0002E8, "Member 'AInteriorLight::LightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_JumpDelay \ +static_assert(alignof(UCJCM_JumpDelay) == 0x000008, "Wrong alignment on UCJCM_JumpDelay"); \ +static_assert(sizeof(UCJCM_JumpDelay) == 0x000050, "Wrong size on UCJCM_JumpDelay"); \ +static_assert(offsetof(UCJCM_JumpDelay, bBypassModifier) == 0x000030, "Member 'UCJCM_JumpDelay::bBypassModifier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_JumpDelay, MaxHeightDifference) == 0x000034, "Member 'UCJCM_JumpDelay::MaxHeightDifference' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_JumpDelay, CatchUpTime) == 0x000038, "Member 'UCJCM_JumpDelay::CatchUpTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTagObserverComponent_OnGameplayTagChanged \ +static_assert(alignof(GameplayTagObserverComponent_OnGameplayTagChanged) == 0x000004, "Wrong alignment on GameplayTagObserverComponent_OnGameplayTagChanged"); \ +static_assert(sizeof(GameplayTagObserverComponent_OnGameplayTagChanged) == 0x00000C, "Wrong size on GameplayTagObserverComponent_OnGameplayTagChanged"); \ +static_assert(offsetof(GameplayTagObserverComponent_OnGameplayTagChanged, GameplayTag) == 0x000000, "Member 'GameplayTagObserverComponent_OnGameplayTagChanged::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(GameplayTagObserverComponent_OnGameplayTagChanged, WasSet) == 0x000008, "Member 'GameplayTagObserverComponent_OnGameplayTagChanged::WasSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagObserverComponent \ +static_assert(alignof(UGameplayTagObserverComponent) == 0x000008, "Wrong alignment on UGameplayTagObserverComponent"); \ +static_assert(sizeof(UGameplayTagObserverComponent) == 0x0000D8, "Wrong size on UGameplayTagObserverComponent"); \ +static_assert(offsetof(UGameplayTagObserverComponent, OnValueUpdated) == 0x0000C0, "Member 'UGameplayTagObserverComponent::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagObserverComponent, ObservedTag) == 0x0000D0, "Member 'UGameplayTagObserverComponent::ObservedTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SuckerPunchAsyncNode_SuckerPunchNode \ +static_assert(alignof(SuckerPunchAsyncNode_SuckerPunchNode) == 0x000008, "Wrong alignment on SuckerPunchAsyncNode_SuckerPunchNode"); \ +static_assert(sizeof(SuckerPunchAsyncNode_SuckerPunchNode) == 0x000040, "Wrong size on SuckerPunchAsyncNode_SuckerPunchNode"); \ +static_assert(offsetof(SuckerPunchAsyncNode_SuckerPunchNode, InInstigator) == 0x000000, "Member 'SuckerPunchAsyncNode_SuckerPunchNode::InInstigator' has a wrong offset!"); \ +static_assert(offsetof(SuckerPunchAsyncNode_SuckerPunchNode, InTarget) == 0x000008, "Member 'SuckerPunchAsyncNode_SuckerPunchNode::InTarget' has a wrong offset!"); \ +static_assert(offsetof(SuckerPunchAsyncNode_SuckerPunchNode, InMoveSet) == 0x000010, "Member 'SuckerPunchAsyncNode_SuckerPunchNode::InMoveSet' has a wrong offset!"); \ +static_assert(offsetof(SuckerPunchAsyncNode_SuckerPunchNode, InAnimTags) == 0x000018, "Member 'SuckerPunchAsyncNode_SuckerPunchNode::InAnimTags' has a wrong offset!"); \ +static_assert(offsetof(SuckerPunchAsyncNode_SuckerPunchNode, ReturnValue) == 0x000038, "Member 'SuckerPunchAsyncNode_SuckerPunchNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USuckerPunchAsyncNode \ +static_assert(alignof(USuckerPunchAsyncNode) == 0x000008, "Wrong alignment on USuckerPunchAsyncNode"); \ +static_assert(sizeof(USuckerPunchAsyncNode) == 0x0000B8, "Wrong size on USuckerPunchAsyncNode"); \ +static_assert(offsetof(USuckerPunchAsyncNode, OnSuccess) == 0x000030, "Member 'USuckerPunchAsyncNode::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(USuckerPunchAsyncNode, OnFail) == 0x000040, "Member 'USuckerPunchAsyncNode::OnFail' has a wrong offset!"); \ +static_assert(offsetof(USuckerPunchAsyncNode, OnAbort) == 0x000050, "Member 'USuckerPunchAsyncNode::OnAbort' has a wrong offset!"); \ +static_assert(offsetof(USuckerPunchAsyncNode, OnCompleted) == 0x000060, "Member 'USuckerPunchAsyncNode::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(USuckerPunchAsyncNode, Instigator) == 0x000070, "Member 'USuckerPunchAsyncNode::Instigator' has a wrong offset!"); \ +static_assert(offsetof(USuckerPunchAsyncNode, Target) == 0x000078, "Member 'USuckerPunchAsyncNode::Target' has a wrong offset!"); \ +static_assert(offsetof(USuckerPunchAsyncNode, MoveSet) == 0x000080, "Member 'USuckerPunchAsyncNode::MoveSet' has a wrong offset!"); \ +static_assert(offsetof(USuckerPunchAsyncNode, AnimationTags) == 0x000088, "Member 'USuckerPunchAsyncNode::AnimationTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCrowdManager \ +static_assert(alignof(UCJCrowdManager) == 0x000008, "Wrong alignment on UCJCrowdManager"); \ +static_assert(sizeof(UCJCrowdManager) == 0x000308, "Wrong size on UCJCrowdManager"); \ +static_assert(offsetof(UCJCrowdManager, CustomAgentParams) == 0x0000F0, "Member 'UCJCrowdManager::CustomAgentParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCT_Cut \ +static_assert(alignof(UCJCT_Cut) == 0x000008, "Wrong alignment on UCJCT_Cut"); \ +static_assert(sizeof(UCJCT_Cut) == 0x000030, "Wrong size on UCJCT_Cut"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorInteriorStreamingZone \ +static_assert(alignof(UDataVolumeBehaviorInteriorStreamingZone) == 0x000008, "Wrong alignment on UDataVolumeBehaviorInteriorStreamingZone"); \ +static_assert(sizeof(UDataVolumeBehaviorInteriorStreamingZone) == 0x000030, "Wrong size on UDataVolumeBehaviorInteriorStreamingZone"); \ + +#define DUMPER7_ASSERTS_UCJDamageType \ +static_assert(alignof(UCJDamageType) == 0x000008, "Wrong alignment on UCJDamageType"); \ +static_assert(sizeof(UCJDamageType) == 0x000048, "Wrong size on UCJDamageType"); \ +static_assert(offsetof(UCJDamageType, AllowHeadshotDamage) == 0x000040, "Member 'UCJDamageType::AllowHeadshotDamage' has a wrong offset!"); \ +static_assert(offsetof(UCJDamageType, Interruptable) == 0x000041, "Member 'UCJDamageType::Interruptable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventoryItemSmashableCollectibleMixinConfigAsset \ +static_assert(alignof(UInventoryItemSmashableCollectibleMixinConfigAsset) == 0x000008, "Wrong alignment on UInventoryItemSmashableCollectibleMixinConfigAsset"); \ +static_assert(sizeof(UInventoryItemSmashableCollectibleMixinConfigAsset) == 0x000098, "Wrong size on UInventoryItemSmashableCollectibleMixinConfigAsset"); \ +static_assert(offsetof(UInventoryItemSmashableCollectibleMixinConfigAsset, ActorToSpawn) == 0x000088, "Member 'UInventoryItemSmashableCollectibleMixinConfigAsset::ActorToSpawn' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemSmashableCollectibleMixinConfigAsset, bGlintEnabled) == 0x000090, "Member 'UInventoryItemSmashableCollectibleMixinConfigAsset::bGlintEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDestructibleInterface_GatherGeometryCollectionsForVehicleDestruction \ +static_assert(alignof(CJDestructibleInterface_GatherGeometryCollectionsForVehicleDestruction) == 0x000008, "Wrong alignment on CJDestructibleInterface_GatherGeometryCollectionsForVehicleDestruction"); \ +static_assert(sizeof(CJDestructibleInterface_GatherGeometryCollectionsForVehicleDestruction) == 0x000018, "Wrong size on CJDestructibleInterface_GatherGeometryCollectionsForVehicleDestruction"); \ +static_assert(offsetof(CJDestructibleInterface_GatherGeometryCollectionsForVehicleDestruction, Vehicle) == 0x000000, "Member 'CJDestructibleInterface_GatherGeometryCollectionsForVehicleDestruction::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(CJDestructibleInterface_GatherGeometryCollectionsForVehicleDestruction, OutGeometryCollectionComponents) == 0x000008, "Member 'CJDestructibleInterface_GatherGeometryCollectionsForVehicleDestruction::OutGeometryCollectionComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJDestructibleInterface_OnMakeDynamicFromVehicle \ +static_assert(alignof(CJDestructibleInterface_OnMakeDynamicFromVehicle) == 0x000008, "Wrong alignment on CJDestructibleInterface_OnMakeDynamicFromVehicle"); \ +static_assert(sizeof(CJDestructibleInterface_OnMakeDynamicFromVehicle) == 0x000008, "Wrong size on CJDestructibleInterface_OnMakeDynamicFromVehicle"); \ +static_assert(offsetof(CJDestructibleInterface_OnMakeDynamicFromVehicle, Vehicle) == 0x000000, "Member 'CJDestructibleInterface_OnMakeDynamicFromVehicle::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICJDestructibleInterface \ +static_assert(alignof(ICJDestructibleInterface) == 0x000001, "Wrong alignment on ICJDestructibleInterface"); \ +static_assert(sizeof(ICJDestructibleInterface) == 0x000001, "Wrong size on ICJDestructibleInterface"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_IsFlagRaised \ +static_assert(alignof(UHTNDecorator_IsFlagRaised) == 0x000008, "Wrong alignment on UHTNDecorator_IsFlagRaised"); \ +static_assert(sizeof(UHTNDecorator_IsFlagRaised) == 0x000088, "Wrong size on UHTNDecorator_IsFlagRaised"); \ +static_assert(offsetof(UHTNDecorator_IsFlagRaised, Flag) == 0x000080, "Member 'UHTNDecorator_IsFlagRaised::Flag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDialogueDataDefinition \ +static_assert(alignof(UDialogueDataDefinition) == 0x000008, "Wrong alignment on UDialogueDataDefinition"); \ +static_assert(sizeof(UDialogueDataDefinition) == 0x000098, "Wrong size on UDialogueDataDefinition"); \ +static_assert(offsetof(UDialogueDataDefinition, Flow) == 0x000028, "Member 'UDialogueDataDefinition::Flow' has a wrong offset!"); \ +static_assert(offsetof(UDialogueDataDefinition, InteractionIntentId) == 0x000050, "Member 'UDialogueDataDefinition::InteractionIntentId' has a wrong offset!"); \ +static_assert(offsetof(UDialogueDataDefinition, InteractionImportantCondition) == 0x000060, "Member 'UDialogueDataDefinition::InteractionImportantCondition' has a wrong offset!"); \ +static_assert(offsetof(UDialogueDataDefinition, InteractionRangeOverride) == 0x000090, "Member 'UDialogueDataDefinition::InteractionRangeOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorShowInterior \ +static_assert(alignof(UDataVolumeBehaviorShowInterior) == 0x000008, "Wrong alignment on UDataVolumeBehaviorShowInterior"); \ +static_assert(sizeof(UDataVolumeBehaviorShowInterior) == 0x000030, "Wrong size on UDataVolumeBehaviorShowInterior"); \ + +#define DUMPER7_ASSERTS_UCJDVB_Blocking \ +static_assert(alignof(UCJDVB_Blocking) == 0x000008, "Wrong alignment on UCJDVB_Blocking"); \ +static_assert(sizeof(UCJDVB_Blocking) == 0x000030, "Wrong size on UCJDVB_Blocking"); \ + +#define DUMPER7_ASSERTS_UBTTask_ReleaseCombatPositionToken \ +static_assert(alignof(UBTTask_ReleaseCombatPositionToken) == 0x000008, "Wrong alignment on UBTTask_ReleaseCombatPositionToken"); \ +static_assert(sizeof(UBTTask_ReleaseCombatPositionToken) == 0x000098, "Wrong size on UBTTask_ReleaseCombatPositionToken"); \ +static_assert(offsetof(UBTTask_ReleaseCombatPositionToken, CombatTargetKey) == 0x000070, "Member 'UBTTask_ReleaseCombatPositionToken::CombatTargetKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJDVB_CullDistance \ +static_assert(alignof(UCJDVB_CullDistance) == 0x000008, "Wrong alignment on UCJDVB_CullDistance"); \ +static_assert(sizeof(UCJDVB_CullDistance) == 0x000048, "Wrong size on UCJDVB_CullDistance"); \ +static_assert(offsetof(UCJDVB_CullDistance, CullDistances) == 0x000030, "Member 'UCJDVB_CullDistance::CullDistances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorChangeMusicState \ +static_assert(alignof(UDataVolumeBehaviorChangeMusicState) == 0x000008, "Wrong alignment on UDataVolumeBehaviorChangeMusicState"); \ +static_assert(sizeof(UDataVolumeBehaviorChangeMusicState) == 0x000060, "Wrong size on UDataVolumeBehaviorChangeMusicState"); \ +static_assert(offsetof(UDataVolumeBehaviorChangeMusicState, MusicStateOnEntry) == 0x000030, "Member 'UDataVolumeBehaviorChangeMusicState::MusicStateOnEntry' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorChangeMusicState, MusicStateOnExit) == 0x000038, "Member 'UDataVolumeBehaviorChangeMusicState::MusicStateOnExit' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorChangeMusicState, MusicStatesOnEntry) == 0x000040, "Member 'UDataVolumeBehaviorChangeMusicState::MusicStatesOnEntry' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorChangeMusicState, MusicStatesOnExit) == 0x000050, "Member 'UDataVolumeBehaviorChangeMusicState::MusicStatesOnExit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJEnvQueryInstanceBlueprintWrapper_Cancel \ +static_assert(alignof(CJEnvQueryInstanceBlueprintWrapper_Cancel) == 0x000008, "Wrong alignment on CJEnvQueryInstanceBlueprintWrapper_Cancel"); \ +static_assert(sizeof(CJEnvQueryInstanceBlueprintWrapper_Cancel) == 0x000008, "Wrong size on CJEnvQueryInstanceBlueprintWrapper_Cancel"); \ +static_assert(offsetof(CJEnvQueryInstanceBlueprintWrapper_Cancel, WorldContextObject) == 0x000000, "Member 'CJEnvQueryInstanceBlueprintWrapper_Cancel::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJEnvQueryInstanceBlueprintWrapper_GetQueryResultsAsSlotHandles \ +static_assert(alignof(CJEnvQueryInstanceBlueprintWrapper_GetQueryResultsAsSlotHandles) == 0x000008, "Wrong alignment on CJEnvQueryInstanceBlueprintWrapper_GetQueryResultsAsSlotHandles"); \ +static_assert(sizeof(CJEnvQueryInstanceBlueprintWrapper_GetQueryResultsAsSlotHandles) == 0x000018, "Wrong size on CJEnvQueryInstanceBlueprintWrapper_GetQueryResultsAsSlotHandles"); \ +static_assert(offsetof(CJEnvQueryInstanceBlueprintWrapper_GetQueryResultsAsSlotHandles, ResultHandles) == 0x000000, "Member 'CJEnvQueryInstanceBlueprintWrapper_GetQueryResultsAsSlotHandles::ResultHandles' has a wrong offset!"); \ +static_assert(offsetof(CJEnvQueryInstanceBlueprintWrapper_GetQueryResultsAsSlotHandles, ReturnValue) == 0x000010, "Member 'CJEnvQueryInstanceBlueprintWrapper_GetQueryResultsAsSlotHandles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJEnvQueryInstanceBlueprintWrapper \ +static_assert(alignof(UCJEnvQueryInstanceBlueprintWrapper) == 0x000008, "Wrong alignment on UCJEnvQueryInstanceBlueprintWrapper"); \ +static_assert(sizeof(UCJEnvQueryInstanceBlueprintWrapper) == 0x000078, "Wrong size on UCJEnvQueryInstanceBlueprintWrapper"); \ + +#define DUMPER7_ASSERTS_UCJGameInstance \ +static_assert(alignof(UCJGameInstance) == 0x000008, "Wrong alignment on UCJGameInstance"); \ +static_assert(sizeof(UCJGameInstance) == 0x0001F8, "Wrong size on UCJGameInstance"); \ +static_assert(offsetof(UCJGameInstance, DisregardForGCAssets) == 0x0001E8, "Member 'UCJGameInstance::DisregardForGCAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_HasTarget \ +static_assert(alignof(UHTNDecorator_HasTarget) == 0x000008, "Wrong alignment on UHTNDecorator_HasTarget"); \ +static_assert(sizeof(UHTNDecorator_HasTarget) == 0x000088, "Wrong size on UHTNDecorator_HasTarget"); \ +static_assert(offsetof(UHTNDecorator_HasTarget, TargetType) == 0x000080, "Member 'UHTNDecorator_HasTarget::TargetType' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_HasTarget, bRequireTargetActor) == 0x000081, "Member 'UHTNDecorator_HasTarget::bRequireTargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJGameInstanceTelemetrySubsystem \ +static_assert(alignof(UCJGameInstanceTelemetrySubsystem) == 0x000008, "Wrong alignment on UCJGameInstanceTelemetrySubsystem"); \ +static_assert(sizeof(UCJGameInstanceTelemetrySubsystem) == 0x000040, "Wrong size on UCJGameInstanceTelemetrySubsystem"); \ + +#define DUMPER7_ASSERTS_USpiritSubsystemGetMaterializedActorBase \ +static_assert(alignof(USpiritSubsystemGetMaterializedActorBase) == 0x000008, "Wrong alignment on USpiritSubsystemGetMaterializedActorBase"); \ +static_assert(sizeof(USpiritSubsystemGetMaterializedActorBase) == 0x000048, "Wrong size on USpiritSubsystemGetMaterializedActorBase"); \ + +#define DUMPER7_ASSERTS_CJGameMode_OnExternalUIChange \ +static_assert(alignof(CJGameMode_OnExternalUIChange) == 0x000001, "Wrong alignment on CJGameMode_OnExternalUIChange"); \ +static_assert(sizeof(CJGameMode_OnExternalUIChange) == 0x000001, "Wrong size on CJGameMode_OnExternalUIChange"); \ +static_assert(offsetof(CJGameMode_OnExternalUIChange, bInIsOpening) == 0x000000, "Member 'CJGameMode_OnExternalUIChange::bInIsOpening' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJGameMode_OnInputDeviceConnectionStateChanged \ +static_assert(alignof(CJGameMode_OnInputDeviceConnectionStateChanged) == 0x000004, "Wrong alignment on CJGameMode_OnInputDeviceConnectionStateChanged"); \ +static_assert(sizeof(CJGameMode_OnInputDeviceConnectionStateChanged) == 0x00000C, "Wrong size on CJGameMode_OnInputDeviceConnectionStateChanged"); \ +static_assert(offsetof(CJGameMode_OnInputDeviceConnectionStateChanged, NewConnectionState) == 0x000000, "Member 'CJGameMode_OnInputDeviceConnectionStateChanged::NewConnectionState' has a wrong offset!"); \ +static_assert(offsetof(CJGameMode_OnInputDeviceConnectionStateChanged, PlatformUserId) == 0x000004, "Member 'CJGameMode_OnInputDeviceConnectionStateChanged::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(CJGameMode_OnInputDeviceConnectionStateChanged, InputDeviceId) == 0x000008, "Member 'CJGameMode_OnInputDeviceConnectionStateChanged::InputDeviceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJGameMode_IsLoadingScreenVisible \ +static_assert(alignof(CJGameMode_IsLoadingScreenVisible) == 0x000001, "Wrong alignment on CJGameMode_IsLoadingScreenVisible"); \ +static_assert(sizeof(CJGameMode_IsLoadingScreenVisible) == 0x000001, "Wrong size on CJGameMode_IsLoadingScreenVisible"); \ +static_assert(offsetof(CJGameMode_IsLoadingScreenVisible, ReturnValue) == 0x000000, "Member 'CJGameMode_IsLoadingScreenVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACJGameMode \ +static_assert(alignof(ACJGameMode) == 0x000008, "Wrong alignment on ACJGameMode"); \ +static_assert(sizeof(ACJGameMode) == 0x000390, "Wrong size on ACJGameMode"); \ +static_assert(offsetof(ACJGameMode, OnGameStart) == 0x000350, "Member 'ACJGameMode::OnGameStart' has a wrong offset!"); \ +static_assert(offsetof(ACJGameMode, bUseDefaultPlayerStart) == 0x000360, "Member 'ACJGameMode::bUseDefaultPlayerStart' has a wrong offset!"); \ +static_assert(offsetof(ACJGameMode, DefaultPlayerStart_TagName) == 0x000364, "Member 'ACJGameMode::DefaultPlayerStart_TagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_SayFlow \ +static_assert(alignof(UHTNTask_SayFlow) == 0x000008, "Wrong alignment on UHTNTask_SayFlow"); \ +static_assert(sizeof(UHTNTask_SayFlow) == 0x0000C8, "Wrong size on UHTNTask_SayFlow"); \ +static_assert(offsetof(UHTNTask_SayFlow, FlowToSay) == 0x0000A8, "Member 'UHTNTask_SayFlow::FlowToSay' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SayFlow, Intent) == 0x0000B0, "Member 'UHTNTask_SayFlow::Intent' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SayFlow, Range) == 0x0000B8, "Member 'UHTNTask_SayFlow::Range' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SayFlow, TargetType) == 0x0000BC, "Member 'UHTNTask_SayFlow::TargetType' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SayFlow, Cost) == 0x0000C0, "Member 'UHTNTask_SayFlow::Cost' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SayFlow, FailureCost) == 0x0000C4, "Member 'UHTNTask_SayFlow::FailureCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJNavModifierComponent \ +static_assert(alignof(UCJNavModifierComponent) == 0x000010, "Wrong alignment on UCJNavModifierComponent"); \ +static_assert(sizeof(UCJNavModifierComponent) == 0x0001C0, "Wrong size on UCJNavModifierComponent"); \ + +#define DUMPER7_ASSERTS_UCJParticleKillDataVolumeBehavior \ +static_assert(alignof(UCJParticleKillDataVolumeBehavior) == 0x000008, "Wrong alignment on UCJParticleKillDataVolumeBehavior"); \ +static_assert(sizeof(UCJParticleKillDataVolumeBehavior) == 0x000058, "Wrong size on UCJParticleKillDataVolumeBehavior"); \ +static_assert(offsetof(UCJParticleKillDataVolumeBehavior, NiagaraParameterCollection) == 0x000030, "Member 'UCJParticleKillDataVolumeBehavior::NiagaraParameterCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_StimEventQuery \ +static_assert(alignof(UHTNDecorator_StimEventQuery) == 0x000008, "Wrong alignment on UHTNDecorator_StimEventQuery"); \ +static_assert(sizeof(UHTNDecorator_StimEventQuery) == 0x0000F8, "Wrong size on UHTNDecorator_StimEventQuery"); \ +static_assert(offsetof(UHTNDecorator_StimEventQuery, StimEventQuery) == 0x000080, "Member 'UHTNDecorator_StimEventQuery::StimEventQuery' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_StimEventQuery, SenseFilter) == 0x0000C8, "Member 'UHTNDecorator_StimEventQuery::SenseFilter' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_StimEventQuery, Target) == 0x0000D0, "Member 'UHTNDecorator_StimEventQuery::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJPathFollowingComponent \ +static_assert(alignof(UCJPathFollowingComponent) == 0x000008, "Wrong alignment on UCJPathFollowingComponent"); \ +static_assert(sizeof(UCJPathFollowingComponent) == 0x000368, "Wrong size on UCJPathFollowingComponent"); \ +static_assert(offsetof(UCJPathFollowingComponent, bIgnoreEndOfPathAlignment) == 0x000360, "Member 'UCJPathFollowingComponent::bIgnoreEndOfPathAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueViewTarget_CJGetCameraBoom \ +static_assert(alignof(DialogueViewTarget_CJGetCameraBoom) == 0x000008, "Wrong alignment on DialogueViewTarget_CJGetCameraBoom"); \ +static_assert(sizeof(DialogueViewTarget_CJGetCameraBoom) == 0x000008, "Wrong size on DialogueViewTarget_CJGetCameraBoom"); \ +static_assert(offsetof(DialogueViewTarget_CJGetCameraBoom, ReturnValue) == 0x000000, "Member 'DialogueViewTarget_CJGetCameraBoom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueViewTarget_CJGetCameraComponent \ +static_assert(alignof(DialogueViewTarget_CJGetCameraComponent) == 0x000008, "Wrong alignment on DialogueViewTarget_CJGetCameraComponent"); \ +static_assert(sizeof(DialogueViewTarget_CJGetCameraComponent) == 0x000008, "Wrong size on DialogueViewTarget_CJGetCameraComponent"); \ +static_assert(offsetof(DialogueViewTarget_CJGetCameraComponent, ReturnValue) == 0x000000, "Member 'DialogueViewTarget_CJGetCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueViewTarget_CJGetContextualCameraManager \ +static_assert(alignof(DialogueViewTarget_CJGetContextualCameraManager) == 0x000008, "Wrong alignment on DialogueViewTarget_CJGetContextualCameraManager"); \ +static_assert(sizeof(DialogueViewTarget_CJGetContextualCameraManager) == 0x000008, "Wrong size on DialogueViewTarget_CJGetContextualCameraManager"); \ +static_assert(offsetof(DialogueViewTarget_CJGetContextualCameraManager, ReturnValue) == 0x000000, "Member 'DialogueViewTarget_CJGetContextualCameraManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADialogueViewTarget \ +static_assert(alignof(ADialogueViewTarget) == 0x000008, "Wrong alignment on ADialogueViewTarget"); \ +static_assert(sizeof(ADialogueViewTarget) == 0x0002D8, "Wrong size on ADialogueViewTarget"); \ +static_assert(offsetof(ADialogueViewTarget, ContextualCameraManagerClass) == 0x0002B8, "Member 'ADialogueViewTarget::ContextualCameraManagerClass' has a wrong offset!"); \ +static_assert(offsetof(ADialogueViewTarget, CameraBoom) == 0x0002C0, "Member 'ADialogueViewTarget::CameraBoom' has a wrong offset!"); \ +static_assert(offsetof(ADialogueViewTarget, Camera) == 0x0002C8, "Member 'ADialogueViewTarget::Camera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACJPlayerCameraManager \ +static_assert(alignof(ACJPlayerCameraManager) == 0x000010, "Wrong alignment on ACJPlayerCameraManager"); \ +static_assert(sizeof(ACJPlayerCameraManager) == 0x003100, "Wrong size on ACJPlayerCameraManager"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_GetCombatPosition \ +static_assert(alignof(UHTNDecorator_GetCombatPosition) == 0x000008, "Wrong alignment on UHTNDecorator_GetCombatPosition"); \ +static_assert(sizeof(UHTNDecorator_GetCombatPosition) == 0x0000D8, "Wrong size on UHTNDecorator_GetCombatPosition"); \ +static_assert(offsetof(UHTNDecorator_GetCombatPosition, InputTargetActorKey) == 0x000080, "Member 'UHTNDecorator_GetCombatPosition::InputTargetActorKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_GetCombatPosition, OutputLocationKey) == 0x0000A8, "Member 'UHTNDecorator_GetCombatPosition::OutputLocationKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_GetCombatPosition, bUseTargetingSystem) == 0x0000D0, "Member 'UHTNDecorator_GetCombatPosition::bUseTargetingSystem' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_GetCombatPosition, TargetTypeToUse) == 0x0000D1, "Member 'UHTNDecorator_GetCombatPosition::TargetTypeToUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_GetPlayingInstance \ +static_assert(alignof(CJPlayerController_GetPlayingInstance) == 0x000008, "Wrong alignment on CJPlayerController_GetPlayingInstance"); \ +static_assert(sizeof(CJPlayerController_GetPlayingInstance) == 0x000008, "Wrong size on CJPlayerController_GetPlayingInstance"); \ +static_assert(offsetof(CJPlayerController_GetPlayingInstance, ReturnValue) == 0x000000, "Member 'CJPlayerController_GetPlayingInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_CallInVehicleFinished \ +static_assert(alignof(CJPlayerController_CallInVehicleFinished) == 0x000008, "Wrong alignment on CJPlayerController_CallInVehicleFinished"); \ +static_assert(sizeof(CJPlayerController_CallInVehicleFinished) == 0x000010, "Wrong size on CJPlayerController_CallInVehicleFinished"); \ +static_assert(offsetof(CJPlayerController_CallInVehicleFinished, Result) == 0x000000, "Member 'CJPlayerController_CallInVehicleFinished::Result' has a wrong offset!"); \ +static_assert(offsetof(CJPlayerController_CallInVehicleFinished, PlayerVehicleActor) == 0x000008, "Member 'CJPlayerController_CallInVehicleFinished::PlayerVehicleActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_OnDialogueStateChanged \ +static_assert(alignof(CJPlayerController_OnDialogueStateChanged) == 0x000008, "Wrong alignment on CJPlayerController_OnDialogueStateChanged"); \ +static_assert(sizeof(CJPlayerController_OnDialogueStateChanged) == 0x000010, "Wrong size on CJPlayerController_OnDialogueStateChanged"); \ +static_assert(offsetof(CJPlayerController_OnDialogueStateChanged, NewState) == 0x000000, "Member 'CJPlayerController_OnDialogueStateChanged::NewState' has a wrong offset!"); \ +static_assert(offsetof(CJPlayerController_OnDialogueStateChanged, ViewModel) == 0x000008, "Member 'CJPlayerController_OnDialogueStateChanged::ViewModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_OnLockedDialogeStateChanged \ +static_assert(alignof(CJPlayerController_OnLockedDialogeStateChanged) == 0x000001, "Wrong alignment on CJPlayerController_OnLockedDialogeStateChanged"); \ +static_assert(sizeof(CJPlayerController_OnLockedDialogeStateChanged) == 0x000001, "Wrong size on CJPlayerController_OnLockedDialogeStateChanged"); \ +static_assert(offsetof(CJPlayerController_OnLockedDialogeStateChanged, NewState) == 0x000000, "Member 'CJPlayerController_OnLockedDialogeStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_OnMeleeStateChanged \ +static_assert(alignof(CJPlayerController_OnMeleeStateChanged) == 0x000001, "Wrong alignment on CJPlayerController_OnMeleeStateChanged"); \ +static_assert(sizeof(CJPlayerController_OnMeleeStateChanged) == 0x000001, "Wrong size on CJPlayerController_OnMeleeStateChanged"); \ +static_assert(offsetof(CJPlayerController_OnMeleeStateChanged, bIsInMelee) == 0x000000, "Member 'CJPlayerController_OnMeleeStateChanged::bIsInMelee' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_GetCrewJobManager \ +static_assert(alignof(CJPlayerController_GetCrewJobManager) == 0x000008, "Wrong alignment on CJPlayerController_GetCrewJobManager"); \ +static_assert(sizeof(CJPlayerController_GetCrewJobManager) == 0x000008, "Wrong size on CJPlayerController_GetCrewJobManager"); \ +static_assert(offsetof(CJPlayerController_GetCrewJobManager, ReturnValue) == 0x000000, "Member 'CJPlayerController_GetCrewJobManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_GetDialogueComponent \ +static_assert(alignof(CJPlayerController_GetDialogueComponent) == 0x000008, "Wrong alignment on CJPlayerController_GetDialogueComponent"); \ +static_assert(sizeof(CJPlayerController_GetDialogueComponent) == 0x000008, "Wrong size on CJPlayerController_GetDialogueComponent"); \ +static_assert(offsetof(CJPlayerController_GetDialogueComponent, ReturnValue) == 0x000000, "Member 'CJPlayerController_GetDialogueComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_GetPhotoModeController \ +static_assert(alignof(CJPlayerController_GetPhotoModeController) == 0x000008, "Wrong alignment on CJPlayerController_GetPhotoModeController"); \ +static_assert(sizeof(CJPlayerController_GetPhotoModeController) == 0x000008, "Wrong size on CJPlayerController_GetPhotoModeController"); \ +static_assert(offsetof(CJPlayerController_GetPhotoModeController, ReturnValue) == 0x000000, "Member 'CJPlayerController_GetPhotoModeController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_GetPlayerCharacter \ +static_assert(alignof(CJPlayerController_GetPlayerCharacter) == 0x000008, "Wrong alignment on CJPlayerController_GetPlayerCharacter"); \ +static_assert(sizeof(CJPlayerController_GetPlayerCharacter) == 0x000008, "Wrong size on CJPlayerController_GetPlayerCharacter"); \ +static_assert(offsetof(CJPlayerController_GetPlayerCharacter, ReturnValue) == 0x000000, "Member 'CJPlayerController_GetPlayerCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_GetPlayerVehicleHandler \ +static_assert(alignof(CJPlayerController_GetPlayerVehicleHandler) == 0x000008, "Wrong alignment on CJPlayerController_GetPlayerVehicleHandler"); \ +static_assert(sizeof(CJPlayerController_GetPlayerVehicleHandler) == 0x000008, "Wrong size on CJPlayerController_GetPlayerVehicleHandler"); \ +static_assert(offsetof(CJPlayerController_GetPlayerVehicleHandler, ReturnValue) == 0x000000, "Member 'CJPlayerController_GetPlayerVehicleHandler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_GetPlayerVehicleName \ +static_assert(alignof(CJPlayerController_GetPlayerVehicleName) == 0x000004, "Wrong alignment on CJPlayerController_GetPlayerVehicleName"); \ +static_assert(sizeof(CJPlayerController_GetPlayerVehicleName) == 0x000008, "Wrong size on CJPlayerController_GetPlayerVehicleName"); \ +static_assert(offsetof(CJPlayerController_GetPlayerVehicleName, ReturnValue) == 0x000000, "Member 'CJPlayerController_GetPlayerVehicleName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_GetPlayerVehicleTransform \ +static_assert(alignof(CJPlayerController_GetPlayerVehicleTransform) == 0x000010, "Wrong alignment on CJPlayerController_GetPlayerVehicleTransform"); \ +static_assert(sizeof(CJPlayerController_GetPlayerVehicleTransform) == 0x000070, "Wrong size on CJPlayerController_GetPlayerVehicleTransform"); \ +static_assert(offsetof(CJPlayerController_GetPlayerVehicleTransform, OutResultTransform) == 0x000000, "Member 'CJPlayerController_GetPlayerVehicleTransform::OutResultTransform' has a wrong offset!"); \ +static_assert(offsetof(CJPlayerController_GetPlayerVehicleTransform, ReturnValue) == 0x000060, "Member 'CJPlayerController_GetPlayerVehicleTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPlayerController_GetTargetModeComponent \ +static_assert(alignof(CJPlayerController_GetTargetModeComponent) == 0x000008, "Wrong alignment on CJPlayerController_GetTargetModeComponent"); \ +static_assert(sizeof(CJPlayerController_GetTargetModeComponent) == 0x000008, "Wrong size on CJPlayerController_GetTargetModeComponent"); \ +static_assert(offsetof(CJPlayerController_GetTargetModeComponent, ReturnValue) == 0x000000, "Member 'CJPlayerController_GetTargetModeComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACJPlayerController \ +static_assert(alignof(ACJPlayerController) == 0x000008, "Wrong alignment on ACJPlayerController"); \ +static_assert(sizeof(ACJPlayerController) == 0x0007F0, "Wrong size on ACJPlayerController"); \ +static_assert(offsetof(ACJPlayerController, PlayerControllerActions) == 0x000740, "Member 'ACJPlayerController::PlayerControllerActions' has a wrong offset!"); \ +static_assert(offsetof(ACJPlayerController, DefaultGlobalCameraModifiers) == 0x000748, "Member 'ACJPlayerController::DefaultGlobalCameraModifiers' has a wrong offset!"); \ +static_assert(offsetof(ACJPlayerController, CustomGlobalTimeDilation) == 0x000758, "Member 'ACJPlayerController::CustomGlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(ACJPlayerController, AdrenalineComponent) == 0x000760, "Member 'ACJPlayerController::AdrenalineComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJPlayerController, DialogueComponent) == 0x000768, "Member 'ACJPlayerController::DialogueComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJPlayerController, TargetModeComponent) == 0x000770, "Member 'ACJPlayerController::TargetModeComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJPlayerController, CrewJobManager) == 0x000778, "Member 'ACJPlayerController::CrewJobManager' has a wrong offset!"); \ +static_assert(offsetof(ACJPlayerController, PlayerVehicleHandler) == 0x000780, "Member 'ACJPlayerController::PlayerVehicleHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJRichTextBlock \ +static_assert(alignof(UCJRichTextBlock) == 0x000010, "Wrong alignment on UCJRichTextBlock"); \ +static_assert(sizeof(UCJRichTextBlock) == 0x000800, "Wrong size on UCJRichTextBlock"); \ +static_assert(offsetof(UCJRichTextBlock, OverrideInputMappingContext) == 0x0007C0, "Member 'UCJRichTextBlock::OverrideInputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(UCJRichTextBlock, InputActionIconStyle) == 0x0007E8, "Member 'UCJRichTextBlock::InputActionIconStyle' has a wrong offset!"); \ +static_assert(offsetof(UCJRichTextBlock, InputActionIconOffset) == 0x0007F0, "Member 'UCJRichTextBlock::InputActionIconOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_GetTarget \ +static_assert(alignof(UHTNTask_GetTarget) == 0x000008, "Wrong alignment on UHTNTask_GetTarget"); \ +static_assert(sizeof(UHTNTask_GetTarget) == 0x000108, "Wrong size on UHTNTask_GetTarget"); \ +static_assert(offsetof(UHTNTask_GetTarget, TargetType) == 0x0000A8, "Member 'UHTNTask_GetTarget::TargetType' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_GetTarget, OutputVectorKey) == 0x0000B0, "Member 'UHTNTask_GetTarget::OutputVectorKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_GetTarget, OutputActorKey) == 0x0000D8, "Member 'UHTNTask_GetTarget::OutputActorKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_GetTarget, Cost) == 0x000100, "Member 'UHTNTask_GetTarget::Cost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJSaveGameManifestV1 \ +static_assert(alignof(UCJSaveGameManifestV1) == 0x000008, "Wrong alignment on UCJSaveGameManifestV1"); \ +static_assert(sizeof(UCJSaveGameManifestV1) == 0x000048, "Wrong size on UCJSaveGameManifestV1"); \ +static_assert(offsetof(UCJSaveGameManifestV1, LastPlayedSaveSlotName) == 0x000028, "Member 'UCJSaveGameManifestV1::LastPlayedSaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameManifestV1, SaveSlots) == 0x000038, "Member 'UCJSaveGameManifestV1::SaveSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFakeRectLightComponent \ +static_assert(alignof(UFakeRectLightComponent) == 0x000010, "Wrong alignment on UFakeRectLightComponent"); \ +static_assert(sizeof(UFakeRectLightComponent) == 0x000690, "Wrong size on UFakeRectLightComponent"); \ + +#define DUMPER7_ASSERTS_UCJSaveGameV1 \ +static_assert(alignof(UCJSaveGameV1) == 0x000010, "Wrong alignment on UCJSaveGameV1"); \ +static_assert(sizeof(UCJSaveGameV1) == 0x000180, "Wrong size on UCJSaveGameV1"); \ +static_assert(offsetof(UCJSaveGameV1, SaveSlotName) == 0x000028, "Member 'UCJSaveGameV1::SaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV1, UserIndex) == 0x000038, "Member 'UCJSaveGameV1::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV1, Character) == 0x000040, "Member 'UCJSaveGameV1::Character' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV1, NPCInfo) == 0x0000E0, "Member 'UCJSaveGameV1::NPCInfo' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV1, Places) == 0x0000F0, "Member 'UCJSaveGameV1::Places' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV1, Spawn) == 0x000100, "Member 'UCJSaveGameV1::Spawn' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV1, StoryDeck) == 0x000110, "Member 'UCJSaveGameV1::StoryDeck' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV1, SaySystem) == 0x000120, "Member 'UCJSaveGameV1::SaySystem' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV1, Traffic) == 0x000130, "Member 'UCJSaveGameV1::Traffic' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV1, Time) == 0x000140, "Member 'UCJSaveGameV1::Time' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV1, UnseenPath) == 0x000150, "Member 'UCJSaveGameV1::UnseenPath' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV1, InventorySubsystem) == 0x000160, "Member 'UCJSaveGameV1::InventorySubsystem' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV1, Journal) == 0x000170, "Member 'UCJSaveGameV1::Journal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_VehicleSideRam \ +static_assert(alignof(UHTNTask_VehicleSideRam) == 0x000008, "Wrong alignment on UHTNTask_VehicleSideRam"); \ +static_assert(sizeof(UHTNTask_VehicleSideRam) == 0x0000D8, "Wrong size on UHTNTask_VehicleSideRam"); \ +static_assert(offsetof(UHTNTask_VehicleSideRam, SideRamActivation) == 0x0000D0, "Member 'UHTNTask_VehicleSideRam::SideRamActivation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJSaveGameV2 \ +static_assert(alignof(UCJSaveGameV2) == 0x000010, "Wrong alignment on UCJSaveGameV2"); \ +static_assert(sizeof(UCJSaveGameV2) == 0x000190, "Wrong size on UCJSaveGameV2"); \ +static_assert(offsetof(UCJSaveGameV2, SaveSlotName) == 0x000028, "Member 'UCJSaveGameV2::SaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, UserIndex) == 0x000038, "Member 'UCJSaveGameV2::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, Character) == 0x000040, "Member 'UCJSaveGameV2::Character' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, NPCInfo) == 0x0000E0, "Member 'UCJSaveGameV2::NPCInfo' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, Places) == 0x0000F0, "Member 'UCJSaveGameV2::Places' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, Spirits) == 0x000100, "Member 'UCJSaveGameV2::Spirits' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, StoryDeck) == 0x000110, "Member 'UCJSaveGameV2::StoryDeck' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, SaySystem) == 0x000120, "Member 'UCJSaveGameV2::SaySystem' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, Traffic) == 0x000130, "Member 'UCJSaveGameV2::Traffic' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, Time) == 0x000140, "Member 'UCJSaveGameV2::Time' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, UnseenPath) == 0x000150, "Member 'UCJSaveGameV2::UnseenPath' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, InventorySubsystem) == 0x000160, "Member 'UCJSaveGameV2::InventorySubsystem' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, MissionSubsystem) == 0x000170, "Member 'UCJSaveGameV2::MissionSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UCJSaveGameV2, Journal) == 0x000180, "Member 'UCJSaveGameV2::Journal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshLookupAsset \ +static_assert(alignof(USkeletalMeshLookupAsset) == 0x000008, "Wrong alignment on USkeletalMeshLookupAsset"); \ +static_assert(sizeof(USkeletalMeshLookupAsset) == 0x000080, "Wrong size on USkeletalMeshLookupAsset"); \ +static_assert(offsetof(USkeletalMeshLookupAsset, SkeletalMeshes) == 0x000030, "Member 'USkeletalMeshLookupAsset::SkeletalMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_SmartMoveTo \ +static_assert(alignof(UHTNTask_SmartMoveTo) == 0x000008, "Wrong alignment on UHTNTask_SmartMoveTo"); \ +static_assert(sizeof(UHTNTask_SmartMoveTo) == 0x000148, "Wrong size on UHTNTask_SmartMoveTo"); \ +static_assert(offsetof(UHTNTask_SmartMoveTo, SelfActorKey) == 0x0000A8, "Member 'UHTNTask_SmartMoveTo::SelfActorKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SmartMoveTo, TargetKey) == 0x0000D0, "Member 'UHTNTask_SmartMoveTo::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SmartMoveTo, SelfOnNavmeshQueryExtent) == 0x0000F8, "Member 'UHTNTask_SmartMoveTo::SelfOnNavmeshQueryExtent' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SmartMoveTo, TargetOnNavmeshQueryExtent) == 0x000110, "Member 'UHTNTask_SmartMoveTo::TargetOnNavmeshQueryExtent' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SmartMoveTo, InternalAcceptableRadius) == 0x000128, "Member 'UHTNTask_SmartMoveTo::InternalAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SmartMoveTo, AcceptableRadius) == 0x00012C, "Member 'UHTNTask_SmartMoveTo::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SmartMoveTo, FilterClass) == 0x000130, "Member 'UHTNTask_SmartMoveTo::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SmartMoveTo, ObservedBlackboardValueTolerance) == 0x00013C, "Member 'UHTNTask_SmartMoveTo::ObservedBlackboardValueTolerance' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SmartMoveTo, CostPerUnitPathLength) == 0x000144, "Member 'UHTNTask_SmartMoveTo::CostPerUnitPathLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorConfig_CharacterAction \ +static_assert(alignof(UGameplayBehaviorConfig_CharacterAction) == 0x000008, "Wrong alignment on UGameplayBehaviorConfig_CharacterAction"); \ +static_assert(sizeof(UGameplayBehaviorConfig_CharacterAction) == 0x000068, "Wrong size on UGameplayBehaviorConfig_CharacterAction"); \ +static_assert(offsetof(UGameplayBehaviorConfig_CharacterAction, SlotConfigSettings) == 0x000030, "Member 'UGameplayBehaviorConfig_CharacterAction::SlotConfigSettings' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_CharacterAction, bEntryActionsInterrupt) == 0x000038, "Member 'UGameplayBehaviorConfig_CharacterAction::bEntryActionsInterrupt' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_CharacterAction, AlignmentHelp) == 0x000039, "Member 'UGameplayBehaviorConfig_CharacterAction::AlignmentHelp' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_CharacterAction, RayCastRotation) == 0x00003C, "Member 'UGameplayBehaviorConfig_CharacterAction::RayCastRotation' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_CharacterAction, RayCastDistance) == 0x000040, "Member 'UGameplayBehaviorConfig_CharacterAction::RayCastDistance' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_CharacterAction, AlignmentOffset) == 0x000048, "Member 'UGameplayBehaviorConfig_CharacterAction::AlignmentOffset' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_CharacterAction, bRayCastsComplexCollision) == 0x000060, "Member 'UGameplayBehaviorConfig_CharacterAction::bRayCastsComplexCollision' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_CharacterAction, bRayCastDisableCollisions) == 0x000061, "Member 'UGameplayBehaviorConfig_CharacterAction::bRayCastDisableCollisions' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_CharacterAction, CJSOSlotConfigType) == 0x000062, "Member 'UGameplayBehaviorConfig_CharacterAction::CJSOSlotConfigType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWeatherOccluder \ +static_assert(alignof(AWeatherOccluder) == 0x000008, "Wrong alignment on AWeatherOccluder"); \ +static_assert(sizeof(AWeatherOccluder) == 0x0002F0, "Wrong size on AWeatherOccluder"); \ +static_assert(offsetof(AWeatherOccluder, WeatherOcclusionComponent) == 0x0002E8, "Member 'AWeatherOccluder::WeatherOcclusionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJSOSlotConfig_ComplexInteraction \ +static_assert(alignof(UCJSOSlotConfig_ComplexInteraction) == 0x000008, "Wrong alignment on UCJSOSlotConfig_ComplexInteraction"); \ +static_assert(sizeof(UCJSOSlotConfig_ComplexInteraction) == 0x000088, "Wrong size on UCJSOSlotConfig_ComplexInteraction"); \ +static_assert(offsetof(UCJSOSlotConfig_ComplexInteraction, EntryCDB) == 0x000068, "Member 'UCJSOSlotConfig_ComplexInteraction::EntryCDB' has a wrong offset!"); \ +static_assert(offsetof(UCJSOSlotConfig_ComplexInteraction, CycleIdleChooser) == 0x000070, "Member 'UCJSOSlotConfig_ComplexInteraction::CycleIdleChooser' has a wrong offset!"); \ +static_assert(offsetof(UCJSOSlotConfig_ComplexInteraction, ExitCDB) == 0x000080, "Member 'UCJSOSlotConfig_ComplexInteraction::ExitCDB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_AlignTowards \ +static_assert(alignof(UHTNTask_AlignTowards) == 0x000008, "Wrong alignment on UHTNTask_AlignTowards"); \ +static_assert(sizeof(UHTNTask_AlignTowards) == 0x0000E8, "Wrong size on UHTNTask_AlignTowards"); \ +static_assert(offsetof(UHTNTask_AlignTowards, AcceptableAngle) == 0x0000D0, "Member 'UHTNTask_AlignTowards::AcceptableAngle' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_AlignTowards, ObservedBlackboardValueTolerance) == 0x0000D4, "Member 'UHTNTask_AlignTowards::ObservedBlackboardValueTolerance' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_AlignTowards, CostPerUnitRotation) == 0x0000DC, "Member 'UHTNTask_AlignTowards::CostPerUnitRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJSOSlotConfig_OneShot \ +static_assert(alignof(UCJSOSlotConfig_OneShot) == 0x000008, "Wrong alignment on UCJSOSlotConfig_OneShot"); \ +static_assert(sizeof(UCJSOSlotConfig_OneShot) == 0x000078, "Wrong size on UCJSOSlotConfig_OneShot"); \ +static_assert(offsetof(UCJSOSlotConfig_OneShot, Sequence) == 0x000068, "Member 'UCJSOSlotConfig_OneShot::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UCJSOSlotConfig_OneShot, GeneratedEntryCDB) == 0x000070, "Member 'UCJSOSlotConfig_OneShot::GeneratedEntryCDB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJSOSlotConfig_OneShotLooping \ +static_assert(alignof(UCJSOSlotConfig_OneShotLooping) == 0x000008, "Wrong alignment on UCJSOSlotConfig_OneShotLooping"); \ +static_assert(sizeof(UCJSOSlotConfig_OneShotLooping) == 0x000078, "Wrong size on UCJSOSlotConfig_OneShotLooping"); \ + +#define DUMPER7_ASSERTS_UHTNTask_VehicleDrive \ +static_assert(alignof(UHTNTask_VehicleDrive) == 0x000008, "Wrong alignment on UHTNTask_VehicleDrive"); \ +static_assert(sizeof(UHTNTask_VehicleDrive) == 0x000150, "Wrong size on UHTNTask_VehicleDrive"); \ +static_assert(offsetof(UHTNTask_VehicleDrive, AutopilotParameters) == 0x0000A8, "Member 'UHTNTask_VehicleDrive::AutopilotParameters' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_VehicleDrive, bShutDownEngineOnStop) == 0x000148, "Member 'UHTNTask_VehicleDrive::bShutDownEngineOnStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJSOSlotConfig_SimpleInteraction \ +static_assert(alignof(UCJSOSlotConfig_SimpleInteraction) == 0x000008, "Wrong alignment on UCJSOSlotConfig_SimpleInteraction"); \ +static_assert(sizeof(UCJSOSlotConfig_SimpleInteraction) == 0x000090, "Wrong size on UCJSOSlotConfig_SimpleInteraction"); \ +static_assert(offsetof(UCJSOSlotConfig_SimpleInteraction, EntrySequence) == 0x000068, "Member 'UCJSOSlotConfig_SimpleInteraction::EntrySequence' has a wrong offset!"); \ +static_assert(offsetof(UCJSOSlotConfig_SimpleInteraction, CycleIdleSequence) == 0x000070, "Member 'UCJSOSlotConfig_SimpleInteraction::CycleIdleSequence' has a wrong offset!"); \ +static_assert(offsetof(UCJSOSlotConfig_SimpleInteraction, ExitSequence) == 0x000078, "Member 'UCJSOSlotConfig_SimpleInteraction::ExitSequence' has a wrong offset!"); \ +static_assert(offsetof(UCJSOSlotConfig_SimpleInteraction, GeneratedEntryCDB) == 0x000080, "Member 'UCJSOSlotConfig_SimpleInteraction::GeneratedEntryCDB' has a wrong offset!"); \ +static_assert(offsetof(UCJSOSlotConfig_SimpleInteraction, GeneratedExitCDB) == 0x000088, "Member 'UCJSOSlotConfig_SimpleInteraction::GeneratedExitCDB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameSubsystem_DoesSaveGameExist \ +static_assert(alignof(SaveGameSubsystem_DoesSaveGameExist) == 0x000001, "Wrong alignment on SaveGameSubsystem_DoesSaveGameExist"); \ +static_assert(sizeof(SaveGameSubsystem_DoesSaveGameExist) == 0x000001, "Wrong size on SaveGameSubsystem_DoesSaveGameExist"); \ +static_assert(offsetof(SaveGameSubsystem_DoesSaveGameExist, ReturnValue) == 0x000000, "Member 'SaveGameSubsystem_DoesSaveGameExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameSubsystem_IsStartedFromBookmark \ +static_assert(alignof(SaveGameSubsystem_IsStartedFromBookmark) == 0x000001, "Wrong alignment on SaveGameSubsystem_IsStartedFromBookmark"); \ +static_assert(sizeof(SaveGameSubsystem_IsStartedFromBookmark) == 0x000001, "Wrong size on SaveGameSubsystem_IsStartedFromBookmark"); \ +static_assert(offsetof(SaveGameSubsystem_IsStartedFromBookmark, ReturnValue) == 0x000000, "Member 'SaveGameSubsystem_IsStartedFromBookmark::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameSubsystem_LoadCheckpoint \ +static_assert(alignof(SaveGameSubsystem_LoadCheckpoint) == 0x000004, "Wrong alignment on SaveGameSubsystem_LoadCheckpoint"); \ +static_assert(sizeof(SaveGameSubsystem_LoadCheckpoint) == 0x000008, "Wrong size on SaveGameSubsystem_LoadCheckpoint"); \ +static_assert(offsetof(SaveGameSubsystem_LoadCheckpoint, CheckpointName) == 0x000000, "Member 'SaveGameSubsystem_LoadCheckpoint::CheckpointName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameSubsystem_RetryMission \ +static_assert(alignof(SaveGameSubsystem_RetryMission) == 0x000004, "Wrong alignment on SaveGameSubsystem_RetryMission"); \ +static_assert(sizeof(SaveGameSubsystem_RetryMission) == 0x000004, "Wrong size on SaveGameSubsystem_RetryMission"); \ +static_assert(offsetof(SaveGameSubsystem_RetryMission, RetryCost) == 0x000000, "Member 'SaveGameSubsystem_RetryMission::RetryCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameSubsystem_SaveCheckpoint \ +static_assert(alignof(SaveGameSubsystem_SaveCheckpoint) == 0x000004, "Wrong alignment on SaveGameSubsystem_SaveCheckpoint"); \ +static_assert(sizeof(SaveGameSubsystem_SaveCheckpoint) == 0x000008, "Wrong size on SaveGameSubsystem_SaveCheckpoint"); \ +static_assert(offsetof(SaveGameSubsystem_SaveCheckpoint, CheckpointName) == 0x000000, "Member 'SaveGameSubsystem_SaveCheckpoint::CheckpointName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaveGameSubsystem_SetDefaultMapOverride \ +static_assert(alignof(SaveGameSubsystem_SetDefaultMapOverride) == 0x000008, "Wrong alignment on SaveGameSubsystem_SetDefaultMapOverride"); \ +static_assert(sizeof(SaveGameSubsystem_SetDefaultMapOverride) == 0x000008, "Wrong size on SaveGameSubsystem_SetDefaultMapOverride"); \ +static_assert(offsetof(SaveGameSubsystem_SetDefaultMapOverride, InDefaultMapOverride) == 0x000000, "Member 'SaveGameSubsystem_SetDefaultMapOverride::InDefaultMapOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USaveGameSubsystem \ +static_assert(alignof(USaveGameSubsystem) == 0x000008, "Wrong alignment on USaveGameSubsystem"); \ +static_assert(sizeof(USaveGameSubsystem) == 0x000048, "Wrong size on USaveGameSubsystem"); \ +static_assert(offsetof(USaveGameSubsystem, CurrentSaveSlotName) == 0x000030, "Member 'USaveGameSubsystem::CurrentSaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(USaveGameSubsystem, Manifest) == 0x000038, "Member 'USaveGameSubsystem::Manifest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJSpatialAwarenessComponent \ +static_assert(alignof(UCJSpatialAwarenessComponent) == 0x000010, "Wrong alignment on UCJSpatialAwarenessComponent"); \ +static_assert(sizeof(UCJSpatialAwarenessComponent) == 0x0001F0, "Wrong size on UCJSpatialAwarenessComponent"); \ +static_assert(offsetof(UCJSpatialAwarenessComponent, ObstacleSenseRange) == 0x0000C0, "Member 'UCJSpatialAwarenessComponent::ObstacleSenseRange' has a wrong offset!"); \ +static_assert(offsetof(UCJSpatialAwarenessComponent, TraversalMinHeight) == 0x0000C4, "Member 'UCJSpatialAwarenessComponent::TraversalMinHeight' has a wrong offset!"); \ +static_assert(offsetof(UCJSpatialAwarenessComponent, ShortObstacleMaxHeight) == 0x0000C8, "Member 'UCJSpatialAwarenessComponent::ShortObstacleMaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UCJSpatialAwarenessComponent, MediumObstacleMaxHeight) == 0x0000CC, "Member 'UCJSpatialAwarenessComponent::MediumObstacleMaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UCJSpatialAwarenessComponent, TallObstacleMaxHeight) == 0x0000D0, "Member 'UCJSpatialAwarenessComponent::TallObstacleMaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UCJSpatialAwarenessComponent, ThinObstacleMaxWidth) == 0x0000D4, "Member 'UCJSpatialAwarenessComponent::ThinObstacleMaxWidth' has a wrong offset!"); \ +static_assert(offsetof(UCJSpatialAwarenessComponent, OwningCharacter) == 0x0000E8, "Member 'UCJSpatialAwarenessComponent::OwningCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteriorStreamingSubsystem_OnDataLayerRuntimeStateChanged \ +static_assert(alignof(InteriorStreamingSubsystem_OnDataLayerRuntimeStateChanged) == 0x000008, "Wrong alignment on InteriorStreamingSubsystem_OnDataLayerRuntimeStateChanged"); \ +static_assert(sizeof(InteriorStreamingSubsystem_OnDataLayerRuntimeStateChanged) == 0x000010, "Wrong size on InteriorStreamingSubsystem_OnDataLayerRuntimeStateChanged"); \ +static_assert(offsetof(InteriorStreamingSubsystem_OnDataLayerRuntimeStateChanged, DataLayer) == 0x000000, "Member 'InteriorStreamingSubsystem_OnDataLayerRuntimeStateChanged::DataLayer' has a wrong offset!"); \ +static_assert(offsetof(InteriorStreamingSubsystem_OnDataLayerRuntimeStateChanged, State) == 0x000008, "Member 'InteriorStreamingSubsystem_OnDataLayerRuntimeStateChanged::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteriorStreamingSubsystem_OnPlayerEnterVehicle \ +static_assert(alignof(InteriorStreamingSubsystem_OnPlayerEnterVehicle) == 0x000008, "Wrong alignment on InteriorStreamingSubsystem_OnPlayerEnterVehicle"); \ +static_assert(sizeof(InteriorStreamingSubsystem_OnPlayerEnterVehicle) == 0x000010, "Wrong size on InteriorStreamingSubsystem_OnPlayerEnterVehicle"); \ +static_assert(offsetof(InteriorStreamingSubsystem_OnPlayerEnterVehicle, Vehicle) == 0x000000, "Member 'InteriorStreamingSubsystem_OnPlayerEnterVehicle::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(InteriorStreamingSubsystem_OnPlayerEnterVehicle, SeatId) == 0x000008, "Member 'InteriorStreamingSubsystem_OnPlayerEnterVehicle::SeatId' has a wrong offset!"); \ +static_assert(offsetof(InteriorStreamingSubsystem_OnPlayerEnterVehicle, DoorId) == 0x000009, "Member 'InteriorStreamingSubsystem_OnPlayerEnterVehicle::DoorId' has a wrong offset!"); \ +static_assert(offsetof(InteriorStreamingSubsystem_OnPlayerEnterVehicle, State) == 0x00000A, "Member 'InteriorStreamingSubsystem_OnPlayerEnterVehicle::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteriorStreamingSubsystem_OnPlayerExitVehicle \ +static_assert(alignof(InteriorStreamingSubsystem_OnPlayerExitVehicle) == 0x000008, "Wrong alignment on InteriorStreamingSubsystem_OnPlayerExitVehicle"); \ +static_assert(sizeof(InteriorStreamingSubsystem_OnPlayerExitVehicle) == 0x000020, "Wrong size on InteriorStreamingSubsystem_OnPlayerExitVehicle"); \ +static_assert(offsetof(InteriorStreamingSubsystem_OnPlayerExitVehicle, Vehicle) == 0x000000, "Member 'InteriorStreamingSubsystem_OnPlayerExitVehicle::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(InteriorStreamingSubsystem_OnPlayerExitVehicle, SeatId) == 0x000008, "Member 'InteriorStreamingSubsystem_OnPlayerExitVehicle::SeatId' has a wrong offset!"); \ +static_assert(offsetof(InteriorStreamingSubsystem_OnPlayerExitVehicle, DoorId) == 0x000009, "Member 'InteriorStreamingSubsystem_OnPlayerExitVehicle::DoorId' has a wrong offset!"); \ +static_assert(offsetof(InteriorStreamingSubsystem_OnPlayerExitVehicle, ExitAction) == 0x00000A, "Member 'InteriorStreamingSubsystem_OnPlayerExitVehicle::ExitAction' has a wrong offset!"); \ +static_assert(offsetof(InteriorStreamingSubsystem_OnPlayerExitVehicle, ExitActionInstigator) == 0x000010, "Member 'InteriorStreamingSubsystem_OnPlayerExitVehicle::ExitActionInstigator' has a wrong offset!"); \ +static_assert(offsetof(InteriorStreamingSubsystem_OnPlayerExitVehicle, State) == 0x000018, "Member 'InteriorStreamingSubsystem_OnPlayerExitVehicle::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteriorStreamingSubsystem \ +static_assert(alignof(UInteriorStreamingSubsystem) == 0x000008, "Wrong alignment on UInteriorStreamingSubsystem"); \ +static_assert(sizeof(UInteriorStreamingSubsystem) == 0x000088, "Wrong size on UInteriorStreamingSubsystem"); \ +static_assert(offsetof(UInteriorStreamingSubsystem, MainInteriorDataLayerInstance) == 0x000038, "Member 'UInteriorStreamingSubsystem::MainInteriorDataLayerInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJStimuliSourceComponent_GetSourceActor \ +static_assert(alignof(CJStimuliSourceComponent_GetSourceActor) == 0x000008, "Wrong alignment on CJStimuliSourceComponent_GetSourceActor"); \ +static_assert(sizeof(CJStimuliSourceComponent_GetSourceActor) == 0x000008, "Wrong size on CJStimuliSourceComponent_GetSourceActor"); \ +static_assert(offsetof(CJStimuliSourceComponent_GetSourceActor, ReturnValue) == 0x000000, "Member 'CJStimuliSourceComponent_GetSourceActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJStimuliSourceComponent \ +static_assert(alignof(UCJStimuliSourceComponent) == 0x000008, "Wrong alignment on UCJStimuliSourceComponent"); \ +static_assert(sizeof(UCJStimuliSourceComponent) == 0x000140, "Wrong size on UCJStimuliSourceComponent"); \ +static_assert(offsetof(UCJStimuliSourceComponent, OnSightStimEventStarted) == 0x0000E0, "Member 'UCJStimuliSourceComponent::OnSightStimEventStarted' has a wrong offset!"); \ +static_assert(offsetof(UCJStimuliSourceComponent, OnSightStimEventEnded) == 0x0000F0, "Member 'UCJStimuliSourceComponent::OnSightStimEventEnded' has a wrong offset!"); \ +static_assert(offsetof(UCJStimuliSourceComponent, OnHearingStimEventTriggered) == 0x000100, "Member 'UCJStimuliSourceComponent::OnHearingStimEventTriggered' has a wrong offset!"); \ +static_assert(offsetof(UCJStimuliSourceComponent, bIsProxy) == 0x000110, "Member 'UCJStimuliSourceComponent::bIsProxy' has a wrong offset!"); \ +static_assert(offsetof(UCJStimuliSourceComponent, ProxyForComponent) == 0x000114, "Member 'UCJStimuliSourceComponent::ProxyForComponent' has a wrong offset!"); \ +static_assert(offsetof(UCJStimuliSourceComponent, ActiveStimEvents) == 0x000120, "Member 'UCJStimuliSourceComponent::ActiveStimEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJTaggedLocationComponent \ +static_assert(alignof(UCJTaggedLocationComponent) == 0x000010, "Wrong alignment on UCJTaggedLocationComponent"); \ +static_assert(sizeof(UCJTaggedLocationComponent) == 0x000270, "Wrong size on UCJTaggedLocationComponent"); \ +static_assert(offsetof(UCJTaggedLocationComponent, LocationTags) == 0x000250, "Member 'UCJTaggedLocationComponent::LocationTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudScreen \ +static_assert(alignof(UHudScreen) == 0x000008, "Wrong alignment on UHudScreen"); \ +static_assert(sizeof(UHudScreen) == 0x000810, "Wrong size on UHudScreen"); \ +static_assert(offsetof(UHudScreen, OpenGameMenuAction) == 0x000800, "Member 'UHudScreen::OpenGameMenuAction' has a wrong offset!"); \ +static_assert(offsetof(UHudScreen, OpenPauseMenuAction) == 0x000808, "Member 'UHudScreen::OpenPauseMenuAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJTextBlock \ +static_assert(alignof(UCJTextBlock) == 0x000010, "Wrong alignment on UCJTextBlock"); \ +static_assert(sizeof(UCJTextBlock) == 0x000370, "Wrong size on UCJTextBlock"); \ + +#define DUMPER7_ASSERTS_UFarFieldLumenBlockerPropagationComponent \ +static_assert(alignof(UFarFieldLumenBlockerPropagationComponent) == 0x000010, "Wrong alignment on UFarFieldLumenBlockerPropagationComponent"); \ +static_assert(sizeof(UFarFieldLumenBlockerPropagationComponent) == 0x0009E0, "Wrong size on UFarFieldLumenBlockerPropagationComponent"); \ + +#define DUMPER7_ASSERTS_CJUserWidget_TriggerUIAudioEventForCurrentLocalPlayer \ +static_assert(alignof(CJUserWidget_TriggerUIAudioEventForCurrentLocalPlayer) == 0x000004, "Wrong alignment on CJUserWidget_TriggerUIAudioEventForCurrentLocalPlayer"); \ +static_assert(sizeof(CJUserWidget_TriggerUIAudioEventForCurrentLocalPlayer) == 0x000008, "Wrong size on CJUserWidget_TriggerUIAudioEventForCurrentLocalPlayer"); \ +static_assert(offsetof(CJUserWidget_TriggerUIAudioEventForCurrentLocalPlayer, UIAudioEventTag) == 0x000000, "Member 'CJUserWidget_TriggerUIAudioEventForCurrentLocalPlayer::UIAudioEventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJUserWidget \ +static_assert(alignof(UCJUserWidget) == 0x000008, "Wrong alignment on UCJUserWidget"); \ +static_assert(sizeof(UCJUserWidget) == 0x000618, "Wrong size on UCJUserWidget"); \ + +#define DUMPER7_ASSERTS_UHTNTask_UpdateGoalState \ +static_assert(alignof(UHTNTask_UpdateGoalState) == 0x000010, "Wrong alignment on UHTNTask_UpdateGoalState"); \ +static_assert(sizeof(UHTNTask_UpdateGoalState) == 0x0002B0, "Wrong size on UHTNTask_UpdateGoalState"); \ +static_assert(offsetof(UHTNTask_UpdateGoalState, GoalKey) == 0x0000A8, "Member 'UHTNTask_UpdateGoalState::GoalKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_UpdateGoalState, BoolValue) == 0x0000D0, "Member 'UHTNTask_UpdateGoalState::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_UpdateGoalState, IntValue) == 0x0000D4, "Member 'UHTNTask_UpdateGoalState::IntValue' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_UpdateGoalState, FloatValue) == 0x0000D8, "Member 'UHTNTask_UpdateGoalState::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_UpdateGoalState, Cost) == 0x0000DC, "Member 'UHTNTask_UpdateGoalState::Cost' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_UpdateGoalState, SelectedType) == 0x0000F0, "Member 'UHTNTask_UpdateGoalState::SelectedType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleAnimationInstance_GetVehicle \ +static_assert(alignof(CJVehicleAnimationInstance_GetVehicle) == 0x000008, "Wrong alignment on CJVehicleAnimationInstance_GetVehicle"); \ +static_assert(sizeof(CJVehicleAnimationInstance_GetVehicle) == 0x000008, "Wrong size on CJVehicleAnimationInstance_GetVehicle"); \ +static_assert(offsetof(CJVehicleAnimationInstance_GetVehicle, ReturnValue) == 0x000000, "Member 'CJVehicleAnimationInstance_GetVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJVehicleAnimationInstance \ +static_assert(alignof(UCJVehicleAnimationInstance) == 0x000010, "Wrong alignment on UCJVehicleAnimationInstance"); \ +static_assert(sizeof(UCJVehicleAnimationInstance) == 0x000BD0, "Wrong size on UCJVehicleAnimationInstance"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, OwningVehicle) == 0x0003E8, "Member 'UCJVehicleAnimationInstance::OwningVehicle' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, bUpdateDoors_CODE) == 0x000400, "Member 'UCJVehicleAnimationInstance::bUpdateDoors_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, bAnyDoorActive_CODE) == 0x000401, "Member 'UCJVehicleAnimationInstance::bAnyDoorActive_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, bIsVehicleUpsideDown_CODE) == 0x000402, "Member 'UCJVehicleAnimationInstance::bIsVehicleUpsideDown_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, FrontLeftDoorEntrySection_CODE) == 0x000403, "Member 'UCJVehicleAnimationInstance::FrontLeftDoorEntrySection_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, FrontRightDoorEntrySection_CODE) == 0x000404, "Member 'UCJVehicleAnimationInstance::FrontRightDoorEntrySection_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, RearLeftDoorEntrySection_CODE) == 0x000405, "Member 'UCJVehicleAnimationInstance::RearLeftDoorEntrySection_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, RearRightDoorEntrySection_CODE) == 0x000406, "Member 'UCJVehicleAnimationInstance::RearRightDoorEntrySection_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, FrontLeftDoorRelevantSeat_CODE) == 0x000407, "Member 'UCJVehicleAnimationInstance::FrontLeftDoorRelevantSeat_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, FrontRightDoorRelevantSeat_CODE) == 0x000408, "Member 'UCJVehicleAnimationInstance::FrontRightDoorRelevantSeat_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, RearLeftDoorRelevantSeat_CODE) == 0x000409, "Member 'UCJVehicleAnimationInstance::RearLeftDoorRelevantSeat_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, RearRightDoorRelevantSeat_CODE) == 0x00040A, "Member 'UCJVehicleAnimationInstance::RearRightDoorRelevantSeat_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, bFrontLeftDoorForcedExit_CODE) == 0x00040B, "Member 'UCJVehicleAnimationInstance::bFrontLeftDoorForcedExit_CODE' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleAnimationInstance, WheeledVehicleComponent) == 0x000BC0, "Member 'UCJVehicleAnimationInstance::WheeledVehicleComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_SetWheelOffsetSteering \ +static_assert(alignof(CJVehicleWheeledMovementComponent_SetWheelOffsetSteering) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_SetWheelOffsetSteering"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_SetWheelOffsetSteering) == 0x000008, "Wrong size on CJVehicleWheeledMovementComponent_SetWheelOffsetSteering"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_SetWheelOffsetSteering, WheelOffsetSteering) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_SetWheelOffsetSteering::WheelOffsetSteering' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_SetWheelOffsetSteering, Duration) == 0x000004, "Member 'CJVehicleWheeledMovementComponent_SetWheelOffsetSteering::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_TriggerGearBoxKickDown \ +static_assert(alignof(CJVehicleWheeledMovementComponent_TriggerGearBoxKickDown) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_TriggerGearBoxKickDown"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_TriggerGearBoxKickDown) == 0x000004, "Wrong size on CJVehicleWheeledMovementComponent_TriggerGearBoxKickDown"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_TriggerGearBoxKickDown, AdditionalTorque) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_TriggerGearBoxKickDown::AdditionalTorque' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetBoneNameFromWheelIndex \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetBoneNameFromWheelIndex) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetBoneNameFromWheelIndex"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetBoneNameFromWheelIndex) == 0x00000C, "Wrong size on CJVehicleWheeledMovementComponent_GetBoneNameFromWheelIndex"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetBoneNameFromWheelIndex, WheelIndex) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetBoneNameFromWheelIndex::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetBoneNameFromWheelIndex, ReturnValue) == 0x000004, "Member 'CJVehicleWheeledMovementComponent_GetBoneNameFromWheelIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetBrakeValue \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetBrakeValue) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetBrakeValue"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetBrakeValue) == 0x000004, "Wrong size on CJVehicleWheeledMovementComponent_GetBrakeValue"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetBrakeValue, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetBrakeValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetEngineFilteredParameters \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetEngineFilteredParameters) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetEngineFilteredParameters"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetEngineFilteredParameters) == 0x000010, "Wrong size on CJVehicleWheeledMovementComponent_GetEngineFilteredParameters"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetEngineFilteredParameters, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetEngineFilteredParameters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetEngineHealth \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetEngineHealth) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetEngineHealth"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetEngineHealth) == 0x000004, "Wrong size on CJVehicleWheeledMovementComponent_GetEngineHealth"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetEngineHealth, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetEngineHealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetEngineLoad \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetEngineLoad) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetEngineLoad"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetEngineLoad) == 0x000004, "Wrong size on CJVehicleWheeledMovementComponent_GetEngineLoad"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetEngineLoad, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetEngineLoad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetEngineRPM \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetEngineRPM) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetEngineRPM"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetEngineRPM) == 0x000004, "Wrong size on CJVehicleWheeledMovementComponent_GetEngineRPM"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetEngineRPM, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetEngineRPM::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetEngineRPMFiltered \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetEngineRPMFiltered) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetEngineRPMFiltered"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetEngineRPMFiltered) == 0x000004, "Wrong size on CJVehicleWheeledMovementComponent_GetEngineRPMFiltered"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetEngineRPMFiltered, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetEngineRPMFiltered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetEngineRPMNormalizedIdleToMax \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetEngineRPMNormalizedIdleToMax) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetEngineRPMNormalizedIdleToMax"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetEngineRPMNormalizedIdleToMax) == 0x000004, "Wrong size on CJVehicleWheeledMovementComponent_GetEngineRPMNormalizedIdleToMax"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetEngineRPMNormalizedIdleToMax, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetEngineRPMNormalizedIdleToMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetForwardSpeedKMH \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetForwardSpeedKMH) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetForwardSpeedKMH"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetForwardSpeedKMH) == 0x000004, "Wrong size on CJVehicleWheeledMovementComponent_GetForwardSpeedKMH"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetForwardSpeedKMH, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetForwardSpeedKMH::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetMaxWheelSlipAngleInDegress \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetMaxWheelSlipAngleInDegress) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetMaxWheelSlipAngleInDegress"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetMaxWheelSlipAngleInDegress) == 0x000004, "Wrong size on CJVehicleWheeledMovementComponent_GetMaxWheelSlipAngleInDegress"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetMaxWheelSlipAngleInDegress, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetMaxWheelSlipAngleInDegress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetNormalizedRPM \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetNormalizedRPM) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetNormalizedRPM"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetNormalizedRPM) == 0x000008, "Wrong size on CJVehicleWheeledMovementComponent_GetNormalizedRPM"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetNormalizedRPM, RPM) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetNormalizedRPM::RPM' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetNormalizedRPM, ReturnValue) == 0x000004, "Member 'CJVehicleWheeledMovementComponent_GetNormalizedRPM::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetNormalizedRPMIdleToMax \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetNormalizedRPMIdleToMax) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetNormalizedRPMIdleToMax"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetNormalizedRPMIdleToMax) == 0x000008, "Wrong size on CJVehicleWheeledMovementComponent_GetNormalizedRPMIdleToMax"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetNormalizedRPMIdleToMax, RPM) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetNormalizedRPMIdleToMax::RPM' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetNormalizedRPMIdleToMax, ReturnValue) == 0x000004, "Member 'CJVehicleWheeledMovementComponent_GetNormalizedRPMIdleToMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetSteeringValue \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetSteeringValue) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetSteeringValue"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetSteeringValue) == 0x000004, "Wrong size on CJVehicleWheeledMovementComponent_GetSteeringValue"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetSteeringValue, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetSteeringValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetThrottleValue \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetThrottleValue) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetThrottleValue"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetThrottleValue) == 0x000004, "Wrong size on CJVehicleWheeledMovementComponent_GetThrottleValue"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetThrottleValue, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetThrottleValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetWheelContactRatio \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetWheelContactRatio) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetWheelContactRatio"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetWheelContactRatio) == 0x000004, "Wrong size on CJVehicleWheeledMovementComponent_GetWheelContactRatio"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetWheelContactRatio, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetWheelContactRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetWheelHealth \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetWheelHealth) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetWheelHealth"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetWheelHealth) == 0x000008, "Wrong size on CJVehicleWheeledMovementComponent_GetWheelHealth"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetWheelHealth, WheelIndex) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetWheelHealth::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetWheelHealth, ReturnValue) == 0x000004, "Member 'CJVehicleWheeledMovementComponent_GetWheelHealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetWheelIndexAttachedToBone \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetWheelIndexAttachedToBone) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetWheelIndexAttachedToBone"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetWheelIndexAttachedToBone) == 0x00000C, "Wrong size on CJVehicleWheeledMovementComponent_GetWheelIndexAttachedToBone"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetWheelIndexAttachedToBone, BoneName) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetWheelIndexAttachedToBone::BoneName' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetWheelIndexAttachedToBone, ReturnValue) == 0x000008, "Member 'CJVehicleWheeledMovementComponent_GetWheelIndexAttachedToBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetWheelRadius \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetWheelRadius) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetWheelRadius"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetWheelRadius) == 0x000008, "Wrong size on CJVehicleWheeledMovementComponent_GetWheelRadius"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetWheelRadius, WheelIndex) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetWheelRadius::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetWheelRadius, ReturnValue) == 0x000004, "Member 'CJVehicleWheeledMovementComponent_GetWheelRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_GetWheelSlipAngleInDegrees \ +static_assert(alignof(CJVehicleWheeledMovementComponent_GetWheelSlipAngleInDegrees) == 0x000004, "Wrong alignment on CJVehicleWheeledMovementComponent_GetWheelSlipAngleInDegrees"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_GetWheelSlipAngleInDegrees) == 0x000008, "Wrong size on CJVehicleWheeledMovementComponent_GetWheelSlipAngleInDegrees"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetWheelSlipAngleInDegrees, WheelIndex) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_GetWheelSlipAngleInDegrees::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_GetWheelSlipAngleInDegrees, ReturnValue) == 0x000004, "Member 'CJVehicleWheeledMovementComponent_GetWheelSlipAngleInDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_IsBurnoutModeActive \ +static_assert(alignof(CJVehicleWheeledMovementComponent_IsBurnoutModeActive) == 0x000001, "Wrong alignment on CJVehicleWheeledMovementComponent_IsBurnoutModeActive"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_IsBurnoutModeActive) == 0x000001, "Wrong size on CJVehicleWheeledMovementComponent_IsBurnoutModeActive"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_IsBurnoutModeActive, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_IsBurnoutModeActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_IsInFinalGear \ +static_assert(alignof(CJVehicleWheeledMovementComponent_IsInFinalGear) == 0x000001, "Wrong alignment on CJVehicleWheeledMovementComponent_IsInFinalGear"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_IsInFinalGear) == 0x000001, "Wrong size on CJVehicleWheeledMovementComponent_IsInFinalGear"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_IsInFinalGear, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_IsInFinalGear::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleWheeledMovementComponent_IsInGearBoxKickDownMode \ +static_assert(alignof(CJVehicleWheeledMovementComponent_IsInGearBoxKickDownMode) == 0x000001, "Wrong alignment on CJVehicleWheeledMovementComponent_IsInGearBoxKickDownMode"); \ +static_assert(sizeof(CJVehicleWheeledMovementComponent_IsInGearBoxKickDownMode) == 0x000001, "Wrong size on CJVehicleWheeledMovementComponent_IsInGearBoxKickDownMode"); \ +static_assert(offsetof(CJVehicleWheeledMovementComponent_IsInGearBoxKickDownMode, ReturnValue) == 0x000000, "Member 'CJVehicleWheeledMovementComponent_IsInGearBoxKickDownMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJVehicleWheeledMovementComponent \ +static_assert(alignof(UCJVehicleWheeledMovementComponent) == 0x000010, "Wrong alignment on UCJVehicleWheeledMovementComponent"); \ +static_assert(sizeof(UCJVehicleWheeledMovementComponent) == 0x000F40, "Wrong size on UCJVehicleWheeledMovementComponent"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, bUseWheelFrictionMultiplierAdjustments) == 0x000CE0, "Member 'UCJVehicleWheeledMovementComponent::bUseWheelFrictionMultiplierAdjustments' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, SteeringToFrontWheelFrictionMultiplierAdjustment) == 0x000CE8, "Member 'UCJVehicleWheeledMovementComponent::SteeringToFrontWheelFrictionMultiplierAdjustment' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, FrontWheelFrictionMultiplierAdjustmentScale) == 0x000CF0, "Member 'UCJVehicleWheeledMovementComponent::FrontWheelFrictionMultiplierAdjustmentScale' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, ImpactAngularDampingYawThreshold) == 0x000CF4, "Member 'UCJVehicleWheeledMovementComponent::ImpactAngularDampingYawThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, ImpactAngularDampingScale) == 0x000CFC, "Member 'UCJVehicleWheeledMovementComponent::ImpactAngularDampingScale' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, bUseBurnoutAdjustments) == 0x000D00, "Member 'UCJVehicleWheeledMovementComponent::bUseBurnoutAdjustments' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutFrictionMultiplier) == 0x000D04, "Member 'UCJVehicleWheeledMovementComponent::BurnoutFrictionMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutLateralSlipMultiplier) == 0x000D08, "Member 'UCJVehicleWheeledMovementComponent::BurnoutLateralSlipMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutHandbrakeModeLateralSlipMultiplier) == 0x000D0C, "Member 'UCJVehicleWheeledMovementComponent::BurnoutHandbrakeModeLateralSlipMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutMaxSlipAngleWithoutHandbrake) == 0x000D10, "Member 'UCJVehicleWheeledMovementComponent::BurnoutMaxSlipAngleWithoutHandbrake' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutMaxRotationAngleWithoutHandbrake) == 0x000D14, "Member 'UCJVehicleWheeledMovementComponent::BurnoutMaxRotationAngleWithoutHandbrake' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutMinSpeedThreshold) == 0x000D18, "Member 'UCJVehicleWheeledMovementComponent::BurnoutMinSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutMaxSpeedThreshold) == 0x000D1C, "Member 'UCJVehicleWheeledMovementComponent::BurnoutMaxSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutForwardGearRatioMultiplier) == 0x000D20, "Member 'UCJVehicleWheeledMovementComponent::BurnoutForwardGearRatioMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutEnterThrottleInputThreshold) == 0x000D24, "Member 'UCJVehicleWheeledMovementComponent::BurnoutEnterThrottleInputThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutExitThrottleInputThreshold) == 0x000D28, "Member 'UCJVehicleWheeledMovementComponent::BurnoutExitThrottleInputThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutPushStrength) == 0x000D2C, "Member 'UCJVehicleWheeledMovementComponent::BurnoutPushStrength' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutPushFrequency) == 0x000D30, "Member 'UCJVehicleWheeledMovementComponent::BurnoutPushFrequency' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, BurnoutPushOffsetLocation) == 0x000D38, "Member 'UCJVehicleWheeledMovementComponent::BurnoutPushOffsetLocation' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, bAdjustAngularDampingToSteering) == 0x000D54, "Member 'UCJVehicleWheeledMovementComponent::bAdjustAngularDampingToSteering' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, SteeringToAngularDamping) == 0x000D58, "Member 'UCJVehicleWheeledMovementComponent::SteeringToAngularDamping' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, SteerAngularDampingScale) == 0x000D60, "Member 'UCJVehicleWheeledMovementComponent::SteerAngularDampingScale' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, RotationAngularDampingScale) == 0x000D64, "Member 'UCJVehicleWheeledMovementComponent::RotationAngularDampingScale' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, RearWheelSlipAngleDriftingMinThreshold) == 0x000D68, "Member 'UCJVehicleWheeledMovementComponent::RearWheelSlipAngleDriftingMinThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, DriftingSpeedMinThreshold) == 0x000D6C, "Member 'UCJVehicleWheeledMovementComponent::DriftingSpeedMinThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, AverageWheelSlipInDegreesMin) == 0x000D70, "Member 'UCJVehicleWheeledMovementComponent::AverageWheelSlipInDegreesMin' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, AverageWheelSlipInDegreesMax) == 0x000D74, "Member 'UCJVehicleWheeledMovementComponent::AverageWheelSlipInDegreesMax' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, ApplyDriftSpeedThresholdCmS) == 0x000D78, "Member 'UCJVehicleWheeledMovementComponent::ApplyDriftSpeedThresholdCmS' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, bDriftUseRawSteeringInput) == 0x000D7C, "Member 'UCJVehicleWheeledMovementComponent::bDriftUseRawSteeringInput' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, bDriftApplyAngularImpulseAsVelocity) == 0x000D7D, "Member 'UCJVehicleWheeledMovementComponent::bDriftApplyAngularImpulseAsVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, DriftMultiplierBase) == 0x000D80, "Member 'UCJVehicleWheeledMovementComponent::DriftMultiplierBase' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, DriftMultiplierSteeringMax) == 0x000D84, "Member 'UCJVehicleWheeledMovementComponent::DriftMultiplierSteeringMax' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, DriftMultiplierAverageWheelSlipMax) == 0x000D88, "Member 'UCJVehicleWheeledMovementComponent::DriftMultiplierAverageWheelSlipMax' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, MinEngineDamageTorqueScalar) == 0x000D8C, "Member 'UCJVehicleWheeledMovementComponent::MinEngineDamageTorqueScalar' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, SpeedToAeroDrag) == 0x000D90, "Member 'UCJVehicleWheeledMovementComponent::SpeedToAeroDrag' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, DefaultAeroDrag) == 0x000E18, "Member 'UCJVehicleWheeledMovementComponent::DefaultAeroDrag' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, DownforceSpeedMin) == 0x000E1C, "Member 'UCJVehicleWheeledMovementComponent::DownforceSpeedMin' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, DownforceSpeedMax) == 0x000E20, "Member 'UCJVehicleWheeledMovementComponent::DownforceSpeedMax' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, DownforceMax) == 0x000E24, "Member 'UCJVehicleWheeledMovementComponent::DownforceMax' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, InAirFallConstant) == 0x000E28, "Member 'UCJVehicleWheeledMovementComponent::InAirFallConstant' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, InAirBlendDuration) == 0x000E2C, "Member 'UCJVehicleWheeledMovementComponent::InAirBlendDuration' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, InAirBlendFunc) == 0x000E30, "Member 'UCJVehicleWheeledMovementComponent::InAirBlendFunc' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, TireExplosionImpulseScalar) == 0x000E34, "Member 'UCJVehicleWheeledMovementComponent::TireExplosionImpulseScalar' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, CJWheelSetup) == 0x000E38, "Member 'UCJVehicleWheeledMovementComponent::CJWheelSetup' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, EngineParameterModifierClasses) == 0x000E48, "Member 'UCJVehicleWheeledMovementComponent::EngineParameterModifierClasses' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, VehicleTuning) == 0x000E98, "Member 'UCJVehicleWheeledMovementComponent::VehicleTuning' has a wrong offset!"); \ +static_assert(offsetof(UCJVehicleWheeledMovementComponent, EngineParameterModifierInstances) == 0x000F00, "Member 'UCJVehicleWheeledMovementComponent::EngineParameterModifierInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetCompositeGoal \ +static_assert(alignof(UBTTask_SetCompositeGoal) == 0x000010, "Wrong alignment on UBTTask_SetCompositeGoal"); \ +static_assert(sizeof(UBTTask_SetCompositeGoal) == 0x000120, "Wrong size on UBTTask_SetCompositeGoal"); \ +static_assert(offsetof(UBTTask_SetCompositeGoal, bTriggerReplan) == 0x000070, "Member 'UBTTask_SetCompositeGoal::bTriggerReplan' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetCompositeGoal, bStompExistingGoals) == 0x000071, "Member 'UBTTask_SetCompositeGoal::bStompExistingGoals' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetCompositeGoal, MismatchThreshold) == 0x000074, "Member 'UBTTask_SetCompositeGoal::MismatchThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetCompositeGoal, Goals) == 0x000078, "Member 'UBTTask_SetCompositeGoal::Goals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJZoneShapeComponent \ +static_assert(alignof(UCJZoneShapeComponent) == 0x000010, "Wrong alignment on UCJZoneShapeComponent"); \ +static_assert(sizeof(UCJZoneShapeComponent) == 0x0005A0, "Wrong size on UCJZoneShapeComponent"); \ + +#define DUMPER7_ASSERTS_AIPlanningGoalComponent_AddBoolGoal \ +static_assert(alignof(AIPlanningGoalComponent_AddBoolGoal) == 0x000004, "Wrong alignment on AIPlanningGoalComponent_AddBoolGoal"); \ +static_assert(sizeof(AIPlanningGoalComponent_AddBoolGoal) == 0x00000C, "Wrong size on AIPlanningGoalComponent_AddBoolGoal"); \ +static_assert(offsetof(AIPlanningGoalComponent_AddBoolGoal, Key) == 0x000000, "Member 'AIPlanningGoalComponent_AddBoolGoal::Key' has a wrong offset!"); \ +static_assert(offsetof(AIPlanningGoalComponent_AddBoolGoal, TargetValue) == 0x000008, "Member 'AIPlanningGoalComponent_AddBoolGoal::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(AIPlanningGoalComponent_AddBoolGoal, Comparator) == 0x000009, "Member 'AIPlanningGoalComponent_AddBoolGoal::Comparator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPlanningGoalComponent_AddFloatGoal \ +static_assert(alignof(AIPlanningGoalComponent_AddFloatGoal) == 0x000004, "Wrong alignment on AIPlanningGoalComponent_AddFloatGoal"); \ +static_assert(sizeof(AIPlanningGoalComponent_AddFloatGoal) == 0x000010, "Wrong size on AIPlanningGoalComponent_AddFloatGoal"); \ +static_assert(offsetof(AIPlanningGoalComponent_AddFloatGoal, Key) == 0x000000, "Member 'AIPlanningGoalComponent_AddFloatGoal::Key' has a wrong offset!"); \ +static_assert(offsetof(AIPlanningGoalComponent_AddFloatGoal, TargetValue) == 0x000008, "Member 'AIPlanningGoalComponent_AddFloatGoal::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(AIPlanningGoalComponent_AddFloatGoal, Comparator) == 0x00000C, "Member 'AIPlanningGoalComponent_AddFloatGoal::Comparator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPlanningGoalComponent_AddIntGoal \ +static_assert(alignof(AIPlanningGoalComponent_AddIntGoal) == 0x000004, "Wrong alignment on AIPlanningGoalComponent_AddIntGoal"); \ +static_assert(sizeof(AIPlanningGoalComponent_AddIntGoal) == 0x000010, "Wrong size on AIPlanningGoalComponent_AddIntGoal"); \ +static_assert(offsetof(AIPlanningGoalComponent_AddIntGoal, Key) == 0x000000, "Member 'AIPlanningGoalComponent_AddIntGoal::Key' has a wrong offset!"); \ +static_assert(offsetof(AIPlanningGoalComponent_AddIntGoal, TargetValue) == 0x000008, "Member 'AIPlanningGoalComponent_AddIntGoal::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(AIPlanningGoalComponent_AddIntGoal, Comparator) == 0x00000C, "Member 'AIPlanningGoalComponent_AddIntGoal::Comparator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPlanningGoalComponent \ +static_assert(alignof(UAIPlanningGoalComponent) == 0x000008, "Wrong alignment on UAIPlanningGoalComponent"); \ +static_assert(sizeof(UAIPlanningGoalComponent) == 0x0002A8, "Wrong size on UAIPlanningGoalComponent"); \ +static_assert(offsetof(UAIPlanningGoalComponent, DefaultAIGoalLifetime) == 0x0000C0, "Member 'UAIPlanningGoalComponent::DefaultAIGoalLifetime' has a wrong offset!"); \ +static_assert(offsetof(UAIPlanningGoalComponent, DefaultAIGoalMinLifetime) == 0x0000C4, "Member 'UAIPlanningGoalComponent::DefaultAIGoalMinLifetime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombatPositionScoringDefinition_FOV \ +static_assert(alignof(UCombatPositionScoringDefinition_FOV) == 0x000008, "Wrong alignment on UCombatPositionScoringDefinition_FOV"); \ +static_assert(sizeof(UCombatPositionScoringDefinition_FOV) == 0x000040, "Wrong size on UCombatPositionScoringDefinition_FOV"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_FOV, PlateauWidth) == 0x000030, "Member 'UCombatPositionScoringDefinition_FOV::PlateauWidth' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_FOV, VerticalOffset) == 0x000034, "Member 'UCombatPositionScoringDefinition_FOV::VerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_FOV, HorizontalOffset) == 0x000038, "Member 'UCombatPositionScoringDefinition_FOV::HorizontalOffset' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_FOV, VerticalFalloffPivot) == 0x00003C, "Member 'UCombatPositionScoringDefinition_FOV::VerticalFalloffPivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombatPositionScoringDefinition_RingIsOccupied \ +static_assert(alignof(UCombatPositionScoringDefinition_RingIsOccupied) == 0x000008, "Wrong alignment on UCombatPositionScoringDefinition_RingIsOccupied"); \ +static_assert(sizeof(UCombatPositionScoringDefinition_RingIsOccupied) == 0x000030, "Wrong size on UCombatPositionScoringDefinition_RingIsOccupied"); \ + +#define DUMPER7_ASSERTS_UCJAnimDistanceMatchingLibrary \ +static_assert(alignof(UCJAnimDistanceMatchingLibrary) == 0x000008, "Wrong alignment on UCJAnimDistanceMatchingLibrary"); \ +static_assert(sizeof(UCJAnimDistanceMatchingLibrary) == 0x000028, "Wrong size on UCJAnimDistanceMatchingLibrary"); \ + +#define DUMPER7_ASSERTS_UCombatPositionScoringDefinition_ProximityToQuerier \ +static_assert(alignof(UCombatPositionScoringDefinition_ProximityToQuerier) == 0x000008, "Wrong alignment on UCombatPositionScoringDefinition_ProximityToQuerier"); \ +static_assert(sizeof(UCombatPositionScoringDefinition_ProximityToQuerier) == 0x000038, "Wrong size on UCombatPositionScoringDefinition_ProximityToQuerier"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_ProximityToQuerier, bInvertScore) == 0x000030, "Member 'UCombatPositionScoringDefinition_ProximityToQuerier::bInvertScore' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_ProximityToQuerier, ComparisonThreshold) == 0x000034, "Member 'UCombatPositionScoringDefinition_ProximityToQuerier::ComparisonThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombatPositionScoringDefinition_ProximityToNavmeshEdge \ +static_assert(alignof(UCombatPositionScoringDefinition_ProximityToNavmeshEdge) == 0x000008, "Wrong alignment on UCombatPositionScoringDefinition_ProximityToNavmeshEdge"); \ +static_assert(sizeof(UCombatPositionScoringDefinition_ProximityToNavmeshEdge) == 0x000040, "Wrong size on UCombatPositionScoringDefinition_ProximityToNavmeshEdge"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_ProximityToNavmeshEdge, NormalizationThreshold) == 0x000030, "Member 'UCombatPositionScoringDefinition_ProximityToNavmeshEdge::NormalizationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositionScoringDefinition_ProximityToNavmeshEdge, CornerTolerance) == 0x000034, "Member 'UCombatPositionScoringDefinition_ProximityToNavmeshEdge::CornerTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_LimitRotation \ +static_assert(alignof(UCJCM_LimitRotation) == 0x000008, "Wrong alignment on UCJCM_LimitRotation"); \ +static_assert(sizeof(UCJCM_LimitRotation) == 0x000060, "Wrong size on UCJCM_LimitRotation"); \ +static_assert(offsetof(UCJCM_LimitRotation, bBypassModifier) == 0x000030, "Member 'UCJCM_LimitRotation::bBypassModifier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_LimitRotation, Yaw) == 0x000034, "Member 'UCJCM_LimitRotation::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_LimitRotation, Pitch) == 0x000040, "Member 'UCJCM_LimitRotation::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_LimitRotation, Roll) == 0x00004C, "Member 'UCJCM_LimitRotation::Roll' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_LimitRotation, bEllipticalYawPitchLimit) == 0x000058, "Member 'UCJCM_LimitRotation::bEllipticalYawPitchLimit' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_LimitRotation, bApplyEdgeSmoothing) == 0x000059, "Member 'UCJCM_LimitRotation::bApplyEdgeSmoothing' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_LimitRotation, SmoothingDistance) == 0x00005C, "Member 'UCJCM_LimitRotation::SmoothingDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombatPositionScoringDefinition_AvoidCrossingLanes \ +static_assert(alignof(UCombatPositionScoringDefinition_AvoidCrossingLanes) == 0x000008, "Wrong alignment on UCombatPositionScoringDefinition_AvoidCrossingLanes"); \ +static_assert(sizeof(UCombatPositionScoringDefinition_AvoidCrossingLanes) == 0x000030, "Wrong size on UCombatPositionScoringDefinition_AvoidCrossingLanes"); \ + +#define DUMPER7_ASSERTS_UCompassPanel \ +static_assert(alignof(UCompassPanel) == 0x000010, "Wrong alignment on UCompassPanel"); \ +static_assert(sizeof(UCompassPanel) == 0x0002C0, "Wrong size on UCompassPanel"); \ +static_assert(offsetof(UCompassPanel, CompassLocationSource) == 0x000190, "Member 'UCompassPanel::CompassLocationSource' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanel, CompassLocation) == 0x000198, "Member 'UCompassPanel::CompassLocation' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanel, CompassDirectionSource) == 0x0001B0, "Member 'UCompassPanel::CompassDirectionSource' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanel, CompassDirectionDegrees) == 0x0001B4, "Member 'UCompassPanel::CompassDirectionDegrees' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanel, Background) == 0x0001C0, "Member 'UCompassPanel::Background' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanel, ClippingMargin) == 0x000270, "Member 'UCompassPanel::ClippingMargin' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanel, VisibleRangeDegrees) == 0x000280, "Member 'UCompassPanel::VisibleRangeDegrees' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanel, bShouldShowIcons) == 0x000284, "Member 'UCompassPanel::bShouldShowIcons' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanel, OnVisibleIconsChanged) == 0x000288, "Member 'UCompassPanel::OnVisibleIconsChanged' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanel, bHasVisibleIcons) == 0x000298, "Member 'UCompassPanel::bHasVisibleIcons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldingFunctionLibrary_GetSelectedWieldableItem \ +static_assert(alignof(WieldingFunctionLibrary_GetSelectedWieldableItem) == 0x000008, "Wrong alignment on WieldingFunctionLibrary_GetSelectedWieldableItem"); \ +static_assert(sizeof(WieldingFunctionLibrary_GetSelectedWieldableItem) == 0x000050, "Wrong size on WieldingFunctionLibrary_GetSelectedWieldableItem"); \ +static_assert(offsetof(WieldingFunctionLibrary_GetSelectedWieldableItem, WorldContextObject) == 0x000000, "Member 'WieldingFunctionLibrary_GetSelectedWieldableItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_GetSelectedWieldableItem, InventoryId) == 0x000008, "Member 'WieldingFunctionLibrary_GetSelectedWieldableItem::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_GetSelectedWieldableItem, Item) == 0x000010, "Member 'WieldingFunctionLibrary_GetSelectedWieldableItem::Item' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_GetSelectedWieldableItem, Result) == 0x000048, "Member 'WieldingFunctionLibrary_GetSelectedWieldableItem::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldingFunctionLibrary_GetWieldedItem \ +static_assert(alignof(WieldingFunctionLibrary_GetWieldedItem) == 0x000008, "Wrong alignment on WieldingFunctionLibrary_GetWieldedItem"); \ +static_assert(sizeof(WieldingFunctionLibrary_GetWieldedItem) == 0x000050, "Wrong size on WieldingFunctionLibrary_GetWieldedItem"); \ +static_assert(offsetof(WieldingFunctionLibrary_GetWieldedItem, WorldContextObject) == 0x000000, "Member 'WieldingFunctionLibrary_GetWieldedItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_GetWieldedItem, InventoryId) == 0x000008, "Member 'WieldingFunctionLibrary_GetWieldedItem::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_GetWieldedItem, Item) == 0x000010, "Member 'WieldingFunctionLibrary_GetWieldedItem::Item' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_GetWieldedItem, Result) == 0x000048, "Member 'WieldingFunctionLibrary_GetWieldedItem::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldingFunctionLibrary_SelectFirstWieldableItem \ +static_assert(alignof(WieldingFunctionLibrary_SelectFirstWieldableItem) == 0x000008, "Wrong alignment on WieldingFunctionLibrary_SelectFirstWieldableItem"); \ +static_assert(sizeof(WieldingFunctionLibrary_SelectFirstWieldableItem) == 0x000050, "Wrong size on WieldingFunctionLibrary_SelectFirstWieldableItem"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectFirstWieldableItem, WorldContextObject) == 0x000000, "Member 'WieldingFunctionLibrary_SelectFirstWieldableItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectFirstWieldableItem, InventoryId) == 0x000008, "Member 'WieldingFunctionLibrary_SelectFirstWieldableItem::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectFirstWieldableItem, SelectedItem) == 0x000010, "Member 'WieldingFunctionLibrary_SelectFirstWieldableItem::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectFirstWieldableItem, Result) == 0x000048, "Member 'WieldingFunctionLibrary_SelectFirstWieldableItem::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldingFunctionLibrary_SelectLastWieldableItem \ +static_assert(alignof(WieldingFunctionLibrary_SelectLastWieldableItem) == 0x000008, "Wrong alignment on WieldingFunctionLibrary_SelectLastWieldableItem"); \ +static_assert(sizeof(WieldingFunctionLibrary_SelectLastWieldableItem) == 0x000050, "Wrong size on WieldingFunctionLibrary_SelectLastWieldableItem"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectLastWieldableItem, WorldContextObject) == 0x000000, "Member 'WieldingFunctionLibrary_SelectLastWieldableItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectLastWieldableItem, InventoryId) == 0x000008, "Member 'WieldingFunctionLibrary_SelectLastWieldableItem::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectLastWieldableItem, SelectedItem) == 0x000010, "Member 'WieldingFunctionLibrary_SelectLastWieldableItem::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectLastWieldableItem, Result) == 0x000048, "Member 'WieldingFunctionLibrary_SelectLastWieldableItem::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldingFunctionLibrary_SelectNextWieldableItem \ +static_assert(alignof(WieldingFunctionLibrary_SelectNextWieldableItem) == 0x000008, "Wrong alignment on WieldingFunctionLibrary_SelectNextWieldableItem"); \ +static_assert(sizeof(WieldingFunctionLibrary_SelectNextWieldableItem) == 0x000090, "Wrong size on WieldingFunctionLibrary_SelectNextWieldableItem"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectNextWieldableItem, WorldContextObject) == 0x000000, "Member 'WieldingFunctionLibrary_SelectNextWieldableItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectNextWieldableItem, InventoryId) == 0x000008, "Member 'WieldingFunctionLibrary_SelectNextWieldableItem::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectNextWieldableItem, CurrentlySelectedItem) == 0x000010, "Member 'WieldingFunctionLibrary_SelectNextWieldableItem::CurrentlySelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectNextWieldableItem, bWrapAround) == 0x000048, "Member 'WieldingFunctionLibrary_SelectNextWieldableItem::bWrapAround' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectNextWieldableItem, NewSelectedItem) == 0x000050, "Member 'WieldingFunctionLibrary_SelectNextWieldableItem::NewSelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectNextWieldableItem, Result) == 0x000088, "Member 'WieldingFunctionLibrary_SelectNextWieldableItem::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldingFunctionLibrary_SelectPreviousWieldableItem \ +static_assert(alignof(WieldingFunctionLibrary_SelectPreviousWieldableItem) == 0x000008, "Wrong alignment on WieldingFunctionLibrary_SelectPreviousWieldableItem"); \ +static_assert(sizeof(WieldingFunctionLibrary_SelectPreviousWieldableItem) == 0x000090, "Wrong size on WieldingFunctionLibrary_SelectPreviousWieldableItem"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectPreviousWieldableItem, WorldContextObject) == 0x000000, "Member 'WieldingFunctionLibrary_SelectPreviousWieldableItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectPreviousWieldableItem, InventoryId) == 0x000008, "Member 'WieldingFunctionLibrary_SelectPreviousWieldableItem::InventoryId' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectPreviousWieldableItem, CurrentlySelectedItem) == 0x000010, "Member 'WieldingFunctionLibrary_SelectPreviousWieldableItem::CurrentlySelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectPreviousWieldableItem, bWrapAround) == 0x000048, "Member 'WieldingFunctionLibrary_SelectPreviousWieldableItem::bWrapAround' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectPreviousWieldableItem, NewSelectedItem) == 0x000050, "Member 'WieldingFunctionLibrary_SelectPreviousWieldableItem::NewSelectedItem' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectPreviousWieldableItem, Result) == 0x000088, "Member 'WieldingFunctionLibrary_SelectPreviousWieldableItem::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldingFunctionLibrary_SelectWieldableItem \ +static_assert(alignof(WieldingFunctionLibrary_SelectWieldableItem) == 0x000008, "Wrong alignment on WieldingFunctionLibrary_SelectWieldableItem"); \ +static_assert(sizeof(WieldingFunctionLibrary_SelectWieldableItem) == 0x000040, "Wrong size on WieldingFunctionLibrary_SelectWieldableItem"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectWieldableItem, WorldContextObject) == 0x000000, "Member 'WieldingFunctionLibrary_SelectWieldableItem::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WieldingFunctionLibrary_SelectWieldableItem, Item) == 0x000008, "Member 'WieldingFunctionLibrary_SelectWieldableItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWieldingFunctionLibrary \ +static_assert(alignof(UWieldingFunctionLibrary) == 0x000008, "Wrong alignment on UWieldingFunctionLibrary"); \ +static_assert(sizeof(UWieldingFunctionLibrary) == 0x000028, "Wrong size on UWieldingFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_MotionUtilityFunctionLibrary_EstimatedCharacterMovement \ +static_assert(alignof(MotionUtilityFunctionLibrary_EstimatedCharacterMovement) == 0x000008, "Wrong alignment on MotionUtilityFunctionLibrary_EstimatedCharacterMovement"); \ +static_assert(sizeof(MotionUtilityFunctionLibrary_EstimatedCharacterMovement) == 0x000028, "Wrong size on MotionUtilityFunctionLibrary_EstimatedCharacterMovement"); \ +static_assert(offsetof(MotionUtilityFunctionLibrary_EstimatedCharacterMovement, Actor) == 0x000000, "Member 'MotionUtilityFunctionLibrary_EstimatedCharacterMovement::Actor' has a wrong offset!"); \ +static_assert(offsetof(MotionUtilityFunctionLibrary_EstimatedCharacterMovement, Time) == 0x000008, "Member 'MotionUtilityFunctionLibrary_EstimatedCharacterMovement::Time' has a wrong offset!"); \ +static_assert(offsetof(MotionUtilityFunctionLibrary_EstimatedCharacterMovement, ReturnValue) == 0x000010, "Member 'MotionUtilityFunctionLibrary_EstimatedCharacterMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionUtilityFunctionLibrary_EstimatedMovementAdjustment \ +static_assert(alignof(MotionUtilityFunctionLibrary_EstimatedMovementAdjustment) == 0x000008, "Wrong alignment on MotionUtilityFunctionLibrary_EstimatedMovementAdjustment"); \ +static_assert(sizeof(MotionUtilityFunctionLibrary_EstimatedMovementAdjustment) == 0x000040, "Wrong size on MotionUtilityFunctionLibrary_EstimatedMovementAdjustment"); \ +static_assert(offsetof(MotionUtilityFunctionLibrary_EstimatedMovementAdjustment, Actor) == 0x000000, "Member 'MotionUtilityFunctionLibrary_EstimatedMovementAdjustment::Actor' has a wrong offset!"); \ +static_assert(offsetof(MotionUtilityFunctionLibrary_EstimatedMovementAdjustment, Time) == 0x000008, "Member 'MotionUtilityFunctionLibrary_EstimatedMovementAdjustment::Time' has a wrong offset!"); \ +static_assert(offsetof(MotionUtilityFunctionLibrary_EstimatedMovementAdjustment, BaseMovement) == 0x000010, "Member 'MotionUtilityFunctionLibrary_EstimatedMovementAdjustment::BaseMovement' has a wrong offset!"); \ +static_assert(offsetof(MotionUtilityFunctionLibrary_EstimatedMovementAdjustment, ReturnValue) == 0x000028, "Member 'MotionUtilityFunctionLibrary_EstimatedMovementAdjustment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionUtilityFunctionLibrary \ +static_assert(alignof(UMotionUtilityFunctionLibrary) == 0x000008, "Wrong alignment on UMotionUtilityFunctionLibrary"); \ +static_assert(sizeof(UMotionUtilityFunctionLibrary) == 0x000028, "Wrong size on UMotionUtilityFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UDamageTypeBullet \ +static_assert(alignof(UDamageTypeBullet) == 0x000008, "Wrong alignment on UDamageTypeBullet"); \ +static_assert(sizeof(UDamageTypeBullet) == 0x000048, "Wrong size on UDamageTypeBullet"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorControlAmbience \ +static_assert(alignof(UDataVolumeBehaviorControlAmbience) == 0x000008, "Wrong alignment on UDataVolumeBehaviorControlAmbience"); \ +static_assert(sizeof(UDataVolumeBehaviorControlAmbience) == 0x000030, "Wrong size on UDataVolumeBehaviorControlAmbience"); \ + +#define DUMPER7_ASSERTS_UZoneMapSettings \ +static_assert(alignof(UZoneMapSettings) == 0x000008, "Wrong alignment on UZoneMapSettings"); \ +static_assert(sizeof(UZoneMapSettings) == 0x000048, "Wrong size on UZoneMapSettings"); \ +static_assert(offsetof(UZoneMapSettings, Mappings) == 0x000038, "Member 'UZoneMapSettings::Mappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorLimitCharacterMovement \ +static_assert(alignof(UDataVolumeBehaviorLimitCharacterMovement) == 0x000008, "Wrong alignment on UDataVolumeBehaviorLimitCharacterMovement"); \ +static_assert(sizeof(UDataVolumeBehaviorLimitCharacterMovement) == 0x000038, "Wrong size on UDataVolumeBehaviorLimitCharacterMovement"); \ +static_assert(offsetof(UDataVolumeBehaviorLimitCharacterMovement, bAffectOnlyPlayer) == 0x000030, "Member 'UDataVolumeBehaviorLimitCharacterMovement::bAffectOnlyPlayer' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorLimitCharacterMovement, bShouldForceMovementState) == 0x000031, "Member 'UDataVolumeBehaviorLimitCharacterMovement::bShouldForceMovementState' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorLimitCharacterMovement, bAllowExceptionForRun) == 0x000032, "Member 'UDataVolumeBehaviorLimitCharacterMovement::bAllowExceptionForRun' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorLimitCharacterMovement, ForceMovementState) == 0x000033, "Member 'UDataVolumeBehaviorLimitCharacterMovement::ForceMovementState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorSetRtpc \ +static_assert(alignof(UDataVolumeBehaviorSetRtpc) == 0x000008, "Wrong alignment on UDataVolumeBehaviorSetRtpc"); \ +static_assert(sizeof(UDataVolumeBehaviorSetRtpc) == 0x000050, "Wrong size on UDataVolumeBehaviorSetRtpc"); \ +static_assert(offsetof(UDataVolumeBehaviorSetRtpc, RtpcsOnEntry) == 0x000030, "Member 'UDataVolumeBehaviorSetRtpc::RtpcsOnEntry' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorSetRtpc, RtpcsOnExit) == 0x000040, "Member 'UDataVolumeBehaviorSetRtpc::RtpcsOnExit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDamageWeaponActionNotify \ +static_assert(alignof(UDamageWeaponActionNotify) == 0x000008, "Wrong alignment on UDamageWeaponActionNotify"); \ +static_assert(sizeof(UDamageWeaponActionNotify) == 0x000050, "Wrong size on UDamageWeaponActionNotify"); \ +static_assert(offsetof(UDamageWeaponActionNotify, BaseDamage) == 0x000040, "Member 'UDamageWeaponActionNotify::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(UDamageWeaponActionNotify, DamageType) == 0x000048, "Member 'UDamageWeaponActionNotify::DamageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDepthOfFieldCameraModifier \ +static_assert(alignof(UDepthOfFieldCameraModifier) == 0x000008, "Wrong alignment on UDepthOfFieldCameraModifier"); \ +static_assert(sizeof(UDepthOfFieldCameraModifier) == 0x000058, "Wrong size on UDepthOfFieldCameraModifier"); \ + +#define DUMPER7_ASSERTS_UDialogueSettings \ +static_assert(alignof(UDialogueSettings) == 0x000008, "Wrong alignment on UDialogueSettings"); \ +static_assert(sizeof(UDialogueSettings) == 0x0002C0, "Wrong size on UDialogueSettings"); \ +static_assert(offsetof(UDialogueSettings, PlayerDialogueComponentClass) == 0x000038, "Member 'UDialogueSettings::PlayerDialogueComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, SubtitleLayer) == 0x000040, "Member 'UDialogueSettings::SubtitleLayer' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, SayIntentDatabase) == 0x000048, "Member 'UDialogueSettings::SayIntentDatabase' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, SayLineDatabasePath) == 0x000070, "Member 'UDialogueSettings::SayLineDatabasePath' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, SayFlowDatabasePath) == 0x000098, "Member 'UDialogueSettings::SayFlowDatabasePath' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, LeaveDistance) == 0x0000C0, "Member 'UDialogueSettings::LeaveDistance' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, LeaveDistanceInVehicle) == 0x0000C4, "Member 'UDialogueSettings::LeaveDistanceInVehicle' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, GlobalSayFlowMappings) == 0x0000C8, "Member 'UDialogueSettings::GlobalSayFlowMappings' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, AskChoiceDatabasePath) == 0x0000F0, "Member 'UDialogueSettings::AskChoiceDatabasePath' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, SkillCheckDataTablePath) == 0x000118, "Member 'UDialogueSettings::SkillCheckDataTablePath' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, DialogueNamedDistancesDatabase) == 0x000140, "Member 'UDialogueSettings::DialogueNamedDistancesDatabase' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, DialogueRangeProfilesDatabase) == 0x000168, "Member 'UDialogueSettings::DialogueRangeProfilesDatabase' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, DialogueAnimProfilesDatabase) == 0x000190, "Member 'UDialogueSettings::DialogueAnimProfilesDatabase' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, AudienceVoice) == 0x0001B8, "Member 'UDialogueSettings::AudienceVoice' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, SlotPopulationPriority) == 0x0001E0, "Member 'UDialogueSettings::SlotPopulationPriority' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, InsightIcon) == 0x000230, "Member 'UDialogueSettings::InsightIcon' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, ConversationIcon) == 0x000250, "Member 'UDialogueSettings::ConversationIcon' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, InquiryIcon) == 0x000270, "Member 'UDialogueSettings::InquiryIcon' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, InterruptIcon) == 0x000290, "Member 'UDialogueSettings::InterruptIcon' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, bEnableGeneralConversationLookat) == 0x0002B0, "Member 'UDialogueSettings::bEnableGeneralConversationLookat' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, MaxOverhearingDistance) == 0x0002B4, "Member 'UDialogueSettings::MaxOverhearingDistance' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, LookAtStrengthSpeaker) == 0x0002B8, "Member 'UDialogueSettings::LookAtStrengthSpeaker' has a wrong offset!"); \ +static_assert(offsetof(UDialogueSettings, LookAtStrengthNonSpeaker) == 0x0002BC, "Member 'UDialogueSettings::LookAtStrengthNonSpeaker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParkingSpotCollection \ +static_assert(alignof(UParkingSpotCollection) == 0x000008, "Wrong alignment on UParkingSpotCollection"); \ +static_assert(sizeof(UParkingSpotCollection) == 0x000038, "Wrong size on UParkingSpotCollection"); \ +static_assert(offsetof(UParkingSpotCollection, DataCollection) == 0x000028, "Member 'UParkingSpotCollection::DataCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDoorNavLinkComponent \ +static_assert(alignof(UDoorNavLinkComponent) == 0x000008, "Wrong alignment on UDoorNavLinkComponent"); \ +static_assert(sizeof(UDoorNavLinkComponent) == 0x000280, "Wrong size on UDoorNavLinkComponent"); \ +static_assert(offsetof(UDoorNavLinkComponent, StartProjectHeight) == 0x000200, "Member 'UDoorNavLinkComponent::StartProjectHeight' has a wrong offset!"); \ +static_assert(offsetof(UDoorNavLinkComponent, EndProjectHeight) == 0x000204, "Member 'UDoorNavLinkComponent::EndProjectHeight' has a wrong offset!"); \ +static_assert(offsetof(UDoorNavLinkComponent, OwningDoor) == 0x000208, "Member 'UDoorNavLinkComponent::OwningDoor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDoorTypeDataAsset \ +static_assert(alignof(UDoorTypeDataAsset) == 0x000010, "Wrong alignment on UDoorTypeDataAsset"); \ +static_assert(sizeof(UDoorTypeDataAsset) == 0x0009B0, "Wrong size on UDoorTypeDataAsset"); \ +static_assert(offsetof(UDoorTypeDataAsset, CharacterDoorAnimationType) == 0x000030, "Member 'UDoorTypeDataAsset::CharacterDoorAnimationType' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, Frame) == 0x000040, "Member 'UDoorTypeDataAsset::Frame' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, Door) == 0x000290, "Member 'UDoorTypeDataAsset::Door' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, ExtraDoors) == 0x0004E0, "Member 'UDoorTypeDataAsset::ExtraDoors' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, LockPiece) == 0x0004F0, "Member 'UDoorTypeDataAsset::LockPiece' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, InteractionOffset) == 0x000720, "Member 'UDoorTypeDataAsset::InteractionOffset' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, DoorForwardVector) == 0x000780, "Member 'UDoorTypeDataAsset::DoorForwardVector' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, bInteractionOwnerBreaksLineOfSight) == 0x000798, "Member 'UDoorTypeDataAsset::bInteractionOwnerBreaksLineOfSight' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, RemoveInteractionAfterFirstOpen) == 0x000799, "Member 'UDoorTypeDataAsset::RemoveInteractionAfterFirstOpen' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, bOverrideInteractionRange) == 0x00079A, "Member 'UDoorTypeDataAsset::bOverrideInteractionRange' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, InteractionRange) == 0x00079C, "Member 'UDoorTypeDataAsset::InteractionRange' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, HazardAlignmentOffset) == 0x0007A0, "Member 'UDoorTypeDataAsset::HazardAlignmentOffset' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, SkipInFrontCheck) == 0x000800, "Member 'UDoorTypeDataAsset::SkipInFrontCheck' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, AmountOpenedRequiredForClosing) == 0x000804, "Member 'UDoorTypeDataAsset::AmountOpenedRequiredForClosing' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, AmountClosedRequiredForOpening) == 0x000808, "Member 'UDoorTypeDataAsset::AmountClosedRequiredForOpening' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, DoorOpenRotation) == 0x000810, "Member 'UDoorTypeDataAsset::DoorOpenRotation' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, DoorOpenLocation) == 0x000828, "Member 'UDoorTypeDataAsset::DoorOpenLocation' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, bSkipCharacterActions) == 0x000840, "Member 'UDoorTypeDataAsset::bSkipCharacterActions' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, DoorAnchorOffset) == 0x000850, "Member 'UDoorTypeDataAsset::DoorAnchorOffset' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, OpenDoorAnimation) == 0x0008B0, "Member 'UDoorTypeDataAsset::OpenDoorAnimation' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, CloseDoorAnimation) == 0x0008B8, "Member 'UDoorTypeDataAsset::CloseDoorAnimation' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, OpenDoorCharacterAnimation) == 0x0008C0, "Member 'UDoorTypeDataAsset::OpenDoorCharacterAnimation' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, CloseDoorCharacterAnimation) == 0x0008C8, "Member 'UDoorTypeDataAsset::CloseDoorCharacterAnimation' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, CloseDoorAfterPassthrough) == 0x0008D0, "Member 'UDoorTypeDataAsset::CloseDoorAfterPassthrough' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, CanDoorBeKickedOpen) == 0x0008D1, "Member 'UDoorTypeDataAsset::CanDoorBeKickedOpen' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, AutoOpenAfterUnlock) == 0x0008D2, "Member 'UDoorTypeDataAsset::AutoOpenAfterUnlock' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, LockAfterUnlock) == 0x0008D3, "Member 'UDoorTypeDataAsset::LockAfterUnlock' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, WaitForUnlockSound) == 0x0008D4, "Member 'UDoorTypeDataAsset::WaitForUnlockSound' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, AdditionalOnUnlockWaitTime) == 0x0008D8, "Member 'UDoorTypeDataAsset::AdditionalOnUnlockWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, UnlockDoorCharacterAnimation) == 0x0008E0, "Member 'UDoorTypeDataAsset::UnlockDoorCharacterAnimation' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, OnOpeneningSound) == 0x0008E8, "Member 'UDoorTypeDataAsset::OnOpeneningSound' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, OnClosingSound) == 0x0008F0, "Member 'UDoorTypeDataAsset::OnClosingSound' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, OnUnlockSound) == 0x0008F8, "Member 'UDoorTypeDataAsset::OnUnlockSound' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, OnLockSound) == 0x000900, "Member 'UDoorTypeDataAsset::OnLockSound' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, LockPieceDestroyedSound) == 0x000908, "Member 'UDoorTypeDataAsset::LockPieceDestroyedSound' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, OnBreakAttempt) == 0x000910, "Member 'UDoorTypeDataAsset::OnBreakAttempt' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, OnBreakSuccess) == 0x000918, "Member 'UDoorTypeDataAsset::OnBreakSuccess' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, OnKickedDownSound) == 0x000920, "Member 'UDoorTypeDataAsset::OnKickedDownSound' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, AttachAcousticPortal) == 0x000928, "Member 'UDoorTypeDataAsset::AttachAcousticPortal' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, AcousticPortalScale) == 0x000930, "Member 'UDoorTypeDataAsset::AcousticPortalScale' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, ObstructionWhenPortalClosed) == 0x000948, "Member 'UDoorTypeDataAsset::ObstructionWhenPortalClosed' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, OcclusionWhenPortalClosed) == 0x00094C, "Member 'UDoorTypeDataAsset::OcclusionWhenPortalClosed' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, MaxHealth) == 0x000950, "Member 'UDoorTypeDataAsset::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, StartsWithFullHealth) == 0x000954, "Member 'UDoorTypeDataAsset::StartsWithFullHealth' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, DamageTypeMultipliers) == 0x000958, "Member 'UDoorTypeDataAsset::DamageTypeMultipliers' has a wrong offset!"); \ +static_assert(offsetof(UDoorTypeDataAsset, DefaultDamageMultiplier) == 0x0009A8, "Member 'UDoorTypeDataAsset::DefaultDamageMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyCameraShake \ +static_assert(alignof(UAnimNotifyCameraShake) == 0x000008, "Wrong alignment on UAnimNotifyCameraShake"); \ +static_assert(sizeof(UAnimNotifyCameraShake) == 0x000068, "Wrong size on UAnimNotifyCameraShake"); \ +static_assert(offsetof(UAnimNotifyCameraShake, PlayerIndex) == 0x000038, "Member 'UAnimNotifyCameraShake::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyCameraShake, CameraShake) == 0x000040, "Member 'UAnimNotifyCameraShake::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyCameraShake, Scale) == 0x000048, "Member 'UAnimNotifyCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyCameraShake, PlaySpace) == 0x00004C, "Member 'UAnimNotifyCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyCameraShake, UserPlaySpaceRot) == 0x000050, "Member 'UAnimNotifyCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicReverbComponent \ +static_assert(alignof(UDynamicReverbComponent) == 0x000008, "Wrong alignment on UDynamicReverbComponent"); \ +static_assert(sizeof(UDynamicReverbComponent) == 0x0001D0, "Wrong size on UDynamicReverbComponent"); \ +static_assert(offsetof(UDynamicReverbComponent, IsListenerBased) == 0x0000C0, "Member 'UDynamicReverbComponent::IsListenerBased' has a wrong offset!"); \ +static_assert(offsetof(UDynamicReverbComponent, Offset) == 0x0000C8, "Member 'UDynamicReverbComponent::Offset' has a wrong offset!"); \ +static_assert(offsetof(UDynamicReverbComponent, CenterOffset) == 0x0000E0, "Member 'UDynamicReverbComponent::CenterOffset' has a wrong offset!"); \ +static_assert(offsetof(UDynamicReverbComponent, VerticalPitch) == 0x0000E4, "Member 'UDynamicReverbComponent::VerticalPitch' has a wrong offset!"); \ +static_assert(offsetof(UDynamicReverbComponent, CollisionChannel) == 0x0000E8, "Member 'UDynamicReverbComponent::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UDynamicReverbComponent, WidthRtpc) == 0x0000F0, "Member 'UDynamicReverbComponent::WidthRtpc' has a wrong offset!"); \ +static_assert(offsetof(UDynamicReverbComponent, OpennessRtpc) == 0x0000F8, "Member 'UDynamicReverbComponent::OpennessRtpc' has a wrong offset!"); \ +static_assert(offsetof(UDynamicReverbComponent, BypassRtpc) == 0x000100, "Member 'UDynamicReverbComponent::BypassRtpc' has a wrong offset!"); \ +static_assert(offsetof(UDynamicReverbComponent, RoomOverrides) == 0x000108, "Member 'UDynamicReverbComponent::RoomOverrides' has a wrong offset!"); \ +static_assert(offsetof(UDynamicReverbComponent, MaxRayLength) == 0x000118, "Member 'UDynamicReverbComponent::MaxRayLength' has a wrong offset!"); \ +static_assert(offsetof(UDynamicReverbComponent, HorizontalWeight) == 0x000120, "Member 'UDynamicReverbComponent::HorizontalWeight' has a wrong offset!"); \ +static_assert(offsetof(UDynamicReverbComponent, VerticalWeight) == 0x000128, "Member 'UDynamicReverbComponent::VerticalWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EmitterEventQueueSubsystem_CueBlueprintEvent \ +static_assert(alignof(EmitterEventQueueSubsystem_CueBlueprintEvent) == 0x000008, "Wrong alignment on EmitterEventQueueSubsystem_CueBlueprintEvent"); \ +static_assert(sizeof(EmitterEventQueueSubsystem_CueBlueprintEvent) == 0x0000E8, "Wrong size on EmitterEventQueueSubsystem_CueBlueprintEvent"); \ +static_assert(offsetof(EmitterEventQueueSubsystem_CueBlueprintEvent, Event) == 0x000000, "Member 'EmitterEventQueueSubsystem_CueBlueprintEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEmitterEventQueueSubsystem \ +static_assert(alignof(UEmitterEventQueueSubsystem) == 0x000008, "Wrong alignment on UEmitterEventQueueSubsystem"); \ +static_assert(sizeof(UEmitterEventQueueSubsystem) == 0x000078, "Wrong size on UEmitterEventQueueSubsystem"); \ + +#define DUMPER7_ASSERTS_ATrafficSpiritMeter \ +static_assert(alignof(ATrafficSpiritMeter) == 0x000008, "Wrong alignment on ATrafficSpiritMeter"); \ +static_assert(sizeof(ATrafficSpiritMeter) == 0x0003F0, "Wrong size on ATrafficSpiritMeter"); \ +static_assert(offsetof(ATrafficSpiritMeter, NumberOfCars) == 0x000320, "Member 'ATrafficSpiritMeter::NumberOfCars' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEnforcementActor \ +static_assert(alignof(AEnforcementActor) == 0x000008, "Wrong alignment on AEnforcementActor"); \ +static_assert(sizeof(AEnforcementActor) == 0x0002B8, "Wrong size on AEnforcementActor"); \ +static_assert(offsetof(AEnforcementActor, TeamID) == 0x0002B0, "Member 'AEnforcementActor::TeamID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetAnchor \ +static_assert(alignof(WorldMapPanelSlot_SetAnchor) == 0x000008, "Wrong alignment on WorldMapPanelSlot_SetAnchor"); \ +static_assert(sizeof(WorldMapPanelSlot_SetAnchor) == 0x000010, "Wrong size on WorldMapPanelSlot_SetAnchor"); \ +static_assert(offsetof(WorldMapPanelSlot_SetAnchor, Anchor_0) == 0x000000, "Member 'WorldMapPanelSlot_SetAnchor::Anchor_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetDirectional \ +static_assert(alignof(WorldMapPanelSlot_SetDirectional) == 0x000001, "Wrong alignment on WorldMapPanelSlot_SetDirectional"); \ +static_assert(sizeof(WorldMapPanelSlot_SetDirectional) == 0x000001, "Wrong size on WorldMapPanelSlot_SetDirectional"); \ +static_assert(offsetof(WorldMapPanelSlot_SetDirectional, bInDirectional) == 0x000000, "Member 'WorldMapPanelSlot_SetDirectional::bInDirectional' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetMaxZoom \ +static_assert(alignof(WorldMapPanelSlot_SetMaxZoom) == 0x000004, "Wrong alignment on WorldMapPanelSlot_SetMaxZoom"); \ +static_assert(sizeof(WorldMapPanelSlot_SetMaxZoom) == 0x000004, "Wrong size on WorldMapPanelSlot_SetMaxZoom"); \ +static_assert(offsetof(WorldMapPanelSlot_SetMaxZoom, MaxZoom_0) == 0x000000, "Member 'WorldMapPanelSlot_SetMaxZoom::MaxZoom_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetMinZoom \ +static_assert(alignof(WorldMapPanelSlot_SetMinZoom) == 0x000004, "Wrong alignment on WorldMapPanelSlot_SetMinZoom"); \ +static_assert(sizeof(WorldMapPanelSlot_SetMinZoom) == 0x000004, "Wrong size on WorldMapPanelSlot_SetMinZoom"); \ +static_assert(offsetof(WorldMapPanelSlot_SetMinZoom, MinZoom_0) == 0x000000, "Member 'WorldMapPanelSlot_SetMinZoom::MinZoom_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetOffset \ +static_assert(alignof(WorldMapPanelSlot_SetOffset) == 0x000008, "Wrong alignment on WorldMapPanelSlot_SetOffset"); \ +static_assert(sizeof(WorldMapPanelSlot_SetOffset) == 0x000010, "Wrong size on WorldMapPanelSlot_SetOffset"); \ +static_assert(offsetof(WorldMapPanelSlot_SetOffset, Offset_0) == 0x000000, "Member 'WorldMapPanelSlot_SetOffset::Offset_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetPriority \ +static_assert(alignof(WorldMapPanelSlot_SetPriority) == 0x000004, "Wrong alignment on WorldMapPanelSlot_SetPriority"); \ +static_assert(sizeof(WorldMapPanelSlot_SetPriority) == 0x000004, "Wrong size on WorldMapPanelSlot_SetPriority"); \ +static_assert(offsetof(WorldMapPanelSlot_SetPriority, Priority_0) == 0x000000, "Member 'WorldMapPanelSlot_SetPriority::Priority_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetRotation \ +static_assert(alignof(WorldMapPanelSlot_SetRotation) == 0x000004, "Wrong alignment on WorldMapPanelSlot_SetRotation"); \ +static_assert(sizeof(WorldMapPanelSlot_SetRotation) == 0x000004, "Wrong size on WorldMapPanelSlot_SetRotation"); \ +static_assert(offsetof(WorldMapPanelSlot_SetRotation, InRotation) == 0x000000, "Member 'WorldMapPanelSlot_SetRotation::InRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetScale \ +static_assert(alignof(WorldMapPanelSlot_SetScale) == 0x000004, "Wrong alignment on WorldMapPanelSlot_SetScale"); \ +static_assert(sizeof(WorldMapPanelSlot_SetScale) == 0x000004, "Wrong size on WorldMapPanelSlot_SetScale"); \ +static_assert(offsetof(WorldMapPanelSlot_SetScale, InScale) == 0x000000, "Member 'WorldMapPanelSlot_SetScale::InScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetScaleWithMap \ +static_assert(alignof(WorldMapPanelSlot_SetScaleWithMap) == 0x000001, "Wrong alignment on WorldMapPanelSlot_SetScaleWithMap"); \ +static_assert(sizeof(WorldMapPanelSlot_SetScaleWithMap) == 0x000001, "Wrong size on WorldMapPanelSlot_SetScaleWithMap"); \ +static_assert(offsetof(WorldMapPanelSlot_SetScaleWithMap, bInScaleWithMap) == 0x000000, "Member 'WorldMapPanelSlot_SetScaleWithMap::bInScaleWithMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetStickToEdge \ +static_assert(alignof(WorldMapPanelSlot_SetStickToEdge) == 0x000001, "Wrong alignment on WorldMapPanelSlot_SetStickToEdge"); \ +static_assert(sizeof(WorldMapPanelSlot_SetStickToEdge) == 0x000001, "Wrong size on WorldMapPanelSlot_SetStickToEdge"); \ +static_assert(offsetof(WorldMapPanelSlot_SetStickToEdge, bInStickToEdge) == 0x000000, "Member 'WorldMapPanelSlot_SetStickToEdge::bInStickToEdge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetUseWorldRotation \ +static_assert(alignof(WorldMapPanelSlot_SetUseWorldRotation) == 0x000001, "Wrong alignment on WorldMapPanelSlot_SetUseWorldRotation"); \ +static_assert(sizeof(WorldMapPanelSlot_SetUseWorldRotation) == 0x000001, "Wrong size on WorldMapPanelSlot_SetUseWorldRotation"); \ +static_assert(offsetof(WorldMapPanelSlot_SetUseWorldRotation, bInUseWorldRotation) == 0x000000, "Member 'WorldMapPanelSlot_SetUseWorldRotation::bInUseWorldRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetUseWorldSize \ +static_assert(alignof(WorldMapPanelSlot_SetUseWorldSize) == 0x000001, "Wrong alignment on WorldMapPanelSlot_SetUseWorldSize"); \ +static_assert(sizeof(WorldMapPanelSlot_SetUseWorldSize) == 0x000001, "Wrong size on WorldMapPanelSlot_SetUseWorldSize"); \ +static_assert(offsetof(WorldMapPanelSlot_SetUseWorldSize, bInUseWorldSize) == 0x000000, "Member 'WorldMapPanelSlot_SetUseWorldSize::bInUseWorldSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetWorldLocation \ +static_assert(alignof(WorldMapPanelSlot_SetWorldLocation) == 0x000008, "Wrong alignment on WorldMapPanelSlot_SetWorldLocation"); \ +static_assert(sizeof(WorldMapPanelSlot_SetWorldLocation) == 0x000018, "Wrong size on WorldMapPanelSlot_SetWorldLocation"); \ +static_assert(offsetof(WorldMapPanelSlot_SetWorldLocation, InWorldLocation) == 0x000000, "Member 'WorldMapPanelSlot_SetWorldLocation::InWorldLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetWorldRotation \ +static_assert(alignof(WorldMapPanelSlot_SetWorldRotation) == 0x000008, "Wrong alignment on WorldMapPanelSlot_SetWorldRotation"); \ +static_assert(sizeof(WorldMapPanelSlot_SetWorldRotation) == 0x000018, "Wrong size on WorldMapPanelSlot_SetWorldRotation"); \ +static_assert(offsetof(WorldMapPanelSlot_SetWorldRotation, InWorldRotation) == 0x000000, "Member 'WorldMapPanelSlot_SetWorldRotation::InWorldRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_SetWorldSize \ +static_assert(alignof(WorldMapPanelSlot_SetWorldSize) == 0x000008, "Wrong alignment on WorldMapPanelSlot_SetWorldSize"); \ +static_assert(sizeof(WorldMapPanelSlot_SetWorldSize) == 0x000018, "Wrong size on WorldMapPanelSlot_SetWorldSize"); \ +static_assert(offsetof(WorldMapPanelSlot_SetWorldSize, InWorldSize) == 0x000000, "Member 'WorldMapPanelSlot_SetWorldSize::InWorldSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetAnchor \ +static_assert(alignof(WorldMapPanelSlot_GetAnchor) == 0x000008, "Wrong alignment on WorldMapPanelSlot_GetAnchor"); \ +static_assert(sizeof(WorldMapPanelSlot_GetAnchor) == 0x000010, "Wrong size on WorldMapPanelSlot_GetAnchor"); \ +static_assert(offsetof(WorldMapPanelSlot_GetAnchor, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetAnchor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetDirectional \ +static_assert(alignof(WorldMapPanelSlot_GetDirectional) == 0x000001, "Wrong alignment on WorldMapPanelSlot_GetDirectional"); \ +static_assert(sizeof(WorldMapPanelSlot_GetDirectional) == 0x000001, "Wrong size on WorldMapPanelSlot_GetDirectional"); \ +static_assert(offsetof(WorldMapPanelSlot_GetDirectional, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetDirectional::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetMaxZoom \ +static_assert(alignof(WorldMapPanelSlot_GetMaxZoom) == 0x000004, "Wrong alignment on WorldMapPanelSlot_GetMaxZoom"); \ +static_assert(sizeof(WorldMapPanelSlot_GetMaxZoom) == 0x000004, "Wrong size on WorldMapPanelSlot_GetMaxZoom"); \ +static_assert(offsetof(WorldMapPanelSlot_GetMaxZoom, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetMaxZoom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetMinZoom \ +static_assert(alignof(WorldMapPanelSlot_GetMinZoom) == 0x000004, "Wrong alignment on WorldMapPanelSlot_GetMinZoom"); \ +static_assert(sizeof(WorldMapPanelSlot_GetMinZoom) == 0x000004, "Wrong size on WorldMapPanelSlot_GetMinZoom"); \ +static_assert(offsetof(WorldMapPanelSlot_GetMinZoom, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetMinZoom::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetOffset \ +static_assert(alignof(WorldMapPanelSlot_GetOffset) == 0x000008, "Wrong alignment on WorldMapPanelSlot_GetOffset"); \ +static_assert(sizeof(WorldMapPanelSlot_GetOffset) == 0x000010, "Wrong size on WorldMapPanelSlot_GetOffset"); \ +static_assert(offsetof(WorldMapPanelSlot_GetOffset, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetPriority \ +static_assert(alignof(WorldMapPanelSlot_GetPriority) == 0x000004, "Wrong alignment on WorldMapPanelSlot_GetPriority"); \ +static_assert(sizeof(WorldMapPanelSlot_GetPriority) == 0x000004, "Wrong size on WorldMapPanelSlot_GetPriority"); \ +static_assert(offsetof(WorldMapPanelSlot_GetPriority, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetRotation \ +static_assert(alignof(WorldMapPanelSlot_GetRotation) == 0x000004, "Wrong alignment on WorldMapPanelSlot_GetRotation"); \ +static_assert(sizeof(WorldMapPanelSlot_GetRotation) == 0x000004, "Wrong size on WorldMapPanelSlot_GetRotation"); \ +static_assert(offsetof(WorldMapPanelSlot_GetRotation, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetScale \ +static_assert(alignof(WorldMapPanelSlot_GetScale) == 0x000004, "Wrong alignment on WorldMapPanelSlot_GetScale"); \ +static_assert(sizeof(WorldMapPanelSlot_GetScale) == 0x000004, "Wrong size on WorldMapPanelSlot_GetScale"); \ +static_assert(offsetof(WorldMapPanelSlot_GetScale, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetScaleWithMap \ +static_assert(alignof(WorldMapPanelSlot_GetScaleWithMap) == 0x000001, "Wrong alignment on WorldMapPanelSlot_GetScaleWithMap"); \ +static_assert(sizeof(WorldMapPanelSlot_GetScaleWithMap) == 0x000001, "Wrong size on WorldMapPanelSlot_GetScaleWithMap"); \ +static_assert(offsetof(WorldMapPanelSlot_GetScaleWithMap, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetScaleWithMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetStickToEdge \ +static_assert(alignof(WorldMapPanelSlot_GetStickToEdge) == 0x000001, "Wrong alignment on WorldMapPanelSlot_GetStickToEdge"); \ +static_assert(sizeof(WorldMapPanelSlot_GetStickToEdge) == 0x000001, "Wrong size on WorldMapPanelSlot_GetStickToEdge"); \ +static_assert(offsetof(WorldMapPanelSlot_GetStickToEdge, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetStickToEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetUseWorldRotation \ +static_assert(alignof(WorldMapPanelSlot_GetUseWorldRotation) == 0x000001, "Wrong alignment on WorldMapPanelSlot_GetUseWorldRotation"); \ +static_assert(sizeof(WorldMapPanelSlot_GetUseWorldRotation) == 0x000001, "Wrong size on WorldMapPanelSlot_GetUseWorldRotation"); \ +static_assert(offsetof(WorldMapPanelSlot_GetUseWorldRotation, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetUseWorldRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetUseWorldSize \ +static_assert(alignof(WorldMapPanelSlot_GetUseWorldSize) == 0x000001, "Wrong alignment on WorldMapPanelSlot_GetUseWorldSize"); \ +static_assert(sizeof(WorldMapPanelSlot_GetUseWorldSize) == 0x000001, "Wrong size on WorldMapPanelSlot_GetUseWorldSize"); \ +static_assert(offsetof(WorldMapPanelSlot_GetUseWorldSize, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetUseWorldSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetWorldLocation \ +static_assert(alignof(WorldMapPanelSlot_GetWorldLocation) == 0x000008, "Wrong alignment on WorldMapPanelSlot_GetWorldLocation"); \ +static_assert(sizeof(WorldMapPanelSlot_GetWorldLocation) == 0x000018, "Wrong size on WorldMapPanelSlot_GetWorldLocation"); \ +static_assert(offsetof(WorldMapPanelSlot_GetWorldLocation, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetWorldRotation \ +static_assert(alignof(WorldMapPanelSlot_GetWorldRotation) == 0x000008, "Wrong alignment on WorldMapPanelSlot_GetWorldRotation"); \ +static_assert(sizeof(WorldMapPanelSlot_GetWorldRotation) == 0x000018, "Wrong size on WorldMapPanelSlot_GetWorldRotation"); \ +static_assert(offsetof(WorldMapPanelSlot_GetWorldRotation, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetWorldRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldMapPanelSlot_GetWorldSize \ +static_assert(alignof(WorldMapPanelSlot_GetWorldSize) == 0x000008, "Wrong alignment on WorldMapPanelSlot_GetWorldSize"); \ +static_assert(sizeof(WorldMapPanelSlot_GetWorldSize) == 0x000018, "Wrong size on WorldMapPanelSlot_GetWorldSize"); \ +static_assert(offsetof(WorldMapPanelSlot_GetWorldSize, ReturnValue) == 0x000000, "Member 'WorldMapPanelSlot_GetWorldSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldMapPanelSlot \ +static_assert(alignof(UWorldMapPanelSlot) == 0x000008, "Wrong alignment on UWorldMapPanelSlot"); \ +static_assert(sizeof(UWorldMapPanelSlot) == 0x0000D8, "Wrong size on UWorldMapPanelSlot"); \ +static_assert(offsetof(UWorldMapPanelSlot, WorldLocation) == 0x000038, "Member 'UWorldMapPanelSlot::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, bDirectional) == 0x000050, "Member 'UWorldMapPanelSlot::bDirectional' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, bUseWorldSize) == 0x000051, "Member 'UWorldMapPanelSlot::bUseWorldSize' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, WorldSize) == 0x000058, "Member 'UWorldMapPanelSlot::WorldSize' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, bUseWorldRotation) == 0x000070, "Member 'UWorldMapPanelSlot::bUseWorldRotation' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, WorldRotation) == 0x000078, "Member 'UWorldMapPanelSlot::WorldRotation' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, Rotation) == 0x000090, "Member 'UWorldMapPanelSlot::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, Scale) == 0x000094, "Member 'UWorldMapPanelSlot::Scale' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, bScaleWithMap) == 0x000098, "Member 'UWorldMapPanelSlot::bScaleWithMap' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, bStickToEdge) == 0x000099, "Member 'UWorldMapPanelSlot::bStickToEdge' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, MinZoom) == 0x00009C, "Member 'UWorldMapPanelSlot::MinZoom' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, MaxZoom) == 0x0000A0, "Member 'UWorldMapPanelSlot::MaxZoom' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, Anchor) == 0x0000A8, "Member 'UWorldMapPanelSlot::Anchor' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, Offset) == 0x0000B8, "Member 'UWorldMapPanelSlot::Offset' has a wrong offset!"); \ +static_assert(offsetof(UWorldMapPanelSlot, Priority) == 0x0000C8, "Member 'UWorldMapPanelSlot::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnforcementDebug \ +static_assert(alignof(UEnforcementDebug) == 0x000008, "Wrong alignment on UEnforcementDebug"); \ +static_assert(sizeof(UEnforcementDebug) == 0x000028, "Wrong size on UEnforcementDebug"); \ + +#define DUMPER7_ASSERTS_AWorldPostProcessSettings \ +static_assert(alignof(AWorldPostProcessSettings) == 0x000008, "Wrong alignment on AWorldPostProcessSettings"); \ +static_assert(sizeof(AWorldPostProcessSettings) == 0x0002C0, "Wrong size on AWorldPostProcessSettings"); \ +static_assert(offsetof(AWorldPostProcessSettings, WorldPostProcessSettingsComponent) == 0x0002B8, "Member 'AWorldPostProcessSettings::WorldPostProcessSettingsComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementManagerSubsystem_DispatchAgentOnFakeChase \ +static_assert(alignof(EnforcementManagerSubsystem_DispatchAgentOnFakeChase) == 0x000001, "Wrong alignment on EnforcementManagerSubsystem_DispatchAgentOnFakeChase"); \ +static_assert(sizeof(EnforcementManagerSubsystem_DispatchAgentOnFakeChase) == 0x000001, "Wrong size on EnforcementManagerSubsystem_DispatchAgentOnFakeChase"); \ +static_assert(offsetof(EnforcementManagerSubsystem_DispatchAgentOnFakeChase, Faction) == 0x000000, "Member 'EnforcementManagerSubsystem_DispatchAgentOnFakeChase::Faction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementManagerSubsystem_GetEnforcementFaction \ +static_assert(alignof(EnforcementManagerSubsystem_GetEnforcementFaction) == 0x000008, "Wrong alignment on EnforcementManagerSubsystem_GetEnforcementFaction"); \ +static_assert(sizeof(EnforcementManagerSubsystem_GetEnforcementFaction) == 0x000010, "Wrong size on EnforcementManagerSubsystem_GetEnforcementFaction"); \ +static_assert(offsetof(EnforcementManagerSubsystem_GetEnforcementFaction, TeamID) == 0x000000, "Member 'EnforcementManagerSubsystem_GetEnforcementFaction::TeamID' has a wrong offset!"); \ +static_assert(offsetof(EnforcementManagerSubsystem_GetEnforcementFaction, ReturnValue) == 0x000008, "Member 'EnforcementManagerSubsystem_GetEnforcementFaction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementManagerSubsystem_ReportCrime \ +static_assert(alignof(EnforcementManagerSubsystem_ReportCrime) == 0x000008, "Wrong alignment on EnforcementManagerSubsystem_ReportCrime"); \ +static_assert(sizeof(EnforcementManagerSubsystem_ReportCrime) == 0x000020, "Wrong size on EnforcementManagerSubsystem_ReportCrime"); \ +static_assert(offsetof(EnforcementManagerSubsystem_ReportCrime, CrimeReport) == 0x000000, "Member 'EnforcementManagerSubsystem_ReportCrime::CrimeReport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementManagerSubsystem_ReportCrimeWithDelay \ +static_assert(alignof(EnforcementManagerSubsystem_ReportCrimeWithDelay) == 0x000008, "Wrong alignment on EnforcementManagerSubsystem_ReportCrimeWithDelay"); \ +static_assert(sizeof(EnforcementManagerSubsystem_ReportCrimeWithDelay) == 0x000028, "Wrong size on EnforcementManagerSubsystem_ReportCrimeWithDelay"); \ +static_assert(offsetof(EnforcementManagerSubsystem_ReportCrimeWithDelay, CrimeReport) == 0x000000, "Member 'EnforcementManagerSubsystem_ReportCrimeWithDelay::CrimeReport' has a wrong offset!"); \ +static_assert(offsetof(EnforcementManagerSubsystem_ReportCrimeWithDelay, DelayInSeconds) == 0x000020, "Member 'EnforcementManagerSubsystem_ReportCrimeWithDelay::DelayInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementManagerSubsystem_RequestEnforcment \ +static_assert(alignof(EnforcementManagerSubsystem_RequestEnforcment) == 0x000008, "Wrong alignment on EnforcementManagerSubsystem_RequestEnforcment"); \ +static_assert(sizeof(EnforcementManagerSubsystem_RequestEnforcment) == 0x000018, "Wrong size on EnforcementManagerSubsystem_RequestEnforcment"); \ +static_assert(offsetof(EnforcementManagerSubsystem_RequestEnforcment, FromFaction) == 0x000000, "Member 'EnforcementManagerSubsystem_RequestEnforcment::FromFaction' has a wrong offset!"); \ +static_assert(offsetof(EnforcementManagerSubsystem_RequestEnforcment, Parameters) == 0x000008, "Member 'EnforcementManagerSubsystem_RequestEnforcment::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementManagerSubsystem_GetActiveCrimeFactionPriority \ +static_assert(alignof(EnforcementManagerSubsystem_GetActiveCrimeFactionPriority) == 0x000004, "Wrong alignment on EnforcementManagerSubsystem_GetActiveCrimeFactionPriority"); \ +static_assert(sizeof(EnforcementManagerSubsystem_GetActiveCrimeFactionPriority) == 0x000004, "Wrong size on EnforcementManagerSubsystem_GetActiveCrimeFactionPriority"); \ +static_assert(offsetof(EnforcementManagerSubsystem_GetActiveCrimeFactionPriority, ReturnValue) == 0x000000, "Member 'EnforcementManagerSubsystem_GetActiveCrimeFactionPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementManagerSubsystem_IsAnyCrimeActive \ +static_assert(alignof(EnforcementManagerSubsystem_IsAnyCrimeActive) == 0x000001, "Wrong alignment on EnforcementManagerSubsystem_IsAnyCrimeActive"); \ +static_assert(sizeof(EnforcementManagerSubsystem_IsAnyCrimeActive) == 0x000001, "Wrong size on EnforcementManagerSubsystem_IsAnyCrimeActive"); \ +static_assert(offsetof(EnforcementManagerSubsystem_IsAnyCrimeActive, ReturnValue) == 0x000000, "Member 'EnforcementManagerSubsystem_IsAnyCrimeActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementManagerSubsystem_IsPlayerWanted \ +static_assert(alignof(EnforcementManagerSubsystem_IsPlayerWanted) == 0x000001, "Wrong alignment on EnforcementManagerSubsystem_IsPlayerWanted"); \ +static_assert(sizeof(EnforcementManagerSubsystem_IsPlayerWanted) == 0x000001, "Wrong size on EnforcementManagerSubsystem_IsPlayerWanted"); \ +static_assert(offsetof(EnforcementManagerSubsystem_IsPlayerWanted, ReturnValue) == 0x000000, "Member 'EnforcementManagerSubsystem_IsPlayerWanted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementManagerSubsystem_IsPlayerWantedByFaction \ +static_assert(alignof(EnforcementManagerSubsystem_IsPlayerWantedByFaction) == 0x000001, "Wrong alignment on EnforcementManagerSubsystem_IsPlayerWantedByFaction"); \ +static_assert(sizeof(EnforcementManagerSubsystem_IsPlayerWantedByFaction) == 0x000002, "Wrong size on EnforcementManagerSubsystem_IsPlayerWantedByFaction"); \ +static_assert(offsetof(EnforcementManagerSubsystem_IsPlayerWantedByFaction, FactionId) == 0x000000, "Member 'EnforcementManagerSubsystem_IsPlayerWantedByFaction::FactionId' has a wrong offset!"); \ +static_assert(offsetof(EnforcementManagerSubsystem_IsPlayerWantedByFaction, ReturnValue) == 0x000001, "Member 'EnforcementManagerSubsystem_IsPlayerWantedByFaction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnforcementManagerSubsystem_IsTargetWanted \ +static_assert(alignof(EnforcementManagerSubsystem_IsTargetWanted) == 0x000004, "Wrong alignment on EnforcementManagerSubsystem_IsTargetWanted"); \ +static_assert(sizeof(EnforcementManagerSubsystem_IsTargetWanted) == 0x00000C, "Wrong size on EnforcementManagerSubsystem_IsTargetWanted"); \ +static_assert(offsetof(EnforcementManagerSubsystem_IsTargetWanted, PlaceId) == 0x000000, "Member 'EnforcementManagerSubsystem_IsTargetWanted::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(EnforcementManagerSubsystem_IsTargetWanted, ReturnValue) == 0x000008, "Member 'EnforcementManagerSubsystem_IsTargetWanted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnforcementManagerSubsystem \ +static_assert(alignof(UEnforcementManagerSubsystem) == 0x000008, "Wrong alignment on UEnforcementManagerSubsystem"); \ +static_assert(sizeof(UEnforcementManagerSubsystem) == 0x000110, "Wrong size on UEnforcementManagerSubsystem"); \ +static_assert(offsetof(UEnforcementManagerSubsystem, OnCrimeReportedForFaction) == 0x000048, "Member 'UEnforcementManagerSubsystem::OnCrimeReportedForFaction' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementManagerSubsystem, OnCrimeSceneStarted) == 0x000058, "Member 'UEnforcementManagerSubsystem::OnCrimeSceneStarted' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementManagerSubsystem, OnCrimeEscalated) == 0x000068, "Member 'UEnforcementManagerSubsystem::OnCrimeEscalated' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementManagerSubsystem, OnCrimeStatusUpdated) == 0x000078, "Member 'UEnforcementManagerSubsystem::OnCrimeStatusUpdated' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementManagerSubsystem, OnCrimeSuspectSpottedOnRoad) == 0x000088, "Member 'UEnforcementManagerSubsystem::OnCrimeSuspectSpottedOnRoad' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementManagerSubsystem, ActorGroupSubsystem) == 0x000098, "Member 'UEnforcementManagerSubsystem::ActorGroupSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementManagerSubsystem, EnforcementFactions) == 0x0000A0, "Member 'UEnforcementManagerSubsystem::EnforcementFactions' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementManagerSubsystem, ActiveCrimeFaction) == 0x0000F0, "Member 'UEnforcementManagerSubsystem::ActiveCrimeFaction' has a wrong offset!"); \ +static_assert(offsetof(UEnforcementManagerSubsystem, Debug) == 0x000108, "Member 'UEnforcementManagerSubsystem::Debug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_VehicleAllowAttack \ +static_assert(alignof(UHTNDecorator_VehicleAllowAttack) == 0x000008, "Wrong alignment on UHTNDecorator_VehicleAllowAttack"); \ +static_assert(sizeof(UHTNDecorator_VehicleAllowAttack) == 0x000080, "Wrong size on UHTNDecorator_VehicleAllowAttack"); \ + +#define DUMPER7_ASSERTS_UEntryContainedActionMeleeShoveActionType \ +static_assert(alignof(UEntryContainedActionMeleeShoveActionType) == 0x000008, "Wrong alignment on UEntryContainedActionMeleeShoveActionType"); \ +static_assert(sizeof(UEntryContainedActionMeleeShoveActionType) == 0x000030, "Wrong size on UEntryContainedActionMeleeShoveActionType"); \ + +#define DUMPER7_ASSERTS_UVehicleCenterOfMassAdjustmentComponent \ +static_assert(alignof(UVehicleCenterOfMassAdjustmentComponent) == 0x000008, "Wrong alignment on UVehicleCenterOfMassAdjustmentComponent"); \ +static_assert(sizeof(UVehicleCenterOfMassAdjustmentComponent) == 0x0001F0, "Wrong size on UVehicleCenterOfMassAdjustmentComponent"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, bUseCenterOfMassAdjustments) == 0x0000C0, "Member 'UVehicleCenterOfMassAdjustmentComponent::bUseCenterOfMassAdjustments' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, HandbrakeForwardCOMOffset) == 0x0000C8, "Member 'UVehicleCenterOfMassAdjustmentComponent::HandbrakeForwardCOMOffset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, HandbrakeForwardCOMOffsetScale) == 0x0000D0, "Member 'UVehicleCenterOfMassAdjustmentComponent::HandbrakeForwardCOMOffsetScale' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, HandbrakeForwardCOMInterpRiseAndFallSpeeds) == 0x0000D8, "Member 'UVehicleCenterOfMassAdjustmentComponent::HandbrakeForwardCOMInterpRiseAndFallSpeeds' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, SteeringToForwardCOMOffset) == 0x0000E8, "Member 'UVehicleCenterOfMassAdjustmentComponent::SteeringToForwardCOMOffset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, ForwardCOMOffsetScale) == 0x0000F0, "Member 'UVehicleCenterOfMassAdjustmentComponent::ForwardCOMOffsetScale' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, ForwardCOMInterpRiseAndFallSpeeds) == 0x000118, "Member 'UVehicleCenterOfMassAdjustmentComponent::ForwardCOMInterpRiseAndFallSpeeds' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, MinVelocityToDisableForwardCOMOffset) == 0x000128, "Member 'UVehicleCenterOfMassAdjustmentComponent::MinVelocityToDisableForwardCOMOffset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, SteeringToHorizontalCOMOffset) == 0x000130, "Member 'UVehicleCenterOfMassAdjustmentComponent::SteeringToHorizontalCOMOffset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, HorizontalCOMOffsetScale) == 0x000138, "Member 'UVehicleCenterOfMassAdjustmentComponent::HorizontalCOMOffsetScale' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, HorizontalCOMInterpRiseAndFallSpeeds) == 0x000160, "Member 'UVehicleCenterOfMassAdjustmentComponent::HorizontalCOMInterpRiseAndFallSpeeds' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, HandbrakeVerticalCOMOffset) == 0x000170, "Member 'UVehicleCenterOfMassAdjustmentComponent::HandbrakeVerticalCOMOffset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, HandbrakeVerticalCOMOffsetScale) == 0x00017C, "Member 'UVehicleCenterOfMassAdjustmentComponent::HandbrakeVerticalCOMOffsetScale' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, HandbrakeVerticalCOMInterpRiseAndFallSpeeds) == 0x000180, "Member 'UVehicleCenterOfMassAdjustmentComponent::HandbrakeVerticalCOMInterpRiseAndFallSpeeds' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, SteeringToVerticalCOMOffset) == 0x000190, "Member 'UVehicleCenterOfMassAdjustmentComponent::SteeringToVerticalCOMOffset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, VerticalCOMOffsetScale) == 0x000198, "Member 'UVehicleCenterOfMassAdjustmentComponent::VerticalCOMOffsetScale' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCenterOfMassAdjustmentComponent, VerticalCOMInterpRiseAndFallSpeeds) == 0x0001C0, "Member 'UVehicleCenterOfMassAdjustmentComponent::VerticalCOMInterpRiseAndFallSpeeds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PickAndSetPresetAsyncAction_PickAndSetPresetAsync \ +static_assert(alignof(PickAndSetPresetAsyncAction_PickAndSetPresetAsync) == 0x000008, "Wrong alignment on PickAndSetPresetAsyncAction_PickAndSetPresetAsync"); \ +static_assert(sizeof(PickAndSetPresetAsyncAction_PickAndSetPresetAsync) == 0x000060, "Wrong size on PickAndSetPresetAsyncAction_PickAndSetPresetAsync"); \ +static_assert(offsetof(PickAndSetPresetAsyncAction_PickAndSetPresetAsync, WorldContextObject) == 0x000000, "Member 'PickAndSetPresetAsyncAction_PickAndSetPresetAsync::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PickAndSetPresetAsyncAction_PickAndSetPresetAsync, TimeTag) == 0x000008, "Member 'PickAndSetPresetAsyncAction_PickAndSetPresetAsync::TimeTag' has a wrong offset!"); \ +static_assert(offsetof(PickAndSetPresetAsyncAction_PickAndSetPresetAsync, TagQuery) == 0x000010, "Member 'PickAndSetPresetAsyncAction_PickAndSetPresetAsync::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(PickAndSetPresetAsyncAction_PickAndSetPresetAsync, ReturnValue) == 0x000058, "Member 'PickAndSetPresetAsyncAction_PickAndSetPresetAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPickAndSetPresetAsyncAction \ +static_assert(alignof(UPickAndSetPresetAsyncAction) == 0x000008, "Wrong alignment on UPickAndSetPresetAsyncAction"); \ +static_assert(sizeof(UPickAndSetPresetAsyncAction) == 0x000098, "Wrong size on UPickAndSetPresetAsyncAction"); \ +static_assert(offsetof(UPickAndSetPresetAsyncAction, OnCompleted) == 0x000030, "Member 'UPickAndSetPresetAsyncAction::OnCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJGameViewportClient \ +static_assert(alignof(UCJGameViewportClient) == 0x000008, "Wrong alignment on UCJGameViewportClient"); \ +static_assert(sizeof(UCJGameViewportClient) == 0x000410, "Wrong size on UCJGameViewportClient"); \ + +#define DUMPER7_ASSERTS_ForceFullLumenUpdateAsyncAction_ForceFullLumenUpdateAsync \ +static_assert(alignof(ForceFullLumenUpdateAsyncAction_ForceFullLumenUpdateAsync) == 0x000008, "Wrong alignment on ForceFullLumenUpdateAsyncAction_ForceFullLumenUpdateAsync"); \ +static_assert(sizeof(ForceFullLumenUpdateAsyncAction_ForceFullLumenUpdateAsync) == 0x000010, "Wrong size on ForceFullLumenUpdateAsyncAction_ForceFullLumenUpdateAsync"); \ +static_assert(offsetof(ForceFullLumenUpdateAsyncAction_ForceFullLumenUpdateAsync, WorldContextObject) == 0x000000, "Member 'ForceFullLumenUpdateAsyncAction_ForceFullLumenUpdateAsync::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ForceFullLumenUpdateAsyncAction_ForceFullLumenUpdateAsync, ReturnValue) == 0x000008, "Member 'ForceFullLumenUpdateAsyncAction_ForceFullLumenUpdateAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForceFullLumenUpdateAsyncAction \ +static_assert(alignof(UForceFullLumenUpdateAsyncAction) == 0x000008, "Wrong alignment on UForceFullLumenUpdateAsyncAction"); \ +static_assert(sizeof(UForceFullLumenUpdateAsyncAction) == 0x000048, "Wrong size on UForceFullLumenUpdateAsyncAction"); \ +static_assert(offsetof(UForceFullLumenUpdateAsyncAction, OnCompleted) == 0x000030, "Member 'UForceFullLumenUpdateAsyncAction::OnCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvironmentBlueprintLibrary_GetActiveTimeTag \ +static_assert(alignof(EnvironmentBlueprintLibrary_GetActiveTimeTag) == 0x000008, "Wrong alignment on EnvironmentBlueprintLibrary_GetActiveTimeTag"); \ +static_assert(sizeof(EnvironmentBlueprintLibrary_GetActiveTimeTag) == 0x000010, "Wrong size on EnvironmentBlueprintLibrary_GetActiveTimeTag"); \ +static_assert(offsetof(EnvironmentBlueprintLibrary_GetActiveTimeTag, WorldContextObject) == 0x000000, "Member 'EnvironmentBlueprintLibrary_GetActiveTimeTag::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EnvironmentBlueprintLibrary_GetActiveTimeTag, ReturnValue) == 0x000008, "Member 'EnvironmentBlueprintLibrary_GetActiveTimeTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvironmentBlueprintLibrary_GetTime \ +static_assert(alignof(EnvironmentBlueprintLibrary_GetTime) == 0x000008, "Wrong alignment on EnvironmentBlueprintLibrary_GetTime"); \ +static_assert(sizeof(EnvironmentBlueprintLibrary_GetTime) == 0x000018, "Wrong size on EnvironmentBlueprintLibrary_GetTime"); \ +static_assert(offsetof(EnvironmentBlueprintLibrary_GetTime, WorldContextObject) == 0x000000, "Member 'EnvironmentBlueprintLibrary_GetTime::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(EnvironmentBlueprintLibrary_GetTime, Time) == 0x000008, "Member 'EnvironmentBlueprintLibrary_GetTime::Time' has a wrong offset!"); \ +static_assert(offsetof(EnvironmentBlueprintLibrary_GetTime, Hour) == 0x00000C, "Member 'EnvironmentBlueprintLibrary_GetTime::Hour' has a wrong offset!"); \ +static_assert(offsetof(EnvironmentBlueprintLibrary_GetTime, Minute) == 0x000010, "Member 'EnvironmentBlueprintLibrary_GetTime::Minute' has a wrong offset!"); \ +static_assert(offsetof(EnvironmentBlueprintLibrary_GetTime, Second) == 0x000014, "Member 'EnvironmentBlueprintLibrary_GetTime::Second' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvironmentBlueprintLibrary \ +static_assert(alignof(UEnvironmentBlueprintLibrary) == 0x000008, "Wrong alignment on UEnvironmentBlueprintLibrary"); \ +static_assert(sizeof(UEnvironmentBlueprintLibrary) == 0x000028, "Wrong size on UEnvironmentBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_USituationDataTable \ +static_assert(alignof(USituationDataTable) == 0x000008, "Wrong alignment on USituationDataTable"); \ +static_assert(sizeof(USituationDataTable) == 0x0000B0, "Wrong size on USituationDataTable"); \ + +#define DUMPER7_ASSERTS_UEnvironmentGameSyncSubsystem \ +static_assert(alignof(UEnvironmentGameSyncSubsystem) == 0x000008, "Wrong alignment on UEnvironmentGameSyncSubsystem"); \ +static_assert(sizeof(UEnvironmentGameSyncSubsystem) == 0x000060, "Wrong size on UEnvironmentGameSyncSubsystem"); \ +static_assert(offsetof(UEnvironmentGameSyncSubsystem, GameSyncAsset) == 0x000058, "Member 'UEnvironmentGameSyncSubsystem::GameSyncAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWorldStateComponent_OnCharacterEnterSeat \ +static_assert(alignof(VehicleWorldStateComponent_OnCharacterEnterSeat) == 0x000008, "Wrong alignment on VehicleWorldStateComponent_OnCharacterEnterSeat"); \ +static_assert(sizeof(VehicleWorldStateComponent_OnCharacterEnterSeat) == 0x000010, "Wrong size on VehicleWorldStateComponent_OnCharacterEnterSeat"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnCharacterEnterSeat, Character) == 0x000000, "Member 'VehicleWorldStateComponent_OnCharacterEnterSeat::Character' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnCharacterEnterSeat, SeatId) == 0x000008, "Member 'VehicleWorldStateComponent_OnCharacterEnterSeat::SeatId' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnCharacterEnterSeat, DoorId) == 0x000009, "Member 'VehicleWorldStateComponent_OnCharacterEnterSeat::DoorId' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnCharacterEnterSeat, State) == 0x00000A, "Member 'VehicleWorldStateComponent_OnCharacterEnterSeat::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWorldStateComponent_OnCharacterExitSeat \ +static_assert(alignof(VehicleWorldStateComponent_OnCharacterExitSeat) == 0x000008, "Wrong alignment on VehicleWorldStateComponent_OnCharacterExitSeat"); \ +static_assert(sizeof(VehicleWorldStateComponent_OnCharacterExitSeat) == 0x000010, "Wrong size on VehicleWorldStateComponent_OnCharacterExitSeat"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnCharacterExitSeat, Character) == 0x000000, "Member 'VehicleWorldStateComponent_OnCharacterExitSeat::Character' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnCharacterExitSeat, SeatId) == 0x000008, "Member 'VehicleWorldStateComponent_OnCharacterExitSeat::SeatId' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnCharacterExitSeat, DoorId) == 0x000009, "Member 'VehicleWorldStateComponent_OnCharacterExitSeat::DoorId' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnCharacterExitSeat, ExitAction) == 0x00000A, "Member 'VehicleWorldStateComponent_OnCharacterExitSeat::ExitAction' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnCharacterExitSeat, State) == 0x00000B, "Member 'VehicleWorldStateComponent_OnCharacterExitSeat::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWorldStateComponent_OnDamagedUpdateWorldState \ +static_assert(alignof(VehicleWorldStateComponent_OnDamagedUpdateWorldState) == 0x000008, "Wrong alignment on VehicleWorldStateComponent_OnDamagedUpdateWorldState"); \ +static_assert(sizeof(VehicleWorldStateComponent_OnDamagedUpdateWorldState) == 0x000010, "Wrong size on VehicleWorldStateComponent_OnDamagedUpdateWorldState"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnDamagedUpdateWorldState, WeakSpot) == 0x000000, "Member 'VehicleWorldStateComponent_OnDamagedUpdateWorldState::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnDamagedUpdateWorldState, Damage) == 0x000008, "Member 'VehicleWorldStateComponent_OnDamagedUpdateWorldState::Damage' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnDamagedUpdateWorldState, DamageClass) == 0x00000C, "Member 'VehicleWorldStateComponent_OnDamagedUpdateWorldState::DamageClass' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnDamagedUpdateWorldState, DamageSource) == 0x00000D, "Member 'VehicleWorldStateComponent_OnDamagedUpdateWorldState::DamageSource' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnDamagedUpdateWorldState, bReapply) == 0x00000E, "Member 'VehicleWorldStateComponent_OnDamagedUpdateWorldState::bReapply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWorldStateComponent_OnTrailStatusChanged \ +static_assert(alignof(VehicleWorldStateComponent_OnTrailStatusChanged) == 0x000001, "Wrong alignment on VehicleWorldStateComponent_OnTrailStatusChanged"); \ +static_assert(sizeof(VehicleWorldStateComponent_OnTrailStatusChanged) == 0x000001, "Wrong size on VehicleWorldStateComponent_OnTrailStatusChanged"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnTrailStatusChanged, bTrailsActive) == 0x000000, "Member 'VehicleWorldStateComponent_OnTrailStatusChanged::bTrailsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWorldStateComponent_OnVehicleFlippedOver \ +static_assert(alignof(VehicleWorldStateComponent_OnVehicleFlippedOver) == 0x000001, "Wrong alignment on VehicleWorldStateComponent_OnVehicleFlippedOver"); \ +static_assert(sizeof(VehicleWorldStateComponent_OnVehicleFlippedOver) == 0x000001, "Wrong size on VehicleWorldStateComponent_OnVehicleFlippedOver"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnVehicleFlippedOver, bIsFlippedOver) == 0x000000, "Member 'VehicleWorldStateComponent_OnVehicleFlippedOver::bIsFlippedOver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState \ +static_assert(alignof(VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState) == 0x000008, "Wrong alignment on VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState"); \ +static_assert(sizeof(VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState) == 0x000010, "Wrong size on VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState, WeakSpot) == 0x000000, "Member 'VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState, Damage) == 0x000008, "Member 'VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState::Damage' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState, bTriggeredTakedown) == 0x00000C, "Member 'VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState::bTriggeredTakedown' has a wrong offset!"); \ +static_assert(offsetof(VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState, bReapply) == 0x00000D, "Member 'VehicleWorldStateComponent_OnWeakSpotDestroyedUpdateWorldState::bReapply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleWorldStateComponent \ +static_assert(alignof(UVehicleWorldStateComponent) == 0x000008, "Wrong alignment on UVehicleWorldStateComponent"); \ +static_assert(sizeof(UVehicleWorldStateComponent) == 0x000178, "Wrong size on UVehicleWorldStateComponent"); \ +static_assert(offsetof(UVehicleWorldStateComponent, bInitializeWorldState) == 0x0000C0, "Member 'UVehicleWorldStateComponent::bInitializeWorldState' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWorldStateComponent, WorldStateInfoSubsystem) == 0x0000C8, "Member 'UVehicleWorldStateComponent::WorldStateInfoSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryGenerator_ActorsOfBaseClass \ +static_assert(alignof(UEnvQueryGenerator_ActorsOfBaseClass) == 0x000008, "Wrong alignment on UEnvQueryGenerator_ActorsOfBaseClass"); \ +static_assert(sizeof(UEnvQueryGenerator_ActorsOfBaseClass) == 0x0000D0, "Wrong size on UEnvQueryGenerator_ActorsOfBaseClass"); \ + +#define DUMPER7_ASSERTS_CJAITask_MoveTo_CJAIMoveTo \ +static_assert(alignof(CJAITask_MoveTo_CJAIMoveTo) == 0x000008, "Wrong alignment on CJAITask_MoveTo_CJAIMoveTo"); \ +static_assert(sizeof(CJAITask_MoveTo_CJAIMoveTo) == 0x000058, "Wrong size on CJAITask_MoveTo_CJAIMoveTo"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, Controller) == 0x000000, "Member 'CJAITask_MoveTo_CJAIMoveTo::Controller' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, GoalLocation) == 0x000008, "Member 'CJAITask_MoveTo_CJAIMoveTo::GoalLocation' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, GoalActor) == 0x000020, "Member 'CJAITask_MoveTo_CJAIMoveTo::GoalActor' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, DesiredSpeed) == 0x000028, "Member 'CJAITask_MoveTo_CJAIMoveTo::DesiredSpeed' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, AcceptanceRadius) == 0x00002C, "Member 'CJAITask_MoveTo_CJAIMoveTo::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, bUsePathfinding) == 0x000030, "Member 'CJAITask_MoveTo_CJAIMoveTo::bUsePathfinding' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, bTeleportToNavEdgeFallback) == 0x000031, "Member 'CJAITask_MoveTo_CJAIMoveTo::bTeleportToNavEdgeFallback' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, bTeleportToDestinationFallback) == 0x000032, "Member 'CJAITask_MoveTo_CJAIMoveTo::bTeleportToDestinationFallback' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, bKillAsLastResortFallback) == 0x000033, "Member 'CJAITask_MoveTo_CJAIMoveTo::bKillAsLastResortFallback' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, AcceptPartialPath) == 0x000034, "Member 'CJAITask_MoveTo_CJAIMoveTo::AcceptPartialPath' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, ProjectGoalOnNavigation) == 0x000035, "Member 'CJAITask_MoveTo_CJAIMoveTo::ProjectGoalOnNavigation' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, RequireNavigableEndLocation) == 0x000036, "Member 'CJAITask_MoveTo_CJAIMoveTo::RequireNavigableEndLocation' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, NavProjectExtent) == 0x000038, "Member 'CJAITask_MoveTo_CJAIMoveTo::NavProjectExtent' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_MoveTo_CJAIMoveTo, ReturnValue) == 0x000050, "Member 'CJAITask_MoveTo_CJAIMoveTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAITask_MoveTo_OnNavigationRebuilt \ +static_assert(alignof(CJAITask_MoveTo_OnNavigationRebuilt) == 0x000008, "Wrong alignment on CJAITask_MoveTo_OnNavigationRebuilt"); \ +static_assert(sizeof(CJAITask_MoveTo_OnNavigationRebuilt) == 0x000008, "Wrong size on CJAITask_MoveTo_OnNavigationRebuilt"); \ +static_assert(offsetof(CJAITask_MoveTo_OnNavigationRebuilt, NavData) == 0x000000, "Member 'CJAITask_MoveTo_OnNavigationRebuilt::NavData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAITask_MoveTo_UpdateGoal \ +static_assert(alignof(CJAITask_MoveTo_UpdateGoal) == 0x000008, "Wrong alignment on CJAITask_MoveTo_UpdateGoal"); \ +static_assert(sizeof(CJAITask_MoveTo_UpdateGoal) == 0x000018, "Wrong size on CJAITask_MoveTo_UpdateGoal"); \ +static_assert(offsetof(CJAITask_MoveTo_UpdateGoal, NewGoalLocation) == 0x000000, "Member 'CJAITask_MoveTo_UpdateGoal::NewGoalLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAITask_MoveTo \ +static_assert(alignof(UCJAITask_MoveTo) == 0x000008, "Wrong alignment on UCJAITask_MoveTo"); \ +static_assert(sizeof(UCJAITask_MoveTo) == 0x0001D0, "Wrong size on UCJAITask_MoveTo"); \ +static_assert(offsetof(UCJAITask_MoveTo, OnMoveFinished) == 0x000090, "Member 'UCJAITask_MoveTo::OnMoveFinished' has a wrong offset!"); \ +static_assert(offsetof(UCJAITask_MoveTo, MoveRequest) == 0x0000B0, "Member 'UCJAITask_MoveTo::MoveRequest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryTest_PathfindingExtensions \ +static_assert(alignof(UEnvQueryTest_PathfindingExtensions) == 0x000008, "Wrong alignment on UEnvQueryTest_PathfindingExtensions"); \ +static_assert(sizeof(UEnvQueryTest_PathfindingExtensions) == 0x000288, "Wrong size on UEnvQueryTest_PathfindingExtensions"); \ +static_assert(offsetof(UEnvQueryTest_PathfindingExtensions, TestMode) == 0x0001F8, "Member 'UEnvQueryTest_PathfindingExtensions::TestMode' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_PathfindingExtensions, Context) == 0x000200, "Member 'UEnvQueryTest_PathfindingExtensions::Context' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_PathfindingExtensions, QuerierContext) == 0x000208, "Member 'UEnvQueryTest_PathfindingExtensions::QuerierContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_PathfindingExtensions, PathFromContext) == 0x000210, "Member 'UEnvQueryTest_PathfindingExtensions::PathFromContext' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_PathfindingExtensions, SkipUnreachable) == 0x000248, "Member 'UEnvQueryTest_PathfindingExtensions::SkipUnreachable' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryTest_PathfindingExtensions, FilterClass) == 0x000280, "Member 'UEnvQueryTest_PathfindingExtensions::FilterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEvadableActionGate \ +static_assert(alignof(UEvadableActionGate) == 0x000008, "Wrong alignment on UEvadableActionGate"); \ +static_assert(sizeof(UEvadableActionGate) == 0x000030, "Wrong size on UEvadableActionGate"); \ +static_assert(offsetof(UEvadableActionGate, bRedispatchAnimation) == 0x000028, "Member 'UEvadableActionGate::bRedispatchAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIntimidateResultActionCondition \ +static_assert(alignof(UIntimidateResultActionCondition) == 0x000008, "Wrong alignment on UIntimidateResultActionCondition"); \ +static_assert(sizeof(UIntimidateResultActionCondition) == 0x000030, "Wrong size on UIntimidateResultActionCondition"); \ +static_assert(offsetof(UIntimidateResultActionCondition, ResultEquals) == 0x000028, "Member 'UIntimidateResultActionCondition::ResultEquals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEvadeInterval \ +static_assert(alignof(UEvadeInterval) == 0x000008, "Wrong alignment on UEvadeInterval"); \ +static_assert(sizeof(UEvadeInterval) == 0x000038, "Wrong size on UEvadeInterval"); \ + +#define DUMPER7_ASSERTS_UEventContainedActionType \ +static_assert(alignof(UEventContainedActionType) == 0x000008, "Wrong alignment on UEventContainedActionType"); \ +static_assert(sizeof(UEventContainedActionType) == 0x000030, "Wrong size on UEventContainedActionType"); \ + +#define DUMPER7_ASSERTS_UCameraModifierAlignToNamedLocation \ +static_assert(alignof(UCameraModifierAlignToNamedLocation) == 0x000008, "Wrong alignment on UCameraModifierAlignToNamedLocation"); \ +static_assert(sizeof(UCameraModifierAlignToNamedLocation) == 0x000270, "Wrong size on UCameraModifierAlignToNamedLocation"); \ +static_assert(offsetof(UCameraModifierAlignToNamedLocation, NamedLocationIdentifier) == 0x000248, "Member 'UCameraModifierAlignToNamedLocation::NamedLocationIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExitContainedActionMeleeGrabActionType \ +static_assert(alignof(UExitContainedActionMeleeGrabActionType) == 0x000008, "Wrong alignment on UExitContainedActionMeleeGrabActionType"); \ +static_assert(sizeof(UExitContainedActionMeleeGrabActionType) == 0x000030, "Wrong size on UExitContainedActionMeleeGrabActionType"); \ + +#define DUMPER7_ASSERTS_UFakeLightSettings \ +static_assert(alignof(UFakeLightSettings) == 0x000008, "Wrong alignment on UFakeLightSettings"); \ +static_assert(sizeof(UFakeLightSettings) == 0x0000B0, "Wrong size on UFakeLightSettings"); \ +static_assert(offsetof(UFakeLightSettings, FakePointLightMesh) == 0x000038, "Member 'UFakeLightSettings::FakePointLightMesh' has a wrong offset!"); \ +static_assert(offsetof(UFakeLightSettings, FakeSpotLightMesh) == 0x000060, "Member 'UFakeLightSettings::FakeSpotLightMesh' has a wrong offset!"); \ +static_assert(offsetof(UFakeLightSettings, FakeRectLightMesh) == 0x000088, "Member 'UFakeLightSettings::FakeRectLightMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UResetScaleActionNotify \ +static_assert(alignof(UResetScaleActionNotify) == 0x000008, "Wrong alignment on UResetScaleActionNotify"); \ +static_assert(sizeof(UResetScaleActionNotify) == 0x000040, "Wrong size on UResetScaleActionNotify"); \ +static_assert(offsetof(UResetScaleActionNotify, BlendTime) == 0x000038, "Member 'UResetScaleActionNotify::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(UResetScaleActionNotify, TargetOption) == 0x00003C, "Member 'UResetScaleActionNotify::TargetOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FlagRaisingComponent_EnsureFlagIsRaised \ +static_assert(alignof(FlagRaisingComponent_EnsureFlagIsRaised) == 0x000001, "Wrong alignment on FlagRaisingComponent_EnsureFlagIsRaised"); \ +static_assert(sizeof(FlagRaisingComponent_EnsureFlagIsRaised) == 0x000001, "Wrong size on FlagRaisingComponent_EnsureFlagIsRaised"); \ +static_assert(offsetof(FlagRaisingComponent_EnsureFlagIsRaised, Flag) == 0x000000, "Member 'FlagRaisingComponent_EnsureFlagIsRaised::Flag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FlagRaisingComponent_RaiseFlag \ +static_assert(alignof(FlagRaisingComponent_RaiseFlag) == 0x000001, "Wrong alignment on FlagRaisingComponent_RaiseFlag"); \ +static_assert(sizeof(FlagRaisingComponent_RaiseFlag) == 0x000001, "Wrong size on FlagRaisingComponent_RaiseFlag"); \ +static_assert(offsetof(FlagRaisingComponent_RaiseFlag, Flag) == 0x000000, "Member 'FlagRaisingComponent_RaiseFlag::Flag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FlagRaisingComponent_RaiseFlagForTime \ +static_assert(alignof(FlagRaisingComponent_RaiseFlagForTime) == 0x000004, "Wrong alignment on FlagRaisingComponent_RaiseFlagForTime"); \ +static_assert(sizeof(FlagRaisingComponent_RaiseFlagForTime) == 0x000008, "Wrong size on FlagRaisingComponent_RaiseFlagForTime"); \ +static_assert(offsetof(FlagRaisingComponent_RaiseFlagForTime, Flag) == 0x000000, "Member 'FlagRaisingComponent_RaiseFlagForTime::Flag' has a wrong offset!"); \ +static_assert(offsetof(FlagRaisingComponent_RaiseFlagForTime, RaiseTime) == 0x000004, "Member 'FlagRaisingComponent_RaiseFlagForTime::RaiseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FlagRaisingComponent_RequestLowerFlag \ +static_assert(alignof(FlagRaisingComponent_RequestLowerFlag) == 0x000001, "Wrong alignment on FlagRaisingComponent_RequestLowerFlag"); \ +static_assert(sizeof(FlagRaisingComponent_RequestLowerFlag) == 0x000002, "Wrong size on FlagRaisingComponent_RequestLowerFlag"); \ +static_assert(offsetof(FlagRaisingComponent_RequestLowerFlag, Flag) == 0x000000, "Member 'FlagRaisingComponent_RequestLowerFlag::Flag' has a wrong offset!"); \ +static_assert(offsetof(FlagRaisingComponent_RequestLowerFlag, ReturnValue) == 0x000001, "Member 'FlagRaisingComponent_RequestLowerFlag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FlagRaisingComponent_IsFlagRaised \ +static_assert(alignof(FlagRaisingComponent_IsFlagRaised) == 0x000001, "Wrong alignment on FlagRaisingComponent_IsFlagRaised"); \ +static_assert(sizeof(FlagRaisingComponent_IsFlagRaised) == 0x000002, "Wrong size on FlagRaisingComponent_IsFlagRaised"); \ +static_assert(offsetof(FlagRaisingComponent_IsFlagRaised, Flag) == 0x000000, "Member 'FlagRaisingComponent_IsFlagRaised::Flag' has a wrong offset!"); \ +static_assert(offsetof(FlagRaisingComponent_IsFlagRaised, ReturnValue) == 0x000001, "Member 'FlagRaisingComponent_IsFlagRaised::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFlagRaisingComponent \ +static_assert(alignof(UFlagRaisingComponent) == 0x000008, "Wrong alignment on UFlagRaisingComponent"); \ +static_assert(sizeof(UFlagRaisingComponent) == 0x0001B0, "Wrong size on UFlagRaisingComponent"); \ + +#define DUMPER7_ASSERTS_UFollowUpAnimationTagMapping \ +static_assert(alignof(UFollowUpAnimationTagMapping) == 0x000008, "Wrong alignment on UFollowUpAnimationTagMapping"); \ +static_assert(sizeof(UFollowUpAnimationTagMapping) == 0x000040, "Wrong size on UFollowUpAnimationTagMapping"); \ +static_assert(offsetof(UFollowUpAnimationTagMapping, TagMapping) == 0x000030, "Member 'UFollowUpAnimationTagMapping::TagMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehaviorConfig_StreamedAnimation \ +static_assert(alignof(UGameplayBehaviorConfig_StreamedAnimation) == 0x000010, "Wrong alignment on UGameplayBehaviorConfig_StreamedAnimation"); \ +static_assert(sizeof(UGameplayBehaviorConfig_StreamedAnimation) == 0x0000F0, "Wrong size on UGameplayBehaviorConfig_StreamedAnimation"); \ +static_assert(offsetof(UGameplayBehaviorConfig_StreamedAnimation, AttachPoint) == 0x000030, "Member 'UGameplayBehaviorConfig_StreamedAnimation::AttachPoint' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_StreamedAnimation, AnimMontage) == 0x000090, "Member 'UGameplayBehaviorConfig_StreamedAnimation::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_StreamedAnimation, LoadedAnimMontage) == 0x0000C8, "Member 'UGameplayBehaviorConfig_StreamedAnimation::LoadedAnimMontage' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_StreamedAnimation, PlayRate) == 0x0000D0, "Member 'UGameplayBehaviorConfig_StreamedAnimation::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_StreamedAnimation, PlayLength) == 0x0000D4, "Member 'UGameplayBehaviorConfig_StreamedAnimation::PlayLength' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_StreamedAnimation, StartSectionName) == 0x0000D8, "Member 'UGameplayBehaviorConfig_StreamedAnimation::StartSectionName' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehaviorConfig_StreamedAnimation, EndSectionName) == 0x0000E0, "Member 'UGameplayBehaviorConfig_StreamedAnimation::EndSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGatelessInflightActionEvaluatorResultType \ +static_assert(alignof(UGatelessInflightActionEvaluatorResultType) == 0x000008, "Wrong alignment on UGatelessInflightActionEvaluatorResultType"); \ +static_assert(sizeof(UGatelessInflightActionEvaluatorResultType) == 0x000028, "Wrong size on UGatelessInflightActionEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStartDeath \ +static_assert(alignof(UAnimNotifyStartDeath) == 0x000008, "Wrong alignment on UAnimNotifyStartDeath"); \ +static_assert(sizeof(UAnimNotifyStartDeath) == 0x000048, "Wrong size on UAnimNotifyStartDeath"); \ +static_assert(offsetof(UAnimNotifyStartDeath, SimulateFromBone) == 0x000038, "Member 'UAnimNotifyStartDeath::SimulateFromBone' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStartDeath, SimulationPriority) == 0x000040, "Member 'UAnimNotifyStartDeath::SimulationPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlobalCameraModifierFadeOwner \ +static_assert(alignof(UGlobalCameraModifierFadeOwner) == 0x000008, "Wrong alignment on UGlobalCameraModifierFadeOwner"); \ +static_assert(sizeof(UGlobalCameraModifierFadeOwner) == 0x0000B0, "Wrong size on UGlobalCameraModifierFadeOwner"); \ +static_assert(offsetof(UGlobalCameraModifierFadeOwner, DistanceCutOff) == 0x000048, "Member 'UGlobalCameraModifierFadeOwner::DistanceCutOff' has a wrong offset!"); \ +static_assert(offsetof(UGlobalCameraModifierFadeOwner, DistanceCutOffMelee) == 0x00004C, "Member 'UGlobalCameraModifierFadeOwner::DistanceCutOffMelee' has a wrong offset!"); \ +static_assert(offsetof(UGlobalCameraModifierFadeOwner, BaseFadingEase) == 0x000050, "Member 'UGlobalCameraModifierFadeOwner::BaseFadingEase' has a wrong offset!"); \ +static_assert(offsetof(UGlobalCameraModifierFadeOwner, ActiveFades) == 0x000058, "Member 'UGlobalCameraModifierFadeOwner::ActiveFades' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGoalBS_Satisfaction \ +static_assert(alignof(UGoalBS_Satisfaction) == 0x000008, "Wrong alignment on UGoalBS_Satisfaction"); \ +static_assert(sizeof(UGoalBS_Satisfaction) == 0x0000A0, "Wrong size on UGoalBS_Satisfaction"); \ +static_assert(offsetof(UGoalBS_Satisfaction, UnsatisfiedCost) == 0x000080, "Member 'UGoalBS_Satisfaction::UnsatisfiedCost' has a wrong offset!"); \ +static_assert(offsetof(UGoalBS_Satisfaction, GoalsToIgnore) == 0x000088, "Member 'UGoalBS_Satisfaction::GoalsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(UGoalBS_Satisfaction, Explicit) == 0x000098, "Member 'UGoalBS_Satisfaction::Explicit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HazardAssetInterface_ActionOccurred \ +static_assert(alignof(HazardAssetInterface_ActionOccurred) == 0x000008, "Wrong alignment on HazardAssetInterface_ActionOccurred"); \ +static_assert(sizeof(HazardAssetInterface_ActionOccurred) == 0x000008, "Wrong size on HazardAssetInterface_ActionOccurred"); \ +static_assert(offsetof(HazardAssetInterface_ActionOccurred, OtherActor) == 0x000000, "Member 'HazardAssetInterface_ActionOccurred::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IHazardAssetInterface \ +static_assert(alignof(IHazardAssetInterface) == 0x000001, "Wrong alignment on IHazardAssetInterface"); \ +static_assert(sizeof(IHazardAssetInterface) == 0x000001, "Wrong size on IHazardAssetInterface"); \ + +#define DUMPER7_ASSERTS_UProxyVehicleAudioSubsystem \ +static_assert(alignof(UProxyVehicleAudioSubsystem) == 0x000008, "Wrong alignment on UProxyVehicleAudioSubsystem"); \ +static_assert(sizeof(UProxyVehicleAudioSubsystem) == 0x0000B8, "Wrong size on UProxyVehicleAudioSubsystem"); \ +static_assert(offsetof(UProxyVehicleAudioSubsystem, Emitters) == 0x000098, "Member 'UProxyVehicleAudioSubsystem::Emitters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHelicopter \ +static_assert(alignof(AHelicopter) == 0x000010, "Wrong alignment on AHelicopter"); \ +static_assert(sizeof(AHelicopter) == 0x000540, "Wrong size on AHelicopter"); \ +static_assert(offsetof(AHelicopter, HelicopterRoot) == 0x000330, "Member 'AHelicopter::HelicopterRoot' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, Mesh) == 0x000338, "Member 'AHelicopter::Mesh' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, RotorMesh) == 0x000340, "Member 'AHelicopter::RotorMesh' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, TailRotorMesh) == 0x000348, "Member 'AHelicopter::TailRotorMesh' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, SearchLight) == 0x000350, "Member 'AHelicopter::SearchLight' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, RotationSpeed) == 0x000358, "Member 'AHelicopter::RotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, ArrivalDistance) == 0x00035C, "Member 'AHelicopter::ArrivalDistance' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, MinArrivalThrottle) == 0x000360, "Member 'AHelicopter::MinArrivalThrottle' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, StopDistance) == 0x000364, "Member 'AHelicopter::StopDistance' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, DesiredAltitude) == 0x000368, "Member 'AHelicopter::DesiredAltitude' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, ClearanceRadius) == 0x00036C, "Member 'AHelicopter::ClearanceRadius' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, AltitudeClearanceTime) == 0x000370, "Member 'AHelicopter::AltitudeClearanceTime' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, ForwardDetectionTime) == 0x000374, "Member 'AHelicopter::ForwardDetectionTime' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, bHasTargetPosition) == 0x000380, "Member 'AHelicopter::bHasTargetPosition' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, TargetPlaceID) == 0x000384, "Member 'AHelicopter::TargetPlaceID' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, TargetPosition) == 0x000390, "Member 'AHelicopter::TargetPosition' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, CurrentThrottle) == 0x0003C4, "Member 'AHelicopter::CurrentThrottle' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, Acceleration) == 0x0003C8, "Member 'AHelicopter::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, MaxSpeed) == 0x0003CC, "Member 'AHelicopter::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, MaxAltitude) == 0x0003D0, "Member 'AHelicopter::MaxAltitude' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, MinAltitude) == 0x0003D4, "Member 'AHelicopter::MinAltitude' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, Decceleration) == 0x0003D8, "Member 'AHelicopter::Decceleration' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, AscendingAltitudeSpringStiffness) == 0x0003DC, "Member 'AHelicopter::AscendingAltitudeSpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, AscendingAltitudeSpringCriticalDampingFactor) == 0x0003E0, "Member 'AHelicopter::AscendingAltitudeSpringCriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, DescendingAltitudeSpringStiffness) == 0x0003E4, "Member 'AHelicopter::DescendingAltitudeSpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, DescendingAltitudeSpringCriticalDampingFactor) == 0x0003E8, "Member 'AHelicopter::DescendingAltitudeSpringCriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, AltitudeSpringMass) == 0x0003EC, "Member 'AHelicopter::AltitudeSpringMass' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, PositionSpringStiffness) == 0x0003F0, "Member 'AHelicopter::PositionSpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, PositionSpringCriticalDampingFactor) == 0x0003F4, "Member 'AHelicopter::PositionSpringCriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, PositionSpringMass) == 0x0003F8, "Member 'AHelicopter::PositionSpringMass' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, bApplyRotationOnMainRotorMesh) == 0x0003FC, "Member 'AHelicopter::bApplyRotationOnMainRotorMesh' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, bApplyRotationOnTailRotorMesh) == 0x0003FD, "Member 'AHelicopter::bApplyRotationOnTailRotorMesh' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, RotationSpringStiffness) == 0x000400, "Member 'AHelicopter::RotationSpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, RotationSpringCriticalDampingFactor) == 0x000404, "Member 'AHelicopter::RotationSpringCriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, RotationSpringMass) == 0x000408, "Member 'AHelicopter::RotationSpringMass' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, LightRotationSpringStiffness) == 0x00040C, "Member 'AHelicopter::LightRotationSpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, LightRotationSpringCriticalDampingFactor) == 0x000410, "Member 'AHelicopter::LightRotationSpringCriticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, LightRotationSpringMass) == 0x000414, "Member 'AHelicopter::LightRotationSpringMass' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, LightMaxPitch) == 0x000418, "Member 'AHelicopter::LightMaxPitch' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, LightMinPitch) == 0x00041C, "Member 'AHelicopter::LightMinPitch' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, MovementPitch) == 0x000458, "Member 'AHelicopter::MovementPitch' has a wrong offset!"); \ +static_assert(offsetof(AHelicopter, ExtraYaw) == 0x00045C, "Member 'AHelicopter::ExtraYaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HelicopterAIController_GetPossessedHelicopter \ +static_assert(alignof(HelicopterAIController_GetPossessedHelicopter) == 0x000008, "Wrong alignment on HelicopterAIController_GetPossessedHelicopter"); \ +static_assert(sizeof(HelicopterAIController_GetPossessedHelicopter) == 0x000008, "Wrong size on HelicopterAIController_GetPossessedHelicopter"); \ +static_assert(offsetof(HelicopterAIController_GetPossessedHelicopter, ReturnValue) == 0x000000, "Member 'HelicopterAIController_GetPossessedHelicopter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HelicopterAIController_GetTravelSpline \ +static_assert(alignof(HelicopterAIController_GetTravelSpline) == 0x000008, "Wrong alignment on HelicopterAIController_GetTravelSpline"); \ +static_assert(sizeof(HelicopterAIController_GetTravelSpline) == 0x000008, "Wrong size on HelicopterAIController_GetTravelSpline"); \ +static_assert(offsetof(HelicopterAIController_GetTravelSpline, ReturnValue) == 0x000000, "Member 'HelicopterAIController_GetTravelSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHelicopterAIController \ +static_assert(alignof(AHelicopterAIController) == 0x000008, "Wrong alignment on AHelicopterAIController"); \ +static_assert(sizeof(AHelicopterAIController) == 0x0003E0, "Wrong size on AHelicopterAIController"); \ +static_assert(offsetof(AHelicopterAIController, PossesedHelicopter) == 0x0003D0, "Member 'AHelicopterAIController::PossesedHelicopter' has a wrong offset!"); \ +static_assert(offsetof(AHelicopterAIController, TravelSpline) == 0x0003D8, "Member 'AHelicopterAIController::TravelSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWatchedPlaceIds \ +static_assert(alignof(UWatchedPlaceIds) == 0x000008, "Wrong alignment on UWatchedPlaceIds"); \ +static_assert(sizeof(UWatchedPlaceIds) == 0x000058, "Wrong size on UWatchedPlaceIds"); \ +static_assert(offsetof(UWatchedPlaceIds, Callback) == 0x000038, "Member 'UWatchedPlaceIds::Callback' has a wrong offset!"); \ +static_assert(offsetof(UWatchedPlaceIds, Callback2) == 0x000048, "Member 'UWatchedPlaceIds::Callback2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyStateSetTag_ApplySetTagSettings \ +static_assert(alignof(AnimNotifyStateSetTag_ApplySetTagSettings) == 0x000004, "Wrong alignment on AnimNotifyStateSetTag_ApplySetTagSettings"); \ +static_assert(sizeof(AnimNotifyStateSetTag_ApplySetTagSettings) == 0x000008, "Wrong size on AnimNotifyStateSetTag_ApplySetTagSettings"); \ +static_assert(offsetof(AnimNotifyStateSetTag_ApplySetTagSettings, Settings) == 0x000000, "Member 'AnimNotifyStateSetTag_ApplySetTagSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateSetTag \ +static_assert(alignof(UAnimNotifyStateSetTag) == 0x000008, "Wrong alignment on UAnimNotifyStateSetTag"); \ +static_assert(sizeof(UAnimNotifyStateSetTag) == 0x000038, "Wrong size on UAnimNotifyStateSetTag"); \ +static_assert(offsetof(UAnimNotifyStateSetTag, Tag) == 0x000030, "Member 'UAnimNotifyStateSetTag::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHelicopterCreator \ +static_assert(alignof(UHelicopterCreator) == 0x000008, "Wrong alignment on UHelicopterCreator"); \ +static_assert(sizeof(UHelicopterCreator) == 0x000028, "Wrong size on UHelicopterCreator"); \ + +#define DUMPER7_ASSERTS_UHLODPLAColliderData \ +static_assert(alignof(UHLODPLAColliderData) == 0x000008, "Wrong alignment on UHLODPLAColliderData"); \ +static_assert(sizeof(UHLODPLAColliderData) == 0x0000C8, "Wrong size on UHLODPLAColliderData"); \ +static_assert(offsetof(UHLODPLAColliderData, AggGeom) == 0x000028, "Member 'UHLODPLAColliderData::AggGeom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames \ +static_assert(alignof(HTNDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames) == 0x000008, "Wrong alignment on HTNDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames"); \ +static_assert(sizeof(HTNDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames) == 0x000010, "Wrong size on HTNDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames"); \ +static_assert(offsetof(HTNDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames, ReturnValue) == 0x000000, "Member 'HTNDecorator_AccessMotivationInfo_GetMotivationSchemaKeyEntryNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_AccessMotivationInfo \ +static_assert(alignof(UHTNDecorator_AccessMotivationInfo) == 0x000008, "Wrong alignment on UHTNDecorator_AccessMotivationInfo"); \ +static_assert(sizeof(UHTNDecorator_AccessMotivationInfo) == 0x0000B0, "Wrong size on UHTNDecorator_AccessMotivationInfo"); \ +static_assert(offsetof(UHTNDecorator_AccessMotivationInfo, MotivationInformation) == 0x000080, "Member 'UHTNDecorator_AccessMotivationInfo::MotivationInformation' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_AccessMotivationInfo, Comparator) == 0x000088, "Member 'UHTNDecorator_AccessMotivationInfo::Comparator' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_AccessMotivationInfo, VecComparator) == 0x000089, "Member 'UHTNDecorator_AccessMotivationInfo::VecComparator' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_AccessMotivationInfo, BasicComparator) == 0x00008A, "Member 'UHTNDecorator_AccessMotivationInfo::BasicComparator' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_AccessMotivationInfo, Value) == 0x00008C, "Member 'UHTNDecorator_AccessMotivationInfo::Value' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_AccessMotivationInfo, VecValue) == 0x000090, "Member 'UHTNDecorator_AccessMotivationInfo::VecValue' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_AccessMotivationInfo, OperationType) == 0x0000A8, "Member 'UHTNDecorator_AccessMotivationInfo::OperationType' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_AccessMotivationInfo, SupportedOp) == 0x0000A9, "Member 'UHTNDecorator_AccessMotivationInfo::SupportedOp' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_AccessMotivationInfo, SelectedType) == 0x0000AA, "Member 'UHTNDecorator_AccessMotivationInfo::SelectedType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_CheckVehicleHealth \ +static_assert(alignof(UHTNDecorator_CheckVehicleHealth) == 0x000008, "Wrong alignment on UHTNDecorator_CheckVehicleHealth"); \ +static_assert(sizeof(UHTNDecorator_CheckVehicleHealth) == 0x000080, "Wrong size on UHTNDecorator_CheckVehicleHealth"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_GetTarget \ +static_assert(alignof(UHTNDecorator_GetTarget) == 0x000008, "Wrong alignment on UHTNDecorator_GetTarget"); \ +static_assert(sizeof(UHTNDecorator_GetTarget) == 0x0000D8, "Wrong size on UHTNDecorator_GetTarget"); \ +static_assert(offsetof(UHTNDecorator_GetTarget, TargetType) == 0x000080, "Member 'UHTNDecorator_GetTarget::TargetType' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_GetTarget, OutputVectorKey) == 0x000088, "Member 'UHTNDecorator_GetTarget::OutputVectorKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_GetTarget, OutputActorKey) == 0x0000B0, "Member 'UHTNDecorator_GetTarget::OutputActorKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTetherVisualizerComponent \ +static_assert(alignof(UTetherVisualizerComponent) == 0x000008, "Wrong alignment on UTetherVisualizerComponent"); \ +static_assert(sizeof(UTetherVisualizerComponent) == 0x0000C8, "Wrong size on UTetherVisualizerComponent"); \ +static_assert(offsetof(UTetherVisualizerComponent, Radius) == 0x0000C0, "Member 'UTetherVisualizerComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(UTetherVisualizerComponent, OffsetZ) == 0x0000C4, "Member 'UTetherVisualizerComponent::OffsetZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted \ +static_assert(alignof(HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted) == 0x000008, "Wrong alignment on HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted"); \ +static_assert(sizeof(HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted) == 0x000020, "Wrong size on HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted"); \ +static_assert(offsetof(HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted, Type) == 0x000000, "Member 'HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted::Type' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted, Instigator) == 0x000008, "Member 'HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted::Instigator' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted, Action) == 0x000010, "Member 'HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted::Action' has a wrong offset!"); \ +static_assert(offsetof(HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted, ID) == 0x000018, "Member 'HTNDecorator_IsCharacterActionReceiver_OnBecomeTargeted::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_IsCharacterActionReceiver \ +static_assert(alignof(UHTNDecorator_IsCharacterActionReceiver) == 0x000008, "Wrong alignment on UHTNDecorator_IsCharacterActionReceiver"); \ +static_assert(sizeof(UHTNDecorator_IsCharacterActionReceiver) == 0x000088, "Wrong size on UHTNDecorator_IsCharacterActionReceiver"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_IsInVehicle \ +static_assert(alignof(UHTNDecorator_IsInVehicle) == 0x000008, "Wrong alignment on UHTNDecorator_IsInVehicle"); \ +static_assert(sizeof(UHTNDecorator_IsInVehicle) == 0x000080, "Wrong size on UHTNDecorator_IsInVehicle"); \ + +#define DUMPER7_ASSERTS_CharacterWorldStateComponent_OnAimChanged \ +static_assert(alignof(CharacterWorldStateComponent_OnAimChanged) == 0x000001, "Wrong alignment on CharacterWorldStateComponent_OnAimChanged"); \ +static_assert(sizeof(CharacterWorldStateComponent_OnAimChanged) == 0x000001, "Wrong size on CharacterWorldStateComponent_OnAimChanged"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnAimChanged, bIsAiming) == 0x000000, "Member 'CharacterWorldStateComponent_OnAimChanged::bIsAiming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterWorldStateComponent_OnEnterVehicle \ +static_assert(alignof(CharacterWorldStateComponent_OnEnterVehicle) == 0x000008, "Wrong alignment on CharacterWorldStateComponent_OnEnterVehicle"); \ +static_assert(sizeof(CharacterWorldStateComponent_OnEnterVehicle) == 0x000010, "Wrong size on CharacterWorldStateComponent_OnEnterVehicle"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnEnterVehicle, Vehicle) == 0x000000, "Member 'CharacterWorldStateComponent_OnEnterVehicle::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnEnterVehicle, SeatId) == 0x000008, "Member 'CharacterWorldStateComponent_OnEnterVehicle::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnEnterVehicle, DoorId) == 0x000009, "Member 'CharacterWorldStateComponent_OnEnterVehicle::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnEnterVehicle, State) == 0x00000A, "Member 'CharacterWorldStateComponent_OnEnterVehicle::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterWorldStateComponent_OnExitVehicle \ +static_assert(alignof(CharacterWorldStateComponent_OnExitVehicle) == 0x000008, "Wrong alignment on CharacterWorldStateComponent_OnExitVehicle"); \ +static_assert(sizeof(CharacterWorldStateComponent_OnExitVehicle) == 0x000020, "Wrong size on CharacterWorldStateComponent_OnExitVehicle"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnExitVehicle, Vehicle) == 0x000000, "Member 'CharacterWorldStateComponent_OnExitVehicle::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnExitVehicle, SeatId) == 0x000008, "Member 'CharacterWorldStateComponent_OnExitVehicle::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnExitVehicle, DoorId) == 0x000009, "Member 'CharacterWorldStateComponent_OnExitVehicle::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnExitVehicle, ExitAction) == 0x00000A, "Member 'CharacterWorldStateComponent_OnExitVehicle::ExitAction' has a wrong offset!"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnExitVehicle, ExitActionInstigator) == 0x000010, "Member 'CharacterWorldStateComponent_OnExitVehicle::ExitActionInstigator' has a wrong offset!"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnExitVehicle, State) == 0x000018, "Member 'CharacterWorldStateComponent_OnExitVehicle::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterWorldStateComponent_OnHealthChanged \ +static_assert(alignof(CharacterWorldStateComponent_OnHealthChanged) == 0x000008, "Wrong alignment on CharacterWorldStateComponent_OnHealthChanged"); \ +static_assert(sizeof(CharacterWorldStateComponent_OnHealthChanged) == 0x000018, "Wrong size on CharacterWorldStateComponent_OnHealthChanged"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnHealthChanged, HealthComponent) == 0x000000, "Member 'CharacterWorldStateComponent_OnHealthChanged::HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnHealthChanged, Reason) == 0x000008, "Member 'CharacterWorldStateComponent_OnHealthChanged::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterWorldStateComponent_OnInCombatChanged \ +static_assert(alignof(CharacterWorldStateComponent_OnInCombatChanged) == 0x000001, "Wrong alignment on CharacterWorldStateComponent_OnInCombatChanged"); \ +static_assert(sizeof(CharacterWorldStateComponent_OnInCombatChanged) == 0x000001, "Wrong size on CharacterWorldStateComponent_OnInCombatChanged"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnInCombatChanged, State) == 0x000000, "Member 'CharacterWorldStateComponent_OnInCombatChanged::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterWorldStateComponent_OnStageOfLifeChanged \ +static_assert(alignof(CharacterWorldStateComponent_OnStageOfLifeChanged) == 0x000001, "Wrong alignment on CharacterWorldStateComponent_OnStageOfLifeChanged"); \ +static_assert(sizeof(CharacterWorldStateComponent_OnStageOfLifeChanged) == 0x000001, "Wrong size on CharacterWorldStateComponent_OnStageOfLifeChanged"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnStageOfLifeChanged, NewStageOfLife) == 0x000000, "Member 'CharacterWorldStateComponent_OnStageOfLifeChanged::NewStageOfLife' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterWorldStateComponent_OnWieldWeapon \ +static_assert(alignof(CharacterWorldStateComponent_OnWieldWeapon) == 0x000008, "Wrong alignment on CharacterWorldStateComponent_OnWieldWeapon"); \ +static_assert(sizeof(CharacterWorldStateComponent_OnWieldWeapon) == 0x000008, "Wrong size on CharacterWorldStateComponent_OnWieldWeapon"); \ +static_assert(offsetof(CharacterWorldStateComponent_OnWieldWeapon, Weapon) == 0x000000, "Member 'CharacterWorldStateComponent_OnWieldWeapon::Weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterWorldStateComponent \ +static_assert(alignof(UCharacterWorldStateComponent) == 0x000008, "Wrong alignment on UCharacterWorldStateComponent"); \ +static_assert(sizeof(UCharacterWorldStateComponent) == 0x000188, "Wrong size on UCharacterWorldStateComponent"); \ + +#define DUMPER7_ASSERTS_UHTNService_GetCombatPosition \ +static_assert(alignof(UHTNService_GetCombatPosition) == 0x000008, "Wrong alignment on UHTNService_GetCombatPosition"); \ +static_assert(sizeof(UHTNService_GetCombatPosition) == 0x0000C8, "Wrong size on UHTNService_GetCombatPosition"); \ +static_assert(offsetof(UHTNService_GetCombatPosition, InputTargetActorKey) == 0x000078, "Member 'UHTNService_GetCombatPosition::InputTargetActorKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNService_GetCombatPosition, OutputLocationKey) == 0x0000A0, "Member 'UHTNService_GetCombatPosition::OutputLocationKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_ClaimCombatPosition \ +static_assert(alignof(UHTNTask_ClaimCombatPosition) == 0x000008, "Wrong alignment on UHTNTask_ClaimCombatPosition"); \ +static_assert(sizeof(UHTNTask_ClaimCombatPosition) == 0x000158, "Wrong size on UHTNTask_ClaimCombatPosition"); \ +static_assert(offsetof(UHTNTask_ClaimCombatPosition, bUseTargetingSystem) == 0x0000A8, "Member 'UHTNTask_ClaimCombatPosition::bUseTargetingSystem' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ClaimCombatPosition, TargetTypeToUse) == 0x0000A9, "Member 'UHTNTask_ClaimCombatPosition::TargetTypeToUse' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ClaimCombatPosition, TargetActor) == 0x0000B0, "Member 'UHTNTask_ClaimCombatPosition::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ClaimCombatPosition, bOverrideProfile) == 0x0000D8, "Member 'UHTNTask_ClaimCombatPosition::bOverrideProfile' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ClaimCombatPosition, Mode) == 0x0000DC, "Member 'UHTNTask_ClaimCombatPosition::Mode' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ClaimCombatPosition, ModeOverride) == 0x0000E8, "Member 'UHTNTask_ClaimCombatPosition::ModeOverride' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ClaimCombatPosition, Cost) == 0x000128, "Member 'UHTNTask_ClaimCombatPosition::Cost' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_ClaimCombatPosition, TargetLocationOutputKey) == 0x000130, "Member 'UHTNTask_ClaimCombatPosition::TargetLocationOutputKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CharacterGameplayTagQuery \ +static_assert(alignof(UBTDecorator_CharacterGameplayTagQuery) == 0x000008, "Wrong alignment on UBTDecorator_CharacterGameplayTagQuery"); \ +static_assert(sizeof(UBTDecorator_CharacterGameplayTagQuery) == 0x0000E8, "Wrong size on UBTDecorator_CharacterGameplayTagQuery"); \ +static_assert(offsetof(UBTDecorator_CharacterGameplayTagQuery, CharacterBBKey) == 0x000068, "Member 'UBTDecorator_CharacterGameplayTagQuery::CharacterBBKey' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CharacterGameplayTagQuery, GameplayTagQuery) == 0x000090, "Member 'UBTDecorator_CharacterGameplayTagQuery::GameplayTagQuery' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_CharacterGameplayTagQuery, QueryTags) == 0x0000D8, "Member 'UBTDecorator_CharacterGameplayTagQuery::QueryTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_ReleaseCombatPosition \ +static_assert(alignof(UHTNTask_ReleaseCombatPosition) == 0x000008, "Wrong alignment on UHTNTask_ReleaseCombatPosition"); \ +static_assert(sizeof(UHTNTask_ReleaseCombatPosition) == 0x0000D8, "Wrong size on UHTNTask_ReleaseCombatPosition"); \ +static_assert(offsetof(UHTNTask_ReleaseCombatPosition, Cost) == 0x0000D0, "Member 'UHTNTask_ReleaseCombatPosition::Cost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_SayIntent \ +static_assert(alignof(UHTNTask_SayIntent) == 0x000008, "Wrong alignment on UHTNTask_SayIntent"); \ +static_assert(sizeof(UHTNTask_SayIntent) == 0x0000C0, "Wrong size on UHTNTask_SayIntent"); \ +static_assert(offsetof(UHTNTask_SayIntent, IntentToSay) == 0x0000A8, "Member 'UHTNTask_SayIntent::IntentToSay' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SayIntent, Range) == 0x0000B0, "Member 'UHTNTask_SayIntent::Range' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SayIntent, TargetType) == 0x0000B4, "Member 'UHTNTask_SayIntent::TargetType' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_SayIntent, Cost) == 0x0000B8, "Member 'UHTNTask_SayIntent::Cost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateHint \ +static_assert(alignof(UAnimNotifyStateHint) == 0x000008, "Wrong alignment on UAnimNotifyStateHint"); \ +static_assert(sizeof(UAnimNotifyStateHint) == 0x000038, "Wrong size on UAnimNotifyStateHint"); \ +static_assert(offsetof(UAnimNotifyStateHint, Hint) == 0x000030, "Member 'UAnimNotifyStateHint::Hint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_TraverseSpline \ +static_assert(alignof(UHTNTask_TraverseSpline) == 0x000008, "Wrong alignment on UHTNTask_TraverseSpline"); \ +static_assert(sizeof(UHTNTask_TraverseSpline) == 0x000100, "Wrong size on UHTNTask_TraverseSpline"); \ +static_assert(offsetof(UHTNTask_TraverseSpline, SplineActorKey) == 0x0000A8, "Member 'UHTNTask_TraverseSpline::SplineActorKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_TraverseSpline, SegmentIndexKey) == 0x0000D0, "Member 'UHTNTask_TraverseSpline::SegmentIndexKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_TraverseSpline, TargetTraversalType) == 0x0000F8, "Member 'UHTNTask_TraverseSpline::TargetTraversalType' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_TraverseSpline, bUnpauseIfAlreadyTraversing) == 0x0000F9, "Member 'UHTNTask_TraverseSpline::bUnpauseIfAlreadyTraversing' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_TraverseSpline, Cost) == 0x0000FC, "Member 'UHTNTask_TraverseSpline::Cost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_UseSmartObject \ +static_assert(alignof(UHTNTask_UseSmartObject) == 0x000008, "Wrong alignment on UHTNTask_UseSmartObject"); \ +static_assert(sizeof(UHTNTask_UseSmartObject) == 0x000188, "Wrong size on UHTNTask_UseSmartObject"); \ +static_assert(offsetof(UHTNTask_UseSmartObject, Cost) == 0x0000A8, "Member 'UHTNTask_UseSmartObject::Cost' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_UseSmartObject, SmartObjectActor) == 0x0000B0, "Member 'UHTNTask_UseSmartObject::SmartObjectActor' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_UseSmartObject, SearchOrigin) == 0x0000D8, "Member 'UHTNTask_UseSmartObject::SearchOrigin' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_UseSmartObject, SmartObjectClaimHandle) == 0x000100, "Member 'UHTNTask_UseSmartObject::SmartObjectClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_UseSmartObject, QuerySize) == 0x000128, "Member 'UHTNTask_UseSmartObject::QuerySize' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_UseSmartObject, bExitOnActivityTagChanged) == 0x000140, "Member 'UHTNTask_UseSmartObject::bExitOnActivityTagChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifierResetPivotByAngularVelocity \ +static_assert(alignof(UCameraModifierResetPivotByAngularVelocity) == 0x000008, "Wrong alignment on UCameraModifierResetPivotByAngularVelocity"); \ +static_assert(sizeof(UCameraModifierResetPivotByAngularVelocity) == 0x000068, "Wrong size on UCameraModifierResetPivotByAngularVelocity"); \ +static_assert(offsetof(UCameraModifierResetPivotByAngularVelocity, bBypassModifier) == 0x000030, "Member 'UCameraModifierResetPivotByAngularVelocity::bBypassModifier' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierResetPivotByAngularVelocity, bDrawDebug) == 0x000031, "Member 'UCameraModifierResetPivotByAngularVelocity::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierResetPivotByAngularVelocity, AngularVelocityLimit) == 0x000034, "Member 'UCameraModifierResetPivotByAngularVelocity::AngularVelocityLimit' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierResetPivotByAngularVelocity, BlendTime) == 0x000038, "Member 'UCameraModifierResetPivotByAngularVelocity::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierResetPivotByAngularVelocity, DistanceScalar) == 0x00003C, "Member 'UCameraModifierResetPivotByAngularVelocity::DistanceScalar' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierResetPivotByAngularVelocity, PivotMode) == 0x000040, "Member 'UCameraModifierResetPivotByAngularVelocity::PivotMode' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierResetPivotByAngularVelocity, CustomPivotPosition) == 0x000048, "Member 'UCameraModifierResetPivotByAngularVelocity::CustomPivotPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_VehicleHonk \ +static_assert(alignof(UHTNTask_VehicleHonk) == 0x000008, "Wrong alignment on UHTNTask_VehicleHonk"); \ +static_assert(sizeof(UHTNTask_VehicleHonk) == 0x0000C8, "Wrong size on UHTNTask_VehicleHonk"); \ +static_assert(offsetof(UHTNTask_VehicleHonk, RandomisedHornDuration) == 0x0000A8, "Member 'UHTNTask_VehicleHonk::RandomisedHornDuration' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_VehicleHonk, SequenceWaitTimes) == 0x0000B8, "Member 'UHTNTask_VehicleHonk::SequenceWaitTimes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconsPanel_SetVisibleIcons \ +static_assert(alignof(HudIconsPanel_SetVisibleIcons) == 0x000008, "Wrong alignment on HudIconsPanel_SetVisibleIcons"); \ +static_assert(sizeof(HudIconsPanel_SetVisibleIcons) == 0x000048, "Wrong size on HudIconsPanel_SetVisibleIcons"); \ +static_assert(offsetof(HudIconsPanel_SetVisibleIcons, Query) == 0x000000, "Member 'HudIconsPanel_SetVisibleIcons::Query' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudIconsPanel \ +static_assert(alignof(UHudIconsPanel) == 0x000010, "Wrong alignment on UHudIconsPanel"); \ +static_assert(sizeof(UHudIconsPanel) == 0x0002C0, "Wrong size on UHudIconsPanel"); \ +static_assert(offsetof(UHudIconsPanel, StickToEdgeMargin) == 0x000190, "Member 'UHudIconsPanel::StickToEdgeMargin' has a wrong offset!"); \ +static_assert(offsetof(UHudIconsPanel, StickToEdgeIndicator) == 0x0001A0, "Member 'UHudIconsPanel::StickToEdgeIndicator' has a wrong offset!"); \ +static_assert(offsetof(UHudIconsPanel, StickToEdgeIndicatorOffset) == 0x000250, "Member 'UHudIconsPanel::StickToEdgeIndicatorOffset' has a wrong offset!"); \ +static_assert(offsetof(UHudIconsPanel, StickToEdgeIndicatorBaseRotation) == 0x000254, "Member 'UHudIconsPanel::StickToEdgeIndicatorBaseRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPedestrianAnimationSharingStateProcessor \ +static_assert(alignof(UPedestrianAnimationSharingStateProcessor) == 0x000008, "Wrong alignment on UPedestrianAnimationSharingStateProcessor"); \ +static_assert(sizeof(UPedestrianAnimationSharingStateProcessor) == 0x000050, "Wrong size on UPedestrianAnimationSharingStateProcessor"); \ + +#define DUMPER7_ASSERTS_HudWidget_SetHudVisibility \ +static_assert(alignof(HudWidget_SetHudVisibility) == 0x000001, "Wrong alignment on HudWidget_SetHudVisibility"); \ +static_assert(sizeof(HudWidget_SetHudVisibility) == 0x000001, "Wrong size on HudWidget_SetHudVisibility"); \ +static_assert(offsetof(HudWidget_SetHudVisibility, bInHudVisibility) == 0x000000, "Member 'HudWidget_SetHudVisibility::bInHudVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudWidget \ +static_assert(alignof(UHudWidget) == 0x000008, "Wrong alignment on UHudWidget"); \ +static_assert(sizeof(UHudWidget) == 0x000628, "Wrong size on UHudWidget"); \ +static_assert(offsetof(UHudWidget, TemporaryShowDuration) == 0x000618, "Member 'UHudWidget::TemporaryShowDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IngameEventComponent_GetIngameEventId \ +static_assert(alignof(IngameEventComponent_GetIngameEventId) == 0x000008, "Wrong alignment on IngameEventComponent_GetIngameEventId"); \ +static_assert(sizeof(IngameEventComponent_GetIngameEventId) == 0x000010, "Wrong size on IngameEventComponent_GetIngameEventId"); \ +static_assert(offsetof(IngameEventComponent_GetIngameEventId, Actor) == 0x000000, "Member 'IngameEventComponent_GetIngameEventId::Actor' has a wrong offset!"); \ +static_assert(offsetof(IngameEventComponent_GetIngameEventId, Found) == 0x000008, "Member 'IngameEventComponent_GetIngameEventId::Found' has a wrong offset!"); \ +static_assert(offsetof(IngameEventComponent_GetIngameEventId, ReturnValue) == 0x00000C, "Member 'IngameEventComponent_GetIngameEventId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIngameEventComponent \ +static_assert(alignof(UIngameEventComponent) == 0x000008, "Wrong alignment on UIngameEventComponent"); \ +static_assert(sizeof(UIngameEventComponent) == 0x0000C8, "Wrong size on UIngameEventComponent"); \ + +#define DUMPER7_ASSERTS_UCharacterAnimLinkedLayersDataAsset \ +static_assert(alignof(UCharacterAnimLinkedLayersDataAsset) == 0x000008, "Wrong alignment on UCharacterAnimLinkedLayersDataAsset"); \ +static_assert(sizeof(UCharacterAnimLinkedLayersDataAsset) == 0x000090, "Wrong size on UCharacterAnimLinkedLayersDataAsset"); \ +static_assert(offsetof(UCharacterAnimLinkedLayersDataAsset, LinkedLayers) == 0x000030, "Member 'UCharacterAnimLinkedLayersDataAsset::LinkedLayers' has a wrong offset!"); \ +static_assert(offsetof(UCharacterAnimLinkedLayersDataAsset, LocomotionMapping) == 0x000040, "Member 'UCharacterAnimLinkedLayersDataAsset::LocomotionMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteriorData \ +static_assert(alignof(UInteriorData) == 0x000008, "Wrong alignment on UInteriorData"); \ +static_assert(sizeof(UInteriorData) == 0x000030, "Wrong size on UInteriorData"); \ + +#define DUMPER7_ASSERTS_UInterruptContainedActionNotify \ +static_assert(alignof(UInterruptContainedActionNotify) == 0x000008, "Wrong alignment on UInterruptContainedActionNotify"); \ +static_assert(sizeof(UInterruptContainedActionNotify) == 0x000038, "Wrong size on UInterruptContainedActionNotify"); \ + +#define DUMPER7_ASSERTS_UIAudioEventSubsystem_PopUIAudioEventHandler \ +static_assert(alignof(UIAudioEventSubsystem_PopUIAudioEventHandler) == 0x000008, "Wrong alignment on UIAudioEventSubsystem_PopUIAudioEventHandler"); \ +static_assert(sizeof(UIAudioEventSubsystem_PopUIAudioEventHandler) == 0x000008, "Wrong size on UIAudioEventSubsystem_PopUIAudioEventHandler"); \ +static_assert(offsetof(UIAudioEventSubsystem_PopUIAudioEventHandler, UIAudioEventHandler) == 0x000000, "Member 'UIAudioEventSubsystem_PopUIAudioEventHandler::UIAudioEventHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIAudioEventSubsystem_PushUIAudioEventHandler \ +static_assert(alignof(UIAudioEventSubsystem_PushUIAudioEventHandler) == 0x000008, "Wrong alignment on UIAudioEventSubsystem_PushUIAudioEventHandler"); \ +static_assert(sizeof(UIAudioEventSubsystem_PushUIAudioEventHandler) == 0x000010, "Wrong size on UIAudioEventSubsystem_PushUIAudioEventHandler"); \ +static_assert(offsetof(UIAudioEventSubsystem_PushUIAudioEventHandler, UIAudioEventHandlerClass) == 0x000000, "Member 'UIAudioEventSubsystem_PushUIAudioEventHandler::UIAudioEventHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(UIAudioEventSubsystem_PushUIAudioEventHandler, ReturnValue) == 0x000008, "Member 'UIAudioEventSubsystem_PushUIAudioEventHandler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIAudioEventSubsystem_TriggerUIAudioEvent \ +static_assert(alignof(UIAudioEventSubsystem_TriggerUIAudioEvent) == 0x000004, "Wrong alignment on UIAudioEventSubsystem_TriggerUIAudioEvent"); \ +static_assert(sizeof(UIAudioEventSubsystem_TriggerUIAudioEvent) == 0x000008, "Wrong size on UIAudioEventSubsystem_TriggerUIAudioEvent"); \ +static_assert(offsetof(UIAudioEventSubsystem_TriggerUIAudioEvent, UIAudioEventTag) == 0x000000, "Member 'UIAudioEventSubsystem_TriggerUIAudioEvent::UIAudioEventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIAudioEventSubsystem \ +static_assert(alignof(UUIAudioEventSubsystem) == 0x000008, "Wrong alignment on UUIAudioEventSubsystem"); \ +static_assert(sizeof(UUIAudioEventSubsystem) == 0x000048, "Wrong size on UUIAudioEventSubsystem"); \ +static_assert(offsetof(UUIAudioEventSubsystem, DefaultUIAudioEventHandler) == 0x000030, "Member 'UUIAudioEventSubsystem::DefaultUIAudioEventHandler' has a wrong offset!"); \ +static_assert(offsetof(UUIAudioEventSubsystem, UIAudioEventHandlerStack) == 0x000038, "Member 'UUIAudioEventSubsystem::UIAudioEventHandlerStack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterruptibleActionGate \ +static_assert(alignof(UInterruptibleActionGate) == 0x000008, "Wrong alignment on UInterruptibleActionGate"); \ +static_assert(sizeof(UInterruptibleActionGate) == 0x000060, "Wrong size on UInterruptibleActionGate"); \ +static_assert(offsetof(UInterruptibleActionGate, OptionalIntervalToUseAsCommit) == 0x000028, "Member 'UInterruptibleActionGate::OptionalIntervalToUseAsCommit' has a wrong offset!"); \ +static_assert(offsetof(UInterruptibleActionGate, bUseEndOfInterval) == 0x000030, "Member 'UInterruptibleActionGate::bUseEndOfInterval' has a wrong offset!"); \ +static_assert(offsetof(UInterruptibleActionGate, bOnlyInterruptiblePostCommit) == 0x000031, "Member 'UInterruptibleActionGate::bOnlyInterruptiblePostCommit' has a wrong offset!"); \ +static_assert(offsetof(UInterruptibleActionGate, PreferTokenHolders) == 0x000038, "Member 'UInterruptibleActionGate::PreferTokenHolders' has a wrong offset!"); \ +static_assert(offsetof(UInterruptibleActionGate, bPlayerForcesInterrupt) == 0x000040, "Member 'UInterruptibleActionGate::bPlayerForcesInterrupt' has a wrong offset!"); \ +static_assert(offsetof(UInterruptibleActionGate, AllowedActionsAction) == 0x000048, "Member 'UInterruptibleActionGate::AllowedActionsAction' has a wrong offset!"); \ +static_assert(offsetof(UInterruptibleActionGate, DisallowedInterruptingActions) == 0x000050, "Member 'UInterruptibleActionGate::DisallowedInterruptingActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterruptionActionType \ +static_assert(alignof(UInterruptionActionType) == 0x000008, "Wrong alignment on UInterruptionActionType"); \ +static_assert(sizeof(UInterruptionActionType) == 0x000030, "Wrong size on UInterruptionActionType"); \ + +#define DUMPER7_ASSERTS_IntimidateBlueprintLibrary_GetIntimidateResult \ +static_assert(alignof(IntimidateBlueprintLibrary_GetIntimidateResult) == 0x000008, "Wrong alignment on IntimidateBlueprintLibrary_GetIntimidateResult"); \ +static_assert(sizeof(IntimidateBlueprintLibrary_GetIntimidateResult) == 0x000010, "Wrong size on IntimidateBlueprintLibrary_GetIntimidateResult"); \ +static_assert(offsetof(IntimidateBlueprintLibrary_GetIntimidateResult, ActionHandler) == 0x000000, "Member 'IntimidateBlueprintLibrary_GetIntimidateResult::ActionHandler' has a wrong offset!"); \ +static_assert(offsetof(IntimidateBlueprintLibrary_GetIntimidateResult, RequestID) == 0x000008, "Member 'IntimidateBlueprintLibrary_GetIntimidateResult::RequestID' has a wrong offset!"); \ +static_assert(offsetof(IntimidateBlueprintLibrary_GetIntimidateResult, ReturnValue) == 0x00000C, "Member 'IntimidateBlueprintLibrary_GetIntimidateResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIntimidateBlueprintLibrary \ +static_assert(alignof(UIntimidateBlueprintLibrary) == 0x000008, "Wrong alignment on UIntimidateBlueprintLibrary"); \ +static_assert(sizeof(UIntimidateBlueprintLibrary) == 0x000028, "Wrong size on UIntimidateBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_SayFlow_Abort \ +static_assert(alignof(SayFlow_Abort) == 0x000008, "Wrong alignment on SayFlow_Abort"); \ +static_assert(sizeof(SayFlow_Abort) == 0x000010, "Wrong size on SayFlow_Abort"); \ +static_assert(offsetof(SayFlow_Abort, Reason) == 0x000000, "Member 'SayFlow_Abort::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_AddParticipant \ +static_assert(alignof(SayFlow_AddParticipant) == 0x000008, "Wrong alignment on SayFlow_AddParticipant"); \ +static_assert(sizeof(SayFlow_AddParticipant) == 0x000008, "Wrong size on SayFlow_AddParticipant"); \ +static_assert(offsetof(SayFlow_AddParticipant, ParticipantCharacter) == 0x000000, "Member 'SayFlow_AddParticipant::ParticipantCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_GetAllTags \ +static_assert(alignof(SayFlow_GetAllTags) == 0x000008, "Wrong alignment on SayFlow_GetAllTags"); \ +static_assert(sizeof(SayFlow_GetAllTags) == 0x000020, "Wrong size on SayFlow_GetAllTags"); \ +static_assert(offsetof(SayFlow_GetAllTags, ReturnValue) == 0x000000, "Member 'SayFlow_GetAllTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_GetCharacterFromIdentifier \ +static_assert(alignof(SayFlow_GetCharacterFromIdentifier) == 0x000008, "Wrong alignment on SayFlow_GetCharacterFromIdentifier"); \ +static_assert(sizeof(SayFlow_GetCharacterFromIdentifier) == 0x000010, "Wrong size on SayFlow_GetCharacterFromIdentifier"); \ +static_assert(offsetof(SayFlow_GetCharacterFromIdentifier, InCharacterId) == 0x000000, "Member 'SayFlow_GetCharacterFromIdentifier::InCharacterId' has a wrong offset!"); \ +static_assert(offsetof(SayFlow_GetCharacterFromIdentifier, ReturnValue) == 0x000008, "Member 'SayFlow_GetCharacterFromIdentifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_OnSayLineCompleted \ +static_assert(alignof(SayFlow_OnSayLineCompleted) == 0x000008, "Wrong alignment on SayFlow_OnSayLineCompleted"); \ +static_assert(sizeof(SayFlow_OnSayLineCompleted) == 0x000018, "Wrong size on SayFlow_OnSayLineCompleted"); \ +static_assert(offsetof(SayFlow_OnSayLineCompleted, SayLineId) == 0x000000, "Member 'SayFlow_OnSayLineCompleted::SayLineId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_OnSayLineStarted \ +static_assert(alignof(SayFlow_OnSayLineStarted) == 0x000008, "Wrong alignment on SayFlow_OnSayLineStarted"); \ +static_assert(sizeof(SayFlow_OnSayLineStarted) == 0x000018, "Wrong size on SayFlow_OnSayLineStarted"); \ +static_assert(offsetof(SayFlow_OnSayLineStarted, SayLineId) == 0x000000, "Member 'SayFlow_OnSayLineStarted::SayLineId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_Resume \ +static_assert(alignof(SayFlow_Resume) == 0x000001, "Wrong alignment on SayFlow_Resume"); \ +static_assert(sizeof(SayFlow_Resume) == 0x000001, "Wrong size on SayFlow_Resume"); \ +static_assert(offsetof(SayFlow_Resume, Branches) == 0x000000, "Member 'SayFlow_Resume::Branches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_SetCameraTarget \ +static_assert(alignof(SayFlow_SetCameraTarget) == 0x000008, "Wrong alignment on SayFlow_SetCameraTarget"); \ +static_assert(sizeof(SayFlow_SetCameraTarget) == 0x000008, "Wrong size on SayFlow_SetCameraTarget"); \ +static_assert(offsetof(SayFlow_SetCameraTarget, InCharacterId) == 0x000000, "Member 'SayFlow_SetCameraTarget::InCharacterId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_SetParticipantConfig \ +static_assert(alignof(SayFlow_SetParticipantConfig) == 0x000008, "Wrong alignment on SayFlow_SetParticipantConfig"); \ +static_assert(sizeof(SayFlow_SetParticipantConfig) == 0x000020, "Wrong size on SayFlow_SetParticipantConfig"); \ +static_assert(offsetof(SayFlow_SetParticipantConfig, ID) == 0x000000, "Member 'SayFlow_SetParticipantConfig::ID' has a wrong offset!"); \ +static_assert(offsetof(SayFlow_SetParticipantConfig, Config) == 0x000008, "Member 'SayFlow_SetParticipantConfig::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_SetResumeCheckpoint \ +static_assert(alignof(SayFlow_SetResumeCheckpoint) == 0x000001, "Wrong alignment on SayFlow_SetResumeCheckpoint"); \ +static_assert(sizeof(SayFlow_SetResumeCheckpoint) == 0x000001, "Wrong size on SayFlow_SetResumeCheckpoint"); \ +static_assert(offsetof(SayFlow_SetResumeCheckpoint, Checkpoint_0) == 0x000000, "Member 'SayFlow_SetResumeCheckpoint::Checkpoint_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_SetSayFlowAutoSettings \ +static_assert(alignof(SayFlow_SetSayFlowAutoSettings) == 0x000001, "Wrong alignment on SayFlow_SetSayFlowAutoSettings"); \ +static_assert(sizeof(SayFlow_SetSayFlowAutoSettings) == 0x000002, "Wrong size on SayFlow_SetSayFlowAutoSettings"); \ +static_assert(offsetof(SayFlow_SetSayFlowAutoSettings, bSetAutomaticLookatEnabled) == 0x000000, "Member 'SayFlow_SetSayFlowAutoSettings::bSetAutomaticLookatEnabled' has a wrong offset!"); \ +static_assert(offsetof(SayFlow_SetSayFlowAutoSettings, bSetAutomaticAlignEnabled) == 0x000001, "Member 'SayFlow_SetSayFlowAutoSettings::bSetAutomaticAlignEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_SetSayFlowAutoSettingsFor \ +static_assert(alignof(SayFlow_SetSayFlowAutoSettingsFor) == 0x000008, "Wrong alignment on SayFlow_SetSayFlowAutoSettingsFor"); \ +static_assert(sizeof(SayFlow_SetSayFlowAutoSettingsFor) == 0x000010, "Wrong size on SayFlow_SetSayFlowAutoSettingsFor"); \ +static_assert(offsetof(SayFlow_SetSayFlowAutoSettingsFor, Participant) == 0x000000, "Member 'SayFlow_SetSayFlowAutoSettingsFor::Participant' has a wrong offset!"); \ +static_assert(offsetof(SayFlow_SetSayFlowAutoSettingsFor, bSetAutomaticLookatEnabled) == 0x000008, "Member 'SayFlow_SetSayFlowAutoSettingsFor::bSetAutomaticLookatEnabled' has a wrong offset!"); \ +static_assert(offsetof(SayFlow_SetSayFlowAutoSettingsFor, bSetAutomaticAlignEnabled) == 0x000009, "Member 'SayFlow_SetSayFlowAutoSettingsFor::bSetAutomaticAlignEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_Start \ +static_assert(alignof(SayFlow_Start) == 0x000008, "Wrong alignment on SayFlow_Start"); \ +static_assert(sizeof(SayFlow_Start) == 0x000018, "Wrong size on SayFlow_Start"); \ +static_assert(offsetof(SayFlow_Start, Speaker) == 0x000000, "Member 'SayFlow_Start::Speaker' has a wrong offset!"); \ +static_assert(offsetof(SayFlow_Start, IntentToSay) == 0x000008, "Member 'SayFlow_Start::IntentToSay' has a wrong offset!"); \ +static_assert(offsetof(SayFlow_Start, Target) == 0x000010, "Member 'SayFlow_Start::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_GetCameraTarget \ +static_assert(alignof(SayFlow_GetCameraTarget) == 0x000008, "Wrong alignment on SayFlow_GetCameraTarget"); \ +static_assert(sizeof(SayFlow_GetCameraTarget) == 0x000018, "Wrong size on SayFlow_GetCameraTarget"); \ +static_assert(offsetof(SayFlow_GetCameraTarget, CharacterId) == 0x000000, "Member 'SayFlow_GetCameraTarget::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(SayFlow_GetCameraTarget, ReturnValue) == 0x000010, "Member 'SayFlow_GetCameraTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_GetCharacter \ +static_assert(alignof(SayFlow_GetCharacter) == 0x000008, "Wrong alignment on SayFlow_GetCharacter"); \ +static_assert(sizeof(SayFlow_GetCharacter) == 0x000018, "Wrong size on SayFlow_GetCharacter"); \ +static_assert(offsetof(SayFlow_GetCharacter, CharacterId) == 0x000000, "Member 'SayFlow_GetCharacter::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(SayFlow_GetCharacter, ReturnValue) == 0x000010, "Member 'SayFlow_GetCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_GetConversationTarget \ +static_assert(alignof(SayFlow_GetConversationTarget) == 0x000008, "Wrong alignment on SayFlow_GetConversationTarget"); \ +static_assert(sizeof(SayFlow_GetConversationTarget) == 0x000008, "Wrong size on SayFlow_GetConversationTarget"); \ +static_assert(offsetof(SayFlow_GetConversationTarget, ReturnValue) == 0x000000, "Member 'SayFlow_GetConversationTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_GetCurrentSpeaker \ +static_assert(alignof(SayFlow_GetCurrentSpeaker) == 0x000008, "Wrong alignment on SayFlow_GetCurrentSpeaker"); \ +static_assert(sizeof(SayFlow_GetCurrentSpeaker) == 0x000008, "Wrong size on SayFlow_GetCurrentSpeaker"); \ +static_assert(offsetof(SayFlow_GetCurrentSpeaker, ReturnValue) == 0x000000, "Member 'SayFlow_GetCurrentSpeaker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_GetDistanceToClosestParticipant \ +static_assert(alignof(SayFlow_GetDistanceToClosestParticipant) == 0x000008, "Wrong alignment on SayFlow_GetDistanceToClosestParticipant"); \ +static_assert(sizeof(SayFlow_GetDistanceToClosestParticipant) == 0x000010, "Wrong size on SayFlow_GetDistanceToClosestParticipant"); \ +static_assert(offsetof(SayFlow_GetDistanceToClosestParticipant, Closest) == 0x000000, "Member 'SayFlow_GetDistanceToClosestParticipant::Closest' has a wrong offset!"); \ +static_assert(offsetof(SayFlow_GetDistanceToClosestParticipant, ReturnValue) == 0x000008, "Member 'SayFlow_GetDistanceToClosestParticipant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_GetStartSpeaker \ +static_assert(alignof(SayFlow_GetStartSpeaker) == 0x000008, "Wrong alignment on SayFlow_GetStartSpeaker"); \ +static_assert(sizeof(SayFlow_GetStartSpeaker) == 0x000008, "Wrong size on SayFlow_GetStartSpeaker"); \ +static_assert(offsetof(SayFlow_GetStartSpeaker, ReturnValue) == 0x000000, "Member 'SayFlow_GetStartSpeaker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_IsParticipant \ +static_assert(alignof(SayFlow_IsParticipant) == 0x000008, "Wrong alignment on SayFlow_IsParticipant"); \ +static_assert(sizeof(SayFlow_IsParticipant) == 0x000010, "Wrong size on SayFlow_IsParticipant"); \ +static_assert(offsetof(SayFlow_IsParticipant, Character) == 0x000000, "Member 'SayFlow_IsParticipant::Character' has a wrong offset!"); \ +static_assert(offsetof(SayFlow_IsParticipant, ReturnValue) == 0x000008, "Member 'SayFlow_IsParticipant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_IsPaused \ +static_assert(alignof(SayFlow_IsPaused) == 0x000001, "Wrong alignment on SayFlow_IsPaused"); \ +static_assert(sizeof(SayFlow_IsPaused) == 0x000001, "Wrong size on SayFlow_IsPaused"); \ +static_assert(offsetof(SayFlow_IsPaused, ReturnValue) == 0x000000, "Member 'SayFlow_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlow_NeedDialogueUI \ +static_assert(alignof(SayFlow_NeedDialogueUI) == 0x000001, "Wrong alignment on SayFlow_NeedDialogueUI"); \ +static_assert(sizeof(SayFlow_NeedDialogueUI) == 0x000001, "Wrong size on SayFlow_NeedDialogueUI"); \ +static_assert(offsetof(SayFlow_NeedDialogueUI, ReturnValue) == 0x000000, "Member 'SayFlow_NeedDialogueUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USayFlow \ +static_assert(alignof(USayFlow) == 0x000008, "Wrong alignment on USayFlow"); \ +static_assert(sizeof(USayFlow) == 0x000198, "Wrong size on USayFlow"); \ +static_assert(offsetof(USayFlow, ParticipantIdentifiers) == 0x000030, "Member 'USayFlow::ParticipantIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, InteractionText) == 0x000040, "Member 'USayFlow::InteractionText' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, bPlayerIsLockedDuringFlow) == 0x000050, "Member 'USayFlow::bPlayerIsLockedDuringFlow' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, bUseDialogCamera) == 0x000051, "Member 'USayFlow::bUseDialogCamera' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, bUseLetterbox) == 0x000052, "Member 'USayFlow::bUseLetterbox' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, IsAmbientDialogue) == 0x000053, "Member 'USayFlow::IsAmbientDialogue' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, DurationExtension) == 0x000054, "Member 'USayFlow::DurationExtension' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, Participants) == 0x000058, "Member 'USayFlow::Participants' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, Priority) == 0x000088, "Member 'USayFlow::Priority' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, AudioPriority) == 0x000089, "Member 'USayFlow::AudioPriority' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, ParticipantConfig) == 0x000090, "Member 'USayFlow::ParticipantConfig' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, bClearFromOwnerAtEnd) == 0x0000E0, "Member 'USayFlow::bClearFromOwnerAtEnd' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, bClearFromEveryoneAtEnd) == 0x0000E1, "Member 'USayFlow::bClearFromEveryoneAtEnd' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, SearchForParticipantRange) == 0x0000E4, "Member 'USayFlow::SearchForParticipantRange' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, NotificationDistance) == 0x0000E8, "Member 'USayFlow::NotificationDistance' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, CallLeaveNotification) == 0x0000EC, "Member 'USayFlow::CallLeaveNotification' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, CompletionObserver) == 0x0000F8, "Member 'USayFlow::CompletionObserver' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, ScriptKey) == 0x000100, "Member 'USayFlow::ScriptKey' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, Checkpoint) == 0x000111, "Member 'USayFlow::Checkpoint' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, FlowGameplayTags) == 0x000118, "Member 'USayFlow::FlowGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(USayFlow, bNeedDialogueUI) == 0x000141, "Member 'USayFlow::bNeedDialogueUI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIntimidateGrabEntry \ +static_assert(alignof(UIntimidateGrabEntry) == 0x000008, "Wrong alignment on UIntimidateGrabEntry"); \ +static_assert(sizeof(UIntimidateGrabEntry) == 0x000030, "Wrong size on UIntimidateGrabEntry"); \ + +#define DUMPER7_ASSERTS_AStartMenuCharacter \ +static_assert(alignof(AStartMenuCharacter) == 0x000010, "Wrong alignment on AStartMenuCharacter"); \ +static_assert(sizeof(AStartMenuCharacter) == 0x000650, "Wrong size on AStartMenuCharacter"); \ + +#define DUMPER7_ASSERTS_UIntimidateSuccess \ +static_assert(alignof(UIntimidateSuccess) == 0x000008, "Wrong alignment on UIntimidateSuccess"); \ +static_assert(sizeof(UIntimidateSuccess) == 0x000030, "Wrong size on UIntimidateSuccess"); \ + +#define DUMPER7_ASSERTS_UInventoryItemPickupSettings \ +static_assert(alignof(UInventoryItemPickupSettings) == 0x000008, "Wrong alignment on UInventoryItemPickupSettings"); \ +static_assert(sizeof(UInventoryItemPickupSettings) == 0x000040, "Wrong size on UInventoryItemPickupSettings"); \ +static_assert(offsetof(UInventoryItemPickupSettings, PickupItemsMaxAmount) == 0x000038, "Member 'UInventoryItemPickupSettings::PickupItemsMaxAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryItemPickupSubsystem_DestroyPickup \ +static_assert(alignof(InventoryItemPickupSubsystem_DestroyPickup) == 0x000008, "Wrong alignment on InventoryItemPickupSubsystem_DestroyPickup"); \ +static_assert(sizeof(InventoryItemPickupSubsystem_DestroyPickup) == 0x000008, "Wrong size on InventoryItemPickupSubsystem_DestroyPickup"); \ +static_assert(offsetof(InventoryItemPickupSubsystem_DestroyPickup, ItemPickup) == 0x000000, "Member 'InventoryItemPickupSubsystem_DestroyPickup::ItemPickup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryItemPickupSubsystem_SpawnPickup \ +static_assert(alignof(InventoryItemPickupSubsystem_SpawnPickup) == 0x000010, "Wrong alignment on InventoryItemPickupSubsystem_SpawnPickup"); \ +static_assert(sizeof(InventoryItemPickupSubsystem_SpawnPickup) == 0x0000D0, "Wrong size on InventoryItemPickupSubsystem_SpawnPickup"); \ +static_assert(offsetof(InventoryItemPickupSubsystem_SpawnPickup, Transform) == 0x000000, "Member 'InventoryItemPickupSubsystem_SpawnPickup::Transform' has a wrong offset!"); \ +static_assert(offsetof(InventoryItemPickupSubsystem_SpawnPickup, Item) == 0x000060, "Member 'InventoryItemPickupSubsystem_SpawnPickup::Item' has a wrong offset!"); \ +static_assert(offsetof(InventoryItemPickupSubsystem_SpawnPickup, bSimulatePhysics) == 0x000088, "Member 'InventoryItemPickupSubsystem_SpawnPickup::bSimulatePhysics' has a wrong offset!"); \ +static_assert(offsetof(InventoryItemPickupSubsystem_SpawnPickup, Amount) == 0x00008C, "Member 'InventoryItemPickupSubsystem_SpawnPickup::Amount' has a wrong offset!"); \ +static_assert(offsetof(InventoryItemPickupSubsystem_SpawnPickup, DropVelocityImpulse) == 0x000090, "Member 'InventoryItemPickupSubsystem_SpawnPickup::DropVelocityImpulse' has a wrong offset!"); \ +static_assert(offsetof(InventoryItemPickupSubsystem_SpawnPickup, DropRotationImpulse) == 0x0000A8, "Member 'InventoryItemPickupSubsystem_SpawnPickup::DropRotationImpulse' has a wrong offset!"); \ +static_assert(offsetof(InventoryItemPickupSubsystem_SpawnPickup, ReturnValue) == 0x0000C0, "Member 'InventoryItemPickupSubsystem_SpawnPickup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventoryItemPickupSubsystem \ +static_assert(alignof(UInventoryItemPickupSubsystem) == 0x000008, "Wrong alignment on UInventoryItemPickupSubsystem"); \ +static_assert(sizeof(UInventoryItemPickupSubsystem) == 0x000058, "Wrong size on UInventoryItemPickupSubsystem"); \ +static_assert(offsetof(UInventoryItemPickupSubsystem, SpawnedItems) == 0x000038, "Member 'UInventoryItemPickupSubsystem::SpawnedItems' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemPickupSubsystem, PickedUpItems) == 0x000048, "Member 'UInventoryItemPickupSubsystem::PickedUpItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITimeOfDayControlledLight \ +static_assert(alignof(ITimeOfDayControlledLight) == 0x000001, "Wrong alignment on ITimeOfDayControlledLight"); \ +static_assert(sizeof(ITimeOfDayControlledLight) == 0x000001, "Wrong size on ITimeOfDayControlledLight"); \ + +#define DUMPER7_ASSERTS_USetFlagActionNotify \ +static_assert(alignof(USetFlagActionNotify) == 0x000008, "Wrong alignment on USetFlagActionNotify"); \ +static_assert(sizeof(USetFlagActionNotify) == 0x000040, "Wrong size on USetFlagActionNotify"); \ +static_assert(offsetof(USetFlagActionNotify, Flag) == 0x000038, "Member 'USetFlagActionNotify::Flag' has a wrong offset!"); \ +static_assert(offsetof(USetFlagActionNotify, bRaiseFlag) == 0x000039, "Member 'USetFlagActionNotify::bRaiseFlag' has a wrong offset!"); \ +static_assert(offsetof(USetFlagActionNotify, bOnResponder) == 0x00003A, "Member 'USetFlagActionNotify::bOnResponder' has a wrong offset!"); \ +static_assert(offsetof(USetFlagActionNotify, bRaiseForTime) == 0x00003B, "Member 'USetFlagActionNotify::bRaiseForTime' has a wrong offset!"); \ +static_assert(offsetof(USetFlagActionNotify, TimeToRaise) == 0x00003C, "Member 'USetFlagActionNotify::TimeToRaise' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULifecycleListenerComponent \ +static_assert(alignof(ULifecycleListenerComponent) == 0x000008, "Wrong alignment on ULifecycleListenerComponent"); \ +static_assert(sizeof(ULifecycleListenerComponent) == 0x0000D8, "Wrong size on ULifecycleListenerComponent"); \ + +#define DUMPER7_ASSERTS_UPropertySheetStack \ +static_assert(alignof(UPropertySheetStack) == 0x000008, "Wrong alignment on UPropertySheetStack"); \ +static_assert(sizeof(UPropertySheetStack) == 0x000038, "Wrong size on UPropertySheetStack"); \ +static_assert(offsetof(UPropertySheetStack, StackName) == 0x000030, "Member 'UPropertySheetStack::StackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULootableComponent \ +static_assert(alignof(ULootableComponent) == 0x000008, "Wrong alignment on ULootableComponent"); \ +static_assert(sizeof(ULootableComponent) == 0x0000E8, "Wrong size on ULootableComponent"); \ +static_assert(offsetof(ULootableComponent, LootTable) == 0x0000C0, "Member 'ULootableComponent::LootTable' has a wrong offset!"); \ +static_assert(offsetof(ULootableComponent, OnDownedDelegate) == 0x0000C8, "Member 'ULootableComponent::OnDownedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ULootableComponent, OnDownedByPlayerDelegate) == 0x0000D8, "Member 'ULootableComponent::OnDownedByPlayerDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSAKAcousticPortal \ +static_assert(alignof(ALSAKAcousticPortal) == 0x000008, "Wrong alignment on ALSAKAcousticPortal"); \ +static_assert(sizeof(ALSAKAcousticPortal) == 0x000300, "Wrong size on ALSAKAcousticPortal"); \ +static_assert(offsetof(ALSAKAcousticPortal, AmbientPortal) == 0x0002F8, "Member 'ALSAKAcousticPortal::AmbientPortal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AStoryCardVisualAttractor \ +static_assert(alignof(AStoryCardVisualAttractor) == 0x000008, "Wrong alignment on AStoryCardVisualAttractor"); \ +static_assert(sizeof(AStoryCardVisualAttractor) == 0x0002B0, "Wrong size on AStoryCardVisualAttractor"); \ + +#define DUMPER7_ASSERTS_ALSAKAmbientSound \ +static_assert(alignof(ALSAKAmbientSound) == 0x000008, "Wrong alignment on ALSAKAmbientSound"); \ +static_assert(sizeof(ALSAKAmbientSound) == 0x000320, "Wrong size on ALSAKAmbientSound"); \ +static_assert(offsetof(ALSAKAmbientSound, AttenuationCheck) == 0x0002F8, "Member 'ALSAKAmbientSound::AttenuationCheck' has a wrong offset!"); \ +static_assert(offsetof(ALSAKAmbientSound, bDestroyOnceEventFinished) == 0x0002F9, "Member 'ALSAKAmbientSound::bDestroyOnceEventFinished' has a wrong offset!"); \ +static_assert(offsetof(ALSAKAmbientSound, Bucket) == 0x0002FC, "Member 'ALSAKAmbientSound::Bucket' has a wrong offset!"); \ +static_assert(offsetof(ALSAKAmbientSound, AudioContext) == 0x000304, "Member 'ALSAKAmbientSound::AudioContext' has a wrong offset!"); \ +static_assert(offsetof(ALSAKAmbientSound, Switches) == 0x000308, "Member 'ALSAKAmbientSound::Switches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSAKAmbientLoop \ +static_assert(alignof(ALSAKAmbientLoop) == 0x000008, "Wrong alignment on ALSAKAmbientLoop"); \ +static_assert(sizeof(ALSAKAmbientLoop) == 0x000330, "Wrong size on ALSAKAmbientLoop"); \ +static_assert(offsetof(ALSAKAmbientLoop, Loop) == 0x000320, "Member 'ALSAKAmbientLoop::Loop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSAkGeometryComponent \ +static_assert(alignof(ULSAkGeometryComponent) == 0x000010, "Wrong alignment on ULSAkGeometryComponent"); \ +static_assert(sizeof(ULSAkGeometryComponent) == 0x000440, "Wrong size on ULSAkGeometryComponent"); \ + +#define DUMPER7_ASSERTS_ALSAKReverbVolume \ +static_assert(alignof(ALSAKReverbVolume) == 0x000008, "Wrong alignment on ALSAKReverbVolume"); \ +static_assert(sizeof(ALSAKReverbVolume) == 0x000320, "Wrong size on ALSAKReverbVolume"); \ + +#define DUMPER7_ASSERTS_VehicleClearingAreaActor_ClearArea \ +static_assert(alignof(VehicleClearingAreaActor_ClearArea) == 0x000008, "Wrong alignment on VehicleClearingAreaActor_ClearArea"); \ +static_assert(sizeof(VehicleClearingAreaActor_ClearArea) == 0x000010, "Wrong size on VehicleClearingAreaActor_ClearArea"); \ +static_assert(offsetof(VehicleClearingAreaActor_ClearArea, VehiclesToIgnore) == 0x000000, "Member 'VehicleClearingAreaActor_ClearArea::VehiclesToIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVehicleClearingAreaActor \ +static_assert(alignof(AVehicleClearingAreaActor) == 0x000008, "Wrong alignment on AVehicleClearingAreaActor"); \ +static_assert(sizeof(AVehicleClearingAreaActor) == 0x0002E0, "Wrong size on AVehicleClearingAreaActor"); \ +static_assert(offsetof(AVehicleClearingAreaActor, SphereArea) == 0x0002B0, "Member 'AVehicleClearingAreaActor::SphereArea' has a wrong offset!"); \ +static_assert(offsetof(AVehicleClearingAreaActor, DefaultRelocatePlayervehicleLocation) == 0x0002B8, "Member 'AVehicleClearingAreaActor::DefaultRelocatePlayervehicleLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSAKSpatialAudioVolume \ +static_assert(alignof(ALSAKSpatialAudioVolume) == 0x000008, "Wrong alignment on ALSAKSpatialAudioVolume"); \ +static_assert(sizeof(ALSAKSpatialAudioVolume) == 0x000310, "Wrong size on ALSAKSpatialAudioVolume"); \ +static_assert(offsetof(ALSAKSpatialAudioVolume, LSSpatialAudioComponent) == 0x000308, "Member 'ALSAKSpatialAudioVolume::LSSpatialAudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSAKReverbZone \ +static_assert(alignof(ALSAKReverbZone) == 0x000008, "Wrong alignment on ALSAKReverbZone"); \ +static_assert(sizeof(ALSAKReverbZone) == 0x000318, "Wrong size on ALSAKReverbZone"); \ +static_assert(offsetof(ALSAKReverbZone, bOnlyUseForSpots) == 0x000310, "Member 'ALSAKReverbZone::bOnlyUseForSpots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AActorGroupSpawnPoint \ +static_assert(alignof(AActorGroupSpawnPoint) == 0x000008, "Wrong alignment on AActorGroupSpawnPoint"); \ +static_assert(sizeof(AActorGroupSpawnPoint) == 0x000380, "Wrong size on AActorGroupSpawnPoint"); \ +static_assert(offsetof(AActorGroupSpawnPoint, SpawnCondition) == 0x0002B0, "Member 'AActorGroupSpawnPoint::SpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(AActorGroupSpawnPoint, ActorGroup) == 0x0002C8, "Member 'AActorGroupSpawnPoint::ActorGroup' has a wrong offset!"); \ +static_assert(offsetof(AActorGroupSpawnPoint, PlaceId) == 0x0002D8, "Member 'AActorGroupSpawnPoint::PlaceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSAkSwitchUserData \ +static_assert(alignof(ULSAkSwitchUserData) == 0x000008, "Wrong alignment on ULSAkSwitchUserData"); \ +static_assert(sizeof(ULSAkSwitchUserData) == 0x000030, "Wrong size on ULSAkSwitchUserData"); \ +static_assert(offsetof(ULSAkSwitchUserData, SwitchValue) == 0x000028, "Member 'ULSAkSwitchUserData::SwitchValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSAmbientPortalComponent \ +static_assert(alignof(ULSAmbientPortalComponent) == 0x000010, "Wrong alignment on ULSAmbientPortalComponent"); \ +static_assert(sizeof(ULSAmbientPortalComponent) == 0x0004F0, "Wrong size on ULSAmbientPortalComponent"); \ +static_assert(offsetof(ULSAmbientPortalComponent, BrushToolGeometry) == 0x000250, "Member 'ULSAmbientPortalComponent::BrushToolGeometry' has a wrong offset!"); \ +static_assert(offsetof(ULSAmbientPortalComponent, LiveFrontRoom) == 0x0004D0, "Member 'ULSAmbientPortalComponent::LiveFrontRoom' has a wrong offset!"); \ +static_assert(offsetof(ULSAmbientPortalComponent, LiveBackRoom) == 0x0004D8, "Member 'ULSAmbientPortalComponent::LiveBackRoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynchronizedAnimationSelectionComponent_ActiveInfoUpdatedInDispatch \ +static_assert(alignof(SynchronizedAnimationSelectionComponent_ActiveInfoUpdatedInDispatch) == 0x000010, "Wrong alignment on SynchronizedAnimationSelectionComponent_ActiveInfoUpdatedInDispatch"); \ +static_assert(sizeof(SynchronizedAnimationSelectionComponent_ActiveInfoUpdatedInDispatch) == 0x0001F0, "Wrong size on SynchronizedAnimationSelectionComponent_ActiveInfoUpdatedInDispatch"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_ActiveInfoUpdatedInDispatch, DispatchData) == 0x000000, "Member 'SynchronizedAnimationSelectionComponent_ActiveInfoUpdatedInDispatch::DispatchData' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_ActiveInfoUpdatedInDispatch, ActiveInfo) == 0x0001C0, "Member 'SynchronizedAnimationSelectionComponent_ActiveInfoUpdatedInDispatch::ActiveInfo' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_ActiveInfoUpdatedInDispatch, ReturnValue) == 0x0001E0, "Member 'SynchronizedAnimationSelectionComponent_ActiveInfoUpdatedInDispatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynchronizedAnimationSelectionComponent_GetSyncDispatchAction \ +static_assert(alignof(SynchronizedAnimationSelectionComponent_GetSyncDispatchAction) == 0x000010, "Wrong alignment on SynchronizedAnimationSelectionComponent_GetSyncDispatchAction"); \ +static_assert(sizeof(SynchronizedAnimationSelectionComponent_GetSyncDispatchAction) == 0x000200, "Wrong size on SynchronizedAnimationSelectionComponent_GetSyncDispatchAction"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetSyncDispatchAction, SyncDispatchData) == 0x000000, "Member 'SynchronizedAnimationSelectionComponent_GetSyncDispatchAction::SyncDispatchData' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetSyncDispatchAction, WorldTimeSeconds) == 0x0001C0, "Member 'SynchronizedAnimationSelectionComponent_GetSyncDispatchAction::WorldTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetSyncDispatchAction, bDataValid) == 0x0001C8, "Member 'SynchronizedAnimationSelectionComponent_GetSyncDispatchAction::bDataValid' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetSyncDispatchAction, AllowedTypes) == 0x0001CC, "Member 'SynchronizedAnimationSelectionComponent_GetSyncDispatchAction::AllowedTypes' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetSyncDispatchAction, ChosenActionType) == 0x0001D0, "Member 'SynchronizedAnimationSelectionComponent_GetSyncDispatchAction::ChosenActionType' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetSyncDispatchAction, ChosenAnimation) == 0x0001D8, "Member 'SynchronizedAnimationSelectionComponent_GetSyncDispatchAction::ChosenAnimation' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetSyncDispatchAction, CurrentFollowUpTag) == 0x0001E0, "Member 'SynchronizedAnimationSelectionComponent_GetSyncDispatchAction::CurrentFollowUpTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement \ +static_assert(alignof(SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement) == 0x000010, "Wrong alignment on SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement"); \ +static_assert(sizeof(SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement) == 0x0001D0, "Wrong size on SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement, SyncDispatchData) == 0x000000, "Member 'SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement::SyncDispatchData' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement, WorldTimeSeconds) == 0x0001C0, "Member 'SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement::WorldTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement, AllowedTypes) == 0x0001C8, "Member 'SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement::AllowedTypes' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement, bDataValid) == 0x0001CC, "Member 'SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement::bDataValid' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement, MovementClass) == 0x0001CD, "Member 'SynchronizedAnimationSelectionComponent_GetSyncDispatchMovement::MovementClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynchronizedAnimationSelectionComponent_IsSyncDispatchValid \ +static_assert(alignof(SynchronizedAnimationSelectionComponent_IsSyncDispatchValid) == 0x000010, "Wrong alignment on SynchronizedAnimationSelectionComponent_IsSyncDispatchValid"); \ +static_assert(sizeof(SynchronizedAnimationSelectionComponent_IsSyncDispatchValid) == 0x0001D0, "Wrong size on SynchronizedAnimationSelectionComponent_IsSyncDispatchValid"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_IsSyncDispatchValid, SyncDispatchData) == 0x000000, "Member 'SynchronizedAnimationSelectionComponent_IsSyncDispatchValid::SyncDispatchData' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_IsSyncDispatchValid, WorldTimeSeconds) == 0x0001C0, "Member 'SynchronizedAnimationSelectionComponent_IsSyncDispatchValid::WorldTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_IsSyncDispatchValid, AllowedTypes) == 0x0001C8, "Member 'SynchronizedAnimationSelectionComponent_IsSyncDispatchValid::AllowedTypes' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_IsSyncDispatchValid, ReturnValue) == 0x0001CC, "Member 'SynchronizedAnimationSelectionComponent_IsSyncDispatchValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynchronizedAnimationSelectionComponent_SetActiveInfoFromDispatch \ +static_assert(alignof(SynchronizedAnimationSelectionComponent_SetActiveInfoFromDispatch) == 0x000010, "Wrong alignment on SynchronizedAnimationSelectionComponent_SetActiveInfoFromDispatch"); \ +static_assert(sizeof(SynchronizedAnimationSelectionComponent_SetActiveInfoFromDispatch) == 0x0001E0, "Wrong size on SynchronizedAnimationSelectionComponent_SetActiveInfoFromDispatch"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_SetActiveInfoFromDispatch, DispatchData) == 0x000000, "Member 'SynchronizedAnimationSelectionComponent_SetActiveInfoFromDispatch::DispatchData' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_SetActiveInfoFromDispatch, ActiveInfo) == 0x0001C0, "Member 'SynchronizedAnimationSelectionComponent_SetActiveInfoFromDispatch::ActiveInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynchronizedAnimationSelectionComponent_ChooseAndPerformActions \ +static_assert(alignof(SynchronizedAnimationSelectionComponent_ChooseAndPerformActions) == 0x000010, "Wrong alignment on SynchronizedAnimationSelectionComponent_ChooseAndPerformActions"); \ +static_assert(sizeof(SynchronizedAnimationSelectionComponent_ChooseAndPerformActions) == 0x0001A0, "Wrong size on SynchronizedAnimationSelectionComponent_ChooseAndPerformActions"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_ChooseAndPerformActions, Context) == 0x000000, "Member 'SynchronizedAnimationSelectionComponent_ChooseAndPerformActions::Context' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_ChooseAndPerformActions, ReturnValue) == 0x000190, "Member 'SynchronizedAnimationSelectionComponent_ChooseAndPerformActions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynchronizedAnimationSelectionComponent_GetDispatch \ +static_assert(alignof(SynchronizedAnimationSelectionComponent_GetDispatch) == 0x000010, "Wrong alignment on SynchronizedAnimationSelectionComponent_GetDispatch"); \ +static_assert(sizeof(SynchronizedAnimationSelectionComponent_GetDispatch) == 0x0001D0, "Wrong size on SynchronizedAnimationSelectionComponent_GetDispatch"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetDispatch, Channel) == 0x000000, "Member 'SynchronizedAnimationSelectionComponent_GetDispatch::Channel' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetDispatch, ReturnValue) == 0x000010, "Member 'SynchronizedAnimationSelectionComponent_GetDispatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynchronizedAnimationSelectionComponent_GetOverlayDispatch \ +static_assert(alignof(SynchronizedAnimationSelectionComponent_GetOverlayDispatch) == 0x000010, "Wrong alignment on SynchronizedAnimationSelectionComponent_GetOverlayDispatch"); \ +static_assert(sizeof(SynchronizedAnimationSelectionComponent_GetOverlayDispatch) == 0x0001C0, "Wrong size on SynchronizedAnimationSelectionComponent_GetOverlayDispatch"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetOverlayDispatch, ReturnValue) == 0x000000, "Member 'SynchronizedAnimationSelectionComponent_GetOverlayDispatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynchronizedAnimationSelectionComponent_GetPrimaryDispatch \ +static_assert(alignof(SynchronizedAnimationSelectionComponent_GetPrimaryDispatch) == 0x000010, "Wrong alignment on SynchronizedAnimationSelectionComponent_GetPrimaryDispatch"); \ +static_assert(sizeof(SynchronizedAnimationSelectionComponent_GetPrimaryDispatch) == 0x0001C0, "Wrong size on SynchronizedAnimationSelectionComponent_GetPrimaryDispatch"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_GetPrimaryDispatch, ReturnValue) == 0x000000, "Member 'SynchronizedAnimationSelectionComponent_GetPrimaryDispatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynchronizedAnimationSelectionComponent_IsActiveDispatch \ +static_assert(alignof(SynchronizedAnimationSelectionComponent_IsActiveDispatch) == 0x000001, "Wrong alignment on SynchronizedAnimationSelectionComponent_IsActiveDispatch"); \ +static_assert(sizeof(SynchronizedAnimationSelectionComponent_IsActiveDispatch) == 0x000002, "Wrong size on SynchronizedAnimationSelectionComponent_IsActiveDispatch"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_IsActiveDispatch, Channel) == 0x000000, "Member 'SynchronizedAnimationSelectionComponent_IsActiveDispatch::Channel' has a wrong offset!"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_IsActiveDispatch, ReturnValue) == 0x000001, "Member 'SynchronizedAnimationSelectionComponent_IsActiveDispatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynchronizedAnimationSelectionComponent_IsAnyDispatchActive \ +static_assert(alignof(SynchronizedAnimationSelectionComponent_IsAnyDispatchActive) == 0x000001, "Wrong alignment on SynchronizedAnimationSelectionComponent_IsAnyDispatchActive"); \ +static_assert(sizeof(SynchronizedAnimationSelectionComponent_IsAnyDispatchActive) == 0x000001, "Wrong size on SynchronizedAnimationSelectionComponent_IsAnyDispatchActive"); \ +static_assert(offsetof(SynchronizedAnimationSelectionComponent_IsAnyDispatchActive, ReturnValue) == 0x000000, "Member 'SynchronizedAnimationSelectionComponent_IsAnyDispatchActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynchronizedAnimationSelectionComponent \ +static_assert(alignof(USynchronizedAnimationSelectionComponent) == 0x000010, "Wrong alignment on USynchronizedAnimationSelectionComponent"); \ +static_assert(sizeof(USynchronizedAnimationSelectionComponent) == 0x000290, "Wrong size on USynchronizedAnimationSelectionComponent"); \ +static_assert(offsetof(USynchronizedAnimationSelectionComponent, SyncedInteractionSettings) == 0x0000C0, "Member 'USynchronizedAnimationSelectionComponent::SyncedInteractionSettings' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedAnimationSelectionComponent, bAllowDelayedDispatchForInstigating) == 0x0000C8, "Member 'USynchronizedAnimationSelectionComponent::bAllowDelayedDispatchForInstigating' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedAnimationSelectionComponent, OwningCharacter) == 0x0000D0, "Member 'USynchronizedAnimationSelectionComponent::OwningCharacter' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedAnimationSelectionComponent, BaseMotionWeight) == 0x0000D8, "Member 'USynchronizedAnimationSelectionComponent::BaseMotionWeight' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedAnimationSelectionComponent, Dispatches) == 0x0000E8, "Member 'USynchronizedAnimationSelectionComponent::Dispatches' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedAnimationSelectionComponent, DispatchesPendingRemovalBackBufferA) == 0x000140, "Member 'USynchronizedAnimationSelectionComponent::DispatchesPendingRemovalBackBufferA' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedAnimationSelectionComponent, DispatchesPendingRemovalBackBufferB) == 0x000150, "Member 'USynchronizedAnimationSelectionComponent::DispatchesPendingRemovalBackBufferB' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedAnimationSelectionComponent, ContainedActionLayer) == 0x000168, "Member 'USynchronizedAnimationSelectionComponent::ContainedActionLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSAudioActor \ +static_assert(alignof(ALSAudioActor) == 0x000008, "Wrong alignment on ALSAudioActor"); \ +static_assert(sizeof(ALSAudioActor) == 0x0002C0, "Wrong size on ALSAudioActor"); \ +static_assert(offsetof(ALSAudioActor, LSAKComponent) == 0x0002B0, "Member 'ALSAudioActor::LSAKComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSAmbientSpotEmitter \ +static_assert(alignof(ULSAmbientSpotEmitter) == 0x000008, "Wrong alignment on ULSAmbientSpotEmitter"); \ +static_assert(sizeof(ULSAmbientSpotEmitter) == 0x000060, "Wrong size on ULSAmbientSpotEmitter"); \ +static_assert(offsetof(ULSAmbientSpotEmitter, AkComponent) == 0x000028, "Member 'ULSAmbientSpotEmitter::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(ULSAmbientSpotEmitter, AkEvent) == 0x000030, "Member 'ULSAmbientSpotEmitter::AkEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSAmbientSpotEmitterParent \ +static_assert(alignof(ULSAmbientSpotEmitterParent) == 0x000008, "Wrong alignment on ULSAmbientSpotEmitterParent"); \ +static_assert(sizeof(ULSAmbientSpotEmitterParent) == 0x000088, "Wrong size on ULSAmbientSpotEmitterParent"); \ +static_assert(offsetof(ULSAmbientSpotEmitterParent, AmbientSpotEvent) == 0x000028, "Member 'ULSAmbientSpotEmitterParent::AmbientSpotEvent' has a wrong offset!"); \ +static_assert(offsetof(ULSAmbientSpotEmitterParent, Emitters) == 0x000078, "Member 'ULSAmbientSpotEmitterParent::Emitters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSAmbientSpotParent \ +static_assert(alignof(ULSAmbientSpotParent) == 0x000008, "Wrong alignment on ULSAmbientSpotParent"); \ +static_assert(sizeof(ULSAmbientSpotParent) == 0x000090, "Wrong size on ULSAmbientSpotParent"); \ +static_assert(offsetof(ULSAmbientSpotParent, SheetSpotEmitters) == 0x000050, "Member 'ULSAmbientSpotParent::SheetSpotEmitters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleSettings \ +static_assert(alignof(UVehicleSettings) == 0x000008, "Wrong alignment on UVehicleSettings"); \ +static_assert(sizeof(UVehicleSettings) == 0x0003C0, "Wrong size on UVehicleSettings"); \ +static_assert(offsetof(UVehicleSettings, DamageConfig) == 0x000038, "Member 'UVehicleSettings::DamageConfig' has a wrong offset!"); \ +static_assert(offsetof(UVehicleSettings, CollisionModifierConfig) == 0x0001B8, "Member 'UVehicleSettings::CollisionModifierConfig' has a wrong offset!"); \ +static_assert(offsetof(UVehicleSettings, VehicleStartingInventory) == 0x0002A8, "Member 'UVehicleSettings::VehicleStartingInventory' has a wrong offset!"); \ +static_assert(offsetof(UVehicleSettings, PlayerVehicleSettings) == 0x0002F8, "Member 'UVehicleSettings::PlayerVehicleSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LSAudioAmbientZoneComponent_GetAmbientZoneTypes \ +static_assert(alignof(LSAudioAmbientZoneComponent_GetAmbientZoneTypes) == 0x000008, "Wrong alignment on LSAudioAmbientZoneComponent_GetAmbientZoneTypes"); \ +static_assert(sizeof(LSAudioAmbientZoneComponent_GetAmbientZoneTypes) == 0x000010, "Wrong size on LSAudioAmbientZoneComponent_GetAmbientZoneTypes"); \ +static_assert(offsetof(LSAudioAmbientZoneComponent_GetAmbientZoneTypes, ReturnValue) == 0x000000, "Member 'LSAudioAmbientZoneComponent_GetAmbientZoneTypes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSAudioAmbientZoneComponent \ +static_assert(alignof(ULSAudioAmbientZoneComponent) == 0x000010, "Wrong alignment on ULSAudioAmbientZoneComponent"); \ +static_assert(sizeof(ULSAudioAmbientZoneComponent) == 0x0002F0, "Wrong size on ULSAudioAmbientZoneComponent"); \ +static_assert(offsetof(ULSAudioAmbientZoneComponent, bEnable) == 0x000250, "Member 'ULSAudioAmbientZoneComponent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(ULSAudioAmbientZoneComponent, bInterior) == 0x000251, "Member 'ULSAudioAmbientZoneComponent::bInterior' has a wrong offset!"); \ +static_assert(offsetof(ULSAudioAmbientZoneComponent, bForbidOuterBed) == 0x000252, "Member 'ULSAudioAmbientZoneComponent::bForbidOuterBed' has a wrong offset!"); \ +static_assert(offsetof(ULSAudioAmbientZoneComponent, AmbientZoneType) == 0x000254, "Member 'ULSAudioAmbientZoneComponent::AmbientZoneType' has a wrong offset!"); \ +static_assert(offsetof(ULSAudioAmbientZoneComponent, AttenuationRange) == 0x00025C, "Member 'ULSAudioAmbientZoneComponent::AttenuationRange' has a wrong offset!"); \ +static_assert(offsetof(ULSAudioAmbientZoneComponent, InnerAttenuationRange) == 0x000260, "Member 'ULSAudioAmbientZoneComponent::InnerAttenuationRange' has a wrong offset!"); \ +static_assert(offsetof(ULSAudioAmbientZoneComponent, InnerAttenuationPercentage) == 0x000264, "Member 'ULSAudioAmbientZoneComponent::InnerAttenuationPercentage' has a wrong offset!"); \ +static_assert(offsetof(ULSAudioAmbientZoneComponent, BedSoundEvent) == 0x000268, "Member 'ULSAudioAmbientZoneComponent::BedSoundEvent' has a wrong offset!"); \ +static_assert(offsetof(ULSAudioAmbientZoneComponent, UniqueName) == 0x000290, "Member 'ULSAudioAmbientZoneComponent::UniqueName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractionDotIcon \ +static_assert(alignof(UInteractionDotIcon) == 0x000010, "Wrong alignment on UInteractionDotIcon"); \ +static_assert(sizeof(UInteractionDotIcon) == 0x0000E0, "Wrong size on UInteractionDotIcon"); \ +static_assert(offsetof(UInteractionDotIcon, Brush) == 0x000030, "Member 'UInteractionDotIcon::Brush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioAmbientZoneDataAsset \ +static_assert(alignof(UAudioAmbientZoneDataAsset) == 0x000008, "Wrong alignment on UAudioAmbientZoneDataAsset"); \ +static_assert(sizeof(UAudioAmbientZoneDataAsset) == 0x000040, "Wrong size on UAudioAmbientZoneDataAsset"); \ +static_assert(offsetof(UAudioAmbientZoneDataAsset, BedSound) == 0x000030, "Member 'UAudioAmbientZoneDataAsset::BedSound' has a wrong offset!"); \ +static_assert(offsetof(UAudioAmbientZoneDataAsset, AttenuationRange) == 0x000038, "Member 'UAudioAmbientZoneDataAsset::AttenuationRange' has a wrong offset!"); \ +static_assert(offsetof(UAudioAmbientZoneDataAsset, InnerAttenuationRange) == 0x00003C, "Member 'UAudioAmbientZoneDataAsset::InnerAttenuationRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USaveGameSettings \ +static_assert(alignof(USaveGameSettings) == 0x000008, "Wrong alignment on USaveGameSettings"); \ +static_assert(sizeof(USaveGameSettings) == 0x0000B8, "Wrong size on USaveGameSettings"); \ +static_assert(offsetof(USaveGameSettings, DefaultMapId) == 0x000038, "Member 'USaveGameSettings::DefaultMapId' has a wrong offset!"); \ +static_assert(offsetof(USaveGameSettings, SlotName) == 0x000048, "Member 'USaveGameSettings::SlotName' has a wrong offset!"); \ +static_assert(offsetof(USaveGameSettings, ManifestSlotName) == 0x000050, "Member 'USaveGameSettings::ManifestSlotName' has a wrong offset!"); \ +static_assert(offsetof(USaveGameSettings, GameDayId) == 0x000058, "Member 'USaveGameSettings::GameDayId' has a wrong offset!"); \ +static_assert(offsetof(USaveGameSettings, CurrentDebtId) == 0x000070, "Member 'USaveGameSettings::CurrentDebtId' has a wrong offset!"); \ +static_assert(offsetof(USaveGameSettings, CashId) == 0x000088, "Member 'USaveGameSettings::CashId' has a wrong offset!"); \ +static_assert(offsetof(USaveGameSettings, CurrentTimeTagId) == 0x0000A0, "Member 'USaveGameSettings::CurrentTimeTagId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSAudioEditorSubsystem \ +static_assert(alignof(ULSAudioEditorSubsystem) == 0x000008, "Wrong alignment on ULSAudioEditorSubsystem"); \ +static_assert(sizeof(ULSAudioEditorSubsystem) == 0x000038, "Wrong size on ULSAudioEditorSubsystem"); \ + +#define DUMPER7_ASSERTS_ULSAudioEngineSubsystem \ +static_assert(alignof(ULSAudioEngineSubsystem) == 0x000008, "Wrong alignment on ULSAudioEngineSubsystem"); \ +static_assert(sizeof(ULSAudioEngineSubsystem) == 0x0000E0, "Wrong size on ULSAudioEngineSubsystem"); \ + +#define DUMPER7_ASSERTS_ULSAudioLoop \ +static_assert(alignof(ULSAudioLoop) == 0x000008, "Wrong alignment on ULSAudioLoop"); \ +static_assert(sizeof(ULSAudioLoop) == 0x000050, "Wrong size on ULSAudioLoop"); \ +static_assert(offsetof(ULSAudioLoop, Loop) == 0x000030, "Member 'ULSAudioLoop::Loop' has a wrong offset!"); \ +static_assert(offsetof(ULSAudioLoop, stop) == 0x000038, "Member 'ULSAudioLoop::stop' has a wrong offset!"); \ +static_assert(offsetof(ULSAudioLoop, Suspend) == 0x000040, "Member 'ULSAudioLoop::Suspend' has a wrong offset!"); \ +static_assert(offsetof(ULSAudioLoop, Resume) == 0x000048, "Member 'ULSAudioLoop::Resume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URequestMeleeActionNotify \ +static_assert(alignof(URequestMeleeActionNotify) == 0x000008, "Wrong alignment on URequestMeleeActionNotify"); \ +static_assert(sizeof(URequestMeleeActionNotify) == 0x000040, "Wrong size on URequestMeleeActionNotify"); \ +static_assert(offsetof(URequestMeleeActionNotify, RequestType) == 0x000038, "Member 'URequestMeleeActionNotify::RequestType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSAudioSplineSimple \ +static_assert(alignof(ALSAudioSplineSimple) == 0x000008, "Wrong alignment on ALSAudioSplineSimple"); \ +static_assert(sizeof(ALSAudioSplineSimple) == 0x000320, "Wrong size on ALSAudioSplineSimple"); \ +static_assert(offsetof(ALSAudioSplineSimple, AudioEvent) == 0x0002B8, "Member 'ALSAudioSplineSimple::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(ALSAudioSplineSimple, UpdateRange) == 0x0002C0, "Member 'ALSAudioSplineSimple::UpdateRange' has a wrong offset!"); \ +static_assert(offsetof(ALSAudioSplineSimple, UpdateQualityRange) == 0x0002C4, "Member 'ALSAudioSplineSimple::UpdateQualityRange' has a wrong offset!"); \ +static_assert(offsetof(ALSAudioSplineSimple, SlowUpdateTimeSec) == 0x0002C8, "Member 'ALSAudioSplineSimple::SlowUpdateTimeSec' has a wrong offset!"); \ +static_assert(offsetof(ALSAudioSplineSimple, MaxAngleChangePerSec) == 0x0002CC, "Member 'ALSAudioSplineSimple::MaxAngleChangePerSec' has a wrong offset!"); \ +static_assert(offsetof(ALSAudioSplineSimple, SnapDistance) == 0x0002D0, "Member 'ALSAudioSplineSimple::SnapDistance' has a wrong offset!"); \ +static_assert(offsetof(ALSAudioSplineSimple, Bucket) == 0x0002D4, "Member 'ALSAudioSplineSimple::Bucket' has a wrong offset!"); \ +static_assert(offsetof(ALSAudioSplineSimple, SplineEmitter) == 0x000318, "Member 'ALSAudioSplineSimple::SplineEmitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARoadPieceActor \ +static_assert(alignof(ARoadPieceActor) == 0x000008, "Wrong alignment on ARoadPieceActor"); \ +static_assert(sizeof(ARoadPieceActor) == 0x0002B8, "Wrong size on ARoadPieceActor"); \ +static_assert(offsetof(ARoadPieceActor, LaneTags) == 0x0002B0, "Member 'ARoadPieceActor::LaneTags' has a wrong offset!"); \ +static_assert(offsetof(ARoadPieceActor, PreviousLaneTags) == 0x0002B4, "Member 'ARoadPieceActor::PreviousLaneTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSAudioUserData \ +static_assert(alignof(ULSAudioUserData) == 0x000008, "Wrong alignment on ULSAudioUserData"); \ +static_assert(sizeof(ULSAudioUserData) == 0x000078, "Wrong size on ULSAudioUserData"); \ +static_assert(offsetof(ULSAudioUserData, Switches) == 0x000028, "Member 'ULSAudioUserData::Switches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSAudioWorldSubsystem \ +static_assert(alignof(ULSAudioWorldSubsystem) == 0x000008, "Wrong alignment on ULSAudioWorldSubsystem"); \ +static_assert(sizeof(ULSAudioWorldSubsystem) == 0x000060, "Wrong size on ULSAudioWorldSubsystem"); \ +static_assert(offsetof(ULSAudioWorldSubsystem, OutDoorRoomAuxBus) == 0x000038, "Member 'ULSAudioWorldSubsystem::OutDoorRoomAuxBus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffect_ActivateStatus \ +static_assert(alignof(StatusEffect_ActivateStatus) == 0x000008, "Wrong alignment on StatusEffect_ActivateStatus"); \ +static_assert(sizeof(StatusEffect_ActivateStatus) == 0x000008, "Wrong size on StatusEffect_ActivateStatus"); \ +static_assert(offsetof(StatusEffect_ActivateStatus, AffectedCharacter) == 0x000000, "Member 'StatusEffect_ActivateStatus::AffectedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffect_DeactivateStatus \ +static_assert(alignof(StatusEffect_DeactivateStatus) == 0x000008, "Wrong alignment on StatusEffect_DeactivateStatus"); \ +static_assert(sizeof(StatusEffect_DeactivateStatus) == 0x000008, "Wrong size on StatusEffect_DeactivateStatus"); \ +static_assert(offsetof(StatusEffect_DeactivateStatus, AffectedCharacter) == 0x000000, "Member 'StatusEffect_DeactivateStatus::AffectedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffect_StackStatus \ +static_assert(alignof(StatusEffect_StackStatus) == 0x000008, "Wrong alignment on StatusEffect_StackStatus"); \ +static_assert(sizeof(StatusEffect_StackStatus) == 0x000008, "Wrong size on StatusEffect_StackStatus"); \ +static_assert(offsetof(StatusEffect_StackStatus, AffectedCharacter) == 0x000000, "Member 'StatusEffect_StackStatus::AffectedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffect_TickStatus \ +static_assert(alignof(StatusEffect_TickStatus) == 0x000008, "Wrong alignment on StatusEffect_TickStatus"); \ +static_assert(sizeof(StatusEffect_TickStatus) == 0x000010, "Wrong size on StatusEffect_TickStatus"); \ +static_assert(offsetof(StatusEffect_TickStatus, DeltaTime) == 0x000000, "Member 'StatusEffect_TickStatus::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(StatusEffect_TickStatus, AffectedCharacter) == 0x000008, "Member 'StatusEffect_TickStatus::AffectedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStatusEffect \ +static_assert(alignof(UStatusEffect) == 0x000008, "Wrong alignment on UStatusEffect"); \ +static_assert(sizeof(UStatusEffect) == 0x000030, "Wrong size on UStatusEffect"); \ +static_assert(offsetof(UStatusEffect, bTimed) == 0x000028, "Member 'UStatusEffect::bTimed' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffect, bCanStackTime) == 0x000029, "Member 'UStatusEffect::bCanStackTime' has a wrong offset!"); \ +static_assert(offsetof(UStatusEffect, bCanStackEffect) == 0x00002A, "Member 'UStatusEffect::bCanStackEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSLight \ +static_assert(alignof(ALSLight) == 0x000008, "Wrong alignment on ALSLight"); \ +static_assert(sizeof(ALSLight) == 0x000330, "Wrong size on ALSLight"); \ +static_assert(offsetof(ALSLight, bEnabled) == 0x0002C0, "Member 'ALSLight::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, bFogMeshEnabled) == 0x0002C1, "Member 'ALSLight::bFogMeshEnabled' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, bLensFlareEnabled) == 0x0002C2, "Member 'ALSLight::bLensFlareEnabled' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, bForceIncludeInFarLightGeo) == 0x0002C3, "Member 'ALSLight::bForceIncludeInFarLightGeo' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, bUseEmissiveMesh) == 0x0002C4, "Member 'ALSLight::bUseEmissiveMesh' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, bUseFakePointLight) == 0x0002C5, "Member 'ALSLight::bUseFakePointLight' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, EmissiveIntensityMultiplier) == 0x0002C8, "Member 'ALSLight::EmissiveIntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, TimeControlState) == 0x0002CC, "Member 'ALSLight::TimeControlState' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, TimeControlledMin) == 0x0002D0, "Member 'ALSLight::TimeControlledMin' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, TimeControlledMax) == 0x0002D8, "Member 'ALSLight::TimeControlledMax' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, ControlledLightData) == 0x0002E0, "Member 'ALSLight::ControlledLightData' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, PrimaryLight) == 0x0002F8, "Member 'ALSLight::PrimaryLight' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, SecondaryLight) == 0x000300, "Member 'ALSLight::SecondaryLight' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, Root) == 0x000308, "Member 'ALSLight::Root' has a wrong offset!"); \ +static_assert(offsetof(ALSLight, FogMeshComponent) == 0x000310, "Member 'ALSLight::FogMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJListenerComponent \ +static_assert(alignof(UCJListenerComponent) == 0x000010, "Wrong alignment on UCJListenerComponent"); \ +static_assert(sizeof(UCJListenerComponent) == 0x0004B0, "Wrong size on UCJListenerComponent"); \ +static_assert(offsetof(UCJListenerComponent, CameraPositionInterpolationFraction) == 0x000498, "Member 'UCJListenerComponent::CameraPositionInterpolationFraction' has a wrong offset!"); \ +static_assert(offsetof(UCJListenerComponent, CameraRotationInterpolationFraction) == 0x00049C, "Member 'UCJListenerComponent::CameraRotationInterpolationFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSSpatialAudioCollider \ +static_assert(alignof(ALSSpatialAudioCollider) == 0x000008, "Wrong alignment on ALSSpatialAudioCollider"); \ +static_assert(sizeof(ALSSpatialAudioCollider) == 0x0002B8, "Wrong size on ALSSpatialAudioCollider"); \ +static_assert(offsetof(ALSSpatialAudioCollider, BoxComponent) == 0x0002B0, "Member 'ALSSpatialAudioCollider::BoxComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LSSpatialAudioComponent_OnActorEnterBroadphase \ +static_assert(alignof(LSSpatialAudioComponent_OnActorEnterBroadphase) == 0x000008, "Wrong alignment on LSSpatialAudioComponent_OnActorEnterBroadphase"); \ +static_assert(sizeof(LSSpatialAudioComponent_OnActorEnterBroadphase) == 0x000120, "Wrong size on LSSpatialAudioComponent_OnActorEnterBroadphase"); \ +static_assert(offsetof(LSSpatialAudioComponent_OnActorEnterBroadphase, OverlappedComponent) == 0x000000, "Member 'LSSpatialAudioComponent_OnActorEnterBroadphase::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(LSSpatialAudioComponent_OnActorEnterBroadphase, OtherActor) == 0x000008, "Member 'LSSpatialAudioComponent_OnActorEnterBroadphase::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(LSSpatialAudioComponent_OnActorEnterBroadphase, OtherComp) == 0x000010, "Member 'LSSpatialAudioComponent_OnActorEnterBroadphase::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(LSSpatialAudioComponent_OnActorEnterBroadphase, OtherBodyIndex) == 0x000018, "Member 'LSSpatialAudioComponent_OnActorEnterBroadphase::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(LSSpatialAudioComponent_OnActorEnterBroadphase, bFromSweep) == 0x00001C, "Member 'LSSpatialAudioComponent_OnActorEnterBroadphase::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(LSSpatialAudioComponent_OnActorEnterBroadphase, SweepResult) == 0x000020, "Member 'LSSpatialAudioComponent_OnActorEnterBroadphase::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LSSpatialAudioComponent_OnActorExitBroadphase \ +static_assert(alignof(LSSpatialAudioComponent_OnActorExitBroadphase) == 0x000008, "Wrong alignment on LSSpatialAudioComponent_OnActorExitBroadphase"); \ +static_assert(sizeof(LSSpatialAudioComponent_OnActorExitBroadphase) == 0x000020, "Wrong size on LSSpatialAudioComponent_OnActorExitBroadphase"); \ +static_assert(offsetof(LSSpatialAudioComponent_OnActorExitBroadphase, OverlappedComponent) == 0x000000, "Member 'LSSpatialAudioComponent_OnActorExitBroadphase::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(LSSpatialAudioComponent_OnActorExitBroadphase, OtherActor) == 0x000008, "Member 'LSSpatialAudioComponent_OnActorExitBroadphase::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(LSSpatialAudioComponent_OnActorExitBroadphase, OtherComp) == 0x000010, "Member 'LSSpatialAudioComponent_OnActorExitBroadphase::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(LSSpatialAudioComponent_OnActorExitBroadphase, OtherBodyIndex) == 0x000018, "Member 'LSSpatialAudioComponent_OnActorExitBroadphase::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSSpatialAudioComponent \ +static_assert(alignof(ULSSpatialAudioComponent) == 0x000010, "Wrong alignment on ULSSpatialAudioComponent"); \ +static_assert(sizeof(ULSSpatialAudioComponent) == 0x000600, "Wrong size on ULSSpatialAudioComponent"); \ +static_assert(offsetof(ULSSpatialAudioComponent, bEnable) == 0x000288, "Member 'ULSSpatialAudioComponent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioComponent, BoxComponent) == 0x000290, "Member 'ULSSpatialAudioComponent::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioComponent, BrushToolGeometry) == 0x0002F0, "Member 'ULSSpatialAudioComponent::BrushToolGeometry' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioComponent, bComplexGeometry) == 0x000570, "Member 'ULSSpatialAudioComponent::bComplexGeometry' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioComponent, bIsInterior) == 0x000571, "Member 'ULSSpatialAudioComponent::bIsInterior' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioComponent, LivePortals) == 0x000578, "Member 'ULSSpatialAudioComponent::LivePortals' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioComponent, LiveInnerVolumes) == 0x000588, "Member 'ULSSpatialAudioComponent::LiveInnerVolumes' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioComponent, PropertySheets) == 0x000598, "Member 'ULSSpatialAudioComponent::PropertySheets' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioComponent, bAutoFindAcousticTextures) == 0x0005A8, "Member 'ULSSpatialAudioComponent::bAutoFindAcousticTextures' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioComponent, MaxAttenuationRadius) == 0x0005AC, "Member 'ULSSpatialAudioComponent::MaxAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioComponent, UniqueName) == 0x0005B0, "Member 'ULSSpatialAudioComponent::UniqueName' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioComponent, ForbidOuterVolume) == 0x0005B8, "Member 'ULSSpatialAudioComponent::ForbidOuterVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILSSpatialAudioComponentInterface \ +static_assert(alignof(ILSSpatialAudioComponentInterface) == 0x000001, "Wrong alignment on ILSSpatialAudioComponentInterface"); \ +static_assert(sizeof(ILSSpatialAudioComponentInterface) == 0x000001, "Wrong size on ILSSpatialAudioComponentInterface"); \ + +#define DUMPER7_ASSERTS_LSSpatialAudioSubSystem_SpotCallbackFunc \ +static_assert(alignof(LSSpatialAudioSubSystem_SpotCallbackFunc) == 0x000008, "Wrong alignment on LSSpatialAudioSubSystem_SpotCallbackFunc"); \ +static_assert(sizeof(LSSpatialAudioSubSystem_SpotCallbackFunc) == 0x000010, "Wrong size on LSSpatialAudioSubSystem_SpotCallbackFunc"); \ +static_assert(offsetof(LSSpatialAudioSubSystem_SpotCallbackFunc, in_eType) == 0x000000, "Member 'LSSpatialAudioSubSystem_SpotCallbackFunc::in_eType' has a wrong offset!"); \ +static_assert(offsetof(LSSpatialAudioSubSystem_SpotCallbackFunc, in_pCallbackInfo) == 0x000008, "Member 'LSSpatialAudioSubSystem_SpotCallbackFunc::in_pCallbackInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSSpatialAudioSubSystem \ +static_assert(alignof(ULSSpatialAudioSubSystem) == 0x000008, "Wrong alignment on ULSSpatialAudioSubSystem"); \ +static_assert(sizeof(ULSSpatialAudioSubSystem) == 0x000190, "Wrong size on ULSSpatialAudioSubSystem"); \ +static_assert(offsetof(ULSSpatialAudioSubSystem, AmbientSpotParents) == 0x000060, "Member 'ULSSpatialAudioSubSystem::AmbientSpotParents' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioSubSystem, SpatialAudioCollider) == 0x000070, "Member 'ULSSpatialAudioSubSystem::SpatialAudioCollider' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioSubSystem, AudioActorsAmbience) == 0x0000C8, "Member 'ULSSpatialAudioSubSystem::AudioActorsAmbience' has a wrong offset!"); \ +static_assert(offsetof(ULSSpatialAudioSubSystem, LSAkGeometryComponents) == 0x0000D8, "Member 'ULSSpatialAudioSubSystem::LSAkGeometryComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALSSpatialAudioVolume \ +static_assert(alignof(ALSSpatialAudioVolume) == 0x000008, "Wrong alignment on ALSSpatialAudioVolume"); \ +static_assert(sizeof(ALSSpatialAudioVolume) == 0x000310, "Wrong size on ALSSpatialAudioVolume"); \ +static_assert(offsetof(ALSSpatialAudioVolume, LSSpatialAudioComponent) == 0x000308, "Member 'ALSSpatialAudioVolume::LSSpatialAudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFlowNodeAsync_RunSayFlow \ +static_assert(alignof(SayFlowNodeAsync_RunSayFlow) == 0x000008, "Wrong alignment on SayFlowNodeAsync_RunSayFlow"); \ +static_assert(sizeof(SayFlowNodeAsync_RunSayFlow) == 0x000068, "Wrong size on SayFlowNodeAsync_RunSayFlow"); \ +static_assert(offsetof(SayFlowNodeAsync_RunSayFlow, Context) == 0x000000, "Member 'SayFlowNodeAsync_RunSayFlow::Context' has a wrong offset!"); \ +static_assert(offsetof(SayFlowNodeAsync_RunSayFlow, Source_0) == 0x000008, "Member 'SayFlowNodeAsync_RunSayFlow::Source_0' has a wrong offset!"); \ +static_assert(offsetof(SayFlowNodeAsync_RunSayFlow, StartIntent_0) == 0x000010, "Member 'SayFlowNodeAsync_RunSayFlow::StartIntent_0' has a wrong offset!"); \ +static_assert(offsetof(SayFlowNodeAsync_RunSayFlow, Target_0) == 0x000018, "Member 'SayFlowNodeAsync_RunSayFlow::Target_0' has a wrong offset!"); \ +static_assert(offsetof(SayFlowNodeAsync_RunSayFlow, Flow) == 0x000030, "Member 'SayFlowNodeAsync_RunSayFlow::Flow' has a wrong offset!"); \ +static_assert(offsetof(SayFlowNodeAsync_RunSayFlow, ForceStart_0) == 0x000058, "Member 'SayFlowNodeAsync_RunSayFlow::ForceStart_0' has a wrong offset!"); \ +static_assert(offsetof(SayFlowNodeAsync_RunSayFlow, ReturnValue) == 0x000060, "Member 'SayFlowNodeAsync_RunSayFlow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USayFlowNodeAsync \ +static_assert(alignof(USayFlowNodeAsync) == 0x000008, "Wrong alignment on USayFlowNodeAsync"); \ +static_assert(sizeof(USayFlowNodeAsync) == 0x0000D8, "Wrong size on USayFlowNodeAsync"); \ +static_assert(offsetof(USayFlowNodeAsync, ContextObject) == 0x000040, "Member 'USayFlowNodeAsync::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(USayFlowNodeAsync, Source) == 0x000048, "Member 'USayFlowNodeAsync::Source' has a wrong offset!"); \ +static_assert(offsetof(USayFlowNodeAsync, StartIntent) == 0x000050, "Member 'USayFlowNodeAsync::StartIntent' has a wrong offset!"); \ +static_assert(offsetof(USayFlowNodeAsync, Target) == 0x000058, "Member 'USayFlowNodeAsync::Target' has a wrong offset!"); \ +static_assert(offsetof(USayFlowNodeAsync, Completed) == 0x000098, "Member 'USayFlowNodeAsync::Completed' has a wrong offset!"); \ +static_assert(offsetof(USayFlowNodeAsync, Failed) == 0x0000A8, "Member 'USayFlowNodeAsync::Failed' has a wrong offset!"); \ +static_assert(offsetof(USayFlowNodeAsync, ForceStart) == 0x0000B8, "Member 'USayFlowNodeAsync::ForceStart' has a wrong offset!"); \ +static_assert(offsetof(USayFlowNodeAsync, FlowInstance) == 0x0000C0, "Member 'USayFlowNodeAsync::FlowInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UManagedHDRIBackdropComponent \ +static_assert(alignof(UManagedHDRIBackdropComponent) == 0x000010, "Wrong alignment on UManagedHDRIBackdropComponent"); \ +static_assert(sizeof(UManagedHDRIBackdropComponent) == 0x0002D0, "Wrong size on UManagedHDRIBackdropComponent"); \ +static_assert(offsetof(UManagedHDRIBackdropComponent, Rotation) == 0x000258, "Member 'UManagedHDRIBackdropComponent::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UManagedHDRIBackdropComponent, Intensity) == 0x000260, "Member 'UManagedHDRIBackdropComponent::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UManagedHDRIBackdropComponent, SkyTexture) == 0x000268, "Member 'UManagedHDRIBackdropComponent::SkyTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AManagedHDRIBackdrop \ +static_assert(alignof(AManagedHDRIBackdrop) == 0x000008, "Wrong alignment on AManagedHDRIBackdrop"); \ +static_assert(sizeof(AManagedHDRIBackdrop) == 0x0002C0, "Wrong size on AManagedHDRIBackdrop"); \ +static_assert(offsetof(AManagedHDRIBackdrop, ManagedHDRIBackdropComponent) == 0x0002B0, "Member 'AManagedHDRIBackdrop::ManagedHDRIBackdropComponent' has a wrong offset!"); \ +static_assert(offsetof(AManagedHDRIBackdrop, DomeMeshComponent) == 0x0002B8, "Member 'AManagedHDRIBackdrop::DomeMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubtitleWidget_ApplySubtitleData \ +static_assert(alignof(SubtitleWidget_ApplySubtitleData) == 0x000008, "Wrong alignment on SubtitleWidget_ApplySubtitleData"); \ +static_assert(sizeof(SubtitleWidget_ApplySubtitleData) == 0x000058, "Wrong size on SubtitleWidget_ApplySubtitleData"); \ +static_assert(offsetof(SubtitleWidget_ApplySubtitleData, SubtitleData) == 0x000000, "Member 'SubtitleWidget_ApplySubtitleData::SubtitleData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubtitleWidget \ +static_assert(alignof(USubtitleWidget) == 0x000008, "Wrong alignment on USubtitleWidget"); \ +static_assert(sizeof(USubtitleWidget) == 0x000858, "Wrong size on USubtitleWidget"); \ + +#define DUMPER7_ASSERTS_UManagedSpawnData \ +static_assert(alignof(UManagedSpawnData) == 0x000008, "Wrong alignment on UManagedSpawnData"); \ +static_assert(sizeof(UManagedSpawnData) == 0x000040, "Wrong size on UManagedSpawnData"); \ +static_assert(offsetof(UManagedSpawnData, Vehicles) == 0x000030, "Member 'UManagedSpawnData::Vehicles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshBlueprintLibrary_GetNumTrianglesInSkeletalMesh \ +static_assert(alignof(SkeletalMeshBlueprintLibrary_GetNumTrianglesInSkeletalMesh) == 0x000008, "Wrong alignment on SkeletalMeshBlueprintLibrary_GetNumTrianglesInSkeletalMesh"); \ +static_assert(sizeof(SkeletalMeshBlueprintLibrary_GetNumTrianglesInSkeletalMesh) == 0x000010, "Wrong size on SkeletalMeshBlueprintLibrary_GetNumTrianglesInSkeletalMesh"); \ +static_assert(offsetof(SkeletalMeshBlueprintLibrary_GetNumTrianglesInSkeletalMesh, SkeletalMesh) == 0x000000, "Member 'SkeletalMeshBlueprintLibrary_GetNumTrianglesInSkeletalMesh::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshBlueprintLibrary_GetNumTrianglesInSkeletalMesh, LODIndex) == 0x000008, "Member 'SkeletalMeshBlueprintLibrary_GetNumTrianglesInSkeletalMesh::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshBlueprintLibrary_GetNumTrianglesInSkeletalMesh, ReturnValue) == 0x00000C, "Member 'SkeletalMeshBlueprintLibrary_GetNumTrianglesInSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshBlueprintLibrary_GetRaytracingMinLOD \ +static_assert(alignof(SkeletalMeshBlueprintLibrary_GetRaytracingMinLOD) == 0x000008, "Wrong alignment on SkeletalMeshBlueprintLibrary_GetRaytracingMinLOD"); \ +static_assert(sizeof(SkeletalMeshBlueprintLibrary_GetRaytracingMinLOD) == 0x000010, "Wrong size on SkeletalMeshBlueprintLibrary_GetRaytracingMinLOD"); \ +static_assert(offsetof(SkeletalMeshBlueprintLibrary_GetRaytracingMinLOD, SkeletalMesh) == 0x000000, "Member 'SkeletalMeshBlueprintLibrary_GetRaytracingMinLOD::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshBlueprintLibrary_GetRaytracingMinLOD, ReturnValue) == 0x000008, "Member 'SkeletalMeshBlueprintLibrary_GetRaytracingMinLOD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshBlueprintLibrary_SetRaytracingMinLOD \ +static_assert(alignof(SkeletalMeshBlueprintLibrary_SetRaytracingMinLOD) == 0x000008, "Wrong alignment on SkeletalMeshBlueprintLibrary_SetRaytracingMinLOD"); \ +static_assert(sizeof(SkeletalMeshBlueprintLibrary_SetRaytracingMinLOD) == 0x000010, "Wrong size on SkeletalMeshBlueprintLibrary_SetRaytracingMinLOD"); \ +static_assert(offsetof(SkeletalMeshBlueprintLibrary_SetRaytracingMinLOD, SkeletalMesh) == 0x000000, "Member 'SkeletalMeshBlueprintLibrary_SetRaytracingMinLOD::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMeshBlueprintLibrary_SetRaytracingMinLOD, LOD) == 0x000008, "Member 'SkeletalMeshBlueprintLibrary_SetRaytracingMinLOD::LOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMeshBlueprintLibrary \ +static_assert(alignof(USkeletalMeshBlueprintLibrary) == 0x000008, "Wrong alignment on USkeletalMeshBlueprintLibrary"); \ +static_assert(sizeof(USkeletalMeshBlueprintLibrary) == 0x000028, "Wrong size on USkeletalMeshBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_MapSubsystem_GetMapDefinition \ +static_assert(alignof(MapSubsystem_GetMapDefinition) == 0x000008, "Wrong alignment on MapSubsystem_GetMapDefinition"); \ +static_assert(sizeof(MapSubsystem_GetMapDefinition) == 0x0000A8, "Wrong size on MapSubsystem_GetMapDefinition"); \ +static_assert(offsetof(MapSubsystem_GetMapDefinition, ReturnValue) == 0x000000, "Member 'MapSubsystem_GetMapDefinition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapSubsystem_PopMapDefinition \ +static_assert(alignof(MapSubsystem_PopMapDefinition) == 0x000008, "Wrong alignment on MapSubsystem_PopMapDefinition"); \ +static_assert(sizeof(MapSubsystem_PopMapDefinition) == 0x000028, "Wrong size on MapSubsystem_PopMapDefinition"); \ +static_assert(offsetof(MapSubsystem_PopMapDefinition, MapTexture) == 0x000000, "Member 'MapSubsystem_PopMapDefinition::MapTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MapSubsystem_PushMapDefinition \ +static_assert(alignof(MapSubsystem_PushMapDefinition) == 0x000008, "Wrong alignment on MapSubsystem_PushMapDefinition"); \ +static_assert(sizeof(MapSubsystem_PushMapDefinition) == 0x000050, "Wrong size on MapSubsystem_PushMapDefinition"); \ +static_assert(offsetof(MapSubsystem_PushMapDefinition, InTexture) == 0x000000, "Member 'MapSubsystem_PushMapDefinition::InTexture' has a wrong offset!"); \ +static_assert(offsetof(MapSubsystem_PushMapDefinition, InWorldCenter) == 0x000028, "Member 'MapSubsystem_PushMapDefinition::InWorldCenter' has a wrong offset!"); \ +static_assert(offsetof(MapSubsystem_PushMapDefinition, InWorldSize) == 0x000038, "Member 'MapSubsystem_PushMapDefinition::InWorldSize' has a wrong offset!"); \ +static_assert(offsetof(MapSubsystem_PushMapDefinition, InUIScale) == 0x000048, "Member 'MapSubsystem_PushMapDefinition::InUIScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapSubsystem \ +static_assert(alignof(UMapSubsystem) == 0x000008, "Wrong alignment on UMapSubsystem"); \ +static_assert(sizeof(UMapSubsystem) == 0x000058, "Wrong size on UMapSubsystem"); \ +static_assert(offsetof(UMapSubsystem, MapDefinitionStack) == 0x000048, "Member 'UMapSubsystem::MapDefinitionStack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeEnvironmentalHazardActionType \ +static_assert(alignof(UMeleeEnvironmentalHazardActionType) == 0x000008, "Wrong alignment on UMeleeEnvironmentalHazardActionType"); \ +static_assert(sizeof(UMeleeEnvironmentalHazardActionType) == 0x000030, "Wrong size on UMeleeEnvironmentalHazardActionType"); \ + +#define DUMPER7_ASSERTS_AShortcutRoadActor \ +static_assert(alignof(AShortcutRoadActor) == 0x000008, "Wrong alignment on AShortcutRoadActor"); \ +static_assert(sizeof(AShortcutRoadActor) == 0x0002B8, "Wrong size on AShortcutRoadActor"); \ +static_assert(offsetof(AShortcutRoadActor, ZoneShapeComponent) == 0x0002B0, "Member 'AShortcutRoadActor::ZoneShapeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeEnvironmentalTakeDownActionType \ +static_assert(alignof(UMeleeEnvironmentalTakeDownActionType) == 0x000008, "Wrong alignment on UMeleeEnvironmentalTakeDownActionType"); \ +static_assert(sizeof(UMeleeEnvironmentalTakeDownActionType) == 0x000030, "Wrong size on UMeleeEnvironmentalTakeDownActionType"); \ + +#define DUMPER7_ASSERTS_UWorldIconManagerSettings \ +static_assert(alignof(UWorldIconManagerSettings) == 0x000010, "Wrong alignment on UWorldIconManagerSettings"); \ +static_assert(sizeof(UWorldIconManagerSettings) == 0x003160, "Wrong size on UWorldIconManagerSettings"); \ +static_assert(offsetof(UWorldIconManagerSettings, PlayerIcon) == 0x000040, "Member 'UWorldIconManagerSettings::PlayerIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, PlayerInVehicleIcon) == 0x0001C0, "Member 'UWorldIconManagerSettings::PlayerInVehicleIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, PlayerMinimapIcon) == 0x000340, "Member 'UWorldIconManagerSettings::PlayerMinimapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, PlayerInVehicleMinimapIcon) == 0x0004C0, "Member 'UWorldIconManagerSettings::PlayerInVehicleMinimapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, PlayerVehicleIcon) == 0x000640, "Member 'UWorldIconManagerSettings::PlayerVehicleIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, PlayerVehicleMinimapIcon) == 0x0007C0, "Member 'UWorldIconManagerSettings::PlayerVehicleMinimapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, PlayerVehicleHudIcon) == 0x000940, "Member 'UWorldIconManagerSettings::PlayerVehicleHudIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, NavigationTargetMapIcon) == 0x000AC0, "Member 'UWorldIconManagerSettings::NavigationTargetMapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, NavigationTargetMiniMapIcon) == 0x000C40, "Member 'UWorldIconManagerSettings::NavigationTargetMiniMapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, NavigationTargetHudIcon) == 0x000DC0, "Member 'UWorldIconManagerSettings::NavigationTargetHudIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionStarterMapIcon) == 0x000F40, "Member 'UWorldIconManagerSettings::MissionStarterMapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionStarterMiniMapIcon) == 0x0010C0, "Member 'UWorldIconManagerSettings::MissionStarterMiniMapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionStarterHudIcon) == 0x001240, "Member 'UWorldIconManagerSettings::MissionStarterHudIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionStarterJobMapIcon) == 0x0013C0, "Member 'UWorldIconManagerSettings::MissionStarterJobMapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionStarterJobMiniMapIcon) == 0x001540, "Member 'UWorldIconManagerSettings::MissionStarterJobMiniMapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionStarterJobHudIcon) == 0x0016C0, "Member 'UWorldIconManagerSettings::MissionStarterJobHudIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionStarterIconViewModelName) == 0x001840, "Member 'UWorldIconManagerSettings::MissionStarterIconViewModelName' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionObjectiveMapIcon) == 0x001850, "Member 'UWorldIconManagerSettings::MissionObjectiveMapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionObjectiveMiniMapIcon) == 0x0019D0, "Member 'UWorldIconManagerSettings::MissionObjectiveMiniMapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionObjectiveMiniMapAreaIcon) == 0x001B50, "Member 'UWorldIconManagerSettings::MissionObjectiveMiniMapAreaIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionObjectiveMiniMapAreaOffScreenIcon) == 0x001CD0, "Member 'UWorldIconManagerSettings::MissionObjectiveMiniMapAreaOffScreenIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionObjectiveJobMapIcon) == 0x001E50, "Member 'UWorldIconManagerSettings::MissionObjectiveJobMapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionObjectiveJobMiniMapIcon) == 0x001FD0, "Member 'UWorldIconManagerSettings::MissionObjectiveJobMiniMapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionObjectiveJobMiniMapAreaIcon) == 0x002150, "Member 'UWorldIconManagerSettings::MissionObjectiveJobMiniMapAreaIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionObjectiveJobMiniMapAreaOffScreenIcon) == 0x0022D0, "Member 'UWorldIconManagerSettings::MissionObjectiveJobMiniMapAreaOffScreenIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MissionObjectiveIconViewModelName) == 0x002450, "Member 'UWorldIconManagerSettings::MissionObjectiveIconViewModelName' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, JournalLocationIcon) == 0x002460, "Member 'UWorldIconManagerSettings::JournalLocationIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, JournalLocationMiniMapIcon) == 0x0025E0, "Member 'UWorldIconManagerSettings::JournalLocationMiniMapIcon' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, JournalLocationIconViewModelName) == 0x002760, "Member 'UWorldIconManagerSettings::JournalLocationIconViewModelName' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, InteractionDotImage) == 0x002770, "Member 'UWorldIconManagerSettings::InteractionDotImage' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, FocusPointWidget) == 0x0028F0, "Member 'UWorldIconManagerSettings::FocusPointWidget' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, TargetIndicatorWidget) == 0x002A70, "Member 'UWorldIconManagerSettings::TargetIndicatorWidget' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, ObjectiveInteractionDotWidget) == 0x002BF0, "Member 'UWorldIconManagerSettings::ObjectiveInteractionDotWidget' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, NpcIconWidget) == 0x002D70, "Member 'UWorldIconManagerSettings::NpcIconWidget' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, NpcIconViewModel) == 0x002EF0, "Member 'UWorldIconManagerSettings::NpcIconViewModel' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, NpcIconViewModelName) == 0x002F18, "Member 'UWorldIconManagerSettings::NpcIconViewModelName' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, MaxNpcIconsOnScreen) == 0x002F20, "Member 'UWorldIconManagerSettings::MaxNpcIconsOnScreen' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, StoryCardMiniMapIcons) == 0x002F28, "Member 'UWorldIconManagerSettings::StoryCardMiniMapIcons' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, VehicleHealthbarWidget) == 0x002F80, "Member 'UWorldIconManagerSettings::VehicleHealthbarWidget' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, VehicleHealthbarViewModel) == 0x003100, "Member 'UWorldIconManagerSettings::VehicleHealthbarViewModel' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, VehicleHealthbarViewModelName) == 0x003128, "Member 'UWorldIconManagerSettings::VehicleHealthbarViewModelName' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, UpdateMissionStarterTags) == 0x003130, "Member 'UWorldIconManagerSettings::UpdateMissionStarterTags' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSettings, UpdateMissionStarterItemCategories) == 0x003150, "Member 'UWorldIconManagerSettings::UpdateMissionStarterItemCategories' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeEvadeActionType \ +static_assert(alignof(UMeleeEvadeActionType) == 0x000008, "Wrong alignment on UMeleeEvadeActionType"); \ +static_assert(sizeof(UMeleeEvadeActionType) == 0x000030, "Wrong size on UMeleeEvadeActionType"); \ + +#define DUMPER7_ASSERTS_ProximityAction_DetermineImpactPointAndAlignmentOnVolume \ +static_assert(alignof(ProximityAction_DetermineImpactPointAndAlignmentOnVolume) == 0x000008, "Wrong alignment on ProximityAction_DetermineImpactPointAndAlignmentOnVolume"); \ +static_assert(sizeof(ProximityAction_DetermineImpactPointAndAlignmentOnVolume) == 0x000058, "Wrong size on ProximityAction_DetermineImpactPointAndAlignmentOnVolume"); \ +static_assert(offsetof(ProximityAction_DetermineImpactPointAndAlignmentOnVolume, SourcePoint) == 0x000000, "Member 'ProximityAction_DetermineImpactPointAndAlignmentOnVolume::SourcePoint' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_DetermineImpactPointAndAlignmentOnVolume, AlignmentVolume) == 0x000018, "Member 'ProximityAction_DetermineImpactPointAndAlignmentOnVolume::AlignmentVolume' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_DetermineImpactPointAndAlignmentOnVolume, outResultPoint) == 0x000020, "Member 'ProximityAction_DetermineImpactPointAndAlignmentOnVolume::outResultPoint' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_DetermineImpactPointAndAlignmentOnVolume, outResultDir) == 0x000038, "Member 'ProximityAction_DetermineImpactPointAndAlignmentOnVolume::outResultDir' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_DetermineImpactPointAndAlignmentOnVolume, bOnlyYawDirection) == 0x000050, "Member 'ProximityAction_DetermineImpactPointAndAlignmentOnVolume::bOnlyYawDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_MakeGC_Dynamic \ +static_assert(alignof(ProximityAction_MakeGC_Dynamic) == 0x000008, "Wrong alignment on ProximityAction_MakeGC_Dynamic"); \ +static_assert(sizeof(ProximityAction_MakeGC_Dynamic) == 0x000008, "Wrong size on ProximityAction_MakeGC_Dynamic"); \ +static_assert(offsetof(ProximityAction_MakeGC_Dynamic, GCComp) == 0x000000, "Member 'ProximityAction_MakeGC_Dynamic::GCComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_ActionFinishedTriggered \ +static_assert(alignof(ProximityAction_ActionFinishedTriggered) == 0x000008, "Wrong alignment on ProximityAction_ActionFinishedTriggered"); \ +static_assert(sizeof(ProximityAction_ActionFinishedTriggered) == 0x000010, "Wrong size on ProximityAction_ActionFinishedTriggered"); \ +static_assert(offsetof(ProximityAction_ActionFinishedTriggered, Handler) == 0x000000, "Member 'ProximityAction_ActionFinishedTriggered::Handler' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_ActionFinishedTriggered, TriggeredActionID) == 0x000008, "Member 'ProximityAction_ActionFinishedTriggered::TriggeredActionID' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_ActionFinishedTriggered, Result) == 0x00000C, "Member 'ProximityAction_ActionFinishedTriggered::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_ActionMovementFinished \ +static_assert(alignof(ProximityAction_ActionMovementFinished) == 0x000008, "Wrong alignment on ProximityAction_ActionMovementFinished"); \ +static_assert(sizeof(ProximityAction_ActionMovementFinished) == 0x000018, "Wrong size on ProximityAction_ActionMovementFinished"); \ +static_assert(offsetof(ProximityAction_ActionMovementFinished, InstigatorActor) == 0x000000, "Member 'ProximityAction_ActionMovementFinished::InstigatorActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_ActionMovementFinished, RespondingActor) == 0x000008, "Member 'ProximityAction_ActionMovementFinished::RespondingActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_ActionMovementFinished, FinisheedRequestID) == 0x000010, "Member 'ProximityAction_ActionMovementFinished::FinisheedRequestID' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_ActionMovementFinished, Result) == 0x000014, "Member 'ProximityAction_ActionMovementFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_ActionMovementStarted \ +static_assert(alignof(ProximityAction_ActionMovementStarted) == 0x000008, "Wrong alignment on ProximityAction_ActionMovementStarted"); \ +static_assert(sizeof(ProximityAction_ActionMovementStarted) == 0x000018, "Wrong size on ProximityAction_ActionMovementStarted"); \ +static_assert(offsetof(ProximityAction_ActionMovementStarted, InstigatorActor) == 0x000000, "Member 'ProximityAction_ActionMovementStarted::InstigatorActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_ActionMovementStarted, RespondingActor) == 0x000008, "Member 'ProximityAction_ActionMovementStarted::RespondingActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_ActionMovementStarted, TriggeredActionID) == 0x000010, "Member 'ProximityAction_ActionMovementStarted::TriggeredActionID' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_ActionMovementStarted, Result) == 0x000014, "Member 'ProximityAction_ActionMovementStarted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_ActionTriggered \ +static_assert(alignof(ProximityAction_ActionTriggered) == 0x000008, "Wrong alignment on ProximityAction_ActionTriggered"); \ +static_assert(sizeof(ProximityAction_ActionTriggered) == 0x000010, "Wrong size on ProximityAction_ActionTriggered"); \ +static_assert(offsetof(ProximityAction_ActionTriggered, RequestActor) == 0x000000, "Member 'ProximityAction_ActionTriggered::RequestActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_ActionTriggered, TriggeredActionID) == 0x000008, "Member 'ProximityAction_ActionTriggered::TriggeredActionID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_BeginOverlap \ +static_assert(alignof(ProximityAction_BeginOverlap) == 0x000008, "Wrong alignment on ProximityAction_BeginOverlap"); \ +static_assert(sizeof(ProximityAction_BeginOverlap) == 0x000120, "Wrong size on ProximityAction_BeginOverlap"); \ +static_assert(offsetof(ProximityAction_BeginOverlap, OverlappedComponent) == 0x000000, "Member 'ProximityAction_BeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_BeginOverlap, OtherActor) == 0x000008, "Member 'ProximityAction_BeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_BeginOverlap, OtherComp) == 0x000010, "Member 'ProximityAction_BeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_BeginOverlap, OtherBodyIndex) == 0x000018, "Member 'ProximityAction_BeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_BeginOverlap, bFromSweep) == 0x00001C, "Member 'ProximityAction_BeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_BeginOverlap, SweepResult) == 0x000020, "Member 'ProximityAction_BeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_BP_NotifyActionBeingRequested \ +static_assert(alignof(ProximityAction_BP_NotifyActionBeingRequested) == 0x000010, "Wrong alignment on ProximityAction_BP_NotifyActionBeingRequested"); \ +static_assert(sizeof(ProximityAction_BP_NotifyActionBeingRequested) == 0x000080, "Wrong size on ProximityAction_BP_NotifyActionBeingRequested"); \ +static_assert(offsetof(ProximityAction_BP_NotifyActionBeingRequested, ActionTarget) == 0x000000, "Member 'ProximityAction_BP_NotifyActionBeingRequested::ActionTarget' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_BP_NotifyActionBeingRequested, InteractionPoint) == 0x000010, "Member 'ProximityAction_BP_NotifyActionBeingRequested::InteractionPoint' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_BP_NotifyActionBeingRequested, ActionType) == 0x000070, "Member 'ProximityAction_BP_NotifyActionBeingRequested::ActionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_BP_RequestActionAtPoint \ +static_assert(alignof(ProximityAction_BP_RequestActionAtPoint) == 0x000010, "Wrong alignment on ProximityAction_BP_RequestActionAtPoint"); \ +static_assert(sizeof(ProximityAction_BP_RequestActionAtPoint) == 0x0000E0, "Wrong size on ProximityAction_BP_RequestActionAtPoint"); \ +static_assert(offsetof(ProximityAction_BP_RequestActionAtPoint, ActionTarget) == 0x000000, "Member 'ProximityAction_BP_RequestActionAtPoint::ActionTarget' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_BP_RequestActionAtPoint, InteractionPoint) == 0x000010, "Member 'ProximityAction_BP_RequestActionAtPoint::InteractionPoint' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_BP_RequestActionAtPoint, ActionType) == 0x000070, "Member 'ProximityAction_BP_RequestActionAtPoint::ActionType' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_BP_RequestActionAtPoint, ReturnValue) == 0x000080, "Member 'ProximityAction_BP_RequestActionAtPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_EndOverlap \ +static_assert(alignof(ProximityAction_EndOverlap) == 0x000008, "Wrong alignment on ProximityAction_EndOverlap"); \ +static_assert(sizeof(ProximityAction_EndOverlap) == 0x000020, "Wrong size on ProximityAction_EndOverlap"); \ +static_assert(offsetof(ProximityAction_EndOverlap, OverlappedComponent) == 0x000000, "Member 'ProximityAction_EndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_EndOverlap, OtherActor) == 0x000008, "Member 'ProximityAction_EndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_EndOverlap, OtherComp) == 0x000010, "Member 'ProximityAction_EndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_EndOverlap, OtherBodyIndex) == 0x000018, "Member 'ProximityAction_EndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_GetNearestAssociatedActor \ +static_assert(alignof(ProximityAction_GetNearestAssociatedActor) == 0x000008, "Wrong alignment on ProximityAction_GetNearestAssociatedActor"); \ +static_assert(sizeof(ProximityAction_GetNearestAssociatedActor) == 0x000010, "Wrong size on ProximityAction_GetNearestAssociatedActor"); \ +static_assert(offsetof(ProximityAction_GetNearestAssociatedActor, OtherActor) == 0x000000, "Member 'ProximityAction_GetNearestAssociatedActor::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_GetNearestAssociatedActor, OutIndex) == 0x000008, "Member 'ProximityAction_GetNearestAssociatedActor::OutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_OnComponentHit \ +static_assert(alignof(ProximityAction_OnComponentHit) == 0x000008, "Wrong alignment on ProximityAction_OnComponentHit"); \ +static_assert(sizeof(ProximityAction_OnComponentHit) == 0x000130, "Wrong size on ProximityAction_OnComponentHit"); \ +static_assert(offsetof(ProximityAction_OnComponentHit, HitComp) == 0x000000, "Member 'ProximityAction_OnComponentHit::HitComp' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_OnComponentHit, OtherActor) == 0x000008, "Member 'ProximityAction_OnComponentHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_OnComponentHit, OtherComp) == 0x000010, "Member 'ProximityAction_OnComponentHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_OnComponentHit, NormalImpulse) == 0x000018, "Member 'ProximityAction_OnComponentHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_OnComponentHit, Hit) == 0x000030, "Member 'ProximityAction_OnComponentHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_SetPhysicsSleep \ +static_assert(alignof(ProximityAction_SetPhysicsSleep) == 0x000008, "Wrong alignment on ProximityAction_SetPhysicsSleep"); \ +static_assert(sizeof(ProximityAction_SetPhysicsSleep) == 0x000010, "Wrong size on ProximityAction_SetPhysicsSleep"); \ +static_assert(offsetof(ProximityAction_SetPhysicsSleep, SleepingComponent) == 0x000000, "Member 'ProximityAction_SetPhysicsSleep::SleepingComponent' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_SetPhysicsSleep, BoneName) == 0x000008, "Member 'ProximityAction_SetPhysicsSleep::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_BP_DetermineImpactPointAndAlignment \ +static_assert(alignof(ProximityAction_BP_DetermineImpactPointAndAlignment) == 0x000010, "Wrong alignment on ProximityAction_BP_DetermineImpactPointAndAlignment"); \ +static_assert(sizeof(ProximityAction_BP_DetermineImpactPointAndAlignment) == 0x000080, "Wrong size on ProximityAction_BP_DetermineImpactPointAndAlignment"); \ +static_assert(offsetof(ProximityAction_BP_DetermineImpactPointAndAlignment, SourcePoint) == 0x000000, "Member 'ProximityAction_BP_DetermineImpactPointAndAlignment::SourcePoint' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_BP_DetermineImpactPointAndAlignment, ReturnValue) == 0x000020, "Member 'ProximityAction_BP_DetermineImpactPointAndAlignment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_DetermineImpactPointAndAlignment \ +static_assert(alignof(ProximityAction_DetermineImpactPointAndAlignment) == 0x000008, "Wrong alignment on ProximityAction_DetermineImpactPointAndAlignment"); \ +static_assert(sizeof(ProximityAction_DetermineImpactPointAndAlignment) == 0x000048, "Wrong size on ProximityAction_DetermineImpactPointAndAlignment"); \ +static_assert(offsetof(ProximityAction_DetermineImpactPointAndAlignment, SourcePoint) == 0x000000, "Member 'ProximityAction_DetermineImpactPointAndAlignment::SourcePoint' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_DetermineImpactPointAndAlignment, outResultPoint) == 0x000018, "Member 'ProximityAction_DetermineImpactPointAndAlignment::outResultPoint' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_DetermineImpactPointAndAlignment, outResultDir) == 0x000030, "Member 'ProximityAction_DetermineImpactPointAndAlignment::outResultDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProximityAction_GetNearestInteractionPoint \ +static_assert(alignof(ProximityAction_GetNearestInteractionPoint) == 0x000010, "Wrong alignment on ProximityAction_GetNearestInteractionPoint"); \ +static_assert(sizeof(ProximityAction_GetNearestInteractionPoint) == 0x000080, "Wrong size on ProximityAction_GetNearestInteractionPoint"); \ +static_assert(offsetof(ProximityAction_GetNearestInteractionPoint, SourcePoint) == 0x000000, "Member 'ProximityAction_GetNearestInteractionPoint::SourcePoint' has a wrong offset!"); \ +static_assert(offsetof(ProximityAction_GetNearestInteractionPoint, ReturnValue) == 0x000020, "Member 'ProximityAction_GetNearestInteractionPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProximityAction \ +static_assert(alignof(AProximityAction) == 0x000008, "Wrong alignment on AProximityAction"); \ +static_assert(sizeof(AProximityAction) == 0x0003C8, "Wrong size on AProximityAction"); \ +static_assert(offsetof(AProximityAction, bActivelyDebugging) == 0x0002B8, "Member 'AProximityAction::bActivelyDebugging' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, bDischarged) == 0x0002B9, "Member 'AProximityAction::bDischarged' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, EnvironmentalHazard) == 0x0002C0, "Member 'AProximityAction::EnvironmentalHazard' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, TriggerVolume) == 0x0002C8, "Member 'AProximityAction::TriggerVolume' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, bKickCorpses) == 0x0002D0, "Member 'AProximityAction::bKickCorpses' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, VehicleImpactSkirtComponent) == 0x0002D8, "Member 'AProximityAction::VehicleImpactSkirtComponent' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, Locator) == 0x0002E0, "Member 'AProximityAction::Locator' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, ImpactAlignmentVolume) == 0x0002E8, "Member 'AProximityAction::ImpactAlignmentVolume' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, Front) == 0x0002F0, "Member 'AProximityAction::Front' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, RequestedAction) == 0x0002F8, "Member 'AProximityAction::RequestedAction' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, bInvertFlagConditions) == 0x000300, "Member 'AProximityAction::bInvertFlagConditions' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, bAlignAngleOnlyYaw) == 0x000301, "Member 'AProximityAction::bAlignAngleOnlyYaw' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, RequiredFlags) == 0x000302, "Member 'AProximityAction::RequiredFlags' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, HasAnyFlags) == 0x000308, "Member 'AProximityAction::HasAnyFlags' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, MovementMode) == 0x000318, "Member 'AProximityAction::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, RequireBothAngleAndSpeed) == 0x000319, "Member 'AProximityAction::RequireBothAngleAndSpeed' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, MinimumApproachSpeed) == 0x00031C, "Member 'AProximityAction::MinimumApproachSpeed' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, MaximumApproachSpeed) == 0x000320, "Member 'AProximityAction::MaximumApproachSpeed' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, MinimumFacingAngle) == 0x000324, "Member 'AProximityAction::MinimumFacingAngle' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, MaximumFacingAngle) == 0x000328, "Member 'AProximityAction::MaximumFacingAngle' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, MinimumApproachAngle) == 0x00032C, "Member 'AProximityAction::MinimumApproachAngle' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, MaximumApproachAngle) == 0x000330, "Member 'AProximityAction::MaximumApproachAngle' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, bFiresOnce) == 0x000334, "Member 'AProximityAction::bFiresOnce' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, bRetainGeometry) == 0x000335, "Member 'AProximityAction::bRetainGeometry' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, FlagRaiser) == 0x000338, "Member 'AProximityAction::FlagRaiser' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, AssociatedActors) == 0x000340, "Member 'AProximityAction::AssociatedActors' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, bTriggerPhysicsOnAllAssociatedActors) == 0x000350, "Member 'AProximityAction::bTriggerPhysicsOnAllAssociatedActors' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, bTriggerAllAssociatedActors) == 0x000351, "Member 'AProximityAction::bTriggerAllAssociatedActors' has a wrong offset!"); \ +static_assert(offsetof(AProximityAction, Active) == 0x000358, "Member 'AProximityAction::Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompletedLoad \ +static_assert(alignof(UCompletedLoad) == 0x000008, "Wrong alignment on UCompletedLoad"); \ +static_assert(sizeof(UCompletedLoad) == 0x000048, "Wrong size on UCompletedLoad"); \ +static_assert(offsetof(UCompletedLoad, PlaceId) == 0x000028, "Member 'UCompletedLoad::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(UCompletedLoad, LoadedObjects) == 0x000030, "Member 'UCompletedLoad::LoadedObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeFastLightHitActionType \ +static_assert(alignof(UMeleeFastLightHitActionType) == 0x000008, "Wrong alignment on UMeleeFastLightHitActionType"); \ +static_assert(sizeof(UMeleeFastLightHitActionType) == 0x000030, "Wrong size on UMeleeFastLightHitActionType"); \ + +#define DUMPER7_ASSERTS_UMeleeHeavyMissActionType \ +static_assert(alignof(UMeleeHeavyMissActionType) == 0x000008, "Wrong alignment on UMeleeHeavyMissActionType"); \ +static_assert(sizeof(UMeleeHeavyMissActionType) == 0x000030, "Wrong size on UMeleeHeavyMissActionType"); \ + +#define DUMPER7_ASSERTS_UVehicleIcon \ +static_assert(alignof(UVehicleIcon) == 0x000008, "Wrong alignment on UVehicleIcon"); \ +static_assert(sizeof(UVehicleIcon) == 0x000048, "Wrong size on UVehicleIcon"); \ +static_assert(offsetof(UVehicleIcon, ViewModel) == 0x000040, "Member 'UVehicleIcon::ViewModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeIntenseHeavyHitActionType \ +static_assert(alignof(UMeleeIntenseHeavyHitActionType) == 0x000008, "Wrong alignment on UMeleeIntenseHeavyHitActionType"); \ +static_assert(sizeof(UMeleeIntenseHeavyHitActionType) == 0x000030, "Wrong size on UMeleeIntenseHeavyHitActionType"); \ + +#define DUMPER7_ASSERTS_UMeleeLightAttemptedPunchActionType \ +static_assert(alignof(UMeleeLightAttemptedPunchActionType) == 0x000008, "Wrong alignment on UMeleeLightAttemptedPunchActionType"); \ +static_assert(sizeof(UMeleeLightAttemptedPunchActionType) == 0x000030, "Wrong size on UMeleeLightAttemptedPunchActionType"); \ + +#define DUMPER7_ASSERTS_UMeleeParryActionType \ +static_assert(alignof(UMeleeParryActionType) == 0x000008, "Wrong alignment on UMeleeParryActionType"); \ +static_assert(sizeof(UMeleeParryActionType) == 0x000030, "Wrong size on UMeleeParryActionType"); \ + +#define DUMPER7_ASSERTS_URoadMeshTypeDataAsset \ +static_assert(alignof(URoadMeshTypeDataAsset) == 0x000008, "Wrong alignment on URoadMeshTypeDataAsset"); \ +static_assert(sizeof(URoadMeshTypeDataAsset) == 0x000040, "Wrong size on URoadMeshTypeDataAsset"); \ +static_assert(offsetof(URoadMeshTypeDataAsset, RoadMeshSettings) == 0x000030, "Member 'URoadMeshTypeDataAsset::RoadMeshSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeParryMissActionType \ +static_assert(alignof(UMeleeParryMissActionType) == 0x000008, "Wrong alignment on UMeleeParryMissActionType"); \ +static_assert(sizeof(UMeleeParryMissActionType) == 0x000030, "Wrong size on UMeleeParryMissActionType"); \ + +#define DUMPER7_ASSERTS_UMeleeRiposteActionType \ +static_assert(alignof(UMeleeRiposteActionType) == 0x000008, "Wrong alignment on UMeleeRiposteActionType"); \ +static_assert(sizeof(UMeleeRiposteActionType) == 0x000030, "Wrong size on UMeleeRiposteActionType"); \ + +#define DUMPER7_ASSERTS_USpawnMarker \ +static_assert(alignof(USpawnMarker) == 0x000010, "Wrong alignment on USpawnMarker"); \ +static_assert(sizeof(USpawnMarker) == 0x000570, "Wrong size on USpawnMarker"); \ +static_assert(offsetof(USpawnMarker, OnSpawnMarkerMoved) == 0x000558, "Member 'USpawnMarker::OnSpawnMarkerMoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostProcessingEffectMaterialStack \ +static_assert(alignof(UPostProcessingEffectMaterialStack) == 0x000008, "Wrong alignment on UPostProcessingEffectMaterialStack"); \ +static_assert(sizeof(UPostProcessingEffectMaterialStack) == 0x000040, "Wrong size on UPostProcessingEffectMaterialStack"); \ +static_assert(offsetof(UPostProcessingEffectMaterialStack, MaterialStack) == 0x000030, "Member 'UPostProcessingEffectMaterialStack::MaterialStack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeSlowLightHitActionType \ +static_assert(alignof(UMeleeSlowLightHitActionType) == 0x000008, "Wrong alignment on UMeleeSlowLightHitActionType"); \ +static_assert(sizeof(UMeleeSlowLightHitActionType) == 0x000030, "Wrong size on UMeleeSlowLightHitActionType"); \ + +#define DUMPER7_ASSERTS_ATrafficPathTestActor \ +static_assert(alignof(ATrafficPathTestActor) == 0x000008, "Wrong alignment on ATrafficPathTestActor"); \ +static_assert(sizeof(ATrafficPathTestActor) == 0x000420, "Wrong size on ATrafficPathTestActor"); \ +static_assert(offsetof(ATrafficPathTestActor, bBuildPathOnBeginPlay) == 0x0002B0, "Member 'ATrafficPathTestActor::bBuildPathOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(ATrafficPathTestActor, StartPosition) == 0x0002B8, "Member 'ATrafficPathTestActor::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(ATrafficPathTestActor, GoalPosition) == 0x0002D0, "Member 'ATrafficPathTestActor::GoalPosition' has a wrong offset!"); \ +static_assert(offsetof(ATrafficPathTestActor, SearchExtent) == 0x0002E8, "Member 'ATrafficPathTestActor::SearchExtent' has a wrong offset!"); \ +static_assert(offsetof(ATrafficPathTestActor, QueryFilter) == 0x000300, "Member 'ATrafficPathTestActor::QueryFilter' has a wrong offset!"); \ +static_assert(offsetof(ATrafficPathTestActor, PathSettings) == 0x00030C, "Member 'ATrafficPathTestActor::PathSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeTakeDownActionType \ +static_assert(alignof(UMeleeTakeDownActionType) == 0x000008, "Wrong alignment on UMeleeTakeDownActionType"); \ +static_assert(sizeof(UMeleeTakeDownActionType) == 0x000030, "Wrong size on UMeleeTakeDownActionType"); \ + +#define DUMPER7_ASSERTS_UMenuBase \ +static_assert(alignof(UMenuBase) == 0x000008, "Wrong alignment on UMenuBase"); \ +static_assert(sizeof(UMenuBase) == 0x000810, "Wrong size on UMenuBase"); \ +static_assert(offsetof(UMenuBase, CloseAction) == 0x000800, "Member 'UMenuBase::CloseAction' has a wrong offset!"); \ +static_assert(offsetof(UMenuBase, bPauseOnActivate) == 0x000808, "Member 'UMenuBase::bPauseOnActivate' has a wrong offset!"); \ +static_assert(offsetof(UMenuBase, bCinematicsEnabledWhenPaused) == 0x000809, "Member 'UMenuBase::bCinematicsEnabledWhenPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleTakedownSequenceDataAsset \ +static_assert(alignof(UVehicleTakedownSequenceDataAsset) == 0x000008, "Wrong alignment on UVehicleTakedownSequenceDataAsset"); \ +static_assert(sizeof(UVehicleTakedownSequenceDataAsset) == 0x000160, "Wrong size on UVehicleTakedownSequenceDataAsset"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, Conditions) == 0x000030, "Member 'UVehicleTakedownSequenceDataAsset::Conditions' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, TakedownDuration) == 0x000040, "Member 'UVehicleTakedownSequenceDataAsset::TakedownDuration' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, SpeedIntervalForScalarCurve) == 0x000044, "Member 'UVehicleTakedownSequenceDataAsset::SpeedIntervalForScalarCurve' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, ScalarCurve) == 0x000050, "Member 'UVehicleTakedownSequenceDataAsset::ScalarCurve' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, Impulses) == 0x0000D8, "Member 'UVehicleTakedownSequenceDataAsset::Impulses' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, VisualEffects) == 0x0000E8, "Member 'UVehicleTakedownSequenceDataAsset::VisualEffects' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, SoundEffects) == 0x0000F8, "Member 'UVehicleTakedownSequenceDataAsset::SoundEffects' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, SlowmotionEffects) == 0x000108, "Member 'UVehicleTakedownSequenceDataAsset::SlowmotionEffects' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, WeakspotDamageStates) == 0x000118, "Member 'UVehicleTakedownSequenceDataAsset::WeakspotDamageStates' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, WheelRadiusBlend) == 0x000128, "Member 'UVehicleTakedownSequenceDataAsset::WheelRadiusBlend' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, CenterOfMassOffset) == 0x000138, "Member 'UVehicleTakedownSequenceDataAsset::CenterOfMassOffset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, bOverrideOutOfControlFriction) == 0x000150, "Member 'UVehicleTakedownSequenceDataAsset::bOverrideOutOfControlFriction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, OutOfControlFriction) == 0x000154, "Member 'UVehicleTakedownSequenceDataAsset::OutOfControlFriction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, bOverrideOutOfControlResitution) == 0x000158, "Member 'UVehicleTakedownSequenceDataAsset::bOverrideOutOfControlResitution' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTakedownSequenceDataAsset, OutOfControlResitution) == 0x00015C, "Member 'UVehicleTakedownSequenceDataAsset::OutOfControlResitution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionStarter_CanStartMission \ +static_assert(alignof(MissionStarter_CanStartMission) == 0x000001, "Wrong alignment on MissionStarter_CanStartMission"); \ +static_assert(sizeof(MissionStarter_CanStartMission) == 0x000001, "Wrong size on MissionStarter_CanStartMission"); \ +static_assert(offsetof(MissionStarter_CanStartMission, ReturnValue) == 0x000000, "Member 'MissionStarter_CanStartMission::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionStarter_IsMissionAvailable \ +static_assert(alignof(MissionStarter_IsMissionAvailable) == 0x000001, "Wrong alignment on MissionStarter_IsMissionAvailable"); \ +static_assert(sizeof(MissionStarter_IsMissionAvailable) == 0x000001, "Wrong size on MissionStarter_IsMissionAvailable"); \ +static_assert(offsetof(MissionStarter_IsMissionAvailable, ReturnValue) == 0x000000, "Member 'MissionStarter_IsMissionAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMissionStarter \ +static_assert(alignof(AMissionStarter) == 0x000008, "Wrong alignment on AMissionStarter"); \ +static_assert(sizeof(AMissionStarter) == 0x0002F0, "Wrong size on AMissionStarter"); \ +static_assert(offsetof(AMissionStarter, MissionId) == 0x0002B8, "Member 'AMissionStarter::MissionId' has a wrong offset!"); \ +static_assert(offsetof(AMissionStarter, InteractionComponent) == 0x0002C8, "Member 'AMissionStarter::InteractionComponent' has a wrong offset!"); \ +static_assert(offsetof(AMissionStarter, VehicleInteractionComponent) == 0x0002D0, "Member 'AMissionStarter::VehicleInteractionComponent' has a wrong offset!"); \ +static_assert(offsetof(AMissionStarter, NamedLocationComponent) == 0x0002D8, "Member 'AMissionStarter::NamedLocationComponent' has a wrong offset!"); \ +static_assert(offsetof(AMissionStarter, Root) == 0x0002E0, "Member 'AMissionStarter::Root' has a wrong offset!"); \ +static_assert(offsetof(AMissionStarter, MissionConfig) == 0x0002E8, "Member 'AMissionStarter::MissionConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_AddStatusEffectDamageMultiplier \ +static_assert(alignof(CJHealthComponent_AddStatusEffectDamageMultiplier) == 0x000008, "Wrong alignment on CJHealthComponent_AddStatusEffectDamageMultiplier"); \ +static_assert(sizeof(CJHealthComponent_AddStatusEffectDamageMultiplier) == 0x000018, "Wrong size on CJHealthComponent_AddStatusEffectDamageMultiplier"); \ +static_assert(offsetof(CJHealthComponent_AddStatusEffectDamageMultiplier, DamageType) == 0x000000, "Member 'CJHealthComponent_AddStatusEffectDamageMultiplier::DamageType' has a wrong offset!"); \ +static_assert(offsetof(CJHealthComponent_AddStatusEffectDamageMultiplier, StatusEffect) == 0x000008, "Member 'CJHealthComponent_AddStatusEffectDamageMultiplier::StatusEffect' has a wrong offset!"); \ +static_assert(offsetof(CJHealthComponent_AddStatusEffectDamageMultiplier, Multiplier) == 0x000010, "Member 'CJHealthComponent_AddStatusEffectDamageMultiplier::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_AddZeroHealthHandler \ +static_assert(alignof(CJHealthComponent_AddZeroHealthHandler) == 0x000008, "Wrong alignment on CJHealthComponent_AddZeroHealthHandler"); \ +static_assert(sizeof(CJHealthComponent_AddZeroHealthHandler) == 0x000010, "Wrong size on CJHealthComponent_AddZeroHealthHandler"); \ +static_assert(offsetof(CJHealthComponent_AddZeroHealthHandler, InZeroHealthHandler) == 0x000000, "Member 'CJHealthComponent_AddZeroHealthHandler::InZeroHealthHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_RegainHealth \ +static_assert(alignof(CJHealthComponent_RegainHealth) == 0x000008, "Wrong alignment on CJHealthComponent_RegainHealth"); \ +static_assert(sizeof(CJHealthComponent_RegainHealth) == 0x000010, "Wrong size on CJHealthComponent_RegainHealth"); \ +static_assert(offsetof(CJHealthComponent_RegainHealth, HealthRegained) == 0x000000, "Member 'CJHealthComponent_RegainHealth::HealthRegained' has a wrong offset!"); \ +static_assert(offsetof(CJHealthComponent_RegainHealth, HealType) == 0x000008, "Member 'CJHealthComponent_RegainHealth::HealType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_RemoveStatusEffectDamageMultiplier \ +static_assert(alignof(CJHealthComponent_RemoveStatusEffectDamageMultiplier) == 0x000008, "Wrong alignment on CJHealthComponent_RemoveStatusEffectDamageMultiplier"); \ +static_assert(sizeof(CJHealthComponent_RemoveStatusEffectDamageMultiplier) == 0x000010, "Wrong size on CJHealthComponent_RemoveStatusEffectDamageMultiplier"); \ +static_assert(offsetof(CJHealthComponent_RemoveStatusEffectDamageMultiplier, DamageType) == 0x000000, "Member 'CJHealthComponent_RemoveStatusEffectDamageMultiplier::DamageType' has a wrong offset!"); \ +static_assert(offsetof(CJHealthComponent_RemoveStatusEffectDamageMultiplier, StatusEffect) == 0x000008, "Member 'CJHealthComponent_RemoveStatusEffectDamageMultiplier::StatusEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_RemoveZeroHealthHandler \ +static_assert(alignof(CJHealthComponent_RemoveZeroHealthHandler) == 0x000008, "Wrong alignment on CJHealthComponent_RemoveZeroHealthHandler"); \ +static_assert(sizeof(CJHealthComponent_RemoveZeroHealthHandler) == 0x000010, "Wrong size on CJHealthComponent_RemoveZeroHealthHandler"); \ +static_assert(offsetof(CJHealthComponent_RemoveZeroHealthHandler, InZeroHealthHandler) == 0x000000, "Member 'CJHealthComponent_RemoveZeroHealthHandler::InZeroHealthHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_SetHealth \ +static_assert(alignof(CJHealthComponent_SetHealth) == 0x000008, "Wrong alignment on CJHealthComponent_SetHealth"); \ +static_assert(sizeof(CJHealthComponent_SetHealth) == 0x000018, "Wrong size on CJHealthComponent_SetHealth"); \ +static_assert(offsetof(CJHealthComponent_SetHealth, NewHealth) == 0x000000, "Member 'CJHealthComponent_SetHealth::NewHealth' has a wrong offset!"); \ +static_assert(offsetof(CJHealthComponent_SetHealth, Reason) == 0x000008, "Member 'CJHealthComponent_SetHealth::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_SetMaxHealth \ +static_assert(alignof(CJHealthComponent_SetMaxHealth) == 0x000004, "Wrong alignment on CJHealthComponent_SetMaxHealth"); \ +static_assert(sizeof(CJHealthComponent_SetMaxHealth) == 0x000004, "Wrong size on CJHealthComponent_SetMaxHealth"); \ +static_assert(offsetof(CJHealthComponent_SetMaxHealth, NewMaxHealth) == 0x000000, "Member 'CJHealthComponent_SetMaxHealth::NewMaxHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_TakeDamage \ +static_assert(alignof(CJHealthComponent_TakeDamage) == 0x000008, "Wrong alignment on CJHealthComponent_TakeDamage"); \ +static_assert(sizeof(CJHealthComponent_TakeDamage) == 0x000010, "Wrong size on CJHealthComponent_TakeDamage"); \ +static_assert(offsetof(CJHealthComponent_TakeDamage, DamageTaken) == 0x000000, "Member 'CJHealthComponent_TakeDamage::DamageTaken' has a wrong offset!"); \ +static_assert(offsetof(CJHealthComponent_TakeDamage, DamageType) == 0x000008, "Member 'CJHealthComponent_TakeDamage::DamageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_CanBeDamagedBy \ +static_assert(alignof(CJHealthComponent_CanBeDamagedBy) == 0x000008, "Wrong alignment on CJHealthComponent_CanBeDamagedBy"); \ +static_assert(sizeof(CJHealthComponent_CanBeDamagedBy) == 0x000010, "Wrong size on CJHealthComponent_CanBeDamagedBy"); \ +static_assert(offsetof(CJHealthComponent_CanBeDamagedBy, DamageType) == 0x000000, "Member 'CJHealthComponent_CanBeDamagedBy::DamageType' has a wrong offset!"); \ +static_assert(offsetof(CJHealthComponent_CanBeDamagedBy, ReturnValue) == 0x000008, "Member 'CJHealthComponent_CanBeDamagedBy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_GetDamageMultiplier \ +static_assert(alignof(CJHealthComponent_GetDamageMultiplier) == 0x000008, "Wrong alignment on CJHealthComponent_GetDamageMultiplier"); \ +static_assert(sizeof(CJHealthComponent_GetDamageMultiplier) == 0x000010, "Wrong size on CJHealthComponent_GetDamageMultiplier"); \ +static_assert(offsetof(CJHealthComponent_GetDamageMultiplier, DamageType) == 0x000000, "Member 'CJHealthComponent_GetDamageMultiplier::DamageType' has a wrong offset!"); \ +static_assert(offsetof(CJHealthComponent_GetDamageMultiplier, ReturnValue) == 0x000008, "Member 'CJHealthComponent_GetDamageMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_GetHealth \ +static_assert(alignof(CJHealthComponent_GetHealth) == 0x000004, "Wrong alignment on CJHealthComponent_GetHealth"); \ +static_assert(sizeof(CJHealthComponent_GetHealth) == 0x000004, "Wrong size on CJHealthComponent_GetHealth"); \ +static_assert(offsetof(CJHealthComponent_GetHealth, ReturnValue) == 0x000000, "Member 'CJHealthComponent_GetHealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_GetHealthPercentage \ +static_assert(alignof(CJHealthComponent_GetHealthPercentage) == 0x000004, "Wrong alignment on CJHealthComponent_GetHealthPercentage"); \ +static_assert(sizeof(CJHealthComponent_GetHealthPercentage) == 0x000004, "Wrong size on CJHealthComponent_GetHealthPercentage"); \ +static_assert(offsetof(CJHealthComponent_GetHealthPercentage, ReturnValue) == 0x000000, "Member 'CJHealthComponent_GetHealthPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_GetStatusEffectDamageMultiplier \ +static_assert(alignof(CJHealthComponent_GetStatusEffectDamageMultiplier) == 0x000008, "Wrong alignment on CJHealthComponent_GetStatusEffectDamageMultiplier"); \ +static_assert(sizeof(CJHealthComponent_GetStatusEffectDamageMultiplier) == 0x000010, "Wrong size on CJHealthComponent_GetStatusEffectDamageMultiplier"); \ +static_assert(offsetof(CJHealthComponent_GetStatusEffectDamageMultiplier, DamageType) == 0x000000, "Member 'CJHealthComponent_GetStatusEffectDamageMultiplier::DamageType' has a wrong offset!"); \ +static_assert(offsetof(CJHealthComponent_GetStatusEffectDamageMultiplier, ReturnValue) == 0x000008, "Member 'CJHealthComponent_GetStatusEffectDamageMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJHealthComponent_IsSpawnedDead \ +static_assert(alignof(CJHealthComponent_IsSpawnedDead) == 0x000001, "Wrong alignment on CJHealthComponent_IsSpawnedDead"); \ +static_assert(sizeof(CJHealthComponent_IsSpawnedDead) == 0x000001, "Wrong size on CJHealthComponent_IsSpawnedDead"); \ +static_assert(offsetof(CJHealthComponent_IsSpawnedDead, ReturnValue) == 0x000000, "Member 'CJHealthComponent_IsSpawnedDead::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJHealthComponent \ +static_assert(alignof(UCJHealthComponent) == 0x000008, "Wrong alignment on UCJHealthComponent"); \ +static_assert(sizeof(UCJHealthComponent) == 0x0001A8, "Wrong size on UCJHealthComponent"); \ +static_assert(offsetof(UCJHealthComponent, Health) == 0x0000D8, "Member 'UCJHealthComponent::Health' has a wrong offset!"); \ +static_assert(offsetof(UCJHealthComponent, MaxHealth) == 0x0000DC, "Member 'UCJHealthComponent::MaxHealth' has a wrong offset!"); \ +static_assert(offsetof(UCJHealthComponent, BaseHealth) == 0x0000E0, "Member 'UCJHealthComponent::BaseHealth' has a wrong offset!"); \ +static_assert(offsetof(UCJHealthComponent, DamageTypeMultipliers) == 0x0000E8, "Member 'UCJHealthComponent::DamageTypeMultipliers' has a wrong offset!"); \ +static_assert(offsetof(UCJHealthComponent, DefaultDamageMultiplier) == 0x000138, "Member 'UCJHealthComponent::DefaultDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJHealthComponent, LevelDamageMultiplier) == 0x00013C, "Member 'UCJHealthComponent::LevelDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJHealthComponent, OnHealthBecomeZero) == 0x000140, "Member 'UCJHealthComponent::OnHealthBecomeZero' has a wrong offset!"); \ +static_assert(offsetof(UCJHealthComponent, OnHealthChanged) == 0x000150, "Member 'UCJHealthComponent::OnHealthChanged' has a wrong offset!"); \ +static_assert(offsetof(UCJHealthComponent, OnTakeDamage) == 0x000160, "Member 'UCJHealthComponent::OnTakeDamage' has a wrong offset!"); \ +static_assert(offsetof(UCJHealthComponent, StatusDamageMultipliers) == 0x000178, "Member 'UCJHealthComponent::StatusDamageMultipliers' has a wrong offset!"); \ +static_assert(offsetof(UCJHealthComponent, ZeroHealthHandlers) == 0x000188, "Member 'UCJHealthComponent::ZeroHealthHandlers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionVehicleSpiritFunctionLibrary_SetMissionVehicleIconVisibilty \ +static_assert(alignof(MissionVehicleSpiritFunctionLibrary_SetMissionVehicleIconVisibilty) == 0x000008, "Wrong alignment on MissionVehicleSpiritFunctionLibrary_SetMissionVehicleIconVisibilty"); \ +static_assert(sizeof(MissionVehicleSpiritFunctionLibrary_SetMissionVehicleIconVisibilty) == 0x000018, "Wrong size on MissionVehicleSpiritFunctionLibrary_SetMissionVehicleIconVisibilty"); \ +static_assert(offsetof(MissionVehicleSpiritFunctionLibrary_SetMissionVehicleIconVisibilty, WorldContextObject) == 0x000000, "Member 'MissionVehicleSpiritFunctionLibrary_SetMissionVehicleIconVisibilty::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionVehicleSpiritFunctionLibrary_SetMissionVehicleIconVisibilty, PlaceId) == 0x000008, "Member 'MissionVehicleSpiritFunctionLibrary_SetMissionVehicleIconVisibilty::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(MissionVehicleSpiritFunctionLibrary_SetMissionVehicleIconVisibilty, bIconVisibility) == 0x000010, "Member 'MissionVehicleSpiritFunctionLibrary_SetMissionVehicleIconVisibilty::bIconVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMissionVehicleSpiritFunctionLibrary \ +static_assert(alignof(UMissionVehicleSpiritFunctionLibrary) == 0x000008, "Wrong alignment on UMissionVehicleSpiritFunctionLibrary"); \ +static_assert(sizeof(UMissionVehicleSpiritFunctionLibrary) == 0x000028, "Wrong size on UMissionVehicleSpiritFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UTrafficAgentType \ +static_assert(alignof(UTrafficAgentType) == 0x000008, "Wrong alignment on UTrafficAgentType"); \ +static_assert(sizeof(UTrafficAgentType) == 0x000088, "Wrong size on UTrafficAgentType"); \ + +#define DUMPER7_ASSERTS_UTrafficTrainAgentType \ +static_assert(alignof(UTrafficTrainAgentType) == 0x000008, "Wrong alignment on UTrafficTrainAgentType"); \ +static_assert(sizeof(UTrafficTrainAgentType) == 0x000088, "Wrong size on UTrafficTrainAgentType"); \ + +#define DUMPER7_ASSERTS_AMoonLight \ +static_assert(alignof(AMoonLight) == 0x000008, "Wrong alignment on AMoonLight"); \ +static_assert(sizeof(AMoonLight) == 0x0002C0, "Wrong size on AMoonLight"); \ + +#define DUMPER7_ASSERTS_MotivationSchema_GetEntryByName \ +static_assert(alignof(MotivationSchema_GetEntryByName) == 0x000008, "Wrong alignment on MotivationSchema_GetEntryByName"); \ +static_assert(sizeof(MotivationSchema_GetEntryByName) == 0x000038, "Wrong size on MotivationSchema_GetEntryByName"); \ +static_assert(offsetof(MotivationSchema_GetEntryByName, InName) == 0x000000, "Member 'MotivationSchema_GetEntryByName::InName' has a wrong offset!"); \ +static_assert(offsetof(MotivationSchema_GetEntryByName, OutEntry) == 0x000008, "Member 'MotivationSchema_GetEntryByName::OutEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationSchema_GetEntryNames \ +static_assert(alignof(MotivationSchema_GetEntryNames) == 0x000008, "Wrong alignment on MotivationSchema_GetEntryNames"); \ +static_assert(sizeof(MotivationSchema_GetEntryNames) == 0x000010, "Wrong size on MotivationSchema_GetEntryNames"); \ +static_assert(offsetof(MotivationSchema_GetEntryNames, ReturnValue) == 0x000000, "Member 'MotivationSchema_GetEntryNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotivationSchema \ +static_assert(alignof(UMotivationSchema) == 0x000008, "Wrong alignment on UMotivationSchema"); \ +static_assert(sizeof(UMotivationSchema) == 0x000058, "Wrong size on UMotivationSchema"); \ +static_assert(offsetof(UMotivationSchema, KeyEntries) == 0x000030, "Member 'UMotivationSchema::KeyEntries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleWeakspotSetupAsset \ +static_assert(alignof(UVehicleWeakspotSetupAsset) == 0x000008, "Wrong alignment on UVehicleWeakspotSetupAsset"); \ +static_assert(sizeof(UVehicleWeakspotSetupAsset) == 0x000120, "Wrong size on UVehicleWeakspotSetupAsset"); \ +static_assert(offsetof(UVehicleWeakspotSetupAsset, Setup) == 0x000030, "Member 'UVehicleWeakspotSetupAsset::Setup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMusicPreviewSubsystem \ +static_assert(alignof(UMusicPreviewSubsystem) == 0x000008, "Wrong alignment on UMusicPreviewSubsystem"); \ +static_assert(sizeof(UMusicPreviewSubsystem) == 0x000038, "Wrong size on UMusicPreviewSubsystem"); \ + +#define DUMPER7_ASSERTS_AInventoryItemPickupSpawner \ +static_assert(alignof(AInventoryItemPickupSpawner) == 0x000008, "Wrong alignment on AInventoryItemPickupSpawner"); \ +static_assert(sizeof(AInventoryItemPickupSpawner) == 0x000310, "Wrong size on AInventoryItemPickupSpawner"); \ +static_assert(offsetof(AInventoryItemPickupSpawner, Item) == 0x0002B8, "Member 'AInventoryItemPickupSpawner::Item' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickupSpawner, Amount) == 0x0002E0, "Member 'AInventoryItemPickupSpawner::Amount' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickupSpawner, bSavePickupState) == 0x0002E4, "Member 'AInventoryItemPickupSpawner::bSavePickupState' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickupSpawner, PlaceId) == 0x0002E8, "Member 'AInventoryItemPickupSpawner::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(AInventoryItemPickupSpawner, SpawnCondition) == 0x0002F0, "Member 'AInventoryItemPickupSpawner::SpawnCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMusicStateDebuggerSession \ +static_assert(alignof(UMusicStateDebuggerSession) == 0x000008, "Wrong alignment on UMusicStateDebuggerSession"); \ +static_assert(sizeof(UMusicStateDebuggerSession) == 0x000040, "Wrong size on UMusicStateDebuggerSession"); \ +static_assert(offsetof(UMusicStateDebuggerSession, DataVolumeLists) == 0x000030, "Member 'UMusicStateDebuggerSession::DataVolumeLists' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNService_AllowAttack \ +static_assert(alignof(UHTNService_AllowAttack) == 0x000008, "Wrong alignment on UHTNService_AllowAttack"); \ +static_assert(sizeof(UHTNService_AllowAttack) == 0x000080, "Wrong size on UHTNService_AllowAttack"); \ +static_assert(offsetof(UHTNService_AllowAttack, MeleeTypeToAllow) == 0x000078, "Member 'UHTNService_AllowAttack::MeleeTypeToAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNewsSystemSettings \ +static_assert(alignof(UNewsSystemSettings) == 0x000008, "Wrong alignment on UNewsSystemSettings"); \ +static_assert(sizeof(UNewsSystemSettings) == 0x000048, "Wrong size on UNewsSystemSettings"); \ +static_assert(offsetof(UNewsSystemSettings, NewsEvents) == 0x000038, "Member 'UNewsSystemSettings::NewsEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNPCPoolSubsystem \ +static_assert(alignof(UNPCPoolSubsystem) == 0x000008, "Wrong alignment on UNPCPoolSubsystem"); \ +static_assert(sizeof(UNPCPoolSubsystem) == 0x0000F0, "Wrong size on UNPCPoolSubsystem"); \ + +#define DUMPER7_ASSERTS_URainControllerComponent \ +static_assert(alignof(URainControllerComponent) == 0x000008, "Wrong alignment on URainControllerComponent"); \ +static_assert(sizeof(URainControllerComponent) == 0x0000D8, "Wrong size on URainControllerComponent"); \ +static_assert(offsetof(URainControllerComponent, Wetness) == 0x0000C8, "Member 'URainControllerComponent::Wetness' has a wrong offset!"); \ +static_assert(offsetof(URainControllerComponent, PuddleIntensity) == 0x0000CC, "Member 'URainControllerComponent::PuddleIntensity' has a wrong offset!"); \ +static_assert(offsetof(URainControllerComponent, MinRainIntensity) == 0x0000D0, "Member 'URainControllerComponent::MinRainIntensity' has a wrong offset!"); \ +static_assert(offsetof(URainControllerComponent, MaxRainIntensity) == 0x0000D4, "Member 'URainControllerComponent::MaxRainIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObstructedEvaluatorResultType \ +static_assert(alignof(UObstructedEvaluatorResultType) == 0x000008, "Wrong alignment on UObstructedEvaluatorResultType"); \ +static_assert(sizeof(UObstructedEvaluatorResultType) == 0x000028, "Wrong size on UObstructedEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_JobsSubsystem_BP_OnEnterBigTake \ +static_assert(alignof(JobsSubsystem_BP_OnEnterBigTake) == 0x000004, "Wrong alignment on JobsSubsystem_BP_OnEnterBigTake"); \ +static_assert(sizeof(JobsSubsystem_BP_OnEnterBigTake) == 0x000008, "Wrong size on JobsSubsystem_BP_OnEnterBigTake"); \ +static_assert(offsetof(JobsSubsystem_BP_OnEnterBigTake, SelectedCrewMember) == 0x000000, "Member 'JobsSubsystem_BP_OnEnterBigTake::SelectedCrewMember' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JobsSubsystem_GetPlayerController \ +static_assert(alignof(JobsSubsystem_GetPlayerController) == 0x000008, "Wrong alignment on JobsSubsystem_GetPlayerController"); \ +static_assert(sizeof(JobsSubsystem_GetPlayerController) == 0x000008, "Wrong size on JobsSubsystem_GetPlayerController"); \ +static_assert(offsetof(JobsSubsystem_GetPlayerController, ReturnValue) == 0x000000, "Member 'JobsSubsystem_GetPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJobsSubsystem \ +static_assert(alignof(UJobsSubsystem) == 0x000008, "Wrong alignment on UJobsSubsystem"); \ +static_assert(sizeof(UJobsSubsystem) == 0x0000B0, "Wrong size on UJobsSubsystem"); \ +static_assert(offsetof(UJobsSubsystem, OnEnterBigTake) == 0x000038, "Member 'UJobsSubsystem::OnEnterBigTake' has a wrong offset!"); \ +static_assert(offsetof(UJobsSubsystem, OnEscapedBigTake) == 0x000048, "Member 'UJobsSubsystem::OnEscapedBigTake' has a wrong offset!"); \ +static_assert(offsetof(UJobsSubsystem, MissionSubsystem) == 0x0000A8, "Member 'UJobsSubsystem::MissionSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOrActionCondition \ +static_assert(alignof(UOrActionCondition) == 0x000008, "Wrong alignment on UOrActionCondition"); \ +static_assert(sizeof(UOrActionCondition) == 0x000038, "Wrong size on UOrActionCondition"); \ +static_assert(offsetof(UOrActionCondition, Conditions) == 0x000028, "Member 'UOrActionCondition::Conditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAISensedActor \ +static_assert(alignof(AAISensedActor) == 0x000008, "Wrong alignment on AAISensedActor"); \ +static_assert(sizeof(AAISensedActor) == 0x000308, "Wrong size on AAISensedActor"); \ +static_assert(offsetof(AAISensedActor, StimuliSourceComponent) == 0x0002D0, "Member 'AAISensedActor::StimuliSourceComponent' has a wrong offset!"); \ +static_assert(offsetof(AAISensedActor, PlaceId) == 0x0002D8, "Member 'AAISensedActor::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(AAISensedActor, TeamID) == 0x0002E0, "Member 'AAISensedActor::TeamID' has a wrong offset!"); \ +static_assert(offsetof(AAISensedActor, GameplayTags) == 0x0002E8, "Member 'AAISensedActor::GameplayTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASituationActor \ +static_assert(alignof(ASituationActor) == 0x000008, "Wrong alignment on ASituationActor"); \ +static_assert(sizeof(ASituationActor) == 0x000318, "Wrong size on ASituationActor"); \ +static_assert(offsetof(ASituationActor, SphereComponent) == 0x000310, "Member 'ASituationActor::SphereComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOutOfRangeEvaluatorResultType \ +static_assert(alignof(UOutOfRangeEvaluatorResultType) == 0x000008, "Wrong alignment on UOutOfRangeEvaluatorResultType"); \ +static_assert(sizeof(UOutOfRangeEvaluatorResultType) == 0x000028, "Wrong size on UOutOfRangeEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_UParriedEvaluatorResultType \ +static_assert(alignof(UParriedEvaluatorResultType) == 0x000008, "Wrong alignment on UParriedEvaluatorResultType"); \ +static_assert(sizeof(UParriedEvaluatorResultType) == 0x000028, "Wrong size on UParriedEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_UTimeOfDayPresetExponentialHeightFogExtensionData \ +static_assert(alignof(UTimeOfDayPresetExponentialHeightFogExtensionData) == 0x000008, "Wrong alignment on UTimeOfDayPresetExponentialHeightFogExtensionData"); \ +static_assert(sizeof(UTimeOfDayPresetExponentialHeightFogExtensionData) == 0x000038, "Wrong size on UTimeOfDayPresetExponentialHeightFogExtensionData"); \ + +#define DUMPER7_ASSERTS_UParryInterval \ +static_assert(alignof(UParryInterval) == 0x000008, "Wrong alignment on UParryInterval"); \ +static_assert(sizeof(UParryInterval) == 0x000040, "Wrong size on UParryInterval"); \ +static_assert(offsetof(UParryInterval, bForceParryable) == 0x000038, "Member 'UParryInterval::bForceParryable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPassiveVehicleCreator \ +static_assert(alignof(UPassiveVehicleCreator) == 0x000008, "Wrong alignment on UPassiveVehicleCreator"); \ +static_assert(sizeof(UPassiveVehicleCreator) == 0x000028, "Wrong size on UPassiveVehicleCreator"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintFunctionLibrary_GeneratePlaneDecalMaterial \ +static_assert(alignof(PCGBlueprintFunctionLibrary_GeneratePlaneDecalMaterial) == 0x000008, "Wrong alignment on PCGBlueprintFunctionLibrary_GeneratePlaneDecalMaterial"); \ +static_assert(sizeof(PCGBlueprintFunctionLibrary_GeneratePlaneDecalMaterial) == 0x000018, "Wrong size on PCGBlueprintFunctionLibrary_GeneratePlaneDecalMaterial"); \ +static_assert(offsetof(PCGBlueprintFunctionLibrary_GeneratePlaneDecalMaterial, InRootActor) == 0x000000, "Member 'PCGBlueprintFunctionLibrary_GeneratePlaneDecalMaterial::InRootActor' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintFunctionLibrary_GeneratePlaneDecalMaterial, InSourceMaterial) == 0x000008, "Member 'PCGBlueprintFunctionLibrary_GeneratePlaneDecalMaterial::InSourceMaterial' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintFunctionLibrary_GeneratePlaneDecalMaterial, OutPlaneDecalMaterial) == 0x000010, "Member 'PCGBlueprintFunctionLibrary_GeneratePlaneDecalMaterial::OutPlaneDecalMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlueprintFunctionLibrary \ +static_assert(alignof(UPCGBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UPCGBlueprintFunctionLibrary"); \ +static_assert(sizeof(UPCGBlueprintFunctionLibrary) == 0x000028, "Wrong size on UPCGBlueprintFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UVehicleVariationOverrideDataAsset \ +static_assert(alignof(UVehicleVariationOverrideDataAsset) == 0x000008, "Wrong alignment on UVehicleVariationOverrideDataAsset"); \ +static_assert(sizeof(UVehicleVariationOverrideDataAsset) == 0x000098, "Wrong size on UVehicleVariationOverrideDataAsset"); \ +static_assert(offsetof(UVehicleVariationOverrideDataAsset, ComponentOverrideMaterial) == 0x000030, "Member 'UVehicleVariationOverrideDataAsset::ComponentOverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UVehicleVariationOverrideDataAsset, OverrideColors) == 0x000080, "Member 'UVehicleVariationOverrideDataAsset::OverrideColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PedestrianGroup_RegisterMember \ +static_assert(alignof(PedestrianGroup_RegisterMember) == 0x000008, "Wrong alignment on PedestrianGroup_RegisterMember"); \ +static_assert(sizeof(PedestrianGroup_RegisterMember) == 0x000010, "Wrong size on PedestrianGroup_RegisterMember"); \ +static_assert(offsetof(PedestrianGroup_RegisterMember, NewMember) == 0x000000, "Member 'PedestrianGroup_RegisterMember::NewMember' has a wrong offset!"); \ +static_assert(offsetof(PedestrianGroup_RegisterMember, ReturnValue) == 0x000008, "Member 'PedestrianGroup_RegisterMember::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PedestrianGroup_CanRegister \ +static_assert(alignof(PedestrianGroup_CanRegister) == 0x000001, "Wrong alignment on PedestrianGroup_CanRegister"); \ +static_assert(sizeof(PedestrianGroup_CanRegister) == 0x000001, "Wrong size on PedestrianGroup_CanRegister"); \ +static_assert(offsetof(PedestrianGroup_CanRegister, ReturnValue) == 0x000000, "Member 'PedestrianGroup_CanRegister::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PedestrianGroup_GetDesiredPosition \ +static_assert(alignof(PedestrianGroup_GetDesiredPosition) == 0x000008, "Wrong alignment on PedestrianGroup_GetDesiredPosition"); \ +static_assert(sizeof(PedestrianGroup_GetDesiredPosition) == 0x000020, "Wrong size on PedestrianGroup_GetDesiredPosition"); \ +static_assert(offsetof(PedestrianGroup_GetDesiredPosition, MemberID) == 0x000000, "Member 'PedestrianGroup_GetDesiredPosition::MemberID' has a wrong offset!"); \ +static_assert(offsetof(PedestrianGroup_GetDesiredPosition, ReturnValue) == 0x000008, "Member 'PedestrianGroup_GetDesiredPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PedestrianGroup_GetDesiredSpeed \ +static_assert(alignof(PedestrianGroup_GetDesiredSpeed) == 0x000004, "Wrong alignment on PedestrianGroup_GetDesiredSpeed"); \ +static_assert(sizeof(PedestrianGroup_GetDesiredSpeed) == 0x000008, "Wrong size on PedestrianGroup_GetDesiredSpeed"); \ +static_assert(offsetof(PedestrianGroup_GetDesiredSpeed, MemberID) == 0x000000, "Member 'PedestrianGroup_GetDesiredSpeed::MemberID' has a wrong offset!"); \ +static_assert(offsetof(PedestrianGroup_GetDesiredSpeed, ReturnValue) == 0x000004, "Member 'PedestrianGroup_GetDesiredSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PedestrianGroup_GetSpeakerPosition \ +static_assert(alignof(PedestrianGroup_GetSpeakerPosition) == 0x000008, "Wrong alignment on PedestrianGroup_GetSpeakerPosition"); \ +static_assert(sizeof(PedestrianGroup_GetSpeakerPosition) == 0x000018, "Wrong size on PedestrianGroup_GetSpeakerPosition"); \ +static_assert(offsetof(PedestrianGroup_GetSpeakerPosition, ReturnValue) == 0x000000, "Member 'PedestrianGroup_GetSpeakerPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PedestrianGroup_GetSpeakerTargetPosition \ +static_assert(alignof(PedestrianGroup_GetSpeakerTargetPosition) == 0x000008, "Wrong alignment on PedestrianGroup_GetSpeakerTargetPosition"); \ +static_assert(sizeof(PedestrianGroup_GetSpeakerTargetPosition) == 0x000018, "Wrong size on PedestrianGroup_GetSpeakerTargetPosition"); \ +static_assert(offsetof(PedestrianGroup_GetSpeakerTargetPosition, ReturnValue) == 0x000000, "Member 'PedestrianGroup_GetSpeakerTargetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PedestrianGroup_IsSpeaker \ +static_assert(alignof(PedestrianGroup_IsSpeaker) == 0x000001, "Wrong alignment on PedestrianGroup_IsSpeaker"); \ +static_assert(sizeof(PedestrianGroup_IsSpeaker) == 0x000002, "Wrong size on PedestrianGroup_IsSpeaker"); \ +static_assert(offsetof(PedestrianGroup_IsSpeaker, ToCheck) == 0x000000, "Member 'PedestrianGroup_IsSpeaker::ToCheck' has a wrong offset!"); \ +static_assert(offsetof(PedestrianGroup_IsSpeaker, ReturnValue) == 0x000001, "Member 'PedestrianGroup_IsSpeaker::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APedestrianGroup \ +static_assert(alignof(APedestrianGroup) == 0x000008, "Wrong alignment on APedestrianGroup"); \ +static_assert(sizeof(APedestrianGroup) == 0x000328, "Wrong size on APedestrianGroup"); \ +static_assert(offsetof(APedestrianGroup, LaneTracker) == 0x0002B0, "Member 'APedestrianGroup::LaneTracker' has a wrong offset!"); \ +static_assert(offsetof(APedestrianGroup, SplitUpBehaviorTree) == 0x0002B8, "Member 'APedestrianGroup::SplitUpBehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(APedestrianGroup, MovementSpeed) == 0x0002C0, "Member 'APedestrianGroup::MovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(APedestrianGroup, MinimumMovementSpeed) == 0x0002C4, "Member 'APedestrianGroup::MinimumMovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(APedestrianGroup, WaitingDistance) == 0x0002C8, "Member 'APedestrianGroup::WaitingDistance' has a wrong offset!"); \ +static_assert(offsetof(APedestrianGroup, SplitUpDistance) == 0x0002CC, "Member 'APedestrianGroup::SplitUpDistance' has a wrong offset!"); \ +static_assert(offsetof(APedestrianGroup, CheckAheadDistance) == 0x0002D0, "Member 'APedestrianGroup::CheckAheadDistance' has a wrong offset!"); \ +static_assert(offsetof(APedestrianGroup, MaxCatchUpSpeed) == 0x0002D4, "Member 'APedestrianGroup::MaxCatchUpSpeed' has a wrong offset!"); \ +static_assert(offsetof(APedestrianGroup, AverageSpeakerTime) == 0x0002F0, "Member 'APedestrianGroup::AverageSpeakerTime' has a wrong offset!"); \ +static_assert(offsetof(APedestrianGroup, SpeakerTimeRandomVariance) == 0x0002F4, "Member 'APedestrianGroup::SpeakerTimeRandomVariance' has a wrong offset!"); \ +static_assert(offsetof(APedestrianGroup, Members) == 0x000308, "Member 'APedestrianGroup::Members' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayLineNodeAsync_SayLineNode \ +static_assert(alignof(SayLineNodeAsync_SayLineNode) == 0x000008, "Wrong alignment on SayLineNodeAsync_SayLineNode"); \ +static_assert(sizeof(SayLineNodeAsync_SayLineNode) == 0x000030, "Wrong size on SayLineNodeAsync_SayLineNode"); \ +static_assert(offsetof(SayLineNodeAsync_SayLineNode, WorldContextObject) == 0x000000, "Member 'SayLineNodeAsync_SayLineNode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SayLineNodeAsync_SayLineNode, InSpeakerId) == 0x000008, "Member 'SayLineNodeAsync_SayLineNode::InSpeakerId' has a wrong offset!"); \ +static_assert(offsetof(SayLineNodeAsync_SayLineNode, InLineId) == 0x000010, "Member 'SayLineNodeAsync_SayLineNode::InLineId' has a wrong offset!"); \ +static_assert(offsetof(SayLineNodeAsync_SayLineNode, ReturnValue) == 0x000028, "Member 'SayLineNodeAsync_SayLineNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USayLineNodeAsync \ +static_assert(alignof(USayLineNodeAsync) == 0x000008, "Wrong alignment on USayLineNodeAsync"); \ +static_assert(sizeof(USayLineNodeAsync) == 0x000078, "Wrong size on USayLineNodeAsync"); \ +static_assert(offsetof(USayLineNodeAsync, Completed) == 0x000040, "Member 'USayLineNodeAsync::Completed' has a wrong offset!"); \ +static_assert(offsetof(USayLineNodeAsync, SpeakerId) == 0x000050, "Member 'USayLineNodeAsync::SpeakerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPendingFlow \ +static_assert(alignof(UPendingFlow) == 0x000008, "Wrong alignment on UPendingFlow"); \ +static_assert(sizeof(UPendingFlow) == 0x000060, "Wrong size on UPendingFlow"); \ +static_assert(offsetof(UPendingFlow, FlowInstance) == 0x000028, "Member 'UPendingFlow::FlowInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNpcIcon \ +static_assert(alignof(UNpcIcon) == 0x000008, "Wrong alignment on UNpcIcon"); \ +static_assert(sizeof(UNpcIcon) == 0x000040, "Wrong size on UNpcIcon"); \ +static_assert(offsetof(UNpcIcon, ViewModel) == 0x000030, "Member 'UNpcIcon::ViewModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhoneCallDirectoryAsset_IsCallAvailable \ +static_assert(alignof(PhoneCallDirectoryAsset_IsCallAvailable) == 0x000008, "Wrong alignment on PhoneCallDirectoryAsset_IsCallAvailable"); \ +static_assert(sizeof(PhoneCallDirectoryAsset_IsCallAvailable) == 0x0000A0, "Wrong size on PhoneCallDirectoryAsset_IsCallAvailable"); \ +static_assert(offsetof(PhoneCallDirectoryAsset_IsCallAvailable, WorldContextObject) == 0x000000, "Member 'PhoneCallDirectoryAsset_IsCallAvailable::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PhoneCallDirectoryAsset_IsCallAvailable, Asset) == 0x000008, "Member 'PhoneCallDirectoryAsset_IsCallAvailable::Asset' has a wrong offset!"); \ +static_assert(offsetof(PhoneCallDirectoryAsset_IsCallAvailable, ReturnValue) == 0x000098, "Member 'PhoneCallDirectoryAsset_IsCallAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhoneCallDirectoryAsset \ +static_assert(alignof(UPhoneCallDirectoryAsset) == 0x000008, "Wrong alignment on UPhoneCallDirectoryAsset"); \ +static_assert(sizeof(UPhoneCallDirectoryAsset) == 0x000040, "Wrong size on UPhoneCallDirectoryAsset"); \ +static_assert(offsetof(UPhoneCallDirectoryAsset, Calls) == 0x000030, "Member 'UPhoneCallDirectoryAsset::Calls' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APhotoModeHUD \ +static_assert(alignof(APhotoModeHUD) == 0x000008, "Wrong alignment on APhotoModeHUD"); \ +static_assert(sizeof(APhotoModeHUD) == 0x0003B0, "Wrong size on APhotoModeHUD"); \ +static_assert(offsetof(APhotoModeHUD, Font) == 0x0003A8, "Member 'APhotoModeHUD::Font' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RootInformedCapsuleMotionModifier_GetMultiplier \ +static_assert(alignof(RootInformedCapsuleMotionModifier_GetMultiplier) == 0x000010, "Wrong alignment on RootInformedCapsuleMotionModifier_GetMultiplier"); \ +static_assert(sizeof(RootInformedCapsuleMotionModifier_GetMultiplier) == 0x0000F0, "Wrong size on RootInformedCapsuleMotionModifier_GetMultiplier"); \ +static_assert(offsetof(RootInformedCapsuleMotionModifier_GetMultiplier, InContext) == 0x000000, "Member 'RootInformedCapsuleMotionModifier_GetMultiplier::InContext' has a wrong offset!"); \ +static_assert(offsetof(RootInformedCapsuleMotionModifier_GetMultiplier, ReturnValue) == 0x0000E0, "Member 'RootInformedCapsuleMotionModifier_GetMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RootInformedCapsuleMotionModifier_GetPriority \ +static_assert(alignof(RootInformedCapsuleMotionModifier_GetPriority) == 0x000010, "Wrong alignment on RootInformedCapsuleMotionModifier_GetPriority"); \ +static_assert(sizeof(RootInformedCapsuleMotionModifier_GetPriority) == 0x0000F0, "Wrong size on RootInformedCapsuleMotionModifier_GetPriority"); \ +static_assert(offsetof(RootInformedCapsuleMotionModifier_GetPriority, InContext) == 0x000000, "Member 'RootInformedCapsuleMotionModifier_GetPriority::InContext' has a wrong offset!"); \ +static_assert(offsetof(RootInformedCapsuleMotionModifier_GetPriority, ReturnValue) == 0x0000E0, "Member 'RootInformedCapsuleMotionModifier_GetPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RootInformedCapsuleMotionModifier_ShouldApply \ +static_assert(alignof(RootInformedCapsuleMotionModifier_ShouldApply) == 0x000010, "Wrong alignment on RootInformedCapsuleMotionModifier_ShouldApply"); \ +static_assert(sizeof(RootInformedCapsuleMotionModifier_ShouldApply) == 0x0000F0, "Wrong size on RootInformedCapsuleMotionModifier_ShouldApply"); \ +static_assert(offsetof(RootInformedCapsuleMotionModifier_ShouldApply, InContext) == 0x000000, "Member 'RootInformedCapsuleMotionModifier_ShouldApply::InContext' has a wrong offset!"); \ +static_assert(offsetof(RootInformedCapsuleMotionModifier_ShouldApply, ReturnValue) == 0x0000E0, "Member 'RootInformedCapsuleMotionModifier_ShouldApply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootInformedCapsuleMotionModifier \ +static_assert(alignof(URootInformedCapsuleMotionModifier) == 0x000008, "Wrong alignment on URootInformedCapsuleMotionModifier"); \ +static_assert(sizeof(URootInformedCapsuleMotionModifier) == 0x000028, "Wrong size on URootInformedCapsuleMotionModifier"); \ + +#define DUMPER7_ASSERTS_URootInformedCapsuleMotionModifierPushback \ +static_assert(alignof(URootInformedCapsuleMotionModifierPushback) == 0x000008, "Wrong alignment on URootInformedCapsuleMotionModifierPushback"); \ +static_assert(sizeof(URootInformedCapsuleMotionModifierPushback) == 0x000030, "Wrong size on URootInformedCapsuleMotionModifierPushback"); \ +static_assert(offsetof(URootInformedCapsuleMotionModifierPushback, Priority) == 0x000028, "Member 'URootInformedCapsuleMotionModifierPushback::Priority' has a wrong offset!"); \ +static_assert(offsetof(URootInformedCapsuleMotionModifierPushback, MinDistance) == 0x00002C, "Member 'URootInformedCapsuleMotionModifierPushback::MinDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhotoModeInputActionsDataAsset \ +static_assert(alignof(UPhotoModeInputActionsDataAsset) == 0x000008, "Wrong alignment on UPhotoModeInputActionsDataAsset"); \ +static_assert(sizeof(UPhotoModeInputActionsDataAsset) == 0x0000A8, "Wrong size on UPhotoModeInputActionsDataAsset"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, MovePlayerAction) == 0x000030, "Member 'UPhotoModeInputActionsDataAsset::MovePlayerAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, MovePlayerUpAction) == 0x000038, "Member 'UPhotoModeInputActionsDataAsset::MovePlayerUpAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, TurnCameraRawAction) == 0x000040, "Member 'UPhotoModeInputActionsDataAsset::TurnCameraRawAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, TurnCameraAction) == 0x000048, "Member 'UPhotoModeInputActionsDataAsset::TurnCameraAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, RollCameraAction) == 0x000050, "Member 'UPhotoModeInputActionsDataAsset::RollCameraAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, ResetRollCameraAction) == 0x000058, "Member 'UPhotoModeInputActionsDataAsset::ResetRollCameraAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, TogglePhotoModeAction) == 0x000060, "Member 'UPhotoModeInputActionsDataAsset::TogglePhotoModeAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, TakePhotoAction) == 0x000068, "Member 'UPhotoModeInputActionsDataAsset::TakePhotoAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, ToggleUIAction) == 0x000070, "Member 'UPhotoModeInputActionsDataAsset::ToggleUIAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, ToggleFreezeTimeAction) == 0x000078, "Member 'UPhotoModeInputActionsDataAsset::ToggleFreezeTimeAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, OrbitAction) == 0x000080, "Member 'UPhotoModeInputActionsDataAsset::OrbitAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, ChangeModifierAction) == 0x000088, "Member 'UPhotoModeInputActionsDataAsset::ChangeModifierAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, ChangeModifierPreviousAction) == 0x000090, "Member 'UPhotoModeInputActionsDataAsset::ChangeModifierPreviousAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, ChangeModifierNextAction) == 0x000098, "Member 'UPhotoModeInputActionsDataAsset::ChangeModifierNextAction' has a wrong offset!"); \ +static_assert(offsetof(UPhotoModeInputActionsDataAsset, BugIt) == 0x0000A0, "Member 'UPhotoModeInputActionsDataAsset::BugIt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeSubsystem_TogglePhotoMode \ +static_assert(alignof(PhotoModeSubsystem_TogglePhotoMode) == 0x000008, "Wrong alignment on PhotoModeSubsystem_TogglePhotoMode"); \ +static_assert(sizeof(PhotoModeSubsystem_TogglePhotoMode) == 0x000020, "Wrong size on PhotoModeSubsystem_TogglePhotoMode"); \ +static_assert(offsetof(PhotoModeSubsystem_TogglePhotoMode, PhotoModeToggleMappingContext) == 0x000000, "Member 'PhotoModeSubsystem_TogglePhotoMode::PhotoModeToggleMappingContext' has a wrong offset!"); \ +static_assert(offsetof(PhotoModeSubsystem_TogglePhotoMode, PhotoModeInputMappingContext) == 0x000008, "Member 'PhotoModeSubsystem_TogglePhotoMode::PhotoModeInputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(PhotoModeSubsystem_TogglePhotoMode, InputActions) == 0x000010, "Member 'PhotoModeSubsystem_TogglePhotoMode::InputActions' has a wrong offset!"); \ +static_assert(offsetof(PhotoModeSubsystem_TogglePhotoMode, CameraShakeClass) == 0x000018, "Member 'PhotoModeSubsystem_TogglePhotoMode::CameraShakeClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhotoModeSubsystem_IsActive \ +static_assert(alignof(PhotoModeSubsystem_IsActive) == 0x000001, "Wrong alignment on PhotoModeSubsystem_IsActive"); \ +static_assert(sizeof(PhotoModeSubsystem_IsActive) == 0x000001, "Wrong size on PhotoModeSubsystem_IsActive"); \ +static_assert(offsetof(PhotoModeSubsystem_IsActive, ReturnValue) == 0x000000, "Member 'PhotoModeSubsystem_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhotoModeSubsystem \ +static_assert(alignof(UPhotoModeSubsystem) == 0x000008, "Wrong alignment on UPhotoModeSubsystem"); \ +static_assert(sizeof(UPhotoModeSubsystem) == 0x000038, "Wrong size on UPhotoModeSubsystem"); \ + +#define DUMPER7_ASSERTS_VolumeControlSubsystem_GetCurrentOverallVolume \ +static_assert(alignof(VolumeControlSubsystem_GetCurrentOverallVolume) == 0x000008, "Wrong alignment on VolumeControlSubsystem_GetCurrentOverallVolume"); \ +static_assert(sizeof(VolumeControlSubsystem_GetCurrentOverallVolume) == 0x000010, "Wrong size on VolumeControlSubsystem_GetCurrentOverallVolume"); \ +static_assert(offsetof(VolumeControlSubsystem_GetCurrentOverallVolume, WorldContextObject) == 0x000000, "Member 'VolumeControlSubsystem_GetCurrentOverallVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VolumeControlSubsystem_GetCurrentOverallVolume, ReturnValue) == 0x000008, "Member 'VolumeControlSubsystem_GetCurrentOverallVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVolumeControlSubsystem \ +static_assert(alignof(UVolumeControlSubsystem) == 0x000008, "Wrong alignment on UVolumeControlSubsystem"); \ +static_assert(sizeof(UVolumeControlSubsystem) == 0x000068, "Wrong size on UVolumeControlSubsystem"); \ +static_assert(offsetof(UVolumeControlSubsystem, VolumeControls) == 0x000048, "Member 'UVolumeControlSubsystem::VolumeControls' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPLAAudioVolume \ +static_assert(alignof(UPLAAudioVolume) == 0x000010, "Wrong alignment on UPLAAudioVolume"); \ +static_assert(sizeof(UPLAAudioVolume) == 0x000550, "Wrong size on UPLAAudioVolume"); \ +static_assert(offsetof(UPLAAudioVolume, CollisionBodySetup) == 0x000530, "Member 'UPLAAudioVolume::CollisionBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPLACollider \ +static_assert(alignof(UPLACollider) == 0x000010, "Wrong alignment on UPLACollider"); \ +static_assert(sizeof(UPLACollider) == 0x000560, "Wrong size on UPLACollider"); \ +static_assert(offsetof(UPLACollider, CollisionBodySetup) == 0x000530, "Member 'UPLACollider::CollisionBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UPLACollider, AudioIndexes) == 0x000538, "Member 'UPLACollider::AudioIndexes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerAIController \ +static_assert(alignof(APlayerAIController) == 0x000008, "Wrong alignment on APlayerAIController"); \ +static_assert(sizeof(APlayerAIController) == 0x000570, "Wrong size on APlayerAIController"); \ + +#define DUMPER7_ASSERTS_SayIntentNodeAsync_SayIntentNode \ +static_assert(alignof(SayIntentNodeAsync_SayIntentNode) == 0x000008, "Wrong alignment on SayIntentNodeAsync_SayIntentNode"); \ +static_assert(sizeof(SayIntentNodeAsync_SayIntentNode) == 0x000020, "Wrong size on SayIntentNodeAsync_SayIntentNode"); \ +static_assert(offsetof(SayIntentNodeAsync_SayIntentNode, WorldContextObject) == 0x000000, "Member 'SayIntentNodeAsync_SayIntentNode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SayIntentNodeAsync_SayIntentNode, InSpeakerId) == 0x000008, "Member 'SayIntentNodeAsync_SayIntentNode::InSpeakerId' has a wrong offset!"); \ +static_assert(offsetof(SayIntentNodeAsync_SayIntentNode, InIntentId) == 0x000010, "Member 'SayIntentNodeAsync_SayIntentNode::InIntentId' has a wrong offset!"); \ +static_assert(offsetof(SayIntentNodeAsync_SayIntentNode, ReturnValue) == 0x000018, "Member 'SayIntentNodeAsync_SayIntentNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USayIntentNodeAsync \ +static_assert(alignof(USayIntentNodeAsync) == 0x000008, "Wrong alignment on USayIntentNodeAsync"); \ +static_assert(sizeof(USayIntentNodeAsync) == 0x000060, "Wrong size on USayIntentNodeAsync"); \ +static_assert(offsetof(USayIntentNodeAsync, Completed) == 0x000040, "Member 'USayIntentNodeAsync::Completed' has a wrong offset!"); \ +static_assert(offsetof(USayIntentNodeAsync, SpeakerId) == 0x000050, "Member 'USayIntentNodeAsync::SpeakerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetStolenEvaluatorResultType \ +static_assert(alignof(UTargetStolenEvaluatorResultType) == 0x000008, "Wrong alignment on UTargetStolenEvaluatorResultType"); \ +static_assert(sizeof(UTargetStolenEvaluatorResultType) == 0x000028, "Wrong size on UTargetStolenEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_UPlayerContainedActionsAnimInstance \ +static_assert(alignof(UPlayerContainedActionsAnimInstance) == 0x000010, "Wrong alignment on UPlayerContainedActionsAnimInstance"); \ +static_assert(sizeof(UPlayerContainedActionsAnimInstance) == 0x000410, "Wrong size on UPlayerContainedActionsAnimInstance"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, OwningPlayer) == 0x0003E8, "Member 'UPlayerContainedActionsAnimInstance::OwningPlayer' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, PrimaryActionType_CODE) == 0x0003F0, "Member 'UPlayerContainedActionsAnimInstance::PrimaryActionType_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, bActionIsReaction_CODE) == 0x0003F8, "Member 'UPlayerContainedActionsAnimInstance::bActionIsReaction_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, bWantsExitAny_CODE) == 0x0003F9, "Member 'UPlayerContainedActionsAnimInstance::bWantsExitAny_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, bWantsEntryAny_CODE) == 0x0003FA, "Member 'UPlayerContainedActionsAnimInstance::bWantsEntryAny_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, bWantsEntryFromEntry_CODE) == 0x0003FB, "Member 'UPlayerContainedActionsAnimInstance::bWantsEntryFromEntry_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, bWantsEntryAction_CODE) == 0x0003FC, "Member 'UPlayerContainedActionsAnimInstance::bWantsEntryAction_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, bWantsSkipEntry_CODE) == 0x0003FD, "Member 'UPlayerContainedActionsAnimInstance::bWantsSkipEntry_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, bWantsEventAction_CODE) == 0x0003FE, "Member 'UPlayerContainedActionsAnimInstance::bWantsEventAction_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, bWantsExitAction_CODE) == 0x0003FF, "Member 'UPlayerContainedActionsAnimInstance::bWantsExitAction_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, bWantsEntryResponse_CODE) == 0x000400, "Member 'UPlayerContainedActionsAnimInstance::bWantsEntryResponse_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, bWantsEventResponse_CODE) == 0x000401, "Member 'UPlayerContainedActionsAnimInstance::bWantsEventResponse_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, bWantsExitResponse_CODE) == 0x000402, "Member 'UPlayerContainedActionsAnimInstance::bWantsExitResponse_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerContainedActionsAnimInstance, CachedEntryActionType_CODE) == 0x000408, "Member 'UPlayerContainedActionsAnimInstance::CachedEntryActionType_CODE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerDialogueComponent_OnDialogueOption \ +static_assert(alignof(PlayerDialogueComponent_OnDialogueOption) == 0x000004, "Wrong alignment on PlayerDialogueComponent_OnDialogueOption"); \ +static_assert(sizeof(PlayerDialogueComponent_OnDialogueOption) == 0x000004, "Wrong size on PlayerDialogueComponent_OnDialogueOption"); \ +static_assert(offsetof(PlayerDialogueComponent_OnDialogueOption, DialogueChoice) == 0x000000, "Member 'PlayerDialogueComponent_OnDialogueOption::DialogueChoice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerDialogueComponent_SetBlockingRespone \ +static_assert(alignof(PlayerDialogueComponent_SetBlockingRespone) == 0x000001, "Wrong alignment on PlayerDialogueComponent_SetBlockingRespone"); \ +static_assert(sizeof(PlayerDialogueComponent_SetBlockingRespone) == 0x000001, "Wrong size on PlayerDialogueComponent_SetBlockingRespone"); \ +static_assert(offsetof(PlayerDialogueComponent_SetBlockingRespone, bBlocking) == 0x000000, "Member 'PlayerDialogueComponent_SetBlockingRespone::bBlocking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerDialogueComponent_SetLockedDialogueState \ +static_assert(alignof(PlayerDialogueComponent_SetLockedDialogueState) == 0x000001, "Wrong alignment on PlayerDialogueComponent_SetLockedDialogueState"); \ +static_assert(sizeof(PlayerDialogueComponent_SetLockedDialogueState) == 0x000001, "Wrong size on PlayerDialogueComponent_SetLockedDialogueState"); \ +static_assert(offsetof(PlayerDialogueComponent_SetLockedDialogueState, Active) == 0x000000, "Member 'PlayerDialogueComponent_SetLockedDialogueState::Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerDialogueComponent_GetDialogueCameraTransition \ +static_assert(alignof(PlayerDialogueComponent_GetDialogueCameraTransition) == 0x000008, "Wrong alignment on PlayerDialogueComponent_GetDialogueCameraTransition"); \ +static_assert(sizeof(PlayerDialogueComponent_GetDialogueCameraTransition) == 0x000008, "Wrong size on PlayerDialogueComponent_GetDialogueCameraTransition"); \ +static_assert(offsetof(PlayerDialogueComponent_GetDialogueCameraTransition, ReturnValue) == 0x000000, "Member 'PlayerDialogueComponent_GetDialogueCameraTransition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerDialogueComponent_GetDialougeCamera \ +static_assert(alignof(PlayerDialogueComponent_GetDialougeCamera) == 0x000008, "Wrong alignment on PlayerDialogueComponent_GetDialougeCamera"); \ +static_assert(sizeof(PlayerDialogueComponent_GetDialougeCamera) == 0x000008, "Wrong size on PlayerDialogueComponent_GetDialougeCamera"); \ +static_assert(offsetof(PlayerDialogueComponent_GetDialougeCamera, ReturnValue) == 0x000000, "Member 'PlayerDialogueComponent_GetDialougeCamera::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerDialogueComponent_IsDialogueStateActive \ +static_assert(alignof(PlayerDialogueComponent_IsDialogueStateActive) == 0x000001, "Wrong alignment on PlayerDialogueComponent_IsDialogueStateActive"); \ +static_assert(sizeof(PlayerDialogueComponent_IsDialogueStateActive) == 0x000001, "Wrong size on PlayerDialogueComponent_IsDialogueStateActive"); \ +static_assert(offsetof(PlayerDialogueComponent_IsDialogueStateActive, ReturnValue) == 0x000000, "Member 'PlayerDialogueComponent_IsDialogueStateActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerDialogueComponent_IsInAskMode \ +static_assert(alignof(PlayerDialogueComponent_IsInAskMode) == 0x000001, "Wrong alignment on PlayerDialogueComponent_IsInAskMode"); \ +static_assert(sizeof(PlayerDialogueComponent_IsInAskMode) == 0x000001, "Wrong size on PlayerDialogueComponent_IsInAskMode"); \ +static_assert(offsetof(PlayerDialogueComponent_IsInAskMode, ReturnValue) == 0x000000, "Member 'PlayerDialogueComponent_IsInAskMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerDialogueComponent_IsInLockedDialogueState \ +static_assert(alignof(PlayerDialogueComponent_IsInLockedDialogueState) == 0x000001, "Wrong alignment on PlayerDialogueComponent_IsInLockedDialogueState"); \ +static_assert(sizeof(PlayerDialogueComponent_IsInLockedDialogueState) == 0x000001, "Wrong size on PlayerDialogueComponent_IsInLockedDialogueState"); \ +static_assert(offsetof(PlayerDialogueComponent_IsInLockedDialogueState, ReturnValue) == 0x000000, "Member 'PlayerDialogueComponent_IsInLockedDialogueState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerDialogueComponent_IsInPausedAskMode \ +static_assert(alignof(PlayerDialogueComponent_IsInPausedAskMode) == 0x000001, "Wrong alignment on PlayerDialogueComponent_IsInPausedAskMode"); \ +static_assert(sizeof(PlayerDialogueComponent_IsInPausedAskMode) == 0x000001, "Wrong size on PlayerDialogueComponent_IsInPausedAskMode"); \ +static_assert(offsetof(PlayerDialogueComponent_IsInPausedAskMode, ReturnValue) == 0x000000, "Member 'PlayerDialogueComponent_IsInPausedAskMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerDialogueComponent_ShouldDialogueCameraBeActive \ +static_assert(alignof(PlayerDialogueComponent_ShouldDialogueCameraBeActive) == 0x000001, "Wrong alignment on PlayerDialogueComponent_ShouldDialogueCameraBeActive"); \ +static_assert(sizeof(PlayerDialogueComponent_ShouldDialogueCameraBeActive) == 0x000001, "Wrong size on PlayerDialogueComponent_ShouldDialogueCameraBeActive"); \ +static_assert(offsetof(PlayerDialogueComponent_ShouldDialogueCameraBeActive, ReturnValue) == 0x000000, "Member 'PlayerDialogueComponent_ShouldDialogueCameraBeActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerDialogueComponent_ShouldLetterboxBeActive \ +static_assert(alignof(PlayerDialogueComponent_ShouldLetterboxBeActive) == 0x000001, "Wrong alignment on PlayerDialogueComponent_ShouldLetterboxBeActive"); \ +static_assert(sizeof(PlayerDialogueComponent_ShouldLetterboxBeActive) == 0x000001, "Wrong size on PlayerDialogueComponent_ShouldLetterboxBeActive"); \ +static_assert(offsetof(PlayerDialogueComponent_ShouldLetterboxBeActive, ReturnValue) == 0x000000, "Member 'PlayerDialogueComponent_ShouldLetterboxBeActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerDialogueComponent \ +static_assert(alignof(UPlayerDialogueComponent) == 0x000008, "Wrong alignment on UPlayerDialogueComponent"); \ +static_assert(sizeof(UPlayerDialogueComponent) == 0x000110, "Wrong size on UPlayerDialogueComponent"); \ +static_assert(offsetof(UPlayerDialogueComponent, TargetFlow) == 0x0000C0, "Member 'UPlayerDialogueComponent::TargetFlow' has a wrong offset!"); \ +static_assert(offsetof(UPlayerDialogueComponent, CurrentAskNode) == 0x0000D0, "Member 'UPlayerDialogueComponent::CurrentAskNode' has a wrong offset!"); \ +static_assert(offsetof(UPlayerDialogueComponent, bBlockingResponse) == 0x0000E0, "Member 'UPlayerDialogueComponent::bBlockingResponse' has a wrong offset!"); \ +static_assert(offsetof(UPlayerDialogueComponent, OnBlockingResponseChanged) == 0x0000E1, "Member 'UPlayerDialogueComponent::OnBlockingResponseChanged' has a wrong offset!"); \ +static_assert(offsetof(UPlayerDialogueComponent, OnDialogueWidgetShow) == 0x0000E2, "Member 'UPlayerDialogueComponent::OnDialogueWidgetShow' has a wrong offset!"); \ +static_assert(offsetof(UPlayerDialogueComponent, OnDialogueWidgetHide) == 0x0000E3, "Member 'UPlayerDialogueComponent::OnDialogueWidgetHide' has a wrong offset!"); \ +static_assert(offsetof(UPlayerDialogueComponent, OnDialogueStarted) == 0x0000E4, "Member 'UPlayerDialogueComponent::OnDialogueStarted' has a wrong offset!"); \ +static_assert(offsetof(UPlayerDialogueComponent, OnDialogueStopped) == 0x0000E5, "Member 'UPlayerDialogueComponent::OnDialogueStopped' has a wrong offset!"); \ +static_assert(offsetof(UPlayerDialogueComponent, OnDialogueLineStart) == 0x0000E6, "Member 'UPlayerDialogueComponent::OnDialogueLineStart' has a wrong offset!"); \ +static_assert(offsetof(UPlayerDialogueComponent, OnDialogueLineInterrupted) == 0x0000E7, "Member 'UPlayerDialogueComponent::OnDialogueLineInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UPlayerDialogueComponent, OnDialogueLineEnd) == 0x0000E8, "Member 'UPlayerDialogueComponent::OnDialogueLineEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlayerDialogueComponent, DialogueViewModel) == 0x0000F0, "Member 'UPlayerDialogueComponent::DialogueViewModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerMeleeAnimInstance \ +static_assert(alignof(UPlayerMeleeAnimInstance) == 0x000010, "Wrong alignment on UPlayerMeleeAnimInstance"); \ +static_assert(sizeof(UPlayerMeleeAnimInstance) == 0x000410, "Wrong size on UPlayerMeleeAnimInstance"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, OwningPlayer) == 0x0003E8, "Member 'UPlayerMeleeAnimInstance::OwningPlayer' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, PrimaryActionType_CODE) == 0x0003F0, "Member 'UPlayerMeleeAnimInstance::PrimaryActionType_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bMeleeIsReaction_CODE) == 0x0003F8, "Member 'UPlayerMeleeAnimInstance::bMeleeIsReaction_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsLightHit_CODE) == 0x0003F9, "Member 'UPlayerMeleeAnimInstance::bWantsLightHit_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsLightMiss_CODE) == 0x0003FA, "Member 'UPlayerMeleeAnimInstance::bWantsLightMiss_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsHeavyHit_CODE) == 0x0003FB, "Member 'UPlayerMeleeAnimInstance::bWantsHeavyHit_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsHeavyMiss_CODE) == 0x0003FC, "Member 'UPlayerMeleeAnimInstance::bWantsHeavyMiss_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsEvade_CODE) == 0x0003FD, "Member 'UPlayerMeleeAnimInstance::bWantsEvade_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsSpacing_CODE) == 0x0003FE, "Member 'UPlayerMeleeAnimInstance::bWantsSpacing_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsParry_CODE) == 0x0003FF, "Member 'UPlayerMeleeAnimInstance::bWantsParry_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsPerfectParry_CODE) == 0x000400, "Member 'UPlayerMeleeAnimInstance::bWantsPerfectParry_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsParryMiss_CODE) == 0x000401, "Member 'UPlayerMeleeAnimInstance::bWantsParryMiss_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsTakeDown_CODE) == 0x000402, "Member 'UPlayerMeleeAnimInstance::bWantsTakeDown_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsRiposte_CODE) == 0x000403, "Member 'UPlayerMeleeAnimInstance::bWantsRiposte_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsShove_CODE) == 0x000404, "Member 'UPlayerMeleeAnimInstance::bWantsShove_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsThrowWeapon_CODE) == 0x000405, "Member 'UPlayerMeleeAnimInstance::bWantsThrowWeapon_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsEnvironmentalTakedown_CODE) == 0x000406, "Member 'UPlayerMeleeAnimInstance::bWantsEnvironmentalTakedown_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsLightHitReact_CODE) == 0x000407, "Member 'UPlayerMeleeAnimInstance::bWantsLightHitReact_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsHeavyHitReact_CODE) == 0x000408, "Member 'UPlayerMeleeAnimInstance::bWantsHeavyHitReact_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsParryHitReact_CODE) == 0x000409, "Member 'UPlayerMeleeAnimInstance::bWantsParryHitReact_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsPerfectParryHitReact_CODE) == 0x00040A, "Member 'UPlayerMeleeAnimInstance::bWantsPerfectParryHitReact_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsTakeDownHitReact_CODE) == 0x00040B, "Member 'UPlayerMeleeAnimInstance::bWantsTakeDownHitReact_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsEnvironmentalHazardReact_CODE) == 0x00040C, "Member 'UPlayerMeleeAnimInstance::bWantsEnvironmentalHazardReact_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsRiposteHitReact_CODE) == 0x00040D, "Member 'UPlayerMeleeAnimInstance::bWantsRiposteHitReact_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsShoveHitReact_CODE) == 0x00040E, "Member 'UPlayerMeleeAnimInstance::bWantsShoveHitReact_CODE' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeAnimInstance, bWantsEnvironmentalTakedownReact_CODE) == 0x00040F, "Member 'UPlayerMeleeAnimInstance::bWantsEnvironmentalTakedownReact_CODE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ShutterNavLinkComponent_Enable \ +static_assert(alignof(ShutterNavLinkComponent_Enable) == 0x000001, "Wrong alignment on ShutterNavLinkComponent_Enable"); \ +static_assert(sizeof(ShutterNavLinkComponent_Enable) == 0x000001, "Wrong size on ShutterNavLinkComponent_Enable"); \ +static_assert(offsetof(ShutterNavLinkComponent_Enable, bState) == 0x000000, "Member 'ShutterNavLinkComponent_Enable::bState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShutterNavLinkComponent \ +static_assert(alignof(UShutterNavLinkComponent) == 0x000008, "Wrong alignment on UShutterNavLinkComponent"); \ +static_assert(sizeof(UShutterNavLinkComponent) == 0x000208, "Wrong size on UShutterNavLinkComponent"); \ +static_assert(offsetof(UShutterNavLinkComponent, bIsEnabled) == 0x000200, "Member 'UShutterNavLinkComponent::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerMeleeComponent \ +static_assert(alignof(UPlayerMeleeComponent) == 0x000008, "Wrong alignment on UPlayerMeleeComponent"); \ +static_assert(sizeof(UPlayerMeleeComponent) == 0x000350, "Wrong size on UPlayerMeleeComponent"); \ +static_assert(offsetof(UPlayerMeleeComponent, WieldingWeaponGraceTime) == 0x0002F8, "Member 'UPlayerMeleeComponent::WieldingWeaponGraceTime' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeComponent, AdrenalineGraceTime) == 0x0002FC, "Member 'UPlayerMeleeComponent::AdrenalineGraceTime' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMeleeComponent, IgnoreStatsActions) == 0x000300, "Member 'UPlayerMeleeComponent::IgnoreStatsActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeSinceDealDamageReleaseLogic \ +static_assert(alignof(UTimeSinceDealDamageReleaseLogic) == 0x000008, "Wrong alignment on UTimeSinceDealDamageReleaseLogic"); \ +static_assert(sizeof(UTimeSinceDealDamageReleaseLogic) == 0x000048, "Wrong size on UTimeSinceDealDamageReleaseLogic"); \ +static_assert(offsetof(UTimeSinceDealDamageReleaseLogic, TimeoutSinceDealingDamage) == 0x000030, "Member 'UTimeSinceDealDamageReleaseLogic::TimeoutSinceDealingDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerTargetModeComponent \ +static_assert(alignof(UPlayerTargetModeComponent) == 0x000008, "Wrong alignment on UPlayerTargetModeComponent"); \ +static_assert(sizeof(UPlayerTargetModeComponent) == 0x0000E8, "Wrong size on UPlayerTargetModeComponent"); \ +static_assert(offsetof(UPlayerTargetModeComponent, OnTargetModeChanged) == 0x0000C0, "Member 'UPlayerTargetModeComponent::OnTargetModeChanged' has a wrong offset!"); \ +static_assert(offsetof(UPlayerTargetModeComponent, OnUpdateTarget) == 0x0000C1, "Member 'UPlayerTargetModeComponent::OnUpdateTarget' has a wrong offset!"); \ +static_assert(offsetof(UPlayerTargetModeComponent, ActivateInputAction) == 0x0000C8, "Member 'UPlayerTargetModeComponent::ActivateInputAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerTargetModeComponent, NextTargetInputAction) == 0x0000D0, "Member 'UPlayerTargetModeComponent::NextTargetInputAction' has a wrong offset!"); \ +static_assert(offsetof(UPlayerTargetModeComponent, NextTargetJoystickInputAction) == 0x0000D8, "Member 'UPlayerTargetModeComponent::NextTargetJoystickInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APointOfInterest \ +static_assert(alignof(APointOfInterest) == 0x000008, "Wrong alignment on APointOfInterest"); \ +static_assert(sizeof(APointOfInterest) == 0x0002E8, "Wrong size on APointOfInterest"); \ +static_assert(offsetof(APointOfInterest, InventoryItem) == 0x0002B0, "Member 'APointOfInterest::InventoryItem' has a wrong offset!"); \ +static_assert(offsetof(APointOfInterest, NamedLocationComponent) == 0x0002D8, "Member 'APointOfInterest::NamedLocationComponent' has a wrong offset!"); \ +static_assert(offsetof(APointOfInterest, Root) == 0x0002E0, "Member 'APointOfInterest::Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleHijackActionType \ +static_assert(alignof(UVehicleHijackActionType) == 0x000008, "Wrong alignment on UVehicleHijackActionType"); \ +static_assert(sizeof(UVehicleHijackActionType) == 0x000030, "Wrong size on UVehicleHijackActionType"); \ + +#define DUMPER7_ASSERTS_APostProcessingAreaTransitionVolume \ +static_assert(alignof(APostProcessingAreaTransitionVolume) == 0x000008, "Wrong alignment on APostProcessingAreaTransitionVolume"); \ +static_assert(sizeof(APostProcessingAreaTransitionVolume) == 0x000408, "Wrong size on APostProcessingAreaTransitionVolume"); \ +static_assert(offsetof(APostProcessingAreaTransitionVolume, ToVolume) == 0x0002E8, "Member 'APostProcessingAreaTransitionVolume::ToVolume' has a wrong offset!"); \ +static_assert(offsetof(APostProcessingAreaTransitionVolume, ForwardFadeCurve) == 0x0002F0, "Member 'APostProcessingAreaTransitionVolume::ForwardFadeCurve' has a wrong offset!"); \ +static_assert(offsetof(APostProcessingAreaTransitionVolume, BackwardFadeCurve) == 0x000378, "Member 'APostProcessingAreaTransitionVolume::BackwardFadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertySheet \ +static_assert(alignof(UPropertySheet) == 0x000008, "Wrong alignment on UPropertySheet"); \ +static_assert(sizeof(UPropertySheet) == 0x000150, "Wrong size on UPropertySheet"); \ +static_assert(offsetof(UPropertySheet, Priority) == 0x000030, "Member 'UPropertySheet::Priority' has a wrong offset!"); \ +static_assert(offsetof(UPropertySheet, Stack) == 0x000038, "Member 'UPropertySheet::Stack' has a wrong offset!"); \ +static_assert(offsetof(UPropertySheet, States) == 0x000060, "Member 'UPropertySheet::States' has a wrong offset!"); \ +static_assert(offsetof(UPropertySheet, Rtpcs) == 0x000070, "Member 'UPropertySheet::Rtpcs' has a wrong offset!"); \ +static_assert(offsetof(UPropertySheet, Events) == 0x000080, "Member 'UPropertySheet::Events' has a wrong offset!"); \ +static_assert(offsetof(UPropertySheet, AmbientSpots) == 0x000090, "Member 'UPropertySheet::AmbientSpots' has a wrong offset!"); \ +static_assert(offsetof(UPropertySheet, AmbientBeds) == 0x0000E0, "Member 'UPropertySheet::AmbientBeds' has a wrong offset!"); \ +static_assert(offsetof(UPropertySheet, ReverbZoneBed) == 0x000130, "Member 'UPropertySheet::ReverbZoneBed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertySheetSubsystem_PopAllSheetsFromStack \ +static_assert(alignof(PropertySheetSubsystem_PopAllSheetsFromStack) == 0x000008, "Wrong alignment on PropertySheetSubsystem_PopAllSheetsFromStack"); \ +static_assert(sizeof(PropertySheetSubsystem_PopAllSheetsFromStack) == 0x000018, "Wrong size on PropertySheetSubsystem_PopAllSheetsFromStack"); \ +static_assert(offsetof(PropertySheetSubsystem_PopAllSheetsFromStack, WorldContextObject) == 0x000000, "Member 'PropertySheetSubsystem_PopAllSheetsFromStack::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PropertySheetSubsystem_PopAllSheetsFromStack, Stack) == 0x000008, "Member 'PropertySheetSubsystem_PopAllSheetsFromStack::Stack' has a wrong offset!"); \ +static_assert(offsetof(PropertySheetSubsystem_PopAllSheetsFromStack, OwnerVolume) == 0x000010, "Member 'PropertySheetSubsystem_PopAllSheetsFromStack::OwnerVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertySheetSubsystem_PopSheetFromStack \ +static_assert(alignof(PropertySheetSubsystem_PopSheetFromStack) == 0x000008, "Wrong alignment on PropertySheetSubsystem_PopSheetFromStack"); \ +static_assert(sizeof(PropertySheetSubsystem_PopSheetFromStack) == 0x000018, "Wrong size on PropertySheetSubsystem_PopSheetFromStack"); \ +static_assert(offsetof(PropertySheetSubsystem_PopSheetFromStack, WorldContextObject) == 0x000000, "Member 'PropertySheetSubsystem_PopSheetFromStack::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PropertySheetSubsystem_PopSheetFromStack, SheetId) == 0x000008, "Member 'PropertySheetSubsystem_PopSheetFromStack::SheetId' has a wrong offset!"); \ +static_assert(offsetof(PropertySheetSubsystem_PopSheetFromStack, OwnerVolume) == 0x000010, "Member 'PropertySheetSubsystem_PopSheetFromStack::OwnerVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertySheetSubsystem_PopSheetFromStackFromAmbientZone \ +static_assert(alignof(PropertySheetSubsystem_PopSheetFromStackFromAmbientZone) == 0x000008, "Wrong alignment on PropertySheetSubsystem_PopSheetFromStackFromAmbientZone"); \ +static_assert(sizeof(PropertySheetSubsystem_PopSheetFromStackFromAmbientZone) == 0x000010, "Wrong size on PropertySheetSubsystem_PopSheetFromStackFromAmbientZone"); \ +static_assert(offsetof(PropertySheetSubsystem_PopSheetFromStackFromAmbientZone, SheetId) == 0x000000, "Member 'PropertySheetSubsystem_PopSheetFromStackFromAmbientZone::SheetId' has a wrong offset!"); \ +static_assert(offsetof(PropertySheetSubsystem_PopSheetFromStackFromAmbientZone, OwnerVolume) == 0x000008, "Member 'PropertySheetSubsystem_PopSheetFromStackFromAmbientZone::OwnerVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertySheetSubsystem_PushSheetOnStack \ +static_assert(alignof(PropertySheetSubsystem_PushSheetOnStack) == 0x000008, "Wrong alignment on PropertySheetSubsystem_PushSheetOnStack"); \ +static_assert(sizeof(PropertySheetSubsystem_PushSheetOnStack) == 0x000028, "Wrong size on PropertySheetSubsystem_PushSheetOnStack"); \ +static_assert(offsetof(PropertySheetSubsystem_PushSheetOnStack, WorldContextObject) == 0x000000, "Member 'PropertySheetSubsystem_PushSheetOnStack::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PropertySheetSubsystem_PushSheetOnStack, Sheet) == 0x000008, "Member 'PropertySheetSubsystem_PushSheetOnStack::Sheet' has a wrong offset!"); \ +static_assert(offsetof(PropertySheetSubsystem_PushSheetOnStack, Emitter) == 0x000010, "Member 'PropertySheetSubsystem_PushSheetOnStack::Emitter' has a wrong offset!"); \ +static_assert(offsetof(PropertySheetSubsystem_PushSheetOnStack, OwnerVolume) == 0x000018, "Member 'PropertySheetSubsystem_PushSheetOnStack::OwnerVolume' has a wrong offset!"); \ +static_assert(offsetof(PropertySheetSubsystem_PushSheetOnStack, ReturnValue) == 0x000020, "Member 'PropertySheetSubsystem_PushSheetOnStack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertySheetSubsystem_PushSheetOnStackFromAmbientZone \ +static_assert(alignof(PropertySheetSubsystem_PushSheetOnStackFromAmbientZone) == 0x000008, "Wrong alignment on PropertySheetSubsystem_PushSheetOnStackFromAmbientZone"); \ +static_assert(sizeof(PropertySheetSubsystem_PushSheetOnStackFromAmbientZone) == 0x000018, "Wrong size on PropertySheetSubsystem_PushSheetOnStackFromAmbientZone"); \ +static_assert(offsetof(PropertySheetSubsystem_PushSheetOnStackFromAmbientZone, Sheet) == 0x000000, "Member 'PropertySheetSubsystem_PushSheetOnStackFromAmbientZone::Sheet' has a wrong offset!"); \ +static_assert(offsetof(PropertySheetSubsystem_PushSheetOnStackFromAmbientZone, OwnerVolume) == 0x000008, "Member 'PropertySheetSubsystem_PushSheetOnStackFromAmbientZone::OwnerVolume' has a wrong offset!"); \ +static_assert(offsetof(PropertySheetSubsystem_PushSheetOnStackFromAmbientZone, ReturnValue) == 0x000010, "Member 'PropertySheetSubsystem_PushSheetOnStackFromAmbientZone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertySheetSubsystem \ +static_assert(alignof(UPropertySheetSubsystem) == 0x000008, "Wrong alignment on UPropertySheetSubsystem"); \ +static_assert(sizeof(UPropertySheetSubsystem) == 0x000190, "Wrong size on UPropertySheetSubsystem"); \ +static_assert(offsetof(UPropertySheetSubsystem, Sheets) == 0x000098, "Member 'UPropertySheetSubsystem::Sheets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProximityActionRailing \ +static_assert(alignof(AProximityActionRailing) == 0x000008, "Wrong alignment on AProximityActionRailing"); \ +static_assert(sizeof(AProximityActionRailing) == 0x0003C8, "Wrong size on AProximityActionRailing"); \ + +#define DUMPER7_ASSERTS_RaceCheckPoint_SetActive \ +static_assert(alignof(RaceCheckPoint_SetActive) == 0x000001, "Wrong alignment on RaceCheckPoint_SetActive"); \ +static_assert(sizeof(RaceCheckPoint_SetActive) == 0x000001, "Wrong size on RaceCheckPoint_SetActive"); \ +static_assert(offsetof(RaceCheckPoint_SetActive, Visible) == 0x000000, "Member 'RaceCheckPoint_SetActive::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RaceCheckPoint_SetPreviewActive \ +static_assert(alignof(RaceCheckPoint_SetPreviewActive) == 0x000001, "Wrong alignment on RaceCheckPoint_SetPreviewActive"); \ +static_assert(sizeof(RaceCheckPoint_SetPreviewActive) == 0x000001, "Wrong size on RaceCheckPoint_SetPreviewActive"); \ +static_assert(offsetof(RaceCheckPoint_SetPreviewActive, Visible) == 0x000000, "Member 'RaceCheckPoint_SetPreviewActive::Visible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARaceCheckPoint \ +static_assert(alignof(ARaceCheckPoint) == 0x000008, "Wrong alignment on ARaceCheckPoint"); \ +static_assert(sizeof(ARaceCheckPoint) == 0x0002B8, "Wrong size on ARaceCheckPoint"); \ +static_assert(offsetof(ARaceCheckPoint, CollisionShape) == 0x0002B0, "Member 'ARaceCheckPoint::CollisionShape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URequestAnchoredMeleeActionNotify \ +static_assert(alignof(URequestAnchoredMeleeActionNotify) == 0x000008, "Wrong alignment on URequestAnchoredMeleeActionNotify"); \ +static_assert(sizeof(URequestAnchoredMeleeActionNotify) == 0x000048, "Wrong size on URequestAnchoredMeleeActionNotify"); \ +static_assert(offsetof(URequestAnchoredMeleeActionNotify, bAlignCamera) == 0x000040, "Member 'URequestAnchoredMeleeActionNotify::bAlignCamera' has a wrong offset!"); \ +static_assert(offsetof(URequestAnchoredMeleeActionNotify, CameraAlignmentTime) == 0x000044, "Member 'URequestAnchoredMeleeActionNotify::CameraAlignmentTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARoadblockActorGroupSpawnPoint \ +static_assert(alignof(ARoadblockActorGroupSpawnPoint) == 0x000008, "Wrong alignment on ARoadblockActorGroupSpawnPoint"); \ +static_assert(sizeof(ARoadblockActorGroupSpawnPoint) == 0x000388, "Wrong size on ARoadblockActorGroupSpawnPoint"); \ +static_assert(offsetof(ARoadblockActorGroupSpawnPoint, RoadblockFaction) == 0x000380, "Member 'ARoadblockActorGroupSpawnPoint::RoadblockFaction' has a wrong offset!"); \ +static_assert(offsetof(ARoadblockActorGroupSpawnPoint, ExtraBlockLaneRadius) == 0x000384, "Member 'ARoadblockActorGroupSpawnPoint::ExtraBlockLaneRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARoadMesh \ +static_assert(alignof(ARoadMesh) == 0x000008, "Wrong alignment on ARoadMesh"); \ +static_assert(sizeof(ARoadMesh) == 0x0004D0, "Wrong size on ARoadMesh"); \ +static_assert(offsetof(ARoadMesh, TotalRoadExtent) == 0x0002B0, "Member 'ARoadMesh::TotalRoadExtent' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, TotalExtentWidth) == 0x0002B4, "Member 'ARoadMesh::TotalExtentWidth' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, RoadMeshWorldPosition) == 0x0002B8, "Member 'ARoadMesh::RoadMeshWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, RoadAgeStart) == 0x0002D0, "Member 'ARoadMesh::RoadAgeStart' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, RoadAgeEnd) == 0x0002D4, "Member 'ARoadMesh::RoadAgeEnd' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, RoadMeshTypeData) == 0x0002D8, "Member 'ARoadMesh::RoadMeshTypeData' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, AdditionalRoadMeshTypeData) == 0x0002E0, "Member 'ARoadMesh::AdditionalRoadMeshTypeData' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, OtherSegments) == 0x0002F0, "Member 'ARoadMesh::OtherSegments' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, RoadName) == 0x000300, "Member 'ARoadMesh::RoadName' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, RoadID) == 0x000308, "Member 'ARoadMesh::RoadID' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, ZoneShapeComponent) == 0x0003F0, "Member 'ARoadMesh::ZoneShapeComponent' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, RoadRoot) == 0x0003F8, "Member 'ARoadMesh::RoadRoot' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, PCGData) == 0x000400, "Member 'ARoadMesh::PCGData' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, LocalPCGData) == 0x000430, "Member 'ARoadMesh::LocalPCGData' has a wrong offset!"); \ +static_assert(offsetof(ARoadMesh, InstancedStaticMeshComponents) == 0x000480, "Member 'ARoadMesh::InstancedStaticMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootInformedCapsuleMotionModifierVelocity \ +static_assert(alignof(URootInformedCapsuleMotionModifierVelocity) == 0x000008, "Wrong alignment on URootInformedCapsuleMotionModifierVelocity"); \ +static_assert(sizeof(URootInformedCapsuleMotionModifierVelocity) == 0x000040, "Wrong size on URootInformedCapsuleMotionModifierVelocity"); \ +static_assert(offsetof(URootInformedCapsuleMotionModifierVelocity, Priority) == 0x000028, "Member 'URootInformedCapsuleMotionModifierVelocity::Priority' has a wrong offset!"); \ +static_assert(offsetof(URootInformedCapsuleMotionModifierVelocity, VelocityFallOff) == 0x00002C, "Member 'URootInformedCapsuleMotionModifierVelocity::VelocityFallOff' has a wrong offset!"); \ +static_assert(offsetof(URootInformedCapsuleMotionModifierVelocity, bUseInstigator) == 0x000030, "Member 'URootInformedCapsuleMotionModifierVelocity::bUseInstigator' has a wrong offset!"); \ +static_assert(offsetof(URootInformedCapsuleMotionModifierVelocity, MinModifier) == 0x000034, "Member 'URootInformedCapsuleMotionModifierVelocity::MinModifier' has a wrong offset!"); \ +static_assert(offsetof(URootInformedCapsuleMotionModifierVelocity, MaxModifier) == 0x000038, "Member 'URootInformedCapsuleMotionModifierVelocity::MaxModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USayConditionsDataAsset \ +static_assert(alignof(USayConditionsDataAsset) == 0x000008, "Wrong alignment on USayConditionsDataAsset"); \ +static_assert(sizeof(USayConditionsDataAsset) == 0x000070, "Wrong size on USayConditionsDataAsset"); \ +static_assert(offsetof(USayConditionsDataAsset, Condition) == 0x000030, "Member 'USayConditionsDataAsset::Condition' has a wrong offset!"); \ +static_assert(offsetof(USayConditionsDataAsset, BlueprintCondition) == 0x000040, "Member 'USayConditionsDataAsset::BlueprintCondition' has a wrong offset!"); \ +static_assert(offsetof(USayConditionsDataAsset, GameplayTagCondition) == 0x000050, "Member 'USayConditionsDataAsset::GameplayTagCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USayFlowMappingAsset \ +static_assert(alignof(USayFlowMappingAsset) == 0x000008, "Wrong alignment on USayFlowMappingAsset"); \ +static_assert(sizeof(USayFlowMappingAsset) == 0x000080, "Wrong size on USayFlowMappingAsset"); \ +static_assert(offsetof(USayFlowMappingAsset, Flows) == 0x000030, "Member 'USayFlowMappingAsset::Flows' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_AbortActiveFlowsForCharacter \ +static_assert(alignof(SayFunctionLibrary_AbortActiveFlowsForCharacter) == 0x000008, "Wrong alignment on SayFunctionLibrary_AbortActiveFlowsForCharacter"); \ +static_assert(sizeof(SayFunctionLibrary_AbortActiveFlowsForCharacter) == 0x000018, "Wrong size on SayFunctionLibrary_AbortActiveFlowsForCharacter"); \ +static_assert(offsetof(SayFunctionLibrary_AbortActiveFlowsForCharacter, Character) == 0x000000, "Member 'SayFunctionLibrary_AbortActiveFlowsForCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_AbortActiveFlowsForCharacter, Reason) == 0x000008, "Member 'SayFunctionLibrary_AbortActiveFlowsForCharacter::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_AbortFlow \ +static_assert(alignof(SayFunctionLibrary_AbortFlow) == 0x000008, "Wrong alignment on SayFunctionLibrary_AbortFlow"); \ +static_assert(sizeof(SayFunctionLibrary_AbortFlow) == 0x000018, "Wrong size on SayFunctionLibrary_AbortFlow"); \ +static_assert(offsetof(SayFunctionLibrary_AbortFlow, Flow) == 0x000000, "Member 'SayFunctionLibrary_AbortFlow::Flow' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_AbortFlow, Reason) == 0x000008, "Member 'SayFunctionLibrary_AbortFlow::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_GetSpeakerForPausedLine \ +static_assert(alignof(SayFunctionLibrary_GetSpeakerForPausedLine) == 0x000008, "Wrong alignment on SayFunctionLibrary_GetSpeakerForPausedLine"); \ +static_assert(sizeof(SayFunctionLibrary_GetSpeakerForPausedLine) == 0x000010, "Wrong size on SayFunctionLibrary_GetSpeakerForPausedLine"); \ +static_assert(offsetof(SayFunctionLibrary_GetSpeakerForPausedLine, Character) == 0x000000, "Member 'SayFunctionLibrary_GetSpeakerForPausedLine::Character' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_GetSpeakerForPausedLine, ReturnValue) == 0x000008, "Member 'SayFunctionLibrary_GetSpeakerForPausedLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_GetTimeSinceLastLine \ +static_assert(alignof(SayFunctionLibrary_GetTimeSinceLastLine) == 0x000008, "Wrong alignment on SayFunctionLibrary_GetTimeSinceLastLine"); \ +static_assert(sizeof(SayFunctionLibrary_GetTimeSinceLastLine) == 0x000018, "Wrong size on SayFunctionLibrary_GetTimeSinceLastLine"); \ +static_assert(offsetof(SayFunctionLibrary_GetTimeSinceLastLine, WorldContextObject) == 0x000000, "Member 'SayFunctionLibrary_GetTimeSinceLastLine::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_GetTimeSinceLastLine, WhoSpoke) == 0x000008, "Member 'SayFunctionLibrary_GetTimeSinceLastLine::WhoSpoke' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_GetTimeSinceLastLine, ReturnValue) == 0x000010, "Member 'SayFunctionLibrary_GetTimeSinceLastLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_IsInPausedFlow \ +static_assert(alignof(SayFunctionLibrary_IsInPausedFlow) == 0x000008, "Wrong alignment on SayFunctionLibrary_IsInPausedFlow"); \ +static_assert(sizeof(SayFunctionLibrary_IsInPausedFlow) == 0x000010, "Wrong size on SayFunctionLibrary_IsInPausedFlow"); \ +static_assert(offsetof(SayFunctionLibrary_IsInPausedFlow, Character) == 0x000000, "Member 'SayFunctionLibrary_IsInPausedFlow::Character' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_IsInPausedFlow, ReturnValue) == 0x000008, "Member 'SayFunctionLibrary_IsInPausedFlow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_MakeIntentTargetFromCharacter \ +static_assert(alignof(SayFunctionLibrary_MakeIntentTargetFromCharacter) == 0x000008, "Wrong alignment on SayFunctionLibrary_MakeIntentTargetFromCharacter"); \ +static_assert(sizeof(SayFunctionLibrary_MakeIntentTargetFromCharacter) == 0x000020, "Wrong size on SayFunctionLibrary_MakeIntentTargetFromCharacter"); \ +static_assert(offsetof(SayFunctionLibrary_MakeIntentTargetFromCharacter, Character) == 0x000000, "Member 'SayFunctionLibrary_MakeIntentTargetFromCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_MakeIntentTargetFromCharacter, ReturnValue) == 0x000008, "Member 'SayFunctionLibrary_MakeIntentTargetFromCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_MakeIntentTargetFromPlayer \ +static_assert(alignof(SayFunctionLibrary_MakeIntentTargetFromPlayer) == 0x000008, "Wrong alignment on SayFunctionLibrary_MakeIntentTargetFromPlayer"); \ +static_assert(sizeof(SayFunctionLibrary_MakeIntentTargetFromPlayer) == 0x000018, "Wrong size on SayFunctionLibrary_MakeIntentTargetFromPlayer"); \ +static_assert(offsetof(SayFunctionLibrary_MakeIntentTargetFromPlayer, ReturnValue) == 0x000000, "Member 'SayFunctionLibrary_MakeIntentTargetFromPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_MakeIntentTargetFromVoiceID \ +static_assert(alignof(SayFunctionLibrary_MakeIntentTargetFromVoiceID) == 0x000008, "Wrong alignment on SayFunctionLibrary_MakeIntentTargetFromVoiceID"); \ +static_assert(sizeof(SayFunctionLibrary_MakeIntentTargetFromVoiceID) == 0x000020, "Wrong size on SayFunctionLibrary_MakeIntentTargetFromVoiceID"); \ +static_assert(offsetof(SayFunctionLibrary_MakeIntentTargetFromVoiceID, CharacterId) == 0x000000, "Member 'SayFunctionLibrary_MakeIntentTargetFromVoiceID::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_MakeIntentTargetFromVoiceID, ReturnValue) == 0x000008, "Member 'SayFunctionLibrary_MakeIntentTargetFromVoiceID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_PauseFlow \ +static_assert(alignof(SayFunctionLibrary_PauseFlow) == 0x000008, "Wrong alignment on SayFunctionLibrary_PauseFlow"); \ +static_assert(sizeof(SayFunctionLibrary_PauseFlow) == 0x000010, "Wrong size on SayFunctionLibrary_PauseFlow"); \ +static_assert(offsetof(SayFunctionLibrary_PauseFlow, Character) == 0x000000, "Member 'SayFunctionLibrary_PauseFlow::Character' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_PauseFlow, ReturnValue) == 0x000008, "Member 'SayFunctionLibrary_PauseFlow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_ResumeFlow \ +static_assert(alignof(SayFunctionLibrary_ResumeFlow) == 0x000008, "Wrong alignment on SayFunctionLibrary_ResumeFlow"); \ +static_assert(sizeof(SayFunctionLibrary_ResumeFlow) == 0x000010, "Wrong size on SayFunctionLibrary_ResumeFlow"); \ +static_assert(offsetof(SayFunctionLibrary_ResumeFlow, Character) == 0x000000, "Member 'SayFunctionLibrary_ResumeFlow::Character' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_ResumeFlow, ReturnValue) == 0x000008, "Member 'SayFunctionLibrary_ResumeFlow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_SayFlow \ +static_assert(alignof(SayFunctionLibrary_SayFlow) == 0x000008, "Wrong alignment on SayFunctionLibrary_SayFlow"); \ +static_assert(sizeof(SayFunctionLibrary_SayFlow) == 0x000068, "Wrong size on SayFunctionLibrary_SayFlow"); \ +static_assert(offsetof(SayFunctionLibrary_SayFlow, Source) == 0x000000, "Member 'SayFunctionLibrary_SayFlow::Source' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayFlow, StartIntent) == 0x000008, "Member 'SayFunctionLibrary_SayFlow::StartIntent' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayFlow, Target) == 0x000010, "Member 'SayFunctionLibrary_SayFlow::Target' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayFlow, Flow) == 0x000028, "Member 'SayFunctionLibrary_SayFlow::Flow' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayFlow, ForceStart) == 0x000050, "Member 'SayFunctionLibrary_SayFlow::ForceStart' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayFlow, InCallBack) == 0x000054, "Member 'SayFunctionLibrary_SayFlow::InCallBack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_SayFromTarget \ +static_assert(alignof(SayFunctionLibrary_SayFromTarget) == 0x000008, "Wrong alignment on SayFunctionLibrary_SayFromTarget"); \ +static_assert(sizeof(SayFunctionLibrary_SayFromTarget) == 0x000028, "Wrong size on SayFunctionLibrary_SayFromTarget"); \ +static_assert(offsetof(SayFunctionLibrary_SayFromTarget, Source) == 0x000000, "Member 'SayFunctionLibrary_SayFromTarget::Source' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayFromTarget, Intent) == 0x000008, "Member 'SayFunctionLibrary_SayFromTarget::Intent' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayFromTarget, IntentTarget) == 0x000010, "Member 'SayFunctionLibrary_SayFromTarget::IntentTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_SayIntent \ +static_assert(alignof(SayFunctionLibrary_SayIntent) == 0x000008, "Wrong alignment on SayFunctionLibrary_SayIntent"); \ +static_assert(sizeof(SayFunctionLibrary_SayIntent) == 0x000018, "Wrong size on SayFunctionLibrary_SayIntent"); \ +static_assert(offsetof(SayFunctionLibrary_SayIntent, Speaker) == 0x000000, "Member 'SayFunctionLibrary_SayIntent::Speaker' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayIntent, Intent) == 0x000008, "Member 'SayFunctionLibrary_SayIntent::Intent' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayIntent, ReturnValue) == 0x000010, "Member 'SayFunctionLibrary_SayIntent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_SayIntentVoiceId \ +static_assert(alignof(SayFunctionLibrary_SayIntentVoiceId) == 0x000008, "Wrong alignment on SayFunctionLibrary_SayIntentVoiceId"); \ +static_assert(sizeof(SayFunctionLibrary_SayIntentVoiceId) == 0x000020, "Wrong size on SayFunctionLibrary_SayIntentVoiceId"); \ +static_assert(offsetof(SayFunctionLibrary_SayIntentVoiceId, WorldContextObject) == 0x000000, "Member 'SayFunctionLibrary_SayIntentVoiceId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayIntentVoiceId, InSpeakerId) == 0x000008, "Member 'SayFunctionLibrary_SayIntentVoiceId::InSpeakerId' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayIntentVoiceId, Intent) == 0x000010, "Member 'SayFunctionLibrary_SayIntentVoiceId::Intent' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayIntentVoiceId, ReturnValue) == 0x000018, "Member 'SayFunctionLibrary_SayIntentVoiceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_SayLine \ +static_assert(alignof(SayFunctionLibrary_SayLine) == 0x000008, "Wrong alignment on SayFunctionLibrary_SayLine"); \ +static_assert(sizeof(SayFunctionLibrary_SayLine) == 0x000028, "Wrong size on SayFunctionLibrary_SayLine"); \ +static_assert(offsetof(SayFunctionLibrary_SayLine, Speaker) == 0x000000, "Member 'SayFunctionLibrary_SayLine::Speaker' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayLine, InLineId) == 0x000008, "Member 'SayFunctionLibrary_SayLine::InLineId' has a wrong offset!"); \ +static_assert(offsetof(SayFunctionLibrary_SayLine, Priority) == 0x000020, "Member 'SayFunctionLibrary_SayLine::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayFunctionLibrary_Silence \ +static_assert(alignof(SayFunctionLibrary_Silence) == 0x000008, "Wrong alignment on SayFunctionLibrary_Silence"); \ +static_assert(sizeof(SayFunctionLibrary_Silence) == 0x000008, "Wrong size on SayFunctionLibrary_Silence"); \ +static_assert(offsetof(SayFunctionLibrary_Silence, Character) == 0x000000, "Member 'SayFunctionLibrary_Silence::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USayFunctionLibrary \ +static_assert(alignof(USayFunctionLibrary) == 0x000008, "Wrong alignment on USayFunctionLibrary"); \ +static_assert(sizeof(USayFunctionLibrary) == 0x000028, "Wrong size on USayFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_SayLineFunctionLibrary_EqualEqual_SayLineId \ +static_assert(alignof(SayLineFunctionLibrary_EqualEqual_SayLineId) == 0x000008, "Wrong alignment on SayLineFunctionLibrary_EqualEqual_SayLineId"); \ +static_assert(sizeof(SayLineFunctionLibrary_EqualEqual_SayLineId) == 0x000038, "Wrong size on SayLineFunctionLibrary_EqualEqual_SayLineId"); \ +static_assert(offsetof(SayLineFunctionLibrary_EqualEqual_SayLineId, A) == 0x000000, "Member 'SayLineFunctionLibrary_EqualEqual_SayLineId::A' has a wrong offset!"); \ +static_assert(offsetof(SayLineFunctionLibrary_EqualEqual_SayLineId, B) == 0x000018, "Member 'SayLineFunctionLibrary_EqualEqual_SayLineId::B' has a wrong offset!"); \ +static_assert(offsetof(SayLineFunctionLibrary_EqualEqual_SayLineId, ReturnValue) == 0x000030, "Member 'SayLineFunctionLibrary_EqualEqual_SayLineId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SayLineFunctionLibrary_NotEqual_SayLineId \ +static_assert(alignof(SayLineFunctionLibrary_NotEqual_SayLineId) == 0x000008, "Wrong alignment on SayLineFunctionLibrary_NotEqual_SayLineId"); \ +static_assert(sizeof(SayLineFunctionLibrary_NotEqual_SayLineId) == 0x000038, "Wrong size on SayLineFunctionLibrary_NotEqual_SayLineId"); \ +static_assert(offsetof(SayLineFunctionLibrary_NotEqual_SayLineId, A) == 0x000000, "Member 'SayLineFunctionLibrary_NotEqual_SayLineId::A' has a wrong offset!"); \ +static_assert(offsetof(SayLineFunctionLibrary_NotEqual_SayLineId, B) == 0x000018, "Member 'SayLineFunctionLibrary_NotEqual_SayLineId::B' has a wrong offset!"); \ +static_assert(offsetof(SayLineFunctionLibrary_NotEqual_SayLineId, ReturnValue) == 0x000030, "Member 'SayLineFunctionLibrary_NotEqual_SayLineId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USayLineFunctionLibrary \ +static_assert(alignof(USayLineFunctionLibrary) == 0x000008, "Wrong alignment on USayLineFunctionLibrary"); \ +static_assert(sizeof(USayLineFunctionLibrary) == 0x000028, "Wrong size on USayLineFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_SequencedSpline_DebugDrawSequenceData \ +static_assert(alignof(SequencedSpline_DebugDrawSequenceData) == 0x000004, "Wrong alignment on SequencedSpline_DebugDrawSequenceData"); \ +static_assert(sizeof(SequencedSpline_DebugDrawSequenceData) == 0x000004, "Wrong size on SequencedSpline_DebugDrawSequenceData"); \ +static_assert(offsetof(SequencedSpline_DebugDrawSequenceData, Duration) == 0x000000, "Member 'SequencedSpline_DebugDrawSequenceData::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencedSpline_GetWorldLocationOfCurrentSplinePoint \ +static_assert(alignof(SequencedSpline_GetWorldLocationOfCurrentSplinePoint) == 0x000008, "Wrong alignment on SequencedSpline_GetWorldLocationOfCurrentSplinePoint"); \ +static_assert(sizeof(SequencedSpline_GetWorldLocationOfCurrentSplinePoint) == 0x000028, "Wrong size on SequencedSpline_GetWorldLocationOfCurrentSplinePoint"); \ +static_assert(offsetof(SequencedSpline_GetWorldLocationOfCurrentSplinePoint, TraversingActor) == 0x000000, "Member 'SequencedSpline_GetWorldLocationOfCurrentSplinePoint::TraversingActor' has a wrong offset!"); \ +static_assert(offsetof(SequencedSpline_GetWorldLocationOfCurrentSplinePoint, OutVector) == 0x000008, "Member 'SequencedSpline_GetWorldLocationOfCurrentSplinePoint::OutVector' has a wrong offset!"); \ +static_assert(offsetof(SequencedSpline_GetWorldLocationOfCurrentSplinePoint, OutSplinePointIndex) == 0x000020, "Member 'SequencedSpline_GetWorldLocationOfCurrentSplinePoint::OutSplinePointIndex' has a wrong offset!"); \ +static_assert(offsetof(SequencedSpline_GetWorldLocationOfCurrentSplinePoint, ReturnValue) == 0x000024, "Member 'SequencedSpline_GetWorldLocationOfCurrentSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencedSpline_PauseTraversing \ +static_assert(alignof(SequencedSpline_PauseTraversing) == 0x000008, "Wrong alignment on SequencedSpline_PauseTraversing"); \ +static_assert(sizeof(SequencedSpline_PauseTraversing) == 0x000008, "Wrong size on SequencedSpline_PauseTraversing"); \ +static_assert(offsetof(SequencedSpline_PauseTraversing, TraversingActor) == 0x000000, "Member 'SequencedSpline_PauseTraversing::TraversingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencedSpline_SetCurrentSegment \ +static_assert(alignof(SequencedSpline_SetCurrentSegment) == 0x000008, "Wrong alignment on SequencedSpline_SetCurrentSegment"); \ +static_assert(sizeof(SequencedSpline_SetCurrentSegment) == 0x000010, "Wrong size on SequencedSpline_SetCurrentSegment"); \ +static_assert(offsetof(SequencedSpline_SetCurrentSegment, TraversingActor) == 0x000000, "Member 'SequencedSpline_SetCurrentSegment::TraversingActor' has a wrong offset!"); \ +static_assert(offsetof(SequencedSpline_SetCurrentSegment, NewSegmentIndex) == 0x000008, "Member 'SequencedSpline_SetCurrentSegment::NewSegmentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencedSpline_StartTraversing \ +static_assert(alignof(SequencedSpline_StartTraversing) == 0x000008, "Wrong alignment on SequencedSpline_StartTraversing"); \ +static_assert(sizeof(SequencedSpline_StartTraversing) == 0x000010, "Wrong size on SequencedSpline_StartTraversing"); \ +static_assert(offsetof(SequencedSpline_StartTraversing, TraversingActor) == 0x000000, "Member 'SequencedSpline_StartTraversing::TraversingActor' has a wrong offset!"); \ +static_assert(offsetof(SequencedSpline_StartTraversing, bUnpauseIfAlreadyTraversing) == 0x000008, "Member 'SequencedSpline_StartTraversing::bUnpauseIfAlreadyTraversing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencedSpline_StopTraversing \ +static_assert(alignof(SequencedSpline_StopTraversing) == 0x000008, "Wrong alignment on SequencedSpline_StopTraversing"); \ +static_assert(sizeof(SequencedSpline_StopTraversing) == 0x000008, "Wrong size on SequencedSpline_StopTraversing"); \ +static_assert(offsetof(SequencedSpline_StopTraversing, TraversingActor) == 0x000000, "Member 'SequencedSpline_StopTraversing::TraversingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencedSpline_GetCurrentSegment \ +static_assert(alignof(SequencedSpline_GetCurrentSegment) == 0x000008, "Wrong alignment on SequencedSpline_GetCurrentSegment"); \ +static_assert(sizeof(SequencedSpline_GetCurrentSegment) == 0x000088, "Wrong size on SequencedSpline_GetCurrentSegment"); \ +static_assert(offsetof(SequencedSpline_GetCurrentSegment, TraversingActor) == 0x000000, "Member 'SequencedSpline_GetCurrentSegment::TraversingActor' has a wrong offset!"); \ +static_assert(offsetof(SequencedSpline_GetCurrentSegment, OutSegment) == 0x000008, "Member 'SequencedSpline_GetCurrentSegment::OutSegment' has a wrong offset!"); \ +static_assert(offsetof(SequencedSpline_GetCurrentSegment, OutSegmentIndex) == 0x000080, "Member 'SequencedSpline_GetCurrentSegment::OutSegmentIndex' has a wrong offset!"); \ +static_assert(offsetof(SequencedSpline_GetCurrentSegment, ReturnValue) == 0x000084, "Member 'SequencedSpline_GetCurrentSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencedSpline_GetSplineComponent \ +static_assert(alignof(SequencedSpline_GetSplineComponent) == 0x000008, "Wrong alignment on SequencedSpline_GetSplineComponent"); \ +static_assert(sizeof(SequencedSpline_GetSplineComponent) == 0x000008, "Wrong size on SequencedSpline_GetSplineComponent"); \ +static_assert(offsetof(SequencedSpline_GetSplineComponent, ReturnValue) == 0x000000, "Member 'SequencedSpline_GetSplineComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencedSpline_IsTraversingOnSpline \ +static_assert(alignof(SequencedSpline_IsTraversingOnSpline) == 0x000008, "Wrong alignment on SequencedSpline_IsTraversingOnSpline"); \ +static_assert(sizeof(SequencedSpline_IsTraversingOnSpline) == 0x000010, "Wrong size on SequencedSpline_IsTraversingOnSpline"); \ +static_assert(offsetof(SequencedSpline_IsTraversingOnSpline, TraversingActor) == 0x000000, "Member 'SequencedSpline_IsTraversingOnSpline::TraversingActor' has a wrong offset!"); \ +static_assert(offsetof(SequencedSpline_IsTraversingOnSpline, ReturnValue) == 0x000008, "Member 'SequencedSpline_IsTraversingOnSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASequencedSpline \ +static_assert(alignof(ASequencedSpline) == 0x000008, "Wrong alignment on ASequencedSpline"); \ +static_assert(sizeof(ASequencedSpline) == 0x000310, "Wrong size on ASequencedSpline"); \ +static_assert(offsetof(ASequencedSpline, PlaceId) == 0x0002C0, "Member 'ASequencedSpline::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(ASequencedSpline, Spline) == 0x0002C8, "Member 'ASequencedSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(ASequencedSpline, SplineOriginSphere) == 0x0002D0, "Member 'ASequencedSpline::SplineOriginSphere' has a wrong offset!"); \ +static_assert(offsetof(ASequencedSpline, MovementAreaTag) == 0x0002D8, "Member 'ASequencedSpline::MovementAreaTag' has a wrong offset!"); \ +static_assert(offsetof(ASequencedSpline, SequenceDuration) == 0x0002E0, "Member 'ASequencedSpline::SequenceDuration' has a wrong offset!"); \ +static_assert(offsetof(ASequencedSpline, SegmentWidth) == 0x0002E4, "Member 'ASequencedSpline::SegmentWidth' has a wrong offset!"); \ +static_assert(offsetof(ASequencedSpline, bAutoPause) == 0x0002E8, "Member 'ASequencedSpline::bAutoPause' has a wrong offset!"); \ +static_assert(offsetof(ASequencedSpline, SegmentDuration) == 0x0002EC, "Member 'ASequencedSpline::SegmentDuration' has a wrong offset!"); \ +static_assert(offsetof(ASequencedSpline, Segments) == 0x000300, "Member 'ASequencedSpline::Segments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USetMeleeMoveSetActionNotify \ +static_assert(alignof(USetMeleeMoveSetActionNotify) == 0x000008, "Wrong alignment on USetMeleeMoveSetActionNotify"); \ +static_assert(sizeof(USetMeleeMoveSetActionNotify) == 0x000040, "Wrong size on USetMeleeMoveSetActionNotify"); \ +static_assert(offsetof(USetMeleeMoveSetActionNotify, Override) == 0x000038, "Member 'USetMeleeMoveSetActionNotify::Override' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShoveWarpPointTransformer \ +static_assert(alignof(UShoveWarpPointTransformer) == 0x000008, "Wrong alignment on UShoveWarpPointTransformer"); \ +static_assert(sizeof(UShoveWarpPointTransformer) == 0x000030, "Wrong size on UShoveWarpPointTransformer"); \ +static_assert(offsetof(UShoveWarpPointTransformer, ShoveDistance) == 0x000028, "Member 'UShoveWarpPointTransformer::ShoveDistance' has a wrong offset!"); \ +static_assert(offsetof(UShoveWarpPointTransformer, ClampAngle) == 0x00002C, "Member 'UShoveWarpPointTransformer::ClampAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleNPCCreator \ +static_assert(alignof(USimpleNPCCreator) == 0x000008, "Wrong alignment on USimpleNPCCreator"); \ +static_assert(sizeof(USimpleNPCCreator) == 0x000028, "Wrong size on USimpleNPCCreator"); \ + +#define DUMPER7_ASSERTS_USkillCheckEntryActionType \ +static_assert(alignof(USkillCheckEntryActionType) == 0x000008, "Wrong alignment on USkillCheckEntryActionType"); \ +static_assert(sizeof(USkillCheckEntryActionType) == 0x000030, "Wrong size on USkillCheckEntryActionType"); \ + +#define DUMPER7_ASSERTS_UOngoingLoad \ +static_assert(alignof(UOngoingLoad) == 0x000010, "Wrong alignment on UOngoingLoad"); \ +static_assert(sizeof(UOngoingLoad) == 0x0000B0, "Wrong size on UOngoingLoad"); \ +static_assert(offsetof(UOngoingLoad, AlreadyLoadedObjects) == 0x000038, "Member 'UOngoingLoad::AlreadyLoadedObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpiritObjectsLoader \ +static_assert(alignof(USpiritObjectsLoader) == 0x000008, "Wrong alignment on USpiritObjectsLoader"); \ +static_assert(sizeof(USpiritObjectsLoader) == 0x000098, "Wrong size on USpiritObjectsLoader"); \ +static_assert(offsetof(USpiritObjectsLoader, OngoingLoads) == 0x000028, "Member 'USpiritObjectsLoader::OngoingLoads' has a wrong offset!"); \ +static_assert(offsetof(USpiritObjectsLoader, CompletedLoads) == 0x000078, "Member 'USpiritObjectsLoader::CompletedLoads' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystem_OnDataLayerRuntimeStateChanged \ +static_assert(alignof(SpiritSubsystem_OnDataLayerRuntimeStateChanged) == 0x000008, "Wrong alignment on SpiritSubsystem_OnDataLayerRuntimeStateChanged"); \ +static_assert(sizeof(SpiritSubsystem_OnDataLayerRuntimeStateChanged) == 0x000010, "Wrong size on SpiritSubsystem_OnDataLayerRuntimeStateChanged"); \ +static_assert(offsetof(SpiritSubsystem_OnDataLayerRuntimeStateChanged, DataLayer) == 0x000000, "Member 'SpiritSubsystem_OnDataLayerRuntimeStateChanged::DataLayer' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystem_OnDataLayerRuntimeStateChanged, State) == 0x000008, "Member 'SpiritSubsystem_OnDataLayerRuntimeStateChanged::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystem_OnDisbanded \ +static_assert(alignof(SpiritSubsystem_OnDisbanded) == 0x000004, "Wrong alignment on SpiritSubsystem_OnDisbanded"); \ +static_assert(sizeof(SpiritSubsystem_OnDisbanded) == 0x000018, "Wrong size on SpiritSubsystem_OnDisbanded"); \ +static_assert(offsetof(SpiritSubsystem_OnDisbanded, PlaceId) == 0x000000, "Member 'SpiritSubsystem_OnDisbanded::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystem_OnDisbanded, Callback) == 0x000008, "Member 'SpiritSubsystem_OnDisbanded::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystem_OnMaterialized \ +static_assert(alignof(SpiritSubsystem_OnMaterialized) == 0x000004, "Wrong alignment on SpiritSubsystem_OnMaterialized"); \ +static_assert(sizeof(SpiritSubsystem_OnMaterialized) == 0x000018, "Wrong size on SpiritSubsystem_OnMaterialized"); \ +static_assert(offsetof(SpiritSubsystem_OnMaterialized, PlaceId1) == 0x000000, "Member 'SpiritSubsystem_OnMaterialized::PlaceId1' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystem_OnMaterialized, Callback) == 0x000008, "Member 'SpiritSubsystem_OnMaterialized::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystem_OnMaterialized2 \ +static_assert(alignof(SpiritSubsystem_OnMaterialized2) == 0x000004, "Wrong alignment on SpiritSubsystem_OnMaterialized2"); \ +static_assert(sizeof(SpiritSubsystem_OnMaterialized2) == 0x000020, "Wrong size on SpiritSubsystem_OnMaterialized2"); \ +static_assert(offsetof(SpiritSubsystem_OnMaterialized2, PlaceId1) == 0x000000, "Member 'SpiritSubsystem_OnMaterialized2::PlaceId1' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystem_OnMaterialized2, PlaceId2) == 0x000008, "Member 'SpiritSubsystem_OnMaterialized2::PlaceId2' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystem_OnMaterialized2, Callback) == 0x000010, "Member 'SpiritSubsystem_OnMaterialized2::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpiritSubsystem \ +static_assert(alignof(USpiritSubsystem) == 0x000008, "Wrong alignment on USpiritSubsystem"); \ +static_assert(sizeof(USpiritSubsystem) == 0x000498, "Wrong size on USpiritSubsystem"); \ +static_assert(offsetof(USpiritSubsystem, OnSpiritMaterialized) == 0x000038, "Member 'USpiritSubsystem::OnSpiritMaterialized' has a wrong offset!"); \ +static_assert(offsetof(USpiritSubsystem, OnSpiritDisbandedCallbacks) == 0x0000D0, "Member 'USpiritSubsystem::OnSpiritDisbandedCallbacks' has a wrong offset!"); \ +static_assert(offsetof(USpiritSubsystem, SpiritObjectsLoader) == 0x0003E0, "Member 'USpiritSubsystem::SpiritObjectsLoader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AStartMenuGameMode \ +static_assert(alignof(AStartMenuGameMode) == 0x000008, "Wrong alignment on AStartMenuGameMode"); \ +static_assert(sizeof(AStartMenuGameMode) == 0x000348, "Wrong size on AStartMenuGameMode"); \ + +#define DUMPER7_ASSERTS_AStartMenuPlayerController \ +static_assert(alignof(AStartMenuPlayerController) == 0x000008, "Wrong alignment on AStartMenuPlayerController"); \ +static_assert(sizeof(AStartMenuPlayerController) == 0x000740, "Wrong size on AStartMenuPlayerController"); \ + +#define DUMPER7_ASSERTS_StaticUtilsBlueprintLibrary_DrawDebugString3D \ +static_assert(alignof(StaticUtilsBlueprintLibrary_DrawDebugString3D) == 0x000008, "Wrong alignment on StaticUtilsBlueprintLibrary_DrawDebugString3D"); \ +static_assert(sizeof(StaticUtilsBlueprintLibrary_DrawDebugString3D) == 0x000050, "Wrong size on StaticUtilsBlueprintLibrary_DrawDebugString3D"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_DrawDebugString3D, WorldContextObject) == 0x000000, "Member 'StaticUtilsBlueprintLibrary_DrawDebugString3D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_DrawDebugString3D, PlayerLocation) == 0x000008, "Member 'StaticUtilsBlueprintLibrary_DrawDebugString3D::PlayerLocation' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_DrawDebugString3D, Location) == 0x000020, "Member 'StaticUtilsBlueprintLibrary_DrawDebugString3D::Location' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_DrawDebugString3D, Text) == 0x000038, "Member 'StaticUtilsBlueprintLibrary_DrawDebugString3D::Text' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_DrawDebugString3D, FontSize) == 0x000048, "Member 'StaticUtilsBlueprintLibrary_DrawDebugString3D::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticUtilsBlueprintLibrary_GetAllSocketsOnStaticMesh \ +static_assert(alignof(StaticUtilsBlueprintLibrary_GetAllSocketsOnStaticMesh) == 0x000008, "Wrong alignment on StaticUtilsBlueprintLibrary_GetAllSocketsOnStaticMesh"); \ +static_assert(sizeof(StaticUtilsBlueprintLibrary_GetAllSocketsOnStaticMesh) == 0x000018, "Wrong size on StaticUtilsBlueprintLibrary_GetAllSocketsOnStaticMesh"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_GetAllSocketsOnStaticMesh, StaticMesh) == 0x000000, "Member 'StaticUtilsBlueprintLibrary_GetAllSocketsOnStaticMesh::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_GetAllSocketsOnStaticMesh, ReturnValue) == 0x000008, "Member 'StaticUtilsBlueprintLibrary_GetAllSocketsOnStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticUtilsBlueprintLibrary_GetawayStartEnterVehicleDelay \ +static_assert(alignof(StaticUtilsBlueprintLibrary_GetawayStartEnterVehicleDelay) == 0x000008, "Wrong alignment on StaticUtilsBlueprintLibrary_GetawayStartEnterVehicleDelay"); \ +static_assert(sizeof(StaticUtilsBlueprintLibrary_GetawayStartEnterVehicleDelay) == 0x000018, "Wrong size on StaticUtilsBlueprintLibrary_GetawayStartEnterVehicleDelay"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_GetawayStartEnterVehicleDelay, Controller) == 0x000000, "Member 'StaticUtilsBlueprintLibrary_GetawayStartEnterVehicleDelay::Controller' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_GetawayStartEnterVehicleDelay, Tag) == 0x000008, "Member 'StaticUtilsBlueprintLibrary_GetawayStartEnterVehicleDelay::Tag' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_GetawayStartEnterVehicleDelay, ReturnValue) == 0x000010, "Member 'StaticUtilsBlueprintLibrary_GetawayStartEnterVehicleDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticUtilsBlueprintLibrary_GetDiscardNavOnTop \ +static_assert(alignof(StaticUtilsBlueprintLibrary_GetDiscardNavOnTop) == 0x000008, "Wrong alignment on StaticUtilsBlueprintLibrary_GetDiscardNavOnTop"); \ +static_assert(sizeof(StaticUtilsBlueprintLibrary_GetDiscardNavOnTop) == 0x000010, "Wrong size on StaticUtilsBlueprintLibrary_GetDiscardNavOnTop"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_GetDiscardNavOnTop, StaticMesh) == 0x000000, "Member 'StaticUtilsBlueprintLibrary_GetDiscardNavOnTop::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_GetDiscardNavOnTop, ReturnValue) == 0x000008, "Member 'StaticUtilsBlueprintLibrary_GetDiscardNavOnTop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticUtilsBlueprintLibrary_HasNavigationCollisionData \ +static_assert(alignof(StaticUtilsBlueprintLibrary_HasNavigationCollisionData) == 0x000008, "Wrong alignment on StaticUtilsBlueprintLibrary_HasNavigationCollisionData"); \ +static_assert(sizeof(StaticUtilsBlueprintLibrary_HasNavigationCollisionData) == 0x000010, "Wrong size on StaticUtilsBlueprintLibrary_HasNavigationCollisionData"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_HasNavigationCollisionData, StaticMesh) == 0x000000, "Member 'StaticUtilsBlueprintLibrary_HasNavigationCollisionData::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_HasNavigationCollisionData, ReturnValue) == 0x000008, "Member 'StaticUtilsBlueprintLibrary_HasNavigationCollisionData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticUtilsBlueprintLibrary_IsSameAIRequestID \ +static_assert(alignof(StaticUtilsBlueprintLibrary_IsSameAIRequestID) == 0x000004, "Wrong alignment on StaticUtilsBlueprintLibrary_IsSameAIRequestID"); \ +static_assert(sizeof(StaticUtilsBlueprintLibrary_IsSameAIRequestID) == 0x00000C, "Wrong size on StaticUtilsBlueprintLibrary_IsSameAIRequestID"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_IsSameAIRequestID, A) == 0x000000, "Member 'StaticUtilsBlueprintLibrary_IsSameAIRequestID::A' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_IsSameAIRequestID, B) == 0x000004, "Member 'StaticUtilsBlueprintLibrary_IsSameAIRequestID::B' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_IsSameAIRequestID, ReturnValue) == 0x000008, "Member 'StaticUtilsBlueprintLibrary_IsSameAIRequestID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticUtilsBlueprintLibrary_IsValidWorldStateInt \ +static_assert(alignof(StaticUtilsBlueprintLibrary_IsValidWorldStateInt) == 0x000004, "Wrong alignment on StaticUtilsBlueprintLibrary_IsValidWorldStateInt"); \ +static_assert(sizeof(StaticUtilsBlueprintLibrary_IsValidWorldStateInt) == 0x000024, "Wrong size on StaticUtilsBlueprintLibrary_IsValidWorldStateInt"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_IsValidWorldStateInt, Value) == 0x000000, "Member 'StaticUtilsBlueprintLibrary_IsValidWorldStateInt::Value' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_IsValidWorldStateInt, ReturnValue) == 0x000020, "Member 'StaticUtilsBlueprintLibrary_IsValidWorldStateInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticUtilsBlueprintLibrary_SetBlackboardTimeStamp \ +static_assert(alignof(StaticUtilsBlueprintLibrary_SetBlackboardTimeStamp) == 0x000008, "Wrong alignment on StaticUtilsBlueprintLibrary_SetBlackboardTimeStamp"); \ +static_assert(sizeof(StaticUtilsBlueprintLibrary_SetBlackboardTimeStamp) == 0x000010, "Wrong size on StaticUtilsBlueprintLibrary_SetBlackboardTimeStamp"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_SetBlackboardTimeStamp, Controller) == 0x000000, "Member 'StaticUtilsBlueprintLibrary_SetBlackboardTimeStamp::Controller' has a wrong offset!"); \ +static_assert(offsetof(StaticUtilsBlueprintLibrary_SetBlackboardTimeStamp, KeyName) == 0x000008, "Member 'StaticUtilsBlueprintLibrary_SetBlackboardTimeStamp::KeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticUtilsBlueprintLibrary \ +static_assert(alignof(UStaticUtilsBlueprintLibrary) == 0x000008, "Wrong alignment on UStaticUtilsBlueprintLibrary"); \ +static_assert(sizeof(UStaticUtilsBlueprintLibrary) == 0x000028, "Wrong size on UStaticUtilsBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_StatusEffectComponent_ApplyStatusEffect \ +static_assert(alignof(StatusEffectComponent_ApplyStatusEffect) == 0x000008, "Wrong alignment on StatusEffectComponent_ApplyStatusEffect"); \ +static_assert(sizeof(StatusEffectComponent_ApplyStatusEffect) == 0x000010, "Wrong size on StatusEffectComponent_ApplyStatusEffect"); \ +static_assert(offsetof(StatusEffectComponent_ApplyStatusEffect, ToApply) == 0x000000, "Member 'StatusEffectComponent_ApplyStatusEffect::ToApply' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectComponent_ApplyStatusEffect, Duration) == 0x000008, "Member 'StatusEffectComponent_ApplyStatusEffect::Duration' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectComponent_ApplyStatusEffect, ReturnValue) == 0x00000C, "Member 'StatusEffectComponent_ApplyStatusEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectComponent_RemoveStatusEffect \ +static_assert(alignof(StatusEffectComponent_RemoveStatusEffect) == 0x000008, "Wrong alignment on StatusEffectComponent_RemoveStatusEffect"); \ +static_assert(sizeof(StatusEffectComponent_RemoveStatusEffect) == 0x000010, "Wrong size on StatusEffectComponent_RemoveStatusEffect"); \ +static_assert(offsetof(StatusEffectComponent_RemoveStatusEffect, ToRemove) == 0x000000, "Member 'StatusEffectComponent_RemoveStatusEffect::ToRemove' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectComponent_RemoveStatusEffect, ReturnValue) == 0x000008, "Member 'StatusEffectComponent_RemoveStatusEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatusEffectComponent_CanApplyStatusEffect \ +static_assert(alignof(StatusEffectComponent_CanApplyStatusEffect) == 0x000008, "Wrong alignment on StatusEffectComponent_CanApplyStatusEffect"); \ +static_assert(sizeof(StatusEffectComponent_CanApplyStatusEffect) == 0x000010, "Wrong size on StatusEffectComponent_CanApplyStatusEffect"); \ +static_assert(offsetof(StatusEffectComponent_CanApplyStatusEffect, ToApply) == 0x000000, "Member 'StatusEffectComponent_CanApplyStatusEffect::ToApply' has a wrong offset!"); \ +static_assert(offsetof(StatusEffectComponent_CanApplyStatusEffect, ReturnValue) == 0x000008, "Member 'StatusEffectComponent_CanApplyStatusEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStatusEffectComponent \ +static_assert(alignof(UStatusEffectComponent) == 0x000008, "Wrong alignment on UStatusEffectComponent"); \ +static_assert(sizeof(UStatusEffectComponent) == 0x000110, "Wrong size on UStatusEffectComponent"); \ +static_assert(offsetof(UStatusEffectComponent, ActiveStatusEffects) == 0x0000C0, "Member 'UStatusEffectComponent::ActiveStatusEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStoryDeckSubsystemSettings \ +static_assert(alignof(UStoryDeckSubsystemSettings) == 0x000008, "Wrong alignment on UStoryDeckSubsystemSettings"); \ +static_assert(sizeof(UStoryDeckSubsystemSettings) == 0x0000F8, "Wrong size on UStoryDeckSubsystemSettings"); \ +static_assert(offsetof(UStoryDeckSubsystemSettings, MaxAssignedCards) == 0x000038, "Member 'UStoryDeckSubsystemSettings::MaxAssignedCards' has a wrong offset!"); \ +static_assert(offsetof(UStoryDeckSubsystemSettings, CardAssignRange) == 0x00003C, "Member 'UStoryDeckSubsystemSettings::CardAssignRange' has a wrong offset!"); \ +static_assert(offsetof(UStoryDeckSubsystemSettings, CardReleaseRange) == 0x000040, "Member 'UStoryDeckSubsystemSettings::CardReleaseRange' has a wrong offset!"); \ +static_assert(offsetof(UStoryDeckSubsystemSettings, CardMinimumRange) == 0x000044, "Member 'UStoryDeckSubsystemSettings::CardMinimumRange' has a wrong offset!"); \ +static_assert(offsetof(UStoryDeckSubsystemSettings, LocationAssignProbability) == 0x000048, "Member 'UStoryDeckSubsystemSettings::LocationAssignProbability' has a wrong offset!"); \ +static_assert(offsetof(UStoryDeckSubsystemSettings, DefaultCardCooldown) == 0x00004C, "Member 'UStoryDeckSubsystemSettings::DefaultCardCooldown' has a wrong offset!"); \ +static_assert(offsetof(UStoryDeckSubsystemSettings, LocationCooldown) == 0x000050, "Member 'UStoryDeckSubsystemSettings::LocationCooldown' has a wrong offset!"); \ +static_assert(offsetof(UStoryDeckSubsystemSettings, DefaultCardCategoryCooldown) == 0x000054, "Member 'UStoryDeckSubsystemSettings::DefaultCardCategoryCooldown' has a wrong offset!"); \ +static_assert(offsetof(UStoryDeckSubsystemSettings, CardCategoryCooldowns) == 0x000058, "Member 'UStoryDeckSubsystemSettings::CardCategoryCooldowns' has a wrong offset!"); \ +static_assert(offsetof(UStoryDeckSubsystemSettings, VisualAttractor) == 0x0000A8, "Member 'UStoryDeckSubsystemSettings::VisualAttractor' has a wrong offset!"); \ +static_assert(offsetof(UStoryDeckSubsystemSettings, SpiritVisualizer) == 0x0000D0, "Member 'UStoryDeckSubsystemSettings::SpiritVisualizer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubtitleEntryViewModel \ +static_assert(alignof(USubtitleEntryViewModel) == 0x000008, "Wrong alignment on USubtitleEntryViewModel"); \ +static_assert(sizeof(USubtitleEntryViewModel) == 0x0000B0, "Wrong size on USubtitleEntryViewModel"); \ +static_assert(offsetof(USubtitleEntryViewModel, Text) == 0x000068, "Member 'USubtitleEntryViewModel::Text' has a wrong offset!"); \ +static_assert(offsetof(USubtitleEntryViewModel, bIsAmbient) == 0x000078, "Member 'USubtitleEntryViewModel::bIsAmbient' has a wrong offset!"); \ +static_assert(offsetof(USubtitleEntryViewModel, bIsVisible) == 0x000079, "Member 'USubtitleEntryViewModel::bIsVisible' has a wrong offset!"); \ +static_assert(offsetof(USubtitleEntryViewModel, AddedSubtitleEntries) == 0x000080, "Member 'USubtitleEntryViewModel::AddedSubtitleEntries' has a wrong offset!"); \ +static_assert(offsetof(USubtitleEntryViewModel, RemovedSubtitleEntries) == 0x000090, "Member 'USubtitleEntryViewModel::RemovedSubtitleEntries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubtitleSubsystem_AddSubtitle \ +static_assert(alignof(SubtitleSubsystem_AddSubtitle) == 0x000008, "Wrong alignment on SubtitleSubsystem_AddSubtitle"); \ +static_assert(sizeof(SubtitleSubsystem_AddSubtitle) == 0x000058, "Wrong size on SubtitleSubsystem_AddSubtitle"); \ +static_assert(offsetof(SubtitleSubsystem_AddSubtitle, Text) == 0x000000, "Member 'SubtitleSubsystem_AddSubtitle::Text' has a wrong offset!"); \ +static_assert(offsetof(SubtitleSubsystem_AddSubtitle, Duration) == 0x000010, "Member 'SubtitleSubsystem_AddSubtitle::Duration' has a wrong offset!"); \ +static_assert(offsetof(SubtitleSubsystem_AddSubtitle, Location) == 0x000018, "Member 'SubtitleSubsystem_AddSubtitle::Location' has a wrong offset!"); \ +static_assert(offsetof(SubtitleSubsystem_AddSubtitle, Range) == 0x000030, "Member 'SubtitleSubsystem_AddSubtitle::Range' has a wrong offset!"); \ +static_assert(offsetof(SubtitleSubsystem_AddSubtitle, Priority) == 0x000034, "Member 'SubtitleSubsystem_AddSubtitle::Priority' has a wrong offset!"); \ +static_assert(offsetof(SubtitleSubsystem_AddSubtitle, Ambient) == 0x000038, "Member 'SubtitleSubsystem_AddSubtitle::Ambient' has a wrong offset!"); \ +static_assert(offsetof(SubtitleSubsystem_AddSubtitle, SourceDialogue) == 0x000040, "Member 'SubtitleSubsystem_AddSubtitle::SourceDialogue' has a wrong offset!"); \ +static_assert(offsetof(SubtitleSubsystem_AddSubtitle, SpeakingCharacter) == 0x000048, "Member 'SubtitleSubsystem_AddSubtitle::SpeakingCharacter' has a wrong offset!"); \ +static_assert(offsetof(SubtitleSubsystem_AddSubtitle, ReturnValue) == 0x000050, "Member 'SubtitleSubsystem_AddSubtitle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubtitleSubsystem_RemoveSubtitle \ +static_assert(alignof(SubtitleSubsystem_RemoveSubtitle) == 0x000004, "Wrong alignment on SubtitleSubsystem_RemoveSubtitle"); \ +static_assert(sizeof(SubtitleSubsystem_RemoveSubtitle) == 0x000004, "Wrong size on SubtitleSubsystem_RemoveSubtitle"); \ +static_assert(offsetof(SubtitleSubsystem_RemoveSubtitle, SubtitleHandle) == 0x000000, "Member 'SubtitleSubsystem_RemoveSubtitle::SubtitleHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubtitleSubsystem_GetSubtitleEntryViewModel \ +static_assert(alignof(SubtitleSubsystem_GetSubtitleEntryViewModel) == 0x000008, "Wrong alignment on SubtitleSubsystem_GetSubtitleEntryViewModel"); \ +static_assert(sizeof(SubtitleSubsystem_GetSubtitleEntryViewModel) == 0x000008, "Wrong size on SubtitleSubsystem_GetSubtitleEntryViewModel"); \ +static_assert(offsetof(SubtitleSubsystem_GetSubtitleEntryViewModel, ReturnValue) == 0x000000, "Member 'SubtitleSubsystem_GetSubtitleEntryViewModel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubtitleSubsystem \ +static_assert(alignof(USubtitleSubsystem) == 0x000008, "Wrong alignment on USubtitleSubsystem"); \ +static_assert(sizeof(USubtitleSubsystem) == 0x000060, "Wrong size on USubtitleSubsystem"); \ +static_assert(offsetof(USubtitleSubsystem, ActiveSubtitleEntryViewModel) == 0x000048, "Member 'USubtitleSubsystem::ActiveSubtitleEntryViewModel' has a wrong offset!"); \ +static_assert(offsetof(USubtitleSubsystem, Entries) == 0x000050, "Member 'USubtitleSubsystem::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USuckerPunchEntry \ +static_assert(alignof(USuckerPunchEntry) == 0x000008, "Wrong alignment on USuckerPunchEntry"); \ +static_assert(sizeof(USuckerPunchEntry) == 0x000030, "Wrong size on USuckerPunchEntry"); \ + +#define DUMPER7_ASSERTS_USynchronizedInteractionSettings \ +static_assert(alignof(USynchronizedInteractionSettings) == 0x000008, "Wrong alignment on USynchronizedInteractionSettings"); \ +static_assert(sizeof(USynchronizedInteractionSettings) == 0x000078, "Wrong size on USynchronizedInteractionSettings"); \ +static_assert(offsetof(USynchronizedInteractionSettings, WarpTarget) == 0x000030, "Member 'USynchronizedInteractionSettings::WarpTarget' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, OutOfWarpTarget) == 0x000038, "Member 'USynchronizedInteractionSettings::OutOfWarpTarget' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, MatchBias) == 0x000040, "Member 'USynchronizedInteractionSettings::MatchBias' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, InstigatorFlowBias) == 0x000044, "Member 'USynchronizedInteractionSettings::InstigatorFlowBias' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, ResponderFlowBias) == 0x000048, "Member 'USynchronizedInteractionSettings::ResponderFlowBias' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, RotationCostBias) == 0x00004C, "Member 'USynchronizedInteractionSettings::RotationCostBias' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, TranslationCostBias) == 0x000050, "Member 'USynchronizedInteractionSettings::TranslationCostBias' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, HeightDiffCostBias) == 0x000054, "Member 'USynchronizedInteractionSettings::HeightDiffCostBias' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, MaxHeightDiff) == 0x000058, "Member 'USynchronizedInteractionSettings::MaxHeightDiff' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, TimeToConsiderRepeats) == 0x00005C, "Member 'USynchronizedInteractionSettings::TimeToConsiderRepeats' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, DefaultRepeatPunishmentRate) == 0x000060, "Member 'USynchronizedInteractionSettings::DefaultRepeatPunishmentRate' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, JitterPercent) == 0x000064, "Member 'USynchronizedInteractionSettings::JitterPercent' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, ConnectJointName) == 0x000068, "Member 'USynchronizedInteractionSettings::ConnectJointName' has a wrong offset!"); \ +static_assert(offsetof(USynchronizedInteractionSettings, StartSyncNotifyStateType) == 0x000070, "Member 'USynchronizedInteractionSettings::StartSyncNotifyStateType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynchronizeInteractableNotify \ +static_assert(alignof(USynchronizeInteractableNotify) == 0x000008, "Wrong alignment on USynchronizeInteractableNotify"); \ +static_assert(sizeof(USynchronizeInteractableNotify) == 0x000038, "Wrong size on USynchronizeInteractableNotify"); \ + +#define DUMPER7_ASSERTS_UTargetOccupiedEvaluatorResultType \ +static_assert(alignof(UTargetOccupiedEvaluatorResultType) == 0x000008, "Wrong alignment on UTargetOccupiedEvaluatorResultType"); \ +static_assert(sizeof(UTargetOccupiedEvaluatorResultType) == 0x000028, "Wrong size on UTargetOccupiedEvaluatorResultType"); \ + +#define DUMPER7_ASSERTS_TeleportSubsystem_Teleport_Actor \ +static_assert(alignof(TeleportSubsystem_Teleport_Actor) == 0x000008, "Wrong alignment on TeleportSubsystem_Teleport_Actor"); \ +static_assert(sizeof(TeleportSubsystem_Teleport_Actor) == 0x000020, "Wrong size on TeleportSubsystem_Teleport_Actor"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Actor, Actor) == 0x000000, "Member 'TeleportSubsystem_Teleport_Actor::Actor' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Actor, InNamedLocationId) == 0x000008, "Member 'TeleportSubsystem_Teleport_Actor::InNamedLocationId' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Actor, ReturnValue) == 0x000018, "Member 'TeleportSubsystem_Teleport_Actor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportSubsystem_Teleport_Actor_NoFade \ +static_assert(alignof(TeleportSubsystem_Teleport_Actor_NoFade) == 0x000008, "Wrong alignment on TeleportSubsystem_Teleport_Actor_NoFade"); \ +static_assert(sizeof(TeleportSubsystem_Teleport_Actor_NoFade) == 0x000020, "Wrong size on TeleportSubsystem_Teleport_Actor_NoFade"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Actor_NoFade, Actor) == 0x000000, "Member 'TeleportSubsystem_Teleport_Actor_NoFade::Actor' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Actor_NoFade, InNamedLocationId) == 0x000008, "Member 'TeleportSubsystem_Teleport_Actor_NoFade::InNamedLocationId' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Actor_NoFade, ReturnValue) == 0x000018, "Member 'TeleportSubsystem_Teleport_Actor_NoFade::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportSubsystem_Teleport_Actor_WithHandler \ +static_assert(alignof(TeleportSubsystem_Teleport_Actor_WithHandler) == 0x000008, "Wrong alignment on TeleportSubsystem_Teleport_Actor_WithHandler"); \ +static_assert(sizeof(TeleportSubsystem_Teleport_Actor_WithHandler) == 0x000030, "Wrong size on TeleportSubsystem_Teleport_Actor_WithHandler"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Actor_WithHandler, Actor) == 0x000000, "Member 'TeleportSubsystem_Teleport_Actor_WithHandler::Actor' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Actor_WithHandler, InNamedLocationId) == 0x000008, "Member 'TeleportSubsystem_Teleport_Actor_WithHandler::InNamedLocationId' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Actor_WithHandler, InTeleportHandler) == 0x000018, "Member 'TeleportSubsystem_Teleport_Actor_WithHandler::InTeleportHandler' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Actor_WithHandler, ReturnValue) == 0x000028, "Member 'TeleportSubsystem_Teleport_Actor_WithHandler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportSubsystem_Teleport_ByPrimayAssetId \ +static_assert(alignof(TeleportSubsystem_Teleport_ByPrimayAssetId) == 0x000004, "Wrong alignment on TeleportSubsystem_Teleport_ByPrimayAssetId"); \ +static_assert(sizeof(TeleportSubsystem_Teleport_ByPrimayAssetId) == 0x000010, "Wrong size on TeleportSubsystem_Teleport_ByPrimayAssetId"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_ByPrimayAssetId, InNamedLocationId) == 0x000000, "Member 'TeleportSubsystem_Teleport_ByPrimayAssetId::InNamedLocationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportSubsystem_Teleport_ByPrimayAssetId_WithHandler \ +static_assert(alignof(TeleportSubsystem_Teleport_ByPrimayAssetId_WithHandler) == 0x000008, "Wrong alignment on TeleportSubsystem_Teleport_ByPrimayAssetId_WithHandler"); \ +static_assert(sizeof(TeleportSubsystem_Teleport_ByPrimayAssetId_WithHandler) == 0x000028, "Wrong size on TeleportSubsystem_Teleport_ByPrimayAssetId_WithHandler"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_ByPrimayAssetId_WithHandler, InNamedLocationId) == 0x000000, "Member 'TeleportSubsystem_Teleport_ByPrimayAssetId_WithHandler::InNamedLocationId' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_ByPrimayAssetId_WithHandler, InTeleportHandler) == 0x000010, "Member 'TeleportSubsystem_Teleport_ByPrimayAssetId_WithHandler::InTeleportHandler' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_ByPrimayAssetId_WithHandler, UseFade) == 0x000020, "Member 'TeleportSubsystem_Teleport_ByPrimayAssetId_WithHandler::UseFade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportSubsystem_Teleport_BySoftObjectPath \ +static_assert(alignof(TeleportSubsystem_Teleport_BySoftObjectPath) == 0x000008, "Wrong alignment on TeleportSubsystem_Teleport_BySoftObjectPath"); \ +static_assert(sizeof(TeleportSubsystem_Teleport_BySoftObjectPath) == 0x000028, "Wrong size on TeleportSubsystem_Teleport_BySoftObjectPath"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_BySoftObjectPath, InNamedLocationIdentifierAsset) == 0x000000, "Member 'TeleportSubsystem_Teleport_BySoftObjectPath::InNamedLocationIdentifierAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportSubsystem_Teleport_BySoftObjectPath_WithHandler \ +static_assert(alignof(TeleportSubsystem_Teleport_BySoftObjectPath_WithHandler) == 0x000008, "Wrong alignment on TeleportSubsystem_Teleport_BySoftObjectPath_WithHandler"); \ +static_assert(sizeof(TeleportSubsystem_Teleport_BySoftObjectPath_WithHandler) == 0x000040, "Wrong size on TeleportSubsystem_Teleport_BySoftObjectPath_WithHandler"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_BySoftObjectPath_WithHandler, InNamedLocationIdentifierAsset) == 0x000000, "Member 'TeleportSubsystem_Teleport_BySoftObjectPath_WithHandler::InNamedLocationIdentifierAsset' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_BySoftObjectPath_WithHandler, InTeleportHandler) == 0x000028, "Member 'TeleportSubsystem_Teleport_BySoftObjectPath_WithHandler::InTeleportHandler' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_BySoftObjectPath_WithHandler, UseFade) == 0x000038, "Member 'TeleportSubsystem_Teleport_BySoftObjectPath_WithHandler::UseFade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TeleportSubsystem_Teleport_Debug \ +static_assert(alignof(TeleportSubsystem_Teleport_Debug) == 0x000008, "Wrong alignment on TeleportSubsystem_Teleport_Debug"); \ +static_assert(sizeof(TeleportSubsystem_Teleport_Debug) == 0x000038, "Wrong size on TeleportSubsystem_Teleport_Debug"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Debug, Actor) == 0x000000, "Member 'TeleportSubsystem_Teleport_Debug::Actor' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Debug, InDestLocation) == 0x000008, "Member 'TeleportSubsystem_Teleport_Debug::InDestLocation' has a wrong offset!"); \ +static_assert(offsetof(TeleportSubsystem_Teleport_Debug, InDestRotation) == 0x000020, "Member 'TeleportSubsystem_Teleport_Debug::InDestRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTeleportSubsystem \ +static_assert(alignof(UTeleportSubsystem) == 0x000008, "Wrong alignment on UTeleportSubsystem"); \ +static_assert(sizeof(UTeleportSubsystem) == 0x0000C8, "Wrong size on UTeleportSubsystem"); \ +static_assert(offsetof(UTeleportSubsystem, PlayerCameraManager) == 0x000048, "Member 'UTeleportSubsystem::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(UTeleportSubsystem, ActorToTeleport) == 0x000058, "Member 'UTeleportSubsystem::ActorToTeleport' has a wrong offset!"); \ +static_assert(offsetof(UTeleportSubsystem, TeleportHandler) == 0x0000B4, "Member 'UTeleportSubsystem::TeleportHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThreatIndicatorSettings \ +static_assert(alignof(UThreatIndicatorSettings) == 0x000008, "Wrong alignment on UThreatIndicatorSettings"); \ +static_assert(sizeof(UThreatIndicatorSettings) == 0x000060, "Wrong size on UThreatIndicatorSettings"); \ +static_assert(offsetof(UThreatIndicatorSettings, IndicatorMesh) == 0x000038, "Member 'UThreatIndicatorSettings::IndicatorMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeOfDayPresetDirectionalLightExtensionData \ +static_assert(alignof(UTimeOfDayPresetDirectionalLightExtensionData) == 0x000008, "Wrong alignment on UTimeOfDayPresetDirectionalLightExtensionData"); \ +static_assert(sizeof(UTimeOfDayPresetDirectionalLightExtensionData) == 0x000040, "Wrong size on UTimeOfDayPresetDirectionalLightExtensionData"); \ +static_assert(offsetof(UTimeOfDayPresetDirectionalLightExtensionData, CelestialPositionCurve) == 0x000028, "Member 'UTimeOfDayPresetDirectionalLightExtensionData::CelestialPositionCurve' has a wrong offset!"); \ +static_assert(offsetof(UTimeOfDayPresetDirectionalLightExtensionData, Elevation) == 0x000030, "Member 'UTimeOfDayPresetDirectionalLightExtensionData::Elevation' has a wrong offset!"); \ +static_assert(offsetof(UTimeOfDayPresetDirectionalLightExtensionData, Azimuth) == 0x000034, "Member 'UTimeOfDayPresetDirectionalLightExtensionData::Azimuth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTimeOfDayPresetHDRIBackdropExtensionData \ +static_assert(alignof(UTimeOfDayPresetHDRIBackdropExtensionData) == 0x000008, "Wrong alignment on UTimeOfDayPresetHDRIBackdropExtensionData"); \ +static_assert(sizeof(UTimeOfDayPresetHDRIBackdropExtensionData) == 0x000030, "Wrong size on UTimeOfDayPresetHDRIBackdropExtensionData"); \ + +#define DUMPER7_ASSERTS_UTimeOfDayPresetSkyLightExtensionData \ +static_assert(alignof(UTimeOfDayPresetSkyLightExtensionData) == 0x000008, "Wrong alignment on UTimeOfDayPresetSkyLightExtensionData"); \ +static_assert(sizeof(UTimeOfDayPresetSkyLightExtensionData) == 0x000030, "Wrong size on UTimeOfDayPresetSkyLightExtensionData"); \ + +#define DUMPER7_ASSERTS_UTimeSinceAttackAttempteReleaseLogic \ +static_assert(alignof(UTimeSinceAttackAttempteReleaseLogic) == 0x000008, "Wrong alignment on UTimeSinceAttackAttempteReleaseLogic"); \ +static_assert(sizeof(UTimeSinceAttackAttempteReleaseLogic) == 0x000048, "Wrong size on UTimeSinceAttackAttempteReleaseLogic"); \ +static_assert(offsetof(UTimeSinceAttackAttempteReleaseLogic, TimeoutSinceLastAttackAttempt) == 0x000030, "Member 'UTimeSinceAttackAttempteReleaseLogic::TimeoutSinceLastAttackAttempt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeTrialActor_GetCheckPointIndex \ +static_assert(alignof(TimeTrialActor_GetCheckPointIndex) == 0x000008, "Wrong alignment on TimeTrialActor_GetCheckPointIndex"); \ +static_assert(sizeof(TimeTrialActor_GetCheckPointIndex) == 0x000010, "Wrong size on TimeTrialActor_GetCheckPointIndex"); \ +static_assert(offsetof(TimeTrialActor_GetCheckPointIndex, RaceCheckPoint) == 0x000000, "Member 'TimeTrialActor_GetCheckPointIndex::RaceCheckPoint' has a wrong offset!"); \ +static_assert(offsetof(TimeTrialActor_GetCheckPointIndex, ReturnValue) == 0x000008, "Member 'TimeTrialActor_GetCheckPointIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeTrialActor_OverlapCheckPoint \ +static_assert(alignof(TimeTrialActor_OverlapCheckPoint) == 0x000008, "Wrong alignment on TimeTrialActor_OverlapCheckPoint"); \ +static_assert(sizeof(TimeTrialActor_OverlapCheckPoint) == 0x000010, "Wrong size on TimeTrialActor_OverlapCheckPoint"); \ +static_assert(offsetof(TimeTrialActor_OverlapCheckPoint, OverlappedActor) == 0x000000, "Member 'TimeTrialActor_OverlapCheckPoint::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(TimeTrialActor_OverlapCheckPoint, OtherActor) == 0x000008, "Member 'TimeTrialActor_OverlapCheckPoint::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeTrialActor_GetCheckPointTimeIndex \ +static_assert(alignof(TimeTrialActor_GetCheckPointTimeIndex) == 0x000004, "Wrong alignment on TimeTrialActor_GetCheckPointTimeIndex"); \ +static_assert(sizeof(TimeTrialActor_GetCheckPointTimeIndex) == 0x000004, "Wrong size on TimeTrialActor_GetCheckPointTimeIndex"); \ +static_assert(offsetof(TimeTrialActor_GetCheckPointTimeIndex, ReturnValue) == 0x000000, "Member 'TimeTrialActor_GetCheckPointTimeIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimeTrialActor_IsValidRace \ +static_assert(alignof(TimeTrialActor_IsValidRace) == 0x000001, "Wrong alignment on TimeTrialActor_IsValidRace"); \ +static_assert(sizeof(TimeTrialActor_IsValidRace) == 0x000001, "Wrong size on TimeTrialActor_IsValidRace"); \ +static_assert(offsetof(TimeTrialActor_IsValidRace, ReturnValue) == 0x000000, "Member 'TimeTrialActor_IsValidRace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATimeTrialActor \ +static_assert(alignof(ATimeTrialActor) == 0x000008, "Wrong alignment on ATimeTrialActor"); \ +static_assert(sizeof(ATimeTrialActor) == 0x000380, "Wrong size on ATimeTrialActor"); \ +static_assert(offsetof(ATimeTrialActor, RaceName) == 0x0002B0, "Member 'ATimeTrialActor::RaceName' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, bStartAsActive) == 0x0002C0, "Member 'ATimeTrialActor::bStartAsActive' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, bResetStartLineOnFinish) == 0x0002C1, "Member 'ATimeTrialActor::bResetStartLineOnFinish' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, NumberOfTotalLaps) == 0x0002C4, "Member 'ATimeTrialActor::NumberOfTotalLaps' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, NumberOfPreviewCheckpoints) == 0x0002C8, "Member 'ATimeTrialActor::NumberOfPreviewCheckpoints' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, bStartCheckPointIsFinishCheckpoint) == 0x0002CC, "Member 'ATimeTrialActor::bStartCheckPointIsFinishCheckpoint' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, CheckPointMode) == 0x0002CD, "Member 'ATimeTrialActor::CheckPointMode' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, OnStartRace) == 0x0002D0, "Member 'ATimeTrialActor::OnStartRace' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, OnFinishLap) == 0x0002E0, "Member 'ATimeTrialActor::OnFinishLap' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, OnFinishRaced) == 0x0002F0, "Member 'ATimeTrialActor::OnFinishRaced' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, OnCheckPointReached) == 0x000300, "Member 'ATimeTrialActor::OnCheckPointReached' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, OnDeactivateRace) == 0x000310, "Member 'ATimeTrialActor::OnDeactivateRace' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, Checkpoints) == 0x000320, "Member 'ATimeTrialActor::Checkpoints' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, ActiveCheckPoint) == 0x000330, "Member 'ATimeTrialActor::ActiveCheckPoint' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, CurrentTime) == 0x000334, "Member 'ATimeTrialActor::CurrentTime' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, CurrentLapTime) == 0x000338, "Member 'ATimeTrialActor::CurrentLapTime' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, CheckPointTimes) == 0x000340, "Member 'ATimeTrialActor::CheckPointTimes' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, CurrentLap) == 0x000350, "Member 'ATimeTrialActor::CurrentLap' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, BestTimeLapTime) == 0x000354, "Member 'ATimeTrialActor::BestTimeLapTime' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, BestTime) == 0x000358, "Member 'ATimeTrialActor::BestTime' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, BestCheckPointTimes) == 0x000360, "Member 'ATimeTrialActor::BestCheckPointTimes' has a wrong offset!"); \ +static_assert(offsetof(ATimeTrialActor, LapTimes) == 0x000370, "Member 'ATimeTrialActor::LapTimes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrafficCarAgentType \ +static_assert(alignof(UTrafficCarAgentType) == 0x000008, "Wrong alignment on UTrafficCarAgentType"); \ +static_assert(sizeof(UTrafficCarAgentType) == 0x000088, "Wrong size on UTrafficCarAgentType"); \ + +#define DUMPER7_ASSERTS_UTrafficManagerSettings \ +static_assert(alignof(UTrafficManagerSettings) == 0x000008, "Wrong alignment on UTrafficManagerSettings"); \ +static_assert(sizeof(UTrafficManagerSettings) == 0x000B40, "Wrong size on UTrafficManagerSettings"); \ +static_assert(offsetof(UTrafficManagerSettings, VehicleTrafficSettings) == 0x000038, "Member 'UTrafficManagerSettings::VehicleTrafficSettings' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, PedestrianTrafficSettings) == 0x000208, "Member 'UTrafficManagerSettings::PedestrianTrafficSettings' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, PedestrianGroupTrafficSettings) == 0x0003D8, "Member 'UTrafficManagerSettings::PedestrianGroupTrafficSettings' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, PedestrianSmartObjectSettings) == 0x0004F8, "Member 'UTrafficManagerSettings::PedestrianSmartObjectSettings' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, TrainTrafficSettings) == 0x000538, "Member 'UTrafficManagerSettings::TrainTrafficSettings' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, CurveLookAheadDistance) == 0x000660, "Member 'UTrafficManagerSettings::CurveLookAheadDistance' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, CurveToMaxSpeed) == 0x000668, "Member 'UTrafficManagerSettings::CurveToMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, SpeedLimits) == 0x000690, "Member 'UTrafficManagerSettings::SpeedLimits' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, DisturbanceAnnotationTag) == 0x0006A0, "Member 'UTrafficManagerSettings::DisturbanceAnnotationTag' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, ShortcutTag) == 0x0006A1, "Member 'UTrafficManagerSettings::ShortcutTag' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, BlockedTag) == 0x0006A2, "Member 'UTrafficManagerSettings::BlockedTag' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, TrafficBuildLaneFilter) == 0x0006A4, "Member 'UTrafficManagerSettings::TrafficBuildLaneFilter' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, TrafficIntersectionFilter) == 0x0006B0, "Member 'UTrafficManagerSettings::TrafficIntersectionFilter' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, TrafficCrosswalkFilter) == 0x0006BC, "Member 'UTrafficManagerSettings::TrafficCrosswalkFilter' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, TrafficShortCutFilter) == 0x0006C8, "Member 'UTrafficManagerSettings::TrafficShortCutFilter' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, TrafficShortcutConnectFilter) == 0x0006D4, "Member 'UTrafficManagerSettings::TrafficShortcutConnectFilter' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, TrafficCamberRoadFilter) == 0x0006E0, "Member 'UTrafficManagerSettings::TrafficCamberRoadFilter' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, TrafficElevatedFilter) == 0x0006EC, "Member 'UTrafficManagerSettings::TrafficElevatedFilter' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, MaxLaneRoll) == 0x0006F8, "Member 'UTrafficManagerSettings::MaxLaneRoll' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, FlatRoadElevationOffset) == 0x0006FC, "Member 'UTrafficManagerSettings::FlatRoadElevationOffset' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, ShortcutSearchDistance) == 0x000700, "Member 'UTrafficManagerSettings::ShortcutSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, ParkingFilter) == 0x000704, "Member 'UTrafficManagerSettings::ParkingFilter' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, ParkedVehiclesLaneFilter) == 0x000710, "Member 'UTrafficManagerSettings::ParkedVehiclesLaneFilter' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, ParkingLength) == 0x00071C, "Member 'UTrafficManagerSettings::ParkingLength' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, ParkingPadding) == 0x000720, "Member 'UTrafficManagerSettings::ParkingPadding' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, ParkingOffset) == 0x000728, "Member 'UTrafficManagerSettings::ParkingOffset' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, ParkingSpawnSettings) == 0x000740, "Member 'UTrafficManagerSettings::ParkingSpawnSettings' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, ParkingLaneDensitySpawnChance) == 0x000910, "Member 'UTrafficManagerSettings::ParkingLaneDensitySpawnChance' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, ParkingSpotSpawnChance) == 0x000924, "Member 'UTrafficManagerSettings::ParkingSpotSpawnChance' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, UnspawnedMaxSpeed) == 0x000928, "Member 'UTrafficManagerSettings::UnspawnedMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, VehicleIntersection) == 0x00092C, "Member 'UTrafficManagerSettings::VehicleIntersection' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, CrosswalkIntersection) == 0x000938, "Member 'UTrafficManagerSettings::CrosswalkIntersection' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, IntersectionMinimumGreenTime) == 0x000944, "Member 'UTrafficManagerSettings::IntersectionMinimumGreenTime' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, IntersectionRedYellowLightTime) == 0x000948, "Member 'UTrafficManagerSettings::IntersectionRedYellowLightTime' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, IntersectionYellowLightTime) == 0x00094C, "Member 'UTrafficManagerSettings::IntersectionYellowLightTime' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, DensityRatio) == 0x000950, "Member 'UTrafficManagerSettings::DensityRatio' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, DensityAgentLengthApproximation) == 0x000964, "Member 'UTrafficManagerSettings::DensityAgentLengthApproximation' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, DensityOccupationThresholds) == 0x000974, "Member 'UTrafficManagerSettings::DensityOccupationThresholds' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, LaneType) == 0x000988, "Member 'UTrafficManagerSettings::LaneType' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, LaneWidthFilter) == 0x000B18, "Member 'UTrafficManagerSettings::LaneWidthFilter' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSettings, ValidationSettings) == 0x000B24, "Member 'UTrafficManagerSettings::ValidationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrafficParkingManager \ +static_assert(alignof(UTrafficParkingManager) == 0x000008, "Wrong alignment on UTrafficParkingManager"); \ +static_assert(sizeof(UTrafficParkingManager) == 0x000050, "Wrong size on UTrafficParkingManager"); \ +static_assert(offsetof(UTrafficParkingManager, ParkingPositions) == 0x000030, "Member 'UTrafficParkingManager::ParkingPositions' has a wrong offset!"); \ +static_assert(offsetof(UTrafficParkingManager, ParkedCarNames) == 0x000040, "Member 'UTrafficParkingManager::ParkedCarNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATrafficParkingSpotActor \ +static_assert(alignof(ATrafficParkingSpotActor) == 0x000008, "Wrong alignment on ATrafficParkingSpotActor"); \ +static_assert(sizeof(ATrafficParkingSpotActor) == 0x0002B0, "Wrong size on ATrafficParkingSpotActor"); \ + +#define DUMPER7_ASSERTS_UTrafficPedestrianAgentType \ +static_assert(alignof(UTrafficPedestrianAgentType) == 0x000008, "Wrong alignment on UTrafficPedestrianAgentType"); \ +static_assert(sizeof(UTrafficPedestrianAgentType) == 0x000088, "Wrong size on UTrafficPedestrianAgentType"); \ + +#define DUMPER7_ASSERTS_TrafficRoadblockComponent_IsRoadblockActivated \ +static_assert(alignof(TrafficRoadblockComponent_IsRoadblockActivated) == 0x000001, "Wrong alignment on TrafficRoadblockComponent_IsRoadblockActivated"); \ +static_assert(sizeof(TrafficRoadblockComponent_IsRoadblockActivated) == 0x000001, "Wrong size on TrafficRoadblockComponent_IsRoadblockActivated"); \ +static_assert(offsetof(TrafficRoadblockComponent_IsRoadblockActivated, ReturnValue) == 0x000000, "Member 'TrafficRoadblockComponent_IsRoadblockActivated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrafficRoadblockComponent \ +static_assert(alignof(UTrafficRoadblockComponent) == 0x000010, "Wrong alignment on UTrafficRoadblockComponent"); \ +static_assert(sizeof(UTrafficRoadblockComponent) == 0x000260, "Wrong size on UTrafficRoadblockComponent"); \ +static_assert(offsetof(UTrafficRoadblockComponent, bStartAsActive) == 0x000250, "Member 'UTrafficRoadblockComponent::bStartAsActive' has a wrong offset!"); \ +static_assert(offsetof(UTrafficRoadblockComponent, Radius) == 0x000254, "Member 'UTrafficRoadblockComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(UTrafficRoadblockComponent, RoadblockName) == 0x000258, "Member 'UTrafficRoadblockComponent::RoadblockName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrafficRoadblockManager_AddRoadblock \ +static_assert(alignof(TrafficRoadblockManager_AddRoadblock) == 0x000008, "Wrong alignment on TrafficRoadblockManager_AddRoadblock"); \ +static_assert(sizeof(TrafficRoadblockManager_AddRoadblock) == 0x000028, "Wrong size on TrafficRoadblockManager_AddRoadblock"); \ +static_assert(offsetof(TrafficRoadblockManager_AddRoadblock, position) == 0x000000, "Member 'TrafficRoadblockManager_AddRoadblock::position' has a wrong offset!"); \ +static_assert(offsetof(TrafficRoadblockManager_AddRoadblock, Radius) == 0x000018, "Member 'TrafficRoadblockManager_AddRoadblock::Radius' has a wrong offset!"); \ +static_assert(offsetof(TrafficRoadblockManager_AddRoadblock, LaneType) == 0x00001C, "Member 'TrafficRoadblockManager_AddRoadblock::LaneType' has a wrong offset!"); \ +static_assert(offsetof(TrafficRoadblockManager_AddRoadblock, ReturnValue) == 0x000020, "Member 'TrafficRoadblockManager_AddRoadblock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrafficRoadblockManager_RemoveRoadblock \ +static_assert(alignof(TrafficRoadblockManager_RemoveRoadblock) == 0x000004, "Wrong alignment on TrafficRoadblockManager_RemoveRoadblock"); \ +static_assert(sizeof(TrafficRoadblockManager_RemoveRoadblock) == 0x000008, "Wrong size on TrafficRoadblockManager_RemoveRoadblock"); \ +static_assert(offsetof(TrafficRoadblockManager_RemoveRoadblock, RoadblockName) == 0x000000, "Member 'TrafficRoadblockManager_RemoveRoadblock::RoadblockName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrafficRoadblockManager \ +static_assert(alignof(UTrafficRoadblockManager) == 0x000008, "Wrong alignment on UTrafficRoadblockManager"); \ +static_assert(sizeof(UTrafficRoadblockManager) == 0x000078, "Wrong size on UTrafficRoadblockManager"); \ +static_assert(offsetof(UTrafficRoadblockManager, ActiveRoadblocks) == 0x000028, "Member 'UTrafficRoadblockManager::ActiveRoadblocks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrafficRoadNameComponent \ +static_assert(alignof(UTrafficRoadNameComponent) == 0x000008, "Wrong alignment on UTrafficRoadNameComponent"); \ +static_assert(sizeof(UTrafficRoadNameComponent) == 0x0000C8, "Wrong size on UTrafficRoadNameComponent"); \ +static_assert(offsetof(UTrafficRoadNameComponent, RoadName) == 0x0000C0, "Member 'UTrafficRoadNameComponent::RoadName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATrafficRoadNamesData \ +static_assert(alignof(ATrafficRoadNamesData) == 0x000008, "Wrong alignment on ATrafficRoadNamesData"); \ +static_assert(sizeof(ATrafficRoadNamesData) == 0x000308, "Wrong size on ATrafficRoadNamesData"); \ +static_assert(offsetof(ATrafficRoadNamesData, RoadNames) == 0x0002B0, "Member 'ATrafficRoadNamesData::RoadNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrafficRoadNameHandler_GetRoadNameForPosition \ +static_assert(alignof(TrafficRoadNameHandler_GetRoadNameForPosition) == 0x000008, "Wrong alignment on TrafficRoadNameHandler_GetRoadNameForPosition"); \ +static_assert(sizeof(TrafficRoadNameHandler_GetRoadNameForPosition) == 0x000028, "Wrong size on TrafficRoadNameHandler_GetRoadNameForPosition"); \ +static_assert(offsetof(TrafficRoadNameHandler_GetRoadNameForPosition, position) == 0x000000, "Member 'TrafficRoadNameHandler_GetRoadNameForPosition::position' has a wrong offset!"); \ +static_assert(offsetof(TrafficRoadNameHandler_GetRoadNameForPosition, SearchRange) == 0x000018, "Member 'TrafficRoadNameHandler_GetRoadNameForPosition::SearchRange' has a wrong offset!"); \ +static_assert(offsetof(TrafficRoadNameHandler_GetRoadNameForPosition, DistanceToRoad) == 0x00001C, "Member 'TrafficRoadNameHandler_GetRoadNameForPosition::DistanceToRoad' has a wrong offset!"); \ +static_assert(offsetof(TrafficRoadNameHandler_GetRoadNameForPosition, ReturnValue) == 0x000020, "Member 'TrafficRoadNameHandler_GetRoadNameForPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrafficRoadNameHandler_GetRoadNameForVehicle \ +static_assert(alignof(TrafficRoadNameHandler_GetRoadNameForVehicle) == 0x000008, "Wrong alignment on TrafficRoadNameHandler_GetRoadNameForVehicle"); \ +static_assert(sizeof(TrafficRoadNameHandler_GetRoadNameForVehicle) == 0x000010, "Wrong size on TrafficRoadNameHandler_GetRoadNameForVehicle"); \ +static_assert(offsetof(TrafficRoadNameHandler_GetRoadNameForVehicle, Vehicle) == 0x000000, "Member 'TrafficRoadNameHandler_GetRoadNameForVehicle::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(TrafficRoadNameHandler_GetRoadNameForVehicle, ReturnValue) == 0x000008, "Member 'TrafficRoadNameHandler_GetRoadNameForVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrafficRoadNameHandler_GetRoadNamesForPosition \ +static_assert(alignof(TrafficRoadNameHandler_GetRoadNamesForPosition) == 0x000008, "Wrong alignment on TrafficRoadNameHandler_GetRoadNamesForPosition"); \ +static_assert(sizeof(TrafficRoadNameHandler_GetRoadNamesForPosition) == 0x000030, "Wrong size on TrafficRoadNameHandler_GetRoadNamesForPosition"); \ +static_assert(offsetof(TrafficRoadNameHandler_GetRoadNamesForPosition, position) == 0x000000, "Member 'TrafficRoadNameHandler_GetRoadNamesForPosition::position' has a wrong offset!"); \ +static_assert(offsetof(TrafficRoadNameHandler_GetRoadNamesForPosition, SearchRange) == 0x000018, "Member 'TrafficRoadNameHandler_GetRoadNamesForPosition::SearchRange' has a wrong offset!"); \ +static_assert(offsetof(TrafficRoadNameHandler_GetRoadNamesForPosition, ReturnValue) == 0x000020, "Member 'TrafficRoadNameHandler_GetRoadNamesForPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrafficRoadNameHandler \ +static_assert(alignof(UTrafficRoadNameHandler) == 0x000008, "Wrong alignment on UTrafficRoadNameHandler"); \ +static_assert(sizeof(UTrafficRoadNameHandler) == 0x000030, "Wrong size on UTrafficRoadNameHandler"); \ + +#define DUMPER7_ASSERTS_UTrafficUserSettings \ +static_assert(alignof(UTrafficUserSettings) == 0x000008, "Wrong alignment on UTrafficUserSettings"); \ +static_assert(sizeof(UTrafficUserSettings) == 0x000040, "Wrong size on UTrafficUserSettings"); \ +static_assert(offsetof(UTrafficUserSettings, bLaneValidationOnMapCheck) == 0x000038, "Member 'UTrafficUserSettings::bLaneValidationOnMapCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Train_SetWantedSpeed \ +static_assert(alignof(Train_SetWantedSpeed) == 0x000004, "Wrong alignment on Train_SetWantedSpeed"); \ +static_assert(sizeof(Train_SetWantedSpeed) == 0x000004, "Wrong size on Train_SetWantedSpeed"); \ +static_assert(offsetof(Train_SetWantedSpeed, NewWantedSpeed) == 0x000000, "Member 'Train_SetWantedSpeed::NewWantedSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Train_GetRemainingWaitTime \ +static_assert(alignof(Train_GetRemainingWaitTime) == 0x000004, "Wrong alignment on Train_GetRemainingWaitTime"); \ +static_assert(sizeof(Train_GetRemainingWaitTime) == 0x000004, "Wrong size on Train_GetRemainingWaitTime"); \ +static_assert(offsetof(Train_GetRemainingWaitTime, ReturnValue) == 0x000000, "Member 'Train_GetRemainingWaitTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Train_GetWantedSpeed \ +static_assert(alignof(Train_GetWantedSpeed) == 0x000004, "Wrong alignment on Train_GetWantedSpeed"); \ +static_assert(sizeof(Train_GetWantedSpeed) == 0x000004, "Wrong size on Train_GetWantedSpeed"); \ +static_assert(offsetof(Train_GetWantedSpeed, ReturnValue) == 0x000000, "Member 'Train_GetWantedSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Train_IsLeadingTrain \ +static_assert(alignof(Train_IsLeadingTrain) == 0x000001, "Wrong alignment on Train_IsLeadingTrain"); \ +static_assert(sizeof(Train_IsLeadingTrain) == 0x000001, "Wrong size on Train_IsLeadingTrain"); \ +static_assert(offsetof(Train_IsLeadingTrain, ReturnValue) == 0x000000, "Member 'Train_IsLeadingTrain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Train_IsWaitingAtStation \ +static_assert(alignof(Train_IsWaitingAtStation) == 0x000001, "Wrong alignment on Train_IsWaitingAtStation"); \ +static_assert(sizeof(Train_IsWaitingAtStation) == 0x000001, "Wrong size on Train_IsWaitingAtStation"); \ +static_assert(offsetof(Train_IsWaitingAtStation, ReturnValue) == 0x000000, "Member 'Train_IsWaitingAtStation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATrain \ +static_assert(alignof(ATrain) == 0x000008, "Wrong alignment on ATrain"); \ +static_assert(sizeof(ATrain) == 0x0003F8, "Wrong size on ATrain"); \ +static_assert(offsetof(ATrain, LaneTracker) == 0x000330, "Member 'ATrain::LaneTracker' has a wrong offset!"); \ +static_assert(offsetof(ATrain, Speed) == 0x000338, "Member 'ATrain::Speed' has a wrong offset!"); \ +static_assert(offsetof(ATrain, Acceleration) == 0x00033C, "Member 'ATrain::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(ATrain, Deceleration) == 0x000340, "Member 'ATrain::Deceleration' has a wrong offset!"); \ +static_assert(offsetof(ATrain, OnApproachingStationEvent) == 0x000348, "Member 'ATrain::OnApproachingStationEvent' has a wrong offset!"); \ +static_assert(offsetof(ATrain, OnArriveAtStationEvent) == 0x000349, "Member 'ATrain::OnArriveAtStationEvent' has a wrong offset!"); \ +static_assert(offsetof(ATrain, OnLeavingStationEvent) == 0x00034A, "Member 'ATrain::OnLeavingStationEvent' has a wrong offset!"); \ +static_assert(offsetof(ATrain, OnCartAddedEvent) == 0x00034B, "Member 'ATrain::OnCartAddedEvent' has a wrong offset!"); \ +static_assert(offsetof(ATrain, OnStartTrailingEvent) == 0x00034C, "Member 'ATrain::OnStartTrailingEvent' has a wrong offset!"); \ +static_assert(offsetof(ATrain, TrainAtStationTimeInSeconds) == 0x000350, "Member 'ATrain::TrainAtStationTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TransformWarperComponent_AddOrUpdateWarpTarget \ +static_assert(alignof(TransformWarperComponent_AddOrUpdateWarpTarget) == 0x000010, "Wrong alignment on TransformWarperComponent_AddOrUpdateWarpTarget"); \ +static_assert(sizeof(TransformWarperComponent_AddOrUpdateWarpTarget) == 0x000070, "Wrong size on TransformWarperComponent_AddOrUpdateWarpTarget"); \ +static_assert(offsetof(TransformWarperComponent_AddOrUpdateWarpTarget, TargetName) == 0x000000, "Member 'TransformWarperComponent_AddOrUpdateWarpTarget::TargetName' has a wrong offset!"); \ +static_assert(offsetof(TransformWarperComponent_AddOrUpdateWarpTarget, WarpTarget) == 0x000010, "Member 'TransformWarperComponent_AddOrUpdateWarpTarget::WarpTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TransformWarperComponent_AddOrUpdateWarpTargetForMovement \ +static_assert(alignof(TransformWarperComponent_AddOrUpdateWarpTargetForMovement) == 0x000010, "Wrong alignment on TransformWarperComponent_AddOrUpdateWarpTargetForMovement"); \ +static_assert(sizeof(TransformWarperComponent_AddOrUpdateWarpTargetForMovement) == 0x000070, "Wrong size on TransformWarperComponent_AddOrUpdateWarpTargetForMovement"); \ +static_assert(offsetof(TransformWarperComponent_AddOrUpdateWarpTargetForMovement, TargetName) == 0x000000, "Member 'TransformWarperComponent_AddOrUpdateWarpTargetForMovement::TargetName' has a wrong offset!"); \ +static_assert(offsetof(TransformWarperComponent_AddOrUpdateWarpTargetForMovement, WarpTarget) == 0x000010, "Member 'TransformWarperComponent_AddOrUpdateWarpTargetForMovement::WarpTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TransformWarperComponent_RemoveWarpTarget \ +static_assert(alignof(TransformWarperComponent_RemoveWarpTarget) == 0x000004, "Wrong alignment on TransformWarperComponent_RemoveWarpTarget"); \ +static_assert(sizeof(TransformWarperComponent_RemoveWarpTarget) == 0x00000C, "Wrong size on TransformWarperComponent_RemoveWarpTarget"); \ +static_assert(offsetof(TransformWarperComponent_RemoveWarpTarget, TargetName) == 0x000000, "Member 'TransformWarperComponent_RemoveWarpTarget::TargetName' has a wrong offset!"); \ +static_assert(offsetof(TransformWarperComponent_RemoveWarpTarget, Priority) == 0x000008, "Member 'TransformWarperComponent_RemoveWarpTarget::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransformWarperComponent \ +static_assert(alignof(UTransformWarperComponent) == 0x000008, "Wrong alignment on UTransformWarperComponent"); \ +static_assert(sizeof(UTransformWarperComponent) == 0x000240, "Wrong size on UTransformWarperComponent"); \ + +#define DUMPER7_ASSERTS_UIAudioEmitter_PostUIEvent \ +static_assert(alignof(UIAudioEmitter_PostUIEvent) == 0x000008, "Wrong alignment on UIAudioEmitter_PostUIEvent"); \ +static_assert(sizeof(UIAudioEmitter_PostUIEvent) == 0x000010, "Wrong size on UIAudioEmitter_PostUIEvent"); \ +static_assert(offsetof(UIAudioEmitter_PostUIEvent, Event) == 0x000000, "Member 'UIAudioEmitter_PostUIEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(UIAudioEmitter_PostUIEvent, WorldContextObject) == 0x000008, "Member 'UIAudioEmitter_PostUIEvent::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIAudioEmitter \ +static_assert(alignof(UUIAudioEmitter) == 0x000008, "Wrong alignment on UUIAudioEmitter"); \ +static_assert(sizeof(UUIAudioEmitter) == 0x000040, "Wrong size on UUIAudioEmitter"); \ +static_assert(offsetof(UUIAudioEmitter, Emitter) == 0x000038, "Member 'UUIAudioEmitter::Emitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUnobstructedActionGate \ +static_assert(alignof(UUnobstructedActionGate) == 0x000008, "Wrong alignment on UUnobstructedActionGate"); \ +static_assert(sizeof(UUnobstructedActionGate) == 0x000030, "Wrong size on UUnobstructedActionGate"); \ +static_assert(offsetof(UUnobstructedActionGate, CapsuleScale) == 0x000028, "Member 'UUnobstructedActionGate::CapsuleScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleAudioDataAsset \ +static_assert(alignof(UVehicleAudioDataAsset) == 0x000008, "Wrong alignment on UVehicleAudioDataAsset"); \ +static_assert(sizeof(UVehicleAudioDataAsset) == 0x000200, "Wrong size on UVehicleAudioDataAsset"); \ +static_assert(offsetof(UVehicleAudioDataAsset, StartEngineWithIgnition) == 0x000030, "Member 'UVehicleAudioDataAsset::StartEngineWithIgnition' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, StartEngine) == 0x000038, "Member 'UVehicleAudioDataAsset::StartEngine' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, StopEngine) == 0x000040, "Member 'UVehicleAudioDataAsset::StopEngine' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, EngineRPMNormalized) == 0x000048, "Member 'UVehicleAudioDataAsset::EngineRPMNormalized' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, EngineRPMRaw) == 0x000050, "Member 'UVehicleAudioDataAsset::EngineRPMRaw' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, EngineLoad) == 0x000058, "Member 'UVehicleAudioDataAsset::EngineLoad' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, Throttle) == 0x000060, "Member 'UVehicleAudioDataAsset::Throttle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, StartTyres) == 0x000068, "Member 'UVehicleAudioDataAsset::StartTyres' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, StopTyres) == 0x000070, "Member 'UVehicleAudioDataAsset::StopTyres' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, StartExhaust) == 0x000078, "Member 'UVehicleAudioDataAsset::StartExhaust' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, StopExhaust) == 0x000080, "Member 'UVehicleAudioDataAsset::StopExhaust' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, PlayEngineExplosion) == 0x000088, "Member 'UVehicleAudioDataAsset::PlayEngineExplosion' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, PlayTireDamage) == 0x000090, "Member 'UVehicleAudioDataAsset::PlayTireDamage' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, StopTireDamage) == 0x000098, "Member 'UVehicleAudioDataAsset::StopTireDamage' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, PlayTireExplosion) == 0x0000A0, "Member 'UVehicleAudioDataAsset::PlayTireExplosion' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, ComponentHealth) == 0x0000A8, "Member 'UVehicleAudioDataAsset::ComponentHealth' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, GearChange) == 0x0000B0, "Member 'UVehicleAudioDataAsset::GearChange' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, CurrentGear) == 0x0000B8, "Member 'UVehicleAudioDataAsset::CurrentGear' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, BrakeStart) == 0x0000C0, "Member 'UVehicleAudioDataAsset::BrakeStart' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, BrakeEnd) == 0x0000C8, "Member 'UVehicleAudioDataAsset::BrakeEnd' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, HandBrakeStart) == 0x0000D0, "Member 'UVehicleAudioDataAsset::HandBrakeStart' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, HandBrakeEnd) == 0x0000D8, "Member 'UVehicleAudioDataAsset::HandBrakeEnd' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, SuspensionBump) == 0x0000E0, "Member 'UVehicleAudioDataAsset::SuspensionBump' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, SuspensionStrength) == 0x0000E8, "Member 'UVehicleAudioDataAsset::SuspensionStrength' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, SuspensionStrengthSwitchValue) == 0x0000F0, "Member 'UVehicleAudioDataAsset::SuspensionStrengthSwitchValue' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, ImpactVehicle) == 0x000108, "Member 'UVehicleAudioDataAsset::ImpactVehicle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, ImpactEnvironment) == 0x000110, "Member 'UVehicleAudioDataAsset::ImpactEnvironment' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, ImpactSwitchValue) == 0x000118, "Member 'UVehicleAudioDataAsset::ImpactSwitchValue' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, SideScrapeStart) == 0x000140, "Member 'UVehicleAudioDataAsset::SideScrapeStart' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, SideScrapeStop) == 0x000148, "Member 'UVehicleAudioDataAsset::SideScrapeStop' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, SideScrapeIntensity) == 0x000150, "Member 'UVehicleAudioDataAsset::SideScrapeIntensity' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, WooshPeakEvent) == 0x000158, "Member 'UVehicleAudioDataAsset::WooshPeakEvent' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, WooshStartEvent) == 0x000160, "Member 'UVehicleAudioDataAsset::WooshStartEvent' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, WooshStopEvent) == 0x000168, "Member 'UVehicleAudioDataAsset::WooshStopEvent' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, WooshIntensityRtpc) == 0x000170, "Member 'UVehicleAudioDataAsset::WooshIntensityRtpc' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, RadioStart) == 0x000178, "Member 'UVehicleAudioDataAsset::RadioStart' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, RadioStop) == 0x000180, "Member 'UVehicleAudioDataAsset::RadioStop' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, HornStart) == 0x000188, "Member 'UVehicleAudioDataAsset::HornStart' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, HornEnd) == 0x000190, "Member 'UVehicleAudioDataAsset::HornEnd' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, Velocity) == 0x000198, "Member 'UVehicleAudioDataAsset::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, SpeedNormalized) == 0x0001A0, "Member 'UVehicleAudioDataAsset::SpeedNormalized' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, Slip) == 0x0001A8, "Member 'UVehicleAudioDataAsset::Slip' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, Skid) == 0x0001B0, "Member 'UVehicleAudioDataAsset::Skid' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, WheelContactRatio) == 0x0001B8, "Member 'UVehicleAudioDataAsset::WheelContactRatio' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, EnterPuddle) == 0x0001C0, "Member 'UVehicleAudioDataAsset::EnterPuddle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, LeavePuddle) == 0x0001C8, "Member 'UVehicleAudioDataAsset::LeavePuddle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, Backfire) == 0x0001D0, "Member 'UVehicleAudioDataAsset::Backfire' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, PlayerInVehicle) == 0x0001D8, "Member 'UVehicleAudioDataAsset::PlayerInVehicle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, NPCInVehicle) == 0x0001E0, "Member 'UVehicleAudioDataAsset::NPCInVehicle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, EnemyControlled) == 0x0001E8, "Member 'UVehicleAudioDataAsset::EnemyControlled' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, OpenDoor) == 0x0001F0, "Member 'UVehicleAudioDataAsset::OpenDoor' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAudioDataAsset, CloseDoor) == 0x0001F8, "Member 'UVehicleAudioDataAsset::CloseDoor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData \ +static_assert(alignof(VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData) == 0x000008, "Wrong alignment on VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData"); \ +static_assert(sizeof(VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData) == 0x000018, "Wrong size on VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData"); \ +static_assert(offsetof(VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData, PrimitiveComponent) == 0x000000, "Member 'VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData::PrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData, OutPackedCustomData) == 0x000008, "Member 'VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData::OutPackedCustomData' has a wrong offset!"); \ +static_assert(offsetof(VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData, DataIndex) == 0x00000C, "Member 'VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData::DataIndex' has a wrong offset!"); \ +static_assert(offsetof(VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData, ReturnValue) == 0x000010, "Member 'VehicleCustomDataFunctionLibrary_GetPackedVehicleInstanceCustomData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleCustomDataFunctionLibrary_PackVehicleInstanceCustomData \ +static_assert(alignof(VehicleCustomDataFunctionLibrary_PackVehicleInstanceCustomData) == 0x000004, "Wrong alignment on VehicleCustomDataFunctionLibrary_PackVehicleInstanceCustomData"); \ +static_assert(sizeof(VehicleCustomDataFunctionLibrary_PackVehicleInstanceCustomData) == 0x000018, "Wrong size on VehicleCustomDataFunctionLibrary_PackVehicleInstanceCustomData"); \ +static_assert(offsetof(VehicleCustomDataFunctionLibrary_PackVehicleInstanceCustomData, CustomData) == 0x000000, "Member 'VehicleCustomDataFunctionLibrary_PackVehicleInstanceCustomData::CustomData' has a wrong offset!"); \ +static_assert(offsetof(VehicleCustomDataFunctionLibrary_PackVehicleInstanceCustomData, ReturnValue) == 0x000014, "Member 'VehicleCustomDataFunctionLibrary_PackVehicleInstanceCustomData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleCustomDataFunctionLibrary_UnpackVehicleInstanceCustomData \ +static_assert(alignof(VehicleCustomDataFunctionLibrary_UnpackVehicleInstanceCustomData) == 0x000004, "Wrong alignment on VehicleCustomDataFunctionLibrary_UnpackVehicleInstanceCustomData"); \ +static_assert(sizeof(VehicleCustomDataFunctionLibrary_UnpackVehicleInstanceCustomData) == 0x000018, "Wrong size on VehicleCustomDataFunctionLibrary_UnpackVehicleInstanceCustomData"); \ +static_assert(offsetof(VehicleCustomDataFunctionLibrary_UnpackVehicleInstanceCustomData, PackedCustomData) == 0x000000, "Member 'VehicleCustomDataFunctionLibrary_UnpackVehicleInstanceCustomData::PackedCustomData' has a wrong offset!"); \ +static_assert(offsetof(VehicleCustomDataFunctionLibrary_UnpackVehicleInstanceCustomData, ReturnValue) == 0x000004, "Member 'VehicleCustomDataFunctionLibrary_UnpackVehicleInstanceCustomData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleCustomDataFunctionLibrary \ +static_assert(alignof(UVehicleCustomDataFunctionLibrary) == 0x000008, "Wrong alignment on UVehicleCustomDataFunctionLibrary"); \ +static_assert(sizeof(UVehicleCustomDataFunctionLibrary) == 0x000028, "Wrong size on UVehicleCustomDataFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_VehicleEngineParameterModifier_BlueprintModifyParameter \ +static_assert(alignof(VehicleEngineParameterModifier_BlueprintModifyParameter) == 0x000008, "Wrong alignment on VehicleEngineParameterModifier_BlueprintModifyParameter"); \ +static_assert(sizeof(VehicleEngineParameterModifier_BlueprintModifyParameter) == 0x000030, "Wrong size on VehicleEngineParameterModifier_BlueprintModifyParameter"); \ +static_assert(offsetof(VehicleEngineParameterModifier_BlueprintModifyParameter, DeltaTime) == 0x000000, "Member 'VehicleEngineParameterModifier_BlueprintModifyParameter::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(VehicleEngineParameterModifier_BlueprintModifyParameter, Vehicle) == 0x000008, "Member 'VehicleEngineParameterModifier_BlueprintModifyParameter::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(VehicleEngineParameterModifier_BlueprintModifyParameter, InContext) == 0x000010, "Member 'VehicleEngineParameterModifier_BlueprintModifyParameter::InContext' has a wrong offset!"); \ +static_assert(offsetof(VehicleEngineParameterModifier_BlueprintModifyParameter, OutContext) == 0x000020, "Member 'VehicleEngineParameterModifier_BlueprintModifyParameter::OutContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEngineParameterModifier_BlueprintShouldRun \ +static_assert(alignof(VehicleEngineParameterModifier_BlueprintShouldRun) == 0x000008, "Wrong alignment on VehicleEngineParameterModifier_BlueprintShouldRun"); \ +static_assert(sizeof(VehicleEngineParameterModifier_BlueprintShouldRun) == 0x000010, "Wrong size on VehicleEngineParameterModifier_BlueprintShouldRun"); \ +static_assert(offsetof(VehicleEngineParameterModifier_BlueprintShouldRun, Vehicle) == 0x000000, "Member 'VehicleEngineParameterModifier_BlueprintShouldRun::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(VehicleEngineParameterModifier_BlueprintShouldRun, ReturnValue) == 0x000008, "Member 'VehicleEngineParameterModifier_BlueprintShouldRun::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleEngineParameterModifier \ +static_assert(alignof(UVehicleEngineParameterModifier) == 0x000008, "Wrong alignment on UVehicleEngineParameterModifier"); \ +static_assert(sizeof(UVehicleEngineParameterModifier) == 0x000030, "Wrong size on UVehicleEngineParameterModifier"); \ +static_assert(offsetof(UVehicleEngineParameterModifier, bRunModifier) == 0x000028, "Member 'UVehicleEngineParameterModifier::bRunModifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleEvadeActionType \ +static_assert(alignof(UVehicleEvadeActionType) == 0x000008, "Wrong alignment on UVehicleEvadeActionType"); \ +static_assert(sizeof(UVehicleEvadeActionType) == 0x000030, "Wrong size on UVehicleEvadeActionType"); \ + +#define DUMPER7_ASSERTS_UVehicleInputActionsDataAsset \ +static_assert(alignof(UVehicleInputActionsDataAsset) == 0x000008, "Wrong alignment on UVehicleInputActionsDataAsset"); \ +static_assert(sizeof(UVehicleInputActionsDataAsset) == 0x0000B0, "Wrong size on UVehicleInputActionsDataAsset"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, CameraResetAction) == 0x000030, "Member 'UVehicleInputActionsDataAsset::CameraResetAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, TurnCameraAction) == 0x000038, "Member 'UVehicleInputActionsDataAsset::TurnCameraAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, TurnCameraActionJoystick) == 0x000040, "Member 'UVehicleInputActionsDataAsset::TurnCameraActionJoystick' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, HandbrakeAction) == 0x000048, "Member 'UVehicleInputActionsDataAsset::HandbrakeAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, SteeringAction) == 0x000050, "Member 'UVehicleInputActionsDataAsset::SteeringAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, ThrottleAction) == 0x000058, "Member 'UVehicleInputActionsDataAsset::ThrottleAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, BrakeAction) == 0x000060, "Member 'UVehicleInputActionsDataAsset::BrakeAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, GearBoxKickDown) == 0x000068, "Member 'UVehicleInputActionsDataAsset::GearBoxKickDown' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, NitroAction) == 0x000070, "Member 'UVehicleInputActionsDataAsset::NitroAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, HornAction) == 0x000078, "Member 'UVehicleInputActionsDataAsset::HornAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, ToggleRadioAction) == 0x000080, "Member 'UVehicleInputActionsDataAsset::ToggleRadioAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, NextRadioChannelAction) == 0x000088, "Member 'UVehicleInputActionsDataAsset::NextRadioChannelAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, ExitAction) == 0x000090, "Member 'UVehicleInputActionsDataAsset::ExitAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, EarlyExitAction) == 0x000098, "Member 'UVehicleInputActionsDataAsset::EarlyExitAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, TurnOffEngineAction) == 0x0000A0, "Member 'UVehicleInputActionsDataAsset::TurnOffEngineAction' has a wrong offset!"); \ +static_assert(offsetof(UVehicleInputActionsDataAsset, ActiveAdrenalineRushAction) == 0x0000A8, "Member 'UVehicleInputActionsDataAsset::ActiveAdrenalineRushAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleParkingConstraintComponent \ +static_assert(alignof(UVehicleParkingConstraintComponent) == 0x000010, "Wrong alignment on UVehicleParkingConstraintComponent"); \ +static_assert(sizeof(UVehicleParkingConstraintComponent) == 0x000550, "Wrong size on UVehicleParkingConstraintComponent"); \ + +#define DUMPER7_ASSERTS_UVehiclePoolSubsystem \ +static_assert(alignof(UVehiclePoolSubsystem) == 0x000008, "Wrong alignment on UVehiclePoolSubsystem"); \ +static_assert(sizeof(UVehiclePoolSubsystem) == 0x000150, "Wrong size on UVehiclePoolSubsystem"); \ + +#define DUMPER7_ASSERTS_VehicleSirensAbilityComponent_ApplySirensOffset \ +static_assert(alignof(VehicleSirensAbilityComponent_ApplySirensOffset) == 0x000004, "Wrong alignment on VehicleSirensAbilityComponent_ApplySirensOffset"); \ +static_assert(sizeof(VehicleSirensAbilityComponent_ApplySirensOffset) == 0x000004, "Wrong size on VehicleSirensAbilityComponent_ApplySirensOffset"); \ +static_assert(offsetof(VehicleSirensAbilityComponent_ApplySirensOffset, Duration) == 0x000000, "Member 'VehicleSirensAbilityComponent_ApplySirensOffset::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleSirensAbilityComponent \ +static_assert(alignof(UVehicleSirensAbilityComponent) == 0x000008, "Wrong alignment on UVehicleSirensAbilityComponent"); \ +static_assert(sizeof(UVehicleSirensAbilityComponent) == 0x0000F0, "Wrong size on UVehicleSirensAbilityComponent"); \ +static_assert(offsetof(UVehicleSirensAbilityComponent, MaxSirensSearchRange) == 0x0000E8, "Member 'UVehicleSirensAbilityComponent::MaxSirensSearchRange' has a wrong offset!"); \ +static_assert(offsetof(UVehicleSirensAbilityComponent, MaxLaneOffset) == 0x0000EC, "Member 'UVehicleSirensAbilityComponent::MaxLaneOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleSkeletalMeshComponent \ +static_assert(alignof(UVehicleSkeletalMeshComponent) == 0x000010, "Wrong alignment on UVehicleSkeletalMeshComponent"); \ +static_assert(sizeof(UVehicleSkeletalMeshComponent) == 0x001010, "Wrong size on UVehicleSkeletalMeshComponent"); \ + +#define DUMPER7_ASSERTS_UVehicleStealActionType \ +static_assert(alignof(UVehicleStealActionType) == 0x000008, "Wrong alignment on UVehicleStealActionType"); \ +static_assert(sizeof(UVehicleStealActionType) == 0x000030, "Wrong size on UVehicleStealActionType"); \ + +#define DUMPER7_ASSERTS_VehicleTrafficPath_GetClosestTransformOnPath \ +static_assert(alignof(VehicleTrafficPath_GetClosestTransformOnPath) == 0x000010, "Wrong alignment on VehicleTrafficPath_GetClosestTransformOnPath"); \ +static_assert(sizeof(VehicleTrafficPath_GetClosestTransformOnPath) == 0x000090, "Wrong size on VehicleTrafficPath_GetClosestTransformOnPath"); \ +static_assert(offsetof(VehicleTrafficPath_GetClosestTransformOnPath, WorldPosition) == 0x000000, "Member 'VehicleTrafficPath_GetClosestTransformOnPath::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(VehicleTrafficPath_GetClosestTransformOnPath, SearchRange) == 0x000018, "Member 'VehicleTrafficPath_GetClosestTransformOnPath::SearchRange' has a wrong offset!"); \ +static_assert(offsetof(VehicleTrafficPath_GetClosestTransformOnPath, OffsetForwardDistance) == 0x00001C, "Member 'VehicleTrafficPath_GetClosestTransformOnPath::OffsetForwardDistance' has a wrong offset!"); \ +static_assert(offsetof(VehicleTrafficPath_GetClosestTransformOnPath, ResultTransform) == 0x000020, "Member 'VehicleTrafficPath_GetClosestTransformOnPath::ResultTransform' has a wrong offset!"); \ +static_assert(offsetof(VehicleTrafficPath_GetClosestTransformOnPath, ReturnValue) == 0x000080, "Member 'VehicleTrafficPath_GetClosestTransformOnPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleTrafficPath_GetPathWorldPoint \ +static_assert(alignof(VehicleTrafficPath_GetPathWorldPoint) == 0x000008, "Wrong alignment on VehicleTrafficPath_GetPathWorldPoint"); \ +static_assert(sizeof(VehicleTrafficPath_GetPathWorldPoint) == 0x000028, "Wrong size on VehicleTrafficPath_GetPathWorldPoint"); \ +static_assert(offsetof(VehicleTrafficPath_GetPathWorldPoint, PointIndex) == 0x000000, "Member 'VehicleTrafficPath_GetPathWorldPoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(VehicleTrafficPath_GetPathWorldPoint, WorldPoint) == 0x000008, "Member 'VehicleTrafficPath_GetPathWorldPoint::WorldPoint' has a wrong offset!"); \ +static_assert(offsetof(VehicleTrafficPath_GetPathWorldPoint, ReturnValue) == 0x000020, "Member 'VehicleTrafficPath_GetPathWorldPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleTrafficPath_GetPathWorldPoints \ +static_assert(alignof(VehicleTrafficPath_GetPathWorldPoints) == 0x000008, "Wrong alignment on VehicleTrafficPath_GetPathWorldPoints"); \ +static_assert(sizeof(VehicleTrafficPath_GetPathWorldPoints) == 0x000010, "Wrong size on VehicleTrafficPath_GetPathWorldPoints"); \ +static_assert(offsetof(VehicleTrafficPath_GetPathWorldPoints, ReturnValue) == 0x000000, "Member 'VehicleTrafficPath_GetPathWorldPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVehicleTrafficPath \ +static_assert(alignof(AVehicleTrafficPath) == 0x000008, "Wrong alignment on AVehicleTrafficPath"); \ +static_assert(sizeof(AVehicleTrafficPath) == 0x000330, "Wrong size on AVehicleTrafficPath"); \ +static_assert(offsetof(AVehicleTrafficPath, Path) == 0x0002B0, "Member 'AVehicleTrafficPath::Path' has a wrong offset!"); \ +static_assert(offsetof(AVehicleTrafficPath, bLoopingPath) == 0x0002C0, "Member 'AVehicleTrafficPath::bLoopingPath' has a wrong offset!"); \ +static_assert(offsetof(AVehicleTrafficPath, bStopAtEnd) == 0x0002C1, "Member 'AVehicleTrafficPath::bStopAtEnd' has a wrong offset!"); \ +static_assert(offsetof(AVehicleTrafficPath, SearchExtent) == 0x0002C8, "Member 'AVehicleTrafficPath::SearchExtent' has a wrong offset!"); \ +static_assert(offsetof(AVehicleTrafficPath, QueryFilter) == 0x0002E0, "Member 'AVehicleTrafficPath::QueryFilter' has a wrong offset!"); \ +static_assert(offsetof(AVehicleTrafficPath, PathSettings) == 0x0002EC, "Member 'AVehicleTrafficPath::PathSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleTrafficPathContainer_GetChosenPath \ +static_assert(alignof(VehicleTrafficPathContainer_GetChosenPath) == 0x000008, "Wrong alignment on VehicleTrafficPathContainer_GetChosenPath"); \ +static_assert(sizeof(VehicleTrafficPathContainer_GetChosenPath) == 0x000008, "Wrong size on VehicleTrafficPathContainer_GetChosenPath"); \ +static_assert(offsetof(VehicleTrafficPathContainer_GetChosenPath, ReturnValue) == 0x000000, "Member 'VehicleTrafficPathContainer_GetChosenPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVehicleTrafficPathContainer \ +static_assert(alignof(AVehicleTrafficPathContainer) == 0x000008, "Wrong alignment on AVehicleTrafficPathContainer"); \ +static_assert(sizeof(AVehicleTrafficPathContainer) == 0x0002C8, "Wrong size on AVehicleTrafficPathContainer"); \ +static_assert(offsetof(AVehicleTrafficPathContainer, Paths) == 0x0002B0, "Member 'AVehicleTrafficPathContainer::Paths' has a wrong offset!"); \ +static_assert(offsetof(AVehicleTrafficPathContainer, ChosenPathIndex) == 0x0002C0, "Member 'AVehicleTrafficPathContainer::ChosenPathIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleTuning \ +static_assert(alignof(UVehicleTuning) == 0x000008, "Wrong alignment on UVehicleTuning"); \ +static_assert(sizeof(UVehicleTuning) == 0x000620, "Wrong size on UVehicleTuning"); \ +static_assert(offsetof(UVehicleTuning, Mass) == 0x000030, "Member 'UVehicleTuning::Mass' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, CenterOfMassOffset) == 0x000038, "Member 'UVehicleTuning::CenterOfMassOffset' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, EngineTuning) == 0x000050, "Member 'UVehicleTuning::EngineTuning' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, TransmissionTuning) == 0x000118, "Member 'UVehicleTuning::TransmissionTuning' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, DifferentialTuning) == 0x0001C8, "Member 'UVehicleTuning::DifferentialTuning' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, SteeringTuning) == 0x0001D8, "Member 'UVehicleTuning::SteeringTuning' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, ThrottleInputRate) == 0x0002B0, "Member 'UVehicleTuning::ThrottleInputRate' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, BrakeInputRate) == 0x000348, "Member 'UVehicleTuning::BrakeInputRate' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, SteeringInputRate) == 0x0003E0, "Member 'UVehicleTuning::SteeringInputRate' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, HandbrakeInputRate) == 0x000478, "Member 'UVehicleTuning::HandbrakeInputRate' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, TorqueControl) == 0x000510, "Member 'UVehicleTuning::TorqueControl' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, TargetRotationControl) == 0x000550, "Member 'UVehicleTuning::TargetRotationControl' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, StabilizeControl) == 0x0005A8, "Member 'UVehicleTuning::StabilizeControl' has a wrong offset!"); \ +static_assert(offsetof(UVehicleTuning, WheelTuningSetup) == 0x0005C0, "Member 'UVehicleTuning::WheelTuningSetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleWeakspotLightSetupAsset \ +static_assert(alignof(UVehicleWeakspotLightSetupAsset) == 0x000008, "Wrong alignment on UVehicleWeakspotLightSetupAsset"); \ +static_assert(sizeof(UVehicleWeakspotLightSetupAsset) == 0x000068, "Wrong size on UVehicleWeakspotLightSetupAsset"); \ +static_assert(offsetof(UVehicleWeakspotLightSetupAsset, Setup) == 0x000030, "Member 'UVehicleWeakspotLightSetupAsset::Setup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleWeakspotWheelSetupAsset \ +static_assert(alignof(UVehicleWeakspotWheelSetupAsset) == 0x000008, "Wrong alignment on UVehicleWeakspotWheelSetupAsset"); \ +static_assert(sizeof(UVehicleWeakspotWheelSetupAsset) == 0x000048, "Wrong size on UVehicleWeakspotWheelSetupAsset"); \ +static_assert(offsetof(UVehicleWeakspotWheelSetupAsset, Setup) == 0x000030, "Member 'UVehicleWeakspotWheelSetupAsset::Setup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleWeakspotTireSetupAsset \ +static_assert(alignof(UVehicleWeakspotTireSetupAsset) == 0x000008, "Wrong alignment on UVehicleWeakspotTireSetupAsset"); \ +static_assert(sizeof(UVehicleWeakspotTireSetupAsset) == 0x000058, "Wrong size on UVehicleWeakspotTireSetupAsset"); \ +static_assert(offsetof(UVehicleWeakspotTireSetupAsset, Setup) == 0x000030, "Member 'UVehicleWeakspotTireSetupAsset::Setup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWeakSpot_CanTakeImpactDamage \ +static_assert(alignof(VehicleWeakSpot_CanTakeImpactDamage) == 0x000001, "Wrong alignment on VehicleWeakSpot_CanTakeImpactDamage"); \ +static_assert(sizeof(VehicleWeakSpot_CanTakeImpactDamage) == 0x000001, "Wrong size on VehicleWeakSpot_CanTakeImpactDamage"); \ +static_assert(offsetof(VehicleWeakSpot_CanTakeImpactDamage, ReturnValue) == 0x000000, "Member 'VehicleWeakSpot_CanTakeImpactDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWeakSpot_ContributesToMechanicalHealth \ +static_assert(alignof(VehicleWeakSpot_ContributesToMechanicalHealth) == 0x000001, "Wrong alignment on VehicleWeakSpot_ContributesToMechanicalHealth"); \ +static_assert(sizeof(VehicleWeakSpot_ContributesToMechanicalHealth) == 0x000001, "Wrong size on VehicleWeakSpot_ContributesToMechanicalHealth"); \ +static_assert(offsetof(VehicleWeakSpot_ContributesToMechanicalHealth, ReturnValue) == 0x000000, "Member 'VehicleWeakSpot_ContributesToMechanicalHealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWeakSpot_GetBoneName \ +static_assert(alignof(VehicleWeakSpot_GetBoneName) == 0x000004, "Wrong alignment on VehicleWeakSpot_GetBoneName"); \ +static_assert(sizeof(VehicleWeakSpot_GetBoneName) == 0x000008, "Wrong size on VehicleWeakSpot_GetBoneName"); \ +static_assert(offsetof(VehicleWeakSpot_GetBoneName, ReturnValue) == 0x000000, "Member 'VehicleWeakSpot_GetBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWeakSpot_GetBoxExtents \ +static_assert(alignof(VehicleWeakSpot_GetBoxExtents) == 0x000008, "Wrong alignment on VehicleWeakSpot_GetBoxExtents"); \ +static_assert(sizeof(VehicleWeakSpot_GetBoxExtents) == 0x000018, "Wrong size on VehicleWeakSpot_GetBoxExtents"); \ +static_assert(offsetof(VehicleWeakSpot_GetBoxExtents, ReturnValue) == 0x000000, "Member 'VehicleWeakSpot_GetBoxExtents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWeakSpot_GetHitPointsForDamageThreshold \ +static_assert(alignof(VehicleWeakSpot_GetHitPointsForDamageThreshold) == 0x000004, "Wrong alignment on VehicleWeakSpot_GetHitPointsForDamageThreshold"); \ +static_assert(sizeof(VehicleWeakSpot_GetHitPointsForDamageThreshold) == 0x000004, "Wrong size on VehicleWeakSpot_GetHitPointsForDamageThreshold"); \ +static_assert(offsetof(VehicleWeakSpot_GetHitPointsForDamageThreshold, ReturnValue) == 0x000000, "Member 'VehicleWeakSpot_GetHitPointsForDamageThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWeakSpot_GetQuantifiedDamageValue \ +static_assert(alignof(VehicleWeakSpot_GetQuantifiedDamageValue) == 0x000004, "Wrong alignment on VehicleWeakSpot_GetQuantifiedDamageValue"); \ +static_assert(sizeof(VehicleWeakSpot_GetQuantifiedDamageValue) == 0x000004, "Wrong size on VehicleWeakSpot_GetQuantifiedDamageValue"); \ +static_assert(offsetof(VehicleWeakSpot_GetQuantifiedDamageValue, ReturnValue) == 0x000000, "Member 'VehicleWeakSpot_GetQuantifiedDamageValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWeakSpot_GetStructuralIntegrityThreshold \ +static_assert(alignof(VehicleWeakSpot_GetStructuralIntegrityThreshold) == 0x000004, "Wrong alignment on VehicleWeakSpot_GetStructuralIntegrityThreshold"); \ +static_assert(sizeof(VehicleWeakSpot_GetStructuralIntegrityThreshold) == 0x000004, "Wrong size on VehicleWeakSpot_GetStructuralIntegrityThreshold"); \ +static_assert(offsetof(VehicleWeakSpot_GetStructuralIntegrityThreshold, ReturnValue) == 0x000000, "Member 'VehicleWeakSpot_GetStructuralIntegrityThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWeakSpot_GetTotalHitpoints \ +static_assert(alignof(VehicleWeakSpot_GetTotalHitpoints) == 0x000004, "Wrong alignment on VehicleWeakSpot_GetTotalHitpoints"); \ +static_assert(sizeof(VehicleWeakSpot_GetTotalHitpoints) == 0x000004, "Wrong size on VehicleWeakSpot_GetTotalHitpoints"); \ +static_assert(offsetof(VehicleWeakSpot_GetTotalHitpoints, ReturnValue) == 0x000000, "Member 'VehicleWeakSpot_GetTotalHitpoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWeakSpot_GetWeakspotType \ +static_assert(alignof(VehicleWeakSpot_GetWeakspotType) == 0x000001, "Wrong alignment on VehicleWeakSpot_GetWeakspotType"); \ +static_assert(sizeof(VehicleWeakSpot_GetWeakspotType) == 0x000001, "Wrong size on VehicleWeakSpot_GetWeakspotType"); \ +static_assert(offsetof(VehicleWeakSpot_GetWeakspotType, ReturnValue) == 0x000000, "Member 'VehicleWeakSpot_GetWeakspotType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWeakSpot_GetWorldTransform \ +static_assert(alignof(VehicleWeakSpot_GetWorldTransform) == 0x000010, "Wrong alignment on VehicleWeakSpot_GetWorldTransform"); \ +static_assert(sizeof(VehicleWeakSpot_GetWorldTransform) == 0x000060, "Wrong size on VehicleWeakSpot_GetWorldTransform"); \ +static_assert(offsetof(VehicleWeakSpot_GetWorldTransform, ReturnValue) == 0x000000, "Member 'VehicleWeakSpot_GetWorldTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWeakSpot_ShouldShowHealthbar \ +static_assert(alignof(VehicleWeakSpot_ShouldShowHealthbar) == 0x000001, "Wrong alignment on VehicleWeakSpot_ShouldShowHealthbar"); \ +static_assert(sizeof(VehicleWeakSpot_ShouldShowHealthbar) == 0x000001, "Wrong size on VehicleWeakSpot_ShouldShowHealthbar"); \ +static_assert(offsetof(VehicleWeakSpot_ShouldShowHealthbar, ReturnValue) == 0x000000, "Member 'VehicleWeakSpot_ShouldShowHealthbar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleWeakSpot \ +static_assert(alignof(UVehicleWeakSpot) == 0x000010, "Wrong alignment on UVehicleWeakSpot"); \ +static_assert(sizeof(UVehicleWeakSpot) == 0x000210, "Wrong size on UVehicleWeakSpot"); \ +static_assert(offsetof(UVehicleWeakSpot, WeakspotSetup) == 0x000028, "Member 'UVehicleWeakSpot::WeakspotSetup' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWeakSpot, HitPoints) == 0x000174, "Member 'UVehicleWeakSpot::HitPoints' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWeakSpot, OriginalBreakOffDamageStaticMeshes) == 0x0001F0, "Member 'UVehicleWeakSpot::OriginalBreakOffDamageStaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWeakSpot, OriginalBreakOffDestroyStaticMeshes) == 0x000200, "Member 'UVehicleWeakSpot::OriginalBreakOffDestroyStaticMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleWeakspotDamageProfileDataAsset \ +static_assert(alignof(UVehicleWeakspotDamageProfileDataAsset) == 0x000008, "Wrong alignment on UVehicleWeakspotDamageProfileDataAsset"); \ +static_assert(sizeof(UVehicleWeakspotDamageProfileDataAsset) == 0x000048, "Wrong size on UVehicleWeakspotDamageProfileDataAsset"); \ +static_assert(offsetof(UVehicleWeakspotDamageProfileDataAsset, TotalHitPoints) == 0x000030, "Member 'UVehicleWeakspotDamageProfileDataAsset::TotalHitPoints' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWeakspotDamageProfileDataAsset, DamageThreshold) == 0x000034, "Member 'UVehicleWeakspotDamageProfileDataAsset::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWeakspotDamageProfileDataAsset, StructuralIntegrityThreshold) == 0x000038, "Member 'UVehicleWeakspotDamageProfileDataAsset::StructuralIntegrityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWeakspotDamageProfileDataAsset, bCanTakeImpactDamage) == 0x00003C, "Member 'UVehicleWeakspotDamageProfileDataAsset::bCanTakeImpactDamage' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWeakspotDamageProfileDataAsset, bContributesToMechanicalHealth) == 0x00003D, "Member 'UVehicleWeakspotDamageProfileDataAsset::bContributesToMechanicalHealth' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWeakspotDamageProfileDataAsset, bShowHealthbar) == 0x00003E, "Member 'UVehicleWeakspotDamageProfileDataAsset::bShowHealthbar' has a wrong offset!"); \ +static_assert(offsetof(UVehicleWeakspotDamageProfileDataAsset, QuantifiedDamageValue) == 0x000040, "Member 'UVehicleWeakspotDamageProfileDataAsset::QuantifiedDamageValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleWhooshComponent_OnVehicleControllerChanged \ +static_assert(alignof(VehicleWhooshComponent_OnVehicleControllerChanged) == 0x000008, "Wrong alignment on VehicleWhooshComponent_OnVehicleControllerChanged"); \ +static_assert(sizeof(VehicleWhooshComponent_OnVehicleControllerChanged) == 0x000018, "Wrong size on VehicleWhooshComponent_OnVehicleControllerChanged"); \ +static_assert(offsetof(VehicleWhooshComponent_OnVehicleControllerChanged, Pawn) == 0x000000, "Member 'VehicleWhooshComponent_OnVehicleControllerChanged::Pawn' has a wrong offset!"); \ +static_assert(offsetof(VehicleWhooshComponent_OnVehicleControllerChanged, OldController) == 0x000008, "Member 'VehicleWhooshComponent_OnVehicleControllerChanged::OldController' has a wrong offset!"); \ +static_assert(offsetof(VehicleWhooshComponent_OnVehicleControllerChanged, NewController) == 0x000010, "Member 'VehicleWhooshComponent_OnVehicleControllerChanged::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleWhooshComponent \ +static_assert(alignof(UVehicleWhooshComponent) == 0x000008, "Wrong alignment on UVehicleWhooshComponent"); \ +static_assert(sizeof(UVehicleWhooshComponent) == 0x0000F0, "Wrong size on UVehicleWhooshComponent"); \ +static_assert(offsetof(UVehicleWhooshComponent, ParentVehicle) == 0x0000C0, "Member 'UVehicleWhooshComponent::ParentVehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VOSubsystem_PanGloballyToCenter \ +static_assert(alignof(VOSubsystem_PanGloballyToCenter) == 0x000008, "Wrong alignment on VOSubsystem_PanGloballyToCenter"); \ +static_assert(sizeof(VOSubsystem_PanGloballyToCenter) == 0x000008, "Wrong size on VOSubsystem_PanGloballyToCenter"); \ +static_assert(offsetof(VOSubsystem_PanGloballyToCenter, WorldContextObject) == 0x000000, "Member 'VOSubsystem_PanGloballyToCenter::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VOSubsystem_StopGlobalPanToCenter \ +static_assert(alignof(VOSubsystem_StopGlobalPanToCenter) == 0x000008, "Wrong alignment on VOSubsystem_StopGlobalPanToCenter"); \ +static_assert(sizeof(VOSubsystem_StopGlobalPanToCenter) == 0x000008, "Wrong size on VOSubsystem_StopGlobalPanToCenter"); \ +static_assert(offsetof(VOSubsystem_StopGlobalPanToCenter, WorldContextObject) == 0x000000, "Member 'VOSubsystem_StopGlobalPanToCenter::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVOSubsystem \ +static_assert(alignof(UVOSubsystem) == 0x000008, "Wrong alignment on UVOSubsystem"); \ +static_assert(sizeof(UVOSubsystem) == 0x000130, "Wrong size on UVOSubsystem"); \ +static_assert(offsetof(UVOSubsystem, VOLines) == 0x000040, "Member 'UVOSubsystem::VOLines' has a wrong offset!"); \ +static_assert(offsetof(UVOSubsystem, VOLineVoices) == 0x000090, "Member 'UVOSubsystem::VOLineVoices' has a wrong offset!"); \ +static_assert(offsetof(UVOSubsystem, PanControlRTPC) == 0x0000E0, "Member 'UVOSubsystem::PanControlRTPC' has a wrong offset!"); \ +static_assert(offsetof(UVOSubsystem, VOEffectRtpcPhone) == 0x0000E8, "Member 'UVOSubsystem::VOEffectRtpcPhone' has a wrong offset!"); \ +static_assert(offsetof(UVOSubsystem, VOEffectRtpcPoliceRadio) == 0x0000F0, "Member 'UVOSubsystem::VOEffectRtpcPoliceRadio' has a wrong offset!"); \ +static_assert(offsetof(UVOSubsystem, VOIsCharacterInVehicle) == 0x0000F8, "Member 'UVOSubsystem::VOIsCharacterInVehicle' has a wrong offset!"); \ +static_assert(offsetof(UVOSubsystem, VOIsPlayerKOd) == 0x000100, "Member 'UVOSubsystem::VOIsPlayerKOd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaitForCharacterWithGenericTagAsyncAction_WaitForCharacterWithGenericTag \ +static_assert(alignof(WaitForCharacterWithGenericTagAsyncAction_WaitForCharacterWithGenericTag) == 0x000008, "Wrong alignment on WaitForCharacterWithGenericTagAsyncAction_WaitForCharacterWithGenericTag"); \ +static_assert(sizeof(WaitForCharacterWithGenericTagAsyncAction_WaitForCharacterWithGenericTag) == 0x000018, "Wrong size on WaitForCharacterWithGenericTagAsyncAction_WaitForCharacterWithGenericTag"); \ +static_assert(offsetof(WaitForCharacterWithGenericTagAsyncAction_WaitForCharacterWithGenericTag, WorldContextObject) == 0x000000, "Member 'WaitForCharacterWithGenericTagAsyncAction_WaitForCharacterWithGenericTag::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(WaitForCharacterWithGenericTagAsyncAction_WaitForCharacterWithGenericTag, Tag) == 0x000008, "Member 'WaitForCharacterWithGenericTagAsyncAction_WaitForCharacterWithGenericTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(WaitForCharacterWithGenericTagAsyncAction_WaitForCharacterWithGenericTag, ReturnValue) == 0x000010, "Member 'WaitForCharacterWithGenericTagAsyncAction_WaitForCharacterWithGenericTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaitForCharacterWithGenericTagAsyncAction \ +static_assert(alignof(UWaitForCharacterWithGenericTagAsyncAction) == 0x000008, "Wrong alignment on UWaitForCharacterWithGenericTagAsyncAction"); \ +static_assert(sizeof(UWaitForCharacterWithGenericTagAsyncAction) == 0x000058, "Wrong size on UWaitForCharacterWithGenericTagAsyncAction"); \ +static_assert(offsetof(UWaitForCharacterWithGenericTagAsyncAction, Found) == 0x000030, "Member 'UWaitForCharacterWithGenericTagAsyncAction::Found' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindControllerComponent \ +static_assert(alignof(UWindControllerComponent) == 0x000008, "Wrong alignment on UWindControllerComponent"); \ +static_assert(sizeof(UWindControllerComponent) == 0x0000D8, "Wrong size on UWindControllerComponent"); \ +static_assert(offsetof(UWindControllerComponent, Angle) == 0x0000C8, "Member 'UWindControllerComponent::Angle' has a wrong offset!"); \ +static_assert(offsetof(UWindControllerComponent, MinSpeed) == 0x0000CC, "Member 'UWindControllerComponent::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWindControllerComponent, MaxSpeed) == 0x0000D0, "Member 'UWindControllerComponent::MaxSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWeatherController \ +static_assert(alignof(AWeatherController) == 0x000008, "Wrong alignment on AWeatherController"); \ +static_assert(sizeof(AWeatherController) == 0x0002B0, "Wrong size on AWeatherController"); \ + +#define DUMPER7_ASSERTS_WieldingComponent_Wield \ +static_assert(alignof(WieldingComponent_Wield) == 0x000008, "Wrong alignment on WieldingComponent_Wield"); \ +static_assert(sizeof(WieldingComponent_Wield) == 0x000038, "Wrong size on WieldingComponent_Wield"); \ +static_assert(offsetof(WieldingComponent_Wield, Item) == 0x000000, "Member 'WieldingComponent_Wield::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldingComponent_GetCurrentWeapon \ +static_assert(alignof(WieldingComponent_GetCurrentWeapon) == 0x000008, "Wrong alignment on WieldingComponent_GetCurrentWeapon"); \ +static_assert(sizeof(WieldingComponent_GetCurrentWeapon) == 0x000008, "Wrong size on WieldingComponent_GetCurrentWeapon"); \ +static_assert(offsetof(WieldingComponent_GetCurrentWeapon, ReturnValue) == 0x000000, "Member 'WieldingComponent_GetCurrentWeapon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldingComponent_GetWieldedActor \ +static_assert(alignof(WieldingComponent_GetWieldedActor) == 0x000008, "Wrong alignment on WieldingComponent_GetWieldedActor"); \ +static_assert(sizeof(WieldingComponent_GetWieldedActor) == 0x000008, "Wrong size on WieldingComponent_GetWieldedActor"); \ +static_assert(offsetof(WieldingComponent_GetWieldedActor, ReturnValue) == 0x000000, "Member 'WieldingComponent_GetWieldedActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldingComponent_GetWieldedItem \ +static_assert(alignof(WieldingComponent_GetWieldedItem) == 0x000008, "Wrong alignment on WieldingComponent_GetWieldedItem"); \ +static_assert(sizeof(WieldingComponent_GetWieldedItem) == 0x000038, "Wrong size on WieldingComponent_GetWieldedItem"); \ +static_assert(offsetof(WieldingComponent_GetWieldedItem, ReturnValue) == 0x000000, "Member 'WieldingComponent_GetWieldedItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldingComponent_GetWieldedType \ +static_assert(alignof(WieldingComponent_GetWieldedType) == 0x000001, "Wrong alignment on WieldingComponent_GetWieldedType"); \ +static_assert(sizeof(WieldingComponent_GetWieldedType) == 0x000001, "Wrong size on WieldingComponent_GetWieldedType"); \ +static_assert(offsetof(WieldingComponent_GetWieldedType, ReturnValue) == 0x000000, "Member 'WieldingComponent_GetWieldedType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldingComponent_IsWieldingWeapon \ +static_assert(alignof(WieldingComponent_IsWieldingWeapon) == 0x000001, "Wrong alignment on WieldingComponent_IsWieldingWeapon"); \ +static_assert(sizeof(WieldingComponent_IsWieldingWeapon) == 0x000001, "Wrong size on WieldingComponent_IsWieldingWeapon"); \ +static_assert(offsetof(WieldingComponent_IsWieldingWeapon, ReturnValue) == 0x000000, "Member 'WieldingComponent_IsWieldingWeapon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWieldingComponent \ +static_assert(alignof(UWieldingComponent) == 0x000008, "Wrong alignment on UWieldingComponent"); \ +static_assert(sizeof(UWieldingComponent) == 0x0001A0, "Wrong size on UWieldingComponent"); \ +static_assert(offsetof(UWieldingComponent, WieldedObject) == 0x000190, "Member 'UWieldingComponent::WieldedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldInteriorSettingsComponent \ +static_assert(alignof(UWorldInteriorSettingsComponent) == 0x000010, "Wrong alignment on UWorldInteriorSettingsComponent"); \ +static_assert(sizeof(UWorldInteriorSettingsComponent) == 0x000260, "Wrong size on UWorldInteriorSettingsComponent"); \ +static_assert(offsetof(UWorldInteriorSettingsComponent, Color) == 0x000258, "Member 'UWorldInteriorSettingsComponent::Color' has a wrong offset!"); \ +static_assert(offsetof(UWorldInteriorSettingsComponent, Intensity) == 0x00025C, "Member 'UWorldInteriorSettingsComponent::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldInteriorSettings \ +static_assert(alignof(AWorldInteriorSettings) == 0x000008, "Wrong alignment on AWorldInteriorSettings"); \ +static_assert(sizeof(AWorldInteriorSettings) == 0x0002B8, "Wrong size on AWorldInteriorSettings"); \ +static_assert(offsetof(AWorldInteriorSettings, WorldInteriorSettingsComponent) == 0x0002B0, "Member 'AWorldInteriorSettings::WorldInteriorSettingsComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPostProcessSettingsComponent \ +static_assert(alignof(UWorldPostProcessSettingsComponent) == 0x000010, "Wrong alignment on UWorldPostProcessSettingsComponent"); \ +static_assert(sizeof(UWorldPostProcessSettingsComponent) == 0x0009C0, "Wrong size on UWorldPostProcessSettingsComponent"); \ +static_assert(offsetof(UWorldPostProcessSettingsComponent, Settings) == 0x000250, "Member 'UWorldPostProcessSettingsComponent::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldTelemetrySubsystem \ +static_assert(alignof(UWorldTelemetrySubsystem) == 0x000008, "Wrong alignment on UWorldTelemetrySubsystem"); \ +static_assert(sizeof(UWorldTelemetrySubsystem) == 0x000060, "Wrong size on UWorldTelemetrySubsystem"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_AdvanceLanePosition \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_AdvanceLanePosition) == 0x000004, "Wrong alignment on ZoneGraphLaneTrackerComponent_AdvanceLanePosition"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_AdvanceLanePosition) == 0x000008, "Wrong size on ZoneGraphLaneTrackerComponent_AdvanceLanePosition"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_AdvanceLanePosition, DistanceToAdvance) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_AdvanceLanePosition::DistanceToAdvance' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_AdvanceLanePosition, UpdateLaneLocation) == 0x000004, "Member 'ZoneGraphLaneTrackerComponent_AdvanceLanePosition::UpdateLaneLocation' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_AdvanceLanePosition, ReturnValue) == 0x000005, "Member 'ZoneGraphLaneTrackerComponent_AdvanceLanePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_AssignTrafficPath \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_AssignTrafficPath) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_AssignTrafficPath"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_AssignTrafficPath) == 0x000008, "Wrong size on ZoneGraphLaneTrackerComponent_AssignTrafficPath"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_AssignTrafficPath, TrafficPath) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_AssignTrafficPath::TrafficPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_FindFutureLanePosition \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_FindFutureLanePosition) == 0x000010, "Wrong alignment on ZoneGraphLaneTrackerComponent_FindFutureLanePosition"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_FindFutureLanePosition) == 0x000080, "Wrong size on ZoneGraphLaneTrackerComponent_FindFutureLanePosition"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_FindFutureLanePosition, DistanceToAdvance) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_FindFutureLanePosition::DistanceToAdvance' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_FindFutureLanePosition, ResultTransform) == 0x000010, "Member 'ZoneGraphLaneTrackerComponent_FindFutureLanePosition::ResultTransform' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_FindFutureLanePosition, ReturnValue) == 0x000070, "Member 'ZoneGraphLaneTrackerComponent_FindFutureLanePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GeneratePath \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GeneratePath) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_GeneratePath"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GeneratePath) == 0x000018, "Wrong size on ZoneGraphLaneTrackerComponent_GeneratePath"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GeneratePath, GoalPosition) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GeneratePath::GoalPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetPositionOnLane \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetPositionOnLane) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetPositionOnLane"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetPositionOnLane) == 0x000020, "Wrong size on ZoneGraphLaneTrackerComponent_GetPositionOnLane"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetPositionOnLane, DistanceToCheck) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetPositionOnLane::DistanceToCheck' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetPositionOnLane, ReturnValue) == 0x000008, "Member 'ZoneGraphLaneTrackerComponent_GetPositionOnLane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_SetLaneOffset \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_SetLaneOffset) == 0x000004, "Wrong alignment on ZoneGraphLaneTrackerComponent_SetLaneOffset"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_SetLaneOffset) == 0x000004, "Wrong size on ZoneGraphLaneTrackerComponent_SetLaneOffset"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_SetLaneOffset, Offset) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_SetLaneOffset::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_SetRoute \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_SetRoute) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_SetRoute"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_SetRoute) == 0x000018, "Wrong size on ZoneGraphLaneTrackerComponent_SetRoute"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_SetRoute, RoutePoints) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_SetRoute::RoutePoints' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_SetRoute, bRouteIsLooping) == 0x000010, "Member 'ZoneGraphLaneTrackerComponent_SetRoute::bRouteIsLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_SetRouteProgress \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_SetRouteProgress) == 0x000004, "Wrong alignment on ZoneGraphLaneTrackerComponent_SetRouteProgress"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_SetRouteProgress) == 0x000004, "Wrong size on ZoneGraphLaneTrackerComponent_SetRouteProgress"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_SetRouteProgress, RouteProgress) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_SetRouteProgress::RouteProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_SetStartLaneFromWorldPosition \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_SetStartLaneFromWorldPosition) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_SetStartLaneFromWorldPosition"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_SetStartLaneFromWorldPosition) == 0x000020, "Wrong size on ZoneGraphLaneTrackerComponent_SetStartLaneFromWorldPosition"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_SetStartLaneFromWorldPosition, WorldPosition) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_SetStartLaneFromWorldPosition::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_SetStartLaneFromWorldPosition, bLaneFound) == 0x000018, "Member 'ZoneGraphLaneTrackerComponent_SetStartLaneFromWorldPosition::bLaneFound' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_SetStartLaneFromWorldPosition, OutDistance) == 0x00001C, "Member 'ZoneGraphLaneTrackerComponent_SetStartLaneFromWorldPosition::OutDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane) == 0x000004, "Wrong alignment on ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane) == 0x000018, "Wrong size on ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane, LaneLink) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane::LaneLink' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane, IgnoreName) == 0x000004, "Member 'ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane::IgnoreName' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane, MaxFreeDistance) == 0x00000C, "Member 'ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane::MaxFreeDistance' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane, MinFreeDistance) == 0x000010, "Member 'ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane::MinFreeDistance' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane, ReturnValue) == 0x000014, "Member 'ZoneGraphLaneTrackerComponent_SwitchToAdjacentLane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_UpdateCurrentPositionFromWorldPosition \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_UpdateCurrentPositionFromWorldPosition) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_UpdateCurrentPositionFromWorldPosition"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_UpdateCurrentPositionFromWorldPosition) == 0x000020, "Wrong size on ZoneGraphLaneTrackerComponent_UpdateCurrentPositionFromWorldPosition"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_UpdateCurrentPositionFromWorldPosition, WorldPosition) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_UpdateCurrentPositionFromWorldPosition::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_UpdateCurrentPositionFromWorldPosition, bLaneFound) == 0x000018, "Member 'ZoneGraphLaneTrackerComponent_UpdateCurrentPositionFromWorldPosition::bLaneFound' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_UpdateCurrentPositionFromWorldPosition, OutDistance) == 0x00001C, "Member 'ZoneGraphLaneTrackerComponent_UpdateCurrentPositionFromWorldPosition::OutDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent) == 0x000004, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent) == 0x00001C, "Wrong size on ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent, IgnoreName) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent::IgnoreName' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent, MaxRange) == 0x000008, "Member 'ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent, MinRange) == 0x00000C, "Member 'ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent::MinRange' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent, ClosestDistance) == 0x000010, "Member 'ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent::ClosestDistance' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent, ClosestAgentSpeed) == 0x000014, "Member 'ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent::ClosestAgentSpeed' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent, ReturnValue) == 0x000018, "Member 'ZoneGraphLaneTrackerComponent_GetClosestTrafficAgent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetCurrentLaneDirection \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetCurrentLaneDirection) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetCurrentLaneDirection"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetCurrentLaneDirection) == 0x000018, "Wrong size on ZoneGraphLaneTrackerComponent_GetCurrentLaneDirection"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetCurrentLaneDirection, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetCurrentLaneDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetCurrentLaneOffsetVector \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetCurrentLaneOffsetVector) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetCurrentLaneOffsetVector"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetCurrentLaneOffsetVector) == 0x000018, "Wrong size on ZoneGraphLaneTrackerComponent_GetCurrentLaneOffsetVector"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetCurrentLaneOffsetVector, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetCurrentLaneOffsetVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetCurrentLanePosition \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetCurrentLanePosition) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetCurrentLanePosition"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetCurrentLanePosition) == 0x000018, "Wrong size on ZoneGraphLaneTrackerComponent_GetCurrentLanePosition"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetCurrentLanePosition, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetCurrentLanePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetCurrentLaneTransform \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetCurrentLaneTransform) == 0x000010, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetCurrentLaneTransform"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetCurrentLaneTransform) == 0x000060, "Wrong size on ZoneGraphLaneTrackerComponent_GetCurrentLaneTransform"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetCurrentLaneTransform, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetCurrentLaneTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetCurrentLaneUpDirection \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetCurrentLaneUpDirection) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetCurrentLaneUpDirection"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetCurrentLaneUpDirection) == 0x000018, "Wrong size on ZoneGraphLaneTrackerComponent_GetCurrentLaneUpDirection"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetCurrentLaneUpDirection, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetCurrentLaneUpDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetCurrentLaneWidth \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetCurrentLaneWidth) == 0x000004, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetCurrentLaneWidth"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetCurrentLaneWidth) == 0x000004, "Wrong size on ZoneGraphLaneTrackerComponent_GetCurrentLaneWidth"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetCurrentLaneWidth, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetCurrentLaneWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetLaneOffset \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetLaneOffset) == 0x000004, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetLaneOffset"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetLaneOffset) == 0x000004, "Wrong size on ZoneGraphLaneTrackerComponent_GetLaneOffset"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetLaneOffset, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetLaneOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetLaneSpiritsInRange \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetLaneSpiritsInRange) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetLaneSpiritsInRange"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetLaneSpiritsInRange) == 0x000018, "Wrong size on ZoneGraphLaneTrackerComponent_GetLaneSpiritsInRange"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetLaneSpiritsInRange, Range) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetLaneSpiritsInRange::Range' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetLaneSpiritsInRange, ReturnValue) == 0x000008, "Member 'ZoneGraphLaneTrackerComponent_GetLaneSpiritsInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetNextLaneDirection \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetNextLaneDirection) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetNextLaneDirection"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetNextLaneDirection) == 0x000018, "Wrong size on ZoneGraphLaneTrackerComponent_GetNextLaneDirection"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetNextLaneDirection, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetNextLaneDirection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetNextLanePosition \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetNextLanePosition) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetNextLanePosition"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetNextLanePosition) == 0x000018, "Wrong size on ZoneGraphLaneTrackerComponent_GetNextLanePosition"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetNextLanePosition, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetNextLanePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetRemainingPathLength \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetRemainingPathLength) == 0x000004, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetRemainingPathLength"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetRemainingPathLength) == 0x000004, "Wrong size on ZoneGraphLaneTrackerComponent_GetRemainingPathLength"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetRemainingPathLength, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetRemainingPathLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetRouteProgress \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetRouteProgress) == 0x000004, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetRouteProgress"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetRouteProgress) == 0x000004, "Wrong size on ZoneGraphLaneTrackerComponent_GetRouteProgress"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetRouteProgress, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetRouteProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetSpeedLimitFromCurrentLane \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetSpeedLimitFromCurrentLane) == 0x000004, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetSpeedLimitFromCurrentLane"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetSpeedLimitFromCurrentLane) == 0x000004, "Wrong size on ZoneGraphLaneTrackerComponent_GetSpeedLimitFromCurrentLane"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetSpeedLimitFromCurrentLane, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetSpeedLimitFromCurrentLane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_GetSpiritsOnSameLaneAndPath \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_GetSpiritsOnSameLaneAndPath) == 0x000008, "Wrong alignment on ZoneGraphLaneTrackerComponent_GetSpiritsOnSameLaneAndPath"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_GetSpiritsOnSameLaneAndPath) == 0x000018, "Wrong size on ZoneGraphLaneTrackerComponent_GetSpiritsOnSameLaneAndPath"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetSpiritsOnSameLaneAndPath, Range) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_GetSpiritsOnSameLaneAndPath::Range' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_GetSpiritsOnSameLaneAndPath, ReturnValue) == 0x000008, "Member 'ZoneGraphLaneTrackerComponent_GetSpiritsOnSameLaneAndPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_HasAdjacentLane \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_HasAdjacentLane) == 0x000001, "Wrong alignment on ZoneGraphLaneTrackerComponent_HasAdjacentLane"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_HasAdjacentLane) == 0x000003, "Wrong size on ZoneGraphLaneTrackerComponent_HasAdjacentLane"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_HasAdjacentLane, LaneLink) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_HasAdjacentLane::LaneLink' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_HasAdjacentLane, Exclude) == 0x000001, "Member 'ZoneGraphLaneTrackerComponent_HasAdjacentLane::Exclude' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_HasAdjacentLane, ReturnValue) == 0x000002, "Member 'ZoneGraphLaneTrackerComponent_HasAdjacentLane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_HasPath \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_HasPath) == 0x000001, "Wrong alignment on ZoneGraphLaneTrackerComponent_HasPath"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_HasPath) == 0x000001, "Wrong size on ZoneGraphLaneTrackerComponent_HasPath"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_HasPath, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_HasPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_HasReachedEndofPath \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_HasReachedEndofPath) == 0x000001, "Wrong alignment on ZoneGraphLaneTrackerComponent_HasReachedEndofPath"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_HasReachedEndofPath) == 0x000001, "Wrong size on ZoneGraphLaneTrackerComponent_HasReachedEndofPath"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_HasReachedEndofPath, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_HasReachedEndofPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_IsAtEndOfLane \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_IsAtEndOfLane) == 0x000004, "Wrong alignment on ZoneGraphLaneTrackerComponent_IsAtEndOfLane"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_IsAtEndOfLane) == 0x000008, "Wrong size on ZoneGraphLaneTrackerComponent_IsAtEndOfLane"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_IsAtEndOfLane, DistanceToEndOfLane) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_IsAtEndOfLane::DistanceToEndOfLane' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_IsAtEndOfLane, ReturnValue) == 0x000004, "Member 'ZoneGraphLaneTrackerComponent_IsAtEndOfLane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_IsCurrentLaneValid \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_IsCurrentLaneValid) == 0x000001, "Wrong alignment on ZoneGraphLaneTrackerComponent_IsCurrentLaneValid"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_IsCurrentLaneValid) == 0x000001, "Wrong size on ZoneGraphLaneTrackerComponent_IsCurrentLaneValid"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_IsCurrentLaneValid, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_IsCurrentLaneValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_IsInEarlySplit \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_IsInEarlySplit) == 0x000001, "Wrong alignment on ZoneGraphLaneTrackerComponent_IsInEarlySplit"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_IsInEarlySplit) == 0x000001, "Wrong size on ZoneGraphLaneTrackerComponent_IsInEarlySplit"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_IsInEarlySplit, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_IsInEarlySplit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_IsNextPathLaneAdjacentLane \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_IsNextPathLaneAdjacentLane) == 0x000001, "Wrong alignment on ZoneGraphLaneTrackerComponent_IsNextPathLaneAdjacentLane"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_IsNextPathLaneAdjacentLane) == 0x000002, "Wrong size on ZoneGraphLaneTrackerComponent_IsNextPathLaneAdjacentLane"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_IsNextPathLaneAdjacentLane, LaneLink) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_IsNextPathLaneAdjacentLane::LaneLink' has a wrong offset!"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_IsNextPathLaneAdjacentLane, ReturnValue) == 0x000001, "Member 'ZoneGraphLaneTrackerComponent_IsNextPathLaneAdjacentLane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_IsTurningLeft \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_IsTurningLeft) == 0x000001, "Wrong alignment on ZoneGraphLaneTrackerComponent_IsTurningLeft"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_IsTurningLeft) == 0x000001, "Wrong size on ZoneGraphLaneTrackerComponent_IsTurningLeft"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_IsTurningLeft, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_IsTurningLeft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneGraphLaneTrackerComponent_IsTurningRight \ +static_assert(alignof(ZoneGraphLaneTrackerComponent_IsTurningRight) == 0x000001, "Wrong alignment on ZoneGraphLaneTrackerComponent_IsTurningRight"); \ +static_assert(sizeof(ZoneGraphLaneTrackerComponent_IsTurningRight) == 0x000001, "Wrong size on ZoneGraphLaneTrackerComponent_IsTurningRight"); \ +static_assert(offsetof(ZoneGraphLaneTrackerComponent_IsTurningRight, ReturnValue) == 0x000000, "Member 'ZoneGraphLaneTrackerComponent_IsTurningRight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneGraphLaneTrackerComponent \ +static_assert(alignof(UZoneGraphLaneTrackerComponent) == 0x000010, "Wrong alignment on UZoneGraphLaneTrackerComponent"); \ +static_assert(sizeof(UZoneGraphLaneTrackerComponent) == 0x0001D0, "Wrong size on UZoneGraphLaneTrackerComponent"); \ +static_assert(offsetof(UZoneGraphLaneTrackerComponent, SearchExtent) == 0x0000C0, "Member 'UZoneGraphLaneTrackerComponent::SearchExtent' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphLaneTrackerComponent, bIsEscaping) == 0x0000D8, "Member 'UZoneGraphLaneTrackerComponent::bIsEscaping' has a wrong offset!"); \ +static_assert(offsetof(UZoneGraphLaneTrackerComponent, QueryFilter) == 0x0000DC, "Member 'UZoneGraphLaneTrackerComponent::QueryFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneMap \ +static_assert(alignof(UZoneMap) == 0x000008, "Wrong alignment on UZoneMap"); \ +static_assert(sizeof(UZoneMap) == 0x000090, "Wrong size on UZoneMap"); \ +static_assert(offsetof(UZoneMap, WorldBounds) == 0x000028, "Member 'UZoneMap::WorldBounds' has a wrong offset!"); \ +static_assert(offsetof(UZoneMap, Brushes) == 0x000060, "Member 'UZoneMap::Brushes' has a wrong offset!"); \ +static_assert(offsetof(UZoneMap, Layers) == 0x000070, "Member 'UZoneMap::Layers' has a wrong offset!"); \ +static_assert(offsetof(UZoneMap, LastSavedLayerIndex) == 0x000080, "Member 'UZoneMap::LastSavedLayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UZoneMap, HasUnsavedChanges) == 0x000084, "Member 'UZoneMap::HasUnsavedChanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneSubsystem_GetZoneDisplayName \ +static_assert(alignof(ZoneSubsystem_GetZoneDisplayName) == 0x000008, "Wrong alignment on ZoneSubsystem_GetZoneDisplayName"); \ +static_assert(sizeof(ZoneSubsystem_GetZoneDisplayName) == 0x000020, "Wrong size on ZoneSubsystem_GetZoneDisplayName"); \ +static_assert(offsetof(ZoneSubsystem_GetZoneDisplayName, ZoneName) == 0x000000, "Member 'ZoneSubsystem_GetZoneDisplayName::ZoneName' has a wrong offset!"); \ +static_assert(offsetof(ZoneSubsystem_GetZoneDisplayName, WorldContextObject) == 0x000008, "Member 'ZoneSubsystem_GetZoneDisplayName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZoneSubsystem_GetZoneDisplayName, ReturnValue) == 0x000010, "Member 'ZoneSubsystem_GetZoneDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneSubsystem_GetZoneFromLocationBp \ +static_assert(alignof(ZoneSubsystem_GetZoneFromLocationBp) == 0x000008, "Wrong alignment on ZoneSubsystem_GetZoneFromLocationBp"); \ +static_assert(sizeof(ZoneSubsystem_GetZoneFromLocationBp) == 0x000030, "Wrong size on ZoneSubsystem_GetZoneFromLocationBp"); \ +static_assert(offsetof(ZoneSubsystem_GetZoneFromLocationBp, Location) == 0x000000, "Member 'ZoneSubsystem_GetZoneFromLocationBp::Location' has a wrong offset!"); \ +static_assert(offsetof(ZoneSubsystem_GetZoneFromLocationBp, LayerName) == 0x000018, "Member 'ZoneSubsystem_GetZoneFromLocationBp::LayerName' has a wrong offset!"); \ +static_assert(offsetof(ZoneSubsystem_GetZoneFromLocationBp, WorldContextObject) == 0x000020, "Member 'ZoneSubsystem_GetZoneFromLocationBp::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZoneSubsystem_GetZoneFromLocationBp, ReturnValue) == 0x000028, "Member 'ZoneSubsystem_GetZoneFromLocationBp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ZoneSubsystem_GetZoneNameFromLocation \ +static_assert(alignof(ZoneSubsystem_GetZoneNameFromLocation) == 0x000008, "Wrong alignment on ZoneSubsystem_GetZoneNameFromLocation"); \ +static_assert(sizeof(ZoneSubsystem_GetZoneNameFromLocation) == 0x000030, "Wrong size on ZoneSubsystem_GetZoneNameFromLocation"); \ +static_assert(offsetof(ZoneSubsystem_GetZoneNameFromLocation, WorldLocation) == 0x000000, "Member 'ZoneSubsystem_GetZoneNameFromLocation::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(ZoneSubsystem_GetZoneNameFromLocation, LayerName) == 0x000018, "Member 'ZoneSubsystem_GetZoneNameFromLocation::LayerName' has a wrong offset!"); \ +static_assert(offsetof(ZoneSubsystem_GetZoneNameFromLocation, WorldContextObject) == 0x000020, "Member 'ZoneSubsystem_GetZoneNameFromLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ZoneSubsystem_GetZoneNameFromLocation, ReturnValue) == 0x000028, "Member 'ZoneSubsystem_GetZoneNameFromLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UZoneSubsystem \ +static_assert(alignof(UZoneSubsystem) == 0x000008, "Wrong alignment on UZoneSubsystem"); \ +static_assert(sizeof(UZoneSubsystem) == 0x0000D8, "Wrong size on UZoneSubsystem"); \ +static_assert(offsetof(UZoneSubsystem, ZoneMap) == 0x000058, "Member 'UZoneSubsystem::ZoneMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_BoxOverlapActorsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_BoxOverlapActorsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_BoxOverlapActorsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_BoxOverlapActorsWithWorldContext) == 0x000078, "Wrong size on TracingFunctionLibrary_BoxOverlapActorsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapActorsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_BoxOverlapActorsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapActorsWithWorldContext, BoxPos) == 0x000008, "Member 'TracingFunctionLibrary_BoxOverlapActorsWithWorldContext::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapActorsWithWorldContext, BoxExtent) == 0x000020, "Member 'TracingFunctionLibrary_BoxOverlapActorsWithWorldContext::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapActorsWithWorldContext, ObjectTypes) == 0x000038, "Member 'TracingFunctionLibrary_BoxOverlapActorsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapActorsWithWorldContext, ActorClassFilter) == 0x000048, "Member 'TracingFunctionLibrary_BoxOverlapActorsWithWorldContext::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapActorsWithWorldContext, ActorsToIgnore) == 0x000050, "Member 'TracingFunctionLibrary_BoxOverlapActorsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapActorsWithWorldContext, OutActors) == 0x000060, "Member 'TracingFunctionLibrary_BoxOverlapActorsWithWorldContext::OutActors' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapActorsWithWorldContext, ReturnValue) == 0x000070, "Member 'TracingFunctionLibrary_BoxOverlapActorsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext) == 0x000078, "Wrong size on TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext, BoxPos) == 0x000008, "Member 'TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext, Extent) == 0x000020, "Member 'TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext::Extent' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext, ObjectTypes) == 0x000038, "Member 'TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext, ComponentClassFilter) == 0x000048, "Member 'TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext, ActorsToIgnore) == 0x000050, "Member 'TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext, OutComponents) == 0x000060, "Member 'TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext, ReturnValue) == 0x000070, "Member 'TracingFunctionLibrary_BoxOverlapComponentsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext) == 0x0000D0, "Wrong size on TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, HalfSize) == 0x000038, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, Orientation) == 0x000050, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::Orientation' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, ProfileName) == 0x000068, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, bTraceComplex) == 0x000070, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, ActorsToIgnore) == 0x000078, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, DrawDebugType) == 0x000088, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, OutHits) == 0x000090, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::OutHits' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, bIgnoreSelf) == 0x0000A0, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, TraceColor) == 0x0000A4, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, TraceHitColor) == 0x0000B4, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, DrawTime) == 0x0000C4, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext, ReturnValue) == 0x0000C8, "Member 'TracingFunctionLibrary_BoxTraceMultiByProfileWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext) == 0x0000D8, "Wrong size on TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, HalfSize) == 0x000038, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, Orientation) == 0x000050, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::Orientation' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, ObjectTypes) == 0x000068, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, bTraceComplex) == 0x000078, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, ActorsToIgnore) == 0x000080, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, DrawDebugType) == 0x000090, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, OutHits) == 0x000098, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::OutHits' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, bIgnoreSelf) == 0x0000A8, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, TraceColor) == 0x0000AC, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, TraceHitColor) == 0x0000BC, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, DrawTime) == 0x0000CC, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext, ReturnValue) == 0x0000D0, "Member 'TracingFunctionLibrary_BoxTraceMultiForObjectsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_BoxTraceMultiWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_BoxTraceMultiWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext) == 0x0000C8, "Wrong size on TracingFunctionLibrary_BoxTraceMultiWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, HalfSize) == 0x000038, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, Orientation) == 0x000050, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::Orientation' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, TraceChannel) == 0x000068, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, bTraceComplex) == 0x000069, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, ActorsToIgnore) == 0x000070, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, DrawDebugType) == 0x000080, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, OutHits) == 0x000088, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::OutHits' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, bIgnoreSelf) == 0x000098, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, TraceColor) == 0x00009C, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, TraceHitColor) == 0x0000AC, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, DrawTime) == 0x0000BC, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceMultiWithWorldContext, ReturnValue) == 0x0000C0, "Member 'TracingFunctionLibrary_BoxTraceMultiWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext) == 0x0001C0, "Wrong size on TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, HalfSize) == 0x000038, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, Orientation) == 0x000050, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::Orientation' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, ProfileName) == 0x000068, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, bTraceComplex) == 0x000070, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, ActorsToIgnore) == 0x000078, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, DrawDebugType) == 0x000088, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, OutHit) == 0x000090, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::OutHit' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, bIgnoreSelf) == 0x000190, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, TraceColor) == 0x000194, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, TraceHitColor) == 0x0001A4, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, DrawTime) == 0x0001B4, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext, ReturnValue) == 0x0001B8, "Member 'TracingFunctionLibrary_BoxTraceSingleByProfileWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext) == 0x0001C8, "Wrong size on TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, HalfSize) == 0x000038, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, Orientation) == 0x000050, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::Orientation' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, ObjectTypes) == 0x000068, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, bTraceComplex) == 0x000078, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, ActorsToIgnore) == 0x000080, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, DrawDebugType) == 0x000090, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, OutHit) == 0x000098, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::OutHit' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, bIgnoreSelf) == 0x000198, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, TraceColor) == 0x00019C, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, TraceHitColor) == 0x0001AC, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, DrawTime) == 0x0001BC, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext, ReturnValue) == 0x0001C0, "Member 'TracingFunctionLibrary_BoxTraceSingleForObjectsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_BoxTraceSingleWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_BoxTraceSingleWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext) == 0x0001B8, "Wrong size on TracingFunctionLibrary_BoxTraceSingleWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, HalfSize) == 0x000038, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, Orientation) == 0x000050, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::Orientation' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, TraceChannel) == 0x000068, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, bTraceComplex) == 0x000069, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, ActorsToIgnore) == 0x000070, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, DrawDebugType) == 0x000080, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, OutHit) == 0x000088, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::OutHit' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, bIgnoreSelf) == 0x000188, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, TraceColor) == 0x00018C, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, TraceHitColor) == 0x00019C, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, DrawTime) == 0x0001AC, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_BoxTraceSingleWithWorldContext, ReturnValue) == 0x0001B0, "Member 'TracingFunctionLibrary_BoxTraceSingleWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext) == 0x000068, "Wrong size on TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext, CapsulePos) == 0x000008, "Member 'TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext::CapsulePos' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext, Radius) == 0x000020, "Member 'TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext, HalfHeight) == 0x000024, "Member 'TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext, ObjectTypes) == 0x000028, "Member 'TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext, ActorClassFilter) == 0x000038, "Member 'TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext, ActorsToIgnore) == 0x000040, "Member 'TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext, OutActors) == 0x000050, "Member 'TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext::OutActors' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext, ReturnValue) == 0x000060, "Member 'TracingFunctionLibrary_CapsuleOverlapActorsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext) == 0x000068, "Wrong size on TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext, CapsulePos) == 0x000008, "Member 'TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext::CapsulePos' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext, Radius) == 0x000020, "Member 'TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext, HalfHeight) == 0x000024, "Member 'TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext, ObjectTypes) == 0x000028, "Member 'TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext, ComponentClassFilter) == 0x000038, "Member 'TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext, ActorsToIgnore) == 0x000040, "Member 'TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext, OutComponents) == 0x000050, "Member 'TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext, ReturnValue) == 0x000060, "Member 'TracingFunctionLibrary_CapsuleOverlapComponentsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext) == 0x0000A8, "Wrong size on TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, Radius) == 0x000038, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, HalfHeight) == 0x00003C, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, ProfileName) == 0x000040, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, bTraceComplex) == 0x000048, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, ActorsToIgnore) == 0x000050, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, DrawDebugType) == 0x000060, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, OutHits) == 0x000068, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::OutHits' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, bIgnoreSelf) == 0x000078, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, TraceColor) == 0x00007C, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, TraceHitColor) == 0x00008C, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, DrawTime) == 0x00009C, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext, ReturnValue) == 0x0000A0, "Member 'TracingFunctionLibrary_CapsuleTraceMultiByProfileWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext) == 0x0000B0, "Wrong size on TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, Radius) == 0x000038, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, HalfHeight) == 0x00003C, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, ObjectTypes) == 0x000040, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, bTraceComplex) == 0x000050, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, ActorsToIgnore) == 0x000058, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, DrawDebugType) == 0x000068, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, OutHits) == 0x000070, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::OutHits' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, bIgnoreSelf) == 0x000080, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, TraceColor) == 0x000084, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, TraceHitColor) == 0x000094, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, DrawTime) == 0x0000A4, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext, ReturnValue) == 0x0000A8, "Member 'TracingFunctionLibrary_CapsuleTraceMultiForObjectsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext) == 0x0000A0, "Wrong size on TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, Radius) == 0x000038, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, HalfHeight) == 0x00003C, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, TraceChannel) == 0x000040, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, bTraceComplex) == 0x000041, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, ActorsToIgnore) == 0x000048, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, DrawDebugType) == 0x000058, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, OutHits) == 0x000060, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::OutHits' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, bIgnoreSelf) == 0x000070, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, TraceColor) == 0x000074, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, TraceHitColor) == 0x000084, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, DrawTime) == 0x000094, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext, ReturnValue) == 0x000098, "Member 'TracingFunctionLibrary_CapsuleTraceMultiWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext) == 0x000198, "Wrong size on TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, Radius) == 0x000038, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, HalfHeight) == 0x00003C, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, ProfileName) == 0x000040, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, bTraceComplex) == 0x000048, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, ActorsToIgnore) == 0x000050, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, DrawDebugType) == 0x000060, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, OutHit) == 0x000068, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::OutHit' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, bIgnoreSelf) == 0x000168, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, TraceColor) == 0x00016C, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, TraceHitColor) == 0x00017C, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, DrawTime) == 0x00018C, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext, ReturnValue) == 0x000190, "Member 'TracingFunctionLibrary_CapsuleTraceSingleByProfileWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext) == 0x0001A0, "Wrong size on TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, Radius) == 0x000038, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, HalfHeight) == 0x00003C, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, ObjectTypes) == 0x000040, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, bTraceComplex) == 0x000050, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, ActorsToIgnore) == 0x000058, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, DrawDebugType) == 0x000068, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, OutHit) == 0x000070, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::OutHit' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, bIgnoreSelf) == 0x000170, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, TraceColor) == 0x000174, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, TraceHitColor) == 0x000184, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, DrawTime) == 0x000194, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext, ReturnValue) == 0x000198, "Member 'TracingFunctionLibrary_CapsuleTraceSingleForObjectsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext) == 0x000190, "Wrong size on TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, Radius) == 0x000038, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, HalfHeight) == 0x00003C, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, TraceChannel) == 0x000040, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, bTraceComplex) == 0x000041, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, ActorsToIgnore) == 0x000048, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, DrawDebugType) == 0x000058, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, OutHit) == 0x000060, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::OutHit' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, bIgnoreSelf) == 0x000160, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, TraceColor) == 0x000164, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, TraceHitColor) == 0x000174, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, DrawTime) == 0x000184, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext, ReturnValue) == 0x000188, "Member 'TracingFunctionLibrary_CapsuleTraceSingleWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext) == 0x0000A0, "Wrong size on TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, ProfileName) == 0x000038, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, bTraceComplex) == 0x000040, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, ActorsToIgnore) == 0x000048, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, DrawDebugType) == 0x000058, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, OutHits) == 0x000060, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::OutHits' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, bIgnoreSelf) == 0x000070, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, TraceColor) == 0x000074, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, TraceHitColor) == 0x000084, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, DrawTime) == 0x000094, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext, ReturnValue) == 0x000098, "Member 'TracingFunctionLibrary_LineTraceMultiByProfileWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext) == 0x0000A8, "Wrong size on TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, ObjectTypes) == 0x000038, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, bTraceComplex) == 0x000048, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, ActorsToIgnore) == 0x000050, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, DrawDebugType) == 0x000060, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, OutHits) == 0x000068, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::OutHits' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, bIgnoreSelf) == 0x000078, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, TraceColor) == 0x00007C, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, TraceHitColor) == 0x00008C, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, DrawTime) == 0x00009C, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext, ReturnValue) == 0x0000A0, "Member 'TracingFunctionLibrary_LineTraceMultiForObjectsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_LineTraceMultiWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_LineTraceMultiWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_LineTraceMultiWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_LineTraceMultiWithWorldContext) == 0x000098, "Wrong size on TracingFunctionLibrary_LineTraceMultiWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, TraceChannel) == 0x000038, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, bTraceComplex) == 0x000039, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, ActorsToIgnore) == 0x000040, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, DrawDebugType) == 0x000050, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, OutHits) == 0x000058, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::OutHits' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, bIgnoreSelf) == 0x000068, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, TraceColor) == 0x00006C, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, TraceHitColor) == 0x00007C, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, DrawTime) == 0x00008C, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceMultiWithWorldContext, ReturnValue) == 0x000090, "Member 'TracingFunctionLibrary_LineTraceMultiWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext) == 0x000190, "Wrong size on TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, ProfileName) == 0x000038, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, bTraceComplex) == 0x000040, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, ActorsToIgnore) == 0x000048, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, DrawDebugType) == 0x000058, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, OutHit) == 0x000060, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::OutHit' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, bIgnoreSelf) == 0x000160, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, TraceColor) == 0x000164, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, TraceHitColor) == 0x000174, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, DrawTime) == 0x000184, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext, ReturnValue) == 0x000188, "Member 'TracingFunctionLibrary_LineTraceSingleByProfileWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext) == 0x000198, "Wrong size on TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, ObjectTypes) == 0x000038, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, bTraceComplex) == 0x000048, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, ActorsToIgnore) == 0x000050, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, DrawDebugType) == 0x000060, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, OutHit) == 0x000068, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::OutHit' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, bIgnoreSelf) == 0x000168, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, TraceColor) == 0x00016C, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, TraceHitColor) == 0x00017C, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, DrawTime) == 0x00018C, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext, ReturnValue) == 0x000190, "Member 'TracingFunctionLibrary_LineTraceSingleForObjectsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_LineTraceSingleWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_LineTraceSingleWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_LineTraceSingleWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_LineTraceSingleWithWorldContext) == 0x000188, "Wrong size on TracingFunctionLibrary_LineTraceSingleWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, TraceChannel) == 0x000038, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, bTraceComplex) == 0x000039, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, ActorsToIgnore) == 0x000040, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, DrawDebugType) == 0x000050, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, OutHit) == 0x000058, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::OutHit' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, bIgnoreSelf) == 0x000158, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, TraceColor) == 0x00015C, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, TraceHitColor) == 0x00016C, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, DrawTime) == 0x00017C, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_LineTraceSingleWithWorldContext, ReturnValue) == 0x000180, "Member 'TracingFunctionLibrary_LineTraceSingleWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_SphereOverlapActorsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_SphereOverlapActorsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_SphereOverlapActorsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_SphereOverlapActorsWithWorldContext) == 0x000068, "Wrong size on TracingFunctionLibrary_SphereOverlapActorsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapActorsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_SphereOverlapActorsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapActorsWithWorldContext, SpherePos) == 0x000008, "Member 'TracingFunctionLibrary_SphereOverlapActorsWithWorldContext::SpherePos' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapActorsWithWorldContext, SphereRadius) == 0x000020, "Member 'TracingFunctionLibrary_SphereOverlapActorsWithWorldContext::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapActorsWithWorldContext, ObjectTypes) == 0x000028, "Member 'TracingFunctionLibrary_SphereOverlapActorsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapActorsWithWorldContext, ActorClassFilter) == 0x000038, "Member 'TracingFunctionLibrary_SphereOverlapActorsWithWorldContext::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapActorsWithWorldContext, ActorsToIgnore) == 0x000040, "Member 'TracingFunctionLibrary_SphereOverlapActorsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapActorsWithWorldContext, OutActors) == 0x000050, "Member 'TracingFunctionLibrary_SphereOverlapActorsWithWorldContext::OutActors' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapActorsWithWorldContext, ReturnValue) == 0x000060, "Member 'TracingFunctionLibrary_SphereOverlapActorsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext) == 0x000068, "Wrong size on TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext, SpherePos) == 0x000008, "Member 'TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext::SpherePos' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext, SphereRadius) == 0x000020, "Member 'TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext, ObjectTypes) == 0x000028, "Member 'TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext, ComponentClassFilter) == 0x000038, "Member 'TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext, ActorsToIgnore) == 0x000040, "Member 'TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext, OutComponents) == 0x000050, "Member 'TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext, ReturnValue) == 0x000060, "Member 'TracingFunctionLibrary_SphereOverlapComponentsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext) == 0x0000A0, "Wrong size on TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, Radius) == 0x000038, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, ProfileName) == 0x00003C, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, bTraceComplex) == 0x000044, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, ActorsToIgnore) == 0x000048, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, DrawDebugType) == 0x000058, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, OutHits) == 0x000060, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::OutHits' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, bIgnoreSelf) == 0x000070, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, TraceColor) == 0x000074, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, TraceHitColor) == 0x000084, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, DrawTime) == 0x000094, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext, ReturnValue) == 0x000098, "Member 'TracingFunctionLibrary_SphereTraceMultiByProfileWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext) == 0x0000B0, "Wrong size on TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, Radius) == 0x000038, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, ObjectTypes) == 0x000040, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, bTraceComplex) == 0x000050, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, ActorsToIgnore) == 0x000058, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, DrawDebugType) == 0x000068, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, OutHits) == 0x000070, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::OutHits' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, bIgnoreSelf) == 0x000080, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, TraceColor) == 0x000084, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, TraceHitColor) == 0x000094, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, DrawTime) == 0x0000A4, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext, ReturnValue) == 0x0000A8, "Member 'TracingFunctionLibrary_SphereTraceMultiForObjectsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_SphereTraceMultiWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_SphereTraceMultiWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext) == 0x000098, "Wrong size on TracingFunctionLibrary_SphereTraceMultiWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, Radius) == 0x000038, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, TraceChannel) == 0x00003C, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, bTraceComplex) == 0x00003D, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, ActorsToIgnore) == 0x000040, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, DrawDebugType) == 0x000050, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, OutHits) == 0x000058, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::OutHits' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, bIgnoreSelf) == 0x000068, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, TraceColor) == 0x00006C, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, TraceHitColor) == 0x00007C, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, DrawTime) == 0x00008C, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceMultiWithWorldContext, ReturnValue) == 0x000090, "Member 'TracingFunctionLibrary_SphereTraceMultiWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext) == 0x000190, "Wrong size on TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, Radius) == 0x000038, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, ProfileName) == 0x00003C, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, bTraceComplex) == 0x000044, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, ActorsToIgnore) == 0x000048, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, DrawDebugType) == 0x000058, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, OutHit) == 0x000060, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::OutHit' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, bIgnoreSelf) == 0x000160, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, TraceColor) == 0x000164, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, TraceHitColor) == 0x000174, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, DrawTime) == 0x000184, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext, ReturnValue) == 0x000188, "Member 'TracingFunctionLibrary_SphereTraceSingleByProfileWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext) == 0x0001A0, "Wrong size on TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, Radius) == 0x000038, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, ObjectTypes) == 0x000040, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, bTraceComplex) == 0x000050, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, ActorsToIgnore) == 0x000058, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, DrawDebugType) == 0x000068, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, OutHit) == 0x000070, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::OutHit' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, bIgnoreSelf) == 0x000170, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, TraceColor) == 0x000174, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, TraceHitColor) == 0x000184, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, DrawTime) == 0x000194, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext, ReturnValue) == 0x000198, "Member 'TracingFunctionLibrary_SphereTraceSingleForObjectsWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TracingFunctionLibrary_SphereTraceSingleWithWorldContext \ +static_assert(alignof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext) == 0x000008, "Wrong alignment on TracingFunctionLibrary_SphereTraceSingleWithWorldContext"); \ +static_assert(sizeof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext) == 0x000188, "Wrong size on TracingFunctionLibrary_SphereTraceSingleWithWorldContext"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, WorldContextObject) == 0x000000, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, Start) == 0x000008, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::Start' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, End) == 0x000020, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::End' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, Radius) == 0x000038, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::Radius' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, TraceChannel) == 0x00003C, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, bTraceComplex) == 0x00003D, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, ActorsToIgnore) == 0x000040, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, DrawDebugType) == 0x000050, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, OutHit) == 0x000058, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::OutHit' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, bIgnoreSelf) == 0x000158, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, TraceColor) == 0x00015C, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, TraceHitColor) == 0x00016C, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, DrawTime) == 0x00017C, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(TracingFunctionLibrary_SphereTraceSingleWithWorldContext, ReturnValue) == 0x000180, "Member 'TracingFunctionLibrary_SphereTraceSingleWithWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTracingFunctionLibrary \ +static_assert(alignof(UTracingFunctionLibrary) == 0x000008, "Wrong alignment on UTracingFunctionLibrary"); \ +static_assert(sizeof(UTracingFunctionLibrary) == 0x000028, "Wrong size on UTracingFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UVehicleAutopilotProfileData \ +static_assert(alignof(UVehicleAutopilotProfileData) == 0x000008, "Wrong alignment on UVehicleAutopilotProfileData"); \ +static_assert(sizeof(UVehicleAutopilotProfileData) == 0x0008F8, "Wrong size on UVehicleAutopilotProfileData"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, Speed) == 0x000030, "Member 'UVehicleAutopilotProfileData::Speed' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, Throttle) == 0x0003F0, "Member 'UVehicleAutopilotProfileData::Throttle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, Brake) == 0x0004A0, "Member 'UVehicleAutopilotProfileData::Brake' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, Steer) == 0x000560, "Member 'UVehicleAutopilotProfileData::Steer' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, SwapLane) == 0x0005D0, "Member 'UVehicleAutopilotProfileData::SwapLane' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, Stuck) == 0x0005E8, "Member 'UVehicleAutopilotProfileData::Stuck' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, Detection) == 0x000648, "Member 'UVehicleAutopilotProfileData::Detection' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, Combat) == 0x000750, "Member 'UVehicleAutopilotProfileData::Combat' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, Fleeing) == 0x000770, "Member 'UVehicleAutopilotProfileData::Fleeing' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, Horn) == 0x000778, "Member 'UVehicleAutopilotProfileData::Horn' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, LightSignal) == 0x0007A8, "Member 'UVehicleAutopilotProfileData::LightSignal' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, RubberBanding) == 0x0007C8, "Member 'UVehicleAutopilotProfileData::RubberBanding' has a wrong offset!"); \ +static_assert(offsetof(UVehicleAutopilotProfileData, LaneOffset) == 0x0008E8, "Member 'UVehicleAutopilotProfileData::LaneOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARoadIntersectionActor \ +static_assert(alignof(ARoadIntersectionActor) == 0x000008, "Wrong alignment on ARoadIntersectionActor"); \ +static_assert(sizeof(ARoadIntersectionActor) == 0x0002B0, "Wrong size on ARoadIntersectionActor"); \ + +#define DUMPER7_ASSERTS_ATetherAnchor \ +static_assert(alignof(ATetherAnchor) == 0x000008, "Wrong alignment on ATetherAnchor"); \ +static_assert(sizeof(ATetherAnchor) == 0x0002E0, "Wrong size on ATetherAnchor"); \ +static_assert(offsetof(ATetherAnchor, ConnectedControllers) == 0x0002B0, "Member 'ATetherAnchor::ConnectedControllers' has a wrong offset!"); \ +static_assert(offsetof(ATetherAnchor, TriggerVolume) == 0x0002C0, "Member 'ATetherAnchor::TriggerVolume' has a wrong offset!"); \ +static_assert(offsetof(ATetherAnchor, TetherUID) == 0x0002C8, "Member 'ATetherAnchor::TetherUID' has a wrong offset!"); \ +static_assert(offsetof(ATetherAnchor, bRadial) == 0x0002D0, "Member 'ATetherAnchor::bRadial' has a wrong offset!"); \ +static_assert(offsetof(ATetherAnchor, bTimebased) == 0x0002D1, "Member 'ATetherAnchor::bTimebased' has a wrong offset!"); \ +static_assert(offsetof(ATetherAnchor, MaxExcursionTime) == 0x0002D4, "Member 'ATetherAnchor::MaxExcursionTime' has a wrong offset!"); \ +static_assert(offsetof(ATetherAnchor, TetherRange) == 0x0002D8, "Member 'ATetherAnchor::TetherRange' has a wrong offset!"); \ +static_assert(offsetof(ATetherAnchor, MaxOffsetZ) == 0x0002DC, "Member 'ATetherAnchor::MaxOffsetZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorGroupConfigAsset \ +static_assert(alignof(UActorGroupConfigAsset) == 0x000008, "Wrong alignment on UActorGroupConfigAsset"); \ +static_assert(sizeof(UActorGroupConfigAsset) == 0x000078, "Wrong size on UActorGroupConfigAsset"); \ +static_assert(offsetof(UActorGroupConfigAsset, ActorGroupConfig) == 0x000030, "Member 'UActorGroupConfigAsset::ActorGroupConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorGroupSubsystem \ +static_assert(alignof(UActorGroupSubsystem) == 0x000008, "Wrong alignment on UActorGroupSubsystem"); \ +static_assert(sizeof(UActorGroupSubsystem) == 0x0000C8, "Wrong size on UActorGroupSubsystem"); \ + +#define DUMPER7_ASSERTS_UActorGroupEditorComponent \ +static_assert(alignof(UActorGroupEditorComponent) == 0x000010, "Wrong alignment on UActorGroupEditorComponent"); \ +static_assert(sizeof(UActorGroupEditorComponent) == 0x000250, "Wrong size on UActorGroupEditorComponent"); \ + +#define DUMPER7_ASSERTS_CJAITask_UseSmartObject_UseSmartObjectActor \ +static_assert(alignof(CJAITask_UseSmartObject_UseSmartObjectActor) == 0x000008, "Wrong alignment on CJAITask_UseSmartObject_UseSmartObjectActor"); \ +static_assert(sizeof(CJAITask_UseSmartObject_UseSmartObjectActor) == 0x000020, "Wrong size on CJAITask_UseSmartObject_UseSmartObjectActor"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectActor, Controller) == 0x000000, "Member 'CJAITask_UseSmartObject_UseSmartObjectActor::Controller' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectActor, SmartObjectActor) == 0x000008, "Member 'CJAITask_UseSmartObject_UseSmartObjectActor::SmartObjectActor' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectActor, Priority) == 0x000010, "Member 'CJAITask_UseSmartObject_UseSmartObjectActor::Priority' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectActor, bLockAILogic) == 0x000011, "Member 'CJAITask_UseSmartObject_UseSmartObjectActor::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectActor, bTeleport) == 0x000012, "Member 'CJAITask_UseSmartObject_UseSmartObjectActor::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectActor, ReturnValue) == 0x000018, "Member 'CJAITask_UseSmartObject_UseSmartObjectActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAITask_UseSmartObject_UseSmartObjectClaimed \ +static_assert(alignof(CJAITask_UseSmartObject_UseSmartObjectClaimed) == 0x000008, "Wrong alignment on CJAITask_UseSmartObject_UseSmartObjectClaimed"); \ +static_assert(sizeof(CJAITask_UseSmartObject_UseSmartObjectClaimed) == 0x000040, "Wrong size on CJAITask_UseSmartObject_UseSmartObjectClaimed"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectClaimed, Controller) == 0x000000, "Member 'CJAITask_UseSmartObject_UseSmartObjectClaimed::Controller' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectClaimed, ClaimHandle) == 0x000008, "Member 'CJAITask_UseSmartObject_UseSmartObjectClaimed::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectClaimed, bLockAILogic) == 0x000030, "Member 'CJAITask_UseSmartObject_UseSmartObjectClaimed::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectClaimed, bTeleport) == 0x000031, "Member 'CJAITask_UseSmartObject_UseSmartObjectClaimed::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectClaimed, ReturnValue) == 0x000038, "Member 'CJAITask_UseSmartObject_UseSmartObjectClaimed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAITask_UseSmartObject_UseSmartObjectComponent \ +static_assert(alignof(CJAITask_UseSmartObject_UseSmartObjectComponent) == 0x000008, "Wrong alignment on CJAITask_UseSmartObject_UseSmartObjectComponent"); \ +static_assert(sizeof(CJAITask_UseSmartObject_UseSmartObjectComponent) == 0x000020, "Wrong size on CJAITask_UseSmartObject_UseSmartObjectComponent"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectComponent, Controller) == 0x000000, "Member 'CJAITask_UseSmartObject_UseSmartObjectComponent::Controller' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectComponent, SmartObjectComp) == 0x000008, "Member 'CJAITask_UseSmartObject_UseSmartObjectComponent::SmartObjectComp' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectComponent, Priority) == 0x000010, "Member 'CJAITask_UseSmartObject_UseSmartObjectComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectComponent, bLockAILogic) == 0x000011, "Member 'CJAITask_UseSmartObject_UseSmartObjectComponent::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectComponent, bTeleport) == 0x000012, "Member 'CJAITask_UseSmartObject_UseSmartObjectComponent::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectComponent, ReturnValue) == 0x000018, "Member 'CJAITask_UseSmartObject_UseSmartObjectComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAITask_UseSmartObject_UseSmartObjectSlot \ +static_assert(alignof(CJAITask_UseSmartObject_UseSmartObjectSlot) == 0x000008, "Wrong alignment on CJAITask_UseSmartObject_UseSmartObjectSlot"); \ +static_assert(sizeof(CJAITask_UseSmartObject_UseSmartObjectSlot) == 0x000028, "Wrong size on CJAITask_UseSmartObject_UseSmartObjectSlot"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectSlot, Controller) == 0x000000, "Member 'CJAITask_UseSmartObject_UseSmartObjectSlot::Controller' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectSlot, SlotHandle) == 0x000008, "Member 'CJAITask_UseSmartObject_UseSmartObjectSlot::SlotHandle' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectSlot, Priority) == 0x00001C, "Member 'CJAITask_UseSmartObject_UseSmartObjectSlot::Priority' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectSlot, bLockAILogic) == 0x00001D, "Member 'CJAITask_UseSmartObject_UseSmartObjectSlot::bLockAILogic' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectSlot, bTeleport) == 0x00001E, "Member 'CJAITask_UseSmartObject_UseSmartObjectSlot::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(CJAITask_UseSmartObject_UseSmartObjectSlot, ReturnValue) == 0x000020, "Member 'CJAITask_UseSmartObject_UseSmartObjectSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAITask_UseSmartObject \ +static_assert(alignof(UCJAITask_UseSmartObject) == 0x000008, "Wrong alignment on UCJAITask_UseSmartObject"); \ +static_assert(sizeof(UCJAITask_UseSmartObject) == 0x000128, "Wrong size on UCJAITask_UseSmartObject"); \ +static_assert(offsetof(UCJAITask_UseSmartObject, OnSucceeded) == 0x000070, "Member 'UCJAITask_UseSmartObject::OnSucceeded' has a wrong offset!"); \ +static_assert(offsetof(UCJAITask_UseSmartObject, OnFailed) == 0x000080, "Member 'UCJAITask_UseSmartObject::OnFailed' has a wrong offset!"); \ +static_assert(offsetof(UCJAITask_UseSmartObject, OnMoveToFailed) == 0x000090, "Member 'UCJAITask_UseSmartObject::OnMoveToFailed' has a wrong offset!"); \ +static_assert(offsetof(UCJAITask_UseSmartObject, MoveToTask) == 0x0000A0, "Member 'UCJAITask_UseSmartObject::MoveToTask' has a wrong offset!"); \ +static_assert(offsetof(UCJAITask_UseSmartObject, GameplayBehavior) == 0x0000A8, "Member 'UCJAITask_UseSmartObject::GameplayBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewJobManager_RegisterCrewMember \ +static_assert(alignof(CrewJobManager_RegisterCrewMember) == 0x000008, "Wrong alignment on CrewJobManager_RegisterCrewMember"); \ +static_assert(sizeof(CrewJobManager_RegisterCrewMember) == 0x000008, "Wrong size on CrewJobManager_RegisterCrewMember"); \ +static_assert(offsetof(CrewJobManager_RegisterCrewMember, CrewMember) == 0x000000, "Member 'CrewJobManager_RegisterCrewMember::CrewMember' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewJobManager_SelectCrewMember \ +static_assert(alignof(CrewJobManager_SelectCrewMember) == 0x000004, "Wrong alignment on CrewJobManager_SelectCrewMember"); \ +static_assert(sizeof(CrewJobManager_SelectCrewMember) == 0x000004, "Wrong size on CrewJobManager_SelectCrewMember"); \ +static_assert(offsetof(CrewJobManager_SelectCrewMember, CrewMemberIndex) == 0x000000, "Member 'CrewJobManager_SelectCrewMember::CrewMemberIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewJobManager_SetActive \ +static_assert(alignof(CrewJobManager_SetActive) == 0x000001, "Wrong alignment on CrewJobManager_SetActive"); \ +static_assert(sizeof(CrewJobManager_SetActive) == 0x000001, "Wrong size on CrewJobManager_SetActive"); \ +static_assert(offsetof(CrewJobManager_SetActive, Active) == 0x000000, "Member 'CrewJobManager_SetActive::Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewJobManager_UnregisterCrewMember \ +static_assert(alignof(CrewJobManager_UnregisterCrewMember) == 0x000008, "Wrong alignment on CrewJobManager_UnregisterCrewMember"); \ +static_assert(sizeof(CrewJobManager_UnregisterCrewMember) == 0x000008, "Wrong size on CrewJobManager_UnregisterCrewMember"); \ +static_assert(offsetof(CrewJobManager_UnregisterCrewMember, CrewMember) == 0x000000, "Member 'CrewJobManager_UnregisterCrewMember::CrewMember' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewJobManager_CanBeActivated \ +static_assert(alignof(CrewJobManager_CanBeActivated) == 0x000001, "Wrong alignment on CrewJobManager_CanBeActivated"); \ +static_assert(sizeof(CrewJobManager_CanBeActivated) == 0x000001, "Wrong size on CrewJobManager_CanBeActivated"); \ +static_assert(offsetof(CrewJobManager_CanBeActivated, ReturnValue) == 0x000000, "Member 'CrewJobManager_CanBeActivated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewJobManager_GetCrewMembers \ +static_assert(alignof(CrewJobManager_GetCrewMembers) == 0x000008, "Wrong alignment on CrewJobManager_GetCrewMembers"); \ +static_assert(sizeof(CrewJobManager_GetCrewMembers) == 0x000010, "Wrong size on CrewJobManager_GetCrewMembers"); \ +static_assert(offsetof(CrewJobManager_GetCrewMembers, ReturnValue) == 0x000000, "Member 'CrewJobManager_GetCrewMembers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewJobManager_GetSelectedCrewMember \ +static_assert(alignof(CrewJobManager_GetSelectedCrewMember) == 0x000008, "Wrong alignment on CrewJobManager_GetSelectedCrewMember"); \ +static_assert(sizeof(CrewJobManager_GetSelectedCrewMember) == 0x000008, "Wrong size on CrewJobManager_GetSelectedCrewMember"); \ +static_assert(offsetof(CrewJobManager_GetSelectedCrewMember, ReturnValue) == 0x000000, "Member 'CrewJobManager_GetSelectedCrewMember::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CrewJobManager_IsActive \ +static_assert(alignof(CrewJobManager_IsActive) == 0x000001, "Wrong alignment on CrewJobManager_IsActive"); \ +static_assert(sizeof(CrewJobManager_IsActive) == 0x000001, "Wrong size on CrewJobManager_IsActive"); \ +static_assert(offsetof(CrewJobManager_IsActive, ReturnValue) == 0x000000, "Member 'CrewJobManager_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCrewJobManager \ +static_assert(alignof(UCrewJobManager) == 0x000008, "Wrong alignment on UCrewJobManager"); \ +static_assert(sizeof(UCrewJobManager) == 0x000040, "Wrong size on UCrewJobManager"); \ +static_assert(offsetof(UCrewJobManager, OnReevaluateCrewMemberJobsEvent) == 0x000028, "Member 'UCrewJobManager::OnReevaluateCrewMemberJobsEvent' has a wrong offset!"); \ +static_assert(offsetof(UCrewJobManager, OnCrewMemberSelectedEvent) == 0x000029, "Member 'UCrewJobManager::OnCrewMemberSelectedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCrewJobManager, CrewMembers) == 0x000030, "Member 'UCrewJobManager::CrewMembers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_DebugPrint \ +static_assert(alignof(UBTService_DebugPrint) == 0x000008, "Wrong alignment on UBTService_DebugPrint"); \ +static_assert(sizeof(UBTService_DebugPrint) == 0x0000B8, "Wrong size on UBTService_DebugPrint"); \ +static_assert(offsetof(UBTService_DebugPrint, PrintType) == 0x000070, "Member 'UBTService_DebugPrint::PrintType' has a wrong offset!"); \ +static_assert(offsetof(UBTService_DebugPrint, SphereRadius) == 0x000074, "Member 'UBTService_DebugPrint::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(UBTService_DebugPrint, SphereColor) == 0x000078, "Member 'UBTService_DebugPrint::SphereColor' has a wrong offset!"); \ +static_assert(offsetof(UBTService_DebugPrint, PrintScreenTextColor) == 0x000088, "Member 'UBTService_DebugPrint::PrintScreenTextColor' has a wrong offset!"); \ +static_assert(offsetof(UBTService_DebugPrint, Duration) == 0x00008C, "Member 'UBTService_DebugPrint::Duration' has a wrong offset!"); \ +static_assert(offsetof(UBTService_DebugPrint, ObjectToPrint) == 0x000090, "Member 'UBTService_DebugPrint::ObjectToPrint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_CheckSetSituationRoles \ +static_assert(alignof(UBTDecorator_CheckSetSituationRoles) == 0x000008, "Wrong alignment on UBTDecorator_CheckSetSituationRoles"); \ +static_assert(sizeof(UBTDecorator_CheckSetSituationRoles) == 0x000078, "Wrong size on UBTDecorator_CheckSetSituationRoles"); \ +static_assert(offsetof(UBTDecorator_CheckSetSituationRoles, ConditionExpressions) == 0x000068, "Member 'UBTDecorator_CheckSetSituationRoles::ConditionExpressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_EvaluateSituationPhase \ +static_assert(alignof(UBTDecorator_EvaluateSituationPhase) == 0x000008, "Wrong alignment on UBTDecorator_EvaluateSituationPhase"); \ +static_assert(sizeof(UBTDecorator_EvaluateSituationPhase) == 0x000070, "Wrong size on UBTDecorator_EvaluateSituationPhase"); \ +static_assert(offsetof(UBTDecorator_EvaluateSituationPhase, ArithmeticOperation) == 0x000068, "Member 'UBTDecorator_EvaluateSituationPhase::ArithmeticOperation' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_EvaluateSituationPhase, PhaseIndex) == 0x00006C, "Member 'UBTDecorator_EvaluateSituationPhase::PhaseIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvQueryContext_QuerierTeamAllies \ +static_assert(alignof(UEnvQueryContext_QuerierTeamAllies) == 0x000008, "Wrong alignment on UEnvQueryContext_QuerierTeamAllies"); \ +static_assert(sizeof(UEnvQueryContext_QuerierTeamAllies) == 0x000028, "Wrong size on UEnvQueryContext_QuerierTeamAllies"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_DropAquiredTokenGuardPROTOTYPE \ +static_assert(alignof(UHTNDecorator_DropAquiredTokenGuardPROTOTYPE) == 0x000008, "Wrong alignment on UHTNDecorator_DropAquiredTokenGuardPROTOTYPE"); \ +static_assert(sizeof(UHTNDecorator_DropAquiredTokenGuardPROTOTYPE) == 0x0000A0, "Wrong size on UHTNDecorator_DropAquiredTokenGuardPROTOTYPE"); \ +static_assert(offsetof(UHTNDecorator_DropAquiredTokenGuardPROTOTYPE, bDropOnSuccess) == 0x000080, "Member 'UHTNDecorator_DropAquiredTokenGuardPROTOTYPE::bDropOnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DropAquiredTokenGuardPROTOTYPE, bDropOnFailure) == 0x000081, "Member 'UHTNDecorator_DropAquiredTokenGuardPROTOTYPE::bDropOnFailure' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DropAquiredTokenGuardPROTOTYPE, bDropOnAbort) == 0x000082, "Member 'UHTNDecorator_DropAquiredTokenGuardPROTOTYPE::bDropOnAbort' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DropAquiredTokenGuardPROTOTYPE, TokenHandleKeysToDrop) == 0x000088, "Member 'UHTNDecorator_DropAquiredTokenGuardPROTOTYPE::TokenHandleKeysToDrop' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_DropAquiredTokenGuardPROTOTYPE, bUnsafeModeOnlyOnHitReact) == 0x000098, "Member 'UHTNDecorator_DropAquiredTokenGuardPROTOTYPE::bUnsafeModeOnlyOnHitReact' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_EnterMelee \ +static_assert(alignof(UHTNDecorator_EnterMelee) == 0x000008, "Wrong alignment on UHTNDecorator_EnterMelee"); \ +static_assert(sizeof(UHTNDecorator_EnterMelee) == 0x000080, "Wrong size on UHTNDecorator_EnterMelee"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_RotationCheck \ +static_assert(alignof(UHTNDecorator_RotationCheck) == 0x000010, "Wrong alignment on UHTNDecorator_RotationCheck"); \ +static_assert(sizeof(UHTNDecorator_RotationCheck) == 0x000190, "Wrong size on UHTNDecorator_RotationCheck"); \ +static_assert(offsetof(UHTNDecorator_RotationCheck, TargetKey) == 0x000080, "Member 'UHTNDecorator_RotationCheck::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_RotationCheck, AngleThreshold) == 0x0000A8, "Member 'UHTNDecorator_RotationCheck::AngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_RotationCheck, bYawOnly) == 0x0000AC, "Member 'UHTNDecorator_RotationCheck::bYawOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNService_SetMoveSpeed \ +static_assert(alignof(UHTNService_SetMoveSpeed) == 0x000008, "Wrong alignment on UHTNService_SetMoveSpeed"); \ +static_assert(sizeof(UHTNService_SetMoveSpeed) == 0x000080, "Wrong size on UHTNService_SetMoveSpeed"); \ +static_assert(offsetof(UHTNService_SetMoveSpeed, SpeedState) == 0x000078, "Member 'UHTNService_SetMoveSpeed::SpeedState' has a wrong offset!"); \ +static_assert(offsetof(UHTNService_SetMoveSpeed, bForThisScopeOnly) == 0x000079, "Member 'UHTNService_SetMoveSpeed::bForThisScopeOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNService_UpdateMovementMode_Melee \ +static_assert(alignof(UHTNService_UpdateMovementMode_Melee) == 0x000008, "Wrong alignment on UHTNService_UpdateMovementMode_Melee"); \ +static_assert(sizeof(UHTNService_UpdateMovementMode_Melee) == 0x0000B0, "Wrong size on UHTNService_UpdateMovementMode_Melee"); \ +static_assert(offsetof(UHTNService_UpdateMovementMode_Melee, TargetActorKey) == 0x000078, "Member 'UHTNService_UpdateMovementMode_Melee::TargetActorKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNService_UpdateMovementMode_Melee, TargetDist) == 0x0000A0, "Member 'UHTNService_UpdateMovementMode_Melee::TargetDist' has a wrong offset!"); \ +static_assert(offsetof(UHTNService_UpdateMovementMode_Melee, JogDist) == 0x0000A4, "Member 'UHTNService_UpdateMovementMode_Melee::JogDist' has a wrong offset!"); \ +static_assert(offsetof(UHTNService_UpdateMovementMode_Melee, SprintDist) == 0x0000A8, "Member 'UHTNService_UpdateMovementMode_Melee::SprintDist' has a wrong offset!"); \ +static_assert(offsetof(UHTNService_UpdateMovementMode_Melee, DistBuffer) == 0x0000AC, "Member 'UHTNService_UpdateMovementMode_Melee::DistBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HTNTask_Evade_OnActionFinished \ +static_assert(alignof(HTNTask_Evade_OnActionFinished) == 0x000008, "Wrong alignment on HTNTask_Evade_OnActionFinished"); \ +static_assert(sizeof(HTNTask_Evade_OnActionFinished) == 0x000010, "Wrong size on HTNTask_Evade_OnActionFinished"); \ +static_assert(offsetof(HTNTask_Evade_OnActionFinished, Result) == 0x000000, "Member 'HTNTask_Evade_OnActionFinished::Result' has a wrong offset!"); \ +static_assert(offsetof(HTNTask_Evade_OnActionFinished, AIController) == 0x000008, "Member 'HTNTask_Evade_OnActionFinished::AIController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_Evade \ +static_assert(alignof(UHTNTask_Evade) == 0x000008, "Wrong alignment on UHTNTask_Evade"); \ +static_assert(sizeof(UHTNTask_Evade) == 0x0000F8, "Wrong size on UHTNTask_Evade"); \ +static_assert(offsetof(UHTNTask_Evade, EvadeActionType) == 0x0000A8, "Member 'UHTNTask_Evade::EvadeActionType' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_Evade, EvadeDirectionType) == 0x0000B0, "Member 'UHTNTask_Evade::EvadeDirectionType' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_Evade, EvadeDirection) == 0x0000B1, "Member 'UHTNTask_Evade::EvadeDirection' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_Evade, TargetLocationKey) == 0x0000B8, "Member 'UHTNTask_Evade::TargetLocationKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_Evade, CostForSuccessfulEvade) == 0x0000E0, "Member 'UHTNTask_Evade::CostForSuccessfulEvade' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_Evade, CostForFailedEvade) == 0x0000E4, "Member 'UHTNTask_Evade::CostForFailedEvade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNTask_HoldCombatPosition \ +static_assert(alignof(UHTNTask_HoldCombatPosition) == 0x000008, "Wrong alignment on UHTNTask_HoldCombatPosition"); \ +static_assert(sizeof(UHTNTask_HoldCombatPosition) == 0x000100, "Wrong size on UHTNTask_HoldCombatPosition"); \ +static_assert(offsetof(UHTNTask_HoldCombatPosition, InputTargetActorKey) == 0x0000A8, "Member 'UHTNTask_HoldCombatPosition::InputTargetActorKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_HoldCombatPosition, RepositionRadiusThreshold) == 0x0000D0, "Member 'UHTNTask_HoldCombatPosition::RepositionRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_HoldCombatPosition, FailRadiusThreshold) == 0x0000D8, "Member 'UHTNTask_HoldCombatPosition::FailRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_HoldCombatPosition, RepositionRadiusVariance) == 0x0000E0, "Member 'UHTNTask_HoldCombatPosition::RepositionRadiusVariance' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_HoldCombatPosition, FailRadiusVariance) == 0x0000E8, "Member 'UHTNTask_HoldCombatPosition::FailRadiusVariance' has a wrong offset!"); \ +static_assert(offsetof(UHTNTask_HoldCombatPosition, ShadowThreshold) == 0x0000F0, "Member 'UHTNTask_HoldCombatPosition::ShadowThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_CharacterLookAt \ +static_assert(alignof(UBTService_CharacterLookAt) == 0x000008, "Wrong alignment on UBTService_CharacterLookAt"); \ +static_assert(sizeof(UBTService_CharacterLookAt) == 0x0000A8, "Wrong size on UBTService_CharacterLookAt"); \ +static_assert(offsetof(UBTService_CharacterLookAt, LocationKeyName) == 0x000070, "Member 'UBTService_CharacterLookAt::LocationKeyName' has a wrong offset!"); \ +static_assert(offsetof(UBTService_CharacterLookAt, LookAtPriority) == 0x000098, "Member 'UBTService_CharacterLookAt::LookAtPriority' has a wrong offset!"); \ +static_assert(offsetof(UBTService_CharacterLookAt, BoneName) == 0x00009C, "Member 'UBTService_CharacterLookAt::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USituationData \ +static_assert(alignof(USituationData) == 0x000008, "Wrong alignment on USituationData"); \ +static_assert(sizeof(USituationData) == 0x0000A8, "Wrong size on USituationData"); \ +static_assert(offsetof(USituationData, SituationBehavior) == 0x000030, "Member 'USituationData::SituationBehavior' has a wrong offset!"); \ +static_assert(offsetof(USituationData, SituationVolumeRadius) == 0x000058, "Member 'USituationData::SituationVolumeRadius' has a wrong offset!"); \ +static_assert(offsetof(USituationData, HearingRange) == 0x00005C, "Member 'USituationData::HearingRange' has a wrong offset!"); \ +static_assert(offsetof(USituationData, ExitRange) == 0x000060, "Member 'USituationData::ExitRange' has a wrong offset!"); \ +static_assert(offsetof(USituationData, PlayerInRangeRadius) == 0x000064, "Member 'USituationData::PlayerInRangeRadius' has a wrong offset!"); \ +static_assert(offsetof(USituationData, bConsiderOtherSituations) == 0x000068, "Member 'USituationData::bConsiderOtherSituations' has a wrong offset!"); \ +static_assert(offsetof(USituationData, CareAboutOtherSituationsRange) == 0x00006C, "Member 'USituationData::CareAboutOtherSituationsRange' has a wrong offset!"); \ +static_assert(offsetof(USituationData, bAllowDuplicatesWithinRange) == 0x000070, "Member 'USituationData::bAllowDuplicatesWithinRange' has a wrong offset!"); \ +static_assert(offsetof(USituationData, TimeoutFallbackDuration) == 0x000074, "Member 'USituationData::TimeoutFallbackDuration' has a wrong offset!"); \ +static_assert(offsetof(USituationData, PerceptionEventTag) == 0x000078, "Member 'USituationData::PerceptionEventTag' has a wrong offset!"); \ +static_assert(offsetof(USituationData, bPersistent) == 0x000080, "Member 'USituationData::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(USituationData, bStartOnPlayerEnterRange) == 0x000081, "Member 'USituationData::bStartOnPlayerEnterRange' has a wrong offset!"); \ +static_assert(offsetof(USituationData, Phases) == 0x000088, "Member 'USituationData::Phases' has a wrong offset!"); \ +static_assert(offsetof(USituationData, Roles) == 0x000098, "Member 'USituationData::Roles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SituationSubsystem_ReportSituationEvent \ +static_assert(alignof(SituationSubsystem_ReportSituationEvent) == 0x000004, "Wrong alignment on SituationSubsystem_ReportSituationEvent"); \ +static_assert(sizeof(SituationSubsystem_ReportSituationEvent) == 0x000014, "Wrong size on SituationSubsystem_ReportSituationEvent"); \ +static_assert(offsetof(SituationSubsystem_ReportSituationEvent, SituationID) == 0x000000, "Member 'SituationSubsystem_ReportSituationEvent::SituationID' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_ReportSituationEvent, EventType) == 0x000008, "Member 'SituationSubsystem_ReportSituationEvent::EventType' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_ReportSituationEvent, EventDirection) == 0x000009, "Member 'SituationSubsystem_ReportSituationEvent::EventDirection' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_ReportSituationEvent, TargetRoleIndex) == 0x00000C, "Member 'SituationSubsystem_ReportSituationEvent::TargetRoleIndex' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_ReportSituationEvent, ReturnValue) == 0x000010, "Member 'SituationSubsystem_ReportSituationEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SituationSubsystem_RequestCreateSituation \ +static_assert(alignof(SituationSubsystem_RequestCreateSituation) == 0x000008, "Wrong alignment on SituationSubsystem_RequestCreateSituation"); \ +static_assert(sizeof(SituationSubsystem_RequestCreateSituation) == 0x000038, "Wrong size on SituationSubsystem_RequestCreateSituation"); \ +static_assert(offsetof(SituationSubsystem_RequestCreateSituation, Instigator) == 0x000000, "Member 'SituationSubsystem_RequestCreateSituation::Instigator' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_RequestCreateSituation, Location) == 0x000008, "Member 'SituationSubsystem_RequestCreateSituation::Location' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_RequestCreateSituation, Situation) == 0x000020, "Member 'SituationSubsystem_RequestCreateSituation::Situation' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_RequestCreateSituation, OutSituationID) == 0x000028, "Member 'SituationSubsystem_RequestCreateSituation::OutSituationID' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_RequestCreateSituation, ReturnValue) == 0x000030, "Member 'SituationSubsystem_RequestCreateSituation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SituationSubsystem_RequestRemoveSituation \ +static_assert(alignof(SituationSubsystem_RequestRemoveSituation) == 0x000004, "Wrong alignment on SituationSubsystem_RequestRemoveSituation"); \ +static_assert(sizeof(SituationSubsystem_RequestRemoveSituation) == 0x00000C, "Wrong size on SituationSubsystem_RequestRemoveSituation"); \ +static_assert(offsetof(SituationSubsystem_RequestRemoveSituation, SituationID) == 0x000000, "Member 'SituationSubsystem_RequestRemoveSituation::SituationID' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_RequestRemoveSituation, bForceRemoval) == 0x000008, "Member 'SituationSubsystem_RequestRemoveSituation::bForceRemoval' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_RequestRemoveSituation, ReturnValue) == 0x000009, "Member 'SituationSubsystem_RequestRemoveSituation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SituationSubsystem_GetInstigator \ +static_assert(alignof(SituationSubsystem_GetInstigator) == 0x000008, "Wrong alignment on SituationSubsystem_GetInstigator"); \ +static_assert(sizeof(SituationSubsystem_GetInstigator) == 0x000010, "Wrong size on SituationSubsystem_GetInstigator"); \ +static_assert(offsetof(SituationSubsystem_GetInstigator, SituationID) == 0x000000, "Member 'SituationSubsystem_GetInstigator::SituationID' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_GetInstigator, ReturnValue) == 0x000008, "Member 'SituationSubsystem_GetInstigator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SituationSubsystem_GetSituationFromActor \ +static_assert(alignof(SituationSubsystem_GetSituationFromActor) == 0x000008, "Wrong alignment on SituationSubsystem_GetSituationFromActor"); \ +static_assert(sizeof(SituationSubsystem_GetSituationFromActor) == 0x000018, "Wrong size on SituationSubsystem_GetSituationFromActor"); \ +static_assert(offsetof(SituationSubsystem_GetSituationFromActor, CJCharacter) == 0x000000, "Member 'SituationSubsystem_GetSituationFromActor::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_GetSituationFromActor, OutSituationID) == 0x000008, "Member 'SituationSubsystem_GetSituationFromActor::OutSituationID' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_GetSituationFromActor, ReturnValue) == 0x000010, "Member 'SituationSubsystem_GetSituationFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SituationSubsystem_IsActorInSituation \ +static_assert(alignof(SituationSubsystem_IsActorInSituation) == 0x000008, "Wrong alignment on SituationSubsystem_IsActorInSituation"); \ +static_assert(sizeof(SituationSubsystem_IsActorInSituation) == 0x000010, "Wrong size on SituationSubsystem_IsActorInSituation"); \ +static_assert(offsetof(SituationSubsystem_IsActorInSituation, Actor) == 0x000000, "Member 'SituationSubsystem_IsActorInSituation::Actor' has a wrong offset!"); \ +static_assert(offsetof(SituationSubsystem_IsActorInSituation, ReturnValue) == 0x000008, "Member 'SituationSubsystem_IsActorInSituation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USituationSubsystem \ +static_assert(alignof(USituationSubsystem) == 0x000008, "Wrong alignment on USituationSubsystem"); \ +static_assert(sizeof(USituationSubsystem) == 0x000130, "Wrong size on USituationSubsystem"); \ +static_assert(offsetof(USituationSubsystem, CreationRate) == 0x00012C, "Member 'USituationSubsystem::CreationRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_GetTarget \ +static_assert(alignof(UBTDecorator_GetTarget) == 0x000008, "Wrong alignment on UBTDecorator_GetTarget"); \ +static_assert(sizeof(UBTDecorator_GetTarget) == 0x0000C0, "Wrong size on UBTDecorator_GetTarget"); \ +static_assert(offsetof(UBTDecorator_GetTarget, TargetType) == 0x000068, "Member 'UBTDecorator_GetTarget::TargetType' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_GetTarget, OutputVectorKey) == 0x000070, "Member 'UBTDecorator_GetTarget::OutputVectorKey' has a wrong offset!"); \ +static_assert(offsetof(UBTDecorator_GetTarget, OutputActorKey) == 0x000098, "Member 'UBTDecorator_GetTarget::OutputActorKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_CJMoveTo \ +static_assert(alignof(UBTTask_CJMoveTo) == 0x000008, "Wrong alignment on UBTTask_CJMoveTo"); \ +static_assert(sizeof(UBTTask_CJMoveTo) == 0x000160, "Wrong size on UBTTask_CJMoveTo"); \ + +#define DUMPER7_ASSERTS_UBTTask_ReportSituationEvent \ +static_assert(alignof(UBTTask_ReportSituationEvent) == 0x000008, "Wrong alignment on UBTTask_ReportSituationEvent"); \ +static_assert(sizeof(UBTTask_ReportSituationEvent) == 0x0000A0, "Wrong size on UBTTask_ReportSituationEvent"); \ +static_assert(offsetof(UBTTask_ReportSituationEvent, SelfActorKey) == 0x000070, "Member 'UBTTask_ReportSituationEvent::SelfActorKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_ReportSituationEvent, EventTypeToReport) == 0x000098, "Member 'UBTTask_ReportSituationEvent::EventTypeToReport' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_ReportSituationEvent, EventDirectionToReport) == 0x000099, "Member 'UBTTask_ReportSituationEvent::EventDirectionToReport' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_ReportSituationEvent, TargetRoleIndex) == 0x00009C, "Member 'UBTTask_ReportSituationEvent::TargetRoleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_RunSituation \ +static_assert(alignof(UBTTask_RunSituation) == 0x000008, "Wrong alignment on UBTTask_RunSituation"); \ +static_assert(sizeof(UBTTask_RunSituation) == 0x000088, "Wrong size on UBTTask_RunSituation"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetActiveSchedule \ +static_assert(alignof(UBTTask_SetActiveSchedule) == 0x000008, "Wrong alignment on UBTTask_SetActiveSchedule"); \ +static_assert(sizeof(UBTTask_SetActiveSchedule) == 0x0000A0, "Wrong size on UBTTask_SetActiveSchedule"); \ +static_assert(offsetof(UBTTask_SetActiveSchedule, NewSchedule) == 0x000070, "Member 'UBTTask_SetActiveSchedule::NewSchedule' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetActiveSchedule, SelfActorKey) == 0x000078, "Member 'UBTTask_SetActiveSchedule::SelfActorKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_SetGoalState \ +static_assert(alignof(UBTTask_SetGoalState) == 0x000010, "Wrong alignment on UBTTask_SetGoalState"); \ +static_assert(sizeof(UBTTask_SetGoalState) == 0x000150, "Wrong size on UBTTask_SetGoalState"); \ +static_assert(offsetof(UBTTask_SetGoalState, GoalName) == 0x000070, "Member 'UBTTask_SetGoalState::GoalName' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetGoalState, bUseBlackboard) == 0x000078, "Member 'UBTTask_SetGoalState::bUseBlackboard' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetGoalState, bTriggerReplan) == 0x000079, "Member 'UBTTask_SetGoalState::bTriggerReplan' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetGoalState, bStompExistingGoals) == 0x00007A, "Member 'UBTTask_SetGoalState::bStompExistingGoals' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetGoalState, Type) == 0x000080, "Member 'UBTTask_SetGoalState::Type' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetGoalState, Comparator) == 0x000088, "Member 'UBTTask_SetGoalState::Comparator' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetGoalState, ComparatorBoolBlackboard) == 0x000089, "Member 'UBTTask_SetGoalState::ComparatorBoolBlackboard' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetGoalState, BasicComparator) == 0x00008A, "Member 'UBTTask_SetGoalState::BasicComparator' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetGoalState, Value) == 0x00008C, "Member 'UBTTask_SetGoalState::Value' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetGoalState, ComparisonKey) == 0x000090, "Member 'UBTTask_SetGoalState::ComparisonKey' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetGoalState, SelectedType) == 0x0000B8, "Member 'UBTTask_SetGoalState::SelectedType' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_SetGoalState, OperationType) == 0x0000B9, "Member 'UBTTask_SetGoalState::OperationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TetherComponent_BeginOverlap \ +static_assert(alignof(TetherComponent_BeginOverlap) == 0x000008, "Wrong alignment on TetherComponent_BeginOverlap"); \ +static_assert(sizeof(TetherComponent_BeginOverlap) == 0x000120, "Wrong size on TetherComponent_BeginOverlap"); \ +static_assert(offsetof(TetherComponent_BeginOverlap, OverlappedComponent) == 0x000000, "Member 'TetherComponent_BeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(TetherComponent_BeginOverlap, OtherActor) == 0x000008, "Member 'TetherComponent_BeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(TetherComponent_BeginOverlap, OtherComp) == 0x000010, "Member 'TetherComponent_BeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(TetherComponent_BeginOverlap, OtherBodyIndex) == 0x000018, "Member 'TetherComponent_BeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(TetherComponent_BeginOverlap, bFromSweep) == 0x00001C, "Member 'TetherComponent_BeginOverlap::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(TetherComponent_BeginOverlap, SweepResult) == 0x000020, "Member 'TetherComponent_BeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TetherComponent_EndOverlap \ +static_assert(alignof(TetherComponent_EndOverlap) == 0x000008, "Wrong alignment on TetherComponent_EndOverlap"); \ +static_assert(sizeof(TetherComponent_EndOverlap) == 0x000020, "Wrong size on TetherComponent_EndOverlap"); \ +static_assert(offsetof(TetherComponent_EndOverlap, OverlappedComponent) == 0x000000, "Member 'TetherComponent_EndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(TetherComponent_EndOverlap, OtherActor) == 0x000008, "Member 'TetherComponent_EndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(TetherComponent_EndOverlap, OtherComp) == 0x000010, "Member 'TetherComponent_EndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(TetherComponent_EndOverlap, OtherBodyIndex) == 0x000018, "Member 'TetherComponent_EndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TetherComponent_GetTetherAnchor \ +static_assert(alignof(TetherComponent_GetTetherAnchor) == 0x000008, "Wrong alignment on TetherComponent_GetTetherAnchor"); \ +static_assert(sizeof(TetherComponent_GetTetherAnchor) == 0x000008, "Wrong size on TetherComponent_GetTetherAnchor"); \ +static_assert(offsetof(TetherComponent_GetTetherAnchor, ReturnValue) == 0x000000, "Member 'TetherComponent_GetTetherAnchor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TetherComponent_IsOutsideTetherRange \ +static_assert(alignof(TetherComponent_IsOutsideTetherRange) == 0x000001, "Wrong alignment on TetherComponent_IsOutsideTetherRange"); \ +static_assert(sizeof(TetherComponent_IsOutsideTetherRange) == 0x000001, "Wrong size on TetherComponent_IsOutsideTetherRange"); \ +static_assert(offsetof(TetherComponent_IsOutsideTetherRange, ReturnValue) == 0x000000, "Member 'TetherComponent_IsOutsideTetherRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TetherComponent_IsTethered \ +static_assert(alignof(TetherComponent_IsTethered) == 0x000001, "Wrong alignment on TetherComponent_IsTethered"); \ +static_assert(sizeof(TetherComponent_IsTethered) == 0x000001, "Wrong size on TetherComponent_IsTethered"); \ +static_assert(offsetof(TetherComponent_IsTethered, ReturnValue) == 0x000000, "Member 'TetherComponent_IsTethered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTetherComponent \ +static_assert(alignof(UTetherComponent) == 0x000008, "Wrong alignment on UTetherComponent"); \ +static_assert(sizeof(UTetherComponent) == 0x0000F8, "Wrong size on UTetherComponent"); \ + +#define DUMPER7_ASSERTS_TrafficLightComponent_OnTrafficLightChanged \ +static_assert(alignof(TrafficLightComponent_OnTrafficLightChanged) == 0x000001, "Wrong alignment on TrafficLightComponent_OnTrafficLightChanged"); \ +static_assert(sizeof(TrafficLightComponent_OnTrafficLightChanged) == 0x000002, "Wrong size on TrafficLightComponent_OnTrafficLightChanged"); \ +static_assert(offsetof(TrafficLightComponent_OnTrafficLightChanged, NewSignal) == 0x000000, "Member 'TrafficLightComponent_OnTrafficLightChanged::NewSignal' has a wrong offset!"); \ +static_assert(offsetof(TrafficLightComponent_OnTrafficLightChanged, PreviousSignal) == 0x000001, "Member 'TrafficLightComponent_OnTrafficLightChanged::PreviousSignal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrafficLightComponent_SetTrafficLightSignal \ +static_assert(alignof(TrafficLightComponent_SetTrafficLightSignal) == 0x000001, "Wrong alignment on TrafficLightComponent_SetTrafficLightSignal"); \ +static_assert(sizeof(TrafficLightComponent_SetTrafficLightSignal) == 0x000001, "Wrong size on TrafficLightComponent_SetTrafficLightSignal"); \ +static_assert(offsetof(TrafficLightComponent_SetTrafficLightSignal, NewSignal) == 0x000000, "Member 'TrafficLightComponent_SetTrafficLightSignal::NewSignal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrafficLightComponent_GetCurrentSignal \ +static_assert(alignof(TrafficLightComponent_GetCurrentSignal) == 0x000001, "Wrong alignment on TrafficLightComponent_GetCurrentSignal"); \ +static_assert(sizeof(TrafficLightComponent_GetCurrentSignal) == 0x000001, "Wrong size on TrafficLightComponent_GetCurrentSignal"); \ +static_assert(offsetof(TrafficLightComponent_GetCurrentSignal, ReturnValue) == 0x000000, "Member 'TrafficLightComponent_GetCurrentSignal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrafficLightComponent \ +static_assert(alignof(UTrafficLightComponent) == 0x000010, "Wrong alignment on UTrafficLightComponent"); \ +static_assert(sizeof(UTrafficLightComponent) == 0x000280, "Wrong size on UTrafficLightComponent"); \ +static_assert(offsetof(UTrafficLightComponent, TrafficLightType) == 0x000250, "Member 'UTrafficLightComponent::TrafficLightType' has a wrong offset!"); \ +static_assert(offsetof(UTrafficLightComponent, SearchOffset) == 0x000258, "Member 'UTrafficLightComponent::SearchOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrafficManagerSubsystem_ForcePlaceSpiritAt \ +static_assert(alignof(TrafficManagerSubsystem_ForcePlaceSpiritAt) == 0x000010, "Wrong alignment on TrafficManagerSubsystem_ForcePlaceSpiritAt"); \ +static_assert(sizeof(TrafficManagerSubsystem_ForcePlaceSpiritAt) == 0x000070, "Wrong size on TrafficManagerSubsystem_ForcePlaceSpiritAt"); \ +static_assert(offsetof(TrafficManagerSubsystem_ForcePlaceSpiritAt, Transform) == 0x000000, "Member 'TrafficManagerSubsystem_ForcePlaceSpiritAt::Transform' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_ForcePlaceSpiritAt, AgentType) == 0x000060, "Member 'TrafficManagerSubsystem_ForcePlaceSpiritAt::AgentType' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_ForcePlaceSpiritAt, AgentName) == 0x000064, "Member 'TrafficManagerSubsystem_ForcePlaceSpiritAt::AgentName' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_ForcePlaceSpiritAt, ReturnValue) == 0x00006C, "Member 'TrafficManagerSubsystem_ForcePlaceSpiritAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrafficManagerSubsystem_GetDistanceToNearestLane \ +static_assert(alignof(TrafficManagerSubsystem_GetDistanceToNearestLane) == 0x000008, "Wrong alignment on TrafficManagerSubsystem_GetDistanceToNearestLane"); \ +static_assert(sizeof(TrafficManagerSubsystem_GetDistanceToNearestLane) == 0x000040, "Wrong size on TrafficManagerSubsystem_GetDistanceToNearestLane"); \ +static_assert(offsetof(TrafficManagerSubsystem_GetDistanceToNearestLane, SearchFrom) == 0x000000, "Member 'TrafficManagerSubsystem_GetDistanceToNearestLane::SearchFrom' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_GetDistanceToNearestLane, SearchDistance) == 0x000018, "Member 'TrafficManagerSubsystem_GetDistanceToNearestLane::SearchDistance' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_GetDistanceToNearestLane, SearchForLaneType) == 0x00001C, "Member 'TrafficManagerSubsystem_GetDistanceToNearestLane::SearchForLaneType' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_GetDistanceToNearestLane, OutOnLane) == 0x00001D, "Member 'TrafficManagerSubsystem_GetDistanceToNearestLane::OutOnLane' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_GetDistanceToNearestLane, OutLanePosition) == 0x000020, "Member 'TrafficManagerSubsystem_GetDistanceToNearestLane::OutLanePosition' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_GetDistanceToNearestLane, OutDistanceToLane) == 0x000038, "Member 'TrafficManagerSubsystem_GetDistanceToNearestLane::OutDistanceToLane' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_GetDistanceToNearestLane, ReturnValue) == 0x00003C, "Member 'TrafficManagerSubsystem_GetDistanceToNearestLane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrafficManagerSubsystem_GetRoadblockManagerPointer \ +static_assert(alignof(TrafficManagerSubsystem_GetRoadblockManagerPointer) == 0x000008, "Wrong alignment on TrafficManagerSubsystem_GetRoadblockManagerPointer"); \ +static_assert(sizeof(TrafficManagerSubsystem_GetRoadblockManagerPointer) == 0x000008, "Wrong size on TrafficManagerSubsystem_GetRoadblockManagerPointer"); \ +static_assert(offsetof(TrafficManagerSubsystem_GetRoadblockManagerPointer, ReturnValue) == 0x000000, "Member 'TrafficManagerSubsystem_GetRoadblockManagerPointer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrafficManagerSubsystem_GiveSpiritTargetPathGoal \ +static_assert(alignof(TrafficManagerSubsystem_GiveSpiritTargetPathGoal) == 0x000008, "Wrong alignment on TrafficManagerSubsystem_GiveSpiritTargetPathGoal"); \ +static_assert(sizeof(TrafficManagerSubsystem_GiveSpiritTargetPathGoal) == 0x000028, "Wrong size on TrafficManagerSubsystem_GiveSpiritTargetPathGoal"); \ +static_assert(offsetof(TrafficManagerSubsystem_GiveSpiritTargetPathGoal, GoalLocation) == 0x000000, "Member 'TrafficManagerSubsystem_GiveSpiritTargetPathGoal::GoalLocation' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_GiveSpiritTargetPathGoal, AgentType) == 0x000018, "Member 'TrafficManagerSubsystem_GiveSpiritTargetPathGoal::AgentType' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_GiveSpiritTargetPathGoal, AgentName) == 0x00001C, "Member 'TrafficManagerSubsystem_GiveSpiritTargetPathGoal::AgentName' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_GiveSpiritTargetPathGoal, ReturnValue) == 0x000024, "Member 'TrafficManagerSubsystem_GiveSpiritTargetPathGoal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TrafficManagerSubsystem_GetRandomTrafficAgentName \ +static_assert(alignof(TrafficManagerSubsystem_GetRandomTrafficAgentName) == 0x000004, "Wrong alignment on TrafficManagerSubsystem_GetRandomTrafficAgentName"); \ +static_assert(sizeof(TrafficManagerSubsystem_GetRandomTrafficAgentName) == 0x00000C, "Wrong size on TrafficManagerSubsystem_GetRandomTrafficAgentName"); \ +static_assert(offsetof(TrafficManagerSubsystem_GetRandomTrafficAgentName, AgentType) == 0x000000, "Member 'TrafficManagerSubsystem_GetRandomTrafficAgentName::AgentType' has a wrong offset!"); \ +static_assert(offsetof(TrafficManagerSubsystem_GetRandomTrafficAgentName, ReturnValue) == 0x000004, "Member 'TrafficManagerSubsystem_GetRandomTrafficAgentName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrafficManagerSubsystem \ +static_assert(alignof(UTrafficManagerSubsystem) == 0x000008, "Wrong alignment on UTrafficManagerSubsystem"); \ +static_assert(sizeof(UTrafficManagerSubsystem) == 0x0002A8, "Wrong size on UTrafficManagerSubsystem"); \ +static_assert(offsetof(UTrafficManagerSubsystem, RoadNames) == 0x000048, "Member 'UTrafficManagerSubsystem::RoadNames' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSubsystem, AgentTypes) == 0x000078, "Member 'UTrafficManagerSubsystem::AgentTypes' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSubsystem, CurveToMaxSpeed) == 0x0000C8, "Member 'UTrafficManagerSubsystem::CurveToMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSubsystem, DenistyCount) == 0x0000D0, "Member 'UTrafficManagerSubsystem::DenistyCount' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSubsystem, ParkingManager) == 0x000120, "Member 'UTrafficManagerSubsystem::ParkingManager' has a wrong offset!"); \ +static_assert(offsetof(UTrafficManagerSubsystem, RoadblockManager) == 0x000128, "Member 'UTrafficManagerSubsystem::RoadblockManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTrafficPedestrianGroupAgentType \ +static_assert(alignof(UTrafficPedestrianGroupAgentType) == 0x000008, "Wrong alignment on UTrafficPedestrianGroupAgentType"); \ +static_assert(sizeof(UTrafficPedestrianGroupAgentType) == 0x000088, "Wrong size on UTrafficPedestrianGroupAgentType"); \ + +#define DUMPER7_ASSERTS_UStatsBudgetSettings \ +static_assert(alignof(UStatsBudgetSettings) == 0x000008, "Wrong alignment on UStatsBudgetSettings"); \ +static_assert(sizeof(UStatsBudgetSettings) == 0x000048, "Wrong size on UStatsBudgetSettings"); \ +static_assert(offsetof(UStatsBudgetSettings, StatBudgets) == 0x000038, "Member 'UStatsBudgetSettings::StatBudgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget \ +static_assert(alignof(CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget) == 0x000050, "Wrong size on CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget, UpdateContext) == 0x000000, "Member 'CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget, SequenceEvaluator) == 0x000010, "Member 'CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget, DistanceToTarget) == 0x000020, "Member 'CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget::DistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget, DistanceCurveName) == 0x000024, "Member 'CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget::DistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget, PlayRateClamp) == 0x000030, "Member 'CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget::PlayRateClamp' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget, ReturnValue) == 0x000040, "Member 'CJAnimationFunctionLibrary_AdvanceTimeToDistanceMatchedTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime \ +static_assert(alignof(CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime, InAnimSequence) == 0x000000, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime::InAnimSequence' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime, AnimTime) == 0x000008, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime::AnimTime' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime, AnimCurveName) == 0x00000C, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime::AnimCurveName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime, ReturnValue) == 0x000014, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetCurveValueAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition \ +static_assert(alignof(CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition) == 0x000038, "Wrong size on CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition, AnimSequence) == 0x000000, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition, MarkerSyncPos) == 0x000008, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition::MarkerSyncPos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition, AnimNotifyWindowName) == 0x00001C, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition::AnimNotifyWindowName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition, bClampToNotifyWindowStart) == 0x000024, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition::bClampToNotifyWindowStart' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition, bClampToNotifyWindowEnd) == 0x000025, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition::bClampToNotifyWindowEnd' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition, bDebugReportResults) == 0x000026, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition::bDebugReportResults' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition, SyncResult) == 0x000028, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetSyncTransition::SyncResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_AnimSequenceGetSyncWindow \ +static_assert(alignof(CJAnimationFunctionLibrary_AnimSequenceGetSyncWindow) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_AnimSequenceGetSyncWindow"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_AnimSequenceGetSyncWindow) == 0x000020, "Wrong size on CJAnimationFunctionLibrary_AnimSequenceGetSyncWindow"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetSyncWindow, AnimSequence) == 0x000000, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetSyncWindow::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetSyncWindow, AnimNotifyWindowType) == 0x000008, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetSyncWindow::AnimNotifyWindowType' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceGetSyncWindow, SyncWindowResult) == 0x000010, "Member 'CJAnimationFunctionLibrary_AnimSequenceGetSyncWindow::SyncWindowResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow \ +static_assert(alignof(CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow) == 0x000020, "Wrong size on CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow, AnimSequence) == 0x000000, "Member 'CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow, OpeningSyncMarker) == 0x000008, "Member 'CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow::OpeningSyncMarker' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow, ClosingSyncMarker) == 0x000010, "Member 'CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow::ClosingSyncMarker' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_AnimSequenceHasInitialSyncMarkerWindow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers \ +static_assert(alignof(CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers) == 0x000020, "Wrong size on CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers, AnimSequence) == 0x000000, "Member 'CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers, AnimTime) == 0x000008, "Member 'CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers::AnimTime' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers, PrevMarkerName) == 0x00000C, "Member 'CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers::PrevMarkerName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers, NextMarkerName) == 0x000014, "Member 'CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers::NextMarkerName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers, ReturnValue) == 0x00001C, "Member 'CJAnimationFunctionLibrary_AnimTimeIsWithinSyncMarkers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget \ +static_assert(alignof(CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget) == 0x000058, "Wrong size on CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget, UpdateContext) == 0x000000, "Member 'CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget, SequenceEvaluator) == 0x000010, "Member 'CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget, FromTime) == 0x000020, "Member 'CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget::FromTime' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget, BlendWeight) == 0x000024, "Member 'CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget, DistanceToTarget) == 0x000028, "Member 'CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget::DistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget, DistanceCurveName) == 0x00002C, "Member 'CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget::DistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget, PlayRateClamp) == 0x000038, "Member 'CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget::PlayRateClamp' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget, ReturnValue) == 0x000048, "Member 'CJAnimationFunctionLibrary_BlendTimeToDistanceMatchedTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta \ +static_assert(alignof(CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta) == 0x000004, "Wrong alignment on CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta) == 0x000010, "Wrong size on CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta, TurnTargetAngle) == 0x000000, "Member 'CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta::TurnTargetAngle' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta, RemainingTurnYaw) == 0x000004, "Member 'CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta::RemainingTurnYaw' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta, PrevRemainingTurnYaw) == 0x000008, "Member 'CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta::PrevRemainingTurnYaw' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta, ReturnValue) == 0x00000C, "Member 'CJAnimationFunctionLibrary_CalculateAnimDrivenTurnYawDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ \ +static_assert(alignof(CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ) == 0x000010, "Wrong alignment on CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ) == 0x000080, "Wrong size on CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ, Frame) == 0x000000, "Member 'CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ::Frame' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ, Target) == 0x000060, "Member 'CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ::Target' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ, Pitch) == 0x000078, "Member 'CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ::Pitch' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ, Yaw) == 0x00007C, "Member 'CJAnimationFunctionLibrary_CalcViewPitchYaw_AxisZ::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp \ +static_assert(alignof(CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp) == 0x000010, "Wrong alignment on CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp) == 0x000080, "Wrong size on CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp, Frame) == 0x000000, "Member 'CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp::Frame' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp, Target) == 0x000060, "Member 'CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp::Target' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp, Pitch) == 0x000078, "Member 'CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp::Pitch' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp, Yaw) == 0x00007C, "Member 'CJAnimationFunctionLibrary_CalcViewPitchYaw_XFwdZUp::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp \ +static_assert(alignof(CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp) == 0x000010, "Wrong alignment on CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp) == 0x000080, "Wrong size on CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp, Frame) == 0x000000, "Member 'CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp::Frame' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp, Target) == 0x000060, "Member 'CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp::Target' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp, Pitch) == 0x000078, "Member 'CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp::Pitch' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp, Yaw) == 0x00007C, "Member 'CJAnimationFunctionLibrary_CalcViewPitchYaw_YFwdXUp::Yaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ \ +static_assert(alignof(CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ) == 0x000060, "Wrong size on CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ, viewPos) == 0x000000, "Member 'CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ::viewPos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ, rotationDelta) == 0x000018, "Member 'CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ::rotationDelta' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ, targetPos) == 0x000030, "Member 'CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ::targetPos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ, ReturnValue) == 0x000048, "Member 'CJAnimationFunctionLibrary_CalcViewRotationDelta_AxisZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_CalcViewYaw_AxisZ \ +static_assert(alignof(CJAnimationFunctionLibrary_CalcViewYaw_AxisZ) == 0x000010, "Wrong alignment on CJAnimationFunctionLibrary_CalcViewYaw_AxisZ"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_CalcViewYaw_AxisZ) == 0x000080, "Wrong size on CJAnimationFunctionLibrary_CalcViewYaw_AxisZ"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewYaw_AxisZ, actorTM) == 0x000000, "Member 'CJAnimationFunctionLibrary_CalcViewYaw_AxisZ::actorTM' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewYaw_AxisZ, targetPos) == 0x000060, "Member 'CJAnimationFunctionLibrary_CalcViewYaw_AxisZ::targetPos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcViewYaw_AxisZ, targetYaw) == 0x000078, "Member 'CJAnimationFunctionLibrary_CalcViewYaw_AxisZ::targetYaw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp \ +static_assert(alignof(CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp) == 0x000050, "Wrong size on CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp, viewPos) == 0x000000, "Member 'CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp::viewPos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp, ViewTarget) == 0x000018, "Member 'CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp, targetYaw) == 0x000030, "Member 'CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp::targetYaw' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp, constrainedTargetYaw) == 0x000034, "Member 'CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp::constrainedTargetYaw' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp, constrainedViewTarget) == 0x000038, "Member 'CJAnimationFunctionLibrary_CalcYawConstrainedViewTarget_WorldZUp::constrainedViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ClampViewYaw \ +static_assert(alignof(CJAnimationFunctionLibrary_ClampViewYaw) == 0x000004, "Wrong alignment on CJAnimationFunctionLibrary_ClampViewYaw"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ClampViewYaw) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_ClampViewYaw"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ClampViewYaw, yawIn) == 0x000000, "Member 'CJAnimationFunctionLibrary_ClampViewYaw::yawIn' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ClampViewYaw, yawMin) == 0x000004, "Member 'CJAnimationFunctionLibrary_ClampViewYaw::yawMin' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ClampViewYaw, yawMax) == 0x000008, "Member 'CJAnimationFunctionLibrary_ClampViewYaw::yawMax' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ClampViewYaw, yawDeadZone) == 0x00000C, "Member 'CJAnimationFunctionLibrary_ClampViewYaw::yawDeadZone' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ClampViewYaw, yawOut) == 0x000010, "Member 'CJAnimationFunctionLibrary_ClampViewYaw::yawOut' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ClampViewYaw, isReachable) == 0x000014, "Member 'CJAnimationFunctionLibrary_ClampViewYaw::isReachable' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ClampViewYaw, wasClamped) == 0x000015, "Member 'CJAnimationFunctionLibrary_ClampViewYaw::wasClamped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ClampViewYawDelta \ +static_assert(alignof(CJAnimationFunctionLibrary_ClampViewYawDelta) == 0x000004, "Wrong alignment on CJAnimationFunctionLibrary_ClampViewYawDelta"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ClampViewYawDelta) == 0x000014, "Wrong size on CJAnimationFunctionLibrary_ClampViewYawDelta"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ClampViewYawDelta, TimeDelta) == 0x000000, "Member 'CJAnimationFunctionLibrary_ClampViewYawDelta::TimeDelta' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ClampViewYawDelta, velMax) == 0x000004, "Member 'CJAnimationFunctionLibrary_ClampViewYawDelta::velMax' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ClampViewYawDelta, yawIn) == 0x000008, "Member 'CJAnimationFunctionLibrary_ClampViewYawDelta::yawIn' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ClampViewYawDelta, yawPrev) == 0x00000C, "Member 'CJAnimationFunctionLibrary_ClampViewYawDelta::yawPrev' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ClampViewYawDelta, yawOut) == 0x000010, "Member 'CJAnimationFunctionLibrary_ClampViewYawDelta::yawOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluator \ +static_assert(alignof(CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluator) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluator"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluator) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluator"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluator, Node) == 0x000000, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluator::Node' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluator, Result) == 0x000010, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluator::Result' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluator, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluatorPure \ +static_assert(alignof(CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluatorPure) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluatorPure"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluatorPure) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluatorPure"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluatorPure, Node) == 0x000000, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluatorPure::Node' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluatorPure, TransitionEvaluator) == 0x000010, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluatorPure::TransitionEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluatorPure, Result) == 0x000020, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionCycleTransitionEvaluatorPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluator \ +static_assert(alignof(CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluator) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluator"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluator) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluator"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluator, Node) == 0x000000, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluator::Node' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluator, Result) == 0x000010, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluator::Result' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluator, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluatorPure \ +static_assert(alignof(CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluatorPure) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluatorPure"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluatorPure) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluatorPure"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluatorPure, Node) == 0x000000, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluatorPure::Node' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluatorPure, PivotEvaluator) == 0x000010, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluatorPure::PivotEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluatorPure, Result) == 0x000020, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionPivotEvaluatorPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluator \ +static_assert(alignof(CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluator) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluator"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluator) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluator"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluator, Node) == 0x000000, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluator::Node' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluator, Result) == 0x000010, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluator::Result' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluator, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluatorPure \ +static_assert(alignof(CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluatorPure) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluatorPure"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluatorPure) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluatorPure"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluatorPure, Node) == 0x000000, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluatorPure::Node' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluatorPure, StartEvaluator) == 0x000010, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluatorPure::StartEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluatorPure, Result) == 0x000020, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionStartEvaluatorPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluator \ +static_assert(alignof(CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluator) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluator"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluator) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluator"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluator, Node) == 0x000000, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluator::Node' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluator, Result) == 0x000010, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluator::Result' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluator, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluatorPure \ +static_assert(alignof(CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluatorPure) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluatorPure"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluatorPure) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluatorPure"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluatorPure, Node) == 0x000000, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluatorPure::Node' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluatorPure, StopEvaluator) == 0x000010, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluatorPure::StopEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluatorPure, Result) == 0x000020, "Member 'CJAnimationFunctionLibrary_ConvertToLocomotionStopEvaluatorPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayer \ +static_assert(alignof(CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayer) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayer"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayer) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayer"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayer, Node) == 0x000000, "Member 'CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayer::Node' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayer, Result) == 0x000010, "Member 'CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayer::Result' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayer, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayerPure \ +static_assert(alignof(CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayerPure) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayerPure"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayerPure) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayerPure"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayerPure, Node) == 0x000000, "Member 'CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayerPure::Node' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayerPure, SequencePlayer) == 0x000010, "Member 'CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayerPure::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayerPure, Result) == 0x000020, "Member 'CJAnimationFunctionLibrary_ConvertToSynchronizedMovementSequencePlayerPure::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_DetectConeLimitBreach \ +static_assert(alignof(CJAnimationFunctionLibrary_DetectConeLimitBreach) == 0x000010, "Wrong alignment on CJAnimationFunctionLibrary_DetectConeLimitBreach"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_DetectConeLimitBreach) == 0x000080, "Wrong size on CJAnimationFunctionLibrary_DetectConeLimitBreach"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_DetectConeLimitBreach, jointTM) == 0x000000, "Member 'CJAnimationFunctionLibrary_DetectConeLimitBreach::jointTM' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_DetectConeLimitBreach, TargetLocation) == 0x000060, "Member 'CJAnimationFunctionLibrary_DetectConeLimitBreach::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_DetectConeLimitBreach, Limit) == 0x000078, "Member 'CJAnimationFunctionLibrary_DetectConeLimitBreach::Limit' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_DetectConeLimitBreach, breached) == 0x00007C, "Member 'CJAnimationFunctionLibrary_DetectConeLimitBreach::breached' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetAccumulatedTime \ +static_assert(alignof(CJAnimationFunctionLibrary_GetAccumulatedTime) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetAccumulatedTime"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetAccumulatedTime) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_GetAccumulatedTime"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAccumulatedTime, SequencePlayer) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetAccumulatedTime::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAccumulatedTime, ReturnValue) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetAccumulatedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetAnimCycleGaitFromCurveValue \ +static_assert(alignof(CJAnimationFunctionLibrary_GetAnimCycleGaitFromCurveValue) == 0x000004, "Wrong alignment on CJAnimationFunctionLibrary_GetAnimCycleGaitFromCurveValue"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetAnimCycleGaitFromCurveValue) == 0x000008, "Wrong size on CJAnimationFunctionLibrary_GetAnimCycleGaitFromCurveValue"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimCycleGaitFromCurveValue, CurveValue) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetAnimCycleGaitFromCurveValue::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimCycleGaitFromCurveValue, ReturnValue) == 0x000004, "Member 'CJAnimationFunctionLibrary_GetAnimCycleGaitFromCurveValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow \ +static_assert(alignof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow) == 0x000070, "Wrong size on CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, AnimSequences) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::AnimSequences' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, MarkerSyncPos) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::MarkerSyncPos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, PhaseCorrectionTime) == 0x000024, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::PhaseCorrectionTime' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, DistanceValue) == 0x000028, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::DistanceValue' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, DistanceCurveName) == 0x00002C, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::DistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, AnimNotifyWindowName) == 0x000034, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::AnimNotifyWindowName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, MaxDistanceTimeBehindPhaseIn) == 0x00003C, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::MaxDistanceTimeBehindPhaseIn' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, bClampToNotifyWindowStart) == 0x000040, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::bClampToNotifyWindowStart' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, bClampToNotifyWindowEnd) == 0x000041, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::bClampToNotifyWindowEnd' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, bUseClosestBehindPhaseOnFail) == 0x000042, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::bUseClosestBehindPhaseOnFail' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, bUseNotifyStartOnSyncMatchFail) == 0x000043, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::bUseNotifyStartOnSyncMatchFail' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, bDebugReportResults) == 0x000044, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::bDebugReportResults' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, SyncResult) == 0x000048, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::SyncResult' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, PhaseInPlayRateClamp) == 0x000058, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::PhaseInPlayRateClamp' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow, MinDropBackPlayRate) == 0x000068, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithDistanceSyncTransitionWindow::MinDropBackPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetAnimSequenceWithInitialSyncWindow \ +static_assert(alignof(CJAnimationFunctionLibrary_GetAnimSequenceWithInitialSyncWindow) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetAnimSequenceWithInitialSyncWindow"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetAnimSequenceWithInitialSyncWindow) == 0x000038, "Wrong size on CJAnimationFunctionLibrary_GetAnimSequenceWithInitialSyncWindow"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithInitialSyncWindow, AnimSequences) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithInitialSyncWindow::AnimSequences' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithInitialSyncWindow, MarkerSyncPos) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithInitialSyncWindow::MarkerSyncPos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithInitialSyncWindow, SyncResult) == 0x000028, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithInitialSyncWindow::SyncResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow \ +static_assert(alignof(CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow) == 0x000040, "Wrong size on CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow, AnimSequences) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow::AnimSequences' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow, MarkerSyncPos) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow::MarkerSyncPos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow, AnimNotifyWindowName) == 0x000024, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow::AnimNotifyWindowName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow, bClampToNotifyWindowStart) == 0x00002C, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow::bClampToNotifyWindowStart' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow, bClampToNotifyWindowEnd) == 0x00002D, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow::bClampToNotifyWindowEnd' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow, bDebugReportResults) == 0x00002E, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow::bDebugReportResults' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow, SyncResult) == 0x000030, "Member 'CJAnimationFunctionLibrary_GetAnimSequenceWithSyncTransitionWindow::SyncResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetFirstMarkerSyncTime \ +static_assert(alignof(CJAnimationFunctionLibrary_GetFirstMarkerSyncTime) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetFirstMarkerSyncTime"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetFirstMarkerSyncTime) == 0x000020, "Wrong size on CJAnimationFunctionLibrary_GetFirstMarkerSyncTime"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetFirstMarkerSyncTime, AnimSequence) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetFirstMarkerSyncTime::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetFirstMarkerSyncTime, PrevMarker) == 0x000008, "Member 'CJAnimationFunctionLibrary_GetFirstMarkerSyncTime::PrevMarker' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetFirstMarkerSyncTime, NextMarker) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetFirstMarkerSyncTime::NextMarker' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetFirstMarkerSyncTime, Progress) == 0x000018, "Member 'CJAnimationFunctionLibrary_GetFirstMarkerSyncTime::Progress' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetFirstMarkerSyncTime, ReturnValue) == 0x00001C, "Member 'CJAnimationFunctionLibrary_GetFirstMarkerSyncTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetGaitSpeedFromAnimationData \ +static_assert(alignof(CJAnimationFunctionLibrary_GetGaitSpeedFromAnimationData) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetGaitSpeedFromAnimationData"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetGaitSpeedFromAnimationData) == 0x000020, "Wrong size on CJAnimationFunctionLibrary_GetGaitSpeedFromAnimationData"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetGaitSpeedFromAnimationData, GaitData) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetGaitSpeedFromAnimationData::GaitData' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetGaitSpeedFromAnimationData, DistanceCurveName) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetGaitSpeedFromAnimationData::DistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetGaitSpeedFromAnimationData, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_GetGaitSpeedFromAnimationData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetLastInitialTargetAngle \ +static_assert(alignof(CJAnimationFunctionLibrary_GetLastInitialTargetAngle) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetLastInitialTargetAngle"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetLastInitialTargetAngle) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_GetLastInitialTargetAngle"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetLastInitialTargetAngle, StartEvaluator) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetLastInitialTargetAngle::StartEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetLastInitialTargetAngle, ReturnValue) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetLastInitialTargetAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetLastSelectedSegmentAngle \ +static_assert(alignof(CJAnimationFunctionLibrary_GetLastSelectedSegmentAngle) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetLastSelectedSegmentAngle"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetLastSelectedSegmentAngle) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_GetLastSelectedSegmentAngle"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetLastSelectedSegmentAngle, StartEvaluator) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetLastSelectedSegmentAngle::StartEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetLastSelectedSegmentAngle, ReturnValue) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetLastSelectedSegmentAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetLastStoppingDistance \ +static_assert(alignof(CJAnimationFunctionLibrary_GetLastStoppingDistance) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetLastStoppingDistance"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetLastStoppingDistance) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_GetLastStoppingDistance"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetLastStoppingDistance, StopEvaluator) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetLastStoppingDistance::StopEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetLastStoppingDistance, ReturnValue) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetLastStoppingDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetLinearSpeedFromDistanceCurve \ +static_assert(alignof(CJAnimationFunctionLibrary_GetLinearSpeedFromDistanceCurve) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetLinearSpeedFromDistanceCurve"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetLinearSpeedFromDistanceCurve) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_GetLinearSpeedFromDistanceCurve"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetLinearSpeedFromDistanceCurve, AnimSequence) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetLinearSpeedFromDistanceCurve::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetLinearSpeedFromDistanceCurve, DistanceCurveName) == 0x000008, "Member 'CJAnimationFunctionLibrary_GetLinearSpeedFromDistanceCurve::DistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetLinearSpeedFromDistanceCurve, ReturnValue) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetLinearSpeedFromDistanceCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo \ +static_assert(alignof(CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo) == 0x000004, "Wrong alignment on CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo) == 0x00002C, "Wrong size on CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo, MarkerSyncPos) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo::MarkerSyncPos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo, PrevMarker) == 0x000014, "Member 'CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo::PrevMarker' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo, NextMarker) == 0x00001C, "Member 'CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo::NextMarker' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo, Progress) == 0x000024, "Member 'CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo::Progress' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo, InfoValid) == 0x000028, "Member 'CJAnimationFunctionLibrary_GetMarkerSyncAnimPosInfo::InfoValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetMarkerSyncDebugInfo \ +static_assert(alignof(CJAnimationFunctionLibrary_GetMarkerSyncDebugInfo) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetMarkerSyncDebugInfo"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetMarkerSyncDebugInfo) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_GetMarkerSyncDebugInfo"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetMarkerSyncDebugInfo, MarkerSyncPos) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetMarkerSyncDebugInfo::MarkerSyncPos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetMarkerSyncDebugInfo, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_GetMarkerSyncDebugInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetPivotStrideWarpingAlpha \ +static_assert(alignof(CJAnimationFunctionLibrary_GetPivotStrideWarpingAlpha) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetPivotStrideWarpingAlpha"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetPivotStrideWarpingAlpha) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_GetPivotStrideWarpingAlpha"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetPivotStrideWarpingAlpha, PivotEvaluator) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetPivotStrideWarpingAlpha::PivotEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetPivotStrideWarpingAlpha, ReturnValue) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetPivotStrideWarpingAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetPlayRateForWindow \ +static_assert(alignof(CJAnimationFunctionLibrary_GetPlayRateForWindow) == 0x000004, "Wrong alignment on CJAnimationFunctionLibrary_GetPlayRateForWindow"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetPlayRateForWindow) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_GetPlayRateForWindow"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetPlayRateForWindow, AccumulatedTime) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetPlayRateForWindow::AccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetPlayRateForWindow, WarpWindow) == 0x000004, "Member 'CJAnimationFunctionLibrary_GetPlayRateForWindow::WarpWindow' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetPlayRateForWindow, ReturnValue) == 0x000014, "Member 'CJAnimationFunctionLibrary_GetPlayRateForWindow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetRotationAnimInfoFromAngle \ +static_assert(alignof(CJAnimationFunctionLibrary_GetRotationAnimInfoFromAngle) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetRotationAnimInfoFromAngle"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetRotationAnimInfoFromAngle) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_GetRotationAnimInfoFromAngle"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetRotationAnimInfoFromAngle, RotationAngle) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetRotationAnimInfoFromAngle::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetRotationAnimInfoFromAngle, RotationAnimInfos) == 0x000008, "Member 'CJAnimationFunctionLibrary_GetRotationAnimInfoFromAngle::RotationAnimInfos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetRotationAnimInfoFromAngle, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_GetRotationAnimInfoFromAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle \ +static_assert(alignof(CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle, RotationAngle) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle, FilterTag) == 0x000004, "Member 'CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle::FilterTag' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle, RotationAnimInfos) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle::RotationAnimInfos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle, ReturnValue) == 0x000020, "Member 'CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromName \ +static_assert(alignof(CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromName) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromName"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromName) == 0x000020, "Wrong size on CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromName"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromName, InfoName) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromName::InfoName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromName, RotationAnimInfos) == 0x000008, "Member 'CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromName::RotationAnimInfos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromName, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_GetRotationAnimInfoIndexFromName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetStopStrideWarpingAlpha \ +static_assert(alignof(CJAnimationFunctionLibrary_GetStopStrideWarpingAlpha) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetStopStrideWarpingAlpha"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetStopStrideWarpingAlpha) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_GetStopStrideWarpingAlpha"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetStopStrideWarpingAlpha, StopEvaluator) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetStopStrideWarpingAlpha::StopEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetStopStrideWarpingAlpha, ReturnValue) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetStopStrideWarpingAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetStrideWarpingAlpha \ +static_assert(alignof(CJAnimationFunctionLibrary_GetStrideWarpingAlpha) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetStrideWarpingAlpha"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetStrideWarpingAlpha) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_GetStrideWarpingAlpha"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetStrideWarpingAlpha, StartEvaluator) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetStrideWarpingAlpha::StartEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetStrideWarpingAlpha, ReturnValue) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetStrideWarpingAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose \ +static_assert(alignof(CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose) == 0x000010, "Wrong alignment on CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose) == 0x000080, "Wrong size on CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose, Mesh) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose::Mesh' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose, BoneName) == 0x000008, "Member 'CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose::BoneName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose, OutDeltaTM) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose::OutDeltaTM' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose, ReturnValue) == 0x000070, "Member 'CJAnimationFunctionLibrary_GetTransformDeltaFromRefPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex \ +static_assert(alignof(CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex, FromSegmentName) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex::FromSegmentName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex, ToSegmentName) == 0x000008, "Member 'CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex::ToSegmentName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex, TransitionSegments) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex::TransitionSegments' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex, FoundIndex) == 0x000020, "Member 'CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex::FoundIndex' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex, ReturnValue) == 0x000024, "Member 'CJAnimationFunctionLibrary_GetTransitionAnimSegmentIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset \ +static_assert(alignof(CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset) == 0x000004, "Wrong alignment on CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset) == 0x000014, "Wrong size on CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset, RootYawOffset) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset::RootYawOffset' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset, LocalVelocityAngleWithOffset) == 0x000004, "Member 'CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset::LocalVelocityAngleWithOffset' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset, RemainingTurnYaw) == 0x000008, "Member 'CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset::RemainingTurnYaw' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset, PrevRemainingTurnYaw) == 0x00000C, "Member 'CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset::PrevRemainingTurnYaw' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset, ReturnValue) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetTurnAnimRootYawOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose \ +static_assert(alignof(CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose) == 0x000010, "Wrong alignment on CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose) == 0x000060, "Wrong size on CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose, Mesh) == 0x000000, "Member 'CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose::Mesh' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose, BoneName) == 0x000008, "Member 'CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose::BoneName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose, OutTwist) == 0x000010, "Member 'CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose::OutTwist' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose, OutSwing) == 0x000030, "Member 'CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose::OutSwing' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose, ReturnValue) == 0x000050, "Member 'CJAnimationFunctionLibrary_GetTwistSwingDeltaFromRefPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_IsCurveActive \ +static_assert(alignof(CJAnimationFunctionLibrary_IsCurveActive) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_IsCurveActive"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_IsCurveActive) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_IsCurveActive"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsCurveActive, AnimInstance) == 0x000000, "Member 'CJAnimationFunctionLibrary_IsCurveActive::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsCurveActive, Type) == 0x000008, "Member 'CJAnimationFunctionLibrary_IsCurveActive::Type' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsCurveActive, CurveName) == 0x00000C, "Member 'CJAnimationFunctionLibrary_IsCurveActive::CurveName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsCurveActive, ReturnValue) == 0x000014, "Member 'CJAnimationFunctionLibrary_IsCurveActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime \ +static_assert(alignof(CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime) == 0x000020, "Wrong size on CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime, AnimSequence) == 0x000000, "Member 'CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime, AnimTime) == 0x000008, "Member 'CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime::AnimTime' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime, RequiredTypes) == 0x00000C, "Member 'CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime::RequiredTypes' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime, RequiredMotionDriverId) == 0x000010, "Member 'CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime::RequiredMotionDriverId' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_IsRootInformedCapsuleMotionActiveAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment \ +static_assert(alignof(CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment) == 0x000020, "Wrong size on CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment, RotationAngle) == 0x000000, "Member 'CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment, ActiveIndex) == 0x000004, "Member 'CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment::ActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment, RotationAnimInfos) == 0x000008, "Member 'CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment::RotationAnimInfos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_IsRotationIndexInRemainActiveSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_IsTransitionValid \ +static_assert(alignof(CJAnimationFunctionLibrary_IsTransitionValid) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_IsTransitionValid"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_IsTransitionValid) == 0x000018, "Wrong size on CJAnimationFunctionLibrary_IsTransitionValid"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsTransitionValid, TransitionEvaluator) == 0x000000, "Member 'CJAnimationFunctionLibrary_IsTransitionValid::TransitionEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_IsTransitionValid, ReturnValue) == 0x000010, "Member 'CJAnimationFunctionLibrary_IsTransitionValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_LinkAnimLayerRecursive \ +static_assert(alignof(CJAnimationFunctionLibrary_LinkAnimLayerRecursive) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_LinkAnimLayerRecursive"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_LinkAnimLayerRecursive) == 0x000010, "Wrong size on CJAnimationFunctionLibrary_LinkAnimLayerRecursive"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_LinkAnimLayerRecursive, AnimInstance) == 0x000000, "Member 'CJAnimationFunctionLibrary_LinkAnimLayerRecursive::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_LinkAnimLayerRecursive, InClass) == 0x000008, "Member 'CJAnimationFunctionLibrary_LinkAnimLayerRecursive::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_SanitizeActorViewTarget \ +static_assert(alignof(CJAnimationFunctionLibrary_SanitizeActorViewTarget) == 0x000010, "Wrong alignment on CJAnimationFunctionLibrary_SanitizeActorViewTarget"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_SanitizeActorViewTarget) == 0x0000B0, "Wrong size on CJAnimationFunctionLibrary_SanitizeActorViewTarget"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeActorViewTarget, view_frame) == 0x000000, "Member 'CJAnimationFunctionLibrary_SanitizeActorViewTarget::view_frame' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeActorViewTarget, view_target) == 0x000060, "Member 'CJAnimationFunctionLibrary_SanitizeActorViewTarget::view_target' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeActorViewTarget, angle_limit_workspace) == 0x000078, "Member 'CJAnimationFunctionLibrary_SanitizeActorViewTarget::angle_limit_workspace' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeActorViewTarget, angle_limit_dz) == 0x00007C, "Member 'CJAnimationFunctionLibrary_SanitizeActorViewTarget::angle_limit_dz' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeActorViewTarget, reset_radius) == 0x000080, "Member 'CJAnimationFunctionLibrary_SanitizeActorViewTarget::reset_radius' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeActorViewTarget, safe_target) == 0x000088, "Member 'CJAnimationFunctionLibrary_SanitizeActorViewTarget::safe_target' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeActorViewTarget, target_clamped) == 0x0000A0, "Member 'CJAnimationFunctionLibrary_SanitizeActorViewTarget::target_clamped' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeActorViewTarget, target_unreachable) == 0x0000A1, "Member 'CJAnimationFunctionLibrary_SanitizeActorViewTarget::target_unreachable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_SanitizeViewTarget \ +static_assert(alignof(CJAnimationFunctionLibrary_SanitizeViewTarget) == 0x000010, "Wrong alignment on CJAnimationFunctionLibrary_SanitizeViewTarget"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_SanitizeViewTarget) == 0x0000A0, "Wrong size on CJAnimationFunctionLibrary_SanitizeViewTarget"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeViewTarget, view_frame) == 0x000000, "Member 'CJAnimationFunctionLibrary_SanitizeViewTarget::view_frame' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeViewTarget, view_target) == 0x000060, "Member 'CJAnimationFunctionLibrary_SanitizeViewTarget::view_target' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeViewTarget, angle_limit) == 0x000078, "Member 'CJAnimationFunctionLibrary_SanitizeViewTarget::angle_limit' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeViewTarget, reset_radius) == 0x00007C, "Member 'CJAnimationFunctionLibrary_SanitizeViewTarget::reset_radius' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeViewTarget, safe_target) == 0x000080, "Member 'CJAnimationFunctionLibrary_SanitizeViewTarget::safe_target' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SanitizeViewTarget, target_reset) == 0x000098, "Member 'CJAnimationFunctionLibrary_SanitizeViewTarget::target_reset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate \ +static_assert(alignof(CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate) == 0x000020, "Wrong size on CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate, SequenceEvaluator) == 0x000000, "Member 'CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate, PrevExplicitTime) == 0x000010, "Member 'CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate::PrevExplicitTime' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate, TimeDelta) == 0x000014, "Member 'CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate::TimeDelta' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_SequenceEvaluatorInferPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_SetEntryToPlay \ +static_assert(alignof(CJAnimationFunctionLibrary_SetEntryToPlay) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_SetEntryToPlay"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_SetEntryToPlay) == 0x000030, "Wrong size on CJAnimationFunctionLibrary_SetEntryToPlay"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SetEntryToPlay, SequencePlayer) == 0x000000, "Member 'CJAnimationFunctionLibrary_SetEntryToPlay::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SetEntryToPlay, EntryToPlay) == 0x000010, "Member 'CJAnimationFunctionLibrary_SetEntryToPlay::EntryToPlay' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SetEntryToPlay, StartPosition) == 0x000018, "Member 'CJAnimationFunctionLibrary_SetEntryToPlay::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SetEntryToPlay, ReturnValue) == 0x000020, "Member 'CJAnimationFunctionLibrary_SetEntryToPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_SetPlayRate \ +static_assert(alignof(CJAnimationFunctionLibrary_SetPlayRate) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_SetPlayRate"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_SetPlayRate) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_SetPlayRate"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SetPlayRate, SequencePlayer) == 0x000000, "Member 'CJAnimationFunctionLibrary_SetPlayRate::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SetPlayRate, PlayRate) == 0x000010, "Member 'CJAnimationFunctionLibrary_SetPlayRate::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SetPlayRate, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_SetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_SetStartPosition \ +static_assert(alignof(CJAnimationFunctionLibrary_SetStartPosition) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_SetStartPosition"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_SetStartPosition) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_SetStartPosition"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SetStartPosition, SequencePlayer) == 0x000000, "Member 'CJAnimationFunctionLibrary_SetStartPosition::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SetStartPosition, StartPosition) == 0x000010, "Member 'CJAnimationFunctionLibrary_SetStartPosition::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_SetStartPosition, ReturnValue) == 0x000018, "Member 'CJAnimationFunctionLibrary_SetStartPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_TMToSwingTwist \ +static_assert(alignof(CJAnimationFunctionLibrary_TMToSwingTwist) == 0x000010, "Wrong alignment on CJAnimationFunctionLibrary_TMToSwingTwist"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_TMToSwingTwist) == 0x0000C0, "Wrong size on CJAnimationFunctionLibrary_TMToSwingTwist"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TMToSwingTwist, tm) == 0x000000, "Member 'CJAnimationFunctionLibrary_TMToSwingTwist::tm' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TMToSwingTwist, TwistAxis) == 0x000060, "Member 'CJAnimationFunctionLibrary_TMToSwingTwist::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TMToSwingTwist, OutSwing) == 0x000080, "Member 'CJAnimationFunctionLibrary_TMToSwingTwist::OutSwing' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TMToSwingTwist, OutTwist) == 0x0000A0, "Member 'CJAnimationFunctionLibrary_TMToSwingTwist::OutTwist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ToSwingTwist \ +static_assert(alignof(CJAnimationFunctionLibrary_ToSwingTwist) == 0x000010, "Wrong alignment on CJAnimationFunctionLibrary_ToSwingTwist"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ToSwingTwist) == 0x000080, "Wrong size on CJAnimationFunctionLibrary_ToSwingTwist"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ToSwingTwist, rot) == 0x000000, "Member 'CJAnimationFunctionLibrary_ToSwingTwist::rot' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ToSwingTwist, TwistAxis) == 0x000020, "Member 'CJAnimationFunctionLibrary_ToSwingTwist::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ToSwingTwist, OutSwing) == 0x000040, "Member 'CJAnimationFunctionLibrary_ToSwingTwist::OutSwing' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ToSwingTwist, OutTwist) == 0x000060, "Member 'CJAnimationFunctionLibrary_ToSwingTwist::OutTwist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence \ +static_assert(alignof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence) == 0x000068, "Wrong size on CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence, MarkerSyncPos) == 0x000000, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence::MarkerSyncPos' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence, PassingPositionRatio) == 0x000014, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence::PassingPositionRatio' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence, TransitionSegment) == 0x000018, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence::TransitionSegment' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence, TransitionNotifyName) == 0x000050, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence::TransitionNotifyName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence, AnimStartTime) == 0x000058, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence::AnimStartTime' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence, ReturnValue) == 0x000060, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase \ +static_assert(alignof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase) == 0x000068, "Wrong size on CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase, TransitionSegment) == 0x000000, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase::TransitionSegment' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase, TransitionNotifyName) == 0x000038, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase::TransitionNotifyName' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase, PhaseValue) == 0x000040, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase::PhaseValue' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase, PhaseProgression) == 0x000044, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase::PhaseProgression' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase, PhaseSwitchRatio) == 0x000048, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase::PhaseSwitchRatio' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase, MarkerMin) == 0x00004C, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase::MarkerMin' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase, MarkerMax) == 0x000054, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase::MarkerMax' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase, AnimStartTime) == 0x00005C, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase::AnimStartTime' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase, ReturnValue) == 0x000060, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentGetBestSequenceFromPhase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_TransitionAnimSegmentValid \ +static_assert(alignof(CJAnimationFunctionLibrary_TransitionAnimSegmentValid) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_TransitionAnimSegmentValid"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_TransitionAnimSegmentValid) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_TransitionAnimSegmentValid"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentValid, CurSegment) == 0x000000, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentValid::CurSegment' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentValid, ActiveIndex) == 0x000008, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentValid::ActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentValid, TransitionSegments) == 0x000010, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentValid::TransitionSegments' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_TransitionAnimSegmentValid, ReturnValue) == 0x000020, "Member 'CJAnimationFunctionLibrary_TransitionAnimSegmentValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_UnlinkAnimLayerRecursive \ +static_assert(alignof(CJAnimationFunctionLibrary_UnlinkAnimLayerRecursive) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_UnlinkAnimLayerRecursive"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_UnlinkAnimLayerRecursive) == 0x000010, "Wrong size on CJAnimationFunctionLibrary_UnlinkAnimLayerRecursive"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_UnlinkAnimLayerRecursive, AnimInstance) == 0x000000, "Member 'CJAnimationFunctionLibrary_UnlinkAnimLayerRecursive::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_UnlinkAnimLayerRecursive, InClass) == 0x000008, "Member 'CJAnimationFunctionLibrary_UnlinkAnimLayerRecursive::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJAnimationFunctionLibrary_ValidateTransitionAnimSegmentsData \ +static_assert(alignof(CJAnimationFunctionLibrary_ValidateTransitionAnimSegmentsData) == 0x000008, "Wrong alignment on CJAnimationFunctionLibrary_ValidateTransitionAnimSegmentsData"); \ +static_assert(sizeof(CJAnimationFunctionLibrary_ValidateTransitionAnimSegmentsData) == 0x000028, "Wrong size on CJAnimationFunctionLibrary_ValidateTransitionAnimSegmentsData"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ValidateTransitionAnimSegmentsData, AnimInstance) == 0x000000, "Member 'CJAnimationFunctionLibrary_ValidateTransitionAnimSegmentsData::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ValidateTransitionAnimSegmentsData, Transitions) == 0x000008, "Member 'CJAnimationFunctionLibrary_ValidateTransitionAnimSegmentsData::Transitions' has a wrong offset!"); \ +static_assert(offsetof(CJAnimationFunctionLibrary_ValidateTransitionAnimSegmentsData, RotationSegments) == 0x000018, "Member 'CJAnimationFunctionLibrary_ValidateTransitionAnimSegmentsData::RotationSegments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAnimationFunctionLibrary \ +static_assert(alignof(UCJAnimationFunctionLibrary) == 0x000008, "Wrong alignment on UCJAnimationFunctionLibrary"); \ +static_assert(sizeof(UCJAnimationFunctionLibrary) == 0x000028, "Wrong size on UCJAnimationFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_CJAnimTrajectoryLibrary_TrajectorySearchForPivot \ +static_assert(alignof(CJAnimTrajectoryLibrary_TrajectorySearchForPivot) == 0x000008, "Wrong alignment on CJAnimTrajectoryLibrary_TrajectorySearchForPivot"); \ +static_assert(sizeof(CJAnimTrajectoryLibrary_TrajectorySearchForPivot) == 0x000048, "Wrong size on CJAnimTrajectoryLibrary_TrajectorySearchForPivot"); \ +static_assert(offsetof(CJAnimTrajectoryLibrary_TrajectorySearchForPivot, Trajectory) == 0x000000, "Member 'CJAnimTrajectoryLibrary_TrajectorySearchForPivot::Trajectory' has a wrong offset!"); \ +static_assert(offsetof(CJAnimTrajectoryLibrary_TrajectorySearchForPivot, SamplingData) == 0x000010, "Member 'CJAnimTrajectoryLibrary_TrajectorySearchForPivot::SamplingData' has a wrong offset!"); \ +static_assert(offsetof(CJAnimTrajectoryLibrary_TrajectorySearchForPivot, PivotAngleTolerance) == 0x000030, "Member 'CJAnimTrajectoryLibrary_TrajectorySearchForPivot::PivotAngleTolerance' has a wrong offset!"); \ +static_assert(offsetof(CJAnimTrajectoryLibrary_TrajectorySearchForPivot, ExecutePivotTimeMax) == 0x000034, "Member 'CJAnimTrajectoryLibrary_TrajectorySearchForPivot::ExecutePivotTimeMax' has a wrong offset!"); \ +static_assert(offsetof(CJAnimTrajectoryLibrary_TrajectorySearchForPivot, SearchTimeAheadMax) == 0x000038, "Member 'CJAnimTrajectoryLibrary_TrajectorySearchForPivot::SearchTimeAheadMax' has a wrong offset!"); \ +static_assert(offsetof(CJAnimTrajectoryLibrary_TrajectorySearchForPivot, PivotResult) == 0x00003C, "Member 'CJAnimTrajectoryLibrary_TrajectorySearchForPivot::PivotResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAnimTrajectoryLibrary \ +static_assert(alignof(UCJAnimTrajectoryLibrary) == 0x000008, "Wrong alignment on UCJAnimTrajectoryLibrary"); \ +static_assert(sizeof(UCJAnimTrajectoryLibrary) == 0x000028, "Wrong size on UCJAnimTrajectoryLibrary"); \ + +#define DUMPER7_ASSERTS_UCJSequenceEvaluatorLibrary \ +static_assert(alignof(UCJSequenceEvaluatorLibrary) == 0x000008, "Wrong alignment on UCJSequenceEvaluatorLibrary"); \ +static_assert(sizeof(UCJSequenceEvaluatorLibrary) == 0x000028, "Wrong size on UCJSequenceEvaluatorLibrary"); \ + +#define DUMPER7_ASSERTS_UCJSequencePlayerLibrary \ +static_assert(alignof(UCJSequencePlayerLibrary) == 0x000008, "Wrong alignment on UCJSequencePlayerLibrary"); \ +static_assert(sizeof(UCJSequencePlayerLibrary) == 0x000028, "Wrong size on UCJSequencePlayerLibrary"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyConditionalEndDeath \ +static_assert(alignof(UAnimNotifyConditionalEndDeath) == 0x000008, "Wrong alignment on UAnimNotifyConditionalEndDeath"); \ +static_assert(sizeof(UAnimNotifyConditionalEndDeath) == 0x000040, "Wrong size on UAnimNotifyConditionalEndDeath"); \ +static_assert(offsetof(UAnimNotifyConditionalEndDeath, DeadCollisionProfileName) == 0x000038, "Member 'UAnimNotifyConditionalEndDeath::DeadCollisionProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyConditionalStartDeath \ +static_assert(alignof(UAnimNotifyConditionalStartDeath) == 0x000008, "Wrong alignment on UAnimNotifyConditionalStartDeath"); \ +static_assert(sizeof(UAnimNotifyConditionalStartDeath) == 0x000048, "Wrong size on UAnimNotifyConditionalStartDeath"); \ +static_assert(offsetof(UAnimNotifyConditionalStartDeath, SimulateFromBone) == 0x000038, "Member 'UAnimNotifyConditionalStartDeath::SimulateFromBone' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyConditionalStartDeath, SimulationPriority) == 0x000040, "Member 'UAnimNotifyConditionalStartDeath::SimulationPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyEndDeath \ +static_assert(alignof(UAnimNotifyEndDeath) == 0x000008, "Wrong alignment on UAnimNotifyEndDeath"); \ +static_assert(sizeof(UAnimNotifyEndDeath) == 0x000040, "Wrong size on UAnimNotifyEndDeath"); \ +static_assert(offsetof(UAnimNotifyEndDeath, DeadCollisionProfileName) == 0x000038, "Member 'UAnimNotifyEndDeath::DeadCollisionProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyStateDisableInput_ApplyDisableInputSettings \ +static_assert(alignof(AnimNotifyStateDisableInput_ApplyDisableInputSettings) == 0x000004, "Wrong alignment on AnimNotifyStateDisableInput_ApplyDisableInputSettings"); \ +static_assert(sizeof(AnimNotifyStateDisableInput_ApplyDisableInputSettings) == 0x000010, "Wrong size on AnimNotifyStateDisableInput_ApplyDisableInputSettings"); \ +static_assert(offsetof(AnimNotifyStateDisableInput_ApplyDisableInputSettings, Settings) == 0x000000, "Member 'AnimNotifyStateDisableInput_ApplyDisableInputSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateDisableInput \ +static_assert(alignof(UAnimNotifyStateDisableInput) == 0x000008, "Wrong alignment on UAnimNotifyStateDisableInput"); \ +static_assert(sizeof(UAnimNotifyStateDisableInput) == 0x000040, "Wrong size on UAnimNotifyStateDisableInput"); \ +static_assert(offsetof(UAnimNotifyStateDisableInput, bOverrideMovementMode) == 0x000030, "Member 'UAnimNotifyStateDisableInput::bOverrideMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateDisableInput, bRampInputTillSync) == 0x000031, "Member 'UAnimNotifyStateDisableInput::bRampInputTillSync' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateDisableInput, bAllowFalling) == 0x000032, "Member 'UAnimNotifyStateDisableInput::bAllowFalling' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateDisableInput, RampUpPercentage) == 0x000034, "Member 'UAnimNotifyStateDisableInput::RampUpPercentage' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateDisableInput, RampDownPercentage) == 0x000038, "Member 'UAnimNotifyStateDisableInput::RampDownPercentage' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateDisableInput, StartMovementMode) == 0x00003C, "Member 'UAnimNotifyStateDisableInput::StartMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateDisableInput, bBlockActionHandlerPayloadRequests) == 0x00003D, "Member 'UAnimNotifyStateDisableInput::bBlockActionHandlerPayloadRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateEnterVehicleAbort \ +static_assert(alignof(UAnimNotifyStateEnterVehicleAbort) == 0x000008, "Wrong alignment on UAnimNotifyStateEnterVehicleAbort"); \ +static_assert(sizeof(UAnimNotifyStateEnterVehicleAbort) == 0x000030, "Wrong size on UAnimNotifyStateEnterVehicleAbort"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateExitVehicle \ +static_assert(alignof(UAnimNotifyStateExitVehicle) == 0x000008, "Wrong alignment on UAnimNotifyStateExitVehicle"); \ +static_assert(sizeof(UAnimNotifyStateExitVehicle) == 0x000030, "Wrong size on UAnimNotifyStateExitVehicle"); \ + +#define DUMPER7_ASSERTS_AnimNotifyStatePlayRateWindow_ApplyPlayRateWindowSettings \ +static_assert(alignof(AnimNotifyStatePlayRateWindow_ApplyPlayRateWindowSettings) == 0x000004, "Wrong alignment on AnimNotifyStatePlayRateWindow_ApplyPlayRateWindowSettings"); \ +static_assert(sizeof(AnimNotifyStatePlayRateWindow_ApplyPlayRateWindowSettings) == 0x000008, "Wrong size on AnimNotifyStatePlayRateWindow_ApplyPlayRateWindowSettings"); \ +static_assert(offsetof(AnimNotifyStatePlayRateWindow_ApplyPlayRateWindowSettings, Settings) == 0x000000, "Member 'AnimNotifyStatePlayRateWindow_ApplyPlayRateWindowSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStatePlayRateWindow \ +static_assert(alignof(UAnimNotifyStatePlayRateWindow) == 0x000008, "Wrong alignment on UAnimNotifyStatePlayRateWindow"); \ +static_assert(sizeof(UAnimNotifyStatePlayRateWindow) == 0x000038, "Wrong size on UAnimNotifyStatePlayRateWindow"); \ +static_assert(offsetof(UAnimNotifyStatePlayRateWindow, MaxPlayRate) == 0x000030, "Member 'UAnimNotifyStatePlayRateWindow::MaxPlayRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStatePlayRateWindow, MinPlayRate) == 0x000034, "Member 'UAnimNotifyStatePlayRateWindow::MinPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyStateSetMovementMode_ApplySetMovementModeSettings \ +static_assert(alignof(AnimNotifyStateSetMovementMode_ApplySetMovementModeSettings) == 0x000001, "Wrong alignment on AnimNotifyStateSetMovementMode_ApplySetMovementModeSettings"); \ +static_assert(sizeof(AnimNotifyStateSetMovementMode_ApplySetMovementModeSettings) == 0x000002, "Wrong size on AnimNotifyStateSetMovementMode_ApplySetMovementModeSettings"); \ +static_assert(offsetof(AnimNotifyStateSetMovementMode_ApplySetMovementModeSettings, Settings) == 0x000000, "Member 'AnimNotifyStateSetMovementMode_ApplySetMovementModeSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateSetMovementMode \ +static_assert(alignof(UAnimNotifyStateSetMovementMode) == 0x000008, "Wrong alignment on UAnimNotifyStateSetMovementMode"); \ +static_assert(sizeof(UAnimNotifyStateSetMovementMode) == 0x000038, "Wrong size on UAnimNotifyStateSetMovementMode"); \ +static_assert(offsetof(UAnimNotifyStateSetMovementMode, MovementMode) == 0x000030, "Member 'UAnimNotifyStateSetMovementMode::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyStateSetMovementMode, MovementModeAtEnd) == 0x000031, "Member 'UAnimNotifyStateSetMovementMode::MovementModeAtEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateTraversing \ +static_assert(alignof(UAnimNotifyStateTraversing) == 0x000008, "Wrong alignment on UAnimNotifyStateTraversing"); \ +static_assert(sizeof(UAnimNotifyStateTraversing) == 0x000030, "Wrong size on UAnimNotifyStateTraversing"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyStateWarpTowardSmartObject \ +static_assert(alignof(UAnimNotifyStateWarpTowardSmartObject) == 0x000008, "Wrong alignment on UAnimNotifyStateWarpTowardSmartObject"); \ +static_assert(sizeof(UAnimNotifyStateWarpTowardSmartObject) == 0x000030, "Wrong size on UAnimNotifyStateWarpTowardSmartObject"); \ + +#define DUMPER7_ASSERTS_UAnimationSharingSystem \ +static_assert(alignof(UAnimationSharingSystem) == 0x000008, "Wrong alignment on UAnimationSharingSystem"); \ +static_assert(sizeof(UAnimationSharingSystem) == 0x000090, "Wrong size on UAnimationSharingSystem"); \ +static_assert(offsetof(UAnimationSharingSystem, PedestrianAnimationSharingSetup) == 0x000038, "Member 'UAnimationSharingSystem::PedestrianAnimationSharingSetup' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSharingSystem, CharacterSkeleton) == 0x000060, "Member 'UAnimationSharingSystem::CharacterSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimationSharingSystem, LoadedCharacterSkeleton) == 0x000088, "Member 'UAnimationSharingSystem::LoadedCharacterSkeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJAssetManager \ +static_assert(alignof(UCJAssetManager) == 0x000008, "Wrong alignment on UCJAssetManager"); \ +static_assert(sizeof(UCJAssetManager) == 0x000520, "Wrong size on UCJAssetManager"); \ + +#define DUMPER7_ASSERTS_ULSAKComponent \ +static_assert(alignof(ULSAKComponent) == 0x000010, "Wrong alignment on ULSAKComponent"); \ +static_assert(sizeof(ULSAKComponent) == 0x0004A0, "Wrong size on ULSAKComponent"); \ +static_assert(offsetof(ULSAKComponent, bAutoPost) == 0x000470, "Member 'ULSAKComponent::bAutoPost' has a wrong offset!"); \ +static_assert(offsetof(ULSAKComponent, bIsStatic) == 0x000471, "Member 'ULSAKComponent::bIsStatic' has a wrong offset!"); \ +static_assert(offsetof(ULSAKComponent, EmitterBucket) == 0x000474, "Member 'ULSAKComponent::EmitterBucket' has a wrong offset!"); \ +static_assert(offsetof(ULSAKComponent, Loop) == 0x000480, "Member 'ULSAKComponent::Loop' has a wrong offset!"); \ +static_assert(offsetof(ULSAKComponent, Switches) == 0x000488, "Member 'ULSAKComponent::Switches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIAudioEventExtensions_PopUIAudioEventHandler \ +static_assert(alignof(UIAudioEventExtensions_PopUIAudioEventHandler) == 0x000008, "Wrong alignment on UIAudioEventExtensions_PopUIAudioEventHandler"); \ +static_assert(sizeof(UIAudioEventExtensions_PopUIAudioEventHandler) == 0x000010, "Wrong size on UIAudioEventExtensions_PopUIAudioEventHandler"); \ +static_assert(offsetof(UIAudioEventExtensions_PopUIAudioEventHandler, LocalPlayer) == 0x000000, "Member 'UIAudioEventExtensions_PopUIAudioEventHandler::LocalPlayer' has a wrong offset!"); \ +static_assert(offsetof(UIAudioEventExtensions_PopUIAudioEventHandler, UIAudioEventHandler) == 0x000008, "Member 'UIAudioEventExtensions_PopUIAudioEventHandler::UIAudioEventHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIAudioEventExtensions_PushUIAudioEventHandler \ +static_assert(alignof(UIAudioEventExtensions_PushUIAudioEventHandler) == 0x000008, "Wrong alignment on UIAudioEventExtensions_PushUIAudioEventHandler"); \ +static_assert(sizeof(UIAudioEventExtensions_PushUIAudioEventHandler) == 0x000018, "Wrong size on UIAudioEventExtensions_PushUIAudioEventHandler"); \ +static_assert(offsetof(UIAudioEventExtensions_PushUIAudioEventHandler, LocalPlayer) == 0x000000, "Member 'UIAudioEventExtensions_PushUIAudioEventHandler::LocalPlayer' has a wrong offset!"); \ +static_assert(offsetof(UIAudioEventExtensions_PushUIAudioEventHandler, UIAudioEventHandlerClass) == 0x000008, "Member 'UIAudioEventExtensions_PushUIAudioEventHandler::UIAudioEventHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(UIAudioEventExtensions_PushUIAudioEventHandler, ReturnValue) == 0x000010, "Member 'UIAudioEventExtensions_PushUIAudioEventHandler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIAudioEventExtensions_TriggerUIAudioEvent \ +static_assert(alignof(UIAudioEventExtensions_TriggerUIAudioEvent) == 0x000008, "Wrong alignment on UIAudioEventExtensions_TriggerUIAudioEvent"); \ +static_assert(sizeof(UIAudioEventExtensions_TriggerUIAudioEvent) == 0x000010, "Wrong size on UIAudioEventExtensions_TriggerUIAudioEvent"); \ +static_assert(offsetof(UIAudioEventExtensions_TriggerUIAudioEvent, LocalPlayer) == 0x000000, "Member 'UIAudioEventExtensions_TriggerUIAudioEvent::LocalPlayer' has a wrong offset!"); \ +static_assert(offsetof(UIAudioEventExtensions_TriggerUIAudioEvent, UIAudioEventTag) == 0x000008, "Member 'UIAudioEventExtensions_TriggerUIAudioEvent::UIAudioEventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIAudioEventExtensions \ +static_assert(alignof(UUIAudioEventExtensions) == 0x000008, "Wrong alignment on UUIAudioEventExtensions"); \ +static_assert(sizeof(UUIAudioEventExtensions) == 0x000028, "Wrong size on UUIAudioEventExtensions"); \ + +#define DUMPER7_ASSERTS_UIAudioEventHandler_OnUIAudioEventTriggered \ +static_assert(alignof(UIAudioEventHandler_OnUIAudioEventTriggered) == 0x000004, "Wrong alignment on UIAudioEventHandler_OnUIAudioEventTriggered"); \ +static_assert(sizeof(UIAudioEventHandler_OnUIAudioEventTriggered) == 0x00000C, "Wrong size on UIAudioEventHandler_OnUIAudioEventTriggered"); \ +static_assert(offsetof(UIAudioEventHandler_OnUIAudioEventTriggered, UIAudioEventTag) == 0x000000, "Member 'UIAudioEventHandler_OnUIAudioEventTriggered::UIAudioEventTag' has a wrong offset!"); \ +static_assert(offsetof(UIAudioEventHandler_OnUIAudioEventTriggered, ReturnValue) == 0x000008, "Member 'UIAudioEventHandler_OnUIAudioEventTriggered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIAudioEventHandler \ +static_assert(alignof(UUIAudioEventHandler) == 0x000008, "Wrong alignment on UUIAudioEventHandler"); \ +static_assert(sizeof(UUIAudioEventHandler) == 0x000030, "Wrong size on UUIAudioEventHandler"); \ + +#define DUMPER7_ASSERTS_CJBugReporterDebug_AddJiraAttachment \ +static_assert(alignof(CJBugReporterDebug_AddJiraAttachment) == 0x000008, "Wrong alignment on CJBugReporterDebug_AddJiraAttachment"); \ +static_assert(sizeof(CJBugReporterDebug_AddJiraAttachment) == 0x000020, "Wrong size on CJBugReporterDebug_AddJiraAttachment"); \ +static_assert(offsetof(CJBugReporterDebug_AddJiraAttachment, jirakey) == 0x000000, "Member 'CJBugReporterDebug_AddJiraAttachment::jirakey' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_AddJiraAttachment, AttachmentFilePath) == 0x000010, "Member 'CJBugReporterDebug_AddJiraAttachment::AttachmentFilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBugReporterDebug_CopyToClipboard \ +static_assert(alignof(CJBugReporterDebug_CopyToClipboard) == 0x000008, "Wrong alignment on CJBugReporterDebug_CopyToClipboard"); \ +static_assert(sizeof(CJBugReporterDebug_CopyToClipboard) == 0x000010, "Wrong size on CJBugReporterDebug_CopyToClipboard"); \ +static_assert(offsetof(CJBugReporterDebug_CopyToClipboard, textocopy) == 0x000000, "Member 'CJBugReporterDebug_CopyToClipboard::textocopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBugReporterDebug_CreateBugJson \ +static_assert(alignof(CJBugReporterDebug_CreateBugJson) == 0x000008, "Wrong alignment on CJBugReporterDebug_CreateBugJson"); \ +static_assert(sizeof(CJBugReporterDebug_CreateBugJson) == 0x0000D8, "Wrong size on CJBugReporterDebug_CreateBugJson"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, jiraprojectkey) == 0x000000, "Member 'CJBugReporterDebug_CreateBugJson::jiraprojectkey' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, jiratitlestring) == 0x000010, "Member 'CJBugReporterDebug_CreateBugJson::jiratitlestring' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, jiradescriptionstring) == 0x000020, "Member 'CJBugReporterDebug_CreateBugJson::jiradescriptionstring' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, BugItString) == 0x000030, "Member 'CJBugReporterDebug_CreateBugJson::BugItString' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, UnrealEditorLink) == 0x000040, "Member 'CJBugReporterDebug_CreateBugJson::UnrealEditorLink' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, reporter) == 0x000050, "Member 'CJBugReporterDebug_CreateBugJson::reporter' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, CL) == 0x000060, "Member 'CJBugReporterDebug_CreateBugJson::CL' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, Platform) == 0x000068, "Member 'CJBugReporterDebug_CreateBugJson::Platform' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, District) == 0x000078, "Member 'CJBugReporterDebug_CreateBugJson::District' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, FeatureTeam) == 0x000088, "Member 'CJBugReporterDebug_CreateBugJson::FeatureTeam' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, UserImpact) == 0x000098, "Member 'CJBugReporterDebug_CreateBugJson::UserImpact' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, GameArea) == 0x0000A8, "Member 'CJBugReporterDebug_CreateBugJson::GameArea' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, Components) == 0x0000B8, "Member 'CJBugReporterDebug_CreateBugJson::Components' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_CreateBugJson, ReturnValue) == 0x0000C8, "Member 'CJBugReporterDebug_CreateBugJson::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBugReporterDebug_DeleteBugReport \ +static_assert(alignof(CJBugReporterDebug_DeleteBugReport) == 0x000008, "Wrong alignment on CJBugReporterDebug_DeleteBugReport"); \ +static_assert(sizeof(CJBugReporterDebug_DeleteBugReport) == 0x000018, "Wrong size on CJBugReporterDebug_DeleteBugReport"); \ +static_assert(offsetof(CJBugReporterDebug_DeleteBugReport, BugPath) == 0x000000, "Member 'CJBugReporterDebug_DeleteBugReport::BugPath' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_DeleteBugReport, ReturnValue) == 0x000010, "Member 'CJBugReporterDebug_DeleteBugReport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBugReporterDebug_GetAllBugReports \ +static_assert(alignof(CJBugReporterDebug_GetAllBugReports) == 0x000008, "Wrong alignment on CJBugReporterDebug_GetAllBugReports"); \ +static_assert(sizeof(CJBugReporterDebug_GetAllBugReports) == 0x000010, "Wrong size on CJBugReporterDebug_GetAllBugReports"); \ +static_assert(offsetof(CJBugReporterDebug_GetAllBugReports, ReturnValue) == 0x000000, "Member 'CJBugReporterDebug_GetAllBugReports::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBugReporterDebug_GetBugItPath \ +static_assert(alignof(CJBugReporterDebug_GetBugItPath) == 0x000008, "Wrong alignment on CJBugReporterDebug_GetBugItPath"); \ +static_assert(sizeof(CJBugReporterDebug_GetBugItPath) == 0x000010, "Wrong size on CJBugReporterDebug_GetBugItPath"); \ +static_assert(offsetof(CJBugReporterDebug_GetBugItPath, ReturnValue) == 0x000000, "Member 'CJBugReporterDebug_GetBugItPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBugReporterDebug_GetBugItString \ +static_assert(alignof(CJBugReporterDebug_GetBugItString) == 0x000008, "Wrong alignment on CJBugReporterDebug_GetBugItString"); \ +static_assert(sizeof(CJBugReporterDebug_GetBugItString) == 0x000010, "Wrong size on CJBugReporterDebug_GetBugItString"); \ +static_assert(offsetof(CJBugReporterDebug_GetBugItString, ReturnValue) == 0x000000, "Member 'CJBugReporterDebug_GetBugItString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBugReporterDebug_GetBugReportPaths \ +static_assert(alignof(CJBugReporterDebug_GetBugReportPaths) == 0x000008, "Wrong alignment on CJBugReporterDebug_GetBugReportPaths"); \ +static_assert(sizeof(CJBugReporterDebug_GetBugReportPaths) == 0x000050, "Wrong size on CJBugReporterDebug_GetBugReportPaths"); \ +static_assert(offsetof(CJBugReporterDebug_GetBugReportPaths, ReturnValue) == 0x000000, "Member 'CJBugReporterDebug_GetBugReportPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBugReporterDebug_GetUserName \ +static_assert(alignof(CJBugReporterDebug_GetUserName) == 0x000008, "Wrong alignment on CJBugReporterDebug_GetUserName"); \ +static_assert(sizeof(CJBugReporterDebug_GetUserName) == 0x000018, "Wrong size on CJBugReporterDebug_GetUserName"); \ +static_assert(offsetof(CJBugReporterDebug_GetUserName, WorldContextObject) == 0x000000, "Member 'CJBugReporterDebug_GetUserName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_GetUserName, ReturnValue) == 0x000008, "Member 'CJBugReporterDebug_GetUserName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBugReporterDebug_ProcessJiraResponse \ +static_assert(alignof(CJBugReporterDebug_ProcessJiraResponse) == 0x000008, "Wrong alignment on CJBugReporterDebug_ProcessJiraResponse"); \ +static_assert(sizeof(CJBugReporterDebug_ProcessJiraResponse) == 0x000020, "Wrong size on CJBugReporterDebug_ProcessJiraResponse"); \ +static_assert(offsetof(CJBugReporterDebug_ProcessJiraResponse, ContentString) == 0x000000, "Member 'CJBugReporterDebug_ProcessJiraResponse::ContentString' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_ProcessJiraResponse, ReturnValue) == 0x000010, "Member 'CJBugReporterDebug_ProcessJiraResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBugReporterDebug_ProcessJiraUserResponse \ +static_assert(alignof(CJBugReporterDebug_ProcessJiraUserResponse) == 0x000008, "Wrong alignment on CJBugReporterDebug_ProcessJiraUserResponse"); \ +static_assert(sizeof(CJBugReporterDebug_ProcessJiraUserResponse) == 0x000020, "Wrong size on CJBugReporterDebug_ProcessJiraUserResponse"); \ +static_assert(offsetof(CJBugReporterDebug_ProcessJiraUserResponse, ResponseContent) == 0x000000, "Member 'CJBugReporterDebug_ProcessJiraUserResponse::ResponseContent' has a wrong offset!"); \ +static_assert(offsetof(CJBugReporterDebug_ProcessJiraUserResponse, ReturnValue) == 0x000010, "Member 'CJBugReporterDebug_ProcessJiraUserResponse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJBugReporterDebug_TestFunction \ +static_assert(alignof(CJBugReporterDebug_TestFunction) == 0x000008, "Wrong alignment on CJBugReporterDebug_TestFunction"); \ +static_assert(sizeof(CJBugReporterDebug_TestFunction) == 0x000010, "Wrong size on CJBugReporterDebug_TestFunction"); \ +static_assert(offsetof(CJBugReporterDebug_TestFunction, ReturnValue) == 0x000000, "Member 'CJBugReporterDebug_TestFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJBugReporterDebug \ +static_assert(alignof(UCJBugReporterDebug) == 0x000008, "Wrong alignment on UCJBugReporterDebug"); \ +static_assert(sizeof(UCJBugReporterDebug) == 0x000028, "Wrong size on UCJBugReporterDebug"); \ + +#define DUMPER7_ASSERTS_UCJContextualCamera \ +static_assert(alignof(UCJContextualCamera) == 0x000008, "Wrong alignment on UCJContextualCamera"); \ +static_assert(sizeof(UCJContextualCamera) == 0x000040, "Wrong size on UCJContextualCamera"); \ +static_assert(offsetof(UCJContextualCamera, CameraModifiers) == 0x000030, "Member 'UCJContextualCamera::CameraModifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJContextualCameraManager_GetModifierFromCamera \ +static_assert(alignof(CJContextualCameraManager_GetModifierFromCamera) == 0x000008, "Wrong alignment on CJContextualCameraManager_GetModifierFromCamera"); \ +static_assert(sizeof(CJContextualCameraManager_GetModifierFromCamera) == 0x000020, "Wrong size on CJContextualCameraManager_GetModifierFromCamera"); \ +static_assert(offsetof(CJContextualCameraManager_GetModifierFromCamera, Camera) == 0x000000, "Member 'CJContextualCameraManager_GetModifierFromCamera::Camera' has a wrong offset!"); \ +static_assert(offsetof(CJContextualCameraManager_GetModifierFromCamera, ModifierType) == 0x000008, "Member 'CJContextualCameraManager_GetModifierFromCamera::ModifierType' has a wrong offset!"); \ +static_assert(offsetof(CJContextualCameraManager_GetModifierFromCamera, FoundModifier) == 0x000010, "Member 'CJContextualCameraManager_GetModifierFromCamera::FoundModifier' has a wrong offset!"); \ +static_assert(offsetof(CJContextualCameraManager_GetModifierFromCamera, ReturnValue) == 0x000018, "Member 'CJContextualCameraManager_GetModifierFromCamera::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJContextualCameraManager_BlueprintUpdateCameras \ +static_assert(alignof(CJContextualCameraManager_BlueprintUpdateCameras) == 0x000010, "Wrong alignment on CJContextualCameraManager_BlueprintUpdateCameras"); \ +static_assert(sizeof(CJContextualCameraManager_BlueprintUpdateCameras) == 0x0008E0, "Wrong size on CJContextualCameraManager_BlueprintUpdateCameras"); \ +static_assert(offsetof(CJContextualCameraManager_BlueprintUpdateCameras, DeltaTime) == 0x000000, "Member 'CJContextualCameraManager_BlueprintUpdateCameras::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CJContextualCameraManager_BlueprintUpdateCameras, ViewInfo) == 0x000010, "Member 'CJContextualCameraManager_BlueprintUpdateCameras::ViewInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJContextualCameraManager_PushCamera \ +static_assert(alignof(CJContextualCameraManager_PushCamera) == 0x000008, "Wrong alignment on CJContextualCameraManager_PushCamera"); \ +static_assert(sizeof(CJContextualCameraManager_PushCamera) == 0x000010, "Wrong size on CJContextualCameraManager_PushCamera"); \ +static_assert(offsetof(CJContextualCameraManager_PushCamera, Camera) == 0x000000, "Member 'CJContextualCameraManager_PushCamera::Camera' has a wrong offset!"); \ +static_assert(offsetof(CJContextualCameraManager_PushCamera, Transition) == 0x000008, "Member 'CJContextualCameraManager_PushCamera::Transition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJContextualCameraManager_GetModifierFromActiveCamera \ +static_assert(alignof(CJContextualCameraManager_GetModifierFromActiveCamera) == 0x000008, "Wrong alignment on CJContextualCameraManager_GetModifierFromActiveCamera"); \ +static_assert(sizeof(CJContextualCameraManager_GetModifierFromActiveCamera) == 0x000018, "Wrong size on CJContextualCameraManager_GetModifierFromActiveCamera"); \ +static_assert(offsetof(CJContextualCameraManager_GetModifierFromActiveCamera, ModifierType) == 0x000000, "Member 'CJContextualCameraManager_GetModifierFromActiveCamera::ModifierType' has a wrong offset!"); \ +static_assert(offsetof(CJContextualCameraManager_GetModifierFromActiveCamera, FoundModifier) == 0x000008, "Member 'CJContextualCameraManager_GetModifierFromActiveCamera::FoundModifier' has a wrong offset!"); \ +static_assert(offsetof(CJContextualCameraManager_GetModifierFromActiveCamera, ReturnValue) == 0x000010, "Member 'CJContextualCameraManager_GetModifierFromActiveCamera::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJContextualCameraManager \ +static_assert(alignof(UCJContextualCameraManager) == 0x000010, "Wrong alignment on UCJContextualCameraManager"); \ +static_assert(sizeof(UCJContextualCameraManager) == 0x001300, "Wrong size on UCJContextualCameraManager"); \ +static_assert(offsetof(UCJContextualCameraManager, DefaultCamera) == 0x0000C0, "Member 'UCJContextualCameraManager::DefaultCamera' has a wrong offset!"); \ +static_assert(offsetof(UCJContextualCameraManager, CameraContext) == 0x0000C8, "Member 'UCJContextualCameraManager::CameraContext' has a wrong offset!"); \ +static_assert(offsetof(UCJContextualCameraManager, ActiveCamera) == 0x000130, "Member 'UCJContextualCameraManager::ActiveCamera' has a wrong offset!"); \ +static_assert(offsetof(UCJContextualCameraManager, PendingCamera) == 0x000138, "Member 'UCJContextualCameraManager::PendingCamera' has a wrong offset!"); \ +static_assert(offsetof(UCJContextualCameraManager, CurrentTransition) == 0x000140, "Member 'UCJContextualCameraManager::CurrentTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraModifierAlignToDirection_AlignToDirection \ +static_assert(alignof(CameraModifierAlignToDirection_AlignToDirection) == 0x000008, "Wrong alignment on CameraModifierAlignToDirection_AlignToDirection"); \ +static_assert(sizeof(CameraModifierAlignToDirection_AlignToDirection) == 0x000020, "Wrong size on CameraModifierAlignToDirection_AlignToDirection"); \ +static_assert(offsetof(CameraModifierAlignToDirection_AlignToDirection, Direction) == 0x000000, "Member 'CameraModifierAlignToDirection_AlignToDirection::Direction' has a wrong offset!"); \ +static_assert(offsetof(CameraModifierAlignToDirection_AlignToDirection, Time) == 0x000018, "Member 'CameraModifierAlignToDirection_AlignToDirection::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifierAlignToDirection \ +static_assert(alignof(UCameraModifierAlignToDirection) == 0x000008, "Wrong alignment on UCameraModifierAlignToDirection"); \ +static_assert(sizeof(UCameraModifierAlignToDirection) == 0x000258, "Wrong size on UCameraModifierAlignToDirection"); \ + +#define DUMPER7_ASSERTS_UCameraModifierEngineRPMToDistance \ +static_assert(alignof(UCameraModifierEngineRPMToDistance) == 0x000008, "Wrong alignment on UCameraModifierEngineRPMToDistance"); \ +static_assert(sizeof(UCameraModifierEngineRPMToDistance) == 0x0000D0, "Wrong size on UCameraModifierEngineRPMToDistance"); \ +static_assert(offsetof(UCameraModifierEngineRPMToDistance, bBypassModifier) == 0x000030, "Member 'UCameraModifierEngineRPMToDistance::bBypassModifier' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierEngineRPMToDistance, RPMToDistance) == 0x000038, "Member 'UCameraModifierEngineRPMToDistance::RPMToDistance' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierEngineRPMToDistance, RPMToDistanceBlendTime) == 0x0000C0, "Member 'UCameraModifierEngineRPMToDistance::RPMToDistanceBlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifierLookBehind \ +static_assert(alignof(UCameraModifierLookBehind) == 0x000008, "Wrong alignment on UCameraModifierLookBehind"); \ +static_assert(sizeof(UCameraModifierLookBehind) == 0x000040, "Wrong size on UCameraModifierLookBehind"); \ +static_assert(offsetof(UCameraModifierLookBehind, bBypassModifier) == 0x000030, "Member 'UCameraModifierLookBehind::bBypassModifier' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierLookBehind, LookBehindYaw) == 0x000034, "Member 'UCameraModifierLookBehind::LookBehindYaw' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierLookBehind, LookBehindPitch) == 0x000038, "Member 'UCameraModifierLookBehind::LookBehindPitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifierSpeedToDistance \ +static_assert(alignof(UCameraModifierSpeedToDistance) == 0x000008, "Wrong alignment on UCameraModifierSpeedToDistance"); \ +static_assert(sizeof(UCameraModifierSpeedToDistance) == 0x000270, "Wrong size on UCameraModifierSpeedToDistance"); \ +static_assert(offsetof(UCameraModifierSpeedToDistance, bBypassModifier) == 0x000030, "Member 'UCameraModifierSpeedToDistance::bBypassModifier' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierSpeedToDistance, SpeedToDistance) == 0x000038, "Member 'UCameraModifierSpeedToDistance::SpeedToDistance' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierSpeedToDistance, SpeedToDistanceEase) == 0x0000C0, "Member 'UCameraModifierSpeedToDistance::SpeedToDistanceEase' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierSpeedToDistance, SpeedToFOV) == 0x000148, "Member 'UCameraModifierSpeedToDistance::SpeedToFOV' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierSpeedToDistance, SpeedToFOVEase) == 0x0001D0, "Member 'UCameraModifierSpeedToDistance::SpeedToFOVEase' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierSpeedToDistance, bIgnoreVerticalVelocity) == 0x000258, "Member 'UCameraModifierSpeedToDistance::bIgnoreVerticalVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_AlignToDialogueTarget \ +static_assert(alignof(UCJCM_AlignToDialogueTarget) == 0x000008, "Wrong alignment on UCJCM_AlignToDialogueTarget"); \ +static_assert(sizeof(UCJCM_AlignToDialogueTarget) == 0x000260, "Wrong size on UCJCM_AlignToDialogueTarget"); \ +static_assert(offsetof(UCJCM_AlignToDialogueTarget, AlignToCharacterSocketName) == 0x000248, "Member 'UCJCM_AlignToDialogueTarget::AlignToCharacterSocketName' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToDialogueTarget, AlignPositionPercentage) == 0x000250, "Member 'UCJCM_AlignToDialogueTarget::AlignPositionPercentage' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToDialogueTarget, MinimumAlignmentVelocity) == 0x000254, "Member 'UCJCM_AlignToDialogueTarget::MinimumAlignmentVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_Framing \ +static_assert(alignof(UCJCM_Framing) == 0x000008, "Wrong alignment on UCJCM_Framing"); \ +static_assert(sizeof(UCJCM_Framing) == 0x000070, "Wrong size on UCJCM_Framing"); \ +static_assert(offsetof(UCJCM_Framing, bBypassModifier) == 0x000030, "Member 'UCJCM_Framing::bBypassModifier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Framing, bDrawDebug) == 0x000031, "Member 'UCJCM_Framing::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Framing, Distance) == 0x000034, "Member 'UCJCM_Framing::Distance' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Framing, HorizontalScreenFraction) == 0x000038, "Member 'UCJCM_Framing::HorizontalScreenFraction' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Framing, VerticalScreenFraction) == 0x00003C, "Member 'UCJCM_Framing::VerticalScreenFraction' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Framing, PivotPosition) == 0x000040, "Member 'UCJCM_Framing::PivotPosition' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Framing, FOV) == 0x000058, "Member 'UCJCM_Framing::FOV' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Framing, DepthOfFieldFocalDistance) == 0x000060, "Member 'UCJCM_Framing::DepthOfFieldFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Framing, DepthOfFieldDepthBlurAmount) == 0x000064, "Member 'UCJCM_Framing::DepthOfFieldDepthBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Framing, DepthOfFieldDepthBlurRadius) == 0x000068, "Member 'UCJCM_Framing::DepthOfFieldDepthBlurRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraModifierPivotLag \ +static_assert(alignof(UCameraModifierPivotLag) == 0x000008, "Wrong alignment on UCameraModifierPivotLag"); \ +static_assert(sizeof(UCameraModifierPivotLag) == 0x000098, "Wrong size on UCameraModifierPivotLag"); \ +static_assert(offsetof(UCameraModifierPivotLag, bBypassModifier) == 0x000030, "Member 'UCameraModifierPivotLag::bBypassModifier' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierPivotLag, DrawDebug) == 0x000031, "Member 'UCameraModifierPivotLag::DrawDebug' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierPivotLag, ForwardBlendRate) == 0x000034, "Member 'UCameraModifierPivotLag::ForwardBlendRate' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierPivotLag, LateralBlendRate) == 0x000038, "Member 'UCameraModifierPivotLag::LateralBlendRate' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierPivotLag, VerticalBlendRate) == 0x00003C, "Member 'UCameraModifierPivotLag::VerticalBlendRate' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierPivotLag, MaxLagForward) == 0x000040, "Member 'UCameraModifierPivotLag::MaxLagForward' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierPivotLag, MaxLagLateral) == 0x000044, "Member 'UCameraModifierPivotLag::MaxLagLateral' has a wrong offset!"); \ +static_assert(offsetof(UCameraModifierPivotLag, MaxLagLVertical) == 0x000048, "Member 'UCameraModifierPivotLag::MaxLagLVertical' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCT_Time \ +static_assert(alignof(UCJCT_Time) == 0x000008, "Wrong alignment on UCJCT_Time"); \ +static_assert(sizeof(UCJCT_Time) == 0x000048, "Wrong size on UCJCT_Time"); \ +static_assert(offsetof(UCJCT_Time, Time) == 0x000030, "Member 'UCJCT_Time::Time' has a wrong offset!"); \ +static_assert(offsetof(UCJCT_Time, Curve) == 0x000038, "Member 'UCJCT_Time::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraFadeAsyncAction_FadeInScreen \ +static_assert(alignof(CameraFadeAsyncAction_FadeInScreen) == 0x000008, "Wrong alignment on CameraFadeAsyncAction_FadeInScreen"); \ +static_assert(sizeof(CameraFadeAsyncAction_FadeInScreen) == 0x000018, "Wrong size on CameraFadeAsyncAction_FadeInScreen"); \ +static_assert(offsetof(CameraFadeAsyncAction_FadeInScreen, WorldContextObject) == 0x000000, "Member 'CameraFadeAsyncAction_FadeInScreen::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CameraFadeAsyncAction_FadeInScreen, Duration) == 0x000008, "Member 'CameraFadeAsyncAction_FadeInScreen::Duration' has a wrong offset!"); \ +static_assert(offsetof(CameraFadeAsyncAction_FadeInScreen, EasingFunc) == 0x00000C, "Member 'CameraFadeAsyncAction_FadeInScreen::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(CameraFadeAsyncAction_FadeInScreen, ReturnValue) == 0x000010, "Member 'CameraFadeAsyncAction_FadeInScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraFadeAsyncAction_FadeOutScreen \ +static_assert(alignof(CameraFadeAsyncAction_FadeOutScreen) == 0x000008, "Wrong alignment on CameraFadeAsyncAction_FadeOutScreen"); \ +static_assert(sizeof(CameraFadeAsyncAction_FadeOutScreen) == 0x000018, "Wrong size on CameraFadeAsyncAction_FadeOutScreen"); \ +static_assert(offsetof(CameraFadeAsyncAction_FadeOutScreen, WorldContextObject) == 0x000000, "Member 'CameraFadeAsyncAction_FadeOutScreen::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CameraFadeAsyncAction_FadeOutScreen, Duration) == 0x000008, "Member 'CameraFadeAsyncAction_FadeOutScreen::Duration' has a wrong offset!"); \ +static_assert(offsetof(CameraFadeAsyncAction_FadeOutScreen, EasingFunc) == 0x00000C, "Member 'CameraFadeAsyncAction_FadeOutScreen::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(CameraFadeAsyncAction_FadeOutScreen, ReturnValue) == 0x000010, "Member 'CameraFadeAsyncAction_FadeOutScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraFadeAsyncAction \ +static_assert(alignof(UCameraFadeAsyncAction) == 0x000008, "Wrong alignment on UCameraFadeAsyncAction"); \ +static_assert(sizeof(UCameraFadeAsyncAction) == 0x000058, "Wrong size on UCameraFadeAsyncAction"); \ +static_assert(offsetof(UCameraFadeAsyncAction, OnFinished) == 0x000030, "Member 'UCameraFadeAsyncAction::OnFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterFunctionLibrary_FindCharacterByCharacterId \ +static_assert(alignof(CharacterFunctionLibrary_FindCharacterByCharacterId) == 0x000008, "Wrong alignment on CharacterFunctionLibrary_FindCharacterByCharacterId"); \ +static_assert(sizeof(CharacterFunctionLibrary_FindCharacterByCharacterId) == 0x000040, "Wrong size on CharacterFunctionLibrary_FindCharacterByCharacterId"); \ +static_assert(offsetof(CharacterFunctionLibrary_FindCharacterByCharacterId, WorldContextObject) == 0x000000, "Member 'CharacterFunctionLibrary_FindCharacterByCharacterId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_FindCharacterByCharacterId, SpawnNPCWorldStateIdentifier) == 0x000008, "Member 'CharacterFunctionLibrary_FindCharacterByCharacterId::SpawnNPCWorldStateIdentifier' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_FindCharacterByCharacterId, Result) == 0x000030, "Member 'CharacterFunctionLibrary_FindCharacterByCharacterId::Result' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_FindCharacterByCharacterId, FoundCharacter) == 0x000038, "Member 'CharacterFunctionLibrary_FindCharacterByCharacterId::FoundCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterFunctionLibrary_FindCharacterBySpiritId \ +static_assert(alignof(CharacterFunctionLibrary_FindCharacterBySpiritId) == 0x000008, "Wrong alignment on CharacterFunctionLibrary_FindCharacterBySpiritId"); \ +static_assert(sizeof(CharacterFunctionLibrary_FindCharacterBySpiritId) == 0x000020, "Wrong size on CharacterFunctionLibrary_FindCharacterBySpiritId"); \ +static_assert(offsetof(CharacterFunctionLibrary_FindCharacterBySpiritId, WorldContextObject) == 0x000000, "Member 'CharacterFunctionLibrary_FindCharacterBySpiritId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_FindCharacterBySpiritId, CharacterId) == 0x000008, "Member 'CharacterFunctionLibrary_FindCharacterBySpiritId::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_FindCharacterBySpiritId, Result) == 0x000010, "Member 'CharacterFunctionLibrary_FindCharacterBySpiritId::Result' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_FindCharacterBySpiritId, FoundCharacter) == 0x000018, "Member 'CharacterFunctionLibrary_FindCharacterBySpiritId::FoundCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterFunctionLibrary_FindCharacterWithGenericTag \ +static_assert(alignof(CharacterFunctionLibrary_FindCharacterWithGenericTag) == 0x000008, "Wrong alignment on CharacterFunctionLibrary_FindCharacterWithGenericTag"); \ +static_assert(sizeof(CharacterFunctionLibrary_FindCharacterWithGenericTag) == 0x000020, "Wrong size on CharacterFunctionLibrary_FindCharacterWithGenericTag"); \ +static_assert(offsetof(CharacterFunctionLibrary_FindCharacterWithGenericTag, WorldContextObject) == 0x000000, "Member 'CharacterFunctionLibrary_FindCharacterWithGenericTag::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_FindCharacterWithGenericTag, Tag) == 0x000008, "Member 'CharacterFunctionLibrary_FindCharacterWithGenericTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_FindCharacterWithGenericTag, Result) == 0x000010, "Member 'CharacterFunctionLibrary_FindCharacterWithGenericTag::Result' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_FindCharacterWithGenericTag, FoundCharacter) == 0x000018, "Member 'CharacterFunctionLibrary_FindCharacterWithGenericTag::FoundCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterFunctionLibrary_GetOwnerAsCharacter \ +static_assert(alignof(CharacterFunctionLibrary_GetOwnerAsCharacter) == 0x000008, "Wrong alignment on CharacterFunctionLibrary_GetOwnerAsCharacter"); \ +static_assert(sizeof(CharacterFunctionLibrary_GetOwnerAsCharacter) == 0x000018, "Wrong size on CharacterFunctionLibrary_GetOwnerAsCharacter"); \ +static_assert(offsetof(CharacterFunctionLibrary_GetOwnerAsCharacter, Sidecar) == 0x000000, "Member 'CharacterFunctionLibrary_GetOwnerAsCharacter::Sidecar' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_GetOwnerAsCharacter, Success) == 0x000008, "Member 'CharacterFunctionLibrary_GetOwnerAsCharacter::Success' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_GetOwnerAsCharacter, ReturnValue) == 0x000010, "Member 'CharacterFunctionLibrary_GetOwnerAsCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterFunctionLibrary_IsActorInView \ +static_assert(alignof(CharacterFunctionLibrary_IsActorInView) == 0x000008, "Wrong alignment on CharacterFunctionLibrary_IsActorInView"); \ +static_assert(sizeof(CharacterFunctionLibrary_IsActorInView) == 0x000010, "Wrong size on CharacterFunctionLibrary_IsActorInView"); \ +static_assert(offsetof(CharacterFunctionLibrary_IsActorInView, Actor) == 0x000000, "Member 'CharacterFunctionLibrary_IsActorInView::Actor' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_IsActorInView, FOVBuffer) == 0x000008, "Member 'CharacterFunctionLibrary_IsActorInView::FOVBuffer' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_IsActorInView, ReturnValue) == 0x00000C, "Member 'CharacterFunctionLibrary_IsActorInView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterFunctionLibrary_IsLocationInView \ +static_assert(alignof(CharacterFunctionLibrary_IsLocationInView) == 0x000008, "Wrong alignment on CharacterFunctionLibrary_IsLocationInView"); \ +static_assert(sizeof(CharacterFunctionLibrary_IsLocationInView) == 0x000028, "Wrong size on CharacterFunctionLibrary_IsLocationInView"); \ +static_assert(offsetof(CharacterFunctionLibrary_IsLocationInView, WorldContextObject) == 0x000000, "Member 'CharacterFunctionLibrary_IsLocationInView::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_IsLocationInView, Location) == 0x000008, "Member 'CharacterFunctionLibrary_IsLocationInView::Location' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_IsLocationInView, FOVBuffer) == 0x000020, "Member 'CharacterFunctionLibrary_IsLocationInView::FOVBuffer' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_IsLocationInView, ReturnValue) == 0x000024, "Member 'CharacterFunctionLibrary_IsLocationInView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterFunctionLibrary_RestorePlayerController \ +static_assert(alignof(CharacterFunctionLibrary_RestorePlayerController) == 0x000008, "Wrong alignment on CharacterFunctionLibrary_RestorePlayerController"); \ +static_assert(sizeof(CharacterFunctionLibrary_RestorePlayerController) == 0x000008, "Wrong size on CharacterFunctionLibrary_RestorePlayerController"); \ +static_assert(offsetof(CharacterFunctionLibrary_RestorePlayerController, Character) == 0x000000, "Member 'CharacterFunctionLibrary_RestorePlayerController::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterFunctionLibrary_RunBehaviorOnPlayer \ +static_assert(alignof(CharacterFunctionLibrary_RunBehaviorOnPlayer) == 0x000008, "Wrong alignment on CharacterFunctionLibrary_RunBehaviorOnPlayer"); \ +static_assert(sizeof(CharacterFunctionLibrary_RunBehaviorOnPlayer) == 0x000028, "Wrong size on CharacterFunctionLibrary_RunBehaviorOnPlayer"); \ +static_assert(offsetof(CharacterFunctionLibrary_RunBehaviorOnPlayer, Character) == 0x000000, "Member 'CharacterFunctionLibrary_RunBehaviorOnPlayer::Character' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_RunBehaviorOnPlayer, Tree) == 0x000008, "Member 'CharacterFunctionLibrary_RunBehaviorOnPlayer::Tree' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_RunBehaviorOnPlayer, Blackboard) == 0x000010, "Member 'CharacterFunctionLibrary_RunBehaviorOnPlayer::Blackboard' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_RunBehaviorOnPlayer, TempProxyPlayer) == 0x000018, "Member 'CharacterFunctionLibrary_RunBehaviorOnPlayer::TempProxyPlayer' has a wrong offset!"); \ +static_assert(offsetof(CharacterFunctionLibrary_RunBehaviorOnPlayer, DefaultProxyBindings) == 0x000020, "Member 'CharacterFunctionLibrary_RunBehaviorOnPlayer::DefaultProxyBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterFunctionLibrary \ +static_assert(alignof(UCharacterFunctionLibrary) == 0x000008, "Wrong alignment on UCharacterFunctionLibrary"); \ +static_assert(sizeof(UCharacterFunctionLibrary) == 0x000028, "Wrong size on UCharacterFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UCharacterTypeDataAsset \ +static_assert(alignof(UCharacterTypeDataAsset) == 0x000010, "Wrong alignment on UCharacterTypeDataAsset"); \ +static_assert(sizeof(UCharacterTypeDataAsset) == 0x000460, "Wrong size on UCharacterTypeDataAsset"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Category) == 0x000030, "Member 'UCharacterTypeDataAsset::Category' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Variant) == 0x000038, "Member 'UCharacterTypeDataAsset::Variant' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Tags) == 0x000040, "Member 'UCharacterTypeDataAsset::Tags' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Body) == 0x000060, "Member 'UCharacterTypeDataAsset::Body' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Hat) == 0x000068, "Member 'UCharacterTypeDataAsset::Hat' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, StaticMeshHat) == 0x000070, "Member 'UCharacterTypeDataAsset::StaticMeshHat' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, SkeletalMeshHair) == 0x000078, "Member 'UCharacterTypeDataAsset::SkeletalMeshHair' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, SkeletalMeshFacialHair) == 0x000080, "Member 'UCharacterTypeDataAsset::SkeletalMeshFacialHair' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Head) == 0x000088, "Member 'UCharacterTypeDataAsset::Head' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Torso) == 0x000090, "Member 'UCharacterTypeDataAsset::Torso' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, OuterTorso) == 0x000098, "Member 'UCharacterTypeDataAsset::OuterTorso' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Legs) == 0x0000A0, "Member 'UCharacterTypeDataAsset::Legs' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Feet) == 0x0000A8, "Member 'UCharacterTypeDataAsset::Feet' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Accessory) == 0x0000B0, "Member 'UCharacterTypeDataAsset::Accessory' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Eyewear) == 0x0000B8, "Member 'UCharacterTypeDataAsset::Eyewear' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, StaticMeshEyewear) == 0x0000C0, "Member 'UCharacterTypeDataAsset::StaticMeshEyewear' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Watch) == 0x0000C8, "Member 'UCharacterTypeDataAsset::Watch' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Earrings) == 0x0000D0, "Member 'UCharacterTypeDataAsset::Earrings' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, StaticMeshEarrings) == 0x0000D8, "Member 'UCharacterTypeDataAsset::StaticMeshEarrings' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, RingsGloves) == 0x0000E0, "Member 'UCharacterTypeDataAsset::RingsGloves' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, Backpack) == 0x0000E8, "Member 'UCharacterTypeDataAsset::Backpack' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, bAllowStrandHair) == 0x0000F0, "Member 'UCharacterTypeDataAsset::bAllowStrandHair' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, bAllowHairSimulation) == 0x0000F1, "Member 'UCharacterTypeDataAsset::bAllowHairSimulation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, GroomHair) == 0x0000F8, "Member 'UCharacterTypeDataAsset::GroomHair' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, GroomHairBinding) == 0x000100, "Member 'UCharacterTypeDataAsset::GroomHairBinding' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, GroomBeard) == 0x000108, "Member 'UCharacterTypeDataAsset::GroomBeard' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, GroomBeardBinding) == 0x000110, "Member 'UCharacterTypeDataAsset::GroomBeardBinding' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, GroomMustache) == 0x000118, "Member 'UCharacterTypeDataAsset::GroomMustache' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, GroomMustacheBinding) == 0x000120, "Member 'UCharacterTypeDataAsset::GroomMustacheBinding' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, GroomHairMaterials) == 0x000128, "Member 'UCharacterTypeDataAsset::GroomHairMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, GroomBeardMaterials) == 0x000138, "Member 'UCharacterTypeDataAsset::GroomBeardMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, GroomMustacheMaterials) == 0x000148, "Member 'UCharacterTypeDataAsset::GroomMustacheMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, BodyMaterials) == 0x000158, "Member 'UCharacterTypeDataAsset::BodyMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, HatMaterials) == 0x000168, "Member 'UCharacterTypeDataAsset::HatMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, SkeletalMeshHairMaterials) == 0x000178, "Member 'UCharacterTypeDataAsset::SkeletalMeshHairMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, SkeletalMeshFacialHairMaterials) == 0x000188, "Member 'UCharacterTypeDataAsset::SkeletalMeshFacialHairMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, HeadMaterials) == 0x000198, "Member 'UCharacterTypeDataAsset::HeadMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, TorsoMaterials) == 0x0001A8, "Member 'UCharacterTypeDataAsset::TorsoMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, OuterTorsoMaterials) == 0x0001B8, "Member 'UCharacterTypeDataAsset::OuterTorsoMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, LegsMaterials) == 0x0001C8, "Member 'UCharacterTypeDataAsset::LegsMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, FeetMaterials) == 0x0001D8, "Member 'UCharacterTypeDataAsset::FeetMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, AccessoryMaterials) == 0x0001E8, "Member 'UCharacterTypeDataAsset::AccessoryMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, EyewearMaterials) == 0x0001F8, "Member 'UCharacterTypeDataAsset::EyewearMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, WatchMaterials) == 0x000208, "Member 'UCharacterTypeDataAsset::WatchMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, EarringsMaterials) == 0x000218, "Member 'UCharacterTypeDataAsset::EarringsMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, RingsGlovesMaterials) == 0x000228, "Member 'UCharacterTypeDataAsset::RingsGlovesMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, BackpackMaterials) == 0x000238, "Member 'UCharacterTypeDataAsset::BackpackMaterials' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, HatTransform) == 0x000250, "Member 'UCharacterTypeDataAsset::HatTransform' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, EyewearTransform) == 0x0002B0, "Member 'UCharacterTypeDataAsset::EyewearTransform' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, EarringsTransform) == 0x000310, "Member 'UCharacterTypeDataAsset::EarringsTransform' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, SkeletalMeshHairTransform) == 0x000370, "Member 'UCharacterTypeDataAsset::SkeletalMeshHairTransform' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, SkeletalMeshFacialHairTransform) == 0x0003D0, "Member 'UCharacterTypeDataAsset::SkeletalMeshFacialHairTransform' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, UniformCharacterScale) == 0x000430, "Member 'UCharacterTypeDataAsset::UniformCharacterScale' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, HatDetachable) == 0x000438, "Member 'UCharacterTypeDataAsset::HatDetachable' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, AccessoryDetachable) == 0x000440, "Member 'UCharacterTypeDataAsset::AccessoryDetachable' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, EyewearDetachable) == 0x000448, "Member 'UCharacterTypeDataAsset::EyewearDetachable' has a wrong offset!"); \ +static_assert(offsetof(UCharacterTypeDataAsset, LinkedLayers) == 0x000450, "Member 'UCharacterTypeDataAsset::LinkedLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeProfile \ +static_assert(alignof(UMeleeProfile) == 0x000008, "Wrong alignment on UMeleeProfile"); \ +static_assert(sizeof(UMeleeProfile) == 0x000208, "Wrong size on UMeleeProfile"); \ +static_assert(offsetof(UMeleeProfile, Combos) == 0x000030, "Member 'UMeleeProfile::Combos' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, BaseThrowChance) == 0x000040, "Member 'UMeleeProfile::BaseThrowChance' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, BaseDefenseChance) == 0x000044, "Member 'UMeleeProfile::BaseDefenseChance' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, AttackTypeDefenseMultipliers) == 0x000048, "Member 'UMeleeProfile::AttackTypeDefenseMultipliers' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, TargetInstabilityPenaltyWeight) == 0x000098, "Member 'UMeleeProfile::TargetInstabilityPenaltyWeight' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, TimeToTackAttackInfo) == 0x00009C, "Member 'UMeleeProfile::TimeToTackAttackInfo' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, PostureDefenseMultiplierCurve) == 0x0000A0, "Member 'UMeleeProfile::PostureDefenseMultiplierCurve' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, PatternAnalyzerMultiplierCurve) == 0x000128, "Member 'UMeleeProfile::PatternAnalyzerMultiplierCurve' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, DefensiveActions) == 0x0001B0, "Member 'UMeleeProfile::DefensiveActions' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, CounterPunchVulnerability) == 0x0001C0, "Member 'UMeleeProfile::CounterPunchVulnerability' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, CounterPunchVulnerabilityDuration) == 0x0001C4, "Member 'UMeleeProfile::CounterPunchVulnerabilityDuration' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, StunDefenseTimeModifier) == 0x0001C8, "Member 'UMeleeProfile::StunDefenseTimeModifier' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, bAllowCounter) == 0x0001CC, "Member 'UMeleeProfile::bAllowCounter' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, CounterTreshold) == 0x0001D0, "Member 'UMeleeProfile::CounterTreshold' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, CounterChance) == 0x0001D4, "Member 'UMeleeProfile::CounterChance' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, CounterActions) == 0x0001D8, "Member 'UMeleeProfile::CounterActions' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, bUseFootwork) == 0x0001E8, "Member 'UMeleeProfile::bUseFootwork' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, FootworkCooldown) == 0x0001EC, "Member 'UMeleeProfile::FootworkCooldown' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, bAllowAttackingStunedTarget) == 0x0001F0, "Member 'UMeleeProfile::bAllowAttackingStunedTarget' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, bAllowAttackingStunedTargetWithWeapon) == 0x0001F1, "Member 'UMeleeProfile::bAllowAttackingStunedTargetWithWeapon' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, bAllowMeleeWeapon) == 0x0001F2, "Member 'UMeleeProfile::bAllowMeleeWeapon' has a wrong offset!"); \ +static_assert(offsetof(UMeleeProfile, MeleeWeaponCombos) == 0x0001F8, "Member 'UMeleeProfile::MeleeWeaponCombos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNPCVoiceIdentifierAsset \ +static_assert(alignof(UNPCVoiceIdentifierAsset) == 0x000008, "Wrong alignment on UNPCVoiceIdentifierAsset"); \ +static_assert(sizeof(UNPCVoiceIdentifierAsset) == 0x000048, "Wrong size on UNPCVoiceIdentifierAsset"); \ +static_assert(offsetof(UNPCVoiceIdentifierAsset, SubtitleName) == 0x000030, "Member 'UNPCVoiceIdentifierAsset::SubtitleName' has a wrong offset!"); \ +static_assert(offsetof(UNPCVoiceIdentifierAsset, Gender) == 0x000040, "Member 'UNPCVoiceIdentifierAsset::Gender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostureData \ +static_assert(alignof(UPostureData) == 0x000008, "Wrong alignment on UPostureData"); \ +static_assert(sizeof(UPostureData) == 0x000050, "Wrong size on UPostureData"); \ +static_assert(offsetof(UPostureData, MaxPosture) == 0x000030, "Member 'UPostureData::MaxPosture' has a wrong offset!"); \ +static_assert(offsetof(UPostureData, MinPosture) == 0x000034, "Member 'UPostureData::MinPosture' has a wrong offset!"); \ +static_assert(offsetof(UPostureData, BasePosture) == 0x000038, "Member 'UPostureData::BasePosture' has a wrong offset!"); \ +static_assert(offsetof(UPostureData, RegenRate) == 0x00003C, "Member 'UPostureData::RegenRate' has a wrong offset!"); \ +static_assert(offsetof(UPostureData, StunTime) == 0x000040, "Member 'UPostureData::StunTime' has a wrong offset!"); \ +static_assert(offsetof(UPostureData, DepletionBonusPercentOfMax) == 0x000044, "Member 'UPostureData::DepletionBonusPercentOfMax' has a wrong offset!"); \ +static_assert(offsetof(UPostureData, ReductionRegenPauseTime) == 0x000048, "Member 'UPostureData::ReductionRegenPauseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_AreRequestIDsEquivalent \ +static_assert(alignof(CharacterActionHandlerComponent_AreRequestIDsEquivalent) == 0x000004, "Wrong alignment on CharacterActionHandlerComponent_AreRequestIDsEquivalent"); \ +static_assert(sizeof(CharacterActionHandlerComponent_AreRequestIDsEquivalent) == 0x00000C, "Wrong size on CharacterActionHandlerComponent_AreRequestIDsEquivalent"); \ +static_assert(offsetof(CharacterActionHandlerComponent_AreRequestIDsEquivalent, IDA) == 0x000000, "Member 'CharacterActionHandlerComponent_AreRequestIDsEquivalent::IDA' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_AreRequestIDsEquivalent, IDB) == 0x000004, "Member 'CharacterActionHandlerComponent_AreRequestIDsEquivalent::IDB' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_AreRequestIDsEquivalent, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_AreRequestIDsEquivalent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_IsRequestIDValid \ +static_assert(alignof(CharacterActionHandlerComponent_IsRequestIDValid) == 0x000004, "Wrong alignment on CharacterActionHandlerComponent_IsRequestIDValid"); \ +static_assert(sizeof(CharacterActionHandlerComponent_IsRequestIDValid) == 0x000008, "Wrong size on CharacterActionHandlerComponent_IsRequestIDValid"); \ +static_assert(offsetof(CharacterActionHandlerComponent_IsRequestIDValid, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_IsRequestIDValid::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_IsRequestIDValid, ReturnValue) == 0x000004, "Member 'CharacterActionHandlerComponent_IsRequestIDValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetActionMutableData \ +static_assert(alignof(CharacterActionHandlerComponent_GetActionMutableData) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetActionMutableData"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetActionMutableData) == 0x0000D0, "Wrong size on CharacterActionHandlerComponent_GetActionMutableData"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionMutableData, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetActionMutableData::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionMutableData, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_GetActionMutableData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetAction \ +static_assert(alignof(CharacterActionHandlerComponent_GetAction) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetAction"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetAction) == 0x000010, "Wrong size on CharacterActionHandlerComponent_GetAction"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetAction, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetAction::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetAction, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_GetAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetActionAnchor \ +static_assert(alignof(CharacterActionHandlerComponent_GetActionAnchor) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetActionAnchor"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetActionAnchor) == 0x000010, "Wrong size on CharacterActionHandlerComponent_GetActionAnchor"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionAnchor, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetActionAnchor::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionAnchor, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_GetActionAnchor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetActionInstigator \ +static_assert(alignof(CharacterActionHandlerComponent_GetActionInstigator) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetActionInstigator"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetActionInstigator) == 0x000010, "Wrong size on CharacterActionHandlerComponent_GetActionInstigator"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionInstigator, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetActionInstigator::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionInstigator, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_GetActionInstigator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetActionMoveTime \ +static_assert(alignof(CharacterActionHandlerComponent_GetActionMoveTime) == 0x000004, "Wrong alignment on CharacterActionHandlerComponent_GetActionMoveTime"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetActionMoveTime) == 0x000008, "Wrong size on CharacterActionHandlerComponent_GetActionMoveTime"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionMoveTime, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetActionMoveTime::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionMoveTime, ReturnValue) == 0x000004, "Member 'CharacterActionHandlerComponent_GetActionMoveTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetActionResults \ +static_assert(alignof(CharacterActionHandlerComponent_GetActionResults) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetActionResults"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetActionResults) == 0x000018, "Wrong size on CharacterActionHandlerComponent_GetActionResults"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionResults, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetActionResults::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionResults, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_GetActionResults::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetActionTarget \ +static_assert(alignof(CharacterActionHandlerComponent_GetActionTarget) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetActionTarget"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetActionTarget) == 0x000010, "Wrong size on CharacterActionHandlerComponent_GetActionTarget"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionTarget, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetActionTarget::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionTarget, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_GetActionTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetActionType \ +static_assert(alignof(CharacterActionHandlerComponent_GetActionType) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetActionType"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetActionType) == 0x000010, "Wrong size on CharacterActionHandlerComponent_GetActionType"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionType, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetActionType::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActionType, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_GetActionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetActiveIntervals \ +static_assert(alignof(CharacterActionHandlerComponent_GetActiveIntervals) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetActiveIntervals"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetActiveIntervals) == 0x000018, "Wrong size on CharacterActionHandlerComponent_GetActiveIntervals"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActiveIntervals, TimeOffset) == 0x000000, "Member 'CharacterActionHandlerComponent_GetActiveIntervals::TimeOffset' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetActiveIntervals, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_GetActiveIntervals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetCommitNotifyFromAction \ +static_assert(alignof(CharacterActionHandlerComponent_GetCommitNotifyFromAction) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetCommitNotifyFromAction"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetCommitNotifyFromAction) == 0x000010, "Wrong size on CharacterActionHandlerComponent_GetCommitNotifyFromAction"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetCommitNotifyFromAction, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetCommitNotifyFromAction::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetCommitNotifyFromAction, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_GetCommitNotifyFromAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetCurrentContextID \ +static_assert(alignof(CharacterActionHandlerComponent_GetCurrentContextID) == 0x000004, "Wrong alignment on CharacterActionHandlerComponent_GetCurrentContextID"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetCurrentContextID) == 0x000004, "Wrong size on CharacterActionHandlerComponent_GetCurrentContextID"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetCurrentContextID, ReturnValue) == 0x000000, "Member 'CharacterActionHandlerComponent_GetCurrentContextID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetIntervalFromAction \ +static_assert(alignof(CharacterActionHandlerComponent_GetIntervalFromAction) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetIntervalFromAction"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetIntervalFromAction) == 0x000018, "Wrong size on CharacterActionHandlerComponent_GetIntervalFromAction"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetIntervalFromAction, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetIntervalFromAction::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetIntervalFromAction, IntervalType) == 0x000008, "Member 'CharacterActionHandlerComponent_GetIntervalFromAction::IntervalType' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetIntervalFromAction, ReturnValue) == 0x000010, "Member 'CharacterActionHandlerComponent_GetIntervalFromAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetNextContextID \ +static_assert(alignof(CharacterActionHandlerComponent_GetNextContextID) == 0x000004, "Wrong alignment on CharacterActionHandlerComponent_GetNextContextID"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetNextContextID) == 0x000008, "Wrong size on CharacterActionHandlerComponent_GetNextContextID"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetNextContextID, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetNextContextID::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetNextContextID, ReturnValue) == 0x000004, "Member 'CharacterActionHandlerComponent_GetNextContextID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetNotifyFromAction \ +static_assert(alignof(CharacterActionHandlerComponent_GetNotifyFromAction) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetNotifyFromAction"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetNotifyFromAction) == 0x000018, "Wrong size on CharacterActionHandlerComponent_GetNotifyFromAction"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetNotifyFromAction, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetNotifyFromAction::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetNotifyFromAction, NotifyType) == 0x000008, "Member 'CharacterActionHandlerComponent_GetNotifyFromAction::NotifyType' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetNotifyFromAction, ReturnValue) == 0x000010, "Member 'CharacterActionHandlerComponent_GetNotifyFromAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetRequestedInstigator \ +static_assert(alignof(CharacterActionHandlerComponent_GetRequestedInstigator) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetRequestedInstigator"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetRequestedInstigator) == 0x000010, "Wrong size on CharacterActionHandlerComponent_GetRequestedInstigator"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetRequestedInstigator, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetRequestedInstigator::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetRequestedInstigator, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_GetRequestedInstigator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetRequestedStatus \ +static_assert(alignof(CharacterActionHandlerComponent_GetRequestedStatus) == 0x000004, "Wrong alignment on CharacterActionHandlerComponent_GetRequestedStatus"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetRequestedStatus) == 0x000008, "Wrong size on CharacterActionHandlerComponent_GetRequestedStatus"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetRequestedStatus, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetRequestedStatus::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetRequestedStatus, ReturnValue) == 0x000004, "Member 'CharacterActionHandlerComponent_GetRequestedStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetRequestedTarget \ +static_assert(alignof(CharacterActionHandlerComponent_GetRequestedTarget) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetRequestedTarget"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetRequestedTarget) == 0x000010, "Wrong size on CharacterActionHandlerComponent_GetRequestedTarget"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetRequestedTarget, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetRequestedTarget::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetRequestedTarget, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_GetRequestedTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetTargetedBy \ +static_assert(alignof(CharacterActionHandlerComponent_GetTargetedBy) == 0x000008, "Wrong alignment on CharacterActionHandlerComponent_GetTargetedBy"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetTargetedBy) == 0x000008, "Wrong size on CharacterActionHandlerComponent_GetTargetedBy"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetTargetedBy, ReturnValue) == 0x000000, "Member 'CharacterActionHandlerComponent_GetTargetedBy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_GetTimeLeftToCommit \ +static_assert(alignof(CharacterActionHandlerComponent_GetTimeLeftToCommit) == 0x000004, "Wrong alignment on CharacterActionHandlerComponent_GetTimeLeftToCommit"); \ +static_assert(sizeof(CharacterActionHandlerComponent_GetTimeLeftToCommit) == 0x00000C, "Wrong size on CharacterActionHandlerComponent_GetTimeLeftToCommit"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetTimeLeftToCommit, ID) == 0x000000, "Member 'CharacterActionHandlerComponent_GetTimeLeftToCommit::ID' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetTimeLeftToCommit, OutTimeToCommit) == 0x000004, "Member 'CharacterActionHandlerComponent_GetTimeLeftToCommit::OutTimeToCommit' has a wrong offset!"); \ +static_assert(offsetof(CharacterActionHandlerComponent_GetTimeLeftToCommit, ReturnValue) == 0x000008, "Member 'CharacterActionHandlerComponent_GetTimeLeftToCommit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterActionHandlerComponent_IsActionActive \ +static_assert(alignof(CharacterActionHandlerComponent_IsActionActive) == 0x000001, "Wrong alignment on CharacterActionHandlerComponent_IsActionActive"); \ +static_assert(sizeof(CharacterActionHandlerComponent_IsActionActive) == 0x000001, "Wrong size on CharacterActionHandlerComponent_IsActionActive"); \ +static_assert(offsetof(CharacterActionHandlerComponent_IsActionActive, ReturnValue) == 0x000000, "Member 'CharacterActionHandlerComponent_IsActionActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterActionHandlerComponent \ +static_assert(alignof(UCharacterActionHandlerComponent) == 0x000008, "Wrong alignment on UCharacterActionHandlerComponent"); \ +static_assert(sizeof(UCharacterActionHandlerComponent) == 0x000330, "Wrong size on UCharacterActionHandlerComponent"); \ +static_assert(offsetof(UCharacterActionHandlerComponent, OwningCharacter) == 0x0000C0, "Member 'UCharacterActionHandlerComponent::OwningCharacter' has a wrong offset!"); \ +static_assert(offsetof(UCharacterActionHandlerComponent, CurrentActionID) == 0x0000C8, "Member 'UCharacterActionHandlerComponent::CurrentActionID' has a wrong offset!"); \ +static_assert(offsetof(UCharacterActionHandlerComponent, TargetedBy) == 0x0000E4, "Member 'UCharacterActionHandlerComponent::TargetedBy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterActionHandlerComponent, RequestedActionContext) == 0x000108, "Member 'UCharacterActionHandlerComponent::RequestedActionContext' has a wrong offset!"); \ +static_assert(offsetof(UCharacterActionHandlerComponent, OnBecomeTargetedEvent) == 0x000198, "Member 'UCharacterActionHandlerComponent::OnBecomeTargetedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCharacterActionHandlerComponent, OnActionStartedEvent) == 0x0001A8, "Member 'UCharacterActionHandlerComponent::OnActionStartedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCharacterActionHandlerComponent, OnActionCompletedEvent) == 0x0001B8, "Member 'UCharacterActionHandlerComponent::OnActionCompletedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCharacterActionHandlerComponent, OnActionFinishedEvent) == 0x0001C8, "Member 'UCharacterActionHandlerComponent::OnActionFinishedEvent' has a wrong offset!"); \ +static_assert(offsetof(UCharacterActionHandlerComponent, DummyData) == 0x0001D8, "Member 'UCharacterActionHandlerComponent::DummyData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCancelInterval \ +static_assert(alignof(UCancelInterval) == 0x000008, "Wrong alignment on UCancelInterval"); \ +static_assert(sizeof(UCancelInterval) == 0x000048, "Wrong size on UCancelInterval"); \ +static_assert(offsetof(UCancelInterval, AllowedCancelActionTypes) == 0x000038, "Member 'UCancelInterval::AllowedCancelActionTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIntimidateActionNotify \ +static_assert(alignof(UIntimidateActionNotify) == 0x000008, "Wrong alignment on UIntimidateActionNotify"); \ +static_assert(sizeof(UIntimidateActionNotify) == 0x000080, "Wrong size on UIntimidateActionNotify"); \ +static_assert(offsetof(UIntimidateActionNotify, MoveSet) == 0x000038, "Member 'UIntimidateActionNotify::MoveSet' has a wrong offset!"); \ +static_assert(offsetof(UIntimidateActionNotify, SuccessSASData) == 0x000040, "Member 'UIntimidateActionNotify::SuccessSASData' has a wrong offset!"); \ +static_assert(offsetof(UIntimidateActionNotify, FailSASData) == 0x000060, "Member 'UIntimidateActionNotify::FailSASData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoHazardPhysicsFieldNotify \ +static_assert(alignof(UAutoHazardPhysicsFieldNotify) == 0x000008, "Wrong alignment on UAutoHazardPhysicsFieldNotify"); \ +static_assert(sizeof(UAutoHazardPhysicsFieldNotify) == 0x000038, "Wrong size on UAutoHazardPhysicsFieldNotify"); \ + +#define DUMPER7_ASSERTS_UDealMeleeDamageActionNotify \ +static_assert(alignof(UDealMeleeDamageActionNotify) == 0x000008, "Wrong alignment on UDealMeleeDamageActionNotify"); \ +static_assert(sizeof(UDealMeleeDamageActionNotify) == 0x000058, "Wrong size on UDealMeleeDamageActionNotify"); \ +static_assert(offsetof(UDealMeleeDamageActionNotify, BaseDamage) == 0x000040, "Member 'UDealMeleeDamageActionNotify::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(UDealMeleeDamageActionNotify, DamageTag) == 0x000044, "Member 'UDealMeleeDamageActionNotify::DamageTag' has a wrong offset!"); \ +static_assert(offsetof(UDealMeleeDamageActionNotify, StunTime) == 0x00004C, "Member 'UDealMeleeDamageActionNotify::StunTime' has a wrong offset!"); \ +static_assert(offsetof(UDealMeleeDamageActionNotify, DamageType) == 0x000050, "Member 'UDealMeleeDamageActionNotify::DamageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHeightDamageActionNotify \ +static_assert(alignof(UHeightDamageActionNotify) == 0x000008, "Wrong alignment on UHeightDamageActionNotify"); \ +static_assert(sizeof(UHeightDamageActionNotify) == 0x0001E8, "Wrong size on UHeightDamageActionNotify"); \ +static_assert(offsetof(UHeightDamageActionNotify, HeightToHealthDamage) == 0x000040, "Member 'UHeightDamageActionNotify::HeightToHealthDamage' has a wrong offset!"); \ +static_assert(offsetof(UHeightDamageActionNotify, HeightToPostureDamage) == 0x0000C8, "Member 'UHeightDamageActionNotify::HeightToPostureDamage' has a wrong offset!"); \ +static_assert(offsetof(UHeightDamageActionNotify, HeightToStunTime) == 0x000150, "Member 'UHeightDamageActionNotify::HeightToStunTime' has a wrong offset!"); \ +static_assert(offsetof(UHeightDamageActionNotify, DamageType) == 0x0001D8, "Member 'UHeightDamageActionNotify::DamageType' has a wrong offset!"); \ +static_assert(offsetof(UHeightDamageActionNotify, MaxSearchHeight) == 0x0001E0, "Member 'UHeightDamageActionNotify::MaxSearchHeight' has a wrong offset!"); \ +static_assert(offsetof(UHeightDamageActionNotify, bDamagesPlayer) == 0x0001E4, "Member 'UHeightDamageActionNotify::bDamagesPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USetScaleActionNotify \ +static_assert(alignof(USetScaleActionNotify) == 0x000008, "Wrong alignment on USetScaleActionNotify"); \ +static_assert(sizeof(USetScaleActionNotify) == 0x000058, "Wrong size on USetScaleActionNotify"); \ +static_assert(offsetof(USetScaleActionNotify, Scale) == 0x000038, "Member 'USetScaleActionNotify::Scale' has a wrong offset!"); \ +static_assert(offsetof(USetScaleActionNotify, BlendTime) == 0x000050, "Member 'USetScaleActionNotify::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(USetScaleActionNotify, TargetOption) == 0x000054, "Member 'USetScaleActionNotify::TargetOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStunActionNotify \ +static_assert(alignof(UStunActionNotify) == 0x000008, "Wrong alignment on UStunActionNotify"); \ +static_assert(sizeof(UStunActionNotify) == 0x000048, "Wrong size on UStunActionNotify"); \ +static_assert(offsetof(UStunActionNotify, StunTime) == 0x000040, "Member 'UStunActionNotify::StunTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThrowWeaponActionNotify \ +static_assert(alignof(UThrowWeaponActionNotify) == 0x000008, "Wrong alignment on UThrowWeaponActionNotify"); \ +static_assert(sizeof(UThrowWeaponActionNotify) == 0x000048, "Wrong size on UThrowWeaponActionNotify"); \ +static_assert(offsetof(UThrowWeaponActionNotify, RotationSpeedDegrees) == 0x000040, "Member 'UThrowWeaponActionNotify::RotationSpeedDegrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterStateShaderPropagationComponent_OnInteriorStatusChanged \ +static_assert(alignof(CharacterStateShaderPropagationComponent_OnInteriorStatusChanged) == 0x000001, "Wrong alignment on CharacterStateShaderPropagationComponent_OnInteriorStatusChanged"); \ +static_assert(sizeof(CharacterStateShaderPropagationComponent_OnInteriorStatusChanged) == 0x000001, "Wrong size on CharacterStateShaderPropagationComponent_OnInteriorStatusChanged"); \ +static_assert(offsetof(CharacterStateShaderPropagationComponent_OnInteriorStatusChanged, bInInterior) == 0x000000, "Member 'CharacterStateShaderPropagationComponent_OnInteriorStatusChanged::bInInterior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterStateShaderPropagationComponent \ +static_assert(alignof(UCharacterStateShaderPropagationComponent) == 0x000008, "Wrong alignment on UCharacterStateShaderPropagationComponent"); \ +static_assert(sizeof(UCharacterStateShaderPropagationComponent) == 0x0000C8, "Wrong size on UCharacterStateShaderPropagationComponent"); \ + +#define DUMPER7_ASSERTS_CJPointInterestComponent_ClearAlignTowards \ +static_assert(alignof(CJPointInterestComponent_ClearAlignTowards) == 0x000001, "Wrong alignment on CJPointInterestComponent_ClearAlignTowards"); \ +static_assert(sizeof(CJPointInterestComponent_ClearAlignTowards) == 0x000001, "Wrong size on CJPointInterestComponent_ClearAlignTowards"); \ +static_assert(offsetof(CJPointInterestComponent_ClearAlignTowards, Priority) == 0x000000, "Member 'CJPointInterestComponent_ClearAlignTowards::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPointInterestComponent_ClearLookAtPos \ +static_assert(alignof(CJPointInterestComponent_ClearLookAtPos) == 0x000001, "Wrong alignment on CJPointInterestComponent_ClearLookAtPos"); \ +static_assert(sizeof(CJPointInterestComponent_ClearLookAtPos) == 0x000001, "Wrong size on CJPointInterestComponent_ClearLookAtPos"); \ +static_assert(offsetof(CJPointInterestComponent_ClearLookAtPos, Priority) == 0x000000, "Member 'CJPointInterestComponent_ClearLookAtPos::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPointInterestComponent_LockSetLookAt \ +static_assert(alignof(CJPointInterestComponent_LockSetLookAt) == 0x000001, "Wrong alignment on CJPointInterestComponent_LockSetLookAt"); \ +static_assert(sizeof(CJPointInterestComponent_LockSetLookAt) == 0x000001, "Wrong size on CJPointInterestComponent_LockSetLookAt"); \ +static_assert(offsetof(CJPointInterestComponent_LockSetLookAt, bLock) == 0x000000, "Member 'CJPointInterestComponent_LockSetLookAt::bLock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPointInterestComponent_SetAlignTowards \ +static_assert(alignof(CJPointInterestComponent_SetAlignTowards) == 0x000008, "Wrong alignment on CJPointInterestComponent_SetAlignTowards"); \ +static_assert(sizeof(CJPointInterestComponent_SetAlignTowards) == 0x000028, "Wrong size on CJPointInterestComponent_SetAlignTowards"); \ +static_assert(offsetof(CJPointInterestComponent_SetAlignTowards, NewAlignmentPos) == 0x000000, "Member 'CJPointInterestComponent_SetAlignTowards::NewAlignmentPos' has a wrong offset!"); \ +static_assert(offsetof(CJPointInterestComponent_SetAlignTowards, Priority) == 0x000018, "Member 'CJPointInterestComponent_SetAlignTowards::Priority' has a wrong offset!"); \ +static_assert(offsetof(CJPointInterestComponent_SetAlignTowards, NewThreshold) == 0x00001C, "Member 'CJPointInterestComponent_SetAlignTowards::NewThreshold' has a wrong offset!"); \ +static_assert(offsetof(CJPointInterestComponent_SetAlignTowards, ReturnValue) == 0x000020, "Member 'CJPointInterestComponent_SetAlignTowards::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPointInterestComponent_SetLookAtPos \ +static_assert(alignof(CJPointInterestComponent_SetLookAtPos) == 0x000008, "Wrong alignment on CJPointInterestComponent_SetLookAtPos"); \ +static_assert(sizeof(CJPointInterestComponent_SetLookAtPos) == 0x000028, "Wrong size on CJPointInterestComponent_SetLookAtPos"); \ +static_assert(offsetof(CJPointInterestComponent_SetLookAtPos, NewLookAtPos) == 0x000000, "Member 'CJPointInterestComponent_SetLookAtPos::NewLookAtPos' has a wrong offset!"); \ +static_assert(offsetof(CJPointInterestComponent_SetLookAtPos, Priority) == 0x000018, "Member 'CJPointInterestComponent_SetLookAtPos::Priority' has a wrong offset!"); \ +static_assert(offsetof(CJPointInterestComponent_SetLookAtPos, Duration) == 0x00001C, "Member 'CJPointInterestComponent_SetLookAtPos::Duration' has a wrong offset!"); \ +static_assert(offsetof(CJPointInterestComponent_SetLookAtPos, ReturnValue) == 0x000020, "Member 'CJPointInterestComponent_SetLookAtPos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPointInterestComponent_GetLookAtAlpha \ +static_assert(alignof(CJPointInterestComponent_GetLookAtAlpha) == 0x000004, "Wrong alignment on CJPointInterestComponent_GetLookAtAlpha"); \ +static_assert(sizeof(CJPointInterestComponent_GetLookAtAlpha) == 0x000004, "Wrong size on CJPointInterestComponent_GetLookAtAlpha"); \ +static_assert(offsetof(CJPointInterestComponent_GetLookAtAlpha, ReturnValue) == 0x000000, "Member 'CJPointInterestComponent_GetLookAtAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJPointInterestComponent_GetLookAtPoseAlphas \ +static_assert(alignof(CJPointInterestComponent_GetLookAtPoseAlphas) == 0x000008, "Wrong alignment on CJPointInterestComponent_GetLookAtPoseAlphas"); \ +static_assert(sizeof(CJPointInterestComponent_GetLookAtPoseAlphas) == 0x000018, "Wrong size on CJPointInterestComponent_GetLookAtPoseAlphas"); \ +static_assert(offsetof(CJPointInterestComponent_GetLookAtPoseAlphas, ReturnValue) == 0x000000, "Member 'CJPointInterestComponent_GetLookAtPoseAlphas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJPointInterestComponent \ +static_assert(alignof(UCJPointInterestComponent) == 0x000008, "Wrong alignment on UCJPointInterestComponent"); \ +static_assert(sizeof(UCJPointInterestComponent) == 0x000140, "Wrong size on UCJPointInterestComponent"); \ +static_assert(offsetof(UCJPointInterestComponent, LookAtPosition) == 0x0000C0, "Member 'UCJPointInterestComponent::LookAtPosition' has a wrong offset!"); \ +static_assert(offsetof(UCJPointInterestComponent, ExternalLookAtAlpha) == 0x0000D8, "Member 'UCJPointInterestComponent::ExternalLookAtAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCJPointInterestComponent, headAlpha) == 0x0000DC, "Member 'UCJPointInterestComponent::headAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCJPointInterestComponent, neckAlpha) == 0x0000E0, "Member 'UCJPointInterestComponent::neckAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCJPointInterestComponent, spineAlpha) == 0x0000E4, "Member 'UCJPointInterestComponent::spineAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCJPointInterestComponent, LookAtPriority) == 0x0000E8, "Member 'UCJPointInterestComponent::LookAtPriority' has a wrong offset!"); \ +static_assert(offsetof(UCJPointInterestComponent, bLookingAt) == 0x0000E9, "Member 'UCJPointInterestComponent::bLookingAt' has a wrong offset!"); \ +static_assert(offsetof(UCJPointInterestComponent, LookAtBlendTime) == 0x0000EC, "Member 'UCJPointInterestComponent::LookAtBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UCJPointInterestComponent, AlignTowardsPosition) == 0x0000F0, "Member 'UCJPointInterestComponent::AlignTowardsPosition' has a wrong offset!"); \ +static_assert(offsetof(UCJPointInterestComponent, AlignTowardsPriority) == 0x000108, "Member 'UCJPointInterestComponent::AlignTowardsPriority' has a wrong offset!"); \ +static_assert(offsetof(UCJPointInterestComponent, bAligningTowards) == 0x000109, "Member 'UCJPointInterestComponent::bAligningTowards' has a wrong offset!"); \ +static_assert(offsetof(UCJPointInterestComponent, AlignThreshold) == 0x00010C, "Member 'UCJPointInterestComponent::AlignThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatPositioningComponent_ClaimBestAvailablePosition \ +static_assert(alignof(CombatPositioningComponent_ClaimBestAvailablePosition) == 0x000008, "Wrong alignment on CombatPositioningComponent_ClaimBestAvailablePosition"); \ +static_assert(sizeof(CombatPositioningComponent_ClaimBestAvailablePosition) == 0x000018, "Wrong size on CombatPositioningComponent_ClaimBestAvailablePosition"); \ +static_assert(offsetof(CombatPositioningComponent_ClaimBestAvailablePosition, Querier) == 0x000000, "Member 'CombatPositioningComponent_ClaimBestAvailablePosition::Querier' has a wrong offset!"); \ +static_assert(offsetof(CombatPositioningComponent_ClaimBestAvailablePosition, PositioningMode) == 0x000008, "Member 'CombatPositioningComponent_ClaimBestAvailablePosition::PositioningMode' has a wrong offset!"); \ +static_assert(offsetof(CombatPositioningComponent_ClaimBestAvailablePosition, ReturnValue) == 0x000010, "Member 'CombatPositioningComponent_ClaimBestAvailablePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatPositioningComponent_ClaimBestAvailablePositionOverride \ +static_assert(alignof(CombatPositioningComponent_ClaimBestAvailablePositionOverride) == 0x000008, "Wrong alignment on CombatPositioningComponent_ClaimBestAvailablePositionOverride"); \ +static_assert(sizeof(CombatPositioningComponent_ClaimBestAvailablePositionOverride) == 0x000050, "Wrong size on CombatPositioningComponent_ClaimBestAvailablePositionOverride"); \ +static_assert(offsetof(CombatPositioningComponent_ClaimBestAvailablePositionOverride, Querier) == 0x000000, "Member 'CombatPositioningComponent_ClaimBestAvailablePositionOverride::Querier' has a wrong offset!"); \ +static_assert(offsetof(CombatPositioningComponent_ClaimBestAvailablePositionOverride, PositioningMode) == 0x000008, "Member 'CombatPositioningComponent_ClaimBestAvailablePositionOverride::PositioningMode' has a wrong offset!"); \ +static_assert(offsetof(CombatPositioningComponent_ClaimBestAvailablePositionOverride, ReturnValue) == 0x000048, "Member 'CombatPositioningComponent_ClaimBestAvailablePositionOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatPositioningComponent_ReleasePosition \ +static_assert(alignof(CombatPositioningComponent_ReleasePosition) == 0x000008, "Wrong alignment on CombatPositioningComponent_ReleasePosition"); \ +static_assert(sizeof(CombatPositioningComponent_ReleasePosition) == 0x000008, "Wrong size on CombatPositioningComponent_ReleasePosition"); \ +static_assert(offsetof(CombatPositioningComponent_ReleasePosition, Querier) == 0x000000, "Member 'CombatPositioningComponent_ReleasePosition::Querier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatPositioningComponent_CanAquirePosition \ +static_assert(alignof(CombatPositioningComponent_CanAquirePosition) == 0x000008, "Wrong alignment on CombatPositioningComponent_CanAquirePosition"); \ +static_assert(sizeof(CombatPositioningComponent_CanAquirePosition) == 0x000010, "Wrong size on CombatPositioningComponent_CanAquirePosition"); \ +static_assert(offsetof(CombatPositioningComponent_CanAquirePosition, Querier) == 0x000000, "Member 'CombatPositioningComponent_CanAquirePosition::Querier' has a wrong offset!"); \ +static_assert(offsetof(CombatPositioningComponent_CanAquirePosition, ReturnValue) == 0x000008, "Member 'CombatPositioningComponent_CanAquirePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatPositioningComponent_GetPosition \ +static_assert(alignof(CombatPositioningComponent_GetPosition) == 0x000008, "Wrong alignment on CombatPositioningComponent_GetPosition"); \ +static_assert(sizeof(CombatPositioningComponent_GetPosition) == 0x000068, "Wrong size on CombatPositioningComponent_GetPosition"); \ +static_assert(offsetof(CombatPositioningComponent_GetPosition, Querier) == 0x000000, "Member 'CombatPositioningComponent_GetPosition::Querier' has a wrong offset!"); \ +static_assert(offsetof(CombatPositioningComponent_GetPosition, Result) == 0x000008, "Member 'CombatPositioningComponent_GetPosition::Result' has a wrong offset!"); \ +static_assert(offsetof(CombatPositioningComponent_GetPosition, ReturnValue) == 0x000060, "Member 'CombatPositioningComponent_GetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CombatPositioningComponent_HasClaimedPosition \ +static_assert(alignof(CombatPositioningComponent_HasClaimedPosition) == 0x000008, "Wrong alignment on CombatPositioningComponent_HasClaimedPosition"); \ +static_assert(sizeof(CombatPositioningComponent_HasClaimedPosition) == 0x000010, "Wrong size on CombatPositioningComponent_HasClaimedPosition"); \ +static_assert(offsetof(CombatPositioningComponent_HasClaimedPosition, Querier) == 0x000000, "Member 'CombatPositioningComponent_HasClaimedPosition::Querier' has a wrong offset!"); \ +static_assert(offsetof(CombatPositioningComponent_HasClaimedPosition, ReturnValue) == 0x000008, "Member 'CombatPositioningComponent_HasClaimedPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombatPositioningComponent \ +static_assert(alignof(UCombatPositioningComponent) == 0x000008, "Wrong alignment on UCombatPositioningComponent"); \ +static_assert(sizeof(UCombatPositioningComponent) == 0x0002F8, "Wrong size on UCombatPositioningComponent"); \ +static_assert(offsetof(UCombatPositioningComponent, MinimumScoreThreshold) == 0x0000C0, "Member 'UCombatPositioningComponent::MinimumScoreThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, Cooldown) == 0x0000C4, "Member 'UCombatPositioningComponent::Cooldown' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, AlreadyOwnedBias) == 0x0000C8, "Member 'UCombatPositioningComponent::AlreadyOwnedBias' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, OnCooldowndBias) == 0x0000CC, "Member 'UCombatPositioningComponent::OnCooldowndBias' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, PPCPlanningScalar) == 0x0000D0, "Member 'UCombatPositioningComponent::PPCPlanningScalar' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, MaxNavEdges) == 0x0000D8, "Member 'UCombatPositioningComponent::MaxNavEdges' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, RingConfigurations) == 0x0000E0, "Member 'UCombatPositioningComponent::RingConfigurations' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, QuantizationSteps) == 0x0000F0, "Member 'UCombatPositioningComponent::QuantizationSteps' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, LocationOffset) == 0x0000F8, "Member 'UCombatPositioningComponent::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, CharToOwnerLanes) == 0x000170, "Member 'UCombatPositioningComponent::CharToOwnerLanes' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, CachedResults) == 0x0001C0, "Member 'UCombatPositioningComponent::CachedResults' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, OnCooldown) == 0x000210, "Member 'UCombatPositioningComponent::OnCooldown' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, InUseProfile) == 0x000290, "Member 'UCombatPositioningComponent::InUseProfile' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, ModeKey) == 0x000298, "Member 'UCombatPositioningComponent::ModeKey' has a wrong offset!"); \ +static_assert(offsetof(UCombatPositioningComponent, ModeValueOverride) == 0x0002A0, "Member 'UCombatPositioningComponent::ModeValueOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContainedActionComponent_OnRequestFinished \ +static_assert(alignof(ContainedActionComponent_OnRequestFinished) == 0x000008, "Wrong alignment on ContainedActionComponent_OnRequestFinished"); \ +static_assert(sizeof(ContainedActionComponent_OnRequestFinished) == 0x000010, "Wrong size on ContainedActionComponent_OnRequestFinished"); \ +static_assert(offsetof(ContainedActionComponent_OnRequestFinished, Handler) == 0x000000, "Member 'ContainedActionComponent_OnRequestFinished::Handler' has a wrong offset!"); \ +static_assert(offsetof(ContainedActionComponent_OnRequestFinished, CurrentRequestID) == 0x000008, "Member 'ContainedActionComponent_OnRequestFinished::CurrentRequestID' has a wrong offset!"); \ +static_assert(offsetof(ContainedActionComponent_OnRequestFinished, Result) == 0x00000C, "Member 'ContainedActionComponent_OnRequestFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContainedActionComponent_RequestContainedAction \ +static_assert(alignof(ContainedActionComponent_RequestContainedAction) == 0x000010, "Wrong alignment on ContainedActionComponent_RequestContainedAction"); \ +static_assert(sizeof(ContainedActionComponent_RequestContainedAction) == 0x000150, "Wrong size on ContainedActionComponent_RequestContainedAction"); \ +static_assert(offsetof(ContainedActionComponent_RequestContainedAction, ActionType) == 0x000000, "Member 'ContainedActionComponent_RequestContainedAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(ContainedActionComponent_RequestContainedAction, MoveSet) == 0x000008, "Member 'ContainedActionComponent_RequestContainedAction::MoveSet' has a wrong offset!"); \ +static_assert(offsetof(ContainedActionComponent_RequestContainedAction, Target) == 0x000010, "Member 'ContainedActionComponent_RequestContainedAction::Target' has a wrong offset!"); \ +static_assert(offsetof(ContainedActionComponent_RequestContainedAction, OverrideBlock) == 0x000020, "Member 'ContainedActionComponent_RequestContainedAction::OverrideBlock' has a wrong offset!"); \ +static_assert(offsetof(ContainedActionComponent_RequestContainedAction, ReturnValue) == 0x000140, "Member 'ContainedActionComponent_RequestContainedAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContainedActionComponent \ +static_assert(alignof(UContainedActionComponent) == 0x000008, "Wrong alignment on UContainedActionComponent"); \ +static_assert(sizeof(UContainedActionComponent) == 0x000138, "Wrong size on UContainedActionComponent"); \ +static_assert(offsetof(UContainedActionComponent, OwningCharacter) == 0x0000C0, "Member 'UContainedActionComponent::OwningCharacter' has a wrong offset!"); \ +static_assert(offsetof(UContainedActionComponent, ActionHandler) == 0x0000C8, "Member 'UContainedActionComponent::ActionHandler' has a wrong offset!"); \ +static_assert(offsetof(UContainedActionComponent, CameraAxisTolerance) == 0x0000D0, "Member 'UContainedActionComponent::CameraAxisTolerance' has a wrong offset!"); \ +static_assert(offsetof(UContainedActionComponent, bAlignToCameraAxis) == 0x0000D4, "Member 'UContainedActionComponent::bAlignToCameraAxis' has a wrong offset!"); \ +static_assert(offsetof(UContainedActionComponent, MinAxisDist) == 0x0000D8, "Member 'UContainedActionComponent::MinAxisDist' has a wrong offset!"); \ +static_assert(offsetof(UContainedActionComponent, ContainedActionSASLayers) == 0x0000E0, "Member 'UContainedActionComponent::ContainedActionSASLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedCombatComponent_Aim \ +static_assert(alignof(RangedCombatComponent_Aim) == 0x000008, "Wrong alignment on RangedCombatComponent_Aim"); \ +static_assert(sizeof(RangedCombatComponent_Aim) == 0x000018, "Wrong size on RangedCombatComponent_Aim"); \ +static_assert(offsetof(RangedCombatComponent_Aim, Target) == 0x000000, "Member 'RangedCombatComponent_Aim::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedCombatComponent_FiredRecently \ +static_assert(alignof(RangedCombatComponent_FiredRecently) == 0x000001, "Wrong alignment on RangedCombatComponent_FiredRecently"); \ +static_assert(sizeof(RangedCombatComponent_FiredRecently) == 0x000001, "Wrong size on RangedCombatComponent_FiredRecently"); \ +static_assert(offsetof(RangedCombatComponent_FiredRecently, ReturnValue) == 0x000000, "Member 'RangedCombatComponent_FiredRecently::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedCombatComponent_GetHitActor \ +static_assert(alignof(RangedCombatComponent_GetHitActor) == 0x000008, "Wrong alignment on RangedCombatComponent_GetHitActor"); \ +static_assert(sizeof(RangedCombatComponent_GetHitActor) == 0x000008, "Wrong size on RangedCombatComponent_GetHitActor"); \ +static_assert(offsetof(RangedCombatComponent_GetHitActor, ReturnValue) == 0x000000, "Member 'RangedCombatComponent_GetHitActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedCombatComponent_GetIsAiming \ +static_assert(alignof(RangedCombatComponent_GetIsAiming) == 0x000001, "Wrong alignment on RangedCombatComponent_GetIsAiming"); \ +static_assert(sizeof(RangedCombatComponent_GetIsAiming) == 0x000001, "Wrong size on RangedCombatComponent_GetIsAiming"); \ +static_assert(offsetof(RangedCombatComponent_GetIsAiming, ReturnValue) == 0x000000, "Member 'RangedCombatComponent_GetIsAiming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedCombatComponent_GetLastTimeBulletFired \ +static_assert(alignof(RangedCombatComponent_GetLastTimeBulletFired) == 0x000004, "Wrong alignment on RangedCombatComponent_GetLastTimeBulletFired"); \ +static_assert(sizeof(RangedCombatComponent_GetLastTimeBulletFired) == 0x000004, "Wrong size on RangedCombatComponent_GetLastTimeBulletFired"); \ +static_assert(offsetof(RangedCombatComponent_GetLastTimeBulletFired, ReturnValue) == 0x000000, "Member 'RangedCombatComponent_GetLastTimeBulletFired::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedCombatComponent_GetWeapon \ +static_assert(alignof(RangedCombatComponent_GetWeapon) == 0x000008, "Wrong alignment on RangedCombatComponent_GetWeapon"); \ +static_assert(sizeof(RangedCombatComponent_GetWeapon) == 0x000008, "Wrong size on RangedCombatComponent_GetWeapon"); \ +static_assert(offsetof(RangedCombatComponent_GetWeapon, ReturnValue) == 0x000000, "Member 'RangedCombatComponent_GetWeapon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedCombatComponent_IsFiringWeapon \ +static_assert(alignof(RangedCombatComponent_IsFiringWeapon) == 0x000001, "Wrong alignment on RangedCombatComponent_IsFiringWeapon"); \ +static_assert(sizeof(RangedCombatComponent_IsFiringWeapon) == 0x000001, "Wrong size on RangedCombatComponent_IsFiringWeapon"); \ +static_assert(offsetof(RangedCombatComponent_IsFiringWeapon, ReturnValue) == 0x000000, "Member 'RangedCombatComponent_IsFiringWeapon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URangedCombatComponent \ +static_assert(alignof(URangedCombatComponent) == 0x000008, "Wrong alignment on URangedCombatComponent"); \ +static_assert(sizeof(URangedCombatComponent) == 0x000290, "Wrong size on URangedCombatComponent"); \ +static_assert(offsetof(URangedCombatComponent, OnReloadDone) == 0x0000D0, "Member 'URangedCombatComponent::OnReloadDone' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, AimDirection) == 0x0000E0, "Member 'URangedCombatComponent::AimDirection' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, AimTarget) == 0x0000F8, "Member 'URangedCombatComponent::AimTarget' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, AimTargetPrecisionChangePerBullet) == 0x000114, "Member 'URangedCombatComponent::AimTargetPrecisionChangePerBullet' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, MaxAimTargetPrecisionOffset) == 0x000118, "Member 'URangedCombatComponent::MaxAimTargetPrecisionOffset' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, TargetRotation) == 0x000120, "Member 'URangedCombatComponent::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, bCanFire) == 0x000138, "Member 'URangedCombatComponent::bCanFire' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, bRotateToFire) == 0x000139, "Member 'URangedCombatComponent::bRotateToFire' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, FireTarget) == 0x000140, "Member 'URangedCombatComponent::FireTarget' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, bIsReloading) == 0x000158, "Member 'URangedCombatComponent::bIsReloading' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, WeaponThrowVelocity) == 0x00015C, "Member 'URangedCombatComponent::WeaponThrowVelocity' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, WeaponThrowMissDistance) == 0x000160, "Member 'URangedCombatComponent::WeaponThrowMissDistance' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, ThrowTime) == 0x000164, "Member 'URangedCombatComponent::ThrowTime' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, FireStimEventTag) == 0x000174, "Member 'URangedCombatComponent::FireStimEventTag' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, OwningCharacter) == 0x000180, "Member 'URangedCombatComponent::OwningCharacter' has a wrong offset!"); \ +static_assert(offsetof(URangedCombatComponent, WieldingComponent) == 0x000288, "Member 'URangedCombatComponent::WieldingComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCCharacter_OnDialogueEnded \ +static_assert(alignof(NPCCharacter_OnDialogueEnded) == 0x000008, "Wrong alignment on NPCCharacter_OnDialogueEnded"); \ +static_assert(sizeof(NPCCharacter_OnDialogueEnded) == 0x000008, "Wrong size on NPCCharacter_OnDialogueEnded"); \ +static_assert(offsetof(NPCCharacter_OnDialogueEnded, SayFlow) == 0x000000, "Member 'NPCCharacter_OnDialogueEnded::SayFlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCCharacter_OnDialogueStarted \ +static_assert(alignof(NPCCharacter_OnDialogueStarted) == 0x000008, "Wrong alignment on NPCCharacter_OnDialogueStarted"); \ +static_assert(sizeof(NPCCharacter_OnDialogueStarted) == 0x000008, "Wrong size on NPCCharacter_OnDialogueStarted"); \ +static_assert(offsetof(NPCCharacter_OnDialogueStarted, SayFlow) == 0x000000, "Member 'NPCCharacter_OnDialogueStarted::SayFlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCCharacter_UpdateRangedAim \ +static_assert(alignof(NPCCharacter_UpdateRangedAim) == 0x000008, "Wrong alignment on NPCCharacter_UpdateRangedAim"); \ +static_assert(sizeof(NPCCharacter_UpdateRangedAim) == 0x000018, "Wrong size on NPCCharacter_UpdateRangedAim"); \ +static_assert(offsetof(NPCCharacter_UpdateRangedAim, AimLocation) == 0x000000, "Member 'NPCCharacter_UpdateRangedAim::AimLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NPCCharacter_AreOneOffsSuppressedByTag \ +static_assert(alignof(NPCCharacter_AreOneOffsSuppressedByTag) == 0x000001, "Wrong alignment on NPCCharacter_AreOneOffsSuppressedByTag"); \ +static_assert(sizeof(NPCCharacter_AreOneOffsSuppressedByTag) == 0x000001, "Wrong size on NPCCharacter_AreOneOffsSuppressedByTag"); \ +static_assert(offsetof(NPCCharacter_AreOneOffsSuppressedByTag, ReturnValue) == 0x000000, "Member 'NPCCharacter_AreOneOffsSuppressedByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANPCCharacter \ +static_assert(alignof(ANPCCharacter) == 0x000010, "Wrong alignment on ANPCCharacter"); \ +static_assert(sizeof(ANPCCharacter) == 0x001460, "Wrong size on ANPCCharacter"); \ +static_assert(offsetof(ANPCCharacter, DialogueInteractionComponent) == 0x0012A8, "Member 'ANPCCharacter::DialogueInteractionComponent' has a wrong offset!"); \ +static_assert(offsetof(ANPCCharacter, ScheduleRunner) == 0x0012B0, "Member 'ANPCCharacter::ScheduleRunner' has a wrong offset!"); \ +static_assert(offsetof(ANPCCharacter, IsStunned) == 0x0012B8, "Member 'ANPCCharacter::IsStunned' has a wrong offset!"); \ +static_assert(offsetof(ANPCCharacter, AutoUnlockControllerMoveSpeed) == 0x0012D0, "Member 'ANPCCharacter::AutoUnlockControllerMoveSpeed' has a wrong offset!"); \ +static_assert(offsetof(ANPCCharacter, VehicleActionMoveSet) == 0x0012F8, "Member 'ANPCCharacter::VehicleActionMoveSet' has a wrong offset!"); \ +static_assert(offsetof(ANPCCharacter, BlockOneOffTags) == 0x001300, "Member 'ANPCCharacter::BlockOneOffTags' has a wrong offset!"); \ +static_assert(offsetof(ANPCCharacter, StartingInventory) == 0x001320, "Member 'ANPCCharacter::StartingInventory' has a wrong offset!"); \ +static_assert(offsetof(ANPCCharacter, LaneGameplayTags) == 0x001328, "Member 'ANPCCharacter::LaneGameplayTags' has a wrong offset!"); \ +static_assert(offsetof(ANPCCharacter, Flow) == 0x001368, "Member 'ANPCCharacter::Flow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNPCWorldStateIdentifierAsset \ +static_assert(alignof(UNPCWorldStateIdentifierAsset) == 0x000008, "Wrong alignment on UNPCWorldStateIdentifierAsset"); \ +static_assert(sizeof(UNPCWorldStateIdentifierAsset) == 0x000038, "Wrong size on UNPCWorldStateIdentifierAsset"); \ +static_assert(offsetof(UNPCWorldStateIdentifierAsset, WorldStateInfoName) == 0x000030, "Member 'UNPCWorldStateIdentifierAsset::WorldStateInfoName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNPCWorldStateSubsystem \ +static_assert(alignof(UNPCWorldStateSubsystem) == 0x000008, "Wrong alignment on UNPCWorldStateSubsystem"); \ +static_assert(sizeof(UNPCWorldStateSubsystem) == 0x000108, "Wrong size on UNPCWorldStateSubsystem"); \ +static_assert(offsetof(UNPCWorldStateSubsystem, LevelScaling) == 0x000038, "Member 'UNPCWorldStateSubsystem::LevelScaling' has a wrong offset!"); \ +static_assert(offsetof(UNPCWorldStateSubsystem, NPCIdentifiers) == 0x0000B8, "Member 'UNPCWorldStateSubsystem::NPCIdentifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJLocalPlayer \ +static_assert(alignof(UCJLocalPlayer) == 0x000008, "Wrong alignment on UCJLocalPlayer"); \ +static_assert(sizeof(UCJLocalPlayer) == 0x000318, "Wrong size on UCJLocalPlayer"); \ + +#define DUMPER7_ASSERTS_AProxyPlayerCharacter \ +static_assert(alignof(AProxyPlayerCharacter) == 0x000008, "Wrong alignment on AProxyPlayerCharacter"); \ +static_assert(sizeof(AProxyPlayerCharacter) == 0x000368, "Wrong size on AProxyPlayerCharacter"); \ +static_assert(offsetof(AProxyPlayerCharacter, RootProxy) == 0x000338, "Member 'AProxyPlayerCharacter::RootProxy' has a wrong offset!"); \ +static_assert(offsetof(AProxyPlayerCharacter, CameraBoom) == 0x000340, "Member 'AProxyPlayerCharacter::CameraBoom' has a wrong offset!"); \ +static_assert(offsetof(AProxyPlayerCharacter, CameraComponent) == 0x000348, "Member 'AProxyPlayerCharacter::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(AProxyPlayerCharacter, ContextualCameraManager) == 0x000350, "Member 'AProxyPlayerCharacter::ContextualCameraManager' has a wrong offset!"); \ +static_assert(offsetof(AProxyPlayerCharacter, PlayerCharacter) == 0x000358, "Member 'AProxyPlayerCharacter::PlayerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterProgressionFunctionLibrary_CommitActionPoints \ +static_assert(alignof(CharacterProgressionFunctionLibrary_CommitActionPoints) == 0x000008, "Wrong alignment on CharacterProgressionFunctionLibrary_CommitActionPoints"); \ +static_assert(sizeof(CharacterProgressionFunctionLibrary_CommitActionPoints) == 0x000008, "Wrong size on CharacterProgressionFunctionLibrary_CommitActionPoints"); \ +static_assert(offsetof(CharacterProgressionFunctionLibrary_CommitActionPoints, WorldContextObject) == 0x000000, "Member 'CharacterProgressionFunctionLibrary_CommitActionPoints::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterProgressionFunctionLibrary_EndDay \ +static_assert(alignof(CharacterProgressionFunctionLibrary_EndDay) == 0x000008, "Wrong alignment on CharacterProgressionFunctionLibrary_EndDay"); \ +static_assert(sizeof(CharacterProgressionFunctionLibrary_EndDay) == 0x000008, "Wrong size on CharacterProgressionFunctionLibrary_EndDay"); \ +static_assert(offsetof(CharacterProgressionFunctionLibrary_EndDay, WorldContextObject) == 0x000000, "Member 'CharacterProgressionFunctionLibrary_EndDay::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterProgressionFunctionLibrary_GiveBonusActionPoints \ +static_assert(alignof(CharacterProgressionFunctionLibrary_GiveBonusActionPoints) == 0x000008, "Wrong alignment on CharacterProgressionFunctionLibrary_GiveBonusActionPoints"); \ +static_assert(sizeof(CharacterProgressionFunctionLibrary_GiveBonusActionPoints) == 0x000010, "Wrong size on CharacterProgressionFunctionLibrary_GiveBonusActionPoints"); \ +static_assert(offsetof(CharacterProgressionFunctionLibrary_GiveBonusActionPoints, WorldContextObject) == 0x000000, "Member 'CharacterProgressionFunctionLibrary_GiveBonusActionPoints::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CharacterProgressionFunctionLibrary_GiveBonusActionPoints, ActionPoints) == 0x000008, "Member 'CharacterProgressionFunctionLibrary_GiveBonusActionPoints::ActionPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterProgressionFunctionLibrary_ReserveActionPoints \ +static_assert(alignof(CharacterProgressionFunctionLibrary_ReserveActionPoints) == 0x000008, "Wrong alignment on CharacterProgressionFunctionLibrary_ReserveActionPoints"); \ +static_assert(sizeof(CharacterProgressionFunctionLibrary_ReserveActionPoints) == 0x000010, "Wrong size on CharacterProgressionFunctionLibrary_ReserveActionPoints"); \ +static_assert(offsetof(CharacterProgressionFunctionLibrary_ReserveActionPoints, WorldContextObject) == 0x000000, "Member 'CharacterProgressionFunctionLibrary_ReserveActionPoints::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CharacterProgressionFunctionLibrary_ReserveActionPoints, ActionPoints) == 0x000008, "Member 'CharacterProgressionFunctionLibrary_ReserveActionPoints::ActionPoints' has a wrong offset!"); \ +static_assert(offsetof(CharacterProgressionFunctionLibrary_ReserveActionPoints, ReturnValue) == 0x00000C, "Member 'CharacterProgressionFunctionLibrary_ReserveActionPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterProgressionFunctionLibrary \ +static_assert(alignof(UCharacterProgressionFunctionLibrary) == 0x000008, "Wrong alignment on UCharacterProgressionFunctionLibrary"); \ +static_assert(sizeof(UCharacterProgressionFunctionLibrary) == 0x000028, "Wrong size on UCharacterProgressionFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_CharacterProgressionSubsystem_GiveMissionRewards \ +static_assert(alignof(CharacterProgressionSubsystem_GiveMissionRewards) == 0x000008, "Wrong alignment on CharacterProgressionSubsystem_GiveMissionRewards"); \ +static_assert(sizeof(CharacterProgressionSubsystem_GiveMissionRewards) == 0x000008, "Wrong size on CharacterProgressionSubsystem_GiveMissionRewards"); \ +static_assert(offsetof(CharacterProgressionSubsystem_GiveMissionRewards, Mission) == 0x000000, "Member 'CharacterProgressionSubsystem_GiveMissionRewards::Mission' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterProgressionSubsystem \ +static_assert(alignof(UCharacterProgressionSubsystem) == 0x000008, "Wrong alignment on UCharacterProgressionSubsystem"); \ +static_assert(sizeof(UCharacterProgressionSubsystem) == 0x000058, "Wrong size on UCharacterProgressionSubsystem"); \ + +#define DUMPER7_ASSERTS_UBTTask_ClaimCombatPositionToken \ +static_assert(alignof(UBTTask_ClaimCombatPositionToken) == 0x000008, "Wrong alignment on UBTTask_ClaimCombatPositionToken"); \ +static_assert(sizeof(UBTTask_ClaimCombatPositionToken) == 0x0000E8, "Wrong size on UBTTask_ClaimCombatPositionToken"); \ +static_assert(offsetof(UBTTask_ClaimCombatPositionToken, bOverrideProfile) == 0x000070, "Member 'UBTTask_ClaimCombatPositionToken::bOverrideProfile' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_ClaimCombatPositionToken, Mode) == 0x000074, "Member 'UBTTask_ClaimCombatPositionToken::Mode' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_ClaimCombatPositionToken, ModeOverride) == 0x000080, "Member 'UBTTask_ClaimCombatPositionToken::ModeOverride' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_ClaimCombatPositionToken, CombatTargetKey) == 0x0000C0, "Member 'UBTTask_ClaimCombatPositionToken::CombatTargetKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_GenerateTargetsFromEQS \ +static_assert(alignof(UBTTask_GenerateTargetsFromEQS) == 0x000008, "Wrong alignment on UBTTask_GenerateTargetsFromEQS"); \ +static_assert(sizeof(UBTTask_GenerateTargetsFromEQS) == 0x0000E8, "Wrong size on UBTTask_GenerateTargetsFromEQS"); \ +static_assert(offsetof(UBTTask_GenerateTargetsFromEQS, EQSRequest) == 0x000070, "Member 'UBTTask_GenerateTargetsFromEQS::EQSRequest' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_GenerateTargetsFromEQS, MaxGeneratedTargets) == 0x0000B8, "Member 'UBTTask_GenerateTargetsFromEQS::MaxGeneratedTargets' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_GenerateTargetsFromEQS, RegisteredKeys) == 0x0000D0, "Member 'UBTTask_GenerateTargetsFromEQS::RegisteredKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_GameplayTags \ +static_assert(alignof(UHTNDecorator_GameplayTags) == 0x000008, "Wrong alignment on UHTNDecorator_GameplayTags"); \ +static_assert(sizeof(UHTNDecorator_GameplayTags) == 0x0000F0, "Wrong size on UHTNDecorator_GameplayTags"); \ +static_assert(offsetof(UHTNDecorator_GameplayTags, ActorKey) == 0x000080, "Member 'UHTNDecorator_GameplayTags::ActorKey' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_GameplayTags, GameplayTagQuery) == 0x0000A8, "Member 'UHTNDecorator_GameplayTags::GameplayTagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHTNDecorator_WorldStateVariables \ +static_assert(alignof(UHTNDecorator_WorldStateVariables) == 0x000008, "Wrong alignment on UHTNDecorator_WorldStateVariables"); \ +static_assert(sizeof(UHTNDecorator_WorldStateVariables) == 0x0000C0, "Wrong size on UHTNDecorator_WorldStateVariables"); \ +static_assert(offsetof(UHTNDecorator_WorldStateVariables, SelectedType) == 0x000080, "Member 'UHTNDecorator_WorldStateVariables::SelectedType' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_WorldStateVariables, WSBool) == 0x000084, "Member 'UHTNDecorator_WorldStateVariables::WSBool' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_WorldStateVariables, WSInt) == 0x00009C, "Member 'UHTNDecorator_WorldStateVariables::WSInt' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_WorldStateVariables, BasicComparator) == 0x0000B4, "Member 'UHTNDecorator_WorldStateVariables::BasicComparator' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_WorldStateVariables, Comparator) == 0x0000B5, "Member 'UHTNDecorator_WorldStateVariables::Comparator' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_WorldStateVariables, IntValue) == 0x0000B8, "Member 'UHTNDecorator_WorldStateVariables::IntValue' has a wrong offset!"); \ +static_assert(offsetof(UHTNDecorator_WorldStateVariables, OperationType) == 0x0000BC, "Member 'UHTNDecorator_WorldStateVariables::OperationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetActiveTargetsAsActors \ +static_assert(alignof(MotivationInformationCollection_GetActiveTargetsAsActors) == 0x000008, "Wrong alignment on MotivationInformationCollection_GetActiveTargetsAsActors"); \ +static_assert(sizeof(MotivationInformationCollection_GetActiveTargetsAsActors) == 0x000010, "Wrong size on MotivationInformationCollection_GetActiveTargetsAsActors"); \ +static_assert(offsetof(MotivationInformationCollection_GetActiveTargetsAsActors, ReturnValue) == 0x000000, "Member 'MotivationInformationCollection_GetActiveTargetsAsActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetActiveTargetsAsVectors \ +static_assert(alignof(MotivationInformationCollection_GetActiveTargetsAsVectors) == 0x000008, "Wrong alignment on MotivationInformationCollection_GetActiveTargetsAsVectors"); \ +static_assert(sizeof(MotivationInformationCollection_GetActiveTargetsAsVectors) == 0x000010, "Wrong size on MotivationInformationCollection_GetActiveTargetsAsVectors"); \ +static_assert(offsetof(MotivationInformationCollection_GetActiveTargetsAsVectors, ReturnValue) == 0x000000, "Member 'MotivationInformationCollection_GetActiveTargetsAsVectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetCalculatedDataSnapshot \ +static_assert(alignof(MotivationInformationCollection_GetCalculatedDataSnapshot) == 0x000008, "Wrong alignment on MotivationInformationCollection_GetCalculatedDataSnapshot"); \ +static_assert(sizeof(MotivationInformationCollection_GetCalculatedDataSnapshot) == 0x000140, "Wrong size on MotivationInformationCollection_GetCalculatedDataSnapshot"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedDataSnapshot, ReturnValue) == 0x000000, "Member 'MotivationInformationCollection_GetCalculatedDataSnapshot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetCalculatedValueBool \ +static_assert(alignof(MotivationInformationCollection_GetCalculatedValueBool) == 0x000004, "Wrong alignment on MotivationInformationCollection_GetCalculatedValueBool"); \ +static_assert(sizeof(MotivationInformationCollection_GetCalculatedValueBool) == 0x00000C, "Wrong size on MotivationInformationCollection_GetCalculatedValueBool"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedValueBool, KeyName) == 0x000000, "Member 'MotivationInformationCollection_GetCalculatedValueBool::KeyName' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedValueBool, Output) == 0x000008, "Member 'MotivationInformationCollection_GetCalculatedValueBool::Output' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedValueBool, ReturnValue) == 0x000009, "Member 'MotivationInformationCollection_GetCalculatedValueBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetCalculatedValueFloat \ +static_assert(alignof(MotivationInformationCollection_GetCalculatedValueFloat) == 0x000004, "Wrong alignment on MotivationInformationCollection_GetCalculatedValueFloat"); \ +static_assert(sizeof(MotivationInformationCollection_GetCalculatedValueFloat) == 0x000010, "Wrong size on MotivationInformationCollection_GetCalculatedValueFloat"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedValueFloat, KeyName) == 0x000000, "Member 'MotivationInformationCollection_GetCalculatedValueFloat::KeyName' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedValueFloat, Output) == 0x000008, "Member 'MotivationInformationCollection_GetCalculatedValueFloat::Output' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedValueFloat, ReturnValue) == 0x00000C, "Member 'MotivationInformationCollection_GetCalculatedValueFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetCalculatedValueInt \ +static_assert(alignof(MotivationInformationCollection_GetCalculatedValueInt) == 0x000004, "Wrong alignment on MotivationInformationCollection_GetCalculatedValueInt"); \ +static_assert(sizeof(MotivationInformationCollection_GetCalculatedValueInt) == 0x000010, "Wrong size on MotivationInformationCollection_GetCalculatedValueInt"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedValueInt, KeyName) == 0x000000, "Member 'MotivationInformationCollection_GetCalculatedValueInt::KeyName' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedValueInt, Output) == 0x000008, "Member 'MotivationInformationCollection_GetCalculatedValueInt::Output' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedValueInt, ReturnValue) == 0x00000C, "Member 'MotivationInformationCollection_GetCalculatedValueInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetCalculatedValueVector \ +static_assert(alignof(MotivationInformationCollection_GetCalculatedValueVector) == 0x000008, "Wrong alignment on MotivationInformationCollection_GetCalculatedValueVector"); \ +static_assert(sizeof(MotivationInformationCollection_GetCalculatedValueVector) == 0x000028, "Wrong size on MotivationInformationCollection_GetCalculatedValueVector"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedValueVector, KeyName) == 0x000000, "Member 'MotivationInformationCollection_GetCalculatedValueVector::KeyName' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedValueVector, Output) == 0x000008, "Member 'MotivationInformationCollection_GetCalculatedValueVector::Output' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetCalculatedValueVector, ReturnValue) == 0x000020, "Member 'MotivationInformationCollection_GetCalculatedValueVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetCandidatesAsActors \ +static_assert(alignof(MotivationInformationCollection_GetCandidatesAsActors) == 0x000008, "Wrong alignment on MotivationInformationCollection_GetCandidatesAsActors"); \ +static_assert(sizeof(MotivationInformationCollection_GetCandidatesAsActors) == 0x000010, "Wrong size on MotivationInformationCollection_GetCandidatesAsActors"); \ +static_assert(offsetof(MotivationInformationCollection_GetCandidatesAsActors, ReturnValue) == 0x000000, "Member 'MotivationInformationCollection_GetCandidatesAsActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetCandidatesAsVectors \ +static_assert(alignof(MotivationInformationCollection_GetCandidatesAsVectors) == 0x000008, "Wrong alignment on MotivationInformationCollection_GetCandidatesAsVectors"); \ +static_assert(sizeof(MotivationInformationCollection_GetCandidatesAsVectors) == 0x000010, "Wrong size on MotivationInformationCollection_GetCandidatesAsVectors"); \ +static_assert(offsetof(MotivationInformationCollection_GetCandidatesAsVectors, ReturnValue) == 0x000000, "Member 'MotivationInformationCollection_GetCandidatesAsVectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetHighestPrioStim \ +static_assert(alignof(MotivationInformationCollection_GetHighestPrioStim) == 0x000008, "Wrong alignment on MotivationInformationCollection_GetHighestPrioStim"); \ +static_assert(sizeof(MotivationInformationCollection_GetHighestPrioStim) == 0x000060, "Wrong size on MotivationInformationCollection_GetHighestPrioStim"); \ +static_assert(offsetof(MotivationInformationCollection_GetHighestPrioStim, ReturnValue) == 0x000000, "Member 'MotivationInformationCollection_GetHighestPrioStim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetMotivationValueAsBool \ +static_assert(alignof(MotivationInformationCollection_GetMotivationValueAsBool) == 0x000004, "Wrong alignment on MotivationInformationCollection_GetMotivationValueAsBool"); \ +static_assert(sizeof(MotivationInformationCollection_GetMotivationValueAsBool) == 0x00000C, "Wrong size on MotivationInformationCollection_GetMotivationValueAsBool"); \ +static_assert(offsetof(MotivationInformationCollection_GetMotivationValueAsBool, KeyName) == 0x000000, "Member 'MotivationInformationCollection_GetMotivationValueAsBool::KeyName' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetMotivationValueAsBool, Output) == 0x000008, "Member 'MotivationInformationCollection_GetMotivationValueAsBool::Output' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetMotivationValueAsBool, ReturnValue) == 0x000009, "Member 'MotivationInformationCollection_GetMotivationValueAsBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetMotivationValueAsFloat \ +static_assert(alignof(MotivationInformationCollection_GetMotivationValueAsFloat) == 0x000004, "Wrong alignment on MotivationInformationCollection_GetMotivationValueAsFloat"); \ +static_assert(sizeof(MotivationInformationCollection_GetMotivationValueAsFloat) == 0x000010, "Wrong size on MotivationInformationCollection_GetMotivationValueAsFloat"); \ +static_assert(offsetof(MotivationInformationCollection_GetMotivationValueAsFloat, KeyName) == 0x000000, "Member 'MotivationInformationCollection_GetMotivationValueAsFloat::KeyName' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetMotivationValueAsFloat, Output) == 0x000008, "Member 'MotivationInformationCollection_GetMotivationValueAsFloat::Output' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetMotivationValueAsFloat, ReturnValue) == 0x00000C, "Member 'MotivationInformationCollection_GetMotivationValueAsFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetMotivationValueAsInt \ +static_assert(alignof(MotivationInformationCollection_GetMotivationValueAsInt) == 0x000004, "Wrong alignment on MotivationInformationCollection_GetMotivationValueAsInt"); \ +static_assert(sizeof(MotivationInformationCollection_GetMotivationValueAsInt) == 0x000010, "Wrong size on MotivationInformationCollection_GetMotivationValueAsInt"); \ +static_assert(offsetof(MotivationInformationCollection_GetMotivationValueAsInt, KeyName) == 0x000000, "Member 'MotivationInformationCollection_GetMotivationValueAsInt::KeyName' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetMotivationValueAsInt, Output) == 0x000008, "Member 'MotivationInformationCollection_GetMotivationValueAsInt::Output' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetMotivationValueAsInt, ReturnValue) == 0x00000C, "Member 'MotivationInformationCollection_GetMotivationValueAsInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetMotivationValueAsVector \ +static_assert(alignof(MotivationInformationCollection_GetMotivationValueAsVector) == 0x000008, "Wrong alignment on MotivationInformationCollection_GetMotivationValueAsVector"); \ +static_assert(sizeof(MotivationInformationCollection_GetMotivationValueAsVector) == 0x000028, "Wrong size on MotivationInformationCollection_GetMotivationValueAsVector"); \ +static_assert(offsetof(MotivationInformationCollection_GetMotivationValueAsVector, KeyName) == 0x000000, "Member 'MotivationInformationCollection_GetMotivationValueAsVector::KeyName' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetMotivationValueAsVector, Output) == 0x000008, "Member 'MotivationInformationCollection_GetMotivationValueAsVector::Output' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetMotivationValueAsVector, ReturnValue) == 0x000020, "Member 'MotivationInformationCollection_GetMotivationValueAsVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetNumberOfTargetCandidates \ +static_assert(alignof(MotivationInformationCollection_GetNumberOfTargetCandidates) == 0x000004, "Wrong alignment on MotivationInformationCollection_GetNumberOfTargetCandidates"); \ +static_assert(sizeof(MotivationInformationCollection_GetNumberOfTargetCandidates) == 0x000004, "Wrong size on MotivationInformationCollection_GetNumberOfTargetCandidates"); \ +static_assert(offsetof(MotivationInformationCollection_GetNumberOfTargetCandidates, ReturnValue) == 0x000000, "Member 'MotivationInformationCollection_GetNumberOfTargetCandidates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetSchemaAsset \ +static_assert(alignof(MotivationInformationCollection_GetSchemaAsset) == 0x000008, "Wrong alignment on MotivationInformationCollection_GetSchemaAsset"); \ +static_assert(sizeof(MotivationInformationCollection_GetSchemaAsset) == 0x000008, "Wrong size on MotivationInformationCollection_GetSchemaAsset"); \ +static_assert(offsetof(MotivationInformationCollection_GetSchemaAsset, ReturnValue) == 0x000000, "Member 'MotivationInformationCollection_GetSchemaAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotivationInformationCollection_GetStimOfHighestPrioOfClass \ +static_assert(alignof(MotivationInformationCollection_GetStimOfHighestPrioOfClass) == 0x000008, "Wrong alignment on MotivationInformationCollection_GetStimOfHighestPrioOfClass"); \ +static_assert(sizeof(MotivationInformationCollection_GetStimOfHighestPrioOfClass) == 0x000070, "Wrong size on MotivationInformationCollection_GetStimOfHighestPrioOfClass"); \ +static_assert(offsetof(MotivationInformationCollection_GetStimOfHighestPrioOfClass, StimClass) == 0x000000, "Member 'MotivationInformationCollection_GetStimOfHighestPrioOfClass::StimClass' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetStimOfHighestPrioOfClass, OutStim) == 0x000008, "Member 'MotivationInformationCollection_GetStimOfHighestPrioOfClass::OutStim' has a wrong offset!"); \ +static_assert(offsetof(MotivationInformationCollection_GetStimOfHighestPrioOfClass, ReturnValue) == 0x000068, "Member 'MotivationInformationCollection_GetStimOfHighestPrioOfClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotivationInformationCollection \ +static_assert(alignof(UMotivationInformationCollection) == 0x000008, "Wrong alignment on UMotivationInformationCollection"); \ +static_assert(sizeof(UMotivationInformationCollection) == 0x000410, "Wrong size on UMotivationInformationCollection"); \ +static_assert(offsetof(UMotivationInformationCollection, EnvironmentContext) == 0x000030, "Member 'UMotivationInformationCollection::EnvironmentContext' has a wrong offset!"); \ +static_assert(offsetof(UMotivationInformationCollection, ActorStimEvents) == 0x000038, "Member 'UMotivationInformationCollection::ActorStimEvents' has a wrong offset!"); \ +static_assert(offsetof(UMotivationInformationCollection, OnStimEventAddedBP) == 0x0000B8, "Member 'UMotivationInformationCollection::OnStimEventAddedBP' has a wrong offset!"); \ +static_assert(offsetof(UMotivationInformationCollection, Schema) == 0x0000C8, "Member 'UMotivationInformationCollection::Schema' has a wrong offset!"); \ +static_assert(offsetof(UMotivationInformationCollection, CurrentlyPerceivedActors) == 0x0000D0, "Member 'UMotivationInformationCollection::CurrentlyPerceivedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardKeyType_AIStimEvent_GetBlackboardValueAsAIStimEvent \ +static_assert(alignof(BlackboardKeyType_AIStimEvent_GetBlackboardValueAsAIStimEvent) == 0x000008, "Wrong alignment on BlackboardKeyType_AIStimEvent_GetBlackboardValueAsAIStimEvent"); \ +static_assert(sizeof(BlackboardKeyType_AIStimEvent_GetBlackboardValueAsAIStimEvent) == 0x000090, "Wrong size on BlackboardKeyType_AIStimEvent_GetBlackboardValueAsAIStimEvent"); \ +static_assert(offsetof(BlackboardKeyType_AIStimEvent_GetBlackboardValueAsAIStimEvent, NodeOwner) == 0x000000, "Member 'BlackboardKeyType_AIStimEvent_GetBlackboardValueAsAIStimEvent::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BlackboardKeyType_AIStimEvent_GetBlackboardValueAsAIStimEvent, Key) == 0x000008, "Member 'BlackboardKeyType_AIStimEvent_GetBlackboardValueAsAIStimEvent::Key' has a wrong offset!"); \ +static_assert(offsetof(BlackboardKeyType_AIStimEvent_GetBlackboardValueAsAIStimEvent, ReturnValue) == 0x000030, "Member 'BlackboardKeyType_AIStimEvent_GetBlackboardValueAsAIStimEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlackboardKeyType_AIStimEvent_SetBlackboardValueAsAIStimEvent \ +static_assert(alignof(BlackboardKeyType_AIStimEvent_SetBlackboardValueAsAIStimEvent) == 0x000008, "Wrong alignment on BlackboardKeyType_AIStimEvent_SetBlackboardValueAsAIStimEvent"); \ +static_assert(sizeof(BlackboardKeyType_AIStimEvent_SetBlackboardValueAsAIStimEvent) == 0x000090, "Wrong size on BlackboardKeyType_AIStimEvent_SetBlackboardValueAsAIStimEvent"); \ +static_assert(offsetof(BlackboardKeyType_AIStimEvent_SetBlackboardValueAsAIStimEvent, NodeOwner) == 0x000000, "Member 'BlackboardKeyType_AIStimEvent_SetBlackboardValueAsAIStimEvent::NodeOwner' has a wrong offset!"); \ +static_assert(offsetof(BlackboardKeyType_AIStimEvent_SetBlackboardValueAsAIStimEvent, Key) == 0x000008, "Member 'BlackboardKeyType_AIStimEvent_SetBlackboardValueAsAIStimEvent::Key' has a wrong offset!"); \ +static_assert(offsetof(BlackboardKeyType_AIStimEvent_SetBlackboardValueAsAIStimEvent, Value) == 0x000030, "Member 'BlackboardKeyType_AIStimEvent_SetBlackboardValueAsAIStimEvent::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_AIStimEvent \ +static_assert(alignof(UBlackboardKeyType_AIStimEvent) == 0x000008, "Wrong alignment on UBlackboardKeyType_AIStimEvent"); \ +static_assert(sizeof(UBlackboardKeyType_AIStimEvent) == 0x000030, "Wrong size on UBlackboardKeyType_AIStimEvent"); \ + +#define DUMPER7_ASSERTS_ClientStateFunctionLibrary_NotifyCutsceneFinished \ +static_assert(alignof(ClientStateFunctionLibrary_NotifyCutsceneFinished) == 0x000008, "Wrong alignment on ClientStateFunctionLibrary_NotifyCutsceneFinished"); \ +static_assert(sizeof(ClientStateFunctionLibrary_NotifyCutsceneFinished) == 0x000008, "Wrong size on ClientStateFunctionLibrary_NotifyCutsceneFinished"); \ +static_assert(offsetof(ClientStateFunctionLibrary_NotifyCutsceneFinished, WorldContextObject) == 0x000000, "Member 'ClientStateFunctionLibrary_NotifyCutsceneFinished::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClientStateFunctionLibrary_NotifyCutsceneInGameStarted \ +static_assert(alignof(ClientStateFunctionLibrary_NotifyCutsceneInGameStarted) == 0x000008, "Wrong alignment on ClientStateFunctionLibrary_NotifyCutsceneInGameStarted"); \ +static_assert(sizeof(ClientStateFunctionLibrary_NotifyCutsceneInGameStarted) == 0x000008, "Wrong size on ClientStateFunctionLibrary_NotifyCutsceneInGameStarted"); \ +static_assert(offsetof(ClientStateFunctionLibrary_NotifyCutsceneInGameStarted, WorldContextObject) == 0x000000, "Member 'ClientStateFunctionLibrary_NotifyCutsceneInGameStarted::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClientStateFunctionLibrary_NotifyCutsceneMusingStarted \ +static_assert(alignof(ClientStateFunctionLibrary_NotifyCutsceneMusingStarted) == 0x000008, "Wrong alignment on ClientStateFunctionLibrary_NotifyCutsceneMusingStarted"); \ +static_assert(sizeof(ClientStateFunctionLibrary_NotifyCutsceneMusingStarted) == 0x000008, "Wrong size on ClientStateFunctionLibrary_NotifyCutsceneMusingStarted"); \ +static_assert(offsetof(ClientStateFunctionLibrary_NotifyCutsceneMusingStarted, WorldContextObject) == 0x000000, "Member 'ClientStateFunctionLibrary_NotifyCutsceneMusingStarted::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClientStateFunctionLibrary_NotifyCutsceneVideoFileStarted \ +static_assert(alignof(ClientStateFunctionLibrary_NotifyCutsceneVideoFileStarted) == 0x000008, "Wrong alignment on ClientStateFunctionLibrary_NotifyCutsceneVideoFileStarted"); \ +static_assert(sizeof(ClientStateFunctionLibrary_NotifyCutsceneVideoFileStarted) == 0x000008, "Wrong size on ClientStateFunctionLibrary_NotifyCutsceneVideoFileStarted"); \ +static_assert(offsetof(ClientStateFunctionLibrary_NotifyCutsceneVideoFileStarted, WorldContextObject) == 0x000000, "Member 'ClientStateFunctionLibrary_NotifyCutsceneVideoFileStarted::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClientStateFunctionLibrary_NotifyDialogueFinished \ +static_assert(alignof(ClientStateFunctionLibrary_NotifyDialogueFinished) == 0x000008, "Wrong alignment on ClientStateFunctionLibrary_NotifyDialogueFinished"); \ +static_assert(sizeof(ClientStateFunctionLibrary_NotifyDialogueFinished) == 0x000008, "Wrong size on ClientStateFunctionLibrary_NotifyDialogueFinished"); \ +static_assert(offsetof(ClientStateFunctionLibrary_NotifyDialogueFinished, WorldContextObject) == 0x000000, "Member 'ClientStateFunctionLibrary_NotifyDialogueFinished::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClientStateFunctionLibrary_NotifyLockedDialogueStarted \ +static_assert(alignof(ClientStateFunctionLibrary_NotifyLockedDialogueStarted) == 0x000008, "Wrong alignment on ClientStateFunctionLibrary_NotifyLockedDialogueStarted"); \ +static_assert(sizeof(ClientStateFunctionLibrary_NotifyLockedDialogueStarted) == 0x000008, "Wrong size on ClientStateFunctionLibrary_NotifyLockedDialogueStarted"); \ +static_assert(offsetof(ClientStateFunctionLibrary_NotifyLockedDialogueStarted, WorldContextObject) == 0x000000, "Member 'ClientStateFunctionLibrary_NotifyLockedDialogueStarted::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ClientStateFunctionLibrary_NotifyNormalDialogueStarted \ +static_assert(alignof(ClientStateFunctionLibrary_NotifyNormalDialogueStarted) == 0x000008, "Wrong alignment on ClientStateFunctionLibrary_NotifyNormalDialogueStarted"); \ +static_assert(sizeof(ClientStateFunctionLibrary_NotifyNormalDialogueStarted) == 0x000008, "Wrong size on ClientStateFunctionLibrary_NotifyNormalDialogueStarted"); \ +static_assert(offsetof(ClientStateFunctionLibrary_NotifyNormalDialogueStarted, WorldContextObject) == 0x000000, "Member 'ClientStateFunctionLibrary_NotifyNormalDialogueStarted::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClientStateFunctionLibrary \ +static_assert(alignof(UClientStateFunctionLibrary) == 0x000008, "Wrong alignment on UClientStateFunctionLibrary"); \ +static_assert(sizeof(UClientStateFunctionLibrary) == 0x000028, "Wrong size on UClientStateFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UDialogueContextualCameraManager \ +static_assert(alignof(UDialogueContextualCameraManager) == 0x000010, "Wrong alignment on UDialogueContextualCameraManager"); \ +static_assert(sizeof(UDialogueContextualCameraManager) == 0x001310, "Wrong size on UDialogueContextualCameraManager"); \ +static_assert(offsetof(UDialogueContextualCameraManager, Participants) == 0x0012F8, "Member 'UDialogueContextualCameraManager::Participants' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SaySubsystem_IsCharacterInSayFlow \ +static_assert(alignof(SaySubsystem_IsCharacterInSayFlow) == 0x000008, "Wrong alignment on SaySubsystem_IsCharacterInSayFlow"); \ +static_assert(sizeof(SaySubsystem_IsCharacterInSayFlow) == 0x000018, "Wrong size on SaySubsystem_IsCharacterInSayFlow"); \ +static_assert(offsetof(SaySubsystem_IsCharacterInSayFlow, Character) == 0x000000, "Member 'SaySubsystem_IsCharacterInSayFlow::Character' has a wrong offset!"); \ +static_assert(offsetof(SaySubsystem_IsCharacterInSayFlow, SayFlowClass) == 0x000008, "Member 'SaySubsystem_IsCharacterInSayFlow::SayFlowClass' has a wrong offset!"); \ +static_assert(offsetof(SaySubsystem_IsCharacterInSayFlow, ReturnValue) == 0x000010, "Member 'SaySubsystem_IsCharacterInSayFlow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USaySubsystem \ +static_assert(alignof(USaySubsystem) == 0x000008, "Wrong alignment on USaySubsystem"); \ +static_assert(sizeof(USaySubsystem) == 0x0001E0, "Wrong size on USaySubsystem"); \ +static_assert(offsetof(USaySubsystem, ActiveFlows) == 0x000078, "Member 'USaySubsystem::ActiveFlows' has a wrong offset!"); \ +static_assert(offsetof(USaySubsystem, SayLineDatabase) == 0x0000A0, "Member 'USaySubsystem::SayLineDatabase' has a wrong offset!"); \ +static_assert(offsetof(USaySubsystem, SayIntentDatabase) == 0x0000A8, "Member 'USaySubsystem::SayIntentDatabase' has a wrong offset!"); \ +static_assert(offsetof(USaySubsystem, SayFlowDatabase) == 0x0000B0, "Member 'USaySubsystem::SayFlowDatabase' has a wrong offset!"); \ +static_assert(offsetof(USaySubsystem, AskChoiceDataTable) == 0x0000B8, "Member 'USaySubsystem::AskChoiceDataTable' has a wrong offset!"); \ +static_assert(offsetof(USaySubsystem, SkillCheckDataTable) == 0x0000C0, "Member 'USaySubsystem::SkillCheckDataTable' has a wrong offset!"); \ +static_assert(offsetof(USaySubsystem, PendingFlows) == 0x000180, "Member 'USaySubsystem::PendingFlows' has a wrong offset!"); \ +static_assert(offsetof(USaySubsystem, SayFlowMappingings) == 0x000190, "Member 'USaySubsystem::SayFlowMappingings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterWoundSettings \ +static_assert(alignof(UCharacterWoundSettings) == 0x000008, "Wrong alignment on UCharacterWoundSettings"); \ +static_assert(sizeof(UCharacterWoundSettings) == 0x000040, "Wrong size on UCharacterWoundSettings"); \ + +#define DUMPER7_ASSERTS_CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact \ +static_assert(alignof(CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact) == 0x000008, "Wrong alignment on CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact"); \ +static_assert(sizeof(CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact) == 0x000030, "Wrong size on CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact"); \ +static_assert(offsetof(CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact, HitComponent) == 0x000000, "Member 'CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact, HitPhysicsMaterial) == 0x000008, "Member 'CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact::HitPhysicsMaterial' has a wrong offset!"); \ +static_assert(offsetof(CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact, HitBoneName) == 0x000010, "Member 'CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact::HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact, ImpactPosition) == 0x000018, "Member 'CharacterWoundManagerWorldSubsystem_DrawBloodSplatterFromImpact::ImpactPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterWoundManagerWorldSubsystem \ +static_assert(alignof(UCharacterWoundManagerWorldSubsystem) == 0x000008, "Wrong alignment on UCharacterWoundManagerWorldSubsystem"); \ +static_assert(sizeof(UCharacterWoundManagerWorldSubsystem) == 0x000038, "Wrong size on UCharacterWoundManagerWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_CurveCelestialPosition_GetVectorValue \ +static_assert(alignof(CurveCelestialPosition_GetVectorValue) == 0x000008, "Wrong alignment on CurveCelestialPosition_GetVectorValue"); \ +static_assert(sizeof(CurveCelestialPosition_GetVectorValue) == 0x000018, "Wrong size on CurveCelestialPosition_GetVectorValue"); \ +static_assert(offsetof(CurveCelestialPosition_GetVectorValue, InTime) == 0x000000, "Member 'CurveCelestialPosition_GetVectorValue::InTime' has a wrong offset!"); \ +static_assert(offsetof(CurveCelestialPosition_GetVectorValue, ReturnValue) == 0x000008, "Member 'CurveCelestialPosition_GetVectorValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveCelestialPosition \ +static_assert(alignof(UCurveCelestialPosition) == 0x000008, "Wrong alignment on UCurveCelestialPosition"); \ +static_assert(sizeof(UCurveCelestialPosition) == 0x000130, "Wrong size on UCurveCelestialPosition"); \ +static_assert(offsetof(UCurveCelestialPosition, FloatCurves) == 0x000030, "Member 'UCurveCelestialPosition::FloatCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEditorWorldEnvironmentSettings \ +static_assert(alignof(AEditorWorldEnvironmentSettings) == 0x000008, "Wrong alignment on AEditorWorldEnvironmentSettings"); \ +static_assert(sizeof(AEditorWorldEnvironmentSettings) == 0x0002B0, "Wrong size on AEditorWorldEnvironmentSettings"); \ + +#define DUMPER7_ASSERTS_UEnvironmentSubsystem \ +static_assert(alignof(UEnvironmentSubsystem) == 0x000008, "Wrong alignment on UEnvironmentSubsystem"); \ +static_assert(sizeof(UEnvironmentSubsystem) == 0x000178, "Wrong size on UEnvironmentSubsystem"); \ +static_assert(offsetof(UEnvironmentSubsystem, OnEnvironmentConfigurationUpdated) == 0x000058, "Member 'UEnvironmentSubsystem::OnEnvironmentConfigurationUpdated' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentSubsystem, ParameterCollections) == 0x000078, "Member 'UEnvironmentSubsystem::ParameterCollections' has a wrong offset!"); \ +static_assert(offsetof(UEnvironmentSubsystem, TimeTagRestrictedDataLayers) == 0x000088, "Member 'UEnvironmentSubsystem::TimeTagRestrictedDataLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CharacterWetness_Blueprint_GetWetness \ +static_assert(alignof(CharacterWetness_Blueprint_GetWetness) == 0x000004, "Wrong alignment on CharacterWetness_Blueprint_GetWetness"); \ +static_assert(sizeof(CharacterWetness_Blueprint_GetWetness) == 0x000004, "Wrong size on CharacterWetness_Blueprint_GetWetness"); \ +static_assert(offsetof(CharacterWetness_Blueprint_GetWetness, ReturnValue) == 0x000000, "Member 'CharacterWetness_Blueprint_GetWetness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCharacterWetness \ +static_assert(alignof(UCharacterWetness) == 0x000008, "Wrong alignment on UCharacterWetness"); \ +static_assert(sizeof(UCharacterWetness) == 0x0000E8, "Wrong size on UCharacterWetness"); \ +static_assert(offsetof(UCharacterWetness, OwningCharacter) == 0x0000C8, "Member 'UCharacterWetness::OwningCharacter' has a wrong offset!"); \ +static_assert(offsetof(UCharacterWetness, VisiblePrimitives) == 0x0000D0, "Member 'UCharacterWetness::VisiblePrimitives' has a wrong offset!"); \ +static_assert(offsetof(UCharacterWetness, Wetness) == 0x0000E0, "Member 'UCharacterWetness::Wetness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeatherOcclusionComponent \ +static_assert(alignof(UWeatherOcclusionComponent) == 0x000010, "Wrong alignment on UWeatherOcclusionComponent"); \ +static_assert(sizeof(UWeatherOcclusionComponent) == 0x000630, "Wrong size on UWeatherOcclusionComponent"); \ + +#define DUMPER7_ASSERTS_UTimeOfDaySettings \ +static_assert(alignof(UTimeOfDaySettings) == 0x000008, "Wrong alignment on UTimeOfDaySettings"); \ +static_assert(sizeof(UTimeOfDaySettings) == 0x000038, "Wrong size on UTimeOfDaySettings"); \ + +#define DUMPER7_ASSERTS_ULSPostProcessingSettings \ +static_assert(alignof(ULSPostProcessingSettings) == 0x000008, "Wrong alignment on ULSPostProcessingSettings"); \ +static_assert(sizeof(ULSPostProcessingSettings) == 0x000088, "Wrong size on ULSPostProcessingSettings"); \ +static_assert(offsetof(ULSPostProcessingSettings, AttentionOverlayMaterial) == 0x000038, "Member 'ULSPostProcessingSettings::AttentionOverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULSPostProcessingSettings, PostProcessingMaterialParameterCollection) == 0x000060, "Member 'ULSPostProcessingSettings::PostProcessingMaterialParameterCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameLoopHandlerBase_BP_EnterMissionEnded \ +static_assert(alignof(GameLoopHandlerBase_BP_EnterMissionEnded) == 0x000008, "Wrong alignment on GameLoopHandlerBase_BP_EnterMissionEnded"); \ +static_assert(sizeof(GameLoopHandlerBase_BP_EnterMissionEnded) == 0x000020, "Wrong size on GameLoopHandlerBase_BP_EnterMissionEnded"); \ +static_assert(offsetof(GameLoopHandlerBase_BP_EnterMissionEnded, Mission) == 0x000000, "Member 'GameLoopHandlerBase_BP_EnterMissionEnded::Mission' has a wrong offset!"); \ +static_assert(offsetof(GameLoopHandlerBase_BP_EnterMissionEnded, Reason) == 0x000008, "Member 'GameLoopHandlerBase_BP_EnterMissionEnded::Reason' has a wrong offset!"); \ +static_assert(offsetof(GameLoopHandlerBase_BP_EnterMissionEnded, bCompleted) == 0x000018, "Member 'GameLoopHandlerBase_BP_EnterMissionEnded::bCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameLoopHandlerBase \ +static_assert(alignof(UGameLoopHandlerBase) == 0x000008, "Wrong alignment on UGameLoopHandlerBase"); \ +static_assert(sizeof(UGameLoopHandlerBase) == 0x000050, "Wrong size on UGameLoopHandlerBase"); \ +static_assert(offsetof(UGameLoopHandlerBase, CurrentState) == 0x000028, "Member 'UGameLoopHandlerBase::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(UGameLoopHandlerBase, CurrentMission) == 0x000030, "Member 'UGameLoopHandlerBase::CurrentMission' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameLoopSettings \ +static_assert(alignof(UGameLoopSettings) == 0x000008, "Wrong alignment on UGameLoopSettings"); \ +static_assert(sizeof(UGameLoopSettings) == 0x000060, "Wrong size on UGameLoopSettings"); \ +static_assert(offsetof(UGameLoopSettings, GameLoopHandlerClass) == 0x000038, "Member 'UGameLoopSettings::GameLoopHandlerClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameLoopSubsystem_GetGameLoopHandler \ +static_assert(alignof(GameLoopSubsystem_GetGameLoopHandler) == 0x000008, "Wrong alignment on GameLoopSubsystem_GetGameLoopHandler"); \ +static_assert(sizeof(GameLoopSubsystem_GetGameLoopHandler) == 0x000008, "Wrong size on GameLoopSubsystem_GetGameLoopHandler"); \ +static_assert(offsetof(GameLoopSubsystem_GetGameLoopHandler, ReturnValue) == 0x000000, "Member 'GameLoopSubsystem_GetGameLoopHandler::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameLoopSubsystem \ +static_assert(alignof(UGameLoopSubsystem) == 0x000008, "Wrong alignment on UGameLoopSubsystem"); \ +static_assert(sizeof(UGameLoopSubsystem) == 0x000050, "Wrong size on UGameLoopSubsystem"); \ +static_assert(offsetof(UGameLoopSubsystem, GameLoopHandler) == 0x000048, "Member 'UGameLoopSubsystem::GameLoopHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AdrenalineComponent_AddAdrenaline \ +static_assert(alignof(AdrenalineComponent_AddAdrenaline) == 0x000004, "Wrong alignment on AdrenalineComponent_AddAdrenaline"); \ +static_assert(sizeof(AdrenalineComponent_AddAdrenaline) == 0x000004, "Wrong size on AdrenalineComponent_AddAdrenaline"); \ +static_assert(offsetof(AdrenalineComponent_AddAdrenaline, Value) == 0x000000, "Member 'AdrenalineComponent_AddAdrenaline::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AdrenalineComponent_AddAdrenalineByAction \ +static_assert(alignof(AdrenalineComponent_AddAdrenalineByAction) == 0x000004, "Wrong alignment on AdrenalineComponent_AddAdrenalineByAction"); \ +static_assert(sizeof(AdrenalineComponent_AddAdrenalineByAction) == 0x000008, "Wrong size on AdrenalineComponent_AddAdrenalineByAction"); \ +static_assert(offsetof(AdrenalineComponent_AddAdrenalineByAction, AdrenalineTag) == 0x000000, "Member 'AdrenalineComponent_AddAdrenalineByAction::AdrenalineTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AdrenalineComponent_SetAdrenaline \ +static_assert(alignof(AdrenalineComponent_SetAdrenaline) == 0x000004, "Wrong alignment on AdrenalineComponent_SetAdrenaline"); \ +static_assert(sizeof(AdrenalineComponent_SetAdrenaline) == 0x000004, "Wrong size on AdrenalineComponent_SetAdrenaline"); \ +static_assert(offsetof(AdrenalineComponent_SetAdrenaline, NewAdrenaline) == 0x000000, "Member 'AdrenalineComponent_SetAdrenaline::NewAdrenaline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AdrenalineComponent_SetMaxAdrenaline \ +static_assert(alignof(AdrenalineComponent_SetMaxAdrenaline) == 0x000004, "Wrong alignment on AdrenalineComponent_SetMaxAdrenaline"); \ +static_assert(sizeof(AdrenalineComponent_SetMaxAdrenaline) == 0x000004, "Wrong size on AdrenalineComponent_SetMaxAdrenaline"); \ +static_assert(offsetof(AdrenalineComponent_SetMaxAdrenaline, NewMaxAdrenaline) == 0x000000, "Member 'AdrenalineComponent_SetMaxAdrenaline::NewMaxAdrenaline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AdrenalineComponent_GetAdrenalinePercent \ +static_assert(alignof(AdrenalineComponent_GetAdrenalinePercent) == 0x000004, "Wrong alignment on AdrenalineComponent_GetAdrenalinePercent"); \ +static_assert(sizeof(AdrenalineComponent_GetAdrenalinePercent) == 0x000004, "Wrong size on AdrenalineComponent_GetAdrenalinePercent"); \ +static_assert(offsetof(AdrenalineComponent_GetAdrenalinePercent, ReturnValue) == 0x000000, "Member 'AdrenalineComponent_GetAdrenalinePercent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AdrenalineComponent_IsUsing \ +static_assert(alignof(AdrenalineComponent_IsUsing) == 0x000001, "Wrong alignment on AdrenalineComponent_IsUsing"); \ +static_assert(sizeof(AdrenalineComponent_IsUsing) == 0x000001, "Wrong size on AdrenalineComponent_IsUsing"); \ +static_assert(offsetof(AdrenalineComponent_IsUsing, ReturnValue) == 0x000000, "Member 'AdrenalineComponent_IsUsing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAdrenalineComponent \ +static_assert(alignof(UAdrenalineComponent) == 0x000008, "Wrong alignment on UAdrenalineComponent"); \ +static_assert(sizeof(UAdrenalineComponent) == 0x000100, "Wrong size on UAdrenalineComponent"); \ +static_assert(offsetof(UAdrenalineComponent, Adrenaline) == 0x0000C0, "Member 'UAdrenalineComponent::Adrenaline' has a wrong offset!"); \ +static_assert(offsetof(UAdrenalineComponent, MaxAdrenaline) == 0x0000C4, "Member 'UAdrenalineComponent::MaxAdrenaline' has a wrong offset!"); \ +static_assert(offsetof(UAdrenalineComponent, BaseAdrenalineBurnRate) == 0x0000C8, "Member 'UAdrenalineComponent::BaseAdrenalineBurnRate' has a wrong offset!"); \ +static_assert(offsetof(UAdrenalineComponent, AdrenalineBurnRate) == 0x0000CC, "Member 'UAdrenalineComponent::AdrenalineBurnRate' has a wrong offset!"); \ +static_assert(offsetof(UAdrenalineComponent, AdrenalineDefinitionsTable) == 0x0000D0, "Member 'UAdrenalineComponent::AdrenalineDefinitionsTable' has a wrong offset!"); \ +static_assert(offsetof(UAdrenalineComponent, OnAdrenalineChanged) == 0x0000D8, "Member 'UAdrenalineComponent::OnAdrenalineChanged' has a wrong offset!"); \ +static_assert(offsetof(UAdrenalineComponent, OnAdrenalineUseChanged) == 0x0000E8, "Member 'UAdrenalineComponent::OnAdrenalineUseChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJEnhancedPlayerInput \ +static_assert(alignof(UCJEnhancedPlayerInput) == 0x000008, "Wrong alignment on UCJEnhancedPlayerInput"); \ +static_assert(sizeof(UCJEnhancedPlayerInput) == 0x000900, "Wrong size on UCJEnhancedPlayerInput"); \ + +#define DUMPER7_ASSERTS_AutoEnvironmentalHazardSubsystem_ActionFinishedTriggered \ +static_assert(alignof(AutoEnvironmentalHazardSubsystem_ActionFinishedTriggered) == 0x000008, "Wrong alignment on AutoEnvironmentalHazardSubsystem_ActionFinishedTriggered"); \ +static_assert(sizeof(AutoEnvironmentalHazardSubsystem_ActionFinishedTriggered) == 0x000010, "Wrong size on AutoEnvironmentalHazardSubsystem_ActionFinishedTriggered"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionFinishedTriggered, Handler) == 0x000000, "Member 'AutoEnvironmentalHazardSubsystem_ActionFinishedTriggered::Handler' has a wrong offset!"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionFinishedTriggered, TriggeredActionID) == 0x000008, "Member 'AutoEnvironmentalHazardSubsystem_ActionFinishedTriggered::TriggeredActionID' has a wrong offset!"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionFinishedTriggered, Result) == 0x00000C, "Member 'AutoEnvironmentalHazardSubsystem_ActionFinishedTriggered::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoEnvironmentalHazardSubsystem_ActionMovementFinished \ +static_assert(alignof(AutoEnvironmentalHazardSubsystem_ActionMovementFinished) == 0x000008, "Wrong alignment on AutoEnvironmentalHazardSubsystem_ActionMovementFinished"); \ +static_assert(sizeof(AutoEnvironmentalHazardSubsystem_ActionMovementFinished) == 0x000018, "Wrong size on AutoEnvironmentalHazardSubsystem_ActionMovementFinished"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionMovementFinished, InstigatorActor) == 0x000000, "Member 'AutoEnvironmentalHazardSubsystem_ActionMovementFinished::InstigatorActor' has a wrong offset!"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionMovementFinished, RespondingActor) == 0x000008, "Member 'AutoEnvironmentalHazardSubsystem_ActionMovementFinished::RespondingActor' has a wrong offset!"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionMovementFinished, FinishedRequestID) == 0x000010, "Member 'AutoEnvironmentalHazardSubsystem_ActionMovementFinished::FinishedRequestID' has a wrong offset!"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionMovementFinished, Result) == 0x000014, "Member 'AutoEnvironmentalHazardSubsystem_ActionMovementFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoEnvironmentalHazardSubsystem_ActionMovementStarted \ +static_assert(alignof(AutoEnvironmentalHazardSubsystem_ActionMovementStarted) == 0x000008, "Wrong alignment on AutoEnvironmentalHazardSubsystem_ActionMovementStarted"); \ +static_assert(sizeof(AutoEnvironmentalHazardSubsystem_ActionMovementStarted) == 0x000018, "Wrong size on AutoEnvironmentalHazardSubsystem_ActionMovementStarted"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionMovementStarted, InstigatorActor) == 0x000000, "Member 'AutoEnvironmentalHazardSubsystem_ActionMovementStarted::InstigatorActor' has a wrong offset!"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionMovementStarted, RespondingActor) == 0x000008, "Member 'AutoEnvironmentalHazardSubsystem_ActionMovementStarted::RespondingActor' has a wrong offset!"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionMovementStarted, TriggeredActionID) == 0x000010, "Member 'AutoEnvironmentalHazardSubsystem_ActionMovementStarted::TriggeredActionID' has a wrong offset!"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionMovementStarted, Result) == 0x000014, "Member 'AutoEnvironmentalHazardSubsystem_ActionMovementStarted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoEnvironmentalHazardSubsystem_ActionStartedTriggered \ +static_assert(alignof(AutoEnvironmentalHazardSubsystem_ActionStartedTriggered) == 0x000008, "Wrong alignment on AutoEnvironmentalHazardSubsystem_ActionStartedTriggered"); \ +static_assert(sizeof(AutoEnvironmentalHazardSubsystem_ActionStartedTriggered) == 0x000010, "Wrong size on AutoEnvironmentalHazardSubsystem_ActionStartedTriggered"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionStartedTriggered, Actor) == 0x000000, "Member 'AutoEnvironmentalHazardSubsystem_ActionStartedTriggered::Actor' has a wrong offset!"); \ +static_assert(offsetof(AutoEnvironmentalHazardSubsystem_ActionStartedTriggered, ID) == 0x000008, "Member 'AutoEnvironmentalHazardSubsystem_ActionStartedTriggered::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoEnvironmentalHazardSubsystem \ +static_assert(alignof(UAutoEnvironmentalHazardSubsystem) == 0x000008, "Wrong alignment on UAutoEnvironmentalHazardSubsystem"); \ +static_assert(sizeof(UAutoEnvironmentalHazardSubsystem) == 0x000258, "Wrong size on UAutoEnvironmentalHazardSubsystem"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, PlayerStumbleModifier) == 0x000048, "Member 'UAutoEnvironmentalHazardSubsystem::PlayerStumbleModifier' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, PlayerCorpseStumbleModifier) == 0x00004C, "Member 'UAutoEnvironmentalHazardSubsystem::PlayerCorpseStumbleModifier' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, NPCStumbleModifier) == 0x000050, "Member 'UAutoEnvironmentalHazardSubsystem::NPCStumbleModifier' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, NPCCorpseStumbleModifier) == 0x000054, "Member 'UAutoEnvironmentalHazardSubsystem::NPCCorpseStumbleModifier' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, WallMoveset) == 0x000068, "Member 'UAutoEnvironmentalHazardSubsystem::WallMoveset' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, WallActionType) == 0x000070, "Member 'UAutoEnvironmentalHazardSubsystem::WallActionType' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, WallLinkedLayer) == 0x000078, "Member 'UAutoEnvironmentalHazardSubsystem::WallLinkedLayer' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, TableMoveset) == 0x000080, "Member 'UAutoEnvironmentalHazardSubsystem::TableMoveset' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, TableActionType) == 0x000088, "Member 'UAutoEnvironmentalHazardSubsystem::TableActionType' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, TableLinkedLayer) == 0x000090, "Member 'UAutoEnvironmentalHazardSubsystem::TableLinkedLayer' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, RailingMoveset) == 0x000098, "Member 'UAutoEnvironmentalHazardSubsystem::RailingMoveset' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, RailingActionType) == 0x0000A0, "Member 'UAutoEnvironmentalHazardSubsystem::RailingActionType' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, RailingLinkedLayer) == 0x0000A8, "Member 'UAutoEnvironmentalHazardSubsystem::RailingLinkedLayer' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, StumbleMoveset) == 0x0000B0, "Member 'UAutoEnvironmentalHazardSubsystem::StumbleMoveset' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, StumbleActionType) == 0x0000B8, "Member 'UAutoEnvironmentalHazardSubsystem::StumbleActionType' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, StumbleLinkedLayer) == 0x0000C0, "Member 'UAutoEnvironmentalHazardSubsystem::StumbleLinkedLayer' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, CharacterToBodyCache) == 0x000110, "Member 'UAutoEnvironmentalHazardSubsystem::CharacterToBodyCache' has a wrong offset!"); \ +static_assert(offsetof(UAutoEnvironmentalHazardSubsystem, BodyCache) == 0x000160, "Member 'UAutoEnvironmentalHazardSubsystem::BodyCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDoorAcousticShapeComponent \ +static_assert(alignof(UDoorAcousticShapeComponent) == 0x000010, "Wrong alignment on UDoorAcousticShapeComponent"); \ +static_assert(sizeof(UDoorAcousticShapeComponent) == 0x000550, "Wrong size on UDoorAcousticShapeComponent"); \ +static_assert(offsetof(UDoorAcousticShapeComponent, bOverrideDoorTypeScale) == 0x000530, "Member 'UDoorAcousticShapeComponent::bOverrideDoorTypeScale' has a wrong offset!"); \ +static_assert(offsetof(UDoorAcousticShapeComponent, PortalScale) == 0x000538, "Member 'UDoorAcousticShapeComponent::PortalScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InteractButton_ButtonPressEvent \ +static_assert(alignof(InteractButton_ButtonPressEvent) == 0x000008, "Wrong alignment on InteractButton_ButtonPressEvent"); \ +static_assert(sizeof(InteractButton_ButtonPressEvent) == 0x000008, "Wrong size on InteractButton_ButtonPressEvent"); \ +static_assert(offsetof(InteractButton_ButtonPressEvent, PressingCharacter) == 0x000000, "Member 'InteractButton_ButtonPressEvent::PressingCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInteractButton \ +static_assert(alignof(AInteractButton) == 0x000008, "Wrong alignment on AInteractButton"); \ +static_assert(sizeof(AInteractButton) == 0x0002E0, "Wrong size on AInteractButton"); \ +static_assert(offsetof(AInteractButton, Mesh) == 0x0002B8, "Member 'AInteractButton::Mesh' has a wrong offset!"); \ +static_assert(offsetof(AInteractButton, Interaction) == 0x0002C0, "Member 'AInteractButton::Interaction' has a wrong offset!"); \ +static_assert(offsetof(AInteractButton, Switchables) == 0x0002C8, "Member 'AInteractButton::Switchables' has a wrong offset!"); \ +static_assert(offsetof(AInteractButton, bActivated) == 0x0002D8, "Member 'AInteractButton::bActivated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventoryItemPickupMixinConfigAsset \ +static_assert(alignof(UInventoryItemPickupMixinConfigAsset) == 0x000010, "Wrong alignment on UInventoryItemPickupMixinConfigAsset"); \ +static_assert(sizeof(UInventoryItemPickupMixinConfigAsset) == 0x0001D0, "Wrong size on UInventoryItemPickupMixinConfigAsset"); \ +static_assert(offsetof(UInventoryItemPickupMixinConfigAsset, PickupAudioEvent) == 0x000088, "Member 'UInventoryItemPickupMixinConfigAsset::PickupAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemPickupMixinConfigAsset, PickupMesh) == 0x000090, "Member 'UInventoryItemPickupMixinConfigAsset::PickupMesh' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemPickupMixinConfigAsset, PickupMeshTransform) == 0x0000A0, "Member 'UInventoryItemPickupMixinConfigAsset::PickupMeshTransform' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemPickupMixinConfigAsset, Tags) == 0x000100, "Member 'UInventoryItemPickupMixinConfigAsset::Tags' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemPickupMixinConfigAsset, PickupInteractionText) == 0x000120, "Member 'UInventoryItemPickupMixinConfigAsset::PickupInteractionText' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemPickupMixinConfigAsset, PickupInteractionUnavalibleText) == 0x000130, "Member 'UInventoryItemPickupMixinConfigAsset::PickupInteractionUnavalibleText' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemPickupMixinConfigAsset, WidgetType) == 0x000140, "Member 'UInventoryItemPickupMixinConfigAsset::WidgetType' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemPickupMixinConfigAsset, PickupInteractionTransform) == 0x000150, "Member 'UInventoryItemPickupMixinConfigAsset::PickupInteractionTransform' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemPickupMixinConfigAsset, InteractionEnabledWorldState) == 0x0001B0, "Member 'UInventoryItemPickupMixinConfigAsset::InteractionEnabledWorldState' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemPickupMixinConfigAsset, bGlintEnabled) == 0x0001C8, "Member 'UInventoryItemPickupMixinConfigAsset::bGlintEnabled' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemPickupMixinConfigAsset, bUsePhysics) == 0x0001C9, "Member 'UInventoryItemPickupMixinConfigAsset::bUsePhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventoryItemWieldableMixinConfigAsset \ +static_assert(alignof(UInventoryItemWieldableMixinConfigAsset) == 0x000008, "Wrong alignment on UInventoryItemWieldableMixinConfigAsset"); \ +static_assert(sizeof(UInventoryItemWieldableMixinConfigAsset) == 0x000098, "Wrong size on UInventoryItemWieldableMixinConfigAsset"); \ +static_assert(offsetof(UInventoryItemWieldableMixinConfigAsset, WieldableItemClass) == 0x000088, "Member 'UInventoryItemWieldableMixinConfigAsset::WieldableItemClass' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemWieldableMixinConfigAsset, bWieldOnAdd) == 0x000090, "Member 'UInventoryItemWieldableMixinConfigAsset::bWieldOnAdd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldableInterface_OnWieldBegin \ +static_assert(alignof(WieldableInterface_OnWieldBegin) == 0x000008, "Wrong alignment on WieldableInterface_OnWieldBegin"); \ +static_assert(sizeof(WieldableInterface_OnWieldBegin) == 0x000010, "Wrong size on WieldableInterface_OnWieldBegin"); \ +static_assert(offsetof(WieldableInterface_OnWieldBegin, WieldingCharacter) == 0x000000, "Member 'WieldableInterface_OnWieldBegin::WieldingCharacter' has a wrong offset!"); \ +static_assert(offsetof(WieldableInterface_OnWieldBegin, WieldingComponent) == 0x000008, "Member 'WieldableInterface_OnWieldBegin::WieldingComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WieldableInterface_SetupInventoryItem \ +static_assert(alignof(WieldableInterface_SetupInventoryItem) == 0x000008, "Wrong alignment on WieldableInterface_SetupInventoryItem"); \ +static_assert(sizeof(WieldableInterface_SetupInventoryItem) == 0x000038, "Wrong size on WieldableInterface_SetupInventoryItem"); \ +static_assert(offsetof(WieldableInterface_SetupInventoryItem, Item) == 0x000000, "Member 'WieldableInterface_SetupInventoryItem::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IWieldableInterface \ +static_assert(alignof(IWieldableInterface) == 0x000001, "Wrong alignment on IWieldableInterface"); \ +static_assert(sizeof(IWieldableInterface) == 0x000001, "Wrong size on IWieldableInterface"); \ + +#define DUMPER7_ASSERTS_JobsFunctionLibrary_AbortBigTake \ +static_assert(alignof(JobsFunctionLibrary_AbortBigTake) == 0x000008, "Wrong alignment on JobsFunctionLibrary_AbortBigTake"); \ +static_assert(sizeof(JobsFunctionLibrary_AbortBigTake) == 0x000008, "Wrong size on JobsFunctionLibrary_AbortBigTake"); \ +static_assert(offsetof(JobsFunctionLibrary_AbortBigTake, WorldContextObject) == 0x000000, "Member 'JobsFunctionLibrary_AbortBigTake::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JobsFunctionLibrary_EnterBigTake \ +static_assert(alignof(JobsFunctionLibrary_EnterBigTake) == 0x000008, "Wrong alignment on JobsFunctionLibrary_EnterBigTake"); \ +static_assert(sizeof(JobsFunctionLibrary_EnterBigTake) == 0x000008, "Wrong size on JobsFunctionLibrary_EnterBigTake"); \ +static_assert(offsetof(JobsFunctionLibrary_EnterBigTake, WorldContextObject) == 0x000000, "Member 'JobsFunctionLibrary_EnterBigTake::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JobsFunctionLibrary_EnterBigTakePlanning \ +static_assert(alignof(JobsFunctionLibrary_EnterBigTakePlanning) == 0x000008, "Wrong alignment on JobsFunctionLibrary_EnterBigTakePlanning"); \ +static_assert(sizeof(JobsFunctionLibrary_EnterBigTakePlanning) == 0x000008, "Wrong size on JobsFunctionLibrary_EnterBigTakePlanning"); \ +static_assert(offsetof(JobsFunctionLibrary_EnterBigTakePlanning, WorldContextObject) == 0x000000, "Member 'JobsFunctionLibrary_EnterBigTakePlanning::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JobsFunctionLibrary_EscapeBigTake \ +static_assert(alignof(JobsFunctionLibrary_EscapeBigTake) == 0x000008, "Wrong alignment on JobsFunctionLibrary_EscapeBigTake"); \ +static_assert(sizeof(JobsFunctionLibrary_EscapeBigTake) == 0x000008, "Wrong size on JobsFunctionLibrary_EscapeBigTake"); \ +static_assert(offsetof(JobsFunctionLibrary_EscapeBigTake, WorldContextObject) == 0x000000, "Member 'JobsFunctionLibrary_EscapeBigTake::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JobsFunctionLibrary_FinishBigTake \ +static_assert(alignof(JobsFunctionLibrary_FinishBigTake) == 0x000008, "Wrong alignment on JobsFunctionLibrary_FinishBigTake"); \ +static_assert(sizeof(JobsFunctionLibrary_FinishBigTake) == 0x000008, "Wrong size on JobsFunctionLibrary_FinishBigTake"); \ +static_assert(offsetof(JobsFunctionLibrary_FinishBigTake, WorldContextObject) == 0x000000, "Member 'JobsFunctionLibrary_FinishBigTake::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JobsFunctionLibrary_RestartBigTake \ +static_assert(alignof(JobsFunctionLibrary_RestartBigTake) == 0x000008, "Wrong alignment on JobsFunctionLibrary_RestartBigTake"); \ +static_assert(sizeof(JobsFunctionLibrary_RestartBigTake) == 0x000008, "Wrong size on JobsFunctionLibrary_RestartBigTake"); \ +static_assert(offsetof(JobsFunctionLibrary_RestartBigTake, WorldContextObject) == 0x000000, "Member 'JobsFunctionLibrary_RestartBigTake::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJobsFunctionLibrary \ +static_assert(alignof(UJobsFunctionLibrary) == 0x000008, "Wrong alignment on UJobsFunctionLibrary"); \ +static_assert(sizeof(UJobsFunctionLibrary) == 0x000028, "Wrong size on UJobsFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_AFakeLight \ +static_assert(alignof(AFakeLight) == 0x000008, "Wrong alignment on AFakeLight"); \ +static_assert(sizeof(AFakeLight) == 0x0002B8, "Wrong size on AFakeLight"); \ +static_assert(offsetof(AFakeLight, FakeLightComponent) == 0x0002B0, "Member 'AFakeLight::FakeLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFakePointLightComponent \ +static_assert(alignof(UFakePointLightComponent) == 0x000010, "Wrong alignment on UFakePointLightComponent"); \ +static_assert(sizeof(UFakePointLightComponent) == 0x000690, "Wrong size on UFakePointLightComponent"); \ + +#define DUMPER7_ASSERTS_FakePointLight_GetFakeLightComponent \ +static_assert(alignof(FakePointLight_GetFakeLightComponent) == 0x000008, "Wrong alignment on FakePointLight_GetFakeLightComponent"); \ +static_assert(sizeof(FakePointLight_GetFakeLightComponent) == 0x000008, "Wrong size on FakePointLight_GetFakeLightComponent"); \ +static_assert(offsetof(FakePointLight_GetFakeLightComponent, ReturnValue) == 0x000000, "Member 'FakePointLight_GetFakeLightComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFakePointLight \ +static_assert(alignof(AFakePointLight) == 0x000008, "Wrong alignment on AFakePointLight"); \ +static_assert(sizeof(AFakePointLight) == 0x0002B8, "Wrong size on AFakePointLight"); \ + +#define DUMPER7_ASSERTS_FakeRectLight_GetFakeLightComponent \ +static_assert(alignof(FakeRectLight_GetFakeLightComponent) == 0x000008, "Wrong alignment on FakeRectLight_GetFakeLightComponent"); \ +static_assert(sizeof(FakeRectLight_GetFakeLightComponent) == 0x000008, "Wrong size on FakeRectLight_GetFakeLightComponent"); \ +static_assert(offsetof(FakeRectLight_GetFakeLightComponent, ReturnValue) == 0x000000, "Member 'FakeRectLight_GetFakeLightComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFakeRectLight \ +static_assert(alignof(AFakeRectLight) == 0x000008, "Wrong alignment on AFakeRectLight"); \ +static_assert(sizeof(AFakeRectLight) == 0x0002B8, "Wrong size on AFakeRectLight"); \ + +#define DUMPER7_ASSERTS_UFakeSpotLightComponent \ +static_assert(alignof(UFakeSpotLightComponent) == 0x000010, "Wrong alignment on UFakeSpotLightComponent"); \ +static_assert(sizeof(UFakeSpotLightComponent) == 0x000690, "Wrong size on UFakeSpotLightComponent"); \ + +#define DUMPER7_ASSERTS_FakeSpotLight_GetFakeLightComponent \ +static_assert(alignof(FakeSpotLight_GetFakeLightComponent) == 0x000008, "Wrong alignment on FakeSpotLight_GetFakeLightComponent"); \ +static_assert(sizeof(FakeSpotLight_GetFakeLightComponent) == 0x000008, "Wrong size on FakeSpotLight_GetFakeLightComponent"); \ +static_assert(offsetof(FakeSpotLight_GetFakeLightComponent, ReturnValue) == 0x000000, "Member 'FakeSpotLight_GetFakeLightComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFakeSpotLight \ +static_assert(alignof(AFakeSpotLight) == 0x000008, "Wrong alignment on AFakeSpotLight"); \ +static_assert(sizeof(AFakeSpotLight) == 0x0002B8, "Wrong size on AFakeSpotLight"); \ + +#define DUMPER7_ASSERTS_AInteriorLumenShape \ +static_assert(alignof(AInteriorLumenShape) == 0x000008, "Wrong alignment on AInteriorLumenShape"); \ +static_assert(sizeof(AInteriorLumenShape) == 0x0002E0, "Wrong size on AInteriorLumenShape"); \ +static_assert(offsetof(AInteriorLumenShape, ControlledLightData) == 0x0002B8, "Member 'AInteriorLumenShape::ControlledLightData' has a wrong offset!"); \ +static_assert(offsetof(AInteriorLumenShape, StaticMeshComponent) == 0x0002D0, "Member 'AInteriorLumenShape::StaticMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInteriorPointLight \ +static_assert(alignof(AInteriorPointLight) == 0x000008, "Wrong alignment on AInteriorPointLight"); \ +static_assert(sizeof(AInteriorPointLight) == 0x0002F8, "Wrong size on AInteriorPointLight"); \ +static_assert(offsetof(AInteriorPointLight, PointLightComponent) == 0x0002F0, "Member 'AInteriorPointLight::PointLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInteriorSpotLight \ +static_assert(alignof(AInteriorSpotLight) == 0x000008, "Wrong alignment on AInteriorSpotLight"); \ +static_assert(sizeof(AInteriorSpotLight) == 0x0002F8, "Wrong size on AInteriorSpotLight"); \ +static_assert(offsetof(AInteriorSpotLight, SpotLightComponent) == 0x0002F0, "Member 'AInteriorSpotLight::SpotLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMapSettingsActor \ +static_assert(alignof(AMapSettingsActor) == 0x000008, "Wrong alignment on AMapSettingsActor"); \ +static_assert(sizeof(AMapSettingsActor) == 0x000378, "Wrong size on AMapSettingsActor"); \ +static_assert(offsetof(AMapSettingsActor, DefaultMapTexture) == 0x0002B0, "Member 'AMapSettingsActor::DefaultMapTexture' has a wrong offset!"); \ +static_assert(offsetof(AMapSettingsActor, DefaultMapMaterial) == 0x0002D8, "Member 'AMapSettingsActor::DefaultMapMaterial' has a wrong offset!"); \ +static_assert(offsetof(AMapSettingsActor, DefaultMaterialImageSize) == 0x000300, "Member 'AMapSettingsActor::DefaultMaterialImageSize' has a wrong offset!"); \ +static_assert(offsetof(AMapSettingsActor, DefaultZoomLevel) == 0x000310, "Member 'AMapSettingsActor::DefaultZoomLevel' has a wrong offset!"); \ +static_assert(offsetof(AMapSettingsActor, MinZoom) == 0x000318, "Member 'AMapSettingsActor::MinZoom' has a wrong offset!"); \ +static_assert(offsetof(AMapSettingsActor, MaxZoom) == 0x00031C, "Member 'AMapSettingsActor::MaxZoom' has a wrong offset!"); \ +static_assert(offsetof(AMapSettingsActor, ZoomLevels) == 0x000320, "Member 'AMapSettingsActor::ZoomLevels' has a wrong offset!"); \ +static_assert(offsetof(AMapSettingsActor, MapLimits) == 0x000330, "Member 'AMapSettingsActor::MapLimits' has a wrong offset!"); \ +static_assert(offsetof(AMapSettingsActor, CachedBoundingBox) == 0x000340, "Member 'AMapSettingsActor::CachedBoundingBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_BP_GetActiveMission \ +static_assert(alignof(MissionFunctionLibrary_BP_GetActiveMission) == 0x000008, "Wrong alignment on MissionFunctionLibrary_BP_GetActiveMission"); \ +static_assert(sizeof(MissionFunctionLibrary_BP_GetActiveMission) == 0x000018, "Wrong size on MissionFunctionLibrary_BP_GetActiveMission"); \ +static_assert(offsetof(MissionFunctionLibrary_BP_GetActiveMission, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_BP_GetActiveMission::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_BP_GetActiveMission, bOutSuccess) == 0x000008, "Member 'MissionFunctionLibrary_BP_GetActiveMission::bOutSuccess' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_BP_GetActiveMission, ReturnValue) == 0x000010, "Member 'MissionFunctionLibrary_BP_GetActiveMission::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_CanStartAtTime \ +static_assert(alignof(MissionFunctionLibrary_CanStartAtTime) == 0x000008, "Wrong alignment on MissionFunctionLibrary_CanStartAtTime"); \ +static_assert(sizeof(MissionFunctionLibrary_CanStartAtTime) == 0x000010, "Wrong size on MissionFunctionLibrary_CanStartAtTime"); \ +static_assert(offsetof(MissionFunctionLibrary_CanStartAtTime, MissionConfig) == 0x000000, "Member 'MissionFunctionLibrary_CanStartAtTime::MissionConfig' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_CanStartAtTime, TimeToCheck) == 0x000008, "Member 'MissionFunctionLibrary_CanStartAtTime::TimeToCheck' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_CanStartAtTime, ReturnValue) == 0x000009, "Member 'MissionFunctionLibrary_CanStartAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_DebugStartMission \ +static_assert(alignof(MissionFunctionLibrary_DebugStartMission) == 0x000008, "Wrong alignment on MissionFunctionLibrary_DebugStartMission"); \ +static_assert(sizeof(MissionFunctionLibrary_DebugStartMission) == 0x000018, "Wrong size on MissionFunctionLibrary_DebugStartMission"); \ +static_assert(offsetof(MissionFunctionLibrary_DebugStartMission, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_DebugStartMission::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_DebugStartMission, MissionId) == 0x000008, "Member 'MissionFunctionLibrary_DebugStartMission::MissionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_FailAllActiveMissions \ +static_assert(alignof(MissionFunctionLibrary_FailAllActiveMissions) == 0x000008, "Wrong alignment on MissionFunctionLibrary_FailAllActiveMissions"); \ +static_assert(sizeof(MissionFunctionLibrary_FailAllActiveMissions) == 0x000018, "Wrong size on MissionFunctionLibrary_FailAllActiveMissions"); \ +static_assert(offsetof(MissionFunctionLibrary_FailAllActiveMissions, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_FailAllActiveMissions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_FailAllActiveMissions, Reason) == 0x000008, "Member 'MissionFunctionLibrary_FailAllActiveMissions::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_GetActiveMissionType \ +static_assert(alignof(MissionFunctionLibrary_GetActiveMissionType) == 0x000008, "Wrong alignment on MissionFunctionLibrary_GetActiveMissionType"); \ +static_assert(sizeof(MissionFunctionLibrary_GetActiveMissionType) == 0x000010, "Wrong size on MissionFunctionLibrary_GetActiveMissionType"); \ +static_assert(offsetof(MissionFunctionLibrary_GetActiveMissionType, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_GetActiveMissionType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_GetActiveMissionType, MissionType) == 0x000008, "Member 'MissionFunctionLibrary_GetActiveMissionType::MissionType' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_GetActiveMissionType, ReturnValue) == 0x000009, "Member 'MissionFunctionLibrary_GetActiveMissionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_GetDailyFailedMissions \ +static_assert(alignof(MissionFunctionLibrary_GetDailyFailedMissions) == 0x000008, "Wrong alignment on MissionFunctionLibrary_GetDailyFailedMissions"); \ +static_assert(sizeof(MissionFunctionLibrary_GetDailyFailedMissions) == 0x000018, "Wrong size on MissionFunctionLibrary_GetDailyFailedMissions"); \ +static_assert(offsetof(MissionFunctionLibrary_GetDailyFailedMissions, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_GetDailyFailedMissions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_GetDailyFailedMissions, FailedMissions) == 0x000008, "Member 'MissionFunctionLibrary_GetDailyFailedMissions::FailedMissions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_GetDailySucceededMissions \ +static_assert(alignof(MissionFunctionLibrary_GetDailySucceededMissions) == 0x000008, "Wrong alignment on MissionFunctionLibrary_GetDailySucceededMissions"); \ +static_assert(sizeof(MissionFunctionLibrary_GetDailySucceededMissions) == 0x000018, "Wrong size on MissionFunctionLibrary_GetDailySucceededMissions"); \ +static_assert(offsetof(MissionFunctionLibrary_GetDailySucceededMissions, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_GetDailySucceededMissions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_GetDailySucceededMissions, SucceededMissions) == 0x000008, "Member 'MissionFunctionLibrary_GetDailySucceededMissions::SucceededMissions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_GetMissionTypeFromMissionID \ +static_assert(alignof(MissionFunctionLibrary_GetMissionTypeFromMissionID) == 0x000008, "Wrong alignment on MissionFunctionLibrary_GetMissionTypeFromMissionID"); \ +static_assert(sizeof(MissionFunctionLibrary_GetMissionTypeFromMissionID) == 0x000020, "Wrong size on MissionFunctionLibrary_GetMissionTypeFromMissionID"); \ +static_assert(offsetof(MissionFunctionLibrary_GetMissionTypeFromMissionID, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_GetMissionTypeFromMissionID::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_GetMissionTypeFromMissionID, MissionId) == 0x000008, "Member 'MissionFunctionLibrary_GetMissionTypeFromMissionID::MissionId' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_GetMissionTypeFromMissionID, ReturnValue) == 0x000018, "Member 'MissionFunctionLibrary_GetMissionTypeFromMissionID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_IsInActiveMission \ +static_assert(alignof(MissionFunctionLibrary_IsInActiveMission) == 0x000008, "Wrong alignment on MissionFunctionLibrary_IsInActiveMission"); \ +static_assert(sizeof(MissionFunctionLibrary_IsInActiveMission) == 0x000010, "Wrong size on MissionFunctionLibrary_IsInActiveMission"); \ +static_assert(offsetof(MissionFunctionLibrary_IsInActiveMission, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_IsInActiveMission::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_IsInActiveMission, ReturnValue) == 0x000008, "Member 'MissionFunctionLibrary_IsInActiveMission::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_OnlyAllowStoryMissionsToBeStartable \ +static_assert(alignof(MissionFunctionLibrary_OnlyAllowStoryMissionsToBeStartable) == 0x000008, "Wrong alignment on MissionFunctionLibrary_OnlyAllowStoryMissionsToBeStartable"); \ +static_assert(sizeof(MissionFunctionLibrary_OnlyAllowStoryMissionsToBeStartable) == 0x000008, "Wrong size on MissionFunctionLibrary_OnlyAllowStoryMissionsToBeStartable"); \ +static_assert(offsetof(MissionFunctionLibrary_OnlyAllowStoryMissionsToBeStartable, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_OnlyAllowStoryMissionsToBeStartable::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_PopulateNextStoryMission \ +static_assert(alignof(MissionFunctionLibrary_PopulateNextStoryMission) == 0x000008, "Wrong alignment on MissionFunctionLibrary_PopulateNextStoryMission"); \ +static_assert(sizeof(MissionFunctionLibrary_PopulateNextStoryMission) == 0x000008, "Wrong size on MissionFunctionLibrary_PopulateNextStoryMission"); \ +static_assert(offsetof(MissionFunctionLibrary_PopulateNextStoryMission, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_PopulateNextStoryMission::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_PopulateStartableMissions \ +static_assert(alignof(MissionFunctionLibrary_PopulateStartableMissions) == 0x000008, "Wrong alignment on MissionFunctionLibrary_PopulateStartableMissions"); \ +static_assert(sizeof(MissionFunctionLibrary_PopulateStartableMissions) == 0x000010, "Wrong size on MissionFunctionLibrary_PopulateStartableMissions"); \ +static_assert(offsetof(MissionFunctionLibrary_PopulateStartableMissions, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_PopulateStartableMissions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_PopulateStartableMissions, NumberToMakeStartable) == 0x000008, "Member 'MissionFunctionLibrary_PopulateStartableMissions::NumberToMakeStartable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_ReactivateMissions \ +static_assert(alignof(MissionFunctionLibrary_ReactivateMissions) == 0x000008, "Wrong alignment on MissionFunctionLibrary_ReactivateMissions"); \ +static_assert(sizeof(MissionFunctionLibrary_ReactivateMissions) == 0x000008, "Wrong size on MissionFunctionLibrary_ReactivateMissions"); \ +static_assert(offsetof(MissionFunctionLibrary_ReactivateMissions, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_ReactivateMissions::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_StartMission \ +static_assert(alignof(MissionFunctionLibrary_StartMission) == 0x000008, "Wrong alignment on MissionFunctionLibrary_StartMission"); \ +static_assert(sizeof(MissionFunctionLibrary_StartMission) == 0x000010, "Wrong size on MissionFunctionLibrary_StartMission"); \ +static_assert(offsetof(MissionFunctionLibrary_StartMission, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_StartMission::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_StartMission, MissionConfig) == 0x000008, "Member 'MissionFunctionLibrary_StartMission::MissionConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_UnloadMission \ +static_assert(alignof(MissionFunctionLibrary_UnloadMission) == 0x000008, "Wrong alignment on MissionFunctionLibrary_UnloadMission"); \ +static_assert(sizeof(MissionFunctionLibrary_UnloadMission) == 0x000018, "Wrong size on MissionFunctionLibrary_UnloadMission"); \ +static_assert(offsetof(MissionFunctionLibrary_UnloadMission, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_UnloadMission::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_UnloadMission, MissionId) == 0x000008, "Member 'MissionFunctionLibrary_UnloadMission::MissionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_UnloadMissionLayer \ +static_assert(alignof(MissionFunctionLibrary_UnloadMissionLayer) == 0x000008, "Wrong alignment on MissionFunctionLibrary_UnloadMissionLayer"); \ +static_assert(sizeof(MissionFunctionLibrary_UnloadMissionLayer) == 0x000010, "Wrong size on MissionFunctionLibrary_UnloadMissionLayer"); \ +static_assert(offsetof(MissionFunctionLibrary_UnloadMissionLayer, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_UnloadMissionLayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionFunctionLibrary_UnloadMissionLayer, MissionConfig) == 0x000008, "Member 'MissionFunctionLibrary_UnloadMissionLayer::MissionConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionFunctionLibrary_UnstartAllActiveMissions \ +static_assert(alignof(MissionFunctionLibrary_UnstartAllActiveMissions) == 0x000008, "Wrong alignment on MissionFunctionLibrary_UnstartAllActiveMissions"); \ +static_assert(sizeof(MissionFunctionLibrary_UnstartAllActiveMissions) == 0x000008, "Wrong size on MissionFunctionLibrary_UnstartAllActiveMissions"); \ +static_assert(offsetof(MissionFunctionLibrary_UnstartAllActiveMissions, WorldContextObject) == 0x000000, "Member 'MissionFunctionLibrary_UnstartAllActiveMissions::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMissionFunctionLibrary \ +static_assert(alignof(UMissionFunctionLibrary) == 0x000008, "Wrong alignment on UMissionFunctionLibrary"); \ +static_assert(sizeof(UMissionFunctionLibrary) == 0x000028, "Wrong size on UMissionFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UMissionSubsystem \ +static_assert(alignof(UMissionSubsystem) == 0x000008, "Wrong alignment on UMissionSubsystem"); \ +static_assert(sizeof(UMissionSubsystem) == 0x0002F8, "Wrong size on UMissionSubsystem"); \ +static_assert(offsetof(UMissionSubsystem, MissionsFailedToday) == 0x000098, "Member 'UMissionSubsystem::MissionsFailedToday' has a wrong offset!"); \ +static_assert(offsetof(UMissionSubsystem, MissionsSucceededToday) == 0x0000A8, "Member 'UMissionSubsystem::MissionsSucceededToday' has a wrong offset!"); \ +static_assert(offsetof(UMissionSubsystem, Missions) == 0x0000F0, "Member 'UMissionSubsystem::Missions' has a wrong offset!"); \ +static_assert(offsetof(UMissionSubsystem, TrackStatus) == 0x000140, "Member 'UMissionSubsystem::TrackStatus' has a wrong offset!"); \ +static_assert(offsetof(UMissionSubsystem, RunningMissions) == 0x000198, "Member 'UMissionSubsystem::RunningMissions' has a wrong offset!"); \ +static_assert(offsetof(UMissionSubsystem, DeferredReleaseList) == 0x0001E8, "Member 'UMissionSubsystem::DeferredReleaseList' has a wrong offset!"); \ +static_assert(offsetof(UMissionSubsystem, RunningObjectives) == 0x0001F8, "Member 'UMissionSubsystem::RunningObjectives' has a wrong offset!"); \ +static_assert(offsetof(UMissionSubsystem, ObjectiveLocations) == 0x000248, "Member 'UMissionSubsystem::ObjectiveLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionConfigAsset_GetMissionStarter \ +static_assert(alignof(MissionConfigAsset_GetMissionStarter) == 0x000008, "Wrong alignment on MissionConfigAsset_GetMissionStarter"); \ +static_assert(sizeof(MissionConfigAsset_GetMissionStarter) == 0x000008, "Wrong size on MissionConfigAsset_GetMissionStarter"); \ +static_assert(offsetof(MissionConfigAsset_GetMissionStarter, ReturnValue) == 0x000000, "Member 'MissionConfigAsset_GetMissionStarter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionConfigAsset_GetViewModel \ +static_assert(alignof(MissionConfigAsset_GetViewModel) == 0x000008, "Wrong alignment on MissionConfigAsset_GetViewModel"); \ +static_assert(sizeof(MissionConfigAsset_GetViewModel) == 0x000008, "Wrong size on MissionConfigAsset_GetViewModel"); \ +static_assert(offsetof(MissionConfigAsset_GetViewModel, ReturnValue) == 0x000000, "Member 'MissionConfigAsset_GetViewModel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionConfigAsset_SetViewModel \ +static_assert(alignof(MissionConfigAsset_SetViewModel) == 0x000008, "Wrong alignment on MissionConfigAsset_SetViewModel"); \ +static_assert(sizeof(MissionConfigAsset_SetViewModel) == 0x000008, "Wrong size on MissionConfigAsset_SetViewModel"); \ +static_assert(offsetof(MissionConfigAsset_SetViewModel, ViewModel) == 0x000000, "Member 'MissionConfigAsset_SetViewModel::ViewModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionConfigAsset_GetMissionStatusEnumId \ +static_assert(alignof(MissionConfigAsset_GetMissionStatusEnumId) == 0x000008, "Wrong alignment on MissionConfigAsset_GetMissionStatusEnumId"); \ +static_assert(sizeof(MissionConfigAsset_GetMissionStatusEnumId) == 0x000020, "Wrong size on MissionConfigAsset_GetMissionStatusEnumId"); \ +static_assert(offsetof(MissionConfigAsset_GetMissionStatusEnumId, WorldContextObject) == 0x000000, "Member 'MissionConfigAsset_GetMissionStatusEnumId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionConfigAsset_GetMissionStatusEnumId, ReturnValue) == 0x000008, "Member 'MissionConfigAsset_GetMissionStatusEnumId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionConfigAsset_GetObjectives \ +static_assert(alignof(MissionConfigAsset_GetObjectives) == 0x000008, "Wrong alignment on MissionConfigAsset_GetObjectives"); \ +static_assert(sizeof(MissionConfigAsset_GetObjectives) == 0x000010, "Wrong size on MissionConfigAsset_GetObjectives"); \ +static_assert(offsetof(MissionConfigAsset_GetObjectives, ReturnValue) == 0x000000, "Member 'MissionConfigAsset_GetObjectives::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionConfigAsset_IsJob \ +static_assert(alignof(MissionConfigAsset_IsJob) == 0x000001, "Wrong alignment on MissionConfigAsset_IsJob"); \ +static_assert(sizeof(MissionConfigAsset_IsJob) == 0x000001, "Wrong size on MissionConfigAsset_IsJob"); \ +static_assert(offsetof(MissionConfigAsset_IsJob, ReturnValue) == 0x000000, "Member 'MissionConfigAsset_IsJob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionConfigAsset_IsVehicleMission \ +static_assert(alignof(MissionConfigAsset_IsVehicleMission) == 0x000001, "Wrong alignment on MissionConfigAsset_IsVehicleMission"); \ +static_assert(sizeof(MissionConfigAsset_IsVehicleMission) == 0x000001, "Wrong size on MissionConfigAsset_IsVehicleMission"); \ +static_assert(offsetof(MissionConfigAsset_IsVehicleMission, ReturnValue) == 0x000000, "Member 'MissionConfigAsset_IsVehicleMission::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMissionConfigAsset \ +static_assert(alignof(UMissionConfigAsset) == 0x000008, "Wrong alignment on UMissionConfigAsset"); \ +static_assert(sizeof(UMissionConfigAsset) == 0x000538, "Wrong size on UMissionConfigAsset"); \ +static_assert(offsetof(UMissionConfigAsset, MissionName) == 0x000030, "Member 'UMissionConfigAsset::MissionName' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, DisplayName) == 0x000038, "Member 'UMissionConfigAsset::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, ShortDescription) == 0x000048, "Member 'UMissionConfigAsset::ShortDescription' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, LongDescription) == 0x000058, "Member 'UMissionConfigAsset::LongDescription' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, MissionType) == 0x000068, "Member 'UMissionConfigAsset::MissionType' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, IsStoryDeckAssignmentEnabled) == 0x000069, "Member 'UMissionConfigAsset::IsStoryDeckAssignmentEnabled' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, ShowStartCountdown) == 0x00006A, "Member 'UMissionConfigAsset::ShowStartCountdown' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, IsReplayable) == 0x00006B, "Member 'UMissionConfigAsset::IsReplayable' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, bClearAllCrimeOnCompletion) == 0x00006C, "Member 'UMissionConfigAsset::bClearAllCrimeOnCompletion' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, MakeNextStoryStartableOnCompletion) == 0x00006D, "Member 'UMissionConfigAsset::MakeNextStoryStartableOnCompletion' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, DelayCompletion) == 0x000070, "Member 'UMissionConfigAsset::DelayCompletion' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, Cost) == 0x000078, "Member 'UMissionConfigAsset::Cost' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, AvailableDay) == 0x00007C, "Member 'UMissionConfigAsset::AvailableDay' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, AvailableEvening) == 0x00007D, "Member 'UMissionConfigAsset::AvailableEvening' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, AvailableNight) == 0x00007E, "Member 'UMissionConfigAsset::AvailableNight' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, PopulatedFromDay) == 0x000080, "Member 'UMissionConfigAsset::PopulatedFromDay' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, StartLocationIdentifier) == 0x000088, "Member 'UMissionConfigAsset::StartLocationIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, EndMissionSuccessLocationIdentifier) == 0x0000B0, "Member 'UMissionConfigAsset::EndMissionSuccessLocationIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, EndMissionFailureLocationIdentifier) == 0x0000D8, "Member 'UMissionConfigAsset::EndMissionFailureLocationIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, Bools) == 0x000100, "Member 'UMissionConfigAsset::Bools' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, Ints) == 0x000150, "Member 'UMissionConfigAsset::Ints' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, Floats) == 0x0001A0, "Member 'UMissionConfigAsset::Floats' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, NamedInts) == 0x0001F0, "Member 'UMissionConfigAsset::NamedInts' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, BonusActionPoints) == 0x000200, "Member 'UMissionConfigAsset::BonusActionPoints' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, RewardItems) == 0x000208, "Member 'UMissionConfigAsset::RewardItems' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, MapMarkerLocation) == 0x000258, "Member 'UMissionConfigAsset::MapMarkerLocation' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, Location) == 0x000270, "Member 'UMissionConfigAsset::Location' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, CompletedTags) == 0x000298, "Member 'UMissionConfigAsset::CompletedTags' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, FailedTags) == 0x0002B8, "Member 'UMissionConfigAsset::FailedTags' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, MissionBlueprint) == 0x0002D8, "Member 'UMissionConfigAsset::MissionBlueprint' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, MissionBlueprintAsset) == 0x000300, "Member 'UMissionConfigAsset::MissionBlueprintAsset' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, AvailableState) == 0x000308, "Member 'UMissionConfigAsset::AvailableState' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, CompletedState) == 0x000310, "Member 'UMissionConfigAsset::CompletedState' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, FailedState) == 0x000318, "Member 'UMissionConfigAsset::FailedState' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, Objectives) == 0x000320, "Member 'UMissionConfigAsset::Objectives' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, WorldStatesToReset) == 0x000330, "Member 'UMissionConfigAsset::WorldStatesToReset' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, WorldStateInfosToReset) == 0x000430, "Member 'UMissionConfigAsset::WorldStateInfosToReset' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, VehiclesToReset) == 0x000440, "Member 'UMissionConfigAsset::VehiclesToReset' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, bAutoUnloadMissionOnCompletion) == 0x000450, "Member 'UMissionConfigAsset::bAutoUnloadMissionOnCompletion' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, ActiveDataLayerAssets) == 0x000458, "Member 'UMissionConfigAsset::ActiveDataLayerAssets' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, IsMissionFinished) == 0x000468, "Member 'UMissionConfigAsset::IsMissionFinished' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, IsMissionCompletedInternal) == 0x000480, "Member 'UMissionConfigAsset::IsMissionCompletedInternal' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, IsMissionReadyToComplete) == 0x000488, "Member 'UMissionConfigAsset::IsMissionReadyToComplete' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, IsMissionStartable) == 0x0004A0, "Member 'UMissionConfigAsset::IsMissionStartable' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, BookmarkStarted) == 0x0004B8, "Member 'UMissionConfigAsset::BookmarkStarted' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, IsMissionStarted) == 0x0004D0, "Member 'UMissionConfigAsset::IsMissionStarted' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, IsMissionFailed) == 0x0004E8, "Member 'UMissionConfigAsset::IsMissionFailed' has a wrong offset!"); \ +static_assert(offsetof(UMissionConfigAsset, IsMissionCompleted) == 0x000500, "Member 'UMissionConfigAsset::IsMissionCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionObjectiveConfig_GetMissionObjectiveStatusEnumId \ +static_assert(alignof(MissionObjectiveConfig_GetMissionObjectiveStatusEnumId) == 0x000008, "Wrong alignment on MissionObjectiveConfig_GetMissionObjectiveStatusEnumId"); \ +static_assert(sizeof(MissionObjectiveConfig_GetMissionObjectiveStatusEnumId) == 0x000020, "Wrong size on MissionObjectiveConfig_GetMissionObjectiveStatusEnumId"); \ +static_assert(offsetof(MissionObjectiveConfig_GetMissionObjectiveStatusEnumId, WorldContextObject) == 0x000000, "Member 'MissionObjectiveConfig_GetMissionObjectiveStatusEnumId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MissionObjectiveConfig_GetMissionObjectiveStatusEnumId, ReturnValue) == 0x000008, "Member 'MissionObjectiveConfig_GetMissionObjectiveStatusEnumId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMissionObjectiveConfig \ +static_assert(alignof(UMissionObjectiveConfig) == 0x000008, "Wrong alignment on UMissionObjectiveConfig"); \ +static_assert(sizeof(UMissionObjectiveConfig) == 0x0000F8, "Wrong size on UMissionObjectiveConfig"); \ +static_assert(offsetof(UMissionObjectiveConfig, ActiveState) == 0x000028, "Member 'UMissionObjectiveConfig::ActiveState' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveConfig, CompletedState) == 0x000030, "Member 'UMissionObjectiveConfig::CompletedState' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveConfig, FailedState) == 0x000038, "Member 'UMissionObjectiveConfig::FailedState' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveConfig, Description) == 0x000040, "Member 'UMissionObjectiveConfig::Description' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveConfig, ObjectiveBlueprint) == 0x000050, "Member 'UMissionObjectiveConfig::ObjectiveBlueprint' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveConfig, ObjectiveBlueprintAsset) == 0x000078, "Member 'UMissionObjectiveConfig::ObjectiveBlueprintAsset' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveConfig, ObjectiveLocationBlueprint) == 0x000080, "Member 'UMissionObjectiveConfig::ObjectiveLocationBlueprint' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveConfig, MapMarkerType) == 0x0000A8, "Member 'UMissionObjectiveConfig::MapMarkerType' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveConfig, Location) == 0x0000B0, "Member 'UMissionObjectiveConfig::Location' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveConfig, MapMarkerLocation) == 0x0000D8, "Member 'UMissionObjectiveConfig::MapMarkerLocation' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveConfig, MapMarkerRadius) == 0x0000F0, "Member 'UMissionObjectiveConfig::MapMarkerRadius' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveConfig, bShowMapMarker) == 0x0000F4, "Member 'UMissionObjectiveConfig::bShowMapMarker' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveConfig, bAutoSetNavigationTarget) == 0x0000F5, "Member 'UMissionObjectiveConfig::bAutoSetNavigationTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionRunningBase_BP_MissionCompleted \ +static_assert(alignof(MissionRunningBase_BP_MissionCompleted) == 0x000008, "Wrong alignment on MissionRunningBase_BP_MissionCompleted"); \ +static_assert(sizeof(MissionRunningBase_BP_MissionCompleted) == 0x000008, "Wrong size on MissionRunningBase_BP_MissionCompleted"); \ +static_assert(offsetof(MissionRunningBase_BP_MissionCompleted, Mission) == 0x000000, "Member 'MissionRunningBase_BP_MissionCompleted::Mission' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionRunningBase_BP_MissionFailed \ +static_assert(alignof(MissionRunningBase_BP_MissionFailed) == 0x000008, "Wrong alignment on MissionRunningBase_BP_MissionFailed"); \ +static_assert(sizeof(MissionRunningBase_BP_MissionFailed) == 0x000008, "Wrong size on MissionRunningBase_BP_MissionFailed"); \ +static_assert(offsetof(MissionRunningBase_BP_MissionFailed, Mission) == 0x000000, "Member 'MissionRunningBase_BP_MissionFailed::Mission' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionRunningBase_BP_MissionStarted \ +static_assert(alignof(MissionRunningBase_BP_MissionStarted) == 0x000008, "Wrong alignment on MissionRunningBase_BP_MissionStarted"); \ +static_assert(sizeof(MissionRunningBase_BP_MissionStarted) == 0x000008, "Wrong size on MissionRunningBase_BP_MissionStarted"); \ +static_assert(offsetof(MissionRunningBase_BP_MissionStarted, Mission) == 0x000000, "Member 'MissionRunningBase_BP_MissionStarted::Mission' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionRunningBase_FailMission \ +static_assert(alignof(MissionRunningBase_FailMission) == 0x000008, "Wrong alignment on MissionRunningBase_FailMission"); \ +static_assert(sizeof(MissionRunningBase_FailMission) == 0x000010, "Wrong size on MissionRunningBase_FailMission"); \ +static_assert(offsetof(MissionRunningBase_FailMission, Reason_0) == 0x000000, "Member 'MissionRunningBase_FailMission::Reason_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionRunningBase_SetViewModel \ +static_assert(alignof(MissionRunningBase_SetViewModel) == 0x000008, "Wrong alignment on MissionRunningBase_SetViewModel"); \ +static_assert(sizeof(MissionRunningBase_SetViewModel) == 0x000008, "Wrong size on MissionRunningBase_SetViewModel"); \ +static_assert(offsetof(MissionRunningBase_SetViewModel, ViewModel) == 0x000000, "Member 'MissionRunningBase_SetViewModel::ViewModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMissionRunningBase \ +static_assert(alignof(AMissionRunningBase) == 0x000008, "Wrong alignment on AMissionRunningBase"); \ +static_assert(sizeof(AMissionRunningBase) == 0x0002D0, "Wrong size on AMissionRunningBase"); \ +static_assert(offsetof(AMissionRunningBase, Reason) == 0x0002B0, "Member 'AMissionRunningBase::Reason' has a wrong offset!"); \ +static_assert(offsetof(AMissionRunningBase, ReleaseStage) == 0x0002C0, "Member 'AMissionRunningBase::ReleaseStage' has a wrong offset!"); \ +static_assert(offsetof(AMissionRunningBase, MissionConfig) == 0x0002C8, "Member 'AMissionRunningBase::MissionConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObjectiveLocationBase_BP_ObjectiveStarted \ +static_assert(alignof(ObjectiveLocationBase_BP_ObjectiveStarted) == 0x000008, "Wrong alignment on ObjectiveLocationBase_BP_ObjectiveStarted"); \ +static_assert(sizeof(ObjectiveLocationBase_BP_ObjectiveStarted) == 0x000010, "Wrong size on ObjectiveLocationBase_BP_ObjectiveStarted"); \ +static_assert(offsetof(ObjectiveLocationBase_BP_ObjectiveStarted, Mission) == 0x000000, "Member 'ObjectiveLocationBase_BP_ObjectiveStarted::Mission' has a wrong offset!"); \ +static_assert(offsetof(ObjectiveLocationBase_BP_ObjectiveStarted, Objective) == 0x000008, "Member 'ObjectiveLocationBase_BP_ObjectiveStarted::Objective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AObjectiveLocationBase \ +static_assert(alignof(AObjectiveLocationBase) == 0x000008, "Wrong alignment on AObjectiveLocationBase"); \ +static_assert(sizeof(AObjectiveLocationBase) == 0x0002B0, "Wrong size on AObjectiveLocationBase"); \ + +#define DUMPER7_ASSERTS_LoadMissionsAsyncAction_LoadMissions \ +static_assert(alignof(LoadMissionsAsyncAction_LoadMissions) == 0x000008, "Wrong alignment on LoadMissionsAsyncAction_LoadMissions"); \ +static_assert(sizeof(LoadMissionsAsyncAction_LoadMissions) == 0x000010, "Wrong size on LoadMissionsAsyncAction_LoadMissions"); \ +static_assert(offsetof(LoadMissionsAsyncAction_LoadMissions, WorldContextObject) == 0x000000, "Member 'LoadMissionsAsyncAction_LoadMissions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LoadMissionsAsyncAction_LoadMissions, ReturnValue) == 0x000008, "Member 'LoadMissionsAsyncAction_LoadMissions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoadMissionsAsyncAction \ +static_assert(alignof(ULoadMissionsAsyncAction) == 0x000008, "Wrong alignment on ULoadMissionsAsyncAction"); \ +static_assert(sizeof(ULoadMissionsAsyncAction) == 0x000048, "Wrong size on ULoadMissionsAsyncAction"); \ +static_assert(offsetof(ULoadMissionsAsyncAction, OnMissionsLoaded) == 0x000030, "Member 'ULoadMissionsAsyncAction::OnMissionsLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionObjectiveObserverComponent_OnMissionObjectiveStatusChanged \ +static_assert(alignof(MissionObjectiveObserverComponent_OnMissionObjectiveStatusChanged) == 0x000004, "Wrong alignment on MissionObjectiveObserverComponent_OnMissionObjectiveStatusChanged"); \ +static_assert(sizeof(MissionObjectiveObserverComponent_OnMissionObjectiveStatusChanged) == 0x00001C, "Wrong size on MissionObjectiveObserverComponent_OnMissionObjectiveStatusChanged"); \ +static_assert(offsetof(MissionObjectiveObserverComponent_OnMissionObjectiveStatusChanged, InMissionId) == 0x000000, "Member 'MissionObjectiveObserverComponent_OnMissionObjectiveStatusChanged::InMissionId' has a wrong offset!"); \ +static_assert(offsetof(MissionObjectiveObserverComponent_OnMissionObjectiveStatusChanged, InObjectiveName) == 0x000010, "Member 'MissionObjectiveObserverComponent_OnMissionObjectiveStatusChanged::InObjectiveName' has a wrong offset!"); \ +static_assert(offsetof(MissionObjectiveObserverComponent_OnMissionObjectiveStatusChanged, NewStatus) == 0x000018, "Member 'MissionObjectiveObserverComponent_OnMissionObjectiveStatusChanged::NewStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMissionObjectiveObserverComponent \ +static_assert(alignof(UMissionObjectiveObserverComponent) == 0x000008, "Wrong alignment on UMissionObjectiveObserverComponent"); \ +static_assert(sizeof(UMissionObjectiveObserverComponent) == 0x0000F0, "Wrong size on UMissionObjectiveObserverComponent"); \ +static_assert(offsetof(UMissionObjectiveObserverComponent, OnMissionObjectiveUpdated) == 0x0000C0, "Member 'UMissionObjectiveObserverComponent::OnMissionObjectiveUpdated' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveObserverComponent, MissionId) == 0x0000D0, "Member 'UMissionObjectiveObserverComponent::MissionId' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveObserverComponent, ObjectiveName) == 0x0000E0, "Member 'UMissionObjectiveObserverComponent::ObjectiveName' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveObserverComponent, ObjectiveStatus) == 0x0000E8, "Member 'UMissionObjectiveObserverComponent::ObjectiveStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMissionObserverComponent \ +static_assert(alignof(UMissionObserverComponent) == 0x000008, "Wrong alignment on UMissionObserverComponent"); \ +static_assert(sizeof(UMissionObserverComponent) == 0x0000E8, "Wrong size on UMissionObserverComponent"); \ +static_assert(offsetof(UMissionObserverComponent, OnMissionStatusUpdated) == 0x0000C0, "Member 'UMissionObserverComponent::OnMissionStatusUpdated' has a wrong offset!"); \ +static_assert(offsetof(UMissionObserverComponent, MissionId) == 0x0000D0, "Member 'UMissionObserverComponent::MissionId' has a wrong offset!"); \ +static_assert(offsetof(UMissionObserverComponent, MissionStatus) == 0x0000E0, "Member 'UMissionObserverComponent::MissionStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJNamedLocationPreviewComponent \ +static_assert(alignof(UCJNamedLocationPreviewComponent) == 0x000010, "Wrong alignment on UCJNamedLocationPreviewComponent"); \ +static_assert(sizeof(UCJNamedLocationPreviewComponent) == 0x000250, "Wrong size on UCJNamedLocationPreviewComponent"); \ + +#define DUMPER7_ASSERTS_ANewsActor \ +static_assert(alignof(ANewsActor) == 0x000008, "Wrong alignment on ANewsActor"); \ +static_assert(sizeof(ANewsActor) == 0x0002B0, "Wrong size on ANewsActor"); \ + +#define DUMPER7_ASSERTS_NewsSubsystem_GetAllNewsEvents \ +static_assert(alignof(NewsSubsystem_GetAllNewsEvents) == 0x000008, "Wrong alignment on NewsSubsystem_GetAllNewsEvents"); \ +static_assert(sizeof(NewsSubsystem_GetAllNewsEvents) == 0x000010, "Wrong size on NewsSubsystem_GetAllNewsEvents"); \ +static_assert(offsetof(NewsSubsystem_GetAllNewsEvents, ReturnValue) == 0x000000, "Member 'NewsSubsystem_GetAllNewsEvents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NewsSubsystem_GetLatestNewsEvent \ +static_assert(alignof(NewsSubsystem_GetLatestNewsEvent) == 0x000008, "Wrong alignment on NewsSubsystem_GetLatestNewsEvent"); \ +static_assert(sizeof(NewsSubsystem_GetLatestNewsEvent) == 0x000008, "Wrong size on NewsSubsystem_GetLatestNewsEvent"); \ +static_assert(offsetof(NewsSubsystem_GetLatestNewsEvent, ReturnValue) == 0x000000, "Member 'NewsSubsystem_GetLatestNewsEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNewsSubsystem \ +static_assert(alignof(UNewsSubsystem) == 0x000008, "Wrong alignment on UNewsSubsystem"); \ +static_assert(sizeof(UNewsSubsystem) == 0x000068, "Wrong size on UNewsSubsystem"); \ +static_assert(offsetof(UNewsSubsystem, OnNewsUpdated) == 0x000038, "Member 'UNewsSubsystem::OnNewsUpdated' has a wrong offset!"); \ +static_assert(offsetof(UNewsSubsystem, NewsEvents) == 0x000048, "Member 'UNewsSubsystem::NewsEvents' has a wrong offset!"); \ +static_assert(offsetof(UNewsSubsystem, GeneratedNewsEvents) == 0x000058, "Member 'UNewsSubsystem::GeneratedNewsEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAnchoredGeometryCollectionActor \ +static_assert(alignof(AAnchoredGeometryCollectionActor) == 0x000008, "Wrong alignment on AAnchoredGeometryCollectionActor"); \ +static_assert(sizeof(AAnchoredGeometryCollectionActor) == 0x0002E0, "Wrong size on AAnchoredGeometryCollectionActor"); \ +static_assert(offsetof(AAnchoredGeometryCollectionActor, GeometryCollection) == 0x0002B8, "Member 'AAnchoredGeometryCollectionActor::GeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(AAnchoredGeometryCollectionActor, BoxComponent) == 0x0002C0, "Member 'AAnchoredGeometryCollectionActor::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(AAnchoredGeometryCollectionActor, UniformInteger) == 0x0002C8, "Member 'AAnchoredGeometryCollectionActor::UniformInteger' has a wrong offset!"); \ +static_assert(offsetof(AAnchoredGeometryCollectionActor, CullingField) == 0x0002D0, "Member 'AAnchoredGeometryCollectionActor::CullingField' has a wrong offset!"); \ +static_assert(offsetof(AAnchoredGeometryCollectionActor, BoxFalloff) == 0x0002D8, "Member 'AAnchoredGeometryCollectionActor::BoxFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJPhysicsCollisionHandler \ +static_assert(alignof(UCJPhysicsCollisionHandler) == 0x000008, "Wrong alignment on UCJPhysicsCollisionHandler"); \ +static_assert(sizeof(UCJPhysicsCollisionHandler) == 0x000070, "Wrong size on UCJPhysicsCollisionHandler"); \ +static_assert(offsetof(UCJPhysicsCollisionHandler, ImpactEvents) == 0x000040, "Member 'UCJPhysicsCollisionHandler::ImpactEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehiclePhysicsParticleSubsystem \ +static_assert(alignof(UVehiclePhysicsParticleSubsystem) == 0x000008, "Wrong alignment on UVehiclePhysicsParticleSubsystem"); \ +static_assert(sizeof(UVehiclePhysicsParticleSubsystem) == 0x000048, "Wrong size on UVehiclePhysicsParticleSubsystem"); \ + +#define DUMPER7_ASSERTS_IThreatIndicatorSourceInterface \ +static_assert(alignof(IThreatIndicatorSourceInterface) == 0x000001, "Wrong alignment on IThreatIndicatorSourceInterface"); \ +static_assert(sizeof(IThreatIndicatorSourceInterface) == 0x000001, "Wrong size on IThreatIndicatorSourceInterface"); \ + +#define DUMPER7_ASSERTS_UPlayerGuidanceSettings \ +static_assert(alignof(UPlayerGuidanceSettings) == 0x000008, "Wrong alignment on UPlayerGuidanceSettings"); \ +static_assert(sizeof(UPlayerGuidanceSettings) == 0x000098, "Wrong size on UPlayerGuidanceSettings"); \ +static_assert(offsetof(UPlayerGuidanceSettings, ZoneGraphSearchBox) == 0x000038, "Member 'UPlayerGuidanceSettings::ZoneGraphSearchBox' has a wrong offset!"); \ +static_assert(offsetof(UPlayerGuidanceSettings, ZoneGraphQueryFilter) == 0x000070, "Member 'UPlayerGuidanceSettings::ZoneGraphQueryFilter' has a wrong offset!"); \ +static_assert(offsetof(UPlayerGuidanceSettings, ZoneGraphPathSettings) == 0x00007C, "Member 'UPlayerGuidanceSettings::ZoneGraphPathSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerGuidanceSubsystem \ +static_assert(alignof(UPlayerGuidanceSubsystem) == 0x000008, "Wrong alignment on UPlayerGuidanceSubsystem"); \ +static_assert(sizeof(UPlayerGuidanceSubsystem) == 0x0001C0, "Wrong size on UPlayerGuidanceSubsystem"); \ +static_assert(offsetof(UPlayerGuidanceSubsystem, WorldIconManagerSubsystem) == 0x000158, "Member 'UPlayerGuidanceSubsystem::WorldIconManagerSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UPlayerGuidanceSubsystem, ZoneGraphSubsystem) == 0x000160, "Member 'UPlayerGuidanceSubsystem::ZoneGraphSubsystem' has a wrong offset!"); \ +static_assert(offsetof(UPlayerGuidanceSubsystem, TrafficManager) == 0x000168, "Member 'UPlayerGuidanceSubsystem::TrafficManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThreatIndicatorDisplayComponent \ +static_assert(alignof(UThreatIndicatorDisplayComponent) == 0x000010, "Wrong alignment on UThreatIndicatorDisplayComponent"); \ +static_assert(sizeof(UThreatIndicatorDisplayComponent) == 0x0002C0, "Wrong size on UThreatIndicatorDisplayComponent"); \ +static_assert(offsetof(UThreatIndicatorDisplayComponent, CameraPlaneAlignmentAmount) == 0x000250, "Member 'UThreatIndicatorDisplayComponent::CameraPlaneAlignmentAmount' has a wrong offset!"); \ +static_assert(offsetof(UThreatIndicatorDisplayComponent, IndicatorMesh) == 0x000258, "Member 'UThreatIndicatorDisplayComponent::IndicatorMesh' has a wrong offset!"); \ +static_assert(offsetof(UThreatIndicatorDisplayComponent, IndicatorISM) == 0x000260, "Member 'UThreatIndicatorDisplayComponent::IndicatorISM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThreatIndicatorSubsystem_ShouldShowCombatIndicator \ +static_assert(alignof(ThreatIndicatorSubsystem_ShouldShowCombatIndicator) == 0x000001, "Wrong alignment on ThreatIndicatorSubsystem_ShouldShowCombatIndicator"); \ +static_assert(sizeof(ThreatIndicatorSubsystem_ShouldShowCombatIndicator) == 0x000001, "Wrong size on ThreatIndicatorSubsystem_ShouldShowCombatIndicator"); \ +static_assert(offsetof(ThreatIndicatorSubsystem_ShouldShowCombatIndicator, ReturnValue) == 0x000000, "Member 'ThreatIndicatorSubsystem_ShouldShowCombatIndicator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThreatIndicatorSubsystem_ShouldShowThreatIndicator \ +static_assert(alignof(ThreatIndicatorSubsystem_ShouldShowThreatIndicator) == 0x000001, "Wrong alignment on ThreatIndicatorSubsystem_ShouldShowThreatIndicator"); \ +static_assert(sizeof(ThreatIndicatorSubsystem_ShouldShowThreatIndicator) == 0x000001, "Wrong size on ThreatIndicatorSubsystem_ShouldShowThreatIndicator"); \ +static_assert(offsetof(ThreatIndicatorSubsystem_ShouldShowThreatIndicator, ReturnValue) == 0x000000, "Member 'ThreatIndicatorSubsystem_ShouldShowThreatIndicator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThreatIndicatorSubsystem \ +static_assert(alignof(UThreatIndicatorSubsystem) == 0x000008, "Wrong alignment on UThreatIndicatorSubsystem"); \ +static_assert(sizeof(UThreatIndicatorSubsystem) == 0x0000C0, "Wrong size on UThreatIndicatorSubsystem"); \ +static_assert(offsetof(UThreatIndicatorSubsystem, ThreatIndicatorAudioEvent) == 0x000048, "Member 'UThreatIndicatorSubsystem::ThreatIndicatorAudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPreviewActorComponent \ +static_assert(alignof(UPreviewActorComponent) == 0x000010, "Wrong alignment on UPreviewActorComponent"); \ +static_assert(sizeof(UPreviewActorComponent) == 0x000250, "Wrong size on UPreviewActorComponent"); \ + +#define DUMPER7_ASSERTS_UFarFieldLumenBlockerComponent \ +static_assert(alignof(UFarFieldLumenBlockerComponent) == 0x000010, "Wrong alignment on UFarFieldLumenBlockerComponent"); \ +static_assert(sizeof(UFarFieldLumenBlockerComponent) == 0x000630, "Wrong size on UFarFieldLumenBlockerComponent"); \ + +#define DUMPER7_ASSERTS_ULumenBlockerComponent \ +static_assert(alignof(ULumenBlockerComponent) == 0x000010, "Wrong alignment on ULumenBlockerComponent"); \ +static_assert(sizeof(ULumenBlockerComponent) == 0x000630, "Wrong size on ULumenBlockerComponent"); \ + +#define DUMPER7_ASSERTS_ALumenBlocker \ +static_assert(alignof(ALumenBlocker) == 0x000008, "Wrong alignment on ALumenBlocker"); \ +static_assert(sizeof(ALumenBlocker) == 0x0002B8, "Wrong size on ALumenBlocker"); \ +static_assert(offsetof(ALumenBlocker, LumenBlockerComponent) == 0x0002B0, "Member 'ALumenBlocker::LumenBlockerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACJWorldSettings \ +static_assert(alignof(ACJWorldSettings) == 0x000008, "Wrong alignment on ACJWorldSettings"); \ +static_assert(sizeof(ACJWorldSettings) == 0x000660, "Wrong size on ACJWorldSettings"); \ +static_assert(offsetof(ACJWorldSettings, TrafficTypeAgentAmount) == 0x0004E8, "Member 'ACJWorldSettings::TrafficTypeAgentAmount' has a wrong offset!"); \ +static_assert(offsetof(ACJWorldSettings, ParkingExclusionPoints) == 0x000538, "Member 'ACJWorldSettings::ParkingExclusionPoints' has a wrong offset!"); \ +static_assert(offsetof(ACJWorldSettings, ParkingSpots) == 0x000548, "Member 'ACJWorldSettings::ParkingSpots' has a wrong offset!"); \ +static_assert(offsetof(ACJWorldSettings, DefaultPlayerVehicleLocation) == 0x000550, "Member 'ACJWorldSettings::DefaultPlayerVehicleLocation' has a wrong offset!"); \ +static_assert(offsetof(ACJWorldSettings, TimeOfDayPreset) == 0x000578, "Member 'ACJWorldSettings::TimeOfDayPreset' has a wrong offset!"); \ +static_assert(offsetof(ACJWorldSettings, bUseInteriorStreaming) == 0x0005A0, "Member 'ACJWorldSettings::bUseInteriorStreaming' has a wrong offset!"); \ +static_assert(offsetof(ACJWorldSettings, LoadingWorldConfiguration) == 0x0005A4, "Member 'ACJWorldSettings::LoadingWorldConfiguration' has a wrong offset!"); \ +static_assert(offsetof(ACJWorldSettings, bEnablePedestrianTagSpawning) == 0x0005A8, "Member 'ACJWorldSettings::bEnablePedestrianTagSpawning' has a wrong offset!"); \ +static_assert(offsetof(ACJWorldSettings, DrownZLevel) == 0x0005B0, "Member 'ACJWorldSettings::DrownZLevel' has a wrong offset!"); \ +static_assert(offsetof(ACJWorldSettings, bTrafficZoneGraphDataExpected) == 0x0005B8, "Member 'ACJWorldSettings::bTrafficZoneGraphDataExpected' has a wrong offset!"); \ +static_assert(offsetof(ACJWorldSettings, DefinitionQuery) == 0x0005C0, "Member 'ACJWorldSettings::DefinitionQuery' has a wrong offset!"); \ +static_assert(offsetof(ACJWorldSettings, EnforcementLocations) == 0x000608, "Member 'ACJWorldSettings::EnforcementLocations' has a wrong offset!"); \ +static_assert(offsetof(ACJWorldSettings, bIsCellStreamingEnabled) == 0x000658, "Member 'ACJWorldSettings::bIsCellStreamingEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehiclePlayFromHereSettings \ +static_assert(alignof(UVehiclePlayFromHereSettings) == 0x000008, "Wrong alignment on UVehiclePlayFromHereSettings"); \ +static_assert(sizeof(UVehiclePlayFromHereSettings) == 0x000048, "Wrong size on UVehiclePlayFromHereSettings"); \ +static_assert(offsetof(UVehiclePlayFromHereSettings, SpawnableVehicles) == 0x000038, "Member 'UVehiclePlayFromHereSettings::SpawnableVehicles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction \ +static_assert(alignof(CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction) == 0x000008, "Wrong alignment on CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction"); \ +static_assert(sizeof(CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction) == 0x000038, "Wrong size on CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction, CJCharacter) == 0x000000, "Member 'CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction, EnhancedInputComponent) == 0x000008, "Member 'CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction::EnhancedInputComponent' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction, InputActionsToBind) == 0x000010, "Member 'CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction::InputActionsToBind' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction, CharacterActionType) == 0x000020, "Member 'CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction::CharacterActionType' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction, UsingSmartObjectComponent) == 0x000028, "Member 'CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction::UsingSmartObjectComponent' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction, RequestType) == 0x000030, "Member 'CJSmartObjectFunctionLibrary_BindInputActionsToCharacterAction::RequestType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction \ +static_assert(alignof(CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction) == 0x000008, "Wrong alignment on CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction"); \ +static_assert(sizeof(CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction) == 0x000030, "Wrong size on CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction, CJCharacter) == 0x000000, "Member 'CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction, EnhancedInputComponent) == 0x000008, "Member 'CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction::EnhancedInputComponent' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction, InputActionToBind) == 0x000010, "Member 'CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction::InputActionToBind' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction, CharacterActionType) == 0x000018, "Member 'CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction::CharacterActionType' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction, UsingSmartObjectComponent) == 0x000020, "Member 'CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction::UsingSmartObjectComponent' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction, RequestType) == 0x000028, "Member 'CJSmartObjectFunctionLibrary_BindInputActionToCharacterAction::RequestType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags \ +static_assert(alignof(CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags) == 0x000008, "Wrong alignment on CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags"); \ +static_assert(sizeof(CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags) == 0x000070, "Wrong size on CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags, CJCharacter) == 0x000000, "Member 'CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags, ClaimHandle) == 0x000008, "Member 'CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags, FilterActivityTags) == 0x000030, "Member 'CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags::FilterActivityTags' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags, BuiltActivityTags) == 0x000050, "Member 'CJSmartObjectFunctionLibrary_BuildSmartObjectUserActivityTags::BuiltActivityTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJSmartObjectFunctionLibrary_DoActionInSmartObject \ +static_assert(alignof(CJSmartObjectFunctionLibrary_DoActionInSmartObject) == 0x000008, "Wrong alignment on CJSmartObjectFunctionLibrary_DoActionInSmartObject"); \ +static_assert(sizeof(CJSmartObjectFunctionLibrary_DoActionInSmartObject) == 0x000018, "Wrong size on CJSmartObjectFunctionLibrary_DoActionInSmartObject"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_DoActionInSmartObject, CJCharacter) == 0x000000, "Member 'CJSmartObjectFunctionLibrary_DoActionInSmartObject::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_DoActionInSmartObject, UsingSmartObject) == 0x000008, "Member 'CJSmartObjectFunctionLibrary_DoActionInSmartObject::UsingSmartObject' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_DoActionInSmartObject, RequestedActionType) == 0x000010, "Member 'CJSmartObjectFunctionLibrary_DoActionInSmartObject::RequestedActionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJSmartObjectFunctionLibrary_GetCJSOSlotConfigType \ +static_assert(alignof(CJSmartObjectFunctionLibrary_GetCJSOSlotConfigType) == 0x000008, "Wrong alignment on CJSmartObjectFunctionLibrary_GetCJSOSlotConfigType"); \ +static_assert(sizeof(CJSmartObjectFunctionLibrary_GetCJSOSlotConfigType) == 0x000038, "Wrong size on CJSmartObjectFunctionLibrary_GetCJSOSlotConfigType"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_GetCJSOSlotConfigType, CJCharacter) == 0x000000, "Member 'CJSmartObjectFunctionLibrary_GetCJSOSlotConfigType::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_GetCJSOSlotConfigType, ClaimHandle) == 0x000008, "Member 'CJSmartObjectFunctionLibrary_GetCJSOSlotConfigType::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_GetCJSOSlotConfigType, ReturnValue) == 0x000030, "Member 'CJSmartObjectFunctionLibrary_GetCJSOSlotConfigType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags \ +static_assert(alignof(CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags) == 0x000008, "Wrong alignment on CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags"); \ +static_assert(sizeof(CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags) == 0x000070, "Wrong size on CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags, CJCharacter) == 0x000000, "Member 'CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags, ClaimHandle) == 0x000008, "Member 'CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags, FilterActivityTags) == 0x000030, "Member 'CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags::FilterActivityTags' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags, BuiltActivityTags) == 0x000050, "Member 'CJSmartObjectFunctionLibrary_GetClaimedSmartObjectActivityTags::BuiltActivityTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle \ +static_assert(alignof(CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle) == 0x000008, "Wrong alignment on CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle"); \ +static_assert(sizeof(CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle) == 0x000040, "Wrong size on CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle, AIController) == 0x000000, "Member 'CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle::AIController' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle, BlackboardKeyName) == 0x000008, "Member 'CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle::BlackboardKeyName' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle, OutHandle) == 0x000010, "Member 'CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle::OutHandle' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle, ReturnValue) == 0x000038, "Member 'CJSmartObjectFunctionLibrary_GetClaimedSmartObjectHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars \ +static_assert(alignof(CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars) == 0x000008, "Wrong alignment on CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars"); \ +static_assert(sizeof(CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars) == 0x000050, "Wrong size on CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars, CJCharacter) == 0x000000, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars, ClaimHandle) == 0x000008, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars, EntryCDB) == 0x000030, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars::EntryCDB' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars, CycleIdleChooser) == 0x000038, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars::CycleIdleChooser' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars, ExitCDB) == 0x000048, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectComplexInteractionAnimVars::ExitCDB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotAnimVars \ +static_assert(alignof(CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotAnimVars) == 0x000008, "Wrong alignment on CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotAnimVars"); \ +static_assert(sizeof(CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotAnimVars) == 0x000038, "Wrong size on CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotAnimVars"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotAnimVars, CJCharacter) == 0x000000, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotAnimVars::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotAnimVars, ClaimHandle) == 0x000008, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotAnimVars::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotAnimVars, EntryCDB) == 0x000030, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotAnimVars::EntryCDB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars \ +static_assert(alignof(CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars) == 0x000008, "Wrong alignment on CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars"); \ +static_assert(sizeof(CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars) == 0x000040, "Wrong size on CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars, CJCharacter) == 0x000000, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars, ClaimHandle) == 0x000008, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars, EntryCDB) == 0x000030, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars::EntryCDB' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars, CycleIdleSequence) == 0x000038, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectOneShotLoopingAnimVars::CycleIdleSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars \ +static_assert(alignof(CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars) == 0x000008, "Wrong alignment on CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars"); \ +static_assert(sizeof(CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars) == 0x000048, "Wrong size on CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars, CJCharacter) == 0x000000, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars, ClaimHandle) == 0x000008, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars::ClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars, EntryCDB) == 0x000030, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars::EntryCDB' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars, CycleIdleSequence) == 0x000038, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars::CycleIdleSequence' has a wrong offset!"); \ +static_assert(offsetof(CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars, ExitCDB) == 0x000040, "Member 'CJSmartObjectFunctionLibrary_PopulateSmartObjectSimpleInteractionAnimVars::ExitCDB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJSmartObjectFunctionLibrary \ +static_assert(alignof(UCJSmartObjectFunctionLibrary) == 0x000008, "Wrong alignment on UCJSmartObjectFunctionLibrary"); \ +static_assert(sizeof(UCJSmartObjectFunctionLibrary) == 0x000028, "Wrong size on UCJSmartObjectFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_CharacterAction_OnRequestActionPayload \ +static_assert(alignof(GameplayBehavior_CharacterAction_OnRequestActionPayload) == 0x000008, "Wrong alignment on GameplayBehavior_CharacterAction_OnRequestActionPayload"); \ +static_assert(sizeof(GameplayBehavior_CharacterAction_OnRequestActionPayload) == 0x000018, "Wrong size on GameplayBehavior_CharacterAction_OnRequestActionPayload"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnRequestActionPayload, CJCharacter) == 0x000000, "Member 'GameplayBehavior_CharacterAction_OnRequestActionPayload::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnRequestActionPayload, RequestedActionType) == 0x000008, "Member 'GameplayBehavior_CharacterAction_OnRequestActionPayload::RequestedActionType' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnRequestActionPayload, RequestResult) == 0x000010, "Member 'GameplayBehavior_CharacterAction_OnRequestActionPayload::RequestResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_CharacterAction_OnRequestDoingAction \ +static_assert(alignof(GameplayBehavior_CharacterAction_OnRequestDoingAction) == 0x000008, "Wrong alignment on GameplayBehavior_CharacterAction_OnRequestDoingAction"); \ +static_assert(sizeof(GameplayBehavior_CharacterAction_OnRequestDoingAction) == 0x000010, "Wrong size on GameplayBehavior_CharacterAction_OnRequestDoingAction"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnRequestDoingAction, RequestActor) == 0x000000, "Member 'GameplayBehavior_CharacterAction_OnRequestDoingAction::RequestActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnRequestDoingAction, TriggeredActionID) == 0x000008, "Member 'GameplayBehavior_CharacterAction_OnRequestDoingAction::TriggeredActionID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_CharacterAction_OnRequestFinished \ +static_assert(alignof(GameplayBehavior_CharacterAction_OnRequestFinished) == 0x000008, "Wrong alignment on GameplayBehavior_CharacterAction_OnRequestFinished"); \ +static_assert(sizeof(GameplayBehavior_CharacterAction_OnRequestFinished) == 0x000010, "Wrong size on GameplayBehavior_CharacterAction_OnRequestFinished"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnRequestFinished, Handler) == 0x000000, "Member 'GameplayBehavior_CharacterAction_OnRequestFinished::Handler' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnRequestFinished, CurrentRequestID) == 0x000008, "Member 'GameplayBehavior_CharacterAction_OnRequestFinished::CurrentRequestID' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnRequestFinished, Result) == 0x00000C, "Member 'GameplayBehavior_CharacterAction_OnRequestFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_CharacterAction_OnSyncAnimFinished \ +static_assert(alignof(GameplayBehavior_CharacterAction_OnSyncAnimFinished) == 0x000008, "Wrong alignment on GameplayBehavior_CharacterAction_OnSyncAnimFinished"); \ +static_assert(sizeof(GameplayBehavior_CharacterAction_OnSyncAnimFinished) == 0x000018, "Wrong size on GameplayBehavior_CharacterAction_OnSyncAnimFinished"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnSyncAnimFinished, InstigatorActor) == 0x000000, "Member 'GameplayBehavior_CharacterAction_OnSyncAnimFinished::InstigatorActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnSyncAnimFinished, RespondingActor) == 0x000008, "Member 'GameplayBehavior_CharacterAction_OnSyncAnimFinished::RespondingActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnSyncAnimFinished, FinishedActionID) == 0x000010, "Member 'GameplayBehavior_CharacterAction_OnSyncAnimFinished::FinishedActionID' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnSyncAnimFinished, Result) == 0x000014, "Member 'GameplayBehavior_CharacterAction_OnSyncAnimFinished::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayBehavior_CharacterAction_OnSyncAnimStarted \ +static_assert(alignof(GameplayBehavior_CharacterAction_OnSyncAnimStarted) == 0x000008, "Wrong alignment on GameplayBehavior_CharacterAction_OnSyncAnimStarted"); \ +static_assert(sizeof(GameplayBehavior_CharacterAction_OnSyncAnimStarted) == 0x000018, "Wrong size on GameplayBehavior_CharacterAction_OnSyncAnimStarted"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnSyncAnimStarted, InstigatorActor) == 0x000000, "Member 'GameplayBehavior_CharacterAction_OnSyncAnimStarted::InstigatorActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnSyncAnimStarted, RespondingActor) == 0x000008, "Member 'GameplayBehavior_CharacterAction_OnSyncAnimStarted::RespondingActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnSyncAnimStarted, TriggeredActionID) == 0x000010, "Member 'GameplayBehavior_CharacterAction_OnSyncAnimStarted::TriggeredActionID' has a wrong offset!"); \ +static_assert(offsetof(GameplayBehavior_CharacterAction_OnSyncAnimStarted, Result) == 0x000014, "Member 'GameplayBehavior_CharacterAction_OnSyncAnimStarted::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayBehavior_CharacterAction \ +static_assert(alignof(UGameplayBehavior_CharacterAction) == 0x000008, "Wrong alignment on UGameplayBehavior_CharacterAction"); \ +static_assert(sizeof(UGameplayBehavior_CharacterAction) == 0x000168, "Wrong size on UGameplayBehavior_CharacterAction"); \ +static_assert(offsetof(UGameplayBehavior_CharacterAction, InflightActions) == 0x000090, "Member 'UGameplayBehavior_CharacterAction::InflightActions' has a wrong offset!"); \ +static_assert(offsetof(UGameplayBehavior_CharacterAction, AnimTickSettings) == 0x000158, "Member 'UGameplayBehavior_CharacterAction::AnimTickSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectInteraction_Begin \ +static_assert(alignof(SmartObjectInteraction_Begin) == 0x000008, "Wrong alignment on SmartObjectInteraction_Begin"); \ +static_assert(sizeof(SmartObjectInteraction_Begin) == 0x000008, "Wrong size on SmartObjectInteraction_Begin"); \ +static_assert(offsetof(SmartObjectInteraction_Begin, Character) == 0x000000, "Member 'SmartObjectInteraction_Begin::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartObjectInteraction_End \ +static_assert(alignof(SmartObjectInteraction_End) == 0x000008, "Wrong alignment on SmartObjectInteraction_End"); \ +static_assert(sizeof(SmartObjectInteraction_End) == 0x000008, "Wrong size on SmartObjectInteraction_End"); \ +static_assert(offsetof(SmartObjectInteraction_End, Character) == 0x000000, "Member 'SmartObjectInteraction_End::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISmartObjectInteraction \ +static_assert(alignof(ISmartObjectInteraction) == 0x000001, "Wrong alignment on ISmartObjectInteraction"); \ +static_assert(sizeof(ISmartObjectInteraction) == 0x000001, "Wrong size on ISmartObjectInteraction"); \ + +#define DUMPER7_ASSERTS_ASmashableCollectibleBase \ +static_assert(alignof(ASmashableCollectibleBase) == 0x000008, "Wrong alignment on ASmashableCollectibleBase"); \ +static_assert(sizeof(ASmashableCollectibleBase) == 0x0002C0, "Wrong size on ASmashableCollectibleBase"); \ + +#define DUMPER7_ASSERTS_ASmashableCollectibleSpawner \ +static_assert(alignof(ASmashableCollectibleSpawner) == 0x000008, "Wrong alignment on ASmashableCollectibleSpawner"); \ +static_assert(sizeof(ASmashableCollectibleSpawner) == 0x000300, "Wrong size on ASmashableCollectibleSpawner"); \ +static_assert(offsetof(ASmashableCollectibleSpawner, Item) == 0x0002B0, "Member 'ASmashableCollectibleSpawner::Item' has a wrong offset!"); \ +static_assert(offsetof(ASmashableCollectibleSpawner, Amount) == 0x0002D8, "Member 'ASmashableCollectibleSpawner::Amount' has a wrong offset!"); \ +static_assert(offsetof(ASmashableCollectibleSpawner, bSaveConsumedState) == 0x0002DC, "Member 'ASmashableCollectibleSpawner::bSaveConsumedState' has a wrong offset!"); \ +static_assert(offsetof(ASmashableCollectibleSpawner, PlaceId) == 0x0002E0, "Member 'ASmashableCollectibleSpawner::PlaceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UManagedSpawnPointPreview \ +static_assert(alignof(UManagedSpawnPointPreview) == 0x000010, "Wrong alignment on UManagedSpawnPointPreview"); \ +static_assert(sizeof(UManagedSpawnPointPreview) == 0x000630, "Wrong size on UManagedSpawnPointPreview"); \ + +#define DUMPER7_ASSERTS_USpawningDeveloperSettings \ +static_assert(alignof(USpawningDeveloperSettings) == 0x000008, "Wrong alignment on USpawningDeveloperSettings"); \ +static_assert(sizeof(USpawningDeveloperSettings) == 0x000068, "Wrong size on USpawningDeveloperSettings"); \ +static_assert(offsetof(USpawningDeveloperSettings, NPCCharacterPath) == 0x000038, "Member 'USpawningDeveloperSettings::NPCCharacterPath' has a wrong offset!"); \ +static_assert(offsetof(USpawningDeveloperSettings, MaxSpawnedCostTarget) == 0x000058, "Member 'USpawningDeveloperSettings::MaxSpawnedCostTarget' has a wrong offset!"); \ +static_assert(offsetof(USpawningDeveloperSettings, SpawningRangeMaxLimit) == 0x00005C, "Member 'USpawningDeveloperSettings::SpawningRangeMaxLimit' has a wrong offset!"); \ +static_assert(offsetof(USpawningDeveloperSettings, SpawningRangeMinLimit) == 0x000060, "Member 'USpawningDeveloperSettings::SpawningRangeMinLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpawnVisualizerDeveloperSettings \ +static_assert(alignof(USpawnVisualizerDeveloperSettings) == 0x000008, "Wrong alignment on USpawnVisualizerDeveloperSettings"); \ +static_assert(sizeof(USpawnVisualizerDeveloperSettings) == 0x0000B0, "Wrong size on USpawnVisualizerDeveloperSettings"); \ +static_assert(offsetof(USpawnVisualizerDeveloperSettings, PreviewVehicle) == 0x000038, "Member 'USpawnVisualizerDeveloperSettings::PreviewVehicle' has a wrong offset!"); \ +static_assert(offsetof(USpawnVisualizerDeveloperSettings, PreviewOriginCharacterMat) == 0x000060, "Member 'USpawnVisualizerDeveloperSettings::PreviewOriginCharacterMat' has a wrong offset!"); \ +static_assert(offsetof(USpawnVisualizerDeveloperSettings, PreviewUndefined) == 0x000088, "Member 'USpawnVisualizerDeveloperSettings::PreviewUndefined' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFullVehicleWatch \ +static_assert(alignof(UFullVehicleWatch) == 0x000008, "Wrong alignment on UFullVehicleWatch"); \ +static_assert(sizeof(UFullVehicleWatch) == 0x000040, "Wrong size on UFullVehicleWatch"); \ +static_assert(offsetof(UFullVehicleWatch, Callback) == 0x000030, "Member 'UFullVehicleWatch::Callback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPassiveSpiritSubsystem \ +static_assert(alignof(UPassiveSpiritSubsystem) == 0x000008, "Wrong alignment on UPassiveSpiritSubsystem"); \ +static_assert(sizeof(UPassiveSpiritSubsystem) == 0x0000B8, "Wrong size on UPassiveSpiritSubsystem"); \ +static_assert(offsetof(UPassiveSpiritSubsystem, VehicleCreator) == 0x000048, "Member 'UPassiveSpiritSubsystem::VehicleCreator' has a wrong offset!"); \ +static_assert(offsetof(UPassiveSpiritSubsystem, SimpleNPCCreator) == 0x000050, "Member 'UPassiveSpiritSubsystem::SimpleNPCCreator' has a wrong offset!"); \ +static_assert(offsetof(UPassiveSpiritSubsystem, MissionVehicleCreator) == 0x000058, "Member 'UPassiveSpiritSubsystem::MissionVehicleCreator' has a wrong offset!"); \ +static_assert(offsetof(UPassiveSpiritSubsystem, HelicopterCreator) == 0x000060, "Member 'UPassiveSpiritSubsystem::HelicopterCreator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystemFunctionLibrary_Conv_SpiritIdToPlaceId \ +static_assert(alignof(SpiritSubsystemFunctionLibrary_Conv_SpiritIdToPlaceId) == 0x000004, "Wrong alignment on SpiritSubsystemFunctionLibrary_Conv_SpiritIdToPlaceId"); \ +static_assert(sizeof(SpiritSubsystemFunctionLibrary_Conv_SpiritIdToPlaceId) == 0x000010, "Wrong size on SpiritSubsystemFunctionLibrary_Conv_SpiritIdToPlaceId"); \ +static_assert(offsetof(SpiritSubsystemFunctionLibrary_Conv_SpiritIdToPlaceId, ID) == 0x000000, "Member 'SpiritSubsystemFunctionLibrary_Conv_SpiritIdToPlaceId::ID' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemFunctionLibrary_Conv_SpiritIdToPlaceId, ReturnValue) == 0x000008, "Member 'SpiritSubsystemFunctionLibrary_Conv_SpiritIdToPlaceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystemFunctionLibrary_ForgetSpirit \ +static_assert(alignof(SpiritSubsystemFunctionLibrary_ForgetSpirit) == 0x000008, "Wrong alignment on SpiritSubsystemFunctionLibrary_ForgetSpirit"); \ +static_assert(sizeof(SpiritSubsystemFunctionLibrary_ForgetSpirit) == 0x000010, "Wrong size on SpiritSubsystemFunctionLibrary_ForgetSpirit"); \ +static_assert(offsetof(SpiritSubsystemFunctionLibrary_ForgetSpirit, WorldContextObject) == 0x000000, "Member 'SpiritSubsystemFunctionLibrary_ForgetSpirit::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemFunctionLibrary_ForgetSpirit, PlaceId) == 0x000008, "Member 'SpiritSubsystemFunctionLibrary_ForgetSpirit::PlaceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystemFunctionLibrary_GetSpawnedActor \ +static_assert(alignof(SpiritSubsystemFunctionLibrary_GetSpawnedActor) == 0x000008, "Wrong alignment on SpiritSubsystemFunctionLibrary_GetSpawnedActor"); \ +static_assert(sizeof(SpiritSubsystemFunctionLibrary_GetSpawnedActor) == 0x000018, "Wrong size on SpiritSubsystemFunctionLibrary_GetSpawnedActor"); \ +static_assert(offsetof(SpiritSubsystemFunctionLibrary_GetSpawnedActor, WorldContextObject) == 0x000000, "Member 'SpiritSubsystemFunctionLibrary_GetSpawnedActor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemFunctionLibrary_GetSpawnedActor, PlaceId) == 0x000008, "Member 'SpiritSubsystemFunctionLibrary_GetSpawnedActor::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemFunctionLibrary_GetSpawnedActor, ReturnValue) == 0x000010, "Member 'SpiritSubsystemFunctionLibrary_GetSpawnedActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystemFunctionLibrary_GetSpiritLocation \ +static_assert(alignof(SpiritSubsystemFunctionLibrary_GetSpiritLocation) == 0x000008, "Wrong alignment on SpiritSubsystemFunctionLibrary_GetSpiritLocation"); \ +static_assert(sizeof(SpiritSubsystemFunctionLibrary_GetSpiritLocation) == 0x000028, "Wrong size on SpiritSubsystemFunctionLibrary_GetSpiritLocation"); \ +static_assert(offsetof(SpiritSubsystemFunctionLibrary_GetSpiritLocation, WorldContextObject) == 0x000000, "Member 'SpiritSubsystemFunctionLibrary_GetSpiritLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemFunctionLibrary_GetSpiritLocation, PlaceId) == 0x000008, "Member 'SpiritSubsystemFunctionLibrary_GetSpiritLocation::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemFunctionLibrary_GetSpiritLocation, ReturnValue) == 0x000010, "Member 'SpiritSubsystemFunctionLibrary_GetSpiritLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpiritSubsystemFunctionLibrary \ +static_assert(alignof(USpiritSubsystemFunctionLibrary) == 0x000008, "Wrong alignment on USpiritSubsystemFunctionLibrary"); \ +static_assert(sizeof(USpiritSubsystemFunctionLibrary) == 0x000028, "Wrong size on USpiritSubsystemFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystemGetMaterializedActorAsync_GetMaterializedActor \ +static_assert(alignof(SpiritSubsystemGetMaterializedActorAsync_GetMaterializedActor) == 0x000008, "Wrong alignment on SpiritSubsystemGetMaterializedActorAsync_GetMaterializedActor"); \ +static_assert(sizeof(SpiritSubsystemGetMaterializedActorAsync_GetMaterializedActor) == 0x000018, "Wrong size on SpiritSubsystemGetMaterializedActorAsync_GetMaterializedActor"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedActorAsync_GetMaterializedActor, WorldContextObject) == 0x000000, "Member 'SpiritSubsystemGetMaterializedActorAsync_GetMaterializedActor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedActorAsync_GetMaterializedActor, PlaceId) == 0x000008, "Member 'SpiritSubsystemGetMaterializedActorAsync_GetMaterializedActor::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedActorAsync_GetMaterializedActor, ReturnValue) == 0x000010, "Member 'SpiritSubsystemGetMaterializedActorAsync_GetMaterializedActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpiritSubsystemGetMaterializedActorAsync \ +static_assert(alignof(USpiritSubsystemGetMaterializedActorAsync) == 0x000008, "Wrong alignment on USpiritSubsystemGetMaterializedActorAsync"); \ +static_assert(sizeof(USpiritSubsystemGetMaterializedActorAsync) == 0x000058, "Wrong size on USpiritSubsystemGetMaterializedActorAsync"); \ +static_assert(offsetof(USpiritSubsystemGetMaterializedActorAsync, Completed) == 0x000048, "Member 'USpiritSubsystemGetMaterializedActorAsync::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter \ +static_assert(alignof(SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter) == 0x000008, "Wrong alignment on SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter"); \ +static_assert(sizeof(SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter) == 0x000018, "Wrong size on SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter, WorldContextObject) == 0x000000, "Member 'SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter, PlaceId) == 0x000008, "Member 'SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter, ReturnValue) == 0x000010, "Member 'SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter_SpiritId \ +static_assert(alignof(SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter_SpiritId) == 0x000008, "Wrong alignment on SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter_SpiritId"); \ +static_assert(sizeof(SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter_SpiritId) == 0x000018, "Wrong size on SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter_SpiritId"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter_SpiritId, WorldContextObject) == 0x000000, "Member 'SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter_SpiritId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter_SpiritId, SpiritId) == 0x000008, "Member 'SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter_SpiritId::SpiritId' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter_SpiritId, ReturnValue) == 0x000010, "Member 'SpiritSubsystemGetMaterializedCharacterAsync_GetMaterializedCharacter_SpiritId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpiritSubsystemGetMaterializedCharacterAsync \ +static_assert(alignof(USpiritSubsystemGetMaterializedCharacterAsync) == 0x000008, "Wrong alignment on USpiritSubsystemGetMaterializedCharacterAsync"); \ +static_assert(sizeof(USpiritSubsystemGetMaterializedCharacterAsync) == 0x000058, "Wrong size on USpiritSubsystemGetMaterializedCharacterAsync"); \ +static_assert(offsetof(USpiritSubsystemGetMaterializedCharacterAsync, Completed) == 0x000048, "Member 'USpiritSubsystemGetMaterializedCharacterAsync::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle \ +static_assert(alignof(SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle) == 0x000008, "Wrong alignment on SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle"); \ +static_assert(sizeof(SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle) == 0x000018, "Wrong size on SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle, WorldContextObject) == 0x000000, "Member 'SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle, PlaceId) == 0x000008, "Member 'SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle, ReturnValue) == 0x000010, "Member 'SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle_SpiritId \ +static_assert(alignof(SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle_SpiritId) == 0x000008, "Wrong alignment on SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle_SpiritId"); \ +static_assert(sizeof(SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle_SpiritId) == 0x000018, "Wrong size on SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle_SpiritId"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle_SpiritId, WorldContextObject) == 0x000000, "Member 'SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle_SpiritId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle_SpiritId, SpiritId) == 0x000008, "Member 'SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle_SpiritId::SpiritId' has a wrong offset!"); \ +static_assert(offsetof(SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle_SpiritId, ReturnValue) == 0x000010, "Member 'SpiritSubsystemGetMaterializedVehicleAsync_GetMaterializedVehicle_SpiritId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpiritSubsystemGetMaterializedVehicleAsync \ +static_assert(alignof(USpiritSubsystemGetMaterializedVehicleAsync) == 0x000008, "Wrong alignment on USpiritSubsystemGetMaterializedVehicleAsync"); \ +static_assert(sizeof(USpiritSubsystemGetMaterializedVehicleAsync) == 0x000058, "Wrong size on USpiritSubsystemGetMaterializedVehicleAsync"); \ +static_assert(offsetof(USpiritSubsystemGetMaterializedVehicleAsync, Completed) == 0x000048, "Member 'USpiritSubsystemGetMaterializedVehicleAsync::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiritTriggerComponent_CheckEnterTrigger \ +static_assert(alignof(SpiritTriggerComponent_CheckEnterTrigger) == 0x000008, "Wrong alignment on SpiritTriggerComponent_CheckEnterTrigger"); \ +static_assert(sizeof(SpiritTriggerComponent_CheckEnterTrigger) == 0x000020, "Wrong size on SpiritTriggerComponent_CheckEnterTrigger"); \ +static_assert(offsetof(SpiritTriggerComponent_CheckEnterTrigger, WorldPosition) == 0x000000, "Member 'SpiritTriggerComponent_CheckEnterTrigger::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(SpiritTriggerComponent_CheckEnterTrigger, ReturnValue) == 0x000018, "Member 'SpiritTriggerComponent_CheckEnterTrigger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpiritTriggerComponent \ +static_assert(alignof(USpiritTriggerComponent) == 0x000008, "Wrong alignment on USpiritTriggerComponent"); \ +static_assert(sizeof(USpiritTriggerComponent) == 0x0000C8, "Wrong size on USpiritTriggerComponent"); \ +static_assert(offsetof(USpiritTriggerComponent, TriggerRadius) == 0x0000C0, "Member 'USpiritTriggerComponent::TriggerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStoryCardAttractorSubsystem \ +static_assert(alignof(UStoryCardAttractorSubsystem) == 0x000008, "Wrong alignment on UStoryCardAttractorSubsystem"); \ +static_assert(sizeof(UStoryCardAttractorSubsystem) == 0x0000D0, "Wrong size on UStoryCardAttractorSubsystem"); \ +static_assert(offsetof(UStoryCardAttractorSubsystem, SpawnedActors) == 0x000048, "Member 'UStoryCardAttractorSubsystem::SpawnedActors' has a wrong offset!"); \ +static_assert(offsetof(UStoryCardAttractorSubsystem, VisualAttractorClass) == 0x0000A0, "Member 'UStoryCardAttractorSubsystem::VisualAttractorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStoryCardConfigAsset \ +static_assert(alignof(UStoryCardConfigAsset) == 0x000008, "Wrong alignment on UStoryCardConfigAsset"); \ +static_assert(sizeof(UStoryCardConfigAsset) == 0x0000A0, "Wrong size on UStoryCardConfigAsset"); \ +static_assert(offsetof(UStoryCardConfigAsset, WorldStateInfoName) == 0x000030, "Member 'UStoryCardConfigAsset::WorldStateInfoName' has a wrong offset!"); \ +static_assert(offsetof(UStoryCardConfigAsset, AvailableState) == 0x000038, "Member 'UStoryCardConfigAsset::AvailableState' has a wrong offset!"); \ +static_assert(offsetof(UStoryCardConfigAsset, ConsumedState) == 0x000040, "Member 'UStoryCardConfigAsset::ConsumedState' has a wrong offset!"); \ +static_assert(offsetof(UStoryCardConfigAsset, CategoryTags) == 0x000048, "Member 'UStoryCardConfigAsset::CategoryTags' has a wrong offset!"); \ +static_assert(offsetof(UStoryCardConfigAsset, Locations) == 0x000068, "Member 'UStoryCardConfigAsset::Locations' has a wrong offset!"); \ +static_assert(offsetof(UStoryCardConfigAsset, ConsumedJournalEntry) == 0x000078, "Member 'UStoryCardConfigAsset::ConsumedJournalEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStoryDeckSubsystem \ +static_assert(alignof(UStoryDeckSubsystem) == 0x000008, "Wrong alignment on UStoryDeckSubsystem"); \ +static_assert(sizeof(UStoryDeckSubsystem) == 0x0004F0, "Wrong size on UStoryDeckSubsystem"); \ +static_assert(offsetof(UStoryDeckSubsystem, StoryDeckSettings) == 0x0000D8, "Member 'UStoryDeckSubsystem::StoryDeckSettings' has a wrong offset!"); \ +static_assert(offsetof(UStoryDeckSubsystem, StoryCards) == 0x000110, "Member 'UStoryDeckSubsystem::StoryCards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AStoryCardLocationMarker \ +static_assert(alignof(AStoryCardLocationMarker) == 0x000008, "Wrong alignment on AStoryCardLocationMarker"); \ +static_assert(sizeof(AStoryCardLocationMarker) == 0x0002F8, "Wrong size on AStoryCardLocationMarker"); \ +static_assert(offsetof(AStoryCardLocationMarker, LocationId) == 0x0002B0, "Member 'AStoryCardLocationMarker::LocationId' has a wrong offset!"); \ +static_assert(offsetof(AStoryCardLocationMarker, LocationTags) == 0x0002B8, "Member 'AStoryCardLocationMarker::LocationTags' has a wrong offset!"); \ +static_assert(offsetof(AStoryCardLocationMarker, EnabledCondition) == 0x0002D8, "Member 'AStoryCardLocationMarker::EnabledCondition' has a wrong offset!"); \ +static_assert(offsetof(AStoryCardLocationMarker, bLocationEnabled) == 0x0002F0, "Member 'AStoryCardLocationMarker::bLocationEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AStoryDeckRegistry \ +static_assert(alignof(AStoryDeckRegistry) == 0x000008, "Wrong alignment on AStoryDeckRegistry"); \ +static_assert(sizeof(AStoryDeckRegistry) == 0x0002C0, "Wrong size on AStoryDeckRegistry"); \ +static_assert(offsetof(AStoryDeckRegistry, Locations) == 0x0002B0, "Member 'AStoryDeckRegistry::Locations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSPlatformSpecificWorldPartitionStreamingSettings \ +static_assert(alignof(ULSPlatformSpecificWorldPartitionStreamingSettings) == 0x000008, "Wrong alignment on ULSPlatformSpecificWorldPartitionStreamingSettings"); \ +static_assert(sizeof(ULSPlatformSpecificWorldPartitionStreamingSettings) == 0x000090, "Wrong size on ULSPlatformSpecificWorldPartitionStreamingSettings"); \ +static_assert(offsetof(ULSPlatformSpecificWorldPartitionStreamingSettings, GridStreamingRange) == 0x000040, "Member 'ULSPlatformSpecificWorldPartitionStreamingSettings::GridStreamingRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULSWorldPartitionStreamingSettings \ +static_assert(alignof(ULSWorldPartitionStreamingSettings) == 0x000008, "Wrong alignment on ULSWorldPartitionStreamingSettings"); \ +static_assert(sizeof(ULSWorldPartitionStreamingSettings) == 0x000048, "Wrong size on ULSWorldPartitionStreamingSettings"); \ +static_assert(offsetof(ULSWorldPartitionStreamingSettings, PerPlatformSettings) == 0x000038, "Member 'ULSWorldPartitionStreamingSettings::PerPlatformSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODDataPropagatorComponent \ +static_assert(alignof(UHLODDataPropagatorComponent) == 0x000010, "Wrong alignment on UHLODDataPropagatorComponent"); \ +static_assert(sizeof(UHLODDataPropagatorComponent) == 0x000540, "Wrong size on UHLODDataPropagatorComponent"); \ +static_assert(offsetof(UHLODDataPropagatorComponent, DataObjects) == 0x000530, "Member 'UHLODDataPropagatorComponent::DataObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILSHLODBuildSettingsOverrider \ +static_assert(alignof(ILSHLODBuildSettingsOverrider) == 0x000001, "Wrong alignment on ILSHLODBuildSettingsOverrider"); \ +static_assert(sizeof(ILSHLODBuildSettingsOverrider) == 0x000001, "Wrong size on ILSHLODBuildSettingsOverrider"); \ + +#define DUMPER7_ASSERTS_ULSHLODBuildSettingsUserAssetData \ +static_assert(alignof(ULSHLODBuildSettingsUserAssetData) == 0x000008, "Wrong alignment on ULSHLODBuildSettingsUserAssetData"); \ +static_assert(sizeof(ULSHLODBuildSettingsUserAssetData) == 0x000028, "Wrong size on ULSHLODBuildSettingsUserAssetData"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionHLODModifierLumenBlocker \ +static_assert(alignof(UWorldPartitionHLODModifierLumenBlocker) == 0x000008, "Wrong alignment on UWorldPartitionHLODModifierLumenBlocker"); \ +static_assert(sizeof(UWorldPartitionHLODModifierLumenBlocker) == 0x000028, "Wrong size on UWorldPartitionHLODModifierLumenBlocker"); \ + +#define DUMPER7_ASSERTS_ULSHLODSettings \ +static_assert(alignof(ULSHLODSettings) == 0x000008, "Wrong alignment on ULSHLODSettings"); \ +static_assert(sizeof(ULSHLODSettings) == 0x000038, "Wrong size on ULSHLODSettings"); \ + +#define DUMPER7_ASSERTS_UPCGSchedulingFarLights \ +static_assert(alignof(UPCGSchedulingFarLights) == 0x000008, "Wrong alignment on UPCGSchedulingFarLights"); \ +static_assert(sizeof(UPCGSchedulingFarLights) == 0x000048, "Wrong size on UPCGSchedulingFarLights"); \ + +#define DUMPER7_ASSERTS_ULSWorldPartitionRuntimeCellTransformerISM \ +static_assert(alignof(ULSWorldPartitionRuntimeCellTransformerISM) == 0x000008, "Wrong alignment on ULSWorldPartitionRuntimeCellTransformerISM"); \ +static_assert(sizeof(ULSWorldPartitionRuntimeCellTransformerISM) == 0x000030, "Wrong size on ULSWorldPartitionRuntimeCellTransformerISM"); \ + +#define DUMPER7_ASSERTS_ALSWorldPartitionAutoInstancedActor \ +static_assert(alignof(ALSWorldPartitionAutoInstancedActor) == 0x000008, "Wrong alignment on ALSWorldPartitionAutoInstancedActor"); \ +static_assert(sizeof(ALSWorldPartitionAutoInstancedActor) == 0x0002B0, "Wrong size on ALSWorldPartitionAutoInstancedActor"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendBrawlFinished \ +static_assert(alignof(TelemetryFunctionLibrary_SendBrawlFinished) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendBrawlFinished"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendBrawlFinished) == 0x000020, "Wrong size on TelemetryFunctionLibrary_SendBrawlFinished"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendBrawlFinished, KillCount) == 0x000000, "Member 'TelemetryFunctionLibrary_SendBrawlFinished::KillCount' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendBrawlFinished, FinishTime) == 0x000008, "Member 'TelemetryFunctionLibrary_SendBrawlFinished::FinishTime' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendBrawlFinished, TelemetrySubsystem) == 0x000010, "Member 'TelemetryFunctionLibrary_SendBrawlFinished::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendBrawlFinished, ReturnValue) == 0x000018, "Member 'TelemetryFunctionLibrary_SendBrawlFinished::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendBrawlKnockout \ +static_assert(alignof(TelemetryFunctionLibrary_SendBrawlKnockout) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendBrawlKnockout"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendBrawlKnockout) == 0x000028, "Wrong size on TelemetryFunctionLibrary_SendBrawlKnockout"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendBrawlKnockout, position) == 0x000000, "Member 'TelemetryFunctionLibrary_SendBrawlKnockout::position' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendBrawlKnockout, TelemetrySubsystem) == 0x000018, "Member 'TelemetryFunctionLibrary_SendBrawlKnockout::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendBrawlKnockout, ReturnValue) == 0x000020, "Member 'TelemetryFunctionLibrary_SendBrawlKnockout::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendBrawlStarted \ +static_assert(alignof(TelemetryFunctionLibrary_SendBrawlStarted) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendBrawlStarted"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendBrawlStarted) == 0x000010, "Wrong size on TelemetryFunctionLibrary_SendBrawlStarted"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendBrawlStarted, TelemetrySubsystem) == 0x000000, "Member 'TelemetryFunctionLibrary_SendBrawlStarted::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendBrawlStarted, ReturnValue) == 0x000008, "Member 'TelemetryFunctionLibrary_SendBrawlStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendCharacterStageOfLife \ +static_assert(alignof(TelemetryFunctionLibrary_SendCharacterStageOfLife) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendCharacterStageOfLife"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendCharacterStageOfLife) == 0x000060, "Wrong size on TelemetryFunctionLibrary_SendCharacterStageOfLife"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendCharacterStageOfLife, WorldName) == 0x000000, "Member 'TelemetryFunctionLibrary_SendCharacterStageOfLife::WorldName' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendCharacterStageOfLife, CharacterId) == 0x000010, "Member 'TelemetryFunctionLibrary_SendCharacterStageOfLife::CharacterId' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendCharacterStageOfLife, StageOfLife) == 0x000018, "Member 'TelemetryFunctionLibrary_SendCharacterStageOfLife::StageOfLife' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendCharacterStageOfLife, position) == 0x000020, "Member 'TelemetryFunctionLibrary_SendCharacterStageOfLife::position' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendCharacterStageOfLife, Rotation) == 0x000038, "Member 'TelemetryFunctionLibrary_SendCharacterStageOfLife::Rotation' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendCharacterStageOfLife, TelemetrySubsystem) == 0x000050, "Member 'TelemetryFunctionLibrary_SendCharacterStageOfLife::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendCharacterStageOfLife, ReturnValue) == 0x000058, "Member 'TelemetryFunctionLibrary_SendCharacterStageOfLife::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendFrameTimeAtPosition \ +static_assert(alignof(TelemetryFunctionLibrary_SendFrameTimeAtPosition) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendFrameTimeAtPosition"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendFrameTimeAtPosition) == 0x000068, "Wrong size on TelemetryFunctionLibrary_SendFrameTimeAtPosition"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendFrameTimeAtPosition, WorldName) == 0x000000, "Member 'TelemetryFunctionLibrary_SendFrameTimeAtPosition::WorldName' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendFrameTimeAtPosition, TestName) == 0x000010, "Member 'TelemetryFunctionLibrary_SendFrameTimeAtPosition::TestName' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendFrameTimeAtPosition, position) == 0x000020, "Member 'TelemetryFunctionLibrary_SendFrameTimeAtPosition::position' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendFrameTimeAtPosition, Rotation) == 0x000038, "Member 'TelemetryFunctionLibrary_SendFrameTimeAtPosition::Rotation' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendFrameTimeAtPosition, FrameTime) == 0x000050, "Member 'TelemetryFunctionLibrary_SendFrameTimeAtPosition::FrameTime' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendFrameTimeAtPosition, TelemetrySubsystem) == 0x000058, "Member 'TelemetryFunctionLibrary_SendFrameTimeAtPosition::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendFrameTimeAtPosition, ReturnValue) == 0x000060, "Member 'TelemetryFunctionLibrary_SendFrameTimeAtPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendMissionObjectiveStatus \ +static_assert(alignof(TelemetryFunctionLibrary_SendMissionObjectiveStatus) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendMissionObjectiveStatus"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendMissionObjectiveStatus) == 0x000028, "Wrong size on TelemetryFunctionLibrary_SendMissionObjectiveStatus"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendMissionObjectiveStatus, MissionId) == 0x000000, "Member 'TelemetryFunctionLibrary_SendMissionObjectiveStatus::MissionId' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendMissionObjectiveStatus, ObjectiveName) == 0x000008, "Member 'TelemetryFunctionLibrary_SendMissionObjectiveStatus::ObjectiveName' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendMissionObjectiveStatus, ObjectiveStatus) == 0x000010, "Member 'TelemetryFunctionLibrary_SendMissionObjectiveStatus::ObjectiveStatus' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendMissionObjectiveStatus, TelemetrySubsystem) == 0x000018, "Member 'TelemetryFunctionLibrary_SendMissionObjectiveStatus::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendMissionObjectiveStatus, ReturnValue) == 0x000020, "Member 'TelemetryFunctionLibrary_SendMissionObjectiveStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendMissionStatus \ +static_assert(alignof(TelemetryFunctionLibrary_SendMissionStatus) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendMissionStatus"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendMissionStatus) == 0x000028, "Wrong size on TelemetryFunctionLibrary_SendMissionStatus"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendMissionStatus, MissionId) == 0x000000, "Member 'TelemetryFunctionLibrary_SendMissionStatus::MissionId' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendMissionStatus, MissionName) == 0x000008, "Member 'TelemetryFunctionLibrary_SendMissionStatus::MissionName' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendMissionStatus, MissionType) == 0x000010, "Member 'TelemetryFunctionLibrary_SendMissionStatus::MissionType' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendMissionStatus, MissionStatus) == 0x000011, "Member 'TelemetryFunctionLibrary_SendMissionStatus::MissionStatus' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendMissionStatus, TelemetrySubsystem) == 0x000018, "Member 'TelemetryFunctionLibrary_SendMissionStatus::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendMissionStatus, ReturnValue) == 0x000020, "Member 'TelemetryFunctionLibrary_SendMissionStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendPlayerPosition \ +static_assert(alignof(TelemetryFunctionLibrary_SendPlayerPosition) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendPlayerPosition"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendPlayerPosition) == 0x000050, "Wrong size on TelemetryFunctionLibrary_SendPlayerPosition"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendPlayerPosition, WorldName) == 0x000000, "Member 'TelemetryFunctionLibrary_SendPlayerPosition::WorldName' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendPlayerPosition, position) == 0x000010, "Member 'TelemetryFunctionLibrary_SendPlayerPosition::position' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendPlayerPosition, Rotation) == 0x000028, "Member 'TelemetryFunctionLibrary_SendPlayerPosition::Rotation' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendPlayerPosition, TelemetrySubsystem) == 0x000040, "Member 'TelemetryFunctionLibrary_SendPlayerPosition::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendPlayerPosition, ReturnValue) == 0x000048, "Member 'TelemetryFunctionLibrary_SendPlayerPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition \ +static_assert(alignof(TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition) == 0x000038, "Wrong size on TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition, TestName) == 0x000000, "Member 'TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition::TestName' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition, position) == 0x000010, "Member 'TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition::position' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition, TelemetrySubsystem) == 0x000028, "Member 'TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition, ReturnValue) == 0x000030, "Member 'TelemetryFunctionLibrary_SendSoakVehicleStoppedPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendTakedown \ +static_assert(alignof(TelemetryFunctionLibrary_SendTakedown) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendTakedown"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendTakedown) == 0x000028, "Wrong size on TelemetryFunctionLibrary_SendTakedown"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedown, position) == 0x000000, "Member 'TelemetryFunctionLibrary_SendTakedown::position' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedown, TelemetrySubsystem) == 0x000018, "Member 'TelemetryFunctionLibrary_SendTakedown::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedown, ReturnValue) == 0x000020, "Member 'TelemetryFunctionLibrary_SendTakedown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendTakedownStreakFinished \ +static_assert(alignof(TelemetryFunctionLibrary_SendTakedownStreakFinished) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendTakedownStreakFinished"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendTakedownStreakFinished) == 0x000020, "Wrong size on TelemetryFunctionLibrary_SendTakedownStreakFinished"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakFinished, VehicleCount) == 0x000000, "Member 'TelemetryFunctionLibrary_SendTakedownStreakFinished::VehicleCount' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakFinished, FinishTime) == 0x000008, "Member 'TelemetryFunctionLibrary_SendTakedownStreakFinished::FinishTime' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakFinished, TelemetrySubsystem) == 0x000010, "Member 'TelemetryFunctionLibrary_SendTakedownStreakFinished::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakFinished, ReturnValue) == 0x000018, "Member 'TelemetryFunctionLibrary_SendTakedownStreakFinished::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant \ +static_assert(alignof(TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant) == 0x000030, "Wrong size on TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant, VehicleCount) == 0x000000, "Member 'TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant::VehicleCount' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant, FinishTime) == 0x000008, "Member 'TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant::FinishTime' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant, TelemetrySubsystem) == 0x000010, "Member 'TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant, Variant) == 0x000018, "Member 'TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant::Variant' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant, ReturnValue) == 0x000028, "Member 'TelemetryFunctionLibrary_SendTakedownStreakFinishedWithVariant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendTakedownStreakStarted \ +static_assert(alignof(TelemetryFunctionLibrary_SendTakedownStreakStarted) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendTakedownStreakStarted"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendTakedownStreakStarted) == 0x000010, "Wrong size on TelemetryFunctionLibrary_SendTakedownStreakStarted"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakStarted, TelemetrySubsystem) == 0x000000, "Member 'TelemetryFunctionLibrary_SendTakedownStreakStarted::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakStarted, ReturnValue) == 0x000008, "Member 'TelemetryFunctionLibrary_SendTakedownStreakStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendTakedownStreakStartedWithVariant \ +static_assert(alignof(TelemetryFunctionLibrary_SendTakedownStreakStartedWithVariant) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendTakedownStreakStartedWithVariant"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendTakedownStreakStartedWithVariant) == 0x000020, "Wrong size on TelemetryFunctionLibrary_SendTakedownStreakStartedWithVariant"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakStartedWithVariant, TelemetrySubsystem) == 0x000000, "Member 'TelemetryFunctionLibrary_SendTakedownStreakStartedWithVariant::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakStartedWithVariant, Variant) == 0x000008, "Member 'TelemetryFunctionLibrary_SendTakedownStreakStartedWithVariant::Variant' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownStreakStartedWithVariant, ReturnValue) == 0x000018, "Member 'TelemetryFunctionLibrary_SendTakedownStreakStartedWithVariant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendTakedownWithVariant \ +static_assert(alignof(TelemetryFunctionLibrary_SendTakedownWithVariant) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendTakedownWithVariant"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendTakedownWithVariant) == 0x000038, "Wrong size on TelemetryFunctionLibrary_SendTakedownWithVariant"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownWithVariant, position) == 0x000000, "Member 'TelemetryFunctionLibrary_SendTakedownWithVariant::position' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownWithVariant, TelemetrySubsystem) == 0x000018, "Member 'TelemetryFunctionLibrary_SendTakedownWithVariant::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownWithVariant, Variant) == 0x000020, "Member 'TelemetryFunctionLibrary_SendTakedownWithVariant::Variant' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownWithVariant, ReturnValue) == 0x000030, "Member 'TelemetryFunctionLibrary_SendTakedownWithVariant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TelemetryFunctionLibrary_SendTakedownWithVariantAndTime \ +static_assert(alignof(TelemetryFunctionLibrary_SendTakedownWithVariantAndTime) == 0x000008, "Wrong alignment on TelemetryFunctionLibrary_SendTakedownWithVariantAndTime"); \ +static_assert(sizeof(TelemetryFunctionLibrary_SendTakedownWithVariantAndTime) == 0x000040, "Wrong size on TelemetryFunctionLibrary_SendTakedownWithVariantAndTime"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownWithVariantAndTime, position) == 0x000000, "Member 'TelemetryFunctionLibrary_SendTakedownWithVariantAndTime::position' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownWithVariantAndTime, TelemetrySubsystem) == 0x000018, "Member 'TelemetryFunctionLibrary_SendTakedownWithVariantAndTime::TelemetrySubsystem' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownWithVariantAndTime, Variant) == 0x000020, "Member 'TelemetryFunctionLibrary_SendTakedownWithVariantAndTime::Variant' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownWithVariantAndTime, GameTime) == 0x000030, "Member 'TelemetryFunctionLibrary_SendTakedownWithVariantAndTime::GameTime' has a wrong offset!"); \ +static_assert(offsetof(TelemetryFunctionLibrary_SendTakedownWithVariantAndTime, ReturnValue) == 0x000038, "Member 'TelemetryFunctionLibrary_SendTakedownWithVariantAndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTelemetryFunctionLibrary \ +static_assert(alignof(UTelemetryFunctionLibrary) == 0x000008, "Wrong alignment on UTelemetryFunctionLibrary"); \ +static_assert(sizeof(UTelemetryFunctionLibrary) == 0x000028, "Wrong size on UTelemetryFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UTelemetryMissionTrackerSubsystem \ +static_assert(alignof(UTelemetryMissionTrackerSubsystem) == 0x000008, "Wrong alignment on UTelemetryMissionTrackerSubsystem"); \ +static_assert(sizeof(UTelemetryMissionTrackerSubsystem) == 0x000040, "Wrong size on UTelemetryMissionTrackerSubsystem"); \ + +#define DUMPER7_ASSERTS_UTelemetryStoryCardTrackerSubsystem \ +static_assert(alignof(UTelemetryStoryCardTrackerSubsystem) == 0x000008, "Wrong alignment on UTelemetryStoryCardTrackerSubsystem"); \ +static_assert(sizeof(UTelemetryStoryCardTrackerSubsystem) == 0x000040, "Wrong size on UTelemetryStoryCardTrackerSubsystem"); \ + +#define DUMPER7_ASSERTS_TeleportHandlerInterface_IsReadyToResumeGame \ +static_assert(alignof(TeleportHandlerInterface_IsReadyToResumeGame) == 0x000001, "Wrong alignment on TeleportHandlerInterface_IsReadyToResumeGame"); \ +static_assert(sizeof(TeleportHandlerInterface_IsReadyToResumeGame) == 0x000001, "Wrong size on TeleportHandlerInterface_IsReadyToResumeGame"); \ +static_assert(offsetof(TeleportHandlerInterface_IsReadyToResumeGame, ReturnValue) == 0x000000, "Member 'TeleportHandlerInterface_IsReadyToResumeGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ITeleportHandlerInterface \ +static_assert(alignof(ITeleportHandlerInterface) == 0x000001, "Wrong alignment on ITeleportHandlerInterface"); \ +static_assert(sizeof(ITeleportHandlerInterface) == 0x000001, "Wrong size on ITeleportHandlerInterface"); \ + +#define DUMPER7_ASSERTS_AInteriorCapture \ +static_assert(alignof(AInteriorCapture) == 0x000008, "Wrong alignment on AInteriorCapture"); \ +static_assert(sizeof(AInteriorCapture) == 0x0002C0, "Wrong size on AInteriorCapture"); \ +static_assert(offsetof(AInteriorCapture, CaptureComponentCube) == 0x0002B0, "Member 'AInteriorCapture::CaptureComponentCube' has a wrong offset!"); \ +static_assert(offsetof(AInteriorCapture, InteriorCaptureComponent) == 0x0002B8, "Member 'AInteriorCapture::InteriorCaptureComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteriorCaptureComponent \ +static_assert(alignof(UInteriorCaptureComponent) == 0x000010, "Wrong alignment on UInteriorCaptureComponent"); \ +static_assert(sizeof(UInteriorCaptureComponent) == 0x0002A0, "Wrong size on UInteriorCaptureComponent"); \ +static_assert(offsetof(UInteriorCaptureComponent, TargetRenderTarget) == 0x000250, "Member 'UInteriorCaptureComponent::TargetRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UInteriorCaptureComponent, AmbientLights) == 0x000278, "Member 'UInteriorCaptureComponent::AmbientLights' has a wrong offset!"); \ +static_assert(offsetof(UInteriorCaptureComponent, Lights) == 0x000288, "Member 'UInteriorCaptureComponent::Lights' has a wrong offset!"); \ +static_assert(offsetof(UInteriorCaptureComponent, CaptureSize) == 0x000298, "Member 'UInteriorCaptureComponent::CaptureSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJUISettings \ +static_assert(alignof(UCJUISettings) == 0x000008, "Wrong alignment on UCJUISettings"); \ +static_assert(sizeof(UCJUISettings) == 0x000168, "Wrong size on UCJUISettings"); \ +static_assert(offsetof(UCJUISettings, LayoutZIndex) == 0x000038, "Member 'UCJUISettings::LayoutZIndex' has a wrong offset!"); \ +static_assert(offsetof(UCJUISettings, LayoutWidgetClass) == 0x000040, "Member 'UCJUISettings::LayoutWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UCJUISettings, HudScreenPath) == 0x000068, "Member 'UCJUISettings::HudScreenPath' has a wrong offset!"); \ +static_assert(offsetof(UCJUISettings, HudSettings) == 0x0000C8, "Member 'UCJUISettings::HudSettings' has a wrong offset!"); \ +static_assert(offsetof(UCJUISettings, BlockedTagsForJournalNotifications) == 0x000140, "Member 'UCJUISettings::BlockedTagsForJournalNotifications' has a wrong offset!"); \ +static_assert(offsetof(UCJUISettings, DefaultInputActionIconStyle) == 0x000160, "Member 'UCJUISettings::DefaultInputActionIconStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJUISubsystem \ +static_assert(alignof(UCJUISubsystem) == 0x000008, "Wrong alignment on UCJUISubsystem"); \ +static_assert(sizeof(UCJUISubsystem) == 0x000130, "Wrong size on UCJUISubsystem"); \ +static_assert(offsetof(UCJUISubsystem, NewHudViewModel) == 0x000030, "Member 'UCJUISubsystem::NewHudViewModel' has a wrong offset!"); \ +static_assert(offsetof(UCJUISubsystem, LayoutWidgetClass) == 0x000038, "Member 'UCJUISubsystem::LayoutWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UCJUISubsystem, LayoutWidget) == 0x000050, "Member 'UCJUISubsystem::LayoutWidget' has a wrong offset!"); \ +static_assert(offsetof(UCJUISubsystem, SlateGlobalInvalidationDisabledSources) == 0x000058, "Member 'UCJUISubsystem::SlateGlobalInvalidationDisabledSources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventoryItemUIMetaDataMixinConfigAsset \ +static_assert(alignof(UInventoryItemUIMetaDataMixinConfigAsset) == 0x000008, "Wrong alignment on UInventoryItemUIMetaDataMixinConfigAsset"); \ +static_assert(sizeof(UInventoryItemUIMetaDataMixinConfigAsset) == 0x0000A0, "Wrong size on UInventoryItemUIMetaDataMixinConfigAsset"); \ +static_assert(offsetof(UInventoryItemUIMetaDataMixinConfigAsset, DisplayName) == 0x000088, "Member 'UInventoryItemUIMetaDataMixinConfigAsset::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInventoryItemUIMetaDataMixinConfigAsset, Image) == 0x000098, "Member 'UInventoryItemUIMetaDataMixinConfigAsset::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJActionWidget_SetDesignTimeKey \ +static_assert(alignof(CJActionWidget_SetDesignTimeKey) == 0x000008, "Wrong alignment on CJActionWidget_SetDesignTimeKey"); \ +static_assert(sizeof(CJActionWidget_SetDesignTimeKey) == 0x000018, "Wrong size on CJActionWidget_SetDesignTimeKey"); \ +static_assert(offsetof(CJActionWidget_SetDesignTimeKey, InDesignTimeKey) == 0x000000, "Member 'CJActionWidget_SetDesignTimeKey::InDesignTimeKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJActionWidget \ +static_assert(alignof(UCJActionWidget) == 0x000010, "Wrong alignment on UCJActionWidget"); \ +static_assert(sizeof(UCJActionWidget) == 0x0005C0, "Wrong size on UCJActionWidget"); \ +static_assert(offsetof(UCJActionWidget, InputBrushVariation) == 0x000438, "Member 'UCJActionWidget::InputBrushVariation' has a wrong offset!"); \ +static_assert(offsetof(UCJActionWidget, DesiredIconSize) == 0x000440, "Member 'UCJActionWidget::DesiredIconSize' has a wrong offset!"); \ +static_assert(offsetof(UCJActionWidget, KeyIconBrush) == 0x000450, "Member 'UCJActionWidget::KeyIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UCJActionWidget, KeyIconTextureParamName) == 0x000500, "Member 'UCJActionWidget::KeyIconTextureParamName' has a wrong offset!"); \ +static_assert(offsetof(UCJActionWidget, KeyIconPadding) == 0x000508, "Member 'UCJActionWidget::KeyIconPadding' has a wrong offset!"); \ +static_assert(offsetof(UCJActionWidget, KeyIconFont) == 0x000518, "Member 'UCJActionWidget::KeyIconFont' has a wrong offset!"); \ +static_assert(offsetof(UCJActionWidget, KeyRenderTarget) == 0x000578, "Member 'UCJActionWidget::KeyRenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJBoundActionBar \ +static_assert(alignof(UCJBoundActionBar) == 0x000008, "Wrong alignment on UCJBoundActionBar"); \ +static_assert(sizeof(UCJBoundActionBar) == 0x000288, "Wrong size on UCJBoundActionBar"); \ +static_assert(offsetof(UCJBoundActionBar, bLimitToNearestActivatableParent) == 0x000280, "Member 'UCJBoundActionBar::bLimitToNearestActivatableParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJControllerData \ +static_assert(alignof(UCJControllerData) == 0x000008, "Wrong alignment on UCJControllerData"); \ +static_assert(sizeof(UCJControllerData) == 0x0000F8, "Wrong size on UCJControllerData"); \ +static_assert(offsetof(UCJControllerData, InputBrushVariations) == 0x0000E8, "Member 'UCJControllerData::InputBrushVariations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJTabButtonBase_SetTabLabelInfo_Implementation \ +static_assert(alignof(CJTabButtonBase_SetTabLabelInfo_Implementation) == 0x000010, "Wrong alignment on CJTabButtonBase_SetTabLabelInfo_Implementation"); \ +static_assert(sizeof(CJTabButtonBase_SetTabLabelInfo_Implementation) == 0x0000F0, "Wrong size on CJTabButtonBase_SetTabLabelInfo_Implementation"); \ +static_assert(offsetof(CJTabButtonBase_SetTabLabelInfo_Implementation, TabLabelInfo) == 0x000000, "Member 'CJTabButtonBase_SetTabLabelInfo_Implementation::TabLabelInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJTabButtonBase \ +static_assert(alignof(UCJTabButtonBase) == 0x000010, "Wrong alignment on UCJTabButtonBase"); \ +static_assert(sizeof(UCJTabButtonBase) == 0x001600, "Wrong size on UCJTabButtonBase"); \ +static_assert(offsetof(UCJTabButtonBase, LazyImage_Icon) == 0x0015F8, "Member 'UCJTabButtonBase::LazyImage_Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassPanelSlot_SetCompassMarkerType \ +static_assert(alignof(CompassPanelSlot_SetCompassMarkerType) == 0x000001, "Wrong alignment on CompassPanelSlot_SetCompassMarkerType"); \ +static_assert(sizeof(CompassPanelSlot_SetCompassMarkerType) == 0x000001, "Wrong size on CompassPanelSlot_SetCompassMarkerType"); \ +static_assert(offsetof(CompassPanelSlot_SetCompassMarkerType, InCompassMarkerType) == 0x000000, "Member 'CompassPanelSlot_SetCompassMarkerType::InCompassMarkerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassPanelSlot_SetDirectionDegrees \ +static_assert(alignof(CompassPanelSlot_SetDirectionDegrees) == 0x000004, "Wrong alignment on CompassPanelSlot_SetDirectionDegrees"); \ +static_assert(sizeof(CompassPanelSlot_SetDirectionDegrees) == 0x000004, "Wrong size on CompassPanelSlot_SetDirectionDegrees"); \ +static_assert(offsetof(CompassPanelSlot_SetDirectionDegrees, InDirectionDegrees) == 0x000000, "Member 'CompassPanelSlot_SetDirectionDegrees::InDirectionDegrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassPanelSlot_SetPriority \ +static_assert(alignof(CompassPanelSlot_SetPriority) == 0x000004, "Wrong alignment on CompassPanelSlot_SetPriority"); \ +static_assert(sizeof(CompassPanelSlot_SetPriority) == 0x000004, "Wrong size on CompassPanelSlot_SetPriority"); \ +static_assert(offsetof(CompassPanelSlot_SetPriority, InPriority) == 0x000000, "Member 'CompassPanelSlot_SetPriority::InPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassPanelSlot_SetStickToEdge \ +static_assert(alignof(CompassPanelSlot_SetStickToEdge) == 0x000001, "Wrong alignment on CompassPanelSlot_SetStickToEdge"); \ +static_assert(sizeof(CompassPanelSlot_SetStickToEdge) == 0x000001, "Wrong size on CompassPanelSlot_SetStickToEdge"); \ +static_assert(offsetof(CompassPanelSlot_SetStickToEdge, bInStickToEdge) == 0x000000, "Member 'CompassPanelSlot_SetStickToEdge::bInStickToEdge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassPanelSlot_SetWorldLocation \ +static_assert(alignof(CompassPanelSlot_SetWorldLocation) == 0x000008, "Wrong alignment on CompassPanelSlot_SetWorldLocation"); \ +static_assert(sizeof(CompassPanelSlot_SetWorldLocation) == 0x000018, "Wrong size on CompassPanelSlot_SetWorldLocation"); \ +static_assert(offsetof(CompassPanelSlot_SetWorldLocation, InWorldLocation) == 0x000000, "Member 'CompassPanelSlot_SetWorldLocation::InWorldLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassPanelSlot_GetCompassMarkerType \ +static_assert(alignof(CompassPanelSlot_GetCompassMarkerType) == 0x000001, "Wrong alignment on CompassPanelSlot_GetCompassMarkerType"); \ +static_assert(sizeof(CompassPanelSlot_GetCompassMarkerType) == 0x000001, "Wrong size on CompassPanelSlot_GetCompassMarkerType"); \ +static_assert(offsetof(CompassPanelSlot_GetCompassMarkerType, ReturnValue) == 0x000000, "Member 'CompassPanelSlot_GetCompassMarkerType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassPanelSlot_GetDirectionDegrees \ +static_assert(alignof(CompassPanelSlot_GetDirectionDegrees) == 0x000004, "Wrong alignment on CompassPanelSlot_GetDirectionDegrees"); \ +static_assert(sizeof(CompassPanelSlot_GetDirectionDegrees) == 0x000004, "Wrong size on CompassPanelSlot_GetDirectionDegrees"); \ +static_assert(offsetof(CompassPanelSlot_GetDirectionDegrees, ReturnValue) == 0x000000, "Member 'CompassPanelSlot_GetDirectionDegrees::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassPanelSlot_GetPriority \ +static_assert(alignof(CompassPanelSlot_GetPriority) == 0x000004, "Wrong alignment on CompassPanelSlot_GetPriority"); \ +static_assert(sizeof(CompassPanelSlot_GetPriority) == 0x000004, "Wrong size on CompassPanelSlot_GetPriority"); \ +static_assert(offsetof(CompassPanelSlot_GetPriority, ReturnValue) == 0x000000, "Member 'CompassPanelSlot_GetPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassPanelSlot_GetStickToEdge \ +static_assert(alignof(CompassPanelSlot_GetStickToEdge) == 0x000001, "Wrong alignment on CompassPanelSlot_GetStickToEdge"); \ +static_assert(sizeof(CompassPanelSlot_GetStickToEdge) == 0x000001, "Wrong size on CompassPanelSlot_GetStickToEdge"); \ +static_assert(offsetof(CompassPanelSlot_GetStickToEdge, ReturnValue) == 0x000000, "Member 'CompassPanelSlot_GetStickToEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassPanelSlot_GetWorldLocation \ +static_assert(alignof(CompassPanelSlot_GetWorldLocation) == 0x000008, "Wrong alignment on CompassPanelSlot_GetWorldLocation"); \ +static_assert(sizeof(CompassPanelSlot_GetWorldLocation) == 0x000018, "Wrong size on CompassPanelSlot_GetWorldLocation"); \ +static_assert(offsetof(CompassPanelSlot_GetWorldLocation, ReturnValue) == 0x000000, "Member 'CompassPanelSlot_GetWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompassPanelSlot \ +static_assert(alignof(UCompassPanelSlot) == 0x000008, "Wrong alignment on UCompassPanelSlot"); \ +static_assert(sizeof(UCompassPanelSlot) == 0x000068, "Wrong size on UCompassPanelSlot"); \ +static_assert(offsetof(UCompassPanelSlot, CompassMarkerType) == 0x000038, "Member 'UCompassPanelSlot::CompassMarkerType' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanelSlot, DirectionDegrees) == 0x00003C, "Member 'UCompassPanelSlot::DirectionDegrees' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanelSlot, WorldLocation) == 0x000040, "Member 'UCompassPanelSlot::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanelSlot, bStickToEdge) == 0x000058, "Member 'UCompassPanelSlot::bStickToEdge' has a wrong offset!"); \ +static_assert(offsetof(UCompassPanelSlot, Priority) == 0x00005C, "Member 'UCompassPanelSlot::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassSlotObserverInterface_BP_OnCompassSlotClampedToEdgeChanged \ +static_assert(alignof(CompassSlotObserverInterface_BP_OnCompassSlotClampedToEdgeChanged) == 0x000001, "Wrong alignment on CompassSlotObserverInterface_BP_OnCompassSlotClampedToEdgeChanged"); \ +static_assert(sizeof(CompassSlotObserverInterface_BP_OnCompassSlotClampedToEdgeChanged) == 0x000002, "Wrong size on CompassSlotObserverInterface_BP_OnCompassSlotClampedToEdgeChanged"); \ +static_assert(offsetof(CompassSlotObserverInterface_BP_OnCompassSlotClampedToEdgeChanged, bClampedToEdge) == 0x000000, "Member 'CompassSlotObserverInterface_BP_OnCompassSlotClampedToEdgeChanged::bClampedToEdge' has a wrong offset!"); \ +static_assert(offsetof(CompassSlotObserverInterface_BP_OnCompassSlotClampedToEdgeChanged, bClampedToLeftSide) == 0x000001, "Member 'CompassSlotObserverInterface_BP_OnCompassSlotClampedToEdgeChanged::bClampedToLeftSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompassSlotObserverInterface_BP_OnCompassSlotDistanceChanged \ +static_assert(alignof(CompassSlotObserverInterface_BP_OnCompassSlotDistanceChanged) == 0x000004, "Wrong alignment on CompassSlotObserverInterface_BP_OnCompassSlotDistanceChanged"); \ +static_assert(sizeof(CompassSlotObserverInterface_BP_OnCompassSlotDistanceChanged) == 0x000004, "Wrong size on CompassSlotObserverInterface_BP_OnCompassSlotDistanceChanged"); \ +static_assert(offsetof(CompassSlotObserverInterface_BP_OnCompassSlotDistanceChanged, Distance) == 0x000000, "Member 'CompassSlotObserverInterface_BP_OnCompassSlotDistanceChanged::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICompassSlotObserverInterface \ +static_assert(alignof(ICompassSlotObserverInterface) == 0x000001, "Wrong alignment on ICompassSlotObserverInterface"); \ +static_assert(sizeof(ICompassSlotObserverInterface) == 0x000001, "Wrong size on ICompassSlotObserverInterface"); \ + +#define DUMPER7_ASSERTS_LevelSelectorWidget_GetLevelsToDisplay \ +static_assert(alignof(LevelSelectorWidget_GetLevelsToDisplay) == 0x000008, "Wrong alignment on LevelSelectorWidget_GetLevelsToDisplay"); \ +static_assert(sizeof(LevelSelectorWidget_GetLevelsToDisplay) == 0x000028, "Wrong size on LevelSelectorWidget_GetLevelsToDisplay"); \ +static_assert(offsetof(LevelSelectorWidget_GetLevelsToDisplay, CurrentLevel) == 0x000000, "Member 'LevelSelectorWidget_GetLevelsToDisplay::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(LevelSelectorWidget_GetLevelsToDisplay, Levels) == 0x000010, "Member 'LevelSelectorWidget_GetLevelsToDisplay::Levels' has a wrong offset!"); \ +static_assert(offsetof(LevelSelectorWidget_GetLevelsToDisplay, Num) == 0x000020, "Member 'LevelSelectorWidget_GetLevelsToDisplay::Num' has a wrong offset!"); \ +static_assert(offsetof(LevelSelectorWidget_GetLevelsToDisplay, ReturnValue) == 0x000024, "Member 'LevelSelectorWidget_GetLevelsToDisplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSelectorWidget_GetPlayerStartsToDisplay \ +static_assert(alignof(LevelSelectorWidget_GetPlayerStartsToDisplay) == 0x000008, "Wrong alignment on LevelSelectorWidget_GetPlayerStartsToDisplay"); \ +static_assert(sizeof(LevelSelectorWidget_GetPlayerStartsToDisplay) == 0x000018, "Wrong size on LevelSelectorWidget_GetPlayerStartsToDisplay"); \ +static_assert(offsetof(LevelSelectorWidget_GetPlayerStartsToDisplay, playerStarts) == 0x000000, "Member 'LevelSelectorWidget_GetPlayerStartsToDisplay::playerStarts' has a wrong offset!"); \ +static_assert(offsetof(LevelSelectorWidget_GetPlayerStartsToDisplay, Num) == 0x000010, "Member 'LevelSelectorWidget_GetPlayerStartsToDisplay::Num' has a wrong offset!"); \ +static_assert(offsetof(LevelSelectorWidget_GetPlayerStartsToDisplay, ReturnValue) == 0x000014, "Member 'LevelSelectorWidget_GetPlayerStartsToDisplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSelectorWidget \ +static_assert(alignof(ULevelSelectorWidget) == 0x000008, "Wrong alignment on ULevelSelectorWidget"); \ +static_assert(sizeof(ULevelSelectorWidget) == 0x000840, "Wrong size on ULevelSelectorWidget"); \ +static_assert(offsetof(ULevelSelectorWidget, DirectoryPaths) == 0x000810, "Member 'ULevelSelectorWidget::DirectoryPaths' has a wrong offset!"); \ +static_assert(offsetof(ULevelSelectorWidget, LevelSelectionContainer) == 0x000820, "Member 'ULevelSelectorWidget::LevelSelectionContainer' has a wrong offset!"); \ +static_assert(offsetof(ULevelSelectorWidget, PlayerStartSelectionContainer) == 0x000828, "Member 'ULevelSelectorWidget::PlayerStartSelectionContainer' has a wrong offset!"); \ +static_assert(offsetof(ULevelSelectorWidget, LevelNames) == 0x000830, "Member 'ULevelSelectorWidget::LevelNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconsPanelSlot_SetAnchor \ +static_assert(alignof(HudIconsPanelSlot_SetAnchor) == 0x000008, "Wrong alignment on HudIconsPanelSlot_SetAnchor"); \ +static_assert(sizeof(HudIconsPanelSlot_SetAnchor) == 0x000010, "Wrong size on HudIconsPanelSlot_SetAnchor"); \ +static_assert(offsetof(HudIconsPanelSlot_SetAnchor, InAnchor) == 0x000000, "Member 'HudIconsPanelSlot_SetAnchor::InAnchor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconsPanelSlot_SetOffset \ +static_assert(alignof(HudIconsPanelSlot_SetOffset) == 0x000008, "Wrong alignment on HudIconsPanelSlot_SetOffset"); \ +static_assert(sizeof(HudIconsPanelSlot_SetOffset) == 0x000010, "Wrong size on HudIconsPanelSlot_SetOffset"); \ +static_assert(offsetof(HudIconsPanelSlot_SetOffset, InOffset) == 0x000000, "Member 'HudIconsPanelSlot_SetOffset::InOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconsPanelSlot_SetStickToEdge \ +static_assert(alignof(HudIconsPanelSlot_SetStickToEdge) == 0x000001, "Wrong alignment on HudIconsPanelSlot_SetStickToEdge"); \ +static_assert(sizeof(HudIconsPanelSlot_SetStickToEdge) == 0x000001, "Wrong size on HudIconsPanelSlot_SetStickToEdge"); \ +static_assert(offsetof(HudIconsPanelSlot_SetStickToEdge, bInStickToEdge) == 0x000000, "Member 'HudIconsPanelSlot_SetStickToEdge::bInStickToEdge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconsPanelSlot_SetWorldLocation \ +static_assert(alignof(HudIconsPanelSlot_SetWorldLocation) == 0x000008, "Wrong alignment on HudIconsPanelSlot_SetWorldLocation"); \ +static_assert(sizeof(HudIconsPanelSlot_SetWorldLocation) == 0x000018, "Wrong size on HudIconsPanelSlot_SetWorldLocation"); \ +static_assert(offsetof(HudIconsPanelSlot_SetWorldLocation, InWorldLocation) == 0x000000, "Member 'HudIconsPanelSlot_SetWorldLocation::InWorldLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconsPanelSlot_SetWorldOffset \ +static_assert(alignof(HudIconsPanelSlot_SetWorldOffset) == 0x000008, "Wrong alignment on HudIconsPanelSlot_SetWorldOffset"); \ +static_assert(sizeof(HudIconsPanelSlot_SetWorldOffset) == 0x000018, "Wrong size on HudIconsPanelSlot_SetWorldOffset"); \ +static_assert(offsetof(HudIconsPanelSlot_SetWorldOffset, InWorldOffset) == 0x000000, "Member 'HudIconsPanelSlot_SetWorldOffset::InWorldOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconsPanelSlot_GetAnchor \ +static_assert(alignof(HudIconsPanelSlot_GetAnchor) == 0x000008, "Wrong alignment on HudIconsPanelSlot_GetAnchor"); \ +static_assert(sizeof(HudIconsPanelSlot_GetAnchor) == 0x000010, "Wrong size on HudIconsPanelSlot_GetAnchor"); \ +static_assert(offsetof(HudIconsPanelSlot_GetAnchor, ReturnValue) == 0x000000, "Member 'HudIconsPanelSlot_GetAnchor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconsPanelSlot_GetOffset \ +static_assert(alignof(HudIconsPanelSlot_GetOffset) == 0x000008, "Wrong alignment on HudIconsPanelSlot_GetOffset"); \ +static_assert(sizeof(HudIconsPanelSlot_GetOffset) == 0x000010, "Wrong size on HudIconsPanelSlot_GetOffset"); \ +static_assert(offsetof(HudIconsPanelSlot_GetOffset, ReturnValue) == 0x000000, "Member 'HudIconsPanelSlot_GetOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconsPanelSlot_GetStickToEdge \ +static_assert(alignof(HudIconsPanelSlot_GetStickToEdge) == 0x000001, "Wrong alignment on HudIconsPanelSlot_GetStickToEdge"); \ +static_assert(sizeof(HudIconsPanelSlot_GetStickToEdge) == 0x000001, "Wrong size on HudIconsPanelSlot_GetStickToEdge"); \ +static_assert(offsetof(HudIconsPanelSlot_GetStickToEdge, ReturnValue) == 0x000000, "Member 'HudIconsPanelSlot_GetStickToEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconsPanelSlot_GetWorldLocation \ +static_assert(alignof(HudIconsPanelSlot_GetWorldLocation) == 0x000008, "Wrong alignment on HudIconsPanelSlot_GetWorldLocation"); \ +static_assert(sizeof(HudIconsPanelSlot_GetWorldLocation) == 0x000018, "Wrong size on HudIconsPanelSlot_GetWorldLocation"); \ +static_assert(offsetof(HudIconsPanelSlot_GetWorldLocation, ReturnValue) == 0x000000, "Member 'HudIconsPanelSlot_GetWorldLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudIconsPanelSlot_GetWorldOffset \ +static_assert(alignof(HudIconsPanelSlot_GetWorldOffset) == 0x000008, "Wrong alignment on HudIconsPanelSlot_GetWorldOffset"); \ +static_assert(sizeof(HudIconsPanelSlot_GetWorldOffset) == 0x000018, "Wrong size on HudIconsPanelSlot_GetWorldOffset"); \ +static_assert(offsetof(HudIconsPanelSlot_GetWorldOffset, ReturnValue) == 0x000000, "Member 'HudIconsPanelSlot_GetWorldOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudIconsPanelSlot \ +static_assert(alignof(UHudIconsPanelSlot) == 0x000008, "Wrong alignment on UHudIconsPanelSlot"); \ +static_assert(sizeof(UHudIconsPanelSlot) == 0x000098, "Wrong size on UHudIconsPanelSlot"); \ +static_assert(offsetof(UHudIconsPanelSlot, WorldLocation) == 0x000038, "Member 'UHudIconsPanelSlot::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(UHudIconsPanelSlot, WorldOffset) == 0x000050, "Member 'UHudIconsPanelSlot::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(UHudIconsPanelSlot, Anchor) == 0x000068, "Member 'UHudIconsPanelSlot::Anchor' has a wrong offset!"); \ +static_assert(offsetof(UHudIconsPanelSlot, Offset) == 0x000078, "Member 'UHudIconsPanelSlot::Offset' has a wrong offset!"); \ +static_assert(offsetof(UHudIconsPanelSlot, bStickToEdge) == 0x000088, "Member 'UHudIconsPanelSlot::bStickToEdge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputActionIcon_SetColorAndOpacity \ +static_assert(alignof(InputActionIcon_SetColorAndOpacity) == 0x000004, "Wrong alignment on InputActionIcon_SetColorAndOpacity"); \ +static_assert(sizeof(InputActionIcon_SetColorAndOpacity) == 0x000010, "Wrong size on InputActionIcon_SetColorAndOpacity"); \ +static_assert(offsetof(InputActionIcon_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'InputActionIcon_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputActionIcon_SetEnhancedInputAction \ +static_assert(alignof(InputActionIcon_SetEnhancedInputAction) == 0x000008, "Wrong alignment on InputActionIcon_SetEnhancedInputAction"); \ +static_assert(sizeof(InputActionIcon_SetEnhancedInputAction) == 0x000008, "Wrong size on InputActionIcon_SetEnhancedInputAction"); \ +static_assert(offsetof(InputActionIcon_SetEnhancedInputAction, InInputAction) == 0x000000, "Member 'InputActionIcon_SetEnhancedInputAction::InInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputActionIcon_SetOverrideKey \ +static_assert(alignof(InputActionIcon_SetOverrideKey) == 0x000008, "Wrong alignment on InputActionIcon_SetOverrideKey"); \ +static_assert(sizeof(InputActionIcon_SetOverrideKey) == 0x000018, "Wrong size on InputActionIcon_SetOverrideKey"); \ +static_assert(offsetof(InputActionIcon_SetOverrideKey, InKey) == 0x000000, "Member 'InputActionIcon_SetOverrideKey::InKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputActionIcon \ +static_assert(alignof(UInputActionIcon) == 0x000008, "Wrong alignment on UInputActionIcon"); \ +static_assert(sizeof(UInputActionIcon) == 0x0001E8, "Wrong size on UInputActionIcon"); \ +static_assert(offsetof(UInputActionIcon, ColorAndOpacity) == 0x000178, "Member 'UInputActionIcon::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIcon, OverrideKey) == 0x000188, "Member 'UInputActionIcon::OverrideKey' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIcon, OverrideInputMappingContext) == 0x0001A0, "Member 'UInputActionIcon::OverrideInputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIcon, InputActionIconStyle) == 0x0001C8, "Member 'UInputActionIcon::InputActionIconStyle' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIcon, EnhancedInputAction) == 0x0001D0, "Member 'UInputActionIcon::EnhancedInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputActionIconStyle \ +static_assert(alignof(UInputActionIconStyle) == 0x000010, "Wrong alignment on UInputActionIconStyle"); \ +static_assert(sizeof(UInputActionIconStyle) == 0x000490, "Wrong size on UInputActionIconStyle"); \ +static_assert(offsetof(UInputActionIconStyle, InputBrushVariation) == 0x000028, "Member 'UInputActionIconStyle::InputBrushVariation' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, ChordConcatenationBrush) == 0x000030, "Member 'UInputActionIconStyle::ChordConcatenationBrush' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, ChordConcatenationPadding) == 0x0000E0, "Member 'UInputActionIconStyle::ChordConcatenationPadding' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, TextIconBrush) == 0x0000F0, "Member 'UInputActionIconStyle::TextIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, TextIconTextureParamName) == 0x0001A0, "Member 'UInputActionIconStyle::TextIconTextureParamName' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, TextIconPadding) == 0x0001A8, "Member 'UInputActionIconStyle::TextIconPadding' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, TextIconFont) == 0x0001B8, "Member 'UInputActionIconStyle::TextIconFont' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, KeyboardIconBrush) == 0x000220, "Member 'UInputActionIconStyle::KeyboardIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, KeyboardIconTextureParamName) == 0x0002D0, "Member 'UInputActionIconStyle::KeyboardIconTextureParamName' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, KeyboardIconPadding) == 0x0002D8, "Member 'UInputActionIconStyle::KeyboardIconPadding' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, MouseIconBrush) == 0x0002F0, "Member 'UInputActionIconStyle::MouseIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, MouseIconTextureParamName) == 0x0003A0, "Member 'UInputActionIconStyle::MouseIconTextureParamName' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, MouseIconPadding) == 0x0003A8, "Member 'UInputActionIconStyle::MouseIconPadding' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, GamepadIconBrush) == 0x0003C0, "Member 'UInputActionIconStyle::GamepadIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, GamepadIconTextureParamName) == 0x000470, "Member 'UInputActionIconStyle::GamepadIconTextureParamName' has a wrong offset!"); \ +static_assert(offsetof(UInputActionIconStyle, GamepadIconPadding) == 0x000478, "Member 'UInputActionIconStyle::GamepadIconPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QueueViewModel_BP_Dequeue \ +static_assert(alignof(QueueViewModel_BP_Dequeue) == 0x000008, "Wrong alignment on QueueViewModel_BP_Dequeue"); \ +static_assert(sizeof(QueueViewModel_BP_Dequeue) == 0x000010, "Wrong size on QueueViewModel_BP_Dequeue"); \ +static_assert(offsetof(QueueViewModel_BP_Dequeue, bHasRemainingItems) == 0x000000, "Member 'QueueViewModel_BP_Dequeue::bHasRemainingItems' has a wrong offset!"); \ +static_assert(offsetof(QueueViewModel_BP_Dequeue, Result) == 0x000001, "Member 'QueueViewModel_BP_Dequeue::Result' has a wrong offset!"); \ +static_assert(offsetof(QueueViewModel_BP_Dequeue, ReturnValue) == 0x000008, "Member 'QueueViewModel_BP_Dequeue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QueueViewModel_BP_Peek \ +static_assert(alignof(QueueViewModel_BP_Peek) == 0x000008, "Wrong alignment on QueueViewModel_BP_Peek"); \ +static_assert(sizeof(QueueViewModel_BP_Peek) == 0x000010, "Wrong size on QueueViewModel_BP_Peek"); \ +static_assert(offsetof(QueueViewModel_BP_Peek, Result) == 0x000000, "Member 'QueueViewModel_BP_Peek::Result' has a wrong offset!"); \ +static_assert(offsetof(QueueViewModel_BP_Peek, ReturnValue) == 0x000008, "Member 'QueueViewModel_BP_Peek::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QueueViewModel_Enqueue \ +static_assert(alignof(QueueViewModel_Enqueue) == 0x000008, "Wrong alignment on QueueViewModel_Enqueue"); \ +static_assert(sizeof(QueueViewModel_Enqueue) == 0x000008, "Wrong size on QueueViewModel_Enqueue"); \ +static_assert(offsetof(QueueViewModel_Enqueue, Item) == 0x000000, "Member 'QueueViewModel_Enqueue::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQueueViewModel \ +static_assert(alignof(UQueueViewModel) == 0x000008, "Wrong alignment on UQueueViewModel"); \ +static_assert(sizeof(UQueueViewModel) == 0x000088, "Wrong size on UQueueViewModel"); \ +static_assert(offsetof(UQueueViewModel, EnqueuedItem) == 0x000068, "Member 'UQueueViewModel::EnqueuedItem' has a wrong offset!"); \ +static_assert(offsetof(UQueueViewModel, DequeuedItem) == 0x000069, "Member 'UQueueViewModel::DequeuedItem' has a wrong offset!"); \ +static_assert(offsetof(UQueueViewModel, Queue) == 0x000070, "Member 'UQueueViewModel::Queue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrCollapsed \ +static_assert(alignof(ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrCollapsed) == 0x000001, "Wrong alignment on ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrCollapsed"); \ +static_assert(sizeof(ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrCollapsed) == 0x000002, "Wrong size on ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrCollapsed"); \ +static_assert(offsetof(ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrCollapsed, bIsHitTestInvisible) == 0x000000, "Member 'ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrCollapsed::bIsHitTestInvisible' has a wrong offset!"); \ +static_assert(offsetof(ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrCollapsed, ReturnValue) == 0x000001, "Member 'ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrCollapsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrHidden \ +static_assert(alignof(ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrHidden) == 0x000001, "Wrong alignment on ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrHidden"); \ +static_assert(sizeof(ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrHidden) == 0x000002, "Wrong size on ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrHidden"); \ +static_assert(offsetof(ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrHidden, bIsHitTestInvisible) == 0x000000, "Member 'ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrHidden::bIsHitTestInvisible' has a wrong offset!"); \ +static_assert(offsetof(ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrHidden, ReturnValue) == 0x000001, "Member 'ViewModelConversionFunctionLibrary_ToSlateVisibility_HitTestInvisibleOrHidden::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrCollapsed \ +static_assert(alignof(ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrCollapsed) == 0x000001, "Wrong alignment on ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrCollapsed"); \ +static_assert(sizeof(ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrCollapsed) == 0x000002, "Wrong size on ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrCollapsed"); \ +static_assert(offsetof(ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrCollapsed, bIsSelfHitTestInvisible) == 0x000000, "Member 'ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrCollapsed::bIsSelfHitTestInvisible' has a wrong offset!"); \ +static_assert(offsetof(ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrCollapsed, ReturnValue) == 0x000001, "Member 'ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrCollapsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrHidden \ +static_assert(alignof(ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrHidden) == 0x000001, "Wrong alignment on ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrHidden"); \ +static_assert(sizeof(ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrHidden) == 0x000002, "Wrong size on ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrHidden"); \ +static_assert(offsetof(ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrHidden, bIsSelfHitTestInvisible) == 0x000000, "Member 'ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrHidden::bIsSelfHitTestInvisible' has a wrong offset!"); \ +static_assert(offsetof(ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrHidden, ReturnValue) == 0x000001, "Member 'ViewModelConversionFunctionLibrary_ToSlateVisibility_SelfHitTestInvisibleOrHidden::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrCollapsed \ +static_assert(alignof(ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrCollapsed) == 0x000001, "Wrong alignment on ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrCollapsed"); \ +static_assert(sizeof(ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrCollapsed) == 0x000002, "Wrong size on ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrCollapsed"); \ +static_assert(offsetof(ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrCollapsed, bIsVisible) == 0x000000, "Member 'ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrCollapsed::bIsVisible' has a wrong offset!"); \ +static_assert(offsetof(ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrCollapsed, ReturnValue) == 0x000001, "Member 'ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrCollapsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrHidden \ +static_assert(alignof(ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrHidden) == 0x000001, "Wrong alignment on ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrHidden"); \ +static_assert(sizeof(ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrHidden) == 0x000002, "Wrong size on ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrHidden"); \ +static_assert(offsetof(ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrHidden, bIsVisible) == 0x000000, "Member 'ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrHidden::bIsVisible' has a wrong offset!"); \ +static_assert(offsetof(ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrHidden, ReturnValue) == 0x000001, "Member 'ViewModelConversionFunctionLibrary_ToSlateVisibility_VisibleOrHidden::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UViewModelConversionFunctionLibrary \ +static_assert(alignof(UViewModelConversionFunctionLibrary) == 0x000008, "Wrong alignment on UViewModelConversionFunctionLibrary"); \ +static_assert(sizeof(UViewModelConversionFunctionLibrary) == 0x000028, "Wrong size on UViewModelConversionFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UHudMissionObjectiveViewModel \ +static_assert(alignof(UHudMissionObjectiveViewModel) == 0x000008, "Wrong alignment on UHudMissionObjectiveViewModel"); \ +static_assert(sizeof(UHudMissionObjectiveViewModel) == 0x000098, "Wrong size on UHudMissionObjectiveViewModel"); \ +static_assert(offsetof(UHudMissionObjectiveViewModel, Name_0) == 0x000068, "Member 'UHudMissionObjectiveViewModel::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UHudMissionObjectiveViewModel, bIsActive) == 0x000078, "Member 'UHudMissionObjectiveViewModel::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(UHudMissionObjectiveViewModel, bIsCompleted) == 0x000079, "Member 'UHudMissionObjectiveViewModel::bIsCompleted' has a wrong offset!"); \ +static_assert(offsetof(UHudMissionObjectiveViewModel, bIsFailed) == 0x00007A, "Member 'UHudMissionObjectiveViewModel::bIsFailed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudMissionsViewModel \ +static_assert(alignof(UHudMissionsViewModel) == 0x000008, "Wrong alignment on UHudMissionsViewModel"); \ +static_assert(sizeof(UHudMissionsViewModel) == 0x000078, "Wrong size on UHudMissionsViewModel"); \ +static_assert(offsetof(UHudMissionsViewModel, Missions) == 0x000068, "Member 'UHudMissionsViewModel::Missions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractionIconManager \ +static_assert(alignof(UInteractionIconManager) == 0x000010, "Wrong alignment on UInteractionIconManager"); \ +static_assert(sizeof(UInteractionIconManager) == 0x0004E0, "Wrong size on UInteractionIconManager"); \ +static_assert(offsetof(UInteractionIconManager, InteractionDotMaterial) == 0x000048, "Member 'UInteractionIconManager::InteractionDotMaterial' has a wrong offset!"); \ +static_assert(offsetof(UInteractionIconManager, InteractionPointWidgetClass) == 0x000050, "Member 'UInteractionIconManager::InteractionPointWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UInteractionIconManager, InteractionTargetModeWidgetClass) == 0x000058, "Member 'UInteractionIconManager::InteractionTargetModeWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UInteractionIconManager, FocusedInteractionPointViewModel) == 0x000060, "Member 'UInteractionIconManager::FocusedInteractionPointViewModel' has a wrong offset!"); \ +static_assert(offsetof(UInteractionIconManager, TargetModePointViewModel) == 0x000068, "Member 'UInteractionIconManager::TargetModePointViewModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudMissionViewModel \ +static_assert(alignof(UHudMissionViewModel) == 0x000008, "Wrong alignment on UHudMissionViewModel"); \ +static_assert(sizeof(UHudMissionViewModel) == 0x0000A0, "Wrong size on UHudMissionViewModel"); \ +static_assert(offsetof(UHudMissionViewModel, Name_0) == 0x000068, "Member 'UHudMissionViewModel::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UHudMissionViewModel, bIsActive) == 0x000078, "Member 'UHudMissionViewModel::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(UHudMissionViewModel, bIsCompleted) == 0x000079, "Member 'UHudMissionViewModel::bIsCompleted' has a wrong offset!"); \ +static_assert(offsetof(UHudMissionViewModel, bIsFailed) == 0x00007A, "Member 'UHudMissionViewModel::bIsFailed' has a wrong offset!"); \ +static_assert(offsetof(UHudMissionViewModel, Objectives) == 0x000080, "Member 'UHudMissionViewModel::Objectives' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudNotificationViewModel \ +static_assert(alignof(UHudNotificationViewModel) == 0x000008, "Wrong alignment on UHudNotificationViewModel"); \ +static_assert(sizeof(UHudNotificationViewModel) == 0x000068, "Wrong size on UHudNotificationViewModel"); \ + +#define DUMPER7_ASSERTS_HudNotificationGenericViewModel_SetNotificationImage \ +static_assert(alignof(HudNotificationGenericViewModel_SetNotificationImage) == 0x000008, "Wrong alignment on HudNotificationGenericViewModel_SetNotificationImage"); \ +static_assert(sizeof(HudNotificationGenericViewModel_SetNotificationImage) == 0x000008, "Wrong size on HudNotificationGenericViewModel_SetNotificationImage"); \ +static_assert(offsetof(HudNotificationGenericViewModel_SetNotificationImage, InNotificationImage) == 0x000000, "Member 'HudNotificationGenericViewModel_SetNotificationImage::InNotificationImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudNotificationGenericViewModel_SetNotificationName \ +static_assert(alignof(HudNotificationGenericViewModel_SetNotificationName) == 0x000008, "Wrong alignment on HudNotificationGenericViewModel_SetNotificationName"); \ +static_assert(sizeof(HudNotificationGenericViewModel_SetNotificationName) == 0x000010, "Wrong size on HudNotificationGenericViewModel_SetNotificationName"); \ +static_assert(offsetof(HudNotificationGenericViewModel_SetNotificationName, InNotificationName) == 0x000000, "Member 'HudNotificationGenericViewModel_SetNotificationName::InNotificationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudNotificationGenericViewModel_SetNotificationText \ +static_assert(alignof(HudNotificationGenericViewModel_SetNotificationText) == 0x000008, "Wrong alignment on HudNotificationGenericViewModel_SetNotificationText"); \ +static_assert(sizeof(HudNotificationGenericViewModel_SetNotificationText) == 0x000010, "Wrong size on HudNotificationGenericViewModel_SetNotificationText"); \ +static_assert(offsetof(HudNotificationGenericViewModel_SetNotificationText, InNotificationText) == 0x000000, "Member 'HudNotificationGenericViewModel_SetNotificationText::InNotificationText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HudNotificationGenericViewModel_SetNotificationType \ +static_assert(alignof(HudNotificationGenericViewModel_SetNotificationType) == 0x000004, "Wrong alignment on HudNotificationGenericViewModel_SetNotificationType"); \ +static_assert(sizeof(HudNotificationGenericViewModel_SetNotificationType) == 0x000008, "Wrong size on HudNotificationGenericViewModel_SetNotificationType"); \ +static_assert(offsetof(HudNotificationGenericViewModel_SetNotificationType, InNotificationType) == 0x000000, "Member 'HudNotificationGenericViewModel_SetNotificationType::InNotificationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudNotificationGenericViewModel \ +static_assert(alignof(UHudNotificationGenericViewModel) == 0x000008, "Wrong alignment on UHudNotificationGenericViewModel"); \ +static_assert(sizeof(UHudNotificationGenericViewModel) == 0x000098, "Wrong size on UHudNotificationGenericViewModel"); \ +static_assert(offsetof(UHudNotificationGenericViewModel, NotificationType) == 0x000068, "Member 'UHudNotificationGenericViewModel::NotificationType' has a wrong offset!"); \ +static_assert(offsetof(UHudNotificationGenericViewModel, NotificationName) == 0x000070, "Member 'UHudNotificationGenericViewModel::NotificationName' has a wrong offset!"); \ +static_assert(offsetof(UHudNotificationGenericViewModel, NotificationText) == 0x000080, "Member 'UHudNotificationGenericViewModel::NotificationText' has a wrong offset!"); \ +static_assert(offsetof(UHudNotificationGenericViewModel, NotificationImage) == 0x000090, "Member 'UHudNotificationGenericViewModel::NotificationImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryNotificationViewModel_SetAmount \ +static_assert(alignof(InventoryNotificationViewModel_SetAmount) == 0x000004, "Wrong alignment on InventoryNotificationViewModel_SetAmount"); \ +static_assert(sizeof(InventoryNotificationViewModel_SetAmount) == 0x000004, "Wrong size on InventoryNotificationViewModel_SetAmount"); \ +static_assert(offsetof(InventoryNotificationViewModel_SetAmount, InAmount) == 0x000000, "Member 'InventoryNotificationViewModel_SetAmount::InAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryNotificationViewModel_SetCategory \ +static_assert(alignof(InventoryNotificationViewModel_SetCategory) == 0x000008, "Wrong alignment on InventoryNotificationViewModel_SetCategory"); \ +static_assert(sizeof(InventoryNotificationViewModel_SetCategory) == 0x000028, "Wrong size on InventoryNotificationViewModel_SetCategory"); \ +static_assert(offsetof(InventoryNotificationViewModel_SetCategory, InCategory) == 0x000000, "Member 'InventoryNotificationViewModel_SetCategory::InCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryNotificationViewModel_SetDisplayName \ +static_assert(alignof(InventoryNotificationViewModel_SetDisplayName) == 0x000008, "Wrong alignment on InventoryNotificationViewModel_SetDisplayName"); \ +static_assert(sizeof(InventoryNotificationViewModel_SetDisplayName) == 0x000010, "Wrong size on InventoryNotificationViewModel_SetDisplayName"); \ +static_assert(offsetof(InventoryNotificationViewModel_SetDisplayName, InNotificationName) == 0x000000, "Member 'InventoryNotificationViewModel_SetDisplayName::InNotificationName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryNotificationViewModel_SetImage \ +static_assert(alignof(InventoryNotificationViewModel_SetImage) == 0x000008, "Wrong alignment on InventoryNotificationViewModel_SetImage"); \ +static_assert(sizeof(InventoryNotificationViewModel_SetImage) == 0x000008, "Wrong size on InventoryNotificationViewModel_SetImage"); \ +static_assert(offsetof(InventoryNotificationViewModel_SetImage, InNotificationImage) == 0x000000, "Member 'InventoryNotificationViewModel_SetImage::InNotificationImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InventoryNotificationViewModel_SetItem \ +static_assert(alignof(InventoryNotificationViewModel_SetItem) == 0x000008, "Wrong alignment on InventoryNotificationViewModel_SetItem"); \ +static_assert(sizeof(InventoryNotificationViewModel_SetItem) == 0x000028, "Wrong size on InventoryNotificationViewModel_SetItem"); \ +static_assert(offsetof(InventoryNotificationViewModel_SetItem, InItem) == 0x000000, "Member 'InventoryNotificationViewModel_SetItem::InItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInventoryNotificationViewModel \ +static_assert(alignof(UInventoryNotificationViewModel) == 0x000008, "Wrong alignment on UInventoryNotificationViewModel"); \ +static_assert(sizeof(UInventoryNotificationViewModel) == 0x0000D8, "Wrong size on UInventoryNotificationViewModel"); \ +static_assert(offsetof(UInventoryNotificationViewModel, Item) == 0x000068, "Member 'UInventoryNotificationViewModel::Item' has a wrong offset!"); \ +static_assert(offsetof(UInventoryNotificationViewModel, Category) == 0x000090, "Member 'UInventoryNotificationViewModel::Category' has a wrong offset!"); \ +static_assert(offsetof(UInventoryNotificationViewModel, DisplayName) == 0x0000B8, "Member 'UInventoryNotificationViewModel::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UInventoryNotificationViewModel, Image) == 0x0000C8, "Member 'UInventoryNotificationViewModel::Image' has a wrong offset!"); \ +static_assert(offsetof(UInventoryNotificationViewModel, Amount) == 0x0000D0, "Member 'UInventoryNotificationViewModel::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleIconManager_OnWeakSpotDamaged \ +static_assert(alignof(VehicleIconManager_OnWeakSpotDamaged) == 0x000008, "Wrong alignment on VehicleIconManager_OnWeakSpotDamaged"); \ +static_assert(sizeof(VehicleIconManager_OnWeakSpotDamaged) == 0x000010, "Wrong size on VehicleIconManager_OnWeakSpotDamaged"); \ +static_assert(offsetof(VehicleIconManager_OnWeakSpotDamaged, WeakSpot) == 0x000000, "Member 'VehicleIconManager_OnWeakSpotDamaged::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(VehicleIconManager_OnWeakSpotDamaged, Damage) == 0x000008, "Member 'VehicleIconManager_OnWeakSpotDamaged::Damage' has a wrong offset!"); \ +static_assert(offsetof(VehicleIconManager_OnWeakSpotDamaged, DamageClass) == 0x00000C, "Member 'VehicleIconManager_OnWeakSpotDamaged::DamageClass' has a wrong offset!"); \ +static_assert(offsetof(VehicleIconManager_OnWeakSpotDamaged, DamageSource) == 0x00000D, "Member 'VehicleIconManager_OnWeakSpotDamaged::DamageSource' has a wrong offset!"); \ +static_assert(offsetof(VehicleIconManager_OnWeakSpotDamaged, bReapply) == 0x00000E, "Member 'VehicleIconManager_OnWeakSpotDamaged::bReapply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleIconManager_OnWeakSpotDestroyed \ +static_assert(alignof(VehicleIconManager_OnWeakSpotDestroyed) == 0x000008, "Wrong alignment on VehicleIconManager_OnWeakSpotDestroyed"); \ +static_assert(sizeof(VehicleIconManager_OnWeakSpotDestroyed) == 0x000010, "Wrong size on VehicleIconManager_OnWeakSpotDestroyed"); \ +static_assert(offsetof(VehicleIconManager_OnWeakSpotDestroyed, WeakSpot) == 0x000000, "Member 'VehicleIconManager_OnWeakSpotDestroyed::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(VehicleIconManager_OnWeakSpotDestroyed, Damage) == 0x000008, "Member 'VehicleIconManager_OnWeakSpotDestroyed::Damage' has a wrong offset!"); \ +static_assert(offsetof(VehicleIconManager_OnWeakSpotDestroyed, bTriggeredTakedown) == 0x00000C, "Member 'VehicleIconManager_OnWeakSpotDestroyed::bTriggeredTakedown' has a wrong offset!"); \ +static_assert(offsetof(VehicleIconManager_OnWeakSpotDestroyed, bReapply) == 0x00000D, "Member 'VehicleIconManager_OnWeakSpotDestroyed::bReapply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleIconManager \ +static_assert(alignof(UVehicleIconManager) == 0x000008, "Wrong alignment on UVehicleIconManager"); \ +static_assert(sizeof(UVehicleIconManager) == 0x000070, "Wrong size on UVehicleIconManager"); \ +static_assert(offsetof(UVehicleIconManager, VehicleHealthbarWidgetClass) == 0x000040, "Member 'UVehicleIconManager::VehicleHealthbarWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UVehicleIconManager, VehicleHealthbarViewModelClass) == 0x000048, "Member 'UVehicleIconManager::VehicleHealthbarViewModelClass' has a wrong offset!"); \ +static_assert(offsetof(UVehicleIconManager, VehicleIcons) == 0x000060, "Member 'UVehicleIconManager::VehicleIcons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JournalEntryNotificationViewModel_SetJournalEntry \ +static_assert(alignof(JournalEntryNotificationViewModel_SetJournalEntry) == 0x000008, "Wrong alignment on JournalEntryNotificationViewModel_SetJournalEntry"); \ +static_assert(sizeof(JournalEntryNotificationViewModel_SetJournalEntry) == 0x000008, "Wrong size on JournalEntryNotificationViewModel_SetJournalEntry"); \ +static_assert(offsetof(JournalEntryNotificationViewModel_SetJournalEntry, InJournalEntry) == 0x000000, "Member 'JournalEntryNotificationViewModel_SetJournalEntry::InJournalEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JournalEntryNotificationViewModel_SetTopicTitle \ +static_assert(alignof(JournalEntryNotificationViewModel_SetTopicTitle) == 0x000008, "Wrong alignment on JournalEntryNotificationViewModel_SetTopicTitle"); \ +static_assert(sizeof(JournalEntryNotificationViewModel_SetTopicTitle) == 0x000010, "Wrong size on JournalEntryNotificationViewModel_SetTopicTitle"); \ +static_assert(offsetof(JournalEntryNotificationViewModel_SetTopicTitle, InTopicTitle) == 0x000000, "Member 'JournalEntryNotificationViewModel_SetTopicTitle::InTopicTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJournalEntryNotificationViewModel \ +static_assert(alignof(UJournalEntryNotificationViewModel) == 0x000008, "Wrong alignment on UJournalEntryNotificationViewModel"); \ +static_assert(sizeof(UJournalEntryNotificationViewModel) == 0x0000D0, "Wrong size on UJournalEntryNotificationViewModel"); \ +static_assert(offsetof(UJournalEntryNotificationViewModel, JournalEntry) == 0x000068, "Member 'UJournalEntryNotificationViewModel::JournalEntry' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryNotificationViewModel, bIsNewTopic) == 0x000070, "Member 'UJournalEntryNotificationViewModel::bIsNewTopic' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryNotificationViewModel, Topic) == 0x000078, "Member 'UJournalEntryNotificationViewModel::Topic' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryNotificationViewModel, NewPersons) == 0x000080, "Member 'UJournalEntryNotificationViewModel::NewPersons' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryNotificationViewModel, NewLocations) == 0x000090, "Member 'UJournalEntryNotificationViewModel::NewLocations' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryNotificationViewModel, NewTags) == 0x0000A0, "Member 'UJournalEntryNotificationViewModel::NewTags' has a wrong offset!"); \ +static_assert(offsetof(UJournalEntryNotificationViewModel, TopicTitle) == 0x0000C0, "Member 'UJournalEntryNotificationViewModel::TopicTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NewHudViewModel_OnMovedToNewRegion \ +static_assert(alignof(NewHudViewModel_OnMovedToNewRegion) == 0x000004, "Wrong alignment on NewHudViewModel_OnMovedToNewRegion"); \ +static_assert(sizeof(NewHudViewModel_OnMovedToNewRegion) == 0x00000C, "Wrong size on NewHudViewModel_OnMovedToNewRegion"); \ +static_assert(offsetof(NewHudViewModel_OnMovedToNewRegion, RegionId) == 0x000000, "Member 'NewHudViewModel_OnMovedToNewRegion::RegionId' has a wrong offset!"); \ +static_assert(offsetof(NewHudViewModel_OnMovedToNewRegion, RegionName) == 0x000004, "Member 'NewHudViewModel_OnMovedToNewRegion::RegionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NewHudViewModel_OnMovedToNewRoadName \ +static_assert(alignof(NewHudViewModel_OnMovedToNewRoadName) == 0x000004, "Wrong alignment on NewHudViewModel_OnMovedToNewRoadName"); \ +static_assert(sizeof(NewHudViewModel_OnMovedToNewRoadName) == 0x000008, "Wrong size on NewHudViewModel_OnMovedToNewRoadName"); \ +static_assert(offsetof(NewHudViewModel_OnMovedToNewRoadName, RoadName) == 0x000000, "Member 'NewHudViewModel_OnMovedToNewRoadName::RoadName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NewHudViewModel_PawnChanged \ +static_assert(alignof(NewHudViewModel_PawnChanged) == 0x000008, "Wrong alignment on NewHudViewModel_PawnChanged"); \ +static_assert(sizeof(NewHudViewModel_PawnChanged) == 0x000010, "Wrong size on NewHudViewModel_PawnChanged"); \ +static_assert(offsetof(NewHudViewModel_PawnChanged, OldPawn) == 0x000000, "Member 'NewHudViewModel_PawnChanged::OldPawn' has a wrong offset!"); \ +static_assert(offsetof(NewHudViewModel_PawnChanged, NewPawn) == 0x000008, "Member 'NewHudViewModel_PawnChanged::NewPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNewHudViewModel \ +static_assert(alignof(UNewHudViewModel) == 0x000008, "Wrong alignment on UNewHudViewModel"); \ +static_assert(sizeof(UNewHudViewModel) == 0x000110, "Wrong size on UNewHudViewModel"); \ +static_assert(offsetof(UNewHudViewModel, bLetterBoxVisible) == 0x000068, "Member 'UNewHudViewModel::bLetterBoxVisible' has a wrong offset!"); \ +static_assert(offsetof(UNewHudViewModel, bNotificationsEnabled) == 0x000069, "Member 'UNewHudViewModel::bNotificationsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNewHudViewModel, NotificationQueue) == 0x000070, "Member 'UNewHudViewModel::NotificationQueue' has a wrong offset!"); \ +static_assert(offsetof(UNewHudViewModel, bEquipmentVisible) == 0x000078, "Member 'UNewHudViewModel::bEquipmentVisible' has a wrong offset!"); \ +static_assert(offsetof(UNewHudViewModel, EquipmentViewModel) == 0x000080, "Member 'UNewHudViewModel::EquipmentViewModel' has a wrong offset!"); \ +static_assert(offsetof(UNewHudViewModel, bMissionsVisible) == 0x000088, "Member 'UNewHudViewModel::bMissionsVisible' has a wrong offset!"); \ +static_assert(offsetof(UNewHudViewModel, MissionsViewModel) == 0x000090, "Member 'UNewHudViewModel::MissionsViewModel' has a wrong offset!"); \ +static_assert(offsetof(UNewHudViewModel, bVehicleVisible) == 0x000098, "Member 'UNewHudViewModel::bVehicleVisible' has a wrong offset!"); \ +static_assert(offsetof(UNewHudViewModel, VehicleViewModel) == 0x0000A0, "Member 'UNewHudViewModel::VehicleViewModel' has a wrong offset!"); \ +static_assert(offsetof(UNewHudViewModel, FocusedInteractionPointViewModel) == 0x0000A8, "Member 'UNewHudViewModel::FocusedInteractionPointViewModel' has a wrong offset!"); \ +static_assert(offsetof(UNewHudViewModel, CurrentRegionName) == 0x0000B0, "Member 'UNewHudViewModel::CurrentRegionName' has a wrong offset!"); \ +static_assert(offsetof(UNewHudViewModel, CurrentRoadName) == 0x0000C0, "Member 'UNewHudViewModel::CurrentRoadName' has a wrong offset!"); \ +static_assert(offsetof(UNewHudViewModel, PendingNotifications) == 0x000100, "Member 'UNewHudViewModel::PendingNotifications' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractButtonViewModel \ +static_assert(alignof(UInteractButtonViewModel) == 0x000008, "Wrong alignment on UInteractButtonViewModel"); \ +static_assert(sizeof(UInteractButtonViewModel) == 0x0000C0, "Wrong size on UInteractButtonViewModel"); \ +static_assert(offsetof(UInteractButtonViewModel, bEnabled) == 0x000098, "Member 'UInteractButtonViewModel::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UInteractButtonViewModel, InteractionText) == 0x0000A0, "Member 'UInteractButtonViewModel::InteractionText' has a wrong offset!"); \ +static_assert(offsetof(UInteractButtonViewModel, bIsHoldInteraction) == 0x0000B0, "Member 'UInteractButtonViewModel::bIsHoldInteraction' has a wrong offset!"); \ +static_assert(offsetof(UInteractButtonViewModel, bIsImportant) == 0x0000B1, "Member 'UInteractButtonViewModel::bIsImportant' has a wrong offset!"); \ +static_assert(offsetof(UInteractButtonViewModel, NormalizedHoldProgress) == 0x0000B4, "Member 'UInteractButtonViewModel::NormalizedHoldProgress' has a wrong offset!"); \ +static_assert(offsetof(UInteractButtonViewModel, EnhancedInputAction) == 0x0000B8, "Member 'UInteractButtonViewModel::EnhancedInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteractionPointViewModel \ +static_assert(alignof(UInteractionPointViewModel) == 0x000008, "Wrong alignment on UInteractionPointViewModel"); \ +static_assert(sizeof(UInteractionPointViewModel) == 0x000098, "Wrong size on UInteractionPointViewModel"); \ +static_assert(offsetof(UInteractionPointViewModel, PrimaryInteraction) == 0x000068, "Member 'UInteractionPointViewModel::PrimaryInteraction' has a wrong offset!"); \ +static_assert(offsetof(UInteractionPointViewModel, SecondaryInteraction) == 0x000070, "Member 'UInteractionPointViewModel::SecondaryInteraction' has a wrong offset!"); \ +static_assert(offsetof(UInteractionPointViewModel, bIsFocused) == 0x000078, "Member 'UInteractionPointViewModel::bIsFocused' has a wrong offset!"); \ +static_assert(offsetof(UInteractionPointViewModel, bIsInteractable) == 0x000079, "Member 'UInteractionPointViewModel::bIsInteractable' has a wrong offset!"); \ +static_assert(offsetof(UInteractionPointViewModel, bTargetModeActive) == 0x00007A, "Member 'UInteractionPointViewModel::bTargetModeActive' has a wrong offset!"); \ +static_assert(offsetof(UInteractionPointViewModel, bShowInHud) == 0x00007B, "Member 'UInteractionPointViewModel::bShowInHud' has a wrong offset!"); \ +static_assert(offsetof(UInteractionPointViewModel, bShowInWorld) == 0x00007C, "Member 'UInteractionPointViewModel::bShowInWorld' has a wrong offset!"); \ +static_assert(offsetof(UInteractionPointViewModel, bHasPrimaryAction) == 0x00007D, "Member 'UInteractionPointViewModel::bHasPrimaryAction' has a wrong offset!"); \ +static_assert(offsetof(UInteractionPointViewModel, bHasSecondaryAction) == 0x00007E, "Member 'UInteractionPointViewModel::bHasSecondaryAction' has a wrong offset!"); \ +static_assert(offsetof(UInteractionPointViewModel, bHasImportantAction) == 0x00007F, "Member 'UInteractionPointViewModel::bHasImportantAction' has a wrong offset!"); \ +static_assert(offsetof(UInteractionPointViewModel, InteractionWidgetType) == 0x000080, "Member 'UInteractionPointViewModel::InteractionWidgetType' has a wrong offset!"); \ +static_assert(offsetof(UInteractionPointViewModel, TargetName) == 0x000088, "Member 'UInteractionPointViewModel::TargetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldQuerySubsystem_QueryActorInLineOfSight \ +static_assert(alignof(WorldQuerySubsystem_QueryActorInLineOfSight) == 0x000008, "Wrong alignment on WorldQuerySubsystem_QueryActorInLineOfSight"); \ +static_assert(sizeof(WorldQuerySubsystem_QueryActorInLineOfSight) == 0x000010, "Wrong size on WorldQuerySubsystem_QueryActorInLineOfSight"); \ +static_assert(offsetof(WorldQuerySubsystem_QueryActorInLineOfSight, SearchActor) == 0x000000, "Member 'WorldQuerySubsystem_QueryActorInLineOfSight::SearchActor' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_QueryActorInLineOfSight, ReturnValue) == 0x000008, "Member 'WorldQuerySubsystem_QueryActorInLineOfSight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldQuerySubsystem_QueryComponentInLineOfSight \ +static_assert(alignof(WorldQuerySubsystem_QueryComponentInLineOfSight) == 0x000008, "Wrong alignment on WorldQuerySubsystem_QueryComponentInLineOfSight"); \ +static_assert(sizeof(WorldQuerySubsystem_QueryComponentInLineOfSight) == 0x000018, "Wrong size on WorldQuerySubsystem_QueryComponentInLineOfSight"); \ +static_assert(offsetof(WorldQuerySubsystem_QueryComponentInLineOfSight, SearchComponent) == 0x000000, "Member 'WorldQuerySubsystem_QueryComponentInLineOfSight::SearchComponent' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_QueryComponentInLineOfSight, SocketName) == 0x000008, "Member 'WorldQuerySubsystem_QueryComponentInLineOfSight::SocketName' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_QueryComponentInLineOfSight, ReturnValue) == 0x000010, "Member 'WorldQuerySubsystem_QueryComponentInLineOfSight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldQuerySubsystem_QueryLocationInLineOfSight \ +static_assert(alignof(WorldQuerySubsystem_QueryLocationInLineOfSight) == 0x000008, "Wrong alignment on WorldQuerySubsystem_QueryLocationInLineOfSight"); \ +static_assert(sizeof(WorldQuerySubsystem_QueryLocationInLineOfSight) == 0x000028, "Wrong size on WorldQuerySubsystem_QueryLocationInLineOfSight"); \ +static_assert(offsetof(WorldQuerySubsystem_QueryLocationInLineOfSight, Location) == 0x000000, "Member 'WorldQuerySubsystem_QueryLocationInLineOfSight::Location' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_QueryLocationInLineOfSight, InOutLocationQueryHandle) == 0x000018, "Member 'WorldQuerySubsystem_QueryLocationInLineOfSight::InOutLocationQueryHandle' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_QueryLocationInLineOfSight, ReturnValue) == 0x000020, "Member 'WorldQuerySubsystem_QueryLocationInLineOfSight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldQuerySubsystem_GetAllActors \ +static_assert(alignof(WorldQuerySubsystem_GetAllActors) == 0x000008, "Wrong alignment on WorldQuerySubsystem_GetAllActors"); \ +static_assert(sizeof(WorldQuerySubsystem_GetAllActors) == 0x000018, "Wrong size on WorldQuerySubsystem_GetAllActors"); \ +static_assert(offsetof(WorldQuerySubsystem_GetAllActors, Types) == 0x000000, "Member 'WorldQuerySubsystem_GetAllActors::Types' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetAllActors, ReturnValue) == 0x000008, "Member 'WorldQuerySubsystem_GetAllActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldQuerySubsystem_GetAllActorsWithinRadius \ +static_assert(alignof(WorldQuerySubsystem_GetAllActorsWithinRadius) == 0x000008, "Wrong alignment on WorldQuerySubsystem_GetAllActorsWithinRadius"); \ +static_assert(sizeof(WorldQuerySubsystem_GetAllActorsWithinRadius) == 0x000030, "Wrong size on WorldQuerySubsystem_GetAllActorsWithinRadius"); \ +static_assert(offsetof(WorldQuerySubsystem_GetAllActorsWithinRadius, Location) == 0x000000, "Member 'WorldQuerySubsystem_GetAllActorsWithinRadius::Location' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetAllActorsWithinRadius, Radius) == 0x000018, "Member 'WorldQuerySubsystem_GetAllActorsWithinRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetAllActorsWithinRadius, Types) == 0x00001C, "Member 'WorldQuerySubsystem_GetAllActorsWithinRadius::Types' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetAllActorsWithinRadius, ReturnValue) == 0x000020, "Member 'WorldQuerySubsystem_GetAllActorsWithinRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag \ +static_assert(alignof(WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag) == 0x000008, "Wrong alignment on WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag"); \ +static_assert(sizeof(WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag) == 0x000038, "Wrong size on WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag"); \ +static_assert(offsetof(WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag, Location) == 0x000000, "Member 'WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag::Location' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag, Radius) == 0x000018, "Member 'WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag::Radius' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag, Types) == 0x00001C, "Member 'WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag::Types' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag, Tag) == 0x000020, "Member 'WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag, ReturnValue) == 0x000028, "Member 'WorldQuerySubsystem_GetAllActorsWithinRadiusWithTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldQuerySubsystem_GetClosestActorTo \ +static_assert(alignof(WorldQuerySubsystem_GetClosestActorTo) == 0x000008, "Wrong alignment on WorldQuerySubsystem_GetClosestActorTo"); \ +static_assert(sizeof(WorldQuerySubsystem_GetClosestActorTo) == 0x000030, "Wrong size on WorldQuerySubsystem_GetClosestActorTo"); \ +static_assert(offsetof(WorldQuerySubsystem_GetClosestActorTo, Location) == 0x000000, "Member 'WorldQuerySubsystem_GetClosestActorTo::Location' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetClosestActorTo, Types) == 0x000018, "Member 'WorldQuerySubsystem_GetClosestActorTo::Types' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetClosestActorTo, IgnoreActor) == 0x000020, "Member 'WorldQuerySubsystem_GetClosestActorTo::IgnoreActor' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetClosestActorTo, ReturnValue) == 0x000028, "Member 'WorldQuerySubsystem_GetClosestActorTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldQuerySubsystem_GetClosestActorToActor \ +static_assert(alignof(WorldQuerySubsystem_GetClosestActorToActor) == 0x000008, "Wrong alignment on WorldQuerySubsystem_GetClosestActorToActor"); \ +static_assert(sizeof(WorldQuerySubsystem_GetClosestActorToActor) == 0x000020, "Wrong size on WorldQuerySubsystem_GetClosestActorToActor"); \ +static_assert(offsetof(WorldQuerySubsystem_GetClosestActorToActor, SearchActor) == 0x000000, "Member 'WorldQuerySubsystem_GetClosestActorToActor::SearchActor' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetClosestActorToActor, Types) == 0x000008, "Member 'WorldQuerySubsystem_GetClosestActorToActor::Types' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetClosestActorToActor, IgnoreActor) == 0x000010, "Member 'WorldQuerySubsystem_GetClosestActorToActor::IgnoreActor' has a wrong offset!"); \ +static_assert(offsetof(WorldQuerySubsystem_GetClosestActorToActor, ReturnValue) == 0x000018, "Member 'WorldQuerySubsystem_GetClosestActorToActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldQuerySubsystem \ +static_assert(alignof(UWorldQuerySubsystem) == 0x000008, "Wrong alignment on UWorldQuerySubsystem"); \ +static_assert(sizeof(UWorldQuerySubsystem) == 0x000068, "Wrong size on UWorldQuerySubsystem"); \ +static_assert(offsetof(UWorldQuerySubsystem, RegisteredActorsMetadata) == 0x000048, "Member 'UWorldQuerySubsystem::RegisteredActorsMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JournalLocationIconViewModel_SetDisplayName \ +static_assert(alignof(JournalLocationIconViewModel_SetDisplayName) == 0x000008, "Wrong alignment on JournalLocationIconViewModel_SetDisplayName"); \ +static_assert(sizeof(JournalLocationIconViewModel_SetDisplayName) == 0x000010, "Wrong size on JournalLocationIconViewModel_SetDisplayName"); \ +static_assert(offsetof(JournalLocationIconViewModel_SetDisplayName, InDisplayName) == 0x000000, "Member 'JournalLocationIconViewModel_SetDisplayName::InDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJournalLocationIconViewModel \ +static_assert(alignof(UJournalLocationIconViewModel) == 0x000008, "Wrong alignment on UJournalLocationIconViewModel"); \ +static_assert(sizeof(UJournalLocationIconViewModel) == 0x000078, "Wrong size on UJournalLocationIconViewModel"); \ +static_assert(offsetof(UJournalLocationIconViewModel, DisplayName) == 0x000068, "Member 'UJournalLocationIconViewModel::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapTabViewModel \ +static_assert(alignof(UMapTabViewModel) == 0x000008, "Wrong alignment on UMapTabViewModel"); \ +static_assert(sizeof(UMapTabViewModel) == 0x000090, "Wrong size on UMapTabViewModel"); \ +static_assert(offsetof(UMapTabViewModel, ActiveMissions) == 0x000070, "Member 'UMapTabViewModel::ActiveMissions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionStarterLocationIconViewModel_SetDisplayName \ +static_assert(alignof(MissionStarterLocationIconViewModel_SetDisplayName) == 0x000008, "Wrong alignment on MissionStarterLocationIconViewModel_SetDisplayName"); \ +static_assert(sizeof(MissionStarterLocationIconViewModel_SetDisplayName) == 0x000010, "Wrong size on MissionStarterLocationIconViewModel_SetDisplayName"); \ +static_assert(offsetof(MissionStarterLocationIconViewModel_SetDisplayName, InDisplayName) == 0x000000, "Member 'MissionStarterLocationIconViewModel_SetDisplayName::InDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMissionStarterLocationIconViewModel \ +static_assert(alignof(UMissionStarterLocationIconViewModel) == 0x000008, "Wrong alignment on UMissionStarterLocationIconViewModel"); \ +static_assert(sizeof(UMissionStarterLocationIconViewModel) == 0x000080, "Wrong size on UMissionStarterLocationIconViewModel"); \ +static_assert(offsetof(UMissionStarterLocationIconViewModel, DisplayName) == 0x000068, "Member 'UMissionStarterLocationIconViewModel::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UMissionStarterLocationIconViewModel, MissionConfig) == 0x000078, "Member 'UMissionStarterLocationIconViewModel::MissionConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObjectiveLocationIconViewModel_SetDisplayName \ +static_assert(alignof(ObjectiveLocationIconViewModel_SetDisplayName) == 0x000008, "Wrong alignment on ObjectiveLocationIconViewModel_SetDisplayName"); \ +static_assert(sizeof(ObjectiveLocationIconViewModel_SetDisplayName) == 0x000010, "Wrong size on ObjectiveLocationIconViewModel_SetDisplayName"); \ +static_assert(offsetof(ObjectiveLocationIconViewModel_SetDisplayName, InDisplayName) == 0x000000, "Member 'ObjectiveLocationIconViewModel_SetDisplayName::InDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ObjectiveLocationIconViewModel_SetRadius \ +static_assert(alignof(ObjectiveLocationIconViewModel_SetRadius) == 0x000004, "Wrong alignment on ObjectiveLocationIconViewModel_SetRadius"); \ +static_assert(sizeof(ObjectiveLocationIconViewModel_SetRadius) == 0x000004, "Wrong size on ObjectiveLocationIconViewModel_SetRadius"); \ +static_assert(offsetof(ObjectiveLocationIconViewModel_SetRadius, InRadius) == 0x000000, "Member 'ObjectiveLocationIconViewModel_SetRadius::InRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UObjectiveLocationIconViewModel \ +static_assert(alignof(UObjectiveLocationIconViewModel) == 0x000008, "Wrong alignment on UObjectiveLocationIconViewModel"); \ +static_assert(sizeof(UObjectiveLocationIconViewModel) == 0x000080, "Wrong size on UObjectiveLocationIconViewModel"); \ +static_assert(offsetof(UObjectiveLocationIconViewModel, DisplayName) == 0x000068, "Member 'UObjectiveLocationIconViewModel::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UObjectiveLocationIconViewModel, Radius) == 0x000078, "Member 'UObjectiveLocationIconViewModel::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionObjectiveViewModel_SetDescription \ +static_assert(alignof(MissionObjectiveViewModel_SetDescription) == 0x000008, "Wrong alignment on MissionObjectiveViewModel_SetDescription"); \ +static_assert(sizeof(MissionObjectiveViewModel_SetDescription) == 0x000010, "Wrong size on MissionObjectiveViewModel_SetDescription"); \ +static_assert(offsetof(MissionObjectiveViewModel_SetDescription, InDescription) == 0x000000, "Member 'MissionObjectiveViewModel_SetDescription::InDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionObjectiveViewModel_SetIsUnseen \ +static_assert(alignof(MissionObjectiveViewModel_SetIsUnseen) == 0x000001, "Wrong alignment on MissionObjectiveViewModel_SetIsUnseen"); \ +static_assert(sizeof(MissionObjectiveViewModel_SetIsUnseen) == 0x000001, "Wrong size on MissionObjectiveViewModel_SetIsUnseen"); \ +static_assert(offsetof(MissionObjectiveViewModel_SetIsUnseen, bInIsUnseen) == 0x000000, "Member 'MissionObjectiveViewModel_SetIsUnseen::bInIsUnseen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMissionObjectiveViewModel \ +static_assert(alignof(UMissionObjectiveViewModel) == 0x000008, "Wrong alignment on UMissionObjectiveViewModel"); \ +static_assert(sizeof(UMissionObjectiveViewModel) == 0x0000A0, "Wrong size on UMissionObjectiveViewModel"); \ +static_assert(offsetof(UMissionObjectiveViewModel, Description) == 0x000070, "Member 'UMissionObjectiveViewModel::Description' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveViewModel, bIsActive) == 0x000080, "Member 'UMissionObjectiveViewModel::bIsActive' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveViewModel, bIsFailed) == 0x000081, "Member 'UMissionObjectiveViewModel::bIsFailed' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveViewModel, bIsCompleted) == 0x000082, "Member 'UMissionObjectiveViewModel::bIsCompleted' has a wrong offset!"); \ +static_assert(offsetof(UMissionObjectiveViewModel, bIsUnseen) == 0x000083, "Member 'UMissionObjectiveViewModel::bIsUnseen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMissionStarterViewModel \ +static_assert(alignof(UMissionStarterViewModel) == 0x000008, "Wrong alignment on UMissionStarterViewModel"); \ +static_assert(sizeof(UMissionStarterViewModel) == 0x000098, "Wrong size on UMissionStarterViewModel"); \ +static_assert(offsetof(UMissionStarterViewModel, MissionName) == 0x000070, "Member 'UMissionStarterViewModel::MissionName' has a wrong offset!"); \ +static_assert(offsetof(UMissionStarterViewModel, Cost) == 0x000080, "Member 'UMissionStarterViewModel::Cost' has a wrong offset!"); \ +static_assert(offsetof(UMissionStarterViewModel, MissionConfig) == 0x000088, "Member 'UMissionStarterViewModel::MissionConfig' has a wrong offset!"); \ +static_assert(offsetof(UMissionStarterViewModel, MissionStarter) == 0x000090, "Member 'UMissionStarterViewModel::MissionStarter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionViewModel_SetDisplayName \ +static_assert(alignof(MissionViewModel_SetDisplayName) == 0x000008, "Wrong alignment on MissionViewModel_SetDisplayName"); \ +static_assert(sizeof(MissionViewModel_SetDisplayName) == 0x000010, "Wrong size on MissionViewModel_SetDisplayName"); \ +static_assert(offsetof(MissionViewModel_SetDisplayName, InDisplayName) == 0x000000, "Member 'MissionViewModel_SetDisplayName::InDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MissionViewModel_SetIsUnseen \ +static_assert(alignof(MissionViewModel_SetIsUnseen) == 0x000001, "Wrong alignment on MissionViewModel_SetIsUnseen"); \ +static_assert(sizeof(MissionViewModel_SetIsUnseen) == 0x000001, "Wrong size on MissionViewModel_SetIsUnseen"); \ +static_assert(offsetof(MissionViewModel_SetIsUnseen, bInIsUnseen) == 0x000000, "Member 'MissionViewModel_SetIsUnseen::bInIsUnseen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMissionViewModel \ +static_assert(alignof(UMissionViewModel) == 0x000008, "Wrong alignment on UMissionViewModel"); \ +static_assert(sizeof(UMissionViewModel) == 0x0000B0, "Wrong size on UMissionViewModel"); \ +static_assert(offsetof(UMissionViewModel, DisplayName) == 0x000078, "Member 'UMissionViewModel::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UMissionViewModel, Objectives) == 0x000088, "Member 'UMissionViewModel::Objectives' has a wrong offset!"); \ +static_assert(offsetof(UMissionViewModel, bIsUnseen) == 0x000098, "Member 'UMissionViewModel::bIsUnseen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NpcIconViewModel_BP_OnNpcCharacterSet \ +static_assert(alignof(NpcIconViewModel_BP_OnNpcCharacterSet) == 0x000008, "Wrong alignment on NpcIconViewModel_BP_OnNpcCharacterSet"); \ +static_assert(sizeof(NpcIconViewModel_BP_OnNpcCharacterSet) == 0x000010, "Wrong size on NpcIconViewModel_BP_OnNpcCharacterSet"); \ +static_assert(offsetof(NpcIconViewModel_BP_OnNpcCharacterSet, OldNpcCharacter) == 0x000000, "Member 'NpcIconViewModel_BP_OnNpcCharacterSet::OldNpcCharacter' has a wrong offset!"); \ +static_assert(offsetof(NpcIconViewModel_BP_OnNpcCharacterSet, NewNpcCharacter) == 0x000008, "Member 'NpcIconViewModel_BP_OnNpcCharacterSet::NewNpcCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NpcIconViewModel_SetIsVisible \ +static_assert(alignof(NpcIconViewModel_SetIsVisible) == 0x000001, "Wrong alignment on NpcIconViewModel_SetIsVisible"); \ +static_assert(sizeof(NpcIconViewModel_SetIsVisible) == 0x000001, "Wrong size on NpcIconViewModel_SetIsVisible"); \ +static_assert(offsetof(NpcIconViewModel_SetIsVisible, bVisible) == 0x000000, "Member 'NpcIconViewModel_SetIsVisible::bVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NpcIconViewModel_GetCurrentNpc \ +static_assert(alignof(NpcIconViewModel_GetCurrentNpc) == 0x000008, "Wrong alignment on NpcIconViewModel_GetCurrentNpc"); \ +static_assert(sizeof(NpcIconViewModel_GetCurrentNpc) == 0x000008, "Wrong size on NpcIconViewModel_GetCurrentNpc"); \ +static_assert(offsetof(NpcIconViewModel_GetCurrentNpc, ReturnValue) == 0x000000, "Member 'NpcIconViewModel_GetCurrentNpc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNpcIconViewModel \ +static_assert(alignof(UNpcIconViewModel) == 0x000008, "Wrong alignment on UNpcIconViewModel"); \ +static_assert(sizeof(UNpcIconViewModel) == 0x000098, "Wrong size on UNpcIconViewModel"); \ +static_assert(offsetof(UNpcIconViewModel, bNpcIsInLineOfSight) == 0x000088, "Member 'UNpcIconViewModel::bNpcIsInLineOfSight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DialogueViewModel_OnBlockingResponseChanged \ +static_assert(alignof(DialogueViewModel_OnBlockingResponseChanged) == 0x000001, "Wrong alignment on DialogueViewModel_OnBlockingResponseChanged"); \ +static_assert(sizeof(DialogueViewModel_OnBlockingResponseChanged) == 0x000001, "Wrong size on DialogueViewModel_OnBlockingResponseChanged"); \ +static_assert(offsetof(DialogueViewModel_OnBlockingResponseChanged, bIsBlocking) == 0x000000, "Member 'DialogueViewModel_OnBlockingResponseChanged::bIsBlocking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDialogueViewModel \ +static_assert(alignof(UDialogueViewModel) == 0x000008, "Wrong alignment on UDialogueViewModel"); \ +static_assert(sizeof(UDialogueViewModel) == 0x0000D0, "Wrong size on UDialogueViewModel"); \ +static_assert(offsetof(UDialogueViewModel, UpResponse) == 0x000070, "Member 'UDialogueViewModel::UpResponse' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, DownResponse) == 0x000078, "Member 'UDialogueViewModel::DownResponse' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, LeftResponse) == 0x000080, "Member 'UDialogueViewModel::LeftResponse' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, RightResponse) == 0x000088, "Member 'UDialogueViewModel::RightResponse' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, bUpResponseValid) == 0x000090, "Member 'UDialogueViewModel::bUpResponseValid' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, bDownResponseValid) == 0x000091, "Member 'UDialogueViewModel::bDownResponseValid' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, bLeftResponseValid) == 0x000092, "Member 'UDialogueViewModel::bLeftResponseValid' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, bRightResponseValid) == 0x000093, "Member 'UDialogueViewModel::bRightResponseValid' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, ResponsesBlocked) == 0x000094, "Member 'UDialogueViewModel::ResponsesBlocked' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, ResponsePreviewVisible) == 0x000095, "Member 'UDialogueViewModel::ResponsePreviewVisible' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, ResponsePreviewText) == 0x000098, "Member 'UDialogueViewModel::ResponsePreviewText' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, StartSpeakerName) == 0x0000A8, "Member 'UDialogueViewModel::StartSpeakerName' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, PlayerDialogueComponent) == 0x0000B8, "Member 'UDialogueViewModel::PlayerDialogueComponent' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, AskNode) == 0x0000C0, "Member 'UDialogueViewModel::AskNode' has a wrong offset!"); \ +static_assert(offsetof(UDialogueViewModel, EmptyResponse) == 0x0000C8, "Member 'UDialogueViewModel::EmptyResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudVehicleViewModel \ +static_assert(alignof(UHudVehicleViewModel) == 0x000008, "Wrong alignment on UHudVehicleViewModel"); \ +static_assert(sizeof(UHudVehicleViewModel) == 0x000090, "Wrong size on UHudVehicleViewModel"); \ +static_assert(offsetof(UHudVehicleViewModel, VehicleSpeed) == 0x000070, "Member 'UHudVehicleViewModel::VehicleSpeed' has a wrong offset!"); \ +static_assert(offsetof(UHudVehicleViewModel, VehicleGear) == 0x000074, "Member 'UHudVehicleViewModel::VehicleGear' has a wrong offset!"); \ +static_assert(offsetof(UHudVehicleViewModel, VehicleRoadName) == 0x000078, "Member 'UHudVehicleViewModel::VehicleRoadName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleHealthbarViewModel_GetVehicle \ +static_assert(alignof(VehicleHealthbarViewModel_GetVehicle) == 0x000008, "Wrong alignment on VehicleHealthbarViewModel_GetVehicle"); \ +static_assert(sizeof(VehicleHealthbarViewModel_GetVehicle) == 0x000008, "Wrong size on VehicleHealthbarViewModel_GetVehicle"); \ +static_assert(offsetof(VehicleHealthbarViewModel_GetVehicle, ReturnValue) == 0x000000, "Member 'VehicleHealthbarViewModel_GetVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleHealthbarViewModel \ +static_assert(alignof(UVehicleHealthbarViewModel) == 0x000008, "Wrong alignment on UVehicleHealthbarViewModel"); \ +static_assert(sizeof(UVehicleHealthbarViewModel) == 0x000088, "Wrong size on UVehicleHealthbarViewModel"); \ +static_assert(offsetof(UVehicleHealthbarViewModel, HitPoints) == 0x000070, "Member 'UVehicleHealthbarViewModel::HitPoints' has a wrong offset!"); \ +static_assert(offsetof(UVehicleHealthbarViewModel, MaxHitPoints) == 0x000074, "Member 'UVehicleHealthbarViewModel::MaxHitPoints' has a wrong offset!"); \ +static_assert(offsetof(UVehicleHealthbarViewModel, LifetimeFraction) == 0x000078, "Member 'UVehicleHealthbarViewModel::LifetimeFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPathWidget \ +static_assert(alignof(UPathWidget) == 0x000008, "Wrong alignment on UPathWidget"); \ +static_assert(sizeof(UPathWidget) == 0x000198, "Wrong size on UPathWidget"); \ +static_assert(offsetof(UPathWidget, Paths) == 0x000178, "Member 'UPathWidget::Paths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHudNotificationGenericWidgetCreator \ +static_assert(alignof(UHudNotificationGenericWidgetCreator) == 0x000008, "Wrong alignment on UHudNotificationGenericWidgetCreator"); \ +static_assert(sizeof(UHudNotificationGenericWidgetCreator) == 0x000078, "Wrong size on UHudNotificationGenericWidgetCreator"); \ +static_assert(offsetof(UHudNotificationGenericWidgetCreator, HandledNotifications) == 0x000028, "Member 'UHudNotificationGenericWidgetCreator::HandledNotifications' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJournalNotificationWidgetCreator \ +static_assert(alignof(UJournalNotificationWidgetCreator) == 0x000008, "Wrong alignment on UJournalNotificationWidgetCreator"); \ +static_assert(sizeof(UJournalNotificationWidgetCreator) == 0x000168, "Wrong size on UJournalNotificationWidgetCreator"); \ +static_assert(offsetof(UJournalNotificationWidgetCreator, NewMainTopicLogged) == 0x000028, "Member 'UJournalNotificationWidgetCreator::NewMainTopicLogged' has a wrong offset!"); \ +static_assert(offsetof(UJournalNotificationWidgetCreator, NewSideTopicLogged) == 0x000038, "Member 'UJournalNotificationWidgetCreator::NewSideTopicLogged' has a wrong offset!"); \ +static_assert(offsetof(UJournalNotificationWidgetCreator, NewNoteTopicLogged) == 0x000048, "Member 'UJournalNotificationWidgetCreator::NewNoteTopicLogged' has a wrong offset!"); \ +static_assert(offsetof(UJournalNotificationWidgetCreator, NewTopicWithTagLogged) == 0x000058, "Member 'UJournalNotificationWidgetCreator::NewTopicWithTagLogged' has a wrong offset!"); \ +static_assert(offsetof(UJournalNotificationWidgetCreator, NewLocationLogged) == 0x0000A8, "Member 'UJournalNotificationWidgetCreator::NewLocationLogged' has a wrong offset!"); \ +static_assert(offsetof(UJournalNotificationWidgetCreator, NewPersonLogged) == 0x0000B8, "Member 'UJournalNotificationWidgetCreator::NewPersonLogged' has a wrong offset!"); \ +static_assert(offsetof(UJournalNotificationWidgetCreator, NewTagForTopicLogged) == 0x0000C8, "Member 'UJournalNotificationWidgetCreator::NewTagForTopicLogged' has a wrong offset!"); \ +static_assert(offsetof(UJournalNotificationWidgetCreator, EntryWithTagLogged) == 0x000118, "Member 'UJournalNotificationWidgetCreator::EntryWithTagLogged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NotificationQueueWidget_SetNotificationQueue \ +static_assert(alignof(NotificationQueueWidget_SetNotificationQueue) == 0x000008, "Wrong alignment on NotificationQueueWidget_SetNotificationQueue"); \ +static_assert(sizeof(NotificationQueueWidget_SetNotificationQueue) == 0x000008, "Wrong size on NotificationQueueWidget_SetNotificationQueue"); \ +static_assert(offsetof(NotificationQueueWidget_SetNotificationQueue, InNotificationQueue) == 0x000000, "Member 'NotificationQueueWidget_SetNotificationQueue::InNotificationQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NotificationQueueWidget_GetNotificationQueue \ +static_assert(alignof(NotificationQueueWidget_GetNotificationQueue) == 0x000008, "Wrong alignment on NotificationQueueWidget_GetNotificationQueue"); \ +static_assert(sizeof(NotificationQueueWidget_GetNotificationQueue) == 0x000008, "Wrong size on NotificationQueueWidget_GetNotificationQueue"); \ +static_assert(offsetof(NotificationQueueWidget_GetNotificationQueue, ReturnValue) == 0x000000, "Member 'NotificationQueueWidget_GetNotificationQueue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NotificationQueueWidget_GetUnhandledNotificationsQueue \ +static_assert(alignof(NotificationQueueWidget_GetUnhandledNotificationsQueue) == 0x000008, "Wrong alignment on NotificationQueueWidget_GetUnhandledNotificationsQueue"); \ +static_assert(sizeof(NotificationQueueWidget_GetUnhandledNotificationsQueue) == 0x000008, "Wrong size on NotificationQueueWidget_GetUnhandledNotificationsQueue"); \ +static_assert(offsetof(NotificationQueueWidget_GetUnhandledNotificationsQueue, ReturnValue) == 0x000000, "Member 'NotificationQueueWidget_GetUnhandledNotificationsQueue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNotificationQueueWidget \ +static_assert(alignof(UNotificationQueueWidget) == 0x000008, "Wrong alignment on UNotificationQueueWidget"); \ +static_assert(sizeof(UNotificationQueueWidget) == 0x000248, "Wrong size on UNotificationQueueWidget"); \ +static_assert(offsetof(UNotificationQueueWidget, NotificationQueue) == 0x000178, "Member 'UNotificationQueueWidget::NotificationQueue' has a wrong offset!"); \ +static_assert(offsetof(UNotificationQueueWidget, UnhandledNotificationsQueue) == 0x000180, "Member 'UNotificationQueueWidget::UnhandledNotificationsQueue' has a wrong offset!"); \ +static_assert(offsetof(UNotificationQueueWidget, NextNotificationQueueWidget) == 0x000188, "Member 'UNotificationQueueWidget::NextNotificationQueueWidget' has a wrong offset!"); \ +static_assert(offsetof(UNotificationQueueWidget, bRemoveUnhandledNotifications) == 0x000190, "Member 'UNotificationQueueWidget::bRemoveUnhandledNotifications' has a wrong offset!"); \ +static_assert(offsetof(UNotificationQueueWidget, Creators) == 0x000198, "Member 'UNotificationQueueWidget::Creators' has a wrong offset!"); \ +static_assert(offsetof(UNotificationQueueWidget, InternalNotificationsQueue) == 0x0001B8, "Member 'UNotificationQueueWidget::InternalNotificationsQueue' has a wrong offset!"); \ +static_assert(offsetof(UNotificationQueueWidget, WidgetPool) == 0x0001C0, "Member 'UNotificationQueueWidget::WidgetPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNotificationWidget \ +static_assert(alignof(UNotificationWidget) == 0x000008, "Wrong alignment on UNotificationWidget"); \ +static_assert(sizeof(UNotificationWidget) == 0x000338, "Wrong size on UNotificationWidget"); \ + +#define DUMPER7_ASSERTS_UnseenPathSubsystem_IsPathUnseen \ +static_assert(alignof(UnseenPathSubsystem_IsPathUnseen) == 0x000008, "Wrong alignment on UnseenPathSubsystem_IsPathUnseen"); \ +static_assert(sizeof(UnseenPathSubsystem_IsPathUnseen) == 0x000068, "Wrong size on UnseenPathSubsystem_IsPathUnseen"); \ +static_assert(offsetof(UnseenPathSubsystem_IsPathUnseen, InPath) == 0x000000, "Member 'UnseenPathSubsystem_IsPathUnseen::InPath' has a wrong offset!"); \ +static_assert(offsetof(UnseenPathSubsystem_IsPathUnseen, InComparison) == 0x000060, "Member 'UnseenPathSubsystem_IsPathUnseen::InComparison' has a wrong offset!"); \ +static_assert(offsetof(UnseenPathSubsystem_IsPathUnseen, ReturnValue) == 0x000061, "Member 'UnseenPathSubsystem_IsPathUnseen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UnseenPathSubsystem_MarkPathAsSeen \ +static_assert(alignof(UnseenPathSubsystem_MarkPathAsSeen) == 0x000008, "Wrong alignment on UnseenPathSubsystem_MarkPathAsSeen"); \ +static_assert(sizeof(UnseenPathSubsystem_MarkPathAsSeen) == 0x000068, "Wrong size on UnseenPathSubsystem_MarkPathAsSeen"); \ +static_assert(offsetof(UnseenPathSubsystem_MarkPathAsSeen, InPath) == 0x000000, "Member 'UnseenPathSubsystem_MarkPathAsSeen::InPath' has a wrong offset!"); \ +static_assert(offsetof(UnseenPathSubsystem_MarkPathAsSeen, InComparison) == 0x000060, "Member 'UnseenPathSubsystem_MarkPathAsSeen::InComparison' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUnseenPathSubsystem \ +static_assert(alignof(UUnseenPathSubsystem) == 0x000008, "Wrong alignment on UUnseenPathSubsystem"); \ +static_assert(sizeof(UUnseenPathSubsystem) == 0x0000C8, "Wrong size on UUnseenPathSubsystem"); \ +static_assert(offsetof(UUnseenPathSubsystem, BP_OnUnseenPathAdded) == 0x000080, "Member 'UUnseenPathSubsystem::BP_OnUnseenPathAdded' has a wrong offset!"); \ +static_assert(offsetof(UUnseenPathSubsystem, BP_OnUnseenPathRemoved) == 0x000090, "Member 'UUnseenPathSubsystem::BP_OnUnseenPathRemoved' has a wrong offset!"); \ +static_assert(offsetof(UUnseenPathSubsystem, BP_OnUnseenPathLoaded) == 0x0000A0, "Member 'UUnseenPathSubsystem::BP_OnUnseenPathLoaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACJVehicleLodProxy \ +static_assert(alignof(ACJVehicleLodProxy) == 0x000008, "Wrong alignment on ACJVehicleLodProxy"); \ +static_assert(sizeof(ACJVehicleLodProxy) == 0x000378, "Wrong size on ACJVehicleLodProxy"); \ +static_assert(offsetof(ACJVehicleLodProxy, VehicleAudio) == 0x0002E8, "Member 'ACJVehicleLodProxy::VehicleAudio' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicleLodProxy, VariationComponent) == 0x0002F0, "Member 'ACJVehicleLodProxy::VariationComponent' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicleLodProxy, LODMesh) == 0x000330, "Member 'ACJVehicleLodProxy::LODMesh' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicleLodProxy, Windshield) == 0x000338, "Member 'ACJVehicleLodProxy::Windshield' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicleLodProxy, Driver) == 0x000340, "Member 'ACJVehicleLodProxy::Driver' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicleLodProxy, LightMesh) == 0x000348, "Member 'ACJVehicleLodProxy::LightMesh' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicleLodProxy, HeadLightLeft) == 0x000350, "Member 'ACJVehicleLodProxy::HeadLightLeft' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicleLodProxy, HeadLightRight) == 0x000358, "Member 'ACJVehicleLodProxy::HeadLightRight' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicleLodProxy, RearLightLeft) == 0x000360, "Member 'ACJVehicleLodProxy::RearLightLeft' has a wrong offset!"); \ +static_assert(offsetof(ACJVehicleLodProxy, RearLightRight) == 0x000368, "Member 'ACJVehicleLodProxy::RearLightRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleIdentifierAsset \ +static_assert(alignof(UVehicleIdentifierAsset) == 0x000008, "Wrong alignment on UVehicleIdentifierAsset"); \ +static_assert(sizeof(UVehicleIdentifierAsset) == 0x000030, "Wrong size on UVehicleIdentifierAsset"); \ + +#define DUMPER7_ASSERTS_UVehicleSubsystem \ +static_assert(alignof(UVehicleSubsystem) == 0x000008, "Wrong alignment on UVehicleSubsystem"); \ +static_assert(sizeof(UVehicleSubsystem) == 0x000100, "Wrong size on UVehicleSubsystem"); \ +static_assert(offsetof(UVehicleSubsystem, VehicleIdentifiers) == 0x000060, "Member 'UVehicleSubsystem::VehicleIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(UVehicleSubsystem, VehicleIdentifierToPlaceIdMap) == 0x0000B0, "Member 'UVehicleSubsystem::VehicleIdentifierToPlaceIdMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleCombatComponent_SetCombatProfile \ +static_assert(alignof(VehicleCombatComponent_SetCombatProfile) == 0x000008, "Wrong alignment on VehicleCombatComponent_SetCombatProfile"); \ +static_assert(sizeof(VehicleCombatComponent_SetCombatProfile) == 0x000008, "Wrong size on VehicleCombatComponent_SetCombatProfile"); \ +static_assert(offsetof(VehicleCombatComponent_SetCombatProfile, NewProfile) == 0x000000, "Member 'VehicleCombatComponent_SetCombatProfile::NewProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleCombatComponent_SetCombatTarget \ +static_assert(alignof(VehicleCombatComponent_SetCombatTarget) == 0x000008, "Wrong alignment on VehicleCombatComponent_SetCombatTarget"); \ +static_assert(sizeof(VehicleCombatComponent_SetCombatTarget) == 0x000008, "Wrong size on VehicleCombatComponent_SetCombatTarget"); \ +static_assert(offsetof(VehicleCombatComponent_SetCombatTarget, Vehicle) == 0x000000, "Member 'VehicleCombatComponent_SetCombatTarget::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleCombatComponent_IsAttackAllowed \ +static_assert(alignof(VehicleCombatComponent_IsAttackAllowed) == 0x000001, "Wrong alignment on VehicleCombatComponent_IsAttackAllowed"); \ +static_assert(sizeof(VehicleCombatComponent_IsAttackAllowed) == 0x000001, "Wrong size on VehicleCombatComponent_IsAttackAllowed"); \ +static_assert(offsetof(VehicleCombatComponent_IsAttackAllowed, ReturnValue) == 0x000000, "Member 'VehicleCombatComponent_IsAttackAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleCombatComponent \ +static_assert(alignof(UVehicleCombatComponent) == 0x000008, "Wrong alignment on UVehicleCombatComponent"); \ +static_assert(sizeof(UVehicleCombatComponent) == 0x0000E8, "Wrong size on UVehicleCombatComponent"); \ +static_assert(offsetof(UVehicleCombatComponent, CombatProfile) == 0x0000C0, "Member 'UVehicleCombatComponent::CombatProfile' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCombatComponent, OwningVehicle) == 0x0000C8, "Member 'UVehicleCombatComponent::OwningVehicle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleCombatComponent, CombatTarget) == 0x0000D0, "Member 'UVehicleCombatComponent::CombatTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_ActivateSirenAudio \ +static_assert(alignof(VehicleEffectsComponent_ActivateSirenAudio) == 0x000008, "Wrong alignment on VehicleEffectsComponent_ActivateSirenAudio"); \ +static_assert(sizeof(VehicleEffectsComponent_ActivateSirenAudio) == 0x000008, "Wrong size on VehicleEffectsComponent_ActivateSirenAudio"); \ +static_assert(offsetof(VehicleEffectsComponent_ActivateSirenAudio, InSirenStartAudioEvent) == 0x000000, "Member 'VehicleEffectsComponent_ActivateSirenAudio::InSirenStartAudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_DeactivateSirenAudio \ +static_assert(alignof(VehicleEffectsComponent_DeactivateSirenAudio) == 0x000008, "Wrong alignment on VehicleEffectsComponent_DeactivateSirenAudio"); \ +static_assert(sizeof(VehicleEffectsComponent_DeactivateSirenAudio) == 0x000008, "Wrong size on VehicleEffectsComponent_DeactivateSirenAudio"); \ +static_assert(offsetof(VehicleEffectsComponent_DeactivateSirenAudio, InSirenStopAudioEvent) == 0x000000, "Member 'VehicleEffectsComponent_DeactivateSirenAudio::InSirenStopAudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnCustomValueSet \ +static_assert(alignof(VehicleEffectsComponent_OnCustomValueSet) == 0x000008, "Wrong alignment on VehicleEffectsComponent_OnCustomValueSet"); \ +static_assert(sizeof(VehicleEffectsComponent_OnCustomValueSet) == 0x000010, "Wrong size on VehicleEffectsComponent_OnCustomValueSet"); \ +static_assert(offsetof(VehicleEffectsComponent_OnCustomValueSet, InWorldStateInfo) == 0x000000, "Member 'VehicleEffectsComponent_OnCustomValueSet::InWorldStateInfo' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnCustomValueSet, ChangedPropertyName) == 0x000008, "Member 'VehicleEffectsComponent_OnCustomValueSet::ChangedPropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnDoorStateChanged \ +static_assert(alignof(VehicleEffectsComponent_OnDoorStateChanged) == 0x000001, "Wrong alignment on VehicleEffectsComponent_OnDoorStateChanged"); \ +static_assert(sizeof(VehicleEffectsComponent_OnDoorStateChanged) == 0x000002, "Wrong size on VehicleEffectsComponent_OnDoorStateChanged"); \ +static_assert(offsetof(VehicleEffectsComponent_OnDoorStateChanged, DoorId) == 0x000000, "Member 'VehicleEffectsComponent_OnDoorStateChanged::DoorId' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnDoorStateChanged, NewState) == 0x000001, "Member 'VehicleEffectsComponent_OnDoorStateChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnGearChange \ +static_assert(alignof(VehicleEffectsComponent_OnGearChange) == 0x000004, "Wrong alignment on VehicleEffectsComponent_OnGearChange"); \ +static_assert(sizeof(VehicleEffectsComponent_OnGearChange) == 0x00000C, "Wrong size on VehicleEffectsComponent_OnGearChange"); \ +static_assert(offsetof(VehicleEffectsComponent_OnGearChange, PreviousGear) == 0x000000, "Member 'VehicleEffectsComponent_OnGearChange::PreviousGear' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnGearChange, CurrentGear) == 0x000004, "Member 'VehicleEffectsComponent_OnGearChange::CurrentGear' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnGearChange, TargetGear) == 0x000008, "Member 'VehicleEffectsComponent_OnGearChange::TargetGear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnSideScrape \ +static_assert(alignof(VehicleEffectsComponent_OnSideScrape) == 0x000008, "Wrong alignment on VehicleEffectsComponent_OnSideScrape"); \ +static_assert(sizeof(VehicleEffectsComponent_OnSideScrape) == 0x000028, "Wrong size on VehicleEffectsComponent_OnSideScrape"); \ +static_assert(offsetof(VehicleEffectsComponent_OnSideScrape, SideScrapePhase) == 0x000000, "Member 'VehicleEffectsComponent_OnSideScrape::SideScrapePhase' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnSideScrape, LocalPosition) == 0x000008, "Member 'VehicleEffectsComponent_OnSideScrape::LocalPosition' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnSideScrape, SpeedDifferenceCmS) == 0x000020, "Member 'VehicleEffectsComponent_OnSideScrape::SpeedDifferenceCmS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnVehicleAbilityActivationChanged \ +static_assert(alignof(VehicleEffectsComponent_OnVehicleAbilityActivationChanged) == 0x000001, "Wrong alignment on VehicleEffectsComponent_OnVehicleAbilityActivationChanged"); \ +static_assert(sizeof(VehicleEffectsComponent_OnVehicleAbilityActivationChanged) == 0x000002, "Wrong size on VehicleEffectsComponent_OnVehicleAbilityActivationChanged"); \ +static_assert(offsetof(VehicleEffectsComponent_OnVehicleAbilityActivationChanged, AbilityId) == 0x000000, "Member 'VehicleEffectsComponent_OnVehicleAbilityActivationChanged::AbilityId' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnVehicleAbilityActivationChanged, bState) == 0x000001, "Member 'VehicleEffectsComponent_OnVehicleAbilityActivationChanged::bState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnVehicleControllerChanged \ +static_assert(alignof(VehicleEffectsComponent_OnVehicleControllerChanged) == 0x000008, "Wrong alignment on VehicleEffectsComponent_OnVehicleControllerChanged"); \ +static_assert(sizeof(VehicleEffectsComponent_OnVehicleControllerChanged) == 0x000018, "Wrong size on VehicleEffectsComponent_OnVehicleControllerChanged"); \ +static_assert(offsetof(VehicleEffectsComponent_OnVehicleControllerChanged, Pawn) == 0x000000, "Member 'VehicleEffectsComponent_OnVehicleControllerChanged::Pawn' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnVehicleControllerChanged, OldController) == 0x000008, "Member 'VehicleEffectsComponent_OnVehicleControllerChanged::OldController' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnVehicleControllerChanged, NewController) == 0x000010, "Member 'VehicleEffectsComponent_OnVehicleControllerChanged::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnVehicleImpactDamage \ +static_assert(alignof(VehicleEffectsComponent_OnVehicleImpactDamage) == 0x000008, "Wrong alignment on VehicleEffectsComponent_OnVehicleImpactDamage"); \ +static_assert(sizeof(VehicleEffectsComponent_OnVehicleImpactDamage) == 0x000118, "Wrong size on VehicleEffectsComponent_OnVehicleImpactDamage"); \ +static_assert(offsetof(VehicleEffectsComponent_OnVehicleImpactDamage, Damage) == 0x000000, "Member 'VehicleEffectsComponent_OnVehicleImpactDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnVehicleImpactDamage, ImpactEvent) == 0x000008, "Member 'VehicleEffectsComponent_OnVehicleImpactDamage::ImpactEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnWeakSpotDamaged \ +static_assert(alignof(VehicleEffectsComponent_OnWeakSpotDamaged) == 0x000008, "Wrong alignment on VehicleEffectsComponent_OnWeakSpotDamaged"); \ +static_assert(sizeof(VehicleEffectsComponent_OnWeakSpotDamaged) == 0x000010, "Wrong size on VehicleEffectsComponent_OnWeakSpotDamaged"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotDamaged, WeakSpot) == 0x000000, "Member 'VehicleEffectsComponent_OnWeakSpotDamaged::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotDamaged, Damage) == 0x000008, "Member 'VehicleEffectsComponent_OnWeakSpotDamaged::Damage' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotDamaged, DamageClass) == 0x00000C, "Member 'VehicleEffectsComponent_OnWeakSpotDamaged::DamageClass' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotDamaged, DamageSource) == 0x00000D, "Member 'VehicleEffectsComponent_OnWeakSpotDamaged::DamageSource' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotDamaged, bReapply) == 0x00000E, "Member 'VehicleEffectsComponent_OnWeakSpotDamaged::bReapply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnWeakSpotDamageTrehshold \ +static_assert(alignof(VehicleEffectsComponent_OnWeakSpotDamageTrehshold) == 0x000008, "Wrong alignment on VehicleEffectsComponent_OnWeakSpotDamageTrehshold"); \ +static_assert(sizeof(VehicleEffectsComponent_OnWeakSpotDamageTrehshold) == 0x000010, "Wrong size on VehicleEffectsComponent_OnWeakSpotDamageTrehshold"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotDamageTrehshold, WeakSpot) == 0x000000, "Member 'VehicleEffectsComponent_OnWeakSpotDamageTrehshold::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotDamageTrehshold, Damage) == 0x000008, "Member 'VehicleEffectsComponent_OnWeakSpotDamageTrehshold::Damage' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotDamageTrehshold, bReapply) == 0x00000C, "Member 'VehicleEffectsComponent_OnWeakSpotDamageTrehshold::bReapply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnWeakSpotDestroyed \ +static_assert(alignof(VehicleEffectsComponent_OnWeakSpotDestroyed) == 0x000008, "Wrong alignment on VehicleEffectsComponent_OnWeakSpotDestroyed"); \ +static_assert(sizeof(VehicleEffectsComponent_OnWeakSpotDestroyed) == 0x000010, "Wrong size on VehicleEffectsComponent_OnWeakSpotDestroyed"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotDestroyed, WeakSpot) == 0x000000, "Member 'VehicleEffectsComponent_OnWeakSpotDestroyed::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotDestroyed, Damage) == 0x000008, "Member 'VehicleEffectsComponent_OnWeakSpotDestroyed::Damage' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotDestroyed, bTriggeredTakedown) == 0x00000C, "Member 'VehicleEffectsComponent_OnWeakSpotDestroyed::bTriggeredTakedown' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotDestroyed, bReapply) == 0x00000D, "Member 'VehicleEffectsComponent_OnWeakSpotDestroyed::bReapply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnWeakSpotRestored \ +static_assert(alignof(VehicleEffectsComponent_OnWeakSpotRestored) == 0x000008, "Wrong alignment on VehicleEffectsComponent_OnWeakSpotRestored"); \ +static_assert(sizeof(VehicleEffectsComponent_OnWeakSpotRestored) == 0x000010, "Wrong size on VehicleEffectsComponent_OnWeakSpotRestored"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotRestored, WeakSpot) == 0x000000, "Member 'VehicleEffectsComponent_OnWeakSpotRestored::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWeakSpotRestored, bWasDestroyed) == 0x000008, "Member 'VehicleEffectsComponent_OnWeakSpotRestored::bWasDestroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnWheelBump \ +static_assert(alignof(VehicleEffectsComponent_OnWheelBump) == 0x000004, "Wrong alignment on VehicleEffectsComponent_OnWheelBump"); \ +static_assert(sizeof(VehicleEffectsComponent_OnWheelBump) == 0x000008, "Wrong size on VehicleEffectsComponent_OnWheelBump"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWheelBump, LeftCombinedBumpStrength) == 0x000000, "Member 'VehicleEffectsComponent_OnWheelBump::LeftCombinedBumpStrength' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWheelBump, RightCombinedBumpStrength) == 0x000004, "Member 'VehicleEffectsComponent_OnWheelBump::RightCombinedBumpStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnWhooshEnd \ +static_assert(alignof(VehicleEffectsComponent_OnWhooshEnd) == 0x000001, "Wrong alignment on VehicleEffectsComponent_OnWhooshEnd"); \ +static_assert(sizeof(VehicleEffectsComponent_OnWhooshEnd) == 0x000001, "Wrong size on VehicleEffectsComponent_OnWhooshEnd"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWhooshEnd, bLeftSide) == 0x000000, "Member 'VehicleEffectsComponent_OnWhooshEnd::bLeftSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnWhooshPeak \ +static_assert(alignof(VehicleEffectsComponent_OnWhooshPeak) == 0x000004, "Wrong alignment on VehicleEffectsComponent_OnWhooshPeak"); \ +static_assert(sizeof(VehicleEffectsComponent_OnWhooshPeak) == 0x000008, "Wrong size on VehicleEffectsComponent_OnWhooshPeak"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWhooshPeak, bLeftSide) == 0x000000, "Member 'VehicleEffectsComponent_OnWhooshPeak::bLeftSide' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWhooshPeak, InIntensity) == 0x000004, "Member 'VehicleEffectsComponent_OnWhooshPeak::InIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnWhooshStart \ +static_assert(alignof(VehicleEffectsComponent_OnWhooshStart) == 0x000001, "Wrong alignment on VehicleEffectsComponent_OnWhooshStart"); \ +static_assert(sizeof(VehicleEffectsComponent_OnWhooshStart) == 0x000001, "Wrong size on VehicleEffectsComponent_OnWhooshStart"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWhooshStart, bLeftSide) == 0x000000, "Member 'VehicleEffectsComponent_OnWhooshStart::bLeftSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleEffectsComponent_OnWindowDestroyed \ +static_assert(alignof(VehicleEffectsComponent_OnWindowDestroyed) == 0x000008, "Wrong alignment on VehicleEffectsComponent_OnWindowDestroyed"); \ +static_assert(sizeof(VehicleEffectsComponent_OnWindowDestroyed) == 0x000010, "Wrong size on VehicleEffectsComponent_OnWindowDestroyed"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWindowDestroyed, WeakSpot) == 0x000000, "Member 'VehicleEffectsComponent_OnWindowDestroyed::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(VehicleEffectsComponent_OnWindowDestroyed, Damage) == 0x000008, "Member 'VehicleEffectsComponent_OnWindowDestroyed::Damage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleEffectsComponent \ +static_assert(alignof(UVehicleEffectsComponent) == 0x000008, "Wrong alignment on UVehicleEffectsComponent"); \ +static_assert(sizeof(UVehicleEffectsComponent) == 0x000360, "Wrong size on UVehicleEffectsComponent"); \ +static_assert(offsetof(UVehicleEffectsComponent, VehicleAudio) == 0x0000C0, "Member 'UVehicleEffectsComponent::VehicleAudio' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, VehicleAkEmitter) == 0x0000C8, "Member 'UVehicleEffectsComponent::VehicleAkEmitter' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, VehicleExhaustAkEmitter) == 0x0000D0, "Member 'UVehicleEffectsComponent::VehicleExhaustAkEmitter' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, bAlwaysAllowImpactAudio) == 0x0000D8, "Member 'UVehicleEffectsComponent::bAlwaysAllowImpactAudio' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, TimeBetweenImpactEffects) == 0x0000DC, "Member 'UVehicleEffectsComponent::TimeBetweenImpactEffects' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, TimeBetweenTakedownImpactEffects) == 0x0000E4, "Member 'UVehicleEffectsComponent::TimeBetweenTakedownImpactEffects' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, SmallImpactForceFeedback) == 0x0000F0, "Member 'UVehicleEffectsComponent::SmallImpactForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, MediumImpactForceFeedback) == 0x0000F8, "Member 'UVehicleEffectsComponent::MediumImpactForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, LargeImpactForceFeedback) == 0x000100, "Member 'UVehicleEffectsComponent::LargeImpactForceFeedback' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, ImpactSurfaceTypeToParticleSystem) == 0x000108, "Member 'UVehicleEffectsComponent::ImpactSurfaceTypeToParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, ImpactVehicleParticleSystem) == 0x000158, "Member 'UVehicleEffectsComponent::ImpactVehicleParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, ImpactDuringTakedownParticleSystem) == 0x000160, "Member 'UVehicleEffectsComponent::ImpactDuringTakedownParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, EngineDamagedParticleSystem) == 0x000168, "Member 'UVehicleEffectsComponent::EngineDamagedParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, ConditionWeakSpotDestroyedParticleSystem) == 0x000170, "Member 'UVehicleEffectsComponent::ConditionWeakSpotDestroyedParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, WheelParticleSystem) == 0x000178, "Member 'UVehicleEffectsComponent::WheelParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, TrailParticleSystem) == 0x000180, "Member 'UVehicleEffectsComponent::TrailParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, TrailSocketNames) == 0x000188, "Member 'UVehicleEffectsComponent::TrailSocketNames' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, DamagedWheelFrequency) == 0x000198, "Member 'UVehicleEffectsComponent::DamagedWheelFrequency' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, DamagedWheelYawAmplitude) == 0x00019C, "Member 'UVehicleEffectsComponent::DamagedWheelYawAmplitude' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, TireExplodeParticleSystem) == 0x0001A0, "Member 'UVehicleEffectsComponent::TireExplodeParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, TireFallsOffParticleSystem) == 0x0001A8, "Member 'UVehicleEffectsComponent::TireFallsOffParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, WheelDamagedParticleSystem) == 0x0001B0, "Member 'UVehicleEffectsComponent::WheelDamagedParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, WheelDamagedOngoingParticleSystem) == 0x0001B8, "Member 'UVehicleEffectsComponent::WheelDamagedOngoingParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, WheelDestroyedParticleSystem) == 0x0001C0, "Member 'UVehicleEffectsComponent::WheelDestroyedParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, WindowDestroyedParticleSystem) == 0x0001C8, "Member 'UVehicleEffectsComponent::WindowDestroyedParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, FrontLightDestroyedParticleSystem) == 0x0001D0, "Member 'UVehicleEffectsComponent::FrontLightDestroyedParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, RearLightDestroyedParticleSystem) == 0x0001D8, "Member 'UVehicleEffectsComponent::RearLightDestroyedParticleSystem' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, WheelEffectSetups) == 0x0001E0, "Member 'UVehicleEffectsComponent::WheelEffectSetups' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, EngineAttachName) == 0x0001F0, "Member 'UVehicleEffectsComponent::EngineAttachName' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, ExhaustSetups) == 0x0001F8, "Member 'UVehicleEffectsComponent::ExhaustSetups' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, ExhaustThrottleRateChange) == 0x000208, "Member 'UVehicleEffectsComponent::ExhaustThrottleRateChange' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, ExhaustBillowingProbabiltyValue) == 0x000210, "Member 'UVehicleEffectsComponent::ExhaustBillowingProbabiltyValue' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, LandingEffects) == 0x000220, "Member 'UVehicleEffectsComponent::LandingEffects' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, WheelEffects) == 0x000270, "Member 'UVehicleEffectsComponent::WheelEffects' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, EngineDamageEffectComponent) == 0x000280, "Member 'UVehicleEffectsComponent::EngineDamageEffectComponent' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, ConditionDestroyedEffectComponent) == 0x000288, "Member 'UVehicleEffectsComponent::ConditionDestroyedEffectComponent' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, ExhaustEffectComponents) == 0x000290, "Member 'UVehicleEffectsComponent::ExhaustEffectComponents' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, NitrousEffectComponents) == 0x0002A0, "Member 'UVehicleEffectsComponent::NitrousEffectComponents' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, TrailEffectComponents) == 0x0002B0, "Member 'UVehicleEffectsComponent::TrailEffectComponents' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, ParentVehicle) == 0x0002C0, "Member 'UVehicleEffectsComponent::ParentVehicle' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, SuspensionStrengthAudioSwitch) == 0x0002C8, "Member 'UVehicleEffectsComponent::SuspensionStrengthAudioSwitch' has a wrong offset!"); \ +static_assert(offsetof(UVehicleEffectsComponent, WheelDestroyedIdToAudioComponent) == 0x0002F8, "Member 'UVehicleEffectsComponent::WheelDestroyedIdToAudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleShellDeformationComponent_OnMeshConstraintBrokenCallback \ +static_assert(alignof(VehicleShellDeformationComponent_OnMeshConstraintBrokenCallback) == 0x000004, "Wrong alignment on VehicleShellDeformationComponent_OnMeshConstraintBrokenCallback"); \ +static_assert(sizeof(VehicleShellDeformationComponent_OnMeshConstraintBrokenCallback) == 0x000004, "Wrong size on VehicleShellDeformationComponent_OnMeshConstraintBrokenCallback"); \ +static_assert(offsetof(VehicleShellDeformationComponent_OnMeshConstraintBrokenCallback, ConstraintIndex) == 0x000000, "Member 'VehicleShellDeformationComponent_OnMeshConstraintBrokenCallback::ConstraintIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleShellDeformationComponent_OnVehicleTakeImpactDamage \ +static_assert(alignof(VehicleShellDeformationComponent_OnVehicleTakeImpactDamage) == 0x000008, "Wrong alignment on VehicleShellDeformationComponent_OnVehicleTakeImpactDamage"); \ +static_assert(sizeof(VehicleShellDeformationComponent_OnVehicleTakeImpactDamage) == 0x000118, "Wrong size on VehicleShellDeformationComponent_OnVehicleTakeImpactDamage"); \ +static_assert(offsetof(VehicleShellDeformationComponent_OnVehicleTakeImpactDamage, Damage) == 0x000000, "Member 'VehicleShellDeformationComponent_OnVehicleTakeImpactDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(VehicleShellDeformationComponent_OnVehicleTakeImpactDamage, ImpactEvent) == 0x000008, "Member 'VehicleShellDeformationComponent_OnVehicleTakeImpactDamage::ImpactEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleShellDeformationComponent \ +static_assert(alignof(UVehicleShellDeformationComponent) == 0x000008, "Wrong alignment on UVehicleShellDeformationComponent"); \ +static_assert(sizeof(UVehicleShellDeformationComponent) == 0x000150, "Wrong size on UVehicleShellDeformationComponent"); \ +static_assert(offsetof(UVehicleShellDeformationComponent, bDeformationEnabled) == 0x0000C0, "Member 'UVehicleShellDeformationComponent::bDeformationEnabled' has a wrong offset!"); \ +static_assert(offsetof(UVehicleShellDeformationComponent, MaxDeformationDamage) == 0x0000C4, "Member 'UVehicleShellDeformationComponent::MaxDeformationDamage' has a wrong offset!"); \ +static_assert(offsetof(UVehicleShellDeformationComponent, OnBodyMovedDelegate) == 0x0000C8, "Member 'UVehicleShellDeformationComponent::OnBodyMovedDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleSideScrapeComponent \ +static_assert(alignof(UVehicleSideScrapeComponent) == 0x000008, "Wrong alignment on UVehicleSideScrapeComponent"); \ +static_assert(sizeof(UVehicleSideScrapeComponent) == 0x000108, "Wrong size on UVehicleSideScrapeComponent"); \ +static_assert(offsetof(UVehicleSideScrapeComponent, OnSideScrape) == 0x0000C0, "Member 'UVehicleSideScrapeComponent::OnSideScrape' has a wrong offset!"); \ +static_assert(offsetof(UVehicleSideScrapeComponent, MinDistanceThreshold) == 0x0000C8, "Member 'UVehicleSideScrapeComponent::MinDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVehicleSideScrapeComponent, MaxDirectionDivergerence) == 0x0000D0, "Member 'UVehicleSideScrapeComponent::MaxDirectionDivergerence' has a wrong offset!"); \ +static_assert(offsetof(UVehicleSideScrapeComponent, SideScrapeDuration) == 0x0000D8, "Member 'UVehicleSideScrapeComponent::SideScrapeDuration' has a wrong offset!"); \ +static_assert(offsetof(UVehicleSideScrapeComponent, ParentVehicle) == 0x0000E0, "Member 'UVehicleSideScrapeComponent::ParentVehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheelMotionBlurComponent_ApplyWheelMotionBlurNative \ +static_assert(alignof(WheelMotionBlurComponent_ApplyWheelMotionBlurNative) == 0x000008, "Wrong alignment on WheelMotionBlurComponent_ApplyWheelMotionBlurNative"); \ +static_assert(sizeof(WheelMotionBlurComponent_ApplyWheelMotionBlurNative) == 0x000010, "Wrong size on WheelMotionBlurComponent_ApplyWheelMotionBlurNative"); \ +static_assert(offsetof(WheelMotionBlurComponent_ApplyWheelMotionBlurNative, MotionBlurMIDs) == 0x000000, "Member 'WheelMotionBlurComponent_ApplyWheelMotionBlurNative::MotionBlurMIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWheelMotionBlurComponent \ +static_assert(alignof(UWheelMotionBlurComponent) == 0x000008, "Wrong alignment on UWheelMotionBlurComponent"); \ +static_assert(sizeof(UWheelMotionBlurComponent) == 0x0000F0, "Wrong size on UWheelMotionBlurComponent"); \ +static_assert(offsetof(UWheelMotionBlurComponent, BlurAngleVelocityMax) == 0x0000C0, "Member 'UWheelMotionBlurComponent::BlurAngleVelocityMax' has a wrong offset!"); \ +static_assert(offsetof(UWheelMotionBlurComponent, BlurAngleMax) == 0x0000C4, "Member 'UWheelMotionBlurComponent::BlurAngleMax' has a wrong offset!"); \ +static_assert(offsetof(UWheelMotionBlurComponent, CachedMotionBlurWheelMIDs) == 0x0000D8, "Member 'UWheelMotionBlurComponent::CachedMotionBlurWheelMIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleNitrousAbilityComponent_SetNitrousState \ +static_assert(alignof(VehicleNitrousAbilityComponent_SetNitrousState) == 0x000004, "Wrong alignment on VehicleNitrousAbilityComponent_SetNitrousState"); \ +static_assert(sizeof(VehicleNitrousAbilityComponent_SetNitrousState) == 0x000008, "Wrong size on VehicleNitrousAbilityComponent_SetNitrousState"); \ +static_assert(offsetof(VehicleNitrousAbilityComponent_SetNitrousState, NitrousAmount) == 0x000000, "Member 'VehicleNitrousAbilityComponent_SetNitrousState::NitrousAmount' has a wrong offset!"); \ +static_assert(offsetof(VehicleNitrousAbilityComponent_SetNitrousState, NitrousFlasksLeft) == 0x000004, "Member 'VehicleNitrousAbilityComponent_SetNitrousState::NitrousFlasksLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleNitrousAbilityComponent_GetNitrousAmount \ +static_assert(alignof(VehicleNitrousAbilityComponent_GetNitrousAmount) == 0x000004, "Wrong alignment on VehicleNitrousAbilityComponent_GetNitrousAmount"); \ +static_assert(sizeof(VehicleNitrousAbilityComponent_GetNitrousAmount) == 0x000004, "Wrong size on VehicleNitrousAbilityComponent_GetNitrousAmount"); \ +static_assert(offsetof(VehicleNitrousAbilityComponent_GetNitrousAmount, ReturnValue) == 0x000000, "Member 'VehicleNitrousAbilityComponent_GetNitrousAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleNitrousAbilityComponent_GetNitrousFlasksLeft \ +static_assert(alignof(VehicleNitrousAbilityComponent_GetNitrousFlasksLeft) == 0x000004, "Wrong alignment on VehicleNitrousAbilityComponent_GetNitrousFlasksLeft"); \ +static_assert(sizeof(VehicleNitrousAbilityComponent_GetNitrousFlasksLeft) == 0x000004, "Wrong size on VehicleNitrousAbilityComponent_GetNitrousFlasksLeft"); \ +static_assert(offsetof(VehicleNitrousAbilityComponent_GetNitrousFlasksLeft, ReturnValue) == 0x000000, "Member 'VehicleNitrousAbilityComponent_GetNitrousFlasksLeft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleNitrousAbilityComponent \ +static_assert(alignof(UVehicleNitrousAbilityComponent) == 0x000008, "Wrong alignment on UVehicleNitrousAbilityComponent"); \ +static_assert(sizeof(UVehicleNitrousAbilityComponent) == 0x0000E8, "Wrong size on UVehicleNitrousAbilityComponent"); \ + +#define DUMPER7_ASSERTS_CJVehicleUtils_FindClosestPointOnVehicle \ +static_assert(alignof(CJVehicleUtils_FindClosestPointOnVehicle) == 0x000010, "Wrong alignment on CJVehicleUtils_FindClosestPointOnVehicle"); \ +static_assert(sizeof(CJVehicleUtils_FindClosestPointOnVehicle) == 0x0000D0, "Wrong size on CJVehicleUtils_FindClosestPointOnVehicle"); \ +static_assert(offsetof(CJVehicleUtils_FindClosestPointOnVehicle, position) == 0x000000, "Member 'CJVehicleUtils_FindClosestPointOnVehicle::position' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_FindClosestPointOnVehicle, Transform) == 0x000020, "Member 'CJVehicleUtils_FindClosestPointOnVehicle::Transform' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_FindClosestPointOnVehicle, LocalBounds) == 0x000080, "Member 'CJVehicleUtils_FindClosestPointOnVehicle::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_FindClosestPointOnVehicle, ReturnValue) == 0x0000B8, "Member 'CJVehicleUtils_FindClosestPointOnVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleUtils_FindFreeSeat \ +static_assert(alignof(CJVehicleUtils_FindFreeSeat) == 0x000008, "Wrong alignment on CJVehicleUtils_FindFreeSeat"); \ +static_assert(sizeof(CJVehicleUtils_FindFreeSeat) == 0x000010, "Wrong size on CJVehicleUtils_FindFreeSeat"); \ +static_assert(offsetof(CJVehicleUtils_FindFreeSeat, Vehicle) == 0x000000, "Member 'CJVehicleUtils_FindFreeSeat::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_FindFreeSeat, ReturnValue) == 0x000008, "Member 'CJVehicleUtils_FindFreeSeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleUtils_FindUnoccupiedSeat \ +static_assert(alignof(CJVehicleUtils_FindUnoccupiedSeat) == 0x000008, "Wrong alignment on CJVehicleUtils_FindUnoccupiedSeat"); \ +static_assert(sizeof(CJVehicleUtils_FindUnoccupiedSeat) == 0x000010, "Wrong size on CJVehicleUtils_FindUnoccupiedSeat"); \ +static_assert(offsetof(CJVehicleUtils_FindUnoccupiedSeat, Vehicle) == 0x000000, "Member 'CJVehicleUtils_FindUnoccupiedSeat::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_FindUnoccupiedSeat, ReturnValue) == 0x000008, "Member 'CJVehicleUtils_FindUnoccupiedSeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleUtils_GetClosestDistanceOnPathToVehicles \ +static_assert(alignof(CJVehicleUtils_GetClosestDistanceOnPathToVehicles) == 0x000008, "Wrong alignment on CJVehicleUtils_GetClosestDistanceOnPathToVehicles"); \ +static_assert(sizeof(CJVehicleUtils_GetClosestDistanceOnPathToVehicles) == 0x000040, "Wrong size on CJVehicleUtils_GetClosestDistanceOnPathToVehicles"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceOnPathToVehicles, WorldContext) == 0x000000, "Member 'CJVehicleUtils_GetClosestDistanceOnPathToVehicles::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceOnPathToVehicles, PlayerPosition) == 0x000008, "Member 'CJVehicleUtils_GetClosestDistanceOnPathToVehicles::PlayerPosition' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceOnPathToVehicles, LaneSearchRange) == 0x000020, "Member 'CJVehicleUtils_GetClosestDistanceOnPathToVehicles::LaneSearchRange' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceOnPathToVehicles, OtherVehicles) == 0x000028, "Member 'CJVehicleUtils_GetClosestDistanceOnPathToVehicles::OtherVehicles' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceOnPathToVehicles, ReturnValue) == 0x000038, "Member 'CJVehicleUtils_GetClosestDistanceOnPathToVehicles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleUtils_GetClosestDistanceToVehicles \ +static_assert(alignof(CJVehicleUtils_GetClosestDistanceToVehicles) == 0x000008, "Wrong alignment on CJVehicleUtils_GetClosestDistanceToVehicles"); \ +static_assert(sizeof(CJVehicleUtils_GetClosestDistanceToVehicles) == 0x000038, "Wrong size on CJVehicleUtils_GetClosestDistanceToVehicles"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceToVehicles, WorldContext) == 0x000000, "Member 'CJVehicleUtils_GetClosestDistanceToVehicles::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceToVehicles, PlayerPosition) == 0x000008, "Member 'CJVehicleUtils_GetClosestDistanceToVehicles::PlayerPosition' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceToVehicles, OtherVehicles) == 0x000020, "Member 'CJVehicleUtils_GetClosestDistanceToVehicles::OtherVehicles' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceToVehicles, ReturnValue) == 0x000030, "Member 'CJVehicleUtils_GetClosestDistanceToVehicles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleUtils_GetClosestDistanceVehicleInLineSegment \ +static_assert(alignof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment) == 0x000010, "Wrong alignment on CJVehicleUtils_GetClosestDistanceVehicleInLineSegment"); \ +static_assert(sizeof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment) == 0x000110, "Wrong size on CJVehicleUtils_GetClosestDistanceVehicleInLineSegment"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment, VehicleTransform) == 0x000000, "Member 'CJVehicleUtils_GetClosestDistanceVehicleInLineSegment::VehicleTransform' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment, LocalBounds) == 0x000060, "Member 'CJVehicleUtils_GetClosestDistanceVehicleInLineSegment::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment, StartPosition) == 0x000098, "Member 'CJVehicleUtils_GetClosestDistanceVehicleInLineSegment::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment, EndPosition) == 0x0000B0, "Member 'CJVehicleUtils_GetClosestDistanceVehicleInLineSegment::EndPosition' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment, SidewayThreshold) == 0x0000C8, "Member 'CJVehicleUtils_GetClosestDistanceVehicleInLineSegment::SidewayThreshold' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment, ClosestPointOnLine) == 0x0000D0, "Member 'CJVehicleUtils_GetClosestDistanceVehicleInLineSegment::ClosestPointOnLine' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment, ClosestPointOnVehicle) == 0x0000E8, "Member 'CJVehicleUtils_GetClosestDistanceVehicleInLineSegment::ClosestPointOnVehicle' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment, ClosestDistance) == 0x000100, "Member 'CJVehicleUtils_GetClosestDistanceVehicleInLineSegment::ClosestDistance' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment, LeftSideDistance) == 0x000104, "Member 'CJVehicleUtils_GetClosestDistanceVehicleInLineSegment::LeftSideDistance' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment, RightSideDistance) == 0x000108, "Member 'CJVehicleUtils_GetClosestDistanceVehicleInLineSegment::RightSideDistance' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetClosestDistanceVehicleInLineSegment, ReturnValue) == 0x00010C, "Member 'CJVehicleUtils_GetClosestDistanceVehicleInLineSegment::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleUtils_GetDoorIdFromSeat \ +static_assert(alignof(CJVehicleUtils_GetDoorIdFromSeat) == 0x000001, "Wrong alignment on CJVehicleUtils_GetDoorIdFromSeat"); \ +static_assert(sizeof(CJVehicleUtils_GetDoorIdFromSeat) == 0x000002, "Wrong size on CJVehicleUtils_GetDoorIdFromSeat"); \ +static_assert(offsetof(CJVehicleUtils_GetDoorIdFromSeat, SeatId) == 0x000000, "Member 'CJVehicleUtils_GetDoorIdFromSeat::SeatId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetDoorIdFromSeat, ReturnValue) == 0x000001, "Member 'CJVehicleUtils_GetDoorIdFromSeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleUtils_GetSeatFromDoorId \ +static_assert(alignof(CJVehicleUtils_GetSeatFromDoorId) == 0x000001, "Wrong alignment on CJVehicleUtils_GetSeatFromDoorId"); \ +static_assert(sizeof(CJVehicleUtils_GetSeatFromDoorId) == 0x000002, "Wrong size on CJVehicleUtils_GetSeatFromDoorId"); \ +static_assert(offsetof(CJVehicleUtils_GetSeatFromDoorId, DoorId) == 0x000000, "Member 'CJVehicleUtils_GetSeatFromDoorId::DoorId' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_GetSeatFromDoorId, ReturnValue) == 0x000001, "Member 'CJVehicleUtils_GetSeatFromDoorId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJVehicleUtils_QueryWeakSpotDamage \ +static_assert(alignof(CJVehicleUtils_QueryWeakSpotDamage) == 0x000008, "Wrong alignment on CJVehicleUtils_QueryWeakSpotDamage"); \ +static_assert(sizeof(CJVehicleUtils_QueryWeakSpotDamage) == 0x000018, "Wrong size on CJVehicleUtils_QueryWeakSpotDamage"); \ +static_assert(offsetof(CJVehicleUtils_QueryWeakSpotDamage, DamagedWeakSpots) == 0x000000, "Member 'CJVehicleUtils_QueryWeakSpotDamage::DamagedWeakSpots' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_QueryWeakSpotDamage, Type) == 0x000010, "Member 'CJVehicleUtils_QueryWeakSpotDamage::Type' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_QueryWeakSpotDamage, QueryType) == 0x000011, "Member 'CJVehicleUtils_QueryWeakSpotDamage::QueryType' has a wrong offset!"); \ +static_assert(offsetof(CJVehicleUtils_QueryWeakSpotDamage, ReturnValue) == 0x000012, "Member 'CJVehicleUtils_QueryWeakSpotDamage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJVehicleUtils \ +static_assert(alignof(UCJVehicleUtils) == 0x000008, "Wrong alignment on UCJVehicleUtils"); \ +static_assert(sizeof(UCJVehicleUtils) == 0x000028, "Wrong size on UCJVehicleUtils"); \ + +#define DUMPER7_ASSERTS_ParkVehicleAsync_ParkVehicleAt \ +static_assert(alignof(ParkVehicleAsync_ParkVehicleAt) == 0x000010, "Wrong alignment on ParkVehicleAsync_ParkVehicleAt"); \ +static_assert(sizeof(ParkVehicleAsync_ParkVehicleAt) == 0x000080, "Wrong size on ParkVehicleAsync_ParkVehicleAt"); \ +static_assert(offsetof(ParkVehicleAsync_ParkVehicleAt, WorldContextObject) == 0x000000, "Member 'ParkVehicleAsync_ParkVehicleAt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ParkVehicleAsync_ParkVehicleAt, Vehicle) == 0x000008, "Member 'ParkVehicleAsync_ParkVehicleAt::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(ParkVehicleAsync_ParkVehicleAt, WorldTransform) == 0x000010, "Member 'ParkVehicleAsync_ParkVehicleAt::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(ParkVehicleAsync_ParkVehicleAt, ReturnValue) == 0x000070, "Member 'ParkVehicleAsync_ParkVehicleAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParkVehicleAsync \ +static_assert(alignof(UParkVehicleAsync) == 0x000010, "Wrong alignment on UParkVehicleAsync"); \ +static_assert(sizeof(UParkVehicleAsync) == 0x0000C0, "Wrong size on UParkVehicleAsync"); \ +static_assert(offsetof(UParkVehicleAsync, Completed) == 0x000030, "Member 'UParkVehicleAsync::Completed' has a wrong offset!"); \ +static_assert(offsetof(UParkVehicleAsync, Failed) == 0x000040, "Member 'UParkVehicleAsync::Failed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleFunctionLibrary_CalculateEscapeVectorFromVehicle \ +static_assert(alignof(VehicleFunctionLibrary_CalculateEscapeVectorFromVehicle) == 0x000008, "Wrong alignment on VehicleFunctionLibrary_CalculateEscapeVectorFromVehicle"); \ +static_assert(sizeof(VehicleFunctionLibrary_CalculateEscapeVectorFromVehicle) == 0x000028, "Wrong size on VehicleFunctionLibrary_CalculateEscapeVectorFromVehicle"); \ +static_assert(offsetof(VehicleFunctionLibrary_CalculateEscapeVectorFromVehicle, Vehicle) == 0x000000, "Member 'VehicleFunctionLibrary_CalculateEscapeVectorFromVehicle::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(VehicleFunctionLibrary_CalculateEscapeVectorFromVehicle, EscapingActor) == 0x000008, "Member 'VehicleFunctionLibrary_CalculateEscapeVectorFromVehicle::EscapingActor' has a wrong offset!"); \ +static_assert(offsetof(VehicleFunctionLibrary_CalculateEscapeVectorFromVehicle, ReturnValue) == 0x000010, "Member 'VehicleFunctionLibrary_CalculateEscapeVectorFromVehicle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleFunctionLibrary_FindVehicleByPlaceId \ +static_assert(alignof(VehicleFunctionLibrary_FindVehicleByPlaceId) == 0x000008, "Wrong alignment on VehicleFunctionLibrary_FindVehicleByPlaceId"); \ +static_assert(sizeof(VehicleFunctionLibrary_FindVehicleByPlaceId) == 0x000020, "Wrong size on VehicleFunctionLibrary_FindVehicleByPlaceId"); \ +static_assert(offsetof(VehicleFunctionLibrary_FindVehicleByPlaceId, WorldContextObject) == 0x000000, "Member 'VehicleFunctionLibrary_FindVehicleByPlaceId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VehicleFunctionLibrary_FindVehicleByPlaceId, PlaceId) == 0x000008, "Member 'VehicleFunctionLibrary_FindVehicleByPlaceId::PlaceId' has a wrong offset!"); \ +static_assert(offsetof(VehicleFunctionLibrary_FindVehicleByPlaceId, FoundVehicle) == 0x000010, "Member 'VehicleFunctionLibrary_FindVehicleByPlaceId::FoundVehicle' has a wrong offset!"); \ +static_assert(offsetof(VehicleFunctionLibrary_FindVehicleByPlaceId, ReturnValue) == 0x000018, "Member 'VehicleFunctionLibrary_FindVehicleByPlaceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleFunctionLibrary_FindVehicleByVehicleId \ +static_assert(alignof(VehicleFunctionLibrary_FindVehicleByVehicleId) == 0x000008, "Wrong alignment on VehicleFunctionLibrary_FindVehicleByVehicleId"); \ +static_assert(sizeof(VehicleFunctionLibrary_FindVehicleByVehicleId) == 0x000040, "Wrong size on VehicleFunctionLibrary_FindVehicleByVehicleId"); \ +static_assert(offsetof(VehicleFunctionLibrary_FindVehicleByVehicleId, WorldContextObject) == 0x000000, "Member 'VehicleFunctionLibrary_FindVehicleByVehicleId::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VehicleFunctionLibrary_FindVehicleByVehicleId, VehicleIdentifier) == 0x000008, "Member 'VehicleFunctionLibrary_FindVehicleByVehicleId::VehicleIdentifier' has a wrong offset!"); \ +static_assert(offsetof(VehicleFunctionLibrary_FindVehicleByVehicleId, FoundVehicle) == 0x000030, "Member 'VehicleFunctionLibrary_FindVehicleByVehicleId::FoundVehicle' has a wrong offset!"); \ +static_assert(offsetof(VehicleFunctionLibrary_FindVehicleByVehicleId, ReturnValue) == 0x000038, "Member 'VehicleFunctionLibrary_FindVehicleByVehicleId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleFunctionLibrary_FindVehicleFromBrain \ +static_assert(alignof(VehicleFunctionLibrary_FindVehicleFromBrain) == 0x000008, "Wrong alignment on VehicleFunctionLibrary_FindVehicleFromBrain"); \ +static_assert(sizeof(VehicleFunctionLibrary_FindVehicleFromBrain) == 0x000010, "Wrong size on VehicleFunctionLibrary_FindVehicleFromBrain"); \ +static_assert(offsetof(VehicleFunctionLibrary_FindVehicleFromBrain, BrainComponent) == 0x000000, "Member 'VehicleFunctionLibrary_FindVehicleFromBrain::BrainComponent' has a wrong offset!"); \ +static_assert(offsetof(VehicleFunctionLibrary_FindVehicleFromBrain, ReturnValue) == 0x000008, "Member 'VehicleFunctionLibrary_FindVehicleFromBrain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VehicleFunctionLibrary_ParkVehicleAtLocation \ +static_assert(alignof(VehicleFunctionLibrary_ParkVehicleAtLocation) == 0x000008, "Wrong alignment on VehicleFunctionLibrary_ParkVehicleAtLocation"); \ +static_assert(sizeof(VehicleFunctionLibrary_ParkVehicleAtLocation) == 0x000038, "Wrong size on VehicleFunctionLibrary_ParkVehicleAtLocation"); \ +static_assert(offsetof(VehicleFunctionLibrary_ParkVehicleAtLocation, Vehicle) == 0x000000, "Member 'VehicleFunctionLibrary_ParkVehicleAtLocation::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(VehicleFunctionLibrary_ParkVehicleAtLocation, Location) == 0x000008, "Member 'VehicleFunctionLibrary_ParkVehicleAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(VehicleFunctionLibrary_ParkVehicleAtLocation, Rotator) == 0x000020, "Member 'VehicleFunctionLibrary_ParkVehicleAtLocation::Rotator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleFunctionLibrary \ +static_assert(alignof(UVehicleFunctionLibrary) == 0x000008, "Wrong alignment on UVehicleFunctionLibrary"); \ +static_assert(sizeof(UVehicleFunctionLibrary) == 0x000028, "Wrong size on UVehicleFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_AVehiclePartDebris \ +static_assert(alignof(AVehiclePartDebris) == 0x000008, "Wrong alignment on AVehiclePartDebris"); \ +static_assert(sizeof(AVehiclePartDebris) == 0x0002D0, "Wrong size on AVehiclePartDebris"); \ +static_assert(offsetof(AVehiclePartDebris, StaticMeshComponent) == 0x0002B0, "Member 'AVehiclePartDebris::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AVehiclePartDebris, AkEmitter) == 0x0002B8, "Member 'AVehiclePartDebris::AkEmitter' has a wrong offset!"); \ +static_assert(offsetof(AVehiclePartDebris, DebrisImpactSound) == 0x0002C0, "Member 'AVehiclePartDebris::DebrisImpactSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WheelDetectionStripBase_WheelHitDetected \ +static_assert(alignof(WheelDetectionStripBase_WheelHitDetected) == 0x000008, "Wrong alignment on WheelDetectionStripBase_WheelHitDetected"); \ +static_assert(sizeof(WheelDetectionStripBase_WheelHitDetected) == 0x000028, "Wrong size on WheelDetectionStripBase_WheelHitDetected"); \ +static_assert(offsetof(WheelDetectionStripBase_WheelHitDetected, Vehicle) == 0x000000, "Member 'WheelDetectionStripBase_WheelHitDetected::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(WheelDetectionStripBase_WheelHitDetected, WheelIndex) == 0x000008, "Member 'WheelDetectionStripBase_WheelHitDetected::WheelIndex' has a wrong offset!"); \ +static_assert(offsetof(WheelDetectionStripBase_WheelHitDetected, IntersectionPoint) == 0x000010, "Member 'WheelDetectionStripBase_WheelHitDetected::IntersectionPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWheelDetectionStripBase \ +static_assert(alignof(AWheelDetectionStripBase) == 0x000008, "Wrong alignment on AWheelDetectionStripBase"); \ +static_assert(sizeof(AWheelDetectionStripBase) == 0x0002F8, "Wrong size on AWheelDetectionStripBase"); \ +static_assert(offsetof(AWheelDetectionStripBase, DetectionRadius) == 0x0002B0, "Member 'AWheelDetectionStripBase::DetectionRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVisualizationPrimitive \ +static_assert(alignof(UVisualizationPrimitive) == 0x000010, "Wrong alignment on UVisualizationPrimitive"); \ +static_assert(sizeof(UVisualizationPrimitive) == 0x000540, "Wrong size on UVisualizationPrimitive"); \ +static_assert(offsetof(UVisualizationPrimitive, PrimitiveType) == 0x000530, "Member 'UVisualizationPrimitive::PrimitiveType' has a wrong offset!"); \ +static_assert(offsetof(UVisualizationPrimitive, Color) == 0x000534, "Member 'UVisualizationPrimitive::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJDataVolumeBehaviourMetaData \ +static_assert(alignof(UCJDataVolumeBehaviourMetaData) == 0x000008, "Wrong alignment on UCJDataVolumeBehaviourMetaData"); \ +static_assert(sizeof(UCJDataVolumeBehaviourMetaData) == 0x000028, "Wrong size on UCJDataVolumeBehaviourMetaData"); \ + +#define DUMPER7_ASSERTS_UCJDVB_PostProcess \ +static_assert(alignof(UCJDVB_PostProcess) == 0x000010, "Wrong alignment on UCJDVB_PostProcess"); \ +static_assert(sizeof(UCJDVB_PostProcess) == 0x0007C0, "Wrong size on UCJDVB_PostProcess"); \ +static_assert(offsetof(UCJDVB_PostProcess, Settings) == 0x000030, "Member 'UCJDVB_PostProcess::Settings' has a wrong offset!"); \ +static_assert(offsetof(UCJDVB_PostProcess, BlendRadius) == 0x0007A0, "Member 'UCJDVB_PostProcess::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(UCJDVB_PostProcess, BlendWeight) == 0x0007A4, "Member 'UCJDVB_PostProcess::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UCJDVB_PostProcess, EnabledTimeTags) == 0x0007A8, "Member 'UCJDVB_PostProcess::EnabledTimeTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorDisableVolumeAfterUse \ +static_assert(alignof(UDataVolumeBehaviorDisableVolumeAfterUse) == 0x000008, "Wrong alignment on UDataVolumeBehaviorDisableVolumeAfterUse"); \ +static_assert(sizeof(UDataVolumeBehaviorDisableVolumeAfterUse) == 0x000030, "Wrong size on UDataVolumeBehaviorDisableVolumeAfterUse"); \ + +#define DUMPER7_ASSERTS_DataVolumeBehaviorGuardedArea_GetSeverityOptions \ +static_assert(alignof(DataVolumeBehaviorGuardedArea_GetSeverityOptions) == 0x000008, "Wrong alignment on DataVolumeBehaviorGuardedArea_GetSeverityOptions"); \ +static_assert(sizeof(DataVolumeBehaviorGuardedArea_GetSeverityOptions) == 0x000010, "Wrong size on DataVolumeBehaviorGuardedArea_GetSeverityOptions"); \ +static_assert(offsetof(DataVolumeBehaviorGuardedArea_GetSeverityOptions, ReturnValue) == 0x000000, "Member 'DataVolumeBehaviorGuardedArea_GetSeverityOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorGuardedArea \ +static_assert(alignof(UDataVolumeBehaviorGuardedArea) == 0x000008, "Wrong alignment on UDataVolumeBehaviorGuardedArea"); \ +static_assert(sizeof(UDataVolumeBehaviorGuardedArea) == 0x000060, "Wrong size on UDataVolumeBehaviorGuardedArea"); \ +static_assert(offsetof(UDataVolumeBehaviorGuardedArea, TrespassingSeverity) == 0x000030, "Member 'UDataVolumeBehaviorGuardedArea::TrespassingSeverity' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorGuardedArea, bListIgnoredFactions) == 0x000038, "Member 'UDataVolumeBehaviorGuardedArea::bListIgnoredFactions' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorGuardedArea, AffectedFactions) == 0x000040, "Member 'UDataVolumeBehaviorGuardedArea::AffectedFactions' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorGuardedArea, IgnoredFactions) == 0x000050, "Member 'UDataVolumeBehaviorGuardedArea::IgnoredFactions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorInterior \ +static_assert(alignof(UDataVolumeBehaviorInterior) == 0x000008, "Wrong alignment on UDataVolumeBehaviorInterior"); \ +static_assert(sizeof(UDataVolumeBehaviorInterior) == 0x000030, "Wrong size on UDataVolumeBehaviorInterior"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorInteriorSkyReduction \ +static_assert(alignof(UDataVolumeBehaviorInteriorSkyReduction) == 0x000008, "Wrong alignment on UDataVolumeBehaviorInteriorSkyReduction"); \ +static_assert(sizeof(UDataVolumeBehaviorInteriorSkyReduction) == 0x000058, "Wrong size on UDataVolumeBehaviorInteriorSkyReduction"); \ +static_assert(offsetof(UDataVolumeBehaviorInteriorSkyReduction, InteriorSkyReductionSettings) == 0x000030, "Member 'UDataVolumeBehaviorInteriorSkyReduction::InteriorSkyReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorInteriorSkyReduction, BlendRadius) == 0x000040, "Member 'UDataVolumeBehaviorInteriorSkyReduction::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorInteriorSkyReduction, EnabledTimeTags) == 0x000048, "Member 'UDataVolumeBehaviorInteriorSkyReduction::EnabledTimeTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorLightCulling \ +static_assert(alignof(UDataVolumeBehaviorLightCulling) == 0x000008, "Wrong alignment on UDataVolumeBehaviorLightCulling"); \ +static_assert(sizeof(UDataVolumeBehaviorLightCulling) == 0x000030, "Wrong size on UDataVolumeBehaviorLightCulling"); \ + +#define DUMPER7_ASSERTS_ULookAtNamedLocationMetaData \ +static_assert(alignof(ULookAtNamedLocationMetaData) == 0x000008, "Wrong alignment on ULookAtNamedLocationMetaData"); \ +static_assert(sizeof(ULookAtNamedLocationMetaData) == 0x000050, "Wrong size on ULookAtNamedLocationMetaData"); \ +static_assert(offsetof(ULookAtNamedLocationMetaData, NamedLocationIdentifier) == 0x000028, "Member 'ULookAtNamedLocationMetaData::NamedLocationIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorMapOverride \ +static_assert(alignof(UDataVolumeBehaviorMapOverride) == 0x000008, "Wrong alignment on UDataVolumeBehaviorMapOverride"); \ +static_assert(sizeof(UDataVolumeBehaviorMapOverride) == 0x000080, "Wrong size on UDataVolumeBehaviorMapOverride"); \ +static_assert(offsetof(UDataVolumeBehaviorMapOverride, MapTexture) == 0x000030, "Member 'UDataVolumeBehaviorMapOverride::MapTexture' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorMapOverride, MapCenter) == 0x000058, "Member 'UDataVolumeBehaviorMapOverride::MapCenter' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorMapOverride, MapSize) == 0x000068, "Member 'UDataVolumeBehaviorMapOverride::MapSize' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorMapOverride, MapUIScale) == 0x000078, "Member 'UDataVolumeBehaviorMapOverride::MapUIScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTaggingVolumeMetaData \ +static_assert(alignof(UTaggingVolumeMetaData) == 0x000008, "Wrong alignment on UTaggingVolumeMetaData"); \ +static_assert(sizeof(UTaggingVolumeMetaData) == 0x000038, "Wrong size on UTaggingVolumeMetaData"); \ +static_assert(offsetof(UTaggingVolumeMetaData, ManagedButFailedToAssign) == 0x000028, "Member 'UTaggingVolumeMetaData::ManagedButFailedToAssign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TagAssignmentConditionBase_Evaluate \ +static_assert(alignof(TagAssignmentConditionBase_Evaluate) == 0x000008, "Wrong alignment on TagAssignmentConditionBase_Evaluate"); \ +static_assert(sizeof(TagAssignmentConditionBase_Evaluate) == 0x000018, "Wrong size on TagAssignmentConditionBase_Evaluate"); \ +static_assert(offsetof(TagAssignmentConditionBase_Evaluate, EvaluatedActor) == 0x000000, "Member 'TagAssignmentConditionBase_Evaluate::EvaluatedActor' has a wrong offset!"); \ +static_assert(offsetof(TagAssignmentConditionBase_Evaluate, OwningVolume) == 0x000008, "Member 'TagAssignmentConditionBase_Evaluate::OwningVolume' has a wrong offset!"); \ +static_assert(offsetof(TagAssignmentConditionBase_Evaluate, ReturnValue) == 0x000010, "Member 'TagAssignmentConditionBase_Evaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTagAssignmentConditionBase \ +static_assert(alignof(UTagAssignmentConditionBase) == 0x000008, "Wrong alignment on UTagAssignmentConditionBase"); \ +static_assert(sizeof(UTagAssignmentConditionBase) == 0x000028, "Wrong size on UTagAssignmentConditionBase"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorTagging \ +static_assert(alignof(UDataVolumeBehaviorTagging) == 0x000008, "Wrong alignment on UDataVolumeBehaviorTagging"); \ +static_assert(sizeof(UDataVolumeBehaviorTagging) == 0x000040, "Wrong size on UDataVolumeBehaviorTagging"); \ +static_assert(offsetof(UDataVolumeBehaviorTagging, TagMappings) == 0x000030, "Member 'UDataVolumeBehaviorTagging::TagMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVehicleAutopilotMetaData \ +static_assert(alignof(UVehicleAutopilotMetaData) == 0x000008, "Wrong alignment on UVehicleAutopilotMetaData"); \ +static_assert(sizeof(UVehicleAutopilotMetaData) == 0x000038, "Wrong size on UVehicleAutopilotMetaData"); \ +static_assert(offsetof(UVehicleAutopilotMetaData, bTriggerStopOnExitVolume) == 0x000028, "Member 'UVehicleAutopilotMetaData::bTriggerStopOnExitVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataVolumeBehaviorVehicleAutopilot \ +static_assert(alignof(UDataVolumeBehaviorVehicleAutopilot) == 0x000008, "Wrong alignment on UDataVolumeBehaviorVehicleAutopilot"); \ +static_assert(sizeof(UDataVolumeBehaviorVehicleAutopilot) == 0x0000C8, "Wrong size on UDataVolumeBehaviorVehicleAutopilot"); \ +static_assert(offsetof(UDataVolumeBehaviorVehicleAutopilot, BlendDuration) == 0x000030, "Member 'UDataVolumeBehaviorVehicleAutopilot::BlendDuration' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorVehicleAutopilot, bApplyMaxSpeed) == 0x000034, "Member 'UDataVolumeBehaviorVehicleAutopilot::bApplyMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorVehicleAutopilot, MaxSpeedCurve) == 0x000038, "Member 'UDataVolumeBehaviorVehicleAutopilot::MaxSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(UDataVolumeBehaviorVehicleAutopilot, AutopilotProfile) == 0x0000C0, "Member 'UDataVolumeBehaviorVehicleAutopilot::AutopilotProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeWeaponItemInstance_Damage \ +static_assert(alignof(MeleeWeaponItemInstance_Damage) == 0x000004, "Wrong alignment on MeleeWeaponItemInstance_Damage"); \ +static_assert(sizeof(MeleeWeaponItemInstance_Damage) == 0x000004, "Wrong size on MeleeWeaponItemInstance_Damage"); \ +static_assert(offsetof(MeleeWeaponItemInstance_Damage, Damage_0) == 0x000000, "Member 'MeleeWeaponItemInstance_Damage::Damage_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeWeaponItemInstance_SetHealth \ +static_assert(alignof(MeleeWeaponItemInstance_SetHealth) == 0x000004, "Wrong alignment on MeleeWeaponItemInstance_SetHealth"); \ +static_assert(sizeof(MeleeWeaponItemInstance_SetHealth) == 0x000004, "Wrong size on MeleeWeaponItemInstance_SetHealth"); \ +static_assert(offsetof(MeleeWeaponItemInstance_SetHealth, NewHealth) == 0x000000, "Member 'MeleeWeaponItemInstance_SetHealth::NewHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeleeWeaponItemInstance_GetHealth \ +static_assert(alignof(MeleeWeaponItemInstance_GetHealth) == 0x000004, "Wrong alignment on MeleeWeaponItemInstance_GetHealth"); \ +static_assert(sizeof(MeleeWeaponItemInstance_GetHealth) == 0x000004, "Wrong size on MeleeWeaponItemInstance_GetHealth"); \ +static_assert(offsetof(MeleeWeaponItemInstance_GetHealth, ReturnValue) == 0x000000, "Member 'MeleeWeaponItemInstance_GetHealth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeleeWeaponItemInstance \ +static_assert(alignof(UMeleeWeaponItemInstance) == 0x000008, "Wrong alignment on UMeleeWeaponItemInstance"); \ +static_assert(sizeof(UMeleeWeaponItemInstance) == 0x000030, "Wrong size on UMeleeWeaponItemInstance"); \ +static_assert(offsetof(UMeleeWeaponItemInstance, State) == 0x000028, "Member 'UMeleeWeaponItemInstance::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_FireBullet \ +static_assert(alignof(RangedWeapon_FireBullet) == 0x000008, "Wrong alignment on RangedWeapon_FireBullet"); \ +static_assert(sizeof(RangedWeapon_FireBullet) == 0x000028, "Wrong size on RangedWeapon_FireBullet"); \ +static_assert(offsetof(RangedWeapon_FireBullet, FiringPawn) == 0x000000, "Member 'RangedWeapon_FireBullet::FiringPawn' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_FireBullet, BulletsFired) == 0x000008, "Member 'RangedWeapon_FireBullet::BulletsFired' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_FireBullet, Target) == 0x000010, "Member 'RangedWeapon_FireBullet::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_FireTick \ +static_assert(alignof(RangedWeapon_FireTick) == 0x000008, "Wrong alignment on RangedWeapon_FireTick"); \ +static_assert(sizeof(RangedWeapon_FireTick) == 0x000038, "Wrong size on RangedWeapon_FireTick"); \ +static_assert(offsetof(RangedWeapon_FireTick, FiringPawn) == 0x000000, "Member 'RangedWeapon_FireTick::FiringPawn' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_FireTick, Target) == 0x000008, "Member 'RangedWeapon_FireTick::Target' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_FireTick, IsAiming) == 0x000020, "Member 'RangedWeapon_FireTick::IsAiming' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_FireTick, DeltaTime) == 0x000024, "Member 'RangedWeapon_FireTick::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_FireTick, ReturnValue) == 0x000028, "Member 'RangedWeapon_FireTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_IgnoreWeaponAccuracyProperties \ +static_assert(alignof(RangedWeapon_IgnoreWeaponAccuracyProperties) == 0x000001, "Wrong alignment on RangedWeapon_IgnoreWeaponAccuracyProperties"); \ +static_assert(sizeof(RangedWeapon_IgnoreWeaponAccuracyProperties) == 0x000001, "Wrong size on RangedWeapon_IgnoreWeaponAccuracyProperties"); \ +static_assert(offsetof(RangedWeapon_IgnoreWeaponAccuracyProperties, Ignore) == 0x000000, "Member 'RangedWeapon_IgnoreWeaponAccuracyProperties::Ignore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_WeaponBulletHit \ +static_assert(alignof(RangedWeapon_WeaponBulletHit) == 0x000008, "Wrong alignment on RangedWeapon_WeaponBulletHit"); \ +static_assert(sizeof(RangedWeapon_WeaponBulletHit) == 0x000108, "Wrong size on RangedWeapon_WeaponBulletHit"); \ +static_assert(offsetof(RangedWeapon_WeaponBulletHit, FiringPawn) == 0x000000, "Member 'RangedWeapon_WeaponBulletHit::FiringPawn' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_WeaponBulletHit, HitResult) == 0x000008, "Member 'RangedWeapon_WeaponBulletHit::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_WeaponFired \ +static_assert(alignof(RangedWeapon_WeaponFired) == 0x000008, "Wrong alignment on RangedWeapon_WeaponFired"); \ +static_assert(sizeof(RangedWeapon_WeaponFired) == 0x000048, "Wrong size on RangedWeapon_WeaponFired"); \ +static_assert(offsetof(RangedWeapon_WeaponFired, FiringPawn) == 0x000000, "Member 'RangedWeapon_WeaponFired::FiringPawn' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_WeaponFired, NofBullets) == 0x000008, "Member 'RangedWeapon_WeaponFired::NofBullets' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_WeaponFired, BulletStartWorldPos) == 0x000010, "Member 'RangedWeapon_WeaponFired::BulletStartWorldPos' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_WeaponFired, BulletEndWorldPos) == 0x000028, "Member 'RangedWeapon_WeaponFired::BulletEndWorldPos' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_WeaponFired, BulletVelocity) == 0x000040, "Member 'RangedWeapon_WeaponFired::BulletVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_WeaponFiredOutOfAmmo \ +static_assert(alignof(RangedWeapon_WeaponFiredOutOfAmmo) == 0x000008, "Wrong alignment on RangedWeapon_WeaponFiredOutOfAmmo"); \ +static_assert(sizeof(RangedWeapon_WeaponFiredOutOfAmmo) == 0x000020, "Wrong size on RangedWeapon_WeaponFiredOutOfAmmo"); \ +static_assert(offsetof(RangedWeapon_WeaponFiredOutOfAmmo, FiringPawn) == 0x000000, "Member 'RangedWeapon_WeaponFiredOutOfAmmo::FiringPawn' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_WeaponFiredOutOfAmmo, WeaponWorldPos) == 0x000008, "Member 'RangedWeapon_WeaponFiredOutOfAmmo::WeaponWorldPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_WeaponReloaded \ +static_assert(alignof(RangedWeapon_WeaponReloaded) == 0x000008, "Wrong alignment on RangedWeapon_WeaponReloaded"); \ +static_assert(sizeof(RangedWeapon_WeaponReloaded) == 0x000020, "Wrong size on RangedWeapon_WeaponReloaded"); \ +static_assert(offsetof(RangedWeapon_WeaponReloaded, ReloadingPawn) == 0x000000, "Member 'RangedWeapon_WeaponReloaded::ReloadingPawn' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_WeaponReloaded, WeaponWorldPos) == 0x000008, "Member 'RangedWeapon_WeaponReloaded::WeaponWorldPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_CanReload \ +static_assert(alignof(RangedWeapon_CanReload) == 0x000001, "Wrong alignment on RangedWeapon_CanReload"); \ +static_assert(sizeof(RangedWeapon_CanReload) == 0x000001, "Wrong size on RangedWeapon_CanReload"); \ +static_assert(offsetof(RangedWeapon_CanReload, ReturnValue) == 0x000000, "Member 'RangedWeapon_CanReload::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_GetAmmo \ +static_assert(alignof(RangedWeapon_GetAmmo) == 0x000004, "Wrong alignment on RangedWeapon_GetAmmo"); \ +static_assert(sizeof(RangedWeapon_GetAmmo) == 0x000004, "Wrong size on RangedWeapon_GetAmmo"); \ +static_assert(offsetof(RangedWeapon_GetAmmo, ReturnValue) == 0x000000, "Member 'RangedWeapon_GetAmmo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_GetFireTransform \ +static_assert(alignof(RangedWeapon_GetFireTransform) == 0x000010, "Wrong alignment on RangedWeapon_GetFireTransform"); \ +static_assert(sizeof(RangedWeapon_GetFireTransform) == 0x000060, "Wrong size on RangedWeapon_GetFireTransform"); \ +static_assert(offsetof(RangedWeapon_GetFireTransform, ReturnValue) == 0x000000, "Member 'RangedWeapon_GetFireTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_GetRange \ +static_assert(alignof(RangedWeapon_GetRange) == 0x000004, "Wrong alignment on RangedWeapon_GetRange"); \ +static_assert(sizeof(RangedWeapon_GetRange) == 0x000004, "Wrong size on RangedWeapon_GetRange"); \ +static_assert(offsetof(RangedWeapon_GetRange, ReturnValue) == 0x000000, "Member 'RangedWeapon_GetRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_GetRangedWeaponItemInstance \ +static_assert(alignof(RangedWeapon_GetRangedWeaponItemInstance) == 0x000008, "Wrong alignment on RangedWeapon_GetRangedWeaponItemInstance"); \ +static_assert(sizeof(RangedWeapon_GetRangedWeaponItemInstance) == 0x000008, "Wrong size on RangedWeapon_GetRangedWeaponItemInstance"); \ +static_assert(offsetof(RangedWeapon_GetRangedWeaponItemInstance, ReturnValue) == 0x000000, "Member 'RangedWeapon_GetRangedWeaponItemInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_GetSpread \ +static_assert(alignof(RangedWeapon_GetSpread) == 0x000004, "Wrong alignment on RangedWeapon_GetSpread"); \ +static_assert(sizeof(RangedWeapon_GetSpread) == 0x000004, "Wrong size on RangedWeapon_GetSpread"); \ +static_assert(offsetof(RangedWeapon_GetSpread, ReturnValue) == 0x000000, "Member 'RangedWeapon_GetSpread::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_IsFiring \ +static_assert(alignof(RangedWeapon_IsFiring) == 0x000001, "Wrong alignment on RangedWeapon_IsFiring"); \ +static_assert(sizeof(RangedWeapon_IsFiring) == 0x000001, "Wrong size on RangedWeapon_IsFiring"); \ +static_assert(offsetof(RangedWeapon_IsFiring, ReturnValue) == 0x000000, "Member 'RangedWeapon_IsFiring::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_IsLocationInFireAngle \ +static_assert(alignof(RangedWeapon_IsLocationInFireAngle) == 0x000008, "Wrong alignment on RangedWeapon_IsLocationInFireAngle"); \ +static_assert(sizeof(RangedWeapon_IsLocationInFireAngle) == 0x000020, "Wrong size on RangedWeapon_IsLocationInFireAngle"); \ +static_assert(offsetof(RangedWeapon_IsLocationInFireAngle, Location) == 0x000000, "Member 'RangedWeapon_IsLocationInFireAngle::Location' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_IsLocationInFireAngle, Angle) == 0x000018, "Member 'RangedWeapon_IsLocationInFireAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(RangedWeapon_IsLocationInFireAngle, ReturnValue) == 0x00001C, "Member 'RangedWeapon_IsLocationInFireAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeapon_IsTwoHanded \ +static_assert(alignof(RangedWeapon_IsTwoHanded) == 0x000001, "Wrong alignment on RangedWeapon_IsTwoHanded"); \ +static_assert(sizeof(RangedWeapon_IsTwoHanded) == 0x000001, "Wrong size on RangedWeapon_IsTwoHanded"); \ +static_assert(offsetof(RangedWeapon_IsTwoHanded, ReturnValue) == 0x000000, "Member 'RangedWeapon_IsTwoHanded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARangedWeapon \ +static_assert(alignof(ARangedWeapon) == 0x000008, "Wrong alignment on ARangedWeapon"); \ +static_assert(sizeof(ARangedWeapon) == 0x000348, "Wrong size on ARangedWeapon"); \ +static_assert(offsetof(ARangedWeapon, OnWeaponFired) == 0x0002F0, "Member 'ARangedWeapon::OnWeaponFired' has a wrong offset!"); \ +static_assert(offsetof(ARangedWeapon, Mesh) == 0x0002F8, "Member 'ARangedWeapon::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ARangedWeapon, InventoryItemInstance) == 0x000300, "Member 'ARangedWeapon::InventoryItemInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeaponItemInstance_GiveAmmo \ +static_assert(alignof(RangedWeaponItemInstance_GiveAmmo) == 0x000004, "Wrong alignment on RangedWeaponItemInstance_GiveAmmo"); \ +static_assert(sizeof(RangedWeaponItemInstance_GiveAmmo) == 0x000004, "Wrong size on RangedWeaponItemInstance_GiveAmmo"); \ +static_assert(offsetof(RangedWeaponItemInstance_GiveAmmo, Amount) == 0x000000, "Member 'RangedWeaponItemInstance_GiveAmmo::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeaponItemInstance_UseAmmo \ +static_assert(alignof(RangedWeaponItemInstance_UseAmmo) == 0x000004, "Wrong alignment on RangedWeaponItemInstance_UseAmmo"); \ +static_assert(sizeof(RangedWeaponItemInstance_UseAmmo) == 0x000004, "Wrong size on RangedWeaponItemInstance_UseAmmo"); \ +static_assert(offsetof(RangedWeaponItemInstance_UseAmmo, Amount) == 0x000000, "Member 'RangedWeaponItemInstance_UseAmmo::Amount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RangedWeaponItemInstance_GetAmmo \ +static_assert(alignof(RangedWeaponItemInstance_GetAmmo) == 0x000004, "Wrong alignment on RangedWeaponItemInstance_GetAmmo"); \ +static_assert(sizeof(RangedWeaponItemInstance_GetAmmo) == 0x000004, "Wrong size on RangedWeaponItemInstance_GetAmmo"); \ +static_assert(offsetof(RangedWeaponItemInstance_GetAmmo, ReturnValue) == 0x000000, "Member 'RangedWeaponItemInstance_GetAmmo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URangedWeaponItemInstance \ +static_assert(alignof(URangedWeaponItemInstance) == 0x000008, "Wrong alignment on URangedWeaponItemInstance"); \ +static_assert(sizeof(URangedWeaponItemInstance) == 0x000030, "Wrong size on URangedWeaponItemInstance"); \ +static_assert(offsetof(URangedWeaponItemInstance, State) == 0x000028, "Member 'URangedWeaponItemInstance::State' has a wrong offset!"); \ +static_assert(offsetof(URangedWeaponItemInstance, MaxAmmo) == 0x00002C, "Member 'URangedWeaponItemInstance::MaxAmmo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeaponTypeDataAsset \ +static_assert(alignof(UWeaponTypeDataAsset) == 0x000008, "Wrong alignment on UWeaponTypeDataAsset"); \ +static_assert(sizeof(UWeaponTypeDataAsset) == 0x0001E0, "Wrong size on UWeaponTypeDataAsset"); \ +static_assert(offsetof(UWeaponTypeDataAsset, Name_0) == 0x000030, "Member 'UWeaponTypeDataAsset::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, Description) == 0x000040, "Member 'UWeaponTypeDataAsset::Description' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, GameplayTag) == 0x000050, "Member 'UWeaponTypeDataAsset::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, bIsAutomatic) == 0x000058, "Member 'UWeaponTypeDataAsset::bIsAutomatic' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, bIsTwoHanded) == 0x000059, "Member 'UWeaponTypeDataAsset::bIsTwoHanded' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, RoundsPerMinute) == 0x00005C, "Member 'UWeaponTypeDataAsset::RoundsPerMinute' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, WindupTime) == 0x000060, "Member 'UWeaponTypeDataAsset::WindupTime' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, CharacterReloadMontage) == 0x000068, "Member 'UWeaponTypeDataAsset::CharacterReloadMontage' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, WeaponReloadAnimation) == 0x000070, "Member 'UWeaponTypeDataAsset::WeaponReloadAnimation' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, Damage) == 0x000078, "Member 'UWeaponTypeDataAsset::Damage' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, DamagesOverRange) == 0x000080, "Member 'UWeaponTypeDataAsset::DamagesOverRange' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, DamageType) == 0x000088, "Member 'UWeaponTypeDataAsset::DamageType' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, BulletVelocity) == 0x000090, "Member 'UWeaponTypeDataAsset::BulletVelocity' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, Range) == 0x000094, "Member 'UWeaponTypeDataAsset::Range' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, InaccuracyAtMaxRange) == 0x000098, "Member 'UWeaponTypeDataAsset::InaccuracyAtMaxRange' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, AimDownSightInaccuracyScalar) == 0x0000A0, "Member 'UWeaponTypeDataAsset::AimDownSightInaccuracyScalar' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, AimDownSightRecoilScalar) == 0x0000A4, "Member 'UWeaponTypeDataAsset::AimDownSightRecoilScalar' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, AccurracyCooldownTime) == 0x0000A8, "Member 'UWeaponTypeDataAsset::AccurracyCooldownTime' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, AccurracyLossPersBullet) == 0x0000AC, "Member 'UWeaponTypeDataAsset::AccurracyLossPersBullet' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, VerticalRecoilCurve) == 0x0000B0, "Member 'UWeaponTypeDataAsset::VerticalRecoilCurve' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, HorizontalRecoilCurve) == 0x000138, "Member 'UWeaponTypeDataAsset::HorizontalRecoilCurve' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, HorizontalRecoilBias) == 0x0001C0, "Member 'UWeaponTypeDataAsset::HorizontalRecoilBias' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, RecoilVariation) == 0x0001C8, "Member 'UWeaponTypeDataAsset::RecoilVariation' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, MeleeMoveSet) == 0x0001D0, "Member 'UWeaponTypeDataAsset::MeleeMoveSet' has a wrong offset!"); \ +static_assert(offsetof(UWeaponTypeDataAsset, WeaponMaxHealth) == 0x0001D8, "Member 'UWeaponTypeDataAsset::WeaponMaxHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNpcIconManager \ +static_assert(alignof(UNpcIconManager) == 0x000008, "Wrong alignment on UNpcIconManager"); \ +static_assert(sizeof(UNpcIconManager) == 0x000088, "Wrong size on UNpcIconManager"); \ +static_assert(offsetof(UNpcIconManager, NpcIconWidgetClass) == 0x000048, "Member 'UNpcIconManager::NpcIconWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UNpcIconManager, NpcIconViewModelClass) == 0x000050, "Member 'UNpcIconManager::NpcIconViewModelClass' has a wrong offset!"); \ +static_assert(offsetof(UNpcIconManager, NpcIcons) == 0x000078, "Member 'UNpcIconManager::NpcIcons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_GetMinimapIconHandleForJournalLocation \ +static_assert(alignof(WorldIconManagerSubsystem_GetMinimapIconHandleForJournalLocation) == 0x000008, "Wrong alignment on WorldIconManagerSubsystem_GetMinimapIconHandleForJournalLocation"); \ +static_assert(sizeof(WorldIconManagerSubsystem_GetMinimapIconHandleForJournalLocation) == 0x000018, "Wrong size on WorldIconManagerSubsystem_GetMinimapIconHandleForJournalLocation"); \ +static_assert(offsetof(WorldIconManagerSubsystem_GetMinimapIconHandleForJournalLocation, InLocationEntityId) == 0x000000, "Member 'WorldIconManagerSubsystem_GetMinimapIconHandleForJournalLocation::InLocationEntityId' has a wrong offset!"); \ +static_assert(offsetof(WorldIconManagerSubsystem_GetMinimapIconHandleForJournalLocation, ReturnValue) == 0x000010, "Member 'WorldIconManagerSubsystem_GetMinimapIconHandleForJournalLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_GetWorldIconHandleForJournalLocation \ +static_assert(alignof(WorldIconManagerSubsystem_GetWorldIconHandleForJournalLocation) == 0x000008, "Wrong alignment on WorldIconManagerSubsystem_GetWorldIconHandleForJournalLocation"); \ +static_assert(sizeof(WorldIconManagerSubsystem_GetWorldIconHandleForJournalLocation) == 0x000018, "Wrong size on WorldIconManagerSubsystem_GetWorldIconHandleForJournalLocation"); \ +static_assert(offsetof(WorldIconManagerSubsystem_GetWorldIconHandleForJournalLocation, InLocationEntityId) == 0x000000, "Member 'WorldIconManagerSubsystem_GetWorldIconHandleForJournalLocation::InLocationEntityId' has a wrong offset!"); \ +static_assert(offsetof(WorldIconManagerSubsystem_GetWorldIconHandleForJournalLocation, ReturnValue) == 0x000010, "Member 'WorldIconManagerSubsystem_GetWorldIconHandleForJournalLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_SetPlayerNavigationTarget \ +static_assert(alignof(WorldIconManagerSubsystem_SetPlayerNavigationTarget) == 0x000008, "Wrong alignment on WorldIconManagerSubsystem_SetPlayerNavigationTarget"); \ +static_assert(sizeof(WorldIconManagerSubsystem_SetPlayerNavigationTarget) == 0x000018, "Wrong size on WorldIconManagerSubsystem_SetPlayerNavigationTarget"); \ +static_assert(offsetof(WorldIconManagerSubsystem_SetPlayerNavigationTarget, InLocation) == 0x000000, "Member 'WorldIconManagerSubsystem_SetPlayerNavigationTarget::InLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_SetPlayerNavigationTarget_WorldIconHandle \ +static_assert(alignof(WorldIconManagerSubsystem_SetPlayerNavigationTarget_WorldIconHandle) == 0x000008, "Wrong alignment on WorldIconManagerSubsystem_SetPlayerNavigationTarget_WorldIconHandle"); \ +static_assert(sizeof(WorldIconManagerSubsystem_SetPlayerNavigationTarget_WorldIconHandle) == 0x000008, "Wrong size on WorldIconManagerSubsystem_SetPlayerNavigationTarget_WorldIconHandle"); \ +static_assert(offsetof(WorldIconManagerSubsystem_SetPlayerNavigationTarget_WorldIconHandle, InWorldIconHandle) == 0x000000, "Member 'WorldIconManagerSubsystem_SetPlayerNavigationTarget_WorldIconHandle::InWorldIconHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_TogglePlayerNavigationTarget \ +static_assert(alignof(WorldIconManagerSubsystem_TogglePlayerNavigationTarget) == 0x000008, "Wrong alignment on WorldIconManagerSubsystem_TogglePlayerNavigationTarget"); \ +static_assert(sizeof(WorldIconManagerSubsystem_TogglePlayerNavigationTarget) == 0x000020, "Wrong size on WorldIconManagerSubsystem_TogglePlayerNavigationTarget"); \ +static_assert(offsetof(WorldIconManagerSubsystem_TogglePlayerNavigationTarget, InLocation) == 0x000000, "Member 'WorldIconManagerSubsystem_TogglePlayerNavigationTarget::InLocation' has a wrong offset!"); \ +static_assert(offsetof(WorldIconManagerSubsystem_TogglePlayerNavigationTarget, InTolerance) == 0x000018, "Member 'WorldIconManagerSubsystem_TogglePlayerNavigationTarget::InTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_TogglePlayerNavigationTarget_WorldIconHandle \ +static_assert(alignof(WorldIconManagerSubsystem_TogglePlayerNavigationTarget_WorldIconHandle) == 0x000008, "Wrong alignment on WorldIconManagerSubsystem_TogglePlayerNavigationTarget_WorldIconHandle"); \ +static_assert(sizeof(WorldIconManagerSubsystem_TogglePlayerNavigationTarget_WorldIconHandle) == 0x000008, "Wrong size on WorldIconManagerSubsystem_TogglePlayerNavigationTarget_WorldIconHandle"); \ +static_assert(offsetof(WorldIconManagerSubsystem_TogglePlayerNavigationTarget_WorldIconHandle, InWorldIconHandle) == 0x000000, "Member 'WorldIconManagerSubsystem_TogglePlayerNavigationTarget_WorldIconHandle::InWorldIconHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_GetNavigationTargetIconHandle \ +static_assert(alignof(WorldIconManagerSubsystem_GetNavigationTargetIconHandle) == 0x000008, "Wrong alignment on WorldIconManagerSubsystem_GetNavigationTargetIconHandle"); \ +static_assert(sizeof(WorldIconManagerSubsystem_GetNavigationTargetIconHandle) == 0x000008, "Wrong size on WorldIconManagerSubsystem_GetNavigationTargetIconHandle"); \ +static_assert(offsetof(WorldIconManagerSubsystem_GetNavigationTargetIconHandle, ReturnValue) == 0x000000, "Member 'WorldIconManagerSubsystem_GetNavigationTargetIconHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_GetPlayerIconHandle \ +static_assert(alignof(WorldIconManagerSubsystem_GetPlayerIconHandle) == 0x000008, "Wrong alignment on WorldIconManagerSubsystem_GetPlayerIconHandle"); \ +static_assert(sizeof(WorldIconManagerSubsystem_GetPlayerIconHandle) == 0x000008, "Wrong size on WorldIconManagerSubsystem_GetPlayerIconHandle"); \ +static_assert(offsetof(WorldIconManagerSubsystem_GetPlayerIconHandle, ReturnValue) == 0x000000, "Member 'WorldIconManagerSubsystem_GetPlayerIconHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_GetPlayerInVehicleIconHandle \ +static_assert(alignof(WorldIconManagerSubsystem_GetPlayerInVehicleIconHandle) == 0x000008, "Wrong alignment on WorldIconManagerSubsystem_GetPlayerInVehicleIconHandle"); \ +static_assert(sizeof(WorldIconManagerSubsystem_GetPlayerInVehicleIconHandle) == 0x000008, "Wrong size on WorldIconManagerSubsystem_GetPlayerInVehicleIconHandle"); \ +static_assert(offsetof(WorldIconManagerSubsystem_GetPlayerInVehicleIconHandle, ReturnValue) == 0x000000, "Member 'WorldIconManagerSubsystem_GetPlayerInVehicleIconHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_GetPlayerNavigationTarget_WorldIconHandle \ +static_assert(alignof(WorldIconManagerSubsystem_GetPlayerNavigationTarget_WorldIconHandle) == 0x000008, "Wrong alignment on WorldIconManagerSubsystem_GetPlayerNavigationTarget_WorldIconHandle"); \ +static_assert(sizeof(WorldIconManagerSubsystem_GetPlayerNavigationTarget_WorldIconHandle) == 0x000008, "Wrong size on WorldIconManagerSubsystem_GetPlayerNavigationTarget_WorldIconHandle"); \ +static_assert(offsetof(WorldIconManagerSubsystem_GetPlayerNavigationTarget_WorldIconHandle, ReturnValue) == 0x000000, "Member 'WorldIconManagerSubsystem_GetPlayerNavigationTarget_WorldIconHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_GetPlayerNavigationTargetLocation \ +static_assert(alignof(WorldIconManagerSubsystem_GetPlayerNavigationTargetLocation) == 0x000008, "Wrong alignment on WorldIconManagerSubsystem_GetPlayerNavigationTargetLocation"); \ +static_assert(sizeof(WorldIconManagerSubsystem_GetPlayerNavigationTargetLocation) == 0x000018, "Wrong size on WorldIconManagerSubsystem_GetPlayerNavigationTargetLocation"); \ +static_assert(offsetof(WorldIconManagerSubsystem_GetPlayerNavigationTargetLocation, ReturnValue) == 0x000000, "Member 'WorldIconManagerSubsystem_GetPlayerNavigationTargetLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_GetPlayerVehicleIconHandle \ +static_assert(alignof(WorldIconManagerSubsystem_GetPlayerVehicleIconHandle) == 0x000008, "Wrong alignment on WorldIconManagerSubsystem_GetPlayerVehicleIconHandle"); \ +static_assert(sizeof(WorldIconManagerSubsystem_GetPlayerVehicleIconHandle) == 0x000008, "Wrong size on WorldIconManagerSubsystem_GetPlayerVehicleIconHandle"); \ +static_assert(offsetof(WorldIconManagerSubsystem_GetPlayerVehicleIconHandle, ReturnValue) == 0x000000, "Member 'WorldIconManagerSubsystem_GetPlayerVehicleIconHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WorldIconManagerSubsystem_HasPlayerNavigationTarget \ +static_assert(alignof(WorldIconManagerSubsystem_HasPlayerNavigationTarget) == 0x000001, "Wrong alignment on WorldIconManagerSubsystem_HasPlayerNavigationTarget"); \ +static_assert(sizeof(WorldIconManagerSubsystem_HasPlayerNavigationTarget) == 0x000001, "Wrong size on WorldIconManagerSubsystem_HasPlayerNavigationTarget"); \ +static_assert(offsetof(WorldIconManagerSubsystem_HasPlayerNavigationTarget, ReturnValue) == 0x000000, "Member 'WorldIconManagerSubsystem_HasPlayerNavigationTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldIconManagerSubsystem \ +static_assert(alignof(UWorldIconManagerSubsystem) == 0x000010, "Wrong alignment on UWorldIconManagerSubsystem"); \ +static_assert(sizeof(UWorldIconManagerSubsystem) == 0x001440, "Wrong size on UWorldIconManagerSubsystem"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, OnNavigationTargetUpdated) == 0x000048, "Member 'UWorldIconManagerSubsystem::OnNavigationTargetUpdated' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, PlayerIconBrush) == 0x000190, "Member 'UWorldIconManagerSubsystem::PlayerIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, PlayerInVehicleIconBrush) == 0x000240, "Member 'UWorldIconManagerSubsystem::PlayerInVehicleIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, PlayerMinimapIconBrush) == 0x0002F0, "Member 'UWorldIconManagerSubsystem::PlayerMinimapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, PlayerInVehicleMinimapIconBrush) == 0x0003A0, "Member 'UWorldIconManagerSubsystem::PlayerInVehicleMinimapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, PlayerVehicleIconBrush) == 0x000450, "Member 'UWorldIconManagerSubsystem::PlayerVehicleIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, PlayerVehicleMinimapIconBrush) == 0x000500, "Member 'UWorldIconManagerSubsystem::PlayerVehicleMinimapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, PlayerVehicleHudIconBrush) == 0x0005B0, "Member 'UWorldIconManagerSubsystem::PlayerVehicleHudIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionStarterMapIconBrush) == 0x000660, "Member 'UWorldIconManagerSubsystem::MissionStarterMapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionStarterMiniMapIconBrush) == 0x000710, "Member 'UWorldIconManagerSubsystem::MissionStarterMiniMapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionStarterHudIconBrush) == 0x0007C0, "Member 'UWorldIconManagerSubsystem::MissionStarterHudIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionStarterJobMapIconBrush) == 0x000870, "Member 'UWorldIconManagerSubsystem::MissionStarterJobMapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionStarterJobMiniMapIconBrush) == 0x000920, "Member 'UWorldIconManagerSubsystem::MissionStarterJobMiniMapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionStarterJobHudIconBrush) == 0x0009D0, "Member 'UWorldIconManagerSubsystem::MissionStarterJobHudIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionObjectiveMapIconBrush) == 0x000A80, "Member 'UWorldIconManagerSubsystem::MissionObjectiveMapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionObjectiveMiniMapIconBrush) == 0x000B30, "Member 'UWorldIconManagerSubsystem::MissionObjectiveMiniMapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionObjectiveMiniMapAreaIconBrush) == 0x000BE0, "Member 'UWorldIconManagerSubsystem::MissionObjectiveMiniMapAreaIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionObjectiveMiniMapAreaOffScreenIconBrush) == 0x000C90, "Member 'UWorldIconManagerSubsystem::MissionObjectiveMiniMapAreaOffScreenIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionObjectiveJobMapIconBrush) == 0x000D40, "Member 'UWorldIconManagerSubsystem::MissionObjectiveJobMapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionObjectiveJobMiniMapIconBrush) == 0x000DF0, "Member 'UWorldIconManagerSubsystem::MissionObjectiveJobMiniMapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionObjectiveJobMiniMapAreaIconBrush) == 0x000EA0, "Member 'UWorldIconManagerSubsystem::MissionObjectiveJobMiniMapAreaIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionObjectiveJobMiniMapAreaOffScreenIconBrush) == 0x000F50, "Member 'UWorldIconManagerSubsystem::MissionObjectiveJobMiniMapAreaOffScreenIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, NavigationTargetMapIconBrush) == 0x001000, "Member 'UWorldIconManagerSubsystem::NavigationTargetMapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, NavigationTargetMiniMapIconBrush) == 0x0010B0, "Member 'UWorldIconManagerSubsystem::NavigationTargetMiniMapIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, NavigationTargetHudIconBrush) == 0x001160, "Member 'UWorldIconManagerSubsystem::NavigationTargetHudIconBrush' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, StoryCardMiniMapIconBrushes) == 0x001210, "Member 'UWorldIconManagerSubsystem::StoryCardMiniMapIconBrushes' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, JournalLocationViewModels) == 0x001300, "Member 'UWorldIconManagerSubsystem::JournalLocationViewModels' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionObjectiveViewModels) == 0x001350, "Member 'UWorldIconManagerSubsystem::MissionObjectiveViewModels' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, MissionStartersViewModels) == 0x0013A0, "Member 'UWorldIconManagerSubsystem::MissionStartersViewModels' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, InteractionIconManager) == 0x001420, "Member 'UWorldIconManagerSubsystem::InteractionIconManager' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, NpcIconManager) == 0x001428, "Member 'UWorldIconManagerSubsystem::NpcIconManager' has a wrong offset!"); \ +static_assert(offsetof(UWorldIconManagerSubsystem, VehicleIconManager) == 0x001430, "Member 'UWorldIconManagerSubsystem::VehicleIconManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCellStreamingBodyInstance \ +static_assert(alignof(FCellStreamingBodyInstance) == 0x000008, "Wrong alignment on FCellStreamingBodyInstance"); \ +static_assert(sizeof(FCellStreamingBodyInstance) == 0x000038, "Wrong size on FCellStreamingBodyInstance"); \ +static_assert(offsetof(FCellStreamingBodyInstance, CollisionProfileName) == 0x000000, "Member 'FCellStreamingBodyInstance::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(FCellStreamingBodyInstance, ObjectType) == 0x000008, "Member 'FCellStreamingBodyInstance::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(FCellStreamingBodyInstance, CollisionEnabled) == 0x000009, "Member 'FCellStreamingBodyInstance::CollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FCellStreamingBodyInstance, CollisionResponseContainer) == 0x00000B, "Member 'FCellStreamingBodyInstance::CollisionResponseContainer' has a wrong offset!"); \ +static_assert(offsetof(FCellStreamingBodyInstance, PhysicalMaterialOverride) == 0x000030, "Member 'FCellStreamingBodyInstance::PhysicalMaterialOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCellStreamingContainer \ +static_assert(alignof(UCellStreamingContainer) == 0x000008, "Wrong alignment on UCellStreamingContainer"); \ +static_assert(sizeof(UCellStreamingContainer) == 0x000148, "Wrong size on UCellStreamingContainer"); \ +static_assert(offsetof(UCellStreamingContainer, Assets) == 0x0000E0, "Member 'UCellStreamingContainer::Assets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCellStreamingWorldSubsystem \ +static_assert(alignof(UCellStreamingWorldSubsystem) == 0x000008, "Wrong alignment on UCellStreamingWorldSubsystem"); \ +static_assert(sizeof(UCellStreamingWorldSubsystem) == 0x0000B0, "Wrong size on UCellStreamingWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_UCellStreamingDummyComponent \ +static_assert(alignof(UCellStreamingDummyComponent) == 0x000010, "Wrong alignment on UCellStreamingDummyComponent"); \ +static_assert(sizeof(UCellStreamingDummyComponent) == 0x000530, "Wrong size on UCellStreamingDummyComponent"); \ + +#define DUMPER7_ASSERTS_UCellStreamingWorldPartitionRuntimeCellTransformer \ +static_assert(alignof(UCellStreamingWorldPartitionRuntimeCellTransformer) == 0x000008, "Wrong alignment on UCellStreamingWorldPartitionRuntimeCellTransformer"); \ +static_assert(sizeof(UCellStreamingWorldPartitionRuntimeCellTransformer) == 0x000030, "Wrong size on UCellStreamingWorldPartitionRuntimeCellTransformer"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionAnalyserRuntimeCellTransformer \ +static_assert(alignof(UWorldPartitionAnalyserRuntimeCellTransformer) == 0x000008, "Wrong alignment on UWorldPartitionAnalyserRuntimeCellTransformer"); \ +static_assert(sizeof(UWorldPartitionAnalyserRuntimeCellTransformer) == 0x000030, "Wrong size on UWorldPartitionAnalyserRuntimeCellTransformer"); \ + +#define DUMPER7_ASSERTS_BP_Item_Gun_C_ExecuteUbergraph_BP_Item_Gun \ +static_assert(alignof(BP_Item_Gun_C_ExecuteUbergraph_BP_Item_Gun) == 0x000008, "Wrong alignment on BP_Item_Gun_C_ExecuteUbergraph_BP_Item_Gun"); \ +static_assert(sizeof(BP_Item_Gun_C_ExecuteUbergraph_BP_Item_Gun) == 0x000018, "Wrong size on BP_Item_Gun_C_ExecuteUbergraph_BP_Item_Gun"); \ +static_assert(offsetof(BP_Item_Gun_C_ExecuteUbergraph_BP_Item_Gun, EntryPoint) == 0x000000, "Member 'BP_Item_Gun_C_ExecuteUbergraph_BP_Item_Gun::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Item_Gun_C_ExecuteUbergraph_BP_Item_Gun, K2Node_Event_Actor_1) == 0x000008, "Member 'BP_Item_Gun_C_ExecuteUbergraph_BP_Item_Gun::K2Node_Event_Actor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Item_Gun_C_ExecuteUbergraph_BP_Item_Gun, K2Node_Event_Actor) == 0x000010, "Member 'BP_Item_Gun_C_ExecuteUbergraph_BP_Item_Gun::K2Node_Event_Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Item_Gun_C_OnActorDestroyed \ +static_assert(alignof(BP_Item_Gun_C_OnActorDestroyed) == 0x000008, "Wrong alignment on BP_Item_Gun_C_OnActorDestroyed"); \ +static_assert(sizeof(BP_Item_Gun_C_OnActorDestroyed) == 0x000008, "Wrong size on BP_Item_Gun_C_OnActorDestroyed"); \ +static_assert(offsetof(BP_Item_Gun_C_OnActorDestroyed, Actor) == 0x000000, "Member 'BP_Item_Gun_C_OnActorDestroyed::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Item_Gun_C_OnActorSpawned \ +static_assert(alignof(BP_Item_Gun_C_OnActorSpawned) == 0x000008, "Wrong alignment on BP_Item_Gun_C_OnActorSpawned"); \ +static_assert(sizeof(BP_Item_Gun_C_OnActorSpawned) == 0x000008, "Wrong size on BP_Item_Gun_C_OnActorSpawned"); \ +static_assert(offsetof(BP_Item_Gun_C_OnActorSpawned, Actor) == 0x000000, "Member 'BP_Item_Gun_C_OnActorSpawned::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Item_Gun_C_GetAmmoCount \ +static_assert(alignof(BP_Item_Gun_C_GetAmmoCount) == 0x000004, "Wrong alignment on BP_Item_Gun_C_GetAmmoCount"); \ +static_assert(sizeof(BP_Item_Gun_C_GetAmmoCount) == 0x000004, "Wrong size on BP_Item_Gun_C_GetAmmoCount"); \ +static_assert(offsetof(BP_Item_Gun_C_GetAmmoCount, ReturnValue) == 0x000000, "Member 'BP_Item_Gun_C_GetAmmoCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Item_Gun_C \ +static_assert(alignof(UBP_Item_Gun_C) == 0x000008, "Wrong alignment on UBP_Item_Gun_C"); \ +static_assert(sizeof(UBP_Item_Gun_C) == 0x000038, "Wrong size on UBP_Item_Gun_C"); \ +static_assert(offsetof(UBP_Item_Gun_C, UberGraphFrame) == 0x000030, "Member 'UBP_Item_Gun_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureImportSettings \ +static_assert(alignof(UTextureImportSettings) == 0x000008, "Wrong alignment on UTextureImportSettings"); \ +static_assert(sizeof(UTextureImportSettings) == 0x000048, "Wrong size on UTextureImportSettings"); \ +static_assert(offsetof(UTextureImportSettings, AutoVTSize) == 0x000038, "Member 'UTextureImportSettings::AutoVTSize' has a wrong offset!"); \ +static_assert(offsetof(UTextureImportSettings, AutoLimitDimension) == 0x00003C, "Member 'UTextureImportSettings::AutoLimitDimension' has a wrong offset!"); \ +static_assert(offsetof(UTextureImportSettings, bEnableNormalizeNormals) == 0x000040, "Member 'UTextureImportSettings::bEnableNormalizeNormals' has a wrong offset!"); \ +static_assert(offsetof(UTextureImportSettings, bEnableFastMipFilter) == 0x000041, "Member 'UTextureImportSettings::bEnableFastMipFilter' has a wrong offset!"); \ +static_assert(offsetof(UTextureImportSettings, CompressedFormatForFloatTextures) == 0x000042, "Member 'UTextureImportSettings::CompressedFormatForFloatTextures' has a wrong offset!"); \ +static_assert(offsetof(UTextureImportSettings, PNGInfill) == 0x000043, "Member 'UTextureImportSettings::PNGInfill' has a wrong offset!"); \ +static_assert(offsetof(UTextureImportSettings, bDoAutomaticTextureSettingsForNonPow2Textures) == 0x000044, "Member 'UTextureImportSettings::bDoAutomaticTextureSettingsForNonPow2Textures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureImportUserSettings \ +static_assert(alignof(UTextureImportUserSettings) == 0x000008, "Wrong alignment on UTextureImportUserSettings"); \ +static_assert(sizeof(UTextureImportUserSettings) == 0x000040, "Wrong size on UTextureImportUserSettings"); \ +static_assert(offsetof(UTextureImportUserSettings, PNGInfill) == 0x000038, "Member 'UTextureImportUserSettings::PNGInfill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URecomputeUVsToolProperties \ +static_assert(alignof(URecomputeUVsToolProperties) == 0x000008, "Wrong alignment on URecomputeUVsToolProperties"); \ +static_assert(sizeof(URecomputeUVsToolProperties) == 0x0000E0, "Wrong size on URecomputeUVsToolProperties"); \ +static_assert(offsetof(URecomputeUVsToolProperties, bEnablePolygroupSupport) == 0x0000A8, "Member 'URecomputeUVsToolProperties::bEnablePolygroupSupport' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, IslandGeneration) == 0x0000AC, "Member 'URecomputeUVsToolProperties::IslandGeneration' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, UnwrapType) == 0x0000B0, "Member 'URecomputeUVsToolProperties::UnwrapType' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, AutoRotation) == 0x0000B4, "Member 'URecomputeUVsToolProperties::AutoRotation' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, bPreserveIrregularity) == 0x0000B8, "Member 'URecomputeUVsToolProperties::bPreserveIrregularity' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, SmoothingSteps) == 0x0000BC, "Member 'URecomputeUVsToolProperties::SmoothingSteps' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, SmoothingAlpha) == 0x0000C0, "Member 'URecomputeUVsToolProperties::SmoothingAlpha' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, MergingDistortionThreshold) == 0x0000C4, "Member 'URecomputeUVsToolProperties::MergingDistortionThreshold' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, MergingAngleThreshold) == 0x0000C8, "Member 'URecomputeUVsToolProperties::MergingAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, LayoutType) == 0x0000CC, "Member 'URecomputeUVsToolProperties::LayoutType' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, TextureResolution) == 0x0000D0, "Member 'URecomputeUVsToolProperties::TextureResolution' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, NormalizeScale) == 0x0000D4, "Member 'URecomputeUVsToolProperties::NormalizeScale' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, bEnableUDIMLayout) == 0x0000D8, "Member 'URecomputeUVsToolProperties::bEnableUDIMLayout' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, bUDIMCVAREnabled) == 0x0000D9, "Member 'URecomputeUVsToolProperties::bUDIMCVAREnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVLayoutProperties \ +static_assert(alignof(UUVLayoutProperties) == 0x000008, "Wrong alignment on UUVLayoutProperties"); \ +static_assert(sizeof(UUVLayoutProperties) == 0x0000D0, "Wrong size on UUVLayoutProperties"); \ +static_assert(offsetof(UUVLayoutProperties, LayoutType) == 0x0000A8, "Member 'UUVLayoutProperties::LayoutType' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, TextureResolution) == 0x0000AC, "Member 'UUVLayoutProperties::TextureResolution' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, Scale) == 0x0000B0, "Member 'UUVLayoutProperties::Scale' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, Translation) == 0x0000B8, "Member 'UUVLayoutProperties::Translation' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, bPreserveScale) == 0x0000C8, "Member 'UUVLayoutProperties::bPreserveScale' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, bPreserveRotation) == 0x0000C9, "Member 'UUVLayoutProperties::bPreserveRotation' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, bAllowFlips) == 0x0000CA, "Member 'UUVLayoutProperties::bAllowFlips' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, bEnableUDIMLayout) == 0x0000CB, "Member 'UUVLayoutProperties::bEnableUDIMLayout' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutProperties, bUDIMCVAREnabled) == 0x0000CC, "Member 'UUVLayoutProperties::bUDIMCVAREnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGenerateCrossSectionOpFactory \ +static_assert(alignof(UGenerateCrossSectionOpFactory) == 0x000008, "Wrong alignment on UGenerateCrossSectionOpFactory"); \ +static_assert(sizeof(UGenerateCrossSectionOpFactory) == 0x0000C8, "Wrong size on UGenerateCrossSectionOpFactory"); \ + +#define DUMPER7_ASSERTS_URecomputeUVsOpFactory \ +static_assert(alignof(URecomputeUVsOpFactory) == 0x000010, "Wrong alignment on URecomputeUVsOpFactory"); \ +static_assert(sizeof(URecomputeUVsOpFactory) == 0x000130, "Wrong size on URecomputeUVsOpFactory"); \ +static_assert(offsetof(URecomputeUVsOpFactory, Settings) == 0x000030, "Member 'URecomputeUVsOpFactory::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVEditorTexelDensitySettings_InSamplingMode \ +static_assert(alignof(UVEditorTexelDensitySettings_InSamplingMode) == 0x000001, "Wrong alignment on UVEditorTexelDensitySettings_InSamplingMode"); \ +static_assert(sizeof(UVEditorTexelDensitySettings_InSamplingMode) == 0x000001, "Wrong size on UVEditorTexelDensitySettings_InSamplingMode"); \ +static_assert(offsetof(UVEditorTexelDensitySettings_InSamplingMode, ReturnValue) == 0x000000, "Member 'UVEditorTexelDensitySettings_InSamplingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVEditorTexelDensitySettings \ +static_assert(alignof(UUVEditorTexelDensitySettings) == 0x000008, "Wrong alignment on UUVEditorTexelDensitySettings"); \ +static_assert(sizeof(UUVEditorTexelDensitySettings) == 0x0000C0, "Wrong size on UUVEditorTexelDensitySettings"); \ +static_assert(offsetof(UUVEditorTexelDensitySettings, TexelDensityMode) == 0x0000A8, "Member 'UUVEditorTexelDensitySettings::TexelDensityMode' has a wrong offset!"); \ +static_assert(offsetof(UUVEditorTexelDensitySettings, TargetWorldUnits) == 0x0000AC, "Member 'UUVEditorTexelDensitySettings::TargetWorldUnits' has a wrong offset!"); \ +static_assert(offsetof(UUVEditorTexelDensitySettings, TargetPixelCount) == 0x0000B0, "Member 'UUVEditorTexelDensitySettings::TargetPixelCount' has a wrong offset!"); \ +static_assert(offsetof(UUVEditorTexelDensitySettings, TextureResolution) == 0x0000B4, "Member 'UUVEditorTexelDensitySettings::TextureResolution' has a wrong offset!"); \ +static_assert(offsetof(UUVEditorTexelDensitySettings, bEnableUDIMLayout) == 0x0000B8, "Member 'UUVEditorTexelDensitySettings::bEnableUDIMLayout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVTexelDensityOperatorFactory \ +static_assert(alignof(UUVTexelDensityOperatorFactory) == 0x000010, "Wrong alignment on UUVTexelDensityOperatorFactory"); \ +static_assert(sizeof(UUVTexelDensityOperatorFactory) == 0x000180, "Wrong size on UUVTexelDensityOperatorFactory"); \ +static_assert(offsetof(UUVTexelDensityOperatorFactory, Settings) == 0x000030, "Member 'UUVTexelDensityOperatorFactory::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVLayoutOperatorFactory \ +static_assert(alignof(UUVLayoutOperatorFactory) == 0x000010, "Wrong alignment on UUVLayoutOperatorFactory"); \ +static_assert(sizeof(UUVLayoutOperatorFactory) == 0x000180, "Wrong size on UUVLayoutOperatorFactory"); \ +static_assert(offsetof(UUVLayoutOperatorFactory, Settings) == 0x000030, "Member 'UUVLayoutOperatorFactory::Settings' 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_FBrushToolRadius \ +static_assert(alignof(FBrushToolRadius) == 0x000004, "Wrong alignment on FBrushToolRadius"); \ +static_assert(sizeof(FBrushToolRadius) == 0x000018, "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!"); \ +static_assert(offsetof(FBrushToolRadius, bToolSupportsPressureSensitivity) == 0x00000C, "Member 'FBrushToolRadius::bToolSupportsPressureSensitivity' has a wrong offset!"); \ +static_assert(offsetof(FBrushToolRadius, bEnablePressureSensitivity) == 0x00000D, "Member 'FBrushToolRadius::bEnablePressureSensitivity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSculptBrushOpProps \ +static_assert(alignof(UMeshSculptBrushOpProps) == 0x000008, "Wrong alignment on UMeshSculptBrushOpProps"); \ +static_assert(sizeof(UMeshSculptBrushOpProps) == 0x0000B0, "Wrong size on UMeshSculptBrushOpProps"); \ +static_assert(offsetof(UMeshSculptBrushOpProps, bIsStrengthPressureEnabled) == 0x0000A8, "Member 'UMeshSculptBrushOpProps::bIsStrengthPressureEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseKelvinletBrushOpProps \ +static_assert(alignof(UBaseKelvinletBrushOpProps) == 0x000008, "Wrong alignment on UBaseKelvinletBrushOpProps"); \ +static_assert(sizeof(UBaseKelvinletBrushOpProps) == 0x0000C0, "Wrong size on UBaseKelvinletBrushOpProps"); \ +static_assert(offsetof(UBaseKelvinletBrushOpProps, Stiffness) == 0x0000B0, "Member 'UBaseKelvinletBrushOpProps::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(UBaseKelvinletBrushOpProps, Incompressiblity) == 0x0000B4, "Member 'UBaseKelvinletBrushOpProps::Incompressiblity' has a wrong offset!"); \ +static_assert(offsetof(UBaseKelvinletBrushOpProps, BrushSteps) == 0x0000B8, "Member 'UBaseKelvinletBrushOpProps::BrushSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScaleKelvinletBrushOpProps \ +static_assert(alignof(UScaleKelvinletBrushOpProps) == 0x000008, "Wrong alignment on UScaleKelvinletBrushOpProps"); \ +static_assert(sizeof(UScaleKelvinletBrushOpProps) == 0x0000C8, "Wrong size on UScaleKelvinletBrushOpProps"); \ +static_assert(offsetof(UScaleKelvinletBrushOpProps, Strength) == 0x0000C0, "Member 'UScaleKelvinletBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UScaleKelvinletBrushOpProps, Falloff) == 0x0000C4, "Member 'UScaleKelvinletBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPullKelvinletBrushOpProps \ +static_assert(alignof(UPullKelvinletBrushOpProps) == 0x000008, "Wrong alignment on UPullKelvinletBrushOpProps"); \ +static_assert(sizeof(UPullKelvinletBrushOpProps) == 0x0000C8, "Wrong size on UPullKelvinletBrushOpProps"); \ +static_assert(offsetof(UPullKelvinletBrushOpProps, Falloff) == 0x0000C0, "Member 'UPullKelvinletBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UPullKelvinletBrushOpProps, Depth) == 0x0000C4, "Member 'UPullKelvinletBrushOpProps::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPullKelvinletBrushOpProps \ +static_assert(alignof(USharpPullKelvinletBrushOpProps) == 0x000008, "Wrong alignment on USharpPullKelvinletBrushOpProps"); \ +static_assert(sizeof(USharpPullKelvinletBrushOpProps) == 0x0000C8, "Wrong size on USharpPullKelvinletBrushOpProps"); \ +static_assert(offsetof(USharpPullKelvinletBrushOpProps, Falloff) == 0x0000C0, "Member 'USharpPullKelvinletBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(USharpPullKelvinletBrushOpProps, Depth) == 0x0000C4, "Member 'USharpPullKelvinletBrushOpProps::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTwistKelvinletBrushOpProps \ +static_assert(alignof(UTwistKelvinletBrushOpProps) == 0x000008, "Wrong alignment on UTwistKelvinletBrushOpProps"); \ +static_assert(sizeof(UTwistKelvinletBrushOpProps) == 0x0000C8, "Wrong size on UTwistKelvinletBrushOpProps"); \ +static_assert(offsetof(UTwistKelvinletBrushOpProps, Strength) == 0x0000C0, "Member 'UTwistKelvinletBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UTwistKelvinletBrushOpProps, Falloff) == 0x0000C4, "Member 'UTwistKelvinletBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEraseSculptLayerBrushOpProps \ +static_assert(alignof(UEraseSculptLayerBrushOpProps) == 0x000008, "Wrong alignment on UEraseSculptLayerBrushOpProps"); \ +static_assert(sizeof(UEraseSculptLayerBrushOpProps) == 0x0000B8, "Wrong size on UEraseSculptLayerBrushOpProps"); \ +static_assert(offsetof(UEraseSculptLayerBrushOpProps, Strength) == 0x0000B0, "Member 'UEraseSculptLayerBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UEraseSculptLayerBrushOpProps, Falloff) == 0x0000B4, "Member 'UEraseSculptLayerBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroupEraseBrushOpProps \ +static_assert(alignof(UGroupEraseBrushOpProps) == 0x000008, "Wrong alignment on UGroupEraseBrushOpProps"); \ +static_assert(sizeof(UGroupEraseBrushOpProps) == 0x0000F0, "Wrong size on UGroupEraseBrushOpProps"); \ +static_assert(offsetof(UGroupEraseBrushOpProps, Group) == 0x0000B0, "Member 'UGroupEraseBrushOpProps::Group' has a wrong offset!"); \ +static_assert(offsetof(UGroupEraseBrushOpProps, bOnlyEraseCurrent) == 0x0000B4, "Member 'UGroupEraseBrushOpProps::bOnlyEraseCurrent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroupPaintBrushOpProps \ +static_assert(alignof(UGroupPaintBrushOpProps) == 0x000008, "Wrong alignment on UGroupPaintBrushOpProps"); \ +static_assert(sizeof(UGroupPaintBrushOpProps) == 0x0000B8, "Wrong size on UGroupPaintBrushOpProps"); \ +static_assert(offsetof(UGroupPaintBrushOpProps, Group) == 0x0000B0, "Member 'UGroupPaintBrushOpProps::Group' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushOpProps, bOnlyPaintUngrouped) == 0x0000B4, "Member 'UGroupPaintBrushOpProps::bOnlyPaintUngrouped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInflateBrushOpProps \ +static_assert(alignof(UInflateBrushOpProps) == 0x000008, "Wrong alignment on UInflateBrushOpProps"); \ +static_assert(sizeof(UInflateBrushOpProps) == 0x0000B8, "Wrong size on UInflateBrushOpProps"); \ +static_assert(offsetof(UInflateBrushOpProps, Strength) == 0x0000B0, "Member 'UInflateBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UInflateBrushOpProps, Falloff) == 0x0000B4, "Member 'UInflateBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoveBrushOpProps \ +static_assert(alignof(UMoveBrushOpProps) == 0x000008, "Wrong alignment on UMoveBrushOpProps"); \ +static_assert(sizeof(UMoveBrushOpProps) == 0x0000C0, "Wrong size on UMoveBrushOpProps"); \ +static_assert(offsetof(UMoveBrushOpProps, Strength) == 0x0000B0, "Member 'UMoveBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UMoveBrushOpProps, Falloff) == 0x0000B4, "Member 'UMoveBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UMoveBrushOpProps, Depth) == 0x0000B8, "Member 'UMoveBrushOpProps::Depth' has a wrong offset!"); \ +static_assert(offsetof(UMoveBrushOpProps, AxisFilters) == 0x0000BC, "Member 'UMoveBrushOpProps::AxisFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPinchBrushOpProps \ +static_assert(alignof(UPinchBrushOpProps) == 0x000008, "Wrong alignment on UPinchBrushOpProps"); \ +static_assert(sizeof(UPinchBrushOpProps) == 0x0000C0, "Wrong size on UPinchBrushOpProps"); \ +static_assert(offsetof(UPinchBrushOpProps, Strength) == 0x0000B0, "Member 'UPinchBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UPinchBrushOpProps, Falloff) == 0x0000B4, "Member 'UPinchBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UPinchBrushOpProps, Depth) == 0x0000B8, "Member 'UPinchBrushOpProps::Depth' has a wrong offset!"); \ +static_assert(offsetof(UPinchBrushOpProps, bPerpDamping) == 0x0000BC, "Member 'UPinchBrushOpProps::bPerpDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBasePlaneBrushOpProps \ +static_assert(alignof(UBasePlaneBrushOpProps) == 0x000008, "Wrong alignment on UBasePlaneBrushOpProps"); \ +static_assert(sizeof(UBasePlaneBrushOpProps) == 0x0000B0, "Wrong size on UBasePlaneBrushOpProps"); \ + +#define DUMPER7_ASSERTS_UPlaneBrushOpProps \ +static_assert(alignof(UPlaneBrushOpProps) == 0x000008, "Wrong alignment on UPlaneBrushOpProps"); \ +static_assert(sizeof(UPlaneBrushOpProps) == 0x0000C0, "Wrong size on UPlaneBrushOpProps"); \ +static_assert(offsetof(UPlaneBrushOpProps, Strength) == 0x0000B0, "Member 'UPlaneBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UPlaneBrushOpProps, Falloff) == 0x0000B4, "Member 'UPlaneBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UPlaneBrushOpProps, Depth) == 0x0000B8, "Member 'UPlaneBrushOpProps::Depth' has a wrong offset!"); \ +static_assert(offsetof(UPlaneBrushOpProps, WhichSide) == 0x0000BC, "Member 'UPlaneBrushOpProps::WhichSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UViewAlignedPlaneBrushOpProps \ +static_assert(alignof(UViewAlignedPlaneBrushOpProps) == 0x000008, "Wrong alignment on UViewAlignedPlaneBrushOpProps"); \ +static_assert(sizeof(UViewAlignedPlaneBrushOpProps) == 0x0000C0, "Wrong size on UViewAlignedPlaneBrushOpProps"); \ +static_assert(offsetof(UViewAlignedPlaneBrushOpProps, Strength) == 0x0000B0, "Member 'UViewAlignedPlaneBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UViewAlignedPlaneBrushOpProps, Falloff) == 0x0000B4, "Member 'UViewAlignedPlaneBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UViewAlignedPlaneBrushOpProps, Depth) == 0x0000B8, "Member 'UViewAlignedPlaneBrushOpProps::Depth' has a wrong offset!"); \ +static_assert(offsetof(UViewAlignedPlaneBrushOpProps, WhichSide) == 0x0000BC, "Member 'UViewAlignedPlaneBrushOpProps::WhichSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFixedPlaneBrushOpProps \ +static_assert(alignof(UFixedPlaneBrushOpProps) == 0x000008, "Wrong alignment on UFixedPlaneBrushOpProps"); \ +static_assert(sizeof(UFixedPlaneBrushOpProps) == 0x0000C0, "Wrong size on UFixedPlaneBrushOpProps"); \ +static_assert(offsetof(UFixedPlaneBrushOpProps, Strength) == 0x0000B0, "Member 'UFixedPlaneBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UFixedPlaneBrushOpProps, Falloff) == 0x0000B4, "Member 'UFixedPlaneBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UFixedPlaneBrushOpProps, Depth) == 0x0000B8, "Member 'UFixedPlaneBrushOpProps::Depth' has a wrong offset!"); \ +static_assert(offsetof(UFixedPlaneBrushOpProps, WhichSide) == 0x0000BC, "Member 'UFixedPlaneBrushOpProps::WhichSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStandardSculptBrushOpProps \ +static_assert(alignof(UStandardSculptBrushOpProps) == 0x000008, "Wrong alignment on UStandardSculptBrushOpProps"); \ +static_assert(sizeof(UStandardSculptBrushOpProps) == 0x0000B8, "Wrong size on UStandardSculptBrushOpProps"); \ +static_assert(offsetof(UStandardSculptBrushOpProps, Strength) == 0x0000B0, "Member 'UStandardSculptBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UStandardSculptBrushOpProps, Falloff) == 0x0000B4, "Member 'UStandardSculptBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UViewAlignedSculptBrushOpProps \ +static_assert(alignof(UViewAlignedSculptBrushOpProps) == 0x000008, "Wrong alignment on UViewAlignedSculptBrushOpProps"); \ +static_assert(sizeof(UViewAlignedSculptBrushOpProps) == 0x0000B8, "Wrong size on UViewAlignedSculptBrushOpProps"); \ +static_assert(offsetof(UViewAlignedSculptBrushOpProps, Strength) == 0x0000B0, "Member 'UViewAlignedSculptBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UViewAlignedSculptBrushOpProps, Falloff) == 0x0000B4, "Member 'UViewAlignedSculptBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USculptMaxBrushOpProps \ +static_assert(alignof(USculptMaxBrushOpProps) == 0x000008, "Wrong alignment on USculptMaxBrushOpProps"); \ +static_assert(sizeof(USculptMaxBrushOpProps) == 0x0000C8, "Wrong size on USculptMaxBrushOpProps"); \ +static_assert(offsetof(USculptMaxBrushOpProps, Strength) == 0x0000B0, "Member 'USculptMaxBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(USculptMaxBrushOpProps, Falloff) == 0x0000B4, "Member 'USculptMaxBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(USculptMaxBrushOpProps, MaxHeight) == 0x0000B8, "Member 'USculptMaxBrushOpProps::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(USculptMaxBrushOpProps, bUseFixedHeight) == 0x0000BC, "Member 'USculptMaxBrushOpProps::bUseFixedHeight' has a wrong offset!"); \ +static_assert(offsetof(USculptMaxBrushOpProps, FixedHeight) == 0x0000C0, "Member 'USculptMaxBrushOpProps::FixedHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseSmoothBrushOpProps \ +static_assert(alignof(UBaseSmoothBrushOpProps) == 0x000008, "Wrong alignment on UBaseSmoothBrushOpProps"); \ +static_assert(sizeof(UBaseSmoothBrushOpProps) == 0x0000B0, "Wrong size on UBaseSmoothBrushOpProps"); \ + +#define DUMPER7_ASSERTS_USmoothBrushOpProps \ +static_assert(alignof(USmoothBrushOpProps) == 0x000008, "Wrong alignment on USmoothBrushOpProps"); \ +static_assert(sizeof(USmoothBrushOpProps) == 0x0000C0, "Wrong size on USmoothBrushOpProps"); \ +static_assert(offsetof(USmoothBrushOpProps, Strength) == 0x0000B0, "Member 'USmoothBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(USmoothBrushOpProps, Falloff) == 0x0000B4, "Member 'USmoothBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(USmoothBrushOpProps, bPreserveUVFlow) == 0x0000B8, "Member 'USmoothBrushOpProps::bPreserveUVFlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USecondarySmoothBrushOpProps \ +static_assert(alignof(USecondarySmoothBrushOpProps) == 0x000008, "Wrong alignment on USecondarySmoothBrushOpProps"); \ +static_assert(sizeof(USecondarySmoothBrushOpProps) == 0x0000C0, "Wrong size on USecondarySmoothBrushOpProps"); \ +static_assert(offsetof(USecondarySmoothBrushOpProps, Strength) == 0x0000B0, "Member 'USecondarySmoothBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(USecondarySmoothBrushOpProps, Falloff) == 0x0000B4, "Member 'USecondarySmoothBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(USecondarySmoothBrushOpProps, bPreserveUVFlow) == 0x0000B8, "Member 'USecondarySmoothBrushOpProps::bPreserveUVFlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmoothFillBrushOpProps \ +static_assert(alignof(USmoothFillBrushOpProps) == 0x000008, "Wrong alignment on USmoothFillBrushOpProps"); \ +static_assert(sizeof(USmoothFillBrushOpProps) == 0x0000C0, "Wrong size on USmoothFillBrushOpProps"); \ +static_assert(offsetof(USmoothFillBrushOpProps, Strength) == 0x0000B0, "Member 'USmoothFillBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(USmoothFillBrushOpProps, Falloff) == 0x0000B4, "Member 'USmoothFillBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(USmoothFillBrushOpProps, bPreserveUVFlow) == 0x0000B8, "Member 'USmoothFillBrushOpProps::bPreserveUVFlow' 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_UFlattenBrushOpProps \ +static_assert(alignof(UFlattenBrushOpProps) == 0x000008, "Wrong alignment on UFlattenBrushOpProps"); \ +static_assert(sizeof(UFlattenBrushOpProps) == 0x0000C0, "Wrong size on UFlattenBrushOpProps"); \ +static_assert(offsetof(UFlattenBrushOpProps, Strength) == 0x0000B0, "Member 'UFlattenBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UFlattenBrushOpProps, Falloff) == 0x0000B4, "Member 'UFlattenBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UFlattenBrushOpProps, Depth) == 0x0000B8, "Member 'UFlattenBrushOpProps::Depth' has a wrong offset!"); \ +static_assert(offsetof(UFlattenBrushOpProps, WhichSide) == 0x0000BC, "Member 'UFlattenBrushOpProps::WhichSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEraseBrushOpProps \ +static_assert(alignof(UEraseBrushOpProps) == 0x000008, "Wrong alignment on UEraseBrushOpProps"); \ +static_assert(sizeof(UEraseBrushOpProps) == 0x0000B8, "Wrong size on UEraseBrushOpProps"); \ +static_assert(offsetof(UEraseBrushOpProps, Strength) == 0x0000B0, "Member 'UEraseBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UEraseBrushOpProps, Falloff) == 0x0000B4, "Member 'UEraseBrushOpProps::Falloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVertexBrushSculptProperties \ +static_assert(alignof(UVertexBrushSculptProperties) == 0x000008, "Wrong alignment on UVertexBrushSculptProperties"); \ +static_assert(sizeof(UVertexBrushSculptProperties) == 0x0000C0, "Wrong size on UVertexBrushSculptProperties"); \ +static_assert(offsetof(UVertexBrushSculptProperties, PrimaryBrushType) == 0x0000A8, "Member 'UVertexBrushSculptProperties::PrimaryBrushType' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushSculptProperties, PrimaryBrushID) == 0x0000AC, "Member 'UVertexBrushSculptProperties::PrimaryBrushID' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushSculptProperties, PrimaryFalloffType) == 0x0000B0, "Member 'UVertexBrushSculptProperties::PrimaryFalloffType' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushSculptProperties, BrushFilter) == 0x0000B1, "Member 'UVertexBrushSculptProperties::BrushFilter' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushSculptProperties, bFreezeTarget) == 0x0000B2, "Member 'UVertexBrushSculptProperties::bFreezeTarget' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushSculptProperties, bCanFreezeTarget) == 0x0000B3, "Member 'UVertexBrushSculptProperties::bCanFreezeTarget' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushSculptProperties, Tool) == 0x0000B4, "Member 'UVertexBrushSculptProperties::Tool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVertexColorBaseBrushOpProps \ +static_assert(alignof(UVertexColorBaseBrushOpProps) == 0x000008, "Wrong alignment on UVertexColorBaseBrushOpProps"); \ +static_assert(sizeof(UVertexColorBaseBrushOpProps) == 0x0000C0, "Wrong size on UVertexColorBaseBrushOpProps"); \ +static_assert(offsetof(UVertexColorBaseBrushOpProps, Strength) == 0x0000B0, "Member 'UVertexColorBaseBrushOpProps::Strength' has a wrong offset!"); \ +static_assert(offsetof(UVertexColorBaseBrushOpProps, Falloff) == 0x0000B4, "Member 'UVertexColorBaseBrushOpProps::Falloff' has a wrong offset!"); \ +static_assert(offsetof(UVertexColorBaseBrushOpProps, BlendMode) == 0x0000B8, "Member 'UVertexColorBaseBrushOpProps::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UVertexColorBaseBrushOpProps, bApplyFalloff) == 0x0000BC, "Member 'UVertexColorBaseBrushOpProps::bApplyFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVertexColorPaintBrushOpProps \ +static_assert(alignof(UVertexColorPaintBrushOpProps) == 0x000008, "Wrong alignment on UVertexColorPaintBrushOpProps"); \ +static_assert(sizeof(UVertexColorPaintBrushOpProps) == 0x0000D0, "Wrong size on UVertexColorPaintBrushOpProps"); \ +static_assert(offsetof(UVertexColorPaintBrushOpProps, Color) == 0x0000C0, "Member 'UVertexColorPaintBrushOpProps::Color' 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_UVertexColorSoftenBrushOpProps \ +static_assert(alignof(UVertexColorSoftenBrushOpProps) == 0x000008, "Wrong alignment on UVertexColorSoftenBrushOpProps"); \ +static_assert(sizeof(UVertexColorSoftenBrushOpProps) == 0x0000C0, "Wrong size on UVertexColorSoftenBrushOpProps"); \ + +#define DUMPER7_ASSERTS_UVertexColorSmoothBrushOpProps \ +static_assert(alignof(UVertexColorSmoothBrushOpProps) == 0x000008, "Wrong alignment on UVertexColorSmoothBrushOpProps"); \ +static_assert(sizeof(UVertexColorSmoothBrushOpProps) == 0x0000C0, "Wrong size on UVertexColorSmoothBrushOpProps"); \ + +#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_UPolyEditActivityContext \ +static_assert(alignof(UPolyEditActivityContext) == 0x000010, "Wrong alignment on UPolyEditActivityContext"); \ +static_assert(sizeof(UPolyEditActivityContext) == 0x000100, "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_MeshConstraintProperties_IsPreventNormalFlipsEnabled \ +static_assert(alignof(MeshConstraintProperties_IsPreventNormalFlipsEnabled) == 0x000001, "Wrong alignment on MeshConstraintProperties_IsPreventNormalFlipsEnabled"); \ +static_assert(sizeof(MeshConstraintProperties_IsPreventNormalFlipsEnabled) == 0x000001, "Wrong size on MeshConstraintProperties_IsPreventNormalFlipsEnabled"); \ +static_assert(offsetof(MeshConstraintProperties_IsPreventNormalFlipsEnabled, ReturnValue) == 0x000000, "Member 'MeshConstraintProperties_IsPreventNormalFlipsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshConstraintProperties_IsPreventTinyTrianglesEnabled \ +static_assert(alignof(MeshConstraintProperties_IsPreventTinyTrianglesEnabled) == 0x000001, "Wrong alignment on MeshConstraintProperties_IsPreventTinyTrianglesEnabled"); \ +static_assert(sizeof(MeshConstraintProperties_IsPreventTinyTrianglesEnabled) == 0x000001, "Wrong size on MeshConstraintProperties_IsPreventTinyTrianglesEnabled"); \ +static_assert(offsetof(MeshConstraintProperties_IsPreventTinyTrianglesEnabled, ReturnValue) == 0x000000, "Member 'MeshConstraintProperties_IsPreventTinyTrianglesEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshConstraintProperties \ +static_assert(alignof(UMeshConstraintProperties) == 0x000008, "Wrong alignment on UMeshConstraintProperties"); \ +static_assert(sizeof(UMeshConstraintProperties) == 0x0000B0, "Wrong size on UMeshConstraintProperties"); \ +static_assert(offsetof(UMeshConstraintProperties, bPreserveSharpEdges) == 0x0000A8, "Member 'UMeshConstraintProperties::bPreserveSharpEdges' has a wrong offset!"); \ +static_assert(offsetof(UMeshConstraintProperties, MeshBoundaryConstraint) == 0x0000A9, "Member 'UMeshConstraintProperties::MeshBoundaryConstraint' has a wrong offset!"); \ +static_assert(offsetof(UMeshConstraintProperties, GroupBoundaryConstraint) == 0x0000AA, "Member 'UMeshConstraintProperties::GroupBoundaryConstraint' has a wrong offset!"); \ +static_assert(offsetof(UMeshConstraintProperties, MaterialBoundaryConstraint) == 0x0000AB, "Member 'UMeshConstraintProperties::MaterialBoundaryConstraint' has a wrong offset!"); \ +static_assert(offsetof(UMeshConstraintProperties, bPreventNormalFlips) == 0x0000AC, "Member 'UMeshConstraintProperties::bPreventNormalFlips' has a wrong offset!"); \ +static_assert(offsetof(UMeshConstraintProperties, bPreventTinyTriangles) == 0x0000AD, "Member 'UMeshConstraintProperties::bPreventTinyTriangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSculptToolBase \ +static_assert(alignof(UMeshSculptToolBase) == 0x000010, "Wrong alignment on UMeshSculptToolBase"); \ +static_assert(sizeof(UMeshSculptToolBase) == 0x000C70, "Wrong size on UMeshSculptToolBase"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushProperties) == 0x000118, "Member 'UMeshSculptToolBase::BrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, GizmoProperties) == 0x000120, "Member 'UMeshSculptToolBase::GizmoProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushOpPropSets) == 0x0002D0, "Member 'UMeshSculptToolBase::BrushOpPropSets' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, SecondaryBrushOpPropSets) == 0x000370, "Member 'UMeshSculptToolBase::SecondaryBrushOpPropSets' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, StrokeGeometry) == 0x0005B8, "Member 'UMeshSculptToolBase::StrokeGeometry' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, ViewProperties) == 0x000B10, "Member 'UMeshSculptToolBase::ViewProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, ActiveOverrideMaterial) == 0x000B18, "Member 'UMeshSculptToolBase::ActiveOverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushIndicator) == 0x000B20, "Member 'UMeshSculptToolBase::BrushIndicator' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, bIsVolumetricIndicator) == 0x000B28, "Member 'UMeshSculptToolBase::bIsVolumetricIndicator' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushIndicatorMaterial) == 0x000B30, "Member 'UMeshSculptToolBase::BrushIndicatorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushIndicatorMesh) == 0x000B38, "Member 'UMeshSculptToolBase::BrushIndicatorMesh' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, PlaneTransformGizmo) == 0x000B48, "Member 'UMeshSculptToolBase::PlaneTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, PlaneTransformProxy) == 0x000B50, "Member 'UMeshSculptToolBase::PlaneTransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexPaintTool \ +static_assert(alignof(UMeshVertexPaintTool) == 0x000010, "Wrong alignment on UMeshVertexPaintTool"); \ +static_assert(sizeof(UMeshVertexPaintTool) == 0x001330, "Wrong size on UMeshVertexPaintTool"); \ +static_assert(offsetof(UMeshVertexPaintTool, PolygroupLayerProperties) == 0x000C78, "Member 'UMeshVertexPaintTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, BasicProperties) == 0x000C80, "Member 'UMeshVertexPaintTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, FilterProperties) == 0x000C88, "Member 'UMeshVertexPaintTool::FilterProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, SymmetryProperties) == 0x000C90, "Member 'UMeshVertexPaintTool::SymmetryProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, PaintBrushOpProperties) == 0x000C98, "Member 'UMeshVertexPaintTool::PaintBrushOpProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, EraseBrushOpProperties) == 0x000CA0, "Member 'UMeshVertexPaintTool::EraseBrushOpProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, QuickActions) == 0x000CA8, "Member 'UMeshVertexPaintTool::QuickActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, UtilityActions) == 0x000CB0, "Member 'UMeshVertexPaintTool::UtilityActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, PolyLassoMechanic) == 0x000CC0, "Member 'UMeshVertexPaintTool::PolyLassoMechanic' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, PreviewMeshActor) == 0x000CC8, "Member 'UMeshVertexPaintTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, DynamicMeshComponent) == 0x000CD0, "Member 'UMeshVertexPaintTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintTool, MeshElementsDisplay) == 0x000CD8, "Member 'UMeshVertexPaintTool::MeshElementsDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URemeshProperties \ +static_assert(alignof(URemeshProperties) == 0x000008, "Wrong alignment on URemeshProperties"); \ +static_assert(sizeof(URemeshProperties) == 0x0000B8, "Wrong size on URemeshProperties"); \ +static_assert(offsetof(URemeshProperties, SmoothingStrength) == 0x0000B0, "Member 'URemeshProperties::SmoothingStrength' has a wrong offset!"); \ +static_assert(offsetof(URemeshProperties, bFlips) == 0x0000B4, "Member 'URemeshProperties::bFlips' has a wrong offset!"); \ +static_assert(offsetof(URemeshProperties, bSplits) == 0x0000B5, "Member 'URemeshProperties::bSplits' has a wrong offset!"); \ +static_assert(offsetof(URemeshProperties, bCollapses) == 0x0000B6, "Member 'URemeshProperties::bCollapses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAddPrimitiveToolBuilder \ +static_assert(alignof(UAddPrimitiveToolBuilder) == 0x000008, "Wrong alignment on UAddPrimitiveToolBuilder"); \ +static_assert(sizeof(UAddPrimitiveToolBuilder) == 0x000030, "Wrong size on UAddPrimitiveToolBuilder"); \ + +#define DUMPER7_ASSERTS_UOffsetMeshTool \ +static_assert(alignof(UOffsetMeshTool) == 0x000010, "Wrong alignment on UOffsetMeshTool"); \ +static_assert(sizeof(UOffsetMeshTool) == 0x0004B0, "Wrong size on UOffsetMeshTool"); \ +static_assert(offsetof(UOffsetMeshTool, OffsetProperties) == 0x000490, "Member 'UOffsetMeshTool::OffsetProperties' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshTool, IterativeProperties) == 0x000498, "Member 'UOffsetMeshTool::IterativeProperties' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshTool, ImplicitProperties) == 0x0004A0, "Member 'UOffsetMeshTool::ImplicitProperties' has a wrong offset!"); \ +static_assert(offsetof(UOffsetMeshTool, WeightMapProperties) == 0x0004A8, "Member 'UOffsetMeshTool::WeightMapProperties' 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, PolygroupMode) == 0x0000A8, "Member 'UProceduralShapeToolProperties::PolygroupMode' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, TargetSurface) == 0x0000A9, "Member 'UProceduralShapeToolProperties::TargetSurface' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, PivotLocation) == 0x0000AA, "Member 'UProceduralShapeToolProperties::PivotLocation' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, Rotation) == 0x0000AC, "Member 'UProceduralShapeToolProperties::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, bAlignToNormal) == 0x0000B0, "Member 'UProceduralShapeToolProperties::bAlignToNormal' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, bShowGizmo) == 0x0000B1, "Member 'UProceduralShapeToolProperties::bShowGizmo' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, bShowGizmoOptions) == 0x0000B2, "Member 'UProceduralShapeToolProperties::bShowGizmoOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UMeshSymmetryProperties \ +static_assert(alignof(UMeshSymmetryProperties) == 0x000008, "Wrong alignment on UMeshSymmetryProperties"); \ +static_assert(sizeof(UMeshSymmetryProperties) == 0x0000B0, "Wrong size on UMeshSymmetryProperties"); \ +static_assert(offsetof(UMeshSymmetryProperties, bEnableSymmetry) == 0x0000A8, "Member 'UMeshSymmetryProperties::bEnableSymmetry' has a wrong offset!"); \ +static_assert(offsetof(UMeshSymmetryProperties, bSymmetryCanBeEnabled) == 0x0000A9, "Member 'UMeshSymmetryProperties::bSymmetryCanBeEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralRectangleToolProperties \ +static_assert(alignof(UProceduralRectangleToolProperties) == 0x000008, "Wrong alignment on UProceduralRectangleToolProperties"); \ +static_assert(sizeof(UProceduralRectangleToolProperties) == 0x0000D8, "Wrong size on UProceduralRectangleToolProperties"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, RectangleType) == 0x0000B8, "Member 'UProceduralRectangleToolProperties::RectangleType' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, Width) == 0x0000BC, "Member 'UProceduralRectangleToolProperties::Width' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, Depth) == 0x0000C0, "Member 'UProceduralRectangleToolProperties::Depth' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, WidthSubdivisions) == 0x0000C4, "Member 'UProceduralRectangleToolProperties::WidthSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, DepthSubdivisions) == 0x0000C8, "Member 'UProceduralRectangleToolProperties::DepthSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, bMaintainDimension) == 0x0000CC, "Member 'UProceduralRectangleToolProperties::bMaintainDimension' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, CornerRadius) == 0x0000D0, "Member 'UProceduralRectangleToolProperties::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, CornerSlices) == 0x0000D4, "Member 'UProceduralRectangleToolProperties::CornerSlices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralDiscToolProperties \ +static_assert(alignof(UProceduralDiscToolProperties) == 0x000008, "Wrong alignment on UProceduralDiscToolProperties"); \ +static_assert(sizeof(UProceduralDiscToolProperties) == 0x0000D0, "Wrong size on UProceduralDiscToolProperties"); \ +static_assert(offsetof(UProceduralDiscToolProperties, DiscType) == 0x0000B8, "Member 'UProceduralDiscToolProperties::DiscType' has a wrong offset!"); \ +static_assert(offsetof(UProceduralDiscToolProperties, Radius) == 0x0000BC, "Member 'UProceduralDiscToolProperties::Radius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralDiscToolProperties, RadialSlices) == 0x0000C0, "Member 'UProceduralDiscToolProperties::RadialSlices' has a wrong offset!"); \ +static_assert(offsetof(UProceduralDiscToolProperties, RadialSubdivisions) == 0x0000C4, "Member 'UProceduralDiscToolProperties::RadialSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UProceduralDiscToolProperties, HoleRadius) == 0x0000C8, "Member 'UProceduralDiscToolProperties::HoleRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexPaintToolActionPropertySet \ +static_assert(alignof(UMeshVertexPaintToolActionPropertySet) == 0x000008, "Wrong alignment on UMeshVertexPaintToolActionPropertySet"); \ +static_assert(sizeof(UMeshVertexPaintToolActionPropertySet) == 0x0000B0, "Wrong size on UMeshVertexPaintToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_UMeshVertexPaintToolQuickActions \ +static_assert(alignof(UMeshVertexPaintToolQuickActions) == 0x000008, "Wrong alignment on UMeshVertexPaintToolQuickActions"); \ +static_assert(sizeof(UMeshVertexPaintToolQuickActions) == 0x0000B0, "Wrong size on UMeshVertexPaintToolQuickActions"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_UProceduralCapsuleToolProperties \ +static_assert(alignof(UProceduralCapsuleToolProperties) == 0x000008, "Wrong alignment on UProceduralCapsuleToolProperties"); \ +static_assert(sizeof(UProceduralCapsuleToolProperties) == 0x0000D0, "Wrong size on UProceduralCapsuleToolProperties"); \ +static_assert(offsetof(UProceduralCapsuleToolProperties, Radius) == 0x0000B8, "Member 'UProceduralCapsuleToolProperties::Radius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralCapsuleToolProperties, CylinderLength) == 0x0000BC, "Member 'UProceduralCapsuleToolProperties::CylinderLength' has a wrong offset!"); \ +static_assert(offsetof(UProceduralCapsuleToolProperties, HemisphereSlices) == 0x0000C0, "Member 'UProceduralCapsuleToolProperties::HemisphereSlices' has a wrong offset!"); \ +static_assert(offsetof(UProceduralCapsuleToolProperties, CylinderSlices) == 0x0000C4, "Member 'UProceduralCapsuleToolProperties::CylinderSlices' has a wrong offset!"); \ +static_assert(offsetof(UProceduralCapsuleToolProperties, CylinderSubdivisions) == 0x0000C8, "Member 'UProceduralCapsuleToolProperties::CylinderSubdivisions' 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_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) == 0x000150, "Wrong size on UAddPrimitiveTool"); \ +static_assert(offsetof(UAddPrimitiveTool, OutputTypeProperties) == 0x0000D0, "Member 'UAddPrimitiveTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, ShapeSettings) == 0x0000D8, "Member 'UAddPrimitiveTool::ShapeSettings' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, MaterialProperties) == 0x0000E0, "Member 'UAddPrimitiveTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, PreviewMesh) == 0x0000E8, "Member 'UAddPrimitiveTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, Gizmo) == 0x0000F0, "Member 'UAddPrimitiveTool::Gizmo' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, DragAlignmentMechanic) == 0x0000F8, "Member 'UAddPrimitiveTool::DragAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, AssetName) == 0x000100, "Member 'UAddPrimitiveTool::AssetName' 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_UAddBoxPrimitiveTool \ +static_assert(alignof(UAddBoxPrimitiveTool) == 0x000008, "Wrong alignment on UAddBoxPrimitiveTool"); \ +static_assert(sizeof(UAddBoxPrimitiveTool) == 0x000150, "Wrong size on UAddBoxPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddCylinderPrimitiveTool \ +static_assert(alignof(UAddCylinderPrimitiveTool) == 0x000008, "Wrong alignment on UAddCylinderPrimitiveTool"); \ +static_assert(sizeof(UAddCylinderPrimitiveTool) == 0x000150, "Wrong size on UAddCylinderPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_URemeshMeshTool \ +static_assert(alignof(URemeshMeshTool) == 0x000008, "Wrong alignment on URemeshMeshTool"); \ +static_assert(sizeof(URemeshMeshTool) == 0x000120, "Wrong size on URemeshMeshTool"); \ +static_assert(offsetof(URemeshMeshTool, BasicProperties) == 0x0000D8, "Member 'URemeshMeshTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshTool, MeshStatisticsProperties) == 0x0000E0, "Member 'URemeshMeshTool::MeshStatisticsProperties' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshTool, Preview) == 0x0000E8, "Member 'URemeshMeshTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshTool, MeshElementsDisplay) == 0x0000F0, "Member 'URemeshMeshTool::MeshElementsDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProjectToTargetTool \ +static_assert(alignof(UProjectToTargetTool) == 0x000008, "Wrong alignment on UProjectToTargetTool"); \ +static_assert(sizeof(UProjectToTargetTool) == 0x000130, "Wrong size on UProjectToTargetTool"); \ + +#define DUMPER7_ASSERTS_UAddCapsulePrimitiveTool \ +static_assert(alignof(UAddCapsulePrimitiveTool) == 0x000008, "Wrong alignment on UAddCapsulePrimitiveTool"); \ +static_assert(sizeof(UAddCapsulePrimitiveTool) == 0x000150, "Wrong size on UAddCapsulePrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddConePrimitiveTool \ +static_assert(alignof(UAddConePrimitiveTool) == 0x000008, "Wrong alignment on UAddConePrimitiveTool"); \ +static_assert(sizeof(UAddConePrimitiveTool) == 0x000150, "Wrong size on UAddConePrimitiveTool"); \ + +#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_UAddRectanglePrimitiveTool \ +static_assert(alignof(UAddRectanglePrimitiveTool) == 0x000008, "Wrong alignment on UAddRectanglePrimitiveTool"); \ +static_assert(sizeof(UAddRectanglePrimitiveTool) == 0x000150, "Wrong size on UAddRectanglePrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddDiscPrimitiveTool \ +static_assert(alignof(UAddDiscPrimitiveTool) == 0x000008, "Wrong alignment on UAddDiscPrimitiveTool"); \ +static_assert(sizeof(UAddDiscPrimitiveTool) == 0x000150, "Wrong size on UAddDiscPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_MeshSculptLayerProperties_GetLayerName \ +static_assert(alignof(MeshSculptLayerProperties_GetLayerName) == 0x000004, "Wrong alignment on MeshSculptLayerProperties_GetLayerName"); \ +static_assert(sizeof(MeshSculptLayerProperties_GetLayerName) == 0x00000C, "Wrong size on MeshSculptLayerProperties_GetLayerName"); \ +static_assert(offsetof(MeshSculptLayerProperties_GetLayerName, InIndex) == 0x000000, "Member 'MeshSculptLayerProperties_GetLayerName::InIndex' has a wrong offset!"); \ +static_assert(offsetof(MeshSculptLayerProperties_GetLayerName, ReturnValue) == 0x000004, "Member 'MeshSculptLayerProperties_GetLayerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshSculptLayerProperties_MoveLayer \ +static_assert(alignof(MeshSculptLayerProperties_MoveLayer) == 0x000004, "Wrong alignment on MeshSculptLayerProperties_MoveLayer"); \ +static_assert(sizeof(MeshSculptLayerProperties_MoveLayer) == 0x000008, "Wrong size on MeshSculptLayerProperties_MoveLayer"); \ +static_assert(offsetof(MeshSculptLayerProperties_MoveLayer, InInitIndex) == 0x000000, "Member 'MeshSculptLayerProperties_MoveLayer::InInitIndex' has a wrong offset!"); \ +static_assert(offsetof(MeshSculptLayerProperties_MoveLayer, InTargetIndex) == 0x000004, "Member 'MeshSculptLayerProperties_MoveLayer::InTargetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshSculptLayerProperties_RemoveLayerAtIndex \ +static_assert(alignof(MeshSculptLayerProperties_RemoveLayerAtIndex) == 0x000004, "Wrong alignment on MeshSculptLayerProperties_RemoveLayerAtIndex"); \ +static_assert(sizeof(MeshSculptLayerProperties_RemoveLayerAtIndex) == 0x000008, "Wrong size on MeshSculptLayerProperties_RemoveLayerAtIndex"); \ +static_assert(offsetof(MeshSculptLayerProperties_RemoveLayerAtIndex, IndexOfLayerToRemove) == 0x000000, "Member 'MeshSculptLayerProperties_RemoveLayerAtIndex::IndexOfLayerToRemove' has a wrong offset!"); \ +static_assert(offsetof(MeshSculptLayerProperties_RemoveLayerAtIndex, ReturnValue) == 0x000004, "Member 'MeshSculptLayerProperties_RemoveLayerAtIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshSculptLayerProperties_SetActiveLayer \ +static_assert(alignof(MeshSculptLayerProperties_SetActiveLayer) == 0x000004, "Wrong alignment on MeshSculptLayerProperties_SetActiveLayer"); \ +static_assert(sizeof(MeshSculptLayerProperties_SetActiveLayer) == 0x000004, "Wrong size on MeshSculptLayerProperties_SetActiveLayer"); \ +static_assert(offsetof(MeshSculptLayerProperties_SetActiveLayer, InIndex) == 0x000000, "Member 'MeshSculptLayerProperties_SetActiveLayer::InIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshSculptLayerProperties_SetLayerName \ +static_assert(alignof(MeshSculptLayerProperties_SetLayerName) == 0x000004, "Wrong alignment on MeshSculptLayerProperties_SetLayerName"); \ +static_assert(sizeof(MeshSculptLayerProperties_SetLayerName) == 0x00000C, "Wrong size on MeshSculptLayerProperties_SetLayerName"); \ +static_assert(offsetof(MeshSculptLayerProperties_SetLayerName, InIndex) == 0x000000, "Member 'MeshSculptLayerProperties_SetLayerName::InIndex' has a wrong offset!"); \ +static_assert(offsetof(MeshSculptLayerProperties_SetLayerName, InLayerName) == 0x000004, "Member 'MeshSculptLayerProperties_SetLayerName::InLayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshSculptLayerProperties_SetLayerWeight \ +static_assert(alignof(MeshSculptLayerProperties_SetLayerWeight) == 0x000008, "Wrong alignment on MeshSculptLayerProperties_SetLayerWeight"); \ +static_assert(sizeof(MeshSculptLayerProperties_SetLayerWeight) == 0x000018, "Wrong size on MeshSculptLayerProperties_SetLayerWeight"); \ +static_assert(offsetof(MeshSculptLayerProperties_SetLayerWeight, InIndex) == 0x000000, "Member 'MeshSculptLayerProperties_SetLayerWeight::InIndex' has a wrong offset!"); \ +static_assert(offsetof(MeshSculptLayerProperties_SetLayerWeight, InWeight) == 0x000008, "Member 'MeshSculptLayerProperties_SetLayerWeight::InWeight' has a wrong offset!"); \ +static_assert(offsetof(MeshSculptLayerProperties_SetLayerWeight, ChangeType) == 0x000010, "Member 'MeshSculptLayerProperties_SetLayerWeight::ChangeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSculptLayerProperties \ +static_assert(alignof(UMeshSculptLayerProperties) == 0x000008, "Wrong alignment on UMeshSculptLayerProperties"); \ +static_assert(sizeof(UMeshSculptLayerProperties) == 0x000068, "Wrong size on UMeshSculptLayerProperties"); \ +static_assert(offsetof(UMeshSculptLayerProperties, ActiveLayer) == 0x000028, "Member 'UMeshSculptLayerProperties::ActiveLayer' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptLayerProperties, LayerWeights) == 0x000030, "Member 'UMeshSculptLayerProperties::LayerWeights' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptLayerProperties, bCanEditLayers) == 0x000040, "Member 'UMeshSculptLayerProperties::bCanEditLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAddTorusPrimitiveTool \ +static_assert(alignof(UAddTorusPrimitiveTool) == 0x000008, "Wrong alignment on UAddTorusPrimitiveTool"); \ +static_assert(sizeof(UAddTorusPrimitiveTool) == 0x000150, "Wrong size on UAddTorusPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddArrowPrimitiveTool \ +static_assert(alignof(UAddArrowPrimitiveTool) == 0x000008, "Wrong alignment on UAddArrowPrimitiveTool"); \ +static_assert(sizeof(UAddArrowPrimitiveTool) == 0x000150, "Wrong size on UAddArrowPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_URemeshMeshToolProperties \ +static_assert(alignof(URemeshMeshToolProperties) == 0x000008, "Wrong alignment on URemeshMeshToolProperties"); \ +static_assert(sizeof(URemeshMeshToolProperties) == 0x0000E0, "Wrong size on URemeshMeshToolProperties"); \ +static_assert(offsetof(URemeshMeshToolProperties, TargetTriangleCount) == 0x0000B8, "Member 'URemeshMeshToolProperties::TargetTriangleCount' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, SmoothingType) == 0x0000BC, "Member 'URemeshMeshToolProperties::SmoothingType' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, bDiscardAttributes) == 0x0000BD, "Member 'URemeshMeshToolProperties::bDiscardAttributes' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, bShowGroupColors) == 0x0000BE, "Member 'URemeshMeshToolProperties::bShowGroupColors' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, RemeshType) == 0x0000BF, "Member 'URemeshMeshToolProperties::RemeshType' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, RemeshIterations) == 0x0000C0, "Member 'URemeshMeshToolProperties::RemeshIterations' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, MaxRemeshIterations) == 0x0000C4, "Member 'URemeshMeshToolProperties::MaxRemeshIterations' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, ExtraProjectionIterations) == 0x0000C8, "Member 'URemeshMeshToolProperties::ExtraProjectionIterations' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, bUseTargetEdgeLength) == 0x0000CC, "Member 'URemeshMeshToolProperties::bUseTargetEdgeLength' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, TargetEdgeLength) == 0x0000D0, "Member 'URemeshMeshToolProperties::TargetEdgeLength' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, bReproject) == 0x0000D4, "Member 'URemeshMeshToolProperties::bReproject' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, bReprojectConstraints) == 0x0000D5, "Member 'URemeshMeshToolProperties::bReprojectConstraints' has a wrong offset!"); \ +static_assert(offsetof(URemeshMeshToolProperties, BoundaryCornerAngleThreshold) == 0x0000D8, "Member 'URemeshMeshToolProperties::BoundaryCornerAngleThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProjectToTargetToolProperties \ +static_assert(alignof(UProjectToTargetToolProperties) == 0x000008, "Wrong alignment on UProjectToTargetToolProperties"); \ +static_assert(sizeof(UProjectToTargetToolProperties) == 0x000100, "Wrong size on UProjectToTargetToolProperties"); \ +static_assert(offsetof(UProjectToTargetToolProperties, bWorldSpace) == 0x0000E0, "Member 'UProjectToTargetToolProperties::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, bParallel) == 0x0000E1, "Member 'UProjectToTargetToolProperties::bParallel' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, FaceProjectionPassesPerRemeshIteration) == 0x0000E4, "Member 'UProjectToTargetToolProperties::FaceProjectionPassesPerRemeshIteration' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, SurfaceProjectionSpeed) == 0x0000E8, "Member 'UProjectToTargetToolProperties::SurfaceProjectionSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, NormalAlignmentSpeed) == 0x0000EC, "Member 'UProjectToTargetToolProperties::NormalAlignmentSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, bSmoothInFillAreas) == 0x0000F0, "Member 'UProjectToTargetToolProperties::bSmoothInFillAreas' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, FillAreaDistanceMultiplier) == 0x0000F4, "Member 'UProjectToTargetToolProperties::FillAreaDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, FillAreaSmoothMultiplier) == 0x0000F8, "Member 'UProjectToTargetToolProperties::FillAreaSmoothMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAddSpherePrimitiveTool \ +static_assert(alignof(UAddSpherePrimitiveTool) == 0x000008, "Wrong alignment on UAddSpherePrimitiveTool"); \ +static_assert(sizeof(UAddSpherePrimitiveTool) == 0x000150, "Wrong size on UAddSpherePrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddStairsPrimitiveTool \ +static_assert(alignof(UAddStairsPrimitiveTool) == 0x000008, "Wrong alignment on UAddStairsPrimitiveTool"); \ +static_assert(sizeof(UAddStairsPrimitiveTool) == 0x000150, "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_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_UCombineMeshesTool \ +static_assert(alignof(UCombineMeshesTool) == 0x000008, "Wrong alignment on UCombineMeshesTool"); \ +static_assert(sizeof(UCombineMeshesTool) == 0x0000F8, "Wrong size on UCombineMeshesTool"); \ +static_assert(offsetof(UCombineMeshesTool, BasicProperties) == 0x0000D8, "Member 'UCombineMeshesTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UCombineMeshesTool, OutputTypeProperties) == 0x0000E0, "Member 'UCombineMeshesTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UCombineMeshesTool, HandleSourceProperties) == 0x0000E8, "Member 'UCombineMeshesTool::HandleSourceProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeleteGeometrySelectionCommand \ +static_assert(alignof(UDeleteGeometrySelectionCommand) == 0x000008, "Wrong alignment on UDeleteGeometrySelectionCommand"); \ +static_assert(sizeof(UDeleteGeometrySelectionCommand) == 0x000028, "Wrong size on UDeleteGeometrySelectionCommand"); \ + +#define DUMPER7_ASSERTS_UDisconnectGeometrySelectionCommand \ +static_assert(alignof(UDisconnectGeometrySelectionCommand) == 0x000008, "Wrong alignment on UDisconnectGeometrySelectionCommand"); \ +static_assert(sizeof(UDisconnectGeometrySelectionCommand) == 0x000028, "Wrong size on UDisconnectGeometrySelectionCommand"); \ + +#define DUMPER7_ASSERTS_UModifyGeometrySelectionCommand \ +static_assert(alignof(UModifyGeometrySelectionCommand) == 0x000008, "Wrong alignment on UModifyGeometrySelectionCommand"); \ +static_assert(sizeof(UModifyGeometrySelectionCommand) == 0x000028, "Wrong size on UModifyGeometrySelectionCommand"); \ + +#define DUMPER7_ASSERTS_UModifyGeometrySelectionCommand_Invert \ +static_assert(alignof(UModifyGeometrySelectionCommand_Invert) == 0x000008, "Wrong alignment on UModifyGeometrySelectionCommand_Invert"); \ +static_assert(sizeof(UModifyGeometrySelectionCommand_Invert) == 0x000028, "Wrong size on UModifyGeometrySelectionCommand_Invert"); \ + +#define DUMPER7_ASSERTS_UModifyGeometrySelectionCommand_ExpandToConnected \ +static_assert(alignof(UModifyGeometrySelectionCommand_ExpandToConnected) == 0x000008, "Wrong alignment on UModifyGeometrySelectionCommand_ExpandToConnected"); \ +static_assert(sizeof(UModifyGeometrySelectionCommand_ExpandToConnected) == 0x000028, "Wrong size on UModifyGeometrySelectionCommand_ExpandToConnected"); \ + +#define DUMPER7_ASSERTS_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_UModifyGeometrySelectionCommand_InvertConnected \ +static_assert(alignof(UModifyGeometrySelectionCommand_InvertConnected) == 0x000008, "Wrong alignment on UModifyGeometrySelectionCommand_InvertConnected"); \ +static_assert(sizeof(UModifyGeometrySelectionCommand_InvertConnected) == 0x000028, "Wrong size on UModifyGeometrySelectionCommand_InvertConnected"); \ + +#define DUMPER7_ASSERTS_UModifyGeometrySelectionCommand_Expand \ +static_assert(alignof(UModifyGeometrySelectionCommand_Expand) == 0x000008, "Wrong alignment on UModifyGeometrySelectionCommand_Expand"); \ +static_assert(sizeof(UModifyGeometrySelectionCommand_Expand) == 0x000028, "Wrong size on UModifyGeometrySelectionCommand_Expand"); \ + +#define DUMPER7_ASSERTS_UPolyEditBevelEdgeProperties \ +static_assert(alignof(UPolyEditBevelEdgeProperties) == 0x000008, "Wrong alignment on UPolyEditBevelEdgeProperties"); \ +static_assert(sizeof(UPolyEditBevelEdgeProperties) == 0x0000C0, "Wrong size on UPolyEditBevelEdgeProperties"); \ +static_assert(offsetof(UPolyEditBevelEdgeProperties, BevelDistance) == 0x0000A8, "Member 'UPolyEditBevelEdgeProperties::BevelDistance' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditBevelEdgeProperties, Subdivisions) == 0x0000B0, "Member 'UPolyEditBevelEdgeProperties::Subdivisions' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditBevelEdgeProperties, RoundWeight) == 0x0000B4, "Member 'UPolyEditBevelEdgeProperties::RoundWeight' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditBevelEdgeProperties, bInferMaterialID) == 0x0000B8, "Member 'UPolyEditBevelEdgeProperties::bInferMaterialID' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditBevelEdgeProperties, SetMaterialID) == 0x0000BC, "Member 'UPolyEditBevelEdgeProperties::SetMaterialID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModifyGeometrySelectionCommand_Contract \ +static_assert(alignof(UModifyGeometrySelectionCommand_Contract) == 0x000008, "Wrong alignment on UModifyGeometrySelectionCommand_Contract"); \ +static_assert(sizeof(UModifyGeometrySelectionCommand_Contract) == 0x000028, "Wrong size on UModifyGeometrySelectionCommand_Contract"); \ + +#define DUMPER7_ASSERTS_URetriangulateGeometrySelectionCommand \ +static_assert(alignof(URetriangulateGeometrySelectionCommand) == 0x000008, "Wrong alignment on URetriangulateGeometrySelectionCommand"); \ +static_assert(sizeof(URetriangulateGeometrySelectionCommand) == 0x000028, "Wrong size on URetriangulateGeometrySelectionCommand"); \ + +#define DUMPER7_ASSERTS_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_UConvertToPolygonsToolBuilder \ +static_assert(alignof(UConvertToPolygonsToolBuilder) == 0x000008, "Wrong alignment on UConvertToPolygonsToolBuilder"); \ +static_assert(sizeof(UConvertToPolygonsToolBuilder) == 0x000028, "Wrong size on UConvertToPolygonsToolBuilder"); \ + +#define DUMPER7_ASSERTS_ConvertToPolygonsToolProperties_GetGroupOptionsList \ +static_assert(alignof(ConvertToPolygonsToolProperties_GetGroupOptionsList) == 0x000008, "Wrong alignment on ConvertToPolygonsToolProperties_GetGroupOptionsList"); \ +static_assert(sizeof(ConvertToPolygonsToolProperties_GetGroupOptionsList) == 0x000010, "Wrong size on ConvertToPolygonsToolProperties_GetGroupOptionsList"); \ +static_assert(offsetof(ConvertToPolygonsToolProperties_GetGroupOptionsList, ReturnValue) == 0x000000, "Member 'ConvertToPolygonsToolProperties_GetGroupOptionsList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConvertToPolygonsToolProperties \ +static_assert(alignof(UConvertToPolygonsToolProperties) == 0x000008, "Wrong alignment on UConvertToPolygonsToolProperties"); \ +static_assert(sizeof(UConvertToPolygonsToolProperties) == 0x000108, "Wrong size on UConvertToPolygonsToolProperties"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, ConversionMode) == 0x0000A8, "Member 'UConvertToPolygonsToolProperties::ConversionMode' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, AngleTolerance) == 0x0000AC, "Member 'UConvertToPolygonsToolProperties::AngleTolerance' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bUseAverageGroupNormal) == 0x0000B0, "Member 'UConvertToPolygonsToolProperties::bUseAverageGroupNormal' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, NumPoints) == 0x0000B4, "Member 'UConvertToPolygonsToolProperties::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bSplitExisting) == 0x0000B8, "Member 'UConvertToPolygonsToolProperties::bSplitExisting' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bNormalWeighted) == 0x0000B9, "Member 'UConvertToPolygonsToolProperties::bNormalWeighted' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, NormalWeighting) == 0x0000BC, "Member 'UConvertToPolygonsToolProperties::NormalWeighting' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, QuadAdjacencyWeight) == 0x0000C0, "Member 'UConvertToPolygonsToolProperties::QuadAdjacencyWeight' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, QuadMetricClamp) == 0x0000C4, "Member 'UConvertToPolygonsToolProperties::QuadMetricClamp' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, QuadSearchRounds) == 0x0000C8, "Member 'UConvertToPolygonsToolProperties::QuadSearchRounds' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bRespectUVSeams) == 0x0000CC, "Member 'UConvertToPolygonsToolProperties::bRespectUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bRespectHardNormals) == 0x0000CD, "Member 'UConvertToPolygonsToolProperties::bRespectHardNormals' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, MinGroupSize) == 0x0000D0, "Member 'UConvertToPolygonsToolProperties::MinGroupSize' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bShowGroupColors) == 0x0000D4, "Member 'UConvertToPolygonsToolProperties::bShowGroupColors' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bCalculateNormals) == 0x0000D5, "Member 'UConvertToPolygonsToolProperties::bCalculateNormals' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, GroupLayer) == 0x0000D8, "Member 'UConvertToPolygonsToolProperties::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, OptionsList) == 0x0000E0, "Member 'UConvertToPolygonsToolProperties::OptionsList' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bShowNewLayerName) == 0x0000F0, "Member 'UConvertToPolygonsToolProperties::bShowNewLayerName' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, NewLayerName) == 0x0000F8, "Member 'UConvertToPolygonsToolProperties::NewLayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URemoveOccludedTrianglesTool \ +static_assert(alignof(URemoveOccludedTrianglesTool) == 0x000010, "Wrong alignment on URemoveOccludedTrianglesTool"); \ +static_assert(sizeof(URemoveOccludedTrianglesTool) == 0x000200, "Wrong size on URemoveOccludedTrianglesTool"); \ +static_assert(offsetof(URemoveOccludedTrianglesTool, BasicProperties) == 0x0000D0, "Member 'URemoveOccludedTrianglesTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesTool, PolygroupLayersProperties) == 0x0000D8, "Member 'URemoveOccludedTrianglesTool::PolygroupLayersProperties' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesTool, AdvancedProperties) == 0x0000E0, "Member 'URemoveOccludedTrianglesTool::AdvancedProperties' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesTool, Previews) == 0x0000E8, "Member 'URemoveOccludedTrianglesTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(URemoveOccludedTrianglesTool, PreviewCopies) == 0x0000F8, "Member 'URemoveOccludedTrianglesTool::PreviewCopies' 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) == 0x0001C8, "Wrong size on UConvertToPolygonsTool"); \ +static_assert(offsetof(UConvertToPolygonsTool, Settings) == 0x000138, "Member 'UConvertToPolygonsTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsTool, CopyFromLayerProperties) == 0x000140, "Member 'UConvertToPolygonsTool::CopyFromLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsTool, PreviewCompute) == 0x000148, "Member 'UConvertToPolygonsTool::PreviewCompute' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsTool, PreviewGeometry) == 0x000150, "Member 'UConvertToPolygonsTool::PreviewGeometry' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsTool, UnmodifiedAreaPreviewMesh) == 0x000158, "Member 'UConvertToPolygonsTool::UnmodifiedAreaPreviewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USmoothMeshTool \ +static_assert(alignof(USmoothMeshTool) == 0x000010, "Wrong alignment on USmoothMeshTool"); \ +static_assert(sizeof(USmoothMeshTool) == 0x0004C0, "Wrong size on USmoothMeshTool"); \ +static_assert(offsetof(USmoothMeshTool, SmoothProperties) == 0x000498, "Member 'USmoothMeshTool::SmoothProperties' has a wrong offset!"); \ +static_assert(offsetof(USmoothMeshTool, IterativeProperties) == 0x0004A0, "Member 'USmoothMeshTool::IterativeProperties' has a wrong offset!"); \ +static_assert(offsetof(USmoothMeshTool, DiffusionProperties) == 0x0004A8, "Member 'USmoothMeshTool::DiffusionProperties' has a wrong offset!"); \ +static_assert(offsetof(USmoothMeshTool, ImplicitProperties) == 0x0004B0, "Member 'USmoothMeshTool::ImplicitProperties' has a wrong offset!"); \ +static_assert(offsetof(USmoothMeshTool, WeightMapProperties) == 0x0004B8, "Member 'USmoothMeshTool::WeightMapProperties' 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_UPolyEditExtrudeEdgeActivityProperties \ +static_assert(alignof(UPolyEditExtrudeEdgeActivityProperties) == 0x000008, "Wrong alignment on UPolyEditExtrudeEdgeActivityProperties"); \ +static_assert(sizeof(UPolyEditExtrudeEdgeActivityProperties) == 0x0000C0, "Wrong size on UPolyEditExtrudeEdgeActivityProperties"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivityProperties, DirectionMode) == 0x0000A8, "Member 'UPolyEditExtrudeEdgeActivityProperties::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivityProperties, DistanceMode) == 0x0000AC, "Member 'UPolyEditExtrudeEdgeActivityProperties::DistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivityProperties, Distance) == 0x0000B0, "Member 'UPolyEditExtrudeEdgeActivityProperties::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivityProperties, bUseUnselectedForFrames) == 0x0000B8, "Member 'UPolyEditExtrudeEdgeActivityProperties::bUseUnselectedForFrames' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivityProperties, bAdjustToExtrudeEvenly) == 0x0000B9, "Member 'UPolyEditExtrudeEdgeActivityProperties::bAdjustToExtrudeEvenly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCSGMeshesTool \ +static_assert(alignof(UCSGMeshesTool) == 0x000008, "Wrong alignment on UCSGMeshesTool"); \ +static_assert(sizeof(UCSGMeshesTool) == 0x000178, "Wrong size on UCSGMeshesTool"); \ +static_assert(offsetof(UCSGMeshesTool, CSGProperties) == 0x000120, "Member 'UCSGMeshesTool::CSGProperties' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesTool, TrimProperties) == 0x000128, "Member 'UCSGMeshesTool::TrimProperties' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesTool, OriginalMeshPreviews) == 0x000140, "Member 'UCSGMeshesTool::OriginalMeshPreviews' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesTool, PreviewsGhostMaterial) == 0x000150, "Member 'UCSGMeshesTool::PreviewsGhostMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesTool, DrawnLineSet) == 0x000158, "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_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_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) == 0x0003A8, "Wrong size on UCutMeshWithMeshTool"); \ +static_assert(offsetof(UCutMeshWithMeshTool, CutProperties) == 0x000120, "Member 'UCutMeshWithMeshTool::CutProperties' has a wrong offset!"); \ +static_assert(offsetof(UCutMeshWithMeshTool, IntersectPreviewMesh) == 0x000128, "Member 'UCutMeshWithMeshTool::IntersectPreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UCutMeshWithMeshTool, DrawnLineSet) == 0x000150, "Member 'UCutMeshWithMeshTool::DrawnLineSet' 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_UCutMeshWithMeshToolBuilder \ +static_assert(alignof(UCutMeshWithMeshToolBuilder) == 0x000008, "Wrong alignment on UCutMeshWithMeshToolBuilder"); \ +static_assert(sizeof(UCutMeshWithMeshToolBuilder) == 0x000028, "Wrong size on UCutMeshWithMeshToolBuilder"); \ + +#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_UPolyEditPushPullProperties \ +static_assert(alignof(UPolyEditPushPullProperties) == 0x000008, "Wrong alignment on UPolyEditPushPullProperties"); \ +static_assert(sizeof(UPolyEditPushPullProperties) == 0x0000D8, "Wrong size on UPolyEditPushPullProperties"); \ +static_assert(offsetof(UPolyEditPushPullProperties, DistanceMode) == 0x0000A8, "Member 'UPolyEditPushPullProperties::DistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, Distance) == 0x0000B0, "Member 'UPolyEditPushPullProperties::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, DirectionMode) == 0x0000B8, "Member 'UPolyEditPushPullProperties::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, SingleDirection) == 0x0000BC, "Member 'UPolyEditPushPullProperties::SingleDirection' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, MaxDistanceScaleFactor) == 0x0000C0, "Member 'UPolyEditPushPullProperties::MaxDistanceScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, bShellsToSolids) == 0x0000C8, "Member 'UPolyEditPushPullProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, MeasureDirection) == 0x0000CC, "Member 'UPolyEditPushPullProperties::MeasureDirection' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, bUseColinearityForSettingBorderGroups) == 0x0000D0, "Member 'UPolyEditPushPullProperties::bUseColinearityForSettingBorderGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeformMeshPolygonsTransformProperties \ +static_assert(alignof(UDeformMeshPolygonsTransformProperties) == 0x000008, "Wrong alignment on UDeformMeshPolygonsTransformProperties"); \ +static_assert(sizeof(UDeformMeshPolygonsTransformProperties) == 0x0000C8, "Wrong size on UDeformMeshPolygonsTransformProperties"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, DeformationStrategy) == 0x0000A8, "Member 'UDeformMeshPolygonsTransformProperties::DeformationStrategy' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, TransformMode) == 0x0000A9, "Member 'UDeformMeshPolygonsTransformProperties::TransformMode' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bSelectFaces) == 0x0000AA, "Member 'UDeformMeshPolygonsTransformProperties::bSelectFaces' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bSelectEdges) == 0x0000AB, "Member 'UDeformMeshPolygonsTransformProperties::bSelectEdges' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bSelectVertices) == 0x0000AC, "Member 'UDeformMeshPolygonsTransformProperties::bSelectVertices' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bShowWireframe) == 0x0000AD, "Member 'UDeformMeshPolygonsTransformProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, SelectedWeightScheme) == 0x0000B0, "Member 'UDeformMeshPolygonsTransformProperties::SelectedWeightScheme' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, HandleWeight) == 0x0000B8, "Member 'UDeformMeshPolygonsTransformProperties::HandleWeight' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bPostFixHandles) == 0x0000C0, "Member 'UDeformMeshPolygonsTransformProperties::bPostFixHandles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeformMeshPolygonsTool \ +static_assert(alignof(UDeformMeshPolygonsTool) == 0x000010, "Wrong alignment on UDeformMeshPolygonsTool"); \ +static_assert(sizeof(UDeformMeshPolygonsTool) == 0x001830, "Wrong size on UDeformMeshPolygonsTool"); \ +static_assert(offsetof(UDeformMeshPolygonsTool, PreviewMeshActor) == 0x000128, "Member 'UDeformMeshPolygonsTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTool, DynamicMeshComponent) == 0x000130, "Member 'UDeformMeshPolygonsTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTool, TransformProps) == 0x000138, "Member 'UDeformMeshPolygonsTool::TransformProps' 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_DisplaceMeshCommonProperties_GetWeightMapsFunc \ +static_assert(alignof(DisplaceMeshCommonProperties_GetWeightMapsFunc) == 0x000008, "Wrong alignment on DisplaceMeshCommonProperties_GetWeightMapsFunc"); \ +static_assert(sizeof(DisplaceMeshCommonProperties_GetWeightMapsFunc) == 0x000010, "Wrong size on DisplaceMeshCommonProperties_GetWeightMapsFunc"); \ +static_assert(offsetof(DisplaceMeshCommonProperties_GetWeightMapsFunc, ReturnValue) == 0x000000, "Member 'DisplaceMeshCommonProperties_GetWeightMapsFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDisplaceMeshCommonProperties \ +static_assert(alignof(UDisplaceMeshCommonProperties) == 0x000008, "Wrong alignment on UDisplaceMeshCommonProperties"); \ +static_assert(sizeof(UDisplaceMeshCommonProperties) == 0x0000E0, "Wrong size on UDisplaceMeshCommonProperties"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, DisplacementType) == 0x0000A8, "Member 'UDisplaceMeshCommonProperties::DisplacementType' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, DisplaceIntensity) == 0x0000AC, "Member 'UDisplaceMeshCommonProperties::DisplaceIntensity' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, RandomSeed) == 0x0000B0, "Member 'UDisplaceMeshCommonProperties::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, SubdivisionType) == 0x0000B4, "Member 'UDisplaceMeshCommonProperties::SubdivisionType' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, Subdivisions) == 0x0000B8, "Member 'UDisplaceMeshCommonProperties::Subdivisions' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, WeightMap) == 0x0000BC, "Member 'UDisplaceMeshCommonProperties::WeightMap' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, WeightMapsList) == 0x0000C8, "Member 'UDisplaceMeshCommonProperties::WeightMapsList' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, bInvertWeightMap) == 0x0000D8, "Member 'UDisplaceMeshCommonProperties::bInvertWeightMap' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, bShowWireframe) == 0x0000D9, "Member 'UDisplaceMeshCommonProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshCommonProperties, bDisableSizeWarning) == 0x0000DA, "Member 'UDisplaceMeshCommonProperties::bDisableSizeWarning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SelectiveTessellationProperties_GetMaterialIDsFunc \ +static_assert(alignof(SelectiveTessellationProperties_GetMaterialIDsFunc) == 0x000008, "Wrong alignment on SelectiveTessellationProperties_GetMaterialIDsFunc"); \ +static_assert(sizeof(SelectiveTessellationProperties_GetMaterialIDsFunc) == 0x000010, "Wrong size on SelectiveTessellationProperties_GetMaterialIDsFunc"); \ +static_assert(offsetof(SelectiveTessellationProperties_GetMaterialIDsFunc, ReturnValue) == 0x000000, "Member 'SelectiveTessellationProperties_GetMaterialIDsFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USelectiveTessellationProperties \ +static_assert(alignof(USelectiveTessellationProperties) == 0x000008, "Wrong alignment on USelectiveTessellationProperties"); \ +static_assert(sizeof(USelectiveTessellationProperties) == 0x0000C8, "Wrong size on USelectiveTessellationProperties"); \ +static_assert(offsetof(USelectiveTessellationProperties, SelectionType) == 0x0000A8, "Member 'USelectiveTessellationProperties::SelectionType' has a wrong offset!"); \ +static_assert(offsetof(USelectiveTessellationProperties, ActiveMaterial) == 0x0000AC, "Member 'USelectiveTessellationProperties::ActiveMaterial' has a wrong offset!"); \ +static_assert(offsetof(USelectiveTessellationProperties, MaterialIDList) == 0x0000B8, "Member 'USelectiveTessellationProperties::MaterialIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroupEdgeInsertionProperties \ +static_assert(alignof(UGroupEdgeInsertionProperties) == 0x000008, "Wrong alignment on UGroupEdgeInsertionProperties"); \ +static_assert(sizeof(UGroupEdgeInsertionProperties) == 0x0000B8, "Wrong size on UGroupEdgeInsertionProperties"); \ +static_assert(offsetof(UGroupEdgeInsertionProperties, InsertionMode) == 0x0000A8, "Member 'UGroupEdgeInsertionProperties::InsertionMode' has a wrong offset!"); \ +static_assert(offsetof(UGroupEdgeInsertionProperties, bContinuousInsertion) == 0x0000AC, "Member 'UGroupEdgeInsertionProperties::bContinuousInsertion' has a wrong offset!"); \ +static_assert(offsetof(UGroupEdgeInsertionProperties, VertexTolerance) == 0x0000B0, "Member 'UGroupEdgeInsertionProperties::VertexTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UPolyEditExtrudeProperties \ +static_assert(alignof(UPolyEditExtrudeProperties) == 0x000008, "Wrong alignment on UPolyEditExtrudeProperties"); \ +static_assert(sizeof(UPolyEditExtrudeProperties) == 0x0000D8, "Wrong size on UPolyEditExtrudeProperties"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, DistanceMode) == 0x0000A8, "Member 'UPolyEditExtrudeProperties::DistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, Distance) == 0x0000B0, "Member 'UPolyEditExtrudeProperties::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, DirectionMode) == 0x0000B8, "Member 'UPolyEditExtrudeProperties::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, Direction) == 0x0000BC, "Member 'UPolyEditExtrudeProperties::Direction' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, MaxDistanceScaleFactor) == 0x0000C0, "Member 'UPolyEditExtrudeProperties::MaxDistanceScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, bShellsToSolids) == 0x0000C8, "Member 'UPolyEditExtrudeProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, MeasureDirection) == 0x0000CC, "Member 'UPolyEditExtrudeProperties::MeasureDirection' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, bUseColinearityForSettingBorderGroups) == 0x0000D0, "Member 'UPolyEditExtrudeProperties::bUseColinearityForSettingBorderGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDisplaceMeshPerlinNoiseProperties \ +static_assert(alignof(UDisplaceMeshPerlinNoiseProperties) == 0x000008, "Wrong alignment on UDisplaceMeshPerlinNoiseProperties"); \ +static_assert(sizeof(UDisplaceMeshPerlinNoiseProperties) == 0x0000B8, "Wrong size on UDisplaceMeshPerlinNoiseProperties"); \ +static_assert(offsetof(UDisplaceMeshPerlinNoiseProperties, PerlinLayerProperties) == 0x0000A8, "Member 'UDisplaceMeshPerlinNoiseProperties::PerlinLayerProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDisplaceMeshSineWaveProperties \ +static_assert(alignof(UDisplaceMeshSineWaveProperties) == 0x000008, "Wrong alignment on UDisplaceMeshSineWaveProperties"); \ +static_assert(sizeof(UDisplaceMeshSineWaveProperties) == 0x0000C8, "Wrong size on UDisplaceMeshSineWaveProperties"); \ +static_assert(offsetof(UDisplaceMeshSineWaveProperties, SineWaveFrequency) == 0x0000A8, "Member 'UDisplaceMeshSineWaveProperties::SineWaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshSineWaveProperties, SineWavePhaseShift) == 0x0000AC, "Member 'UDisplaceMeshSineWaveProperties::SineWavePhaseShift' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshSineWaveProperties, SineWaveDirection) == 0x0000B0, "Member 'UDisplaceMeshSineWaveProperties::SineWaveDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDisplaceMeshToolBuilder \ +static_assert(alignof(UDisplaceMeshToolBuilder) == 0x000008, "Wrong alignment on UDisplaceMeshToolBuilder"); \ +static_assert(sizeof(UDisplaceMeshToolBuilder) == 0x000028, "Wrong size on UDisplaceMeshToolBuilder"); \ + +#define DUMPER7_ASSERTS_UDisplaceMeshTool \ +static_assert(alignof(UDisplaceMeshTool) == 0x000010, "Wrong alignment on UDisplaceMeshTool"); \ +static_assert(sizeof(UDisplaceMeshTool) == 0x0004F0, "Wrong size on UDisplaceMeshTool"); \ +static_assert(offsetof(UDisplaceMeshTool, CommonProperties) == 0x000138, "Member 'UDisplaceMeshTool::CommonProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, DirectionalFilterProperties) == 0x000140, "Member 'UDisplaceMeshTool::DirectionalFilterProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, TextureMapProperties) == 0x000148, "Member 'UDisplaceMeshTool::TextureMapProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, NoiseProperties) == 0x000150, "Member 'UDisplaceMeshTool::NoiseProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, SineWaveProperties) == 0x000158, "Member 'UDisplaceMeshTool::SineWaveProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, SelectiveTessellationProperties) == 0x000160, "Member 'UDisplaceMeshTool::SelectiveTessellationProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, ActiveContrastCurveTarget) == 0x000168, "Member 'UDisplaceMeshTool::ActiveContrastCurveTarget' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, MeshStatistics) == 0x000170, "Member 'UDisplaceMeshTool::MeshStatistics' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, PreviewMeshActor) == 0x0004C8, "Member 'UDisplaceMeshTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, DynamicMeshComponent) == 0x0004D0, "Member 'UDisplaceMeshTool::DynamicMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVProjectionTool \ +static_assert(alignof(UUVProjectionTool) == 0x000010, "Wrong alignment on UUVProjectionTool"); \ +static_assert(sizeof(UUVProjectionTool) == 0x000510, "Wrong size on UUVProjectionTool"); \ +static_assert(offsetof(UUVProjectionTool, UVChannelProperties) == 0x000138, "Member 'UUVProjectionTool::UVChannelProperties' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, BasicProperties) == 0x000140, "Member 'UUVProjectionTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, EditActions) == 0x000148, "Member 'UUVProjectionTool::EditActions' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, MaterialSettings) == 0x000150, "Member 'UUVProjectionTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, Preview) == 0x000158, "Member 'UUVProjectionTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, CheckerMaterial) == 0x000160, "Member 'UUVProjectionTool::CheckerMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, TransformGizmo) == 0x000168, "Member 'UUVProjectionTool::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, TransformProxy) == 0x000170, "Member 'UUVProjectionTool::TransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, OperatorFactory) == 0x000178, "Member 'UUVProjectionTool::OperatorFactory' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, EdgeRenderer) == 0x000180, "Member 'UUVProjectionTool::EdgeRenderer' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, ClickToSetPlaneBehavior) == 0x0004F8, "Member 'UUVProjectionTool::ClickToSetPlaneBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawAndRevolveToolBuilder \ +static_assert(alignof(UDrawAndRevolveToolBuilder) == 0x000008, "Wrong alignment on UDrawAndRevolveToolBuilder"); \ +static_assert(sizeof(UDrawAndRevolveToolBuilder) == 0x000028, "Wrong size on UDrawAndRevolveToolBuilder"); \ + +#define DUMPER7_ASSERTS_URevolveProperties \ +static_assert(alignof(URevolveProperties) == 0x000008, "Wrong alignment on URevolveProperties"); \ +static_assert(sizeof(URevolveProperties) == 0x000118, "Wrong size on URevolveProperties"); \ +static_assert(offsetof(URevolveProperties, RevolveDegreesClamped) == 0x0000A8, "Member 'URevolveProperties::RevolveDegreesClamped' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, RevolveDegrees) == 0x0000B0, "Member 'URevolveProperties::RevolveDegrees' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, RevolveDegreesOffset) == 0x0000B8, "Member 'URevolveProperties::RevolveDegreesOffset' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, StepsMaxDegrees) == 0x0000C0, "Member 'URevolveProperties::StepsMaxDegrees' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, bExplicitSteps) == 0x0000C8, "Member 'URevolveProperties::bExplicitSteps' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, NumExplicitSteps) == 0x0000CC, "Member 'URevolveProperties::NumExplicitSteps' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, HeightOffsetPerDegree) == 0x0000D0, "Member 'URevolveProperties::HeightOffsetPerDegree' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, bReverseRevolutionDirection) == 0x0000D8, "Member 'URevolveProperties::bReverseRevolutionDirection' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, bFlipMesh) == 0x0000D9, "Member 'URevolveProperties::bFlipMesh' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, bSharpNormals) == 0x0000DA, "Member 'URevolveProperties::bSharpNormals' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, SharpNormalsDegreeThreshold) == 0x0000E0, "Member 'URevolveProperties::SharpNormalsDegreeThreshold' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, bPathAtMidpointOfStep) == 0x0000E8, "Member 'URevolveProperties::bPathAtMidpointOfStep' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, PolygroupMode) == 0x0000E9, "Member 'URevolveProperties::PolygroupMode' has a wrong offset!"); \ +static_assert(offsetof(URevolveProperties, QuadSplitMode) == 0x0000EA, "Member 'URevolveProperties::QuadSplitMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveToolProperties \ +static_assert(alignof(URevolveToolProperties) == 0x000008, "Wrong alignment on URevolveToolProperties"); \ +static_assert(sizeof(URevolveToolProperties) == 0x000158, "Wrong size on URevolveToolProperties"); \ +static_assert(offsetof(URevolveToolProperties, CapFillMode) == 0x000118, "Member 'URevolveToolProperties::CapFillMode' has a wrong offset!"); \ +static_assert(offsetof(URevolveToolProperties, bClosePathToAxis) == 0x000119, "Member 'URevolveToolProperties::bClosePathToAxis' has a wrong offset!"); \ +static_assert(offsetof(URevolveToolProperties, DrawPlaneOrigin) == 0x000120, "Member 'URevolveToolProperties::DrawPlaneOrigin' has a wrong offset!"); \ +static_assert(offsetof(URevolveToolProperties, DrawPlaneOrientation) == 0x000138, "Member 'URevolveToolProperties::DrawPlaneOrientation' has a wrong offset!"); \ +static_assert(offsetof(URevolveToolProperties, bEnableSnapping) == 0x000150, "Member 'URevolveToolProperties::bEnableSnapping' has a wrong offset!"); \ +static_assert(offsetof(URevolveToolProperties, bAllowedToEditDrawPlane) == 0x000151, "Member 'URevolveToolProperties::bAllowedToEditDrawPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveOperatorFactory \ +static_assert(alignof(URevolveOperatorFactory) == 0x000008, "Wrong alignment on URevolveOperatorFactory"); \ +static_assert(sizeof(URevolveOperatorFactory) == 0x000038, "Wrong size on URevolveOperatorFactory"); \ +static_assert(offsetof(URevolveOperatorFactory, RevolveTool) == 0x000030, "Member 'URevolveOperatorFactory::RevolveTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawAndRevolveTool \ +static_assert(alignof(UDrawAndRevolveTool) == 0x000010, "Wrong alignment on UDrawAndRevolveTool"); \ +static_assert(sizeof(UDrawAndRevolveTool) == 0x0001C0, "Wrong size on UDrawAndRevolveTool"); \ +static_assert(offsetof(UDrawAndRevolveTool, ControlPointsMechanic) == 0x000190, "Member 'UDrawAndRevolveTool::ControlPointsMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawAndRevolveTool, PlaneMechanic) == 0x000198, "Member 'UDrawAndRevolveTool::PlaneMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawAndRevolveTool, OutputTypeProperties) == 0x0001A0, "Member 'UDrawAndRevolveTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawAndRevolveTool, Settings) == 0x0001A8, "Member 'UDrawAndRevolveTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UDrawAndRevolveTool, MaterialProperties) == 0x0001B0, "Member 'UDrawAndRevolveTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawAndRevolveTool, Preview) == 0x0001B8, "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_UUVProjectionToolProperties \ +static_assert(alignof(UUVProjectionToolProperties) == 0x000010, "Wrong alignment on UUVProjectionToolProperties"); \ +static_assert(sizeof(UUVProjectionToolProperties) == 0x000190, "Wrong size on UUVProjectionToolProperties"); \ +static_assert(offsetof(UUVProjectionToolProperties, ProjectionType) == 0x0000A8, "Member 'UUVProjectionToolProperties::ProjectionType' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, Dimensions) == 0x0000B0, "Member 'UUVProjectionToolProperties::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, bProportionalDimensions) == 0x0000C8, "Member 'UUVProjectionToolProperties::bProportionalDimensions' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, Initialization) == 0x0000CC, "Member 'UUVProjectionToolProperties::Initialization' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, CylinderSplitAngle) == 0x0000D0, "Member 'UUVProjectionToolProperties::CylinderSplitAngle' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, ExpMapNormalBlending) == 0x0000D4, "Member 'UUVProjectionToolProperties::ExpMapNormalBlending' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, ExpMapSmoothingSteps) == 0x0000D8, "Member 'UUVProjectionToolProperties::ExpMapSmoothingSteps' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, ExpMapSmoothingAlpha) == 0x0000DC, "Member 'UUVProjectionToolProperties::ExpMapSmoothingAlpha' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, Rotation) == 0x0000E0, "Member 'UUVProjectionToolProperties::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, Scale) == 0x0000E8, "Member 'UUVProjectionToolProperties::Scale' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, Translation) == 0x0000F8, "Member 'UUVProjectionToolProperties::Translation' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, SavedDimensions) == 0x000108, "Member 'UUVProjectionToolProperties::SavedDimensions' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, bSavedProportionalDimensions) == 0x000120, "Member 'UUVProjectionToolProperties::bSavedProportionalDimensions' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionToolProperties, SavedTransform) == 0x000130, "Member 'UUVProjectionToolProperties::SavedTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0005B0, "Wrong size on UDrawPolygonTool"); \ +static_assert(offsetof(UDrawPolygonTool, OutputTypeProperties) == 0x0000C0, "Member 'UDrawPolygonTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, PolygonProperties) == 0x0000C8, "Member 'UDrawPolygonTool::PolygonProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, SnapProperties) == 0x0000D0, "Member 'UDrawPolygonTool::SnapProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, MaterialProperties) == 0x0000D8, "Member 'UDrawPolygonTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, PreviewMesh) == 0x000180, "Member 'UDrawPolygonTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, HeightMechanic) == 0x000588, "Member 'UDrawPolygonTool::HeightMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, DragAlignmentMechanic) == 0x000590, "Member 'UDrawPolygonTool::DragAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, PlaneMechanic) == 0x000598, "Member 'UDrawPolygonTool::PlaneMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshBrushTool \ +static_assert(alignof(UDynamicMeshBrushTool) == 0x000008, "Wrong alignment on UDynamicMeshBrushTool"); \ +static_assert(sizeof(UDynamicMeshBrushTool) == 0x0003B8, "Wrong size on UDynamicMeshBrushTool"); \ +static_assert(offsetof(UDynamicMeshBrushTool, PreviewMesh) == 0x0002C8, "Member 'UDynamicMeshBrushTool::PreviewMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWeldMeshEdgesToolProperties \ +static_assert(alignof(UWeldMeshEdgesToolProperties) == 0x000008, "Wrong alignment on UWeldMeshEdgesToolProperties"); \ +static_assert(sizeof(UWeldMeshEdgesToolProperties) == 0x0000D0, "Wrong size on UWeldMeshEdgesToolProperties"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, Tolerance) == 0x0000A8, "Member 'UWeldMeshEdgesToolProperties::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, bOnlyUnique) == 0x0000AC, "Member 'UWeldMeshEdgesToolProperties::bOnlyUnique' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, bResolveTJunctions) == 0x0000AD, "Member 'UWeldMeshEdgesToolProperties::bResolveTJunctions' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, bSplitBowties) == 0x0000AE, "Member 'UWeldMeshEdgesToolProperties::bSplitBowties' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, InitialEdges) == 0x0000B0, "Member 'UWeldMeshEdgesToolProperties::InitialEdges' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, RemainingEdges) == 0x0000B4, "Member 'UWeldMeshEdgesToolProperties::RemainingEdges' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, AttrWeldingMode) == 0x0000B8, "Member 'UWeldMeshEdgesToolProperties::AttrWeldingMode' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitNormalThreshold) == 0x0000BC, "Member 'UWeldMeshEdgesToolProperties::SplitNormalThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitTangentsThreshold) == 0x0000C0, "Member 'UWeldMeshEdgesToolProperties::SplitTangentsThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitUVThreshold) == 0x0000C4, "Member 'UWeldMeshEdgesToolProperties::SplitUVThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesToolProperties, SplitColorThreshold) == 0x0000C8, "Member 'UWeldMeshEdgesToolProperties::SplitColorThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshSculptToolBuilder \ +static_assert(alignof(UDynamicMeshSculptToolBuilder) == 0x000008, "Wrong alignment on UDynamicMeshSculptToolBuilder"); \ +static_assert(sizeof(UDynamicMeshSculptToolBuilder) == 0x000038, "Wrong size on UDynamicMeshSculptToolBuilder"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshBrushProperties \ +static_assert(alignof(UDynamicMeshBrushProperties) == 0x000008, "Wrong alignment on UDynamicMeshBrushProperties"); \ +static_assert(sizeof(UDynamicMeshBrushProperties) == 0x0000D0, "Wrong size on UDynamicMeshBrushProperties"); \ +static_assert(offsetof(UDynamicMeshBrushProperties, BrushSize) == 0x0000A8, "Member 'UDynamicMeshBrushProperties::BrushSize' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushProperties, BrushFalloffAmount) == 0x0000C0, "Member 'UDynamicMeshBrushProperties::BrushFalloffAmount' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushProperties, Depth) == 0x0000C4, "Member 'UDynamicMeshBrushProperties::Depth' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushProperties, bHitBackFaces) == 0x0000C8, "Member 'UDynamicMeshBrushProperties::bHitBackFaces' 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_UDynamicMeshBrushSculptProperties \ +static_assert(alignof(UDynamicMeshBrushSculptProperties) == 0x000008, "Wrong alignment on UDynamicMeshBrushSculptProperties"); \ +static_assert(sizeof(UDynamicMeshBrushSculptProperties) == 0x0000C0, "Wrong size on UDynamicMeshBrushSculptProperties"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, bIsRemeshingEnabled) == 0x0000A8, "Member 'UDynamicMeshBrushSculptProperties::bIsRemeshingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, PrimaryBrushType) == 0x0000A9, "Member 'UDynamicMeshBrushSculptProperties::PrimaryBrushType' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, PrimaryBrushSpeed) == 0x0000AC, "Member 'UDynamicMeshBrushSculptProperties::PrimaryBrushSpeed' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, bPreserveUVFlow) == 0x0000B0, "Member 'UDynamicMeshBrushSculptProperties::bPreserveUVFlow' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, bFreezeTarget) == 0x0000B1, "Member 'UDynamicMeshBrushSculptProperties::bFreezeTarget' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, SmoothBrushSpeed) == 0x0000B4, "Member 'UDynamicMeshBrushSculptProperties::SmoothBrushSpeed' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshBrushSculptProperties, bDetailPreservingSmooth) == 0x0000B8, "Member 'UDynamicMeshBrushSculptProperties::bDetailPreservingSmooth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicSculptToolActions \ +static_assert(alignof(UDynamicSculptToolActions) == 0x000008, "Wrong alignment on UDynamicSculptToolActions"); \ +static_assert(sizeof(UDynamicSculptToolActions) == 0x0000B0, "Wrong size on UDynamicSculptToolActions"); \ + +#define DUMPER7_ASSERTS_UBrushRemeshProperties \ +static_assert(alignof(UBrushRemeshProperties) == 0x000008, "Wrong alignment on UBrushRemeshProperties"); \ +static_assert(sizeof(UBrushRemeshProperties) == 0x0000C8, "Wrong size on UBrushRemeshProperties"); \ +static_assert(offsetof(UBrushRemeshProperties, bEnableRemeshing) == 0x0000B8, "Member 'UBrushRemeshProperties::bEnableRemeshing' has a wrong offset!"); \ +static_assert(offsetof(UBrushRemeshProperties, TriangleSize) == 0x0000BC, "Member 'UBrushRemeshProperties::TriangleSize' has a wrong offset!"); \ +static_assert(offsetof(UBrushRemeshProperties, PreserveDetail) == 0x0000C0, "Member 'UBrushRemeshProperties::PreserveDetail' has a wrong offset!"); \ +static_assert(offsetof(UBrushRemeshProperties, Iterations) == 0x0000C4, "Member 'UBrushRemeshProperties::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFixedPlaneBrushProperties \ +static_assert(alignof(UFixedPlaneBrushProperties) == 0x000010, "Wrong alignment on UFixedPlaneBrushProperties"); \ +static_assert(sizeof(UFixedPlaneBrushProperties) == 0x0000F0, "Wrong size on UFixedPlaneBrushProperties"); \ +static_assert(offsetof(UFixedPlaneBrushProperties, bPropertySetEnabled) == 0x0000A8, "Member 'UFixedPlaneBrushProperties::bPropertySetEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFixedPlaneBrushProperties, bShowGizmo) == 0x0000A9, "Member 'UFixedPlaneBrushProperties::bShowGizmo' has a wrong offset!"); \ +static_assert(offsetof(UFixedPlaneBrushProperties, position) == 0x0000B0, "Member 'UFixedPlaneBrushProperties::position' has a wrong offset!"); \ +static_assert(offsetof(UFixedPlaneBrushProperties, Rotation) == 0x0000D0, "Member 'UFixedPlaneBrushProperties::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshSculptTool \ +static_assert(alignof(UDynamicMeshSculptTool) == 0x000010, "Wrong alignment on UDynamicMeshSculptTool"); \ +static_assert(sizeof(UDynamicMeshSculptTool) == 0x000EC0, "Wrong size on UDynamicMeshSculptTool"); \ +static_assert(offsetof(UDynamicMeshSculptTool, BrushProperties) == 0x000118, "Member 'UDynamicMeshSculptTool::BrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, SculptProperties) == 0x000120, "Member 'UDynamicMeshSculptTool::SculptProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, SculptMaxBrushProperties) == 0x000128, "Member 'UDynamicMeshSculptTool::SculptMaxBrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, KelvinBrushProperties) == 0x000130, "Member 'UDynamicMeshSculptTool::KelvinBrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, RemeshProperties) == 0x000138, "Member 'UDynamicMeshSculptTool::RemeshProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, GizmoProperties) == 0x000140, "Member 'UDynamicMeshSculptTool::GizmoProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, ViewProperties) == 0x000148, "Member 'UDynamicMeshSculptTool::ViewProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, SculptToolActions) == 0x000150, "Member 'UDynamicMeshSculptTool::SculptToolActions' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, BrushIndicator) == 0x0001C8, "Member 'UDynamicMeshSculptTool::BrushIndicator' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, BrushIndicatorMaterial) == 0x0001D0, "Member 'UDynamicMeshSculptTool::BrushIndicatorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, BrushIndicatorMesh) == 0x0001D8, "Member 'UDynamicMeshSculptTool::BrushIndicatorMesh' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, PreviewMeshActor) == 0x0001E0, "Member 'UDynamicMeshSculptTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, DynamicMeshComponent) == 0x0001E8, "Member 'UDynamicMeshSculptTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, ActiveOverrideMaterial) == 0x0001F0, "Member 'UDynamicMeshSculptTool::ActiveOverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, PlaneTransformGizmo) == 0x000EA8, "Member 'UDynamicMeshSculptTool::PlaneTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, PlaneTransformProxy) == 0x000EB0, "Member 'UDynamicMeshSculptTool::PlaneTransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsToolBuilder \ +static_assert(alignof(UEditMeshPolygonsToolBuilder) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolBuilder"); \ +static_assert(sizeof(UEditMeshPolygonsToolBuilder) == 0x000030, "Wrong size on UEditMeshPolygonsToolBuilder"); \ + +#define DUMPER7_ASSERTS_UPolyEditCommonProperties \ +static_assert(alignof(UPolyEditCommonProperties) == 0x000008, "Wrong alignment on UPolyEditCommonProperties"); \ +static_assert(sizeof(UPolyEditCommonProperties) == 0x0000B8, "Wrong size on UPolyEditCommonProperties"); \ +static_assert(offsetof(UPolyEditCommonProperties, bShowWireframe) == 0x0000A8, "Member 'UPolyEditCommonProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCommonProperties, bShowSelectableCorners) == 0x0000A9, "Member 'UPolyEditCommonProperties::bShowSelectableCorners' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCommonProperties, bGizmoVisible) == 0x0000AA, "Member 'UPolyEditCommonProperties::bGizmoVisible' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCommonProperties, LocalFrameMode) == 0x0000AC, "Member 'UPolyEditCommonProperties::LocalFrameMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCommonProperties, bLockRotation) == 0x0000B0, "Member 'UPolyEditCommonProperties::bLockRotation' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditCommonProperties, bLocalCoordSystem) == 0x0000B1, "Member 'UPolyEditCommonProperties::bLocalCoordSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsActionModeToolBuilder \ +static_assert(alignof(UEditMeshPolygonsActionModeToolBuilder) == 0x000008, "Wrong alignment on UEditMeshPolygonsActionModeToolBuilder"); \ +static_assert(sizeof(UEditMeshPolygonsActionModeToolBuilder) == 0x000038, "Wrong size on UEditMeshPolygonsActionModeToolBuilder"); \ + +#define DUMPER7_ASSERTS_UWeldMeshEdgesTool \ +static_assert(alignof(UWeldMeshEdgesTool) == 0x000008, "Wrong alignment on UWeldMeshEdgesTool"); \ +static_assert(sizeof(UWeldMeshEdgesTool) == 0x0001B8, "Wrong size on UWeldMeshEdgesTool"); \ +static_assert(offsetof(UWeldMeshEdgesTool, Settings) == 0x000138, "Member 'UWeldMeshEdgesTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesTool, PreviewCompute) == 0x000140, "Member 'UWeldMeshEdgesTool::PreviewCompute' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesTool, MeshElementsDisplay) == 0x000148, "Member 'UWeldMeshEdgesTool::MeshElementsDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesTool, OperatorFactory) == 0x000150, "Member 'UWeldMeshEdgesTool::OperatorFactory' has a wrong offset!"); \ + +#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_UPolyEditTopologyProperties \ +static_assert(alignof(UPolyEditTopologyProperties) == 0x000008, "Wrong alignment on UPolyEditTopologyProperties"); \ +static_assert(sizeof(UPolyEditTopologyProperties) == 0x0000C0, "Wrong size on UPolyEditTopologyProperties"); \ +static_assert(offsetof(UPolyEditTopologyProperties, bAddExtraCorners) == 0x0000B0, "Member 'UPolyEditTopologyProperties::bAddExtraCorners' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditTopologyProperties, ExtraCornerAngleThresholdDegrees) == 0x0000B8, "Member 'UPolyEditTopologyProperties::ExtraCornerAngleThresholdDegrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UEditMeshPolygonsTool \ +static_assert(alignof(UEditMeshPolygonsTool) == 0x000010, "Wrong alignment on UEditMeshPolygonsTool"); \ +static_assert(sizeof(UEditMeshPolygonsTool) == 0x000910, "Wrong size on UEditMeshPolygonsTool"); \ +static_assert(offsetof(UEditMeshPolygonsTool, Preview) == 0x000158, "Member 'UEditMeshPolygonsTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, CommonProps) == 0x000160, "Member 'UEditMeshPolygonsTool::CommonProps' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditActions) == 0x000168, "Member 'UEditMeshPolygonsTool::EditActions' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditActions_Triangles) == 0x000170, "Member 'UEditMeshPolygonsTool::EditActions_Triangles' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditEdgeActions) == 0x000178, "Member 'UEditMeshPolygonsTool::EditEdgeActions' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditEdgeActions_Triangles) == 0x000180, "Member 'UEditMeshPolygonsTool::EditEdgeActions_Triangles' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditUVActions) == 0x000188, "Member 'UEditMeshPolygonsTool::EditUVActions' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, TopologyProperties) == 0x000190, "Member 'UEditMeshPolygonsTool::TopologyProperties' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, ExtrudeActivity) == 0x000198, "Member 'UEditMeshPolygonsTool::ExtrudeActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, InsetOutsetActivity) == 0x0001A0, "Member 'UEditMeshPolygonsTool::InsetOutsetActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, CutFacesActivity) == 0x0001A8, "Member 'UEditMeshPolygonsTool::CutFacesActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, PlanarProjectionUVActivity) == 0x0001B0, "Member 'UEditMeshPolygonsTool::PlanarProjectionUVActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, InsertEdgeActivity) == 0x0001B8, "Member 'UEditMeshPolygonsTool::InsertEdgeActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, InsertEdgeLoopActivity) == 0x0001C0, "Member 'UEditMeshPolygonsTool::InsertEdgeLoopActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, BevelEdgeActivity) == 0x0001C8, "Member 'UEditMeshPolygonsTool::BevelEdgeActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, ExtrudeEdgeActivity) == 0x0001D0, "Member 'UEditMeshPolygonsTool::ExtrudeEdgeActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, ActivityContext) == 0x0002B0, "Member 'UEditMeshPolygonsTool::ActivityContext' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, SelectionMechanic) == 0x0002B8, "Member 'UEditMeshPolygonsTool::SelectionMechanic' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, DragAlignmentMechanic) == 0x0002C0, "Member 'UEditMeshPolygonsTool::DragAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, TransformGizmo) == 0x0002C8, "Member 'UEditMeshPolygonsTool::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, TransformProxy) == 0x0002D0, "Member 'UEditMeshPolygonsTool::TransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoleFillToolBuilder \ +static_assert(alignof(UHoleFillToolBuilder) == 0x000008, "Wrong alignment on UHoleFillToolBuilder"); \ +static_assert(sizeof(UHoleFillToolBuilder) == 0x000028, "Wrong size on UHoleFillToolBuilder"); \ + +#define DUMPER7_ASSERTS_URecomputeUVsTool \ +static_assert(alignof(URecomputeUVsTool) == 0x000008, "Wrong alignment on URecomputeUVsTool"); \ +static_assert(sizeof(URecomputeUVsTool) == 0x000130, "Wrong size on URecomputeUVsTool"); \ +static_assert(offsetof(URecomputeUVsTool, UVChannelProperties) == 0x0000D0, "Member 'URecomputeUVsTool::UVChannelProperties' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, Settings) == 0x0000D8, "Member 'URecomputeUVsTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, PolygroupLayerProperties) == 0x0000E0, "Member 'URecomputeUVsTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, MaterialSettings) == 0x0000E8, "Member 'URecomputeUVsTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, bCreateUVLayoutViewOnSetup) == 0x0000F0, "Member 'URecomputeUVsTool::bCreateUVLayoutViewOnSetup' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, UVLayoutView) == 0x0000F8, "Member 'URecomputeUVsTool::UVLayoutView' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, RecomputeUVsOpFactory) == 0x000100, "Member 'URecomputeUVsTool::RecomputeUVsOpFactory' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsTool, Preview) == 0x000108, "Member 'URecomputeUVsTool::Preview' 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_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_URemoveOccludedTrianglesAdvancedProperties \ +static_assert(alignof(URemoveOccludedTrianglesAdvancedProperties) == 0x000008, "Wrong alignment on URemoveOccludedTrianglesAdvancedProperties"); \ +static_assert(sizeof(URemoveOccludedTrianglesAdvancedProperties) == 0x0000B0, "Wrong size on URemoveOccludedTrianglesAdvancedProperties"); \ + +#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) == 0x0000C8, "Member 'UHoleFillTool::SmoothHoleFillProperties' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, Properties) == 0x0000D0, "Member 'UHoleFillTool::Properties' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, Actions) == 0x0000D8, "Member 'UHoleFillTool::Actions' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, Statistics) == 0x0000E0, "Member 'UHoleFillTool::Statistics' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, Preview) == 0x0000E8, "Member 'UHoleFillTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, SelectionMechanic) == 0x0000F0, "Member 'UHoleFillTool::SelectionMechanic' 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_ULatticeDeformerToolBuilder \ +static_assert(alignof(ULatticeDeformerToolBuilder) == 0x000008, "Wrong alignment on ULatticeDeformerToolBuilder"); \ +static_assert(sizeof(ULatticeDeformerToolBuilder) == 0x000028, "Wrong size on ULatticeDeformerToolBuilder"); \ + +#define DUMPER7_ASSERTS_ULatticeDeformerToolProperties \ +static_assert(alignof(ULatticeDeformerToolProperties) == 0x000008, "Wrong alignment on ULatticeDeformerToolProperties"); \ +static_assert(sizeof(ULatticeDeformerToolProperties) == 0x0000C8, "Wrong size on ULatticeDeformerToolProperties"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, XAxisResolution) == 0x0000B0, "Member 'ULatticeDeformerToolProperties::XAxisResolution' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, YAxisResolution) == 0x0000B4, "Member 'ULatticeDeformerToolProperties::YAxisResolution' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, ZAxisResolution) == 0x0000B8, "Member 'ULatticeDeformerToolProperties::ZAxisResolution' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, Padding) == 0x0000BC, "Member 'ULatticeDeformerToolProperties::Padding' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, InterpolationType) == 0x0000C0, "Member 'ULatticeDeformerToolProperties::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, bDeformNormals) == 0x0000C1, "Member 'ULatticeDeformerToolProperties::bDeformNormals' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, bCanChangeResolution) == 0x0000C2, "Member 'ULatticeDeformerToolProperties::bCanChangeResolution' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, GizmoCoordinateSystem) == 0x0000C3, "Member 'ULatticeDeformerToolProperties::GizmoCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, bSetPivotMode) == 0x0000C4, "Member 'ULatticeDeformerToolProperties::bSetPivotMode' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, bSoftDeformation) == 0x0000C5, "Member 'ULatticeDeformerToolProperties::bSoftDeformation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULatticeDeformerOperatorFactory \ +static_assert(alignof(ULatticeDeformerOperatorFactory) == 0x000008, "Wrong alignment on ULatticeDeformerOperatorFactory"); \ +static_assert(sizeof(ULatticeDeformerOperatorFactory) == 0x000038, "Wrong size on ULatticeDeformerOperatorFactory"); \ +static_assert(offsetof(ULatticeDeformerOperatorFactory, LatticeDeformerTool) == 0x000030, "Member 'ULatticeDeformerOperatorFactory::LatticeDeformerTool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULatticeDeformerTool \ +static_assert(alignof(ULatticeDeformerTool) == 0x000010, "Wrong alignment on ULatticeDeformerTool"); \ +static_assert(sizeof(ULatticeDeformerTool) == 0x000240, "Wrong size on ULatticeDeformerTool"); \ +static_assert(offsetof(ULatticeDeformerTool, ControlPointsMechanic) == 0x0001A0, "Member 'ULatticeDeformerTool::ControlPointsMechanic' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerTool, Settings) == 0x0001A8, "Member 'ULatticeDeformerTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerTool, Preview) == 0x0001B0, "Member 'ULatticeDeformerTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerTool, SculptLayerProperties) == 0x0001B8, "Member 'ULatticeDeformerTool::SculptLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerTool, LatticeStorage) == 0x0001C0, "Member 'ULatticeDeformerTool::LatticeStorage' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerTool, bLatticeDeformed) == 0x0001D0, "Member 'ULatticeDeformerTool::bLatticeDeformed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshAttributePaintToolBuilder \ +static_assert(alignof(UMeshAttributePaintToolBuilder) == 0x000008, "Wrong alignment on UMeshAttributePaintToolBuilder"); \ +static_assert(sizeof(UMeshAttributePaintToolBuilder) == 0x000060, "Wrong size on UMeshAttributePaintToolBuilder"); \ + +#define DUMPER7_ASSERTS_UMeshAttributePaintBrushOperationProperties \ +static_assert(alignof(UMeshAttributePaintBrushOperationProperties) == 0x000008, "Wrong alignment on UMeshAttributePaintBrushOperationProperties"); \ +static_assert(sizeof(UMeshAttributePaintBrushOperationProperties) == 0x0000B8, "Wrong size on UMeshAttributePaintBrushOperationProperties"); \ +static_assert(offsetof(UMeshAttributePaintBrushOperationProperties, bIsolateGeometrySelection) == 0x0000A8, "Member 'UMeshAttributePaintBrushOperationProperties::bIsolateGeometrySelection' has a wrong offset!"); \ +static_assert(offsetof(UMeshAttributePaintBrushOperationProperties, bToolHasSelection) == 0x0000A9, "Member 'UMeshAttributePaintBrushOperationProperties::bToolHasSelection' has a wrong offset!"); \ +static_assert(offsetof(UMeshAttributePaintBrushOperationProperties, BrushAction) == 0x0000AC, "Member 'UMeshAttributePaintBrushOperationProperties::BrushAction' has a wrong offset!"); \ +static_assert(offsetof(UMeshAttributePaintBrushOperationProperties, BrushValue) == 0x0000B0, "Member 'UMeshAttributePaintBrushOperationProperties::BrushValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshAttributePaintToolVisualizationProperties \ +static_assert(alignof(UMeshAttributePaintToolVisualizationProperties) == 0x000008, "Wrong alignment on UMeshAttributePaintToolVisualizationProperties"); \ +static_assert(sizeof(UMeshAttributePaintToolVisualizationProperties) == 0x0000B0, "Wrong size on UMeshAttributePaintToolVisualizationProperties"); \ +static_assert(offsetof(UMeshAttributePaintToolVisualizationProperties, MaterialMode) == 0x0000A8, "Member 'UMeshAttributePaintToolVisualizationProperties::MaterialMode' has a wrong offset!"); \ +static_assert(offsetof(UMeshAttributePaintToolVisualizationProperties, bFlatShading) == 0x0000AC, "Member 'UMeshAttributePaintToolVisualizationProperties::bFlatShading' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshAttributePaintToolProperties_GetAttributeNames \ +static_assert(alignof(MeshAttributePaintToolProperties_GetAttributeNames) == 0x000008, "Wrong alignment on MeshAttributePaintToolProperties_GetAttributeNames"); \ +static_assert(sizeof(MeshAttributePaintToolProperties_GetAttributeNames) == 0x000010, "Wrong size on MeshAttributePaintToolProperties_GetAttributeNames"); \ +static_assert(offsetof(MeshAttributePaintToolProperties_GetAttributeNames, ReturnValue) == 0x000000, "Member 'MeshAttributePaintToolProperties_GetAttributeNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshAttributePaintToolProperties \ +static_assert(alignof(UMeshAttributePaintToolProperties) == 0x000008, "Wrong alignment on UMeshAttributePaintToolProperties"); \ +static_assert(sizeof(UMeshAttributePaintToolProperties) == 0x0000C8, "Wrong size on UMeshAttributePaintToolProperties"); \ +static_assert(offsetof(UMeshAttributePaintToolProperties, Attribute) == 0x0000A8, "Member 'UMeshAttributePaintToolProperties::Attribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshAttributePaintEditActions \ +static_assert(alignof(UMeshAttributePaintEditActions) == 0x000008, "Wrong alignment on UMeshAttributePaintEditActions"); \ +static_assert(sizeof(UMeshAttributePaintEditActions) == 0x0000B0, "Wrong size on UMeshAttributePaintEditActions"); \ + +#define DUMPER7_ASSERTS_UMeshAttributePaintTool \ +static_assert(alignof(UMeshAttributePaintTool) == 0x000010, "Wrong alignment on UMeshAttributePaintTool"); \ +static_assert(sizeof(UMeshAttributePaintTool) == 0x0009F0, "Wrong size on UMeshAttributePaintTool"); \ +static_assert(offsetof(UMeshAttributePaintTool, BrushActionProps) == 0x0003C0, "Member 'UMeshAttributePaintTool::BrushActionProps' has a wrong offset!"); \ +static_assert(offsetof(UMeshAttributePaintTool, AttribProps) == 0x0003C8, "Member 'UMeshAttributePaintTool::AttribProps' has a wrong offset!"); \ +static_assert(offsetof(UMeshAttributePaintTool, ViewProperties) == 0x0003D0, "Member 'UMeshAttributePaintTool::ViewProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshAttributePaintTool, ActiveOverrideMaterial) == 0x000450, "Member 'UMeshAttributePaintTool::ActiveOverrideMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshGroupPaintToolBuilder \ +static_assert(alignof(UMeshGroupPaintToolBuilder) == 0x000008, "Wrong alignment on UMeshGroupPaintToolBuilder"); \ +static_assert(sizeof(UMeshGroupPaintToolBuilder) == 0x000030, "Wrong size on UMeshGroupPaintToolBuilder"); \ + +#define DUMPER7_ASSERTS_UGroupPaintBrushFilterProperties \ +static_assert(alignof(UGroupPaintBrushFilterProperties) == 0x000008, "Wrong alignment on UGroupPaintBrushFilterProperties"); \ +static_assert(sizeof(UGroupPaintBrushFilterProperties) == 0x0000D8, "Wrong size on UGroupPaintBrushFilterProperties"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, PrimaryBrushType) == 0x0000A8, "Member 'UGroupPaintBrushFilterProperties::PrimaryBrushType' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, SubToolType) == 0x0000A9, "Member 'UGroupPaintBrushFilterProperties::SubToolType' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, BrushSize) == 0x0000AC, "Member 'UGroupPaintBrushFilterProperties::BrushSize' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, BrushAreaMode) == 0x0000B0, "Member 'UGroupPaintBrushFilterProperties::BrushAreaMode' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bHitBackFaces) == 0x0000B1, "Member 'UGroupPaintBrushFilterProperties::bHitBackFaces' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, SetGroup) == 0x0000B4, "Member 'UGroupPaintBrushFilterProperties::SetGroup' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bOnlySetUngrouped) == 0x0000B8, "Member 'UGroupPaintBrushFilterProperties::bOnlySetUngrouped' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, EraseGroup) == 0x0000BC, "Member 'UGroupPaintBrushFilterProperties::EraseGroup' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bOnlyEraseCurrent) == 0x0000C0, "Member 'UGroupPaintBrushFilterProperties::bOnlyEraseCurrent' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, AngleThreshold) == 0x0000C4, "Member 'UGroupPaintBrushFilterProperties::AngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bUVSeams) == 0x0000C8, "Member 'UGroupPaintBrushFilterProperties::bUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bNormalSeams) == 0x0000C9, "Member 'UGroupPaintBrushFilterProperties::bNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, VisibilityFilter) == 0x0000CA, "Member 'UGroupPaintBrushFilterProperties::VisibilityFilter' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, MinTriVertCount) == 0x0000CC, "Member 'UGroupPaintBrushFilterProperties::MinTriVertCount' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bShowHitGroup) == 0x0000D0, "Member 'UGroupPaintBrushFilterProperties::bShowHitGroup' has a wrong offset!"); \ +static_assert(offsetof(UGroupPaintBrushFilterProperties, bShowAllGroups) == 0x0000D1, "Member 'UGroupPaintBrushFilterProperties::bShowAllGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshGroupPaintToolActionPropertySet \ +static_assert(alignof(UMeshGroupPaintToolActionPropertySet) == 0x000008, "Wrong alignment on UMeshGroupPaintToolActionPropertySet"); \ +static_assert(sizeof(UMeshGroupPaintToolActionPropertySet) == 0x0000B0, "Wrong size on UMeshGroupPaintToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_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) == 0x0010B0, "Wrong size on UMeshGroupPaintTool"); \ +static_assert(offsetof(UMeshGroupPaintTool, PolygroupLayerProperties) == 0x000C70, "Member 'UMeshGroupPaintTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, FilterProperties) == 0x000C78, "Member 'UMeshGroupPaintTool::FilterProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, PaintBrushOpProperties) == 0x000C80, "Member 'UMeshGroupPaintTool::PaintBrushOpProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, EraseBrushOpProperties) == 0x000C88, "Member 'UMeshGroupPaintTool::EraseBrushOpProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, FreezeActions) == 0x000C90, "Member 'UMeshGroupPaintTool::FreezeActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, PolyLassoMechanic) == 0x000CA0, "Member 'UMeshGroupPaintTool::PolyLassoMechanic' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, PreviewMeshActor) == 0x000CA8, "Member 'UMeshGroupPaintTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, DynamicMeshComponent) == 0x000CB0, "Member 'UMeshGroupPaintTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, MeshElementsDisplay) == 0x000CB8, "Member 'UMeshGroupPaintTool::MeshElementsDisplay' 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) == 0x0002F0, "Wrong size on UMeshSpaceDeformerTool"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, Settings) == 0x0000D0, "Member 'UMeshSpaceDeformerTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, ToolActions) == 0x0000D8, "Member 'UMeshSpaceDeformerTool::ToolActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, StateTarget) == 0x0000E0, "Member 'UMeshSpaceDeformerTool::StateTarget' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, DragAlignmentMechanic) == 0x0000E8, "Member 'UMeshSpaceDeformerTool::DragAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, Preview) == 0x0000F0, "Member 'UMeshSpaceDeformerTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, OriginalMeshPreview) == 0x000108, "Member 'UMeshSpaceDeformerTool::OriginalMeshPreview' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, IntervalGizmo) == 0x000110, "Member 'UMeshSpaceDeformerTool::IntervalGizmo' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, TransformGizmo) == 0x000118, "Member 'UMeshSpaceDeformerTool::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, TransformProxy) == 0x000120, "Member 'UMeshSpaceDeformerTool::TransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, UpIntervalSource) == 0x000128, "Member 'UMeshSpaceDeformerTool::UpIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, DownIntervalSource) == 0x000130, "Member 'UMeshSpaceDeformerTool::DownIntervalSource' has a wrong offset!"); \ +static_assert(offsetof(UMeshSpaceDeformerTool, ForwardIntervalSource) == 0x000138, "Member 'UMeshSpaceDeformerTool::ForwardIntervalSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexPaintToolBuilder \ +static_assert(alignof(UMeshVertexPaintToolBuilder) == 0x000008, "Wrong alignment on UMeshVertexPaintToolBuilder"); \ +static_assert(sizeof(UMeshVertexPaintToolBuilder) == 0x000030, "Wrong size on UMeshVertexPaintToolBuilder"); \ + +#define DUMPER7_ASSERTS_UVertexPaintBasicProperties \ +static_assert(alignof(UVertexPaintBasicProperties) == 0x000008, "Wrong alignment on UVertexPaintBasicProperties"); \ +static_assert(sizeof(UVertexPaintBasicProperties) == 0x0000F0, "Wrong size on UVertexPaintBasicProperties"); \ +static_assert(offsetof(UVertexPaintBasicProperties, PrimaryBrushType) == 0x0000A8, "Member 'UVertexPaintBasicProperties::PrimaryBrushType' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, SubToolType) == 0x0000A9, "Member 'UVertexPaintBasicProperties::SubToolType' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, Strength) == 0x0000B0, "Member 'UVertexPaintBasicProperties::Strength' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, PaintColor) == 0x0000B8, "Member 'UVertexPaintBasicProperties::PaintColor' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, bIsPaintPressureEnabled) == 0x0000C8, "Member 'UVertexPaintBasicProperties::bIsPaintPressureEnabled' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, BlendMode) == 0x0000C9, "Member 'UVertexPaintBasicProperties::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, SecondaryActionType) == 0x0000CA, "Member 'UVertexPaintBasicProperties::SecondaryActionType' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, EraseColor) == 0x0000CC, "Member 'UVertexPaintBasicProperties::EraseColor' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, bIsErasePressureEnabled) == 0x0000DC, "Member 'UVertexPaintBasicProperties::bIsErasePressureEnabled' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, SmoothStrength) == 0x0000E0, "Member 'UVertexPaintBasicProperties::SmoothStrength' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, ChannelFilter) == 0x0000E4, "Member 'UVertexPaintBasicProperties::ChannelFilter' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBasicProperties, bHardEdges) == 0x0000E8, "Member 'UVertexPaintBasicProperties::bHardEdges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVertexPaintBrushFilterProperties \ +static_assert(alignof(UVertexPaintBrushFilterProperties) == 0x000008, "Wrong alignment on UVertexPaintBrushFilterProperties"); \ +static_assert(sizeof(UVertexPaintBrushFilterProperties) == 0x0000C0, "Wrong size on UVertexPaintBrushFilterProperties"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, BrushAreaMode) == 0x0000A8, "Member 'UVertexPaintBrushFilterProperties::BrushAreaMode' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, AngleThreshold) == 0x0000AC, "Member 'UVertexPaintBrushFilterProperties::AngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, bUVSeams) == 0x0000B0, "Member 'UVertexPaintBrushFilterProperties::bUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, bNormalSeams) == 0x0000B1, "Member 'UVertexPaintBrushFilterProperties::bNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, VisibilityFilter) == 0x0000B2, "Member 'UVertexPaintBrushFilterProperties::VisibilityFilter' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, bIsolateGeometrySelection) == 0x0000B3, "Member 'UVertexPaintBrushFilterProperties::bIsolateGeometrySelection' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, bToolHasSelection) == 0x0000B4, "Member 'UVertexPaintBrushFilterProperties::bToolHasSelection' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, MinTriVertCount) == 0x0000B8, "Member 'UVertexPaintBrushFilterProperties::MinTriVertCount' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, MaterialMode) == 0x0000BC, "Member 'UVertexPaintBrushFilterProperties::MaterialMode' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, bShowHitColor) == 0x0000BD, "Member 'UVertexPaintBrushFilterProperties::bShowHitColor' has a wrong offset!"); \ +static_assert(offsetof(UVertexPaintBrushFilterProperties, CurrentSubToolType) == 0x0000BE, "Member 'UVertexPaintBrushFilterProperties::CurrentSubToolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshVertexPaintToolUtilityActions_GetWeightMapsFunc \ +static_assert(alignof(MeshVertexPaintToolUtilityActions_GetWeightMapsFunc) == 0x000008, "Wrong alignment on MeshVertexPaintToolUtilityActions_GetWeightMapsFunc"); \ +static_assert(sizeof(MeshVertexPaintToolUtilityActions_GetWeightMapsFunc) == 0x000010, "Wrong size on MeshVertexPaintToolUtilityActions_GetWeightMapsFunc"); \ +static_assert(offsetof(MeshVertexPaintToolUtilityActions_GetWeightMapsFunc, ReturnValue) == 0x000000, "Member 'MeshVertexPaintToolUtilityActions_GetWeightMapsFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshVertexPaintToolUtilityActions_GetLODNamesFunc \ +static_assert(alignof(MeshVertexPaintToolUtilityActions_GetLODNamesFunc) == 0x000008, "Wrong alignment on MeshVertexPaintToolUtilityActions_GetLODNamesFunc"); \ +static_assert(sizeof(MeshVertexPaintToolUtilityActions_GetLODNamesFunc) == 0x000010, "Wrong size on MeshVertexPaintToolUtilityActions_GetLODNamesFunc"); \ +static_assert(offsetof(MeshVertexPaintToolUtilityActions_GetLODNamesFunc, ReturnValue) == 0x000000, "Member 'MeshVertexPaintToolUtilityActions_GetLODNamesFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexPaintToolUtilityActions \ +static_assert(alignof(UMeshVertexPaintToolUtilityActions) == 0x000008, "Wrong alignment on UMeshVertexPaintToolUtilityActions"); \ +static_assert(sizeof(UMeshVertexPaintToolUtilityActions) == 0x000100, "Wrong size on UMeshVertexPaintToolUtilityActions"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, Operation) == 0x0000B0, "Member 'UMeshVertexPaintToolUtilityActions::Operation' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, SourceChannel) == 0x0000B4, "Member 'UMeshVertexPaintToolUtilityActions::SourceChannel' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, SourceValue) == 0x0000B8, "Member 'UMeshVertexPaintToolUtilityActions::SourceValue' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, WeightMap) == 0x0000BC, "Member 'UMeshVertexPaintToolUtilityActions::WeightMap' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, WeightMapsList) == 0x0000C8, "Member 'UMeshVertexPaintToolUtilityActions::WeightMapsList' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, TargetChannels) == 0x0000D8, "Member 'UMeshVertexPaintToolUtilityActions::TargetChannels' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, TargetChannel) == 0x0000DC, "Member 'UMeshVertexPaintToolUtilityActions::TargetChannel' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, bCopyToHiRes) == 0x0000DD, "Member 'UMeshVertexPaintToolUtilityActions::bCopyToHiRes' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, CopyToLODName) == 0x0000E0, "Member 'UMeshVertexPaintToolUtilityActions::CopyToLODName' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexPaintToolUtilityActions, LODNamesList) == 0x0000F0, "Member 'UMeshVertexPaintToolUtilityActions::LODNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexSculptToolBuilder \ +static_assert(alignof(UMeshVertexSculptToolBuilder) == 0x000008, "Wrong alignment on UMeshVertexSculptToolBuilder"); \ +static_assert(sizeof(UMeshVertexSculptToolBuilder) == 0x000038, "Wrong size on UMeshVertexSculptToolBuilder"); \ + +#define DUMPER7_ASSERTS_UVertexBrushAlphaProperties \ +static_assert(alignof(UVertexBrushAlphaProperties) == 0x000008, "Wrong alignment on UVertexBrushAlphaProperties"); \ +static_assert(sizeof(UVertexBrushAlphaProperties) == 0x0000C8, "Wrong size on UVertexBrushAlphaProperties"); \ +static_assert(offsetof(UVertexBrushAlphaProperties, Alpha) == 0x0000A8, "Member 'UVertexBrushAlphaProperties::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushAlphaProperties, RotationAngle) == 0x0000B0, "Member 'UVertexBrushAlphaProperties::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushAlphaProperties, bRandomize) == 0x0000B4, "Member 'UVertexBrushAlphaProperties::bRandomize' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushAlphaProperties, RandomRange) == 0x0000B8, "Member 'UVertexBrushAlphaProperties::RandomRange' has a wrong offset!"); \ +static_assert(offsetof(UVertexBrushAlphaProperties, Tool) == 0x0000BC, "Member 'UVertexBrushAlphaProperties::Tool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexSculptTool \ +static_assert(alignof(UMeshVertexSculptTool) == 0x000010, "Wrong alignment on UMeshVertexSculptTool"); \ +static_assert(sizeof(UMeshVertexSculptTool) == 0x0017D0, "Wrong size on UMeshVertexSculptTool"); \ +static_assert(offsetof(UMeshVertexSculptTool, SculptProperties) == 0x000C80, "Member 'UMeshVertexSculptTool::SculptProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, AlphaProperties) == 0x000C88, "Member 'UMeshVertexSculptTool::AlphaProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, BrushAlpha) == 0x000C90, "Member 'UMeshVertexSculptTool::BrushAlpha' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, SymmetryProperties) == 0x000C98, "Member 'UMeshVertexSculptTool::SymmetryProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, SculptLayerProperties) == 0x000CA0, "Member 'UMeshVertexSculptTool::SculptLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, PreviewMeshActor) == 0x000CC0, "Member 'UMeshVertexSculptTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, DynamicMeshComponent) == 0x000CC8, "Member 'UMeshVertexSculptTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, OctreeGeometry) == 0x001700, "Member 'UMeshVertexSculptTool::OctreeGeometry' 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_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_UOffsetMeshToolBuilder \ +static_assert(alignof(UOffsetMeshToolBuilder) == 0x000008, "Wrong alignment on UOffsetMeshToolBuilder"); \ +static_assert(sizeof(UOffsetMeshToolBuilder) == 0x000028, "Wrong size on UOffsetMeshToolBuilder"); \ + +#define DUMPER7_ASSERTS_UNewMeshMaterialProperties \ +static_assert(alignof(UNewMeshMaterialProperties) == 0x000008, "Wrong alignment on UNewMeshMaterialProperties"); \ +static_assert(sizeof(UNewMeshMaterialProperties) == 0x0000B8, "Wrong size on UNewMeshMaterialProperties"); \ +static_assert(offsetof(UNewMeshMaterialProperties, Material) == 0x0000A8, "Member 'UNewMeshMaterialProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNewMeshMaterialProperties, UVScale) == 0x0000B0, "Member 'UNewMeshMaterialProperties::UVScale' has a wrong offset!"); \ +static_assert(offsetof(UNewMeshMaterialProperties, bWorldSpaceUVScale) == 0x0000B4, "Member 'UNewMeshMaterialProperties::bWorldSpaceUVScale' has a wrong offset!"); \ +static_assert(offsetof(UNewMeshMaterialProperties, bShowWireframe) == 0x0000B5, "Member 'UNewMeshMaterialProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UNewMeshMaterialProperties, bShowExtendedOptions) == 0x0000B6, "Member 'UNewMeshMaterialProperties::bShowExtendedOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshEditingViewProperties \ +static_assert(alignof(UMeshEditingViewProperties) == 0x000008, "Wrong alignment on UMeshEditingViewProperties"); \ +static_assert(sizeof(UMeshEditingViewProperties) == 0x0000F8, "Wrong size on UMeshEditingViewProperties"); \ +static_assert(offsetof(UMeshEditingViewProperties, bShowWireframe) == 0x0000A8, "Member 'UMeshEditingViewProperties::bShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, MaterialMode) == 0x0000AC, "Member 'UMeshEditingViewProperties::MaterialMode' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, bFlatShading) == 0x0000B0, "Member 'UMeshEditingViewProperties::bFlatShading' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, Color) == 0x0000B4, "Member 'UMeshEditingViewProperties::Color' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, Image) == 0x0000C8, "Member 'UMeshEditingViewProperties::Image' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, Opacity) == 0x0000D0, "Member 'UMeshEditingViewProperties::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, TransparentMaterialColor) == 0x0000D8, "Member 'UMeshEditingViewProperties::TransparentMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, bTwoSided) == 0x0000E8, "Member 'UMeshEditingViewProperties::bTwoSided' has a wrong offset!"); \ +static_assert(offsetof(UMeshEditingViewProperties, CustomMaterial) == 0x0000EC, "Member 'UMeshEditingViewProperties::CustomMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_URecomputeUVsToolBuilder \ +static_assert(alignof(URecomputeUVsToolBuilder) == 0x000008, "Wrong alignment on URecomputeUVsToolBuilder"); \ +static_assert(sizeof(URecomputeUVsToolBuilder) == 0x000028, "Wrong size on URecomputeUVsToolBuilder"); \ + +#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_USculptBrushProperties \ +static_assert(alignof(USculptBrushProperties) == 0x000008, "Wrong alignment on USculptBrushProperties"); \ +static_assert(sizeof(USculptBrushProperties) == 0x0000E8, "Wrong size on USculptBrushProperties"); \ +static_assert(offsetof(USculptBrushProperties, StrokeType) == 0x0000A8, "Member 'USculptBrushProperties::StrokeType' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, BrushSize) == 0x0000AC, "Member 'USculptBrushProperties::BrushSize' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, BrushFalloffAmount) == 0x0000C4, "Member 'USculptBrushProperties::BrushFalloffAmount' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, bShowFalloff) == 0x0000C8, "Member 'USculptBrushProperties::bShowFalloff' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, Depth) == 0x0000CC, "Member 'USculptBrushProperties::Depth' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, bHitBackFaces) == 0x0000D0, "Member 'USculptBrushProperties::bHitBackFaces' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, FlowRate) == 0x0000D4, "Member 'USculptBrushProperties::FlowRate' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, RayDensity) == 0x0000D8, "Member 'USculptBrushProperties::RayDensity' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, Spacing) == 0x0000DC, "Member 'USculptBrushProperties::Spacing' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, Lazyness) == 0x0000E0, "Member 'USculptBrushProperties::Lazyness' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, bShowPerBrushProps) == 0x0000E4, "Member 'USculptBrushProperties::bShowPerBrushProps' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, bShowLazyness) == 0x0000E5, "Member 'USculptBrushProperties::bShowLazyness' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, bShowFlowRate) == 0x0000E6, "Member 'USculptBrushProperties::bShowFlowRate' has a wrong offset!"); \ +static_assert(offsetof(USculptBrushProperties, bShowSpacing) == 0x0000E7, "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_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_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_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_USmoothMeshToolBuilder \ +static_assert(alignof(USmoothMeshToolBuilder) == 0x000008, "Wrong alignment on USmoothMeshToolBuilder"); \ +static_assert(sizeof(USmoothMeshToolBuilder) == 0x000028, "Wrong size on USmoothMeshToolBuilder"); \ + +#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_UPolyEditCutFacesActivity \ +static_assert(alignof(UPolyEditCutFacesActivity) == 0x000010, "Wrong alignment on UPolyEditCutFacesActivity"); \ +static_assert(sizeof(UPolyEditCutFacesActivity) == 0x0000D0, "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) == 0x0000D8, "Wrong size on UPolyEditOffsetProperties"); \ +static_assert(offsetof(UPolyEditOffsetProperties, DistanceMode) == 0x0000A8, "Member 'UPolyEditOffsetProperties::DistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, Distance) == 0x0000B0, "Member 'UPolyEditOffsetProperties::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, DirectionMode) == 0x0000B8, "Member 'UPolyEditOffsetProperties::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, MaxDistanceScaleFactor) == 0x0000C0, "Member 'UPolyEditOffsetProperties::MaxDistanceScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, bShellsToSolids) == 0x0000C8, "Member 'UPolyEditOffsetProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, MeasureDirection) == 0x0000CC, "Member 'UPolyEditOffsetProperties::MeasureDirection' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, bUseColinearityForSettingBorderGroups) == 0x0000D0, "Member 'UPolyEditOffsetProperties::bUseColinearityForSettingBorderGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditExtrudeActivity \ +static_assert(alignof(UPolyEditExtrudeActivity) == 0x000008, "Wrong alignment on UPolyEditExtrudeActivity"); \ +static_assert(sizeof(UPolyEditExtrudeActivity) == 0x0001D0, "Wrong size on UPolyEditExtrudeActivity"); \ +static_assert(offsetof(UPolyEditExtrudeActivity, ExtrudeProperties) == 0x000050, "Member 'UPolyEditExtrudeActivity::ExtrudeProperties' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeActivity, OffsetProperties) == 0x000058, "Member 'UPolyEditExtrudeActivity::OffsetProperties' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeActivity, PushPullProperties) == 0x000060, "Member 'UPolyEditExtrudeActivity::PushPullProperties' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeActivity, ExtrudeHeightMechanic) == 0x000068, "Member 'UPolyEditExtrudeActivity::ExtrudeHeightMechanic' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeActivity, ActivityContext) == 0x000070, "Member 'UPolyEditExtrudeActivity::ActivityContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditExtrudeEdgeActivity \ +static_assert(alignof(UPolyEditExtrudeEdgeActivity) == 0x000010, "Wrong alignment on UPolyEditExtrudeEdgeActivity"); \ +static_assert(sizeof(UPolyEditExtrudeEdgeActivity) == 0x0002F0, "Wrong size on UPolyEditExtrudeEdgeActivity"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, Settings) == 0x000038, "Member 'UPolyEditExtrudeEdgeActivity::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, ActivityContext) == 0x000040, "Member 'UPolyEditExtrudeEdgeActivity::ActivityContext' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, ExtrudeFrameProxy) == 0x000048, "Member 'UPolyEditExtrudeEdgeActivity::ExtrudeFrameProxy' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, ExtrudeFrameGizmo) == 0x000050, "Member 'UPolyEditExtrudeEdgeActivity::ExtrudeFrameGizmo' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, SingleDirectionProxy) == 0x000058, "Member 'UPolyEditExtrudeEdgeActivity::SingleDirectionProxy' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, SingleDirectionGizmo) == 0x000060, "Member 'UPolyEditExtrudeEdgeActivity::SingleDirectionGizmo' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeEdgeActivity, PreviewGeometry) == 0x000068, "Member 'UPolyEditExtrudeEdgeActivity::PreviewGeometry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditInsertEdgeActivity \ +static_assert(alignof(UPolyEditInsertEdgeActivity) == 0x000010, "Wrong alignment on UPolyEditInsertEdgeActivity"); \ +static_assert(sizeof(UPolyEditInsertEdgeActivity) == 0x0004A0, "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_UPolyEditInsertEdgeLoopActivity \ +static_assert(alignof(UPolyEditInsertEdgeLoopActivity) == 0x000010, "Wrong alignment on UPolyEditInsertEdgeLoopActivity"); \ +static_assert(sizeof(UPolyEditInsertEdgeLoopActivity) == 0x000430, "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_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_UPolyEditPlanarProjectionUVActivity \ +static_assert(alignof(UPolyEditPlanarProjectionUVActivity) == 0x000010, "Wrong alignment on UPolyEditPlanarProjectionUVActivity"); \ +static_assert(sizeof(UPolyEditPlanarProjectionUVActivity) == 0x000100, "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_UUVLayoutTool \ +static_assert(alignof(UUVLayoutTool) == 0x000010, "Wrong alignment on UUVLayoutTool"); \ +static_assert(sizeof(UUVLayoutTool) == 0x000190, "Wrong size on UUVLayoutTool"); \ +static_assert(offsetof(UUVLayoutTool, UVChannelProperties) == 0x0000D8, "Member 'UUVLayoutTool::UVChannelProperties' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, BasicProperties) == 0x0000E0, "Member 'UUVLayoutTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, MaterialSettings) == 0x0000E8, "Member 'UUVLayoutTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, Previews) == 0x0000F0, "Member 'UUVLayoutTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, Factories) == 0x000100, "Member 'UUVLayoutTool::Factories' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, UVLayoutView) == 0x000180, "Member 'UUVLayoutTool::UVLayoutView' has a wrong offset!"); \ + +#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_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_UWeldMeshEdgesToolBuilder \ +static_assert(alignof(UWeldMeshEdgesToolBuilder) == 0x000008, "Wrong alignment on UWeldMeshEdgesToolBuilder"); \ +static_assert(sizeof(UWeldMeshEdgesToolBuilder) == 0x000028, "Wrong size on UWeldMeshEdgesToolBuilder"); \ + +#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_FMovieSceneGeometryCacheParams \ +static_assert(alignof(FMovieSceneGeometryCacheParams) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheParams"); \ +static_assert(sizeof(FMovieSceneGeometryCacheParams) == 0x000048, "Wrong size on FMovieSceneGeometryCacheParams"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, GeometryCacheAsset) == 0x000000, "Member 'FMovieSceneGeometryCacheParams::GeometryCacheAsset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneGeometryCacheParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneGeometryCacheParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneGeometryCacheParams::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, PlayRate) == 0x000014, "Member 'FMovieSceneGeometryCacheParams::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, StartOffset) == 0x00001C, "Member 'FMovieSceneGeometryCacheParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, EndOffset) == 0x000020, "Member 'FMovieSceneGeometryCacheParams::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheParams, GeometryCache) == 0x000028, "Member 'FMovieSceneGeometryCacheParams::GeometryCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheSectionTemplateParameters \ +static_assert(alignof(FMovieSceneGeometryCacheSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneGeometryCacheSectionTemplateParameters) == 0x000050, "Wrong size on FMovieSceneGeometryCacheSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionStartTime) == 0x000048, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionEndTime) == 0x00004C, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheSectionTemplate \ +static_assert(alignof(FMovieSceneGeometryCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheSectionTemplate"); \ +static_assert(sizeof(FMovieSceneGeometryCacheSectionTemplate) == 0x000070, "Wrong size on FMovieSceneGeometryCacheSectionTemplate"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneGeometryCacheSectionTemplate::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGeometryCacheSection \ +static_assert(alignof(UMovieSceneGeometryCacheSection) == 0x000008, "Wrong alignment on UMovieSceneGeometryCacheSection"); \ +static_assert(sizeof(UMovieSceneGeometryCacheSection) == 0x000150, "Wrong size on UMovieSceneGeometryCacheSection"); \ +static_assert(offsetof(UMovieSceneGeometryCacheSection, Params_0) == 0x000108, "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) == 0x000128, "Wrong size on UMovieSceneGeometryCacheTrack"); \ +static_assert(offsetof(UMovieSceneGeometryCacheTrack, AnimationSections) == 0x000118, "Member 'UMovieSceneGeometryCacheTrack::AnimationSections' 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) == 0x000090, "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, Scale) == 0x000070, "Member 'UAnimNotifyState_TimedNiagaraEffect::Scale' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, bApplyRateScaleAsTimeDilation) == 0x000088, "Member 'UAnimNotifyState_TimedNiagaraEffect::bApplyRateScaleAsTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, bDestroyAtEnd) == 0x000089, "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) == 0x000100, "Wrong size on UAnimNotifyState_TimedNiagaraEffectAdvanced"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffectAdvanced, NotifyProgressType) == 0x000090, "Member 'UAnimNotifyState_TimedNiagaraEffectAdvanced::NotifyProgressType' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffectAdvanced, bApplyRateScaleToProgress) == 0x000091, "Member 'UAnimNotifyState_TimedNiagaraEffectAdvanced::bApplyRateScaleToProgress' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffectAdvanced, NotifyProgressUserParameter) == 0x000094, "Member 'UAnimNotifyState_TimedNiagaraEffectAdvanced::NotifyProgressUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffectAdvanced, AnimCurves) == 0x0000A0, "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_FSequencerScriptingRange \ +static_assert(alignof(FSequencerScriptingRange) == 0x000004, "Wrong alignment on FSequencerScriptingRange"); \ +static_assert(sizeof(FSequencerScriptingRange) == 0x000014, "Wrong size on FSequencerScriptingRange"); \ +static_assert(offsetof(FSequencerScriptingRange, InclusiveStart) == 0x000004, "Member 'FSequencerScriptingRange::InclusiveStart' has a wrong offset!"); \ +static_assert(offsetof(FSequencerScriptingRange, ExclusiveEnd) == 0x000008, "Member 'FSequencerScriptingRange::ExclusiveEnd' has a wrong offset!"); \ +static_assert(offsetof(FSequencerScriptingRange, InternalRate) == 0x00000C, "Member 'FSequencerScriptingRange::InternalRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingKey \ +static_assert(alignof(UMovieSceneScriptingKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingKey"); \ +static_assert(sizeof(UMovieSceneScriptingKey) == 0x000040, "Wrong size on UMovieSceneScriptingKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_SetTime \ +static_assert(alignof(MovieSceneScriptingActorReferenceKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingActorReferenceKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_SetValue \ +static_assert(alignof(MovieSceneScriptingActorReferenceKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceKey_SetValue) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_GetTime \ +static_assert(alignof(MovieSceneScriptingActorReferenceKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingActorReferenceKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingActorReferenceKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_GetValue \ +static_assert(alignof(MovieSceneScriptingActorReferenceKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceKey_GetValue) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingActorReferenceKey \ +static_assert(alignof(UMovieSceneScriptingActorReferenceKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingActorReferenceKey"); \ +static_assert(sizeof(UMovieSceneScriptingActorReferenceKey) == 0x000060, "Wrong size on UMovieSceneScriptingActorReferenceKey"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingChannel \ +static_assert(alignof(UMovieSceneScriptingChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingChannel"); \ +static_assert(sizeof(UMovieSceneScriptingChannel) == 0x000030, "Wrong size on UMovieSceneScriptingChannel"); \ +static_assert(offsetof(UMovieSceneScriptingChannel, ChannelName) == 0x000028, "Member 'UMovieSceneScriptingChannel::ChannelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_AddKey) == 0x000030, "Wrong size on MovieSceneScriptingActorReferenceChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, SubFrame) == 0x00001C, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, TimeUnit) == 0x000020, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, ReturnValue) == 0x000028, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingActorReferenceChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_SetDefault) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_Transform \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_Transform) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_Transform"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_Transform) == 0x000030, "Wrong size on MovieSceneScriptingActorReferenceChannel_Transform"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_Transform, OffsetFrame) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_Transform::OffsetFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_Transform, Scale) == 0x000008, "Member 'MovieSceneScriptingActorReferenceChannel_Transform::Scale' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_Transform, PivotFrame) == 0x000010, "Member 'MovieSceneScriptingActorReferenceChannel_Transform::PivotFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_Transform, ScriptingRange) == 0x000014, "Member 'MovieSceneScriptingActorReferenceChannel_Transform::ScriptingRange' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_Transform, TimeUnit) == 0x000028, "Member 'MovieSceneScriptingActorReferenceChannel_Transform::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_GetDefault) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingActorReferenceChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingActorReferenceChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingActorReferenceChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingActorReferenceChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingActorReferenceChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingActorReferenceChannel \ +static_assert(alignof(UMovieSceneScriptingActorReferenceChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingActorReferenceChannel"); \ +static_assert(sizeof(UMovieSceneScriptingActorReferenceChannel) == 0x000060, "Wrong size on UMovieSceneScriptingActorReferenceChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_SetTime \ +static_assert(alignof(MovieSceneScriptingBoolKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingBoolKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingBoolKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingBoolKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingBoolKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingBoolKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_SetValue \ +static_assert(alignof(MovieSceneScriptingBoolKey_SetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingBoolKey_SetValue) == 0x000001, "Wrong size on MovieSceneScriptingBoolKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingBoolKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_GetTime \ +static_assert(alignof(MovieSceneScriptingBoolKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingBoolKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingBoolKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingBoolKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingBoolKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_GetValue \ +static_assert(alignof(MovieSceneScriptingBoolKey_GetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingBoolKey_GetValue) == 0x000001, "Wrong size on MovieSceneScriptingBoolKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingBoolKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingBoolKey \ +static_assert(alignof(UMovieSceneScriptingBoolKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingBoolKey"); \ +static_assert(sizeof(UMovieSceneScriptingBoolKey) == 0x000060, "Wrong size on UMovieSceneScriptingBoolKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingBoolChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingBoolChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingBoolChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingBoolChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingBoolChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingBoolChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingBoolChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingBoolChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingBoolChannel_SetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_SetDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_Transform \ +static_assert(alignof(MovieSceneScriptingBoolChannel_Transform) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_Transform"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_Transform) == 0x000030, "Wrong size on MovieSceneScriptingBoolChannel_Transform"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_Transform, OffsetFrame) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_Transform::OffsetFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_Transform, Scale) == 0x000008, "Member 'MovieSceneScriptingBoolChannel_Transform::Scale' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_Transform, PivotFrame) == 0x000010, "Member 'MovieSceneScriptingBoolChannel_Transform::PivotFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_Transform, ScriptingRange) == 0x000014, "Member 'MovieSceneScriptingBoolChannel_Transform::ScriptingRange' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_Transform, TimeUnit) == 0x000028, "Member 'MovieSceneScriptingBoolChannel_Transform::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_ComputeEffectiveRange \ +static_assert(alignof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolChannel_ComputeEffectiveRange"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingBoolChannel_ComputeEffectiveRange"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_EvaluateKeys \ +static_assert(alignof(MovieSceneScriptingBoolChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_EvaluateKeys"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingBoolChannel_EvaluateKeys"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::Range' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingBoolChannel_GetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_GetDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingBoolChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingBoolChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingBoolChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingBoolChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingBoolChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetNumKeys \ +static_assert(alignof(MovieSceneScriptingBoolChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolChannel_GetNumKeys"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingBoolChannel_GetNumKeys"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingBoolChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingBoolChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingBoolChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingBoolChannel \ +static_assert(alignof(UMovieSceneScriptingBoolChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingBoolChannel"); \ +static_assert(sizeof(UMovieSceneScriptingBoolChannel) == 0x000060, "Wrong size on UMovieSceneScriptingBoolChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_SetTime \ +static_assert(alignof(MovieSceneScriptingByteKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingByteKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingByteKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingByteKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingByteKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingByteKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingByteKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_SetValue \ +static_assert(alignof(MovieSceneScriptingByteKey_SetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingByteKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingByteKey_SetValue) == 0x000001, "Wrong size on MovieSceneScriptingByteKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingByteKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_GetTime \ +static_assert(alignof(MovieSceneScriptingByteKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingByteKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingByteKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingByteKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingByteKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingByteKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_GetValue \ +static_assert(alignof(MovieSceneScriptingByteKey_GetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingByteKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingByteKey_GetValue) == 0x000001, "Wrong size on MovieSceneScriptingByteKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingByteKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingByteKey \ +static_assert(alignof(UMovieSceneScriptingByteKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingByteKey"); \ +static_assert(sizeof(UMovieSceneScriptingByteKey) == 0x000060, "Wrong size on UMovieSceneScriptingByteKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingByteChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingByteChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingByteChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingByteChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingByteChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingByteChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, InInterpolation) == 0x00000D, "Member 'MovieSceneScriptingByteChannel_AddKey::InInterpolation' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingByteChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingByteChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingByteChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingByteChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingByteChannel_SetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_SetDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_Transform \ +static_assert(alignof(MovieSceneScriptingByteChannel_Transform) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_Transform"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_Transform) == 0x000030, "Wrong size on MovieSceneScriptingByteChannel_Transform"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_Transform, OffsetFrame) == 0x000000, "Member 'MovieSceneScriptingByteChannel_Transform::OffsetFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_Transform, Scale) == 0x000008, "Member 'MovieSceneScriptingByteChannel_Transform::Scale' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_Transform, PivotFrame) == 0x000010, "Member 'MovieSceneScriptingByteChannel_Transform::PivotFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_Transform, ScriptingRange) == 0x000014, "Member 'MovieSceneScriptingByteChannel_Transform::ScriptingRange' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_Transform, TimeUnit) == 0x000028, "Member 'MovieSceneScriptingByteChannel_Transform::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingByteChannel_GetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_GetDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingByteChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingByteChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingByteChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingByteChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingByteChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingByteChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingByteChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingByteChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingByteChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingByteChannel \ +static_assert(alignof(UMovieSceneScriptingByteChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingByteChannel"); \ +static_assert(sizeof(UMovieSceneScriptingByteChannel) == 0x000060, "Wrong size on UMovieSceneScriptingByteChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetArriveTangent \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_SetArriveTangent"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_SetArriveTangent"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetArriveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetArriveTangent::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetArriveTangentWeight \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_SetArriveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_SetArriveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetArriveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetArriveTangentWeight::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetInterpolationMode \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleKey_SetInterpolationMode"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingDoubleKey_SetInterpolationMode"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetInterpolationMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetInterpolationMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetLeaveTangent \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_SetLeaveTangent"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_SetLeaveTangent"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetLeaveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetLeaveTangent::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetLeaveTangentWeight \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_SetLeaveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_SetLeaveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetLeaveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetLeaveTangentWeight::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetTangentMode \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleKey_SetTangentMode"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingDoubleKey_SetTangentMode"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetTangentMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetTangentMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetTangentWeightMode \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleKey_SetTangentWeightMode"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingDoubleKey_SetTangentWeightMode"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetTangentWeightMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetTangentWeightMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetTime \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingDoubleKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingDoubleKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingDoubleKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_SetValue \ +static_assert(alignof(MovieSceneScriptingDoubleKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_SetValue) == 0x000008, "Wrong size on MovieSceneScriptingDoubleKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetArriveTangent \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_GetArriveTangent"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_GetArriveTangent"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetArriveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetArriveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetArriveTangentWeight \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_GetArriveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_GetArriveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetArriveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetArriveTangentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetInterpolationMode \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleKey_GetInterpolationMode"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingDoubleKey_GetInterpolationMode"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetInterpolationMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetInterpolationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetLeaveTangent \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_GetLeaveTangent"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_GetLeaveTangent"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetLeaveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetLeaveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetLeaveTangentWeight \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_GetLeaveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingDoubleKey_GetLeaveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetLeaveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetLeaveTangentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetTangentMode \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleKey_GetTangentMode"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingDoubleKey_GetTangentMode"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetTangentMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetTangentMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetTangentWeightMode \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleKey_GetTangentWeightMode"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingDoubleKey_GetTangentWeightMode"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetTangentWeightMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetTangentWeightMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetTime \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingDoubleKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingDoubleKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleKey_GetValue \ +static_assert(alignof(MovieSceneScriptingDoubleKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingDoubleKey_GetValue) == 0x000008, "Wrong size on MovieSceneScriptingDoubleKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingDoubleKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingDoubleKey \ +static_assert(alignof(UMovieSceneScriptingDoubleKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingDoubleKey"); \ +static_assert(sizeof(UMovieSceneScriptingDoubleKey) == 0x000060, "Wrong size on UMovieSceneScriptingDoubleKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_AddKey) == 0x000020, "Wrong size on MovieSceneScriptingDoubleChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingDoubleChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_AddKey, SubFrame) == 0x000010, "Member 'MovieSceneScriptingDoubleChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_AddKey, TimeUnit) == 0x000014, "Member 'MovieSceneScriptingDoubleChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_AddKey, InInterpolation) == 0x000015, "Member 'MovieSceneScriptingDoubleChannel_AddKey::InInterpolation' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_AddKey, ReturnValue) == 0x000018, "Member 'MovieSceneScriptingDoubleChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingDoubleChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_SetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_SetDefault) == 0x000008, "Wrong size on MovieSceneScriptingDoubleChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_SetPostInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_SetPreInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_Transform \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_Transform) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_Transform"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_Transform) == 0x000030, "Wrong size on MovieSceneScriptingDoubleChannel_Transform"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_Transform, OffsetFrame) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_Transform::OffsetFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_Transform, Scale) == 0x000008, "Member 'MovieSceneScriptingDoubleChannel_Transform::Scale' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_Transform, PivotFrame) == 0x000010, "Member 'MovieSceneScriptingDoubleChannel_Transform::PivotFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_Transform, ScriptingRange) == 0x000014, "Member 'MovieSceneScriptingDoubleChannel_Transform::ScriptingRange' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_Transform, TimeUnit) == 0x000028, "Member 'MovieSceneScriptingDoubleChannel_Transform::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_ComputeEffectiveRange \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleChannel_ComputeEffectiveRange"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingDoubleChannel_ComputeEffectiveRange"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_EvaluateKeys \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_EvaluateKeys"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingDoubleChannel_EvaluateKeys"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_EvaluateKeys::Range' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingDoubleChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingDoubleChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_GetDefault) == 0x000008, "Wrong size on MovieSceneScriptingDoubleChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingDoubleChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingDoubleChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingDoubleChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingDoubleChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_GetNumKeys \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingDoubleChannel_GetNumKeys"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingDoubleChannel_GetNumKeys"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_GetPostInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_GetPreInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingDoubleChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingDoubleChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingDoubleChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingDoubleChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingDoubleChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingDoubleChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingDoubleChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingDoubleChannel \ +static_assert(alignof(UMovieSceneScriptingDoubleChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingDoubleChannel"); \ +static_assert(sizeof(UMovieSceneScriptingDoubleChannel) == 0x000060, "Wrong size on UMovieSceneScriptingDoubleChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_SetTime \ +static_assert(alignof(MovieSceneScriptingEventKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingEventKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingEventKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingEventKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingEventKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingEventKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingEventKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_SetValue \ +static_assert(alignof(MovieSceneScriptingEventKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingEventKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingEventKey_SetValue) == 0x000028, "Wrong size on MovieSceneScriptingEventKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingEventKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_GetTime \ +static_assert(alignof(MovieSceneScriptingEventKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingEventKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingEventKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingEventKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingEventKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingEventKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_GetValue \ +static_assert(alignof(MovieSceneScriptingEventKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingEventKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingEventKey_GetValue) == 0x000028, "Wrong size on MovieSceneScriptingEventKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingEventKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingEventKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingEventKey \ +static_assert(alignof(UMovieSceneScriptingEventKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingEventKey"); \ +static_assert(sizeof(UMovieSceneScriptingEventKey) == 0x000060, "Wrong size on UMovieSceneScriptingEventKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingEventChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingEventChannel_AddKey) == 0x000040, "Wrong size on MovieSceneScriptingEventChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingEventChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingEventChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, SubFrame) == 0x000030, "Member 'MovieSceneScriptingEventChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, TimeUnit) == 0x000034, "Member 'MovieSceneScriptingEventChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, ReturnValue) == 0x000038, "Member 'MovieSceneScriptingEventChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingEventChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingEventChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingEventChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingEventChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_Transform \ +static_assert(alignof(MovieSceneScriptingEventChannel_Transform) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_Transform"); \ +static_assert(sizeof(MovieSceneScriptingEventChannel_Transform) == 0x000030, "Wrong size on MovieSceneScriptingEventChannel_Transform"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_Transform, OffsetFrame) == 0x000000, "Member 'MovieSceneScriptingEventChannel_Transform::OffsetFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_Transform, Scale) == 0x000008, "Member 'MovieSceneScriptingEventChannel_Transform::Scale' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_Transform, PivotFrame) == 0x000010, "Member 'MovieSceneScriptingEventChannel_Transform::PivotFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_Transform, ScriptingRange) == 0x000014, "Member 'MovieSceneScriptingEventChannel_Transform::ScriptingRange' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_Transform, TimeUnit) == 0x000028, "Member 'MovieSceneScriptingEventChannel_Transform::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingEventChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingEventChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingEventChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingEventChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingEventChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingEventChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingEventChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingEventChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingEventChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingEventChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingEventChannel \ +static_assert(alignof(UMovieSceneScriptingEventChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingEventChannel"); \ +static_assert(sizeof(UMovieSceneScriptingEventChannel) == 0x000060, "Wrong size on UMovieSceneScriptingEventChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetArriveTangent \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetArriveTangent"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetArriveTangent"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetArriveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetArriveTangent::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetArriveTangentWeight \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetArriveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetArriveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetArriveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetArriveTangentWeight::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetInterpolationMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetInterpolationMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetInterpolationMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetInterpolationMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetInterpolationMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetLeaveTangent \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetLeaveTangent"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetLeaveTangent"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetLeaveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetLeaveTangent::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetLeaveTangentWeight \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetLeaveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetLeaveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetLeaveTangentWeight::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTangentMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetTangentMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetTangentMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTangentMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTangentMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTangentWeightMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetTangentWeightMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetTangentWeightMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTangentWeightMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTangentWeightMode::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTime \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingFloatKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingFloatKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingFloatKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetValue \ +static_assert(alignof(MovieSceneScriptingFloatKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_SetValue) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetArriveTangent \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetArriveTangent"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetArriveTangent"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetArriveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetArriveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetArriveTangentWeight \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetArriveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetArriveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetArriveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetArriveTangentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetInterpolationMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetInterpolationMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetInterpolationMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetInterpolationMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetInterpolationMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetLeaveTangent \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetLeaveTangent"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetLeaveTangent"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetLeaveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetLeaveTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetLeaveTangentWeight \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetLeaveTangentWeight"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetLeaveTangentWeight"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetLeaveTangentWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTangentMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetTangentMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetTangentMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetTangentMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTangentMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTangentWeightMode \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetTangentWeightMode"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetTangentWeightMode"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetTangentWeightMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTangentWeightMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTime \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingFloatKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingFloatKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetValue \ +static_assert(alignof(MovieSceneScriptingFloatKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingFloatKey_GetValue) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingFloatKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingFloatKey \ +static_assert(alignof(UMovieSceneScriptingFloatKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingFloatKey"); \ +static_assert(sizeof(UMovieSceneScriptingFloatKey) == 0x000040, "Wrong size on UMovieSceneScriptingFloatKey"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingActualFloatKey \ +static_assert(alignof(UMovieSceneScriptingActualFloatKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingActualFloatKey"); \ +static_assert(sizeof(UMovieSceneScriptingActualFloatKey) == 0x000060, "Wrong size on UMovieSceneScriptingActualFloatKey"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingDoubleAsFloatKey \ +static_assert(alignof(UMovieSceneScriptingDoubleAsFloatKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingDoubleAsFloatKey"); \ +static_assert(sizeof(UMovieSceneScriptingDoubleAsFloatKey) == 0x000060, "Wrong size on UMovieSceneScriptingDoubleAsFloatKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingFloatChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingFloatChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingFloatChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingFloatChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingFloatChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, InInterpolation) == 0x00000D, "Member 'MovieSceneScriptingFloatChannel_AddKey::InInterpolation' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingFloatChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingFloatChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingFloatChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingFloatChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_SetDefault) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_Transform \ +static_assert(alignof(MovieSceneScriptingFloatChannel_Transform) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_Transform"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_Transform) == 0x000030, "Wrong size on MovieSceneScriptingFloatChannel_Transform"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_Transform, OffsetFrame) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_Transform::OffsetFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_Transform, Scale) == 0x000008, "Member 'MovieSceneScriptingFloatChannel_Transform::Scale' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_Transform, PivotFrame) == 0x000010, "Member 'MovieSceneScriptingFloatChannel_Transform::PivotFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_Transform, ScriptingRange) == 0x000014, "Member 'MovieSceneScriptingFloatChannel_Transform::ScriptingRange' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_Transform, TimeUnit) == 0x000028, "Member 'MovieSceneScriptingFloatChannel_Transform::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_ComputeEffectiveRange \ +static_assert(alignof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_ComputeEffectiveRange"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingFloatChannel_ComputeEffectiveRange"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_EvaluateKeys \ +static_assert(alignof(MovieSceneScriptingFloatChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_EvaluateKeys"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingFloatChannel_EvaluateKeys"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::Range' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetDefault) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingFloatChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingFloatChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingFloatChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetNumKeys \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_GetNumKeys"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_GetNumKeys"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation \ +static_assert(alignof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingFloatChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingFloatChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingFloatChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingFloatChannel \ +static_assert(alignof(UMovieSceneScriptingFloatChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingFloatChannel"); \ +static_assert(sizeof(UMovieSceneScriptingFloatChannel) == 0x000080, "Wrong size on UMovieSceneScriptingFloatChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_SetTime \ +static_assert(alignof(MovieSceneScriptingIntegerKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingIntegerKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingIntegerKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingIntegerKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingIntegerKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_SetValue \ +static_assert(alignof(MovieSceneScriptingIntegerKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingIntegerKey_SetValue) == 0x000004, "Wrong size on MovieSceneScriptingIntegerKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_GetTime \ +static_assert(alignof(MovieSceneScriptingIntegerKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingIntegerKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingIntegerKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingIntegerKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_GetValue \ +static_assert(alignof(MovieSceneScriptingIntegerKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingIntegerKey_GetValue) == 0x000004, "Wrong size on MovieSceneScriptingIntegerKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingIntegerKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingIntegerKey \ +static_assert(alignof(UMovieSceneScriptingIntegerKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingIntegerKey"); \ +static_assert(sizeof(UMovieSceneScriptingIntegerKey) == 0x000060, "Wrong size on UMovieSceneScriptingIntegerKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingIntegerChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingIntegerChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingIntegerChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingIntegerChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingIntegerChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingIntegerChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_SetDefault) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys) == 0x000001, "Wrong alignment on MovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys) == 0x000001, "Wrong size on MovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys, bInInterpolateLinearKeys) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys::bInInterpolateLinearKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_Transform \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_Transform) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_Transform"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_Transform) == 0x000030, "Wrong size on MovieSceneScriptingIntegerChannel_Transform"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_Transform, OffsetFrame) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_Transform::OffsetFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_Transform, Scale) == 0x000008, "Member 'MovieSceneScriptingIntegerChannel_Transform::Scale' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_Transform, PivotFrame) == 0x000010, "Member 'MovieSceneScriptingIntegerChannel_Transform::PivotFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_Transform, ScriptingRange) == 0x000014, "Member 'MovieSceneScriptingIntegerChannel_Transform::ScriptingRange' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_Transform, TimeUnit) == 0x000028, "Member 'MovieSceneScriptingIntegerChannel_Transform::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_EvaluateKeys \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_EvaluateKeys"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingIntegerChannel_EvaluateKeys"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_EvaluateKeys::Range' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingIntegerChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingIntegerChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetDefault) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys) == 0x000001, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys) == 0x000001, "Wrong size on MovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingIntegerChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingIntegerChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingIntegerChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetNumKeys \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetNumKeys"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_GetNumKeys"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingIntegerChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingIntegerChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingIntegerChannel \ +static_assert(alignof(UMovieSceneScriptingIntegerChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingIntegerChannel"); \ +static_assert(sizeof(UMovieSceneScriptingIntegerChannel) == 0x000060, "Wrong size on UMovieSceneScriptingIntegerChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_SetTime \ +static_assert(alignof(MovieSceneScriptingObjectPathKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingObjectPathKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingObjectPathKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingObjectPathKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingObjectPathKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_SetValue \ +static_assert(alignof(MovieSceneScriptingObjectPathKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathKey_SetValue) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_GetTime \ +static_assert(alignof(MovieSceneScriptingObjectPathKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingObjectPathKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingObjectPathKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingObjectPathKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_GetValue \ +static_assert(alignof(MovieSceneScriptingObjectPathKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathKey_GetValue) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingObjectPathKey \ +static_assert(alignof(UMovieSceneScriptingObjectPathKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingObjectPathKey"); \ +static_assert(sizeof(UMovieSceneScriptingObjectPathKey) == 0x000060, "Wrong size on UMovieSceneScriptingObjectPathKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_AddKey) == 0x000020, "Wrong size on MovieSceneScriptingObjectPathChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, SubFrame) == 0x000010, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, TimeUnit) == 0x000014, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, ReturnValue) == 0x000018, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_SetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_SetDefault) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_Transform \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_Transform) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_Transform"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_Transform) == 0x000030, "Wrong size on MovieSceneScriptingObjectPathChannel_Transform"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_Transform, OffsetFrame) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_Transform::OffsetFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_Transform, Scale) == 0x000008, "Member 'MovieSceneScriptingObjectPathChannel_Transform::Scale' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_Transform, PivotFrame) == 0x000010, "Member 'MovieSceneScriptingObjectPathChannel_Transform::PivotFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_Transform, ScriptingRange) == 0x000014, "Member 'MovieSceneScriptingObjectPathChannel_Transform::ScriptingRange' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_Transform, TimeUnit) == 0x000028, "Member 'MovieSceneScriptingObjectPathChannel_Transform::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_GetDefault) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingObjectPathChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingObjectPathChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingObjectPathChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingObjectPathChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingObjectPathChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingObjectPathChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingObjectPathChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingObjectPathChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingObjectPathChannel \ +static_assert(alignof(UMovieSceneScriptingObjectPathChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingObjectPathChannel"); \ +static_assert(sizeof(UMovieSceneScriptingObjectPathChannel) == 0x000060, "Wrong size on UMovieSceneScriptingObjectPathChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleKey_SetTime \ +static_assert(alignof(MovieSceneScriptingParticleKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingParticleKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingParticleKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingParticleKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingParticleKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingParticleKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingParticleKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingParticleKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleKey_SetValue \ +static_assert(alignof(MovieSceneScriptingParticleKey_SetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingParticleKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingParticleKey_SetValue) == 0x000001, "Wrong size on MovieSceneScriptingParticleKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingParticleKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingParticleKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleKey_GetTime \ +static_assert(alignof(MovieSceneScriptingParticleKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingParticleKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingParticleKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingParticleKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingParticleKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingParticleKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingParticleKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleKey_GetValue \ +static_assert(alignof(MovieSceneScriptingParticleKey_GetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingParticleKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingParticleKey_GetValue) == 0x000001, "Wrong size on MovieSceneScriptingParticleKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingParticleKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingParticleKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingParticleKey \ +static_assert(alignof(UMovieSceneScriptingParticleKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingParticleKey"); \ +static_assert(sizeof(UMovieSceneScriptingParticleKey) == 0x000060, "Wrong size on UMovieSceneScriptingParticleKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingParticleChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingParticleChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingParticleChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingParticleChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingParticleChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_AddKey, NewParticleValue) == 0x000004, "Member 'MovieSceneScriptingParticleChannel_AddKey::NewParticleValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingParticleChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingParticleChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingParticleChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingParticleChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingParticleChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingParticleChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingParticleChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingParticleChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingParticleChannel_SetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingParticleChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingParticleChannel_SetDefault) == 0x000001, "Wrong size on MovieSceneScriptingParticleChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingParticleChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleChannel_Transform \ +static_assert(alignof(MovieSceneScriptingParticleChannel_Transform) == 0x000008, "Wrong alignment on MovieSceneScriptingParticleChannel_Transform"); \ +static_assert(sizeof(MovieSceneScriptingParticleChannel_Transform) == 0x000030, "Wrong size on MovieSceneScriptingParticleChannel_Transform"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_Transform, OffsetFrame) == 0x000000, "Member 'MovieSceneScriptingParticleChannel_Transform::OffsetFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_Transform, Scale) == 0x000008, "Member 'MovieSceneScriptingParticleChannel_Transform::Scale' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_Transform, PivotFrame) == 0x000010, "Member 'MovieSceneScriptingParticleChannel_Transform::PivotFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_Transform, ScriptingRange) == 0x000014, "Member 'MovieSceneScriptingParticleChannel_Transform::ScriptingRange' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_Transform, TimeUnit) == 0x000028, "Member 'MovieSceneScriptingParticleChannel_Transform::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleChannel_ComputeEffectiveRange \ +static_assert(alignof(MovieSceneScriptingParticleChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingParticleChannel_ComputeEffectiveRange"); \ +static_assert(sizeof(MovieSceneScriptingParticleChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingParticleChannel_ComputeEffectiveRange"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingParticleChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleChannel_EvaluateKeys \ +static_assert(alignof(MovieSceneScriptingParticleChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingParticleChannel_EvaluateKeys"); \ +static_assert(sizeof(MovieSceneScriptingParticleChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingParticleChannel_EvaluateKeys"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingParticleChannel_EvaluateKeys::Range' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingParticleChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingParticleChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingParticleChannel_GetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingParticleChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingParticleChannel_GetDefault) == 0x000001, "Wrong size on MovieSceneScriptingParticleChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingParticleChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingParticleChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingParticleChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingParticleChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingParticleChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingParticleChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingParticleChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingParticleChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingParticleChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingParticleChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingParticleChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingParticleChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleChannel_GetNumKeys \ +static_assert(alignof(MovieSceneScriptingParticleChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingParticleChannel_GetNumKeys"); \ +static_assert(sizeof(MovieSceneScriptingParticleChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingParticleChannel_GetNumKeys"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingParticleChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingParticleChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingParticleChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingParticleChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingParticleChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingParticleChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingParticleChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingParticleChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingParticleChannel \ +static_assert(alignof(UMovieSceneScriptingParticleChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingParticleChannel"); \ +static_assert(sizeof(UMovieSceneScriptingParticleChannel) == 0x000060, "Wrong size on UMovieSceneScriptingParticleChannel"); \ + +#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_Transform \ +static_assert(alignof(MovieSceneScriptingStringChannel_Transform) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_Transform"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_Transform) == 0x000030, "Wrong size on MovieSceneScriptingStringChannel_Transform"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_Transform, OffsetFrame) == 0x000000, "Member 'MovieSceneScriptingStringChannel_Transform::OffsetFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_Transform, Scale) == 0x000008, "Member 'MovieSceneScriptingStringChannel_Transform::Scale' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_Transform, PivotFrame) == 0x000010, "Member 'MovieSceneScriptingStringChannel_Transform::PivotFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_Transform, ScriptingRange) == 0x000014, "Member 'MovieSceneScriptingStringChannel_Transform::ScriptingRange' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_Transform, TimeUnit) == 0x000028, "Member 'MovieSceneScriptingStringChannel_Transform::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingStringChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_GetDefault) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingStringChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingStringChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingStringChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingStringChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingStringChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingStringChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingStringChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingStringChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingStringChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingStringChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingStringChannel \ +static_assert(alignof(UMovieSceneScriptingStringChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingStringChannel"); \ +static_assert(sizeof(UMovieSceneScriptingStringChannel) == 0x000060, "Wrong size on UMovieSceneScriptingStringChannel"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingTextKey_SetTime \ +static_assert(alignof(MovieSceneScriptingTextKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingTextKey_SetTime"); \ +static_assert(sizeof(MovieSceneScriptingTextKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingTextKey_SetTime"); \ +static_assert(offsetof(MovieSceneScriptingTextKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingTextKey_SetTime::NewFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingTextKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingTextKey_SetTime::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingTextKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingTextKey_SetTime::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingTextKey_SetValue \ +static_assert(alignof(MovieSceneScriptingTextKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingTextKey_SetValue"); \ +static_assert(sizeof(MovieSceneScriptingTextKey_SetValue) == 0x000010, "Wrong size on MovieSceneScriptingTextKey_SetValue"); \ +static_assert(offsetof(MovieSceneScriptingTextKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingTextKey_SetValue::InNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingTextKey_GetTime \ +static_assert(alignof(MovieSceneScriptingTextKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingTextKey_GetTime"); \ +static_assert(sizeof(MovieSceneScriptingTextKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingTextKey_GetTime"); \ +static_assert(offsetof(MovieSceneScriptingTextKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingTextKey_GetTime::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingTextKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingTextKey_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingTextKey_GetValue \ +static_assert(alignof(MovieSceneScriptingTextKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingTextKey_GetValue"); \ +static_assert(sizeof(MovieSceneScriptingTextKey_GetValue) == 0x000010, "Wrong size on MovieSceneScriptingTextKey_GetValue"); \ +static_assert(offsetof(MovieSceneScriptingTextKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingTextKey_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingTextKey \ +static_assert(alignof(UMovieSceneScriptingTextKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingTextKey"); \ +static_assert(sizeof(UMovieSceneScriptingTextKey) == 0x000060, "Wrong size on UMovieSceneScriptingTextKey"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingTextChannel_AddKey \ +static_assert(alignof(MovieSceneScriptingTextChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingTextChannel_AddKey"); \ +static_assert(sizeof(MovieSceneScriptingTextChannel_AddKey) == 0x000028, "Wrong size on MovieSceneScriptingTextChannel_AddKey"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingTextChannel_AddKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingTextChannel_AddKey::NewValue' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_AddKey, SubFrame) == 0x000018, "Member 'MovieSceneScriptingTextChannel_AddKey::SubFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_AddKey, TimeUnit) == 0x00001C, "Member 'MovieSceneScriptingTextChannel_AddKey::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_AddKey, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingTextChannel_AddKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingTextChannel_RemoveKey \ +static_assert(alignof(MovieSceneScriptingTextChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingTextChannel_RemoveKey"); \ +static_assert(sizeof(MovieSceneScriptingTextChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingTextChannel_RemoveKey"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingTextChannel_RemoveKey::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingTextChannel_SetDefault \ +static_assert(alignof(MovieSceneScriptingTextChannel_SetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingTextChannel_SetDefault"); \ +static_assert(sizeof(MovieSceneScriptingTextChannel_SetDefault) == 0x000010, "Wrong size on MovieSceneScriptingTextChannel_SetDefault"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingTextChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingTextChannel_Transform \ +static_assert(alignof(MovieSceneScriptingTextChannel_Transform) == 0x000008, "Wrong alignment on MovieSceneScriptingTextChannel_Transform"); \ +static_assert(sizeof(MovieSceneScriptingTextChannel_Transform) == 0x000030, "Wrong size on MovieSceneScriptingTextChannel_Transform"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_Transform, OffsetFrame) == 0x000000, "Member 'MovieSceneScriptingTextChannel_Transform::OffsetFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_Transform, Scale) == 0x000008, "Member 'MovieSceneScriptingTextChannel_Transform::Scale' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_Transform, PivotFrame) == 0x000010, "Member 'MovieSceneScriptingTextChannel_Transform::PivotFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_Transform, ScriptingRange) == 0x000014, "Member 'MovieSceneScriptingTextChannel_Transform::ScriptingRange' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_Transform, TimeUnit) == 0x000028, "Member 'MovieSceneScriptingTextChannel_Transform::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingTextChannel_GetDefault \ +static_assert(alignof(MovieSceneScriptingTextChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingTextChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingTextChannel_GetDefault) == 0x000010, "Wrong size on MovieSceneScriptingTextChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingTextChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingTextChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingTextChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingTextChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingTextChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingTextChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingTextChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingTextChannel_GetKeysByIndex \ +static_assert(alignof(MovieSceneScriptingTextChannel_GetKeysByIndex) == 0x000008, "Wrong alignment on MovieSceneScriptingTextChannel_GetKeysByIndex"); \ +static_assert(sizeof(MovieSceneScriptingTextChannel_GetKeysByIndex) == 0x000020, "Wrong size on MovieSceneScriptingTextChannel_GetKeysByIndex"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_GetKeysByIndex, Indices) == 0x000000, "Member 'MovieSceneScriptingTextChannel_GetKeysByIndex::Indices' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_GetKeysByIndex, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingTextChannel_GetKeysByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingTextChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingTextChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingTextChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingTextChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingTextChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingTextChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingTextChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingTextChannel \ +static_assert(alignof(UMovieSceneScriptingTextChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingTextChannel"); \ +static_assert(sizeof(UMovieSceneScriptingTextChannel) == 0x000060, "Wrong size on UMovieSceneScriptingTextChannel"); \ + +#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_EqualEqual_MovieSceneBindingProxy \ +static_assert(alignof(MovieSceneBindingExtensions_EqualEqual_MovieSceneBindingProxy) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_EqualEqual_MovieSceneBindingProxy"); \ +static_assert(sizeof(MovieSceneBindingExtensions_EqualEqual_MovieSceneBindingProxy) == 0x000038, "Wrong size on MovieSceneBindingExtensions_EqualEqual_MovieSceneBindingProxy"); \ +static_assert(offsetof(MovieSceneBindingExtensions_EqualEqual_MovieSceneBindingProxy, A) == 0x000000, "Member 'MovieSceneBindingExtensions_EqualEqual_MovieSceneBindingProxy::A' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_EqualEqual_MovieSceneBindingProxy, B) == 0x000018, "Member 'MovieSceneBindingExtensions_EqualEqual_MovieSceneBindingProxy::B' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_EqualEqual_MovieSceneBindingProxy, ReturnValue) == 0x000030, "Member 'MovieSceneBindingExtensions_EqualEqual_MovieSceneBindingProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_FindTracksByExactType \ +static_assert(alignof(MovieSceneBindingExtensions_FindTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_FindTracksByExactType"); \ +static_assert(sizeof(MovieSceneBindingExtensions_FindTracksByExactType) == 0x000030, "Wrong size on MovieSceneBindingExtensions_FindTracksByExactType"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_FindTracksByType \ +static_assert(alignof(MovieSceneBindingExtensions_FindTracksByType) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_FindTracksByType"); \ +static_assert(sizeof(MovieSceneBindingExtensions_FindTracksByType) == 0x000030, "Wrong size on MovieSceneBindingExtensions_FindTracksByType"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_FindTracksByType::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_FindTracksByType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_FindTracksByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetChildPossessables \ +static_assert(alignof(MovieSceneBindingExtensions_GetChildPossessables) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetChildPossessables"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetChildPossessables) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetChildPossessables"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetChildPossessables, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetChildPossessables::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetChildPossessables, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetChildPossessables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetDisplayName \ +static_assert(alignof(MovieSceneBindingExtensions_GetDisplayName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetDisplayName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetDisplayName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetDisplayName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetDisplayName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetDisplayName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetDisplayName, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetId \ +static_assert(alignof(MovieSceneBindingExtensions_GetId) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetId"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetId) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetId"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetId, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetId::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetId, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetName \ +static_assert(alignof(MovieSceneBindingExtensions_GetName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetName, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetObjectTemplate \ +static_assert(alignof(MovieSceneBindingExtensions_GetObjectTemplate) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetObjectTemplate"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetObjectTemplate) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetObjectTemplate"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetObjectTemplate, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetObjectTemplate::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetObjectTemplate, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetObjectTemplate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetParent \ +static_assert(alignof(MovieSceneBindingExtensions_GetParent) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetParent"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetParent) == 0x000030, "Wrong size on MovieSceneBindingExtensions_GetParent"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetParent, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetParent::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetParent, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetPossessedObjectClass \ +static_assert(alignof(MovieSceneBindingExtensions_GetPossessedObjectClass) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetPossessedObjectClass"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetPossessedObjectClass) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetPossessedObjectClass"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetPossessedObjectClass, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetPossessedObjectClass::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetPossessedObjectClass, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetPossessedObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetSortingOrder \ +static_assert(alignof(MovieSceneBindingExtensions_GetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetSortingOrder"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetSortingOrder) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetSortingOrder"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetSortingOrder, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetSortingOrder::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetSortingOrder, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetSortingOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetTracks \ +static_assert(alignof(MovieSceneBindingExtensions_GetTracks) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetTracks"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetTracks) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetTracks"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetTracks, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetTracks::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetTracks, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_IsValid \ +static_assert(alignof(MovieSceneBindingExtensions_IsValid) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_IsValid"); \ +static_assert(sizeof(MovieSceneBindingExtensions_IsValid) == 0x000020, "Wrong size on MovieSceneBindingExtensions_IsValid"); \ +static_assert(offsetof(MovieSceneBindingExtensions_IsValid, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_IsValid::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_IsValid, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_MoveBindingContents \ +static_assert(alignof(MovieSceneBindingExtensions_MoveBindingContents) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_MoveBindingContents"); \ +static_assert(sizeof(MovieSceneBindingExtensions_MoveBindingContents) == 0x000030, "Wrong size on MovieSceneBindingExtensions_MoveBindingContents"); \ +static_assert(offsetof(MovieSceneBindingExtensions_MoveBindingContents, SourceBindingId) == 0x000000, "Member 'MovieSceneBindingExtensions_MoveBindingContents::SourceBindingId' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_MoveBindingContents, DestinationBindingId) == 0x000018, "Member 'MovieSceneBindingExtensions_MoveBindingContents::DestinationBindingId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_NotEqual_MovieSceneBindingProxy \ +static_assert(alignof(MovieSceneBindingExtensions_NotEqual_MovieSceneBindingProxy) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_NotEqual_MovieSceneBindingProxy"); \ +static_assert(sizeof(MovieSceneBindingExtensions_NotEqual_MovieSceneBindingProxy) == 0x000038, "Wrong size on MovieSceneBindingExtensions_NotEqual_MovieSceneBindingProxy"); \ +static_assert(offsetof(MovieSceneBindingExtensions_NotEqual_MovieSceneBindingProxy, A) == 0x000000, "Member 'MovieSceneBindingExtensions_NotEqual_MovieSceneBindingProxy::A' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_NotEqual_MovieSceneBindingProxy, B) == 0x000018, "Member 'MovieSceneBindingExtensions_NotEqual_MovieSceneBindingProxy::B' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_NotEqual_MovieSceneBindingProxy, ReturnValue) == 0x000030, "Member 'MovieSceneBindingExtensions_NotEqual_MovieSceneBindingProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_Remove \ +static_assert(alignof(MovieSceneBindingExtensions_Remove) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_Remove"); \ +static_assert(sizeof(MovieSceneBindingExtensions_Remove) == 0x000018, "Wrong size on MovieSceneBindingExtensions_Remove"); \ +static_assert(offsetof(MovieSceneBindingExtensions_Remove, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_Remove::InBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_RemoveTrack \ +static_assert(alignof(MovieSceneBindingExtensions_RemoveTrack) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_RemoveTrack"); \ +static_assert(sizeof(MovieSceneBindingExtensions_RemoveTrack) == 0x000020, "Wrong size on MovieSceneBindingExtensions_RemoveTrack"); \ +static_assert(offsetof(MovieSceneBindingExtensions_RemoveTrack, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_RemoveTrack::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_RemoveTrack, TrackToRemove) == 0x000018, "Member 'MovieSceneBindingExtensions_RemoveTrack::TrackToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetDisplayName \ +static_assert(alignof(MovieSceneBindingExtensions_SetDisplayName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetDisplayName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetDisplayName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_SetDisplayName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetDisplayName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetDisplayName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetDisplayName, InDisplayName) == 0x000018, "Member 'MovieSceneBindingExtensions_SetDisplayName::InDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetName \ +static_assert(alignof(MovieSceneBindingExtensions_SetName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_SetName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetName, InName) == 0x000018, "Member 'MovieSceneBindingExtensions_SetName::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetParent \ +static_assert(alignof(MovieSceneBindingExtensions_SetParent) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetParent"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetParent) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetParent"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetParent, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetParent::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetParent, InParentBinding) == 0x000018, "Member 'MovieSceneBindingExtensions_SetParent::InParentBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetSortingOrder \ +static_assert(alignof(MovieSceneBindingExtensions_SetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetSortingOrder"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetSortingOrder) == 0x000020, "Wrong size on MovieSceneBindingExtensions_SetSortingOrder"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetSortingOrder, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetSortingOrder::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetSortingOrder, SortingOrder) == 0x000018, "Member 'MovieSceneBindingExtensions_SetSortingOrder::SortingOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetSpawnableBindingID \ +static_assert(alignof(MovieSceneBindingExtensions_SetSpawnableBindingID) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetSpawnableBindingID"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetSpawnableBindingID) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetSpawnableBindingID"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetSpawnableBindingID, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetSpawnableBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetSpawnableBindingID, SpawnableBindingID) == 0x000018, "Member 'MovieSceneBindingExtensions_SetSpawnableBindingID::SpawnableBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBindingExtensions \ +static_assert(alignof(UMovieSceneBindingExtensions) == 0x000008, "Wrong alignment on UMovieSceneBindingExtensions"); \ +static_assert(sizeof(UMovieSceneBindingExtensions) == 0x000028, "Wrong size on UMovieSceneBindingExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneEventTrackExtensions_AddEventRepeaterSection \ +static_assert(alignof(MovieSceneEventTrackExtensions_AddEventRepeaterSection) == 0x000008, "Wrong alignment on MovieSceneEventTrackExtensions_AddEventRepeaterSection"); \ +static_assert(sizeof(MovieSceneEventTrackExtensions_AddEventRepeaterSection) == 0x000010, "Wrong size on MovieSceneEventTrackExtensions_AddEventRepeaterSection"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventRepeaterSection, InTrack) == 0x000000, "Member 'MovieSceneEventTrackExtensions_AddEventRepeaterSection::InTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventRepeaterSection, ReturnValue) == 0x000008, "Member 'MovieSceneEventTrackExtensions_AddEventRepeaterSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneEventTrackExtensions_AddEventTriggerSection \ +static_assert(alignof(MovieSceneEventTrackExtensions_AddEventTriggerSection) == 0x000008, "Wrong alignment on MovieSceneEventTrackExtensions_AddEventTriggerSection"); \ +static_assert(sizeof(MovieSceneEventTrackExtensions_AddEventTriggerSection) == 0x000010, "Wrong size on MovieSceneEventTrackExtensions_AddEventTriggerSection"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventTriggerSection, InTrack) == 0x000000, "Member 'MovieSceneEventTrackExtensions_AddEventTriggerSection::InTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventTriggerSection, ReturnValue) == 0x000008, "Member 'MovieSceneEventTrackExtensions_AddEventTriggerSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass \ +static_assert(alignof(MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass) == 0x000008, "Wrong alignment on MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass"); \ +static_assert(sizeof(MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass) == 0x000030, "Wrong size on MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass, EventKey) == 0x000000, "Member 'MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass::EventKey' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass, ReturnValue) == 0x000028, "Member 'MovieSceneEventTrackExtensions_GetBoundObjectPropertyClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventTrackExtensions \ +static_assert(alignof(UMovieSceneEventTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneEventTrackExtensions"); \ +static_assert(sizeof(UMovieSceneEventTrackExtensions) == 0x000028, "Wrong size on UMovieSceneEventTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildFolder \ +static_assert(alignof(MovieSceneFolderExtensions_AddChildFolder) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildFolder"); \ +static_assert(sizeof(MovieSceneFolderExtensions_AddChildFolder) == 0x000018, "Wrong size on MovieSceneFolderExtensions_AddChildFolder"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, TargetFolder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildFolder::TargetFolder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, FolderToAdd) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildFolder::FolderToAdd' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_AddChildFolder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildObjectBinding \ +static_assert(alignof(MovieSceneFolderExtensions_AddChildObjectBinding) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildObjectBinding"); \ +static_assert(sizeof(MovieSceneFolderExtensions_AddChildObjectBinding) == 0x000028, "Wrong size on MovieSceneFolderExtensions_AddChildObjectBinding"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, InObjectBinding) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::InObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, ReturnValue) == 0x000020, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildTrack \ +static_assert(alignof(MovieSceneFolderExtensions_AddChildTrack) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildTrack"); \ +static_assert(sizeof(MovieSceneFolderExtensions_AddChildTrack) == 0x000018, "Wrong size on MovieSceneFolderExtensions_AddChildTrack"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildTrack, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildTrack::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildTrack, InTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildTrack::InTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_AddChildTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildFolders \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildFolders) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildFolders"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildFolders) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildFolders"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildFolders, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildFolders::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildFolders, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildFolders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildObjectBindings \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildObjectBindings) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildObjectBindings"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildObjectBindings) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildObjectBindings"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildObjectBindings, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildObjectBindings::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildObjectBindings, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildObjectBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildTracks \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildTracks) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildTracks"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildTracks) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildTracks"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildTracks, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildTracks::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildTracks, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetFolderColor \ +static_assert(alignof(MovieSceneFolderExtensions_GetFolderColor) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetFolderColor"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetFolderColor) == 0x000010, "Wrong size on MovieSceneFolderExtensions_GetFolderColor"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderColor, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetFolderColor::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderColor, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetFolderColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetFolderName \ +static_assert(alignof(MovieSceneFolderExtensions_GetFolderName) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetFolderName"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetFolderName) == 0x000010, "Wrong size on MovieSceneFolderExtensions_GetFolderName"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderName, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetFolderName::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderName, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetFolderName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildFolder \ +static_assert(alignof(MovieSceneFolderExtensions_RemoveChildFolder) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildFolder"); \ +static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildFolder) == 0x000018, "Wrong size on MovieSceneFolderExtensions_RemoveChildFolder"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, TargetFolder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::TargetFolder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, FolderToRemove) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::FolderToRemove' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildObjectBinding \ +static_assert(alignof(MovieSceneFolderExtensions_RemoveChildObjectBinding) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildObjectBinding"); \ +static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildObjectBinding) == 0x000028, "Wrong size on MovieSceneFolderExtensions_RemoveChildObjectBinding"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, InObjectBinding) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::InObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, ReturnValue) == 0x000020, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildTrack \ +static_assert(alignof(MovieSceneFolderExtensions_RemoveChildTrack) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildTrack"); \ +static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildTrack) == 0x000018, "Wrong size on MovieSceneFolderExtensions_RemoveChildTrack"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildTrack, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildTrack::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildTrack, InTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildTrack::InTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_RemoveChildTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_SetFolderColor \ +static_assert(alignof(MovieSceneFolderExtensions_SetFolderColor) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_SetFolderColor"); \ +static_assert(sizeof(MovieSceneFolderExtensions_SetFolderColor) == 0x000010, "Wrong size on MovieSceneFolderExtensions_SetFolderColor"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_SetFolderColor::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, InFolderColor) == 0x000008, "Member 'MovieSceneFolderExtensions_SetFolderColor::InFolderColor' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, ReturnValue) == 0x00000C, "Member 'MovieSceneFolderExtensions_SetFolderColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_SetFolderName \ +static_assert(alignof(MovieSceneFolderExtensions_SetFolderName) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_SetFolderName"); \ +static_assert(sizeof(MovieSceneFolderExtensions_SetFolderName) == 0x000018, "Wrong size on MovieSceneFolderExtensions_SetFolderName"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_SetFolderName::Folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, InFolderName) == 0x000008, "Member 'MovieSceneFolderExtensions_SetFolderName::InFolderName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_SetFolderName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFolderExtensions \ +static_assert(alignof(UMovieSceneFolderExtensions) == 0x000008, "Wrong alignment on UMovieSceneFolderExtensions"); \ +static_assert(sizeof(UMovieSceneFolderExtensions) == 0x000028, "Wrong size on UMovieSceneFolderExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneMaterialTrackExtensions_GetMaterialIndex \ +static_assert(alignof(MovieSceneMaterialTrackExtensions_GetMaterialIndex) == 0x000008, "Wrong alignment on MovieSceneMaterialTrackExtensions_GetMaterialIndex"); \ +static_assert(sizeof(MovieSceneMaterialTrackExtensions_GetMaterialIndex) == 0x000010, "Wrong size on MovieSceneMaterialTrackExtensions_GetMaterialIndex"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_GetMaterialIndex, Track) == 0x000000, "Member 'MovieSceneMaterialTrackExtensions_GetMaterialIndex::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_GetMaterialIndex, ReturnValue) == 0x000008, "Member 'MovieSceneMaterialTrackExtensions_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMaterialTrackExtensions_GetMaterialInfo \ +static_assert(alignof(MovieSceneMaterialTrackExtensions_GetMaterialInfo) == 0x000008, "Wrong alignment on MovieSceneMaterialTrackExtensions_GetMaterialInfo"); \ +static_assert(sizeof(MovieSceneMaterialTrackExtensions_GetMaterialInfo) == 0x000018, "Wrong size on MovieSceneMaterialTrackExtensions_GetMaterialInfo"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_GetMaterialInfo, Track) == 0x000000, "Member 'MovieSceneMaterialTrackExtensions_GetMaterialInfo::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_GetMaterialInfo, ReturnValue) == 0x000008, "Member 'MovieSceneMaterialTrackExtensions_GetMaterialInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMaterialTrackExtensions_SetMaterialIndex \ +static_assert(alignof(MovieSceneMaterialTrackExtensions_SetMaterialIndex) == 0x000008, "Wrong alignment on MovieSceneMaterialTrackExtensions_SetMaterialIndex"); \ +static_assert(sizeof(MovieSceneMaterialTrackExtensions_SetMaterialIndex) == 0x000010, "Wrong size on MovieSceneMaterialTrackExtensions_SetMaterialIndex"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_SetMaterialIndex, Track) == 0x000000, "Member 'MovieSceneMaterialTrackExtensions_SetMaterialIndex::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_SetMaterialIndex, MaterialIndex) == 0x000008, "Member 'MovieSceneMaterialTrackExtensions_SetMaterialIndex::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneMaterialTrackExtensions_SetMaterialInfo \ +static_assert(alignof(MovieSceneMaterialTrackExtensions_SetMaterialInfo) == 0x000008, "Wrong alignment on MovieSceneMaterialTrackExtensions_SetMaterialInfo"); \ +static_assert(sizeof(MovieSceneMaterialTrackExtensions_SetMaterialInfo) == 0x000018, "Wrong size on MovieSceneMaterialTrackExtensions_SetMaterialInfo"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_SetMaterialInfo, Track) == 0x000000, "Member 'MovieSceneMaterialTrackExtensions_SetMaterialInfo::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneMaterialTrackExtensions_SetMaterialInfo, MaterialInfo) == 0x000008, "Member 'MovieSceneMaterialTrackExtensions_SetMaterialInfo::MaterialInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialTrackExtensions \ +static_assert(alignof(UMovieSceneMaterialTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneMaterialTrackExtensions"); \ +static_assert(sizeof(UMovieSceneMaterialTrackExtensions) == 0x000028, "Wrong size on UMovieSceneMaterialTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex \ +static_assert(alignof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex) == 0x000008, "Wrong alignment on MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex"); \ +static_assert(sizeof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex) == 0x000010, "Wrong size on MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex, Track) == 0x000000, "Member 'MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex, ReturnValue) == 0x000008, "Member 'MovieScenePrimitiveMaterialTrackExtensions_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo \ +static_assert(alignof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo) == 0x000008, "Wrong alignment on MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo"); \ +static_assert(sizeof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo) == 0x000018, "Wrong size on MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo, Track) == 0x000000, "Member 'MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo, ReturnValue) == 0x000008, "Member 'MovieScenePrimitiveMaterialTrackExtensions_GetMaterialInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex \ +static_assert(alignof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex) == 0x000008, "Wrong alignment on MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex"); \ +static_assert(sizeof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex) == 0x000010, "Wrong size on MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex, Track) == 0x000000, "Member 'MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex, MaterialIndex) == 0x000008, "Member 'MovieScenePrimitiveMaterialTrackExtensions_SetMaterialIndex::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo \ +static_assert(alignof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo) == 0x000008, "Wrong alignment on MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo"); \ +static_assert(sizeof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo) == 0x000018, "Wrong size on MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo, Track) == 0x000000, "Member 'MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo, MaterialInfo) == 0x000008, "Member 'MovieScenePrimitiveMaterialTrackExtensions_SetMaterialInfo::MaterialInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePrimitiveMaterialTrackExtensions \ +static_assert(alignof(UMovieScenePrimitiveMaterialTrackExtensions) == 0x000008, "Wrong alignment on UMovieScenePrimitiveMaterialTrackExtensions"); \ +static_assert(sizeof(UMovieScenePrimitiveMaterialTrackExtensions) == 0x000028, "Wrong size on UMovieScenePrimitiveMaterialTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetByteTrackEnum \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetByteTrackEnum) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetByteTrackEnum"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetByteTrackEnum) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetByteTrackEnum"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetByteTrackEnum, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetByteTrackEnum::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetByteTrackEnum, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetByteTrackEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetObjectPropertyClass \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetObjectPropertyClass"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetObjectPropertyClass"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetObjectPropertyClass::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetObjectPropertyClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetPropertyName \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetPropertyName) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetPropertyName"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetPropertyName) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetPropertyName"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyName, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetPropertyName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyName, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetPropertyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetPropertyPath \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetPropertyPath) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetPropertyPath"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetPropertyPath) == 0x000018, "Wrong size on MovieScenePropertyTrackExtensions_GetPropertyPath"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyPath, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetPropertyPath::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyPath, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetPropertyPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetUniqueTrackName \ +static_assert(alignof(MovieScenePropertyTrackExtensions_GetUniqueTrackName) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetUniqueTrackName"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_GetUniqueTrackName) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetUniqueTrackName"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetUniqueTrackName, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetUniqueTrackName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_GetUniqueTrackName, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetUniqueTrackName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_SetByteTrackEnum \ +static_assert(alignof(MovieScenePropertyTrackExtensions_SetByteTrackEnum) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_SetByteTrackEnum"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_SetByteTrackEnum) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_SetByteTrackEnum"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetByteTrackEnum, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_SetByteTrackEnum::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetByteTrackEnum, InEnum) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_SetByteTrackEnum::InEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_SetObjectPropertyClass \ +static_assert(alignof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_SetObjectPropertyClass"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass) == 0x000018, "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!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass, bInClassProperty) == 0x000010, "Member 'MovieScenePropertyTrackExtensions_SetObjectPropertyClass::bInClassProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_SetPropertyNameAndPath \ +static_assert(alignof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_SetPropertyNameAndPath"); \ +static_assert(sizeof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath) == 0x000020, "Wrong size on MovieScenePropertyTrackExtensions_SetPropertyNameAndPath"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, InPropertyName) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::InPropertyName' has a wrong offset!"); \ +static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, InPropertyPath) == 0x000010, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::InPropertyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertyTrackExtensions \ +static_assert(alignof(UMovieScenePropertyTrackExtensions) == 0x000008, "Wrong alignment on UMovieScenePropertyTrackExtensions"); \ +static_assert(sizeof(UMovieScenePropertyTrackExtensions) == 0x000028, "Wrong size on UMovieScenePropertyTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAllChannels \ +static_assert(alignof(MovieSceneSectionExtensions_GetAllChannels) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAllChannels"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAllChannels) == 0x000018, "Wrong size on MovieSceneSectionExtensions_GetAllChannels"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAllChannels, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAllChannels::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAllChannels, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAllChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAutoSizeEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetAutoSizeEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAutoSizeEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAutoSizeEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetAutoSizeEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAutoSizeEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAutoSizeEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAutoSizeEndFrameSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAutoSizeHasEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetAutoSizeHasEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAutoSizeHasEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAutoSizeHasEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetAutoSizeHasEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeHasEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAutoSizeHasEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeHasEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAutoSizeHasEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAutoSizeHasStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetAutoSizeHasStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAutoSizeHasStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAutoSizeHasStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetAutoSizeHasStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeHasStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAutoSizeHasStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeHasStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAutoSizeHasStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAutoSizeStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetAutoSizeStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAutoSizeStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAutoSizeStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetAutoSizeStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAutoSizeStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAutoSizeStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetAutoSizeStartFrameSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetChannel \ +static_assert(alignof(MovieSceneSectionExtensions_GetChannel) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetChannel"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetChannel) == 0x000018, "Wrong size on MovieSceneSectionExtensions_GetChannel"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannel, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetChannel::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannel, ChannelName) == 0x000008, "Member 'MovieSceneSectionExtensions_GetChannel::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannel, ReturnValue) == 0x000010, "Member 'MovieSceneSectionExtensions_GetChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetChannelsByType \ +static_assert(alignof(MovieSceneSectionExtensions_GetChannelsByType) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetChannelsByType"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetChannelsByType) == 0x000020, "Wrong size on MovieSceneSectionExtensions_GetChannelsByType"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannelsByType, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetChannelsByType::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannelsByType, ChannelType) == 0x000008, "Member 'MovieSceneSectionExtensions_GetChannelsByType::ChannelType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannelsByType, ReturnValue) == 0x000010, "Member 'MovieSceneSectionExtensions_GetChannelsByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetEndFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_GetEndFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetEndFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetEndFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetEndFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetEndFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetEndFrameSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetParentSequenceFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetParentSequenceFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetParentSequenceFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetParentSequenceFrame) == 0x000020, "Wrong size on MovieSceneSectionExtensions_GetParentSequenceFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, InFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::InFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, ParentSequence) == 0x000010, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::ParentSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, ReturnValue) == 0x000018, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_GetStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetStartFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_GetStartFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetStartFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetStartFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetStartFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetStartFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetStartFrameSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_HasEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_HasEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_HasEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_HasEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_HasEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_HasEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_HasEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_HasEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_HasEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_HasStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_HasStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_HasStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_HasStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_HasStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_HasStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_HasStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_HasStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_HasStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrame \ +static_assert(alignof(MovieSceneSectionExtensions_SetEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrame, EndFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrame::EndFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrameBounded \ +static_assert(alignof(MovieSceneSectionExtensions_SetEndFrameBounded) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrameBounded"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrameBounded) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrameBounded"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameBounded, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrameBounded::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameBounded, bIsBounded) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrameBounded::bIsBounded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_SetEndFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameSeconds, EndTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrameSeconds::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetRange \ +static_assert(alignof(MovieSceneSectionExtensions_SetRange) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetRange"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetRange) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetRange"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRange, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetRange::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRange, StartFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetRange::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRange, EndFrame) == 0x00000C, "Member 'MovieSceneSectionExtensions_SetRange::EndFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetRangeSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_SetRangeSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetRangeSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetRangeSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetRangeSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, StartTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::StartTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, EndTime) == 0x00000C, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrame \ +static_assert(alignof(MovieSceneSectionExtensions_SetStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrame"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrame"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrame::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrame, StartFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrame::StartFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrameBounded \ +static_assert(alignof(MovieSceneSectionExtensions_SetStartFrameBounded) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrameBounded"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrameBounded) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrameBounded"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameBounded, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrameBounded::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameBounded, bIsBounded) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrameBounded::bIsBounded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrameSeconds \ +static_assert(alignof(MovieSceneSectionExtensions_SetStartFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrameSeconds"); \ +static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrameSeconds"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrameSeconds::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameSeconds, StartTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrameSeconds::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSectionExtensions \ +static_assert(alignof(UMovieSceneSectionExtensions) == 0x000008, "Wrong alignment on UMovieSceneSectionExtensions"); \ +static_assert(sizeof(UMovieSceneSectionExtensions) == 0x000028, "Wrong size on UMovieSceneSectionExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_AddMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddMarkedFrame) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_AddMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, InMarkedFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::InMarkedFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddMarkedFrameToSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_AddMarkedFrameToSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddMarkedFrameToSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddMarkedFrameToSequence) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_AddMarkedFrameToSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrameToSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddMarkedFrameToSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrameToSequence, InMarkedFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddMarkedFrameToSequence::InMarkedFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrameToSequence, TimeUnit) == 0x000028, "Member 'MovieSceneSequenceExtensions_AddMarkedFrameToSequence::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrameToSequence, ReturnValue) == 0x00002C, "Member 'MovieSceneSequenceExtensions_AddMarkedFrameToSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddPossessable \ +static_assert(alignof(MovieSceneSequenceExtensions_AddPossessable) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddPossessable"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddPossessable) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddPossessable"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddPossessable::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, ObjectToPossess) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddPossessable::ObjectToPossess' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddPossessable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddRootFolderToSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_AddRootFolderToSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddRootFolderToSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddRootFolderToSequence) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_AddRootFolderToSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, NewFolderName) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::NewFolderName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddSpawnableFromClass \ +static_assert(alignof(MovieSceneSequenceExtensions_AddSpawnableFromClass) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddSpawnableFromClass"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddSpawnableFromClass) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddSpawnableFromClass"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, ClassToSpawn) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::ClassToSpawn' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddSpawnableFromInstance \ +static_assert(alignof(MovieSceneSequenceExtensions_AddSpawnableFromInstance) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddSpawnableFromInstance"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddSpawnableFromInstance) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddSpawnableFromInstance"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, ObjectToSpawn) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::ObjectToSpawn' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddTrack \ +static_assert(alignof(MovieSceneSequenceExtensions_AddTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddTrack"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_AddTrack"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddTrack::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddTrack, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AreMarkedFramesLocked \ +static_assert(alignof(MovieSceneSequenceExtensions_AreMarkedFramesLocked) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AreMarkedFramesLocked"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AreMarkedFramesLocked) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_AreMarkedFramesLocked"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AreMarkedFramesLocked, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AreMarkedFramesLocked::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AreMarkedFramesLocked, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_AreMarkedFramesLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_DeleteMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_DeleteMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_DeleteMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_DeleteMarkedFrame) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_DeleteMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrame, DeleteIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrame::DeleteIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_DeleteMarkedFrames \ +static_assert(alignof(MovieSceneSequenceExtensions_DeleteMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_DeleteMarkedFrames"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_DeleteMarkedFrames) == 0x000008, "Wrong size on MovieSceneSequenceExtensions_DeleteMarkedFrames"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrames::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindBindingById \ +static_assert(alignof(MovieSceneSequenceExtensions_FindBindingById) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindBindingById"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindBindingById) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_FindBindingById"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindBindingById::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, BindingID) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindBindingById::BindingID' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindBindingById::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindBindingByName \ +static_assert(alignof(MovieSceneSequenceExtensions_FindBindingByName) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindBindingByName"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindBindingByName) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_FindBindingByName"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindBindingByName::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, Name_0) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindBindingByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindBindingByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, ReturnValue) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence, TimeUnit) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumberInSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByLabel \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByLabel"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByLabel"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, InLabel) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::InLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindNextMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_FindNextMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindNextMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindNextMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_FindNextMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, bForward) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::bForward' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence, bForward) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence::bForward' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence, TimeUnit) == 0x00000D, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrameInSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindTracksByExactType \ +static_assert(alignof(MovieSceneSequenceExtensions_FindTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindTracksByExactType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindTracksByExactType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindTracksByExactType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindTracksByExactType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindTracksByExactType::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindTracksByExactType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindTracksByExactType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindTracksByExactType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindTracksByExactType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindTracksByType \ +static_assert(alignof(MovieSceneSequenceExtensions_FindTracksByType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindTracksByType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindTracksByType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindTracksByType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindTracksByType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindTracksByType::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindTracksByType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindTracksByType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindTracksByType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindTracksByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_GetBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetBindingID) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_GetBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindingID::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, ReturnValue) == 0x000020, "Member 'MovieSceneSequenceExtensions_GetBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetBindings \ +static_assert(alignof(MovieSceneSequenceExtensions_GetBindings) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetBindings"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetBindings) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetBindings"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindings, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindings::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindings, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetClockSource \ +static_assert(alignof(MovieSceneSequenceExtensions_GetClockSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetClockSource"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetClockSource) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetClockSource"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetClockSource, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetClockSource::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetClockSource, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetClockSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetCustomClock \ +static_assert(alignof(MovieSceneSequenceExtensions_GetCustomClock) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetCustomClock"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetCustomClock) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetCustomClock"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetCustomClock, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetCustomClock::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetCustomClock, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetCustomClock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetDisplayRate \ +static_assert(alignof(MovieSceneSequenceExtensions_GetDisplayRate) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetDisplayRate"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetDisplayRate) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetDisplayRate"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetDisplayRate, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetDisplayRate::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetDisplayRate, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetDisplayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetEvaluationType \ +static_assert(alignof(MovieSceneSequenceExtensions_GetEvaluationType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetEvaluationType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetEvaluationType) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetEvaluationType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetEvaluationType, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetEvaluationType::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetEvaluationType, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetEvaluationType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMarkedFrames \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMarkedFrames"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMarkedFrames) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetMarkedFrames"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMarkedFrames::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFrames, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMarkedFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMarkedFramesFromSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMarkedFramesFromSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMarkedFramesFromSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMarkedFramesFromSequence) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetMarkedFramesFromSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFramesFromSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMarkedFramesFromSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFramesFromSequence, TimeUnit) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMarkedFramesFromSequence::TimeUnit' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFramesFromSequence, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_GetMarkedFramesFromSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMovieScene \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMovieScene) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMovieScene"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMovieScene) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetMovieScene"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMovieScene, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMovieScene::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMovieScene, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMovieScene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEnd, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackEnd::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackEndSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackEndSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackEndSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackEndSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackEndSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackRange \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackRange) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackRange"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackRange) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackRange"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackRange, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackRange::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackRange, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackStart \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStart, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackStart::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackStartSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackStartSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackStartSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackStartSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackStartSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPortableBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPortableBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPortableBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPortableBindingID) == 0x000040, "Wrong size on MovieSceneSequenceExtensions_GetPortableBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, RootSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::RootSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, DestinationSequence) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::DestinationSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, InBinding) == 0x000010, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPossessables \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPossessables) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPossessables"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPossessables) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetPossessables"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPossessables, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPossessables::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPossessables, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPossessables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetRootFoldersInSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_GetRootFoldersInSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetRootFoldersInSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetRootFoldersInSequence) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetRootFoldersInSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetRootFoldersInSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetRootFoldersInSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetRootFoldersInSequence, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetRootFoldersInSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetSpawnables \ +static_assert(alignof(MovieSceneSequenceExtensions_GetSpawnables) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetSpawnables"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetSpawnables) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetSpawnables"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetSpawnables, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetSpawnables::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetSpawnables, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetSpawnables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetTickResolution \ +static_assert(alignof(MovieSceneSequenceExtensions_GetTickResolution) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTickResolution"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetTickResolution) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetTickResolution"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTickResolution, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTickResolution::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTickResolution, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTickResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetTracks \ +static_assert(alignof(MovieSceneSequenceExtensions_GetTracks) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTracks"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetTracks) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetTracks"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTracks, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTracks::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTracks, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetViewRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_GetViewRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetViewRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetViewRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetViewRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetViewRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetViewRangeEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetViewRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_GetViewRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetViewRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetViewRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetViewRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetViewRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetViewRangeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetWorkRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_GetWorkRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetWorkRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetWorkRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetWorkRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetWorkRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetWorkRangeEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetWorkRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_GetWorkRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetWorkRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetWorkRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetWorkRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetWorkRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetWorkRangeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_IsPlaybackRangeLocked \ +static_assert(alignof(MovieSceneSequenceExtensions_IsPlaybackRangeLocked) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_IsPlaybackRangeLocked"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_IsPlaybackRangeLocked) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_IsPlaybackRangeLocked"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_IsPlaybackRangeLocked, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_IsPlaybackRangeLocked::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_IsPlaybackRangeLocked, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_IsPlaybackRangeLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_IsReadOnly \ +static_assert(alignof(MovieSceneSequenceExtensions_IsReadOnly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_IsReadOnly"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_IsReadOnly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_IsReadOnly"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_IsReadOnly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_IsReadOnly::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_IsReadOnly, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_IsReadOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_LocateBoundObjects \ +static_assert(alignof(MovieSceneSequenceExtensions_LocateBoundObjects) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_LocateBoundObjects"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_LocateBoundObjects) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_LocateBoundObjects"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, Context) == 0x000020, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::Context' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeRange \ +static_assert(alignof(MovieSceneSequenceExtensions_MakeRange) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeRange"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_MakeRange) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_MakeRange"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeRange::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, StartFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeRange::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, Duration) == 0x00000C, "Member 'MovieSceneSequenceExtensions_MakeRange::Duration' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_MakeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeRangeSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_MakeRangeSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeRangeSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_MakeRangeSeconds) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_MakeRangeSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, StartTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::StartTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, Duration) == 0x00000C, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::Duration' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_RemoveRootFolderFromSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_RemoveRootFolderFromSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_RemoveRootFolderFromSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_RemoveRootFolderFromSequence) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_RemoveRootFolderFromSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveRootFolderFromSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_RemoveRootFolderFromSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveRootFolderFromSequence, Folder) == 0x000008, "Member 'MovieSceneSequenceExtensions_RemoveRootFolderFromSequence::Folder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_RemoveTrack \ +static_assert(alignof(MovieSceneSequenceExtensions_RemoveTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_RemoveTrack"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_RemoveTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_RemoveTrack"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_RemoveTrack::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveTrack, Track) == 0x000008, "Member 'MovieSceneSequenceExtensions_RemoveTrack::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_RemoveTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_ResolveBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_ResolveBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_ResolveBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_ResolveBindingID) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_ResolveBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, RootSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::RootSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, InObjectBindingID) == 0x000008, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::InObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, ReturnValue) == 0x000020, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetClockSource \ +static_assert(alignof(MovieSceneSequenceExtensions_SetClockSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetClockSource"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetClockSource) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetClockSource"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetClockSource, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetClockSource::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetClockSource, InClockSource) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetClockSource::InClockSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetDisplayRate \ +static_assert(alignof(MovieSceneSequenceExtensions_SetDisplayRate) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetDisplayRate"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetDisplayRate) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetDisplayRate"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetDisplayRate, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetDisplayRate::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetDisplayRate, DisplayRate) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetDisplayRate::DisplayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetEvaluationType \ +static_assert(alignof(MovieSceneSequenceExtensions_SetEvaluationType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetEvaluationType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetEvaluationType) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetEvaluationType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetEvaluationType, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetEvaluationType::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetEvaluationType, InEvaluationType) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetEvaluationType::InEvaluationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_SetMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetMarkedFrame) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, InMarkIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::InMarkIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, InFrameNumber) == 0x00000C, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::InFrameNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetMarkedFrameInSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_SetMarkedFrameInSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetMarkedFrameInSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetMarkedFrameInSequence) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_SetMarkedFrameInSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrameInSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetMarkedFrameInSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrameInSequence, InMarkIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetMarkedFrameInSequence::InMarkIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrameInSequence, InFrameNumber) == 0x00000C, "Member 'MovieSceneSequenceExtensions_SetMarkedFrameInSequence::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrameInSequence, TimeUnit) == 0x000010, "Member 'MovieSceneSequenceExtensions_SetMarkedFrameInSequence::TimeUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetMarkedFramesLocked \ +static_assert(alignof(MovieSceneSequenceExtensions_SetMarkedFramesLocked) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetMarkedFramesLocked"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetMarkedFramesLocked) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetMarkedFramesLocked"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFramesLocked, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetMarkedFramesLocked::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFramesLocked, bInLocked) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetMarkedFramesLocked::bInLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEnd, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackEnd::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEnd, EndFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackEnd::EndFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackEndSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackEndSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackEndSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackEndSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds, EndTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackEndSeconds::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackRangeLocked \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackRangeLocked) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackRangeLocked"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackRangeLocked) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackRangeLocked"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackRangeLocked, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackRangeLocked::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackRangeLocked, bInLocked) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackRangeLocked::bInLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackStart \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStart, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackStart::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStart, StartFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackStart::StartFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackStartSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackStartSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackStartSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackStartSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds, StartTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackStartSeconds::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetReadOnly \ +static_assert(alignof(MovieSceneSequenceExtensions_SetReadOnly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetReadOnly"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetReadOnly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetReadOnly"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetReadOnly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetReadOnly::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetReadOnly, bInReadOnly) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetReadOnly::bInReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetTickResolution \ +static_assert(alignof(MovieSceneSequenceExtensions_SetTickResolution) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetTickResolution"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetTickResolution) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetTickResolution"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolution, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetTickResolution::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolution, TickResolution) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetTickResolution::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetTickResolutionDirectly \ +static_assert(alignof(MovieSceneSequenceExtensions_SetTickResolutionDirectly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetTickResolutionDirectly"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetTickResolutionDirectly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetTickResolutionDirectly"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolutionDirectly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetTickResolutionDirectly::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolutionDirectly, TickResolution) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetTickResolutionDirectly::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetViewRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_SetViewRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetViewRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetViewRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetViewRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetViewRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeEnd, EndTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetViewRangeEnd::EndTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetViewRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_SetViewRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetViewRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetViewRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetViewRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetViewRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeStart, StartTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetViewRangeStart::StartTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetWorkRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_SetWorkRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetWorkRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetWorkRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetWorkRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetWorkRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeEnd, EndTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetWorkRangeEnd::EndTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetWorkRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_SetWorkRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetWorkRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetWorkRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetWorkRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetWorkRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeStart, StartTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetWorkRangeStart::StartTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SortMarkedFrames \ +static_assert(alignof(MovieSceneSequenceExtensions_SortMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SortMarkedFrames"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SortMarkedFrames) == 0x000008, "Wrong size on MovieSceneSequenceExtensions_SortMarkedFrames"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SortMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SortMarkedFrames::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSequenceExtensions \ +static_assert(alignof(UMovieSceneSequenceExtensions) == 0x000008, "Wrong alignment on UMovieSceneSequenceExtensions"); \ +static_assert(sizeof(UMovieSceneSequenceExtensions) == 0x000028, "Wrong size on UMovieSceneSequenceExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneTimeWarpExtensions_BreakTimeWarp \ +static_assert(alignof(MovieSceneTimeWarpExtensions_BreakTimeWarp) == 0x000008, "Wrong alignment on MovieSceneTimeWarpExtensions_BreakTimeWarp"); \ +static_assert(sizeof(MovieSceneTimeWarpExtensions_BreakTimeWarp) == 0x000010, "Wrong size on MovieSceneTimeWarpExtensions_BreakTimeWarp"); \ +static_assert(offsetof(MovieSceneTimeWarpExtensions_BreakTimeWarp, TimeWarp) == 0x000000, "Member 'MovieSceneTimeWarpExtensions_BreakTimeWarp::TimeWarp' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTimeWarpExtensions_BreakTimeWarp, FixedPlayRate) == 0x000008, "Member 'MovieSceneTimeWarpExtensions_BreakTimeWarp::FixedPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTimeWarpExtensions_Conv_PlayRateToTimeWarpVariant \ +static_assert(alignof(MovieSceneTimeWarpExtensions_Conv_PlayRateToTimeWarpVariant) == 0x000008, "Wrong alignment on MovieSceneTimeWarpExtensions_Conv_PlayRateToTimeWarpVariant"); \ +static_assert(sizeof(MovieSceneTimeWarpExtensions_Conv_PlayRateToTimeWarpVariant) == 0x000010, "Wrong size on MovieSceneTimeWarpExtensions_Conv_PlayRateToTimeWarpVariant"); \ +static_assert(offsetof(MovieSceneTimeWarpExtensions_Conv_PlayRateToTimeWarpVariant, ConstantPlayRate) == 0x000000, "Member 'MovieSceneTimeWarpExtensions_Conv_PlayRateToTimeWarpVariant::ConstantPlayRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTimeWarpExtensions_Conv_PlayRateToTimeWarpVariant, ReturnValue) == 0x000008, "Member 'MovieSceneTimeWarpExtensions_Conv_PlayRateToTimeWarpVariant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTimeWarpExtensions_Conv_TimeWarpVariantToPlayRate \ +static_assert(alignof(MovieSceneTimeWarpExtensions_Conv_TimeWarpVariantToPlayRate) == 0x000008, "Wrong alignment on MovieSceneTimeWarpExtensions_Conv_TimeWarpVariantToPlayRate"); \ +static_assert(sizeof(MovieSceneTimeWarpExtensions_Conv_TimeWarpVariantToPlayRate) == 0x000010, "Wrong size on MovieSceneTimeWarpExtensions_Conv_TimeWarpVariantToPlayRate"); \ +static_assert(offsetof(MovieSceneTimeWarpExtensions_Conv_TimeWarpVariantToPlayRate, TimeWarp) == 0x000000, "Member 'MovieSceneTimeWarpExtensions_Conv_TimeWarpVariantToPlayRate::TimeWarp' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTimeWarpExtensions_Conv_TimeWarpVariantToPlayRate, ReturnValue) == 0x000008, "Member 'MovieSceneTimeWarpExtensions_Conv_TimeWarpVariantToPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTimeWarpExtensions_MakeTimeWarp \ +static_assert(alignof(MovieSceneTimeWarpExtensions_MakeTimeWarp) == 0x000008, "Wrong alignment on MovieSceneTimeWarpExtensions_MakeTimeWarp"); \ +static_assert(sizeof(MovieSceneTimeWarpExtensions_MakeTimeWarp) == 0x000010, "Wrong size on MovieSceneTimeWarpExtensions_MakeTimeWarp"); \ +static_assert(offsetof(MovieSceneTimeWarpExtensions_MakeTimeWarp, FixedPlayRate) == 0x000000, "Member 'MovieSceneTimeWarpExtensions_MakeTimeWarp::FixedPlayRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTimeWarpExtensions_MakeTimeWarp, ReturnValue) == 0x000008, "Member 'MovieSceneTimeWarpExtensions_MakeTimeWarp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTimeWarpExtensions_SetFixedPlayRate \ +static_assert(alignof(MovieSceneTimeWarpExtensions_SetFixedPlayRate) == 0x000008, "Wrong alignment on MovieSceneTimeWarpExtensions_SetFixedPlayRate"); \ +static_assert(sizeof(MovieSceneTimeWarpExtensions_SetFixedPlayRate) == 0x000010, "Wrong size on MovieSceneTimeWarpExtensions_SetFixedPlayRate"); \ +static_assert(offsetof(MovieSceneTimeWarpExtensions_SetFixedPlayRate, TimeWarp) == 0x000000, "Member 'MovieSceneTimeWarpExtensions_SetFixedPlayRate::TimeWarp' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTimeWarpExtensions_SetFixedPlayRate, FixedPlayRate) == 0x000008, "Member 'MovieSceneTimeWarpExtensions_SetFixedPlayRate::FixedPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTimeWarpExtensions_ToFixedPlayRate \ +static_assert(alignof(MovieSceneTimeWarpExtensions_ToFixedPlayRate) == 0x000008, "Wrong alignment on MovieSceneTimeWarpExtensions_ToFixedPlayRate"); \ +static_assert(sizeof(MovieSceneTimeWarpExtensions_ToFixedPlayRate) == 0x000010, "Wrong size on MovieSceneTimeWarpExtensions_ToFixedPlayRate"); \ +static_assert(offsetof(MovieSceneTimeWarpExtensions_ToFixedPlayRate, TimeWarp) == 0x000000, "Member 'MovieSceneTimeWarpExtensions_ToFixedPlayRate::TimeWarp' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTimeWarpExtensions_ToFixedPlayRate, ReturnValue) == 0x000008, "Member 'MovieSceneTimeWarpExtensions_ToFixedPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTimeWarpExtensions \ +static_assert(alignof(UMovieSceneTimeWarpExtensions) == 0x000008, "Wrong alignment on UMovieSceneTimeWarpExtensions"); \ +static_assert(sizeof(UMovieSceneTimeWarpExtensions) == 0x000028, "Wrong size on UMovieSceneTimeWarpExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_AddSection \ +static_assert(alignof(MovieSceneTrackExtensions_AddSection) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_AddSection"); \ +static_assert(sizeof(MovieSceneTrackExtensions_AddSection) == 0x000010, "Wrong size on MovieSceneTrackExtensions_AddSection"); \ +static_assert(offsetof(MovieSceneTrackExtensions_AddSection, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_AddSection::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_AddSection, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_AddSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetColorTint \ +static_assert(alignof(MovieSceneTrackExtensions_GetColorTint) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetColorTint"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetColorTint) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetColorTint"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetColorTint, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetColorTint::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetColorTint, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetColorTint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetDisplayName \ +static_assert(alignof(MovieSceneTrackExtensions_GetDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetDisplayName"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetDisplayName) == 0x000018, "Wrong size on MovieSceneTrackExtensions_GetDisplayName"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetDisplayName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetDisplayName, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSections \ +static_assert(alignof(MovieSceneTrackExtensions_GetSections) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSections"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetSections) == 0x000018, "Wrong size on MovieSceneTrackExtensions_GetSections"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSections, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSections::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSections, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSectionToKey \ +static_assert(alignof(MovieSceneTrackExtensions_GetSectionToKey) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSectionToKey"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetSectionToKey) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetSectionToKey"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSectionToKey, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSectionToKey::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSectionToKey, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSectionToKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSortingOrder \ +static_assert(alignof(MovieSceneTrackExtensions_GetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSortingOrder"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetSortingOrder) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetSortingOrder"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSortingOrder, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSortingOrder::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSortingOrder, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSortingOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetTrackRowDisplayName \ +static_assert(alignof(MovieSceneTrackExtensions_GetTrackRowDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetTrackRowDisplayName"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetTrackRowDisplayName) == 0x000020, "Wrong size on MovieSceneTrackExtensions_GetTrackRowDisplayName"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetTrackRowDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetTrackRowDisplayName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetTrackRowDisplayName, RowIndex) == 0x000008, "Member 'MovieSceneTrackExtensions_GetTrackRowDisplayName::RowIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetTrackRowDisplayName, ReturnValue) == 0x000010, "Member 'MovieSceneTrackExtensions_GetTrackRowDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_RemoveSection \ +static_assert(alignof(MovieSceneTrackExtensions_RemoveSection) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_RemoveSection"); \ +static_assert(sizeof(MovieSceneTrackExtensions_RemoveSection) == 0x000010, "Wrong size on MovieSceneTrackExtensions_RemoveSection"); \ +static_assert(offsetof(MovieSceneTrackExtensions_RemoveSection, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_RemoveSection::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_RemoveSection, Section) == 0x000008, "Member 'MovieSceneTrackExtensions_RemoveSection::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetColorTint \ +static_assert(alignof(MovieSceneTrackExtensions_SetColorTint) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetColorTint"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetColorTint) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetColorTint"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetColorTint, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetColorTint::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetColorTint, ColorTint) == 0x000008, "Member 'MovieSceneTrackExtensions_SetColorTint::ColorTint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetDisplayName \ +static_assert(alignof(MovieSceneTrackExtensions_SetDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetDisplayName"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetDisplayName) == 0x000018, "Wrong size on MovieSceneTrackExtensions_SetDisplayName"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetDisplayName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetDisplayName, InName) == 0x000008, "Member 'MovieSceneTrackExtensions_SetDisplayName::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetSectionToKey \ +static_assert(alignof(MovieSceneTrackExtensions_SetSectionToKey) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetSectionToKey"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetSectionToKey) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetSectionToKey"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSectionToKey, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetSectionToKey::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSectionToKey, Section) == 0x000008, "Member 'MovieSceneTrackExtensions_SetSectionToKey::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetSortingOrder \ +static_assert(alignof(MovieSceneTrackExtensions_SetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetSortingOrder"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetSortingOrder) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetSortingOrder"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSortingOrder, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetSortingOrder::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSortingOrder, SortingOrder) == 0x000008, "Member 'MovieSceneTrackExtensions_SetSortingOrder::SortingOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetTrackRowDisplayName \ +static_assert(alignof(MovieSceneTrackExtensions_SetTrackRowDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetTrackRowDisplayName"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetTrackRowDisplayName) == 0x000020, "Wrong size on MovieSceneTrackExtensions_SetTrackRowDisplayName"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetTrackRowDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetTrackRowDisplayName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetTrackRowDisplayName, InName) == 0x000008, "Member 'MovieSceneTrackExtensions_SetTrackRowDisplayName::InName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetTrackRowDisplayName, RowIndex) == 0x000018, "Member 'MovieSceneTrackExtensions_SetTrackRowDisplayName::RowIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrackExtensions \ +static_assert(alignof(UMovieSceneTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneTrackExtensions"); \ +static_assert(sizeof(UMovieSceneTrackExtensions) == 0x000028, "Wrong size on UMovieSceneTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed \ +static_assert(alignof(MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed"); \ +static_assert(sizeof(MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed"); \ +static_assert(offsetof(MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed, ReturnValue) == 0x000008, "Member 'MovieSceneFloatVectorTrackExtensions_GetNumChannelsUsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed \ +static_assert(alignof(MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed"); \ +static_assert(sizeof(MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed"); \ +static_assert(offsetof(MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed, InNumChannelsUsed) == 0x000008, "Member 'MovieSceneFloatVectorTrackExtensions_SetNumChannelsUsed::InNumChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatVectorTrackExtensions \ +static_assert(alignof(UMovieSceneFloatVectorTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneFloatVectorTrackExtensions"); \ +static_assert(sizeof(UMovieSceneFloatVectorTrackExtensions) == 0x000028, "Wrong size on UMovieSceneFloatVectorTrackExtensions"); \ + +#define DUMPER7_ASSERTS_MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed \ +static_assert(alignof(MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed"); \ +static_assert(sizeof(MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed"); \ +static_assert(offsetof(MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed, ReturnValue) == 0x000008, "Member 'MovieSceneDoubleVectorTrackExtensions_GetNumChannelsUsed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed \ +static_assert(alignof(MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed"); \ +static_assert(sizeof(MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed"); \ +static_assert(offsetof(MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed, InNumChannelsUsed) == 0x000008, "Member 'MovieSceneDoubleVectorTrackExtensions_SetNumChannelsUsed::InNumChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleVectorTrackExtensions \ +static_assert(alignof(UMovieSceneDoubleVectorTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneDoubleVectorTrackExtensions"); \ +static_assert(sizeof(UMovieSceneDoubleVectorTrackExtensions) == 0x000028, "Wrong size on UMovieSceneDoubleVectorTrackExtensions"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetEndFrame \ +static_assert(alignof(SequencerScriptingRangeExtensions_GetEndFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetEndFrame"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_GetEndFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetEndFrame"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetEndFrame::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndFrame, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetEndSeconds \ +static_assert(alignof(SequencerScriptingRangeExtensions_GetEndSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetEndSeconds"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_GetEndSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetEndSeconds"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetEndSeconds::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndSeconds, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetEndSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetStartFrame \ +static_assert(alignof(SequencerScriptingRangeExtensions_GetStartFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetStartFrame"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_GetStartFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetStartFrame"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetStartFrame::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartFrame, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetStartSeconds \ +static_assert(alignof(SequencerScriptingRangeExtensions_GetStartSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetStartSeconds"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_GetStartSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetStartSeconds"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetStartSeconds::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartSeconds, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetStartSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_HasEnd \ +static_assert(alignof(SequencerScriptingRangeExtensions_HasEnd) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_HasEnd"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_HasEnd) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_HasEnd"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_HasEnd, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_HasEnd::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_HasEnd, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_HasEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_HasStart \ +static_assert(alignof(SequencerScriptingRangeExtensions_HasStart) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_HasStart"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_HasStart) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_HasStart"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_HasStart, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_HasStart::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_HasStart, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_HasStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_RemoveEnd \ +static_assert(alignof(SequencerScriptingRangeExtensions_RemoveEnd) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_RemoveEnd"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_RemoveEnd) == 0x000014, "Wrong size on SequencerScriptingRangeExtensions_RemoveEnd"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_RemoveEnd, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_RemoveEnd::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_RemoveStart \ +static_assert(alignof(SequencerScriptingRangeExtensions_RemoveStart) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_RemoveStart"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_RemoveStart) == 0x000014, "Wrong size on SequencerScriptingRangeExtensions_RemoveStart"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_RemoveStart, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_RemoveStart::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetEndFrame \ +static_assert(alignof(SequencerScriptingRangeExtensions_SetEndFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetEndFrame"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_SetEndFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetEndFrame"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetEndFrame::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndFrame, End) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetEndFrame::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetEndSeconds \ +static_assert(alignof(SequencerScriptingRangeExtensions_SetEndSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetEndSeconds"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_SetEndSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetEndSeconds"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetEndSeconds::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndSeconds, End) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetEndSeconds::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetStartFrame \ +static_assert(alignof(SequencerScriptingRangeExtensions_SetStartFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetStartFrame"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_SetStartFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetStartFrame"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetStartFrame::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartFrame, Start) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetStartFrame::Start' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetStartSeconds \ +static_assert(alignof(SequencerScriptingRangeExtensions_SetStartSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetStartSeconds"); \ +static_assert(sizeof(SequencerScriptingRangeExtensions_SetStartSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetStartSeconds"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetStartSeconds::Range' has a wrong offset!"); \ +static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartSeconds, Start) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetStartSeconds::Start' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequencerScriptingRangeExtensions \ +static_assert(alignof(USequencerScriptingRangeExtensions) == 0x000008, "Wrong alignment on USequencerScriptingRangeExtensions"); \ +static_assert(sizeof(USequencerScriptingRangeExtensions) == 0x000028, "Wrong size on USequencerScriptingRangeExtensions"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourceHandle \ +static_assert(alignof(FLiveLinkSourceHandle) == 0x000008, "Wrong alignment on FLiveLinkSourceHandle"); \ +static_assert(sizeof(FLiveLinkSourceHandle) == 0x000018, "Wrong size on FLiveLinkSourceHandle"); \ + +#define DUMPER7_ASSERTS_FLiveLinkBaseStaticData \ +static_assert(alignof(FLiveLinkBaseStaticData) == 0x000008, "Wrong alignment on FLiveLinkBaseStaticData"); \ +static_assert(sizeof(FLiveLinkBaseStaticData) == 0x000010, "Wrong size on FLiveLinkBaseStaticData"); \ +static_assert(offsetof(FLiveLinkBaseStaticData, PropertyNames) == 0x000000, "Member 'FLiveLinkBaseStaticData::PropertyNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSkeletonStaticData \ +static_assert(alignof(FLiveLinkSkeletonStaticData) == 0x000008, "Wrong alignment on FLiveLinkSkeletonStaticData"); \ +static_assert(sizeof(FLiveLinkSkeletonStaticData) == 0x000030, "Wrong size on FLiveLinkSkeletonStaticData"); \ +static_assert(offsetof(FLiveLinkSkeletonStaticData, BoneNames) == 0x000010, "Member 'FLiveLinkSkeletonStaticData::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSkeletonStaticData, BoneParents) == 0x000020, "Member 'FLiveLinkSkeletonStaticData::BoneParents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkWorldTime \ +static_assert(alignof(FLiveLinkWorldTime) == 0x000008, "Wrong alignment on FLiveLinkWorldTime"); \ +static_assert(sizeof(FLiveLinkWorldTime) == 0x000010, "Wrong size on FLiveLinkWorldTime"); \ +static_assert(offsetof(FLiveLinkWorldTime, Time) == 0x000000, "Member 'FLiveLinkWorldTime::Time' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkWorldTime, Offset) == 0x000008, "Member 'FLiveLinkWorldTime::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkMetaData \ +static_assert(alignof(FLiveLinkMetaData) == 0x000008, "Wrong alignment on FLiveLinkMetaData"); \ +static_assert(sizeof(FLiveLinkMetaData) == 0x000060, "Wrong size on FLiveLinkMetaData"); \ +static_assert(offsetof(FLiveLinkMetaData, StringMetaData) == 0x000000, "Member 'FLiveLinkMetaData::StringMetaData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkMetaData, SceneTime) == 0x000050, "Member 'FLiveLinkMetaData::SceneTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkBaseFrameData \ +static_assert(alignof(FLiveLinkBaseFrameData) == 0x000008, "Wrong alignment on FLiveLinkBaseFrameData"); \ +static_assert(sizeof(FLiveLinkBaseFrameData) == 0x0000A0, "Wrong size on FLiveLinkBaseFrameData"); \ +static_assert(offsetof(FLiveLinkBaseFrameData, WorldTime) == 0x000000, "Member 'FLiveLinkBaseFrameData::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkBaseFrameData, MetaData) == 0x000010, "Member 'FLiveLinkBaseFrameData::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkBaseFrameData, PropertyValues) == 0x000070, "Member 'FLiveLinkBaseFrameData::PropertyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkAnimationFrameData \ +static_assert(alignof(FLiveLinkAnimationFrameData) == 0x000008, "Wrong alignment on FLiveLinkAnimationFrameData"); \ +static_assert(sizeof(FLiveLinkAnimationFrameData) == 0x0000B0, "Wrong size on FLiveLinkAnimationFrameData"); \ +static_assert(offsetof(FLiveLinkAnimationFrameData, Transforms) == 0x0000A0, "Member 'FLiveLinkAnimationFrameData::Transforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkFloatAnimationFrameData \ +static_assert(alignof(FLiveLinkFloatAnimationFrameData) == 0x000008, "Wrong alignment on FLiveLinkFloatAnimationFrameData"); \ +static_assert(sizeof(FLiveLinkFloatAnimationFrameData) == 0x0000B0, "Wrong size on FLiveLinkFloatAnimationFrameData"); \ +static_assert(offsetof(FLiveLinkFloatAnimationFrameData, Transforms) == 0x0000A0, "Member 'FLiveLinkFloatAnimationFrameData::Transforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkBaseBlueprintData \ +static_assert(alignof(FLiveLinkBaseBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkBaseBlueprintData"); \ +static_assert(sizeof(FLiveLinkBaseBlueprintData) == 0x000008, "Wrong size on FLiveLinkBaseBlueprintData"); \ + +#define DUMPER7_ASSERTS_FLiveLinkBasicBlueprintData \ +static_assert(alignof(FLiveLinkBasicBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkBasicBlueprintData"); \ +static_assert(sizeof(FLiveLinkBasicBlueprintData) == 0x0000B8, "Wrong size on FLiveLinkBasicBlueprintData"); \ +static_assert(offsetof(FLiveLinkBasicBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkBasicBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkBasicBlueprintData, FrameData) == 0x000018, "Member 'FLiveLinkBasicBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformStaticData \ +static_assert(alignof(FLiveLinkTransformStaticData) == 0x000008, "Wrong alignment on FLiveLinkTransformStaticData"); \ +static_assert(sizeof(FLiveLinkTransformStaticData) == 0x000018, "Wrong size on FLiveLinkTransformStaticData"); \ +static_assert(offsetof(FLiveLinkTransformStaticData, bIsLocationSupported) == 0x000010, "Member 'FLiveLinkTransformStaticData::bIsLocationSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformStaticData, bIsRotationSupported) == 0x000011, "Member 'FLiveLinkTransformStaticData::bIsRotationSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformStaticData, bIsScaleSupported) == 0x000012, "Member 'FLiveLinkTransformStaticData::bIsScaleSupported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCameraStaticData \ +static_assert(alignof(FLiveLinkCameraStaticData) == 0x000008, "Wrong alignment on FLiveLinkCameraStaticData"); \ +static_assert(sizeof(FLiveLinkCameraStaticData) == 0x000028, "Wrong size on FLiveLinkCameraStaticData"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsFieldOfViewSupported) == 0x000018, "Member 'FLiveLinkCameraStaticData::bIsFieldOfViewSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsAspectRatioSupported) == 0x000019, "Member 'FLiveLinkCameraStaticData::bIsAspectRatioSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsFocalLengthSupported) == 0x00001A, "Member 'FLiveLinkCameraStaticData::bIsFocalLengthSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsProjectionModeSupported) == 0x00001B, "Member 'FLiveLinkCameraStaticData::bIsProjectionModeSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, FilmBackWidth) == 0x00001C, "Member 'FLiveLinkCameraStaticData::FilmBackWidth' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, FilmBackHeight) == 0x000020, "Member 'FLiveLinkCameraStaticData::FilmBackHeight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsApertureSupported) == 0x000024, "Member 'FLiveLinkCameraStaticData::bIsApertureSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsFocusDistanceSupported) == 0x000025, "Member 'FLiveLinkCameraStaticData::bIsFocusDistanceSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsDepthOfFieldSupported) == 0x000026, "Member 'FLiveLinkCameraStaticData::bIsDepthOfFieldSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraStaticData, bIsDynamicFilmbackSupported) == 0x000027, "Member 'FLiveLinkCameraStaticData::bIsDynamicFilmbackSupported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformFrameData \ +static_assert(alignof(FLiveLinkTransformFrameData) == 0x000010, "Wrong alignment on FLiveLinkTransformFrameData"); \ +static_assert(sizeof(FLiveLinkTransformFrameData) == 0x000100, "Wrong size on FLiveLinkTransformFrameData"); \ +static_assert(offsetof(FLiveLinkTransformFrameData, Transform) == 0x0000A0, "Member 'FLiveLinkTransformFrameData::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCameraFrameData \ +static_assert(alignof(FLiveLinkCameraFrameData) == 0x000010, "Wrong alignment on FLiveLinkCameraFrameData"); \ +static_assert(sizeof(FLiveLinkCameraFrameData) == 0x000120, "Wrong size on FLiveLinkCameraFrameData"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FieldOfView) == 0x000100, "Member 'FLiveLinkCameraFrameData::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, AspectRatio) == 0x000104, "Member 'FLiveLinkCameraFrameData::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FocalLength) == 0x000108, "Member 'FLiveLinkCameraFrameData::FocalLength' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, Aperture) == 0x00010C, "Member 'FLiveLinkCameraFrameData::Aperture' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FocusDistance) == 0x000110, "Member 'FLiveLinkCameraFrameData::FocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, ProjectionMode) == 0x000114, "Member 'FLiveLinkCameraFrameData::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FilmBackWidth) == 0x000118, "Member 'FLiveLinkCameraFrameData::FilmBackWidth' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraFrameData, FilmBackHeight) == 0x00011C, "Member 'FLiveLinkCameraFrameData::FilmBackHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCameraBlueprintData \ +static_assert(alignof(FLiveLinkCameraBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkCameraBlueprintData"); \ +static_assert(sizeof(FLiveLinkCameraBlueprintData) == 0x000150, "Wrong size on FLiveLinkCameraBlueprintData"); \ +static_assert(offsetof(FLiveLinkCameraBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkCameraBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCameraBlueprintData, FrameData) == 0x000030, "Member 'FLiveLinkCameraBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLightStaticData \ +static_assert(alignof(FLiveLinkLightStaticData) == 0x000008, "Wrong alignment on FLiveLinkLightStaticData"); \ +static_assert(sizeof(FLiveLinkLightStaticData) == 0x000028, "Wrong size on FLiveLinkLightStaticData"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsTemperatureSupported) == 0x000018, "Member 'FLiveLinkLightStaticData::bIsTemperatureSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsIntensitySupported) == 0x000019, "Member 'FLiveLinkLightStaticData::bIsIntensitySupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsLightColorSupported) == 0x00001A, "Member 'FLiveLinkLightStaticData::bIsLightColorSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsInnerConeAngleSupported) == 0x00001B, "Member 'FLiveLinkLightStaticData::bIsInnerConeAngleSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsOuterConeAngleSupported) == 0x00001C, "Member 'FLiveLinkLightStaticData::bIsOuterConeAngleSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsAttenuationRadiusSupported) == 0x00001D, "Member 'FLiveLinkLightStaticData::bIsAttenuationRadiusSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsSourceLenghtSupported) == 0x00001E, "Member 'FLiveLinkLightStaticData::bIsSourceLenghtSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsSourceRadiusSupported) == 0x00001F, "Member 'FLiveLinkLightStaticData::bIsSourceRadiusSupported' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightStaticData, bIsSoftSourceRadiusSupported) == 0x000020, "Member 'FLiveLinkLightStaticData::bIsSoftSourceRadiusSupported' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLightFrameData \ +static_assert(alignof(FLiveLinkLightFrameData) == 0x000010, "Wrong alignment on FLiveLinkLightFrameData"); \ +static_assert(sizeof(FLiveLinkLightFrameData) == 0x000130, "Wrong size on FLiveLinkLightFrameData"); \ +static_assert(offsetof(FLiveLinkLightFrameData, Temperature) == 0x000100, "Member 'FLiveLinkLightFrameData::Temperature' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, Intensity) == 0x000104, "Member 'FLiveLinkLightFrameData::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, LightColor) == 0x000108, "Member 'FLiveLinkLightFrameData::LightColor' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, InnerConeAngle) == 0x00010C, "Member 'FLiveLinkLightFrameData::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, OuterConeAngle) == 0x000110, "Member 'FLiveLinkLightFrameData::OuterConeAngle' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, AttenuationRadius) == 0x000114, "Member 'FLiveLinkLightFrameData::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, SourceRadius) == 0x000118, "Member 'FLiveLinkLightFrameData::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, SoftSourceRadius) == 0x00011C, "Member 'FLiveLinkLightFrameData::SoftSourceRadius' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightFrameData, SourceLength) == 0x000120, "Member 'FLiveLinkLightFrameData::SourceLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLightBlueprintData \ +static_assert(alignof(FLiveLinkLightBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkLightBlueprintData"); \ +static_assert(sizeof(FLiveLinkLightBlueprintData) == 0x000160, "Wrong size on FLiveLinkLightBlueprintData"); \ +static_assert(offsetof(FLiveLinkLightBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkLightBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLightBlueprintData, FrameData) == 0x000030, "Member 'FLiveLinkLightBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourcePreset \ +static_assert(alignof(FLiveLinkSourcePreset) == 0x000008, "Wrong alignment on FLiveLinkSourcePreset"); \ +static_assert(sizeof(FLiveLinkSourcePreset) == 0x000028, "Wrong size on FLiveLinkSourcePreset"); \ +static_assert(offsetof(FLiveLinkSourcePreset, Guid) == 0x000000, "Member 'FLiveLinkSourcePreset::Guid' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourcePreset, Settings) == 0x000010, "Member 'FLiveLinkSourcePreset::Settings' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourcePreset, SourceType) == 0x000018, "Member 'FLiveLinkSourcePreset::SourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectName \ +static_assert(alignof(FLiveLinkSubjectName) == 0x000004, "Wrong alignment on FLiveLinkSubjectName"); \ +static_assert(sizeof(FLiveLinkSubjectName) == 0x000008, "Wrong size on FLiveLinkSubjectName"); \ +static_assert(offsetof(FLiveLinkSubjectName, Name) == 0x000000, "Member 'FLiveLinkSubjectName::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectKey \ +static_assert(alignof(FLiveLinkSubjectKey) == 0x000004, "Wrong alignment on FLiveLinkSubjectKey"); \ +static_assert(sizeof(FLiveLinkSubjectKey) == 0x000018, "Wrong size on FLiveLinkSubjectKey"); \ +static_assert(offsetof(FLiveLinkSubjectKey, Source) == 0x000000, "Member 'FLiveLinkSubjectKey::Source' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectKey, SubjectName) == 0x000010, "Member 'FLiveLinkSubjectKey::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectPreset \ +static_assert(alignof(FLiveLinkSubjectPreset) == 0x000008, "Wrong alignment on FLiveLinkSubjectPreset"); \ +static_assert(sizeof(FLiveLinkSubjectPreset) == 0x000038, "Wrong size on FLiveLinkSubjectPreset"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, Key) == 0x000000, "Member 'FLiveLinkSubjectPreset::Key' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, Role) == 0x000018, "Member 'FLiveLinkSubjectPreset::Role' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, Settings) == 0x000020, "Member 'FLiveLinkSubjectPreset::Settings' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, VirtualSubject) == 0x000028, "Member 'FLiveLinkSubjectPreset::VirtualSubject' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectPreset, bEnabled) == 0x000030, "Member 'FLiveLinkSubjectPreset::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkRefSkeleton \ +static_assert(alignof(FLiveLinkRefSkeleton) == 0x000008, "Wrong alignment on FLiveLinkRefSkeleton"); \ +static_assert(sizeof(FLiveLinkRefSkeleton) == 0x000020, "Wrong size on FLiveLinkRefSkeleton"); \ +static_assert(offsetof(FLiveLinkRefSkeleton, BoneNames) == 0x000000, "Member 'FLiveLinkRefSkeleton::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkRefSkeleton, BoneParents) == 0x000010, "Member 'FLiveLinkRefSkeleton::BoneParents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectRepresentation \ +static_assert(alignof(FLiveLinkSubjectRepresentation) == 0x000008, "Wrong alignment on FLiveLinkSubjectRepresentation"); \ +static_assert(sizeof(FLiveLinkSubjectRepresentation) == 0x000010, "Wrong size on FLiveLinkSubjectRepresentation"); \ +static_assert(offsetof(FLiveLinkSubjectRepresentation, Subject) == 0x000000, "Member 'FLiveLinkSubjectRepresentation::Subject' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectRepresentation, Role) == 0x000008, "Member 'FLiveLinkSubjectRepresentation::Role' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformBlueprintData \ +static_assert(alignof(FLiveLinkTransformBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkTransformBlueprintData"); \ +static_assert(sizeof(FLiveLinkTransformBlueprintData) == 0x000120, "Wrong size on FLiveLinkTransformBlueprintData"); \ +static_assert(offsetof(FLiveLinkTransformBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkTransformBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformBlueprintData, FrameData) == 0x000020, "Member 'FLiveLinkTransformBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCurveConversionSettings \ +static_assert(alignof(FLiveLinkCurveConversionSettings) == 0x000008, "Wrong alignment on FLiveLinkCurveConversionSettings"); \ +static_assert(sizeof(FLiveLinkCurveConversionSettings) == 0x000050, "Wrong size on FLiveLinkCurveConversionSettings"); \ +static_assert(offsetof(FLiveLinkCurveConversionSettings, CurveConversionAssetMap) == 0x000000, "Member 'FLiveLinkCurveConversionSettings::CurveConversionAssetMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourceBufferManagementSettings \ +static_assert(alignof(FLiveLinkSourceBufferManagementSettings) == 0x000008, "Wrong alignment on FLiveLinkSourceBufferManagementSettings"); \ +static_assert(sizeof(FLiveLinkSourceBufferManagementSettings) == 0x000060, "Wrong size on FLiveLinkSourceBufferManagementSettings"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bValidEngineTimeEnabled) == 0x000000, "Member 'FLiveLinkSourceBufferManagementSettings::bValidEngineTimeEnabled' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, ValidEngineTime) == 0x000004, "Member 'FLiveLinkSourceBufferManagementSettings::ValidEngineTime' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, EngineTimeOffset) == 0x000008, "Member 'FLiveLinkSourceBufferManagementSettings::EngineTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, EngineTimeClockOffset) == 0x000010, "Member 'FLiveLinkSourceBufferManagementSettings::EngineTimeClockOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, SmoothEngineTimeOffset) == 0x000018, "Member 'FLiveLinkSourceBufferManagementSettings::SmoothEngineTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bGenerateSubFrame) == 0x000020, "Member 'FLiveLinkSourceBufferManagementSettings::bGenerateSubFrame' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, DetectedFrameRate) == 0x000024, "Member 'FLiveLinkSourceBufferManagementSettings::DetectedFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bUseTimecodeSmoothLatest) == 0x00002C, "Member 'FLiveLinkSourceBufferManagementSettings::bUseTimecodeSmoothLatest' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, SourceTimecodeFrameRate) == 0x000030, "Member 'FLiveLinkSourceBufferManagementSettings::SourceTimecodeFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bValidTimecodeFrameEnabled) == 0x000038, "Member 'FLiveLinkSourceBufferManagementSettings::bValidTimecodeFrameEnabled' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, ValidTimecodeFrame) == 0x00003C, "Member 'FLiveLinkSourceBufferManagementSettings::ValidTimecodeFrame' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, TimecodeFrameOffset) == 0x000040, "Member 'FLiveLinkSourceBufferManagementSettings::TimecodeFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, TimecodeClockOffset) == 0x000048, "Member 'FLiveLinkSourceBufferManagementSettings::TimecodeClockOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, LatestOffset) == 0x000050, "Member 'FLiveLinkSourceBufferManagementSettings::LatestOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, MaxNumberOfFrameToBuffered) == 0x000054, "Member 'FLiveLinkSourceBufferManagementSettings::MaxNumberOfFrameToBuffered' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bKeepAtLeastOneFrame) == 0x000058, "Member 'FLiveLinkSourceBufferManagementSettings::bKeepAtLeastOneFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSourceDebugInfo \ +static_assert(alignof(FLiveLinkSourceDebugInfo) == 0x000004, "Wrong alignment on FLiveLinkSourceDebugInfo"); \ +static_assert(sizeof(FLiveLinkSourceDebugInfo) == 0x000010, "Wrong size on FLiveLinkSourceDebugInfo"); \ +static_assert(offsetof(FLiveLinkSourceDebugInfo, SubjectName) == 0x000000, "Member 'FLiveLinkSourceDebugInfo::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceDebugInfo, SnapshotIndex) == 0x000008, "Member 'FLiveLinkSourceDebugInfo::SnapshotIndex' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSourceDebugInfo, NumberOfBufferAtSnapshot) == 0x00000C, "Member 'FLiveLinkSourceDebugInfo::NumberOfBufferAtSnapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTimeSynchronizationSettings \ +static_assert(alignof(FLiveLinkTimeSynchronizationSettings) == 0x000004, "Wrong alignment on FLiveLinkTimeSynchronizationSettings"); \ +static_assert(sizeof(FLiveLinkTimeSynchronizationSettings) == 0x00000C, "Wrong size on FLiveLinkTimeSynchronizationSettings"); \ +static_assert(offsetof(FLiveLinkTimeSynchronizationSettings, FrameRate) == 0x000000, "Member 'FLiveLinkTimeSynchronizationSettings::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTimeSynchronizationSettings, FrameOffset) == 0x000008, "Member 'FLiveLinkTimeSynchronizationSettings::FrameOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkInterpolationSettings \ +static_assert(alignof(FLiveLinkInterpolationSettings) == 0x000004, "Wrong alignment on FLiveLinkInterpolationSettings"); \ +static_assert(sizeof(FLiveLinkInterpolationSettings) == 0x000008, "Wrong size on FLiveLinkInterpolationSettings"); \ +static_assert(offsetof(FLiveLinkInterpolationSettings, bUseInterpolation) == 0x000000, "Member 'FLiveLinkInterpolationSettings::bUseInterpolation' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkInterpolationSettings, InterpolationOffset) == 0x000004, "Member 'FLiveLinkInterpolationSettings::InterpolationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTime \ +static_assert(alignof(FLiveLinkTime) == 0x000008, "Wrong alignment on FLiveLinkTime"); \ +static_assert(sizeof(FLiveLinkTime) == 0x000018, "Wrong size on FLiveLinkTime"); \ +static_assert(offsetof(FLiveLinkTime, WorldTime) == 0x000000, "Member 'FLiveLinkTime::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTime, SceneTime) == 0x000008, "Member 'FLiveLinkTime::SceneTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkFrameRate \ +static_assert(alignof(FLiveLinkFrameRate) == 0x000004, "Wrong alignment on FLiveLinkFrameRate"); \ +static_assert(sizeof(FLiveLinkFrameRate) == 0x000008, "Wrong size on FLiveLinkFrameRate"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTimeCode_Base_DEPRECATED \ +static_assert(alignof(FLiveLinkTimeCode_Base_DEPRECATED) == 0x000004, "Wrong alignment on FLiveLinkTimeCode_Base_DEPRECATED"); \ +static_assert(sizeof(FLiveLinkTimeCode_Base_DEPRECATED) == 0x000010, "Wrong size on FLiveLinkTimeCode_Base_DEPRECATED"); \ +static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, Seconds) == 0x000000, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, Frames) == 0x000004, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::Frames' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, FrameRate) == 0x000008, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::FrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTimeCode \ +static_assert(alignof(FLiveLinkTimeCode) == 0x000004, "Wrong alignment on FLiveLinkTimeCode"); \ +static_assert(sizeof(FLiveLinkTimeCode) == 0x000010, "Wrong size on FLiveLinkTimeCode"); \ + +#define DUMPER7_ASSERTS_FLiveLinkCurveElement \ +static_assert(alignof(FLiveLinkCurveElement) == 0x000004, "Wrong alignment on FLiveLinkCurveElement"); \ +static_assert(sizeof(FLiveLinkCurveElement) == 0x00000C, "Wrong size on FLiveLinkCurveElement"); \ +static_assert(offsetof(FLiveLinkCurveElement, CurveName) == 0x000000, "Member 'FLiveLinkCurveElement::CurveName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkCurveElement, CurveValue) == 0x000008, "Member 'FLiveLinkCurveElement::CurveValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkGamepadInputDeviceStaticData \ +static_assert(alignof(FLiveLinkGamepadInputDeviceStaticData) == 0x000008, "Wrong alignment on FLiveLinkGamepadInputDeviceStaticData"); \ +static_assert(sizeof(FLiveLinkGamepadInputDeviceStaticData) == 0x000010, "Wrong size on FLiveLinkGamepadInputDeviceStaticData"); \ + +#define DUMPER7_ASSERTS_FLiveLinkGamepadInputDeviceFrameData \ +static_assert(alignof(FLiveLinkGamepadInputDeviceFrameData) == 0x000008, "Wrong alignment on FLiveLinkGamepadInputDeviceFrameData"); \ +static_assert(sizeof(FLiveLinkGamepadInputDeviceFrameData) == 0x000120, "Wrong size on FLiveLinkGamepadInputDeviceFrameData"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftAnalogX) == 0x0000A0, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftAnalogX' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftAnalogY) == 0x0000A4, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftAnalogY' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightAnalogX) == 0x0000A8, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightAnalogX' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightAnalogY) == 0x0000AC, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightAnalogY' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftTriggerAnalog) == 0x0000B0, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftTriggerAnalog' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightTriggerAnalog) == 0x0000B4, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightTriggerAnalog' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftThumb) == 0x0000B8, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftThumb' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightThumb) == 0x0000BC, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightThumb' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, SpecialLeft) == 0x0000C0, "Member 'FLiveLinkGamepadInputDeviceFrameData::SpecialLeft' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, SpecialLeft_X) == 0x0000C4, "Member 'FLiveLinkGamepadInputDeviceFrameData::SpecialLeft_X' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, SpecialLeft_Y) == 0x0000C8, "Member 'FLiveLinkGamepadInputDeviceFrameData::SpecialLeft_Y' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, SpecialRight) == 0x0000CC, "Member 'FLiveLinkGamepadInputDeviceFrameData::SpecialRight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, FaceButtonBottom) == 0x0000D0, "Member 'FLiveLinkGamepadInputDeviceFrameData::FaceButtonBottom' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, FaceButtonRight) == 0x0000D4, "Member 'FLiveLinkGamepadInputDeviceFrameData::FaceButtonRight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, FaceButtonLeft) == 0x0000D8, "Member 'FLiveLinkGamepadInputDeviceFrameData::FaceButtonLeft' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, FaceButtonTop) == 0x0000DC, "Member 'FLiveLinkGamepadInputDeviceFrameData::FaceButtonTop' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftShoulder) == 0x0000E0, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftShoulder' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightShoulder) == 0x0000E4, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightShoulder' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftTriggerThreshold) == 0x0000E8, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftTriggerThreshold' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightTriggerThreshold) == 0x0000EC, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightTriggerThreshold' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, DPadUp) == 0x0000F0, "Member 'FLiveLinkGamepadInputDeviceFrameData::DPadUp' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, DPadDown) == 0x0000F4, "Member 'FLiveLinkGamepadInputDeviceFrameData::DPadDown' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, DPadRight) == 0x0000F8, "Member 'FLiveLinkGamepadInputDeviceFrameData::DPadRight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, DPadLeft) == 0x0000FC, "Member 'FLiveLinkGamepadInputDeviceFrameData::DPadLeft' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftStickUp) == 0x000100, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftStickUp' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftStickDown) == 0x000104, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftStickDown' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftStickRight) == 0x000108, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftStickRight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, LeftStickLeft) == 0x00010C, "Member 'FLiveLinkGamepadInputDeviceFrameData::LeftStickLeft' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightStickUp) == 0x000110, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightStickUp' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightStickDown) == 0x000114, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightStickDown' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightStickRight) == 0x000118, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightStickRight' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceFrameData, RightStickLeft) == 0x00011C, "Member 'FLiveLinkGamepadInputDeviceFrameData::RightStickLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkGamepadInputDeviceBlueprintData \ +static_assert(alignof(FLiveLinkGamepadInputDeviceBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkGamepadInputDeviceBlueprintData"); \ +static_assert(sizeof(FLiveLinkGamepadInputDeviceBlueprintData) == 0x000138, "Wrong size on FLiveLinkGamepadInputDeviceBlueprintData"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkGamepadInputDeviceBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkGamepadInputDeviceBlueprintData, FrameData) == 0x000018, "Member 'FLiveLinkGamepadInputDeviceBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkFrameData \ +static_assert(alignof(FLiveLinkFrameData) == 0x000008, "Wrong alignment on FLiveLinkFrameData"); \ +static_assert(sizeof(FLiveLinkFrameData) == 0x000090, "Wrong size on FLiveLinkFrameData"); \ +static_assert(offsetof(FLiveLinkFrameData, Transforms) == 0x000000, "Member 'FLiveLinkFrameData::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkFrameData, CurveElements) == 0x000010, "Member 'FLiveLinkFrameData::CurveElements' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkFrameData, WorldTime) == 0x000020, "Member 'FLiveLinkFrameData::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkFrameData, MetaData) == 0x000030, "Member 'FLiveLinkFrameData::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubjectMetadata \ +static_assert(alignof(FSubjectMetadata) == 0x000008, "Wrong alignment on FSubjectMetadata"); \ +static_assert(sizeof(FSubjectMetadata) == 0x000070, "Wrong size on FSubjectMetadata"); \ +static_assert(offsetof(FSubjectMetadata, StringMetaData) == 0x000000, "Member 'FSubjectMetadata::StringMetaData' has a wrong offset!"); \ +static_assert(offsetof(FSubjectMetadata, SceneTimecode) == 0x000050, "Member 'FSubjectMetadata::SceneTimecode' has a wrong offset!"); \ +static_assert(offsetof(FSubjectMetadata, SceneFramerate) == 0x000068, "Member 'FSubjectMetadata::SceneFramerate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedSubjectFrame \ +static_assert(alignof(FCachedSubjectFrame) == 0x000008, "Wrong alignment on FCachedSubjectFrame"); \ +static_assert(sizeof(FCachedSubjectFrame) == 0x000160, "Wrong size on FCachedSubjectFrame"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransform \ +static_assert(alignof(FLiveLinkTransform) == 0x000008, "Wrong alignment on FLiveLinkTransform"); \ +static_assert(sizeof(FLiveLinkTransform) == 0x000020, "Wrong size on FLiveLinkTransform"); \ + +#define DUMPER7_ASSERTS_FSubjectFrameHandle \ +static_assert(alignof(FSubjectFrameHandle) == 0x000008, "Wrong alignment on FSubjectFrameHandle"); \ +static_assert(sizeof(FSubjectFrameHandle) == 0x000018, "Wrong size on FSubjectFrameHandle"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLocatorStaticData \ +static_assert(alignof(FLiveLinkLocatorStaticData) == 0x000008, "Wrong alignment on FLiveLinkLocatorStaticData"); \ +static_assert(sizeof(FLiveLinkLocatorStaticData) == 0x000028, "Wrong size on FLiveLinkLocatorStaticData"); \ +static_assert(offsetof(FLiveLinkLocatorStaticData, LocatorNames) == 0x000010, "Member 'FLiveLinkLocatorStaticData::LocatorNames' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLocatorStaticData, bUnlabelledData) == 0x000020, "Member 'FLiveLinkLocatorStaticData::bUnlabelledData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLocatorFrameData \ +static_assert(alignof(FLiveLinkLocatorFrameData) == 0x000008, "Wrong alignment on FLiveLinkLocatorFrameData"); \ +static_assert(sizeof(FLiveLinkLocatorFrameData) == 0x0000B0, "Wrong size on FLiveLinkLocatorFrameData"); \ +static_assert(offsetof(FLiveLinkLocatorFrameData, Locators) == 0x0000A0, "Member 'FLiveLinkLocatorFrameData::Locators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkLocatorBlueprintData \ +static_assert(alignof(FLiveLinkLocatorBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkLocatorBlueprintData"); \ +static_assert(sizeof(FLiveLinkLocatorBlueprintData) == 0x0000E0, "Wrong size on FLiveLinkLocatorBlueprintData"); \ +static_assert(offsetof(FLiveLinkLocatorBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkLocatorBlueprintData::StaticData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkLocatorBlueprintData, FrameData) == 0x000030, "Member 'FLiveLinkLocatorBlueprintData::FrameData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkController \ +static_assert(alignof(ULiveLinkController) == 0x000008, "Wrong alignment on ULiveLinkController"); \ +static_assert(sizeof(ULiveLinkController) == 0x000028, "Wrong size on ULiveLinkController"); \ + +#define DUMPER7_ASSERTS_ULiveLinkFrameInterpolationProcessor \ +static_assert(alignof(ULiveLinkFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkFrameInterpolationProcessor"); \ +static_assert(sizeof(ULiveLinkFrameInterpolationProcessor) == 0x000028, "Wrong size on ULiveLinkFrameInterpolationProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkFramePreProcessor \ +static_assert(alignof(ULiveLinkFramePreProcessor) == 0x000008, "Wrong alignment on ULiveLinkFramePreProcessor"); \ +static_assert(sizeof(ULiveLinkFramePreProcessor) == 0x000028, "Wrong size on ULiveLinkFramePreProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkRole \ +static_assert(alignof(ULiveLinkRole) == 0x000008, "Wrong alignment on ULiveLinkRole"); \ +static_assert(sizeof(ULiveLinkRole) == 0x000028, "Wrong size on ULiveLinkRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSubjectRemapper \ +static_assert(alignof(ULiveLinkSubjectRemapper) == 0x000008, "Wrong alignment on ULiveLinkSubjectRemapper"); \ +static_assert(sizeof(ULiveLinkSubjectRemapper) == 0x000080, "Wrong size on ULiveLinkSubjectRemapper"); \ +static_assert(offsetof(ULiveLinkSubjectRemapper, BoneNameMap) == 0x000028, "Member 'ULiveLinkSubjectRemapper::BoneNameMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSourceSettings \ +static_assert(alignof(ULiveLinkSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkSourceSettings"); \ +static_assert(sizeof(ULiveLinkSourceSettings) == 0x0000B8, "Wrong size on ULiveLinkSourceSettings"); \ +static_assert(offsetof(ULiveLinkSourceSettings, Mode) == 0x000028, "Member 'ULiveLinkSourceSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSourceSettings, BufferSettings) == 0x000030, "Member 'ULiveLinkSourceSettings::BufferSettings' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSourceSettings, bTransmitEvaluatedData) == 0x000090, "Member 'ULiveLinkSourceSettings::bTransmitEvaluatedData' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSourceSettings, ConnectionString) == 0x000098, "Member 'ULiveLinkSourceSettings::ConnectionString' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSourceSettings, Factory) == 0x0000A8, "Member 'ULiveLinkSourceSettings::Factory' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSourceSettings, ParentSubject) == 0x0000B0, "Member 'ULiveLinkSourceSettings::ParentSubject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkCurveRemapSettings \ +static_assert(alignof(ULiveLinkCurveRemapSettings) == 0x000008, "Wrong alignment on ULiveLinkCurveRemapSettings"); \ +static_assert(sizeof(ULiveLinkCurveRemapSettings) == 0x000108, "Wrong size on ULiveLinkCurveRemapSettings"); \ +static_assert(offsetof(ULiveLinkCurveRemapSettings, CurveConversionSettings) == 0x0000B8, "Member 'ULiveLinkCurveRemapSettings::CurveConversionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkFrameTranslator \ +static_assert(alignof(ULiveLinkFrameTranslator) == 0x000008, "Wrong alignment on ULiveLinkFrameTranslator"); \ +static_assert(sizeof(ULiveLinkFrameTranslator) == 0x000028, "Wrong size on ULiveLinkFrameTranslator"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSourceFactory \ +static_assert(alignof(ULiveLinkSourceFactory) == 0x000008, "Wrong alignment on ULiveLinkSourceFactory"); \ +static_assert(sizeof(ULiveLinkSourceFactory) == 0x000028, "Wrong size on ULiveLinkSourceFactory"); \ + +#define DUMPER7_ASSERTS_ULiveLinkDefaultSourceSettings \ +static_assert(alignof(ULiveLinkDefaultSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkDefaultSourceSettings"); \ +static_assert(sizeof(ULiveLinkDefaultSourceSettings) == 0x000030, "Wrong size on ULiveLinkDefaultSourceSettings"); \ +static_assert(offsetof(ULiveLinkDefaultSourceSettings, DefaultSourceFrameBufferSize) == 0x000028, "Member 'ULiveLinkDefaultSourceSettings::DefaultSourceFrameBufferSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkDefaultSubjectSettings \ +static_assert(alignof(ULiveLinkDefaultSubjectSettings) == 0x000008, "Wrong alignment on ULiveLinkDefaultSubjectSettings"); \ +static_assert(sizeof(ULiveLinkDefaultSubjectSettings) == 0x000030, "Wrong size on ULiveLinkDefaultSubjectSettings"); \ +static_assert(offsetof(ULiveLinkDefaultSubjectSettings, bRebroadcastSubjectsByDefault) == 0x000028, "Member 'ULiveLinkDefaultSubjectSettings::bRebroadcastSubjectsByDefault' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDefaultSubjectSettings, bAllowEditingRebroadcastProperty) == 0x000029, "Member 'ULiveLinkDefaultSubjectSettings::bAllowEditingRebroadcastProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSubjectSettings \ +static_assert(alignof(ULiveLinkSubjectSettings) == 0x000008, "Wrong alignment on ULiveLinkSubjectSettings"); \ +static_assert(sizeof(ULiveLinkSubjectSettings) == 0x0000A0, "Wrong size on ULiveLinkSubjectSettings"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, PreProcessors) == 0x000028, "Member 'ULiveLinkSubjectSettings::PreProcessors' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, InterpolationProcessor) == 0x000038, "Member 'ULiveLinkSubjectSettings::InterpolationProcessor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, Translators) == 0x000040, "Member 'ULiveLinkSubjectSettings::Translators' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, Remapper) == 0x000050, "Member 'ULiveLinkSubjectSettings::Remapper' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, Role) == 0x000058, "Member 'ULiveLinkSubjectSettings::Role' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, FrameRate) == 0x000060, "Member 'ULiveLinkSubjectSettings::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, bRebroadcastSubject) == 0x000068, "Member 'ULiveLinkSubjectSettings::bRebroadcastSubject' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, OriginalSourceName) == 0x00006C, "Member 'ULiveLinkSubjectSettings::OriginalSourceName' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, Key) == 0x000074, "Member 'ULiveLinkSubjectSettings::Key' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSubjectSettings, bAllowModifyingRebroadcast) == 0x000098, "Member 'ULiveLinkSubjectSettings::bAllowModifyingRebroadcast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkVirtualSubject \ +static_assert(alignof(ULiveLinkVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkVirtualSubject"); \ +static_assert(sizeof(ULiveLinkVirtualSubject) == 0x000180, "Wrong size on ULiveLinkVirtualSubject"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, SyncSubject) == 0x000030, "Member 'ULiveLinkVirtualSubject::SyncSubject' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, Role) == 0x000038, "Member 'ULiveLinkVirtualSubject::Role' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, Subjects) == 0x000040, "Member 'ULiveLinkVirtualSubject::Subjects' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, FrameTranslators) == 0x000050, "Member 'ULiveLinkVirtualSubject::FrameTranslators' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkVirtualSubject, bRebroadcastSubject) == 0x000060, "Member 'ULiveLinkVirtualSubject::bRebroadcastSubject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBasicRole \ +static_assert(alignof(ULiveLinkBasicRole) == 0x000008, "Wrong alignment on ULiveLinkBasicRole"); \ +static_assert(sizeof(ULiveLinkBasicRole) == 0x000028, "Wrong size on ULiveLinkBasicRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationRole \ +static_assert(alignof(ULiveLinkAnimationRole) == 0x000008, "Wrong alignment on ULiveLinkAnimationRole"); \ +static_assert(sizeof(ULiveLinkAnimationRole) == 0x000028, "Wrong size on ULiveLinkAnimationRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTransformRole \ +static_assert(alignof(ULiveLinkTransformRole) == 0x000008, "Wrong alignment on ULiveLinkTransformRole"); \ +static_assert(sizeof(ULiveLinkTransformRole) == 0x000028, "Wrong size on ULiveLinkTransformRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkCameraRole \ +static_assert(alignof(ULiveLinkCameraRole) == 0x000008, "Wrong alignment on ULiveLinkCameraRole"); \ +static_assert(sizeof(ULiveLinkCameraRole) == 0x000028, "Wrong size on ULiveLinkCameraRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkInputDeviceRole \ +static_assert(alignof(ULiveLinkInputDeviceRole) == 0x000008, "Wrong alignment on ULiveLinkInputDeviceRole"); \ +static_assert(sizeof(ULiveLinkInputDeviceRole) == 0x000028, "Wrong size on ULiveLinkInputDeviceRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkLightRole \ +static_assert(alignof(ULiveLinkLightRole) == 0x000008, "Wrong alignment on ULiveLinkLightRole"); \ +static_assert(sizeof(ULiveLinkLightRole) == 0x000028, "Wrong size on ULiveLinkLightRole"); \ + +#define DUMPER7_ASSERTS_ULiveLinkLocatorRole \ +static_assert(alignof(ULiveLinkLocatorRole) == 0x000008, "Wrong alignment on ULiveLinkLocatorRole"); \ +static_assert(sizeof(ULiveLinkLocatorRole) == 0x000028, "Wrong size on ULiveLinkLocatorRole"); \ + +#define DUMPER7_ASSERTS_FInterchangeFilePickerParameters \ +static_assert(alignof(FInterchangeFilePickerParameters) == 0x000008, "Wrong alignment on FInterchangeFilePickerParameters"); \ +static_assert(sizeof(FInterchangeFilePickerParameters) == 0x000040, "Wrong size on FInterchangeFilePickerParameters"); \ +static_assert(offsetof(FInterchangeFilePickerParameters, bAllowMultipleFiles) == 0x000000, "Member 'FInterchangeFilePickerParameters::bAllowMultipleFiles' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeFilePickerParameters, Title) == 0x000008, "Member 'FInterchangeFilePickerParameters::Title' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeFilePickerParameters, DefaultPath) == 0x000018, "Member 'FInterchangeFilePickerParameters::DefaultPath' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeFilePickerParameters, bShowAllFactoriesExtension) == 0x000028, "Member 'FInterchangeFilePickerParameters::bShowAllFactoriesExtension' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeFilePickerParameters, ExtraFormats) == 0x000030, "Member 'FInterchangeFilePickerParameters::ExtraFormats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeStackInfo \ +static_assert(alignof(FInterchangeStackInfo) == 0x000008, "Wrong alignment on FInterchangeStackInfo"); \ +static_assert(sizeof(FInterchangeStackInfo) == 0x000018, "Wrong size on FInterchangeStackInfo"); \ +static_assert(offsetof(FInterchangeStackInfo, StackName) == 0x000000, "Member 'FInterchangeStackInfo::StackName' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeStackInfo, Pipelines) == 0x000008, "Member 'FInterchangeStackInfo::Pipelines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImportAssetParameters \ +static_assert(alignof(FImportAssetParameters) == 0x000008, "Wrong alignment on FImportAssetParameters"); \ +static_assert(sizeof(FImportAssetParameters) == 0x0000C8, "Wrong size on FImportAssetParameters"); \ +static_assert(offsetof(FImportAssetParameters, ReimportAsset) == 0x000000, "Member 'FImportAssetParameters::ReimportAsset' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, ReimportSourceIndex) == 0x000008, "Member 'FImportAssetParameters::ReimportSourceIndex' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, bIsAutomated) == 0x00000C, "Member 'FImportAssetParameters::bIsAutomated' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, bFollowRedirectors) == 0x00000D, "Member 'FImportAssetParameters::bFollowRedirectors' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, OverridePipelines) == 0x000010, "Member 'FImportAssetParameters::OverridePipelines' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, ImportLevel) == 0x000020, "Member 'FImportAssetParameters::ImportLevel' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, DestinationName) == 0x000028, "Member 'FImportAssetParameters::DestinationName' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, bReplaceExisting) == 0x000038, "Member 'FImportAssetParameters::bReplaceExisting' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, bForceShowDialog) == 0x000039, "Member 'FImportAssetParameters::bForceShowDialog' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, OnAssetDone) == 0x00003C, "Member 'FImportAssetParameters::OnAssetDone' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, OnAssetsImportDone) == 0x000060, "Member 'FImportAssetParameters::OnAssetsImportDone' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, OnSceneObjectDone) == 0x000080, "Member 'FImportAssetParameters::OnSceneObjectDone' has a wrong offset!"); \ +static_assert(offsetof(FImportAssetParameters, OnSceneImportDone) == 0x0000A0, "Member 'FImportAssetParameters::OnSceneImportDone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeTranslatorPipelines \ +static_assert(alignof(FInterchangeTranslatorPipelines) == 0x000008, "Wrong alignment on FInterchangeTranslatorPipelines"); \ +static_assert(sizeof(FInterchangeTranslatorPipelines) == 0x000038, "Wrong size on FInterchangeTranslatorPipelines"); \ +static_assert(offsetof(FInterchangeTranslatorPipelines, Translator) == 0x000000, "Member 'FInterchangeTranslatorPipelines::Translator' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeTranslatorPipelines, Pipelines) == 0x000028, "Member 'FInterchangeTranslatorPipelines::Pipelines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangePipelineStack \ +static_assert(alignof(FInterchangePipelineStack) == 0x000008, "Wrong alignment on FInterchangePipelineStack"); \ +static_assert(sizeof(FInterchangePipelineStack) == 0x000020, "Wrong size on FInterchangePipelineStack"); \ +static_assert(offsetof(FInterchangePipelineStack, Pipelines) == 0x000000, "Member 'FInterchangePipelineStack::Pipelines' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineStack, PerTranslatorPipelines) == 0x000010, "Member 'FInterchangePipelineStack::PerTranslatorPipelines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangePerTranslatorDialogOverride \ +static_assert(alignof(FInterchangePerTranslatorDialogOverride) == 0x000008, "Wrong alignment on FInterchangePerTranslatorDialogOverride"); \ +static_assert(sizeof(FInterchangePerTranslatorDialogOverride) == 0x000030, "Wrong size on FInterchangePerTranslatorDialogOverride"); \ +static_assert(offsetof(FInterchangePerTranslatorDialogOverride, Translator) == 0x000000, "Member 'FInterchangePerTranslatorDialogOverride::Translator' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePerTranslatorDialogOverride, bShowImportDialog) == 0x000028, "Member 'FInterchangePerTranslatorDialogOverride::bShowImportDialog' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePerTranslatorDialogOverride, bShowReimportDialog) == 0x000029, "Member 'FInterchangePerTranslatorDialogOverride::bShowReimportDialog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeDialogOverride \ +static_assert(alignof(FInterchangeDialogOverride) == 0x000008, "Wrong alignment on FInterchangeDialogOverride"); \ +static_assert(sizeof(FInterchangeDialogOverride) == 0x000018, "Wrong size on FInterchangeDialogOverride"); \ +static_assert(offsetof(FInterchangeDialogOverride, bShowImportDialog) == 0x000000, "Member 'FInterchangeDialogOverride::bShowImportDialog' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeDialogOverride, bShowReimportDialog) == 0x000001, "Member 'FInterchangeDialogOverride::bShowReimportDialog' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeDialogOverride, PerTranslatorImportDialogOverride) == 0x000008, "Member 'FInterchangeDialogOverride::PerTranslatorImportDialogOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeImportSettings \ +static_assert(alignof(FInterchangeImportSettings) == 0x000008, "Wrong alignment on FInterchangeImportSettings"); \ +static_assert(sizeof(FInterchangeImportSettings) == 0x000088, "Wrong size on FInterchangeImportSettings"); \ +static_assert(offsetof(FInterchangeImportSettings, PipelineStacks) == 0x000000, "Member 'FInterchangeImportSettings::PipelineStacks' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeImportSettings, DefaultPipelineStack) == 0x000050, "Member 'FInterchangeImportSettings::DefaultPipelineStack' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeImportSettings, ImportDialogClass) == 0x000058, "Member 'FInterchangeImportSettings::ImportDialogClass' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeImportSettings, bShowImportDialog) == 0x000080, "Member 'FInterchangeImportSettings::bShowImportDialog' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeImportSettings, bShowReimportDialog) == 0x000081, "Member 'FInterchangeImportSettings::bShowReimportDialog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeSceneImportSettings \ +static_assert(alignof(FInterchangeSceneImportSettings) == 0x000008, "Wrong alignment on FInterchangeSceneImportSettings"); \ +static_assert(sizeof(FInterchangeSceneImportSettings) == 0x000098, "Wrong size on FInterchangeSceneImportSettings"); \ +static_assert(offsetof(FInterchangeSceneImportSettings, PerTranslatorDialogOverride) == 0x000088, "Member 'FInterchangeSceneImportSettings::PerTranslatorDialogOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeContentImportSettings \ +static_assert(alignof(FInterchangeContentImportSettings) == 0x000008, "Wrong alignment on FInterchangeContentImportSettings"); \ +static_assert(sizeof(FInterchangeContentImportSettings) == 0x000128, "Wrong size on FInterchangeContentImportSettings"); \ +static_assert(offsetof(FInterchangeContentImportSettings, DefaultPipelineStackOverride) == 0x000088, "Member 'FInterchangeContentImportSettings::DefaultPipelineStackOverride' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeContentImportSettings, ShowImportDialogOverride) == 0x0000D8, "Member 'FInterchangeContentImportSettings::ShowImportDialogOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeGroup \ +static_assert(alignof(FInterchangeGroup) == 0x000008, "Wrong alignment on FInterchangeGroup"); \ +static_assert(sizeof(FInterchangeGroup) == 0x0000C8, "Wrong size on FInterchangeGroup"); \ +static_assert(offsetof(FInterchangeGroup, DisplayName) == 0x000000, "Member 'FInterchangeGroup::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeGroup, UniqueID) == 0x000008, "Member 'FInterchangeGroup::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeGroup, DefaultPipelineStack) == 0x000018, "Member 'FInterchangeGroup::DefaultPipelineStack' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeGroup, DefaultPipelineStackOverride) == 0x000020, "Member 'FInterchangeGroup::DefaultPipelineStackOverride' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeGroup, bShowImportDialog) == 0x000070, "Member 'FInterchangeGroup::bShowImportDialog' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeGroup, bShowReimportDialog) == 0x000071, "Member 'FInterchangeGroup::bShowReimportDialog' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeGroup, ShowImportDialogOverride) == 0x000078, "Member 'FInterchangeGroup::ShowImportDialogOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyData \ +static_assert(alignof(FPropertyData) == 0x000008, "Wrong alignment on FPropertyData"); \ +static_assert(sizeof(FPropertyData) == 0x000018, "Wrong size on FPropertyData"); \ + +#define DUMPER7_ASSERTS_UInterchangeBlueprintPipelineBase \ +static_assert(alignof(UInterchangeBlueprintPipelineBase) == 0x000008, "Wrong alignment on UInterchangeBlueprintPipelineBase"); \ +static_assert(sizeof(UInterchangeBlueprintPipelineBase) == 0x0000A8, "Wrong size on UInterchangeBlueprintPipelineBase"); \ + +#define DUMPER7_ASSERTS_UInterchangeEditorUtilitiesBase \ +static_assert(alignof(UInterchangeEditorUtilitiesBase) == 0x000008, "Wrong alignment on UInterchangeEditorUtilitiesBase"); \ +static_assert(sizeof(UInterchangeEditorUtilitiesBase) == 0x000028, "Wrong size on UInterchangeEditorUtilitiesBase"); \ + +#define DUMPER7_ASSERTS_InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType \ +static_assert(alignof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType) == 0x000008, "Wrong alignment on InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType"); \ +static_assert(sizeof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType) == 0x000060, "Wrong size on InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType, TranslatorAssetType) == 0x000000, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType::TranslatorAssetType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType, Parameters) == 0x000008, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType::Parameters' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType, OutFilenames) == 0x000048, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType::OutFilenames' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType, ReturnValue) == 0x000058, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType \ +static_assert(alignof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType) == 0x000008, "Wrong alignment on InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType"); \ +static_assert(sizeof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType) == 0x000060, "Wrong size on InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType, TranslatorType) == 0x000000, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType::TranslatorType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType, Parameters) == 0x000008, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType::Parameters' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType, OutFilenames) == 0x000048, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType::OutFilenames' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType, ReturnValue) == 0x000058, "Member 'InterchangeFilePickerBase_ScriptedFilePickerForTranslatorType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeFilePickerBase \ +static_assert(alignof(UInterchangeFilePickerBase) == 0x000008, "Wrong alignment on UInterchangeFilePickerBase"); \ +static_assert(sizeof(UInterchangeFilePickerBase) == 0x000028, "Wrong size on UInterchangeFilePickerBase"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog \ +static_assert(alignof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog) == 0x000008, "Wrong alignment on InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog"); \ +static_assert(sizeof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog) == 0x000040, "Wrong size on InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, PipelineStacks) == 0x000000, "Member 'InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog::PipelineStacks' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, OutPipelines) == 0x000010, "Member 'InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog::OutPipelines' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, SourceData) == 0x000020, "Member 'InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, Translator) == 0x000028, "Member 'InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog::Translator' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, BaseNodeContainer) == 0x000030, "Member 'InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, ReturnValue) == 0x000038, "Member 'InterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog \ +static_assert(alignof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog) == 0x000008, "Wrong alignment on InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog"); \ +static_assert(sizeof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog) == 0x000048, "Wrong size on InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, PipelineStacks) == 0x000000, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::PipelineStacks' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, OutPipelines) == 0x000010, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::OutPipelines' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, SourceData) == 0x000020, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, Translator) == 0x000028, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::Translator' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, BaseNodeContainer) == 0x000030, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, ReimportAsset) == 0x000038, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::ReimportAsset' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, bSceneImport) == 0x000040, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::bSceneImport' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, ReturnValue) == 0x000041, "Member 'InterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog \ +static_assert(alignof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog) == 0x000008, "Wrong alignment on InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog"); \ +static_assert(sizeof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog) == 0x000040, "Wrong size on InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, PipelineStacks) == 0x000000, "Member 'InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog::PipelineStacks' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, OutPipelines) == 0x000010, "Member 'InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog::OutPipelines' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, SourceData) == 0x000020, "Member 'InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, Translator) == 0x000028, "Member 'InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog::Translator' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, BaseNodeContainer) == 0x000030, "Member 'InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, ReturnValue) == 0x000038, "Member 'InterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog \ +static_assert(alignof(InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog) == 0x000008, "Wrong alignment on InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog"); \ +static_assert(sizeof(InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog) == 0x000048, "Wrong size on InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog, PipelineStacks) == 0x000000, "Member 'InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog::PipelineStacks' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog, OutPipelines) == 0x000010, "Member 'InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog::OutPipelines' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog, SourceData) == 0x000020, "Member 'InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog, Translator) == 0x000028, "Member 'InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog::Translator' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog, BaseNodeContainer) == 0x000030, "Member 'InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog, ReimportAsset) == 0x000038, "Member 'InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog::ReimportAsset' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog, bSceneImport) == 0x000040, "Member 'InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog::bSceneImport' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog, bReimport) == 0x000041, "Member 'InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog::bReimport' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog, ReturnValue) == 0x000042, "Member 'InterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePipelineConfigurationBase \ +static_assert(alignof(UInterchangePipelineConfigurationBase) == 0x000008, "Wrong alignment on UInterchangePipelineConfigurationBase"); \ +static_assert(sizeof(UInterchangePipelineConfigurationBase) == 0x000028, "Wrong size on UInterchangePipelineConfigurationBase"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_SetPipelines \ +static_assert(alignof(InterchangeAssetImportData_SetPipelines) == 0x000008, "Wrong alignment on InterchangeAssetImportData_SetPipelines"); \ +static_assert(sizeof(InterchangeAssetImportData_SetPipelines) == 0x000010, "Wrong size on InterchangeAssetImportData_SetPipelines"); \ +static_assert(offsetof(InterchangeAssetImportData_SetPipelines, InPipelines) == 0x000000, "Member 'InterchangeAssetImportData_SetPipelines::InPipelines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_GetNodeContainer \ +static_assert(alignof(InterchangeAssetImportData_GetNodeContainer) == 0x000008, "Wrong alignment on InterchangeAssetImportData_GetNodeContainer"); \ +static_assert(sizeof(InterchangeAssetImportData_GetNodeContainer) == 0x000008, "Wrong size on InterchangeAssetImportData_GetNodeContainer"); \ +static_assert(offsetof(InterchangeAssetImportData_GetNodeContainer, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_GetNodeContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_GetNumberOfPipelines \ +static_assert(alignof(InterchangeAssetImportData_GetNumberOfPipelines) == 0x000004, "Wrong alignment on InterchangeAssetImportData_GetNumberOfPipelines"); \ +static_assert(sizeof(InterchangeAssetImportData_GetNumberOfPipelines) == 0x000004, "Wrong size on InterchangeAssetImportData_GetNumberOfPipelines"); \ +static_assert(offsetof(InterchangeAssetImportData_GetNumberOfPipelines, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_GetNumberOfPipelines::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_GetPipelines \ +static_assert(alignof(InterchangeAssetImportData_GetPipelines) == 0x000008, "Wrong alignment on InterchangeAssetImportData_GetPipelines"); \ +static_assert(sizeof(InterchangeAssetImportData_GetPipelines) == 0x000010, "Wrong size on InterchangeAssetImportData_GetPipelines"); \ +static_assert(offsetof(InterchangeAssetImportData_GetPipelines, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_GetPipelines::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_GetStoredFactoryNode \ +static_assert(alignof(InterchangeAssetImportData_GetStoredFactoryNode) == 0x000008, "Wrong alignment on InterchangeAssetImportData_GetStoredFactoryNode"); \ +static_assert(sizeof(InterchangeAssetImportData_GetStoredFactoryNode) == 0x000018, "Wrong size on InterchangeAssetImportData_GetStoredFactoryNode"); \ +static_assert(offsetof(InterchangeAssetImportData_GetStoredFactoryNode, InNodeUniqueId) == 0x000000, "Member 'InterchangeAssetImportData_GetStoredFactoryNode::InNodeUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAssetImportData_GetStoredFactoryNode, ReturnValue) == 0x000010, "Member 'InterchangeAssetImportData_GetStoredFactoryNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_GetStoredNode \ +static_assert(alignof(InterchangeAssetImportData_GetStoredNode) == 0x000008, "Wrong alignment on InterchangeAssetImportData_GetStoredNode"); \ +static_assert(sizeof(InterchangeAssetImportData_GetStoredNode) == 0x000018, "Wrong size on InterchangeAssetImportData_GetStoredNode"); \ +static_assert(offsetof(InterchangeAssetImportData_GetStoredNode, InNodeUniqueId) == 0x000000, "Member 'InterchangeAssetImportData_GetStoredNode::InNodeUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAssetImportData_GetStoredNode, ReturnValue) == 0x000010, "Member 'InterchangeAssetImportData_GetStoredNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_GetTranslatorSettings \ +static_assert(alignof(InterchangeAssetImportData_GetTranslatorSettings) == 0x000008, "Wrong alignment on InterchangeAssetImportData_GetTranslatorSettings"); \ +static_assert(sizeof(InterchangeAssetImportData_GetTranslatorSettings) == 0x000008, "Wrong size on InterchangeAssetImportData_GetTranslatorSettings"); \ +static_assert(offsetof(InterchangeAssetImportData_GetTranslatorSettings, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_GetTranslatorSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_ScriptExtractDisplayLabels \ +static_assert(alignof(InterchangeAssetImportData_ScriptExtractDisplayLabels) == 0x000008, "Wrong alignment on InterchangeAssetImportData_ScriptExtractDisplayLabels"); \ +static_assert(sizeof(InterchangeAssetImportData_ScriptExtractDisplayLabels) == 0x000010, "Wrong size on InterchangeAssetImportData_ScriptExtractDisplayLabels"); \ +static_assert(offsetof(InterchangeAssetImportData_ScriptExtractDisplayLabels, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_ScriptExtractDisplayLabels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_ScriptExtractFilenames \ +static_assert(alignof(InterchangeAssetImportData_ScriptExtractFilenames) == 0x000008, "Wrong alignment on InterchangeAssetImportData_ScriptExtractFilenames"); \ +static_assert(sizeof(InterchangeAssetImportData_ScriptExtractFilenames) == 0x000010, "Wrong size on InterchangeAssetImportData_ScriptExtractFilenames"); \ +static_assert(offsetof(InterchangeAssetImportData_ScriptExtractFilenames, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_ScriptExtractFilenames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_ScriptGetFirstFilename \ +static_assert(alignof(InterchangeAssetImportData_ScriptGetFirstFilename) == 0x000008, "Wrong alignment on InterchangeAssetImportData_ScriptGetFirstFilename"); \ +static_assert(sizeof(InterchangeAssetImportData_ScriptGetFirstFilename) == 0x000010, "Wrong size on InterchangeAssetImportData_ScriptGetFirstFilename"); \ +static_assert(offsetof(InterchangeAssetImportData_ScriptGetFirstFilename, ReturnValue) == 0x000000, "Member 'InterchangeAssetImportData_ScriptGetFirstFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_SetNodeContainer \ +static_assert(alignof(InterchangeAssetImportData_SetNodeContainer) == 0x000008, "Wrong alignment on InterchangeAssetImportData_SetNodeContainer"); \ +static_assert(sizeof(InterchangeAssetImportData_SetNodeContainer) == 0x000008, "Wrong size on InterchangeAssetImportData_SetNodeContainer"); \ +static_assert(offsetof(InterchangeAssetImportData_SetNodeContainer, InNodeContainer) == 0x000000, "Member 'InterchangeAssetImportData_SetNodeContainer::InNodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAssetImportData_SetTranslatorSettings \ +static_assert(alignof(InterchangeAssetImportData_SetTranslatorSettings) == 0x000008, "Wrong alignment on InterchangeAssetImportData_SetTranslatorSettings"); \ +static_assert(sizeof(InterchangeAssetImportData_SetTranslatorSettings) == 0x000008, "Wrong size on InterchangeAssetImportData_SetTranslatorSettings"); \ +static_assert(offsetof(InterchangeAssetImportData_SetTranslatorSettings, TranslatorSettings) == 0x000000, "Member 'InterchangeAssetImportData_SetTranslatorSettings::TranslatorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAssetImportData \ +static_assert(alignof(UInterchangeAssetImportData) == 0x000008, "Wrong alignment on UInterchangeAssetImportData"); \ +static_assert(sizeof(UInterchangeAssetImportData) == 0x0000E8, "Wrong size on UInterchangeAssetImportData"); \ +static_assert(offsetof(UInterchangeAssetImportData, SceneImportAsset) == 0x000028, "Member 'UInterchangeAssetImportData::SceneImportAsset' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeAssetImportData, NodeUniqueID) == 0x000048, "Member 'UInterchangeAssetImportData::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeAssetImportData, NodeContainer) == 0x000058, "Member 'UInterchangeAssetImportData::NodeContainer' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeAssetImportData, Pipelines) == 0x000060, "Member 'UInterchangeAssetImportData::Pipelines' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeAssetImportData, TransientNodeContainer) == 0x000070, "Member 'UInterchangeAssetImportData::TransientNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeAssetImportData, TransientPipelines) == 0x000078, "Member 'UInterchangeAssetImportData::TransientPipelines' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeAssetImportData, TransientTranslatorSettings) == 0x000088, "Member 'UInterchangeAssetImportData::TransientTranslatorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAssetImportDataConverterBase \ +static_assert(alignof(UInterchangeAssetImportDataConverterBase) == 0x000008, "Wrong alignment on UInterchangeAssetImportDataConverterBase"); \ +static_assert(sizeof(UInterchangeAssetImportDataConverterBase) == 0x000028, "Wrong size on UInterchangeAssetImportDataConverterBase"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineStackOverride_AddBlueprintPipeline \ +static_assert(alignof(InterchangePipelineStackOverride_AddBlueprintPipeline) == 0x000008, "Wrong alignment on InterchangePipelineStackOverride_AddBlueprintPipeline"); \ +static_assert(sizeof(InterchangePipelineStackOverride_AddBlueprintPipeline) == 0x000008, "Wrong size on InterchangePipelineStackOverride_AddBlueprintPipeline"); \ +static_assert(offsetof(InterchangePipelineStackOverride_AddBlueprintPipeline, PipelineBase) == 0x000000, "Member 'InterchangePipelineStackOverride_AddBlueprintPipeline::PipelineBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineStackOverride_AddPipeline \ +static_assert(alignof(InterchangePipelineStackOverride_AddPipeline) == 0x000008, "Wrong alignment on InterchangePipelineStackOverride_AddPipeline"); \ +static_assert(sizeof(InterchangePipelineStackOverride_AddPipeline) == 0x000008, "Wrong size on InterchangePipelineStackOverride_AddPipeline"); \ +static_assert(offsetof(InterchangePipelineStackOverride_AddPipeline, PipelineBase) == 0x000000, "Member 'InterchangePipelineStackOverride_AddPipeline::PipelineBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineStackOverride_AddPythonPipeline \ +static_assert(alignof(InterchangePipelineStackOverride_AddPythonPipeline) == 0x000008, "Wrong alignment on InterchangePipelineStackOverride_AddPythonPipeline"); \ +static_assert(sizeof(InterchangePipelineStackOverride_AddPythonPipeline) == 0x000008, "Wrong size on InterchangePipelineStackOverride_AddPythonPipeline"); \ +static_assert(offsetof(InterchangePipelineStackOverride_AddPythonPipeline, PipelineBase) == 0x000000, "Member 'InterchangePipelineStackOverride_AddPythonPipeline::PipelineBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePipelineStackOverride \ +static_assert(alignof(UInterchangePipelineStackOverride) == 0x000008, "Wrong alignment on UInterchangePipelineStackOverride"); \ +static_assert(sizeof(UInterchangePipelineStackOverride) == 0x000038, "Wrong size on UInterchangePipelineStackOverride"); \ +static_assert(offsetof(UInterchangePipelineStackOverride, OverridePipelines) == 0x000028, "Member 'UInterchangePipelineStackOverride::OverridePipelines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_CreateSourceData \ +static_assert(alignof(InterchangeManager_CreateSourceData) == 0x000008, "Wrong alignment on InterchangeManager_CreateSourceData"); \ +static_assert(sizeof(InterchangeManager_CreateSourceData) == 0x000018, "Wrong size on InterchangeManager_CreateSourceData"); \ +static_assert(offsetof(InterchangeManager_CreateSourceData, InFilename) == 0x000000, "Member 'InterchangeManager_CreateSourceData::InFilename' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_CreateSourceData, ReturnValue) == 0x000010, "Member 'InterchangeManager_CreateSourceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_GetInterchangeManagerScripted \ +static_assert(alignof(InterchangeManager_GetInterchangeManagerScripted) == 0x000008, "Wrong alignment on InterchangeManager_GetInterchangeManagerScripted"); \ +static_assert(sizeof(InterchangeManager_GetInterchangeManagerScripted) == 0x000008, "Wrong size on InterchangeManager_GetInterchangeManagerScripted"); \ +static_assert(offsetof(InterchangeManager_GetInterchangeManagerScripted, ReturnValue) == 0x000000, "Member 'InterchangeManager_GetInterchangeManagerScripted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_ExportAsset \ +static_assert(alignof(InterchangeManager_ExportAsset) == 0x000008, "Wrong alignment on InterchangeManager_ExportAsset"); \ +static_assert(sizeof(InterchangeManager_ExportAsset) == 0x000010, "Wrong size on InterchangeManager_ExportAsset"); \ +static_assert(offsetof(InterchangeManager_ExportAsset, Asset) == 0x000000, "Member 'InterchangeManager_ExportAsset::Asset' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ExportAsset, bIsAutomated) == 0x000008, "Member 'InterchangeManager_ExportAsset::bIsAutomated' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ExportAsset, ReturnValue) == 0x000009, "Member 'InterchangeManager_ExportAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_ExportScene \ +static_assert(alignof(InterchangeManager_ExportScene) == 0x000008, "Wrong alignment on InterchangeManager_ExportScene"); \ +static_assert(sizeof(InterchangeManager_ExportScene) == 0x000010, "Wrong size on InterchangeManager_ExportScene"); \ +static_assert(offsetof(InterchangeManager_ExportScene, World) == 0x000000, "Member 'InterchangeManager_ExportScene::World' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ExportScene, bIsAutomated) == 0x000008, "Member 'InterchangeManager_ExportScene::bIsAutomated' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ExportScene, ReturnValue) == 0x000009, "Member 'InterchangeManager_ExportScene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_ImportAsset \ +static_assert(alignof(InterchangeManager_ImportAsset) == 0x000008, "Wrong alignment on InterchangeManager_ImportAsset"); \ +static_assert(sizeof(InterchangeManager_ImportAsset) == 0x0000F8, "Wrong size on InterchangeManager_ImportAsset"); \ +static_assert(offsetof(InterchangeManager_ImportAsset, ContentPath) == 0x000000, "Member 'InterchangeManager_ImportAsset::ContentPath' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportAsset, SourceData) == 0x000010, "Member 'InterchangeManager_ImportAsset::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportAsset, ImportAssetParameters) == 0x000018, "Member 'InterchangeManager_ImportAsset::ImportAssetParameters' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportAsset, OutImportedObjects) == 0x0000E0, "Member 'InterchangeManager_ImportAsset::OutImportedObjects' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportAsset, ReturnValue) == 0x0000F0, "Member 'InterchangeManager_ImportAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_ImportScene \ +static_assert(alignof(InterchangeManager_ImportScene) == 0x000008, "Wrong alignment on InterchangeManager_ImportScene"); \ +static_assert(sizeof(InterchangeManager_ImportScene) == 0x0000E8, "Wrong size on InterchangeManager_ImportScene"); \ +static_assert(offsetof(InterchangeManager_ImportScene, ContentPath) == 0x000000, "Member 'InterchangeManager_ImportScene::ContentPath' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportScene, SourceData) == 0x000010, "Member 'InterchangeManager_ImportScene::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportScene, ImportAssetParameters) == 0x000018, "Member 'InterchangeManager_ImportScene::ImportAssetParameters' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ImportScene, ReturnValue) == 0x0000E0, "Member 'InterchangeManager_ImportScene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_IsInterchangeActive \ +static_assert(alignof(InterchangeManager_IsInterchangeActive) == 0x000001, "Wrong alignment on InterchangeManager_IsInterchangeActive"); \ +static_assert(sizeof(InterchangeManager_IsInterchangeActive) == 0x000001, "Wrong size on InterchangeManager_IsInterchangeActive"); \ +static_assert(offsetof(InterchangeManager_IsInterchangeActive, ReturnValue) == 0x000000, "Member 'InterchangeManager_IsInterchangeActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_ReimportAsset \ +static_assert(alignof(InterchangeManager_ReimportAsset) == 0x000008, "Wrong alignment on InterchangeManager_ReimportAsset"); \ +static_assert(sizeof(InterchangeManager_ReimportAsset) == 0x0000E8, "Wrong size on InterchangeManager_ReimportAsset"); \ +static_assert(offsetof(InterchangeManager_ReimportAsset, ObjectToReimport) == 0x000000, "Member 'InterchangeManager_ReimportAsset::ObjectToReimport' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ReimportAsset, ImportAssetParameters) == 0x000008, "Member 'InterchangeManager_ReimportAsset::ImportAssetParameters' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ReimportAsset, OutImportedObjects) == 0x0000D0, "Member 'InterchangeManager_ReimportAsset::OutImportedObjects' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ReimportAsset, ReturnValue) == 0x0000E0, "Member 'InterchangeManager_ReimportAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_ScriptedImportAssetAsync \ +static_assert(alignof(InterchangeManager_ScriptedImportAssetAsync) == 0x000008, "Wrong alignment on InterchangeManager_ScriptedImportAssetAsync"); \ +static_assert(sizeof(InterchangeManager_ScriptedImportAssetAsync) == 0x0000E8, "Wrong size on InterchangeManager_ScriptedImportAssetAsync"); \ +static_assert(offsetof(InterchangeManager_ScriptedImportAssetAsync, ContentPath) == 0x000000, "Member 'InterchangeManager_ScriptedImportAssetAsync::ContentPath' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ScriptedImportAssetAsync, SourceData) == 0x000010, "Member 'InterchangeManager_ScriptedImportAssetAsync::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ScriptedImportAssetAsync, ImportAssetParameters) == 0x000018, "Member 'InterchangeManager_ScriptedImportAssetAsync::ImportAssetParameters' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ScriptedImportAssetAsync, ReturnValue) == 0x0000E0, "Member 'InterchangeManager_ScriptedImportAssetAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_ScriptedImportSceneAsync \ +static_assert(alignof(InterchangeManager_ScriptedImportSceneAsync) == 0x000008, "Wrong alignment on InterchangeManager_ScriptedImportSceneAsync"); \ +static_assert(sizeof(InterchangeManager_ScriptedImportSceneAsync) == 0x0000E8, "Wrong size on InterchangeManager_ScriptedImportSceneAsync"); \ +static_assert(offsetof(InterchangeManager_ScriptedImportSceneAsync, ContentPath) == 0x000000, "Member 'InterchangeManager_ScriptedImportSceneAsync::ContentPath' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ScriptedImportSceneAsync, SourceData) == 0x000010, "Member 'InterchangeManager_ScriptedImportSceneAsync::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ScriptedImportSceneAsync, ImportAssetParameters) == 0x000018, "Member 'InterchangeManager_ScriptedImportSceneAsync::ImportAssetParameters' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ScriptedImportSceneAsync, ReturnValue) == 0x0000E0, "Member 'InterchangeManager_ScriptedImportSceneAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_ScriptedReimportAssetAsync \ +static_assert(alignof(InterchangeManager_ScriptedReimportAssetAsync) == 0x000008, "Wrong alignment on InterchangeManager_ScriptedReimportAssetAsync"); \ +static_assert(sizeof(InterchangeManager_ScriptedReimportAssetAsync) == 0x0000D8, "Wrong size on InterchangeManager_ScriptedReimportAssetAsync"); \ +static_assert(offsetof(InterchangeManager_ScriptedReimportAssetAsync, ObjectToReimport) == 0x000000, "Member 'InterchangeManager_ScriptedReimportAssetAsync::ObjectToReimport' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ScriptedReimportAssetAsync, ImportAssetParameters) == 0x000008, "Member 'InterchangeManager_ScriptedReimportAssetAsync::ImportAssetParameters' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_ScriptedReimportAssetAsync, ReturnValue) == 0x0000D0, "Member 'InterchangeManager_ScriptedReimportAssetAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_WaitUntilAllTasksDone \ +static_assert(alignof(InterchangeManager_WaitUntilAllTasksDone) == 0x000001, "Wrong alignment on InterchangeManager_WaitUntilAllTasksDone"); \ +static_assert(sizeof(InterchangeManager_WaitUntilAllTasksDone) == 0x000001, "Wrong size on InterchangeManager_WaitUntilAllTasksDone"); \ +static_assert(offsetof(InterchangeManager_WaitUntilAllTasksDone, bCancel) == 0x000000, "Member 'InterchangeManager_WaitUntilAllTasksDone::bCancel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_WarnIfInterchangeIsActive \ +static_assert(alignof(InterchangeManager_WarnIfInterchangeIsActive) == 0x000001, "Wrong alignment on InterchangeManager_WarnIfInterchangeIsActive"); \ +static_assert(sizeof(InterchangeManager_WarnIfInterchangeIsActive) == 0x000001, "Wrong size on InterchangeManager_WarnIfInterchangeIsActive"); \ +static_assert(offsetof(InterchangeManager_WarnIfInterchangeIsActive, ReturnValue) == 0x000000, "Member 'InterchangeManager_WarnIfInterchangeIsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_CanReimport \ +static_assert(alignof(InterchangeManager_CanReimport) == 0x000008, "Wrong alignment on InterchangeManager_CanReimport"); \ +static_assert(sizeof(InterchangeManager_CanReimport) == 0x000020, "Wrong size on InterchangeManager_CanReimport"); \ +static_assert(offsetof(InterchangeManager_CanReimport, Object) == 0x000000, "Member 'InterchangeManager_CanReimport::Object' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_CanReimport, OutFilenames) == 0x000008, "Member 'InterchangeManager_CanReimport::OutFilenames' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_CanReimport, ReturnValue) == 0x000018, "Member 'InterchangeManager_CanReimport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_CanTranslateSourceData \ +static_assert(alignof(InterchangeManager_CanTranslateSourceData) == 0x000008, "Wrong alignment on InterchangeManager_CanTranslateSourceData"); \ +static_assert(sizeof(InterchangeManager_CanTranslateSourceData) == 0x000010, "Wrong size on InterchangeManager_CanTranslateSourceData"); \ +static_assert(offsetof(InterchangeManager_CanTranslateSourceData, SourceData) == 0x000000, "Member 'InterchangeManager_CanTranslateSourceData::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_CanTranslateSourceData, bSceneImportOnly) == 0x000008, "Member 'InterchangeManager_CanTranslateSourceData::bSceneImportOnly' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_CanTranslateSourceData, ReturnValue) == 0x000009, "Member 'InterchangeManager_CanTranslateSourceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_GetAssetImportData \ +static_assert(alignof(InterchangeManager_GetAssetImportData) == 0x000008, "Wrong alignment on InterchangeManager_GetAssetImportData"); \ +static_assert(sizeof(InterchangeManager_GetAssetImportData) == 0x000010, "Wrong size on InterchangeManager_GetAssetImportData"); \ +static_assert(offsetof(InterchangeManager_GetAssetImportData, Asset) == 0x000000, "Member 'InterchangeManager_GetAssetImportData::Asset' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_GetAssetImportData, ReturnValue) == 0x000008, "Member 'InterchangeManager_GetAssetImportData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_GetRegisteredFactoryClass \ +static_assert(alignof(InterchangeManager_GetRegisteredFactoryClass) == 0x000008, "Wrong alignment on InterchangeManager_GetRegisteredFactoryClass"); \ +static_assert(sizeof(InterchangeManager_GetRegisteredFactoryClass) == 0x000010, "Wrong size on InterchangeManager_GetRegisteredFactoryClass"); \ +static_assert(offsetof(InterchangeManager_GetRegisteredFactoryClass, ClassToMake) == 0x000000, "Member 'InterchangeManager_GetRegisteredFactoryClass::ClassToMake' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_GetRegisteredFactoryClass, ReturnValue) == 0x000008, "Member 'InterchangeManager_GetRegisteredFactoryClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_GetSupportedAssetTypeFormats \ +static_assert(alignof(InterchangeManager_GetSupportedAssetTypeFormats) == 0x000008, "Wrong alignment on InterchangeManager_GetSupportedAssetTypeFormats"); \ +static_assert(sizeof(InterchangeManager_GetSupportedAssetTypeFormats) == 0x000018, "Wrong size on InterchangeManager_GetSupportedAssetTypeFormats"); \ +static_assert(offsetof(InterchangeManager_GetSupportedAssetTypeFormats, ForTranslatorAssetType) == 0x000000, "Member 'InterchangeManager_GetSupportedAssetTypeFormats::ForTranslatorAssetType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_GetSupportedAssetTypeFormats, ForTranslatorType) == 0x000001, "Member 'InterchangeManager_GetSupportedAssetTypeFormats::ForTranslatorType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_GetSupportedAssetTypeFormats, bStrictMatchTranslatorType) == 0x000002, "Member 'InterchangeManager_GetSupportedAssetTypeFormats::bStrictMatchTranslatorType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_GetSupportedAssetTypeFormats, ReturnValue) == 0x000008, "Member 'InterchangeManager_GetSupportedAssetTypeFormats::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_GetSupportedFormats \ +static_assert(alignof(InterchangeManager_GetSupportedFormats) == 0x000008, "Wrong alignment on InterchangeManager_GetSupportedFormats"); \ +static_assert(sizeof(InterchangeManager_GetSupportedFormats) == 0x000018, "Wrong size on InterchangeManager_GetSupportedFormats"); \ +static_assert(offsetof(InterchangeManager_GetSupportedFormats, ForTranslatorType) == 0x000000, "Member 'InterchangeManager_GetSupportedFormats::ForTranslatorType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_GetSupportedFormats, ReturnValue) == 0x000008, "Member 'InterchangeManager_GetSupportedFormats::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_GetSupportedFormatsForObject \ +static_assert(alignof(InterchangeManager_GetSupportedFormatsForObject) == 0x000008, "Wrong alignment on InterchangeManager_GetSupportedFormatsForObject"); \ +static_assert(sizeof(InterchangeManager_GetSupportedFormatsForObject) == 0x000020, "Wrong size on InterchangeManager_GetSupportedFormatsForObject"); \ +static_assert(offsetof(InterchangeManager_GetSupportedFormatsForObject, Object) == 0x000000, "Member 'InterchangeManager_GetSupportedFormatsForObject::Object' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_GetSupportedFormatsForObject, SourceFileIndex) == 0x000008, "Member 'InterchangeManager_GetSupportedFormatsForObject::SourceFileIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_GetSupportedFormatsForObject, ReturnValue) == 0x000010, "Member 'InterchangeManager_GetSupportedFormatsForObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_GetTranslatorForSourceData \ +static_assert(alignof(InterchangeManager_GetTranslatorForSourceData) == 0x000008, "Wrong alignment on InterchangeManager_GetTranslatorForSourceData"); \ +static_assert(sizeof(InterchangeManager_GetTranslatorForSourceData) == 0x000010, "Wrong size on InterchangeManager_GetTranslatorForSourceData"); \ +static_assert(offsetof(InterchangeManager_GetTranslatorForSourceData, SourceData) == 0x000000, "Member 'InterchangeManager_GetTranslatorForSourceData::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_GetTranslatorForSourceData, ReturnValue) == 0x000008, "Member 'InterchangeManager_GetTranslatorForSourceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeManager_IsObjectBeingImported \ +static_assert(alignof(InterchangeManager_IsObjectBeingImported) == 0x000008, "Wrong alignment on InterchangeManager_IsObjectBeingImported"); \ +static_assert(sizeof(InterchangeManager_IsObjectBeingImported) == 0x000010, "Wrong size on InterchangeManager_IsObjectBeingImported"); \ +static_assert(offsetof(InterchangeManager_IsObjectBeingImported, Object) == 0x000000, "Member 'InterchangeManager_IsObjectBeingImported::Object' has a wrong offset!"); \ +static_assert(offsetof(InterchangeManager_IsObjectBeingImported, ReturnValue) == 0x000008, "Member 'InterchangeManager_IsObjectBeingImported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeManager \ +static_assert(alignof(UInterchangeManager) == 0x000010, "Wrong alignment on UInterchangeManager"); \ +static_assert(sizeof(UInterchangeManager) == 0x000400, "Wrong size on UInterchangeManager"); \ +static_assert(offsetof(UInterchangeManager, RegisteredTranslatorsClass) == 0x000238, "Member 'UInterchangeManager::RegisteredTranslatorsClass' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeManager, RegisteredFactoryClasses) == 0x000288, "Member 'UInterchangeManager::RegisteredFactoryClasses' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeManager, RegisteredWriters) == 0x0002D8, "Member 'UInterchangeManager::RegisteredWriters' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeManager, RegisteredConverters) == 0x000328, "Member 'UInterchangeManager::RegisteredConverters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshUtilities_ScriptedImportMorphTarget \ +static_assert(alignof(InterchangeMeshUtilities_ScriptedImportMorphTarget) == 0x000008, "Wrong alignment on InterchangeMeshUtilities_ScriptedImportMorphTarget"); \ +static_assert(sizeof(InterchangeMeshUtilities_ScriptedImportMorphTarget) == 0x000030, "Wrong size on InterchangeMeshUtilities_ScriptedImportMorphTarget"); \ +static_assert(offsetof(InterchangeMeshUtilities_ScriptedImportMorphTarget, SkeletalMesh) == 0x000000, "Member 'InterchangeMeshUtilities_ScriptedImportMorphTarget::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshUtilities_ScriptedImportMorphTarget, LODIndex) == 0x000008, "Member 'InterchangeMeshUtilities_ScriptedImportMorphTarget::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshUtilities_ScriptedImportMorphTarget, SourceData) == 0x000010, "Member 'InterchangeMeshUtilities_ScriptedImportMorphTarget::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshUtilities_ScriptedImportMorphTarget, MorphTargetName) == 0x000018, "Member 'InterchangeMeshUtilities_ScriptedImportMorphTarget::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshUtilities_ScriptedImportMorphTarget, ReturnValue) == 0x000028, "Member 'InterchangeMeshUtilities_ScriptedImportMorphTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMeshUtilities \ +static_assert(alignof(UInterchangeMeshUtilities) == 0x000008, "Wrong alignment on UInterchangeMeshUtilities"); \ +static_assert(sizeof(UInterchangeMeshUtilities) == 0x000028, "Wrong size on UInterchangeMeshUtilities"); \ + +#define DUMPER7_ASSERTS_UInterchangeProjectSettings \ +static_assert(alignof(UInterchangeProjectSettings) == 0x000008, "Wrong alignment on UInterchangeProjectSettings"); \ +static_assert(sizeof(UInterchangeProjectSettings) == 0x000280, "Wrong size on UInterchangeProjectSettings"); \ +static_assert(offsetof(UInterchangeProjectSettings, ContentImportSettings) == 0x000038, "Member 'UInterchangeProjectSettings::ContentImportSettings' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeProjectSettings, SceneImportSettings) == 0x000160, "Member 'UInterchangeProjectSettings::SceneImportSettings' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeProjectSettings, FilePickerClass) == 0x0001F8, "Member 'UInterchangeProjectSettings::FilePickerClass' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeProjectSettings, bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing) == 0x000220, "Member 'UInterchangeProjectSettings::bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeProjectSettings, GenericPipelineClass) == 0x000228, "Member 'UInterchangeProjectSettings::GenericPipelineClass' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeProjectSettings, ConverterDefaultPipeline) == 0x000250, "Member 'UInterchangeProjectSettings::ConverterDefaultPipeline' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeProjectSettings, InterchangeGroups) == 0x000270, "Member 'UInterchangeProjectSettings::InterchangeGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack \ +static_assert(alignof(InterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack) == 0x000008, "Wrong alignment on InterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack"); \ +static_assert(sizeof(InterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack) == 0x000030, "Wrong size on InterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack"); \ +static_assert(offsetof(InterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack, InterchangePipelineStack) == 0x000000, "Member 'InterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack::InterchangePipelineStack' has a wrong offset!"); \ +static_assert(offsetof(InterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack, ReturnValue) == 0x000020, "Member 'InterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines \ +static_assert(alignof(InterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines) == 0x000008, "Wrong alignment on InterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines"); \ +static_assert(sizeof(InterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines) == 0x000048, "Wrong size on InterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines"); \ +static_assert(offsetof(InterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines, InterchangeTranslatorPipeline) == 0x000000, "Member 'InterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines::InterchangeTranslatorPipeline' has a wrong offset!"); \ +static_assert(offsetof(InterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines, ReturnValue) == 0x000038, "Member 'InterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeProjectSettingsScript_GetPipelineStackFromSourceData \ +static_assert(alignof(InterchangeProjectSettingsScript_GetPipelineStackFromSourceData) == 0x000008, "Wrong alignment on InterchangeProjectSettingsScript_GetPipelineStackFromSourceData"); \ +static_assert(sizeof(InterchangeProjectSettingsScript_GetPipelineStackFromSourceData) == 0x000020, "Wrong size on InterchangeProjectSettingsScript_GetPipelineStackFromSourceData"); \ +static_assert(offsetof(InterchangeProjectSettingsScript_GetPipelineStackFromSourceData, bIsSceneImport) == 0x000000, "Member 'InterchangeProjectSettingsScript_GetPipelineStackFromSourceData::bIsSceneImport' has a wrong offset!"); \ +static_assert(offsetof(InterchangeProjectSettingsScript_GetPipelineStackFromSourceData, SourceData) == 0x000008, "Member 'InterchangeProjectSettingsScript_GetPipelineStackFromSourceData::SourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangeProjectSettingsScript_GetPipelineStackFromSourceData, ReturnValue) == 0x000010, "Member 'InterchangeProjectSettingsScript_GetPipelineStackFromSourceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeProjectSettingsScript \ +static_assert(alignof(UInterchangeProjectSettingsScript) == 0x000008, "Wrong alignment on UInterchangeProjectSettingsScript"); \ +static_assert(sizeof(UInterchangeProjectSettingsScript) == 0x000028, "Wrong size on UInterchangeProjectSettingsScript"); \ + +#define DUMPER7_ASSERTS_InterchangeEditorSettings_SetUsedGroupName \ +static_assert(alignof(InterchangeEditorSettings_SetUsedGroupName) == 0x000004, "Wrong alignment on InterchangeEditorSettings_SetUsedGroupName"); \ +static_assert(sizeof(InterchangeEditorSettings_SetUsedGroupName) == 0x000008, "Wrong size on InterchangeEditorSettings_SetUsedGroupName"); \ +static_assert(offsetof(InterchangeEditorSettings_SetUsedGroupName, InUsedGroupName) == 0x000000, "Member 'InterchangeEditorSettings_SetUsedGroupName::InUsedGroupName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeEditorSettings_GetSelectableItems \ +static_assert(alignof(InterchangeEditorSettings_GetSelectableItems) == 0x000008, "Wrong alignment on InterchangeEditorSettings_GetSelectableItems"); \ +static_assert(sizeof(InterchangeEditorSettings_GetSelectableItems) == 0x000010, "Wrong size on InterchangeEditorSettings_GetSelectableItems"); \ +static_assert(offsetof(InterchangeEditorSettings_GetSelectableItems, ReturnValue) == 0x000000, "Member 'InterchangeEditorSettings_GetSelectableItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeEditorSettings_GetUsedGroupName \ +static_assert(alignof(InterchangeEditorSettings_GetUsedGroupName) == 0x000004, "Wrong alignment on InterchangeEditorSettings_GetUsedGroupName"); \ +static_assert(sizeof(InterchangeEditorSettings_GetUsedGroupName) == 0x000008, "Wrong size on InterchangeEditorSettings_GetUsedGroupName"); \ +static_assert(offsetof(InterchangeEditorSettings_GetUsedGroupName, ReturnValue) == 0x000000, "Member 'InterchangeEditorSettings_GetUsedGroupName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeEditorSettings \ +static_assert(alignof(UInterchangeEditorSettings) == 0x000008, "Wrong alignment on UInterchangeEditorSettings"); \ +static_assert(sizeof(UInterchangeEditorSettings) == 0x000058, "Wrong size on UInterchangeEditorSettings"); \ +static_assert(offsetof(UInterchangeEditorSettings, bShowImportDialogAtReimport) == 0x000038, "Member 'UInterchangeEditorSettings::bShowImportDialogAtReimport' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeEditorSettings, UsedGroupName) == 0x00003C, "Member 'UInterchangeEditorSettings::UsedGroupName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeEditorSettings, UsedGroupUID) == 0x000044, "Member 'UInterchangeEditorSettings::UsedGroupUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePythonPipelineBase \ +static_assert(alignof(UInterchangePythonPipelineBase) == 0x000008, "Wrong alignment on UInterchangePythonPipelineBase"); \ +static_assert(sizeof(UInterchangePythonPipelineBase) == 0x000128, "Wrong size on UInterchangePythonPipelineBase"); \ + +#define DUMPER7_ASSERTS_UInterchangePythonPipelineAsset \ +static_assert(alignof(UInterchangePythonPipelineAsset) == 0x000008, "Wrong alignment on UInterchangePythonPipelineAsset"); \ +static_assert(sizeof(UInterchangePythonPipelineAsset) == 0x000068, "Wrong size on UInterchangePythonPipelineAsset"); \ +static_assert(offsetof(UInterchangePythonPipelineAsset, PythonClass) == 0x000028, "Member 'UInterchangePythonPipelineAsset::PythonClass' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePythonPipelineAsset, GeneratedPipeline) == 0x000050, "Member 'UInterchangePythonPipelineAsset::GeneratedPipeline' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePythonPipelineAsset, JsonDefaultProperties) == 0x000058, "Member 'UInterchangePythonPipelineAsset::JsonDefaultProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneImportAsset \ +static_assert(alignof(UInterchangeSceneImportAsset) == 0x000008, "Wrong alignment on UInterchangeSceneImportAsset"); \ +static_assert(sizeof(UInterchangeSceneImportAsset) == 0x000030, "Wrong size on UInterchangeSceneImportAsset"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LiveLinkPose \ +static_assert(alignof(FAnimNode_LiveLinkPose) == 0x000008, "Wrong alignment on FAnimNode_LiveLinkPose"); \ +static_assert(sizeof(FAnimNode_LiveLinkPose) == 0x000068, "Wrong size on FAnimNode_LiveLinkPose"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, InputPose) == 0x000010, "Member 'FAnimNode_LiveLinkPose::InputPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, LiveLinkSubjectName) == 0x000020, "Member 'FAnimNode_LiveLinkPose::LiveLinkSubjectName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, bDoLiveLinkEvaluation) == 0x000028, "Member 'FAnimNode_LiveLinkPose::bDoLiveLinkEvaluation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, RetargetAsset) == 0x000030, "Member 'FAnimNode_LiveLinkPose::RetargetAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LiveLinkPose, CurrentRetargetAsset) == 0x000038, "Member 'FAnimNode_LiveLinkPose::CurrentRetargetAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkInstanceProxy \ +static_assert(alignof(FLiveLinkInstanceProxy) == 0x000010, "Wrong alignment on FLiveLinkInstanceProxy"); \ +static_assert(sizeof(FLiveLinkInstanceProxy) == 0x0007F0, "Wrong size on FLiveLinkInstanceProxy"); \ +static_assert(offsetof(FLiveLinkInstanceProxy, PoseNode) == 0x000788, "Member 'FLiveLinkInstanceProxy::PoseNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkInstance_EnableLiveLinkEvaluation \ +static_assert(alignof(LiveLinkInstance_EnableLiveLinkEvaluation) == 0x000001, "Wrong alignment on LiveLinkInstance_EnableLiveLinkEvaluation"); \ +static_assert(sizeof(LiveLinkInstance_EnableLiveLinkEvaluation) == 0x000001, "Wrong size on LiveLinkInstance_EnableLiveLinkEvaluation"); \ +static_assert(offsetof(LiveLinkInstance_EnableLiveLinkEvaluation, bDoEnable) == 0x000000, "Member 'LiveLinkInstance_EnableLiveLinkEvaluation::bDoEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkInstance_SetRetargetAsset \ +static_assert(alignof(LiveLinkInstance_SetRetargetAsset) == 0x000008, "Wrong alignment on LiveLinkInstance_SetRetargetAsset"); \ +static_assert(sizeof(LiveLinkInstance_SetRetargetAsset) == 0x000008, "Wrong size on LiveLinkInstance_SetRetargetAsset"); \ +static_assert(offsetof(LiveLinkInstance_SetRetargetAsset, RetargetAsset) == 0x000000, "Member 'LiveLinkInstance_SetRetargetAsset::RetargetAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkInstance_SetSubject \ +static_assert(alignof(LiveLinkInstance_SetSubject) == 0x000004, "Wrong alignment on LiveLinkInstance_SetSubject"); \ +static_assert(sizeof(LiveLinkInstance_SetSubject) == 0x000008, "Wrong size on LiveLinkInstance_SetSubject"); \ +static_assert(offsetof(LiveLinkInstance_SetSubject, SubjectName) == 0x000000, "Member 'LiveLinkInstance_SetSubject::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkInstance \ +static_assert(alignof(ULiveLinkInstance) == 0x000010, "Wrong alignment on ULiveLinkInstance"); \ +static_assert(sizeof(ULiveLinkInstance) == 0x0003F0, "Wrong size on ULiveLinkInstance"); \ +static_assert(offsetof(ULiveLinkInstance, CurrentRetargetAsset) == 0x0003E8, "Member 'ULiveLinkInstance::CurrentRetargetAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkRetargetAsset \ +static_assert(alignof(ULiveLinkRetargetAsset) == 0x000008, "Wrong alignment on ULiveLinkRetargetAsset"); \ +static_assert(sizeof(ULiveLinkRetargetAsset) == 0x000028, "Wrong size on ULiveLinkRetargetAsset"); \ + +#define DUMPER7_ASSERTS_LiveLinkRemapAsset_GetRemappedBoneName \ +static_assert(alignof(LiveLinkRemapAsset_GetRemappedBoneName) == 0x000004, "Wrong alignment on LiveLinkRemapAsset_GetRemappedBoneName"); \ +static_assert(sizeof(LiveLinkRemapAsset_GetRemappedBoneName) == 0x000010, "Wrong size on LiveLinkRemapAsset_GetRemappedBoneName"); \ +static_assert(offsetof(LiveLinkRemapAsset_GetRemappedBoneName, BoneName) == 0x000000, "Member 'LiveLinkRemapAsset_GetRemappedBoneName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkRemapAsset_GetRemappedBoneName, ReturnValue) == 0x000008, "Member 'LiveLinkRemapAsset_GetRemappedBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkRemapAsset_GetRemappedCurveName \ +static_assert(alignof(LiveLinkRemapAsset_GetRemappedCurveName) == 0x000004, "Wrong alignment on LiveLinkRemapAsset_GetRemappedCurveName"); \ +static_assert(sizeof(LiveLinkRemapAsset_GetRemappedCurveName) == 0x000010, "Wrong size on LiveLinkRemapAsset_GetRemappedCurveName"); \ +static_assert(offsetof(LiveLinkRemapAsset_GetRemappedCurveName, CurveName) == 0x000000, "Member 'LiveLinkRemapAsset_GetRemappedCurveName::CurveName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkRemapAsset_GetRemappedCurveName, ReturnValue) == 0x000008, "Member 'LiveLinkRemapAsset_GetRemappedCurveName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkRemapAsset_RemapCurveElements \ +static_assert(alignof(LiveLinkRemapAsset_RemapCurveElements) == 0x000008, "Wrong alignment on LiveLinkRemapAsset_RemapCurveElements"); \ +static_assert(sizeof(LiveLinkRemapAsset_RemapCurveElements) == 0x000050, "Wrong size on LiveLinkRemapAsset_RemapCurveElements"); \ +static_assert(offsetof(LiveLinkRemapAsset_RemapCurveElements, CurveItems) == 0x000000, "Member 'LiveLinkRemapAsset_RemapCurveElements::CurveItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkRemapAsset \ +static_assert(alignof(ULiveLinkRemapAsset) == 0x000008, "Wrong alignment on ULiveLinkRemapAsset"); \ +static_assert(sizeof(ULiveLinkRemapAsset) == 0x0000C8, "Wrong size on ULiveLinkRemapAsset"); \ + +#define DUMPER7_ASSERTS_FLiveLinkRetargetAssetReference \ +static_assert(alignof(FLiveLinkRetargetAssetReference) == 0x000001, "Wrong alignment on FLiveLinkRetargetAssetReference"); \ +static_assert(sizeof(FLiveLinkRetargetAssetReference) == 0x000001, "Wrong size on FLiveLinkRetargetAssetReference"); \ + +#define DUMPER7_ASSERTS_FProviderPollResult \ +static_assert(alignof(FProviderPollResult) == 0x000008, "Wrong alignment on FProviderPollResult"); \ +static_assert(sizeof(FProviderPollResult) == 0x000090, "Wrong size on FProviderPollResult"); \ +static_assert(offsetof(FProviderPollResult, Name) == 0x000010, "Member 'FProviderPollResult::Name' has a wrong offset!"); \ +static_assert(offsetof(FProviderPollResult, MachineName) == 0x000020, "Member 'FProviderPollResult::MachineName' has a wrong offset!"); \ +static_assert(offsetof(FProviderPollResult, MachineTimeOffset) == 0x000030, "Member 'FProviderPollResult::MachineTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FProviderPollResult, bIsValidProvider) == 0x000038, "Member 'FProviderPollResult::bIsValidProvider' has a wrong offset!"); \ +static_assert(offsetof(FProviderPollResult, DiscoveryProtocolVersion) == 0x00003C, "Member 'FProviderPollResult::DiscoveryProtocolVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkRoleProjectSetting \ +static_assert(alignof(FLiveLinkRoleProjectSetting) == 0x000008, "Wrong alignment on FLiveLinkRoleProjectSetting"); \ +static_assert(sizeof(FLiveLinkRoleProjectSetting) == 0x000028, "Wrong size on FLiveLinkRoleProjectSetting"); \ +static_assert(offsetof(FLiveLinkRoleProjectSetting, Role) == 0x000000, "Member 'FLiveLinkRoleProjectSetting::Role' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkRoleProjectSetting, SettingClass) == 0x000008, "Member 'FLiveLinkRoleProjectSetting::SettingClass' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkRoleProjectSetting, FrameInterpolationProcessor) == 0x000010, "Member 'FLiveLinkRoleProjectSetting::FrameInterpolationProcessor' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkRoleProjectSetting, FramePreProcessors) == 0x000018, "Member 'FLiveLinkRoleProjectSetting::FramePreProcessors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkVirtualSubjectBoneAttachment \ +static_assert(alignof(FLiveLinkVirtualSubjectBoneAttachment) == 0x000008, "Wrong alignment on FLiveLinkVirtualSubjectBoneAttachment"); \ +static_assert(sizeof(FLiveLinkVirtualSubjectBoneAttachment) == 0x000060, "Wrong size on FLiveLinkVirtualSubjectBoneAttachment"); \ +static_assert(offsetof(FLiveLinkVirtualSubjectBoneAttachment, ParentSubject) == 0x000000, "Member 'FLiveLinkVirtualSubjectBoneAttachment::ParentSubject' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkVirtualSubjectBoneAttachment, ParentBone) == 0x000008, "Member 'FLiveLinkVirtualSubjectBoneAttachment::ParentBone' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkVirtualSubjectBoneAttachment, ChildSubject) == 0x000010, "Member 'FLiveLinkVirtualSubjectBoneAttachment::ChildSubject' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkVirtualSubjectBoneAttachment, ChildBone) == 0x000018, "Member 'FLiveLinkVirtualSubjectBoneAttachment::ChildBone' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkVirtualSubjectBoneAttachment, LocationOffset) == 0x000020, "Member 'FLiveLinkVirtualSubjectBoneAttachment::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkVirtualSubjectBoneAttachment, RotationOffset) == 0x000038, "Member 'FLiveLinkVirtualSubjectBoneAttachment::RotationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkDrivenComponent \ +static_assert(alignof(ULiveLinkDrivenComponent) == 0x000008, "Wrong alignment on ULiveLinkDrivenComponent"); \ +static_assert(sizeof(ULiveLinkDrivenComponent) == 0x0000D8, "Wrong size on ULiveLinkDrivenComponent"); \ +static_assert(offsetof(ULiveLinkDrivenComponent, SubjectName) == 0x0000C0, "Member 'ULiveLinkDrivenComponent::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDrivenComponent, ActorTransformBone) == 0x0000C8, "Member 'ULiveLinkDrivenComponent::ActorTransformBone' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDrivenComponent, bModifyActorTransform) == 0x0000D0, "Member 'ULiveLinkDrivenComponent::bModifyActorTransform' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDrivenComponent, bSetRelativeLocation) == 0x0000D1, "Member 'ULiveLinkDrivenComponent::bSetRelativeLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSkeletonRemapper \ +static_assert(alignof(ULiveLinkSkeletonRemapper) == 0x000008, "Wrong alignment on ULiveLinkSkeletonRemapper"); \ +static_assert(sizeof(ULiveLinkSkeletonRemapper) == 0x0000B8, "Wrong size on ULiveLinkSkeletonRemapper"); \ +static_assert(offsetof(ULiveLinkSkeletonRemapper, ReferenceSkeleton) == 0x000080, "Member 'ULiveLinkSkeletonRemapper::ReferenceSkeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBasicFrameInterpolationProcessor \ +static_assert(alignof(ULiveLinkBasicFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkBasicFrameInterpolationProcessor"); \ +static_assert(sizeof(ULiveLinkBasicFrameInterpolationProcessor) == 0x000040, "Wrong size on ULiveLinkBasicFrameInterpolationProcessor"); \ +static_assert(offsetof(ULiveLinkBasicFrameInterpolationProcessor, bInterpolatePropertyValues) == 0x000028, "Member 'ULiveLinkBasicFrameInterpolationProcessor::bInterpolatePropertyValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationFrameInterpolationProcessor \ +static_assert(alignof(ULiveLinkAnimationFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkAnimationFrameInterpolationProcessor"); \ +static_assert(sizeof(ULiveLinkAnimationFrameInterpolationProcessor) == 0x000050, "Wrong size on ULiveLinkAnimationFrameInterpolationProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationVirtualSubject \ +static_assert(alignof(ULiveLinkAnimationVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkAnimationVirtualSubject"); \ +static_assert(sizeof(ULiveLinkAnimationVirtualSubject) == 0x000250, "Wrong size on ULiveLinkAnimationVirtualSubject"); \ +static_assert(offsetof(ULiveLinkAnimationVirtualSubject, Attachments) == 0x000188, "Member 'ULiveLinkAnimationVirtualSubject::Attachments' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkAnimationVirtualSubject, LocationBehavior) == 0x000198, "Member 'ULiveLinkAnimationVirtualSubject::LocationBehavior' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkAnimationVirtualSubject, RotationBehavior) == 0x00019C, "Member 'ULiveLinkAnimationVirtualSubject::RotationBehavior' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkAnimationVirtualSubject, bAppendSubjectNameToBones) == 0x0001A0, "Member 'ULiveLinkAnimationVirtualSubject::bAppendSubjectNameToBones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_ChildCount \ +static_assert(alignof(LiveLinkBlueprintLibrary_ChildCount) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_ChildCount"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_ChildCount) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_ChildCount"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_ChildCount, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_ChildCount::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_ChildCount, ReturnValue) == 0x000020, "Member 'LiveLinkBlueprintLibrary_ChildCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_ComponentSpaceTransform \ +static_assert(alignof(LiveLinkBlueprintLibrary_ComponentSpaceTransform) == 0x000010, "Wrong alignment on LiveLinkBlueprintLibrary_ComponentSpaceTransform"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_ComponentSpaceTransform) == 0x000080, "Wrong size on LiveLinkBlueprintLibrary_ComponentSpaceTransform"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_ComponentSpaceTransform, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_ComponentSpaceTransform::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_ComponentSpaceTransform, Transform) == 0x000020, "Member 'LiveLinkBlueprintLibrary_ComponentSpaceTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame \ +static_assert(alignof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame, SubjectRepresentation) == 0x000000, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame::SubjectRepresentation' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame, OutBlueprintData) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame::OutBlueprintData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime \ +static_assert(alignof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime) == 0x000038, "Wrong size on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, Role) == 0x000008, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::Role' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, SceneTime) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::SceneTime' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, OutBlueprintData) == 0x000028, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::OutBlueprintData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, ReturnValue) == 0x000030, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset \ +static_assert(alignof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, Role) == 0x000008, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::Role' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, WorldTimeOffset) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::WorldTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, OutBlueprintData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::OutBlueprintData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, ReturnValue) == 0x000020, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole \ +static_assert(alignof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, Role) == 0x000008, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::Role' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, OutBlueprintData) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::OutBlueprintData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetAnimationFrameData \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetAnimationFrameData) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetAnimationFrameData"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetAnimationFrameData) == 0x0000D0, "Wrong size on LiveLinkBlueprintLibrary_GetAnimationFrameData"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationFrameData, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetAnimationFrameData::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationFrameData, AnimationFrameData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetAnimationFrameData::AnimationFrameData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationFrameData, ReturnValue) == 0x0000C8, "Member 'LiveLinkBlueprintLibrary_GetAnimationFrameData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetAnimationStaticData \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetAnimationStaticData) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetAnimationStaticData"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetAnimationStaticData) == 0x000050, "Wrong size on LiveLinkBlueprintLibrary_GetAnimationStaticData"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationStaticData, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetAnimationStaticData::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationStaticData, AnimationStaticData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetAnimationStaticData::AnimationStaticData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationStaticData, ReturnValue) == 0x000048, "Member 'LiveLinkBlueprintLibrary_GetAnimationStaticData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetBasicData \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetBasicData) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetBasicData"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetBasicData) == 0x0000D0, "Wrong size on LiveLinkBlueprintLibrary_GetBasicData"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetBasicData, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetBasicData::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetBasicData, BasicBlueprintData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetBasicData::BasicBlueprintData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetChildren \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetChildren) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetChildren"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetChildren) == 0x000030, "Wrong size on LiveLinkBlueprintLibrary_GetChildren"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetChildren, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetChildren::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetChildren, Children) == 0x000020, "Member 'LiveLinkBlueprintLibrary_GetChildren::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetCurves \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetCurves) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetCurves"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetCurves) == 0x000068, "Wrong size on LiveLinkBlueprintLibrary_GetCurves"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetCurves, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetCurves::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetCurves, Curves) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetCurves::Curves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames) == 0x000018, "Wrong size on LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames, bIncludeVirtualSubject) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames::bIncludeVirtualSubject' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames, ReturnValue) == 0x000008, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole) == 0x000010, "Wrong size on LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole, ReturnValue) == 0x000008, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetLiveLinkSubjects \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetLiveLinkSubjects"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects) == 0x000018, "Wrong size on LiveLinkBlueprintLibrary_GetLiveLinkSubjects"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects, bIncludeDisabledSubject) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjects::bIncludeDisabledSubject' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects, bIncludeVirtualSubject) == 0x000001, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjects::bIncludeVirtualSubject' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects, ReturnValue) == 0x000008, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetLiveLinkSubjectState \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectState) == 0x000004, "Wrong alignment on LiveLinkBlueprintLibrary_GetLiveLinkSubjectState"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectState) == 0x00000C, "Wrong size on LiveLinkBlueprintLibrary_GetLiveLinkSubjectState"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectState, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjectState::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectState, ReturnValue) == 0x000008, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjectState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetMetadata \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetMetadata) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetMetadata"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetMetadata) == 0x000088, "Wrong size on LiveLinkBlueprintLibrary_GetMetadata"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetMetadata, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetMetadata::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetMetadata, MetaData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetMetadata::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetParent \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetParent) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetParent"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetParent) == 0x000040, "Wrong size on LiveLinkBlueprintLibrary_GetParent"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetParent, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetParent::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetParent, Parent) == 0x000020, "Member 'LiveLinkBlueprintLibrary_GetParent::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetPropertyValue \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetPropertyValue) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetPropertyValue"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetPropertyValue) == 0x0000C8, "Wrong size on LiveLinkBlueprintLibrary_GetPropertyValue"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, BasicData) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::BasicData' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, PropertyName) == 0x0000B8, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, Value) == 0x0000C0, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::Value' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, ReturnValue) == 0x0000C4, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetRootTransform \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetRootTransform) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetRootTransform"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetRootTransform) == 0x000038, "Wrong size on LiveLinkBlueprintLibrary_GetRootTransform"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetRootTransform, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetRootTransform::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetRootTransform, LiveLinkTransform) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetRootTransform::LiveLinkTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSourceMachineName \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetSourceMachineName) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSourceMachineName"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetSourceMachineName) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_GetSourceMachineName"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceMachineName, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSourceMachineName::SourceHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceMachineName, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetSourceMachineName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSourceStatus \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetSourceStatus) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSourceStatus"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetSourceStatus) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_GetSourceStatus"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceStatus, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSourceStatus::SourceHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceStatus, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetSourceStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSourceType \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetSourceType) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSourceType"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetSourceType) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_GetSourceType"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceType, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSourceType::SourceHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceType, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetSourceType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSourceTypeFromGuid \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetSourceTypeFromGuid) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSourceTypeFromGuid"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetSourceTypeFromGuid) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_GetSourceTypeFromGuid"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceTypeFromGuid, SourceGuid) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSourceTypeFromGuid::SourceGuid' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceTypeFromGuid, ReturnValue) == 0x000010, "Member 'LiveLinkBlueprintLibrary_GetSourceTypeFromGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole, SubjectKey) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole::SubjectKey' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetTransformByIndex \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetTransformByIndex) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetTransformByIndex"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetTransformByIndex) == 0x000040, "Wrong size on LiveLinkBlueprintLibrary_GetTransformByIndex"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByIndex, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetTransformByIndex::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByIndex, TransformIndex) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetTransformByIndex::TransformIndex' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByIndex, LiveLinkTransform) == 0x000020, "Member 'LiveLinkBlueprintLibrary_GetTransformByIndex::LiveLinkTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetTransformByName \ +static_assert(alignof(LiveLinkBlueprintLibrary_GetTransformByName) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetTransformByName"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_GetTransformByName) == 0x000040, "Wrong size on LiveLinkBlueprintLibrary_GetTransformByName"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByName, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetTransformByName::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByName, TransformName_0) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetTransformByName::TransformName_0' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByName, LiveLinkTransform) == 0x000020, "Member 'LiveLinkBlueprintLibrary_GetTransformByName::LiveLinkTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_HasParent \ +static_assert(alignof(LiveLinkBlueprintLibrary_HasParent) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_HasParent"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_HasParent) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_HasParent"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_HasParent, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_HasParent::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_HasParent, ReturnValue) == 0x000020, "Member 'LiveLinkBlueprintLibrary_HasParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled \ +static_assert(alignof(LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled) == 0x000004, "Wrong alignment on LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled) == 0x00000C, "Wrong size on LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled, ReturnValue) == 0x000008, "Member 'LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_IsSourceStillValid \ +static_assert(alignof(LiveLinkBlueprintLibrary_IsSourceStillValid) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_IsSourceStillValid"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_IsSourceStillValid) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_IsSourceStillValid"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsSourceStillValid, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_IsSourceStillValid::SourceHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsSourceStillValid, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_IsSourceStillValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled \ +static_assert(alignof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled) == 0x000004, "Wrong alignment on LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled) == 0x00001C, "Wrong size on LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled, SubjectKey) == 0x000000, "Member 'LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled::SubjectKey' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled, bForThisFrame) == 0x000018, "Member 'LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled::bForThisFrame' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled, ReturnValue) == 0x000019, "Member 'LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_NumberOfTransforms \ +static_assert(alignof(LiveLinkBlueprintLibrary_NumberOfTransforms) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_NumberOfTransforms"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_NumberOfTransforms) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_NumberOfTransforms"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_NumberOfTransforms, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_NumberOfTransforms::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_NumberOfTransforms, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_NumberOfTransforms::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_ParentBoneSpaceTransform \ +static_assert(alignof(LiveLinkBlueprintLibrary_ParentBoneSpaceTransform) == 0x000010, "Wrong alignment on LiveLinkBlueprintLibrary_ParentBoneSpaceTransform"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_ParentBoneSpaceTransform) == 0x000080, "Wrong size on LiveLinkBlueprintLibrary_ParentBoneSpaceTransform"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_ParentBoneSpaceTransform, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_ParentBoneSpaceTransform::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_ParentBoneSpaceTransform, Transform) == 0x000020, "Member 'LiveLinkBlueprintLibrary_ParentBoneSpaceTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_PauseSubject \ +static_assert(alignof(LiveLinkBlueprintLibrary_PauseSubject) == 0x000004, "Wrong alignment on LiveLinkBlueprintLibrary_PauseSubject"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_PauseSubject) == 0x000008, "Wrong size on LiveLinkBlueprintLibrary_PauseSubject"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_PauseSubject, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_PauseSubject::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_RemoveSource \ +static_assert(alignof(LiveLinkBlueprintLibrary_RemoveSource) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_RemoveSource"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_RemoveSource) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_RemoveSource"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_RemoveSource, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_RemoveSource::SourceHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_RemoveSource, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_RemoveSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled \ +static_assert(alignof(LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled) == 0x000004, "Wrong alignment on LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled) == 0x00001C, "Wrong size on LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled, SubjectKey) == 0x000000, "Member 'LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled::SubjectKey' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled, bEnabled) == 0x000018, "Member 'LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_TransformName \ +static_assert(alignof(LiveLinkBlueprintLibrary_TransformName) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_TransformName"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_TransformName) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_TransformName"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_TransformName, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_TransformName::LiveLinkTransform' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_TransformName, Name_0) == 0x000020, "Member 'LiveLinkBlueprintLibrary_TransformName::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_TransformNames \ +static_assert(alignof(LiveLinkBlueprintLibrary_TransformNames) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_TransformNames"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_TransformNames) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_TransformNames"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_TransformNames, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_TransformNames::SubjectFrameHandle' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_TransformNames, TransformNames_0) == 0x000018, "Member 'LiveLinkBlueprintLibrary_TransformNames::TransformNames_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_UnpauseSubject \ +static_assert(alignof(LiveLinkBlueprintLibrary_UnpauseSubject) == 0x000004, "Wrong alignment on LiveLinkBlueprintLibrary_UnpauseSubject"); \ +static_assert(sizeof(LiveLinkBlueprintLibrary_UnpauseSubject) == 0x000008, "Wrong size on LiveLinkBlueprintLibrary_UnpauseSubject"); \ +static_assert(offsetof(LiveLinkBlueprintLibrary_UnpauseSubject, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_UnpauseSubject::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBlueprintLibrary \ +static_assert(alignof(ULiveLinkBlueprintLibrary) == 0x000008, "Wrong alignment on ULiveLinkBlueprintLibrary"); \ +static_assert(sizeof(ULiveLinkBlueprintLibrary) == 0x000028, "Wrong size on ULiveLinkBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBroadcastComponent \ +static_assert(alignof(ULiveLinkBroadcastComponent) == 0x000008, "Wrong alignment on ULiveLinkBroadcastComponent"); \ +static_assert(sizeof(ULiveLinkBroadcastComponent) == 0x000148, "Wrong size on ULiveLinkBroadcastComponent"); \ +static_assert(offsetof(ULiveLinkBroadcastComponent, bEnable) == 0x0000C0, "Member 'ULiveLinkBroadcastComponent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkBroadcastComponent, SubjectName) == 0x0000C4, "Member 'ULiveLinkBroadcastComponent::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkBroadcastComponent, Role) == 0x0000D0, "Member 'ULiveLinkBroadcastComponent::Role' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkBroadcastComponent, SourceMesh) == 0x0000D8, "Member 'ULiveLinkBroadcastComponent::SourceMesh' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkBroadcastComponent, AllowedBoneNames) == 0x000100, "Member 'ULiveLinkBroadcastComponent::AllowedBoneNames' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkBroadcastComponent, AllowedCurveNames) == 0x000110, "Member 'ULiveLinkBroadcastComponent::AllowedCurveNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBroadcastSubsystem \ +static_assert(alignof(ULiveLinkBroadcastSubsystem) == 0x000008, "Wrong alignment on ULiveLinkBroadcastSubsystem"); \ +static_assert(sizeof(ULiveLinkBroadcastSubsystem) == 0x000040, "Wrong size on ULiveLinkBroadcastSubsystem"); \ + +#define DUMPER7_ASSERTS_ULiveLinkComponent \ +static_assert(alignof(ULiveLinkComponent) == 0x000008, "Wrong alignment on ULiveLinkComponent"); \ +static_assert(sizeof(ULiveLinkComponent) == 0x0000E0, "Wrong size on ULiveLinkComponent"); \ +static_assert(offsetof(ULiveLinkComponent, OnLiveLinkUpdated) == 0x0000C0, "Member 'ULiveLinkComponent::OnLiveLinkUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkCustomTimeStep \ +static_assert(alignof(ULiveLinkCustomTimeStep) == 0x000008, "Wrong alignment on ULiveLinkCustomTimeStep"); \ +static_assert(sizeof(ULiveLinkCustomTimeStep) == 0x0000C0, "Wrong size on ULiveLinkCustomTimeStep"); \ +static_assert(offsetof(ULiveLinkCustomTimeStep, LiveLinkDataRate) == 0x000030, "Member 'ULiveLinkCustomTimeStep::LiveLinkDataRate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkCustomTimeStep, SubjectKey) == 0x000038, "Member 'ULiveLinkCustomTimeStep::SubjectKey' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkCustomTimeStep, bLockStepMode) == 0x000050, "Member 'ULiveLinkCustomTimeStep::bLockStepMode' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkCustomTimeStep, FrameRateDivider) == 0x000054, "Member 'ULiveLinkCustomTimeStep::FrameRateDivider' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkCustomTimeStep, TimeoutInSeconds) == 0x000058, "Member 'ULiveLinkCustomTimeStep::TimeoutInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkHubSubjectSettings \ +static_assert(alignof(ULiveLinkHubSubjectSettings) == 0x000008, "Wrong alignment on ULiveLinkHubSubjectSettings"); \ +static_assert(sizeof(ULiveLinkHubSubjectSettings) == 0x0000E0, "Wrong size on ULiveLinkHubSubjectSettings"); \ +static_assert(offsetof(ULiveLinkHubSubjectSettings, SubjectName) == 0x0000A0, "Member 'ULiveLinkHubSubjectSettings::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkHubSubjectSettings, OutboundName) == 0x0000B0, "Member 'ULiveLinkHubSubjectSettings::OutboundName' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkHubSubjectSettings, Source) == 0x0000C0, "Member 'ULiveLinkHubSubjectSettings::Source' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkHubSubjectSettings, TranslatorsProxy) == 0x0000D0, "Member 'ULiveLinkHubSubjectSettings::TranslatorsProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkMessageBusFinder_ConnectToProvider \ +static_assert(alignof(LiveLinkMessageBusFinder_ConnectToProvider) == 0x000008, "Wrong alignment on LiveLinkMessageBusFinder_ConnectToProvider"); \ +static_assert(sizeof(LiveLinkMessageBusFinder_ConnectToProvider) == 0x0000A8, "Wrong size on LiveLinkMessageBusFinder_ConnectToProvider"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_ConnectToProvider, Provider) == 0x000000, "Member 'LiveLinkMessageBusFinder_ConnectToProvider::Provider' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_ConnectToProvider, SourceHandle) == 0x000090, "Member 'LiveLinkMessageBusFinder_ConnectToProvider::SourceHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkMessageBusFinder_ConstructMessageBusFinder \ +static_assert(alignof(LiveLinkMessageBusFinder_ConstructMessageBusFinder) == 0x000008, "Wrong alignment on LiveLinkMessageBusFinder_ConstructMessageBusFinder"); \ +static_assert(sizeof(LiveLinkMessageBusFinder_ConstructMessageBusFinder) == 0x000008, "Wrong size on LiveLinkMessageBusFinder_ConstructMessageBusFinder"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_ConstructMessageBusFinder, ReturnValue) == 0x000000, "Member 'LiveLinkMessageBusFinder_ConstructMessageBusFinder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkMessageBusFinder_GetAvailableProviders \ +static_assert(alignof(LiveLinkMessageBusFinder_GetAvailableProviders) == 0x000008, "Wrong alignment on LiveLinkMessageBusFinder_GetAvailableProviders"); \ +static_assert(sizeof(LiveLinkMessageBusFinder_GetAvailableProviders) == 0x000038, "Wrong size on LiveLinkMessageBusFinder_GetAvailableProviders"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, WorldContextObject) == 0x000000, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, LatentInfo) == 0x000008, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, Duration) == 0x000020, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::Duration' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, AvailableProviders) == 0x000028, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::AvailableProviders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkMessageBusFinder \ +static_assert(alignof(ULiveLinkMessageBusFinder) == 0x000008, "Wrong alignment on ULiveLinkMessageBusFinder"); \ +static_assert(sizeof(ULiveLinkMessageBusFinder) == 0x000080, "Wrong size on ULiveLinkMessageBusFinder"); \ + +#define DUMPER7_ASSERTS_ULiveLinkMessageBusSourceFactory \ +static_assert(alignof(ULiveLinkMessageBusSourceFactory) == 0x000008, "Wrong alignment on ULiveLinkMessageBusSourceFactory"); \ +static_assert(sizeof(ULiveLinkMessageBusSourceFactory) == 0x000028, "Wrong size on ULiveLinkMessageBusSourceFactory"); \ + +#define DUMPER7_ASSERTS_ULiveLinkMessageBusSourceSettings \ +static_assert(alignof(ULiveLinkMessageBusSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkMessageBusSourceSettings"); \ +static_assert(sizeof(ULiveLinkMessageBusSourceSettings) == 0x0000B8, "Wrong size on ULiveLinkMessageBusSourceSettings"); \ + +#define DUMPER7_ASSERTS_LiveLinkPreset_ApplyToClientLatent \ +static_assert(alignof(LiveLinkPreset_ApplyToClientLatent) == 0x000008, "Wrong alignment on LiveLinkPreset_ApplyToClientLatent"); \ +static_assert(sizeof(LiveLinkPreset_ApplyToClientLatent) == 0x000020, "Wrong size on LiveLinkPreset_ApplyToClientLatent"); \ +static_assert(offsetof(LiveLinkPreset_ApplyToClientLatent, WorldContextObject) == 0x000000, "Member 'LiveLinkPreset_ApplyToClientLatent::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkPreset_ApplyToClientLatent, LatentInfo) == 0x000008, "Member 'LiveLinkPreset_ApplyToClientLatent::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkPreset_AddToClient \ +static_assert(alignof(LiveLinkPreset_AddToClient) == 0x000001, "Wrong alignment on LiveLinkPreset_AddToClient"); \ +static_assert(sizeof(LiveLinkPreset_AddToClient) == 0x000002, "Wrong size on LiveLinkPreset_AddToClient"); \ +static_assert(offsetof(LiveLinkPreset_AddToClient, bRecreatePresets) == 0x000000, "Member 'LiveLinkPreset_AddToClient::bRecreatePresets' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkPreset_AddToClient, ReturnValue) == 0x000001, "Member 'LiveLinkPreset_AddToClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkPreset_ApplyToClient \ +static_assert(alignof(LiveLinkPreset_ApplyToClient) == 0x000001, "Wrong alignment on LiveLinkPreset_ApplyToClient"); \ +static_assert(sizeof(LiveLinkPreset_ApplyToClient) == 0x000001, "Wrong size on LiveLinkPreset_ApplyToClient"); \ +static_assert(offsetof(LiveLinkPreset_ApplyToClient, ReturnValue) == 0x000000, "Member 'LiveLinkPreset_ApplyToClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkPreset \ +static_assert(alignof(ULiveLinkPreset) == 0x000008, "Wrong alignment on ULiveLinkPreset"); \ +static_assert(sizeof(ULiveLinkPreset) == 0x000058, "Wrong size on ULiveLinkPreset"); \ +static_assert(offsetof(ULiveLinkPreset, Sources) == 0x000028, "Member 'ULiveLinkPreset::Sources' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkPreset, Subjects) == 0x000038, "Member 'ULiveLinkPreset::Subjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkUserSettings \ +static_assert(alignof(ULiveLinkUserSettings) == 0x000008, "Wrong alignment on ULiveLinkUserSettings"); \ +static_assert(sizeof(ULiveLinkUserSettings) == 0x000038, "Wrong size on ULiveLinkUserSettings"); \ +static_assert(offsetof(ULiveLinkUserSettings, PresetSaveDir) == 0x000028, "Member 'ULiveLinkUserSettings::PresetSaveDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkSettings \ +static_assert(alignof(ULiveLinkSettings) == 0x000008, "Wrong alignment on ULiveLinkSettings"); \ +static_assert(sizeof(ULiveLinkSettings) == 0x0000E8, "Wrong size on ULiveLinkSettings"); \ +static_assert(offsetof(ULiveLinkSettings, DefaultRoleSettings) == 0x000028, "Member 'ULiveLinkSettings::DefaultRoleSettings' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, DefaultSettingsClass) == 0x000038, "Member 'ULiveLinkSettings::DefaultSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, FrameInterpolationProcessor) == 0x000058, "Member 'ULiveLinkSettings::FrameInterpolationProcessor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, DefaultLiveLinkPreset) == 0x000060, "Member 'ULiveLinkSettings::DefaultLiveLinkPreset' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, ClockOffsetCorrectionStep) == 0x000088, "Member 'ULiveLinkSettings::ClockOffsetCorrectionStep' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, DefaultMessageBusSourceMode) == 0x00008C, "Member 'ULiveLinkSettings::DefaultMessageBusSourceMode' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, MessageBusPingRequestFrequency) == 0x000090, "Member 'ULiveLinkSettings::MessageBusPingRequestFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, MessageBusHeartbeatFrequency) == 0x000098, "Member 'ULiveLinkSettings::MessageBusHeartbeatFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, MessageBusHeartbeatTimeout) == 0x0000A0, "Member 'ULiveLinkSettings::MessageBusHeartbeatTimeout' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, MessageBusTimeBeforeRemovingInactiveSource) == 0x0000A8, "Member 'ULiveLinkSettings::MessageBusTimeBeforeRemovingInactiveSource' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, bPreProcessRebroadcastFrames) == 0x0000B0, "Member 'ULiveLinkSettings::bPreProcessRebroadcastFrames' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, bTranslateRebroadcastFrames) == 0x0000B1, "Member 'ULiveLinkSettings::bTranslateRebroadcastFrames' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, TimeWithoutFrameToBeConsiderAsInvalid) == 0x0000B8, "Member 'ULiveLinkSettings::TimeWithoutFrameToBeConsiderAsInvalid' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, ValidColor) == 0x0000C0, "Member 'ULiveLinkSettings::ValidColor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, InvalidColor) == 0x0000D0, "Member 'ULiveLinkSettings::InvalidColor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, TextSizeSource) == 0x0000E0, "Member 'ULiveLinkSettings::TextSizeSource' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkSettings, TextSizeSubject) == 0x0000E1, "Member 'ULiveLinkSettings::TextSizeSubject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTimecodeProvider \ +static_assert(alignof(ULiveLinkTimecodeProvider) == 0x000008, "Wrong alignment on ULiveLinkTimecodeProvider"); \ +static_assert(sizeof(ULiveLinkTimecodeProvider) == 0x0000C0, "Wrong size on ULiveLinkTimecodeProvider"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, SubjectKey) == 0x000030, "Member 'ULiveLinkTimecodeProvider::SubjectKey' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, Evaluation) == 0x000048, "Member 'ULiveLinkTimecodeProvider::Evaluation' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, bOverrideFrameRate) == 0x00004C, "Member 'ULiveLinkTimecodeProvider::bOverrideFrameRate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, OverrideFrameRate) == 0x000050, "Member 'ULiveLinkTimecodeProvider::OverrideFrameRate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTimecodeProvider, BufferSize) == 0x000058, "Member 'ULiveLinkTimecodeProvider::BufferSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTimeSynchronizationSource \ +static_assert(alignof(ULiveLinkTimeSynchronizationSource) == 0x000008, "Wrong alignment on ULiveLinkTimeSynchronizationSource"); \ +static_assert(sizeof(ULiveLinkTimeSynchronizationSource) == 0x000080, "Wrong size on ULiveLinkTimeSynchronizationSource"); \ +static_assert(offsetof(ULiveLinkTimeSynchronizationSource, SubjectName) == 0x000030, "Member 'ULiveLinkTimeSynchronizationSource::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkVirtualSubjectSourceSettings \ +static_assert(alignof(ULiveLinkVirtualSubjectSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkVirtualSubjectSourceSettings"); \ +static_assert(sizeof(ULiveLinkVirtualSubjectSourceSettings) == 0x0000C0, "Wrong size on ULiveLinkVirtualSubjectSourceSettings"); \ +static_assert(offsetof(ULiveLinkVirtualSubjectSourceSettings, SourceName) == 0x0000B8, "Member 'ULiveLinkVirtualSubjectSourceSettings::SourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTransformAxisSwitchPreProcessor \ +static_assert(alignof(ULiveLinkTransformAxisSwitchPreProcessor) == 0x000008, "Wrong alignment on ULiveLinkTransformAxisSwitchPreProcessor"); \ +static_assert(sizeof(ULiveLinkTransformAxisSwitchPreProcessor) == 0x000070, "Wrong size on ULiveLinkTransformAxisSwitchPreProcessor"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, FrontAxis) == 0x000028, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::FrontAxis' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, RightAxis) == 0x000029, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::RightAxis' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, UpAxis) == 0x00002A, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::UpAxis' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, bUseOffsetPosition) == 0x00002B, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::bUseOffsetPosition' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, bUseOffsetOrientation) == 0x00002C, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::bUseOffsetOrientation' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, OffsetPosition) == 0x000030, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::OffsetPosition' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, OffsetOrientation) == 0x000048, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::OffsetOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationAxisSwitchPreProcessor \ +static_assert(alignof(ULiveLinkAnimationAxisSwitchPreProcessor) == 0x000008, "Wrong alignment on ULiveLinkAnimationAxisSwitchPreProcessor"); \ +static_assert(sizeof(ULiveLinkAnimationAxisSwitchPreProcessor) == 0x000070, "Wrong size on ULiveLinkAnimationAxisSwitchPreProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkLocatorAxisSwitchPreProcessor \ +static_assert(alignof(ULiveLinkLocatorAxisSwitchPreProcessor) == 0x000008, "Wrong alignment on ULiveLinkLocatorAxisSwitchPreProcessor"); \ +static_assert(sizeof(ULiveLinkLocatorAxisSwitchPreProcessor) == 0x000070, "Wrong size on ULiveLinkLocatorAxisSwitchPreProcessor"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTransformDeadbandPreProcessor \ +static_assert(alignof(ULiveLinkTransformDeadbandPreProcessor) == 0x000008, "Wrong alignment on ULiveLinkTransformDeadbandPreProcessor"); \ +static_assert(sizeof(ULiveLinkTransformDeadbandPreProcessor) == 0x000048, "Wrong size on ULiveLinkTransformDeadbandPreProcessor"); \ +static_assert(offsetof(ULiveLinkTransformDeadbandPreProcessor, bEnableDeadband) == 0x000028, "Member 'ULiveLinkTransformDeadbandPreProcessor::bEnableDeadband' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformDeadbandPreProcessor, TranslationDeadband) == 0x00002C, "Member 'ULiveLinkTransformDeadbandPreProcessor::TranslationDeadband' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformDeadbandPreProcessor, RotationDeadbandInDegrees) == 0x000030, "Member 'ULiveLinkTransformDeadbandPreProcessor::RotationDeadbandInDegrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkAnimationRoleToTransform \ +static_assert(alignof(ULiveLinkAnimationRoleToTransform) == 0x000008, "Wrong alignment on ULiveLinkAnimationRoleToTransform"); \ +static_assert(sizeof(ULiveLinkAnimationRoleToTransform) == 0x000040, "Wrong size on ULiveLinkAnimationRoleToTransform"); \ +static_assert(offsetof(ULiveLinkAnimationRoleToTransform, BoneName) == 0x000028, "Member 'ULiveLinkAnimationRoleToTransform::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTransformRoleToAnimation \ +static_assert(alignof(ULiveLinkTransformRoleToAnimation) == 0x000008, "Wrong alignment on ULiveLinkTransformRoleToAnimation"); \ +static_assert(sizeof(ULiveLinkTransformRoleToAnimation) == 0x000040, "Wrong size on ULiveLinkTransformRoleToAnimation"); \ +static_assert(offsetof(ULiveLinkTransformRoleToAnimation, OutputBoneName) == 0x000028, "Member 'ULiveLinkTransformRoleToAnimation::OutputBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal \ +static_assert(alignof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal) == 0x000008, "Wrong alignment on LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal"); \ +static_assert(sizeof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal) == 0x0000A8, "Wrong size on LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal"); \ +static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal, InStruct) == 0x000000, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal::InStruct' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal, bInShouldStampCurrentTime) == 0x0000A0, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal::bInShouldStampCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal, ReturnValue) == 0x0000A1, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal \ +static_assert(alignof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal) == 0x000008, "Wrong alignment on LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal"); \ +static_assert(sizeof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal) == 0x000018, "Wrong size on LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal"); \ +static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal, InStruct) == 0x000000, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal::InStruct' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal, ReturnValue) == 0x000010, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkBlueprintVirtualSubject \ +static_assert(alignof(ULiveLinkBlueprintVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkBlueprintVirtualSubject"); \ +static_assert(sizeof(ULiveLinkBlueprintVirtualSubject) == 0x0001A8, "Wrong size on ULiveLinkBlueprintVirtualSubject"); \ + +#define DUMPER7_ASSERTS_LiveLinkDataPreview_SetEnableLiveLinkData \ +static_assert(alignof(LiveLinkDataPreview_SetEnableLiveLinkData) == 0x000001, "Wrong alignment on LiveLinkDataPreview_SetEnableLiveLinkData"); \ +static_assert(sizeof(LiveLinkDataPreview_SetEnableLiveLinkData) == 0x000001, "Wrong size on LiveLinkDataPreview_SetEnableLiveLinkData"); \ +static_assert(offsetof(LiveLinkDataPreview_SetEnableLiveLinkData, bNewEvaluate) == 0x000000, "Member 'LiveLinkDataPreview_SetEnableLiveLinkData::bNewEvaluate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALiveLinkDataPreview \ +static_assert(alignof(ALiveLinkDataPreview) == 0x000008, "Wrong alignment on ALiveLinkDataPreview"); \ +static_assert(sizeof(ALiveLinkDataPreview) == 0x000408, "Wrong size on ALiveLinkDataPreview"); \ +static_assert(offsetof(ALiveLinkDataPreview, Subjects) == 0x0002B0, "Member 'ALiveLinkDataPreview::Subjects' has a wrong offset!"); \ +static_assert(offsetof(ALiveLinkDataPreview, bDrawLabels) == 0x0003D8, "Member 'ALiveLinkDataPreview::bDrawLabels' has a wrong offset!"); \ +static_assert(offsetof(ALiveLinkDataPreview, bEvaluateLiveLink) == 0x0003D9, "Member 'ALiveLinkDataPreview::bEvaluateLiveLink' has a wrong offset!"); \ +static_assert(offsetof(ALiveLinkDataPreview, BillboardComponent) == 0x0003F0, "Member 'ALiveLinkDataPreview::BillboardComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkDataPreviewComponent_SetDrawLabels \ +static_assert(alignof(LiveLinkDataPreviewComponent_SetDrawLabels) == 0x000001, "Wrong alignment on LiveLinkDataPreviewComponent_SetDrawLabels"); \ +static_assert(sizeof(LiveLinkDataPreviewComponent_SetDrawLabels) == 0x000001, "Wrong size on LiveLinkDataPreviewComponent_SetDrawLabels"); \ +static_assert(offsetof(LiveLinkDataPreviewComponent_SetDrawLabels, bNewDrawLabel) == 0x000000, "Member 'LiveLinkDataPreviewComponent_SetDrawLabels::bNewDrawLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkDataPreviewComponent_SetEvaluateLiveLinkData \ +static_assert(alignof(LiveLinkDataPreviewComponent_SetEvaluateLiveLinkData) == 0x000001, "Wrong alignment on LiveLinkDataPreviewComponent_SetEvaluateLiveLinkData"); \ +static_assert(sizeof(LiveLinkDataPreviewComponent_SetEvaluateLiveLinkData) == 0x000001, "Wrong size on LiveLinkDataPreviewComponent_SetEvaluateLiveLinkData"); \ +static_assert(offsetof(LiveLinkDataPreviewComponent_SetEvaluateLiveLinkData, bNewEvaluateLiveLink) == 0x000000, "Member 'LiveLinkDataPreviewComponent_SetEvaluateLiveLinkData::bNewEvaluateLiveLink' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkDataPreviewComponent \ +static_assert(alignof(ULiveLinkDataPreviewComponent) == 0x000010, "Wrong alignment on ULiveLinkDataPreviewComponent"); \ +static_assert(sizeof(ULiveLinkDataPreviewComponent) == 0x000B00, "Wrong size on ULiveLinkDataPreviewComponent"); \ +static_assert(offsetof(ULiveLinkDataPreviewComponent, SubjectName) == 0x0009D8, "Member 'ULiveLinkDataPreviewComponent::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDataPreviewComponent, bEvaluateLiveLink) == 0x0009E0, "Member 'ULiveLinkDataPreviewComponent::bEvaluateLiveLink' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDataPreviewComponent, bDrawLabels) == 0x0009E1, "Member 'ULiveLinkDataPreviewComponent::bDrawLabels' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkDataPreviewComponent, BoneVisualType) == 0x0009E2, "Member 'ULiveLinkDataPreviewComponent::BoneVisualType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkMarkerVisualizer \ +static_assert(alignof(ULiveLinkMarkerVisualizer) == 0x000010, "Wrong alignment on ULiveLinkMarkerVisualizer"); \ +static_assert(sizeof(ULiveLinkMarkerVisualizer) == 0x000A10, "Wrong size on ULiveLinkMarkerVisualizer"); \ +static_assert(offsetof(ULiveLinkMarkerVisualizer, DynamicMaterial) == 0x0009D8, "Member 'ULiveLinkMarkerVisualizer::DynamicMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkMarkerVisualizer, LiveLinkSubject) == 0x0009E0, "Member 'ULiveLinkMarkerVisualizer::LiveLinkSubject' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkMarkerVisualizer, bEvaluateLiveLink) == 0x0009E8, "Member 'ULiveLinkMarkerVisualizer::bEvaluateLiveLink' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkMarkerVisualizer, bDrawLabels) == 0x0009E9, "Member 'ULiveLinkMarkerVisualizer::bDrawLabels' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkMarkerVisualizer, XAxisSign) == 0x0009EA, "Member 'ULiveLinkMarkerVisualizer::XAxisSign' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkMarkerVisualizer, YAxisSign) == 0x0009EB, "Member 'ULiveLinkMarkerVisualizer::YAxisSign' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkMarkerVisualizer, MarkerLocations) == 0x0009F0, "Member 'ULiveLinkMarkerVisualizer::MarkerLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkTransformControllerData \ +static_assert(alignof(FLiveLinkTransformControllerData) == 0x000001, "Wrong alignment on FLiveLinkTransformControllerData"); \ +static_assert(sizeof(FLiveLinkTransformControllerData) == 0x000006, "Wrong size on FLiveLinkTransformControllerData"); \ +static_assert(offsetof(FLiveLinkTransformControllerData, bWorldTransform) == 0x000000, "Member 'FLiveLinkTransformControllerData::bWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformControllerData, bUseLocation) == 0x000001, "Member 'FLiveLinkTransformControllerData::bUseLocation' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformControllerData, bUseRotation) == 0x000002, "Member 'FLiveLinkTransformControllerData::bUseRotation' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformControllerData, bUseScale) == 0x000003, "Member 'FLiveLinkTransformControllerData::bUseScale' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformControllerData, bSweep) == 0x000004, "Member 'FLiveLinkTransformControllerData::bSweep' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkTransformControllerData, bTeleport) == 0x000005, "Member 'FLiveLinkTransformControllerData::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkComponentSettings \ +static_assert(alignof(ULiveLinkComponentSettings) == 0x000008, "Wrong alignment on ULiveLinkComponentSettings"); \ +static_assert(sizeof(ULiveLinkComponentSettings) == 0x000080, "Wrong size on ULiveLinkComponentSettings"); \ +static_assert(offsetof(ULiveLinkComponentSettings, DefaultControllerForRole) == 0x000028, "Member 'ULiveLinkComponentSettings::DefaultControllerForRole' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentSettings, bUpdateSubjectsImmediatelyInPIE) == 0x000078, "Member 'ULiveLinkComponentSettings::bUpdateSubjectsImmediatelyInPIE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkControllerBase \ +static_assert(alignof(ULiveLinkControllerBase) == 0x000008, "Wrong alignment on ULiveLinkControllerBase"); \ +static_assert(sizeof(ULiveLinkControllerBase) == 0x000068, "Wrong size on ULiveLinkControllerBase"); \ +static_assert(offsetof(ULiveLinkControllerBase, ComponentPicker) == 0x000028, "Member 'ULiveLinkControllerBase::ComponentPicker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkLightController \ +static_assert(alignof(ULiveLinkLightController) == 0x000008, "Wrong alignment on ULiveLinkLightController"); \ +static_assert(sizeof(ULiveLinkLightController) == 0x000068, "Wrong size on ULiveLinkLightController"); \ + +#define DUMPER7_ASSERTS_ULiveLinkTransformController \ +static_assert(alignof(ULiveLinkTransformController) == 0x000010, "Wrong alignment on ULiveLinkTransformController"); \ +static_assert(sizeof(ULiveLinkTransformController) == 0x000130, "Wrong size on ULiveLinkTransformController"); \ +static_assert(offsetof(ULiveLinkTransformController, TransformData) == 0x000068, "Member 'ULiveLinkTransformController::TransformData' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkTransformController, OffsetTransform) == 0x000070, "Member 'ULiveLinkTransformController::OffsetTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkComponentController_SetControlledComponent \ +static_assert(alignof(LiveLinkComponentController_SetControlledComponent) == 0x000008, "Wrong alignment on LiveLinkComponentController_SetControlledComponent"); \ +static_assert(sizeof(LiveLinkComponentController_SetControlledComponent) == 0x000010, "Wrong size on LiveLinkComponentController_SetControlledComponent"); \ +static_assert(offsetof(LiveLinkComponentController_SetControlledComponent, InRoleClass) == 0x000000, "Member 'LiveLinkComponentController_SetControlledComponent::InRoleClass' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponentController_SetControlledComponent, InComponent) == 0x000008, "Member 'LiveLinkComponentController_SetControlledComponent::InComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkComponentController_SetSubjectRepresentation \ +static_assert(alignof(LiveLinkComponentController_SetSubjectRepresentation) == 0x000008, "Wrong alignment on LiveLinkComponentController_SetSubjectRepresentation"); \ +static_assert(sizeof(LiveLinkComponentController_SetSubjectRepresentation) == 0x000010, "Wrong size on LiveLinkComponentController_SetSubjectRepresentation"); \ +static_assert(offsetof(LiveLinkComponentController_SetSubjectRepresentation, InSubjectRepresentation) == 0x000000, "Member 'LiveLinkComponentController_SetSubjectRepresentation::InSubjectRepresentation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkComponentController_GetControlledComponent \ +static_assert(alignof(LiveLinkComponentController_GetControlledComponent) == 0x000008, "Wrong alignment on LiveLinkComponentController_GetControlledComponent"); \ +static_assert(sizeof(LiveLinkComponentController_GetControlledComponent) == 0x000010, "Wrong size on LiveLinkComponentController_GetControlledComponent"); \ +static_assert(offsetof(LiveLinkComponentController_GetControlledComponent, InRoleClass) == 0x000000, "Member 'LiveLinkComponentController_GetControlledComponent::InRoleClass' has a wrong offset!"); \ +static_assert(offsetof(LiveLinkComponentController_GetControlledComponent, ReturnValue) == 0x000008, "Member 'LiveLinkComponentController_GetControlledComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LiveLinkComponentController_GetSubjectRepresentation \ +static_assert(alignof(LiveLinkComponentController_GetSubjectRepresentation) == 0x000008, "Wrong alignment on LiveLinkComponentController_GetSubjectRepresentation"); \ +static_assert(sizeof(LiveLinkComponentController_GetSubjectRepresentation) == 0x000010, "Wrong size on LiveLinkComponentController_GetSubjectRepresentation"); \ +static_assert(offsetof(LiveLinkComponentController_GetSubjectRepresentation, ReturnValue) == 0x000000, "Member 'LiveLinkComponentController_GetSubjectRepresentation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULiveLinkComponentController \ +static_assert(alignof(ULiveLinkComponentController) == 0x000008, "Wrong alignment on ULiveLinkComponentController"); \ +static_assert(sizeof(ULiveLinkComponentController) == 0x000168, "Wrong size on ULiveLinkComponentController"); \ +static_assert(offsetof(ULiveLinkComponentController, SubjectRepresentation) == 0x0000C0, "Member 'ULiveLinkComponentController::SubjectRepresentation' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, ControllerMap) == 0x0000D0, "Member 'ULiveLinkComponentController::ControllerMap' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, bUpdateInEditor) == 0x000120, "Member 'ULiveLinkComponentController::bUpdateInEditor' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, OnLiveLinkUpdated) == 0x000128, "Member 'ULiveLinkComponentController::OnLiveLinkUpdated' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, OnControllerMapUpdatedDelegate) == 0x000138, "Member 'ULiveLinkComponentController::OnControllerMapUpdatedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, bDisableEvaluateLiveLinkWhenSpawnable) == 0x000148, "Member 'ULiveLinkComponentController::bDisableEvaluateLiveLinkWhenSpawnable' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, bEvaluateLiveLink) == 0x000149, "Member 'ULiveLinkComponentController::bEvaluateLiveLink' has a wrong offset!"); \ +static_assert(offsetof(ULiveLinkComponentController, bUpdateInPreviewEditor) == 0x00014A, "Member 'ULiveLinkComponentController::bUpdateInPreviewEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkPropertyData \ +static_assert(alignof(FLiveLinkPropertyData) == 0x000008, "Wrong alignment on FLiveLinkPropertyData"); \ +static_assert(sizeof(FLiveLinkPropertyData) == 0x000058, "Wrong size on FLiveLinkPropertyData"); \ +static_assert(offsetof(FLiveLinkPropertyData, PropertyName) == 0x000000, "Member 'FLiveLinkPropertyData::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, FloatChannel) == 0x000008, "Member 'FLiveLinkPropertyData::FloatChannel' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, StringChannel) == 0x000018, "Member 'FLiveLinkPropertyData::StringChannel' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, IntegerChannel) == 0x000028, "Member 'FLiveLinkPropertyData::IntegerChannel' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, BoolChannel) == 0x000038, "Member 'FLiveLinkPropertyData::BoolChannel' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPropertyData, ByteChannel) == 0x000048, "Member 'FLiveLinkPropertyData::ByteChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubSectionData \ +static_assert(alignof(FLiveLinkSubSectionData) == 0x000008, "Wrong alignment on FLiveLinkSubSectionData"); \ +static_assert(sizeof(FLiveLinkSubSectionData) == 0x000010, "Wrong size on FLiveLinkSubSectionData"); \ +static_assert(offsetof(FLiveLinkSubSectionData, Properties) == 0x000000, "Member 'FLiveLinkSubSectionData::Properties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneLiveLinkSectionTemplate \ +static_assert(alignof(FMovieSceneLiveLinkSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneLiveLinkSectionTemplate"); \ +static_assert(sizeof(FMovieSceneLiveLinkSectionTemplate) == 0x0000B8, "Wrong size on FMovieSceneLiveLinkSectionTemplate"); \ +static_assert(offsetof(FMovieSceneLiveLinkSectionTemplate, SubjectPreset) == 0x000038, "Member 'FMovieSceneLiveLinkSectionTemplate::SubjectPreset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneLiveLinkSectionTemplate, ChannelMask) == 0x000070, "Member 'FMovieSceneLiveLinkSectionTemplate::ChannelMask' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneLiveLinkSectionTemplate, SubSectionsData) == 0x000080, "Member 'FMovieSceneLiveLinkSectionTemplate::SubSectionsData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSection \ +static_assert(alignof(UMovieSceneLiveLinkSection) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSection"); \ +static_assert(sizeof(UMovieSceneLiveLinkSection) == 0x000248, "Wrong size on UMovieSceneLiveLinkSection"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, SubjectPreset) == 0x000108, "Member 'UMovieSceneLiveLinkSection::SubjectPreset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, ChannelMask) == 0x000140, "Member 'UMovieSceneLiveLinkSection::ChannelMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, SubSections) == 0x000150, "Member 'UMovieSceneLiveLinkSection::SubSections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, SubjectName) == 0x000170, "Member 'UMovieSceneLiveLinkSection::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, TemplateToPush) == 0x000178, "Member 'UMovieSceneLiveLinkSection::TemplateToPush' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, RefSkeleton) == 0x000208, "Member 'UMovieSceneLiveLinkSection::RefSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, CurveNames) == 0x000228, "Member 'UMovieSceneLiveLinkSection::CurveNames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSection, PropertyFloatChannels) == 0x000238, "Member 'UMovieSceneLiveLinkSection::PropertyFloatChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSection \ +static_assert(alignof(UMovieSceneLiveLinkSubSection) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSection"); \ +static_assert(sizeof(UMovieSceneLiveLinkSubSection) == 0x000050, "Wrong size on UMovieSceneLiveLinkSubSection"); \ +static_assert(offsetof(UMovieSceneLiveLinkSubSection, SubSectionData) == 0x000028, "Member 'UMovieSceneLiveLinkSubSection::SubSectionData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLiveLinkSubSection, SubjectRole) == 0x000038, "Member 'UMovieSceneLiveLinkSubSection::SubjectRole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSectionAnimation \ +static_assert(alignof(UMovieSceneLiveLinkSubSectionAnimation) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSectionAnimation"); \ +static_assert(sizeof(UMovieSceneLiveLinkSubSectionAnimation) == 0x000060, "Wrong size on UMovieSceneLiveLinkSubSectionAnimation"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSectionBasicRole \ +static_assert(alignof(UMovieSceneLiveLinkSubSectionBasicRole) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSectionBasicRole"); \ +static_assert(sizeof(UMovieSceneLiveLinkSubSectionBasicRole) == 0x000060, "Wrong size on UMovieSceneLiveLinkSubSectionBasicRole"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSectionProperties \ +static_assert(alignof(UMovieSceneLiveLinkSubSectionProperties) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSectionProperties"); \ +static_assert(sizeof(UMovieSceneLiveLinkSubSectionProperties) == 0x000060, "Wrong size on UMovieSceneLiveLinkSubSectionProperties"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLiveLinkTrack \ +static_assert(alignof(UMovieSceneLiveLinkTrack) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkTrack"); \ +static_assert(sizeof(UMovieSceneLiveLinkTrack) == 0x000150, "Wrong size on UMovieSceneLiveLinkTrack"); \ +static_assert(offsetof(UMovieSceneLiveLinkTrack, TrackRole) == 0x000148, "Member 'UMovieSceneLiveLinkTrack::TrackRole' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTakeMovieSceneHitchTimecodeCurves \ +static_assert(alignof(FTakeMovieSceneHitchTimecodeCurves) == 0x000008, "Wrong alignment on FTakeMovieSceneHitchTimecodeCurves"); \ +static_assert(sizeof(FTakeMovieSceneHitchTimecodeCurves) == 0x000420, "Wrong size on FTakeMovieSceneHitchTimecodeCurves"); \ +static_assert(offsetof(FTakeMovieSceneHitchTimecodeCurves, HoursCurve) == 0x000000, "Member 'FTakeMovieSceneHitchTimecodeCurves::HoursCurve' has a wrong offset!"); \ +static_assert(offsetof(FTakeMovieSceneHitchTimecodeCurves, MinutesCurve) == 0x000108, "Member 'FTakeMovieSceneHitchTimecodeCurves::MinutesCurve' has a wrong offset!"); \ +static_assert(offsetof(FTakeMovieSceneHitchTimecodeCurves, SecondsCurve) == 0x000210, "Member 'FTakeMovieSceneHitchTimecodeCurves::SecondsCurve' has a wrong offset!"); \ +static_assert(offsetof(FTakeMovieSceneHitchTimecodeCurves, FramesCurve) == 0x000318, "Member 'FTakeMovieSceneHitchTimecodeCurves::FramesCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFrameHitchSceneDecoration \ +static_assert(alignof(UFrameHitchSceneDecoration) == 0x000008, "Wrong alignment on UFrameHitchSceneDecoration"); \ +static_assert(sizeof(UFrameHitchSceneDecoration) == 0x000878, "Wrong size on UFrameHitchSceneDecoration"); \ +static_assert(offsetof(UFrameHitchSceneDecoration, TargetTimecode) == 0x000028, "Member 'UFrameHitchSceneDecoration::TargetTimecode' has a wrong offset!"); \ +static_assert(offsetof(UFrameHitchSceneDecoration, ActualTimecode) == 0x000448, "Member 'UFrameHitchSceneDecoration::ActualTimecode' has a wrong offset!"); \ +static_assert(offsetof(UFrameHitchSceneDecoration, TimecodeProviderFrameRate) == 0x000868, "Member 'UFrameHitchSceneDecoration::TimecodeProviderFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UFrameHitchSceneDecoration, RecordFrameRate) == 0x000870, "Member 'UFrameHitchSceneDecoration::RecordFrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTakeSection \ +static_assert(alignof(UMovieSceneTakeSection) == 0x000008, "Wrong alignment on UMovieSceneTakeSection"); \ +static_assert(sizeof(UMovieSceneTakeSection) == 0x000858, "Wrong size on UMovieSceneTakeSection"); \ +static_assert(offsetof(UMovieSceneTakeSection, HoursCurve) == 0x000108, "Member 'UMovieSceneTakeSection::HoursCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, MinutesCurve) == 0x000210, "Member 'UMovieSceneTakeSection::MinutesCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, SecondsCurve) == 0x000318, "Member 'UMovieSceneTakeSection::SecondsCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, FramesCurve) == 0x000420, "Member 'UMovieSceneTakeSection::FramesCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, SubFramesCurve) == 0x000528, "Member 'UMovieSceneTakeSection::SubFramesCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, RateCurve) == 0x000638, "Member 'UMovieSceneTakeSection::RateCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSection, Slate) == 0x000748, "Member 'UMovieSceneTakeSection::Slate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTakeSettings \ +static_assert(alignof(UMovieSceneTakeSettings) == 0x000008, "Wrong alignment on UMovieSceneTakeSettings"); \ +static_assert(sizeof(UMovieSceneTakeSettings) == 0x000098, "Wrong size on UMovieSceneTakeSettings"); \ +static_assert(offsetof(UMovieSceneTakeSettings, HoursName) == 0x000028, "Member 'UMovieSceneTakeSettings::HoursName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, MinutesName) == 0x000038, "Member 'UMovieSceneTakeSettings::MinutesName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, SecondsName) == 0x000048, "Member 'UMovieSceneTakeSettings::SecondsName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, FramesName) == 0x000058, "Member 'UMovieSceneTakeSettings::FramesName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, SubFramesName) == 0x000068, "Member 'UMovieSceneTakeSettings::SubFramesName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, RateName) == 0x000078, "Member 'UMovieSceneTakeSettings::RateName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTakeSettings, SlateName) == 0x000088, "Member 'UMovieSceneTakeSettings::SlateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTakeTrack \ +static_assert(alignof(UMovieSceneTakeTrack) == 0x000008, "Wrong alignment on UMovieSceneTakeTrack"); \ +static_assert(sizeof(UMovieSceneTakeTrack) == 0x000120, "Wrong size on UMovieSceneTakeTrack"); \ +static_assert(offsetof(UMovieSceneTakeTrack, Sections) == 0x000110, "Member 'UMovieSceneTakeTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioInputDeviceInfo \ +static_assert(alignof(FAudioInputDeviceInfo) == 0x000008, "Wrong alignment on FAudioInputDeviceInfo"); \ +static_assert(sizeof(FAudioInputDeviceInfo) == 0x000030, "Wrong size on FAudioInputDeviceInfo"); \ +static_assert(offsetof(FAudioInputDeviceInfo, DeviceName) == 0x000000, "Member 'FAudioInputDeviceInfo::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FAudioInputDeviceInfo, DeviceID) == 0x000010, "Member 'FAudioInputDeviceInfo::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(FAudioInputDeviceInfo, InputChannels) == 0x000020, "Member 'FAudioInputDeviceInfo::InputChannels' has a wrong offset!"); \ +static_assert(offsetof(FAudioInputDeviceInfo, PreferredSampleRate) == 0x000024, "Member 'FAudioInputDeviceInfo::PreferredSampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioCaptureDeviceInfo \ +static_assert(alignof(FAudioCaptureDeviceInfo) == 0x000004, "Wrong alignment on FAudioCaptureDeviceInfo"); \ +static_assert(sizeof(FAudioCaptureDeviceInfo) == 0x000010, "Wrong size on FAudioCaptureDeviceInfo"); \ +static_assert(offsetof(FAudioCaptureDeviceInfo, DeviceName) == 0x000000, "Member 'FAudioCaptureDeviceInfo::DeviceName' has a wrong offset!"); \ +static_assert(offsetof(FAudioCaptureDeviceInfo, NumInputChannels) == 0x000008, "Member 'FAudioCaptureDeviceInfo::NumInputChannels' has a wrong offset!"); \ +static_assert(offsetof(FAudioCaptureDeviceInfo, SampleRate) == 0x00000C, "Member 'FAudioCaptureDeviceInfo::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioCapture_GetAudioCaptureDeviceInfo \ +static_assert(alignof(AudioCapture_GetAudioCaptureDeviceInfo) == 0x000004, "Wrong alignment on AudioCapture_GetAudioCaptureDeviceInfo"); \ +static_assert(sizeof(AudioCapture_GetAudioCaptureDeviceInfo) == 0x000014, "Wrong size on AudioCapture_GetAudioCaptureDeviceInfo"); \ +static_assert(offsetof(AudioCapture_GetAudioCaptureDeviceInfo, OutInfo) == 0x000000, "Member 'AudioCapture_GetAudioCaptureDeviceInfo::OutInfo' has a wrong offset!"); \ +static_assert(offsetof(AudioCapture_GetAudioCaptureDeviceInfo, ReturnValue) == 0x000010, "Member 'AudioCapture_GetAudioCaptureDeviceInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioCapture_IsCapturingAudio \ +static_assert(alignof(AudioCapture_IsCapturingAudio) == 0x000001, "Wrong alignment on AudioCapture_IsCapturingAudio"); \ +static_assert(sizeof(AudioCapture_IsCapturingAudio) == 0x000001, "Wrong size on AudioCapture_IsCapturingAudio"); \ +static_assert(offsetof(AudioCapture_IsCapturingAudio, ReturnValue) == 0x000000, "Member 'AudioCapture_IsCapturingAudio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioCapture \ +static_assert(alignof(UAudioCapture) == 0x000008, "Wrong alignment on UAudioCapture"); \ +static_assert(sizeof(UAudioCapture) == 0x0000B0, "Wrong size on UAudioCapture"); \ + +#define DUMPER7_ASSERTS_AudioCaptureFunctionLibrary_CreateAudioCapture \ +static_assert(alignof(AudioCaptureFunctionLibrary_CreateAudioCapture) == 0x000008, "Wrong alignment on AudioCaptureFunctionLibrary_CreateAudioCapture"); \ +static_assert(sizeof(AudioCaptureFunctionLibrary_CreateAudioCapture) == 0x000008, "Wrong size on AudioCaptureFunctionLibrary_CreateAudioCapture"); \ +static_assert(offsetof(AudioCaptureFunctionLibrary_CreateAudioCapture, ReturnValue) == 0x000000, "Member 'AudioCaptureFunctionLibrary_CreateAudioCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioCaptureFunctionLibrary \ +static_assert(alignof(UAudioCaptureFunctionLibrary) == 0x000008, "Wrong alignment on UAudioCaptureFunctionLibrary"); \ +static_assert(sizeof(UAudioCaptureFunctionLibrary) == 0x000028, "Wrong size on UAudioCaptureFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString \ +static_assert(alignof(AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString) == 0x000008, "Wrong alignment on AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString"); \ +static_assert(sizeof(AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString) == 0x000040, "Wrong size on AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString"); \ +static_assert(offsetof(AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString, Info) == 0x000000, "Member 'AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString::Info' has a wrong offset!"); \ +static_assert(offsetof(AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString, ReturnValue) == 0x000030, "Member 'AudioCaptureBlueprintLibrary_Conv_AudioInputDeviceInfoToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices \ +static_assert(alignof(AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices) == 0x000008, "Wrong alignment on AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices"); \ +static_assert(sizeof(AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices) == 0x000018, "Wrong size on AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices"); \ +static_assert(offsetof(AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices, WorldContextObject) == 0x000000, "Member 'AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices, OnObtainDevicesEvent) == 0x000008, "Member 'AudioCaptureBlueprintLibrary_GetAvailableAudioInputDevices::OnObtainDevicesEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioCaptureBlueprintLibrary \ +static_assert(alignof(UAudioCaptureBlueprintLibrary) == 0x000008, "Wrong alignment on UAudioCaptureBlueprintLibrary"); \ +static_assert(sizeof(UAudioCaptureBlueprintLibrary) == 0x000028, "Wrong size on UAudioCaptureBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UAudioCaptureComponent \ +static_assert(alignof(UAudioCaptureComponent) == 0x000010, "Wrong alignment on UAudioCaptureComponent"); \ +static_assert(sizeof(UAudioCaptureComponent) == 0x000970, "Wrong size on UAudioCaptureComponent"); \ +static_assert(offsetof(UAudioCaptureComponent, JitterLatencyFrames) == 0x0008B0, "Member 'UAudioCaptureComponent::JitterLatencyFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamingTokenValueData \ +static_assert(alignof(FNamingTokenValueData) == 0x000008, "Wrong alignment on FNamingTokenValueData"); \ +static_assert(sizeof(FNamingTokenValueData) == 0x000038, "Wrong size on FNamingTokenValueData"); \ +static_assert(offsetof(FNamingTokenValueData, TokenKey) == 0x000000, "Member 'FNamingTokenValueData::TokenKey' has a wrong offset!"); \ +static_assert(offsetof(FNamingTokenValueData, TokenNamespace) == 0x000010, "Member 'FNamingTokenValueData::TokenNamespace' has a wrong offset!"); \ +static_assert(offsetof(FNamingTokenValueData, TokenValue) == 0x000020, "Member 'FNamingTokenValueData::TokenValue' has a wrong offset!"); \ +static_assert(offsetof(FNamingTokenValueData, bWasEvaluated) == 0x000030, "Member 'FNamingTokenValueData::bWasEvaluated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamingTokenResultData \ +static_assert(alignof(FNamingTokenResultData) == 0x000008, "Wrong alignment on FNamingTokenResultData"); \ +static_assert(sizeof(FNamingTokenResultData) == 0x000030, "Wrong size on FNamingTokenResultData"); \ +static_assert(offsetof(FNamingTokenResultData, OriginalText) == 0x000000, "Member 'FNamingTokenResultData::OriginalText' has a wrong offset!"); \ +static_assert(offsetof(FNamingTokenResultData, EvaluatedText) == 0x000010, "Member 'FNamingTokenResultData::EvaluatedText' has a wrong offset!"); \ +static_assert(offsetof(FNamingTokenResultData, TokenValues) == 0x000020, "Member 'FNamingTokenResultData::TokenValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamingTokenData \ +static_assert(alignof(FNamingTokenData) == 0x000008, "Wrong alignment on FNamingTokenData"); \ +static_assert(sizeof(FNamingTokenData) == 0x000048, "Wrong size on FNamingTokenData"); \ +static_assert(offsetof(FNamingTokenData, TokenKey) == 0x000000, "Member 'FNamingTokenData::TokenKey' has a wrong offset!"); \ +static_assert(offsetof(FNamingTokenData, DisplayName) == 0x000010, "Member 'FNamingTokenData::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FNamingTokenData, Description) == 0x000020, "Member 'FNamingTokenData::Description' has a wrong offset!"); \ +static_assert(offsetof(FNamingTokenData, FunctionName) == 0x000030, "Member 'FNamingTokenData::FunctionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamingTokenFilterArgs \ +static_assert(alignof(FNamingTokenFilterArgs) == 0x000008, "Wrong alignment on FNamingTokenFilterArgs"); \ +static_assert(sizeof(FNamingTokenFilterArgs) == 0x000018, "Wrong size on FNamingTokenFilterArgs"); \ +static_assert(offsetof(FNamingTokenFilterArgs, AdditionalNamespacesToInclude) == 0x000000, "Member 'FNamingTokenFilterArgs::AdditionalNamespacesToInclude' has a wrong offset!"); \ +static_assert(offsetof(FNamingTokenFilterArgs, bIncludeGlobal) == 0x000010, "Member 'FNamingTokenFilterArgs::bIncludeGlobal' has a wrong offset!"); \ +static_assert(offsetof(FNamingTokenFilterArgs, bForceCaseSensitive) == 0x000011, "Member 'FNamingTokenFilterArgs::bForceCaseSensitive' has a wrong offset!"); \ +static_assert(offsetof(FNamingTokenFilterArgs, bNativeOnly) == 0x000012, "Member 'FNamingTokenFilterArgs::bNativeOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamingTokensEvaluationData \ +static_assert(alignof(FNamingTokensEvaluationData) == 0x000008, "Wrong alignment on FNamingTokensEvaluationData"); \ +static_assert(sizeof(FNamingTokensEvaluationData) == 0x000020, "Wrong size on FNamingTokensEvaluationData"); \ +static_assert(offsetof(FNamingTokensEvaluationData, CurrentDateTime) == 0x000000, "Member 'FNamingTokensEvaluationData::CurrentDateTime' has a wrong offset!"); \ +static_assert(offsetof(FNamingTokensEvaluationData, Contexts) == 0x000008, "Member 'FNamingTokensEvaluationData::Contexts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokens_OnPreEvaluate \ +static_assert(alignof(NamingTokens_OnPreEvaluate) == 0x000008, "Wrong alignment on NamingTokens_OnPreEvaluate"); \ +static_assert(sizeof(NamingTokens_OnPreEvaluate) == 0x000020, "Wrong size on NamingTokens_OnPreEvaluate"); \ +static_assert(offsetof(NamingTokens_OnPreEvaluate, InEvaluationData) == 0x000000, "Member 'NamingTokens_OnPreEvaluate::InEvaluationData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokens_ProcessTokenTemplateFunction \ +static_assert(alignof(NamingTokens_ProcessTokenTemplateFunction) == 0x000008, "Wrong alignment on NamingTokens_ProcessTokenTemplateFunction"); \ +static_assert(sizeof(NamingTokens_ProcessTokenTemplateFunction) == 0x000010, "Wrong size on NamingTokens_ProcessTokenTemplateFunction"); \ +static_assert(offsetof(NamingTokens_ProcessTokenTemplateFunction, ReturnValue) == 0x000000, "Member 'NamingTokens_ProcessTokenTemplateFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokens_GetCurrentDateTime \ +static_assert(alignof(NamingTokens_GetCurrentDateTime) == 0x000008, "Wrong alignment on NamingTokens_GetCurrentDateTime"); \ +static_assert(sizeof(NamingTokens_GetCurrentDateTime) == 0x000008, "Wrong size on NamingTokens_GetCurrentDateTime"); \ +static_assert(offsetof(NamingTokens_GetCurrentDateTime, ReturnValue) == 0x000000, "Member 'NamingTokens_GetCurrentDateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamingTokens \ +static_assert(alignof(UNamingTokens) == 0x000008, "Wrong alignment on UNamingTokens"); \ +static_assert(sizeof(UNamingTokens) == 0x000108, "Wrong size on UNamingTokens"); \ +static_assert(offsetof(UNamingTokens, CustomTokens) == 0x0000B8, "Member 'UNamingTokens::CustomTokens' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokens, CurrentEvaluationData) == 0x0000C8, "Member 'UNamingTokens::CurrentEvaluationData' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokens, Namespace) == 0x0000E8, "Member 'UNamingTokens::Namespace' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokens, NamespaceDisplayName) == 0x0000F8, "Member 'UNamingTokens::NamespaceDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlobalNamingTokens \ +static_assert(alignof(UGlobalNamingTokens) == 0x000008, "Wrong alignment on UGlobalNamingTokens"); \ +static_assert(sizeof(UGlobalNamingTokens) == 0x000108, "Wrong size on UGlobalNamingTokens"); \ + +#define DUMPER7_ASSERTS_NamingTokensEngineSubsystem_EvaluateTokenList \ +static_assert(alignof(NamingTokensEngineSubsystem_EvaluateTokenList) == 0x000008, "Wrong alignment on NamingTokensEngineSubsystem_EvaluateTokenList"); \ +static_assert(sizeof(NamingTokensEngineSubsystem_EvaluateTokenList) == 0x000048, "Wrong size on NamingTokensEngineSubsystem_EvaluateTokenList"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_EvaluateTokenList, InTokenList) == 0x000000, "Member 'NamingTokensEngineSubsystem_EvaluateTokenList::InTokenList' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_EvaluateTokenList, InFilter) == 0x000010, "Member 'NamingTokensEngineSubsystem_EvaluateTokenList::InFilter' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_EvaluateTokenList, InContexts) == 0x000028, "Member 'NamingTokensEngineSubsystem_EvaluateTokenList::InContexts' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_EvaluateTokenList, ReturnValue) == 0x000038, "Member 'NamingTokensEngineSubsystem_EvaluateTokenList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEngineSubsystem_EvaluateTokenString \ +static_assert(alignof(NamingTokensEngineSubsystem_EvaluateTokenString) == 0x000008, "Wrong alignment on NamingTokensEngineSubsystem_EvaluateTokenString"); \ +static_assert(sizeof(NamingTokensEngineSubsystem_EvaluateTokenString) == 0x000068, "Wrong size on NamingTokensEngineSubsystem_EvaluateTokenString"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_EvaluateTokenString, InTokenString) == 0x000000, "Member 'NamingTokensEngineSubsystem_EvaluateTokenString::InTokenString' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_EvaluateTokenString, InFilter) == 0x000010, "Member 'NamingTokensEngineSubsystem_EvaluateTokenString::InFilter' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_EvaluateTokenString, InContexts) == 0x000028, "Member 'NamingTokensEngineSubsystem_EvaluateTokenString::InContexts' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_EvaluateTokenString, ReturnValue) == 0x000038, "Member 'NamingTokensEngineSubsystem_EvaluateTokenString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEngineSubsystem_EvaluateTokenText \ +static_assert(alignof(NamingTokensEngineSubsystem_EvaluateTokenText) == 0x000008, "Wrong alignment on NamingTokensEngineSubsystem_EvaluateTokenText"); \ +static_assert(sizeof(NamingTokensEngineSubsystem_EvaluateTokenText) == 0x000068, "Wrong size on NamingTokensEngineSubsystem_EvaluateTokenText"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_EvaluateTokenText, InTokenText) == 0x000000, "Member 'NamingTokensEngineSubsystem_EvaluateTokenText::InTokenText' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_EvaluateTokenText, InFilter) == 0x000010, "Member 'NamingTokensEngineSubsystem_EvaluateTokenText::InFilter' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_EvaluateTokenText, InContexts) == 0x000028, "Member 'NamingTokensEngineSubsystem_EvaluateTokenText::InContexts' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_EvaluateTokenText, ReturnValue) == 0x000038, "Member 'NamingTokensEngineSubsystem_EvaluateTokenText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEngineSubsystem_RegisterGlobalNamespace \ +static_assert(alignof(NamingTokensEngineSubsystem_RegisterGlobalNamespace) == 0x000008, "Wrong alignment on NamingTokensEngineSubsystem_RegisterGlobalNamespace"); \ +static_assert(sizeof(NamingTokensEngineSubsystem_RegisterGlobalNamespace) == 0x000010, "Wrong size on NamingTokensEngineSubsystem_RegisterGlobalNamespace"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_RegisterGlobalNamespace, InNameSpace) == 0x000000, "Member 'NamingTokensEngineSubsystem_RegisterGlobalNamespace::InNameSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEngineSubsystem_UnregisterGlobalNamespace \ +static_assert(alignof(NamingTokensEngineSubsystem_UnregisterGlobalNamespace) == 0x000008, "Wrong alignment on NamingTokensEngineSubsystem_UnregisterGlobalNamespace"); \ +static_assert(sizeof(NamingTokensEngineSubsystem_UnregisterGlobalNamespace) == 0x000010, "Wrong size on NamingTokensEngineSubsystem_UnregisterGlobalNamespace"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_UnregisterGlobalNamespace, InNameSpace) == 0x000000, "Member 'NamingTokensEngineSubsystem_UnregisterGlobalNamespace::InNameSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEngineSubsystem_GetAllNamespaces \ +static_assert(alignof(NamingTokensEngineSubsystem_GetAllNamespaces) == 0x000008, "Wrong alignment on NamingTokensEngineSubsystem_GetAllNamespaces"); \ +static_assert(sizeof(NamingTokensEngineSubsystem_GetAllNamespaces) == 0x000010, "Wrong size on NamingTokensEngineSubsystem_GetAllNamespaces"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_GetAllNamespaces, ReturnValue) == 0x000000, "Member 'NamingTokensEngineSubsystem_GetAllNamespaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEngineSubsystem_GetGlobalNamespaces \ +static_assert(alignof(NamingTokensEngineSubsystem_GetGlobalNamespaces) == 0x000008, "Wrong alignment on NamingTokensEngineSubsystem_GetGlobalNamespaces"); \ +static_assert(sizeof(NamingTokensEngineSubsystem_GetGlobalNamespaces) == 0x000010, "Wrong size on NamingTokensEngineSubsystem_GetGlobalNamespaces"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_GetGlobalNamespaces, ReturnValue) == 0x000000, "Member 'NamingTokensEngineSubsystem_GetGlobalNamespaces::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEngineSubsystem_GetMultipleNamingTokens \ +static_assert(alignof(NamingTokensEngineSubsystem_GetMultipleNamingTokens) == 0x000008, "Wrong alignment on NamingTokensEngineSubsystem_GetMultipleNamingTokens"); \ +static_assert(sizeof(NamingTokensEngineSubsystem_GetMultipleNamingTokens) == 0x000020, "Wrong size on NamingTokensEngineSubsystem_GetMultipleNamingTokens"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_GetMultipleNamingTokens, InNamespaces) == 0x000000, "Member 'NamingTokensEngineSubsystem_GetMultipleNamingTokens::InNamespaces' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_GetMultipleNamingTokens, ReturnValue) == 0x000010, "Member 'NamingTokensEngineSubsystem_GetMultipleNamingTokens::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEngineSubsystem_GetNamingTokens \ +static_assert(alignof(NamingTokensEngineSubsystem_GetNamingTokens) == 0x000008, "Wrong alignment on NamingTokensEngineSubsystem_GetNamingTokens"); \ +static_assert(sizeof(NamingTokensEngineSubsystem_GetNamingTokens) == 0x000018, "Wrong size on NamingTokensEngineSubsystem_GetNamingTokens"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_GetNamingTokens, InNameSpace) == 0x000000, "Member 'NamingTokensEngineSubsystem_GetNamingTokens::InNameSpace' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_GetNamingTokens, ReturnValue) == 0x000010, "Member 'NamingTokensEngineSubsystem_GetNamingTokens::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEngineSubsystem_GetNamingTokensNative \ +static_assert(alignof(NamingTokensEngineSubsystem_GetNamingTokensNative) == 0x000008, "Wrong alignment on NamingTokensEngineSubsystem_GetNamingTokensNative"); \ +static_assert(sizeof(NamingTokensEngineSubsystem_GetNamingTokensNative) == 0x000018, "Wrong size on NamingTokensEngineSubsystem_GetNamingTokensNative"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_GetNamingTokensNative, InNameSpace) == 0x000000, "Member 'NamingTokensEngineSubsystem_GetNamingTokensNative::InNameSpace' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_GetNamingTokensNative, ReturnValue) == 0x000010, "Member 'NamingTokensEngineSubsystem_GetNamingTokensNative::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEngineSubsystem_IsGlobalNamespaceRegistered \ +static_assert(alignof(NamingTokensEngineSubsystem_IsGlobalNamespaceRegistered) == 0x000008, "Wrong alignment on NamingTokensEngineSubsystem_IsGlobalNamespaceRegistered"); \ +static_assert(sizeof(NamingTokensEngineSubsystem_IsGlobalNamespaceRegistered) == 0x000018, "Wrong size on NamingTokensEngineSubsystem_IsGlobalNamespaceRegistered"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_IsGlobalNamespaceRegistered, InNameSpace) == 0x000000, "Member 'NamingTokensEngineSubsystem_IsGlobalNamespaceRegistered::InNameSpace' has a wrong offset!"); \ +static_assert(offsetof(NamingTokensEngineSubsystem_IsGlobalNamespaceRegistered, ReturnValue) == 0x000010, "Member 'NamingTokensEngineSubsystem_IsGlobalNamespaceRegistered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamingTokensEngineSubsystem \ +static_assert(alignof(UNamingTokensEngineSubsystem) == 0x000008, "Wrong alignment on UNamingTokensEngineSubsystem"); \ +static_assert(sizeof(UNamingTokensEngineSubsystem) == 0x000150, "Wrong size on UNamingTokensEngineSubsystem"); \ +static_assert(offsetof(UNamingTokensEngineSubsystem, CachedNamingTokens) == 0x000030, "Member 'UNamingTokensEngineSubsystem::CachedNamingTokens' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_SetBackgroundColor \ +static_assert(alignof(NamingTokensEditableText_SetBackgroundColor) == 0x000004, "Wrong alignment on NamingTokensEditableText_SetBackgroundColor"); \ +static_assert(sizeof(NamingTokensEditableText_SetBackgroundColor) == 0x000014, "Wrong size on NamingTokensEditableText_SetBackgroundColor"); \ +static_assert(offsetof(NamingTokensEditableText_SetBackgroundColor, InColor) == 0x000000, "Member 'NamingTokensEditableText_SetBackgroundColor::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_SetCanDisplayResolvedText \ +static_assert(alignof(NamingTokensEditableText_SetCanDisplayResolvedText) == 0x000001, "Wrong alignment on NamingTokensEditableText_SetCanDisplayResolvedText"); \ +static_assert(sizeof(NamingTokensEditableText_SetCanDisplayResolvedText) == 0x000001, "Wrong size on NamingTokensEditableText_SetCanDisplayResolvedText"); \ +static_assert(offsetof(NamingTokensEditableText_SetCanDisplayResolvedText, bValue) == 0x000000, "Member 'NamingTokensEditableText_SetCanDisplayResolvedText::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_SetContexts \ +static_assert(alignof(NamingTokensEditableText_SetContexts) == 0x000008, "Wrong alignment on NamingTokensEditableText_SetContexts"); \ +static_assert(sizeof(NamingTokensEditableText_SetContexts) == 0x000010, "Wrong size on NamingTokensEditableText_SetContexts"); \ +static_assert(offsetof(NamingTokensEditableText_SetContexts, InContexts) == 0x000000, "Member 'NamingTokensEditableText_SetContexts::InContexts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_SetDisplayBorderImage \ +static_assert(alignof(NamingTokensEditableText_SetDisplayBorderImage) == 0x000001, "Wrong alignment on NamingTokensEditableText_SetDisplayBorderImage"); \ +static_assert(sizeof(NamingTokensEditableText_SetDisplayBorderImage) == 0x000001, "Wrong size on NamingTokensEditableText_SetDisplayBorderImage"); \ +static_assert(offsetof(NamingTokensEditableText_SetDisplayBorderImage, bValue) == 0x000000, "Member 'NamingTokensEditableText_SetDisplayBorderImage::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_SetDisplayErrorMessage \ +static_assert(alignof(NamingTokensEditableText_SetDisplayErrorMessage) == 0x000001, "Wrong alignment on NamingTokensEditableText_SetDisplayErrorMessage"); \ +static_assert(sizeof(NamingTokensEditableText_SetDisplayErrorMessage) == 0x000001, "Wrong size on NamingTokensEditableText_SetDisplayErrorMessage"); \ +static_assert(offsetof(NamingTokensEditableText_SetDisplayErrorMessage, bValue) == 0x000000, "Member 'NamingTokensEditableText_SetDisplayErrorMessage::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_SetDisplayTokenIcon \ +static_assert(alignof(NamingTokensEditableText_SetDisplayTokenIcon) == 0x000001, "Wrong alignment on NamingTokensEditableText_SetDisplayTokenIcon"); \ +static_assert(sizeof(NamingTokensEditableText_SetDisplayTokenIcon) == 0x000001, "Wrong size on NamingTokensEditableText_SetDisplayTokenIcon"); \ +static_assert(offsetof(NamingTokensEditableText_SetDisplayTokenIcon, bValue) == 0x000000, "Member 'NamingTokensEditableText_SetDisplayTokenIcon::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_SetWidgetArgumentStyle \ +static_assert(alignof(NamingTokensEditableText_SetWidgetArgumentStyle) == 0x000010, "Wrong alignment on NamingTokensEditableText_SetWidgetArgumentStyle"); \ +static_assert(sizeof(NamingTokensEditableText_SetWidgetArgumentStyle) == 0x0002E0, "Wrong size on NamingTokensEditableText_SetWidgetArgumentStyle"); \ +static_assert(offsetof(NamingTokensEditableText_SetWidgetArgumentStyle, InWidgetStyle) == 0x000000, "Member 'NamingTokensEditableText_SetWidgetArgumentStyle::InWidgetStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_GetCanDisplayResolvedText \ +static_assert(alignof(NamingTokensEditableText_GetCanDisplayResolvedText) == 0x000001, "Wrong alignment on NamingTokensEditableText_GetCanDisplayResolvedText"); \ +static_assert(sizeof(NamingTokensEditableText_GetCanDisplayResolvedText) == 0x000001, "Wrong size on NamingTokensEditableText_GetCanDisplayResolvedText"); \ +static_assert(offsetof(NamingTokensEditableText_GetCanDisplayResolvedText, ReturnValue) == 0x000000, "Member 'NamingTokensEditableText_GetCanDisplayResolvedText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_GetDisplayBorderImage \ +static_assert(alignof(NamingTokensEditableText_GetDisplayBorderImage) == 0x000001, "Wrong alignment on NamingTokensEditableText_GetDisplayBorderImage"); \ +static_assert(sizeof(NamingTokensEditableText_GetDisplayBorderImage) == 0x000001, "Wrong size on NamingTokensEditableText_GetDisplayBorderImage"); \ +static_assert(offsetof(NamingTokensEditableText_GetDisplayBorderImage, ReturnValue) == 0x000000, "Member 'NamingTokensEditableText_GetDisplayBorderImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_GetDisplayErrorMessage \ +static_assert(alignof(NamingTokensEditableText_GetDisplayErrorMessage) == 0x000001, "Wrong alignment on NamingTokensEditableText_GetDisplayErrorMessage"); \ +static_assert(sizeof(NamingTokensEditableText_GetDisplayErrorMessage) == 0x000001, "Wrong size on NamingTokensEditableText_GetDisplayErrorMessage"); \ +static_assert(offsetof(NamingTokensEditableText_GetDisplayErrorMessage, ReturnValue) == 0x000000, "Member 'NamingTokensEditableText_GetDisplayErrorMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_GetDisplayTokenIcon \ +static_assert(alignof(NamingTokensEditableText_GetDisplayTokenIcon) == 0x000001, "Wrong alignment on NamingTokensEditableText_GetDisplayTokenIcon"); \ +static_assert(sizeof(NamingTokensEditableText_GetDisplayTokenIcon) == 0x000001, "Wrong size on NamingTokensEditableText_GetDisplayTokenIcon"); \ +static_assert(offsetof(NamingTokensEditableText_GetDisplayTokenIcon, ReturnValue) == 0x000000, "Member 'NamingTokensEditableText_GetDisplayTokenIcon::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_GetResolvedText \ +static_assert(alignof(NamingTokensEditableText_GetResolvedText) == 0x000008, "Wrong alignment on NamingTokensEditableText_GetResolvedText"); \ +static_assert(sizeof(NamingTokensEditableText_GetResolvedText) == 0x000010, "Wrong size on NamingTokensEditableText_GetResolvedText"); \ +static_assert(offsetof(NamingTokensEditableText_GetResolvedText, ReturnValue) == 0x000000, "Member 'NamingTokensEditableText_GetResolvedText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NamingTokensEditableText_GetTokenizedText \ +static_assert(alignof(NamingTokensEditableText_GetTokenizedText) == 0x000008, "Wrong alignment on NamingTokensEditableText_GetTokenizedText"); \ +static_assert(sizeof(NamingTokensEditableText_GetTokenizedText) == 0x000010, "Wrong size on NamingTokensEditableText_GetTokenizedText"); \ +static_assert(offsetof(NamingTokensEditableText_GetTokenizedText, ReturnValue) == 0x000000, "Member 'NamingTokensEditableText_GetTokenizedText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamingTokensEditableText \ +static_assert(alignof(UNamingTokensEditableText) == 0x000010, "Wrong alignment on UNamingTokensEditableText"); \ +static_assert(sizeof(UNamingTokensEditableText) == 0x000850, "Wrong size on UNamingTokensEditableText"); \ +static_assert(offsetof(UNamingTokensEditableText, FilterArgs) == 0x0004E8, "Member 'UNamingTokensEditableText::FilterArgs' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokensEditableText, bEnableSuggestionDropdown) == 0x000500, "Member 'UNamingTokensEditableText::bEnableSuggestionDropdown' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokensEditableText, bIsMultiline) == 0x000501, "Member 'UNamingTokensEditableText::bIsMultiline' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokensEditableText, bDisplayTokenIcon) == 0x000502, "Member 'UNamingTokensEditableText::bDisplayTokenIcon' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokensEditableText, bDisplayErrorMessage) == 0x000503, "Member 'UNamingTokensEditableText::bDisplayErrorMessage' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokensEditableText, bDisplayBorderImage) == 0x000504, "Member 'UNamingTokensEditableText::bDisplayBorderImage' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokensEditableText, ArgumentStyle) == 0x000510, "Member 'UNamingTokensEditableText::ArgumentStyle' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokensEditableText, BackgroundColor) == 0x0007F0, "Member 'UNamingTokensEditableText::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokensEditableText, bCanDisplayResolvedText) == 0x000804, "Member 'UNamingTokensEditableText::bCanDisplayResolvedText' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokensEditableText, OnPreEvaluateNamingTokens) == 0x000808, "Member 'UNamingTokensEditableText::OnPreEvaluateNamingTokens' has a wrong offset!"); \ +static_assert(offsetof(UNamingTokensEditableText, Contexts) == 0x000838, "Member 'UNamingTokensEditableText::Contexts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSettings \ +static_assert(alignof(UOptimusSettings) == 0x000008, "Wrong alignment on UOptimusSettings"); \ +static_assert(sizeof(UOptimusSettings) == 0x000090, "Wrong size on UOptimusSettings"); \ +static_assert(offsetof(UOptimusSettings, DefaultMode) == 0x000038, "Member 'UOptimusSettings::DefaultMode' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSettings, DefaultDeformer) == 0x000040, "Member 'UOptimusSettings::DefaultDeformer' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSettings, DefaultRecomputeTangentDeformer) == 0x000068, "Member 'UOptimusSettings::DefaultRecomputeTangentDeformer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDataTypeRef \ +static_assert(alignof(FOptimusDataTypeRef) == 0x000008, "Wrong alignment on FOptimusDataTypeRef"); \ +static_assert(sizeof(FOptimusDataTypeRef) == 0x000030, "Wrong size on FOptimusDataTypeRef"); \ +static_assert(offsetof(FOptimusDataTypeRef, TypeName) == 0x000000, "Member 'FOptimusDataTypeRef::TypeName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataTypeRef, TypeObject) == 0x000008, "Member 'FOptimusDataTypeRef::TypeObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimus_ShaderBinding \ +static_assert(alignof(FOptimus_ShaderBinding) == 0x000008, "Wrong alignment on FOptimus_ShaderBinding"); \ +static_assert(sizeof(FOptimus_ShaderBinding) == 0x000038, "Wrong size on FOptimus_ShaderBinding"); \ +static_assert(offsetof(FOptimus_ShaderBinding, Name) == 0x000000, "Member 'FOptimus_ShaderBinding::Name' has a wrong offset!"); \ +static_assert(offsetof(FOptimus_ShaderBinding, DataType) == 0x000008, "Member 'FOptimus_ShaderBinding::DataType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusValidatedName \ +static_assert(alignof(FOptimusValidatedName) == 0x000004, "Wrong alignment on FOptimusValidatedName"); \ +static_assert(sizeof(FOptimusValidatedName) == 0x000008, "Wrong size on FOptimusValidatedName"); \ +static_assert(offsetof(FOptimusValidatedName, Name) == 0x000000, "Member 'FOptimusValidatedName::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDataDomain \ +static_assert(alignof(FOptimusDataDomain) == 0x000008, "Wrong alignment on FOptimusDataDomain"); \ +static_assert(sizeof(FOptimusDataDomain) == 0x000040, "Wrong size on FOptimusDataDomain"); \ +static_assert(offsetof(FOptimusDataDomain, Type) == 0x000000, "Member 'FOptimusDataDomain::Type' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataDomain, DimensionNames) == 0x000008, "Member 'FOptimusDataDomain::DimensionNames' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataDomain, Multiplier) == 0x000018, "Member 'FOptimusDataDomain::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataDomain, Expression) == 0x000020, "Member 'FOptimusDataDomain::Expression' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataDomain, LevelNames) == 0x000030, "Member 'FOptimusDataDomain::LevelNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusParameterBinding \ +static_assert(alignof(FOptimusParameterBinding) == 0x000008, "Wrong alignment on FOptimusParameterBinding"); \ +static_assert(sizeof(FOptimusParameterBinding) == 0x000080, "Wrong size on FOptimusParameterBinding"); \ +static_assert(offsetof(FOptimusParameterBinding, Name) == 0x000000, "Member 'FOptimusParameterBinding::Name' has a wrong offset!"); \ +static_assert(offsetof(FOptimusParameterBinding, DataType) == 0x000008, "Member 'FOptimusParameterBinding::DataType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusParameterBinding, DataDomain) == 0x000038, "Member 'FOptimusParameterBinding::DataDomain' has a wrong offset!"); \ +static_assert(offsetof(FOptimusParameterBinding, bSupportAtomicIfCompatibleDataType) == 0x000078, "Member 'FOptimusParameterBinding::bSupportAtomicIfCompatibleDataType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusParameterBinding, bSupportRead) == 0x000079, "Member 'FOptimusParameterBinding::bSupportRead' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusParameterBindingArray \ +static_assert(alignof(FOptimusParameterBindingArray) == 0x000008, "Wrong alignment on FOptimusParameterBindingArray"); \ +static_assert(sizeof(FOptimusParameterBindingArray) == 0x000010, "Wrong size on FOptimusParameterBindingArray"); \ +static_assert(offsetof(FOptimusParameterBindingArray, InnerArray) == 0x000000, "Member 'FOptimusParameterBindingArray::InnerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusFunctionNodeGraphHeaderWithGuid \ +static_assert(alignof(FOptimusFunctionNodeGraphHeaderWithGuid) == 0x000004, "Wrong alignment on FOptimusFunctionNodeGraphHeaderWithGuid"); \ +static_assert(sizeof(FOptimusFunctionNodeGraphHeaderWithGuid) == 0x000020, "Wrong size on FOptimusFunctionNodeGraphHeaderWithGuid"); \ +static_assert(offsetof(FOptimusFunctionNodeGraphHeaderWithGuid, FunctionGraphGuid) == 0x000000, "Member 'FOptimusFunctionNodeGraphHeaderWithGuid::FunctionGraphGuid' has a wrong offset!"); \ +static_assert(offsetof(FOptimusFunctionNodeGraphHeaderWithGuid, FunctionName) == 0x000010, "Member 'FOptimusFunctionNodeGraphHeaderWithGuid::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusFunctionNodeGraphHeaderWithGuid, Category) == 0x000018, "Member 'FOptimusFunctionNodeGraphHeaderWithGuid::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusFunctionNodeGraphHeaderWithGuidArray \ +static_assert(alignof(FOptimusFunctionNodeGraphHeaderWithGuidArray) == 0x000008, "Wrong alignment on FOptimusFunctionNodeGraphHeaderWithGuidArray"); \ +static_assert(sizeof(FOptimusFunctionNodeGraphHeaderWithGuidArray) == 0x000010, "Wrong size on FOptimusFunctionNodeGraphHeaderWithGuidArray"); \ +static_assert(offsetof(FOptimusFunctionNodeGraphHeaderWithGuidArray, Headers) == 0x000000, "Member 'FOptimusFunctionNodeGraphHeaderWithGuidArray::Headers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusShaderText \ +static_assert(alignof(FOptimusShaderText) == 0x000008, "Wrong alignment on FOptimusShaderText"); \ +static_assert(sizeof(FOptimusShaderText) == 0x000020, "Wrong size on FOptimusShaderText"); \ +static_assert(offsetof(FOptimusShaderText, Declarations) == 0x000000, "Member 'FOptimusShaderText::Declarations' has a wrong offset!"); \ +static_assert(offsetof(FOptimusShaderText, ShaderText) == 0x000010, "Member 'FOptimusShaderText::ShaderText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusValueIdentifier \ +static_assert(alignof(FOptimusValueIdentifier) == 0x000004, "Wrong alignment on FOptimusValueIdentifier"); \ +static_assert(sizeof(FOptimusValueIdentifier) == 0x00000C, "Wrong size on FOptimusValueIdentifier"); \ +static_assert(offsetof(FOptimusValueIdentifier, Type) == 0x000000, "Member 'FOptimusValueIdentifier::Type' has a wrong offset!"); \ +static_assert(offsetof(FOptimusValueIdentifier, Name) == 0x000004, "Member 'FOptimusValueIdentifier::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusValueContainerStruct \ +static_assert(alignof(FOptimusValueContainerStruct) == 0x000008, "Wrong alignment on FOptimusValueContainerStruct"); \ +static_assert(sizeof(FOptimusValueContainerStruct) == 0x000010, "Wrong size on FOptimusValueContainerStruct"); \ +static_assert(offsetof(FOptimusValueContainerStruct, Value) == 0x000000, "Member 'FOptimusValueContainerStruct::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusValueDescription \ +static_assert(alignof(FOptimusValueDescription) == 0x000008, "Wrong alignment on FOptimusValueDescription"); \ +static_assert(sizeof(FOptimusValueDescription) == 0x000068, "Wrong size on FOptimusValueDescription"); \ +static_assert(offsetof(FOptimusValueDescription, DataType) == 0x000000, "Member 'FOptimusValueDescription::DataType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusValueDescription, ValueUsage) == 0x000030, "Member 'FOptimusValueDescription::ValueUsage' has a wrong offset!"); \ +static_assert(offsetof(FOptimusValueDescription, Value) == 0x000038, "Member 'FOptimusValueDescription::Value' has a wrong offset!"); \ +static_assert(offsetof(FOptimusValueDescription, ShaderValue) == 0x000048, "Member 'FOptimusValueDescription::ShaderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDataInterfacePropertyOverrideInfo \ +static_assert(alignof(FOptimusDataInterfacePropertyOverrideInfo) == 0x000008, "Wrong alignment on FOptimusDataInterfacePropertyOverrideInfo"); \ +static_assert(sizeof(FOptimusDataInterfacePropertyOverrideInfo) == 0x000050, "Wrong size on FOptimusDataInterfacePropertyOverrideInfo"); \ +static_assert(offsetof(FOptimusDataInterfacePropertyOverrideInfo, PinNameToValueIdMap) == 0x000000, "Member 'FOptimusDataInterfacePropertyOverrideInfo::PinNameToValueIdMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusAction \ +static_assert(alignof(FOptimusAction) == 0x000008, "Wrong alignment on FOptimusAction"); \ +static_assert(sizeof(FOptimusAction) == 0x000018, "Wrong size on FOptimusAction"); \ + +#define DUMPER7_ASSERTS_FOptimusCompoundAction \ +static_assert(alignof(FOptimusCompoundAction) == 0x000008, "Wrong alignment on FOptimusCompoundAction"); \ +static_assert(sizeof(FOptimusCompoundAction) == 0x000028, "Wrong size on FOptimusCompoundAction"); \ + +#define DUMPER7_ASSERTS_FOptimusComponentBindingAction_AddBinding \ +static_assert(alignof(FOptimusComponentBindingAction_AddBinding) == 0x000008, "Wrong alignment on FOptimusComponentBindingAction_AddBinding"); \ +static_assert(sizeof(FOptimusComponentBindingAction_AddBinding) == 0x000030, "Wrong size on FOptimusComponentBindingAction_AddBinding"); \ + +#define DUMPER7_ASSERTS_FOptimusComponentBindingAction_RemoveBinding \ +static_assert(alignof(FOptimusComponentBindingAction_RemoveBinding) == 0x000008, "Wrong alignment on FOptimusComponentBindingAction_RemoveBinding"); \ +static_assert(sizeof(FOptimusComponentBindingAction_RemoveBinding) == 0x000048, "Wrong size on FOptimusComponentBindingAction_RemoveBinding"); \ + +#define DUMPER7_ASSERTS_FOptimusComponentBindingAction_RenameBinding \ +static_assert(alignof(FOptimusComponentBindingAction_RenameBinding) == 0x000008, "Wrong alignment on FOptimusComponentBindingAction_RenameBinding"); \ +static_assert(sizeof(FOptimusComponentBindingAction_RenameBinding) == 0x000028, "Wrong size on FOptimusComponentBindingAction_RenameBinding"); \ + +#define DUMPER7_ASSERTS_FOptimusComponentBindingAction_SetComponentSource \ +static_assert(alignof(FOptimusComponentBindingAction_SetComponentSource) == 0x000008, "Wrong alignment on FOptimusComponentBindingAction_SetComponentSource"); \ +static_assert(sizeof(FOptimusComponentBindingAction_SetComponentSource) == 0x000040, "Wrong size on FOptimusComponentBindingAction_SetComponentSource"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_RenameNode \ +static_assert(alignof(FOptimusNodeAction_RenameNode) == 0x000008, "Wrong alignment on FOptimusNodeAction_RenameNode"); \ +static_assert(sizeof(FOptimusNodeAction_RenameNode) == 0x000048, "Wrong size on FOptimusNodeAction_RenameNode"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_MoveNode \ +static_assert(alignof(FOptimusNodeAction_MoveNode) == 0x000008, "Wrong alignment on FOptimusNodeAction_MoveNode"); \ +static_assert(sizeof(FOptimusNodeAction_MoveNode) == 0x000038, "Wrong size on FOptimusNodeAction_MoveNode"); \ + +#define DUMPER7_ASSERTS_FOptimusCommentNodeAction_ResizeNode \ +static_assert(alignof(FOptimusCommentNodeAction_ResizeNode) == 0x000008, "Wrong alignment on FOptimusCommentNodeAction_ResizeNode"); \ +static_assert(sizeof(FOptimusCommentNodeAction_ResizeNode) == 0x000038, "Wrong size on FOptimusCommentNodeAction_ResizeNode"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_SetPinValue \ +static_assert(alignof(FOptimusNodeAction_SetPinValue) == 0x000008, "Wrong alignment on FOptimusNodeAction_SetPinValue"); \ +static_assert(sizeof(FOptimusNodeAction_SetPinValue) == 0x000048, "Wrong size on FOptimusNodeAction_SetPinValue"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_SetPinName \ +static_assert(alignof(FOptimusNodeAction_SetPinName) == 0x000008, "Wrong alignment on FOptimusNodeAction_SetPinName"); \ +static_assert(sizeof(FOptimusNodeAction_SetPinName) == 0x000038, "Wrong size on FOptimusNodeAction_SetPinName"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_SetPinType \ +static_assert(alignof(FOptimusNodeAction_SetPinType) == 0x000008, "Wrong alignment on FOptimusNodeAction_SetPinType"); \ +static_assert(sizeof(FOptimusNodeAction_SetPinType) == 0x000038, "Wrong size on FOptimusNodeAction_SetPinType"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_SetPinDataDomain \ +static_assert(alignof(FOptimusNodeAction_SetPinDataDomain) == 0x000008, "Wrong alignment on FOptimusNodeAction_SetPinDataDomain"); \ +static_assert(sizeof(FOptimusNodeAction_SetPinDataDomain) == 0x0000A8, "Wrong size on FOptimusNodeAction_SetPinDataDomain"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_AddRemovePin \ +static_assert(alignof(FOptimusNodeAction_AddRemovePin) == 0x000008, "Wrong alignment on FOptimusNodeAction_AddRemovePin"); \ +static_assert(sizeof(FOptimusNodeAction_AddRemovePin) == 0x0000B8, "Wrong size on FOptimusNodeAction_AddRemovePin"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_AddPin \ +static_assert(alignof(FOptimusNodeAction_AddPin) == 0x000008, "Wrong alignment on FOptimusNodeAction_AddPin"); \ +static_assert(sizeof(FOptimusNodeAction_AddPin) == 0x0000B8, "Wrong size on FOptimusNodeAction_AddPin"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_AddGroupingPin \ +static_assert(alignof(FOptimusNodeAction_AddGroupingPin) == 0x000008, "Wrong alignment on FOptimusNodeAction_AddGroupingPin"); \ +static_assert(sizeof(FOptimusNodeAction_AddGroupingPin) == 0x0000B8, "Wrong size on FOptimusNodeAction_AddGroupingPin"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_RemovePin \ +static_assert(alignof(FOptimusNodeAction_RemovePin) == 0x000008, "Wrong alignment on FOptimusNodeAction_RemovePin"); \ +static_assert(sizeof(FOptimusNodeAction_RemovePin) == 0x0000B8, "Wrong size on FOptimusNodeAction_RemovePin"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeAction_MovePin \ +static_assert(alignof(FOptimusNodeAction_MovePin) == 0x000008, "Wrong alignment on FOptimusNodeAction_MovePin"); \ +static_assert(sizeof(FOptimusNodeAction_MovePin) == 0x000048, "Wrong size on FOptimusNodeAction_MovePin"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_AddGraph \ +static_assert(alignof(FOptimusNodeGraphAction_AddGraph) == 0x000010, "Wrong alignment on FOptimusNodeGraphAction_AddGraph"); \ +static_assert(sizeof(FOptimusNodeGraphAction_AddGraph) == 0x000080, "Wrong size on FOptimusNodeGraphAction_AddGraph"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_RemoveGraph \ +static_assert(alignof(FOptimusNodeGraphAction_RemoveGraph) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_RemoveGraph"); \ +static_assert(sizeof(FOptimusNodeGraphAction_RemoveGraph) == 0x000058, "Wrong size on FOptimusNodeGraphAction_RemoveGraph"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_RenameGraph \ +static_assert(alignof(FOptimusNodeGraphAction_RenameGraph) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_RenameGraph"); \ +static_assert(sizeof(FOptimusNodeGraphAction_RenameGraph) == 0x000048, "Wrong size on FOptimusNodeGraphAction_RenameGraph"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_AddNode \ +static_assert(alignof(FOptimusNodeGraphAction_AddNode) == 0x000010, "Wrong alignment on FOptimusNodeGraphAction_AddNode"); \ +static_assert(sizeof(FOptimusNodeGraphAction_AddNode) == 0x000090, "Wrong size on FOptimusNodeGraphAction_AddNode"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_DuplicateNode \ +static_assert(alignof(FOptimusNodeGraphAction_DuplicateNode) == 0x000010, "Wrong alignment on FOptimusNodeGraphAction_DuplicateNode"); \ +static_assert(sizeof(FOptimusNodeGraphAction_DuplicateNode) == 0x0000A0, "Wrong size on FOptimusNodeGraphAction_DuplicateNode"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_RemoveNode \ +static_assert(alignof(FOptimusNodeGraphAction_RemoveNode) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_RemoveNode"); \ +static_assert(sizeof(FOptimusNodeGraphAction_RemoveNode) == 0x000060, "Wrong size on FOptimusNodeGraphAction_RemoveNode"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_AddRemoveNodePair \ +static_assert(alignof(FOptimusNodeGraphAction_AddRemoveNodePair) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_AddRemoveNodePair"); \ +static_assert(sizeof(FOptimusNodeGraphAction_AddRemoveNodePair) == 0x000038, "Wrong size on FOptimusNodeGraphAction_AddRemoveNodePair"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_AddNodePair \ +static_assert(alignof(FOptimusNodeGraphAction_AddNodePair) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_AddNodePair"); \ +static_assert(sizeof(FOptimusNodeGraphAction_AddNodePair) == 0x000058, "Wrong size on FOptimusNodeGraphAction_AddNodePair"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_RemoveNodePair \ +static_assert(alignof(FOptimusNodeGraphAction_RemoveNodePair) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_RemoveNodePair"); \ +static_assert(sizeof(FOptimusNodeGraphAction_RemoveNodePair) == 0x000038, "Wrong size on FOptimusNodeGraphAction_RemoveNodePair"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_AddRemoveLink \ +static_assert(alignof(FOptimusNodeGraphAction_AddRemoveLink) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_AddRemoveLink"); \ +static_assert(sizeof(FOptimusNodeGraphAction_AddRemoveLink) == 0x000040, "Wrong size on FOptimusNodeGraphAction_AddRemoveLink"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_AddLink \ +static_assert(alignof(FOptimusNodeGraphAction_AddLink) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_AddLink"); \ +static_assert(sizeof(FOptimusNodeGraphAction_AddLink) == 0x000040, "Wrong size on FOptimusNodeGraphAction_AddLink"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_RemoveLink \ +static_assert(alignof(FOptimusNodeGraphAction_RemoveLink) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_RemoveLink"); \ +static_assert(sizeof(FOptimusNodeGraphAction_RemoveLink) == 0x000040, "Wrong size on FOptimusNodeGraphAction_RemoveLink"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_ConnectAdderPin \ +static_assert(alignof(FOptimusNodeGraphAction_ConnectAdderPin) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_ConnectAdderPin"); \ +static_assert(sizeof(FOptimusNodeGraphAction_ConnectAdderPin) == 0x0000A0, "Wrong size on FOptimusNodeGraphAction_ConnectAdderPin"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_PackageKernelFunction \ +static_assert(alignof(FOptimusNodeGraphAction_PackageKernelFunction) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_PackageKernelFunction"); \ +static_assert(sizeof(FOptimusNodeGraphAction_PackageKernelFunction) == 0x0000B0, "Wrong size on FOptimusNodeGraphAction_PackageKernelFunction"); \ + +#define DUMPER7_ASSERTS_FOptimusNodeGraphAction_UnpackageKernelFunction \ +static_assert(alignof(FOptimusNodeGraphAction_UnpackageKernelFunction) == 0x000008, "Wrong alignment on FOptimusNodeGraphAction_UnpackageKernelFunction"); \ +static_assert(sizeof(FOptimusNodeGraphAction_UnpackageKernelFunction) == 0x000060, "Wrong size on FOptimusNodeGraphAction_UnpackageKernelFunction"); \ + +#define DUMPER7_ASSERTS_FOptimusResourceAction_AddResource \ +static_assert(alignof(FOptimusResourceAction_AddResource) == 0x000008, "Wrong alignment on FOptimusResourceAction_AddResource"); \ +static_assert(sizeof(FOptimusResourceAction_AddResource) == 0x000090, "Wrong size on FOptimusResourceAction_AddResource"); \ + +#define DUMPER7_ASSERTS_FOptimusResourceAction_RemoveResource \ +static_assert(alignof(FOptimusResourceAction_RemoveResource) == 0x000008, "Wrong alignment on FOptimusResourceAction_RemoveResource"); \ +static_assert(sizeof(FOptimusResourceAction_RemoveResource) == 0x000068, "Wrong size on FOptimusResourceAction_RemoveResource"); \ + +#define DUMPER7_ASSERTS_FOptimusResourceAction_RenameResource \ +static_assert(alignof(FOptimusResourceAction_RenameResource) == 0x000008, "Wrong alignment on FOptimusResourceAction_RenameResource"); \ +static_assert(sizeof(FOptimusResourceAction_RenameResource) == 0x000028, "Wrong size on FOptimusResourceAction_RenameResource"); \ + +#define DUMPER7_ASSERTS_FOptimusResourceAction_SetDataType \ +static_assert(alignof(FOptimusResourceAction_SetDataType) == 0x000008, "Wrong alignment on FOptimusResourceAction_SetDataType"); \ +static_assert(sizeof(FOptimusResourceAction_SetDataType) == 0x000080, "Wrong size on FOptimusResourceAction_SetDataType"); \ + +#define DUMPER7_ASSERTS_FOptimusResourceAction_SetDataDomain \ +static_assert(alignof(FOptimusResourceAction_SetDataDomain) == 0x000008, "Wrong alignment on FOptimusResourceAction_SetDataDomain"); \ +static_assert(sizeof(FOptimusResourceAction_SetDataDomain) == 0x0000A0, "Wrong size on FOptimusResourceAction_SetDataDomain"); \ + +#define DUMPER7_ASSERTS_FOptimusVariableAction_AddVariable \ +static_assert(alignof(FOptimusVariableAction_AddVariable) == 0x000008, "Wrong alignment on FOptimusVariableAction_AddVariable"); \ +static_assert(sizeof(FOptimusVariableAction_AddVariable) == 0x000050, "Wrong size on FOptimusVariableAction_AddVariable"); \ + +#define DUMPER7_ASSERTS_FOptimusVariableAction_RemoveVariable \ +static_assert(alignof(FOptimusVariableAction_RemoveVariable) == 0x000008, "Wrong alignment on FOptimusVariableAction_RemoveVariable"); \ +static_assert(sizeof(FOptimusVariableAction_RemoveVariable) == 0x000078, "Wrong size on FOptimusVariableAction_RemoveVariable"); \ + +#define DUMPER7_ASSERTS_FOptimusVariableAction_RenameVariable \ +static_assert(alignof(FOptimusVariableAction_RenameVariable) == 0x000008, "Wrong alignment on FOptimusVariableAction_RenameVariable"); \ +static_assert(sizeof(FOptimusVariableAction_RenameVariable) == 0x000028, "Wrong size on FOptimusVariableAction_RenameVariable"); \ + +#define DUMPER7_ASSERTS_FOptimusVariableAction_SetDataType \ +static_assert(alignof(FOptimusVariableAction_SetDataType) == 0x000008, "Wrong alignment on FOptimusVariableAction_SetDataType"); \ +static_assert(sizeof(FOptimusVariableAction_SetDataType) == 0x000080, "Wrong size on FOptimusVariableAction_SetDataType"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_OptimusDeformer \ +static_assert(alignof(FRigVMTrait_OptimusDeformer) == 0x000008, "Wrong alignment on FRigVMTrait_OptimusDeformer"); \ +static_assert(sizeof(FRigVMTrait_OptimusDeformer) == 0x000040, "Wrong size on FRigVMTrait_OptimusDeformer"); \ +static_assert(offsetof(FRigVMTrait_OptimusDeformer, DeformerGraph) == 0x000018, "Member 'FRigVMTrait_OptimusDeformer::DeformerGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_OptimusDeformerSettings \ +static_assert(alignof(FRigVMTrait_OptimusDeformerSettings) == 0x000008, "Wrong alignment on FRigVMTrait_OptimusDeformerSettings"); \ +static_assert(sizeof(FRigVMTrait_OptimusDeformerSettings) == 0x000030, "Wrong size on FRigVMTrait_OptimusDeformerSettings"); \ +static_assert(offsetof(FRigVMTrait_OptimusDeformerSettings, ExecutionPhase) == 0x000018, "Member 'FRigVMTrait_OptimusDeformerSettings::ExecutionPhase' has a wrong offset!"); \ +static_assert(offsetof(FRigVMTrait_OptimusDeformerSettings, ExecutionGroup) == 0x00001C, "Member 'FRigVMTrait_OptimusDeformerSettings::ExecutionGroup' has a wrong offset!"); \ +static_assert(offsetof(FRigVMTrait_OptimusDeformerSettings, DeformChildComponents) == 0x000020, "Member 'FRigVMTrait_OptimusDeformerSettings::DeformChildComponents' has a wrong offset!"); \ +static_assert(offsetof(FRigVMTrait_OptimusDeformerSettings, ExcludeChildComponentsWithTag) == 0x000024, "Member 'FRigVMTrait_OptimusDeformerSettings::ExcludeChildComponentsWithTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AddOptimusDeformer \ +static_assert(alignof(FRigUnit_AddOptimusDeformer) == 0x000008, "Wrong alignment on FRigUnit_AddOptimusDeformer"); \ +static_assert(sizeof(FRigUnit_AddOptimusDeformer) == 0x000020, "Wrong size on FRigUnit_AddOptimusDeformer"); \ +static_assert(offsetof(FRigUnit_AddOptimusDeformer, DeformerInstanceGuid) == 0x000010, "Member 'FRigUnit_AddOptimusDeformer::DeformerInstanceGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_OptimusVariableBase \ +static_assert(alignof(FRigVMTrait_OptimusVariableBase) == 0x000008, "Wrong alignment on FRigVMTrait_OptimusVariableBase"); \ +static_assert(sizeof(FRigVMTrait_OptimusVariableBase) == 0x000018, "Wrong size on FRigVMTrait_OptimusVariableBase"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerIntVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerIntVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerIntVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerIntVariable) == 0x000020, "Wrong size on FRigVMTrait_SetDeformerIntVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerIntVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerIntVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerIntArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerIntArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerIntArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerIntArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerIntArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerIntArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerIntArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerInt2Variable \ +static_assert(alignof(FRigVMTrait_SetDeformerInt2Variable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerInt2Variable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerInt2Variable) == 0x000020, "Wrong size on FRigVMTrait_SetDeformerInt2Variable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerInt2Variable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerInt2Variable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerInt2ArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerInt2ArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerInt2ArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerInt2ArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerInt2ArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerInt2ArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerInt2ArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerInt3Variable \ +static_assert(alignof(FRigVMTrait_SetDeformerInt3Variable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerInt3Variable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerInt3Variable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerInt3Variable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerInt3Variable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerInt3Variable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerInt3ArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerInt3ArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerInt3ArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerInt3ArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerInt3ArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerInt3ArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerInt3ArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerInt4Variable \ +static_assert(alignof(FRigVMTrait_SetDeformerInt4Variable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerInt4Variable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerInt4Variable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerInt4Variable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerInt4Variable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerInt4Variable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerInt4ArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerInt4ArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerInt4ArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerInt4ArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerInt4ArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerInt4ArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerInt4ArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerFloatVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerFloatVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerFloatVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerFloatVariable) == 0x000020, "Wrong size on FRigVMTrait_SetDeformerFloatVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerFloatVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerFloatVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerFloatArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerFloatArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerFloatArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerFloatArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerFloatArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerFloatArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerFloatArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerVector2Variable \ +static_assert(alignof(FRigVMTrait_SetDeformerVector2Variable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerVector2Variable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerVector2Variable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerVector2Variable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerVector2Variable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerVector2Variable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerVector2ArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerVector2ArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerVector2ArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerVector2ArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerVector2ArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerVector2ArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerVector2ArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerVectorVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerVectorVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerVectorVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerVectorVariable) == 0x000030, "Wrong size on FRigVMTrait_SetDeformerVectorVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerVectorVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerVectorVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerVectorArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerVectorArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerVectorArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerVectorArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerVectorArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerVectorArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerVectorArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerVector4Variable \ +static_assert(alignof(FRigVMTrait_SetDeformerVector4Variable) == 0x000010, "Wrong alignment on FRigVMTrait_SetDeformerVector4Variable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerVector4Variable) == 0x000040, "Wrong size on FRigVMTrait_SetDeformerVector4Variable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerVector4Variable, Value) == 0x000020, "Member 'FRigVMTrait_SetDeformerVector4Variable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerVector4ArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerVector4ArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerVector4ArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerVector4ArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerVector4ArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerVector4ArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerVector4ArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerLinearColorVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerLinearColorVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerLinearColorVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerLinearColorVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerLinearColorVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerLinearColorVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerLinearColorVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerLinearColorArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerLinearColorArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerLinearColorArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerLinearColorArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerLinearColorArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerLinearColorArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerLinearColorArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerQuatVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerQuatVariable) == 0x000010, "Wrong alignment on FRigVMTrait_SetDeformerQuatVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerQuatVariable) == 0x000040, "Wrong size on FRigVMTrait_SetDeformerQuatVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerQuatVariable, Value) == 0x000020, "Member 'FRigVMTrait_SetDeformerQuatVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerQuatArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerQuatArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerQuatArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerQuatArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerQuatArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerQuatArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerQuatArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerRotatorVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerRotatorVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerRotatorVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerRotatorVariable) == 0x000030, "Wrong size on FRigVMTrait_SetDeformerRotatorVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerRotatorVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerRotatorVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerRotatorArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerRotatorArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerRotatorArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerRotatorArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerRotatorArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerRotatorArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerRotatorArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerTransformVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerTransformVariable) == 0x000010, "Wrong alignment on FRigVMTrait_SetDeformerTransformVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerTransformVariable) == 0x000080, "Wrong size on FRigVMTrait_SetDeformerTransformVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerTransformVariable, Value) == 0x000020, "Member 'FRigVMTrait_SetDeformerTransformVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerTransformArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerTransformArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerTransformArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerTransformArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerTransformArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerTransformArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerTransformArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerNameVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerNameVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerNameVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerNameVariable) == 0x000020, "Wrong size on FRigVMTrait_SetDeformerNameVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerNameVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerNameVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerNameArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerNameArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerNameArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerNameArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerNameArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerNameArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerNameArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerBoolVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerBoolVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerBoolVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerBoolVariable) == 0x000020, "Wrong size on FRigVMTrait_SetDeformerBoolVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerBoolVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerBoolVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMTrait_SetDeformerBoolArrayVariable \ +static_assert(alignof(FRigVMTrait_SetDeformerBoolArrayVariable) == 0x000008, "Wrong alignment on FRigVMTrait_SetDeformerBoolArrayVariable"); \ +static_assert(sizeof(FRigVMTrait_SetDeformerBoolArrayVariable) == 0x000028, "Wrong size on FRigVMTrait_SetDeformerBoolArrayVariable"); \ +static_assert(offsetof(FRigVMTrait_SetDeformerBoolArrayVariable, Value) == 0x000018, "Member 'FRigVMTrait_SetDeformerBoolArrayVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusAnimAttributeBufferDescription \ +static_assert(alignof(FOptimusAnimAttributeBufferDescription) == 0x000008, "Wrong alignment on FOptimusAnimAttributeBufferDescription"); \ +static_assert(sizeof(FOptimusAnimAttributeBufferDescription) == 0x000068, "Wrong size on FOptimusAnimAttributeBufferDescription"); \ +static_assert(offsetof(FOptimusAnimAttributeBufferDescription, Name) == 0x000000, "Member 'FOptimusAnimAttributeBufferDescription::Name' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeBufferDescription, DataType) == 0x000010, "Member 'FOptimusAnimAttributeBufferDescription::DataType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeBufferDescription, DefaultValueStruct) == 0x000040, "Member 'FOptimusAnimAttributeBufferDescription::DefaultValueStruct' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeBufferDescription, HlslId) == 0x000050, "Member 'FOptimusAnimAttributeBufferDescription::HlslId' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeBufferDescription, PinName) == 0x000060, "Member 'FOptimusAnimAttributeBufferDescription::PinName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusAnimAttributeBufferArray \ +static_assert(alignof(FOptimusAnimAttributeBufferArray) == 0x000008, "Wrong alignment on FOptimusAnimAttributeBufferArray"); \ +static_assert(sizeof(FOptimusAnimAttributeBufferArray) == 0x000010, "Wrong size on FOptimusAnimAttributeBufferArray"); \ +static_assert(offsetof(FOptimusAnimAttributeBufferArray, InnerArray) == 0x000000, "Member 'FOptimusAnimAttributeBufferArray::InnerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusAnimAttributeDescription \ +static_assert(alignof(FOptimusAnimAttributeDescription) == 0x000008, "Wrong alignment on FOptimusAnimAttributeDescription"); \ +static_assert(sizeof(FOptimusAnimAttributeDescription) == 0x000078, "Wrong size on FOptimusAnimAttributeDescription"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, Name) == 0x000000, "Member 'FOptimusAnimAttributeDescription::Name' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, BoneName) == 0x000010, "Member 'FOptimusAnimAttributeDescription::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, DataType) == 0x000018, "Member 'FOptimusAnimAttributeDescription::DataType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, DefaultValueStruct) == 0x000048, "Member 'FOptimusAnimAttributeDescription::DefaultValueStruct' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, HlslId) == 0x000058, "Member 'FOptimusAnimAttributeDescription::HlslId' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, PinName) == 0x000068, "Member 'FOptimusAnimAttributeDescription::PinName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusAnimAttributeDescription, DefaultValue) == 0x000070, "Member 'FOptimusAnimAttributeDescription::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusAnimAttributeArray \ +static_assert(alignof(FOptimusAnimAttributeArray) == 0x000008, "Wrong alignment on FOptimusAnimAttributeArray"); \ +static_assert(sizeof(FOptimusAnimAttributeArray) == 0x000010, "Wrong size on FOptimusAnimAttributeArray"); \ +static_assert(offsetof(FOptimusAnimAttributeArray, InnerArray) == 0x000000, "Member 'FOptimusAnimAttributeArray::InnerArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDebugDrawParameters \ +static_assert(alignof(FOptimusDebugDrawParameters) == 0x000004, "Wrong alignment on FOptimusDebugDrawParameters"); \ +static_assert(sizeof(FOptimusDebugDrawParameters) == 0x000014, "Wrong size on FOptimusDebugDrawParameters"); \ +static_assert(offsetof(FOptimusDebugDrawParameters, bForceEnable) == 0x000000, "Member 'FOptimusDebugDrawParameters::bForceEnable' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDebugDrawParameters, MaxLineCount) == 0x000004, "Member 'FOptimusDebugDrawParameters::MaxLineCount' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDebugDrawParameters, MaxTriangleCount) == 0x000008, "Member 'FOptimusDebugDrawParameters::MaxTriangleCount' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDebugDrawParameters, MaxCharacterCount) == 0x00000C, "Member 'FOptimusDebugDrawParameters::MaxCharacterCount' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDebugDrawParameters, FontSize) == 0x000010, "Member 'FOptimusDebugDrawParameters::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusGraphVariableDescription \ +static_assert(alignof(FOptimusGraphVariableDescription) == 0x000008, "Wrong alignment on FOptimusGraphVariableDescription"); \ +static_assert(sizeof(FOptimusGraphVariableDescription) == 0x000088, "Wrong size on FOptimusGraphVariableDescription"); \ +static_assert(offsetof(FOptimusGraphVariableDescription, Name) == 0x000000, "Member 'FOptimusGraphVariableDescription::Name' has a wrong offset!"); \ +static_assert(offsetof(FOptimusGraphVariableDescription, ValueType) == 0x000010, "Member 'FOptimusGraphVariableDescription::ValueType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusGraphVariableDescription, ValueId) == 0x000018, "Member 'FOptimusGraphVariableDescription::ValueId' has a wrong offset!"); \ +static_assert(offsetof(FOptimusGraphVariableDescription, Offset) == 0x000024, "Member 'FOptimusGraphVariableDescription::Offset' has a wrong offset!"); \ +static_assert(offsetof(FOptimusGraphVariableDescription, Value) == 0x000030, "Member 'FOptimusGraphVariableDescription::Value' has a wrong offset!"); \ +static_assert(offsetof(FOptimusGraphVariableDescription, ShaderValue) == 0x000040, "Member 'FOptimusGraphVariableDescription::ShaderValue' has a wrong offset!"); \ +static_assert(offsetof(FOptimusGraphVariableDescription, SourceObject) == 0x000060, "Member 'FOptimusGraphVariableDescription::SourceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusNode_ComponentSource_DuplicationInfo \ +static_assert(alignof(FOptimusNode_ComponentSource_DuplicationInfo) == 0x000008, "Wrong alignment on FOptimusNode_ComponentSource_DuplicationInfo"); \ +static_assert(sizeof(FOptimusNode_ComponentSource_DuplicationInfo) == 0x000010, "Wrong size on FOptimusNode_ComponentSource_DuplicationInfo"); \ +static_assert(offsetof(FOptimusNode_ComponentSource_DuplicationInfo, BindingName) == 0x000000, "Member 'FOptimusNode_ComponentSource_DuplicationInfo::BindingName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusNode_ComponentSource_DuplicationInfo, ComponentType) == 0x000008, "Member 'FOptimusNode_ComponentSource_DuplicationInfo::ComponentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusSecondaryInputBindingsGroup \ +static_assert(alignof(FOptimusSecondaryInputBindingsGroup) == 0x000008, "Wrong alignment on FOptimusSecondaryInputBindingsGroup"); \ +static_assert(sizeof(FOptimusSecondaryInputBindingsGroup) == 0x000018, "Wrong size on FOptimusSecondaryInputBindingsGroup"); \ +static_assert(offsetof(FOptimusSecondaryInputBindingsGroup, GroupName) == 0x000000, "Member 'FOptimusSecondaryInputBindingsGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusSecondaryInputBindingsGroup, BindingArray) == 0x000008, "Member 'FOptimusSecondaryInputBindingsGroup::BindingArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusNode_GetVariable_DuplicationInfo \ +static_assert(alignof(FOptimusNode_GetVariable_DuplicationInfo) == 0x000008, "Wrong alignment on FOptimusNode_GetVariable_DuplicationInfo"); \ +static_assert(sizeof(FOptimusNode_GetVariable_DuplicationInfo) == 0x000048, "Wrong size on FOptimusNode_GetVariable_DuplicationInfo"); \ +static_assert(offsetof(FOptimusNode_GetVariable_DuplicationInfo, VariableName) == 0x000000, "Member 'FOptimusNode_GetVariable_DuplicationInfo::VariableName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusNode_GetVariable_DuplicationInfo, DataType) == 0x000008, "Member 'FOptimusNode_GetVariable_DuplicationInfo::DataType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusNode_GetVariable_DuplicationInfo, DefaultValue) == 0x000038, "Member 'FOptimusNode_GetVariable_DuplicationInfo::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusPinPairInfo \ +static_assert(alignof(FOptimusPinPairInfo) == 0x000008, "Wrong alignment on FOptimusPinPairInfo"); \ +static_assert(sizeof(FOptimusPinPairInfo) == 0x000020, "Wrong size on FOptimusPinPairInfo"); \ +static_assert(offsetof(FOptimusPinPairInfo, InputPinPath) == 0x000000, "Member 'FOptimusPinPairInfo::InputPinPath' has a wrong offset!"); \ +static_assert(offsetof(FOptimusPinPairInfo, OutputPinPath) == 0x000010, "Member 'FOptimusPinPairInfo::OutputPinPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusLoopTerminalInfo \ +static_assert(alignof(FOptimusLoopTerminalInfo) == 0x000008, "Wrong alignment on FOptimusLoopTerminalInfo"); \ +static_assert(sizeof(FOptimusLoopTerminalInfo) == 0x000018, "Wrong size on FOptimusLoopTerminalInfo"); \ +static_assert(offsetof(FOptimusLoopTerminalInfo, Count) == 0x000000, "Member 'FOptimusLoopTerminalInfo::Count' has a wrong offset!"); \ +static_assert(offsetof(FOptimusLoopTerminalInfo, Bindings) == 0x000008, "Member 'FOptimusLoopTerminalInfo::Bindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusNode_ResourceAccessorBase_DuplicationInfo \ +static_assert(alignof(FOptimusNode_ResourceAccessorBase_DuplicationInfo) == 0x000008, "Wrong alignment on FOptimusNode_ResourceAccessorBase_DuplicationInfo"); \ +static_assert(sizeof(FOptimusNode_ResourceAccessorBase_DuplicationInfo) == 0x000078, "Wrong size on FOptimusNode_ResourceAccessorBase_DuplicationInfo"); \ +static_assert(offsetof(FOptimusNode_ResourceAccessorBase_DuplicationInfo, ResourceName) == 0x000000, "Member 'FOptimusNode_ResourceAccessorBase_DuplicationInfo::ResourceName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusNode_ResourceAccessorBase_DuplicationInfo, DataType) == 0x000008, "Member 'FOptimusNode_ResourceAccessorBase_DuplicationInfo::DataType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusNode_ResourceAccessorBase_DuplicationInfo, DataDomain) == 0x000038, "Member 'FOptimusNode_ResourceAccessorBase_DuplicationInfo::DataDomain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusConstantIdentifier \ +static_assert(alignof(FOptimusConstantIdentifier) == 0x000004, "Wrong alignment on FOptimusConstantIdentifier"); \ +static_assert(sizeof(FOptimusConstantIdentifier) == 0x000018, "Wrong size on FOptimusConstantIdentifier"); \ +static_assert(offsetof(FOptimusConstantIdentifier, NodePath) == 0x000000, "Member 'FOptimusConstantIdentifier::NodePath' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstantIdentifier, GroupName) == 0x000008, "Member 'FOptimusConstantIdentifier::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstantIdentifier, ConstantName) == 0x000010, "Member 'FOptimusConstantIdentifier::ConstantName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusConstantDefinition \ +static_assert(alignof(FOptimusConstantDefinition) == 0x000008, "Wrong alignment on FOptimusConstantDefinition"); \ +static_assert(sizeof(FOptimusConstantDefinition) == 0x000028, "Wrong size on FOptimusConstantDefinition"); \ +static_assert(offsetof(FOptimusConstantDefinition, ReferencedConstant) == 0x000000, "Member 'FOptimusConstantDefinition::ReferencedConstant' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstantDefinition, Expression) == 0x000018, "Member 'FOptimusConstantDefinition::Expression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusConstant \ +static_assert(alignof(FOptimusConstant) == 0x000008, "Wrong alignment on FOptimusConstant"); \ +static_assert(sizeof(FOptimusConstant) == 0x000048, "Wrong size on FOptimusConstant"); \ +static_assert(offsetof(FOptimusConstant, Identifier) == 0x000000, "Member 'FOptimusConstant::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstant, Definition) == 0x000018, "Member 'FOptimusConstant::Definition' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstant, ComponentBindingIndex) == 0x000040, "Member 'FOptimusConstant::ComponentBindingIndex' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstant, Type) == 0x000044, "Member 'FOptimusConstant::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusConstantIndex \ +static_assert(alignof(FOptimusConstantIndex) == 0x000004, "Wrong alignment on FOptimusConstantIndex"); \ +static_assert(sizeof(FOptimusConstantIndex) == 0x00000C, "Wrong size on FOptimusConstantIndex"); \ +static_assert(offsetof(FOptimusConstantIndex, KernelIndex) == 0x000000, "Member 'FOptimusConstantIndex::KernelIndex' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstantIndex, Type) == 0x000004, "Member 'FOptimusConstantIndex::Type' has a wrong offset!"); \ +static_assert(offsetof(FOptimusConstantIndex, ConstantIndex) == 0x000008, "Member 'FOptimusConstantIndex::ConstantIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusKernelConstantContainer \ +static_assert(alignof(FOptimusKernelConstantContainer) == 0x000008, "Wrong alignment on FOptimusKernelConstantContainer"); \ +static_assert(sizeof(FOptimusKernelConstantContainer) == 0x000070, "Wrong size on FOptimusKernelConstantContainer"); \ +static_assert(offsetof(FOptimusKernelConstantContainer, InputConstants) == 0x000000, "Member 'FOptimusKernelConstantContainer::InputConstants' has a wrong offset!"); \ +static_assert(offsetof(FOptimusKernelConstantContainer, OutputConstants) == 0x000010, "Member 'FOptimusKernelConstantContainer::OutputConstants' has a wrong offset!"); \ +static_assert(offsetof(FOptimusKernelConstantContainer, GroupNameToBindingIndex) == 0x000020, "Member 'FOptimusKernelConstantContainer::GroupNameToBindingIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusConstantContainer \ +static_assert(alignof(FOptimusConstantContainer) == 0x000008, "Wrong alignment on FOptimusConstantContainer"); \ +static_assert(sizeof(FOptimusConstantContainer) == 0x000010, "Wrong size on FOptimusConstantContainer"); \ +static_assert(offsetof(FOptimusConstantContainer, KernelContainers) == 0x000000, "Member 'FOptimusConstantContainer::KernelContainers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDataType \ +static_assert(alignof(FOptimusDataType) == 0x000008, "Wrong alignment on FOptimusDataType"); \ +static_assert(sizeof(FOptimusDataType) == 0x000050, "Wrong size on FOptimusDataType"); \ +static_assert(offsetof(FOptimusDataType, TypeName) == 0x000000, "Member 'FOptimusDataType::TypeName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, DisplayName) == 0x000008, "Member 'FOptimusDataType::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, ShaderValueType) == 0x000018, "Member 'FOptimusDataType::ShaderValueType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, ShaderValueSize) == 0x000020, "Member 'FOptimusDataType::ShaderValueSize' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, TypeCategory) == 0x000024, "Member 'FOptimusDataType::TypeCategory' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, TypeObject) == 0x00002C, "Member 'FOptimusDataType::TypeObject' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, bHasCustomPinColor) == 0x000034, "Member 'FOptimusDataType::bHasCustomPinColor' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, CustomPinColor) == 0x000038, "Member 'FOptimusDataType::CustomPinColor' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, UsageFlags) == 0x000048, "Member 'FOptimusDataType::UsageFlags' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDataType, TypeFlags) == 0x000049, "Member 'FOptimusDataType::TypeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusComputeGraphInfo \ +static_assert(alignof(FOptimusComputeGraphInfo) == 0x000008, "Wrong alignment on FOptimusComputeGraphInfo"); \ +static_assert(sizeof(FOptimusComputeGraphInfo) == 0x000018, "Wrong size on FOptimusComputeGraphInfo"); \ +static_assert(offsetof(FOptimusComputeGraphInfo, GraphType) == 0x000000, "Member 'FOptimusComputeGraphInfo::GraphType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusComputeGraphInfo, GraphName) == 0x000004, "Member 'FOptimusComputeGraphInfo::GraphName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusComputeGraphInfo, ComputeGraph) == 0x000010, "Member 'FOptimusComputeGraphInfo::ComputeGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDeformerInstanceExecInfo \ +static_assert(alignof(FOptimusDeformerInstanceExecInfo) == 0x000008, "Wrong alignment on FOptimusDeformerInstanceExecInfo"); \ +static_assert(sizeof(FOptimusDeformerInstanceExecInfo) == 0x000030, "Wrong size on FOptimusDeformerInstanceExecInfo"); \ +static_assert(offsetof(FOptimusDeformerInstanceExecInfo, GraphName) == 0x000000, "Member 'FOptimusDeformerInstanceExecInfo::GraphName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDeformerInstanceExecInfo, GraphType) == 0x000008, "Member 'FOptimusDeformerInstanceExecInfo::GraphType' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDeformerInstanceExecInfo, ComputeGraph) == 0x000010, "Member 'FOptimusDeformerInstanceExecInfo::ComputeGraph' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDeformerInstanceExecInfo, ComputeGraphInstance) == 0x000018, "Member 'FOptimusDeformerInstanceExecInfo::ComputeGraphInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusDeformerInstanceComponentBinding \ +static_assert(alignof(FOptimusDeformerInstanceComponentBinding) == 0x000004, "Wrong alignment on FOptimusDeformerInstanceComponentBinding"); \ +static_assert(sizeof(FOptimusDeformerInstanceComponentBinding) == 0x000010, "Wrong size on FOptimusDeformerInstanceComponentBinding"); \ +static_assert(offsetof(FOptimusDeformerInstanceComponentBinding, ProviderName) == 0x000000, "Member 'FOptimusDeformerInstanceComponentBinding::ProviderName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusDeformerInstanceComponentBinding, ComponentName) == 0x000008, "Member 'FOptimusDeformerInstanceComponentBinding::ComponentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusExecutionDomain \ +static_assert(alignof(FOptimusExecutionDomain) == 0x000008, "Wrong alignment on FOptimusExecutionDomain"); \ +static_assert(sizeof(FOptimusExecutionDomain) == 0x000020, "Wrong size on FOptimusExecutionDomain"); \ +static_assert(offsetof(FOptimusExecutionDomain, Type) == 0x000000, "Member 'FOptimusExecutionDomain::Type' has a wrong offset!"); \ +static_assert(offsetof(FOptimusExecutionDomain, Name) == 0x000004, "Member 'FOptimusExecutionDomain::Name' has a wrong offset!"); \ +static_assert(offsetof(FOptimusExecutionDomain, Expression) == 0x000010, "Member 'FOptimusExecutionDomain::Expression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusFunctionGraphIdentifier \ +static_assert(alignof(FOptimusFunctionGraphIdentifier) == 0x000008, "Wrong alignment on FOptimusFunctionGraphIdentifier"); \ +static_assert(sizeof(FOptimusFunctionGraphIdentifier) == 0x000018, "Wrong size on FOptimusFunctionGraphIdentifier"); \ +static_assert(offsetof(FOptimusFunctionGraphIdentifier, Asset) == 0x000000, "Member 'FOptimusFunctionGraphIdentifier::Asset' has a wrong offset!"); \ +static_assert(offsetof(FOptimusFunctionGraphIdentifier, Guid) == 0x000008, "Member 'FOptimusFunctionGraphIdentifier::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusFunctionNodeGraphHeader \ +static_assert(alignof(FOptimusFunctionNodeGraphHeader) == 0x000008, "Wrong alignment on FOptimusFunctionNodeGraphHeader"); \ +static_assert(sizeof(FOptimusFunctionNodeGraphHeader) == 0x000038, "Wrong size on FOptimusFunctionNodeGraphHeader"); \ +static_assert(offsetof(FOptimusFunctionNodeGraphHeader, GraphPath) == 0x000000, "Member 'FOptimusFunctionNodeGraphHeader::GraphPath' has a wrong offset!"); \ +static_assert(offsetof(FOptimusFunctionNodeGraphHeader, FunctionName) == 0x000028, "Member 'FOptimusFunctionNodeGraphHeader::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(FOptimusFunctionNodeGraphHeader, Category) == 0x000030, "Member 'FOptimusFunctionNodeGraphHeader::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusFunctionNodeGraphHeaderArray \ +static_assert(alignof(FOptimusFunctionNodeGraphHeaderArray) == 0x000008, "Wrong alignment on FOptimusFunctionNodeGraphHeaderArray"); \ +static_assert(sizeof(FOptimusFunctionNodeGraphHeaderArray) == 0x000010, "Wrong size on FOptimusFunctionNodeGraphHeaderArray"); \ +static_assert(offsetof(FOptimusFunctionNodeGraphHeaderArray, Headers) == 0x000000, "Member 'FOptimusFunctionNodeGraphHeaderArray::Headers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusFunctionReferenceNodeSet \ +static_assert(alignof(FOptimusFunctionReferenceNodeSet) == 0x000008, "Wrong alignment on FOptimusFunctionReferenceNodeSet"); \ +static_assert(sizeof(FOptimusFunctionReferenceNodeSet) == 0x000050, "Wrong size on FOptimusFunctionReferenceNodeSet"); \ +static_assert(offsetof(FOptimusFunctionReferenceNodeSet, Nodes) == 0x000000, "Member 'FOptimusFunctionReferenceNodeSet::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusFunctionReferenceData \ +static_assert(alignof(FOptimusFunctionReferenceData) == 0x000008, "Wrong alignment on FOptimusFunctionReferenceData"); \ +static_assert(sizeof(FOptimusFunctionReferenceData) == 0x000050, "Wrong size on FOptimusFunctionReferenceData"); \ +static_assert(offsetof(FOptimusFunctionReferenceData, FunctionReferences) == 0x000000, "Member 'FOptimusFunctionReferenceData::FunctionReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptimusVariableMetaDataEntry \ +static_assert(alignof(FOptimusVariableMetaDataEntry) == 0x000008, "Wrong alignment on FOptimusVariableMetaDataEntry"); \ +static_assert(sizeof(FOptimusVariableMetaDataEntry) == 0x000018, "Wrong size on FOptimusVariableMetaDataEntry"); \ +static_assert(offsetof(FOptimusVariableMetaDataEntry, Key) == 0x000000, "Member 'FOptimusVariableMetaDataEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(FOptimusVariableMetaDataEntry, Value) == 0x000008, "Member 'FOptimusVariableMetaDataEntry::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IOptimusAlternativeSelectedObjectProvider \ +static_assert(alignof(IOptimusAlternativeSelectedObjectProvider) == 0x000001, "Wrong alignment on IOptimusAlternativeSelectedObjectProvider"); \ +static_assert(sizeof(IOptimusAlternativeSelectedObjectProvider) == 0x000001, "Wrong size on IOptimusAlternativeSelectedObjectProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusGraphDataInterface \ +static_assert(alignof(UOptimusGraphDataInterface) == 0x000008, "Wrong alignment on UOptimusGraphDataInterface"); \ +static_assert(sizeof(UOptimusGraphDataInterface) == 0x000040, "Wrong size on UOptimusGraphDataInterface"); \ +static_assert(offsetof(UOptimusGraphDataInterface, Variables) == 0x000028, "Member 'UOptimusGraphDataInterface::Variables' has a wrong offset!"); \ +static_assert(offsetof(UOptimusGraphDataInterface, ParameterBufferSize) == 0x000038, "Member 'UOptimusGraphDataInterface::ParameterBufferSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IOptimusComponentBindingProvider \ +static_assert(alignof(IOptimusComponentBindingProvider) == 0x000001, "Wrong alignment on IOptimusComponentBindingProvider"); \ +static_assert(sizeof(IOptimusComponentBindingProvider) == 0x000001, "Wrong size on IOptimusComponentBindingProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusComponentBindingReceiver \ +static_assert(alignof(IOptimusComponentBindingReceiver) == 0x000001, "Wrong alignment on IOptimusComponentBindingReceiver"); \ +static_assert(sizeof(IOptimusComponentBindingReceiver) == 0x000001, "Wrong size on IOptimusComponentBindingReceiver"); \ + +#define DUMPER7_ASSERTS_IOptimusComputeKernelDataInterface \ +static_assert(alignof(IOptimusComputeKernelDataInterface) == 0x000001, "Wrong alignment on IOptimusComputeKernelDataInterface"); \ +static_assert(sizeof(IOptimusComputeKernelDataInterface) == 0x000001, "Wrong size on IOptimusComputeKernelDataInterface"); \ + +#define DUMPER7_ASSERTS_IOptimusComputeKernelProvider \ +static_assert(alignof(IOptimusComputeKernelProvider) == 0x000001, "Wrong alignment on IOptimusComputeKernelProvider"); \ +static_assert(sizeof(IOptimusComputeKernelProvider) == 0x000001, "Wrong size on IOptimusComputeKernelProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusComputeDataInterface \ +static_assert(alignof(UOptimusComputeDataInterface) == 0x000008, "Wrong alignment on UOptimusComputeDataInterface"); \ +static_assert(sizeof(UOptimusComputeDataInterface) == 0x000028, "Wrong size on UOptimusComputeDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusDebugDrawDataInterface \ +static_assert(alignof(UOptimusDebugDrawDataInterface) == 0x000008, "Wrong alignment on UOptimusDebugDrawDataInterface"); \ +static_assert(sizeof(UOptimusDebugDrawDataInterface) == 0x000040, "Wrong size on UOptimusDebugDrawDataInterface"); \ +static_assert(offsetof(UOptimusDebugDrawDataInterface, bIsSupported) == 0x000028, "Member 'UOptimusDebugDrawDataInterface::bIsSupported' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDebugDrawDataInterface, DebugDrawParameters) == 0x00002C, "Member 'UOptimusDebugDrawDataInterface::DebugDrawParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IOptimusDataInterfaceProvider \ +static_assert(alignof(IOptimusDataInterfaceProvider) == 0x000001, "Wrong alignment on IOptimusDataInterfaceProvider"); \ +static_assert(sizeof(IOptimusDataInterfaceProvider) == 0x000001, "Wrong size on IOptimusDataInterfaceProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusDeformerAssetPathAccessor \ +static_assert(alignof(IOptimusDeformerAssetPathAccessor) == 0x000001, "Wrong alignment on IOptimusDeformerAssetPathAccessor"); \ +static_assert(sizeof(IOptimusDeformerAssetPathAccessor) == 0x000001, "Wrong size on IOptimusDeformerAssetPathAccessor"); \ + +#define DUMPER7_ASSERTS_UOptimusHalfEdgeDataInterface \ +static_assert(alignof(UOptimusHalfEdgeDataInterface) == 0x000008, "Wrong alignment on UOptimusHalfEdgeDataInterface"); \ +static_assert(sizeof(UOptimusHalfEdgeDataInterface) == 0x000028, "Wrong size on UOptimusHalfEdgeDataInterface"); \ + +#define DUMPER7_ASSERTS_IOptimusDeformerGeometryReadbackProvider \ +static_assert(alignof(IOptimusDeformerGeometryReadbackProvider) == 0x000001, "Wrong alignment on IOptimusDeformerGeometryReadbackProvider"); \ +static_assert(sizeof(IOptimusDeformerGeometryReadbackProvider) == 0x000001, "Wrong size on IOptimusDeformerGeometryReadbackProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusDeformerInstanceAccessor \ +static_assert(alignof(IOptimusDeformerInstanceAccessor) == 0x000001, "Wrong alignment on IOptimusDeformerInstanceAccessor"); \ +static_assert(sizeof(IOptimusDeformerInstanceAccessor) == 0x000001, "Wrong size on IOptimusDeformerInstanceAccessor"); \ + +#define DUMPER7_ASSERTS_IOptimusDeprecatedExecutionDataInterface \ +static_assert(alignof(IOptimusDeprecatedExecutionDataInterface) == 0x000001, "Wrong alignment on IOptimusDeprecatedExecutionDataInterface"); \ +static_assert(sizeof(IOptimusDeprecatedExecutionDataInterface) == 0x000001, "Wrong size on IOptimusDeprecatedExecutionDataInterface"); \ + +#define DUMPER7_ASSERTS_IOptimusExecutionDomainProvider \ +static_assert(alignof(IOptimusExecutionDomainProvider) == 0x000001, "Wrong alignment on IOptimusExecutionDomainProvider"); \ +static_assert(sizeof(IOptimusExecutionDomainProvider) == 0x000001, "Wrong size on IOptimusExecutionDomainProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusGeneratedClassDefiner \ +static_assert(alignof(IOptimusGeneratedClassDefiner) == 0x000001, "Wrong alignment on IOptimusGeneratedClassDefiner"); \ +static_assert(sizeof(IOptimusGeneratedClassDefiner) == 0x000001, "Wrong size on IOptimusGeneratedClassDefiner"); \ + +#define DUMPER7_ASSERTS_IOptimusNodeAdderPinProvider \ +static_assert(alignof(IOptimusNodeAdderPinProvider) == 0x000001, "Wrong alignment on IOptimusNodeAdderPinProvider"); \ +static_assert(sizeof(IOptimusNodeAdderPinProvider) == 0x000001, "Wrong size on IOptimusNodeAdderPinProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusNodeFunctionLibraryOwner \ +static_assert(alignof(IOptimusNodeFunctionLibraryOwner) == 0x000001, "Wrong alignment on IOptimusNodeFunctionLibraryOwner"); \ +static_assert(sizeof(IOptimusNodeFunctionLibraryOwner) == 0x000001, "Wrong size on IOptimusNodeFunctionLibraryOwner"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshWriteDataInterface \ +static_assert(alignof(UOptimusSkinnedMeshWriteDataInterface) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshWriteDataInterface"); \ +static_assert(sizeof(UOptimusSkinnedMeshWriteDataInterface) == 0x000030, "Wrong size on UOptimusSkinnedMeshWriteDataInterface"); \ + +#define DUMPER7_ASSERTS_IOptimusNodeGraphCollectionOwner \ +static_assert(alignof(IOptimusNodeGraphCollectionOwner) == 0x000001, "Wrong alignment on IOptimusNodeGraphCollectionOwner"); \ +static_assert(sizeof(IOptimusNodeGraphCollectionOwner) == 0x000001, "Wrong size on IOptimusNodeGraphCollectionOwner"); \ + +#define DUMPER7_ASSERTS_IOptimusNodeGraphProvider \ +static_assert(alignof(IOptimusNodeGraphProvider) == 0x000001, "Wrong alignment on IOptimusNodeGraphProvider"); \ +static_assert(sizeof(IOptimusNodeGraphProvider) == 0x000001, "Wrong size on IOptimusNodeGraphProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusNodePairProvider \ +static_assert(alignof(IOptimusNodePairProvider) == 0x000001, "Wrong alignment on IOptimusNodePairProvider"); \ +static_assert(sizeof(IOptimusNodePairProvider) == 0x000001, "Wrong size on IOptimusNodePairProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusNodePinRouter \ +static_assert(alignof(IOptimusNodePinRouter) == 0x000001, "Wrong alignment on IOptimusNodePinRouter"); \ +static_assert(sizeof(IOptimusNodePinRouter) == 0x000001, "Wrong size on IOptimusNodePinRouter"); \ + +#define DUMPER7_ASSERTS_IOptimusNodeSubGraphReferencer \ +static_assert(alignof(IOptimusNodeSubGraphReferencer) == 0x000001, "Wrong alignment on IOptimusNodeSubGraphReferencer"); \ +static_assert(sizeof(IOptimusNodeSubGraphReferencer) == 0x000001, "Wrong size on IOptimusNodeSubGraphReferencer"); \ + +#define DUMPER7_ASSERTS_UOptimusMorphTargetDataProvider \ +static_assert(alignof(UOptimusMorphTargetDataProvider) == 0x000008, "Wrong alignment on UOptimusMorphTargetDataProvider"); \ +static_assert(sizeof(UOptimusMorphTargetDataProvider) == 0x000030, "Wrong size on UOptimusMorphTargetDataProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusNonCollapsibleNode \ +static_assert(alignof(IOptimusNonCollapsibleNode) == 0x000001, "Wrong alignment on IOptimusNonCollapsibleNode"); \ +static_assert(sizeof(IOptimusNonCollapsibleNode) == 0x000001, "Wrong size on IOptimusNonCollapsibleNode"); \ + +#define DUMPER7_ASSERTS_OptimusNode_SetGraphPosition \ +static_assert(alignof(OptimusNode_SetGraphPosition) == 0x000008, "Wrong alignment on OptimusNode_SetGraphPosition"); \ +static_assert(sizeof(OptimusNode_SetGraphPosition) == 0x000018, "Wrong size on OptimusNode_SetGraphPosition"); \ +static_assert(offsetof(OptimusNode_SetGraphPosition, InPosition) == 0x000000, "Member 'OptimusNode_SetGraphPosition::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNode_SetGraphPosition, ReturnValue) == 0x000010, "Member 'OptimusNode_SetGraphPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNode_GetDisplayName \ +static_assert(alignof(OptimusNode_GetDisplayName) == 0x000008, "Wrong alignment on OptimusNode_GetDisplayName"); \ +static_assert(sizeof(OptimusNode_GetDisplayName) == 0x000010, "Wrong size on OptimusNode_GetDisplayName"); \ +static_assert(offsetof(OptimusNode_GetDisplayName, ReturnValue) == 0x000000, "Member 'OptimusNode_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNode_GetGraphPosition \ +static_assert(alignof(OptimusNode_GetGraphPosition) == 0x000008, "Wrong alignment on OptimusNode_GetGraphPosition"); \ +static_assert(sizeof(OptimusNode_GetGraphPosition) == 0x000010, "Wrong size on OptimusNode_GetGraphPosition"); \ +static_assert(offsetof(OptimusNode_GetGraphPosition, ReturnValue) == 0x000000, "Member 'OptimusNode_GetGraphPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNode_GetNodeCategory \ +static_assert(alignof(OptimusNode_GetNodeCategory) == 0x000004, "Wrong alignment on OptimusNode_GetNodeCategory"); \ +static_assert(sizeof(OptimusNode_GetNodeCategory) == 0x000008, "Wrong size on OptimusNode_GetNodeCategory"); \ +static_assert(offsetof(OptimusNode_GetNodeCategory, ReturnValue) == 0x000000, "Member 'OptimusNode_GetNodeCategory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNode_GetNodeName \ +static_assert(alignof(OptimusNode_GetNodeName) == 0x000004, "Wrong alignment on OptimusNode_GetNodeName"); \ +static_assert(sizeof(OptimusNode_GetNodeName) == 0x000008, "Wrong size on OptimusNode_GetNodeName"); \ +static_assert(offsetof(OptimusNode_GetNodeName, ReturnValue) == 0x000000, "Member 'OptimusNode_GetNodeName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode \ +static_assert(alignof(UOptimusNode) == 0x000008, "Wrong alignment on UOptimusNode"); \ +static_assert(sizeof(UOptimusNode) == 0x000108, "Wrong size on UOptimusNode"); \ +static_assert(offsetof(UOptimusNode, DisplayName) == 0x000030, "Member 'UOptimusNode::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode, GraphPosition) == 0x000040, "Member 'UOptimusNode::GraphPosition' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode, Pins) == 0x000050, "Member 'UOptimusNode::Pins' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode, ExpandedPins) == 0x000060, "Member 'UOptimusNode::ExpandedPins' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode, DiagnosticLevel) == 0x0000B0, "Member 'UOptimusNode::DiagnosticLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_GraphTerminal \ +static_assert(alignof(UOptimusNode_GraphTerminal) == 0x000008, "Wrong alignment on UOptimusNode_GraphTerminal"); \ +static_assert(sizeof(UOptimusNode_GraphTerminal) == 0x000140, "Wrong size on UOptimusNode_GraphTerminal"); \ +static_assert(offsetof(UOptimusNode_GraphTerminal, TerminalType) == 0x000128, "Member 'UOptimusNode_GraphTerminal::TerminalType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_GraphTerminal, DefaultComponentPin) == 0x00012C, "Member 'UOptimusNode_GraphTerminal::DefaultComponentPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IOptimusNonCopyableNode \ +static_assert(alignof(IOptimusNonCopyableNode) == 0x000001, "Wrong alignment on IOptimusNonCopyableNode"); \ +static_assert(sizeof(IOptimusNonCopyableNode) == 0x000001, "Wrong size on IOptimusNonCopyableNode"); \ + +#define DUMPER7_ASSERTS_IOptimusOutputBufferWriter \ +static_assert(alignof(IOptimusOutputBufferWriter) == 0x000001, "Wrong alignment on IOptimusOutputBufferWriter"); \ +static_assert(sizeof(IOptimusOutputBufferWriter) == 0x000001, "Wrong size on IOptimusOutputBufferWriter"); \ + +#define DUMPER7_ASSERTS_IOptimusParameterBindingProvider \ +static_assert(alignof(IOptimusParameterBindingProvider) == 0x000001, "Wrong alignment on IOptimusParameterBindingProvider"); \ +static_assert(sizeof(IOptimusParameterBindingProvider) == 0x000001, "Wrong size on IOptimusParameterBindingProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusPathResolver \ +static_assert(alignof(IOptimusPathResolver) == 0x000001, "Wrong alignment on IOptimusPathResolver"); \ +static_assert(sizeof(IOptimusPathResolver) == 0x000001, "Wrong size on IOptimusPathResolver"); \ + +#define DUMPER7_ASSERTS_IOptimusPersistentBufferProvider \ +static_assert(alignof(IOptimusPersistentBufferProvider) == 0x000001, "Wrong alignment on IOptimusPersistentBufferProvider"); \ +static_assert(sizeof(IOptimusPersistentBufferProvider) == 0x000001, "Wrong size on IOptimusPersistentBufferProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusRawBufferDataInterface \ +static_assert(alignof(UOptimusRawBufferDataInterface) == 0x000008, "Wrong alignment on UOptimusRawBufferDataInterface"); \ +static_assert(sizeof(UOptimusRawBufferDataInterface) == 0x000090, "Wrong size on UOptimusRawBufferDataInterface"); \ +static_assert(offsetof(UOptimusRawBufferDataInterface, ValueType) == 0x000028, "Member 'UOptimusRawBufferDataInterface::ValueType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusRawBufferDataInterface, DataDomain) == 0x000030, "Member 'UOptimusRawBufferDataInterface::DataDomain' has a wrong offset!"); \ +static_assert(offsetof(UOptimusRawBufferDataInterface, ComponentSourceBinding) == 0x000070, "Member 'UOptimusRawBufferDataInterface::ComponentSourceBinding' has a wrong offset!"); \ +static_assert(offsetof(UOptimusRawBufferDataInterface, DomainConstantIdentifier) == 0x000078, "Member 'UOptimusRawBufferDataInterface::DomainConstantIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IOptimusPinMutabilityDefiner \ +static_assert(alignof(IOptimusPinMutabilityDefiner) == 0x000001, "Wrong alignment on IOptimusPinMutabilityDefiner"); \ +static_assert(sizeof(IOptimusPinMutabilityDefiner) == 0x000001, "Wrong size on IOptimusPinMutabilityDefiner"); \ + +#define DUMPER7_ASSERTS_IOptimusPropertyPinProvider \ +static_assert(alignof(IOptimusPropertyPinProvider) == 0x000001, "Wrong alignment on IOptimusPropertyPinProvider"); \ +static_assert(sizeof(IOptimusPropertyPinProvider) == 0x000001, "Wrong size on IOptimusPropertyPinProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusDuplicateVerticesDataInterface \ +static_assert(alignof(UOptimusDuplicateVerticesDataInterface) == 0x000008, "Wrong alignment on UOptimusDuplicateVerticesDataInterface"); \ +static_assert(sizeof(UOptimusDuplicateVerticesDataInterface) == 0x000028, "Wrong size on UOptimusDuplicateVerticesDataInterface"); \ + +#define DUMPER7_ASSERTS_IOptimusShaderTextProvider \ +static_assert(alignof(IOptimusShaderTextProvider) == 0x000001, "Wrong alignment on IOptimusShaderTextProvider"); \ +static_assert(sizeof(IOptimusShaderTextProvider) == 0x000001, "Wrong size on IOptimusShaderTextProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusLoopTerminalDataProvider \ +static_assert(alignof(UOptimusLoopTerminalDataProvider) == 0x000008, "Wrong alignment on UOptimusLoopTerminalDataProvider"); \ +static_assert(sizeof(UOptimusLoopTerminalDataProvider) == 0x000030, "Wrong size on UOptimusLoopTerminalDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusValueContainerGeneratorClass \ +static_assert(alignof(UOptimusValueContainerGeneratorClass) == 0x000008, "Wrong alignment on UOptimusValueContainerGeneratorClass"); \ +static_assert(sizeof(UOptimusValueContainerGeneratorClass) == 0x000238, "Wrong size on UOptimusValueContainerGeneratorClass"); \ +static_assert(offsetof(UOptimusValueContainerGeneratorClass, DataType) == 0x000208, "Member 'UOptimusValueContainerGeneratorClass::DataType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IOptimusUnnamedNodePinProvider \ +static_assert(alignof(IOptimusUnnamedNodePinProvider) == 0x000001, "Wrong alignment on IOptimusUnnamedNodePinProvider"); \ +static_assert(sizeof(IOptimusUnnamedNodePinProvider) == 0x000001, "Wrong size on IOptimusUnnamedNodePinProvider"); \ + +#define DUMPER7_ASSERTS_IOptimusValueProvider \ +static_assert(alignof(IOptimusValueProvider) == 0x000001, "Wrong alignment on IOptimusValueProvider"); \ +static_assert(sizeof(IOptimusValueProvider) == 0x000001, "Wrong size on IOptimusValueProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ResourceAccessorBase \ +static_assert(alignof(UOptimusNode_ResourceAccessorBase) == 0x000008, "Wrong alignment on UOptimusNode_ResourceAccessorBase"); \ +static_assert(sizeof(UOptimusNode_ResourceAccessorBase) == 0x0001B0, "Wrong size on UOptimusNode_ResourceAccessorBase"); \ +static_assert(offsetof(UOptimusNode_ResourceAccessorBase, ResourceDesc) == 0x000128, "Member 'UOptimusNode_ResourceAccessorBase::ResourceDesc' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ResourceAccessorBase, WriteType) == 0x000130, "Member 'UOptimusNode_ResourceAccessorBase::WriteType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ResourceAccessorBase, DuplicationInfo) == 0x000138, "Member 'UOptimusNode_ResourceAccessorBase::DuplicationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_GetResource \ +static_assert(alignof(UOptimusNode_GetResource) == 0x000008, "Wrong alignment on UOptimusNode_GetResource"); \ +static_assert(sizeof(UOptimusNode_GetResource) == 0x0001B0, "Wrong size on UOptimusNode_GetResource"); \ + +#define DUMPER7_ASSERTS_UOptimusKernelSource \ +static_assert(alignof(UOptimusKernelSource) == 0x000008, "Wrong alignment on UOptimusKernelSource"); \ +static_assert(sizeof(UOptimusKernelSource) == 0x0000A8, "Wrong size on UOptimusKernelSource"); \ +static_assert(offsetof(UOptimusKernelSource, Source) == 0x000098, "Member 'UOptimusKernelSource::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusComponentSource \ +static_assert(alignof(UOptimusComponentSource) == 0x000008, "Wrong alignment on UOptimusComponentSource"); \ +static_assert(sizeof(UOptimusComponentSource) == 0x000028, "Wrong size on UOptimusComponentSource"); \ + +#define DUMPER7_ASSERTS_UOptimusGraphDataProvider \ +static_assert(alignof(UOptimusGraphDataProvider) == 0x000008, "Wrong alignment on UOptimusGraphDataProvider"); \ +static_assert(sizeof(UOptimusGraphDataProvider) == 0x000060, "Wrong size on UOptimusGraphDataProvider"); \ +static_assert(offsetof(UOptimusGraphDataProvider, Variables) == 0x000030, "Member 'UOptimusGraphDataProvider::Variables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSceneComponentSource \ +static_assert(alignof(UOptimusSceneComponentSource) == 0x000008, "Wrong alignment on UOptimusSceneComponentSource"); \ +static_assert(sizeof(UOptimusSceneComponentSource) == 0x000028, "Wrong size on UOptimusSceneComponentSource"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshComponentSource \ +static_assert(alignof(UOptimusSkinnedMeshComponentSource) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshComponentSource"); \ +static_assert(sizeof(UOptimusSkinnedMeshComponentSource) == 0x000028, "Wrong size on UOptimusSkinnedMeshComponentSource"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshReadDataInterface \ +static_assert(alignof(UOptimusSkinnedMeshReadDataInterface) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshReadDataInterface"); \ +static_assert(sizeof(UOptimusSkinnedMeshReadDataInterface) == 0x000028, "Wrong size on UOptimusSkinnedMeshReadDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusSkeletalMeshComponentSource \ +static_assert(alignof(UOptimusSkeletalMeshComponentSource) == 0x000008, "Wrong alignment on UOptimusSkeletalMeshComponentSource"); \ +static_assert(sizeof(UOptimusSkeletalMeshComponentSource) == 0x000028, "Wrong size on UOptimusSkeletalMeshComponentSource"); \ + +#define DUMPER7_ASSERTS_UOptimusAdvancedSkeletonDataInterface \ +static_assert(alignof(UOptimusAdvancedSkeletonDataInterface) == 0x000008, "Wrong alignment on UOptimusAdvancedSkeletonDataInterface"); \ +static_assert(sizeof(UOptimusAdvancedSkeletonDataInterface) == 0x000078, "Wrong size on UOptimusAdvancedSkeletonDataInterface"); \ +static_assert(offsetof(UOptimusAdvancedSkeletonDataInterface, SkinWeightProfile) == 0x000028, "Member 'UOptimusAdvancedSkeletonDataInterface::SkinWeightProfile' has a wrong offset!"); \ +static_assert(offsetof(UOptimusAdvancedSkeletonDataInterface, bEnableLayeredSkinning) == 0x000030, "Member 'UOptimusAdvancedSkeletonDataInterface::bEnableLayeredSkinning' has a wrong offset!"); \ +static_assert(offsetof(UOptimusAdvancedSkeletonDataInterface, AttributeBufferArray) == 0x000038, "Member 'UOptimusAdvancedSkeletonDataInterface::AttributeBufferArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusDebugDrawDataProvider \ +static_assert(alignof(UOptimusDebugDrawDataProvider) == 0x000008, "Wrong alignment on UOptimusDebugDrawDataProvider"); \ +static_assert(sizeof(UOptimusDebugDrawDataProvider) == 0x000048, "Wrong size on UOptimusDebugDrawDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusAdvancedSkeletonDataProvider \ +static_assert(alignof(UOptimusAdvancedSkeletonDataProvider) == 0x000008, "Wrong alignment on UOptimusAdvancedSkeletonDataProvider"); \ +static_assert(sizeof(UOptimusAdvancedSkeletonDataProvider) == 0x0000D8, "Wrong size on UOptimusAdvancedSkeletonDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusHalfEdgeDataProvider \ +static_assert(alignof(UOptimusHalfEdgeDataProvider) == 0x000008, "Wrong alignment on UOptimusHalfEdgeDataProvider"); \ +static_assert(sizeof(UOptimusHalfEdgeDataProvider) == 0x000050, "Wrong size on UOptimusHalfEdgeDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusResourceDescription \ +static_assert(alignof(UOptimusResourceDescription) == 0x000008, "Wrong alignment on UOptimusResourceDescription"); \ +static_assert(sizeof(UOptimusResourceDescription) == 0x0000B0, "Wrong size on UOptimusResourceDescription"); \ +static_assert(offsetof(UOptimusResourceDescription, ResourceName) == 0x000028, "Member 'UOptimusResourceDescription::ResourceName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusResourceDescription, DataType) == 0x000030, "Member 'UOptimusResourceDescription::DataType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusResourceDescription, ComponentBinding) == 0x000060, "Member 'UOptimusResourceDescription::ComponentBinding' has a wrong offset!"); \ +static_assert(offsetof(UOptimusResourceDescription, DataDomain) == 0x000068, "Member 'UOptimusResourceDescription::DataDomain' has a wrong offset!"); \ +static_assert(offsetof(UOptimusResourceDescription, DataInterface) == 0x0000A8, "Member 'UOptimusResourceDescription::DataInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusAnimAttributeDataInterface \ +static_assert(alignof(UOptimusAnimAttributeDataInterface) == 0x000008, "Wrong alignment on UOptimusAnimAttributeDataInterface"); \ +static_assert(sizeof(UOptimusAnimAttributeDataInterface) == 0x000058, "Wrong size on UOptimusAnimAttributeDataInterface"); \ +static_assert(offsetof(UOptimusAnimAttributeDataInterface, AttributeArray) == 0x000028, "Member 'UOptimusAnimAttributeDataInterface::AttributeArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusAnimAttributeDataProvider \ +static_assert(alignof(UOptimusAnimAttributeDataProvider) == 0x000008, "Wrong alignment on UOptimusAnimAttributeDataProvider"); \ +static_assert(sizeof(UOptimusAnimAttributeDataProvider) == 0x000048, "Wrong size on UOptimusAnimAttributeDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusClothDataInterface \ +static_assert(alignof(UOptimusClothDataInterface) == 0x000008, "Wrong alignment on UOptimusClothDataInterface"); \ +static_assert(sizeof(UOptimusClothDataInterface) == 0x000028, "Wrong size on UOptimusClothDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusClothDataProvider \ +static_assert(alignof(UOptimusClothDataProvider) == 0x000008, "Wrong alignment on UOptimusClothDataProvider"); \ +static_assert(sizeof(UOptimusClothDataProvider) == 0x000030, "Wrong size on UOptimusClothDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusConnectivityDataInterface \ +static_assert(alignof(UOptimusConnectivityDataInterface) == 0x000008, "Wrong alignment on UOptimusConnectivityDataInterface"); \ +static_assert(sizeof(UOptimusConnectivityDataInterface) == 0x000028, "Wrong size on UOptimusConnectivityDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusConnectivityDataProvider \ +static_assert(alignof(UOptimusConnectivityDataProvider) == 0x000008, "Wrong alignment on UOptimusConnectivityDataProvider"); \ +static_assert(sizeof(UOptimusConnectivityDataProvider) == 0x000040, "Wrong size on UOptimusConnectivityDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusCopyKernelDataInterface \ +static_assert(alignof(UOptimusCopyKernelDataInterface) == 0x000008, "Wrong alignment on UOptimusCopyKernelDataInterface"); \ +static_assert(sizeof(UOptimusCopyKernelDataInterface) == 0x000048, "Wrong size on UOptimusCopyKernelDataInterface"); \ +static_assert(offsetof(UOptimusCopyKernelDataInterface, ComponentSourceBinding) == 0x000030, "Member 'UOptimusCopyKernelDataInterface::ComponentSourceBinding' has a wrong offset!"); \ +static_assert(offsetof(UOptimusCopyKernelDataInterface, NumThreadsExpression) == 0x000038, "Member 'UOptimusCopyKernelDataInterface::NumThreadsExpression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusCopyKernelDataProvider \ +static_assert(alignof(UOptimusCopyKernelDataProvider) == 0x000008, "Wrong alignment on UOptimusCopyKernelDataProvider"); \ +static_assert(sizeof(UOptimusCopyKernelDataProvider) == 0x0000B0, "Wrong size on UOptimusCopyKernelDataProvider"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_EnqueueTriggerGraph \ +static_assert(alignof(OptimusDeformerInstance_EnqueueTriggerGraph) == 0x000004, "Wrong alignment on OptimusDeformerInstance_EnqueueTriggerGraph"); \ +static_assert(sizeof(OptimusDeformerInstance_EnqueueTriggerGraph) == 0x00000C, "Wrong size on OptimusDeformerInstance_EnqueueTriggerGraph"); \ +static_assert(offsetof(OptimusDeformerInstance_EnqueueTriggerGraph, InTriggerGraphName) == 0x000000, "Member 'OptimusDeformerInstance_EnqueueTriggerGraph::InTriggerGraphName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_EnqueueTriggerGraph, ReturnValue) == 0x000008, "Member 'OptimusDeformerInstance_EnqueueTriggerGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetBoolArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetBoolArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetBoolArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetBoolArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetBoolArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetBoolArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetBoolArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetBoolArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetBoolArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetBoolArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetBoolArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetBoolVariable \ +static_assert(alignof(OptimusDeformerInstance_SetBoolVariable) == 0x000004, "Wrong alignment on OptimusDeformerInstance_SetBoolVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetBoolVariable) == 0x00000C, "Wrong size on OptimusDeformerInstance_SetBoolVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetBoolVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetBoolVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetBoolVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetBoolVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetBoolVariable, ReturnValue) == 0x000009, "Member 'OptimusDeformerInstance_SetBoolVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetFloatArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetFloatArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetFloatArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetFloatArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetFloatArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetFloatArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetFloatArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetFloatArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetFloatArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetFloatArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetFloatArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetFloatVariable \ +static_assert(alignof(OptimusDeformerInstance_SetFloatVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetFloatVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetFloatVariable) == 0x000018, "Wrong size on OptimusDeformerInstance_SetFloatVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetFloatVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetFloatVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetFloatVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetFloatVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetFloatVariable, ReturnValue) == 0x000010, "Member 'OptimusDeformerInstance_SetFloatVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetInt2ArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetInt2ArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetInt2ArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetInt2ArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetInt2ArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt2ArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetInt2ArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt2ArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetInt2ArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt2ArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetInt2ArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetInt2Variable \ +static_assert(alignof(OptimusDeformerInstance_SetInt2Variable) == 0x000004, "Wrong alignment on OptimusDeformerInstance_SetInt2Variable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetInt2Variable) == 0x000014, "Wrong size on OptimusDeformerInstance_SetInt2Variable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt2Variable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetInt2Variable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt2Variable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetInt2Variable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt2Variable, ReturnValue) == 0x000010, "Member 'OptimusDeformerInstance_SetInt2Variable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetInt3ArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetInt3ArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetInt3ArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetInt3ArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetInt3ArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt3ArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetInt3ArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt3ArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetInt3ArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt3ArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetInt3ArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetInt3Variable \ +static_assert(alignof(OptimusDeformerInstance_SetInt3Variable) == 0x000004, "Wrong alignment on OptimusDeformerInstance_SetInt3Variable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetInt3Variable) == 0x000018, "Wrong size on OptimusDeformerInstance_SetInt3Variable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt3Variable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetInt3Variable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt3Variable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetInt3Variable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt3Variable, ReturnValue) == 0x000014, "Member 'OptimusDeformerInstance_SetInt3Variable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetInt4ArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetInt4ArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetInt4ArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetInt4ArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetInt4ArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt4ArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetInt4ArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt4ArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetInt4ArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt4ArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetInt4ArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetInt4Variable \ +static_assert(alignof(OptimusDeformerInstance_SetInt4Variable) == 0x000004, "Wrong alignment on OptimusDeformerInstance_SetInt4Variable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetInt4Variable) == 0x00001C, "Wrong size on OptimusDeformerInstance_SetInt4Variable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt4Variable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetInt4Variable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt4Variable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetInt4Variable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetInt4Variable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetInt4Variable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetIntArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetIntArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetIntArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetIntArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetIntArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetIntArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetIntArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetIntArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetIntArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetIntArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetIntArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetIntVariable \ +static_assert(alignof(OptimusDeformerInstance_SetIntVariable) == 0x000004, "Wrong alignment on OptimusDeformerInstance_SetIntVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetIntVariable) == 0x000010, "Wrong size on OptimusDeformerInstance_SetIntVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetIntVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetIntVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetIntVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetIntVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetIntVariable, ReturnValue) == 0x00000C, "Member 'OptimusDeformerInstance_SetIntVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetLinearColorArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetLinearColorArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetLinearColorArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetLinearColorArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetLinearColorArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetLinearColorArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetLinearColorArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetLinearColorArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetLinearColorArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetLinearColorArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetLinearColorArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetLinearColorVariable \ +static_assert(alignof(OptimusDeformerInstance_SetLinearColorVariable) == 0x000004, "Wrong alignment on OptimusDeformerInstance_SetLinearColorVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetLinearColorVariable) == 0x00001C, "Wrong size on OptimusDeformerInstance_SetLinearColorVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetLinearColorVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetLinearColorVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetLinearColorVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetLinearColorVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetLinearColorVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetLinearColorVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetNameArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetNameArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetNameArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetNameArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetNameArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetNameArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetNameArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetNameArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetNameArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetNameArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetNameArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetNameVariable \ +static_assert(alignof(OptimusDeformerInstance_SetNameVariable) == 0x000004, "Wrong alignment on OptimusDeformerInstance_SetNameVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetNameVariable) == 0x000014, "Wrong size on OptimusDeformerInstance_SetNameVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetNameVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetNameVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetNameVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetNameVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetNameVariable, ReturnValue) == 0x000010, "Member 'OptimusDeformerInstance_SetNameVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetQuatArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetQuatArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetQuatArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetQuatArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetQuatArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetQuatArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetQuatArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetQuatArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetQuatArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetQuatArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetQuatArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetQuatVariable \ +static_assert(alignof(OptimusDeformerInstance_SetQuatVariable) == 0x000010, "Wrong alignment on OptimusDeformerInstance_SetQuatVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetQuatVariable) == 0x000040, "Wrong size on OptimusDeformerInstance_SetQuatVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetQuatVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetQuatVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetQuatVariable, InValue) == 0x000010, "Member 'OptimusDeformerInstance_SetQuatVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetQuatVariable, ReturnValue) == 0x000030, "Member 'OptimusDeformerInstance_SetQuatVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetRotatorArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetRotatorArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetRotatorArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetRotatorArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetRotatorArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetRotatorArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetRotatorArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetRotatorArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetRotatorArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetRotatorArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetRotatorArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetRotatorVariable \ +static_assert(alignof(OptimusDeformerInstance_SetRotatorVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetRotatorVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetRotatorVariable) == 0x000028, "Wrong size on OptimusDeformerInstance_SetRotatorVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetRotatorVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetRotatorVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetRotatorVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetRotatorVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetRotatorVariable, ReturnValue) == 0x000020, "Member 'OptimusDeformerInstance_SetRotatorVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetTransformArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetTransformArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetTransformArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetTransformArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetTransformArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetTransformArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetTransformArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetTransformArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetTransformArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetTransformArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetTransformArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetTransformVariable \ +static_assert(alignof(OptimusDeformerInstance_SetTransformVariable) == 0x000010, "Wrong alignment on OptimusDeformerInstance_SetTransformVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetTransformVariable) == 0x000080, "Wrong size on OptimusDeformerInstance_SetTransformVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetTransformVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetTransformVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetTransformVariable, InValue) == 0x000010, "Member 'OptimusDeformerInstance_SetTransformVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetTransformVariable, ReturnValue) == 0x000070, "Member 'OptimusDeformerInstance_SetTransformVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetVector2ArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetVector2ArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetVector2ArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetVector2ArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetVector2ArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector2ArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetVector2ArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector2ArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetVector2ArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector2ArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetVector2ArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetVector2Variable \ +static_assert(alignof(OptimusDeformerInstance_SetVector2Variable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetVector2Variable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetVector2Variable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetVector2Variable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector2Variable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetVector2Variable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector2Variable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetVector2Variable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector2Variable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetVector2Variable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetVector4ArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetVector4ArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetVector4ArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetVector4ArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetVector4ArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector4ArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetVector4ArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector4ArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetVector4ArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector4ArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetVector4ArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetVector4Variable \ +static_assert(alignof(OptimusDeformerInstance_SetVector4Variable) == 0x000010, "Wrong alignment on OptimusDeformerInstance_SetVector4Variable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetVector4Variable) == 0x000040, "Wrong size on OptimusDeformerInstance_SetVector4Variable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector4Variable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetVector4Variable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector4Variable, InValue) == 0x000010, "Member 'OptimusDeformerInstance_SetVector4Variable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVector4Variable, ReturnValue) == 0x000030, "Member 'OptimusDeformerInstance_SetVector4Variable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetVectorArrayVariable \ +static_assert(alignof(OptimusDeformerInstance_SetVectorArrayVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetVectorArrayVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetVectorArrayVariable) == 0x000020, "Wrong size on OptimusDeformerInstance_SetVectorArrayVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVectorArrayVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetVectorArrayVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVectorArrayVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetVectorArrayVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVectorArrayVariable, ReturnValue) == 0x000018, "Member 'OptimusDeformerInstance_SetVectorArrayVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformerInstance_SetVectorVariable \ +static_assert(alignof(OptimusDeformerInstance_SetVectorVariable) == 0x000008, "Wrong alignment on OptimusDeformerInstance_SetVectorVariable"); \ +static_assert(sizeof(OptimusDeformerInstance_SetVectorVariable) == 0x000028, "Wrong size on OptimusDeformerInstance_SetVectorVariable"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVectorVariable, InVariableName) == 0x000000, "Member 'OptimusDeformerInstance_SetVectorVariable::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVectorVariable, InValue) == 0x000008, "Member 'OptimusDeformerInstance_SetVectorVariable::InValue' has a wrong offset!"); \ +static_assert(offsetof(OptimusDeformerInstance_SetVectorVariable, ReturnValue) == 0x000020, "Member 'OptimusDeformerInstance_SetVectorVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusDeformerInstance \ +static_assert(alignof(UOptimusDeformerInstance) == 0x000008, "Wrong alignment on UOptimusDeformerInstance"); \ +static_assert(sizeof(UOptimusDeformerInstance) == 0x0001B8, "Wrong size on UOptimusDeformerInstance"); \ +static_assert(offsetof(UOptimusDeformerInstance, MeshComponent) == 0x000030, "Member 'UOptimusDeformerInstance::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformerInstance, InstanceSettings) == 0x000038, "Member 'UOptimusDeformerInstance::InstanceSettings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformerInstance, ComputeGraphExecInfos) == 0x000040, "Member 'UOptimusDeformerInstance::ComputeGraphExecInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusCustomComputeKernelDataInterface \ +static_assert(alignof(UOptimusCustomComputeKernelDataInterface) == 0x000008, "Wrong alignment on UOptimusCustomComputeKernelDataInterface"); \ +static_assert(sizeof(UOptimusCustomComputeKernelDataInterface) == 0x000060, "Wrong size on UOptimusCustomComputeKernelDataInterface"); \ +static_assert(offsetof(UOptimusCustomComputeKernelDataInterface, ComponentSourceBinding) == 0x000030, "Member 'UOptimusCustomComputeKernelDataInterface::ComponentSourceBinding' has a wrong offset!"); \ +static_assert(offsetof(UOptimusCustomComputeKernelDataInterface, NumThreadsExpression) == 0x000038, "Member 'UOptimusCustomComputeKernelDataInterface::NumThreadsExpression' has a wrong offset!"); \ +static_assert(offsetof(UOptimusCustomComputeKernelDataInterface, ExecutionDomainConstantIdentifier) == 0x000048, "Member 'UOptimusCustomComputeKernelDataInterface::ExecutionDomainConstantIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusCustomComputeKernelDataProvider \ +static_assert(alignof(UOptimusCustomComputeKernelDataProvider) == 0x000008, "Wrong alignment on UOptimusCustomComputeKernelDataProvider"); \ +static_assert(sizeof(UOptimusCustomComputeKernelDataProvider) == 0x0000B0, "Wrong size on UOptimusCustomComputeKernelDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusDuplicateVerticesDataProvider \ +static_assert(alignof(UOptimusDuplicateVerticesDataProvider) == 0x000008, "Wrong alignment on UOptimusDuplicateVerticesDataProvider"); \ +static_assert(sizeof(UOptimusDuplicateVerticesDataProvider) == 0x000030, "Wrong size on UOptimusDuplicateVerticesDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusLoopTerminalDataInterface \ +static_assert(alignof(UOptimusLoopTerminalDataInterface) == 0x000008, "Wrong alignment on UOptimusLoopTerminalDataInterface"); \ +static_assert(sizeof(UOptimusLoopTerminalDataInterface) == 0x000030, "Wrong size on UOptimusLoopTerminalDataInterface"); \ +static_assert(offsetof(UOptimusLoopTerminalDataInterface, Index_0) == 0x000028, "Member 'UOptimusLoopTerminalDataInterface::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UOptimusLoopTerminalDataInterface, Count) == 0x00002C, "Member 'UOptimusLoopTerminalDataInterface::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusMorphTargetDataInterface \ +static_assert(alignof(UOptimusMorphTargetDataInterface) == 0x000008, "Wrong alignment on UOptimusMorphTargetDataInterface"); \ +static_assert(sizeof(UOptimusMorphTargetDataInterface) == 0x000028, "Wrong size on UOptimusMorphTargetDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusTransientBufferDataInterface \ +static_assert(alignof(UOptimusTransientBufferDataInterface) == 0x000008, "Wrong alignment on UOptimusTransientBufferDataInterface"); \ +static_assert(sizeof(UOptimusTransientBufferDataInterface) == 0x000098, "Wrong size on UOptimusTransientBufferDataInterface"); \ +static_assert(offsetof(UOptimusTransientBufferDataInterface, bZeroInitForAtomicWrites) == 0x000090, "Member 'UOptimusTransientBufferDataInterface::bZeroInitForAtomicWrites' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusImplicitPersistentBufferDataInterface \ +static_assert(alignof(UOptimusImplicitPersistentBufferDataInterface) == 0x000008, "Wrong alignment on UOptimusImplicitPersistentBufferDataInterface"); \ +static_assert(sizeof(UOptimusImplicitPersistentBufferDataInterface) == 0x000098, "Wrong size on UOptimusImplicitPersistentBufferDataInterface"); \ +static_assert(offsetof(UOptimusImplicitPersistentBufferDataInterface, bZeroInitForAtomicWrites) == 0x000090, "Member 'UOptimusImplicitPersistentBufferDataInterface::bZeroInitForAtomicWrites' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusPersistentBufferDataInterface \ +static_assert(alignof(UOptimusPersistentBufferDataInterface) == 0x000008, "Wrong alignment on UOptimusPersistentBufferDataInterface"); \ +static_assert(sizeof(UOptimusPersistentBufferDataInterface) == 0x000098, "Wrong size on UOptimusPersistentBufferDataInterface"); \ +static_assert(offsetof(UOptimusPersistentBufferDataInterface, ResourceName) == 0x000090, "Member 'UOptimusPersistentBufferDataInterface::ResourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusRawBufferDataProvider \ +static_assert(alignof(UOptimusRawBufferDataProvider) == 0x000008, "Wrong alignment on UOptimusRawBufferDataProvider"); \ +static_assert(sizeof(UOptimusRawBufferDataProvider) == 0x0000B8, "Wrong size on UOptimusRawBufferDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusTransientBufferDataProvider \ +static_assert(alignof(UOptimusTransientBufferDataProvider) == 0x000008, "Wrong alignment on UOptimusTransientBufferDataProvider"); \ +static_assert(sizeof(UOptimusTransientBufferDataProvider) == 0x0000C0, "Wrong size on UOptimusTransientBufferDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusImplicitPersistentBufferDataProvider \ +static_assert(alignof(UOptimusImplicitPersistentBufferDataProvider) == 0x000008, "Wrong alignment on UOptimusImplicitPersistentBufferDataProvider"); \ +static_assert(sizeof(UOptimusImplicitPersistentBufferDataProvider) == 0x0000E0, "Wrong size on UOptimusImplicitPersistentBufferDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusPersistentBufferDataProvider \ +static_assert(alignof(UOptimusPersistentBufferDataProvider) == 0x000008, "Wrong alignment on UOptimusPersistentBufferDataProvider"); \ +static_assert(sizeof(UOptimusPersistentBufferDataProvider) == 0x0000D8, "Wrong size on UOptimusPersistentBufferDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusSceneDataInterface \ +static_assert(alignof(UOptimusSceneDataInterface) == 0x000008, "Wrong alignment on UOptimusSceneDataInterface"); \ +static_assert(sizeof(UOptimusSceneDataInterface) == 0x000028, "Wrong size on UOptimusSceneDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusSceneDataProvider \ +static_assert(alignof(UOptimusSceneDataProvider) == 0x000008, "Wrong alignment on UOptimusSceneDataProvider"); \ +static_assert(sizeof(UOptimusSceneDataProvider) == 0x000030, "Wrong size on UOptimusSceneDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusSkeletonDataInterface \ +static_assert(alignof(UOptimusSkeletonDataInterface) == 0x000008, "Wrong alignment on UOptimusSkeletonDataInterface"); \ +static_assert(sizeof(UOptimusSkeletonDataInterface) == 0x000028, "Wrong size on UOptimusSkeletonDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusSkeletonDataProvider \ +static_assert(alignof(UOptimusSkeletonDataProvider) == 0x000008, "Wrong alignment on UOptimusSkeletonDataProvider"); \ +static_assert(sizeof(UOptimusSkeletonDataProvider) == 0x000030, "Wrong size on UOptimusSkeletonDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshDataInterface \ +static_assert(alignof(UOptimusSkinnedMeshDataInterface) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshDataInterface"); \ +static_assert(sizeof(UOptimusSkinnedMeshDataInterface) == 0x000028, "Wrong size on UOptimusSkinnedMeshDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshDataProvider \ +static_assert(alignof(UOptimusSkinnedMeshDataProvider) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshDataProvider"); \ +static_assert(sizeof(UOptimusSkinnedMeshDataProvider) == 0x000030, "Wrong size on UOptimusSkinnedMeshDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshExecDataInterface \ +static_assert(alignof(UOptimusSkinnedMeshExecDataInterface) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshExecDataInterface"); \ +static_assert(sizeof(UOptimusSkinnedMeshExecDataInterface) == 0x000038, "Wrong size on UOptimusSkinnedMeshExecDataInterface"); \ +static_assert(offsetof(UOptimusSkinnedMeshExecDataInterface, Domain) == 0x000030, "Member 'UOptimusSkinnedMeshExecDataInterface::Domain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshReadDataProvider \ +static_assert(alignof(UOptimusSkinnedMeshReadDataProvider) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshReadDataProvider"); \ +static_assert(sizeof(UOptimusSkinnedMeshReadDataProvider) == 0x000050, "Wrong size on UOptimusSkinnedMeshReadDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshVertexAttributeDataInterface \ +static_assert(alignof(UOptimusSkinnedMeshVertexAttributeDataInterface) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshVertexAttributeDataInterface"); \ +static_assert(sizeof(UOptimusSkinnedMeshVertexAttributeDataInterface) == 0x000038, "Wrong size on UOptimusSkinnedMeshVertexAttributeDataInterface"); \ +static_assert(offsetof(UOptimusSkinnedMeshVertexAttributeDataInterface, AttributeName) == 0x000028, "Member 'UOptimusSkinnedMeshVertexAttributeDataInterface::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSkinnedMeshVertexAttributeDataInterface, DefaultValue) == 0x000030, "Member 'UOptimusSkinnedMeshVertexAttributeDataInterface::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshVertexAttributeDataProvider \ +static_assert(alignof(UOptimusSkinnedMeshVertexAttributeDataProvider) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshVertexAttributeDataProvider"); \ +static_assert(sizeof(UOptimusSkinnedMeshVertexAttributeDataProvider) == 0x000058, "Wrong size on UOptimusSkinnedMeshVertexAttributeDataProvider"); \ +static_assert(offsetof(UOptimusSkinnedMeshVertexAttributeDataProvider, AttributeName) == 0x000038, "Member 'UOptimusSkinnedMeshVertexAttributeDataProvider::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSkinnedMeshVertexAttributeDataProvider, DefaultValue) == 0x000040, "Member 'UOptimusSkinnedMeshVertexAttributeDataProvider::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinnedMeshWriteDataProvider \ +static_assert(alignof(UOptimusSkinnedMeshWriteDataProvider) == 0x000008, "Wrong alignment on UOptimusSkinnedMeshWriteDataProvider"); \ +static_assert(sizeof(UOptimusSkinnedMeshWriteDataProvider) == 0x000048, "Wrong size on UOptimusSkinnedMeshWriteDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinWeightsAsVertexMaskDataInterface \ +static_assert(alignof(UOptimusSkinWeightsAsVertexMaskDataInterface) == 0x000008, "Wrong alignment on UOptimusSkinWeightsAsVertexMaskDataInterface"); \ +static_assert(sizeof(UOptimusSkinWeightsAsVertexMaskDataInterface) == 0x000080, "Wrong size on UOptimusSkinWeightsAsVertexMaskDataInterface"); \ +static_assert(offsetof(UOptimusSkinWeightsAsVertexMaskDataInterface, SkinWeightProfile) == 0x000028, "Member 'UOptimusSkinWeightsAsVertexMaskDataInterface::SkinWeightProfile' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSkinWeightsAsVertexMaskDataInterface, BoneNames) == 0x000030, "Member 'UOptimusSkinWeightsAsVertexMaskDataInterface::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSkinWeightsAsVertexMaskDataInterface, ExpandTowardsRoot) == 0x000040, "Member 'UOptimusSkinWeightsAsVertexMaskDataInterface::ExpandTowardsRoot' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSkinWeightsAsVertexMaskDataInterface, ExpandTowardsLeaf) == 0x000044, "Member 'UOptimusSkinWeightsAsVertexMaskDataInterface::ExpandTowardsLeaf' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSkinWeightsAsVertexMaskDataInterface, bDebugDrawIncludedBones) == 0x000048, "Member 'UOptimusSkinWeightsAsVertexMaskDataInterface::bDebugDrawIncludedBones' has a wrong offset!"); \ +static_assert(offsetof(UOptimusSkinWeightsAsVertexMaskDataInterface, DebugDrawColor) == 0x00004C, "Member 'UOptimusSkinWeightsAsVertexMaskDataInterface::DebugDrawColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSkinWeightsAsVertexMaskDataProvider \ +static_assert(alignof(UOptimusSkinWeightsAsVertexMaskDataProvider) == 0x000008, "Wrong alignment on UOptimusSkinWeightsAsVertexMaskDataProvider"); \ +static_assert(sizeof(UOptimusSkinWeightsAsVertexMaskDataProvider) == 0x0000D8, "Wrong size on UOptimusSkinWeightsAsVertexMaskDataProvider"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_DataInterface \ +static_assert(alignof(UOptimusNode_DataInterface) == 0x000008, "Wrong alignment on UOptimusNode_DataInterface"); \ +static_assert(sizeof(UOptimusNode_DataInterface) == 0x000138, "Wrong size on UOptimusNode_DataInterface"); \ +static_assert(offsetof(UOptimusNode_DataInterface, DataInterfaceClass) == 0x000128, "Member 'UOptimusNode_DataInterface::DataInterfaceClass' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_DataInterface, DataInterfaceData) == 0x000130, "Member 'UOptimusNode_DataInterface::DataInterfaceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_AnimAttributeDataInterface \ +static_assert(alignof(UOptimusNode_AnimAttributeDataInterface) == 0x000008, "Wrong alignment on UOptimusNode_AnimAttributeDataInterface"); \ +static_assert(sizeof(UOptimusNode_AnimAttributeDataInterface) == 0x000138, "Wrong size on UOptimusNode_AnimAttributeDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ComponentSource \ +static_assert(alignof(UOptimusNode_ComponentSource) == 0x000008, "Wrong alignment on UOptimusNode_ComponentSource"); \ +static_assert(sizeof(UOptimusNode_ComponentSource) == 0x000130, "Wrong size on UOptimusNode_ComponentSource"); \ +static_assert(offsetof(UOptimusNode_ComponentSource, Binding) == 0x000118, "Member 'UOptimusNode_ComponentSource::Binding' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComponentSource, DuplicationInfo) == 0x000120, "Member 'UOptimusNode_ComponentSource::DuplicationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ComputeKernelBase \ +static_assert(alignof(UOptimusNode_ComputeKernelBase) == 0x000008, "Wrong alignment on UOptimusNode_ComputeKernelBase"); \ +static_assert(sizeof(UOptimusNode_ComputeKernelBase) == 0x000110, "Wrong size on UOptimusNode_ComputeKernelBase"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ComputeKernelFunctionGeneratorClass \ +static_assert(alignof(UOptimusNode_ComputeKernelFunctionGeneratorClass) == 0x000008, "Wrong alignment on UOptimusNode_ComputeKernelFunctionGeneratorClass"); \ +static_assert(sizeof(UOptimusNode_ComputeKernelFunctionGeneratorClass) == 0x000278, "Wrong size on UOptimusNode_ComputeKernelFunctionGeneratorClass"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, Category) == 0x000208, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::Category' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, KernelName) == 0x000210, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::KernelName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, ExecutionDomain) == 0x000218, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::ExecutionDomain' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, GroupSize) == 0x000238, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::GroupSize' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, InputBindings) == 0x000248, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::InputBindings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, OutputBindings) == 0x000258, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::OutputBindings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_ComputeKernelFunctionGeneratorClass, ShaderSource) == 0x000268, "Member 'UOptimusNode_ComputeKernelFunctionGeneratorClass::ShaderSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ComputeKernelFunction \ +static_assert(alignof(UOptimusNode_ComputeKernelFunction) == 0x000008, "Wrong alignment on UOptimusNode_ComputeKernelFunction"); \ +static_assert(sizeof(UOptimusNode_ComputeKernelFunction) == 0x000110, "Wrong size on UOptimusNode_ComputeKernelFunction"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ConstantValueGeneratorClass \ +static_assert(alignof(UOptimusNode_ConstantValueGeneratorClass) == 0x000008, "Wrong alignment on UOptimusNode_ConstantValueGeneratorClass"); \ +static_assert(sizeof(UOptimusNode_ConstantValueGeneratorClass) == 0x000238, "Wrong size on UOptimusNode_ConstantValueGeneratorClass"); \ +static_assert(offsetof(UOptimusNode_ConstantValueGeneratorClass, DataType) == 0x000208, "Member 'UOptimusNode_ConstantValueGeneratorClass::DataType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_ConstantValue \ +static_assert(alignof(UOptimusNode_ConstantValue) == 0x000008, "Wrong alignment on UOptimusNode_ConstantValue"); \ +static_assert(sizeof(UOptimusNode_ConstantValue) == 0x000120, "Wrong size on UOptimusNode_ConstantValue"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_CustomComputeKernel \ +static_assert(alignof(UOptimusNode_CustomComputeKernel) == 0x000008, "Wrong alignment on UOptimusNode_CustomComputeKernel"); \ +static_assert(sizeof(UOptimusNode_CustomComputeKernel) == 0x000200, "Wrong size on UOptimusNode_CustomComputeKernel"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, Category) == 0x000130, "Member 'UOptimusNode_CustomComputeKernel::Category' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, KernelName) == 0x000138, "Member 'UOptimusNode_CustomComputeKernel::KernelName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, ExecutionDomain) == 0x000140, "Member 'UOptimusNode_CustomComputeKernel::ExecutionDomain' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, GroupSize) == 0x000160, "Member 'UOptimusNode_CustomComputeKernel::GroupSize' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, Parameters) == 0x000170, "Member 'UOptimusNode_CustomComputeKernel::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, InputBindings) == 0x000180, "Member 'UOptimusNode_CustomComputeKernel::InputBindings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, OutputBindings) == 0x000190, "Member 'UOptimusNode_CustomComputeKernel::OutputBindings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, InputBindingArray) == 0x0001A0, "Member 'UOptimusNode_CustomComputeKernel::InputBindingArray' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, OutputBindingArray) == 0x0001B0, "Member 'UOptimusNode_CustomComputeKernel::OutputBindingArray' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, SecondaryInputBindingGroups) == 0x0001C0, "Member 'UOptimusNode_CustomComputeKernel::SecondaryInputBindingGroups' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, AdditionalSources) == 0x0001D0, "Member 'UOptimusNode_CustomComputeKernel::AdditionalSources' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_CustomComputeKernel, ShaderSource) == 0x0001E0, "Member 'UOptimusNode_CustomComputeKernel::ShaderSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_FunctionReference \ +static_assert(alignof(UOptimusNode_FunctionReference) == 0x000008, "Wrong alignment on UOptimusNode_FunctionReference"); \ +static_assert(sizeof(UOptimusNode_FunctionReference) == 0x000178, "Wrong size on UOptimusNode_FunctionReference"); \ +static_assert(offsetof(UOptimusNode_FunctionReference, FunctionGraphIdentifier) == 0x000120, "Member 'UOptimusNode_FunctionReference::FunctionGraphIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_FunctionReference, DefaultComponentPin) == 0x000138, "Member 'UOptimusNode_FunctionReference::DefaultComponentPin' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_FunctionReference, ResolvedFunctionGraph) == 0x000140, "Member 'UOptimusNode_FunctionReference::ResolvedFunctionGraph' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_FunctionReference, FunctionGraph) == 0x000148, "Member 'UOptimusNode_FunctionReference::FunctionGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_GetVariable \ +static_assert(alignof(UOptimusNode_GetVariable) == 0x000008, "Wrong alignment on UOptimusNode_GetVariable"); \ +static_assert(sizeof(UOptimusNode_GetVariable) == 0x000170, "Wrong size on UOptimusNode_GetVariable"); \ +static_assert(offsetof(UOptimusNode_GetVariable, VariableDesc) == 0x000120, "Member 'UOptimusNode_GetVariable::VariableDesc' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_GetVariable, DuplicationInfo) == 0x000128, "Member 'UOptimusNode_GetVariable::DuplicationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_LoopTerminal \ +static_assert(alignof(UOptimusNode_LoopTerminal) == 0x000008, "Wrong alignment on UOptimusNode_LoopTerminal"); \ +static_assert(sizeof(UOptimusNode_LoopTerminal) == 0x000170, "Wrong size on UOptimusNode_LoopTerminal"); \ +static_assert(offsetof(UOptimusNode_LoopTerminal, TerminalType) == 0x000130, "Member 'UOptimusNode_LoopTerminal::TerminalType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_LoopTerminal, LoopInfo) == 0x000138, "Member 'UOptimusNode_LoopTerminal::LoopInfo' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_LoopTerminal, IndexPin) == 0x000150, "Member 'UOptimusNode_LoopTerminal::IndexPin' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_LoopTerminal, CountPin) == 0x000158, "Member 'UOptimusNode_LoopTerminal::CountPin' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_LoopTerminal, PinPairInfos) == 0x000160, "Member 'UOptimusNode_LoopTerminal::PinPairInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_Resource \ +static_assert(alignof(UOptimusNode_Resource) == 0x000008, "Wrong alignment on UOptimusNode_Resource"); \ +static_assert(sizeof(UOptimusNode_Resource) == 0x0001B0, "Wrong size on UOptimusNode_Resource"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_SetResource \ +static_assert(alignof(UOptimusNode_SetResource) == 0x000008, "Wrong alignment on UOptimusNode_SetResource"); \ +static_assert(sizeof(UOptimusNode_SetResource) == 0x0001B0, "Wrong size on UOptimusNode_SetResource"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_SubGraphReference \ +static_assert(alignof(UOptimusNode_SubGraphReference) == 0x000008, "Wrong alignment on UOptimusNode_SubGraphReference"); \ +static_assert(sizeof(UOptimusNode_SubGraphReference) == 0x000138, "Wrong size on UOptimusNode_SubGraphReference"); \ +static_assert(offsetof(UOptimusNode_SubGraphReference, SubGraphName) == 0x000120, "Member 'UOptimusNode_SubGraphReference::SubGraphName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_SubGraphReference, DefaultComponentPin) == 0x000128, "Member 'UOptimusNode_SubGraphReference::DefaultComponentPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusActionStack \ +static_assert(alignof(UOptimusActionStack) == 0x000008, "Wrong alignment on UOptimusActionStack"); \ +static_assert(sizeof(UOptimusActionStack) == 0x0000C0, "Wrong size on UOptimusActionStack"); \ +static_assert(offsetof(UOptimusActionStack, TransactedActionIndex) == 0x000028, "Member 'UOptimusActionStack::TransactedActionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusComponentSourceBinding \ +static_assert(alignof(UOptimusComponentSourceBinding) == 0x000008, "Wrong alignment on UOptimusComponentSourceBinding"); \ +static_assert(sizeof(UOptimusComponentSourceBinding) == 0x000050, "Wrong size on UOptimusComponentSourceBinding"); \ +static_assert(offsetof(UOptimusComponentSourceBinding, BindingName) == 0x000028, "Member 'UOptimusComponentSourceBinding::BindingName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusComponentSourceBinding, ComponentType) == 0x000030, "Member 'UOptimusComponentSourceBinding::ComponentType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusComponentSourceBinding, ComponentTags) == 0x000038, "Member 'UOptimusComponentSourceBinding::ComponentTags' has a wrong offset!"); \ +static_assert(offsetof(UOptimusComponentSourceBinding, bIsPrimaryBinding) == 0x000048, "Member 'UOptimusComponentSourceBinding::bIsPrimaryBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusComputeGraph \ +static_assert(alignof(UOptimusComputeGraph) == 0x000008, "Wrong alignment on UOptimusComputeGraph"); \ +static_assert(sizeof(UOptimusComputeGraph) == 0x0000F0, "Wrong size on UOptimusComputeGraph"); \ +static_assert(offsetof(UOptimusComputeGraph, KernelToNode) == 0x0000E0, "Member 'UOptimusComputeGraph::KernelToNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusComponentSourceBindingContainer \ +static_assert(alignof(UOptimusComponentSourceBindingContainer) == 0x000008, "Wrong alignment on UOptimusComponentSourceBindingContainer"); \ +static_assert(sizeof(UOptimusComponentSourceBindingContainer) == 0x000038, "Wrong size on UOptimusComponentSourceBindingContainer"); \ +static_assert(offsetof(UOptimusComponentSourceBindingContainer, Bindings) == 0x000028, "Member 'UOptimusComponentSourceBindingContainer::Bindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusVariableContainer \ +static_assert(alignof(UOptimusVariableContainer) == 0x000008, "Wrong alignment on UOptimusVariableContainer"); \ +static_assert(sizeof(UOptimusVariableContainer) == 0x000038, "Wrong size on UOptimusVariableContainer"); \ +static_assert(offsetof(UOptimusVariableContainer, Descriptions) == 0x000028, "Member 'UOptimusVariableContainer::Descriptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusResourceContainer \ +static_assert(alignof(UOptimusResourceContainer) == 0x000008, "Wrong alignment on UOptimusResourceContainer"); \ +static_assert(sizeof(UOptimusResourceContainer) == 0x000038, "Wrong size on UOptimusResourceContainer"); \ +static_assert(offsetof(UOptimusResourceContainer, Descriptions) == 0x000028, "Member 'UOptimusResourceContainer::Descriptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformer_GetComponentBindings \ +static_assert(alignof(OptimusDeformer_GetComponentBindings) == 0x000008, "Wrong alignment on OptimusDeformer_GetComponentBindings"); \ +static_assert(sizeof(OptimusDeformer_GetComponentBindings) == 0x000010, "Wrong size on OptimusDeformer_GetComponentBindings"); \ +static_assert(offsetof(OptimusDeformer_GetComponentBindings, ReturnValue) == 0x000000, "Member 'OptimusDeformer_GetComponentBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformer_GetPrimaryComponentBinding \ +static_assert(alignof(OptimusDeformer_GetPrimaryComponentBinding) == 0x000008, "Wrong alignment on OptimusDeformer_GetPrimaryComponentBinding"); \ +static_assert(sizeof(OptimusDeformer_GetPrimaryComponentBinding) == 0x000008, "Wrong size on OptimusDeformer_GetPrimaryComponentBinding"); \ +static_assert(offsetof(OptimusDeformer_GetPrimaryComponentBinding, ReturnValue) == 0x000000, "Member 'OptimusDeformer_GetPrimaryComponentBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformer_GetResources \ +static_assert(alignof(OptimusDeformer_GetResources) == 0x000008, "Wrong alignment on OptimusDeformer_GetResources"); \ +static_assert(sizeof(OptimusDeformer_GetResources) == 0x000010, "Wrong size on OptimusDeformer_GetResources"); \ +static_assert(offsetof(OptimusDeformer_GetResources, ReturnValue) == 0x000000, "Member 'OptimusDeformer_GetResources::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusDeformer_GetVariables \ +static_assert(alignof(OptimusDeformer_GetVariables) == 0x000008, "Wrong alignment on OptimusDeformer_GetVariables"); \ +static_assert(sizeof(OptimusDeformer_GetVariables) == 0x000010, "Wrong size on OptimusDeformer_GetVariables"); \ +static_assert(offsetof(OptimusDeformer_GetVariables, ReturnValue) == 0x000000, "Member 'OptimusDeformer_GetVariables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusDeformer \ +static_assert(alignof(UOptimusDeformer) == 0x000008, "Wrong alignment on UOptimusDeformer"); \ +static_assert(sizeof(UOptimusDeformer) == 0x0001D0, "Wrong size on UOptimusDeformer"); \ +static_assert(offsetof(UOptimusDeformer, Mesh) == 0x000050, "Member 'UOptimusDeformer::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, ComputeGraphs) == 0x000058, "Member 'UOptimusDeformer::ComputeGraphs' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, DataInterfacePropertyOverrideMap) == 0x000068, "Member 'UOptimusDeformer::DataInterfacePropertyOverrideMap' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, ValueMap) == 0x0000B8, "Member 'UOptimusDeformer::ValueMap' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, ActionStack) == 0x000108, "Member 'UOptimusDeformer::ActionStack' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, Status) == 0x000110, "Member 'UOptimusDeformer::Status' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, Graphs) == 0x000118, "Member 'UOptimusDeformer::Graphs' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, Bindings) == 0x000128, "Member 'UOptimusDeformer::Bindings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, Variables) == 0x000130, "Member 'UOptimusDeformer::Variables' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformer, Resources) == 0x000138, "Member 'UOptimusDeformer::Resources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusDeformerDynamicInstanceManager \ +static_assert(alignof(UOptimusDeformerDynamicInstanceManager) == 0x000008, "Wrong alignment on UOptimusDeformerDynamicInstanceManager"); \ +static_assert(sizeof(UOptimusDeformerDynamicInstanceManager) == 0x0001A8, "Wrong size on UOptimusDeformerDynamicInstanceManager"); \ +static_assert(offsetof(UOptimusDeformerDynamicInstanceManager, DefaultInstance) == 0x000028, "Member 'UOptimusDeformerDynamicInstanceManager::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformerDynamicInstanceManager, GuidToRigDeformerInstanceMap) == 0x000030, "Member 'UOptimusDeformerDynamicInstanceManager::GuidToRigDeformerInstanceMap' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformerDynamicInstanceManager, GuidToInstanceMap) == 0x000080, "Member 'UOptimusDeformerDynamicInstanceManager::GuidToInstanceMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusDeformerInstanceSettings \ +static_assert(alignof(UOptimusDeformerInstanceSettings) == 0x000008, "Wrong alignment on UOptimusDeformerInstanceSettings"); \ +static_assert(sizeof(UOptimusDeformerInstanceSettings) == 0x000040, "Wrong size on UOptimusDeformerInstanceSettings"); \ +static_assert(offsetof(UOptimusDeformerInstanceSettings, Deformer) == 0x000028, "Member 'UOptimusDeformerInstanceSettings::Deformer' has a wrong offset!"); \ +static_assert(offsetof(UOptimusDeformerInstanceSettings, Bindings) == 0x000030, "Member 'UOptimusDeformerInstanceSettings::Bindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddCommentNode \ +static_assert(alignof(OptimusNodeGraph_AddCommentNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddCommentNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddCommentNode) == 0x000038, "Wrong size on OptimusNodeGraph_AddCommentNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddCommentNode, InPosition) == 0x000000, "Member 'OptimusNodeGraph_AddCommentNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddCommentNode, InSize) == 0x000010, "Member 'OptimusNodeGraph_AddCommentNode::InSize' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddCommentNode, InColor) == 0x000020, "Member 'OptimusNodeGraph_AddCommentNode::InColor' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddCommentNode, ReturnValue) == 0x000030, "Member 'OptimusNodeGraph_AddCommentNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddComponentBindingGetNode \ +static_assert(alignof(OptimusNodeGraph_AddComponentBindingGetNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddComponentBindingGetNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddComponentBindingGetNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddComponentBindingGetNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddComponentBindingGetNode, InComponentBinding) == 0x000000, "Member 'OptimusNodeGraph_AddComponentBindingGetNode::InComponentBinding' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddComponentBindingGetNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddComponentBindingGetNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddComponentBindingGetNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddComponentBindingGetNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddDataInterfaceNode \ +static_assert(alignof(OptimusNodeGraph_AddDataInterfaceNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddDataInterfaceNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddDataInterfaceNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddDataInterfaceNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddDataInterfaceNode, InDataInterfaceClass) == 0x000000, "Member 'OptimusNodeGraph_AddDataInterfaceNode::InDataInterfaceClass' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddDataInterfaceNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddDataInterfaceNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddDataInterfaceNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddDataInterfaceNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddFunctionReferenceNode \ +static_assert(alignof(OptimusNodeGraph_AddFunctionReferenceNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddFunctionReferenceNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddFunctionReferenceNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddFunctionReferenceNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddFunctionReferenceNode, InFunctionGraph) == 0x000000, "Member 'OptimusNodeGraph_AddFunctionReferenceNode::InFunctionGraph' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddFunctionReferenceNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddFunctionReferenceNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddFunctionReferenceNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddFunctionReferenceNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddLink \ +static_assert(alignof(OptimusNodeGraph_AddLink) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddLink"); \ +static_assert(sizeof(OptimusNodeGraph_AddLink) == 0x000018, "Wrong size on OptimusNodeGraph_AddLink"); \ +static_assert(offsetof(OptimusNodeGraph_AddLink, InNodeOutputPin) == 0x000000, "Member 'OptimusNodeGraph_AddLink::InNodeOutputPin' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddLink, InNodeInputPin) == 0x000008, "Member 'OptimusNodeGraph_AddLink::InNodeInputPin' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddLink, ReturnValue) == 0x000010, "Member 'OptimusNodeGraph_AddLink::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddLoopTerminalNodes \ +static_assert(alignof(OptimusNodeGraph_AddLoopTerminalNodes) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddLoopTerminalNodes"); \ +static_assert(sizeof(OptimusNodeGraph_AddLoopTerminalNodes) == 0x000020, "Wrong size on OptimusNodeGraph_AddLoopTerminalNodes"); \ +static_assert(offsetof(OptimusNodeGraph_AddLoopTerminalNodes, InPosition) == 0x000000, "Member 'OptimusNodeGraph_AddLoopTerminalNodes::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddLoopTerminalNodes, ReturnValue) == 0x000010, "Member 'OptimusNodeGraph_AddLoopTerminalNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddNode \ +static_assert(alignof(OptimusNodeGraph_AddNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddNode, InNodeClass) == 0x000000, "Member 'OptimusNodeGraph_AddNode::InNodeClass' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddResourceGetNode \ +static_assert(alignof(OptimusNodeGraph_AddResourceGetNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddResourceGetNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddResourceGetNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddResourceGetNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceGetNode, InResourceDesc) == 0x000000, "Member 'OptimusNodeGraph_AddResourceGetNode::InResourceDesc' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceGetNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddResourceGetNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceGetNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddResourceGetNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddResourceNode \ +static_assert(alignof(OptimusNodeGraph_AddResourceNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddResourceNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddResourceNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddResourceNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceNode, InResourceDesc) == 0x000000, "Member 'OptimusNodeGraph_AddResourceNode::InResourceDesc' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddResourceNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddResourceNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddResourceSetNode \ +static_assert(alignof(OptimusNodeGraph_AddResourceSetNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddResourceSetNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddResourceSetNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddResourceSetNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceSetNode, InResourceDesc) == 0x000000, "Member 'OptimusNodeGraph_AddResourceSetNode::InResourceDesc' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceSetNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddResourceSetNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddResourceSetNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddResourceSetNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddValueNode \ +static_assert(alignof(OptimusNodeGraph_AddValueNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddValueNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddValueNode) == 0x000048, "Wrong size on OptimusNodeGraph_AddValueNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddValueNode, InDataTypeRef) == 0x000000, "Member 'OptimusNodeGraph_AddValueNode::InDataTypeRef' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddValueNode, InPosition) == 0x000030, "Member 'OptimusNodeGraph_AddValueNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddValueNode, ReturnValue) == 0x000040, "Member 'OptimusNodeGraph_AddValueNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_AddVariableGetNode \ +static_assert(alignof(OptimusNodeGraph_AddVariableGetNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_AddVariableGetNode"); \ +static_assert(sizeof(OptimusNodeGraph_AddVariableGetNode) == 0x000020, "Wrong size on OptimusNodeGraph_AddVariableGetNode"); \ +static_assert(offsetof(OptimusNodeGraph_AddVariableGetNode, InVariableDesc) == 0x000000, "Member 'OptimusNodeGraph_AddVariableGetNode::InVariableDesc' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddVariableGetNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_AddVariableGetNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_AddVariableGetNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_AddVariableGetNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_CollapseNodesToFunction \ +static_assert(alignof(OptimusNodeGraph_CollapseNodesToFunction) == 0x000008, "Wrong alignment on OptimusNodeGraph_CollapseNodesToFunction"); \ +static_assert(sizeof(OptimusNodeGraph_CollapseNodesToFunction) == 0x000018, "Wrong size on OptimusNodeGraph_CollapseNodesToFunction"); \ +static_assert(offsetof(OptimusNodeGraph_CollapseNodesToFunction, InNodes) == 0x000000, "Member 'OptimusNodeGraph_CollapseNodesToFunction::InNodes' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_CollapseNodesToFunction, ReturnValue) == 0x000010, "Member 'OptimusNodeGraph_CollapseNodesToFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_CollapseNodesToSubGraph \ +static_assert(alignof(OptimusNodeGraph_CollapseNodesToSubGraph) == 0x000008, "Wrong alignment on OptimusNodeGraph_CollapseNodesToSubGraph"); \ +static_assert(sizeof(OptimusNodeGraph_CollapseNodesToSubGraph) == 0x000018, "Wrong size on OptimusNodeGraph_CollapseNodesToSubGraph"); \ +static_assert(offsetof(OptimusNodeGraph_CollapseNodesToSubGraph, InNodes) == 0x000000, "Member 'OptimusNodeGraph_CollapseNodesToSubGraph::InNodes' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_CollapseNodesToSubGraph, ReturnValue) == 0x000010, "Member 'OptimusNodeGraph_CollapseNodesToSubGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_ConvertCustomKernelToFunction \ +static_assert(alignof(OptimusNodeGraph_ConvertCustomKernelToFunction) == 0x000008, "Wrong alignment on OptimusNodeGraph_ConvertCustomKernelToFunction"); \ +static_assert(sizeof(OptimusNodeGraph_ConvertCustomKernelToFunction) == 0x000010, "Wrong size on OptimusNodeGraph_ConvertCustomKernelToFunction"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertCustomKernelToFunction, InCustomKernel) == 0x000000, "Member 'OptimusNodeGraph_ConvertCustomKernelToFunction::InCustomKernel' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertCustomKernelToFunction, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_ConvertCustomKernelToFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_ConvertFunctionToCustomKernel \ +static_assert(alignof(OptimusNodeGraph_ConvertFunctionToCustomKernel) == 0x000008, "Wrong alignment on OptimusNodeGraph_ConvertFunctionToCustomKernel"); \ +static_assert(sizeof(OptimusNodeGraph_ConvertFunctionToCustomKernel) == 0x000010, "Wrong size on OptimusNodeGraph_ConvertFunctionToCustomKernel"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertFunctionToCustomKernel, InKernelFunction) == 0x000000, "Member 'OptimusNodeGraph_ConvertFunctionToCustomKernel::InKernelFunction' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertFunctionToCustomKernel, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_ConvertFunctionToCustomKernel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_ConvertToFunction \ +static_assert(alignof(OptimusNodeGraph_ConvertToFunction) == 0x000008, "Wrong alignment on OptimusNodeGraph_ConvertToFunction"); \ +static_assert(sizeof(OptimusNodeGraph_ConvertToFunction) == 0x000010, "Wrong size on OptimusNodeGraph_ConvertToFunction"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertToFunction, InSubGraphNode) == 0x000000, "Member 'OptimusNodeGraph_ConvertToFunction::InSubGraphNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertToFunction, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_ConvertToFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_ConvertToSubGraph \ +static_assert(alignof(OptimusNodeGraph_ConvertToSubGraph) == 0x000008, "Wrong alignment on OptimusNodeGraph_ConvertToSubGraph"); \ +static_assert(sizeof(OptimusNodeGraph_ConvertToSubGraph) == 0x000010, "Wrong size on OptimusNodeGraph_ConvertToSubGraph"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertToSubGraph, InFunctionNode) == 0x000000, "Member 'OptimusNodeGraph_ConvertToSubGraph::InFunctionNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_ConvertToSubGraph, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_ConvertToSubGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_DuplicateNode \ +static_assert(alignof(OptimusNodeGraph_DuplicateNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_DuplicateNode"); \ +static_assert(sizeof(OptimusNodeGraph_DuplicateNode) == 0x000020, "Wrong size on OptimusNodeGraph_DuplicateNode"); \ +static_assert(offsetof(OptimusNodeGraph_DuplicateNode, InNode) == 0x000000, "Member 'OptimusNodeGraph_DuplicateNode::InNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_DuplicateNode, InPosition) == 0x000008, "Member 'OptimusNodeGraph_DuplicateNode::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_DuplicateNode, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_DuplicateNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_DuplicateNodes \ +static_assert(alignof(OptimusNodeGraph_DuplicateNodes) == 0x000008, "Wrong alignment on OptimusNodeGraph_DuplicateNodes"); \ +static_assert(sizeof(OptimusNodeGraph_DuplicateNodes) == 0x000028, "Wrong size on OptimusNodeGraph_DuplicateNodes"); \ +static_assert(offsetof(OptimusNodeGraph_DuplicateNodes, InNodes) == 0x000000, "Member 'OptimusNodeGraph_DuplicateNodes::InNodes' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_DuplicateNodes, InPosition) == 0x000010, "Member 'OptimusNodeGraph_DuplicateNodes::InPosition' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_DuplicateNodes, ReturnValue) == 0x000020, "Member 'OptimusNodeGraph_DuplicateNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_ExpandCollapsedNodes \ +static_assert(alignof(OptimusNodeGraph_ExpandCollapsedNodes) == 0x000008, "Wrong alignment on OptimusNodeGraph_ExpandCollapsedNodes"); \ +static_assert(sizeof(OptimusNodeGraph_ExpandCollapsedNodes) == 0x000018, "Wrong size on OptimusNodeGraph_ExpandCollapsedNodes"); \ +static_assert(offsetof(OptimusNodeGraph_ExpandCollapsedNodes, InGraphReferenceNode) == 0x000000, "Member 'OptimusNodeGraph_ExpandCollapsedNodes::InGraphReferenceNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_ExpandCollapsedNodes, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_ExpandCollapsedNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_MoveGraphDirect \ +static_assert(alignof(OptimusNodeGraph_MoveGraphDirect) == 0x000008, "Wrong alignment on OptimusNodeGraph_MoveGraphDirect"); \ +static_assert(sizeof(OptimusNodeGraph_MoveGraphDirect) == 0x000010, "Wrong size on OptimusNodeGraph_MoveGraphDirect"); \ +static_assert(offsetof(OptimusNodeGraph_MoveGraphDirect, InGraph) == 0x000000, "Member 'OptimusNodeGraph_MoveGraphDirect::InGraph' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_MoveGraphDirect, InInsertBefore) == 0x000008, "Member 'OptimusNodeGraph_MoveGraphDirect::InInsertBefore' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_MoveGraphDirect, ReturnValue) == 0x00000C, "Member 'OptimusNodeGraph_MoveGraphDirect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_RemoveAllLinks \ +static_assert(alignof(OptimusNodeGraph_RemoveAllLinks) == 0x000008, "Wrong alignment on OptimusNodeGraph_RemoveAllLinks"); \ +static_assert(sizeof(OptimusNodeGraph_RemoveAllLinks) == 0x000010, "Wrong size on OptimusNodeGraph_RemoveAllLinks"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveAllLinks, InNodePin) == 0x000000, "Member 'OptimusNodeGraph_RemoveAllLinks::InNodePin' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveAllLinks, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_RemoveAllLinks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_RemoveLink \ +static_assert(alignof(OptimusNodeGraph_RemoveLink) == 0x000008, "Wrong alignment on OptimusNodeGraph_RemoveLink"); \ +static_assert(sizeof(OptimusNodeGraph_RemoveLink) == 0x000018, "Wrong size on OptimusNodeGraph_RemoveLink"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveLink, InNodeOutputPin) == 0x000000, "Member 'OptimusNodeGraph_RemoveLink::InNodeOutputPin' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveLink, InNodeInputPin) == 0x000008, "Member 'OptimusNodeGraph_RemoveLink::InNodeInputPin' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveLink, ReturnValue) == 0x000010, "Member 'OptimusNodeGraph_RemoveLink::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_RemoveNode \ +static_assert(alignof(OptimusNodeGraph_RemoveNode) == 0x000008, "Wrong alignment on OptimusNodeGraph_RemoveNode"); \ +static_assert(sizeof(OptimusNodeGraph_RemoveNode) == 0x000010, "Wrong size on OptimusNodeGraph_RemoveNode"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveNode, InNode) == 0x000000, "Member 'OptimusNodeGraph_RemoveNode::InNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveNode, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_RemoveNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_RemoveNodes \ +static_assert(alignof(OptimusNodeGraph_RemoveNodes) == 0x000008, "Wrong alignment on OptimusNodeGraph_RemoveNodes"); \ +static_assert(sizeof(OptimusNodeGraph_RemoveNodes) == 0x000018, "Wrong size on OptimusNodeGraph_RemoveNodes"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveNodes, InNodes) == 0x000000, "Member 'OptimusNodeGraph_RemoveNodes::InNodes' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RemoveNodes, ReturnValue) == 0x000010, "Member 'OptimusNodeGraph_RemoveNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_RenameGraph \ +static_assert(alignof(OptimusNodeGraph_RenameGraph) == 0x000008, "Wrong alignment on OptimusNodeGraph_RenameGraph"); \ +static_assert(sizeof(OptimusNodeGraph_RenameGraph) == 0x000020, "Wrong size on OptimusNodeGraph_RenameGraph"); \ +static_assert(offsetof(OptimusNodeGraph_RenameGraph, InGraph) == 0x000000, "Member 'OptimusNodeGraph_RenameGraph::InGraph' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RenameGraph, InNewName) == 0x000008, "Member 'OptimusNodeGraph_RenameGraph::InNewName' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RenameGraph, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_RenameGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_RenameGraphDirect \ +static_assert(alignof(OptimusNodeGraph_RenameGraphDirect) == 0x000008, "Wrong alignment on OptimusNodeGraph_RenameGraphDirect"); \ +static_assert(sizeof(OptimusNodeGraph_RenameGraphDirect) == 0x000020, "Wrong size on OptimusNodeGraph_RenameGraphDirect"); \ +static_assert(offsetof(OptimusNodeGraph_RenameGraphDirect, InGraph) == 0x000000, "Member 'OptimusNodeGraph_RenameGraphDirect::InGraph' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RenameGraphDirect, InNewName) == 0x000008, "Member 'OptimusNodeGraph_RenameGraphDirect::InNewName' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_RenameGraphDirect, ReturnValue) == 0x000018, "Member 'OptimusNodeGraph_RenameGraphDirect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_GetGraphIndex \ +static_assert(alignof(OptimusNodeGraph_GetGraphIndex) == 0x000004, "Wrong alignment on OptimusNodeGraph_GetGraphIndex"); \ +static_assert(sizeof(OptimusNodeGraph_GetGraphIndex) == 0x000004, "Wrong size on OptimusNodeGraph_GetGraphIndex"); \ +static_assert(offsetof(OptimusNodeGraph_GetGraphIndex, ReturnValue) == 0x000000, "Member 'OptimusNodeGraph_GetGraphIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_GetGraphs \ +static_assert(alignof(OptimusNodeGraph_GetGraphs) == 0x000008, "Wrong alignment on OptimusNodeGraph_GetGraphs"); \ +static_assert(sizeof(OptimusNodeGraph_GetGraphs) == 0x000010, "Wrong size on OptimusNodeGraph_GetGraphs"); \ +static_assert(offsetof(OptimusNodeGraph_GetGraphs, ReturnValue) == 0x000000, "Member 'OptimusNodeGraph_GetGraphs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_GetGraphType \ +static_assert(alignof(OptimusNodeGraph_GetGraphType) == 0x000004, "Wrong alignment on OptimusNodeGraph_GetGraphType"); \ +static_assert(sizeof(OptimusNodeGraph_GetGraphType) == 0x000004, "Wrong size on OptimusNodeGraph_GetGraphType"); \ +static_assert(offsetof(OptimusNodeGraph_GetGraphType, ReturnValue) == 0x000000, "Member 'OptimusNodeGraph_GetGraphType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_IsCustomKernel \ +static_assert(alignof(OptimusNodeGraph_IsCustomKernel) == 0x000008, "Wrong alignment on OptimusNodeGraph_IsCustomKernel"); \ +static_assert(sizeof(OptimusNodeGraph_IsCustomKernel) == 0x000010, "Wrong size on OptimusNodeGraph_IsCustomKernel"); \ +static_assert(offsetof(OptimusNodeGraph_IsCustomKernel, InNode) == 0x000000, "Member 'OptimusNodeGraph_IsCustomKernel::InNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_IsCustomKernel, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_IsCustomKernel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_IsExecutionGraph \ +static_assert(alignof(OptimusNodeGraph_IsExecutionGraph) == 0x000001, "Wrong alignment on OptimusNodeGraph_IsExecutionGraph"); \ +static_assert(sizeof(OptimusNodeGraph_IsExecutionGraph) == 0x000001, "Wrong size on OptimusNodeGraph_IsExecutionGraph"); \ +static_assert(offsetof(OptimusNodeGraph_IsExecutionGraph, ReturnValue) == 0x000000, "Member 'OptimusNodeGraph_IsExecutionGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_IsFunctionGraph \ +static_assert(alignof(OptimusNodeGraph_IsFunctionGraph) == 0x000001, "Wrong alignment on OptimusNodeGraph_IsFunctionGraph"); \ +static_assert(sizeof(OptimusNodeGraph_IsFunctionGraph) == 0x000001, "Wrong size on OptimusNodeGraph_IsFunctionGraph"); \ +static_assert(offsetof(OptimusNodeGraph_IsFunctionGraph, ReturnValue) == 0x000000, "Member 'OptimusNodeGraph_IsFunctionGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_IsFunctionReference \ +static_assert(alignof(OptimusNodeGraph_IsFunctionReference) == 0x000008, "Wrong alignment on OptimusNodeGraph_IsFunctionReference"); \ +static_assert(sizeof(OptimusNodeGraph_IsFunctionReference) == 0x000010, "Wrong size on OptimusNodeGraph_IsFunctionReference"); \ +static_assert(offsetof(OptimusNodeGraph_IsFunctionReference, InNode) == 0x000000, "Member 'OptimusNodeGraph_IsFunctionReference::InNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_IsFunctionReference, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_IsFunctionReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_IsKernelFunction \ +static_assert(alignof(OptimusNodeGraph_IsKernelFunction) == 0x000008, "Wrong alignment on OptimusNodeGraph_IsKernelFunction"); \ +static_assert(sizeof(OptimusNodeGraph_IsKernelFunction) == 0x000010, "Wrong size on OptimusNodeGraph_IsKernelFunction"); \ +static_assert(offsetof(OptimusNodeGraph_IsKernelFunction, InNode) == 0x000000, "Member 'OptimusNodeGraph_IsKernelFunction::InNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_IsKernelFunction, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_IsKernelFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusNodeGraph_IsSubGraphReference \ +static_assert(alignof(OptimusNodeGraph_IsSubGraphReference) == 0x000008, "Wrong alignment on OptimusNodeGraph_IsSubGraphReference"); \ +static_assert(sizeof(OptimusNodeGraph_IsSubGraphReference) == 0x000010, "Wrong size on OptimusNodeGraph_IsSubGraphReference"); \ +static_assert(offsetof(OptimusNodeGraph_IsSubGraphReference, InNode) == 0x000000, "Member 'OptimusNodeGraph_IsSubGraphReference::InNode' has a wrong offset!"); \ +static_assert(offsetof(OptimusNodeGraph_IsSubGraphReference, ReturnValue) == 0x000008, "Member 'OptimusNodeGraph_IsSubGraphReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNodeGraph \ +static_assert(alignof(UOptimusNodeGraph) == 0x000008, "Wrong alignment on UOptimusNodeGraph"); \ +static_assert(sizeof(UOptimusNodeGraph) == 0x000090, "Wrong size on UOptimusNodeGraph"); \ +static_assert(offsetof(UOptimusNodeGraph, GraphType) == 0x000030, "Member 'UOptimusNodeGraph::GraphType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodeGraph, Nodes) == 0x000038, "Member 'UOptimusNodeGraph::Nodes' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodeGraph, Links) == 0x000048, "Member 'UOptimusNodeGraph::Links' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodeGraph, NodePairs) == 0x000058, "Member 'UOptimusNodeGraph::NodePairs' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodeGraph, SubGraphs) == 0x000068, "Member 'UOptimusNodeGraph::SubGraphs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNodeSubGraph \ +static_assert(alignof(UOptimusNodeSubGraph) == 0x000008, "Wrong alignment on UOptimusNodeSubGraph"); \ +static_assert(sizeof(UOptimusNodeSubGraph) == 0x000148, "Wrong size on UOptimusNodeSubGraph"); \ +static_assert(offsetof(UOptimusNodeSubGraph, InputBindings) == 0x000098, "Member 'UOptimusNodeSubGraph::InputBindings' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodeSubGraph, OutputBindings) == 0x0000A8, "Member 'UOptimusNodeSubGraph::OutputBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OptimusFunctionNodeGraph_GetAccessSpecifierOptions \ +static_assert(alignof(OptimusFunctionNodeGraph_GetAccessSpecifierOptions) == 0x000008, "Wrong alignment on OptimusFunctionNodeGraph_GetAccessSpecifierOptions"); \ +static_assert(sizeof(OptimusFunctionNodeGraph_GetAccessSpecifierOptions) == 0x000010, "Wrong size on OptimusFunctionNodeGraph_GetAccessSpecifierOptions"); \ +static_assert(offsetof(OptimusFunctionNodeGraph_GetAccessSpecifierOptions, ReturnValue) == 0x000000, "Member 'OptimusFunctionNodeGraph_GetAccessSpecifierOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusFunctionNodeGraph \ +static_assert(alignof(UOptimusFunctionNodeGraph) == 0x000008, "Wrong alignment on UOptimusFunctionNodeGraph"); \ +static_assert(sizeof(UOptimusFunctionNodeGraph) == 0x000168, "Wrong size on UOptimusFunctionNodeGraph"); \ +static_assert(offsetof(UOptimusFunctionNodeGraph, Category) == 0x000148, "Member 'UOptimusFunctionNodeGraph::Category' has a wrong offset!"); \ +static_assert(offsetof(UOptimusFunctionNodeGraph, AccessSpecifier) == 0x000150, "Member 'UOptimusFunctionNodeGraph::AccessSpecifier' has a wrong offset!"); \ +static_assert(offsetof(UOptimusFunctionNodeGraph, Guid) == 0x000158, "Member 'UOptimusFunctionNodeGraph::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNodeLink \ +static_assert(alignof(UOptimusNodeLink) == 0x000008, "Wrong alignment on UOptimusNodeLink"); \ +static_assert(sizeof(UOptimusNodeLink) == 0x000038, "Wrong size on UOptimusNodeLink"); \ +static_assert(offsetof(UOptimusNodeLink, NodeOutputPin) == 0x000028, "Member 'UOptimusNodeLink::NodeOutputPin' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodeLink, NodeInputPin) == 0x000030, "Member 'UOptimusNodeLink::NodeInputPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNodePair \ +static_assert(alignof(UOptimusNodePair) == 0x000008, "Wrong alignment on UOptimusNodePair"); \ +static_assert(sizeof(UOptimusNodePair) == 0x000038, "Wrong size on UOptimusNodePair"); \ +static_assert(offsetof(UOptimusNodePair, First) == 0x000028, "Member 'UOptimusNodePair::First' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodePair, Second) == 0x000030, "Member 'UOptimusNodePair::Second' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNodePin \ +static_assert(alignof(UOptimusNodePin) == 0x000008, "Wrong alignment on UOptimusNodePin"); \ +static_assert(sizeof(UOptimusNodePin) == 0x0000B8, "Wrong size on UOptimusNodePin"); \ +static_assert(offsetof(UOptimusNodePin, bIsGroupingPin) == 0x000028, "Member 'UOptimusNodePin::bIsGroupingPin' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodePin, Direction) == 0x000029, "Member 'UOptimusNodePin::Direction' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodePin, StorageType) == 0x00002A, "Member 'UOptimusNodePin::StorageType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodePin, DataDomain) == 0x000030, "Member 'UOptimusNodePin::DataDomain' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodePin, DataType) == 0x000070, "Member 'UOptimusNodePin::DataType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNodePin, SubPins) == 0x0000A0, "Member 'UOptimusNodePin::SubPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusNode_Comment \ +static_assert(alignof(UOptimusNode_Comment) == 0x000008, "Wrong alignment on UOptimusNode_Comment"); \ +static_assert(sizeof(UOptimusNode_Comment) == 0x000150, "Wrong size on UOptimusNode_Comment"); \ +static_assert(offsetof(UOptimusNode_Comment, CommentColor) == 0x000108, "Member 'UOptimusNode_Comment::CommentColor' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_Comment, FontSize) == 0x000118, "Member 'UOptimusNode_Comment::FontSize' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_Comment, Comment) == 0x000120, "Member 'UOptimusNode_Comment::Comment' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_Comment, bBubbleVisible) == 0x000130, "Member 'UOptimusNode_Comment::bBubbleVisible' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_Comment, bColorBubble) == 0x000131, "Member 'UOptimusNode_Comment::bColorBubble' has a wrong offset!"); \ +static_assert(offsetof(UOptimusNode_Comment, Size) == 0x000134, "Member 'UOptimusNode_Comment::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusSource \ +static_assert(alignof(UOptimusSource) == 0x000008, "Wrong alignment on UOptimusSource"); \ +static_assert(sizeof(UOptimusSource) == 0x000050, "Wrong size on UOptimusSource"); \ +static_assert(offsetof(UOptimusSource, SourceText) == 0x000040, "Member 'UOptimusSource::SourceText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusValueContainer \ +static_assert(alignof(UOptimusValueContainer) == 0x000008, "Wrong alignment on UOptimusValueContainer"); \ +static_assert(sizeof(UOptimusValueContainer) == 0x000028, "Wrong size on UOptimusValueContainer"); \ + +#define DUMPER7_ASSERTS_UOptimusVariableDescription \ +static_assert(alignof(UOptimusVariableDescription) == 0x000008, "Wrong alignment on UOptimusVariableDescription"); \ +static_assert(sizeof(UOptimusVariableDescription) == 0x0000B8, "Wrong size on UOptimusVariableDescription"); \ +static_assert(offsetof(UOptimusVariableDescription, Guid) == 0x000028, "Member 'UOptimusVariableDescription::Guid' has a wrong offset!"); \ +static_assert(offsetof(UOptimusVariableDescription, VariableName) == 0x000038, "Member 'UOptimusVariableDescription::VariableName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusVariableDescription, DataType) == 0x000040, "Member 'UOptimusVariableDescription::DataType' has a wrong offset!"); \ +static_assert(offsetof(UOptimusVariableDescription, DefaultValueStruct) == 0x000070, "Member 'UOptimusVariableDescription::DefaultValueStruct' has a wrong offset!"); \ +static_assert(offsetof(UOptimusVariableDescription, CachedShaderValue) == 0x000080, "Member 'UOptimusVariableDescription::CachedShaderValue' has a wrong offset!"); \ +static_assert(offsetof(UOptimusVariableDescription, ValueData) == 0x0000A0, "Member 'UOptimusVariableDescription::ValueData' has a wrong offset!"); \ +static_assert(offsetof(UOptimusVariableDescription, DefaultValue) == 0x0000B0, "Member 'UOptimusVariableDescription::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAddSolverDeformerDataflowNode \ +static_assert(alignof(FAddSolverDeformerDataflowNode) == 0x000008, "Wrong alignment on FAddSolverDeformerDataflowNode"); \ +static_assert(sizeof(FAddSolverDeformerDataflowNode) == 0x000308, "Wrong size on FAddSolverDeformerDataflowNode"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, PhysicsSolvers) == 0x000240, "Member 'FAddSolverDeformerDataflowNode::PhysicsSolvers' has a wrong offset!"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, SimulationTime) == 0x000250, "Member 'FAddSolverDeformerDataflowNode::SimulationTime' has a wrong offset!"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, MeshDeformer) == 0x000260, "Member 'FAddSolverDeformerDataflowNode::MeshDeformer' has a wrong offset!"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, DeformerNumericInputs) == 0x000268, "Member 'FAddSolverDeformerDataflowNode::DeformerNumericInputs' has a wrong offset!"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, DeformerVectorInputs) == 0x000278, "Member 'FAddSolverDeformerDataflowNode::DeformerVectorInputs' has a wrong offset!"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, DeformerStringInputs) == 0x000288, "Member 'FAddSolverDeformerDataflowNode::DeformerStringInputs' has a wrong offset!"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, DeformerBoolInputs) == 0x000298, "Member 'FAddSolverDeformerDataflowNode::DeformerBoolInputs' has a wrong offset!"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, DeformerTransformInputs) == 0x0002A8, "Member 'FAddSolverDeformerDataflowNode::DeformerTransformInputs' has a wrong offset!"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, DeformerNumericArrays) == 0x0002B8, "Member 'FAddSolverDeformerDataflowNode::DeformerNumericArrays' has a wrong offset!"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, DeformerVectorArrays) == 0x0002C8, "Member 'FAddSolverDeformerDataflowNode::DeformerVectorArrays' has a wrong offset!"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, DeformerStringArrays) == 0x0002D8, "Member 'FAddSolverDeformerDataflowNode::DeformerStringArrays' has a wrong offset!"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, DeformerBoolArrays) == 0x0002E8, "Member 'FAddSolverDeformerDataflowNode::DeformerBoolArrays' has a wrong offset!"); \ +static_assert(offsetof(FAddSolverDeformerDataflowNode, DeformerTransformArrays) == 0x0002F8, "Member 'FAddSolverDeformerDataflowNode::DeformerTransformArrays' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroomSolverSettings \ +static_assert(alignof(FGroomSolverSettings) == 0x000008, "Wrong alignment on FGroomSolverSettings"); \ +static_assert(sizeof(FGroomSolverSettings) == 0x000060, "Wrong size on FGroomSolverSettings"); \ +static_assert(offsetof(FGroomSolverSettings, MaxLODDistance) == 0x000000, "Member 'FGroomSolverSettings::MaxLODDistance' has a wrong offset!"); \ +static_assert(offsetof(FGroomSolverSettings, MinLODDistance) == 0x000004, "Member 'FGroomSolverSettings::MinLODDistance' has a wrong offset!"); \ +static_assert(offsetof(FGroomSolverSettings, MaxPointsCount) == 0x000008, "Member 'FGroomSolverSettings::MaxPointsCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowGroomSolverProxy \ +static_assert(alignof(FDataflowGroomSolverProxy) == 0x000008, "Wrong alignment on FDataflowGroomSolverProxy"); \ +static_assert(sizeof(FDataflowGroomSolverProxy) == 0x000138, "Wrong size on FDataflowGroomSolverProxy"); \ + +#define DUMPER7_ASSERTS_GroomSolverComponent_AddCollisionComponent \ +static_assert(alignof(GroomSolverComponent_AddCollisionComponent) == 0x000008, "Wrong alignment on GroomSolverComponent_AddCollisionComponent"); \ +static_assert(sizeof(GroomSolverComponent_AddCollisionComponent) == 0x000010, "Wrong size on GroomSolverComponent_AddCollisionComponent"); \ +static_assert(offsetof(GroomSolverComponent_AddCollisionComponent, CollisionComponent) == 0x000000, "Member 'GroomSolverComponent_AddCollisionComponent::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(GroomSolverComponent_AddCollisionComponent, LODIndex) == 0x000008, "Member 'GroomSolverComponent_AddCollisionComponent::LODIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomSolverComponent_AddGroomComponent \ +static_assert(alignof(GroomSolverComponent_AddGroomComponent) == 0x000008, "Wrong alignment on GroomSolverComponent_AddGroomComponent"); \ +static_assert(sizeof(GroomSolverComponent_AddGroomComponent) == 0x000008, "Wrong size on GroomSolverComponent_AddGroomComponent"); \ +static_assert(offsetof(GroomSolverComponent_AddGroomComponent, GroomComponent) == 0x000000, "Member 'GroomSolverComponent_AddGroomComponent::GroomComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomSolverComponent_RemoveCollisionComponent \ +static_assert(alignof(GroomSolverComponent_RemoveCollisionComponent) == 0x000008, "Wrong alignment on GroomSolverComponent_RemoveCollisionComponent"); \ +static_assert(sizeof(GroomSolverComponent_RemoveCollisionComponent) == 0x000008, "Wrong size on GroomSolverComponent_RemoveCollisionComponent"); \ +static_assert(offsetof(GroomSolverComponent_RemoveCollisionComponent, CollisionComponent) == 0x000000, "Member 'GroomSolverComponent_RemoveCollisionComponent::CollisionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomSolverComponent_RemoveGroomComponent \ +static_assert(alignof(GroomSolverComponent_RemoveGroomComponent) == 0x000008, "Wrong alignment on GroomSolverComponent_RemoveGroomComponent"); \ +static_assert(sizeof(GroomSolverComponent_RemoveGroomComponent) == 0x000008, "Wrong size on GroomSolverComponent_RemoveGroomComponent"); \ +static_assert(offsetof(GroomSolverComponent_RemoveGroomComponent, GroomComponent) == 0x000000, "Member 'GroomSolverComponent_RemoveGroomComponent::GroomComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GroomSolverComponent_SetDeformerSolver \ +static_assert(alignof(GroomSolverComponent_SetDeformerSolver) == 0x000008, "Wrong alignment on GroomSolverComponent_SetDeformerSolver"); \ +static_assert(sizeof(GroomSolverComponent_SetDeformerSolver) == 0x000008, "Wrong size on GroomSolverComponent_SetDeformerSolver"); \ +static_assert(offsetof(GroomSolverComponent_SetDeformerSolver, DeformerSolver) == 0x000000, "Member 'GroomSolverComponent_SetDeformerSolver::DeformerSolver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomSolverComponent \ +static_assert(alignof(UGroomSolverComponent) == 0x000010, "Wrong alignment on UGroomSolverComponent"); \ +static_assert(sizeof(UGroomSolverComponent) == 0x000830, "Wrong size on UGroomSolverComponent"); \ +static_assert(offsetof(UGroomSolverComponent, SolverSettings) == 0x000580, "Member 'UGroomSolverComponent::SolverSettings' has a wrong offset!"); \ +static_assert(offsetof(UGroomSolverComponent, SimulationAsset) == 0x0005E0, "Member 'UGroomSolverComponent::SimulationAsset' has a wrong offset!"); \ +static_assert(offsetof(UGroomSolverComponent, GroomComponents) == 0x000638, "Member 'UGroomSolverComponent::GroomComponents' has a wrong offset!"); \ +static_assert(offsetof(UGroomSolverComponent, MeshDeformer) == 0x000688, "Member 'UGroomSolverComponent::MeshDeformer' has a wrong offset!"); \ +static_assert(offsetof(UGroomSolverComponent, DeformerInstance) == 0x000690, "Member 'UGroomSolverComponent::DeformerInstance' has a wrong offset!"); \ +static_assert(offsetof(UGroomSolverComponent, DeformerSettings) == 0x000698, "Member 'UGroomSolverComponent::DeformerSettings' has a wrong offset!"); \ +static_assert(offsetof(UGroomSolverComponent, CollisionComponents) == 0x0007D8, "Member 'UGroomSolverComponent::CollisionComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomCollisionReadDataInterface \ +static_assert(alignof(UOptimusGroomCollisionReadDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomCollisionReadDataInterface"); \ +static_assert(sizeof(UOptimusGroomCollisionReadDataInterface) == 0x000028, "Wrong size on UOptimusGroomCollisionReadDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomCollisionReadDataProvider \ +static_assert(alignof(UOptimusGroomCollisionReadDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomCollisionReadDataProvider"); \ +static_assert(sizeof(UOptimusGroomCollisionReadDataProvider) == 0x000030, "Wrong size on UOptimusGroomCollisionReadDataProvider"); \ +static_assert(offsetof(UOptimusGroomCollisionReadDataProvider, SolverComponent) == 0x000028, "Member 'UOptimusGroomCollisionReadDataProvider::SolverComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomAttributeReadDataInterface \ +static_assert(alignof(UOptimusGroomAttributeReadDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomAttributeReadDataInterface"); \ +static_assert(sizeof(UOptimusGroomAttributeReadDataInterface) == 0x000048, "Wrong size on UOptimusGroomAttributeReadDataInterface"); \ +static_assert(offsetof(UOptimusGroomAttributeReadDataInterface, GroomAttributeName) == 0x000028, "Member 'UOptimusGroomAttributeReadDataInterface::GroomAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusGroomAttributeReadDataInterface, GroomAttributeGroup) == 0x000030, "Member 'UOptimusGroomAttributeReadDataInterface::GroomAttributeGroup' has a wrong offset!"); \ +static_assert(offsetof(UOptimusGroomAttributeReadDataInterface, GroomAttributeType) == 0x000031, "Member 'UOptimusGroomAttributeReadDataInterface::GroomAttributeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomAttributeReadDataProvider \ +static_assert(alignof(UOptimusGroomAttributeReadDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomAttributeReadDataProvider"); \ +static_assert(sizeof(UOptimusGroomAttributeReadDataProvider) == 0x000040, "Wrong size on UOptimusGroomAttributeReadDataProvider"); \ +static_assert(offsetof(UOptimusGroomAttributeReadDataProvider, MeshComponent) == 0x000028, "Member 'UOptimusGroomAttributeReadDataProvider::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UOptimusGroomAttributeReadDataProvider, GroomAttributeName) == 0x000030, "Member 'UOptimusGroomAttributeReadDataProvider::GroomAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UOptimusGroomAttributeReadDataProvider, GroomAttributeGroup) == 0x000038, "Member 'UOptimusGroomAttributeReadDataProvider::GroomAttributeGroup' has a wrong offset!"); \ +static_assert(offsetof(UOptimusGroomAttributeReadDataProvider, GroomAttributeType) == 0x000039, "Member 'UOptimusGroomAttributeReadDataProvider::GroomAttributeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomExecDataInterface \ +static_assert(alignof(UOptimusGroomExecDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomExecDataInterface"); \ +static_assert(sizeof(UOptimusGroomExecDataInterface) == 0x000038, "Wrong size on UOptimusGroomExecDataInterface"); \ +static_assert(offsetof(UOptimusGroomExecDataInterface, Domain) == 0x000030, "Member 'UOptimusGroomExecDataInterface::Domain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomExecDataProvider \ +static_assert(alignof(UOptimusGroomExecDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomExecDataProvider"); \ +static_assert(sizeof(UOptimusGroomExecDataProvider) == 0x000038, "Wrong size on UOptimusGroomExecDataProvider"); \ +static_assert(offsetof(UOptimusGroomExecDataProvider, MeshComponent) == 0x000028, "Member 'UOptimusGroomExecDataProvider::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UOptimusGroomExecDataProvider, Domain) == 0x000030, "Member 'UOptimusGroomExecDataProvider::Domain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomAssetComponentSource \ +static_assert(alignof(UOptimusGroomAssetComponentSource) == 0x000008, "Wrong alignment on UOptimusGroomAssetComponentSource"); \ +static_assert(sizeof(UOptimusGroomAssetComponentSource) == 0x000028, "Wrong size on UOptimusGroomAssetComponentSource"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomSolverComponentSource \ +static_assert(alignof(UOptimusGroomSolverComponentSource) == 0x000008, "Wrong alignment on UOptimusGroomSolverComponentSource"); \ +static_assert(sizeof(UOptimusGroomSolverComponentSource) == 0x000028, "Wrong size on UOptimusGroomSolverComponentSource"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomCollisionComponentSource \ +static_assert(alignof(UOptimusGroomCollisionComponentSource) == 0x000008, "Wrong alignment on UOptimusGroomCollisionComponentSource"); \ +static_assert(sizeof(UOptimusGroomCollisionComponentSource) == 0x000028, "Wrong size on UOptimusGroomCollisionComponentSource"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomGuidesReadDataInterface \ +static_assert(alignof(UOptimusGroomGuidesReadDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomGuidesReadDataInterface"); \ +static_assert(sizeof(UOptimusGroomGuidesReadDataInterface) == 0x000028, "Wrong size on UOptimusGroomGuidesReadDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomGuidesReadDataProvider \ +static_assert(alignof(UOptimusGroomGuidesReadDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomGuidesReadDataProvider"); \ +static_assert(sizeof(UOptimusGroomGuidesReadDataProvider) == 0x000030, "Wrong size on UOptimusGroomGuidesReadDataProvider"); \ +static_assert(offsetof(UOptimusGroomGuidesReadDataProvider, MeshComponent) == 0x000028, "Member 'UOptimusGroomGuidesReadDataProvider::MeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomGuidesWriteDataInterface \ +static_assert(alignof(UOptimusGroomGuidesWriteDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomGuidesWriteDataInterface"); \ +static_assert(sizeof(UOptimusGroomGuidesWriteDataInterface) == 0x000028, "Wrong size on UOptimusGroomGuidesWriteDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomGuidesWriteDataProvider \ +static_assert(alignof(UOptimusGroomGuidesWriteDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomGuidesWriteDataProvider"); \ +static_assert(sizeof(UOptimusGroomGuidesWriteDataProvider) == 0x000038, "Wrong size on UOptimusGroomGuidesWriteDataProvider"); \ +static_assert(offsetof(UOptimusGroomGuidesWriteDataProvider, MeshComponent) == 0x000028, "Member 'UOptimusGroomGuidesWriteDataProvider::MeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomMeshesReadDataInterface \ +static_assert(alignof(UOptimusGroomMeshesReadDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomMeshesReadDataInterface"); \ +static_assert(sizeof(UOptimusGroomMeshesReadDataInterface) == 0x000028, "Wrong size on UOptimusGroomMeshesReadDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomMeshesReadDataProvider \ +static_assert(alignof(UOptimusGroomMeshesReadDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomMeshesReadDataProvider"); \ +static_assert(sizeof(UOptimusGroomMeshesReadDataProvider) == 0x000030, "Wrong size on UOptimusGroomMeshesReadDataProvider"); \ +static_assert(offsetof(UOptimusGroomMeshesReadDataProvider, MeshComponent) == 0x000028, "Member 'UOptimusGroomMeshesReadDataProvider::MeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomSolverReadDataInterface \ +static_assert(alignof(UOptimusGroomSolverReadDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomSolverReadDataInterface"); \ +static_assert(sizeof(UOptimusGroomSolverReadDataInterface) == 0x000030, "Wrong size on UOptimusGroomSolverReadDataInterface"); \ +static_assert(offsetof(UOptimusGroomSolverReadDataInterface, ResetSimulationTrigger) == 0x000028, "Member 'UOptimusGroomSolverReadDataInterface::ResetSimulationTrigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomSolverReadDataProvider \ +static_assert(alignof(UOptimusGroomSolverReadDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomSolverReadDataProvider"); \ +static_assert(sizeof(UOptimusGroomSolverReadDataProvider) == 0x000050, "Wrong size on UOptimusGroomSolverReadDataProvider"); \ +static_assert(offsetof(UOptimusGroomSolverReadDataProvider, SolverComponent) == 0x000030, "Member 'UOptimusGroomSolverReadDataProvider::SolverComponent' has a wrong offset!"); \ +static_assert(offsetof(UOptimusGroomSolverReadDataProvider, DeformerInstance) == 0x000038, "Member 'UOptimusGroomSolverReadDataProvider::DeformerInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomStrandsReadDataInterface \ +static_assert(alignof(UOptimusGroomStrandsReadDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomStrandsReadDataInterface"); \ +static_assert(sizeof(UOptimusGroomStrandsReadDataInterface) == 0x000028, "Wrong size on UOptimusGroomStrandsReadDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomStrandsReadDataProvider \ +static_assert(alignof(UOptimusGroomStrandsReadDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomStrandsReadDataProvider"); \ +static_assert(sizeof(UOptimusGroomStrandsReadDataProvider) == 0x000030, "Wrong size on UOptimusGroomStrandsReadDataProvider"); \ +static_assert(offsetof(UOptimusGroomStrandsReadDataProvider, MeshComponent) == 0x000028, "Member 'UOptimusGroomStrandsReadDataProvider::MeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomStrandsWriteDataInterface \ +static_assert(alignof(UOptimusGroomStrandsWriteDataInterface) == 0x000008, "Wrong alignment on UOptimusGroomStrandsWriteDataInterface"); \ +static_assert(sizeof(UOptimusGroomStrandsWriteDataInterface) == 0x000028, "Wrong size on UOptimusGroomStrandsWriteDataInterface"); \ + +#define DUMPER7_ASSERTS_UOptimusGroomStrandsWriteDataProvider \ +static_assert(alignof(UOptimusGroomStrandsWriteDataProvider) == 0x000008, "Wrong alignment on UOptimusGroomStrandsWriteDataProvider"); \ +static_assert(sizeof(UOptimusGroomStrandsWriteDataProvider) == 0x000038, "Wrong size on UOptimusGroomStrandsWriteDataProvider"); \ +static_assert(offsetof(UOptimusGroomStrandsWriteDataProvider, MeshComponent) == 0x000028, "Member 'UOptimusGroomStrandsWriteDataProvider::MeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionAttributeKey \ +static_assert(alignof(FCollectionAttributeKey) == 0x000008, "Wrong alignment on FCollectionAttributeKey"); \ +static_assert(sizeof(FCollectionAttributeKey) == 0x000020, "Wrong size on FCollectionAttributeKey"); \ +static_assert(offsetof(FCollectionAttributeKey, Attribute) == 0x000000, "Member 'FCollectionAttributeKey::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FCollectionAttributeKey, Group) == 0x000010, "Member 'FCollectionAttributeKey::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowDynamicMeshArray \ +static_assert(alignof(FDataflowDynamicMeshArray) == 0x000008, "Wrong alignment on FDataflowDynamicMeshArray"); \ +static_assert(sizeof(FDataflowDynamicMeshArray) == 0x000010, "Wrong size on FDataflowDynamicMeshArray"); \ +static_assert(offsetof(FDataflowDynamicMeshArray, Value) == 0x000000, "Member 'FDataflowDynamicMeshArray::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADataflowActor \ +static_assert(alignof(ADataflowActor) == 0x000008, "Wrong alignment on ADataflowActor"); \ +static_assert(sizeof(ADataflowActor) == 0x0002B8, "Wrong size on ADataflowActor"); \ +static_assert(offsetof(ADataflowActor, DataflowComponent) == 0x0002B0, "Member 'ADataflowActor::DataflowComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDataflowComponent \ +static_assert(alignof(UDataflowComponent) == 0x000010, "Wrong alignment on UDataflowComponent"); \ +static_assert(sizeof(UDataflowComponent) == 0x000680, "Wrong size on UDataflowComponent"); \ + +#define DUMPER7_ASSERTS_FProcMeshTangent \ +static_assert(alignof(FProcMeshTangent) == 0x000008, "Wrong alignment on FProcMeshTangent"); \ +static_assert(sizeof(FProcMeshTangent) == 0x000020, "Wrong size on FProcMeshTangent"); \ +static_assert(offsetof(FProcMeshTangent, TangentX) == 0x000000, "Member 'FProcMeshTangent::TangentX' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshTangent, bFlipTangentY) == 0x000018, "Member 'FProcMeshTangent::bFlipTangentY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcMeshVertex \ +static_assert(alignof(FProcMeshVertex) == 0x000008, "Wrong alignment on FProcMeshVertex"); \ +static_assert(sizeof(FProcMeshVertex) == 0x000098, "Wrong size on FProcMeshVertex"); \ +static_assert(offsetof(FProcMeshVertex, position) == 0x000000, "Member 'FProcMeshVertex::position' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, Normal) == 0x000018, "Member 'FProcMeshVertex::Normal' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, Tangent) == 0x000030, "Member 'FProcMeshVertex::Tangent' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, Color) == 0x000050, "Member 'FProcMeshVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV0) == 0x000058, "Member 'FProcMeshVertex::UV0' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV1) == 0x000068, "Member 'FProcMeshVertex::UV1' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV2) == 0x000078, "Member 'FProcMeshVertex::UV2' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshVertex, UV3) == 0x000088, "Member 'FProcMeshVertex::UV3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcMeshSection \ +static_assert(alignof(FProcMeshSection) == 0x000008, "Wrong alignment on FProcMeshSection"); \ +static_assert(sizeof(FProcMeshSection) == 0x000060, "Wrong size on FProcMeshSection"); \ +static_assert(offsetof(FProcMeshSection, ProcVertexBuffer) == 0x000000, "Member 'FProcMeshSection::ProcVertexBuffer' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, ProcIndexBuffer) == 0x000010, "Member 'FProcMeshSection::ProcIndexBuffer' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, SectionLocalBox) == 0x000020, "Member 'FProcMeshSection::SectionLocalBox' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, bEnableCollision) == 0x000058, "Member 'FProcMeshSection::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FProcMeshSection, bSectionVisible) == 0x000059, "Member 'FProcMeshSection::bSectionVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CalculateTangentsForMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_CalculateTangentsForMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CalculateTangentsForMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CalculateTangentsForMesh) == 0x000050, "Wrong size on KismetProceduralMeshLibrary_CalculateTangentsForMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Vertices) == 0x000000, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Triangles) == 0x000010, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, UVs) == 0x000020, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Tangents) == 0x000040, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_ConvertQuadToTriangles \ +static_assert(alignof(KismetProceduralMeshLibrary_ConvertQuadToTriangles) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_ConvertQuadToTriangles"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_ConvertQuadToTriangles) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_ConvertQuadToTriangles"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Triangles) == 0x000000, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert0) == 0x000010, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert0' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert1) == 0x000014, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert1' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert2) == 0x000018, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert2' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert3) == 0x00001C, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent \ +static_assert(alignof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, StaticMeshComponent) == 0x000000, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, LODIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, ProcMeshComponent) == 0x000010, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::ProcMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, bCreateCollision) == 0x000018, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::bCreateCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshSplit \ +static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshSplit) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshSplit"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshSplit) == 0x000050, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshSplit"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::NumX' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::NumY' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, Triangles) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, Vertices) == 0x000018, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, UVs) == 0x000028, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, UV1s) == 0x000038, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::UV1s' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, GridSpacing) == 0x000048, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::GridSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshTriangles \ +static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshTriangles) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshTriangles"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshTriangles) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshTriangles"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::NumX' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::NumY' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, bWinding) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::bWinding' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, Triangles) == 0x000010, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::Triangles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshWelded \ +static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshWelded) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshWelded"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshWelded) == 0x000040, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshWelded"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::NumX' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::NumY' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, Triangles) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, Vertices) == 0x000018, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, UVs) == 0x000028, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, GridSpacing) == 0x000038, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::GridSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GenerateBoxMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_GenerateBoxMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GenerateBoxMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_GenerateBoxMesh) == 0x000068, "Wrong size on KismetProceduralMeshLibrary_GenerateBoxMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, BoxRadius) == 0x000000, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::BoxRadius' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Vertices) == 0x000018, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Triangles) == 0x000028, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Normals) == 0x000038, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, UVs) == 0x000048, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Tangents) == 0x000058, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GetSectionFromProceduralMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GetSectionFromProceduralMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GetSectionFromProceduralMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, InProcMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::InProcMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, SectionIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GetSectionFromStaticMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GetSectionFromStaticMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GetSectionFromStaticMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, InMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::InMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, LODIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, SectionIndex) == 0x00000C, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_SliceProceduralMesh \ +static_assert(alignof(KismetProceduralMeshLibrary_SliceProceduralMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_SliceProceduralMesh"); \ +static_assert(sizeof(KismetProceduralMeshLibrary_SliceProceduralMesh) == 0x000058, "Wrong size on KismetProceduralMeshLibrary_SliceProceduralMesh"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, InProcMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::InProcMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, PlanePosition) == 0x000008, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::PlanePosition' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, PlaneNormal) == 0x000020, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, bCreateOtherHalf) == 0x000038, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::bCreateOtherHalf' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, OutOtherHalfProcMesh) == 0x000040, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::OutOtherHalfProcMesh' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, CapOption) == 0x000048, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::CapOption' has a wrong offset!"); \ +static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, CapMaterial) == 0x000050, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::CapMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetProceduralMeshLibrary \ +static_assert(alignof(UKismetProceduralMeshLibrary) == 0x000008, "Wrong alignment on UKismetProceduralMeshLibrary"); \ +static_assert(sizeof(UKismetProceduralMeshLibrary) == 0x000028, "Wrong size on UKismetProceduralMeshLibrary"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_AddCollisionConvexMesh \ +static_assert(alignof(ProceduralMeshComponent_AddCollisionConvexMesh) == 0x000008, "Wrong alignment on ProceduralMeshComponent_AddCollisionConvexMesh"); \ +static_assert(sizeof(ProceduralMeshComponent_AddCollisionConvexMesh) == 0x000010, "Wrong size on ProceduralMeshComponent_AddCollisionConvexMesh"); \ +static_assert(offsetof(ProceduralMeshComponent_AddCollisionConvexMesh, ConvexVerts) == 0x000000, "Member 'ProceduralMeshComponent_AddCollisionConvexMesh::ConvexVerts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_ClearMeshSection \ +static_assert(alignof(ProceduralMeshComponent_ClearMeshSection) == 0x000004, "Wrong alignment on ProceduralMeshComponent_ClearMeshSection"); \ +static_assert(sizeof(ProceduralMeshComponent_ClearMeshSection) == 0x000004, "Wrong size on ProceduralMeshComponent_ClearMeshSection"); \ +static_assert(offsetof(ProceduralMeshComponent_ClearMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_ClearMeshSection::SectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_CreateMeshSection \ +static_assert(alignof(ProceduralMeshComponent_CreateMeshSection) == 0x000008, "Wrong alignment on ProceduralMeshComponent_CreateMeshSection"); \ +static_assert(sizeof(ProceduralMeshComponent_CreateMeshSection) == 0x000070, "Wrong size on ProceduralMeshComponent_CreateMeshSection"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_CreateMeshSection::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_CreateMeshSection::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Triangles) == 0x000018, "Member 'ProceduralMeshComponent_CreateMeshSection::Triangles' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Normals) == 0x000028, "Member 'ProceduralMeshComponent_CreateMeshSection::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, UV0) == 0x000038, "Member 'ProceduralMeshComponent_CreateMeshSection::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, VertexColors) == 0x000048, "Member 'ProceduralMeshComponent_CreateMeshSection::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Tangents) == 0x000058, "Member 'ProceduralMeshComponent_CreateMeshSection::Tangents' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, bCreateCollision) == 0x000068, "Member 'ProceduralMeshComponent_CreateMeshSection::bCreateCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_CreateMeshSection_LinearColor \ +static_assert(alignof(ProceduralMeshComponent_CreateMeshSection_LinearColor) == 0x000008, "Wrong alignment on ProceduralMeshComponent_CreateMeshSection_LinearColor"); \ +static_assert(sizeof(ProceduralMeshComponent_CreateMeshSection_LinearColor) == 0x0000A0, "Wrong size on ProceduralMeshComponent_CreateMeshSection_LinearColor"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Triangles) == 0x000018, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Triangles' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Normals) == 0x000028, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV0) == 0x000038, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV1) == 0x000048, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV1' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV2) == 0x000058, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV2' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV3) == 0x000068, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV3' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, VertexColors) == 0x000078, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Tangents) == 0x000088, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Tangents' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, bCreateCollision) == 0x000098, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::bCreateCollision' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, bSRGBConversion) == 0x000099, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::bSRGBConversion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_SetMeshSectionVisible \ +static_assert(alignof(ProceduralMeshComponent_SetMeshSectionVisible) == 0x000004, "Wrong alignment on ProceduralMeshComponent_SetMeshSectionVisible"); \ +static_assert(sizeof(ProceduralMeshComponent_SetMeshSectionVisible) == 0x000008, "Wrong size on ProceduralMeshComponent_SetMeshSectionVisible"); \ +static_assert(offsetof(ProceduralMeshComponent_SetMeshSectionVisible, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_SetMeshSectionVisible::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_SetMeshSectionVisible, bNewVisibility) == 0x000004, "Member 'ProceduralMeshComponent_SetMeshSectionVisible::bNewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_UpdateMeshSection \ +static_assert(alignof(ProceduralMeshComponent_UpdateMeshSection) == 0x000008, "Wrong alignment on ProceduralMeshComponent_UpdateMeshSection"); \ +static_assert(sizeof(ProceduralMeshComponent_UpdateMeshSection) == 0x000058, "Wrong size on ProceduralMeshComponent_UpdateMeshSection"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_UpdateMeshSection::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_UpdateMeshSection::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Normals) == 0x000018, "Member 'ProceduralMeshComponent_UpdateMeshSection::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, UV0) == 0x000028, "Member 'ProceduralMeshComponent_UpdateMeshSection::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, VertexColors) == 0x000038, "Member 'ProceduralMeshComponent_UpdateMeshSection::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Tangents) == 0x000048, "Member 'ProceduralMeshComponent_UpdateMeshSection::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_UpdateMeshSection_LinearColor \ +static_assert(alignof(ProceduralMeshComponent_UpdateMeshSection_LinearColor) == 0x000008, "Wrong alignment on ProceduralMeshComponent_UpdateMeshSection_LinearColor"); \ +static_assert(sizeof(ProceduralMeshComponent_UpdateMeshSection_LinearColor) == 0x000090, "Wrong size on ProceduralMeshComponent_UpdateMeshSection_LinearColor"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Normals) == 0x000018, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV0) == 0x000028, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV1) == 0x000038, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV1' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV2) == 0x000048, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV2' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV3) == 0x000058, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV3' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, VertexColors) == 0x000068, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Tangents) == 0x000078, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Tangents' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, bSRGBConversion) == 0x000088, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::bSRGBConversion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_GetNumSections \ +static_assert(alignof(ProceduralMeshComponent_GetNumSections) == 0x000004, "Wrong alignment on ProceduralMeshComponent_GetNumSections"); \ +static_assert(sizeof(ProceduralMeshComponent_GetNumSections) == 0x000004, "Wrong size on ProceduralMeshComponent_GetNumSections"); \ +static_assert(offsetof(ProceduralMeshComponent_GetNumSections, ReturnValue) == 0x000000, "Member 'ProceduralMeshComponent_GetNumSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_IsMeshSectionVisible \ +static_assert(alignof(ProceduralMeshComponent_IsMeshSectionVisible) == 0x000004, "Wrong alignment on ProceduralMeshComponent_IsMeshSectionVisible"); \ +static_assert(sizeof(ProceduralMeshComponent_IsMeshSectionVisible) == 0x000008, "Wrong size on ProceduralMeshComponent_IsMeshSectionVisible"); \ +static_assert(offsetof(ProceduralMeshComponent_IsMeshSectionVisible, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_IsMeshSectionVisible::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_IsMeshSectionVisible, ReturnValue) == 0x000004, "Member 'ProceduralMeshComponent_IsMeshSectionVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralMeshComponent \ +static_assert(alignof(UProceduralMeshComponent) == 0x000010, "Wrong alignment on UProceduralMeshComponent"); \ +static_assert(sizeof(UProceduralMeshComponent) == 0x000600, "Wrong size on UProceduralMeshComponent"); \ +static_assert(offsetof(UProceduralMeshComponent, bUseComplexAsSimpleCollision) == 0x000580, "Member 'UProceduralMeshComponent::bUseComplexAsSimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, bUseAsyncCooking) == 0x000581, "Member 'UProceduralMeshComponent::bUseAsyncCooking' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, ProcMeshBodySetup) == 0x000588, "Member 'UProceduralMeshComponent::ProcMeshBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, ProcMeshSections) == 0x000590, "Member 'UProceduralMeshComponent::ProcMeshSections' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, CollisionConvexElems) == 0x0005A0, "Member 'UProceduralMeshComponent::CollisionConvexElems' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, LocalBounds) == 0x0005B0, "Member 'UProceduralMeshComponent::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, AsyncBodySetupQueue) == 0x0005E8, "Member 'UProceduralMeshComponent::AsyncBodySetupQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigGoal \ +static_assert(alignof(FIKRigGoal) == 0x000010, "Wrong alignment on FIKRigGoal"); \ +static_assert(sizeof(FIKRigGoal) == 0x0000B0, "Wrong size on FIKRigGoal"); \ +static_assert(offsetof(FIKRigGoal, Name) == 0x000000, "Member 'FIKRigGoal::Name' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, BoneName) == 0x000008, "Member 'FIKRigGoal::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, TransformSource) == 0x000010, "Member 'FIKRigGoal::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, SourceBone) == 0x000014, "Member 'FIKRigGoal::SourceBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, position) == 0x000028, "Member 'FIKRigGoal::position' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, Rotation) == 0x000040, "Member 'FIKRigGoal::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, PositionAlpha) == 0x000058, "Member 'FIKRigGoal::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, RotationAlpha) == 0x00005C, "Member 'FIKRigGoal::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, PositionSpace) == 0x000060, "Member 'FIKRigGoal::PositionSpace' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, RotationSpace) == 0x000061, "Member 'FIKRigGoal::RotationSpace' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, FinalBlendedPosition) == 0x000068, "Member 'FIKRigGoal::FinalBlendedPosition' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, FinalBlendedRotation) == 0x000080, "Member 'FIKRigGoal::FinalBlendedRotation' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoal, bEnabled) == 0x0000A0, "Member 'FIKRigGoal::bEnabled' 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) == 0x000308, "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, GoalCreators) == 0x000238, "Member 'FAnimNode_IKRig::GoalCreators' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetStretchChainSettings \ +static_assert(alignof(FRetargetStretchChainSettings) == 0x000008, "Wrong alignment on FRetargetStretchChainSettings"); \ +static_assert(sizeof(FRetargetStretchChainSettings) == 0x000020, "Wrong size on FRetargetStretchChainSettings"); \ +static_assert(offsetof(FRetargetStretchChainSettings, TargetChainName) == 0x000000, "Member 'FRetargetStretchChainSettings::TargetChainName' has a wrong offset!"); \ +static_assert(offsetof(FRetargetStretchChainSettings, bEnabled) == 0x000008, "Member 'FRetargetStretchChainSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRetargetStretchChainSettings, MatchSourceLength) == 0x000010, "Member 'FRetargetStretchChainSettings::MatchSourceLength' has a wrong offset!"); \ +static_assert(offsetof(FRetargetStretchChainSettings, ScaleChainLength) == 0x000018, "Member 'FRetargetStretchChainSettings::ScaleChainLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetOpProfile \ +static_assert(alignof(FRetargetOpProfile) == 0x000008, "Wrong alignment on FRetargetOpProfile"); \ +static_assert(sizeof(FRetargetOpProfile) == 0x000020, "Wrong size on FRetargetOpProfile"); \ +static_assert(offsetof(FRetargetOpProfile, OpToApplySettingsTo) == 0x000000, "Member 'FRetargetOpProfile::OpToApplySettingsTo' has a wrong offset!"); \ +static_assert(offsetof(FRetargetOpProfile, SettingsToApply) == 0x000008, "Member 'FRetargetOpProfile::SettingsToApply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetChainFKSettings \ +static_assert(alignof(FTargetChainFKSettings) == 0x000004, "Wrong alignment on FTargetChainFKSettings"); \ +static_assert(sizeof(FTargetChainFKSettings) == 0x00001C, "Wrong size on FTargetChainFKSettings"); \ +static_assert(offsetof(FTargetChainFKSettings, EnableFK) == 0x000000, "Member 'FTargetChainFKSettings::EnableFK' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, RotationMode) == 0x000001, "Member 'FTargetChainFKSettings::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, RotationAlpha) == 0x000004, "Member 'FTargetChainFKSettings::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, TranslationMode) == 0x000008, "Member 'FTargetChainFKSettings::TranslationMode' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, TranslationAlpha) == 0x00000C, "Member 'FTargetChainFKSettings::TranslationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, PoleVectorMatching) == 0x000010, "Member 'FTargetChainFKSettings::PoleVectorMatching' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, PoleVectorMaintainOffset) == 0x000014, "Member 'FTargetChainFKSettings::PoleVectorMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainFKSettings, PoleVectorOffset) == 0x000018, "Member 'FTargetChainFKSettings::PoleVectorOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetChainIKSettings \ +static_assert(alignof(FTargetChainIKSettings) == 0x000008, "Wrong alignment on FTargetChainIKSettings"); \ +static_assert(sizeof(FTargetChainIKSettings) == 0x000080, "Wrong size on FTargetChainIKSettings"); \ +static_assert(offsetof(FTargetChainIKSettings, EnableIK) == 0x000000, "Member 'FTargetChainIKSettings::EnableIK' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, BlendToSource) == 0x000004, "Member 'FTargetChainIKSettings::BlendToSource' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, BlendToSourceTranslation) == 0x000008, "Member 'FTargetChainIKSettings::BlendToSourceTranslation' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, BlendToSourceRotation) == 0x00000C, "Member 'FTargetChainIKSettings::BlendToSourceRotation' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, BlendToSourceWeights) == 0x000010, "Member 'FTargetChainIKSettings::BlendToSourceWeights' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, StaticOffset) == 0x000028, "Member 'FTargetChainIKSettings::StaticOffset' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, StaticLocalOffset) == 0x000040, "Member 'FTargetChainIKSettings::StaticLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, StaticRotationOffset) == 0x000058, "Member 'FTargetChainIKSettings::StaticRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, ScaleVertical) == 0x000070, "Member 'FTargetChainIKSettings::ScaleVertical' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, Extension) == 0x000074, "Member 'FTargetChainIKSettings::Extension' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainIKSettings, bAffectedByIKWarping) == 0x000078, "Member 'FTargetChainIKSettings::bAffectedByIKWarping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetChainSpeedPlantSettings \ +static_assert(alignof(FTargetChainSpeedPlantSettings) == 0x000004, "Wrong alignment on FTargetChainSpeedPlantSettings"); \ +static_assert(sizeof(FTargetChainSpeedPlantSettings) == 0x000018, "Wrong size on FTargetChainSpeedPlantSettings"); \ +static_assert(offsetof(FTargetChainSpeedPlantSettings, EnableSpeedPlanting) == 0x000000, "Member 'FTargetChainSpeedPlantSettings::EnableSpeedPlanting' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainSpeedPlantSettings, SpeedCurveName) == 0x000004, "Member 'FTargetChainSpeedPlantSettings::SpeedCurveName' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainSpeedPlantSettings, SpeedThreshold) == 0x00000C, "Member 'FTargetChainSpeedPlantSettings::SpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainSpeedPlantSettings, UnplantStiffness) == 0x000010, "Member 'FTargetChainSpeedPlantSettings::UnplantStiffness' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainSpeedPlantSettings, UnplantCriticalDamping) == 0x000014, "Member 'FTargetChainSpeedPlantSettings::UnplantCriticalDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetChainSettings \ +static_assert(alignof(FTargetChainSettings) == 0x000008, "Wrong alignment on FTargetChainSettings"); \ +static_assert(sizeof(FTargetChainSettings) == 0x0000B8, "Wrong size on FTargetChainSettings"); \ +static_assert(offsetof(FTargetChainSettings, FK) == 0x000000, "Member 'FTargetChainSettings::FK' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainSettings, IK) == 0x000020, "Member 'FTargetChainSettings::IK' has a wrong offset!"); \ +static_assert(offsetof(FTargetChainSettings, SpeedPlanting) == 0x0000A0, "Member 'FTargetChainSettings::SpeedPlanting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTargetRootSettings \ +static_assert(alignof(FTargetRootSettings) == 0x000008, "Wrong alignment on FTargetRootSettings"); \ +static_assert(sizeof(FTargetRootSettings) == 0x000068, "Wrong size on FTargetRootSettings"); \ +static_assert(offsetof(FTargetRootSettings, RotationAlpha) == 0x000000, "Member 'FTargetRootSettings::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, TranslationAlpha) == 0x000004, "Member 'FTargetRootSettings::TranslationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, BlendToSource) == 0x000008, "Member 'FTargetRootSettings::BlendToSource' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, BlendToSourceWeights) == 0x000010, "Member 'FTargetRootSettings::BlendToSourceWeights' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, ScaleHorizontal) == 0x000028, "Member 'FTargetRootSettings::ScaleHorizontal' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, ScaleVertical) == 0x00002C, "Member 'FTargetRootSettings::ScaleVertical' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, TranslationOffset) == 0x000030, "Member 'FTargetRootSettings::TranslationOffset' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, RotationOffset) == 0x000048, "Member 'FTargetRootSettings::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, AffectIKHorizontal) == 0x000060, "Member 'FTargetRootSettings::AffectIKHorizontal' has a wrong offset!"); \ +static_assert(offsetof(FTargetRootSettings, AffectIKVertical) == 0x000064, "Member 'FTargetRootSettings::AffectIKVertical' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetGlobalSettings \ +static_assert(alignof(FRetargetGlobalSettings) == 0x000004, "Wrong alignment on FRetargetGlobalSettings"); \ +static_assert(sizeof(FRetargetGlobalSettings) == 0x000034, "Wrong size on FRetargetGlobalSettings"); \ +static_assert(offsetof(FRetargetGlobalSettings, bEnableRoot) == 0x000000, "Member 'FRetargetGlobalSettings::bEnableRoot' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, bEnableFK) == 0x000001, "Member 'FRetargetGlobalSettings::bEnableFK' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, bEnableIK) == 0x000002, "Member 'FRetargetGlobalSettings::bEnableIK' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, bEnablePost) == 0x000003, "Member 'FRetargetGlobalSettings::bEnablePost' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, bCopyBasePose) == 0x000004, "Member 'FRetargetGlobalSettings::bCopyBasePose' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, CopyBasePoseRoot) == 0x000008, "Member 'FRetargetGlobalSettings::CopyBasePoseRoot' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, SourceScaleFactor) == 0x000010, "Member 'FRetargetGlobalSettings::SourceScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, bWarping) == 0x000014, "Member 'FRetargetGlobalSettings::bWarping' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, DirectionSource) == 0x000018, "Member 'FRetargetGlobalSettings::DirectionSource' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, ForwardDirection) == 0x00001C, "Member 'FRetargetGlobalSettings::ForwardDirection' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, DirectionChain) == 0x000020, "Member 'FRetargetGlobalSettings::DirectionChain' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, WarpForwards) == 0x000028, "Member 'FRetargetGlobalSettings::WarpForwards' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, SidewaysOffset) == 0x00002C, "Member 'FRetargetGlobalSettings::SidewaysOffset' has a wrong offset!"); \ +static_assert(offsetof(FRetargetGlobalSettings, WarpSplay) == 0x000030, "Member 'FRetargetGlobalSettings::WarpSplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetProfile \ +static_assert(alignof(FRetargetProfile) == 0x000008, "Wrong alignment on FRetargetProfile"); \ +static_assert(sizeof(FRetargetProfile) == 0x000128, "Wrong size on FRetargetProfile"); \ +static_assert(offsetof(FRetargetProfile, RetargetOpProfiles) == 0x000000, "Member 'FRetargetProfile::RetargetOpProfiles' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, bApplyTargetRetargetPose) == 0x000010, "Member 'FRetargetProfile::bApplyTargetRetargetPose' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, TargetRetargetPoseName) == 0x000014, "Member 'FRetargetProfile::TargetRetargetPoseName' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, bApplySourceRetargetPose) == 0x00001C, "Member 'FRetargetProfile::bApplySourceRetargetPose' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, SourceRetargetPoseName) == 0x000020, "Member 'FRetargetProfile::SourceRetargetPoseName' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, bForceAllIKOff) == 0x000028, "Member 'FRetargetProfile::bForceAllIKOff' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, bApplyChainSettings) == 0x000029, "Member 'FRetargetProfile::bApplyChainSettings' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, ChainSettings) == 0x000030, "Member 'FRetargetProfile::ChainSettings' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, bApplyRootSettings) == 0x000080, "Member 'FRetargetProfile::bApplyRootSettings' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, RootSettings) == 0x000088, "Member 'FRetargetProfile::RootSettings' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, bApplyGlobalSettings) == 0x0000F0, "Member 'FRetargetProfile::bApplyGlobalSettings' has a wrong offset!"); \ +static_assert(offsetof(FRetargetProfile, GlobalSettings) == 0x0000F4, "Member 'FRetargetProfile::GlobalSettings' 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) == 0x000380, "Wrong size on FAnimNode_RetargetPoseFromMesh"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, Source) == 0x000010, "Member 'FAnimNode_RetargetPoseFromMesh::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, RetargetFrom) == 0x000020, "Member 'FAnimNode_RetargetPoseFromMesh::RetargetFrom' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, SourceMeshComponent) == 0x000024, "Member 'FAnimNode_RetargetPoseFromMesh::SourceMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, IKRetargeterAsset) == 0x000030, "Member 'FAnimNode_RetargetPoseFromMesh::IKRetargeterAsset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, CustomRetargetProfile) == 0x000038, "Member 'FAnimNode_RetargetPoseFromMesh::CustomRetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, LODThreshold) == 0x000160, "Member 'FAnimNode_RetargetPoseFromMesh::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, LODThresholdForIK) == 0x000164, "Member 'FAnimNode_RetargetPoseFromMesh::LODThresholdForIK' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, bSuppressWarnings) == 0x000168, "Member 'FAnimNode_RetargetPoseFromMesh::bSuppressWarnings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RetargetPoseFromMesh, bUseAttachedParent) == 0x000169, "Member 'FAnimNode_RetargetPoseFromMesh::bUseAttachedParent' has a wrong offset!"); \ + +#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_FRetargetSpeedPlantingSettings \ +static_assert(alignof(FRetargetSpeedPlantingSettings) == 0x000004, "Wrong alignment on FRetargetSpeedPlantingSettings"); \ +static_assert(sizeof(FRetargetSpeedPlantingSettings) == 0x000010, "Wrong size on FRetargetSpeedPlantingSettings"); \ +static_assert(offsetof(FRetargetSpeedPlantingSettings, TargetChainName) == 0x000000, "Member 'FRetargetSpeedPlantingSettings::TargetChainName' has a wrong offset!"); \ +static_assert(offsetof(FRetargetSpeedPlantingSettings, SpeedCurveName) == 0x000008, "Member 'FRetargetSpeedPlantingSettings::SpeedCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetOpSettingsBase \ +static_assert(alignof(FIKRetargetOpSettingsBase) == 0x000008, "Wrong alignment on FIKRetargetOpSettingsBase"); \ +static_assert(sizeof(FIKRetargetOpSettingsBase) == 0x000018, "Wrong size on FIKRetargetOpSettingsBase"); \ +static_assert(offsetof(FIKRetargetOpSettingsBase, LODThreshold) == 0x000008, "Member 'FIKRetargetOpSettingsBase::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetOpSettingsBase, bDebugDraw) == 0x00000C, "Member 'FIKRetargetOpSettingsBase::bDebugDraw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetStretchChainOpSettings \ +static_assert(alignof(FIKRetargetStretchChainOpSettings) == 0x000008, "Wrong alignment on FIKRetargetStretchChainOpSettings"); \ +static_assert(sizeof(FIKRetargetStretchChainOpSettings) == 0x000030, "Wrong size on FIKRetargetStretchChainOpSettings"); \ +static_assert(offsetof(FIKRetargetStretchChainOpSettings, IKRigAsset) == 0x000018, "Member 'FIKRetargetStretchChainOpSettings::IKRigAsset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetStretchChainOpSettings, ChainsToStretch) == 0x000020, "Member 'FIKRetargetStretchChainOpSettings::ChainsToStretch' 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_FIKRigWorkData \ +static_assert(alignof(FIKRigWorkData) == 0x000008, "Wrong alignment on FIKRigWorkData"); \ +static_assert(sizeof(FIKRigWorkData) == 0x000138, "Wrong size on FIKRigWorkData"); \ + +#define DUMPER7_ASSERTS_FIKRigGoalInput \ +static_assert(alignof(FIKRigGoalInput) == 0x000010, "Wrong alignment on FIKRigGoalInput"); \ +static_assert(sizeof(FIKRigGoalInput) == 0x000080, "Wrong size on FIKRigGoalInput"); \ +static_assert(offsetof(FIKRigGoalInput, GoalName) == 0x000000, "Member 'FIKRigGoalInput::GoalName' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoalInput, Transform) == 0x000010, "Member 'FIKRigGoalInput::Transform' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoalInput, PositionAlpha) == 0x000070, "Member 'FIKRigGoalInput::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigGoalInput, RotationAlpha) == 0x000078, "Member 'FIKRigGoalInput::RotationAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetStrideWarpChainSettings \ +static_assert(alignof(FRetargetStrideWarpChainSettings) == 0x000004, "Wrong alignment on FRetargetStrideWarpChainSettings"); \ +static_assert(sizeof(FRetargetStrideWarpChainSettings) == 0x00000C, "Wrong size on FRetargetStrideWarpChainSettings"); \ +static_assert(offsetof(FRetargetStrideWarpChainSettings, TargetChainName) == 0x000000, "Member 'FRetargetStrideWarpChainSettings::TargetChainName' has a wrong offset!"); \ +static_assert(offsetof(FRetargetStrideWarpChainSettings, EnableStrideWarping) == 0x000008, "Member 'FRetargetStrideWarpChainSettings::EnableStrideWarping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetStrideWarpingOpSettings \ +static_assert(alignof(FIKRetargetStrideWarpingOpSettings) == 0x000008, "Wrong alignment on FIKRetargetStrideWarpingOpSettings"); \ +static_assert(sizeof(FIKRetargetStrideWarpingOpSettings) == 0x000068, "Wrong size on FIKRetargetStrideWarpingOpSettings"); \ +static_assert(offsetof(FIKRetargetStrideWarpingOpSettings, ChainSettings) == 0x000018, "Member 'FIKRetargetStrideWarpingOpSettings::ChainSettings' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetStrideWarpingOpSettings, DirectionSource) == 0x000028, "Member 'FIKRetargetStrideWarpingOpSettings::DirectionSource' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetStrideWarpingOpSettings, ForwardDirection) == 0x00002C, "Member 'FIKRetargetStrideWarpingOpSettings::ForwardDirection' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetStrideWarpingOpSettings, DirectionChain) == 0x000030, "Member 'FIKRetargetStrideWarpingOpSettings::DirectionChain' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetStrideWarpingOpSettings, WarpForwards) == 0x000038, "Member 'FIKRetargetStrideWarpingOpSettings::WarpForwards' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetStrideWarpingOpSettings, SidewaysOffset) == 0x000040, "Member 'FIKRetargetStrideWarpingOpSettings::SidewaysOffset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetStrideWarpingOpSettings, WarpSplay) == 0x000048, "Member 'FIKRetargetStrideWarpingOpSettings::WarpSplay' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetStrideWarpingOpSettings, DebugDrawSize) == 0x000050, "Member 'FIKRetargetStrideWarpingOpSettings::DebugDrawSize' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetStrideWarpingOpSettings, DebugDrawThickness) == 0x000058, "Member 'FIKRetargetStrideWarpingOpSettings::DebugDrawThickness' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetStrideWarpingOpSettings, bEnableDebugDraw) == 0x000060, "Member 'FIKRetargetStrideWarpingOpSettings::bEnableDebugDraw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetOpBase \ +static_assert(alignof(FIKRetargetOpBase) == 0x000008, "Wrong alignment on FIKRetargetOpBase"); \ +static_assert(sizeof(FIKRetargetOpBase) == 0x000020, "Wrong size on FIKRetargetOpBase"); \ +static_assert(offsetof(FIKRetargetOpBase, bIsEnabled) == 0x000008, "Member 'FIKRetargetOpBase::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetOpBase, Name) == 0x00000C, "Member 'FIKRetargetOpBase::Name' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetOpBase, ParentOpName) == 0x000014, "Member 'FIKRetargetOpBase::ParentOpName' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetOpBase, bTakeInputCurvesFromSourceAnimInstance) == 0x00001C, "Member 'FIKRetargetOpBase::bTakeInputCurvesFromSourceAnimInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetStrideWarpingOp \ +static_assert(alignof(FIKRetargetStrideWarpingOp) == 0x000008, "Wrong alignment on FIKRetargetStrideWarpingOp"); \ +static_assert(sizeof(FIKRetargetStrideWarpingOp) == 0x0000A0, "Wrong size on FIKRetargetStrideWarpingOp"); \ +static_assert(offsetof(FIKRetargetStrideWarpingOp, Settings) == 0x000020, "Member 'FIKRetargetStrideWarpingOp::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_IKRig \ +static_assert(alignof(FRigUnit_IKRig) == 0x000008, "Wrong alignment on FRigUnit_IKRig"); \ +static_assert(sizeof(FRigUnit_IKRig) == 0x000160, "Wrong size on FRigUnit_IKRig"); \ +static_assert(offsetof(FRigUnit_IKRig, IKRigAsset) == 0x000010, "Member 'FRigUnit_IKRig::IKRigAsset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IKRig, Goals) == 0x000018, "Member 'FRigUnit_IKRig::Goals' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_IKRig, WorkData) == 0x000028, "Member 'FRigUnit_IKRig::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetChainPair \ +static_assert(alignof(FRetargetChainPair) == 0x000004, "Wrong alignment on FRetargetChainPair"); \ +static_assert(sizeof(FRetargetChainPair) == 0x000010, "Wrong size on FRetargetChainPair"); \ +static_assert(offsetof(FRetargetChainPair, TargetChainName) == 0x000000, "Member 'FRetargetChainPair::TargetChainName' has a wrong offset!"); \ +static_assert(offsetof(FRetargetChainPair, SourceChainName) == 0x000008, "Member 'FRetargetChainPair::SourceChainName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetChainMapping \ +static_assert(alignof(FRetargetChainMapping) == 0x000008, "Wrong alignment on FRetargetChainMapping"); \ +static_assert(sizeof(FRetargetChainMapping) == 0x000020, "Wrong size on FRetargetChainMapping"); \ +static_assert(offsetof(FRetargetChainMapping, ChainMap) == 0x000000, "Member 'FRetargetChainMapping::ChainMap' has a wrong offset!"); \ +static_assert(offsetof(FRetargetChainMapping, SourceIKRig) == 0x000010, "Member 'FRetargetChainMapping::SourceIKRig' has a wrong offset!"); \ +static_assert(offsetof(FRetargetChainMapping, TargetIKRig) == 0x000018, "Member 'FRetargetChainMapping::TargetIKRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetPose \ +static_assert(alignof(FIKRetargetPose) == 0x000008, "Wrong alignment on FIKRetargetPose"); \ +static_assert(sizeof(FIKRetargetPose) == 0x000070, "Wrong size on FIKRetargetPose"); \ +static_assert(offsetof(FIKRetargetPose, RootTranslationOffset) == 0x000000, "Member 'FIKRetargetPose::RootTranslationOffset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPose, BoneRotationOffsets) == 0x000018, "Member 'FIKRetargetPose::BoneRotationOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetPoleVectorSettings \ +static_assert(alignof(FRetargetPoleVectorSettings) == 0x000008, "Wrong alignment on FRetargetPoleVectorSettings"); \ +static_assert(sizeof(FRetargetPoleVectorSettings) == 0x000028, "Wrong size on FRetargetPoleVectorSettings"); \ +static_assert(offsetof(FRetargetPoleVectorSettings, TargetChainName) == 0x000000, "Member 'FRetargetPoleVectorSettings::TargetChainName' has a wrong offset!"); \ +static_assert(offsetof(FRetargetPoleVectorSettings, bEnabled) == 0x000008, "Member 'FRetargetPoleVectorSettings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRetargetPoleVectorSettings, AlignAlpha) == 0x000010, "Member 'FRetargetPoleVectorSettings::AlignAlpha' has a wrong offset!"); \ +static_assert(offsetof(FRetargetPoleVectorSettings, StaticAngularOffset) == 0x000018, "Member 'FRetargetPoleVectorSettings::StaticAngularOffset' has a wrong offset!"); \ +static_assert(offsetof(FRetargetPoleVectorSettings, MaintainOffset) == 0x000020, "Member 'FRetargetPoleVectorSettings::MaintainOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetAlignPoleVectorOpSettings \ +static_assert(alignof(FIKRetargetAlignPoleVectorOpSettings) == 0x000008, "Wrong alignment on FIKRetargetAlignPoleVectorOpSettings"); \ +static_assert(sizeof(FIKRetargetAlignPoleVectorOpSettings) == 0x000030, "Wrong size on FIKRetargetAlignPoleVectorOpSettings"); \ +static_assert(offsetof(FIKRetargetAlignPoleVectorOpSettings, IKRigAsset) == 0x000018, "Member 'FIKRetargetAlignPoleVectorOpSettings::IKRigAsset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetAlignPoleVectorOpSettings, ChainsToAlign) == 0x000020, "Member 'FIKRetargetAlignPoleVectorOpSettings::ChainsToAlign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetAlignPoleVectorOp \ +static_assert(alignof(FIKRetargetAlignPoleVectorOp) == 0x000008, "Wrong alignment on FIKRetargetAlignPoleVectorOp"); \ +static_assert(sizeof(FIKRetargetAlignPoleVectorOp) == 0x000080, "Wrong size on FIKRetargetAlignPoleVectorOp"); \ +static_assert(offsetof(FIKRetargetAlignPoleVectorOp, Settings) == 0x000020, "Member 'FIKRetargetAlignPoleVectorOp::Settings' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetAlignPoleVectorOp, ChainMapping) == 0x000050, "Member 'FIKRetargetAlignPoleVectorOp::ChainMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetCopyBasePoseOpSettings \ +static_assert(alignof(FIKRetargetCopyBasePoseOpSettings) == 0x000008, "Wrong alignment on FIKRetargetCopyBasePoseOpSettings"); \ +static_assert(sizeof(FIKRetargetCopyBasePoseOpSettings) == 0x000048, "Wrong size on FIKRetargetCopyBasePoseOpSettings"); \ +static_assert(offsetof(FIKRetargetCopyBasePoseOpSettings, bCopyBasePose) == 0x000018, "Member 'FIKRetargetCopyBasePoseOpSettings::bCopyBasePose' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetCopyBasePoseOpSettings, CopyFromStart) == 0x00001C, "Member 'FIKRetargetCopyBasePoseOpSettings::CopyFromStart' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetCopyBasePoseOpSettings, BonesToExclude) == 0x000030, "Member 'FIKRetargetCopyBasePoseOpSettings::BonesToExclude' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetCopyBasePoseOpSettings, CopyBasePoseRoot) == 0x000040, "Member 'FIKRetargetCopyBasePoseOpSettings::CopyBasePoseRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetCopyBasePoseOp \ +static_assert(alignof(FIKRetargetCopyBasePoseOp) == 0x000008, "Wrong alignment on FIKRetargetCopyBasePoseOp"); \ +static_assert(sizeof(FIKRetargetCopyBasePoseOp) == 0x0000C8, "Wrong size on FIKRetargetCopyBasePoseOp"); \ +static_assert(offsetof(FIKRetargetCopyBasePoseOp, Settings) == 0x000020, "Member 'FIKRetargetCopyBasePoseOp::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveRemapPair \ +static_assert(alignof(FCurveRemapPair) == 0x000004, "Wrong alignment on FCurveRemapPair"); \ +static_assert(sizeof(FCurveRemapPair) == 0x000010, "Wrong size on FCurveRemapPair"); \ +static_assert(offsetof(FCurveRemapPair, SourceCurve) == 0x000000, "Member 'FCurveRemapPair::SourceCurve' has a wrong offset!"); \ +static_assert(offsetof(FCurveRemapPair, TargetCurve) == 0x000008, "Member 'FCurveRemapPair::TargetCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetCurveRemapOpSettings \ +static_assert(alignof(FIKRetargetCurveRemapOpSettings) == 0x000008, "Wrong alignment on FIKRetargetCurveRemapOpSettings"); \ +static_assert(sizeof(FIKRetargetCurveRemapOpSettings) == 0x000030, "Wrong size on FIKRetargetCurveRemapOpSettings"); \ +static_assert(offsetof(FIKRetargetCurveRemapOpSettings, bCopyAllSourceCurves) == 0x000018, "Member 'FIKRetargetCurveRemapOpSettings::bCopyAllSourceCurves' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetCurveRemapOpSettings, bRemapCurves) == 0x000019, "Member 'FIKRetargetCurveRemapOpSettings::bRemapCurves' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetCurveRemapOpSettings, CurvesToRemap) == 0x000020, "Member 'FIKRetargetCurveRemapOpSettings::CurvesToRemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigSettingsBase \ +static_assert(alignof(FIKRigSettingsBase) == 0x000008, "Wrong alignment on FIKRigSettingsBase"); \ +static_assert(sizeof(FIKRigSettingsBase) == 0x000008, "Wrong size on FIKRigSettingsBase"); \ + +#define DUMPER7_ASSERTS_FIKRigSolverSettingsBase \ +static_assert(alignof(FIKRigSolverSettingsBase) == 0x000008, "Wrong alignment on FIKRigSolverSettingsBase"); \ +static_assert(sizeof(FIKRigSolverSettingsBase) == 0x000008, "Wrong size on FIKRigSolverSettingsBase"); \ + +#define DUMPER7_ASSERTS_FLimbSolverSettings \ +static_assert(alignof(FLimbSolverSettings) == 0x000008, "Wrong alignment on FLimbSolverSettings"); \ +static_assert(sizeof(FLimbSolverSettings) == 0x000030, "Wrong size on FLimbSolverSettings"); \ +static_assert(offsetof(FLimbSolverSettings, ReachPrecision) == 0x000008, "Member 'FLimbSolverSettings::ReachPrecision' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, HingeRotationAxis) == 0x00000C, "Member 'FLimbSolverSettings::HingeRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, MaxIterations) == 0x000010, "Member 'FLimbSolverSettings::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, bEnableLimit) == 0x000014, "Member 'FLimbSolverSettings::bEnableLimit' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, MinRotationAngle) == 0x000018, "Member 'FLimbSolverSettings::MinRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, bAveragePull) == 0x00001C, "Member 'FLimbSolverSettings::bAveragePull' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, PullDistribution) == 0x000020, "Member 'FLimbSolverSettings::PullDistribution' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, ReachStepAlpha) == 0x000024, "Member 'FLimbSolverSettings::ReachStepAlpha' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, bEnableTwistCorrection) == 0x000028, "Member 'FLimbSolverSettings::bEnableTwistCorrection' has a wrong offset!"); \ +static_assert(offsetof(FLimbSolverSettings, EndBoneForwardAxis) == 0x000029, "Member 'FLimbSolverSettings::EndBoneForwardAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetCurveRemapOp \ +static_assert(alignof(FIKRetargetCurveRemapOp) == 0x000008, "Wrong alignment on FIKRetargetCurveRemapOp"); \ +static_assert(sizeof(FIKRetargetCurveRemapOp) == 0x000070, "Wrong size on FIKRetargetCurveRemapOp"); \ +static_assert(offsetof(FIKRetargetCurveRemapOp, Settings) == 0x000020, "Member 'FIKRetargetCurveRemapOp::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFilterBoneData \ +static_assert(alignof(FFilterBoneData) == 0x000010, "Wrong alignment on FFilterBoneData"); \ +static_assert(sizeof(FFilterBoneData) == 0x000080, "Wrong size on FFilterBoneData"); \ +static_assert(offsetof(FFilterBoneData, TargetBone) == 0x000000, "Member 'FFilterBoneData::TargetBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetFilterBoneOpSettings \ +static_assert(alignof(FIKRetargetFilterBoneOpSettings) == 0x000008, "Wrong alignment on FIKRetargetFilterBoneOpSettings"); \ +static_assert(sizeof(FIKRetargetFilterBoneOpSettings) == 0x000048, "Wrong size on FIKRetargetFilterBoneOpSettings"); \ +static_assert(offsetof(FIKRetargetFilterBoneOpSettings, BonesToFilter) == 0x000018, "Member 'FIKRetargetFilterBoneOpSettings::BonesToFilter' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFilterBoneOpSettings, MinFrequency) == 0x000028, "Member 'FIKRetargetFilterBoneOpSettings::MinFrequency' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFilterBoneOpSettings, Responsiveness) == 0x000030, "Member 'FIKRetargetFilterBoneOpSettings::Responsiveness' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFilterBoneOpSettings, VelocityCutoffHz) == 0x000038, "Member 'FIKRetargetFilterBoneOpSettings::VelocityCutoffHz' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFilterBoneOpSettings, bResetPlayback) == 0x000040, "Member 'FIKRetargetFilterBoneOpSettings::bResetPlayback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetFilterBoneOp \ +static_assert(alignof(FIKRetargetFilterBoneOp) == 0x000008, "Wrong alignment on FIKRetargetFilterBoneOp"); \ +static_assert(sizeof(FIKRetargetFilterBoneOp) == 0x000070, "Wrong size on FIKRetargetFilterBoneOp"); \ +static_assert(offsetof(FIKRetargetFilterBoneOp, Settings) == 0x000020, "Member 'FIKRetargetFilterBoneOp::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetFKChainSettings \ +static_assert(alignof(FRetargetFKChainSettings) == 0x000008, "Wrong alignment on FRetargetFKChainSettings"); \ +static_assert(sizeof(FRetargetFKChainSettings) == 0x000028, "Wrong size on FRetargetFKChainSettings"); \ +static_assert(offsetof(FRetargetFKChainSettings, TargetChainName) == 0x000000, "Member 'FRetargetFKChainSettings::TargetChainName' has a wrong offset!"); \ +static_assert(offsetof(FRetargetFKChainSettings, EnableFK) == 0x000008, "Member 'FRetargetFKChainSettings::EnableFK' has a wrong offset!"); \ +static_assert(offsetof(FRetargetFKChainSettings, RotationMode) == 0x000009, "Member 'FRetargetFKChainSettings::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(FRetargetFKChainSettings, RotationAlpha) == 0x000010, "Member 'FRetargetFKChainSettings::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FRetargetFKChainSettings, TranslationMode) == 0x000018, "Member 'FRetargetFKChainSettings::TranslationMode' has a wrong offset!"); \ +static_assert(offsetof(FRetargetFKChainSettings, TranslationAlpha) == 0x000020, "Member 'FRetargetFKChainSettings::TranslationAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetFKChainsOpSettings \ +static_assert(alignof(FIKRetargetFKChainsOpSettings) == 0x000008, "Wrong alignment on FIKRetargetFKChainsOpSettings"); \ +static_assert(sizeof(FIKRetargetFKChainsOpSettings) == 0x000068, "Wrong size on FIKRetargetFKChainsOpSettings"); \ +static_assert(offsetof(FIKRetargetFKChainsOpSettings, IKRigAsset) == 0x000018, "Member 'FIKRetargetFKChainsOpSettings::IKRigAsset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFKChainsOpSettings, ChainsToRetarget) == 0x000020, "Member 'FIKRetargetFKChainsOpSettings::ChainsToRetarget' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFKChainsOpSettings, bDrawChainLines) == 0x000030, "Member 'FIKRetargetFKChainsOpSettings::bDrawChainLines' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFKChainsOpSettings, bDrawSingleBoneChains) == 0x000031, "Member 'FIKRetargetFKChainsOpSettings::bDrawSingleBoneChains' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFKChainsOpSettings, ChainDrawThickness) == 0x000038, "Member 'FIKRetargetFKChainsOpSettings::ChainDrawThickness' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFKChainsOpSettings, ChainDrawSize) == 0x000040, "Member 'FIKRetargetFKChainsOpSettings::ChainDrawSize' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFKChainsOpSettings, ChainMapping) == 0x000048, "Member 'FIKRetargetFKChainsOpSettings::ChainMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetFKChainsOp \ +static_assert(alignof(FIKRetargetFKChainsOp) == 0x000008, "Wrong alignment on FIKRetargetFKChainsOp"); \ +static_assert(sizeof(FIKRetargetFKChainsOp) == 0x0000D8, "Wrong size on FIKRetargetFKChainsOp"); \ +static_assert(offsetof(FIKRetargetFKChainsOp, Settings) == 0x000020, "Member 'FIKRetargetFKChainsOp::Settings' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFKChainsOp, ChainMapping) == 0x0000B8, "Member 'FIKRetargetFKChainsOp::ChainMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloorConstraintChainSettings \ +static_assert(alignof(FFloorConstraintChainSettings) == 0x000008, "Wrong alignment on FFloorConstraintChainSettings"); \ +static_assert(sizeof(FFloorConstraintChainSettings) == 0x000020, "Wrong size on FFloorConstraintChainSettings"); \ +static_assert(offsetof(FFloorConstraintChainSettings, TargetChainName) == 0x000000, "Member 'FFloorConstraintChainSettings::TargetChainName' has a wrong offset!"); \ +static_assert(offsetof(FFloorConstraintChainSettings, EnableFloorConstraint) == 0x000008, "Member 'FFloorConstraintChainSettings::EnableFloorConstraint' has a wrong offset!"); \ +static_assert(offsetof(FFloorConstraintChainSettings, Alpha) == 0x000010, "Member 'FFloorConstraintChainSettings::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FFloorConstraintChainSettings, MaintainHeightOffset) == 0x000018, "Member 'FFloorConstraintChainSettings::MaintainHeightOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetFloorConstraintOpSettings \ +static_assert(alignof(FIKRetargetFloorConstraintOpSettings) == 0x000008, "Wrong alignment on FIKRetargetFloorConstraintOpSettings"); \ +static_assert(sizeof(FIKRetargetFloorConstraintOpSettings) == 0x000038, "Wrong size on FIKRetargetFloorConstraintOpSettings"); \ +static_assert(offsetof(FIKRetargetFloorConstraintOpSettings, ChainsToAffect) == 0x000018, "Member 'FIKRetargetFloorConstraintOpSettings::ChainsToAffect' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFloorConstraintOpSettings, HeightFalloffOffset) == 0x000028, "Member 'FIKRetargetFloorConstraintOpSettings::HeightFalloffOffset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetFloorConstraintOpSettings, HeightFalloffDistance) == 0x000030, "Member 'FIKRetargetFloorConstraintOpSettings::HeightFalloffDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetFloorConstraintOp \ +static_assert(alignof(FIKRetargetFloorConstraintOp) == 0x000008, "Wrong alignment on FIKRetargetFloorConstraintOp"); \ +static_assert(sizeof(FIKRetargetFloorConstraintOp) == 0x000068, "Wrong size on FIKRetargetFloorConstraintOp"); \ +static_assert(offsetof(FIKRetargetFloorConstraintOp, Settings) == 0x000020, "Member 'FIKRetargetFloorConstraintOp::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetSpeedPlantingOpSettings \ +static_assert(alignof(FIKRetargetSpeedPlantingOpSettings) == 0x000008, "Wrong alignment on FIKRetargetSpeedPlantingOpSettings"); \ +static_assert(sizeof(FIKRetargetSpeedPlantingOpSettings) == 0x000040, "Wrong size on FIKRetargetSpeedPlantingOpSettings"); \ +static_assert(offsetof(FIKRetargetSpeedPlantingOpSettings, ChainsToSpeedPlant) == 0x000018, "Member 'FIKRetargetSpeedPlantingOpSettings::ChainsToSpeedPlant' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetSpeedPlantingOpSettings, SpeedThreshold) == 0x000028, "Member 'FIKRetargetSpeedPlantingOpSettings::SpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetSpeedPlantingOpSettings, Stiffness) == 0x000030, "Member 'FIKRetargetSpeedPlantingOpSettings::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetSpeedPlantingOpSettings, CriticalDamping) == 0x000038, "Member 'FIKRetargetSpeedPlantingOpSettings::CriticalDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRetargetIKChainSettings \ +static_assert(alignof(FRetargetIKChainSettings) == 0x000008, "Wrong alignment on FRetargetIKChainSettings"); \ +static_assert(sizeof(FRetargetIKChainSettings) == 0x0000A0, "Wrong size on FRetargetIKChainSettings"); \ +static_assert(offsetof(FRetargetIKChainSettings, TargetChainName) == 0x000000, "Member 'FRetargetIKChainSettings::TargetChainName' has a wrong offset!"); \ +static_assert(offsetof(FRetargetIKChainSettings, EnableIK) == 0x000008, "Member 'FRetargetIKChainSettings::EnableIK' has a wrong offset!"); \ +static_assert(offsetof(FRetargetIKChainSettings, BlendToSource) == 0x000010, "Member 'FRetargetIKChainSettings::BlendToSource' has a wrong offset!"); \ +static_assert(offsetof(FRetargetIKChainSettings, BlendToSourceTranslation) == 0x000018, "Member 'FRetargetIKChainSettings::BlendToSourceTranslation' has a wrong offset!"); \ +static_assert(offsetof(FRetargetIKChainSettings, BlendToSourceRotation) == 0x000020, "Member 'FRetargetIKChainSettings::BlendToSourceRotation' has a wrong offset!"); \ +static_assert(offsetof(FRetargetIKChainSettings, BlendToSourceWeights) == 0x000028, "Member 'FRetargetIKChainSettings::BlendToSourceWeights' has a wrong offset!"); \ +static_assert(offsetof(FRetargetIKChainSettings, ApplyPelvisOffsetToSourceGoals) == 0x000040, "Member 'FRetargetIKChainSettings::ApplyPelvisOffsetToSourceGoals' has a wrong offset!"); \ +static_assert(offsetof(FRetargetIKChainSettings, StaticOffset) == 0x000048, "Member 'FRetargetIKChainSettings::StaticOffset' has a wrong offset!"); \ +static_assert(offsetof(FRetargetIKChainSettings, StaticLocalOffset) == 0x000060, "Member 'FRetargetIKChainSettings::StaticLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(FRetargetIKChainSettings, StaticRotationOffset) == 0x000078, "Member 'FRetargetIKChainSettings::StaticRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FRetargetIKChainSettings, ScaleVertical) == 0x000090, "Member 'FRetargetIKChainSettings::ScaleVertical' has a wrong offset!"); \ +static_assert(offsetof(FRetargetIKChainSettings, Extension) == 0x000098, "Member 'FRetargetIKChainSettings::Extension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetIKChainsOpSettings \ +static_assert(alignof(FIKRetargetIKChainsOpSettings) == 0x000008, "Wrong alignment on FIKRetargetIKChainsOpSettings"); \ +static_assert(sizeof(FIKRetargetIKChainsOpSettings) == 0x000040, "Wrong size on FIKRetargetIKChainsOpSettings"); \ +static_assert(offsetof(FIKRetargetIKChainsOpSettings, ChainsToRetarget) == 0x000018, "Member 'FIKRetargetIKChainsOpSettings::ChainsToRetarget' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetIKChainsOpSettings, bDrawFinalGoals) == 0x000028, "Member 'FIKRetargetIKChainsOpSettings::bDrawFinalGoals' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetIKChainsOpSettings, bDrawSourceLocations) == 0x000029, "Member 'FIKRetargetIKChainsOpSettings::bDrawSourceLocations' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetIKChainsOpSettings, GoalDrawSize) == 0x000030, "Member 'FIKRetargetIKChainsOpSettings::GoalDrawSize' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetIKChainsOpSettings, GoalDrawThickness) == 0x000038, "Member 'FIKRetargetIKChainsOpSettings::GoalDrawThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetIKChainsOp \ +static_assert(alignof(FIKRetargetIKChainsOp) == 0x000008, "Wrong alignment on FIKRetargetIKChainsOp"); \ +static_assert(sizeof(FIKRetargetIKChainsOp) == 0x000070, "Wrong size on FIKRetargetIKChainsOp"); \ +static_assert(offsetof(FIKRetargetIKChainsOp, Settings) == 0x000020, "Member 'FIKRetargetIKChainsOp::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetPelvisMotionOpSettings \ +static_assert(alignof(FIKRetargetPelvisMotionOpSettings) == 0x000008, "Wrong alignment on FIKRetargetPelvisMotionOpSettings"); \ +static_assert(sizeof(FIKRetargetPelvisMotionOpSettings) == 0x000148, "Wrong size on FIKRetargetPelvisMotionOpSettings"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, SourcePelvisBone) == 0x000018, "Member 'FIKRetargetPelvisMotionOpSettings::SourcePelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, TargetPelvisBone) == 0x000028, "Member 'FIKRetargetPelvisMotionOpSettings::TargetPelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, FloorConstraintWeight) == 0x000038, "Member 'FIKRetargetPelvisMotionOpSettings::FloorConstraintWeight' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, SourceCrotchOffset) == 0x000040, "Member 'FIKRetargetPelvisMotionOpSettings::SourceCrotchOffset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, TargetCrotchOffset) == 0x000048, "Member 'FIKRetargetPelvisMotionOpSettings::TargetCrotchOffset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, RotationAlpha) == 0x000050, "Member 'FIKRetargetPelvisMotionOpSettings::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, RotationOffsetLocal) == 0x000058, "Member 'FIKRetargetPelvisMotionOpSettings::RotationOffsetLocal' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, RotationOffsetGlobal) == 0x000070, "Member 'FIKRetargetPelvisMotionOpSettings::RotationOffsetGlobal' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, TranslationAlpha) == 0x000088, "Member 'FIKRetargetPelvisMotionOpSettings::TranslationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, TranslationOffsetLocal) == 0x000090, "Member 'FIKRetargetPelvisMotionOpSettings::TranslationOffsetLocal' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, TranslationOffsetGlobal) == 0x0000A8, "Member 'FIKRetargetPelvisMotionOpSettings::TranslationOffsetGlobal' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, BlendToSourceTranslation) == 0x0000C0, "Member 'FIKRetargetPelvisMotionOpSettings::BlendToSourceTranslation' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, BlendToSourceTranslationWeights) == 0x0000C8, "Member 'FIKRetargetPelvisMotionOpSettings::BlendToSourceTranslationWeights' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, ScaleHorizontal) == 0x0000E0, "Member 'FIKRetargetPelvisMotionOpSettings::ScaleHorizontal' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, ScaleVertical) == 0x0000E8, "Member 'FIKRetargetPelvisMotionOpSettings::ScaleVertical' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, AffectIKHorizontal) == 0x0000F0, "Member 'FIKRetargetPelvisMotionOpSettings::AffectIKHorizontal' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, AffectIKVertical) == 0x0000F8, "Member 'FIKRetargetPelvisMotionOpSettings::AffectIKVertical' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, DebugDrawSize) == 0x000100, "Member 'FIKRetargetPelvisMotionOpSettings::DebugDrawSize' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, DebugDrawThickness) == 0x000108, "Member 'FIKRetargetPelvisMotionOpSettings::DebugDrawThickness' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, TranslationOffset) == 0x000110, "Member 'FIKRetargetPelvisMotionOpSettings::TranslationOffset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, RotationOffset) == 0x000128, "Member 'FIKRetargetPelvisMotionOpSettings::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOpSettings, bEnableDebugDraw) == 0x000140, "Member 'FIKRetargetPelvisMotionOpSettings::bEnableDebugDraw' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetStretchChainOp \ +static_assert(alignof(FIKRetargetStretchChainOp) == 0x000008, "Wrong alignment on FIKRetargetStretchChainOp"); \ +static_assert(sizeof(FIKRetargetStretchChainOp) == 0x000080, "Wrong size on FIKRetargetStretchChainOp"); \ +static_assert(offsetof(FIKRetargetStretchChainOp, Settings) == 0x000020, "Member 'FIKRetargetStretchChainOp::Settings' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetStretchChainOp, ChainMapping) == 0x000050, "Member 'FIKRetargetStretchChainOp::ChainMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetPelvisMotionOp \ +static_assert(alignof(FIKRetargetPelvisMotionOp) == 0x000010, "Wrong alignment on FIKRetargetPelvisMotionOp"); \ +static_assert(sizeof(FIKRetargetPelvisMotionOp) == 0x0002C0, "Wrong size on FIKRetargetPelvisMotionOp"); \ +static_assert(offsetof(FIKRetargetPelvisMotionOp, Settings) == 0x000020, "Member 'FIKRetargetPelvisMotionOp::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPinBoneData \ +static_assert(alignof(FPinBoneData) == 0x000010, "Wrong alignment on FPinBoneData"); \ +static_assert(sizeof(FPinBoneData) == 0x000170, "Wrong size on FPinBoneData"); \ +static_assert(offsetof(FPinBoneData, BoneToCopyFrom) == 0x000000, "Member 'FPinBoneData::BoneToCopyFrom' has a wrong offset!"); \ +static_assert(offsetof(FPinBoneData, BoneToCopyTo) == 0x000010, "Member 'FPinBoneData::BoneToCopyTo' has a wrong offset!"); \ +static_assert(offsetof(FPinBoneData, BoneToPin) == 0x000160, "Member 'FPinBoneData::BoneToPin' has a wrong offset!"); \ +static_assert(offsetof(FPinBoneData, BoneToPinTo) == 0x000168, "Member 'FPinBoneData::BoneToPinTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetPinBoneOpSettings \ +static_assert(alignof(FIKRetargetPinBoneOpSettings) == 0x000010, "Wrong alignment on FIKRetargetPinBoneOpSettings"); \ +static_assert(sizeof(FIKRetargetPinBoneOpSettings) == 0x0000F0, "Wrong size on FIKRetargetPinBoneOpSettings"); \ +static_assert(offsetof(FIKRetargetPinBoneOpSettings, BonesToPin) == 0x000018, "Member 'FIKRetargetPinBoneOpSettings::BonesToPin' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPinBoneOpSettings, SkeletonToCopyFrom) == 0x000028, "Member 'FIKRetargetPinBoneOpSettings::SkeletonToCopyFrom' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPinBoneOpSettings, bCopyTranslation) == 0x000029, "Member 'FIKRetargetPinBoneOpSettings::bCopyTranslation' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPinBoneOpSettings, TranslationMode) == 0x00002A, "Member 'FIKRetargetPinBoneOpSettings::TranslationMode' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPinBoneOpSettings, bCopyRotation) == 0x00002B, "Member 'FIKRetargetPinBoneOpSettings::bCopyRotation' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPinBoneOpSettings, RotationMode) == 0x00002C, "Member 'FIKRetargetPinBoneOpSettings::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPinBoneOpSettings, bCopyScale) == 0x00002D, "Member 'FIKRetargetPinBoneOpSettings::bCopyScale' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPinBoneOpSettings, bPropagateToChildren) == 0x00002E, "Member 'FIKRetargetPinBoneOpSettings::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPinBoneOpSettings, GlobalOffset) == 0x000030, "Member 'FIKRetargetPinBoneOpSettings::GlobalOffset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetPinBoneOpSettings, LocalOffset) == 0x000090, "Member 'FIKRetargetPinBoneOpSettings::LocalOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetPinBoneOp \ +static_assert(alignof(FIKRetargetPinBoneOp) == 0x000010, "Wrong alignment on FIKRetargetPinBoneOp"); \ +static_assert(sizeof(FIKRetargetPinBoneOp) == 0x000120, "Wrong size on FIKRetargetPinBoneOp"); \ +static_assert(offsetof(FIKRetargetPinBoneOp, Settings) == 0x000020, "Member 'FIKRetargetPinBoneOp::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigGoalContainer \ +static_assert(alignof(FIKRigGoalContainer) == 0x000008, "Wrong alignment on FIKRigGoalContainer"); \ +static_assert(sizeof(FIKRigGoalContainer) == 0x000018, "Wrong size on FIKRigGoalContainer"); \ + +#define DUMPER7_ASSERTS_FIKRetargetAdditivePoseOpSettings \ +static_assert(alignof(FIKRetargetAdditivePoseOpSettings) == 0x000008, "Wrong alignment on FIKRetargetAdditivePoseOpSettings"); \ +static_assert(sizeof(FIKRetargetAdditivePoseOpSettings) == 0x000028, "Wrong size on FIKRetargetAdditivePoseOpSettings"); \ +static_assert(offsetof(FIKRetargetAdditivePoseOpSettings, PoseToApply) == 0x000018, "Member 'FIKRetargetAdditivePoseOpSettings::PoseToApply' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetAdditivePoseOpSettings, Alpha) == 0x000020, "Member 'FIKRetargetAdditivePoseOpSettings::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetAdditivePoseOp \ +static_assert(alignof(FIKRetargetAdditivePoseOp) == 0x000008, "Wrong alignment on FIKRetargetAdditivePoseOp"); \ +static_assert(sizeof(FIKRetargetAdditivePoseOp) == 0x000050, "Wrong size on FIKRetargetAdditivePoseOp"); \ +static_assert(offsetof(FIKRetargetAdditivePoseOp, Settings) == 0x000028, "Member 'FIKRetargetAdditivePoseOp::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetRootMotionOpSettings \ +static_assert(alignof(FIKRetargetRootMotionOpSettings) == 0x000010, "Wrong alignment on FIKRetargetRootMotionOpSettings"); \ +static_assert(sizeof(FIKRetargetRootMotionOpSettings) == 0x0000D0, "Wrong size on FIKRetargetRootMotionOpSettings"); \ +static_assert(offsetof(FIKRetargetRootMotionOpSettings, SourceRoot) == 0x000018, "Member 'FIKRetargetRootMotionOpSettings::SourceRoot' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRootMotionOpSettings, TargetRoot) == 0x000028, "Member 'FIKRetargetRootMotionOpSettings::TargetRoot' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRootMotionOpSettings, RootMotionSource) == 0x000038, "Member 'FIKRetargetRootMotionOpSettings::RootMotionSource' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRootMotionOpSettings, TargetPelvis) == 0x00003C, "Member 'FIKRetargetRootMotionOpSettings::TargetPelvis' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRootMotionOpSettings, bRotateWithPelvis) == 0x00004C, "Member 'FIKRetargetRootMotionOpSettings::bRotateWithPelvis' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRootMotionOpSettings, RootHeightSource) == 0x00004D, "Member 'FIKRetargetRootMotionOpSettings::RootHeightSource' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRootMotionOpSettings, GlobalOffset) == 0x000050, "Member 'FIKRetargetRootMotionOpSettings::GlobalOffset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRootMotionOpSettings, bMaintainOffsetFromPelvis) == 0x0000B0, "Member 'FIKRetargetRootMotionOpSettings::bMaintainOffsetFromPelvis' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRootMotionOpSettings, bPropagateToNonRetargetedChildren) == 0x0000B1, "Member 'FIKRetargetRootMotionOpSettings::bPropagateToNonRetargetedChildren' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRootMotionOpSettings, SourceRootBone) == 0x0000B4, "Member 'FIKRetargetRootMotionOpSettings::SourceRootBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRootMotionOpSettings, TargetRootBone) == 0x0000BC, "Member 'FIKRetargetRootMotionOpSettings::TargetRootBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRootMotionOpSettings, TargetPelvisBone) == 0x0000C4, "Member 'FIKRetargetRootMotionOpSettings::TargetPelvisBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetRootMotionOp \ +static_assert(alignof(FIKRetargetRootMotionOp) == 0x000010, "Wrong alignment on FIKRetargetRootMotionOp"); \ +static_assert(sizeof(FIKRetargetRootMotionOp) == 0x000290, "Wrong size on FIKRetargetRootMotionOp"); \ +static_assert(offsetof(FIKRetargetRootMotionOp, Settings) == 0x000020, "Member 'FIKRetargetRootMotionOp::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetRunIKRigOpSettings \ +static_assert(alignof(FIKRetargetRunIKRigOpSettings) == 0x000008, "Wrong alignment on FIKRetargetRunIKRigOpSettings"); \ +static_assert(sizeof(FIKRetargetRunIKRigOpSettings) == 0x000048, "Wrong size on FIKRetargetRunIKRigOpSettings"); \ +static_assert(offsetof(FIKRetargetRunIKRigOpSettings, IKRigAsset) == 0x000018, "Member 'FIKRetargetRunIKRigOpSettings::IKRigAsset' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRunIKRigOpSettings, ExcludedGoals) == 0x000020, "Member 'FIKRetargetRunIKRigOpSettings::ExcludedGoals' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRunIKRigOpSettings, bDrawGoals) == 0x000030, "Member 'FIKRetargetRunIKRigOpSettings::bDrawGoals' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRunIKRigOpSettings, bDrawGoalBoneLocations) == 0x000031, "Member 'FIKRetargetRunIKRigOpSettings::bDrawGoalBoneLocations' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRunIKRigOpSettings, GoalDrawSize) == 0x000038, "Member 'FIKRetargetRunIKRigOpSettings::GoalDrawSize' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRunIKRigOpSettings, GoalDrawThickness) == 0x000040, "Member 'FIKRetargetRunIKRigOpSettings::GoalDrawThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetRunIKRigOp \ +static_assert(alignof(FIKRetargetRunIKRigOp) == 0x000008, "Wrong alignment on FIKRetargetRunIKRigOp"); \ +static_assert(sizeof(FIKRetargetRunIKRigOp) == 0x000200, "Wrong size on FIKRetargetRunIKRigOp"); \ +static_assert(offsetof(FIKRetargetRunIKRigOp, Settings) == 0x000020, "Member 'FIKRetargetRunIKRigOp::Settings' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetRunIKRigOp, ChainMapping) == 0x000068, "Member 'FIKRetargetRunIKRigOp::ChainMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetScaleSourceOpSettings \ +static_assert(alignof(FIKRetargetScaleSourceOpSettings) == 0x000008, "Wrong alignment on FIKRetargetScaleSourceOpSettings"); \ +static_assert(sizeof(FIKRetargetScaleSourceOpSettings) == 0x000038, "Wrong size on FIKRetargetScaleSourceOpSettings"); \ +static_assert(offsetof(FIKRetargetScaleSourceOpSettings, SourceScaleFactor) == 0x000018, "Member 'FIKRetargetScaleSourceOpSettings::SourceScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetScaleSourceOpSettings, ScalePivot) == 0x000020, "Member 'FIKRetargetScaleSourceOpSettings::ScalePivot' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetScaleSourceOpSettings, ScalePivotBone) == 0x000024, "Member 'FIKRetargetScaleSourceOpSettings::ScalePivotBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRetargetScaleSourceOpSettings, bProjectScalePivotToFloor) == 0x000034, "Member 'FIKRetargetScaleSourceOpSettings::bProjectScalePivotToFloor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetScaleSourceOp \ +static_assert(alignof(FIKRetargetScaleSourceOp) == 0x000008, "Wrong alignment on FIKRetargetScaleSourceOp"); \ +static_assert(sizeof(FIKRetargetScaleSourceOp) == 0x000068, "Wrong size on FIKRetargetScaleSourceOp"); \ +static_assert(offsetof(FIKRetargetScaleSourceOp, Settings) == 0x000020, "Member 'FIKRetargetScaleSourceOp::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRetargetSpeedPlantingOp \ +static_assert(alignof(FIKRetargetSpeedPlantingOp) == 0x000008, "Wrong alignment on FIKRetargetSpeedPlantingOp"); \ +static_assert(sizeof(FIKRetargetSpeedPlantingOp) == 0x000078, "Wrong size on FIKRetargetSpeedPlantingOp"); \ +static_assert(offsetof(FIKRetargetSpeedPlantingOp, Settings) == 0x000020, "Member 'FIKRetargetSpeedPlantingOp::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGoalBone \ +static_assert(alignof(FGoalBone) == 0x000004, "Wrong alignment on FGoalBone"); \ +static_assert(sizeof(FGoalBone) == 0x000010, "Wrong size on FGoalBone"); \ + +#define DUMPER7_ASSERTS_FIKRigInputSkeleton \ +static_assert(alignof(FIKRigInputSkeleton) == 0x000008, "Wrong alignment on FIKRigInputSkeleton"); \ +static_assert(sizeof(FIKRigInputSkeleton) == 0x000038, "Wrong size on FIKRigInputSkeleton"); \ + +#define DUMPER7_ASSERTS_FIKRigSkeleton \ +static_assert(alignof(FIKRigSkeleton) == 0x000008, "Wrong alignment on FIKRigSkeleton"); \ +static_assert(sizeof(FIKRigSkeleton) == 0x000070, "Wrong size on FIKRigSkeleton"); \ +static_assert(offsetof(FIKRigSkeleton, BoneNames) == 0x000000, "Member 'FIKRigSkeleton::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSkeleton, ParentIndices) == 0x000010, "Member 'FIKRigSkeleton::ParentIndices' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSkeleton, ExcludedBones) == 0x000020, "Member 'FIKRigSkeleton::ExcludedBones' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSkeleton, CurrentPoseGlobal) == 0x000030, "Member 'FIKRigSkeleton::CurrentPoseGlobal' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSkeleton, CurrentPoseLocal) == 0x000040, "Member 'FIKRigSkeleton::CurrentPoseLocal' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSkeleton, RefPoseGlobal) == 0x000050, "Member 'FIKRigSkeleton::RefPoseGlobal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigGoalSettingsBase \ +static_assert(alignof(FIKRigGoalSettingsBase) == 0x000008, "Wrong alignment on FIKRigGoalSettingsBase"); \ +static_assert(sizeof(FIKRigGoalSettingsBase) == 0x000010, "Wrong size on FIKRigGoalSettingsBase"); \ +static_assert(offsetof(FIKRigGoalSettingsBase, Goal) == 0x000008, "Member 'FIKRigGoalSettingsBase::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigBodyMoverGoalSettings \ +static_assert(alignof(FIKRigBodyMoverGoalSettings) == 0x000008, "Wrong alignment on FIKRigBodyMoverGoalSettings"); \ +static_assert(sizeof(FIKRigBodyMoverGoalSettings) == 0x000020, "Wrong size on FIKRigBodyMoverGoalSettings"); \ +static_assert(offsetof(FIKRigBodyMoverGoalSettings, BoneName) == 0x000010, "Member 'FIKRigBodyMoverGoalSettings::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverGoalSettings, InfluenceMultiplier) == 0x000018, "Member 'FIKRigBodyMoverGoalSettings::InfluenceMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigBodyMoverSettings \ +static_assert(alignof(FIKRigBodyMoverSettings) == 0x000008, "Wrong alignment on FIKRigBodyMoverSettings"); \ +static_assert(sizeof(FIKRigBodyMoverSettings) == 0x000040, "Wrong size on FIKRigBodyMoverSettings"); \ +static_assert(offsetof(FIKRigBodyMoverSettings, StartBone) == 0x000008, "Member 'FIKRigBodyMoverSettings::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverSettings, PositionAlpha) == 0x000010, "Member 'FIKRigBodyMoverSettings::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverSettings, PositionPositiveX) == 0x000014, "Member 'FIKRigBodyMoverSettings::PositionPositiveX' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverSettings, PositionNegativeX) == 0x000018, "Member 'FIKRigBodyMoverSettings::PositionNegativeX' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverSettings, PositionPositiveY) == 0x00001C, "Member 'FIKRigBodyMoverSettings::PositionPositiveY' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverSettings, PositionNegativeY) == 0x000020, "Member 'FIKRigBodyMoverSettings::PositionNegativeY' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverSettings, PositionPositiveZ) == 0x000024, "Member 'FIKRigBodyMoverSettings::PositionPositiveZ' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverSettings, PositionNegativeZ) == 0x000028, "Member 'FIKRigBodyMoverSettings::PositionNegativeZ' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverSettings, RotationAlpha) == 0x00002C, "Member 'FIKRigBodyMoverSettings::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverSettings, RotateXAlpha) == 0x000030, "Member 'FIKRigBodyMoverSettings::RotateXAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverSettings, RotateYAlpha) == 0x000034, "Member 'FIKRigBodyMoverSettings::RotateYAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverSettings, RotateZAlpha) == 0x000038, "Member 'FIKRigBodyMoverSettings::RotateZAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigSolverBase \ +static_assert(alignof(FIKRigSolverBase) == 0x000008, "Wrong alignment on FIKRigSolverBase"); \ +static_assert(sizeof(FIKRigSolverBase) == 0x000010, "Wrong size on FIKRigSolverBase"); \ +static_assert(offsetof(FIKRigSolverBase, bIsEnabled) == 0x000008, "Member 'FIKRigSolverBase::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigBodyMoverSolver \ +static_assert(alignof(FIKRigBodyMoverSolver) == 0x000008, "Wrong alignment on FIKRigBodyMoverSolver"); \ +static_assert(sizeof(FIKRigBodyMoverSolver) == 0x000068, "Wrong size on FIKRigBodyMoverSolver"); \ +static_assert(offsetof(FIKRigBodyMoverSolver, Settings) == 0x000010, "Member 'FIKRigBodyMoverSolver::Settings' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBodyMoverSolver, AllGoalSettings) == 0x000050, "Member 'FIKRigBodyMoverSolver::AllGoalSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigFBIKGoalSettings \ +static_assert(alignof(FIKRigFBIKGoalSettings) == 0x000008, "Wrong alignment on FIKRigFBIKGoalSettings"); \ +static_assert(sizeof(FIKRigFBIKGoalSettings) == 0x000030, "Wrong size on FIKRigFBIKGoalSettings"); \ +static_assert(offsetof(FIKRigFBIKGoalSettings, BoneName) == 0x000010, "Member 'FIKRigFBIKGoalSettings::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKGoalSettings, ChainDepth) == 0x000018, "Member 'FIKRigFBIKGoalSettings::ChainDepth' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKGoalSettings, StrengthAlpha) == 0x00001C, "Member 'FIKRigFBIKGoalSettings::StrengthAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKGoalSettings, PullChainAlpha) == 0x000020, "Member 'FIKRigFBIKGoalSettings::PullChainAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKGoalSettings, PinRotation) == 0x000024, "Member 'FIKRigFBIKGoalSettings::PinRotation' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKGoalSettings, IndexInSolver) == 0x000028, "Member 'FIKRigFBIKGoalSettings::IndexInSolver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigBoneSettingsBase \ +static_assert(alignof(FIKRigBoneSettingsBase) == 0x000008, "Wrong alignment on FIKRigBoneSettingsBase"); \ +static_assert(sizeof(FIKRigBoneSettingsBase) == 0x000010, "Wrong size on FIKRigBoneSettingsBase"); \ +static_assert(offsetof(FIKRigBoneSettingsBase, bone) == 0x000008, "Member 'FIKRigBoneSettingsBase::bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigFBIKBoneSettings \ +static_assert(alignof(FIKRigFBIKBoneSettings) == 0x000008, "Wrong alignment on FIKRigFBIKBoneSettings"); \ +static_assert(sizeof(FIKRigFBIKBoneSettings) == 0x000058, "Wrong size on FIKRigFBIKBoneSettings"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, RotationStiffness) == 0x000010, "Member 'FIKRigFBIKBoneSettings::RotationStiffness' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, PositionStiffness) == 0x000014, "Member 'FIKRigFBIKBoneSettings::PositionStiffness' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, X) == 0x000018, "Member 'FIKRigFBIKBoneSettings::X' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, MinX) == 0x00001C, "Member 'FIKRigFBIKBoneSettings::MinX' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, MaxX) == 0x000020, "Member 'FIKRigFBIKBoneSettings::MaxX' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, Y) == 0x000024, "Member 'FIKRigFBIKBoneSettings::Y' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, MinY) == 0x000028, "Member 'FIKRigFBIKBoneSettings::MinY' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, MaxY) == 0x00002C, "Member 'FIKRigFBIKBoneSettings::MaxY' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, Z) == 0x000030, "Member 'FIKRigFBIKBoneSettings::Z' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, MinZ) == 0x000034, "Member 'FIKRigFBIKBoneSettings::MinZ' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, MaxZ) == 0x000038, "Member 'FIKRigFBIKBoneSettings::MaxZ' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, bUsePreferredAngles) == 0x00003C, "Member 'FIKRigFBIKBoneSettings::bUsePreferredAngles' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKBoneSettings, PreferredAngles) == 0x000040, "Member 'FIKRigFBIKBoneSettings::PreferredAngles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigFBIKSettings \ +static_assert(alignof(FIKRigFBIKSettings) == 0x000008, "Wrong alignment on FIKRigFBIKSettings"); \ +static_assert(sizeof(FIKRigFBIKSettings) == 0x000050, "Wrong size on FIKRigFBIKSettings"); \ +static_assert(offsetof(FIKRigFBIKSettings, RootBone) == 0x000008, "Member 'FIKRigFBIKSettings::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKSettings, Iterations) == 0x000010, "Member 'FIKRigFBIKSettings::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKSettings, SubIterations) == 0x000014, "Member 'FIKRigFBIKSettings::SubIterations' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKSettings, MassMultiplier) == 0x000018, "Member 'FIKRigFBIKSettings::MassMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKSettings, bAllowStretch) == 0x00001C, "Member 'FIKRigFBIKSettings::bAllowStretch' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKSettings, RootBehavior) == 0x00001D, "Member 'FIKRigFBIKSettings::RootBehavior' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKSettings, PrePullRootSettings) == 0x000020, "Member 'FIKRigFBIKSettings::PrePullRootSettings' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKSettings, GlobalPullChainAlpha) == 0x000040, "Member 'FIKRigFBIKSettings::GlobalPullChainAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKSettings, MaxAngle) == 0x000044, "Member 'FIKRigFBIKSettings::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFBIKSettings, OverRelaxation) == 0x000048, "Member 'FIKRigFBIKSettings::OverRelaxation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigFullBodyIKSolver \ +static_assert(alignof(FIKRigFullBodyIKSolver) == 0x000008, "Wrong alignment on FIKRigFullBodyIKSolver"); \ +static_assert(sizeof(FIKRigFullBodyIKSolver) == 0x0000D8, "Wrong size on FIKRigFullBodyIKSolver"); \ +static_assert(offsetof(FIKRigFullBodyIKSolver, Settings) == 0x000010, "Member 'FIKRigFullBodyIKSolver::Settings' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFullBodyIKSolver, AllGoalSettings) == 0x000060, "Member 'FIKRigFullBodyIKSolver::AllGoalSettings' has a wrong offset!"); \ +static_assert(offsetof(FIKRigFullBodyIKSolver, AllBoneSettings) == 0x000070, "Member 'FIKRigFullBodyIKSolver::AllBoneSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigLimbSolverSettings \ +static_assert(alignof(FIKRigLimbSolverSettings) == 0x000008, "Wrong alignment on FIKRigLimbSolverSettings"); \ +static_assert(sizeof(FIKRigLimbSolverSettings) == 0x000048, "Wrong size on FIKRigLimbSolverSettings"); \ +static_assert(offsetof(FIKRigLimbSolverSettings, StartBone) == 0x000030, "Member 'FIKRigLimbSolverSettings::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRigLimbSolverSettings, GoalName) == 0x000038, "Member 'FIKRigLimbSolverSettings::GoalName' has a wrong offset!"); \ +static_assert(offsetof(FIKRigLimbSolverSettings, EndBone) == 0x000040, "Member 'FIKRigLimbSolverSettings::EndBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigLimbSolver \ +static_assert(alignof(FIKRigLimbSolver) == 0x000008, "Wrong alignment on FIKRigLimbSolver"); \ +static_assert(sizeof(FIKRigLimbSolver) == 0x000080, "Wrong size on FIKRigLimbSolver"); \ +static_assert(offsetof(FIKRigLimbSolver, Settings) == 0x000010, "Member 'FIKRigLimbSolver::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigPoleSolverSettings \ +static_assert(alignof(FIKRigPoleSolverSettings) == 0x000008, "Wrong alignment on FIKRigPoleSolverSettings"); \ +static_assert(sizeof(FIKRigPoleSolverSettings) == 0x000028, "Wrong size on FIKRigPoleSolverSettings"); \ +static_assert(offsetof(FIKRigPoleSolverSettings, StartBone) == 0x000008, "Member 'FIKRigPoleSolverSettings::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRigPoleSolverSettings, EndBone) == 0x000010, "Member 'FIKRigPoleSolverSettings::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRigPoleSolverSettings, AimAtGoal) == 0x000018, "Member 'FIKRigPoleSolverSettings::AimAtGoal' has a wrong offset!"); \ +static_assert(offsetof(FIKRigPoleSolverSettings, Alpha) == 0x000020, "Member 'FIKRigPoleSolverSettings::Alpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigPoleSolver \ +static_assert(alignof(FIKRigPoleSolver) == 0x000008, "Wrong alignment on FIKRigPoleSolver"); \ +static_assert(sizeof(FIKRigPoleSolver) == 0x000058, "Wrong size on FIKRigPoleSolver"); \ +static_assert(offsetof(FIKRigPoleSolver, Settings) == 0x000010, "Member 'FIKRigPoleSolver::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigSetTransformSettings \ +static_assert(alignof(FIKRigSetTransformSettings) == 0x000008, "Wrong alignment on FIKRigSetTransformSettings"); \ +static_assert(sizeof(FIKRigSetTransformSettings) == 0x000028, "Wrong size on FIKRigSetTransformSettings"); \ +static_assert(offsetof(FIKRigSetTransformSettings, Goal) == 0x000008, "Member 'FIKRigSetTransformSettings::Goal' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSetTransformSettings, BoneToAffect) == 0x000010, "Member 'FIKRigSetTransformSettings::BoneToAffect' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSetTransformSettings, PositionAlpha) == 0x000018, "Member 'FIKRigSetTransformSettings::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSetTransformSettings, RotationAlpha) == 0x00001C, "Member 'FIKRigSetTransformSettings::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSetTransformSettings, Alpha) == 0x000020, "Member 'FIKRigSetTransformSettings::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FIKRigSetTransformSettings, bPropagateToChildren) == 0x000024, "Member 'FIKRigSetTransformSettings::bPropagateToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigSetTransform \ +static_assert(alignof(FIKRigSetTransform) == 0x000008, "Wrong alignment on FIKRigSetTransform"); \ +static_assert(sizeof(FIKRigSetTransform) == 0x000040, "Wrong size on FIKRigSetTransform"); \ +static_assert(offsetof(FIKRigSetTransform, Settings) == 0x000010, "Member 'FIKRigSetTransform::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigStretchLimbBoneSettings \ +static_assert(alignof(FIKRigStretchLimbBoneSettings) == 0x000008, "Wrong alignment on FIKRigStretchLimbBoneSettings"); \ +static_assert(sizeof(FIKRigStretchLimbBoneSettings) == 0x000030, "Wrong size on FIKRigStretchLimbBoneSettings"); \ +static_assert(offsetof(FIKRigStretchLimbBoneSettings, SquashDirection) == 0x000010, "Member 'FIKRigStretchLimbBoneSettings::SquashDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigStretchLimbSettings \ +static_assert(alignof(FIKRigStretchLimbSettings) == 0x000008, "Wrong alignment on FIKRigStretchLimbSettings"); \ +static_assert(sizeof(FIKRigStretchLimbSettings) == 0x000058, "Wrong size on FIKRigStretchLimbSettings"); \ +static_assert(offsetof(FIKRigStretchLimbSettings, StartBone) == 0x000008, "Member 'FIKRigStretchLimbSettings::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRigStretchLimbSettings, EndBone) == 0x000010, "Member 'FIKRigStretchLimbSettings::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FIKRigStretchLimbSettings, Goal) == 0x000018, "Member 'FIKRigStretchLimbSettings::Goal' has a wrong offset!"); \ +static_assert(offsetof(FIKRigStretchLimbSettings, bEnableStretching) == 0x000020, "Member 'FIKRigStretchLimbSettings::bEnableStretching' has a wrong offset!"); \ +static_assert(offsetof(FIKRigStretchLimbSettings, MaximumStretchDistance) == 0x000028, "Member 'FIKRigStretchLimbSettings::MaximumStretchDistance' has a wrong offset!"); \ +static_assert(offsetof(FIKRigStretchLimbSettings, StretchStartPercent) == 0x000030, "Member 'FIKRigStretchLimbSettings::StretchStartPercent' has a wrong offset!"); \ +static_assert(offsetof(FIKRigStretchLimbSettings, RotationMode) == 0x000038, "Member 'FIKRigStretchLimbSettings::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(FIKRigStretchLimbSettings, RotateEndBoneWithGoal) == 0x000040, "Member 'FIKRigStretchLimbSettings::RotateEndBoneWithGoal' has a wrong offset!"); \ +static_assert(offsetof(FIKRigStretchLimbSettings, Iterations) == 0x000048, "Member 'FIKRigStretchLimbSettings::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FIKRigStretchLimbSettings, SquashMode) == 0x00004C, "Member 'FIKRigStretchLimbSettings::SquashMode' has a wrong offset!"); \ +static_assert(offsetof(FIKRigStretchLimbSettings, SquashStrength) == 0x000050, "Member 'FIKRigStretchLimbSettings::SquashStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigStretchLimbSolver \ +static_assert(alignof(FIKRigStretchLimbSolver) == 0x000008, "Wrong alignment on FIKRigStretchLimbSolver"); \ +static_assert(sizeof(FIKRigStretchLimbSolver) == 0x0000E0, "Wrong size on FIKRigStretchLimbSolver"); \ +static_assert(offsetof(FIKRigStretchLimbSolver, Settings) == 0x000010, "Member 'FIKRigStretchLimbSolver::Settings' has a wrong offset!"); \ +static_assert(offsetof(FIKRigStretchLimbSolver, AllBoneSettings) == 0x000068, "Member 'FIKRigStretchLimbSolver::AllBoneSettings' 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_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_IKRigComponent_SetIKRigGoal \ +static_assert(alignof(IKRigComponent_SetIKRigGoal) == 0x000010, "Wrong alignment on IKRigComponent_SetIKRigGoal"); \ +static_assert(sizeof(IKRigComponent_SetIKRigGoal) == 0x0000B0, "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) == 0x0000E0, "Wrong size on UIKRigComponent"); \ + +#define DUMPER7_ASSERTS_URetargetChainSettings \ +static_assert(alignof(URetargetChainSettings) == 0x000008, "Wrong alignment on URetargetChainSettings"); \ +static_assert(sizeof(URetargetChainSettings) == 0x000188, "Wrong size on URetargetChainSettings"); \ +static_assert(offsetof(URetargetChainSettings, SourceChain) == 0x000028, "Member 'URetargetChainSettings::SourceChain' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, TargetChain) == 0x000030, "Member 'URetargetChainSettings::TargetChain' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, Settings) == 0x000038, "Member 'URetargetChainSettings::Settings' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, CopyPoseUsingFK) == 0x0000F0, "Member 'URetargetChainSettings::CopyPoseUsingFK' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, RotationMode) == 0x0000F1, "Member 'URetargetChainSettings::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, RotationAlpha) == 0x0000F4, "Member 'URetargetChainSettings::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, TranslationMode) == 0x0000F8, "Member 'URetargetChainSettings::TranslationMode' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, TranslationAlpha) == 0x0000FC, "Member 'URetargetChainSettings::TranslationAlpha' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, DriveIKGoal) == 0x000100, "Member 'URetargetChainSettings::DriveIKGoal' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, BlendToSource) == 0x000104, "Member 'URetargetChainSettings::BlendToSource' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, BlendToSourceWeights) == 0x000108, "Member 'URetargetChainSettings::BlendToSourceWeights' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, StaticOffset) == 0x000120, "Member 'URetargetChainSettings::StaticOffset' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, StaticLocalOffset) == 0x000138, "Member 'URetargetChainSettings::StaticLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, StaticRotationOffset) == 0x000150, "Member 'URetargetChainSettings::StaticRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, Extension) == 0x000168, "Member 'URetargetChainSettings::Extension' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, UseSpeedCurveToPlantIK) == 0x00016C, "Member 'URetargetChainSettings::UseSpeedCurveToPlantIK' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, SpeedCurveName) == 0x000170, "Member 'URetargetChainSettings::SpeedCurveName' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, VelocityThreshold) == 0x000178, "Member 'URetargetChainSettings::VelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, UnplantStiffness) == 0x00017C, "Member 'URetargetChainSettings::UnplantStiffness' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, UnplantCriticalDamping) == 0x000180, "Member 'URetargetChainSettings::UnplantCriticalDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URetargetRootSettings \ +static_assert(alignof(URetargetRootSettings) == 0x000008, "Wrong alignment on URetargetRootSettings"); \ +static_assert(sizeof(URetargetRootSettings) == 0x0000E8, "Wrong size on URetargetRootSettings"); \ +static_assert(offsetof(URetargetRootSettings, Settings) == 0x000028, "Member 'URetargetRootSettings::Settings' has a wrong offset!"); \ +static_assert(offsetof(URetargetRootSettings, RetargetRootTranslation) == 0x000090, "Member 'URetargetRootSettings::RetargetRootTranslation' has a wrong offset!"); \ +static_assert(offsetof(URetargetRootSettings, GlobalScaleHorizontal) == 0x000094, "Member 'URetargetRootSettings::GlobalScaleHorizontal' has a wrong offset!"); \ +static_assert(offsetof(URetargetRootSettings, GlobalScaleVertical) == 0x000098, "Member 'URetargetRootSettings::GlobalScaleVertical' has a wrong offset!"); \ +static_assert(offsetof(URetargetRootSettings, BlendToSource) == 0x0000A0, "Member 'URetargetRootSettings::BlendToSource' has a wrong offset!"); \ +static_assert(offsetof(URetargetRootSettings, StaticOffset) == 0x0000B8, "Member 'URetargetRootSettings::StaticOffset' has a wrong offset!"); \ +static_assert(offsetof(URetargetRootSettings, StaticRotationOffset) == 0x0000D0, "Member 'URetargetRootSettings::StaticRotationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetGlobalSettings \ +static_assert(alignof(UIKRetargetGlobalSettings) == 0x000008, "Wrong alignment on UIKRetargetGlobalSettings"); \ +static_assert(sizeof(UIKRetargetGlobalSettings) == 0x000060, "Wrong size on UIKRetargetGlobalSettings"); \ +static_assert(offsetof(UIKRetargetGlobalSettings, Settings) == 0x000028, "Member 'UIKRetargetGlobalSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetChainSettingsFromRetargetAsset \ +static_assert(alignof(IKRetargeter_GetChainSettingsFromRetargetAsset) == 0x000008, "Wrong alignment on IKRetargeter_GetChainSettingsFromRetargetAsset"); \ +static_assert(sizeof(IKRetargeter_GetChainSettingsFromRetargetAsset) == 0x0000D0, "Wrong size on IKRetargeter_GetChainSettingsFromRetargetAsset"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetAsset, RetargetAsset) == 0x000000, "Member 'IKRetargeter_GetChainSettingsFromRetargetAsset::RetargetAsset' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetAsset, TargetChainName) == 0x000008, "Member 'IKRetargeter_GetChainSettingsFromRetargetAsset::TargetChainName' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetAsset, OptionalProfileName) == 0x000010, "Member 'IKRetargeter_GetChainSettingsFromRetargetAsset::OptionalProfileName' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetAsset, ReturnValue) == 0x000018, "Member 'IKRetargeter_GetChainSettingsFromRetargetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetChainSettingsFromRetargetProfile \ +static_assert(alignof(IKRetargeter_GetChainSettingsFromRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_GetChainSettingsFromRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_GetChainSettingsFromRetargetProfile) == 0x0001E8, "Wrong size on IKRetargeter_GetChainSettingsFromRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_GetChainSettingsFromRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetProfile, TargetChainName) == 0x000128, "Member 'IKRetargeter_GetChainSettingsFromRetargetProfile::TargetChainName' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainSettingsFromRetargetProfile, ReturnValue) == 0x000130, "Member 'IKRetargeter_GetChainSettingsFromRetargetProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetChainUsingGoalFromRetargetAsset \ +static_assert(alignof(IKRetargeter_GetChainUsingGoalFromRetargetAsset) == 0x000008, "Wrong alignment on IKRetargeter_GetChainUsingGoalFromRetargetAsset"); \ +static_assert(sizeof(IKRetargeter_GetChainUsingGoalFromRetargetAsset) == 0x0000C8, "Wrong size on IKRetargeter_GetChainUsingGoalFromRetargetAsset"); \ +static_assert(offsetof(IKRetargeter_GetChainUsingGoalFromRetargetAsset, RetargetAsset) == 0x000000, "Member 'IKRetargeter_GetChainUsingGoalFromRetargetAsset::RetargetAsset' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainUsingGoalFromRetargetAsset, IKGoalName) == 0x000008, "Member 'IKRetargeter_GetChainUsingGoalFromRetargetAsset::IKGoalName' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetChainUsingGoalFromRetargetAsset, ReturnValue) == 0x000010, "Member 'IKRetargeter_GetChainUsingGoalFromRetargetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetGlobalSettingsFromRetargetAsset \ +static_assert(alignof(IKRetargeter_GetGlobalSettingsFromRetargetAsset) == 0x000008, "Wrong alignment on IKRetargeter_GetGlobalSettingsFromRetargetAsset"); \ +static_assert(sizeof(IKRetargeter_GetGlobalSettingsFromRetargetAsset) == 0x000048, "Wrong size on IKRetargeter_GetGlobalSettingsFromRetargetAsset"); \ +static_assert(offsetof(IKRetargeter_GetGlobalSettingsFromRetargetAsset, RetargetAsset) == 0x000000, "Member 'IKRetargeter_GetGlobalSettingsFromRetargetAsset::RetargetAsset' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetGlobalSettingsFromRetargetAsset, OptionalProfileName) == 0x000008, "Member 'IKRetargeter_GetGlobalSettingsFromRetargetAsset::OptionalProfileName' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetGlobalSettingsFromRetargetAsset, OutSettings) == 0x000010, "Member 'IKRetargeter_GetGlobalSettingsFromRetargetAsset::OutSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetGlobalSettingsFromRetargetProfile \ +static_assert(alignof(IKRetargeter_GetGlobalSettingsFromRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_GetGlobalSettingsFromRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_GetGlobalSettingsFromRetargetProfile) == 0x000160, "Wrong size on IKRetargeter_GetGlobalSettingsFromRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_GetGlobalSettingsFromRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_GetGlobalSettingsFromRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetGlobalSettingsFromRetargetProfile, ReturnValue) == 0x000128, "Member 'IKRetargeter_GetGlobalSettingsFromRetargetProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetRootSettingsFromRetargetAsset \ +static_assert(alignof(IKRetargeter_GetRootSettingsFromRetargetAsset) == 0x000008, "Wrong alignment on IKRetargeter_GetRootSettingsFromRetargetAsset"); \ +static_assert(sizeof(IKRetargeter_GetRootSettingsFromRetargetAsset) == 0x000078, "Wrong size on IKRetargeter_GetRootSettingsFromRetargetAsset"); \ +static_assert(offsetof(IKRetargeter_GetRootSettingsFromRetargetAsset, RetargetAsset) == 0x000000, "Member 'IKRetargeter_GetRootSettingsFromRetargetAsset::RetargetAsset' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetRootSettingsFromRetargetAsset, OptionalProfileName) == 0x000008, "Member 'IKRetargeter_GetRootSettingsFromRetargetAsset::OptionalProfileName' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetRootSettingsFromRetargetAsset, OutSettings) == 0x000010, "Member 'IKRetargeter_GetRootSettingsFromRetargetAsset::OutSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_GetRootSettingsFromRetargetProfile \ +static_assert(alignof(IKRetargeter_GetRootSettingsFromRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_GetRootSettingsFromRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_GetRootSettingsFromRetargetProfile) == 0x000190, "Wrong size on IKRetargeter_GetRootSettingsFromRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_GetRootSettingsFromRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_GetRootSettingsFromRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_GetRootSettingsFromRetargetProfile, ReturnValue) == 0x000128, "Member 'IKRetargeter_GetRootSettingsFromRetargetProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_SetChainFKSettingsInRetargetProfile \ +static_assert(alignof(IKRetargeter_SetChainFKSettingsInRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_SetChainFKSettingsInRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_SetChainFKSettingsInRetargetProfile) == 0x000150, "Wrong size on IKRetargeter_SetChainFKSettingsInRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_SetChainFKSettingsInRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_SetChainFKSettingsInRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainFKSettingsInRetargetProfile, FKSettings) == 0x000128, "Member 'IKRetargeter_SetChainFKSettingsInRetargetProfile::FKSettings' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainFKSettingsInRetargetProfile, TargetChainName) == 0x000144, "Member 'IKRetargeter_SetChainFKSettingsInRetargetProfile::TargetChainName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_SetChainIKSettingsInRetargetProfile \ +static_assert(alignof(IKRetargeter_SetChainIKSettingsInRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_SetChainIKSettingsInRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_SetChainIKSettingsInRetargetProfile) == 0x0001B0, "Wrong size on IKRetargeter_SetChainIKSettingsInRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_SetChainIKSettingsInRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_SetChainIKSettingsInRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainIKSettingsInRetargetProfile, IKSettings) == 0x000128, "Member 'IKRetargeter_SetChainIKSettingsInRetargetProfile::IKSettings' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainIKSettingsInRetargetProfile, TargetChainName) == 0x0001A8, "Member 'IKRetargeter_SetChainIKSettingsInRetargetProfile::TargetChainName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_SetChainSettingsInRetargetProfile \ +static_assert(alignof(IKRetargeter_SetChainSettingsInRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_SetChainSettingsInRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_SetChainSettingsInRetargetProfile) == 0x0001E8, "Wrong size on IKRetargeter_SetChainSettingsInRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_SetChainSettingsInRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_SetChainSettingsInRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainSettingsInRetargetProfile, ChainSettings_0) == 0x000128, "Member 'IKRetargeter_SetChainSettingsInRetargetProfile::ChainSettings_0' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainSettingsInRetargetProfile, TargetChainName) == 0x0001E0, "Member 'IKRetargeter_SetChainSettingsInRetargetProfile::TargetChainName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile \ +static_assert(alignof(IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile) == 0x000148, "Wrong size on IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile, SpeedPlantSettings) == 0x000128, "Member 'IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile::SpeedPlantSettings' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile, TargetChainName) == 0x000140, "Member 'IKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile::TargetChainName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_SetGlobalSettingsInRetargetProfile \ +static_assert(alignof(IKRetargeter_SetGlobalSettingsInRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_SetGlobalSettingsInRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_SetGlobalSettingsInRetargetProfile) == 0x000160, "Wrong size on IKRetargeter_SetGlobalSettingsInRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_SetGlobalSettingsInRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_SetGlobalSettingsInRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetGlobalSettingsInRetargetProfile, GlobalSettings_0) == 0x000128, "Member 'IKRetargeter_SetGlobalSettingsInRetargetProfile::GlobalSettings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_SetRootSettingsInRetargetProfile \ +static_assert(alignof(IKRetargeter_SetRootSettingsInRetargetProfile) == 0x000008, "Wrong alignment on IKRetargeter_SetRootSettingsInRetargetProfile"); \ +static_assert(sizeof(IKRetargeter_SetRootSettingsInRetargetProfile) == 0x000190, "Wrong size on IKRetargeter_SetRootSettingsInRetargetProfile"); \ +static_assert(offsetof(IKRetargeter_SetRootSettingsInRetargetProfile, RetargetProfile) == 0x000000, "Member 'IKRetargeter_SetRootSettingsInRetargetProfile::RetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(IKRetargeter_SetRootSettingsInRetargetProfile, RootSettings_0) == 0x000128, "Member 'IKRetargeter_SetRootSettingsInRetargetProfile::RootSettings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_HasSourceIKRig \ +static_assert(alignof(IKRetargeter_HasSourceIKRig) == 0x000001, "Wrong alignment on IKRetargeter_HasSourceIKRig"); \ +static_assert(sizeof(IKRetargeter_HasSourceIKRig) == 0x000001, "Wrong size on IKRetargeter_HasSourceIKRig"); \ +static_assert(offsetof(IKRetargeter_HasSourceIKRig, ReturnValue) == 0x000000, "Member 'IKRetargeter_HasSourceIKRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargeter_HasTargetIKRig \ +static_assert(alignof(IKRetargeter_HasTargetIKRig) == 0x000001, "Wrong alignment on IKRetargeter_HasTargetIKRig"); \ +static_assert(sizeof(IKRetargeter_HasTargetIKRig) == 0x000001, "Wrong size on IKRetargeter_HasTargetIKRig"); \ +static_assert(offsetof(IKRetargeter_HasTargetIKRig, ReturnValue) == 0x000000, "Member 'IKRetargeter_HasTargetIKRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargeter \ +static_assert(alignof(UIKRetargeter) == 0x000008, "Wrong alignment on UIKRetargeter"); \ +static_assert(sizeof(UIKRetargeter) == 0x000208, "Wrong size on UIKRetargeter"); \ +static_assert(offsetof(UIKRetargeter, Version) == 0x000028, "Member 'UIKRetargeter::Version' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, SourceIKRigAsset) == 0x000030, "Member 'UIKRetargeter::SourceIKRigAsset' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, TargetIKRigAsset) == 0x000038, "Member 'UIKRetargeter::TargetIKRigAsset' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, RetargetOps) == 0x000040, "Member 'UIKRetargeter::RetargetOps' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, Profiles) == 0x000050, "Member 'UIKRetargeter::Profiles' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, CurrentProfile) == 0x0000A0, "Member 'UIKRetargeter::CurrentProfile' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, SourceRetargetPoses) == 0x0000A8, "Member 'UIKRetargeter::SourceRetargetPoses' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, TargetRetargetPoses) == 0x0000F8, "Member 'UIKRetargeter::TargetRetargetPoses' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, CurrentSourceRetargetPose) == 0x000148, "Member 'UIKRetargeter::CurrentSourceRetargetPose' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, CurrentTargetRetargetPose) == 0x000150, "Member 'UIKRetargeter::CurrentTargetRetargetPose' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, bRetargetRoot) == 0x000158, "Member 'UIKRetargeter::bRetargetRoot' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, bRetargetFK) == 0x000159, "Member 'UIKRetargeter::bRetargetFK' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, bRetargetIK) == 0x00015A, "Member 'UIKRetargeter::bRetargetIK' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, TargetActorOffset) == 0x00015C, "Member 'UIKRetargeter::TargetActorOffset' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, TargetActorScale) == 0x000160, "Member 'UIKRetargeter::TargetActorScale' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, RetargetPoses) == 0x000168, "Member 'UIKRetargeter::RetargetPoses' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, CurrentRetargetPose) == 0x0001B8, "Member 'UIKRetargeter::CurrentRetargetPose' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, ChainMap) == 0x0001C0, "Member 'UIKRetargeter::ChainMap' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, ChainSettings) == 0x0001E0, "Member 'UIKRetargeter::ChainSettings' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, RootSettings) == 0x0001F0, "Member 'UIKRetargeter::RootSettings' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, GlobalSettings) == 0x0001F8, "Member 'UIKRetargeter::GlobalSettings' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, OpStack) == 0x000200, "Member 'UIKRetargeter::OpStack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetOpControllerBase \ +static_assert(alignof(UIKRetargetOpControllerBase) == 0x000008, "Wrong alignment on UIKRetargetOpControllerBase"); \ +static_assert(sizeof(UIKRetargetOpControllerBase) == 0x000030, "Wrong size on UIKRetargetOpControllerBase"); \ + +#define DUMPER7_ASSERTS_URetargetOpBase \ +static_assert(alignof(URetargetOpBase) == 0x000008, "Wrong alignment on URetargetOpBase"); \ +static_assert(sizeof(URetargetOpBase) == 0x000030, "Wrong size on URetargetOpBase"); \ +static_assert(offsetof(URetargetOpBase, bIsEnabled) == 0x000028, "Member 'URetargetOpBase::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URetargetOpStack \ +static_assert(alignof(URetargetOpStack) == 0x000008, "Wrong alignment on URetargetOpStack"); \ +static_assert(sizeof(URetargetOpStack) == 0x000038, "Wrong size on URetargetOpStack"); \ +static_assert(offsetof(URetargetOpStack, RetargetOps) == 0x000028, "Member 'URetargetOpStack::RetargetOps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetProcessor \ +static_assert(alignof(UIKRetargetProcessor) == 0x000008, "Wrong alignment on UIKRetargetProcessor"); \ +static_assert(sizeof(UIKRetargetProcessor) == 0x000280, "Wrong size on UIKRetargetProcessor"); \ + +#define DUMPER7_ASSERTS_RetargetProfileLibrary_CopyRetargetProfileFromRetargetAsset \ +static_assert(alignof(RetargetProfileLibrary_CopyRetargetProfileFromRetargetAsset) == 0x000008, "Wrong alignment on RetargetProfileLibrary_CopyRetargetProfileFromRetargetAsset"); \ +static_assert(sizeof(RetargetProfileLibrary_CopyRetargetProfileFromRetargetAsset) == 0x000130, "Wrong size on RetargetProfileLibrary_CopyRetargetProfileFromRetargetAsset"); \ +static_assert(offsetof(RetargetProfileLibrary_CopyRetargetProfileFromRetargetAsset, InRetargetAsset) == 0x000000, "Member 'RetargetProfileLibrary_CopyRetargetProfileFromRetargetAsset::InRetargetAsset' has a wrong offset!"); \ +static_assert(offsetof(RetargetProfileLibrary_CopyRetargetProfileFromRetargetAsset, ReturnValue) == 0x000008, "Member 'RetargetProfileLibrary_CopyRetargetProfileFromRetargetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RetargetProfileLibrary_GetOpControllerFromRetargetProfile \ +static_assert(alignof(RetargetProfileLibrary_GetOpControllerFromRetargetProfile) == 0x000008, "Wrong alignment on RetargetProfileLibrary_GetOpControllerFromRetargetProfile"); \ +static_assert(sizeof(RetargetProfileLibrary_GetOpControllerFromRetargetProfile) == 0x000138, "Wrong size on RetargetProfileLibrary_GetOpControllerFromRetargetProfile"); \ +static_assert(offsetof(RetargetProfileLibrary_GetOpControllerFromRetargetProfile, InRetargetProfile) == 0x000000, "Member 'RetargetProfileLibrary_GetOpControllerFromRetargetProfile::InRetargetProfile' has a wrong offset!"); \ +static_assert(offsetof(RetargetProfileLibrary_GetOpControllerFromRetargetProfile, InRetargetOpName) == 0x000128, "Member 'RetargetProfileLibrary_GetOpControllerFromRetargetProfile::InRetargetOpName' has a wrong offset!"); \ +static_assert(offsetof(RetargetProfileLibrary_GetOpControllerFromRetargetProfile, ReturnValue) == 0x000130, "Member 'RetargetProfileLibrary_GetOpControllerFromRetargetProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URetargetProfileLibrary \ +static_assert(alignof(URetargetProfileLibrary) == 0x000008, "Wrong alignment on URetargetProfileLibrary"); \ +static_assert(sizeof(URetargetProfileLibrary) == 0x000028, "Wrong size on URetargetProfileLibrary"); \ + +#define DUMPER7_ASSERTS_IKRetargetAlignPoleVectorController_GetSettings \ +static_assert(alignof(IKRetargetAlignPoleVectorController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetAlignPoleVectorController_GetSettings"); \ +static_assert(sizeof(IKRetargetAlignPoleVectorController_GetSettings) == 0x000030, "Wrong size on IKRetargetAlignPoleVectorController_GetSettings"); \ +static_assert(offsetof(IKRetargetAlignPoleVectorController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetAlignPoleVectorController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetAlignPoleVectorController_SetSettings \ +static_assert(alignof(IKRetargetAlignPoleVectorController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetAlignPoleVectorController_SetSettings"); \ +static_assert(sizeof(IKRetargetAlignPoleVectorController_SetSettings) == 0x000030, "Wrong size on IKRetargetAlignPoleVectorController_SetSettings"); \ +static_assert(offsetof(IKRetargetAlignPoleVectorController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetAlignPoleVectorController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetAlignPoleVectorController \ +static_assert(alignof(UIKRetargetAlignPoleVectorController) == 0x000008, "Wrong alignment on UIKRetargetAlignPoleVectorController"); \ +static_assert(sizeof(UIKRetargetAlignPoleVectorController) == 0x000030, "Wrong size on UIKRetargetAlignPoleVectorController"); \ + +#define DUMPER7_ASSERTS_IKRetargetCopyBasePoseController_GetSettings \ +static_assert(alignof(IKRetargetCopyBasePoseController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetCopyBasePoseController_GetSettings"); \ +static_assert(sizeof(IKRetargetCopyBasePoseController_GetSettings) == 0x000048, "Wrong size on IKRetargetCopyBasePoseController_GetSettings"); \ +static_assert(offsetof(IKRetargetCopyBasePoseController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetCopyBasePoseController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetCopyBasePoseController_SetSettings \ +static_assert(alignof(IKRetargetCopyBasePoseController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetCopyBasePoseController_SetSettings"); \ +static_assert(sizeof(IKRetargetCopyBasePoseController_SetSettings) == 0x000048, "Wrong size on IKRetargetCopyBasePoseController_SetSettings"); \ +static_assert(offsetof(IKRetargetCopyBasePoseController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetCopyBasePoseController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetCopyBasePoseController_AddBoneToExclude \ +static_assert(alignof(IKRetargetCopyBasePoseController_AddBoneToExclude) == 0x000004, "Wrong alignment on IKRetargetCopyBasePoseController_AddBoneToExclude"); \ +static_assert(sizeof(IKRetargetCopyBasePoseController_AddBoneToExclude) == 0x000008, "Wrong size on IKRetargetCopyBasePoseController_AddBoneToExclude"); \ +static_assert(offsetof(IKRetargetCopyBasePoseController_AddBoneToExclude, InBoneName) == 0x000000, "Member 'IKRetargetCopyBasePoseController_AddBoneToExclude::InBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetCopyBasePoseController_GetBonesToExclude \ +static_assert(alignof(IKRetargetCopyBasePoseController_GetBonesToExclude) == 0x000008, "Wrong alignment on IKRetargetCopyBasePoseController_GetBonesToExclude"); \ +static_assert(sizeof(IKRetargetCopyBasePoseController_GetBonesToExclude) == 0x000010, "Wrong size on IKRetargetCopyBasePoseController_GetBonesToExclude"); \ +static_assert(offsetof(IKRetargetCopyBasePoseController_GetBonesToExclude, ReturnValue) == 0x000000, "Member 'IKRetargetCopyBasePoseController_GetBonesToExclude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetCopyBasePoseController_GetCopyFromStart \ +static_assert(alignof(IKRetargetCopyBasePoseController_GetCopyFromStart) == 0x000004, "Wrong alignment on IKRetargetCopyBasePoseController_GetCopyFromStart"); \ +static_assert(sizeof(IKRetargetCopyBasePoseController_GetCopyFromStart) == 0x000008, "Wrong size on IKRetargetCopyBasePoseController_GetCopyFromStart"); \ +static_assert(offsetof(IKRetargetCopyBasePoseController_GetCopyFromStart, ReturnValue) == 0x000000, "Member 'IKRetargetCopyBasePoseController_GetCopyFromStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetCopyBasePoseController_SetCopyFromStart \ +static_assert(alignof(IKRetargetCopyBasePoseController_SetCopyFromStart) == 0x000004, "Wrong alignment on IKRetargetCopyBasePoseController_SetCopyFromStart"); \ +static_assert(sizeof(IKRetargetCopyBasePoseController_SetCopyFromStart) == 0x000008, "Wrong size on IKRetargetCopyBasePoseController_SetCopyFromStart"); \ +static_assert(offsetof(IKRetargetCopyBasePoseController_SetCopyFromStart, InBoneName) == 0x000000, "Member 'IKRetargetCopyBasePoseController_SetCopyFromStart::InBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetCopyBasePoseController \ +static_assert(alignof(UIKRetargetCopyBasePoseController) == 0x000008, "Wrong alignment on UIKRetargetCopyBasePoseController"); \ +static_assert(sizeof(UIKRetargetCopyBasePoseController) == 0x000030, "Wrong size on UIKRetargetCopyBasePoseController"); \ + +#define DUMPER7_ASSERTS_IKRetargetCurveRemapController_GetSettings \ +static_assert(alignof(IKRetargetCurveRemapController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetCurveRemapController_GetSettings"); \ +static_assert(sizeof(IKRetargetCurveRemapController_GetSettings) == 0x000030, "Wrong size on IKRetargetCurveRemapController_GetSettings"); \ +static_assert(offsetof(IKRetargetCurveRemapController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetCurveRemapController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetCurveRemapController_SetSettings \ +static_assert(alignof(IKRetargetCurveRemapController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetCurveRemapController_SetSettings"); \ +static_assert(sizeof(IKRetargetCurveRemapController_SetSettings) == 0x000030, "Wrong size on IKRetargetCurveRemapController_SetSettings"); \ +static_assert(offsetof(IKRetargetCurveRemapController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetCurveRemapController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetCurveRemapController \ +static_assert(alignof(UIKRetargetCurveRemapController) == 0x000008, "Wrong alignment on UIKRetargetCurveRemapController"); \ +static_assert(sizeof(UIKRetargetCurveRemapController) == 0x000030, "Wrong size on UIKRetargetCurveRemapController"); \ + +#define DUMPER7_ASSERTS_UCurveRemapOp \ +static_assert(alignof(UCurveRemapOp) == 0x000008, "Wrong alignment on UCurveRemapOp"); \ +static_assert(sizeof(UCurveRemapOp) == 0x000048, "Wrong size on UCurveRemapOp"); \ +static_assert(offsetof(UCurveRemapOp, CurvesToRemap) == 0x000030, "Member 'UCurveRemapOp::CurvesToRemap' has a wrong offset!"); \ +static_assert(offsetof(UCurveRemapOp, bCopyAllSourceCurves) == 0x000040, "Member 'UCurveRemapOp::bCopyAllSourceCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetFilterBoneController_AddBoneToFilter \ +static_assert(alignof(IKRetargetFilterBoneController_AddBoneToFilter) == 0x000004, "Wrong alignment on IKRetargetFilterBoneController_AddBoneToFilter"); \ +static_assert(sizeof(IKRetargetFilterBoneController_AddBoneToFilter) == 0x000008, "Wrong size on IKRetargetFilterBoneController_AddBoneToFilter"); \ +static_assert(offsetof(IKRetargetFilterBoneController_AddBoneToFilter, InTargetBone) == 0x000000, "Member 'IKRetargetFilterBoneController_AddBoneToFilter::InTargetBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetFilterBoneController_GetAllBonesToFilter \ +static_assert(alignof(IKRetargetFilterBoneController_GetAllBonesToFilter) == 0x000008, "Wrong alignment on IKRetargetFilterBoneController_GetAllBonesToFilter"); \ +static_assert(sizeof(IKRetargetFilterBoneController_GetAllBonesToFilter) == 0x000010, "Wrong size on IKRetargetFilterBoneController_GetAllBonesToFilter"); \ +static_assert(offsetof(IKRetargetFilterBoneController_GetAllBonesToFilter, ReturnValue) == 0x000000, "Member 'IKRetargetFilterBoneController_GetAllBonesToFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetFilterBoneController_GetSettings \ +static_assert(alignof(IKRetargetFilterBoneController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetFilterBoneController_GetSettings"); \ +static_assert(sizeof(IKRetargetFilterBoneController_GetSettings) == 0x000048, "Wrong size on IKRetargetFilterBoneController_GetSettings"); \ +static_assert(offsetof(IKRetargetFilterBoneController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetFilterBoneController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetFilterBoneController_SetSettings \ +static_assert(alignof(IKRetargetFilterBoneController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetFilterBoneController_SetSettings"); \ +static_assert(sizeof(IKRetargetFilterBoneController_SetSettings) == 0x000048, "Wrong size on IKRetargetFilterBoneController_SetSettings"); \ +static_assert(offsetof(IKRetargetFilterBoneController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetFilterBoneController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetFilterBoneController \ +static_assert(alignof(UIKRetargetFilterBoneController) == 0x000008, "Wrong alignment on UIKRetargetFilterBoneController"); \ +static_assert(sizeof(UIKRetargetFilterBoneController) == 0x000030, "Wrong size on UIKRetargetFilterBoneController"); \ + +#define DUMPER7_ASSERTS_IKRetargetFKChainsController_GetSettings \ +static_assert(alignof(IKRetargetFKChainsController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetFKChainsController_GetSettings"); \ +static_assert(sizeof(IKRetargetFKChainsController_GetSettings) == 0x000068, "Wrong size on IKRetargetFKChainsController_GetSettings"); \ +static_assert(offsetof(IKRetargetFKChainsController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetFKChainsController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetFKChainsController_SetSettings \ +static_assert(alignof(IKRetargetFKChainsController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetFKChainsController_SetSettings"); \ +static_assert(sizeof(IKRetargetFKChainsController_SetSettings) == 0x000068, "Wrong size on IKRetargetFKChainsController_SetSettings"); \ +static_assert(offsetof(IKRetargetFKChainsController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetFKChainsController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetFKChainsController \ +static_assert(alignof(UIKRetargetFKChainsController) == 0x000008, "Wrong alignment on UIKRetargetFKChainsController"); \ +static_assert(sizeof(UIKRetargetFKChainsController) == 0x000030, "Wrong size on UIKRetargetFKChainsController"); \ + +#define DUMPER7_ASSERTS_IKRetargetFloorGoalsController_GetSettings \ +static_assert(alignof(IKRetargetFloorGoalsController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetFloorGoalsController_GetSettings"); \ +static_assert(sizeof(IKRetargetFloorGoalsController_GetSettings) == 0x000040, "Wrong size on IKRetargetFloorGoalsController_GetSettings"); \ +static_assert(offsetof(IKRetargetFloorGoalsController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetFloorGoalsController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetFloorGoalsController_SetSettings \ +static_assert(alignof(IKRetargetFloorGoalsController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetFloorGoalsController_SetSettings"); \ +static_assert(sizeof(IKRetargetFloorGoalsController_SetSettings) == 0x000040, "Wrong size on IKRetargetFloorGoalsController_SetSettings"); \ +static_assert(offsetof(IKRetargetFloorGoalsController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetFloorGoalsController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetFloorGoalsController \ +static_assert(alignof(UIKRetargetFloorGoalsController) == 0x000008, "Wrong alignment on UIKRetargetFloorGoalsController"); \ +static_assert(sizeof(UIKRetargetFloorGoalsController) == 0x000030, "Wrong size on UIKRetargetFloorGoalsController"); \ + +#define DUMPER7_ASSERTS_IKRetargetIKChainsController_GetSettings \ +static_assert(alignof(IKRetargetIKChainsController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetIKChainsController_GetSettings"); \ +static_assert(sizeof(IKRetargetIKChainsController_GetSettings) == 0x000040, "Wrong size on IKRetargetIKChainsController_GetSettings"); \ +static_assert(offsetof(IKRetargetIKChainsController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetIKChainsController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetIKChainsController_SetSettings \ +static_assert(alignof(IKRetargetIKChainsController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetIKChainsController_SetSettings"); \ +static_assert(sizeof(IKRetargetIKChainsController_SetSettings) == 0x000040, "Wrong size on IKRetargetIKChainsController_SetSettings"); \ +static_assert(offsetof(IKRetargetIKChainsController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetIKChainsController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetIKChainsController \ +static_assert(alignof(UIKRetargetIKChainsController) == 0x000008, "Wrong alignment on UIKRetargetIKChainsController"); \ +static_assert(sizeof(UIKRetargetIKChainsController) == 0x000030, "Wrong size on UIKRetargetIKChainsController"); \ + +#define DUMPER7_ASSERTS_IKRetargetPelvisMotionController_GetSettings \ +static_assert(alignof(IKRetargetPelvisMotionController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetPelvisMotionController_GetSettings"); \ +static_assert(sizeof(IKRetargetPelvisMotionController_GetSettings) == 0x000148, "Wrong size on IKRetargetPelvisMotionController_GetSettings"); \ +static_assert(offsetof(IKRetargetPelvisMotionController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetPelvisMotionController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetPelvisMotionController_GetSourcePelvisBone \ +static_assert(alignof(IKRetargetPelvisMotionController_GetSourcePelvisBone) == 0x000004, "Wrong alignment on IKRetargetPelvisMotionController_GetSourcePelvisBone"); \ +static_assert(sizeof(IKRetargetPelvisMotionController_GetSourcePelvisBone) == 0x000008, "Wrong size on IKRetargetPelvisMotionController_GetSourcePelvisBone"); \ +static_assert(offsetof(IKRetargetPelvisMotionController_GetSourcePelvisBone, ReturnValue) == 0x000000, "Member 'IKRetargetPelvisMotionController_GetSourcePelvisBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetPelvisMotionController_GetTargetPelvisBone \ +static_assert(alignof(IKRetargetPelvisMotionController_GetTargetPelvisBone) == 0x000004, "Wrong alignment on IKRetargetPelvisMotionController_GetTargetPelvisBone"); \ +static_assert(sizeof(IKRetargetPelvisMotionController_GetTargetPelvisBone) == 0x000008, "Wrong size on IKRetargetPelvisMotionController_GetTargetPelvisBone"); \ +static_assert(offsetof(IKRetargetPelvisMotionController_GetTargetPelvisBone, ReturnValue) == 0x000000, "Member 'IKRetargetPelvisMotionController_GetTargetPelvisBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetPelvisMotionController_SetSettings \ +static_assert(alignof(IKRetargetPelvisMotionController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetPelvisMotionController_SetSettings"); \ +static_assert(sizeof(IKRetargetPelvisMotionController_SetSettings) == 0x000148, "Wrong size on IKRetargetPelvisMotionController_SetSettings"); \ +static_assert(offsetof(IKRetargetPelvisMotionController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetPelvisMotionController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetPelvisMotionController_SetSourcePelvisBone \ +static_assert(alignof(IKRetargetPelvisMotionController_SetSourcePelvisBone) == 0x000004, "Wrong alignment on IKRetargetPelvisMotionController_SetSourcePelvisBone"); \ +static_assert(sizeof(IKRetargetPelvisMotionController_SetSourcePelvisBone) == 0x000008, "Wrong size on IKRetargetPelvisMotionController_SetSourcePelvisBone"); \ +static_assert(offsetof(IKRetargetPelvisMotionController_SetSourcePelvisBone, InSourcePelvisBone) == 0x000000, "Member 'IKRetargetPelvisMotionController_SetSourcePelvisBone::InSourcePelvisBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetPelvisMotionController_SetTargetPelvisBone \ +static_assert(alignof(IKRetargetPelvisMotionController_SetTargetPelvisBone) == 0x000004, "Wrong alignment on IKRetargetPelvisMotionController_SetTargetPelvisBone"); \ +static_assert(sizeof(IKRetargetPelvisMotionController_SetTargetPelvisBone) == 0x000008, "Wrong size on IKRetargetPelvisMotionController_SetTargetPelvisBone"); \ +static_assert(offsetof(IKRetargetPelvisMotionController_SetTargetPelvisBone, InTargetPelvisBone) == 0x000000, "Member 'IKRetargetPelvisMotionController_SetTargetPelvisBone::InTargetPelvisBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetPelvisMotionController \ +static_assert(alignof(UIKRetargetPelvisMotionController) == 0x000008, "Wrong alignment on UIKRetargetPelvisMotionController"); \ +static_assert(sizeof(UIKRetargetPelvisMotionController) == 0x000030, "Wrong size on UIKRetargetPelvisMotionController"); \ + +#define DUMPER7_ASSERTS_IKRetargetPinBoneController_GetAllBonePairs \ +static_assert(alignof(IKRetargetPinBoneController_GetAllBonePairs) == 0x000008, "Wrong alignment on IKRetargetPinBoneController_GetAllBonePairs"); \ +static_assert(sizeof(IKRetargetPinBoneController_GetAllBonePairs) == 0x000050, "Wrong size on IKRetargetPinBoneController_GetAllBonePairs"); \ +static_assert(offsetof(IKRetargetPinBoneController_GetAllBonePairs, ReturnValue) == 0x000000, "Member 'IKRetargetPinBoneController_GetAllBonePairs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetPinBoneController_GetSettings \ +static_assert(alignof(IKRetargetPinBoneController_GetSettings) == 0x000010, "Wrong alignment on IKRetargetPinBoneController_GetSettings"); \ +static_assert(sizeof(IKRetargetPinBoneController_GetSettings) == 0x0000F0, "Wrong size on IKRetargetPinBoneController_GetSettings"); \ +static_assert(offsetof(IKRetargetPinBoneController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetPinBoneController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetPinBoneController_SetBonePair \ +static_assert(alignof(IKRetargetPinBoneController_SetBonePair) == 0x000004, "Wrong alignment on IKRetargetPinBoneController_SetBonePair"); \ +static_assert(sizeof(IKRetargetPinBoneController_SetBonePair) == 0x000010, "Wrong size on IKRetargetPinBoneController_SetBonePair"); \ +static_assert(offsetof(IKRetargetPinBoneController_SetBonePair, InBoneToCopyFrom) == 0x000000, "Member 'IKRetargetPinBoneController_SetBonePair::InBoneToCopyFrom' has a wrong offset!"); \ +static_assert(offsetof(IKRetargetPinBoneController_SetBonePair, InBoneToCopyTo) == 0x000008, "Member 'IKRetargetPinBoneController_SetBonePair::InBoneToCopyTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetPinBoneController_SetSettings \ +static_assert(alignof(IKRetargetPinBoneController_SetSettings) == 0x000010, "Wrong alignment on IKRetargetPinBoneController_SetSettings"); \ +static_assert(sizeof(IKRetargetPinBoneController_SetSettings) == 0x0000F0, "Wrong size on IKRetargetPinBoneController_SetSettings"); \ +static_assert(offsetof(IKRetargetPinBoneController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetPinBoneController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetPinBoneController \ +static_assert(alignof(UIKRetargetPinBoneController) == 0x000008, "Wrong alignment on UIKRetargetPinBoneController"); \ +static_assert(sizeof(UIKRetargetPinBoneController) == 0x000030, "Wrong size on UIKRetargetPinBoneController"); \ + +#define DUMPER7_ASSERTS_UPinBoneOp \ +static_assert(alignof(UPinBoneOp) == 0x000010, "Wrong alignment on UPinBoneOp"); \ +static_assert(sizeof(UPinBoneOp) == 0x000120, "Wrong size on UPinBoneOp"); \ +static_assert(offsetof(UPinBoneOp, BonesToPin) == 0x000030, "Member 'UPinBoneOp::BonesToPin' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, PinTo) == 0x000040, "Member 'UPinBoneOp::PinTo' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, bCopyTranslation) == 0x000041, "Member 'UPinBoneOp::bCopyTranslation' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, bCopyRotation) == 0x000042, "Member 'UPinBoneOp::bCopyRotation' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, bCopyScale) == 0x000043, "Member 'UPinBoneOp::bCopyScale' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, TranslationMode) == 0x000044, "Member 'UPinBoneOp::TranslationMode' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, RotationMode) == 0x000045, "Member 'UPinBoneOp::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, GlobalOffset) == 0x000050, "Member 'UPinBoneOp::GlobalOffset' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, LocalOffset) == 0x0000B0, "Member 'UPinBoneOp::LocalOffset' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, bMaintainOffset) == 0x000110, "Member 'UPinBoneOp::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(UPinBoneOp, PinType) == 0x000111, "Member 'UPinBoneOp::PinType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetAdditivePoseController_GetSettings \ +static_assert(alignof(IKRetargetAdditivePoseController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetAdditivePoseController_GetSettings"); \ +static_assert(sizeof(IKRetargetAdditivePoseController_GetSettings) == 0x000028, "Wrong size on IKRetargetAdditivePoseController_GetSettings"); \ +static_assert(offsetof(IKRetargetAdditivePoseController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetAdditivePoseController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetAdditivePoseController_SetSettings \ +static_assert(alignof(IKRetargetAdditivePoseController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetAdditivePoseController_SetSettings"); \ +static_assert(sizeof(IKRetargetAdditivePoseController_SetSettings) == 0x000028, "Wrong size on IKRetargetAdditivePoseController_SetSettings"); \ +static_assert(offsetof(IKRetargetAdditivePoseController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetAdditivePoseController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetAdditivePoseController \ +static_assert(alignof(UIKRetargetAdditivePoseController) == 0x000008, "Wrong alignment on UIKRetargetAdditivePoseController"); \ +static_assert(sizeof(UIKRetargetAdditivePoseController) == 0x000030, "Wrong size on UIKRetargetAdditivePoseController"); \ + +#define DUMPER7_ASSERTS_IKRetargetRootMotionController_GetSettings \ +static_assert(alignof(IKRetargetRootMotionController_GetSettings) == 0x000010, "Wrong alignment on IKRetargetRootMotionController_GetSettings"); \ +static_assert(sizeof(IKRetargetRootMotionController_GetSettings) == 0x0000D0, "Wrong size on IKRetargetRootMotionController_GetSettings"); \ +static_assert(offsetof(IKRetargetRootMotionController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetRootMotionController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetRootMotionController_GetSourceRootBone \ +static_assert(alignof(IKRetargetRootMotionController_GetSourceRootBone) == 0x000004, "Wrong alignment on IKRetargetRootMotionController_GetSourceRootBone"); \ +static_assert(sizeof(IKRetargetRootMotionController_GetSourceRootBone) == 0x000008, "Wrong size on IKRetargetRootMotionController_GetSourceRootBone"); \ +static_assert(offsetof(IKRetargetRootMotionController_GetSourceRootBone, ReturnValue) == 0x000000, "Member 'IKRetargetRootMotionController_GetSourceRootBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetRootMotionController_GetTargetPelvisBone \ +static_assert(alignof(IKRetargetRootMotionController_GetTargetPelvisBone) == 0x000004, "Wrong alignment on IKRetargetRootMotionController_GetTargetPelvisBone"); \ +static_assert(sizeof(IKRetargetRootMotionController_GetTargetPelvisBone) == 0x000008, "Wrong size on IKRetargetRootMotionController_GetTargetPelvisBone"); \ +static_assert(offsetof(IKRetargetRootMotionController_GetTargetPelvisBone, ReturnValue) == 0x000000, "Member 'IKRetargetRootMotionController_GetTargetPelvisBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetRootMotionController_GetTargetRootBone \ +static_assert(alignof(IKRetargetRootMotionController_GetTargetRootBone) == 0x000004, "Wrong alignment on IKRetargetRootMotionController_GetTargetRootBone"); \ +static_assert(sizeof(IKRetargetRootMotionController_GetTargetRootBone) == 0x000008, "Wrong size on IKRetargetRootMotionController_GetTargetRootBone"); \ +static_assert(offsetof(IKRetargetRootMotionController_GetTargetRootBone, ReturnValue) == 0x000000, "Member 'IKRetargetRootMotionController_GetTargetRootBone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetRootMotionController_SetSettings \ +static_assert(alignof(IKRetargetRootMotionController_SetSettings) == 0x000010, "Wrong alignment on IKRetargetRootMotionController_SetSettings"); \ +static_assert(sizeof(IKRetargetRootMotionController_SetSettings) == 0x0000D0, "Wrong size on IKRetargetRootMotionController_SetSettings"); \ +static_assert(offsetof(IKRetargetRootMotionController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetRootMotionController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetRootMotionController_SetSourceRootBone \ +static_assert(alignof(IKRetargetRootMotionController_SetSourceRootBone) == 0x000004, "Wrong alignment on IKRetargetRootMotionController_SetSourceRootBone"); \ +static_assert(sizeof(IKRetargetRootMotionController_SetSourceRootBone) == 0x000008, "Wrong size on IKRetargetRootMotionController_SetSourceRootBone"); \ +static_assert(offsetof(IKRetargetRootMotionController_SetSourceRootBone, InSourceRootBone) == 0x000000, "Member 'IKRetargetRootMotionController_SetSourceRootBone::InSourceRootBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetRootMotionController_SetTargetPelvisBone \ +static_assert(alignof(IKRetargetRootMotionController_SetTargetPelvisBone) == 0x000004, "Wrong alignment on IKRetargetRootMotionController_SetTargetPelvisBone"); \ +static_assert(sizeof(IKRetargetRootMotionController_SetTargetPelvisBone) == 0x000008, "Wrong size on IKRetargetRootMotionController_SetTargetPelvisBone"); \ +static_assert(offsetof(IKRetargetRootMotionController_SetTargetPelvisBone, InTargetPelvisBone) == 0x000000, "Member 'IKRetargetRootMotionController_SetTargetPelvisBone::InTargetPelvisBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetRootMotionController_SetTargetRootBone \ +static_assert(alignof(IKRetargetRootMotionController_SetTargetRootBone) == 0x000004, "Wrong alignment on IKRetargetRootMotionController_SetTargetRootBone"); \ +static_assert(sizeof(IKRetargetRootMotionController_SetTargetRootBone) == 0x000008, "Wrong size on IKRetargetRootMotionController_SetTargetRootBone"); \ +static_assert(offsetof(IKRetargetRootMotionController_SetTargetRootBone, InTargetRootBone) == 0x000000, "Member 'IKRetargetRootMotionController_SetTargetRootBone::InTargetRootBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetRootMotionController \ +static_assert(alignof(UIKRetargetRootMotionController) == 0x000008, "Wrong alignment on UIKRetargetRootMotionController"); \ +static_assert(sizeof(UIKRetargetRootMotionController) == 0x000030, "Wrong size on UIKRetargetRootMotionController"); \ + +#define DUMPER7_ASSERTS_URootMotionGeneratorOp \ +static_assert(alignof(URootMotionGeneratorOp) == 0x000010, "Wrong alignment on URootMotionGeneratorOp"); \ +static_assert(sizeof(URootMotionGeneratorOp) == 0x0000B0, "Wrong size on URootMotionGeneratorOp"); \ +static_assert(offsetof(URootMotionGeneratorOp, SourceRootBone) == 0x000030, "Member 'URootMotionGeneratorOp::SourceRootBone' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, TargetRootBone) == 0x000038, "Member 'URootMotionGeneratorOp::TargetRootBone' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, TargetPelvisBone) == 0x000040, "Member 'URootMotionGeneratorOp::TargetPelvisBone' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, RootMotionSource) == 0x000048, "Member 'URootMotionGeneratorOp::RootMotionSource' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, RootHeightSource) == 0x000049, "Member 'URootMotionGeneratorOp::RootHeightSource' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, bPropagateToNonRetargetedChildren) == 0x00004A, "Member 'URootMotionGeneratorOp::bPropagateToNonRetargetedChildren' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, bMaintainOffsetFromPelvis) == 0x00004B, "Member 'URootMotionGeneratorOp::bMaintainOffsetFromPelvis' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, bRotateWithPelvis) == 0x00004C, "Member 'URootMotionGeneratorOp::bRotateWithPelvis' has a wrong offset!"); \ +static_assert(offsetof(URootMotionGeneratorOp, GlobalOffset) == 0x000050, "Member 'URootMotionGeneratorOp::GlobalOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetRunIKRigController_GetSettings \ +static_assert(alignof(IKRetargetRunIKRigController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetRunIKRigController_GetSettings"); \ +static_assert(sizeof(IKRetargetRunIKRigController_GetSettings) == 0x000048, "Wrong size on IKRetargetRunIKRigController_GetSettings"); \ +static_assert(offsetof(IKRetargetRunIKRigController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetRunIKRigController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetRunIKRigController_SetSettings \ +static_assert(alignof(IKRetargetRunIKRigController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetRunIKRigController_SetSettings"); \ +static_assert(sizeof(IKRetargetRunIKRigController_SetSettings) == 0x000048, "Wrong size on IKRetargetRunIKRigController_SetSettings"); \ +static_assert(offsetof(IKRetargetRunIKRigController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetRunIKRigController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetRunIKRigController \ +static_assert(alignof(UIKRetargetRunIKRigController) == 0x000008, "Wrong alignment on UIKRetargetRunIKRigController"); \ +static_assert(sizeof(UIKRetargetRunIKRigController) == 0x000030, "Wrong size on UIKRetargetRunIKRigController"); \ + +#define DUMPER7_ASSERTS_IKRetargetScaleSourceController_GetSettings \ +static_assert(alignof(IKRetargetScaleSourceController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetScaleSourceController_GetSettings"); \ +static_assert(sizeof(IKRetargetScaleSourceController_GetSettings) == 0x000038, "Wrong size on IKRetargetScaleSourceController_GetSettings"); \ +static_assert(offsetof(IKRetargetScaleSourceController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetScaleSourceController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetScaleSourceController_SetSettings \ +static_assert(alignof(IKRetargetScaleSourceController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetScaleSourceController_SetSettings"); \ +static_assert(sizeof(IKRetargetScaleSourceController_SetSettings) == 0x000038, "Wrong size on IKRetargetScaleSourceController_SetSettings"); \ +static_assert(offsetof(IKRetargetScaleSourceController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetScaleSourceController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetScaleSourceController \ +static_assert(alignof(UIKRetargetScaleSourceController) == 0x000008, "Wrong alignment on UIKRetargetScaleSourceController"); \ +static_assert(sizeof(UIKRetargetScaleSourceController) == 0x000030, "Wrong size on UIKRetargetScaleSourceController"); \ + +#define DUMPER7_ASSERTS_IKRetargetSpeedPlantingController_GetSettings \ +static_assert(alignof(IKRetargetSpeedPlantingController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetSpeedPlantingController_GetSettings"); \ +static_assert(sizeof(IKRetargetSpeedPlantingController_GetSettings) == 0x000040, "Wrong size on IKRetargetSpeedPlantingController_GetSettings"); \ +static_assert(offsetof(IKRetargetSpeedPlantingController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetSpeedPlantingController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetSpeedPlantingController_SetSettings \ +static_assert(alignof(IKRetargetSpeedPlantingController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetSpeedPlantingController_SetSettings"); \ +static_assert(sizeof(IKRetargetSpeedPlantingController_SetSettings) == 0x000040, "Wrong size on IKRetargetSpeedPlantingController_SetSettings"); \ +static_assert(offsetof(IKRetargetSpeedPlantingController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetSpeedPlantingController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetSpeedPlantingController \ +static_assert(alignof(UIKRetargetSpeedPlantingController) == 0x000008, "Wrong alignment on UIKRetargetSpeedPlantingController"); \ +static_assert(sizeof(UIKRetargetSpeedPlantingController) == 0x000030, "Wrong size on UIKRetargetSpeedPlantingController"); \ + +#define DUMPER7_ASSERTS_IKRetargetStretchChainController_GetSettings \ +static_assert(alignof(IKRetargetStretchChainController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetStretchChainController_GetSettings"); \ +static_assert(sizeof(IKRetargetStretchChainController_GetSettings) == 0x000030, "Wrong size on IKRetargetStretchChainController_GetSettings"); \ +static_assert(offsetof(IKRetargetStretchChainController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetStretchChainController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetStretchChainController_SetSettings \ +static_assert(alignof(IKRetargetStretchChainController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetStretchChainController_SetSettings"); \ +static_assert(sizeof(IKRetargetStretchChainController_SetSettings) == 0x000030, "Wrong size on IKRetargetStretchChainController_SetSettings"); \ +static_assert(offsetof(IKRetargetStretchChainController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetStretchChainController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetStretchChainController \ +static_assert(alignof(UIKRetargetStretchChainController) == 0x000008, "Wrong alignment on UIKRetargetStretchChainController"); \ +static_assert(sizeof(UIKRetargetStretchChainController) == 0x000030, "Wrong size on UIKRetargetStretchChainController"); \ + +#define DUMPER7_ASSERTS_IKRetargetStrideWarpingController_GetSettings \ +static_assert(alignof(IKRetargetStrideWarpingController_GetSettings) == 0x000008, "Wrong alignment on IKRetargetStrideWarpingController_GetSettings"); \ +static_assert(sizeof(IKRetargetStrideWarpingController_GetSettings) == 0x000068, "Wrong size on IKRetargetStrideWarpingController_GetSettings"); \ +static_assert(offsetof(IKRetargetStrideWarpingController_GetSettings, ReturnValue) == 0x000000, "Member 'IKRetargetStrideWarpingController_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRetargetStrideWarpingController_SetSettings \ +static_assert(alignof(IKRetargetStrideWarpingController_SetSettings) == 0x000008, "Wrong alignment on IKRetargetStrideWarpingController_SetSettings"); \ +static_assert(sizeof(IKRetargetStrideWarpingController_SetSettings) == 0x000068, "Wrong size on IKRetargetStrideWarpingController_SetSettings"); \ +static_assert(offsetof(IKRetargetStrideWarpingController_SetSettings, InSettings) == 0x000000, "Member 'IKRetargetStrideWarpingController_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetStrideWarpingController \ +static_assert(alignof(UIKRetargetStrideWarpingController) == 0x000008, "Wrong alignment on UIKRetargetStrideWarpingController"); \ +static_assert(sizeof(UIKRetargetStrideWarpingController) == 0x000030, "Wrong size on UIKRetargetStrideWarpingController"); \ + +#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) == 0x000110, "Wrong size on UIKRigDefinition"); \ +static_assert(offsetof(UIKRigDefinition, PreviewSkeletalMesh) == 0x000030, "Member 'UIKRigDefinition::PreviewSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, Skeleton) == 0x000058, "Member 'UIKRigDefinition::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, Goals) == 0x0000C8, "Member 'UIKRigDefinition::Goals' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, SolverStack) == 0x0000D8, "Member 'UIKRigDefinition::SolverStack' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, RetargetDefinition) == 0x0000E8, "Member 'UIKRigDefinition::RetargetDefinition' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, Solvers) == 0x000100, "Member 'UIKRigDefinition::Solvers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigProcessor \ +static_assert(alignof(UIKRigProcessor) == 0x000008, "Wrong alignment on UIKRigProcessor"); \ +static_assert(sizeof(UIKRigProcessor) == 0x000188, "Wrong size on UIKRigProcessor"); \ + +#define DUMPER7_ASSERTS_IKRigSolverControllerBase_GetEnabled \ +static_assert(alignof(IKRigSolverControllerBase_GetEnabled) == 0x000001, "Wrong alignment on IKRigSolverControllerBase_GetEnabled"); \ +static_assert(sizeof(IKRigSolverControllerBase_GetEnabled) == 0x000001, "Wrong size on IKRigSolverControllerBase_GetEnabled"); \ +static_assert(offsetof(IKRigSolverControllerBase_GetEnabled, ReturnValue) == 0x000000, "Member 'IKRigSolverControllerBase_GetEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigSolverControllerBase_SetEnabled \ +static_assert(alignof(IKRigSolverControllerBase_SetEnabled) == 0x000001, "Wrong alignment on IKRigSolverControllerBase_SetEnabled"); \ +static_assert(sizeof(IKRigSolverControllerBase_SetEnabled) == 0x000001, "Wrong size on IKRigSolverControllerBase_SetEnabled"); \ +static_assert(offsetof(IKRigSolverControllerBase_SetEnabled, bIsEnabled) == 0x000000, "Member 'IKRigSolverControllerBase_SetEnabled::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigSolverControllerBase \ +static_assert(alignof(UIKRigSolverControllerBase) == 0x000008, "Wrong alignment on UIKRigSolverControllerBase"); \ +static_assert(sizeof(UIKRigSolverControllerBase) == 0x000030, "Wrong size on UIKRigSolverControllerBase"); \ + +#define DUMPER7_ASSERTS_IKRigBodyMoverController_GetGoalSettings \ +static_assert(alignof(IKRigBodyMoverController_GetGoalSettings) == 0x000008, "Wrong alignment on IKRigBodyMoverController_GetGoalSettings"); \ +static_assert(sizeof(IKRigBodyMoverController_GetGoalSettings) == 0x000028, "Wrong size on IKRigBodyMoverController_GetGoalSettings"); \ +static_assert(offsetof(IKRigBodyMoverController_GetGoalSettings, InGoalName) == 0x000000, "Member 'IKRigBodyMoverController_GetGoalSettings::InGoalName' has a wrong offset!"); \ +static_assert(offsetof(IKRigBodyMoverController_GetGoalSettings, ReturnValue) == 0x000008, "Member 'IKRigBodyMoverController_GetGoalSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigBodyMoverController_GetSolverSettings \ +static_assert(alignof(IKRigBodyMoverController_GetSolverSettings) == 0x000008, "Wrong alignment on IKRigBodyMoverController_GetSolverSettings"); \ +static_assert(sizeof(IKRigBodyMoverController_GetSolverSettings) == 0x000040, "Wrong size on IKRigBodyMoverController_GetSolverSettings"); \ +static_assert(offsetof(IKRigBodyMoverController_GetSolverSettings, ReturnValue) == 0x000000, "Member 'IKRigBodyMoverController_GetSolverSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigBodyMoverController_SetGoalSettings \ +static_assert(alignof(IKRigBodyMoverController_SetGoalSettings) == 0x000008, "Wrong alignment on IKRigBodyMoverController_SetGoalSettings"); \ +static_assert(sizeof(IKRigBodyMoverController_SetGoalSettings) == 0x000028, "Wrong size on IKRigBodyMoverController_SetGoalSettings"); \ +static_assert(offsetof(IKRigBodyMoverController_SetGoalSettings, InGoalName) == 0x000000, "Member 'IKRigBodyMoverController_SetGoalSettings::InGoalName' has a wrong offset!"); \ +static_assert(offsetof(IKRigBodyMoverController_SetGoalSettings, InSettings) == 0x000008, "Member 'IKRigBodyMoverController_SetGoalSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigBodyMoverController_SetSolverSettings \ +static_assert(alignof(IKRigBodyMoverController_SetSolverSettings) == 0x000008, "Wrong alignment on IKRigBodyMoverController_SetSolverSettings"); \ +static_assert(sizeof(IKRigBodyMoverController_SetSolverSettings) == 0x000040, "Wrong size on IKRigBodyMoverController_SetSolverSettings"); \ +static_assert(offsetof(IKRigBodyMoverController_SetSolverSettings, InSettings) == 0x000000, "Member 'IKRigBodyMoverController_SetSolverSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigBodyMoverController \ +static_assert(alignof(UIKRigBodyMoverController) == 0x000008, "Wrong alignment on UIKRigBodyMoverController"); \ +static_assert(sizeof(UIKRigBodyMoverController) == 0x000030, "Wrong size on UIKRigBodyMoverController"); \ + +#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_UIKRigSolver \ +static_assert(alignof(UIKRigSolver) == 0x000008, "Wrong alignment on UIKRigSolver"); \ +static_assert(sizeof(UIKRigSolver) == 0x000030, "Wrong size on UIKRigSolver"); \ +static_assert(offsetof(UIKRigSolver, bIsEnabled) == 0x000028, "Member 'UIKRigSolver::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_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) == 0x000030, "Member 'UIKRig_BodyMover::RootBone' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionAlpha) == 0x000038, "Member 'UIKRig_BodyMover::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionPositiveX) == 0x00003C, "Member 'UIKRig_BodyMover::PositionPositiveX' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionNegativeX) == 0x000040, "Member 'UIKRig_BodyMover::PositionNegativeX' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionPositiveY) == 0x000044, "Member 'UIKRig_BodyMover::PositionPositiveY' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionNegativeY) == 0x000048, "Member 'UIKRig_BodyMover::PositionNegativeY' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionPositiveZ) == 0x00004C, "Member 'UIKRig_BodyMover::PositionPositiveZ' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionNegativeZ) == 0x000050, "Member 'UIKRig_BodyMover::PositionNegativeZ' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, RotationAlpha) == 0x000054, "Member 'UIKRig_BodyMover::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, RotateXAlpha) == 0x000058, "Member 'UIKRig_BodyMover::RotateXAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, RotateYAlpha) == 0x00005C, "Member 'UIKRig_BodyMover::RotateYAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, RotateZAlpha) == 0x000060, "Member 'UIKRig_BodyMover::RotateZAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, Effectors) == 0x000068, "Member 'UIKRig_BodyMover::Effectors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigFBIKController_GetBoneSettings \ +static_assert(alignof(IKRigFBIKController_GetBoneSettings) == 0x000008, "Wrong alignment on IKRigFBIKController_GetBoneSettings"); \ +static_assert(sizeof(IKRigFBIKController_GetBoneSettings) == 0x000060, "Wrong size on IKRigFBIKController_GetBoneSettings"); \ +static_assert(offsetof(IKRigFBIKController_GetBoneSettings, InBoneName) == 0x000000, "Member 'IKRigFBIKController_GetBoneSettings::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(IKRigFBIKController_GetBoneSettings, ReturnValue) == 0x000008, "Member 'IKRigFBIKController_GetBoneSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigFBIKController_GetGoalSettings \ +static_assert(alignof(IKRigFBIKController_GetGoalSettings) == 0x000008, "Wrong alignment on IKRigFBIKController_GetGoalSettings"); \ +static_assert(sizeof(IKRigFBIKController_GetGoalSettings) == 0x000038, "Wrong size on IKRigFBIKController_GetGoalSettings"); \ +static_assert(offsetof(IKRigFBIKController_GetGoalSettings, InGoalName) == 0x000000, "Member 'IKRigFBIKController_GetGoalSettings::InGoalName' has a wrong offset!"); \ +static_assert(offsetof(IKRigFBIKController_GetGoalSettings, ReturnValue) == 0x000008, "Member 'IKRigFBIKController_GetGoalSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigFBIKController_GetSolverSettings \ +static_assert(alignof(IKRigFBIKController_GetSolverSettings) == 0x000008, "Wrong alignment on IKRigFBIKController_GetSolverSettings"); \ +static_assert(sizeof(IKRigFBIKController_GetSolverSettings) == 0x000050, "Wrong size on IKRigFBIKController_GetSolverSettings"); \ +static_assert(offsetof(IKRigFBIKController_GetSolverSettings, ReturnValue) == 0x000000, "Member 'IKRigFBIKController_GetSolverSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigFBIKController_SetBoneSettings \ +static_assert(alignof(IKRigFBIKController_SetBoneSettings) == 0x000008, "Wrong alignment on IKRigFBIKController_SetBoneSettings"); \ +static_assert(sizeof(IKRigFBIKController_SetBoneSettings) == 0x000060, "Wrong size on IKRigFBIKController_SetBoneSettings"); \ +static_assert(offsetof(IKRigFBIKController_SetBoneSettings, InBoneName) == 0x000000, "Member 'IKRigFBIKController_SetBoneSettings::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(IKRigFBIKController_SetBoneSettings, InSettings) == 0x000008, "Member 'IKRigFBIKController_SetBoneSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigFBIKController_SetGoalSettings \ +static_assert(alignof(IKRigFBIKController_SetGoalSettings) == 0x000008, "Wrong alignment on IKRigFBIKController_SetGoalSettings"); \ +static_assert(sizeof(IKRigFBIKController_SetGoalSettings) == 0x000038, "Wrong size on IKRigFBIKController_SetGoalSettings"); \ +static_assert(offsetof(IKRigFBIKController_SetGoalSettings, InGoalName) == 0x000000, "Member 'IKRigFBIKController_SetGoalSettings::InGoalName' has a wrong offset!"); \ +static_assert(offsetof(IKRigFBIKController_SetGoalSettings, InSettings) == 0x000008, "Member 'IKRigFBIKController_SetGoalSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigFBIKController_SetSolverSettings \ +static_assert(alignof(IKRigFBIKController_SetSolverSettings) == 0x000008, "Wrong alignment on IKRigFBIKController_SetSolverSettings"); \ +static_assert(sizeof(IKRigFBIKController_SetSolverSettings) == 0x000050, "Wrong size on IKRigFBIKController_SetSolverSettings"); \ +static_assert(offsetof(IKRigFBIKController_SetSolverSettings, InSettings) == 0x000000, "Member 'IKRigFBIKController_SetSolverSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigFBIKController \ +static_assert(alignof(UIKRigFBIKController) == 0x000008, "Wrong alignment on UIKRigFBIKController"); \ +static_assert(sizeof(UIKRigFBIKController) == 0x000030, "Wrong size on UIKRigFBIKController"); \ + +#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, ChainDepth) == 0x000038, "Member 'UIKRig_FBIKEffector::ChainDepth' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKEffector, StrengthAlpha) == 0x00003C, "Member 'UIKRig_FBIKEffector::StrengthAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKEffector, PullChainAlpha) == 0x000040, "Member 'UIKRig_FBIKEffector::PullChainAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKEffector, PinRotation) == 0x000044, "Member 'UIKRig_FBIKEffector::PinRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_FBIKBoneSettings \ +static_assert(alignof(UIKRig_FBIKBoneSettings) == 0x000008, "Wrong alignment on UIKRig_FBIKBoneSettings"); \ +static_assert(sizeof(UIKRig_FBIKBoneSettings) == 0x000078, "Wrong size on UIKRig_FBIKBoneSettings"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, bone) == 0x000028, "Member 'UIKRig_FBIKBoneSettings::bone' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, RotationStiffness) == 0x000030, "Member 'UIKRig_FBIKBoneSettings::RotationStiffness' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, PositionStiffness) == 0x000034, "Member 'UIKRig_FBIKBoneSettings::PositionStiffness' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, X) == 0x000038, "Member 'UIKRig_FBIKBoneSettings::X' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, MinX) == 0x00003C, "Member 'UIKRig_FBIKBoneSettings::MinX' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, MaxX) == 0x000040, "Member 'UIKRig_FBIKBoneSettings::MaxX' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, Y) == 0x000044, "Member 'UIKRig_FBIKBoneSettings::Y' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, MinY) == 0x000048, "Member 'UIKRig_FBIKBoneSettings::MinY' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, MaxY) == 0x00004C, "Member 'UIKRig_FBIKBoneSettings::MaxY' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, Z) == 0x000050, "Member 'UIKRig_FBIKBoneSettings::Z' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, MinZ) == 0x000054, "Member 'UIKRig_FBIKBoneSettings::MinZ' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, MaxZ) == 0x000058, "Member 'UIKRig_FBIKBoneSettings::MaxZ' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, bUsePreferredAngles) == 0x00005C, "Member 'UIKRig_FBIKBoneSettings::bUsePreferredAngles' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKBoneSettings, PreferredAngles) == 0x000060, "Member 'UIKRig_FBIKBoneSettings::PreferredAngles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigFBIKSolver_GetBoneSettings \ +static_assert(alignof(IKRigFBIKSolver_GetBoneSettings) == 0x000008, "Wrong alignment on IKRigFBIKSolver_GetBoneSettings"); \ +static_assert(sizeof(IKRigFBIKSolver_GetBoneSettings) == 0x000010, "Wrong size on IKRigFBIKSolver_GetBoneSettings"); \ +static_assert(offsetof(IKRigFBIKSolver_GetBoneSettings, ReturnValue) == 0x000000, "Member 'IKRigFBIKSolver_GetBoneSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigFBIKSolver_GetEffectors \ +static_assert(alignof(IKRigFBIKSolver_GetEffectors) == 0x000008, "Wrong alignment on IKRigFBIKSolver_GetEffectors"); \ +static_assert(sizeof(IKRigFBIKSolver_GetEffectors) == 0x000010, "Wrong size on IKRigFBIKSolver_GetEffectors"); \ +static_assert(offsetof(IKRigFBIKSolver_GetEffectors, ReturnValue) == 0x000000, "Member 'IKRigFBIKSolver_GetEffectors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigFBIKSolver \ +static_assert(alignof(UIKRigFBIKSolver) == 0x000008, "Wrong alignment on UIKRigFBIKSolver"); \ +static_assert(sizeof(UIKRigFBIKSolver) == 0x000098, "Wrong size on UIKRigFBIKSolver"); \ +static_assert(offsetof(UIKRigFBIKSolver, RootBone) == 0x000030, "Member 'UIKRigFBIKSolver::RootBone' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, Iterations) == 0x000038, "Member 'UIKRigFBIKSolver::Iterations' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, SubIterations) == 0x00003C, "Member 'UIKRigFBIKSolver::SubIterations' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, MassMultiplier) == 0x000040, "Member 'UIKRigFBIKSolver::MassMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, bAllowStretch) == 0x000044, "Member 'UIKRigFBIKSolver::bAllowStretch' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, RootBehavior) == 0x000045, "Member 'UIKRigFBIKSolver::RootBehavior' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, PrePullRootSettings) == 0x000048, "Member 'UIKRigFBIKSolver::PrePullRootSettings' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, PullChainAlpha) == 0x000068, "Member 'UIKRigFBIKSolver::PullChainAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, MaxAngle) == 0x00006C, "Member 'UIKRigFBIKSolver::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, OverRelaxation) == 0x000070, "Member 'UIKRigFBIKSolver::OverRelaxation' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, Effectors) == 0x000078, "Member 'UIKRigFBIKSolver::Effectors' has a wrong offset!"); \ +static_assert(offsetof(UIKRigFBIKSolver, BoneSettings) == 0x000088, "Member 'UIKRigFBIKSolver::BoneSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigLimbSolverController_GetSolverSettings \ +static_assert(alignof(IKRigLimbSolverController_GetSolverSettings) == 0x000008, "Wrong alignment on IKRigLimbSolverController_GetSolverSettings"); \ +static_assert(sizeof(IKRigLimbSolverController_GetSolverSettings) == 0x000048, "Wrong size on IKRigLimbSolverController_GetSolverSettings"); \ +static_assert(offsetof(IKRigLimbSolverController_GetSolverSettings, ReturnValue) == 0x000000, "Member 'IKRigLimbSolverController_GetSolverSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigLimbSolverController_SetSolverSettings \ +static_assert(alignof(IKRigLimbSolverController_SetSolverSettings) == 0x000008, "Wrong alignment on IKRigLimbSolverController_SetSolverSettings"); \ +static_assert(sizeof(IKRigLimbSolverController_SetSolverSettings) == 0x000048, "Wrong size on IKRigLimbSolverController_SetSolverSettings"); \ +static_assert(offsetof(IKRigLimbSolverController_SetSolverSettings, InSettings) == 0x000000, "Member 'IKRigLimbSolverController_SetSolverSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigLimbSolverController \ +static_assert(alignof(UIKRigLimbSolverController) == 0x000008, "Wrong alignment on UIKRigLimbSolverController"); \ +static_assert(sizeof(UIKRigLimbSolverController) == 0x000030, "Wrong size on UIKRigLimbSolverController"); \ + +#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) == 0x000068, "Wrong size on UIKRig_LimbSolver"); \ +static_assert(offsetof(UIKRig_LimbSolver, RootName) == 0x000030, "Member 'UIKRig_LimbSolver::RootName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, ReachPrecision) == 0x000038, "Member 'UIKRig_LimbSolver::ReachPrecision' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, HingeRotationAxis) == 0x00003C, "Member 'UIKRig_LimbSolver::HingeRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, MaxIterations) == 0x000040, "Member 'UIKRig_LimbSolver::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, bEnableLimit) == 0x000044, "Member 'UIKRig_LimbSolver::bEnableLimit' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, MinRotationAngle) == 0x000048, "Member 'UIKRig_LimbSolver::MinRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, bAveragePull) == 0x00004C, "Member 'UIKRig_LimbSolver::bAveragePull' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, PullDistribution) == 0x000050, "Member 'UIKRig_LimbSolver::PullDistribution' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, ReachStepAlpha) == 0x000054, "Member 'UIKRig_LimbSolver::ReachStepAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, bEnableTwistCorrection) == 0x000058, "Member 'UIKRig_LimbSolver::bEnableTwistCorrection' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, EndBoneForwardAxis) == 0x000059, "Member 'UIKRig_LimbSolver::EndBoneForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, Effector) == 0x000060, "Member 'UIKRig_LimbSolver::Effector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigPoleSolverController_GetSolverSettings \ +static_assert(alignof(IKRigPoleSolverController_GetSolverSettings) == 0x000008, "Wrong alignment on IKRigPoleSolverController_GetSolverSettings"); \ +static_assert(sizeof(IKRigPoleSolverController_GetSolverSettings) == 0x000028, "Wrong size on IKRigPoleSolverController_GetSolverSettings"); \ +static_assert(offsetof(IKRigPoleSolverController_GetSolverSettings, ReturnValue) == 0x000000, "Member 'IKRigPoleSolverController_GetSolverSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigPoleSolverController_SetSolverSettings \ +static_assert(alignof(IKRigPoleSolverController_SetSolverSettings) == 0x000008, "Wrong alignment on IKRigPoleSolverController_SetSolverSettings"); \ +static_assert(sizeof(IKRigPoleSolverController_SetSolverSettings) == 0x000028, "Wrong size on IKRigPoleSolverController_SetSolverSettings"); \ +static_assert(offsetof(IKRigPoleSolverController_SetSolverSettings, InSettings) == 0x000000, "Member 'IKRigPoleSolverController_SetSolverSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigPoleSolverController \ +static_assert(alignof(UIKRigPoleSolverController) == 0x000008, "Wrong alignment on UIKRigPoleSolverController"); \ +static_assert(sizeof(UIKRigPoleSolverController) == 0x000030, "Wrong size on UIKRigPoleSolverController"); \ + +#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) == 0x000048, "Wrong size on UIKRig_PoleSolver"); \ +static_assert(offsetof(UIKRig_PoleSolver, RootName) == 0x000030, "Member 'UIKRig_PoleSolver::RootName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PoleSolver, EndName) == 0x000038, "Member 'UIKRig_PoleSolver::EndName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PoleSolver, Effector) == 0x000040, "Member 'UIKRig_PoleSolver::Effector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigSetTransformController_GetSolverSettings \ +static_assert(alignof(IKRigSetTransformController_GetSolverSettings) == 0x000008, "Wrong alignment on IKRigSetTransformController_GetSolverSettings"); \ +static_assert(sizeof(IKRigSetTransformController_GetSolverSettings) == 0x000028, "Wrong size on IKRigSetTransformController_GetSolverSettings"); \ +static_assert(offsetof(IKRigSetTransformController_GetSolverSettings, ReturnValue) == 0x000000, "Member 'IKRigSetTransformController_GetSolverSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IKRigSetTransformController_SetSolverSettings \ +static_assert(alignof(IKRigSetTransformController_SetSolverSettings) == 0x000008, "Wrong alignment on IKRigSetTransformController_SetSolverSettings"); \ +static_assert(sizeof(IKRigSetTransformController_SetSolverSettings) == 0x000028, "Wrong size on IKRigSetTransformController_SetSolverSettings"); \ +static_assert(offsetof(IKRigSetTransformController_SetSolverSettings, InSettings) == 0x000000, "Member 'IKRigSetTransformController_SetSolverSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigSetTransformController \ +static_assert(alignof(UIKRigSetTransformController) == 0x000008, "Wrong alignment on UIKRigSetTransformController"); \ +static_assert(sizeof(UIKRigSetTransformController) == 0x000030, "Wrong size on UIKRigSetTransformController"); \ + +#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) == 0x000030, "Member 'UIKRig_SetTransform::Goal' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_SetTransform, RootBone) == 0x000038, "Member 'UIKRig_SetTransform::RootBone' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_SetTransform, Effector) == 0x000040, "Member 'UIKRig_SetTransform::Effector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimWarpTarget \ +static_assert(alignof(FContextualAnimWarpTarget) == 0x000010, "Wrong alignment on FContextualAnimWarpTarget"); \ +static_assert(sizeof(FContextualAnimWarpTarget) == 0x000050, "Wrong size on FContextualAnimWarpTarget"); \ +static_assert(offsetof(FContextualAnimWarpTarget, Role) == 0x000000, "Member 'FContextualAnimWarpTarget::Role' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimWarpTarget, TargetName) == 0x000008, "Member 'FContextualAnimWarpTarget::TargetName' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimWarpTarget, TargetLocation) == 0x000010, "Member 'FContextualAnimWarpTarget::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimWarpTarget, TargetRotation) == 0x000030, "Member 'FContextualAnimWarpTarget::TargetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimRepData \ +static_assert(alignof(FContextualAnimRepData) == 0x000001, "Wrong alignment on FContextualAnimRepData"); \ +static_assert(sizeof(FContextualAnimRepData) == 0x000001, "Wrong size on FContextualAnimRepData"); \ +static_assert(offsetof(FContextualAnimRepData, RepCounter) == 0x000000, "Member 'FContextualAnimRepData::RepCounter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimSceneBindingContext \ +static_assert(alignof(FContextualAnimSceneBindingContext) == 0x000010, "Wrong alignment on FContextualAnimSceneBindingContext"); \ +static_assert(sizeof(FContextualAnimSceneBindingContext) == 0x0000E0, "Wrong size on FContextualAnimSceneBindingContext"); \ +static_assert(offsetof(FContextualAnimSceneBindingContext, Actor) == 0x000000, "Member 'FContextualAnimSceneBindingContext::Actor' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneBindingContext, CachedSceneActorComp) == 0x000008, "Member 'FContextualAnimSceneBindingContext::CachedSceneActorComp' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneBindingContext, CachedAnimInstance) == 0x000010, "Member 'FContextualAnimSceneBindingContext::CachedAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneBindingContext, CachedSkeletalMesh) == 0x000018, "Member 'FContextualAnimSceneBindingContext::CachedSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneBindingContext, CachedMovementComp) == 0x000020, "Member 'FContextualAnimSceneBindingContext::CachedMovementComp' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneBindingContext, CachedMotionWarpingComp) == 0x000028, "Member 'FContextualAnimSceneBindingContext::CachedMotionWarpingComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimSceneBinding \ +static_assert(alignof(FContextualAnimSceneBinding) == 0x000010, "Wrong alignment on FContextualAnimSceneBinding"); \ +static_assert(sizeof(FContextualAnimSceneBinding) == 0x0000F0, "Wrong size on FContextualAnimSceneBinding"); \ +static_assert(offsetof(FContextualAnimSceneBinding, Context) == 0x000000, "Member 'FContextualAnimSceneBinding::Context' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneBinding, AnimTrackIdx) == 0x0000E0, "Member 'FContextualAnimSceneBinding::AnimTrackIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimSceneBindings \ +static_assert(alignof(FContextualAnimSceneBindings) == 0x000008, "Wrong alignment on FContextualAnimSceneBindings"); \ +static_assert(sizeof(FContextualAnimSceneBindings) == 0x000028, "Wrong size on FContextualAnimSceneBindings"); \ +static_assert(offsetof(FContextualAnimSceneBindings, ID) == 0x000000, "Member 'FContextualAnimSceneBindings::ID' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneBindings, SceneAsset) == 0x000008, "Member 'FContextualAnimSceneBindings::SceneAsset' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneBindings, SectionIdx) == 0x000010, "Member 'FContextualAnimSceneBindings::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneBindings, AnimSetIdx) == 0x000014, "Member 'FContextualAnimSceneBindings::AnimSetIdx' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneBindings, Data) == 0x000018, "Member 'FContextualAnimSceneBindings::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimWarpPoint \ +static_assert(alignof(FContextualAnimWarpPoint) == 0x000010, "Wrong alignment on FContextualAnimWarpPoint"); \ +static_assert(sizeof(FContextualAnimWarpPoint) == 0x000070, "Wrong size on FContextualAnimWarpPoint"); \ +static_assert(offsetof(FContextualAnimWarpPoint, Name) == 0x000000, "Member 'FContextualAnimWarpPoint::Name' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimWarpPoint, Transform) == 0x000010, "Member 'FContextualAnimWarpPoint::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimRepBindingsData \ +static_assert(alignof(FContextualAnimRepBindingsData) == 0x000008, "Wrong alignment on FContextualAnimRepBindingsData"); \ +static_assert(sizeof(FContextualAnimRepBindingsData) == 0x000050, "Wrong size on FContextualAnimRepBindingsData"); \ +static_assert(offsetof(FContextualAnimRepBindingsData, Bindings) == 0x000008, "Member 'FContextualAnimRepBindingsData::Bindings' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRepBindingsData, WarpPoints) == 0x000030, "Member 'FContextualAnimRepBindingsData::WarpPoints' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRepBindingsData, ExternalWarpTargets) == 0x000040, "Member 'FContextualAnimRepBindingsData::ExternalWarpTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimRepLateJoinData \ +static_assert(alignof(FContextualAnimRepLateJoinData) == 0x000008, "Wrong alignment on FContextualAnimRepLateJoinData"); \ +static_assert(sizeof(FContextualAnimRepLateJoinData) == 0x000038, "Wrong size on FContextualAnimRepLateJoinData"); \ +static_assert(offsetof(FContextualAnimRepLateJoinData, Actor) == 0x000004, "Member 'FContextualAnimRepLateJoinData::Actor' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRepLateJoinData, Role) == 0x00000C, "Member 'FContextualAnimRepLateJoinData::Role' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRepLateJoinData, WarpPoints) == 0x000018, "Member 'FContextualAnimRepLateJoinData::WarpPoints' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRepLateJoinData, ExternalWarpTargets) == 0x000028, "Member 'FContextualAnimRepLateJoinData::ExternalWarpTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimRepTransitionData \ +static_assert(alignof(FContextualAnimRepTransitionData) == 0x000008, "Wrong alignment on FContextualAnimRepTransitionData"); \ +static_assert(sizeof(FContextualAnimRepTransitionData) == 0x000028, "Wrong size on FContextualAnimRepTransitionData"); \ +static_assert(offsetof(FContextualAnimRepTransitionData, ID) == 0x000001, "Member 'FContextualAnimRepTransitionData::ID' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRepTransitionData, SectionIdx) == 0x000002, "Member 'FContextualAnimRepTransitionData::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRepTransitionData, AnimSetIdx) == 0x000003, "Member 'FContextualAnimRepTransitionData::AnimSetIdx' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRepTransitionData, bStopEveryone) == 0x000004, "Member 'FContextualAnimRepTransitionData::bStopEveryone' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRepTransitionData, WarpPoints) == 0x000008, "Member 'FContextualAnimRepTransitionData::WarpPoints' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRepTransitionData, ExternalWarpTargets) == 0x000018, "Member 'FContextualAnimRepTransitionData::ExternalWarpTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimIgnoreChannelsParam \ +static_assert(alignof(FContextualAnimIgnoreChannelsParam) == 0x000008, "Wrong alignment on FContextualAnimIgnoreChannelsParam"); \ +static_assert(sizeof(FContextualAnimIgnoreChannelsParam) == 0x000018, "Wrong size on FContextualAnimIgnoreChannelsParam"); \ +static_assert(offsetof(FContextualAnimIgnoreChannelsParam, Role) == 0x000000, "Member 'FContextualAnimIgnoreChannelsParam::Role' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimIgnoreChannelsParam, Channels) == 0x000008, "Member 'FContextualAnimIgnoreChannelsParam::Channels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimAttachmentParams \ +static_assert(alignof(FContextualAnimAttachmentParams) == 0x000010, "Wrong alignment on FContextualAnimAttachmentParams"); \ +static_assert(sizeof(FContextualAnimAttachmentParams) == 0x000070, "Wrong size on FContextualAnimAttachmentParams"); \ +static_assert(offsetof(FContextualAnimAttachmentParams, Role) == 0x000000, "Member 'FContextualAnimAttachmentParams::Role' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimAttachmentParams, SocketName) == 0x000008, "Member 'FContextualAnimAttachmentParams::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimAttachmentParams, RelativeTransform) == 0x000010, "Member 'FContextualAnimAttachmentParams::RelativeTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimAlignmentTrackContainer \ +static_assert(alignof(FContextualAnimAlignmentTrackContainer) == 0x000008, "Wrong alignment on FContextualAnimAlignmentTrackContainer"); \ +static_assert(sizeof(FContextualAnimAlignmentTrackContainer) == 0x000028, "Wrong size on FContextualAnimAlignmentTrackContainer"); \ +static_assert(offsetof(FContextualAnimAlignmentTrackContainer, Tracks) == 0x000000, "Member 'FContextualAnimAlignmentTrackContainer::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimAlignmentTrackContainer, SampleInterval) == 0x000020, "Member 'FContextualAnimAlignmentTrackContainer::SampleInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimTrack \ +static_assert(alignof(FContextualAnimTrack) == 0x000010, "Wrong alignment on FContextualAnimTrack"); \ +static_assert(sizeof(FContextualAnimTrack) == 0x000100, "Wrong size on FContextualAnimTrack"); \ +static_assert(offsetof(FContextualAnimTrack, Animation) == 0x000000, "Member 'FContextualAnimTrack::Animation' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, AnimMaxStartTime) == 0x000008, "Member 'FContextualAnimTrack::AnimMaxStartTime' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, bChangeMovementMode) == 0x00000C, "Member 'FContextualAnimTrack::bChangeMovementMode' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, MovementMode) == 0x00000D, "Member 'FContextualAnimTrack::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, CustomMovementMode) == 0x00000E, "Member 'FContextualAnimTrack::CustomMovementMode' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, bControlCharacterRotation) == 0x00000F, "Member 'FContextualAnimTrack::bControlCharacterRotation' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, bOptional) == 0x000010, "Member 'FContextualAnimTrack::bOptional' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, AlignmentData) == 0x000018, "Member 'FContextualAnimTrack::AlignmentData' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, IKTargetData) == 0x000040, "Member 'FContextualAnimTrack::IKTargetData' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, SelectionCriteria) == 0x000068, "Member 'FContextualAnimTrack::SelectionCriteria' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, MeshToScene) == 0x000080, "Member 'FContextualAnimTrack::MeshToScene' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, Role) == 0x0000E0, "Member 'FContextualAnimTrack::Role' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, SectionIdx) == 0x0000E8, "Member 'FContextualAnimTrack::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, AnimSetIdx) == 0x0000EC, "Member 'FContextualAnimTrack::AnimSetIdx' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimTrack, AnimTrackIdx) == 0x0000F0, "Member 'FContextualAnimTrack::AnimTrackIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimSet \ +static_assert(alignof(FContextualAnimSet) == 0x000008, "Wrong alignment on FContextualAnimSet"); \ +static_assert(sizeof(FContextualAnimSet) == 0x000070, "Wrong size on FContextualAnimSet"); \ +static_assert(offsetof(FContextualAnimSet, Tracks) == 0x000000, "Member 'FContextualAnimSet::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSet, WarpPoints) == 0x000010, "Member 'FContextualAnimSet::WarpPoints' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSet, Name) == 0x000060, "Member 'FContextualAnimSet::Name' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSet, RandomWeight) == 0x000068, "Member 'FContextualAnimSet::RandomWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimWarpPointCustomParams \ +static_assert(alignof(FContextualAnimWarpPointCustomParams) == 0x000004, "Wrong alignment on FContextualAnimWarpPointCustomParams"); \ +static_assert(sizeof(FContextualAnimWarpPointCustomParams) == 0x000018, "Wrong size on FContextualAnimWarpPointCustomParams"); \ +static_assert(offsetof(FContextualAnimWarpPointCustomParams, Origin) == 0x000000, "Member 'FContextualAnimWarpPointCustomParams::Origin' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimWarpPointCustomParams, bAlongClosestDistance) == 0x000008, "Member 'FContextualAnimWarpPointCustomParams::bAlongClosestDistance' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimWarpPointCustomParams, OtherRole) == 0x00000C, "Member 'FContextualAnimWarpPointCustomParams::OtherRole' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimWarpPointCustomParams, Weight) == 0x000014, "Member 'FContextualAnimWarpPointCustomParams::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimWarpPointDefinition \ +static_assert(alignof(FContextualAnimWarpPointDefinition) == 0x000004, "Wrong alignment on FContextualAnimWarpPointDefinition"); \ +static_assert(sizeof(FContextualAnimWarpPointDefinition) == 0x00002C, "Wrong size on FContextualAnimWarpPointDefinition"); \ +static_assert(offsetof(FContextualAnimWarpPointDefinition, WarpTargetName) == 0x000000, "Member 'FContextualAnimWarpPointDefinition::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimWarpPointDefinition, Mode) == 0x000008, "Member 'FContextualAnimWarpPointDefinition::Mode' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimWarpPointDefinition, SocketName) == 0x00000C, "Member 'FContextualAnimWarpPointDefinition::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimWarpPointDefinition, Params) == 0x000014, "Member 'FContextualAnimWarpPointDefinition::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimSceneSection \ +static_assert(alignof(FContextualAnimSceneSection) == 0x000008, "Wrong alignment on FContextualAnimSceneSection"); \ +static_assert(sizeof(FContextualAnimSceneSection) == 0x000030, "Wrong size on FContextualAnimSceneSection"); \ +static_assert(offsetof(FContextualAnimSceneSection, Name) == 0x000000, "Member 'FContextualAnimSceneSection::Name' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneSection, AnimSets) == 0x000008, "Member 'FContextualAnimSceneSection::AnimSets' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneSection, WarpPointDefinitions) == 0x000018, "Member 'FContextualAnimSceneSection::WarpPointDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimSceneSection, bSyncAnimations) == 0x000028, "Member 'FContextualAnimSceneSection::bSyncAnimations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimPoint \ +static_assert(alignof(FContextualAnimPoint) == 0x000010, "Wrong alignment on FContextualAnimPoint"); \ +static_assert(sizeof(FContextualAnimPoint) == 0x000080, "Wrong size on FContextualAnimPoint"); \ +static_assert(offsetof(FContextualAnimPoint, Role) == 0x000000, "Member 'FContextualAnimPoint::Role' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimPoint, Transform) == 0x000010, "Member 'FContextualAnimPoint::Transform' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimPoint, Speed) == 0x000070, "Member 'FContextualAnimPoint::Speed' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimPoint, SectionIdx) == 0x000074, "Member 'FContextualAnimPoint::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimPoint, AnimSetIdx) == 0x000078, "Member 'FContextualAnimPoint::AnimSetIdx' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimPoint, AnimTrackIdx) == 0x00007C, "Member 'FContextualAnimPoint::AnimTrackIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimActorPreviewData \ +static_assert(alignof(FContextualAnimActorPreviewData) == 0x000008, "Wrong alignment on FContextualAnimActorPreviewData"); \ +static_assert(sizeof(FContextualAnimActorPreviewData) == 0x0000B0, "Wrong size on FContextualAnimActorPreviewData"); \ +static_assert(offsetof(FContextualAnimActorPreviewData, Role) == 0x000000, "Member 'FContextualAnimActorPreviewData::Role' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimActorPreviewData, Type) == 0x000008, "Member 'FContextualAnimActorPreviewData::Type' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimActorPreviewData, PreviewSkeletalMesh) == 0x000010, "Member 'FContextualAnimActorPreviewData::PreviewSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimActorPreviewData, PreviewAnimInstance) == 0x000038, "Member 'FContextualAnimActorPreviewData::PreviewAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimActorPreviewData, PreviewStaticMesh) == 0x000060, "Member 'FContextualAnimActorPreviewData::PreviewStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimActorPreviewData, PreviewActorClass) == 0x000088, "Member 'FContextualAnimActorPreviewData::PreviewActorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimIKTargetDefinition \ +static_assert(alignof(FContextualAnimIKTargetDefinition) == 0x000004, "Wrong alignment on FContextualAnimIKTargetDefinition"); \ +static_assert(sizeof(FContextualAnimIKTargetDefinition) == 0x000024, "Wrong size on FContextualAnimIKTargetDefinition"); \ +static_assert(offsetof(FContextualAnimIKTargetDefinition, GoalName) == 0x000000, "Member 'FContextualAnimIKTargetDefinition::GoalName' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimIKTargetDefinition, BoneName) == 0x000008, "Member 'FContextualAnimIKTargetDefinition::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimIKTargetDefinition, Provider) == 0x000010, "Member 'FContextualAnimIKTargetDefinition::Provider' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimIKTargetDefinition, TargetRoleName) == 0x000014, "Member 'FContextualAnimIKTargetDefinition::TargetRoleName' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimIKTargetDefinition, TargetBoneName) == 0x00001C, "Member 'FContextualAnimIKTargetDefinition::TargetBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimIKTarget \ +static_assert(alignof(FContextualAnimIKTarget) == 0x000010, "Wrong alignment on FContextualAnimIKTarget"); \ +static_assert(sizeof(FContextualAnimIKTarget) == 0x000080, "Wrong size on FContextualAnimIKTarget"); \ +static_assert(offsetof(FContextualAnimIKTarget, GoalName) == 0x000000, "Member 'FContextualAnimIKTarget::GoalName' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimIKTarget, BoneName) == 0x000008, "Member 'FContextualAnimIKTarget::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimIKTarget, Alpha) == 0x000010, "Member 'FContextualAnimIKTarget::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimIKTarget, Transform) == 0x000020, "Member 'FContextualAnimIKTarget::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimIKTargetDefContainer \ +static_assert(alignof(FContextualAnimIKTargetDefContainer) == 0x000008, "Wrong alignment on FContextualAnimIKTargetDefContainer"); \ +static_assert(sizeof(FContextualAnimIKTargetDefContainer) == 0x000018, "Wrong size on FContextualAnimIKTargetDefContainer"); \ +static_assert(offsetof(FContextualAnimIKTargetDefContainer, Role) == 0x000000, "Member 'FContextualAnimIKTargetDefContainer::Role' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimIKTargetDefContainer, IKTargetDefs) == 0x000008, "Member 'FContextualAnimIKTargetDefContainer::IKTargetDefs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimIKTargetParams \ +static_assert(alignof(FContextualAnimIKTargetParams) == 0x000008, "Wrong alignment on FContextualAnimIKTargetParams"); \ +static_assert(sizeof(FContextualAnimIKTargetParams) == 0x000018, "Wrong size on FContextualAnimIKTargetParams"); \ +static_assert(offsetof(FContextualAnimIKTargetParams, IKTargetDefsForEachRole) == 0x000000, "Member 'FContextualAnimIKTargetParams::IKTargetDefsForEachRole' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimIKTargetParams, AlphaProvider) == 0x000010, "Member 'FContextualAnimIKTargetParams::AlphaProvider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimRoleDefinition \ +static_assert(alignof(FContextualAnimRoleDefinition) == 0x000010, "Wrong alignment on FContextualAnimRoleDefinition"); \ +static_assert(sizeof(FContextualAnimRoleDefinition) == 0x000080, "Wrong size on FContextualAnimRoleDefinition"); \ +static_assert(offsetof(FContextualAnimRoleDefinition, Name) == 0x000000, "Member 'FContextualAnimRoleDefinition::Name' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRoleDefinition, bIsCharacter) == 0x000008, "Member 'FContextualAnimRoleDefinition::bIsCharacter' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRoleDefinition, PreviewCapsuleHalfHeight) == 0x00000C, "Member 'FContextualAnimRoleDefinition::PreviewCapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRoleDefinition, PreviewCapsuleRadius) == 0x000010, "Member 'FContextualAnimRoleDefinition::PreviewCapsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimRoleDefinition, MeshToComponent) == 0x000020, "Member 'FContextualAnimRoleDefinition::MeshToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimStartSceneParams \ +static_assert(alignof(FContextualAnimStartSceneParams) == 0x000008, "Wrong alignment on FContextualAnimStartSceneParams"); \ +static_assert(sizeof(FContextualAnimStartSceneParams) == 0x000068, "Wrong size on FContextualAnimStartSceneParams"); \ +static_assert(offsetof(FContextualAnimStartSceneParams, RoleToActorMap) == 0x000000, "Member 'FContextualAnimStartSceneParams::RoleToActorMap' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimStartSceneParams, SectionIdx) == 0x000050, "Member 'FContextualAnimStartSceneParams::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimStartSceneParams, AnimSetIdx) == 0x000054, "Member 'FContextualAnimStartSceneParams::AnimSetIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimQueryResult \ +static_assert(alignof(FContextualAnimQueryResult) == 0x000010, "Wrong alignment on FContextualAnimQueryResult"); \ +static_assert(sizeof(FContextualAnimQueryResult) == 0x0000E0, "Wrong size on FContextualAnimQueryResult"); \ +static_assert(offsetof(FContextualAnimQueryResult, Animation) == 0x000000, "Member 'FContextualAnimQueryResult::Animation' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimQueryResult, EntryTransform) == 0x000010, "Member 'FContextualAnimQueryResult::EntryTransform' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimQueryResult, SyncTransform) == 0x000070, "Member 'FContextualAnimQueryResult::SyncTransform' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimQueryResult, AnimStartTime) == 0x0000D0, "Member 'FContextualAnimQueryResult::AnimStartTime' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimQueryResult, AnimSetIdx) == 0x0000D4, "Member 'FContextualAnimQueryResult::AnimSetIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContextualAnimQueryParams \ +static_assert(alignof(FContextualAnimQueryParams) == 0x000010, "Wrong alignment on FContextualAnimQueryParams"); \ +static_assert(sizeof(FContextualAnimQueryParams) == 0x000080, "Wrong size on FContextualAnimQueryParams"); \ +static_assert(offsetof(FContextualAnimQueryParams, Querier) == 0x000000, "Member 'FContextualAnimQueryParams::Querier' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimQueryParams, QueryTransform) == 0x000010, "Member 'FContextualAnimQueryParams::QueryTransform' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimQueryParams, bComplexQuery) == 0x000070, "Member 'FContextualAnimQueryParams::bComplexQuery' has a wrong offset!"); \ +static_assert(offsetof(FContextualAnimQueryParams, bFindAnimStartTime) == 0x000071, "Member 'FContextualAnimQueryParams::bFindAnimStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_EarlyOutContextualAnimWindow \ +static_assert(alignof(UAnimNotifyState_EarlyOutContextualAnimWindow) == 0x000008, "Wrong alignment on UAnimNotifyState_EarlyOutContextualAnimWindow"); \ +static_assert(sizeof(UAnimNotifyState_EarlyOutContextualAnimWindow) == 0x000038, "Wrong size on UAnimNotifyState_EarlyOutContextualAnimWindow"); \ +static_assert(offsetof(UAnimNotifyState_EarlyOutContextualAnimWindow, bStopEveryone) == 0x000030, "Member 'UAnimNotifyState_EarlyOutContextualAnimWindow::bStopEveryone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_IKWindow \ +static_assert(alignof(UAnimNotifyState_IKWindow) == 0x000008, "Wrong alignment on UAnimNotifyState_IKWindow"); \ +static_assert(sizeof(UAnimNotifyState_IKWindow) == 0x0000A0, "Wrong size on UAnimNotifyState_IKWindow"); \ +static_assert(offsetof(UAnimNotifyState_IKWindow, GoalName) == 0x000030, "Member 'UAnimNotifyState_IKWindow::GoalName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_IKWindow, BlendIn) == 0x000038, "Member 'UAnimNotifyState_IKWindow::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_IKWindow, BlendOut) == 0x000068, "Member 'UAnimNotifyState_IKWindow::BlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_IKWindow, bEnable) == 0x000098, "Member 'UAnimNotifyState_IKWindow::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimActorInterface_GetMesh \ +static_assert(alignof(ContextualAnimActorInterface_GetMesh) == 0x000008, "Wrong alignment on ContextualAnimActorInterface_GetMesh"); \ +static_assert(sizeof(ContextualAnimActorInterface_GetMesh) == 0x000008, "Wrong size on ContextualAnimActorInterface_GetMesh"); \ +static_assert(offsetof(ContextualAnimActorInterface_GetMesh, ReturnValue) == 0x000000, "Member 'ContextualAnimActorInterface_GetMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IContextualAnimActorInterface \ +static_assert(alignof(IContextualAnimActorInterface) == 0x000001, "Wrong alignment on IContextualAnimActorInterface"); \ +static_assert(sizeof(IContextualAnimActorInterface) == 0x000001, "Wrong size on IContextualAnimActorInterface"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_EarlyOutContextualAnimScene \ +static_assert(alignof(ContextualAnimSceneActorComponent_EarlyOutContextualAnimScene) == 0x000001, "Wrong alignment on ContextualAnimSceneActorComponent_EarlyOutContextualAnimScene"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_EarlyOutContextualAnimScene) == 0x000001, "Wrong size on ContextualAnimSceneActorComponent_EarlyOutContextualAnimScene"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_EarlyOutContextualAnimScene, bStopEveryone) == 0x000000, "Member 'ContextualAnimSceneActorComponent_EarlyOutContextualAnimScene::bStopEveryone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_LateJoinContextualAnimScene \ +static_assert(alignof(ContextualAnimSceneActorComponent_LateJoinContextualAnimScene) == 0x000008, "Wrong alignment on ContextualAnimSceneActorComponent_LateJoinContextualAnimScene"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_LateJoinContextualAnimScene) == 0x000018, "Wrong size on ContextualAnimSceneActorComponent_LateJoinContextualAnimScene"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_LateJoinContextualAnimScene, Actor) == 0x000000, "Member 'ContextualAnimSceneActorComponent_LateJoinContextualAnimScene::Actor' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_LateJoinContextualAnimScene, Role) == 0x000008, "Member 'ContextualAnimSceneActorComponent_LateJoinContextualAnimScene::Role' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_LateJoinContextualAnimScene, ReturnValue) == 0x000010, "Member 'ContextualAnimSceneActorComponent_LateJoinContextualAnimScene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_OnIgnoredActorEndPlay \ +static_assert(alignof(ContextualAnimSceneActorComponent_OnIgnoredActorEndPlay) == 0x000008, "Wrong alignment on ContextualAnimSceneActorComponent_OnIgnoredActorEndPlay"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_OnIgnoredActorEndPlay) == 0x000010, "Wrong size on ContextualAnimSceneActorComponent_OnIgnoredActorEndPlay"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_OnIgnoredActorEndPlay, Actor) == 0x000000, "Member 'ContextualAnimSceneActorComponent_OnIgnoredActorEndPlay::Actor' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_OnIgnoredActorEndPlay, EndPlayReason) == 0x000008, "Member 'ContextualAnimSceneActorComponent_OnIgnoredActorEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_OnJoinedScene \ +static_assert(alignof(ContextualAnimSceneActorComponent_OnJoinedScene) == 0x000008, "Wrong alignment on ContextualAnimSceneActorComponent_OnJoinedScene"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_OnJoinedScene) == 0x000028, "Wrong size on ContextualAnimSceneActorComponent_OnJoinedScene"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_OnJoinedScene, InBindings) == 0x000000, "Member 'ContextualAnimSceneActorComponent_OnJoinedScene::InBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_OnMontageBlendingOut \ +static_assert(alignof(ContextualAnimSceneActorComponent_OnMontageBlendingOut) == 0x000008, "Wrong alignment on ContextualAnimSceneActorComponent_OnMontageBlendingOut"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_OnMontageBlendingOut) == 0x000010, "Wrong size on ContextualAnimSceneActorComponent_OnMontageBlendingOut"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_OnMontageBlendingOut, Montage) == 0x000000, "Member 'ContextualAnimSceneActorComponent_OnMontageBlendingOut::Montage' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'ContextualAnimSceneActorComponent_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_OnPlayMontageNotifyBegin \ +static_assert(alignof(ContextualAnimSceneActorComponent_OnPlayMontageNotifyBegin) == 0x000008, "Wrong alignment on ContextualAnimSceneActorComponent_OnPlayMontageNotifyBegin"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_OnPlayMontageNotifyBegin) == 0x000028, "Wrong size on ContextualAnimSceneActorComponent_OnPlayMontageNotifyBegin"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_OnPlayMontageNotifyBegin, NotifyName) == 0x000000, "Member 'ContextualAnimSceneActorComponent_OnPlayMontageNotifyBegin::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_OnPlayMontageNotifyBegin, BranchingPointNotifyPayload) == 0x000008, "Member 'ContextualAnimSceneActorComponent_OnPlayMontageNotifyBegin::BranchingPointNotifyPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_OnTickPose \ +static_assert(alignof(ContextualAnimSceneActorComponent_OnTickPose) == 0x000008, "Wrong alignment on ContextualAnimSceneActorComponent_OnTickPose"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_OnTickPose) == 0x000010, "Wrong size on ContextualAnimSceneActorComponent_OnTickPose"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_OnTickPose, SkinnedMeshComponent) == 0x000000, "Member 'ContextualAnimSceneActorComponent_OnTickPose::SkinnedMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_OnTickPose, DeltaTime) == 0x000008, "Member 'ContextualAnimSceneActorComponent_OnTickPose::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_OnTickPose, bNeedsValidRootMotion) == 0x00000C, "Member 'ContextualAnimSceneActorComponent_OnTickPose::bNeedsValidRootMotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_ServerEarlyOutContextualAnimScene \ +static_assert(alignof(ContextualAnimSceneActorComponent_ServerEarlyOutContextualAnimScene) == 0x000001, "Wrong alignment on ContextualAnimSceneActorComponent_ServerEarlyOutContextualAnimScene"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_ServerEarlyOutContextualAnimScene) == 0x000001, "Wrong size on ContextualAnimSceneActorComponent_ServerEarlyOutContextualAnimScene"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_ServerEarlyOutContextualAnimScene, bStopEveryone) == 0x000000, "Member 'ContextualAnimSceneActorComponent_ServerEarlyOutContextualAnimScene::bStopEveryone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_ServerStartContextualAnimScene \ +static_assert(alignof(ContextualAnimSceneActorComponent_ServerStartContextualAnimScene) == 0x000008, "Wrong alignment on ContextualAnimSceneActorComponent_ServerStartContextualAnimScene"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_ServerStartContextualAnimScene) == 0x000028, "Wrong size on ContextualAnimSceneActorComponent_ServerStartContextualAnimScene"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_ServerStartContextualAnimScene, InBindings) == 0x000000, "Member 'ContextualAnimSceneActorComponent_ServerStartContextualAnimScene::InBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_StartContextualAnimScene \ +static_assert(alignof(ContextualAnimSceneActorComponent_StartContextualAnimScene) == 0x000008, "Wrong alignment on ContextualAnimSceneActorComponent_StartContextualAnimScene"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_StartContextualAnimScene) == 0x000030, "Wrong size on ContextualAnimSceneActorComponent_StartContextualAnimScene"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_StartContextualAnimScene, InBindings) == 0x000000, "Member 'ContextualAnimSceneActorComponent_StartContextualAnimScene::InBindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_StartContextualAnimScene, ReturnValue) == 0x000028, "Member 'ContextualAnimSceneActorComponent_StartContextualAnimScene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_TransitionContextualAnimScene \ +static_assert(alignof(ContextualAnimSceneActorComponent_TransitionContextualAnimScene) == 0x000004, "Wrong alignment on ContextualAnimSceneActorComponent_TransitionContextualAnimScene"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_TransitionContextualAnimScene) == 0x00000C, "Wrong size on ContextualAnimSceneActorComponent_TransitionContextualAnimScene"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_TransitionContextualAnimScene, SectionName) == 0x000000, "Member 'ContextualAnimSceneActorComponent_TransitionContextualAnimScene::SectionName' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_TransitionContextualAnimScene, ReturnValue) == 0x000008, "Member 'ContextualAnimSceneActorComponent_TransitionContextualAnimScene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_TransitionContextualAnimSceneToSpecificSet \ +static_assert(alignof(ContextualAnimSceneActorComponent_TransitionContextualAnimSceneToSpecificSet) == 0x000004, "Wrong alignment on ContextualAnimSceneActorComponent_TransitionContextualAnimSceneToSpecificSet"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_TransitionContextualAnimSceneToSpecificSet) == 0x000010, "Wrong size on ContextualAnimSceneActorComponent_TransitionContextualAnimSceneToSpecificSet"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_TransitionContextualAnimSceneToSpecificSet, SectionName) == 0x000000, "Member 'ContextualAnimSceneActorComponent_TransitionContextualAnimSceneToSpecificSet::SectionName' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_TransitionContextualAnimSceneToSpecificSet, AnimSetIdx) == 0x000008, "Member 'ContextualAnimSceneActorComponent_TransitionContextualAnimSceneToSpecificSet::AnimSetIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_TransitionContextualAnimSceneToSpecificSet, ReturnValue) == 0x00000C, "Member 'ContextualAnimSceneActorComponent_TransitionContextualAnimSceneToSpecificSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_TransitionSingleActor \ +static_assert(alignof(ContextualAnimSceneActorComponent_TransitionSingleActor) == 0x000004, "Wrong alignment on ContextualAnimSceneActorComponent_TransitionSingleActor"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_TransitionSingleActor) == 0x00000C, "Wrong size on ContextualAnimSceneActorComponent_TransitionSingleActor"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_TransitionSingleActor, SectionIdx) == 0x000000, "Member 'ContextualAnimSceneActorComponent_TransitionSingleActor::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_TransitionSingleActor, AnimSetIdx) == 0x000004, "Member 'ContextualAnimSceneActorComponent_TransitionSingleActor::AnimSetIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_TransitionSingleActor, ReturnValue) == 0x000008, "Member 'ContextualAnimSceneActorComponent_TransitionSingleActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_GetBindings \ +static_assert(alignof(ContextualAnimSceneActorComponent_GetBindings) == 0x000008, "Wrong alignment on ContextualAnimSceneActorComponent_GetBindings"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_GetBindings) == 0x000028, "Wrong size on ContextualAnimSceneActorComponent_GetBindings"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_GetBindings, ReturnValue) == 0x000000, "Member 'ContextualAnimSceneActorComponent_GetBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_GetIKTargetByGoalName \ +static_assert(alignof(ContextualAnimSceneActorComponent_GetIKTargetByGoalName) == 0x000010, "Wrong alignment on ContextualAnimSceneActorComponent_GetIKTargetByGoalName"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_GetIKTargetByGoalName) == 0x000090, "Wrong size on ContextualAnimSceneActorComponent_GetIKTargetByGoalName"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_GetIKTargetByGoalName, GoalName) == 0x000000, "Member 'ContextualAnimSceneActorComponent_GetIKTargetByGoalName::GoalName' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_GetIKTargetByGoalName, ReturnValue) == 0x000010, "Member 'ContextualAnimSceneActorComponent_GetIKTargetByGoalName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_GetIKTargets \ +static_assert(alignof(ContextualAnimSceneActorComponent_GetIKTargets) == 0x000008, "Wrong alignment on ContextualAnimSceneActorComponent_GetIKTargets"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_GetIKTargets) == 0x000010, "Wrong size on ContextualAnimSceneActorComponent_GetIKTargets"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_GetIKTargets, ReturnValue) == 0x000000, "Member 'ContextualAnimSceneActorComponent_GetIKTargets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneActorComponent_IsInActiveScene \ +static_assert(alignof(ContextualAnimSceneActorComponent_IsInActiveScene) == 0x000001, "Wrong alignment on ContextualAnimSceneActorComponent_IsInActiveScene"); \ +static_assert(sizeof(ContextualAnimSceneActorComponent_IsInActiveScene) == 0x000001, "Wrong size on ContextualAnimSceneActorComponent_IsInActiveScene"); \ +static_assert(offsetof(ContextualAnimSceneActorComponent_IsInActiveScene, ReturnValue) == 0x000000, "Member 'ContextualAnimSceneActorComponent_IsInActiveScene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContextualAnimSceneActorComponent \ +static_assert(alignof(UContextualAnimSceneActorComponent) == 0x000010, "Wrong alignment on UContextualAnimSceneActorComponent"); \ +static_assert(sizeof(UContextualAnimSceneActorComponent) == 0x000300, "Wrong size on UContextualAnimSceneActorComponent"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, OnJoinedSceneDelegate) == 0x0000C8, "Member 'UContextualAnimSceneActorComponent::OnJoinedSceneDelegate' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, OnLeftSceneDelegate) == 0x0000D8, "Member 'UContextualAnimSceneActorComponent::OnLeftSceneDelegate' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, OnPlayMontageNotifyBeginDelegate) == 0x0000E8, "Member 'UContextualAnimSceneActorComponent::OnPlayMontageNotifyBeginDelegate' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, OnMontageBlendingOutDelegate) == 0x0000F8, "Member 'UContextualAnimSceneActorComponent::OnMontageBlendingOutDelegate' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, SceneAsset) == 0x000108, "Member 'UContextualAnimSceneActorComponent::SceneAsset' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, AlignmentOffset) == 0x000110, "Member 'UContextualAnimSceneActorComponent::AlignmentOffset' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, OwnerAnimInstance) == 0x000170, "Member 'UContextualAnimSceneActorComponent::OwnerAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, RepBindings) == 0x000178, "Member 'UContextualAnimSceneActorComponent::RepBindings' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, RepLateJoinData) == 0x0001C8, "Member 'UContextualAnimSceneActorComponent::RepLateJoinData' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, RepTransitionData) == 0x000200, "Member 'UContextualAnimSceneActorComponent::RepTransitionData' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, RepTransitionSingleActorData) == 0x000228, "Member 'UContextualAnimSceneActorComponent::RepTransitionSingleActorData' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, Bindings) == 0x000250, "Member 'UContextualAnimSceneActorComponent::Bindings' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, IKTargets) == 0x000278, "Member 'UContextualAnimSceneActorComponent::IKTargets' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneActorComponent, WarpTargetNamesCache) == 0x000288, "Member 'UContextualAnimSceneActorComponent::WarpTargetNamesCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContextualAnimRolesAsset \ +static_assert(alignof(UContextualAnimRolesAsset) == 0x000008, "Wrong alignment on UContextualAnimRolesAsset"); \ +static_assert(sizeof(UContextualAnimRolesAsset) == 0x000040, "Wrong size on UContextualAnimRolesAsset"); \ +static_assert(offsetof(UContextualAnimRolesAsset, Roles) == 0x000030, "Member 'UContextualAnimRolesAsset::Roles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneAsset_BP_FindAnimationForRole \ +static_assert(alignof(ContextualAnimSceneAsset_BP_FindAnimationForRole) == 0x000008, "Wrong alignment on ContextualAnimSceneAsset_BP_FindAnimationForRole"); \ +static_assert(sizeof(ContextualAnimSceneAsset_BP_FindAnimationForRole) == 0x000018, "Wrong size on ContextualAnimSceneAsset_BP_FindAnimationForRole"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_FindAnimationForRole, SectionIdx) == 0x000000, "Member 'ContextualAnimSceneAsset_BP_FindAnimationForRole::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_FindAnimationForRole, AnimSetIdx) == 0x000004, "Member 'ContextualAnimSceneAsset_BP_FindAnimationForRole::AnimSetIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_FindAnimationForRole, Role) == 0x000008, "Member 'ContextualAnimSceneAsset_BP_FindAnimationForRole::Role' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_FindAnimationForRole, ReturnValue) == 0x000010, "Member 'ContextualAnimSceneAsset_BP_FindAnimationForRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneAsset_BP_FindAnimSetIndexByAnimation \ +static_assert(alignof(ContextualAnimSceneAsset_BP_FindAnimSetIndexByAnimation) == 0x000008, "Wrong alignment on ContextualAnimSceneAsset_BP_FindAnimSetIndexByAnimation"); \ +static_assert(sizeof(ContextualAnimSceneAsset_BP_FindAnimSetIndexByAnimation) == 0x000018, "Wrong size on ContextualAnimSceneAsset_BP_FindAnimSetIndexByAnimation"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_FindAnimSetIndexByAnimation, SectionIdx) == 0x000000, "Member 'ContextualAnimSceneAsset_BP_FindAnimSetIndexByAnimation::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_FindAnimSetIndexByAnimation, Animation) == 0x000008, "Member 'ContextualAnimSceneAsset_BP_FindAnimSetIndexByAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_FindAnimSetIndexByAnimation, ReturnValue) == 0x000010, "Member 'ContextualAnimSceneAsset_BP_FindAnimSetIndexByAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint \ +static_assert(alignof(ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint) == 0x000010, "Wrong alignment on ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint"); \ +static_assert(sizeof(ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint) == 0x000080, "Wrong size on ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint, SectionIdx) == 0x000000, "Member 'ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint, AnimSetIdx) == 0x000004, "Member 'ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint::AnimSetIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint, Role) == 0x000008, "Member 'ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint::Role' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint, Time) == 0x000010, "Member 'ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint::Time' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint, ReturnValue) == 0x000020, "Member 'ContextualAnimSceneAsset_BP_GetAlignmentTransformForRoleRelativeToWarpPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime \ +static_assert(alignof(ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime) == 0x000010, "Wrong alignment on ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime"); \ +static_assert(sizeof(ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime) == 0x000080, "Wrong size on ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime, SectionIdx) == 0x000000, "Member 'ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime, AnimSetIdx) == 0x000004, "Member 'ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime::AnimSetIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime, Role) == 0x000008, "Member 'ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime::Role' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime, TrackName) == 0x000010, "Member 'ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime::TrackName' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime, Time) == 0x000018, "Member 'ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime::Time' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime, ReturnValue) == 0x000020, "Member 'ContextualAnimSceneAsset_BP_GetIKTargetTransformForRoleAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection \ +static_assert(alignof(ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection) == 0x000004, "Wrong alignment on ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection"); \ +static_assert(sizeof(ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection) == 0x000020, "Wrong size on ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection, SectionIdx) == 0x000000, "Member 'ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection, AnimSetIdx) == 0x000004, "Member 'ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection::AnimSetIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection, Role) == 0x000008, "Member 'ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection::Role' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection, WarpSectionName) == 0x000010, "Member 'ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection::WarpSectionName' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection, OutStartTime) == 0x000018, "Member 'ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection::OutStartTime' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection, OutEndTime) == 0x00001C, "Member 'ContextualAnimSceneAsset_BP_GetStartAndEndTimeForWarpSection::OutEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole \ +static_assert(alignof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole) == 0x000010, "Wrong alignment on ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole"); \ +static_assert(sizeof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole) == 0x000100, "Wrong size on ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole"); \ +static_assert(offsetof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole, Type) == 0x000000, "Member 'ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole::Type' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole, SectionIdx) == 0x000004, "Member 'ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole, Primary) == 0x000010, "Member 'ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole::Primary' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole, OutResult) == 0x0000F0, "Member 'ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRole::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria \ +static_assert(alignof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria) == 0x000010, "Wrong alignment on ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria"); \ +static_assert(sizeof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria) == 0x0001F0, "Wrong size on ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria"); \ +static_assert(offsetof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria, Type) == 0x000000, "Member 'ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria::Type' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria, SectionIdx) == 0x000004, "Member 'ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria, Primary) == 0x000010, "Member 'ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria::Primary' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria, Querier) == 0x0000F0, "Member 'ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria::Querier' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria, CriterionToConsider) == 0x0001D0, "Member 'ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria::CriterionToConsider' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria, OutResult) == 0x0001D8, "Member 'ContextualAnimSceneAsset_GetAlignmentPointsForSecondaryRoleConsideringSelectionCriteria::OutResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneAsset_GetRoles \ +static_assert(alignof(ContextualAnimSceneAsset_GetRoles) == 0x000008, "Wrong alignment on ContextualAnimSceneAsset_GetRoles"); \ +static_assert(sizeof(ContextualAnimSceneAsset_GetRoles) == 0x000010, "Wrong size on ContextualAnimSceneAsset_GetRoles"); \ +static_assert(offsetof(ContextualAnimSceneAsset_GetRoles, ReturnValue) == 0x000000, "Member 'ContextualAnimSceneAsset_GetRoles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSceneAsset_Query \ +static_assert(alignof(ContextualAnimSceneAsset_Query) == 0x000010, "Wrong alignment on ContextualAnimSceneAsset_Query"); \ +static_assert(sizeof(ContextualAnimSceneAsset_Query) == 0x0001E0, "Wrong size on ContextualAnimSceneAsset_Query"); \ +static_assert(offsetof(ContextualAnimSceneAsset_Query, Role) == 0x000000, "Member 'ContextualAnimSceneAsset_Query::Role' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_Query, OutResult) == 0x000010, "Member 'ContextualAnimSceneAsset_Query::OutResult' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_Query, QueryParams) == 0x0000F0, "Member 'ContextualAnimSceneAsset_Query::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_Query, ToWorldTransform) == 0x000170, "Member 'ContextualAnimSceneAsset_Query::ToWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSceneAsset_Query, ReturnValue) == 0x0001D0, "Member 'ContextualAnimSceneAsset_Query::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContextualAnimSceneAsset \ +static_assert(alignof(UContextualAnimSceneAsset) == 0x000008, "Wrong alignment on UContextualAnimSceneAsset"); \ +static_assert(sizeof(UContextualAnimSceneAsset) == 0x000098, "Wrong size on UContextualAnimSceneAsset"); \ +static_assert(offsetof(UContextualAnimSceneAsset, RolesAsset) == 0x000030, "Member 'UContextualAnimSceneAsset::RolesAsset' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneAsset, PrimaryRole) == 0x000038, "Member 'UContextualAnimSceneAsset::PrimaryRole' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneAsset, Sections) == 0x000040, "Member 'UContextualAnimSceneAsset::Sections' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneAsset, Radius) == 0x000050, "Member 'UContextualAnimSceneAsset::Radius' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneAsset, CollisionBehavior) == 0x000054, "Member 'UContextualAnimSceneAsset::CollisionBehavior' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneAsset, CollisionChannelsToIgnoreParams) == 0x000058, "Member 'UContextualAnimSceneAsset::CollisionChannelsToIgnoreParams' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneAsset, AttachmentParams) == 0x000068, "Member 'UContextualAnimSceneAsset::AttachmentParams' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneAsset, IKTargetParams) == 0x000078, "Member 'UContextualAnimSceneAsset::IKTargetParams' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneAsset, bIgnoreClientMovementErrorChecksAndCorrection) == 0x000090, "Member 'UContextualAnimSceneAsset::bIgnoreClientMovementErrorChecksAndCorrection' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneAsset, bDisableMovementReplicationForSimulatedProxy) == 0x000091, "Member 'UContextualAnimSceneAsset::bDisableMovementReplicationForSimulatedProxy' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneAsset, bPrecomputeAlignmentTracks) == 0x000092, "Member 'UContextualAnimSceneAsset::bPrecomputeAlignmentTracks' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSceneAsset, SampleRate) == 0x000094, "Member 'UContextualAnimSceneAsset::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContextualAnimSelectionCriterion \ +static_assert(alignof(UContextualAnimSelectionCriterion) == 0x000008, "Wrong alignment on UContextualAnimSelectionCriterion"); \ +static_assert(sizeof(UContextualAnimSelectionCriterion) == 0x000030, "Wrong size on UContextualAnimSelectionCriterion"); \ +static_assert(offsetof(UContextualAnimSelectionCriterion, Type) == 0x000028, "Member 'UContextualAnimSelectionCriterion::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSelectionCriterion_Blueprint_BP_DoesQuerierPassCondition \ +static_assert(alignof(ContextualAnimSelectionCriterion_Blueprint_BP_DoesQuerierPassCondition) == 0x000010, "Wrong alignment on ContextualAnimSelectionCriterion_Blueprint_BP_DoesQuerierPassCondition"); \ +static_assert(sizeof(ContextualAnimSelectionCriterion_Blueprint_BP_DoesQuerierPassCondition) == 0x0001D0, "Wrong size on ContextualAnimSelectionCriterion_Blueprint_BP_DoesQuerierPassCondition"); \ +static_assert(offsetof(ContextualAnimSelectionCriterion_Blueprint_BP_DoesQuerierPassCondition, Primary) == 0x000000, "Member 'ContextualAnimSelectionCriterion_Blueprint_BP_DoesQuerierPassCondition::Primary' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSelectionCriterion_Blueprint_BP_DoesQuerierPassCondition, Querier) == 0x0000E0, "Member 'ContextualAnimSelectionCriterion_Blueprint_BP_DoesQuerierPassCondition::Querier' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimSelectionCriterion_Blueprint_BP_DoesQuerierPassCondition, ReturnValue) == 0x0001C0, "Member 'ContextualAnimSelectionCriterion_Blueprint_BP_DoesQuerierPassCondition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimSelectionCriterion_Blueprint_GetSceneAsset \ +static_assert(alignof(ContextualAnimSelectionCriterion_Blueprint_GetSceneAsset) == 0x000008, "Wrong alignment on ContextualAnimSelectionCriterion_Blueprint_GetSceneAsset"); \ +static_assert(sizeof(ContextualAnimSelectionCriterion_Blueprint_GetSceneAsset) == 0x000008, "Wrong size on ContextualAnimSelectionCriterion_Blueprint_GetSceneAsset"); \ +static_assert(offsetof(ContextualAnimSelectionCriterion_Blueprint_GetSceneAsset, ReturnValue) == 0x000000, "Member 'ContextualAnimSelectionCriterion_Blueprint_GetSceneAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContextualAnimSelectionCriterion_Blueprint \ +static_assert(alignof(UContextualAnimSelectionCriterion_Blueprint) == 0x000008, "Wrong alignment on UContextualAnimSelectionCriterion_Blueprint"); \ +static_assert(sizeof(UContextualAnimSelectionCriterion_Blueprint) == 0x000030, "Wrong size on UContextualAnimSelectionCriterion_Blueprint"); \ + +#define DUMPER7_ASSERTS_UContextualAnimSelectionCriterion_TriggerArea \ +static_assert(alignof(UContextualAnimSelectionCriterion_TriggerArea) == 0x000008, "Wrong alignment on UContextualAnimSelectionCriterion_TriggerArea"); \ +static_assert(sizeof(UContextualAnimSelectionCriterion_TriggerArea) == 0x000048, "Wrong size on UContextualAnimSelectionCriterion_TriggerArea"); \ +static_assert(offsetof(UContextualAnimSelectionCriterion_TriggerArea, PolygonPoints) == 0x000030, "Member 'UContextualAnimSelectionCriterion_TriggerArea::PolygonPoints' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSelectionCriterion_TriggerArea, Height) == 0x000040, "Member 'UContextualAnimSelectionCriterion_TriggerArea::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContextualAnimSelectionCriterion_Cone \ +static_assert(alignof(UContextualAnimSelectionCriterion_Cone) == 0x000008, "Wrong alignment on UContextualAnimSelectionCriterion_Cone"); \ +static_assert(sizeof(UContextualAnimSelectionCriterion_Cone) == 0x000040, "Wrong size on UContextualAnimSelectionCriterion_Cone"); \ +static_assert(offsetof(UContextualAnimSelectionCriterion_Cone, Mode) == 0x000030, "Member 'UContextualAnimSelectionCriterion_Cone::Mode' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSelectionCriterion_Cone, Distance) == 0x000034, "Member 'UContextualAnimSelectionCriterion_Cone::Distance' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSelectionCriterion_Cone, HalfAngle) == 0x000038, "Member 'UContextualAnimSelectionCriterion_Cone::HalfAngle' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSelectionCriterion_Cone, Offset) == 0x00003C, "Member 'UContextualAnimSelectionCriterion_Cone::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContextualAnimSelectionCriterion_Distance \ +static_assert(alignof(UContextualAnimSelectionCriterion_Distance) == 0x000008, "Wrong alignment on UContextualAnimSelectionCriterion_Distance"); \ +static_assert(sizeof(UContextualAnimSelectionCriterion_Distance) == 0x000040, "Wrong size on UContextualAnimSelectionCriterion_Distance"); \ +static_assert(offsetof(UContextualAnimSelectionCriterion_Distance, Mode) == 0x000030, "Member 'UContextualAnimSelectionCriterion_Distance::Mode' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSelectionCriterion_Distance, MinDistance) == 0x000034, "Member 'UContextualAnimSelectionCriterion_Distance::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(UContextualAnimSelectionCriterion_Distance, MaxDistance) == 0x000038, "Member 'UContextualAnimSelectionCriterion_Distance::MaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings \ +static_assert(alignof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings) == 0x000008, "Wrong alignment on ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings) == 0x000088, "Wrong size on ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings, SceneAsset) == 0x000000, "Member 'ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings::SceneAsset' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings, Params_0) == 0x000008, "Member 'ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings::Params_0' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings, OutBindings) == 0x000058, "Member 'ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings::OutBindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings, ReturnValue) == 0x000080, "Member 'ContextualAnimUtilities_BP_CreateContextualAnimSceneBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors \ +static_assert(alignof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors) == 0x000200, "Wrong size on ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors, SceneAsset) == 0x000000, "Member 'ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors::SceneAsset' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors, Primary) == 0x000010, "Member 'ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors::Primary' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors, Secondary) == 0x0000F0, "Member 'ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors::Secondary' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors, OutBindings) == 0x0001D0, "Member 'ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors::OutBindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors, ReturnValue) == 0x0001F8, "Member 'ContextualAnimUtilities_BP_CreateContextualAnimSceneBindingsForTwoActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_DrawDebugPose \ +static_assert(alignof(ContextualAnimUtilities_BP_DrawDebugPose) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_DrawDebugPose"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_DrawDebugPose) == 0x0000A0, "Wrong size on ContextualAnimUtilities_BP_DrawDebugPose"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_DrawDebugPose, WorldContextObject) == 0x000000, "Member 'ContextualAnimUtilities_BP_DrawDebugPose::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_DrawDebugPose, Animation) == 0x000008, "Member 'ContextualAnimUtilities_BP_DrawDebugPose::Animation' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_DrawDebugPose, Time) == 0x000010, "Member 'ContextualAnimUtilities_BP_DrawDebugPose::Time' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_DrawDebugPose, LocalToWorldTransform) == 0x000020, "Member 'ContextualAnimUtilities_BP_DrawDebugPose::LocalToWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_DrawDebugPose, Color) == 0x000080, "Member 'ContextualAnimUtilities_BP_DrawDebugPose::Color' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_DrawDebugPose, Lifetime) == 0x000090, "Member 'ContextualAnimUtilities_BP_DrawDebugPose::Lifetime' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_DrawDebugPose, Thickness) == 0x000094, "Member 'ContextualAnimUtilities_BP_DrawDebugPose::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_Montage_GetSectionLength \ +static_assert(alignof(ContextualAnimUtilities_BP_Montage_GetSectionLength) == 0x000008, "Wrong alignment on ContextualAnimUtilities_BP_Montage_GetSectionLength"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_Montage_GetSectionLength) == 0x000010, "Wrong size on ContextualAnimUtilities_BP_Montage_GetSectionLength"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_Montage_GetSectionLength, Montage) == 0x000000, "Member 'ContextualAnimUtilities_BP_Montage_GetSectionLength::Montage' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_Montage_GetSectionLength, SectionIndex) == 0x000008, "Member 'ContextualAnimUtilities_BP_Montage_GetSectionLength::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_Montage_GetSectionLength, ReturnValue) == 0x00000C, "Member 'ContextualAnimUtilities_BP_Montage_GetSectionLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime \ +static_assert(alignof(ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime) == 0x000008, "Wrong alignment on ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime) == 0x000018, "Wrong size on ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime, Montage) == 0x000000, "Member 'ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime::Montage' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime, SectionIndex) == 0x000008, "Member 'ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime, OutStartTime) == 0x00000C, "Member 'ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime::OutStartTime' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime, OutEndTime) == 0x000010, "Member 'ContextualAnimUtilities_BP_Montage_GetSectionStartAndEndTime::OutEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_Montage_GetSectionTimeLeftFromPos \ +static_assert(alignof(ContextualAnimUtilities_BP_Montage_GetSectionTimeLeftFromPos) == 0x000008, "Wrong alignment on ContextualAnimUtilities_BP_Montage_GetSectionTimeLeftFromPos"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_Montage_GetSectionTimeLeftFromPos) == 0x000010, "Wrong size on ContextualAnimUtilities_BP_Montage_GetSectionTimeLeftFromPos"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_Montage_GetSectionTimeLeftFromPos, Montage) == 0x000000, "Member 'ContextualAnimUtilities_BP_Montage_GetSectionTimeLeftFromPos::Montage' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_Montage_GetSectionTimeLeftFromPos, position) == 0x000008, "Member 'ContextualAnimUtilities_BP_Montage_GetSectionTimeLeftFromPos::position' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_Montage_GetSectionTimeLeftFromPos, ReturnValue) == 0x00000C, "Member 'ContextualAnimUtilities_BP_Montage_GetSectionTimeLeftFromPos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBinding_GetActor \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBinding_GetActor) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBinding_GetActor"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBinding_GetActor) == 0x000100, "Wrong size on ContextualAnimUtilities_BP_SceneBinding_GetActor"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBinding_GetActor, Binding) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBinding_GetActor::Binding' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBinding_GetActor, ReturnValue) == 0x0000F0, "Member 'ContextualAnimUtilities_BP_SceneBinding_GetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBinding_GetAnimationFromBinding \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBinding_GetAnimationFromBinding) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBinding_GetAnimationFromBinding"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBinding_GetAnimationFromBinding) == 0x000130, "Wrong size on ContextualAnimUtilities_BP_SceneBinding_GetAnimationFromBinding"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBinding_GetAnimationFromBinding, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBinding_GetAnimationFromBinding::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBinding_GetAnimationFromBinding, Binding) == 0x000030, "Member 'ContextualAnimUtilities_BP_SceneBinding_GetAnimationFromBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBinding_GetAnimationFromBinding, ReturnValue) == 0x000120, "Member 'ContextualAnimUtilities_BP_SceneBinding_GetAnimationFromBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBinding_GetRoleFromBinding \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBinding_GetRoleFromBinding) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBinding_GetRoleFromBinding"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBinding_GetRoleFromBinding) == 0x000130, "Wrong size on ContextualAnimUtilities_BP_SceneBinding_GetRoleFromBinding"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBinding_GetRoleFromBinding, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBinding_GetRoleFromBinding::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBinding_GetRoleFromBinding, Binding) == 0x000030, "Member 'ContextualAnimUtilities_BP_SceneBinding_GetRoleFromBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBinding_GetRoleFromBinding, ReturnValue) == 0x000120, "Member 'ContextualAnimUtilities_BP_SceneBinding_GetRoleFromBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBinding_GetSkeletalMesh \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBinding_GetSkeletalMesh) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBinding_GetSkeletalMesh"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBinding_GetSkeletalMesh) == 0x000100, "Wrong size on ContextualAnimUtilities_BP_SceneBinding_GetSkeletalMesh"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBinding_GetSkeletalMesh, Binding) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBinding_GetSkeletalMesh::Binding' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBinding_GetSkeletalMesh, ReturnValue) == 0x0000F0, "Member 'ContextualAnimUtilities_BP_SceneBinding_GetSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindingContext_GetActor \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindingContext_GetActor) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindingContext_GetActor"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindingContext_GetActor) == 0x0000F0, "Wrong size on ContextualAnimUtilities_BP_SceneBindingContext_GetActor"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_GetActor, BindingContext) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_GetActor::BindingContext' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_GetActor, ReturnValue) == 0x0000E0, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_GetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindingContext_GetCurrentSectionAndAnimSetNames \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindingContext_GetCurrentSectionAndAnimSetNames) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindingContext_GetCurrentSectionAndAnimSetNames"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindingContext_GetCurrentSectionAndAnimSetNames) == 0x0000F0, "Wrong size on ContextualAnimUtilities_BP_SceneBindingContext_GetCurrentSectionAndAnimSetNames"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_GetCurrentSectionAndAnimSetNames, BindingContext) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_GetCurrentSectionAndAnimSetNames::BindingContext' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_GetCurrentSectionAndAnimSetNames, SectionName) == 0x0000E0, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_GetCurrentSectionAndAnimSetNames::SectionName' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_GetCurrentSectionAndAnimSetNames, AnimSetName) == 0x0000E8, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_GetCurrentSectionAndAnimSetNames::AnimSetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindingContext_GetGameplayTags \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindingContext_GetGameplayTags) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindingContext_GetGameplayTags"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindingContext_GetGameplayTags) == 0x000100, "Wrong size on ContextualAnimUtilities_BP_SceneBindingContext_GetGameplayTags"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_GetGameplayTags, BindingContext) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_GetGameplayTags::BindingContext' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_GetGameplayTags, ReturnValue) == 0x0000E0, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_GetGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindingContext_GetTransform \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindingContext_GetTransform) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindingContext_GetTransform"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindingContext_GetTransform) == 0x000140, "Wrong size on ContextualAnimUtilities_BP_SceneBindingContext_GetTransform"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_GetTransform, BindingContext) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_GetTransform::BindingContext' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_GetTransform, ReturnValue) == 0x0000E0, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_GetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindingContext_GetVelocity \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindingContext_GetVelocity) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindingContext_GetVelocity"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindingContext_GetVelocity) == 0x000100, "Wrong size on ContextualAnimUtilities_BP_SceneBindingContext_GetVelocity"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_GetVelocity, BindingContext) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_GetVelocity::BindingContext' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_GetVelocity, ReturnValue) == 0x0000E0, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_GetVelocity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindingContext_HasAllMatchingGameplayTags \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindingContext_HasAllMatchingGameplayTags) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindingContext_HasAllMatchingGameplayTags"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindingContext_HasAllMatchingGameplayTags) == 0x000110, "Wrong size on ContextualAnimUtilities_BP_SceneBindingContext_HasAllMatchingGameplayTags"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_HasAllMatchingGameplayTags, BindingContext) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_HasAllMatchingGameplayTags::BindingContext' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_HasAllMatchingGameplayTags, TagContainer) == 0x0000E0, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_HasAllMatchingGameplayTags::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_HasAllMatchingGameplayTags, ReturnValue) == 0x000100, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_HasAllMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindingContext_HasAnyMatchingGameplayTags \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindingContext_HasAnyMatchingGameplayTags) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindingContext_HasAnyMatchingGameplayTags"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindingContext_HasAnyMatchingGameplayTags) == 0x000110, "Wrong size on ContextualAnimUtilities_BP_SceneBindingContext_HasAnyMatchingGameplayTags"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_HasAnyMatchingGameplayTags, BindingContext) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_HasAnyMatchingGameplayTags::BindingContext' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_HasAnyMatchingGameplayTags, TagContainer) == 0x0000E0, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_HasAnyMatchingGameplayTags::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_HasAnyMatchingGameplayTags, ReturnValue) == 0x000100, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_HasAnyMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindingContext_HasMatchingGameplayTag \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindingContext_HasMatchingGameplayTag) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindingContext_HasMatchingGameplayTag"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindingContext_HasMatchingGameplayTag) == 0x0000F0, "Wrong size on ContextualAnimUtilities_BP_SceneBindingContext_HasMatchingGameplayTag"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_HasMatchingGameplayTag, BindingContext) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_HasMatchingGameplayTag::BindingContext' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_HasMatchingGameplayTag, TagToCheck) == 0x0000E0, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_HasMatchingGameplayTag::TagToCheck' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_HasMatchingGameplayTag, ReturnValue) == 0x0000E8, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_HasMatchingGameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActor \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActor) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActor"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActor) == 0x0000F0, "Wrong size on ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActor"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActor, Actor) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActor, ReturnValue) == 0x000010, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActorWithExternalTransform \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActorWithExternalTransform) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActorWithExternalTransform"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActorWithExternalTransform) == 0x000150, "Wrong size on ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActorWithExternalTransform"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActorWithExternalTransform, Actor) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActorWithExternalTransform::Actor' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActorWithExternalTransform, ExternalTransform) == 0x000010, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActorWithExternalTransform::ExternalTransform' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActorWithExternalTransform, ReturnValue) == 0x000070, "Member 'ContextualAnimUtilities_BP_SceneBindingContext_MakeFromActorWithExternalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindings_AddOrUpdateWarpTargetsForBindings \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindings_AddOrUpdateWarpTargetsForBindings) == 0x000008, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindings_AddOrUpdateWarpTargetsForBindings"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindings_AddOrUpdateWarpTargetsForBindings) == 0x000028, "Wrong size on ContextualAnimUtilities_BP_SceneBindings_AddOrUpdateWarpTargetsForBindings"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_AddOrUpdateWarpTargetsForBindings, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindings_AddOrUpdateWarpTargetsForBindings::Bindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindings_CalculateWarpPoints \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindings_CalculateWarpPoints) == 0x000008, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindings_CalculateWarpPoints"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindings_CalculateWarpPoints) == 0x000038, "Wrong size on ContextualAnimUtilities_BP_SceneBindings_CalculateWarpPoints"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_CalculateWarpPoints, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindings_CalculateWarpPoints::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_CalculateWarpPoints, OutWarpPoints) == 0x000028, "Member 'ContextualAnimUtilities_BP_SceneBindings_CalculateWarpPoints::OutWarpPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole) == 0x0000A0, "Wrong size on ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole, Role) == 0x000028, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole::Role' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole, RelativeToRole) == 0x000030, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole::RelativeToRole' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole, Time) == 0x000038, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole::Time' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole, ReturnValue) == 0x000040, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToOtherRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint) == 0x000110, "Wrong size on ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint, Role) == 0x000028, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint::Role' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint, WarpPoint) == 0x000030, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint::WarpPoint' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint, Time) == 0x0000A0, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint::Time' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint, ReturnValue) == 0x0000B0, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformForRoleRelativeToWarpPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding) == 0x0001F0, "Wrong size on ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding, Binding) == 0x000030, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding::Binding' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding, WarpPoint) == 0x000120, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding::WarpPoint' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding, ReturnValue) == 0x000190, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetAlignmentTransformFromBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindings_GetBindingByActor \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindings_GetBindingByActor) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindings_GetBindingByActor"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindings_GetBindingByActor) == 0x000120, "Wrong size on ContextualAnimUtilities_BP_SceneBindings_GetBindingByActor"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetBindingByActor, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetBindingByActor::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetBindingByActor, Actor) == 0x000028, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetBindingByActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetBindingByActor, ReturnValue) == 0x000030, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetBindingByActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindings_GetBindingByRole \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindings_GetBindingByRole) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindings_GetBindingByRole"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindings_GetBindingByRole) == 0x000120, "Wrong size on ContextualAnimUtilities_BP_SceneBindings_GetBindingByRole"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetBindingByRole, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetBindingByRole::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetBindingByRole, Role) == 0x000028, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetBindingByRole::Role' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetBindingByRole, ReturnValue) == 0x000030, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetBindingByRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindings_GetBindings \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindings_GetBindings) == 0x000008, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindings_GetBindings"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindings_GetBindings) == 0x000038, "Wrong size on ContextualAnimUtilities_BP_SceneBindings_GetBindings"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetBindings, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetBindings::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetBindings, ReturnValue) == 0x000028, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindings_GetPrimaryBinding \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindings_GetPrimaryBinding) == 0x000010, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindings_GetPrimaryBinding"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindings_GetPrimaryBinding) == 0x000120, "Wrong size on ContextualAnimUtilities_BP_SceneBindings_GetPrimaryBinding"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetPrimaryBinding, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetPrimaryBinding::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetPrimaryBinding, ReturnValue) == 0x000030, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetPrimaryBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindings_GetSceneAsset \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindings_GetSceneAsset) == 0x000008, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindings_GetSceneAsset"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindings_GetSceneAsset) == 0x000030, "Wrong size on ContextualAnimUtilities_BP_SceneBindings_GetSceneAsset"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetSceneAsset, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetSceneAsset::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetSceneAsset, ReturnValue) == 0x000028, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetSceneAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetIndices \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetIndices) == 0x000008, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetIndices"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetIndices) == 0x000030, "Wrong size on ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetIndices"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetIndices, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetIndices::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetIndices, SectionIdx) == 0x000028, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetIndices::SectionIdx' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetIndices, AnimSetIdx) == 0x00002C, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetIndices::AnimSetIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetNames \ +static_assert(alignof(ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetNames) == 0x000008, "Wrong alignment on ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetNames"); \ +static_assert(sizeof(ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetNames) == 0x000038, "Wrong size on ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetNames"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetNames, Bindings) == 0x000000, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetNames::Bindings' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetNames, SectionName) == 0x000028, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetNames::SectionName' has a wrong offset!"); \ +static_assert(offsetof(ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetNames, AnimSetName) == 0x000030, "Member 'ContextualAnimUtilities_BP_SceneBindings_GetSectionAndAnimSetNames::AnimSetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContextualAnimUtilities \ +static_assert(alignof(UContextualAnimUtilities) == 0x000008, "Wrong alignment on UContextualAnimUtilities"); \ +static_assert(sizeof(UContextualAnimUtilities) == 0x000028, "Wrong size on UContextualAnimUtilities"); \ + +#define DUMPER7_ASSERTS_FConsoleVariablesEditorAssetSaveData \ +static_assert(alignof(FConsoleVariablesEditorAssetSaveData) == 0x000008, "Wrong alignment on FConsoleVariablesEditorAssetSaveData"); \ +static_assert(sizeof(FConsoleVariablesEditorAssetSaveData) == 0x000028, "Wrong size on FConsoleVariablesEditorAssetSaveData"); \ +static_assert(offsetof(FConsoleVariablesEditorAssetSaveData, CommandName) == 0x000000, "Member 'FConsoleVariablesEditorAssetSaveData::CommandName' has a wrong offset!"); \ +static_assert(offsetof(FConsoleVariablesEditorAssetSaveData, CommandValueAsString) == 0x000010, "Member 'FConsoleVariablesEditorAssetSaveData::CommandValueAsString' has a wrong offset!"); \ +static_assert(offsetof(FConsoleVariablesEditorAssetSaveData, CheckedState) == 0x000020, "Member 'FConsoleVariablesEditorAssetSaveData::CheckedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_AddFrom \ +static_assert(alignof(ConsoleVariablesAsset_AddFrom) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_AddFrom"); \ +static_assert(sizeof(ConsoleVariablesAsset_AddFrom) == 0x000008, "Wrong size on ConsoleVariablesAsset_AddFrom"); \ +static_assert(offsetof(ConsoleVariablesAsset_AddFrom, InAssetToCopy) == 0x000000, "Member 'ConsoleVariablesAsset_AddFrom::InAssetToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData \ +static_assert(alignof(ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData"); \ +static_assert(sizeof(ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData) == 0x000028, "Wrong size on ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData"); \ +static_assert(offsetof(ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData, InData) == 0x000000, "Member 'ConsoleVariablesAsset_AddOrSetConsoleObjectSavedData::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_CopyFrom \ +static_assert(alignof(ConsoleVariablesAsset_CopyFrom) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_CopyFrom"); \ +static_assert(sizeof(ConsoleVariablesAsset_CopyFrom) == 0x000008, "Wrong size on ConsoleVariablesAsset_CopyFrom"); \ +static_assert(offsetof(ConsoleVariablesAsset_CopyFrom, InAssetToCopy) == 0x000000, "Member 'ConsoleVariablesAsset_CopyFrom::InAssetToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_RemoveConsoleVariable \ +static_assert(alignof(ConsoleVariablesAsset_RemoveConsoleVariable) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_RemoveConsoleVariable"); \ +static_assert(sizeof(ConsoleVariablesAsset_RemoveConsoleVariable) == 0x000018, "Wrong size on ConsoleVariablesAsset_RemoveConsoleVariable"); \ +static_assert(offsetof(ConsoleVariablesAsset_RemoveConsoleVariable, InCommandString) == 0x000000, "Member 'ConsoleVariablesAsset_RemoveConsoleVariable::InCommandString' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_RemoveConsoleVariable, ReturnValue) == 0x000010, "Member 'ConsoleVariablesAsset_RemoveConsoleVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_ReplaceSavedCommands \ +static_assert(alignof(ConsoleVariablesAsset_ReplaceSavedCommands) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_ReplaceSavedCommands"); \ +static_assert(sizeof(ConsoleVariablesAsset_ReplaceSavedCommands) == 0x000010, "Wrong size on ConsoleVariablesAsset_ReplaceSavedCommands"); \ +static_assert(offsetof(ConsoleVariablesAsset_ReplaceSavedCommands, Replacement) == 0x000000, "Member 'ConsoleVariablesAsset_ReplaceSavedCommands::Replacement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_SetVariableCollectionDescription \ +static_assert(alignof(ConsoleVariablesAsset_SetVariableCollectionDescription) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_SetVariableCollectionDescription"); \ +static_assert(sizeof(ConsoleVariablesAsset_SetVariableCollectionDescription) == 0x000010, "Wrong size on ConsoleVariablesAsset_SetVariableCollectionDescription"); \ +static_assert(offsetof(ConsoleVariablesAsset_SetVariableCollectionDescription, InVariableCollectionDescription) == 0x000000, "Member 'ConsoleVariablesAsset_SetVariableCollectionDescription::InVariableCollectionDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_ExecuteSavedCommands \ +static_assert(alignof(ConsoleVariablesAsset_ExecuteSavedCommands) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_ExecuteSavedCommands"); \ +static_assert(sizeof(ConsoleVariablesAsset_ExecuteSavedCommands) == 0x000010, "Wrong size on ConsoleVariablesAsset_ExecuteSavedCommands"); \ +static_assert(offsetof(ConsoleVariablesAsset_ExecuteSavedCommands, WorldContextObject) == 0x000000, "Member 'ConsoleVariablesAsset_ExecuteSavedCommands::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_ExecuteSavedCommands, bOnlyIncludeChecked) == 0x000008, "Member 'ConsoleVariablesAsset_ExecuteSavedCommands::bOnlyIncludeChecked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_FindSavedDataByCommandString \ +static_assert(alignof(ConsoleVariablesAsset_FindSavedDataByCommandString) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_FindSavedDataByCommandString"); \ +static_assert(sizeof(ConsoleVariablesAsset_FindSavedDataByCommandString) == 0x000040, "Wrong size on ConsoleVariablesAsset_FindSavedDataByCommandString"); \ +static_assert(offsetof(ConsoleVariablesAsset_FindSavedDataByCommandString, InCommandString) == 0x000000, "Member 'ConsoleVariablesAsset_FindSavedDataByCommandString::InCommandString' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_FindSavedDataByCommandString, OutValue) == 0x000010, "Member 'ConsoleVariablesAsset_FindSavedDataByCommandString::OutValue' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_FindSavedDataByCommandString, SearchCase) == 0x000038, "Member 'ConsoleVariablesAsset_FindSavedDataByCommandString::SearchCase' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_FindSavedDataByCommandString, ReturnValue) == 0x000039, "Member 'ConsoleVariablesAsset_FindSavedDataByCommandString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_GetSavedCommands \ +static_assert(alignof(ConsoleVariablesAsset_GetSavedCommands) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_GetSavedCommands"); \ +static_assert(sizeof(ConsoleVariablesAsset_GetSavedCommands) == 0x000010, "Wrong size on ConsoleVariablesAsset_GetSavedCommands"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetSavedCommands, ReturnValue) == 0x000000, "Member 'ConsoleVariablesAsset_GetSavedCommands::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString \ +static_assert(alignof(ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString"); \ +static_assert(sizeof(ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString) == 0x000018, "Wrong size on ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString, bOnlyIncludeChecked) == 0x000000, "Member 'ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString::bOnlyIncludeChecked' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString, ReturnValue) == 0x000008, "Member 'ConsoleVariablesAsset_GetSavedCommandsAsCommaSeparatedString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_GetSavedCommandsAsStringArray \ +static_assert(alignof(ConsoleVariablesAsset_GetSavedCommandsAsStringArray) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_GetSavedCommandsAsStringArray"); \ +static_assert(sizeof(ConsoleVariablesAsset_GetSavedCommandsAsStringArray) == 0x000018, "Wrong size on ConsoleVariablesAsset_GetSavedCommandsAsStringArray"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetSavedCommandsAsStringArray, bOnlyIncludeChecked) == 0x000000, "Member 'ConsoleVariablesAsset_GetSavedCommandsAsStringArray::bOnlyIncludeChecked' has a wrong offset!"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetSavedCommandsAsStringArray, ReturnValue) == 0x000008, "Member 'ConsoleVariablesAsset_GetSavedCommandsAsStringArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_GetSavedCommandsCount \ +static_assert(alignof(ConsoleVariablesAsset_GetSavedCommandsCount) == 0x000004, "Wrong alignment on ConsoleVariablesAsset_GetSavedCommandsCount"); \ +static_assert(sizeof(ConsoleVariablesAsset_GetSavedCommandsCount) == 0x000004, "Wrong size on ConsoleVariablesAsset_GetSavedCommandsCount"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetSavedCommandsCount, ReturnValue) == 0x000000, "Member 'ConsoleVariablesAsset_GetSavedCommandsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConsoleVariablesAsset_GetVariableCollectionDescription \ +static_assert(alignof(ConsoleVariablesAsset_GetVariableCollectionDescription) == 0x000008, "Wrong alignment on ConsoleVariablesAsset_GetVariableCollectionDescription"); \ +static_assert(sizeof(ConsoleVariablesAsset_GetVariableCollectionDescription) == 0x000010, "Wrong size on ConsoleVariablesAsset_GetVariableCollectionDescription"); \ +static_assert(offsetof(ConsoleVariablesAsset_GetVariableCollectionDescription, ReturnValue) == 0x000000, "Member 'ConsoleVariablesAsset_GetVariableCollectionDescription::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConsoleVariablesAsset \ +static_assert(alignof(UConsoleVariablesAsset) == 0x000008, "Wrong alignment on UConsoleVariablesAsset"); \ +static_assert(sizeof(UConsoleVariablesAsset) == 0x000050, "Wrong size on UConsoleVariablesAsset"); \ +static_assert(offsetof(UConsoleVariablesAsset, VariableCollectionDescription) == 0x000030, "Member 'UConsoleVariablesAsset::VariableCollectionDescription' has a wrong offset!"); \ +static_assert(offsetof(UConsoleVariablesAsset, SavedCommands) == 0x000040, "Member 'UConsoleVariablesAsset::SavedCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDynamicMeshBaseSettings \ +static_assert(alignof(UPCGDynamicMeshBaseSettings) == 0x000008, "Wrong alignment on UPCGDynamicMeshBaseSettings"); \ +static_assert(sizeof(UPCGDynamicMeshBaseSettings) == 0x0000C8, "Wrong size on UPCGDynamicMeshBaseSettings"); \ + +#define DUMPER7_ASSERTS_UPCGAppendMeshesFromPointsSettings \ +static_assert(alignof(UPCGAppendMeshesFromPointsSettings) == 0x000008, "Wrong alignment on UPCGAppendMeshesFromPointsSettings"); \ +static_assert(sizeof(UPCGAppendMeshesFromPointsSettings) == 0x000148, "Wrong size on UPCGAppendMeshesFromPointsSettings"); \ +static_assert(offsetof(UPCGAppendMeshesFromPointsSettings, Mode) == 0x0000C8, "Member 'UPCGAppendMeshesFromPointsSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGAppendMeshesFromPointsSettings, StaticMesh) == 0x0000D0, "Member 'UPCGAppendMeshesFromPointsSettings::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UPCGAppendMeshesFromPointsSettings, MeshAttribute) == 0x0000F8, "Member 'UPCGAppendMeshesFromPointsSettings::MeshAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGAppendMeshesFromPointsSettings, bExtractMaterials) == 0x000138, "Member 'UPCGAppendMeshesFromPointsSettings::bExtractMaterials' has a wrong offset!"); \ +static_assert(offsetof(UPCGAppendMeshesFromPointsSettings, RequestedLODType) == 0x000139, "Member 'UPCGAppendMeshesFromPointsSettings::RequestedLODType' has a wrong offset!"); \ +static_assert(offsetof(UPCGAppendMeshesFromPointsSettings, RequestedLODIndex) == 0x00013C, "Member 'UPCGAppendMeshesFromPointsSettings::RequestedLODIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGAppendMeshesFromPointsSettings, bSynchronousLoad) == 0x000140, "Member 'UPCGAppendMeshesFromPointsSettings::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBooleanOperationSettings \ +static_assert(alignof(UPCGBooleanOperationSettings) == 0x000008, "Wrong alignment on UPCGBooleanOperationSettings"); \ +static_assert(sizeof(UPCGBooleanOperationSettings) == 0x0000E0, "Wrong size on UPCGBooleanOperationSettings"); \ +static_assert(offsetof(UPCGBooleanOperationSettings, BooleanOperation) == 0x0000C8, "Member 'UPCGBooleanOperationSettings::BooleanOperation' has a wrong offset!"); \ +static_assert(offsetof(UPCGBooleanOperationSettings, BooleanOperationOptions) == 0x0000CC, "Member 'UPCGBooleanOperationSettings::BooleanOperationOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGBooleanOperationSettings, TagInheritanceMode) == 0x0000D8, "Member 'UPCGBooleanOperationSettings::TagInheritanceMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGBooleanOperationSettings, Mode) == 0x0000D9, "Member 'UPCGBooleanOperationSettings::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateEmptyDynamicMeshSettings \ +static_assert(alignof(UPCGCreateEmptyDynamicMeshSettings) == 0x000008, "Wrong alignment on UPCGCreateEmptyDynamicMeshSettings"); \ +static_assert(sizeof(UPCGCreateEmptyDynamicMeshSettings) == 0x0000C8, "Wrong size on UPCGCreateEmptyDynamicMeshSettings"); \ + +#define DUMPER7_ASSERTS_UPCGDynamicMeshTransformSettings \ +static_assert(alignof(UPCGDynamicMeshTransformSettings) == 0x000010, "Wrong alignment on UPCGDynamicMeshTransformSettings"); \ +static_assert(sizeof(UPCGDynamicMeshTransformSettings) == 0x000130, "Wrong size on UPCGDynamicMeshTransformSettings"); \ +static_assert(offsetof(UPCGDynamicMeshTransformSettings, Transform) == 0x0000D0, "Member 'UPCGDynamicMeshTransformSettings::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGeometryBlueprintElement_ProcessDynamicMesh \ +static_assert(alignof(PCGGeometryBlueprintElement_ProcessDynamicMesh) == 0x000008, "Wrong alignment on PCGGeometryBlueprintElement_ProcessDynamicMesh"); \ +static_assert(sizeof(PCGGeometryBlueprintElement_ProcessDynamicMesh) == 0x000018, "Wrong size on PCGGeometryBlueprintElement_ProcessDynamicMesh"); \ +static_assert(offsetof(PCGGeometryBlueprintElement_ProcessDynamicMesh, InDynMesh) == 0x000000, "Member 'PCGGeometryBlueprintElement_ProcessDynamicMesh::InDynMesh' has a wrong offset!"); \ +static_assert(offsetof(PCGGeometryBlueprintElement_ProcessDynamicMesh, OutTags) == 0x000008, "Member 'PCGGeometryBlueprintElement_ProcessDynamicMesh::OutTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGeometryBlueprintElement_CopyOrStealInputData \ +static_assert(alignof(PCGGeometryBlueprintElement_CopyOrStealInputData) == 0x000008, "Wrong alignment on PCGGeometryBlueprintElement_CopyOrStealInputData"); \ +static_assert(sizeof(PCGGeometryBlueprintElement_CopyOrStealInputData) == 0x000078, "Wrong size on PCGGeometryBlueprintElement_CopyOrStealInputData"); \ +static_assert(offsetof(PCGGeometryBlueprintElement_CopyOrStealInputData, InTaggedData) == 0x000000, "Member 'PCGGeometryBlueprintElement_CopyOrStealInputData::InTaggedData' has a wrong offset!"); \ +static_assert(offsetof(PCGGeometryBlueprintElement_CopyOrStealInputData, ReturnValue) == 0x000070, "Member 'PCGGeometryBlueprintElement_CopyOrStealInputData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGeometryBlueprintElement \ +static_assert(alignof(UPCGGeometryBlueprintElement) == 0x000008, "Wrong alignment on UPCGGeometryBlueprintElement"); \ +static_assert(sizeof(UPCGGeometryBlueprintElement) == 0x000068, "Wrong size on UPCGGeometryBlueprintElement"); \ + +#define DUMPER7_ASSERTS_UPCGGetDynamicMeshDataSettings \ +static_assert(alignof(UPCGGetDynamicMeshDataSettings) == 0x000008, "Wrong alignment on UPCGGetDynamicMeshDataSettings"); \ +static_assert(sizeof(UPCGGetDynamicMeshDataSettings) == 0x0001C8, "Wrong size on UPCGGetDynamicMeshDataSettings"); \ +static_assert(offsetof(UPCGGetDynamicMeshDataSettings, Options) == 0x0001B8, "Member 'UPCGGetDynamicMeshDataSettings::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMergeDynamicMeshesSettings \ +static_assert(alignof(UPCGMergeDynamicMeshesSettings) == 0x000008, "Wrong alignment on UPCGMergeDynamicMeshesSettings"); \ +static_assert(sizeof(UPCGMergeDynamicMeshesSettings) == 0x0000C8, "Wrong size on UPCGMergeDynamicMeshesSettings"); \ + +#define DUMPER7_ASSERTS_UPCGMeshSamplerSettings \ +static_assert(alignof(UPCGMeshSamplerSettings) == 0x000008, "Wrong alignment on UPCGMeshSamplerSettings"); \ +static_assert(sizeof(UPCGMeshSamplerSettings) == 0x0001C0, "Wrong size on UPCGMeshSamplerSettings"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, bExtractMeshFromInput) == 0x0000C8, "Member 'UPCGMeshSamplerSettings::bExtractMeshFromInput' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, StaticMesh) == 0x0000D0, "Member 'UPCGMeshSamplerSettings::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, InputSource) == 0x0000F8, "Member 'UPCGMeshSamplerSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, SamplingMethod) == 0x000138, "Member 'UPCGMeshSamplerSettings::SamplingMethod' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, bUseColorChannelAsDensity) == 0x000139, "Member 'UPCGMeshSamplerSettings::bUseColorChannelAsDensity' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, ColorChannelAsDensity) == 0x00013C, "Member 'UPCGMeshSamplerSettings::ColorChannelAsDensity' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, bVoxelize) == 0x000140, "Member 'UPCGMeshSamplerSettings::bVoxelize' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, VoxelSize) == 0x000144, "Member 'UPCGMeshSamplerSettings::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, bRemoveHiddenTriangles) == 0x000148, "Member 'UPCGMeshSamplerSettings::bRemoveHiddenTriangles' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, RequestedLODType) == 0x000149, "Member 'UPCGMeshSamplerSettings::RequestedLODType' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, RequestedLODIndex) == 0x00014C, "Member 'UPCGMeshSamplerSettings::RequestedLODIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, SamplingOptions) == 0x000150, "Member 'UPCGMeshSamplerSettings::SamplingOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, NonUniformSamplingOptions) == 0x000170, "Member 'UPCGMeshSamplerSettings::NonUniformSamplingOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, bExtractUVAsAttribute) == 0x000188, "Member 'UPCGMeshSamplerSettings::bExtractUVAsAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, UVAttributeName) == 0x00018C, "Member 'UPCGMeshSamplerSettings::UVAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, UVChannel) == 0x000194, "Member 'UPCGMeshSamplerSettings::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, bOutputTriangleIds) == 0x000198, "Member 'UPCGMeshSamplerSettings::bOutputTriangleIds' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, TriangleIdAttributeName) == 0x00019C, "Member 'UPCGMeshSamplerSettings::TriangleIdAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, bOutputMaterialInfo) == 0x0001A4, "Member 'UPCGMeshSamplerSettings::bOutputMaterialInfo' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, MaterialIdAttributeName) == 0x0001A8, "Member 'UPCGMeshSamplerSettings::MaterialIdAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, MaterialAttributeName) == 0x0001B0, "Member 'UPCGMeshSamplerSettings::MaterialAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, PointSteepness) == 0x0001B8, "Member 'UPCGMeshSamplerSettings::PointSteepness' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSamplerSettings, bSynchronousLoad) == 0x0001BC, "Member 'UPCGMeshSamplerSettings::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPrimitiveCrossSectionSettings \ +static_assert(alignof(UPCGPrimitiveCrossSectionSettings) == 0x000008, "Wrong alignment on UPCGPrimitiveCrossSectionSettings"); \ +static_assert(sizeof(UPCGPrimitiveCrossSectionSettings) == 0x000160, "Wrong size on UPCGPrimitiveCrossSectionSettings"); \ +static_assert(offsetof(UPCGPrimitiveCrossSectionSettings, SliceDirection) == 0x0000C8, "Member 'UPCGPrimitiveCrossSectionSettings::SliceDirection' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveCrossSectionSettings, ExtrusionVectorAttribute) == 0x0000E0, "Member 'UPCGPrimitiveCrossSectionSettings::ExtrusionVectorAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveCrossSectionSettings, MinimumCoplanarVertices) == 0x000120, "Member 'UPCGPrimitiveCrossSectionSettings::MinimumCoplanarVertices' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveCrossSectionSettings, MaxMeshVertexCount) == 0x000124, "Member 'UPCGPrimitiveCrossSectionSettings::MaxMeshVertexCount' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveCrossSectionSettings, bEnableTierMerging) == 0x000128, "Member 'UPCGPrimitiveCrossSectionSettings::bEnableTierMerging' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveCrossSectionSettings, TierMergingThreshold) == 0x000130, "Member 'UPCGPrimitiveCrossSectionSettings::TierMergingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveCrossSectionSettings, bEnableMinAreaCulling) == 0x000138, "Member 'UPCGPrimitiveCrossSectionSettings::bEnableMinAreaCulling' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveCrossSectionSettings, MinAreaCullingThreshold) == 0x000140, "Member 'UPCGPrimitiveCrossSectionSettings::MinAreaCullingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveCrossSectionSettings, bEnableMinHeightCulling) == 0x000148, "Member 'UPCGPrimitiveCrossSectionSettings::bEnableMinHeightCulling' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveCrossSectionSettings, MinHeightCullingThreshold) == 0x000150, "Member 'UPCGPrimitiveCrossSectionSettings::MinHeightCullingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveCrossSectionSettings, bRemoveRedundantSections) == 0x000158, "Member 'UPCGPrimitiveCrossSectionSettings::bRemoveRedundantSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSaveDynamicMeshToAssetSettings \ +static_assert(alignof(UPCGSaveDynamicMeshToAssetSettings) == 0x000008, "Wrong alignment on UPCGSaveDynamicMeshToAssetSettings"); \ +static_assert(sizeof(UPCGSaveDynamicMeshToAssetSettings) == 0x0001C0, "Wrong size on UPCGSaveDynamicMeshToAssetSettings"); \ +static_assert(offsetof(UPCGSaveDynamicMeshToAssetSettings, ExportParams) == 0x0000C8, "Member 'UPCGSaveDynamicMeshToAssetSettings::ExportParams' has a wrong offset!"); \ +static_assert(offsetof(UPCGSaveDynamicMeshToAssetSettings, bExportMaterialsFromDynamicMesh) == 0x0000F8, "Member 'UPCGSaveDynamicMeshToAssetSettings::bExportMaterialsFromDynamicMesh' has a wrong offset!"); \ +static_assert(offsetof(UPCGSaveDynamicMeshToAssetSettings, CopyMeshToAssetOptions) == 0x000100, "Member 'UPCGSaveDynamicMeshToAssetSettings::CopyMeshToAssetOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSaveDynamicMeshToAssetSettings, MeshWriteLOD) == 0x0001B8, "Member 'UPCGSaveDynamicMeshToAssetSettings::MeshWriteLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSpawnDynamicMeshSettings \ +static_assert(alignof(UPCGSpawnDynamicMeshSettings) == 0x000008, "Wrong alignment on UPCGSpawnDynamicMeshSettings"); \ +static_assert(sizeof(UPCGSpawnDynamicMeshSettings) == 0x000100, "Wrong size on UPCGSpawnDynamicMeshSettings"); \ +static_assert(offsetof(UPCGSpawnDynamicMeshSettings, TargetActor) == 0x0000C8, "Member 'UPCGSpawnDynamicMeshSettings::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnDynamicMeshSettings, PostProcessFunctionNames) == 0x0000F0, "Member 'UPCGSpawnDynamicMeshSettings::PostProcessFunctionNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSplineToMeshSettings \ +static_assert(alignof(UPCGSplineToMeshSettings) == 0x000008, "Wrong alignment on UPCGSplineToMeshSettings"); \ +static_assert(sizeof(UPCGSplineToMeshSettings) == 0x000100, "Wrong size on UPCGSplineToMeshSettings"); \ +static_assert(offsetof(UPCGSplineToMeshSettings, ErrorTolerance) == 0x0000C8, "Member 'UPCGSplineToMeshSettings::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineToMeshSettings, FlattenMethod) == 0x0000D0, "Member 'UPCGSplineToMeshSettings::FlattenMethod' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineToMeshSettings, Thickness) == 0x0000D8, "Member 'UPCGSplineToMeshSettings::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineToMeshSettings, bFlipResult) == 0x0000E0, "Member 'UPCGSplineToMeshSettings::bFlipResult' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineToMeshSettings, OpenCurves) == 0x0000E1, "Member 'UPCGSplineToMeshSettings::OpenCurves' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineToMeshSettings, CurveOffset) == 0x0000E8, "Member 'UPCGSplineToMeshSettings::CurveOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineToMeshSettings, OffsetClosedCurves) == 0x0000F0, "Member 'UPCGSplineToMeshSettings::OffsetClosedCurves' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineToMeshSettings, EndShapes) == 0x0000F1, "Member 'UPCGSplineToMeshSettings::EndShapes' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineToMeshSettings, JoinMethod) == 0x0000F2, "Member 'UPCGSplineToMeshSettings::JoinMethod' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineToMeshSettings, MiterLimit) == 0x0000F8, "Member 'UPCGSplineToMeshSettings::MiterLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGStaticMeshToDynamicMeshSettings \ +static_assert(alignof(UPCGStaticMeshToDynamicMeshSettings) == 0x000008, "Wrong alignment on UPCGStaticMeshToDynamicMeshSettings"); \ +static_assert(sizeof(UPCGStaticMeshToDynamicMeshSettings) == 0x000118, "Wrong size on UPCGStaticMeshToDynamicMeshSettings"); \ +static_assert(offsetof(UPCGStaticMeshToDynamicMeshSettings, StaticMesh) == 0x0000C8, "Member 'UPCGStaticMeshToDynamicMeshSettings::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshToDynamicMeshSettings, bExtractMaterials) == 0x0000F0, "Member 'UPCGStaticMeshToDynamicMeshSettings::bExtractMaterials' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshToDynamicMeshSettings, OverrideMaterials) == 0x0000F8, "Member 'UPCGStaticMeshToDynamicMeshSettings::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshToDynamicMeshSettings, RequestedLODType) == 0x000108, "Member 'UPCGStaticMeshToDynamicMeshSettings::RequestedLODType' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshToDynamicMeshSettings, RequestedLODIndex) == 0x00010C, "Member 'UPCGStaticMeshToDynamicMeshSettings::RequestedLODIndex' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshToDynamicMeshSettings, bSynchronousLoad) == 0x000110, "Member 'UPCGStaticMeshToDynamicMeshSettings::bSynchronousLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDynamicMeshManagedComponent \ +static_assert(alignof(UPCGDynamicMeshManagedComponent) == 0x000008, "Wrong alignment on UPCGDynamicMeshManagedComponent"); \ +static_assert(sizeof(UPCGDynamicMeshManagedComponent) == 0x000068, "Wrong size on UPCGDynamicMeshManagedComponent"); \ +static_assert(offsetof(UPCGDynamicMeshManagedComponent, DataUID) == 0x000060, "Member 'UPCGDynamicMeshManagedComponent::DataUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDualShockExternalEndpointSettings \ +static_assert(alignof(UDualShockExternalEndpointSettings) == 0x000008, "Wrong alignment on UDualShockExternalEndpointSettings"); \ +static_assert(sizeof(UDualShockExternalEndpointSettings) == 0x000030, "Wrong size on UDualShockExternalEndpointSettings"); \ +static_assert(offsetof(UDualShockExternalEndpointSettings, ControllerIndex) == 0x000028, "Member 'UDualShockExternalEndpointSettings::ControllerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDualShockSoundfieldEndpointSettings \ +static_assert(alignof(UDualShockSoundfieldEndpointSettings) == 0x000008, "Wrong alignment on UDualShockSoundfieldEndpointSettings"); \ +static_assert(sizeof(UDualShockSoundfieldEndpointSettings) == 0x000030, "Wrong size on UDualShockSoundfieldEndpointSettings"); \ +static_assert(offsetof(UDualShockSoundfieldEndpointSettings, ControllerIndex) == 0x000028, "Member 'UDualShockSoundfieldEndpointSettings::ControllerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDualShockSpatializationSettings \ +static_assert(alignof(UDualShockSpatializationSettings) == 0x000008, "Wrong alignment on UDualShockSpatializationSettings"); \ +static_assert(sizeof(UDualShockSpatializationSettings) == 0x000038, "Wrong size on UDualShockSpatializationSettings"); \ +static_assert(offsetof(UDualShockSpatializationSettings, Spread) == 0x000028, "Member 'UDualShockSpatializationSettings::Spread' has a wrong offset!"); \ +static_assert(offsetof(UDualShockSpatializationSettings, Priority) == 0x00002C, "Member 'UDualShockSpatializationSettings::Priority' has a wrong offset!"); \ +static_assert(offsetof(UDualShockSpatializationSettings, Passthrough) == 0x000030, "Member 'UDualShockSpatializationSettings::Passthrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSLoot \ +static_assert(alignof(FSLoot) == 0x000008, "Wrong alignment on FSLoot"); \ +static_assert(sizeof(FSLoot) == 0x000030, "Wrong size on FSLoot"); \ +static_assert(offsetof(FSLoot, Item_3_FAD8B5B94EC0AE78AA7DADBE3BD3B446) == 0x000000, "Member 'FSLoot::Item_3_FAD8B5B94EC0AE78AA7DADBE3BD3B446' has a wrong offset!"); \ +static_assert(offsetof(FSLoot, BaseDropRate_6_F93E159F4B97B731E0B71082FE4EDAAE) == 0x000028, "Member 'FSLoot::BaseDropRate_6_F93E159F4B97B731E0B71082FE4EDAAE' 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) == 0x000038, "Wrong size on FQosRegionInfo"); \ +static_assert(offsetof(FQosRegionInfo, DisplayName) == 0x000000, "Member 'FQosRegionInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FQosRegionInfo, RegionId) == 0x000010, "Member 'FQosRegionInfo::RegionId' has a wrong offset!"); \ +static_assert(offsetof(FQosRegionInfo, bEnabled) == 0x000020, "Member 'FQosRegionInfo::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FQosRegionInfo, bVisible) == 0x000021, "Member 'FQosRegionInfo::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FQosRegionInfo, bAutoAssignable) == 0x000022, "Member 'FQosRegionInfo::bAutoAssignable' has a wrong offset!"); \ +static_assert(offsetof(FQosRegionInfo, bAllowSubspaceBias) == 0x000023, "Member 'FQosRegionInfo::bAllowSubspaceBias' has a wrong offset!"); \ +static_assert(offsetof(FQosRegionInfo, SubspaceBiasParams) == 0x000024, "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) == 0x000048, "Wrong size on FRegionQosInstance"); \ +static_assert(offsetof(FRegionQosInstance, Definition) == 0x000000, "Member 'FRegionQosInstance::Definition' has a wrong offset!"); \ +static_assert(offsetof(FRegionQosInstance, DatacenterOptions) == 0x000038, "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) == 0x000378, "Wrong size on AQosBeaconClient"); \ + +#define DUMPER7_ASSERTS_AQosBeaconHost \ +static_assert(alignof(AQosBeaconHost) == 0x000008, "Wrong alignment on AQosBeaconHost"); \ +static_assert(sizeof(AQosBeaconHost) == 0x0002E8, "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) == 0x000118, "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, SubspaceBiasParams) == 0x000048, "Member 'UQosRegionManager::SubspaceBiasParams' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, RegionDefinitions) == 0x000058, "Member 'UQosRegionManager::RegionDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, DatacenterDefinitions) == 0x000068, "Member 'UQosRegionManager::DatacenterDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, LastCheckTimestamp) == 0x000078, "Member 'UQosRegionManager::LastCheckTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, Evaluator) == 0x000080, "Member 'UQosRegionManager::Evaluator' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, QosEvalResult) == 0x000088, "Member 'UQosRegionManager::QosEvalResult' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, RegionOptions) == 0x000090, "Member 'UQosRegionManager::RegionOptions' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, ForceRegionId) == 0x0000A0, "Member 'UQosRegionManager::ForceRegionId' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, bRegionForcedViaCommandline) == 0x0000B0, "Member 'UQosRegionManager::bRegionForcedViaCommandline' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, SelectedRegionId) == 0x0000B8, "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_FPartyMemberJoinInProgressRequest \ +static_assert(alignof(FPartyMemberJoinInProgressRequest) == 0x000008, "Wrong alignment on FPartyMemberJoinInProgressRequest"); \ +static_assert(sizeof(FPartyMemberJoinInProgressRequest) == 0x000038, "Wrong size on FPartyMemberJoinInProgressRequest"); \ +static_assert(offsetof(FPartyMemberJoinInProgressRequest, Target) == 0x000000, "Member 'FPartyMemberJoinInProgressRequest::Target' has a wrong offset!"); \ +static_assert(offsetof(FPartyMemberJoinInProgressRequest, Time) == 0x000030, "Member 'FPartyMemberJoinInProgressRequest::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSocialChatChannelConfig \ +static_assert(alignof(FSocialChatChannelConfig) == 0x000008, "Wrong alignment on FSocialChatChannelConfig"); \ +static_assert(sizeof(FSocialChatChannelConfig) == 0x000038, "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_FPartyMemberJoinInProgressResponse \ +static_assert(alignof(FPartyMemberJoinInProgressResponse) == 0x000008, "Wrong alignment on FPartyMemberJoinInProgressResponse"); \ +static_assert(sizeof(FPartyMemberJoinInProgressResponse) == 0x000048, "Wrong size on FPartyMemberJoinInProgressResponse"); \ +static_assert(offsetof(FPartyMemberJoinInProgressResponse, Requester) == 0x000000, "Member 'FPartyMemberJoinInProgressResponse::Requester' has a wrong offset!"); \ +static_assert(offsetof(FPartyMemberJoinInProgressResponse, RequestTime) == 0x000030, "Member 'FPartyMemberJoinInProgressResponse::RequestTime' has a wrong offset!"); \ +static_assert(offsetof(FPartyMemberJoinInProgressResponse, ResponseTime) == 0x000038, "Member 'FPartyMemberJoinInProgressResponse::ResponseTime' has a wrong offset!"); \ +static_assert(offsetof(FPartyMemberJoinInProgressResponse, DenialReason) == 0x000040, "Member 'FPartyMemberJoinInProgressResponse::DenialReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyMemberJoinInProgressData \ +static_assert(alignof(FPartyMemberJoinInProgressData) == 0x000008, "Wrong alignment on FPartyMemberJoinInProgressData"); \ +static_assert(sizeof(FPartyMemberJoinInProgressData) == 0x000048, "Wrong size on FPartyMemberJoinInProgressData"); \ +static_assert(offsetof(FPartyMemberJoinInProgressData, Request) == 0x000000, "Member 'FPartyMemberJoinInProgressData::Request' has a wrong offset!"); \ +static_assert(offsetof(FPartyMemberJoinInProgressData, Responses) == 0x000038, "Member 'FPartyMemberJoinInProgressData::Responses' 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) == 0x000270, "Wrong size on FPartyMemberRepData"); \ +static_assert(offsetof(FPartyMemberRepData, PlatformData) == 0x000028, "Member 'FPartyMemberRepData::PlatformData' has a wrong offset!"); \ +static_assert(offsetof(FPartyMemberRepData, CrossplayPreference) == 0x000150, "Member 'FPartyMemberRepData::CrossplayPreference' has a wrong offset!"); \ +static_assert(offsetof(FPartyMemberRepData, JoinMethod) == 0x000188, "Member 'FPartyMemberRepData::JoinMethod' has a wrong offset!"); \ +static_assert(offsetof(FPartyMemberRepData, JoinInProgressData) == 0x0001C8, "Member 'FPartyMemberRepData::JoinInProgressData' 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_FPartyRepData \ +static_assert(alignof(FPartyRepData) == 0x000008, "Wrong alignment on FPartyRepData"); \ +static_assert(sizeof(FPartyRepData) == 0x000080, "Wrong size on FPartyRepData"); \ +static_assert(offsetof(FPartyRepData, PrivacySettings) == 0x000021, "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) == 0x0001C8, "Wrong size on USocialManager"); \ +static_assert(offsetof(USocialManager, SocialToolkits) == 0x000098, "Member 'USocialManager::SocialToolkits' has a wrong offset!"); \ +static_assert(offsetof(USocialManager, SocialDebugTools) == 0x0000A8, "Member 'USocialManager::SocialDebugTools' has a wrong offset!"); \ +static_assert(offsetof(USocialManager, PresenceFrameworkInstance) == 0x0000B0, "Member 'USocialManager::PresenceFrameworkInstance' has a wrong offset!"); \ +static_assert(offsetof(USocialManager, PresenceFrameworkAdapterInstance) == 0x0000B8, "Member 'USocialManager::PresenceFrameworkAdapterInstance' has a wrong offset!"); \ +static_assert(offsetof(USocialManager, bAcceptInvitationsFromAwayUsers) == 0x0000C0, "Member 'USocialManager::bAcceptInvitationsFromAwayUsers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocialToolkit \ +static_assert(alignof(USocialToolkit) == 0x000008, "Wrong alignment on USocialToolkit"); \ +static_assert(sizeof(USocialToolkit) == 0x000368, "Wrong size on USocialToolkit"); \ +static_assert(offsetof(USocialToolkit, SocialChatManager) == 0x0000B8, "Member 'USocialToolkit::SocialChatManager' has a wrong offset!"); \ +static_assert(offsetof(USocialToolkit, LocalUser) == 0x0000C0, "Member 'USocialToolkit::LocalUser' has a wrong offset!"); \ +static_assert(offsetof(USocialToolkit, AllUsers) == 0x0000C8, "Member 'USocialToolkit::AllUsers' has a wrong offset!"); \ +static_assert(offsetof(USocialToolkit, bRemoveInvalidatedUserFromMaps) == 0x000178, "Member 'USocialToolkit::bRemoveInvalidatedUserFromMaps' has a wrong offset!"); \ +static_assert(offsetof(USocialToolkit, LocalPlayerOwner) == 0x00017C, "Member 'USocialToolkit::LocalPlayerOwner' 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) == 0x0000E0, "Wrong size on USocialChatChannel"); \ + +#define DUMPER7_ASSERTS_USocialChatRoom \ +static_assert(alignof(USocialChatRoom) == 0x000008, "Wrong alignment on USocialChatRoom"); \ +static_assert(sizeof(USocialChatRoom) == 0x0000F0, "Wrong size on USocialChatRoom"); \ + +#define DUMPER7_ASSERTS_USocialGroupChannel \ +static_assert(alignof(USocialGroupChannel) == 0x000008, "Wrong alignment on USocialGroupChannel"); \ +static_assert(sizeof(USocialGroupChannel) == 0x000090, "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) == 0x000070, "Member 'USocialGroupChannel::Members' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocialPartyChatRoom \ +static_assert(alignof(USocialPartyChatRoom) == 0x000008, "Wrong alignment on USocialPartyChatRoom"); \ +static_assert(sizeof(USocialPartyChatRoom) == 0x0000F0, "Wrong size on USocialPartyChatRoom"); \ + +#define DUMPER7_ASSERTS_USocialPrivateMessageChannel \ +static_assert(alignof(USocialPrivateMessageChannel) == 0x000008, "Wrong alignment on USocialPrivateMessageChannel"); \ +static_assert(sizeof(USocialPrivateMessageChannel) == 0x0000E8, "Wrong size on USocialPrivateMessageChannel"); \ +static_assert(offsetof(USocialPrivateMessageChannel, TargetUser) == 0x0000E0, "Member 'USocialPrivateMessageChannel::TargetUser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocialReadOnlyChatChannel \ +static_assert(alignof(USocialReadOnlyChatChannel) == 0x000008, "Wrong alignment on USocialReadOnlyChatChannel"); \ +static_assert(sizeof(USocialReadOnlyChatChannel) == 0x0000E0, "Wrong size on USocialReadOnlyChatChannel"); \ + +#define DUMPER7_ASSERTS_USocialParty \ +static_assert(alignof(USocialParty) == 0x000010, "Wrong alignment on USocialParty"); \ +static_assert(sizeof(USocialParty) == 0x000360, "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, PlatformUserInviteCooldown) == 0x000180, "Member 'USocialParty::PlatformUserInviteCooldown' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, PrimaryUserInviteCooldown) == 0x000188, "Member 'USocialParty::PrimaryUserInviteCooldown' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, ReservationBeaconClient) == 0x0001FC, "Member 'USocialParty::ReservationBeaconClient' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, SpectatorBeaconClient) == 0x00020C, "Member 'USocialParty::SpectatorBeaconClient' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, JoinInProgressTimerRate) == 0x000240, "Member 'USocialParty::JoinInProgressTimerRate' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, JoinInProgressRequestTimeout) == 0x000244, "Member 'USocialParty::JoinInProgressRequestTimeout' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, JoinInProgressResponseTimeout) == 0x000248, "Member 'USocialParty::JoinInProgressResponseTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPartyMember \ +static_assert(alignof(UPartyMember) == 0x000008, "Wrong alignment on UPartyMember"); \ +static_assert(sizeof(UPartyMember) == 0x000118, "Wrong size on UPartyMember"); \ +static_assert(offsetof(UPartyMember, DefaultSocialUser) == 0x000070, "Member 'UPartyMember::DefaultSocialUser' has a wrong offset!"); \ +static_assert(offsetof(UPartyMember, bEnableDebugInitializer) == 0x000079, "Member 'UPartyMember::bEnableDebugInitializer' has a wrong offset!"); \ + +#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_USocialSettings \ +static_assert(alignof(USocialSettings) == 0x000008, "Wrong alignment on USocialSettings"); \ +static_assert(sizeof(USocialSettings) == 0x000070, "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!"); \ +static_assert(offsetof(USocialSettings, SonyOSSNames) == 0x000060, "Member 'USocialSettings::SonyOSSNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocialUser \ +static_assert(alignof(USocialUser) == 0x000008, "Wrong alignment on USocialUser"); \ +static_assert(sizeof(USocialUser) == 0x0001D0, "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) == 0x000040, "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) == 0x000010, "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) == 0x000010, "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) == 0x000040, "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) == 0x0003C8, "Wrong size on ALobbyBeaconClient"); \ +static_assert(offsetof(ALobbyBeaconClient, LobbyState) == 0x000340, "Member 'ALobbyBeaconClient::LobbyState' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconClient, PlayerState) == 0x000348, "Member 'ALobbyBeaconClient::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconClient, LobbyJoinServerState) == 0x000351, "Member 'ALobbyBeaconClient::LobbyJoinServerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALobbyBeaconHost \ +static_assert(alignof(ALobbyBeaconHost) == 0x000008, "Wrong alignment on ALobbyBeaconHost"); \ +static_assert(sizeof(ALobbyBeaconHost) == 0x000310, "Wrong size on ALobbyBeaconHost"); \ +static_assert(offsetof(ALobbyBeaconHost, LobbyStateClass) == 0x0002E0, "Member 'ALobbyBeaconHost::LobbyStateClass' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconHost, LobbyState) == 0x000308, "Member 'ALobbyBeaconHost::LobbyState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALobbyBeaconPlayerState \ +static_assert(alignof(ALobbyBeaconPlayerState) == 0x000008, "Wrong alignment on ALobbyBeaconPlayerState"); \ +static_assert(sizeof(ALobbyBeaconPlayerState) == 0x000378, "Wrong size on ALobbyBeaconPlayerState"); \ +static_assert(offsetof(ALobbyBeaconPlayerState, DisplayName) == 0x0002B0, "Member 'ALobbyBeaconPlayerState::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconPlayerState, UniqueID) == 0x0002C0, "Member 'ALobbyBeaconPlayerState::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconPlayerState, PartyOwnerUniqueId) == 0x0002F0, "Member 'ALobbyBeaconPlayerState::PartyOwnerUniqueId' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconPlayerState, bInLobby) == 0x000320, "Member 'ALobbyBeaconPlayerState::bInLobby' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconPlayerState, ClientActor) == 0x000328, "Member 'ALobbyBeaconPlayerState::ClientActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALobbyBeaconState \ +static_assert(alignof(ALobbyBeaconState) == 0x000008, "Wrong alignment on ALobbyBeaconState"); \ +static_assert(sizeof(ALobbyBeaconState) == 0x000458, "Wrong size on ALobbyBeaconState"); \ +static_assert(offsetof(ALobbyBeaconState, MaxPlayers) == 0x0002B0, "Member 'ALobbyBeaconState::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconState, LobbyBeaconPlayerStateClass) == 0x0002B8, "Member 'ALobbyBeaconState::LobbyBeaconPlayerStateClass' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconState, bLobbyStarted) == 0x0002C8, "Member 'ALobbyBeaconState::bLobbyStarted' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconState, WaitForPlayersTimeRemaining) == 0x0002CC, "Member 'ALobbyBeaconState::WaitForPlayersTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconState, Players) == 0x0002D0, "Member 'ALobbyBeaconState::Players' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URejoinCheck \ +static_assert(alignof(URejoinCheck) == 0x000008, "Wrong alignment on URejoinCheck"); \ +static_assert(sizeof(URejoinCheck) == 0x000188, "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_FSequencerTrackInstanceInput \ +static_assert(alignof(FSequencerTrackInstanceInput) == 0x000008, "Wrong alignment on FSequencerTrackInstanceInput"); \ +static_assert(sizeof(FSequencerTrackInstanceInput) == 0x000088, "Wrong size on FSequencerTrackInstanceInput"); \ +static_assert(offsetof(FSequencerTrackInstanceInput, Section) == 0x000000, "Member 'FSequencerTrackInstanceInput::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequencerSectionBP \ +static_assert(alignof(USequencerSectionBP) == 0x000008, "Wrong alignment on USequencerSectionBP"); \ +static_assert(sizeof(USequencerSectionBP) == 0x000110, "Wrong size on USequencerSectionBP"); \ + +#define DUMPER7_ASSERTS_USequencerTrackBP \ +static_assert(alignof(USequencerTrackBP) == 0x000010, "Wrong alignment on USequencerTrackBP"); \ +static_assert(sizeof(USequencerTrackBP) == 0x000200, "Wrong size on USequencerTrackBP"); \ +static_assert(offsetof(USequencerTrackBP, bSupportsMultipleRows) == 0x000110, "Member 'USequencerTrackBP::bSupportsMultipleRows' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, bSupportsBlending) == 0x000111, "Member 'USequencerTrackBP::bSupportsBlending' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, TrackType) == 0x000114, "Member 'USequencerTrackBP::TrackType' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, SupportedObjectType) == 0x000118, "Member 'USequencerTrackBP::SupportedObjectType' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, DefaultSectionType) == 0x000120, "Member 'USequencerTrackBP::DefaultSectionType' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, SupportedSections) == 0x000128, "Member 'USequencerTrackBP::SupportedSections' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, TrackInstanceType) == 0x000138, "Member 'USequencerTrackBP::TrackInstanceType' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, Icon) == 0x000140, "Member 'USequencerTrackBP::Icon' has a wrong offset!"); \ +static_assert(offsetof(USequencerTrackBP, Sections) == 0x0001F0, "Member 'USequencerTrackBP::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerTrackInstanceBP_K2_OnInputAdded \ +static_assert(alignof(SequencerTrackInstanceBP_K2_OnInputAdded) == 0x000008, "Wrong alignment on SequencerTrackInstanceBP_K2_OnInputAdded"); \ +static_assert(sizeof(SequencerTrackInstanceBP_K2_OnInputAdded) == 0x000088, "Wrong size on SequencerTrackInstanceBP_K2_OnInputAdded"); \ +static_assert(offsetof(SequencerTrackInstanceBP_K2_OnInputAdded, Input) == 0x000000, "Member 'SequencerTrackInstanceBP_K2_OnInputAdded::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerTrackInstanceBP_K2_OnInputRemoved \ +static_assert(alignof(SequencerTrackInstanceBP_K2_OnInputRemoved) == 0x000008, "Wrong alignment on SequencerTrackInstanceBP_K2_OnInputRemoved"); \ +static_assert(sizeof(SequencerTrackInstanceBP_K2_OnInputRemoved) == 0x000088, "Wrong size on SequencerTrackInstanceBP_K2_OnInputRemoved"); \ +static_assert(offsetof(SequencerTrackInstanceBP_K2_OnInputRemoved, Input) == 0x000000, "Member 'SequencerTrackInstanceBP_K2_OnInputRemoved::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerTrackInstanceBP_GetAnimatedObject \ +static_assert(alignof(SequencerTrackInstanceBP_GetAnimatedObject) == 0x000008, "Wrong alignment on SequencerTrackInstanceBP_GetAnimatedObject"); \ +static_assert(sizeof(SequencerTrackInstanceBP_GetAnimatedObject) == 0x000008, "Wrong size on SequencerTrackInstanceBP_GetAnimatedObject"); \ +static_assert(offsetof(SequencerTrackInstanceBP_GetAnimatedObject, ReturnValue) == 0x000000, "Member 'SequencerTrackInstanceBP_GetAnimatedObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerTrackInstanceBP_GetInput \ +static_assert(alignof(SequencerTrackInstanceBP_GetInput) == 0x000008, "Wrong alignment on SequencerTrackInstanceBP_GetInput"); \ +static_assert(sizeof(SequencerTrackInstanceBP_GetInput) == 0x000090, "Wrong size on SequencerTrackInstanceBP_GetInput"); \ +static_assert(offsetof(SequencerTrackInstanceBP_GetInput, Index_0) == 0x000000, "Member 'SequencerTrackInstanceBP_GetInput::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SequencerTrackInstanceBP_GetInput, ReturnValue) == 0x000008, "Member 'SequencerTrackInstanceBP_GetInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerTrackInstanceBP_GetInputs \ +static_assert(alignof(SequencerTrackInstanceBP_GetInputs) == 0x000008, "Wrong alignment on SequencerTrackInstanceBP_GetInputs"); \ +static_assert(sizeof(SequencerTrackInstanceBP_GetInputs) == 0x000010, "Wrong size on SequencerTrackInstanceBP_GetInputs"); \ +static_assert(offsetof(SequencerTrackInstanceBP_GetInputs, ReturnValue) == 0x000000, "Member 'SequencerTrackInstanceBP_GetInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequencerTrackInstanceBP_GetNumInputs \ +static_assert(alignof(SequencerTrackInstanceBP_GetNumInputs) == 0x000004, "Wrong alignment on SequencerTrackInstanceBP_GetNumInputs"); \ +static_assert(sizeof(SequencerTrackInstanceBP_GetNumInputs) == 0x000004, "Wrong size on SequencerTrackInstanceBP_GetNumInputs"); \ +static_assert(offsetof(SequencerTrackInstanceBP_GetNumInputs, ReturnValue) == 0x000000, "Member 'SequencerTrackInstanceBP_GetNumInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequencerTrackInstanceBP \ +static_assert(alignof(USequencerTrackInstanceBP) == 0x000008, "Wrong alignment on USequencerTrackInstanceBP"); \ +static_assert(sizeof(USequencerTrackInstanceBP) == 0x000050, "Wrong size on USequencerTrackInstanceBP"); \ + +#define DUMPER7_ASSERTS_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_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_IsGotoing \ +static_assert(alignof(BinkMediaPlayer_IsGotoing) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsGotoing"); \ +static_assert(sizeof(BinkMediaPlayer_IsGotoing) == 0x000001, "Wrong size on BinkMediaPlayer_IsGotoing"); \ +static_assert(offsetof(BinkMediaPlayer_IsGotoing, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsGotoing::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) == 0x000110, "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) == 0x000008, "Wrong alignment on UBinkMediaTexture"); \ +static_assert(sizeof(UBinkMediaTexture) == 0x000188, "Wrong size on UBinkMediaTexture"); \ +static_assert(offsetof(UBinkMediaTexture, AddressX) == 0x000150, "Member 'UBinkMediaTexture::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, AddressY) == 0x000151, "Member 'UBinkMediaTexture::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, MediaPlayer) == 0x000158, "Member 'UBinkMediaTexture::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, PixelFormat) == 0x000160, "Member 'UBinkMediaTexture::PixelFormat' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, tonemap) == 0x000161, "Member 'UBinkMediaTexture::tonemap' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, OutputNits) == 0x000164, "Member 'UBinkMediaTexture::OutputNits' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, Alpha) == 0x000168, "Member 'UBinkMediaTexture::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, DecodeSRGB) == 0x00016C, "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_FInterchangePipelineContextParams \ +static_assert(alignof(FInterchangePipelineContextParams) == 0x000008, "Wrong alignment on FInterchangePipelineContextParams"); \ +static_assert(sizeof(FInterchangePipelineContextParams) == 0x000020, "Wrong size on FInterchangePipelineContextParams"); \ +static_assert(offsetof(FInterchangePipelineContextParams, ContextType) == 0x000000, "Member 'FInterchangePipelineContextParams::ContextType' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineContextParams, ImportObjectType) == 0x000008, "Member 'FInterchangePipelineContextParams::ImportObjectType' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineContextParams, ReimportAsset) == 0x000010, "Member 'FInterchangePipelineContextParams::ReimportAsset' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelineContextParams, BaseNodeContainer) == 0x000018, "Member 'FInterchangePipelineContextParams::BaseNodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangePipelinePropertyStatePerContext \ +static_assert(alignof(FInterchangePipelinePropertyStatePerContext) == 0x000001, "Wrong alignment on FInterchangePipelinePropertyStatePerContext"); \ +static_assert(sizeof(FInterchangePipelinePropertyStatePerContext) == 0x000001, "Wrong size on FInterchangePipelinePropertyStatePerContext"); \ +static_assert(offsetof(FInterchangePipelinePropertyStatePerContext, bVisible) == 0x000000, "Member 'FInterchangePipelinePropertyStatePerContext::bVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangePipelinePropertyStates \ +static_assert(alignof(FInterchangePipelinePropertyStates) == 0x000001, "Wrong alignment on FInterchangePipelinePropertyStates"); \ +static_assert(sizeof(FInterchangePipelinePropertyStates) == 0x000005, "Wrong size on FInterchangePipelinePropertyStates"); \ +static_assert(offsetof(FInterchangePipelinePropertyStates, bLocked) == 0x000000, "Member 'FInterchangePipelinePropertyStates::bLocked' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelinePropertyStates, bPreDialogReset) == 0x000001, "Member 'FInterchangePipelinePropertyStates::bPreDialogReset' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelinePropertyStates, BasicLayoutStates) == 0x000002, "Member 'FInterchangePipelinePropertyStates::BasicLayoutStates' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelinePropertyStates, ImportStates) == 0x000003, "Member 'FInterchangePipelinePropertyStates::ImportStates' has a wrong offset!"); \ +static_assert(offsetof(FInterchangePipelinePropertyStates, ReimportStates) == 0x000004, "Member 'FInterchangePipelinePropertyStates::ReimportStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeUserDefinedAttributeInfo \ +static_assert(alignof(FInterchangeUserDefinedAttributeInfo) == 0x000008, "Wrong alignment on FInterchangeUserDefinedAttributeInfo"); \ +static_assert(sizeof(FInterchangeUserDefinedAttributeInfo) == 0x000030, "Wrong size on FInterchangeUserDefinedAttributeInfo"); \ +static_assert(offsetof(FInterchangeUserDefinedAttributeInfo, Name) == 0x000000, "Member 'FInterchangeUserDefinedAttributeInfo::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBase_GetFactoryAssetType \ +static_assert(alignof(InterchangeFactoryBase_GetFactoryAssetType) == 0x000001, "Wrong alignment on InterchangeFactoryBase_GetFactoryAssetType"); \ +static_assert(sizeof(InterchangeFactoryBase_GetFactoryAssetType) == 0x000001, "Wrong size on InterchangeFactoryBase_GetFactoryAssetType"); \ +static_assert(offsetof(InterchangeFactoryBase_GetFactoryAssetType, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBase_GetFactoryAssetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBase_GetFactoryClass \ +static_assert(alignof(InterchangeFactoryBase_GetFactoryClass) == 0x000008, "Wrong alignment on InterchangeFactoryBase_GetFactoryClass"); \ +static_assert(sizeof(InterchangeFactoryBase_GetFactoryClass) == 0x000008, "Wrong size on InterchangeFactoryBase_GetFactoryClass"); \ +static_assert(offsetof(InterchangeFactoryBase_GetFactoryClass, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBase_GetFactoryClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBase_GetSourceFilenames \ +static_assert(alignof(InterchangeFactoryBase_GetSourceFilenames) == 0x000008, "Wrong alignment on InterchangeFactoryBase_GetSourceFilenames"); \ +static_assert(sizeof(InterchangeFactoryBase_GetSourceFilenames) == 0x000020, "Wrong size on InterchangeFactoryBase_GetSourceFilenames"); \ +static_assert(offsetof(InterchangeFactoryBase_GetSourceFilenames, Object) == 0x000000, "Member 'InterchangeFactoryBase_GetSourceFilenames::Object' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBase_GetSourceFilenames, OutSourceFilenames) == 0x000008, "Member 'InterchangeFactoryBase_GetSourceFilenames::OutSourceFilenames' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBase_GetSourceFilenames, ReturnValue) == 0x000018, "Member 'InterchangeFactoryBase_GetSourceFilenames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBase_SetSourceFilename \ +static_assert(alignof(InterchangeFactoryBase_SetSourceFilename) == 0x000008, "Wrong alignment on InterchangeFactoryBase_SetSourceFilename"); \ +static_assert(sizeof(InterchangeFactoryBase_SetSourceFilename) == 0x000020, "Wrong size on InterchangeFactoryBase_SetSourceFilename"); \ +static_assert(offsetof(InterchangeFactoryBase_SetSourceFilename, Object) == 0x000000, "Member 'InterchangeFactoryBase_SetSourceFilename::Object' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBase_SetSourceFilename, SourceFilename) == 0x000008, "Member 'InterchangeFactoryBase_SetSourceFilename::SourceFilename' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBase_SetSourceFilename, SourceIndex) == 0x000018, "Member 'InterchangeFactoryBase_SetSourceFilename::SourceIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBase_SetSourceFilename, ReturnValue) == 0x00001C, "Member 'InterchangeFactoryBase_SetSourceFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeFactoryBase \ +static_assert(alignof(UInterchangeFactoryBase) == 0x000008, "Wrong alignment on UInterchangeFactoryBase"); \ +static_assert(sizeof(UInterchangeFactoryBase) == 0x000030, "Wrong size on UInterchangeFactoryBase"); \ +static_assert(offsetof(UInterchangeFactoryBase, Results) == 0x000028, "Member 'UInterchangeFactoryBase::Results' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeWriterBase \ +static_assert(alignof(UInterchangeWriterBase) == 0x000008, "Wrong alignment on UInterchangeWriterBase"); \ +static_assert(sizeof(UInterchangeWriterBase) == 0x000028, "Wrong size on UInterchangeWriterBase"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_FindOrAddPropertyStates \ +static_assert(alignof(InterchangePipelineBase_FindOrAddPropertyStates) == 0x000004, "Wrong alignment on InterchangePipelineBase_FindOrAddPropertyStates"); \ +static_assert(sizeof(InterchangePipelineBase_FindOrAddPropertyStates) == 0x000010, "Wrong size on InterchangePipelineBase_FindOrAddPropertyStates"); \ +static_assert(offsetof(InterchangePipelineBase_FindOrAddPropertyStates, PropertyPath) == 0x000000, "Member 'InterchangePipelineBase_FindOrAddPropertyStates::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_FindOrAddPropertyStates, ReturnValue) == 0x000008, "Member 'InterchangePipelineBase_FindOrAddPropertyStates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_IsReimportContext \ +static_assert(alignof(InterchangePipelineBase_IsReimportContext) == 0x000001, "Wrong alignment on InterchangePipelineBase_IsReimportContext"); \ +static_assert(sizeof(InterchangePipelineBase_IsReimportContext) == 0x000001, "Wrong size on InterchangePipelineBase_IsReimportContext"); \ +static_assert(offsetof(InterchangePipelineBase_IsReimportContext, ReturnValue) == 0x000000, "Member 'InterchangePipelineBase_IsReimportContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedExecuteExportPipeline \ +static_assert(alignof(InterchangePipelineBase_ScriptedExecuteExportPipeline) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedExecuteExportPipeline"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedExecuteExportPipeline) == 0x000008, "Wrong size on InterchangePipelineBase_ScriptedExecuteExportPipeline"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecuteExportPipeline, BaseNodeContainer) == 0x000000, "Member 'InterchangePipelineBase_ScriptedExecuteExportPipeline::BaseNodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedExecutePipeline \ +static_assert(alignof(InterchangePipelineBase_ScriptedExecutePipeline) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedExecutePipeline"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedExecutePipeline) == 0x000028, "Wrong size on InterchangePipelineBase_ScriptedExecutePipeline"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePipeline, BaseNodeContainer) == 0x000000, "Member 'InterchangePipelineBase_ScriptedExecutePipeline::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePipeline, SourceDatas) == 0x000008, "Member 'InterchangePipelineBase_ScriptedExecutePipeline::SourceDatas' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePipeline, ContentBasePath) == 0x000018, "Member 'InterchangePipelineBase_ScriptedExecutePipeline::ContentBasePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline \ +static_assert(alignof(InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline) == 0x000028, "Wrong size on InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline, BaseNodeContainer) == 0x000000, "Member 'InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline, FactoryNodeKey) == 0x000008, "Member 'InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline::FactoryNodeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline, CreatedAsset) == 0x000018, "Member 'InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline::CreatedAsset' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline, bIsAReimport) == 0x000020, "Member 'InterchangePipelineBase_ScriptedExecutePostBroadcastPipeline::bIsAReimport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedExecutePostFactoryPipeline \ +static_assert(alignof(InterchangePipelineBase_ScriptedExecutePostFactoryPipeline) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedExecutePostFactoryPipeline"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedExecutePostFactoryPipeline) == 0x000028, "Wrong size on InterchangePipelineBase_ScriptedExecutePostFactoryPipeline"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostFactoryPipeline, BaseNodeContainer) == 0x000000, "Member 'InterchangePipelineBase_ScriptedExecutePostFactoryPipeline::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostFactoryPipeline, FactoryNodeKey) == 0x000008, "Member 'InterchangePipelineBase_ScriptedExecutePostFactoryPipeline::FactoryNodeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostFactoryPipeline, CreatedAsset) == 0x000018, "Member 'InterchangePipelineBase_ScriptedExecutePostFactoryPipeline::CreatedAsset' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostFactoryPipeline, bIsAReimport) == 0x000020, "Member 'InterchangePipelineBase_ScriptedExecutePostFactoryPipeline::bIsAReimport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedExecutePostImportPipeline \ +static_assert(alignof(InterchangePipelineBase_ScriptedExecutePostImportPipeline) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedExecutePostImportPipeline"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedExecutePostImportPipeline) == 0x000028, "Wrong size on InterchangePipelineBase_ScriptedExecutePostImportPipeline"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostImportPipeline, BaseNodeContainer) == 0x000000, "Member 'InterchangePipelineBase_ScriptedExecutePostImportPipeline::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostImportPipeline, FactoryNodeKey) == 0x000008, "Member 'InterchangePipelineBase_ScriptedExecutePostImportPipeline::FactoryNodeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostImportPipeline, CreatedAsset) == 0x000018, "Member 'InterchangePipelineBase_ScriptedExecutePostImportPipeline::CreatedAsset' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedExecutePostImportPipeline, bIsAReimport) == 0x000020, "Member 'InterchangePipelineBase_ScriptedExecutePostImportPipeline::bIsAReimport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedSetReimportSourceIndex \ +static_assert(alignof(InterchangePipelineBase_ScriptedSetReimportSourceIndex) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedSetReimportSourceIndex"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedSetReimportSourceIndex) == 0x000010, "Wrong size on InterchangePipelineBase_ScriptedSetReimportSourceIndex"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedSetReimportSourceIndex, ReimportObjectClass) == 0x000000, "Member 'InterchangePipelineBase_ScriptedSetReimportSourceIndex::ReimportObjectClass' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedSetReimportSourceIndex, SourceFileIndex) == 0x000008, "Member 'InterchangePipelineBase_ScriptedSetReimportSourceIndex::SourceFileIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_DoesPropertyStatesExist \ +static_assert(alignof(InterchangePipelineBase_DoesPropertyStatesExist) == 0x000004, "Wrong alignment on InterchangePipelineBase_DoesPropertyStatesExist"); \ +static_assert(sizeof(InterchangePipelineBase_DoesPropertyStatesExist) == 0x00000C, "Wrong size on InterchangePipelineBase_DoesPropertyStatesExist"); \ +static_assert(offsetof(InterchangePipelineBase_DoesPropertyStatesExist, PropertyPath) == 0x000000, "Member 'InterchangePipelineBase_DoesPropertyStatesExist::PropertyPath' has a wrong offset!"); \ +static_assert(offsetof(InterchangePipelineBase_DoesPropertyStatesExist, ReturnValue) == 0x000008, "Member 'InterchangePipelineBase_DoesPropertyStatesExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_ScriptedGetPipelineDisplayName \ +static_assert(alignof(InterchangePipelineBase_ScriptedGetPipelineDisplayName) == 0x000008, "Wrong alignment on InterchangePipelineBase_ScriptedGetPipelineDisplayName"); \ +static_assert(sizeof(InterchangePipelineBase_ScriptedGetPipelineDisplayName) == 0x000010, "Wrong size on InterchangePipelineBase_ScriptedGetPipelineDisplayName"); \ +static_assert(offsetof(InterchangePipelineBase_ScriptedGetPipelineDisplayName, ReturnValue) == 0x000000, "Member 'InterchangePipelineBase_ScriptedGetPipelineDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePipelineBase_SupportReimport \ +static_assert(alignof(InterchangePipelineBase_SupportReimport) == 0x000001, "Wrong alignment on InterchangePipelineBase_SupportReimport"); \ +static_assert(sizeof(InterchangePipelineBase_SupportReimport) == 0x000001, "Wrong size on InterchangePipelineBase_SupportReimport"); \ +static_assert(offsetof(InterchangePipelineBase_SupportReimport, ReturnValue) == 0x000000, "Member 'InterchangePipelineBase_SupportReimport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePipelineBase \ +static_assert(alignof(UInterchangePipelineBase) == 0x000008, "Wrong alignment on UInterchangePipelineBase"); \ +static_assert(sizeof(UInterchangePipelineBase) == 0x000128, "Wrong size on UInterchangePipelineBase"); \ +static_assert(offsetof(UInterchangePipelineBase, DestinationName) == 0x000028, "Member 'UInterchangePipelineBase::DestinationName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePipelineBase, ContentImportPath) == 0x000038, "Member 'UInterchangePipelineBase::ContentImportPath' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePipelineBase, bAllowPropertyStatesEdition) == 0x000048, "Member 'UInterchangePipelineBase::bAllowPropertyStatesEdition' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePipelineBase, bIsReimportContext) == 0x000049, "Member 'UInterchangePipelineBase::bIsReimportContext' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePipelineBase, bIsShowEssentials) == 0x00004A, "Member 'UInterchangePipelineBase::bIsShowEssentials' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePipelineBase, bFromReimportOrOverride) == 0x00004B, "Member 'UInterchangePipelineBase::bFromReimportOrOverride' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePipelineBase, Results) == 0x000050, "Member 'UInterchangePipelineBase::Results' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePipelineBase, PropertiesStates) == 0x000058, "Member 'UInterchangePipelineBase::PropertiesStates' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePipelineBase, CachePropertiesStates) == 0x0000A8, "Member 'UInterchangePipelineBase::CachePropertiesStates' has a wrong offset!"); \ +static_assert(offsetof(UInterchangePipelineBase, CacheContextParam) == 0x0000F8, "Member 'UInterchangePipelineBase::CacheContextParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResult \ +static_assert(alignof(UInterchangeResult) == 0x000008, "Wrong alignment on UInterchangeResult"); \ +static_assert(sizeof(UInterchangeResult) == 0x000070, "Wrong size on UInterchangeResult"); \ +static_assert(offsetof(UInterchangeResult, SourceAssetName) == 0x000028, "Member 'UInterchangeResult::SourceAssetName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeResult, DestinationAssetName) == 0x000038, "Member 'UInterchangeResult::DestinationAssetName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeResult, AssetFriendlyName) == 0x000048, "Member 'UInterchangeResult::AssetFriendlyName' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeResult, AssetType) == 0x000058, "Member 'UInterchangeResult::AssetType' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeResult, InterchangeKey) == 0x000060, "Member 'UInterchangeResult::InterchangeKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultSuccess \ +static_assert(alignof(UInterchangeResultSuccess) == 0x000008, "Wrong alignment on UInterchangeResultSuccess"); \ +static_assert(sizeof(UInterchangeResultSuccess) == 0x000070, "Wrong size on UInterchangeResultSuccess"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultWarning \ +static_assert(alignof(UInterchangeResultWarning) == 0x000008, "Wrong alignment on UInterchangeResultWarning"); \ +static_assert(sizeof(UInterchangeResultWarning) == 0x000070, "Wrong size on UInterchangeResultWarning"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultError \ +static_assert(alignof(UInterchangeResultError) == 0x000008, "Wrong alignment on UInterchangeResultError"); \ +static_assert(sizeof(UInterchangeResultError) == 0x000070, "Wrong size on UInterchangeResultError"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultWarning_Generic \ +static_assert(alignof(UInterchangeResultWarning_Generic) == 0x000008, "Wrong alignment on UInterchangeResultWarning_Generic"); \ +static_assert(sizeof(UInterchangeResultWarning_Generic) == 0x000080, "Wrong size on UInterchangeResultWarning_Generic"); \ +static_assert(offsetof(UInterchangeResultWarning_Generic, Text) == 0x000070, "Member 'UInterchangeResultWarning_Generic::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultError_Generic \ +static_assert(alignof(UInterchangeResultError_Generic) == 0x000008, "Wrong alignment on UInterchangeResultError_Generic"); \ +static_assert(sizeof(UInterchangeResultError_Generic) == 0x000080, "Wrong size on UInterchangeResultError_Generic"); \ +static_assert(offsetof(UInterchangeResultError_Generic, Text) == 0x000070, "Member 'UInterchangeResultError_Generic::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultError_ReimportFail \ +static_assert(alignof(UInterchangeResultError_ReimportFail) == 0x000008, "Wrong alignment on UInterchangeResultError_ReimportFail"); \ +static_assert(sizeof(UInterchangeResultError_ReimportFail) == 0x000070, "Wrong size on UInterchangeResultError_ReimportFail"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultDisplay_Generic \ +static_assert(alignof(UInterchangeResultDisplay_Generic) == 0x000008, "Wrong alignment on UInterchangeResultDisplay_Generic"); \ +static_assert(sizeof(UInterchangeResultDisplay_Generic) == 0x000080, "Wrong size on UInterchangeResultDisplay_Generic"); \ +static_assert(offsetof(UInterchangeResultDisplay_Generic, Text) == 0x000070, "Member 'UInterchangeResultDisplay_Generic::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultsContainer \ +static_assert(alignof(UInterchangeResultsContainer) == 0x000008, "Wrong alignment on UInterchangeResultsContainer"); \ +static_assert(sizeof(UInterchangeResultsContainer) == 0x000060, "Wrong size on UInterchangeResultsContainer"); \ +static_assert(offsetof(UInterchangeResultsContainer, Results) == 0x000050, "Member 'UInterchangeResultsContainer::Results' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceData_SetFilename \ +static_assert(alignof(InterchangeSourceData_SetFilename) == 0x000008, "Wrong alignment on InterchangeSourceData_SetFilename"); \ +static_assert(sizeof(InterchangeSourceData_SetFilename) == 0x000018, "Wrong size on InterchangeSourceData_SetFilename"); \ +static_assert(offsetof(InterchangeSourceData_SetFilename, InFilename) == 0x000000, "Member 'InterchangeSourceData_SetFilename::InFilename' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceData_SetFilename, ReturnValue) == 0x000010, "Member 'InterchangeSourceData_SetFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceData_GetAllContextObjectTags \ +static_assert(alignof(InterchangeSourceData_GetAllContextObjectTags) == 0x000008, "Wrong alignment on InterchangeSourceData_GetAllContextObjectTags"); \ +static_assert(sizeof(InterchangeSourceData_GetAllContextObjectTags) == 0x000010, "Wrong size on InterchangeSourceData_GetAllContextObjectTags"); \ +static_assert(offsetof(InterchangeSourceData_GetAllContextObjectTags, ReturnValue) == 0x000000, "Member 'InterchangeSourceData_GetAllContextObjectTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceData_GetContextObjectByTag \ +static_assert(alignof(InterchangeSourceData_GetContextObjectByTag) == 0x000008, "Wrong alignment on InterchangeSourceData_GetContextObjectByTag"); \ +static_assert(sizeof(InterchangeSourceData_GetContextObjectByTag) == 0x000018, "Wrong size on InterchangeSourceData_GetContextObjectByTag"); \ +static_assert(offsetof(InterchangeSourceData_GetContextObjectByTag, Tag) == 0x000000, "Member 'InterchangeSourceData_GetContextObjectByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceData_GetContextObjectByTag, ReturnValue) == 0x000010, "Member 'InterchangeSourceData_GetContextObjectByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceData_GetFilename \ +static_assert(alignof(InterchangeSourceData_GetFilename) == 0x000008, "Wrong alignment on InterchangeSourceData_GetFilename"); \ +static_assert(sizeof(InterchangeSourceData_GetFilename) == 0x000010, "Wrong size on InterchangeSourceData_GetFilename"); \ +static_assert(offsetof(InterchangeSourceData_GetFilename, ReturnValue) == 0x000000, "Member 'InterchangeSourceData_GetFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceData_SetContextObjectByTag \ +static_assert(alignof(InterchangeSourceData_SetContextObjectByTag) == 0x000008, "Wrong alignment on InterchangeSourceData_SetContextObjectByTag"); \ +static_assert(sizeof(InterchangeSourceData_SetContextObjectByTag) == 0x000018, "Wrong size on InterchangeSourceData_SetContextObjectByTag"); \ +static_assert(offsetof(InterchangeSourceData_SetContextObjectByTag, Tag) == 0x000000, "Member 'InterchangeSourceData_SetContextObjectByTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceData_SetContextObjectByTag, Object) == 0x000010, "Member 'InterchangeSourceData_SetContextObjectByTag::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSourceData \ +static_assert(alignof(UInterchangeSourceData) == 0x000008, "Wrong alignment on UInterchangeSourceData"); \ +static_assert(sizeof(UInterchangeSourceData) == 0x0000A0, "Wrong size on UInterchangeSourceData"); \ +static_assert(offsetof(UInterchangeSourceData, Filename) == 0x000028, "Member 'UInterchangeSourceData::Filename' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeSourceData, ContextObjectsByTag) == 0x000050, "Member 'UInterchangeSourceData::ContextObjectsByTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTranslatorSettings \ +static_assert(alignof(UInterchangeTranslatorSettings) == 0x000008, "Wrong alignment on UInterchangeTranslatorSettings"); \ +static_assert(sizeof(UInterchangeTranslatorSettings) == 0x000028, "Wrong size on UInterchangeTranslatorSettings"); \ + +#define DUMPER7_ASSERTS_InterchangeTranslatorBase_SetSettings \ +static_assert(alignof(InterchangeTranslatorBase_SetSettings) == 0x000008, "Wrong alignment on InterchangeTranslatorBase_SetSettings"); \ +static_assert(sizeof(InterchangeTranslatorBase_SetSettings) == 0x000008, "Wrong size on InterchangeTranslatorBase_SetSettings"); \ +static_assert(offsetof(InterchangeTranslatorBase_SetSettings, InterchangeTranslatorSettings) == 0x000000, "Member 'InterchangeTranslatorBase_SetSettings::InterchangeTranslatorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTranslatorBase_CanImportSourceData \ +static_assert(alignof(InterchangeTranslatorBase_CanImportSourceData) == 0x000008, "Wrong alignment on InterchangeTranslatorBase_CanImportSourceData"); \ +static_assert(sizeof(InterchangeTranslatorBase_CanImportSourceData) == 0x000010, "Wrong size on InterchangeTranslatorBase_CanImportSourceData"); \ +static_assert(offsetof(InterchangeTranslatorBase_CanImportSourceData, InSourceData) == 0x000000, "Member 'InterchangeTranslatorBase_CanImportSourceData::InSourceData' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTranslatorBase_CanImportSourceData, ReturnValue) == 0x000008, "Member 'InterchangeTranslatorBase_CanImportSourceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTranslatorBase_GetSettings \ +static_assert(alignof(InterchangeTranslatorBase_GetSettings) == 0x000008, "Wrong alignment on InterchangeTranslatorBase_GetSettings"); \ +static_assert(sizeof(InterchangeTranslatorBase_GetSettings) == 0x000008, "Wrong size on InterchangeTranslatorBase_GetSettings"); \ +static_assert(offsetof(InterchangeTranslatorBase_GetSettings, ReturnValue) == 0x000000, "Member 'InterchangeTranslatorBase_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTranslatorBase_GetSourceData \ +static_assert(alignof(InterchangeTranslatorBase_GetSourceData) == 0x000008, "Wrong alignment on InterchangeTranslatorBase_GetSourceData"); \ +static_assert(sizeof(InterchangeTranslatorBase_GetSourceData) == 0x000008, "Wrong size on InterchangeTranslatorBase_GetSourceData"); \ +static_assert(offsetof(InterchangeTranslatorBase_GetSourceData, ReturnValue) == 0x000000, "Member 'InterchangeTranslatorBase_GetSourceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTranslatorBase_GetSupportedAssetTypes \ +static_assert(alignof(InterchangeTranslatorBase_GetSupportedAssetTypes) == 0x000001, "Wrong alignment on InterchangeTranslatorBase_GetSupportedAssetTypes"); \ +static_assert(sizeof(InterchangeTranslatorBase_GetSupportedAssetTypes) == 0x000001, "Wrong size on InterchangeTranslatorBase_GetSupportedAssetTypes"); \ +static_assert(offsetof(InterchangeTranslatorBase_GetSupportedAssetTypes, ReturnValue) == 0x000000, "Member 'InterchangeTranslatorBase_GetSupportedAssetTypes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTranslatorBase_GetSupportedFormats \ +static_assert(alignof(InterchangeTranslatorBase_GetSupportedFormats) == 0x000008, "Wrong alignment on InterchangeTranslatorBase_GetSupportedFormats"); \ +static_assert(sizeof(InterchangeTranslatorBase_GetSupportedFormats) == 0x000010, "Wrong size on InterchangeTranslatorBase_GetSupportedFormats"); \ +static_assert(offsetof(InterchangeTranslatorBase_GetSupportedFormats, ReturnValue) == 0x000000, "Member 'InterchangeTranslatorBase_GetSupportedFormats::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTranslatorBase_GetTranslatorType \ +static_assert(alignof(InterchangeTranslatorBase_GetTranslatorType) == 0x000001, "Wrong alignment on InterchangeTranslatorBase_GetTranslatorType"); \ +static_assert(sizeof(InterchangeTranslatorBase_GetTranslatorType) == 0x000001, "Wrong size on InterchangeTranslatorBase_GetTranslatorType"); \ +static_assert(offsetof(InterchangeTranslatorBase_GetTranslatorType, ReturnValue) == 0x000000, "Member 'InterchangeTranslatorBase_GetTranslatorType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTranslatorBase \ +static_assert(alignof(UInterchangeTranslatorBase) == 0x000008, "Wrong alignment on UInterchangeTranslatorBase"); \ +static_assert(sizeof(UInterchangeTranslatorBase) == 0x000048, "Wrong size on UInterchangeTranslatorBase"); \ +static_assert(offsetof(UInterchangeTranslatorBase, Results) == 0x000028, "Member 'UInterchangeTranslatorBase::Results' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeTranslatorBase, SourceData) == 0x000030, "Member 'UInterchangeTranslatorBase::SourceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddBooleanAttribute \ +static_assert(alignof(InterchangeBaseNode_AddBooleanAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddBooleanAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddBooleanAttribute) == 0x000018, "Wrong size on InterchangeBaseNode_AddBooleanAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddBooleanAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddBooleanAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddBooleanAttribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddBooleanAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddBooleanAttribute, ReturnValue) == 0x000011, "Member 'InterchangeBaseNode_AddBooleanAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddDoubleAttribute \ +static_assert(alignof(InterchangeBaseNode_AddDoubleAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddDoubleAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddDoubleAttribute) == 0x000020, "Wrong size on InterchangeBaseNode_AddDoubleAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddDoubleAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddDoubleAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddDoubleAttribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddDoubleAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddDoubleAttribute, ReturnValue) == 0x000018, "Member 'InterchangeBaseNode_AddDoubleAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddFloatAttribute \ +static_assert(alignof(InterchangeBaseNode_AddFloatAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddFloatAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddFloatAttribute) == 0x000018, "Wrong size on InterchangeBaseNode_AddFloatAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddFloatAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddFloatAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddFloatAttribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddFloatAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddFloatAttribute, ReturnValue) == 0x000014, "Member 'InterchangeBaseNode_AddFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddGuidAttribute \ +static_assert(alignof(InterchangeBaseNode_AddGuidAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddGuidAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddGuidAttribute) == 0x000028, "Wrong size on InterchangeBaseNode_AddGuidAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddGuidAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddGuidAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddGuidAttribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddGuidAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddGuidAttribute, ReturnValue) == 0x000020, "Member 'InterchangeBaseNode_AddGuidAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddInt32Attribute \ +static_assert(alignof(InterchangeBaseNode_AddInt32Attribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddInt32Attribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddInt32Attribute) == 0x000018, "Wrong size on InterchangeBaseNode_AddInt32Attribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddInt32Attribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddInt32Attribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddInt32Attribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddInt32Attribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddInt32Attribute, ReturnValue) == 0x000014, "Member 'InterchangeBaseNode_AddInt32Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddLinearColorAttribute \ +static_assert(alignof(InterchangeBaseNode_AddLinearColorAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddLinearColorAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddLinearColorAttribute) == 0x000028, "Wrong size on InterchangeBaseNode_AddLinearColorAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddLinearColorAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddLinearColorAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddLinearColorAttribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddLinearColorAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddLinearColorAttribute, ReturnValue) == 0x000020, "Member 'InterchangeBaseNode_AddLinearColorAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddStringAttribute \ +static_assert(alignof(InterchangeBaseNode_AddStringAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddStringAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddStringAttribute) == 0x000028, "Wrong size on InterchangeBaseNode_AddStringAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddStringAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddStringAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddStringAttribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddStringAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddStringAttribute, ReturnValue) == 0x000020, "Member 'InterchangeBaseNode_AddStringAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddVector2Attribute \ +static_assert(alignof(InterchangeBaseNode_AddVector2Attribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddVector2Attribute"); \ +static_assert(sizeof(InterchangeBaseNode_AddVector2Attribute) == 0x000020, "Wrong size on InterchangeBaseNode_AddVector2Attribute"); \ +static_assert(offsetof(InterchangeBaseNode_AddVector2Attribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_AddVector2Attribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddVector2Attribute, Value) == 0x000010, "Member 'InterchangeBaseNode_AddVector2Attribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddVector2Attribute, ReturnValue) == 0x000018, "Member 'InterchangeBaseNode_AddVector2Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_InitializeNode \ +static_assert(alignof(InterchangeBaseNode_InitializeNode) == 0x000008, "Wrong alignment on InterchangeBaseNode_InitializeNode"); \ +static_assert(sizeof(InterchangeBaseNode_InitializeNode) == 0x000028, "Wrong size on InterchangeBaseNode_InitializeNode"); \ +static_assert(offsetof(InterchangeBaseNode_InitializeNode, UniqueID) == 0x000000, "Member 'InterchangeBaseNode_InitializeNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_InitializeNode, DisplayLabel) == 0x000010, "Member 'InterchangeBaseNode_InitializeNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_InitializeNode, NodeContainerType) == 0x000020, "Member 'InterchangeBaseNode_InitializeNode::NodeContainerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_RemoveAttribute \ +static_assert(alignof(InterchangeBaseNode_RemoveAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_RemoveAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_RemoveAttribute) == 0x000018, "Wrong size on InterchangeBaseNode_RemoveAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_RemoveAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_RemoveAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_RemoveAttribute, ReturnValue) == 0x000010, "Member 'InterchangeBaseNode_RemoveAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_SetAssetName \ +static_assert(alignof(InterchangeBaseNode_SetAssetName) == 0x000008, "Wrong alignment on InterchangeBaseNode_SetAssetName"); \ +static_assert(sizeof(InterchangeBaseNode_SetAssetName) == 0x000018, "Wrong size on InterchangeBaseNode_SetAssetName"); \ +static_assert(offsetof(InterchangeBaseNode_SetAssetName, AssetName) == 0x000000, "Member 'InterchangeBaseNode_SetAssetName::AssetName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_SetAssetName, ReturnValue) == 0x000010, "Member 'InterchangeBaseNode_SetAssetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_SetDisplayLabel \ +static_assert(alignof(InterchangeBaseNode_SetDisplayLabel) == 0x000008, "Wrong alignment on InterchangeBaseNode_SetDisplayLabel"); \ +static_assert(sizeof(InterchangeBaseNode_SetDisplayLabel) == 0x000018, "Wrong size on InterchangeBaseNode_SetDisplayLabel"); \ +static_assert(offsetof(InterchangeBaseNode_SetDisplayLabel, InDisplayLabel) == 0x000000, "Member 'InterchangeBaseNode_SetDisplayLabel::InDisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_SetDisplayLabel, ReturnValue) == 0x000010, "Member 'InterchangeBaseNode_SetDisplayLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_SetEnabled \ +static_assert(alignof(InterchangeBaseNode_SetEnabled) == 0x000001, "Wrong alignment on InterchangeBaseNode_SetEnabled"); \ +static_assert(sizeof(InterchangeBaseNode_SetEnabled) == 0x000002, "Wrong size on InterchangeBaseNode_SetEnabled"); \ +static_assert(offsetof(InterchangeBaseNode_SetEnabled, bIsEnabled) == 0x000000, "Member 'InterchangeBaseNode_SetEnabled::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_SetEnabled, ReturnValue) == 0x000001, "Member 'InterchangeBaseNode_SetEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_AddTargetNodeUid \ +static_assert(alignof(InterchangeBaseNode_AddTargetNodeUid) == 0x000008, "Wrong alignment on InterchangeBaseNode_AddTargetNodeUid"); \ +static_assert(sizeof(InterchangeBaseNode_AddTargetNodeUid) == 0x000018, "Wrong size on InterchangeBaseNode_AddTargetNodeUid"); \ +static_assert(offsetof(InterchangeBaseNode_AddTargetNodeUid, AssetUid) == 0x000000, "Member 'InterchangeBaseNode_AddTargetNodeUid::AssetUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_AddTargetNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeBaseNode_AddTargetNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetAssetName \ +static_assert(alignof(InterchangeBaseNode_GetAssetName) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetAssetName"); \ +static_assert(sizeof(InterchangeBaseNode_GetAssetName) == 0x000010, "Wrong size on InterchangeBaseNode_GetAssetName"); \ +static_assert(offsetof(InterchangeBaseNode_GetAssetName, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetAssetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetBooleanAttribute \ +static_assert(alignof(InterchangeBaseNode_GetBooleanAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetBooleanAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetBooleanAttribute) == 0x000018, "Wrong size on InterchangeBaseNode_GetBooleanAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetBooleanAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetBooleanAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetBooleanAttribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetBooleanAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetBooleanAttribute, ReturnValue) == 0x000011, "Member 'InterchangeBaseNode_GetBooleanAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetDesiredChildIndex \ +static_assert(alignof(InterchangeBaseNode_GetDesiredChildIndex) == 0x000004, "Wrong alignment on InterchangeBaseNode_GetDesiredChildIndex"); \ +static_assert(sizeof(InterchangeBaseNode_GetDesiredChildIndex) == 0x000004, "Wrong size on InterchangeBaseNode_GetDesiredChildIndex"); \ +static_assert(offsetof(InterchangeBaseNode_GetDesiredChildIndex, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetDesiredChildIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetDisplayLabel \ +static_assert(alignof(InterchangeBaseNode_GetDisplayLabel) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetDisplayLabel"); \ +static_assert(sizeof(InterchangeBaseNode_GetDisplayLabel) == 0x000010, "Wrong size on InterchangeBaseNode_GetDisplayLabel"); \ +static_assert(offsetof(InterchangeBaseNode_GetDisplayLabel, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetDisplayLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetDoubleAttribute \ +static_assert(alignof(InterchangeBaseNode_GetDoubleAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetDoubleAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetDoubleAttribute) == 0x000020, "Wrong size on InterchangeBaseNode_GetDoubleAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetDoubleAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetDoubleAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetDoubleAttribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetDoubleAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetDoubleAttribute, ReturnValue) == 0x000018, "Member 'InterchangeBaseNode_GetDoubleAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetFloatAttribute \ +static_assert(alignof(InterchangeBaseNode_GetFloatAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetFloatAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetFloatAttribute) == 0x000018, "Wrong size on InterchangeBaseNode_GetFloatAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetFloatAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetFloatAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetFloatAttribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetFloatAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetFloatAttribute, ReturnValue) == 0x000014, "Member 'InterchangeBaseNode_GetFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetGuidAttribute \ +static_assert(alignof(InterchangeBaseNode_GetGuidAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetGuidAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetGuidAttribute) == 0x000028, "Wrong size on InterchangeBaseNode_GetGuidAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetGuidAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetGuidAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetGuidAttribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetGuidAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetGuidAttribute, ReturnValue) == 0x000020, "Member 'InterchangeBaseNode_GetGuidAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetIconName \ +static_assert(alignof(InterchangeBaseNode_GetIconName) == 0x000004, "Wrong alignment on InterchangeBaseNode_GetIconName"); \ +static_assert(sizeof(InterchangeBaseNode_GetIconName) == 0x000008, "Wrong size on InterchangeBaseNode_GetIconName"); \ +static_assert(offsetof(InterchangeBaseNode_GetIconName, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetIconName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetInt32Attribute \ +static_assert(alignof(InterchangeBaseNode_GetInt32Attribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetInt32Attribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetInt32Attribute) == 0x000018, "Wrong size on InterchangeBaseNode_GetInt32Attribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetInt32Attribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetInt32Attribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetInt32Attribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetInt32Attribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetInt32Attribute, ReturnValue) == 0x000014, "Member 'InterchangeBaseNode_GetInt32Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetLinearColorAttribute \ +static_assert(alignof(InterchangeBaseNode_GetLinearColorAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetLinearColorAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetLinearColorAttribute) == 0x000028, "Wrong size on InterchangeBaseNode_GetLinearColorAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetLinearColorAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetLinearColorAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetLinearColorAttribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetLinearColorAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetLinearColorAttribute, ReturnValue) == 0x000020, "Member 'InterchangeBaseNode_GetLinearColorAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetNameSpace \ +static_assert(alignof(InterchangeBaseNode_GetNameSpace) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetNameSpace"); \ +static_assert(sizeof(InterchangeBaseNode_GetNameSpace) == 0x000018, "Wrong size on InterchangeBaseNode_GetNameSpace"); \ +static_assert(offsetof(InterchangeBaseNode_GetNameSpace, Namespace) == 0x000000, "Member 'InterchangeBaseNode_GetNameSpace::Namespace' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetNameSpace, ReturnValue) == 0x000010, "Member 'InterchangeBaseNode_GetNameSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetNodeContainerType \ +static_assert(alignof(InterchangeBaseNode_GetNodeContainerType) == 0x000001, "Wrong alignment on InterchangeBaseNode_GetNodeContainerType"); \ +static_assert(sizeof(InterchangeBaseNode_GetNodeContainerType) == 0x000001, "Wrong size on InterchangeBaseNode_GetNodeContainerType"); \ +static_assert(offsetof(InterchangeBaseNode_GetNodeContainerType, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetNodeContainerType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetParentUid \ +static_assert(alignof(InterchangeBaseNode_GetParentUid) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetParentUid"); \ +static_assert(sizeof(InterchangeBaseNode_GetParentUid) == 0x000010, "Wrong size on InterchangeBaseNode_GetParentUid"); \ +static_assert(offsetof(InterchangeBaseNode_GetParentUid, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetParentUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetStringAttribute \ +static_assert(alignof(InterchangeBaseNode_GetStringAttribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetStringAttribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetStringAttribute) == 0x000028, "Wrong size on InterchangeBaseNode_GetStringAttribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetStringAttribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetStringAttribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetStringAttribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetStringAttribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetStringAttribute, ReturnValue) == 0x000020, "Member 'InterchangeBaseNode_GetStringAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetTargetNodeCount \ +static_assert(alignof(InterchangeBaseNode_GetTargetNodeCount) == 0x000004, "Wrong alignment on InterchangeBaseNode_GetTargetNodeCount"); \ +static_assert(sizeof(InterchangeBaseNode_GetTargetNodeCount) == 0x000004, "Wrong size on InterchangeBaseNode_GetTargetNodeCount"); \ +static_assert(offsetof(InterchangeBaseNode_GetTargetNodeCount, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetTargetNodeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetTargetNodeUids \ +static_assert(alignof(InterchangeBaseNode_GetTargetNodeUids) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetTargetNodeUids"); \ +static_assert(sizeof(InterchangeBaseNode_GetTargetNodeUids) == 0x000010, "Wrong size on InterchangeBaseNode_GetTargetNodeUids"); \ +static_assert(offsetof(InterchangeBaseNode_GetTargetNodeUids, OutTargetAssets) == 0x000000, "Member 'InterchangeBaseNode_GetTargetNodeUids::OutTargetAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetTypeName \ +static_assert(alignof(InterchangeBaseNode_GetTypeName) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetTypeName"); \ +static_assert(sizeof(InterchangeBaseNode_GetTypeName) == 0x000010, "Wrong size on InterchangeBaseNode_GetTypeName"); \ +static_assert(offsetof(InterchangeBaseNode_GetTypeName, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetTypeName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetUniqueID \ +static_assert(alignof(InterchangeBaseNode_GetUniqueID) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetUniqueID"); \ +static_assert(sizeof(InterchangeBaseNode_GetUniqueID) == 0x000010, "Wrong size on InterchangeBaseNode_GetUniqueID"); \ +static_assert(offsetof(InterchangeBaseNode_GetUniqueID, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_GetUniqueID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_GetVector2Attribute \ +static_assert(alignof(InterchangeBaseNode_GetVector2Attribute) == 0x000008, "Wrong alignment on InterchangeBaseNode_GetVector2Attribute"); \ +static_assert(sizeof(InterchangeBaseNode_GetVector2Attribute) == 0x000020, "Wrong size on InterchangeBaseNode_GetVector2Attribute"); \ +static_assert(offsetof(InterchangeBaseNode_GetVector2Attribute, NodeAttributeKey) == 0x000000, "Member 'InterchangeBaseNode_GetVector2Attribute::NodeAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetVector2Attribute, OutValue) == 0x000010, "Member 'InterchangeBaseNode_GetVector2Attribute::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_GetVector2Attribute, ReturnValue) == 0x000018, "Member 'InterchangeBaseNode_GetVector2Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_IsEnabled \ +static_assert(alignof(InterchangeBaseNode_IsEnabled) == 0x000001, "Wrong alignment on InterchangeBaseNode_IsEnabled"); \ +static_assert(sizeof(InterchangeBaseNode_IsEnabled) == 0x000001, "Wrong size on InterchangeBaseNode_IsEnabled"); \ +static_assert(offsetof(InterchangeBaseNode_IsEnabled, ReturnValue) == 0x000000, "Member 'InterchangeBaseNode_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNode_RemoveTargetNodeUid \ +static_assert(alignof(InterchangeBaseNode_RemoveTargetNodeUid) == 0x000008, "Wrong alignment on InterchangeBaseNode_RemoveTargetNodeUid"); \ +static_assert(sizeof(InterchangeBaseNode_RemoveTargetNodeUid) == 0x000018, "Wrong size on InterchangeBaseNode_RemoveTargetNodeUid"); \ +static_assert(offsetof(InterchangeBaseNode_RemoveTargetNodeUid, AssetUid) == 0x000000, "Member 'InterchangeBaseNode_RemoveTargetNodeUid::AssetUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNode_RemoveTargetNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeBaseNode_RemoveTargetNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeBaseNode \ +static_assert(alignof(UInterchangeBaseNode) == 0x000008, "Wrong alignment on UInterchangeBaseNode"); \ +static_assert(sizeof(UInterchangeBaseNode) == 0x000060, "Wrong size on UInterchangeBaseNode"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_AddNode \ +static_assert(alignof(InterchangeBaseNodeContainer_AddNode) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_AddNode"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_AddNode) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_AddNode"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_AddNode, Node) == 0x000000, "Member 'InterchangeBaseNodeContainer_AddNode::Node' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_AddNode, ReturnValue) == 0x000008, "Member 'InterchangeBaseNodeContainer_AddNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_ClearNodeParentUid \ +static_assert(alignof(InterchangeBaseNodeContainer_ClearNodeParentUid) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_ClearNodeParentUid"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_ClearNodeParentUid) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_ClearNodeParentUid"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_ClearNodeParentUid, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_ClearNodeParentUid::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_ClearNodeParentUid, ReturnValue) == 0x000010, "Member 'InterchangeBaseNodeContainer_ClearNodeParentUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetNodeChildren \ +static_assert(alignof(InterchangeBaseNodeContainer_GetNodeChildren) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetNodeChildren"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetNodeChildren) == 0x000020, "Wrong size on InterchangeBaseNodeContainer_GetNodeChildren"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildren, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetNodeChildren::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildren, ChildIndex) == 0x000010, "Member 'InterchangeBaseNodeContainer_GetNodeChildren::ChildIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildren, ReturnValue) == 0x000018, "Member 'InterchangeBaseNodeContainer_GetNodeChildren::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_LoadFromFile \ +static_assert(alignof(InterchangeBaseNodeContainer_LoadFromFile) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_LoadFromFile"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_LoadFromFile) == 0x000010, "Wrong size on InterchangeBaseNodeContainer_LoadFromFile"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_LoadFromFile, Filename) == 0x000000, "Member 'InterchangeBaseNodeContainer_LoadFromFile::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_RemoveNode \ +static_assert(alignof(InterchangeBaseNodeContainer_RemoveNode) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_RemoveNode"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_RemoveNode) == 0x000010, "Wrong size on InterchangeBaseNodeContainer_RemoveNode"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_RemoveNode, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_RemoveNode::NodeUniqueID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_ReplaceNode \ +static_assert(alignof(InterchangeBaseNodeContainer_ReplaceNode) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_ReplaceNode"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_ReplaceNode) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_ReplaceNode"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_ReplaceNode, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_ReplaceNode::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_ReplaceNode, NewNode) == 0x000010, "Member 'InterchangeBaseNodeContainer_ReplaceNode::NewNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_SaveToFile \ +static_assert(alignof(InterchangeBaseNodeContainer_SaveToFile) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_SaveToFile"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_SaveToFile) == 0x000010, "Wrong size on InterchangeBaseNodeContainer_SaveToFile"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SaveToFile, Filename) == 0x000000, "Member 'InterchangeBaseNodeContainer_SaveToFile::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_SetNamespace \ +static_assert(alignof(InterchangeBaseNodeContainer_SetNamespace) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_SetNamespace"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_SetNamespace) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_SetNamespace"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SetNamespace, Namespace) == 0x000000, "Member 'InterchangeBaseNodeContainer_SetNamespace::Namespace' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SetNamespace, TargetClass) == 0x000010, "Member 'InterchangeBaseNodeContainer_SetNamespace::TargetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_SetNodeDesiredChildIndex \ +static_assert(alignof(InterchangeBaseNodeContainer_SetNodeDesiredChildIndex) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_SetNodeDesiredChildIndex"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_SetNodeDesiredChildIndex) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_SetNodeDesiredChildIndex"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SetNodeDesiredChildIndex, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_SetNodeDesiredChildIndex::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SetNodeDesiredChildIndex, NewNodeDesiredChildIndex) == 0x000010, "Member 'InterchangeBaseNodeContainer_SetNodeDesiredChildIndex::NewNodeDesiredChildIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SetNodeDesiredChildIndex, ReturnValue) == 0x000014, "Member 'InterchangeBaseNodeContainer_SetNodeDesiredChildIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_SetNodeParentUid \ +static_assert(alignof(InterchangeBaseNodeContainer_SetNodeParentUid) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_SetNodeParentUid"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_SetNodeParentUid) == 0x000028, "Wrong size on InterchangeBaseNodeContainer_SetNodeParentUid"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SetNodeParentUid, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_SetNodeParentUid::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SetNodeParentUid, NewParentNodeUid) == 0x000010, "Member 'InterchangeBaseNodeContainer_SetNodeParentUid::NewParentNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_SetNodeParentUid, ReturnValue) == 0x000020, "Member 'InterchangeBaseNodeContainer_SetNodeParentUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetFactoryNode \ +static_assert(alignof(InterchangeBaseNodeContainer_GetFactoryNode) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetFactoryNode"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetFactoryNode) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_GetFactoryNode"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetFactoryNode, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetFactoryNode::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetFactoryNode, ReturnValue) == 0x000010, "Member 'InterchangeBaseNodeContainer_GetFactoryNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetIsAncestor \ +static_assert(alignof(InterchangeBaseNodeContainer_GetIsAncestor) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetIsAncestor"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetIsAncestor) == 0x000028, "Wrong size on InterchangeBaseNodeContainer_GetIsAncestor"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetIsAncestor, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetIsAncestor::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetIsAncestor, AncestorUID) == 0x000010, "Member 'InterchangeBaseNodeContainer_GetIsAncestor::AncestorUID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetIsAncestor, ReturnValue) == 0x000020, "Member 'InterchangeBaseNodeContainer_GetIsAncestor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetNode \ +static_assert(alignof(InterchangeBaseNodeContainer_GetNode) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetNode"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetNode) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_GetNode"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNode, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetNode::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNode, ReturnValue) == 0x000010, "Member 'InterchangeBaseNodeContainer_GetNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetNodeChildrenCount \ +static_assert(alignof(InterchangeBaseNodeContainer_GetNodeChildrenCount) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetNodeChildrenCount"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetNodeChildrenCount) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_GetNodeChildrenCount"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildrenCount, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetNodeChildrenCount::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildrenCount, ReturnValue) == 0x000010, "Member 'InterchangeBaseNodeContainer_GetNodeChildrenCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetNodeChildrenUids \ +static_assert(alignof(InterchangeBaseNodeContainer_GetNodeChildrenUids) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetNodeChildrenUids"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetNodeChildrenUids) == 0x000020, "Wrong size on InterchangeBaseNodeContainer_GetNodeChildrenUids"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildrenUids, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetNodeChildrenUids::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodeChildrenUids, ReturnValue) == 0x000010, "Member 'InterchangeBaseNodeContainer_GetNodeChildrenUids::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetNodes \ +static_assert(alignof(InterchangeBaseNodeContainer_GetNodes) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetNodes"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetNodes) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_GetNodes"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodes, ClassNode) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetNodes::ClassNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetNodes, OutNodes) == 0x000008, "Member 'InterchangeBaseNodeContainer_GetNodes::OutNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_GetRoots \ +static_assert(alignof(InterchangeBaseNodeContainer_GetRoots) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_GetRoots"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_GetRoots) == 0x000010, "Wrong size on InterchangeBaseNodeContainer_GetRoots"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_GetRoots, RootNodes) == 0x000000, "Member 'InterchangeBaseNodeContainer_GetRoots::RootNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseNodeContainer_IsNodeUidValid \ +static_assert(alignof(InterchangeBaseNodeContainer_IsNodeUidValid) == 0x000008, "Wrong alignment on InterchangeBaseNodeContainer_IsNodeUidValid"); \ +static_assert(sizeof(InterchangeBaseNodeContainer_IsNodeUidValid) == 0x000018, "Wrong size on InterchangeBaseNodeContainer_IsNodeUidValid"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_IsNodeUidValid, NodeUniqueID) == 0x000000, "Member 'InterchangeBaseNodeContainer_IsNodeUidValid::NodeUniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseNodeContainer_IsNodeUidValid, ReturnValue) == 0x000010, "Member 'InterchangeBaseNodeContainer_IsNodeUidValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeBaseNodeContainer \ +static_assert(alignof(UInterchangeBaseNodeContainer) == 0x000008, "Wrong alignment on UInterchangeBaseNodeContainer"); \ +static_assert(sizeof(UInterchangeBaseNodeContainer) == 0x0000C8, "Wrong size on UInterchangeBaseNodeContainer"); \ +static_assert(offsetof(UInterchangeBaseNodeContainer, Nodes) == 0x000028, "Member 'UInterchangeBaseNodeContainer::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_AddFactoryDependencyUid \ +static_assert(alignof(InterchangeFactoryBaseNode_AddFactoryDependencyUid) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_AddFactoryDependencyUid"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_AddFactoryDependencyUid) == 0x000018, "Wrong size on InterchangeFactoryBaseNode_AddFactoryDependencyUid"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_AddFactoryDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeFactoryBaseNode_AddFactoryDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_AddFactoryDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeFactoryBaseNode_AddFactoryDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_RemoveFactoryDependencyUid \ +static_assert(alignof(InterchangeFactoryBaseNode_RemoveFactoryDependencyUid) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_RemoveFactoryDependencyUid"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_RemoveFactoryDependencyUid) == 0x000018, "Wrong size on InterchangeFactoryBaseNode_RemoveFactoryDependencyUid"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_RemoveFactoryDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeFactoryBaseNode_RemoveFactoryDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_RemoveFactoryDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeFactoryBaseNode_RemoveFactoryDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_SetCustomLevelUid \ +static_assert(alignof(InterchangeFactoryBaseNode_SetCustomLevelUid) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_SetCustomLevelUid"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_SetCustomLevelUid) == 0x000018, "Wrong size on InterchangeFactoryBaseNode_SetCustomLevelUid"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetCustomLevelUid, AttributeValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_SetCustomLevelUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetCustomLevelUid, ReturnValue) == 0x000010, "Member 'InterchangeFactoryBaseNode_SetCustomLevelUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_SetCustomReferenceObject \ +static_assert(alignof(InterchangeFactoryBaseNode_SetCustomReferenceObject) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_SetCustomReferenceObject"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_SetCustomReferenceObject) == 0x000028, "Wrong size on InterchangeFactoryBaseNode_SetCustomReferenceObject"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetCustomReferenceObject, AttributeValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_SetCustomReferenceObject::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetCustomReferenceObject, ReturnValue) == 0x000020, "Member 'InterchangeFactoryBaseNode_SetCustomReferenceObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_SetCustomSubPath \ +static_assert(alignof(InterchangeFactoryBaseNode_SetCustomSubPath) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_SetCustomSubPath"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_SetCustomSubPath) == 0x000018, "Wrong size on InterchangeFactoryBaseNode_SetCustomSubPath"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetCustomSubPath, AttributeValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_SetCustomSubPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetCustomSubPath, ReturnValue) == 0x000010, "Member 'InterchangeFactoryBaseNode_SetCustomSubPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_SetForceNodeReimport \ +static_assert(alignof(InterchangeFactoryBaseNode_SetForceNodeReimport) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_SetForceNodeReimport"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_SetForceNodeReimport) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_SetForceNodeReimport"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetForceNodeReimport, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_SetForceNodeReimport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_SetReimportStrategyFlags \ +static_assert(alignof(InterchangeFactoryBaseNode_SetReimportStrategyFlags) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_SetReimportStrategyFlags"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_SetReimportStrategyFlags) == 0x000002, "Wrong size on InterchangeFactoryBaseNode_SetReimportStrategyFlags"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetReimportStrategyFlags, ReimportStrategyFlags) == 0x000000, "Member 'InterchangeFactoryBaseNode_SetReimportStrategyFlags::ReimportStrategyFlags' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetReimportStrategyFlags, ReturnValue) == 0x000001, "Member 'InterchangeFactoryBaseNode_SetReimportStrategyFlags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_SetSkipNodeImport \ +static_assert(alignof(InterchangeFactoryBaseNode_SetSkipNodeImport) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_SetSkipNodeImport"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_SetSkipNodeImport) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_SetSkipNodeImport"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_SetSkipNodeImport, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_SetSkipNodeImport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_UnsetForceNodeReimport \ +static_assert(alignof(InterchangeFactoryBaseNode_UnsetForceNodeReimport) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_UnsetForceNodeReimport"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_UnsetForceNodeReimport) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_UnsetForceNodeReimport"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_UnsetForceNodeReimport, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_UnsetForceNodeReimport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_UnsetSkipNodeImport \ +static_assert(alignof(InterchangeFactoryBaseNode_UnsetSkipNodeImport) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_UnsetSkipNodeImport"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_UnsetSkipNodeImport) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_UnsetSkipNodeImport"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_UnsetSkipNodeImport, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_UnsetSkipNodeImport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetCustomLevelUid \ +static_assert(alignof(InterchangeFactoryBaseNode_GetCustomLevelUid) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_GetCustomLevelUid"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetCustomLevelUid) == 0x000018, "Wrong size on InterchangeFactoryBaseNode_GetCustomLevelUid"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetCustomLevelUid, AttributeValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetCustomLevelUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetCustomLevelUid, ReturnValue) == 0x000010, "Member 'InterchangeFactoryBaseNode_GetCustomLevelUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetCustomReferenceObject \ +static_assert(alignof(InterchangeFactoryBaseNode_GetCustomReferenceObject) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_GetCustomReferenceObject"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetCustomReferenceObject) == 0x000028, "Wrong size on InterchangeFactoryBaseNode_GetCustomReferenceObject"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetCustomReferenceObject, AttributeValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetCustomReferenceObject::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetCustomReferenceObject, ReturnValue) == 0x000020, "Member 'InterchangeFactoryBaseNode_GetCustomReferenceObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetCustomSubPath \ +static_assert(alignof(InterchangeFactoryBaseNode_GetCustomSubPath) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_GetCustomSubPath"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetCustomSubPath) == 0x000018, "Wrong size on InterchangeFactoryBaseNode_GetCustomSubPath"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetCustomSubPath, AttributeValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetCustomSubPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetCustomSubPath, ReturnValue) == 0x000010, "Member 'InterchangeFactoryBaseNode_GetCustomSubPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetFactoryDependencies \ +static_assert(alignof(InterchangeFactoryBaseNode_GetFactoryDependencies) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_GetFactoryDependencies"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetFactoryDependencies) == 0x000010, "Wrong size on InterchangeFactoryBaseNode_GetFactoryDependencies"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetFactoryDependencies, OutDependencies) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetFactoryDependencies::OutDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetFactoryDependenciesCount \ +static_assert(alignof(InterchangeFactoryBaseNode_GetFactoryDependenciesCount) == 0x000004, "Wrong alignment on InterchangeFactoryBaseNode_GetFactoryDependenciesCount"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetFactoryDependenciesCount) == 0x000004, "Wrong size on InterchangeFactoryBaseNode_GetFactoryDependenciesCount"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetFactoryDependenciesCount, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetFactoryDependenciesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetFactoryDependency \ +static_assert(alignof(InterchangeFactoryBaseNode_GetFactoryDependency) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_GetFactoryDependency"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetFactoryDependency) == 0x000018, "Wrong size on InterchangeFactoryBaseNode_GetFactoryDependency"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetFactoryDependency, Index_0) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetFactoryDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetFactoryDependency, OutDependency) == 0x000008, "Member 'InterchangeFactoryBaseNode_GetFactoryDependency::OutDependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetObjectClass \ +static_assert(alignof(InterchangeFactoryBaseNode_GetObjectClass) == 0x000008, "Wrong alignment on InterchangeFactoryBaseNode_GetObjectClass"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetObjectClass) == 0x000008, "Wrong size on InterchangeFactoryBaseNode_GetObjectClass"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetObjectClass, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_GetReimportStrategyFlags \ +static_assert(alignof(InterchangeFactoryBaseNode_GetReimportStrategyFlags) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_GetReimportStrategyFlags"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_GetReimportStrategyFlags) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_GetReimportStrategyFlags"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_GetReimportStrategyFlags, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_GetReimportStrategyFlags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_IsRuntimeImportAllowed \ +static_assert(alignof(InterchangeFactoryBaseNode_IsRuntimeImportAllowed) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_IsRuntimeImportAllowed"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_IsRuntimeImportAllowed) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_IsRuntimeImportAllowed"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_IsRuntimeImportAllowed, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_IsRuntimeImportAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_ShouldForceNodeReimport \ +static_assert(alignof(InterchangeFactoryBaseNode_ShouldForceNodeReimport) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_ShouldForceNodeReimport"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_ShouldForceNodeReimport) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_ShouldForceNodeReimport"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_ShouldForceNodeReimport, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_ShouldForceNodeReimport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFactoryBaseNode_ShouldSkipNodeImport \ +static_assert(alignof(InterchangeFactoryBaseNode_ShouldSkipNodeImport) == 0x000001, "Wrong alignment on InterchangeFactoryBaseNode_ShouldSkipNodeImport"); \ +static_assert(sizeof(InterchangeFactoryBaseNode_ShouldSkipNodeImport) == 0x000001, "Wrong size on InterchangeFactoryBaseNode_ShouldSkipNodeImport"); \ +static_assert(offsetof(InterchangeFactoryBaseNode_ShouldSkipNodeImport, ReturnValue) == 0x000000, "Member 'InterchangeFactoryBaseNode_ShouldSkipNodeImport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeFactoryBaseNode \ +static_assert(alignof(UInterchangeFactoryBaseNode) == 0x000008, "Wrong alignment on UInterchangeFactoryBaseNode"); \ +static_assert(sizeof(UInterchangeFactoryBaseNode) == 0x0001C0, "Wrong size on UInterchangeFactoryBaseNode"); \ +static_assert(offsetof(UInterchangeFactoryBaseNode, AttributesAppliedThroughDelegatesKeySet) == 0x000140, "Member 'UInterchangeFactoryBaseNode::AttributesAppliedThroughDelegatesKeySet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetUniqueInstance \ +static_assert(alignof(InterchangeSourceNode_GetUniqueInstance) == 0x000008, "Wrong alignment on InterchangeSourceNode_GetUniqueInstance"); \ +static_assert(sizeof(InterchangeSourceNode_GetUniqueInstance) == 0x000010, "Wrong size on InterchangeSourceNode_GetUniqueInstance"); \ +static_assert(offsetof(InterchangeSourceNode_GetUniqueInstance, NodeContainer) == 0x000000, "Member 'InterchangeSourceNode_GetUniqueInstance::NodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetUniqueInstance, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_GetUniqueInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_InitializeSourceNode \ +static_assert(alignof(InterchangeSourceNode_InitializeSourceNode) == 0x000008, "Wrong alignment on InterchangeSourceNode_InitializeSourceNode"); \ +static_assert(sizeof(InterchangeSourceNode_InitializeSourceNode) == 0x000028, "Wrong size on InterchangeSourceNode_InitializeSourceNode"); \ +static_assert(offsetof(InterchangeSourceNode_InitializeSourceNode, UniqueID) == 0x000000, "Member 'InterchangeSourceNode_InitializeSourceNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_InitializeSourceNode, DisplayLabel) == 0x000010, "Member 'InterchangeSourceNode_InitializeSourceNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_InitializeSourceNode, NodeContainer) == 0x000020, "Member 'InterchangeSourceNode_InitializeSourceNode::NodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_RemoveExtraInformation \ +static_assert(alignof(InterchangeSourceNode_RemoveExtraInformation) == 0x000008, "Wrong alignment on InterchangeSourceNode_RemoveExtraInformation"); \ +static_assert(sizeof(InterchangeSourceNode_RemoveExtraInformation) == 0x000018, "Wrong size on InterchangeSourceNode_RemoveExtraInformation"); \ +static_assert(offsetof(InterchangeSourceNode_RemoveExtraInformation, Name_0) == 0x000000, "Member 'InterchangeSourceNode_RemoveExtraInformation::Name_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_RemoveExtraInformation, ReturnValue) == 0x000010, "Member 'InterchangeSourceNode_RemoveExtraInformation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomAllowSceneRootAsJoint \ +static_assert(alignof(InterchangeSourceNode_SetCustomAllowSceneRootAsJoint) == 0x000001, "Wrong alignment on InterchangeSourceNode_SetCustomAllowSceneRootAsJoint"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomAllowSceneRootAsJoint) == 0x000002, "Wrong size on InterchangeSourceNode_SetCustomAllowSceneRootAsJoint"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomAllowSceneRootAsJoint, bAllowSceneRootAsJoint) == 0x000000, "Member 'InterchangeSourceNode_SetCustomAllowSceneRootAsJoint::bAllowSceneRootAsJoint' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomAllowSceneRootAsJoint, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_SetCustomAllowSceneRootAsJoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomAnimatedTimeEnd \ +static_assert(alignof(InterchangeSourceNode_SetCustomAnimatedTimeEnd) == 0x000008, "Wrong alignment on InterchangeSourceNode_SetCustomAnimatedTimeEnd"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomAnimatedTimeEnd) == 0x000010, "Wrong size on InterchangeSourceNode_SetCustomAnimatedTimeEnd"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomAnimatedTimeEnd, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomAnimatedTimeEnd::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomAnimatedTimeEnd, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_SetCustomAnimatedTimeEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomAnimatedTimeStart \ +static_assert(alignof(InterchangeSourceNode_SetCustomAnimatedTimeStart) == 0x000008, "Wrong alignment on InterchangeSourceNode_SetCustomAnimatedTimeStart"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomAnimatedTimeStart) == 0x000010, "Wrong size on InterchangeSourceNode_SetCustomAnimatedTimeStart"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomAnimatedTimeStart, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomAnimatedTimeStart::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomAnimatedTimeStart, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_SetCustomAnimatedTimeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomAxisConversionInverseTransform \ +static_assert(alignof(InterchangeSourceNode_SetCustomAxisConversionInverseTransform) == 0x000010, "Wrong alignment on InterchangeSourceNode_SetCustomAxisConversionInverseTransform"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomAxisConversionInverseTransform) == 0x000070, "Wrong size on InterchangeSourceNode_SetCustomAxisConversionInverseTransform"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomAxisConversionInverseTransform, AxisConversionInverseTransform) == 0x000000, "Member 'InterchangeSourceNode_SetCustomAxisConversionInverseTransform::AxisConversionInverseTransform' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomAxisConversionInverseTransform, ReturnValue) == 0x000060, "Member 'InterchangeSourceNode_SetCustomAxisConversionInverseTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomImportUnusedMaterial \ +static_assert(alignof(InterchangeSourceNode_SetCustomImportUnusedMaterial) == 0x000001, "Wrong alignment on InterchangeSourceNode_SetCustomImportUnusedMaterial"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomImportUnusedMaterial) == 0x000002, "Wrong size on InterchangeSourceNode_SetCustomImportUnusedMaterial"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomImportUnusedMaterial, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomImportUnusedMaterial::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomImportUnusedMaterial, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_SetCustomImportUnusedMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomNaniteTriangleThreshold \ +static_assert(alignof(InterchangeSourceNode_SetCustomNaniteTriangleThreshold) == 0x000008, "Wrong alignment on InterchangeSourceNode_SetCustomNaniteTriangleThreshold"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomNaniteTriangleThreshold) == 0x000010, "Wrong size on InterchangeSourceNode_SetCustomNaniteTriangleThreshold"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomNaniteTriangleThreshold, MinNumTriangles) == 0x000000, "Member 'InterchangeSourceNode_SetCustomNaniteTriangleThreshold::MinNumTriangles' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomNaniteTriangleThreshold, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_SetCustomNaniteTriangleThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomReimportStrategyFlags \ +static_assert(alignof(InterchangeSourceNode_SetCustomReimportStrategyFlags) == 0x000001, "Wrong alignment on InterchangeSourceNode_SetCustomReimportStrategyFlags"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomReimportStrategyFlags) == 0x000002, "Wrong size on InterchangeSourceNode_SetCustomReimportStrategyFlags"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomReimportStrategyFlags, StrategyFlag) == 0x000000, "Member 'InterchangeSourceNode_SetCustomReimportStrategyFlags::StrategyFlag' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomReimportStrategyFlags, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_SetCustomReimportStrategyFlags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomSkeletalMeshFrontAxis \ +static_assert(alignof(InterchangeSourceNode_SetCustomSkeletalMeshFrontAxis) == 0x000001, "Wrong alignment on InterchangeSourceNode_SetCustomSkeletalMeshFrontAxis"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomSkeletalMeshFrontAxis) == 0x000002, "Wrong size on InterchangeSourceNode_SetCustomSkeletalMeshFrontAxis"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSkeletalMeshFrontAxis, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomSkeletalMeshFrontAxis::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSkeletalMeshFrontAxis, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_SetCustomSkeletalMeshFrontAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomSourceFrameRateDenominator \ +static_assert(alignof(InterchangeSourceNode_SetCustomSourceFrameRateDenominator) == 0x000004, "Wrong alignment on InterchangeSourceNode_SetCustomSourceFrameRateDenominator"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomSourceFrameRateDenominator) == 0x000008, "Wrong size on InterchangeSourceNode_SetCustomSourceFrameRateDenominator"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceFrameRateDenominator, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomSourceFrameRateDenominator::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceFrameRateDenominator, ReturnValue) == 0x000004, "Member 'InterchangeSourceNode_SetCustomSourceFrameRateDenominator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomSourceFrameRateNumerator \ +static_assert(alignof(InterchangeSourceNode_SetCustomSourceFrameRateNumerator) == 0x000004, "Wrong alignment on InterchangeSourceNode_SetCustomSourceFrameRateNumerator"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomSourceFrameRateNumerator) == 0x000008, "Wrong size on InterchangeSourceNode_SetCustomSourceFrameRateNumerator"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceFrameRateNumerator, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomSourceFrameRateNumerator::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceFrameRateNumerator, ReturnValue) == 0x000004, "Member 'InterchangeSourceNode_SetCustomSourceFrameRateNumerator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomSourceTimelineEnd \ +static_assert(alignof(InterchangeSourceNode_SetCustomSourceTimelineEnd) == 0x000008, "Wrong alignment on InterchangeSourceNode_SetCustomSourceTimelineEnd"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomSourceTimelineEnd) == 0x000010, "Wrong size on InterchangeSourceNode_SetCustomSourceTimelineEnd"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceTimelineEnd, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomSourceTimelineEnd::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceTimelineEnd, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_SetCustomSourceTimelineEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomSourceTimelineStart \ +static_assert(alignof(InterchangeSourceNode_SetCustomSourceTimelineStart) == 0x000008, "Wrong alignment on InterchangeSourceNode_SetCustomSourceTimelineStart"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomSourceTimelineStart) == 0x000010, "Wrong size on InterchangeSourceNode_SetCustomSourceTimelineStart"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceTimelineStart, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomSourceTimelineStart::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSourceTimelineStart, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_SetCustomSourceTimelineStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomSubPathPrefix \ +static_assert(alignof(InterchangeSourceNode_SetCustomSubPathPrefix) == 0x000008, "Wrong alignment on InterchangeSourceNode_SetCustomSubPathPrefix"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomSubPathPrefix) == 0x000018, "Wrong size on InterchangeSourceNode_SetCustomSubPathPrefix"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSubPathPrefix, Prefix) == 0x000000, "Member 'InterchangeSourceNode_SetCustomSubPathPrefix::Prefix' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomSubPathPrefix, ReturnValue) == 0x000010, "Member 'InterchangeSourceNode_SetCustomSubPathPrefix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomUseAssetTypeSubPathSuffix \ +static_assert(alignof(InterchangeSourceNode_SetCustomUseAssetTypeSubPathSuffix) == 0x000001, "Wrong alignment on InterchangeSourceNode_SetCustomUseAssetTypeSubPathSuffix"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomUseAssetTypeSubPathSuffix) == 0x000002, "Wrong size on InterchangeSourceNode_SetCustomUseAssetTypeSubPathSuffix"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomUseAssetTypeSubPathSuffix, Suffix) == 0x000000, "Member 'InterchangeSourceNode_SetCustomUseAssetTypeSubPathSuffix::Suffix' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomUseAssetTypeSubPathSuffix, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_SetCustomUseAssetTypeSubPathSuffix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetCustomUseLegacySkeletalMeshBakeTransform \ +static_assert(alignof(InterchangeSourceNode_SetCustomUseLegacySkeletalMeshBakeTransform) == 0x000001, "Wrong alignment on InterchangeSourceNode_SetCustomUseLegacySkeletalMeshBakeTransform"); \ +static_assert(sizeof(InterchangeSourceNode_SetCustomUseLegacySkeletalMeshBakeTransform) == 0x000002, "Wrong size on InterchangeSourceNode_SetCustomUseLegacySkeletalMeshBakeTransform"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomUseLegacySkeletalMeshBakeTransform, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_SetCustomUseLegacySkeletalMeshBakeTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetCustomUseLegacySkeletalMeshBakeTransform, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_SetCustomUseLegacySkeletalMeshBakeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_SetExtraInformation \ +static_assert(alignof(InterchangeSourceNode_SetExtraInformation) == 0x000008, "Wrong alignment on InterchangeSourceNode_SetExtraInformation"); \ +static_assert(sizeof(InterchangeSourceNode_SetExtraInformation) == 0x000028, "Wrong size on InterchangeSourceNode_SetExtraInformation"); \ +static_assert(offsetof(InterchangeSourceNode_SetExtraInformation, Name_0) == 0x000000, "Member 'InterchangeSourceNode_SetExtraInformation::Name_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetExtraInformation, Value) == 0x000010, "Member 'InterchangeSourceNode_SetExtraInformation::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_SetExtraInformation, ReturnValue) == 0x000020, "Member 'InterchangeSourceNode_SetExtraInformation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomAllowSceneRootAsJoint \ +static_assert(alignof(InterchangeSourceNode_GetCustomAllowSceneRootAsJoint) == 0x000001, "Wrong alignment on InterchangeSourceNode_GetCustomAllowSceneRootAsJoint"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomAllowSceneRootAsJoint) == 0x000002, "Wrong size on InterchangeSourceNode_GetCustomAllowSceneRootAsJoint"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomAllowSceneRootAsJoint, bAllowSceneRootAsJoint) == 0x000000, "Member 'InterchangeSourceNode_GetCustomAllowSceneRootAsJoint::bAllowSceneRootAsJoint' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomAllowSceneRootAsJoint, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_GetCustomAllowSceneRootAsJoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomAnimatedTimeEnd \ +static_assert(alignof(InterchangeSourceNode_GetCustomAnimatedTimeEnd) == 0x000008, "Wrong alignment on InterchangeSourceNode_GetCustomAnimatedTimeEnd"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomAnimatedTimeEnd) == 0x000010, "Wrong size on InterchangeSourceNode_GetCustomAnimatedTimeEnd"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomAnimatedTimeEnd, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomAnimatedTimeEnd::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomAnimatedTimeEnd, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_GetCustomAnimatedTimeEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomAnimatedTimeStart \ +static_assert(alignof(InterchangeSourceNode_GetCustomAnimatedTimeStart) == 0x000008, "Wrong alignment on InterchangeSourceNode_GetCustomAnimatedTimeStart"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomAnimatedTimeStart) == 0x000010, "Wrong size on InterchangeSourceNode_GetCustomAnimatedTimeStart"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomAnimatedTimeStart, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomAnimatedTimeStart::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomAnimatedTimeStart, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_GetCustomAnimatedTimeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomAxisConversionInverseTransform \ +static_assert(alignof(InterchangeSourceNode_GetCustomAxisConversionInverseTransform) == 0x000010, "Wrong alignment on InterchangeSourceNode_GetCustomAxisConversionInverseTransform"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomAxisConversionInverseTransform) == 0x000070, "Wrong size on InterchangeSourceNode_GetCustomAxisConversionInverseTransform"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomAxisConversionInverseTransform, AxisConversionInverseTransform) == 0x000000, "Member 'InterchangeSourceNode_GetCustomAxisConversionInverseTransform::AxisConversionInverseTransform' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomAxisConversionInverseTransform, ReturnValue) == 0x000060, "Member 'InterchangeSourceNode_GetCustomAxisConversionInverseTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomImportUnusedMaterial \ +static_assert(alignof(InterchangeSourceNode_GetCustomImportUnusedMaterial) == 0x000001, "Wrong alignment on InterchangeSourceNode_GetCustomImportUnusedMaterial"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomImportUnusedMaterial) == 0x000002, "Wrong size on InterchangeSourceNode_GetCustomImportUnusedMaterial"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomImportUnusedMaterial, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomImportUnusedMaterial::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomImportUnusedMaterial, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_GetCustomImportUnusedMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomNaniteTriangleThreshold \ +static_assert(alignof(InterchangeSourceNode_GetCustomNaniteTriangleThreshold) == 0x000008, "Wrong alignment on InterchangeSourceNode_GetCustomNaniteTriangleThreshold"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomNaniteTriangleThreshold) == 0x000010, "Wrong size on InterchangeSourceNode_GetCustomNaniteTriangleThreshold"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomNaniteTriangleThreshold, MinNumTriangles) == 0x000000, "Member 'InterchangeSourceNode_GetCustomNaniteTriangleThreshold::MinNumTriangles' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomNaniteTriangleThreshold, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_GetCustomNaniteTriangleThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomReimportStrategyFlags \ +static_assert(alignof(InterchangeSourceNode_GetCustomReimportStrategyFlags) == 0x000001, "Wrong alignment on InterchangeSourceNode_GetCustomReimportStrategyFlags"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomReimportStrategyFlags) == 0x000002, "Wrong size on InterchangeSourceNode_GetCustomReimportStrategyFlags"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomReimportStrategyFlags, StrategyFlag) == 0x000000, "Member 'InterchangeSourceNode_GetCustomReimportStrategyFlags::StrategyFlag' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomReimportStrategyFlags, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_GetCustomReimportStrategyFlags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomSkeletalMeshFrontAxis \ +static_assert(alignof(InterchangeSourceNode_GetCustomSkeletalMeshFrontAxis) == 0x000001, "Wrong alignment on InterchangeSourceNode_GetCustomSkeletalMeshFrontAxis"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomSkeletalMeshFrontAxis) == 0x000002, "Wrong size on InterchangeSourceNode_GetCustomSkeletalMeshFrontAxis"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSkeletalMeshFrontAxis, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomSkeletalMeshFrontAxis::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSkeletalMeshFrontAxis, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_GetCustomSkeletalMeshFrontAxis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomSourceFrameRateDenominator \ +static_assert(alignof(InterchangeSourceNode_GetCustomSourceFrameRateDenominator) == 0x000004, "Wrong alignment on InterchangeSourceNode_GetCustomSourceFrameRateDenominator"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomSourceFrameRateDenominator) == 0x000008, "Wrong size on InterchangeSourceNode_GetCustomSourceFrameRateDenominator"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceFrameRateDenominator, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomSourceFrameRateDenominator::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceFrameRateDenominator, ReturnValue) == 0x000004, "Member 'InterchangeSourceNode_GetCustomSourceFrameRateDenominator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomSourceFrameRateNumerator \ +static_assert(alignof(InterchangeSourceNode_GetCustomSourceFrameRateNumerator) == 0x000004, "Wrong alignment on InterchangeSourceNode_GetCustomSourceFrameRateNumerator"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomSourceFrameRateNumerator) == 0x000008, "Wrong size on InterchangeSourceNode_GetCustomSourceFrameRateNumerator"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceFrameRateNumerator, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomSourceFrameRateNumerator::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceFrameRateNumerator, ReturnValue) == 0x000004, "Member 'InterchangeSourceNode_GetCustomSourceFrameRateNumerator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomSourceTimelineEnd \ +static_assert(alignof(InterchangeSourceNode_GetCustomSourceTimelineEnd) == 0x000008, "Wrong alignment on InterchangeSourceNode_GetCustomSourceTimelineEnd"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomSourceTimelineEnd) == 0x000010, "Wrong size on InterchangeSourceNode_GetCustomSourceTimelineEnd"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceTimelineEnd, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomSourceTimelineEnd::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceTimelineEnd, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_GetCustomSourceTimelineEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomSourceTimelineStart \ +static_assert(alignof(InterchangeSourceNode_GetCustomSourceTimelineStart) == 0x000008, "Wrong alignment on InterchangeSourceNode_GetCustomSourceTimelineStart"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomSourceTimelineStart) == 0x000010, "Wrong size on InterchangeSourceNode_GetCustomSourceTimelineStart"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceTimelineStart, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomSourceTimelineStart::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSourceTimelineStart, ReturnValue) == 0x000008, "Member 'InterchangeSourceNode_GetCustomSourceTimelineStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomSubPathPrefix \ +static_assert(alignof(InterchangeSourceNode_GetCustomSubPathPrefix) == 0x000008, "Wrong alignment on InterchangeSourceNode_GetCustomSubPathPrefix"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomSubPathPrefix) == 0x000018, "Wrong size on InterchangeSourceNode_GetCustomSubPathPrefix"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSubPathPrefix, Prefix) == 0x000000, "Member 'InterchangeSourceNode_GetCustomSubPathPrefix::Prefix' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomSubPathPrefix, ReturnValue) == 0x000010, "Member 'InterchangeSourceNode_GetCustomSubPathPrefix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomUseAssetTypeSubPathSuffix \ +static_assert(alignof(InterchangeSourceNode_GetCustomUseAssetTypeSubPathSuffix) == 0x000001, "Wrong alignment on InterchangeSourceNode_GetCustomUseAssetTypeSubPathSuffix"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomUseAssetTypeSubPathSuffix) == 0x000002, "Wrong size on InterchangeSourceNode_GetCustomUseAssetTypeSubPathSuffix"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomUseAssetTypeSubPathSuffix, Suffix) == 0x000000, "Member 'InterchangeSourceNode_GetCustomUseAssetTypeSubPathSuffix::Suffix' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomUseAssetTypeSubPathSuffix, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_GetCustomUseAssetTypeSubPathSuffix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetCustomUseLegacySkeletalMeshBakeTransform \ +static_assert(alignof(InterchangeSourceNode_GetCustomUseLegacySkeletalMeshBakeTransform) == 0x000001, "Wrong alignment on InterchangeSourceNode_GetCustomUseLegacySkeletalMeshBakeTransform"); \ +static_assert(sizeof(InterchangeSourceNode_GetCustomUseLegacySkeletalMeshBakeTransform) == 0x000002, "Wrong size on InterchangeSourceNode_GetCustomUseLegacySkeletalMeshBakeTransform"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomUseLegacySkeletalMeshBakeTransform, AttributeValue) == 0x000000, "Member 'InterchangeSourceNode_GetCustomUseLegacySkeletalMeshBakeTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSourceNode_GetCustomUseLegacySkeletalMeshBakeTransform, ReturnValue) == 0x000001, "Member 'InterchangeSourceNode_GetCustomUseLegacySkeletalMeshBakeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSourceNode_GetExtraInformation \ +static_assert(alignof(InterchangeSourceNode_GetExtraInformation) == 0x000008, "Wrong alignment on InterchangeSourceNode_GetExtraInformation"); \ +static_assert(sizeof(InterchangeSourceNode_GetExtraInformation) == 0x000050, "Wrong size on InterchangeSourceNode_GetExtraInformation"); \ +static_assert(offsetof(InterchangeSourceNode_GetExtraInformation, OutExtraInformation) == 0x000000, "Member 'InterchangeSourceNode_GetExtraInformation::OutExtraInformation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSourceNode \ +static_assert(alignof(UInterchangeSourceNode) == 0x000008, "Wrong alignment on UInterchangeSourceNode"); \ +static_assert(sizeof(UInterchangeSourceNode) == 0x0001C8, "Wrong size on UInterchangeSourceNode"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean, Value) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean, PayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean, RequiresDelegate) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean::RequiresDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean, ReturnValue) == 0x000031, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Boolean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double, Value) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double, PayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double, RequiresDelegate) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double::RequiresDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double, ReturnValue) == 0x000031, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Double::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float, Value) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float, PayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float, RequiresDelegate) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float::RequiresDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float, ReturnValue) == 0x000031, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString) == 0x000040, "Wrong size on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString, Value) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString, PayloadKey) == 0x000028, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString, RequiresDelegate) == 0x000038, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString::RequiresDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString, ReturnValue) == 0x000039, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_FString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32 \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32, Value) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32, PayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32, RequiresDelegate) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32::RequiresDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32, ReturnValue) == 0x000031, "Member 'InterchangeUserDefinedAttributesAPI_CreateUserDefinedAttribute_Int32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute) == 0x000018, "Wrong size on InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute, InterchangeSourceNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute::InterchangeSourceNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute, InterchangeDestinationNode) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute::InterchangeDestinationNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute, bAddSourceNodeName) == 0x000010, "Member 'InterchangeUserDefinedAttributesAPI_DuplicateAllUserDefinedAttribute::bAddSourceNodeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean, OutValue) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean, OutPayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean::OutPayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean, ReturnValue) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Boolean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double, OutValue) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double, OutPayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double::OutPayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double, ReturnValue) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Double::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float, OutValue) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float, OutPayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float::OutPayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float, ReturnValue) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString) == 0x000040, "Wrong size on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString, OutValue) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString, OutPayloadKey) == 0x000028, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString::OutPayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString, ReturnValue) == 0x000038, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_FString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32 \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32) == 0x000038, "Wrong size on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32, OutValue) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32::OutValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32, OutPayloadKey) == 0x000020, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32::OutPayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32, ReturnValue) == 0x000030, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttribute_Int32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos) == 0x000018, "Wrong size on InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos, UserDefinedAttributeInfos) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_GetUserDefinedAttributeInfos::UserDefinedAttributeInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute \ +static_assert(alignof(InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute) == 0x000008, "Wrong alignment on InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute"); \ +static_assert(sizeof(InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute) == 0x000020, "Wrong size on InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute, InterchangeNode) == 0x000000, "Member 'InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute, UserDefinedAttributeName) == 0x000008, "Member 'InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute::UserDefinedAttributeName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute, ReturnValue) == 0x000018, "Member 'InterchangeUserDefinedAttributesAPI_RemoveUserDefinedAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeUserDefinedAttributesAPI \ +static_assert(alignof(UInterchangeUserDefinedAttributesAPI) == 0x000008, "Wrong alignment on UInterchangeUserDefinedAttributesAPI"); \ +static_assert(sizeof(UInterchangeUserDefinedAttributesAPI) == 0x000028, "Wrong size on UInterchangeUserDefinedAttributesAPI"); \ + +#define DUMPER7_ASSERTS_FInterchangeAnimationPayLoadKey \ +static_assert(alignof(FInterchangeAnimationPayLoadKey) == 0x000008, "Wrong alignment on FInterchangeAnimationPayLoadKey"); \ +static_assert(sizeof(FInterchangeAnimationPayLoadKey) == 0x000018, "Wrong size on FInterchangeAnimationPayLoadKey"); \ +static_assert(offsetof(FInterchangeAnimationPayLoadKey, UniqueID) == 0x000000, "Member 'FInterchangeAnimationPayLoadKey::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeAnimationPayLoadKey, Type) == 0x000010, "Member 'FInterchangeAnimationPayLoadKey::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeGroomPayloadKey \ +static_assert(alignof(FInterchangeGroomPayloadKey) == 0x000008, "Wrong alignment on FInterchangeGroomPayloadKey"); \ +static_assert(sizeof(FInterchangeGroomPayloadKey) == 0x000018, "Wrong size on FInterchangeGroomPayloadKey"); \ +static_assert(offsetof(FInterchangeGroomPayloadKey, UniqueID) == 0x000000, "Member 'FInterchangeGroomPayloadKey::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeGroomPayloadKey, Type) == 0x000010, "Member 'FInterchangeGroomPayloadKey::Type' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeGroomPayloadKey, FrameNumber) == 0x000014, "Member 'FInterchangeGroomPayloadKey::FrameNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeMeshPayLoadKey \ +static_assert(alignof(FInterchangeMeshPayLoadKey) == 0x000008, "Wrong alignment on FInterchangeMeshPayLoadKey"); \ +static_assert(sizeof(FInterchangeMeshPayLoadKey) == 0x000018, "Wrong size on FInterchangeMeshPayLoadKey"); \ +static_assert(offsetof(FInterchangeMeshPayLoadKey, UniqueID) == 0x000000, "Member 'FInterchangeMeshPayLoadKey::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshPayLoadKey, Type) == 0x000010, "Member 'FInterchangeMeshPayLoadKey::Type' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeMeshPayLoadKey, FrameNumber) == 0x000014, "Member 'FInterchangeMeshPayLoadKey::FrameNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_SetCustomEnableDepthOfField \ +static_assert(alignof(InterchangePhysicalCameraNode_SetCustomEnableDepthOfField) == 0x000001, "Wrong alignment on InterchangePhysicalCameraNode_SetCustomEnableDepthOfField"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_SetCustomEnableDepthOfField) == 0x000002, "Wrong size on InterchangePhysicalCameraNode_SetCustomEnableDepthOfField"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomEnableDepthOfField, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_SetCustomEnableDepthOfField::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomEnableDepthOfField, ReturnValue) == 0x000001, "Member 'InterchangePhysicalCameraNode_SetCustomEnableDepthOfField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_SetCustomFocalLength \ +static_assert(alignof(InterchangePhysicalCameraNode_SetCustomFocalLength) == 0x000004, "Wrong alignment on InterchangePhysicalCameraNode_SetCustomFocalLength"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_SetCustomFocalLength) == 0x000008, "Wrong size on InterchangePhysicalCameraNode_SetCustomFocalLength"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomFocalLength, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_SetCustomFocalLength::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomFocalLength, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraNode_SetCustomFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_SetCustomSensorHeight \ +static_assert(alignof(InterchangePhysicalCameraNode_SetCustomSensorHeight) == 0x000004, "Wrong alignment on InterchangePhysicalCameraNode_SetCustomSensorHeight"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_SetCustomSensorHeight) == 0x000008, "Wrong size on InterchangePhysicalCameraNode_SetCustomSensorHeight"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomSensorHeight, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_SetCustomSensorHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomSensorHeight, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraNode_SetCustomSensorHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_SetCustomSensorWidth \ +static_assert(alignof(InterchangePhysicalCameraNode_SetCustomSensorWidth) == 0x000004, "Wrong alignment on InterchangePhysicalCameraNode_SetCustomSensorWidth"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_SetCustomSensorWidth) == 0x000008, "Wrong size on InterchangePhysicalCameraNode_SetCustomSensorWidth"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomSensorWidth, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_SetCustomSensorWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_SetCustomSensorWidth, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraNode_SetCustomSensorWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_GetCustomEnableDepthOfField \ +static_assert(alignof(InterchangePhysicalCameraNode_GetCustomEnableDepthOfField) == 0x000001, "Wrong alignment on InterchangePhysicalCameraNode_GetCustomEnableDepthOfField"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_GetCustomEnableDepthOfField) == 0x000002, "Wrong size on InterchangePhysicalCameraNode_GetCustomEnableDepthOfField"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomEnableDepthOfField, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_GetCustomEnableDepthOfField::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomEnableDepthOfField, ReturnValue) == 0x000001, "Member 'InterchangePhysicalCameraNode_GetCustomEnableDepthOfField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_GetCustomFocalLength \ +static_assert(alignof(InterchangePhysicalCameraNode_GetCustomFocalLength) == 0x000004, "Wrong alignment on InterchangePhysicalCameraNode_GetCustomFocalLength"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_GetCustomFocalLength) == 0x000008, "Wrong size on InterchangePhysicalCameraNode_GetCustomFocalLength"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomFocalLength, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_GetCustomFocalLength::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomFocalLength, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraNode_GetCustomFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_GetCustomSensorHeight \ +static_assert(alignof(InterchangePhysicalCameraNode_GetCustomSensorHeight) == 0x000004, "Wrong alignment on InterchangePhysicalCameraNode_GetCustomSensorHeight"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_GetCustomSensorHeight) == 0x000008, "Wrong size on InterchangePhysicalCameraNode_GetCustomSensorHeight"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomSensorHeight, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_GetCustomSensorHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomSensorHeight, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraNode_GetCustomSensorHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraNode_GetCustomSensorWidth \ +static_assert(alignof(InterchangePhysicalCameraNode_GetCustomSensorWidth) == 0x000004, "Wrong alignment on InterchangePhysicalCameraNode_GetCustomSensorWidth"); \ +static_assert(sizeof(InterchangePhysicalCameraNode_GetCustomSensorWidth) == 0x000008, "Wrong size on InterchangePhysicalCameraNode_GetCustomSensorWidth"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomSensorWidth, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraNode_GetCustomSensorWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraNode_GetCustomSensorWidth, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraNode_GetCustomSensorWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePhysicalCameraNode \ +static_assert(alignof(UInterchangePhysicalCameraNode) == 0x000008, "Wrong alignment on UInterchangePhysicalCameraNode"); \ +static_assert(sizeof(UInterchangePhysicalCameraNode) == 0x0000A0, "Wrong size on UInterchangePhysicalCameraNode"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_SetCustomAspectRatio \ +static_assert(alignof(InterchangeStandardCameraNode_SetCustomAspectRatio) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_SetCustomAspectRatio"); \ +static_assert(sizeof(InterchangeStandardCameraNode_SetCustomAspectRatio) == 0x000008, "Wrong size on InterchangeStandardCameraNode_SetCustomAspectRatio"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomAspectRatio, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_SetCustomAspectRatio::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomAspectRatio, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_SetCustomAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_SetCustomFarClipPlane \ +static_assert(alignof(InterchangeStandardCameraNode_SetCustomFarClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_SetCustomFarClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraNode_SetCustomFarClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraNode_SetCustomFarClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomFarClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_SetCustomFarClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomFarClipPlane, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_SetCustomFarClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_SetCustomFieldOfView \ +static_assert(alignof(InterchangeStandardCameraNode_SetCustomFieldOfView) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_SetCustomFieldOfView"); \ +static_assert(sizeof(InterchangeStandardCameraNode_SetCustomFieldOfView) == 0x000008, "Wrong size on InterchangeStandardCameraNode_SetCustomFieldOfView"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomFieldOfView, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_SetCustomFieldOfView::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomFieldOfView, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_SetCustomFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_SetCustomNearClipPlane \ +static_assert(alignof(InterchangeStandardCameraNode_SetCustomNearClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_SetCustomNearClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraNode_SetCustomNearClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraNode_SetCustomNearClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomNearClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_SetCustomNearClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomNearClipPlane, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_SetCustomNearClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_SetCustomProjectionMode \ +static_assert(alignof(InterchangeStandardCameraNode_SetCustomProjectionMode) == 0x000001, "Wrong alignment on InterchangeStandardCameraNode_SetCustomProjectionMode"); \ +static_assert(sizeof(InterchangeStandardCameraNode_SetCustomProjectionMode) == 0x000002, "Wrong size on InterchangeStandardCameraNode_SetCustomProjectionMode"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomProjectionMode, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_SetCustomProjectionMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomProjectionMode, ReturnValue) == 0x000001, "Member 'InterchangeStandardCameraNode_SetCustomProjectionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_SetCustomWidth \ +static_assert(alignof(InterchangeStandardCameraNode_SetCustomWidth) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_SetCustomWidth"); \ +static_assert(sizeof(InterchangeStandardCameraNode_SetCustomWidth) == 0x000008, "Wrong size on InterchangeStandardCameraNode_SetCustomWidth"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomWidth, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_SetCustomWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_SetCustomWidth, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_SetCustomWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_GetCustomAspectRatio \ +static_assert(alignof(InterchangeStandardCameraNode_GetCustomAspectRatio) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_GetCustomAspectRatio"); \ +static_assert(sizeof(InterchangeStandardCameraNode_GetCustomAspectRatio) == 0x000008, "Wrong size on InterchangeStandardCameraNode_GetCustomAspectRatio"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomAspectRatio, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_GetCustomAspectRatio::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomAspectRatio, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_GetCustomAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_GetCustomFarClipPlane \ +static_assert(alignof(InterchangeStandardCameraNode_GetCustomFarClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_GetCustomFarClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraNode_GetCustomFarClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraNode_GetCustomFarClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomFarClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_GetCustomFarClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomFarClipPlane, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_GetCustomFarClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_GetCustomFieldOfView \ +static_assert(alignof(InterchangeStandardCameraNode_GetCustomFieldOfView) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_GetCustomFieldOfView"); \ +static_assert(sizeof(InterchangeStandardCameraNode_GetCustomFieldOfView) == 0x000008, "Wrong size on InterchangeStandardCameraNode_GetCustomFieldOfView"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomFieldOfView, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_GetCustomFieldOfView::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomFieldOfView, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_GetCustomFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_GetCustomNearClipPlane \ +static_assert(alignof(InterchangeStandardCameraNode_GetCustomNearClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_GetCustomNearClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraNode_GetCustomNearClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraNode_GetCustomNearClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomNearClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_GetCustomNearClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomNearClipPlane, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_GetCustomNearClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_GetCustomProjectionMode \ +static_assert(alignof(InterchangeStandardCameraNode_GetCustomProjectionMode) == 0x000001, "Wrong alignment on InterchangeStandardCameraNode_GetCustomProjectionMode"); \ +static_assert(sizeof(InterchangeStandardCameraNode_GetCustomProjectionMode) == 0x000002, "Wrong size on InterchangeStandardCameraNode_GetCustomProjectionMode"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomProjectionMode, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_GetCustomProjectionMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomProjectionMode, ReturnValue) == 0x000001, "Member 'InterchangeStandardCameraNode_GetCustomProjectionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraNode_GetCustomWidth \ +static_assert(alignof(InterchangeStandardCameraNode_GetCustomWidth) == 0x000004, "Wrong alignment on InterchangeStandardCameraNode_GetCustomWidth"); \ +static_assert(sizeof(InterchangeStandardCameraNode_GetCustomWidth) == 0x000008, "Wrong size on InterchangeStandardCameraNode_GetCustomWidth"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomWidth, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraNode_GetCustomWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraNode_GetCustomWidth, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraNode_GetCustomWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeStandardCameraNode \ +static_assert(alignof(UInterchangeStandardCameraNode) == 0x000008, "Wrong alignment on UInterchangeStandardCameraNode"); \ +static_assert(sizeof(UInterchangeStandardCameraNode) == 0x0000C0, "Wrong size on UInterchangeStandardCameraNode"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderNode_AddFloatInput \ +static_assert(alignof(InterchangeShaderNode_AddFloatInput) == 0x000008, "Wrong alignment on InterchangeShaderNode_AddFloatInput"); \ +static_assert(sizeof(InterchangeShaderNode_AddFloatInput) == 0x000018, "Wrong size on InterchangeShaderNode_AddFloatInput"); \ +static_assert(offsetof(InterchangeShaderNode_AddFloatInput, InputName) == 0x000000, "Member 'InterchangeShaderNode_AddFloatInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddFloatInput, AttributeValue) == 0x000010, "Member 'InterchangeShaderNode_AddFloatInput::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddFloatInput, bIsAParameter) == 0x000014, "Member 'InterchangeShaderNode_AddFloatInput::bIsAParameter' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddFloatInput, ReturnValue) == 0x000015, "Member 'InterchangeShaderNode_AddFloatInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderNode_AddLinearColorInput \ +static_assert(alignof(InterchangeShaderNode_AddLinearColorInput) == 0x000008, "Wrong alignment on InterchangeShaderNode_AddLinearColorInput"); \ +static_assert(sizeof(InterchangeShaderNode_AddLinearColorInput) == 0x000028, "Wrong size on InterchangeShaderNode_AddLinearColorInput"); \ +static_assert(offsetof(InterchangeShaderNode_AddLinearColorInput, InputName) == 0x000000, "Member 'InterchangeShaderNode_AddLinearColorInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddLinearColorInput, AttributeValue) == 0x000010, "Member 'InterchangeShaderNode_AddLinearColorInput::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddLinearColorInput, bIsAParameter) == 0x000020, "Member 'InterchangeShaderNode_AddLinearColorInput::bIsAParameter' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddLinearColorInput, ReturnValue) == 0x000021, "Member 'InterchangeShaderNode_AddLinearColorInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderNode_AddStringInput \ +static_assert(alignof(InterchangeShaderNode_AddStringInput) == 0x000008, "Wrong alignment on InterchangeShaderNode_AddStringInput"); \ +static_assert(sizeof(InterchangeShaderNode_AddStringInput) == 0x000028, "Wrong size on InterchangeShaderNode_AddStringInput"); \ +static_assert(offsetof(InterchangeShaderNode_AddStringInput, InputName) == 0x000000, "Member 'InterchangeShaderNode_AddStringInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddStringInput, AttributeValue) == 0x000010, "Member 'InterchangeShaderNode_AddStringInput::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddStringInput, bIsAParameter) == 0x000020, "Member 'InterchangeShaderNode_AddStringInput::bIsAParameter' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_AddStringInput, ReturnValue) == 0x000021, "Member 'InterchangeShaderNode_AddStringInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderNode_SetCustomShaderType \ +static_assert(alignof(InterchangeShaderNode_SetCustomShaderType) == 0x000008, "Wrong alignment on InterchangeShaderNode_SetCustomShaderType"); \ +static_assert(sizeof(InterchangeShaderNode_SetCustomShaderType) == 0x000018, "Wrong size on InterchangeShaderNode_SetCustomShaderType"); \ +static_assert(offsetof(InterchangeShaderNode_SetCustomShaderType, AttributeValue) == 0x000000, "Member 'InterchangeShaderNode_SetCustomShaderType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_SetCustomShaderType, ReturnValue) == 0x000010, "Member 'InterchangeShaderNode_SetCustomShaderType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderNode_GetCustomShaderType \ +static_assert(alignof(InterchangeShaderNode_GetCustomShaderType) == 0x000008, "Wrong alignment on InterchangeShaderNode_GetCustomShaderType"); \ +static_assert(sizeof(InterchangeShaderNode_GetCustomShaderType) == 0x000018, "Wrong size on InterchangeShaderNode_GetCustomShaderType"); \ +static_assert(offsetof(InterchangeShaderNode_GetCustomShaderType, AttributeValue) == 0x000000, "Member 'InterchangeShaderNode_GetCustomShaderType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderNode_GetCustomShaderType, ReturnValue) == 0x000010, "Member 'InterchangeShaderNode_GetCustomShaderType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeShaderNode \ +static_assert(alignof(UInterchangeShaderNode) == 0x000008, "Wrong alignment on UInterchangeShaderNode"); \ +static_assert(sizeof(UInterchangeShaderNode) == 0x000070, "Wrong size on UInterchangeShaderNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeDecalMaterialNode \ +static_assert(alignof(UInterchangeDecalMaterialNode) == 0x000008, "Wrong alignment on UInterchangeDecalMaterialNode"); \ +static_assert(sizeof(UInterchangeDecalMaterialNode) == 0x000090, "Wrong size on UInterchangeDecalMaterialNode"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalNode_SetCustomDecalMaterialPathName \ +static_assert(alignof(InterchangeDecalNode_SetCustomDecalMaterialPathName) == 0x000008, "Wrong alignment on InterchangeDecalNode_SetCustomDecalMaterialPathName"); \ +static_assert(sizeof(InterchangeDecalNode_SetCustomDecalMaterialPathName) == 0x000018, "Wrong size on InterchangeDecalNode_SetCustomDecalMaterialPathName"); \ +static_assert(offsetof(InterchangeDecalNode_SetCustomDecalMaterialPathName, AttributeValue) == 0x000000, "Member 'InterchangeDecalNode_SetCustomDecalMaterialPathName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalNode_SetCustomDecalMaterialPathName, ReturnValue) == 0x000010, "Member 'InterchangeDecalNode_SetCustomDecalMaterialPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalNode_SetCustomDecalSize \ +static_assert(alignof(InterchangeDecalNode_SetCustomDecalSize) == 0x000008, "Wrong alignment on InterchangeDecalNode_SetCustomDecalSize"); \ +static_assert(sizeof(InterchangeDecalNode_SetCustomDecalSize) == 0x000020, "Wrong size on InterchangeDecalNode_SetCustomDecalSize"); \ +static_assert(offsetof(InterchangeDecalNode_SetCustomDecalSize, AttributeValue) == 0x000000, "Member 'InterchangeDecalNode_SetCustomDecalSize::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalNode_SetCustomDecalSize, ReturnValue) == 0x000018, "Member 'InterchangeDecalNode_SetCustomDecalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalNode_SetCustomSortOrder \ +static_assert(alignof(InterchangeDecalNode_SetCustomSortOrder) == 0x000004, "Wrong alignment on InterchangeDecalNode_SetCustomSortOrder"); \ +static_assert(sizeof(InterchangeDecalNode_SetCustomSortOrder) == 0x000008, "Wrong size on InterchangeDecalNode_SetCustomSortOrder"); \ +static_assert(offsetof(InterchangeDecalNode_SetCustomSortOrder, AttributeValue) == 0x000000, "Member 'InterchangeDecalNode_SetCustomSortOrder::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalNode_SetCustomSortOrder, ReturnValue) == 0x000004, "Member 'InterchangeDecalNode_SetCustomSortOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalNode_GetCustomDecalMaterialPathName \ +static_assert(alignof(InterchangeDecalNode_GetCustomDecalMaterialPathName) == 0x000008, "Wrong alignment on InterchangeDecalNode_GetCustomDecalMaterialPathName"); \ +static_assert(sizeof(InterchangeDecalNode_GetCustomDecalMaterialPathName) == 0x000018, "Wrong size on InterchangeDecalNode_GetCustomDecalMaterialPathName"); \ +static_assert(offsetof(InterchangeDecalNode_GetCustomDecalMaterialPathName, AttributeValue) == 0x000000, "Member 'InterchangeDecalNode_GetCustomDecalMaterialPathName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalNode_GetCustomDecalMaterialPathName, ReturnValue) == 0x000010, "Member 'InterchangeDecalNode_GetCustomDecalMaterialPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalNode_GetCustomDecalSize \ +static_assert(alignof(InterchangeDecalNode_GetCustomDecalSize) == 0x000008, "Wrong alignment on InterchangeDecalNode_GetCustomDecalSize"); \ +static_assert(sizeof(InterchangeDecalNode_GetCustomDecalSize) == 0x000020, "Wrong size on InterchangeDecalNode_GetCustomDecalSize"); \ +static_assert(offsetof(InterchangeDecalNode_GetCustomDecalSize, AttributeValue) == 0x000000, "Member 'InterchangeDecalNode_GetCustomDecalSize::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalNode_GetCustomDecalSize, ReturnValue) == 0x000018, "Member 'InterchangeDecalNode_GetCustomDecalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalNode_GetCustomSortOrder \ +static_assert(alignof(InterchangeDecalNode_GetCustomSortOrder) == 0x000004, "Wrong alignment on InterchangeDecalNode_GetCustomSortOrder"); \ +static_assert(sizeof(InterchangeDecalNode_GetCustomSortOrder) == 0x000008, "Wrong size on InterchangeDecalNode_GetCustomSortOrder"); \ +static_assert(offsetof(InterchangeDecalNode_GetCustomSortOrder, AttributeValue) == 0x000000, "Member 'InterchangeDecalNode_GetCustomSortOrder::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalNode_GetCustomSortOrder, ReturnValue) == 0x000004, "Member 'InterchangeDecalNode_GetCustomSortOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeDecalNode \ +static_assert(alignof(UInterchangeDecalNode) == 0x000008, "Wrong alignment on UInterchangeDecalNode"); \ +static_assert(sizeof(UInterchangeDecalNode) == 0x000090, "Wrong size on UInterchangeDecalNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_SetCustombFlipGreenChannel \ +static_assert(alignof(InterchangeTextureNode_SetCustombFlipGreenChannel) == 0x000001, "Wrong alignment on InterchangeTextureNode_SetCustombFlipGreenChannel"); \ +static_assert(sizeof(InterchangeTextureNode_SetCustombFlipGreenChannel) == 0x000002, "Wrong size on InterchangeTextureNode_SetCustombFlipGreenChannel"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustombFlipGreenChannel, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_SetCustombFlipGreenChannel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustombFlipGreenChannel, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_SetCustombFlipGreenChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_SetCustomColorSpace \ +static_assert(alignof(InterchangeTextureNode_SetCustomColorSpace) == 0x000001, "Wrong alignment on InterchangeTextureNode_SetCustomColorSpace"); \ +static_assert(sizeof(InterchangeTextureNode_SetCustomColorSpace) == 0x000002, "Wrong size on InterchangeTextureNode_SetCustomColorSpace"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustomColorSpace, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_SetCustomColorSpace::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustomColorSpace, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_SetCustomColorSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_SetCustomFilter \ +static_assert(alignof(InterchangeTextureNode_SetCustomFilter) == 0x000001, "Wrong alignment on InterchangeTextureNode_SetCustomFilter"); \ +static_assert(sizeof(InterchangeTextureNode_SetCustomFilter) == 0x000002, "Wrong size on InterchangeTextureNode_SetCustomFilter"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustomFilter, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_SetCustomFilter::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustomFilter, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_SetCustomFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_SetCustomSRGB \ +static_assert(alignof(InterchangeTextureNode_SetCustomSRGB) == 0x000001, "Wrong alignment on InterchangeTextureNode_SetCustomSRGB"); \ +static_assert(sizeof(InterchangeTextureNode_SetCustomSRGB) == 0x000002, "Wrong size on InterchangeTextureNode_SetCustomSRGB"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustomSRGB, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_SetCustomSRGB::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_SetCustomSRGB, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_SetCustomSRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_SetPayLoadKey \ +static_assert(alignof(InterchangeTextureNode_SetPayLoadKey) == 0x000008, "Wrong alignment on InterchangeTextureNode_SetPayLoadKey"); \ +static_assert(sizeof(InterchangeTextureNode_SetPayLoadKey) == 0x000010, "Wrong size on InterchangeTextureNode_SetPayLoadKey"); \ +static_assert(offsetof(InterchangeTextureNode_SetPayLoadKey, PayloadKey) == 0x000000, "Member 'InterchangeTextureNode_SetPayLoadKey::PayloadKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_GetCustombFlipGreenChannel \ +static_assert(alignof(InterchangeTextureNode_GetCustombFlipGreenChannel) == 0x000001, "Wrong alignment on InterchangeTextureNode_GetCustombFlipGreenChannel"); \ +static_assert(sizeof(InterchangeTextureNode_GetCustombFlipGreenChannel) == 0x000002, "Wrong size on InterchangeTextureNode_GetCustombFlipGreenChannel"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustombFlipGreenChannel, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_GetCustombFlipGreenChannel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustombFlipGreenChannel, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_GetCustombFlipGreenChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_GetCustomColorSpace \ +static_assert(alignof(InterchangeTextureNode_GetCustomColorSpace) == 0x000001, "Wrong alignment on InterchangeTextureNode_GetCustomColorSpace"); \ +static_assert(sizeof(InterchangeTextureNode_GetCustomColorSpace) == 0x000002, "Wrong size on InterchangeTextureNode_GetCustomColorSpace"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustomColorSpace, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_GetCustomColorSpace::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustomColorSpace, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_GetCustomColorSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_GetCustomFilter \ +static_assert(alignof(InterchangeTextureNode_GetCustomFilter) == 0x000001, "Wrong alignment on InterchangeTextureNode_GetCustomFilter"); \ +static_assert(sizeof(InterchangeTextureNode_GetCustomFilter) == 0x000002, "Wrong size on InterchangeTextureNode_GetCustomFilter"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustomFilter, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_GetCustomFilter::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustomFilter, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_GetCustomFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureNode_GetCustomSRGB \ +static_assert(alignof(InterchangeTextureNode_GetCustomSRGB) == 0x000001, "Wrong alignment on InterchangeTextureNode_GetCustomSRGB"); \ +static_assert(sizeof(InterchangeTextureNode_GetCustomSRGB) == 0x000002, "Wrong size on InterchangeTextureNode_GetCustomSRGB"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustomSRGB, AttributeValue) == 0x000000, "Member 'InterchangeTextureNode_GetCustomSRGB::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureNode_GetCustomSRGB, ReturnValue) == 0x000001, "Member 'InterchangeTextureNode_GetCustomSRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureNode \ +static_assert(alignof(UInterchangeTextureNode) == 0x000008, "Wrong alignment on UInterchangeTextureNode"); \ +static_assert(sizeof(UInterchangeTextureNode) == 0x0000A0, "Wrong size on UInterchangeTextureNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTexture2DArrayNode \ +static_assert(alignof(UInterchangeTexture2DArrayNode) == 0x000008, "Wrong alignment on UInterchangeTexture2DArrayNode"); \ +static_assert(sizeof(UInterchangeTexture2DArrayNode) == 0x0000A0, "Wrong size on UInterchangeTexture2DArrayNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureCubeArrayNode \ +static_assert(alignof(UInterchangeTextureCubeArrayNode) == 0x000008, "Wrong alignment on UInterchangeTextureCubeArrayNode"); \ +static_assert(sizeof(UInterchangeTextureCubeArrayNode) == 0x0000A0, "Wrong size on UInterchangeTextureCubeArrayNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureCubeNode \ +static_assert(alignof(UInterchangeTextureCubeNode) == 0x000008, "Wrong alignment on UInterchangeTextureCubeNode"); \ +static_assert(sizeof(UInterchangeTextureCubeNode) == 0x0000A0, "Wrong size on UInterchangeTextureCubeNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureLightProfileNode \ +static_assert(alignof(UInterchangeTextureLightProfileNode) == 0x000008, "Wrong alignment on UInterchangeTextureLightProfileNode"); \ +static_assert(sizeof(UInterchangeTextureLightProfileNode) == 0x0000A0, "Wrong size on UInterchangeTextureLightProfileNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeVolumeTextureNode \ +static_assert(alignof(UInterchangeVolumeTextureNode) == 0x000008, "Wrong alignment on UInterchangeVolumeTextureNode"); \ +static_assert(sizeof(UInterchangeVolumeTextureNode) == 0x0000A0, "Wrong size on UInterchangeVolumeTextureNode"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid \ +static_assert(alignof(InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid) == 0x000018, "Wrong size on InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid, AnimationTrackUid) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid::AnimationTrackUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimationTrackSetNode_AddCustomAnimationTrackUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid \ +static_assert(alignof(InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid) == 0x000018, "Wrong size on InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid, AnimationTrackUid) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid::AnimationTrackUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimationTrackSetNode_RemoveCustomAnimationTrackUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_SetCustomFrameRate \ +static_assert(alignof(InterchangeAnimationTrackSetNode_SetCustomFrameRate) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetNode_SetCustomFrameRate"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_SetCustomFrameRate) == 0x000008, "Wrong size on InterchangeAnimationTrackSetNode_SetCustomFrameRate"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_SetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_SetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_SetCustomFrameRate, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetNode_SetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid \ +static_assert(alignof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid) == 0x000018, "Wrong size on InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid, Index_0) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid, OutAnimationTrackUid) == 0x000008, "Member 'InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUid::OutAnimationTrackUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount \ +static_assert(alignof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount) == 0x000004, "Wrong size on InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount, ReturnValue) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids \ +static_assert(alignof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids) == 0x000008, "Wrong alignment on InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids) == 0x000010, "Wrong size on InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids, OutAnimationTrackUids) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_GetCustomAnimationTrackUids::OutAnimationTrackUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetNode_GetCustomFrameRate \ +static_assert(alignof(InterchangeAnimationTrackSetNode_GetCustomFrameRate) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetNode_GetCustomFrameRate"); \ +static_assert(sizeof(InterchangeAnimationTrackSetNode_GetCustomFrameRate) == 0x000008, "Wrong size on InterchangeAnimationTrackSetNode_GetCustomFrameRate"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_GetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetNode_GetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetNode_GetCustomFrameRate, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetNode_GetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAnimationTrackSetNode \ +static_assert(alignof(UInterchangeAnimationTrackSetNode) == 0x000008, "Wrong alignment on UInterchangeAnimationTrackSetNode"); \ +static_assert(sizeof(UInterchangeAnimationTrackSetNode) == 0x000090, "Wrong size on UInterchangeAnimationTrackSetNode"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackBaseNode_SetCustomCompletionMode \ +static_assert(alignof(InterchangeAnimationTrackBaseNode_SetCustomCompletionMode) == 0x000004, "Wrong alignment on InterchangeAnimationTrackBaseNode_SetCustomCompletionMode"); \ +static_assert(sizeof(InterchangeAnimationTrackBaseNode_SetCustomCompletionMode) == 0x000008, "Wrong size on InterchangeAnimationTrackBaseNode_SetCustomCompletionMode"); \ +static_assert(offsetof(InterchangeAnimationTrackBaseNode_SetCustomCompletionMode, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackBaseNode_SetCustomCompletionMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackBaseNode_SetCustomCompletionMode, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackBaseNode_SetCustomCompletionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackBaseNode_GetCustomCompletionMode \ +static_assert(alignof(InterchangeAnimationTrackBaseNode_GetCustomCompletionMode) == 0x000004, "Wrong alignment on InterchangeAnimationTrackBaseNode_GetCustomCompletionMode"); \ +static_assert(sizeof(InterchangeAnimationTrackBaseNode_GetCustomCompletionMode) == 0x000008, "Wrong size on InterchangeAnimationTrackBaseNode_GetCustomCompletionMode"); \ +static_assert(offsetof(InterchangeAnimationTrackBaseNode_GetCustomCompletionMode, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackBaseNode_GetCustomCompletionMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackBaseNode_GetCustomCompletionMode, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackBaseNode_GetCustomCompletionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAnimationTrackBaseNode \ +static_assert(alignof(UInterchangeAnimationTrackBaseNode) == 0x000008, "Wrong alignment on UInterchangeAnimationTrackBaseNode"); \ +static_assert(sizeof(UInterchangeAnimationTrackBaseNode) == 0x000070, "Wrong size on UInterchangeAnimationTrackBaseNode"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_SetCustomDuration \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_SetCustomDuration) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_SetCustomDuration"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_SetCustomDuration) == 0x000008, "Wrong size on InterchangeAnimationTrackSetInstanceNode_SetCustomDuration"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomDuration, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomDuration::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomDuration, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame) == 0x000008, "Wrong size on InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale) == 0x000008, "Wrong size on InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomTimeScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid) == 0x000018, "Wrong size on InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimationTrackSetInstanceNode_SetCustomTrackSetDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_GetCustomDuration \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_GetCustomDuration) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_GetCustomDuration"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_GetCustomDuration) == 0x000008, "Wrong size on InterchangeAnimationTrackSetInstanceNode_GetCustomDuration"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomDuration, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomDuration::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomDuration, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame) == 0x000008, "Wrong size on InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale) == 0x000004, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale) == 0x000008, "Wrong size on InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomTimeScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid \ +static_assert(alignof(InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid"); \ +static_assert(sizeof(InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid) == 0x000018, "Wrong size on InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimationTrackSetInstanceNode_GetCustomTrackSetDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAnimationTrackSetInstanceNode \ +static_assert(alignof(UInterchangeAnimationTrackSetInstanceNode) == 0x000008, "Wrong alignment on UInterchangeAnimationTrackSetInstanceNode"); \ +static_assert(sizeof(UInterchangeAnimationTrackSetInstanceNode) == 0x0000B0, "Wrong size on UInterchangeAnimationTrackSetInstanceNode"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_SetCustomActorDependencyUid \ +static_assert(alignof(InterchangeAnimationTrackNode_SetCustomActorDependencyUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackNode_SetCustomActorDependencyUid"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_SetCustomActorDependencyUid) == 0x000018, "Wrong size on InterchangeAnimationTrackNode_SetCustomActorDependencyUid"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomActorDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeAnimationTrackNode_SetCustomActorDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomActorDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimationTrackNode_SetCustomActorDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey \ +static_assert(alignof(InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey) == 0x000008, "Wrong alignment on InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey) == 0x000018, "Wrong size on InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey, InUniqueId) == 0x000000, "Member 'InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey::InUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey, InType) == 0x000010, "Member 'InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey::InType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey, ReturnValue) == 0x000011, "Member 'InterchangeAnimationTrackNode_SetCustomAnimationPayloadKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_SetCustomFrameCount \ +static_assert(alignof(InterchangeAnimationTrackNode_SetCustomFrameCount) == 0x000004, "Wrong alignment on InterchangeAnimationTrackNode_SetCustomFrameCount"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_SetCustomFrameCount) == 0x000008, "Wrong size on InterchangeAnimationTrackNode_SetCustomFrameCount"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomFrameCount, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackNode_SetCustomFrameCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomFrameCount, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackNode_SetCustomFrameCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_SetCustomPropertyTrack \ +static_assert(alignof(InterchangeAnimationTrackNode_SetCustomPropertyTrack) == 0x000004, "Wrong alignment on InterchangeAnimationTrackNode_SetCustomPropertyTrack"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_SetCustomPropertyTrack) == 0x000008, "Wrong size on InterchangeAnimationTrackNode_SetCustomPropertyTrack"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomPropertyTrack, PropertyTrack) == 0x000000, "Member 'InterchangeAnimationTrackNode_SetCustomPropertyTrack::PropertyTrack' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_SetCustomPropertyTrack, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackNode_SetCustomPropertyTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_GetCustomActorDependencyUid \ +static_assert(alignof(InterchangeAnimationTrackNode_GetCustomActorDependencyUid) == 0x000008, "Wrong alignment on InterchangeAnimationTrackNode_GetCustomActorDependencyUid"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_GetCustomActorDependencyUid) == 0x000018, "Wrong size on InterchangeAnimationTrackNode_GetCustomActorDependencyUid"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomActorDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeAnimationTrackNode_GetCustomActorDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomActorDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimationTrackNode_GetCustomActorDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey \ +static_assert(alignof(InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey) == 0x000008, "Wrong alignment on InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey) == 0x000020, "Wrong size on InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey, AnimationPayLoadKey) == 0x000000, "Member 'InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey::AnimationPayLoadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey, ReturnValue) == 0x000018, "Member 'InterchangeAnimationTrackNode_GetCustomAnimationPayloadKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_GetCustomFrameCount \ +static_assert(alignof(InterchangeAnimationTrackNode_GetCustomFrameCount) == 0x000004, "Wrong alignment on InterchangeAnimationTrackNode_GetCustomFrameCount"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_GetCustomFrameCount) == 0x000008, "Wrong size on InterchangeAnimationTrackNode_GetCustomFrameCount"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomFrameCount, AttributeValue) == 0x000000, "Member 'InterchangeAnimationTrackNode_GetCustomFrameCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomFrameCount, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackNode_GetCustomFrameCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimationTrackNode_GetCustomPropertyTrack \ +static_assert(alignof(InterchangeAnimationTrackNode_GetCustomPropertyTrack) == 0x000004, "Wrong alignment on InterchangeAnimationTrackNode_GetCustomPropertyTrack"); \ +static_assert(sizeof(InterchangeAnimationTrackNode_GetCustomPropertyTrack) == 0x000008, "Wrong size on InterchangeAnimationTrackNode_GetCustomPropertyTrack"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomPropertyTrack, PropertyTrack) == 0x000000, "Member 'InterchangeAnimationTrackNode_GetCustomPropertyTrack::PropertyTrack' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimationTrackNode_GetCustomPropertyTrack, ReturnValue) == 0x000004, "Member 'InterchangeAnimationTrackNode_GetCustomPropertyTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAnimationTrackNode \ +static_assert(alignof(UInterchangeAnimationTrackNode) == 0x000008, "Wrong alignment on UInterchangeAnimationTrackNode"); \ +static_assert(sizeof(UInterchangeAnimationTrackNode) == 0x0000D0, "Wrong size on UInterchangeAnimationTrackNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTransformAnimationTrackNode_SetCustomUsedChannels \ +static_assert(alignof(InterchangeTransformAnimationTrackNode_SetCustomUsedChannels) == 0x000004, "Wrong alignment on InterchangeTransformAnimationTrackNode_SetCustomUsedChannels"); \ +static_assert(sizeof(InterchangeTransformAnimationTrackNode_SetCustomUsedChannels) == 0x000008, "Wrong size on InterchangeTransformAnimationTrackNode_SetCustomUsedChannels"); \ +static_assert(offsetof(InterchangeTransformAnimationTrackNode_SetCustomUsedChannels, AttributeValue) == 0x000000, "Member 'InterchangeTransformAnimationTrackNode_SetCustomUsedChannels::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTransformAnimationTrackNode_SetCustomUsedChannels, ReturnValue) == 0x000004, "Member 'InterchangeTransformAnimationTrackNode_SetCustomUsedChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTransformAnimationTrackNode_GetCustomUsedChannels \ +static_assert(alignof(InterchangeTransformAnimationTrackNode_GetCustomUsedChannels) == 0x000004, "Wrong alignment on InterchangeTransformAnimationTrackNode_GetCustomUsedChannels"); \ +static_assert(sizeof(InterchangeTransformAnimationTrackNode_GetCustomUsedChannels) == 0x000008, "Wrong size on InterchangeTransformAnimationTrackNode_GetCustomUsedChannels"); \ +static_assert(offsetof(InterchangeTransformAnimationTrackNode_GetCustomUsedChannels, AttributeValue) == 0x000000, "Member 'InterchangeTransformAnimationTrackNode_GetCustomUsedChannels::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTransformAnimationTrackNode_GetCustomUsedChannels, ReturnValue) == 0x000004, "Member 'InterchangeTransformAnimationTrackNode_GetCustomUsedChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTransformAnimationTrackNode \ +static_assert(alignof(UInterchangeTransformAnimationTrackNode) == 0x000008, "Wrong alignment on UInterchangeTransformAnimationTrackNode"); \ +static_assert(sizeof(UInterchangeTransformAnimationTrackNode) == 0x0000E0, "Wrong size on UInterchangeTransformAnimationTrackNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid) == 0x000028, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid, MorphTargetNodeUid) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid::MorphTargetNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid, InUniqueId) == 0x000010, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid::InUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid, InType) == 0x000020, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid::InType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid, ReturnValue) == 0x000021, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForMorphTargetNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid) == 0x000028, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid, SceneNodeUid) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid::SceneNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid, InUniqueId) == 0x000010, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid::InUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid, InType) == 0x000020, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid::InType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid, ReturnValue) == 0x000021, "Member 'InterchangeSkeletalAnimationTrackNode_SetAnimationPayloadKeyForSceneNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate, SampleRate) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomAnimationSampleRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime, StartTime) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime::StartTime' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime, StopTime) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime::StopTime' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomAnimationStopTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid) == 0x000018, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomSkeletonNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStartTime \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStartTime) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStartTime"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStartTime) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStartTime"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStartTime, StartTime) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStartTime::StartTime' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStartTime, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStopTime \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStopTime) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStopTime"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStopTime) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStopTime"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStopTime, StopTime) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStopTime::StopTime' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStopTime, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_SetCustomSourceTimelineAnimationStopTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate, SampleRate) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomAnimationSampleRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime, StartTime) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime::StartTime' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime, StopTime) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime::StopTime' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomAnimationStopTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid) == 0x000018, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomSkeletonNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStartTime \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStartTime) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStartTime"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStartTime) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStartTime"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStartTime, StartTime) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStartTime::StartTime' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStartTime, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStopTime \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStopTime) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStopTime"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStopTime) == 0x000010, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStopTime"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStopTime, StopTime) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStopTime::StopTime' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStopTime, ReturnValue) == 0x000008, "Member 'InterchangeSkeletalAnimationTrackNode_GetCustomSourceTimelineAnimationStopTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys) == 0x0000A0, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys, OutMorphTargetNodeAnimationPayloadKeyUids) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys::OutMorphTargetNodeAnimationPayloadKeyUids' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys, OutMorphTargetNodeAnimationPayloadKeyTypes) == 0x000050, "Member 'InterchangeSkeletalAnimationTrackNode_GetMorphTargetNodeAnimationPayloadKeys::OutMorphTargetNodeAnimationPayloadKeyTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys) == 0x0000A0, "Wrong size on InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys, OutSceneNodeAnimationPayloadKeyUids) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys::OutSceneNodeAnimationPayloadKeyUids' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys, OutSceneNodeAnimationPayloadKeyTypes) == 0x000050, "Member 'InterchangeSkeletalAnimationTrackNode_GetSceneNodeAnimationPayloadKeys::OutSceneNodeAnimationPayloadKeyTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalAnimationTrackNode_IsNodeAnimatedWithBakedCurve \ +static_assert(alignof(InterchangeSkeletalAnimationTrackNode_IsNodeAnimatedWithBakedCurve) == 0x000008, "Wrong alignment on InterchangeSkeletalAnimationTrackNode_IsNodeAnimatedWithBakedCurve"); \ +static_assert(sizeof(InterchangeSkeletalAnimationTrackNode_IsNodeAnimatedWithBakedCurve) == 0x000018, "Wrong size on InterchangeSkeletalAnimationTrackNode_IsNodeAnimatedWithBakedCurve"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_IsNodeAnimatedWithBakedCurve, SceneNodeUid) == 0x000000, "Member 'InterchangeSkeletalAnimationTrackNode_IsNodeAnimatedWithBakedCurve::SceneNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalAnimationTrackNode_IsNodeAnimatedWithBakedCurve, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalAnimationTrackNode_IsNodeAnimatedWithBakedCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletalAnimationTrackNode \ +static_assert(alignof(UInterchangeSkeletalAnimationTrackNode) == 0x000008, "Wrong alignment on UInterchangeSkeletalAnimationTrackNode"); \ +static_assert(sizeof(UInterchangeSkeletalAnimationTrackNode) == 0x0002B0, "Wrong size on UInterchangeSkeletalAnimationTrackNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeAudioSoundWaveNode \ +static_assert(alignof(UInterchangeAudioSoundWaveNode) == 0x000008, "Wrong alignment on UInterchangeAudioSoundWaveNode"); \ +static_assert(sizeof(UInterchangeAudioSoundWaveNode) == 0x000060, "Wrong size on UInterchangeAudioSoundWaveNode"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomNode_SetCustomEndFrame \ +static_assert(alignof(InterchangeGroomNode_SetCustomEndFrame) == 0x000004, "Wrong alignment on InterchangeGroomNode_SetCustomEndFrame"); \ +static_assert(sizeof(InterchangeGroomNode_SetCustomEndFrame) == 0x000008, "Wrong size on InterchangeGroomNode_SetCustomEndFrame"); \ +static_assert(offsetof(InterchangeGroomNode_SetCustomEndFrame, AttributeValue) == 0x000000, "Member 'InterchangeGroomNode_SetCustomEndFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomNode_SetCustomEndFrame, ReturnValue) == 0x000004, "Member 'InterchangeGroomNode_SetCustomEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomNode_SetCustomFrameRate \ +static_assert(alignof(InterchangeGroomNode_SetCustomFrameRate) == 0x000008, "Wrong alignment on InterchangeGroomNode_SetCustomFrameRate"); \ +static_assert(sizeof(InterchangeGroomNode_SetCustomFrameRate) == 0x000010, "Wrong size on InterchangeGroomNode_SetCustomFrameRate"); \ +static_assert(offsetof(InterchangeGroomNode_SetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeGroomNode_SetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomNode_SetCustomFrameRate, ReturnValue) == 0x000008, "Member 'InterchangeGroomNode_SetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomNode_SetCustomGroomCacheAttributes \ +static_assert(alignof(InterchangeGroomNode_SetCustomGroomCacheAttributes) == 0x000001, "Wrong alignment on InterchangeGroomNode_SetCustomGroomCacheAttributes"); \ +static_assert(sizeof(InterchangeGroomNode_SetCustomGroomCacheAttributes) == 0x000002, "Wrong size on InterchangeGroomNode_SetCustomGroomCacheAttributes"); \ +static_assert(offsetof(InterchangeGroomNode_SetCustomGroomCacheAttributes, AttributeValue) == 0x000000, "Member 'InterchangeGroomNode_SetCustomGroomCacheAttributes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomNode_SetCustomGroomCacheAttributes, ReturnValue) == 0x000001, "Member 'InterchangeGroomNode_SetCustomGroomCacheAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomNode_SetCustomNumFrames \ +static_assert(alignof(InterchangeGroomNode_SetCustomNumFrames) == 0x000004, "Wrong alignment on InterchangeGroomNode_SetCustomNumFrames"); \ +static_assert(sizeof(InterchangeGroomNode_SetCustomNumFrames) == 0x000008, "Wrong size on InterchangeGroomNode_SetCustomNumFrames"); \ +static_assert(offsetof(InterchangeGroomNode_SetCustomNumFrames, AttributeValue) == 0x000000, "Member 'InterchangeGroomNode_SetCustomNumFrames::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomNode_SetCustomNumFrames, ReturnValue) == 0x000004, "Member 'InterchangeGroomNode_SetCustomNumFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomNode_SetCustomStartFrame \ +static_assert(alignof(InterchangeGroomNode_SetCustomStartFrame) == 0x000004, "Wrong alignment on InterchangeGroomNode_SetCustomStartFrame"); \ +static_assert(sizeof(InterchangeGroomNode_SetCustomStartFrame) == 0x000008, "Wrong size on InterchangeGroomNode_SetCustomStartFrame"); \ +static_assert(offsetof(InterchangeGroomNode_SetCustomStartFrame, AttributeValue) == 0x000000, "Member 'InterchangeGroomNode_SetCustomStartFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomNode_SetCustomStartFrame, ReturnValue) == 0x000004, "Member 'InterchangeGroomNode_SetCustomStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomNode_SetPayLoadKey \ +static_assert(alignof(InterchangeGroomNode_SetPayLoadKey) == 0x000008, "Wrong alignment on InterchangeGroomNode_SetPayLoadKey"); \ +static_assert(sizeof(InterchangeGroomNode_SetPayLoadKey) == 0x000018, "Wrong size on InterchangeGroomNode_SetPayLoadKey"); \ +static_assert(offsetof(InterchangeGroomNode_SetPayLoadKey, PayloadKey) == 0x000000, "Member 'InterchangeGroomNode_SetPayLoadKey::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomNode_SetPayLoadKey, PayloadType) == 0x000010, "Member 'InterchangeGroomNode_SetPayLoadKey::PayloadType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomNode_GetCustomEndFrame \ +static_assert(alignof(InterchangeGroomNode_GetCustomEndFrame) == 0x000004, "Wrong alignment on InterchangeGroomNode_GetCustomEndFrame"); \ +static_assert(sizeof(InterchangeGroomNode_GetCustomEndFrame) == 0x000008, "Wrong size on InterchangeGroomNode_GetCustomEndFrame"); \ +static_assert(offsetof(InterchangeGroomNode_GetCustomEndFrame, AttributeValue) == 0x000000, "Member 'InterchangeGroomNode_GetCustomEndFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomNode_GetCustomEndFrame, ReturnValue) == 0x000004, "Member 'InterchangeGroomNode_GetCustomEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomNode_GetCustomFrameRate \ +static_assert(alignof(InterchangeGroomNode_GetCustomFrameRate) == 0x000008, "Wrong alignment on InterchangeGroomNode_GetCustomFrameRate"); \ +static_assert(sizeof(InterchangeGroomNode_GetCustomFrameRate) == 0x000010, "Wrong size on InterchangeGroomNode_GetCustomFrameRate"); \ +static_assert(offsetof(InterchangeGroomNode_GetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeGroomNode_GetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomNode_GetCustomFrameRate, ReturnValue) == 0x000008, "Member 'InterchangeGroomNode_GetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomNode_GetCustomGroomCacheAttributes \ +static_assert(alignof(InterchangeGroomNode_GetCustomGroomCacheAttributes) == 0x000001, "Wrong alignment on InterchangeGroomNode_GetCustomGroomCacheAttributes"); \ +static_assert(sizeof(InterchangeGroomNode_GetCustomGroomCacheAttributes) == 0x000002, "Wrong size on InterchangeGroomNode_GetCustomGroomCacheAttributes"); \ +static_assert(offsetof(InterchangeGroomNode_GetCustomGroomCacheAttributes, AttributeValue) == 0x000000, "Member 'InterchangeGroomNode_GetCustomGroomCacheAttributes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomNode_GetCustomGroomCacheAttributes, ReturnValue) == 0x000001, "Member 'InterchangeGroomNode_GetCustomGroomCacheAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomNode_GetCustomNumFrames \ +static_assert(alignof(InterchangeGroomNode_GetCustomNumFrames) == 0x000004, "Wrong alignment on InterchangeGroomNode_GetCustomNumFrames"); \ +static_assert(sizeof(InterchangeGroomNode_GetCustomNumFrames) == 0x000008, "Wrong size on InterchangeGroomNode_GetCustomNumFrames"); \ +static_assert(offsetof(InterchangeGroomNode_GetCustomNumFrames, AttributeValue) == 0x000000, "Member 'InterchangeGroomNode_GetCustomNumFrames::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomNode_GetCustomNumFrames, ReturnValue) == 0x000004, "Member 'InterchangeGroomNode_GetCustomNumFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomNode_GetCustomStartFrame \ +static_assert(alignof(InterchangeGroomNode_GetCustomStartFrame) == 0x000004, "Wrong alignment on InterchangeGroomNode_GetCustomStartFrame"); \ +static_assert(sizeof(InterchangeGroomNode_GetCustomStartFrame) == 0x000008, "Wrong size on InterchangeGroomNode_GetCustomStartFrame"); \ +static_assert(offsetof(InterchangeGroomNode_GetCustomStartFrame, AttributeValue) == 0x000000, "Member 'InterchangeGroomNode_GetCustomStartFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomNode_GetCustomStartFrame, ReturnValue) == 0x000004, "Member 'InterchangeGroomNode_GetCustomStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGroomNode \ +static_assert(alignof(UInterchangeGroomNode) == 0x000008, "Wrong alignment on UInterchangeGroomNode"); \ +static_assert(sizeof(UInterchangeGroomNode) == 0x0000B0, "Wrong size on UInterchangeGroomNode"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_SetCustomIntensity \ +static_assert(alignof(InterchangeBaseLightNode_SetCustomIntensity) == 0x000004, "Wrong alignment on InterchangeBaseLightNode_SetCustomIntensity"); \ +static_assert(sizeof(InterchangeBaseLightNode_SetCustomIntensity) == 0x000008, "Wrong size on InterchangeBaseLightNode_SetCustomIntensity"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomIntensity, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_SetCustomIntensity::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomIntensity, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightNode_SetCustomIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_SetCustomLightColor \ +static_assert(alignof(InterchangeBaseLightNode_SetCustomLightColor) == 0x000004, "Wrong alignment on InterchangeBaseLightNode_SetCustomLightColor"); \ +static_assert(sizeof(InterchangeBaseLightNode_SetCustomLightColor) == 0x000014, "Wrong size on InterchangeBaseLightNode_SetCustomLightColor"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomLightColor, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_SetCustomLightColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomLightColor, ReturnValue) == 0x000010, "Member 'InterchangeBaseLightNode_SetCustomLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_SetCustomTemperature \ +static_assert(alignof(InterchangeBaseLightNode_SetCustomTemperature) == 0x000004, "Wrong alignment on InterchangeBaseLightNode_SetCustomTemperature"); \ +static_assert(sizeof(InterchangeBaseLightNode_SetCustomTemperature) == 0x000008, "Wrong size on InterchangeBaseLightNode_SetCustomTemperature"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_SetCustomTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomTemperature, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightNode_SetCustomTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_SetCustomUseTemperature \ +static_assert(alignof(InterchangeBaseLightNode_SetCustomUseTemperature) == 0x000001, "Wrong alignment on InterchangeBaseLightNode_SetCustomUseTemperature"); \ +static_assert(sizeof(InterchangeBaseLightNode_SetCustomUseTemperature) == 0x000002, "Wrong size on InterchangeBaseLightNode_SetCustomUseTemperature"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomUseTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_SetCustomUseTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_SetCustomUseTemperature, ReturnValue) == 0x000001, "Member 'InterchangeBaseLightNode_SetCustomUseTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_GetCustomIntensity \ +static_assert(alignof(InterchangeBaseLightNode_GetCustomIntensity) == 0x000004, "Wrong alignment on InterchangeBaseLightNode_GetCustomIntensity"); \ +static_assert(sizeof(InterchangeBaseLightNode_GetCustomIntensity) == 0x000008, "Wrong size on InterchangeBaseLightNode_GetCustomIntensity"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomIntensity, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_GetCustomIntensity::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomIntensity, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightNode_GetCustomIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_GetCustomLightColor \ +static_assert(alignof(InterchangeBaseLightNode_GetCustomLightColor) == 0x000004, "Wrong alignment on InterchangeBaseLightNode_GetCustomLightColor"); \ +static_assert(sizeof(InterchangeBaseLightNode_GetCustomLightColor) == 0x000014, "Wrong size on InterchangeBaseLightNode_GetCustomLightColor"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomLightColor, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_GetCustomLightColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomLightColor, ReturnValue) == 0x000010, "Member 'InterchangeBaseLightNode_GetCustomLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_GetCustomTemperature \ +static_assert(alignof(InterchangeBaseLightNode_GetCustomTemperature) == 0x000004, "Wrong alignment on InterchangeBaseLightNode_GetCustomTemperature"); \ +static_assert(sizeof(InterchangeBaseLightNode_GetCustomTemperature) == 0x000008, "Wrong size on InterchangeBaseLightNode_GetCustomTemperature"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_GetCustomTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomTemperature, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightNode_GetCustomTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightNode_GetCustomUseTemperature \ +static_assert(alignof(InterchangeBaseLightNode_GetCustomUseTemperature) == 0x000001, "Wrong alignment on InterchangeBaseLightNode_GetCustomUseTemperature"); \ +static_assert(sizeof(InterchangeBaseLightNode_GetCustomUseTemperature) == 0x000002, "Wrong size on InterchangeBaseLightNode_GetCustomUseTemperature"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomUseTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightNode_GetCustomUseTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightNode_GetCustomUseTemperature, ReturnValue) == 0x000001, "Member 'InterchangeBaseLightNode_GetCustomUseTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeBaseLightNode \ +static_assert(alignof(UInterchangeBaseLightNode) == 0x000008, "Wrong alignment on UInterchangeBaseLightNode"); \ +static_assert(sizeof(UInterchangeBaseLightNode) == 0x0000A0, "Wrong size on UInterchangeBaseLightNode"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_SetCustomAttenuationRadius \ +static_assert(alignof(InterchangeLightNode_SetCustomAttenuationRadius) == 0x000004, "Wrong alignment on InterchangeLightNode_SetCustomAttenuationRadius"); \ +static_assert(sizeof(InterchangeLightNode_SetCustomAttenuationRadius) == 0x000008, "Wrong size on InterchangeLightNode_SetCustomAttenuationRadius"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomAttenuationRadius, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_SetCustomAttenuationRadius::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomAttenuationRadius, ReturnValue) == 0x000004, "Member 'InterchangeLightNode_SetCustomAttenuationRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_SetCustomIESBrightnessScale \ +static_assert(alignof(InterchangeLightNode_SetCustomIESBrightnessScale) == 0x000004, "Wrong alignment on InterchangeLightNode_SetCustomIESBrightnessScale"); \ +static_assert(sizeof(InterchangeLightNode_SetCustomIESBrightnessScale) == 0x000008, "Wrong size on InterchangeLightNode_SetCustomIESBrightnessScale"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIESBrightnessScale, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_SetCustomIESBrightnessScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIESBrightnessScale, bAddApplyDelegate) == 0x000004, "Member 'InterchangeLightNode_SetCustomIESBrightnessScale::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIESBrightnessScale, ReturnValue) == 0x000005, "Member 'InterchangeLightNode_SetCustomIESBrightnessScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_SetCustomIESTexture \ +static_assert(alignof(InterchangeLightNode_SetCustomIESTexture) == 0x000008, "Wrong alignment on InterchangeLightNode_SetCustomIESTexture"); \ +static_assert(sizeof(InterchangeLightNode_SetCustomIESTexture) == 0x000018, "Wrong size on InterchangeLightNode_SetCustomIESTexture"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIESTexture, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_SetCustomIESTexture::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIESTexture, ReturnValue) == 0x000010, "Member 'InterchangeLightNode_SetCustomIESTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_SetCustomIntensityUnits \ +static_assert(alignof(InterchangeLightNode_SetCustomIntensityUnits) == 0x000001, "Wrong alignment on InterchangeLightNode_SetCustomIntensityUnits"); \ +static_assert(sizeof(InterchangeLightNode_SetCustomIntensityUnits) == 0x000002, "Wrong size on InterchangeLightNode_SetCustomIntensityUnits"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIntensityUnits, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_SetCustomIntensityUnits::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomIntensityUnits, ReturnValue) == 0x000001, "Member 'InterchangeLightNode_SetCustomIntensityUnits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_SetCustomRotation \ +static_assert(alignof(InterchangeLightNode_SetCustomRotation) == 0x000008, "Wrong alignment on InterchangeLightNode_SetCustomRotation"); \ +static_assert(sizeof(InterchangeLightNode_SetCustomRotation) == 0x000020, "Wrong size on InterchangeLightNode_SetCustomRotation"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomRotation, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_SetCustomRotation::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomRotation, bAddApplyDelegate) == 0x000018, "Member 'InterchangeLightNode_SetCustomRotation::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomRotation, ReturnValue) == 0x000019, "Member 'InterchangeLightNode_SetCustomRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_SetCustomUseIESBrightness \ +static_assert(alignof(InterchangeLightNode_SetCustomUseIESBrightness) == 0x000001, "Wrong alignment on InterchangeLightNode_SetCustomUseIESBrightness"); \ +static_assert(sizeof(InterchangeLightNode_SetCustomUseIESBrightness) == 0x000003, "Wrong size on InterchangeLightNode_SetCustomUseIESBrightness"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomUseIESBrightness, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_SetCustomUseIESBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomUseIESBrightness, bAddApplyDelegate) == 0x000001, "Member 'InterchangeLightNode_SetCustomUseIESBrightness::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_SetCustomUseIESBrightness, ReturnValue) == 0x000002, "Member 'InterchangeLightNode_SetCustomUseIESBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_GetCustomAttenuationRadius \ +static_assert(alignof(InterchangeLightNode_GetCustomAttenuationRadius) == 0x000004, "Wrong alignment on InterchangeLightNode_GetCustomAttenuationRadius"); \ +static_assert(sizeof(InterchangeLightNode_GetCustomAttenuationRadius) == 0x000008, "Wrong size on InterchangeLightNode_GetCustomAttenuationRadius"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomAttenuationRadius, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_GetCustomAttenuationRadius::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomAttenuationRadius, ReturnValue) == 0x000004, "Member 'InterchangeLightNode_GetCustomAttenuationRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_GetCustomIESBrightnessScale \ +static_assert(alignof(InterchangeLightNode_GetCustomIESBrightnessScale) == 0x000004, "Wrong alignment on InterchangeLightNode_GetCustomIESBrightnessScale"); \ +static_assert(sizeof(InterchangeLightNode_GetCustomIESBrightnessScale) == 0x000008, "Wrong size on InterchangeLightNode_GetCustomIESBrightnessScale"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomIESBrightnessScale, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_GetCustomIESBrightnessScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomIESBrightnessScale, ReturnValue) == 0x000004, "Member 'InterchangeLightNode_GetCustomIESBrightnessScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_GetCustomIESTexture \ +static_assert(alignof(InterchangeLightNode_GetCustomIESTexture) == 0x000008, "Wrong alignment on InterchangeLightNode_GetCustomIESTexture"); \ +static_assert(sizeof(InterchangeLightNode_GetCustomIESTexture) == 0x000018, "Wrong size on InterchangeLightNode_GetCustomIESTexture"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomIESTexture, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_GetCustomIESTexture::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomIESTexture, ReturnValue) == 0x000010, "Member 'InterchangeLightNode_GetCustomIESTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_GetCustomIntensityUnits \ +static_assert(alignof(InterchangeLightNode_GetCustomIntensityUnits) == 0x000001, "Wrong alignment on InterchangeLightNode_GetCustomIntensityUnits"); \ +static_assert(sizeof(InterchangeLightNode_GetCustomIntensityUnits) == 0x000002, "Wrong size on InterchangeLightNode_GetCustomIntensityUnits"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomIntensityUnits, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_GetCustomIntensityUnits::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomIntensityUnits, ReturnValue) == 0x000001, "Member 'InterchangeLightNode_GetCustomIntensityUnits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_GetCustomRotation \ +static_assert(alignof(InterchangeLightNode_GetCustomRotation) == 0x000008, "Wrong alignment on InterchangeLightNode_GetCustomRotation"); \ +static_assert(sizeof(InterchangeLightNode_GetCustomRotation) == 0x000020, "Wrong size on InterchangeLightNode_GetCustomRotation"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomRotation, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_GetCustomRotation::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomRotation, ReturnValue) == 0x000018, "Member 'InterchangeLightNode_GetCustomRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightNode_GetCustomUseIESBrightness \ +static_assert(alignof(InterchangeLightNode_GetCustomUseIESBrightness) == 0x000001, "Wrong alignment on InterchangeLightNode_GetCustomUseIESBrightness"); \ +static_assert(sizeof(InterchangeLightNode_GetCustomUseIESBrightness) == 0x000002, "Wrong size on InterchangeLightNode_GetCustomUseIESBrightness"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomUseIESBrightness, AttributeValue) == 0x000000, "Member 'InterchangeLightNode_GetCustomUseIESBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightNode_GetCustomUseIESBrightness, ReturnValue) == 0x000001, "Member 'InterchangeLightNode_GetCustomUseIESBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeLightNode \ +static_assert(alignof(UInterchangeLightNode) == 0x000008, "Wrong alignment on UInterchangeLightNode"); \ +static_assert(sizeof(UInterchangeLightNode) == 0x000100, "Wrong size on UInterchangeLightNode"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightNode_SetCustomLightFalloffExponent \ +static_assert(alignof(InterchangePointLightNode_SetCustomLightFalloffExponent) == 0x000004, "Wrong alignment on InterchangePointLightNode_SetCustomLightFalloffExponent"); \ +static_assert(sizeof(InterchangePointLightNode_SetCustomLightFalloffExponent) == 0x000008, "Wrong size on InterchangePointLightNode_SetCustomLightFalloffExponent"); \ +static_assert(offsetof(InterchangePointLightNode_SetCustomLightFalloffExponent, AttributeValue) == 0x000000, "Member 'InterchangePointLightNode_SetCustomLightFalloffExponent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightNode_SetCustomLightFalloffExponent, ReturnValue) == 0x000004, "Member 'InterchangePointLightNode_SetCustomLightFalloffExponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightNode_SetCustomUseInverseSquaredFalloff \ +static_assert(alignof(InterchangePointLightNode_SetCustomUseInverseSquaredFalloff) == 0x000001, "Wrong alignment on InterchangePointLightNode_SetCustomUseInverseSquaredFalloff"); \ +static_assert(sizeof(InterchangePointLightNode_SetCustomUseInverseSquaredFalloff) == 0x000002, "Wrong size on InterchangePointLightNode_SetCustomUseInverseSquaredFalloff"); \ +static_assert(offsetof(InterchangePointLightNode_SetCustomUseInverseSquaredFalloff, AttributeValue) == 0x000000, "Member 'InterchangePointLightNode_SetCustomUseInverseSquaredFalloff::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightNode_SetCustomUseInverseSquaredFalloff, ReturnValue) == 0x000001, "Member 'InterchangePointLightNode_SetCustomUseInverseSquaredFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightNode_GetCustomLightFalloffExponent \ +static_assert(alignof(InterchangePointLightNode_GetCustomLightFalloffExponent) == 0x000004, "Wrong alignment on InterchangePointLightNode_GetCustomLightFalloffExponent"); \ +static_assert(sizeof(InterchangePointLightNode_GetCustomLightFalloffExponent) == 0x000008, "Wrong size on InterchangePointLightNode_GetCustomLightFalloffExponent"); \ +static_assert(offsetof(InterchangePointLightNode_GetCustomLightFalloffExponent, AttributeValue) == 0x000000, "Member 'InterchangePointLightNode_GetCustomLightFalloffExponent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightNode_GetCustomLightFalloffExponent, ReturnValue) == 0x000004, "Member 'InterchangePointLightNode_GetCustomLightFalloffExponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightNode_GetCustomUseInverseSquaredFalloff \ +static_assert(alignof(InterchangePointLightNode_GetCustomUseInverseSquaredFalloff) == 0x000001, "Wrong alignment on InterchangePointLightNode_GetCustomUseInverseSquaredFalloff"); \ +static_assert(sizeof(InterchangePointLightNode_GetCustomUseInverseSquaredFalloff) == 0x000002, "Wrong size on InterchangePointLightNode_GetCustomUseInverseSquaredFalloff"); \ +static_assert(offsetof(InterchangePointLightNode_GetCustomUseInverseSquaredFalloff, AttributeValue) == 0x000000, "Member 'InterchangePointLightNode_GetCustomUseInverseSquaredFalloff::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightNode_GetCustomUseInverseSquaredFalloff, ReturnValue) == 0x000001, "Member 'InterchangePointLightNode_GetCustomUseInverseSquaredFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePointLightNode \ +static_assert(alignof(UInterchangePointLightNode) == 0x000008, "Wrong alignment on UInterchangePointLightNode"); \ +static_assert(sizeof(UInterchangePointLightNode) == 0x000120, "Wrong size on UInterchangePointLightNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightNode_SetCustomInnerConeAngle \ +static_assert(alignof(InterchangeSpotLightNode_SetCustomInnerConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightNode_SetCustomInnerConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightNode_SetCustomInnerConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightNode_SetCustomInnerConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightNode_SetCustomInnerConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightNode_SetCustomInnerConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightNode_SetCustomInnerConeAngle, ReturnValue) == 0x000004, "Member 'InterchangeSpotLightNode_SetCustomInnerConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightNode_SetCustomOuterConeAngle \ +static_assert(alignof(InterchangeSpotLightNode_SetCustomOuterConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightNode_SetCustomOuterConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightNode_SetCustomOuterConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightNode_SetCustomOuterConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightNode_SetCustomOuterConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightNode_SetCustomOuterConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightNode_SetCustomOuterConeAngle, ReturnValue) == 0x000004, "Member 'InterchangeSpotLightNode_SetCustomOuterConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightNode_GetCustomInnerConeAngle \ +static_assert(alignof(InterchangeSpotLightNode_GetCustomInnerConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightNode_GetCustomInnerConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightNode_GetCustomInnerConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightNode_GetCustomInnerConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightNode_GetCustomInnerConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightNode_GetCustomInnerConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightNode_GetCustomInnerConeAngle, ReturnValue) == 0x000004, "Member 'InterchangeSpotLightNode_GetCustomInnerConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightNode_GetCustomOuterConeAngle \ +static_assert(alignof(InterchangeSpotLightNode_GetCustomOuterConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightNode_GetCustomOuterConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightNode_GetCustomOuterConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightNode_GetCustomOuterConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightNode_GetCustomOuterConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightNode_GetCustomOuterConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightNode_GetCustomOuterConeAngle, ReturnValue) == 0x000004, "Member 'InterchangeSpotLightNode_GetCustomOuterConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSpotLightNode \ +static_assert(alignof(UInterchangeSpotLightNode) == 0x000008, "Wrong alignment on UInterchangeSpotLightNode"); \ +static_assert(sizeof(UInterchangeSpotLightNode) == 0x000140, "Wrong size on UInterchangeSpotLightNode"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightNode_SetCustomSourceHeight \ +static_assert(alignof(InterchangeRectLightNode_SetCustomSourceHeight) == 0x000004, "Wrong alignment on InterchangeRectLightNode_SetCustomSourceHeight"); \ +static_assert(sizeof(InterchangeRectLightNode_SetCustomSourceHeight) == 0x000008, "Wrong size on InterchangeRectLightNode_SetCustomSourceHeight"); \ +static_assert(offsetof(InterchangeRectLightNode_SetCustomSourceHeight, AttributeValue) == 0x000000, "Member 'InterchangeRectLightNode_SetCustomSourceHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightNode_SetCustomSourceHeight, ReturnValue) == 0x000004, "Member 'InterchangeRectLightNode_SetCustomSourceHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightNode_SetCustomSourceWidth \ +static_assert(alignof(InterchangeRectLightNode_SetCustomSourceWidth) == 0x000004, "Wrong alignment on InterchangeRectLightNode_SetCustomSourceWidth"); \ +static_assert(sizeof(InterchangeRectLightNode_SetCustomSourceWidth) == 0x000008, "Wrong size on InterchangeRectLightNode_SetCustomSourceWidth"); \ +static_assert(offsetof(InterchangeRectLightNode_SetCustomSourceWidth, AttributeValue) == 0x000000, "Member 'InterchangeRectLightNode_SetCustomSourceWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightNode_SetCustomSourceWidth, ReturnValue) == 0x000004, "Member 'InterchangeRectLightNode_SetCustomSourceWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightNode_GetCustomSourceHeight \ +static_assert(alignof(InterchangeRectLightNode_GetCustomSourceHeight) == 0x000004, "Wrong alignment on InterchangeRectLightNode_GetCustomSourceHeight"); \ +static_assert(sizeof(InterchangeRectLightNode_GetCustomSourceHeight) == 0x000008, "Wrong size on InterchangeRectLightNode_GetCustomSourceHeight"); \ +static_assert(offsetof(InterchangeRectLightNode_GetCustomSourceHeight, AttributeValue) == 0x000000, "Member 'InterchangeRectLightNode_GetCustomSourceHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightNode_GetCustomSourceHeight, ReturnValue) == 0x000004, "Member 'InterchangeRectLightNode_GetCustomSourceHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightNode_GetCustomSourceWidth \ +static_assert(alignof(InterchangeRectLightNode_GetCustomSourceWidth) == 0x000004, "Wrong alignment on InterchangeRectLightNode_GetCustomSourceWidth"); \ +static_assert(sizeof(InterchangeRectLightNode_GetCustomSourceWidth) == 0x000008, "Wrong size on InterchangeRectLightNode_GetCustomSourceWidth"); \ +static_assert(offsetof(InterchangeRectLightNode_GetCustomSourceWidth, AttributeValue) == 0x000000, "Member 'InterchangeRectLightNode_GetCustomSourceWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightNode_GetCustomSourceWidth, ReturnValue) == 0x000004, "Member 'InterchangeRectLightNode_GetCustomSourceWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeRectLightNode \ +static_assert(alignof(UInterchangeRectLightNode) == 0x000008, "Wrong alignment on UInterchangeRectLightNode"); \ +static_assert(sizeof(UInterchangeRectLightNode) == 0x000120, "Wrong size on UInterchangeRectLightNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeDirectionalLightNode \ +static_assert(alignof(UInterchangeDirectionalLightNode) == 0x000008, "Wrong alignment on UInterchangeDirectionalLightNode"); \ +static_assert(sizeof(UInterchangeDirectionalLightNode) == 0x0000A0, "Wrong size on UInterchangeDirectionalLightNode"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_AddCustomFrameIndexInAnimation \ +static_assert(alignof(InterchangeVolumeNode_AddCustomFrameIndexInAnimation) == 0x000004, "Wrong alignment on InterchangeVolumeNode_AddCustomFrameIndexInAnimation"); \ +static_assert(sizeof(InterchangeVolumeNode_AddCustomFrameIndexInAnimation) == 0x000008, "Wrong size on InterchangeVolumeNode_AddCustomFrameIndexInAnimation"); \ +static_assert(offsetof(InterchangeVolumeNode_AddCustomFrameIndexInAnimation, Index_0) == 0x000000, "Member 'InterchangeVolumeNode_AddCustomFrameIndexInAnimation::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeNode_AddCustomFrameIndexInAnimation, ReturnValue) == 0x000004, "Member 'InterchangeVolumeNode_AddCustomFrameIndexInAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_AddCustomGridDependency \ +static_assert(alignof(InterchangeVolumeNode_AddCustomGridDependency) == 0x000008, "Wrong alignment on InterchangeVolumeNode_AddCustomGridDependency"); \ +static_assert(sizeof(InterchangeVolumeNode_AddCustomGridDependency) == 0x000018, "Wrong size on InterchangeVolumeNode_AddCustomGridDependency"); \ +static_assert(offsetof(InterchangeVolumeNode_AddCustomGridDependency, DependencyUid) == 0x000000, "Member 'InterchangeVolumeNode_AddCustomGridDependency::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeNode_AddCustomGridDependency, ReturnValue) == 0x000010, "Member 'InterchangeVolumeNode_AddCustomGridDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_RemoveCustomFrameIndexInAnimation \ +static_assert(alignof(InterchangeVolumeNode_RemoveCustomFrameIndexInAnimation) == 0x000004, "Wrong alignment on InterchangeVolumeNode_RemoveCustomFrameIndexInAnimation"); \ +static_assert(sizeof(InterchangeVolumeNode_RemoveCustomFrameIndexInAnimation) == 0x000008, "Wrong size on InterchangeVolumeNode_RemoveCustomFrameIndexInAnimation"); \ +static_assert(offsetof(InterchangeVolumeNode_RemoveCustomFrameIndexInAnimation, Index_0) == 0x000000, "Member 'InterchangeVolumeNode_RemoveCustomFrameIndexInAnimation::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeNode_RemoveCustomFrameIndexInAnimation, ReturnValue) == 0x000004, "Member 'InterchangeVolumeNode_RemoveCustomFrameIndexInAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_RemoveCustomGridDependency \ +static_assert(alignof(InterchangeVolumeNode_RemoveCustomGridDependency) == 0x000008, "Wrong alignment on InterchangeVolumeNode_RemoveCustomGridDependency"); \ +static_assert(sizeof(InterchangeVolumeNode_RemoveCustomGridDependency) == 0x000018, "Wrong size on InterchangeVolumeNode_RemoveCustomGridDependency"); \ +static_assert(offsetof(InterchangeVolumeNode_RemoveCustomGridDependency, DependencyUid) == 0x000000, "Member 'InterchangeVolumeNode_RemoveCustomGridDependency::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeNode_RemoveCustomGridDependency, ReturnValue) == 0x000010, "Member 'InterchangeVolumeNode_RemoveCustomGridDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_SetCustomAnimationID \ +static_assert(alignof(InterchangeVolumeNode_SetCustomAnimationID) == 0x000008, "Wrong alignment on InterchangeVolumeNode_SetCustomAnimationID"); \ +static_assert(sizeof(InterchangeVolumeNode_SetCustomAnimationID) == 0x000018, "Wrong size on InterchangeVolumeNode_SetCustomAnimationID"); \ +static_assert(offsetof(InterchangeVolumeNode_SetCustomAnimationID, AttributeValue) == 0x000000, "Member 'InterchangeVolumeNode_SetCustomAnimationID::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeNode_SetCustomAnimationID, ReturnValue) == 0x000010, "Member 'InterchangeVolumeNode_SetCustomAnimationID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_SetCustomFileName \ +static_assert(alignof(InterchangeVolumeNode_SetCustomFileName) == 0x000008, "Wrong alignment on InterchangeVolumeNode_SetCustomFileName"); \ +static_assert(sizeof(InterchangeVolumeNode_SetCustomFileName) == 0x000018, "Wrong size on InterchangeVolumeNode_SetCustomFileName"); \ +static_assert(offsetof(InterchangeVolumeNode_SetCustomFileName, AttributeValue) == 0x000000, "Member 'InterchangeVolumeNode_SetCustomFileName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeNode_SetCustomFileName, ReturnValue) == 0x000010, "Member 'InterchangeVolumeNode_SetCustomFileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_GetCustomAnimationID \ +static_assert(alignof(InterchangeVolumeNode_GetCustomAnimationID) == 0x000008, "Wrong alignment on InterchangeVolumeNode_GetCustomAnimationID"); \ +static_assert(sizeof(InterchangeVolumeNode_GetCustomAnimationID) == 0x000018, "Wrong size on InterchangeVolumeNode_GetCustomAnimationID"); \ +static_assert(offsetof(InterchangeVolumeNode_GetCustomAnimationID, AttributeValue) == 0x000000, "Member 'InterchangeVolumeNode_GetCustomAnimationID::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeNode_GetCustomAnimationID, ReturnValue) == 0x000010, "Member 'InterchangeVolumeNode_GetCustomAnimationID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_GetCustomFileName \ +static_assert(alignof(InterchangeVolumeNode_GetCustomFileName) == 0x000008, "Wrong alignment on InterchangeVolumeNode_GetCustomFileName"); \ +static_assert(sizeof(InterchangeVolumeNode_GetCustomFileName) == 0x000018, "Wrong size on InterchangeVolumeNode_GetCustomFileName"); \ +static_assert(offsetof(InterchangeVolumeNode_GetCustomFileName, AttributeValue) == 0x000000, "Member 'InterchangeVolumeNode_GetCustomFileName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeNode_GetCustomFileName, ReturnValue) == 0x000010, "Member 'InterchangeVolumeNode_GetCustomFileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_GetCustomFrameIndexInAnimation \ +static_assert(alignof(InterchangeVolumeNode_GetCustomFrameIndexInAnimation) == 0x000004, "Wrong alignment on InterchangeVolumeNode_GetCustomFrameIndexInAnimation"); \ +static_assert(sizeof(InterchangeVolumeNode_GetCustomFrameIndexInAnimation) == 0x000008, "Wrong size on InterchangeVolumeNode_GetCustomFrameIndexInAnimation"); \ +static_assert(offsetof(InterchangeVolumeNode_GetCustomFrameIndexInAnimation, IndexIndex) == 0x000000, "Member 'InterchangeVolumeNode_GetCustomFrameIndexInAnimation::IndexIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeNode_GetCustomFrameIndexInAnimation, OutIndex) == 0x000004, "Member 'InterchangeVolumeNode_GetCustomFrameIndexInAnimation::OutIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_GetCustomFrameIndicesInAnimation \ +static_assert(alignof(InterchangeVolumeNode_GetCustomFrameIndicesInAnimation) == 0x000008, "Wrong alignment on InterchangeVolumeNode_GetCustomFrameIndicesInAnimation"); \ +static_assert(sizeof(InterchangeVolumeNode_GetCustomFrameIndicesInAnimation) == 0x000010, "Wrong size on InterchangeVolumeNode_GetCustomFrameIndicesInAnimation"); \ +static_assert(offsetof(InterchangeVolumeNode_GetCustomFrameIndicesInAnimation, OutAnimationIndices) == 0x000000, "Member 'InterchangeVolumeNode_GetCustomFrameIndicesInAnimation::OutAnimationIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_GetCustomGridDependecies \ +static_assert(alignof(InterchangeVolumeNode_GetCustomGridDependecies) == 0x000008, "Wrong alignment on InterchangeVolumeNode_GetCustomGridDependecies"); \ +static_assert(sizeof(InterchangeVolumeNode_GetCustomGridDependecies) == 0x000010, "Wrong size on InterchangeVolumeNode_GetCustomGridDependecies"); \ +static_assert(offsetof(InterchangeVolumeNode_GetCustomGridDependecies, OutDependencies) == 0x000000, "Member 'InterchangeVolumeNode_GetCustomGridDependecies::OutDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_GetCustomGridDependeciesCount \ +static_assert(alignof(InterchangeVolumeNode_GetCustomGridDependeciesCount) == 0x000004, "Wrong alignment on InterchangeVolumeNode_GetCustomGridDependeciesCount"); \ +static_assert(sizeof(InterchangeVolumeNode_GetCustomGridDependeciesCount) == 0x000004, "Wrong size on InterchangeVolumeNode_GetCustomGridDependeciesCount"); \ +static_assert(offsetof(InterchangeVolumeNode_GetCustomGridDependeciesCount, ReturnValue) == 0x000000, "Member 'InterchangeVolumeNode_GetCustomGridDependeciesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeNode_GetCustomGridDependency \ +static_assert(alignof(InterchangeVolumeNode_GetCustomGridDependency) == 0x000008, "Wrong alignment on InterchangeVolumeNode_GetCustomGridDependency"); \ +static_assert(sizeof(InterchangeVolumeNode_GetCustomGridDependency) == 0x000018, "Wrong size on InterchangeVolumeNode_GetCustomGridDependency"); \ +static_assert(offsetof(InterchangeVolumeNode_GetCustomGridDependency, Index_0) == 0x000000, "Member 'InterchangeVolumeNode_GetCustomGridDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeNode_GetCustomGridDependency, OutDependency) == 0x000008, "Member 'InterchangeVolumeNode_GetCustomGridDependency::OutDependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeVolumeNode \ +static_assert(alignof(UInterchangeVolumeNode) == 0x000008, "Wrong alignment on UInterchangeVolumeNode"); \ +static_assert(sizeof(UInterchangeVolumeNode) == 0x0000C0, "Wrong size on UInterchangeVolumeNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSkyLightNode_SetCustomCubemapDependency \ +static_assert(alignof(InterchangeSkyLightNode_SetCustomCubemapDependency) == 0x000008, "Wrong alignment on InterchangeSkyLightNode_SetCustomCubemapDependency"); \ +static_assert(sizeof(InterchangeSkyLightNode_SetCustomCubemapDependency) == 0x000018, "Wrong size on InterchangeSkyLightNode_SetCustomCubemapDependency"); \ +static_assert(offsetof(InterchangeSkyLightNode_SetCustomCubemapDependency, TextureCubeNodeUid) == 0x000000, "Member 'InterchangeSkyLightNode_SetCustomCubemapDependency::TextureCubeNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkyLightNode_SetCustomCubemapDependency, ReturnValue) == 0x000010, "Member 'InterchangeSkyLightNode_SetCustomCubemapDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkyLightNode_SetCustomSourceType \ +static_assert(alignof(InterchangeSkyLightNode_SetCustomSourceType) == 0x000001, "Wrong alignment on InterchangeSkyLightNode_SetCustomSourceType"); \ +static_assert(sizeof(InterchangeSkyLightNode_SetCustomSourceType) == 0x000002, "Wrong size on InterchangeSkyLightNode_SetCustomSourceType"); \ +static_assert(offsetof(InterchangeSkyLightNode_SetCustomSourceType, SourceType) == 0x000000, "Member 'InterchangeSkyLightNode_SetCustomSourceType::SourceType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkyLightNode_SetCustomSourceType, ReturnValue) == 0x000001, "Member 'InterchangeSkyLightNode_SetCustomSourceType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkyLightNode_GetCustomCubemapDependency \ +static_assert(alignof(InterchangeSkyLightNode_GetCustomCubemapDependency) == 0x000008, "Wrong alignment on InterchangeSkyLightNode_GetCustomCubemapDependency"); \ +static_assert(sizeof(InterchangeSkyLightNode_GetCustomCubemapDependency) == 0x000018, "Wrong size on InterchangeSkyLightNode_GetCustomCubemapDependency"); \ +static_assert(offsetof(InterchangeSkyLightNode_GetCustomCubemapDependency, TextureCubeNodeUid) == 0x000000, "Member 'InterchangeSkyLightNode_GetCustomCubemapDependency::TextureCubeNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkyLightNode_GetCustomCubemapDependency, ReturnValue) == 0x000010, "Member 'InterchangeSkyLightNode_GetCustomCubemapDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkyLightNode_GetCustomSourceType \ +static_assert(alignof(InterchangeSkyLightNode_GetCustomSourceType) == 0x000001, "Wrong alignment on InterchangeSkyLightNode_GetCustomSourceType"); \ +static_assert(sizeof(InterchangeSkyLightNode_GetCustomSourceType) == 0x000002, "Wrong size on InterchangeSkyLightNode_GetCustomSourceType"); \ +static_assert(offsetof(InterchangeSkyLightNode_GetCustomSourceType, SourceType) == 0x000000, "Member 'InterchangeSkyLightNode_GetCustomSourceType::SourceType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkyLightNode_GetCustomSourceType, ReturnValue) == 0x000001, "Member 'InterchangeSkyLightNode_GetCustomSourceType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkyLightNode \ +static_assert(alignof(UInterchangeSkyLightNode) == 0x000008, "Wrong alignment on UInterchangeSkyLightNode"); \ +static_assert(sizeof(UInterchangeSkyLightNode) == 0x0000C0, "Wrong size on UInterchangeSkyLightNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_AddScalarParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_AddScalarParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_AddScalarParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_AddScalarParameterValue) == 0x000018, "Wrong size on InterchangeMaterialInstanceNode_AddScalarParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddScalarParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_AddScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddScalarParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_AddScalarParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddScalarParameterValue, ReturnValue) == 0x000014, "Member 'InterchangeMaterialInstanceNode_AddScalarParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue) == 0x000018, "Wrong size on InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue, ReturnValue) == 0x000011, "Member 'InterchangeMaterialInstanceNode_AddStaticSwitchParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_AddTextureParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_AddTextureParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_AddTextureParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_AddTextureParameterValue) == 0x000028, "Wrong size on InterchangeMaterialInstanceNode_AddTextureParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddTextureParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_AddTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddTextureParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_AddTextureParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddTextureParameterValue, ReturnValue) == 0x000020, "Member 'InterchangeMaterialInstanceNode_AddTextureParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_AddVectorParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_AddVectorParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_AddVectorParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_AddVectorParameterValue) == 0x000028, "Wrong size on InterchangeMaterialInstanceNode_AddVectorParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddVectorParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_AddVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddVectorParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_AddVectorParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_AddVectorParameterValue, ReturnValue) == 0x000020, "Member 'InterchangeMaterialInstanceNode_AddVectorParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_SetCustomBlendMode \ +static_assert(alignof(InterchangeMaterialInstanceNode_SetCustomBlendMode) == 0x000004, "Wrong alignment on InterchangeMaterialInstanceNode_SetCustomBlendMode"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_SetCustomBlendMode) == 0x000008, "Wrong size on InterchangeMaterialInstanceNode_SetCustomBlendMode"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_SetCustomBlendMode, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceNode_SetCustomBlendMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_SetCustomBlendMode, ReturnValue) == 0x000004, "Member 'InterchangeMaterialInstanceNode_SetCustomBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_GetCustomBlendMode \ +static_assert(alignof(InterchangeMaterialInstanceNode_GetCustomBlendMode) == 0x000004, "Wrong alignment on InterchangeMaterialInstanceNode_GetCustomBlendMode"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_GetCustomBlendMode) == 0x000008, "Wrong size on InterchangeMaterialInstanceNode_GetCustomBlendMode"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetCustomBlendMode, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceNode_GetCustomBlendMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetCustomBlendMode, ReturnValue) == 0x000004, "Member 'InterchangeMaterialInstanceNode_GetCustomBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_GetCustomParent \ +static_assert(alignof(InterchangeMaterialInstanceNode_GetCustomParent) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_GetCustomParent"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_GetCustomParent) == 0x000018, "Wrong size on InterchangeMaterialInstanceNode_GetCustomParent"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetCustomParent, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceNode_GetCustomParent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetCustomParent, ReturnValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_GetCustomParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_GetScalarParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_GetScalarParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_GetScalarParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_GetScalarParameterValue) == 0x000018, "Wrong size on InterchangeMaterialInstanceNode_GetScalarParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetScalarParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetScalarParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_GetScalarParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetScalarParameterValue, ReturnValue) == 0x000014, "Member 'InterchangeMaterialInstanceNode_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue) == 0x000018, "Wrong size on InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue, ReturnValue) == 0x000011, "Member 'InterchangeMaterialInstanceNode_GetStaticSwitchParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_GetTextureParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_GetTextureParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_GetTextureParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_GetTextureParameterValue) == 0x000028, "Wrong size on InterchangeMaterialInstanceNode_GetTextureParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetTextureParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_GetTextureParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetTextureParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_GetTextureParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetTextureParameterValue, ReturnValue) == 0x000020, "Member 'InterchangeMaterialInstanceNode_GetTextureParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_GetVectorParameterValue \ +static_assert(alignof(InterchangeMaterialInstanceNode_GetVectorParameterValue) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_GetVectorParameterValue"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_GetVectorParameterValue) == 0x000028, "Wrong size on InterchangeMaterialInstanceNode_GetVectorParameterValue"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetVectorParameterValue, ParameterName) == 0x000000, "Member 'InterchangeMaterialInstanceNode_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetVectorParameterValue, AttributeValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_GetVectorParameterValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_GetVectorParameterValue, ReturnValue) == 0x000020, "Member 'InterchangeMaterialInstanceNode_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceNode_SetCustomParent \ +static_assert(alignof(InterchangeMaterialInstanceNode_SetCustomParent) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceNode_SetCustomParent"); \ +static_assert(sizeof(InterchangeMaterialInstanceNode_SetCustomParent) == 0x000018, "Wrong size on InterchangeMaterialInstanceNode_SetCustomParent"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_SetCustomParent, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceNode_SetCustomParent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceNode_SetCustomParent, ReturnValue) == 0x000010, "Member 'InterchangeMaterialInstanceNode_SetCustomParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialInstanceNode \ +static_assert(alignof(UInterchangeMaterialInstanceNode) == 0x000008, "Wrong alignment on UInterchangeMaterialInstanceNode"); \ +static_assert(sizeof(UInterchangeMaterialInstanceNode) == 0x000080, "Wrong size on UInterchangeMaterialInstanceNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialReferenceNode_GetCustomContentPath \ +static_assert(alignof(InterchangeMaterialReferenceNode_GetCustomContentPath) == 0x000008, "Wrong alignment on InterchangeMaterialReferenceNode_GetCustomContentPath"); \ +static_assert(sizeof(InterchangeMaterialReferenceNode_GetCustomContentPath) == 0x000018, "Wrong size on InterchangeMaterialReferenceNode_GetCustomContentPath"); \ +static_assert(offsetof(InterchangeMaterialReferenceNode_GetCustomContentPath, AttributeValue) == 0x000000, "Member 'InterchangeMaterialReferenceNode_GetCustomContentPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialReferenceNode_GetCustomContentPath, ReturnValue) == 0x000010, "Member 'InterchangeMaterialReferenceNode_GetCustomContentPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialReferenceNode_SetCustomContentPath \ +static_assert(alignof(InterchangeMaterialReferenceNode_SetCustomContentPath) == 0x000008, "Wrong alignment on InterchangeMaterialReferenceNode_SetCustomContentPath"); \ +static_assert(sizeof(InterchangeMaterialReferenceNode_SetCustomContentPath) == 0x000018, "Wrong size on InterchangeMaterialReferenceNode_SetCustomContentPath"); \ +static_assert(offsetof(InterchangeMaterialReferenceNode_SetCustomContentPath, AttributeValue) == 0x000000, "Member 'InterchangeMaterialReferenceNode_SetCustomContentPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialReferenceNode_SetCustomContentPath, ReturnValue) == 0x000010, "Member 'InterchangeMaterialReferenceNode_SetCustomContentPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialReferenceNode \ +static_assert(alignof(UInterchangeMaterialReferenceNode) == 0x000008, "Wrong alignment on UInterchangeMaterialReferenceNode"); \ +static_assert(sizeof(UInterchangeMaterialReferenceNode) == 0x000070, "Wrong size on UInterchangeMaterialReferenceNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshLODContainerNode_AddMeshLODNodeUid \ +static_assert(alignof(InterchangeMeshLODContainerNode_AddMeshLODNodeUid) == 0x000008, "Wrong alignment on InterchangeMeshLODContainerNode_AddMeshLODNodeUid"); \ +static_assert(sizeof(InterchangeMeshLODContainerNode_AddMeshLODNodeUid) == 0x000018, "Wrong size on InterchangeMeshLODContainerNode_AddMeshLODNodeUid"); \ +static_assert(offsetof(InterchangeMeshLODContainerNode_AddMeshLODNodeUid, MeshLODNodeUid) == 0x000000, "Member 'InterchangeMeshLODContainerNode_AddMeshLODNodeUid::MeshLODNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshLODContainerNode_AddMeshLODNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshLODContainerNode_AddMeshLODNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshLODContainerNode_RemoveMeshLODNodeUid \ +static_assert(alignof(InterchangeMeshLODContainerNode_RemoveMeshLODNodeUid) == 0x000008, "Wrong alignment on InterchangeMeshLODContainerNode_RemoveMeshLODNodeUid"); \ +static_assert(sizeof(InterchangeMeshLODContainerNode_RemoveMeshLODNodeUid) == 0x000018, "Wrong size on InterchangeMeshLODContainerNode_RemoveMeshLODNodeUid"); \ +static_assert(offsetof(InterchangeMeshLODContainerNode_RemoveMeshLODNodeUid, MeshLODNodeUid) == 0x000000, "Member 'InterchangeMeshLODContainerNode_RemoveMeshLODNodeUid::MeshLODNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshLODContainerNode_RemoveMeshLODNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshLODContainerNode_RemoveMeshLODNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshLODContainerNode_ResetMeshLODNodeUids \ +static_assert(alignof(InterchangeMeshLODContainerNode_ResetMeshLODNodeUids) == 0x000001, "Wrong alignment on InterchangeMeshLODContainerNode_ResetMeshLODNodeUids"); \ +static_assert(sizeof(InterchangeMeshLODContainerNode_ResetMeshLODNodeUids) == 0x000001, "Wrong size on InterchangeMeshLODContainerNode_ResetMeshLODNodeUids"); \ +static_assert(offsetof(InterchangeMeshLODContainerNode_ResetMeshLODNodeUids, ReturnValue) == 0x000000, "Member 'InterchangeMeshLODContainerNode_ResetMeshLODNodeUids::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshLODContainerNode_GetMeshLODNodeUids \ +static_assert(alignof(InterchangeMeshLODContainerNode_GetMeshLODNodeUids) == 0x000008, "Wrong alignment on InterchangeMeshLODContainerNode_GetMeshLODNodeUids"); \ +static_assert(sizeof(InterchangeMeshLODContainerNode_GetMeshLODNodeUids) == 0x000010, "Wrong size on InterchangeMeshLODContainerNode_GetMeshLODNodeUids"); \ +static_assert(offsetof(InterchangeMeshLODContainerNode_GetMeshLODNodeUids, OutMeshLODNodeUid) == 0x000000, "Member 'InterchangeMeshLODContainerNode_GetMeshLODNodeUids::OutMeshLODNodeUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMeshLODContainerNode \ +static_assert(alignof(UInterchangeMeshLODContainerNode) == 0x000008, "Wrong alignment on UInterchangeMeshLODContainerNode"); \ +static_assert(sizeof(UInterchangeMeshLODContainerNode) == 0x000080, "Wrong size on UInterchangeMeshLODContainerNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_AddAssemblyPartDependencyUid \ +static_assert(alignof(InterchangeMeshNode_AddAssemblyPartDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_AddAssemblyPartDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_AddAssemblyPartDependencyUid) == 0x000018, "Wrong size on InterchangeMeshNode_AddAssemblyPartDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_AddAssemblyPartDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_AddAssemblyPartDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_AddAssemblyPartDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_AddAssemblyPartDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_RemoveAssemblyPartDependencyUid \ +static_assert(alignof(InterchangeMeshNode_RemoveAssemblyPartDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_RemoveAssemblyPartDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_RemoveAssemblyPartDependencyUid) == 0x000018, "Wrong size on InterchangeMeshNode_RemoveAssemblyPartDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveAssemblyPartDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_RemoveAssemblyPartDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveAssemblyPartDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_RemoveAssemblyPartDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_RemoveMorphTargetDependencyUid \ +static_assert(alignof(InterchangeMeshNode_RemoveMorphTargetDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_RemoveMorphTargetDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_RemoveMorphTargetDependencyUid) == 0x000018, "Wrong size on InterchangeMeshNode_RemoveMorphTargetDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveMorphTargetDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_RemoveMorphTargetDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveMorphTargetDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_RemoveMorphTargetDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_RemoveSceneInstanceUid \ +static_assert(alignof(InterchangeMeshNode_RemoveSceneInstanceUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_RemoveSceneInstanceUid"); \ +static_assert(sizeof(InterchangeMeshNode_RemoveSceneInstanceUid) == 0x000018, "Wrong size on InterchangeMeshNode_RemoveSceneInstanceUid"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveSceneInstanceUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_RemoveSceneInstanceUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveSceneInstanceUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_RemoveSceneInstanceUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_RemoveSkeletonDependencyUid \ +static_assert(alignof(InterchangeMeshNode_RemoveSkeletonDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_RemoveSkeletonDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_RemoveSkeletonDependencyUid) == 0x000018, "Wrong size on InterchangeMeshNode_RemoveSkeletonDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveSkeletonDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_RemoveSkeletonDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveSkeletonDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_RemoveSkeletonDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_RemoveSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshNode_RemoveSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_RemoveSlotMaterialDependencyUid) == 0x000018, "Wrong size on InterchangeMeshNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshNode_RemoveSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_RemoveSlotMaterialDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_RemoveSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomBoundingBox \ +static_assert(alignof(InterchangeMeshNode_SetCustomBoundingBox) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetCustomBoundingBox"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomBoundingBox) == 0x000040, "Wrong size on InterchangeMeshNode_SetCustomBoundingBox"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomBoundingBox, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomBoundingBox::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomBoundingBox, ReturnValue) == 0x000038, "Member 'InterchangeMeshNode_SetCustomBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomCollisionType \ +static_assert(alignof(InterchangeMeshNode_SetCustomCollisionType) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetCustomCollisionType"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomCollisionType) == 0x000002, "Wrong size on InterchangeMeshNode_SetCustomCollisionType"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomCollisionType, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomCollisionType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomCollisionType, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetCustomCollisionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomHasSmoothGroup \ +static_assert(alignof(InterchangeMeshNode_SetCustomHasSmoothGroup) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetCustomHasSmoothGroup"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomHasSmoothGroup) == 0x000002, "Wrong size on InterchangeMeshNode_SetCustomHasSmoothGroup"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasSmoothGroup, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomHasSmoothGroup::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasSmoothGroup, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetCustomHasSmoothGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomHasVertexBinormal \ +static_assert(alignof(InterchangeMeshNode_SetCustomHasVertexBinormal) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetCustomHasVertexBinormal"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomHasVertexBinormal) == 0x000002, "Wrong size on InterchangeMeshNode_SetCustomHasVertexBinormal"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexBinormal, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomHasVertexBinormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexBinormal, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetCustomHasVertexBinormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomHasVertexColor \ +static_assert(alignof(InterchangeMeshNode_SetCustomHasVertexColor) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetCustomHasVertexColor"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomHasVertexColor) == 0x000002, "Wrong size on InterchangeMeshNode_SetCustomHasVertexColor"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexColor, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomHasVertexColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexColor, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetCustomHasVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomHasVertexNormal \ +static_assert(alignof(InterchangeMeshNode_SetCustomHasVertexNormal) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetCustomHasVertexNormal"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomHasVertexNormal) == 0x000002, "Wrong size on InterchangeMeshNode_SetCustomHasVertexNormal"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexNormal, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomHasVertexNormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexNormal, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetCustomHasVertexNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomHasVertexTangent \ +static_assert(alignof(InterchangeMeshNode_SetCustomHasVertexTangent) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetCustomHasVertexTangent"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomHasVertexTangent) == 0x000002, "Wrong size on InterchangeMeshNode_SetCustomHasVertexTangent"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexTangent, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomHasVertexTangent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomHasVertexTangent, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetCustomHasVertexTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomPolygonCount \ +static_assert(alignof(InterchangeMeshNode_SetCustomPolygonCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_SetCustomPolygonCount"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomPolygonCount) == 0x000008, "Wrong size on InterchangeMeshNode_SetCustomPolygonCount"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomPolygonCount, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomPolygonCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomPolygonCount, ReturnValue) == 0x000004, "Member 'InterchangeMeshNode_SetCustomPolygonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomUVCount \ +static_assert(alignof(InterchangeMeshNode_SetCustomUVCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_SetCustomUVCount"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomUVCount) == 0x000008, "Wrong size on InterchangeMeshNode_SetCustomUVCount"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomUVCount, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomUVCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomUVCount, ReturnValue) == 0x000004, "Member 'InterchangeMeshNode_SetCustomUVCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetCustomVertexCount \ +static_assert(alignof(InterchangeMeshNode_SetCustomVertexCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_SetCustomVertexCount"); \ +static_assert(sizeof(InterchangeMeshNode_SetCustomVertexCount) == 0x000008, "Wrong size on InterchangeMeshNode_SetCustomVertexCount"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomVertexCount, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_SetCustomVertexCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetCustomVertexCount, ReturnValue) == 0x000004, "Member 'InterchangeMeshNode_SetCustomVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetMorphTarget \ +static_assert(alignof(InterchangeMeshNode_SetMorphTarget) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetMorphTarget"); \ +static_assert(sizeof(InterchangeMeshNode_SetMorphTarget) == 0x000002, "Wrong size on InterchangeMeshNode_SetMorphTarget"); \ +static_assert(offsetof(InterchangeMeshNode_SetMorphTarget, bIsMorphTarget) == 0x000000, "Member 'InterchangeMeshNode_SetMorphTarget::bIsMorphTarget' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetMorphTarget, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetMorphTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetMorphTargetDependencyUid \ +static_assert(alignof(InterchangeMeshNode_SetMorphTargetDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetMorphTargetDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_SetMorphTargetDependencyUid) == 0x000018, "Wrong size on InterchangeMeshNode_SetMorphTargetDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_SetMorphTargetDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_SetMorphTargetDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetMorphTargetDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_SetMorphTargetDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetMorphTargetName \ +static_assert(alignof(InterchangeMeshNode_SetMorphTargetName) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetMorphTargetName"); \ +static_assert(sizeof(InterchangeMeshNode_SetMorphTargetName) == 0x000018, "Wrong size on InterchangeMeshNode_SetMorphTargetName"); \ +static_assert(offsetof(InterchangeMeshNode_SetMorphTargetName, MorphTargetName) == 0x000000, "Member 'InterchangeMeshNode_SetMorphTargetName::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetMorphTargetName, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_SetMorphTargetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetPayLoadKey \ +static_assert(alignof(InterchangeMeshNode_SetPayLoadKey) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetPayLoadKey"); \ +static_assert(sizeof(InterchangeMeshNode_SetPayLoadKey) == 0x000018, "Wrong size on InterchangeMeshNode_SetPayLoadKey"); \ +static_assert(offsetof(InterchangeMeshNode_SetPayLoadKey, PayloadKey) == 0x000000, "Member 'InterchangeMeshNode_SetPayLoadKey::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetPayLoadKey, PayloadType) == 0x000010, "Member 'InterchangeMeshNode_SetPayLoadKey::PayloadType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetSceneInstanceUid \ +static_assert(alignof(InterchangeMeshNode_SetSceneInstanceUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetSceneInstanceUid"); \ +static_assert(sizeof(InterchangeMeshNode_SetSceneInstanceUid) == 0x000018, "Wrong size on InterchangeMeshNode_SetSceneInstanceUid"); \ +static_assert(offsetof(InterchangeMeshNode_SetSceneInstanceUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_SetSceneInstanceUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetSceneInstanceUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_SetSceneInstanceUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetSkeletonDependencyUid \ +static_assert(alignof(InterchangeMeshNode_SetSkeletonDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetSkeletonDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_SetSkeletonDependencyUid) == 0x000018, "Wrong size on InterchangeMeshNode_SetSkeletonDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_SetSkeletonDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeMeshNode_SetSkeletonDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetSkeletonDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_SetSkeletonDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetSkinnedMesh \ +static_assert(alignof(InterchangeMeshNode_SetSkinnedMesh) == 0x000001, "Wrong alignment on InterchangeMeshNode_SetSkinnedMesh"); \ +static_assert(sizeof(InterchangeMeshNode_SetSkinnedMesh) == 0x000002, "Wrong size on InterchangeMeshNode_SetSkinnedMesh"); \ +static_assert(offsetof(InterchangeMeshNode_SetSkinnedMesh, bIsSkinnedMesh) == 0x000000, "Member 'InterchangeMeshNode_SetSkinnedMesh::bIsSkinnedMesh' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetSkinnedMesh, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_SetSkinnedMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_SetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshNode_SetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_SetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_SetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeMeshNode_SetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_SetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshNode_SetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetSlotMaterialDependencyUid, MaterialDependencyUid) == 0x000010, "Member 'InterchangeMeshNode_SetSlotMaterialDependencyUid::MaterialDependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_SetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshNode_SetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetAssemblyPartDependencies \ +static_assert(alignof(InterchangeMeshNode_GetAssemblyPartDependencies) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetAssemblyPartDependencies"); \ +static_assert(sizeof(InterchangeMeshNode_GetAssemblyPartDependencies) == 0x000010, "Wrong size on InterchangeMeshNode_GetAssemblyPartDependencies"); \ +static_assert(offsetof(InterchangeMeshNode_GetAssemblyPartDependencies, OutDependencies) == 0x000000, "Member 'InterchangeMeshNode_GetAssemblyPartDependencies::OutDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetAssemblyPartDependenciesCount \ +static_assert(alignof(InterchangeMeshNode_GetAssemblyPartDependenciesCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetAssemblyPartDependenciesCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetAssemblyPartDependenciesCount) == 0x000004, "Wrong size on InterchangeMeshNode_GetAssemblyPartDependenciesCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetAssemblyPartDependenciesCount, ReturnValue) == 0x000000, "Member 'InterchangeMeshNode_GetAssemblyPartDependenciesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetAssemblyPartDependency \ +static_assert(alignof(InterchangeMeshNode_GetAssemblyPartDependency) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetAssemblyPartDependency"); \ +static_assert(sizeof(InterchangeMeshNode_GetAssemblyPartDependency) == 0x000018, "Wrong size on InterchangeMeshNode_GetAssemblyPartDependency"); \ +static_assert(offsetof(InterchangeMeshNode_GetAssemblyPartDependency, Index_0) == 0x000000, "Member 'InterchangeMeshNode_GetAssemblyPartDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetAssemblyPartDependency, OutDependency) == 0x000008, "Member 'InterchangeMeshNode_GetAssemblyPartDependency::OutDependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomBoundingBox \ +static_assert(alignof(InterchangeMeshNode_GetCustomBoundingBox) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetCustomBoundingBox"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomBoundingBox) == 0x000040, "Wrong size on InterchangeMeshNode_GetCustomBoundingBox"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomBoundingBox, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomBoundingBox::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomBoundingBox, ReturnValue) == 0x000038, "Member 'InterchangeMeshNode_GetCustomBoundingBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomCollisionType \ +static_assert(alignof(InterchangeMeshNode_GetCustomCollisionType) == 0x000001, "Wrong alignment on InterchangeMeshNode_GetCustomCollisionType"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomCollisionType) == 0x000002, "Wrong size on InterchangeMeshNode_GetCustomCollisionType"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomCollisionType, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomCollisionType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomCollisionType, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_GetCustomCollisionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomHasSmoothGroup \ +static_assert(alignof(InterchangeMeshNode_GetCustomHasSmoothGroup) == 0x000001, "Wrong alignment on InterchangeMeshNode_GetCustomHasSmoothGroup"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomHasSmoothGroup) == 0x000002, "Wrong size on InterchangeMeshNode_GetCustomHasSmoothGroup"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasSmoothGroup, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomHasSmoothGroup::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasSmoothGroup, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_GetCustomHasSmoothGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomHasVertexBinormal \ +static_assert(alignof(InterchangeMeshNode_GetCustomHasVertexBinormal) == 0x000001, "Wrong alignment on InterchangeMeshNode_GetCustomHasVertexBinormal"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomHasVertexBinormal) == 0x000002, "Wrong size on InterchangeMeshNode_GetCustomHasVertexBinormal"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexBinormal, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomHasVertexBinormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexBinormal, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_GetCustomHasVertexBinormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomHasVertexColor \ +static_assert(alignof(InterchangeMeshNode_GetCustomHasVertexColor) == 0x000001, "Wrong alignment on InterchangeMeshNode_GetCustomHasVertexColor"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomHasVertexColor) == 0x000002, "Wrong size on InterchangeMeshNode_GetCustomHasVertexColor"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexColor, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomHasVertexColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexColor, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_GetCustomHasVertexColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomHasVertexNormal \ +static_assert(alignof(InterchangeMeshNode_GetCustomHasVertexNormal) == 0x000001, "Wrong alignment on InterchangeMeshNode_GetCustomHasVertexNormal"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomHasVertexNormal) == 0x000002, "Wrong size on InterchangeMeshNode_GetCustomHasVertexNormal"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexNormal, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomHasVertexNormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexNormal, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_GetCustomHasVertexNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomHasVertexTangent \ +static_assert(alignof(InterchangeMeshNode_GetCustomHasVertexTangent) == 0x000001, "Wrong alignment on InterchangeMeshNode_GetCustomHasVertexTangent"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomHasVertexTangent) == 0x000002, "Wrong size on InterchangeMeshNode_GetCustomHasVertexTangent"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexTangent, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomHasVertexTangent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomHasVertexTangent, ReturnValue) == 0x000001, "Member 'InterchangeMeshNode_GetCustomHasVertexTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomPolygonCount \ +static_assert(alignof(InterchangeMeshNode_GetCustomPolygonCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetCustomPolygonCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomPolygonCount) == 0x000008, "Wrong size on InterchangeMeshNode_GetCustomPolygonCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomPolygonCount, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomPolygonCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomPolygonCount, ReturnValue) == 0x000004, "Member 'InterchangeMeshNode_GetCustomPolygonCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomUVCount \ +static_assert(alignof(InterchangeMeshNode_GetCustomUVCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetCustomUVCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomUVCount) == 0x000008, "Wrong size on InterchangeMeshNode_GetCustomUVCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomUVCount, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomUVCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomUVCount, ReturnValue) == 0x000004, "Member 'InterchangeMeshNode_GetCustomUVCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetCustomVertexCount \ +static_assert(alignof(InterchangeMeshNode_GetCustomVertexCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetCustomVertexCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetCustomVertexCount) == 0x000008, "Wrong size on InterchangeMeshNode_GetCustomVertexCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomVertexCount, AttributeValue) == 0x000000, "Member 'InterchangeMeshNode_GetCustomVertexCount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetCustomVertexCount, ReturnValue) == 0x000004, "Member 'InterchangeMeshNode_GetCustomVertexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetMorphTargetDependeciesCount \ +static_assert(alignof(InterchangeMeshNode_GetMorphTargetDependeciesCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetMorphTargetDependeciesCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetMorphTargetDependeciesCount) == 0x000004, "Wrong size on InterchangeMeshNode_GetMorphTargetDependeciesCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetMorphTargetDependeciesCount, ReturnValue) == 0x000000, "Member 'InterchangeMeshNode_GetMorphTargetDependeciesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetMorphTargetDependencies \ +static_assert(alignof(InterchangeMeshNode_GetMorphTargetDependencies) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetMorphTargetDependencies"); \ +static_assert(sizeof(InterchangeMeshNode_GetMorphTargetDependencies) == 0x000010, "Wrong size on InterchangeMeshNode_GetMorphTargetDependencies"); \ +static_assert(offsetof(InterchangeMeshNode_GetMorphTargetDependencies, OutDependencies) == 0x000000, "Member 'InterchangeMeshNode_GetMorphTargetDependencies::OutDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetMorphTargetDependency \ +static_assert(alignof(InterchangeMeshNode_GetMorphTargetDependency) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetMorphTargetDependency"); \ +static_assert(sizeof(InterchangeMeshNode_GetMorphTargetDependency) == 0x000018, "Wrong size on InterchangeMeshNode_GetMorphTargetDependency"); \ +static_assert(offsetof(InterchangeMeshNode_GetMorphTargetDependency, Index_0) == 0x000000, "Member 'InterchangeMeshNode_GetMorphTargetDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetMorphTargetDependency, OutDependency) == 0x000008, "Member 'InterchangeMeshNode_GetMorphTargetDependency::OutDependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetMorphTargetName \ +static_assert(alignof(InterchangeMeshNode_GetMorphTargetName) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetMorphTargetName"); \ +static_assert(sizeof(InterchangeMeshNode_GetMorphTargetName) == 0x000018, "Wrong size on InterchangeMeshNode_GetMorphTargetName"); \ +static_assert(offsetof(InterchangeMeshNode_GetMorphTargetName, OutMorphTargetName) == 0x000000, "Member 'InterchangeMeshNode_GetMorphTargetName::OutMorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetMorphTargetName, ReturnValue) == 0x000010, "Member 'InterchangeMeshNode_GetMorphTargetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSceneInstanceUid \ +static_assert(alignof(InterchangeMeshNode_GetSceneInstanceUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetSceneInstanceUid"); \ +static_assert(sizeof(InterchangeMeshNode_GetSceneInstanceUid) == 0x000018, "Wrong size on InterchangeMeshNode_GetSceneInstanceUid"); \ +static_assert(offsetof(InterchangeMeshNode_GetSceneInstanceUid, Index_0) == 0x000000, "Member 'InterchangeMeshNode_GetSceneInstanceUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetSceneInstanceUid, OutDependency) == 0x000008, "Member 'InterchangeMeshNode_GetSceneInstanceUid::OutDependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSceneInstanceUids \ +static_assert(alignof(InterchangeMeshNode_GetSceneInstanceUids) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetSceneInstanceUids"); \ +static_assert(sizeof(InterchangeMeshNode_GetSceneInstanceUids) == 0x000010, "Wrong size on InterchangeMeshNode_GetSceneInstanceUids"); \ +static_assert(offsetof(InterchangeMeshNode_GetSceneInstanceUids, OutDependencies) == 0x000000, "Member 'InterchangeMeshNode_GetSceneInstanceUids::OutDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSceneInstanceUidsCount \ +static_assert(alignof(InterchangeMeshNode_GetSceneInstanceUidsCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetSceneInstanceUidsCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetSceneInstanceUidsCount) == 0x000004, "Wrong size on InterchangeMeshNode_GetSceneInstanceUidsCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetSceneInstanceUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeMeshNode_GetSceneInstanceUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSkeletonDependeciesCount \ +static_assert(alignof(InterchangeMeshNode_GetSkeletonDependeciesCount) == 0x000004, "Wrong alignment on InterchangeMeshNode_GetSkeletonDependeciesCount"); \ +static_assert(sizeof(InterchangeMeshNode_GetSkeletonDependeciesCount) == 0x000004, "Wrong size on InterchangeMeshNode_GetSkeletonDependeciesCount"); \ +static_assert(offsetof(InterchangeMeshNode_GetSkeletonDependeciesCount, ReturnValue) == 0x000000, "Member 'InterchangeMeshNode_GetSkeletonDependeciesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSkeletonDependencies \ +static_assert(alignof(InterchangeMeshNode_GetSkeletonDependencies) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetSkeletonDependencies"); \ +static_assert(sizeof(InterchangeMeshNode_GetSkeletonDependencies) == 0x000010, "Wrong size on InterchangeMeshNode_GetSkeletonDependencies"); \ +static_assert(offsetof(InterchangeMeshNode_GetSkeletonDependencies, OutDependencies) == 0x000000, "Member 'InterchangeMeshNode_GetSkeletonDependencies::OutDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSkeletonDependency \ +static_assert(alignof(InterchangeMeshNode_GetSkeletonDependency) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetSkeletonDependency"); \ +static_assert(sizeof(InterchangeMeshNode_GetSkeletonDependency) == 0x000018, "Wrong size on InterchangeMeshNode_GetSkeletonDependency"); \ +static_assert(offsetof(InterchangeMeshNode_GetSkeletonDependency, Index_0) == 0x000000, "Member 'InterchangeMeshNode_GetSkeletonDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetSkeletonDependency, OutDependency) == 0x000008, "Member 'InterchangeMeshNode_GetSkeletonDependency::OutDependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSlotMaterialDependencies \ +static_assert(alignof(InterchangeMeshNode_GetSlotMaterialDependencies) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetSlotMaterialDependencies"); \ +static_assert(sizeof(InterchangeMeshNode_GetSlotMaterialDependencies) == 0x000050, "Wrong size on InterchangeMeshNode_GetSlotMaterialDependencies"); \ +static_assert(offsetof(InterchangeMeshNode_GetSlotMaterialDependencies, OutMaterialDependencies) == 0x000000, "Member 'InterchangeMeshNode_GetSlotMaterialDependencies::OutMaterialDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_GetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshNode_GetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshNode_GetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshNode_GetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeMeshNode_GetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshNode_GetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshNode_GetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetSlotMaterialDependencyUid, OutMaterialDependency) == 0x000010, "Member 'InterchangeMeshNode_GetSlotMaterialDependencyUid::OutMaterialDependency' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshNode_GetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshNode_GetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_IsMorphTarget \ +static_assert(alignof(InterchangeMeshNode_IsMorphTarget) == 0x000001, "Wrong alignment on InterchangeMeshNode_IsMorphTarget"); \ +static_assert(sizeof(InterchangeMeshNode_IsMorphTarget) == 0x000001, "Wrong size on InterchangeMeshNode_IsMorphTarget"); \ +static_assert(offsetof(InterchangeMeshNode_IsMorphTarget, ReturnValue) == 0x000000, "Member 'InterchangeMeshNode_IsMorphTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshNode_IsSkinnedMesh \ +static_assert(alignof(InterchangeMeshNode_IsSkinnedMesh) == 0x000001, "Wrong alignment on InterchangeMeshNode_IsSkinnedMesh"); \ +static_assert(sizeof(InterchangeMeshNode_IsSkinnedMesh) == 0x000001, "Wrong size on InterchangeMeshNode_IsSkinnedMesh"); \ +static_assert(offsetof(InterchangeMeshNode_IsSkinnedMesh, ReturnValue) == 0x000000, "Member 'InterchangeMeshNode_IsSkinnedMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMeshNode \ +static_assert(alignof(UInterchangeMeshNode) == 0x000008, "Wrong alignment on UInterchangeMeshNode"); \ +static_assert(sizeof(UInterchangeMeshNode) == 0x000218, "Wrong size on UInterchangeMeshNode"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheNode_SetCustomEndFrame \ +static_assert(alignof(InterchangeGeometryCacheNode_SetCustomEndFrame) == 0x000004, "Wrong alignment on InterchangeGeometryCacheNode_SetCustomEndFrame"); \ +static_assert(sizeof(InterchangeGeometryCacheNode_SetCustomEndFrame) == 0x000008, "Wrong size on InterchangeGeometryCacheNode_SetCustomEndFrame"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_SetCustomEndFrame, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheNode_SetCustomEndFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_SetCustomEndFrame, ReturnValue) == 0x000004, "Member 'InterchangeGeometryCacheNode_SetCustomEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheNode_SetCustomFrameRate \ +static_assert(alignof(InterchangeGeometryCacheNode_SetCustomFrameRate) == 0x000008, "Wrong alignment on InterchangeGeometryCacheNode_SetCustomFrameRate"); \ +static_assert(sizeof(InterchangeGeometryCacheNode_SetCustomFrameRate) == 0x000010, "Wrong size on InterchangeGeometryCacheNode_SetCustomFrameRate"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_SetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheNode_SetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_SetCustomFrameRate, ReturnValue) == 0x000008, "Member 'InterchangeGeometryCacheNode_SetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheNode_SetCustomHasConstantTopology \ +static_assert(alignof(InterchangeGeometryCacheNode_SetCustomHasConstantTopology) == 0x000001, "Wrong alignment on InterchangeGeometryCacheNode_SetCustomHasConstantTopology"); \ +static_assert(sizeof(InterchangeGeometryCacheNode_SetCustomHasConstantTopology) == 0x000002, "Wrong size on InterchangeGeometryCacheNode_SetCustomHasConstantTopology"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_SetCustomHasConstantTopology, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheNode_SetCustomHasConstantTopology::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_SetCustomHasConstantTopology, ReturnValue) == 0x000001, "Member 'InterchangeGeometryCacheNode_SetCustomHasConstantTopology::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheNode_SetCustomStartFrame \ +static_assert(alignof(InterchangeGeometryCacheNode_SetCustomStartFrame) == 0x000004, "Wrong alignment on InterchangeGeometryCacheNode_SetCustomStartFrame"); \ +static_assert(sizeof(InterchangeGeometryCacheNode_SetCustomStartFrame) == 0x000008, "Wrong size on InterchangeGeometryCacheNode_SetCustomStartFrame"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_SetCustomStartFrame, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheNode_SetCustomStartFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_SetCustomStartFrame, ReturnValue) == 0x000004, "Member 'InterchangeGeometryCacheNode_SetCustomStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheNode_GetCustomEndFrame \ +static_assert(alignof(InterchangeGeometryCacheNode_GetCustomEndFrame) == 0x000004, "Wrong alignment on InterchangeGeometryCacheNode_GetCustomEndFrame"); \ +static_assert(sizeof(InterchangeGeometryCacheNode_GetCustomEndFrame) == 0x000008, "Wrong size on InterchangeGeometryCacheNode_GetCustomEndFrame"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_GetCustomEndFrame, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheNode_GetCustomEndFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_GetCustomEndFrame, ReturnValue) == 0x000004, "Member 'InterchangeGeometryCacheNode_GetCustomEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheNode_GetCustomFrameRate \ +static_assert(alignof(InterchangeGeometryCacheNode_GetCustomFrameRate) == 0x000008, "Wrong alignment on InterchangeGeometryCacheNode_GetCustomFrameRate"); \ +static_assert(sizeof(InterchangeGeometryCacheNode_GetCustomFrameRate) == 0x000010, "Wrong size on InterchangeGeometryCacheNode_GetCustomFrameRate"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_GetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheNode_GetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_GetCustomFrameRate, ReturnValue) == 0x000008, "Member 'InterchangeGeometryCacheNode_GetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheNode_GetCustomHasConstantTopology \ +static_assert(alignof(InterchangeGeometryCacheNode_GetCustomHasConstantTopology) == 0x000001, "Wrong alignment on InterchangeGeometryCacheNode_GetCustomHasConstantTopology"); \ +static_assert(sizeof(InterchangeGeometryCacheNode_GetCustomHasConstantTopology) == 0x000002, "Wrong size on InterchangeGeometryCacheNode_GetCustomHasConstantTopology"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_GetCustomHasConstantTopology, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheNode_GetCustomHasConstantTopology::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_GetCustomHasConstantTopology, ReturnValue) == 0x000001, "Member 'InterchangeGeometryCacheNode_GetCustomHasConstantTopology::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheNode_GetCustomStartFrame \ +static_assert(alignof(InterchangeGeometryCacheNode_GetCustomStartFrame) == 0x000004, "Wrong alignment on InterchangeGeometryCacheNode_GetCustomStartFrame"); \ +static_assert(sizeof(InterchangeGeometryCacheNode_GetCustomStartFrame) == 0x000008, "Wrong size on InterchangeGeometryCacheNode_GetCustomStartFrame"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_GetCustomStartFrame, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheNode_GetCustomStartFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheNode_GetCustomStartFrame, ReturnValue) == 0x000004, "Member 'InterchangeGeometryCacheNode_GetCustomStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGeometryCacheNode \ +static_assert(alignof(UInterchangeGeometryCacheNode) == 0x000008, "Wrong alignment on UInterchangeGeometryCacheNode"); \ +static_assert(sizeof(UInterchangeGeometryCacheNode) == 0x000258, "Wrong size on UInterchangeGeometryCacheNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentNode_AddComponentUid \ +static_assert(alignof(InterchangeSceneComponentNode_AddComponentUid) == 0x000008, "Wrong alignment on InterchangeSceneComponentNode_AddComponentUid"); \ +static_assert(sizeof(InterchangeSceneComponentNode_AddComponentUid) == 0x000018, "Wrong size on InterchangeSceneComponentNode_AddComponentUid"); \ +static_assert(offsetof(InterchangeSceneComponentNode_AddComponentUid, ComponentUid) == 0x000000, "Member 'InterchangeSceneComponentNode_AddComponentUid::ComponentUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentNode_AddComponentUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneComponentNode_AddComponentUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentNode_SetCustomComponentVisibility \ +static_assert(alignof(InterchangeSceneComponentNode_SetCustomComponentVisibility) == 0x000001, "Wrong alignment on InterchangeSceneComponentNode_SetCustomComponentVisibility"); \ +static_assert(sizeof(InterchangeSceneComponentNode_SetCustomComponentVisibility) == 0x000002, "Wrong size on InterchangeSceneComponentNode_SetCustomComponentVisibility"); \ +static_assert(offsetof(InterchangeSceneComponentNode_SetCustomComponentVisibility, AttributeValue) == 0x000000, "Member 'InterchangeSceneComponentNode_SetCustomComponentVisibility::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentNode_SetCustomComponentVisibility, ReturnValue) == 0x000001, "Member 'InterchangeSceneComponentNode_SetCustomComponentVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentNode_SetCustomLocalTransform \ +static_assert(alignof(InterchangeSceneComponentNode_SetCustomLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneComponentNode_SetCustomLocalTransform"); \ +static_assert(sizeof(InterchangeSceneComponentNode_SetCustomLocalTransform) == 0x000070, "Wrong size on InterchangeSceneComponentNode_SetCustomLocalTransform"); \ +static_assert(offsetof(InterchangeSceneComponentNode_SetCustomLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneComponentNode_SetCustomLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentNode_SetCustomLocalTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneComponentNode_SetCustomLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentNode_GetComponentUids \ +static_assert(alignof(InterchangeSceneComponentNode_GetComponentUids) == 0x000008, "Wrong alignment on InterchangeSceneComponentNode_GetComponentUids"); \ +static_assert(sizeof(InterchangeSceneComponentNode_GetComponentUids) == 0x000010, "Wrong size on InterchangeSceneComponentNode_GetComponentUids"); \ +static_assert(offsetof(InterchangeSceneComponentNode_GetComponentUids, OutComponentUids) == 0x000000, "Member 'InterchangeSceneComponentNode_GetComponentUids::OutComponentUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentNode_GetCustomComponentVisibility \ +static_assert(alignof(InterchangeSceneComponentNode_GetCustomComponentVisibility) == 0x000001, "Wrong alignment on InterchangeSceneComponentNode_GetCustomComponentVisibility"); \ +static_assert(sizeof(InterchangeSceneComponentNode_GetCustomComponentVisibility) == 0x000002, "Wrong size on InterchangeSceneComponentNode_GetCustomComponentVisibility"); \ +static_assert(offsetof(InterchangeSceneComponentNode_GetCustomComponentVisibility, AttributeValue) == 0x000000, "Member 'InterchangeSceneComponentNode_GetCustomComponentVisibility::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentNode_GetCustomComponentVisibility, ReturnValue) == 0x000001, "Member 'InterchangeSceneComponentNode_GetCustomComponentVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentNode_GetCustomLocalTransform \ +static_assert(alignof(InterchangeSceneComponentNode_GetCustomLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneComponentNode_GetCustomLocalTransform"); \ +static_assert(sizeof(InterchangeSceneComponentNode_GetCustomLocalTransform) == 0x000070, "Wrong size on InterchangeSceneComponentNode_GetCustomLocalTransform"); \ +static_assert(offsetof(InterchangeSceneComponentNode_GetCustomLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneComponentNode_GetCustomLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentNode_GetCustomLocalTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneComponentNode_GetCustomLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentNode_GetParentSceneNodeAndTransform \ +static_assert(alignof(InterchangeSceneComponentNode_GetParentSceneNodeAndTransform) == 0x000010, "Wrong alignment on InterchangeSceneComponentNode_GetParentSceneNodeAndTransform"); \ +static_assert(sizeof(InterchangeSceneComponentNode_GetParentSceneNodeAndTransform) == 0x000080, "Wrong size on InterchangeSceneComponentNode_GetParentSceneNodeAndTransform"); \ +static_assert(offsetof(InterchangeSceneComponentNode_GetParentSceneNodeAndTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneComponentNode_GetParentSceneNodeAndTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentNode_GetParentSceneNodeAndTransform, SceneNodeTransform) == 0x000010, "Member 'InterchangeSceneComponentNode_GetParentSceneNodeAndTransform::SceneNodeTransform' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentNode_GetParentSceneNodeAndTransform, bForceRecache) == 0x000070, "Member 'InterchangeSceneComponentNode_GetParentSceneNodeAndTransform::bForceRecache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentNode_GetParentSceneNodeAndTransform, ReturnValue) == 0x000078, "Member 'InterchangeSceneComponentNode_GetParentSceneNodeAndTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneComponentNode \ +static_assert(alignof(UInterchangeSceneComponentNode) == 0x000008, "Wrong alignment on UInterchangeSceneComponentNode"); \ +static_assert(sizeof(UInterchangeSceneComponentNode) == 0x000120, "Wrong size on UInterchangeSceneComponentNode"); \ + +#define DUMPER7_ASSERTS_InterchangeInstancedStaticMeshComponentNode_AddInstanceTransform \ +static_assert(alignof(InterchangeInstancedStaticMeshComponentNode_AddInstanceTransform) == 0x000010, "Wrong alignment on InterchangeInstancedStaticMeshComponentNode_AddInstanceTransform"); \ +static_assert(sizeof(InterchangeInstancedStaticMeshComponentNode_AddInstanceTransform) == 0x000060, "Wrong size on InterchangeInstancedStaticMeshComponentNode_AddInstanceTransform"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentNode_AddInstanceTransform, InstanceTransform) == 0x000000, "Member 'InterchangeInstancedStaticMeshComponentNode_AddInstanceTransform::InstanceTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeInstancedStaticMeshComponentNode_AddInstanceTransforms \ +static_assert(alignof(InterchangeInstancedStaticMeshComponentNode_AddInstanceTransforms) == 0x000008, "Wrong alignment on InterchangeInstancedStaticMeshComponentNode_AddInstanceTransforms"); \ +static_assert(sizeof(InterchangeInstancedStaticMeshComponentNode_AddInstanceTransforms) == 0x000010, "Wrong size on InterchangeInstancedStaticMeshComponentNode_AddInstanceTransforms"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentNode_AddInstanceTransforms, InInstanceTransforms) == 0x000000, "Member 'InterchangeInstancedStaticMeshComponentNode_AddInstanceTransforms::InInstanceTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeInstancedStaticMeshComponentNode_SetCustomInstancedAssetUid \ +static_assert(alignof(InterchangeInstancedStaticMeshComponentNode_SetCustomInstancedAssetUid) == 0x000008, "Wrong alignment on InterchangeInstancedStaticMeshComponentNode_SetCustomInstancedAssetUid"); \ +static_assert(sizeof(InterchangeInstancedStaticMeshComponentNode_SetCustomInstancedAssetUid) == 0x000018, "Wrong size on InterchangeInstancedStaticMeshComponentNode_SetCustomInstancedAssetUid"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentNode_SetCustomInstancedAssetUid, AttributeValue) == 0x000000, "Member 'InterchangeInstancedStaticMeshComponentNode_SetCustomInstancedAssetUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentNode_SetCustomInstancedAssetUid, ReturnValue) == 0x000010, "Member 'InterchangeInstancedStaticMeshComponentNode_SetCustomInstancedAssetUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeInstancedStaticMeshComponentNode_GetCustomInstancedAssetUid \ +static_assert(alignof(InterchangeInstancedStaticMeshComponentNode_GetCustomInstancedAssetUid) == 0x000008, "Wrong alignment on InterchangeInstancedStaticMeshComponentNode_GetCustomInstancedAssetUid"); \ +static_assert(sizeof(InterchangeInstancedStaticMeshComponentNode_GetCustomInstancedAssetUid) == 0x000018, "Wrong size on InterchangeInstancedStaticMeshComponentNode_GetCustomInstancedAssetUid"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentNode_GetCustomInstancedAssetUid, AttributeValue) == 0x000000, "Member 'InterchangeInstancedStaticMeshComponentNode_GetCustomInstancedAssetUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentNode_GetCustomInstancedAssetUid, ReturnValue) == 0x000010, "Member 'InterchangeInstancedStaticMeshComponentNode_GetCustomInstancedAssetUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeInstancedStaticMeshComponentNode_GetInstanceTransforms \ +static_assert(alignof(InterchangeInstancedStaticMeshComponentNode_GetInstanceTransforms) == 0x000008, "Wrong alignment on InterchangeInstancedStaticMeshComponentNode_GetInstanceTransforms"); \ +static_assert(sizeof(InterchangeInstancedStaticMeshComponentNode_GetInstanceTransforms) == 0x000010, "Wrong size on InterchangeInstancedStaticMeshComponentNode_GetInstanceTransforms"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentNode_GetInstanceTransforms, OutInstanceTransforms) == 0x000000, "Member 'InterchangeInstancedStaticMeshComponentNode_GetInstanceTransforms::OutInstanceTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeInstancedStaticMeshComponentNode \ +static_assert(alignof(UInterchangeInstancedStaticMeshComponentNode) == 0x000008, "Wrong alignment on UInterchangeInstancedStaticMeshComponentNode"); \ +static_assert(sizeof(UInterchangeInstancedStaticMeshComponentNode) == 0x000150, "Wrong size on UInterchangeInstancedStaticMeshComponentNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_AddComponentUid \ +static_assert(alignof(InterchangeSceneNode_AddComponentUid) == 0x000008, "Wrong alignment on InterchangeSceneNode_AddComponentUid"); \ +static_assert(sizeof(InterchangeSceneNode_AddComponentUid) == 0x000018, "Wrong size on InterchangeSceneNode_AddComponentUid"); \ +static_assert(offsetof(InterchangeSceneNode_AddComponentUid, ComponentUid) == 0x000000, "Member 'InterchangeSceneNode_AddComponentUid::ComponentUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_AddComponentUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_AddComponentUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_AddSpecializedType \ +static_assert(alignof(InterchangeSceneNode_AddSpecializedType) == 0x000008, "Wrong alignment on InterchangeSceneNode_AddSpecializedType"); \ +static_assert(sizeof(InterchangeSceneNode_AddSpecializedType) == 0x000018, "Wrong size on InterchangeSceneNode_AddSpecializedType"); \ +static_assert(offsetof(InterchangeSceneNode_AddSpecializedType, SpecializedType) == 0x000000, "Member 'InterchangeSceneNode_AddSpecializedType::SpecializedType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_AddSpecializedType, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_AddSpecializedType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_RemoveSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeSceneNode_RemoveSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeSceneNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeSceneNode_RemoveSlotMaterialDependencyUid) == 0x000018, "Wrong size on InterchangeSceneNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeSceneNode_RemoveSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeSceneNode_RemoveSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_RemoveSlotMaterialDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_RemoveSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_RemoveSpecializedType \ +static_assert(alignof(InterchangeSceneNode_RemoveSpecializedType) == 0x000008, "Wrong alignment on InterchangeSceneNode_RemoveSpecializedType"); \ +static_assert(sizeof(InterchangeSceneNode_RemoveSpecializedType) == 0x000018, "Wrong size on InterchangeSceneNode_RemoveSpecializedType"); \ +static_assert(offsetof(InterchangeSceneNode_RemoveSpecializedType, SpecializedType) == 0x000000, "Member 'InterchangeSceneNode_RemoveSpecializedType::SpecializedType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_RemoveSpecializedType, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_RemoveSpecializedType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetAnimationCurveTypeForCurveName \ +static_assert(alignof(InterchangeSceneNode_SetAnimationCurveTypeForCurveName) == 0x000008, "Wrong alignment on InterchangeSceneNode_SetAnimationCurveTypeForCurveName"); \ +static_assert(sizeof(InterchangeSceneNode_SetAnimationCurveTypeForCurveName) == 0x000018, "Wrong size on InterchangeSceneNode_SetAnimationCurveTypeForCurveName"); \ +static_assert(offsetof(InterchangeSceneNode_SetAnimationCurveTypeForCurveName, CurveName) == 0x000000, "Member 'InterchangeSceneNode_SetAnimationCurveTypeForCurveName::CurveName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetAnimationCurveTypeForCurveName, AnimationCurveType) == 0x000010, "Member 'InterchangeSceneNode_SetAnimationCurveTypeForCurveName::AnimationCurveType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetAnimationCurveTypeForCurveName, ReturnValue) == 0x000011, "Member 'InterchangeSceneNode_SetAnimationCurveTypeForCurveName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomActorVisibility \ +static_assert(alignof(InterchangeSceneNode_SetCustomActorVisibility) == 0x000001, "Wrong alignment on InterchangeSceneNode_SetCustomActorVisibility"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomActorVisibility) == 0x000002, "Wrong size on InterchangeSceneNode_SetCustomActorVisibility"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomActorVisibility, bInIsVisible) == 0x000000, "Member 'InterchangeSceneNode_SetCustomActorVisibility::bInIsVisible' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomActorVisibility, ReturnValue) == 0x000001, "Member 'InterchangeSceneNode_SetCustomActorVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomAnimationAssetUidToPlay \ +static_assert(alignof(InterchangeSceneNode_SetCustomAnimationAssetUidToPlay) == 0x000008, "Wrong alignment on InterchangeSceneNode_SetCustomAnimationAssetUidToPlay"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomAnimationAssetUidToPlay) == 0x000018, "Wrong size on InterchangeSceneNode_SetCustomAnimationAssetUidToPlay"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomAnimationAssetUidToPlay, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_SetCustomAnimationAssetUidToPlay::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomAnimationAssetUidToPlay, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_SetCustomAnimationAssetUidToPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomAssetInstanceUid \ +static_assert(alignof(InterchangeSceneNode_SetCustomAssetInstanceUid) == 0x000008, "Wrong alignment on InterchangeSceneNode_SetCustomAssetInstanceUid"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomAssetInstanceUid) == 0x000018, "Wrong size on InterchangeSceneNode_SetCustomAssetInstanceUid"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomAssetInstanceUid, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_SetCustomAssetInstanceUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomAssetInstanceUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_SetCustomAssetInstanceUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomBindPoseLocalTransform \ +static_assert(alignof(InterchangeSceneNode_SetCustomBindPoseLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_SetCustomBindPoseLocalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomBindPoseLocalTransform) == 0x000080, "Wrong size on InterchangeSceneNode_SetCustomBindPoseLocalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomBindPoseLocalTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneNode_SetCustomBindPoseLocalTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomBindPoseLocalTransform, AttributeValue) == 0x000010, "Member 'InterchangeSceneNode_SetCustomBindPoseLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomBindPoseLocalTransform, bResetCache) == 0x000070, "Member 'InterchangeSceneNode_SetCustomBindPoseLocalTransform::bResetCache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomBindPoseLocalTransform, ReturnValue) == 0x000071, "Member 'InterchangeSceneNode_SetCustomBindPoseLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomComponentVisibility \ +static_assert(alignof(InterchangeSceneNode_SetCustomComponentVisibility) == 0x000001, "Wrong alignment on InterchangeSceneNode_SetCustomComponentVisibility"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomComponentVisibility) == 0x000002, "Wrong size on InterchangeSceneNode_SetCustomComponentVisibility"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomComponentVisibility, bInIsVisible) == 0x000000, "Member 'InterchangeSceneNode_SetCustomComponentVisibility::bInIsVisible' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomComponentVisibility, ReturnValue) == 0x000001, "Member 'InterchangeSceneNode_SetCustomComponentVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomGeometricTransform \ +static_assert(alignof(InterchangeSceneNode_SetCustomGeometricTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_SetCustomGeometricTransform"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomGeometricTransform) == 0x000070, "Wrong size on InterchangeSceneNode_SetCustomGeometricTransform"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomGeometricTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_SetCustomGeometricTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomGeometricTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneNode_SetCustomGeometricTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomGlobalMatrixForT0Rebinding \ +static_assert(alignof(InterchangeSceneNode_SetCustomGlobalMatrixForT0Rebinding) == 0x000010, "Wrong alignment on InterchangeSceneNode_SetCustomGlobalMatrixForT0Rebinding"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomGlobalMatrixForT0Rebinding) == 0x000090, "Wrong size on InterchangeSceneNode_SetCustomGlobalMatrixForT0Rebinding"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomGlobalMatrixForT0Rebinding, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_SetCustomGlobalMatrixForT0Rebinding::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomGlobalMatrixForT0Rebinding, ReturnValue) == 0x000080, "Member 'InterchangeSceneNode_SetCustomGlobalMatrixForT0Rebinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomHasBindPose \ +static_assert(alignof(InterchangeSceneNode_SetCustomHasBindPose) == 0x000001, "Wrong alignment on InterchangeSceneNode_SetCustomHasBindPose"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomHasBindPose) == 0x000002, "Wrong size on InterchangeSceneNode_SetCustomHasBindPose"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomHasBindPose, bHasBindPose) == 0x000000, "Member 'InterchangeSceneNode_SetCustomHasBindPose::bHasBindPose' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomHasBindPose, ReturnValue) == 0x000001, "Member 'InterchangeSceneNode_SetCustomHasBindPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomIsSceneRoot \ +static_assert(alignof(InterchangeSceneNode_SetCustomIsSceneRoot) == 0x000001, "Wrong alignment on InterchangeSceneNode_SetCustomIsSceneRoot"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomIsSceneRoot) == 0x000002, "Wrong size on InterchangeSceneNode_SetCustomIsSceneRoot"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomIsSceneRoot, IsSceneRoot) == 0x000000, "Member 'InterchangeSceneNode_SetCustomIsSceneRoot::IsSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomIsSceneRoot, ReturnValue) == 0x000001, "Member 'InterchangeSceneNode_SetCustomIsSceneRoot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomLocalTransform \ +static_assert(alignof(InterchangeSceneNode_SetCustomLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_SetCustomLocalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomLocalTransform) == 0x000080, "Wrong size on InterchangeSceneNode_SetCustomLocalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomLocalTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneNode_SetCustomLocalTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomLocalTransform, AttributeValue) == 0x000010, "Member 'InterchangeSceneNode_SetCustomLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomLocalTransform, bResetCache) == 0x000070, "Member 'InterchangeSceneNode_SetCustomLocalTransform::bResetCache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomLocalTransform, ReturnValue) == 0x000071, "Member 'InterchangeSceneNode_SetCustomLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomPivotNodeTransform \ +static_assert(alignof(InterchangeSceneNode_SetCustomPivotNodeTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_SetCustomPivotNodeTransform"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomPivotNodeTransform) == 0x000070, "Wrong size on InterchangeSceneNode_SetCustomPivotNodeTransform"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomPivotNodeTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_SetCustomPivotNodeTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomPivotNodeTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneNode_SetCustomPivotNodeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetCustomTimeZeroLocalTransform \ +static_assert(alignof(InterchangeSceneNode_SetCustomTimeZeroLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_SetCustomTimeZeroLocalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_SetCustomTimeZeroLocalTransform) == 0x000080, "Wrong size on InterchangeSceneNode_SetCustomTimeZeroLocalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomTimeZeroLocalTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneNode_SetCustomTimeZeroLocalTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomTimeZeroLocalTransform, AttributeValue) == 0x000010, "Member 'InterchangeSceneNode_SetCustomTimeZeroLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomTimeZeroLocalTransform, bResetCache) == 0x000070, "Member 'InterchangeSceneNode_SetCustomTimeZeroLocalTransform::bResetCache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetCustomTimeZeroLocalTransform, ReturnValue) == 0x000071, "Member 'InterchangeSceneNode_SetCustomTimeZeroLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetGlobalBindPoseReferenceForMeshUIDs \ +static_assert(alignof(InterchangeSceneNode_SetGlobalBindPoseReferenceForMeshUIDs) == 0x000008, "Wrong alignment on InterchangeSceneNode_SetGlobalBindPoseReferenceForMeshUIDs"); \ +static_assert(sizeof(InterchangeSceneNode_SetGlobalBindPoseReferenceForMeshUIDs) == 0x000050, "Wrong size on InterchangeSceneNode_SetGlobalBindPoseReferenceForMeshUIDs"); \ +static_assert(offsetof(InterchangeSceneNode_SetGlobalBindPoseReferenceForMeshUIDs, GlobalBindPoseReferenceForMeshUIDs) == 0x000000, "Member 'InterchangeSceneNode_SetGlobalBindPoseReferenceForMeshUIDs::GlobalBindPoseReferenceForMeshUIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetMorphTargetCurveWeight \ +static_assert(alignof(InterchangeSceneNode_SetMorphTargetCurveWeight) == 0x000008, "Wrong alignment on InterchangeSceneNode_SetMorphTargetCurveWeight"); \ +static_assert(sizeof(InterchangeSceneNode_SetMorphTargetCurveWeight) == 0x000018, "Wrong size on InterchangeSceneNode_SetMorphTargetCurveWeight"); \ +static_assert(offsetof(InterchangeSceneNode_SetMorphTargetCurveWeight, MorphTargetName) == 0x000000, "Member 'InterchangeSceneNode_SetMorphTargetCurveWeight::MorphTargetName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetMorphTargetCurveWeight, Weight) == 0x000010, "Member 'InterchangeSceneNode_SetMorphTargetCurveWeight::Weight' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetMorphTargetCurveWeight, ReturnValue) == 0x000014, "Member 'InterchangeSceneNode_SetMorphTargetCurveWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_SetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeSceneNode_SetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeSceneNode_SetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeSceneNode_SetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeSceneNode_SetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeSceneNode_SetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeSceneNode_SetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetSlotMaterialDependencyUid, MaterialDependencyUid) == 0x000010, "Member 'InterchangeSceneNode_SetSlotMaterialDependencyUid::MaterialDependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_SetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeSceneNode_SetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetAnimationCurveTypeForCurveName \ +static_assert(alignof(InterchangeSceneNode_GetAnimationCurveTypeForCurveName) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetAnimationCurveTypeForCurveName"); \ +static_assert(sizeof(InterchangeSceneNode_GetAnimationCurveTypeForCurveName) == 0x000018, "Wrong size on InterchangeSceneNode_GetAnimationCurveTypeForCurveName"); \ +static_assert(offsetof(InterchangeSceneNode_GetAnimationCurveTypeForCurveName, CurveName) == 0x000000, "Member 'InterchangeSceneNode_GetAnimationCurveTypeForCurveName::CurveName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetAnimationCurveTypeForCurveName, OutCurveAnimationType) == 0x000010, "Member 'InterchangeSceneNode_GetAnimationCurveTypeForCurveName::OutCurveAnimationType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetAnimationCurveTypeForCurveName, ReturnValue) == 0x000011, "Member 'InterchangeSceneNode_GetAnimationCurveTypeForCurveName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetComponentUids \ +static_assert(alignof(InterchangeSceneNode_GetComponentUids) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetComponentUids"); \ +static_assert(sizeof(InterchangeSceneNode_GetComponentUids) == 0x000010, "Wrong size on InterchangeSceneNode_GetComponentUids"); \ +static_assert(offsetof(InterchangeSceneNode_GetComponentUids, OutComponentUids) == 0x000000, "Member 'InterchangeSceneNode_GetComponentUids::OutComponentUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomActorVisibility \ +static_assert(alignof(InterchangeSceneNode_GetCustomActorVisibility) == 0x000001, "Wrong alignment on InterchangeSceneNode_GetCustomActorVisibility"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomActorVisibility) == 0x000002, "Wrong size on InterchangeSceneNode_GetCustomActorVisibility"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomActorVisibility, bOutIsVisible) == 0x000000, "Member 'InterchangeSceneNode_GetCustomActorVisibility::bOutIsVisible' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomActorVisibility, ReturnValue) == 0x000001, "Member 'InterchangeSceneNode_GetCustomActorVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomAnimationAssetUidToPlay \ +static_assert(alignof(InterchangeSceneNode_GetCustomAnimationAssetUidToPlay) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetCustomAnimationAssetUidToPlay"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomAnimationAssetUidToPlay) == 0x000018, "Wrong size on InterchangeSceneNode_GetCustomAnimationAssetUidToPlay"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomAnimationAssetUidToPlay, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomAnimationAssetUidToPlay::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomAnimationAssetUidToPlay, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_GetCustomAnimationAssetUidToPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomAssetInstanceUid \ +static_assert(alignof(InterchangeSceneNode_GetCustomAssetInstanceUid) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetCustomAssetInstanceUid"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomAssetInstanceUid) == 0x000018, "Wrong size on InterchangeSceneNode_GetCustomAssetInstanceUid"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomAssetInstanceUid, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomAssetInstanceUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomAssetInstanceUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_GetCustomAssetInstanceUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomBindPoseGlobalTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomBindPoseGlobalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform) == 0x0000E0, "Wrong size on InterchangeSceneNode_GetCustomBindPoseGlobalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneNode_GetCustomBindPoseGlobalTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform, GlobalOffsetTransform) == 0x000010, "Member 'InterchangeSceneNode_GetCustomBindPoseGlobalTransform::GlobalOffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform, AttributeValue) == 0x000070, "Member 'InterchangeSceneNode_GetCustomBindPoseGlobalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform, bForceRecache) == 0x0000D0, "Member 'InterchangeSceneNode_GetCustomBindPoseGlobalTransform::bForceRecache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseGlobalTransform, ReturnValue) == 0x0000D1, "Member 'InterchangeSceneNode_GetCustomBindPoseGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomBindPoseLocalTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomBindPoseLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomBindPoseLocalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomBindPoseLocalTransform) == 0x000070, "Wrong size on InterchangeSceneNode_GetCustomBindPoseLocalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomBindPoseLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomBindPoseLocalTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneNode_GetCustomBindPoseLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomComponentVisibility \ +static_assert(alignof(InterchangeSceneNode_GetCustomComponentVisibility) == 0x000001, "Wrong alignment on InterchangeSceneNode_GetCustomComponentVisibility"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomComponentVisibility) == 0x000002, "Wrong size on InterchangeSceneNode_GetCustomComponentVisibility"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomComponentVisibility, bOutIsVisible) == 0x000000, "Member 'InterchangeSceneNode_GetCustomComponentVisibility::bOutIsVisible' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomComponentVisibility, ReturnValue) == 0x000001, "Member 'InterchangeSceneNode_GetCustomComponentVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomGeometricTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomGeometricTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomGeometricTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomGeometricTransform) == 0x000070, "Wrong size on InterchangeSceneNode_GetCustomGeometricTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGeometricTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomGeometricTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGeometricTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneNode_GetCustomGeometricTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomGlobalMatrixForT0Rebinding \ +static_assert(alignof(InterchangeSceneNode_GetCustomGlobalMatrixForT0Rebinding) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomGlobalMatrixForT0Rebinding"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomGlobalMatrixForT0Rebinding) == 0x000090, "Wrong size on InterchangeSceneNode_GetCustomGlobalMatrixForT0Rebinding"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGlobalMatrixForT0Rebinding, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomGlobalMatrixForT0Rebinding::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGlobalMatrixForT0Rebinding, ReturnValue) == 0x000080, "Member 'InterchangeSceneNode_GetCustomGlobalMatrixForT0Rebinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomGlobalTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomGlobalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomGlobalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomGlobalTransform) == 0x0000E0, "Wrong size on InterchangeSceneNode_GetCustomGlobalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGlobalTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneNode_GetCustomGlobalTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGlobalTransform, GlobalOffsetTransform) == 0x000010, "Member 'InterchangeSceneNode_GetCustomGlobalTransform::GlobalOffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGlobalTransform, AttributeValue) == 0x000070, "Member 'InterchangeSceneNode_GetCustomGlobalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGlobalTransform, bForceRecache) == 0x0000D0, "Member 'InterchangeSceneNode_GetCustomGlobalTransform::bForceRecache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomGlobalTransform, ReturnValue) == 0x0000D1, "Member 'InterchangeSceneNode_GetCustomGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomHasBindPose \ +static_assert(alignof(InterchangeSceneNode_GetCustomHasBindPose) == 0x000001, "Wrong alignment on InterchangeSceneNode_GetCustomHasBindPose"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomHasBindPose) == 0x000002, "Wrong size on InterchangeSceneNode_GetCustomHasBindPose"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomHasBindPose, bHasBindPose) == 0x000000, "Member 'InterchangeSceneNode_GetCustomHasBindPose::bHasBindPose' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomHasBindPose, ReturnValue) == 0x000001, "Member 'InterchangeSceneNode_GetCustomHasBindPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomIsSceneRoot \ +static_assert(alignof(InterchangeSceneNode_GetCustomIsSceneRoot) == 0x000001, "Wrong alignment on InterchangeSceneNode_GetCustomIsSceneRoot"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomIsSceneRoot) == 0x000002, "Wrong size on InterchangeSceneNode_GetCustomIsSceneRoot"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomIsSceneRoot, IsSceneRoot) == 0x000000, "Member 'InterchangeSceneNode_GetCustomIsSceneRoot::IsSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomIsSceneRoot, ReturnValue) == 0x000001, "Member 'InterchangeSceneNode_GetCustomIsSceneRoot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomLocalTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomLocalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomLocalTransform) == 0x000070, "Wrong size on InterchangeSceneNode_GetCustomLocalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomLocalTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneNode_GetCustomLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomPivotNodeTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomPivotNodeTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomPivotNodeTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomPivotNodeTransform) == 0x000070, "Wrong size on InterchangeSceneNode_GetCustomPivotNodeTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomPivotNodeTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomPivotNodeTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomPivotNodeTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneNode_GetCustomPivotNodeTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomTimeZeroGlobalTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomTimeZeroGlobalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform) == 0x0000E0, "Wrong size on InterchangeSceneNode_GetCustomTimeZeroGlobalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform, BaseNodeContainer) == 0x000000, "Member 'InterchangeSceneNode_GetCustomTimeZeroGlobalTransform::BaseNodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform, GlobalOffsetTransform) == 0x000010, "Member 'InterchangeSceneNode_GetCustomTimeZeroGlobalTransform::GlobalOffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform, AttributeValue) == 0x000070, "Member 'InterchangeSceneNode_GetCustomTimeZeroGlobalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform, bForceRecache) == 0x0000D0, "Member 'InterchangeSceneNode_GetCustomTimeZeroGlobalTransform::bForceRecache' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroGlobalTransform, ReturnValue) == 0x0000D1, "Member 'InterchangeSceneNode_GetCustomTimeZeroGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetCustomTimeZeroLocalTransform \ +static_assert(alignof(InterchangeSceneNode_GetCustomTimeZeroLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetCustomTimeZeroLocalTransform"); \ +static_assert(sizeof(InterchangeSceneNode_GetCustomTimeZeroLocalTransform) == 0x000070, "Wrong size on InterchangeSceneNode_GetCustomTimeZeroLocalTransform"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneNode_GetCustomTimeZeroLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetCustomTimeZeroLocalTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneNode_GetCustomTimeZeroLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetGlobalBindPoseReferenceForMeshUID \ +static_assert(alignof(InterchangeSceneNode_GetGlobalBindPoseReferenceForMeshUID) == 0x000010, "Wrong alignment on InterchangeSceneNode_GetGlobalBindPoseReferenceForMeshUID"); \ +static_assert(sizeof(InterchangeSceneNode_GetGlobalBindPoseReferenceForMeshUID) == 0x0000A0, "Wrong size on InterchangeSceneNode_GetGlobalBindPoseReferenceForMeshUID"); \ +static_assert(offsetof(InterchangeSceneNode_GetGlobalBindPoseReferenceForMeshUID, MeshUid) == 0x000000, "Member 'InterchangeSceneNode_GetGlobalBindPoseReferenceForMeshUID::MeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetGlobalBindPoseReferenceForMeshUID, GlobalBindPoseReference) == 0x000010, "Member 'InterchangeSceneNode_GetGlobalBindPoseReferenceForMeshUID::GlobalBindPoseReference' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetGlobalBindPoseReferenceForMeshUID, ReturnValue) == 0x000090, "Member 'InterchangeSceneNode_GetGlobalBindPoseReferenceForMeshUID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetMorphTargetCurveWeights \ +static_assert(alignof(InterchangeSceneNode_GetMorphTargetCurveWeights) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetMorphTargetCurveWeights"); \ +static_assert(sizeof(InterchangeSceneNode_GetMorphTargetCurveWeights) == 0x000050, "Wrong size on InterchangeSceneNode_GetMorphTargetCurveWeights"); \ +static_assert(offsetof(InterchangeSceneNode_GetMorphTargetCurveWeights, OutMorphTargetCurveWeights) == 0x000000, "Member 'InterchangeSceneNode_GetMorphTargetCurveWeights::OutMorphTargetCurveWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetSlotMaterialDependencies \ +static_assert(alignof(InterchangeSceneNode_GetSlotMaterialDependencies) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetSlotMaterialDependencies"); \ +static_assert(sizeof(InterchangeSceneNode_GetSlotMaterialDependencies) == 0x000050, "Wrong size on InterchangeSceneNode_GetSlotMaterialDependencies"); \ +static_assert(offsetof(InterchangeSceneNode_GetSlotMaterialDependencies, OutMaterialDependencies) == 0x000000, "Member 'InterchangeSceneNode_GetSlotMaterialDependencies::OutMaterialDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeSceneNode_GetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeSceneNode_GetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeSceneNode_GetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeSceneNode_GetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeSceneNode_GetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetSlotMaterialDependencyUid, OutMaterialDependency) == 0x000010, "Member 'InterchangeSceneNode_GetSlotMaterialDependencyUid::OutMaterialDependency' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeSceneNode_GetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetSpecializedType \ +static_assert(alignof(InterchangeSceneNode_GetSpecializedType) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetSpecializedType"); \ +static_assert(sizeof(InterchangeSceneNode_GetSpecializedType) == 0x000018, "Wrong size on InterchangeSceneNode_GetSpecializedType"); \ +static_assert(offsetof(InterchangeSceneNode_GetSpecializedType, Index_0) == 0x000000, "Member 'InterchangeSceneNode_GetSpecializedType::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_GetSpecializedType, OutSpecializedType) == 0x000008, "Member 'InterchangeSceneNode_GetSpecializedType::OutSpecializedType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetSpecializedTypeCount \ +static_assert(alignof(InterchangeSceneNode_GetSpecializedTypeCount) == 0x000004, "Wrong alignment on InterchangeSceneNode_GetSpecializedTypeCount"); \ +static_assert(sizeof(InterchangeSceneNode_GetSpecializedTypeCount) == 0x000004, "Wrong size on InterchangeSceneNode_GetSpecializedTypeCount"); \ +static_assert(offsetof(InterchangeSceneNode_GetSpecializedTypeCount, ReturnValue) == 0x000000, "Member 'InterchangeSceneNode_GetSpecializedTypeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_GetSpecializedTypes \ +static_assert(alignof(InterchangeSceneNode_GetSpecializedTypes) == 0x000008, "Wrong alignment on InterchangeSceneNode_GetSpecializedTypes"); \ +static_assert(sizeof(InterchangeSceneNode_GetSpecializedTypes) == 0x000010, "Wrong size on InterchangeSceneNode_GetSpecializedTypes"); \ +static_assert(offsetof(InterchangeSceneNode_GetSpecializedTypes, OutSpecializedTypes) == 0x000000, "Member 'InterchangeSceneNode_GetSpecializedTypes::OutSpecializedTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneNode_IsSpecializedTypeContains \ +static_assert(alignof(InterchangeSceneNode_IsSpecializedTypeContains) == 0x000008, "Wrong alignment on InterchangeSceneNode_IsSpecializedTypeContains"); \ +static_assert(sizeof(InterchangeSceneNode_IsSpecializedTypeContains) == 0x000018, "Wrong size on InterchangeSceneNode_IsSpecializedTypeContains"); \ +static_assert(offsetof(InterchangeSceneNode_IsSpecializedTypeContains, SpecializedType) == 0x000000, "Member 'InterchangeSceneNode_IsSpecializedTypeContains::SpecializedType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneNode_IsSpecializedTypeContains, ReturnValue) == 0x000010, "Member 'InterchangeSceneNode_IsSpecializedTypeContains::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneNode \ +static_assert(alignof(UInterchangeSceneNode) == 0x000008, "Wrong alignment on UInterchangeSceneNode"); \ +static_assert(sizeof(UInterchangeSceneNode) == 0x0004D0, "Wrong size on UInterchangeSceneNode"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_ConnectDefaultOuputToInput \ +static_assert(alignof(InterchangeShaderPortsAPI_ConnectDefaultOuputToInput) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_ConnectDefaultOuputToInput"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_ConnectDefaultOuputToInput) == 0x000030, "Wrong size on InterchangeShaderPortsAPI_ConnectDefaultOuputToInput"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectDefaultOuputToInput, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_ConnectDefaultOuputToInput::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectDefaultOuputToInput, InputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_ConnectDefaultOuputToInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectDefaultOuputToInput, ExpressionUid) == 0x000018, "Member 'InterchangeShaderPortsAPI_ConnectDefaultOuputToInput::ExpressionUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectDefaultOuputToInput, ReturnValue) == 0x000028, "Member 'InterchangeShaderPortsAPI_ConnectDefaultOuputToInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_ConnectOuputToInputByIndex \ +static_assert(alignof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_ConnectOuputToInputByIndex"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex) == 0x000030, "Wrong size on InterchangeShaderPortsAPI_ConnectOuputToInputByIndex"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByIndex::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex, InputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByIndex::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex, ExpressionUid) == 0x000018, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByIndex::ExpressionUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex, OutputIndex) == 0x000028, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByIndex::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByIndex, ReturnValue) == 0x00002C, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_ConnectOuputToInputByName \ +static_assert(alignof(InterchangeShaderPortsAPI_ConnectOuputToInputByName) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_ConnectOuputToInputByName"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_ConnectOuputToInputByName) == 0x000040, "Wrong size on InterchangeShaderPortsAPI_ConnectOuputToInputByName"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByName, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByName::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByName, InputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByName::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByName, ExpressionUid) == 0x000018, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByName::ExpressionUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByName, OutputName) == 0x000028, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByName::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_ConnectOuputToInputByName, ReturnValue) == 0x000038, "Member 'InterchangeShaderPortsAPI_ConnectOuputToInputByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_DisconnectInput \ +static_assert(alignof(InterchangeShaderPortsAPI_DisconnectInput) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_DisconnectInput"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_DisconnectInput) == 0x000020, "Wrong size on InterchangeShaderPortsAPI_DisconnectInput"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_DisconnectInput, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_DisconnectInput::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_DisconnectInput, InputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_DisconnectInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_DisconnectInput, ReturnValue) == 0x000018, "Member 'InterchangeShaderPortsAPI_DisconnectInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_DisconnectInputFromOutputNode \ +static_assert(alignof(InterchangeShaderPortsAPI_DisconnectInputFromOutputNode) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_DisconnectInputFromOutputNode"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_DisconnectInputFromOutputNode) == 0x000040, "Wrong size on InterchangeShaderPortsAPI_DisconnectInputFromOutputNode"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_DisconnectInputFromOutputNode, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_DisconnectInputFromOutputNode::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_DisconnectInputFromOutputNode, InputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_DisconnectInputFromOutputNode::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_DisconnectInputFromOutputNode, OutExpressionUid) == 0x000018, "Member 'InterchangeShaderPortsAPI_DisconnectInputFromOutputNode::OutExpressionUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_DisconnectInputFromOutputNode, OutputName) == 0x000028, "Member 'InterchangeShaderPortsAPI_DisconnectInputFromOutputNode::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_DisconnectInputFromOutputNode, ReturnValue) == 0x000038, "Member 'InterchangeShaderPortsAPI_DisconnectInputFromOutputNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_GatherInputs \ +static_assert(alignof(InterchangeShaderPortsAPI_GatherInputs) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_GatherInputs"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_GatherInputs) == 0x000018, "Wrong size on InterchangeShaderPortsAPI_GatherInputs"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GatherInputs, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_GatherInputs::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GatherInputs, OutInputNames) == 0x000008, "Member 'InterchangeShaderPortsAPI_GatherInputs::OutInputNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_GetInputConnection \ +static_assert(alignof(InterchangeShaderPortsAPI_GetInputConnection) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_GetInputConnection"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_GetInputConnection) == 0x000040, "Wrong size on InterchangeShaderPortsAPI_GetInputConnection"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GetInputConnection, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_GetInputConnection::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GetInputConnection, InputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_GetInputConnection::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GetInputConnection, OutExpressionUid) == 0x000018, "Member 'InterchangeShaderPortsAPI_GetInputConnection::OutExpressionUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GetInputConnection, OutputName) == 0x000028, "Member 'InterchangeShaderPortsAPI_GetInputConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_GetInputConnection, ReturnValue) == 0x000038, "Member 'InterchangeShaderPortsAPI_GetInputConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_HasInput \ +static_assert(alignof(InterchangeShaderPortsAPI_HasInput) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_HasInput"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_HasInput) == 0x000018, "Wrong size on InterchangeShaderPortsAPI_HasInput"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_HasInput, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_HasInput::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_HasInput, InInputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_HasInput::InInputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_HasInput, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_HasInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_HasParameter \ +static_assert(alignof(InterchangeShaderPortsAPI_HasParameter) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_HasParameter"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_HasParameter) == 0x000018, "Wrong size on InterchangeShaderPortsAPI_HasParameter"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_HasParameter, InterchangeNode) == 0x000000, "Member 'InterchangeShaderPortsAPI_HasParameter::InterchangeNode' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_HasParameter, InInputName) == 0x000008, "Member 'InterchangeShaderPortsAPI_HasParameter::InInputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_HasParameter, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_HasParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_IsAnInput \ +static_assert(alignof(InterchangeShaderPortsAPI_IsAnInput) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_IsAnInput"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_IsAnInput) == 0x000018, "Wrong size on InterchangeShaderPortsAPI_IsAnInput"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_IsAnInput, AttributeKey) == 0x000000, "Member 'InterchangeShaderPortsAPI_IsAnInput::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_IsAnInput, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_IsAnInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_IsAParameter \ +static_assert(alignof(InterchangeShaderPortsAPI_IsAParameter) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_IsAParameter"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_IsAParameter) == 0x000018, "Wrong size on InterchangeShaderPortsAPI_IsAParameter"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_IsAParameter, AttributeKey) == 0x000000, "Member 'InterchangeShaderPortsAPI_IsAParameter::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_IsAParameter, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_IsAParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_MakeInputConnectionKey \ +static_assert(alignof(InterchangeShaderPortsAPI_MakeInputConnectionKey) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_MakeInputConnectionKey"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_MakeInputConnectionKey) == 0x000020, "Wrong size on InterchangeShaderPortsAPI_MakeInputConnectionKey"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputConnectionKey, InputName) == 0x000000, "Member 'InterchangeShaderPortsAPI_MakeInputConnectionKey::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputConnectionKey, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_MakeInputConnectionKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_MakeInputName \ +static_assert(alignof(InterchangeShaderPortsAPI_MakeInputName) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_MakeInputName"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_MakeInputName) == 0x000020, "Wrong size on InterchangeShaderPortsAPI_MakeInputName"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputName, InputKey) == 0x000000, "Member 'InterchangeShaderPortsAPI_MakeInputName::InputKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputName, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_MakeInputName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_MakeInputParameterKey \ +static_assert(alignof(InterchangeShaderPortsAPI_MakeInputParameterKey) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_MakeInputParameterKey"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_MakeInputParameterKey) == 0x000020, "Wrong size on InterchangeShaderPortsAPI_MakeInputParameterKey"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputParameterKey, InputName) == 0x000000, "Member 'InterchangeShaderPortsAPI_MakeInputParameterKey::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputParameterKey, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_MakeInputParameterKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderPortsAPI_MakeInputValueKey \ +static_assert(alignof(InterchangeShaderPortsAPI_MakeInputValueKey) == 0x000008, "Wrong alignment on InterchangeShaderPortsAPI_MakeInputValueKey"); \ +static_assert(sizeof(InterchangeShaderPortsAPI_MakeInputValueKey) == 0x000020, "Wrong size on InterchangeShaderPortsAPI_MakeInputValueKey"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputValueKey, InputName) == 0x000000, "Member 'InterchangeShaderPortsAPI_MakeInputValueKey::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderPortsAPI_MakeInputValueKey, ReturnValue) == 0x000010, "Member 'InterchangeShaderPortsAPI_MakeInputValueKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeShaderPortsAPI \ +static_assert(alignof(UInterchangeShaderPortsAPI) == 0x000008, "Wrong alignment on UInterchangeShaderPortsAPI"); \ +static_assert(sizeof(UInterchangeShaderPortsAPI) == 0x000028, "Wrong size on UInterchangeShaderPortsAPI"); \ + +#define DUMPER7_ASSERTS_InterchangeFunctionCallShaderNode_SetCustomMaterialFunction \ +static_assert(alignof(InterchangeFunctionCallShaderNode_SetCustomMaterialFunction) == 0x000008, "Wrong alignment on InterchangeFunctionCallShaderNode_SetCustomMaterialFunction"); \ +static_assert(sizeof(InterchangeFunctionCallShaderNode_SetCustomMaterialFunction) == 0x000018, "Wrong size on InterchangeFunctionCallShaderNode_SetCustomMaterialFunction"); \ +static_assert(offsetof(InterchangeFunctionCallShaderNode_SetCustomMaterialFunction, AttributeValue) == 0x000000, "Member 'InterchangeFunctionCallShaderNode_SetCustomMaterialFunction::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFunctionCallShaderNode_SetCustomMaterialFunction, ReturnValue) == 0x000010, "Member 'InterchangeFunctionCallShaderNode_SetCustomMaterialFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeFunctionCallShaderNode_GetCustomMaterialFunction \ +static_assert(alignof(InterchangeFunctionCallShaderNode_GetCustomMaterialFunction) == 0x000008, "Wrong alignment on InterchangeFunctionCallShaderNode_GetCustomMaterialFunction"); \ +static_assert(sizeof(InterchangeFunctionCallShaderNode_GetCustomMaterialFunction) == 0x000018, "Wrong size on InterchangeFunctionCallShaderNode_GetCustomMaterialFunction"); \ +static_assert(offsetof(InterchangeFunctionCallShaderNode_GetCustomMaterialFunction, AttributeValue) == 0x000000, "Member 'InterchangeFunctionCallShaderNode_GetCustomMaterialFunction::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeFunctionCallShaderNode_GetCustomMaterialFunction, ReturnValue) == 0x000010, "Member 'InterchangeFunctionCallShaderNode_GetCustomMaterialFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeFunctionCallShaderNode \ +static_assert(alignof(UInterchangeFunctionCallShaderNode) == 0x000008, "Wrong alignment on UInterchangeFunctionCallShaderNode"); \ +static_assert(sizeof(UInterchangeFunctionCallShaderNode) == 0x000080, "Wrong size on UInterchangeFunctionCallShaderNode"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomBlendMode \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomBlendMode) == 0x000004, "Wrong alignment on InterchangeShaderGraphNode_SetCustomBlendMode"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomBlendMode) == 0x000008, "Wrong size on InterchangeShaderGraphNode_SetCustomBlendMode"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomBlendMode, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomBlendMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomBlendMode, ReturnValue) == 0x000004, "Member 'InterchangeShaderGraphNode_SetCustomBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomDisplacementCenterMode \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomDisplacementCenterMode) == 0x000004, "Wrong alignment on InterchangeShaderGraphNode_SetCustomDisplacementCenterMode"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomDisplacementCenterMode) == 0x000008, "Wrong size on InterchangeShaderGraphNode_SetCustomDisplacementCenterMode"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomDisplacementCenterMode, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomDisplacementCenterMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomDisplacementCenterMode, ReturnValue) == 0x000004, "Member 'InterchangeShaderGraphNode_SetCustomDisplacementCenterMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomIsAShaderFunction \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomIsAShaderFunction) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_SetCustomIsAShaderFunction"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomIsAShaderFunction) == 0x000002, "Wrong size on InterchangeShaderGraphNode_SetCustomIsAShaderFunction"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomIsAShaderFunction, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomIsAShaderFunction::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomIsAShaderFunction, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_SetCustomIsAShaderFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue) == 0x000004, "Wrong alignment on InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue) == 0x000008, "Wrong size on InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue, bAddApplyDelegate) == 0x000004, "Member 'InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue, ReturnValue) == 0x000005, "Member 'InterchangeShaderGraphNode_SetCustomOpacityMaskClipValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomScreenSpaceReflections \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomScreenSpaceReflections) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_SetCustomScreenSpaceReflections"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomScreenSpaceReflections) == 0x000002, "Wrong size on InterchangeShaderGraphNode_SetCustomScreenSpaceReflections"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomScreenSpaceReflections, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomScreenSpaceReflections::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomScreenSpaceReflections, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_SetCustomScreenSpaceReflections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomTwoSided \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomTwoSided) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_SetCustomTwoSided"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomTwoSided) == 0x000002, "Wrong size on InterchangeShaderGraphNode_SetCustomTwoSided"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomTwoSided, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomTwoSided::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomTwoSided, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_SetCustomTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_SetCustomTwoSidedTransmission \ +static_assert(alignof(InterchangeShaderGraphNode_SetCustomTwoSidedTransmission) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_SetCustomTwoSidedTransmission"); \ +static_assert(sizeof(InterchangeShaderGraphNode_SetCustomTwoSidedTransmission) == 0x000002, "Wrong size on InterchangeShaderGraphNode_SetCustomTwoSidedTransmission"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomTwoSidedTransmission, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_SetCustomTwoSidedTransmission::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_SetCustomTwoSidedTransmission, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_SetCustomTwoSidedTransmission::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomBlendMode \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomBlendMode) == 0x000004, "Wrong alignment on InterchangeShaderGraphNode_GetCustomBlendMode"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomBlendMode) == 0x000008, "Wrong size on InterchangeShaderGraphNode_GetCustomBlendMode"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomBlendMode, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomBlendMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomBlendMode, ReturnValue) == 0x000004, "Member 'InterchangeShaderGraphNode_GetCustomBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomDisplacementCenterMode \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomDisplacementCenterMode) == 0x000004, "Wrong alignment on InterchangeShaderGraphNode_GetCustomDisplacementCenterMode"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomDisplacementCenterMode) == 0x000008, "Wrong size on InterchangeShaderGraphNode_GetCustomDisplacementCenterMode"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomDisplacementCenterMode, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomDisplacementCenterMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomDisplacementCenterMode, ReturnValue) == 0x000004, "Member 'InterchangeShaderGraphNode_GetCustomDisplacementCenterMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomIsAShaderFunction \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomIsAShaderFunction) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_GetCustomIsAShaderFunction"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomIsAShaderFunction) == 0x000002, "Wrong size on InterchangeShaderGraphNode_GetCustomIsAShaderFunction"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomIsAShaderFunction, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomIsAShaderFunction::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomIsAShaderFunction, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_GetCustomIsAShaderFunction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue) == 0x000004, "Wrong alignment on InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue) == 0x000008, "Wrong size on InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue, ReturnValue) == 0x000004, "Member 'InterchangeShaderGraphNode_GetCustomOpacityMaskClipValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomScreenSpaceReflections \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomScreenSpaceReflections) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_GetCustomScreenSpaceReflections"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomScreenSpaceReflections) == 0x000002, "Wrong size on InterchangeShaderGraphNode_GetCustomScreenSpaceReflections"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomScreenSpaceReflections, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomScreenSpaceReflections::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomScreenSpaceReflections, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_GetCustomScreenSpaceReflections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomTwoSided \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomTwoSided) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_GetCustomTwoSided"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomTwoSided) == 0x000002, "Wrong size on InterchangeShaderGraphNode_GetCustomTwoSided"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomTwoSided, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomTwoSided::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomTwoSided, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_GetCustomTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeShaderGraphNode_GetCustomTwoSidedTransmission \ +static_assert(alignof(InterchangeShaderGraphNode_GetCustomTwoSidedTransmission) == 0x000001, "Wrong alignment on InterchangeShaderGraphNode_GetCustomTwoSidedTransmission"); \ +static_assert(sizeof(InterchangeShaderGraphNode_GetCustomTwoSidedTransmission) == 0x000002, "Wrong size on InterchangeShaderGraphNode_GetCustomTwoSidedTransmission"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomTwoSidedTransmission, AttributeValue) == 0x000000, "Member 'InterchangeShaderGraphNode_GetCustomTwoSidedTransmission::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeShaderGraphNode_GetCustomTwoSidedTransmission, ReturnValue) == 0x000001, "Member 'InterchangeShaderGraphNode_GetCustomTwoSidedTransmission::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeShaderGraphNode \ +static_assert(alignof(UInterchangeShaderGraphNode) == 0x000008, "Wrong alignment on UInterchangeShaderGraphNode"); \ +static_assert(sizeof(UInterchangeShaderGraphNode) == 0x0000E0, "Wrong size on UInterchangeShaderGraphNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSpecularProfileNode_SetCustomFormat \ +static_assert(alignof(InterchangeSpecularProfileNode_SetCustomFormat) == 0x000001, "Wrong alignment on InterchangeSpecularProfileNode_SetCustomFormat"); \ +static_assert(sizeof(InterchangeSpecularProfileNode_SetCustomFormat) == 0x000002, "Wrong size on InterchangeSpecularProfileNode_SetCustomFormat"); \ +static_assert(offsetof(InterchangeSpecularProfileNode_SetCustomFormat, Format) == 0x000000, "Member 'InterchangeSpecularProfileNode_SetCustomFormat::Format' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpecularProfileNode_SetCustomFormat, ReturnValue) == 0x000001, "Member 'InterchangeSpecularProfileNode_SetCustomFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpecularProfileNode_SetCustomTexture \ +static_assert(alignof(InterchangeSpecularProfileNode_SetCustomTexture) == 0x000008, "Wrong alignment on InterchangeSpecularProfileNode_SetCustomTexture"); \ +static_assert(sizeof(InterchangeSpecularProfileNode_SetCustomTexture) == 0x000018, "Wrong size on InterchangeSpecularProfileNode_SetCustomTexture"); \ +static_assert(offsetof(InterchangeSpecularProfileNode_SetCustomTexture, TextureUid) == 0x000000, "Member 'InterchangeSpecularProfileNode_SetCustomTexture::TextureUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpecularProfileNode_SetCustomTexture, ReturnValue) == 0x000010, "Member 'InterchangeSpecularProfileNode_SetCustomTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpecularProfileNode_GetCustomFormat \ +static_assert(alignof(InterchangeSpecularProfileNode_GetCustomFormat) == 0x000001, "Wrong alignment on InterchangeSpecularProfileNode_GetCustomFormat"); \ +static_assert(sizeof(InterchangeSpecularProfileNode_GetCustomFormat) == 0x000002, "Wrong size on InterchangeSpecularProfileNode_GetCustomFormat"); \ +static_assert(offsetof(InterchangeSpecularProfileNode_GetCustomFormat, Format) == 0x000000, "Member 'InterchangeSpecularProfileNode_GetCustomFormat::Format' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpecularProfileNode_GetCustomFormat, ReturnValue) == 0x000001, "Member 'InterchangeSpecularProfileNode_GetCustomFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpecularProfileNode_GetCustomTexture \ +static_assert(alignof(InterchangeSpecularProfileNode_GetCustomTexture) == 0x000008, "Wrong alignment on InterchangeSpecularProfileNode_GetCustomTexture"); \ +static_assert(sizeof(InterchangeSpecularProfileNode_GetCustomTexture) == 0x000018, "Wrong size on InterchangeSpecularProfileNode_GetCustomTexture"); \ +static_assert(offsetof(InterchangeSpecularProfileNode_GetCustomTexture, TextureUid) == 0x000000, "Member 'InterchangeSpecularProfileNode_GetCustomTexture::TextureUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpecularProfileNode_GetCustomTexture, ReturnValue) == 0x000010, "Member 'InterchangeSpecularProfileNode_GetCustomTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSpecularProfileNode \ +static_assert(alignof(UInterchangeSpecularProfileNode) == 0x000008, "Wrong alignment on UInterchangeSpecularProfileNode"); \ +static_assert(sizeof(UInterchangeSpecularProfileNode) == 0x000080, "Wrong size on UInterchangeSpecularProfileNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DNode_SetCustomWrapU \ +static_assert(alignof(InterchangeTexture2DNode_SetCustomWrapU) == 0x000001, "Wrong alignment on InterchangeTexture2DNode_SetCustomWrapU"); \ +static_assert(sizeof(InterchangeTexture2DNode_SetCustomWrapU) == 0x000002, "Wrong size on InterchangeTexture2DNode_SetCustomWrapU"); \ +static_assert(offsetof(InterchangeTexture2DNode_SetCustomWrapU, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DNode_SetCustomWrapU::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DNode_SetCustomWrapU, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DNode_SetCustomWrapU::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DNode_SetCustomWrapV \ +static_assert(alignof(InterchangeTexture2DNode_SetCustomWrapV) == 0x000001, "Wrong alignment on InterchangeTexture2DNode_SetCustomWrapV"); \ +static_assert(sizeof(InterchangeTexture2DNode_SetCustomWrapV) == 0x000002, "Wrong size on InterchangeTexture2DNode_SetCustomWrapV"); \ +static_assert(offsetof(InterchangeTexture2DNode_SetCustomWrapV, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DNode_SetCustomWrapV::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DNode_SetCustomWrapV, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DNode_SetCustomWrapV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DNode_SetForceLongLatCubemap \ +static_assert(alignof(InterchangeTexture2DNode_SetForceLongLatCubemap) == 0x000001, "Wrong alignment on InterchangeTexture2DNode_SetForceLongLatCubemap"); \ +static_assert(sizeof(InterchangeTexture2DNode_SetForceLongLatCubemap) == 0x000002, "Wrong size on InterchangeTexture2DNode_SetForceLongLatCubemap"); \ +static_assert(offsetof(InterchangeTexture2DNode_SetForceLongLatCubemap, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DNode_SetForceLongLatCubemap::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DNode_SetForceLongLatCubemap, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DNode_SetForceLongLatCubemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DNode_GetCustomWrapU \ +static_assert(alignof(InterchangeTexture2DNode_GetCustomWrapU) == 0x000001, "Wrong alignment on InterchangeTexture2DNode_GetCustomWrapU"); \ +static_assert(sizeof(InterchangeTexture2DNode_GetCustomWrapU) == 0x000002, "Wrong size on InterchangeTexture2DNode_GetCustomWrapU"); \ +static_assert(offsetof(InterchangeTexture2DNode_GetCustomWrapU, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DNode_GetCustomWrapU::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DNode_GetCustomWrapU, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DNode_GetCustomWrapU::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DNode_GetCustomWrapV \ +static_assert(alignof(InterchangeTexture2DNode_GetCustomWrapV) == 0x000001, "Wrong alignment on InterchangeTexture2DNode_GetCustomWrapV"); \ +static_assert(sizeof(InterchangeTexture2DNode_GetCustomWrapV) == 0x000002, "Wrong size on InterchangeTexture2DNode_GetCustomWrapV"); \ +static_assert(offsetof(InterchangeTexture2DNode_GetCustomWrapV, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DNode_GetCustomWrapV::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DNode_GetCustomWrapV, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DNode_GetCustomWrapV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DNode_GetForceLongLatCubemap \ +static_assert(alignof(InterchangeTexture2DNode_GetForceLongLatCubemap) == 0x000001, "Wrong alignment on InterchangeTexture2DNode_GetForceLongLatCubemap"); \ +static_assert(sizeof(InterchangeTexture2DNode_GetForceLongLatCubemap) == 0x000002, "Wrong size on InterchangeTexture2DNode_GetForceLongLatCubemap"); \ +static_assert(offsetof(InterchangeTexture2DNode_GetForceLongLatCubemap, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DNode_GetForceLongLatCubemap::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DNode_GetForceLongLatCubemap, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DNode_GetForceLongLatCubemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DNode_GetSourceBlocks \ +static_assert(alignof(InterchangeTexture2DNode_GetSourceBlocks) == 0x000008, "Wrong alignment on InterchangeTexture2DNode_GetSourceBlocks"); \ +static_assert(sizeof(InterchangeTexture2DNode_GetSourceBlocks) == 0x000050, "Wrong size on InterchangeTexture2DNode_GetSourceBlocks"); \ +static_assert(offsetof(InterchangeTexture2DNode_GetSourceBlocks, ReturnValue) == 0x000000, "Member 'InterchangeTexture2DNode_GetSourceBlocks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTexture2DNode \ +static_assert(alignof(UInterchangeTexture2DNode) == 0x000008, "Wrong alignment on UInterchangeTexture2DNode"); \ +static_assert(sizeof(UInterchangeTexture2DNode) == 0x000148, "Wrong size on UInterchangeTexture2DNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureBlurNode \ +static_assert(alignof(UInterchangeTextureBlurNode) == 0x000008, "Wrong alignment on UInterchangeTextureBlurNode"); \ +static_assert(sizeof(UInterchangeTextureBlurNode) == 0x000148, "Wrong size on UInterchangeTextureBlurNode"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_AddCustomDependencyUid \ +static_assert(alignof(InterchangeVariantSetNode_AddCustomDependencyUid) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_AddCustomDependencyUid"); \ +static_assert(sizeof(InterchangeVariantSetNode_AddCustomDependencyUid) == 0x000018, "Wrong size on InterchangeVariantSetNode_AddCustomDependencyUid"); \ +static_assert(offsetof(InterchangeVariantSetNode_AddCustomDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeVariantSetNode_AddCustomDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_AddCustomDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeVariantSetNode_AddCustomDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_RemoveCustomDependencyUid \ +static_assert(alignof(InterchangeVariantSetNode_RemoveCustomDependencyUid) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_RemoveCustomDependencyUid"); \ +static_assert(sizeof(InterchangeVariantSetNode_RemoveCustomDependencyUid) == 0x000018, "Wrong size on InterchangeVariantSetNode_RemoveCustomDependencyUid"); \ +static_assert(offsetof(InterchangeVariantSetNode_RemoveCustomDependencyUid, DependencyUid) == 0x000000, "Member 'InterchangeVariantSetNode_RemoveCustomDependencyUid::DependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_RemoveCustomDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeVariantSetNode_RemoveCustomDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_SetCustomDisplayText \ +static_assert(alignof(InterchangeVariantSetNode_SetCustomDisplayText) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_SetCustomDisplayText"); \ +static_assert(sizeof(InterchangeVariantSetNode_SetCustomDisplayText) == 0x000018, "Wrong size on InterchangeVariantSetNode_SetCustomDisplayText"); \ +static_assert(offsetof(InterchangeVariantSetNode_SetCustomDisplayText, AttributeValue) == 0x000000, "Member 'InterchangeVariantSetNode_SetCustomDisplayText::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_SetCustomDisplayText, ReturnValue) == 0x000010, "Member 'InterchangeVariantSetNode_SetCustomDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_SetCustomVariantsPayloadKey \ +static_assert(alignof(InterchangeVariantSetNode_SetCustomVariantsPayloadKey) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_SetCustomVariantsPayloadKey"); \ +static_assert(sizeof(InterchangeVariantSetNode_SetCustomVariantsPayloadKey) == 0x000018, "Wrong size on InterchangeVariantSetNode_SetCustomVariantsPayloadKey"); \ +static_assert(offsetof(InterchangeVariantSetNode_SetCustomVariantsPayloadKey, PayloadKey) == 0x000000, "Member 'InterchangeVariantSetNode_SetCustomVariantsPayloadKey::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_SetCustomVariantsPayloadKey, ReturnValue) == 0x000010, "Member 'InterchangeVariantSetNode_SetCustomVariantsPayloadKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_GetCustomDependencyUid \ +static_assert(alignof(InterchangeVariantSetNode_GetCustomDependencyUid) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_GetCustomDependencyUid"); \ +static_assert(sizeof(InterchangeVariantSetNode_GetCustomDependencyUid) == 0x000018, "Wrong size on InterchangeVariantSetNode_GetCustomDependencyUid"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomDependencyUid, Index_0) == 0x000000, "Member 'InterchangeVariantSetNode_GetCustomDependencyUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomDependencyUid, OutDependencyUid) == 0x000008, "Member 'InterchangeVariantSetNode_GetCustomDependencyUid::OutDependencyUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_GetCustomDependencyUidCount \ +static_assert(alignof(InterchangeVariantSetNode_GetCustomDependencyUidCount) == 0x000004, "Wrong alignment on InterchangeVariantSetNode_GetCustomDependencyUidCount"); \ +static_assert(sizeof(InterchangeVariantSetNode_GetCustomDependencyUidCount) == 0x000004, "Wrong size on InterchangeVariantSetNode_GetCustomDependencyUidCount"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomDependencyUidCount, ReturnValue) == 0x000000, "Member 'InterchangeVariantSetNode_GetCustomDependencyUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_GetCustomDependencyUids \ +static_assert(alignof(InterchangeVariantSetNode_GetCustomDependencyUids) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_GetCustomDependencyUids"); \ +static_assert(sizeof(InterchangeVariantSetNode_GetCustomDependencyUids) == 0x000010, "Wrong size on InterchangeVariantSetNode_GetCustomDependencyUids"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomDependencyUids, OutDependencyUids) == 0x000000, "Member 'InterchangeVariantSetNode_GetCustomDependencyUids::OutDependencyUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_GetCustomDisplayText \ +static_assert(alignof(InterchangeVariantSetNode_GetCustomDisplayText) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_GetCustomDisplayText"); \ +static_assert(sizeof(InterchangeVariantSetNode_GetCustomDisplayText) == 0x000018, "Wrong size on InterchangeVariantSetNode_GetCustomDisplayText"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomDisplayText, AttributeValue) == 0x000000, "Member 'InterchangeVariantSetNode_GetCustomDisplayText::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomDisplayText, ReturnValue) == 0x000010, "Member 'InterchangeVariantSetNode_GetCustomDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVariantSetNode_GetCustomVariantsPayloadKey \ +static_assert(alignof(InterchangeVariantSetNode_GetCustomVariantsPayloadKey) == 0x000008, "Wrong alignment on InterchangeVariantSetNode_GetCustomVariantsPayloadKey"); \ +static_assert(sizeof(InterchangeVariantSetNode_GetCustomVariantsPayloadKey) == 0x000018, "Wrong size on InterchangeVariantSetNode_GetCustomVariantsPayloadKey"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomVariantsPayloadKey, PayloadKey) == 0x000000, "Member 'InterchangeVariantSetNode_GetCustomVariantsPayloadKey::PayloadKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVariantSetNode_GetCustomVariantsPayloadKey, ReturnValue) == 0x000010, "Member 'InterchangeVariantSetNode_GetCustomVariantsPayloadKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeVariantSetNode \ +static_assert(alignof(UInterchangeVariantSetNode) == 0x000008, "Wrong alignment on UInterchangeVariantSetNode"); \ +static_assert(sizeof(UInterchangeVariantSetNode) == 0x0000A0, "Wrong size on UInterchangeVariantSetNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsNode_AddCustomVariantSetUid \ +static_assert(alignof(InterchangeSceneVariantSetsNode_AddCustomVariantSetUid) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsNode_AddCustomVariantSetUid"); \ +static_assert(sizeof(InterchangeSceneVariantSetsNode_AddCustomVariantSetUid) == 0x000018, "Wrong size on InterchangeSceneVariantSetsNode_AddCustomVariantSetUid"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_AddCustomVariantSetUid, VariantUid) == 0x000000, "Member 'InterchangeSceneVariantSetsNode_AddCustomVariantSetUid::VariantUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_AddCustomVariantSetUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneVariantSetsNode_AddCustomVariantSetUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid \ +static_assert(alignof(InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid"); \ +static_assert(sizeof(InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid) == 0x000018, "Wrong size on InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid, VariantUid) == 0x000000, "Member 'InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid::VariantUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsNode_GetCustomVariantSetUid \ +static_assert(alignof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUid) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsNode_GetCustomVariantSetUid"); \ +static_assert(sizeof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUid) == 0x000018, "Wrong size on InterchangeSceneVariantSetsNode_GetCustomVariantSetUid"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUid, Index_0) == 0x000000, "Member 'InterchangeSceneVariantSetsNode_GetCustomVariantSetUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUid, OutVariantUid) == 0x000008, "Member 'InterchangeSceneVariantSetsNode_GetCustomVariantSetUid::OutVariantUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount \ +static_assert(alignof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount) == 0x000004, "Wrong alignment on InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount"); \ +static_assert(sizeof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount) == 0x000004, "Wrong size on InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount, ReturnValue) == 0x000000, "Member 'InterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsNode_GetCustomVariantSetUids \ +static_assert(alignof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUids) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsNode_GetCustomVariantSetUids"); \ +static_assert(sizeof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUids) == 0x000010, "Wrong size on InterchangeSceneVariantSetsNode_GetCustomVariantSetUids"); \ +static_assert(offsetof(InterchangeSceneVariantSetsNode_GetCustomVariantSetUids, OutVariantUids) == 0x000000, "Member 'InterchangeSceneVariantSetsNode_GetCustomVariantSetUids::OutVariantUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneVariantSetsNode \ +static_assert(alignof(UInterchangeSceneVariantSetsNode) == 0x000008, "Wrong alignment on UInterchangeSceneVariantSetsNode"); \ +static_assert(sizeof(UInterchangeSceneVariantSetsNode) == 0x000080, "Wrong size on UInterchangeSceneVariantSetsNode"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeGridNode_SetCustomElementType \ +static_assert(alignof(InterchangeVolumeGridNode_SetCustomElementType) == 0x000001, "Wrong alignment on InterchangeVolumeGridNode_SetCustomElementType"); \ +static_assert(sizeof(InterchangeVolumeGridNode_SetCustomElementType) == 0x000002, "Wrong size on InterchangeVolumeGridNode_SetCustomElementType"); \ +static_assert(offsetof(InterchangeVolumeGridNode_SetCustomElementType, AttributeValue) == 0x000000, "Member 'InterchangeVolumeGridNode_SetCustomElementType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeGridNode_SetCustomElementType, ReturnValue) == 0x000001, "Member 'InterchangeVolumeGridNode_SetCustomElementType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeGridNode_SetCustomGridActiveAABBMax \ +static_assert(alignof(InterchangeVolumeGridNode_SetCustomGridActiveAABBMax) == 0x000004, "Wrong alignment on InterchangeVolumeGridNode_SetCustomGridActiveAABBMax"); \ +static_assert(sizeof(InterchangeVolumeGridNode_SetCustomGridActiveAABBMax) == 0x000010, "Wrong size on InterchangeVolumeGridNode_SetCustomGridActiveAABBMax"); \ +static_assert(offsetof(InterchangeVolumeGridNode_SetCustomGridActiveAABBMax, AttributeValue) == 0x000000, "Member 'InterchangeVolumeGridNode_SetCustomGridActiveAABBMax::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeGridNode_SetCustomGridActiveAABBMax, ReturnValue) == 0x00000C, "Member 'InterchangeVolumeGridNode_SetCustomGridActiveAABBMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeGridNode_SetCustomGridActiveAABBMin \ +static_assert(alignof(InterchangeVolumeGridNode_SetCustomGridActiveAABBMin) == 0x000004, "Wrong alignment on InterchangeVolumeGridNode_SetCustomGridActiveAABBMin"); \ +static_assert(sizeof(InterchangeVolumeGridNode_SetCustomGridActiveAABBMin) == 0x000010, "Wrong size on InterchangeVolumeGridNode_SetCustomGridActiveAABBMin"); \ +static_assert(offsetof(InterchangeVolumeGridNode_SetCustomGridActiveAABBMin, AttributeValue) == 0x000000, "Member 'InterchangeVolumeGridNode_SetCustomGridActiveAABBMin::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeGridNode_SetCustomGridActiveAABBMin, ReturnValue) == 0x00000C, "Member 'InterchangeVolumeGridNode_SetCustomGridActiveAABBMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeGridNode_SetCustomGridActiveDimensions \ +static_assert(alignof(InterchangeVolumeGridNode_SetCustomGridActiveDimensions) == 0x000004, "Wrong alignment on InterchangeVolumeGridNode_SetCustomGridActiveDimensions"); \ +static_assert(sizeof(InterchangeVolumeGridNode_SetCustomGridActiveDimensions) == 0x000010, "Wrong size on InterchangeVolumeGridNode_SetCustomGridActiveDimensions"); \ +static_assert(offsetof(InterchangeVolumeGridNode_SetCustomGridActiveDimensions, AttributeValue) == 0x000000, "Member 'InterchangeVolumeGridNode_SetCustomGridActiveDimensions::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeGridNode_SetCustomGridActiveDimensions, ReturnValue) == 0x00000C, "Member 'InterchangeVolumeGridNode_SetCustomGridActiveDimensions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeGridNode_SetCustomGridTransform \ +static_assert(alignof(InterchangeVolumeGridNode_SetCustomGridTransform) == 0x000010, "Wrong alignment on InterchangeVolumeGridNode_SetCustomGridTransform"); \ +static_assert(sizeof(InterchangeVolumeGridNode_SetCustomGridTransform) == 0x000070, "Wrong size on InterchangeVolumeGridNode_SetCustomGridTransform"); \ +static_assert(offsetof(InterchangeVolumeGridNode_SetCustomGridTransform, AttributeValue) == 0x000000, "Member 'InterchangeVolumeGridNode_SetCustomGridTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeGridNode_SetCustomGridTransform, ReturnValue) == 0x000060, "Member 'InterchangeVolumeGridNode_SetCustomGridTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeGridNode_SetCustomNumComponents \ +static_assert(alignof(InterchangeVolumeGridNode_SetCustomNumComponents) == 0x000004, "Wrong alignment on InterchangeVolumeGridNode_SetCustomNumComponents"); \ +static_assert(sizeof(InterchangeVolumeGridNode_SetCustomNumComponents) == 0x000008, "Wrong size on InterchangeVolumeGridNode_SetCustomNumComponents"); \ +static_assert(offsetof(InterchangeVolumeGridNode_SetCustomNumComponents, NumComponents) == 0x000000, "Member 'InterchangeVolumeGridNode_SetCustomNumComponents::NumComponents' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeGridNode_SetCustomNumComponents, ReturnValue) == 0x000004, "Member 'InterchangeVolumeGridNode_SetCustomNumComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeGridNode_GetCustomElementType \ +static_assert(alignof(InterchangeVolumeGridNode_GetCustomElementType) == 0x000001, "Wrong alignment on InterchangeVolumeGridNode_GetCustomElementType"); \ +static_assert(sizeof(InterchangeVolumeGridNode_GetCustomElementType) == 0x000002, "Wrong size on InterchangeVolumeGridNode_GetCustomElementType"); \ +static_assert(offsetof(InterchangeVolumeGridNode_GetCustomElementType, AttributeValue) == 0x000000, "Member 'InterchangeVolumeGridNode_GetCustomElementType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeGridNode_GetCustomElementType, ReturnValue) == 0x000001, "Member 'InterchangeVolumeGridNode_GetCustomElementType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeGridNode_GetCustomGridActiveAABBMax \ +static_assert(alignof(InterchangeVolumeGridNode_GetCustomGridActiveAABBMax) == 0x000004, "Wrong alignment on InterchangeVolumeGridNode_GetCustomGridActiveAABBMax"); \ +static_assert(sizeof(InterchangeVolumeGridNode_GetCustomGridActiveAABBMax) == 0x000010, "Wrong size on InterchangeVolumeGridNode_GetCustomGridActiveAABBMax"); \ +static_assert(offsetof(InterchangeVolumeGridNode_GetCustomGridActiveAABBMax, AttributeValue) == 0x000000, "Member 'InterchangeVolumeGridNode_GetCustomGridActiveAABBMax::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeGridNode_GetCustomGridActiveAABBMax, ReturnValue) == 0x00000C, "Member 'InterchangeVolumeGridNode_GetCustomGridActiveAABBMax::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeGridNode_GetCustomGridActiveAABBMin \ +static_assert(alignof(InterchangeVolumeGridNode_GetCustomGridActiveAABBMin) == 0x000004, "Wrong alignment on InterchangeVolumeGridNode_GetCustomGridActiveAABBMin"); \ +static_assert(sizeof(InterchangeVolumeGridNode_GetCustomGridActiveAABBMin) == 0x000010, "Wrong size on InterchangeVolumeGridNode_GetCustomGridActiveAABBMin"); \ +static_assert(offsetof(InterchangeVolumeGridNode_GetCustomGridActiveAABBMin, AttributeValue) == 0x000000, "Member 'InterchangeVolumeGridNode_GetCustomGridActiveAABBMin::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeGridNode_GetCustomGridActiveAABBMin, ReturnValue) == 0x00000C, "Member 'InterchangeVolumeGridNode_GetCustomGridActiveAABBMin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeGridNode_GetCustomGridActiveDimensions \ +static_assert(alignof(InterchangeVolumeGridNode_GetCustomGridActiveDimensions) == 0x000004, "Wrong alignment on InterchangeVolumeGridNode_GetCustomGridActiveDimensions"); \ +static_assert(sizeof(InterchangeVolumeGridNode_GetCustomGridActiveDimensions) == 0x000010, "Wrong size on InterchangeVolumeGridNode_GetCustomGridActiveDimensions"); \ +static_assert(offsetof(InterchangeVolumeGridNode_GetCustomGridActiveDimensions, AttributeValue) == 0x000000, "Member 'InterchangeVolumeGridNode_GetCustomGridActiveDimensions::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeGridNode_GetCustomGridActiveDimensions, ReturnValue) == 0x00000C, "Member 'InterchangeVolumeGridNode_GetCustomGridActiveDimensions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeGridNode_GetCustomGridTransform \ +static_assert(alignof(InterchangeVolumeGridNode_GetCustomGridTransform) == 0x000010, "Wrong alignment on InterchangeVolumeGridNode_GetCustomGridTransform"); \ +static_assert(sizeof(InterchangeVolumeGridNode_GetCustomGridTransform) == 0x000070, "Wrong size on InterchangeVolumeGridNode_GetCustomGridTransform"); \ +static_assert(offsetof(InterchangeVolumeGridNode_GetCustomGridTransform, AttributeValue) == 0x000000, "Member 'InterchangeVolumeGridNode_GetCustomGridTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeGridNode_GetCustomGridTransform, ReturnValue) == 0x000060, "Member 'InterchangeVolumeGridNode_GetCustomGridTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeVolumeGridNode_GetCustomNumComponents \ +static_assert(alignof(InterchangeVolumeGridNode_GetCustomNumComponents) == 0x000004, "Wrong alignment on InterchangeVolumeGridNode_GetCustomNumComponents"); \ +static_assert(sizeof(InterchangeVolumeGridNode_GetCustomNumComponents) == 0x000008, "Wrong size on InterchangeVolumeGridNode_GetCustomNumComponents"); \ +static_assert(offsetof(InterchangeVolumeGridNode_GetCustomNumComponents, NumComponents) == 0x000000, "Member 'InterchangeVolumeGridNode_GetCustomNumComponents::NumComponents' has a wrong offset!"); \ +static_assert(offsetof(InterchangeVolumeGridNode_GetCustomNumComponents, ReturnValue) == 0x000004, "Member 'InterchangeVolumeGridNode_GetCustomNumComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeVolumeGridNode \ +static_assert(alignof(UInterchangeVolumeGridNode) == 0x000008, "Wrong alignment on UInterchangeVolumeGridNode"); \ +static_assert(sizeof(UInterchangeVolumeGridNode) == 0x0000C0, "Wrong size on UInterchangeVolumeGridNode"); \ + +#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) == 0x000320, "Wrong size on ALevelVariantSetsActor"); \ +static_assert(offsetof(ALevelVariantSetsActor, LevelVariantSets) == 0x0002B0, "Member 'ALevelVariantSetsActor::LevelVariantSets' has a wrong offset!"); \ +static_assert(offsetof(ALevelVariantSetsActor, DirectorInstances) == 0x0002D0, "Member 'ALevelVariantSetsActor::DirectorInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelVariantSetsFunctionDirector \ +static_assert(alignof(ULevelVariantSetsFunctionDirector) == 0x000008, "Wrong alignment on ULevelVariantSetsFunctionDirector"); \ +static_assert(sizeof(ULevelVariantSetsFunctionDirector) == 0x000040, "Wrong size on ULevelVariantSetsFunctionDirector"); \ + +#define DUMPER7_ASSERTS_PropertyValue_GetFullDisplayString \ +static_assert(alignof(PropertyValue_GetFullDisplayString) == 0x000008, "Wrong alignment on PropertyValue_GetFullDisplayString"); \ +static_assert(sizeof(PropertyValue_GetFullDisplayString) == 0x000010, "Wrong size on PropertyValue_GetFullDisplayString"); \ +static_assert(offsetof(PropertyValue_GetFullDisplayString, ReturnValue) == 0x000000, "Member 'PropertyValue_GetFullDisplayString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyValue_GetPropertyTooltip \ +static_assert(alignof(PropertyValue_GetPropertyTooltip) == 0x000008, "Wrong alignment on PropertyValue_GetPropertyTooltip"); \ +static_assert(sizeof(PropertyValue_GetPropertyTooltip) == 0x000010, "Wrong size on PropertyValue_GetPropertyTooltip"); \ +static_assert(offsetof(PropertyValue_GetPropertyTooltip, ReturnValue) == 0x000000, "Member 'PropertyValue_GetPropertyTooltip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyValue_HasRecordedData \ +static_assert(alignof(PropertyValue_HasRecordedData) == 0x000001, "Wrong alignment on PropertyValue_HasRecordedData"); \ +static_assert(sizeof(PropertyValue_HasRecordedData) == 0x000001, "Wrong size on PropertyValue_HasRecordedData"); \ +static_assert(offsetof(PropertyValue_HasRecordedData, ReturnValue) == 0x000000, "Member 'PropertyValue_HasRecordedData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyValue \ +static_assert(alignof(UPropertyValue) == 0x000008, "Wrong alignment on UPropertyValue"); \ +static_assert(sizeof(UPropertyValue) == 0x0001B0, "Wrong size on UPropertyValue"); \ +static_assert(offsetof(UPropertyValue, Properties) == 0x000088, "Member 'UPropertyValue::Properties' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropertyIndices) == 0x000098, "Member 'UPropertyValue::PropertyIndices' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, CapturedPropSegments) == 0x0000A8, "Member 'UPropertyValue::CapturedPropSegments' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, FullDisplayString) == 0x0000B8, "Member 'UPropertyValue::FullDisplayString' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropertySetterName) == 0x0000C8, "Member 'UPropertyValue::PropertySetterName' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropertySetterParameterDefaults) == 0x0000D0, "Member 'UPropertyValue::PropertySetterParameterDefaults' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, bHasRecordedData) == 0x000120, "Member 'UPropertyValue::bHasRecordedData' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, LeafPropertyClass) == 0x000128, "Member 'UPropertyValue::LeafPropertyClass' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, ValueBytes) == 0x000138, "Member 'UPropertyValue::ValueBytes' has a wrong offset!"); \ +static_assert(offsetof(UPropertyValue, PropCategory) == 0x000148, "Member 'UPropertyValue::PropCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyValueTransform \ +static_assert(alignof(UPropertyValueTransform) == 0x000008, "Wrong alignment on UPropertyValueTransform"); \ +static_assert(sizeof(UPropertyValueTransform) == 0x0001B0, "Wrong size on UPropertyValueTransform"); \ + +#define DUMPER7_ASSERTS_UPropertyValueVisibility \ +static_assert(alignof(UPropertyValueVisibility) == 0x000008, "Wrong alignment on UPropertyValueVisibility"); \ +static_assert(sizeof(UPropertyValueVisibility) == 0x0001B0, "Wrong size on UPropertyValueVisibility"); \ + +#define DUMPER7_ASSERTS_UPropertyValueColor \ +static_assert(alignof(UPropertyValueColor) == 0x000008, "Wrong alignment on UPropertyValueColor"); \ +static_assert(sizeof(UPropertyValueColor) == 0x0001B0, "Wrong size on UPropertyValueColor"); \ + +#define DUMPER7_ASSERTS_UPropertyValueMaterial \ +static_assert(alignof(UPropertyValueMaterial) == 0x000008, "Wrong alignment on UPropertyValueMaterial"); \ +static_assert(sizeof(UPropertyValueMaterial) == 0x0001B0, "Wrong size on UPropertyValueMaterial"); \ + +#define DUMPER7_ASSERTS_UPropertyValueOption \ +static_assert(alignof(UPropertyValueOption) == 0x000008, "Wrong alignment on UPropertyValueOption"); \ +static_assert(sizeof(UPropertyValueOption) == 0x0001B0, "Wrong size on UPropertyValueOption"); \ + +#define DUMPER7_ASSERTS_UPropertyValueSoftObject \ +static_assert(alignof(UPropertyValueSoftObject) == 0x000008, "Wrong alignment on UPropertyValueSoftObject"); \ +static_assert(sizeof(UPropertyValueSoftObject) == 0x0001B0, "Wrong size on UPropertyValueSoftObject"); \ + +#define DUMPER7_ASSERTS_SwitchActor_SelectOption \ +static_assert(alignof(SwitchActor_SelectOption) == 0x000004, "Wrong alignment on SwitchActor_SelectOption"); \ +static_assert(sizeof(SwitchActor_SelectOption) == 0x000004, "Wrong size on SwitchActor_SelectOption"); \ +static_assert(offsetof(SwitchActor_SelectOption, OptionIndex) == 0x000000, "Member 'SwitchActor_SelectOption::OptionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SwitchActor_GetOptions \ +static_assert(alignof(SwitchActor_GetOptions) == 0x000008, "Wrong alignment on SwitchActor_GetOptions"); \ +static_assert(sizeof(SwitchActor_GetOptions) == 0x000010, "Wrong size on SwitchActor_GetOptions"); \ +static_assert(offsetof(SwitchActor_GetOptions, ReturnValue) == 0x000000, "Member 'SwitchActor_GetOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SwitchActor_GetSelectedOption \ +static_assert(alignof(SwitchActor_GetSelectedOption) == 0x000004, "Wrong alignment on SwitchActor_GetSelectedOption"); \ +static_assert(sizeof(SwitchActor_GetSelectedOption) == 0x000004, "Wrong size on SwitchActor_GetSelectedOption"); \ +static_assert(offsetof(SwitchActor_GetSelectedOption, ReturnValue) == 0x000000, "Member 'SwitchActor_GetSelectedOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASwitchActor \ +static_assert(alignof(ASwitchActor) == 0x000008, "Wrong alignment on ASwitchActor"); \ +static_assert(sizeof(ASwitchActor) == 0x0002D8, "Wrong size on ASwitchActor"); \ +static_assert(offsetof(ASwitchActor, SceneComponent) == 0x0002C8, "Member 'ASwitchActor::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ASwitchActor, LastSelectedOption) == 0x0002D0, "Member 'ASwitchActor::LastSelectedOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_AddDependency \ +static_assert(alignof(Variant_AddDependency) == 0x000008, "Wrong alignment on Variant_AddDependency"); \ +static_assert(sizeof(Variant_AddDependency) == 0x000060, "Wrong size on Variant_AddDependency"); \ +static_assert(offsetof(Variant_AddDependency, Dependency) == 0x000000, "Member 'Variant_AddDependency::Dependency' has a wrong offset!"); \ +static_assert(offsetof(Variant_AddDependency, ReturnValue) == 0x000058, "Member 'Variant_AddDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_DeleteDependency \ +static_assert(alignof(Variant_DeleteDependency) == 0x000004, "Wrong alignment on Variant_DeleteDependency"); \ +static_assert(sizeof(Variant_DeleteDependency) == 0x000004, "Wrong size on Variant_DeleteDependency"); \ +static_assert(offsetof(Variant_DeleteDependency, Index_0) == 0x000000, "Member 'Variant_DeleteDependency::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetActor \ +static_assert(alignof(Variant_GetActor) == 0x000008, "Wrong alignment on Variant_GetActor"); \ +static_assert(sizeof(Variant_GetActor) == 0x000010, "Wrong size on Variant_GetActor"); \ +static_assert(offsetof(Variant_GetActor, ActorIndex) == 0x000000, "Member 'Variant_GetActor::ActorIndex' has a wrong offset!"); \ +static_assert(offsetof(Variant_GetActor, ReturnValue) == 0x000008, "Member 'Variant_GetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetDependency \ +static_assert(alignof(Variant_GetDependency) == 0x000008, "Wrong alignment on Variant_GetDependency"); \ +static_assert(sizeof(Variant_GetDependency) == 0x000060, "Wrong size on Variant_GetDependency"); \ +static_assert(offsetof(Variant_GetDependency, Index_0) == 0x000000, "Member 'Variant_GetDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(Variant_GetDependency, ReturnValue) == 0x000008, "Member 'Variant_GetDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetDependents \ +static_assert(alignof(Variant_GetDependents) == 0x000008, "Wrong alignment on Variant_GetDependents"); \ +static_assert(sizeof(Variant_GetDependents) == 0x000020, "Wrong size on Variant_GetDependents"); \ +static_assert(offsetof(Variant_GetDependents, LevelVariantSets) == 0x000000, "Member 'Variant_GetDependents::LevelVariantSets' has a wrong offset!"); \ +static_assert(offsetof(Variant_GetDependents, bOnlyEnabledDependencies) == 0x000008, "Member 'Variant_GetDependents::bOnlyEnabledDependencies' has a wrong offset!"); \ +static_assert(offsetof(Variant_GetDependents, ReturnValue) == 0x000010, "Member 'Variant_GetDependents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetNumActors \ +static_assert(alignof(Variant_GetNumActors) == 0x000004, "Wrong alignment on Variant_GetNumActors"); \ +static_assert(sizeof(Variant_GetNumActors) == 0x000004, "Wrong size on Variant_GetNumActors"); \ +static_assert(offsetof(Variant_GetNumActors, ReturnValue) == 0x000000, "Member 'Variant_GetNumActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetNumDependencies \ +static_assert(alignof(Variant_GetNumDependencies) == 0x000004, "Wrong alignment on Variant_GetNumDependencies"); \ +static_assert(sizeof(Variant_GetNumDependencies) == 0x000004, "Wrong size on Variant_GetNumDependencies"); \ +static_assert(offsetof(Variant_GetNumDependencies, ReturnValue) == 0x000000, "Member 'Variant_GetNumDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetParent \ +static_assert(alignof(Variant_GetParent) == 0x000008, "Wrong alignment on Variant_GetParent"); \ +static_assert(sizeof(Variant_GetParent) == 0x000008, "Wrong size on Variant_GetParent"); \ +static_assert(offsetof(Variant_GetParent, ReturnValue) == 0x000000, "Member 'Variant_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetThumbnail \ +static_assert(alignof(Variant_GetThumbnail) == 0x000008, "Wrong alignment on Variant_GetThumbnail"); \ +static_assert(sizeof(Variant_GetThumbnail) == 0x000008, "Wrong size on Variant_GetThumbnail"); \ +static_assert(offsetof(Variant_GetThumbnail, ReturnValue) == 0x000000, "Member 'Variant_GetThumbnail::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_IsActive \ +static_assert(alignof(Variant_IsActive) == 0x000001, "Wrong alignment on Variant_IsActive"); \ +static_assert(sizeof(Variant_IsActive) == 0x000001, "Wrong size on Variant_IsActive"); \ +static_assert(offsetof(Variant_IsActive, ReturnValue) == 0x000000, "Member 'Variant_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetDependency \ +static_assert(alignof(Variant_SetDependency) == 0x000008, "Wrong alignment on Variant_SetDependency"); \ +static_assert(sizeof(Variant_SetDependency) == 0x000060, "Wrong size on Variant_SetDependency"); \ +static_assert(offsetof(Variant_SetDependency, Index_0) == 0x000000, "Member 'Variant_SetDependency::Index_0' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetDependency, Dependency) == 0x000008, "Member 'Variant_SetDependency::Dependency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetDisplayText \ +static_assert(alignof(Variant_SetDisplayText) == 0x000008, "Wrong alignment on Variant_SetDisplayText"); \ +static_assert(sizeof(Variant_SetDisplayText) == 0x000010, "Wrong size on Variant_SetDisplayText"); \ +static_assert(offsetof(Variant_SetDisplayText, NewDisplayText) == 0x000000, "Member 'Variant_SetDisplayText::NewDisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetThumbnailFromCamera \ +static_assert(alignof(Variant_SetThumbnailFromCamera) == 0x000010, "Wrong alignment on Variant_SetThumbnailFromCamera"); \ +static_assert(sizeof(Variant_SetThumbnailFromCamera) == 0x000080, "Wrong size on Variant_SetThumbnailFromCamera"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, WorldContextObject) == 0x000000, "Member 'Variant_SetThumbnailFromCamera::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, CameraTransform) == 0x000010, "Member 'Variant_SetThumbnailFromCamera::CameraTransform' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, FOVDegrees) == 0x000070, "Member 'Variant_SetThumbnailFromCamera::FOVDegrees' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, MinZ) == 0x000074, "Member 'Variant_SetThumbnailFromCamera::MinZ' has a wrong offset!"); \ +static_assert(offsetof(Variant_SetThumbnailFromCamera, Gamma) == 0x000078, "Member 'Variant_SetThumbnailFromCamera::Gamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetThumbnailFromFile \ +static_assert(alignof(Variant_SetThumbnailFromFile) == 0x000008, "Wrong alignment on Variant_SetThumbnailFromFile"); \ +static_assert(sizeof(Variant_SetThumbnailFromFile) == 0x000010, "Wrong size on Variant_SetThumbnailFromFile"); \ +static_assert(offsetof(Variant_SetThumbnailFromFile, FilePath) == 0x000000, "Member 'Variant_SetThumbnailFromFile::FilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetThumbnailFromTexture \ +static_assert(alignof(Variant_SetThumbnailFromTexture) == 0x000008, "Wrong alignment on Variant_SetThumbnailFromTexture"); \ +static_assert(sizeof(Variant_SetThumbnailFromTexture) == 0x000008, "Wrong size on Variant_SetThumbnailFromTexture"); \ +static_assert(offsetof(Variant_SetThumbnailFromTexture, NewThumbnail) == 0x000000, "Member 'Variant_SetThumbnailFromTexture::NewThumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_GetDisplayText \ +static_assert(alignof(Variant_GetDisplayText) == 0x000008, "Wrong alignment on Variant_GetDisplayText"); \ +static_assert(sizeof(Variant_GetDisplayText) == 0x000010, "Wrong size on Variant_GetDisplayText"); \ +static_assert(offsetof(Variant_GetDisplayText, ReturnValue) == 0x000000, "Member 'Variant_GetDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariant \ +static_assert(alignof(UVariant) == 0x000008, "Wrong alignment on UVariant"); \ +static_assert(sizeof(UVariant) == 0x000070, "Wrong size on UVariant"); \ +static_assert(offsetof(UVariant, Dependencies) == 0x000028, "Member 'UVariant::Dependencies' has a wrong offset!"); \ +static_assert(offsetof(UVariant, DisplayText) == 0x000038, "Member 'UVariant::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UVariant, ObjectBindings) == 0x000058, "Member 'UVariant::ObjectBindings' has a wrong offset!"); \ +static_assert(offsetof(UVariant, Thumbnail) == 0x000068, "Member 'UVariant::Thumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariantObjectBinding \ +static_assert(alignof(UVariantObjectBinding) == 0x000008, "Wrong alignment on UVariantObjectBinding"); \ +static_assert(sizeof(UVariantObjectBinding) == 0x000090, "Wrong size on UVariantObjectBinding"); \ +static_assert(offsetof(UVariantObjectBinding, CachedActorLabel) == 0x000028, "Member 'UVariantObjectBinding::CachedActorLabel' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, ObjectPtr) == 0x000038, "Member 'UVariantObjectBinding::ObjectPtr' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, LazyObjectPtr) == 0x000058, "Member 'UVariantObjectBinding::LazyObjectPtr' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, CapturedProperties) == 0x000070, "Member 'UVariantObjectBinding::CapturedProperties' has a wrong offset!"); \ +static_assert(offsetof(UVariantObjectBinding, FunctionCallers) == 0x000080, "Member 'UVariantObjectBinding::FunctionCallers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetParent \ +static_assert(alignof(VariantSet_GetParent) == 0x000008, "Wrong alignment on VariantSet_GetParent"); \ +static_assert(sizeof(VariantSet_GetParent) == 0x000008, "Wrong size on VariantSet_GetParent"); \ +static_assert(offsetof(VariantSet_GetParent, ReturnValue) == 0x000000, "Member 'VariantSet_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetThumbnail \ +static_assert(alignof(VariantSet_GetThumbnail) == 0x000008, "Wrong alignment on VariantSet_GetThumbnail"); \ +static_assert(sizeof(VariantSet_GetThumbnail) == 0x000008, "Wrong size on VariantSet_GetThumbnail"); \ +static_assert(offsetof(VariantSet_GetThumbnail, ReturnValue) == 0x000000, "Member 'VariantSet_GetThumbnail::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetVariant \ +static_assert(alignof(VariantSet_GetVariant) == 0x000008, "Wrong alignment on VariantSet_GetVariant"); \ +static_assert(sizeof(VariantSet_GetVariant) == 0x000010, "Wrong size on VariantSet_GetVariant"); \ +static_assert(offsetof(VariantSet_GetVariant, VariantIndex) == 0x000000, "Member 'VariantSet_GetVariant::VariantIndex' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_GetVariant, ReturnValue) == 0x000008, "Member 'VariantSet_GetVariant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetVariantByName \ +static_assert(alignof(VariantSet_GetVariantByName) == 0x000008, "Wrong alignment on VariantSet_GetVariantByName"); \ +static_assert(sizeof(VariantSet_GetVariantByName) == 0x000018, "Wrong size on VariantSet_GetVariantByName"); \ +static_assert(offsetof(VariantSet_GetVariantByName, VariantName) == 0x000000, "Member 'VariantSet_GetVariantByName::VariantName' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_GetVariantByName, ReturnValue) == 0x000010, "Member 'VariantSet_GetVariantByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetDisplayText \ +static_assert(alignof(VariantSet_SetDisplayText) == 0x000008, "Wrong alignment on VariantSet_SetDisplayText"); \ +static_assert(sizeof(VariantSet_SetDisplayText) == 0x000010, "Wrong size on VariantSet_SetDisplayText"); \ +static_assert(offsetof(VariantSet_SetDisplayText, NewDisplayText) == 0x000000, "Member 'VariantSet_SetDisplayText::NewDisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromCamera \ +static_assert(alignof(VariantSet_SetThumbnailFromCamera) == 0x000010, "Wrong alignment on VariantSet_SetThumbnailFromCamera"); \ +static_assert(sizeof(VariantSet_SetThumbnailFromCamera) == 0x000080, "Wrong size on VariantSet_SetThumbnailFromCamera"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, WorldContextObject) == 0x000000, "Member 'VariantSet_SetThumbnailFromCamera::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, CameraTransform) == 0x000010, "Member 'VariantSet_SetThumbnailFromCamera::CameraTransform' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, FOVDegrees) == 0x000070, "Member 'VariantSet_SetThumbnailFromCamera::FOVDegrees' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, MinZ) == 0x000074, "Member 'VariantSet_SetThumbnailFromCamera::MinZ' has a wrong offset!"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromCamera, Gamma) == 0x000078, "Member 'VariantSet_SetThumbnailFromCamera::Gamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromFile \ +static_assert(alignof(VariantSet_SetThumbnailFromFile) == 0x000008, "Wrong alignment on VariantSet_SetThumbnailFromFile"); \ +static_assert(sizeof(VariantSet_SetThumbnailFromFile) == 0x000010, "Wrong size on VariantSet_SetThumbnailFromFile"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromFile, FilePath) == 0x000000, "Member 'VariantSet_SetThumbnailFromFile::FilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromTexture \ +static_assert(alignof(VariantSet_SetThumbnailFromTexture) == 0x000008, "Wrong alignment on VariantSet_SetThumbnailFromTexture"); \ +static_assert(sizeof(VariantSet_SetThumbnailFromTexture) == 0x000008, "Wrong size on VariantSet_SetThumbnailFromTexture"); \ +static_assert(offsetof(VariantSet_SetThumbnailFromTexture, NewThumbnail) == 0x000000, "Member 'VariantSet_SetThumbnailFromTexture::NewThumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetDisplayText \ +static_assert(alignof(VariantSet_GetDisplayText) == 0x000008, "Wrong alignment on VariantSet_GetDisplayText"); \ +static_assert(sizeof(VariantSet_GetDisplayText) == 0x000010, "Wrong size on VariantSet_GetDisplayText"); \ +static_assert(offsetof(VariantSet_GetDisplayText, ReturnValue) == 0x000000, "Member 'VariantSet_GetDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetNumVariants \ +static_assert(alignof(VariantSet_GetNumVariants) == 0x000004, "Wrong alignment on VariantSet_GetNumVariants"); \ +static_assert(sizeof(VariantSet_GetNumVariants) == 0x000004, "Wrong size on VariantSet_GetNumVariants"); \ +static_assert(offsetof(VariantSet_GetNumVariants, ReturnValue) == 0x000000, "Member 'VariantSet_GetNumVariants::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariantSet \ +static_assert(alignof(UVariantSet) == 0x000008, "Wrong alignment on UVariantSet"); \ +static_assert(sizeof(UVariantSet) == 0x000068, "Wrong size on UVariantSet"); \ +static_assert(offsetof(UVariantSet, DisplayText) == 0x000028, "Member 'UVariantSet::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, bExpanded) == 0x000048, "Member 'UVariantSet::bExpanded' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, Variants) == 0x000050, "Member 'UVariantSet::Variants' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, Thumbnail) == 0x000060, "Member 'UVariantSet::Thumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAudioSoundWaveFactoryNode \ +static_assert(alignof(UInterchangeAudioSoundWaveFactoryNode) == 0x000008, "Wrong alignment on UInterchangeAudioSoundWaveFactoryNode"); \ +static_assert(sizeof(UInterchangeAudioSoundWaveFactoryNode) == 0x0001C0, "Wrong size on UInterchangeAudioSoundWaveFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_AddComponentUid \ +static_assert(alignof(InterchangeActorFactoryNode_AddComponentUid) == 0x000008, "Wrong alignment on InterchangeActorFactoryNode_AddComponentUid"); \ +static_assert(sizeof(InterchangeActorFactoryNode_AddComponentUid) == 0x000018, "Wrong size on InterchangeActorFactoryNode_AddComponentUid"); \ +static_assert(offsetof(InterchangeActorFactoryNode_AddComponentUid, ComponentUid) == 0x000000, "Member 'InterchangeActorFactoryNode_AddComponentUid::ComponentUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_AddComponentUid, ReturnValue) == 0x000010, "Member 'InterchangeActorFactoryNode_AddComponentUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_SetCustomActorClassName \ +static_assert(alignof(InterchangeActorFactoryNode_SetCustomActorClassName) == 0x000008, "Wrong alignment on InterchangeActorFactoryNode_SetCustomActorClassName"); \ +static_assert(sizeof(InterchangeActorFactoryNode_SetCustomActorClassName) == 0x000018, "Wrong size on InterchangeActorFactoryNode_SetCustomActorClassName"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomActorClassName, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_SetCustomActorClassName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomActorClassName, ReturnValue) == 0x000010, "Member 'InterchangeActorFactoryNode_SetCustomActorClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_SetCustomActorVisibility \ +static_assert(alignof(InterchangeActorFactoryNode_SetCustomActorVisibility) == 0x000001, "Wrong alignment on InterchangeActorFactoryNode_SetCustomActorVisibility"); \ +static_assert(sizeof(InterchangeActorFactoryNode_SetCustomActorVisibility) == 0x000003, "Wrong size on InterchangeActorFactoryNode_SetCustomActorVisibility"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomActorVisibility, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_SetCustomActorVisibility::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomActorVisibility, bAddApplyDelegate) == 0x000001, "Member 'InterchangeActorFactoryNode_SetCustomActorVisibility::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomActorVisibility, ReturnValue) == 0x000002, "Member 'InterchangeActorFactoryNode_SetCustomActorVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_SetCustomComponentVisibility \ +static_assert(alignof(InterchangeActorFactoryNode_SetCustomComponentVisibility) == 0x000001, "Wrong alignment on InterchangeActorFactoryNode_SetCustomComponentVisibility"); \ +static_assert(sizeof(InterchangeActorFactoryNode_SetCustomComponentVisibility) == 0x000003, "Wrong size on InterchangeActorFactoryNode_SetCustomComponentVisibility"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomComponentVisibility, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_SetCustomComponentVisibility::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomComponentVisibility, bAddApplyDelegate) == 0x000001, "Member 'InterchangeActorFactoryNode_SetCustomComponentVisibility::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomComponentVisibility, ReturnValue) == 0x000002, "Member 'InterchangeActorFactoryNode_SetCustomComponentVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_SetCustomGlobalTransform \ +static_assert(alignof(InterchangeActorFactoryNode_SetCustomGlobalTransform) == 0x000010, "Wrong alignment on InterchangeActorFactoryNode_SetCustomGlobalTransform"); \ +static_assert(sizeof(InterchangeActorFactoryNode_SetCustomGlobalTransform) == 0x000070, "Wrong size on InterchangeActorFactoryNode_SetCustomGlobalTransform"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomGlobalTransform, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_SetCustomGlobalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomGlobalTransform, bAddApplyDelegate) == 0x000060, "Member 'InterchangeActorFactoryNode_SetCustomGlobalTransform::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomGlobalTransform, ReturnValue) == 0x000061, "Member 'InterchangeActorFactoryNode_SetCustomGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_SetCustomLocalTransform \ +static_assert(alignof(InterchangeActorFactoryNode_SetCustomLocalTransform) == 0x000010, "Wrong alignment on InterchangeActorFactoryNode_SetCustomLocalTransform"); \ +static_assert(sizeof(InterchangeActorFactoryNode_SetCustomLocalTransform) == 0x000070, "Wrong size on InterchangeActorFactoryNode_SetCustomLocalTransform"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_SetCustomLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomLocalTransform, bAddApplyDelegate) == 0x000060, "Member 'InterchangeActorFactoryNode_SetCustomLocalTransform::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomLocalTransform, ReturnValue) == 0x000061, "Member 'InterchangeActorFactoryNode_SetCustomLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_SetCustomMobility \ +static_assert(alignof(InterchangeActorFactoryNode_SetCustomMobility) == 0x000001, "Wrong alignment on InterchangeActorFactoryNode_SetCustomMobility"); \ +static_assert(sizeof(InterchangeActorFactoryNode_SetCustomMobility) == 0x000003, "Wrong size on InterchangeActorFactoryNode_SetCustomMobility"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomMobility, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_SetCustomMobility::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomMobility, bAddApplyDelegate) == 0x000001, "Member 'InterchangeActorFactoryNode_SetCustomMobility::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_SetCustomMobility, ReturnValue) == 0x000002, "Member 'InterchangeActorFactoryNode_SetCustomMobility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_GetComponentUids \ +static_assert(alignof(InterchangeActorFactoryNode_GetComponentUids) == 0x000008, "Wrong alignment on InterchangeActorFactoryNode_GetComponentUids"); \ +static_assert(sizeof(InterchangeActorFactoryNode_GetComponentUids) == 0x000010, "Wrong size on InterchangeActorFactoryNode_GetComponentUids"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetComponentUids, OutComponentUids) == 0x000000, "Member 'InterchangeActorFactoryNode_GetComponentUids::OutComponentUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_GetCustomActorClassName \ +static_assert(alignof(InterchangeActorFactoryNode_GetCustomActorClassName) == 0x000008, "Wrong alignment on InterchangeActorFactoryNode_GetCustomActorClassName"); \ +static_assert(sizeof(InterchangeActorFactoryNode_GetCustomActorClassName) == 0x000018, "Wrong size on InterchangeActorFactoryNode_GetCustomActorClassName"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomActorClassName, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_GetCustomActorClassName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomActorClassName, ReturnValue) == 0x000010, "Member 'InterchangeActorFactoryNode_GetCustomActorClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_GetCustomActorVisibility \ +static_assert(alignof(InterchangeActorFactoryNode_GetCustomActorVisibility) == 0x000001, "Wrong alignment on InterchangeActorFactoryNode_GetCustomActorVisibility"); \ +static_assert(sizeof(InterchangeActorFactoryNode_GetCustomActorVisibility) == 0x000002, "Wrong size on InterchangeActorFactoryNode_GetCustomActorVisibility"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomActorVisibility, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_GetCustomActorVisibility::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomActorVisibility, ReturnValue) == 0x000001, "Member 'InterchangeActorFactoryNode_GetCustomActorVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_GetCustomComponentVisibility \ +static_assert(alignof(InterchangeActorFactoryNode_GetCustomComponentVisibility) == 0x000001, "Wrong alignment on InterchangeActorFactoryNode_GetCustomComponentVisibility"); \ +static_assert(sizeof(InterchangeActorFactoryNode_GetCustomComponentVisibility) == 0x000002, "Wrong size on InterchangeActorFactoryNode_GetCustomComponentVisibility"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomComponentVisibility, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_GetCustomComponentVisibility::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomComponentVisibility, ReturnValue) == 0x000001, "Member 'InterchangeActorFactoryNode_GetCustomComponentVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_GetCustomGlobalTransform \ +static_assert(alignof(InterchangeActorFactoryNode_GetCustomGlobalTransform) == 0x000010, "Wrong alignment on InterchangeActorFactoryNode_GetCustomGlobalTransform"); \ +static_assert(sizeof(InterchangeActorFactoryNode_GetCustomGlobalTransform) == 0x000070, "Wrong size on InterchangeActorFactoryNode_GetCustomGlobalTransform"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomGlobalTransform, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_GetCustomGlobalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomGlobalTransform, ReturnValue) == 0x000060, "Member 'InterchangeActorFactoryNode_GetCustomGlobalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_GetCustomLocalTransform \ +static_assert(alignof(InterchangeActorFactoryNode_GetCustomLocalTransform) == 0x000010, "Wrong alignment on InterchangeActorFactoryNode_GetCustomLocalTransform"); \ +static_assert(sizeof(InterchangeActorFactoryNode_GetCustomLocalTransform) == 0x000070, "Wrong size on InterchangeActorFactoryNode_GetCustomLocalTransform"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_GetCustomLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomLocalTransform, ReturnValue) == 0x000060, "Member 'InterchangeActorFactoryNode_GetCustomLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeActorFactoryNode_GetCustomMobility \ +static_assert(alignof(InterchangeActorFactoryNode_GetCustomMobility) == 0x000001, "Wrong alignment on InterchangeActorFactoryNode_GetCustomMobility"); \ +static_assert(sizeof(InterchangeActorFactoryNode_GetCustomMobility) == 0x000002, "Wrong size on InterchangeActorFactoryNode_GetCustomMobility"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomMobility, AttributeValue) == 0x000000, "Member 'InterchangeActorFactoryNode_GetCustomMobility::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeActorFactoryNode_GetCustomMobility, ReturnValue) == 0x000001, "Member 'InterchangeActorFactoryNode_GetCustomMobility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeActorFactoryNode \ +static_assert(alignof(UInterchangeActorFactoryNode) == 0x000008, "Wrong alignment on UInterchangeActorFactoryNode"); \ +static_assert(sizeof(UInterchangeActorFactoryNode) == 0x000280, "Wrong size on UInterchangeActorFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_SetCustomFocalLength \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_SetCustomFocalLength) == 0x000004, "Wrong alignment on InterchangePhysicalCameraFactoryNode_SetCustomFocalLength"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_SetCustomFocalLength) == 0x000008, "Wrong size on InterchangePhysicalCameraFactoryNode_SetCustomFocalLength"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomFocalLength, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomFocalLength::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomFocalLength, bAddApplyDelegate) == 0x000004, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomFocalLength::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomFocalLength, ReturnValue) == 0x000005, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod) == 0x000001, "Wrong alignment on InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod) == 0x000003, "Wrong size on InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod, bAddApplyDelegate) == 0x000001, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod, ReturnValue) == 0x000002, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomFocusMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight) == 0x000004, "Wrong alignment on InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight) == 0x000008, "Wrong size on InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight, bAddApplyDelegate) == 0x000004, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight, ReturnValue) == 0x000005, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomSensorHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth) == 0x000004, "Wrong alignment on InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth) == 0x000008, "Wrong size on InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth, bAddApplyDelegate) == 0x000004, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth, ReturnValue) == 0x000005, "Member 'InterchangePhysicalCameraFactoryNode_SetCustomSensorWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_GetCustomFocalLength \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_GetCustomFocalLength) == 0x000004, "Wrong alignment on InterchangePhysicalCameraFactoryNode_GetCustomFocalLength"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_GetCustomFocalLength) == 0x000008, "Wrong size on InterchangePhysicalCameraFactoryNode_GetCustomFocalLength"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomFocalLength, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomFocalLength::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomFocalLength, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod) == 0x000001, "Wrong alignment on InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod) == 0x000002, "Wrong size on InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod, ReturnValue) == 0x000001, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomFocusMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight) == 0x000004, "Wrong alignment on InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight) == 0x000008, "Wrong size on InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomSensorHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth \ +static_assert(alignof(InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth) == 0x000004, "Wrong alignment on InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth"); \ +static_assert(sizeof(InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth) == 0x000008, "Wrong size on InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth, AttributeValue) == 0x000000, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth, ReturnValue) == 0x000004, "Member 'InterchangePhysicalCameraFactoryNode_GetCustomSensorWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePhysicalCameraFactoryNode \ +static_assert(alignof(UInterchangePhysicalCameraFactoryNode) == 0x000008, "Wrong alignment on UInterchangePhysicalCameraFactoryNode"); \ +static_assert(sizeof(UInterchangePhysicalCameraFactoryNode) == 0x0002C0, "Wrong size on UInterchangePhysicalCameraFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_SetCustomAspectRatio \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_SetCustomAspectRatio) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_SetCustomAspectRatio"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_SetCustomAspectRatio) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_SetCustomAspectRatio"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomAspectRatio, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_SetCustomAspectRatio::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomAspectRatio, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_SetCustomAspectRatio::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomAspectRatio, ReturnValue) == 0x000005, "Member 'InterchangeStandardCameraFactoryNode_SetCustomAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane, ReturnValue) == 0x000005, "Member 'InterchangeStandardCameraFactoryNode_SetCustomFarClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_SetCustomFieldOfView \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_SetCustomFieldOfView) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_SetCustomFieldOfView"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_SetCustomFieldOfView) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_SetCustomFieldOfView"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomFieldOfView, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_SetCustomFieldOfView::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomFieldOfView, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_SetCustomFieldOfView::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomFieldOfView, ReturnValue) == 0x000005, "Member 'InterchangeStandardCameraFactoryNode_SetCustomFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane, ReturnValue) == 0x000005, "Member 'InterchangeStandardCameraFactoryNode_SetCustomNearClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_SetCustomProjectionMode \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_SetCustomProjectionMode) == 0x000001, "Wrong alignment on InterchangeStandardCameraFactoryNode_SetCustomProjectionMode"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_SetCustomProjectionMode) == 0x000003, "Wrong size on InterchangeStandardCameraFactoryNode_SetCustomProjectionMode"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomProjectionMode, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_SetCustomProjectionMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomProjectionMode, bAddApplyDelegate) == 0x000001, "Member 'InterchangeStandardCameraFactoryNode_SetCustomProjectionMode::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomProjectionMode, ReturnValue) == 0x000002, "Member 'InterchangeStandardCameraFactoryNode_SetCustomProjectionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_SetCustomWidth \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_SetCustomWidth) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_SetCustomWidth"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_SetCustomWidth) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_SetCustomWidth"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomWidth, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_SetCustomWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomWidth, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_SetCustomWidth::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_SetCustomWidth, ReturnValue) == 0x000005, "Member 'InterchangeStandardCameraFactoryNode_SetCustomWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_GetCustomAspectRatio \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_GetCustomAspectRatio) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_GetCustomAspectRatio"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_GetCustomAspectRatio) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_GetCustomAspectRatio"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomAspectRatio, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_GetCustomAspectRatio::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomAspectRatio, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_GetCustomAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_GetCustomFarClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_GetCustomFieldOfView \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_GetCustomFieldOfView) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_GetCustomFieldOfView"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_GetCustomFieldOfView) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_GetCustomFieldOfView"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomFieldOfView, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_GetCustomFieldOfView::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomFieldOfView, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_GetCustomFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_GetCustomNearClipPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_GetCustomProjectionMode \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_GetCustomProjectionMode) == 0x000001, "Wrong alignment on InterchangeStandardCameraFactoryNode_GetCustomProjectionMode"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_GetCustomProjectionMode) == 0x000002, "Wrong size on InterchangeStandardCameraFactoryNode_GetCustomProjectionMode"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomProjectionMode, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_GetCustomProjectionMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomProjectionMode, ReturnValue) == 0x000001, "Member 'InterchangeStandardCameraFactoryNode_GetCustomProjectionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStandardCameraFactoryNode_GetCustomWidth \ +static_assert(alignof(InterchangeStandardCameraFactoryNode_GetCustomWidth) == 0x000004, "Wrong alignment on InterchangeStandardCameraFactoryNode_GetCustomWidth"); \ +static_assert(sizeof(InterchangeStandardCameraFactoryNode_GetCustomWidth) == 0x000008, "Wrong size on InterchangeStandardCameraFactoryNode_GetCustomWidth"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomWidth, AttributeValue) == 0x000000, "Member 'InterchangeStandardCameraFactoryNode_GetCustomWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStandardCameraFactoryNode_GetCustomWidth, ReturnValue) == 0x000004, "Member 'InterchangeStandardCameraFactoryNode_GetCustomWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeStandardCameraFactoryNode \ +static_assert(alignof(UInterchangeStandardCameraFactoryNode) == 0x000008, "Wrong alignment on UInterchangeStandardCameraFactoryNode"); \ +static_assert(sizeof(UInterchangeStandardCameraFactoryNode) == 0x0002E0, "Wrong size on UInterchangeStandardCameraFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode \ +static_assert(alignof(InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode) == 0x000008, "Wrong alignment on InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode"); \ +static_assert(sizeof(InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode) == 0x000038, "Wrong size on InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode, UniqueID) == 0x000000, "Member 'InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode, DisplayLabel) == 0x000010, "Member 'InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode, InAssetClass) == 0x000020, "Member 'InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode::InAssetClass' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode, NodeContainer) == 0x000030, "Member 'InterchangePhysicsAssetFactoryNode_InitializePhysicsAssetNode::NodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid \ +static_assert(alignof(InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid) == 0x000008, "Wrong alignment on InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid"); \ +static_assert(sizeof(InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid) == 0x000018, "Wrong size on InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid, AttributeValue) == 0x000000, "Member 'InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid, ReturnValue) == 0x000010, "Member 'InterchangePhysicsAssetFactoryNode_SetCustomSkeletalMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid \ +static_assert(alignof(InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid) == 0x000008, "Wrong alignment on InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid"); \ +static_assert(sizeof(InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid) == 0x000018, "Wrong size on InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid, AttributeValue) == 0x000000, "Member 'InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid, ReturnValue) == 0x000010, "Member 'InterchangePhysicsAssetFactoryNode_GetCustomSkeletalMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePhysicsAssetFactoryNode \ +static_assert(alignof(UInterchangePhysicsAssetFactoryNode) == 0x000008, "Wrong alignment on UInterchangePhysicsAssetFactoryNode"); \ +static_assert(sizeof(UInterchangePhysicsAssetFactoryNode) == 0x0001F0, "Wrong size on UInterchangePhysicsAssetFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_InitializeSkeletonNode \ +static_assert(alignof(InterchangeSkeletonFactoryNode_InitializeSkeletonNode) == 0x000008, "Wrong alignment on InterchangeSkeletonFactoryNode_InitializeSkeletonNode"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_InitializeSkeletonNode) == 0x000038, "Wrong size on InterchangeSkeletonFactoryNode_InitializeSkeletonNode"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_InitializeSkeletonNode, UniqueID) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_InitializeSkeletonNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_InitializeSkeletonNode, DisplayLabel) == 0x000010, "Member 'InterchangeSkeletonFactoryNode_InitializeSkeletonNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_InitializeSkeletonNode, InAssetClass) == 0x000020, "Member 'InterchangeSkeletonFactoryNode_InitializeSkeletonNode::InAssetClass' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_InitializeSkeletonNode, NodeContainer) == 0x000030, "Member 'InterchangeSkeletonFactoryNode_InitializeSkeletonNode::NodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_SetCustomRootJointUid \ +static_assert(alignof(InterchangeSkeletonFactoryNode_SetCustomRootJointUid) == 0x000008, "Wrong alignment on InterchangeSkeletonFactoryNode_SetCustomRootJointUid"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_SetCustomRootJointUid) == 0x000018, "Wrong size on InterchangeSkeletonFactoryNode_SetCustomRootJointUid"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_SetCustomRootJointUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_SetCustomRootJointUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_SetCustomRootJointUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletonFactoryNode_SetCustomRootJointUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid \ +static_assert(alignof(InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid) == 0x000018, "Wrong size on InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletonFactoryNode_SetCustomSkeletalMeshFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose \ +static_assert(alignof(InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose) == 0x000001, "Wrong alignment on InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose) == 0x000002, "Wrong size on InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose, AttributeValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose, ReturnValue) == 0x000001, "Member 'InterchangeSkeletonFactoryNode_SetCustomUseTimeZeroForBindPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_GetCustomRootJointUid \ +static_assert(alignof(InterchangeSkeletonFactoryNode_GetCustomRootJointUid) == 0x000008, "Wrong alignment on InterchangeSkeletonFactoryNode_GetCustomRootJointUid"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_GetCustomRootJointUid) == 0x000018, "Wrong size on InterchangeSkeletonFactoryNode_GetCustomRootJointUid"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetCustomRootJointUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_GetCustomRootJointUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetCustomRootJointUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletonFactoryNode_GetCustomRootJointUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid \ +static_assert(alignof(InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid) == 0x000018, "Wrong size on InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletonFactoryNode_GetCustomSkeletalMeshFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose \ +static_assert(alignof(InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose) == 0x000001, "Wrong alignment on InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose"); \ +static_assert(sizeof(InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose) == 0x000002, "Wrong size on InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose, AttributeValue) == 0x000000, "Member 'InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose, ReturnValue) == 0x000001, "Member 'InterchangeSkeletonFactoryNode_GetCustomUseTimeZeroForBindPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletonFactoryNode \ +static_assert(alignof(UInterchangeSkeletonFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSkeletonFactoryNode"); \ +static_assert(sizeof(UInterchangeSkeletonFactoryNode) == 0x000210, "Wrong size on UInterchangeSkeletonFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_InitializeTextureNode \ +static_assert(alignof(InterchangeTextureFactoryNode_InitializeTextureNode) == 0x000008, "Wrong alignment on InterchangeTextureFactoryNode_InitializeTextureNode"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_InitializeTextureNode) == 0x000038, "Wrong size on InterchangeTextureFactoryNode_InitializeTextureNode"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_InitializeTextureNode, UniqueID) == 0x000000, "Member 'InterchangeTextureFactoryNode_InitializeTextureNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_InitializeTextureNode, DisplayLabel) == 0x000010, "Member 'InterchangeTextureFactoryNode_InitializeTextureNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_InitializeTextureNode, InAssetName) == 0x000020, "Member 'InterchangeTextureFactoryNode_InitializeTextureNode::InAssetName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_InitializeTextureNode, NodeContainer) == 0x000030, "Member 'InterchangeTextureFactoryNode_InitializeTextureNode::NodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustBrightness \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustBrightness) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustBrightness"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustBrightness) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustBrightness"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustBrightness, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustBrightness, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustBrightness::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustBrightness, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustBrightnessCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustHue \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustHue) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustHue"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustHue) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustHue"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustHue, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustHue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustHue, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustHue::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustHue, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustHue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustMaxAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustMinAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustRGBCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustSaturation \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustSaturation) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustSaturation"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustSaturation) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustSaturation"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustSaturation, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustSaturation::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustSaturation, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustSaturation::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustSaturation, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustSaturation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAdjustVibrance \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAdjustVibrance) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAdjustVibrance"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAdjustVibrance) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomAdjustVibrance"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustVibrance, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustVibrance::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustVibrance, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustVibrance::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAdjustVibrance, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomAdjustVibrance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomAllowNonPowerOfTwo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds) == 0x000010, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds) == 0x000030, "Wrong size on InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds, bAddApplyDelegate) == 0x000020, "Member 'InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds, ReturnValue) == 0x000021, "Member 'InterchangeTextureFactoryNode_SetCustomAlphaCoverageThresholds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustombChromaKeyTexture \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustombChromaKeyTexture) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustombChromaKeyTexture"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustombChromaKeyTexture) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustombChromaKeyTexture"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombChromaKeyTexture, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustombChromaKeyTexture::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombChromaKeyTexture, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustombChromaKeyTexture::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombChromaKeyTexture, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustombChromaKeyTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustombDoScaleMipsForAlphaCoverage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustombFlipGreenChannel \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustombFlipGreenChannel) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustombFlipGreenChannel"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustombFlipGreenChannel) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustombFlipGreenChannel"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombFlipGreenChannel, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustombFlipGreenChannel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombFlipGreenChannel, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustombFlipGreenChannel::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombFlipGreenChannel, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustombFlipGreenChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustombPreserveBorder \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustombPreserveBorder) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustombPreserveBorder"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustombPreserveBorder) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustombPreserveBorder"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombPreserveBorder, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustombPreserveBorder::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombPreserveBorder, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustombPreserveBorder::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombPreserveBorder, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustombPreserveBorder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustombUseLegacyGamma \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustombUseLegacyGamma) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustombUseLegacyGamma"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustombUseLegacyGamma) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustombUseLegacyGamma"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombUseLegacyGamma, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustombUseLegacyGamma::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombUseLegacyGamma, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustombUseLegacyGamma::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustombUseLegacyGamma, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustombUseLegacyGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomChromaKeyColor \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomChromaKeyColor) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomChromaKeyColor"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomChromaKeyColor) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomChromaKeyColor"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomChromaKeyColor, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomChromaKeyColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomChromaKeyColor, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomChromaKeyColor::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomChromaKeyColor, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomChromaKeyColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomChromaKeyThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomColorSpace \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomColorSpace) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomColorSpace"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomColorSpace) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomColorSpace"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomColorSpace, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomColorSpace::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomColorSpace, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomColorSpace::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomColorSpace, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomColorSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomCompositePower \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomCompositePower) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomCompositePower"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomCompositePower) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomCompositePower"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompositePower, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomCompositePower::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompositePower, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomCompositePower::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompositePower, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomCompositePower::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomCompositeTextureMode \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomCompositeTextureMode) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomCompositeTextureMode"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomCompositeTextureMode) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomCompositeTextureMode"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompositeTextureMode, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomCompositeTextureMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompositeTextureMode, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomCompositeTextureMode::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompositeTextureMode, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomCompositeTextureMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionNoAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomCompressionQuality \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomCompressionQuality) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomCompressionQuality"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomCompressionQuality) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomCompressionQuality"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionQuality, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionQuality::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionQuality, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionQuality::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionQuality, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomCompressionSettings \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomCompressionSettings) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomCompressionSettings"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomCompressionSettings) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomCompressionSettings"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionSettings, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionSettings::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionSettings, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionSettings::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomCompressionSettings, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomCompressionSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomDeferCompression \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomDeferCompression) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomDeferCompression"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomDeferCompression) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomDeferCompression"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDeferCompression, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomDeferCompression::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDeferCompression, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomDeferCompression::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDeferCompression, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomDeferCompression::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomDownscale \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomDownscale) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomDownscale"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomDownscale) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomDownscale"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDownscale, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomDownscale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDownscale, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomDownscale::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDownscale, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomDownscale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomDownscaleOptions \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomDownscaleOptions) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomDownscaleOptions"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomDownscaleOptions) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomDownscaleOptions"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDownscaleOptions, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomDownscaleOptions::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDownscaleOptions, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomDownscaleOptions::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomDownscaleOptions, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomDownscaleOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomFilter \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomFilter) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomFilter"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomFilter) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomFilter"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomFilter, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomFilter::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomFilter, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomFilter::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomFilter, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomLODBias \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomLODBias) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomLODBias"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomLODBias) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomLODBias"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLODBias, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomLODBias::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLODBias, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomLODBias::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLODBias, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomLODBias::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomLODGroup \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomLODGroup) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomLODGroup"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomLODGroup) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomLODGroup"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLODGroup, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomLODGroup::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLODGroup, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomLODGroup::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLODGroup, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomLODGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomLossyCompressionAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomMaxTextureSize \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomMaxTextureSize) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomMaxTextureSize"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomMaxTextureSize) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomMaxTextureSize"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMaxTextureSize, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomMaxTextureSize::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMaxTextureSize, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomMaxTextureSize::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMaxTextureSize, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomMaxTextureSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomMipGenSettings \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomMipGenSettings) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomMipGenSettings"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomMipGenSettings) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomMipGenSettings"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMipGenSettings, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomMipGenSettings::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMipGenSettings, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomMipGenSettings::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMipGenSettings, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomMipGenSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomMipLoadOptions \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomMipLoadOptions) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomMipLoadOptions"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomMipLoadOptions) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomMipLoadOptions"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMipLoadOptions, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomMipLoadOptions::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMipLoadOptions, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomMipLoadOptions::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomMipLoadOptions, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomMipLoadOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomPaddingColor \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomPaddingColor) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomPaddingColor"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomPaddingColor) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_SetCustomPaddingColor"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPaddingColor, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomPaddingColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPaddingColor, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureFactoryNode_SetCustomPaddingColor::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPaddingColor, ReturnValue) == 0x000005, "Member 'InterchangeTextureFactoryNode_SetCustomPaddingColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomPowerOfTwoMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomPreferCompressedSourceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomSRGB \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomSRGB) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomSRGB"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomSRGB) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomSRGB"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomSRGB, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomSRGB::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomSRGB, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomSRGB::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomSRGB, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomSRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid) == 0x000008, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid) == 0x000018, "Wrong size on InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeTextureFactoryNode_SetCustomTranslatedTextureNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming \ +static_assert(alignof(InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming) == 0x000003, "Wrong size on InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming, ReturnValue) == 0x000002, "Member 'InterchangeTextureFactoryNode_SetCustomVirtualTextureStreaming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustBrightness \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustBrightness) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustBrightness"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustBrightness) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustBrightness"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustBrightness, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustBrightness, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustBrightnessCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustHue \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustHue) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustHue"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustHue) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustHue"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustHue, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustHue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustHue, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustHue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustMaxAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustMinAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustRGBCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustSaturation \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustSaturation) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustSaturation"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustSaturation) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustSaturation"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustSaturation, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustSaturation::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustSaturation, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustSaturation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAdjustVibrance \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAdjustVibrance) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAdjustVibrance"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAdjustVibrance) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomAdjustVibrance"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustVibrance, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustVibrance::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAdjustVibrance, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomAdjustVibrance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomAllowNonPowerOfTwo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds) == 0x000010, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds) == 0x000030, "Wrong size on InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds, ReturnValue) == 0x000020, "Member 'InterchangeTextureFactoryNode_GetCustomAlphaCoverageThresholds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustombChromaKeyTexture \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustombChromaKeyTexture) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustombChromaKeyTexture"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustombChromaKeyTexture) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustombChromaKeyTexture"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombChromaKeyTexture, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustombChromaKeyTexture::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombChromaKeyTexture, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustombChromaKeyTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustombDoScaleMipsForAlphaCoverage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustombFlipGreenChannel \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustombFlipGreenChannel) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustombFlipGreenChannel"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustombFlipGreenChannel) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustombFlipGreenChannel"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombFlipGreenChannel, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustombFlipGreenChannel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombFlipGreenChannel, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustombFlipGreenChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustombPreserveBorder \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustombPreserveBorder) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustombPreserveBorder"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustombPreserveBorder) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustombPreserveBorder"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombPreserveBorder, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustombPreserveBorder::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombPreserveBorder, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustombPreserveBorder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustombUseLegacyGamma \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustombUseLegacyGamma) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustombUseLegacyGamma"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustombUseLegacyGamma) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustombUseLegacyGamma"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombUseLegacyGamma, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustombUseLegacyGamma::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustombUseLegacyGamma, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustombUseLegacyGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomChromaKeyColor \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomChromaKeyColor) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomChromaKeyColor"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomChromaKeyColor) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomChromaKeyColor"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomChromaKeyColor, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomChromaKeyColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomChromaKeyColor, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomChromaKeyColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomChromaKeyThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomColorSpace \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomColorSpace) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomColorSpace"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomColorSpace) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomColorSpace"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomColorSpace, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomColorSpace::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomColorSpace, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomColorSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomCompositePower \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomCompositePower) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomCompositePower"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomCompositePower) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomCompositePower"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompositePower, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomCompositePower::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompositePower, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomCompositePower::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomCompositeTextureMode \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomCompositeTextureMode) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomCompositeTextureMode"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomCompositeTextureMode) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomCompositeTextureMode"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompositeTextureMode, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomCompositeTextureMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompositeTextureMode, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomCompositeTextureMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomCompressionNoAlpha::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomCompressionQuality \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomCompressionQuality) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomCompressionQuality"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomCompressionQuality) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomCompressionQuality"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompressionQuality, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomCompressionQuality::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompressionQuality, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomCompressionQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomCompressionSettings \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomCompressionSettings) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomCompressionSettings"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomCompressionSettings) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomCompressionSettings"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompressionSettings, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomCompressionSettings::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomCompressionSettings, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomCompressionSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomDeferCompression \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomDeferCompression) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomDeferCompression"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomDeferCompression) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomDeferCompression"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomDeferCompression, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomDeferCompression::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomDeferCompression, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomDeferCompression::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomDownscale \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomDownscale) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomDownscale"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomDownscale) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomDownscale"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomDownscale, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomDownscale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomDownscale, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomDownscale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomDownscaleOptions \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomDownscaleOptions) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomDownscaleOptions"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomDownscaleOptions) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomDownscaleOptions"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomDownscaleOptions, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomDownscaleOptions::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomDownscaleOptions, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomDownscaleOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomFilter \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomFilter) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomFilter"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomFilter) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomFilter"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomFilter, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomFilter::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomFilter, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomFilter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomLODBias \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomLODBias) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomLODBias"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomLODBias) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomLODBias"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomLODBias, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomLODBias::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomLODBias, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomLODBias::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomLODGroup \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomLODGroup) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomLODGroup"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomLODGroup) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomLODGroup"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomLODGroup, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomLODGroup::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomLODGroup, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomLODGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomLossyCompressionAmount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomMaxTextureSize \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomMaxTextureSize) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomMaxTextureSize"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomMaxTextureSize) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomMaxTextureSize"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomMaxTextureSize, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomMaxTextureSize::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomMaxTextureSize, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomMaxTextureSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomMipGenSettings \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomMipGenSettings) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomMipGenSettings"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomMipGenSettings) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomMipGenSettings"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomMipGenSettings, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomMipGenSettings::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomMipGenSettings, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomMipGenSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomMipLoadOptions \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomMipLoadOptions) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomMipLoadOptions"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomMipLoadOptions) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomMipLoadOptions"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomMipLoadOptions, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomMipLoadOptions::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomMipLoadOptions, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomMipLoadOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomPaddingColor \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomPaddingColor) == 0x000004, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomPaddingColor"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomPaddingColor) == 0x000008, "Wrong size on InterchangeTextureFactoryNode_GetCustomPaddingColor"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomPaddingColor, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomPaddingColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomPaddingColor, ReturnValue) == 0x000004, "Member 'InterchangeTextureFactoryNode_GetCustomPaddingColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomPowerOfTwoMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomPreferCompressedSourceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomSRGB \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomSRGB) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomSRGB"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomSRGB) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomSRGB"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomSRGB, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomSRGB::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomSRGB, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomSRGB::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid) == 0x000008, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid) == 0x000018, "Wrong size on InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeTextureFactoryNode_GetCustomTranslatedTextureNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming \ +static_assert(alignof(InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming) == 0x000001, "Wrong alignment on InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming"); \ +static_assert(sizeof(InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming) == 0x000002, "Wrong size on InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming, AttributeValue) == 0x000000, "Member 'InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming, ReturnValue) == 0x000001, "Member 'InterchangeTextureFactoryNode_GetCustomVirtualTextureStreaming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureFactoryNode \ +static_assert(alignof(UInterchangeTextureFactoryNode) == 0x000008, "Wrong alignment on UInterchangeTextureFactoryNode"); \ +static_assert(sizeof(UInterchangeTextureFactoryNode) == 0x000460, "Wrong size on UInterchangeTextureFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ \ +static_assert(alignof(InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ) == 0x000001, "Wrong alignment on InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ"); \ +static_assert(sizeof(InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ) == 0x000003, "Wrong size on InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ, ReturnValue) == 0x000002, "Member 'InterchangeTexture2DArrayFactoryNode_SetCustomAddressZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DArrayFactoryNode_GetCustomAddressX \ +static_assert(alignof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressX) == 0x000001, "Wrong alignment on InterchangeTexture2DArrayFactoryNode_GetCustomAddressX"); \ +static_assert(sizeof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressX) == 0x000002, "Wrong size on InterchangeTexture2DArrayFactoryNode_GetCustomAddressX"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressX, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DArrayFactoryNode_GetCustomAddressX::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressX, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DArrayFactoryNode_GetCustomAddressX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DArrayFactoryNode_GetCustomAddressY \ +static_assert(alignof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressY) == 0x000001, "Wrong alignment on InterchangeTexture2DArrayFactoryNode_GetCustomAddressY"); \ +static_assert(sizeof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressY) == 0x000002, "Wrong size on InterchangeTexture2DArrayFactoryNode_GetCustomAddressY"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressY, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DArrayFactoryNode_GetCustomAddressY::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressY, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DArrayFactoryNode_GetCustomAddressY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ \ +static_assert(alignof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ) == 0x000001, "Wrong alignment on InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ"); \ +static_assert(sizeof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ) == 0x000002, "Wrong size on InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DArrayFactoryNode_GetCustomAddressZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTexture2DArrayFactoryNode \ +static_assert(alignof(UInterchangeTexture2DArrayFactoryNode) == 0x000008, "Wrong alignment on UInterchangeTexture2DArrayFactoryNode"); \ +static_assert(sizeof(UInterchangeTexture2DArrayFactoryNode) == 0x000490, "Wrong size on UInterchangeTexture2DArrayFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_SetCustomAddressX \ +static_assert(alignof(InterchangeTexture2DFactoryNode_SetCustomAddressX) == 0x000001, "Wrong alignment on InterchangeTexture2DFactoryNode_SetCustomAddressX"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_SetCustomAddressX) == 0x000003, "Wrong size on InterchangeTexture2DFactoryNode_SetCustomAddressX"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetCustomAddressX, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_SetCustomAddressX::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetCustomAddressX, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTexture2DFactoryNode_SetCustomAddressX::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetCustomAddressX, ReturnValue) == 0x000002, "Member 'InterchangeTexture2DFactoryNode_SetCustomAddressX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_SetCustomAddressY \ +static_assert(alignof(InterchangeTexture2DFactoryNode_SetCustomAddressY) == 0x000001, "Wrong alignment on InterchangeTexture2DFactoryNode_SetCustomAddressY"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_SetCustomAddressY) == 0x000003, "Wrong size on InterchangeTexture2DFactoryNode_SetCustomAddressY"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetCustomAddressY, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_SetCustomAddressY::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetCustomAddressY, bAddApplyDelegate) == 0x000001, "Member 'InterchangeTexture2DFactoryNode_SetCustomAddressY::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetCustomAddressY, ReturnValue) == 0x000002, "Member 'InterchangeTexture2DFactoryNode_SetCustomAddressY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_SetSourceBlock \ +static_assert(alignof(InterchangeTexture2DFactoryNode_SetSourceBlock) == 0x000008, "Wrong alignment on InterchangeTexture2DFactoryNode_SetSourceBlock"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_SetSourceBlock) == 0x000018, "Wrong size on InterchangeTexture2DFactoryNode_SetSourceBlock"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetSourceBlock, BlockIndex) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_SetSourceBlock::BlockIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetSourceBlock, InSourceFile) == 0x000008, "Member 'InterchangeTexture2DFactoryNode_SetSourceBlock::InSourceFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates \ +static_assert(alignof(InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates) == 0x000008, "Wrong alignment on InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates) == 0x000018, "Wrong size on InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates, X) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates::X' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates, Y) == 0x000004, "Member 'InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates::Y' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates, InSourceFile) == 0x000008, "Member 'InterchangeTexture2DFactoryNode_SetSourceBlockByCoordinates::InSourceFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_SetSourceBlocks \ +static_assert(alignof(InterchangeTexture2DFactoryNode_SetSourceBlocks) == 0x000008, "Wrong alignment on InterchangeTexture2DFactoryNode_SetSourceBlocks"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_SetSourceBlocks) == 0x000050, "Wrong size on InterchangeTexture2DFactoryNode_SetSourceBlocks"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_SetSourceBlocks, InSourceBlocks) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_SetSourceBlocks::InSourceBlocks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_GetCustomAddressX \ +static_assert(alignof(InterchangeTexture2DFactoryNode_GetCustomAddressX) == 0x000001, "Wrong alignment on InterchangeTexture2DFactoryNode_GetCustomAddressX"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_GetCustomAddressX) == 0x000002, "Wrong size on InterchangeTexture2DFactoryNode_GetCustomAddressX"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetCustomAddressX, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_GetCustomAddressX::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetCustomAddressX, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DFactoryNode_GetCustomAddressX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_GetCustomAddressY \ +static_assert(alignof(InterchangeTexture2DFactoryNode_GetCustomAddressY) == 0x000001, "Wrong alignment on InterchangeTexture2DFactoryNode_GetCustomAddressY"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_GetCustomAddressY) == 0x000002, "Wrong size on InterchangeTexture2DFactoryNode_GetCustomAddressY"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetCustomAddressY, AttributeValue) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_GetCustomAddressY::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetCustomAddressY, ReturnValue) == 0x000001, "Member 'InterchangeTexture2DFactoryNode_GetCustomAddressY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_GetSourceBlock \ +static_assert(alignof(InterchangeTexture2DFactoryNode_GetSourceBlock) == 0x000008, "Wrong alignment on InterchangeTexture2DFactoryNode_GetSourceBlock"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_GetSourceBlock) == 0x000020, "Wrong size on InterchangeTexture2DFactoryNode_GetSourceBlock"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlock, BlockIndex) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlock::BlockIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlock, OutSourceFile) == 0x000008, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlock::OutSourceFile' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlock, ReturnValue) == 0x000018, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates \ +static_assert(alignof(InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates) == 0x000008, "Wrong alignment on InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates) == 0x000020, "Wrong size on InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates, X) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates::X' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates, Y) == 0x000004, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates::Y' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates, OutSourceFile) == 0x000008, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates::OutSourceFile' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates, ReturnValue) == 0x000018, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlockByCoordinates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTexture2DFactoryNode_GetSourceBlocks \ +static_assert(alignof(InterchangeTexture2DFactoryNode_GetSourceBlocks) == 0x000008, "Wrong alignment on InterchangeTexture2DFactoryNode_GetSourceBlocks"); \ +static_assert(sizeof(InterchangeTexture2DFactoryNode_GetSourceBlocks) == 0x000050, "Wrong size on InterchangeTexture2DFactoryNode_GetSourceBlocks"); \ +static_assert(offsetof(InterchangeTexture2DFactoryNode_GetSourceBlocks, ReturnValue) == 0x000000, "Member 'InterchangeTexture2DFactoryNode_GetSourceBlocks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTexture2DFactoryNode \ +static_assert(alignof(UInterchangeTexture2DFactoryNode) == 0x000008, "Wrong alignment on UInterchangeTexture2DFactoryNode"); \ +static_assert(sizeof(UInterchangeTexture2DFactoryNode) == 0x0004F8, "Wrong size on UInterchangeTexture2DFactoryNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureCubeArrayFactoryNode \ +static_assert(alignof(UInterchangeTextureCubeArrayFactoryNode) == 0x000008, "Wrong alignment on UInterchangeTextureCubeArrayFactoryNode"); \ +static_assert(sizeof(UInterchangeTextureCubeArrayFactoryNode) == 0x000460, "Wrong size on UInterchangeTextureCubeArrayFactoryNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureCubeFactoryNode \ +static_assert(alignof(UInterchangeTextureCubeFactoryNode) == 0x000008, "Wrong alignment on UInterchangeTextureCubeFactoryNode"); \ +static_assert(sizeof(UInterchangeTextureCubeFactoryNode) == 0x000460, "Wrong size on UInterchangeTextureCubeFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureLightProfileFactoryNode_SetCustomBrightness \ +static_assert(alignof(InterchangeTextureLightProfileFactoryNode_SetCustomBrightness) == 0x000004, "Wrong alignment on InterchangeTextureLightProfileFactoryNode_SetCustomBrightness"); \ +static_assert(sizeof(InterchangeTextureLightProfileFactoryNode_SetCustomBrightness) == 0x000008, "Wrong size on InterchangeTextureLightProfileFactoryNode_SetCustomBrightness"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_SetCustomBrightness, AttributeValue) == 0x000000, "Member 'InterchangeTextureLightProfileFactoryNode_SetCustomBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_SetCustomBrightness, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureLightProfileFactoryNode_SetCustomBrightness::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_SetCustomBrightness, ReturnValue) == 0x000005, "Member 'InterchangeTextureLightProfileFactoryNode_SetCustomBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier \ +static_assert(alignof(InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier) == 0x000004, "Wrong alignment on InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier"); \ +static_assert(sizeof(InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier) == 0x000008, "Wrong size on InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier, AttributeValue) == 0x000000, "Member 'InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier, bAddApplyDelegate) == 0x000004, "Member 'InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier, ReturnValue) == 0x000005, "Member 'InterchangeTextureLightProfileFactoryNode_SetCustomTextureMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureLightProfileFactoryNode_GetCustomBrightness \ +static_assert(alignof(InterchangeTextureLightProfileFactoryNode_GetCustomBrightness) == 0x000004, "Wrong alignment on InterchangeTextureLightProfileFactoryNode_GetCustomBrightness"); \ +static_assert(sizeof(InterchangeTextureLightProfileFactoryNode_GetCustomBrightness) == 0x000008, "Wrong size on InterchangeTextureLightProfileFactoryNode_GetCustomBrightness"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_GetCustomBrightness, AttributeValue) == 0x000000, "Member 'InterchangeTextureLightProfileFactoryNode_GetCustomBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_GetCustomBrightness, ReturnValue) == 0x000004, "Member 'InterchangeTextureLightProfileFactoryNode_GetCustomBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier \ +static_assert(alignof(InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier) == 0x000004, "Wrong alignment on InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier"); \ +static_assert(sizeof(InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier) == 0x000008, "Wrong size on InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier, AttributeValue) == 0x000000, "Member 'InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier, ReturnValue) == 0x000004, "Member 'InterchangeTextureLightProfileFactoryNode_GetCustomTextureMultiplier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureLightProfileFactoryNode \ +static_assert(alignof(UInterchangeTextureLightProfileFactoryNode) == 0x000008, "Wrong alignment on UInterchangeTextureLightProfileFactoryNode"); \ +static_assert(sizeof(UInterchangeTextureLightProfileFactoryNode) == 0x000538, "Wrong size on UInterchangeTextureLightProfileFactoryNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeVolumeTextureFactoryNode \ +static_assert(alignof(UInterchangeVolumeTextureFactoryNode) == 0x000008, "Wrong alignment on UInterchangeVolumeTextureFactoryNode"); \ +static_assert(sizeof(UInterchangeVolumeTextureFactoryNode) == 0x000460, "Wrong size on UInterchangeVolumeTextureFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode) == 0x000028, "Wrong size on InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode, UniqueID) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode, DisplayLabel) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode, NodeContainer) == 0x000020, "Member 'InterchangeAnimSequenceFactoryNode_InitializeAnimSequenceNode::NodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName, AttributeCurveName) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName::AttributeCurveName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeCurveName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName, AttributeStepCurveName) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName::AttributeStepCurveName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_RemoveAnimatedAttributeStepCurveName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe, MaterialCurveSuffixe) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe::MaterialCurveSuffixe' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_RemoveAnimatedMaterialCurveSuffixe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName, AttributeCurveName) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName::AttributeCurveName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeCurveName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName, AttributeStepCurveName) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName::AttributeStepCurveName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimatedAttributeStepCurveName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe, MaterialCurveSuffixe) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe::MaterialCurveSuffixe' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimatedMaterialCurveSuffixe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids) == 0x0000A0, "Wrong size on InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids, MorphTargetAnimationPayloadKeyUids) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids::MorphTargetAnimationPayloadKeyUids' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids, MorphTargetAnimationPayloadKeyTypes) == 0x000050, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForMorphTargetNodeUids::MorphTargetAnimationPayloadKeyTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids) == 0x0000A0, "Wrong size on InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids, SceneNodeAnimationPayloadKeyUids) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids::SceneNodeAnimationPayloadKeyUids' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids, SceneNodeAnimationPayloadKeyTypes) == 0x000050, "Member 'InterchangeAnimSequenceFactoryNode_SetAnimationPayloadKeysForSceneNodeUids::SceneNodeAnimationPayloadKeyTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomAddCurveMetadataToSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingCustomAttributeCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingMorphTargetCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDeleteExistingNonCurveCustomAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomDoNotImportCurveWithZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportAttributeCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart, ReturnValue) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop, ReturnValue) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksRangeStop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate, ReturnValue) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomImportBoneTracksSampleRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomMaterialDriveParameterOnCustomAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomRemoveCurveRedundantKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomSkeletonFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath) == 0x000028, "Wrong size on InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath, ReturnValue) == 0x000020, "Member 'InterchangeAnimSequenceFactoryNode_SetCustomSkeletonSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName, Index_0) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName, OutAttributeCurveName) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveName::OutAttributeCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames, OutAttributeCurveNames) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNames::OutAttributeCurveNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount) == 0x000004, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount) == 0x000004, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount, ReturnValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeCurveNamesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName, Index_0) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName, OutAttributeStepCurveName) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveName::OutAttributeStepCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames, OutAttributeStepCurveNames) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNames::OutAttributeStepCurveNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount) == 0x000004, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount) == 0x000004, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount, ReturnValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedAttributeStepCurveNamesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe, Index_0) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe, OutMaterialCurveSuffixe) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixe::OutMaterialCurveSuffixe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes, OutMaterialCurveSuffixes) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixes::OutMaterialCurveSuffixes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount) == 0x000004, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount) == 0x000004, "Wrong size on InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount, ReturnValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetAnimatedMaterialCurveSuffixesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomAddCurveMetadataToSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingCustomAttributeCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingMorphTargetCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDeleteExistingNonCurveCustomAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomDoNotImportCurveWithZero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportAttributeCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart, ReturnValue) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop, ReturnValue) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksRangeStop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate) == 0x000010, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate, ReturnValue) == 0x000008, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomImportBoneTracksSampleRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomMaterialDriveParameterOnCustomAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys) == 0x000001, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys) == 0x000002, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys, ReturnValue) == 0x000001, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomRemoveCurveRedundantKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid) == 0x000018, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomSkeletonFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath) == 0x000028, "Wrong size on InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath, AttributeValue) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath, ReturnValue) == 0x000020, "Member 'InterchangeAnimSequenceFactoryNode_GetCustomSkeletonSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys) == 0x000050, "Wrong size on InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys, OutMorphTargetNodeAnimationPayloads) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetMorphTargetNodeAnimationPayloadKeys::OutMorphTargetNodeAnimationPayloads' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys \ +static_assert(alignof(InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys) == 0x000008, "Wrong alignment on InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys"); \ +static_assert(sizeof(InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys) == 0x000050, "Wrong size on InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys"); \ +static_assert(offsetof(InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys, OutSceneNodeAnimationPayloadKeys) == 0x000000, "Member 'InterchangeAnimSequenceFactoryNode_GetSceneNodeAnimationPayloadKeys::OutSceneNodeAnimationPayloadKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAnimSequenceFactoryNode \ +static_assert(alignof(UInterchangeAnimSequenceFactoryNode) == 0x000008, "Wrong alignment on UInterchangeAnimSequenceFactoryNode"); \ +static_assert(sizeof(UInterchangeAnimSequenceFactoryNode) == 0x000500, "Wrong size on UInterchangeAnimSequenceFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes \ +static_assert(alignof(InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes) == 0x000001, "Wrong alignment on InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes"); \ +static_assert(sizeof(InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes) == 0x000002, "Wrong size on InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes, AttributeValue) == 0x000000, "Member 'InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes, ReturnValue) == 0x000001, "Member 'InterchangeCommonPipelineDataFactoryNode_SetBakeMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeCommonPipelineDataFactoryNode_SetBakePivotMeshes \ +static_assert(alignof(InterchangeCommonPipelineDataFactoryNode_SetBakePivotMeshes) == 0x000001, "Wrong alignment on InterchangeCommonPipelineDataFactoryNode_SetBakePivotMeshes"); \ +static_assert(sizeof(InterchangeCommonPipelineDataFactoryNode_SetBakePivotMeshes) == 0x000002, "Wrong size on InterchangeCommonPipelineDataFactoryNode_SetBakePivotMeshes"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetBakePivotMeshes, AttributeValue) == 0x000000, "Member 'InterchangeCommonPipelineDataFactoryNode_SetBakePivotMeshes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetBakePivotMeshes, ReturnValue) == 0x000001, "Member 'InterchangeCommonPipelineDataFactoryNode_SetBakePivotMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform \ +static_assert(alignof(InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform) == 0x000010, "Wrong alignment on InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform"); \ +static_assert(sizeof(InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform) == 0x000080, "Wrong size on InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform, NodeContainer) == 0x000000, "Member 'InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform::NodeContainer' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform, AttributeValue) == 0x000010, "Member 'InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform, ReturnValue) == 0x000070, "Member 'InterchangeCommonPipelineDataFactoryNode_SetCustomGlobalOffsetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes \ +static_assert(alignof(InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes) == 0x000001, "Wrong alignment on InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes"); \ +static_assert(sizeof(InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes) == 0x000002, "Wrong size on InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes, AttributeValue) == 0x000000, "Member 'InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes, ReturnValue) == 0x000001, "Member 'InterchangeCommonPipelineDataFactoryNode_GetBakeMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeCommonPipelineDataFactoryNode_GetBakePivotMeshes \ +static_assert(alignof(InterchangeCommonPipelineDataFactoryNode_GetBakePivotMeshes) == 0x000001, "Wrong alignment on InterchangeCommonPipelineDataFactoryNode_GetBakePivotMeshes"); \ +static_assert(sizeof(InterchangeCommonPipelineDataFactoryNode_GetBakePivotMeshes) == 0x000002, "Wrong size on InterchangeCommonPipelineDataFactoryNode_GetBakePivotMeshes"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_GetBakePivotMeshes, AttributeValue) == 0x000000, "Member 'InterchangeCommonPipelineDataFactoryNode_GetBakePivotMeshes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_GetBakePivotMeshes, ReturnValue) == 0x000001, "Member 'InterchangeCommonPipelineDataFactoryNode_GetBakePivotMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform \ +static_assert(alignof(InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform) == 0x000010, "Wrong alignment on InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform"); \ +static_assert(sizeof(InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform) == 0x000070, "Wrong size on InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform, AttributeValue) == 0x000000, "Member 'InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform, ReturnValue) == 0x000060, "Member 'InterchangeCommonPipelineDataFactoryNode_GetCustomGlobalOffsetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeCommonPipelineDataFactoryNode \ +static_assert(alignof(UInterchangeCommonPipelineDataFactoryNode) == 0x000008, "Wrong alignment on UInterchangeCommonPipelineDataFactoryNode"); \ +static_assert(sizeof(UInterchangeCommonPipelineDataFactoryNode) == 0x0001F0, "Wrong size on UInterchangeCommonPipelineDataFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName \ +static_assert(alignof(InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName) == 0x000008, "Wrong alignment on InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName) == 0x000018, "Wrong size on InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName, AttributeValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName, ReturnValue) == 0x000010, "Member 'InterchangeDecalActorFactoryNode_SetCustomDecalMaterialPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_SetCustomDecalSize \ +static_assert(alignof(InterchangeDecalActorFactoryNode_SetCustomDecalSize) == 0x000008, "Wrong alignment on InterchangeDecalActorFactoryNode_SetCustomDecalSize"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_SetCustomDecalSize) == 0x000020, "Wrong size on InterchangeDecalActorFactoryNode_SetCustomDecalSize"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomDecalSize, AttributeValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_SetCustomDecalSize::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomDecalSize, bAddApplyDelegate) == 0x000018, "Member 'InterchangeDecalActorFactoryNode_SetCustomDecalSize::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomDecalSize, ReturnValue) == 0x000019, "Member 'InterchangeDecalActorFactoryNode_SetCustomDecalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_SetCustomSortOrder \ +static_assert(alignof(InterchangeDecalActorFactoryNode_SetCustomSortOrder) == 0x000004, "Wrong alignment on InterchangeDecalActorFactoryNode_SetCustomSortOrder"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_SetCustomSortOrder) == 0x000008, "Wrong size on InterchangeDecalActorFactoryNode_SetCustomSortOrder"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomSortOrder, AttributeValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_SetCustomSortOrder::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomSortOrder, bAddApplyDelegate) == 0x000004, "Member 'InterchangeDecalActorFactoryNode_SetCustomSortOrder::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_SetCustomSortOrder, ReturnValue) == 0x000005, "Member 'InterchangeDecalActorFactoryNode_SetCustomSortOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName \ +static_assert(alignof(InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName) == 0x000008, "Wrong alignment on InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName) == 0x000018, "Wrong size on InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName, AttributeValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName, ReturnValue) == 0x000010, "Member 'InterchangeDecalActorFactoryNode_GetCustomDecalMaterialPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_GetCustomDecalSize \ +static_assert(alignof(InterchangeDecalActorFactoryNode_GetCustomDecalSize) == 0x000008, "Wrong alignment on InterchangeDecalActorFactoryNode_GetCustomDecalSize"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_GetCustomDecalSize) == 0x000020, "Wrong size on InterchangeDecalActorFactoryNode_GetCustomDecalSize"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetCustomDecalSize, AttributeValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_GetCustomDecalSize::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetCustomDecalSize, ReturnValue) == 0x000018, "Member 'InterchangeDecalActorFactoryNode_GetCustomDecalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalActorFactoryNode_GetCustomSortOrder \ +static_assert(alignof(InterchangeDecalActorFactoryNode_GetCustomSortOrder) == 0x000004, "Wrong alignment on InterchangeDecalActorFactoryNode_GetCustomSortOrder"); \ +static_assert(sizeof(InterchangeDecalActorFactoryNode_GetCustomSortOrder) == 0x000008, "Wrong size on InterchangeDecalActorFactoryNode_GetCustomSortOrder"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetCustomSortOrder, AttributeValue) == 0x000000, "Member 'InterchangeDecalActorFactoryNode_GetCustomSortOrder::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalActorFactoryNode_GetCustomSortOrder, ReturnValue) == 0x000004, "Member 'InterchangeDecalActorFactoryNode_GetCustomSortOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeDecalActorFactoryNode \ +static_assert(alignof(UInterchangeDecalActorFactoryNode) == 0x000008, "Wrong alignment on UInterchangeDecalActorFactoryNode"); \ +static_assert(sizeof(UInterchangeDecalActorFactoryNode) == 0x0002B0, "Wrong size on UInterchangeDecalActorFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled \ +static_assert(alignof(InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled) == 0x000001, "Wrong alignment on InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled"); \ +static_assert(sizeof(InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled) == 0x000002, "Wrong size on InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled"); \ +static_assert(offsetof(InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled, AttributeValue) == 0x000000, "Member 'InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled, ReturnValue) == 0x000001, "Member 'InterchangeBaseMaterialFactoryNode_SetCustomIsMaterialImportEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled \ +static_assert(alignof(InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled) == 0x000001, "Wrong alignment on InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled"); \ +static_assert(sizeof(InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled) == 0x000002, "Wrong size on InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled"); \ +static_assert(offsetof(InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled, AttributeValue) == 0x000000, "Member 'InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled, ReturnValue) == 0x000001, "Member 'InterchangeBaseMaterialFactoryNode_GetCustomIsMaterialImportEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeBaseMaterialFactoryNode \ +static_assert(alignof(UInterchangeBaseMaterialFactoryNode) == 0x000008, "Wrong alignment on UInterchangeBaseMaterialFactoryNode"); \ +static_assert(sizeof(UInterchangeBaseMaterialFactoryNode) == 0x0001D0, "Wrong size on UInterchangeBaseMaterialFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath \ +static_assert(alignof(InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath) == 0x000008, "Wrong alignment on InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath"); \ +static_assert(sizeof(InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath) == 0x000018, "Wrong size on InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath, AttributeValue) == 0x000000, "Member 'InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath, ReturnValue) == 0x000010, "Member 'InterchangeDecalMaterialFactoryNode_SetCustomDiffuseTexturePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath \ +static_assert(alignof(InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath) == 0x000008, "Wrong alignment on InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath"); \ +static_assert(sizeof(InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath) == 0x000018, "Wrong size on InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath, AttributeValue) == 0x000000, "Member 'InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath, ReturnValue) == 0x000010, "Member 'InterchangeDecalMaterialFactoryNode_SetCustomNormalTexturePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath \ +static_assert(alignof(InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath) == 0x000008, "Wrong alignment on InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath"); \ +static_assert(sizeof(InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath) == 0x000018, "Wrong size on InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath, AttributeValue) == 0x000000, "Member 'InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath, ReturnValue) == 0x000010, "Member 'InterchangeDecalMaterialFactoryNode_GetCustomDiffuseTexturePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath \ +static_assert(alignof(InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath) == 0x000008, "Wrong alignment on InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath"); \ +static_assert(sizeof(InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath) == 0x000018, "Wrong size on InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath, AttributeValue) == 0x000000, "Member 'InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath, ReturnValue) == 0x000010, "Member 'InterchangeDecalMaterialFactoryNode_GetCustomNormalTexturePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeDecalMaterialFactoryNode \ +static_assert(alignof(UInterchangeDecalMaterialFactoryNode) == 0x000008, "Wrong alignment on UInterchangeDecalMaterialFactoryNode"); \ +static_assert(sizeof(UInterchangeDecalMaterialFactoryNode) == 0x0001F0, "Wrong size on UInterchangeDecalMaterialFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_AddLodDataUniqueId \ +static_assert(alignof(InterchangeMeshFactoryNode_AddLodDataUniqueId) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_AddLodDataUniqueId"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_AddLodDataUniqueId) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_AddLodDataUniqueId"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddLodDataUniqueId, LodDataUniqueId) == 0x000000, "Member 'InterchangeMeshFactoryNode_AddLodDataUniqueId::LodDataUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddLodDataUniqueId, ReturnValue) == 0x000010, "Member 'InterchangeMeshFactoryNode_AddLodDataUniqueId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_AddPayloadKeyBooleanAttribute \ +static_assert(alignof(InterchangeMeshFactoryNode_AddPayloadKeyBooleanAttribute) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_AddPayloadKeyBooleanAttribute"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_AddPayloadKeyBooleanAttribute) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_AddPayloadKeyBooleanAttribute"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyBooleanAttribute, PayloadAttributeKey) == 0x000000, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyBooleanAttribute::PayloadAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyBooleanAttribute, Value) == 0x000010, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyBooleanAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyBooleanAttribute, ReturnValue) == 0x000011, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyBooleanAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_AddPayloadKeyDoubleAttribute \ +static_assert(alignof(InterchangeMeshFactoryNode_AddPayloadKeyDoubleAttribute) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_AddPayloadKeyDoubleAttribute"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_AddPayloadKeyDoubleAttribute) == 0x000020, "Wrong size on InterchangeMeshFactoryNode_AddPayloadKeyDoubleAttribute"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyDoubleAttribute, PayloadAttributeKey) == 0x000000, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyDoubleAttribute::PayloadAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyDoubleAttribute, Value) == 0x000010, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyDoubleAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyDoubleAttribute, ReturnValue) == 0x000018, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyDoubleAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_AddPayloadKeyFloatAttribute \ +static_assert(alignof(InterchangeMeshFactoryNode_AddPayloadKeyFloatAttribute) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_AddPayloadKeyFloatAttribute"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_AddPayloadKeyFloatAttribute) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_AddPayloadKeyFloatAttribute"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyFloatAttribute, PayloadAttributeKey) == 0x000000, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyFloatAttribute::PayloadAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyFloatAttribute, Value) == 0x000010, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyFloatAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyFloatAttribute, ReturnValue) == 0x000014, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_AddPayloadKeyInt32Attribute \ +static_assert(alignof(InterchangeMeshFactoryNode_AddPayloadKeyInt32Attribute) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_AddPayloadKeyInt32Attribute"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_AddPayloadKeyInt32Attribute) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_AddPayloadKeyInt32Attribute"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyInt32Attribute, PayloadAttributeKey) == 0x000000, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyInt32Attribute::PayloadAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyInt32Attribute, Value) == 0x000010, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyInt32Attribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyInt32Attribute, ReturnValue) == 0x000014, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyInt32Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_AddPayloadKeyStringAttribute \ +static_assert(alignof(InterchangeMeshFactoryNode_AddPayloadKeyStringAttribute) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_AddPayloadKeyStringAttribute"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_AddPayloadKeyStringAttribute) == 0x000028, "Wrong size on InterchangeMeshFactoryNode_AddPayloadKeyStringAttribute"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyStringAttribute, PayloadAttributeKey) == 0x000000, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyStringAttribute::PayloadAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyStringAttribute, Value) == 0x000010, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyStringAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_AddPayloadKeyStringAttribute, ReturnValue) == 0x000020, "Member 'InterchangeMeshFactoryNode_AddPayloadKeyStringAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetPayloadKeyBooleanAttribute \ +static_assert(alignof(InterchangeMeshFactoryNode_GetPayloadKeyBooleanAttribute) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_GetPayloadKeyBooleanAttribute"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetPayloadKeyBooleanAttribute) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_GetPayloadKeyBooleanAttribute"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyBooleanAttribute, PayloadAttributeKey) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyBooleanAttribute::PayloadAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyBooleanAttribute, Value) == 0x000010, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyBooleanAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyBooleanAttribute, ReturnValue) == 0x000011, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyBooleanAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetPayloadKeyDoubleAttribute \ +static_assert(alignof(InterchangeMeshFactoryNode_GetPayloadKeyDoubleAttribute) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_GetPayloadKeyDoubleAttribute"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetPayloadKeyDoubleAttribute) == 0x000020, "Wrong size on InterchangeMeshFactoryNode_GetPayloadKeyDoubleAttribute"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyDoubleAttribute, PayloadAttributeKey) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyDoubleAttribute::PayloadAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyDoubleAttribute, Value) == 0x000010, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyDoubleAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyDoubleAttribute, ReturnValue) == 0x000018, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyDoubleAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetPayloadKeyFloatAttribute \ +static_assert(alignof(InterchangeMeshFactoryNode_GetPayloadKeyFloatAttribute) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_GetPayloadKeyFloatAttribute"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetPayloadKeyFloatAttribute) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_GetPayloadKeyFloatAttribute"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyFloatAttribute, PayloadAttributeKey) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyFloatAttribute::PayloadAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyFloatAttribute, Value) == 0x000010, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyFloatAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyFloatAttribute, ReturnValue) == 0x000014, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetPayloadKeyInt32Attribute \ +static_assert(alignof(InterchangeMeshFactoryNode_GetPayloadKeyInt32Attribute) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_GetPayloadKeyInt32Attribute"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetPayloadKeyInt32Attribute) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_GetPayloadKeyInt32Attribute"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyInt32Attribute, PayloadAttributeKey) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyInt32Attribute::PayloadAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyInt32Attribute, Value) == 0x000010, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyInt32Attribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyInt32Attribute, ReturnValue) == 0x000014, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyInt32Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetPayloadKeyStringAttribute \ +static_assert(alignof(InterchangeMeshFactoryNode_GetPayloadKeyStringAttribute) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_GetPayloadKeyStringAttribute"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetPayloadKeyStringAttribute) == 0x000028, "Wrong size on InterchangeMeshFactoryNode_GetPayloadKeyStringAttribute"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyStringAttribute, PayloadAttributeKey) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyStringAttribute::PayloadAttributeKey' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyStringAttribute, Value) == 0x000010, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyStringAttribute::Value' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetPayloadKeyStringAttribute, ReturnValue) == 0x000020, "Member 'InterchangeMeshFactoryNode_GetPayloadKeyStringAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_RemoveAssemblyPartDependencyUid \ +static_assert(alignof(InterchangeMeshFactoryNode_RemoveAssemblyPartDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_RemoveAssemblyPartDependencyUid"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_RemoveAssemblyPartDependencyUid) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_RemoveAssemblyPartDependencyUid"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_RemoveAssemblyPartDependencyUid, MeshUid) == 0x000000, "Member 'InterchangeMeshFactoryNode_RemoveAssemblyPartDependencyUid::MeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_RemoveAssemblyPartDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshFactoryNode_RemoveAssemblyPartDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_RemoveLodDataUniqueId \ +static_assert(alignof(InterchangeMeshFactoryNode_RemoveLodDataUniqueId) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_RemoveLodDataUniqueId"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_RemoveLodDataUniqueId) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_RemoveLodDataUniqueId"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_RemoveLodDataUniqueId, LodDataUniqueId) == 0x000000, "Member 'InterchangeMeshFactoryNode_RemoveLodDataUniqueId::LodDataUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_RemoveLodDataUniqueId, ReturnValue) == 0x000010, "Member 'InterchangeMeshFactoryNode_RemoveLodDataUniqueId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid) == 0x000018, "Wrong size on InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshFactoryNode_RemoveSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_ResetAssemblyDependencies \ +static_assert(alignof(InterchangeMeshFactoryNode_ResetAssemblyDependencies) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_ResetAssemblyDependencies"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_ResetAssemblyDependencies) == 0x000001, "Wrong size on InterchangeMeshFactoryNode_ResetAssemblyDependencies"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_ResetAssemblyDependencies, ReturnValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_ResetAssemblyDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_ResetSlotMaterialDependencies \ +static_assert(alignof(InterchangeMeshFactoryNode_ResetSlotMaterialDependencies) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_ResetSlotMaterialDependencies"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_ResetSlotMaterialDependencies) == 0x000001, "Wrong size on InterchangeMeshFactoryNode_ResetSlotMaterialDependencies"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_ResetSlotMaterialDependencies, ReturnValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_ResetSlotMaterialDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetAssemblyPartDependencyUid \ +static_assert(alignof(InterchangeMeshFactoryNode_SetAssemblyPartDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_SetAssemblyPartDependencyUid"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetAssemblyPartDependencyUid) == 0x000028, "Wrong size on InterchangeMeshFactoryNode_SetAssemblyPartDependencyUid"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetAssemblyPartDependencyUid, MeshUid) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetAssemblyPartDependencyUid::MeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetAssemblyPartDependencyUid, AssemblyPartDependencyUid) == 0x000010, "Member 'InterchangeMeshFactoryNode_SetAssemblyPartDependencyUid::AssemblyPartDependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetAssemblyPartDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshFactoryNode_SetAssemblyPartDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomComputeWeightedNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomImportSockets \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomImportSockets) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomImportSockets"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomImportSockets) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_SetCustomImportSockets"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomImportSockets, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomImportSockets::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomImportSockets, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomImportSockets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomKeepSectionsSeparate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomLODGroup \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomLODGroup) == 0x000004, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomLODGroup"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomLODGroup) == 0x00000C, "Wrong size on InterchangeMeshFactoryNode_SetCustomLODGroup"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomLODGroup, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomLODGroup::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomLODGroup, bAddApplyDelegate) == 0x000008, "Member 'InterchangeMeshFactoryNode_SetCustomLODGroup::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomLODGroup, ReturnValue) == 0x000009, "Member 'InterchangeMeshFactoryNode_SetCustomLODGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomRecomputeNormals \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomRecomputeNormals) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomRecomputeNormals"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomRecomputeNormals) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomRecomputeNormals"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRecomputeNormals, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomRecomputeNormals::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRecomputeNormals, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomRecomputeNormals::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRecomputeNormals, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomRecomputeNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomRecomputeTangents \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomRecomputeTangents) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomRecomputeTangents"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomRecomputeTangents) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomRecomputeTangents"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRecomputeTangents, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomRecomputeTangents::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRecomputeTangents, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomRecomputeTangents::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRecomputeTangents, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomRecomputeTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomRemoveDegenerates \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomRemoveDegenerates) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomRemoveDegenerates"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomRemoveDegenerates) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomRemoveDegenerates"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRemoveDegenerates, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomRemoveDegenerates::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRemoveDegenerates, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomRemoveDegenerates::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomRemoveDegenerates, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomRemoveDegenerates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomUseBackwardsCompatibleF16TruncUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomUseFullPrecisionUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomUseHighPrecisionTangentBasis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomUseMikkTSpace \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomUseMikkTSpace) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomUseMikkTSpace"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomUseMikkTSpace) == 0x000003, "Wrong size on InterchangeMeshFactoryNode_SetCustomUseMikkTSpace"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseMikkTSpace, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomUseMikkTSpace::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseMikkTSpace, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomUseMikkTSpace::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomUseMikkTSpace, ReturnValue) == 0x000002, "Member 'InterchangeMeshFactoryNode_SetCustomUseMikkTSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomVertexColorIgnore \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomVertexColorIgnore) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomVertexColorIgnore"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomVertexColorIgnore) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_SetCustomVertexColorIgnore"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomVertexColorIgnore, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomVertexColorIgnore::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomVertexColorIgnore, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomVertexColorIgnore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomVertexColorOverride \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomVertexColorOverride) == 0x000004, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomVertexColorOverride"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomVertexColorOverride) == 0x000008, "Wrong size on InterchangeMeshFactoryNode_SetCustomVertexColorOverride"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomVertexColorOverride, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomVertexColorOverride::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomVertexColorOverride, ReturnValue) == 0x000004, "Member 'InterchangeMeshFactoryNode_SetCustomVertexColorOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetCustomVertexColorReplace \ +static_assert(alignof(InterchangeMeshFactoryNode_SetCustomVertexColorReplace) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_SetCustomVertexColorReplace"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetCustomVertexColorReplace) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_SetCustomVertexColorReplace"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomVertexColorReplace, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetCustomVertexColorReplace::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetCustomVertexColorReplace, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_SetCustomVertexColorReplace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid, MaterialDependencyUid) == 0x000010, "Member 'InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid::MaterialDependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshFactoryNode_SetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetAssemblyPartDependencies \ +static_assert(alignof(InterchangeMeshFactoryNode_GetAssemblyPartDependencies) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_GetAssemblyPartDependencies"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetAssemblyPartDependencies) == 0x000050, "Wrong size on InterchangeMeshFactoryNode_GetAssemblyPartDependencies"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetAssemblyPartDependencies, OutAssemblyPartDependencies) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetAssemblyPartDependencies::OutAssemblyPartDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetAssemblyPartDependenciesCount \ +static_assert(alignof(InterchangeMeshFactoryNode_GetAssemblyPartDependenciesCount) == 0x000004, "Wrong alignment on InterchangeMeshFactoryNode_GetAssemblyPartDependenciesCount"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetAssemblyPartDependenciesCount) == 0x000004, "Wrong size on InterchangeMeshFactoryNode_GetAssemblyPartDependenciesCount"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetAssemblyPartDependenciesCount, ReturnValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetAssemblyPartDependenciesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomComputeWeightedNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomImportSockets \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomImportSockets) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomImportSockets"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomImportSockets) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomImportSockets"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomImportSockets, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomImportSockets::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomImportSockets, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomImportSockets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomKeepSectionsSeparate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomLODGroup \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomLODGroup) == 0x000004, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomLODGroup"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomLODGroup) == 0x00000C, "Wrong size on InterchangeMeshFactoryNode_GetCustomLODGroup"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomLODGroup, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomLODGroup::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomLODGroup, ReturnValue) == 0x000008, "Member 'InterchangeMeshFactoryNode_GetCustomLODGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomRecomputeNormals \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomRecomputeNormals) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomRecomputeNormals"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomRecomputeNormals) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomRecomputeNormals"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomRecomputeNormals, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomRecomputeNormals::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomRecomputeNormals, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomRecomputeNormals::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomRecomputeTangents \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomRecomputeTangents) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomRecomputeTangents"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomRecomputeTangents) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomRecomputeTangents"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomRecomputeTangents, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomRecomputeTangents::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomRecomputeTangents, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomRecomputeTangents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomRemoveDegenerates \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomRemoveDegenerates) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomRemoveDegenerates"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomRemoveDegenerates) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomRemoveDegenerates"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomRemoveDegenerates, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomRemoveDegenerates::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomRemoveDegenerates, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomRemoveDegenerates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomUseBackwardsCompatibleF16TruncUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomUseFullPrecisionUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomUseHighPrecisionTangentBasis::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomUseMikkTSpace \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomUseMikkTSpace) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomUseMikkTSpace"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomUseMikkTSpace) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomUseMikkTSpace"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseMikkTSpace, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomUseMikkTSpace::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomUseMikkTSpace, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomUseMikkTSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomVertexColorIgnore \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomVertexColorIgnore) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomVertexColorIgnore"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomVertexColorIgnore) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomVertexColorIgnore"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomVertexColorIgnore, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomVertexColorIgnore::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomVertexColorIgnore, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomVertexColorIgnore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomVertexColorOverride \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomVertexColorOverride) == 0x000004, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomVertexColorOverride"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomVertexColorOverride) == 0x000008, "Wrong size on InterchangeMeshFactoryNode_GetCustomVertexColorOverride"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomVertexColorOverride, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomVertexColorOverride::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomVertexColorOverride, ReturnValue) == 0x000004, "Member 'InterchangeMeshFactoryNode_GetCustomVertexColorOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetCustomVertexColorReplace \ +static_assert(alignof(InterchangeMeshFactoryNode_GetCustomVertexColorReplace) == 0x000001, "Wrong alignment on InterchangeMeshFactoryNode_GetCustomVertexColorReplace"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetCustomVertexColorReplace) == 0x000002, "Wrong size on InterchangeMeshFactoryNode_GetCustomVertexColorReplace"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomVertexColorReplace, AttributeValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetCustomVertexColorReplace::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetCustomVertexColorReplace, ReturnValue) == 0x000001, "Member 'InterchangeMeshFactoryNode_GetCustomVertexColorReplace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetLodDataCount \ +static_assert(alignof(InterchangeMeshFactoryNode_GetLodDataCount) == 0x000004, "Wrong alignment on InterchangeMeshFactoryNode_GetLodDataCount"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetLodDataCount) == 0x000004, "Wrong size on InterchangeMeshFactoryNode_GetLodDataCount"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetLodDataCount, ReturnValue) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetLodDataCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetLodDataUniqueIds \ +static_assert(alignof(InterchangeMeshFactoryNode_GetLodDataUniqueIds) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_GetLodDataUniqueIds"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetLodDataUniqueIds) == 0x000010, "Wrong size on InterchangeMeshFactoryNode_GetLodDataUniqueIds"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetLodDataUniqueIds, OutLodDataUniqueIds) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetLodDataUniqueIds::OutLodDataUniqueIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetSlotMaterialDependencies \ +static_assert(alignof(InterchangeMeshFactoryNode_GetSlotMaterialDependencies) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_GetSlotMaterialDependencies"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetSlotMaterialDependencies) == 0x000050, "Wrong size on InterchangeMeshFactoryNode_GetSlotMaterialDependencies"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetSlotMaterialDependencies, OutMaterialDependencies) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetSlotMaterialDependencies::OutMaterialDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid, OutMaterialDependency) == 0x000010, "Member 'InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid::OutMaterialDependency' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshFactoryNode_GetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMeshFactoryNode \ +static_assert(alignof(UInterchangeMeshFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMeshFactoryNode"); \ +static_assert(sizeof(UInterchangeMeshFactoryNode) == 0x0003C8, "Wrong size on UInterchangeMeshFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode) == 0x000008, "Wrong alignment on InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode) == 0x000038, "Wrong size on InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode, UniqueID) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode, DisplayLabel) == 0x000010, "Member 'InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode, InAssetClass) == 0x000020, "Member 'InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode::InAssetClass' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode, NodeContainer) == 0x000030, "Member 'InterchangeGeometryCacheFactoryNode_InitializeGeometryCacheNode::NodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_SetAnimationPayloadKeyForSceneNodeUid \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_SetAnimationPayloadKeyForSceneNodeUid) == 0x000008, "Wrong alignment on InterchangeGeometryCacheFactoryNode_SetAnimationPayloadKeyForSceneNodeUid"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_SetAnimationPayloadKeyForSceneNodeUid) == 0x000028, "Wrong size on InterchangeGeometryCacheFactoryNode_SetAnimationPayloadKeyForSceneNodeUid"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetAnimationPayloadKeyForSceneNodeUid, SceneNodeUid) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_SetAnimationPayloadKeyForSceneNodeUid::SceneNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetAnimationPayloadKeyForSceneNodeUid, InUniqueId) == 0x000010, "Member 'InterchangeGeometryCacheFactoryNode_SetAnimationPayloadKeyForSceneNodeUid::InUniqueId' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetAnimationPayloadKeyForSceneNodeUid, ReturnValue) == 0x000020, "Member 'InterchangeGeometryCacheFactoryNode_SetAnimationPayloadKeyForSceneNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_SetCustomApplyConstantTopologyOptimization \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_SetCustomApplyConstantTopologyOptimization) == 0x000001, "Wrong alignment on InterchangeGeometryCacheFactoryNode_SetCustomApplyConstantTopologyOptimization"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_SetCustomApplyConstantTopologyOptimization) == 0x000002, "Wrong size on InterchangeGeometryCacheFactoryNode_SetCustomApplyConstantTopologyOptimization"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomApplyConstantTopologyOptimization, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomApplyConstantTopologyOptimization::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomApplyConstantTopologyOptimization, ReturnValue) == 0x000001, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomApplyConstantTopologyOptimization::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_SetCustomEndFrame \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_SetCustomEndFrame) == 0x000004, "Wrong alignment on InterchangeGeometryCacheFactoryNode_SetCustomEndFrame"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_SetCustomEndFrame) == 0x000008, "Wrong size on InterchangeGeometryCacheFactoryNode_SetCustomEndFrame"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomEndFrame, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomEndFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomEndFrame, ReturnValue) == 0x000004, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_SetCustomFlattenTracks \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_SetCustomFlattenTracks) == 0x000001, "Wrong alignment on InterchangeGeometryCacheFactoryNode_SetCustomFlattenTracks"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_SetCustomFlattenTracks) == 0x000002, "Wrong size on InterchangeGeometryCacheFactoryNode_SetCustomFlattenTracks"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomFlattenTracks, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomFlattenTracks::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomFlattenTracks, ReturnValue) == 0x000001, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomFlattenTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_SetCustomMotionVectorsImport \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_SetCustomMotionVectorsImport) == 0x000001, "Wrong alignment on InterchangeGeometryCacheFactoryNode_SetCustomMotionVectorsImport"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_SetCustomMotionVectorsImport) == 0x000002, "Wrong size on InterchangeGeometryCacheFactoryNode_SetCustomMotionVectorsImport"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomMotionVectorsImport, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomMotionVectorsImport::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomMotionVectorsImport, ReturnValue) == 0x000001, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomMotionVectorsImport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_SetCustomNumBitsForUVs \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_SetCustomNumBitsForUVs) == 0x000004, "Wrong alignment on InterchangeGeometryCacheFactoryNode_SetCustomNumBitsForUVs"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_SetCustomNumBitsForUVs) == 0x000008, "Wrong size on InterchangeGeometryCacheFactoryNode_SetCustomNumBitsForUVs"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomNumBitsForUVs, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomNumBitsForUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomNumBitsForUVs, ReturnValue) == 0x000004, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomNumBitsForUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_SetCustomOptimizeIndexBuffers \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_SetCustomOptimizeIndexBuffers) == 0x000001, "Wrong alignment on InterchangeGeometryCacheFactoryNode_SetCustomOptimizeIndexBuffers"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_SetCustomOptimizeIndexBuffers) == 0x000002, "Wrong size on InterchangeGeometryCacheFactoryNode_SetCustomOptimizeIndexBuffers"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomOptimizeIndexBuffers, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomOptimizeIndexBuffers::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomOptimizeIndexBuffers, ReturnValue) == 0x000001, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomOptimizeIndexBuffers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_SetCustomPositionPrecision \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_SetCustomPositionPrecision) == 0x000004, "Wrong alignment on InterchangeGeometryCacheFactoryNode_SetCustomPositionPrecision"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_SetCustomPositionPrecision) == 0x000008, "Wrong size on InterchangeGeometryCacheFactoryNode_SetCustomPositionPrecision"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomPositionPrecision, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomPositionPrecision::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomPositionPrecision, ReturnValue) == 0x000004, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomPositionPrecision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_SetCustomStartFrame \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_SetCustomStartFrame) == 0x000004, "Wrong alignment on InterchangeGeometryCacheFactoryNode_SetCustomStartFrame"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_SetCustomStartFrame) == 0x000008, "Wrong size on InterchangeGeometryCacheFactoryNode_SetCustomStartFrame"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomStartFrame, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomStartFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomStartFrame, ReturnValue) == 0x000004, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_SetCustomStoreImportedVertexNumbers \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_SetCustomStoreImportedVertexNumbers) == 0x000001, "Wrong alignment on InterchangeGeometryCacheFactoryNode_SetCustomStoreImportedVertexNumbers"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_SetCustomStoreImportedVertexNumbers) == 0x000002, "Wrong size on InterchangeGeometryCacheFactoryNode_SetCustomStoreImportedVertexNumbers"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomStoreImportedVertexNumbers, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomStoreImportedVertexNumbers::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_SetCustomStoreImportedVertexNumbers, ReturnValue) == 0x000001, "Member 'InterchangeGeometryCacheFactoryNode_SetCustomStoreImportedVertexNumbers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_GetCustomApplyConstantTopologyOptimization \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_GetCustomApplyConstantTopologyOptimization) == 0x000001, "Wrong alignment on InterchangeGeometryCacheFactoryNode_GetCustomApplyConstantTopologyOptimization"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_GetCustomApplyConstantTopologyOptimization) == 0x000002, "Wrong size on InterchangeGeometryCacheFactoryNode_GetCustomApplyConstantTopologyOptimization"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomApplyConstantTopologyOptimization, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomApplyConstantTopologyOptimization::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomApplyConstantTopologyOptimization, ReturnValue) == 0x000001, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomApplyConstantTopologyOptimization::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_GetCustomEndFrame \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_GetCustomEndFrame) == 0x000004, "Wrong alignment on InterchangeGeometryCacheFactoryNode_GetCustomEndFrame"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_GetCustomEndFrame) == 0x000008, "Wrong size on InterchangeGeometryCacheFactoryNode_GetCustomEndFrame"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomEndFrame, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomEndFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomEndFrame, ReturnValue) == 0x000004, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_GetCustomFlattenTracks \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_GetCustomFlattenTracks) == 0x000001, "Wrong alignment on InterchangeGeometryCacheFactoryNode_GetCustomFlattenTracks"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_GetCustomFlattenTracks) == 0x000002, "Wrong size on InterchangeGeometryCacheFactoryNode_GetCustomFlattenTracks"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomFlattenTracks, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomFlattenTracks::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomFlattenTracks, ReturnValue) == 0x000001, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomFlattenTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_GetCustomMotionVectorsImport \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_GetCustomMotionVectorsImport) == 0x000001, "Wrong alignment on InterchangeGeometryCacheFactoryNode_GetCustomMotionVectorsImport"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_GetCustomMotionVectorsImport) == 0x000002, "Wrong size on InterchangeGeometryCacheFactoryNode_GetCustomMotionVectorsImport"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomMotionVectorsImport, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomMotionVectorsImport::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomMotionVectorsImport, ReturnValue) == 0x000001, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomMotionVectorsImport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_GetCustomNumBitsForUVs \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_GetCustomNumBitsForUVs) == 0x000004, "Wrong alignment on InterchangeGeometryCacheFactoryNode_GetCustomNumBitsForUVs"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_GetCustomNumBitsForUVs) == 0x000008, "Wrong size on InterchangeGeometryCacheFactoryNode_GetCustomNumBitsForUVs"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomNumBitsForUVs, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomNumBitsForUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomNumBitsForUVs, ReturnValue) == 0x000004, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomNumBitsForUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_GetCustomOptimizeIndexBuffers \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_GetCustomOptimizeIndexBuffers) == 0x000001, "Wrong alignment on InterchangeGeometryCacheFactoryNode_GetCustomOptimizeIndexBuffers"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_GetCustomOptimizeIndexBuffers) == 0x000002, "Wrong size on InterchangeGeometryCacheFactoryNode_GetCustomOptimizeIndexBuffers"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomOptimizeIndexBuffers, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomOptimizeIndexBuffers::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomOptimizeIndexBuffers, ReturnValue) == 0x000001, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomOptimizeIndexBuffers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_GetCustomPositionPrecision \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_GetCustomPositionPrecision) == 0x000004, "Wrong alignment on InterchangeGeometryCacheFactoryNode_GetCustomPositionPrecision"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_GetCustomPositionPrecision) == 0x000008, "Wrong size on InterchangeGeometryCacheFactoryNode_GetCustomPositionPrecision"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomPositionPrecision, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomPositionPrecision::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomPositionPrecision, ReturnValue) == 0x000004, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomPositionPrecision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_GetCustomStartFrame \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_GetCustomStartFrame) == 0x000004, "Wrong alignment on InterchangeGeometryCacheFactoryNode_GetCustomStartFrame"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_GetCustomStartFrame) == 0x000008, "Wrong size on InterchangeGeometryCacheFactoryNode_GetCustomStartFrame"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomStartFrame, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomStartFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomStartFrame, ReturnValue) == 0x000004, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_GetCustomStoreImportedVertexNumbers \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_GetCustomStoreImportedVertexNumbers) == 0x000001, "Wrong alignment on InterchangeGeometryCacheFactoryNode_GetCustomStoreImportedVertexNumbers"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_GetCustomStoreImportedVertexNumbers) == 0x000002, "Wrong size on InterchangeGeometryCacheFactoryNode_GetCustomStoreImportedVertexNumbers"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomStoreImportedVertexNumbers, AttributeValue) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomStoreImportedVertexNumbers::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetCustomStoreImportedVertexNumbers, ReturnValue) == 0x000001, "Member 'InterchangeGeometryCacheFactoryNode_GetCustomStoreImportedVertexNumbers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGeometryCacheFactoryNode_GetSceneNodeAnimationPayloadKeys \ +static_assert(alignof(InterchangeGeometryCacheFactoryNode_GetSceneNodeAnimationPayloadKeys) == 0x000008, "Wrong alignment on InterchangeGeometryCacheFactoryNode_GetSceneNodeAnimationPayloadKeys"); \ +static_assert(sizeof(InterchangeGeometryCacheFactoryNode_GetSceneNodeAnimationPayloadKeys) == 0x000050, "Wrong size on InterchangeGeometryCacheFactoryNode_GetSceneNodeAnimationPayloadKeys"); \ +static_assert(offsetof(InterchangeGeometryCacheFactoryNode_GetSceneNodeAnimationPayloadKeys, OutSceneNodeAnimationPayloadKeyUids) == 0x000000, "Member 'InterchangeGeometryCacheFactoryNode_GetSceneNodeAnimationPayloadKeys::OutSceneNodeAnimationPayloadKeyUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGeometryCacheFactoryNode \ +static_assert(alignof(UInterchangeGeometryCacheFactoryNode) == 0x000008, "Wrong alignment on UInterchangeGeometryCacheFactoryNode"); \ +static_assert(sizeof(UInterchangeGeometryCacheFactoryNode) == 0x0004E8, "Wrong size on UInterchangeGeometryCacheFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_SetCustomEndFrame \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_SetCustomEndFrame) == 0x000004, "Wrong alignment on InterchangeGroomCacheFactoryNode_SetCustomEndFrame"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_SetCustomEndFrame) == 0x000008, "Wrong size on InterchangeGroomCacheFactoryNode_SetCustomEndFrame"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomEndFrame, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_SetCustomEndFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomEndFrame, ReturnValue) == 0x000004, "Member 'InterchangeGroomCacheFactoryNode_SetCustomEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_SetCustomFrameRate \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_SetCustomFrameRate) == 0x000008, "Wrong alignment on InterchangeGroomCacheFactoryNode_SetCustomFrameRate"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_SetCustomFrameRate) == 0x000010, "Wrong size on InterchangeGroomCacheFactoryNode_SetCustomFrameRate"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_SetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomFrameRate, ReturnValue) == 0x000008, "Member 'InterchangeGroomCacheFactoryNode_SetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_SetCustomGroomAssetPath \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_SetCustomGroomAssetPath) == 0x000008, "Wrong alignment on InterchangeGroomCacheFactoryNode_SetCustomGroomAssetPath"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_SetCustomGroomAssetPath) == 0x000028, "Wrong size on InterchangeGroomCacheFactoryNode_SetCustomGroomAssetPath"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomGroomAssetPath, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_SetCustomGroomAssetPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomGroomAssetPath, ReturnValue) == 0x000020, "Member 'InterchangeGroomCacheFactoryNode_SetCustomGroomAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_SetCustomGroomCacheAttributes \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_SetCustomGroomCacheAttributes) == 0x000001, "Wrong alignment on InterchangeGroomCacheFactoryNode_SetCustomGroomCacheAttributes"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_SetCustomGroomCacheAttributes) == 0x000002, "Wrong size on InterchangeGroomCacheFactoryNode_SetCustomGroomCacheAttributes"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomGroomCacheAttributes, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_SetCustomGroomCacheAttributes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomGroomCacheAttributes, ReturnValue) == 0x000001, "Member 'InterchangeGroomCacheFactoryNode_SetCustomGroomCacheAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_SetCustomGroomCacheImportType \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_SetCustomGroomCacheImportType) == 0x000001, "Wrong alignment on InterchangeGroomCacheFactoryNode_SetCustomGroomCacheImportType"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_SetCustomGroomCacheImportType) == 0x000002, "Wrong size on InterchangeGroomCacheFactoryNode_SetCustomGroomCacheImportType"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomGroomCacheImportType, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_SetCustomGroomCacheImportType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomGroomCacheImportType, ReturnValue) == 0x000001, "Member 'InterchangeGroomCacheFactoryNode_SetCustomGroomCacheImportType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_SetCustomNumFrames \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_SetCustomNumFrames) == 0x000004, "Wrong alignment on InterchangeGroomCacheFactoryNode_SetCustomNumFrames"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_SetCustomNumFrames) == 0x000008, "Wrong size on InterchangeGroomCacheFactoryNode_SetCustomNumFrames"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomNumFrames, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_SetCustomNumFrames::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomNumFrames, ReturnValue) == 0x000004, "Member 'InterchangeGroomCacheFactoryNode_SetCustomNumFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_SetCustomStartFrame \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_SetCustomStartFrame) == 0x000004, "Wrong alignment on InterchangeGroomCacheFactoryNode_SetCustomStartFrame"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_SetCustomStartFrame) == 0x000008, "Wrong size on InterchangeGroomCacheFactoryNode_SetCustomStartFrame"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomStartFrame, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_SetCustomStartFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_SetCustomStartFrame, ReturnValue) == 0x000004, "Member 'InterchangeGroomCacheFactoryNode_SetCustomStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_GetCustomEndFrame \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_GetCustomEndFrame) == 0x000004, "Wrong alignment on InterchangeGroomCacheFactoryNode_GetCustomEndFrame"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_GetCustomEndFrame) == 0x000008, "Wrong size on InterchangeGroomCacheFactoryNode_GetCustomEndFrame"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomEndFrame, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_GetCustomEndFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomEndFrame, ReturnValue) == 0x000004, "Member 'InterchangeGroomCacheFactoryNode_GetCustomEndFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_GetCustomFrameRate \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_GetCustomFrameRate) == 0x000008, "Wrong alignment on InterchangeGroomCacheFactoryNode_GetCustomFrameRate"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_GetCustomFrameRate) == 0x000010, "Wrong size on InterchangeGroomCacheFactoryNode_GetCustomFrameRate"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_GetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomFrameRate, ReturnValue) == 0x000008, "Member 'InterchangeGroomCacheFactoryNode_GetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_GetCustomGroomAssetPath \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_GetCustomGroomAssetPath) == 0x000008, "Wrong alignment on InterchangeGroomCacheFactoryNode_GetCustomGroomAssetPath"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_GetCustomGroomAssetPath) == 0x000028, "Wrong size on InterchangeGroomCacheFactoryNode_GetCustomGroomAssetPath"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomGroomAssetPath, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_GetCustomGroomAssetPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomGroomAssetPath, ReturnValue) == 0x000020, "Member 'InterchangeGroomCacheFactoryNode_GetCustomGroomAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_GetCustomGroomCacheAttributes \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_GetCustomGroomCacheAttributes) == 0x000001, "Wrong alignment on InterchangeGroomCacheFactoryNode_GetCustomGroomCacheAttributes"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_GetCustomGroomCacheAttributes) == 0x000002, "Wrong size on InterchangeGroomCacheFactoryNode_GetCustomGroomCacheAttributes"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomGroomCacheAttributes, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_GetCustomGroomCacheAttributes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomGroomCacheAttributes, ReturnValue) == 0x000001, "Member 'InterchangeGroomCacheFactoryNode_GetCustomGroomCacheAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_GetCustomGroomCacheImportType \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_GetCustomGroomCacheImportType) == 0x000001, "Wrong alignment on InterchangeGroomCacheFactoryNode_GetCustomGroomCacheImportType"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_GetCustomGroomCacheImportType) == 0x000002, "Wrong size on InterchangeGroomCacheFactoryNode_GetCustomGroomCacheImportType"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomGroomCacheImportType, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_GetCustomGroomCacheImportType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomGroomCacheImportType, ReturnValue) == 0x000001, "Member 'InterchangeGroomCacheFactoryNode_GetCustomGroomCacheImportType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_GetCustomNumFrames \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_GetCustomNumFrames) == 0x000004, "Wrong alignment on InterchangeGroomCacheFactoryNode_GetCustomNumFrames"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_GetCustomNumFrames) == 0x000008, "Wrong size on InterchangeGroomCacheFactoryNode_GetCustomNumFrames"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomNumFrames, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_GetCustomNumFrames::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomNumFrames, ReturnValue) == 0x000004, "Member 'InterchangeGroomCacheFactoryNode_GetCustomNumFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomCacheFactoryNode_GetCustomStartFrame \ +static_assert(alignof(InterchangeGroomCacheFactoryNode_GetCustomStartFrame) == 0x000004, "Wrong alignment on InterchangeGroomCacheFactoryNode_GetCustomStartFrame"); \ +static_assert(sizeof(InterchangeGroomCacheFactoryNode_GetCustomStartFrame) == 0x000008, "Wrong size on InterchangeGroomCacheFactoryNode_GetCustomStartFrame"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomStartFrame, AttributeValue) == 0x000000, "Member 'InterchangeGroomCacheFactoryNode_GetCustomStartFrame::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomCacheFactoryNode_GetCustomStartFrame, ReturnValue) == 0x000004, "Member 'InterchangeGroomCacheFactoryNode_GetCustomStartFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGroomCacheFactoryNode \ +static_assert(alignof(UInterchangeGroomCacheFactoryNode) == 0x000008, "Wrong alignment on UInterchangeGroomCacheFactoryNode"); \ +static_assert(sizeof(UInterchangeGroomCacheFactoryNode) == 0x000230, "Wrong size on UInterchangeGroomCacheFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomFactoryNode_SetCustomGroupInterpolationSettings \ +static_assert(alignof(InterchangeGroomFactoryNode_SetCustomGroupInterpolationSettings) == 0x000004, "Wrong alignment on InterchangeGroomFactoryNode_SetCustomGroupInterpolationSettings"); \ +static_assert(sizeof(InterchangeGroomFactoryNode_SetCustomGroupInterpolationSettings) == 0x00002C, "Wrong size on InterchangeGroomFactoryNode_SetCustomGroupInterpolationSettings"); \ +static_assert(offsetof(InterchangeGroomFactoryNode_SetCustomGroupInterpolationSettings, AttributeValue) == 0x000000, "Member 'InterchangeGroomFactoryNode_SetCustomGroupInterpolationSettings::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomFactoryNode_SetCustomGroupInterpolationSettings, ReturnValue) == 0x000028, "Member 'InterchangeGroomFactoryNode_SetCustomGroupInterpolationSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeGroomFactoryNode_GetCustomGroupInterpolationSettings \ +static_assert(alignof(InterchangeGroomFactoryNode_GetCustomGroupInterpolationSettings) == 0x000004, "Wrong alignment on InterchangeGroomFactoryNode_GetCustomGroupInterpolationSettings"); \ +static_assert(sizeof(InterchangeGroomFactoryNode_GetCustomGroupInterpolationSettings) == 0x00002C, "Wrong size on InterchangeGroomFactoryNode_GetCustomGroupInterpolationSettings"); \ +static_assert(offsetof(InterchangeGroomFactoryNode_GetCustomGroupInterpolationSettings, AttributeValue) == 0x000000, "Member 'InterchangeGroomFactoryNode_GetCustomGroupInterpolationSettings::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeGroomFactoryNode_GetCustomGroupInterpolationSettings, ReturnValue) == 0x000028, "Member 'InterchangeGroomFactoryNode_GetCustomGroupInterpolationSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGroomFactoryNode \ +static_assert(alignof(UInterchangeGroomFactoryNode) == 0x000008, "Wrong alignment on UInterchangeGroomFactoryNode"); \ +static_assert(sizeof(UInterchangeGroomFactoryNode) == 0x000260, "Wrong size on UInterchangeGroomFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeHeterogeneousVolumeActorFactoryNode_SetCustomVolumetricMaterialUid \ +static_assert(alignof(InterchangeHeterogeneousVolumeActorFactoryNode_SetCustomVolumetricMaterialUid) == 0x000008, "Wrong alignment on InterchangeHeterogeneousVolumeActorFactoryNode_SetCustomVolumetricMaterialUid"); \ +static_assert(sizeof(InterchangeHeterogeneousVolumeActorFactoryNode_SetCustomVolumetricMaterialUid) == 0x000018, "Wrong size on InterchangeHeterogeneousVolumeActorFactoryNode_SetCustomVolumetricMaterialUid"); \ +static_assert(offsetof(InterchangeHeterogeneousVolumeActorFactoryNode_SetCustomVolumetricMaterialUid, MaterialFactoryNodeUid) == 0x000000, "Member 'InterchangeHeterogeneousVolumeActorFactoryNode_SetCustomVolumetricMaterialUid::MaterialFactoryNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeHeterogeneousVolumeActorFactoryNode_SetCustomVolumetricMaterialUid, ReturnValue) == 0x000010, "Member 'InterchangeHeterogeneousVolumeActorFactoryNode_SetCustomVolumetricMaterialUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeHeterogeneousVolumeActorFactoryNode_GetCustomVolumetricMaterialUid \ +static_assert(alignof(InterchangeHeterogeneousVolumeActorFactoryNode_GetCustomVolumetricMaterialUid) == 0x000008, "Wrong alignment on InterchangeHeterogeneousVolumeActorFactoryNode_GetCustomVolumetricMaterialUid"); \ +static_assert(sizeof(InterchangeHeterogeneousVolumeActorFactoryNode_GetCustomVolumetricMaterialUid) == 0x000018, "Wrong size on InterchangeHeterogeneousVolumeActorFactoryNode_GetCustomVolumetricMaterialUid"); \ +static_assert(offsetof(InterchangeHeterogeneousVolumeActorFactoryNode_GetCustomVolumetricMaterialUid, MaterialFactoryNodeUid) == 0x000000, "Member 'InterchangeHeterogeneousVolumeActorFactoryNode_GetCustomVolumetricMaterialUid::MaterialFactoryNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeHeterogeneousVolumeActorFactoryNode_GetCustomVolumetricMaterialUid, ReturnValue) == 0x000010, "Member 'InterchangeHeterogeneousVolumeActorFactoryNode_GetCustomVolumetricMaterialUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeHeterogeneousVolumeActorFactoryNode \ +static_assert(alignof(UInterchangeHeterogeneousVolumeActorFactoryNode) == 0x000008, "Wrong alignment on UInterchangeHeterogeneousVolumeActorFactoryNode"); \ +static_assert(sizeof(UInterchangeHeterogeneousVolumeActorFactoryNode) == 0x000290, "Wrong size on UInterchangeHeterogeneousVolumeActorFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelFactoryNode_AddCustomActorFactoryNodeUid \ +static_assert(alignof(InterchangeLevelFactoryNode_AddCustomActorFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeLevelFactoryNode_AddCustomActorFactoryNodeUid"); \ +static_assert(sizeof(InterchangeLevelFactoryNode_AddCustomActorFactoryNodeUid) == 0x000018, "Wrong size on InterchangeLevelFactoryNode_AddCustomActorFactoryNodeUid"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_AddCustomActorFactoryNodeUid, ActorFactoryNodeUid) == 0x000000, "Member 'InterchangeLevelFactoryNode_AddCustomActorFactoryNodeUid::ActorFactoryNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_AddCustomActorFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeLevelFactoryNode_AddCustomActorFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelFactoryNode_RemoveCustomActorFactoryNodeUid \ +static_assert(alignof(InterchangeLevelFactoryNode_RemoveCustomActorFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeLevelFactoryNode_RemoveCustomActorFactoryNodeUid"); \ +static_assert(sizeof(InterchangeLevelFactoryNode_RemoveCustomActorFactoryNodeUid) == 0x000018, "Wrong size on InterchangeLevelFactoryNode_RemoveCustomActorFactoryNodeUid"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_RemoveCustomActorFactoryNodeUid, ActorFactoryNodeUid) == 0x000000, "Member 'InterchangeLevelFactoryNode_RemoveCustomActorFactoryNodeUid::ActorFactoryNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_RemoveCustomActorFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeLevelFactoryNode_RemoveCustomActorFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelFactoryNode_SetCustomCreateWorldPartitionLevel \ +static_assert(alignof(InterchangeLevelFactoryNode_SetCustomCreateWorldPartitionLevel) == 0x000001, "Wrong alignment on InterchangeLevelFactoryNode_SetCustomCreateWorldPartitionLevel"); \ +static_assert(sizeof(InterchangeLevelFactoryNode_SetCustomCreateWorldPartitionLevel) == 0x000002, "Wrong size on InterchangeLevelFactoryNode_SetCustomCreateWorldPartitionLevel"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_SetCustomCreateWorldPartitionLevel, AttributeValue) == 0x000000, "Member 'InterchangeLevelFactoryNode_SetCustomCreateWorldPartitionLevel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_SetCustomCreateWorldPartitionLevel, ReturnValue) == 0x000001, "Member 'InterchangeLevelFactoryNode_SetCustomCreateWorldPartitionLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelFactoryNode_SetCustomSceneImportAssetFactoryNodeUid \ +static_assert(alignof(InterchangeLevelFactoryNode_SetCustomSceneImportAssetFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeLevelFactoryNode_SetCustomSceneImportAssetFactoryNodeUid"); \ +static_assert(sizeof(InterchangeLevelFactoryNode_SetCustomSceneImportAssetFactoryNodeUid) == 0x000018, "Wrong size on InterchangeLevelFactoryNode_SetCustomSceneImportAssetFactoryNodeUid"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_SetCustomSceneImportAssetFactoryNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeLevelFactoryNode_SetCustomSceneImportAssetFactoryNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_SetCustomSceneImportAssetFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeLevelFactoryNode_SetCustomSceneImportAssetFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelFactoryNode_SetCustomShouldCreateLevel \ +static_assert(alignof(InterchangeLevelFactoryNode_SetCustomShouldCreateLevel) == 0x000001, "Wrong alignment on InterchangeLevelFactoryNode_SetCustomShouldCreateLevel"); \ +static_assert(sizeof(InterchangeLevelFactoryNode_SetCustomShouldCreateLevel) == 0x000002, "Wrong size on InterchangeLevelFactoryNode_SetCustomShouldCreateLevel"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_SetCustomShouldCreateLevel, AttributeValue) == 0x000000, "Member 'InterchangeLevelFactoryNode_SetCustomShouldCreateLevel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_SetCustomShouldCreateLevel, ReturnValue) == 0x000001, "Member 'InterchangeLevelFactoryNode_SetCustomShouldCreateLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUid \ +static_assert(alignof(InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUid"); \ +static_assert(sizeof(InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUid) == 0x000018, "Wrong size on InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUid"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUid, Index_0) == 0x000000, "Member 'InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUid, OutActorFactoryNodeUid) == 0x000008, "Member 'InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUid::OutActorFactoryNodeUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUidCount \ +static_assert(alignof(InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUidCount) == 0x000004, "Wrong alignment on InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUidCount"); \ +static_assert(sizeof(InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUidCount) == 0x000004, "Wrong size on InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUidCount"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUidCount, ReturnValue) == 0x000000, "Member 'InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUids \ +static_assert(alignof(InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUids) == 0x000008, "Wrong alignment on InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUids"); \ +static_assert(sizeof(InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUids) == 0x000010, "Wrong size on InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUids"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUids, OutActorFactoryNodeUids) == 0x000000, "Member 'InterchangeLevelFactoryNode_GetCustomActorFactoryNodeUids::OutActorFactoryNodeUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelFactoryNode_GetCustomCreateWorldPartitionLevel \ +static_assert(alignof(InterchangeLevelFactoryNode_GetCustomCreateWorldPartitionLevel) == 0x000001, "Wrong alignment on InterchangeLevelFactoryNode_GetCustomCreateWorldPartitionLevel"); \ +static_assert(sizeof(InterchangeLevelFactoryNode_GetCustomCreateWorldPartitionLevel) == 0x000002, "Wrong size on InterchangeLevelFactoryNode_GetCustomCreateWorldPartitionLevel"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_GetCustomCreateWorldPartitionLevel, AttributeValue) == 0x000000, "Member 'InterchangeLevelFactoryNode_GetCustomCreateWorldPartitionLevel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_GetCustomCreateWorldPartitionLevel, ReturnValue) == 0x000001, "Member 'InterchangeLevelFactoryNode_GetCustomCreateWorldPartitionLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelFactoryNode_GetCustomSceneImportAssetFactoryNodeUid \ +static_assert(alignof(InterchangeLevelFactoryNode_GetCustomSceneImportAssetFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeLevelFactoryNode_GetCustomSceneImportAssetFactoryNodeUid"); \ +static_assert(sizeof(InterchangeLevelFactoryNode_GetCustomSceneImportAssetFactoryNodeUid) == 0x000018, "Wrong size on InterchangeLevelFactoryNode_GetCustomSceneImportAssetFactoryNodeUid"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_GetCustomSceneImportAssetFactoryNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeLevelFactoryNode_GetCustomSceneImportAssetFactoryNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_GetCustomSceneImportAssetFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeLevelFactoryNode_GetCustomSceneImportAssetFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelFactoryNode_GetCustomShouldCreateLevel \ +static_assert(alignof(InterchangeLevelFactoryNode_GetCustomShouldCreateLevel) == 0x000001, "Wrong alignment on InterchangeLevelFactoryNode_GetCustomShouldCreateLevel"); \ +static_assert(sizeof(InterchangeLevelFactoryNode_GetCustomShouldCreateLevel) == 0x000002, "Wrong size on InterchangeLevelFactoryNode_GetCustomShouldCreateLevel"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_GetCustomShouldCreateLevel, AttributeValue) == 0x000000, "Member 'InterchangeLevelFactoryNode_GetCustomShouldCreateLevel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelFactoryNode_GetCustomShouldCreateLevel, ReturnValue) == 0x000001, "Member 'InterchangeLevelFactoryNode_GetCustomShouldCreateLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeLevelFactoryNode \ +static_assert(alignof(UInterchangeLevelFactoryNode) == 0x000008, "Wrong alignment on UInterchangeLevelFactoryNode"); \ +static_assert(sizeof(UInterchangeLevelFactoryNode) == 0x000220, "Wrong size on UInterchangeLevelFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelInstanceActorFactoryNode_SetCustomLevelReference \ +static_assert(alignof(InterchangeLevelInstanceActorFactoryNode_SetCustomLevelReference) == 0x000008, "Wrong alignment on InterchangeLevelInstanceActorFactoryNode_SetCustomLevelReference"); \ +static_assert(sizeof(InterchangeLevelInstanceActorFactoryNode_SetCustomLevelReference) == 0x000018, "Wrong size on InterchangeLevelInstanceActorFactoryNode_SetCustomLevelReference"); \ +static_assert(offsetof(InterchangeLevelInstanceActorFactoryNode_SetCustomLevelReference, AttributeValue) == 0x000000, "Member 'InterchangeLevelInstanceActorFactoryNode_SetCustomLevelReference::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelInstanceActorFactoryNode_SetCustomLevelReference, ReturnValue) == 0x000010, "Member 'InterchangeLevelInstanceActorFactoryNode_SetCustomLevelReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelInstanceActorFactoryNode_GetCustomLevelReference \ +static_assert(alignof(InterchangeLevelInstanceActorFactoryNode_GetCustomLevelReference) == 0x000008, "Wrong alignment on InterchangeLevelInstanceActorFactoryNode_GetCustomLevelReference"); \ +static_assert(sizeof(InterchangeLevelInstanceActorFactoryNode_GetCustomLevelReference) == 0x000018, "Wrong size on InterchangeLevelInstanceActorFactoryNode_GetCustomLevelReference"); \ +static_assert(offsetof(InterchangeLevelInstanceActorFactoryNode_GetCustomLevelReference, AttributeValue) == 0x000000, "Member 'InterchangeLevelInstanceActorFactoryNode_GetCustomLevelReference::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelInstanceActorFactoryNode_GetCustomLevelReference, ReturnValue) == 0x000010, "Member 'InterchangeLevelInstanceActorFactoryNode_GetCustomLevelReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeLevelInstanceActorFactoryNode \ +static_assert(alignof(UInterchangeLevelInstanceActorFactoryNode) == 0x000008, "Wrong alignment on UInterchangeLevelInstanceActorFactoryNode"); \ +static_assert(sizeof(UInterchangeLevelInstanceActorFactoryNode) == 0x0002A0, "Wrong size on UInterchangeLevelInstanceActorFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid) == 0x000008, "Wrong alignment on InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid) == 0x000018, "Wrong size on InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid, AnimationTrackUid) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid::AnimationTrackUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid, ReturnValue) == 0x000010, "Member 'InterchangeLevelSequenceFactoryNode_AddCustomAnimationTrackUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid) == 0x000008, "Wrong alignment on InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid) == 0x000018, "Wrong size on InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid, AnimationTrackUid) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid::AnimationTrackUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid, ReturnValue) == 0x000010, "Member 'InterchangeLevelSequenceFactoryNode_RemoveCustomAnimationTrackUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_SetCustomFrameRate \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_SetCustomFrameRate) == 0x000004, "Wrong alignment on InterchangeLevelSequenceFactoryNode_SetCustomFrameRate"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_SetCustomFrameRate) == 0x000008, "Wrong size on InterchangeLevelSequenceFactoryNode_SetCustomFrameRate"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_SetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_SetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_SetCustomFrameRate, ReturnValue) == 0x000004, "Member 'InterchangeLevelSequenceFactoryNode_SetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid) == 0x000008, "Wrong alignment on InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid) == 0x000018, "Wrong size on InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid, Index_0) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid, OutAnimationTrackUid) == 0x000008, "Member 'InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUid::OutAnimationTrackUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount) == 0x000004, "Wrong alignment on InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount) == 0x000004, "Wrong size on InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount, ReturnValue) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids) == 0x000008, "Wrong alignment on InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids) == 0x000010, "Wrong size on InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids, OutAnimationTrackUids) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_GetCustomAnimationTrackUids::OutAnimationTrackUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLevelSequenceFactoryNode_GetCustomFrameRate \ +static_assert(alignof(InterchangeLevelSequenceFactoryNode_GetCustomFrameRate) == 0x000004, "Wrong alignment on InterchangeLevelSequenceFactoryNode_GetCustomFrameRate"); \ +static_assert(sizeof(InterchangeLevelSequenceFactoryNode_GetCustomFrameRate) == 0x000008, "Wrong size on InterchangeLevelSequenceFactoryNode_GetCustomFrameRate"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetCustomFrameRate, AttributeValue) == 0x000000, "Member 'InterchangeLevelSequenceFactoryNode_GetCustomFrameRate::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLevelSequenceFactoryNode_GetCustomFrameRate, ReturnValue) == 0x000004, "Member 'InterchangeLevelSequenceFactoryNode_GetCustomFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeLevelSequenceFactoryNode \ +static_assert(alignof(UInterchangeLevelSequenceFactoryNode) == 0x000008, "Wrong alignment on UInterchangeLevelSequenceFactoryNode"); \ +static_assert(sizeof(UInterchangeLevelSequenceFactoryNode) == 0x0001F0, "Wrong size on UInterchangeLevelSequenceFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_SetCustomIntensity \ +static_assert(alignof(InterchangeBaseLightFactoryNode_SetCustomIntensity) == 0x000004, "Wrong alignment on InterchangeBaseLightFactoryNode_SetCustomIntensity"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_SetCustomIntensity) == 0x000008, "Wrong size on InterchangeBaseLightFactoryNode_SetCustomIntensity"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomIntensity, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_SetCustomIntensity::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomIntensity, bAddApplyDelegate) == 0x000004, "Member 'InterchangeBaseLightFactoryNode_SetCustomIntensity::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomIntensity, ReturnValue) == 0x000005, "Member 'InterchangeBaseLightFactoryNode_SetCustomIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_SetCustomLightColor \ +static_assert(alignof(InterchangeBaseLightFactoryNode_SetCustomLightColor) == 0x000004, "Wrong alignment on InterchangeBaseLightFactoryNode_SetCustomLightColor"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_SetCustomLightColor) == 0x000008, "Wrong size on InterchangeBaseLightFactoryNode_SetCustomLightColor"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomLightColor, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_SetCustomLightColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomLightColor, bAddApplyDelegate) == 0x000004, "Member 'InterchangeBaseLightFactoryNode_SetCustomLightColor::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomLightColor, ReturnValue) == 0x000005, "Member 'InterchangeBaseLightFactoryNode_SetCustomLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_SetCustomTemperature \ +static_assert(alignof(InterchangeBaseLightFactoryNode_SetCustomTemperature) == 0x000004, "Wrong alignment on InterchangeBaseLightFactoryNode_SetCustomTemperature"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_SetCustomTemperature) == 0x000008, "Wrong size on InterchangeBaseLightFactoryNode_SetCustomTemperature"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_SetCustomTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomTemperature, bAddApplyDelegate) == 0x000004, "Member 'InterchangeBaseLightFactoryNode_SetCustomTemperature::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomTemperature, ReturnValue) == 0x000005, "Member 'InterchangeBaseLightFactoryNode_SetCustomTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_SetCustomUseTemperature \ +static_assert(alignof(InterchangeBaseLightFactoryNode_SetCustomUseTemperature) == 0x000001, "Wrong alignment on InterchangeBaseLightFactoryNode_SetCustomUseTemperature"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_SetCustomUseTemperature) == 0x000003, "Wrong size on InterchangeBaseLightFactoryNode_SetCustomUseTemperature"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomUseTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_SetCustomUseTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomUseTemperature, bAddApplyDelegate) == 0x000001, "Member 'InterchangeBaseLightFactoryNode_SetCustomUseTemperature::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_SetCustomUseTemperature, ReturnValue) == 0x000002, "Member 'InterchangeBaseLightFactoryNode_SetCustomUseTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_GetCustomIntensity \ +static_assert(alignof(InterchangeBaseLightFactoryNode_GetCustomIntensity) == 0x000004, "Wrong alignment on InterchangeBaseLightFactoryNode_GetCustomIntensity"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_GetCustomIntensity) == 0x000008, "Wrong size on InterchangeBaseLightFactoryNode_GetCustomIntensity"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomIntensity, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_GetCustomIntensity::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomIntensity, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightFactoryNode_GetCustomIntensity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_GetCustomLightColor \ +static_assert(alignof(InterchangeBaseLightFactoryNode_GetCustomLightColor) == 0x000004, "Wrong alignment on InterchangeBaseLightFactoryNode_GetCustomLightColor"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_GetCustomLightColor) == 0x000008, "Wrong size on InterchangeBaseLightFactoryNode_GetCustomLightColor"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomLightColor, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_GetCustomLightColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomLightColor, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightFactoryNode_GetCustomLightColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_GetCustomTemperature \ +static_assert(alignof(InterchangeBaseLightFactoryNode_GetCustomTemperature) == 0x000004, "Wrong alignment on InterchangeBaseLightFactoryNode_GetCustomTemperature"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_GetCustomTemperature) == 0x000008, "Wrong size on InterchangeBaseLightFactoryNode_GetCustomTemperature"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_GetCustomTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomTemperature, ReturnValue) == 0x000004, "Member 'InterchangeBaseLightFactoryNode_GetCustomTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeBaseLightFactoryNode_GetCustomUseTemperature \ +static_assert(alignof(InterchangeBaseLightFactoryNode_GetCustomUseTemperature) == 0x000001, "Wrong alignment on InterchangeBaseLightFactoryNode_GetCustomUseTemperature"); \ +static_assert(sizeof(InterchangeBaseLightFactoryNode_GetCustomUseTemperature) == 0x000002, "Wrong size on InterchangeBaseLightFactoryNode_GetCustomUseTemperature"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomUseTemperature, AttributeValue) == 0x000000, "Member 'InterchangeBaseLightFactoryNode_GetCustomUseTemperature::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeBaseLightFactoryNode_GetCustomUseTemperature, ReturnValue) == 0x000001, "Member 'InterchangeBaseLightFactoryNode_GetCustomUseTemperature::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeBaseLightFactoryNode \ +static_assert(alignof(UInterchangeBaseLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangeBaseLightFactoryNode"); \ +static_assert(sizeof(UInterchangeBaseLightFactoryNode) == 0x0002C0, "Wrong size on UInterchangeBaseLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeDirectionalLightFactoryNode \ +static_assert(alignof(UInterchangeDirectionalLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangeDirectionalLightFactoryNode"); \ +static_assert(sizeof(UInterchangeDirectionalLightFactoryNode) == 0x0002C0, "Wrong size on UInterchangeDirectionalLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_SetCustomAttenuationRadius \ +static_assert(alignof(InterchangeLightFactoryNode_SetCustomAttenuationRadius) == 0x000004, "Wrong alignment on InterchangeLightFactoryNode_SetCustomAttenuationRadius"); \ +static_assert(sizeof(InterchangeLightFactoryNode_SetCustomAttenuationRadius) == 0x000008, "Wrong size on InterchangeLightFactoryNode_SetCustomAttenuationRadius"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomAttenuationRadius, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_SetCustomAttenuationRadius::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomAttenuationRadius, bAddApplyDelegate) == 0x000004, "Member 'InterchangeLightFactoryNode_SetCustomAttenuationRadius::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomAttenuationRadius, ReturnValue) == 0x000005, "Member 'InterchangeLightFactoryNode_SetCustomAttenuationRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_SetCustomIESBrightnessScale \ +static_assert(alignof(InterchangeLightFactoryNode_SetCustomIESBrightnessScale) == 0x000004, "Wrong alignment on InterchangeLightFactoryNode_SetCustomIESBrightnessScale"); \ +static_assert(sizeof(InterchangeLightFactoryNode_SetCustomIESBrightnessScale) == 0x000008, "Wrong size on InterchangeLightFactoryNode_SetCustomIESBrightnessScale"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIESBrightnessScale, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_SetCustomIESBrightnessScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIESBrightnessScale, bAddApplyDelegate) == 0x000004, "Member 'InterchangeLightFactoryNode_SetCustomIESBrightnessScale::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIESBrightnessScale, ReturnValue) == 0x000005, "Member 'InterchangeLightFactoryNode_SetCustomIESBrightnessScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_SetCustomIESTexture \ +static_assert(alignof(InterchangeLightFactoryNode_SetCustomIESTexture) == 0x000008, "Wrong alignment on InterchangeLightFactoryNode_SetCustomIESTexture"); \ +static_assert(sizeof(InterchangeLightFactoryNode_SetCustomIESTexture) == 0x000018, "Wrong size on InterchangeLightFactoryNode_SetCustomIESTexture"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIESTexture, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_SetCustomIESTexture::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIESTexture, ReturnValue) == 0x000010, "Member 'InterchangeLightFactoryNode_SetCustomIESTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_SetCustomIntensityUnits \ +static_assert(alignof(InterchangeLightFactoryNode_SetCustomIntensityUnits) == 0x000001, "Wrong alignment on InterchangeLightFactoryNode_SetCustomIntensityUnits"); \ +static_assert(sizeof(InterchangeLightFactoryNode_SetCustomIntensityUnits) == 0x000003, "Wrong size on InterchangeLightFactoryNode_SetCustomIntensityUnits"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIntensityUnits, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_SetCustomIntensityUnits::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIntensityUnits, bAddApplyDelegate) == 0x000001, "Member 'InterchangeLightFactoryNode_SetCustomIntensityUnits::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomIntensityUnits, ReturnValue) == 0x000002, "Member 'InterchangeLightFactoryNode_SetCustomIntensityUnits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_SetCustomRotation \ +static_assert(alignof(InterchangeLightFactoryNode_SetCustomRotation) == 0x000008, "Wrong alignment on InterchangeLightFactoryNode_SetCustomRotation"); \ +static_assert(sizeof(InterchangeLightFactoryNode_SetCustomRotation) == 0x000020, "Wrong size on InterchangeLightFactoryNode_SetCustomRotation"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomRotation, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_SetCustomRotation::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomRotation, bAddApplyDelegate) == 0x000018, "Member 'InterchangeLightFactoryNode_SetCustomRotation::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomRotation, ReturnValue) == 0x000019, "Member 'InterchangeLightFactoryNode_SetCustomRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_SetCustomUseIESBrightness \ +static_assert(alignof(InterchangeLightFactoryNode_SetCustomUseIESBrightness) == 0x000001, "Wrong alignment on InterchangeLightFactoryNode_SetCustomUseIESBrightness"); \ +static_assert(sizeof(InterchangeLightFactoryNode_SetCustomUseIESBrightness) == 0x000003, "Wrong size on InterchangeLightFactoryNode_SetCustomUseIESBrightness"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomUseIESBrightness, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_SetCustomUseIESBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomUseIESBrightness, bAddApplyDelegate) == 0x000001, "Member 'InterchangeLightFactoryNode_SetCustomUseIESBrightness::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_SetCustomUseIESBrightness, ReturnValue) == 0x000002, "Member 'InterchangeLightFactoryNode_SetCustomUseIESBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_GetCustomAttenuationRadius \ +static_assert(alignof(InterchangeLightFactoryNode_GetCustomAttenuationRadius) == 0x000004, "Wrong alignment on InterchangeLightFactoryNode_GetCustomAttenuationRadius"); \ +static_assert(sizeof(InterchangeLightFactoryNode_GetCustomAttenuationRadius) == 0x000008, "Wrong size on InterchangeLightFactoryNode_GetCustomAttenuationRadius"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomAttenuationRadius, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_GetCustomAttenuationRadius::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomAttenuationRadius, ReturnValue) == 0x000004, "Member 'InterchangeLightFactoryNode_GetCustomAttenuationRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_GetCustomIESBrightnessScale \ +static_assert(alignof(InterchangeLightFactoryNode_GetCustomIESBrightnessScale) == 0x000004, "Wrong alignment on InterchangeLightFactoryNode_GetCustomIESBrightnessScale"); \ +static_assert(sizeof(InterchangeLightFactoryNode_GetCustomIESBrightnessScale) == 0x000008, "Wrong size on InterchangeLightFactoryNode_GetCustomIESBrightnessScale"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomIESBrightnessScale, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_GetCustomIESBrightnessScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomIESBrightnessScale, ReturnValue) == 0x000004, "Member 'InterchangeLightFactoryNode_GetCustomIESBrightnessScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_GetCustomIESTexture \ +static_assert(alignof(InterchangeLightFactoryNode_GetCustomIESTexture) == 0x000008, "Wrong alignment on InterchangeLightFactoryNode_GetCustomIESTexture"); \ +static_assert(sizeof(InterchangeLightFactoryNode_GetCustomIESTexture) == 0x000018, "Wrong size on InterchangeLightFactoryNode_GetCustomIESTexture"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomIESTexture, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_GetCustomIESTexture::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomIESTexture, ReturnValue) == 0x000010, "Member 'InterchangeLightFactoryNode_GetCustomIESTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_GetCustomIntensityUnits \ +static_assert(alignof(InterchangeLightFactoryNode_GetCustomIntensityUnits) == 0x000001, "Wrong alignment on InterchangeLightFactoryNode_GetCustomIntensityUnits"); \ +static_assert(sizeof(InterchangeLightFactoryNode_GetCustomIntensityUnits) == 0x000002, "Wrong size on InterchangeLightFactoryNode_GetCustomIntensityUnits"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomIntensityUnits, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_GetCustomIntensityUnits::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomIntensityUnits, ReturnValue) == 0x000001, "Member 'InterchangeLightFactoryNode_GetCustomIntensityUnits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_GetCustomRotation \ +static_assert(alignof(InterchangeLightFactoryNode_GetCustomRotation) == 0x000008, "Wrong alignment on InterchangeLightFactoryNode_GetCustomRotation"); \ +static_assert(sizeof(InterchangeLightFactoryNode_GetCustomRotation) == 0x000020, "Wrong size on InterchangeLightFactoryNode_GetCustomRotation"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomRotation, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_GetCustomRotation::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomRotation, ReturnValue) == 0x000018, "Member 'InterchangeLightFactoryNode_GetCustomRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeLightFactoryNode_GetCustomUseIESBrightness \ +static_assert(alignof(InterchangeLightFactoryNode_GetCustomUseIESBrightness) == 0x000001, "Wrong alignment on InterchangeLightFactoryNode_GetCustomUseIESBrightness"); \ +static_assert(sizeof(InterchangeLightFactoryNode_GetCustomUseIESBrightness) == 0x000002, "Wrong size on InterchangeLightFactoryNode_GetCustomUseIESBrightness"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomUseIESBrightness, AttributeValue) == 0x000000, "Member 'InterchangeLightFactoryNode_GetCustomUseIESBrightness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeLightFactoryNode_GetCustomUseIESBrightness, ReturnValue) == 0x000001, "Member 'InterchangeLightFactoryNode_GetCustomUseIESBrightness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeLightFactoryNode \ +static_assert(alignof(UInterchangeLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangeLightFactoryNode"); \ +static_assert(sizeof(UInterchangeLightFactoryNode) == 0x000320, "Wrong size on UInterchangeLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightFactoryNode_SetCustomSourceHeight \ +static_assert(alignof(InterchangeRectLightFactoryNode_SetCustomSourceHeight) == 0x000004, "Wrong alignment on InterchangeRectLightFactoryNode_SetCustomSourceHeight"); \ +static_assert(sizeof(InterchangeRectLightFactoryNode_SetCustomSourceHeight) == 0x000008, "Wrong size on InterchangeRectLightFactoryNode_SetCustomSourceHeight"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_SetCustomSourceHeight, AttributeValue) == 0x000000, "Member 'InterchangeRectLightFactoryNode_SetCustomSourceHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_SetCustomSourceHeight, bAddApplyDelegate) == 0x000004, "Member 'InterchangeRectLightFactoryNode_SetCustomSourceHeight::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_SetCustomSourceHeight, ReturnValue) == 0x000005, "Member 'InterchangeRectLightFactoryNode_SetCustomSourceHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightFactoryNode_SetCustomSourceWidth \ +static_assert(alignof(InterchangeRectLightFactoryNode_SetCustomSourceWidth) == 0x000004, "Wrong alignment on InterchangeRectLightFactoryNode_SetCustomSourceWidth"); \ +static_assert(sizeof(InterchangeRectLightFactoryNode_SetCustomSourceWidth) == 0x000008, "Wrong size on InterchangeRectLightFactoryNode_SetCustomSourceWidth"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_SetCustomSourceWidth, AttributeValue) == 0x000000, "Member 'InterchangeRectLightFactoryNode_SetCustomSourceWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_SetCustomSourceWidth, bAddApplyDelegate) == 0x000004, "Member 'InterchangeRectLightFactoryNode_SetCustomSourceWidth::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_SetCustomSourceWidth, ReturnValue) == 0x000005, "Member 'InterchangeRectLightFactoryNode_SetCustomSourceWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightFactoryNode_GetCustomSourceHeight \ +static_assert(alignof(InterchangeRectLightFactoryNode_GetCustomSourceHeight) == 0x000004, "Wrong alignment on InterchangeRectLightFactoryNode_GetCustomSourceHeight"); \ +static_assert(sizeof(InterchangeRectLightFactoryNode_GetCustomSourceHeight) == 0x000008, "Wrong size on InterchangeRectLightFactoryNode_GetCustomSourceHeight"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_GetCustomSourceHeight, AttributeValue) == 0x000000, "Member 'InterchangeRectLightFactoryNode_GetCustomSourceHeight::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_GetCustomSourceHeight, ReturnValue) == 0x000004, "Member 'InterchangeRectLightFactoryNode_GetCustomSourceHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeRectLightFactoryNode_GetCustomSourceWidth \ +static_assert(alignof(InterchangeRectLightFactoryNode_GetCustomSourceWidth) == 0x000004, "Wrong alignment on InterchangeRectLightFactoryNode_GetCustomSourceWidth"); \ +static_assert(sizeof(InterchangeRectLightFactoryNode_GetCustomSourceWidth) == 0x000008, "Wrong size on InterchangeRectLightFactoryNode_GetCustomSourceWidth"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_GetCustomSourceWidth, AttributeValue) == 0x000000, "Member 'InterchangeRectLightFactoryNode_GetCustomSourceWidth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeRectLightFactoryNode_GetCustomSourceWidth, ReturnValue) == 0x000004, "Member 'InterchangeRectLightFactoryNode_GetCustomSourceWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeRectLightFactoryNode \ +static_assert(alignof(UInterchangeRectLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangeRectLightFactoryNode"); \ +static_assert(sizeof(UInterchangeRectLightFactoryNode) == 0x000340, "Wrong size on UInterchangeRectLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightFactoryNode_SetCustomLightFalloffExponent \ +static_assert(alignof(InterchangePointLightFactoryNode_SetCustomLightFalloffExponent) == 0x000004, "Wrong alignment on InterchangePointLightFactoryNode_SetCustomLightFalloffExponent"); \ +static_assert(sizeof(InterchangePointLightFactoryNode_SetCustomLightFalloffExponent) == 0x000008, "Wrong size on InterchangePointLightFactoryNode_SetCustomLightFalloffExponent"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_SetCustomLightFalloffExponent, AttributeValue) == 0x000000, "Member 'InterchangePointLightFactoryNode_SetCustomLightFalloffExponent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_SetCustomLightFalloffExponent, bAddApplyDelegate) == 0x000004, "Member 'InterchangePointLightFactoryNode_SetCustomLightFalloffExponent::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_SetCustomLightFalloffExponent, ReturnValue) == 0x000005, "Member 'InterchangePointLightFactoryNode_SetCustomLightFalloffExponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff \ +static_assert(alignof(InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff) == 0x000001, "Wrong alignment on InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff"); \ +static_assert(sizeof(InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff) == 0x000003, "Wrong size on InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff, AttributeValue) == 0x000000, "Member 'InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff, bAddApplyDelegate) == 0x000001, "Member 'InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff, ReturnValue) == 0x000002, "Member 'InterchangePointLightFactoryNode_SetCustomUseInverseSquaredFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightFactoryNode_GetCustomLightFalloffExponent \ +static_assert(alignof(InterchangePointLightFactoryNode_GetCustomLightFalloffExponent) == 0x000004, "Wrong alignment on InterchangePointLightFactoryNode_GetCustomLightFalloffExponent"); \ +static_assert(sizeof(InterchangePointLightFactoryNode_GetCustomLightFalloffExponent) == 0x000008, "Wrong size on InterchangePointLightFactoryNode_GetCustomLightFalloffExponent"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_GetCustomLightFalloffExponent, AttributeValue) == 0x000000, "Member 'InterchangePointLightFactoryNode_GetCustomLightFalloffExponent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_GetCustomLightFalloffExponent, ReturnValue) == 0x000004, "Member 'InterchangePointLightFactoryNode_GetCustomLightFalloffExponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff \ +static_assert(alignof(InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff) == 0x000001, "Wrong alignment on InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff"); \ +static_assert(sizeof(InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff) == 0x000002, "Wrong size on InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff, AttributeValue) == 0x000000, "Member 'InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff, ReturnValue) == 0x000001, "Member 'InterchangePointLightFactoryNode_GetCustomUseInverseSquaredFalloff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangePointLightFactoryNode \ +static_assert(alignof(UInterchangePointLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangePointLightFactoryNode"); \ +static_assert(sizeof(UInterchangePointLightFactoryNode) == 0x000340, "Wrong size on UInterchangePointLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle \ +static_assert(alignof(InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle, ReturnValue) == 0x000005, "Member 'InterchangeSpotLightFactoryNode_SetCustomInnerConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle \ +static_assert(alignof(InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle, ReturnValue) == 0x000005, "Member 'InterchangeSpotLightFactoryNode_SetCustomOuterConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle \ +static_assert(alignof(InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle, ReturnValue) == 0x000004, "Member 'InterchangeSpotLightFactoryNode_GetCustomInnerConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle \ +static_assert(alignof(InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle) == 0x000004, "Wrong alignment on InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle"); \ +static_assert(sizeof(InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle) == 0x000008, "Wrong size on InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle, AttributeValue) == 0x000000, "Member 'InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle, ReturnValue) == 0x000004, "Member 'InterchangeSpotLightFactoryNode_GetCustomOuterConeAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSpotLightFactoryNode \ +static_assert(alignof(UInterchangeSpotLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSpotLightFactoryNode"); \ +static_assert(sizeof(UInterchangeSpotLightFactoryNode) == 0x000360, "Wrong size on UInterchangeSpotLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSkyLightFactoryNode_SetCustomCubemapDependency \ +static_assert(alignof(InterchangeSkyLightFactoryNode_SetCustomCubemapDependency) == 0x000008, "Wrong alignment on InterchangeSkyLightFactoryNode_SetCustomCubemapDependency"); \ +static_assert(sizeof(InterchangeSkyLightFactoryNode_SetCustomCubemapDependency) == 0x000018, "Wrong size on InterchangeSkyLightFactoryNode_SetCustomCubemapDependency"); \ +static_assert(offsetof(InterchangeSkyLightFactoryNode_SetCustomCubemapDependency, TextureCubeFactoryNodeUid) == 0x000000, "Member 'InterchangeSkyLightFactoryNode_SetCustomCubemapDependency::TextureCubeFactoryNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkyLightFactoryNode_SetCustomCubemapDependency, ReturnValue) == 0x000010, "Member 'InterchangeSkyLightFactoryNode_SetCustomCubemapDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkyLightFactoryNode_SetCustomSourceType \ +static_assert(alignof(InterchangeSkyLightFactoryNode_SetCustomSourceType) == 0x000001, "Wrong alignment on InterchangeSkyLightFactoryNode_SetCustomSourceType"); \ +static_assert(sizeof(InterchangeSkyLightFactoryNode_SetCustomSourceType) == 0x000002, "Wrong size on InterchangeSkyLightFactoryNode_SetCustomSourceType"); \ +static_assert(offsetof(InterchangeSkyLightFactoryNode_SetCustomSourceType, SourceType) == 0x000000, "Member 'InterchangeSkyLightFactoryNode_SetCustomSourceType::SourceType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkyLightFactoryNode_SetCustomSourceType, ReturnValue) == 0x000001, "Member 'InterchangeSkyLightFactoryNode_SetCustomSourceType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkyLightFactoryNode_GetCustomCubemapDependency \ +static_assert(alignof(InterchangeSkyLightFactoryNode_GetCustomCubemapDependency) == 0x000008, "Wrong alignment on InterchangeSkyLightFactoryNode_GetCustomCubemapDependency"); \ +static_assert(sizeof(InterchangeSkyLightFactoryNode_GetCustomCubemapDependency) == 0x000018, "Wrong size on InterchangeSkyLightFactoryNode_GetCustomCubemapDependency"); \ +static_assert(offsetof(InterchangeSkyLightFactoryNode_GetCustomCubemapDependency, TextureCubeFactoryNodeUid) == 0x000000, "Member 'InterchangeSkyLightFactoryNode_GetCustomCubemapDependency::TextureCubeFactoryNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkyLightFactoryNode_GetCustomCubemapDependency, ReturnValue) == 0x000010, "Member 'InterchangeSkyLightFactoryNode_GetCustomCubemapDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkyLightFactoryNode_GetCustomSourceType \ +static_assert(alignof(InterchangeSkyLightFactoryNode_GetCustomSourceType) == 0x000001, "Wrong alignment on InterchangeSkyLightFactoryNode_GetCustomSourceType"); \ +static_assert(sizeof(InterchangeSkyLightFactoryNode_GetCustomSourceType) == 0x000002, "Wrong size on InterchangeSkyLightFactoryNode_GetCustomSourceType"); \ +static_assert(offsetof(InterchangeSkyLightFactoryNode_GetCustomSourceType, SourceType) == 0x000000, "Member 'InterchangeSkyLightFactoryNode_GetCustomSourceType::SourceType' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkyLightFactoryNode_GetCustomSourceType, ReturnValue) == 0x000001, "Member 'InterchangeSkyLightFactoryNode_GetCustomSourceType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkyLightFactoryNode \ +static_assert(alignof(UInterchangeSkyLightFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSkyLightFactoryNode"); \ +static_assert(sizeof(UInterchangeSkyLightFactoryNode) == 0x0002E0, "Wrong size on UInterchangeSkyLightFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToAnisotropy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToBaseColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToBaseColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToBaseColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToBaseColor) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToBaseColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToBaseColor, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToBaseColor::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToBaseColor, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToBaseColor::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToBaseColor, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToBaseColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToClearCoat \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoat) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToClearCoat"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoat) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToClearCoat"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoat, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoat::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoat, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoat::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoat, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoatNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToClearCoatRoughness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToCloth \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToCloth) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToCloth"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToCloth) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToCloth"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToCloth, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToCloth::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToCloth, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToCloth::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToCloth, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToCloth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToDisplacement \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToDisplacement) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToDisplacement"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToDisplacement) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToDisplacement"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToDisplacement, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToDisplacement::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToDisplacement, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToDisplacement::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToDisplacement, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToDisplacement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToEmissiveColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToFuzzColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToMetallic \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToMetallic) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToMetallic"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToMetallic) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToMetallic"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToMetallic, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToMetallic::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToMetallic, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToMetallic::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToMetallic, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToMetallic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToNormal \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToNormal) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToNormal"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToNormal) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToNormal"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToNormal, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToNormal::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToNormal, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToNormal::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToNormal, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToOcclusion \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToOcclusion) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToOcclusion"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToOcclusion) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToOcclusion"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToOcclusion, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToOcclusion::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToOcclusion, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToOcclusion::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToOcclusion, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToOcclusion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToOpacity \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToOpacity) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToOpacity"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToOpacity) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToOpacity"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToOpacity, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToOpacity::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToOpacity, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToOpacity::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToOpacity, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToRefraction \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToRefraction) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToRefraction"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToRefraction) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToRefraction"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToRefraction, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToRefraction::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToRefraction, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToRefraction::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToRefraction, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToRefraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToRoughness \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToRoughness) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToRoughness"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToRoughness) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToRoughness"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToRoughness, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToRoughness::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToRoughness, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToRoughness::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToRoughness, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToRoughness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToSpecular \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToSpecular) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToSpecular"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToSpecular) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToSpecular"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSpecular, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSpecular::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSpecular, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSpecular::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSpecular, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSpecular::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToSubsurface \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToSubsurface) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToSubsurface"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToSubsurface) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToSubsurface"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSubsurface, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSubsurface::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSubsurface, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSubsurface::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSubsurface, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSubsurface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToSurfaceCoverage \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToSurfaceCoverage) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToSurfaceCoverage"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToSurfaceCoverage) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToSurfaceCoverage"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSurfaceCoverage, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSurfaceCoverage::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSurfaceCoverage, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSurfaceCoverage::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToSurfaceCoverage, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToSurfaceCoverage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToTangent \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToTangent) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToTangent"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToTangent) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToTangent"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToTangent, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToTangent::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToTangent, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToTangent::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToTangent, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_ConnectOutputToTransmissionColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToAnisotropy \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToAnisotropy) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToAnisotropy"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToAnisotropy) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToAnisotropy"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToAnisotropy, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToAnisotropy::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToAnisotropy, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToAnisotropy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToBaseColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToBaseColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToBaseColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToBaseColor) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToBaseColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToBaseColor, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToBaseColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToBaseColor, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToBaseColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToClearCoat \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToClearCoat) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToClearCoat"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToClearCoat) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToClearCoat"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToClearCoat, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToClearCoat::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToClearCoat, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToClearCoat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToClearCoatNormal \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToClearCoatNormal) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToClearCoatNormal"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToClearCoatNormal) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToClearCoatNormal"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToClearCoatNormal, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToClearCoatNormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToClearCoatNormal, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToClearCoatNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToClearCoatRoughness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToCloth \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToCloth) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToCloth"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToCloth) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToCloth"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToCloth, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToCloth::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToCloth, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToCloth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToDisplacement \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToDisplacement) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToDisplacement"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToDisplacement) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToDisplacement"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToDisplacement, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToDisplacement::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToDisplacement, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToDisplacement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToEmissiveColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToEmissiveColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToEmissiveColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToEmissiveColor) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToEmissiveColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToEmissiveColor, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToEmissiveColor::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToEmissiveColor, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToEmissiveColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToFuzzColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToFuzzColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToFuzzColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToFuzzColor) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToFuzzColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToFuzzColor, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToFuzzColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToFuzzColor, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToFuzzColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToMetallic \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToMetallic) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToMetallic"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToMetallic) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToMetallic"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToMetallic, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToMetallic::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToMetallic, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToMetallic::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToNormal \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToNormal) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToNormal"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToNormal) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToNormal"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToNormal, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToNormal::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToNormal, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToOcclusion \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToOcclusion) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToOcclusion"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToOcclusion) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToOcclusion"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToOcclusion, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToOcclusion::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToOcclusion, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToOcclusion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToOpacity \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToOpacity) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToOpacity"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToOpacity) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToOpacity"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToOpacity, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToOpacity::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToOpacity, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToOpacity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToRefraction \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToRefraction) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToRefraction"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToRefraction) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToRefraction"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToRefraction, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToRefraction::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToRefraction, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToRefraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToRoughness \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToRoughness) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToRoughness"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToRoughness) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToRoughness"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToRoughness, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToRoughness::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToRoughness, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToRoughness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToSpecular \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToSpecular) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToSpecular"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToSpecular) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToSpecular"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToSpecular, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToSpecular::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToSpecular, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToSpecular::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToSubsurface \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToSubsurface) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToSubsurface"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToSubsurface) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToSubsurface"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToSubsurface, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToSubsurface::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToSubsurface, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToSubsurface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToSurfaceCoverage \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToSurfaceCoverage) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToSurfaceCoverage"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToSurfaceCoverage) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToSurfaceCoverage"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToSurfaceCoverage, ExpressionUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToSurfaceCoverage::ExpressionUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToSurfaceCoverage, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToSurfaceCoverage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToTangent \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToTangent) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToTangent"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToTangent) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToTangent"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToTangent, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToTangent::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToTangent, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToTangent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_ConnectToTransmissionColor \ +static_assert(alignof(InterchangeMaterialFactoryNode_ConnectToTransmissionColor) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_ConnectToTransmissionColor"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_ConnectToTransmissionColor) == 0x000018, "Wrong size on InterchangeMaterialFactoryNode_ConnectToTransmissionColor"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToTransmissionColor, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_ConnectToTransmissionColor::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_ConnectToTransmissionColor, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFactoryNode_ConnectToTransmissionColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomBlendMode \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomBlendMode) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomBlendMode"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomBlendMode) == 0x000003, "Wrong size on InterchangeMaterialFactoryNode_SetCustomBlendMode"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomBlendMode, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomBlendMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomBlendMode, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMaterialFactoryNode_SetCustomBlendMode::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomBlendMode, ReturnValue) == 0x000002, "Member 'InterchangeMaterialFactoryNode_SetCustomBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomDisplacementCenter \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomDisplacementCenter) == 0x000004, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomDisplacementCenter"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomDisplacementCenter) == 0x000008, "Wrong size on InterchangeMaterialFactoryNode_SetCustomDisplacementCenter"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomDisplacementCenter, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomDisplacementCenter::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomDisplacementCenter, ReturnValue) == 0x000004, "Member 'InterchangeMaterialFactoryNode_SetCustomDisplacementCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue) == 0x000004, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue) == 0x000008, "Wrong size on InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue, bAddApplyDelegate) == 0x000004, "Member 'InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue, ReturnValue) == 0x000005, "Member 'InterchangeMaterialFactoryNode_SetCustomOpacityMaskClipValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomRefractionMethod \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomRefractionMethod) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomRefractionMethod"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomRefractionMethod) == 0x000003, "Wrong size on InterchangeMaterialFactoryNode_SetCustomRefractionMethod"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomRefractionMethod, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomRefractionMethod::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomRefractionMethod, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMaterialFactoryNode_SetCustomRefractionMethod::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomRefractionMethod, ReturnValue) == 0x000002, "Member 'InterchangeMaterialFactoryNode_SetCustomRefractionMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_SetCustomScreenSpaceReflections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomShadingModel \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomShadingModel) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomShadingModel"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomShadingModel) == 0x000003, "Wrong size on InterchangeMaterialFactoryNode_SetCustomShadingModel"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomShadingModel, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomShadingModel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomShadingModel, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMaterialFactoryNode_SetCustomShadingModel::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomShadingModel, ReturnValue) == 0x000002, "Member 'InterchangeMaterialFactoryNode_SetCustomShadingModel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode) == 0x000003, "Wrong size on InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode, ReturnValue) == 0x000002, "Member 'InterchangeMaterialFactoryNode_SetCustomTranslucencyLightingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_SetCustomTwoSided \ +static_assert(alignof(InterchangeMaterialFactoryNode_SetCustomTwoSided) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_SetCustomTwoSided"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_SetCustomTwoSided) == 0x000003, "Wrong size on InterchangeMaterialFactoryNode_SetCustomTwoSided"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomTwoSided, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_SetCustomTwoSided::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomTwoSided, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMaterialFactoryNode_SetCustomTwoSided::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_SetCustomTwoSided, ReturnValue) == 0x000002, "Member 'InterchangeMaterialFactoryNode_SetCustomTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetAnisotropyConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetAnisotropyConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetAnisotropyConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetAnisotropyConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetAnisotropyConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetAnisotropyConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetAnisotropyConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetAnisotropyConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetAnisotropyConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetAnisotropyConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetAnisotropyConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetBaseColorConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetBaseColorConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetBaseColorConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetBaseColorConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetBaseColorConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetBaseColorConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetBaseColorConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetBaseColorConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetBaseColorConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetBaseColorConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetBaseColorConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetClearCoatConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetClearCoatConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetClearCoatConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetClearCoatConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetClearCoatConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetClearCoatConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetClearCoatConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetClearCoatConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetClearCoatNormalConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetClearCoatNormalConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetClearCoatNormalConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetClearCoatNormalConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetClearCoatNormalConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatNormalConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetClearCoatNormalConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatNormalConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetClearCoatNormalConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatNormalConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetClearCoatNormalConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetClearCoatRoughnessConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetClothConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetClothConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetClothConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetClothConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetClothConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClothConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetClothConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClothConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetClothConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetClothConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetClothConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomBlendMode \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomBlendMode) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomBlendMode"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomBlendMode) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_GetCustomBlendMode"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomBlendMode, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomBlendMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomBlendMode, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_GetCustomBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomDisplacementCenter \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomDisplacementCenter) == 0x000004, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomDisplacementCenter"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomDisplacementCenter) == 0x000008, "Wrong size on InterchangeMaterialFactoryNode_GetCustomDisplacementCenter"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomDisplacementCenter, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomDisplacementCenter::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomDisplacementCenter, ReturnValue) == 0x000004, "Member 'InterchangeMaterialFactoryNode_GetCustomDisplacementCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue) == 0x000004, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue) == 0x000008, "Wrong size on InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue, ReturnValue) == 0x000004, "Member 'InterchangeMaterialFactoryNode_GetCustomOpacityMaskClipValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomRefractionMethod \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomRefractionMethod) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomRefractionMethod"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomRefractionMethod) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_GetCustomRefractionMethod"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomRefractionMethod, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomRefractionMethod::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomRefractionMethod, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_GetCustomRefractionMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_GetCustomScreenSpaceReflections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomShadingModel \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomShadingModel) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomShadingModel"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomShadingModel) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_GetCustomShadingModel"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomShadingModel, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomShadingModel::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomShadingModel, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_GetCustomShadingModel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_GetCustomTranslucencyLightingMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetCustomTwoSided \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetCustomTwoSided) == 0x000001, "Wrong alignment on InterchangeMaterialFactoryNode_GetCustomTwoSided"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetCustomTwoSided) == 0x000002, "Wrong size on InterchangeMaterialFactoryNode_GetCustomTwoSided"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomTwoSided, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetCustomTwoSided::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetCustomTwoSided, ReturnValue) == 0x000001, "Member 'InterchangeMaterialFactoryNode_GetCustomTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetDisplacementConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetDisplacementConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetDisplacementConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetDisplacementConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetDisplacementConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetDisplacementConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetDisplacementConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetDisplacementConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetDisplacementConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetDisplacementConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetDisplacementConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetEmissiveColorConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetEmissiveColorConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetEmissiveColorConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetEmissiveColorConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetEmissiveColorConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetEmissiveColorConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetEmissiveColorConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetEmissiveColorConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetEmissiveColorConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetEmissiveColorConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetEmissiveColorConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetFuzzColorConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetFuzzColorConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetFuzzColorConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetFuzzColorConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetFuzzColorConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetFuzzColorConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetFuzzColorConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetFuzzColorConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetFuzzColorConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetFuzzColorConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetFuzzColorConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetMetallicConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetMetallicConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetMetallicConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetMetallicConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetMetallicConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetMetallicConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetMetallicConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetMetallicConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetMetallicConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetMetallicConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetMetallicConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetNormalConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetNormalConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetNormalConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetNormalConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetNormalConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetNormalConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetNormalConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetNormalConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetNormalConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetNormalConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetNormalConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetOcclusionConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetOcclusionConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetOcclusionConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetOcclusionConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetOcclusionConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetOcclusionConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetOcclusionConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetOcclusionConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetOcclusionConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetOcclusionConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetOcclusionConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetOpacityConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetOpacityConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetOpacityConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetOpacityConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetOpacityConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetOpacityConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetOpacityConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetOpacityConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetOpacityConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetOpacityConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetOpacityConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetRefractionConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetRefractionConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetRefractionConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetRefractionConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetRefractionConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetRefractionConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetRefractionConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetRefractionConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetRefractionConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetRefractionConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetRefractionConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetRoughnessConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetRoughnessConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetRoughnessConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetRoughnessConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetRoughnessConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetRoughnessConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetRoughnessConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetRoughnessConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetRoughnessConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetRoughnessConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetRoughnessConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetSpecularConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetSpecularConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetSpecularConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetSpecularConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetSpecularConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSpecularConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetSpecularConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSpecularConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetSpecularConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSpecularConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetSpecularConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetSubsurfaceConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetSubsurfaceConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetSubsurfaceConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetSubsurfaceConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetSubsurfaceConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSubsurfaceConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetSubsurfaceConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSubsurfaceConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetSubsurfaceConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSubsurfaceConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetSubsurfaceConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetSurfaceCoverageConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetSurfaceCoverageConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetSurfaceCoverageConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetSurfaceCoverageConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetSurfaceCoverageConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSurfaceCoverageConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetSurfaceCoverageConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSurfaceCoverageConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetSurfaceCoverageConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetSurfaceCoverageConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetSurfaceCoverageConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetTangentConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetTangentConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetTangentConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetTangentConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetTangentConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetTangentConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetTangentConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetTangentConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetTangentConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetTangentConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetTangentConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFactoryNode_GetTransmissionColorConnection \ +static_assert(alignof(InterchangeMaterialFactoryNode_GetTransmissionColorConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFactoryNode_GetTransmissionColorConnection"); \ +static_assert(sizeof(InterchangeMaterialFactoryNode_GetTransmissionColorConnection) == 0x000028, "Wrong size on InterchangeMaterialFactoryNode_GetTransmissionColorConnection"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetTransmissionColorConnection, ExpressionNodeUid) == 0x000000, "Member 'InterchangeMaterialFactoryNode_GetTransmissionColorConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetTransmissionColorConnection, OutputName) == 0x000010, "Member 'InterchangeMaterialFactoryNode_GetTransmissionColorConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFactoryNode_GetTransmissionColorConnection, ReturnValue) == 0x000020, "Member 'InterchangeMaterialFactoryNode_GetTransmissionColorConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialFactoryNode \ +static_assert(alignof(UInterchangeMaterialFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMaterialFactoryNode"); \ +static_assert(sizeof(UInterchangeMaterialFactoryNode) == 0x000250, "Wrong size on UInterchangeMaterialFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName \ +static_assert(alignof(InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName) == 0x000008, "Wrong alignment on InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName"); \ +static_assert(sizeof(InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName) == 0x000018, "Wrong size on InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName"); \ +static_assert(offsetof(InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName, AttributeValue) == 0x000000, "Member 'InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName, ReturnValue) == 0x000010, "Member 'InterchangeMaterialExpressionFactoryNode_SetCustomExpressionClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName \ +static_assert(alignof(InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName) == 0x000008, "Wrong alignment on InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName"); \ +static_assert(sizeof(InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName) == 0x000018, "Wrong size on InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName"); \ +static_assert(offsetof(InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName, AttributeValue) == 0x000000, "Member 'InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName, ReturnValue) == 0x000010, "Member 'InterchangeMaterialExpressionFactoryNode_GetCustomExpressionClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialExpressionFactoryNode \ +static_assert(alignof(UInterchangeMaterialExpressionFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMaterialExpressionFactoryNode"); \ +static_assert(sizeof(UInterchangeMaterialExpressionFactoryNode) == 0x0001D0, "Wrong size on UInterchangeMaterialExpressionFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceFactoryNode_SetCustomBlendMode \ +static_assert(alignof(InterchangeMaterialInstanceFactoryNode_SetCustomBlendMode) == 0x000001, "Wrong alignment on InterchangeMaterialInstanceFactoryNode_SetCustomBlendMode"); \ +static_assert(sizeof(InterchangeMaterialInstanceFactoryNode_SetCustomBlendMode) == 0x000003, "Wrong size on InterchangeMaterialInstanceFactoryNode_SetCustomBlendMode"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_SetCustomBlendMode, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceFactoryNode_SetCustomBlendMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_SetCustomBlendMode, bAddApplyDelegate) == 0x000001, "Member 'InterchangeMaterialInstanceFactoryNode_SetCustomBlendMode::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_SetCustomBlendMode, ReturnValue) == 0x000002, "Member 'InterchangeMaterialInstanceFactoryNode_SetCustomBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName \ +static_assert(alignof(InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName"); \ +static_assert(sizeof(InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName) == 0x000018, "Wrong size on InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName, ReturnValue) == 0x000010, "Member 'InterchangeMaterialInstanceFactoryNode_SetCustomInstanceClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceFactoryNode_SetCustomParent \ +static_assert(alignof(InterchangeMaterialInstanceFactoryNode_SetCustomParent) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceFactoryNode_SetCustomParent"); \ +static_assert(sizeof(InterchangeMaterialInstanceFactoryNode_SetCustomParent) == 0x000018, "Wrong size on InterchangeMaterialInstanceFactoryNode_SetCustomParent"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_SetCustomParent, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceFactoryNode_SetCustomParent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_SetCustomParent, ReturnValue) == 0x000010, "Member 'InterchangeMaterialInstanceFactoryNode_SetCustomParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceFactoryNode_GetCustomBlendMode \ +static_assert(alignof(InterchangeMaterialInstanceFactoryNode_GetCustomBlendMode) == 0x000001, "Wrong alignment on InterchangeMaterialInstanceFactoryNode_GetCustomBlendMode"); \ +static_assert(sizeof(InterchangeMaterialInstanceFactoryNode_GetCustomBlendMode) == 0x000002, "Wrong size on InterchangeMaterialInstanceFactoryNode_GetCustomBlendMode"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_GetCustomBlendMode, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceFactoryNode_GetCustomBlendMode::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_GetCustomBlendMode, ReturnValue) == 0x000001, "Member 'InterchangeMaterialInstanceFactoryNode_GetCustomBlendMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName \ +static_assert(alignof(InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName"); \ +static_assert(sizeof(InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName) == 0x000018, "Wrong size on InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName, ReturnValue) == 0x000010, "Member 'InterchangeMaterialInstanceFactoryNode_GetCustomInstanceClassName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialInstanceFactoryNode_GetCustomParent \ +static_assert(alignof(InterchangeMaterialInstanceFactoryNode_GetCustomParent) == 0x000008, "Wrong alignment on InterchangeMaterialInstanceFactoryNode_GetCustomParent"); \ +static_assert(sizeof(InterchangeMaterialInstanceFactoryNode_GetCustomParent) == 0x000018, "Wrong size on InterchangeMaterialInstanceFactoryNode_GetCustomParent"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_GetCustomParent, AttributeValue) == 0x000000, "Member 'InterchangeMaterialInstanceFactoryNode_GetCustomParent::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialInstanceFactoryNode_GetCustomParent, ReturnValue) == 0x000010, "Member 'InterchangeMaterialInstanceFactoryNode_GetCustomParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialInstanceFactoryNode \ +static_assert(alignof(UInterchangeMaterialInstanceFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMaterialInstanceFactoryNode"); \ +static_assert(sizeof(UInterchangeMaterialInstanceFactoryNode) == 0x000200, "Wrong size on UInterchangeMaterialInstanceFactoryNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialReferenceFactoryNode \ +static_assert(alignof(UInterchangeMaterialReferenceFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMaterialReferenceFactoryNode"); \ +static_assert(sizeof(UInterchangeMaterialReferenceFactoryNode) == 0x0001D0, "Wrong size on UInterchangeMaterialReferenceFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency \ +static_assert(alignof(InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency) == 0x000008, "Wrong alignment on InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency"); \ +static_assert(sizeof(InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency) == 0x000018, "Wrong size on InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency"); \ +static_assert(offsetof(InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFunctionCallExpressionFactoryNode_SetCustomMaterialFunctionDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency \ +static_assert(alignof(InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency) == 0x000008, "Wrong alignment on InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency"); \ +static_assert(sizeof(InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency) == 0x000018, "Wrong size on InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency"); \ +static_assert(offsetof(InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency, AttributeValue) == 0x000000, "Member 'InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency, ReturnValue) == 0x000010, "Member 'InterchangeMaterialFunctionCallExpressionFactoryNode_GetCustomMaterialFunctionDependency::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialFunctionCallExpressionFactoryNode \ +static_assert(alignof(UInterchangeMaterialFunctionCallExpressionFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMaterialFunctionCallExpressionFactoryNode"); \ +static_assert(sizeof(UInterchangeMaterialFunctionCallExpressionFactoryNode) == 0x0001E0, "Wrong size on UInterchangeMaterialFunctionCallExpressionFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMaterialFunctionFactoryNode_GetInputConnection \ +static_assert(alignof(InterchangeMaterialFunctionFactoryNode_GetInputConnection) == 0x000008, "Wrong alignment on InterchangeMaterialFunctionFactoryNode_GetInputConnection"); \ +static_assert(sizeof(InterchangeMaterialFunctionFactoryNode_GetInputConnection) == 0x000038, "Wrong size on InterchangeMaterialFunctionFactoryNode_GetInputConnection"); \ +static_assert(offsetof(InterchangeMaterialFunctionFactoryNode_GetInputConnection, InputName) == 0x000000, "Member 'InterchangeMaterialFunctionFactoryNode_GetInputConnection::InputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFunctionFactoryNode_GetInputConnection, ExpressionNodeUid) == 0x000010, "Member 'InterchangeMaterialFunctionFactoryNode_GetInputConnection::ExpressionNodeUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFunctionFactoryNode_GetInputConnection, OutputName) == 0x000020, "Member 'InterchangeMaterialFunctionFactoryNode_GetInputConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMaterialFunctionFactoryNode_GetInputConnection, ReturnValue) == 0x000030, "Member 'InterchangeMaterialFunctionFactoryNode_GetInputConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialFunctionFactoryNode \ +static_assert(alignof(UInterchangeMaterialFunctionFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMaterialFunctionFactoryNode"); \ +static_assert(sizeof(UInterchangeMaterialFunctionFactoryNode) == 0x0001D0, "Wrong size on UInterchangeMaterialFunctionFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid) == 0x000018, "Wrong size on InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshActorFactoryNode_RemoveSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay \ +static_assert(alignof(InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay) == 0x000018, "Wrong size on InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay, AttributeValue) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay, ReturnValue) == 0x000010, "Member 'InterchangeMeshActorFactoryNode_SetCustomAnimationAssetUidToPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_SetCustomGeometricTransform \ +static_assert(alignof(InterchangeMeshActorFactoryNode_SetCustomGeometricTransform) == 0x000010, "Wrong alignment on InterchangeMeshActorFactoryNode_SetCustomGeometricTransform"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_SetCustomGeometricTransform) == 0x000070, "Wrong size on InterchangeMeshActorFactoryNode_SetCustomGeometricTransform"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetCustomGeometricTransform, AttributeValue) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_SetCustomGeometricTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetCustomGeometricTransform, ReturnValue) == 0x000060, "Member 'InterchangeMeshActorFactoryNode_SetCustomGeometricTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_SetCustomInstancedAssetFactoryNodeUid \ +static_assert(alignof(InterchangeMeshActorFactoryNode_SetCustomInstancedAssetFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_SetCustomInstancedAssetFactoryNodeUid"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_SetCustomInstancedAssetFactoryNodeUid) == 0x000018, "Wrong size on InterchangeMeshActorFactoryNode_SetCustomInstancedAssetFactoryNodeUid"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetCustomInstancedAssetFactoryNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_SetCustomInstancedAssetFactoryNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetCustomInstancedAssetFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshActorFactoryNode_SetCustomInstancedAssetFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid, MaterialDependencyUid) == 0x000010, "Member 'InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid::MaterialDependencyUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshActorFactoryNode_SetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay \ +static_assert(alignof(InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay) == 0x000018, "Wrong size on InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay, AttributeValue) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay, ReturnValue) == 0x000010, "Member 'InterchangeMeshActorFactoryNode_GetCustomAnimationAssetUidToPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_GetCustomGeometricTransform \ +static_assert(alignof(InterchangeMeshActorFactoryNode_GetCustomGeometricTransform) == 0x000010, "Wrong alignment on InterchangeMeshActorFactoryNode_GetCustomGeometricTransform"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_GetCustomGeometricTransform) == 0x000070, "Wrong size on InterchangeMeshActorFactoryNode_GetCustomGeometricTransform"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetCustomGeometricTransform, AttributeValue) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_GetCustomGeometricTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetCustomGeometricTransform, ReturnValue) == 0x000060, "Member 'InterchangeMeshActorFactoryNode_GetCustomGeometricTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_GetCustomInstancedAssetFactoryNodeUid \ +static_assert(alignof(InterchangeMeshActorFactoryNode_GetCustomInstancedAssetFactoryNodeUid) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_GetCustomInstancedAssetFactoryNodeUid"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_GetCustomInstancedAssetFactoryNodeUid) == 0x000018, "Wrong size on InterchangeMeshActorFactoryNode_GetCustomInstancedAssetFactoryNodeUid"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetCustomInstancedAssetFactoryNodeUid, AttributeValue) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_GetCustomInstancedAssetFactoryNodeUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetCustomInstancedAssetFactoryNodeUid, ReturnValue) == 0x000010, "Member 'InterchangeMeshActorFactoryNode_GetCustomInstancedAssetFactoryNodeUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies \ +static_assert(alignof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies) == 0x000050, "Wrong size on InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies, OutMaterialDependencies) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_GetSlotMaterialDependencies::OutMaterialDependencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid \ +static_assert(alignof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid) == 0x000008, "Wrong alignment on InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid"); \ +static_assert(sizeof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid) == 0x000028, "Wrong size on InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid, SlotName) == 0x000000, "Member 'InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid::SlotName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid, OutMaterialDependency) == 0x000010, "Member 'InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid::OutMaterialDependency' has a wrong offset!"); \ +static_assert(offsetof(InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid, ReturnValue) == 0x000020, "Member 'InterchangeMeshActorFactoryNode_GetSlotMaterialDependencyUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMeshActorFactoryNode \ +static_assert(alignof(UInterchangeMeshActorFactoryNode) == 0x000008, "Wrong alignment on UInterchangeMeshActorFactoryNode"); \ +static_assert(sizeof(UInterchangeMeshActorFactoryNode) == 0x000328, "Wrong size on UInterchangeMeshActorFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentFactoryNode_AddComponentUid \ +static_assert(alignof(InterchangeSceneComponentFactoryNode_AddComponentUid) == 0x000008, "Wrong alignment on InterchangeSceneComponentFactoryNode_AddComponentUid"); \ +static_assert(sizeof(InterchangeSceneComponentFactoryNode_AddComponentUid) == 0x000018, "Wrong size on InterchangeSceneComponentFactoryNode_AddComponentUid"); \ +static_assert(offsetof(InterchangeSceneComponentFactoryNode_AddComponentUid, ComponentUid) == 0x000000, "Member 'InterchangeSceneComponentFactoryNode_AddComponentUid::ComponentUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentFactoryNode_AddComponentUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneComponentFactoryNode_AddComponentUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentFactoryNode_SetCustomComponentVisibility \ +static_assert(alignof(InterchangeSceneComponentFactoryNode_SetCustomComponentVisibility) == 0x000001, "Wrong alignment on InterchangeSceneComponentFactoryNode_SetCustomComponentVisibility"); \ +static_assert(sizeof(InterchangeSceneComponentFactoryNode_SetCustomComponentVisibility) == 0x000002, "Wrong size on InterchangeSceneComponentFactoryNode_SetCustomComponentVisibility"); \ +static_assert(offsetof(InterchangeSceneComponentFactoryNode_SetCustomComponentVisibility, AttributeValue) == 0x000000, "Member 'InterchangeSceneComponentFactoryNode_SetCustomComponentVisibility::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentFactoryNode_SetCustomComponentVisibility, ReturnValue) == 0x000001, "Member 'InterchangeSceneComponentFactoryNode_SetCustomComponentVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentFactoryNode_SetCustomLocalTransform \ +static_assert(alignof(InterchangeSceneComponentFactoryNode_SetCustomLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneComponentFactoryNode_SetCustomLocalTransform"); \ +static_assert(sizeof(InterchangeSceneComponentFactoryNode_SetCustomLocalTransform) == 0x000070, "Wrong size on InterchangeSceneComponentFactoryNode_SetCustomLocalTransform"); \ +static_assert(offsetof(InterchangeSceneComponentFactoryNode_SetCustomLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneComponentFactoryNode_SetCustomLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentFactoryNode_SetCustomLocalTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneComponentFactoryNode_SetCustomLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentFactoryNode_GetComponentUids \ +static_assert(alignof(InterchangeSceneComponentFactoryNode_GetComponentUids) == 0x000008, "Wrong alignment on InterchangeSceneComponentFactoryNode_GetComponentUids"); \ +static_assert(sizeof(InterchangeSceneComponentFactoryNode_GetComponentUids) == 0x000010, "Wrong size on InterchangeSceneComponentFactoryNode_GetComponentUids"); \ +static_assert(offsetof(InterchangeSceneComponentFactoryNode_GetComponentUids, OutComponentUids) == 0x000000, "Member 'InterchangeSceneComponentFactoryNode_GetComponentUids::OutComponentUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentFactoryNode_GetCustomComponentVisibility \ +static_assert(alignof(InterchangeSceneComponentFactoryNode_GetCustomComponentVisibility) == 0x000001, "Wrong alignment on InterchangeSceneComponentFactoryNode_GetCustomComponentVisibility"); \ +static_assert(sizeof(InterchangeSceneComponentFactoryNode_GetCustomComponentVisibility) == 0x000002, "Wrong size on InterchangeSceneComponentFactoryNode_GetCustomComponentVisibility"); \ +static_assert(offsetof(InterchangeSceneComponentFactoryNode_GetCustomComponentVisibility, AttributeValue) == 0x000000, "Member 'InterchangeSceneComponentFactoryNode_GetCustomComponentVisibility::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentFactoryNode_GetCustomComponentVisibility, ReturnValue) == 0x000001, "Member 'InterchangeSceneComponentFactoryNode_GetCustomComponentVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneComponentFactoryNode_GetCustomLocalTransform \ +static_assert(alignof(InterchangeSceneComponentFactoryNode_GetCustomLocalTransform) == 0x000010, "Wrong alignment on InterchangeSceneComponentFactoryNode_GetCustomLocalTransform"); \ +static_assert(sizeof(InterchangeSceneComponentFactoryNode_GetCustomLocalTransform) == 0x000070, "Wrong size on InterchangeSceneComponentFactoryNode_GetCustomLocalTransform"); \ +static_assert(offsetof(InterchangeSceneComponentFactoryNode_GetCustomLocalTransform, AttributeValue) == 0x000000, "Member 'InterchangeSceneComponentFactoryNode_GetCustomLocalTransform::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneComponentFactoryNode_GetCustomLocalTransform, ReturnValue) == 0x000060, "Member 'InterchangeSceneComponentFactoryNode_GetCustomLocalTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneComponentFactoryNode \ +static_assert(alignof(UInterchangeSceneComponentFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSceneComponentFactoryNode"); \ +static_assert(sizeof(UInterchangeSceneComponentFactoryNode) == 0x000200, "Wrong size on UInterchangeSceneComponentFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransform \ +static_assert(alignof(InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransform) == 0x000010, "Wrong alignment on InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransform"); \ +static_assert(sizeof(InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransform) == 0x000060, "Wrong size on InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransform"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransform, InstanceTransform) == 0x000000, "Member 'InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransform::InstanceTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransforms \ +static_assert(alignof(InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransforms) == 0x000008, "Wrong alignment on InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransforms"); \ +static_assert(sizeof(InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransforms) == 0x000010, "Wrong size on InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransforms"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransforms, InInstanceTransforms) == 0x000000, "Member 'InterchangeInstancedStaticMeshComponentFactoryNode_AddInstanceTransforms::InInstanceTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomHierarchicalISM \ +static_assert(alignof(InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomHierarchicalISM) == 0x000001, "Wrong alignment on InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomHierarchicalISM"); \ +static_assert(sizeof(InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomHierarchicalISM) == 0x000002, "Wrong size on InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomHierarchicalISM"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomHierarchicalISM, AttributeValue) == 0x000000, "Member 'InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomHierarchicalISM::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomHierarchicalISM, ReturnValue) == 0x000001, "Member 'InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomHierarchicalISM::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomInstancedAssetUid \ +static_assert(alignof(InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomInstancedAssetUid) == 0x000008, "Wrong alignment on InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomInstancedAssetUid"); \ +static_assert(sizeof(InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomInstancedAssetUid) == 0x000018, "Wrong size on InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomInstancedAssetUid"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomInstancedAssetUid, AttributeValue) == 0x000000, "Member 'InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomInstancedAssetUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomInstancedAssetUid, ReturnValue) == 0x000010, "Member 'InterchangeInstancedStaticMeshComponentFactoryNode_SetCustomInstancedAssetUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomHierarchicalISM \ +static_assert(alignof(InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomHierarchicalISM) == 0x000001, "Wrong alignment on InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomHierarchicalISM"); \ +static_assert(sizeof(InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomHierarchicalISM) == 0x000002, "Wrong size on InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomHierarchicalISM"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomHierarchicalISM, AttributeValue) == 0x000000, "Member 'InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomHierarchicalISM::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomHierarchicalISM, ReturnValue) == 0x000001, "Member 'InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomHierarchicalISM::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomInstancedAssetUid \ +static_assert(alignof(InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomInstancedAssetUid) == 0x000008, "Wrong alignment on InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomInstancedAssetUid"); \ +static_assert(sizeof(InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomInstancedAssetUid) == 0x000018, "Wrong size on InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomInstancedAssetUid"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomInstancedAssetUid, AttributeValue) == 0x000000, "Member 'InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomInstancedAssetUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomInstancedAssetUid, ReturnValue) == 0x000010, "Member 'InterchangeInstancedStaticMeshComponentFactoryNode_GetCustomInstancedAssetUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeInstancedStaticMeshComponentFactoryNode_GetInstanceTransforms \ +static_assert(alignof(InterchangeInstancedStaticMeshComponentFactoryNode_GetInstanceTransforms) == 0x000008, "Wrong alignment on InterchangeInstancedStaticMeshComponentFactoryNode_GetInstanceTransforms"); \ +static_assert(sizeof(InterchangeInstancedStaticMeshComponentFactoryNode_GetInstanceTransforms) == 0x000010, "Wrong size on InterchangeInstancedStaticMeshComponentFactoryNode_GetInstanceTransforms"); \ +static_assert(offsetof(InterchangeInstancedStaticMeshComponentFactoryNode_GetInstanceTransforms, OutInstanceTransforms) == 0x000000, "Member 'InterchangeInstancedStaticMeshComponentFactoryNode_GetInstanceTransforms::OutInstanceTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeInstancedStaticMeshComponentFactoryNode \ +static_assert(alignof(UInterchangeInstancedStaticMeshComponentFactoryNode) == 0x000008, "Wrong alignment on UInterchangeInstancedStaticMeshComponentFactoryNode"); \ +static_assert(sizeof(UInterchangeInstancedStaticMeshComponentFactoryNode) == 0x000240, "Wrong size on UInterchangeInstancedStaticMeshComponentFactoryNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneImportAssetFactoryNode \ +static_assert(alignof(UInterchangeSceneImportAssetFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSceneImportAssetFactoryNode"); \ +static_assert(sizeof(UInterchangeSceneImportAssetFactoryNode) == 0x0001C0, "Wrong size on UInterchangeSceneImportAssetFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid \ +static_assert(alignof(InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid"); \ +static_assert(sizeof(InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid) == 0x000018, "Wrong size on InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid, VariantUid) == 0x000000, "Member 'InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid::VariantUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneVariantSetsFactoryNode_AddCustomVariantSetUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid \ +static_assert(alignof(InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid"); \ +static_assert(sizeof(InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid) == 0x000018, "Wrong size on InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid, VariantUid) == 0x000000, "Member 'InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid::VariantUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid, ReturnValue) == 0x000010, "Member 'InterchangeSceneVariantSetsFactoryNode_RemoveCustomVariantSetUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid \ +static_assert(alignof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid"); \ +static_assert(sizeof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid) == 0x000018, "Wrong size on InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid, Index_0) == 0x000000, "Member 'InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid::Index_0' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid, OutVariantUid) == 0x000008, "Member 'InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUid::OutVariantUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount \ +static_assert(alignof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount) == 0x000004, "Wrong alignment on InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount"); \ +static_assert(sizeof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount) == 0x000004, "Wrong size on InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount, ReturnValue) == 0x000000, "Member 'InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids \ +static_assert(alignof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids) == 0x000008, "Wrong alignment on InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids"); \ +static_assert(sizeof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids) == 0x000010, "Wrong size on InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids"); \ +static_assert(offsetof(InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids, OutVariantUids) == 0x000000, "Member 'InterchangeSceneVariantSetsFactoryNode_GetCustomVariantSetUids::OutVariantUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneVariantSetsFactoryNode \ +static_assert(alignof(UInterchangeSceneVariantSetsFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSceneVariantSetsFactoryNode"); \ +static_assert(sizeof(UInterchangeSceneVariantSetsFactoryNode) == 0x0001E0, "Wrong size on UInterchangeSceneVariantSetsFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode) == 0x000038, "Wrong size on InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode, UniqueID) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode, DisplayLabel) == 0x000010, "Member 'InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode, InAssetClass) == 0x000020, "Member 'InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode::InAssetClass' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode, NodeContainer) == 0x000030, "Member 'InterchangeSkeletalMeshFactoryNode_InitializeSkeletalMeshNode::NodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomAddCurveMetadataToSkeleton \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomAddCurveMetadataToSkeleton) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomAddCurveMetadataToSkeleton"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomAddCurveMetadataToSkeleton) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomAddCurveMetadataToSkeleton"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomAddCurveMetadataToSkeleton, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomAddCurveMetadataToSkeleton::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomAddCurveMetadataToSkeleton, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomAddCurveMetadataToSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit, ReturnValue) == 0x000005, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomBoneInfluenceLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomCreatePhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomImportContentType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomImportMorphTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomImportVertexAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomMergeMorphTargetShapeWithSameName \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomMergeMorphTargetShapeWithSameName) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomMergeMorphTargetShapeWithSameName"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomMergeMorphTargetShapeWithSameName) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomMergeMorphTargetShapeWithSameName"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomMergeMorphTargetShapeWithSameName, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomMergeMorphTargetShapeWithSameName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomMergeMorphTargetShapeWithSameName, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomMergeMorphTargetShapeWithSameName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition, ReturnValue) == 0x000005, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomMorphThresholdPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath) == 0x000028, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath, ReturnValue) == 0x000020, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomPhysicAssetSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath) == 0x000028, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath, ReturnValue) == 0x000020, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomSkeletonSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition, ReturnValue) == 0x000005, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal, ReturnValue) == 0x000005, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdTangentNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV, bAddApplyDelegate) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV, ReturnValue) == 0x000005, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomThresholdUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights) == 0x000003, "Wrong size on InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights, bAddApplyDelegate) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights, ReturnValue) == 0x000002, "Member 'InterchangeSkeletalMeshFactoryNode_SetCustomUseHighPrecisionSkinWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomAddCurveMetadataToSkeleton \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomAddCurveMetadataToSkeleton) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomAddCurveMetadataToSkeleton"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomAddCurveMetadataToSkeleton) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomAddCurveMetadataToSkeleton"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomAddCurveMetadataToSkeleton, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomAddCurveMetadataToSkeleton::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomAddCurveMetadataToSkeleton, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomAddCurveMetadataToSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit, ReturnValue) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomBoneInfluenceLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomCreatePhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomImportContentType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomImportMorphTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomImportVertexAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomMergeMorphTargetShapeWithSameName \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomMergeMorphTargetShapeWithSameName) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomMergeMorphTargetShapeWithSameName"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomMergeMorphTargetShapeWithSameName) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomMergeMorphTargetShapeWithSameName"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomMergeMorphTargetShapeWithSameName, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomMergeMorphTargetShapeWithSameName::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomMergeMorphTargetShapeWithSameName, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomMergeMorphTargetShapeWithSameName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition, ReturnValue) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomMorphThresholdPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath) == 0x000028, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath, ReturnValue) == 0x000020, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomPhysicAssetSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath) == 0x000028, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath, ReturnValue) == 0x000020, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomSkeletonSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition, ReturnValue) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomThresholdPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal, ReturnValue) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomThresholdTangentNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV) == 0x000008, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV, ReturnValue) == 0x000004, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomThresholdUV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights \ +static_assert(alignof(InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights"); \ +static_assert(sizeof(InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights) == 0x000002, "Wrong size on InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights, ReturnValue) == 0x000001, "Member 'InterchangeSkeletalMeshFactoryNode_GetCustomUseHighPrecisionSkinWeights::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletalMeshFactoryNode \ +static_assert(alignof(UInterchangeSkeletalMeshFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSkeletalMeshFactoryNode"); \ +static_assert(sizeof(UInterchangeSkeletalMeshFactoryNode) == 0x0004C0, "Wrong size on UInterchangeSkeletalMeshFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_AddMeshUid \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_AddMeshUid) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_AddMeshUid"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_AddMeshUid) == 0x000018, "Wrong size on InterchangeSkeletalMeshLodDataNode_AddMeshUid"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_AddMeshUid, MeshName) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_AddMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_AddMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalMeshLodDataNode_AddMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes) == 0x000001, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes) == 0x000001, "Wrong size on InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes, ReturnValue) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_RemoveAllMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_RemoveMeshUid \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_RemoveMeshUid) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_RemoveMeshUid"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_RemoveMeshUid) == 0x000018, "Wrong size on InterchangeSkeletalMeshLodDataNode_RemoveMeshUid"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_RemoveMeshUid, MeshName) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_RemoveMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_RemoveMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalMeshLodDataNode_RemoveMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid) == 0x000018, "Wrong size on InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalMeshLodDataNode_SetCustomSkeletonUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid) == 0x000018, "Wrong size on InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid, AttributeValue) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid, ReturnValue) == 0x000010, "Member 'InterchangeSkeletalMeshLodDataNode_GetCustomSkeletonUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_GetMeshUids \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_GetMeshUids) == 0x000008, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_GetMeshUids"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_GetMeshUids) == 0x000010, "Wrong size on InterchangeSkeletalMeshLodDataNode_GetMeshUids"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_GetMeshUids, OutMeshNames) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_GetMeshUids::OutMeshNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount \ +static_assert(alignof(InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount) == 0x000004, "Wrong alignment on InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount"); \ +static_assert(sizeof(InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount) == 0x000004, "Wrong size on InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount"); \ +static_assert(offsetof(InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeSkeletalMeshLodDataNode_GetMeshUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletalMeshLodDataNode \ +static_assert(alignof(UInterchangeSkeletalMeshLodDataNode) == 0x000008, "Wrong alignment on UInterchangeSkeletalMeshLodDataNode"); \ +static_assert(sizeof(UInterchangeSkeletalMeshLodDataNode) == 0x0001F0, "Wrong size on UInterchangeSkeletalMeshLodDataNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_SetCustomAnimationID \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAnimationID) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_SetCustomAnimationID"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAnimationID) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_SetCustomAnimationID"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAnimationID, InAnimationID) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAnimationID::InAnimationID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAnimationID, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAnimationID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelW \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelW) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelW"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelW) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelW"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelW, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelW::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelW, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelW::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelX \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelX) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelX"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelX) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelX"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelX, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelX::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelX, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelY \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelY) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelY"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelY) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelY"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelY, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelY::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelY, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelZ \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelZ) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelZ"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelZ) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelZ"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelZ, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelZ::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelZ, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAChannelZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAFormat \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAFormat) == 0x000001, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAFormat"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAFormat) == 0x000002, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAFormat"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAFormat, Format) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAFormat::Format' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAFormat, ReturnValue) == 0x000001, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesAFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelW \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelW) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelW"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelW) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelW"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelW, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelW::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelW, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelW::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelX \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelX) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelX"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelX) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelX"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelX, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelX::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelX, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelY \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelY) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelY"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelY) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelY"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelY, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelY::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelY, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelZ \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelZ) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelZ"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelZ) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelZ"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelZ, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelZ::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelZ, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBChannelZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBFormat \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBFormat) == 0x000001, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBFormat"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBFormat) == 0x000002, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBFormat"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBFormat, Format) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBFormat::Format' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBFormat, ReturnValue) == 0x000001, "Member 'InterchangeSparseVolumeTextureFactoryNode_SetCustomAttributesBFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_GetCustomAnimationID \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAnimationID) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_GetCustomAnimationID"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAnimationID) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_GetCustomAnimationID"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAnimationID, OutAnimationID) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAnimationID::OutAnimationID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAnimationID, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAnimationID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelW \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelW) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelW"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelW) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelW"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelW, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelW::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelW, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelW::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelX \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelX) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelX"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelX) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelX"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelX, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelX::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelX, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelY \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelY) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelY"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelY) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelY"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelY, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelY::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelY, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelZ \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelZ) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelZ"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelZ) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelZ"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelZ, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelZ::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelZ, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAChannelZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAFormat \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAFormat) == 0x000001, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAFormat"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAFormat) == 0x000002, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAFormat"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAFormat, Format) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAFormat::Format' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAFormat, ReturnValue) == 0x000001, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesAFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelW \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelW) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelW"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelW) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelW"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelW, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelW::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelW, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelW::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelX \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelX) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelX"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelX) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelX"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelX, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelX::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelX, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelY \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelY) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelY"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelY) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelY"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelY, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelY::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelY, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelZ \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelZ) == 0x000008, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelZ"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelZ) == 0x000018, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelZ"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelZ, GridNameAndComponentIndex) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelZ::GridNameAndComponentIndex' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelZ, ReturnValue) == 0x000010, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBChannelZ::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBFormat \ +static_assert(alignof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBFormat) == 0x000001, "Wrong alignment on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBFormat"); \ +static_assert(sizeof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBFormat) == 0x000002, "Wrong size on InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBFormat"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBFormat, Format) == 0x000000, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBFormat::Format' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBFormat, ReturnValue) == 0x000001, "Member 'InterchangeSparseVolumeTextureFactoryNode_GetCustomAttributesBFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSparseVolumeTextureFactoryNode \ +static_assert(alignof(UInterchangeSparseVolumeTextureFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSparseVolumeTextureFactoryNode"); \ +static_assert(sizeof(UInterchangeSparseVolumeTextureFactoryNode) == 0x000270, "Wrong size on UInterchangeSparseVolumeTextureFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeSpecularProfileFactoryNode_SetCustomFormat \ +static_assert(alignof(InterchangeSpecularProfileFactoryNode_SetCustomFormat) == 0x000001, "Wrong alignment on InterchangeSpecularProfileFactoryNode_SetCustomFormat"); \ +static_assert(sizeof(InterchangeSpecularProfileFactoryNode_SetCustomFormat) == 0x000002, "Wrong size on InterchangeSpecularProfileFactoryNode_SetCustomFormat"); \ +static_assert(offsetof(InterchangeSpecularProfileFactoryNode_SetCustomFormat, Format) == 0x000000, "Member 'InterchangeSpecularProfileFactoryNode_SetCustomFormat::Format' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpecularProfileFactoryNode_SetCustomFormat, ReturnValue) == 0x000001, "Member 'InterchangeSpecularProfileFactoryNode_SetCustomFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpecularProfileFactoryNode_SetCustomTexture \ +static_assert(alignof(InterchangeSpecularProfileFactoryNode_SetCustomTexture) == 0x000008, "Wrong alignment on InterchangeSpecularProfileFactoryNode_SetCustomTexture"); \ +static_assert(sizeof(InterchangeSpecularProfileFactoryNode_SetCustomTexture) == 0x000018, "Wrong size on InterchangeSpecularProfileFactoryNode_SetCustomTexture"); \ +static_assert(offsetof(InterchangeSpecularProfileFactoryNode_SetCustomTexture, TextureUid) == 0x000000, "Member 'InterchangeSpecularProfileFactoryNode_SetCustomTexture::TextureUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpecularProfileFactoryNode_SetCustomTexture, ReturnValue) == 0x000010, "Member 'InterchangeSpecularProfileFactoryNode_SetCustomTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpecularProfileFactoryNode_GetCustomFormat \ +static_assert(alignof(InterchangeSpecularProfileFactoryNode_GetCustomFormat) == 0x000001, "Wrong alignment on InterchangeSpecularProfileFactoryNode_GetCustomFormat"); \ +static_assert(sizeof(InterchangeSpecularProfileFactoryNode_GetCustomFormat) == 0x000002, "Wrong size on InterchangeSpecularProfileFactoryNode_GetCustomFormat"); \ +static_assert(offsetof(InterchangeSpecularProfileFactoryNode_GetCustomFormat, Format) == 0x000000, "Member 'InterchangeSpecularProfileFactoryNode_GetCustomFormat::Format' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpecularProfileFactoryNode_GetCustomFormat, ReturnValue) == 0x000001, "Member 'InterchangeSpecularProfileFactoryNode_GetCustomFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeSpecularProfileFactoryNode_GetCustomTexture \ +static_assert(alignof(InterchangeSpecularProfileFactoryNode_GetCustomTexture) == 0x000008, "Wrong alignment on InterchangeSpecularProfileFactoryNode_GetCustomTexture"); \ +static_assert(sizeof(InterchangeSpecularProfileFactoryNode_GetCustomTexture) == 0x000018, "Wrong size on InterchangeSpecularProfileFactoryNode_GetCustomTexture"); \ +static_assert(offsetof(InterchangeSpecularProfileFactoryNode_GetCustomTexture, TextureUid) == 0x000000, "Member 'InterchangeSpecularProfileFactoryNode_GetCustomTexture::TextureUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeSpecularProfileFactoryNode_GetCustomTexture, ReturnValue) == 0x000010, "Member 'InterchangeSpecularProfileFactoryNode_GetCustomTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeSpecularProfileFactoryNode \ +static_assert(alignof(UInterchangeSpecularProfileFactoryNode) == 0x000008, "Wrong alignment on UInterchangeSpecularProfileFactoryNode"); \ +static_assert(sizeof(UInterchangeSpecularProfileFactoryNode) == 0x0001E0, "Wrong size on UInterchangeSpecularProfileFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_AddSocketUid \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_AddSocketUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_AddSocketUid"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_AddSocketUid) == 0x000018, "Wrong size on InterchangeStaticMeshFactoryNode_AddSocketUid"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_AddSocketUid, SocketUid) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_AddSocketUid::SocketUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_AddSocketUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshFactoryNode_AddSocketUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_AddSocketUids \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_AddSocketUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_AddSocketUids"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_AddSocketUids) == 0x000018, "Wrong size on InterchangeStaticMeshFactoryNode_AddSocketUids"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_AddSocketUids, InSocketUids) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_AddSocketUids::InSocketUids' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_AddSocketUids, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshFactoryNode_AddSocketUids::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode) == 0x000038, "Wrong size on InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode, UniqueID) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode::UniqueID' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode, DisplayLabel) == 0x000010, "Member 'InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode::DisplayLabel' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode, InAssetClass) == 0x000020, "Member 'InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode::InAssetClass' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode, NodeContainer) == 0x000030, "Member 'InterchangeStaticMeshFactoryNode_InitializeStaticMeshNode::NodeContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_RemoveSocketUd \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_RemoveSocketUd) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_RemoveSocketUd"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_RemoveSocketUd) == 0x000018, "Wrong size on InterchangeStaticMeshFactoryNode_RemoveSocketUd"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_RemoveSocketUd, SocketUid) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_RemoveSocketUd::SocketUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_RemoveSocketUd, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshFactoryNode_RemoveSocketUd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomAutoComputeLODScreenSizes \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomAutoComputeLODScreenSizes) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomAutoComputeLODScreenSizes"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomAutoComputeLODScreenSizes) == 0x000002, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomAutoComputeLODScreenSizes"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomAutoComputeLODScreenSizes, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomAutoComputeLODScreenSizes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomAutoComputeLODScreenSizes, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_SetCustomAutoComputeLODScreenSizes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomBuildNanite \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomBuildNanite) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomBuildNanite"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomBuildNanite) == 0x000003, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomBuildNanite"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildNanite, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildNanite::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildNanite, bAddApplyDelegate) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildNanite::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildNanite, ReturnValue) == 0x000002, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildNanite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer) == 0x000003, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer, bAddApplyDelegate) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer, ReturnValue) == 0x000002, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildReversedIndexBuffer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D) == 0x000020, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D, bAddApplyDelegate) == 0x000018, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D, ReturnValue) == 0x000019, "Member 'InterchangeStaticMeshFactoryNode_SetCustomBuildScale3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh) == 0x000028, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh, bAddApplyDelegate) == 0x000020, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh, ReturnValue) == 0x000021, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldReplacementMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale, ReturnValue) == 0x000005, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDistanceFieldResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex, ReturnValue) == 0x000005, "Member 'InterchangeStaticMeshFactoryNode_SetCustomDstLightmapIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided) == 0x000003, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided, bAddApplyDelegate) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided, ReturnValue) == 0x000002, "Member 'InterchangeStaticMeshFactoryNode_SetCustomGenerateDistanceFieldAsIfTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs) == 0x000003, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs, bAddApplyDelegate) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs, ReturnValue) == 0x000002, "Member 'InterchangeStaticMeshFactoryNode_SetCustomGenerateLightmapUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards, ReturnValue) == 0x000005, "Member 'InterchangeStaticMeshFactoryNode_SetCustomMaxLumenMeshCards::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution, ReturnValue) == 0x000005, "Member 'InterchangeStaticMeshFactoryNode_SetCustomMinLightmapResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex, bAddApplyDelegate) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex, ReturnValue) == 0x000005, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSrcLightmapIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomSubstituteUID \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomSubstituteUID) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomSubstituteUID"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomSubstituteUID) == 0x000018, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomSubstituteUID"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSubstituteUID, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSubstituteUID::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSubstituteUID, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSubstituteUID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap) == 0x000003, "Wrong size on InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap, bAddApplyDelegate) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap::bAddApplyDelegate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap, ReturnValue) == 0x000002, "Member 'InterchangeStaticMeshFactoryNode_SetCustomSupportFaceRemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_SetLODScreenSizes \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_SetLODScreenSizes) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_SetLODScreenSizes"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_SetLODScreenSizes) == 0x000018, "Wrong size on InterchangeStaticMeshFactoryNode_SetLODScreenSizes"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetLODScreenSizes, InLODScreenSizes) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_SetLODScreenSizes::InLODScreenSizes' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_SetLODScreenSizes, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshFactoryNode_SetLODScreenSizes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomAutoComputeLODScreenSizes \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomAutoComputeLODScreenSizes) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomAutoComputeLODScreenSizes"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomAutoComputeLODScreenSizes) == 0x000002, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomAutoComputeLODScreenSizes"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomAutoComputeLODScreenSizes, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomAutoComputeLODScreenSizes::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomAutoComputeLODScreenSizes, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_GetCustomAutoComputeLODScreenSizes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomBuildNanite \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomBuildNanite) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomBuildNanite"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomBuildNanite) == 0x000002, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomBuildNanite"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomBuildNanite, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomBuildNanite::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomBuildNanite, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_GetCustomBuildNanite::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer) == 0x000002, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_GetCustomBuildReversedIndexBuffer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D) == 0x000020, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D, ReturnValue) == 0x000018, "Member 'InterchangeStaticMeshFactoryNode_GetCustomBuildScale3D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh) == 0x000028, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh, ReturnValue) == 0x000020, "Member 'InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldReplacementMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale, ReturnValue) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_GetCustomDistanceFieldResolutionScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex, ReturnValue) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_GetCustomDstLightmapIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided) == 0x000002, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_GetCustomGenerateDistanceFieldAsIfTwoSided::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs) == 0x000002, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_GetCustomGenerateLightmapUVs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards, ReturnValue) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_GetCustomMaxLumenMeshCards::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution, ReturnValue) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_GetCustomMinLightmapResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex) == 0x000008, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex, ReturnValue) == 0x000004, "Member 'InterchangeStaticMeshFactoryNode_GetCustomSrcLightmapIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomSubstituteUID \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomSubstituteUID) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomSubstituteUID"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomSubstituteUID) == 0x000018, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomSubstituteUID"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomSubstituteUID, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomSubstituteUID::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomSubstituteUID, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshFactoryNode_GetCustomSubstituteUID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap) == 0x000001, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap) == 0x000002, "Wrong size on InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshFactoryNode_GetCustomSupportFaceRemap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetLODScreenSizeCount \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetLODScreenSizeCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetLODScreenSizeCount"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetLODScreenSizeCount) == 0x000004, "Wrong size on InterchangeStaticMeshFactoryNode_GetLODScreenSizeCount"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetLODScreenSizeCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetLODScreenSizeCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetLODScreenSizes \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetLODScreenSizes) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetLODScreenSizes"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetLODScreenSizes) == 0x000010, "Wrong size on InterchangeStaticMeshFactoryNode_GetLODScreenSizes"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetLODScreenSizes, OutLODScreenSizes) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetLODScreenSizes::OutLODScreenSizes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetSocketUidCount \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetSocketUidCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetSocketUidCount"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetSocketUidCount) == 0x000004, "Wrong size on InterchangeStaticMeshFactoryNode_GetSocketUidCount"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetSocketUidCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetSocketUidCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshFactoryNode_GetSocketUids \ +static_assert(alignof(InterchangeStaticMeshFactoryNode_GetSocketUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshFactoryNode_GetSocketUids"); \ +static_assert(sizeof(InterchangeStaticMeshFactoryNode_GetSocketUids) == 0x000010, "Wrong size on InterchangeStaticMeshFactoryNode_GetSocketUids"); \ +static_assert(offsetof(InterchangeStaticMeshFactoryNode_GetSocketUids, OutSocketUids) == 0x000000, "Member 'InterchangeStaticMeshFactoryNode_GetSocketUids::OutSocketUids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeStaticMeshFactoryNode \ +static_assert(alignof(UInterchangeStaticMeshFactoryNode) == 0x000008, "Wrong alignment on UInterchangeStaticMeshFactoryNode"); \ +static_assert(sizeof(UInterchangeStaticMeshFactoryNode) == 0x0004F0, "Wrong size on UInterchangeStaticMeshFactoryNode"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid, ColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid::ColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids) == 0x000028, "Wrong size on InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids, ColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids::ColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids, RenderMeshUid) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids::RenderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids, ReturnValue) == 0x000020, "Member 'InterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid, ColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid::ColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids) == 0x000028, "Wrong size on InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids, ColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids::ColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids, RenderMeshUid) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids::RenderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids, ReturnValue) == 0x000020, "Member 'InterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid, ColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid::ColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids) == 0x000028, "Wrong size on InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids, ColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids::ColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids, RenderMeshUid) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids::RenderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids, ReturnValue) == 0x000020, "Member 'InterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_AddMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid, ColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid::ColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids) == 0x000028, "Wrong size on InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids, ColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids::ColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids, RenderMeshUid) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids::RenderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids, ReturnValue) == 0x000020, "Member 'InterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes) == 0x000001, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes) == 0x000001, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes) == 0x000001, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveAllMeshes \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveAllMeshes) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveAllMeshes"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveAllMeshes) == 0x000001, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveAllMeshes"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveAllMeshes, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveAllMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes) == 0x000001, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid, ColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid::ColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid, ColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid::ColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveMeshUid, MeshName) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveMeshUid::MeshName' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_RemoveMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid) == 0x000018, "Wrong size on InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid, ColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid::ColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid, ReturnValue) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration) == 0x000002, "Wrong size on InterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration, bGenerate) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration::bGenerate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_SetImportCollision \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_SetImportCollision) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_SetImportCollision"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_SetImportCollision) == 0x000002, "Wrong size on InterchangeStaticMeshLodDataNode_SetImportCollision"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_SetImportCollision, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_SetImportCollision::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_SetImportCollision, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshLodDataNode_SetImportCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_SetImportCollisionType \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_SetImportCollisionType) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_SetImportCollisionType"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_SetImportCollisionType) == 0x000002, "Wrong size on InterchangeStaticMeshLodDataNode_SetImportCollisionType"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_SetImportCollisionType, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_SetImportCollisionType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_SetImportCollisionType, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshLodDataNode_SetImportCollisionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX) == 0x000002, "Wrong size on InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid) == 0x000020, "Wrong size on InterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid, InColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid::InColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid, OutRenderMeshUid) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid::OutRenderMeshUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap) == 0x000050, "Wrong size on InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids) == 0x000010, "Wrong size on InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids, OutMeshNames) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids::OutMeshNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount) == 0x000004, "Wrong size on InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid) == 0x000020, "Wrong size on InterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid, InColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid::InColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid, OutRenderMeshUid) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid::OutRenderMeshUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap) == 0x000050, "Wrong size on InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids) == 0x000010, "Wrong size on InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids, OutMeshNames) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids::OutMeshNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount) == 0x000004, "Wrong size on InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid) == 0x000020, "Wrong size on InterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid, InColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid::InColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid, OutRenderMeshUid) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid::OutRenderMeshUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap) == 0x000050, "Wrong size on InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids) == 0x000010, "Wrong size on InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids, OutMeshNames) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids::OutMeshNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount) == 0x000004, "Wrong size on InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration) == 0x000002, "Wrong size on InterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration, bGenerate) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration::bGenerate' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetImportCollision \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetImportCollision) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetImportCollision"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetImportCollision) == 0x000002, "Wrong size on InterchangeStaticMeshLodDataNode_GetImportCollision"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetImportCollision, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetImportCollision::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetImportCollision, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshLodDataNode_GetImportCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetImportCollisionType \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetImportCollisionType) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetImportCollisionType"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetImportCollisionType) == 0x000002, "Wrong size on InterchangeStaticMeshLodDataNode_GetImportCollisionType"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetImportCollisionType, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetImportCollisionType::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetImportCollisionType, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshLodDataNode_GetImportCollisionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetMeshUids) == 0x000010, "Wrong size on InterchangeStaticMeshLodDataNode_GetMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetMeshUids, OutMeshNames) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetMeshUids::OutMeshNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetMeshUidsCount \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetMeshUidsCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetMeshUidsCount"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetMeshUidsCount) == 0x000004, "Wrong size on InterchangeStaticMeshLodDataNode_GetMeshUidsCount"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetMeshUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetMeshUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX) == 0x000001, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX) == 0x000002, "Wrong size on InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX, AttributeValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX, ReturnValue) == 0x000001, "Member 'InterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid) == 0x000020, "Wrong size on InterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid, InColliderMeshUid) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid::InColliderMeshUid' has a wrong offset!"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid, OutRenderMeshUid) == 0x000010, "Member 'InterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid::OutRenderMeshUid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap) == 0x000050, "Wrong size on InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids) == 0x000008, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids) == 0x000010, "Wrong size on InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids, OutMeshNames) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids::OutMeshNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount \ +static_assert(alignof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount) == 0x000004, "Wrong alignment on InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount"); \ +static_assert(sizeof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount) == 0x000004, "Wrong size on InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount"); \ +static_assert(offsetof(InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount, ReturnValue) == 0x000000, "Member 'InterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeStaticMeshLodDataNode \ +static_assert(alignof(UInterchangeStaticMeshLodDataNode) == 0x000008, "Wrong alignment on UInterchangeStaticMeshLodDataNode"); \ +static_assert(sizeof(UInterchangeStaticMeshLodDataNode) == 0x000400, "Wrong size on UInterchangeStaticMeshLodDataNode"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultMeshWarning \ +static_assert(alignof(UInterchangeResultMeshWarning) == 0x000008, "Wrong alignment on UInterchangeResultMeshWarning"); \ +static_assert(sizeof(UInterchangeResultMeshWarning) == 0x000080, "Wrong size on UInterchangeResultMeshWarning"); \ +static_assert(offsetof(UInterchangeResultMeshWarning, MeshName) == 0x000070, "Member 'UInterchangeResultMeshWarning::MeshName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultTextureDisplay \ +static_assert(alignof(UInterchangeResultTextureDisplay) == 0x000008, "Wrong alignment on UInterchangeResultTextureDisplay"); \ +static_assert(sizeof(UInterchangeResultTextureDisplay) == 0x000090, "Wrong size on UInterchangeResultTextureDisplay"); \ +static_assert(offsetof(UInterchangeResultTextureDisplay, TextureName) == 0x000080, "Member 'UInterchangeResultTextureDisplay::TextureName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultTextureWarning \ +static_assert(alignof(UInterchangeResultTextureWarning) == 0x000008, "Wrong alignment on UInterchangeResultTextureWarning"); \ +static_assert(sizeof(UInterchangeResultTextureWarning) == 0x000080, "Wrong size on UInterchangeResultTextureWarning"); \ +static_assert(offsetof(UInterchangeResultTextureWarning, TextureName) == 0x000070, "Member 'UInterchangeResultTextureWarning::TextureName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultMeshError \ +static_assert(alignof(UInterchangeResultMeshError) == 0x000008, "Wrong alignment on UInterchangeResultMeshError"); \ +static_assert(sizeof(UInterchangeResultMeshError) == 0x000080, "Wrong size on UInterchangeResultMeshError"); \ +static_assert(offsetof(UInterchangeResultMeshError, MeshName) == 0x000070, "Member 'UInterchangeResultMeshError::MeshName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultMeshWarning_Generic \ +static_assert(alignof(UInterchangeResultMeshWarning_Generic) == 0x000008, "Wrong alignment on UInterchangeResultMeshWarning_Generic"); \ +static_assert(sizeof(UInterchangeResultMeshWarning_Generic) == 0x000090, "Wrong size on UInterchangeResultMeshWarning_Generic"); \ +static_assert(offsetof(UInterchangeResultMeshWarning_Generic, Text) == 0x000080, "Member 'UInterchangeResultMeshWarning_Generic::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultMeshError_Generic \ +static_assert(alignof(UInterchangeResultMeshError_Generic) == 0x000008, "Wrong alignment on UInterchangeResultMeshError_Generic"); \ +static_assert(sizeof(UInterchangeResultMeshError_Generic) == 0x000090, "Wrong size on UInterchangeResultMeshError_Generic"); \ +static_assert(offsetof(UInterchangeResultMeshError_Generic, Text) == 0x000080, "Member 'UInterchangeResultMeshError_Generic::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultMeshWarning_TooManyUVs \ +static_assert(alignof(UInterchangeResultMeshWarning_TooManyUVs) == 0x000008, "Wrong alignment on UInterchangeResultMeshWarning_TooManyUVs"); \ +static_assert(sizeof(UInterchangeResultMeshWarning_TooManyUVs) == 0x000088, "Wrong size on UInterchangeResultMeshWarning_TooManyUVs"); \ +static_assert(offsetof(UInterchangeResultMeshWarning_TooManyUVs, ExcessUVs) == 0x000080, "Member 'UInterchangeResultMeshWarning_TooManyUVs::ExcessUVs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeResultTextureDisplay_TextureFileDoNotExist \ +static_assert(alignof(UInterchangeResultTextureDisplay_TextureFileDoNotExist) == 0x000008, "Wrong alignment on UInterchangeResultTextureDisplay_TextureFileDoNotExist"); \ +static_assert(sizeof(UInterchangeResultTextureDisplay_TextureFileDoNotExist) == 0x0000A0, "Wrong size on UInterchangeResultTextureDisplay_TextureFileDoNotExist"); \ +static_assert(offsetof(UInterchangeResultTextureDisplay_TextureFileDoNotExist, MaterialName) == 0x000090, "Member 'UInterchangeResultTextureDisplay_TextureFileDoNotExist::MaterialName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInterchangeAnimationPayloadInterface \ +static_assert(alignof(IInterchangeAnimationPayloadInterface) == 0x000001, "Wrong alignment on IInterchangeAnimationPayloadInterface"); \ +static_assert(sizeof(IInterchangeAnimationPayloadInterface) == 0x000001, "Wrong size on IInterchangeAnimationPayloadInterface"); \ + +#define DUMPER7_ASSERTS_UInterchangeAssetUserData \ +static_assert(alignof(UInterchangeAssetUserData) == 0x000008, "Wrong alignment on UInterchangeAssetUserData"); \ +static_assert(sizeof(UInterchangeAssetUserData) == 0x000078, "Wrong size on UInterchangeAssetUserData"); \ +static_assert(offsetof(UInterchangeAssetUserData, MetaData) == 0x000028, "Member 'UInterchangeAssetUserData::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeLevelAssetUserData \ +static_assert(alignof(UInterchangeLevelAssetUserData) == 0x000008, "Wrong alignment on UInterchangeLevelAssetUserData"); \ +static_assert(sizeof(UInterchangeLevelAssetUserData) == 0x000038, "Wrong size on UInterchangeLevelAssetUserData"); \ +static_assert(offsetof(UInterchangeLevelAssetUserData, SceneImportPaths) == 0x000028, "Member 'UInterchangeLevelAssetUserData::SceneImportPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInterchangeAudioPayloadInterface \ +static_assert(alignof(IInterchangeAudioPayloadInterface) == 0x000001, "Wrong alignment on IInterchangeAudioPayloadInterface"); \ +static_assert(sizeof(IInterchangeAudioPayloadInterface) == 0x000001, "Wrong size on IInterchangeAudioPayloadInterface"); \ + +#define DUMPER7_ASSERTS_IInterchangeBlockedTexturePayloadInterface \ +static_assert(alignof(IInterchangeBlockedTexturePayloadInterface) == 0x000001, "Wrong alignment on IInterchangeBlockedTexturePayloadInterface"); \ +static_assert(sizeof(IInterchangeBlockedTexturePayloadInterface) == 0x000001, "Wrong size on IInterchangeBlockedTexturePayloadInterface"); \ + +#define DUMPER7_ASSERTS_IInterchangeGroomPayloadInterface \ +static_assert(alignof(IInterchangeGroomPayloadInterface) == 0x000001, "Wrong alignment on IInterchangeGroomPayloadInterface"); \ +static_assert(sizeof(IInterchangeGroomPayloadInterface) == 0x000001, "Wrong size on IInterchangeGroomPayloadInterface"); \ + +#define DUMPER7_ASSERTS_IInterchangeMeshPayloadInterface \ +static_assert(alignof(IInterchangeMeshPayloadInterface) == 0x000001, "Wrong alignment on IInterchangeMeshPayloadInterface"); \ +static_assert(sizeof(IInterchangeMeshPayloadInterface) == 0x000001, "Wrong size on IInterchangeMeshPayloadInterface"); \ + +#define DUMPER7_ASSERTS_IInterchangeSlicedTexturePayloadInterface \ +static_assert(alignof(IInterchangeSlicedTexturePayloadInterface) == 0x000001, "Wrong alignment on IInterchangeSlicedTexturePayloadInterface"); \ +static_assert(sizeof(IInterchangeSlicedTexturePayloadInterface) == 0x000001, "Wrong size on IInterchangeSlicedTexturePayloadInterface"); \ + +#define DUMPER7_ASSERTS_IInterchangeTextureLightProfilePayloadInterface \ +static_assert(alignof(IInterchangeTextureLightProfilePayloadInterface) == 0x000001, "Wrong alignment on IInterchangeTextureLightProfilePayloadInterface"); \ +static_assert(sizeof(IInterchangeTextureLightProfilePayloadInterface) == 0x000001, "Wrong size on IInterchangeTextureLightProfilePayloadInterface"); \ + +#define DUMPER7_ASSERTS_IInterchangeTexturePayloadInterface \ +static_assert(alignof(IInterchangeTexturePayloadInterface) == 0x000001, "Wrong alignment on IInterchangeTexturePayloadInterface"); \ +static_assert(sizeof(IInterchangeTexturePayloadInterface) == 0x000001, "Wrong size on IInterchangeTexturePayloadInterface"); \ + +#define DUMPER7_ASSERTS_IInterchangeVariantSetPayloadInterface \ +static_assert(alignof(IInterchangeVariantSetPayloadInterface) == 0x000001, "Wrong alignment on IInterchangeVariantSetPayloadInterface"); \ +static_assert(sizeof(IInterchangeVariantSetPayloadInterface) == 0x000001, "Wrong size on IInterchangeVariantSetPayloadInterface"); \ + +#define DUMPER7_ASSERTS_IInterchangeVolumePayloadInterface \ +static_assert(alignof(IInterchangeVolumePayloadInterface) == 0x000001, "Wrong alignment on IInterchangeVolumePayloadInterface"); \ +static_assert(sizeof(IInterchangeVolumePayloadInterface) == 0x000001, "Wrong size on IInterchangeVolumePayloadInterface"); \ + +#define DUMPER7_ASSERTS_UInterchangeVolumeTranslatorSettings \ +static_assert(alignof(UInterchangeVolumeTranslatorSettings) == 0x000008, "Wrong alignment on UInterchangeVolumeTranslatorSettings"); \ +static_assert(sizeof(UInterchangeVolumeTranslatorSettings) == 0x000040, "Wrong size on UInterchangeVolumeTranslatorSettings"); \ +static_assert(offsetof(UInterchangeVolumeTranslatorSettings, bTranslateAdjacentNumberedFiles) == 0x000028, "Member 'UInterchangeVolumeTranslatorSettings::bTranslateAdjacentNumberedFiles' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeVolumeTranslatorSettings, AnimationID) == 0x000030, "Member 'UInterchangeVolumeTranslatorSettings::AnimationID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeAnimSequenceFactory \ +static_assert(alignof(UInterchangeAnimSequenceFactory) == 0x000008, "Wrong alignment on UInterchangeAnimSequenceFactory"); \ +static_assert(sizeof(UInterchangeAnimSequenceFactory) == 0x0001D8, "Wrong size on UInterchangeAnimSequenceFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeLevelSequenceFactory \ +static_assert(alignof(UInterchangeLevelSequenceFactory) == 0x000008, "Wrong alignment on UInterchangeLevelSequenceFactory"); \ +static_assert(sizeof(UInterchangeLevelSequenceFactory) == 0x000038, "Wrong size on UInterchangeLevelSequenceFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeAudioTranslatorBase \ +static_assert(alignof(UInterchangeAudioTranslatorBase) == 0x000008, "Wrong alignment on UInterchangeAudioTranslatorBase"); \ +static_assert(sizeof(UInterchangeAudioTranslatorBase) == 0x000050, "Wrong size on UInterchangeAudioTranslatorBase"); \ + +#define DUMPER7_ASSERTS_UInterchangeAudioTranslator_AIF \ +static_assert(alignof(UInterchangeAudioTranslator_AIF) == 0x000008, "Wrong alignment on UInterchangeAudioTranslator_AIF"); \ +static_assert(sizeof(UInterchangeAudioTranslator_AIF) == 0x000050, "Wrong size on UInterchangeAudioTranslator_AIF"); \ + +#define DUMPER7_ASSERTS_UInterchangeAudioTranslator_AIFF \ +static_assert(alignof(UInterchangeAudioTranslator_AIFF) == 0x000008, "Wrong alignment on UInterchangeAudioTranslator_AIFF"); \ +static_assert(sizeof(UInterchangeAudioTranslator_AIFF) == 0x000050, "Wrong size on UInterchangeAudioTranslator_AIFF"); \ + +#define DUMPER7_ASSERTS_UInterchangeAudioTranslator_FLAC \ +static_assert(alignof(UInterchangeAudioTranslator_FLAC) == 0x000008, "Wrong alignment on UInterchangeAudioTranslator_FLAC"); \ +static_assert(sizeof(UInterchangeAudioTranslator_FLAC) == 0x000050, "Wrong size on UInterchangeAudioTranslator_FLAC"); \ + +#define DUMPER7_ASSERTS_UInterchangeAudioTranslator_MP3 \ +static_assert(alignof(UInterchangeAudioTranslator_MP3) == 0x000008, "Wrong alignment on UInterchangeAudioTranslator_MP3"); \ +static_assert(sizeof(UInterchangeAudioTranslator_MP3) == 0x000050, "Wrong size on UInterchangeAudioTranslator_MP3"); \ + +#define DUMPER7_ASSERTS_UInterchangeAudioTranslator_OGG \ +static_assert(alignof(UInterchangeAudioTranslator_OGG) == 0x000008, "Wrong alignment on UInterchangeAudioTranslator_OGG"); \ +static_assert(sizeof(UInterchangeAudioTranslator_OGG) == 0x000050, "Wrong size on UInterchangeAudioTranslator_OGG"); \ + +#define DUMPER7_ASSERTS_UInterchangeAudioTranslator_OPUS \ +static_assert(alignof(UInterchangeAudioTranslator_OPUS) == 0x000008, "Wrong alignment on UInterchangeAudioTranslator_OPUS"); \ +static_assert(sizeof(UInterchangeAudioTranslator_OPUS) == 0x000050, "Wrong size on UInterchangeAudioTranslator_OPUS"); \ + +#define DUMPER7_ASSERTS_UInterchangeAudioTranslator_WAV \ +static_assert(alignof(UInterchangeAudioTranslator_WAV) == 0x000008, "Wrong alignment on UInterchangeAudioTranslator_WAV"); \ +static_assert(sizeof(UInterchangeAudioTranslator_WAV) == 0x000050, "Wrong size on UInterchangeAudioTranslator_WAV"); \ + +#define DUMPER7_ASSERTS_UInterchangeAudioSoundWaveFactory \ +static_assert(alignof(UInterchangeAudioSoundWaveFactory) == 0x000008, "Wrong alignment on UInterchangeAudioSoundWaveFactory"); \ +static_assert(sizeof(UInterchangeAudioSoundWaveFactory) == 0x000040, "Wrong size on UInterchangeAudioSoundWaveFactory"); \ +static_assert(offsetof(UInterchangeAudioSoundWaveFactory, ComponentsToRestart) == 0x000030, "Member 'UInterchangeAudioSoundWaveFactory::ComponentsToRestart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeFbxTranslatorSettings \ +static_assert(alignof(UInterchangeFbxTranslatorSettings) == 0x000008, "Wrong alignment on UInterchangeFbxTranslatorSettings"); \ +static_assert(sizeof(UInterchangeFbxTranslatorSettings) == 0x000030, "Wrong size on UInterchangeFbxTranslatorSettings"); \ +static_assert(offsetof(UInterchangeFbxTranslatorSettings, CoordinateSystemPolicy) == 0x000028, "Member 'UInterchangeFbxTranslatorSettings::CoordinateSystemPolicy' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeFbxTranslatorSettings, bConvertScene) == 0x000029, "Member 'UInterchangeFbxTranslatorSettings::bConvertScene' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeFbxTranslatorSettings, bForceFrontXAxis) == 0x00002A, "Member 'UInterchangeFbxTranslatorSettings::bForceFrontXAxis' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeFbxTranslatorSettings, bConvertSceneUnit) == 0x00002B, "Member 'UInterchangeFbxTranslatorSettings::bConvertSceneUnit' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeFbxTranslatorSettings, bKeepFbxNamespace) == 0x00002C, "Member 'UInterchangeFbxTranslatorSettings::bKeepFbxNamespace' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeFbxTranslatorSettings, bUseUfbxParser) == 0x00002D, "Member 'UInterchangeFbxTranslatorSettings::bUseUfbxParser' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeFbxTranslatorSettings, bUsingLUFCoordinateSystem) == 0x00002E, "Member 'UInterchangeFbxTranslatorSettings::bUsingLUFCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(UInterchangeFbxTranslatorSettings, bDisplayUfbxParser) == 0x00002F, "Member 'UInterchangeFbxTranslatorSettings::bDisplayUfbxParser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeFbxTranslator \ +static_assert(alignof(UInterchangeFbxTranslator) == 0x000008, "Wrong alignment on UInterchangeFbxTranslator"); \ +static_assert(sizeof(UInterchangeFbxTranslator) == 0x0000C0, "Wrong size on UInterchangeFbxTranslator"); \ +static_assert(offsetof(UInterchangeFbxTranslator, CacheFbxTranslatorSettings) == 0x000068, "Member 'UInterchangeFbxTranslator::CacheFbxTranslatorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeGLTFTranslator \ +static_assert(alignof(UInterchangeGLTFTranslator) == 0x000008, "Wrong alignment on UInterchangeGLTFTranslator"); \ +static_assert(sizeof(UInterchangeGLTFTranslator) == 0x0002B8, "Wrong size on UInterchangeGLTFTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangeGroomCacheFactory \ +static_assert(alignof(UInterchangeGroomCacheFactory) == 0x000008, "Wrong alignment on UInterchangeGroomCacheFactory"); \ +static_assert(sizeof(UInterchangeGroomCacheFactory) == 0x000030, "Wrong size on UInterchangeGroomCacheFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeGroomFactory \ +static_assert(alignof(UInterchangeGroomFactory) == 0x000008, "Wrong alignment on UInterchangeGroomFactory"); \ +static_assert(sizeof(UInterchangeGroomFactory) == 0x000148, "Wrong size on UInterchangeGroomFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialXTranslator \ +static_assert(alignof(UInterchangeMaterialXTranslator) == 0x000008, "Wrong alignment on UInterchangeMaterialXTranslator"); \ +static_assert(sizeof(UInterchangeMaterialXTranslator) == 0x000058, "Wrong size on UInterchangeMaterialXTranslator"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXAppend3Vector \ +static_assert(alignof(UMaterialExpressionMaterialXAppend3Vector) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXAppend3Vector"); \ +static_assert(sizeof(UMaterialExpressionMaterialXAppend3Vector) == 0x000128, "Wrong size on UMaterialExpressionMaterialXAppend3Vector"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend3Vector, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXAppend3Vector::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend3Vector, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXAppend3Vector::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend3Vector, C) == 0x000100, "Member 'UMaterialExpressionMaterialXAppend3Vector::C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXAppend4Vector \ +static_assert(alignof(UMaterialExpressionMaterialXAppend4Vector) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXAppend4Vector"); \ +static_assert(sizeof(UMaterialExpressionMaterialXAppend4Vector) == 0x000150, "Wrong size on UMaterialExpressionMaterialXAppend4Vector"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend4Vector, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXAppend4Vector::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend4Vector, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXAppend4Vector::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend4Vector, C) == 0x000100, "Member 'UMaterialExpressionMaterialXAppend4Vector::C' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXAppend4Vector, D) == 0x000128, "Member 'UMaterialExpressionMaterialXAppend4Vector::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXBurn \ +static_assert(alignof(UMaterialExpressionMaterialXBurn) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXBurn"); \ +static_assert(sizeof(UMaterialExpressionMaterialXBurn) == 0x000130, "Wrong size on UMaterialExpressionMaterialXBurn"); \ +static_assert(offsetof(UMaterialExpressionMaterialXBurn, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXBurn::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXBurn, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXBurn::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXBurn, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXBurn::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXBurn, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXBurn::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXContrast \ +static_assert(alignof(UMaterialExpressionMaterialXContrast) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXContrast"); \ +static_assert(sizeof(UMaterialExpressionMaterialXContrast) == 0x000130, "Wrong size on UMaterialExpressionMaterialXContrast"); \ +static_assert(offsetof(UMaterialExpressionMaterialXContrast, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXContrast::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXContrast, Amount) == 0x0000D8, "Member 'UMaterialExpressionMaterialXContrast::Amount' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXContrast, pivot) == 0x000100, "Member 'UMaterialExpressionMaterialXContrast::pivot' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXContrast, ConstAmount) == 0x000128, "Member 'UMaterialExpressionMaterialXContrast::ConstAmount' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXContrast, ConstPivot) == 0x00012C, "Member 'UMaterialExpressionMaterialXContrast::ConstPivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXDifference \ +static_assert(alignof(UMaterialExpressionMaterialXDifference) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXDifference"); \ +static_assert(sizeof(UMaterialExpressionMaterialXDifference) == 0x000130, "Wrong size on UMaterialExpressionMaterialXDifference"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDifference, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXDifference::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDifference, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXDifference::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDifference, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXDifference::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDifference, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXDifference::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXDisjointOver \ +static_assert(alignof(UMaterialExpressionMaterialXDisjointOver) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXDisjointOver"); \ +static_assert(sizeof(UMaterialExpressionMaterialXDisjointOver) == 0x000130, "Wrong size on UMaterialExpressionMaterialXDisjointOver"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDisjointOver, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXDisjointOver::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDisjointOver, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXDisjointOver::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDisjointOver, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXDisjointOver::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDisjointOver, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXDisjointOver::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXDodge \ +static_assert(alignof(UMaterialExpressionMaterialXDodge) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXDodge"); \ +static_assert(sizeof(UMaterialExpressionMaterialXDodge) == 0x000130, "Wrong size on UMaterialExpressionMaterialXDodge"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDodge, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXDodge::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDodge, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXDodge::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDodge, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXDodge::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXDodge, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXDodge::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXFractal3D \ +static_assert(alignof(UMaterialExpressionMaterialXFractal3D) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXFractal3D"); \ +static_assert(sizeof(UMaterialExpressionMaterialXFractal3D) == 0x0001A8, "Wrong size on UMaterialExpressionMaterialXFractal3D"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, position) == 0x0000B0, "Member 'UMaterialExpressionMaterialXFractal3D::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, Amplitude) == 0x0000D8, "Member 'UMaterialExpressionMaterialXFractal3D::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, ConstAmplitude) == 0x000100, "Member 'UMaterialExpressionMaterialXFractal3D::ConstAmplitude' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, Octaves) == 0x000108, "Member 'UMaterialExpressionMaterialXFractal3D::Octaves' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, ConstOctaves) == 0x000130, "Member 'UMaterialExpressionMaterialXFractal3D::ConstOctaves' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, Lacunarity) == 0x000138, "Member 'UMaterialExpressionMaterialXFractal3D::Lacunarity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, ConstLacunarity) == 0x000160, "Member 'UMaterialExpressionMaterialXFractal3D::ConstLacunarity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, Diminish) == 0x000168, "Member 'UMaterialExpressionMaterialXFractal3D::Diminish' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, ConstDiminish) == 0x000190, "Member 'UMaterialExpressionMaterialXFractal3D::ConstDiminish' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, Scale) == 0x000194, "Member 'UMaterialExpressionMaterialXFractal3D::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, bTurbulence) == 0x000198, "Member 'UMaterialExpressionMaterialXFractal3D::bTurbulence' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, Levels) == 0x00019C, "Member 'UMaterialExpressionMaterialXFractal3D::Levels' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, OutputMin) == 0x0001A0, "Member 'UMaterialExpressionMaterialXFractal3D::OutputMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXFractal3D, OutputMax) == 0x0001A4, "Member 'UMaterialExpressionMaterialXFractal3D::OutputMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXIn \ +static_assert(alignof(UMaterialExpressionMaterialXIn) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXIn"); \ +static_assert(sizeof(UMaterialExpressionMaterialXIn) == 0x000130, "Wrong size on UMaterialExpressionMaterialXIn"); \ +static_assert(offsetof(UMaterialExpressionMaterialXIn, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXIn::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXIn, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXIn::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXIn, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXIn::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXIn, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXIn::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXLuminance \ +static_assert(alignof(UMaterialExpressionMaterialXLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXLuminance"); \ +static_assert(sizeof(UMaterialExpressionMaterialXLuminance) == 0x0000F0, "Wrong size on UMaterialExpressionMaterialXLuminance"); \ +static_assert(offsetof(UMaterialExpressionMaterialXLuminance, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXLuminance::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXLuminance, LuminanceFactors) == 0x0000D8, "Member 'UMaterialExpressionMaterialXLuminance::LuminanceFactors' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXLuminance, LuminanceMode) == 0x0000E8, "Member 'UMaterialExpressionMaterialXLuminance::LuminanceMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXMask \ +static_assert(alignof(UMaterialExpressionMaterialXMask) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXMask"); \ +static_assert(sizeof(UMaterialExpressionMaterialXMask) == 0x000130, "Wrong size on UMaterialExpressionMaterialXMask"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMask, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXMask::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMask, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXMask::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMask, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXMask::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMask, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXMask::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXMatte \ +static_assert(alignof(UMaterialExpressionMaterialXMatte) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXMatte"); \ +static_assert(sizeof(UMaterialExpressionMaterialXMatte) == 0x000130, "Wrong size on UMaterialExpressionMaterialXMatte"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMatte, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXMatte::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMatte, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXMatte::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMatte, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXMatte::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMatte, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXMatte::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXMinus \ +static_assert(alignof(UMaterialExpressionMaterialXMinus) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXMinus"); \ +static_assert(sizeof(UMaterialExpressionMaterialXMinus) == 0x000130, "Wrong size on UMaterialExpressionMaterialXMinus"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMinus, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXMinus::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMinus, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXMinus::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMinus, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXMinus::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMinus, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXMinus::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXMod \ +static_assert(alignof(UMaterialExpressionMaterialXMod) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXMod"); \ +static_assert(sizeof(UMaterialExpressionMaterialXMod) == 0x000108, "Wrong size on UMaterialExpressionMaterialXMod"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMod, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXMod::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMod, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXMod::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXMod, ConstB) == 0x000100, "Member 'UMaterialExpressionMaterialXMod::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXOut \ +static_assert(alignof(UMaterialExpressionMaterialXOut) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXOut"); \ +static_assert(sizeof(UMaterialExpressionMaterialXOut) == 0x000130, "Wrong size on UMaterialExpressionMaterialXOut"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOut, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXOut::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOut, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXOut::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOut, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXOut::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOut, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXOut::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXOver \ +static_assert(alignof(UMaterialExpressionMaterialXOver) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXOver"); \ +static_assert(sizeof(UMaterialExpressionMaterialXOver) == 0x000130, "Wrong size on UMaterialExpressionMaterialXOver"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOver, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXOver::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOver, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXOver::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOver, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXOver::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOver, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXOver::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXOverlay \ +static_assert(alignof(UMaterialExpressionMaterialXOverlay) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXOverlay"); \ +static_assert(sizeof(UMaterialExpressionMaterialXOverlay) == 0x000130, "Wrong size on UMaterialExpressionMaterialXOverlay"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOverlay, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXOverlay::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOverlay, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXOverlay::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOverlay, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXOverlay::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXOverlay, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXOverlay::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXPlace2D \ +static_assert(alignof(UMaterialExpressionMaterialXPlace2D) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXPlace2D"); \ +static_assert(sizeof(UMaterialExpressionMaterialXPlace2D) == 0x000180, "Wrong size on UMaterialExpressionMaterialXPlace2D"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMaterialXPlace2D::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, pivot) == 0x0000D8, "Member 'UMaterialExpressionMaterialXPlace2D::pivot' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, Scale) == 0x000100, "Member 'UMaterialExpressionMaterialXPlace2D::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, Offset) == 0x000128, "Member 'UMaterialExpressionMaterialXPlace2D::Offset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, RotationAngle) == 0x000150, "Member 'UMaterialExpressionMaterialXPlace2D::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, ConstRotationAngle) == 0x000178, "Member 'UMaterialExpressionMaterialXPlace2D::ConstRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlace2D, ConstCoordinate) == 0x00017C, "Member 'UMaterialExpressionMaterialXPlace2D::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXPlus \ +static_assert(alignof(UMaterialExpressionMaterialXPlus) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXPlus"); \ +static_assert(sizeof(UMaterialExpressionMaterialXPlus) == 0x000130, "Wrong size on UMaterialExpressionMaterialXPlus"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlus, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXPlus::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlus, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXPlus::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlus, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXPlus::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPlus, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXPlus::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXPremult \ +static_assert(alignof(UMaterialExpressionMaterialXPremult) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXPremult"); \ +static_assert(sizeof(UMaterialExpressionMaterialXPremult) == 0x0000D8, "Wrong size on UMaterialExpressionMaterialXPremult"); \ +static_assert(offsetof(UMaterialExpressionMaterialXPremult, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXPremult::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXRamp4 \ +static_assert(alignof(UMaterialExpressionMaterialXRamp4) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXRamp4"); \ +static_assert(sizeof(UMaterialExpressionMaterialXRamp4) == 0x000180, "Wrong size on UMaterialExpressionMaterialXRamp4"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRamp4, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMaterialXRamp4::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRamp4, A) == 0x0000D8, "Member 'UMaterialExpressionMaterialXRamp4::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRamp4, B) == 0x000100, "Member 'UMaterialExpressionMaterialXRamp4::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRamp4, C) == 0x000128, "Member 'UMaterialExpressionMaterialXRamp4::C' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRamp4, D) == 0x000150, "Member 'UMaterialExpressionMaterialXRamp4::D' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRamp4, ConstCoordinate) == 0x000178, "Member 'UMaterialExpressionMaterialXRamp4::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXRampLeftRight \ +static_assert(alignof(UMaterialExpressionMaterialXRampLeftRight) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXRampLeftRight"); \ +static_assert(sizeof(UMaterialExpressionMaterialXRampLeftRight) == 0x000130, "Wrong size on UMaterialExpressionMaterialXRampLeftRight"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampLeftRight, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMaterialXRampLeftRight::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampLeftRight, A) == 0x0000D8, "Member 'UMaterialExpressionMaterialXRampLeftRight::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampLeftRight, B) == 0x000100, "Member 'UMaterialExpressionMaterialXRampLeftRight::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampLeftRight, ConstCoordinate) == 0x000128, "Member 'UMaterialExpressionMaterialXRampLeftRight::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXRampTopBottom \ +static_assert(alignof(UMaterialExpressionMaterialXRampTopBottom) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXRampTopBottom"); \ +static_assert(sizeof(UMaterialExpressionMaterialXRampTopBottom) == 0x000130, "Wrong size on UMaterialExpressionMaterialXRampTopBottom"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampTopBottom, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMaterialXRampTopBottom::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampTopBottom, A) == 0x0000D8, "Member 'UMaterialExpressionMaterialXRampTopBottom::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampTopBottom, B) == 0x000100, "Member 'UMaterialExpressionMaterialXRampTopBottom::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRampTopBottom, ConstCoordinate) == 0x000128, "Member 'UMaterialExpressionMaterialXRampTopBottom::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXRange \ +static_assert(alignof(UMaterialExpressionMaterialXRange) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXRange"); \ +static_assert(sizeof(UMaterialExpressionMaterialXRange) == 0x0001E0, "Wrong size on UMaterialExpressionMaterialXRange"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXRange::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, InputLow) == 0x0000D8, "Member 'UMaterialExpressionMaterialXRange::InputLow' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, InputHigh) == 0x000100, "Member 'UMaterialExpressionMaterialXRange::InputHigh' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, TargetLow) == 0x000128, "Member 'UMaterialExpressionMaterialXRange::TargetLow' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, TargetHigh) == 0x000150, "Member 'UMaterialExpressionMaterialXRange::TargetHigh' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, Gamma) == 0x000178, "Member 'UMaterialExpressionMaterialXRange::Gamma' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, clamp) == 0x0001A0, "Member 'UMaterialExpressionMaterialXRange::clamp' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, ConstInputLow) == 0x0001C8, "Member 'UMaterialExpressionMaterialXRange::ConstInputLow' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, ConstInputHigh) == 0x0001CC, "Member 'UMaterialExpressionMaterialXRange::ConstInputHigh' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, ConstTargetLow) == 0x0001D0, "Member 'UMaterialExpressionMaterialXRange::ConstTargetLow' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, ConstTargetHigh) == 0x0001D4, "Member 'UMaterialExpressionMaterialXRange::ConstTargetHigh' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, ConstGamma) == 0x0001D8, "Member 'UMaterialExpressionMaterialXRange::ConstGamma' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRange, bConstClamp) == 0x0001DC, "Member 'UMaterialExpressionMaterialXRange::bConstClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXRemap \ +static_assert(alignof(UMaterialExpressionMaterialXRemap) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXRemap"); \ +static_assert(sizeof(UMaterialExpressionMaterialXRemap) == 0x000188, "Wrong size on UMaterialExpressionMaterialXRemap"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXRemap::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, InputLow) == 0x0000D8, "Member 'UMaterialExpressionMaterialXRemap::InputLow' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, InputHigh) == 0x000100, "Member 'UMaterialExpressionMaterialXRemap::InputHigh' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, TargetLow) == 0x000128, "Member 'UMaterialExpressionMaterialXRemap::TargetLow' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, TargetHigh) == 0x000150, "Member 'UMaterialExpressionMaterialXRemap::TargetHigh' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, InputLowDefault) == 0x000178, "Member 'UMaterialExpressionMaterialXRemap::InputLowDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, InputHighDefault) == 0x00017C, "Member 'UMaterialExpressionMaterialXRemap::InputHighDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, TargetLowDefault) == 0x000180, "Member 'UMaterialExpressionMaterialXRemap::TargetLowDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRemap, TargetHighDefault) == 0x000184, "Member 'UMaterialExpressionMaterialXRemap::TargetHighDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXRotate2D \ +static_assert(alignof(UMaterialExpressionMaterialXRotate2D) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXRotate2D"); \ +static_assert(sizeof(UMaterialExpressionMaterialXRotate2D) == 0x000108, "Wrong size on UMaterialExpressionMaterialXRotate2D"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRotate2D, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXRotate2D::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRotate2D, RotationAngle) == 0x0000D8, "Member 'UMaterialExpressionMaterialXRotate2D::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXRotate2D, ConstRotationAngle) == 0x000100, "Member 'UMaterialExpressionMaterialXRotate2D::ConstRotationAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXScreen \ +static_assert(alignof(UMaterialExpressionMaterialXScreen) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXScreen"); \ +static_assert(sizeof(UMaterialExpressionMaterialXScreen) == 0x000130, "Wrong size on UMaterialExpressionMaterialXScreen"); \ +static_assert(offsetof(UMaterialExpressionMaterialXScreen, A) == 0x0000B0, "Member 'UMaterialExpressionMaterialXScreen::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXScreen, B) == 0x0000D8, "Member 'UMaterialExpressionMaterialXScreen::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXScreen, Alpha) == 0x000100, "Member 'UMaterialExpressionMaterialXScreen::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXScreen, ConstAlpha) == 0x000128, "Member 'UMaterialExpressionMaterialXScreen::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXSplitLeftRight \ +static_assert(alignof(UMaterialExpressionMaterialXSplitLeftRight) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXSplitLeftRight"); \ +static_assert(sizeof(UMaterialExpressionMaterialXSplitLeftRight) == 0x000158, "Wrong size on UMaterialExpressionMaterialXSplitLeftRight"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitLeftRight, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMaterialXSplitLeftRight::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitLeftRight, A) == 0x0000D8, "Member 'UMaterialExpressionMaterialXSplitLeftRight::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitLeftRight, B) == 0x000100, "Member 'UMaterialExpressionMaterialXSplitLeftRight::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitLeftRight, Center) == 0x000128, "Member 'UMaterialExpressionMaterialXSplitLeftRight::Center' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitLeftRight, ConstCenter) == 0x000150, "Member 'UMaterialExpressionMaterialXSplitLeftRight::ConstCenter' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitLeftRight, ConstCoordinate) == 0x000154, "Member 'UMaterialExpressionMaterialXSplitLeftRight::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXSplitTopBottom \ +static_assert(alignof(UMaterialExpressionMaterialXSplitTopBottom) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXSplitTopBottom"); \ +static_assert(sizeof(UMaterialExpressionMaterialXSplitTopBottom) == 0x000158, "Wrong size on UMaterialExpressionMaterialXSplitTopBottom"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitTopBottom, Coordinates) == 0x0000B0, "Member 'UMaterialExpressionMaterialXSplitTopBottom::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitTopBottom, A) == 0x0000D8, "Member 'UMaterialExpressionMaterialXSplitTopBottom::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitTopBottom, B) == 0x000100, "Member 'UMaterialExpressionMaterialXSplitTopBottom::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitTopBottom, Center) == 0x000128, "Member 'UMaterialExpressionMaterialXSplitTopBottom::Center' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitTopBottom, ConstCenter) == 0x000150, "Member 'UMaterialExpressionMaterialXSplitTopBottom::ConstCenter' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSplitTopBottom, ConstCoordinate) == 0x000154, "Member 'UMaterialExpressionMaterialXSplitTopBottom::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXSwizzle \ +static_assert(alignof(UMaterialExpressionMaterialXSwizzle) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXSwizzle"); \ +static_assert(sizeof(UMaterialExpressionMaterialXSwizzle) == 0x0000E8, "Wrong size on UMaterialExpressionMaterialXSwizzle"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSwizzle, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXSwizzle::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXSwizzle, Channels) == 0x0000D8, "Member 'UMaterialExpressionMaterialXSwizzle::Channels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXTextureSampleParameterBlur \ +static_assert(alignof(UMaterialExpressionMaterialXTextureSampleParameterBlur) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXTextureSampleParameterBlur"); \ +static_assert(sizeof(UMaterialExpressionMaterialXTextureSampleParameterBlur) == 0x000238, "Wrong size on UMaterialExpressionMaterialXTextureSampleParameterBlur"); \ +static_assert(offsetof(UMaterialExpressionMaterialXTextureSampleParameterBlur, KernelSize) == 0x000228, "Member 'UMaterialExpressionMaterialXTextureSampleParameterBlur::KernelSize' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXTextureSampleParameterBlur, FilterSize) == 0x00022C, "Member 'UMaterialExpressionMaterialXTextureSampleParameterBlur::FilterSize' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXTextureSampleParameterBlur, FilterOffset) == 0x000230, "Member 'UMaterialExpressionMaterialXTextureSampleParameterBlur::FilterOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialXTextureSampleParameterBlur, Filter) == 0x000234, "Member 'UMaterialExpressionMaterialXTextureSampleParameterBlur::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialXUnpremult \ +static_assert(alignof(UMaterialExpressionMaterialXUnpremult) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialXUnpremult"); \ +static_assert(sizeof(UMaterialExpressionMaterialXUnpremult) == 0x0000D8, "Wrong size on UMaterialExpressionMaterialXUnpremult"); \ +static_assert(offsetof(UMaterialExpressionMaterialXUnpremult, Input) == 0x0000B0, "Member 'UMaterialExpressionMaterialXUnpremult::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialFactory \ +static_assert(alignof(UInterchangeMaterialFactory) == 0x000008, "Wrong alignment on UInterchangeMaterialFactory"); \ +static_assert(sizeof(UInterchangeMaterialFactory) == 0x000038, "Wrong size on UInterchangeMaterialFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeMaterialFunctionFactory \ +static_assert(alignof(UInterchangeMaterialFunctionFactory) == 0x000008, "Wrong alignment on UInterchangeMaterialFunctionFactory"); \ +static_assert(sizeof(UInterchangeMaterialFunctionFactory) == 0x000038, "Wrong size on UInterchangeMaterialFunctionFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeGeometryCacheFactory \ +static_assert(alignof(UInterchangeGeometryCacheFactory) == 0x000008, "Wrong alignment on UInterchangeGeometryCacheFactory"); \ +static_assert(sizeof(UInterchangeGeometryCacheFactory) == 0x000098, "Wrong size on UInterchangeGeometryCacheFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeOBJTranslator \ +static_assert(alignof(UInterchangeOBJTranslator) == 0x000008, "Wrong alignment on UInterchangeOBJTranslator"); \ +static_assert(sizeof(UInterchangeOBJTranslator) == 0x000060, "Wrong size on UInterchangeOBJTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangePhysicsAssetFactory \ +static_assert(alignof(UInterchangePhysicsAssetFactory) == 0x000008, "Wrong alignment on UInterchangePhysicsAssetFactory"); \ +static_assert(sizeof(UInterchangePhysicsAssetFactory) == 0x000030, "Wrong size on UInterchangePhysicsAssetFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletalMeshFactory \ +static_assert(alignof(UInterchangeSkeletalMeshFactory) == 0x000008, "Wrong alignment on UInterchangeSkeletalMeshFactory"); \ +static_assert(sizeof(UInterchangeSkeletalMeshFactory) == 0x0000E0, "Wrong size on UInterchangeSkeletalMeshFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletonFactory \ +static_assert(alignof(UInterchangeSkeletonFactory) == 0x000008, "Wrong alignment on UInterchangeSkeletonFactory"); \ +static_assert(sizeof(UInterchangeSkeletonFactory) == 0x000030, "Wrong size on UInterchangeSkeletonFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeStaticMeshFactory \ +static_assert(alignof(UInterchangeStaticMeshFactory) == 0x000008, "Wrong alignment on UInterchangeStaticMeshFactory"); \ +static_assert(sizeof(UInterchangeStaticMeshFactory) == 0x000140, "Wrong size on UInterchangeStaticMeshFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeActorFactory \ +static_assert(alignof(UInterchangeActorFactory) == 0x000008, "Wrong alignment on UInterchangeActorFactory"); \ +static_assert(sizeof(UInterchangeActorFactory) == 0x000030, "Wrong size on UInterchangeActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeCineCameraActorFactory \ +static_assert(alignof(UInterchangeCineCameraActorFactory) == 0x000008, "Wrong alignment on UInterchangeCineCameraActorFactory"); \ +static_assert(sizeof(UInterchangeCineCameraActorFactory) == 0x000030, "Wrong size on UInterchangeCineCameraActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeCameraActorFactory \ +static_assert(alignof(UInterchangeCameraActorFactory) == 0x000008, "Wrong alignment on UInterchangeCameraActorFactory"); \ +static_assert(sizeof(UInterchangeCameraActorFactory) == 0x000030, "Wrong size on UInterchangeCameraActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeDecalActorFactory \ +static_assert(alignof(UInterchangeDecalActorFactory) == 0x000008, "Wrong alignment on UInterchangeDecalActorFactory"); \ +static_assert(sizeof(UInterchangeDecalActorFactory) == 0x000030, "Wrong size on UInterchangeDecalActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeHeterogeneousVolumeActorFactory \ +static_assert(alignof(UInterchangeHeterogeneousVolumeActorFactory) == 0x000008, "Wrong alignment on UInterchangeHeterogeneousVolumeActorFactory"); \ +static_assert(sizeof(UInterchangeHeterogeneousVolumeActorFactory) == 0x000030, "Wrong size on UInterchangeHeterogeneousVolumeActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeLevelFactory \ +static_assert(alignof(UInterchangeLevelFactory) == 0x000008, "Wrong alignment on UInterchangeLevelFactory"); \ +static_assert(sizeof(UInterchangeLevelFactory) == 0x000030, "Wrong size on UInterchangeLevelFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeLevelInstanceActorFactory \ +static_assert(alignof(UInterchangeLevelInstanceActorFactory) == 0x000008, "Wrong alignment on UInterchangeLevelInstanceActorFactory"); \ +static_assert(sizeof(UInterchangeLevelInstanceActorFactory) == 0x000030, "Wrong size on UInterchangeLevelInstanceActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeLightActorFactory \ +static_assert(alignof(UInterchangeLightActorFactory) == 0x000008, "Wrong alignment on UInterchangeLightActorFactory"); \ +static_assert(sizeof(UInterchangeLightActorFactory) == 0x000030, "Wrong size on UInterchangeLightActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneImportAssetFactory \ +static_assert(alignof(UInterchangeSceneImportAssetFactory) == 0x000008, "Wrong alignment on UInterchangeSceneImportAssetFactory"); \ +static_assert(sizeof(UInterchangeSceneImportAssetFactory) == 0x000030, "Wrong size on UInterchangeSceneImportAssetFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeSceneVariantSetsFactory \ +static_assert(alignof(UInterchangeSceneVariantSetsFactory) == 0x000008, "Wrong alignment on UInterchangeSceneVariantSetsFactory"); \ +static_assert(sizeof(UInterchangeSceneVariantSetsFactory) == 0x000038, "Wrong size on UInterchangeSceneVariantSetsFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkeletalMeshActorFactory \ +static_assert(alignof(UInterchangeSkeletalMeshActorFactory) == 0x000008, "Wrong alignment on UInterchangeSkeletalMeshActorFactory"); \ +static_assert(sizeof(UInterchangeSkeletalMeshActorFactory) == 0x000030, "Wrong size on UInterchangeSkeletalMeshActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeSkyLightActorFactory \ +static_assert(alignof(UInterchangeSkyLightActorFactory) == 0x000008, "Wrong alignment on UInterchangeSkyLightActorFactory"); \ +static_assert(sizeof(UInterchangeSkyLightActorFactory) == 0x000030, "Wrong size on UInterchangeSkyLightActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeStaticMeshActorFactory \ +static_assert(alignof(UInterchangeStaticMeshActorFactory) == 0x000008, "Wrong alignment on UInterchangeStaticMeshActorFactory"); \ +static_assert(sizeof(UInterchangeStaticMeshActorFactory) == 0x000030, "Wrong size on UInterchangeStaticMeshActorFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeSpecularProfileFactory \ +static_assert(alignof(UInterchangeSpecularProfileFactory) == 0x000008, "Wrong alignment on UInterchangeSpecularProfileFactory"); \ +static_assert(sizeof(UInterchangeSpecularProfileFactory) == 0x000030, "Wrong size on UInterchangeSpecularProfileFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeDDSTranslator \ +static_assert(alignof(UInterchangeDDSTranslator) == 0x000008, "Wrong alignment on UInterchangeDDSTranslator"); \ +static_assert(sizeof(UInterchangeDDSTranslator) == 0x000058, "Wrong size on UInterchangeDDSTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangeIESTranslator \ +static_assert(alignof(UInterchangeIESTranslator) == 0x000008, "Wrong alignment on UInterchangeIESTranslator"); \ +static_assert(sizeof(UInterchangeIESTranslator) == 0x000050, "Wrong size on UInterchangeIESTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangeImageWrapperTranslator \ +static_assert(alignof(UInterchangeImageWrapperTranslator) == 0x000008, "Wrong alignment on UInterchangeImageWrapperTranslator"); \ +static_assert(sizeof(UInterchangeImageWrapperTranslator) == 0x000058, "Wrong size on UInterchangeImageWrapperTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangeJPGTranslator \ +static_assert(alignof(UInterchangeJPGTranslator) == 0x000008, "Wrong alignment on UInterchangeJPGTranslator"); \ +static_assert(sizeof(UInterchangeJPGTranslator) == 0x000050, "Wrong size on UInterchangeJPGTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangePSDTranslator \ +static_assert(alignof(UInterchangePSDTranslator) == 0x000008, "Wrong alignment on UInterchangePSDTranslator"); \ +static_assert(sizeof(UInterchangePSDTranslator) == 0x000050, "Wrong size on UInterchangePSDTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureFactory \ +static_assert(alignof(UInterchangeTextureFactory) == 0x000008, "Wrong alignment on UInterchangeTextureFactory"); \ +static_assert(sizeof(UInterchangeTextureFactory) == 0x000108, "Wrong size on UInterchangeTextureFactory"); \ + +#define DUMPER7_ASSERTS_UInterchangeUEJPEGTranslator \ +static_assert(alignof(UInterchangeUEJPEGTranslator) == 0x000008, "Wrong alignment on UInterchangeUEJPEGTranslator"); \ +static_assert(sizeof(UInterchangeUEJPEGTranslator) == 0x000050, "Wrong size on UInterchangeUEJPEGTranslator"); \ + +#define DUMPER7_ASSERTS_UInterchangeSparseVolumeTextureFactory \ +static_assert(alignof(UInterchangeSparseVolumeTextureFactory) == 0x000008, "Wrong alignment on UInterchangeSparseVolumeTextureFactory"); \ +static_assert(sizeof(UInterchangeSparseVolumeTextureFactory) == 0x000048, "Wrong size on UInterchangeSparseVolumeTextureFactory"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheStreamerSettings \ +static_assert(alignof(UGeometryCacheStreamerSettings) == 0x000008, "Wrong alignment on UGeometryCacheStreamerSettings"); \ +static_assert(sizeof(UGeometryCacheStreamerSettings) == 0x000040, "Wrong size on UGeometryCacheStreamerSettings"); \ +static_assert(offsetof(UGeometryCacheStreamerSettings, LookAheadBuffer) == 0x000038, "Member 'UGeometryCacheStreamerSettings::LookAheadBuffer' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheStreamerSettings, MaxMemoryAllowed) == 0x00003C, "Member 'UGeometryCacheStreamerSettings::MaxMemoryAllowed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheTrackUsd \ +static_assert(alignof(UGeometryCacheTrackUsd) == 0x000008, "Wrong alignment on UGeometryCacheTrackUsd"); \ +static_assert(sizeof(UGeometryCacheTrackUsd) == 0x000188, "Wrong size on UGeometryCacheTrackUsd"); \ + +#define DUMPER7_ASSERTS_UGeometryCacheUsdComponent \ +static_assert(alignof(UGeometryCacheUsdComponent) == 0x000010, "Wrong alignment on UGeometryCacheUsdComponent"); \ +static_assert(sizeof(UGeometryCacheUsdComponent) == 0x000600, "Wrong size on UGeometryCacheUsdComponent"); \ + +#define DUMPER7_ASSERTS_FUsdPrimLocatorFragment \ +static_assert(alignof(FUsdPrimLocatorFragment) == 0x000008, "Wrong alignment on FUsdPrimLocatorFragment"); \ +static_assert(sizeof(FUsdPrimLocatorFragment) == 0x000018, "Wrong size on FUsdPrimLocatorFragment"); \ +static_assert(offsetof(FUsdPrimLocatorFragment, bPreferComponent) == 0x000000, "Member 'FUsdPrimLocatorFragment::bPreferComponent' has a wrong offset!"); \ +static_assert(offsetof(FUsdPrimLocatorFragment, PrimPath) == 0x000008, "Member 'FUsdPrimLocatorFragment::PrimPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdDynamicBindingResolverLibrary_ResolveWithStageActor \ +static_assert(alignof(UsdDynamicBindingResolverLibrary_ResolveWithStageActor) == 0x000008, "Wrong alignment on UsdDynamicBindingResolverLibrary_ResolveWithStageActor"); \ +static_assert(sizeof(UsdDynamicBindingResolverLibrary_ResolveWithStageActor) == 0x000078, "Wrong size on UsdDynamicBindingResolverLibrary_ResolveWithStageActor"); \ +static_assert(offsetof(UsdDynamicBindingResolverLibrary_ResolveWithStageActor, WorldContextObject) == 0x000000, "Member 'UsdDynamicBindingResolverLibrary_ResolveWithStageActor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(UsdDynamicBindingResolverLibrary_ResolveWithStageActor, Params_0) == 0x000008, "Member 'UsdDynamicBindingResolverLibrary_ResolveWithStageActor::Params_0' has a wrong offset!"); \ +static_assert(offsetof(UsdDynamicBindingResolverLibrary_ResolveWithStageActor, StageActorIDNameFilter) == 0x000028, "Member 'UsdDynamicBindingResolverLibrary_ResolveWithStageActor::StageActorIDNameFilter' has a wrong offset!"); \ +static_assert(offsetof(UsdDynamicBindingResolverLibrary_ResolveWithStageActor, RootLayerFilter) == 0x000038, "Member 'UsdDynamicBindingResolverLibrary_ResolveWithStageActor::RootLayerFilter' has a wrong offset!"); \ +static_assert(offsetof(UsdDynamicBindingResolverLibrary_ResolveWithStageActor, PrimPath) == 0x000048, "Member 'UsdDynamicBindingResolverLibrary_ResolveWithStageActor::PrimPath' has a wrong offset!"); \ +static_assert(offsetof(UsdDynamicBindingResolverLibrary_ResolveWithStageActor, ReturnValue) == 0x000058, "Member 'UsdDynamicBindingResolverLibrary_ResolveWithStageActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdDynamicBindingResolverLibrary \ +static_assert(alignof(UUsdDynamicBindingResolverLibrary) == 0x000008, "Wrong alignment on UUsdDynamicBindingResolverLibrary"); \ +static_assert(sizeof(UUsdDynamicBindingResolverLibrary) == 0x000028, "Wrong size on UUsdDynamicBindingResolverLibrary"); \ + +#define DUMPER7_ASSERTS_UUsdInfoCache \ +static_assert(alignof(UUsdInfoCache) == 0x000008, "Wrong alignment on UUsdInfoCache"); \ +static_assert(sizeof(UUsdInfoCache) == 0x000030, "Wrong size on UUsdInfoCache"); \ + +#define DUMPER7_ASSERTS_UUsdPrimLinkCache \ +static_assert(alignof(UUsdPrimLinkCache) == 0x000008, "Wrong alignment on UUsdPrimLinkCache"); \ +static_assert(sizeof(UUsdPrimLinkCache) == 0x000030, "Wrong size on UUsdPrimLinkCache"); \ + +#define DUMPER7_ASSERTS_UUsdPrimTwin \ +static_assert(alignof(UUsdPrimTwin) == 0x000008, "Wrong alignment on UUsdPrimTwin"); \ +static_assert(sizeof(UUsdPrimTwin) == 0x0000B0, "Wrong size on UUsdPrimTwin"); \ +static_assert(offsetof(UUsdPrimTwin, PrimPath) == 0x000040, "Member 'UUsdPrimTwin::PrimPath' has a wrong offset!"); \ +static_assert(offsetof(UUsdPrimTwin, SceneComponent) == 0x000050, "Member 'UUsdPrimTwin::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(UUsdPrimTwin, Children) == 0x000058, "Member 'UUsdPrimTwin::Children' has a wrong offset!"); \ +static_assert(offsetof(UUsdPrimTwin, Parent) == 0x0000A8, "Member 'UUsdPrimTwin::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetAssetCache \ +static_assert(alignof(UsdStageActor_SetAssetCache) == 0x000008, "Wrong alignment on UsdStageActor_SetAssetCache"); \ +static_assert(sizeof(UsdStageActor_SetAssetCache) == 0x000008, "Wrong size on UsdStageActor_SetAssetCache"); \ +static_assert(offsetof(UsdStageActor_SetAssetCache, NewCache) == 0x000000, "Member 'UsdStageActor_SetAssetCache::NewCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetBlockedPrefixFilters \ +static_assert(alignof(UsdStageActor_SetBlockedPrefixFilters) == 0x000008, "Wrong alignment on UsdStageActor_SetBlockedPrefixFilters"); \ +static_assert(sizeof(UsdStageActor_SetBlockedPrefixFilters) == 0x000010, "Wrong size on UsdStageActor_SetBlockedPrefixFilters"); \ +static_assert(offsetof(UsdStageActor_SetBlockedPrefixFilters, NewFilters) == 0x000000, "Member 'UsdStageActor_SetBlockedPrefixFilters::NewFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetCollapseTopLevelPointInstancers \ +static_assert(alignof(UsdStageActor_SetCollapseTopLevelPointInstancers) == 0x000001, "Wrong alignment on UsdStageActor_SetCollapseTopLevelPointInstancers"); \ +static_assert(sizeof(UsdStageActor_SetCollapseTopLevelPointInstancers) == 0x000001, "Wrong size on UsdStageActor_SetCollapseTopLevelPointInstancers"); \ +static_assert(offsetof(UsdStageActor_SetCollapseTopLevelPointInstancers, bCollapse) == 0x000000, "Member 'UsdStageActor_SetCollapseTopLevelPointInstancers::bCollapse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetCollectFromEntireSubtrees \ +static_assert(alignof(UsdStageActor_SetCollectFromEntireSubtrees) == 0x000001, "Wrong alignment on UsdStageActor_SetCollectFromEntireSubtrees"); \ +static_assert(sizeof(UsdStageActor_SetCollectFromEntireSubtrees) == 0x000001, "Wrong size on UsdStageActor_SetCollectFromEntireSubtrees"); \ +static_assert(offsetof(UsdStageActor_SetCollectFromEntireSubtrees, bNewCollectValue) == 0x000000, "Member 'UsdStageActor_SetCollectFromEntireSubtrees::bNewCollectValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetCollectMetadata \ +static_assert(alignof(UsdStageActor_SetCollectMetadata) == 0x000001, "Wrong alignment on UsdStageActor_SetCollectMetadata"); \ +static_assert(sizeof(UsdStageActor_SetCollectMetadata) == 0x000001, "Wrong size on UsdStageActor_SetCollectMetadata"); \ +static_assert(offsetof(UsdStageActor_SetCollectMetadata, bNewCollectValue) == 0x000000, "Member 'UsdStageActor_SetCollectMetadata::bNewCollectValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetCollectOnComponents \ +static_assert(alignof(UsdStageActor_SetCollectOnComponents) == 0x000001, "Wrong alignment on UsdStageActor_SetCollectOnComponents"); \ +static_assert(sizeof(UsdStageActor_SetCollectOnComponents) == 0x000001, "Wrong size on UsdStageActor_SetCollectOnComponents"); \ +static_assert(offsetof(UsdStageActor_SetCollectOnComponents, bNewCollectValue) == 0x000000, "Member 'UsdStageActor_SetCollectOnComponents::bNewCollectValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetFallbackCollisionType \ +static_assert(alignof(UsdStageActor_SetFallbackCollisionType) == 0x000001, "Wrong alignment on UsdStageActor_SetFallbackCollisionType"); \ +static_assert(sizeof(UsdStageActor_SetFallbackCollisionType) == 0x000001, "Wrong size on UsdStageActor_SetFallbackCollisionType"); \ +static_assert(offsetof(UsdStageActor_SetFallbackCollisionType, NewCollisionType) == 0x000000, "Member 'UsdStageActor_SetFallbackCollisionType::NewCollisionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetGeometryCacheImport \ +static_assert(alignof(UsdStageActor_SetGeometryCacheImport) == 0x000001, "Wrong alignment on UsdStageActor_SetGeometryCacheImport"); \ +static_assert(sizeof(UsdStageActor_SetGeometryCacheImport) == 0x000001, "Wrong size on UsdStageActor_SetGeometryCacheImport"); \ +static_assert(offsetof(UsdStageActor_SetGeometryCacheImport, ImportOption) == 0x000000, "Member 'UsdStageActor_SetGeometryCacheImport::ImportOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetInitialLoadSet \ +static_assert(alignof(UsdStageActor_SetInitialLoadSet) == 0x000001, "Wrong alignment on UsdStageActor_SetInitialLoadSet"); \ +static_assert(sizeof(UsdStageActor_SetInitialLoadSet) == 0x000001, "Wrong size on UsdStageActor_SetInitialLoadSet"); \ +static_assert(offsetof(UsdStageActor_SetInitialLoadSet, NewLoadSet) == 0x000000, "Member 'UsdStageActor_SetInitialLoadSet::NewLoadSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetInterpolationType \ +static_assert(alignof(UsdStageActor_SetInterpolationType) == 0x000001, "Wrong alignment on UsdStageActor_SetInterpolationType"); \ +static_assert(sizeof(UsdStageActor_SetInterpolationType) == 0x000001, "Wrong size on UsdStageActor_SetInterpolationType"); \ +static_assert(offsetof(UsdStageActor_SetInterpolationType, NewType) == 0x000000, "Member 'UsdStageActor_SetInterpolationType::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetInvertFilters \ +static_assert(alignof(UsdStageActor_SetInvertFilters) == 0x000001, "Wrong alignment on UsdStageActor_SetInvertFilters"); \ +static_assert(sizeof(UsdStageActor_SetInvertFilters) == 0x000001, "Wrong size on UsdStageActor_SetInvertFilters"); \ +static_assert(offsetof(UsdStageActor_SetInvertFilters, bNewInvertValue) == 0x000000, "Member 'UsdStageActor_SetInvertFilters::bNewInvertValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetIsolatedRootLayer \ +static_assert(alignof(UsdStageActor_SetIsolatedRootLayer) == 0x000008, "Wrong alignment on UsdStageActor_SetIsolatedRootLayer"); \ +static_assert(sizeof(UsdStageActor_SetIsolatedRootLayer) == 0x000010, "Wrong size on UsdStageActor_SetIsolatedRootLayer"); \ +static_assert(offsetof(UsdStageActor_SetIsolatedRootLayer, IsolatedStageRootLayer) == 0x000000, "Member 'UsdStageActor_SetIsolatedRootLayer::IsolatedStageRootLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetKindsToCollapse \ +static_assert(alignof(UsdStageActor_SetKindsToCollapse) == 0x000004, "Wrong alignment on UsdStageActor_SetKindsToCollapse"); \ +static_assert(sizeof(UsdStageActor_SetKindsToCollapse) == 0x000004, "Wrong size on UsdStageActor_SetKindsToCollapse"); \ +static_assert(offsetof(UsdStageActor_SetKindsToCollapse, NewKindsToCollapse) == 0x000000, "Member 'UsdStageActor_SetKindsToCollapse::NewKindsToCollapse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetMaterialPurpose \ +static_assert(alignof(UsdStageActor_SetMaterialPurpose) == 0x000004, "Wrong alignment on UsdStageActor_SetMaterialPurpose"); \ +static_assert(sizeof(UsdStageActor_SetMaterialPurpose) == 0x000008, "Wrong size on UsdStageActor_SetMaterialPurpose"); \ +static_assert(offsetof(UsdStageActor_SetMaterialPurpose, NewMaterialPurpose) == 0x000000, "Member 'UsdStageActor_SetMaterialPurpose::NewMaterialPurpose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetMergeIdenticalMaterialSlots \ +static_assert(alignof(UsdStageActor_SetMergeIdenticalMaterialSlots) == 0x000001, "Wrong alignment on UsdStageActor_SetMergeIdenticalMaterialSlots"); \ +static_assert(sizeof(UsdStageActor_SetMergeIdenticalMaterialSlots) == 0x000001, "Wrong size on UsdStageActor_SetMergeIdenticalMaterialSlots"); \ +static_assert(offsetof(UsdStageActor_SetMergeIdenticalMaterialSlots, bMerge) == 0x000000, "Member 'UsdStageActor_SetMergeIdenticalMaterialSlots::bMerge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetNaniteTriangleThreshold \ +static_assert(alignof(UsdStageActor_SetNaniteTriangleThreshold) == 0x000004, "Wrong alignment on UsdStageActor_SetNaniteTriangleThreshold"); \ +static_assert(sizeof(UsdStageActor_SetNaniteTriangleThreshold) == 0x000004, "Wrong size on UsdStageActor_SetNaniteTriangleThreshold"); \ +static_assert(offsetof(UsdStageActor_SetNaniteTriangleThreshold, NewNaniteTriangleThreshold) == 0x000000, "Member 'UsdStageActor_SetNaniteTriangleThreshold::NewNaniteTriangleThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetPurposesToLoad \ +static_assert(alignof(UsdStageActor_SetPurposesToLoad) == 0x000004, "Wrong alignment on UsdStageActor_SetPurposesToLoad"); \ +static_assert(sizeof(UsdStageActor_SetPurposesToLoad) == 0x000004, "Wrong size on UsdStageActor_SetPurposesToLoad"); \ +static_assert(offsetof(UsdStageActor_SetPurposesToLoad, NewPurposesToLoad) == 0x000000, "Member 'UsdStageActor_SetPurposesToLoad::NewPurposesToLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetRenderContext \ +static_assert(alignof(UsdStageActor_SetRenderContext) == 0x000004, "Wrong alignment on UsdStageActor_SetRenderContext"); \ +static_assert(sizeof(UsdStageActor_SetRenderContext) == 0x000008, "Wrong size on UsdStageActor_SetRenderContext"); \ +static_assert(offsetof(UsdStageActor_SetRenderContext, NewRenderContext) == 0x000000, "Member 'UsdStageActor_SetRenderContext::NewRenderContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetReuseIdenticalAssets \ +static_assert(alignof(UsdStageActor_SetReuseIdenticalAssets) == 0x000001, "Wrong alignment on UsdStageActor_SetReuseIdenticalAssets"); \ +static_assert(sizeof(UsdStageActor_SetReuseIdenticalAssets) == 0x000001, "Wrong size on UsdStageActor_SetReuseIdenticalAssets"); \ +static_assert(offsetof(UsdStageActor_SetReuseIdenticalAssets, bReuse) == 0x000000, "Member 'UsdStageActor_SetReuseIdenticalAssets::bReuse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetRootLayer \ +static_assert(alignof(UsdStageActor_SetRootLayer) == 0x000008, "Wrong alignment on UsdStageActor_SetRootLayer"); \ +static_assert(sizeof(UsdStageActor_SetRootLayer) == 0x000010, "Wrong size on UsdStageActor_SetRootLayer"); \ +static_assert(offsetof(UsdStageActor_SetRootLayer, RootFilePath) == 0x000000, "Member 'UsdStageActor_SetRootLayer::RootFilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetRootMotionHandling \ +static_assert(alignof(UsdStageActor_SetRootMotionHandling) == 0x000001, "Wrong alignment on UsdStageActor_SetRootMotionHandling"); \ +static_assert(sizeof(UsdStageActor_SetRootMotionHandling) == 0x000001, "Wrong size on UsdStageActor_SetRootMotionHandling"); \ +static_assert(offsetof(UsdStageActor_SetRootMotionHandling, NewHandlingStrategy) == 0x000000, "Member 'UsdStageActor_SetRootMotionHandling::NewHandlingStrategy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetShareAssetsForIdenticalPrims \ +static_assert(alignof(UsdStageActor_SetShareAssetsForIdenticalPrims) == 0x000001, "Wrong alignment on UsdStageActor_SetShareAssetsForIdenticalPrims"); \ +static_assert(sizeof(UsdStageActor_SetShareAssetsForIdenticalPrims) == 0x000001, "Wrong size on UsdStageActor_SetShareAssetsForIdenticalPrims"); \ +static_assert(offsetof(UsdStageActor_SetShareAssetsForIdenticalPrims, bShare) == 0x000000, "Member 'UsdStageActor_SetShareAssetsForIdenticalPrims::bShare' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetStageState \ +static_assert(alignof(UsdStageActor_SetStageState) == 0x000001, "Wrong alignment on UsdStageActor_SetStageState"); \ +static_assert(sizeof(UsdStageActor_SetStageState) == 0x000001, "Wrong size on UsdStageActor_SetStageState"); \ +static_assert(offsetof(UsdStageActor_SetStageState, NewStageState) == 0x000000, "Member 'UsdStageActor_SetStageState::NewStageState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetSubdivisionLevel \ +static_assert(alignof(UsdStageActor_SetSubdivisionLevel) == 0x000004, "Wrong alignment on UsdStageActor_SetSubdivisionLevel"); \ +static_assert(sizeof(UsdStageActor_SetSubdivisionLevel) == 0x000004, "Wrong size on UsdStageActor_SetSubdivisionLevel"); \ +static_assert(offsetof(UsdStageActor_SetSubdivisionLevel, NewLevel) == 0x000000, "Member 'UsdStageActor_SetSubdivisionLevel::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetTime \ +static_assert(alignof(UsdStageActor_SetTime) == 0x000004, "Wrong alignment on UsdStageActor_SetTime"); \ +static_assert(sizeof(UsdStageActor_SetTime) == 0x000004, "Wrong size on UsdStageActor_SetTime"); \ +static_assert(offsetof(UsdStageActor_SetTime, InTime) == 0x000000, "Member 'UsdStageActor_SetTime::InTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetUsdAssetCache \ +static_assert(alignof(UsdStageActor_SetUsdAssetCache) == 0x000008, "Wrong alignment on UsdStageActor_SetUsdAssetCache"); \ +static_assert(sizeof(UsdStageActor_SetUsdAssetCache) == 0x000008, "Wrong size on UsdStageActor_SetUsdAssetCache"); \ +static_assert(offsetof(UsdStageActor_SetUsdAssetCache, NewCache) == 0x000000, "Member 'UsdStageActor_SetUsdAssetCache::NewCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_SetUsePrimKindsForCollapsing \ +static_assert(alignof(UsdStageActor_SetUsePrimKindsForCollapsing) == 0x000001, "Wrong alignment on UsdStageActor_SetUsePrimKindsForCollapsing"); \ +static_assert(sizeof(UsdStageActor_SetUsePrimKindsForCollapsing) == 0x000001, "Wrong size on UsdStageActor_SetUsePrimKindsForCollapsing"); \ +static_assert(offsetof(UsdStageActor_SetUsePrimKindsForCollapsing, bUse) == 0x000000, "Member 'UsdStageActor_SetUsePrimKindsForCollapsing::bUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_GetGeneratedAssets \ +static_assert(alignof(UsdStageActor_GetGeneratedAssets) == 0x000008, "Wrong alignment on UsdStageActor_GetGeneratedAssets"); \ +static_assert(sizeof(UsdStageActor_GetGeneratedAssets) == 0x000020, "Wrong size on UsdStageActor_GetGeneratedAssets"); \ +static_assert(offsetof(UsdStageActor_GetGeneratedAssets, PrimPath) == 0x000000, "Member 'UsdStageActor_GetGeneratedAssets::PrimPath' has a wrong offset!"); \ +static_assert(offsetof(UsdStageActor_GetGeneratedAssets, ReturnValue) == 0x000010, "Member 'UsdStageActor_GetGeneratedAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_GetGeneratedComponent \ +static_assert(alignof(UsdStageActor_GetGeneratedComponent) == 0x000008, "Wrong alignment on UsdStageActor_GetGeneratedComponent"); \ +static_assert(sizeof(UsdStageActor_GetGeneratedComponent) == 0x000018, "Wrong size on UsdStageActor_GetGeneratedComponent"); \ +static_assert(offsetof(UsdStageActor_GetGeneratedComponent, PrimPath) == 0x000000, "Member 'UsdStageActor_GetGeneratedComponent::PrimPath' has a wrong offset!"); \ +static_assert(offsetof(UsdStageActor_GetGeneratedComponent, ReturnValue) == 0x000010, "Member 'UsdStageActor_GetGeneratedComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_GetIsolatedRootLayer \ +static_assert(alignof(UsdStageActor_GetIsolatedRootLayer) == 0x000008, "Wrong alignment on UsdStageActor_GetIsolatedRootLayer"); \ +static_assert(sizeof(UsdStageActor_GetIsolatedRootLayer) == 0x000010, "Wrong size on UsdStageActor_GetIsolatedRootLayer"); \ +static_assert(offsetof(UsdStageActor_GetIsolatedRootLayer, ReturnValue) == 0x000000, "Member 'UsdStageActor_GetIsolatedRootLayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_GetLevelSequence \ +static_assert(alignof(UsdStageActor_GetLevelSequence) == 0x000008, "Wrong alignment on UsdStageActor_GetLevelSequence"); \ +static_assert(sizeof(UsdStageActor_GetLevelSequence) == 0x000008, "Wrong size on UsdStageActor_GetLevelSequence"); \ +static_assert(offsetof(UsdStageActor_GetLevelSequence, ReturnValue) == 0x000000, "Member 'UsdStageActor_GetLevelSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_GetSourcePrimPath \ +static_assert(alignof(UsdStageActor_GetSourcePrimPath) == 0x000008, "Wrong alignment on UsdStageActor_GetSourcePrimPath"); \ +static_assert(sizeof(UsdStageActor_GetSourcePrimPath) == 0x000018, "Wrong size on UsdStageActor_GetSourcePrimPath"); \ +static_assert(offsetof(UsdStageActor_GetSourcePrimPath, Object) == 0x000000, "Member 'UsdStageActor_GetSourcePrimPath::Object' has a wrong offset!"); \ +static_assert(offsetof(UsdStageActor_GetSourcePrimPath, ReturnValue) == 0x000008, "Member 'UsdStageActor_GetSourcePrimPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UsdStageActor_GetTime \ +static_assert(alignof(UsdStageActor_GetTime) == 0x000004, "Wrong alignment on UsdStageActor_GetTime"); \ +static_assert(sizeof(UsdStageActor_GetTime) == 0x000004, "Wrong size on UsdStageActor_GetTime"); \ +static_assert(offsetof(UsdStageActor_GetTime, ReturnValue) == 0x000000, "Member 'UsdStageActor_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUsdStageActor \ +static_assert(alignof(AUsdStageActor) == 0x000008, "Wrong alignment on AUsdStageActor"); \ +static_assert(sizeof(AUsdStageActor) == 0x000680, "Wrong size on AUsdStageActor"); \ +static_assert(offsetof(AUsdStageActor, RootLayer) == 0x0002B0, "Member 'AUsdStageActor::RootLayer' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, StageState) == 0x0002C0, "Member 'AUsdStageActor::StageState' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, AssetCache) == 0x0002C8, "Member 'AUsdStageActor::AssetCache' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, UsdInfoCache) == 0x0002D0, "Member 'AUsdStageActor::UsdInfoCache' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, PrimLinkCache) == 0x0002D8, "Member 'AUsdStageActor::PrimLinkCache' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, UsdAssetCache) == 0x0002E0, "Member 'AUsdStageActor::UsdAssetCache' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, InitialLoadSet) == 0x0002E8, "Member 'AUsdStageActor::InitialLoadSet' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, InterpolationType) == 0x0002E9, "Member 'AUsdStageActor::InterpolationType' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, GeometryCacheImport) == 0x0002EA, "Member 'AUsdStageActor::GeometryCacheImport' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, bUsePrimKindsForCollapsing) == 0x0002EB, "Member 'AUsdStageActor::bUsePrimKindsForCollapsing' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, KindsToCollapse) == 0x0002EC, "Member 'AUsdStageActor::KindsToCollapse' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, bMergeIdenticalMaterialSlots) == 0x0002F0, "Member 'AUsdStageActor::bMergeIdenticalMaterialSlots' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, bShareAssetsForIdenticalPrims) == 0x0002F1, "Member 'AUsdStageActor::bShareAssetsForIdenticalPrims' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, bReuseIdenticalAssets) == 0x0002F2, "Member 'AUsdStageActor::bReuseIdenticalAssets' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, bCollapseTopLevelPointInstancers) == 0x0002F3, "Member 'AUsdStageActor::bCollapseTopLevelPointInstancers' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, PurposesToLoad) == 0x0002F4, "Member 'AUsdStageActor::PurposesToLoad' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, NaniteTriangleThreshold) == 0x0002F8, "Member 'AUsdStageActor::NaniteTriangleThreshold' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, RenderContext) == 0x0002FC, "Member 'AUsdStageActor::RenderContext' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, MaterialPurpose) == 0x000304, "Member 'AUsdStageActor::MaterialPurpose' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, RootMotionHandling) == 0x00030C, "Member 'AUsdStageActor::RootMotionHandling' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, FallbackCollisionType) == 0x00030D, "Member 'AUsdStageActor::FallbackCollisionType' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, SubdivisionLevel) == 0x000310, "Member 'AUsdStageActor::SubdivisionLevel' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, MetadataOptions) == 0x000318, "Member 'AUsdStageActor::MetadataOptions' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, SceneComponent) == 0x0003E0, "Member 'AUsdStageActor::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, Time) == 0x0003E8, "Member 'AUsdStageActor::Time' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, LevelSequence) == 0x0003F0, "Member 'AUsdStageActor::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, RootUsdTwin) == 0x0003F8, "Member 'AUsdStageActor::RootUsdTwin' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, Transactor) == 0x000400, "Member 'AUsdStageActor::Transactor' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, PrimsToAnimate) == 0x000408, "Member 'AUsdStageActor::PrimsToAnimate' has a wrong offset!"); \ +static_assert(offsetof(AUsdStageActor, ObjectsToWatch) == 0x000458, "Member 'AUsdStageActor::ObjectsToWatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsdTransactor \ +static_assert(alignof(UUsdTransactor) == 0x000008, "Wrong alignment on UUsdTransactor"); \ +static_assert(sizeof(UUsdTransactor) == 0x000038, "Wrong size on UUsdTransactor"); \ + +#define DUMPER7_ASSERTS_FAnalyticsEventAttr \ +static_assert(alignof(FAnalyticsEventAttr) == 0x000008, "Wrong alignment on FAnalyticsEventAttr"); \ +static_assert(sizeof(FAnalyticsEventAttr) == 0x000020, "Wrong size on FAnalyticsEventAttr"); \ +static_assert(offsetof(FAnalyticsEventAttr, Name) == 0x000000, "Member 'FAnalyticsEventAttr::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnalyticsEventAttr, Value) == 0x000010, "Member 'FAnalyticsEventAttr::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_GetSessionId \ +static_assert(alignof(AnalyticsBlueprintLibrary_GetSessionId) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_GetSessionId"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_GetSessionId) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_GetSessionId"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_GetSessionId, ReturnValue) == 0x000000, "Member 'AnalyticsBlueprintLibrary_GetSessionId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_GetUserId \ +static_assert(alignof(AnalyticsBlueprintLibrary_GetUserId) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_GetUserId"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_GetUserId) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_GetUserId"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_GetUserId, ReturnValue) == 0x000000, "Member 'AnalyticsBlueprintLibrary_GetUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_MakeEventAttribute \ +static_assert(alignof(AnalyticsBlueprintLibrary_MakeEventAttribute) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_MakeEventAttribute"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_MakeEventAttribute) == 0x000040, "Wrong size on AnalyticsBlueprintLibrary_MakeEventAttribute"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_MakeEventAttribute, AttributeName) == 0x000000, "Member 'AnalyticsBlueprintLibrary_MakeEventAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_MakeEventAttribute, AttributeValue) == 0x000010, "Member 'AnalyticsBlueprintLibrary_MakeEventAttribute::AttributeValue' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_MakeEventAttribute, ReturnValue) == 0x000020, "Member 'AnalyticsBlueprintLibrary_MakeEventAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordCurrencyGiven \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordCurrencyGiven) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordCurrencyGiven"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordCurrencyGiven) == 0x000018, "Wrong size on AnalyticsBlueprintLibrary_RecordCurrencyGiven"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyGiven, GameCurrencyType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyGiven::GameCurrencyType' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyGiven, GameCurrencyAmount) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyGiven::GameCurrencyAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes) == 0x000028, "Wrong size on AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes, GameCurrencyType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes::GameCurrencyType' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes, GameCurrencyAmount) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes::GameCurrencyAmount' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes, Attributes) == 0x000018, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordCurrencyPurchase \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordCurrencyPurchase"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase) == 0x000040, "Wrong size on AnalyticsBlueprintLibrary_RecordCurrencyPurchase"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase, GameCurrencyType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyPurchase::GameCurrencyType' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase, GameCurrencyAmount) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyPurchase::GameCurrencyAmount' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase, RealCurrencyType) == 0x000018, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyPurchase::RealCurrencyType' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase, RealMoneyCost) == 0x000028, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyPurchase::RealMoneyCost' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase, PaymentProvider) == 0x000030, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyPurchase::PaymentProvider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordError \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordError) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordError"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordError) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_RecordError"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordError, Error) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordError::Error' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordErrorWithAttributes \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordErrorWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordErrorWithAttributes"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordErrorWithAttributes) == 0x000020, "Wrong size on AnalyticsBlueprintLibrary_RecordErrorWithAttributes"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordErrorWithAttributes, Error) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordErrorWithAttributes::Error' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordErrorWithAttributes, Attributes) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordErrorWithAttributes::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordEvent \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordEvent) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordEvent"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordEvent) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_RecordEvent"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordEvent, EventName) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordEventWithAttribute \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordEventWithAttribute) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordEventWithAttribute"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordEventWithAttribute) == 0x000030, "Wrong size on AnalyticsBlueprintLibrary_RecordEventWithAttribute"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordEventWithAttribute, EventName) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordEventWithAttribute::EventName' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordEventWithAttribute, AttributeName) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordEventWithAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordEventWithAttribute, AttributeValue) == 0x000020, "Member 'AnalyticsBlueprintLibrary_RecordEventWithAttribute::AttributeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordEventWithAttributes \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordEventWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordEventWithAttributes"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordEventWithAttributes) == 0x000020, "Wrong size on AnalyticsBlueprintLibrary_RecordEventWithAttributes"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordEventWithAttributes, EventName) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordEventWithAttributes::EventName' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordEventWithAttributes, Attributes) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordEventWithAttributes::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordItemPurchase \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordItemPurchase) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordItemPurchase"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordItemPurchase) == 0x000028, "Wrong size on AnalyticsBlueprintLibrary_RecordItemPurchase"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordItemPurchase, ItemId) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordItemPurchase::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordItemPurchase, Currency) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordItemPurchase::Currency' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordItemPurchase, PerItemCost) == 0x000020, "Member 'AnalyticsBlueprintLibrary_RecordItemPurchase::PerItemCost' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordItemPurchase, ItemQuantity) == 0x000024, "Member 'AnalyticsBlueprintLibrary_RecordItemPurchase::ItemQuantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordProgress \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordProgress) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordProgress"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordProgress) == 0x000020, "Wrong size on AnalyticsBlueprintLibrary_RecordProgress"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgress, ProgressType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordProgress::ProgressType' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgress, ProgressName) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordProgress::ProgressName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordProgressWithAttributes \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordProgressWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordProgressWithAttributes"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordProgressWithAttributes) == 0x000030, "Wrong size on AnalyticsBlueprintLibrary_RecordProgressWithAttributes"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgressWithAttributes, ProgressType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordProgressWithAttributes::ProgressType' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgressWithAttributes, ProgressName) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordProgressWithAttributes::ProgressName' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgressWithAttributes, Attributes) == 0x000020, "Member 'AnalyticsBlueprintLibrary_RecordProgressWithAttributes::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes) == 0x000030, "Wrong size on AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes, ProgressType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes::ProgressType' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes, ProgressNames) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes::ProgressNames' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes, Attributes) == 0x000020, "Member 'AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase) == 0x000018, "Wrong size on AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase, GameCurrencyType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase::GameCurrencyType' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase, GameCurrencyAmount) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase::GameCurrencyAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes) == 0x000028, "Wrong size on AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes, GameCurrencyType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes::GameCurrencyType' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes, GameCurrencyAmount) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes::GameCurrencyAmount' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes, Attributes) == 0x000018, "Member 'AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordSimpleItemPurchase \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchase) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordSimpleItemPurchase"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchase) == 0x000018, "Wrong size on AnalyticsBlueprintLibrary_RecordSimpleItemPurchase"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchase, ItemId) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordSimpleItemPurchase::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchase, ItemQuantity) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordSimpleItemPurchase::ItemQuantity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes \ +static_assert(alignof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes) == 0x000028, "Wrong size on AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes, ItemId) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes, ItemQuantity) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes::ItemQuantity' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes, Attributes) == 0x000018, "Member 'AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes::Attributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_SetAge \ +static_assert(alignof(AnalyticsBlueprintLibrary_SetAge) == 0x000004, "Wrong alignment on AnalyticsBlueprintLibrary_SetAge"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_SetAge) == 0x000004, "Wrong size on AnalyticsBlueprintLibrary_SetAge"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_SetAge, Age) == 0x000000, "Member 'AnalyticsBlueprintLibrary_SetAge::Age' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_SetBuildInfo \ +static_assert(alignof(AnalyticsBlueprintLibrary_SetBuildInfo) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_SetBuildInfo"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_SetBuildInfo) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_SetBuildInfo"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_SetBuildInfo, BuildInfo) == 0x000000, "Member 'AnalyticsBlueprintLibrary_SetBuildInfo::BuildInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_SetGender \ +static_assert(alignof(AnalyticsBlueprintLibrary_SetGender) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_SetGender"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_SetGender) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_SetGender"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_SetGender, Gender) == 0x000000, "Member 'AnalyticsBlueprintLibrary_SetGender::Gender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_SetLocation \ +static_assert(alignof(AnalyticsBlueprintLibrary_SetLocation) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_SetLocation"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_SetLocation) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_SetLocation"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_SetLocation, Location) == 0x000000, "Member 'AnalyticsBlueprintLibrary_SetLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_SetSessionId \ +static_assert(alignof(AnalyticsBlueprintLibrary_SetSessionId) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_SetSessionId"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_SetSessionId) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_SetSessionId"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_SetSessionId, SessionId) == 0x000000, "Member 'AnalyticsBlueprintLibrary_SetSessionId::SessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_SetUserId \ +static_assert(alignof(AnalyticsBlueprintLibrary_SetUserId) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_SetUserId"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_SetUserId) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_SetUserId"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_SetUserId, UserId) == 0x000000, "Member 'AnalyticsBlueprintLibrary_SetUserId::UserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_StartSession \ +static_assert(alignof(AnalyticsBlueprintLibrary_StartSession) == 0x000001, "Wrong alignment on AnalyticsBlueprintLibrary_StartSession"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_StartSession) == 0x000001, "Wrong size on AnalyticsBlueprintLibrary_StartSession"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_StartSession, ReturnValue) == 0x000000, "Member 'AnalyticsBlueprintLibrary_StartSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_StartSessionWithAttributes \ +static_assert(alignof(AnalyticsBlueprintLibrary_StartSessionWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_StartSessionWithAttributes"); \ +static_assert(sizeof(AnalyticsBlueprintLibrary_StartSessionWithAttributes) == 0x000018, "Wrong size on AnalyticsBlueprintLibrary_StartSessionWithAttributes"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_StartSessionWithAttributes, Attributes) == 0x000000, "Member 'AnalyticsBlueprintLibrary_StartSessionWithAttributes::Attributes' has a wrong offset!"); \ +static_assert(offsetof(AnalyticsBlueprintLibrary_StartSessionWithAttributes, ReturnValue) == 0x000010, "Member 'AnalyticsBlueprintLibrary_StartSessionWithAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnalyticsBlueprintLibrary \ +static_assert(alignof(UAnalyticsBlueprintLibrary) == 0x000008, "Wrong alignment on UAnalyticsBlueprintLibrary"); \ +static_assert(sizeof(UAnalyticsBlueprintLibrary) == 0x000028, "Wrong size on UAnalyticsBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_BPI_SmartObjectPropHandling_C_SpawnProp \ +static_assert(alignof(BPI_SmartObjectPropHandling_C_SpawnProp) == 0x000010, "Wrong alignment on BPI_SmartObjectPropHandling_C_SpawnProp"); \ +static_assert(sizeof(BPI_SmartObjectPropHandling_C_SpawnProp) == 0x000090, "Wrong size on BPI_SmartObjectPropHandling_C_SpawnProp"); \ +static_assert(offsetof(BPI_SmartObjectPropHandling_C_SpawnProp, Mesh) == 0x000000, "Member 'BPI_SmartObjectPropHandling_C_SpawnProp::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BPI_SmartObjectPropHandling_C_SpawnProp, AttachmentSocket) == 0x000028, "Member 'BPI_SmartObjectPropHandling_C_SpawnProp::AttachmentSocket' has a wrong offset!"); \ +static_assert(offsetof(BPI_SmartObjectPropHandling_C_SpawnProp, Offset) == 0x000030, "Member 'BPI_SmartObjectPropHandling_C_SpawnProp::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_SmartObjectPropHandling_C \ +static_assert(alignof(IBPI_SmartObjectPropHandling_C) == 0x000001, "Wrong alignment on IBPI_SmartObjectPropHandling_C"); \ +static_assert(sizeof(IBPI_SmartObjectPropHandling_C) == 0x000001, "Wrong size on IBPI_SmartObjectPropHandling_C"); \ + +#define DUMPER7_ASSERTS_UInterchangeTextureWriter \ +static_assert(alignof(UInterchangeTextureWriter) == 0x000008, "Wrong alignment on UInterchangeTextureWriter"); \ +static_assert(sizeof(UInterchangeTextureWriter) == 0x000028, "Wrong size on UInterchangeTextureWriter"); \ + +#define DUMPER7_ASSERTS_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!"); \ +static_assert(offsetof(FSkeletonMergeParams, bCheckSkeletonsCompatibility) == 0x000015, "Member 'FSkeletonMergeParams::bCheckSkeletonsCompatibility' 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_BPFL_UI_HudNotifications_C_EnqueueGenericNotification \ +static_assert(alignof(BPFL_UI_HudNotifications_C_EnqueueGenericNotification) == 0x000008, "Wrong alignment on BPFL_UI_HudNotifications_C_EnqueueGenericNotification"); \ +static_assert(sizeof(BPFL_UI_HudNotifications_C_EnqueueGenericNotification) == 0x000018, "Wrong size on BPFL_UI_HudNotifications_C_EnqueueGenericNotification"); \ +static_assert(offsetof(BPFL_UI_HudNotifications_C_EnqueueGenericNotification, Text) == 0x000000, "Member 'BPFL_UI_HudNotifications_C_EnqueueGenericNotification::Text' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_HudNotifications_C_EnqueueGenericNotification, __WorldContext) == 0x000010, "Member 'BPFL_UI_HudNotifications_C_EnqueueGenericNotification::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_HudNotifications_C_EnqueuePointOfInterestNotification \ +static_assert(alignof(BPFL_UI_HudNotifications_C_EnqueuePointOfInterestNotification) == 0x000008, "Wrong alignment on BPFL_UI_HudNotifications_C_EnqueuePointOfInterestNotification"); \ +static_assert(sizeof(BPFL_UI_HudNotifications_C_EnqueuePointOfInterestNotification) == 0x000010, "Wrong size on BPFL_UI_HudNotifications_C_EnqueuePointOfInterestNotification"); \ +static_assert(offsetof(BPFL_UI_HudNotifications_C_EnqueuePointOfInterestNotification, PointOfViewViewmodel) == 0x000000, "Member 'BPFL_UI_HudNotifications_C_EnqueuePointOfInterestNotification::PointOfViewViewmodel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_HudNotifications_C_EnqueuePointOfInterestNotification, __WorldContext) == 0x000008, "Member 'BPFL_UI_HudNotifications_C_EnqueuePointOfInterestNotification::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_HudNotifications_C_EnqueueType2_GenericNotification \ +static_assert(alignof(BPFL_UI_HudNotifications_C_EnqueueType2_GenericNotification) == 0x000008, "Wrong alignment on BPFL_UI_HudNotifications_C_EnqueueType2_GenericNotification"); \ +static_assert(sizeof(BPFL_UI_HudNotifications_C_EnqueueType2_GenericNotification) == 0x000028, "Wrong size on BPFL_UI_HudNotifications_C_EnqueueType2_GenericNotification"); \ +static_assert(offsetof(BPFL_UI_HudNotifications_C_EnqueueType2_GenericNotification, Name_0) == 0x000000, "Member 'BPFL_UI_HudNotifications_C_EnqueueType2_GenericNotification::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_HudNotifications_C_EnqueueType2_GenericNotification, Text) == 0x000010, "Member 'BPFL_UI_HudNotifications_C_EnqueueType2_GenericNotification::Text' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_HudNotifications_C_EnqueueType2_GenericNotification, __WorldContext) == 0x000020, "Member 'BPFL_UI_HudNotifications_C_EnqueueType2_GenericNotification::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_HudNotifications_C_EnqueueType2_UnlockedNotification \ +static_assert(alignof(BPFL_UI_HudNotifications_C_EnqueueType2_UnlockedNotification) == 0x000008, "Wrong alignment on BPFL_UI_HudNotifications_C_EnqueueType2_UnlockedNotification"); \ +static_assert(sizeof(BPFL_UI_HudNotifications_C_EnqueueType2_UnlockedNotification) == 0x000028, "Wrong size on BPFL_UI_HudNotifications_C_EnqueueType2_UnlockedNotification"); \ +static_assert(offsetof(BPFL_UI_HudNotifications_C_EnqueueType2_UnlockedNotification, Name_0) == 0x000000, "Member 'BPFL_UI_HudNotifications_C_EnqueueType2_UnlockedNotification::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_HudNotifications_C_EnqueueType2_UnlockedNotification, Text) == 0x000010, "Member 'BPFL_UI_HudNotifications_C_EnqueueType2_UnlockedNotification::Text' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_HudNotifications_C_EnqueueType2_UnlockedNotification, __WorldContext) == 0x000020, "Member 'BPFL_UI_HudNotifications_C_EnqueueType2_UnlockedNotification::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_UI_HudNotifications_C \ +static_assert(alignof(UBPFL_UI_HudNotifications_C) == 0x000008, "Wrong alignment on UBPFL_UI_HudNotifications_C"); \ +static_assert(sizeof(UBPFL_UI_HudNotifications_C) == 0x000028, "Wrong size on UBPFL_UI_HudNotifications_C"); \ + +#define DUMPER7_ASSERTS_UNetDriverEOS \ +static_assert(alignof(UNetDriverEOS) == 0x000008, "Wrong alignment on UNetDriverEOS"); \ +static_assert(sizeof(UNetDriverEOS) == 0x000A20, "Wrong size on UNetDriverEOS"); \ +static_assert(offsetof(UNetDriverEOS, bIsPassthrough) == 0x000A18, "Member 'UNetDriverEOS::bIsPassthrough' has a wrong offset!"); \ +static_assert(offsetof(UNetDriverEOS, bIsUsingP2PSockets) == 0x000A19, "Member 'UNetDriverEOS::bIsUsingP2PSockets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetDriverEOSBase \ +static_assert(alignof(UNetDriverEOSBase) == 0x000008, "Wrong alignment on UNetDriverEOSBase"); \ +static_assert(sizeof(UNetDriverEOSBase) == 0x000A20, "Wrong size on UNetDriverEOSBase"); \ + +#define DUMPER7_ASSERTS_UNetConnectionEOS \ +static_assert(alignof(UNetConnectionEOS) == 0x000010, "Wrong alignment on UNetConnectionEOS"); \ +static_assert(sizeof(UNetConnectionEOS) == 0x001F20, "Wrong size on UNetConnectionEOS"); \ + +#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, ClientEncryptionKey) == 0x000060, "Member 'FArtifactSettings::ClientEncryptionKey' 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) == 0x0000E0, "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, PlatformConfigName) == 0x000058, "Member 'UEOSSettings::PlatformConfigName' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, RTCBackgroundMode) == 0x000068, "Member 'UEOSSettings::RTCBackgroundMode' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, TickBudgetInMilliseconds) == 0x000078, "Member 'UEOSSettings::TickBudgetInMilliseconds' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bEnableOverlay) == 0x00007C, "Member 'UEOSSettings::bEnableOverlay' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bEnableSocialOverlay) == 0x00007D, "Member 'UEOSSettings::bEnableSocialOverlay' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bEnableEditorOverlay) == 0x00007E, "Member 'UEOSSettings::bEnableEditorOverlay' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bPreferPersistentAuth) == 0x00007F, "Member 'UEOSSettings::bPreferPersistentAuth' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, TitleStorageTags) == 0x000080, "Member 'UEOSSettings::TitleStorageTags' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, TitleStorageReadChunkLength) == 0x000090, "Member 'UEOSSettings::TitleStorageReadChunkLength' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, Artifacts) == 0x000098, "Member 'UEOSSettings::Artifacts' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, AuthScopeFlags) == 0x0000A8, "Member 'UEOSSettings::AuthScopeFlags' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bUseEAS) == 0x0000B8, "Member 'UEOSSettings::bUseEAS' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bUseEOSConnect) == 0x0000B9, "Member 'UEOSSettings::bUseEOSConnect' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bUseEOSRTC) == 0x0000BA, "Member 'UEOSSettings::bUseEOSRTC' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bUseNamedPlatformConfig) == 0x0000BB, "Member 'UEOSSettings::bUseNamedPlatformConfig' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bUseNewLoginFlow) == 0x0000BC, "Member 'UEOSSettings::bUseNewLoginFlow' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, SteamTokenType) == 0x0000C0, "Member 'UEOSSettings::SteamTokenType' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, NintendoTokenType) == 0x0000D0, "Member 'UEOSSettings::NintendoTokenType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_GetDefaultNISMode \ +static_assert(alignof(NISLibrary_GetDefaultNISMode) == 0x000001, "Wrong alignment on NISLibrary_GetDefaultNISMode"); \ +static_assert(sizeof(NISLibrary_GetDefaultNISMode) == 0x000001, "Wrong size on NISLibrary_GetDefaultNISMode"); \ +static_assert(offsetof(NISLibrary_GetDefaultNISMode, ReturnValue) == 0x000000, "Member 'NISLibrary_GetDefaultNISMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_GetNISRecommendedScreenPercentage \ +static_assert(alignof(NISLibrary_GetNISRecommendedScreenPercentage) == 0x000004, "Wrong alignment on NISLibrary_GetNISRecommendedScreenPercentage"); \ +static_assert(sizeof(NISLibrary_GetNISRecommendedScreenPercentage) == 0x000008, "Wrong size on NISLibrary_GetNISRecommendedScreenPercentage"); \ +static_assert(offsetof(NISLibrary_GetNISRecommendedScreenPercentage, NISMode) == 0x000000, "Member 'NISLibrary_GetNISRecommendedScreenPercentage::NISMode' has a wrong offset!"); \ +static_assert(offsetof(NISLibrary_GetNISRecommendedScreenPercentage, ReturnValue) == 0x000004, "Member 'NISLibrary_GetNISRecommendedScreenPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_GetNISScreenPercentageRange \ +static_assert(alignof(NISLibrary_GetNISScreenPercentageRange) == 0x000004, "Wrong alignment on NISLibrary_GetNISScreenPercentageRange"); \ +static_assert(sizeof(NISLibrary_GetNISScreenPercentageRange) == 0x000008, "Wrong size on NISLibrary_GetNISScreenPercentageRange"); \ +static_assert(offsetof(NISLibrary_GetNISScreenPercentageRange, MinScreenPercentage) == 0x000000, "Member 'NISLibrary_GetNISScreenPercentageRange::MinScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(NISLibrary_GetNISScreenPercentageRange, MaxScreenPercentage) == 0x000004, "Member 'NISLibrary_GetNISScreenPercentageRange::MaxScreenPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_GetSupportedNISModes \ +static_assert(alignof(NISLibrary_GetSupportedNISModes) == 0x000008, "Wrong alignment on NISLibrary_GetSupportedNISModes"); \ +static_assert(sizeof(NISLibrary_GetSupportedNISModes) == 0x000010, "Wrong size on NISLibrary_GetSupportedNISModes"); \ +static_assert(offsetof(NISLibrary_GetSupportedNISModes, ReturnValue) == 0x000000, "Member 'NISLibrary_GetSupportedNISModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_IsNISModeSupported \ +static_assert(alignof(NISLibrary_IsNISModeSupported) == 0x000001, "Wrong alignment on NISLibrary_IsNISModeSupported"); \ +static_assert(sizeof(NISLibrary_IsNISModeSupported) == 0x000002, "Wrong size on NISLibrary_IsNISModeSupported"); \ +static_assert(offsetof(NISLibrary_IsNISModeSupported, NISMode) == 0x000000, "Member 'NISLibrary_IsNISModeSupported::NISMode' has a wrong offset!"); \ +static_assert(offsetof(NISLibrary_IsNISModeSupported, ReturnValue) == 0x000001, "Member 'NISLibrary_IsNISModeSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_IsNISSupported \ +static_assert(alignof(NISLibrary_IsNISSupported) == 0x000001, "Wrong alignment on NISLibrary_IsNISSupported"); \ +static_assert(sizeof(NISLibrary_IsNISSupported) == 0x000001, "Wrong size on NISLibrary_IsNISSupported"); \ +static_assert(offsetof(NISLibrary_IsNISSupported, ReturnValue) == 0x000000, "Member 'NISLibrary_IsNISSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_SetNISCustomScreenPercentage \ +static_assert(alignof(NISLibrary_SetNISCustomScreenPercentage) == 0x000004, "Wrong alignment on NISLibrary_SetNISCustomScreenPercentage"); \ +static_assert(sizeof(NISLibrary_SetNISCustomScreenPercentage) == 0x000004, "Wrong size on NISLibrary_SetNISCustomScreenPercentage"); \ +static_assert(offsetof(NISLibrary_SetNISCustomScreenPercentage, CustomScreenPercentage) == 0x000000, "Member 'NISLibrary_SetNISCustomScreenPercentage::CustomScreenPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_SetNISMode \ +static_assert(alignof(NISLibrary_SetNISMode) == 0x000001, "Wrong alignment on NISLibrary_SetNISMode"); \ +static_assert(sizeof(NISLibrary_SetNISMode) == 0x000001, "Wrong size on NISLibrary_SetNISMode"); \ +static_assert(offsetof(NISLibrary_SetNISMode, NISMode) == 0x000000, "Member 'NISLibrary_SetNISMode::NISMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NISLibrary_SetNISSharpness \ +static_assert(alignof(NISLibrary_SetNISSharpness) == 0x000004, "Wrong alignment on NISLibrary_SetNISSharpness"); \ +static_assert(sizeof(NISLibrary_SetNISSharpness) == 0x000004, "Wrong size on NISLibrary_SetNISSharpness"); \ +static_assert(offsetof(NISLibrary_SetNISSharpness, Sharpness) == 0x000000, "Member 'NISLibrary_SetNISSharpness::Sharpness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNISLibrary \ +static_assert(alignof(UNISLibrary) == 0x000008, "Wrong alignment on UNISLibrary"); \ +static_assert(sizeof(UNISLibrary) == 0x000028, "Wrong size on UNISLibrary"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerAssetBase \ +static_assert(alignof(UAudioAnalyzerAssetBase) == 0x000008, "Wrong alignment on UAudioAnalyzerAssetBase"); \ +static_assert(sizeof(UAudioAnalyzerAssetBase) == 0x000028, "Wrong size on UAudioAnalyzerAssetBase"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerSettings \ +static_assert(alignof(UAudioAnalyzerSettings) == 0x000008, "Wrong alignment on UAudioAnalyzerSettings"); \ +static_assert(sizeof(UAudioAnalyzerSettings) == 0x000028, "Wrong size on UAudioAnalyzerSettings"); \ + +#define DUMPER7_ASSERTS_AudioAnalyzer_StartAnalyzing \ +static_assert(alignof(AudioAnalyzer_StartAnalyzing) == 0x000008, "Wrong alignment on AudioAnalyzer_StartAnalyzing"); \ +static_assert(sizeof(AudioAnalyzer_StartAnalyzing) == 0x000010, "Wrong size on AudioAnalyzer_StartAnalyzing"); \ +static_assert(offsetof(AudioAnalyzer_StartAnalyzing, WorldContextObject) == 0x000000, "Member 'AudioAnalyzer_StartAnalyzing::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AudioAnalyzer_StartAnalyzing, AudioBusToAnalyze) == 0x000008, "Member 'AudioAnalyzer_StartAnalyzing::AudioBusToAnalyze' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioAnalyzer_StopAnalyzing \ +static_assert(alignof(AudioAnalyzer_StopAnalyzing) == 0x000008, "Wrong alignment on AudioAnalyzer_StopAnalyzing"); \ +static_assert(sizeof(AudioAnalyzer_StopAnalyzing) == 0x000008, "Wrong size on AudioAnalyzer_StopAnalyzing"); \ +static_assert(offsetof(AudioAnalyzer_StopAnalyzing, WorldContextObject) == 0x000000, "Member 'AudioAnalyzer_StopAnalyzing::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzer \ +static_assert(alignof(UAudioAnalyzer) == 0x000008, "Wrong alignment on UAudioAnalyzer"); \ +static_assert(sizeof(UAudioAnalyzer) == 0x0000A0, "Wrong size on UAudioAnalyzer"); \ +static_assert(offsetof(UAudioAnalyzer, AudioBus) == 0x000028, "Member 'UAudioAnalyzer::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(UAudioAnalyzer, AudioAnalyzerSubsystem) == 0x000038, "Member 'UAudioAnalyzer::AudioAnalyzerSubsystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerNRTSettings \ +static_assert(alignof(UAudioAnalyzerNRTSettings) == 0x000008, "Wrong alignment on UAudioAnalyzerNRTSettings"); \ +static_assert(sizeof(UAudioAnalyzerNRTSettings) == 0x000028, "Wrong size on UAudioAnalyzerNRTSettings"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerNRT \ +static_assert(alignof(UAudioAnalyzerNRT) == 0x000008, "Wrong alignment on UAudioAnalyzerNRT"); \ +static_assert(sizeof(UAudioAnalyzerNRT) == 0x000078, "Wrong size on UAudioAnalyzerNRT"); \ +static_assert(offsetof(UAudioAnalyzerNRT, Sound) == 0x000028, "Member 'UAudioAnalyzerNRT::Sound' has a wrong offset!"); \ +static_assert(offsetof(UAudioAnalyzerNRT, DurationInSeconds) == 0x000030, "Member 'UAudioAnalyzerNRT::DurationInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioAnalyzerSubsystem \ +static_assert(alignof(UAudioAnalyzerSubsystem) == 0x000008, "Wrong alignment on UAudioAnalyzerSubsystem"); \ +static_assert(sizeof(UAudioAnalyzerSubsystem) == 0x000050, "Wrong size on UAudioAnalyzerSubsystem"); \ +static_assert(offsetof(UAudioAnalyzerSubsystem, AudioAnalyzers) == 0x000030, "Member 'UAudioAnalyzerSubsystem::AudioAnalyzers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstantQResults \ +static_assert(alignof(FConstantQResults) == 0x000008, "Wrong alignment on FConstantQResults"); \ +static_assert(sizeof(FConstantQResults) == 0x000018, "Wrong size on FConstantQResults"); \ +static_assert(offsetof(FConstantQResults, TimeSeconds) == 0x000000, "Member 'FConstantQResults::TimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FConstantQResults, SpectrumValues) == 0x000008, "Member 'FConstantQResults::SpectrumValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLoudnessResults \ +static_assert(alignof(FLoudnessResults) == 0x000004, "Wrong alignment on FLoudnessResults"); \ +static_assert(sizeof(FLoudnessResults) == 0x000010, "Wrong size on FLoudnessResults"); \ +static_assert(offsetof(FLoudnessResults, Loudness) == 0x000000, "Member 'FLoudnessResults::Loudness' has a wrong offset!"); \ +static_assert(offsetof(FLoudnessResults, NormalizedLoudness) == 0x000004, "Member 'FLoudnessResults::NormalizedLoudness' has a wrong offset!"); \ +static_assert(offsetof(FLoudnessResults, PerceptualEnergy) == 0x000008, "Member 'FLoudnessResults::PerceptualEnergy' has a wrong offset!"); \ +static_assert(offsetof(FLoudnessResults, TimeSeconds) == 0x00000C, "Member 'FLoudnessResults::TimeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeterResults \ +static_assert(alignof(FMeterResults) == 0x000004, "Wrong alignment on FMeterResults"); \ +static_assert(sizeof(FMeterResults) == 0x000014, "Wrong size on FMeterResults"); \ +static_assert(offsetof(FMeterResults, TimeSeconds) == 0x000000, "Member 'FMeterResults::TimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FMeterResults, MeterValue) == 0x000004, "Member 'FMeterResults::MeterValue' has a wrong offset!"); \ +static_assert(offsetof(FMeterResults, PeakValue) == 0x000008, "Member 'FMeterResults::PeakValue' has a wrong offset!"); \ +static_assert(offsetof(FMeterResults, NumSamplesClipping) == 0x00000C, "Member 'FMeterResults::NumSamplesClipping' has a wrong offset!"); \ +static_assert(offsetof(FMeterResults, ClippingValue) == 0x000010, "Member 'FMeterResults::ClippingValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSynesthesiaSpectrumResults \ +static_assert(alignof(FSynesthesiaSpectrumResults) == 0x000008, "Wrong alignment on FSynesthesiaSpectrumResults"); \ +static_assert(sizeof(FSynesthesiaSpectrumResults) == 0x000018, "Wrong size on FSynesthesiaSpectrumResults"); \ +static_assert(offsetof(FSynesthesiaSpectrumResults, TimeSeconds) == 0x000000, "Member 'FSynesthesiaSpectrumResults::TimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FSynesthesiaSpectrumResults, SpectrumValues) == 0x000008, "Member 'FSynesthesiaSpectrumResults::SpectrumValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSynesthesiaSettings \ +static_assert(alignof(UAudioSynesthesiaSettings) == 0x000008, "Wrong alignment on UAudioSynesthesiaSettings"); \ +static_assert(sizeof(UAudioSynesthesiaSettings) == 0x000028, "Wrong size on UAudioSynesthesiaSettings"); \ + +#define DUMPER7_ASSERTS_ULKFSAnalyzer \ +static_assert(alignof(ULKFSAnalyzer) == 0x000008, "Wrong alignment on ULKFSAnalyzer"); \ +static_assert(sizeof(ULKFSAnalyzer) == 0x000148, "Wrong size on ULKFSAnalyzer"); \ +static_assert(offsetof(ULKFSAnalyzer, Settings) == 0x0000A0, "Member 'ULKFSAnalyzer::Settings' has a wrong offset!"); \ +static_assert(offsetof(ULKFSAnalyzer, OnOverallLKFSResults) == 0x0000A8, "Member 'ULKFSAnalyzer::OnOverallLKFSResults' has a wrong offset!"); \ +static_assert(offsetof(ULKFSAnalyzer, OnPerChannelLKFSResults) == 0x0000D0, "Member 'ULKFSAnalyzer::OnPerChannelLKFSResults' has a wrong offset!"); \ +static_assert(offsetof(ULKFSAnalyzer, OnLatestOverallLKFSResults) == 0x0000F8, "Member 'ULKFSAnalyzer::OnLatestOverallLKFSResults' has a wrong offset!"); \ +static_assert(offsetof(ULKFSAnalyzer, OnLatestPerChannelLKFSResults) == 0x000120, "Member 'ULKFSAnalyzer::OnLatestPerChannelLKFSResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSynesthesiaNRTSettings \ +static_assert(alignof(UAudioSynesthesiaNRTSettings) == 0x000008, "Wrong alignment on UAudioSynesthesiaNRTSettings"); \ +static_assert(sizeof(UAudioSynesthesiaNRTSettings) == 0x000028, "Wrong size on UAudioSynesthesiaNRTSettings"); \ + +#define DUMPER7_ASSERTS_UAudioSynesthesiaNRT \ +static_assert(alignof(UAudioSynesthesiaNRT) == 0x000008, "Wrong alignment on UAudioSynesthesiaNRT"); \ +static_assert(sizeof(UAudioSynesthesiaNRT) == 0x000078, "Wrong size on UAudioSynesthesiaNRT"); \ + +#define DUMPER7_ASSERTS_UConstantQSettings \ +static_assert(alignof(UConstantQSettings) == 0x000008, "Wrong alignment on UConstantQSettings"); \ +static_assert(sizeof(UConstantQSettings) == 0x000048, "Wrong size on UConstantQSettings"); \ +static_assert(offsetof(UConstantQSettings, StartingFrequencyHz) == 0x000028, "Member 'UConstantQSettings::StartingFrequencyHz' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, NumBands) == 0x00002C, "Member 'UConstantQSettings::NumBands' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, NumBandsPerOctave) == 0x000030, "Member 'UConstantQSettings::NumBandsPerOctave' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, AnalysisPeriodInSeconds) == 0x000034, "Member 'UConstantQSettings::AnalysisPeriodInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, bDownmixToMono) == 0x000038, "Member 'UConstantQSettings::bDownmixToMono' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, FFTSize) == 0x000039, "Member 'UConstantQSettings::FFTSize' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, WindowType) == 0x00003A, "Member 'UConstantQSettings::WindowType' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, SpectrumType) == 0x00003B, "Member 'UConstantQSettings::SpectrumType' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, BandWidthStretch) == 0x00003C, "Member 'UConstantQSettings::BandWidthStretch' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, CQTNormalization) == 0x000040, "Member 'UConstantQSettings::CQTNormalization' has a wrong offset!"); \ +static_assert(offsetof(UConstantQSettings, NoiseFloorDb) == 0x000044, "Member 'UConstantQSettings::NoiseFloorDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstantQAnalyzer_GetCenterFrequencies \ +static_assert(alignof(ConstantQAnalyzer_GetCenterFrequencies) == 0x000008, "Wrong alignment on ConstantQAnalyzer_GetCenterFrequencies"); \ +static_assert(sizeof(ConstantQAnalyzer_GetCenterFrequencies) == 0x000010, "Wrong size on ConstantQAnalyzer_GetCenterFrequencies"); \ +static_assert(offsetof(ConstantQAnalyzer_GetCenterFrequencies, OutCenterFrequencies) == 0x000000, "Member 'ConstantQAnalyzer_GetCenterFrequencies::OutCenterFrequencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstantQAnalyzer_GetNumCenterFrequencies \ +static_assert(alignof(ConstantQAnalyzer_GetNumCenterFrequencies) == 0x000004, "Wrong alignment on ConstantQAnalyzer_GetNumCenterFrequencies"); \ +static_assert(sizeof(ConstantQAnalyzer_GetNumCenterFrequencies) == 0x000004, "Wrong size on ConstantQAnalyzer_GetNumCenterFrequencies"); \ +static_assert(offsetof(ConstantQAnalyzer_GetNumCenterFrequencies, ReturnValue) == 0x000000, "Member 'ConstantQAnalyzer_GetNumCenterFrequencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstantQAnalyzer \ +static_assert(alignof(UConstantQAnalyzer) == 0x000008, "Wrong alignment on UConstantQAnalyzer"); \ +static_assert(sizeof(UConstantQAnalyzer) == 0x0000F8, "Wrong size on UConstantQAnalyzer"); \ +static_assert(offsetof(UConstantQAnalyzer, Settings) == 0x0000A0, "Member 'UConstantQAnalyzer::Settings' has a wrong offset!"); \ +static_assert(offsetof(UConstantQAnalyzer, OnConstantQResults) == 0x0000A8, "Member 'UConstantQAnalyzer::OnConstantQResults' has a wrong offset!"); \ +static_assert(offsetof(UConstantQAnalyzer, OnLatestConstantQResults) == 0x0000D0, "Member 'UConstantQAnalyzer::OnLatestConstantQResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoudnessAnalyzer \ +static_assert(alignof(ULoudnessAnalyzer) == 0x000008, "Wrong alignment on ULoudnessAnalyzer"); \ +static_assert(sizeof(ULoudnessAnalyzer) == 0x0000E8, "Wrong size on ULoudnessAnalyzer"); \ +static_assert(offsetof(ULoudnessAnalyzer, Settings) == 0x0000A0, "Member 'ULoudnessAnalyzer::Settings' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessAnalyzer, OnOverallLoudnessResults) == 0x0000A8, "Member 'ULoudnessAnalyzer::OnOverallLoudnessResults' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessAnalyzer, OnPerChannelLoudnessResults) == 0x0000B8, "Member 'ULoudnessAnalyzer::OnPerChannelLoudnessResults' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessAnalyzer, OnLatestOverallLoudnessResults) == 0x0000C8, "Member 'ULoudnessAnalyzer::OnLatestOverallLoudnessResults' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessAnalyzer, OnLatestPerChannelLoudnessResults) == 0x0000D8, "Member 'ULoudnessAnalyzer::OnLatestPerChannelLoudnessResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ULKFSSettings \ +static_assert(alignof(ULKFSSettings) == 0x000008, "Wrong alignment on ULKFSSettings"); \ +static_assert(sizeof(ULKFSSettings) == 0x000040, "Wrong size on ULKFSSettings"); \ +static_assert(offsetof(ULKFSSettings, AnalysisPeriod) == 0x000028, "Member 'ULKFSSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(ULKFSSettings, AnalysisWindowDuration) == 0x00002C, "Member 'ULKFSSettings::AnalysisWindowDuration' has a wrong offset!"); \ +static_assert(offsetof(ULKFSSettings, ShortTermLoudnessDuration) == 0x000030, "Member 'ULKFSSettings::ShortTermLoudnessDuration' has a wrong offset!"); \ +static_assert(offsetof(ULKFSSettings, IntegratedLoudnessAnalysisPeriod) == 0x000034, "Member 'ULKFSSettings::IntegratedLoudnessAnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(ULKFSSettings, IntegratedLoudnessDuration) == 0x000038, "Member 'ULKFSSettings::IntegratedLoudnessDuration' 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_ULKFSNRTSettings \ +static_assert(alignof(ULKFSNRTSettings) == 0x000008, "Wrong alignment on ULKFSNRTSettings"); \ +static_assert(sizeof(ULKFSNRTSettings) == 0x000038, "Wrong size on ULKFSNRTSettings"); \ +static_assert(offsetof(ULKFSNRTSettings, AnalysisPeriod) == 0x000028, "Member 'ULKFSNRTSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(ULKFSNRTSettings, AnalysisWindowDuration) == 0x00002C, "Member 'ULKFSNRTSettings::AnalysisWindowDuration' has a wrong offset!"); \ +static_assert(offsetof(ULKFSNRTSettings, ShortTermLoudnessDuration) == 0x000030, "Member 'ULKFSNRTSettings::ShortTermLoudnessDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LKFSNRT_GetChannelLoudnessAtTime \ +static_assert(alignof(LKFSNRT_GetChannelLoudnessAtTime) == 0x000004, "Wrong alignment on LKFSNRT_GetChannelLoudnessAtTime"); \ +static_assert(sizeof(LKFSNRT_GetChannelLoudnessAtTime) == 0x00000C, "Wrong size on LKFSNRT_GetChannelLoudnessAtTime"); \ +static_assert(offsetof(LKFSNRT_GetChannelLoudnessAtTime, InSeconds) == 0x000000, "Member 'LKFSNRT_GetChannelLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LKFSNRT_GetChannelLoudnessAtTime, InChannel) == 0x000004, "Member 'LKFSNRT_GetChannelLoudnessAtTime::InChannel' has a wrong offset!"); \ +static_assert(offsetof(LKFSNRT_GetChannelLoudnessAtTime, OutLoudness) == 0x000008, "Member 'LKFSNRT_GetChannelLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LKFSNRT_GetGatedLoudness \ +static_assert(alignof(LKFSNRT_GetGatedLoudness) == 0x000004, "Wrong alignment on LKFSNRT_GetGatedLoudness"); \ +static_assert(sizeof(LKFSNRT_GetGatedLoudness) == 0x000004, "Wrong size on LKFSNRT_GetGatedLoudness"); \ +static_assert(offsetof(LKFSNRT_GetGatedLoudness, ReturnValue) == 0x000000, "Member 'LKFSNRT_GetGatedLoudness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LKFSNRT_GetGatedLoudnessForChannel \ +static_assert(alignof(LKFSNRT_GetGatedLoudnessForChannel) == 0x000004, "Wrong alignment on LKFSNRT_GetGatedLoudnessForChannel"); \ +static_assert(sizeof(LKFSNRT_GetGatedLoudnessForChannel) == 0x000008, "Wrong size on LKFSNRT_GetGatedLoudnessForChannel"); \ +static_assert(offsetof(LKFSNRT_GetGatedLoudnessForChannel, InChannel) == 0x000000, "Member 'LKFSNRT_GetGatedLoudnessForChannel::InChannel' has a wrong offset!"); \ +static_assert(offsetof(LKFSNRT_GetGatedLoudnessForChannel, ReturnValue) == 0x000004, "Member 'LKFSNRT_GetGatedLoudnessForChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LKFSNRT_GetIntegratedLoudness \ +static_assert(alignof(LKFSNRT_GetIntegratedLoudness) == 0x000004, "Wrong alignment on LKFSNRT_GetIntegratedLoudness"); \ +static_assert(sizeof(LKFSNRT_GetIntegratedLoudness) == 0x000004, "Wrong size on LKFSNRT_GetIntegratedLoudness"); \ +static_assert(offsetof(LKFSNRT_GetIntegratedLoudness, ReturnValue) == 0x000000, "Member 'LKFSNRT_GetIntegratedLoudness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LKFSNRT_GetIntegratedLoudnessForChannel \ +static_assert(alignof(LKFSNRT_GetIntegratedLoudnessForChannel) == 0x000004, "Wrong alignment on LKFSNRT_GetIntegratedLoudnessForChannel"); \ +static_assert(sizeof(LKFSNRT_GetIntegratedLoudnessForChannel) == 0x000008, "Wrong size on LKFSNRT_GetIntegratedLoudnessForChannel"); \ +static_assert(offsetof(LKFSNRT_GetIntegratedLoudnessForChannel, InChannel) == 0x000000, "Member 'LKFSNRT_GetIntegratedLoudnessForChannel::InChannel' has a wrong offset!"); \ +static_assert(offsetof(LKFSNRT_GetIntegratedLoudnessForChannel, ReturnValue) == 0x000004, "Member 'LKFSNRT_GetIntegratedLoudnessForChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LKFSNRT_GetLoudnessAtTime \ +static_assert(alignof(LKFSNRT_GetLoudnessAtTime) == 0x000004, "Wrong alignment on LKFSNRT_GetLoudnessAtTime"); \ +static_assert(sizeof(LKFSNRT_GetLoudnessAtTime) == 0x000008, "Wrong size on LKFSNRT_GetLoudnessAtTime"); \ +static_assert(offsetof(LKFSNRT_GetLoudnessAtTime, InSeconds) == 0x000000, "Member 'LKFSNRT_GetLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LKFSNRT_GetLoudnessAtTime, OutLoudness) == 0x000004, "Member 'LKFSNRT_GetLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LKFSNRT_GetLoudnessData \ +static_assert(alignof(LKFSNRT_GetLoudnessData) == 0x000008, "Wrong alignment on LKFSNRT_GetLoudnessData"); \ +static_assert(sizeof(LKFSNRT_GetLoudnessData) == 0x000010, "Wrong size on LKFSNRT_GetLoudnessData"); \ +static_assert(offsetof(LKFSNRT_GetLoudnessData, ReturnValue) == 0x000000, "Member 'LKFSNRT_GetLoudnessData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LKFSNRT_GetLoudnessDataAtTime \ +static_assert(alignof(LKFSNRT_GetLoudnessDataAtTime) == 0x000004, "Wrong alignment on LKFSNRT_GetLoudnessDataAtTime"); \ +static_assert(sizeof(LKFSNRT_GetLoudnessDataAtTime) == 0x000018, "Wrong size on LKFSNRT_GetLoudnessDataAtTime"); \ +static_assert(offsetof(LKFSNRT_GetLoudnessDataAtTime, InSeconds) == 0x000000, "Member 'LKFSNRT_GetLoudnessDataAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LKFSNRT_GetLoudnessDataAtTime, ReturnValue) == 0x000004, "Member 'LKFSNRT_GetLoudnessDataAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LKFSNRT_GetLoudnessDataForChannel \ +static_assert(alignof(LKFSNRT_GetLoudnessDataForChannel) == 0x000008, "Wrong alignment on LKFSNRT_GetLoudnessDataForChannel"); \ +static_assert(sizeof(LKFSNRT_GetLoudnessDataForChannel) == 0x000018, "Wrong size on LKFSNRT_GetLoudnessDataForChannel"); \ +static_assert(offsetof(LKFSNRT_GetLoudnessDataForChannel, InChannel) == 0x000000, "Member 'LKFSNRT_GetLoudnessDataForChannel::InChannel' has a wrong offset!"); \ +static_assert(offsetof(LKFSNRT_GetLoudnessDataForChannel, ReturnValue) == 0x000008, "Member 'LKFSNRT_GetLoudnessDataForChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LKFSNRT_GetLoudnessDataForChannelAtTime \ +static_assert(alignof(LKFSNRT_GetLoudnessDataForChannelAtTime) == 0x000004, "Wrong alignment on LKFSNRT_GetLoudnessDataForChannelAtTime"); \ +static_assert(sizeof(LKFSNRT_GetLoudnessDataForChannelAtTime) == 0x00001C, "Wrong size on LKFSNRT_GetLoudnessDataForChannelAtTime"); \ +static_assert(offsetof(LKFSNRT_GetLoudnessDataForChannelAtTime, InSeconds) == 0x000000, "Member 'LKFSNRT_GetLoudnessDataForChannelAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LKFSNRT_GetLoudnessDataForChannelAtTime, InChannel) == 0x000004, "Member 'LKFSNRT_GetLoudnessDataForChannelAtTime::InChannel' has a wrong offset!"); \ +static_assert(offsetof(LKFSNRT_GetLoudnessDataForChannelAtTime, ReturnValue) == 0x000008, "Member 'LKFSNRT_GetLoudnessDataForChannelAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULKFSNRT \ +static_assert(alignof(ULKFSNRT) == 0x000008, "Wrong alignment on ULKFSNRT"); \ +static_assert(sizeof(ULKFSNRT) == 0x000080, "Wrong size on ULKFSNRT"); \ +static_assert(offsetof(ULKFSNRT, Settings) == 0x000078, "Member 'ULKFSNRT::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_ULoudnessNRTSettings \ +static_assert(alignof(ULoudnessNRTSettings) == 0x000008, "Wrong alignment on ULoudnessNRTSettings"); \ +static_assert(sizeof(ULoudnessNRTSettings) == 0x000040, "Wrong size on ULoudnessNRTSettings"); \ +static_assert(offsetof(ULoudnessNRTSettings, AnalysisPeriod) == 0x000028, "Member 'ULoudnessNRTSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, MinimumFrequency) == 0x00002C, "Member 'ULoudnessNRTSettings::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, MaximumFrequency) == 0x000030, "Member 'ULoudnessNRTSettings::MaximumFrequency' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, CurveType) == 0x000034, "Member 'ULoudnessNRTSettings::CurveType' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessNRTSettings, NoiseFloorDb) == 0x000038, "Member 'ULoudnessNRTSettings::NoiseFloorDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoudnessNRT_GetChannelLoudnessAtTime \ +static_assert(alignof(LoudnessNRT_GetChannelLoudnessAtTime) == 0x000004, "Wrong alignment on LoudnessNRT_GetChannelLoudnessAtTime"); \ +static_assert(sizeof(LoudnessNRT_GetChannelLoudnessAtTime) == 0x00000C, "Wrong size on LoudnessNRT_GetChannelLoudnessAtTime"); \ +static_assert(offsetof(LoudnessNRT_GetChannelLoudnessAtTime, InSeconds) == 0x000000, "Member 'LoudnessNRT_GetChannelLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetChannelLoudnessAtTime, InChannel) == 0x000004, "Member 'LoudnessNRT_GetChannelLoudnessAtTime::InChannel' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetChannelLoudnessAtTime, OutLoudness) == 0x000008, "Member 'LoudnessNRT_GetChannelLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoudnessNRT_GetLoudnessAtTime \ +static_assert(alignof(LoudnessNRT_GetLoudnessAtTime) == 0x000004, "Wrong alignment on LoudnessNRT_GetLoudnessAtTime"); \ +static_assert(sizeof(LoudnessNRT_GetLoudnessAtTime) == 0x000008, "Wrong size on LoudnessNRT_GetLoudnessAtTime"); \ +static_assert(offsetof(LoudnessNRT_GetLoudnessAtTime, InSeconds) == 0x000000, "Member 'LoudnessNRT_GetLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetLoudnessAtTime, OutLoudness) == 0x000004, "Member 'LoudnessNRT_GetLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoudnessNRT_GetNormalizedChannelLoudnessAtTime \ +static_assert(alignof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime) == 0x000004, "Wrong alignment on LoudnessNRT_GetNormalizedChannelLoudnessAtTime"); \ +static_assert(sizeof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime) == 0x00000C, "Wrong size on LoudnessNRT_GetNormalizedChannelLoudnessAtTime"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime, InSeconds) == 0x000000, "Member 'LoudnessNRT_GetNormalizedChannelLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime, InChannel) == 0x000004, "Member 'LoudnessNRT_GetNormalizedChannelLoudnessAtTime::InChannel' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedChannelLoudnessAtTime, OutLoudness) == 0x000008, "Member 'LoudnessNRT_GetNormalizedChannelLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LoudnessNRT_GetNormalizedLoudnessAtTime \ +static_assert(alignof(LoudnessNRT_GetNormalizedLoudnessAtTime) == 0x000004, "Wrong alignment on LoudnessNRT_GetNormalizedLoudnessAtTime"); \ +static_assert(sizeof(LoudnessNRT_GetNormalizedLoudnessAtTime) == 0x000008, "Wrong size on LoudnessNRT_GetNormalizedLoudnessAtTime"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedLoudnessAtTime, InSeconds) == 0x000000, "Member 'LoudnessNRT_GetNormalizedLoudnessAtTime::InSeconds' has a wrong offset!"); \ +static_assert(offsetof(LoudnessNRT_GetNormalizedLoudnessAtTime, OutLoudness) == 0x000004, "Member 'LoudnessNRT_GetNormalizedLoudnessAtTime::OutLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoudnessNRT \ +static_assert(alignof(ULoudnessNRT) == 0x000008, "Wrong alignment on ULoudnessNRT"); \ +static_assert(sizeof(ULoudnessNRT) == 0x000080, "Wrong size on ULoudnessNRT"); \ +static_assert(offsetof(ULoudnessNRT, Settings) == 0x000078, "Member 'ULoudnessNRT::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeterSettings \ +static_assert(alignof(UMeterSettings) == 0x000008, "Wrong alignment on UMeterSettings"); \ +static_assert(sizeof(UMeterSettings) == 0x000040, "Wrong size on UMeterSettings"); \ +static_assert(offsetof(UMeterSettings, AnalysisPeriod) == 0x000028, "Member 'UMeterSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(UMeterSettings, PeakMode) == 0x00002C, "Member 'UMeterSettings::PeakMode' has a wrong offset!"); \ +static_assert(offsetof(UMeterSettings, MeterAttackTime) == 0x000030, "Member 'UMeterSettings::MeterAttackTime' has a wrong offset!"); \ +static_assert(offsetof(UMeterSettings, MeterReleaseTime) == 0x000034, "Member 'UMeterSettings::MeterReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(UMeterSettings, PeakHoldTime) == 0x000038, "Member 'UMeterSettings::PeakHoldTime' has a wrong offset!"); \ +static_assert(offsetof(UMeterSettings, ClippingThreshold) == 0x00003C, "Member 'UMeterSettings::ClippingThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeterAnalyzer \ +static_assert(alignof(UMeterAnalyzer) == 0x000008, "Wrong alignment on UMeterAnalyzer"); \ +static_assert(sizeof(UMeterAnalyzer) == 0x000148, "Wrong size on UMeterAnalyzer"); \ +static_assert(offsetof(UMeterAnalyzer, Settings) == 0x0000A0, "Member 'UMeterAnalyzer::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMeterAnalyzer, OnOverallMeterResults) == 0x0000A8, "Member 'UMeterAnalyzer::OnOverallMeterResults' has a wrong offset!"); \ +static_assert(offsetof(UMeterAnalyzer, OnPerChannelMeterResults) == 0x0000D0, "Member 'UMeterAnalyzer::OnPerChannelMeterResults' has a wrong offset!"); \ +static_assert(offsetof(UMeterAnalyzer, OnLatestOverallMeterResults) == 0x0000F8, "Member 'UMeterAnalyzer::OnLatestOverallMeterResults' has a wrong offset!"); \ +static_assert(offsetof(UMeterAnalyzer, OnLatestPerChannelMeterResults) == 0x000120, "Member 'UMeterAnalyzer::OnLatestPerChannelMeterResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnsetNRTSettings \ +static_assert(alignof(UOnsetNRTSettings) == 0x000008, "Wrong alignment on UOnsetNRTSettings"); \ +static_assert(sizeof(UOnsetNRTSettings) == 0x000040, "Wrong size on UOnsetNRTSettings"); \ +static_assert(offsetof(UOnsetNRTSettings, bDownmixToMono) == 0x000028, "Member 'UOnsetNRTSettings::bDownmixToMono' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, GranularityInSeconds) == 0x00002C, "Member 'UOnsetNRTSettings::GranularityInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, Sensitivity) == 0x000030, "Member 'UOnsetNRTSettings::Sensitivity' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, MinimumFrequency) == 0x000034, "Member 'UOnsetNRTSettings::MinimumFrequency' has a wrong offset!"); \ +static_assert(offsetof(UOnsetNRTSettings, MaximumFrequency) == 0x000038, "Member 'UOnsetNRTSettings::MaximumFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OnsetNRT_GetChannelOnsetsBetweenTimes \ +static_assert(alignof(OnsetNRT_GetChannelOnsetsBetweenTimes) == 0x000008, "Wrong alignment on OnsetNRT_GetChannelOnsetsBetweenTimes"); \ +static_assert(sizeof(OnsetNRT_GetChannelOnsetsBetweenTimes) == 0x000030, "Wrong size on OnsetNRT_GetChannelOnsetsBetweenTimes"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, InStartSeconds) == 0x000000, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::InStartSeconds' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, InEndSeconds) == 0x000004, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::InEndSeconds' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, InChannel) == 0x000008, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::InChannel' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, OutOnsetTimestamps) == 0x000010, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::OutOnsetTimestamps' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetChannelOnsetsBetweenTimes, OutOnsetStrengths) == 0x000020, "Member 'OnsetNRT_GetChannelOnsetsBetweenTimes::OutOnsetStrengths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes \ +static_assert(alignof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes) == 0x000008, "Wrong alignment on OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes"); \ +static_assert(sizeof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes) == 0x000030, "Wrong size on OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, InStartSeconds) == 0x000000, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::InStartSeconds' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, InEndSeconds) == 0x000004, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::InEndSeconds' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, InChannel) == 0x000008, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::InChannel' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, OutOnsetTimestamps) == 0x000010, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::OutOnsetTimestamps' has a wrong offset!"); \ +static_assert(offsetof(OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes, OutOnsetStrengths) == 0x000020, "Member 'OnsetNRT_GetNormalizedChannelOnsetsBetweenTimes::OutOnsetStrengths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnsetNRT \ +static_assert(alignof(UOnsetNRT) == 0x000008, "Wrong alignment on UOnsetNRT"); \ +static_assert(sizeof(UOnsetNRT) == 0x000080, "Wrong size on UOnsetNRT"); \ +static_assert(offsetof(UOnsetNRT, Settings) == 0x000078, "Member 'UOnsetNRT::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynesthesiaSpectrumAnalysisSettings \ +static_assert(alignof(USynesthesiaSpectrumAnalysisSettings) == 0x000008, "Wrong alignment on USynesthesiaSpectrumAnalysisSettings"); \ +static_assert(sizeof(USynesthesiaSpectrumAnalysisSettings) == 0x000030, "Wrong size on USynesthesiaSpectrumAnalysisSettings"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalysisSettings, AnalysisPeriod) == 0x000028, "Member 'USynesthesiaSpectrumAnalysisSettings::AnalysisPeriod' has a wrong offset!"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalysisSettings, FFTSize) == 0x00002C, "Member 'USynesthesiaSpectrumAnalysisSettings::FFTSize' has a wrong offset!"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalysisSettings, SpectrumType) == 0x00002D, "Member 'USynesthesiaSpectrumAnalysisSettings::SpectrumType' has a wrong offset!"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalysisSettings, WindowType) == 0x00002E, "Member 'USynesthesiaSpectrumAnalysisSettings::WindowType' has a wrong offset!"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalysisSettings, bDownmixToMono) == 0x00002F, "Member 'USynesthesiaSpectrumAnalysisSettings::bDownmixToMono' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynesthesiaSpectrumAnalyzer_GetCenterFrequencies \ +static_assert(alignof(SynesthesiaSpectrumAnalyzer_GetCenterFrequencies) == 0x000008, "Wrong alignment on SynesthesiaSpectrumAnalyzer_GetCenterFrequencies"); \ +static_assert(sizeof(SynesthesiaSpectrumAnalyzer_GetCenterFrequencies) == 0x000018, "Wrong size on SynesthesiaSpectrumAnalyzer_GetCenterFrequencies"); \ +static_assert(offsetof(SynesthesiaSpectrumAnalyzer_GetCenterFrequencies, InSampleRate) == 0x000000, "Member 'SynesthesiaSpectrumAnalyzer_GetCenterFrequencies::InSampleRate' has a wrong offset!"); \ +static_assert(offsetof(SynesthesiaSpectrumAnalyzer_GetCenterFrequencies, OutCenterFrequencies) == 0x000008, "Member 'SynesthesiaSpectrumAnalyzer_GetCenterFrequencies::OutCenterFrequencies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies \ +static_assert(alignof(SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies) == 0x000004, "Wrong alignment on SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies"); \ +static_assert(sizeof(SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies) == 0x000004, "Wrong size on SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies"); \ +static_assert(offsetof(SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies, ReturnValue) == 0x000000, "Member 'SynesthesiaSpectrumAnalyzer_GetNumCenterFrequencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynesthesiaSpectrumAnalyzer \ +static_assert(alignof(USynesthesiaSpectrumAnalyzer) == 0x000008, "Wrong alignment on USynesthesiaSpectrumAnalyzer"); \ +static_assert(sizeof(USynesthesiaSpectrumAnalyzer) == 0x0000F8, "Wrong size on USynesthesiaSpectrumAnalyzer"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalyzer, Settings) == 0x0000A0, "Member 'USynesthesiaSpectrumAnalyzer::Settings' has a wrong offset!"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalyzer, OnSpectrumResults) == 0x0000A8, "Member 'USynesthesiaSpectrumAnalyzer::OnSpectrumResults' has a wrong offset!"); \ +static_assert(offsetof(USynesthesiaSpectrumAnalyzer, OnLatestSpectrumResults) == 0x0000D0, "Member 'USynesthesiaSpectrumAnalyzer::OnLatestSpectrumResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorGradingSpinBoxStyle \ +static_assert(alignof(FColorGradingSpinBoxStyle) == 0x000010, "Wrong alignment on FColorGradingSpinBoxStyle"); \ +static_assert(sizeof(FColorGradingSpinBoxStyle) == 0x0002E0, "Wrong size on FColorGradingSpinBoxStyle"); \ +static_assert(offsetof(FColorGradingSpinBoxStyle, BorderBrush) == 0x000010, "Member 'FColorGradingSpinBoxStyle::BorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSpinBoxStyle, ActiveBorderBrush) == 0x0000C0, "Member 'FColorGradingSpinBoxStyle::ActiveBorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSpinBoxStyle, HoveredBorderBrush) == 0x000170, "Member 'FColorGradingSpinBoxStyle::HoveredBorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSpinBoxStyle, SelectorBrush) == 0x000220, "Member 'FColorGradingSpinBoxStyle::SelectorBrush' has a wrong offset!"); \ +static_assert(offsetof(FColorGradingSpinBoxStyle, SelectorWidth) == 0x0002D0, "Member 'FColorGradingSpinBoxStyle::SelectorWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetAngularOffset \ +static_assert(alignof(RadialSlider_SetAngularOffset) == 0x000004, "Wrong alignment on RadialSlider_SetAngularOffset"); \ +static_assert(sizeof(RadialSlider_SetAngularOffset) == 0x000004, "Wrong size on RadialSlider_SetAngularOffset"); \ +static_assert(offsetof(RadialSlider_SetAngularOffset, InValue) == 0x000000, "Member 'RadialSlider_SetAngularOffset::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetCenterBackgroundColor \ +static_assert(alignof(RadialSlider_SetCenterBackgroundColor) == 0x000004, "Wrong alignment on RadialSlider_SetCenterBackgroundColor"); \ +static_assert(sizeof(RadialSlider_SetCenterBackgroundColor) == 0x000010, "Wrong size on RadialSlider_SetCenterBackgroundColor"); \ +static_assert(offsetof(RadialSlider_SetCenterBackgroundColor, InValue) == 0x000000, "Member 'RadialSlider_SetCenterBackgroundColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetCustomDefaultValue \ +static_assert(alignof(RadialSlider_SetCustomDefaultValue) == 0x000004, "Wrong alignment on RadialSlider_SetCustomDefaultValue"); \ +static_assert(sizeof(RadialSlider_SetCustomDefaultValue) == 0x000004, "Wrong size on RadialSlider_SetCustomDefaultValue"); \ +static_assert(offsetof(RadialSlider_SetCustomDefaultValue, InValue) == 0x000000, "Member 'RadialSlider_SetCustomDefaultValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetHandStartEndRatio \ +static_assert(alignof(RadialSlider_SetHandStartEndRatio) == 0x000008, "Wrong alignment on RadialSlider_SetHandStartEndRatio"); \ +static_assert(sizeof(RadialSlider_SetHandStartEndRatio) == 0x000010, "Wrong size on RadialSlider_SetHandStartEndRatio"); \ +static_assert(offsetof(RadialSlider_SetHandStartEndRatio, InValue) == 0x000000, "Member 'RadialSlider_SetHandStartEndRatio::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetLocked \ +static_assert(alignof(RadialSlider_SetLocked) == 0x000001, "Wrong alignment on RadialSlider_SetLocked"); \ +static_assert(sizeof(RadialSlider_SetLocked) == 0x000001, "Wrong size on RadialSlider_SetLocked"); \ +static_assert(offsetof(RadialSlider_SetLocked, InValue) == 0x000000, "Member 'RadialSlider_SetLocked::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetShowSliderHand \ +static_assert(alignof(RadialSlider_SetShowSliderHand) == 0x000001, "Wrong alignment on RadialSlider_SetShowSliderHand"); \ +static_assert(sizeof(RadialSlider_SetShowSliderHand) == 0x000001, "Wrong size on RadialSlider_SetShowSliderHand"); \ +static_assert(offsetof(RadialSlider_SetShowSliderHand, InShowSliderHand) == 0x000000, "Member 'RadialSlider_SetShowSliderHand::InShowSliderHand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetShowSliderHandle \ +static_assert(alignof(RadialSlider_SetShowSliderHandle) == 0x000001, "Wrong alignment on RadialSlider_SetShowSliderHandle"); \ +static_assert(sizeof(RadialSlider_SetShowSliderHandle) == 0x000001, "Wrong size on RadialSlider_SetShowSliderHandle"); \ +static_assert(offsetof(RadialSlider_SetShowSliderHandle, InShowSliderHandle) == 0x000000, "Member 'RadialSlider_SetShowSliderHandle::InShowSliderHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetSliderBarColor \ +static_assert(alignof(RadialSlider_SetSliderBarColor) == 0x000004, "Wrong alignment on RadialSlider_SetSliderBarColor"); \ +static_assert(sizeof(RadialSlider_SetSliderBarColor) == 0x000010, "Wrong size on RadialSlider_SetSliderBarColor"); \ +static_assert(offsetof(RadialSlider_SetSliderBarColor, InValue) == 0x000000, "Member 'RadialSlider_SetSliderBarColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetSliderHandleColor \ +static_assert(alignof(RadialSlider_SetSliderHandleColor) == 0x000004, "Wrong alignment on RadialSlider_SetSliderHandleColor"); \ +static_assert(sizeof(RadialSlider_SetSliderHandleColor) == 0x000010, "Wrong size on RadialSlider_SetSliderHandleColor"); \ +static_assert(offsetof(RadialSlider_SetSliderHandleColor, InValue) == 0x000000, "Member 'RadialSlider_SetSliderHandleColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetSliderHandleEndAngle \ +static_assert(alignof(RadialSlider_SetSliderHandleEndAngle) == 0x000004, "Wrong alignment on RadialSlider_SetSliderHandleEndAngle"); \ +static_assert(sizeof(RadialSlider_SetSliderHandleEndAngle) == 0x000004, "Wrong size on RadialSlider_SetSliderHandleEndAngle"); \ +static_assert(offsetof(RadialSlider_SetSliderHandleEndAngle, InValue) == 0x000000, "Member 'RadialSlider_SetSliderHandleEndAngle::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetSliderHandleStartAngle \ +static_assert(alignof(RadialSlider_SetSliderHandleStartAngle) == 0x000004, "Wrong alignment on RadialSlider_SetSliderHandleStartAngle"); \ +static_assert(sizeof(RadialSlider_SetSliderHandleStartAngle) == 0x000004, "Wrong size on RadialSlider_SetSliderHandleStartAngle"); \ +static_assert(offsetof(RadialSlider_SetSliderHandleStartAngle, InValue) == 0x000000, "Member 'RadialSlider_SetSliderHandleStartAngle::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetSliderProgressColor \ +static_assert(alignof(RadialSlider_SetSliderProgressColor) == 0x000004, "Wrong alignment on RadialSlider_SetSliderProgressColor"); \ +static_assert(sizeof(RadialSlider_SetSliderProgressColor) == 0x000010, "Wrong size on RadialSlider_SetSliderProgressColor"); \ +static_assert(offsetof(RadialSlider_SetSliderProgressColor, InValue) == 0x000000, "Member 'RadialSlider_SetSliderProgressColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetSliderRange \ +static_assert(alignof(RadialSlider_SetSliderRange) == 0x000008, "Wrong alignment on RadialSlider_SetSliderRange"); \ +static_assert(sizeof(RadialSlider_SetSliderRange) == 0x000088, "Wrong size on RadialSlider_SetSliderRange"); \ +static_assert(offsetof(RadialSlider_SetSliderRange, InSliderRange) == 0x000000, "Member 'RadialSlider_SetSliderRange::InSliderRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetStepSize \ +static_assert(alignof(RadialSlider_SetStepSize) == 0x000004, "Wrong alignment on RadialSlider_SetStepSize"); \ +static_assert(sizeof(RadialSlider_SetStepSize) == 0x000004, "Wrong size on RadialSlider_SetStepSize"); \ +static_assert(offsetof(RadialSlider_SetStepSize, InValue) == 0x000000, "Member 'RadialSlider_SetStepSize::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetUseVerticalDrag \ +static_assert(alignof(RadialSlider_SetUseVerticalDrag) == 0x000001, "Wrong alignment on RadialSlider_SetUseVerticalDrag"); \ +static_assert(sizeof(RadialSlider_SetUseVerticalDrag) == 0x000001, "Wrong size on RadialSlider_SetUseVerticalDrag"); \ +static_assert(offsetof(RadialSlider_SetUseVerticalDrag, InUseVerticalDrag) == 0x000000, "Member 'RadialSlider_SetUseVerticalDrag::InUseVerticalDrag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetValue \ +static_assert(alignof(RadialSlider_SetValue) == 0x000004, "Wrong alignment on RadialSlider_SetValue"); \ +static_assert(sizeof(RadialSlider_SetValue) == 0x000004, "Wrong size on RadialSlider_SetValue"); \ +static_assert(offsetof(RadialSlider_SetValue, InValue) == 0x000000, "Member 'RadialSlider_SetValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_SetValueTags \ +static_assert(alignof(RadialSlider_SetValueTags) == 0x000008, "Wrong alignment on RadialSlider_SetValueTags"); \ +static_assert(sizeof(RadialSlider_SetValueTags) == 0x000010, "Wrong size on RadialSlider_SetValueTags"); \ +static_assert(offsetof(RadialSlider_SetValueTags, InValueTags) == 0x000000, "Member 'RadialSlider_SetValueTags::InValueTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_GetCustomDefaultValue \ +static_assert(alignof(RadialSlider_GetCustomDefaultValue) == 0x000004, "Wrong alignment on RadialSlider_GetCustomDefaultValue"); \ +static_assert(sizeof(RadialSlider_GetCustomDefaultValue) == 0x000004, "Wrong size on RadialSlider_GetCustomDefaultValue"); \ +static_assert(offsetof(RadialSlider_GetCustomDefaultValue, ReturnValue) == 0x000000, "Member 'RadialSlider_GetCustomDefaultValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_GetNormalizedSliderHandlePosition \ +static_assert(alignof(RadialSlider_GetNormalizedSliderHandlePosition) == 0x000004, "Wrong alignment on RadialSlider_GetNormalizedSliderHandlePosition"); \ +static_assert(sizeof(RadialSlider_GetNormalizedSliderHandlePosition) == 0x000004, "Wrong size on RadialSlider_GetNormalizedSliderHandlePosition"); \ +static_assert(offsetof(RadialSlider_GetNormalizedSliderHandlePosition, ReturnValue) == 0x000000, "Member 'RadialSlider_GetNormalizedSliderHandlePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialSlider_GetValue \ +static_assert(alignof(RadialSlider_GetValue) == 0x000004, "Wrong alignment on RadialSlider_GetValue"); \ +static_assert(sizeof(RadialSlider_GetValue) == 0x000004, "Wrong size on RadialSlider_GetValue"); \ +static_assert(offsetof(RadialSlider_GetValue, ReturnValue) == 0x000000, "Member 'RadialSlider_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URadialSlider \ +static_assert(alignof(URadialSlider) == 0x000010, "Wrong alignment on URadialSlider"); \ +static_assert(sizeof(URadialSlider) == 0x000740, "Wrong size on URadialSlider"); \ +static_assert(offsetof(URadialSlider, Value) == 0x000178, "Member 'URadialSlider::Value' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, ValueDelegate) == 0x00017C, "Member 'URadialSlider::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, bUseCustomDefaultValue) == 0x00018C, "Member 'URadialSlider::bUseCustomDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, CustomDefaultValue) == 0x000190, "Member 'URadialSlider::CustomDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, SliderRange) == 0x000198, "Member 'URadialSlider::SliderRange' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, ValueTags) == 0x000220, "Member 'URadialSlider::ValueTags' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, SliderHandleStartAngle) == 0x000230, "Member 'URadialSlider::SliderHandleStartAngle' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, SliderHandleEndAngle) == 0x000234, "Member 'URadialSlider::SliderHandleEndAngle' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, AngularOffset) == 0x000238, "Member 'URadialSlider::AngularOffset' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, HandStartEndRatio) == 0x000240, "Member 'URadialSlider::HandStartEndRatio' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, WidgetStyle) == 0x000250, "Member 'URadialSlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, SliderBarColor) == 0x000690, "Member 'URadialSlider::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, SliderProgressColor) == 0x0006A0, "Member 'URadialSlider::SliderProgressColor' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, SliderHandleColor) == 0x0006B0, "Member 'URadialSlider::SliderHandleColor' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, CenterBackgroundColor) == 0x0006C0, "Member 'URadialSlider::CenterBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, Locked) == 0x0006D0, "Member 'URadialSlider::Locked' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, MouseUsesStep) == 0x0006D1, "Member 'URadialSlider::MouseUsesStep' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, RequiresControllerLock) == 0x0006D2, "Member 'URadialSlider::RequiresControllerLock' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, StepSize) == 0x0006D4, "Member 'URadialSlider::StepSize' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, IsFocusable) == 0x0006D8, "Member 'URadialSlider::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, UseVerticalDrag) == 0x0006D9, "Member 'URadialSlider::UseVerticalDrag' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, ShowSliderHandle) == 0x0006DA, "Member 'URadialSlider::ShowSliderHandle' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, ShowSliderHand) == 0x0006DB, "Member 'URadialSlider::ShowSliderHand' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, OnMouseCaptureBegin) == 0x0006E0, "Member 'URadialSlider::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, OnMouseCaptureEnd) == 0x0006F0, "Member 'URadialSlider::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, OnControllerCaptureBegin) == 0x000700, "Member 'URadialSlider::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, OnControllerCaptureEnd) == 0x000710, "Member 'URadialSlider::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(URadialSlider, OnValueChanged) == 0x000720, "Member 'URadialSlider::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMeterStyle \ +static_assert(alignof(FAudioMeterStyle) == 0x000010, "Wrong alignment on FAudioMeterStyle"); \ +static_assert(sizeof(FAudioMeterStyle) == 0x000430, "Wrong size on FAudioMeterStyle"); \ + +#define DUMPER7_ASSERTS_FMeterChannelInfo \ +static_assert(alignof(FMeterChannelInfo) == 0x000004, "Wrong alignment on FMeterChannelInfo"); \ +static_assert(sizeof(FMeterChannelInfo) == 0x00000C, "Wrong size on FMeterChannelInfo"); \ + +#define DUMPER7_ASSERTS_FSpectrogramRackUnitSettings \ +static_assert(alignof(FSpectrogramRackUnitSettings) == 0x000001, "Wrong alignment on FSpectrogramRackUnitSettings"); \ +static_assert(sizeof(FSpectrogramRackUnitSettings) == 0x000007, "Wrong size on FSpectrogramRackUnitSettings"); \ +static_assert(offsetof(FSpectrogramRackUnitSettings, AnalyzerType) == 0x000000, "Member 'FSpectrogramRackUnitSettings::AnalyzerType' has a wrong offset!"); \ +static_assert(offsetof(FSpectrogramRackUnitSettings, FFTAnalyzerFFTSize) == 0x000001, "Member 'FSpectrogramRackUnitSettings::FFTAnalyzerFFTSize' has a wrong offset!"); \ +static_assert(offsetof(FSpectrogramRackUnitSettings, CQTAnalyzerFFTSize) == 0x000002, "Member 'FSpectrogramRackUnitSettings::CQTAnalyzerFFTSize' has a wrong offset!"); \ +static_assert(offsetof(FSpectrogramRackUnitSettings, PixelPlotMode) == 0x000003, "Member 'FSpectrogramRackUnitSettings::PixelPlotMode' has a wrong offset!"); \ +static_assert(offsetof(FSpectrogramRackUnitSettings, FrequencyScale) == 0x000004, "Member 'FSpectrogramRackUnitSettings::FrequencyScale' has a wrong offset!"); \ +static_assert(offsetof(FSpectrogramRackUnitSettings, ColorMap) == 0x000005, "Member 'FSpectrogramRackUnitSettings::ColorMap' has a wrong offset!"); \ +static_assert(offsetof(FSpectrogramRackUnitSettings, Orientation) == 0x000006, "Member 'FSpectrogramRackUnitSettings::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSampledSequenceViewerStyle \ +static_assert(alignof(FSampledSequenceViewerStyle) == 0x000010, "Wrong alignment on FSampledSequenceViewerStyle"); \ +static_assert(sizeof(FSampledSequenceViewerStyle) == 0x000140, "Wrong size on FSampledSequenceViewerStyle"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, SequenceColor) == 0x000008, "Member 'FSampledSequenceViewerStyle::SequenceColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, SequenceLineThickness) == 0x00001C, "Member 'FSampledSequenceViewerStyle::SequenceLineThickness' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, MajorGridLineColor) == 0x000020, "Member 'FSampledSequenceViewerStyle::MajorGridLineColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, MinorGridLineColor) == 0x000034, "Member 'FSampledSequenceViewerStyle::MinorGridLineColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, ZeroCrossingLineColor) == 0x000048, "Member 'FSampledSequenceViewerStyle::ZeroCrossingLineColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, ZeroCrossingLineThickness) == 0x00005C, "Member 'FSampledSequenceViewerStyle::ZeroCrossingLineThickness' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, SampleMarkersSize) == 0x000060, "Member 'FSampledSequenceViewerStyle::SampleMarkersSize' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, SequenceBackgroundColor) == 0x000064, "Member 'FSampledSequenceViewerStyle::SequenceBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, BackgroundBrush) == 0x000080, "Member 'FSampledSequenceViewerStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, DesiredWidth) == 0x000130, "Member 'FSampledSequenceViewerStyle::DesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceViewerStyle, DesiredHeight) == 0x000134, "Member 'FSampledSequenceViewerStyle::DesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMaterialWidgetStyle \ +static_assert(alignof(FAudioMaterialWidgetStyle) == 0x000008, "Wrong alignment on FAudioMaterialWidgetStyle"); \ +static_assert(sizeof(FAudioMaterialWidgetStyle) == 0x000018, "Wrong size on FAudioMaterialWidgetStyle"); \ +static_assert(offsetof(FAudioMaterialWidgetStyle, Material) == 0x000008, "Member 'FAudioMaterialWidgetStyle::Material' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialWidgetStyle, DesiredSize) == 0x000010, "Member 'FAudioMaterialWidgetStyle::DesiredSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSampledSequenceValueGridOverlayStyle \ +static_assert(alignof(FSampledSequenceValueGridOverlayStyle) == 0x000008, "Wrong alignment on FSampledSequenceValueGridOverlayStyle"); \ +static_assert(sizeof(FSampledSequenceValueGridOverlayStyle) == 0x0000A0, "Wrong size on FSampledSequenceValueGridOverlayStyle"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, GridColor) == 0x000008, "Member 'FSampledSequenceValueGridOverlayStyle::GridColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, GridThickness) == 0x00001C, "Member 'FSampledSequenceValueGridOverlayStyle::GridThickness' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, LabelTextColor) == 0x000020, "Member 'FSampledSequenceValueGridOverlayStyle::LabelTextColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, LabelTextFont) == 0x000038, "Member 'FSampledSequenceValueGridOverlayStyle::LabelTextFont' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, DesiredWidth) == 0x000098, "Member 'FSampledSequenceValueGridOverlayStyle::DesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceValueGridOverlayStyle, DesiredHeight) == 0x00009C, "Member 'FSampledSequenceValueGridOverlayStyle::DesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMaterialMeterStyle \ +static_assert(alignof(FAudioMaterialMeterStyle) == 0x000008, "Wrong alignment on FAudioMaterialMeterStyle"); \ +static_assert(sizeof(FAudioMaterialMeterStyle) == 0x0000F0, "Wrong size on FAudioMaterialMeterStyle"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, MeterFillMinColor) == 0x000018, "Member 'FAudioMaterialMeterStyle::MeterFillMinColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, MeterFillMidColor) == 0x000028, "Member 'FAudioMaterialMeterStyle::MeterFillMidColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, MeterFillMaxColor) == 0x000038, "Member 'FAudioMaterialMeterStyle::MeterFillMaxColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, MeterFillBackgroundColor) == 0x000048, "Member 'FAudioMaterialMeterStyle::MeterFillBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, MeterPadding) == 0x000058, "Member 'FAudioMaterialMeterStyle::MeterPadding' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, ValueRangeDb) == 0x000068, "Member 'FAudioMaterialMeterStyle::ValueRangeDb' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, bShowScale) == 0x000078, "Member 'FAudioMaterialMeterStyle::bShowScale' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, bScaleSide) == 0x000079, "Member 'FAudioMaterialMeterStyle::bScaleSide' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, ScaleHashOffset) == 0x00007C, "Member 'FAudioMaterialMeterStyle::ScaleHashOffset' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, ScaleHashWidth) == 0x000080, "Member 'FAudioMaterialMeterStyle::ScaleHashWidth' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, ScaleHashHeight) == 0x000084, "Member 'FAudioMaterialMeterStyle::ScaleHashHeight' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, DecibelsPerHash) == 0x000088, "Member 'FAudioMaterialMeterStyle::DecibelsPerHash' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialMeterStyle, Font) == 0x000090, "Member 'FAudioMaterialMeterStyle::Font' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMaterialButtonStyle \ +static_assert(alignof(FAudioMaterialButtonStyle) == 0x000008, "Wrong alignment on FAudioMaterialButtonStyle"); \ +static_assert(sizeof(FAudioMaterialButtonStyle) == 0x000088, "Wrong size on FAudioMaterialButtonStyle"); \ +static_assert(offsetof(FAudioMaterialButtonStyle, ButtonMainColor) == 0x000018, "Member 'FAudioMaterialButtonStyle::ButtonMainColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialButtonStyle, ButtonMainColorTint_1) == 0x000028, "Member 'FAudioMaterialButtonStyle::ButtonMainColorTint_1' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialButtonStyle, ButtonMainColorTint_2) == 0x000038, "Member 'FAudioMaterialButtonStyle::ButtonMainColorTint_2' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialButtonStyle, ButtonAccentColor) == 0x000048, "Member 'FAudioMaterialButtonStyle::ButtonAccentColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialButtonStyle, ButtonShadowColor) == 0x000058, "Member 'FAudioMaterialButtonStyle::ButtonShadowColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialButtonStyle, ButtonUnpressedOutlineColor) == 0x000068, "Member 'FAudioMaterialButtonStyle::ButtonUnpressedOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialButtonStyle, ButtonPressedOutlineColor) == 0x000078, "Member 'FAudioMaterialButtonStyle::ButtonPressedOutlineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFixedSampleSequenceRulerStyle \ +static_assert(alignof(FFixedSampleSequenceRulerStyle) == 0x000010, "Wrong alignment on FFixedSampleSequenceRulerStyle"); \ +static_assert(sizeof(FFixedSampleSequenceRulerStyle) == 0x000230, "Wrong size on FFixedSampleSequenceRulerStyle"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, HandleWidth) == 0x000008, "Member 'FFixedSampleSequenceRulerStyle::HandleWidth' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, HandleColor) == 0x00000C, "Member 'FFixedSampleSequenceRulerStyle::HandleColor' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, HandleBrush) == 0x000020, "Member 'FFixedSampleSequenceRulerStyle::HandleBrush' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, TicksColor) == 0x0000D0, "Member 'FFixedSampleSequenceRulerStyle::TicksColor' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, TicksTextColor) == 0x0000E4, "Member 'FFixedSampleSequenceRulerStyle::TicksTextColor' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, TicksTextFont) == 0x0000F8, "Member 'FFixedSampleSequenceRulerStyle::TicksTextFont' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, TicksTextOffset) == 0x000158, "Member 'FFixedSampleSequenceRulerStyle::TicksTextOffset' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, BackgroundColor) == 0x00015C, "Member 'FFixedSampleSequenceRulerStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, BackgroundBrush) == 0x000170, "Member 'FFixedSampleSequenceRulerStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, DesiredWidth) == 0x000220, "Member 'FFixedSampleSequenceRulerStyle::DesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(FFixedSampleSequenceRulerStyle, DesiredHeight) == 0x000224, "Member 'FFixedSampleSequenceRulerStyle::DesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTriggerThresholdLineStyle \ +static_assert(alignof(FTriggerThresholdLineStyle) == 0x000008, "Wrong alignment on FTriggerThresholdLineStyle"); \ +static_assert(sizeof(FTriggerThresholdLineStyle) == 0x000018, "Wrong size on FTriggerThresholdLineStyle"); \ +static_assert(offsetof(FTriggerThresholdLineStyle, LineColor) == 0x000008, "Member 'FTriggerThresholdLineStyle::LineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioOscilloscopePanelStyle \ +static_assert(alignof(FAudioOscilloscopePanelStyle) == 0x000010, "Wrong alignment on FAudioOscilloscopePanelStyle"); \ +static_assert(sizeof(FAudioOscilloscopePanelStyle) == 0x000440, "Wrong size on FAudioOscilloscopePanelStyle"); \ +static_assert(offsetof(FAudioOscilloscopePanelStyle, TimeRulerStyle) == 0x000010, "Member 'FAudioOscilloscopePanelStyle::TimeRulerStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioOscilloscopePanelStyle, ValueGridStyle) == 0x000240, "Member 'FAudioOscilloscopePanelStyle::ValueGridStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioOscilloscopePanelStyle, WaveViewerStyle) == 0x0002E0, "Member 'FAudioOscilloscopePanelStyle::WaveViewerStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioOscilloscopePanelStyle, TriggerThresholdLineStyle) == 0x000420, "Member 'FAudioOscilloscopePanelStyle::TriggerThresholdLineStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpectrumAnalyzerRackUnitSettings \ +static_assert(alignof(FSpectrumAnalyzerRackUnitSettings) == 0x000001, "Wrong alignment on FSpectrumAnalyzerRackUnitSettings"); \ +static_assert(sizeof(FSpectrumAnalyzerRackUnitSettings) == 0x000009, "Wrong size on FSpectrumAnalyzerRackUnitSettings"); \ +static_assert(offsetof(FSpectrumAnalyzerRackUnitSettings, Ballistics) == 0x000000, "Member 'FSpectrumAnalyzerRackUnitSettings::Ballistics' has a wrong offset!"); \ +static_assert(offsetof(FSpectrumAnalyzerRackUnitSettings, AnalyzerType) == 0x000001, "Member 'FSpectrumAnalyzerRackUnitSettings::AnalyzerType' has a wrong offset!"); \ +static_assert(offsetof(FSpectrumAnalyzerRackUnitSettings, FFTAnalyzerFFTSize) == 0x000002, "Member 'FSpectrumAnalyzerRackUnitSettings::FFTAnalyzerFFTSize' has a wrong offset!"); \ +static_assert(offsetof(FSpectrumAnalyzerRackUnitSettings, CQTAnalyzerFFTSize) == 0x000003, "Member 'FSpectrumAnalyzerRackUnitSettings::CQTAnalyzerFFTSize' has a wrong offset!"); \ +static_assert(offsetof(FSpectrumAnalyzerRackUnitSettings, TiltSpectrum) == 0x000004, "Member 'FSpectrumAnalyzerRackUnitSettings::TiltSpectrum' has a wrong offset!"); \ +static_assert(offsetof(FSpectrumAnalyzerRackUnitSettings, PixelPlotMode) == 0x000005, "Member 'FSpectrumAnalyzerRackUnitSettings::PixelPlotMode' has a wrong offset!"); \ +static_assert(offsetof(FSpectrumAnalyzerRackUnitSettings, FrequencyScale) == 0x000006, "Member 'FSpectrumAnalyzerRackUnitSettings::FrequencyScale' has a wrong offset!"); \ +static_assert(offsetof(FSpectrumAnalyzerRackUnitSettings, bDisplayFrequencyAxisLabels) == 0x000007, "Member 'FSpectrumAnalyzerRackUnitSettings::bDisplayFrequencyAxisLabels' has a wrong offset!"); \ +static_assert(offsetof(FSpectrumAnalyzerRackUnitSettings, bDisplaySoundLevelAxisLabels) == 0x000008, "Member 'FSpectrumAnalyzerRackUnitSettings::bDisplaySoundLevelAxisLabels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioSpectrumPlotStyle \ +static_assert(alignof(FAudioSpectrumPlotStyle) == 0x000008, "Wrong alignment on FAudioSpectrumPlotStyle"); \ +static_assert(sizeof(FAudioSpectrumPlotStyle) == 0x000130, "Wrong size on FAudioSpectrumPlotStyle"); \ +static_assert(offsetof(FAudioSpectrumPlotStyle, BackgroundColor) == 0x000008, "Member 'FAudioSpectrumPlotStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSpectrumPlotStyle, GridColor) == 0x00001C, "Member 'FAudioSpectrumPlotStyle::GridColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSpectrumPlotStyle, AxisLabelColor) == 0x000030, "Member 'FAudioSpectrumPlotStyle::AxisLabelColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSpectrumPlotStyle, AxisLabelFont) == 0x000048, "Member 'FAudioSpectrumPlotStyle::AxisLabelFont' has a wrong offset!"); \ +static_assert(offsetof(FAudioSpectrumPlotStyle, SpectrumColor) == 0x0000A8, "Member 'FAudioSpectrumPlotStyle::SpectrumColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSpectrumPlotStyle, CrosshairColor) == 0x0000BC, "Member 'FAudioSpectrumPlotStyle::CrosshairColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSpectrumPlotStyle, CrosshairLabelFont) == 0x0000D0, "Member 'FAudioSpectrumPlotStyle::CrosshairLabelFont' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSampledSequenceVectorViewerStyle \ +static_assert(alignof(FSampledSequenceVectorViewerStyle) == 0x000010, "Wrong alignment on FSampledSequenceVectorViewerStyle"); \ +static_assert(sizeof(FSampledSequenceVectorViewerStyle) == 0x0000F0, "Wrong size on FSampledSequenceVectorViewerStyle"); \ +static_assert(offsetof(FSampledSequenceVectorViewerStyle, BackgroundColor) == 0x000008, "Member 'FSampledSequenceVectorViewerStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceVectorViewerStyle, BackgroundBrush) == 0x000020, "Member 'FSampledSequenceVectorViewerStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceVectorViewerStyle, LineColor) == 0x0000D0, "Member 'FSampledSequenceVectorViewerStyle::LineColor' has a wrong offset!"); \ +static_assert(offsetof(FSampledSequenceVectorViewerStyle, LineThickness) == 0x0000E0, "Member 'FSampledSequenceVectorViewerStyle::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioVectorscopePanelStyle \ +static_assert(alignof(FAudioVectorscopePanelStyle) == 0x000010, "Wrong alignment on FAudioVectorscopePanelStyle"); \ +static_assert(sizeof(FAudioVectorscopePanelStyle) == 0x0001A0, "Wrong size on FAudioVectorscopePanelStyle"); \ +static_assert(offsetof(FAudioVectorscopePanelStyle, ValueGridStyle) == 0x000008, "Member 'FAudioVectorscopePanelStyle::ValueGridStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioVectorscopePanelStyle, VectorViewerStyle) == 0x0000B0, "Member 'FAudioVectorscopePanelStyle::VectorViewerStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMaterialEnvelopeSettings \ +static_assert(alignof(FAudioMaterialEnvelopeSettings) == 0x000004, "Wrong alignment on FAudioMaterialEnvelopeSettings"); \ +static_assert(sizeof(FAudioMaterialEnvelopeSettings) == 0x000024, "Wrong size on FAudioMaterialEnvelopeSettings"); \ +static_assert(offsetof(FAudioMaterialEnvelopeSettings, EnvelopeType) == 0x000000, "Member 'FAudioMaterialEnvelopeSettings::EnvelopeType' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialEnvelopeSettings, AttackCurve) == 0x000004, "Member 'FAudioMaterialEnvelopeSettings::AttackCurve' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialEnvelopeSettings, AttackValue) == 0x000008, "Member 'FAudioMaterialEnvelopeSettings::AttackValue' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialEnvelopeSettings, AttackTime) == 0x00000C, "Member 'FAudioMaterialEnvelopeSettings::AttackTime' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialEnvelopeSettings, DecayCurve) == 0x000010, "Member 'FAudioMaterialEnvelopeSettings::DecayCurve' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialEnvelopeSettings, DecayTime) == 0x000014, "Member 'FAudioMaterialEnvelopeSettings::DecayTime' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialEnvelopeSettings, SustainValue) == 0x000018, "Member 'FAudioMaterialEnvelopeSettings::SustainValue' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialEnvelopeSettings, ReleaseCurve) == 0x00001C, "Member 'FAudioMaterialEnvelopeSettings::ReleaseCurve' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialEnvelopeSettings, ReleaseTime) == 0x000020, "Member 'FAudioMaterialEnvelopeSettings::ReleaseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLoudnessMetricDisplayOptions \ +static_assert(alignof(FLoudnessMetricDisplayOptions) == 0x000001, "Wrong alignment on FLoudnessMetricDisplayOptions"); \ +static_assert(sizeof(FLoudnessMetricDisplayOptions) == 0x000002, "Wrong size on FLoudnessMetricDisplayOptions"); \ +static_assert(offsetof(FLoudnessMetricDisplayOptions, bShowValue) == 0x000000, "Member 'FLoudnessMetricDisplayOptions::bShowValue' has a wrong offset!"); \ +static_assert(offsetof(FLoudnessMetricDisplayOptions, bShowMeter) == 0x000001, "Member 'FLoudnessMetricDisplayOptions::bShowMeter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLoudnessMeterRackUnitSettings \ +static_assert(alignof(FLoudnessMeterRackUnitSettings) == 0x000001, "Wrong alignment on FLoudnessMeterRackUnitSettings"); \ +static_assert(sizeof(FLoudnessMeterRackUnitSettings) == 0x000007, "Wrong size on FLoudnessMeterRackUnitSettings"); \ +static_assert(offsetof(FLoudnessMeterRackUnitSettings, bDisplayAnalysisTimer) == 0x000000, "Member 'FLoudnessMeterRackUnitSettings::bDisplayAnalysisTimer' has a wrong offset!"); \ +static_assert(offsetof(FLoudnessMeterRackUnitSettings, LongTermLoudness) == 0x000001, "Member 'FLoudnessMeterRackUnitSettings::LongTermLoudness' has a wrong offset!"); \ +static_assert(offsetof(FLoudnessMeterRackUnitSettings, ShortTermLoudness) == 0x000003, "Member 'FLoudnessMeterRackUnitSettings::ShortTermLoudness' has a wrong offset!"); \ +static_assert(offsetof(FLoudnessMeterRackUnitSettings, MomentaryLoudness) == 0x000005, "Member 'FLoudnessMeterRackUnitSettings::MomentaryLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioTextBoxStyle \ +static_assert(alignof(FAudioTextBoxStyle) == 0x000010, "Wrong alignment on FAudioTextBoxStyle"); \ +static_assert(sizeof(FAudioTextBoxStyle) == 0x0000E0, "Wrong size on FAudioTextBoxStyle"); \ +static_assert(offsetof(FAudioTextBoxStyle, BackgroundImage) == 0x000010, "Member 'FAudioTextBoxStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioTextBoxStyle, BackgroundColor) == 0x0000C0, "Member 'FAudioTextBoxStyle::BackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMaterialSliderStyle \ +static_assert(alignof(FAudioMaterialSliderStyle) == 0x000010, "Wrong alignment on FAudioMaterialSliderStyle"); \ +static_assert(sizeof(FAudioMaterialSliderStyle) == 0x000150, "Wrong size on FAudioMaterialSliderStyle"); \ +static_assert(offsetof(FAudioMaterialSliderStyle, SliderBackgroundColor) == 0x000018, "Member 'FAudioMaterialSliderStyle::SliderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialSliderStyle, SliderBackgroundAccentColor) == 0x000028, "Member 'FAudioMaterialSliderStyle::SliderBackgroundAccentColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialSliderStyle, SliderValueMainColor) == 0x000038, "Member 'FAudioMaterialSliderStyle::SliderValueMainColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialSliderStyle, SliderHandleMainColor) == 0x000048, "Member 'FAudioMaterialSliderStyle::SliderHandleMainColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialSliderStyle, SliderHandleOutlineColor) == 0x000058, "Member 'FAudioMaterialSliderStyle::SliderHandleOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialSliderStyle, TextBoxStyle) == 0x000070, "Member 'FAudioMaterialSliderStyle::TextBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMaterialKnobStyle \ +static_assert(alignof(FAudioMaterialKnobStyle) == 0x000010, "Wrong alignment on FAudioMaterialKnobStyle"); \ +static_assert(sizeof(FAudioMaterialKnobStyle) == 0x0001C0, "Wrong size on FAudioMaterialKnobStyle"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, KnobMainColor) == 0x000018, "Member 'FAudioMaterialKnobStyle::KnobMainColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, KnobAccentColor) == 0x000028, "Member 'FAudioMaterialKnobStyle::KnobAccentColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, KnobShadowColor) == 0x000038, "Member 'FAudioMaterialKnobStyle::KnobShadowColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, KnobSmoothBevelColor) == 0x000048, "Member 'FAudioMaterialKnobStyle::KnobSmoothBevelColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, KnobIndicatorDotColor) == 0x000058, "Member 'FAudioMaterialKnobStyle::KnobIndicatorDotColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, KnobEdgeFillColor) == 0x000068, "Member 'FAudioMaterialKnobStyle::KnobEdgeFillColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, KnobBarColor) == 0x000078, "Member 'FAudioMaterialKnobStyle::KnobBarColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, KnobBarShadowColor) == 0x000088, "Member 'FAudioMaterialKnobStyle::KnobBarShadowColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, KnobBarFillMinColor) == 0x000098, "Member 'FAudioMaterialKnobStyle::KnobBarFillMinColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, KnobBarFillMidColor) == 0x0000A8, "Member 'FAudioMaterialKnobStyle::KnobBarFillMidColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, KnobBarFillMaxColor) == 0x0000B8, "Member 'FAudioMaterialKnobStyle::KnobBarFillMaxColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, KnobBarFillTintColor) == 0x0000C8, "Member 'FAudioMaterialKnobStyle::KnobBarFillTintColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialKnobStyle, TextBoxStyle) == 0x0000E0, "Member 'FAudioMaterialKnobStyle::TextBoxStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMaterialEnvelopeStyle \ +static_assert(alignof(FAudioMaterialEnvelopeStyle) == 0x000008, "Wrong alignment on FAudioMaterialEnvelopeStyle"); \ +static_assert(sizeof(FAudioMaterialEnvelopeStyle) == 0x000048, "Wrong size on FAudioMaterialEnvelopeStyle"); \ +static_assert(offsetof(FAudioMaterialEnvelopeStyle, CurveColor) == 0x000018, "Member 'FAudioMaterialEnvelopeStyle::CurveColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialEnvelopeStyle, BackgroundColor) == 0x000028, "Member 'FAudioMaterialEnvelopeStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMaterialEnvelopeStyle, OutlineColor) == 0x000038, "Member 'FAudioMaterialEnvelopeStyle::OutlineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMeterDefaultColorStyle \ +static_assert(alignof(FAudioMeterDefaultColorStyle) == 0x000008, "Wrong alignment on FAudioMeterDefaultColorStyle"); \ +static_assert(sizeof(FAudioMeterDefaultColorStyle) == 0x000068, "Wrong size on FAudioMeterDefaultColorStyle"); \ + +#define DUMPER7_ASSERTS_FAudioSliderStyle \ +static_assert(alignof(FAudioSliderStyle) == 0x000010, "Wrong alignment on FAudioSliderStyle"); \ +static_assert(sizeof(FAudioSliderStyle) == 0x000650, "Wrong size on FAudioSliderStyle"); \ +static_assert(offsetof(FAudioSliderStyle, SliderStyle) == 0x000010, "Member 'FAudioSliderStyle::SliderStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, TextBoxStyle) == 0x000450, "Member 'FAudioSliderStyle::TextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, WidgetBackgroundImage) == 0x000530, "Member 'FAudioSliderStyle::WidgetBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, SliderBackgroundColor) == 0x0005E0, "Member 'FAudioSliderStyle::SliderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, SliderBackgroundSize) == 0x0005F8, "Member 'FAudioSliderStyle::SliderBackgroundSize' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, LabelPadding) == 0x000608, "Member 'FAudioSliderStyle::LabelPadding' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, SliderBarColor) == 0x00060C, "Member 'FAudioSliderStyle::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, SliderThumbColor) == 0x000620, "Member 'FAudioSliderStyle::SliderThumbColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioSliderStyle, WidgetBackgroundColor) == 0x000634, "Member 'FAudioSliderStyle::WidgetBackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioRadialSliderStyle \ +static_assert(alignof(FAudioRadialSliderStyle) == 0x000010, "Wrong alignment on FAudioRadialSliderStyle"); \ +static_assert(sizeof(FAudioRadialSliderStyle) == 0x000140, "Wrong size on FAudioRadialSliderStyle"); \ +static_assert(offsetof(FAudioRadialSliderStyle, TextBoxStyle) == 0x000010, "Member 'FAudioRadialSliderStyle::TextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, CenterBackgroundColor) == 0x0000F0, "Member 'FAudioRadialSliderStyle::CenterBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, SliderBarColor) == 0x000104, "Member 'FAudioRadialSliderStyle::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, SliderProgressColor) == 0x000118, "Member 'FAudioRadialSliderStyle::SliderProgressColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, LabelPadding) == 0x00012C, "Member 'FAudioRadialSliderStyle::LabelPadding' has a wrong offset!"); \ +static_assert(offsetof(FAudioRadialSliderStyle, DefaultSliderRadius) == 0x000130, "Member 'FAudioRadialSliderStyle::DefaultSliderRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayheadOverlayStyle \ +static_assert(alignof(FPlayheadOverlayStyle) == 0x000008, "Wrong alignment on FPlayheadOverlayStyle"); \ +static_assert(sizeof(FPlayheadOverlayStyle) == 0x000028, "Wrong size on FPlayheadOverlayStyle"); \ +static_assert(offsetof(FPlayheadOverlayStyle, PlayheadColor) == 0x000008, "Member 'FPlayheadOverlayStyle::PlayheadColor' has a wrong offset!"); \ +static_assert(offsetof(FPlayheadOverlayStyle, PlayheadWidth) == 0x00001C, "Member 'FPlayheadOverlayStyle::PlayheadWidth' has a wrong offset!"); \ +static_assert(offsetof(FPlayheadOverlayStyle, DesiredWidth) == 0x000020, "Member 'FPlayheadOverlayStyle::DesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(FPlayheadOverlayStyle, DesiredHeight) == 0x000024, "Member 'FPlayheadOverlayStyle::DesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMaterialKnobWidgetStyle \ +static_assert(alignof(UAudioMaterialKnobWidgetStyle) == 0x000010, "Wrong alignment on UAudioMaterialKnobWidgetStyle"); \ +static_assert(sizeof(UAudioMaterialKnobWidgetStyle) == 0x0001F0, "Wrong size on UAudioMaterialKnobWidgetStyle"); \ +static_assert(offsetof(UAudioMaterialKnobWidgetStyle, KnobStyle) == 0x000030, "Member 'UAudioMaterialKnobWidgetStyle::KnobStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMaterialMeterWidgetStyle \ +static_assert(alignof(UAudioMaterialMeterWidgetStyle) == 0x000008, "Wrong alignment on UAudioMaterialMeterWidgetStyle"); \ +static_assert(sizeof(UAudioMaterialMeterWidgetStyle) == 0x000120, "Wrong size on UAudioMaterialMeterWidgetStyle"); \ +static_assert(offsetof(UAudioMaterialMeterWidgetStyle, MeterStyle) == 0x000030, "Member 'UAudioMaterialMeterWidgetStyle::MeterStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMaterialButtonWidgetStyle \ +static_assert(alignof(UAudioMaterialButtonWidgetStyle) == 0x000008, "Wrong alignment on UAudioMaterialButtonWidgetStyle"); \ +static_assert(sizeof(UAudioMaterialButtonWidgetStyle) == 0x0000B8, "Wrong size on UAudioMaterialButtonWidgetStyle"); \ +static_assert(offsetof(UAudioMaterialButtonWidgetStyle, ButtonStyle) == 0x000030, "Member 'UAudioMaterialButtonWidgetStyle::ButtonStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMaterialSliderWidgetStyle \ +static_assert(alignof(UAudioMaterialSliderWidgetStyle) == 0x000010, "Wrong alignment on UAudioMaterialSliderWidgetStyle"); \ +static_assert(sizeof(UAudioMaterialSliderWidgetStyle) == 0x000180, "Wrong size on UAudioMaterialSliderWidgetStyle"); \ +static_assert(offsetof(UAudioMaterialSliderWidgetStyle, SliderStyle) == 0x000030, "Member 'UAudioMaterialSliderWidgetStyle::SliderStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialButton_SetIsPressed \ +static_assert(alignof(AudioMaterialButton_SetIsPressed) == 0x000001, "Wrong alignment on AudioMaterialButton_SetIsPressed"); \ +static_assert(sizeof(AudioMaterialButton_SetIsPressed) == 0x000001, "Wrong size on AudioMaterialButton_SetIsPressed"); \ +static_assert(offsetof(AudioMaterialButton_SetIsPressed, InPressed) == 0x000000, "Member 'AudioMaterialButton_SetIsPressed::InPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialButton_GetIsPressed \ +static_assert(alignof(AudioMaterialButton_GetIsPressed) == 0x000001, "Wrong alignment on AudioMaterialButton_GetIsPressed"); \ +static_assert(sizeof(AudioMaterialButton_GetIsPressed) == 0x000001, "Wrong size on AudioMaterialButton_GetIsPressed"); \ +static_assert(offsetof(AudioMaterialButton_GetIsPressed, ReturnValue) == 0x000000, "Member 'AudioMaterialButton_GetIsPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMaterialButton \ +static_assert(alignof(UAudioMaterialButton) == 0x000008, "Wrong alignment on UAudioMaterialButton"); \ +static_assert(sizeof(UAudioMaterialButton) == 0x000228, "Wrong size on UAudioMaterialButton"); \ +static_assert(offsetof(UAudioMaterialButton, WidgetStyle) == 0x000178, "Member 'UAudioMaterialButton::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialButton, OnButtonPressedChangedEvent) == 0x000200, "Member 'UAudioMaterialButton::OnButtonPressedChangedEvent' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialButton, bIsPressed) == 0x000210, "Member 'UAudioMaterialButton::bIsPressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMaterialEnvelope \ +static_assert(alignof(UAudioMaterialEnvelope) == 0x000008, "Wrong alignment on UAudioMaterialEnvelope"); \ +static_assert(sizeof(UAudioMaterialEnvelope) == 0x0001F8, "Wrong size on UAudioMaterialEnvelope"); \ +static_assert(offsetof(UAudioMaterialEnvelope, WidgetStyle) == 0x000178, "Member 'UAudioMaterialEnvelope::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialEnvelope, EnvelopeSettings) == 0x0001C0, "Member 'UAudioMaterialEnvelope::EnvelopeSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialKnob_GetValue \ +static_assert(alignof(AudioMaterialKnob_GetValue) == 0x000004, "Wrong alignment on AudioMaterialKnob_GetValue"); \ +static_assert(sizeof(AudioMaterialKnob_GetValue) == 0x000004, "Wrong size on AudioMaterialKnob_GetValue"); \ +static_assert(offsetof(AudioMaterialKnob_GetValue, ReturnValue) == 0x000000, "Member 'AudioMaterialKnob_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialKnob_SetFineTuneSpeed \ +static_assert(alignof(AudioMaterialKnob_SetFineTuneSpeed) == 0x000004, "Wrong alignment on AudioMaterialKnob_SetFineTuneSpeed"); \ +static_assert(sizeof(AudioMaterialKnob_SetFineTuneSpeed) == 0x000004, "Wrong size on AudioMaterialKnob_SetFineTuneSpeed"); \ +static_assert(offsetof(AudioMaterialKnob_SetFineTuneSpeed, InValue) == 0x000000, "Member 'AudioMaterialKnob_SetFineTuneSpeed::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialKnob_SetLocked \ +static_assert(alignof(AudioMaterialKnob_SetLocked) == 0x000001, "Wrong alignment on AudioMaterialKnob_SetLocked"); \ +static_assert(sizeof(AudioMaterialKnob_SetLocked) == 0x000001, "Wrong size on AudioMaterialKnob_SetLocked"); \ +static_assert(offsetof(AudioMaterialKnob_SetLocked, InLocked) == 0x000000, "Member 'AudioMaterialKnob_SetLocked::InLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialKnob_SetMouseUsesStep \ +static_assert(alignof(AudioMaterialKnob_SetMouseUsesStep) == 0x000001, "Wrong alignment on AudioMaterialKnob_SetMouseUsesStep"); \ +static_assert(sizeof(AudioMaterialKnob_SetMouseUsesStep) == 0x000001, "Wrong size on AudioMaterialKnob_SetMouseUsesStep"); \ +static_assert(offsetof(AudioMaterialKnob_SetMouseUsesStep, InUsesStep) == 0x000000, "Member 'AudioMaterialKnob_SetMouseUsesStep::InUsesStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialKnob_SetStepSize \ +static_assert(alignof(AudioMaterialKnob_SetStepSize) == 0x000004, "Wrong alignment on AudioMaterialKnob_SetStepSize"); \ +static_assert(sizeof(AudioMaterialKnob_SetStepSize) == 0x000004, "Wrong size on AudioMaterialKnob_SetStepSize"); \ +static_assert(offsetof(AudioMaterialKnob_SetStepSize, InValue) == 0x000000, "Member 'AudioMaterialKnob_SetStepSize::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialKnob_SetTuneSpeed \ +static_assert(alignof(AudioMaterialKnob_SetTuneSpeed) == 0x000004, "Wrong alignment on AudioMaterialKnob_SetTuneSpeed"); \ +static_assert(sizeof(AudioMaterialKnob_SetTuneSpeed) == 0x000004, "Wrong size on AudioMaterialKnob_SetTuneSpeed"); \ +static_assert(offsetof(AudioMaterialKnob_SetTuneSpeed, InValue) == 0x000000, "Member 'AudioMaterialKnob_SetTuneSpeed::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialKnob_SetValue \ +static_assert(alignof(AudioMaterialKnob_SetValue) == 0x000004, "Wrong alignment on AudioMaterialKnob_SetValue"); \ +static_assert(sizeof(AudioMaterialKnob_SetValue) == 0x000004, "Wrong size on AudioMaterialKnob_SetValue"); \ +static_assert(offsetof(AudioMaterialKnob_SetValue, InValue) == 0x000000, "Member 'AudioMaterialKnob_SetValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialKnob_GetFineTuneSpeed \ +static_assert(alignof(AudioMaterialKnob_GetFineTuneSpeed) == 0x000004, "Wrong alignment on AudioMaterialKnob_GetFineTuneSpeed"); \ +static_assert(sizeof(AudioMaterialKnob_GetFineTuneSpeed) == 0x000004, "Wrong size on AudioMaterialKnob_GetFineTuneSpeed"); \ +static_assert(offsetof(AudioMaterialKnob_GetFineTuneSpeed, ReturnValue) == 0x000000, "Member 'AudioMaterialKnob_GetFineTuneSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialKnob_GetIsLocked \ +static_assert(alignof(AudioMaterialKnob_GetIsLocked) == 0x000001, "Wrong alignment on AudioMaterialKnob_GetIsLocked"); \ +static_assert(sizeof(AudioMaterialKnob_GetIsLocked) == 0x000001, "Wrong size on AudioMaterialKnob_GetIsLocked"); \ +static_assert(offsetof(AudioMaterialKnob_GetIsLocked, ReturnValue) == 0x000000, "Member 'AudioMaterialKnob_GetIsLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialKnob_GetMouseUsesStep \ +static_assert(alignof(AudioMaterialKnob_GetMouseUsesStep) == 0x000001, "Wrong alignment on AudioMaterialKnob_GetMouseUsesStep"); \ +static_assert(sizeof(AudioMaterialKnob_GetMouseUsesStep) == 0x000001, "Wrong size on AudioMaterialKnob_GetMouseUsesStep"); \ +static_assert(offsetof(AudioMaterialKnob_GetMouseUsesStep, ReturnValue) == 0x000000, "Member 'AudioMaterialKnob_GetMouseUsesStep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialKnob_GetStepSize \ +static_assert(alignof(AudioMaterialKnob_GetStepSize) == 0x000004, "Wrong alignment on AudioMaterialKnob_GetStepSize"); \ +static_assert(sizeof(AudioMaterialKnob_GetStepSize) == 0x000004, "Wrong size on AudioMaterialKnob_GetStepSize"); \ +static_assert(offsetof(AudioMaterialKnob_GetStepSize, ReturnValue) == 0x000000, "Member 'AudioMaterialKnob_GetStepSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialKnob_GetTuneSpeed \ +static_assert(alignof(AudioMaterialKnob_GetTuneSpeed) == 0x000004, "Wrong alignment on AudioMaterialKnob_GetTuneSpeed"); \ +static_assert(sizeof(AudioMaterialKnob_GetTuneSpeed) == 0x000004, "Wrong size on AudioMaterialKnob_GetTuneSpeed"); \ +static_assert(offsetof(AudioMaterialKnob_GetTuneSpeed, ReturnValue) == 0x000000, "Member 'AudioMaterialKnob_GetTuneSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMaterialKnob \ +static_assert(alignof(UAudioMaterialKnob) == 0x000010, "Wrong alignment on UAudioMaterialKnob"); \ +static_assert(sizeof(UAudioMaterialKnob) == 0x000380, "Wrong size on UAudioMaterialKnob"); \ +static_assert(offsetof(UAudioMaterialKnob, WidgetStyle) == 0x000180, "Member 'UAudioMaterialKnob::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialKnob, OnKnobValueChanged) == 0x000340, "Member 'UAudioMaterialKnob::OnKnobValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialKnob, Value) == 0x000350, "Member 'UAudioMaterialKnob::Value' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialKnob, TuneSpeed) == 0x000354, "Member 'UAudioMaterialKnob::TuneSpeed' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialKnob, FineTuneSpeed) == 0x000358, "Member 'UAudioMaterialKnob::FineTuneSpeed' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialKnob, bLocked) == 0x00035C, "Member 'UAudioMaterialKnob::bLocked' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialKnob, bMouseUsesStep) == 0x00035D, "Member 'UAudioMaterialKnob::bMouseUsesStep' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialKnob, StepSize) == 0x000360, "Member 'UAudioMaterialKnob::StepSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialMeter_SetMeterChannelInfo \ +static_assert(alignof(AudioMaterialMeter_SetMeterChannelInfo) == 0x000008, "Wrong alignment on AudioMaterialMeter_SetMeterChannelInfo"); \ +static_assert(sizeof(AudioMaterialMeter_SetMeterChannelInfo) == 0x000010, "Wrong size on AudioMaterialMeter_SetMeterChannelInfo"); \ +static_assert(offsetof(AudioMaterialMeter_SetMeterChannelInfo, InMeterChannelInfo) == 0x000000, "Member 'AudioMaterialMeter_SetMeterChannelInfo::InMeterChannelInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialMeter_GetMeterChannelInfo \ +static_assert(alignof(AudioMaterialMeter_GetMeterChannelInfo) == 0x000008, "Wrong alignment on AudioMaterialMeter_GetMeterChannelInfo"); \ +static_assert(sizeof(AudioMaterialMeter_GetMeterChannelInfo) == 0x000010, "Wrong size on AudioMaterialMeter_GetMeterChannelInfo"); \ +static_assert(offsetof(AudioMaterialMeter_GetMeterChannelInfo, ReturnValue) == 0x000000, "Member 'AudioMaterialMeter_GetMeterChannelInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMaterialMeter \ +static_assert(alignof(UAudioMaterialMeter) == 0x000008, "Wrong alignment on UAudioMaterialMeter"); \ +static_assert(sizeof(UAudioMaterialMeter) == 0x0002A0, "Wrong size on UAudioMaterialMeter"); \ +static_assert(offsetof(UAudioMaterialMeter, WidgetStyle) == 0x000178, "Member 'UAudioMaterialMeter::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialMeter, Orientation) == 0x000268, "Member 'UAudioMaterialMeter::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialMeter, MeterChannelInfoDelegate) == 0x00026C, "Member 'UAudioMaterialMeter::MeterChannelInfoDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialMeter, MeterChannelInfo) == 0x000290, "Member 'UAudioMaterialMeter::MeterChannelInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialSlider_SetFineTuneSpeed \ +static_assert(alignof(AudioMaterialSlider_SetFineTuneSpeed) == 0x000004, "Wrong alignment on AudioMaterialSlider_SetFineTuneSpeed"); \ +static_assert(sizeof(AudioMaterialSlider_SetFineTuneSpeed) == 0x000004, "Wrong size on AudioMaterialSlider_SetFineTuneSpeed"); \ +static_assert(offsetof(AudioMaterialSlider_SetFineTuneSpeed, InValue) == 0x000000, "Member 'AudioMaterialSlider_SetFineTuneSpeed::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialSlider_SetLocked \ +static_assert(alignof(AudioMaterialSlider_SetLocked) == 0x000001, "Wrong alignment on AudioMaterialSlider_SetLocked"); \ +static_assert(sizeof(AudioMaterialSlider_SetLocked) == 0x000001, "Wrong size on AudioMaterialSlider_SetLocked"); \ +static_assert(offsetof(AudioMaterialSlider_SetLocked, bInLocked) == 0x000000, "Member 'AudioMaterialSlider_SetLocked::bInLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialSlider_SetMouseUsesStep \ +static_assert(alignof(AudioMaterialSlider_SetMouseUsesStep) == 0x000001, "Wrong alignment on AudioMaterialSlider_SetMouseUsesStep"); \ +static_assert(sizeof(AudioMaterialSlider_SetMouseUsesStep) == 0x000001, "Wrong size on AudioMaterialSlider_SetMouseUsesStep"); \ +static_assert(offsetof(AudioMaterialSlider_SetMouseUsesStep, bInUsesStep) == 0x000000, "Member 'AudioMaterialSlider_SetMouseUsesStep::bInUsesStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialSlider_SetStepSize \ +static_assert(alignof(AudioMaterialSlider_SetStepSize) == 0x000004, "Wrong alignment on AudioMaterialSlider_SetStepSize"); \ +static_assert(sizeof(AudioMaterialSlider_SetStepSize) == 0x000004, "Wrong size on AudioMaterialSlider_SetStepSize"); \ +static_assert(offsetof(AudioMaterialSlider_SetStepSize, InValue) == 0x000000, "Member 'AudioMaterialSlider_SetStepSize::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialSlider_SetTuneSpeed \ +static_assert(alignof(AudioMaterialSlider_SetTuneSpeed) == 0x000004, "Wrong alignment on AudioMaterialSlider_SetTuneSpeed"); \ +static_assert(sizeof(AudioMaterialSlider_SetTuneSpeed) == 0x000004, "Wrong size on AudioMaterialSlider_SetTuneSpeed"); \ +static_assert(offsetof(AudioMaterialSlider_SetTuneSpeed, InValue) == 0x000000, "Member 'AudioMaterialSlider_SetTuneSpeed::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialSlider_SetValue \ +static_assert(alignof(AudioMaterialSlider_SetValue) == 0x000004, "Wrong alignment on AudioMaterialSlider_SetValue"); \ +static_assert(sizeof(AudioMaterialSlider_SetValue) == 0x000004, "Wrong size on AudioMaterialSlider_SetValue"); \ +static_assert(offsetof(AudioMaterialSlider_SetValue, InValue) == 0x000000, "Member 'AudioMaterialSlider_SetValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialSlider_GetFineTuneSpeed \ +static_assert(alignof(AudioMaterialSlider_GetFineTuneSpeed) == 0x000004, "Wrong alignment on AudioMaterialSlider_GetFineTuneSpeed"); \ +static_assert(sizeof(AudioMaterialSlider_GetFineTuneSpeed) == 0x000004, "Wrong size on AudioMaterialSlider_GetFineTuneSpeed"); \ +static_assert(offsetof(AudioMaterialSlider_GetFineTuneSpeed, ReturnValue) == 0x000000, "Member 'AudioMaterialSlider_GetFineTuneSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialSlider_GetIsLocked \ +static_assert(alignof(AudioMaterialSlider_GetIsLocked) == 0x000001, "Wrong alignment on AudioMaterialSlider_GetIsLocked"); \ +static_assert(sizeof(AudioMaterialSlider_GetIsLocked) == 0x000001, "Wrong size on AudioMaterialSlider_GetIsLocked"); \ +static_assert(offsetof(AudioMaterialSlider_GetIsLocked, ReturnValue) == 0x000000, "Member 'AudioMaterialSlider_GetIsLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialSlider_GetMouseUsesStep \ +static_assert(alignof(AudioMaterialSlider_GetMouseUsesStep) == 0x000001, "Wrong alignment on AudioMaterialSlider_GetMouseUsesStep"); \ +static_assert(sizeof(AudioMaterialSlider_GetMouseUsesStep) == 0x000001, "Wrong size on AudioMaterialSlider_GetMouseUsesStep"); \ +static_assert(offsetof(AudioMaterialSlider_GetMouseUsesStep, ReturnValue) == 0x000000, "Member 'AudioMaterialSlider_GetMouseUsesStep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialSlider_GetStepSize \ +static_assert(alignof(AudioMaterialSlider_GetStepSize) == 0x000004, "Wrong alignment on AudioMaterialSlider_GetStepSize"); \ +static_assert(sizeof(AudioMaterialSlider_GetStepSize) == 0x000004, "Wrong size on AudioMaterialSlider_GetStepSize"); \ +static_assert(offsetof(AudioMaterialSlider_GetStepSize, ReturnValue) == 0x000000, "Member 'AudioMaterialSlider_GetStepSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialSlider_GetTuneSpeed \ +static_assert(alignof(AudioMaterialSlider_GetTuneSpeed) == 0x000004, "Wrong alignment on AudioMaterialSlider_GetTuneSpeed"); \ +static_assert(sizeof(AudioMaterialSlider_GetTuneSpeed) == 0x000004, "Wrong size on AudioMaterialSlider_GetTuneSpeed"); \ +static_assert(offsetof(AudioMaterialSlider_GetTuneSpeed, ReturnValue) == 0x000000, "Member 'AudioMaterialSlider_GetTuneSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMaterialSlider_GetValue \ +static_assert(alignof(AudioMaterialSlider_GetValue) == 0x000004, "Wrong alignment on AudioMaterialSlider_GetValue"); \ +static_assert(sizeof(AudioMaterialSlider_GetValue) == 0x000004, "Wrong size on AudioMaterialSlider_GetValue"); \ +static_assert(offsetof(AudioMaterialSlider_GetValue, ReturnValue) == 0x000000, "Member 'AudioMaterialSlider_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMaterialSlider \ +static_assert(alignof(UAudioMaterialSlider) == 0x000010, "Wrong alignment on UAudioMaterialSlider"); \ +static_assert(sizeof(UAudioMaterialSlider) == 0x000310, "Wrong size on UAudioMaterialSlider"); \ +static_assert(offsetof(UAudioMaterialSlider, WidgetStyle) == 0x000180, "Member 'UAudioMaterialSlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialSlider, OnValueChanged) == 0x0002D0, "Member 'UAudioMaterialSlider::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialSlider, Value) == 0x0002E0, "Member 'UAudioMaterialSlider::Value' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialSlider, Orientation) == 0x0002E4, "Member 'UAudioMaterialSlider::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialSlider, TuneSpeed) == 0x0002E8, "Member 'UAudioMaterialSlider::TuneSpeed' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialSlider, FineTuneSpeed) == 0x0002EC, "Member 'UAudioMaterialSlider::FineTuneSpeed' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialSlider, bLocked) == 0x0002F0, "Member 'UAudioMaterialSlider::bLocked' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialSlider, bMouseUsesStep) == 0x0002F1, "Member 'UAudioMaterialSlider::bMouseUsesStep' has a wrong offset!"); \ +static_assert(offsetof(UAudioMaterialSlider, StepSize) == 0x0002F4, "Member 'UAudioMaterialSlider::StepSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetBackgroundColor \ +static_assert(alignof(AudioMeter_SetBackgroundColor) == 0x000004, "Wrong alignment on AudioMeter_SetBackgroundColor"); \ +static_assert(sizeof(AudioMeter_SetBackgroundColor) == 0x000010, "Wrong size on AudioMeter_SetBackgroundColor"); \ +static_assert(offsetof(AudioMeter_SetBackgroundColor, InValue) == 0x000000, "Member 'AudioMeter_SetBackgroundColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterBackgroundColor \ +static_assert(alignof(AudioMeter_SetMeterBackgroundColor) == 0x000004, "Wrong alignment on AudioMeter_SetMeterBackgroundColor"); \ +static_assert(sizeof(AudioMeter_SetMeterBackgroundColor) == 0x000010, "Wrong size on AudioMeter_SetMeterBackgroundColor"); \ +static_assert(offsetof(AudioMeter_SetMeterBackgroundColor, InValue) == 0x000000, "Member 'AudioMeter_SetMeterBackgroundColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterChannelInfo \ +static_assert(alignof(AudioMeter_SetMeterChannelInfo) == 0x000008, "Wrong alignment on AudioMeter_SetMeterChannelInfo"); \ +static_assert(sizeof(AudioMeter_SetMeterChannelInfo) == 0x000010, "Wrong size on AudioMeter_SetMeterChannelInfo"); \ +static_assert(offsetof(AudioMeter_SetMeterChannelInfo, InMeterChannelInfo) == 0x000000, "Member 'AudioMeter_SetMeterChannelInfo::InMeterChannelInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterClippingColor \ +static_assert(alignof(AudioMeter_SetMeterClippingColor) == 0x000004, "Wrong alignment on AudioMeter_SetMeterClippingColor"); \ +static_assert(sizeof(AudioMeter_SetMeterClippingColor) == 0x000010, "Wrong size on AudioMeter_SetMeterClippingColor"); \ +static_assert(offsetof(AudioMeter_SetMeterClippingColor, InValue) == 0x000000, "Member 'AudioMeter_SetMeterClippingColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterPeakColor \ +static_assert(alignof(AudioMeter_SetMeterPeakColor) == 0x000004, "Wrong alignment on AudioMeter_SetMeterPeakColor"); \ +static_assert(sizeof(AudioMeter_SetMeterPeakColor) == 0x000010, "Wrong size on AudioMeter_SetMeterPeakColor"); \ +static_assert(offsetof(AudioMeter_SetMeterPeakColor, InValue) == 0x000000, "Member 'AudioMeter_SetMeterPeakColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterScaleColor \ +static_assert(alignof(AudioMeter_SetMeterScaleColor) == 0x000004, "Wrong alignment on AudioMeter_SetMeterScaleColor"); \ +static_assert(sizeof(AudioMeter_SetMeterScaleColor) == 0x000010, "Wrong size on AudioMeter_SetMeterScaleColor"); \ +static_assert(offsetof(AudioMeter_SetMeterScaleColor, InValue) == 0x000000, "Member 'AudioMeter_SetMeterScaleColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterScaleLabelColor \ +static_assert(alignof(AudioMeter_SetMeterScaleLabelColor) == 0x000004, "Wrong alignment on AudioMeter_SetMeterScaleLabelColor"); \ +static_assert(sizeof(AudioMeter_SetMeterScaleLabelColor) == 0x000010, "Wrong size on AudioMeter_SetMeterScaleLabelColor"); \ +static_assert(offsetof(AudioMeter_SetMeterScaleLabelColor, InValue) == 0x000000, "Member 'AudioMeter_SetMeterScaleLabelColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_SetMeterValueColor \ +static_assert(alignof(AudioMeter_SetMeterValueColor) == 0x000004, "Wrong alignment on AudioMeter_SetMeterValueColor"); \ +static_assert(sizeof(AudioMeter_SetMeterValueColor) == 0x000010, "Wrong size on AudioMeter_SetMeterValueColor"); \ +static_assert(offsetof(AudioMeter_SetMeterValueColor, InValue) == 0x000000, "Member 'AudioMeter_SetMeterValueColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioMeter_GetMeterChannelInfo \ +static_assert(alignof(AudioMeter_GetMeterChannelInfo) == 0x000008, "Wrong alignment on AudioMeter_GetMeterChannelInfo"); \ +static_assert(sizeof(AudioMeter_GetMeterChannelInfo) == 0x000010, "Wrong size on AudioMeter_GetMeterChannelInfo"); \ +static_assert(offsetof(AudioMeter_GetMeterChannelInfo, ReturnValue) == 0x000000, "Member 'AudioMeter_GetMeterChannelInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioMeter \ +static_assert(alignof(UAudioMeter) == 0x000010, "Wrong alignment on UAudioMeter"); \ +static_assert(sizeof(UAudioMeter) == 0x000660, "Wrong size on UAudioMeter"); \ +static_assert(offsetof(UAudioMeter, MeterChannelInfo) == 0x000178, "Member 'UAudioMeter::MeterChannelInfo' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterChannelInfoDelegate) == 0x000188, "Member 'UAudioMeter::MeterChannelInfoDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, WidgetStyle) == 0x0001A0, "Member 'UAudioMeter::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, Orientation) == 0x0005D0, "Member 'UAudioMeter::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, BackgroundColor) == 0x0005D4, "Member 'UAudioMeter::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterBackgroundColor) == 0x0005E4, "Member 'UAudioMeter::MeterBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterValueColor) == 0x0005F4, "Member 'UAudioMeter::MeterValueColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterPeakColor) == 0x000604, "Member 'UAudioMeter::MeterPeakColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterClippingColor) == 0x000614, "Member 'UAudioMeter::MeterClippingColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterScaleColor) == 0x000624, "Member 'UAudioMeter::MeterScaleColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioMeter, MeterScaleLabelColor) == 0x000634, "Member 'UAudioMeter::MeterScaleLabelColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioOscilloscope_CanTriggeringBeSet \ +static_assert(alignof(AudioOscilloscope_CanTriggeringBeSet) == 0x000001, "Wrong alignment on AudioOscilloscope_CanTriggeringBeSet"); \ +static_assert(sizeof(AudioOscilloscope_CanTriggeringBeSet) == 0x000001, "Wrong size on AudioOscilloscope_CanTriggeringBeSet"); \ +static_assert(offsetof(AudioOscilloscope_CanTriggeringBeSet, ReturnValue) == 0x000000, "Member 'AudioOscilloscope_CanTriggeringBeSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioOscilloscope \ +static_assert(alignof(UAudioOscilloscope) == 0x000010, "Wrong alignment on UAudioOscilloscope"); \ +static_assert(sizeof(UAudioOscilloscope) == 0x000640, "Wrong size on UAudioOscilloscope"); \ +static_assert(offsetof(UAudioOscilloscope, OscilloscopeStyle) == 0x000180, "Member 'UAudioOscilloscope::OscilloscopeStyle' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, AudioBus) == 0x0005C0, "Member 'UAudioOscilloscope::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, MaxTimeWindowMs) == 0x0005C8, "Member 'UAudioOscilloscope::MaxTimeWindowMs' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, TimeWindowMs) == 0x0005CC, "Member 'UAudioOscilloscope::TimeWindowMs' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, AnalysisPeriodMs) == 0x0005D0, "Member 'UAudioOscilloscope::AnalysisPeriodMs' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, bShowTimeGrid) == 0x0005D4, "Member 'UAudioOscilloscope::bShowTimeGrid' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, TimeGridLabelsUnit) == 0x0005D5, "Member 'UAudioOscilloscope::TimeGridLabelsUnit' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, bShowAmplitudeGrid) == 0x0005D6, "Member 'UAudioOscilloscope::bShowAmplitudeGrid' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, bShowAmplitudeLabels) == 0x0005D7, "Member 'UAudioOscilloscope::bShowAmplitudeLabels' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, AmplitudeGridLabelsUnit) == 0x0005D8, "Member 'UAudioOscilloscope::AmplitudeGridLabelsUnit' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, TriggerMode) == 0x0005D9, "Member 'UAudioOscilloscope::TriggerMode' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, TriggerThreshold) == 0x0005DC, "Member 'UAudioOscilloscope::TriggerThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, PanelLayoutType) == 0x0005E0, "Member 'UAudioOscilloscope::PanelLayoutType' has a wrong offset!"); \ +static_assert(offsetof(UAudioOscilloscope, ChannelToAnalyze) == 0x0005E4, "Member 'UAudioOscilloscope::ChannelToAnalyze' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_GetOutputValue \ +static_assert(alignof(AudioRadialSlider_GetOutputValue) == 0x000004, "Wrong alignment on AudioRadialSlider_GetOutputValue"); \ +static_assert(sizeof(AudioRadialSlider_GetOutputValue) == 0x000008, "Wrong size on AudioRadialSlider_GetOutputValue"); \ +static_assert(offsetof(AudioRadialSlider_GetOutputValue, InSliderValue) == 0x000000, "Member 'AudioRadialSlider_GetOutputValue::InSliderValue' has a wrong offset!"); \ +static_assert(offsetof(AudioRadialSlider_GetOutputValue, ReturnValue) == 0x000004, "Member 'AudioRadialSlider_GetOutputValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_GetSliderValue \ +static_assert(alignof(AudioRadialSlider_GetSliderValue) == 0x000004, "Wrong alignment on AudioRadialSlider_GetSliderValue"); \ +static_assert(sizeof(AudioRadialSlider_GetSliderValue) == 0x000008, "Wrong size on AudioRadialSlider_GetSliderValue"); \ +static_assert(offsetof(AudioRadialSlider_GetSliderValue, OutputValue) == 0x000000, "Member 'AudioRadialSlider_GetSliderValue::OutputValue' has a wrong offset!"); \ +static_assert(offsetof(AudioRadialSlider_GetSliderValue, ReturnValue) == 0x000004, "Member 'AudioRadialSlider_GetSliderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetCenterBackgroundColor \ +static_assert(alignof(AudioRadialSlider_SetCenterBackgroundColor) == 0x000004, "Wrong alignment on AudioRadialSlider_SetCenterBackgroundColor"); \ +static_assert(sizeof(AudioRadialSlider_SetCenterBackgroundColor) == 0x000010, "Wrong size on AudioRadialSlider_SetCenterBackgroundColor"); \ +static_assert(offsetof(AudioRadialSlider_SetCenterBackgroundColor, InValue) == 0x000000, "Member 'AudioRadialSlider_SetCenterBackgroundColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetHandStartEndRatio \ +static_assert(alignof(AudioRadialSlider_SetHandStartEndRatio) == 0x000008, "Wrong alignment on AudioRadialSlider_SetHandStartEndRatio"); \ +static_assert(sizeof(AudioRadialSlider_SetHandStartEndRatio) == 0x000010, "Wrong size on AudioRadialSlider_SetHandStartEndRatio"); \ +static_assert(offsetof(AudioRadialSlider_SetHandStartEndRatio, InHandStartEndRatio) == 0x000000, "Member 'AudioRadialSlider_SetHandStartEndRatio::InHandStartEndRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetOutputRange \ +static_assert(alignof(AudioRadialSlider_SetOutputRange) == 0x000008, "Wrong alignment on AudioRadialSlider_SetOutputRange"); \ +static_assert(sizeof(AudioRadialSlider_SetOutputRange) == 0x000010, "Wrong size on AudioRadialSlider_SetOutputRange"); \ +static_assert(offsetof(AudioRadialSlider_SetOutputRange, InOutputRange) == 0x000000, "Member 'AudioRadialSlider_SetOutputRange::InOutputRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetShowLabelOnlyOnHover \ +static_assert(alignof(AudioRadialSlider_SetShowLabelOnlyOnHover) == 0x000001, "Wrong alignment on AudioRadialSlider_SetShowLabelOnlyOnHover"); \ +static_assert(sizeof(AudioRadialSlider_SetShowLabelOnlyOnHover) == 0x000001, "Wrong size on AudioRadialSlider_SetShowLabelOnlyOnHover"); \ +static_assert(offsetof(AudioRadialSlider_SetShowLabelOnlyOnHover, bShowLabelOnlyOnHover) == 0x000000, "Member 'AudioRadialSlider_SetShowLabelOnlyOnHover::bShowLabelOnlyOnHover' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetShowUnitsText \ +static_assert(alignof(AudioRadialSlider_SetShowUnitsText) == 0x000001, "Wrong alignment on AudioRadialSlider_SetShowUnitsText"); \ +static_assert(sizeof(AudioRadialSlider_SetShowUnitsText) == 0x000001, "Wrong size on AudioRadialSlider_SetShowUnitsText"); \ +static_assert(offsetof(AudioRadialSlider_SetShowUnitsText, bShowUnitsText) == 0x000000, "Member 'AudioRadialSlider_SetShowUnitsText::bShowUnitsText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetSliderBarColor \ +static_assert(alignof(AudioRadialSlider_SetSliderBarColor) == 0x000004, "Wrong alignment on AudioRadialSlider_SetSliderBarColor"); \ +static_assert(sizeof(AudioRadialSlider_SetSliderBarColor) == 0x000010, "Wrong size on AudioRadialSlider_SetSliderBarColor"); \ +static_assert(offsetof(AudioRadialSlider_SetSliderBarColor, InValue) == 0x000000, "Member 'AudioRadialSlider_SetSliderBarColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetSliderProgressColor \ +static_assert(alignof(AudioRadialSlider_SetSliderProgressColor) == 0x000004, "Wrong alignment on AudioRadialSlider_SetSliderProgressColor"); \ +static_assert(sizeof(AudioRadialSlider_SetSliderProgressColor) == 0x000010, "Wrong size on AudioRadialSlider_SetSliderProgressColor"); \ +static_assert(offsetof(AudioRadialSlider_SetSliderProgressColor, InValue) == 0x000000, "Member 'AudioRadialSlider_SetSliderProgressColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetSliderThickness \ +static_assert(alignof(AudioRadialSlider_SetSliderThickness) == 0x000004, "Wrong alignment on AudioRadialSlider_SetSliderThickness"); \ +static_assert(sizeof(AudioRadialSlider_SetSliderThickness) == 0x000004, "Wrong size on AudioRadialSlider_SetSliderThickness"); \ +static_assert(offsetof(AudioRadialSlider_SetSliderThickness, InThickness) == 0x000000, "Member 'AudioRadialSlider_SetSliderThickness::InThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetTextLabelBackgroundColor \ +static_assert(alignof(AudioRadialSlider_SetTextLabelBackgroundColor) == 0x000004, "Wrong alignment on AudioRadialSlider_SetTextLabelBackgroundColor"); \ +static_assert(sizeof(AudioRadialSlider_SetTextLabelBackgroundColor) == 0x000014, "Wrong size on AudioRadialSlider_SetTextLabelBackgroundColor"); \ +static_assert(offsetof(AudioRadialSlider_SetTextLabelBackgroundColor, InColor) == 0x000000, "Member 'AudioRadialSlider_SetTextLabelBackgroundColor::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetUnitsText \ +static_assert(alignof(AudioRadialSlider_SetUnitsText) == 0x000008, "Wrong alignment on AudioRadialSlider_SetUnitsText"); \ +static_assert(sizeof(AudioRadialSlider_SetUnitsText) == 0x000010, "Wrong size on AudioRadialSlider_SetUnitsText"); \ +static_assert(offsetof(AudioRadialSlider_SetUnitsText, Units) == 0x000000, "Member 'AudioRadialSlider_SetUnitsText::Units' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetUnitsTextReadOnly \ +static_assert(alignof(AudioRadialSlider_SetUnitsTextReadOnly) == 0x000001, "Wrong alignment on AudioRadialSlider_SetUnitsTextReadOnly"); \ +static_assert(sizeof(AudioRadialSlider_SetUnitsTextReadOnly) == 0x000001, "Wrong size on AudioRadialSlider_SetUnitsTextReadOnly"); \ +static_assert(offsetof(AudioRadialSlider_SetUnitsTextReadOnly, bIsReadOnly) == 0x000000, "Member 'AudioRadialSlider_SetUnitsTextReadOnly::bIsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetValueTextReadOnly \ +static_assert(alignof(AudioRadialSlider_SetValueTextReadOnly) == 0x000001, "Wrong alignment on AudioRadialSlider_SetValueTextReadOnly"); \ +static_assert(sizeof(AudioRadialSlider_SetValueTextReadOnly) == 0x000001, "Wrong size on AudioRadialSlider_SetValueTextReadOnly"); \ +static_assert(offsetof(AudioRadialSlider_SetValueTextReadOnly, bIsReadOnly) == 0x000000, "Member 'AudioRadialSlider_SetValueTextReadOnly::bIsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioRadialSlider_SetWidgetLayout \ +static_assert(alignof(AudioRadialSlider_SetWidgetLayout) == 0x000001, "Wrong alignment on AudioRadialSlider_SetWidgetLayout"); \ +static_assert(sizeof(AudioRadialSlider_SetWidgetLayout) == 0x000001, "Wrong size on AudioRadialSlider_SetWidgetLayout"); \ +static_assert(offsetof(AudioRadialSlider_SetWidgetLayout, InLayout) == 0x000000, "Member 'AudioRadialSlider_SetWidgetLayout::InLayout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioRadialSlider \ +static_assert(alignof(UAudioRadialSlider) == 0x000010, "Wrong alignment on UAudioRadialSlider"); \ +static_assert(sizeof(UAudioRadialSlider) == 0x000370, "Wrong size on UAudioRadialSlider"); \ +static_assert(offsetof(UAudioRadialSlider, Value) == 0x000178, "Member 'UAudioRadialSlider::Value' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, ValueDelegate) == 0x00017C, "Member 'UAudioRadialSlider::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, WidgetLayout) == 0x00018C, "Member 'UAudioRadialSlider::WidgetLayout' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, CenterBackgroundColor) == 0x000190, "Member 'UAudioRadialSlider::CenterBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, SliderProgressColor) == 0x0001A0, "Member 'UAudioRadialSlider::SliderProgressColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, SliderBarColor) == 0x0001B0, "Member 'UAudioRadialSlider::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, HandStartEndRatio) == 0x0001C0, "Member 'UAudioRadialSlider::HandStartEndRatio' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, UnitsText) == 0x0001D0, "Member 'UAudioRadialSlider::UnitsText' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, TextLabelBackgroundColor) == 0x0001E0, "Member 'UAudioRadialSlider::TextLabelBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, ShowLabelOnlyOnHover) == 0x0001F0, "Member 'UAudioRadialSlider::ShowLabelOnlyOnHover' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, ShowUnitsText) == 0x0001F1, "Member 'UAudioRadialSlider::ShowUnitsText' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, IsUnitsTextReadOnly) == 0x0001F2, "Member 'UAudioRadialSlider::IsUnitsTextReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, IsValueTextReadOnly) == 0x0001F3, "Member 'UAudioRadialSlider::IsValueTextReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, SliderThickness) == 0x0001F4, "Member 'UAudioRadialSlider::SliderThickness' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, OutputRange) == 0x0001F8, "Member 'UAudioRadialSlider::OutputRange' has a wrong offset!"); \ +static_assert(offsetof(UAudioRadialSlider, OnValueChanged) == 0x000208, "Member 'UAudioRadialSlider::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioVolumeRadialSlider \ +static_assert(alignof(UAudioVolumeRadialSlider) == 0x000010, "Wrong alignment on UAudioVolumeRadialSlider"); \ +static_assert(sizeof(UAudioVolumeRadialSlider) == 0x000370, "Wrong size on UAudioVolumeRadialSlider"); \ + +#define DUMPER7_ASSERTS_UAudioFrequencyRadialSlider \ +static_assert(alignof(UAudioFrequencyRadialSlider) == 0x000010, "Wrong alignment on UAudioFrequencyRadialSlider"); \ +static_assert(sizeof(UAudioFrequencyRadialSlider) == 0x000370, "Wrong size on UAudioFrequencyRadialSlider"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_GetLinValue \ +static_assert(alignof(AudioSliderBase_GetLinValue) == 0x000004, "Wrong alignment on AudioSliderBase_GetLinValue"); \ +static_assert(sizeof(AudioSliderBase_GetLinValue) == 0x000008, "Wrong size on AudioSliderBase_GetLinValue"); \ +static_assert(offsetof(AudioSliderBase_GetLinValue, OutputValue) == 0x000000, "Member 'AudioSliderBase_GetLinValue::OutputValue' has a wrong offset!"); \ +static_assert(offsetof(AudioSliderBase_GetLinValue, ReturnValue) == 0x000004, "Member 'AudioSliderBase_GetLinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_GetOutputValue \ +static_assert(alignof(AudioSliderBase_GetOutputValue) == 0x000004, "Wrong alignment on AudioSliderBase_GetOutputValue"); \ +static_assert(sizeof(AudioSliderBase_GetOutputValue) == 0x000008, "Wrong size on AudioSliderBase_GetOutputValue"); \ +static_assert(offsetof(AudioSliderBase_GetOutputValue, InSliderValue) == 0x000000, "Member 'AudioSliderBase_GetOutputValue::InSliderValue' has a wrong offset!"); \ +static_assert(offsetof(AudioSliderBase_GetOutputValue, ReturnValue) == 0x000004, "Member 'AudioSliderBase_GetOutputValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_GetSliderValue \ +static_assert(alignof(AudioSliderBase_GetSliderValue) == 0x000004, "Wrong alignment on AudioSliderBase_GetSliderValue"); \ +static_assert(sizeof(AudioSliderBase_GetSliderValue) == 0x000008, "Wrong size on AudioSliderBase_GetSliderValue"); \ +static_assert(offsetof(AudioSliderBase_GetSliderValue, OutputValue) == 0x000000, "Member 'AudioSliderBase_GetSliderValue::OutputValue' has a wrong offset!"); \ +static_assert(offsetof(AudioSliderBase_GetSliderValue, ReturnValue) == 0x000004, "Member 'AudioSliderBase_GetSliderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetShowLabelOnlyOnHover \ +static_assert(alignof(AudioSliderBase_SetShowLabelOnlyOnHover) == 0x000001, "Wrong alignment on AudioSliderBase_SetShowLabelOnlyOnHover"); \ +static_assert(sizeof(AudioSliderBase_SetShowLabelOnlyOnHover) == 0x000001, "Wrong size on AudioSliderBase_SetShowLabelOnlyOnHover"); \ +static_assert(offsetof(AudioSliderBase_SetShowLabelOnlyOnHover, bShowLabelOnlyOnHover) == 0x000000, "Member 'AudioSliderBase_SetShowLabelOnlyOnHover::bShowLabelOnlyOnHover' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetShowUnitsText \ +static_assert(alignof(AudioSliderBase_SetShowUnitsText) == 0x000001, "Wrong alignment on AudioSliderBase_SetShowUnitsText"); \ +static_assert(sizeof(AudioSliderBase_SetShowUnitsText) == 0x000001, "Wrong size on AudioSliderBase_SetShowUnitsText"); \ +static_assert(offsetof(AudioSliderBase_SetShowUnitsText, bShowUnitsText) == 0x000000, "Member 'AudioSliderBase_SetShowUnitsText::bShowUnitsText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetSliderBackgroundColor \ +static_assert(alignof(AudioSliderBase_SetSliderBackgroundColor) == 0x000004, "Wrong alignment on AudioSliderBase_SetSliderBackgroundColor"); \ +static_assert(sizeof(AudioSliderBase_SetSliderBackgroundColor) == 0x000010, "Wrong size on AudioSliderBase_SetSliderBackgroundColor"); \ +static_assert(offsetof(AudioSliderBase_SetSliderBackgroundColor, InValue) == 0x000000, "Member 'AudioSliderBase_SetSliderBackgroundColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetSliderBarColor \ +static_assert(alignof(AudioSliderBase_SetSliderBarColor) == 0x000004, "Wrong alignment on AudioSliderBase_SetSliderBarColor"); \ +static_assert(sizeof(AudioSliderBase_SetSliderBarColor) == 0x000010, "Wrong size on AudioSliderBase_SetSliderBarColor"); \ +static_assert(offsetof(AudioSliderBase_SetSliderBarColor, InValue) == 0x000000, "Member 'AudioSliderBase_SetSliderBarColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetSliderThumbColor \ +static_assert(alignof(AudioSliderBase_SetSliderThumbColor) == 0x000004, "Wrong alignment on AudioSliderBase_SetSliderThumbColor"); \ +static_assert(sizeof(AudioSliderBase_SetSliderThumbColor) == 0x000010, "Wrong size on AudioSliderBase_SetSliderThumbColor"); \ +static_assert(offsetof(AudioSliderBase_SetSliderThumbColor, InValue) == 0x000000, "Member 'AudioSliderBase_SetSliderThumbColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetTextLabelBackgroundColor \ +static_assert(alignof(AudioSliderBase_SetTextLabelBackgroundColor) == 0x000004, "Wrong alignment on AudioSliderBase_SetTextLabelBackgroundColor"); \ +static_assert(sizeof(AudioSliderBase_SetTextLabelBackgroundColor) == 0x000014, "Wrong size on AudioSliderBase_SetTextLabelBackgroundColor"); \ +static_assert(offsetof(AudioSliderBase_SetTextLabelBackgroundColor, InColor) == 0x000000, "Member 'AudioSliderBase_SetTextLabelBackgroundColor::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetUnitsText \ +static_assert(alignof(AudioSliderBase_SetUnitsText) == 0x000008, "Wrong alignment on AudioSliderBase_SetUnitsText"); \ +static_assert(sizeof(AudioSliderBase_SetUnitsText) == 0x000010, "Wrong size on AudioSliderBase_SetUnitsText"); \ +static_assert(offsetof(AudioSliderBase_SetUnitsText, Units) == 0x000000, "Member 'AudioSliderBase_SetUnitsText::Units' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetUnitsTextReadOnly \ +static_assert(alignof(AudioSliderBase_SetUnitsTextReadOnly) == 0x000001, "Wrong alignment on AudioSliderBase_SetUnitsTextReadOnly"); \ +static_assert(sizeof(AudioSliderBase_SetUnitsTextReadOnly) == 0x000001, "Wrong size on AudioSliderBase_SetUnitsTextReadOnly"); \ +static_assert(offsetof(AudioSliderBase_SetUnitsTextReadOnly, bIsReadOnly) == 0x000000, "Member 'AudioSliderBase_SetUnitsTextReadOnly::bIsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetValueTextReadOnly \ +static_assert(alignof(AudioSliderBase_SetValueTextReadOnly) == 0x000001, "Wrong alignment on AudioSliderBase_SetValueTextReadOnly"); \ +static_assert(sizeof(AudioSliderBase_SetValueTextReadOnly) == 0x000001, "Wrong size on AudioSliderBase_SetValueTextReadOnly"); \ +static_assert(offsetof(AudioSliderBase_SetValueTextReadOnly, bIsReadOnly) == 0x000000, "Member 'AudioSliderBase_SetValueTextReadOnly::bIsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioSliderBase_SetWidgetBackgroundColor \ +static_assert(alignof(AudioSliderBase_SetWidgetBackgroundColor) == 0x000004, "Wrong alignment on AudioSliderBase_SetWidgetBackgroundColor"); \ +static_assert(sizeof(AudioSliderBase_SetWidgetBackgroundColor) == 0x000010, "Wrong size on AudioSliderBase_SetWidgetBackgroundColor"); \ +static_assert(offsetof(AudioSliderBase_SetWidgetBackgroundColor, InValue) == 0x000000, "Member 'AudioSliderBase_SetWidgetBackgroundColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSliderBase \ +static_assert(alignof(UAudioSliderBase) == 0x000010, "Wrong alignment on UAudioSliderBase"); \ +static_assert(sizeof(UAudioSliderBase) == 0x0008C0, "Wrong size on UAudioSliderBase"); \ +static_assert(offsetof(UAudioSliderBase, Value) == 0x000178, "Member 'UAudioSliderBase::Value' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, UnitsText) == 0x000180, "Member 'UAudioSliderBase::UnitsText' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, TextLabelBackgroundColor) == 0x000190, "Member 'UAudioSliderBase::TextLabelBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, TextLabelBackgroundColorDelegate) == 0x0001A0, "Member 'UAudioSliderBase::TextLabelBackgroundColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, ShowLabelOnlyOnHover) == 0x0001B0, "Member 'UAudioSliderBase::ShowLabelOnlyOnHover' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, ShowUnitsText) == 0x0001B1, "Member 'UAudioSliderBase::ShowUnitsText' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, IsUnitsTextReadOnly) == 0x0001B2, "Member 'UAudioSliderBase::IsUnitsTextReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, IsValueTextReadOnly) == 0x0001B3, "Member 'UAudioSliderBase::IsValueTextReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, ValueDelegate) == 0x0001B4, "Member 'UAudioSliderBase::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, SliderBackgroundColor) == 0x0001C4, "Member 'UAudioSliderBase::SliderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, SliderBackgroundColorDelegate) == 0x0001D4, "Member 'UAudioSliderBase::SliderBackgroundColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, SliderBarColor) == 0x0001E4, "Member 'UAudioSliderBase::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, SliderBarColorDelegate) == 0x0001F4, "Member 'UAudioSliderBase::SliderBarColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, SliderThumbColor) == 0x000204, "Member 'UAudioSliderBase::SliderThumbColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, SliderThumbColorDelegate) == 0x000214, "Member 'UAudioSliderBase::SliderThumbColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, WidgetBackgroundColor) == 0x000224, "Member 'UAudioSliderBase::WidgetBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, WidgetBackgroundColorDelegate) == 0x000234, "Member 'UAudioSliderBase::WidgetBackgroundColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, Orientation) == 0x000244, "Member 'UAudioSliderBase::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UAudioSliderBase, OnValueChanged) == 0x000248, "Member 'UAudioSliderBase::OnValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioSlider \ +static_assert(alignof(UAudioSlider) == 0x000010, "Wrong alignment on UAudioSlider"); \ +static_assert(sizeof(UAudioSlider) == 0x0008D0, "Wrong size on UAudioSlider"); \ +static_assert(offsetof(UAudioSlider, LinToOutputCurve) == 0x0008C0, "Member 'UAudioSlider::LinToOutputCurve' has a wrong offset!"); \ +static_assert(offsetof(UAudioSlider, OutputToLinCurve) == 0x0008C8, "Member 'UAudioSlider::OutputToLinCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioVolumeSlider \ +static_assert(alignof(UAudioVolumeSlider) == 0x000010, "Wrong alignment on UAudioVolumeSlider"); \ +static_assert(sizeof(UAudioVolumeSlider) == 0x0008D0, "Wrong size on UAudioVolumeSlider"); \ + +#define DUMPER7_ASSERTS_UAudioFrequencySlider \ +static_assert(alignof(UAudioFrequencySlider) == 0x000010, "Wrong alignment on UAudioFrequencySlider"); \ +static_assert(sizeof(UAudioFrequencySlider) == 0x0008D0, "Wrong size on UAudioFrequencySlider"); \ +static_assert(offsetof(UAudioFrequencySlider, OutputRange) == 0x0008C0, "Member 'UAudioFrequencySlider::OutputRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioVectorscope \ +static_assert(alignof(UAudioVectorscope) == 0x000010, "Wrong alignment on UAudioVectorscope"); \ +static_assert(sizeof(UAudioVectorscope) == 0x000390, "Wrong size on UAudioVectorscope"); \ +static_assert(offsetof(UAudioVectorscope, VectorscopeStyle) == 0x000180, "Member 'UAudioVectorscope::VectorscopeStyle' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, AudioBus) == 0x000320, "Member 'UAudioVectorscope::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, bShowGrid) == 0x000328, "Member 'UAudioVectorscope::bShowGrid' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, GridDivisions) == 0x00032C, "Member 'UAudioVectorscope::GridDivisions' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, MaxDisplayPersistenceMs) == 0x000330, "Member 'UAudioVectorscope::MaxDisplayPersistenceMs' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, DisplayPersistenceMs) == 0x000334, "Member 'UAudioVectorscope::DisplayPersistenceMs' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, Scale) == 0x000338, "Member 'UAudioVectorscope::Scale' has a wrong offset!"); \ +static_assert(offsetof(UAudioVectorscope, PanelLayoutType) == 0x00033C, "Member 'UAudioVectorscope::PanelLayoutType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeAnyEnum \ +static_assert(alignof(FStateTreeAnyEnum) == 0x000008, "Wrong alignment on FStateTreeAnyEnum"); \ +static_assert(sizeof(FStateTreeAnyEnum) == 0x000010, "Wrong size on FStateTreeAnyEnum"); \ +static_assert(offsetof(FStateTreeAnyEnum, Value) == 0x000000, "Member 'FStateTreeAnyEnum::Value' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeAnyEnum, Enum) == 0x000008, "Member 'FStateTreeAnyEnum::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeDelegateDispatcher \ +static_assert(alignof(FStateTreeDelegateDispatcher) == 0x000004, "Wrong alignment on FStateTreeDelegateDispatcher"); \ +static_assert(sizeof(FStateTreeDelegateDispatcher) == 0x000010, "Wrong size on FStateTreeDelegateDispatcher"); \ +static_assert(offsetof(FStateTreeDelegateDispatcher, ID) == 0x000000, "Member 'FStateTreeDelegateDispatcher::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeDelegateListener \ +static_assert(alignof(FStateTreeDelegateListener) == 0x000004, "Wrong alignment on FStateTreeDelegateListener"); \ +static_assert(sizeof(FStateTreeDelegateListener) == 0x000014, "Wrong size on FStateTreeDelegateListener"); \ +static_assert(offsetof(FStateTreeDelegateListener, Dispatcher) == 0x000000, "Member 'FStateTreeDelegateListener::Dispatcher' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDelegateListener, ID) == 0x000010, "Member 'FStateTreeDelegateListener::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstanceContainer \ +static_assert(alignof(FInstanceContainer) == 0x000008, "Wrong alignment on FInstanceContainer"); \ +static_assert(sizeof(FInstanceContainer) == 0x000010, "Wrong size on FInstanceContainer"); \ +static_assert(offsetof(FInstanceContainer, InstanceStructs) == 0x000000, "Member 'FInstanceContainer::InstanceStructs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExecutionRuntimeData \ +static_assert(alignof(FExecutionRuntimeData) == 0x000008, "Wrong alignment on FExecutionRuntimeData"); \ +static_assert(sizeof(FExecutionRuntimeData) == 0x000018, "Wrong size on FExecutionRuntimeData"); \ +static_assert(offsetof(FExecutionRuntimeData, Instances) == 0x000008, "Member 'FExecutionRuntimeData::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeIndex16 \ +static_assert(alignof(FStateTreeIndex16) == 0x000002, "Wrong alignment on FStateTreeIndex16"); \ +static_assert(sizeof(FStateTreeIndex16) == 0x000002, "Wrong size on FStateTreeIndex16"); \ +static_assert(offsetof(FStateTreeIndex16, Value) == 0x000000, "Member 'FStateTreeIndex16::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeStateHandle \ +static_assert(alignof(FStateTreeStateHandle) == 0x000002, "Wrong alignment on FStateTreeStateHandle"); \ +static_assert(sizeof(FStateTreeStateHandle) == 0x000002, "Wrong size on FStateTreeStateHandle"); \ +static_assert(offsetof(FStateTreeStateHandle, Index) == 0x000000, "Member 'FStateTreeStateHandle::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeDataHandle \ +static_assert(alignof(FStateTreeDataHandle) == 0x000002, "Wrong alignment on FStateTreeDataHandle"); \ +static_assert(sizeof(FStateTreeDataHandle) == 0x000006, "Wrong size on FStateTreeDataHandle"); \ +static_assert(offsetof(FStateTreeDataHandle, Source) == 0x000000, "Member 'FStateTreeDataHandle::Source' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDataHandle, Index) == 0x000002, "Member 'FStateTreeDataHandle::Index' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDataHandle, StateHandle) == 0x000004, "Member 'FStateTreeDataHandle::StateHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeNodeBase \ +static_assert(alignof(FStateTreeNodeBase) == 0x000008, "Wrong alignment on FStateTreeNodeBase"); \ +static_assert(sizeof(FStateTreeNodeBase) == 0x000020, "Wrong size on FStateTreeNodeBase"); \ +static_assert(offsetof(FStateTreeNodeBase, Name) == 0x000008, "Member 'FStateTreeNodeBase::Name' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeNodeBase, BindingsBatch) == 0x000010, "Member 'FStateTreeNodeBase::BindingsBatch' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeNodeBase, OutputBindingsBatch) == 0x000012, "Member 'FStateTreeNodeBase::OutputBindingsBatch' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeNodeBase, InstanceTemplateIndex) == 0x000014, "Member 'FStateTreeNodeBase::InstanceTemplateIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeNodeBase, ExecutionRuntimeTemplateIndex) == 0x000016, "Member 'FStateTreeNodeBase::ExecutionRuntimeTemplateIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeNodeBase, InstanceDataHandle) == 0x000018, "Member 'FStateTreeNodeBase::InstanceDataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyRef \ +static_assert(alignof(FStateTreePropertyRef) == 0x000002, "Wrong alignment on FStateTreePropertyRef"); \ +static_assert(sizeof(FStateTreePropertyRef) == 0x000002, "Wrong size on FStateTreePropertyRef"); \ +static_assert(offsetof(FStateTreePropertyRef, RefAccessIndex) == 0x000000, "Member 'FStateTreePropertyRef::RefAccessIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeBlueprintPropertyRef \ +static_assert(alignof(FStateTreeBlueprintPropertyRef) == 0x000008, "Wrong alignment on FStateTreeBlueprintPropertyRef"); \ +static_assert(sizeof(FStateTreeBlueprintPropertyRef) == 0x000010, "Wrong size on FStateTreeBlueprintPropertyRef"); \ +static_assert(offsetof(FStateTreeBlueprintPropertyRef, RefType) == 0x000002, "Member 'FStateTreeBlueprintPropertyRef::RefType' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeBlueprintPropertyRef, TypeObject) == 0x000008, "Member 'FStateTreeBlueprintPropertyRef::TypeObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeConditionBase \ +static_assert(alignof(FStateTreeConditionBase) == 0x000008, "Wrong alignment on FStateTreeConditionBase"); \ +static_assert(sizeof(FStateTreeConditionBase) == 0x000028, "Wrong size on FStateTreeConditionBase"); \ +static_assert(offsetof(FStateTreeConditionBase, Operand) == 0x000020, "Member 'FStateTreeConditionBase::Operand' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeConditionBase, DeltaIndent) == 0x000021, "Member 'FStateTreeConditionBase::DeltaIndent' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeConditionBase, EvaluationMode) == 0x000022, "Member 'FStateTreeConditionBase::EvaluationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeBlueprintConditionWrapper \ +static_assert(alignof(FStateTreeBlueprintConditionWrapper) == 0x000008, "Wrong alignment on FStateTreeBlueprintConditionWrapper"); \ +static_assert(sizeof(FStateTreeBlueprintConditionWrapper) == 0x000030, "Wrong size on FStateTreeBlueprintConditionWrapper"); \ +static_assert(offsetof(FStateTreeBlueprintConditionWrapper, ConditionClass) == 0x000028, "Member 'FStateTreeBlueprintConditionWrapper::ConditionClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeConsiderationBase \ +static_assert(alignof(FStateTreeConsiderationBase) == 0x000008, "Wrong alignment on FStateTreeConsiderationBase"); \ +static_assert(sizeof(FStateTreeConsiderationBase) == 0x000028, "Wrong size on FStateTreeConsiderationBase"); \ +static_assert(offsetof(FStateTreeConsiderationBase, Operand) == 0x000020, "Member 'FStateTreeConsiderationBase::Operand' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeConsiderationBase, DeltaIndent) == 0x000021, "Member 'FStateTreeConsiderationBase::DeltaIndent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeBlueprintConsiderationWrapper \ +static_assert(alignof(FStateTreeBlueprintConsiderationWrapper) == 0x000008, "Wrong alignment on FStateTreeBlueprintConsiderationWrapper"); \ +static_assert(sizeof(FStateTreeBlueprintConsiderationWrapper) == 0x000030, "Wrong size on FStateTreeBlueprintConsiderationWrapper"); \ +static_assert(offsetof(FStateTreeBlueprintConsiderationWrapper, ConsiderationClass) == 0x000028, "Member 'FStateTreeBlueprintConsiderationWrapper::ConsiderationClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeEvaluatorBase \ +static_assert(alignof(FStateTreeEvaluatorBase) == 0x000008, "Wrong alignment on FStateTreeEvaluatorBase"); \ +static_assert(sizeof(FStateTreeEvaluatorBase) == 0x000020, "Wrong size on FStateTreeEvaluatorBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeBlueprintEvaluatorWrapper \ +static_assert(alignof(FStateTreeBlueprintEvaluatorWrapper) == 0x000008, "Wrong alignment on FStateTreeBlueprintEvaluatorWrapper"); \ +static_assert(sizeof(FStateTreeBlueprintEvaluatorWrapper) == 0x000028, "Wrong size on FStateTreeBlueprintEvaluatorWrapper"); \ +static_assert(offsetof(FStateTreeBlueprintEvaluatorWrapper, EvaluatorClass) == 0x000020, "Member 'FStateTreeBlueprintEvaluatorWrapper::EvaluatorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTaskBase \ +static_assert(alignof(FStateTreeTaskBase) == 0x000008, "Wrong alignment on FStateTreeTaskBase"); \ +static_assert(sizeof(FStateTreeTaskBase) == 0x000028, "Wrong size on FStateTreeTaskBase"); \ +static_assert(offsetof(FStateTreeTaskBase, TransitionHandlingPriority) == 0x000021, "Member 'FStateTreeTaskBase::TransitionHandlingPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeBlueprintTaskWrapper \ +static_assert(alignof(FStateTreeBlueprintTaskWrapper) == 0x000008, "Wrong alignment on FStateTreeBlueprintTaskWrapper"); \ +static_assert(sizeof(FStateTreeBlueprintTaskWrapper) == 0x000038, "Wrong size on FStateTreeBlueprintTaskWrapper"); \ +static_assert(offsetof(FStateTreeBlueprintTaskWrapper, TaskClass) == 0x000028, "Member 'FStateTreeBlueprintTaskWrapper::TaskClass' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeBlueprintTaskWrapper, TaskFlags) == 0x000030, "Member 'FStateTreeBlueprintTaskWrapper::TaskFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareIntConditionInstanceData \ +static_assert(alignof(FStateTreeCompareIntConditionInstanceData) == 0x000004, "Wrong alignment on FStateTreeCompareIntConditionInstanceData"); \ +static_assert(sizeof(FStateTreeCompareIntConditionInstanceData) == 0x000008, "Wrong size on FStateTreeCompareIntConditionInstanceData"); \ +static_assert(offsetof(FStateTreeCompareIntConditionInstanceData, Left) == 0x000000, "Member 'FStateTreeCompareIntConditionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareIntConditionInstanceData, Right) == 0x000004, "Member 'FStateTreeCompareIntConditionInstanceData::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeConditionCommonBase \ +static_assert(alignof(FStateTreeConditionCommonBase) == 0x000008, "Wrong alignment on FStateTreeConditionCommonBase"); \ +static_assert(sizeof(FStateTreeConditionCommonBase) == 0x000028, "Wrong size on FStateTreeConditionCommonBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareIntCondition \ +static_assert(alignof(FStateTreeCompareIntCondition) == 0x000008, "Wrong alignment on FStateTreeCompareIntCondition"); \ +static_assert(sizeof(FStateTreeCompareIntCondition) == 0x000030, "Wrong size on FStateTreeCompareIntCondition"); \ +static_assert(offsetof(FStateTreeCompareIntCondition, bInvert) == 0x000028, "Member 'FStateTreeCompareIntCondition::bInvert' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareIntCondition, Operator) == 0x000029, "Member 'FStateTreeCompareIntCondition::Operator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareFloatConditionInstanceData \ +static_assert(alignof(FStateTreeCompareFloatConditionInstanceData) == 0x000008, "Wrong alignment on FStateTreeCompareFloatConditionInstanceData"); \ +static_assert(sizeof(FStateTreeCompareFloatConditionInstanceData) == 0x000010, "Wrong size on FStateTreeCompareFloatConditionInstanceData"); \ +static_assert(offsetof(FStateTreeCompareFloatConditionInstanceData, Left) == 0x000000, "Member 'FStateTreeCompareFloatConditionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareFloatConditionInstanceData, Right) == 0x000008, "Member 'FStateTreeCompareFloatConditionInstanceData::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareFloatCondition \ +static_assert(alignof(FStateTreeCompareFloatCondition) == 0x000008, "Wrong alignment on FStateTreeCompareFloatCondition"); \ +static_assert(sizeof(FStateTreeCompareFloatCondition) == 0x000030, "Wrong size on FStateTreeCompareFloatCondition"); \ +static_assert(offsetof(FStateTreeCompareFloatCondition, bInvert) == 0x000028, "Member 'FStateTreeCompareFloatCondition::bInvert' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareFloatCondition, Operator) == 0x000029, "Member 'FStateTreeCompareFloatCondition::Operator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareBoolConditionInstanceData \ +static_assert(alignof(FStateTreeCompareBoolConditionInstanceData) == 0x000001, "Wrong alignment on FStateTreeCompareBoolConditionInstanceData"); \ +static_assert(sizeof(FStateTreeCompareBoolConditionInstanceData) == 0x000002, "Wrong size on FStateTreeCompareBoolConditionInstanceData"); \ +static_assert(offsetof(FStateTreeCompareBoolConditionInstanceData, bLeft) == 0x000000, "Member 'FStateTreeCompareBoolConditionInstanceData::bLeft' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareBoolConditionInstanceData, bRight) == 0x000001, "Member 'FStateTreeCompareBoolConditionInstanceData::bRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareBoolCondition \ +static_assert(alignof(FStateTreeCompareBoolCondition) == 0x000008, "Wrong alignment on FStateTreeCompareBoolCondition"); \ +static_assert(sizeof(FStateTreeCompareBoolCondition) == 0x000030, "Wrong size on FStateTreeCompareBoolCondition"); \ +static_assert(offsetof(FStateTreeCompareBoolCondition, bInvert) == 0x000028, "Member 'FStateTreeCompareBoolCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareEnumConditionInstanceData \ +static_assert(alignof(FStateTreeCompareEnumConditionInstanceData) == 0x000008, "Wrong alignment on FStateTreeCompareEnumConditionInstanceData"); \ +static_assert(sizeof(FStateTreeCompareEnumConditionInstanceData) == 0x000020, "Wrong size on FStateTreeCompareEnumConditionInstanceData"); \ +static_assert(offsetof(FStateTreeCompareEnumConditionInstanceData, Left) == 0x000000, "Member 'FStateTreeCompareEnumConditionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareEnumConditionInstanceData, Right) == 0x000010, "Member 'FStateTreeCompareEnumConditionInstanceData::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareEnumCondition \ +static_assert(alignof(FStateTreeCompareEnumCondition) == 0x000008, "Wrong alignment on FStateTreeCompareEnumCondition"); \ +static_assert(sizeof(FStateTreeCompareEnumCondition) == 0x000030, "Wrong size on FStateTreeCompareEnumCondition"); \ +static_assert(offsetof(FStateTreeCompareEnumCondition, bInvert) == 0x000028, "Member 'FStateTreeCompareEnumCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareDistanceConditionInstanceData \ +static_assert(alignof(FStateTreeCompareDistanceConditionInstanceData) == 0x000008, "Wrong alignment on FStateTreeCompareDistanceConditionInstanceData"); \ +static_assert(sizeof(FStateTreeCompareDistanceConditionInstanceData) == 0x000038, "Wrong size on FStateTreeCompareDistanceConditionInstanceData"); \ +static_assert(offsetof(FStateTreeCompareDistanceConditionInstanceData, Source) == 0x000000, "Member 'FStateTreeCompareDistanceConditionInstanceData::Source' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareDistanceConditionInstanceData, Target) == 0x000018, "Member 'FStateTreeCompareDistanceConditionInstanceData::Target' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareDistanceConditionInstanceData, Distance) == 0x000030, "Member 'FStateTreeCompareDistanceConditionInstanceData::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareDistanceCondition \ +static_assert(alignof(FStateTreeCompareDistanceCondition) == 0x000008, "Wrong alignment on FStateTreeCompareDistanceCondition"); \ +static_assert(sizeof(FStateTreeCompareDistanceCondition) == 0x000030, "Wrong size on FStateTreeCompareDistanceCondition"); \ +static_assert(offsetof(FStateTreeCompareDistanceCondition, bInvert) == 0x000028, "Member 'FStateTreeCompareDistanceCondition::bInvert' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareDistanceCondition, Operator) == 0x000029, "Member 'FStateTreeCompareDistanceCondition::Operator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareNameConditionInstanceData \ +static_assert(alignof(FStateTreeCompareNameConditionInstanceData) == 0x000004, "Wrong alignment on FStateTreeCompareNameConditionInstanceData"); \ +static_assert(sizeof(FStateTreeCompareNameConditionInstanceData) == 0x000010, "Wrong size on FStateTreeCompareNameConditionInstanceData"); \ +static_assert(offsetof(FStateTreeCompareNameConditionInstanceData, Left) == 0x000000, "Member 'FStateTreeCompareNameConditionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeCompareNameConditionInstanceData, Right) == 0x000008, "Member 'FStateTreeCompareNameConditionInstanceData::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeCompareNameCondition \ +static_assert(alignof(FStateTreeCompareNameCondition) == 0x000008, "Wrong alignment on FStateTreeCompareNameCondition"); \ +static_assert(sizeof(FStateTreeCompareNameCondition) == 0x000030, "Wrong size on FStateTreeCompareNameCondition"); \ +static_assert(offsetof(FStateTreeCompareNameCondition, bInvert) == 0x000028, "Member 'FStateTreeCompareNameCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeRandomConditionInstanceData \ +static_assert(alignof(FStateTreeRandomConditionInstanceData) == 0x000004, "Wrong alignment on FStateTreeRandomConditionInstanceData"); \ +static_assert(sizeof(FStateTreeRandomConditionInstanceData) == 0x000004, "Wrong size on FStateTreeRandomConditionInstanceData"); \ +static_assert(offsetof(FStateTreeRandomConditionInstanceData, Threshold) == 0x000000, "Member 'FStateTreeRandomConditionInstanceData::Threshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeRandomCondition \ +static_assert(alignof(FStateTreeRandomCondition) == 0x000008, "Wrong alignment on FStateTreeRandomCondition"); \ +static_assert(sizeof(FStateTreeRandomCondition) == 0x000028, "Wrong size on FStateTreeRandomCondition"); \ + +#define DUMPER7_ASSERTS_FGameplayTagMatchConditionInstanceData \ +static_assert(alignof(FGameplayTagMatchConditionInstanceData) == 0x000008, "Wrong alignment on FGameplayTagMatchConditionInstanceData"); \ +static_assert(sizeof(FGameplayTagMatchConditionInstanceData) == 0x000028, "Wrong size on FGameplayTagMatchConditionInstanceData"); \ +static_assert(offsetof(FGameplayTagMatchConditionInstanceData, TagContainer) == 0x000000, "Member 'FGameplayTagMatchConditionInstanceData::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagMatchConditionInstanceData, Tag) == 0x000020, "Member 'FGameplayTagMatchConditionInstanceData::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagMatchCondition \ +static_assert(alignof(FGameplayTagMatchCondition) == 0x000008, "Wrong alignment on FGameplayTagMatchCondition"); \ +static_assert(sizeof(FGameplayTagMatchCondition) == 0x000030, "Wrong size on FGameplayTagMatchCondition"); \ +static_assert(offsetof(FGameplayTagMatchCondition, bExactMatch) == 0x000028, "Member 'FGameplayTagMatchCondition::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagMatchCondition, bInvert) == 0x000029, "Member 'FGameplayTagMatchCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagContainerMatchConditionInstanceData \ +static_assert(alignof(FGameplayTagContainerMatchConditionInstanceData) == 0x000008, "Wrong alignment on FGameplayTagContainerMatchConditionInstanceData"); \ +static_assert(sizeof(FGameplayTagContainerMatchConditionInstanceData) == 0x000040, "Wrong size on FGameplayTagContainerMatchConditionInstanceData"); \ +static_assert(offsetof(FGameplayTagContainerMatchConditionInstanceData, TagContainer) == 0x000000, "Member 'FGameplayTagContainerMatchConditionInstanceData::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagContainerMatchConditionInstanceData, OtherContainer) == 0x000020, "Member 'FGameplayTagContainerMatchConditionInstanceData::OtherContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagContainerMatchCondition \ +static_assert(alignof(FGameplayTagContainerMatchCondition) == 0x000008, "Wrong alignment on FGameplayTagContainerMatchCondition"); \ +static_assert(sizeof(FGameplayTagContainerMatchCondition) == 0x000030, "Wrong size on FGameplayTagContainerMatchCondition"); \ +static_assert(offsetof(FGameplayTagContainerMatchCondition, MatchType) == 0x000028, "Member 'FGameplayTagContainerMatchCondition::MatchType' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagContainerMatchCondition, bExactMatch) == 0x000029, "Member 'FGameplayTagContainerMatchCondition::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagContainerMatchCondition, bInvert) == 0x00002A, "Member 'FGameplayTagContainerMatchCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagQueryConditionInstanceData \ +static_assert(alignof(FGameplayTagQueryConditionInstanceData) == 0x000008, "Wrong alignment on FGameplayTagQueryConditionInstanceData"); \ +static_assert(sizeof(FGameplayTagQueryConditionInstanceData) == 0x000020, "Wrong size on FGameplayTagQueryConditionInstanceData"); \ +static_assert(offsetof(FGameplayTagQueryConditionInstanceData, TagContainer) == 0x000000, "Member 'FGameplayTagQueryConditionInstanceData::TagContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayTagQueryCondition \ +static_assert(alignof(FGameplayTagQueryCondition) == 0x000008, "Wrong alignment on FGameplayTagQueryCondition"); \ +static_assert(sizeof(FGameplayTagQueryCondition) == 0x000078, "Wrong size on FGameplayTagQueryCondition"); \ +static_assert(offsetof(FGameplayTagQueryCondition, TagQuery) == 0x000028, "Member 'FGameplayTagQueryCondition::TagQuery' has a wrong offset!"); \ +static_assert(offsetof(FGameplayTagQueryCondition, bInvert) == 0x000070, "Member 'FGameplayTagQueryCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeObjectIsValidConditionInstanceData \ +static_assert(alignof(FStateTreeObjectIsValidConditionInstanceData) == 0x000008, "Wrong alignment on FStateTreeObjectIsValidConditionInstanceData"); \ +static_assert(sizeof(FStateTreeObjectIsValidConditionInstanceData) == 0x000008, "Wrong size on FStateTreeObjectIsValidConditionInstanceData"); \ +static_assert(offsetof(FStateTreeObjectIsValidConditionInstanceData, Object) == 0x000000, "Member 'FStateTreeObjectIsValidConditionInstanceData::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeObjectIsValidCondition \ +static_assert(alignof(FStateTreeObjectIsValidCondition) == 0x000008, "Wrong alignment on FStateTreeObjectIsValidCondition"); \ +static_assert(sizeof(FStateTreeObjectIsValidCondition) == 0x000030, "Wrong size on FStateTreeObjectIsValidCondition"); \ +static_assert(offsetof(FStateTreeObjectIsValidCondition, bInvert) == 0x000028, "Member 'FStateTreeObjectIsValidCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeObjectEqualsConditionInstanceData \ +static_assert(alignof(FStateTreeObjectEqualsConditionInstanceData) == 0x000008, "Wrong alignment on FStateTreeObjectEqualsConditionInstanceData"); \ +static_assert(sizeof(FStateTreeObjectEqualsConditionInstanceData) == 0x000010, "Wrong size on FStateTreeObjectEqualsConditionInstanceData"); \ +static_assert(offsetof(FStateTreeObjectEqualsConditionInstanceData, Left) == 0x000000, "Member 'FStateTreeObjectEqualsConditionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeObjectEqualsConditionInstanceData, Right) == 0x000008, "Member 'FStateTreeObjectEqualsConditionInstanceData::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeObjectEqualsCondition \ +static_assert(alignof(FStateTreeObjectEqualsCondition) == 0x000008, "Wrong alignment on FStateTreeObjectEqualsCondition"); \ +static_assert(sizeof(FStateTreeObjectEqualsCondition) == 0x000030, "Wrong size on FStateTreeObjectEqualsCondition"); \ +static_assert(offsetof(FStateTreeObjectEqualsCondition, bInvert) == 0x000028, "Member 'FStateTreeObjectEqualsCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeObjectIsChildOfClassConditionInstanceData \ +static_assert(alignof(FStateTreeObjectIsChildOfClassConditionInstanceData) == 0x000008, "Wrong alignment on FStateTreeObjectIsChildOfClassConditionInstanceData"); \ +static_assert(sizeof(FStateTreeObjectIsChildOfClassConditionInstanceData) == 0x000010, "Wrong size on FStateTreeObjectIsChildOfClassConditionInstanceData"); \ +static_assert(offsetof(FStateTreeObjectIsChildOfClassConditionInstanceData, Object) == 0x000000, "Member 'FStateTreeObjectIsChildOfClassConditionInstanceData::Object' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeObjectIsChildOfClassConditionInstanceData, Class) == 0x000008, "Member 'FStateTreeObjectIsChildOfClassConditionInstanceData::Class' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeObjectIsChildOfClassCondition \ +static_assert(alignof(FStateTreeObjectIsChildOfClassCondition) == 0x000008, "Wrong alignment on FStateTreeObjectIsChildOfClassCondition"); \ +static_assert(sizeof(FStateTreeObjectIsChildOfClassCondition) == 0x000030, "Wrong size on FStateTreeObjectIsChildOfClassCondition"); \ +static_assert(offsetof(FStateTreeObjectIsChildOfClassCondition, bInvert) == 0x000028, "Member 'FStateTreeObjectIsChildOfClassCondition::bInvert' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeConstantConsiderationInstanceData \ +static_assert(alignof(FStateTreeConstantConsiderationInstanceData) == 0x000004, "Wrong alignment on FStateTreeConstantConsiderationInstanceData"); \ +static_assert(sizeof(FStateTreeConstantConsiderationInstanceData) == 0x000004, "Wrong size on FStateTreeConstantConsiderationInstanceData"); \ +static_assert(offsetof(FStateTreeConstantConsiderationInstanceData, Constant) == 0x000000, "Member 'FStateTreeConstantConsiderationInstanceData::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeConsiderationCommonBase \ +static_assert(alignof(FStateTreeConsiderationCommonBase) == 0x000008, "Wrong alignment on FStateTreeConsiderationCommonBase"); \ +static_assert(sizeof(FStateTreeConsiderationCommonBase) == 0x000028, "Wrong size on FStateTreeConsiderationCommonBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeConstantConsideration \ +static_assert(alignof(FStateTreeConstantConsideration) == 0x000008, "Wrong alignment on FStateTreeConstantConsideration"); \ +static_assert(sizeof(FStateTreeConstantConsideration) == 0x000028, "Wrong size on FStateTreeConstantConsideration"); \ + +#define DUMPER7_ASSERTS_FStateTreeConsiderationResponseCurve \ +static_assert(alignof(FStateTreeConsiderationResponseCurve) == 0x000008, "Wrong alignment on FStateTreeConsiderationResponseCurve"); \ +static_assert(sizeof(FStateTreeConsiderationResponseCurve) == 0x000088, "Wrong size on FStateTreeConsiderationResponseCurve"); \ +static_assert(offsetof(FStateTreeConsiderationResponseCurve, CurveInfo) == 0x000000, "Member 'FStateTreeConsiderationResponseCurve::CurveInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeFloatInputConsiderationInstanceData \ +static_assert(alignof(FStateTreeFloatInputConsiderationInstanceData) == 0x000004, "Wrong alignment on FStateTreeFloatInputConsiderationInstanceData"); \ +static_assert(sizeof(FStateTreeFloatInputConsiderationInstanceData) == 0x00000C, "Wrong size on FStateTreeFloatInputConsiderationInstanceData"); \ +static_assert(offsetof(FStateTreeFloatInputConsiderationInstanceData, Input) == 0x000000, "Member 'FStateTreeFloatInputConsiderationInstanceData::Input' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeFloatInputConsiderationInstanceData, Interval) == 0x000004, "Member 'FStateTreeFloatInputConsiderationInstanceData::Interval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeFloatInputConsideration \ +static_assert(alignof(FStateTreeFloatInputConsideration) == 0x000008, "Wrong alignment on FStateTreeFloatInputConsideration"); \ +static_assert(sizeof(FStateTreeFloatInputConsideration) == 0x0000B0, "Wrong size on FStateTreeFloatInputConsideration"); \ +static_assert(offsetof(FStateTreeFloatInputConsideration, ResponseCurve) == 0x000028, "Member 'FStateTreeFloatInputConsideration::ResponseCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeEnumValueScorePair \ +static_assert(alignof(FStateTreeEnumValueScorePair) == 0x000008, "Wrong alignment on FStateTreeEnumValueScorePair"); \ +static_assert(sizeof(FStateTreeEnumValueScorePair) == 0x000010, "Wrong size on FStateTreeEnumValueScorePair"); \ +static_assert(offsetof(FStateTreeEnumValueScorePair, EnumValue) == 0x000000, "Member 'FStateTreeEnumValueScorePair::EnumValue' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeEnumValueScorePair, Score) == 0x000008, "Member 'FStateTreeEnumValueScorePair::Score' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeEnumValueScorePairs \ +static_assert(alignof(FStateTreeEnumValueScorePairs) == 0x000008, "Wrong alignment on FStateTreeEnumValueScorePairs"); \ +static_assert(sizeof(FStateTreeEnumValueScorePairs) == 0x000010, "Wrong size on FStateTreeEnumValueScorePairs"); \ +static_assert(offsetof(FStateTreeEnumValueScorePairs, Data) == 0x000000, "Member 'FStateTreeEnumValueScorePairs::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeEnumInputConsiderationInstanceData \ +static_assert(alignof(FStateTreeEnumInputConsiderationInstanceData) == 0x000008, "Wrong alignment on FStateTreeEnumInputConsiderationInstanceData"); \ +static_assert(sizeof(FStateTreeEnumInputConsiderationInstanceData) == 0x000010, "Wrong size on FStateTreeEnumInputConsiderationInstanceData"); \ +static_assert(offsetof(FStateTreeEnumInputConsiderationInstanceData, Input) == 0x000000, "Member 'FStateTreeEnumInputConsiderationInstanceData::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeEnumInputConsideration \ +static_assert(alignof(FStateTreeEnumInputConsideration) == 0x000008, "Wrong alignment on FStateTreeEnumInputConsideration"); \ +static_assert(sizeof(FStateTreeEnumInputConsideration) == 0x000038, "Wrong size on FStateTreeEnumInputConsideration"); \ +static_assert(offsetof(FStateTreeEnumInputConsideration, EnumValueScorePairs) == 0x000028, "Member 'FStateTreeEnumInputConsideration::EnumValueScorePairs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeBooleanOperationPropertyFunctionInstanceData \ +static_assert(alignof(FStateTreeBooleanOperationPropertyFunctionInstanceData) == 0x000001, "Wrong alignment on FStateTreeBooleanOperationPropertyFunctionInstanceData"); \ +static_assert(sizeof(FStateTreeBooleanOperationPropertyFunctionInstanceData) == 0x000003, "Wrong size on FStateTreeBooleanOperationPropertyFunctionInstanceData"); \ +static_assert(offsetof(FStateTreeBooleanOperationPropertyFunctionInstanceData, bLeft) == 0x000000, "Member 'FStateTreeBooleanOperationPropertyFunctionInstanceData::bLeft' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeBooleanOperationPropertyFunctionInstanceData, bRight) == 0x000001, "Member 'FStateTreeBooleanOperationPropertyFunctionInstanceData::bRight' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeBooleanOperationPropertyFunctionInstanceData, bResult) == 0x000002, "Member 'FStateTreeBooleanOperationPropertyFunctionInstanceData::bResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyFunctionBase \ +static_assert(alignof(FStateTreePropertyFunctionBase) == 0x000008, "Wrong alignment on FStateTreePropertyFunctionBase"); \ +static_assert(sizeof(FStateTreePropertyFunctionBase) == 0x000020, "Wrong size on FStateTreePropertyFunctionBase"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyFunctionCommonBase \ +static_assert(alignof(FStateTreePropertyFunctionCommonBase) == 0x000008, "Wrong alignment on FStateTreePropertyFunctionCommonBase"); \ +static_assert(sizeof(FStateTreePropertyFunctionCommonBase) == 0x000020, "Wrong size on FStateTreePropertyFunctionCommonBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeBooleanAndPropertyFunction \ +static_assert(alignof(FStateTreeBooleanAndPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeBooleanAndPropertyFunction"); \ +static_assert(sizeof(FStateTreeBooleanAndPropertyFunction) == 0x000020, "Wrong size on FStateTreeBooleanAndPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeBooleanOrPropertyFunction \ +static_assert(alignof(FStateTreeBooleanOrPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeBooleanOrPropertyFunction"); \ +static_assert(sizeof(FStateTreeBooleanOrPropertyFunction) == 0x000020, "Wrong size on FStateTreeBooleanOrPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeBooleanXOrPropertyFunction \ +static_assert(alignof(FStateTreeBooleanXOrPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeBooleanXOrPropertyFunction"); \ +static_assert(sizeof(FStateTreeBooleanXOrPropertyFunction) == 0x000020, "Wrong size on FStateTreeBooleanXOrPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeBooleanNotOperationPropertyFunctionInstanceData \ +static_assert(alignof(FStateTreeBooleanNotOperationPropertyFunctionInstanceData) == 0x000001, "Wrong alignment on FStateTreeBooleanNotOperationPropertyFunctionInstanceData"); \ +static_assert(sizeof(FStateTreeBooleanNotOperationPropertyFunctionInstanceData) == 0x000002, "Wrong size on FStateTreeBooleanNotOperationPropertyFunctionInstanceData"); \ +static_assert(offsetof(FStateTreeBooleanNotOperationPropertyFunctionInstanceData, bInput) == 0x000000, "Member 'FStateTreeBooleanNotOperationPropertyFunctionInstanceData::bInput' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeBooleanNotOperationPropertyFunctionInstanceData, bResult) == 0x000001, "Member 'FStateTreeBooleanNotOperationPropertyFunctionInstanceData::bResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeBooleanNotPropertyFunction \ +static_assert(alignof(FStateTreeBooleanNotPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeBooleanNotPropertyFunction"); \ +static_assert(sizeof(FStateTreeBooleanNotPropertyFunction) == 0x000020, "Wrong size on FStateTreeBooleanNotPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeFloatCombinaisonPropertyFunctionInstanceData \ +static_assert(alignof(FStateTreeFloatCombinaisonPropertyFunctionInstanceData) == 0x000004, "Wrong alignment on FStateTreeFloatCombinaisonPropertyFunctionInstanceData"); \ +static_assert(sizeof(FStateTreeFloatCombinaisonPropertyFunctionInstanceData) == 0x00000C, "Wrong size on FStateTreeFloatCombinaisonPropertyFunctionInstanceData"); \ +static_assert(offsetof(FStateTreeFloatCombinaisonPropertyFunctionInstanceData, Left) == 0x000000, "Member 'FStateTreeFloatCombinaisonPropertyFunctionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeFloatCombinaisonPropertyFunctionInstanceData, Right) == 0x000004, "Member 'FStateTreeFloatCombinaisonPropertyFunctionInstanceData::Right' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeFloatCombinaisonPropertyFunctionInstanceData, Result) == 0x000008, "Member 'FStateTreeFloatCombinaisonPropertyFunctionInstanceData::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeAddFloatPropertyFunction \ +static_assert(alignof(FStateTreeAddFloatPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeAddFloatPropertyFunction"); \ +static_assert(sizeof(FStateTreeAddFloatPropertyFunction) == 0x000020, "Wrong size on FStateTreeAddFloatPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeSubtractFloatPropertyFunction \ +static_assert(alignof(FStateTreeSubtractFloatPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeSubtractFloatPropertyFunction"); \ +static_assert(sizeof(FStateTreeSubtractFloatPropertyFunction) == 0x000020, "Wrong size on FStateTreeSubtractFloatPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeMultiplyFloatPropertyFunction \ +static_assert(alignof(FStateTreeMultiplyFloatPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeMultiplyFloatPropertyFunction"); \ +static_assert(sizeof(FStateTreeMultiplyFloatPropertyFunction) == 0x000020, "Wrong size on FStateTreeMultiplyFloatPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeDivideFloatPropertyFunction \ +static_assert(alignof(FStateTreeDivideFloatPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeDivideFloatPropertyFunction"); \ +static_assert(sizeof(FStateTreeDivideFloatPropertyFunction) == 0x000020, "Wrong size on FStateTreeDivideFloatPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeSingleFloatPropertyFunctionInstanceData \ +static_assert(alignof(FStateTreeSingleFloatPropertyFunctionInstanceData) == 0x000004, "Wrong alignment on FStateTreeSingleFloatPropertyFunctionInstanceData"); \ +static_assert(sizeof(FStateTreeSingleFloatPropertyFunctionInstanceData) == 0x000008, "Wrong size on FStateTreeSingleFloatPropertyFunctionInstanceData"); \ +static_assert(offsetof(FStateTreeSingleFloatPropertyFunctionInstanceData, Input) == 0x000000, "Member 'FStateTreeSingleFloatPropertyFunctionInstanceData::Input' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeSingleFloatPropertyFunctionInstanceData, Result) == 0x000004, "Member 'FStateTreeSingleFloatPropertyFunctionInstanceData::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeInvertFloatPropertyFunction \ +static_assert(alignof(FStateTreeInvertFloatPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeInvertFloatPropertyFunction"); \ +static_assert(sizeof(FStateTreeInvertFloatPropertyFunction) == 0x000020, "Wrong size on FStateTreeInvertFloatPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeAbsoluteFloatPropertyFunction \ +static_assert(alignof(FStateTreeAbsoluteFloatPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeAbsoluteFloatPropertyFunction"); \ +static_assert(sizeof(FStateTreeAbsoluteFloatPropertyFunction) == 0x000020, "Wrong size on FStateTreeAbsoluteFloatPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeMakeIntervalPropertyFunctionInstanceData \ +static_assert(alignof(FStateTreeMakeIntervalPropertyFunctionInstanceData) == 0x000004, "Wrong alignment on FStateTreeMakeIntervalPropertyFunctionInstanceData"); \ +static_assert(sizeof(FStateTreeMakeIntervalPropertyFunctionInstanceData) == 0x000010, "Wrong size on FStateTreeMakeIntervalPropertyFunctionInstanceData"); \ +static_assert(offsetof(FStateTreeMakeIntervalPropertyFunctionInstanceData, Min) == 0x000000, "Member 'FStateTreeMakeIntervalPropertyFunctionInstanceData::Min' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMakeIntervalPropertyFunctionInstanceData, Max) == 0x000004, "Member 'FStateTreeMakeIntervalPropertyFunctionInstanceData::Max' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeMakeIntervalPropertyFunctionInstanceData, Result) == 0x000008, "Member 'FStateTreeMakeIntervalPropertyFunctionInstanceData::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeMakeIntervalPropertyFunction \ +static_assert(alignof(FStateTreeMakeIntervalPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeMakeIntervalPropertyFunction"); \ +static_assert(sizeof(FStateTreeMakeIntervalPropertyFunction) == 0x000020, "Wrong size on FStateTreeMakeIntervalPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeIntCombinaisonPropertyFunctionInstanceData \ +static_assert(alignof(FStateTreeIntCombinaisonPropertyFunctionInstanceData) == 0x000004, "Wrong alignment on FStateTreeIntCombinaisonPropertyFunctionInstanceData"); \ +static_assert(sizeof(FStateTreeIntCombinaisonPropertyFunctionInstanceData) == 0x00000C, "Wrong size on FStateTreeIntCombinaisonPropertyFunctionInstanceData"); \ +static_assert(offsetof(FStateTreeIntCombinaisonPropertyFunctionInstanceData, Left) == 0x000000, "Member 'FStateTreeIntCombinaisonPropertyFunctionInstanceData::Left' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeIntCombinaisonPropertyFunctionInstanceData, Right) == 0x000004, "Member 'FStateTreeIntCombinaisonPropertyFunctionInstanceData::Right' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeIntCombinaisonPropertyFunctionInstanceData, Result) == 0x000008, "Member 'FStateTreeIntCombinaisonPropertyFunctionInstanceData::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeAddIntPropertyFunction \ +static_assert(alignof(FStateTreeAddIntPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeAddIntPropertyFunction"); \ +static_assert(sizeof(FStateTreeAddIntPropertyFunction) == 0x000020, "Wrong size on FStateTreeAddIntPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeSubtractIntPropertyFunction \ +static_assert(alignof(FStateTreeSubtractIntPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeSubtractIntPropertyFunction"); \ +static_assert(sizeof(FStateTreeSubtractIntPropertyFunction) == 0x000020, "Wrong size on FStateTreeSubtractIntPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeMultiplyIntPropertyFunction \ +static_assert(alignof(FStateTreeMultiplyIntPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeMultiplyIntPropertyFunction"); \ +static_assert(sizeof(FStateTreeMultiplyIntPropertyFunction) == 0x000020, "Wrong size on FStateTreeMultiplyIntPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeDivideIntPropertyFunction \ +static_assert(alignof(FStateTreeDivideIntPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeDivideIntPropertyFunction"); \ +static_assert(sizeof(FStateTreeDivideIntPropertyFunction) == 0x000020, "Wrong size on FStateTreeDivideIntPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeSingleIntPropertyFunctionInstanceData \ +static_assert(alignof(FStateTreeSingleIntPropertyFunctionInstanceData) == 0x000004, "Wrong alignment on FStateTreeSingleIntPropertyFunctionInstanceData"); \ +static_assert(sizeof(FStateTreeSingleIntPropertyFunctionInstanceData) == 0x000008, "Wrong size on FStateTreeSingleIntPropertyFunctionInstanceData"); \ +static_assert(offsetof(FStateTreeSingleIntPropertyFunctionInstanceData, Input) == 0x000000, "Member 'FStateTreeSingleIntPropertyFunctionInstanceData::Input' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeSingleIntPropertyFunctionInstanceData, Result) == 0x000004, "Member 'FStateTreeSingleIntPropertyFunctionInstanceData::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeInvertIntPropertyFunction \ +static_assert(alignof(FStateTreeInvertIntPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeInvertIntPropertyFunction"); \ +static_assert(sizeof(FStateTreeInvertIntPropertyFunction) == 0x000020, "Wrong size on FStateTreeInvertIntPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeAbsoluteIntPropertyFunction \ +static_assert(alignof(FStateTreeAbsoluteIntPropertyFunction) == 0x000008, "Wrong alignment on FStateTreeAbsoluteIntPropertyFunction"); \ +static_assert(sizeof(FStateTreeAbsoluteIntPropertyFunction) == 0x000020, "Wrong size on FStateTreeAbsoluteIntPropertyFunction"); \ + +#define DUMPER7_ASSERTS_FStateTreeEvaluatorCommonBase \ +static_assert(alignof(FStateTreeEvaluatorCommonBase) == 0x000008, "Wrong alignment on FStateTreeEvaluatorCommonBase"); \ +static_assert(sizeof(FStateTreeEvaluatorCommonBase) == 0x000020, "Wrong size on FStateTreeEvaluatorCommonBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeEvent \ +static_assert(alignof(FStateTreeEvent) == 0x000008, "Wrong alignment on FStateTreeEvent"); \ +static_assert(sizeof(FStateTreeEvent) == 0x000020, "Wrong size on FStateTreeEvent"); \ +static_assert(offsetof(FStateTreeEvent, Tag) == 0x000000, "Member 'FStateTreeEvent::Tag' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeEvent, Payload) == 0x000008, "Member 'FStateTreeEvent::Payload' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeEvent, Origin) == 0x000018, "Member 'FStateTreeEvent::Origin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeSharedEvent \ +static_assert(alignof(FStateTreeSharedEvent) == 0x000008, "Wrong alignment on FStateTreeSharedEvent"); \ +static_assert(sizeof(FStateTreeSharedEvent) == 0x000010, "Wrong size on FStateTreeSharedEvent"); \ + +#define DUMPER7_ASSERTS_FStateTreeEventQueue \ +static_assert(alignof(FStateTreeEventQueue) == 0x000008, "Wrong alignment on FStateTreeEventQueue"); \ +static_assert(sizeof(FStateTreeEventQueue) == 0x000010, "Wrong size on FStateTreeEventQueue"); \ +static_assert(offsetof(FStateTreeEventQueue, SharedEvents) == 0x000000, "Member 'FStateTreeEventQueue::SharedEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeExecutionExtension \ +static_assert(alignof(FStateTreeExecutionExtension) == 0x000008, "Wrong alignment on FStateTreeExecutionExtension"); \ +static_assert(sizeof(FStateTreeExecutionExtension) == 0x000008, "Wrong size on FStateTreeExecutionExtension"); \ + +#define DUMPER7_ASSERTS_FStateTreeExternalDataHandle \ +static_assert(alignof(FStateTreeExternalDataHandle) == 0x000002, "Wrong alignment on FStateTreeExternalDataHandle"); \ +static_assert(sizeof(FStateTreeExternalDataHandle) == 0x000006, "Wrong size on FStateTreeExternalDataHandle"); \ +static_assert(offsetof(FStateTreeExternalDataHandle, DataHandle) == 0x000000, "Member 'FStateTreeExternalDataHandle::DataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeExternalDataDesc \ +static_assert(alignof(FStateTreeExternalDataDesc) == 0x000008, "Wrong alignment on FStateTreeExternalDataDesc"); \ +static_assert(sizeof(FStateTreeExternalDataDesc) == 0x000018, "Wrong size on FStateTreeExternalDataDesc"); \ +static_assert(offsetof(FStateTreeExternalDataDesc, Struct) == 0x000000, "Member 'FStateTreeExternalDataDesc::Struct' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExternalDataDesc, Name) == 0x000008, "Member 'FStateTreeExternalDataDesc::Name' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExternalDataDesc, Handle) == 0x000010, "Member 'FStateTreeExternalDataDesc::Handle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExternalDataDesc, Requirement) == 0x000016, "Member 'FStateTreeExternalDataDesc::Requirement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTransitionRequest \ +static_assert(alignof(FStateTreeTransitionRequest) == 0x000004, "Wrong alignment on FStateTreeTransitionRequest"); \ +static_assert(sizeof(FStateTreeTransitionRequest) == 0x00000C, "Wrong size on FStateTreeTransitionRequest"); \ +static_assert(offsetof(FStateTreeTransitionRequest, TargetState) == 0x000000, "Member 'FStateTreeTransitionRequest::TargetState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionRequest, Priority) == 0x000002, "Member 'FStateTreeTransitionRequest::Priority' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionRequest, Fallback) == 0x000003, "Member 'FStateTreeTransitionRequest::Fallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeActiveStates \ +static_assert(alignof(FStateTreeActiveStates) == 0x000004, "Wrong alignment on FStateTreeActiveStates"); \ +static_assert(sizeof(FStateTreeActiveStates) == 0x000034, "Wrong size on FStateTreeActiveStates"); \ +static_assert(offsetof(FStateTreeActiveStates, States) == 0x000020, "Member 'FStateTreeActiveStates::States' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeActiveStates, NumStates) == 0x000030, "Member 'FStateTreeActiveStates::NumStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTransitionSource \ +static_assert(alignof(FStateTreeTransitionSource) == 0x000004, "Wrong alignment on FStateTreeTransitionSource"); \ +static_assert(sizeof(FStateTreeTransitionSource) == 0x000010, "Wrong size on FStateTreeTransitionSource"); \ + +#define DUMPER7_ASSERTS_FStateTreeTransitionDelayedState \ +static_assert(alignof(FStateTreeTransitionDelayedState) == 0x000008, "Wrong alignment on FStateTreeTransitionDelayedState"); \ +static_assert(sizeof(FStateTreeTransitionDelayedState) == 0x000030, "Wrong size on FStateTreeTransitionDelayedState"); \ +static_assert(offsetof(FStateTreeTransitionDelayedState, StateTree) == 0x000008, "Member 'FStateTreeTransitionDelayedState::StateTree' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionDelayedState, CapturedEvent) == 0x000010, "Member 'FStateTreeTransitionDelayedState::CapturedEvent' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionDelayedState, TimeLeft) == 0x000020, "Member 'FStateTreeTransitionDelayedState::TimeLeft' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionDelayedState, CapturedEventHash) == 0x000024, "Member 'FStateTreeTransitionDelayedState::CapturedEventHash' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionDelayedState, StateHandle) == 0x000028, "Member 'FStateTreeTransitionDelayedState::StateHandle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionDelayedState, TransitionIndex) == 0x00002A, "Member 'FStateTreeTransitionDelayedState::TransitionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeScheduledTick \ +static_assert(alignof(FStateTreeScheduledTick) == 0x000004, "Wrong alignment on FStateTreeScheduledTick"); \ +static_assert(sizeof(FStateTreeScheduledTick) == 0x000008, "Wrong size on FStateTreeScheduledTick"); \ +static_assert(offsetof(FStateTreeScheduledTick, NextDeltaTime) == 0x000000, "Member 'FStateTreeScheduledTick::NextDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExecutionFrameHandle \ +static_assert(alignof(FExecutionFrameHandle) == 0x000008, "Wrong alignment on FExecutionFrameHandle"); \ +static_assert(sizeof(FExecutionFrameHandle) == 0x000010, "Wrong size on FExecutionFrameHandle"); \ +static_assert(offsetof(FExecutionFrameHandle, StateTree) == 0x000000, "Member 'FExecutionFrameHandle::StateTree' has a wrong offset!"); \ +static_assert(offsetof(FExecutionFrameHandle, RootState) == 0x000008, "Member 'FExecutionFrameHandle::RootState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTasksCompletionStatus \ +static_assert(alignof(FStateTreeTasksCompletionStatus) == 0x000008, "Wrong alignment on FStateTreeTasksCompletionStatus"); \ +static_assert(sizeof(FStateTreeTasksCompletionStatus) == 0x000010, "Wrong size on FStateTreeTasksCompletionStatus"); \ + +#define DUMPER7_ASSERTS_FStateTreeExecutionFrame \ +static_assert(alignof(FStateTreeExecutionFrame) == 0x000008, "Wrong alignment on FStateTreeExecutionFrame"); \ +static_assert(sizeof(FStateTreeExecutionFrame) == 0x000070, "Wrong size on FStateTreeExecutionFrame"); \ +static_assert(offsetof(FStateTreeExecutionFrame, StateTree) == 0x000000, "Member 'FStateTreeExecutionFrame::StateTree' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, RootState) == 0x000008, "Member 'FStateTreeExecutionFrame::RootState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, ActiveStates) == 0x00000C, "Member 'FStateTreeExecutionFrame::ActiveStates' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, ActiveTasksStatus) == 0x000040, "Member 'FStateTreeExecutionFrame::ActiveTasksStatus' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, ExternalDataBaseIndex) == 0x000056, "Member 'FStateTreeExecutionFrame::ExternalDataBaseIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, GlobalInstanceIndexBase) == 0x000058, "Member 'FStateTreeExecutionFrame::GlobalInstanceIndexBase' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, ActiveInstanceIndexBase) == 0x00005A, "Member 'FStateTreeExecutionFrame::ActiveInstanceIndexBase' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, ExecutionRuntimeIndexBase) == 0x00005C, "Member 'FStateTreeExecutionFrame::ExecutionRuntimeIndexBase' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, StateParameterDataHandle) == 0x00005E, "Member 'FStateTreeExecutionFrame::StateParameterDataHandle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionFrame, GlobalParameterDataHandle) == 0x000064, "Member 'FStateTreeExecutionFrame::GlobalParameterDataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeExecutionState \ +static_assert(alignof(FStateTreeExecutionState) == 0x000008, "Wrong alignment on FStateTreeExecutionState"); \ +static_assert(sizeof(FStateTreeExecutionState) == 0x000070, "Wrong size on FStateTreeExecutionState"); \ +static_assert(offsetof(FStateTreeExecutionState, ActiveFrames) == 0x000000, "Member 'FStateTreeExecutionState::ActiveFrames' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, DelayedTransitions) == 0x000010, "Member 'FStateTreeExecutionState::DelayedTransitions' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, RandomStream) == 0x000020, "Member 'FStateTreeExecutionState::RandomStream' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, ExecutionExtension) == 0x000058, "Member 'FStateTreeExecutionState::ExecutionExtension' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, LastTickStatus) == 0x000068, "Member 'FStateTreeExecutionState::LastTickStatus' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, TreeRunStatus) == 0x000069, "Member 'FStateTreeExecutionState::TreeRunStatus' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, RequestedStop) == 0x00006A, "Member 'FStateTreeExecutionState::RequestedStop' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, CurrentPhase) == 0x00006B, "Member 'FStateTreeExecutionState::CurrentPhase' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, StateChangeCount) == 0x00006C, "Member 'FStateTreeExecutionState::StateChangeCount' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeExecutionState, bHasPendingCompletedState) == 0x00006E, "Member 'FStateTreeExecutionState::bHasPendingCompletedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTransitionResult \ +static_assert(alignof(FStateTreeTransitionResult) == 0x000008, "Wrong alignment on FStateTreeTransitionResult"); \ +static_assert(sizeof(FStateTreeTransitionResult) == 0x000040, "Wrong size on FStateTreeTransitionResult"); \ +static_assert(offsetof(FStateTreeTransitionResult, TargetState) == 0x000008, "Member 'FStateTreeTransitionResult::TargetState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, CurrentState) == 0x00000A, "Member 'FStateTreeTransitionResult::CurrentState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, CurrentRunStatus) == 0x00000C, "Member 'FStateTreeTransitionResult::CurrentRunStatus' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, ChangeType) == 0x00000D, "Member 'FStateTreeTransitionResult::ChangeType' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, Priority) == 0x00000E, "Member 'FStateTreeTransitionResult::Priority' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, NextActiveFrames) == 0x000010, "Member 'FStateTreeTransitionResult::NextActiveFrames' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, SourceStateTree) == 0x000030, "Member 'FStateTreeTransitionResult::SourceStateTree' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, SourceRootState) == 0x000038, "Member 'FStateTreeTransitionResult::SourceRootState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionResult, SourceState) == 0x00003A, "Member 'FStateTreeTransitionResult::SourceState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecordedStateTreeExecutionFrame \ +static_assert(alignof(FRecordedStateTreeExecutionFrame) == 0x000008, "Wrong alignment on FRecordedStateTreeExecutionFrame"); \ +static_assert(sizeof(FRecordedStateTreeExecutionFrame) == 0x000050, "Wrong size on FRecordedStateTreeExecutionFrame"); \ +static_assert(offsetof(FRecordedStateTreeExecutionFrame, StateTree) == 0x000000, "Member 'FRecordedStateTreeExecutionFrame::StateTree' has a wrong offset!"); \ +static_assert(offsetof(FRecordedStateTreeExecutionFrame, RootState) == 0x000008, "Member 'FRecordedStateTreeExecutionFrame::RootState' has a wrong offset!"); \ +static_assert(offsetof(FRecordedStateTreeExecutionFrame, ActiveStates) == 0x00000C, "Member 'FRecordedStateTreeExecutionFrame::ActiveStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecordedActiveState \ +static_assert(alignof(FRecordedActiveState) == 0x000008, "Wrong alignment on FRecordedActiveState"); \ +static_assert(sizeof(FRecordedActiveState) == 0x000010, "Wrong size on FRecordedActiveState"); \ +static_assert(offsetof(FRecordedActiveState, StateTree) == 0x000000, "Member 'FRecordedActiveState::StateTree' has a wrong offset!"); \ +static_assert(offsetof(FRecordedActiveState, State) == 0x000008, "Member 'FRecordedActiveState::State' has a wrong offset!"); \ +static_assert(offsetof(FRecordedActiveState, EventIndex) == 0x00000C, "Member 'FRecordedActiveState::EventIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecordedStateTreeTransitionResult \ +static_assert(alignof(FRecordedStateTreeTransitionResult) == 0x000008, "Wrong alignment on FRecordedStateTreeTransitionResult"); \ +static_assert(sizeof(FRecordedStateTreeTransitionResult) == 0x000028, "Wrong size on FRecordedStateTreeTransitionResult"); \ +static_assert(offsetof(FRecordedStateTreeTransitionResult, States) == 0x000000, "Member 'FRecordedStateTreeTransitionResult::States' has a wrong offset!"); \ +static_assert(offsetof(FRecordedStateTreeTransitionResult, Events) == 0x000010, "Member 'FRecordedStateTreeTransitionResult::Events' has a wrong offset!"); \ +static_assert(offsetof(FRecordedStateTreeTransitionResult, Priority) == 0x000020, "Member 'FRecordedStateTreeTransitionResult::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeInstanceObjectWrapper \ +static_assert(alignof(FStateTreeInstanceObjectWrapper) == 0x000008, "Wrong alignment on FStateTreeInstanceObjectWrapper"); \ +static_assert(sizeof(FStateTreeInstanceObjectWrapper) == 0x000008, "Wrong size on FStateTreeInstanceObjectWrapper"); \ +static_assert(offsetof(FStateTreeInstanceObjectWrapper, InstanceObject) == 0x000000, "Member 'FStateTreeInstanceObjectWrapper::InstanceObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTemporaryInstanceData \ +static_assert(alignof(FStateTreeTemporaryInstanceData) == 0x000008, "Wrong alignment on FStateTreeTemporaryInstanceData"); \ +static_assert(sizeof(FStateTreeTemporaryInstanceData) == 0x000020, "Wrong size on FStateTreeTemporaryInstanceData"); \ +static_assert(offsetof(FStateTreeTemporaryInstanceData, DataHandle) == 0x000004, "Member 'FStateTreeTemporaryInstanceData::DataHandle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTemporaryInstanceData, OwnerNodeIndex) == 0x00000A, "Member 'FStateTreeTemporaryInstanceData::OwnerNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTemporaryInstanceData, Instance) == 0x000010, "Member 'FStateTreeTemporaryInstanceData::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeInstanceStorage \ +static_assert(alignof(FStateTreeInstanceStorage) == 0x000008, "Wrong alignment on FStateTreeInstanceStorage"); \ +static_assert(sizeof(FStateTreeInstanceStorage) == 0x000108, "Wrong size on FStateTreeInstanceStorage"); \ +static_assert(offsetof(FStateTreeInstanceStorage, InstanceStructs) == 0x000000, "Member 'FStateTreeInstanceStorage::InstanceStructs' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeInstanceStorage, ExecutionState) == 0x000010, "Member 'FStateTreeInstanceStorage::ExecutionState' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeInstanceStorage, ExecutionRuntimeData) == 0x000080, "Member 'FStateTreeInstanceStorage::ExecutionRuntimeData' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeInstanceStorage, TemporaryInstances) == 0x0000B0, "Member 'FStateTreeInstanceStorage::TemporaryInstances' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeInstanceStorage, TransitionRequests) == 0x0000E0, "Member 'FStateTreeInstanceStorage::TransitionRequests' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeInstanceStorage, GlobalParameters) == 0x0000F0, "Member 'FStateTreeInstanceStorage::GlobalParameters' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeInstanceStorage, UniqueIdGenerator) == 0x000100, "Member 'FStateTreeInstanceStorage::UniqueIdGenerator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeInstanceData \ +static_assert(alignof(FStateTreeInstanceData) == 0x000008, "Wrong alignment on FStateTreeInstanceData"); \ +static_assert(sizeof(FStateTreeInstanceData) == 0x000010, "Wrong size on FStateTreeInstanceData"); \ + +#define DUMPER7_ASSERTS_FStateTreeBindableStructDesc \ +static_assert(alignof(FStateTreeBindableStructDesc) == 0x000008, "Wrong alignment on FStateTreeBindableStructDesc"); \ +static_assert(sizeof(FStateTreeBindableStructDesc) == 0x000020, "Wrong size on FStateTreeBindableStructDesc"); \ +static_assert(offsetof(FStateTreeBindableStructDesc, DataHandle) == 0x000018, "Member 'FStateTreeBindableStructDesc::DataHandle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeBindableStructDesc, DataSource) == 0x00001E, "Member 'FStateTreeBindableStructDesc::DataSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeEditorPropertyPath \ +static_assert(alignof(FStateTreeEditorPropertyPath) == 0x000001, "Wrong alignment on FStateTreeEditorPropertyPath"); \ +static_assert(sizeof(FStateTreeEditorPropertyPath) == 0x000001, "Wrong size on FStateTreeEditorPropertyPath"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyPathBinding \ +static_assert(alignof(FStateTreePropertyPathBinding) == 0x000008, "Wrong alignment on FStateTreePropertyPathBinding"); \ +static_assert(sizeof(FStateTreePropertyPathBinding) == 0x000030, "Wrong size on FStateTreePropertyPathBinding"); \ +static_assert(offsetof(FStateTreePropertyPathBinding, SourceDataHandle) == 0x000028, "Member 'FStateTreePropertyPathBinding::SourceDataHandle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyPathBinding, bIsOutputBinding) == 0x00002E, "Member 'FStateTreePropertyPathBinding::bIsOutputBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyRefPath \ +static_assert(alignof(FStateTreePropertyRefPath) == 0x000008, "Wrong alignment on FStateTreePropertyRefPath"); \ +static_assert(sizeof(FStateTreePropertyRefPath) == 0x000018, "Wrong size on FStateTreePropertyRefPath"); \ +static_assert(offsetof(FStateTreePropertyRefPath, SourcePropertyPath) == 0x000000, "Member 'FStateTreePropertyRefPath::SourcePropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyRefPath, SourceDataHandle) == 0x000010, "Member 'FStateTreePropertyRefPath::SourceDataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyAccess \ +static_assert(alignof(FStateTreePropertyAccess) == 0x000008, "Wrong alignment on FStateTreePropertyAccess"); \ +static_assert(sizeof(FStateTreePropertyAccess) == 0x000030, "Wrong size on FStateTreePropertyAccess"); \ +static_assert(offsetof(FStateTreePropertyAccess, SourceIndirection) == 0x000000, "Member 'FStateTreePropertyAccess::SourceIndirection' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyAccess, SourceStructType) == 0x000020, "Member 'FStateTreePropertyAccess::SourceStructType' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyAccess, SourceDataHandle) == 0x000028, "Member 'FStateTreePropertyAccess::SourceDataHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreePropertyBindings \ +static_assert(alignof(FStateTreePropertyBindings) == 0x000010, "Wrong alignment on FStateTreePropertyBindings"); \ +static_assert(sizeof(FStateTreePropertyBindings) == 0x000100, "Wrong size on FStateTreePropertyBindings"); \ +static_assert(offsetof(FStateTreePropertyBindings, SourceStructs) == 0x0000C0, "Member 'FStateTreePropertyBindings::SourceStructs' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyBindings, PropertyPathBindings) == 0x0000D0, "Member 'FStateTreePropertyBindings::PropertyPathBindings' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyBindings, PropertyReferencePaths) == 0x0000E0, "Member 'FStateTreePropertyBindings::PropertyReferencePaths' has a wrong offset!"); \ +static_assert(offsetof(FStateTreePropertyBindings, PropertyAccesses) == 0x0000F0, "Member 'FStateTreePropertyBindings::PropertyAccesses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeReference \ +static_assert(alignof(FStateTreeReference) == 0x000008, "Wrong alignment on FStateTreeReference"); \ +static_assert(sizeof(FStateTreeReference) == 0x000028, "Wrong size on FStateTreeReference"); \ +static_assert(offsetof(FStateTreeReference, StateTree) == 0x000000, "Member 'FStateTreeReference::StateTree' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeReference, Parameters) == 0x000008, "Member 'FStateTreeReference::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeReference, PropertyOverrides) == 0x000018, "Member 'FStateTreeReference::PropertyOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeReferenceOverrideItem \ +static_assert(alignof(FStateTreeReferenceOverrideItem) == 0x000008, "Wrong alignment on FStateTreeReferenceOverrideItem"); \ +static_assert(sizeof(FStateTreeReferenceOverrideItem) == 0x000030, "Wrong size on FStateTreeReferenceOverrideItem"); \ +static_assert(offsetof(FStateTreeReferenceOverrideItem, StateTag) == 0x000000, "Member 'FStateTreeReferenceOverrideItem::StateTag' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeReferenceOverrideItem, StateTreeReference) == 0x000008, "Member 'FStateTreeReferenceOverrideItem::StateTreeReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeReferenceOverrides \ +static_assert(alignof(FStateTreeReferenceOverrides) == 0x000008, "Wrong alignment on FStateTreeReferenceOverrides"); \ +static_assert(sizeof(FStateTreeReferenceOverrides) == 0x000010, "Wrong size on FStateTreeReferenceOverrides"); \ +static_assert(offsetof(FStateTreeReferenceOverrides, OverrideItems) == 0x000000, "Member 'FStateTreeReferenceOverrides::OverrideItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTaskCommonBase \ +static_assert(alignof(FStateTreeTaskCommonBase) == 0x000008, "Wrong alignment on FStateTreeTaskCommonBase"); \ +static_assert(sizeof(FStateTreeTaskCommonBase) == 0x000028, "Wrong size on FStateTreeTaskCommonBase"); \ + +#define DUMPER7_ASSERTS_FStateTreeRandomTimeDuration \ +static_assert(alignof(FStateTreeRandomTimeDuration) == 0x000002, "Wrong alignment on FStateTreeRandomTimeDuration"); \ +static_assert(sizeof(FStateTreeRandomTimeDuration) == 0x000004, "Wrong size on FStateTreeRandomTimeDuration"); \ +static_assert(offsetof(FStateTreeRandomTimeDuration, Duration) == 0x000000, "Member 'FStateTreeRandomTimeDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeRandomTimeDuration, RandomVariance) == 0x000002, "Member 'FStateTreeRandomTimeDuration::RandomVariance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompactEventDesc \ +static_assert(alignof(FCompactEventDesc) == 0x000008, "Wrong alignment on FCompactEventDesc"); \ +static_assert(sizeof(FCompactEventDesc) == 0x000010, "Wrong size on FCompactEventDesc"); \ +static_assert(offsetof(FCompactEventDesc, PayloadStruct) == 0x000000, "Member 'FCompactEventDesc::PayloadStruct' has a wrong offset!"); \ +static_assert(offsetof(FCompactEventDesc, Tag) == 0x000008, "Member 'FCompactEventDesc::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompactStateTransition \ +static_assert(alignof(FCompactStateTransition) == 0x000008, "Wrong alignment on FCompactStateTransition"); \ +static_assert(sizeof(FCompactStateTransition) == 0x000040, "Wrong size on FCompactStateTransition"); \ +static_assert(offsetof(FCompactStateTransition, RequiredEvent) == 0x000000, "Member 'FCompactStateTransition::RequiredEvent' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, RequiredDelegateDispatcher) == 0x000010, "Member 'FCompactStateTransition::RequiredDelegateDispatcher' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, ConditionsBegin) == 0x00002C, "Member 'FCompactStateTransition::ConditionsBegin' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, State) == 0x00002E, "Member 'FCompactStateTransition::State' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, Delay) == 0x000030, "Member 'FCompactStateTransition::Delay' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, Trigger) == 0x000034, "Member 'FCompactStateTransition::Trigger' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, Priority) == 0x000035, "Member 'FCompactStateTransition::Priority' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, Fallback) == 0x000036, "Member 'FCompactStateTransition::Fallback' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTransition, ConditionsNum) == 0x000037, "Member 'FCompactStateTransition::ConditionsNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompactStateTreeFrame \ +static_assert(alignof(FCompactStateTreeFrame) == 0x000002, "Wrong alignment on FCompactStateTreeFrame"); \ +static_assert(sizeof(FCompactStateTreeFrame) == 0x000004, "Wrong size on FCompactStateTreeFrame"); \ +static_assert(offsetof(FCompactStateTreeFrame, RootState) == 0x000000, "Member 'FCompactStateTreeFrame::RootState' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeFrame, NumberOfTasksStatusMasks) == 0x000002, "Member 'FCompactStateTreeFrame::NumberOfTasksStatusMasks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompactStateTreeState \ +static_assert(alignof(FCompactStateTreeState) == 0x000008, "Wrong alignment on FCompactStateTreeState"); \ +static_assert(sizeof(FCompactStateTreeState) == 0x000078, "Wrong size on FCompactStateTreeState"); \ +static_assert(offsetof(FCompactStateTreeState, RequiredEventToEnter) == 0x000000, "Member 'FCompactStateTreeState::RequiredEventToEnter' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, Name) == 0x000010, "Member 'FCompactStateTreeState::Name' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, Tag) == 0x000018, "Member 'FCompactStateTreeState::Tag' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, LinkedAsset) == 0x000038, "Member 'FCompactStateTreeState::LinkedAsset' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, LinkedState) == 0x000040, "Member 'FCompactStateTreeState::LinkedState' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, Parent) == 0x000042, "Member 'FCompactStateTreeState::Parent' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, ChildrenBegin) == 0x000044, "Member 'FCompactStateTreeState::ChildrenBegin' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, ChildrenEnd) == 0x000046, "Member 'FCompactStateTreeState::ChildrenEnd' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, EnterConditionsBegin) == 0x000048, "Member 'FCompactStateTreeState::EnterConditionsBegin' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, UtilityConsiderationsBegin) == 0x00004A, "Member 'FCompactStateTreeState::UtilityConsiderationsBegin' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, TransitionsBegin) == 0x00004C, "Member 'FCompactStateTreeState::TransitionsBegin' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, TasksBegin) == 0x00004E, "Member 'FCompactStateTreeState::TasksBegin' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, ParameterTemplateIndex) == 0x000050, "Member 'FCompactStateTreeState::ParameterTemplateIndex' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, ParameterDataHandle) == 0x000052, "Member 'FCompactStateTreeState::ParameterDataHandle' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, ParameterBindingsBatch) == 0x000058, "Member 'FCompactStateTreeState::ParameterBindingsBatch' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, EventDataIndex) == 0x00005A, "Member 'FCompactStateTreeState::EventDataIndex' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, Weight) == 0x00005C, "Member 'FCompactStateTreeState::Weight' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, CustomTickRate) == 0x000060, "Member 'FCompactStateTreeState::CustomTickRate' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, CompletionTasksMask) == 0x000064, "Member 'FCompactStateTreeState::CompletionTasksMask' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, CompletionTasksMaskBufferIndex) == 0x000068, "Member 'FCompactStateTreeState::CompletionTasksMaskBufferIndex' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, CompletionTasksMaskBitsOffset) == 0x000069, "Member 'FCompactStateTreeState::CompletionTasksMaskBitsOffset' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, CompletionTasksControl) == 0x00006A, "Member 'FCompactStateTreeState::CompletionTasksControl' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, EnterConditionsNum) == 0x00006B, "Member 'FCompactStateTreeState::EnterConditionsNum' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, UtilityConsiderationsNum) == 0x00006C, "Member 'FCompactStateTreeState::UtilityConsiderationsNum' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, TransitionsNum) == 0x00006D, "Member 'FCompactStateTreeState::TransitionsNum' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, TasksNum) == 0x00006E, "Member 'FCompactStateTreeState::TasksNum' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, EnabledTasksNum) == 0x00006F, "Member 'FCompactStateTreeState::EnabledTasksNum' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, InstanceDataNum) == 0x000070, "Member 'FCompactStateTreeState::InstanceDataNum' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, Depth) == 0x000071, "Member 'FCompactStateTreeState::Depth' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, Type) == 0x000072, "Member 'FCompactStateTreeState::Type' has a wrong offset!"); \ +static_assert(offsetof(FCompactStateTreeState, SelectionBehavior) == 0x000073, "Member 'FCompactStateTreeState::SelectionBehavior' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompactStateTreeParameters \ +static_assert(alignof(FCompactStateTreeParameters) == 0x000008, "Wrong alignment on FCompactStateTreeParameters"); \ +static_assert(sizeof(FCompactStateTreeParameters) == 0x000010, "Wrong size on FCompactStateTreeParameters"); \ +static_assert(offsetof(FCompactStateTreeParameters, Parameters) == 0x000000, "Member 'FCompactStateTreeParameters::Parameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeStateIdToHandle \ +static_assert(alignof(FStateTreeStateIdToHandle) == 0x000004, "Wrong alignment on FStateTreeStateIdToHandle"); \ +static_assert(sizeof(FStateTreeStateIdToHandle) == 0x000014, "Wrong size on FStateTreeStateIdToHandle"); \ +static_assert(offsetof(FStateTreeStateIdToHandle, ID) == 0x000000, "Member 'FStateTreeStateIdToHandle::ID' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeStateIdToHandle, Handle) == 0x000010, "Member 'FStateTreeStateIdToHandle::Handle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeNodeIdToIndex \ +static_assert(alignof(FStateTreeNodeIdToIndex) == 0x000004, "Wrong alignment on FStateTreeNodeIdToIndex"); \ +static_assert(sizeof(FStateTreeNodeIdToIndex) == 0x000014, "Wrong size on FStateTreeNodeIdToIndex"); \ +static_assert(offsetof(FStateTreeNodeIdToIndex, ID) == 0x000000, "Member 'FStateTreeNodeIdToIndex::ID' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeNodeIdToIndex, Index) == 0x000010, "Member 'FStateTreeNodeIdToIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeTransitionIdToIndex \ +static_assert(alignof(FStateTreeTransitionIdToIndex) == 0x000004, "Wrong alignment on FStateTreeTransitionIdToIndex"); \ +static_assert(sizeof(FStateTreeTransitionIdToIndex) == 0x000014, "Wrong size on FStateTreeTransitionIdToIndex"); \ +static_assert(offsetof(FStateTreeTransitionIdToIndex, ID) == 0x000000, "Member 'FStateTreeTransitionIdToIndex::ID' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeTransitionIdToIndex, Index) == 0x000010, "Member 'FStateTreeTransitionIdToIndex::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeStructRef \ +static_assert(alignof(FStateTreeStructRef) == 0x000008, "Wrong alignment on FStateTreeStructRef"); \ +static_assert(sizeof(FStateTreeStructRef) == 0x000010, "Wrong size on FStateTreeStructRef"); \ + +#define DUMPER7_ASSERTS_FStateTreeStateLink \ +static_assert(alignof(FStateTreeStateLink) == 0x000002, "Wrong alignment on FStateTreeStateLink"); \ +static_assert(sizeof(FStateTreeStateLink) == 0x000004, "Wrong size on FStateTreeStateLink"); \ +static_assert(offsetof(FStateTreeStateLink, StateHandle) == 0x000000, "Member 'FStateTreeStateLink::StateHandle' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeStateLink, Fallback) == 0x000002, "Member 'FStateTreeStateLink::Fallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeDebugTextTaskInstanceData \ +static_assert(alignof(FStateTreeDebugTextTaskInstanceData) == 0x000008, "Wrong alignment on FStateTreeDebugTextTaskInstanceData"); \ +static_assert(sizeof(FStateTreeDebugTextTaskInstanceData) == 0x000018, "Wrong size on FStateTreeDebugTextTaskInstanceData"); \ +static_assert(offsetof(FStateTreeDebugTextTaskInstanceData, ReferenceActor) == 0x000000, "Member 'FStateTreeDebugTextTaskInstanceData::ReferenceActor' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDebugTextTaskInstanceData, BindableText) == 0x000008, "Member 'FStateTreeDebugTextTaskInstanceData::BindableText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeDebugTextTask \ +static_assert(alignof(FStateTreeDebugTextTask) == 0x000008, "Wrong alignment on FStateTreeDebugTextTask"); \ +static_assert(sizeof(FStateTreeDebugTextTask) == 0x000060, "Wrong size on FStateTreeDebugTextTask"); \ +static_assert(offsetof(FStateTreeDebugTextTask, Text) == 0x000028, "Member 'FStateTreeDebugTextTask::Text' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDebugTextTask, TextColor) == 0x000038, "Member 'FStateTreeDebugTextTask::TextColor' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDebugTextTask, FontScale) == 0x00003C, "Member 'FStateTreeDebugTextTask::FontScale' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDebugTextTask, Offset) == 0x000040, "Member 'FStateTreeDebugTextTask::Offset' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDebugTextTask, bEnabled) == 0x000058, "Member 'FStateTreeDebugTextTask::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeDelayTaskInstanceData \ +static_assert(alignof(FStateTreeDelayTaskInstanceData) == 0x000004, "Wrong alignment on FStateTreeDelayTaskInstanceData"); \ +static_assert(sizeof(FStateTreeDelayTaskInstanceData) == 0x000014, "Wrong size on FStateTreeDelayTaskInstanceData"); \ +static_assert(offsetof(FStateTreeDelayTaskInstanceData, Duration) == 0x000000, "Member 'FStateTreeDelayTaskInstanceData::Duration' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDelayTaskInstanceData, RandomDeviation) == 0x000004, "Member 'FStateTreeDelayTaskInstanceData::RandomDeviation' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeDelayTaskInstanceData, bRunForever) == 0x000008, "Member 'FStateTreeDelayTaskInstanceData::bRunForever' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeDelayTask \ +static_assert(alignof(FStateTreeDelayTask) == 0x000008, "Wrong alignment on FStateTreeDelayTask"); \ +static_assert(sizeof(FStateTreeDelayTask) == 0x000028, "Wrong size on FStateTreeDelayTask"); \ + +#define DUMPER7_ASSERTS_FStateTreeRunParallelStateTreeTaskInstanceData \ +static_assert(alignof(FStateTreeRunParallelStateTreeTaskInstanceData) == 0x000008, "Wrong alignment on FStateTreeRunParallelStateTreeTaskInstanceData"); \ +static_assert(sizeof(FStateTreeRunParallelStateTreeTaskInstanceData) == 0x000048, "Wrong size on FStateTreeRunParallelStateTreeTaskInstanceData"); \ +static_assert(offsetof(FStateTreeRunParallelStateTreeTaskInstanceData, StateTree) == 0x000000, "Member 'FStateTreeRunParallelStateTreeTaskInstanceData::StateTree' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeRunParallelStateTreeTaskInstanceData, TreeInstanceData) == 0x000028, "Member 'FStateTreeRunParallelStateTreeTaskInstanceData::TreeInstanceData' has a wrong offset!"); \ +static_assert(offsetof(FStateTreeRunParallelStateTreeTaskInstanceData, RunningStateTree) == 0x000038, "Member 'FStateTreeRunParallelStateTreeTaskInstanceData::RunningStateTree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeRunParallelStateTreeExecutionExtension \ +static_assert(alignof(FStateTreeRunParallelStateTreeExecutionExtension) == 0x000008, "Wrong alignment on FStateTreeRunParallelStateTreeExecutionExtension"); \ +static_assert(sizeof(FStateTreeRunParallelStateTreeExecutionExtension) == 0x000050, "Wrong size on FStateTreeRunParallelStateTreeExecutionExtension"); \ + +#define DUMPER7_ASSERTS_FStateTreeRunParallelStateTreeTask \ +static_assert(alignof(FStateTreeRunParallelStateTreeTask) == 0x000008, "Wrong alignment on FStateTreeRunParallelStateTreeTask"); \ +static_assert(sizeof(FStateTreeRunParallelStateTreeTask) == 0x000030, "Wrong size on FStateTreeRunParallelStateTreeTask"); \ +static_assert(offsetof(FStateTreeRunParallelStateTreeTask, StateTreeOverrideTag) == 0x000028, "Member 'FStateTreeRunParallelStateTreeTask::StateTreeOverrideTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateTreeIndex8 \ +static_assert(alignof(FStateTreeIndex8) == 0x000001, "Wrong alignment on FStateTreeIndex8"); \ +static_assert(sizeof(FStateTreeIndex8) == 0x000001, "Wrong size on FStateTreeIndex8"); \ +static_assert(offsetof(FStateTreeIndex8, Value) == 0x000000, "Member 'FStateTreeIndex8::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IStateTreeSchemaProvider \ +static_assert(alignof(IStateTreeSchemaProvider) == 0x000001, "Wrong alignment on IStateTreeSchemaProvider"); \ +static_assert(sizeof(IStateTreeSchemaProvider) == 0x000001, "Wrong size on IStateTreeSchemaProvider"); \ + +#define DUMPER7_ASSERTS_UStateTreeSettings \ +static_assert(alignof(UStateTreeSettings) == 0x000008, "Wrong alignment on UStateTreeSettings"); \ +static_assert(sizeof(UStateTreeSettings) == 0x000040, "Wrong size on UStateTreeSettings"); \ +static_assert(offsetof(UStateTreeSettings, bAutoStartDebuggerTracesOnNonEditorTargets) == 0x000038, "Member 'UStateTreeSettings::bAutoStartDebuggerTracesOnNonEditorTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeNodeBlueprintBase_RequestTransition \ +static_assert(alignof(StateTreeNodeBlueprintBase_RequestTransition) == 0x000002, "Wrong alignment on StateTreeNodeBlueprintBase_RequestTransition"); \ +static_assert(sizeof(StateTreeNodeBlueprintBase_RequestTransition) == 0x000006, "Wrong size on StateTreeNodeBlueprintBase_RequestTransition"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_RequestTransition, TargetState) == 0x000000, "Member 'StateTreeNodeBlueprintBase_RequestTransition::TargetState' has a wrong offset!"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_RequestTransition, Priority) == 0x000004, "Member 'StateTreeNodeBlueprintBase_RequestTransition::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeNodeBlueprintBase_SendEvent \ +static_assert(alignof(StateTreeNodeBlueprintBase_SendEvent) == 0x000008, "Wrong alignment on StateTreeNodeBlueprintBase_SendEvent"); \ +static_assert(sizeof(StateTreeNodeBlueprintBase_SendEvent) == 0x000020, "Wrong size on StateTreeNodeBlueprintBase_SendEvent"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_SendEvent, Event) == 0x000000, "Member 'StateTreeNodeBlueprintBase_SendEvent::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeNodeBlueprintBase_GetPropertyDescriptionByPropertyName \ +static_assert(alignof(StateTreeNodeBlueprintBase_GetPropertyDescriptionByPropertyName) == 0x000008, "Wrong alignment on StateTreeNodeBlueprintBase_GetPropertyDescriptionByPropertyName"); \ +static_assert(sizeof(StateTreeNodeBlueprintBase_GetPropertyDescriptionByPropertyName) == 0x000018, "Wrong size on StateTreeNodeBlueprintBase_GetPropertyDescriptionByPropertyName"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_GetPropertyDescriptionByPropertyName, PropertyName) == 0x000000, "Member 'StateTreeNodeBlueprintBase_GetPropertyDescriptionByPropertyName::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_GetPropertyDescriptionByPropertyName, ReturnValue) == 0x000008, "Member 'StateTreeNodeBlueprintBase_GetPropertyDescriptionByPropertyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeNodeBlueprintBase_GetPropertyReference \ +static_assert(alignof(StateTreeNodeBlueprintBase_GetPropertyReference) == 0x000008, "Wrong alignment on StateTreeNodeBlueprintBase_GetPropertyReference"); \ +static_assert(sizeof(StateTreeNodeBlueprintBase_GetPropertyReference) == 0x000010, "Wrong size on StateTreeNodeBlueprintBase_GetPropertyReference"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_GetPropertyReference, PropertyRef) == 0x000000, "Member 'StateTreeNodeBlueprintBase_GetPropertyReference::PropertyRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeNodeBlueprintBase_IsPropertyRefValid \ +static_assert(alignof(StateTreeNodeBlueprintBase_IsPropertyRefValid) == 0x000008, "Wrong alignment on StateTreeNodeBlueprintBase_IsPropertyRefValid"); \ +static_assert(sizeof(StateTreeNodeBlueprintBase_IsPropertyRefValid) == 0x000018, "Wrong size on StateTreeNodeBlueprintBase_IsPropertyRefValid"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_IsPropertyRefValid, PropertyRef) == 0x000000, "Member 'StateTreeNodeBlueprintBase_IsPropertyRefValid::PropertyRef' has a wrong offset!"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_IsPropertyRefValid, ReturnValue) == 0x000010, "Member 'StateTreeNodeBlueprintBase_IsPropertyRefValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeNodeBlueprintBase_ReceiveGetDescription \ +static_assert(alignof(StateTreeNodeBlueprintBase_ReceiveGetDescription) == 0x000008, "Wrong alignment on StateTreeNodeBlueprintBase_ReceiveGetDescription"); \ +static_assert(sizeof(StateTreeNodeBlueprintBase_ReceiveGetDescription) == 0x000018, "Wrong size on StateTreeNodeBlueprintBase_ReceiveGetDescription"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_ReceiveGetDescription, Formatting) == 0x000000, "Member 'StateTreeNodeBlueprintBase_ReceiveGetDescription::Formatting' has a wrong offset!"); \ +static_assert(offsetof(StateTreeNodeBlueprintBase_ReceiveGetDescription, ReturnValue) == 0x000008, "Member 'StateTreeNodeBlueprintBase_ReceiveGetDescription::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeNodeBlueprintBase \ +static_assert(alignof(UStateTreeNodeBlueprintBase) == 0x000008, "Wrong alignment on UStateTreeNodeBlueprintBase"); \ +static_assert(sizeof(UStateTreeNodeBlueprintBase) == 0x000068, "Wrong size on UStateTreeNodeBlueprintBase"); \ + +#define DUMPER7_ASSERTS_StateTreeConditionBlueprintBase_ReceiveTestCondition \ +static_assert(alignof(StateTreeConditionBlueprintBase_ReceiveTestCondition) == 0x000001, "Wrong alignment on StateTreeConditionBlueprintBase_ReceiveTestCondition"); \ +static_assert(sizeof(StateTreeConditionBlueprintBase_ReceiveTestCondition) == 0x000001, "Wrong size on StateTreeConditionBlueprintBase_ReceiveTestCondition"); \ +static_assert(offsetof(StateTreeConditionBlueprintBase_ReceiveTestCondition, ReturnValue) == 0x000000, "Member 'StateTreeConditionBlueprintBase_ReceiveTestCondition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeConditionBlueprintBase \ +static_assert(alignof(UStateTreeConditionBlueprintBase) == 0x000008, "Wrong alignment on UStateTreeConditionBlueprintBase"); \ +static_assert(sizeof(UStateTreeConditionBlueprintBase) == 0x000070, "Wrong size on UStateTreeConditionBlueprintBase"); \ + +#define DUMPER7_ASSERTS_StateTreeConsiderationBlueprintBase_ReceiveGetScore \ +static_assert(alignof(StateTreeConsiderationBlueprintBase_ReceiveGetScore) == 0x000004, "Wrong alignment on StateTreeConsiderationBlueprintBase_ReceiveGetScore"); \ +static_assert(sizeof(StateTreeConsiderationBlueprintBase_ReceiveGetScore) == 0x000004, "Wrong size on StateTreeConsiderationBlueprintBase_ReceiveGetScore"); \ +static_assert(offsetof(StateTreeConsiderationBlueprintBase_ReceiveGetScore, ReturnValue) == 0x000000, "Member 'StateTreeConsiderationBlueprintBase_ReceiveGetScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeConsiderationBlueprintBase \ +static_assert(alignof(UStateTreeConsiderationBlueprintBase) == 0x000008, "Wrong alignment on UStateTreeConsiderationBlueprintBase"); \ +static_assert(sizeof(UStateTreeConsiderationBlueprintBase) == 0x000070, "Wrong size on UStateTreeConsiderationBlueprintBase"); \ + +#define DUMPER7_ASSERTS_StateTreeEvaluatorBlueprintBase_ReceiveTick \ +static_assert(alignof(StateTreeEvaluatorBlueprintBase_ReceiveTick) == 0x000004, "Wrong alignment on StateTreeEvaluatorBlueprintBase_ReceiveTick"); \ +static_assert(sizeof(StateTreeEvaluatorBlueprintBase_ReceiveTick) == 0x000004, "Wrong size on StateTreeEvaluatorBlueprintBase_ReceiveTick"); \ +static_assert(offsetof(StateTreeEvaluatorBlueprintBase_ReceiveTick, DeltaTime) == 0x000000, "Member 'StateTreeEvaluatorBlueprintBase_ReceiveTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeEvaluatorBlueprintBase \ +static_assert(alignof(UStateTreeEvaluatorBlueprintBase) == 0x000008, "Wrong alignment on UStateTreeEvaluatorBlueprintBase"); \ +static_assert(sizeof(UStateTreeEvaluatorBlueprintBase) == 0x000070, "Wrong size on UStateTreeEvaluatorBlueprintBase"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_BindDelegate \ +static_assert(alignof(StateTreeTaskBlueprintBase_BindDelegate) == 0x000004, "Wrong alignment on StateTreeTaskBlueprintBase_BindDelegate"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_BindDelegate) == 0x000024, "Wrong size on StateTreeTaskBlueprintBase_BindDelegate"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_BindDelegate, Listener) == 0x000000, "Member 'StateTreeTaskBlueprintBase_BindDelegate::Listener' has a wrong offset!"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_BindDelegate, Delegate) == 0x000014, "Member 'StateTreeTaskBlueprintBase_BindDelegate::Delegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_BroadcastDelegate \ +static_assert(alignof(StateTreeTaskBlueprintBase_BroadcastDelegate) == 0x000004, "Wrong alignment on StateTreeTaskBlueprintBase_BroadcastDelegate"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_BroadcastDelegate) == 0x000010, "Wrong size on StateTreeTaskBlueprintBase_BroadcastDelegate"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_BroadcastDelegate, Dispatcher) == 0x000000, "Member 'StateTreeTaskBlueprintBase_BroadcastDelegate::Dispatcher' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_FinishTask \ +static_assert(alignof(StateTreeTaskBlueprintBase_FinishTask) == 0x000001, "Wrong alignment on StateTreeTaskBlueprintBase_FinishTask"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_FinishTask) == 0x000001, "Wrong size on StateTreeTaskBlueprintBase_FinishTask"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_FinishTask, bSucceeded) == 0x000000, "Member 'StateTreeTaskBlueprintBase_FinishTask::bSucceeded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_ReceiveEnterState \ +static_assert(alignof(StateTreeTaskBlueprintBase_ReceiveEnterState) == 0x000008, "Wrong alignment on StateTreeTaskBlueprintBase_ReceiveEnterState"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_ReceiveEnterState) == 0x000048, "Wrong size on StateTreeTaskBlueprintBase_ReceiveEnterState"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveEnterState, Transition) == 0x000000, "Member 'StateTreeTaskBlueprintBase_ReceiveEnterState::Transition' has a wrong offset!"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveEnterState, ReturnValue) == 0x000040, "Member 'StateTreeTaskBlueprintBase_ReceiveEnterState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_ReceiveExitState \ +static_assert(alignof(StateTreeTaskBlueprintBase_ReceiveExitState) == 0x000008, "Wrong alignment on StateTreeTaskBlueprintBase_ReceiveExitState"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_ReceiveExitState) == 0x000040, "Wrong size on StateTreeTaskBlueprintBase_ReceiveExitState"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveExitState, Transition) == 0x000000, "Member 'StateTreeTaskBlueprintBase_ReceiveExitState::Transition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_ReceiveLatentEnterState \ +static_assert(alignof(StateTreeTaskBlueprintBase_ReceiveLatentEnterState) == 0x000008, "Wrong alignment on StateTreeTaskBlueprintBase_ReceiveLatentEnterState"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_ReceiveLatentEnterState) == 0x000040, "Wrong size on StateTreeTaskBlueprintBase_ReceiveLatentEnterState"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveLatentEnterState, Transition) == 0x000000, "Member 'StateTreeTaskBlueprintBase_ReceiveLatentEnterState::Transition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_ReceiveLatentTick \ +static_assert(alignof(StateTreeTaskBlueprintBase_ReceiveLatentTick) == 0x000004, "Wrong alignment on StateTreeTaskBlueprintBase_ReceiveLatentTick"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_ReceiveLatentTick) == 0x000004, "Wrong size on StateTreeTaskBlueprintBase_ReceiveLatentTick"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveLatentTick, DeltaTime) == 0x000000, "Member 'StateTreeTaskBlueprintBase_ReceiveLatentTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_ReceiveStateCompleted \ +static_assert(alignof(StateTreeTaskBlueprintBase_ReceiveStateCompleted) == 0x000004, "Wrong alignment on StateTreeTaskBlueprintBase_ReceiveStateCompleted"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_ReceiveStateCompleted) == 0x000038, "Wrong size on StateTreeTaskBlueprintBase_ReceiveStateCompleted"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveStateCompleted, CompletionStatus) == 0x000000, "Member 'StateTreeTaskBlueprintBase_ReceiveStateCompleted::CompletionStatus' has a wrong offset!"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveStateCompleted, CompletedActiveStates) == 0x000004, "Member 'StateTreeTaskBlueprintBase_ReceiveStateCompleted::CompletedActiveStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_ReceiveTick \ +static_assert(alignof(StateTreeTaskBlueprintBase_ReceiveTick) == 0x000004, "Wrong alignment on StateTreeTaskBlueprintBase_ReceiveTick"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_ReceiveTick) == 0x000008, "Wrong size on StateTreeTaskBlueprintBase_ReceiveTick"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveTick, DeltaTime) == 0x000000, "Member 'StateTreeTaskBlueprintBase_ReceiveTick::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_ReceiveTick, ReturnValue) == 0x000004, "Member 'StateTreeTaskBlueprintBase_ReceiveTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeTaskBlueprintBase_UnbindDelegate \ +static_assert(alignof(StateTreeTaskBlueprintBase_UnbindDelegate) == 0x000004, "Wrong alignment on StateTreeTaskBlueprintBase_UnbindDelegate"); \ +static_assert(sizeof(StateTreeTaskBlueprintBase_UnbindDelegate) == 0x000014, "Wrong size on StateTreeTaskBlueprintBase_UnbindDelegate"); \ +static_assert(offsetof(StateTreeTaskBlueprintBase_UnbindDelegate, Listener) == 0x000000, "Member 'StateTreeTaskBlueprintBase_UnbindDelegate::Listener' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeTaskBlueprintBase \ +static_assert(alignof(UStateTreeTaskBlueprintBase) == 0x000008, "Wrong alignment on UStateTreeTaskBlueprintBase"); \ +static_assert(sizeof(UStateTreeTaskBlueprintBase) == 0x000070, "Wrong size on UStateTreeTaskBlueprintBase"); \ + +#define DUMPER7_ASSERTS_StateTree_K2_GetExtension \ +static_assert(alignof(StateTree_K2_GetExtension) == 0x000008, "Wrong alignment on StateTree_K2_GetExtension"); \ +static_assert(sizeof(StateTree_K2_GetExtension) == 0x000010, "Wrong size on StateTree_K2_GetExtension"); \ +static_assert(offsetof(StateTree_K2_GetExtension, ExtensionType) == 0x000000, "Member 'StateTree_K2_GetExtension::ExtensionType' has a wrong offset!"); \ +static_assert(offsetof(StateTree_K2_GetExtension, ReturnValue) == 0x000008, "Member 'StateTree_K2_GetExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTree \ +static_assert(alignof(UStateTree) == 0x000010, "Wrong alignment on UStateTree"); \ +static_assert(sizeof(UStateTree) == 0x000280, "Wrong size on UStateTree"); \ +static_assert(offsetof(UStateTree, LastCompiledEditorDataHash) == 0x000030, "Member 'UStateTree::LastCompiledEditorDataHash' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, Schema) == 0x000038, "Member 'UStateTree::Schema' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, Frames) == 0x000040, "Member 'UStateTree::Frames' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, States) == 0x000050, "Member 'UStateTree::States' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, Transitions) == 0x000060, "Member 'UStateTree::Transitions' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, Nodes) == 0x000070, "Member 'UStateTree::Nodes' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, DefaultInstanceData) == 0x000080, "Member 'UStateTree::DefaultInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, DefaultEvaluationScopeInstanceData) == 0x000090, "Member 'UStateTree::DefaultEvaluationScopeInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, DefaultExecutionRuntimeData) == 0x0000A0, "Member 'UStateTree::DefaultExecutionRuntimeData' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, SharedInstanceData) == 0x0000B0, "Member 'UStateTree::SharedInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, ContextDataDescs) == 0x0000D8, "Member 'UStateTree::ContextDataDescs' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, PropertyBindings) == 0x0000F0, "Member 'UStateTree::PropertyBindings' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, Extensions) == 0x000200, "Member 'UStateTree::Extensions' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, IDToStateMappings) == 0x000210, "Member 'UStateTree::IDToStateMappings' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, IDToNodeMappings) == 0x000220, "Member 'UStateTree::IDToNodeMappings' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, IDToTransitionMappings) == 0x000230, "Member 'UStateTree::IDToTransitionMappings' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, Parameters) == 0x000240, "Member 'UStateTree::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, ExternalDataDescs) == 0x000250, "Member 'UStateTree::ExternalDataDescs' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, CompletionGlobalTasksMask) == 0x000260, "Member 'UStateTree::CompletionGlobalTasksMask' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, NumContextData) == 0x000264, "Member 'UStateTree::NumContextData' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, NumGlobalInstanceData) == 0x000266, "Member 'UStateTree::NumGlobalInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, EvaluatorsBegin) == 0x000268, "Member 'UStateTree::EvaluatorsBegin' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, EvaluatorsNum) == 0x00026A, "Member 'UStateTree::EvaluatorsNum' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, GlobalTasksBegin) == 0x00026C, "Member 'UStateTree::GlobalTasksBegin' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, GlobalTasksNum) == 0x00026E, "Member 'UStateTree::GlobalTasksNum' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, CompletionGlobalTasksControl) == 0x000274, "Member 'UStateTree::CompletionGlobalTasksControl' has a wrong offset!"); \ +static_assert(offsetof(UStateTree, ParameterDataType) == 0x000275, "Member 'UStateTree::ParameterDataType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeExtension \ +static_assert(alignof(UStateTreeExtension) == 0x000008, "Wrong alignment on UStateTreeExtension"); \ +static_assert(sizeof(UStateTreeExtension) == 0x000028, "Wrong size on UStateTreeExtension"); \ + +#define DUMPER7_ASSERTS_StateTreeFunctionLibrary_K2_GetParametersProperty \ +static_assert(alignof(StateTreeFunctionLibrary_K2_GetParametersProperty) == 0x000008, "Wrong alignment on StateTreeFunctionLibrary_K2_GetParametersProperty"); \ +static_assert(sizeof(StateTreeFunctionLibrary_K2_GetParametersProperty) == 0x000040, "Wrong size on StateTreeFunctionLibrary_K2_GetParametersProperty"); \ +static_assert(offsetof(StateTreeFunctionLibrary_K2_GetParametersProperty, Reference) == 0x000000, "Member 'StateTreeFunctionLibrary_K2_GetParametersProperty::Reference' has a wrong offset!"); \ +static_assert(offsetof(StateTreeFunctionLibrary_K2_GetParametersProperty, PropertyID) == 0x000028, "Member 'StateTreeFunctionLibrary_K2_GetParametersProperty::PropertyID' has a wrong offset!"); \ +static_assert(offsetof(StateTreeFunctionLibrary_K2_GetParametersProperty, ReturnValue) == 0x000038, "Member 'StateTreeFunctionLibrary_K2_GetParametersProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeFunctionLibrary_K2_SetParametersProperty \ +static_assert(alignof(StateTreeFunctionLibrary_K2_SetParametersProperty) == 0x000008, "Wrong alignment on StateTreeFunctionLibrary_K2_SetParametersProperty"); \ +static_assert(sizeof(StateTreeFunctionLibrary_K2_SetParametersProperty) == 0x000040, "Wrong size on StateTreeFunctionLibrary_K2_SetParametersProperty"); \ +static_assert(offsetof(StateTreeFunctionLibrary_K2_SetParametersProperty, Reference) == 0x000000, "Member 'StateTreeFunctionLibrary_K2_SetParametersProperty::Reference' has a wrong offset!"); \ +static_assert(offsetof(StateTreeFunctionLibrary_K2_SetParametersProperty, PropertyID) == 0x000028, "Member 'StateTreeFunctionLibrary_K2_SetParametersProperty::PropertyID' has a wrong offset!"); \ +static_assert(offsetof(StateTreeFunctionLibrary_K2_SetParametersProperty, NewValue) == 0x000038, "Member 'StateTreeFunctionLibrary_K2_SetParametersProperty::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeFunctionLibrary_MakeStateTreeReference \ +static_assert(alignof(StateTreeFunctionLibrary_MakeStateTreeReference) == 0x000008, "Wrong alignment on StateTreeFunctionLibrary_MakeStateTreeReference"); \ +static_assert(sizeof(StateTreeFunctionLibrary_MakeStateTreeReference) == 0x000030, "Wrong size on StateTreeFunctionLibrary_MakeStateTreeReference"); \ +static_assert(offsetof(StateTreeFunctionLibrary_MakeStateTreeReference, StateTree) == 0x000000, "Member 'StateTreeFunctionLibrary_MakeStateTreeReference::StateTree' has a wrong offset!"); \ +static_assert(offsetof(StateTreeFunctionLibrary_MakeStateTreeReference, ReturnValue) == 0x000008, "Member 'StateTreeFunctionLibrary_MakeStateTreeReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StateTreeFunctionLibrary_SetStateTree \ +static_assert(alignof(StateTreeFunctionLibrary_SetStateTree) == 0x000008, "Wrong alignment on StateTreeFunctionLibrary_SetStateTree"); \ +static_assert(sizeof(StateTreeFunctionLibrary_SetStateTree) == 0x000030, "Wrong size on StateTreeFunctionLibrary_SetStateTree"); \ +static_assert(offsetof(StateTreeFunctionLibrary_SetStateTree, Reference) == 0x000000, "Member 'StateTreeFunctionLibrary_SetStateTree::Reference' has a wrong offset!"); \ +static_assert(offsetof(StateTreeFunctionLibrary_SetStateTree, StateTree) == 0x000028, "Member 'StateTreeFunctionLibrary_SetStateTree::StateTree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeFunctionLibrary \ +static_assert(alignof(UStateTreeFunctionLibrary) == 0x000008, "Wrong alignment on UStateTreeFunctionLibrary"); \ +static_assert(sizeof(UStateTreeFunctionLibrary) == 0x000028, "Wrong size on UStateTreeFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UStateTreeSchema \ +static_assert(alignof(UStateTreeSchema) == 0x000008, "Wrong alignment on UStateTreeSchema"); \ +static_assert(sizeof(UStateTreeSchema) == 0x000028, "Wrong size on UStateTreeSchema"); \ + +#define DUMPER7_ASSERTS_FTemplateSectionPropertyScale \ +static_assert(alignof(FTemplateSectionPropertyScale) == 0x000008, "Wrong alignment on FTemplateSectionPropertyScale"); \ +static_assert(sizeof(FTemplateSectionPropertyScale) == 0x000138, "Wrong size on FTemplateSectionPropertyScale"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, ObjectBinding) == 0x000000, "Member 'FTemplateSectionPropertyScale::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, PropertyBinding) == 0x000010, "Member 'FTemplateSectionPropertyScale::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, PropertyScaleType) == 0x000024, "Member 'FTemplateSectionPropertyScale::PropertyScaleType' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSectionPropertyScale, FloatChannel) == 0x000028, "Member 'FTemplateSectionPropertyScale::FloatChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTemplateSequenceBindingOverrideData \ +static_assert(alignof(FTemplateSequenceBindingOverrideData) == 0x000004, "Wrong alignment on FTemplateSequenceBindingOverrideData"); \ +static_assert(sizeof(FTemplateSequenceBindingOverrideData) == 0x00000C, "Wrong size on FTemplateSequenceBindingOverrideData"); \ +static_assert(offsetof(FTemplateSequenceBindingOverrideData, Object) == 0x000000, "Member 'FTemplateSequenceBindingOverrideData::Object' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSequenceBindingOverrideData, bOverridesDefault) == 0x000008, "Member 'FTemplateSequenceBindingOverrideData::bOverridesDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTemplateSequence \ +static_assert(alignof(UTemplateSequence) == 0x000008, "Wrong alignment on UTemplateSequence"); \ +static_assert(sizeof(UTemplateSequence) == 0x0000E8, "Wrong size on UTemplateSequence"); \ +static_assert(offsetof(UTemplateSequence, MovieScene) == 0x000068, "Member 'UTemplateSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UTemplateSequence, BoundActorClass) == 0x000070, "Member 'UTemplateSequence::BoundActorClass' has a wrong offset!"); \ +static_assert(offsetof(UTemplateSequence, BoundActorComponents) == 0x000098, "Member 'UTemplateSequence::BoundActorComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequence \ +static_assert(alignof(UCameraAnimationSequence) == 0x000008, "Wrong alignment on UCameraAnimationSequence"); \ +static_assert(sizeof(UCameraAnimationSequence) == 0x0000E8, "Wrong size on UCameraAnimationSequence"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequenceCameraStandIn \ +static_assert(alignof(UCameraAnimationSequenceCameraStandIn) == 0x000010, "Wrong alignment on UCameraAnimationSequenceCameraStandIn"); \ +static_assert(sizeof(UCameraAnimationSequenceCameraStandIn) == 0x0008D0, "Wrong size on UCameraAnimationSequenceCameraStandIn"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, FieldOfView) == 0x000028, "Member 'UCameraAnimationSequenceCameraStandIn::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, AspectRatio) == 0x000030, "Member 'UCameraAnimationSequenceCameraStandIn::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, PostProcessSettings) == 0x000040, "Member 'UCameraAnimationSequenceCameraStandIn::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, PostProcessBlendWeight) == 0x0007B0, "Member 'UCameraAnimationSequenceCameraStandIn::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, Filmback) == 0x0007B4, "Member 'UCameraAnimationSequenceCameraStandIn::Filmback' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, LensSettings) == 0x0007C8, "Member 'UCameraAnimationSequenceCameraStandIn::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, FocusSettings) == 0x0007E8, "Member 'UCameraAnimationSequenceCameraStandIn::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, CurrentFocalLength) == 0x000848, "Member 'UCameraAnimationSequenceCameraStandIn::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, CurrentAperture) == 0x00084C, "Member 'UCameraAnimationSequenceCameraStandIn::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, CurrentFocusDistance) == 0x000850, "Member 'UCameraAnimationSequenceCameraStandIn::CurrentFocusDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequencePlayer \ +static_assert(alignof(UCameraAnimationSequencePlayer) == 0x000008, "Wrong alignment on UCameraAnimationSequencePlayer"); \ +static_assert(sizeof(UCameraAnimationSequencePlayer) == 0x000330, "Wrong size on UCameraAnimationSequencePlayer"); \ +static_assert(offsetof(UCameraAnimationSequencePlayer, BoundObjectOverride) == 0x000290, "Member 'UCameraAnimationSequencePlayer::BoundObjectOverride' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequencePlayer, Sequence) == 0x000298, "Member 'UCameraAnimationSequencePlayer::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequencePlayer, RootTemplateInstance) == 0x0002A0, "Member 'UCameraAnimationSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSpawnableSystem \ +static_assert(alignof(UCameraAnimationSpawnableSystem) == 0x000008, "Wrong alignment on UCameraAnimationSpawnableSystem"); \ +static_assert(sizeof(UCameraAnimationSpawnableSystem) == 0x000040, "Wrong size on UCameraAnimationSpawnableSystem"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationBoundObjectInstantiator \ +static_assert(alignof(UCameraAnimationBoundObjectInstantiator) == 0x000008, "Wrong alignment on UCameraAnimationBoundObjectInstantiator"); \ +static_assert(sizeof(UCameraAnimationBoundObjectInstantiator) == 0x000040, "Wrong size on UCameraAnimationBoundObjectInstantiator"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationEntitySystemLinker \ +static_assert(alignof(UCameraAnimationEntitySystemLinker) == 0x000008, "Wrong alignment on UCameraAnimationEntitySystemLinker"); \ +static_assert(sizeof(UCameraAnimationEntitySystemLinker) == 0x000768, "Wrong size on UCameraAnimationEntitySystemLinker"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequenceSubsystem \ +static_assert(alignof(UCameraAnimationSequenceSubsystem) == 0x000008, "Wrong alignment on UCameraAnimationSequenceSubsystem"); \ +static_assert(sizeof(UCameraAnimationSequenceSubsystem) == 0x000050, "Wrong size on UCameraAnimationSequenceSubsystem"); \ +static_assert(offsetof(UCameraAnimationSequenceSubsystem, Linker) == 0x000038, "Member 'UCameraAnimationSequenceSubsystem::Linker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTemplateSequenceSection \ +static_assert(alignof(UTemplateSequenceSection) == 0x000008, "Wrong alignment on UTemplateSequenceSection"); \ +static_assert(sizeof(UTemplateSequenceSection) == 0x000800, "Wrong size on UTemplateSequenceSection"); \ +static_assert(offsetof(UTemplateSequenceSection, PropertyScales) == 0x0007F0, "Member 'UTemplateSequenceSection::PropertyScales' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequenceCameraShakePattern \ +static_assert(alignof(USequenceCameraShakePattern) == 0x000008, "Wrong alignment on USequenceCameraShakePattern"); \ +static_assert(sizeof(USequenceCameraShakePattern) == 0x000078, "Wrong size on USequenceCameraShakePattern"); \ +static_assert(offsetof(USequenceCameraShakePattern, Sequence) == 0x000028, "Member 'USequenceCameraShakePattern::Sequence' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, PlayRate) == 0x000030, "Member 'USequenceCameraShakePattern::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, Scale) == 0x000034, "Member 'USequenceCameraShakePattern::Scale' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, BlendInTime) == 0x000038, "Member 'USequenceCameraShakePattern::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, BlendOutTime) == 0x00003C, "Member 'USequenceCameraShakePattern::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, RandomSegmentDuration) == 0x000040, "Member 'USequenceCameraShakePattern::RandomSegmentDuration' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, bRandomSegment) == 0x000044, "Member 'USequenceCameraShakePattern::bRandomSegment' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, Player) == 0x000048, "Member 'USequenceCameraShakePattern::Player' has a wrong offset!"); \ +static_assert(offsetof(USequenceCameraShakePattern, CameraStandIn) == 0x000050, "Member 'USequenceCameraShakePattern::CameraStandIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTemplateSequenceSystem \ +static_assert(alignof(UTemplateSequenceSystem) == 0x000008, "Wrong alignment on UTemplateSequenceSystem"); \ +static_assert(sizeof(UTemplateSequenceSystem) == 0x0000D0, "Wrong size on UTemplateSequenceSystem"); \ + +#define DUMPER7_ASSERTS_UTemplateSequencePropertyScalingInstantiatorSystem \ +static_assert(alignof(UTemplateSequencePropertyScalingInstantiatorSystem) == 0x000008, "Wrong alignment on UTemplateSequencePropertyScalingInstantiatorSystem"); \ +static_assert(sizeof(UTemplateSequencePropertyScalingInstantiatorSystem) == 0x000098, "Wrong size on UTemplateSequencePropertyScalingInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UTemplateSequencePropertyScalingEvaluatorSystem \ +static_assert(alignof(UTemplateSequencePropertyScalingEvaluatorSystem) == 0x000008, "Wrong alignment on UTemplateSequencePropertyScalingEvaluatorSystem"); \ +static_assert(sizeof(UTemplateSequencePropertyScalingEvaluatorSystem) == 0x000090, "Wrong size on UTemplateSequencePropertyScalingEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_SetBinding \ +static_assert(alignof(TemplateSequenceActor_SetBinding) == 0x000008, "Wrong alignment on TemplateSequenceActor_SetBinding"); \ +static_assert(sizeof(TemplateSequenceActor_SetBinding) == 0x000010, "Wrong size on TemplateSequenceActor_SetBinding"); \ +static_assert(offsetof(TemplateSequenceActor_SetBinding, Actor) == 0x000000, "Member 'TemplateSequenceActor_SetBinding::Actor' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequenceActor_SetBinding, bOverridesDefault) == 0x000008, "Member 'TemplateSequenceActor_SetBinding::bOverridesDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_SetSequence \ +static_assert(alignof(TemplateSequenceActor_SetSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_SetSequence"); \ +static_assert(sizeof(TemplateSequenceActor_SetSequence) == 0x000008, "Wrong size on TemplateSequenceActor_SetSequence"); \ +static_assert(offsetof(TemplateSequenceActor_SetSequence, InSequence) == 0x000000, "Member 'TemplateSequenceActor_SetSequence::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_GetSequence \ +static_assert(alignof(TemplateSequenceActor_GetSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_GetSequence"); \ +static_assert(sizeof(TemplateSequenceActor_GetSequence) == 0x000008, "Wrong size on TemplateSequenceActor_GetSequence"); \ +static_assert(offsetof(TemplateSequenceActor_GetSequence, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_GetSequencePlayer \ +static_assert(alignof(TemplateSequenceActor_GetSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequenceActor_GetSequencePlayer"); \ +static_assert(sizeof(TemplateSequenceActor_GetSequencePlayer) == 0x000008, "Wrong size on TemplateSequenceActor_GetSequencePlayer"); \ +static_assert(offsetof(TemplateSequenceActor_GetSequencePlayer, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_GetSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_LoadSequence \ +static_assert(alignof(TemplateSequenceActor_LoadSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_LoadSequence"); \ +static_assert(sizeof(TemplateSequenceActor_LoadSequence) == 0x000008, "Wrong size on TemplateSequenceActor_LoadSequence"); \ +static_assert(offsetof(TemplateSequenceActor_LoadSequence, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_LoadSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATemplateSequenceActor \ +static_assert(alignof(ATemplateSequenceActor) == 0x000008, "Wrong alignment on ATemplateSequenceActor"); \ +static_assert(sizeof(ATemplateSequenceActor) == 0x000318, "Wrong size on ATemplateSequenceActor"); \ +static_assert(offsetof(ATemplateSequenceActor, PlaybackSettings) == 0x0002B8, "Member 'ATemplateSequenceActor::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, SequencePlayer) == 0x0002E0, "Member 'ATemplateSequenceActor::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, TemplateSequence) == 0x0002E8, "Member 'ATemplateSequenceActor::TemplateSequence' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, BindingOverride) == 0x000308, "Member 'ATemplateSequenceActor::BindingOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequencePlayer_CreateTemplateSequencePlayer \ +static_assert(alignof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ +static_assert(sizeof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000048, "Wrong size on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, WorldContextObject) == 0x000000, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, TemplateSequence) == 0x000008, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::TemplateSequence' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, Settings) == 0x000010, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::Settings' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, OutActor) == 0x000038, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::OutActor' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, ReturnValue) == 0x000040, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTemplateSequencePlayer \ +static_assert(alignof(UTemplateSequencePlayer) == 0x000008, "Wrong alignment on UTemplateSequencePlayer"); \ +static_assert(sizeof(UTemplateSequencePlayer) == 0x000480, "Wrong size on UTemplateSequencePlayer"); \ + +#define DUMPER7_ASSERTS_SequenceCameraShakeTestUtil_GetCameraCachePOV \ +static_assert(alignof(SequenceCameraShakeTestUtil_GetCameraCachePOV) == 0x000010, "Wrong alignment on SequenceCameraShakeTestUtil_GetCameraCachePOV"); \ +static_assert(sizeof(SequenceCameraShakeTestUtil_GetCameraCachePOV) == 0x0008E0, "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) == 0x0008E0, "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) == 0x000790, "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) == 0x000780, "Member 'SequenceCameraShakeTestUtil_GetPostProcessBlendCache::OutPPBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SequenceCameraShakeTestUtil_GetPostProcessBlendCache, ReturnValue) == 0x000784, "Member 'SequenceCameraShakeTestUtil_GetPostProcessBlendCache::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequenceCameraShakeTestUtil \ +static_assert(alignof(USequenceCameraShakeTestUtil) == 0x000008, "Wrong alignment on USequenceCameraShakeTestUtil"); \ +static_assert(sizeof(USequenceCameraShakeTestUtil) == 0x000028, "Wrong size on USequenceCameraShakeTestUtil"); \ + +#define DUMPER7_ASSERTS_UTemplateSequenceTrack \ +static_assert(alignof(UTemplateSequenceTrack) == 0x000008, "Wrong alignment on UTemplateSequenceTrack"); \ +static_assert(sizeof(UTemplateSequenceTrack) == 0x000120, "Wrong size on UTemplateSequenceTrack"); \ + +#define DUMPER7_ASSERTS_FCameraVariableID \ +static_assert(alignof(FCameraVariableID) == 0x000004, "Wrong alignment on FCameraVariableID"); \ +static_assert(sizeof(FCameraVariableID) == 0x000004, "Wrong size on FCameraVariableID"); \ +static_assert(offsetof(FCameraVariableID, Value) == 0x000000, "Member 'FCameraVariableID::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotator3dCameraVariableReference \ +static_assert(alignof(FRotator3dCameraVariableReference) == 0x000008, "Wrong alignment on FRotator3dCameraVariableReference"); \ +static_assert(sizeof(FRotator3dCameraVariableReference) == 0x000010, "Wrong size on FRotator3dCameraVariableReference"); \ +static_assert(offsetof(FRotator3dCameraVariableReference, VariableID) == 0x000000, "Member 'FRotator3dCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FRotator3dCameraVariableReference, Variable) == 0x000008, "Member 'FRotator3dCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraContextDataID \ +static_assert(alignof(FCameraContextDataID) == 0x000004, "Wrong alignment on FCameraContextDataID"); \ +static_assert(sizeof(FCameraContextDataID) == 0x000004, "Wrong size on FCameraContextDataID"); \ +static_assert(offsetof(FCameraContextDataID, Value) == 0x000000, "Member 'FCameraContextDataID::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2dCameraParameter \ +static_assert(alignof(FVector2dCameraParameter) == 0x000008, "Wrong alignment on FVector2dCameraParameter"); \ +static_assert(sizeof(FVector2dCameraParameter) == 0x000020, "Wrong size on FVector2dCameraParameter"); \ +static_assert(offsetof(FVector2dCameraParameter, Value) == 0x000000, "Member 'FVector2dCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FVector2dCameraParameter, VariableID) == 0x000010, "Member 'FVector2dCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FVector2dCameraParameter, Variable) == 0x000018, "Member 'FVector2dCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraNodeEvaluatorAllocationInfo \ +static_assert(alignof(FCameraNodeEvaluatorAllocationInfo) == 0x000002, "Wrong alignment on FCameraNodeEvaluatorAllocationInfo"); \ +static_assert(sizeof(FCameraNodeEvaluatorAllocationInfo) == 0x000004, "Wrong size on FCameraNodeEvaluatorAllocationInfo"); \ +static_assert(offsetof(FCameraNodeEvaluatorAllocationInfo, TotalSizeof) == 0x000000, "Member 'FCameraNodeEvaluatorAllocationInfo::TotalSizeof' has a wrong offset!"); \ +static_assert(offsetof(FCameraNodeEvaluatorAllocationInfo, MaxAlignof) == 0x000002, "Member 'FCameraNodeEvaluatorAllocationInfo::MaxAlignof' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInteger32CameraVariableReference \ +static_assert(alignof(FInteger32CameraVariableReference) == 0x000008, "Wrong alignment on FInteger32CameraVariableReference"); \ +static_assert(sizeof(FInteger32CameraVariableReference) == 0x000010, "Wrong size on FInteger32CameraVariableReference"); \ +static_assert(offsetof(FInteger32CameraVariableReference, VariableID) == 0x000000, "Member 'FInteger32CameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FInteger32CameraVariableReference, Variable) == 0x000008, "Member 'FInteger32CameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraObjectInterfaceParameterDefinition \ +static_assert(alignof(FCameraObjectInterfaceParameterDefinition) == 0x000008, "Wrong alignment on FCameraObjectInterfaceParameterDefinition"); \ +static_assert(sizeof(FCameraObjectInterfaceParameterDefinition) == 0x000048, "Wrong size on FCameraObjectInterfaceParameterDefinition"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterDefinition, ParameterName) == 0x000000, "Member 'FCameraObjectInterfaceParameterDefinition::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterDefinition, ParameterGuid) == 0x000008, "Member 'FCameraObjectInterfaceParameterDefinition::ParameterGuid' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterDefinition, ParameterType) == 0x000018, "Member 'FCameraObjectInterfaceParameterDefinition::ParameterType' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterDefinition, VariableID) == 0x00001C, "Member 'FCameraObjectInterfaceParameterDefinition::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterDefinition, VariableType) == 0x000020, "Member 'FCameraObjectInterfaceParameterDefinition::VariableType' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterDefinition, BlendableStructType) == 0x000028, "Member 'FCameraObjectInterfaceParameterDefinition::BlendableStructType' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterDefinition, DataID) == 0x000030, "Member 'FCameraObjectInterfaceParameterDefinition::DataID' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterDefinition, DataType) == 0x000034, "Member 'FCameraObjectInterfaceParameterDefinition::DataType' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterDefinition, DataContainerType) == 0x000038, "Member 'FCameraObjectInterfaceParameterDefinition::DataContainerType' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterDefinition, DataTypeObject) == 0x000040, "Member 'FCameraObjectInterfaceParameterDefinition::DataTypeObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotator3dCameraParameter \ +static_assert(alignof(FRotator3dCameraParameter) == 0x000008, "Wrong alignment on FRotator3dCameraParameter"); \ +static_assert(sizeof(FRotator3dCameraParameter) == 0x000028, "Wrong size on FRotator3dCameraParameter"); \ +static_assert(offsetof(FRotator3dCameraParameter, Value) == 0x000000, "Member 'FRotator3dCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FRotator3dCameraParameter, VariableID) == 0x000018, "Member 'FRotator3dCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FRotator3dCameraParameter, Variable) == 0x000020, "Member 'FRotator3dCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraRigParameterOverrideBase \ +static_assert(alignof(FCameraRigParameterOverrideBase) == 0x000008, "Wrong alignment on FCameraRigParameterOverrideBase"); \ +static_assert(sizeof(FCameraRigParameterOverrideBase) == 0x000038, "Wrong size on FCameraRigParameterOverrideBase"); \ +static_assert(offsetof(FCameraRigParameterOverrideBase, InterfaceParameterGuid) == 0x000000, "Member 'FCameraRigParameterOverrideBase::InterfaceParameterGuid' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrideBase, PrivateVariableGuid) == 0x000010, "Member 'FCameraRigParameterOverrideBase::PrivateVariableGuid' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrideBase, InterfaceParameterName) == 0x000020, "Member 'FCameraRigParameterOverrideBase::InterfaceParameterName' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrideBase, bInvalid) == 0x000030, "Member 'FCameraRigParameterOverrideBase::bInvalid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotator3dCameraRigParameterOverride \ +static_assert(alignof(FRotator3dCameraRigParameterOverride) == 0x000008, "Wrong alignment on FRotator3dCameraRigParameterOverride"); \ +static_assert(sizeof(FRotator3dCameraRigParameterOverride) == 0x000060, "Wrong size on FRotator3dCameraRigParameterOverride"); \ +static_assert(offsetof(FRotator3dCameraRigParameterOverride, Value) == 0x000038, "Member 'FRotator3dCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraRigInstanceID \ +static_assert(alignof(FCameraRigInstanceID) == 0x000004, "Wrong alignment on FCameraRigInstanceID"); \ +static_assert(sizeof(FCameraRigInstanceID) == 0x000008, "Wrong size on FCameraRigInstanceID"); \ +static_assert(offsetof(FCameraRigInstanceID, Value) == 0x000000, "Member 'FCameraRigInstanceID::Value' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigInstanceID, Layer) == 0x000004, "Member 'FCameraRigInstanceID::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeInstanceID \ +static_assert(alignof(FCameraShakeInstanceID) == 0x000004, "Wrong alignment on FCameraShakeInstanceID"); \ +static_assert(sizeof(FCameraShakeInstanceID) == 0x000004, "Wrong size on FCameraShakeInstanceID"); \ +static_assert(offsetof(FCameraShakeInstanceID, Value) == 0x000000, "Member 'FCameraShakeInstanceID::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInteger32CameraParameter \ +static_assert(alignof(FInteger32CameraParameter) == 0x000008, "Wrong alignment on FInteger32CameraParameter"); \ +static_assert(sizeof(FInteger32CameraParameter) == 0x000010, "Wrong size on FInteger32CameraParameter"); \ +static_assert(offsetof(FInteger32CameraParameter, Value) == 0x000000, "Member 'FInteger32CameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FInteger32CameraParameter, VariableID) == 0x000004, "Member 'FInteger32CameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FInteger32CameraParameter, Variable) == 0x000008, "Member 'FInteger32CameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraRigProxyRedirectTableEntry \ +static_assert(alignof(FCameraRigProxyRedirectTableEntry) == 0x000008, "Wrong alignment on FCameraRigProxyRedirectTableEntry"); \ +static_assert(sizeof(FCameraRigProxyRedirectTableEntry) == 0x000010, "Wrong size on FCameraRigProxyRedirectTableEntry"); \ +static_assert(offsetof(FCameraRigProxyRedirectTableEntry, CameraRigProxy) == 0x000000, "Member 'FCameraRigProxyRedirectTableEntry::CameraRigProxy' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigProxyRedirectTableEntry, CameraRig) == 0x000008, "Member 'FCameraRigProxyRedirectTableEntry::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraVariableDefinition \ +static_assert(alignof(FCameraVariableDefinition) == 0x000008, "Wrong alignment on FCameraVariableDefinition"); \ +static_assert(sizeof(FCameraVariableDefinition) == 0x000018, "Wrong size on FCameraVariableDefinition"); \ +static_assert(offsetof(FCameraVariableDefinition, VariableID) == 0x000000, "Member 'FCameraVariableDefinition::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FCameraVariableDefinition, VariableType) == 0x000004, "Member 'FCameraVariableDefinition::VariableType' has a wrong offset!"); \ +static_assert(offsetof(FCameraVariableDefinition, BlendableStructType) == 0x000008, "Member 'FCameraVariableDefinition::BlendableStructType' has a wrong offset!"); \ +static_assert(offsetof(FCameraVariableDefinition, bIsPrivate) == 0x000010, "Member 'FCameraVariableDefinition::bIsPrivate' has a wrong offset!"); \ +static_assert(offsetof(FCameraVariableDefinition, bIsInput) == 0x000011, "Member 'FCameraVariableDefinition::bIsInput' has a wrong offset!"); \ +static_assert(offsetof(FCameraVariableDefinition, bAutoReset) == 0x000012, "Member 'FCameraVariableDefinition::bAutoReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraVariableTableAllocationInfo \ +static_assert(alignof(FCameraVariableTableAllocationInfo) == 0x000008, "Wrong alignment on FCameraVariableTableAllocationInfo"); \ +static_assert(sizeof(FCameraVariableTableAllocationInfo) == 0x000010, "Wrong size on FCameraVariableTableAllocationInfo"); \ +static_assert(offsetof(FCameraVariableTableAllocationInfo, VariableDefinitions) == 0x000000, "Member 'FCameraVariableTableAllocationInfo::VariableDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraContextDataDefinition \ +static_assert(alignof(FCameraContextDataDefinition) == 0x000008, "Wrong alignment on FCameraContextDataDefinition"); \ +static_assert(sizeof(FCameraContextDataDefinition) == 0x000020, "Wrong size on FCameraContextDataDefinition"); \ +static_assert(offsetof(FCameraContextDataDefinition, DataID) == 0x000000, "Member 'FCameraContextDataDefinition::DataID' has a wrong offset!"); \ +static_assert(offsetof(FCameraContextDataDefinition, DataType) == 0x000004, "Member 'FCameraContextDataDefinition::DataType' has a wrong offset!"); \ +static_assert(offsetof(FCameraContextDataDefinition, DataContainerType) == 0x000008, "Member 'FCameraContextDataDefinition::DataContainerType' has a wrong offset!"); \ +static_assert(offsetof(FCameraContextDataDefinition, DataTypeObject) == 0x000010, "Member 'FCameraContextDataDefinition::DataTypeObject' has a wrong offset!"); \ +static_assert(offsetof(FCameraContextDataDefinition, bAutoReset) == 0x000018, "Member 'FCameraContextDataDefinition::bAutoReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraContextDataTableAllocationInfo \ +static_assert(alignof(FCameraContextDataTableAllocationInfo) == 0x000008, "Wrong alignment on FCameraContextDataTableAllocationInfo"); \ +static_assert(sizeof(FCameraContextDataTableAllocationInfo) == 0x000010, "Wrong size on FCameraContextDataTableAllocationInfo"); \ +static_assert(offsetof(FCameraContextDataTableAllocationInfo, DataDefinitions) == 0x000000, "Member 'FCameraContextDataTableAllocationInfo::DataDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraObjectAllocationInfo \ +static_assert(alignof(FCameraObjectAllocationInfo) == 0x000008, "Wrong alignment on FCameraObjectAllocationInfo"); \ +static_assert(sizeof(FCameraObjectAllocationInfo) == 0x000028, "Wrong size on FCameraObjectAllocationInfo"); \ +static_assert(offsetof(FCameraObjectAllocationInfo, EvaluatorInfo) == 0x000000, "Member 'FCameraObjectAllocationInfo::EvaluatorInfo' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectAllocationInfo, VariableTableInfo) == 0x000008, "Member 'FCameraObjectAllocationInfo::VariableTableInfo' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectAllocationInfo, ContextDataTableInfo) == 0x000018, "Member 'FCameraObjectAllocationInfo::ContextDataTableInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector3dCameraParameter \ +static_assert(alignof(FVector3dCameraParameter) == 0x000008, "Wrong alignment on FVector3dCameraParameter"); \ +static_assert(sizeof(FVector3dCameraParameter) == 0x000028, "Wrong size on FVector3dCameraParameter"); \ +static_assert(offsetof(FVector3dCameraParameter, Value) == 0x000000, "Member 'FVector3dCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FVector3dCameraParameter, VariableID) == 0x000018, "Member 'FVector3dCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FVector3dCameraParameter, Variable) == 0x000020, "Member 'FVector3dCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraActorTargetInfo \ +static_assert(alignof(FCameraActorTargetInfo) == 0x000008, "Wrong alignment on FCameraActorTargetInfo"); \ +static_assert(sizeof(FCameraActorTargetInfo) == 0x000028, "Wrong size on FCameraActorTargetInfo"); \ +static_assert(offsetof(FCameraActorTargetInfo, Actor) == 0x000000, "Member 'FCameraActorTargetInfo::Actor' has a wrong offset!"); \ +static_assert(offsetof(FCameraActorTargetInfo, SocketName) == 0x000008, "Member 'FCameraActorTargetInfo::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FCameraActorTargetInfo, BoneName) == 0x000010, "Member 'FCameraActorTargetInfo::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FCameraActorTargetInfo, TargetShape) == 0x000018, "Member 'FCameraActorTargetInfo::TargetShape' has a wrong offset!"); \ +static_assert(offsetof(FCameraActorTargetInfo, TargetSize) == 0x00001C, "Member 'FCameraActorTargetInfo::TargetSize' has a wrong offset!"); \ +static_assert(offsetof(FCameraActorTargetInfo, Weight) == 0x000020, "Member 'FCameraActorTargetInfo::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoubleCameraVariableReference \ +static_assert(alignof(FDoubleCameraVariableReference) == 0x000008, "Wrong alignment on FDoubleCameraVariableReference"); \ +static_assert(sizeof(FDoubleCameraVariableReference) == 0x000010, "Wrong size on FDoubleCameraVariableReference"); \ +static_assert(offsetof(FDoubleCameraVariableReference, VariableID) == 0x000000, "Member 'FDoubleCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FDoubleCameraVariableReference, Variable) == 0x000008, "Member 'FDoubleCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransform3fCameraParameter \ +static_assert(alignof(FTransform3fCameraParameter) == 0x000010, "Wrong alignment on FTransform3fCameraParameter"); \ +static_assert(sizeof(FTransform3fCameraParameter) == 0x000040, "Wrong size on FTransform3fCameraParameter"); \ +static_assert(offsetof(FTransform3fCameraParameter, Value) == 0x000000, "Member 'FTransform3fCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FTransform3fCameraParameter, VariableID) == 0x000030, "Member 'FTransform3fCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FTransform3fCameraParameter, Variable) == 0x000038, "Member 'FTransform3fCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransform3fCameraRigParameterOverride \ +static_assert(alignof(FTransform3fCameraRigParameterOverride) == 0x000010, "Wrong alignment on FTransform3fCameraRigParameterOverride"); \ +static_assert(sizeof(FTransform3fCameraRigParameterOverride) == 0x000080, "Wrong size on FTransform3fCameraRigParameterOverride"); \ +static_assert(offsetof(FTransform3fCameraRigParameterOverride, Value) == 0x000040, "Member 'FTransform3fCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraObjectInterfaceParameterMetaData \ +static_assert(alignof(FCameraObjectInterfaceParameterMetaData) == 0x000004, "Wrong alignment on FCameraObjectInterfaceParameterMetaData"); \ +static_assert(sizeof(FCameraObjectInterfaceParameterMetaData) == 0x00001C, "Wrong size on FCameraObjectInterfaceParameterMetaData"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterMetaData, ParameterGuid) == 0x000000, "Member 'FCameraObjectInterfaceParameterMetaData::ParameterGuid' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterMetaData, OverrideVariableID) == 0x000010, "Member 'FCameraObjectInterfaceParameterMetaData::OverrideVariableID' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterMetaData, OverrideDataID) == 0x000014, "Member 'FCameraObjectInterfaceParameterMetaData::OverrideDataID' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterfaceParameterMetaData, bIsOverridden) == 0x000018, "Member 'FCameraObjectInterfaceParameterMetaData::bIsOverridden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatCameraParameter \ +static_assert(alignof(FFloatCameraParameter) == 0x000008, "Wrong alignment on FFloatCameraParameter"); \ +static_assert(sizeof(FFloatCameraParameter) == 0x000010, "Wrong size on FFloatCameraParameter"); \ +static_assert(offsetof(FFloatCameraParameter, Value) == 0x000000, "Member 'FFloatCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FFloatCameraParameter, VariableID) == 0x000004, "Member 'FFloatCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FFloatCameraParameter, Variable) == 0x000008, "Member 'FFloatCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatCameraRigParameterOverride \ +static_assert(alignof(FFloatCameraRigParameterOverride) == 0x000008, "Wrong alignment on FFloatCameraRigParameterOverride"); \ +static_assert(sizeof(FFloatCameraRigParameterOverride) == 0x000048, "Wrong size on FFloatCameraRigParameterOverride"); \ +static_assert(offsetof(FFloatCameraRigParameterOverride, Value) == 0x000038, "Member 'FFloatCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInstancedOverridablePropertyBag \ +static_assert(alignof(FInstancedOverridablePropertyBag) == 0x000008, "Wrong alignment on FInstancedOverridablePropertyBag"); \ +static_assert(sizeof(FInstancedOverridablePropertyBag) == 0x000020, "Wrong size on FInstancedOverridablePropertyBag"); \ +static_assert(offsetof(FInstancedOverridablePropertyBag, OverridenPropertyIDs) == 0x000010, "Member 'FInstancedOverridablePropertyBag::OverridenPropertyIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBaseCameraObjectReference \ +static_assert(alignof(FBaseCameraObjectReference) == 0x000008, "Wrong alignment on FBaseCameraObjectReference"); \ +static_assert(sizeof(FBaseCameraObjectReference) == 0x000038, "Wrong size on FBaseCameraObjectReference"); \ +static_assert(offsetof(FBaseCameraObjectReference, Parameters) == 0x000008, "Member 'FBaseCameraObjectReference::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FBaseCameraObjectReference, ParameterMetaData) == 0x000028, "Member 'FBaseCameraObjectReference::ParameterMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector4dCameraParameter \ +static_assert(alignof(FVector4dCameraParameter) == 0x000010, "Wrong alignment on FVector4dCameraParameter"); \ +static_assert(sizeof(FVector4dCameraParameter) == 0x000030, "Wrong size on FVector4dCameraParameter"); \ +static_assert(offsetof(FVector4dCameraParameter, Value) == 0x000000, "Member 'FVector4dCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FVector4dCameraParameter, VariableID) == 0x000020, "Member 'FVector4dCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FVector4dCameraParameter, Variable) == 0x000028, "Member 'FVector4dCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector4dCameraRigParameterOverride \ +static_assert(alignof(FVector4dCameraRigParameterOverride) == 0x000010, "Wrong alignment on FVector4dCameraRigParameterOverride"); \ +static_assert(sizeof(FVector4dCameraRigParameterOverride) == 0x000070, "Wrong size on FVector4dCameraRigParameterOverride"); \ +static_assert(offsetof(FVector4dCameraRigParameterOverride, Value) == 0x000040, "Member 'FVector4dCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraAssetAllocationInfo \ +static_assert(alignof(FCameraAssetAllocationInfo) == 0x000008, "Wrong alignment on FCameraAssetAllocationInfo"); \ +static_assert(sizeof(FCameraAssetAllocationInfo) == 0x000020, "Wrong size on FCameraAssetAllocationInfo"); \ +static_assert(offsetof(FCameraAssetAllocationInfo, VariableTableInfo) == 0x000000, "Member 'FCameraAssetAllocationInfo::VariableTableInfo' has a wrong offset!"); \ +static_assert(offsetof(FCameraAssetAllocationInfo, ContextDataTableInfo) == 0x000010, "Member 'FCameraAssetAllocationInfo::ContextDataTableInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCamerasStateTreeTask \ +static_assert(alignof(FGameplayCamerasStateTreeTask) == 0x000008, "Wrong alignment on FGameplayCamerasStateTreeTask"); \ +static_assert(sizeof(FGameplayCamerasStateTreeTask) == 0x000028, "Wrong size on FGameplayCamerasStateTreeTask"); \ + +#define DUMPER7_ASSERTS_FGameplayCamerasActivateCameraRigTask \ +static_assert(alignof(FGameplayCamerasActivateCameraRigTask) == 0x000008, "Wrong alignment on FGameplayCamerasActivateCameraRigTask"); \ +static_assert(sizeof(FGameplayCamerasActivateCameraRigTask) == 0x000030, "Wrong size on FGameplayCamerasActivateCameraRigTask"); \ +static_assert(offsetof(FGameplayCamerasActivateCameraRigTask, bRunOnce) == 0x00002E, "Member 'FGameplayCamerasActivateCameraRigTask::bRunOnce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraAssetReference \ +static_assert(alignof(FCameraAssetReference) == 0x000008, "Wrong alignment on FCameraAssetReference"); \ +static_assert(sizeof(FCameraAssetReference) == 0x000038, "Wrong size on FCameraAssetReference"); \ +static_assert(offsetof(FCameraAssetReference, CameraAsset) == 0x000000, "Member 'FCameraAssetReference::CameraAsset' has a wrong offset!"); \ +static_assert(offsetof(FCameraAssetReference, Parameters) == 0x000008, "Member 'FCameraAssetReference::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FCameraAssetReference, ParameterOverrideGuids) == 0x000028, "Member 'FCameraAssetReference::ParameterOverrideGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraObjectInterface \ +static_assert(alignof(FCameraObjectInterface) == 0x000008, "Wrong alignment on FCameraObjectInterface"); \ +static_assert(sizeof(FCameraObjectInterface) == 0x000030, "Wrong size on FCameraObjectInterface"); \ +static_assert(offsetof(FCameraObjectInterface, BlendableParameters) == 0x000000, "Member 'FCameraObjectInterface::BlendableParameters' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterface, DataParameters) == 0x000010, "Member 'FCameraObjectInterface::DataParameters' has a wrong offset!"); \ +static_assert(offsetof(FCameraObjectInterface, DisplayName) == 0x000020, "Member 'FCameraObjectInterface::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBooleanCameraParameter \ +static_assert(alignof(FBooleanCameraParameter) == 0x000008, "Wrong alignment on FBooleanCameraParameter"); \ +static_assert(sizeof(FBooleanCameraParameter) == 0x000010, "Wrong size on FBooleanCameraParameter"); \ +static_assert(offsetof(FBooleanCameraParameter, Value) == 0x000000, "Member 'FBooleanCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FBooleanCameraParameter, VariableID) == 0x000004, "Member 'FBooleanCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FBooleanCameraParameter, Variable) == 0x000008, "Member 'FBooleanCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoubleCameraParameter \ +static_assert(alignof(FDoubleCameraParameter) == 0x000008, "Wrong alignment on FDoubleCameraParameter"); \ +static_assert(sizeof(FDoubleCameraParameter) == 0x000018, "Wrong size on FDoubleCameraParameter"); \ +static_assert(offsetof(FDoubleCameraParameter, Value) == 0x000000, "Member 'FDoubleCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FDoubleCameraParameter, VariableID) == 0x000008, "Member 'FDoubleCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FDoubleCameraParameter, Variable) == 0x000010, "Member 'FDoubleCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2fCameraParameter \ +static_assert(alignof(FVector2fCameraParameter) == 0x000008, "Wrong alignment on FVector2fCameraParameter"); \ +static_assert(sizeof(FVector2fCameraParameter) == 0x000018, "Wrong size on FVector2fCameraParameter"); \ +static_assert(offsetof(FVector2fCameraParameter, Value) == 0x000000, "Member 'FVector2fCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FVector2fCameraParameter, VariableID) == 0x000008, "Member 'FVector2fCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FVector2fCameraParameter, Variable) == 0x000010, "Member 'FVector2fCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector3fCameraParameter \ +static_assert(alignof(FVector3fCameraParameter) == 0x000008, "Wrong alignment on FVector3fCameraParameter"); \ +static_assert(sizeof(FVector3fCameraParameter) == 0x000018, "Wrong size on FVector3fCameraParameter"); \ +static_assert(offsetof(FVector3fCameraParameter, Value) == 0x000000, "Member 'FVector3fCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FVector3fCameraParameter, VariableID) == 0x00000C, "Member 'FVector3fCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FVector3fCameraParameter, Variable) == 0x000010, "Member 'FVector3fCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector4fCameraParameter \ +static_assert(alignof(FVector4fCameraParameter) == 0x000010, "Wrong alignment on FVector4fCameraParameter"); \ +static_assert(sizeof(FVector4fCameraParameter) == 0x000020, "Wrong size on FVector4fCameraParameter"); \ +static_assert(offsetof(FVector4fCameraParameter, Value) == 0x000000, "Member 'FVector4fCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FVector4fCameraParameter, VariableID) == 0x000010, "Member 'FVector4fCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FVector4fCameraParameter, Variable) == 0x000018, "Member 'FVector4fCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotator3fCameraParameter \ +static_assert(alignof(FRotator3fCameraParameter) == 0x000008, "Wrong alignment on FRotator3fCameraParameter"); \ +static_assert(sizeof(FRotator3fCameraParameter) == 0x000018, "Wrong size on FRotator3fCameraParameter"); \ +static_assert(offsetof(FRotator3fCameraParameter, Value) == 0x000000, "Member 'FRotator3fCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FRotator3fCameraParameter, VariableID) == 0x00000C, "Member 'FRotator3fCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FRotator3fCameraParameter, Variable) == 0x000010, "Member 'FRotator3fCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransform3dCameraParameter \ +static_assert(alignof(FTransform3dCameraParameter) == 0x000010, "Wrong alignment on FTransform3dCameraParameter"); \ +static_assert(sizeof(FTransform3dCameraParameter) == 0x000070, "Wrong size on FTransform3dCameraParameter"); \ +static_assert(offsetof(FTransform3dCameraParameter, Value) == 0x000000, "Member 'FTransform3dCameraParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FTransform3dCameraParameter, VariableID) == 0x000060, "Member 'FTransform3dCameraParameter::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FTransform3dCameraParameter, Variable) == 0x000068, "Member 'FTransform3dCameraParameter::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraPose \ +static_assert(alignof(FCameraPose) == 0x000008, "Wrong alignment on FCameraPose"); \ +static_assert(sizeof(FCameraPose) == 0x000088, "Wrong size on FCameraPose"); \ +static_assert(offsetof(FCameraPose, Location) == 0x000000, "Member 'FCameraPose::Location' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, Rotation) == 0x000018, "Member 'FCameraPose::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, TargetDistance) == 0x000030, "Member 'FCameraPose::TargetDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, FieldOfView) == 0x000038, "Member 'FCameraPose::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, FocalLength) == 0x00003C, "Member 'FCameraPose::FocalLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, OrthographicWidth) == 0x000040, "Member 'FCameraPose::OrthographicWidth' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, Aperture) == 0x000044, "Member 'FCameraPose::Aperture' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, ShutterSpeed) == 0x000048, "Member 'FCameraPose::ShutterSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, FocusDistance) == 0x00004C, "Member 'FCameraPose::FocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, SensorWidth) == 0x000050, "Member 'FCameraPose::SensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, SensorHeight) == 0x000054, "Member 'FCameraPose::SensorHeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, SensorHorizontalOffset) == 0x000058, "Member 'FCameraPose::SensorHorizontalOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, SensorVerticalOffset) == 0x00005C, "Member 'FCameraPose::SensorVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, ISO) == 0x000060, "Member 'FCameraPose::ISO' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, SqueezeFactor) == 0x000064, "Member 'FCameraPose::SqueezeFactor' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, Overscan) == 0x000068, "Member 'FCameraPose::Overscan' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, DiaphragmBladeCount) == 0x00006C, "Member 'FCameraPose::DiaphragmBladeCount' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, NearClippingPlane) == 0x000070, "Member 'FCameraPose::NearClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, FarClippingPlane) == 0x000074, "Member 'FCameraPose::FarClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, PhysicalCameraBlendWeight) == 0x000078, "Member 'FCameraPose::PhysicalCameraBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, EnablePhysicalCamera) == 0x00007C, "Member 'FCameraPose::EnablePhysicalCamera' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, ConstrainAspectRatio) == 0x00007D, "Member 'FCameraPose::ConstrainAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, OverrideAspectRatioAxisConstraint) == 0x00007E, "Member 'FCameraPose::OverrideAspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, AspectRatioAxisConstraint) == 0x00007F, "Member 'FCameraPose::AspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(FCameraPose, ProjectionMode) == 0x000080, "Member 'FCameraPose::ProjectionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBooleanCameraRigParameterOverride \ +static_assert(alignof(FBooleanCameraRigParameterOverride) == 0x000008, "Wrong alignment on FBooleanCameraRigParameterOverride"); \ +static_assert(sizeof(FBooleanCameraRigParameterOverride) == 0x000048, "Wrong size on FBooleanCameraRigParameterOverride"); \ +static_assert(offsetof(FBooleanCameraRigParameterOverride, Value) == 0x000038, "Member 'FBooleanCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInteger32CameraRigParameterOverride \ +static_assert(alignof(FInteger32CameraRigParameterOverride) == 0x000008, "Wrong alignment on FInteger32CameraRigParameterOverride"); \ +static_assert(sizeof(FInteger32CameraRigParameterOverride) == 0x000048, "Wrong size on FInteger32CameraRigParameterOverride"); \ +static_assert(offsetof(FInteger32CameraRigParameterOverride, Value) == 0x000038, "Member 'FInteger32CameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoubleCameraRigParameterOverride \ +static_assert(alignof(FDoubleCameraRigParameterOverride) == 0x000008, "Wrong alignment on FDoubleCameraRigParameterOverride"); \ +static_assert(sizeof(FDoubleCameraRigParameterOverride) == 0x000050, "Wrong size on FDoubleCameraRigParameterOverride"); \ +static_assert(offsetof(FDoubleCameraRigParameterOverride, Value) == 0x000038, "Member 'FDoubleCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2fCameraRigParameterOverride \ +static_assert(alignof(FVector2fCameraRigParameterOverride) == 0x000008, "Wrong alignment on FVector2fCameraRigParameterOverride"); \ +static_assert(sizeof(FVector2fCameraRigParameterOverride) == 0x000050, "Wrong size on FVector2fCameraRigParameterOverride"); \ +static_assert(offsetof(FVector2fCameraRigParameterOverride, Value) == 0x000038, "Member 'FVector2fCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2dCameraRigParameterOverride \ +static_assert(alignof(FVector2dCameraRigParameterOverride) == 0x000008, "Wrong alignment on FVector2dCameraRigParameterOverride"); \ +static_assert(sizeof(FVector2dCameraRigParameterOverride) == 0x000058, "Wrong size on FVector2dCameraRigParameterOverride"); \ +static_assert(offsetof(FVector2dCameraRigParameterOverride, Value) == 0x000038, "Member 'FVector2dCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector3fCameraRigParameterOverride \ +static_assert(alignof(FVector3fCameraRigParameterOverride) == 0x000008, "Wrong alignment on FVector3fCameraRigParameterOverride"); \ +static_assert(sizeof(FVector3fCameraRigParameterOverride) == 0x000050, "Wrong size on FVector3fCameraRigParameterOverride"); \ +static_assert(offsetof(FVector3fCameraRigParameterOverride, Value) == 0x000038, "Member 'FVector3fCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector3dCameraRigParameterOverride \ +static_assert(alignof(FVector3dCameraRigParameterOverride) == 0x000008, "Wrong alignment on FVector3dCameraRigParameterOverride"); \ +static_assert(sizeof(FVector3dCameraRigParameterOverride) == 0x000060, "Wrong size on FVector3dCameraRigParameterOverride"); \ +static_assert(offsetof(FVector3dCameraRigParameterOverride, Value) == 0x000038, "Member 'FVector3dCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector4fCameraRigParameterOverride \ +static_assert(alignof(FVector4fCameraRigParameterOverride) == 0x000010, "Wrong alignment on FVector4fCameraRigParameterOverride"); \ +static_assert(sizeof(FVector4fCameraRigParameterOverride) == 0x000060, "Wrong size on FVector4fCameraRigParameterOverride"); \ +static_assert(offsetof(FVector4fCameraRigParameterOverride, Value) == 0x000040, "Member 'FVector4fCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotator3fCameraRigParameterOverride \ +static_assert(alignof(FRotator3fCameraRigParameterOverride) == 0x000008, "Wrong alignment on FRotator3fCameraRigParameterOverride"); \ +static_assert(sizeof(FRotator3fCameraRigParameterOverride) == 0x000050, "Wrong size on FRotator3fCameraRigParameterOverride"); \ +static_assert(offsetof(FRotator3fCameraRigParameterOverride, Value) == 0x000038, "Member 'FRotator3fCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransform3dCameraRigParameterOverride \ +static_assert(alignof(FTransform3dCameraRigParameterOverride) == 0x000010, "Wrong alignment on FTransform3dCameraRigParameterOverride"); \ +static_assert(sizeof(FTransform3dCameraRigParameterOverride) == 0x0000B0, "Wrong size on FTransform3dCameraRigParameterOverride"); \ +static_assert(offsetof(FTransform3dCameraRigParameterOverride, Value) == 0x000040, "Member 'FTransform3dCameraRigParameterOverride::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraRigParameterOverrides \ +static_assert(alignof(FCameraRigParameterOverrides) == 0x000008, "Wrong alignment on FCameraRigParameterOverrides"); \ +static_assert(sizeof(FCameraRigParameterOverrides) == 0x0000E0, "Wrong size on FCameraRigParameterOverrides"); \ +static_assert(offsetof(FCameraRigParameterOverrides, BooleanOverrides) == 0x000000, "Member 'FCameraRigParameterOverrides::BooleanOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, Integer32Overrides) == 0x000010, "Member 'FCameraRigParameterOverrides::Integer32Overrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, FloatOverrides) == 0x000020, "Member 'FCameraRigParameterOverrides::FloatOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, DoubleOverrides) == 0x000030, "Member 'FCameraRigParameterOverrides::DoubleOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, Vector2fOverrides) == 0x000040, "Member 'FCameraRigParameterOverrides::Vector2fOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, Vector2dOverrides) == 0x000050, "Member 'FCameraRigParameterOverrides::Vector2dOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, Vector3fOverrides) == 0x000060, "Member 'FCameraRigParameterOverrides::Vector3fOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, Vector3dOverrides) == 0x000070, "Member 'FCameraRigParameterOverrides::Vector3dOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, Vector4fOverrides) == 0x000080, "Member 'FCameraRigParameterOverrides::Vector4fOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, Vector4dOverrides) == 0x000090, "Member 'FCameraRigParameterOverrides::Vector4dOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, Rotator3fOverrides) == 0x0000A0, "Member 'FCameraRigParameterOverrides::Rotator3fOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, Rotator3dOverrides) == 0x0000B0, "Member 'FCameraRigParameterOverrides::Rotator3dOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, Transform3fOverrides) == 0x0000C0, "Member 'FCameraRigParameterOverrides::Transform3fOverrides' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigParameterOverrides, Transform3dOverrides) == 0x0000D0, "Member 'FCameraRigParameterOverrides::Transform3dOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraRigAssetReference \ +static_assert(alignof(FCameraRigAssetReference) == 0x000008, "Wrong alignment on FCameraRigAssetReference"); \ +static_assert(sizeof(FCameraRigAssetReference) == 0x000130, "Wrong size on FCameraRigAssetReference"); \ +static_assert(offsetof(FCameraRigAssetReference, CameraRig) == 0x000038, "Member 'FCameraRigAssetReference::CameraRig' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigAssetReference, ParameterOverrideGuids) == 0x000040, "Member 'FCameraRigAssetReference::ParameterOverrideGuids' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigAssetReference, ParameterOverrides) == 0x000050, "Member 'FCameraRigAssetReference::ParameterOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraRigProxyRedirectTable \ +static_assert(alignof(FCameraRigProxyRedirectTable) == 0x000008, "Wrong alignment on FCameraRigProxyRedirectTable"); \ +static_assert(sizeof(FCameraRigProxyRedirectTable) == 0x000010, "Wrong size on FCameraRigProxyRedirectTable"); \ +static_assert(offsetof(FCameraRigProxyRedirectTable, Entries) == 0x000000, "Member 'FCameraRigProxyRedirectTable::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeAssetReference \ +static_assert(alignof(FCameraShakeAssetReference) == 0x000008, "Wrong alignment on FCameraShakeAssetReference"); \ +static_assert(sizeof(FCameraShakeAssetReference) == 0x000040, "Wrong size on FCameraShakeAssetReference"); \ +static_assert(offsetof(FCameraShakeAssetReference, CameraShake) == 0x000038, "Member 'FCameraShakeAssetReference::CameraShake' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBooleanCameraVariableReference \ +static_assert(alignof(FBooleanCameraVariableReference) == 0x000008, "Wrong alignment on FBooleanCameraVariableReference"); \ +static_assert(sizeof(FBooleanCameraVariableReference) == 0x000010, "Wrong size on FBooleanCameraVariableReference"); \ +static_assert(offsetof(FBooleanCameraVariableReference, VariableID) == 0x000000, "Member 'FBooleanCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FBooleanCameraVariableReference, Variable) == 0x000008, "Member 'FBooleanCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatCameraVariableReference \ +static_assert(alignof(FFloatCameraVariableReference) == 0x000008, "Wrong alignment on FFloatCameraVariableReference"); \ +static_assert(sizeof(FFloatCameraVariableReference) == 0x000010, "Wrong size on FFloatCameraVariableReference"); \ +static_assert(offsetof(FFloatCameraVariableReference, VariableID) == 0x000000, "Member 'FFloatCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FFloatCameraVariableReference, Variable) == 0x000008, "Member 'FFloatCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2fCameraVariableReference \ +static_assert(alignof(FVector2fCameraVariableReference) == 0x000008, "Wrong alignment on FVector2fCameraVariableReference"); \ +static_assert(sizeof(FVector2fCameraVariableReference) == 0x000010, "Wrong size on FVector2fCameraVariableReference"); \ +static_assert(offsetof(FVector2fCameraVariableReference, VariableID) == 0x000000, "Member 'FVector2fCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FVector2fCameraVariableReference, Variable) == 0x000008, "Member 'FVector2fCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2dCameraVariableReference \ +static_assert(alignof(FVector2dCameraVariableReference) == 0x000008, "Wrong alignment on FVector2dCameraVariableReference"); \ +static_assert(sizeof(FVector2dCameraVariableReference) == 0x000010, "Wrong size on FVector2dCameraVariableReference"); \ +static_assert(offsetof(FVector2dCameraVariableReference, VariableID) == 0x000000, "Member 'FVector2dCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FVector2dCameraVariableReference, Variable) == 0x000008, "Member 'FVector2dCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector3fCameraVariableReference \ +static_assert(alignof(FVector3fCameraVariableReference) == 0x000008, "Wrong alignment on FVector3fCameraVariableReference"); \ +static_assert(sizeof(FVector3fCameraVariableReference) == 0x000010, "Wrong size on FVector3fCameraVariableReference"); \ +static_assert(offsetof(FVector3fCameraVariableReference, VariableID) == 0x000000, "Member 'FVector3fCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FVector3fCameraVariableReference, Variable) == 0x000008, "Member 'FVector3fCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector3dCameraVariableReference \ +static_assert(alignof(FVector3dCameraVariableReference) == 0x000008, "Wrong alignment on FVector3dCameraVariableReference"); \ +static_assert(sizeof(FVector3dCameraVariableReference) == 0x000010, "Wrong size on FVector3dCameraVariableReference"); \ +static_assert(offsetof(FVector3dCameraVariableReference, VariableID) == 0x000000, "Member 'FVector3dCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FVector3dCameraVariableReference, Variable) == 0x000008, "Member 'FVector3dCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector4fCameraVariableReference \ +static_assert(alignof(FVector4fCameraVariableReference) == 0x000008, "Wrong alignment on FVector4fCameraVariableReference"); \ +static_assert(sizeof(FVector4fCameraVariableReference) == 0x000010, "Wrong size on FVector4fCameraVariableReference"); \ +static_assert(offsetof(FVector4fCameraVariableReference, VariableID) == 0x000000, "Member 'FVector4fCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FVector4fCameraVariableReference, Variable) == 0x000008, "Member 'FVector4fCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector4dCameraVariableReference \ +static_assert(alignof(FVector4dCameraVariableReference) == 0x000008, "Wrong alignment on FVector4dCameraVariableReference"); \ +static_assert(sizeof(FVector4dCameraVariableReference) == 0x000010, "Wrong size on FVector4dCameraVariableReference"); \ +static_assert(offsetof(FVector4dCameraVariableReference, VariableID) == 0x000000, "Member 'FVector4dCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FVector4dCameraVariableReference, Variable) == 0x000008, "Member 'FVector4dCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRotator3fCameraVariableReference \ +static_assert(alignof(FRotator3fCameraVariableReference) == 0x000008, "Wrong alignment on FRotator3fCameraVariableReference"); \ +static_assert(sizeof(FRotator3fCameraVariableReference) == 0x000010, "Wrong size on FRotator3fCameraVariableReference"); \ +static_assert(offsetof(FRotator3fCameraVariableReference, VariableID) == 0x000000, "Member 'FRotator3fCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FRotator3fCameraVariableReference, Variable) == 0x000008, "Member 'FRotator3fCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransform3fCameraVariableReference \ +static_assert(alignof(FTransform3fCameraVariableReference) == 0x000008, "Wrong alignment on FTransform3fCameraVariableReference"); \ +static_assert(sizeof(FTransform3fCameraVariableReference) == 0x000010, "Wrong size on FTransform3fCameraVariableReference"); \ +static_assert(offsetof(FTransform3fCameraVariableReference, VariableID) == 0x000000, "Member 'FTransform3fCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FTransform3fCameraVariableReference, Variable) == 0x000008, "Member 'FTransform3fCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransform3dCameraVariableReference \ +static_assert(alignof(FTransform3dCameraVariableReference) == 0x000008, "Wrong alignment on FTransform3dCameraVariableReference"); \ +static_assert(sizeof(FTransform3dCameraVariableReference) == 0x000010, "Wrong size on FTransform3dCameraVariableReference"); \ +static_assert(offsetof(FTransform3dCameraVariableReference, VariableID) == 0x000000, "Member 'FTransform3dCameraVariableReference::VariableID' has a wrong offset!"); \ +static_assert(offsetof(FTransform3dCameraVariableReference, Variable) == 0x000008, "Member 'FTransform3dCameraVariableReference::Variable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraVariableSetterHandle \ +static_assert(alignof(FCameraVariableSetterHandle) == 0x000004, "Wrong alignment on FCameraVariableSetterHandle"); \ +static_assert(sizeof(FCameraVariableSetterHandle) == 0x000008, "Wrong size on FCameraVariableSetterHandle"); \ +static_assert(offsetof(FCameraVariableSetterHandle, Value) == 0x000000, "Member 'FCameraVariableSetterHandle::Value' has a wrong offset!"); \ +static_assert(offsetof(FCameraVariableSetterHandle, SerialNumber) == 0x000004, "Member 'FCameraVariableSetterHandle::SerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomCameraNodeBlendableParameter \ +static_assert(alignof(FCustomCameraNodeBlendableParameter) == 0x000008, "Wrong alignment on FCustomCameraNodeBlendableParameter"); \ +static_assert(sizeof(FCustomCameraNodeBlendableParameter) == 0x000028, "Wrong size on FCustomCameraNodeBlendableParameter"); \ +static_assert(offsetof(FCustomCameraNodeBlendableParameter, ParameterName) == 0x000000, "Member 'FCustomCameraNodeBlendableParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FCustomCameraNodeBlendableParameter, ParameterType) == 0x000008, "Member 'FCustomCameraNodeBlendableParameter::ParameterType' has a wrong offset!"); \ +static_assert(offsetof(FCustomCameraNodeBlendableParameter, BlendableStructType) == 0x000010, "Member 'FCustomCameraNodeBlendableParameter::BlendableStructType' has a wrong offset!"); \ +static_assert(offsetof(FCustomCameraNodeBlendableParameter, OverrideVariableID) == 0x000018, "Member 'FCustomCameraNodeBlendableParameter::OverrideVariableID' has a wrong offset!"); \ +static_assert(offsetof(FCustomCameraNodeBlendableParameter, OverrideVariable) == 0x000020, "Member 'FCustomCameraNodeBlendableParameter::OverrideVariable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomCameraNodeDataParameter \ +static_assert(alignof(FCustomCameraNodeDataParameter) == 0x000008, "Wrong alignment on FCustomCameraNodeDataParameter"); \ +static_assert(sizeof(FCustomCameraNodeDataParameter) == 0x000020, "Wrong size on FCustomCameraNodeDataParameter"); \ +static_assert(offsetof(FCustomCameraNodeDataParameter, ParameterName) == 0x000000, "Member 'FCustomCameraNodeDataParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FCustomCameraNodeDataParameter, ParameterType) == 0x000008, "Member 'FCustomCameraNodeDataParameter::ParameterType' has a wrong offset!"); \ +static_assert(offsetof(FCustomCameraNodeDataParameter, ParameterContainerType) == 0x00000C, "Member 'FCustomCameraNodeDataParameter::ParameterContainerType' has a wrong offset!"); \ +static_assert(offsetof(FCustomCameraNodeDataParameter, ParameterTypeObject) == 0x000010, "Member 'FCustomCameraNodeDataParameter::ParameterTypeObject' has a wrong offset!"); \ +static_assert(offsetof(FCustomCameraNodeDataParameter, OverrideDataID) == 0x000018, "Member 'FCustomCameraNodeDataParameter::OverrideDataID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomCameraNodeParameters \ +static_assert(alignof(FCustomCameraNodeParameters) == 0x000008, "Wrong alignment on FCustomCameraNodeParameters"); \ +static_assert(sizeof(FCustomCameraNodeParameters) == 0x000020, "Wrong size on FCustomCameraNodeParameters"); \ +static_assert(offsetof(FCustomCameraNodeParameters, BlendableParameters) == 0x000000, "Member 'FCustomCameraNodeParameters::BlendableParameters' has a wrong offset!"); \ +static_assert(offsetof(FCustomCameraNodeParameters, DataParameters) == 0x000010, "Member 'FCustomCameraNodeParameters::DataParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraRotatorCurve \ +static_assert(alignof(FCameraRotatorCurve) == 0x000008, "Wrong alignment on FCameraRotatorCurve"); \ +static_assert(sizeof(FCameraRotatorCurve) == 0x000180, "Wrong size on FCameraRotatorCurve"); \ +static_assert(offsetof(FCameraRotatorCurve, Curves) == 0x000000, "Member 'FCameraRotatorCurve::Curves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraSingleCurve \ +static_assert(alignof(FCameraSingleCurve) == 0x000008, "Wrong alignment on FCameraSingleCurve"); \ +static_assert(sizeof(FCameraSingleCurve) == 0x000080, "Wrong size on FCameraSingleCurve"); \ +static_assert(offsetof(FCameraSingleCurve, Curve) == 0x000000, "Member 'FCameraSingleCurve::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraVectorCurve \ +static_assert(alignof(FCameraVectorCurve) == 0x000008, "Wrong alignment on FCameraVectorCurve"); \ +static_assert(sizeof(FCameraVectorCurve) == 0x000180, "Wrong size on FCameraVectorCurve"); \ +static_assert(offsetof(FCameraVectorCurve, Curves) == 0x000000, "Member 'FCameraVectorCurve::Curves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintCameraDirectorEvaluationParams \ +static_assert(alignof(FBlueprintCameraDirectorEvaluationParams) == 0x000008, "Wrong alignment on FBlueprintCameraDirectorEvaluationParams"); \ +static_assert(sizeof(FBlueprintCameraDirectorEvaluationParams) == 0x000010, "Wrong size on FBlueprintCameraDirectorEvaluationParams"); \ +static_assert(offsetof(FBlueprintCameraDirectorEvaluationParams, DeltaTime) == 0x000000, "Member 'FBlueprintCameraDirectorEvaluationParams::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraDirectorEvaluationParams, EvaluationContextOwner) == 0x000008, "Member 'FBlueprintCameraDirectorEvaluationParams::EvaluationContextOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintCameraDirectorActivateParams \ +static_assert(alignof(FBlueprintCameraDirectorActivateParams) == 0x000008, "Wrong alignment on FBlueprintCameraDirectorActivateParams"); \ +static_assert(sizeof(FBlueprintCameraDirectorActivateParams) == 0x000008, "Wrong size on FBlueprintCameraDirectorActivateParams"); \ +static_assert(offsetof(FBlueprintCameraDirectorActivateParams, EvaluationContextOwner) == 0x000000, "Member 'FBlueprintCameraDirectorActivateParams::EvaluationContextOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintCameraDirectorDeactivateParams \ +static_assert(alignof(FBlueprintCameraDirectorDeactivateParams) == 0x000008, "Wrong alignment on FBlueprintCameraDirectorDeactivateParams"); \ +static_assert(sizeof(FBlueprintCameraDirectorDeactivateParams) == 0x000008, "Wrong size on FBlueprintCameraDirectorDeactivateParams"); \ +static_assert(offsetof(FBlueprintCameraDirectorDeactivateParams, EvaluationContextOwner) == 0x000000, "Member 'FBlueprintCameraDirectorDeactivateParams::EvaluationContextOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraDirectorStateTreeEvaluationData \ +static_assert(alignof(FCameraDirectorStateTreeEvaluationData) == 0x000008, "Wrong alignment on FCameraDirectorStateTreeEvaluationData"); \ +static_assert(sizeof(FCameraDirectorStateTreeEvaluationData) == 0x000020, "Wrong size on FCameraDirectorStateTreeEvaluationData"); \ +static_assert(offsetof(FCameraDirectorStateTreeEvaluationData, ActiveCameraRigs) == 0x000000, "Member 'FCameraDirectorStateTreeEvaluationData::ActiveCameraRigs' has a wrong offset!"); \ +static_assert(offsetof(FCameraDirectorStateTreeEvaluationData, ActiveCameraRigProxies) == 0x000010, "Member 'FCameraDirectorStateTreeEvaluationData::ActiveCameraRigProxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCamerasStateTreeCondition \ +static_assert(alignof(FGameplayCamerasStateTreeCondition) == 0x000008, "Wrong alignment on FGameplayCamerasStateTreeCondition"); \ +static_assert(sizeof(FGameplayCamerasStateTreeCondition) == 0x000028, "Wrong size on FGameplayCamerasStateTreeCondition"); \ + +#define DUMPER7_ASSERTS_FGameplayCamerasActivateCameraRigTaskInstanceData \ +static_assert(alignof(FGameplayCamerasActivateCameraRigTaskInstanceData) == 0x000008, "Wrong alignment on FGameplayCamerasActivateCameraRigTaskInstanceData"); \ +static_assert(sizeof(FGameplayCamerasActivateCameraRigTaskInstanceData) == 0x000008, "Wrong size on FGameplayCamerasActivateCameraRigTaskInstanceData"); \ +static_assert(offsetof(FGameplayCamerasActivateCameraRigTaskInstanceData, CameraRig) == 0x000000, "Member 'FGameplayCamerasActivateCameraRigTaskInstanceData::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCamerasActivateCameraRigViaProxyTaskInstanceData \ +static_assert(alignof(FGameplayCamerasActivateCameraRigViaProxyTaskInstanceData) == 0x000008, "Wrong alignment on FGameplayCamerasActivateCameraRigViaProxyTaskInstanceData"); \ +static_assert(sizeof(FGameplayCamerasActivateCameraRigViaProxyTaskInstanceData) == 0x000008, "Wrong size on FGameplayCamerasActivateCameraRigViaProxyTaskInstanceData"); \ +static_assert(offsetof(FGameplayCamerasActivateCameraRigViaProxyTaskInstanceData, CameraRigProxy) == 0x000000, "Member 'FGameplayCamerasActivateCameraRigViaProxyTaskInstanceData::CameraRigProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGameplayCamerasActivateCameraRigViaProxyTask \ +static_assert(alignof(FGameplayCamerasActivateCameraRigViaProxyTask) == 0x000008, "Wrong alignment on FGameplayCamerasActivateCameraRigViaProxyTask"); \ +static_assert(sizeof(FGameplayCamerasActivateCameraRigViaProxyTask) == 0x000030, "Wrong size on FGameplayCamerasActivateCameraRigViaProxyTask"); \ +static_assert(offsetof(FGameplayCamerasActivateCameraRigViaProxyTask, bRunOnce) == 0x00002E, "Member 'FGameplayCamerasActivateCameraRigViaProxyTask::bRunOnce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintCameraEvaluationDataRef \ +static_assert(alignof(FBlueprintCameraEvaluationDataRef) == 0x000008, "Wrong alignment on FBlueprintCameraEvaluationDataRef"); \ +static_assert(sizeof(FBlueprintCameraEvaluationDataRef) == 0x000018, "Wrong size on FBlueprintCameraEvaluationDataRef"); \ + +#define DUMPER7_ASSERTS_FBlueprintCameraPose \ +static_assert(alignof(FBlueprintCameraPose) == 0x000008, "Wrong alignment on FBlueprintCameraPose"); \ +static_assert(sizeof(FBlueprintCameraPose) == 0x000088, "Wrong size on FBlueprintCameraPose"); \ +static_assert(offsetof(FBlueprintCameraPose, Location) == 0x000000, "Member 'FBlueprintCameraPose::Location' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, Rotation) == 0x000018, "Member 'FBlueprintCameraPose::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, TargetDistance) == 0x000030, "Member 'FBlueprintCameraPose::TargetDistance' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, FieldOfView) == 0x000038, "Member 'FBlueprintCameraPose::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, FocalLength) == 0x00003C, "Member 'FBlueprintCameraPose::FocalLength' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, OrthographicWidth) == 0x000040, "Member 'FBlueprintCameraPose::OrthographicWidth' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, Aperture) == 0x000044, "Member 'FBlueprintCameraPose::Aperture' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, ShutterSpeed) == 0x000048, "Member 'FBlueprintCameraPose::ShutterSpeed' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, FocusDistance) == 0x00004C, "Member 'FBlueprintCameraPose::FocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, SensorWidth) == 0x000050, "Member 'FBlueprintCameraPose::SensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, SensorHeight) == 0x000054, "Member 'FBlueprintCameraPose::SensorHeight' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, SensorHorizontalOffset) == 0x000058, "Member 'FBlueprintCameraPose::SensorHorizontalOffset' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, SensorVerticalOffset) == 0x00005C, "Member 'FBlueprintCameraPose::SensorVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, ISO) == 0x000060, "Member 'FBlueprintCameraPose::ISO' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, SqueezeFactor) == 0x000064, "Member 'FBlueprintCameraPose::SqueezeFactor' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, Overscan) == 0x000068, "Member 'FBlueprintCameraPose::Overscan' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, DiaphragmBladeCount) == 0x00006C, "Member 'FBlueprintCameraPose::DiaphragmBladeCount' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, NearClippingPlane) == 0x000070, "Member 'FBlueprintCameraPose::NearClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, FarClippingPlane) == 0x000074, "Member 'FBlueprintCameraPose::FarClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, PhysicalCameraBlendWeight) == 0x000078, "Member 'FBlueprintCameraPose::PhysicalCameraBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, EnablePhysicalCamera) == 0x00007C, "Member 'FBlueprintCameraPose::EnablePhysicalCamera' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, ConstrainAspectRatio) == 0x00007D, "Member 'FBlueprintCameraPose::ConstrainAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, OverrideAspectRatioAxisConstraint) == 0x00007E, "Member 'FBlueprintCameraPose::OverrideAspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, AspectRatioAxisConstraint) == 0x00007F, "Member 'FBlueprintCameraPose::AspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintCameraPose, ProjectionMode) == 0x000080, "Member 'FBlueprintCameraPose::ProjectionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerlinNoiseData \ +static_assert(alignof(FPerlinNoiseData) == 0x000004, "Wrong alignment on FPerlinNoiseData"); \ +static_assert(sizeof(FPerlinNoiseData) == 0x000008, "Wrong size on FPerlinNoiseData"); \ +static_assert(offsetof(FPerlinNoiseData, Amplitude) == 0x000000, "Member 'FPerlinNoiseData::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FPerlinNoiseData, Frequency) == 0x000004, "Member 'FPerlinNoiseData::Frequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraActorAttachmentInfo \ +static_assert(alignof(FCameraActorAttachmentInfo) == 0x000008, "Wrong alignment on FCameraActorAttachmentInfo"); \ +static_assert(sizeof(FCameraActorAttachmentInfo) == 0x000020, "Wrong size on FCameraActorAttachmentInfo"); \ +static_assert(offsetof(FCameraActorAttachmentInfo, Actor) == 0x000000, "Member 'FCameraActorAttachmentInfo::Actor' has a wrong offset!"); \ +static_assert(offsetof(FCameraActorAttachmentInfo, SocketName) == 0x000008, "Member 'FCameraActorAttachmentInfo::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FCameraActorAttachmentInfo, BoneName) == 0x000010, "Member 'FCameraActorAttachmentInfo::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FCameraActorAttachmentInfo, Weight) == 0x000018, "Member 'FCameraActorAttachmentInfo::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineOrbitControlPoint \ +static_assert(alignof(FSplineOrbitControlPoint) == 0x000008, "Wrong alignment on FSplineOrbitControlPoint"); \ +static_assert(sizeof(FSplineOrbitControlPoint) == 0x000050, "Wrong size on FSplineOrbitControlPoint"); \ +static_assert(offsetof(FSplineOrbitControlPoint, LocationOffset) == 0x000000, "Member 'FSplineOrbitControlPoint::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FSplineOrbitControlPoint, TargetOffset) == 0x000018, "Member 'FSplineOrbitControlPoint::TargetOffset' has a wrong offset!"); \ +static_assert(offsetof(FSplineOrbitControlPoint, RotationOffset) == 0x000030, "Member 'FSplineOrbitControlPoint::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FSplineOrbitControlPoint, PitchAngle) == 0x000048, "Member 'FSplineOrbitControlPoint::PitchAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraFramingZone \ +static_assert(alignof(FCameraFramingZone) == 0x000008, "Wrong alignment on FCameraFramingZone"); \ +static_assert(sizeof(FCameraFramingZone) == 0x000020, "Wrong size on FCameraFramingZone"); \ +static_assert(offsetof(FCameraFramingZone, Left) == 0x000000, "Member 'FCameraFramingZone::Left' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingZone, Top) == 0x000008, "Member 'FCameraFramingZone::Top' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingZone, Right) == 0x000010, "Member 'FCameraFramingZone::Right' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingZone, Bottom) == 0x000018, "Member 'FCameraFramingZone::Bottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraFramingZoneParameter \ +static_assert(alignof(FCameraFramingZoneParameter) == 0x000008, "Wrong alignment on FCameraFramingZoneParameter"); \ +static_assert(sizeof(FCameraFramingZoneParameter) == 0x000028, "Wrong size on FCameraFramingZoneParameter"); \ +static_assert(offsetof(FCameraFramingZoneParameter, Value) == 0x000000, "Member 'FCameraFramingZoneParameter::Value' has a wrong offset!"); \ +static_assert(offsetof(FCameraFramingZoneParameter, VariableID) == 0x000020, "Member 'FCameraFramingZoneParameter::VariableID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraRigInputSlotParameters \ +static_assert(alignof(FCameraRigInputSlotParameters) == 0x000001, "Wrong alignment on FCameraRigInputSlotParameters"); \ +static_assert(sizeof(FCameraRigInputSlotParameters) == 0x000002, "Wrong size on FCameraRigInputSlotParameters"); \ +static_assert(offsetof(FCameraRigInputSlotParameters, bIsAccumulated) == 0x000000, "Member 'FCameraRigInputSlotParameters::bIsAccumulated' has a wrong offset!"); \ +static_assert(offsetof(FCameraRigInputSlotParameters, bIsPreBlended) == 0x000001, "Member 'FCameraRigInputSlotParameters::bIsPreBlended' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraParameterClamping \ +static_assert(alignof(FCameraParameterClamping) == 0x000008, "Wrong alignment on FCameraParameterClamping"); \ +static_assert(sizeof(FCameraParameterClamping) == 0x000018, "Wrong size on FCameraParameterClamping"); \ +static_assert(offsetof(FCameraParameterClamping, MinValue) == 0x000000, "Member 'FCameraParameterClamping::MinValue' has a wrong offset!"); \ +static_assert(offsetof(FCameraParameterClamping, MaxValue) == 0x000008, "Member 'FCameraParameterClamping::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FCameraParameterClamping, bClampMin) == 0x000010, "Member 'FCameraParameterClamping::bClampMin' has a wrong offset!"); \ +static_assert(offsetof(FCameraParameterClamping, bClampMax) == 0x000011, "Member 'FCameraParameterClamping::bClampMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraParameterNormalization \ +static_assert(alignof(FCameraParameterNormalization) == 0x000008, "Wrong alignment on FCameraParameterNormalization"); \ +static_assert(sizeof(FCameraParameterNormalization) == 0x000010, "Wrong size on FCameraParameterNormalization"); \ +static_assert(offsetof(FCameraParameterNormalization, MaxValue) == 0x000000, "Member 'FCameraParameterNormalization::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(FCameraParameterNormalization, bNormalize) == 0x000008, "Member 'FCameraParameterNormalization::bNormalize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IHasCameraBuildStatus \ +static_assert(alignof(IHasCameraBuildStatus) == 0x000001, "Wrong alignment on IHasCameraBuildStatus"); \ +static_assert(sizeof(IHasCameraBuildStatus) == 0x000001, "Wrong size on IHasCameraBuildStatus"); \ + +#define DUMPER7_ASSERTS_CameraRigInstanceFunctions_IsValid \ +static_assert(alignof(CameraRigInstanceFunctions_IsValid) == 0x000004, "Wrong alignment on CameraRigInstanceFunctions_IsValid"); \ +static_assert(sizeof(CameraRigInstanceFunctions_IsValid) == 0x00000C, "Wrong size on CameraRigInstanceFunctions_IsValid"); \ +static_assert(offsetof(CameraRigInstanceFunctions_IsValid, InstanceId) == 0x000000, "Member 'CameraRigInstanceFunctions_IsValid::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(CameraRigInstanceFunctions_IsValid, ReturnValue) == 0x000008, "Member 'CameraRigInstanceFunctions_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraRigInstanceFunctions \ +static_assert(alignof(UCameraRigInstanceFunctions) == 0x000008, "Wrong alignment on UCameraRigInstanceFunctions"); \ +static_assert(sizeof(UCameraRigInstanceFunctions) == 0x000028, "Wrong size on UCameraRigInstanceFunctions"); \ + +#define DUMPER7_ASSERTS_IAssetReferenceCameraNode \ +static_assert(alignof(IAssetReferenceCameraNode) == 0x000001, "Wrong alignment on IAssetReferenceCameraNode"); \ +static_assert(sizeof(IAssetReferenceCameraNode) == 0x000001, "Wrong size on IAssetReferenceCameraNode"); \ + +#define DUMPER7_ASSERTS_IObjectTreeGraphObject \ +static_assert(alignof(IObjectTreeGraphObject) == 0x000001, "Wrong alignment on IObjectTreeGraphObject"); \ +static_assert(sizeof(IObjectTreeGraphObject) == 0x000001, "Wrong size on IObjectTreeGraphObject"); \ + +#define DUMPER7_ASSERTS_IObjectTreeGraphRootObject \ +static_assert(alignof(IObjectTreeGraphRootObject) == 0x000001, "Wrong alignment on IObjectTreeGraphRootObject"); \ +static_assert(sizeof(IObjectTreeGraphRootObject) == 0x000001, "Wrong size on IObjectTreeGraphRootObject"); \ + +#define DUMPER7_ASSERTS_UBaseCameraObject \ +static_assert(alignof(UBaseCameraObject) == 0x000008, "Wrong alignment on UBaseCameraObject"); \ +static_assert(sizeof(UBaseCameraObject) == 0x0000A8, "Wrong size on UBaseCameraObject"); \ +static_assert(offsetof(UBaseCameraObject, Interface) == 0x000028, "Member 'UBaseCameraObject::Interface' has a wrong offset!"); \ +static_assert(offsetof(UBaseCameraObject, AllocationInfo) == 0x000060, "Member 'UBaseCameraObject::AllocationInfo' has a wrong offset!"); \ +static_assert(offsetof(UBaseCameraObject, DefaultParameters) == 0x000088, "Member 'UBaseCameraObject::DefaultParameters' has a wrong offset!"); \ +static_assert(offsetof(UBaseCameraObject, ParameterDefinitions) == 0x000098, "Member 'UBaseCameraObject::ParameterDefinitions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraNode \ +static_assert(alignof(UCameraNode) == 0x000008, "Wrong alignment on UCameraNode"); \ +static_assert(sizeof(UCameraNode) == 0x000038, "Wrong size on UCameraNode"); \ +static_assert(offsetof(UCameraNode, bIsEnabled) == 0x000030, "Member 'UCameraNode::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendCameraNode \ +static_assert(alignof(UBlendCameraNode) == 0x000008, "Wrong alignment on UBlendCameraNode"); \ +static_assert(sizeof(UBlendCameraNode) == 0x000038, "Wrong size on UBlendCameraNode"); \ + +#define DUMPER7_ASSERTS_UBlendStackCameraNode \ +static_assert(alignof(UBlendStackCameraNode) == 0x000008, "Wrong alignment on UBlendStackCameraNode"); \ +static_assert(sizeof(UBlendStackCameraNode) == 0x000040, "Wrong size on UBlendStackCameraNode"); \ +static_assert(offsetof(UBlendStackCameraNode, BlendStackType) == 0x000038, "Member 'UBlendStackCameraNode::BlendStackType' has a wrong offset!"); \ +static_assert(offsetof(UBlendStackCameraNode, Layer) == 0x00003C, "Member 'UBlendStackCameraNode::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendStackRootCameraNode \ +static_assert(alignof(UBlendStackRootCameraNode) == 0x000008, "Wrong alignment on UBlendStackRootCameraNode"); \ +static_assert(sizeof(UBlendStackRootCameraNode) == 0x000048, "Wrong size on UBlendStackRootCameraNode"); \ +static_assert(offsetof(UBlendStackRootCameraNode, Blend) == 0x000038, "Member 'UBlendStackRootCameraNode::Blend' has a wrong offset!"); \ +static_assert(offsetof(UBlendStackRootCameraNode, RootNode) == 0x000040, "Member 'UBlendStackRootCameraNode::RootNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAsset \ +static_assert(alignof(UCameraAsset) == 0x000008, "Wrong alignment on UCameraAsset"); \ +static_assert(sizeof(UCameraAsset) == 0x0000C8, "Wrong size on UCameraAsset"); \ +static_assert(offsetof(UCameraAsset, CameraDirector) == 0x000048, "Member 'UCameraAsset::CameraDirector' has a wrong offset!"); \ +static_assert(offsetof(UCameraAsset, EnterTransitions) == 0x000050, "Member 'UCameraAsset::EnterTransitions' has a wrong offset!"); \ +static_assert(offsetof(UCameraAsset, ExitTransitions) == 0x000060, "Member 'UCameraAsset::ExitTransitions' has a wrong offset!"); \ +static_assert(offsetof(UCameraAsset, BuildStatus) == 0x000070, "Member 'UCameraAsset::BuildStatus' has a wrong offset!"); \ +static_assert(offsetof(UCameraAsset, DefaultParameters) == 0x000078, "Member 'UCameraAsset::DefaultParameters' has a wrong offset!"); \ +static_assert(offsetof(UCameraAsset, ParameterDefinitions) == 0x000088, "Member 'UCameraAsset::ParameterDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UCameraAsset, AllocationInfo) == 0x000098, "Member 'UCameraAsset::AllocationInfo' has a wrong offset!"); \ +static_assert(offsetof(UCameraAsset, CameraRigs) == 0x0000B8, "Member 'UCameraAsset::CameraRigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraDirector \ +static_assert(alignof(UCameraDirector) == 0x000008, "Wrong alignment on UCameraDirector"); \ +static_assert(sizeof(UCameraDirector) == 0x000040, "Wrong size on UCameraDirector"); \ +static_assert(offsetof(UCameraDirector, CameraRigProxyRedirectTable) == 0x000028, "Member 'UCameraDirector::CameraRigProxyRedirectTable' has a wrong offset!"); \ +static_assert(offsetof(UCameraDirector, CameraRigProxyTable) == 0x000038, "Member 'UCameraDirector::CameraRigProxyTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraObjectInterfaceParameterBase \ +static_assert(alignof(UCameraObjectInterfaceParameterBase) == 0x000008, "Wrong alignment on UCameraObjectInterfaceParameterBase"); \ +static_assert(sizeof(UCameraObjectInterfaceParameterBase) == 0x000060, "Wrong size on UCameraObjectInterfaceParameterBase"); \ +static_assert(offsetof(UCameraObjectInterfaceParameterBase, InterfaceParameterName) == 0x000030, "Member 'UCameraObjectInterfaceParameterBase::InterfaceParameterName' has a wrong offset!"); \ +static_assert(offsetof(UCameraObjectInterfaceParameterBase, Target) == 0x000040, "Member 'UCameraObjectInterfaceParameterBase::Target' has a wrong offset!"); \ +static_assert(offsetof(UCameraObjectInterfaceParameterBase, TargetPropertyName) == 0x000048, "Member 'UCameraObjectInterfaceParameterBase::TargetPropertyName' has a wrong offset!"); \ +static_assert(offsetof(UCameraObjectInterfaceParameterBase, Guid) == 0x000050, "Member 'UCameraObjectInterfaceParameterBase::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraObjectInterfaceBlendableParameter \ +static_assert(alignof(UCameraObjectInterfaceBlendableParameter) == 0x000008, "Wrong alignment on UCameraObjectInterfaceBlendableParameter"); \ +static_assert(sizeof(UCameraObjectInterfaceBlendableParameter) == 0x000080, "Wrong size on UCameraObjectInterfaceBlendableParameter"); \ +static_assert(offsetof(UCameraObjectInterfaceBlendableParameter, ParameterType) == 0x000060, "Member 'UCameraObjectInterfaceBlendableParameter::ParameterType' has a wrong offset!"); \ +static_assert(offsetof(UCameraObjectInterfaceBlendableParameter, BlendableStructType) == 0x000068, "Member 'UCameraObjectInterfaceBlendableParameter::BlendableStructType' has a wrong offset!"); \ +static_assert(offsetof(UCameraObjectInterfaceBlendableParameter, bIsPreBlended) == 0x000070, "Member 'UCameraObjectInterfaceBlendableParameter::bIsPreBlended' has a wrong offset!"); \ +static_assert(offsetof(UCameraObjectInterfaceBlendableParameter, PrivateVariableID) == 0x000074, "Member 'UCameraObjectInterfaceBlendableParameter::PrivateVariableID' has a wrong offset!"); \ +static_assert(offsetof(UCameraObjectInterfaceBlendableParameter, PrivateVariable) == 0x000078, "Member 'UCameraObjectInterfaceBlendableParameter::PrivateVariable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraObjectInterfaceDataParameter \ +static_assert(alignof(UCameraObjectInterfaceDataParameter) == 0x000008, "Wrong alignment on UCameraObjectInterfaceDataParameter"); \ +static_assert(sizeof(UCameraObjectInterfaceDataParameter) == 0x000078, "Wrong size on UCameraObjectInterfaceDataParameter"); \ +static_assert(offsetof(UCameraObjectInterfaceDataParameter, DataType) == 0x000060, "Member 'UCameraObjectInterfaceDataParameter::DataType' has a wrong offset!"); \ +static_assert(offsetof(UCameraObjectInterfaceDataParameter, DataContainerType) == 0x000064, "Member 'UCameraObjectInterfaceDataParameter::DataContainerType' has a wrong offset!"); \ +static_assert(offsetof(UCameraObjectInterfaceDataParameter, DataTypeObject) == 0x000068, "Member 'UCameraObjectInterfaceDataParameter::DataTypeObject' has a wrong offset!"); \ +static_assert(offsetof(UCameraObjectInterfaceDataParameter, PrivateDataID) == 0x000070, "Member 'UCameraObjectInterfaceDataParameter::PrivateDataID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraRigAsset \ +static_assert(alignof(UCameraRigAsset) == 0x000008, "Wrong alignment on UCameraRigAsset"); \ +static_assert(sizeof(UCameraRigAsset) == 0x000128, "Wrong size on UCameraRigAsset"); \ +static_assert(offsetof(UCameraRigAsset, RootNode) == 0x0000C8, "Member 'UCameraRigAsset::RootNode' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigAsset, GameplayTags) == 0x0000D0, "Member 'UCameraRigAsset::GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigAsset, EnterTransitions) == 0x0000F0, "Member 'UCameraRigAsset::EnterTransitions' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigAsset, ExitTransitions) == 0x000100, "Member 'UCameraRigAsset::ExitTransitions' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigAsset, InitialOrientation) == 0x000110, "Member 'UCameraRigAsset::InitialOrientation' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigAsset, BuildStatus) == 0x000114, "Member 'UCameraRigAsset::BuildStatus' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigAsset, Guid) == 0x000118, "Member 'UCameraRigAsset::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombinedCameraRigsCameraNode \ +static_assert(alignof(UCombinedCameraRigsCameraNode) == 0x000008, "Wrong alignment on UCombinedCameraRigsCameraNode"); \ +static_assert(sizeof(UCombinedCameraRigsCameraNode) == 0x000048, "Wrong size on UCombinedCameraRigsCameraNode"); \ +static_assert(offsetof(UCombinedCameraRigsCameraNode, CameraRigReferences) == 0x000038, "Member 'UCombinedCameraRigsCameraNode::CameraRigReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraRigProxyAsset \ +static_assert(alignof(UCameraRigProxyAsset) == 0x000008, "Wrong alignment on UCameraRigProxyAsset"); \ +static_assert(sizeof(UCameraRigProxyAsset) == 0x000038, "Wrong size on UCameraRigProxyAsset"); \ +static_assert(offsetof(UCameraRigProxyAsset, Guid) == 0x000028, "Member 'UCameraRigProxyAsset::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraRigProxyTable \ +static_assert(alignof(UCameraRigProxyTable) == 0x000008, "Wrong alignment on UCameraRigProxyTable"); \ +static_assert(sizeof(UCameraRigProxyTable) == 0x000038, "Wrong size on UCameraRigProxyTable"); \ +static_assert(offsetof(UCameraRigProxyTable, Entries) == 0x000028, "Member 'UCameraRigProxyTable::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraRigTransitionCondition \ +static_assert(alignof(UCameraRigTransitionCondition) == 0x000008, "Wrong alignment on UCameraRigTransitionCondition"); \ +static_assert(sizeof(UCameraRigTransitionCondition) == 0x000030, "Wrong size on UCameraRigTransitionCondition"); \ + +#define DUMPER7_ASSERTS_UCameraRigTransition \ +static_assert(alignof(UCameraRigTransition) == 0x000008, "Wrong alignment on UCameraRigTransition"); \ +static_assert(sizeof(UCameraRigTransition) == 0x000050, "Wrong size on UCameraRigTransition"); \ +static_assert(offsetof(UCameraRigTransition, Conditions) == 0x000030, "Member 'UCameraRigTransition::Conditions' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigTransition, Blend) == 0x000040, "Member 'UCameraRigTransition::Blend' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigTransition, InitialOrientation) == 0x000048, "Member 'UCameraRigTransition::InitialOrientation' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigTransition, bOverrideInitialOrientation) == 0x00004C, "Member 'UCameraRigTransition::bOverrideInitialOrientation' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigTransition, bAllowCameraRigMerging) == 0x00004D, "Member 'UCameraRigTransition::bAllowCameraRigMerging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraShakeAsset \ +static_assert(alignof(UCameraShakeAsset) == 0x000008, "Wrong alignment on UCameraShakeAsset"); \ +static_assert(sizeof(UCameraShakeAsset) == 0x0000F0, "Wrong size on UCameraShakeAsset"); \ +static_assert(offsetof(UCameraShakeAsset, RootNode) == 0x0000C0, "Member 'UCameraShakeAsset::RootNode' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeAsset, BlendIn) == 0x0000C8, "Member 'UCameraShakeAsset::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeAsset, BlendOut) == 0x0000D0, "Member 'UCameraShakeAsset::BlendOut' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeAsset, bIsSingleInstance) == 0x0000D8, "Member 'UCameraShakeAsset::bIsSingleInstance' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeAsset, BuildStatus) == 0x0000D9, "Member 'UCameraShakeAsset::BuildStatus' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeAsset, Guid) == 0x0000DC, "Member 'UCameraShakeAsset::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraValueInterpolator \ +static_assert(alignof(UCameraValueInterpolator) == 0x000008, "Wrong alignment on UCameraValueInterpolator"); \ +static_assert(sizeof(UCameraValueInterpolator) == 0x000028, "Wrong size on UCameraValueInterpolator"); \ + +#define DUMPER7_ASSERTS_UPopValueInterpolator \ +static_assert(alignof(UPopValueInterpolator) == 0x000008, "Wrong alignment on UPopValueInterpolator"); \ +static_assert(sizeof(UPopValueInterpolator) == 0x000028, "Wrong size on UPopValueInterpolator"); \ + +#define DUMPER7_ASSERTS_UCameraVariableAsset \ +static_assert(alignof(UCameraVariableAsset) == 0x000008, "Wrong alignment on UCameraVariableAsset"); \ +static_assert(sizeof(UCameraVariableAsset) == 0x000040, "Wrong size on UCameraVariableAsset"); \ +static_assert(offsetof(UCameraVariableAsset, bAutoReset) == 0x000028, "Member 'UCameraVariableAsset::bAutoReset' has a wrong offset!"); \ +static_assert(offsetof(UCameraVariableAsset, bIsPreBlended) == 0x000029, "Member 'UCameraVariableAsset::bIsPreBlended' has a wrong offset!"); \ +static_assert(offsetof(UCameraVariableAsset, bIsPrivate) == 0x00002A, "Member 'UCameraVariableAsset::bIsPrivate' has a wrong offset!"); \ +static_assert(offsetof(UCameraVariableAsset, Guid) == 0x00002C, "Member 'UCameraVariableAsset::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBooleanCameraVariable \ +static_assert(alignof(UBooleanCameraVariable) == 0x000008, "Wrong alignment on UBooleanCameraVariable"); \ +static_assert(sizeof(UBooleanCameraVariable) == 0x000048, "Wrong size on UBooleanCameraVariable"); \ +static_assert(offsetof(UBooleanCameraVariable, bDefaultValue) == 0x000040, "Member 'UBooleanCameraVariable::bDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInteger32CameraVariable \ +static_assert(alignof(UInteger32CameraVariable) == 0x000008, "Wrong alignment on UInteger32CameraVariable"); \ +static_assert(sizeof(UInteger32CameraVariable) == 0x000048, "Wrong size on UInteger32CameraVariable"); \ +static_assert(offsetof(UInteger32CameraVariable, DefaultValue) == 0x000040, "Member 'UInteger32CameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloatCameraVariable \ +static_assert(alignof(UFloatCameraVariable) == 0x000008, "Wrong alignment on UFloatCameraVariable"); \ +static_assert(sizeof(UFloatCameraVariable) == 0x000048, "Wrong size on UFloatCameraVariable"); \ +static_assert(offsetof(UFloatCameraVariable, DefaultValue) == 0x000040, "Member 'UFloatCameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDoubleCameraVariable \ +static_assert(alignof(UDoubleCameraVariable) == 0x000008, "Wrong alignment on UDoubleCameraVariable"); \ +static_assert(sizeof(UDoubleCameraVariable) == 0x000048, "Wrong size on UDoubleCameraVariable"); \ +static_assert(offsetof(UDoubleCameraVariable, DefaultValue) == 0x000040, "Member 'UDoubleCameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVector2fCameraVariable \ +static_assert(alignof(UVector2fCameraVariable) == 0x000008, "Wrong alignment on UVector2fCameraVariable"); \ +static_assert(sizeof(UVector2fCameraVariable) == 0x000048, "Wrong size on UVector2fCameraVariable"); \ +static_assert(offsetof(UVector2fCameraVariable, DefaultValue) == 0x000040, "Member 'UVector2fCameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVector2dCameraVariable \ +static_assert(alignof(UVector2dCameraVariable) == 0x000008, "Wrong alignment on UVector2dCameraVariable"); \ +static_assert(sizeof(UVector2dCameraVariable) == 0x000050, "Wrong size on UVector2dCameraVariable"); \ +static_assert(offsetof(UVector2dCameraVariable, DefaultValue) == 0x000040, "Member 'UVector2dCameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVector3fCameraVariable \ +static_assert(alignof(UVector3fCameraVariable) == 0x000008, "Wrong alignment on UVector3fCameraVariable"); \ +static_assert(sizeof(UVector3fCameraVariable) == 0x000050, "Wrong size on UVector3fCameraVariable"); \ +static_assert(offsetof(UVector3fCameraVariable, DefaultValue) == 0x000040, "Member 'UVector3fCameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVector3dCameraVariable \ +static_assert(alignof(UVector3dCameraVariable) == 0x000008, "Wrong alignment on UVector3dCameraVariable"); \ +static_assert(sizeof(UVector3dCameraVariable) == 0x000058, "Wrong size on UVector3dCameraVariable"); \ +static_assert(offsetof(UVector3dCameraVariable, DefaultValue) == 0x000040, "Member 'UVector3dCameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVector4fCameraVariable \ +static_assert(alignof(UVector4fCameraVariable) == 0x000010, "Wrong alignment on UVector4fCameraVariable"); \ +static_assert(sizeof(UVector4fCameraVariable) == 0x000050, "Wrong size on UVector4fCameraVariable"); \ +static_assert(offsetof(UVector4fCameraVariable, DefaultValue) == 0x000040, "Member 'UVector4fCameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVector4dCameraVariable \ +static_assert(alignof(UVector4dCameraVariable) == 0x000010, "Wrong alignment on UVector4dCameraVariable"); \ +static_assert(sizeof(UVector4dCameraVariable) == 0x000060, "Wrong size on UVector4dCameraVariable"); \ +static_assert(offsetof(UVector4dCameraVariable, DefaultValue) == 0x000040, "Member 'UVector4dCameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotator3fCameraVariable \ +static_assert(alignof(URotator3fCameraVariable) == 0x000008, "Wrong alignment on URotator3fCameraVariable"); \ +static_assert(sizeof(URotator3fCameraVariable) == 0x000050, "Wrong size on URotator3fCameraVariable"); \ +static_assert(offsetof(URotator3fCameraVariable, DefaultValue) == 0x000040, "Member 'URotator3fCameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URotator3dCameraVariable \ +static_assert(alignof(URotator3dCameraVariable) == 0x000008, "Wrong alignment on URotator3dCameraVariable"); \ +static_assert(sizeof(URotator3dCameraVariable) == 0x000058, "Wrong size on URotator3dCameraVariable"); \ +static_assert(offsetof(URotator3dCameraVariable, DefaultValue) == 0x000040, "Member 'URotator3dCameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransform3fCameraVariable \ +static_assert(alignof(UTransform3fCameraVariable) == 0x000010, "Wrong alignment on UTransform3fCameraVariable"); \ +static_assert(sizeof(UTransform3fCameraVariable) == 0x000070, "Wrong size on UTransform3fCameraVariable"); \ +static_assert(offsetof(UTransform3fCameraVariable, DefaultValue) == 0x000040, "Member 'UTransform3fCameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTransform3dCameraVariable \ +static_assert(alignof(UTransform3dCameraVariable) == 0x000010, "Wrong alignment on UTransform3dCameraVariable"); \ +static_assert(sizeof(UTransform3dCameraVariable) == 0x0000A0, "Wrong size on UTransform3dCameraVariable"); \ +static_assert(offsetof(UTransform3dCameraVariable, DefaultValue) == 0x000040, "Member 'UTransform3dCameraVariable::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraVariableCollection \ +static_assert(alignof(UCameraVariableCollection) == 0x000008, "Wrong alignment on UCameraVariableCollection"); \ +static_assert(sizeof(UCameraVariableCollection) == 0x000038, "Wrong size on UCameraVariableCollection"); \ +static_assert(offsetof(UCameraVariableCollection, Variables) == 0x000028, "Member 'UCameraVariableCollection::Variables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URootCameraNode \ +static_assert(alignof(URootCameraNode) == 0x000008, "Wrong alignment on URootCameraNode"); \ +static_assert(sizeof(URootCameraNode) == 0x000038, "Wrong size on URootCameraNode"); \ + +#define DUMPER7_ASSERTS_UDefaultRootCameraNode \ +static_assert(alignof(UDefaultRootCameraNode) == 0x000008, "Wrong alignment on UDefaultRootCameraNode"); \ +static_assert(sizeof(UDefaultRootCameraNode) == 0x000058, "Wrong size on UDefaultRootCameraNode"); \ +static_assert(offsetof(UDefaultRootCameraNode, BaseLayer) == 0x000038, "Member 'UDefaultRootCameraNode::BaseLayer' has a wrong offset!"); \ +static_assert(offsetof(UDefaultRootCameraNode, MainLayer) == 0x000040, "Member 'UDefaultRootCameraNode::MainLayer' has a wrong offset!"); \ +static_assert(offsetof(UDefaultRootCameraNode, GlobalLayer) == 0x000048, "Member 'UDefaultRootCameraNode::GlobalLayer' has a wrong offset!"); \ +static_assert(offsetof(UDefaultRootCameraNode, VisualLayer) == 0x000050, "Member 'UDefaultRootCameraNode::VisualLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICustomCameraNodeParameterProvider \ +static_assert(alignof(ICustomCameraNodeParameterProvider) == 0x000001, "Wrong alignment on ICustomCameraNodeParameterProvider"); \ +static_assert(sizeof(ICustomCameraNodeParameterProvider) == 0x000001, "Wrong size on ICustomCameraNodeParameterProvider"); \ + +#define DUMPER7_ASSERTS_UObjectTreeGraphComment \ +static_assert(alignof(UObjectTreeGraphComment) == 0x000008, "Wrong alignment on UObjectTreeGraphComment"); \ +static_assert(sizeof(UObjectTreeGraphComment) == 0x000030, "Wrong size on UObjectTreeGraphComment"); \ + +#define DUMPER7_ASSERTS_UShakeCameraNode \ +static_assert(alignof(UShakeCameraNode) == 0x000008, "Wrong alignment on UShakeCameraNode"); \ +static_assert(sizeof(UShakeCameraNode) == 0x000038, "Wrong size on UShakeCameraNode"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_ActivateCameraDirector \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_ActivateCameraDirector) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_ActivateCameraDirector"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_ActivateCameraDirector) == 0x000010, "Wrong size on BlueprintCameraDirectorEvaluator_ActivateCameraDirector"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_ActivateCameraDirector, EvaluationContextOwner) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_ActivateCameraDirector::EvaluationContextOwner' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_ActivateCameraDirector, Params_0) == 0x000008, "Member 'BlueprintCameraDirectorEvaluator_ActivateCameraDirector::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_ActivateCameraRig \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_ActivateCameraRig) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_ActivateCameraRig"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_ActivateCameraRig) == 0x000010, "Wrong size on BlueprintCameraDirectorEvaluator_ActivateCameraRig"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_ActivateCameraRig, CameraRig) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_ActivateCameraRig::CameraRig' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_ActivateCameraRig, bForceNewInstance) == 0x000008, "Member 'BlueprintCameraDirectorEvaluator_ActivateCameraRig::bForceNewInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_ActivateCameraRigViaProxy \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_ActivateCameraRigViaProxy) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_ActivateCameraRigViaProxy"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_ActivateCameraRigViaProxy) == 0x000010, "Wrong size on BlueprintCameraDirectorEvaluator_ActivateCameraRigViaProxy"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_ActivateCameraRigViaProxy, CameraRigProxy) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_ActivateCameraRigViaProxy::CameraRigProxy' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_ActivateCameraRigViaProxy, bForceNewInstance) == 0x000008, "Member 'BlueprintCameraDirectorEvaluator_ActivateCameraRigViaProxy::bForceNewInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_ActivatePersistentBaseCameraRig \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_ActivatePersistentBaseCameraRig) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_ActivatePersistentBaseCameraRig"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_ActivatePersistentBaseCameraRig) == 0x000008, "Wrong size on BlueprintCameraDirectorEvaluator_ActivatePersistentBaseCameraRig"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_ActivatePersistentBaseCameraRig, CameraRigPrefab) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_ActivatePersistentBaseCameraRig::CameraRigPrefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_ActivatePersistentGlobalCameraRig \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_ActivatePersistentGlobalCameraRig) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_ActivatePersistentGlobalCameraRig"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_ActivatePersistentGlobalCameraRig) == 0x000008, "Wrong size on BlueprintCameraDirectorEvaluator_ActivatePersistentGlobalCameraRig"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_ActivatePersistentGlobalCameraRig, CameraRigPrefab) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_ActivatePersistentGlobalCameraRig::CameraRigPrefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_ActivatePersistentVisualCameraRig \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_ActivatePersistentVisualCameraRig) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_ActivatePersistentVisualCameraRig"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_ActivatePersistentVisualCameraRig) == 0x000008, "Wrong size on BlueprintCameraDirectorEvaluator_ActivatePersistentVisualCameraRig"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_ActivatePersistentVisualCameraRig, CameraRigPrefab) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_ActivatePersistentVisualCameraRig::CameraRigPrefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_AddChildEvaluationContext \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_AddChildEvaluationContext) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_AddChildEvaluationContext"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_AddChildEvaluationContext) == 0x000010, "Wrong size on BlueprintCameraDirectorEvaluator_AddChildEvaluationContext"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_AddChildEvaluationContext, ChildEvaluationContextOwner) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_AddChildEvaluationContext::ChildEvaluationContextOwner' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_AddChildEvaluationContext, ReturnValue) == 0x000008, "Member 'BlueprintCameraDirectorEvaluator_AddChildEvaluationContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_DeactivateCameraDirector \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_DeactivateCameraDirector) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_DeactivateCameraDirector"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_DeactivateCameraDirector) == 0x000010, "Wrong size on BlueprintCameraDirectorEvaluator_DeactivateCameraDirector"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_DeactivateCameraDirector, EvaluationContextOwner) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_DeactivateCameraDirector::EvaluationContextOwner' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_DeactivateCameraDirector, Params_0) == 0x000008, "Member 'BlueprintCameraDirectorEvaluator_DeactivateCameraDirector::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_DeactivatePersistentBaseCameraRig \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_DeactivatePersistentBaseCameraRig) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_DeactivatePersistentBaseCameraRig"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_DeactivatePersistentBaseCameraRig) == 0x000008, "Wrong size on BlueprintCameraDirectorEvaluator_DeactivatePersistentBaseCameraRig"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_DeactivatePersistentBaseCameraRig, CameraRigPrefab) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_DeactivatePersistentBaseCameraRig::CameraRigPrefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_DeactivatePersistentGlobalCameraRig \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_DeactivatePersistentGlobalCameraRig) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_DeactivatePersistentGlobalCameraRig"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_DeactivatePersistentGlobalCameraRig) == 0x000008, "Wrong size on BlueprintCameraDirectorEvaluator_DeactivatePersistentGlobalCameraRig"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_DeactivatePersistentGlobalCameraRig, CameraRigPrefab) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_DeactivatePersistentGlobalCameraRig::CameraRigPrefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_DeactivatePersistentVisualCameraRig \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_DeactivatePersistentVisualCameraRig) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_DeactivatePersistentVisualCameraRig"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_DeactivatePersistentVisualCameraRig) == 0x000008, "Wrong size on BlueprintCameraDirectorEvaluator_DeactivatePersistentVisualCameraRig"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_DeactivatePersistentVisualCameraRig, CameraRigPrefab) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_DeactivatePersistentVisualCameraRig::CameraRigPrefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_RemoveChildEvaluationContext \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_RemoveChildEvaluationContext) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_RemoveChildEvaluationContext"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_RemoveChildEvaluationContext) == 0x000018, "Wrong size on BlueprintCameraDirectorEvaluator_RemoveChildEvaluationContext"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_RemoveChildEvaluationContext, ChildEvaluationContextOwner) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_RemoveChildEvaluationContext::ChildEvaluationContextOwner' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_RemoveChildEvaluationContext, ChildSlotName) == 0x000008, "Member 'BlueprintCameraDirectorEvaluator_RemoveChildEvaluationContext::ChildSlotName' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_RemoveChildEvaluationContext, ReturnValue) == 0x000010, "Member 'BlueprintCameraDirectorEvaluator_RemoveChildEvaluationContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_RunCameraDirector \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_RunCameraDirector) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_RunCameraDirector"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_RunCameraDirector) == 0x000020, "Wrong size on BlueprintCameraDirectorEvaluator_RunCameraDirector"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_RunCameraDirector, DeltaTime) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_RunCameraDirector::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_RunCameraDirector, EvaluationContextOwner) == 0x000008, "Member 'BlueprintCameraDirectorEvaluator_RunCameraDirector::EvaluationContextOwner' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_RunCameraDirector, Params_0) == 0x000010, "Member 'BlueprintCameraDirectorEvaluator_RunCameraDirector::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_RunChildCameraDirector \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_RunChildCameraDirector) == 0x000004, "Wrong alignment on BlueprintCameraDirectorEvaluator_RunChildCameraDirector"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_RunChildCameraDirector) == 0x000010, "Wrong size on BlueprintCameraDirectorEvaluator_RunChildCameraDirector"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_RunChildCameraDirector, DeltaTime) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_RunChildCameraDirector::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_RunChildCameraDirector, ChildSlotName) == 0x000004, "Member 'BlueprintCameraDirectorEvaluator_RunChildCameraDirector::ChildSlotName' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_RunChildCameraDirector, ReturnValue) == 0x00000C, "Member 'BlueprintCameraDirectorEvaluator_RunChildCameraDirector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_FindEvaluationContextOwnerActor \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_FindEvaluationContextOwnerActor) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_FindEvaluationContextOwnerActor"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_FindEvaluationContextOwnerActor) == 0x000010, "Wrong size on BlueprintCameraDirectorEvaluator_FindEvaluationContextOwnerActor"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_FindEvaluationContextOwnerActor, ActorClass) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_FindEvaluationContextOwnerActor::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_FindEvaluationContextOwnerActor, ReturnValue) == 0x000008, "Member 'BlueprintCameraDirectorEvaluator_FindEvaluationContextOwnerActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_GetConditionalContextResult \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_GetConditionalContextResult) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_GetConditionalContextResult"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_GetConditionalContextResult) == 0x000020, "Wrong size on BlueprintCameraDirectorEvaluator_GetConditionalContextResult"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_GetConditionalContextResult, Condition) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_GetConditionalContextResult::Condition' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_GetConditionalContextResult, ReturnValue) == 0x000008, "Member 'BlueprintCameraDirectorEvaluator_GetConditionalContextResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_GetInitialContextResult \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_GetInitialContextResult) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_GetInitialContextResult"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_GetInitialContextResult) == 0x000018, "Wrong size on BlueprintCameraDirectorEvaluator_GetInitialContextResult"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_GetInitialContextResult, ReturnValue) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_GetInitialContextResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraDirectorEvaluator_ResolveCameraRigProxy \ +static_assert(alignof(BlueprintCameraDirectorEvaluator_ResolveCameraRigProxy) == 0x000008, "Wrong alignment on BlueprintCameraDirectorEvaluator_ResolveCameraRigProxy"); \ +static_assert(sizeof(BlueprintCameraDirectorEvaluator_ResolveCameraRigProxy) == 0x000010, "Wrong size on BlueprintCameraDirectorEvaluator_ResolveCameraRigProxy"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_ResolveCameraRigProxy, CameraRigProxy) == 0x000000, "Member 'BlueprintCameraDirectorEvaluator_ResolveCameraRigProxy::CameraRigProxy' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraDirectorEvaluator_ResolveCameraRigProxy, ReturnValue) == 0x000008, "Member 'BlueprintCameraDirectorEvaluator_ResolveCameraRigProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintCameraDirectorEvaluator \ +static_assert(alignof(UBlueprintCameraDirectorEvaluator) == 0x000008, "Wrong alignment on UBlueprintCameraDirectorEvaluator"); \ +static_assert(sizeof(UBlueprintCameraDirectorEvaluator) == 0x000148, "Wrong size on UBlueprintCameraDirectorEvaluator"); \ + +#define DUMPER7_ASSERTS_UBlueprintCameraDirector \ +static_assert(alignof(UBlueprintCameraDirector) == 0x000008, "Wrong alignment on UBlueprintCameraDirector"); \ +static_assert(sizeof(UBlueprintCameraDirector) == 0x000048, "Wrong size on UBlueprintCameraDirector"); \ +static_assert(offsetof(UBlueprintCameraDirector, CameraDirectorEvaluatorClass) == 0x000040, "Member 'UBlueprintCameraDirector::CameraDirectorEvaluatorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraDirectorStateTreeSchema \ +static_assert(alignof(UCameraDirectorStateTreeSchema) == 0x000008, "Wrong alignment on UCameraDirectorStateTreeSchema"); \ +static_assert(sizeof(UCameraDirectorStateTreeSchema) == 0x000038, "Wrong size on UCameraDirectorStateTreeSchema"); \ +static_assert(offsetof(UCameraDirectorStateTreeSchema, ContextDataDescs) == 0x000028, "Member 'UCameraDirectorStateTreeSchema::ContextDataDescs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPriorityQueueCameraDirector \ +static_assert(alignof(UPriorityQueueCameraDirector) == 0x000008, "Wrong alignment on UPriorityQueueCameraDirector"); \ +static_assert(sizeof(UPriorityQueueCameraDirector) == 0x000040, "Wrong size on UPriorityQueueCameraDirector"); \ + +#define DUMPER7_ASSERTS_USingleCameraDirector \ +static_assert(alignof(USingleCameraDirector) == 0x000008, "Wrong alignment on USingleCameraDirector"); \ +static_assert(sizeof(USingleCameraDirector) == 0x000048, "Wrong size on USingleCameraDirector"); \ +static_assert(offsetof(USingleCameraDirector, CameraRig) == 0x000040, "Member 'USingleCameraDirector::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStateTreeCameraDirector \ +static_assert(alignof(UStateTreeCameraDirector) == 0x000008, "Wrong alignment on UStateTreeCameraDirector"); \ +static_assert(sizeof(UStateTreeCameraDirector) == 0x000068, "Wrong size on UStateTreeCameraDirector"); \ +static_assert(offsetof(UStateTreeCameraDirector, StateTreeReference) == 0x000040, "Member 'UStateTreeCameraDirector::StateTreeReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActivateCameraRigFunctions_ActivatePersistentBaseCameraRig \ +static_assert(alignof(ActivateCameraRigFunctions_ActivatePersistentBaseCameraRig) == 0x000008, "Wrong alignment on ActivateCameraRigFunctions_ActivatePersistentBaseCameraRig"); \ +static_assert(sizeof(ActivateCameraRigFunctions_ActivatePersistentBaseCameraRig) == 0x000018, "Wrong size on ActivateCameraRigFunctions_ActivatePersistentBaseCameraRig"); \ +static_assert(offsetof(ActivateCameraRigFunctions_ActivatePersistentBaseCameraRig, WorldContextObject) == 0x000000, "Member 'ActivateCameraRigFunctions_ActivatePersistentBaseCameraRig::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ActivateCameraRigFunctions_ActivatePersistentBaseCameraRig, PlayerController) == 0x000008, "Member 'ActivateCameraRigFunctions_ActivatePersistentBaseCameraRig::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ActivateCameraRigFunctions_ActivatePersistentBaseCameraRig, CameraRig) == 0x000010, "Member 'ActivateCameraRigFunctions_ActivatePersistentBaseCameraRig::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActivateCameraRigFunctions_ActivatePersistentGlobalCameraRig \ +static_assert(alignof(ActivateCameraRigFunctions_ActivatePersistentGlobalCameraRig) == 0x000008, "Wrong alignment on ActivateCameraRigFunctions_ActivatePersistentGlobalCameraRig"); \ +static_assert(sizeof(ActivateCameraRigFunctions_ActivatePersistentGlobalCameraRig) == 0x000018, "Wrong size on ActivateCameraRigFunctions_ActivatePersistentGlobalCameraRig"); \ +static_assert(offsetof(ActivateCameraRigFunctions_ActivatePersistentGlobalCameraRig, WorldContextObject) == 0x000000, "Member 'ActivateCameraRigFunctions_ActivatePersistentGlobalCameraRig::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ActivateCameraRigFunctions_ActivatePersistentGlobalCameraRig, PlayerController) == 0x000008, "Member 'ActivateCameraRigFunctions_ActivatePersistentGlobalCameraRig::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ActivateCameraRigFunctions_ActivatePersistentGlobalCameraRig, CameraRig) == 0x000010, "Member 'ActivateCameraRigFunctions_ActivatePersistentGlobalCameraRig::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActivateCameraRigFunctions_ActivatePersistentVisualCameraRig \ +static_assert(alignof(ActivateCameraRigFunctions_ActivatePersistentVisualCameraRig) == 0x000008, "Wrong alignment on ActivateCameraRigFunctions_ActivatePersistentVisualCameraRig"); \ +static_assert(sizeof(ActivateCameraRigFunctions_ActivatePersistentVisualCameraRig) == 0x000018, "Wrong size on ActivateCameraRigFunctions_ActivatePersistentVisualCameraRig"); \ +static_assert(offsetof(ActivateCameraRigFunctions_ActivatePersistentVisualCameraRig, WorldContextObject) == 0x000000, "Member 'ActivateCameraRigFunctions_ActivatePersistentVisualCameraRig::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ActivateCameraRigFunctions_ActivatePersistentVisualCameraRig, PlayerController) == 0x000008, "Member 'ActivateCameraRigFunctions_ActivatePersistentVisualCameraRig::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(ActivateCameraRigFunctions_ActivatePersistentVisualCameraRig, CameraRig) == 0x000010, "Member 'ActivateCameraRigFunctions_ActivatePersistentVisualCameraRig::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActivateCameraRigFunctions \ +static_assert(alignof(UActivateCameraRigFunctions) == 0x000008, "Wrong alignment on UActivateCameraRigFunctions"); \ +static_assert(sizeof(UActivateCameraRigFunctions) == 0x000028, "Wrong size on UActivateCameraRigFunctions"); \ + +#define DUMPER7_ASSERTS_UCameraComponentCameraNode \ +static_assert(alignof(UCameraComponentCameraNode) == 0x000008, "Wrong alignment on UCameraComponentCameraNode"); \ +static_assert(sizeof(UCameraComponentCameraNode) == 0x000038, "Wrong size on UCameraComponentCameraNode"); \ + +#define DUMPER7_ASSERTS_UCalcCameraActorCameraNode \ +static_assert(alignof(UCalcCameraActorCameraNode) == 0x000008, "Wrong alignment on UCalcCameraActorCameraNode"); \ +static_assert(sizeof(UCalcCameraActorCameraNode) == 0x000038, "Wrong size on UCalcCameraActorCameraNode"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraEvaluationDataFunctionLibrary_BlendCameraEvaluationData \ +static_assert(alignof(BlueprintCameraEvaluationDataFunctionLibrary_BlendCameraEvaluationData) == 0x000008, "Wrong alignment on BlueprintCameraEvaluationDataFunctionLibrary_BlendCameraEvaluationData"); \ +static_assert(sizeof(BlueprintCameraEvaluationDataFunctionLibrary_BlendCameraEvaluationData) == 0x000038, "Wrong size on BlueprintCameraEvaluationDataFunctionLibrary_BlendCameraEvaluationData"); \ +static_assert(offsetof(BlueprintCameraEvaluationDataFunctionLibrary_BlendCameraEvaluationData, FromCameraData) == 0x000000, "Member 'BlueprintCameraEvaluationDataFunctionLibrary_BlendCameraEvaluationData::FromCameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraEvaluationDataFunctionLibrary_BlendCameraEvaluationData, ToCameraData) == 0x000018, "Member 'BlueprintCameraEvaluationDataFunctionLibrary_BlendCameraEvaluationData::ToCameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraEvaluationDataFunctionLibrary_BlendCameraEvaluationData, Factor) == 0x000030, "Member 'BlueprintCameraEvaluationDataFunctionLibrary_BlendCameraEvaluationData::Factor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraEvaluationDataFunctionLibrary_GetCameraPose \ +static_assert(alignof(BlueprintCameraEvaluationDataFunctionLibrary_GetCameraPose) == 0x000008, "Wrong alignment on BlueprintCameraEvaluationDataFunctionLibrary_GetCameraPose"); \ +static_assert(sizeof(BlueprintCameraEvaluationDataFunctionLibrary_GetCameraPose) == 0x0000A0, "Wrong size on BlueprintCameraEvaluationDataFunctionLibrary_GetCameraPose"); \ +static_assert(offsetof(BlueprintCameraEvaluationDataFunctionLibrary_GetCameraPose, CameraData) == 0x000000, "Member 'BlueprintCameraEvaluationDataFunctionLibrary_GetCameraPose::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraEvaluationDataFunctionLibrary_GetCameraPose, ReturnValue) == 0x000018, "Member 'BlueprintCameraEvaluationDataFunctionLibrary_GetCameraPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraEvaluationDataFunctionLibrary_MakeCameraEvaluationData \ +static_assert(alignof(BlueprintCameraEvaluationDataFunctionLibrary_MakeCameraEvaluationData) == 0x000008, "Wrong alignment on BlueprintCameraEvaluationDataFunctionLibrary_MakeCameraEvaluationData"); \ +static_assert(sizeof(BlueprintCameraEvaluationDataFunctionLibrary_MakeCameraEvaluationData) == 0x000018, "Wrong size on BlueprintCameraEvaluationDataFunctionLibrary_MakeCameraEvaluationData"); \ +static_assert(offsetof(BlueprintCameraEvaluationDataFunctionLibrary_MakeCameraEvaluationData, ReturnValue) == 0x000000, "Member 'BlueprintCameraEvaluationDataFunctionLibrary_MakeCameraEvaluationData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraEvaluationDataFunctionLibrary_SetCameraPose \ +static_assert(alignof(BlueprintCameraEvaluationDataFunctionLibrary_SetCameraPose) == 0x000008, "Wrong alignment on BlueprintCameraEvaluationDataFunctionLibrary_SetCameraPose"); \ +static_assert(sizeof(BlueprintCameraEvaluationDataFunctionLibrary_SetCameraPose) == 0x0000A0, "Wrong size on BlueprintCameraEvaluationDataFunctionLibrary_SetCameraPose"); \ +static_assert(offsetof(BlueprintCameraEvaluationDataFunctionLibrary_SetCameraPose, CameraData) == 0x000000, "Member 'BlueprintCameraEvaluationDataFunctionLibrary_SetCameraPose::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraEvaluationDataFunctionLibrary_SetCameraPose, CameraPose) == 0x000018, "Member 'BlueprintCameraEvaluationDataFunctionLibrary_SetCameraPose::CameraPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraEvaluationDataFunctionLibrary_SetDefaultCameraRigParameters \ +static_assert(alignof(BlueprintCameraEvaluationDataFunctionLibrary_SetDefaultCameraRigParameters) == 0x000008, "Wrong alignment on BlueprintCameraEvaluationDataFunctionLibrary_SetDefaultCameraRigParameters"); \ +static_assert(sizeof(BlueprintCameraEvaluationDataFunctionLibrary_SetDefaultCameraRigParameters) == 0x000020, "Wrong size on BlueprintCameraEvaluationDataFunctionLibrary_SetDefaultCameraRigParameters"); \ +static_assert(offsetof(BlueprintCameraEvaluationDataFunctionLibrary_SetDefaultCameraRigParameters, CameraData) == 0x000000, "Member 'BlueprintCameraEvaluationDataFunctionLibrary_SetDefaultCameraRigParameters::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraEvaluationDataFunctionLibrary_SetDefaultCameraRigParameters, CameraRig) == 0x000018, "Member 'BlueprintCameraEvaluationDataFunctionLibrary_SetDefaultCameraRigParameters::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintCameraEvaluationDataFunctionLibrary \ +static_assert(alignof(UBlueprintCameraEvaluationDataFunctionLibrary) == 0x000008, "Wrong alignment on UBlueprintCameraEvaluationDataFunctionLibrary"); \ +static_assert(sizeof(UBlueprintCameraEvaluationDataFunctionLibrary) == 0x000028, "Wrong size on UBlueprintCameraEvaluationDataFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_GetBooleanCameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_GetBooleanCameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_GetBooleanCameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_GetBooleanCameraVariable) == 0x000028, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_GetBooleanCameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetBooleanCameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetBooleanCameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetBooleanCameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetBooleanCameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetBooleanCameraVariable, ReturnValue) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetBooleanCameraVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_GetDoubleCameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_GetDoubleCameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_GetDoubleCameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_GetDoubleCameraVariable) == 0x000028, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_GetDoubleCameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetDoubleCameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetDoubleCameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetDoubleCameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetDoubleCameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetDoubleCameraVariable, ReturnValue) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetDoubleCameraVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_GetFloatCameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_GetFloatCameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_GetFloatCameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_GetFloatCameraVariable) == 0x000028, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_GetFloatCameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetFloatCameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetFloatCameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetFloatCameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetFloatCameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetFloatCameraVariable, ReturnValue) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetFloatCameraVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_GetInteger32CameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_GetInteger32CameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_GetInteger32CameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_GetInteger32CameraVariable) == 0x000028, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_GetInteger32CameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetInteger32CameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetInteger32CameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetInteger32CameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetInteger32CameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetInteger32CameraVariable, ReturnValue) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetInteger32CameraVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_GetRotatorCameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_GetRotatorCameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_GetRotatorCameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_GetRotatorCameraVariable) == 0x000038, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_GetRotatorCameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetRotatorCameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetRotatorCameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetRotatorCameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetRotatorCameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetRotatorCameraVariable, ReturnValue) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetRotatorCameraVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_GetTransformCameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_GetTransformCameraVariable) == 0x000010, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_GetTransformCameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_GetTransformCameraVariable) == 0x000080, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_GetTransformCameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetTransformCameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetTransformCameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetTransformCameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetTransformCameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetTransformCameraVariable, ReturnValue) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetTransformCameraVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_GetVector2CameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_GetVector2CameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_GetVector2CameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_GetVector2CameraVariable) == 0x000030, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_GetVector2CameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetVector2CameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetVector2CameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetVector2CameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetVector2CameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetVector2CameraVariable, ReturnValue) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetVector2CameraVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_GetVector3CameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_GetVector3CameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_GetVector3CameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_GetVector3CameraVariable) == 0x000038, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_GetVector3CameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetVector3CameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetVector3CameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetVector3CameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetVector3CameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetVector3CameraVariable, ReturnValue) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetVector3CameraVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_GetVector4CameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_GetVector4CameraVariable) == 0x000010, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_GetVector4CameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_GetVector4CameraVariable) == 0x000040, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_GetVector4CameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetVector4CameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetVector4CameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetVector4CameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetVector4CameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_GetVector4CameraVariable, ReturnValue) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_GetVector4CameraVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_SetBooleanCameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_SetBooleanCameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_SetBooleanCameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_SetBooleanCameraVariable) == 0x000028, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_SetBooleanCameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetBooleanCameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetBooleanCameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetBooleanCameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetBooleanCameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetBooleanCameraVariable, Value) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetBooleanCameraVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_SetDoubleCameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_SetDoubleCameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_SetDoubleCameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_SetDoubleCameraVariable) == 0x000028, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_SetDoubleCameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetDoubleCameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetDoubleCameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetDoubleCameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetDoubleCameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetDoubleCameraVariable, Value) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetDoubleCameraVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_SetFloatCameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_SetFloatCameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_SetFloatCameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_SetFloatCameraVariable) == 0x000028, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_SetFloatCameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetFloatCameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetFloatCameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetFloatCameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetFloatCameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetFloatCameraVariable, Value) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetFloatCameraVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_SetInteger32CameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_SetInteger32CameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_SetInteger32CameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_SetInteger32CameraVariable) == 0x000028, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_SetInteger32CameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetInteger32CameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetInteger32CameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetInteger32CameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetInteger32CameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetInteger32CameraVariable, Value) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetInteger32CameraVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_SetRotatorCameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_SetRotatorCameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_SetRotatorCameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_SetRotatorCameraVariable) == 0x000038, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_SetRotatorCameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetRotatorCameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetRotatorCameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetRotatorCameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetRotatorCameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetRotatorCameraVariable, Value) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetRotatorCameraVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_SetTransformCameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_SetTransformCameraVariable) == 0x000010, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_SetTransformCameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_SetTransformCameraVariable) == 0x000080, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_SetTransformCameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetTransformCameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetTransformCameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetTransformCameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetTransformCameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetTransformCameraVariable, Value) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetTransformCameraVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_SetVector2CameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_SetVector2CameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_SetVector2CameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_SetVector2CameraVariable) == 0x000030, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_SetVector2CameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetVector2CameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetVector2CameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetVector2CameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetVector2CameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetVector2CameraVariable, Value) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetVector2CameraVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_SetVector3CameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_SetVector3CameraVariable) == 0x000008, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_SetVector3CameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_SetVector3CameraVariable) == 0x000038, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_SetVector3CameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetVector3CameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetVector3CameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetVector3CameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetVector3CameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetVector3CameraVariable, Value) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetVector3CameraVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraVariableTableFunctionLibrary_SetVector4CameraVariable \ +static_assert(alignof(BlueprintCameraVariableTableFunctionLibrary_SetVector4CameraVariable) == 0x000010, "Wrong alignment on BlueprintCameraVariableTableFunctionLibrary_SetVector4CameraVariable"); \ +static_assert(sizeof(BlueprintCameraVariableTableFunctionLibrary_SetVector4CameraVariable) == 0x000040, "Wrong size on BlueprintCameraVariableTableFunctionLibrary_SetVector4CameraVariable"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetVector4CameraVariable, CameraData) == 0x000000, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetVector4CameraVariable::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetVector4CameraVariable, Variable) == 0x000018, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetVector4CameraVariable::Variable' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraVariableTableFunctionLibrary_SetVector4CameraVariable, Value) == 0x000020, "Member 'BlueprintCameraVariableTableFunctionLibrary_SetVector4CameraVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintCameraVariableTableFunctionLibrary \ +static_assert(alignof(UBlueprintCameraVariableTableFunctionLibrary) == 0x000008, "Wrong alignment on UBlueprintCameraVariableTableFunctionLibrary"); \ +static_assert(sizeof(UBlueprintCameraVariableTableFunctionLibrary) == 0x000028, "Wrong size on UBlueprintCameraVariableTableFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraContextDataTableFunctionLibrary_GetClassData \ +static_assert(alignof(BlueprintCameraContextDataTableFunctionLibrary_GetClassData) == 0x000008, "Wrong alignment on BlueprintCameraContextDataTableFunctionLibrary_GetClassData"); \ +static_assert(sizeof(BlueprintCameraContextDataTableFunctionLibrary_GetClassData) == 0x000028, "Wrong size on BlueprintCameraContextDataTableFunctionLibrary_GetClassData"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetClassData, CameraData) == 0x000000, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetClassData::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetClassData, DataID) == 0x000018, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetClassData::DataID' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetClassData, ReturnValue) == 0x000020, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetClassData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraContextDataTableFunctionLibrary_GetEnumData \ +static_assert(alignof(BlueprintCameraContextDataTableFunctionLibrary_GetEnumData) == 0x000008, "Wrong alignment on BlueprintCameraContextDataTableFunctionLibrary_GetEnumData"); \ +static_assert(sizeof(BlueprintCameraContextDataTableFunctionLibrary_GetEnumData) == 0x000030, "Wrong size on BlueprintCameraContextDataTableFunctionLibrary_GetEnumData"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetEnumData, CameraData) == 0x000000, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetEnumData::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetEnumData, DataID) == 0x000018, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetEnumData::DataID' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetEnumData, EnumType) == 0x000020, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetEnumData::EnumType' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetEnumData, ReturnValue) == 0x000028, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetEnumData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraContextDataTableFunctionLibrary_GetNameData \ +static_assert(alignof(BlueprintCameraContextDataTableFunctionLibrary_GetNameData) == 0x000008, "Wrong alignment on BlueprintCameraContextDataTableFunctionLibrary_GetNameData"); \ +static_assert(sizeof(BlueprintCameraContextDataTableFunctionLibrary_GetNameData) == 0x000028, "Wrong size on BlueprintCameraContextDataTableFunctionLibrary_GetNameData"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetNameData, CameraData) == 0x000000, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetNameData::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetNameData, DataID) == 0x000018, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetNameData::DataID' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetNameData, ReturnValue) == 0x00001C, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetNameData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraContextDataTableFunctionLibrary_GetObjectData \ +static_assert(alignof(BlueprintCameraContextDataTableFunctionLibrary_GetObjectData) == 0x000008, "Wrong alignment on BlueprintCameraContextDataTableFunctionLibrary_GetObjectData"); \ +static_assert(sizeof(BlueprintCameraContextDataTableFunctionLibrary_GetObjectData) == 0x000028, "Wrong size on BlueprintCameraContextDataTableFunctionLibrary_GetObjectData"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetObjectData, CameraData) == 0x000000, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetObjectData::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetObjectData, DataID) == 0x000018, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetObjectData::DataID' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetObjectData, ReturnValue) == 0x000020, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetObjectData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraContextDataTableFunctionLibrary_GetStringData \ +static_assert(alignof(BlueprintCameraContextDataTableFunctionLibrary_GetStringData) == 0x000008, "Wrong alignment on BlueprintCameraContextDataTableFunctionLibrary_GetStringData"); \ +static_assert(sizeof(BlueprintCameraContextDataTableFunctionLibrary_GetStringData) == 0x000030, "Wrong size on BlueprintCameraContextDataTableFunctionLibrary_GetStringData"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetStringData, CameraData) == 0x000000, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetStringData::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetStringData, DataID) == 0x000018, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetStringData::DataID' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetStringData, ReturnValue) == 0x000020, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetStringData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraContextDataTableFunctionLibrary_GetStructData \ +static_assert(alignof(BlueprintCameraContextDataTableFunctionLibrary_GetStructData) == 0x000008, "Wrong alignment on BlueprintCameraContextDataTableFunctionLibrary_GetStructData"); \ +static_assert(sizeof(BlueprintCameraContextDataTableFunctionLibrary_GetStructData) == 0x000038, "Wrong size on BlueprintCameraContextDataTableFunctionLibrary_GetStructData"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetStructData, CameraData) == 0x000000, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetStructData::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetStructData, DataID) == 0x000018, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetStructData::DataID' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetStructData, DataStructType) == 0x000020, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetStructData::DataStructType' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_GetStructData, ReturnValue) == 0x000028, "Member 'BlueprintCameraContextDataTableFunctionLibrary_GetStructData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraContextDataTableFunctionLibrary_SetClassData \ +static_assert(alignof(BlueprintCameraContextDataTableFunctionLibrary_SetClassData) == 0x000008, "Wrong alignment on BlueprintCameraContextDataTableFunctionLibrary_SetClassData"); \ +static_assert(sizeof(BlueprintCameraContextDataTableFunctionLibrary_SetClassData) == 0x000030, "Wrong size on BlueprintCameraContextDataTableFunctionLibrary_SetClassData"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetClassData, CameraData) == 0x000000, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetClassData::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetClassData, DataID) == 0x000018, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetClassData::DataID' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetClassData, Data) == 0x000020, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetClassData::Data' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetClassData, ReturnValue) == 0x000028, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetClassData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraContextDataTableFunctionLibrary_SetEnumData \ +static_assert(alignof(BlueprintCameraContextDataTableFunctionLibrary_SetEnumData) == 0x000008, "Wrong alignment on BlueprintCameraContextDataTableFunctionLibrary_SetEnumData"); \ +static_assert(sizeof(BlueprintCameraContextDataTableFunctionLibrary_SetEnumData) == 0x000030, "Wrong size on BlueprintCameraContextDataTableFunctionLibrary_SetEnumData"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetEnumData, CameraData) == 0x000000, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetEnumData::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetEnumData, DataID) == 0x000018, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetEnumData::DataID' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetEnumData, EnumType) == 0x000020, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetEnumData::EnumType' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetEnumData, Data) == 0x000028, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetEnumData::Data' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetEnumData, ReturnValue) == 0x000029, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetEnumData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraContextDataTableFunctionLibrary_SetNameData \ +static_assert(alignof(BlueprintCameraContextDataTableFunctionLibrary_SetNameData) == 0x000008, "Wrong alignment on BlueprintCameraContextDataTableFunctionLibrary_SetNameData"); \ +static_assert(sizeof(BlueprintCameraContextDataTableFunctionLibrary_SetNameData) == 0x000028, "Wrong size on BlueprintCameraContextDataTableFunctionLibrary_SetNameData"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetNameData, CameraData) == 0x000000, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetNameData::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetNameData, DataID) == 0x000018, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetNameData::DataID' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetNameData, Data) == 0x00001C, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetNameData::Data' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetNameData, ReturnValue) == 0x000024, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetNameData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraContextDataTableFunctionLibrary_SetObjectData \ +static_assert(alignof(BlueprintCameraContextDataTableFunctionLibrary_SetObjectData) == 0x000008, "Wrong alignment on BlueprintCameraContextDataTableFunctionLibrary_SetObjectData"); \ +static_assert(sizeof(BlueprintCameraContextDataTableFunctionLibrary_SetObjectData) == 0x000030, "Wrong size on BlueprintCameraContextDataTableFunctionLibrary_SetObjectData"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetObjectData, CameraData) == 0x000000, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetObjectData::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetObjectData, DataID) == 0x000018, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetObjectData::DataID' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetObjectData, Data) == 0x000020, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetObjectData::Data' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetObjectData, ReturnValue) == 0x000028, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetObjectData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraContextDataTableFunctionLibrary_SetStringData \ +static_assert(alignof(BlueprintCameraContextDataTableFunctionLibrary_SetStringData) == 0x000008, "Wrong alignment on BlueprintCameraContextDataTableFunctionLibrary_SetStringData"); \ +static_assert(sizeof(BlueprintCameraContextDataTableFunctionLibrary_SetStringData) == 0x000038, "Wrong size on BlueprintCameraContextDataTableFunctionLibrary_SetStringData"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetStringData, CameraData) == 0x000000, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetStringData::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetStringData, DataID) == 0x000018, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetStringData::DataID' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetStringData, Data) == 0x000020, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetStringData::Data' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetStringData, ReturnValue) == 0x000030, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetStringData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraContextDataTableFunctionLibrary_SetStructData \ +static_assert(alignof(BlueprintCameraContextDataTableFunctionLibrary_SetStructData) == 0x000008, "Wrong alignment on BlueprintCameraContextDataTableFunctionLibrary_SetStructData"); \ +static_assert(sizeof(BlueprintCameraContextDataTableFunctionLibrary_SetStructData) == 0x000038, "Wrong size on BlueprintCameraContextDataTableFunctionLibrary_SetStructData"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetStructData, CameraData) == 0x000000, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetStructData::CameraData' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetStructData, DataID) == 0x000018, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetStructData::DataID' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetStructData, Data) == 0x000020, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetStructData::Data' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraContextDataTableFunctionLibrary_SetStructData, ReturnValue) == 0x000030, "Member 'BlueprintCameraContextDataTableFunctionLibrary_SetStructData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintCameraContextDataTableFunctionLibrary \ +static_assert(alignof(UBlueprintCameraContextDataTableFunctionLibrary) == 0x000008, "Wrong alignment on UBlueprintCameraContextDataTableFunctionLibrary"); \ +static_assert(sizeof(UBlueprintCameraContextDataTableFunctionLibrary) == 0x000028, "Wrong size on UBlueprintCameraContextDataTableFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_GetAimDir \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_GetAimDir) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_GetAimDir"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_GetAimDir) == 0x0000A0, "Wrong size on BlueprintCameraPoseFunctionLibrary_GetAimDir"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetAimDir, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_GetAimDir::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetAimDir, ReturnValue) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_GetAimDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_GetAimRay \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_GetAimRay) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_GetAimRay"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_GetAimRay) == 0x0000B8, "Wrong size on BlueprintCameraPoseFunctionLibrary_GetAimRay"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetAimRay, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_GetAimRay::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetAimRay, ReturnValue) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_GetAimRay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_GetEffectiveFieldOfView \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_GetEffectiveFieldOfView) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_GetEffectiveFieldOfView"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_GetEffectiveFieldOfView) == 0x000090, "Wrong size on BlueprintCameraPoseFunctionLibrary_GetEffectiveFieldOfView"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetEffectiveFieldOfView, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_GetEffectiveFieldOfView::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetEffectiveFieldOfView, ReturnValue) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_GetEffectiveFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_GetFieldOfView \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_GetFieldOfView) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_GetFieldOfView"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_GetFieldOfView) == 0x000090, "Wrong size on BlueprintCameraPoseFunctionLibrary_GetFieldOfView"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetFieldOfView, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_GetFieldOfView::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetFieldOfView, ReturnValue) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_GetFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_GetFocalLength \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_GetFocalLength) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_GetFocalLength"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_GetFocalLength) == 0x000090, "Wrong size on BlueprintCameraPoseFunctionLibrary_GetFocalLength"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetFocalLength, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_GetFocalLength::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetFocalLength, ReturnValue) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_GetFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_GetLocation \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_GetLocation) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_GetLocation"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_GetLocation) == 0x0000A0, "Wrong size on BlueprintCameraPoseFunctionLibrary_GetLocation"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetLocation, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_GetLocation::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetLocation, ReturnValue) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_GetLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_GetRotation \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_GetRotation) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_GetRotation"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_GetRotation) == 0x0000A0, "Wrong size on BlueprintCameraPoseFunctionLibrary_GetRotation"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetRotation, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_GetRotation::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetRotation, ReturnValue) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_GetRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_GetSensorAspectRatio \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_GetSensorAspectRatio) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_GetSensorAspectRatio"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_GetSensorAspectRatio) == 0x000090, "Wrong size on BlueprintCameraPoseFunctionLibrary_GetSensorAspectRatio"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetSensorAspectRatio, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_GetSensorAspectRatio::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetSensorAspectRatio, ReturnValue) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_GetSensorAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_GetTarget \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_GetTarget) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_GetTarget"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_GetTarget) == 0x0000A0, "Wrong size on BlueprintCameraPoseFunctionLibrary_GetTarget"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetTarget, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_GetTarget::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetTarget, ReturnValue) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_GetTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_GetTargetAtDistance \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_GetTargetAtDistance) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_GetTargetAtDistance"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_GetTargetAtDistance) == 0x0000A8, "Wrong size on BlueprintCameraPoseFunctionLibrary_GetTargetAtDistance"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetTargetAtDistance, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_GetTargetAtDistance::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetTargetAtDistance, TargetDistance) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_GetTargetAtDistance::TargetDistance' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetTargetAtDistance, ReturnValue) == 0x000090, "Member 'BlueprintCameraPoseFunctionLibrary_GetTargetAtDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_GetTargetDistance \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_GetTargetDistance) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_GetTargetDistance"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_GetTargetDistance) == 0x000090, "Wrong size on BlueprintCameraPoseFunctionLibrary_GetTargetDistance"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetTargetDistance, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_GetTargetDistance::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetTargetDistance, ReturnValue) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_GetTargetDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_GetTransform \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_GetTransform) == 0x000010, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_GetTransform"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_GetTransform) == 0x0000F0, "Wrong size on BlueprintCameraPoseFunctionLibrary_GetTransform"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetTransform, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_GetTransform::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_GetTransform, ReturnValue) == 0x000090, "Member 'BlueprintCameraPoseFunctionLibrary_GetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCameraComponent \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCameraComponent) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCameraComponent"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCameraComponent) == 0x000090, "Wrong size on BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCameraComponent"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCameraComponent, CameraComponent) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCameraComponent::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCameraComponent, ReturnValue) == 0x000008, "Member 'BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCineCameraComponent \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCineCameraComponent) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCineCameraComponent"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCineCameraComponent) == 0x000090, "Wrong size on BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCineCameraComponent"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCineCameraComponent, CameraComponent) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCineCameraComponent::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCineCameraComponent, ReturnValue) == 0x000008, "Member 'BlueprintCameraPoseFunctionLibrary_MakeCameraPoseFromCineCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_SetFieldOfView \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_SetFieldOfView) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_SetFieldOfView"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_SetFieldOfView) == 0x000118, "Wrong size on BlueprintCameraPoseFunctionLibrary_SetFieldOfView"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetFieldOfView, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_SetFieldOfView::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetFieldOfView, FieldOfView) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_SetFieldOfView::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetFieldOfView, ReturnValue) == 0x000090, "Member 'BlueprintCameraPoseFunctionLibrary_SetFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_SetFocalLength \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_SetFocalLength) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_SetFocalLength"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_SetFocalLength) == 0x000118, "Wrong size on BlueprintCameraPoseFunctionLibrary_SetFocalLength"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetFocalLength, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_SetFocalLength::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetFocalLength, FocalLength) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_SetFocalLength::FocalLength' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetFocalLength, ReturnValue) == 0x000090, "Member 'BlueprintCameraPoseFunctionLibrary_SetFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_SetLocation \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_SetLocation) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_SetLocation"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_SetLocation) == 0x000128, "Wrong size on BlueprintCameraPoseFunctionLibrary_SetLocation"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetLocation, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_SetLocation::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetLocation, Location) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_SetLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetLocation, ReturnValue) == 0x0000A0, "Member 'BlueprintCameraPoseFunctionLibrary_SetLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_SetRotation \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_SetRotation) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_SetRotation"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_SetRotation) == 0x000128, "Wrong size on BlueprintCameraPoseFunctionLibrary_SetRotation"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetRotation, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_SetRotation::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetRotation, Rotation) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_SetRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetRotation, ReturnValue) == 0x0000A0, "Member 'BlueprintCameraPoseFunctionLibrary_SetRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_SetTargetDistance \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_SetTargetDistance) == 0x000008, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_SetTargetDistance"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_SetTargetDistance) == 0x000118, "Wrong size on BlueprintCameraPoseFunctionLibrary_SetTargetDistance"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetTargetDistance, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_SetTargetDistance::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetTargetDistance, TargetDistance) == 0x000088, "Member 'BlueprintCameraPoseFunctionLibrary_SetTargetDistance::TargetDistance' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetTargetDistance, ReturnValue) == 0x000090, "Member 'BlueprintCameraPoseFunctionLibrary_SetTargetDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraPoseFunctionLibrary_SetTransform \ +static_assert(alignof(BlueprintCameraPoseFunctionLibrary_SetTransform) == 0x000010, "Wrong alignment on BlueprintCameraPoseFunctionLibrary_SetTransform"); \ +static_assert(sizeof(BlueprintCameraPoseFunctionLibrary_SetTransform) == 0x000180, "Wrong size on BlueprintCameraPoseFunctionLibrary_SetTransform"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetTransform, CameraPose) == 0x000000, "Member 'BlueprintCameraPoseFunctionLibrary_SetTransform::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetTransform, Transform) == 0x000090, "Member 'BlueprintCameraPoseFunctionLibrary_SetTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraPoseFunctionLibrary_SetTransform, ReturnValue) == 0x0000F0, "Member 'BlueprintCameraPoseFunctionLibrary_SetTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintCameraPoseFunctionLibrary \ +static_assert(alignof(UBlueprintCameraPoseFunctionLibrary) == 0x000008, "Wrong alignment on UBlueprintCameraPoseFunctionLibrary"); \ +static_assert(sizeof(UBlueprintCameraPoseFunctionLibrary) == 0x000028, "Wrong size on UBlueprintCameraPoseFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_CameraRigParameterInterop_GetCameraParameter \ +static_assert(alignof(CameraRigParameterInterop_GetCameraParameter) == 0x000008, "Wrong alignment on CameraRigParameterInterop_GetCameraParameter"); \ +static_assert(sizeof(CameraRigParameterInterop_GetCameraParameter) == 0x000030, "Wrong size on CameraRigParameterInterop_GetCameraParameter"); \ +static_assert(offsetof(CameraRigParameterInterop_GetCameraParameter, CameraData) == 0x000000, "Member 'CameraRigParameterInterop_GetCameraParameter::CameraData' has a wrong offset!"); \ +static_assert(offsetof(CameraRigParameterInterop_GetCameraParameter, CameraRig) == 0x000018, "Member 'CameraRigParameterInterop_GetCameraParameter::CameraRig' has a wrong offset!"); \ +static_assert(offsetof(CameraRigParameterInterop_GetCameraParameter, ParameterName) == 0x000020, "Member 'CameraRigParameterInterop_GetCameraParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(CameraRigParameterInterop_GetCameraParameter, ReturnValue) == 0x000028, "Member 'CameraRigParameterInterop_GetCameraParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraRigParameterInterop_SetCameraParameter \ +static_assert(alignof(CameraRigParameterInterop_SetCameraParameter) == 0x000008, "Wrong alignment on CameraRigParameterInterop_SetCameraParameter"); \ +static_assert(sizeof(CameraRigParameterInterop_SetCameraParameter) == 0x000030, "Wrong size on CameraRigParameterInterop_SetCameraParameter"); \ +static_assert(offsetof(CameraRigParameterInterop_SetCameraParameter, CameraData) == 0x000000, "Member 'CameraRigParameterInterop_SetCameraParameter::CameraData' has a wrong offset!"); \ +static_assert(offsetof(CameraRigParameterInterop_SetCameraParameter, CameraRig) == 0x000018, "Member 'CameraRigParameterInterop_SetCameraParameter::CameraRig' has a wrong offset!"); \ +static_assert(offsetof(CameraRigParameterInterop_SetCameraParameter, ParameterName) == 0x000020, "Member 'CameraRigParameterInterop_SetCameraParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(CameraRigParameterInterop_SetCameraParameter, NewValue) == 0x000028, "Member 'CameraRigParameterInterop_SetCameraParameter::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraRigParameterInterop \ +static_assert(alignof(UCameraRigParameterInterop) == 0x000008, "Wrong alignment on UCameraRigParameterInterop"); \ +static_assert(sizeof(UCameraRigParameterInterop) == 0x000028, "Wrong size on UCameraRigParameterInterop"); \ + +#define DUMPER7_ASSERTS_CameraRigParameterInteropLibrary_MakeLiteralLinearColor \ +static_assert(alignof(CameraRigParameterInteropLibrary_MakeLiteralLinearColor) == 0x000004, "Wrong alignment on CameraRigParameterInteropLibrary_MakeLiteralLinearColor"); \ +static_assert(sizeof(CameraRigParameterInteropLibrary_MakeLiteralLinearColor) == 0x000020, "Wrong size on CameraRigParameterInteropLibrary_MakeLiteralLinearColor"); \ +static_assert(offsetof(CameraRigParameterInteropLibrary_MakeLiteralLinearColor, Value) == 0x000000, "Member 'CameraRigParameterInteropLibrary_MakeLiteralLinearColor::Value' has a wrong offset!"); \ +static_assert(offsetof(CameraRigParameterInteropLibrary_MakeLiteralLinearColor, ReturnValue) == 0x000010, "Member 'CameraRigParameterInteropLibrary_MakeLiteralLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraRigParameterInteropLibrary_MakeLiteralRotator \ +static_assert(alignof(CameraRigParameterInteropLibrary_MakeLiteralRotator) == 0x000008, "Wrong alignment on CameraRigParameterInteropLibrary_MakeLiteralRotator"); \ +static_assert(sizeof(CameraRigParameterInteropLibrary_MakeLiteralRotator) == 0x000030, "Wrong size on CameraRigParameterInteropLibrary_MakeLiteralRotator"); \ +static_assert(offsetof(CameraRigParameterInteropLibrary_MakeLiteralRotator, Value) == 0x000000, "Member 'CameraRigParameterInteropLibrary_MakeLiteralRotator::Value' has a wrong offset!"); \ +static_assert(offsetof(CameraRigParameterInteropLibrary_MakeLiteralRotator, ReturnValue) == 0x000018, "Member 'CameraRigParameterInteropLibrary_MakeLiteralRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraRigParameterInteropLibrary_MakeLiteralVector \ +static_assert(alignof(CameraRigParameterInteropLibrary_MakeLiteralVector) == 0x000008, "Wrong alignment on CameraRigParameterInteropLibrary_MakeLiteralVector"); \ +static_assert(sizeof(CameraRigParameterInteropLibrary_MakeLiteralVector) == 0x000030, "Wrong size on CameraRigParameterInteropLibrary_MakeLiteralVector"); \ +static_assert(offsetof(CameraRigParameterInteropLibrary_MakeLiteralVector, Value) == 0x000000, "Member 'CameraRigParameterInteropLibrary_MakeLiteralVector::Value' has a wrong offset!"); \ +static_assert(offsetof(CameraRigParameterInteropLibrary_MakeLiteralVector, ReturnValue) == 0x000018, "Member 'CameraRigParameterInteropLibrary_MakeLiteralVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraRigParameterInteropLibrary_MakeLiteralVector2D \ +static_assert(alignof(CameraRigParameterInteropLibrary_MakeLiteralVector2D) == 0x000008, "Wrong alignment on CameraRigParameterInteropLibrary_MakeLiteralVector2D"); \ +static_assert(sizeof(CameraRigParameterInteropLibrary_MakeLiteralVector2D) == 0x000020, "Wrong size on CameraRigParameterInteropLibrary_MakeLiteralVector2D"); \ +static_assert(offsetof(CameraRigParameterInteropLibrary_MakeLiteralVector2D, Value) == 0x000000, "Member 'CameraRigParameterInteropLibrary_MakeLiteralVector2D::Value' has a wrong offset!"); \ +static_assert(offsetof(CameraRigParameterInteropLibrary_MakeLiteralVector2D, ReturnValue) == 0x000010, "Member 'CameraRigParameterInteropLibrary_MakeLiteralVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraRigParameterInteropLibrary_MakeLiteralVector3f \ +static_assert(alignof(CameraRigParameterInteropLibrary_MakeLiteralVector3f) == 0x000004, "Wrong alignment on CameraRigParameterInteropLibrary_MakeLiteralVector3f"); \ +static_assert(sizeof(CameraRigParameterInteropLibrary_MakeLiteralVector3f) == 0x000018, "Wrong size on CameraRigParameterInteropLibrary_MakeLiteralVector3f"); \ +static_assert(offsetof(CameraRigParameterInteropLibrary_MakeLiteralVector3f, Value) == 0x000000, "Member 'CameraRigParameterInteropLibrary_MakeLiteralVector3f::Value' has a wrong offset!"); \ +static_assert(offsetof(CameraRigParameterInteropLibrary_MakeLiteralVector3f, ReturnValue) == 0x00000C, "Member 'CameraRigParameterInteropLibrary_MakeLiteralVector3f::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraRigParameterInteropLibrary \ +static_assert(alignof(UCameraRigParameterInteropLibrary) == 0x000008, "Wrong alignment on UCameraRigParameterInteropLibrary"); \ +static_assert(sizeof(UCameraRigParameterInteropLibrary) == 0x000028, "Wrong size on UCameraRigParameterInteropLibrary"); \ + +#define DUMPER7_ASSERTS_UControllerGameplayCameraEvaluationComponent \ +static_assert(alignof(UControllerGameplayCameraEvaluationComponent) == 0x000008, "Wrong alignment on UControllerGameplayCameraEvaluationComponent"); \ +static_assert(sizeof(UControllerGameplayCameraEvaluationComponent) == 0x0000F0, "Wrong size on UControllerGameplayCameraEvaluationComponent"); \ +static_assert(offsetof(UControllerGameplayCameraEvaluationComponent, CameraSystemHost) == 0x0000E0, "Member 'UControllerGameplayCameraEvaluationComponent::CameraSystemHost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCameraActorBase \ +static_assert(alignof(AGameplayCameraActorBase) == 0x000008, "Wrong alignment on AGameplayCameraActorBase"); \ +static_assert(sizeof(AGameplayCameraActorBase) == 0x0002B0, "Wrong size on AGameplayCameraActorBase"); \ + +#define DUMPER7_ASSERTS_GameplayCameraActor_GetCameraComponent \ +static_assert(alignof(GameplayCameraActor_GetCameraComponent) == 0x000008, "Wrong alignment on GameplayCameraActor_GetCameraComponent"); \ +static_assert(sizeof(GameplayCameraActor_GetCameraComponent) == 0x000008, "Wrong size on GameplayCameraActor_GetCameraComponent"); \ +static_assert(offsetof(GameplayCameraActor_GetCameraComponent, ReturnValue) == 0x000000, "Member 'GameplayCameraActor_GetCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCameraActor \ +static_assert(alignof(AGameplayCameraActor) == 0x000008, "Wrong alignment on AGameplayCameraActor"); \ +static_assert(sizeof(AGameplayCameraActor) == 0x0002B8, "Wrong size on AGameplayCameraActor"); \ +static_assert(offsetof(AGameplayCameraActor, CameraComponent) == 0x0002B0, "Member 'AGameplayCameraActor::CameraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraComponentBase_ActivateCameraForPlayerController \ +static_assert(alignof(GameplayCameraComponentBase_ActivateCameraForPlayerController) == 0x000008, "Wrong alignment on GameplayCameraComponentBase_ActivateCameraForPlayerController"); \ +static_assert(sizeof(GameplayCameraComponentBase_ActivateCameraForPlayerController) == 0x000010, "Wrong size on GameplayCameraComponentBase_ActivateCameraForPlayerController"); \ +static_assert(offsetof(GameplayCameraComponentBase_ActivateCameraForPlayerController, PlayerController) == 0x000000, "Member 'GameplayCameraComponentBase_ActivateCameraForPlayerController::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraComponentBase_ActivateCameraForPlayerController, bSetAsViewTarget) == 0x000008, "Member 'GameplayCameraComponentBase_ActivateCameraForPlayerController::bSetAsViewTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraComponentBase_ActivateCameraForPlayerController, ActivationMode) == 0x000009, "Member 'GameplayCameraComponentBase_ActivateCameraForPlayerController::ActivationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraComponentBase_ActivateCameraForPlayerIndex \ +static_assert(alignof(GameplayCameraComponentBase_ActivateCameraForPlayerIndex) == 0x000004, "Wrong alignment on GameplayCameraComponentBase_ActivateCameraForPlayerIndex"); \ +static_assert(sizeof(GameplayCameraComponentBase_ActivateCameraForPlayerIndex) == 0x000008, "Wrong size on GameplayCameraComponentBase_ActivateCameraForPlayerIndex"); \ +static_assert(offsetof(GameplayCameraComponentBase_ActivateCameraForPlayerIndex, PlayerIndex) == 0x000000, "Member 'GameplayCameraComponentBase_ActivateCameraForPlayerIndex::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraComponentBase_ActivateCameraForPlayerIndex, bSetAsViewTarget) == 0x000004, "Member 'GameplayCameraComponentBase_ActivateCameraForPlayerIndex::bSetAsViewTarget' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraComponentBase_ActivateCameraForPlayerIndex, ActivationMode) == 0x000005, "Member 'GameplayCameraComponentBase_ActivateCameraForPlayerIndex::ActivationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraComponentBase_ActivatePersistentBaseCameraRig \ +static_assert(alignof(GameplayCameraComponentBase_ActivatePersistentBaseCameraRig) == 0x000008, "Wrong alignment on GameplayCameraComponentBase_ActivatePersistentBaseCameraRig"); \ +static_assert(sizeof(GameplayCameraComponentBase_ActivatePersistentBaseCameraRig) == 0x000008, "Wrong size on GameplayCameraComponentBase_ActivatePersistentBaseCameraRig"); \ +static_assert(offsetof(GameplayCameraComponentBase_ActivatePersistentBaseCameraRig, CameraRig) == 0x000000, "Member 'GameplayCameraComponentBase_ActivatePersistentBaseCameraRig::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraComponentBase_ActivatePersistentGlobalCameraRig \ +static_assert(alignof(GameplayCameraComponentBase_ActivatePersistentGlobalCameraRig) == 0x000008, "Wrong alignment on GameplayCameraComponentBase_ActivatePersistentGlobalCameraRig"); \ +static_assert(sizeof(GameplayCameraComponentBase_ActivatePersistentGlobalCameraRig) == 0x000008, "Wrong size on GameplayCameraComponentBase_ActivatePersistentGlobalCameraRig"); \ +static_assert(offsetof(GameplayCameraComponentBase_ActivatePersistentGlobalCameraRig, CameraRig) == 0x000000, "Member 'GameplayCameraComponentBase_ActivatePersistentGlobalCameraRig::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraComponentBase_ActivatePersistentVisualCameraRig \ +static_assert(alignof(GameplayCameraComponentBase_ActivatePersistentVisualCameraRig) == 0x000008, "Wrong alignment on GameplayCameraComponentBase_ActivatePersistentVisualCameraRig"); \ +static_assert(sizeof(GameplayCameraComponentBase_ActivatePersistentVisualCameraRig) == 0x000008, "Wrong size on GameplayCameraComponentBase_ActivatePersistentVisualCameraRig"); \ +static_assert(offsetof(GameplayCameraComponentBase_ActivatePersistentVisualCameraRig, CameraRig) == 0x000000, "Member 'GameplayCameraComponentBase_ActivatePersistentVisualCameraRig::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraComponentBase_DeactivateCamera \ +static_assert(alignof(GameplayCameraComponentBase_DeactivateCamera) == 0x000001, "Wrong alignment on GameplayCameraComponentBase_DeactivateCamera"); \ +static_assert(sizeof(GameplayCameraComponentBase_DeactivateCamera) == 0x000001, "Wrong size on GameplayCameraComponentBase_DeactivateCamera"); \ +static_assert(offsetof(GameplayCameraComponentBase_DeactivateCamera, bImmediately) == 0x000000, "Member 'GameplayCameraComponentBase_DeactivateCamera::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraComponentBase_GetConditionalResult \ +static_assert(alignof(GameplayCameraComponentBase_GetConditionalResult) == 0x000008, "Wrong alignment on GameplayCameraComponentBase_GetConditionalResult"); \ +static_assert(sizeof(GameplayCameraComponentBase_GetConditionalResult) == 0x000020, "Wrong size on GameplayCameraComponentBase_GetConditionalResult"); \ +static_assert(offsetof(GameplayCameraComponentBase_GetConditionalResult, Condition) == 0x000000, "Member 'GameplayCameraComponentBase_GetConditionalResult::Condition' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraComponentBase_GetConditionalResult, ReturnValue) == 0x000008, "Member 'GameplayCameraComponentBase_GetConditionalResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraComponentBase_GetEvaluatedCameraRotation \ +static_assert(alignof(GameplayCameraComponentBase_GetEvaluatedCameraRotation) == 0x000008, "Wrong alignment on GameplayCameraComponentBase_GetEvaluatedCameraRotation"); \ +static_assert(sizeof(GameplayCameraComponentBase_GetEvaluatedCameraRotation) == 0x000018, "Wrong size on GameplayCameraComponentBase_GetEvaluatedCameraRotation"); \ +static_assert(offsetof(GameplayCameraComponentBase_GetEvaluatedCameraRotation, ReturnValue) == 0x000000, "Member 'GameplayCameraComponentBase_GetEvaluatedCameraRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraComponentBase_GetInitialResult \ +static_assert(alignof(GameplayCameraComponentBase_GetInitialResult) == 0x000008, "Wrong alignment on GameplayCameraComponentBase_GetInitialResult"); \ +static_assert(sizeof(GameplayCameraComponentBase_GetInitialResult) == 0x000018, "Wrong size on GameplayCameraComponentBase_GetInitialResult"); \ +static_assert(offsetof(GameplayCameraComponentBase_GetInitialResult, ReturnValue) == 0x000000, "Member 'GameplayCameraComponentBase_GetInitialResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraComponentBase_GetOutputCameraComponent \ +static_assert(alignof(GameplayCameraComponentBase_GetOutputCameraComponent) == 0x000008, "Wrong alignment on GameplayCameraComponentBase_GetOutputCameraComponent"); \ +static_assert(sizeof(GameplayCameraComponentBase_GetOutputCameraComponent) == 0x000008, "Wrong size on GameplayCameraComponentBase_GetOutputCameraComponent"); \ +static_assert(offsetof(GameplayCameraComponentBase_GetOutputCameraComponent, ReturnValue) == 0x000000, "Member 'GameplayCameraComponentBase_GetOutputCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCameraComponentBase \ +static_assert(alignof(UGameplayCameraComponentBase) == 0x000010, "Wrong alignment on UGameplayCameraComponentBase"); \ +static_assert(sizeof(UGameplayCameraComponentBase) == 0x0002A0, "Wrong size on UGameplayCameraComponentBase"); \ +static_assert(offsetof(UGameplayCameraComponentBase, AutoActivateForPlayer) == 0x000268, "Member 'UGameplayCameraComponentBase::AutoActivateForPlayer' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCameraComponentBase, bSetControlRotationWhenViewTarget) == 0x000269, "Member 'UGameplayCameraComponentBase::bSetControlRotationWhenViewTarget' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCameraComponentBase, OutputCameraComponent) == 0x000270, "Member 'UGameplayCameraComponentBase::OutputCameraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCameraComponent \ +static_assert(alignof(UGameplayCameraComponent) == 0x000010, "Wrong alignment on UGameplayCameraComponent"); \ +static_assert(sizeof(UGameplayCameraComponent) == 0x0002F0, "Wrong size on UGameplayCameraComponent"); \ +static_assert(offsetof(UGameplayCameraComponent, CameraReference) == 0x0002A0, "Member 'UGameplayCameraComponent::CameraReference' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCameraComponent, CachedParameterOverrides) == 0x0002D8, "Member 'UGameplayCameraComponent::CachedParameterOverrides' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCameraComponent, Camera) == 0x0002E8, "Member 'UGameplayCameraComponent::Camera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraParameterSetterComponent_OnActorBeginOverlap \ +static_assert(alignof(GameplayCameraParameterSetterComponent_OnActorBeginOverlap) == 0x000008, "Wrong alignment on GameplayCameraParameterSetterComponent_OnActorBeginOverlap"); \ +static_assert(sizeof(GameplayCameraParameterSetterComponent_OnActorBeginOverlap) == 0x000010, "Wrong size on GameplayCameraParameterSetterComponent_OnActorBeginOverlap"); \ +static_assert(offsetof(GameplayCameraParameterSetterComponent_OnActorBeginOverlap, OverlappedActor) == 0x000000, "Member 'GameplayCameraParameterSetterComponent_OnActorBeginOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraParameterSetterComponent_OnActorBeginOverlap, OtherActor) == 0x000008, "Member 'GameplayCameraParameterSetterComponent_OnActorBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraParameterSetterComponent_OnActorEndOverlap \ +static_assert(alignof(GameplayCameraParameterSetterComponent_OnActorEndOverlap) == 0x000008, "Wrong alignment on GameplayCameraParameterSetterComponent_OnActorEndOverlap"); \ +static_assert(sizeof(GameplayCameraParameterSetterComponent_OnActorEndOverlap) == 0x000010, "Wrong size on GameplayCameraParameterSetterComponent_OnActorEndOverlap"); \ +static_assert(offsetof(GameplayCameraParameterSetterComponent_OnActorEndOverlap, OverlappedActor) == 0x000000, "Member 'GameplayCameraParameterSetterComponent_OnActorEndOverlap::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraParameterSetterComponent_OnActorEndOverlap, OtherActor) == 0x000008, "Member 'GameplayCameraParameterSetterComponent_OnActorEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraParameterSetterComponent_StopParameterSetters \ +static_assert(alignof(GameplayCameraParameterSetterComponent_StopParameterSetters) == 0x000001, "Wrong alignment on GameplayCameraParameterSetterComponent_StopParameterSetters"); \ +static_assert(sizeof(GameplayCameraParameterSetterComponent_StopParameterSetters) == 0x000001, "Wrong size on GameplayCameraParameterSetterComponent_StopParameterSetters"); \ +static_assert(offsetof(GameplayCameraParameterSetterComponent_StopParameterSetters, bImmediately) == 0x000000, "Member 'GameplayCameraParameterSetterComponent_StopParameterSetters::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCameraParameterSetterComponent \ +static_assert(alignof(UGameplayCameraParameterSetterComponent) == 0x000008, "Wrong alignment on UGameplayCameraParameterSetterComponent"); \ +static_assert(sizeof(UGameplayCameraParameterSetterComponent) == 0x000210, "Wrong size on UGameplayCameraParameterSetterComponent"); \ +static_assert(offsetof(UGameplayCameraParameterSetterComponent, CameraRigReference) == 0x0000C0, "Member 'UGameplayCameraParameterSetterComponent::CameraRigReference' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCameraParameterSetterComponent, BlendInTime) == 0x0001F0, "Member 'UGameplayCameraParameterSetterComponent::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCameraParameterSetterComponent, BlendOutTime) == 0x0001F4, "Member 'UGameplayCameraParameterSetterComponent::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCameraParameterSetterComponent, BlendType) == 0x0001F8, "Member 'UGameplayCameraParameterSetterComponent::BlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraRigActor_GetCameraRigComponent \ +static_assert(alignof(GameplayCameraRigActor_GetCameraRigComponent) == 0x000008, "Wrong alignment on GameplayCameraRigActor_GetCameraRigComponent"); \ +static_assert(sizeof(GameplayCameraRigActor_GetCameraRigComponent) == 0x000008, "Wrong size on GameplayCameraRigActor_GetCameraRigComponent"); \ +static_assert(offsetof(GameplayCameraRigActor_GetCameraRigComponent, ReturnValue) == 0x000000, "Member 'GameplayCameraRigActor_GetCameraRigComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCameraRigActor \ +static_assert(alignof(AGameplayCameraRigActor) == 0x000008, "Wrong alignment on AGameplayCameraRigActor"); \ +static_assert(sizeof(AGameplayCameraRigActor) == 0x0002B8, "Wrong size on AGameplayCameraRigActor"); \ +static_assert(offsetof(AGameplayCameraRigActor, CameraRigComponent) == 0x0002B0, "Member 'AGameplayCameraRigActor::CameraRigComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCameraRigComponent \ +static_assert(alignof(UGameplayCameraRigComponent) == 0x000010, "Wrong alignment on UGameplayCameraRigComponent"); \ +static_assert(sizeof(UGameplayCameraRigComponent) == 0x0003F0, "Wrong size on UGameplayCameraRigComponent"); \ +static_assert(offsetof(UGameplayCameraRigComponent, CameraRigReference) == 0x0002A0, "Member 'UGameplayCameraRigComponent::CameraRigReference' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCameraRigComponent, GeneratedCameraAsset) == 0x0003D0, "Member 'UGameplayCameraRigComponent::GeneratedCameraAsset' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCameraRigComponent, CachedParameterOverrides) == 0x0003D8, "Member 'UGameplayCameraRigComponent::CachedParameterOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasPlayerCameraManager_ActivatePersistentBaseCameraRig \ +static_assert(alignof(GameplayCamerasPlayerCameraManager_ActivatePersistentBaseCameraRig) == 0x000008, "Wrong alignment on GameplayCamerasPlayerCameraManager_ActivatePersistentBaseCameraRig"); \ +static_assert(sizeof(GameplayCamerasPlayerCameraManager_ActivatePersistentBaseCameraRig) == 0x000008, "Wrong size on GameplayCamerasPlayerCameraManager_ActivatePersistentBaseCameraRig"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_ActivatePersistentBaseCameraRig, CameraRig) == 0x000000, "Member 'GameplayCamerasPlayerCameraManager_ActivatePersistentBaseCameraRig::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasPlayerCameraManager_ActivatePersistentGlobalCameraRig \ +static_assert(alignof(GameplayCamerasPlayerCameraManager_ActivatePersistentGlobalCameraRig) == 0x000008, "Wrong alignment on GameplayCamerasPlayerCameraManager_ActivatePersistentGlobalCameraRig"); \ +static_assert(sizeof(GameplayCamerasPlayerCameraManager_ActivatePersistentGlobalCameraRig) == 0x000008, "Wrong size on GameplayCamerasPlayerCameraManager_ActivatePersistentGlobalCameraRig"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_ActivatePersistentGlobalCameraRig, CameraRig) == 0x000000, "Member 'GameplayCamerasPlayerCameraManager_ActivatePersistentGlobalCameraRig::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasPlayerCameraManager_ActivatePersistentVisualCameraRig \ +static_assert(alignof(GameplayCamerasPlayerCameraManager_ActivatePersistentVisualCameraRig) == 0x000008, "Wrong alignment on GameplayCamerasPlayerCameraManager_ActivatePersistentVisualCameraRig"); \ +static_assert(sizeof(GameplayCamerasPlayerCameraManager_ActivatePersistentVisualCameraRig) == 0x000008, "Wrong size on GameplayCamerasPlayerCameraManager_ActivatePersistentVisualCameraRig"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_ActivatePersistentVisualCameraRig, CameraRig) == 0x000000, "Member 'GameplayCamerasPlayerCameraManager_ActivatePersistentVisualCameraRig::CameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasPlayerCameraManager_StartCameraShakeAsset \ +static_assert(alignof(GameplayCamerasPlayerCameraManager_StartCameraShakeAsset) == 0x000008, "Wrong alignment on GameplayCamerasPlayerCameraManager_StartCameraShakeAsset"); \ +static_assert(sizeof(GameplayCamerasPlayerCameraManager_StartCameraShakeAsset) == 0x000030, "Wrong size on GameplayCamerasPlayerCameraManager_StartCameraShakeAsset"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StartCameraShakeAsset, CameraShake) == 0x000000, "Member 'GameplayCamerasPlayerCameraManager_StartCameraShakeAsset::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StartCameraShakeAsset, ShakeScale) == 0x000008, "Member 'GameplayCamerasPlayerCameraManager_StartCameraShakeAsset::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StartCameraShakeAsset, PlaySpace) == 0x00000C, "Member 'GameplayCamerasPlayerCameraManager_StartCameraShakeAsset::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StartCameraShakeAsset, UserPlaySpaceRotation) == 0x000010, "Member 'GameplayCamerasPlayerCameraManager_StartCameraShakeAsset::UserPlaySpaceRotation' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StartCameraShakeAsset, ReturnValue) == 0x000028, "Member 'GameplayCamerasPlayerCameraManager_StartCameraShakeAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasPlayerCameraManager_StartGlobalCameraModifierRig \ +static_assert(alignof(GameplayCamerasPlayerCameraManager_StartGlobalCameraModifierRig) == 0x000008, "Wrong alignment on GameplayCamerasPlayerCameraManager_StartGlobalCameraModifierRig"); \ +static_assert(sizeof(GameplayCamerasPlayerCameraManager_StartGlobalCameraModifierRig) == 0x000018, "Wrong size on GameplayCamerasPlayerCameraManager_StartGlobalCameraModifierRig"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StartGlobalCameraModifierRig, CameraRig) == 0x000000, "Member 'GameplayCamerasPlayerCameraManager_StartGlobalCameraModifierRig::CameraRig' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StartGlobalCameraModifierRig, OrderKey) == 0x000008, "Member 'GameplayCamerasPlayerCameraManager_StartGlobalCameraModifierRig::OrderKey' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StartGlobalCameraModifierRig, ReturnValue) == 0x00000C, "Member 'GameplayCamerasPlayerCameraManager_StartGlobalCameraModifierRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasPlayerCameraManager_StartVisualCameraModifierRig \ +static_assert(alignof(GameplayCamerasPlayerCameraManager_StartVisualCameraModifierRig) == 0x000008, "Wrong alignment on GameplayCamerasPlayerCameraManager_StartVisualCameraModifierRig"); \ +static_assert(sizeof(GameplayCamerasPlayerCameraManager_StartVisualCameraModifierRig) == 0x000018, "Wrong size on GameplayCamerasPlayerCameraManager_StartVisualCameraModifierRig"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StartVisualCameraModifierRig, CameraRig) == 0x000000, "Member 'GameplayCamerasPlayerCameraManager_StartVisualCameraModifierRig::CameraRig' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StartVisualCameraModifierRig, OrderKey) == 0x000008, "Member 'GameplayCamerasPlayerCameraManager_StartVisualCameraModifierRig::OrderKey' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StartVisualCameraModifierRig, ReturnValue) == 0x00000C, "Member 'GameplayCamerasPlayerCameraManager_StartVisualCameraModifierRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasPlayerCameraManager_StealPlayerController \ +static_assert(alignof(GameplayCamerasPlayerCameraManager_StealPlayerController) == 0x000008, "Wrong alignment on GameplayCamerasPlayerCameraManager_StealPlayerController"); \ +static_assert(sizeof(GameplayCamerasPlayerCameraManager_StealPlayerController) == 0x000008, "Wrong size on GameplayCamerasPlayerCameraManager_StealPlayerController"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StealPlayerController, PlayerController) == 0x000000, "Member 'GameplayCamerasPlayerCameraManager_StealPlayerController::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasPlayerCameraManager_StopCameraModifierRig \ +static_assert(alignof(GameplayCamerasPlayerCameraManager_StopCameraModifierRig) == 0x000004, "Wrong alignment on GameplayCamerasPlayerCameraManager_StopCameraModifierRig"); \ +static_assert(sizeof(GameplayCamerasPlayerCameraManager_StopCameraModifierRig) == 0x00000C, "Wrong size on GameplayCamerasPlayerCameraManager_StopCameraModifierRig"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StopCameraModifierRig, InstanceId) == 0x000000, "Member 'GameplayCamerasPlayerCameraManager_StopCameraModifierRig::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StopCameraModifierRig, bImmediately) == 0x000008, "Member 'GameplayCamerasPlayerCameraManager_StopCameraModifierRig::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasPlayerCameraManager_StopCameraShakeAsset \ +static_assert(alignof(GameplayCamerasPlayerCameraManager_StopCameraShakeAsset) == 0x000004, "Wrong alignment on GameplayCamerasPlayerCameraManager_StopCameraShakeAsset"); \ +static_assert(sizeof(GameplayCamerasPlayerCameraManager_StopCameraShakeAsset) == 0x000008, "Wrong size on GameplayCamerasPlayerCameraManager_StopCameraShakeAsset"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StopCameraShakeAsset, InInstanceID) == 0x000000, "Member 'GameplayCamerasPlayerCameraManager_StopCameraShakeAsset::InInstanceID' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StopCameraShakeAsset, bImmediately) == 0x000004, "Member 'GameplayCamerasPlayerCameraManager_StopCameraShakeAsset::bImmediately' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_StopCameraShakeAsset, ReturnValue) == 0x000005, "Member 'GameplayCamerasPlayerCameraManager_StopCameraShakeAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCamerasPlayerCameraManager_IsCameraShakeAssetPlaying \ +static_assert(alignof(GameplayCamerasPlayerCameraManager_IsCameraShakeAssetPlaying) == 0x000004, "Wrong alignment on GameplayCamerasPlayerCameraManager_IsCameraShakeAssetPlaying"); \ +static_assert(sizeof(GameplayCamerasPlayerCameraManager_IsCameraShakeAssetPlaying) == 0x000008, "Wrong size on GameplayCamerasPlayerCameraManager_IsCameraShakeAssetPlaying"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_IsCameraShakeAssetPlaying, InInstanceID) == 0x000000, "Member 'GameplayCamerasPlayerCameraManager_IsCameraShakeAssetPlaying::InInstanceID' has a wrong offset!"); \ +static_assert(offsetof(GameplayCamerasPlayerCameraManager_IsCameraShakeAssetPlaying, ReturnValue) == 0x000004, "Member 'GameplayCamerasPlayerCameraManager_IsCameraShakeAssetPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCamerasPlayerCameraManager \ +static_assert(alignof(AGameplayCamerasPlayerCameraManager) == 0x000010, "Wrong alignment on AGameplayCamerasPlayerCameraManager"); \ +static_assert(sizeof(AGameplayCamerasPlayerCameraManager) == 0x002870, "Wrong size on AGameplayCamerasPlayerCameraManager"); \ +static_assert(offsetof(AGameplayCamerasPlayerCameraManager, ViewRotationMode) == 0x002830, "Member 'AGameplayCamerasPlayerCameraManager::ViewRotationMode' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCamerasPlayerCameraManager, bOverrideViewRotationMode) == 0x002834, "Member 'AGameplayCamerasPlayerCameraManager::bOverrideViewRotationMode' has a wrong offset!"); \ +static_assert(offsetof(AGameplayCamerasPlayerCameraManager, OriginalCameraManager) == 0x002838, "Member 'AGameplayCamerasPlayerCameraManager::OriginalCameraManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraSystemActor_GetCameraSystemComponent \ +static_assert(alignof(GameplayCameraSystemActor_GetCameraSystemComponent) == 0x000008, "Wrong alignment on GameplayCameraSystemActor_GetCameraSystemComponent"); \ +static_assert(sizeof(GameplayCameraSystemActor_GetCameraSystemComponent) == 0x000008, "Wrong size on GameplayCameraSystemActor_GetCameraSystemComponent"); \ +static_assert(offsetof(GameplayCameraSystemActor_GetCameraSystemComponent, ReturnValue) == 0x000000, "Member 'GameplayCameraSystemActor_GetCameraSystemComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameplayCameraSystemActor \ +static_assert(alignof(AGameplayCameraSystemActor) == 0x000008, "Wrong alignment on AGameplayCameraSystemActor"); \ +static_assert(sizeof(AGameplayCameraSystemActor) == 0x0002B8, "Wrong size on AGameplayCameraSystemActor"); \ +static_assert(offsetof(AGameplayCameraSystemActor, CameraSystemComponent) == 0x0002B0, "Member 'AGameplayCameraSystemActor::CameraSystemComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraSystemComponent_ActivateCameraSystemForPlayerController \ +static_assert(alignof(GameplayCameraSystemComponent_ActivateCameraSystemForPlayerController) == 0x000008, "Wrong alignment on GameplayCameraSystemComponent_ActivateCameraSystemForPlayerController"); \ +static_assert(sizeof(GameplayCameraSystemComponent_ActivateCameraSystemForPlayerController) == 0x000008, "Wrong size on GameplayCameraSystemComponent_ActivateCameraSystemForPlayerController"); \ +static_assert(offsetof(GameplayCameraSystemComponent_ActivateCameraSystemForPlayerController, PlayerController) == 0x000000, "Member 'GameplayCameraSystemComponent_ActivateCameraSystemForPlayerController::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraSystemComponent_ActivateCameraSystemForPlayerIndex \ +static_assert(alignof(GameplayCameraSystemComponent_ActivateCameraSystemForPlayerIndex) == 0x000004, "Wrong alignment on GameplayCameraSystemComponent_ActivateCameraSystemForPlayerIndex"); \ +static_assert(sizeof(GameplayCameraSystemComponent_ActivateCameraSystemForPlayerIndex) == 0x000004, "Wrong size on GameplayCameraSystemComponent_ActivateCameraSystemForPlayerIndex"); \ +static_assert(offsetof(GameplayCameraSystemComponent_ActivateCameraSystemForPlayerIndex, PlayerIndex) == 0x000000, "Member 'GameplayCameraSystemComponent_ActivateCameraSystemForPlayerIndex::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraSystemComponent_DeactivateCameraSystem \ +static_assert(alignof(GameplayCameraSystemComponent_DeactivateCameraSystem) == 0x000008, "Wrong alignment on GameplayCameraSystemComponent_DeactivateCameraSystem"); \ +static_assert(sizeof(GameplayCameraSystemComponent_DeactivateCameraSystem) == 0x000008, "Wrong size on GameplayCameraSystemComponent_DeactivateCameraSystem"); \ +static_assert(offsetof(GameplayCameraSystemComponent_DeactivateCameraSystem, NextViewTarget) == 0x000000, "Member 'GameplayCameraSystemComponent_DeactivateCameraSystem::NextViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraSystemComponent_StartGlobalCameraModifierRig \ +static_assert(alignof(GameplayCameraSystemComponent_StartGlobalCameraModifierRig) == 0x000008, "Wrong alignment on GameplayCameraSystemComponent_StartGlobalCameraModifierRig"); \ +static_assert(sizeof(GameplayCameraSystemComponent_StartGlobalCameraModifierRig) == 0x000018, "Wrong size on GameplayCameraSystemComponent_StartGlobalCameraModifierRig"); \ +static_assert(offsetof(GameplayCameraSystemComponent_StartGlobalCameraModifierRig, CameraRig) == 0x000000, "Member 'GameplayCameraSystemComponent_StartGlobalCameraModifierRig::CameraRig' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraSystemComponent_StartGlobalCameraModifierRig, OrderKey) == 0x000008, "Member 'GameplayCameraSystemComponent_StartGlobalCameraModifierRig::OrderKey' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraSystemComponent_StartGlobalCameraModifierRig, ReturnValue) == 0x00000C, "Member 'GameplayCameraSystemComponent_StartGlobalCameraModifierRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraSystemComponent_StartVisualCameraModifierRig \ +static_assert(alignof(GameplayCameraSystemComponent_StartVisualCameraModifierRig) == 0x000008, "Wrong alignment on GameplayCameraSystemComponent_StartVisualCameraModifierRig"); \ +static_assert(sizeof(GameplayCameraSystemComponent_StartVisualCameraModifierRig) == 0x000018, "Wrong size on GameplayCameraSystemComponent_StartVisualCameraModifierRig"); \ +static_assert(offsetof(GameplayCameraSystemComponent_StartVisualCameraModifierRig, CameraRig) == 0x000000, "Member 'GameplayCameraSystemComponent_StartVisualCameraModifierRig::CameraRig' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraSystemComponent_StartVisualCameraModifierRig, OrderKey) == 0x000008, "Member 'GameplayCameraSystemComponent_StartVisualCameraModifierRig::OrderKey' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraSystemComponent_StartVisualCameraModifierRig, ReturnValue) == 0x00000C, "Member 'GameplayCameraSystemComponent_StartVisualCameraModifierRig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraSystemComponent_StopCameraModifierRig \ +static_assert(alignof(GameplayCameraSystemComponent_StopCameraModifierRig) == 0x000004, "Wrong alignment on GameplayCameraSystemComponent_StopCameraModifierRig"); \ +static_assert(sizeof(GameplayCameraSystemComponent_StopCameraModifierRig) == 0x00000C, "Wrong size on GameplayCameraSystemComponent_StopCameraModifierRig"); \ +static_assert(offsetof(GameplayCameraSystemComponent_StopCameraModifierRig, InstanceId) == 0x000000, "Member 'GameplayCameraSystemComponent_StopCameraModifierRig::InstanceId' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraSystemComponent_StopCameraModifierRig, bImmediately) == 0x000008, "Member 'GameplayCameraSystemComponent_StopCameraModifierRig::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayCameraSystemComponent_IsCameraSystemActiveForPlayController \ +static_assert(alignof(GameplayCameraSystemComponent_IsCameraSystemActiveForPlayController) == 0x000008, "Wrong alignment on GameplayCameraSystemComponent_IsCameraSystemActiveForPlayController"); \ +static_assert(sizeof(GameplayCameraSystemComponent_IsCameraSystemActiveForPlayController) == 0x000010, "Wrong size on GameplayCameraSystemComponent_IsCameraSystemActiveForPlayController"); \ +static_assert(offsetof(GameplayCameraSystemComponent_IsCameraSystemActiveForPlayController, PlayerController) == 0x000000, "Member 'GameplayCameraSystemComponent_IsCameraSystemActiveForPlayController::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayCameraSystemComponent_IsCameraSystemActiveForPlayController, ReturnValue) == 0x000008, "Member 'GameplayCameraSystemComponent_IsCameraSystemActiveForPlayController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCameraSystemComponent \ +static_assert(alignof(UGameplayCameraSystemComponent) == 0x000010, "Wrong alignment on UGameplayCameraSystemComponent"); \ +static_assert(sizeof(UGameplayCameraSystemComponent) == 0x000280, "Wrong size on UGameplayCameraSystemComponent"); \ +static_assert(offsetof(UGameplayCameraSystemComponent, AutoActivateForPlayer) == 0x000268, "Member 'UGameplayCameraSystemComponent::AutoActivateForPlayer' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCameraSystemComponent, bSetPlayerControllerRotation) == 0x000269, "Member 'UGameplayCameraSystemComponent::bSetPlayerControllerRotation' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCameraSystemComponent, WeakPlayerController) == 0x00026C, "Member 'UGameplayCameraSystemComponent::WeakPlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerController \ +static_assert(alignof(GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerController) == 0x000008, "Wrong alignment on GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerController"); \ +static_assert(sizeof(GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerController) == 0x000008, "Wrong size on GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerController"); \ +static_assert(offsetof(GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerController, PlayerController_0) == 0x000000, "Member 'GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerController::PlayerController_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerIndex \ +static_assert(alignof(GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerIndex) == 0x000004, "Wrong alignment on GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerIndex"); \ +static_assert(sizeof(GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerIndex) == 0x000004, "Wrong size on GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerIndex"); \ +static_assert(offsetof(GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerIndex, PlayerIndex) == 0x000000, "Member 'GameplayControlRotationComponent_ActivateControlRotationManagementForPlayerIndex::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayControlRotationComponent \ +static_assert(alignof(UGameplayControlRotationComponent) == 0x000008, "Wrong alignment on UGameplayControlRotationComponent"); \ +static_assert(sizeof(UGameplayControlRotationComponent) == 0x000108, "Wrong size on UGameplayControlRotationComponent"); \ +static_assert(offsetof(UGameplayControlRotationComponent, AxisActions) == 0x0000C0, "Member 'UGameplayControlRotationComponent::AxisActions' has a wrong offset!"); \ +static_assert(offsetof(UGameplayControlRotationComponent, AxisActionAngularSpeedThreshold) == 0x0000D0, "Member 'UGameplayControlRotationComponent::AxisActionAngularSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGameplayControlRotationComponent, AxisActionMagnitudeThreshold) == 0x0000D4, "Member 'UGameplayControlRotationComponent::AxisActionMagnitudeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGameplayControlRotationComponent, AutoActivateForPlayer) == 0x0000D8, "Member 'UGameplayControlRotationComponent::AutoActivateForPlayer' has a wrong offset!"); \ +static_assert(offsetof(UGameplayControlRotationComponent, PlayerController) == 0x0000E0, "Member 'UGameplayControlRotationComponent::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(UGameplayControlRotationComponent, CameraSystemHost) == 0x0000E8, "Member 'UGameplayControlRotationComponent::CameraSystemHost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGameplayCameraSystemHost \ +static_assert(alignof(IGameplayCameraSystemHost) == 0x000001, "Wrong alignment on IGameplayCameraSystemHost"); \ +static_assert(sizeof(IGameplayCameraSystemHost) == 0x000001, "Wrong size on IGameplayCameraSystemHost"); \ + +#define DUMPER7_ASSERTS_USimpleBlendCameraNode \ +static_assert(alignof(USimpleBlendCameraNode) == 0x000008, "Wrong alignment on USimpleBlendCameraNode"); \ +static_assert(sizeof(USimpleBlendCameraNode) == 0x000038, "Wrong size on USimpleBlendCameraNode"); \ + +#define DUMPER7_ASSERTS_UViewTargetTransitionParamsBlendCameraNode \ +static_assert(alignof(UViewTargetTransitionParamsBlendCameraNode) == 0x000008, "Wrong alignment on UViewTargetTransitionParamsBlendCameraNode"); \ +static_assert(sizeof(UViewTargetTransitionParamsBlendCameraNode) == 0x000048, "Wrong size on UViewTargetTransitionParamsBlendCameraNode"); \ +static_assert(offsetof(UViewTargetTransitionParamsBlendCameraNode, TransitionParams) == 0x000038, "Member 'UViewTargetTransitionParamsBlendCameraNode::TransitionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayCamerasSettings \ +static_assert(alignof(UGameplayCamerasSettings) == 0x000008, "Wrong alignment on UGameplayCamerasSettings"); \ +static_assert(sizeof(UGameplayCamerasSettings) == 0x000068, "Wrong size on UGameplayCamerasSettings"); \ +static_assert(offsetof(UGameplayCamerasSettings, bAutoBuildInPIE) == 0x000038, "Member 'UGameplayCamerasSettings::bAutoBuildInPIE' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCamerasSettings, DefaultViewRotationMode) == 0x00003C, "Member 'UGameplayCamerasSettings::DefaultViewRotationMode' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCamerasSettings, CombinedCameraRigNumThreshold) == 0x000040, "Member 'UGameplayCamerasSettings::CombinedCameraRigNumThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCamerasSettings, DefaultIKAimingAngleTolerance) == 0x000048, "Member 'UGameplayCamerasSettings::DefaultIKAimingAngleTolerance' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCamerasSettings, DefaultIKAimingDistanceTolerance) == 0x000050, "Member 'UGameplayCamerasSettings::DefaultIKAimingDistanceTolerance' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCamerasSettings, DefaultIKAimingMaxIterations) == 0x000058, "Member 'UGameplayCamerasSettings::DefaultIKAimingMaxIterations' has a wrong offset!"); \ +static_assert(offsetof(UGameplayCamerasSettings, DefaultIKAimingMinDistance) == 0x000060, "Member 'UGameplayCamerasSettings::DefaultIKAimingMinDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraFramingZonePropertySystem \ +static_assert(alignof(UMovieSceneCameraFramingZonePropertySystem) == 0x000008, "Wrong alignment on UMovieSceneCameraFramingZonePropertySystem"); \ +static_assert(sizeof(UMovieSceneCameraFramingZonePropertySystem) == 0x000058, "Wrong size on UMovieSceneCameraFramingZonePropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraFramingZoneSection \ +static_assert(alignof(UMovieSceneCameraFramingZoneSection) == 0x000008, "Wrong alignment on UMovieSceneCameraFramingZoneSection"); \ +static_assert(sizeof(UMovieSceneCameraFramingZoneSection) == 0x000570, "Wrong size on UMovieSceneCameraFramingZoneSection"); \ +static_assert(offsetof(UMovieSceneCameraFramingZoneSection, LeftMarginCurve) == 0x000110, "Member 'UMovieSceneCameraFramingZoneSection::LeftMarginCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraFramingZoneSection, TopMarginCurve) == 0x000228, "Member 'UMovieSceneCameraFramingZoneSection::TopMarginCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraFramingZoneSection, RightMarginCurve) == 0x000340, "Member 'UMovieSceneCameraFramingZoneSection::RightMarginCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraFramingZoneSection, BottomMarginCurve) == 0x000458, "Member 'UMovieSceneCameraFramingZoneSection::BottomMarginCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraFramingZoneTrack \ +static_assert(alignof(UMovieSceneCameraFramingZoneTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraFramingZoneTrack"); \ +static_assert(sizeof(UMovieSceneCameraFramingZoneTrack) == 0x000140, "Wrong size on UMovieSceneCameraFramingZoneTrack"); \ + +#define DUMPER7_ASSERTS_UAttachToActorCameraNode \ +static_assert(alignof(UAttachToActorCameraNode) == 0x000008, "Wrong alignment on UAttachToActorCameraNode"); \ +static_assert(sizeof(UAttachToActorCameraNode) == 0x000080, "Wrong size on UAttachToActorCameraNode"); \ +static_assert(offsetof(UAttachToActorCameraNode, Attachment) == 0x000038, "Member 'UAttachToActorCameraNode::Attachment' has a wrong offset!"); \ +static_assert(offsetof(UAttachToActorCameraNode, AttachmentDataID) == 0x000058, "Member 'UAttachToActorCameraNode::AttachmentDataID' has a wrong offset!"); \ +static_assert(offsetof(UAttachToActorCameraNode, AttachToLocation) == 0x000060, "Member 'UAttachToActorCameraNode::AttachToLocation' has a wrong offset!"); \ +static_assert(offsetof(UAttachToActorCameraNode, AttachToRotation) == 0x000070, "Member 'UAttachToActorCameraNode::AttachToRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAttachToActorGroupCameraNode \ +static_assert(alignof(UAttachToActorGroupCameraNode) == 0x000008, "Wrong alignment on UAttachToActorGroupCameraNode"); \ +static_assert(sizeof(UAttachToActorGroupCameraNode) == 0x000050, "Wrong size on UAttachToActorGroupCameraNode"); \ +static_assert(offsetof(UAttachToActorGroupCameraNode, Attachments) == 0x000038, "Member 'UAttachToActorGroupCameraNode::Attachments' has a wrong offset!"); \ +static_assert(offsetof(UAttachToActorGroupCameraNode, AttachmentsDataID) == 0x000048, "Member 'UAttachToActorGroupCameraNode::AttachmentsDataID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAttachToPlayerPawnCameraNode \ +static_assert(alignof(UAttachToPlayerPawnCameraNode) == 0x000008, "Wrong alignment on UAttachToPlayerPawnCameraNode"); \ +static_assert(sizeof(UAttachToPlayerPawnCameraNode) == 0x000068, "Wrong size on UAttachToPlayerPawnCameraNode"); \ +static_assert(offsetof(UAttachToPlayerPawnCameraNode, AttachToLocation) == 0x000038, "Member 'UAttachToPlayerPawnCameraNode::AttachToLocation' has a wrong offset!"); \ +static_assert(offsetof(UAttachToPlayerPawnCameraNode, AttachToRotation) == 0x000048, "Member 'UAttachToPlayerPawnCameraNode::AttachToRotation' has a wrong offset!"); \ +static_assert(offsetof(UAttachToPlayerPawnCameraNode, SocketName) == 0x000058, "Member 'UAttachToPlayerPawnCameraNode::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UAttachToPlayerPawnCameraNode, BoneName) == 0x000060, "Member 'UAttachToPlayerPawnCameraNode::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimpleFixedTimeBlendCameraNode \ +static_assert(alignof(USimpleFixedTimeBlendCameraNode) == 0x000008, "Wrong alignment on USimpleFixedTimeBlendCameraNode"); \ +static_assert(sizeof(USimpleFixedTimeBlendCameraNode) == 0x000048, "Wrong size on USimpleFixedTimeBlendCameraNode"); \ +static_assert(offsetof(USimpleFixedTimeBlendCameraNode, BlendTime) == 0x000038, "Member 'USimpleFixedTimeBlendCameraNode::BlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULinearBlendCameraNode \ +static_assert(alignof(ULinearBlendCameraNode) == 0x000008, "Wrong alignment on ULinearBlendCameraNode"); \ +static_assert(sizeof(ULinearBlendCameraNode) == 0x000048, "Wrong size on ULinearBlendCameraNode"); \ + +#define DUMPER7_ASSERTS_ULocationRotationBlendCameraNode \ +static_assert(alignof(ULocationRotationBlendCameraNode) == 0x000008, "Wrong alignment on ULocationRotationBlendCameraNode"); \ +static_assert(sizeof(ULocationRotationBlendCameraNode) == 0x000050, "Wrong size on ULocationRotationBlendCameraNode"); \ +static_assert(offsetof(ULocationRotationBlendCameraNode, LocationBlend) == 0x000038, "Member 'ULocationRotationBlendCameraNode::LocationBlend' has a wrong offset!"); \ +static_assert(offsetof(ULocationRotationBlendCameraNode, RotationBlend) == 0x000040, "Member 'ULocationRotationBlendCameraNode::RotationBlend' has a wrong offset!"); \ +static_assert(offsetof(ULocationRotationBlendCameraNode, OtherBlend) == 0x000048, "Member 'ULocationRotationBlendCameraNode::OtherBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOrbitBlendCameraNode \ +static_assert(alignof(UOrbitBlendCameraNode) == 0x000008, "Wrong alignment on UOrbitBlendCameraNode"); \ +static_assert(sizeof(UOrbitBlendCameraNode) == 0x000040, "Wrong size on UOrbitBlendCameraNode"); \ +static_assert(offsetof(UOrbitBlendCameraNode, DrivingBlend) == 0x000038, "Member 'UOrbitBlendCameraNode::DrivingBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPopBlendCameraNode \ +static_assert(alignof(UPopBlendCameraNode) == 0x000008, "Wrong alignment on UPopBlendCameraNode"); \ +static_assert(sizeof(UPopBlendCameraNode) == 0x000038, "Wrong size on UPopBlendCameraNode"); \ + +#define DUMPER7_ASSERTS_USmoothBlendCameraNode \ +static_assert(alignof(USmoothBlendCameraNode) == 0x000008, "Wrong alignment on USmoothBlendCameraNode"); \ +static_assert(sizeof(USmoothBlendCameraNode) == 0x000050, "Wrong size on USmoothBlendCameraNode"); \ +static_assert(offsetof(USmoothBlendCameraNode, BlendType) == 0x000048, "Member 'USmoothBlendCameraNode::BlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCollisionPushCameraNode \ +static_assert(alignof(UCollisionPushCameraNode) == 0x000008, "Wrong alignment on UCollisionPushCameraNode"); \ +static_assert(sizeof(UCollisionPushCameraNode) == 0x0000C0, "Wrong size on UCollisionPushCameraNode"); \ +static_assert(offsetof(UCollisionPushCameraNode, SafePosition) == 0x000038, "Member 'UCollisionPushCameraNode::SafePosition' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPushCameraNode, CustomSafePosition) == 0x000040, "Member 'UCollisionPushCameraNode::CustomSafePosition' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPushCameraNode, SafePositionOffset) == 0x000050, "Member 'UCollisionPushCameraNode::SafePositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPushCameraNode, SafePositionOffsetSpace) == 0x000078, "Member 'UCollisionPushCameraNode::SafePositionOffsetSpace' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPushCameraNode, EnableCollision) == 0x000080, "Member 'UCollisionPushCameraNode::EnableCollision' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPushCameraNode, CollisionSphereRadius) == 0x000090, "Member 'UCollisionPushCameraNode::CollisionSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPushCameraNode, CollisionChannel) == 0x0000A0, "Member 'UCollisionPushCameraNode::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPushCameraNode, PushInterpolator) == 0x0000A8, "Member 'UCollisionPushCameraNode::PushInterpolator' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPushCameraNode, PullInterpolator) == 0x0000B0, "Member 'UCollisionPushCameraNode::PullInterpolator' has a wrong offset!"); \ +static_assert(offsetof(UCollisionPushCameraNode, bRunAsyncCollision) == 0x0000B8, "Member 'UCollisionPushCameraNode::bRunAsyncCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOcclusionMaterialCameraNode \ +static_assert(alignof(UOcclusionMaterialCameraNode) == 0x000008, "Wrong alignment on UOcclusionMaterialCameraNode"); \ +static_assert(sizeof(UOcclusionMaterialCameraNode) == 0x000080, "Wrong size on UOcclusionMaterialCameraNode"); \ +static_assert(offsetof(UOcclusionMaterialCameraNode, OcclusionTransparencyMaterial) == 0x000038, "Member 'UOcclusionMaterialCameraNode::OcclusionTransparencyMaterial' has a wrong offset!"); \ +static_assert(offsetof(UOcclusionMaterialCameraNode, OcclusionSphereRadius) == 0x000040, "Member 'UOcclusionMaterialCameraNode::OcclusionSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(UOcclusionMaterialCameraNode, OcclusionChannel) == 0x000050, "Member 'UOcclusionMaterialCameraNode::OcclusionChannel' has a wrong offset!"); \ +static_assert(offsetof(UOcclusionMaterialCameraNode, OcclusionTargetPosition) == 0x000051, "Member 'UOcclusionMaterialCameraNode::OcclusionTargetPosition' has a wrong offset!"); \ +static_assert(offsetof(UOcclusionMaterialCameraNode, OcclusionTargetOffsetSpace) == 0x000052, "Member 'UOcclusionMaterialCameraNode::OcclusionTargetOffsetSpace' has a wrong offset!"); \ +static_assert(offsetof(UOcclusionMaterialCameraNode, OcclusionTargetOffset) == 0x000058, "Member 'UOcclusionMaterialCameraNode::OcclusionTargetOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArrayCameraNode \ +static_assert(alignof(UArrayCameraNode) == 0x000008, "Wrong alignment on UArrayCameraNode"); \ +static_assert(sizeof(UArrayCameraNode) == 0x000048, "Wrong size on UArrayCameraNode"); \ +static_assert(offsetof(UArrayCameraNode, Children) == 0x000038, "Member 'UArrayCameraNode::Children' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoFocusCameraNode \ +static_assert(alignof(UAutoFocusCameraNode) == 0x000008, "Wrong alignment on UAutoFocusCameraNode"); \ +static_assert(sizeof(UAutoFocusCameraNode) == 0x000058, "Wrong size on UAutoFocusCameraNode"); \ +static_assert(offsetof(UAutoFocusCameraNode, EnableAutoFocus) == 0x000038, "Member 'UAutoFocusCameraNode::EnableAutoFocus' has a wrong offset!"); \ +static_assert(offsetof(UAutoFocusCameraNode, AutoFocusDampingFactor) == 0x000048, "Member 'UAutoFocusCameraNode::AutoFocusDampingFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBodyParametersCameraNode \ +static_assert(alignof(UBodyParametersCameraNode) == 0x000008, "Wrong alignment on UBodyParametersCameraNode"); \ +static_assert(sizeof(UBodyParametersCameraNode) == 0x000058, "Wrong size on UBodyParametersCameraNode"); \ +static_assert(offsetof(UBodyParametersCameraNode, ShutterSpeed) == 0x000038, "Member 'UBodyParametersCameraNode::ShutterSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBodyParametersCameraNode, ISO) == 0x000048, "Member 'UBodyParametersCameraNode::ISO' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBoomArmCameraNode \ +static_assert(alignof(UBoomArmCameraNode) == 0x000008, "Wrong alignment on UBoomArmCameraNode"); \ +static_assert(sizeof(UBoomArmCameraNode) == 0x0000A0, "Wrong size on UBoomArmCameraNode"); \ +static_assert(offsetof(UBoomArmCameraNode, BoomOffset) == 0x000038, "Member 'UBoomArmCameraNode::BoomOffset' has a wrong offset!"); \ +static_assert(offsetof(UBoomArmCameraNode, BoomLengthInterpolator) == 0x000060, "Member 'UBoomArmCameraNode::BoomLengthInterpolator' has a wrong offset!"); \ +static_assert(offsetof(UBoomArmCameraNode, MaxForwardInterpolationFactor) == 0x000068, "Member 'UBoomArmCameraNode::MaxForwardInterpolationFactor' has a wrong offset!"); \ +static_assert(offsetof(UBoomArmCameraNode, MaxBackwardInterpolationFactor) == 0x000080, "Member 'UBoomArmCameraNode::MaxBackwardInterpolationFactor' has a wrong offset!"); \ +static_assert(offsetof(UBoomArmCameraNode, InputSlot) == 0x000098, "Member 'UBoomArmCameraNode::InputSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraRigCameraNode \ +static_assert(alignof(UCameraRigCameraNode) == 0x000008, "Wrong alignment on UCameraRigCameraNode"); \ +static_assert(sizeof(UCameraRigCameraNode) == 0x000178, "Wrong size on UCameraRigCameraNode"); \ +static_assert(offsetof(UCameraRigCameraNode, CameraRigReference) == 0x000048, "Member 'UCameraRigCameraNode::CameraRigReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClippingPlanesCameraNode \ +static_assert(alignof(UClippingPlanesCameraNode) == 0x000008, "Wrong alignment on UClippingPlanesCameraNode"); \ +static_assert(sizeof(UClippingPlanesCameraNode) == 0x000068, "Wrong size on UClippingPlanesCameraNode"); \ +static_assert(offsetof(UClippingPlanesCameraNode, NearPlane) == 0x000038, "Member 'UClippingPlanesCameraNode::NearPlane' has a wrong offset!"); \ +static_assert(offsetof(UClippingPlanesCameraNode, FarPlane) == 0x000050, "Member 'UClippingPlanesCameraNode::FarPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDampenPositionCameraNode \ +static_assert(alignof(UDampenPositionCameraNode) == 0x000008, "Wrong alignment on UDampenPositionCameraNode"); \ +static_assert(sizeof(UDampenPositionCameraNode) == 0x000070, "Wrong size on UDampenPositionCameraNode"); \ +static_assert(offsetof(UDampenPositionCameraNode, ForwardDampingFactor) == 0x000038, "Member 'UDampenPositionCameraNode::ForwardDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(UDampenPositionCameraNode, LateralDampingFactor) == 0x000048, "Member 'UDampenPositionCameraNode::LateralDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(UDampenPositionCameraNode, VerticalDampingFactor) == 0x000058, "Member 'UDampenPositionCameraNode::VerticalDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(UDampenPositionCameraNode, DampenSpace) == 0x000068, "Member 'UDampenPositionCameraNode::DampenSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDampenRotationCameraNode \ +static_assert(alignof(UDampenRotationCameraNode) == 0x000008, "Wrong alignment on UDampenRotationCameraNode"); \ +static_assert(sizeof(UDampenRotationCameraNode) == 0x000068, "Wrong size on UDampenRotationCameraNode"); \ +static_assert(offsetof(UDampenRotationCameraNode, YawDampingFactor) == 0x000038, "Member 'UDampenRotationCameraNode::YawDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(UDampenRotationCameraNode, PitchDampingFactor) == 0x000048, "Member 'UDampenRotationCameraNode::PitchDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(UDampenRotationCameraNode, RollDampingFactor) == 0x000058, "Member 'UDampenRotationCameraNode::RollDampingFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldOfViewCameraNode \ +static_assert(alignof(UFieldOfViewCameraNode) == 0x000008, "Wrong alignment on UFieldOfViewCameraNode"); \ +static_assert(sizeof(UFieldOfViewCameraNode) == 0x000048, "Wrong size on UFieldOfViewCameraNode"); \ +static_assert(offsetof(UFieldOfViewCameraNode, FieldOfView) == 0x000038, "Member 'UFieldOfViewCameraNode::FieldOfView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFilmbackCameraNode \ +static_assert(alignof(UFilmbackCameraNode) == 0x000008, "Wrong alignment on UFilmbackCameraNode"); \ +static_assert(sizeof(UFilmbackCameraNode) == 0x0000B0, "Wrong size on UFilmbackCameraNode"); \ +static_assert(offsetof(UFilmbackCameraNode, SensorWidth) == 0x000038, "Member 'UFilmbackCameraNode::SensorWidth' has a wrong offset!"); \ +static_assert(offsetof(UFilmbackCameraNode, SensorHeight) == 0x000048, "Member 'UFilmbackCameraNode::SensorHeight' has a wrong offset!"); \ +static_assert(offsetof(UFilmbackCameraNode, SensorHorizontalOffset) == 0x000058, "Member 'UFilmbackCameraNode::SensorHorizontalOffset' has a wrong offset!"); \ +static_assert(offsetof(UFilmbackCameraNode, SensorVerticalOffset) == 0x000068, "Member 'UFilmbackCameraNode::SensorVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(UFilmbackCameraNode, Overscan) == 0x000078, "Member 'UFilmbackCameraNode::Overscan' has a wrong offset!"); \ +static_assert(offsetof(UFilmbackCameraNode, ConstrainAspectRatio) == 0x000088, "Member 'UFilmbackCameraNode::ConstrainAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UFilmbackCameraNode, OverrideAspectRatioAxisConstraint) == 0x000098, "Member 'UFilmbackCameraNode::OverrideAspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(UFilmbackCameraNode, AspectRatioAxisConstraint) == 0x0000A8, "Member 'UFilmbackCameraNode::AspectRatioAxisConstraint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULensParametersCameraNode \ +static_assert(alignof(ULensParametersCameraNode) == 0x000008, "Wrong alignment on ULensParametersCameraNode"); \ +static_assert(sizeof(ULensParametersCameraNode) == 0x000078, "Wrong size on ULensParametersCameraNode"); \ +static_assert(offsetof(ULensParametersCameraNode, FocalLength) == 0x000038, "Member 'ULensParametersCameraNode::FocalLength' has a wrong offset!"); \ +static_assert(offsetof(ULensParametersCameraNode, FocusDistance) == 0x000048, "Member 'ULensParametersCameraNode::FocusDistance' has a wrong offset!"); \ +static_assert(offsetof(ULensParametersCameraNode, Aperture) == 0x000058, "Member 'ULensParametersCameraNode::Aperture' has a wrong offset!"); \ +static_assert(offsetof(ULensParametersCameraNode, EnablePhysicalCamera) == 0x000068, "Member 'ULensParametersCameraNode::EnablePhysicalCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOffsetCameraNode \ +static_assert(alignof(UOffsetCameraNode) == 0x000008, "Wrong alignment on UOffsetCameraNode"); \ +static_assert(sizeof(UOffsetCameraNode) == 0x000090, "Wrong size on UOffsetCameraNode"); \ +static_assert(offsetof(UOffsetCameraNode, TranslationOffset) == 0x000038, "Member 'UOffsetCameraNode::TranslationOffset' has a wrong offset!"); \ +static_assert(offsetof(UOffsetCameraNode, RotationOffset) == 0x000060, "Member 'UOffsetCameraNode::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UOffsetCameraNode, OffsetSpace) == 0x000088, "Member 'UOffsetCameraNode::OffsetSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOrthographicCameraNode \ +static_assert(alignof(UOrthographicCameraNode) == 0x000008, "Wrong alignment on UOrthographicCameraNode"); \ +static_assert(sizeof(UOrthographicCameraNode) == 0x000058, "Wrong size on UOrthographicCameraNode"); \ +static_assert(offsetof(UOrthographicCameraNode, EnableOrthographicMode) == 0x000038, "Member 'UOrthographicCameraNode::EnableOrthographicMode' has a wrong offset!"); \ +static_assert(offsetof(UOrthographicCameraNode, OrthographicWidth) == 0x000048, "Member 'UOrthographicCameraNode::OrthographicWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostProcessCameraNode \ +static_assert(alignof(UPostProcessCameraNode) == 0x000010, "Wrong alignment on UPostProcessCameraNode"); \ +static_assert(sizeof(UPostProcessCameraNode) == 0x0007B0, "Wrong size on UPostProcessCameraNode"); \ +static_assert(offsetof(UPostProcessCameraNode, PostProcessSettings) == 0x000040, "Member 'UPostProcessCameraNode::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USetLocationCameraNode \ +static_assert(alignof(USetLocationCameraNode) == 0x000008, "Wrong alignment on USetLocationCameraNode"); \ +static_assert(sizeof(USetLocationCameraNode) == 0x000068, "Wrong size on USetLocationCameraNode"); \ +static_assert(offsetof(USetLocationCameraNode, Location) == 0x000038, "Member 'USetLocationCameraNode::Location' has a wrong offset!"); \ +static_assert(offsetof(USetLocationCameraNode, OffsetSpace) == 0x000060, "Member 'USetLocationCameraNode::OffsetSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USetRotationCameraNode \ +static_assert(alignof(USetRotationCameraNode) == 0x000008, "Wrong alignment on USetRotationCameraNode"); \ +static_assert(sizeof(USetRotationCameraNode) == 0x000068, "Wrong size on USetRotationCameraNode"); \ +static_assert(offsetof(USetRotationCameraNode, Rotation) == 0x000038, "Member 'USetRotationCameraNode::Rotation' has a wrong offset!"); \ +static_assert(offsetof(USetRotationCameraNode, OffsetSpace) == 0x000060, "Member 'USetRotationCameraNode::OffsetSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineFieldOfViewCameraNode \ +static_assert(alignof(USplineFieldOfViewCameraNode) == 0x000008, "Wrong alignment on USplineFieldOfViewCameraNode"); \ +static_assert(sizeof(USplineFieldOfViewCameraNode) == 0x0000C8, "Wrong size on USplineFieldOfViewCameraNode"); \ +static_assert(offsetof(USplineFieldOfViewCameraNode, SplineInput) == 0x000038, "Member 'USplineFieldOfViewCameraNode::SplineInput' has a wrong offset!"); \ +static_assert(offsetof(USplineFieldOfViewCameraNode, FieldOfViewSpline) == 0x000048, "Member 'USplineFieldOfViewCameraNode::FieldOfViewSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineOffsetCameraNode \ +static_assert(alignof(USplineOffsetCameraNode) == 0x000008, "Wrong alignment on USplineOffsetCameraNode"); \ +static_assert(sizeof(USplineOffsetCameraNode) == 0x000350, "Wrong size on USplineOffsetCameraNode"); \ +static_assert(offsetof(USplineOffsetCameraNode, SplineInput) == 0x000038, "Member 'USplineOffsetCameraNode::SplineInput' has a wrong offset!"); \ +static_assert(offsetof(USplineOffsetCameraNode, TranslationOffsetSpline) == 0x000048, "Member 'USplineOffsetCameraNode::TranslationOffsetSpline' has a wrong offset!"); \ +static_assert(offsetof(USplineOffsetCameraNode, RotationOffsetSpline) == 0x0001C8, "Member 'USplineOffsetCameraNode::RotationOffsetSpline' has a wrong offset!"); \ +static_assert(offsetof(USplineOffsetCameraNode, OffsetSpace) == 0x000348, "Member 'USplineOffsetCameraNode::OffsetSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineOrbitCameraNode \ +static_assert(alignof(USplineOrbitCameraNode) == 0x000008, "Wrong alignment on USplineOrbitCameraNode"); \ +static_assert(sizeof(USplineOrbitCameraNode) == 0x0004D8, "Wrong size on USplineOrbitCameraNode"); \ +static_assert(offsetof(USplineOrbitCameraNode, LocationOffsetSpline) == 0x000038, "Member 'USplineOrbitCameraNode::LocationOffsetSpline' has a wrong offset!"); \ +static_assert(offsetof(USplineOrbitCameraNode, TargetOffsetSpline) == 0x0001B8, "Member 'USplineOrbitCameraNode::TargetOffsetSpline' has a wrong offset!"); \ +static_assert(offsetof(USplineOrbitCameraNode, RotationOffsetSpline) == 0x000338, "Member 'USplineOrbitCameraNode::RotationOffsetSpline' has a wrong offset!"); \ +static_assert(offsetof(USplineOrbitCameraNode, LocationOffsetMultiplier) == 0x0004B8, "Member 'USplineOrbitCameraNode::LocationOffsetMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USplineOrbitCameraNode, TargetOffsetSpace) == 0x0004C8, "Member 'USplineOrbitCameraNode::TargetOffsetSpace' has a wrong offset!"); \ +static_assert(offsetof(USplineOrbitCameraNode, InputSlot) == 0x0004D0, "Member 'USplineOrbitCameraNode::InputSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTargetRayCastCameraNode \ +static_assert(alignof(UTargetRayCastCameraNode) == 0x000008, "Wrong alignment on UTargetRayCastCameraNode"); \ +static_assert(sizeof(UTargetRayCastCameraNode) == 0x000050, "Wrong size on UTargetRayCastCameraNode"); \ +static_assert(offsetof(UTargetRayCastCameraNode, TraceChannel) == 0x000038, "Member 'UTargetRayCastCameraNode::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UTargetRayCastCameraNode, AutoFocus) == 0x000040, "Member 'UTargetRayCastCameraNode::AutoFocus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseFramingCameraNode \ +static_assert(alignof(UBaseFramingCameraNode) == 0x000008, "Wrong alignment on UBaseFramingCameraNode"); \ +static_assert(sizeof(UBaseFramingCameraNode) == 0x000170, "Wrong size on UBaseFramingCameraNode"); \ +static_assert(offsetof(UBaseFramingCameraNode, TargetLocation) == 0x000040, "Member 'UBaseFramingCameraNode::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, TargetInfos) == 0x000050, "Member 'UBaseFramingCameraNode::TargetInfos' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, TargetInfosDataID) == 0x000060, "Member 'UBaseFramingCameraNode::TargetInfosDataID' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, SetTargetDistance) == 0x000068, "Member 'UBaseFramingCameraNode::SetTargetDistance' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, InitializeWithIdealFraming) == 0x000078, "Member 'UBaseFramingCameraNode::InitializeWithIdealFraming' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, IdealFramingLocation) == 0x000088, "Member 'UBaseFramingCameraNode::IdealFramingLocation' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, ReframeDampingFactor) == 0x0000A8, "Member 'UBaseFramingCameraNode::ReframeDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, LowReframeDampingFactor) == 0x0000B8, "Member 'UBaseFramingCameraNode::LowReframeDampingFactor' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, ReengageTime) == 0x0000C8, "Member 'UBaseFramingCameraNode::ReengageTime' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, DisengageTime) == 0x0000D8, "Member 'UBaseFramingCameraNode::DisengageTime' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, TargetMovementAnticipationTime) == 0x0000E8, "Member 'UBaseFramingCameraNode::TargetMovementAnticipationTime' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, DeadZone) == 0x0000F8, "Member 'UBaseFramingCameraNode::DeadZone' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, SoftZone) == 0x000120, "Member 'UBaseFramingCameraNode::SoftZone' has a wrong offset!"); \ +static_assert(offsetof(UBaseFramingCameraNode, TargetInfo) == 0x000148, "Member 'UBaseFramingCameraNode::TargetInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDollyFramingCameraNode \ +static_assert(alignof(UDollyFramingCameraNode) == 0x000008, "Wrong alignment on UDollyFramingCameraNode"); \ +static_assert(sizeof(UDollyFramingCameraNode) == 0x000190, "Wrong size on UDollyFramingCameraNode"); \ +static_assert(offsetof(UDollyFramingCameraNode, CanMoveLaterally) == 0x000170, "Member 'UDollyFramingCameraNode::CanMoveLaterally' has a wrong offset!"); \ +static_assert(offsetof(UDollyFramingCameraNode, CanMoveVertically) == 0x000180, "Member 'UDollyFramingCameraNode::CanMoveVertically' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPanningFramingCameraNode \ +static_assert(alignof(UPanningFramingCameraNode) == 0x000008, "Wrong alignment on UPanningFramingCameraNode"); \ +static_assert(sizeof(UPanningFramingCameraNode) == 0x000190, "Wrong size on UPanningFramingCameraNode"); \ +static_assert(offsetof(UPanningFramingCameraNode, CanPanLaterally) == 0x000170, "Member 'UPanningFramingCameraNode::CanPanLaterally' has a wrong offset!"); \ +static_assert(offsetof(UPanningFramingCameraNode, CanPanVertically) == 0x000180, "Member 'UPanningFramingCameraNode::CanPanVertically' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInput2DCameraNode \ +static_assert(alignof(UInput2DCameraNode) == 0x000008, "Wrong alignment on UInput2DCameraNode"); \ +static_assert(sizeof(UInput2DCameraNode) == 0x000038, "Wrong size on UInput2DCameraNode"); \ + +#define DUMPER7_ASSERTS_UAutoRotateInput2DCameraNode \ +static_assert(alignof(UAutoRotateInput2DCameraNode) == 0x000008, "Wrong alignment on UAutoRotateInput2DCameraNode"); \ +static_assert(sizeof(UAutoRotateInput2DCameraNode) == 0x0000C0, "Wrong size on UAutoRotateInput2DCameraNode"); \ +static_assert(offsetof(UAutoRotateInput2DCameraNode, Direction) == 0x000038, "Member 'UAutoRotateInput2DCameraNode::Direction' has a wrong offset!"); \ +static_assert(offsetof(UAutoRotateInput2DCameraNode, DirectionVector) == 0x000040, "Member 'UAutoRotateInput2DCameraNode::DirectionVector' has a wrong offset!"); \ +static_assert(offsetof(UAutoRotateInput2DCameraNode, WaitTime) == 0x000050, "Member 'UAutoRotateInput2DCameraNode::WaitTime' has a wrong offset!"); \ +static_assert(offsetof(UAutoRotateInput2DCameraNode, DeactivationThreshold) == 0x000060, "Member 'UAutoRotateInput2DCameraNode::DeactivationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAutoRotateInput2DCameraNode, Interpolator) == 0x000070, "Member 'UAutoRotateInput2DCameraNode::Interpolator' has a wrong offset!"); \ +static_assert(offsetof(UAutoRotateInput2DCameraNode, FreezeControlRotation) == 0x000078, "Member 'UAutoRotateInput2DCameraNode::FreezeControlRotation' has a wrong offset!"); \ +static_assert(offsetof(UAutoRotateInput2DCameraNode, EnableAutoRotate) == 0x000088, "Member 'UAutoRotateInput2DCameraNode::EnableAutoRotate' has a wrong offset!"); \ +static_assert(offsetof(UAutoRotateInput2DCameraNode, AutoRotateYaw) == 0x000098, "Member 'UAutoRotateInput2DCameraNode::AutoRotateYaw' has a wrong offset!"); \ +static_assert(offsetof(UAutoRotateInput2DCameraNode, AutoRotatePitch) == 0x0000A8, "Member 'UAutoRotateInput2DCameraNode::AutoRotatePitch' has a wrong offset!"); \ +static_assert(offsetof(UAutoRotateInput2DCameraNode, InputNode) == 0x0000B8, "Member 'UAutoRotateInput2DCameraNode::InputNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInput1DCameraNode \ +static_assert(alignof(UInput1DCameraNode) == 0x000008, "Wrong alignment on UInput1DCameraNode"); \ +static_assert(sizeof(UInput1DCameraNode) == 0x000038, "Wrong size on UInput1DCameraNode"); \ + +#define DUMPER7_ASSERTS_UCameraRigInput1DSlot \ +static_assert(alignof(UCameraRigInput1DSlot) == 0x000008, "Wrong alignment on UCameraRigInput1DSlot"); \ +static_assert(sizeof(UCameraRigInput1DSlot) == 0x0000B0, "Wrong size on UCameraRigInput1DSlot"); \ +static_assert(offsetof(UCameraRigInput1DSlot, clamp) == 0x000038, "Member 'UCameraRigInput1DSlot::clamp' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput1DSlot, Normalize) == 0x000050, "Member 'UCameraRigInput1DSlot::Normalize' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput1DSlot, RevertAxis) == 0x000060, "Member 'UCameraRigInput1DSlot::RevertAxis' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput1DSlot, Speed) == 0x000070, "Member 'UCameraRigInput1DSlot::Speed' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput1DSlot, BuiltInVariable) == 0x000088, "Member 'UCameraRigInput1DSlot::BuiltInVariable' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput1DSlot, CustomVariable) == 0x000090, "Member 'UCameraRigInput1DSlot::CustomVariable' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput1DSlot, bIsPreBlended) == 0x0000A0, "Member 'UCameraRigInput1DSlot::bIsPreBlended' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput1DSlot, InputSlotParameters) == 0x0000A1, "Member 'UCameraRigInput1DSlot::InputSlotParameters' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput1DSlot, SpeedVariableID) == 0x0000A4, "Member 'UCameraRigInput1DSlot::SpeedVariableID' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput1DSlot, VariableID) == 0x0000A8, "Member 'UCameraRigInput1DSlot::VariableID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraRigInput2DSlot \ +static_assert(alignof(UCameraRigInput2DSlot) == 0x000008, "Wrong alignment on UCameraRigInput2DSlot"); \ +static_assert(sizeof(UCameraRigInput2DSlot) == 0x0000F0, "Wrong size on UCameraRigInput2DSlot"); \ +static_assert(offsetof(UCameraRigInput2DSlot, ClampX) == 0x000038, "Member 'UCameraRigInput2DSlot::ClampX' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput2DSlot, ClampY) == 0x000050, "Member 'UCameraRigInput2DSlot::ClampY' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput2DSlot, NormalizeX) == 0x000068, "Member 'UCameraRigInput2DSlot::NormalizeX' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput2DSlot, NormalizeY) == 0x000078, "Member 'UCameraRigInput2DSlot::NormalizeY' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput2DSlot, RevertAxisX) == 0x000088, "Member 'UCameraRigInput2DSlot::RevertAxisX' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput2DSlot, RevertAxisY) == 0x000098, "Member 'UCameraRigInput2DSlot::RevertAxisY' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput2DSlot, Speed) == 0x0000A8, "Member 'UCameraRigInput2DSlot::Speed' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput2DSlot, BuiltInVariable) == 0x0000C8, "Member 'UCameraRigInput2DSlot::BuiltInVariable' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput2DSlot, CustomVariable) == 0x0000D0, "Member 'UCameraRigInput2DSlot::CustomVariable' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput2DSlot, bIsPreBlended) == 0x0000E0, "Member 'UCameraRigInput2DSlot::bIsPreBlended' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput2DSlot, InputSlotParameters) == 0x0000E1, "Member 'UCameraRigInput2DSlot::InputSlotParameters' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput2DSlot, SpeedVariableID) == 0x0000E4, "Member 'UCameraRigInput2DSlot::SpeedVariableID' has a wrong offset!"); \ +static_assert(offsetof(UCameraRigInput2DSlot, VariableID) == 0x0000E8, "Member 'UCameraRigInput2DSlot::VariableID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrivenControlRotationCameraNode \ +static_assert(alignof(UDrivenControlRotationCameraNode) == 0x000008, "Wrong alignment on UDrivenControlRotationCameraNode"); \ +static_assert(sizeof(UDrivenControlRotationCameraNode) == 0x000038, "Wrong size on UDrivenControlRotationCameraNode"); \ + +#define DUMPER7_ASSERTS_UInputAccumulator2DCameraNode \ +static_assert(alignof(UInputAccumulator2DCameraNode) == 0x000008, "Wrong alignment on UInputAccumulator2DCameraNode"); \ +static_assert(sizeof(UInputAccumulator2DCameraNode) == 0x0000F8, "Wrong size on UInputAccumulator2DCameraNode"); \ +static_assert(offsetof(UInputAccumulator2DCameraNode, InputSlot) == 0x0000F0, "Member 'UInputAccumulator2DCameraNode::InputSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputAxisBinding2DCameraNode \ +static_assert(alignof(UInputAxisBinding2DCameraNode) == 0x000008, "Wrong alignment on UInputAxisBinding2DCameraNode"); \ +static_assert(sizeof(UInputAxisBinding2DCameraNode) == 0x000128, "Wrong size on UInputAxisBinding2DCameraNode"); \ +static_assert(offsetof(UInputAxisBinding2DCameraNode, AxisActions) == 0x0000F0, "Member 'UInputAxisBinding2DCameraNode::AxisActions' has a wrong offset!"); \ +static_assert(offsetof(UInputAxisBinding2DCameraNode, Multiplier) == 0x000100, "Member 'UInputAxisBinding2DCameraNode::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(UInputAxisBinding2DCameraNode, bIsAccumulated) == 0x000120, "Member 'UInputAxisBinding2DCameraNode::bIsAccumulated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URawInputAxisBinding2DCameraNode \ +static_assert(alignof(URawInputAxisBinding2DCameraNode) == 0x000008, "Wrong alignment on URawInputAxisBinding2DCameraNode"); \ +static_assert(sizeof(URawInputAxisBinding2DCameraNode) == 0x000068, "Wrong size on URawInputAxisBinding2DCameraNode"); \ +static_assert(offsetof(URawInputAxisBinding2DCameraNode, AxisActions) == 0x000038, "Member 'URawInputAxisBinding2DCameraNode::AxisActions' has a wrong offset!"); \ +static_assert(offsetof(URawInputAxisBinding2DCameraNode, Multiplier) == 0x000048, "Member 'URawInputAxisBinding2DCameraNode::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraShakeCameraNode \ +static_assert(alignof(UCameraShakeCameraNode) == 0x000008, "Wrong alignment on UCameraShakeCameraNode"); \ +static_assert(sizeof(UCameraShakeCameraNode) == 0x000088, "Wrong size on UCameraShakeCameraNode"); \ +static_assert(offsetof(UCameraShakeCameraNode, CameraShakeReference) == 0x000040, "Member 'UCameraShakeCameraNode::CameraShakeReference' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeCameraNode, EvaluationMode) == 0x000080, "Member 'UCameraShakeCameraNode::EvaluationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompositeShakeCameraNode \ +static_assert(alignof(UCompositeShakeCameraNode) == 0x000008, "Wrong alignment on UCompositeShakeCameraNode"); \ +static_assert(sizeof(UCompositeShakeCameraNode) == 0x000048, "Wrong size on UCompositeShakeCameraNode"); \ +static_assert(offsetof(UCompositeShakeCameraNode, Shakes) == 0x000038, "Member 'UCompositeShakeCameraNode::Shakes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEnvelopeShakeCameraNode \ +static_assert(alignof(UEnvelopeShakeCameraNode) == 0x000008, "Wrong alignment on UEnvelopeShakeCameraNode"); \ +static_assert(sizeof(UEnvelopeShakeCameraNode) == 0x000070, "Wrong size on UEnvelopeShakeCameraNode"); \ +static_assert(offsetof(UEnvelopeShakeCameraNode, EaseInTime) == 0x000038, "Member 'UEnvelopeShakeCameraNode::EaseInTime' has a wrong offset!"); \ +static_assert(offsetof(UEnvelopeShakeCameraNode, EaseOutTime) == 0x000048, "Member 'UEnvelopeShakeCameraNode::EaseOutTime' has a wrong offset!"); \ +static_assert(offsetof(UEnvelopeShakeCameraNode, TotalTime) == 0x000058, "Member 'UEnvelopeShakeCameraNode::TotalTime' has a wrong offset!"); \ +static_assert(offsetof(UEnvelopeShakeCameraNode, Shake) == 0x000068, "Member 'UEnvelopeShakeCameraNode::Shake' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerlinNoiseLocationShakeCameraNode \ +static_assert(alignof(UPerlinNoiseLocationShakeCameraNode) == 0x000008, "Wrong alignment on UPerlinNoiseLocationShakeCameraNode"); \ +static_assert(sizeof(UPerlinNoiseLocationShakeCameraNode) == 0x000080, "Wrong size on UPerlinNoiseLocationShakeCameraNode"); \ +static_assert(offsetof(UPerlinNoiseLocationShakeCameraNode, AmplitudeMultiplier) == 0x000038, "Member 'UPerlinNoiseLocationShakeCameraNode::AmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseLocationShakeCameraNode, FrequencyMultiplier) == 0x000048, "Member 'UPerlinNoiseLocationShakeCameraNode::FrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseLocationShakeCameraNode, Octaves) == 0x000058, "Member 'UPerlinNoiseLocationShakeCameraNode::Octaves' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseLocationShakeCameraNode, X) == 0x000068, "Member 'UPerlinNoiseLocationShakeCameraNode::X' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseLocationShakeCameraNode, Y) == 0x000070, "Member 'UPerlinNoiseLocationShakeCameraNode::Y' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseLocationShakeCameraNode, Z) == 0x000078, "Member 'UPerlinNoiseLocationShakeCameraNode::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerlinNoiseRotationShakeCameraNode \ +static_assert(alignof(UPerlinNoiseRotationShakeCameraNode) == 0x000008, "Wrong alignment on UPerlinNoiseRotationShakeCameraNode"); \ +static_assert(sizeof(UPerlinNoiseRotationShakeCameraNode) == 0x000080, "Wrong size on UPerlinNoiseRotationShakeCameraNode"); \ +static_assert(offsetof(UPerlinNoiseRotationShakeCameraNode, AmplitudeMultiplier) == 0x000038, "Member 'UPerlinNoiseRotationShakeCameraNode::AmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseRotationShakeCameraNode, FrequencyMultiplier) == 0x000048, "Member 'UPerlinNoiseRotationShakeCameraNode::FrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseRotationShakeCameraNode, Octaves) == 0x000058, "Member 'UPerlinNoiseRotationShakeCameraNode::Octaves' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseRotationShakeCameraNode, Yaw) == 0x000068, "Member 'UPerlinNoiseRotationShakeCameraNode::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseRotationShakeCameraNode, Pitch) == 0x000070, "Member 'UPerlinNoiseRotationShakeCameraNode::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseRotationShakeCameraNode, Roll) == 0x000078, "Member 'UPerlinNoiseRotationShakeCameraNode::Roll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraNodeEvaluator_SetCameraPose \ +static_assert(alignof(BlueprintCameraNodeEvaluator_SetCameraPose) == 0x000008, "Wrong alignment on BlueprintCameraNodeEvaluator_SetCameraPose"); \ +static_assert(sizeof(BlueprintCameraNodeEvaluator_SetCameraPose) == 0x000088, "Wrong size on BlueprintCameraNodeEvaluator_SetCameraPose"); \ +static_assert(offsetof(BlueprintCameraNodeEvaluator_SetCameraPose, InCameraPose) == 0x000000, "Member 'BlueprintCameraNodeEvaluator_SetCameraPose::InCameraPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraNodeEvaluator_SetCurrentCameraPose \ +static_assert(alignof(BlueprintCameraNodeEvaluator_SetCurrentCameraPose) == 0x000008, "Wrong alignment on BlueprintCameraNodeEvaluator_SetCurrentCameraPose"); \ +static_assert(sizeof(BlueprintCameraNodeEvaluator_SetCurrentCameraPose) == 0x000088, "Wrong size on BlueprintCameraNodeEvaluator_SetCurrentCameraPose"); \ +static_assert(offsetof(BlueprintCameraNodeEvaluator_SetCurrentCameraPose, CameraPose_0) == 0x000000, "Member 'BlueprintCameraNodeEvaluator_SetCurrentCameraPose::CameraPose_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraNodeEvaluator_TickCameraNode \ +static_assert(alignof(BlueprintCameraNodeEvaluator_TickCameraNode) == 0x000004, "Wrong alignment on BlueprintCameraNodeEvaluator_TickCameraNode"); \ +static_assert(sizeof(BlueprintCameraNodeEvaluator_TickCameraNode) == 0x000004, "Wrong size on BlueprintCameraNodeEvaluator_TickCameraNode"); \ +static_assert(offsetof(BlueprintCameraNodeEvaluator_TickCameraNode, DeltaTime) == 0x000000, "Member 'BlueprintCameraNodeEvaluator_TickCameraNode::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraNodeEvaluator_FindEvaluationContextOwnerActor \ +static_assert(alignof(BlueprintCameraNodeEvaluator_FindEvaluationContextOwnerActor) == 0x000008, "Wrong alignment on BlueprintCameraNodeEvaluator_FindEvaluationContextOwnerActor"); \ +static_assert(sizeof(BlueprintCameraNodeEvaluator_FindEvaluationContextOwnerActor) == 0x000010, "Wrong size on BlueprintCameraNodeEvaluator_FindEvaluationContextOwnerActor"); \ +static_assert(offsetof(BlueprintCameraNodeEvaluator_FindEvaluationContextOwnerActor, ActorClass) == 0x000000, "Member 'BlueprintCameraNodeEvaluator_FindEvaluationContextOwnerActor::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BlueprintCameraNodeEvaluator_FindEvaluationContextOwnerActor, ReturnValue) == 0x000008, "Member 'BlueprintCameraNodeEvaluator_FindEvaluationContextOwnerActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraNodeEvaluator_GetCameraPose \ +static_assert(alignof(BlueprintCameraNodeEvaluator_GetCameraPose) == 0x000008, "Wrong alignment on BlueprintCameraNodeEvaluator_GetCameraPose"); \ +static_assert(sizeof(BlueprintCameraNodeEvaluator_GetCameraPose) == 0x000088, "Wrong size on BlueprintCameraNodeEvaluator_GetCameraPose"); \ +static_assert(offsetof(BlueprintCameraNodeEvaluator_GetCameraPose, ReturnValue) == 0x000000, "Member 'BlueprintCameraNodeEvaluator_GetCameraPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraNodeEvaluator_GetCurrentCameraPose \ +static_assert(alignof(BlueprintCameraNodeEvaluator_GetCurrentCameraPose) == 0x000008, "Wrong alignment on BlueprintCameraNodeEvaluator_GetCurrentCameraPose"); \ +static_assert(sizeof(BlueprintCameraNodeEvaluator_GetCurrentCameraPose) == 0x000088, "Wrong size on BlueprintCameraNodeEvaluator_GetCurrentCameraPose"); \ +static_assert(offsetof(BlueprintCameraNodeEvaluator_GetCurrentCameraPose, ReturnValue) == 0x000000, "Member 'BlueprintCameraNodeEvaluator_GetCurrentCameraPose::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraNodeEvaluator_GetPlayerController \ +static_assert(alignof(BlueprintCameraNodeEvaluator_GetPlayerController) == 0x000008, "Wrong alignment on BlueprintCameraNodeEvaluator_GetPlayerController"); \ +static_assert(sizeof(BlueprintCameraNodeEvaluator_GetPlayerController) == 0x000008, "Wrong size on BlueprintCameraNodeEvaluator_GetPlayerController"); \ +static_assert(offsetof(BlueprintCameraNodeEvaluator_GetPlayerController, ReturnValue) == 0x000000, "Member 'BlueprintCameraNodeEvaluator_GetPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintCameraNodeEvaluator_SetDefaultOwningCameraRigParameters \ +static_assert(alignof(BlueprintCameraNodeEvaluator_SetDefaultOwningCameraRigParameters) == 0x000008, "Wrong alignment on BlueprintCameraNodeEvaluator_SetDefaultOwningCameraRigParameters"); \ +static_assert(sizeof(BlueprintCameraNodeEvaluator_SetDefaultOwningCameraRigParameters) == 0x000018, "Wrong size on BlueprintCameraNodeEvaluator_SetDefaultOwningCameraRigParameters"); \ +static_assert(offsetof(BlueprintCameraNodeEvaluator_SetDefaultOwningCameraRigParameters, TargetCameraData) == 0x000000, "Member 'BlueprintCameraNodeEvaluator_SetDefaultOwningCameraRigParameters::TargetCameraData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintCameraNodeEvaluator \ +static_assert(alignof(UBlueprintCameraNodeEvaluator) == 0x000008, "Wrong alignment on UBlueprintCameraNodeEvaluator"); \ +static_assert(sizeof(UBlueprintCameraNodeEvaluator) == 0x000110, "Wrong size on UBlueprintCameraNodeEvaluator"); \ +static_assert(offsetof(UBlueprintCameraNodeEvaluator, bIsFirstFrame) == 0x000028, "Member 'UBlueprintCameraNodeEvaluator::bIsFirstFrame' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCameraNodeEvaluator, bIsActiveCameraRig) == 0x000029, "Member 'UBlueprintCameraNodeEvaluator::bIsActiveCameraRig' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCameraNodeEvaluator, EvaluationContextOwner) == 0x000030, "Member 'UBlueprintCameraNodeEvaluator::EvaluationContextOwner' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCameraNodeEvaluator, CameraData) == 0x000038, "Member 'UBlueprintCameraNodeEvaluator::CameraData' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCameraNodeEvaluator, CameraPose) == 0x000050, "Member 'UBlueprintCameraNodeEvaluator::CameraPose' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCameraNodeEvaluator, VariableTable) == 0x0000D8, "Member 'UBlueprintCameraNodeEvaluator::VariableTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintCameraNode \ +static_assert(alignof(UBlueprintCameraNode) == 0x000008, "Wrong alignment on UBlueprintCameraNode"); \ +static_assert(sizeof(UBlueprintCameraNode) == 0x000070, "Wrong size on UBlueprintCameraNode"); \ +static_assert(offsetof(UBlueprintCameraNode, CameraNodeEvaluatorTemplate) == 0x000040, "Member 'UBlueprintCameraNode::CameraNodeEvaluatorTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCameraNode, CameraNodeEvaluatorOverrides) == 0x000048, "Member 'UBlueprintCameraNode::CameraNodeEvaluatorOverrides' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintCameraNode, CameraNodeEvaluatorClass) == 0x000068, "Member 'UBlueprintCameraNode::CameraNodeEvaluatorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraShakeServiceCameraNode \ +static_assert(alignof(UCameraShakeServiceCameraNode) == 0x000008, "Wrong alignment on UCameraShakeServiceCameraNode"); \ +static_assert(sizeof(UCameraShakeServiceCameraNode) == 0x000038, "Wrong size on UCameraShakeServiceCameraNode"); \ + +#define DUMPER7_ASSERTS_UUpdateTrackerCameraNode \ +static_assert(alignof(UUpdateTrackerCameraNode) == 0x000008, "Wrong alignment on UUpdateTrackerCameraNode"); \ +static_assert(sizeof(UUpdateTrackerCameraNode) == 0x000078, "Wrong size on UUpdateTrackerCameraNode"); \ +static_assert(offsetof(UUpdateTrackerCameraNode, DoubleParameter) == 0x000038, "Member 'UUpdateTrackerCameraNode::DoubleParameter' has a wrong offset!"); \ +static_assert(offsetof(UUpdateTrackerCameraNode, VectorParameter) == 0x000050, "Member 'UUpdateTrackerCameraNode::VectorParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFixedTestCameraDirector \ +static_assert(alignof(UFixedTestCameraDirector) == 0x000008, "Wrong alignment on UFixedTestCameraDirector"); \ +static_assert(sizeof(UFixedTestCameraDirector) == 0x000060, "Wrong size on UFixedTestCameraDirector"); \ +static_assert(offsetof(UFixedTestCameraDirector, CameraRigs) == 0x000040, "Member 'UFixedTestCameraDirector::CameraRigs' has a wrong offset!"); \ +static_assert(offsetof(UFixedTestCameraDirector, CameraRigNames) == 0x000050, "Member 'UFixedTestCameraDirector::CameraRigNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIsCameraRigTransitionCondition \ +static_assert(alignof(UIsCameraRigTransitionCondition) == 0x000008, "Wrong alignment on UIsCameraRigTransitionCondition"); \ +static_assert(sizeof(UIsCameraRigTransitionCondition) == 0x000040, "Wrong size on UIsCameraRigTransitionCondition"); \ +static_assert(offsetof(UIsCameraRigTransitionCondition, PreviousCameraRig) == 0x000030, "Member 'UIsCameraRigTransitionCondition::PreviousCameraRig' has a wrong offset!"); \ +static_assert(offsetof(UIsCameraRigTransitionCondition, NextCameraRig) == 0x000038, "Member 'UIsCameraRigTransitionCondition::NextCameraRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTagTransitionCondition \ +static_assert(alignof(UGameplayTagTransitionCondition) == 0x000008, "Wrong alignment on UGameplayTagTransitionCondition"); \ +static_assert(sizeof(UGameplayTagTransitionCondition) == 0x0000C0, "Wrong size on UGameplayTagTransitionCondition"); \ +static_assert(offsetof(UGameplayTagTransitionCondition, PreviousGameplayTagQuery) == 0x000030, "Member 'UGameplayTagTransitionCondition::PreviousGameplayTagQuery' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagTransitionCondition, NextGameplayTagQuery) == 0x000078, "Member 'UGameplayTagTransitionCondition::NextGameplayTagQuery' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAccelerationDecelerationValueInterpolator \ +static_assert(alignof(UAccelerationDecelerationValueInterpolator) == 0x000008, "Wrong alignment on UAccelerationDecelerationValueInterpolator"); \ +static_assert(sizeof(UAccelerationDecelerationValueInterpolator) == 0x000038, "Wrong size on UAccelerationDecelerationValueInterpolator"); \ +static_assert(offsetof(UAccelerationDecelerationValueInterpolator, Acceleration) == 0x000028, "Member 'UAccelerationDecelerationValueInterpolator::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UAccelerationDecelerationValueInterpolator, MaxSpeed) == 0x00002C, "Member 'UAccelerationDecelerationValueInterpolator::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UAccelerationDecelerationValueInterpolator, Deceleration) == 0x000030, "Member 'UAccelerationDecelerationValueInterpolator::Deceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCriticalDamperValueInterpolator \ +static_assert(alignof(UCriticalDamperValueInterpolator) == 0x000008, "Wrong alignment on UCriticalDamperValueInterpolator"); \ +static_assert(sizeof(UCriticalDamperValueInterpolator) == 0x000030, "Wrong size on UCriticalDamperValueInterpolator"); \ +static_assert(offsetof(UCriticalDamperValueInterpolator, DampingFactor) == 0x000028, "Member 'UCriticalDamperValueInterpolator::DampingFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDoubleIIRValueInterpolator \ +static_assert(alignof(UDoubleIIRValueInterpolator) == 0x000008, "Wrong alignment on UDoubleIIRValueInterpolator"); \ +static_assert(sizeof(UDoubleIIRValueInterpolator) == 0x000038, "Wrong size on UDoubleIIRValueInterpolator"); \ +static_assert(offsetof(UDoubleIIRValueInterpolator, PrimarySpeed) == 0x000028, "Member 'UDoubleIIRValueInterpolator::PrimarySpeed' has a wrong offset!"); \ +static_assert(offsetof(UDoubleIIRValueInterpolator, IntermediateSpeed) == 0x00002C, "Member 'UDoubleIIRValueInterpolator::IntermediateSpeed' has a wrong offset!"); \ +static_assert(offsetof(UDoubleIIRValueInterpolator, bUseFixedStep) == 0x000030, "Member 'UDoubleIIRValueInterpolator::bUseFixedStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIIRValueInterpolator \ +static_assert(alignof(UIIRValueInterpolator) == 0x000008, "Wrong alignment on UIIRValueInterpolator"); \ +static_assert(sizeof(UIIRValueInterpolator) == 0x000030, "Wrong size on UIIRValueInterpolator"); \ +static_assert(offsetof(UIIRValueInterpolator, Speed) == 0x000028, "Member 'UIIRValueInterpolator::Speed' has a wrong offset!"); \ +static_assert(offsetof(UIIRValueInterpolator, bUseFixedStep) == 0x00002C, "Member 'UIIRValueInterpolator::bUseFixedStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraAnimationParams \ +static_assert(alignof(FCameraAnimationParams) == 0x000008, "Wrong alignment on FCameraAnimationParams"); \ +static_assert(sizeof(FCameraAnimationParams) == 0x000048, "Wrong size on FCameraAnimationParams"); \ +static_assert(offsetof(FCameraAnimationParams, PlayRate) == 0x000000, "Member 'FCameraAnimationParams::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, Scale) == 0x000004, "Member 'FCameraAnimationParams::Scale' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, EaseInType) == 0x000008, "Member 'FCameraAnimationParams::EaseInType' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, EaseInDuration) == 0x00000C, "Member 'FCameraAnimationParams::EaseInDuration' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, EaseOutType) == 0x000010, "Member 'FCameraAnimationParams::EaseOutType' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, EaseOutDuration) == 0x000014, "Member 'FCameraAnimationParams::EaseOutDuration' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, bLoop) == 0x000018, "Member 'FCameraAnimationParams::bLoop' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, StartOffset) == 0x00001C, "Member 'FCameraAnimationParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, bRandomStartTime) == 0x000020, "Member 'FCameraAnimationParams::bRandomStartTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, DurationOverride) == 0x000024, "Member 'FCameraAnimationParams::DurationOverride' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, PlaySpace) == 0x000028, "Member 'FCameraAnimationParams::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, UserPlaySpaceRot) == 0x000030, "Member 'FCameraAnimationParams::UserPlaySpaceRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraAnimationHandle \ +static_assert(alignof(FCameraAnimationHandle) == 0x000002, "Wrong alignment on FCameraAnimationHandle"); \ +static_assert(sizeof(FCameraAnimationHandle) == 0x000004, "Wrong size on FCameraAnimationHandle"); \ + +#define DUMPER7_ASSERTS_FActiveCameraAnimationInfo \ +static_assert(alignof(FActiveCameraAnimationInfo) == 0x000008, "Wrong alignment on FActiveCameraAnimationInfo"); \ +static_assert(sizeof(FActiveCameraAnimationInfo) == 0x000078, "Wrong size on FActiveCameraAnimationInfo"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, Sequence) == 0x000000, "Member 'FActiveCameraAnimationInfo::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, Params) == 0x000008, "Member 'FActiveCameraAnimationInfo::Params' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, Handle) == 0x000050, "Member 'FActiveCameraAnimationInfo::Handle' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, Player) == 0x000058, "Member 'FActiveCameraAnimationInfo::Player' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, CameraStandIn) == 0x000060, "Member 'FActiveCameraAnimationInfo::CameraStandIn' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, EaseInCurrentTime) == 0x000068, "Member 'FActiveCameraAnimationInfo::EaseInCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, EaseOutCurrentTime) == 0x00006C, "Member 'FActiveCameraAnimationInfo::EaseOutCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, bIsEasingIn) == 0x000070, "Member 'FActiveCameraAnimationInfo::bIsEasingIn' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, bIsEasingOut) == 0x000071, "Member 'FActiveCameraAnimationInfo::bIsEasingOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_CameraAnimationCameraModifier_GetCameraAnimationCameraModifier \ +static_assert(alignof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifier) == 0x000008, "Wrong alignment on CameraAnimationCameraModifier_GetCameraAnimationCameraModifier"); \ +static_assert(sizeof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifier) == 0x000018, "Wrong size on CameraAnimationCameraModifier_GetCameraAnimationCameraModifier"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifier, WorldContextObject) == 0x000000, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifier::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifier, PlayerIndex) == 0x000008, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifier::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifier, ReturnValue) == 0x000010, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID \ +static_assert(alignof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID) == 0x000008, "Wrong alignment on CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID"); \ +static_assert(sizeof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID) == 0x000018, "Wrong size on CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID, WorldContextObject) == 0x000000, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID, ControllerId) == 0x000008, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID, ReturnValue) == 0x000010, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController \ +static_assert(alignof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController) == 0x000008, "Wrong alignment on CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController"); \ +static_assert(sizeof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController) == 0x000010, "Wrong size on CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController, PlayerController) == 0x000000, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController, ReturnValue) == 0x000008, "Member 'CameraAnimationCameraModifier_GetCameraAnimationCameraModifierFromPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_PlayCameraAnimation \ +static_assert(alignof(CameraAnimationCameraModifier_PlayCameraAnimation) == 0x000008, "Wrong alignment on CameraAnimationCameraModifier_PlayCameraAnimation"); \ +static_assert(sizeof(CameraAnimationCameraModifier_PlayCameraAnimation) == 0x000058, "Wrong size on CameraAnimationCameraModifier_PlayCameraAnimation"); \ +static_assert(offsetof(CameraAnimationCameraModifier_PlayCameraAnimation, Sequence) == 0x000000, "Member 'CameraAnimationCameraModifier_PlayCameraAnimation::Sequence' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_PlayCameraAnimation, Params_0) == 0x000008, "Member 'CameraAnimationCameraModifier_PlayCameraAnimation::Params_0' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_PlayCameraAnimation, ReturnValue) == 0x000050, "Member 'CameraAnimationCameraModifier_PlayCameraAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_StopAllCameraAnimations \ +static_assert(alignof(CameraAnimationCameraModifier_StopAllCameraAnimations) == 0x000001, "Wrong alignment on CameraAnimationCameraModifier_StopAllCameraAnimations"); \ +static_assert(sizeof(CameraAnimationCameraModifier_StopAllCameraAnimations) == 0x000001, "Wrong size on CameraAnimationCameraModifier_StopAllCameraAnimations"); \ +static_assert(offsetof(CameraAnimationCameraModifier_StopAllCameraAnimations, bImmediate) == 0x000000, "Member 'CameraAnimationCameraModifier_StopAllCameraAnimations::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_StopAllCameraAnimationsOf \ +static_assert(alignof(CameraAnimationCameraModifier_StopAllCameraAnimationsOf) == 0x000008, "Wrong alignment on CameraAnimationCameraModifier_StopAllCameraAnimationsOf"); \ +static_assert(sizeof(CameraAnimationCameraModifier_StopAllCameraAnimationsOf) == 0x000010, "Wrong size on CameraAnimationCameraModifier_StopAllCameraAnimationsOf"); \ +static_assert(offsetof(CameraAnimationCameraModifier_StopAllCameraAnimationsOf, Sequence) == 0x000000, "Member 'CameraAnimationCameraModifier_StopAllCameraAnimationsOf::Sequence' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_StopAllCameraAnimationsOf, bImmediate) == 0x000008, "Member 'CameraAnimationCameraModifier_StopAllCameraAnimationsOf::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_StopCameraAnimation \ +static_assert(alignof(CameraAnimationCameraModifier_StopCameraAnimation) == 0x000002, "Wrong alignment on CameraAnimationCameraModifier_StopCameraAnimation"); \ +static_assert(sizeof(CameraAnimationCameraModifier_StopCameraAnimation) == 0x000006, "Wrong size on CameraAnimationCameraModifier_StopCameraAnimation"); \ +static_assert(offsetof(CameraAnimationCameraModifier_StopCameraAnimation, Handle) == 0x000000, "Member 'CameraAnimationCameraModifier_StopCameraAnimation::Handle' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_StopCameraAnimation, bImmediate) == 0x000004, "Member 'CameraAnimationCameraModifier_StopCameraAnimation::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimationCameraModifier_IsCameraAnimationActive \ +static_assert(alignof(CameraAnimationCameraModifier_IsCameraAnimationActive) == 0x000002, "Wrong alignment on CameraAnimationCameraModifier_IsCameraAnimationActive"); \ +static_assert(sizeof(CameraAnimationCameraModifier_IsCameraAnimationActive) == 0x000006, "Wrong size on CameraAnimationCameraModifier_IsCameraAnimationActive"); \ +static_assert(offsetof(CameraAnimationCameraModifier_IsCameraAnimationActive, Handle) == 0x000000, "Member 'CameraAnimationCameraModifier_IsCameraAnimationActive::Handle' has a wrong offset!"); \ +static_assert(offsetof(CameraAnimationCameraModifier_IsCameraAnimationActive, ReturnValue) == 0x000004, "Member 'CameraAnimationCameraModifier_IsCameraAnimationActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationCameraModifier \ +static_assert(alignof(UCameraAnimationCameraModifier) == 0x000008, "Wrong alignment on UCameraAnimationCameraModifier"); \ +static_assert(sizeof(UCameraAnimationCameraModifier) == 0x000060, "Wrong size on UCameraAnimationCameraModifier"); \ +static_assert(offsetof(UCameraAnimationCameraModifier, ActiveAnimations) == 0x000048, "Member 'UCameraAnimationCameraModifier::ActiveAnimations' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationCameraModifier, NextInstanceSerialNumber) == 0x000058, "Member 'UCameraAnimationCameraModifier::NextInstanceSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationCameraModifier \ +static_assert(alignof(EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationCameraModifier) == 0x000008, "Wrong alignment on EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationCameraModifier"); \ +static_assert(sizeof(EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationCameraModifier) == 0x000010, "Wrong size on EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationCameraModifier"); \ +static_assert(offsetof(EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationCameraModifier, PlayerCameraManager) == 0x000000, "Member 'EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationCameraModifier::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationCameraModifier, ReturnValue) == 0x000008, "Member 'EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationCameraModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationPlaySpace \ +static_assert(alignof(EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationPlaySpace) == 0x000001, "Wrong alignment on EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationPlaySpace"); \ +static_assert(sizeof(EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationPlaySpace) == 0x000002, "Wrong size on EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationPlaySpace"); \ +static_assert(offsetof(EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationPlaySpace, CameraShakePlaySpace) == 0x000000, "Member 'EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationPlaySpace::CameraShakePlaySpace' has a wrong offset!"); \ +static_assert(offsetof(EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationPlaySpace, ReturnValue) == 0x000001, "Member 'EngineCameraAnimationFunctionLibrary_Conv_CameraAnimationPlaySpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EngineCameraAnimationFunctionLibrary_Conv_CameraShakePlaySpace \ +static_assert(alignof(EngineCameraAnimationFunctionLibrary_Conv_CameraShakePlaySpace) == 0x000001, "Wrong alignment on EngineCameraAnimationFunctionLibrary_Conv_CameraShakePlaySpace"); \ +static_assert(sizeof(EngineCameraAnimationFunctionLibrary_Conv_CameraShakePlaySpace) == 0x000002, "Wrong size on EngineCameraAnimationFunctionLibrary_Conv_CameraShakePlaySpace"); \ +static_assert(offsetof(EngineCameraAnimationFunctionLibrary_Conv_CameraShakePlaySpace, CameraAnimationPlaySpace) == 0x000000, "Member 'EngineCameraAnimationFunctionLibrary_Conv_CameraShakePlaySpace::CameraAnimationPlaySpace' has a wrong offset!"); \ +static_assert(offsetof(EngineCameraAnimationFunctionLibrary_Conv_CameraShakePlaySpace, ReturnValue) == 0x000001, "Member 'EngineCameraAnimationFunctionLibrary_Conv_CameraShakePlaySpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineCameraAnimationFunctionLibrary \ +static_assert(alignof(UEngineCameraAnimationFunctionLibrary) == 0x000008, "Wrong alignment on UEngineCameraAnimationFunctionLibrary"); \ +static_assert(sizeof(UEngineCameraAnimationFunctionLibrary) == 0x000028, "Wrong size on UEngineCameraAnimationFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_EngineCamerasSubsystem_PlayCameraAnimation \ +static_assert(alignof(EngineCamerasSubsystem_PlayCameraAnimation) == 0x000008, "Wrong alignment on EngineCamerasSubsystem_PlayCameraAnimation"); \ +static_assert(sizeof(EngineCamerasSubsystem_PlayCameraAnimation) == 0x000060, "Wrong size on EngineCamerasSubsystem_PlayCameraAnimation"); \ +static_assert(offsetof(EngineCamerasSubsystem_PlayCameraAnimation, PlayerController) == 0x000000, "Member 'EngineCamerasSubsystem_PlayCameraAnimation::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(EngineCamerasSubsystem_PlayCameraAnimation, Sequence) == 0x000008, "Member 'EngineCamerasSubsystem_PlayCameraAnimation::Sequence' has a wrong offset!"); \ +static_assert(offsetof(EngineCamerasSubsystem_PlayCameraAnimation, Params_0) == 0x000010, "Member 'EngineCamerasSubsystem_PlayCameraAnimation::Params_0' has a wrong offset!"); \ +static_assert(offsetof(EngineCamerasSubsystem_PlayCameraAnimation, ReturnValue) == 0x000058, "Member 'EngineCamerasSubsystem_PlayCameraAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EngineCamerasSubsystem_StopAllCameraAnimations \ +static_assert(alignof(EngineCamerasSubsystem_StopAllCameraAnimations) == 0x000008, "Wrong alignment on EngineCamerasSubsystem_StopAllCameraAnimations"); \ +static_assert(sizeof(EngineCamerasSubsystem_StopAllCameraAnimations) == 0x000010, "Wrong size on EngineCamerasSubsystem_StopAllCameraAnimations"); \ +static_assert(offsetof(EngineCamerasSubsystem_StopAllCameraAnimations, PlayerController) == 0x000000, "Member 'EngineCamerasSubsystem_StopAllCameraAnimations::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(EngineCamerasSubsystem_StopAllCameraAnimations, bImmediate) == 0x000008, "Member 'EngineCamerasSubsystem_StopAllCameraAnimations::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EngineCamerasSubsystem_StopAllCameraAnimationsOf \ +static_assert(alignof(EngineCamerasSubsystem_StopAllCameraAnimationsOf) == 0x000008, "Wrong alignment on EngineCamerasSubsystem_StopAllCameraAnimationsOf"); \ +static_assert(sizeof(EngineCamerasSubsystem_StopAllCameraAnimationsOf) == 0x000018, "Wrong size on EngineCamerasSubsystem_StopAllCameraAnimationsOf"); \ +static_assert(offsetof(EngineCamerasSubsystem_StopAllCameraAnimationsOf, PlayerController) == 0x000000, "Member 'EngineCamerasSubsystem_StopAllCameraAnimationsOf::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(EngineCamerasSubsystem_StopAllCameraAnimationsOf, Sequence) == 0x000008, "Member 'EngineCamerasSubsystem_StopAllCameraAnimationsOf::Sequence' has a wrong offset!"); \ +static_assert(offsetof(EngineCamerasSubsystem_StopAllCameraAnimationsOf, bImmediate) == 0x000010, "Member 'EngineCamerasSubsystem_StopAllCameraAnimationsOf::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EngineCamerasSubsystem_StopCameraAnimation \ +static_assert(alignof(EngineCamerasSubsystem_StopCameraAnimation) == 0x000008, "Wrong alignment on EngineCamerasSubsystem_StopCameraAnimation"); \ +static_assert(sizeof(EngineCamerasSubsystem_StopCameraAnimation) == 0x000010, "Wrong size on EngineCamerasSubsystem_StopCameraAnimation"); \ +static_assert(offsetof(EngineCamerasSubsystem_StopCameraAnimation, PlayerController) == 0x000000, "Member 'EngineCamerasSubsystem_StopCameraAnimation::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(EngineCamerasSubsystem_StopCameraAnimation, Handle) == 0x000008, "Member 'EngineCamerasSubsystem_StopCameraAnimation::Handle' has a wrong offset!"); \ +static_assert(offsetof(EngineCamerasSubsystem_StopCameraAnimation, bImmediate) == 0x00000C, "Member 'EngineCamerasSubsystem_StopCameraAnimation::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EngineCamerasSubsystem_IsCameraAnimationActive \ +static_assert(alignof(EngineCamerasSubsystem_IsCameraAnimationActive) == 0x000008, "Wrong alignment on EngineCamerasSubsystem_IsCameraAnimationActive"); \ +static_assert(sizeof(EngineCamerasSubsystem_IsCameraAnimationActive) == 0x000010, "Wrong size on EngineCamerasSubsystem_IsCameraAnimationActive"); \ +static_assert(offsetof(EngineCamerasSubsystem_IsCameraAnimationActive, PlayerController) == 0x000000, "Member 'EngineCamerasSubsystem_IsCameraAnimationActive::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(EngineCamerasSubsystem_IsCameraAnimationActive, Handle) == 0x000008, "Member 'EngineCamerasSubsystem_IsCameraAnimationActive::Handle' has a wrong offset!"); \ +static_assert(offsetof(EngineCamerasSubsystem_IsCameraAnimationActive, ReturnValue) == 0x00000C, "Member 'EngineCamerasSubsystem_IsCameraAnimationActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngineCamerasSubsystem \ +static_assert(alignof(UEngineCamerasSubsystem) == 0x000008, "Wrong alignment on UEngineCamerasSubsystem"); \ +static_assert(sizeof(UEngineCamerasSubsystem) == 0x000038, "Wrong size on UEngineCamerasSubsystem"); \ + +#define DUMPER7_ASSERTS_UCompositeCameraShakePattern \ +static_assert(alignof(UCompositeCameraShakePattern) == 0x000008, "Wrong alignment on UCompositeCameraShakePattern"); \ +static_assert(sizeof(UCompositeCameraShakePattern) == 0x000038, "Wrong size on UCompositeCameraShakePattern"); \ +static_assert(offsetof(UCompositeCameraShakePattern, ChildPatterns) == 0x000028, "Member 'UCompositeCameraShakePattern::ChildPatterns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDefaultCameraShakeBase \ +static_assert(alignof(UDefaultCameraShakeBase) == 0x000010, "Wrong alignment on UDefaultCameraShakeBase"); \ +static_assert(sizeof(UDefaultCameraShakeBase) == 0x0000E0, "Wrong size on UDefaultCameraShakeBase"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShake_StartLegacyCameraShake \ +static_assert(alignof(LegacyCameraShake_StartLegacyCameraShake) == 0x000008, "Wrong alignment on LegacyCameraShake_StartLegacyCameraShake"); \ +static_assert(sizeof(LegacyCameraShake_StartLegacyCameraShake) == 0x000038, "Wrong size on LegacyCameraShake_StartLegacyCameraShake"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShake, PlayerCameraManager) == 0x000000, "Member 'LegacyCameraShake_StartLegacyCameraShake::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShake, ShakeClass) == 0x000008, "Member 'LegacyCameraShake_StartLegacyCameraShake::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShake, Scale) == 0x000010, "Member 'LegacyCameraShake_StartLegacyCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShake, PlaySpace) == 0x000014, "Member 'LegacyCameraShake_StartLegacyCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShake, UserPlaySpaceRot) == 0x000018, "Member 'LegacyCameraShake_StartLegacyCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShake, ReturnValue) == 0x000030, "Member 'LegacyCameraShake_StartLegacyCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShake_StartLegacyCameraShakeFromSource \ +static_assert(alignof(LegacyCameraShake_StartLegacyCameraShakeFromSource) == 0x000008, "Wrong alignment on LegacyCameraShake_StartLegacyCameraShakeFromSource"); \ +static_assert(sizeof(LegacyCameraShake_StartLegacyCameraShakeFromSource) == 0x000040, "Wrong size on LegacyCameraShake_StartLegacyCameraShakeFromSource"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, PlayerCameraManager) == 0x000000, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, ShakeClass) == 0x000008, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, SourceComponent) == 0x000010, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, Scale) == 0x000018, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::Scale' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, PlaySpace) == 0x00001C, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, UserPlaySpaceRot) == 0x000020, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_StartLegacyCameraShakeFromSource, ReturnValue) == 0x000038, "Member 'LegacyCameraShake_StartLegacyCameraShakeFromSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShake_BlueprintUpdateCameraShake \ +static_assert(alignof(LegacyCameraShake_BlueprintUpdateCameraShake) == 0x000010, "Wrong alignment on LegacyCameraShake_BlueprintUpdateCameraShake"); \ +static_assert(sizeof(LegacyCameraShake_BlueprintUpdateCameraShake) == 0x0011B0, "Wrong size on LegacyCameraShake_BlueprintUpdateCameraShake"); \ +static_assert(offsetof(LegacyCameraShake_BlueprintUpdateCameraShake, DeltaTime) == 0x000000, "Member 'LegacyCameraShake_BlueprintUpdateCameraShake::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_BlueprintUpdateCameraShake, Alpha) == 0x000004, "Member 'LegacyCameraShake_BlueprintUpdateCameraShake::Alpha' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_BlueprintUpdateCameraShake, POV) == 0x000010, "Member 'LegacyCameraShake_BlueprintUpdateCameraShake::POV' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShake_BlueprintUpdateCameraShake, ModifiedPOV) == 0x0008E0, "Member 'LegacyCameraShake_BlueprintUpdateCameraShake::ModifiedPOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShake_ReceivePlayShake \ +static_assert(alignof(LegacyCameraShake_ReceivePlayShake) == 0x000004, "Wrong alignment on LegacyCameraShake_ReceivePlayShake"); \ +static_assert(sizeof(LegacyCameraShake_ReceivePlayShake) == 0x000004, "Wrong size on LegacyCameraShake_ReceivePlayShake"); \ +static_assert(offsetof(LegacyCameraShake_ReceivePlayShake, Scale) == 0x000000, "Member 'LegacyCameraShake_ReceivePlayShake::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShake_ReceiveStopShake \ +static_assert(alignof(LegacyCameraShake_ReceiveStopShake) == 0x000001, "Wrong alignment on LegacyCameraShake_ReceiveStopShake"); \ +static_assert(sizeof(LegacyCameraShake_ReceiveStopShake) == 0x000001, "Wrong size on LegacyCameraShake_ReceiveStopShake"); \ +static_assert(offsetof(LegacyCameraShake_ReceiveStopShake, bImmediately) == 0x000000, "Member 'LegacyCameraShake_ReceiveStopShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShake_ReceiveIsFinished \ +static_assert(alignof(LegacyCameraShake_ReceiveIsFinished) == 0x000001, "Wrong alignment on LegacyCameraShake_ReceiveIsFinished"); \ +static_assert(sizeof(LegacyCameraShake_ReceiveIsFinished) == 0x000001, "Wrong size on LegacyCameraShake_ReceiveIsFinished"); \ +static_assert(offsetof(LegacyCameraShake_ReceiveIsFinished, ReturnValue) == 0x000000, "Member 'LegacyCameraShake_ReceiveIsFinished::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULegacyCameraShake \ +static_assert(alignof(ULegacyCameraShake) == 0x000010, "Wrong alignment on ULegacyCameraShake"); \ +static_assert(sizeof(ULegacyCameraShake) == 0x0001F0, "Wrong size on ULegacyCameraShake"); \ +static_assert(offsetof(ULegacyCameraShake, OscillationDuration) == 0x0000D8, "Member 'ULegacyCameraShake::OscillationDuration' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, OscillationBlendInTime) == 0x0000DC, "Member 'ULegacyCameraShake::OscillationBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, OscillationBlendOutTime) == 0x0000E0, "Member 'ULegacyCameraShake::OscillationBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, RotOscillation) == 0x0000E4, "Member 'ULegacyCameraShake::RotOscillation' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, LocOscillation) == 0x000108, "Member 'ULegacyCameraShake::LocOscillation' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, FOVOscillation) == 0x00012C, "Member 'ULegacyCameraShake::FOVOscillation' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, AnimPlayRate) == 0x000138, "Member 'ULegacyCameraShake::AnimPlayRate' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, AnimScale) == 0x00013C, "Member 'ULegacyCameraShake::AnimScale' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, AnimBlendInTime) == 0x000140, "Member 'ULegacyCameraShake::AnimBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, AnimBlendOutTime) == 0x000144, "Member 'ULegacyCameraShake::AnimBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, RandomAnimSegmentDuration) == 0x000148, "Member 'ULegacyCameraShake::RandomAnimSegmentDuration' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, AnimSequence) == 0x000150, "Member 'ULegacyCameraShake::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, OscillatorTimeRemaining) == 0x00015C, "Member 'ULegacyCameraShake::OscillatorTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(ULegacyCameraShake, SequenceShakePattern) == 0x0001D8, "Member 'ULegacyCameraShake::SequenceShakePattern' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULegacyCameraShakePattern \ +static_assert(alignof(ULegacyCameraShakePattern) == 0x000008, "Wrong alignment on ULegacyCameraShakePattern"); \ +static_assert(sizeof(ULegacyCameraShakePattern) == 0x000028, "Wrong size on ULegacyCameraShakePattern"); \ + +#define DUMPER7_ASSERTS_LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake \ +static_assert(alignof(LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake) == 0x000008, "Wrong alignment on LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake"); \ +static_assert(sizeof(LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake) == 0x000010, "Wrong size on LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake"); \ +static_assert(offsetof(LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake, CameraShake) == 0x000000, "Member 'LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake, ReturnValue) == 0x000008, "Member 'LegacyCameraShakeFunctionLibrary_Conv_LegacyCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULegacyCameraShakeFunctionLibrary \ +static_assert(alignof(ULegacyCameraShakeFunctionLibrary) == 0x000008, "Wrong alignment on ULegacyCameraShakeFunctionLibrary"); \ +static_assert(sizeof(ULegacyCameraShakeFunctionLibrary) == 0x000028, "Wrong size on ULegacyCameraShakeFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_USimpleCameraShakePattern \ +static_assert(alignof(USimpleCameraShakePattern) == 0x000008, "Wrong alignment on USimpleCameraShakePattern"); \ +static_assert(sizeof(USimpleCameraShakePattern) == 0x000058, "Wrong size on USimpleCameraShakePattern"); \ +static_assert(offsetof(USimpleCameraShakePattern, Duration) == 0x000028, "Member 'USimpleCameraShakePattern::Duration' has a wrong offset!"); \ +static_assert(offsetof(USimpleCameraShakePattern, BlendInTime) == 0x00002C, "Member 'USimpleCameraShakePattern::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(USimpleCameraShakePattern, BlendOutTime) == 0x000030, "Member 'USimpleCameraShakePattern::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerlinNoiseCameraShakePattern \ +static_assert(alignof(UPerlinNoiseCameraShakePattern) == 0x000008, "Wrong alignment on UPerlinNoiseCameraShakePattern"); \ +static_assert(sizeof(UPerlinNoiseCameraShakePattern) == 0x0000D8, "Wrong size on UPerlinNoiseCameraShakePattern"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationAmplitudeMultiplier) == 0x000058, "Member 'UPerlinNoiseCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationFrequencyMultiplier) == 0x00005C, "Member 'UPerlinNoiseCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, X) == 0x000060, "Member 'UPerlinNoiseCameraShakePattern::X' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Y) == 0x000068, "Member 'UPerlinNoiseCameraShakePattern::Y' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Z) == 0x000070, "Member 'UPerlinNoiseCameraShakePattern::Z' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationAmplitudeMultiplier) == 0x000078, "Member 'UPerlinNoiseCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationFrequencyMultiplier) == 0x00007C, "Member 'UPerlinNoiseCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Pitch) == 0x000080, "Member 'UPerlinNoiseCameraShakePattern::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Yaw) == 0x000088, "Member 'UPerlinNoiseCameraShakePattern::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Roll) == 0x000090, "Member 'UPerlinNoiseCameraShakePattern::Roll' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, FOV) == 0x000098, "Member 'UPerlinNoiseCameraShakePattern::FOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveOscillatorCameraShakePattern \ +static_assert(alignof(UWaveOscillatorCameraShakePattern) == 0x000008, "Wrong alignment on UWaveOscillatorCameraShakePattern"); \ +static_assert(sizeof(UWaveOscillatorCameraShakePattern) == 0x0000F8, "Wrong size on UWaveOscillatorCameraShakePattern"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationAmplitudeMultiplier) == 0x000058, "Member 'UWaveOscillatorCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationFrequencyMultiplier) == 0x00005C, "Member 'UWaveOscillatorCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, X) == 0x000060, "Member 'UWaveOscillatorCameraShakePattern::X' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Y) == 0x00006C, "Member 'UWaveOscillatorCameraShakePattern::Y' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Z) == 0x000078, "Member 'UWaveOscillatorCameraShakePattern::Z' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationAmplitudeMultiplier) == 0x000084, "Member 'UWaveOscillatorCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationFrequencyMultiplier) == 0x000088, "Member 'UWaveOscillatorCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Pitch) == 0x00008C, "Member 'UWaveOscillatorCameraShakePattern::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Yaw) == 0x000098, "Member 'UWaveOscillatorCameraShakePattern::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Roll) == 0x0000A4, "Member 'UWaveOscillatorCameraShakePattern::Roll' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, FOV) == 0x0000B0, "Member 'UWaveOscillatorCameraShakePattern::FOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestCameraShake \ +static_assert(alignof(UTestCameraShake) == 0x000010, "Wrong alignment on UTestCameraShake"); \ +static_assert(sizeof(UTestCameraShake) == 0x0000E0, "Wrong size on UTestCameraShake"); \ + +#define DUMPER7_ASSERTS_UConstantCameraShakePattern \ +static_assert(alignof(UConstantCameraShakePattern) == 0x000008, "Wrong alignment on UConstantCameraShakePattern"); \ +static_assert(sizeof(UConstantCameraShakePattern) == 0x000088, "Wrong size on UConstantCameraShakePattern"); \ +static_assert(offsetof(UConstantCameraShakePattern, LocationOffset) == 0x000058, "Member 'UConstantCameraShakePattern::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UConstantCameraShakePattern, RotationOffset) == 0x000070, "Member 'UConstantCameraShakePattern::RotationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation \ +static_assert(alignof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation) == 0x000008, "Wrong alignment on CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation"); \ +static_assert(sizeof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation) == 0x000398, "Wrong size on CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, InCameraContext) == 0x000000, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, InViewRotation) == 0x000068, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::InViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, InDeltaRot) == 0x000080, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::InDeltaRot' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, OutCameraContext) == 0x000098, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::OutCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, OutViewRotation) == 0x000100, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::OutViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, OutDeltaRot) == 0x000118, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::OutDeltaRot' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, K2Node_MakeStruct_CJCameraContext) == 0x000130, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::K2Node_MakeStruct_CJCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_GetVelocity_ReturnValue) == 0x000198, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_BreakVector_X) == 0x0001B0, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_BreakVector_Y) == 0x0001B8, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_BreakVector_Z) == 0x0001C0, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0001C8, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_Abs_ReturnValue) == 0x0001E0, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_BreakRotator_Roll) == 0x0001E8, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_BreakRotator_Pitch) == 0x0001EC, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_BreakRotator_Yaw) == 0x0001F0, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_Conv_DoubleToString_ReturnValue) == 0x0001F8, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_Abs_ReturnValue_1) == 0x000208, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_Conv_DoubleToString_ReturnValue_1) == 0x000210, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_Conv_DoubleToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000220, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000228, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_BreakRotator_Roll_1) == 0x000240, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_BreakRotator_Pitch_1) == 0x000244, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_BreakRotator_Yaw_1) == 0x000248, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_Conv_DoubleToString_ReturnValue_2) == 0x000250, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_Conv_DoubleToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_FloatSpringInterp_ReturnValue) == 0x000260, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_FloatSpringInterp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_MakeRotator_ReturnValue) == 0x000268, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000280, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast) == 0x000380, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_Abs_A_ImplicitCast) == 0x000388, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_1) == 0x000390, "Member 'CJCM_VehicleBumpAndRoll_C_BlueprintProcessViewRotation::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_VehicleBumpAndRoll_C \ +static_assert(alignof(UCJCM_VehicleBumpAndRoll_C) == 0x000008, "Wrong alignment on UCJCM_VehicleBumpAndRoll_C"); \ +static_assert(sizeof(UCJCM_VehicleBumpAndRoll_C) == 0x000090, "Wrong size on UCJCM_VehicleBumpAndRoll_C"); \ +static_assert(offsetof(UCJCM_VehicleBumpAndRoll_C, Stiffness) == 0x000030, "Member 'UCJCM_VehicleBumpAndRoll_C::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_VehicleBumpAndRoll_C, Critical_Damping_Factor) == 0x000034, "Member 'UCJCM_VehicleBumpAndRoll_C::Critical_Damping_Factor' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_VehicleBumpAndRoll_C, Mass) == 0x000038, "Member 'UCJCM_VehicleBumpAndRoll_C::Mass' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_VehicleBumpAndRoll_C, Spring_State) == 0x00003C, "Member 'UCJCM_VehicleBumpAndRoll_C::Spring_State' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_VehicleBumpAndRoll_C, CurveSmoothing) == 0x000048, "Member 'UCJCM_VehicleBumpAndRoll_C::CurveSmoothing' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_VehicleBumpAndRoll_C, Print_to_Screen) == 0x00004C, "Member 'UCJCM_VehicleBumpAndRoll_C::Print_to_Screen' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_VehicleBumpAndRoll_C, Context) == 0x000050, "Member 'UCJCM_VehicleBumpAndRoll_C::Context' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_VehicleBumpAndRoll_C, Current) == 0x000080, "Member 'UCJCM_VehicleBumpAndRoll_C::Current' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_VehicleBumpAndRoll_C, Min_Value) == 0x000084, "Member 'UCJCM_VehicleBumpAndRoll_C::Min_Value' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_VehicleBumpAndRoll_C, Max_Value) == 0x000088, "Member 'UCJCM_VehicleBumpAndRoll_C::Max_Value' 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_UChaosClothConfig \ +static_assert(alignof(UChaosClothConfig) == 0x000008, "Wrong alignment on UChaosClothConfig"); \ +static_assert(sizeof(UChaosClothConfig) == 0x000180, "Wrong size on UChaosClothConfig"); \ +static_assert(offsetof(UChaosClothConfig, MassMode) == 0x000028, "Member 'UChaosClothConfig::MassMode' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, UniformMass) == 0x00002C, "Member 'UChaosClothConfig::UniformMass' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, TotalMass) == 0x000030, "Member 'UChaosClothConfig::TotalMass' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Density) == 0x000034, "Member 'UChaosClothConfig::Density' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, MinPerParticleMass) == 0x000038, "Member 'UChaosClothConfig::MinPerParticleMass' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, EdgeStiffnessWeighted) == 0x00003C, "Member 'UChaosClothConfig::EdgeStiffnessWeighted' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, BendingStiffnessWeighted) == 0x000044, "Member 'UChaosClothConfig::BendingStiffnessWeighted' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseBendingElements) == 0x00004C, "Member 'UChaosClothConfig::bUseBendingElements' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, BucklingRatio) == 0x000050, "Member 'UChaosClothConfig::BucklingRatio' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, BucklingStiffnessWeighted) == 0x000054, "Member 'UChaosClothConfig::BucklingStiffnessWeighted' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, FlatnessRatio) == 0x00005C, "Member 'UChaosClothConfig::FlatnessRatio' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AreaStiffnessWeighted) == 0x000064, "Member 'UChaosClothConfig::AreaStiffnessWeighted' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, VolumeStiffness) == 0x00006C, "Member 'UChaosClothConfig::VolumeStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, TetherStiffness) == 0x000070, "Member 'UChaosClothConfig::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, TetherScale) == 0x000078, "Member 'UChaosClothConfig::TetherScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseGeodesicDistance) == 0x000080, "Member 'UChaosClothConfig::bUseGeodesicDistance' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, ShapeTargetStiffness) == 0x000084, "Member 'UChaosClothConfig::ShapeTargetStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, CollisionThickness) == 0x000088, "Member 'UChaosClothConfig::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, FrictionCoefficient) == 0x00008C, "Member 'UChaosClothConfig::FrictionCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseCCD) == 0x000090, "Member 'UChaosClothConfig::bUseCCD' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseSelfCollisions) == 0x000091, "Member 'UChaosClothConfig::bUseSelfCollisions' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, SelfCollisionThickness) == 0x000094, "Member 'UChaosClothConfig::SelfCollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, SelfCollisionFriction) == 0x000098, "Member 'UChaosClothConfig::SelfCollisionFriction' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseSelfIntersections) == 0x00009C, "Member 'UChaosClothConfig::bUseSelfIntersections' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseSelfCollisionSpheres) == 0x00009D, "Member 'UChaosClothConfig::bUseSelfCollisionSpheres' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, SelfCollisionSphereRadius) == 0x0000A0, "Member 'UChaosClothConfig::SelfCollisionSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, SelfCollisionSphereStiffness) == 0x0000A4, "Member 'UChaosClothConfig::SelfCollisionSphereStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, SelfCollisionSphereRadiusCullMultiplier) == 0x0000A8, "Member 'UChaosClothConfig::SelfCollisionSphereRadiusCullMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseLegacyBackstop) == 0x0000AC, "Member 'UChaosClothConfig::bUseLegacyBackstop' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, DampingCoefficient) == 0x0000B0, "Member 'UChaosClothConfig::DampingCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, LocalDampingCoefficient) == 0x0000B4, "Member 'UChaosClothConfig::LocalDampingCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUsePointBasedWindModel) == 0x0000B8, "Member 'UChaosClothConfig::bUsePointBasedWindModel' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Drag) == 0x0000BC, "Member 'UChaosClothConfig::Drag' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bEnableOuterDrag) == 0x0000C4, "Member 'UChaosClothConfig::bEnableOuterDrag' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, OuterDrag) == 0x0000C8, "Member 'UChaosClothConfig::OuterDrag' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Lift) == 0x0000D0, "Member 'UChaosClothConfig::Lift' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bEnableOuterLift) == 0x0000D8, "Member 'UChaosClothConfig::bEnableOuterLift' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, OuterLift) == 0x0000DC, "Member 'UChaosClothConfig::OuterLift' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseGravityOverride) == 0x0000E4, "Member 'UChaosClothConfig::bUseGravityOverride' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, GravityScale) == 0x0000E8, "Member 'UChaosClothConfig::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Gravity) == 0x0000F0, "Member 'UChaosClothConfig::Gravity' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Pressure) == 0x000108, "Member 'UChaosClothConfig::Pressure' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AnimDriveStiffness) == 0x000110, "Member 'UChaosClothConfig::AnimDriveStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AnimDriveDamping) == 0x000118, "Member 'UChaosClothConfig::AnimDriveDamping' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, VelocityScaleSpace) == 0x000120, "Member 'UChaosClothConfig::VelocityScaleSpace' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, LinearVelocityScale) == 0x000128, "Member 'UChaosClothConfig::LinearVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bEnableLinearVelocityClamping) == 0x000140, "Member 'UChaosClothConfig::bEnableLinearVelocityClamping' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, MaxLinearVelocity) == 0x000144, "Member 'UChaosClothConfig::MaxLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bEnableLinearAccelerationClamping) == 0x000150, "Member 'UChaosClothConfig::bEnableLinearAccelerationClamping' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, MaxLinearAcceleration) == 0x000154, "Member 'UChaosClothConfig::MaxLinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AngularVelocityScale) == 0x000160, "Member 'UChaosClothConfig::AngularVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bEnableAngularVelocityClamping) == 0x000164, "Member 'UChaosClothConfig::bEnableAngularVelocityClamping' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, MaxAngularVelocity) == 0x000168, "Member 'UChaosClothConfig::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bEnableAngularAccelerationClamping) == 0x00016C, "Member 'UChaosClothConfig::bEnableAngularAccelerationClamping' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, MaxAngularAcceleration) == 0x000170, "Member 'UChaosClothConfig::MaxAngularAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, FictitiousAngularScale) == 0x000174, "Member 'UChaosClothConfig::FictitiousAngularScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseTetrahedralConstraints) == 0x000178, "Member 'UChaosClothConfig::bUseTetrahedralConstraints' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseThinShellVolumeConstraints) == 0x000179, "Member 'UChaosClothConfig::bUseThinShellVolumeConstraints' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseContinuousCollisionDetection) == 0x00017A, "Member 'UChaosClothConfig::bUseContinuousCollisionDetection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosClothSharedSimConfig \ +static_assert(alignof(UChaosClothSharedSimConfig) == 0x000008, "Wrong alignment on UChaosClothSharedSimConfig"); \ +static_assert(sizeof(UChaosClothSharedSimConfig) == 0x000038, "Wrong size on UChaosClothSharedSimConfig"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, IterationCount) == 0x000028, "Member 'UChaosClothSharedSimConfig::IterationCount' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, MaxIterationCount) == 0x00002C, "Member 'UChaosClothSharedSimConfig::MaxIterationCount' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, SubdivisionCount) == 0x000030, "Member 'UChaosClothSharedSimConfig::SubdivisionCount' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, bUseLocalSpaceSimulation) == 0x000034, "Member 'UChaosClothSharedSimConfig::bUseLocalSpaceSimulation' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothSharedSimConfig, bUseXPBDConstraints) == 0x000035, "Member 'UChaosClothSharedSimConfig::bUseXPBDConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosClothingSimulationFactory \ +static_assert(alignof(UChaosClothingSimulationFactory) == 0x000008, "Wrong alignment on UChaosClothingSimulationFactory"); \ +static_assert(sizeof(UChaosClothingSimulationFactory) == 0x000028, "Wrong size on UChaosClothingSimulationFactory"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_ResetAndTeleport \ +static_assert(alignof(ChaosClothingInteractor_ResetAndTeleport) == 0x000001, "Wrong alignment on ChaosClothingInteractor_ResetAndTeleport"); \ +static_assert(sizeof(ChaosClothingInteractor_ResetAndTeleport) == 0x000002, "Wrong size on ChaosClothingInteractor_ResetAndTeleport"); \ +static_assert(offsetof(ChaosClothingInteractor_ResetAndTeleport, bReset) == 0x000000, "Member 'ChaosClothingInteractor_ResetAndTeleport::bReset' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_ResetAndTeleport, bTeleport) == 0x000001, "Member 'ChaosClothingInteractor_ResetAndTeleport::bTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetAerodynamics \ +static_assert(alignof(ChaosClothingInteractor_SetAerodynamics) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetAerodynamics"); \ +static_assert(sizeof(ChaosClothingInteractor_SetAerodynamics) == 0x000020, "Wrong size on ChaosClothingInteractor_SetAerodynamics"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAerodynamics, DragCoefficient) == 0x000000, "Member 'ChaosClothingInteractor_SetAerodynamics::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAerodynamics, LiftCoefficient) == 0x000004, "Member 'ChaosClothingInteractor_SetAerodynamics::LiftCoefficient' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAerodynamics, WindVelocity) == 0x000008, "Member 'ChaosClothingInteractor_SetAerodynamics::WindVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetAnimDrive \ +static_assert(alignof(ChaosClothingInteractor_SetAnimDrive) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetAnimDrive"); \ +static_assert(sizeof(ChaosClothingInteractor_SetAnimDrive) == 0x000020, "Wrong size on ChaosClothingInteractor_SetAnimDrive"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAnimDrive, AnimDriveStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetAnimDrive::AnimDriveStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAnimDrive, AnimDriveDamping) == 0x000010, "Member 'ChaosClothingInteractor_SetAnimDrive::AnimDriveDamping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetAnimDriveLinear \ +static_assert(alignof(ChaosClothingInteractor_SetAnimDriveLinear) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetAnimDriveLinear"); \ +static_assert(sizeof(ChaosClothingInteractor_SetAnimDriveLinear) == 0x000004, "Wrong size on ChaosClothingInteractor_SetAnimDriveLinear"); \ +static_assert(offsetof(ChaosClothingInteractor_SetAnimDriveLinear, AnimDriveStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetAnimDriveLinear::AnimDriveStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetBackstop \ +static_assert(alignof(ChaosClothingInteractor_SetBackstop) == 0x000001, "Wrong alignment on ChaosClothingInteractor_SetBackstop"); \ +static_assert(sizeof(ChaosClothingInteractor_SetBackstop) == 0x000001, "Wrong size on ChaosClothingInteractor_SetBackstop"); \ +static_assert(offsetof(ChaosClothingInteractor_SetBackstop, bEnabled) == 0x000000, "Member 'ChaosClothingInteractor_SetBackstop::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetCollision \ +static_assert(alignof(ChaosClothingInteractor_SetCollision) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetCollision"); \ +static_assert(sizeof(ChaosClothingInteractor_SetCollision) == 0x000010, "Wrong size on ChaosClothingInteractor_SetCollision"); \ +static_assert(offsetof(ChaosClothingInteractor_SetCollision, CollisionThickness) == 0x000000, "Member 'ChaosClothingInteractor_SetCollision::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetCollision, FrictionCoefficient) == 0x000004, "Member 'ChaosClothingInteractor_SetCollision::FrictionCoefficient' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetCollision, bUseCCD) == 0x000008, "Member 'ChaosClothingInteractor_SetCollision::bUseCCD' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetCollision, SelfCollisionThickness) == 0x00000C, "Member 'ChaosClothingInteractor_SetCollision::SelfCollisionThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetDamping \ +static_assert(alignof(ChaosClothingInteractor_SetDamping) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetDamping"); \ +static_assert(sizeof(ChaosClothingInteractor_SetDamping) == 0x000008, "Wrong size on ChaosClothingInteractor_SetDamping"); \ +static_assert(offsetof(ChaosClothingInteractor_SetDamping, DampingCoefficient) == 0x000000, "Member 'ChaosClothingInteractor_SetDamping::DampingCoefficient' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetDamping, LocalDampingCoefficient) == 0x000004, "Member 'ChaosClothingInteractor_SetDamping::LocalDampingCoefficient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetGravity \ +static_assert(alignof(ChaosClothingInteractor_SetGravity) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetGravity"); \ +static_assert(sizeof(ChaosClothingInteractor_SetGravity) == 0x000020, "Wrong size on ChaosClothingInteractor_SetGravity"); \ +static_assert(offsetof(ChaosClothingInteractor_SetGravity, GravityScale) == 0x000000, "Member 'ChaosClothingInteractor_SetGravity::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetGravity, bIsGravityOverridden) == 0x000004, "Member 'ChaosClothingInteractor_SetGravity::bIsGravityOverridden' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetGravity, GravityOverride) == 0x000008, "Member 'ChaosClothingInteractor_SetGravity::GravityOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetLongRangeAttachment \ +static_assert(alignof(ChaosClothingInteractor_SetLongRangeAttachment) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetLongRangeAttachment"); \ +static_assert(sizeof(ChaosClothingInteractor_SetLongRangeAttachment) == 0x000020, "Wrong size on ChaosClothingInteractor_SetLongRangeAttachment"); \ +static_assert(offsetof(ChaosClothingInteractor_SetLongRangeAttachment, TetherStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetLongRangeAttachment::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetLongRangeAttachment, TetherScale) == 0x000010, "Member 'ChaosClothingInteractor_SetLongRangeAttachment::TetherScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetLongRangeAttachmentLinear \ +static_assert(alignof(ChaosClothingInteractor_SetLongRangeAttachmentLinear) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetLongRangeAttachmentLinear"); \ +static_assert(sizeof(ChaosClothingInteractor_SetLongRangeAttachmentLinear) == 0x000008, "Wrong size on ChaosClothingInteractor_SetLongRangeAttachmentLinear"); \ +static_assert(offsetof(ChaosClothingInteractor_SetLongRangeAttachmentLinear, TetherStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetLongRangeAttachmentLinear::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetLongRangeAttachmentLinear, TetherScale) == 0x000004, "Member 'ChaosClothingInteractor_SetLongRangeAttachmentLinear::TetherScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetMaterial \ +static_assert(alignof(ChaosClothingInteractor_SetMaterial) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetMaterial"); \ +static_assert(sizeof(ChaosClothingInteractor_SetMaterial) == 0x000030, "Wrong size on ChaosClothingInteractor_SetMaterial"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterial, EdgeStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetMaterial::EdgeStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterial, BendingStiffness) == 0x000010, "Member 'ChaosClothingInteractor_SetMaterial::BendingStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterial, AreaStiffness) == 0x000020, "Member 'ChaosClothingInteractor_SetMaterial::AreaStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetMaterialBuckling \ +static_assert(alignof(ChaosClothingInteractor_SetMaterialBuckling) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetMaterialBuckling"); \ +static_assert(sizeof(ChaosClothingInteractor_SetMaterialBuckling) == 0x000020, "Wrong size on ChaosClothingInteractor_SetMaterialBuckling"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterialBuckling, BucklingRatio) == 0x000000, "Member 'ChaosClothingInteractor_SetMaterialBuckling::BucklingRatio' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterialBuckling, BucklingStiffness) == 0x000010, "Member 'ChaosClothingInteractor_SetMaterialBuckling::BucklingStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetMaterialLinear \ +static_assert(alignof(ChaosClothingInteractor_SetMaterialLinear) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetMaterialLinear"); \ +static_assert(sizeof(ChaosClothingInteractor_SetMaterialLinear) == 0x00000C, "Wrong size on ChaosClothingInteractor_SetMaterialLinear"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterialLinear, EdgeStiffness) == 0x000000, "Member 'ChaosClothingInteractor_SetMaterialLinear::EdgeStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterialLinear, BendingStiffness) == 0x000004, "Member 'ChaosClothingInteractor_SetMaterialLinear::BendingStiffness' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetMaterialLinear, AreaStiffness) == 0x000008, "Member 'ChaosClothingInteractor_SetMaterialLinear::AreaStiffness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetPressure \ +static_assert(alignof(ChaosClothingInteractor_SetPressure) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetPressure"); \ +static_assert(sizeof(ChaosClothingInteractor_SetPressure) == 0x000010, "Wrong size on ChaosClothingInteractor_SetPressure"); \ +static_assert(offsetof(ChaosClothingInteractor_SetPressure, Pressure) == 0x000000, "Member 'ChaosClothingInteractor_SetPressure::Pressure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChaosClothingInteractor_SetVelocityClamps \ +static_assert(alignof(ChaosClothingInteractor_SetVelocityClamps) == 0x000008, "Wrong alignment on ChaosClothingInteractor_SetVelocityClamps"); \ +static_assert(sizeof(ChaosClothingInteractor_SetVelocityClamps) == 0x000050, "Wrong size on ChaosClothingInteractor_SetVelocityClamps"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityClamps, bEnableLinearVelocityClamping) == 0x000000, "Member 'ChaosClothingInteractor_SetVelocityClamps::bEnableLinearVelocityClamping' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityClamps, MaxLinearVelocity) == 0x000008, "Member 'ChaosClothingInteractor_SetVelocityClamps::MaxLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityClamps, bEnableLinearAccelerationClamping) == 0x000020, "Member 'ChaosClothingInteractor_SetVelocityClamps::bEnableLinearAccelerationClamping' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityClamps, MaxLinearAcceleration) == 0x000028, "Member 'ChaosClothingInteractor_SetVelocityClamps::MaxLinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityClamps, bEnableAngularVelocityClamping) == 0x000040, "Member 'ChaosClothingInteractor_SetVelocityClamps::bEnableAngularVelocityClamping' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityClamps, MaxAngularVelocity) == 0x000044, "Member 'ChaosClothingInteractor_SetVelocityClamps::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityClamps, bEnableAngularAccelerationClamping) == 0x000048, "Member 'ChaosClothingInteractor_SetVelocityClamps::bEnableAngularAccelerationClamping' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetVelocityClamps, MaxAngularAcceleration) == 0x00004C, "Member 'ChaosClothingInteractor_SetVelocityClamps::MaxAngularAcceleration' 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) == 0x000060, "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!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetWind, OuterDrag) == 0x000040, "Member 'ChaosClothingInteractor_SetWind::OuterDrag' has a wrong offset!"); \ +static_assert(offsetof(ChaosClothingInteractor_SetWind, OuterLift) == 0x000050, "Member 'ChaosClothingInteractor_SetWind::OuterLift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosClothingInteractor \ +static_assert(alignof(UChaosClothingInteractor) == 0x000008, "Wrong alignment on UChaosClothingInteractor"); \ +static_assert(sizeof(UChaosClothingInteractor) == 0x000050, "Wrong size on UChaosClothingInteractor"); \ + +#define DUMPER7_ASSERTS_UChaosClothingSimulationInteractor \ +static_assert(alignof(UChaosClothingSimulationInteractor) == 0x000008, "Wrong alignment on UChaosClothingSimulationInteractor"); \ +static_assert(sizeof(UChaosClothingSimulationInteractor) == 0x0000B0, "Wrong size on UChaosClothingSimulationInteractor"); \ + +#define DUMPER7_ASSERTS_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) == 0x000C80, "Wrong size on UAudioCurveSourceComponent"); \ +static_assert(offsetof(UAudioCurveSourceComponent, CurveSourceBindingName) == 0x000C48, "Member 'UAudioCurveSourceComponent::CurveSourceBindingName' has a wrong offset!"); \ +static_assert(offsetof(UAudioCurveSourceComponent, CurveSyncOffset) == 0x000C50, "Member 'UAudioCurveSourceComponent::CurveSyncOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGLTFExportMessages \ +static_assert(alignof(FGLTFExportMessages) == 0x000008, "Wrong alignment on FGLTFExportMessages"); \ +static_assert(sizeof(FGLTFExportMessages) == 0x000030, "Wrong size on FGLTFExportMessages"); \ +static_assert(offsetof(FGLTFExportMessages, Suggestions) == 0x000000, "Member 'FGLTFExportMessages::Suggestions' has a wrong offset!"); \ +static_assert(offsetof(FGLTFExportMessages, Warnings) == 0x000010, "Member 'FGLTFExportMessages::Warnings' has a wrong offset!"); \ +static_assert(offsetof(FGLTFExportMessages, Errors) == 0x000020, "Member 'FGLTFExportMessages::Errors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGLTFMaterialBakeSize \ +static_assert(alignof(FGLTFMaterialBakeSize) == 0x000004, "Wrong alignment on FGLTFMaterialBakeSize"); \ +static_assert(sizeof(FGLTFMaterialBakeSize) == 0x00000C, "Wrong size on FGLTFMaterialBakeSize"); \ +static_assert(offsetof(FGLTFMaterialBakeSize, X) == 0x000000, "Member 'FGLTFMaterialBakeSize::X' has a wrong offset!"); \ +static_assert(offsetof(FGLTFMaterialBakeSize, Y) == 0x000004, "Member 'FGLTFMaterialBakeSize::Y' has a wrong offset!"); \ +static_assert(offsetof(FGLTFMaterialBakeSize, bAutoDetect) == 0x000008, "Member 'FGLTFMaterialBakeSize::bAutoDetect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGLTFOverrideMaterialBakeSettings \ +static_assert(alignof(FGLTFOverrideMaterialBakeSettings) == 0x000004, "Wrong alignment on FGLTFOverrideMaterialBakeSettings"); \ +static_assert(sizeof(FGLTFOverrideMaterialBakeSettings) == 0x000014, "Wrong size on FGLTFOverrideMaterialBakeSettings"); \ +static_assert(offsetof(FGLTFOverrideMaterialBakeSettings, bOverrideSize) == 0x000000, "Member 'FGLTFOverrideMaterialBakeSettings::bOverrideSize' has a wrong offset!"); \ +static_assert(offsetof(FGLTFOverrideMaterialBakeSettings, Size) == 0x000004, "Member 'FGLTFOverrideMaterialBakeSettings::Size' has a wrong offset!"); \ +static_assert(offsetof(FGLTFOverrideMaterialBakeSettings, bOverrideFilter) == 0x000010, "Member 'FGLTFOverrideMaterialBakeSettings::bOverrideFilter' has a wrong offset!"); \ +static_assert(offsetof(FGLTFOverrideMaterialBakeSettings, Filter) == 0x000011, "Member 'FGLTFOverrideMaterialBakeSettings::Filter' has a wrong offset!"); \ +static_assert(offsetof(FGLTFOverrideMaterialBakeSettings, bOverrideTiling) == 0x000012, "Member 'FGLTFOverrideMaterialBakeSettings::bOverrideTiling' has a wrong offset!"); \ +static_assert(offsetof(FGLTFOverrideMaterialBakeSettings, Tiling) == 0x000013, "Member 'FGLTFOverrideMaterialBakeSettings::Tiling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GLTFExporter_ExportToGLTF \ +static_assert(alignof(GLTFExporter_ExportToGLTF) == 0x000008, "Wrong alignment on GLTFExporter_ExportToGLTF"); \ +static_assert(sizeof(GLTFExporter_ExportToGLTF) == 0x0000A8, "Wrong size on GLTFExporter_ExportToGLTF"); \ +static_assert(offsetof(GLTFExporter_ExportToGLTF, Object) == 0x000000, "Member 'GLTFExporter_ExportToGLTF::Object' has a wrong offset!"); \ +static_assert(offsetof(GLTFExporter_ExportToGLTF, FilePath) == 0x000008, "Member 'GLTFExporter_ExportToGLTF::FilePath' has a wrong offset!"); \ +static_assert(offsetof(GLTFExporter_ExportToGLTF, Options) == 0x000018, "Member 'GLTFExporter_ExportToGLTF::Options' has a wrong offset!"); \ +static_assert(offsetof(GLTFExporter_ExportToGLTF, SelectedActors) == 0x000020, "Member 'GLTFExporter_ExportToGLTF::SelectedActors' has a wrong offset!"); \ +static_assert(offsetof(GLTFExporter_ExportToGLTF, OutMessages) == 0x000070, "Member 'GLTFExporter_ExportToGLTF::OutMessages' has a wrong offset!"); \ +static_assert(offsetof(GLTFExporter_ExportToGLTF, ReturnValue) == 0x0000A0, "Member 'GLTFExporter_ExportToGLTF::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGLTFExporter \ +static_assert(alignof(UGLTFExporter) == 0x000008, "Wrong alignment on UGLTFExporter"); \ +static_assert(sizeof(UGLTFExporter) == 0x000078, "Wrong size on UGLTFExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFAnimSequenceExporter \ +static_assert(alignof(UGLTFAnimSequenceExporter) == 0x000008, "Wrong alignment on UGLTFAnimSequenceExporter"); \ +static_assert(sizeof(UGLTFAnimSequenceExporter) == 0x000078, "Wrong size on UGLTFAnimSequenceExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFLevelExporter \ +static_assert(alignof(UGLTFLevelExporter) == 0x000008, "Wrong alignment on UGLTFLevelExporter"); \ +static_assert(sizeof(UGLTFLevelExporter) == 0x000078, "Wrong size on UGLTFLevelExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFLevelSequenceExporter \ +static_assert(alignof(UGLTFLevelSequenceExporter) == 0x000008, "Wrong alignment on UGLTFLevelSequenceExporter"); \ +static_assert(sizeof(UGLTFLevelSequenceExporter) == 0x000078, "Wrong size on UGLTFLevelSequenceExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFLevelVariantSetsExporter \ +static_assert(alignof(UGLTFLevelVariantSetsExporter) == 0x000008, "Wrong alignment on UGLTFLevelVariantSetsExporter"); \ +static_assert(sizeof(UGLTFLevelVariantSetsExporter) == 0x000078, "Wrong size on UGLTFLevelVariantSetsExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFMaterialExporter \ +static_assert(alignof(UGLTFMaterialExporter) == 0x000008, "Wrong alignment on UGLTFMaterialExporter"); \ +static_assert(sizeof(UGLTFMaterialExporter) == 0x000078, "Wrong size on UGLTFMaterialExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFSkeletalMeshExporter \ +static_assert(alignof(UGLTFSkeletalMeshExporter) == 0x000008, "Wrong alignment on UGLTFSkeletalMeshExporter"); \ +static_assert(sizeof(UGLTFSkeletalMeshExporter) == 0x000078, "Wrong size on UGLTFSkeletalMeshExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFStaticMeshExporter \ +static_assert(alignof(UGLTFStaticMeshExporter) == 0x000008, "Wrong alignment on UGLTFStaticMeshExporter"); \ +static_assert(sizeof(UGLTFStaticMeshExporter) == 0x000078, "Wrong size on UGLTFStaticMeshExporter"); \ + +#define DUMPER7_ASSERTS_UGLTFExportOptions \ +static_assert(alignof(UGLTFExportOptions) == 0x000008, "Wrong alignment on UGLTFExportOptions"); \ +static_assert(sizeof(UGLTFExportOptions) == 0x0000B8, "Wrong size on UGLTFExportOptions"); \ +static_assert(offsetof(UGLTFExportOptions, ExportUniformScale) == 0x000028, "Member 'UGLTFExportOptions::ExportUniformScale' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportPreviewMesh) == 0x00002C, "Member 'UGLTFExportOptions::bExportPreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bSkipNearDefaultValues) == 0x00002D, "Member 'UGLTFExportOptions::bSkipNearDefaultValues' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bIncludeCopyrightNotice) == 0x00002E, "Member 'UGLTFExportOptions::bIncludeCopyrightNotice' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportProxyMaterials) == 0x00002F, "Member 'UGLTFExportOptions::bExportProxyMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bUseImporterMaterialMapping) == 0x000030, "Member 'UGLTFExportOptions::bUseImporterMaterialMapping' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportUnlitMaterials) == 0x000031, "Member 'UGLTFExportOptions::bExportUnlitMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportClearCoatMaterials) == 0x000032, "Member 'UGLTFExportOptions::bExportClearCoatMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportClothMaterials) == 0x000033, "Member 'UGLTFExportOptions::bExportClothMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportThinTranslucentMaterials) == 0x000034, "Member 'UGLTFExportOptions::bExportThinTranslucentMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportSpecularGlossinessMaterials) == 0x000035, "Member 'UGLTFExportOptions::bExportSpecularGlossinessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportEmissiveStrength) == 0x000036, "Member 'UGLTFExportOptions::bExportEmissiveStrength' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, BakeMaterialInputs) == 0x000037, "Member 'UGLTFExportOptions::BakeMaterialInputs' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, DefaultMaterialBakeSize) == 0x000038, "Member 'UGLTFExportOptions::DefaultMaterialBakeSize' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, DefaultMaterialBakeFilter) == 0x000044, "Member 'UGLTFExportOptions::DefaultMaterialBakeFilter' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, DefaultMaterialBakeTiling) == 0x000045, "Member 'UGLTFExportOptions::DefaultMaterialBakeTiling' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, DefaultInputBakeSettings) == 0x000048, "Member 'UGLTFExportOptions::DefaultInputBakeSettings' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, DefaultLevelOfDetail) == 0x000098, "Member 'UGLTFExportOptions::DefaultLevelOfDetail' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportSourceModel) == 0x00009C, "Member 'UGLTFExportOptions::bExportSourceModel' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportVertexColors) == 0x00009D, "Member 'UGLTFExportOptions::bExportVertexColors' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportVertexSkinWeights) == 0x00009E, "Member 'UGLTFExportOptions::bExportVertexSkinWeights' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bMakeSkinnedMeshesRoot) == 0x00009F, "Member 'UGLTFExportOptions::bMakeSkinnedMeshesRoot' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bUseMeshQuantization) == 0x0000A0, "Member 'UGLTFExportOptions::bUseMeshQuantization' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportMorphTargets) == 0x0000A1, "Member 'UGLTFExportOptions::bExportMorphTargets' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportLevelSequences) == 0x0000A2, "Member 'UGLTFExportOptions::bExportLevelSequences' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportAnimationSequences) == 0x0000A3, "Member 'UGLTFExportOptions::bExportAnimationSequences' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, TextureImageFormat) == 0x0000A4, "Member 'UGLTFExportOptions::TextureImageFormat' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, TextureImageQuality) == 0x0000A8, "Member 'UGLTFExportOptions::TextureImageQuality' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportTextureTransforms) == 0x0000AC, "Member 'UGLTFExportOptions::bExportTextureTransforms' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportLightmaps) == 0x0000AD, "Member 'UGLTFExportOptions::bExportLightmaps' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bAdjustNormalmaps) == 0x0000AE, "Member 'UGLTFExportOptions::bAdjustNormalmaps' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportHiddenInGame) == 0x0000AF, "Member 'UGLTFExportOptions::bExportHiddenInGame' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportLights) == 0x0000B0, "Member 'UGLTFExportOptions::bExportLights' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, bExportCameras) == 0x0000B1, "Member 'UGLTFExportOptions::bExportCameras' has a wrong offset!"); \ +static_assert(offsetof(UGLTFExportOptions, ExportMaterialVariants) == 0x0000B2, "Member 'UGLTFExportOptions::ExportMaterialVariants' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGLTFProxyOptions \ +static_assert(alignof(UGLTFProxyOptions) == 0x000008, "Wrong alignment on UGLTFProxyOptions"); \ +static_assert(sizeof(UGLTFProxyOptions) == 0x000090, "Wrong size on UGLTFProxyOptions"); \ +static_assert(offsetof(UGLTFProxyOptions, bBakeMaterialInputs) == 0x000028, "Member 'UGLTFProxyOptions::bBakeMaterialInputs' has a wrong offset!"); \ +static_assert(offsetof(UGLTFProxyOptions, bUseThinTranslucentShadingModel) == 0x000029, "Member 'UGLTFProxyOptions::bUseThinTranslucentShadingModel' has a wrong offset!"); \ +static_assert(offsetof(UGLTFProxyOptions, DefaultMaterialBakeSize) == 0x00002C, "Member 'UGLTFProxyOptions::DefaultMaterialBakeSize' has a wrong offset!"); \ +static_assert(offsetof(UGLTFProxyOptions, DefaultMaterialBakeFilter) == 0x000038, "Member 'UGLTFProxyOptions::DefaultMaterialBakeFilter' has a wrong offset!"); \ +static_assert(offsetof(UGLTFProxyOptions, DefaultMaterialBakeTiling) == 0x000039, "Member 'UGLTFProxyOptions::DefaultMaterialBakeTiling' has a wrong offset!"); \ +static_assert(offsetof(UGLTFProxyOptions, DefaultInputBakeSettings) == 0x000040, "Member 'UGLTFProxyOptions::DefaultInputBakeSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGLTFMaterialExportOptions \ +static_assert(alignof(UGLTFMaterialExportOptions) == 0x000008, "Wrong alignment on UGLTFMaterialExportOptions"); \ +static_assert(sizeof(UGLTFMaterialExportOptions) == 0x000098, "Wrong size on UGLTFMaterialExportOptions"); \ +static_assert(offsetof(UGLTFMaterialExportOptions, Proxy) == 0x000028, "Member 'UGLTFMaterialExportOptions::Proxy' has a wrong offset!"); \ +static_assert(offsetof(UGLTFMaterialExportOptions, Default) == 0x000030, "Member 'UGLTFMaterialExportOptions::Default' has a wrong offset!"); \ +static_assert(offsetof(UGLTFMaterialExportOptions, Inputs) == 0x000048, "Member 'UGLTFMaterialExportOptions::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_Objective_PickupPassengers_C \ +static_assert(alignof(UPDA_Objective_PickupPassengers_C) == 0x000008, "Wrong alignment on UPDA_Objective_PickupPassengers_C"); \ +static_assert(sizeof(UPDA_Objective_PickupPassengers_C) == 0x0000E0, "Wrong size on UPDA_Objective_PickupPassengers_C"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, RequiredPassengerAmount) == 0x000030, "Member 'UPDA_Objective_PickupPassengers_C::RequiredPassengerAmount' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, SuccessDelay) == 0x000038, "Member 'UPDA_Objective_PickupPassengers_C::SuccessDelay' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, AcceptableEscapeeDeath) == 0x000040, "Member 'UPDA_Objective_PickupPassengers_C::AcceptableEscapeeDeath' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, LocationReference) == 0x000048, "Member 'UPDA_Objective_PickupPassengers_C::LocationReference' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, MaxDistance) == 0x000050, "Member 'UPDA_Objective_PickupPassengers_C::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, OnStartedCrime) == 0x000058, "Member 'UPDA_Objective_PickupPassengers_C::OnStartedCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, OnSuccessCrime) == 0x000078, "Member 'UPDA_Objective_PickupPassengers_C::OnSuccessCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, FailIfNotInVehicle) == 0x000098, "Member 'UPDA_Objective_PickupPassengers_C::FailIfNotInVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, HudMarkerDisplayDistance) == 0x0000A0, "Member 'UPDA_Objective_PickupPassengers_C::HudMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, MapMarkerDusplayDistance) == 0x0000A8, "Member 'UPDA_Objective_PickupPassengers_C::MapMarkerDusplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, OnSuccessWorldState) == 0x0000B0, "Member 'UPDA_Objective_PickupPassengers_C::OnSuccessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, OnFailWorldState) == 0x0000C0, "Member 'UPDA_Objective_PickupPassengers_C::OnFailWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_PickupPassengers_C, OnSuccessWorldStateNamedInt) == 0x0000D0, "Member 'UPDA_Objective_PickupPassengers_C::OnSuccessWorldStateNamedInt' 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_FMovieSceneGeometryCollectionParams \ +static_assert(alignof(FMovieSceneGeometryCollectionParams) == 0x000008, "Wrong alignment on FMovieSceneGeometryCollectionParams"); \ +static_assert(sizeof(FMovieSceneGeometryCollectionParams) == 0x000038, "Wrong size on FMovieSceneGeometryCollectionParams"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionParams, GeometryCollectionCache) == 0x000008, "Member 'FMovieSceneGeometryCollectionParams::GeometryCollectionCache' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionParams, StartFrameOffset) == 0x000028, "Member 'FMovieSceneGeometryCollectionParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionParams, EndFrameOffset) == 0x00002C, "Member 'FMovieSceneGeometryCollectionParams::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionParams, PlayRate) == 0x000030, "Member 'FMovieSceneGeometryCollectionParams::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCollectionSectionTemplateParameters \ +static_assert(alignof(FMovieSceneGeometryCollectionSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneGeometryCollectionSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneGeometryCollectionSectionTemplateParameters) == 0x000040, "Wrong size on FMovieSceneGeometryCollectionSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionSectionTemplateParameters, SectionStartTime) == 0x000038, "Member 'FMovieSceneGeometryCollectionSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionSectionTemplateParameters, SectionEndTime) == 0x00003C, "Member 'FMovieSceneGeometryCollectionSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCollectionSectionTemplate \ +static_assert(alignof(FMovieSceneGeometryCollectionSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGeometryCollectionSectionTemplate"); \ +static_assert(sizeof(FMovieSceneGeometryCollectionSectionTemplate) == 0x000060, "Wrong size on FMovieSceneGeometryCollectionSectionTemplate"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneGeometryCollectionSectionTemplate::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneGeometryCollectionSection \ +static_assert(alignof(UMovieSceneGeometryCollectionSection) == 0x000008, "Wrong alignment on UMovieSceneGeometryCollectionSection"); \ +static_assert(sizeof(UMovieSceneGeometryCollectionSection) == 0x000140, "Wrong size on UMovieSceneGeometryCollectionSection"); \ +static_assert(offsetof(UMovieSceneGeometryCollectionSection, Params_0) == 0x000108, "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) == 0x000128, "Wrong size on UMovieSceneGeometryCollectionTrack"); \ +static_assert(offsetof(UMovieSceneGeometryCollectionTrack, AnimationSections) == 0x000118, "Member 'UMovieSceneGeometryCollectionTrack::AnimationSections' has a wrong offset!"); \ + +#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) == 0x0000A0, "Wrong size on UNiagaraDataInterfaceGeometryCollection"); \ +static_assert(offsetof(UNiagaraDataInterfaceGeometryCollection, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceGeometryCollection::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGeometryCollection, DefaultGeometryCollection) == 0x000040, "Member 'UNiagaraDataInterfaceGeometryCollection::DefaultGeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGeometryCollection, GeometryCollectionActor) == 0x000048, "Member 'UNiagaraDataInterfaceGeometryCollection::GeometryCollectionActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGeometryCollection, SourceComponent) == 0x000070, "Member 'UNiagaraDataInterfaceGeometryCollection::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGeometryCollection, GeometryCollectionUserParameter) == 0x000078, "Member 'UNiagaraDataInterfaceGeometryCollection::GeometryCollectionUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGeometryCollection, bIncludeIntermediateBones) == 0x000098, "Member 'UNiagaraDataInterfaceGeometryCollection::bIncludeIntermediateBones' 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_GlobalConfigurationDataBlueprintLibrary_GetConfigDataBool \ +static_assert(alignof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataBool) == 0x000008, "Wrong alignment on GlobalConfigurationDataBlueprintLibrary_GetConfigDataBool"); \ +static_assert(sizeof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataBool) == 0x000018, "Wrong size on GlobalConfigurationDataBlueprintLibrary_GetConfigDataBool"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataBool, EntryName) == 0x000000, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataBool::EntryName' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataBool, bValueOut) == 0x000010, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataBool::bValueOut' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataBool, ReturnValue) == 0x000011, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GlobalConfigurationDataBlueprintLibrary_GetConfigDataBoolWithDefault \ +static_assert(alignof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataBoolWithDefault) == 0x000008, "Wrong alignment on GlobalConfigurationDataBlueprintLibrary_GetConfigDataBoolWithDefault"); \ +static_assert(sizeof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataBoolWithDefault) == 0x000018, "Wrong size on GlobalConfigurationDataBlueprintLibrary_GetConfigDataBoolWithDefault"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataBoolWithDefault, EntryName) == 0x000000, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataBoolWithDefault::EntryName' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataBoolWithDefault, bDefaultValue) == 0x000010, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataBoolWithDefault::bDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataBoolWithDefault, ReturnValue) == 0x000011, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataBoolWithDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloat \ +static_assert(alignof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloat) == 0x000008, "Wrong alignment on GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloat"); \ +static_assert(sizeof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloat) == 0x000018, "Wrong size on GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloat"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloat, EntryName) == 0x000000, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloat::EntryName' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloat, ValueOut) == 0x000010, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloat::ValueOut' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloat, ReturnValue) == 0x000014, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloatWithDefault \ +static_assert(alignof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloatWithDefault) == 0x000008, "Wrong alignment on GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloatWithDefault"); \ +static_assert(sizeof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloatWithDefault) == 0x000018, "Wrong size on GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloatWithDefault"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloatWithDefault, EntryName) == 0x000000, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloatWithDefault::EntryName' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloatWithDefault, DefaultValue) == 0x000010, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloatWithDefault::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloatWithDefault, ReturnValue) == 0x000014, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataFloatWithDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GlobalConfigurationDataBlueprintLibrary_GetConfigDataInt \ +static_assert(alignof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataInt) == 0x000008, "Wrong alignment on GlobalConfigurationDataBlueprintLibrary_GetConfigDataInt"); \ +static_assert(sizeof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataInt) == 0x000018, "Wrong size on GlobalConfigurationDataBlueprintLibrary_GetConfigDataInt"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataInt, EntryName) == 0x000000, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataInt::EntryName' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataInt, ValueOut) == 0x000010, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataInt::ValueOut' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataInt, ReturnValue) == 0x000014, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GlobalConfigurationDataBlueprintLibrary_GetConfigDataIntWithDefault \ +static_assert(alignof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataIntWithDefault) == 0x000008, "Wrong alignment on GlobalConfigurationDataBlueprintLibrary_GetConfigDataIntWithDefault"); \ +static_assert(sizeof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataIntWithDefault) == 0x000018, "Wrong size on GlobalConfigurationDataBlueprintLibrary_GetConfigDataIntWithDefault"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataIntWithDefault, EntryName) == 0x000000, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataIntWithDefault::EntryName' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataIntWithDefault, DefaultValue) == 0x000010, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataIntWithDefault::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataIntWithDefault, ReturnValue) == 0x000014, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataIntWithDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GlobalConfigurationDataBlueprintLibrary_GetConfigDataObject \ +static_assert(alignof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataObject) == 0x000008, "Wrong alignment on GlobalConfigurationDataBlueprintLibrary_GetConfigDataObject"); \ +static_assert(sizeof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataObject) == 0x000020, "Wrong size on GlobalConfigurationDataBlueprintLibrary_GetConfigDataObject"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataObject, EntryName) == 0x000000, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataObject::EntryName' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataObject, ValueInOut) == 0x000010, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataObject::ValueInOut' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataObject, ReturnValue) == 0x000018, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GlobalConfigurationDataBlueprintLibrary_GetConfigDataString \ +static_assert(alignof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataString) == 0x000008, "Wrong alignment on GlobalConfigurationDataBlueprintLibrary_GetConfigDataString"); \ +static_assert(sizeof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataString) == 0x000028, "Wrong size on GlobalConfigurationDataBlueprintLibrary_GetConfigDataString"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataString, EntryName) == 0x000000, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataString::EntryName' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataString, ValueOut) == 0x000010, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataString::ValueOut' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataString, ReturnValue) == 0x000020, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GlobalConfigurationDataBlueprintLibrary_GetConfigDataStringWithDefault \ +static_assert(alignof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataStringWithDefault) == 0x000008, "Wrong alignment on GlobalConfigurationDataBlueprintLibrary_GetConfigDataStringWithDefault"); \ +static_assert(sizeof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataStringWithDefault) == 0x000030, "Wrong size on GlobalConfigurationDataBlueprintLibrary_GetConfigDataStringWithDefault"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataStringWithDefault, EntryName) == 0x000000, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataStringWithDefault::EntryName' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataStringWithDefault, DefaultValue) == 0x000010, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataStringWithDefault::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataStringWithDefault, ReturnValue) == 0x000020, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataStringWithDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct \ +static_assert(alignof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct) == 0x000008, "Wrong alignment on GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct"); \ +static_assert(sizeof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct) == 0x000030, "Wrong size on GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct, EntryName) == 0x000000, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct::EntryName' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct, StructType) == 0x000010, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct::StructType' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct, ValueOut) == 0x000018, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct::ValueOut' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct, ReturnValue) == 0x000028, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GlobalConfigurationDataBlueprintLibrary_GetConfigDataText \ +static_assert(alignof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataText) == 0x000008, "Wrong alignment on GlobalConfigurationDataBlueprintLibrary_GetConfigDataText"); \ +static_assert(sizeof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataText) == 0x000028, "Wrong size on GlobalConfigurationDataBlueprintLibrary_GetConfigDataText"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataText, EntryName) == 0x000000, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataText::EntryName' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataText, ValueOut) == 0x000010, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataText::ValueOut' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataText, ReturnValue) == 0x000020, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GlobalConfigurationDataBlueprintLibrary_GetConfigDataTextWithDefault \ +static_assert(alignof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataTextWithDefault) == 0x000008, "Wrong alignment on GlobalConfigurationDataBlueprintLibrary_GetConfigDataTextWithDefault"); \ +static_assert(sizeof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataTextWithDefault) == 0x000030, "Wrong size on GlobalConfigurationDataBlueprintLibrary_GetConfigDataTextWithDefault"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataTextWithDefault, EntryName) == 0x000000, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataTextWithDefault::EntryName' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataTextWithDefault, DefaultValue) == 0x000010, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataTextWithDefault::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(GlobalConfigurationDataBlueprintLibrary_GetConfigDataTextWithDefault, ReturnValue) == 0x000020, "Member 'GlobalConfigurationDataBlueprintLibrary_GetConfigDataTextWithDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGlobalConfigurationDataBlueprintLibrary \ +static_assert(alignof(UGlobalConfigurationDataBlueprintLibrary) == 0x000008, "Wrong alignment on UGlobalConfigurationDataBlueprintLibrary"); \ +static_assert(sizeof(UGlobalConfigurationDataBlueprintLibrary) == 0x000028, "Wrong size on UGlobalConfigurationDataBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_LocalizableMessageLibrary_Conv_LocalizableMessageToText \ +static_assert(alignof(LocalizableMessageLibrary_Conv_LocalizableMessageToText) == 0x000008, "Wrong alignment on LocalizableMessageLibrary_Conv_LocalizableMessageToText"); \ +static_assert(sizeof(LocalizableMessageLibrary_Conv_LocalizableMessageToText) == 0x000048, "Wrong size on LocalizableMessageLibrary_Conv_LocalizableMessageToText"); \ +static_assert(offsetof(LocalizableMessageLibrary_Conv_LocalizableMessageToText, WorldContextObject) == 0x000000, "Member 'LocalizableMessageLibrary_Conv_LocalizableMessageToText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LocalizableMessageLibrary_Conv_LocalizableMessageToText, Message) == 0x000008, "Member 'LocalizableMessageLibrary_Conv_LocalizableMessageToText::Message' has a wrong offset!"); \ +static_assert(offsetof(LocalizableMessageLibrary_Conv_LocalizableMessageToText, ReturnValue) == 0x000038, "Member 'LocalizableMessageLibrary_Conv_LocalizableMessageToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalizableMessageLibrary_EqualEqual_LocalizableMessage \ +static_assert(alignof(LocalizableMessageLibrary_EqualEqual_LocalizableMessage) == 0x000008, "Wrong alignment on LocalizableMessageLibrary_EqualEqual_LocalizableMessage"); \ +static_assert(sizeof(LocalizableMessageLibrary_EqualEqual_LocalizableMessage) == 0x000068, "Wrong size on LocalizableMessageLibrary_EqualEqual_LocalizableMessage"); \ +static_assert(offsetof(LocalizableMessageLibrary_EqualEqual_LocalizableMessage, A) == 0x000000, "Member 'LocalizableMessageLibrary_EqualEqual_LocalizableMessage::A' has a wrong offset!"); \ +static_assert(offsetof(LocalizableMessageLibrary_EqualEqual_LocalizableMessage, B) == 0x000030, "Member 'LocalizableMessageLibrary_EqualEqual_LocalizableMessage::B' has a wrong offset!"); \ +static_assert(offsetof(LocalizableMessageLibrary_EqualEqual_LocalizableMessage, ReturnValue) == 0x000060, "Member 'LocalizableMessageLibrary_EqualEqual_LocalizableMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalizableMessageLibrary_IsEmpty_LocalizableMessage \ +static_assert(alignof(LocalizableMessageLibrary_IsEmpty_LocalizableMessage) == 0x000008, "Wrong alignment on LocalizableMessageLibrary_IsEmpty_LocalizableMessage"); \ +static_assert(sizeof(LocalizableMessageLibrary_IsEmpty_LocalizableMessage) == 0x000038, "Wrong size on LocalizableMessageLibrary_IsEmpty_LocalizableMessage"); \ +static_assert(offsetof(LocalizableMessageLibrary_IsEmpty_LocalizableMessage, Message) == 0x000000, "Member 'LocalizableMessageLibrary_IsEmpty_LocalizableMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(LocalizableMessageLibrary_IsEmpty_LocalizableMessage, ReturnValue) == 0x000030, "Member 'LocalizableMessageLibrary_IsEmpty_LocalizableMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LocalizableMessageLibrary_Reset_LocalizableMessage \ +static_assert(alignof(LocalizableMessageLibrary_Reset_LocalizableMessage) == 0x000008, "Wrong alignment on LocalizableMessageLibrary_Reset_LocalizableMessage"); \ +static_assert(sizeof(LocalizableMessageLibrary_Reset_LocalizableMessage) == 0x000030, "Wrong size on LocalizableMessageLibrary_Reset_LocalizableMessage"); \ +static_assert(offsetof(LocalizableMessageLibrary_Reset_LocalizableMessage, Message) == 0x000000, "Member 'LocalizableMessageLibrary_Reset_LocalizableMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULocalizableMessageLibrary \ +static_assert(alignof(ULocalizableMessageLibrary) == 0x000008, "Wrong alignment on ULocalizableMessageLibrary"); \ +static_assert(sizeof(ULocalizableMessageLibrary) == 0x000028, "Wrong size on ULocalizableMessageLibrary"); \ + +#define DUMPER7_ASSERTS_MCD_PlayerIsAttacking_C_CalculateBoolValue \ +static_assert(alignof(MCD_PlayerIsAttacking_C_CalculateBoolValue) == 0x000008, "Wrong alignment on MCD_PlayerIsAttacking_C_CalculateBoolValue"); \ +static_assert(sizeof(MCD_PlayerIsAttacking_C_CalculateBoolValue) == 0x000030, "Wrong size on MCD_PlayerIsAttacking_C_CalculateBoolValue"); \ +static_assert(offsetof(MCD_PlayerIsAttacking_C_CalculateBoolValue, Controller) == 0x000000, "Member 'MCD_PlayerIsAttacking_C_CalculateBoolValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MCD_PlayerIsAttacking_C_CalculateBoolValue, DeltaTime) == 0x000008, "Member 'MCD_PlayerIsAttacking_C_CalculateBoolValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MCD_PlayerIsAttacking_C_CalculateBoolValue, OutValue) == 0x00000C, "Member 'MCD_PlayerIsAttacking_C_CalculateBoolValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_PlayerIsAttacking_C_CalculateBoolValue, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'MCD_PlayerIsAttacking_C_CalculateBoolValue::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_PlayerIsAttacking_C_CalculateBoolValue, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'MCD_PlayerIsAttacking_C_CalculateBoolValue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_PlayerIsAttacking_C_CalculateBoolValue, CallFunc_GetCurrentContextID_ReturnValue) == 0x00001C, "Member 'MCD_PlayerIsAttacking_C_CalculateBoolValue::CallFunc_GetCurrentContextID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_PlayerIsAttacking_C_CalculateBoolValue, CallFunc_GetActionTarget_ReturnValue) == 0x000020, "Member 'MCD_PlayerIsAttacking_C_CalculateBoolValue::CallFunc_GetActionTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_PlayerIsAttacking_C_CalculateBoolValue, CallFunc_GetTeamAttitudeTowards_BP_ReturnValue) == 0x000028, "Member 'MCD_PlayerIsAttacking_C_CalculateBoolValue::CallFunc_GetTeamAttitudeTowards_BP_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_PlayerIsAttacking_C_CalculateBoolValue, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'MCD_PlayerIsAttacking_C_CalculateBoolValue::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_PlayerIsAttacking_C_CalculateBoolValue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002A, "Member 'MCD_PlayerIsAttacking_C_CalculateBoolValue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMCD_PlayerIsAttacking_C \ +static_assert(alignof(UMCD_PlayerIsAttacking_C) == 0x000008, "Wrong alignment on UMCD_PlayerIsAttacking_C"); \ +static_assert(sizeof(UMCD_PlayerIsAttacking_C) == 0x000030, "Wrong size on UMCD_PlayerIsAttacking_C"); \ + +#define DUMPER7_ASSERTS_BP_Skill_TakedownHealing_C_ExecuteUbergraph_BP_Skill_TakedownHealing \ +static_assert(alignof(BP_Skill_TakedownHealing_C_ExecuteUbergraph_BP_Skill_TakedownHealing) == 0x000004, "Wrong alignment on BP_Skill_TakedownHealing_C_ExecuteUbergraph_BP_Skill_TakedownHealing"); \ +static_assert(sizeof(BP_Skill_TakedownHealing_C_ExecuteUbergraph_BP_Skill_TakedownHealing) == 0x000004, "Wrong size on BP_Skill_TakedownHealing_C_ExecuteUbergraph_BP_Skill_TakedownHealing"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_ExecuteUbergraph_BP_Skill_TakedownHealing, EntryPoint) == 0x000000, "Member 'BP_Skill_TakedownHealing_C_ExecuteUbergraph_BP_Skill_TakedownHealing::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_TakedownHealing_C_GetDealDamageMultiplier \ +static_assert(alignof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier) == 0x000008, "Wrong alignment on BP_Skill_TakedownHealing_C_GetDealDamageMultiplier"); \ +static_assert(sizeof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier) == 0x0000B0, "Wrong size on BP_Skill_TakedownHealing_C_GetDealDamageMultiplier"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, Damage) == 0x000000, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, HealthDamageMultiplier) == 0x000040, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, PostureDamageMultiplier) == 0x000048, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::PostureDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, FirstAidMultiplier) == 0x000050, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::FirstAidMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, HealAmt) == 0x000058, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::HealAmt' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000060, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x000061, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, CallFunc_GetPlayingInstance_ReturnValue) == 0x000068, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, CallFunc_GetHealthPercentage_ReturnValue) == 0x000070, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000080, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000088, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, CallFunc_SelectFloat_ReturnValue) == 0x000090, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000098, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x0000A0, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakedownHealing_C_GetDealDamageMultiplier, CallFunc_RegainHealth_HealthRegained_ImplicitCast) == 0x0000A8, "Member 'BP_Skill_TakedownHealing_C_GetDealDamageMultiplier::CallFunc_RegainHealth_HealthRegained_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_TakedownHealing_C \ +static_assert(alignof(UBP_Skill_TakedownHealing_C) == 0x000008, "Wrong alignment on UBP_Skill_TakedownHealing_C"); \ +static_assert(sizeof(UBP_Skill_TakedownHealing_C) == 0x000030, "Wrong size on UBP_Skill_TakedownHealing_C"); \ +static_assert(offsetof(UBP_Skill_TakedownHealing_C, UberGraphFrame) == 0x000028, "Member 'UBP_Skill_TakedownHealing_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraCacheParams \ +static_assert(alignof(FMovieSceneNiagaraCacheParams) == 0x000008, "Wrong alignment on FMovieSceneNiagaraCacheParams"); \ +static_assert(sizeof(FMovieSceneNiagaraCacheParams) == 0x000088, "Wrong size on FMovieSceneNiagaraCacheParams"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, CacheParameters) == 0x000020, "Member 'FMovieSceneNiagaraCacheParams::CacheParameters' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, SimCache) == 0x000078, "Member 'FMovieSceneNiagaraCacheParams::SimCache' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, bLockCacheToReadOnly) == 0x000080, "Member 'FMovieSceneNiagaraCacheParams::bLockCacheToReadOnly' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, bOverrideQualityLevel) == 0x000081, "Member 'FMovieSceneNiagaraCacheParams::bOverrideQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, RecordQualityLevel) == 0x000082, "Member 'FMovieSceneNiagaraCacheParams::RecordQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, CacheReplayPlayMode) == 0x000083, "Member 'FMovieSceneNiagaraCacheParams::CacheReplayPlayMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheParams, SectionStretchMode) == 0x000084, "Member 'FMovieSceneNiagaraCacheParams::SectionStretchMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraSectionTemplateParameter \ +static_assert(alignof(FMovieSceneNiagaraSectionTemplateParameter) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSectionTemplateParameter"); \ +static_assert(sizeof(FMovieSceneNiagaraSectionTemplateParameter) == 0x000098, "Wrong size on FMovieSceneNiagaraSectionTemplateParameter"); \ +static_assert(offsetof(FMovieSceneNiagaraSectionTemplateParameter, SectionRange) == 0x000000, "Member 'FMovieSceneNiagaraSectionTemplateParameter::SectionRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraSectionTemplateParameter, Params) == 0x000010, "Member 'FMovieSceneNiagaraSectionTemplateParameter::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraCacheSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraCacheSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraCacheSectionTemplate) == 0x000020, "Wrong size on FMovieSceneNiagaraCacheSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraCacheSectionTemplate, CacheSections) == 0x000010, "Member 'FMovieSceneNiagaraCacheSectionTemplate::CacheSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraCacheSection \ +static_assert(alignof(UMovieSceneNiagaraCacheSection) == 0x000008, "Wrong alignment on UMovieSceneNiagaraCacheSection"); \ +static_assert(sizeof(UMovieSceneNiagaraCacheSection) == 0x0001A0, "Wrong size on UMovieSceneNiagaraCacheSection"); \ +static_assert(offsetof(UMovieSceneNiagaraCacheSection, Params_0) == 0x000110, "Member 'UMovieSceneNiagaraCacheSection::Params_0' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraCacheSection, bCacheOutOfDate) == 0x000198, "Member 'UMovieSceneNiagaraCacheSection::bCacheOutOfDate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraCacheTrack \ +static_assert(alignof(UMovieSceneNiagaraCacheTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraCacheTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraCacheTrack) == 0x000140, "Wrong size on UMovieSceneNiagaraCacheTrack"); \ +static_assert(offsetof(UMovieSceneNiagaraCacheTrack, bIsRecording) == 0x000120, "Member 'UMovieSceneNiagaraCacheTrack::bIsRecording' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraCacheTrack, AnimationSections) == 0x000128, "Member 'UMovieSceneNiagaraCacheTrack::AnimationSections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraCacheTrack, bCacheRecordingEnabled) == 0x000138, "Member 'UMovieSceneNiagaraCacheTrack::bCacheRecordingEnabled' 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_FMediaSourceColorSettings \ +static_assert(alignof(FMediaSourceColorSettings) == 0x000008, "Wrong alignment on FMediaSourceColorSettings"); \ +static_assert(sizeof(FMediaSourceColorSettings) == 0x000050, "Wrong size on FMediaSourceColorSettings"); \ +static_assert(offsetof(FMediaSourceColorSettings, EncodingOverride) == 0x000000, "Member 'FMediaSourceColorSettings::EncodingOverride' has a wrong offset!"); \ +static_assert(offsetof(FMediaSourceColorSettings, ColorSpaceOverride) == 0x000001, "Member 'FMediaSourceColorSettings::ColorSpaceOverride' has a wrong offset!"); \ +static_assert(offsetof(FMediaSourceColorSettings, RedChromaticityCoordinate) == 0x000008, "Member 'FMediaSourceColorSettings::RedChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FMediaSourceColorSettings, GreenChromaticityCoordinate) == 0x000018, "Member 'FMediaSourceColorSettings::GreenChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FMediaSourceColorSettings, BlueChromaticityCoordinate) == 0x000028, "Member 'FMediaSourceColorSettings::BlueChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FMediaSourceColorSettings, WhiteChromaticityCoordinate) == 0x000038, "Member 'FMediaSourceColorSettings::WhiteChromaticityCoordinate' has a wrong offset!"); \ +static_assert(offsetof(FMediaSourceColorSettings, ChromaticAdaptationMethod) == 0x000048, "Member 'FMediaSourceColorSettings::ChromaticAdaptationMethod' 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) == 0x000008, "Wrong size on ImgMediaSource_AddTargetObject"); \ +static_assert(offsetof(ImgMediaSource_AddTargetObject, InActor) == 0x000000, "Member 'ImgMediaSource_AddTargetObject::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_RemoveTargetObject \ +static_assert(alignof(ImgMediaSource_RemoveTargetObject) == 0x000008, "Wrong alignment on ImgMediaSource_RemoveTargetObject"); \ +static_assert(sizeof(ImgMediaSource_RemoveTargetObject) == 0x000008, "Wrong size on ImgMediaSource_RemoveTargetObject"); \ +static_assert(offsetof(ImgMediaSource_RemoveTargetObject, InActor) == 0x000000, "Member 'ImgMediaSource_RemoveTargetObject::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_SetSequencePath \ +static_assert(alignof(ImgMediaSource_SetSequencePath) == 0x000008, "Wrong alignment on ImgMediaSource_SetSequencePath"); \ +static_assert(sizeof(ImgMediaSource_SetSequencePath) == 0x000010, "Wrong size on ImgMediaSource_SetSequencePath"); \ +static_assert(offsetof(ImgMediaSource_SetSequencePath, Path) == 0x000000, "Member 'ImgMediaSource_SetSequencePath::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_SetTokenizedSequencePath \ +static_assert(alignof(ImgMediaSource_SetTokenizedSequencePath) == 0x000008, "Wrong alignment on ImgMediaSource_SetTokenizedSequencePath"); \ +static_assert(sizeof(ImgMediaSource_SetTokenizedSequencePath) == 0x000010, "Wrong size on ImgMediaSource_SetTokenizedSequencePath"); \ +static_assert(offsetof(ImgMediaSource_SetTokenizedSequencePath, Path) == 0x000000, "Member 'ImgMediaSource_SetTokenizedSequencePath::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_GetProxies \ +static_assert(alignof(ImgMediaSource_GetProxies) == 0x000008, "Wrong alignment on ImgMediaSource_GetProxies"); \ +static_assert(sizeof(ImgMediaSource_GetProxies) == 0x000010, "Wrong size on ImgMediaSource_GetProxies"); \ +static_assert(offsetof(ImgMediaSource_GetProxies, OutProxies) == 0x000000, "Member 'ImgMediaSource_GetProxies::OutProxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_GetSequencePath \ +static_assert(alignof(ImgMediaSource_GetSequencePath) == 0x000008, "Wrong alignment on ImgMediaSource_GetSequencePath"); \ +static_assert(sizeof(ImgMediaSource_GetSequencePath) == 0x000010, "Wrong size on ImgMediaSource_GetSequencePath"); \ +static_assert(offsetof(ImgMediaSource_GetSequencePath, ReturnValue) == 0x000000, "Member 'ImgMediaSource_GetSequencePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImgMediaSource \ +static_assert(alignof(UImgMediaSource) == 0x000008, "Wrong alignment on UImgMediaSource"); \ +static_assert(sizeof(UImgMediaSource) == 0x000148, "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, StartTimecode) == 0x0000AC, "Member 'UImgMediaSource::StartTimecode' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSource, SourceColorSettings) == 0x0000C8, "Member 'UImgMediaSource::SourceColorSettings' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSource, SequencePath) == 0x000118, "Member 'UImgMediaSource::SequencePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Cosmetic_Mixin_C \ +static_assert(alignof(UBP_Cosmetic_Mixin_C) == 0x000008, "Wrong alignment on UBP_Cosmetic_Mixin_C"); \ +static_assert(sizeof(UBP_Cosmetic_Mixin_C) == 0x000090, "Wrong size on UBP_Cosmetic_Mixin_C"); \ +static_assert(offsetof(UBP_Cosmetic_Mixin_C, SkeletalMesh) == 0x000088, "Member 'UBP_Cosmetic_Mixin_C::SkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImgMediaSettings \ +static_assert(alignof(UImgMediaSettings) == 0x000008, "Wrong alignment on UImgMediaSettings"); \ +static_assert(sizeof(UImgMediaSettings) == 0x000068, "Wrong size on UImgMediaSettings"); \ +static_assert(offsetof(UImgMediaSettings, DefaultFrameRate) == 0x000028, "Member 'UImgMediaSettings::DefaultFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, BandwidthThrottlingEnabled) == 0x000030, "Member 'UImgMediaSettings::BandwidthThrottlingEnabled' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheBehindPercentage) == 0x000034, "Member 'UImgMediaSettings::CacheBehindPercentage' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheSizeGB) == 0x000038, "Member 'UImgMediaSettings::CacheSizeGB' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheThreads) == 0x00003C, "Member 'UImgMediaSettings::CacheThreads' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheThreadStackSizeKB) == 0x000040, "Member 'UImgMediaSettings::CacheThreadStackSizeKB' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, GlobalCacheSizeGB) == 0x000044, "Member 'UImgMediaSettings::GlobalCacheSizeGB' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, UseGlobalCache) == 0x000048, "Member 'UImgMediaSettings::UseGlobalCache' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, ExrDecoderThreads) == 0x00004C, "Member 'UImgMediaSettings::ExrDecoderThreads' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, DefaultProxy) == 0x000050, "Member 'UImgMediaSettings::DefaultProxy' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, UseDefaultProxy) == 0x000060, "Member 'UImgMediaSettings::UseDefaultProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_Objective_Follow_C \ +static_assert(alignof(UPDA_Objective_Follow_C) == 0x000008, "Wrong alignment on UPDA_Objective_Follow_C"); \ +static_assert(sizeof(UPDA_Objective_Follow_C) == 0x000128, "Wrong size on UPDA_Objective_Follow_C"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, bShouldTriggerWantedOnStart_) == 0x000030, "Member 'UPDA_Objective_Follow_C::bShouldTriggerWantedOnStart_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, bShouldTriggerWantedOnSuccess_) == 0x000031, "Member 'UPDA_Objective_Follow_C::bShouldTriggerWantedOnSuccess_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, FollowTarget) == 0x000038, "Member 'UPDA_Objective_Follow_C::FollowTarget' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, TargetSucessRange) == 0x000040, "Member 'UPDA_Objective_Follow_C::TargetSucessRange' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, PlayerSucessRange) == 0x000048, "Member 'UPDA_Objective_Follow_C::PlayerSucessRange' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, bRequiresLineOfSightToTarget) == 0x000050, "Member 'UPDA_Objective_Follow_C::bRequiresLineOfSightToTarget' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, bBlockSucessOnWanted_) == 0x000051, "Member 'UPDA_Objective_Follow_C::bBlockSucessOnWanted_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, bRequiresVehicleForSuccess_) == 0x000052, "Member 'UPDA_Objective_Follow_C::bRequiresVehicleForSuccess_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, TimeLimit) == 0x000058, "Member 'UPDA_Objective_Follow_C::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, MaxDistanceToTarget) == 0x000060, "Member 'UPDA_Objective_Follow_C::MaxDistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, bIsWanted) == 0x000068, "Member 'UPDA_Objective_Follow_C::bIsWanted' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, bLeftVehicle) == 0x000069, "Member 'UPDA_Objective_Follow_C::bLeftVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, bBrokenVehicle) == 0x00006A, "Member 'UPDA_Objective_Follow_C::bBrokenVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, MapMarkerDisplayDistance) == 0x000070, "Member 'UPDA_Objective_Follow_C::MapMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, Area_MarkerDisplayDistance) == 0x000078, "Member 'UPDA_Objective_Follow_C::Area_MarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, AreaMarkerRadius) == 0x000080, "Member 'UPDA_Objective_Follow_C::AreaMarkerRadius' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, OnStartCrime) == 0x000088, "Member 'UPDA_Objective_Follow_C::OnStartCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, OnSuccessCrime) == 0x0000A8, "Member 'UPDA_Objective_Follow_C::OnSuccessCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, OnSuccessWorldState) == 0x0000C8, "Member 'UPDA_Objective_Follow_C::OnSuccessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, OnFailWorldState) == 0x0000D8, "Member 'UPDA_Objective_Follow_C::OnFailWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, bIsTailing) == 0x0000E8, "Member 'UPDA_Objective_Follow_C::bIsTailing' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, FollowTargetDestination) == 0x0000F0, "Member 'UPDA_Objective_Follow_C::FollowTargetDestination' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, TailinSuspicionRate) == 0x0000F8, "Member 'UPDA_Objective_Follow_C::TailinSuspicionRate' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, TailingMinDistance) == 0x000100, "Member 'UPDA_Objective_Follow_C::TailingMinDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, TailingMaxDistance) == 0x000108, "Member 'UPDA_Objective_Follow_C::TailingMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, HudMarkerDisplayDistance) == 0x000110, "Member 'UPDA_Objective_Follow_C::HudMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Follow_C, OnSuccessWorldStateNamedInt) == 0x000118, "Member 'UPDA_Objective_Follow_C::OnSuccessWorldStateNamedInt' 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) == 0x000168, "Wrong size on FMovieSceneMediaSectionParams"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaSoundComponent) == 0x000000, "Member 'FMovieSceneMediaSectionParams::MediaSoundComponent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaSource) == 0x000008, "Member 'FMovieSceneMediaSectionParams::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaSourceProxy) == 0x000010, "Member 'FMovieSceneMediaSectionParams::MediaSourceProxy' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaSourceProxyIndex) == 0x000028, "Member 'FMovieSceneMediaSectionParams::MediaSourceProxyIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaTexture) == 0x000030, "Member 'FMovieSceneMediaSectionParams::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaPlayer) == 0x000038, "Member 'FMovieSceneMediaSectionParams::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, SectionStartFrame) == 0x000040, "Member 'FMovieSceneMediaSectionParams::SectionStartFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, SectionEndFrame) == 0x000044, "Member 'FMovieSceneMediaSectionParams::SectionEndFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, bLooping) == 0x000048, "Member 'FMovieSceneMediaSectionParams::bLooping' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, StartFrameOffset) == 0x00004C, "Member 'FMovieSceneMediaSectionParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, ProxyTextureBlend) == 0x000050, "Member 'FMovieSceneMediaSectionParams::ProxyTextureBlend' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, CacheSettings) == 0x000160, "Member 'FMovieSceneMediaSectionParams::CacheSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneMediaSectionTemplate \ +static_assert(alignof(FMovieSceneMediaSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMediaSectionTemplate"); \ +static_assert(sizeof(FMovieSceneMediaSectionTemplate) == 0x000190, "Wrong size on FMovieSceneMediaSectionTemplate"); \ +static_assert(offsetof(FMovieSceneMediaSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneMediaSectionTemplate::Params' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionTemplate, MediaSection) == 0x000188, "Member 'FMovieSceneMediaSectionTemplate::MediaSection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMediaPlayerPropertySection \ +static_assert(alignof(UMovieSceneMediaPlayerPropertySection) == 0x000008, "Wrong alignment on UMovieSceneMediaPlayerPropertySection"); \ +static_assert(sizeof(UMovieSceneMediaPlayerPropertySection) == 0x000118, "Wrong size on UMovieSceneMediaPlayerPropertySection"); \ +static_assert(offsetof(UMovieSceneMediaPlayerPropertySection, MediaSource) == 0x000108, "Member 'UMovieSceneMediaPlayerPropertySection::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaPlayerPropertySection, bLoop) == 0x000110, "Member 'UMovieSceneMediaPlayerPropertySection::bLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMediaPlayerPropertyTrack \ +static_assert(alignof(UMovieSceneMediaPlayerPropertyTrack) == 0x000008, "Wrong alignment on UMovieSceneMediaPlayerPropertyTrack"); \ +static_assert(sizeof(UMovieSceneMediaPlayerPropertyTrack) == 0x000148, "Wrong size on UMovieSceneMediaPlayerPropertyTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMediaSection \ +static_assert(alignof(UMovieSceneMediaSection) == 0x000008, "Wrong alignment on UMovieSceneMediaSection"); \ +static_assert(sizeof(UMovieSceneMediaSection) == 0x000280, "Wrong size on UMovieSceneMediaSection"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaSource) == 0x000108, "Member 'UMovieSceneMediaSection::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaSourceProxyIndex) == 0x000110, "Member 'UMovieSceneMediaSection::MediaSourceProxyIndex' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, bLooping) == 0x000114, "Member 'UMovieSceneMediaSection::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, StartFrameOffset) == 0x000118, "Member 'UMovieSceneMediaSection::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaTexture) == 0x000120, "Member 'UMovieSceneMediaSection::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaSoundComponent) == 0x000128, "Member 'UMovieSceneMediaSection::MediaSoundComponent' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, bUseExternalMediaPlayer) == 0x000130, "Member 'UMovieSceneMediaSection::bUseExternalMediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, ExternalMediaPlayer) == 0x000138, "Member 'UMovieSceneMediaSection::ExternalMediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, CacheSettings) == 0x000140, "Member 'UMovieSceneMediaSection::CacheSettings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, TextureIndex) == 0x000148, "Member 'UMovieSceneMediaSection::TextureIndex' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, bManualFrameRateAlignment) == 0x00014C, "Member 'UMovieSceneMediaSection::bManualFrameRateAlignment' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, FrameRateAlignment) == 0x000150, "Member 'UMovieSceneMediaSection::FrameRateAlignment' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, bHasMediaPlayerProxy) == 0x000158, "Member 'UMovieSceneMediaSection::bHasMediaPlayerProxy' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, ChannelCanPlayerBeOpen) == 0x000160, "Member 'UMovieSceneMediaSection::ChannelCanPlayerBeOpen' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaSourceProxyBindingID) == 0x000268, "Member 'UMovieSceneMediaSection::MediaSourceProxyBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMediaTrack \ +static_assert(alignof(UMovieSceneMediaTrack) == 0x000008, "Wrong alignment on UMovieSceneMediaTrack"); \ +static_assert(sizeof(UMovieSceneMediaTrack) == 0x000130, "Wrong size on UMovieSceneMediaTrack"); \ +static_assert(offsetof(UMovieSceneMediaTrack, bSynchronousScrubbing) == 0x000118, "Member 'UMovieSceneMediaTrack::bSynchronousScrubbing' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaTrack, MediaSections) == 0x000120, "Member 'UMovieSceneMediaTrack::MediaSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompositeCorePluginSettings \ +static_assert(alignof(UCompositeCorePluginSettings) == 0x000008, "Wrong alignment on UCompositeCorePluginSettings"); \ +static_assert(sizeof(UCompositeCorePluginSettings) == 0x0000C0, "Wrong size on UCompositeCorePluginSettings"); \ +static_assert(offsetof(UCompositeCorePluginSettings, DisabledPrimitiveClasses) == 0x000040, "Member 'UCompositeCorePluginSettings::DisabledPrimitiveClasses' has a wrong offset!"); \ +static_assert(offsetof(UCompositeCorePluginSettings, AllowedComponentClasses) == 0x000050, "Member 'UCompositeCorePluginSettings::AllowedComponentClasses' has a wrong offset!"); \ +static_assert(offsetof(UCompositeCorePluginSettings, SceneViewExtensionPriority) == 0x000060, "Member 'UCompositeCorePluginSettings::SceneViewExtensionPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompositeCoreSubsystem_RegisterPrimitive \ +static_assert(alignof(CompositeCoreSubsystem_RegisterPrimitive) == 0x000008, "Wrong alignment on CompositeCoreSubsystem_RegisterPrimitive"); \ +static_assert(sizeof(CompositeCoreSubsystem_RegisterPrimitive) == 0x000008, "Wrong size on CompositeCoreSubsystem_RegisterPrimitive"); \ +static_assert(offsetof(CompositeCoreSubsystem_RegisterPrimitive, InPrimitiveComponent) == 0x000000, "Member 'CompositeCoreSubsystem_RegisterPrimitive::InPrimitiveComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CompositeCoreSubsystem_UnregisterPrimitive \ +static_assert(alignof(CompositeCoreSubsystem_UnregisterPrimitive) == 0x000008, "Wrong alignment on CompositeCoreSubsystem_UnregisterPrimitive"); \ +static_assert(sizeof(CompositeCoreSubsystem_UnregisterPrimitive) == 0x000008, "Wrong size on CompositeCoreSubsystem_UnregisterPrimitive"); \ +static_assert(offsetof(CompositeCoreSubsystem_UnregisterPrimitive, InPrimitiveComponent) == 0x000000, "Member 'CompositeCoreSubsystem_UnregisterPrimitive::InPrimitiveComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompositeCoreSubsystem \ +static_assert(alignof(UCompositeCoreSubsystem) == 0x000008, "Wrong alignment on UCompositeCoreSubsystem"); \ +static_assert(sizeof(UCompositeCoreSubsystem) == 0x000058, "Wrong size on UCompositeCoreSubsystem"); \ + +#define DUMPER7_ASSERTS_HoldoutCompositeComponent_SetEnabled \ +static_assert(alignof(HoldoutCompositeComponent_SetEnabled) == 0x000001, "Wrong alignment on HoldoutCompositeComponent_SetEnabled"); \ +static_assert(sizeof(HoldoutCompositeComponent_SetEnabled) == 0x000001, "Wrong size on HoldoutCompositeComponent_SetEnabled"); \ +static_assert(offsetof(HoldoutCompositeComponent_SetEnabled, bInEnabled) == 0x000000, "Member 'HoldoutCompositeComponent_SetEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HoldoutCompositeComponent_IsEnabled \ +static_assert(alignof(HoldoutCompositeComponent_IsEnabled) == 0x000001, "Wrong alignment on HoldoutCompositeComponent_IsEnabled"); \ +static_assert(sizeof(HoldoutCompositeComponent_IsEnabled) == 0x000001, "Wrong size on HoldoutCompositeComponent_IsEnabled"); \ +static_assert(offsetof(HoldoutCompositeComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'HoldoutCompositeComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoldoutCompositeComponent \ +static_assert(alignof(UHoldoutCompositeComponent) == 0x000010, "Wrong alignment on UHoldoutCompositeComponent"); \ +static_assert(sizeof(UHoldoutCompositeComponent) == 0x000260, "Wrong size on UHoldoutCompositeComponent"); \ +static_assert(offsetof(UHoldoutCompositeComponent, bIsEnabled) == 0x000250, "Member 'UHoldoutCompositeComponent::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaTextureResourceSettings \ +static_assert(alignof(FMediaTextureResourceSettings) == 0x000001, "Wrong alignment on FMediaTextureResourceSettings"); \ +static_assert(sizeof(FMediaTextureResourceSettings) == 0x000001, "Wrong size on FMediaTextureResourceSettings"); \ +static_assert(offsetof(FMediaTextureResourceSettings, bEnableGenMips) == 0x000000, "Member 'FMediaTextureResourceSettings::bEnableGenMips' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaPlateResource \ +static_assert(alignof(FMediaPlateResource) == 0x000008, "Wrong alignment on FMediaPlateResource"); \ +static_assert(sizeof(FMediaPlateResource) == 0x000068, "Wrong size on FMediaPlateResource"); \ +static_assert(offsetof(FMediaPlateResource, Type) == 0x000000, "Member 'FMediaPlateResource::Type' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlateResource, ExternalMediaPath) == 0x000008, "Member 'FMediaPlateResource::ExternalMediaPath' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlateResource, MediaAsset) == 0x000018, "Member 'FMediaPlateResource::MediaAsset' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlateResource, SourcePlaylist) == 0x000040, "Member 'FMediaPlateResource::SourcePlaylist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlate_SetHoldoutCompositeEnabled \ +static_assert(alignof(MediaPlate_SetHoldoutCompositeEnabled) == 0x000001, "Wrong alignment on MediaPlate_SetHoldoutCompositeEnabled"); \ +static_assert(sizeof(MediaPlate_SetHoldoutCompositeEnabled) == 0x000001, "Wrong size on MediaPlate_SetHoldoutCompositeEnabled"); \ +static_assert(offsetof(MediaPlate_SetHoldoutCompositeEnabled, bInEnabled) == 0x000000, "Member 'MediaPlate_SetHoldoutCompositeEnabled::bInEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlate_IsHoldoutCompositeEnabled \ +static_assert(alignof(MediaPlate_IsHoldoutCompositeEnabled) == 0x000001, "Wrong alignment on MediaPlate_IsHoldoutCompositeEnabled"); \ +static_assert(sizeof(MediaPlate_IsHoldoutCompositeEnabled) == 0x000001, "Wrong size on MediaPlate_IsHoldoutCompositeEnabled"); \ +static_assert(offsetof(MediaPlate_IsHoldoutCompositeEnabled, ReturnValue) == 0x000000, "Member 'MediaPlate_IsHoldoutCompositeEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMediaPlate \ +static_assert(alignof(AMediaPlate) == 0x000008, "Wrong alignment on AMediaPlate"); \ +static_assert(sizeof(AMediaPlate) == 0x0002C8, "Wrong size on AMediaPlate"); \ +static_assert(offsetof(AMediaPlate, MediaPlateComponent) == 0x0002B0, "Member 'AMediaPlate::MediaPlateComponent' has a wrong offset!"); \ +static_assert(offsetof(AMediaPlate, StaticMeshComponent) == 0x0002B8, "Member 'AMediaPlate::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AMediaPlate, bEnableHoldoutComposite) == 0x0002C0, "Member 'AMediaPlate::bEnableHoldoutComposite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaPlateAssetUserData \ +static_assert(alignof(UMediaPlateAssetUserData) == 0x000008, "Wrong alignment on UMediaPlateAssetUserData"); \ +static_assert(sizeof(UMediaPlateAssetUserData) == 0x000038, "Wrong size on UMediaPlateAssetUserData"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetLetterboxAspectRatio \ +static_assert(alignof(MediaPlateComponent_GetLetterboxAspectRatio) == 0x000004, "Wrong alignment on MediaPlateComponent_GetLetterboxAspectRatio"); \ +static_assert(sizeof(MediaPlateComponent_GetLetterboxAspectRatio) == 0x000004, "Wrong size on MediaPlateComponent_GetLetterboxAspectRatio"); \ +static_assert(offsetof(MediaPlateComponent_GetLetterboxAspectRatio, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_GetLetterboxAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetLoop \ +static_assert(alignof(MediaPlateComponent_GetLoop) == 0x000001, "Wrong alignment on MediaPlateComponent_GetLoop"); \ +static_assert(sizeof(MediaPlateComponent_GetLoop) == 0x000001, "Wrong size on MediaPlateComponent_GetLoop"); \ +static_assert(offsetof(MediaPlateComponent_GetLoop, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_GetLoop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetMediaPlayer \ +static_assert(alignof(MediaPlateComponent_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaPlateComponent_GetMediaPlayer"); \ +static_assert(sizeof(MediaPlateComponent_GetMediaPlayer) == 0x000008, "Wrong size on MediaPlateComponent_GetMediaPlayer"); \ +static_assert(offsetof(MediaPlateComponent_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetMediaTexture \ +static_assert(alignof(MediaPlateComponent_GetMediaTexture) == 0x000008, "Wrong alignment on MediaPlateComponent_GetMediaTexture"); \ +static_assert(sizeof(MediaPlateComponent_GetMediaTexture) == 0x000010, "Wrong size on MediaPlateComponent_GetMediaTexture"); \ +static_assert(offsetof(MediaPlateComponent_GetMediaTexture, Index_0) == 0x000000, "Member 'MediaPlateComponent_GetMediaTexture::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MediaPlateComponent_GetMediaTexture, ReturnValue) == 0x000008, "Member 'MediaPlateComponent_GetMediaTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_Next \ +static_assert(alignof(MediaPlateComponent_Next) == 0x000001, "Wrong alignment on MediaPlateComponent_Next"); \ +static_assert(sizeof(MediaPlateComponent_Next) == 0x000001, "Wrong size on MediaPlateComponent_Next"); \ +static_assert(offsetof(MediaPlateComponent_Next, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_Next::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_OnMediaOpened \ +static_assert(alignof(MediaPlateComponent_OnMediaOpened) == 0x000008, "Wrong alignment on MediaPlateComponent_OnMediaOpened"); \ +static_assert(sizeof(MediaPlateComponent_OnMediaOpened) == 0x000010, "Wrong size on MediaPlateComponent_OnMediaOpened"); \ +static_assert(offsetof(MediaPlateComponent_OnMediaOpened, DeviceUrl) == 0x000000, "Member 'MediaPlateComponent_OnMediaOpened::DeviceUrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_OpenLatent \ +static_assert(alignof(MediaPlateComponent_OpenLatent) == 0x000008, "Wrong alignment on MediaPlateComponent_OpenLatent"); \ +static_assert(sizeof(MediaPlateComponent_OpenLatent) == 0x000028, "Wrong size on MediaPlateComponent_OpenLatent"); \ +static_assert(offsetof(MediaPlateComponent_OpenLatent, InWorldContextObject) == 0x000000, "Member 'MediaPlateComponent_OpenLatent::InWorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(MediaPlateComponent_OpenLatent, InLatentInfo) == 0x000008, "Member 'MediaPlateComponent_OpenLatent::InLatentInfo' has a wrong offset!"); \ +static_assert(offsetof(MediaPlateComponent_OpenLatent, InTimeout) == 0x000020, "Member 'MediaPlateComponent_OpenLatent::InTimeout' has a wrong offset!"); \ +static_assert(offsetof(MediaPlateComponent_OpenLatent, bInWaitForTexture) == 0x000024, "Member 'MediaPlateComponent_OpenLatent::bInWaitForTexture' has a wrong offset!"); \ +static_assert(offsetof(MediaPlateComponent_OpenLatent, bOutSuccess) == 0x000025, "Member 'MediaPlateComponent_OpenLatent::bOutSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_Previous \ +static_assert(alignof(MediaPlateComponent_Previous) == 0x000001, "Wrong alignment on MediaPlateComponent_Previous"); \ +static_assert(sizeof(MediaPlateComponent_Previous) == 0x000001, "Wrong size on MediaPlateComponent_Previous"); \ +static_assert(offsetof(MediaPlateComponent_Previous, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_Previous::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_Rewind \ +static_assert(alignof(MediaPlateComponent_Rewind) == 0x000001, "Wrong alignment on MediaPlateComponent_Rewind"); \ +static_assert(sizeof(MediaPlateComponent_Rewind) == 0x000001, "Wrong size on MediaPlateComponent_Rewind"); \ +static_assert(offsetof(MediaPlateComponent_Rewind, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_Rewind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_Seek \ +static_assert(alignof(MediaPlateComponent_Seek) == 0x000008, "Wrong alignment on MediaPlateComponent_Seek"); \ +static_assert(sizeof(MediaPlateComponent_Seek) == 0x000010, "Wrong size on MediaPlateComponent_Seek"); \ +static_assert(offsetof(MediaPlateComponent_Seek, Time) == 0x000000, "Member 'MediaPlateComponent_Seek::Time' has a wrong offset!"); \ +static_assert(offsetof(MediaPlateComponent_Seek, ReturnValue) == 0x000008, "Member 'MediaPlateComponent_Seek::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SelectExternalMedia \ +static_assert(alignof(MediaPlateComponent_SelectExternalMedia) == 0x000008, "Wrong alignment on MediaPlateComponent_SelectExternalMedia"); \ +static_assert(sizeof(MediaPlateComponent_SelectExternalMedia) == 0x000010, "Wrong size on MediaPlateComponent_SelectExternalMedia"); \ +static_assert(offsetof(MediaPlateComponent_SelectExternalMedia, InFilePath) == 0x000000, "Member 'MediaPlateComponent_SelectExternalMedia::InFilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SelectMediaPlaylistAsset \ +static_assert(alignof(MediaPlateComponent_SelectMediaPlaylistAsset) == 0x000008, "Wrong alignment on MediaPlateComponent_SelectMediaPlaylistAsset"); \ +static_assert(sizeof(MediaPlateComponent_SelectMediaPlaylistAsset) == 0x000008, "Wrong size on MediaPlateComponent_SelectMediaPlaylistAsset"); \ +static_assert(offsetof(MediaPlateComponent_SelectMediaPlaylistAsset, InMediaPlaylist) == 0x000000, "Member 'MediaPlateComponent_SelectMediaPlaylistAsset::InMediaPlaylist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SelectMediaSourceAsset \ +static_assert(alignof(MediaPlateComponent_SelectMediaSourceAsset) == 0x000008, "Wrong alignment on MediaPlateComponent_SelectMediaSourceAsset"); \ +static_assert(sizeof(MediaPlateComponent_SelectMediaSourceAsset) == 0x000008, "Wrong size on MediaPlateComponent_SelectMediaSourceAsset"); \ +static_assert(offsetof(MediaPlateComponent_SelectMediaSourceAsset, InMediaSource) == 0x000000, "Member 'MediaPlateComponent_SelectMediaSourceAsset::InMediaSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SetEnableAudio \ +static_assert(alignof(MediaPlateComponent_SetEnableAudio) == 0x000001, "Wrong alignment on MediaPlateComponent_SetEnableAudio"); \ +static_assert(sizeof(MediaPlateComponent_SetEnableAudio) == 0x000001, "Wrong size on MediaPlateComponent_SetEnableAudio"); \ +static_assert(offsetof(MediaPlateComponent_SetEnableAudio, bInEnableAudio) == 0x000000, "Member 'MediaPlateComponent_SetEnableAudio::bInEnableAudio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SetIsAspectRatioAuto \ +static_assert(alignof(MediaPlateComponent_SetIsAspectRatioAuto) == 0x000001, "Wrong alignment on MediaPlateComponent_SetIsAspectRatioAuto"); \ +static_assert(sizeof(MediaPlateComponent_SetIsAspectRatioAuto) == 0x000001, "Wrong size on MediaPlateComponent_SetIsAspectRatioAuto"); \ +static_assert(offsetof(MediaPlateComponent_SetIsAspectRatioAuto, bInIsAspectRatioAuto) == 0x000000, "Member 'MediaPlateComponent_SetIsAspectRatioAuto::bInIsAspectRatioAuto' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SetLetterboxAspectRatio \ +static_assert(alignof(MediaPlateComponent_SetLetterboxAspectRatio) == 0x000004, "Wrong alignment on MediaPlateComponent_SetLetterboxAspectRatio"); \ +static_assert(sizeof(MediaPlateComponent_SetLetterboxAspectRatio) == 0x000004, "Wrong size on MediaPlateComponent_SetLetterboxAspectRatio"); \ +static_assert(offsetof(MediaPlateComponent_SetLetterboxAspectRatio, AspectRatio) == 0x000000, "Member 'MediaPlateComponent_SetLetterboxAspectRatio::AspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SetLoop \ +static_assert(alignof(MediaPlateComponent_SetLoop) == 0x000001, "Wrong alignment on MediaPlateComponent_SetLoop"); \ +static_assert(sizeof(MediaPlateComponent_SetLoop) == 0x000001, "Wrong size on MediaPlateComponent_SetLoop"); \ +static_assert(offsetof(MediaPlateComponent_SetLoop, bInLoop) == 0x000000, "Member 'MediaPlateComponent_SetLoop::bInLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SetMeshRange \ +static_assert(alignof(MediaPlateComponent_SetMeshRange) == 0x000008, "Wrong alignment on MediaPlateComponent_SetMeshRange"); \ +static_assert(sizeof(MediaPlateComponent_SetMeshRange) == 0x000010, "Wrong size on MediaPlateComponent_SetMeshRange"); \ +static_assert(offsetof(MediaPlateComponent_SetMeshRange, InMeshRange) == 0x000000, "Member 'MediaPlateComponent_SetMeshRange::InMeshRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_SetPlayOnlyWhenVisible \ +static_assert(alignof(MediaPlateComponent_SetPlayOnlyWhenVisible) == 0x000001, "Wrong alignment on MediaPlateComponent_SetPlayOnlyWhenVisible"); \ +static_assert(sizeof(MediaPlateComponent_SetPlayOnlyWhenVisible) == 0x000001, "Wrong size on MediaPlateComponent_SetPlayOnlyWhenVisible"); \ +static_assert(offsetof(MediaPlateComponent_SetPlayOnlyWhenVisible, bInPlayOnlyWhenVisible) == 0x000000, "Member 'MediaPlateComponent_SetPlayOnlyWhenVisible::bInPlayOnlyWhenVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetIsAspectRatioAuto \ +static_assert(alignof(MediaPlateComponent_GetIsAspectRatioAuto) == 0x000001, "Wrong alignment on MediaPlateComponent_GetIsAspectRatioAuto"); \ +static_assert(sizeof(MediaPlateComponent_GetIsAspectRatioAuto) == 0x000001, "Wrong size on MediaPlateComponent_GetIsAspectRatioAuto"); \ +static_assert(offsetof(MediaPlateComponent_GetIsAspectRatioAuto, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_GetIsAspectRatioAuto::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetMediaPlaylist \ +static_assert(alignof(MediaPlateComponent_GetMediaPlaylist) == 0x000008, "Wrong alignment on MediaPlateComponent_GetMediaPlaylist"); \ +static_assert(sizeof(MediaPlateComponent_GetMediaPlaylist) == 0x000008, "Wrong size on MediaPlateComponent_GetMediaPlaylist"); \ +static_assert(offsetof(MediaPlateComponent_GetMediaPlaylist, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_GetMediaPlaylist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetMeshRange \ +static_assert(alignof(MediaPlateComponent_GetMeshRange) == 0x000008, "Wrong alignment on MediaPlateComponent_GetMeshRange"); \ +static_assert(sizeof(MediaPlateComponent_GetMeshRange) == 0x000010, "Wrong size on MediaPlateComponent_GetMeshRange"); \ +static_assert(offsetof(MediaPlateComponent_GetMeshRange, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_GetMeshRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_GetSelectedMediaSource \ +static_assert(alignof(MediaPlateComponent_GetSelectedMediaSource) == 0x000008, "Wrong alignment on MediaPlateComponent_GetSelectedMediaSource"); \ +static_assert(sizeof(MediaPlateComponent_GetSelectedMediaSource) == 0x000008, "Wrong size on MediaPlateComponent_GetSelectedMediaSource"); \ +static_assert(offsetof(MediaPlateComponent_GetSelectedMediaSource, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_GetSelectedMediaSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_IsEventStateChangeAllowed \ +static_assert(alignof(MediaPlateComponent_IsEventStateChangeAllowed) == 0x000001, "Wrong alignment on MediaPlateComponent_IsEventStateChangeAllowed"); \ +static_assert(sizeof(MediaPlateComponent_IsEventStateChangeAllowed) == 0x000002, "Wrong size on MediaPlateComponent_IsEventStateChangeAllowed"); \ +static_assert(offsetof(MediaPlateComponent_IsEventStateChangeAllowed, InRequestEventState) == 0x000000, "Member 'MediaPlateComponent_IsEventStateChangeAllowed::InRequestEventState' has a wrong offset!"); \ +static_assert(offsetof(MediaPlateComponent_IsEventStateChangeAllowed, ReturnValue) == 0x000001, "Member 'MediaPlateComponent_IsEventStateChangeAllowed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlateComponent_IsMediaPlatePlaying \ +static_assert(alignof(MediaPlateComponent_IsMediaPlatePlaying) == 0x000001, "Wrong alignment on MediaPlateComponent_IsMediaPlatePlaying"); \ +static_assert(sizeof(MediaPlateComponent_IsMediaPlatePlaying) == 0x000001, "Wrong size on MediaPlateComponent_IsMediaPlatePlaying"); \ +static_assert(offsetof(MediaPlateComponent_IsMediaPlatePlaying, ReturnValue) == 0x000000, "Member 'MediaPlateComponent_IsMediaPlatePlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaPlateComponent \ +static_assert(alignof(UMediaPlateComponent) == 0x000008, "Wrong alignment on UMediaPlateComponent"); \ +static_assert(sizeof(UMediaPlateComponent) == 0x000268, "Wrong size on UMediaPlateComponent"); \ +static_assert(offsetof(UMediaPlateComponent, bPlayOnOpen) == 0x0000C8, "Member 'UMediaPlateComponent::bPlayOnOpen' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bAutoPlay) == 0x0000C9, "Member 'UMediaPlateComponent::bAutoPlay' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bEnableAudio) == 0x0000CA, "Member 'UMediaPlateComponent::bEnableAudio' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, StartTime) == 0x0000CC, "Member 'UMediaPlateComponent::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, SoundComponent) == 0x0000D0, "Member 'UMediaPlateComponent::SoundComponent' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, StaticMeshComponent) == 0x0000D8, "Member 'UMediaPlateComponent::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, Letterboxes) == 0x0000E0, "Member 'UMediaPlateComponent::Letterboxes' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MediaPlateResource) == 0x0000F0, "Member 'UMediaPlateComponent::MediaPlateResource' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, PlaylistIndex) == 0x000158, "Member 'UMediaPlateComponent::PlaylistIndex' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, CacheSettings) == 0x00015C, "Member 'UMediaPlateComponent::CacheSettings' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bIsMediaPlatePlaying) == 0x000164, "Member 'UMediaPlateComponent::bIsMediaPlatePlaying' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bPlayOnlyWhenVisible) == 0x000178, "Member 'UMediaPlateComponent::bPlayOnlyWhenVisible' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bLoop) == 0x000179, "Member 'UMediaPlateComponent::bLoop' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, VisibleMipsTilesCalculations) == 0x00017A, "Member 'UMediaPlateComponent::VisibleMipsTilesCalculations' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MipMapBias) == 0x00017C, "Member 'UMediaPlateComponent::MipMapBias' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bIsAspectRatioAuto) == 0x000180, "Member 'UMediaPlateComponent::bIsAspectRatioAuto' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bEnableMipMapUpscaling) == 0x000181, "Member 'UMediaPlateComponent::bEnableMipMapUpscaling' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MipLevelToUpscale) == 0x000184, "Member 'UMediaPlateComponent::MipLevelToUpscale' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, bAdaptivePoleMipUpscaling) == 0x000188, "Member 'UMediaPlateComponent::bAdaptivePoleMipUpscaling' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, LetterboxAspectRatio) == 0x00018C, "Member 'UMediaPlateComponent::LetterboxAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MeshRange) == 0x000198, "Member 'UMediaPlateComponent::MeshRange' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MediaTextures) == 0x0001A8, "Member 'UMediaPlateComponent::MediaTextures' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MediaTextureSettings) == 0x0001B8, "Member 'UMediaPlateComponent::MediaTextureSettings' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, MediaPlayer) == 0x0001C0, "Member 'UMediaPlateComponent::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, ExternalMediaSource) == 0x0001C8, "Member 'UMediaPlateComponent::ExternalMediaSource' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlateComponent, ActivePlaylist) == 0x0001D0, "Member 'UMediaPlateComponent::ActivePlaylist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTcpMessagingSettings \ +static_assert(alignof(UTcpMessagingSettings) == 0x000008, "Wrong alignment on UTcpMessagingSettings"); \ +static_assert(sizeof(UTcpMessagingSettings) == 0x000060, "Wrong size on UTcpMessagingSettings"); \ +static_assert(offsetof(UTcpMessagingSettings, EnableTransport) == 0x000028, "Member 'UTcpMessagingSettings::EnableTransport' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, ListenEndpoint) == 0x000030, "Member 'UTcpMessagingSettings::ListenEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, ConnectToEndpoints) == 0x000040, "Member 'UTcpMessagingSettings::ConnectToEndpoints' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, ConnectionRetryDelay) == 0x000050, "Member 'UTcpMessagingSettings::ConnectionRetryDelay' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, ConnectionRetryPeriod) == 0x000054, "Member 'UTcpMessagingSettings::ConnectionRetryPeriod' has a wrong offset!"); \ +static_assert(offsetof(UTcpMessagingSettings, bStopServiceWhenAppDeactivates) == 0x000058, "Member 'UTcpMessagingSettings::bStopServiceWhenAppDeactivates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0000C8, "Wrong size on UUdpMessagingSettings"); \ +static_assert(offsetof(UUdpMessagingSettings, EnabledByDefault) == 0x000028, "Member 'UUdpMessagingSettings::EnabledByDefault' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, EnableTransport) == 0x000029, "Member 'UUdpMessagingSettings::EnableTransport' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, bAutoRepair) == 0x00002A, "Member 'UUdpMessagingSettings::bAutoRepair' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MaxSendRate) == 0x00002C, "Member 'UUdpMessagingSettings::MaxSendRate' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, AutoRepairAttemptLimit) == 0x000030, "Member 'UUdpMessagingSettings::AutoRepairAttemptLimit' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, WorkQueueSize) == 0x000034, "Member 'UUdpMessagingSettings::WorkQueueSize' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, ReliableQueuePriority) == 0x000038, "Member 'UUdpMessagingSettings::ReliableQueuePriority' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, bStopServiceWhenAppDeactivates) == 0x00003C, "Member 'UUdpMessagingSettings::bStopServiceWhenAppDeactivates' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, UnicastEndpoint) == 0x000040, "Member 'UUdpMessagingSettings::UnicastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MulticastEndpoint) == 0x000050, "Member 'UUdpMessagingSettings::MulticastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MessageFormat) == 0x000060, "Member 'UUdpMessagingSettings::MessageFormat' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MulticastTimeToLive) == 0x000061, "Member 'UUdpMessagingSettings::MulticastTimeToLive' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, StaticEndpoints) == 0x000068, "Member 'UUdpMessagingSettings::StaticEndpoints' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, ExcludedEndpoints) == 0x000078, "Member 'UUdpMessagingSettings::ExcludedEndpoints' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, bShareKnownNodesWithActiveConnections) == 0x000088, "Member 'UUdpMessagingSettings::bShareKnownNodesWithActiveConnections' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, MaxConcurrentDeserializationTasks) == 0x00008C, "Member 'UUdpMessagingSettings::MaxConcurrentDeserializationTasks' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, ConnectionTimeoutPeriod) == 0x000090, "Member 'UUdpMessagingSettings::ConnectionTimeoutPeriod' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, EnableTunnel) == 0x000094, "Member 'UUdpMessagingSettings::EnableTunnel' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, TunnelUnicastEndpoint) == 0x000098, "Member 'UUdpMessagingSettings::TunnelUnicastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, TunnelMulticastEndpoint) == 0x0000A8, "Member 'UUdpMessagingSettings::TunnelMulticastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, RemoteTunnelEndpoints) == 0x0000B8, "Member 'UUdpMessagingSettings::RemoteTunnelEndpoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMetaHumanCustomizableBodyPart \ +static_assert(alignof(FMetaHumanCustomizableBodyPart) == 0x000008, "Wrong alignment on FMetaHumanCustomizableBodyPart"); \ +static_assert(sizeof(FMetaHumanCustomizableBodyPart) == 0x000030, "Wrong size on FMetaHumanCustomizableBodyPart"); \ +static_assert(offsetof(FMetaHumanCustomizableBodyPart, ControlRigClass) == 0x000000, "Member 'FMetaHumanCustomizableBodyPart::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(FMetaHumanCustomizableBodyPart, ControlRigLODThreshold) == 0x000008, "Member 'FMetaHumanCustomizableBodyPart::ControlRigLODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMetaHumanCustomizableBodyPart, PhysicsAsset) == 0x000010, "Member 'FMetaHumanCustomizableBodyPart::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(FMetaHumanCustomizableBodyPart, RigidBodyLODThreshold) == 0x000018, "Member 'FMetaHumanCustomizableBodyPart::RigidBodyLODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMetaHumanCustomizableBodyPart, ComponentName) == 0x000020, "Member 'FMetaHumanCustomizableBodyPart::ComponentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaHumanComponentBase \ +static_assert(alignof(UMetaHumanComponentBase) == 0x000008, "Wrong alignment on UMetaHumanComponentBase"); \ +static_assert(sizeof(UMetaHumanComponentBase) == 0x000190, "Wrong size on UMetaHumanComponentBase"); \ +static_assert(offsetof(UMetaHumanComponentBase, BodyComponentName) == 0x0000C0, "Member 'UMetaHumanComponentBase::BodyComponentName' has a wrong offset!"); \ +static_assert(offsetof(UMetaHumanComponentBase, BodyType) == 0x0000D0, "Member 'UMetaHumanComponentBase::BodyType' has a wrong offset!"); \ +static_assert(offsetof(UMetaHumanComponentBase, bEnableBodyCorrectives) == 0x0000D1, "Member 'UMetaHumanComponentBase::bEnableBodyCorrectives' has a wrong offset!"); \ +static_assert(offsetof(UMetaHumanComponentBase, FaceComponentName) == 0x0000D8, "Member 'UMetaHumanComponentBase::FaceComponentName' has a wrong offset!"); \ +static_assert(offsetof(UMetaHumanComponentBase, RigLogicLODThreshold) == 0x0000E8, "Member 'UMetaHumanComponentBase::RigLogicLODThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMetaHumanComponentBase, bEnableNeckCorrectives) == 0x0000EC, "Member 'UMetaHumanComponentBase::bEnableNeckCorrectives' has a wrong offset!"); \ +static_assert(offsetof(UMetaHumanComponentBase, NeckCorrectivesLODThreshold) == 0x0000F0, "Member 'UMetaHumanComponentBase::NeckCorrectivesLODThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMetaHumanComponentBase, bEnableNeckProcControlRig) == 0x0000F4, "Member 'UMetaHumanComponentBase::bEnableNeckProcControlRig' has a wrong offset!"); \ +static_assert(offsetof(UMetaHumanComponentBase, NeckProcControlRigLODThreshold) == 0x0000F8, "Member 'UMetaHumanComponentBase::NeckProcControlRigLODThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMetaHumanComponentBase, Torso) == 0x000100, "Member 'UMetaHumanComponentBase::Torso' has a wrong offset!"); \ +static_assert(offsetof(UMetaHumanComponentBase, Legs) == 0x000130, "Member 'UMetaHumanComponentBase::Legs' has a wrong offset!"); \ +static_assert(offsetof(UMetaHumanComponentBase, Feet) == 0x000160, "Member 'UMetaHumanComponentBase::Feet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMetaHumanComponentUE \ +static_assert(alignof(UMetaHumanComponentUE) == 0x000008, "Wrong alignment on UMetaHumanComponentUE"); \ +static_assert(sizeof(UMetaHumanComponentUE) == 0x0001B8, "Wrong size on UMetaHumanComponentUE"); \ +static_assert(offsetof(UMetaHumanComponentUE, PostProcessAnimBP) == 0x000190, "Member 'UMetaHumanComponentUE::PostProcessAnimBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorSequenceObjectReference \ +static_assert(alignof(FActorSequenceObjectReference) == 0x000008, "Wrong alignment on FActorSequenceObjectReference"); \ +static_assert(sizeof(FActorSequenceObjectReference) == 0x000028, "Wrong size on FActorSequenceObjectReference"); \ +static_assert(offsetof(FActorSequenceObjectReference, Type) == 0x000000, "Member 'FActorSequenceObjectReference::Type' has a wrong offset!"); \ +static_assert(offsetof(FActorSequenceObjectReference, ActorId) == 0x000004, "Member 'FActorSequenceObjectReference::ActorId' has a wrong offset!"); \ +static_assert(offsetof(FActorSequenceObjectReference, PathToComponent) == 0x000018, "Member 'FActorSequenceObjectReference::PathToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorSequenceObjectReferences \ +static_assert(alignof(FActorSequenceObjectReferences) == 0x000008, "Wrong alignment on FActorSequenceObjectReferences"); \ +static_assert(sizeof(FActorSequenceObjectReferences) == 0x000010, "Wrong size on FActorSequenceObjectReferences"); \ +static_assert(offsetof(FActorSequenceObjectReferences, Array) == 0x000000, "Member 'FActorSequenceObjectReferences::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorSequenceObjectReferenceMap \ +static_assert(alignof(FActorSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FActorSequenceObjectReferenceMap"); \ +static_assert(sizeof(FActorSequenceObjectReferenceMap) == 0x000020, "Wrong size on FActorSequenceObjectReferenceMap"); \ +static_assert(offsetof(FActorSequenceObjectReferenceMap, BindingIds) == 0x000000, "Member 'FActorSequenceObjectReferenceMap::BindingIds' has a wrong offset!"); \ +static_assert(offsetof(FActorSequenceObjectReferenceMap, References) == 0x000010, "Member 'FActorSequenceObjectReferenceMap::References' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorSequence \ +static_assert(alignof(UActorSequence) == 0x000008, "Wrong alignment on UActorSequence"); \ +static_assert(sizeof(UActorSequence) == 0x000090, "Wrong size on UActorSequence"); \ +static_assert(offsetof(UActorSequence, MovieScene) == 0x000068, "Member 'UActorSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UActorSequence, ObjectReferences) == 0x000070, "Member 'UActorSequence::ObjectReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorSequenceComponent \ +static_assert(alignof(UActorSequenceComponent) == 0x000008, "Wrong alignment on UActorSequenceComponent"); \ +static_assert(sizeof(UActorSequenceComponent) == 0x0000F8, "Wrong size on UActorSequenceComponent"); \ +static_assert(offsetof(UActorSequenceComponent, PlaybackSettings) == 0x0000C0, "Member 'UActorSequenceComponent::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(UActorSequenceComponent, Sequence) == 0x0000E8, "Member 'UActorSequenceComponent::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UActorSequenceComponent, SequencePlayer) == 0x0000F0, "Member 'UActorSequenceComponent::SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorSequencePlayer \ +static_assert(alignof(UActorSequencePlayer) == 0x000008, "Wrong alignment on UActorSequencePlayer"); \ +static_assert(sizeof(UActorSequencePlayer) == 0x000478, "Wrong size on UActorSequencePlayer"); \ + +#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_AssetTagsSubsystem_CollectionExists \ +static_assert(alignof(AssetTagsSubsystem_CollectionExists) == 0x000004, "Wrong alignment on AssetTagsSubsystem_CollectionExists"); \ +static_assert(sizeof(AssetTagsSubsystem_CollectionExists) == 0x00000C, "Wrong size on AssetTagsSubsystem_CollectionExists"); \ +static_assert(offsetof(AssetTagsSubsystem_CollectionExists, Name_0) == 0x000000, "Member 'AssetTagsSubsystem_CollectionExists::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_CollectionExists, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_CollectionExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_GetAssetsInCollection \ +static_assert(alignof(AssetTagsSubsystem_GetAssetsInCollection) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetAssetsInCollection"); \ +static_assert(sizeof(AssetTagsSubsystem_GetAssetsInCollection) == 0x000018, "Wrong size on AssetTagsSubsystem_GetAssetsInCollection"); \ +static_assert(offsetof(AssetTagsSubsystem_GetAssetsInCollection, Name_0) == 0x000000, "Member 'AssetTagsSubsystem_GetAssetsInCollection::Name_0' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_GetAssetsInCollection, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_GetAssetsInCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollections \ +static_assert(alignof(AssetTagsSubsystem_GetCollections) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollections"); \ +static_assert(sizeof(AssetTagsSubsystem_GetCollections) == 0x000010, "Wrong size on AssetTagsSubsystem_GetCollections"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollections, ReturnValue) == 0x000000, "Member 'AssetTagsSubsystem_GetCollections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollectionsContainingAsset \ +static_assert(alignof(AssetTagsSubsystem_GetCollectionsContainingAsset) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollectionsContainingAsset"); \ +static_assert(sizeof(AssetTagsSubsystem_GetCollectionsContainingAsset) == 0x000018, "Wrong size on AssetTagsSubsystem_GetCollectionsContainingAsset"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAsset, AssetPathName) == 0x000000, "Member 'AssetTagsSubsystem_GetCollectionsContainingAsset::AssetPathName' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAsset, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_GetCollectionsContainingAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollectionsContainingAssetData \ +static_assert(alignof(AssetTagsSubsystem_GetCollectionsContainingAssetData) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollectionsContainingAssetData"); \ +static_assert(sizeof(AssetTagsSubsystem_GetCollectionsContainingAssetData) == 0x000078, "Wrong size on AssetTagsSubsystem_GetCollectionsContainingAssetData"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetData, AssetData) == 0x000000, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetData::AssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetData, ReturnValue) == 0x000068, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollectionsContainingAssetPtr \ +static_assert(alignof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollectionsContainingAssetPtr"); \ +static_assert(sizeof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr) == 0x000018, "Wrong size on AssetTagsSubsystem_GetCollectionsContainingAssetPtr"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr, AssetPtr) == 0x000000, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetPtr::AssetPtr' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetPtr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_K2_GetCollectionsContainingAsset \ +static_assert(alignof(AssetTagsSubsystem_K2_GetCollectionsContainingAsset) == 0x000008, "Wrong alignment on AssetTagsSubsystem_K2_GetCollectionsContainingAsset"); \ +static_assert(sizeof(AssetTagsSubsystem_K2_GetCollectionsContainingAsset) == 0x000030, "Wrong size on AssetTagsSubsystem_K2_GetCollectionsContainingAsset"); \ +static_assert(offsetof(AssetTagsSubsystem_K2_GetCollectionsContainingAsset, AssetPath) == 0x000000, "Member 'AssetTagsSubsystem_K2_GetCollectionsContainingAsset::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_K2_GetCollectionsContainingAsset, ReturnValue) == 0x000020, "Member 'AssetTagsSubsystem_K2_GetCollectionsContainingAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetTagsSubsystem \ +static_assert(alignof(UAssetTagsSubsystem) == 0x000008, "Wrong alignment on UAssetTagsSubsystem"); \ +static_assert(sizeof(UAssetTagsSubsystem) == 0x000030, "Wrong size on UAssetTagsSubsystem"); \ + +#define DUMPER7_ASSERTS_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) == 0x000590, "Wrong size on UCustomMeshComponent"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_GetAllChannels \ +static_assert(alignof(TraceUtilLibrary_GetAllChannels) == 0x000008, "Wrong alignment on TraceUtilLibrary_GetAllChannels"); \ +static_assert(sizeof(TraceUtilLibrary_GetAllChannels) == 0x000010, "Wrong size on TraceUtilLibrary_GetAllChannels"); \ +static_assert(offsetof(TraceUtilLibrary_GetAllChannels, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_GetAllChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_GetEnabledChannels \ +static_assert(alignof(TraceUtilLibrary_GetEnabledChannels) == 0x000008, "Wrong alignment on TraceUtilLibrary_GetEnabledChannels"); \ +static_assert(sizeof(TraceUtilLibrary_GetEnabledChannels) == 0x000010, "Wrong size on TraceUtilLibrary_GetEnabledChannels"); \ +static_assert(offsetof(TraceUtilLibrary_GetEnabledChannels, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_GetEnabledChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_IsChannelEnabled \ +static_assert(alignof(TraceUtilLibrary_IsChannelEnabled) == 0x000008, "Wrong alignment on TraceUtilLibrary_IsChannelEnabled"); \ +static_assert(sizeof(TraceUtilLibrary_IsChannelEnabled) == 0x000018, "Wrong size on TraceUtilLibrary_IsChannelEnabled"); \ +static_assert(offsetof(TraceUtilLibrary_IsChannelEnabled, ChannelName) == 0x000000, "Member 'TraceUtilLibrary_IsChannelEnabled::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_IsChannelEnabled, ReturnValue) == 0x000010, "Member 'TraceUtilLibrary_IsChannelEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_IsTracing \ +static_assert(alignof(TraceUtilLibrary_IsTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_IsTracing"); \ +static_assert(sizeof(TraceUtilLibrary_IsTracing) == 0x000001, "Wrong size on TraceUtilLibrary_IsTracing"); \ +static_assert(offsetof(TraceUtilLibrary_IsTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_IsTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_PauseTracing \ +static_assert(alignof(TraceUtilLibrary_PauseTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_PauseTracing"); \ +static_assert(sizeof(TraceUtilLibrary_PauseTracing) == 0x000001, "Wrong size on TraceUtilLibrary_PauseTracing"); \ +static_assert(offsetof(TraceUtilLibrary_PauseTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_PauseTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_ResumeTracing \ +static_assert(alignof(TraceUtilLibrary_ResumeTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_ResumeTracing"); \ +static_assert(sizeof(TraceUtilLibrary_ResumeTracing) == 0x000001, "Wrong size on TraceUtilLibrary_ResumeTracing"); \ +static_assert(offsetof(TraceUtilLibrary_ResumeTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_ResumeTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_StartTraceSendTo \ +static_assert(alignof(TraceUtilLibrary_StartTraceSendTo) == 0x000008, "Wrong alignment on TraceUtilLibrary_StartTraceSendTo"); \ +static_assert(sizeof(TraceUtilLibrary_StartTraceSendTo) == 0x000028, "Wrong size on TraceUtilLibrary_StartTraceSendTo"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceSendTo, Target) == 0x000000, "Member 'TraceUtilLibrary_StartTraceSendTo::Target' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceSendTo, Channels) == 0x000010, "Member 'TraceUtilLibrary_StartTraceSendTo::Channels' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceSendTo, ReturnValue) == 0x000020, "Member 'TraceUtilLibrary_StartTraceSendTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_StartTraceToFile \ +static_assert(alignof(TraceUtilLibrary_StartTraceToFile) == 0x000008, "Wrong alignment on TraceUtilLibrary_StartTraceToFile"); \ +static_assert(sizeof(TraceUtilLibrary_StartTraceToFile) == 0x000028, "Wrong size on TraceUtilLibrary_StartTraceToFile"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceToFile, Filename) == 0x000000, "Member 'TraceUtilLibrary_StartTraceToFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceToFile, Channels) == 0x000010, "Member 'TraceUtilLibrary_StartTraceToFile::Channels' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_StartTraceToFile, ReturnValue) == 0x000020, "Member 'TraceUtilLibrary_StartTraceToFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_StopTracing \ +static_assert(alignof(TraceUtilLibrary_StopTracing) == 0x000001, "Wrong alignment on TraceUtilLibrary_StopTracing"); \ +static_assert(sizeof(TraceUtilLibrary_StopTracing) == 0x000001, "Wrong size on TraceUtilLibrary_StopTracing"); \ +static_assert(offsetof(TraceUtilLibrary_StopTracing, ReturnValue) == 0x000000, "Member 'TraceUtilLibrary_StopTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_ToggleChannel \ +static_assert(alignof(TraceUtilLibrary_ToggleChannel) == 0x000008, "Wrong alignment on TraceUtilLibrary_ToggleChannel"); \ +static_assert(sizeof(TraceUtilLibrary_ToggleChannel) == 0x000018, "Wrong size on TraceUtilLibrary_ToggleChannel"); \ +static_assert(offsetof(TraceUtilLibrary_ToggleChannel, ChannelName) == 0x000000, "Member 'TraceUtilLibrary_ToggleChannel::ChannelName' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_ToggleChannel, Enabled) == 0x000010, "Member 'TraceUtilLibrary_ToggleChannel::Enabled' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_ToggleChannel, ReturnValue) == 0x000011, "Member 'TraceUtilLibrary_ToggleChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceBookmark \ +static_assert(alignof(TraceUtilLibrary_TraceBookmark) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceBookmark"); \ +static_assert(sizeof(TraceUtilLibrary_TraceBookmark) == 0x000010, "Wrong size on TraceUtilLibrary_TraceBookmark"); \ +static_assert(offsetof(TraceUtilLibrary_TraceBookmark, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceBookmark::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceMarkRegionEnd \ +static_assert(alignof(TraceUtilLibrary_TraceMarkRegionEnd) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceMarkRegionEnd"); \ +static_assert(sizeof(TraceUtilLibrary_TraceMarkRegionEnd) == 0x000010, "Wrong size on TraceUtilLibrary_TraceMarkRegionEnd"); \ +static_assert(offsetof(TraceUtilLibrary_TraceMarkRegionEnd, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceMarkRegionEnd::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceMarkRegionStart \ +static_assert(alignof(TraceUtilLibrary_TraceMarkRegionStart) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceMarkRegionStart"); \ +static_assert(sizeof(TraceUtilLibrary_TraceMarkRegionStart) == 0x000010, "Wrong size on TraceUtilLibrary_TraceMarkRegionStart"); \ +static_assert(offsetof(TraceUtilLibrary_TraceMarkRegionStart, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceMarkRegionStart::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TraceUtilLibrary_TraceScreenshot \ +static_assert(alignof(TraceUtilLibrary_TraceScreenshot) == 0x000008, "Wrong alignment on TraceUtilLibrary_TraceScreenshot"); \ +static_assert(sizeof(TraceUtilLibrary_TraceScreenshot) == 0x000018, "Wrong size on TraceUtilLibrary_TraceScreenshot"); \ +static_assert(offsetof(TraceUtilLibrary_TraceScreenshot, Name_0) == 0x000000, "Member 'TraceUtilLibrary_TraceScreenshot::Name_0' has a wrong offset!"); \ +static_assert(offsetof(TraceUtilLibrary_TraceScreenshot, bShowUI) == 0x000010, "Member 'TraceUtilLibrary_TraceScreenshot::bShowUI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTraceUtilLibrary \ +static_assert(alignof(UTraceUtilLibrary) == 0x000008, "Wrong alignment on UTraceUtilLibrary"); \ +static_assert(sizeof(UTraceUtilLibrary) == 0x000028, "Wrong size on UTraceUtilLibrary"); \ + +#define DUMPER7_ASSERTS_FWorldMetricCollection \ +static_assert(alignof(FWorldMetricCollection) == 0x000008, "Wrong alignment on FWorldMetricCollection"); \ +static_assert(sizeof(FWorldMetricCollection) == 0x000020, "Wrong size on FWorldMetricCollection"); \ +static_assert(offsetof(FWorldMetricCollection, Metrics) == 0x000000, "Member 'FWorldMetricCollection::Metrics' has a wrong offset!"); \ +static_assert(offsetof(FWorldMetricCollection, Subsystem) == 0x000010, "Member 'FWorldMetricCollection::Subsystem' has a wrong offset!"); \ +static_assert(offsetof(FWorldMetricCollection, bIsEnabled) == 0x000018, "Member 'FWorldMetricCollection::bIsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldMetricsSubsystem \ +static_assert(alignof(UWorldMetricsSubsystem) == 0x000008, "Wrong alignment on UWorldMetricsSubsystem"); \ +static_assert(sizeof(UWorldMetricsSubsystem) == 0x002A48, "Wrong size on UWorldMetricsSubsystem"); \ +static_assert(offsetof(UWorldMetricsSubsystem, Metrics) == 0x000048, "Member 'UWorldMetricsSubsystem::Metrics' has a wrong offset!"); \ +static_assert(offsetof(UWorldMetricsSubsystem, UpdateRateInSeconds) == 0x002A38, "Member 'UWorldMetricsSubsystem::UpdateRateInSeconds' has a wrong offset!"); \ +static_assert(offsetof(UWorldMetricsSubsystem, WarmUpFrames) == 0x002A3C, "Member 'UWorldMetricsSubsystem::WarmUpFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldMetricInterface \ +static_assert(alignof(UWorldMetricInterface) == 0x000008, "Wrong alignment on UWorldMetricInterface"); \ +static_assert(sizeof(UWorldMetricInterface) == 0x000028, "Wrong size on UWorldMetricInterface"); \ + +#define DUMPER7_ASSERTS_IWorldMetricsActorTrackerSubscriber \ +static_assert(alignof(IWorldMetricsActorTrackerSubscriber) == 0x000001, "Wrong alignment on IWorldMetricsActorTrackerSubscriber"); \ +static_assert(sizeof(IWorldMetricsActorTrackerSubscriber) == 0x000001, "Wrong size on IWorldMetricsActorTrackerSubscriber"); \ + +#define DUMPER7_ASSERTS_UWorldMetricsExtension \ +static_assert(alignof(UWorldMetricsExtension) == 0x000008, "Wrong alignment on UWorldMetricsExtension"); \ +static_assert(sizeof(UWorldMetricsExtension) == 0x000028, "Wrong size on UWorldMetricsExtension"); \ + +#define DUMPER7_ASSERTS_UWorldMetricsActorTracker \ +static_assert(alignof(UWorldMetricsActorTracker) == 0x000008, "Wrong alignment on UWorldMetricsActorTracker"); \ +static_assert(sizeof(UWorldMetricsActorTracker) == 0x0000D0, "Wrong size on UWorldMetricsActorTracker"); \ + +#define DUMPER7_ASSERTS_UCsvActorCountMetric \ +static_assert(alignof(UCsvActorCountMetric) == 0x000008, "Wrong alignment on UCsvActorCountMetric"); \ +static_assert(sizeof(UCsvActorCountMetric) == 0x000088, "Wrong size on UCsvActorCountMetric"); \ + +#define DUMPER7_ASSERTS_UCsvMetricsSubsystem \ +static_assert(alignof(UCsvMetricsSubsystem) == 0x000008, "Wrong alignment on UCsvMetricsSubsystem"); \ +static_assert(sizeof(UCsvMetricsSubsystem) == 0x000068, "Wrong size on UCsvMetricsSubsystem"); \ +static_assert(offsetof(UCsvMetricsSubsystem, MetricClasses) == 0x000038, "Member 'UCsvMetricsSubsystem::MetricClasses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceWwiseEvent \ +static_assert(alignof(UNiagaraDataInterfaceWwiseEvent) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceWwiseEvent"); \ +static_assert(sizeof(UNiagaraDataInterfaceWwiseEvent) == 0x000060, "Wrong size on UNiagaraDataInterfaceWwiseEvent"); \ +static_assert(offsetof(UNiagaraDataInterfaceWwiseEvent, EventToPost) == 0x000038, "Member 'UNiagaraDataInterfaceWwiseEvent::EventToPost' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceWwiseEvent, GameParameters) == 0x000040, "Member 'UNiagaraDataInterfaceWwiseEvent::GameParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceWwiseEvent, bLimitPostsPerTick) == 0x000050, "Member 'UNiagaraDataInterfaceWwiseEvent::bLimitPostsPerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceWwiseEvent, MaxPostsPerTick) == 0x000054, "Member 'UNiagaraDataInterfaceWwiseEvent::MaxPostsPerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceWwiseEvent, bStopWhenComponentIsDestroyed) == 0x000058, "Member 'UNiagaraDataInterfaceWwiseEvent::bStopWhenComponentIsDestroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier \ +static_assert(alignof(BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier) == 0x000008, "Wrong alignment on BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier"); \ +static_assert(sizeof(BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier) == 0x000070, "Wrong size on BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier"); \ +static_assert(offsetof(BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier, Damage) == 0x000000, "Member 'BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier, HealthDamageMultiplier) == 0x000040, "Member 'BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier, PostureDamageMultiplier) == 0x000048, "Member 'BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier::PostureDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier, CallFunc_GetPlayingInstance_ReturnValue) == 0x000050, "Member 'BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier, CallFunc_GetHealthPercentage_ReturnValue) == 0x000058, "Member 'BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x00005C, "Member 'BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier, CallFunc_SelectFloat_ReturnValue) == 0x000060, "Member 'BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000068, "Member 'BP_Skill_DmgBonusLowHealth_C_GetDealDamageMultiplier::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_DmgBonusLowHealth_C \ +static_assert(alignof(UBP_Skill_DmgBonusLowHealth_C) == 0x000008, "Wrong alignment on UBP_Skill_DmgBonusLowHealth_C"); \ +static_assert(sizeof(UBP_Skill_DmgBonusLowHealth_C) == 0x000038, "Wrong size on UBP_Skill_DmgBonusLowHealth_C"); \ +static_assert(offsetof(UBP_Skill_DmgBonusLowHealth_C, LowHealth) == 0x000028, "Member 'UBP_Skill_DmgBonusLowHealth_C::LowHealth' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_DmgBonusLowHealth_C, Multiplier) == 0x000030, "Member 'UBP_Skill_DmgBonusLowHealth_C::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWwiseAudioLinkComponent \ +static_assert(alignof(UWwiseAudioLinkComponent) == 0x000010, "Wrong alignment on UWwiseAudioLinkComponent"); \ +static_assert(sizeof(UWwiseAudioLinkComponent) == 0x0004A0, "Wrong size on UWwiseAudioLinkComponent"); \ +static_assert(offsetof(UWwiseAudioLinkComponent, Settings) == 0x000470, "Member 'UWwiseAudioLinkComponent::Settings' has a wrong offset!"); \ +static_assert(offsetof(UWwiseAudioLinkComponent, Sound) == 0x000478, "Member 'UWwiseAudioLinkComponent::Sound' has a wrong offset!"); \ +static_assert(offsetof(UWwiseAudioLinkComponent, bAutoPlay) == 0x000480, "Member 'UWwiseAudioLinkComponent::bAutoPlay' has a wrong offset!"); \ +static_assert(offsetof(UWwiseAudioLinkComponent, AudioComponent) == 0x000488, "Member 'UWwiseAudioLinkComponent::AudioComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWwiseAudioLinkSettings \ +static_assert(alignof(UWwiseAudioLinkSettings) == 0x000008, "Wrong alignment on UWwiseAudioLinkSettings"); \ +static_assert(sizeof(UWwiseAudioLinkSettings) == 0x000088, "Wrong size on UWwiseAudioLinkSettings"); \ +static_assert(offsetof(UWwiseAudioLinkSettings, StartEvent) == 0x000038, "Member 'UWwiseAudioLinkSettings::StartEvent' has a wrong offset!"); \ +static_assert(offsetof(UWwiseAudioLinkSettings, bShouldClearBufferOnReceipt) == 0x000060, "Member 'UWwiseAudioLinkSettings::bShouldClearBufferOnReceipt' has a wrong offset!"); \ +static_assert(offsetof(UWwiseAudioLinkSettings, ProducerToConsumerBufferRatio) == 0x000064, "Member 'UWwiseAudioLinkSettings::ProducerToConsumerBufferRatio' has a wrong offset!"); \ +static_assert(offsetof(UWwiseAudioLinkSettings, InitialSilenceFillRatio) == 0x000068, "Member 'UWwiseAudioLinkSettings::InitialSilenceFillRatio' has a wrong offset!"); \ +static_assert(offsetof(UWwiseAudioLinkSettings, StartEventResolved) == 0x000080, "Member 'UWwiseAudioLinkSettings::StartEventResolved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDStartRecordingCommandMessage \ +static_assert(alignof(FChaosVDStartRecordingCommandMessage) == 0x000008, "Wrong alignment on FChaosVDStartRecordingCommandMessage"); \ +static_assert(sizeof(FChaosVDStartRecordingCommandMessage) == 0x000028, "Wrong size on FChaosVDStartRecordingCommandMessage"); \ +static_assert(offsetof(FChaosVDStartRecordingCommandMessage, RecordingMode) == 0x000000, "Member 'FChaosVDStartRecordingCommandMessage::RecordingMode' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDStartRecordingCommandMessage, TransportMode) == 0x000001, "Member 'FChaosVDStartRecordingCommandMessage::TransportMode' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDStartRecordingCommandMessage, Target) == 0x000008, "Member 'FChaosVDStartRecordingCommandMessage::Target' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDStartRecordingCommandMessage, DataChannelsEnabledOverrideList) == 0x000018, "Member 'FChaosVDStartRecordingCommandMessage::DataChannelsEnabledOverrideList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDTraceDetails \ +static_assert(alignof(FChaosVDTraceDetails) == 0x000008, "Wrong alignment on FChaosVDTraceDetails"); \ +static_assert(sizeof(FChaosVDTraceDetails) == 0x000050, "Wrong size on FChaosVDTraceDetails"); \ +static_assert(offsetof(FChaosVDTraceDetails, TraceGuid) == 0x000000, "Member 'FChaosVDTraceDetails::TraceGuid' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDTraceDetails, SessionGuid) == 0x000010, "Member 'FChaosVDTraceDetails::SessionGuid' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDTraceDetails, TraceTarget) == 0x000020, "Member 'FChaosVDTraceDetails::TraceTarget' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDTraceDetails, Port) == 0x000030, "Member 'FChaosVDTraceDetails::Port' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDTraceDetails, Mode) == 0x000033, "Member 'FChaosVDTraceDetails::Mode' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDTraceDetails, TransportMode) == 0x000034, "Member 'FChaosVDTraceDetails::TransportMode' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDTraceDetails, CertAuth) == 0x000038, "Member 'FChaosVDTraceDetails::CertAuth' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDTraceDetails, bIsValid) == 0x000048, "Member 'FChaosVDTraceDetails::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDWrapperDataBase \ +static_assert(alignof(FChaosVDWrapperDataBase) == 0x000008, "Wrong alignment on FChaosVDWrapperDataBase"); \ +static_assert(sizeof(FChaosVDWrapperDataBase) == 0x000010, "Wrong size on FChaosVDWrapperDataBase"); \ +static_assert(offsetof(FChaosVDWrapperDataBase, bHasValidData) == 0x000008, "Member 'FChaosVDWrapperDataBase::bHasValidData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDAccelerationStructureBase \ +static_assert(alignof(FChaosVDAccelerationStructureBase) == 0x000008, "Wrong alignment on FChaosVDAccelerationStructureBase"); \ +static_assert(sizeof(FChaosVDAccelerationStructureBase) == 0x000018, "Wrong size on FChaosVDAccelerationStructureBase"); \ +static_assert(offsetof(FChaosVDAccelerationStructureBase, SolverId) == 0x000010, "Member 'FChaosVDAccelerationStructureBase::SolverId' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDAccelerationStructureBase, Type) == 0x000014, "Member 'FChaosVDAccelerationStructureBase::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDBVCellElementDataWrapper \ +static_assert(alignof(FChaosVDBVCellElementDataWrapper) == 0x000008, "Wrong alignment on FChaosVDBVCellElementDataWrapper"); \ +static_assert(sizeof(FChaosVDBVCellElementDataWrapper) == 0x000068, "Wrong size on FChaosVDBVCellElementDataWrapper"); \ +static_assert(offsetof(FChaosVDBVCellElementDataWrapper, Bounds) == 0x000010, "Member 'FChaosVDBVCellElementDataWrapper::Bounds' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDBVCellElementDataWrapper, ParticleIndex) == 0x000048, "Member 'FChaosVDBVCellElementDataWrapper::ParticleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDBoundingVolumeDataWrapper \ +static_assert(alignof(FChaosVDBoundingVolumeDataWrapper) == 0x000008, "Wrong alignment on FChaosVDBoundingVolumeDataWrapper"); \ +static_assert(sizeof(FChaosVDBoundingVolumeDataWrapper) == 0x000040, "Wrong size on FChaosVDBoundingVolumeDataWrapper"); \ +static_assert(offsetof(FChaosVDBoundingVolumeDataWrapper, MaxPayloadBounds) == 0x000038, "Member 'FChaosVDBoundingVolumeDataWrapper::MaxPayloadBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDAABBTreeNodeDataWrapper \ +static_assert(alignof(FChaosVDAABBTreeNodeDataWrapper) == 0x000008, "Wrong alignment on FChaosVDAABBTreeNodeDataWrapper"); \ +static_assert(sizeof(FChaosVDAABBTreeNodeDataWrapper) == 0x000090, "Wrong size on FChaosVDAABBTreeNodeDataWrapper"); \ +static_assert(offsetof(FChaosVDAABBTreeNodeDataWrapper, ChildrenBounds) == 0x000010, "Member 'FChaosVDAABBTreeNodeDataWrapper::ChildrenBounds' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDAABBTreeNodeDataWrapper, ChildrenNodes) == 0x000080, "Member 'FChaosVDAABBTreeNodeDataWrapper::ChildrenNodes' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDAABBTreeNodeDataWrapper, ParentNode) == 0x000088, "Member 'FChaosVDAABBTreeNodeDataWrapper::ParentNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDAABBTreePayloadBoundsElement \ +static_assert(alignof(FChaosVDAABBTreePayloadBoundsElement) == 0x000008, "Wrong alignment on FChaosVDAABBTreePayloadBoundsElement"); \ +static_assert(sizeof(FChaosVDAABBTreePayloadBoundsElement) == 0x000088, "Wrong size on FChaosVDAABBTreePayloadBoundsElement"); \ +static_assert(offsetof(FChaosVDAABBTreePayloadBoundsElement, ParticleIndex) == 0x000010, "Member 'FChaosVDAABBTreePayloadBoundsElement::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDAABBTreePayloadBoundsElement, Bounds) == 0x000018, "Member 'FChaosVDAABBTreePayloadBoundsElement::Bounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDAABBTreeLeafDataWrapper \ +static_assert(alignof(FChaosVDAABBTreeLeafDataWrapper) == 0x000008, "Wrong alignment on FChaosVDAABBTreeLeafDataWrapper"); \ +static_assert(sizeof(FChaosVDAABBTreeLeafDataWrapper) == 0x000058, "Wrong size on FChaosVDAABBTreeLeafDataWrapper"); \ +static_assert(offsetof(FChaosVDAABBTreeLeafDataWrapper, Elements) == 0x000010, "Member 'FChaosVDAABBTreeLeafDataWrapper::Elements' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDAABBTreeLeafDataWrapper, Bounds) == 0x000020, "Member 'FChaosVDAABBTreeLeafDataWrapper::Bounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDAccelerationStructureContainer \ +static_assert(alignof(FChaosVDAccelerationStructureContainer) == 0x000008, "Wrong alignment on FChaosVDAccelerationStructureContainer"); \ +static_assert(sizeof(FChaosVDAccelerationStructureContainer) == 0x000050, "Wrong size on FChaosVDAccelerationStructureContainer"); \ + +#define DUMPER7_ASSERTS_FChaosVDAABBTreeDataWrapper \ +static_assert(alignof(FChaosVDAABBTreeDataWrapper) == 0x000008, "Wrong alignment on FChaosVDAABBTreeDataWrapper"); \ +static_assert(sizeof(FChaosVDAABBTreeDataWrapper) == 0x000070, "Wrong size on FChaosVDAABBTreeDataWrapper"); \ +static_assert(offsetof(FChaosVDAABBTreeDataWrapper, RootNodeIndex) == 0x000018, "Member 'FChaosVDAABBTreeDataWrapper::RootNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDAABBTreeDataWrapper, TreeDepth) == 0x00001C, "Member 'FChaosVDAABBTreeDataWrapper::TreeDepth' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDAABBTreeDataWrapper, NodesNum) == 0x000020, "Member 'FChaosVDAABBTreeDataWrapper::NodesNum' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDAABBTreeDataWrapper, LeavesNum) == 0x000024, "Member 'FChaosVDAABBTreeDataWrapper::LeavesNum' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDAABBTreeDataWrapper, bDynamicTree) == 0x000028, "Member 'FChaosVDAABBTreeDataWrapper::bDynamicTree' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDAABBTreeDataWrapper, MaxChildrenInLeaf) == 0x00002C, "Member 'FChaosVDAABBTreeDataWrapper::MaxChildrenInLeaf' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDAABBTreeDataWrapper, MaxTreeDepth) == 0x000030, "Member 'FChaosVDAABBTreeDataWrapper::MaxTreeDepth' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDAABBTreeDataWrapper, MaxPayloadBounds) == 0x000038, "Member 'FChaosVDAABBTreeDataWrapper::MaxPayloadBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDCharacterGroundConstraintStateDataWrapper \ +static_assert(alignof(FChaosVDCharacterGroundConstraintStateDataWrapper) == 0x000008, "Wrong alignment on FChaosVDCharacterGroundConstraintStateDataWrapper"); \ +static_assert(sizeof(FChaosVDCharacterGroundConstraintStateDataWrapper) == 0x000058, "Wrong size on FChaosVDCharacterGroundConstraintStateDataWrapper"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintStateDataWrapper, bDisabled) == 0x000020, "Member 'FChaosVDCharacterGroundConstraintStateDataWrapper::bDisabled' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintStateDataWrapper, SolverAppliedForce) == 0x000028, "Member 'FChaosVDCharacterGroundConstraintStateDataWrapper::SolverAppliedForce' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintStateDataWrapper, SolverAppliedTorque) == 0x000040, "Member 'FChaosVDCharacterGroundConstraintStateDataWrapper::SolverAppliedTorque' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDCharacterGroundConstraintSettingsDataWrapper \ +static_assert(alignof(FChaosVDCharacterGroundConstraintSettingsDataWrapper) == 0x000008, "Wrong alignment on FChaosVDCharacterGroundConstraintSettingsDataWrapper"); \ +static_assert(sizeof(FChaosVDCharacterGroundConstraintSettingsDataWrapper) == 0x000068, "Wrong size on FChaosVDCharacterGroundConstraintSettingsDataWrapper"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintSettingsDataWrapper, VerticalAxis) == 0x000010, "Member 'FChaosVDCharacterGroundConstraintSettingsDataWrapper::VerticalAxis' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintSettingsDataWrapper, TargetHeight) == 0x000028, "Member 'FChaosVDCharacterGroundConstraintSettingsDataWrapper::TargetHeight' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintSettingsDataWrapper, RadialForceLimit) == 0x000030, "Member 'FChaosVDCharacterGroundConstraintSettingsDataWrapper::RadialForceLimit' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintSettingsDataWrapper, FrictionForceLimit) == 0x000038, "Member 'FChaosVDCharacterGroundConstraintSettingsDataWrapper::FrictionForceLimit' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintSettingsDataWrapper, TwistTorqueLimit) == 0x000040, "Member 'FChaosVDCharacterGroundConstraintSettingsDataWrapper::TwistTorqueLimit' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintSettingsDataWrapper, SwingTorqueLimit) == 0x000048, "Member 'FChaosVDCharacterGroundConstraintSettingsDataWrapper::SwingTorqueLimit' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintSettingsDataWrapper, CosMaxWalkableSlopeAngle) == 0x000050, "Member 'FChaosVDCharacterGroundConstraintSettingsDataWrapper::CosMaxWalkableSlopeAngle' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintSettingsDataWrapper, DampingFactor) == 0x000058, "Member 'FChaosVDCharacterGroundConstraintSettingsDataWrapper::DampingFactor' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintSettingsDataWrapper, AssumedOnGroundHeight) == 0x000060, "Member 'FChaosVDCharacterGroundConstraintSettingsDataWrapper::AssumedOnGroundHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDCharacterGroundConstraintDataDataWrapper \ +static_assert(alignof(FChaosVDCharacterGroundConstraintDataDataWrapper) == 0x000008, "Wrong alignment on FChaosVDCharacterGroundConstraintDataDataWrapper"); \ +static_assert(sizeof(FChaosVDCharacterGroundConstraintDataDataWrapper) == 0x000058, "Wrong size on FChaosVDCharacterGroundConstraintDataDataWrapper"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintDataDataWrapper, GroundNormal) == 0x000010, "Member 'FChaosVDCharacterGroundConstraintDataDataWrapper::GroundNormal' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintDataDataWrapper, TargetDeltaPosition) == 0x000028, "Member 'FChaosVDCharacterGroundConstraintDataDataWrapper::TargetDeltaPosition' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintDataDataWrapper, TargetDeltaFacing) == 0x000040, "Member 'FChaosVDCharacterGroundConstraintDataDataWrapper::TargetDeltaFacing' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintDataDataWrapper, GroundDistance) == 0x000048, "Member 'FChaosVDCharacterGroundConstraintDataDataWrapper::GroundDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraintDataDataWrapper, CosMaxWalkableSlopeAngle) == 0x000050, "Member 'FChaosVDCharacterGroundConstraintDataDataWrapper::CosMaxWalkableSlopeAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDConstraintDataWrapperBase \ +static_assert(alignof(FChaosVDConstraintDataWrapperBase) == 0x000008, "Wrong alignment on FChaosVDConstraintDataWrapperBase"); \ +static_assert(sizeof(FChaosVDConstraintDataWrapperBase) == 0x000010, "Wrong size on FChaosVDConstraintDataWrapperBase"); \ + +#define DUMPER7_ASSERTS_FChaosVDCharacterGroundConstraint \ +static_assert(alignof(FChaosVDCharacterGroundConstraint) == 0x000008, "Wrong alignment on FChaosVDCharacterGroundConstraint"); \ +static_assert(sizeof(FChaosVDCharacterGroundConstraint) == 0x000138, "Wrong size on FChaosVDCharacterGroundConstraint"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraint, ConstraintIndex) == 0x000014, "Member 'FChaosVDCharacterGroundConstraint::ConstraintIndex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraint, State) == 0x000020, "Member 'FChaosVDCharacterGroundConstraint::State' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraint, Settings) == 0x000078, "Member 'FChaosVDCharacterGroundConstraint::Settings' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCharacterGroundConstraint, Data) == 0x0000E0, "Member 'FChaosVDCharacterGroundConstraint::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDContactPoint \ +static_assert(alignof(FChaosVDContactPoint) == 0x000008, "Wrong alignment on FChaosVDContactPoint"); \ +static_assert(sizeof(FChaosVDContactPoint) == 0x000058, "Wrong size on FChaosVDContactPoint"); \ +static_assert(offsetof(FChaosVDContactPoint, ShapeContactPoints) == 0x000000, "Member 'FChaosVDContactPoint::ShapeContactPoints' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDContactPoint, ShapeContactNormal) == 0x000030, "Member 'FChaosVDContactPoint::ShapeContactNormal' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDContactPoint, Phi) == 0x000048, "Member 'FChaosVDContactPoint::Phi' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDContactPoint, FaceIndex) == 0x00004C, "Member 'FChaosVDContactPoint::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDContactPoint, ContactType) == 0x000050, "Member 'FChaosVDContactPoint::ContactType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDManifoldPoint \ +static_assert(alignof(FChaosVDManifoldPoint) == 0x000008, "Wrong alignment on FChaosVDManifoldPoint"); \ +static_assert(sizeof(FChaosVDManifoldPoint) == 0x000130, "Wrong size on FChaosVDManifoldPoint"); \ +static_assert(offsetof(FChaosVDManifoldPoint, NetPushOut) == 0x000008, "Member 'FChaosVDManifoldPoint::NetPushOut' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDManifoldPoint, NetImpulse) == 0x000020, "Member 'FChaosVDManifoldPoint::NetImpulse' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDManifoldPoint, TargetPhi) == 0x000038, "Member 'FChaosVDManifoldPoint::TargetPhi' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDManifoldPoint, InitialPhi) == 0x00003C, "Member 'FChaosVDManifoldPoint::InitialPhi' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDManifoldPoint, ShapeAnchorPoints) == 0x000040, "Member 'FChaosVDManifoldPoint::ShapeAnchorPoints' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDManifoldPoint, InitialShapeContactPoints) == 0x000070, "Member 'FChaosVDManifoldPoint::InitialShapeContactPoints' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDManifoldPoint, ContactPoint) == 0x0000A0, "Member 'FChaosVDManifoldPoint::ContactPoint' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDManifoldPoint, ShapeContactPoints) == 0x0000F8, "Member 'FChaosVDManifoldPoint::ShapeContactPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDCollisionMaterial \ +static_assert(alignof(FChaosVDCollisionMaterial) == 0x000004, "Wrong alignment on FChaosVDCollisionMaterial"); \ +static_assert(sizeof(FChaosVDCollisionMaterial) == 0x000030, "Wrong size on FChaosVDCollisionMaterial"); \ +static_assert(offsetof(FChaosVDCollisionMaterial, FaceIndex) == 0x000000, "Member 'FChaosVDCollisionMaterial::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionMaterial, MaterialDynamicFriction) == 0x000004, "Member 'FChaosVDCollisionMaterial::MaterialDynamicFriction' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionMaterial, MaterialStaticFriction) == 0x000008, "Member 'FChaosVDCollisionMaterial::MaterialStaticFriction' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionMaterial, MaterialRestitution) == 0x00000C, "Member 'FChaosVDCollisionMaterial::MaterialRestitution' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionMaterial, DynamicFriction) == 0x000010, "Member 'FChaosVDCollisionMaterial::DynamicFriction' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionMaterial, StaticFriction) == 0x000014, "Member 'FChaosVDCollisionMaterial::StaticFriction' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionMaterial, Restitution) == 0x000018, "Member 'FChaosVDCollisionMaterial::Restitution' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionMaterial, RestitutionThreshold) == 0x00001C, "Member 'FChaosVDCollisionMaterial::RestitutionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionMaterial, InvMassScale0) == 0x000020, "Member 'FChaosVDCollisionMaterial::InvMassScale0' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionMaterial, InvMassScale1) == 0x000024, "Member 'FChaosVDCollisionMaterial::InvMassScale1' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionMaterial, InvInertiaScale0) == 0x000028, "Member 'FChaosVDCollisionMaterial::InvInertiaScale0' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionMaterial, InvInertiaScale1) == 0x00002C, "Member 'FChaosVDCollisionMaterial::InvInertiaScale1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDConstraint \ +static_assert(alignof(FChaosVDConstraint) == 0x000010, "Wrong alignment on FChaosVDConstraint"); \ +static_assert(sizeof(FChaosVDConstraint) == 0x000280, "Wrong size on FChaosVDConstraint"); \ +static_assert(offsetof(FChaosVDConstraint, Material) == 0x000004, "Member 'FChaosVDConstraint::Material' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, AccumulatedImpulse) == 0x000038, "Member 'FChaosVDConstraint::AccumulatedImpulse' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, ShapesType) == 0x000050, "Member 'FChaosVDConstraint::ShapesType' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, ShapeWorldTransforms) == 0x000060, "Member 'FChaosVDConstraint::ShapeWorldTransforms' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, ImplicitTransforms) == 0x000120, "Member 'FChaosVDConstraint::ImplicitTransforms' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, CullDistance) == 0x0001E0, "Member 'FChaosVDConstraint::CullDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, CollisionMargins) == 0x0001E8, "Member 'FChaosVDConstraint::CollisionMargins' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, CollisionTolerance) == 0x0001F8, "Member 'FChaosVDConstraint::CollisionTolerance' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, ClosestManifoldPointIndex) == 0x0001FC, "Member 'FChaosVDConstraint::ClosestManifoldPointIndex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, ExpectedNumManifoldPoints) == 0x000200, "Member 'FChaosVDConstraint::ExpectedNumManifoldPoints' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, LastShapeWorldPositionDelta) == 0x000208, "Member 'FChaosVDConstraint::LastShapeWorldPositionDelta' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, LastShapeWorldRotationDelta) == 0x000220, "Member 'FChaosVDConstraint::LastShapeWorldRotationDelta' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, Stiffness) == 0x000240, "Member 'FChaosVDConstraint::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, MinInitialPhi) == 0x000244, "Member 'FChaosVDConstraint::MinInitialPhi' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, InitialOverlapDepenetrationVelocity) == 0x000248, "Member 'FChaosVDConstraint::InitialOverlapDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, CCDTimeOfImpact) == 0x00024C, "Member 'FChaosVDConstraint::CCDTimeOfImpact' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, CCDEnablePenetration) == 0x000250, "Member 'FChaosVDConstraint::CCDEnablePenetration' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, CCDTargetPenetration) == 0x000254, "Member 'FChaosVDConstraint::CCDTargetPenetration' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, ManifoldPoints) == 0x000258, "Member 'FChaosVDConstraint::ManifoldPoints' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, Particle0Index) == 0x000268, "Member 'FChaosVDConstraint::Particle0Index' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, Particle1Index) == 0x00026C, "Member 'FChaosVDConstraint::Particle1Index' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConstraint, SolverId) == 0x000270, "Member 'FChaosVDConstraint::SolverId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDParticlePairMidPhase \ +static_assert(alignof(FChaosVDParticlePairMidPhase) == 0x000008, "Wrong alignment on FChaosVDParticlePairMidPhase"); \ +static_assert(sizeof(FChaosVDParticlePairMidPhase) == 0x000028, "Wrong size on FChaosVDParticlePairMidPhase"); \ +static_assert(offsetof(FChaosVDParticlePairMidPhase, SolverId) == 0x000000, "Member 'FChaosVDParticlePairMidPhase::SolverId' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticlePairMidPhase, MidPhaseType) == 0x000004, "Member 'FChaosVDParticlePairMidPhase::MidPhaseType' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticlePairMidPhase, LastUsedEpoch) == 0x000008, "Member 'FChaosVDParticlePairMidPhase::LastUsedEpoch' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticlePairMidPhase, Particle0Idx) == 0x00000C, "Member 'FChaosVDParticlePairMidPhase::Particle0Idx' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticlePairMidPhase, Particle1Idx) == 0x000010, "Member 'FChaosVDParticlePairMidPhase::Particle1Idx' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticlePairMidPhase, Constraints) == 0x000018, "Member 'FChaosVDParticlePairMidPhase::Constraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDCollisionFilterData \ +static_assert(alignof(FChaosVDCollisionFilterData) == 0x000004, "Wrong alignment on FChaosVDCollisionFilterData"); \ +static_assert(sizeof(FChaosVDCollisionFilterData) == 0x000010, "Wrong size on FChaosVDCollisionFilterData"); \ +static_assert(offsetof(FChaosVDCollisionFilterData, Word0) == 0x000000, "Member 'FChaosVDCollisionFilterData::Word0' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionFilterData, Word1) == 0x000004, "Member 'FChaosVDCollisionFilterData::Word1' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionFilterData, Word2) == 0x000008, "Member 'FChaosVDCollisionFilterData::Word2' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionFilterData, Word3) == 0x00000C, "Member 'FChaosVDCollisionFilterData::Word3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDShapeCollisionData \ +static_assert(alignof(FChaosVDShapeCollisionData) == 0x000004, "Wrong alignment on FChaosVDShapeCollisionData"); \ +static_assert(sizeof(FChaosVDShapeCollisionData) == 0x00002C, "Wrong size on FChaosVDShapeCollisionData"); \ +static_assert(offsetof(FChaosVDShapeCollisionData, CollisionTraceType) == 0x000000, "Member 'FChaosVDShapeCollisionData::CollisionTraceType' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDShapeCollisionData, QueryData) == 0x000008, "Member 'FChaosVDShapeCollisionData::QueryData' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDShapeCollisionData, SimData) == 0x000018, "Member 'FChaosVDShapeCollisionData::SimData' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDShapeCollisionData, bIsComplex) == 0x000028, "Member 'FChaosVDShapeCollisionData::bIsComplex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDShapeCollisionData, bIsValid) == 0x000029, "Member 'FChaosVDShapeCollisionData::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDCollisionChannelInfo \ +static_assert(alignof(FChaosVDCollisionChannelInfo) == 0x000008, "Wrong alignment on FChaosVDCollisionChannelInfo"); \ +static_assert(sizeof(FChaosVDCollisionChannelInfo) == 0x000018, "Wrong size on FChaosVDCollisionChannelInfo"); \ +static_assert(offsetof(FChaosVDCollisionChannelInfo, DisplayName) == 0x000000, "Member 'FChaosVDCollisionChannelInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionChannelInfo, CollisionChannel) == 0x000010, "Member 'FChaosVDCollisionChannelInfo::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionChannelInfo, bIsTraceType) == 0x000014, "Member 'FChaosVDCollisionChannelInfo::bIsTraceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDCollisionChannelsInfoContainer \ +static_assert(alignof(FChaosVDCollisionChannelsInfoContainer) == 0x000008, "Wrong alignment on FChaosVDCollisionChannelsInfoContainer"); \ +static_assert(sizeof(FChaosVDCollisionChannelsInfoContainer) == 0x000300, "Wrong size on FChaosVDCollisionChannelsInfoContainer"); \ +static_assert(offsetof(FChaosVDCollisionChannelsInfoContainer, CustomChannelsNames) == 0x000000, "Member 'FChaosVDCollisionChannelsInfoContainer::CustomChannelsNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDDebugShapeDataContainer \ +static_assert(alignof(FChaosVDDebugShapeDataContainer) == 0x000008, "Wrong alignment on FChaosVDDebugShapeDataContainer"); \ +static_assert(sizeof(FChaosVDDebugShapeDataContainer) == 0x000040, "Wrong size on FChaosVDDebugShapeDataContainer"); \ + +#define DUMPER7_ASSERTS_FChaosVDMultiSolverDebugShapeDataContainer \ +static_assert(alignof(FChaosVDMultiSolverDebugShapeDataContainer) == 0x000008, "Wrong alignment on FChaosVDMultiSolverDebugShapeDataContainer"); \ +static_assert(sizeof(FChaosVDMultiSolverDebugShapeDataContainer) == 0x000050, "Wrong size on FChaosVDMultiSolverDebugShapeDataContainer"); \ + +#define DUMPER7_ASSERTS_FChaosVDDebugDrawShapeBase \ +static_assert(alignof(FChaosVDDebugDrawShapeBase) == 0x000008, "Wrong alignment on FChaosVDDebugDrawShapeBase"); \ +static_assert(sizeof(FChaosVDDebugDrawShapeBase) == 0x000028, "Wrong size on FChaosVDDebugDrawShapeBase"); \ +static_assert(offsetof(FChaosVDDebugDrawShapeBase, SolverId) == 0x000010, "Member 'FChaosVDDebugDrawShapeBase::SolverId' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDDebugDrawShapeBase, Tag) == 0x000014, "Member 'FChaosVDDebugDrawShapeBase::Tag' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDDebugDrawShapeBase, Color) == 0x00001C, "Member 'FChaosVDDebugDrawShapeBase::Color' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDDebugDrawShapeBase, ThreadContext) == 0x000020, "Member 'FChaosVDDebugDrawShapeBase::ThreadContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDDebugDrawBoxDataWrapper \ +static_assert(alignof(FChaosVDDebugDrawBoxDataWrapper) == 0x000008, "Wrong alignment on FChaosVDDebugDrawBoxDataWrapper"); \ +static_assert(sizeof(FChaosVDDebugDrawBoxDataWrapper) == 0x000060, "Wrong size on FChaosVDDebugDrawBoxDataWrapper"); \ +static_assert(offsetof(FChaosVDDebugDrawBoxDataWrapper, Box) == 0x000028, "Member 'FChaosVDDebugDrawBoxDataWrapper::Box' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDDebugDrawSphereDataWrapper \ +static_assert(alignof(FChaosVDDebugDrawSphereDataWrapper) == 0x000008, "Wrong alignment on FChaosVDDebugDrawSphereDataWrapper"); \ +static_assert(sizeof(FChaosVDDebugDrawSphereDataWrapper) == 0x000048, "Wrong size on FChaosVDDebugDrawSphereDataWrapper"); \ +static_assert(offsetof(FChaosVDDebugDrawSphereDataWrapper, Origin) == 0x000028, "Member 'FChaosVDDebugDrawSphereDataWrapper::Origin' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDDebugDrawSphereDataWrapper, Radius) == 0x000040, "Member 'FChaosVDDebugDrawSphereDataWrapper::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDDebugDrawLineDataWrapper \ +static_assert(alignof(FChaosVDDebugDrawLineDataWrapper) == 0x000008, "Wrong alignment on FChaosVDDebugDrawLineDataWrapper"); \ +static_assert(sizeof(FChaosVDDebugDrawLineDataWrapper) == 0x000060, "Wrong size on FChaosVDDebugDrawLineDataWrapper"); \ +static_assert(offsetof(FChaosVDDebugDrawLineDataWrapper, StartLocation) == 0x000028, "Member 'FChaosVDDebugDrawLineDataWrapper::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDDebugDrawLineDataWrapper, EndLocation) == 0x000040, "Member 'FChaosVDDebugDrawLineDataWrapper::EndLocation' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDDebugDrawLineDataWrapper, bIsArrow) == 0x000058, "Member 'FChaosVDDebugDrawLineDataWrapper::bIsArrow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDDebugDrawImplicitObjectDataWrapper \ +static_assert(alignof(FChaosVDDebugDrawImplicitObjectDataWrapper) == 0x000010, "Wrong alignment on FChaosVDDebugDrawImplicitObjectDataWrapper"); \ +static_assert(sizeof(FChaosVDDebugDrawImplicitObjectDataWrapper) == 0x000090, "Wrong size on FChaosVDDebugDrawImplicitObjectDataWrapper"); \ + +#define DUMPER7_ASSERTS_FChaosVDJointStateDataWrapper \ +static_assert(alignof(FChaosVDJointStateDataWrapper) == 0x000008, "Wrong alignment on FChaosVDJointStateDataWrapper"); \ +static_assert(sizeof(FChaosVDJointStateDataWrapper) == 0x000060, "Wrong size on FChaosVDJointStateDataWrapper"); \ +static_assert(offsetof(FChaosVDJointStateDataWrapper, LinearImpulse) == 0x000028, "Member 'FChaosVDJointStateDataWrapper::LinearImpulse' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointStateDataWrapper, AngularImpulse) == 0x000040, "Member 'FChaosVDJointStateDataWrapper::AngularImpulse' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointStateDataWrapper, ResimType) == 0x000058, "Member 'FChaosVDJointStateDataWrapper::ResimType' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointStateDataWrapper, SyncState) == 0x00005C, "Member 'FChaosVDJointStateDataWrapper::SyncState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDGTJointStateDataWrapper \ +static_assert(alignof(FChaosVDGTJointStateDataWrapper) == 0x000008, "Wrong alignment on FChaosVDGTJointStateDataWrapper"); \ +static_assert(sizeof(FChaosVDGTJointStateDataWrapper) == 0x000050, "Wrong size on FChaosVDGTJointStateDataWrapper"); \ +static_assert(offsetof(FChaosVDGTJointStateDataWrapper, Force) == 0x000018, "Member 'FChaosVDGTJointStateDataWrapper::Force' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDGTJointStateDataWrapper, Torque) == 0x000030, "Member 'FChaosVDGTJointStateDataWrapper::Torque' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDGTJointStateDataWrapper, LinearViolation) == 0x000048, "Member 'FChaosVDGTJointStateDataWrapper::LinearViolation' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDGTJointStateDataWrapper, AngularViolation) == 0x00004C, "Member 'FChaosVDGTJointStateDataWrapper::AngularViolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDJointSolverSettingsDataWrapper \ +static_assert(alignof(FChaosVDJointSolverSettingsDataWrapper) == 0x000008, "Wrong alignment on FChaosVDJointSolverSettingsDataWrapper"); \ +static_assert(sizeof(FChaosVDJointSolverSettingsDataWrapper) == 0x0000D8, "Wrong size on FChaosVDJointSolverSettingsDataWrapper"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, SwingTwistAngleTolerance) == 0x000010, "Member 'FChaosVDJointSolverSettingsDataWrapper::SwingTwistAngleTolerance' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, PositionTolerance) == 0x000018, "Member 'FChaosVDJointSolverSettingsDataWrapper::PositionTolerance' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, AngleTolerance) == 0x000020, "Member 'FChaosVDJointSolverSettingsDataWrapper::AngleTolerance' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, MinParentMassRatio) == 0x000028, "Member 'FChaosVDJointSolverSettingsDataWrapper::MinParentMassRatio' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, MaxInertiaRatio) == 0x000030, "Member 'FChaosVDJointSolverSettingsDataWrapper::MaxInertiaRatio' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, MinSolverStiffness) == 0x000038, "Member 'FChaosVDJointSolverSettingsDataWrapper::MinSolverStiffness' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, MaxSolverStiffness) == 0x000040, "Member 'FChaosVDJointSolverSettingsDataWrapper::MaxSolverStiffness' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, NumIterationsAtMaxSolverStiffness) == 0x000048, "Member 'FChaosVDJointSolverSettingsDataWrapper::NumIterationsAtMaxSolverStiffness' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, NumShockPropagationIterations) == 0x00004C, "Member 'FChaosVDJointSolverSettingsDataWrapper::NumShockPropagationIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, LinearStiffnessOverride) == 0x000058, "Member 'FChaosVDJointSolverSettingsDataWrapper::LinearStiffnessOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, TwistStiffnessOverride) == 0x000060, "Member 'FChaosVDJointSolverSettingsDataWrapper::TwistStiffnessOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, SwingStiffnessOverride) == 0x000068, "Member 'FChaosVDJointSolverSettingsDataWrapper::SwingStiffnessOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, LinearProjectionOverride) == 0x000070, "Member 'FChaosVDJointSolverSettingsDataWrapper::LinearProjectionOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, AngularProjectionOverride) == 0x000078, "Member 'FChaosVDJointSolverSettingsDataWrapper::AngularProjectionOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, ShockPropagationOverride) == 0x000080, "Member 'FChaosVDJointSolverSettingsDataWrapper::ShockPropagationOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, LinearDriveStiffnessOverride) == 0x000088, "Member 'FChaosVDJointSolverSettingsDataWrapper::LinearDriveStiffnessOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, LinearDriveDampingOverride) == 0x000090, "Member 'FChaosVDJointSolverSettingsDataWrapper::LinearDriveDampingOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, AngularDriveStiffnessOverride) == 0x000098, "Member 'FChaosVDJointSolverSettingsDataWrapper::AngularDriveStiffnessOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, AngularDriveDampingOverride) == 0x0000A0, "Member 'FChaosVDJointSolverSettingsDataWrapper::AngularDriveDampingOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, SoftLinearStiffnessOverride) == 0x0000A8, "Member 'FChaosVDJointSolverSettingsDataWrapper::SoftLinearStiffnessOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, SoftLinearDampingOverride) == 0x0000B0, "Member 'FChaosVDJointSolverSettingsDataWrapper::SoftLinearDampingOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, SoftTwistStiffnessOverride) == 0x0000B8, "Member 'FChaosVDJointSolverSettingsDataWrapper::SoftTwistStiffnessOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, SoftTwistDampingOverride) == 0x0000C0, "Member 'FChaosVDJointSolverSettingsDataWrapper::SoftTwistDampingOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, SoftSwingStiffnessOverride) == 0x0000C8, "Member 'FChaosVDJointSolverSettingsDataWrapper::SoftSwingStiffnessOverride' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSolverSettingsDataWrapper, SoftSwingDampingOverride) == 0x0000D0, "Member 'FChaosVDJointSolverSettingsDataWrapper::SoftSwingDampingOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDJointSettingsDataWrapper \ +static_assert(alignof(FChaosVDJointSettingsDataWrapper) == 0x000010, "Wrong alignment on FChaosVDJointSettingsDataWrapper"); \ +static_assert(sizeof(FChaosVDJointSettingsDataWrapper) == 0x0002F0, "Wrong size on FChaosVDJointSettingsDataWrapper"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, ConnectorTransforms) == 0x000010, "Member 'FChaosVDJointSettingsDataWrapper::ConnectorTransforms' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, Stiffness) == 0x0000D0, "Member 'FChaosVDJointSettingsDataWrapper::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearProjection) == 0x0000D8, "Member 'FChaosVDJointSettingsDataWrapper::LinearProjection' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, AngularProjection) == 0x0000E0, "Member 'FChaosVDJointSettingsDataWrapper::AngularProjection' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, ShockPropagation) == 0x0000E8, "Member 'FChaosVDJointSettingsDataWrapper::ShockPropagation' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, TeleportDistance) == 0x0000F0, "Member 'FChaosVDJointSettingsDataWrapper::TeleportDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, TeleportAngle) == 0x0000F8, "Member 'FChaosVDJointSettingsDataWrapper::TeleportAngle' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, ParentInvMassScale) == 0x000100, "Member 'FChaosVDJointSettingsDataWrapper::ParentInvMassScale' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearMotionTypes) == 0x00010C, "Member 'FChaosVDJointSettingsDataWrapper::LinearMotionTypes' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearLimit) == 0x000118, "Member 'FChaosVDJointSettingsDataWrapper::LinearLimit' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, AngularMotionTypes) == 0x000120, "Member 'FChaosVDJointSettingsDataWrapper::AngularMotionTypes' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, AngularLimits) == 0x000130, "Member 'FChaosVDJointSettingsDataWrapper::AngularLimits' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearSoftForceMode) == 0x000148, "Member 'FChaosVDJointSettingsDataWrapper::LinearSoftForceMode' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, AngularSoftForceMode) == 0x00014C, "Member 'FChaosVDJointSettingsDataWrapper::AngularSoftForceMode' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, SoftLinearStiffness) == 0x000150, "Member 'FChaosVDJointSettingsDataWrapper::SoftLinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, SoftLinearDamping) == 0x000158, "Member 'FChaosVDJointSettingsDataWrapper::SoftLinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, SoftTwistStiffness) == 0x000160, "Member 'FChaosVDJointSettingsDataWrapper::SoftTwistStiffness' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, SoftTwistDamping) == 0x000168, "Member 'FChaosVDJointSettingsDataWrapper::SoftTwistDamping' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, SoftSwingStiffness) == 0x000170, "Member 'FChaosVDJointSettingsDataWrapper::SoftSwingStiffness' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, SoftSwingDamping) == 0x000178, "Member 'FChaosVDJointSettingsDataWrapper::SoftSwingDamping' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearRestitution) == 0x000180, "Member 'FChaosVDJointSettingsDataWrapper::LinearRestitution' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, TwistRestitution) == 0x000188, "Member 'FChaosVDJointSettingsDataWrapper::TwistRestitution' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, SwingRestitution) == 0x000190, "Member 'FChaosVDJointSettingsDataWrapper::SwingRestitution' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearContactDistance) == 0x000198, "Member 'FChaosVDJointSettingsDataWrapper::LinearContactDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, TwistContactDistance) == 0x0001A0, "Member 'FChaosVDJointSettingsDataWrapper::TwistContactDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, SwingContactDistance) == 0x0001A8, "Member 'FChaosVDJointSettingsDataWrapper::SwingContactDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearDrivePositionTarget) == 0x0001B0, "Member 'FChaosVDJointSettingsDataWrapper::LinearDrivePositionTarget' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearDriveVelocityTarget) == 0x0001C8, "Member 'FChaosVDJointSettingsDataWrapper::LinearDriveVelocityTarget' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearDriveForceMode) == 0x0001E4, "Member 'FChaosVDJointSettingsDataWrapper::LinearDriveForceMode' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearDriveStiffness) == 0x0001E8, "Member 'FChaosVDJointSettingsDataWrapper::LinearDriveStiffness' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearDriveDamping) == 0x000200, "Member 'FChaosVDJointSettingsDataWrapper::LinearDriveDamping' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearDriveMaxForce) == 0x000218, "Member 'FChaosVDJointSettingsDataWrapper::LinearDriveMaxForce' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, AngularDrivePositionTarget) == 0x000230, "Member 'FChaosVDJointSettingsDataWrapper::AngularDrivePositionTarget' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, AngularDriveVelocityTarget) == 0x000250, "Member 'FChaosVDJointSettingsDataWrapper::AngularDriveVelocityTarget' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, AngularDriveForceMode) == 0x000268, "Member 'FChaosVDJointSettingsDataWrapper::AngularDriveForceMode' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, AngularDriveStiffness) == 0x000270, "Member 'FChaosVDJointSettingsDataWrapper::AngularDriveStiffness' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, AngularDriveDamping) == 0x000288, "Member 'FChaosVDJointSettingsDataWrapper::AngularDriveDamping' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, AngularDriveMaxTorque) == 0x0002A0, "Member 'FChaosVDJointSettingsDataWrapper::AngularDriveMaxTorque' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearBreakForce) == 0x0002B8, "Member 'FChaosVDJointSettingsDataWrapper::LinearBreakForce' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearPlasticityLimit) == 0x0002C0, "Member 'FChaosVDJointSettingsDataWrapper::LinearPlasticityLimit' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearPlasticityType) == 0x0002C8, "Member 'FChaosVDJointSettingsDataWrapper::LinearPlasticityType' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, LinearPlasticityInitialDistanceSquared) == 0x0002D0, "Member 'FChaosVDJointSettingsDataWrapper::LinearPlasticityInitialDistanceSquared' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, AngularBreakTorque) == 0x0002D8, "Member 'FChaosVDJointSettingsDataWrapper::AngularBreakTorque' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, AngularPlasticityLimit) == 0x0002E0, "Member 'FChaosVDJointSettingsDataWrapper::AngularPlasticityLimit' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointSettingsDataWrapper, ContactTransferScale) == 0x0002E8, "Member 'FChaosVDJointSettingsDataWrapper::ContactTransferScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDJointConstraint \ +static_assert(alignof(FChaosVDJointConstraint) == 0x000010, "Wrong alignment on FChaosVDJointConstraint"); \ +static_assert(sizeof(FChaosVDJointConstraint) == 0x0003C0, "Wrong size on FChaosVDJointConstraint"); \ +static_assert(offsetof(FChaosVDJointConstraint, ConstraintIndex) == 0x000014, "Member 'FChaosVDJointConstraint::ConstraintIndex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointConstraint, PhysicsThreadJointState) == 0x000020, "Member 'FChaosVDJointConstraint::PhysicsThreadJointState' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointConstraint, GameThreadJointState) == 0x000080, "Member 'FChaosVDJointConstraint::GameThreadJointState' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDJointConstraint, JointSettings) == 0x0000D0, "Member 'FChaosVDJointConstraint::JointSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDParticleMetadata \ +static_assert(alignof(FChaosVDParticleMetadata) == 0x000008, "Wrong alignment on FChaosVDParticleMetadata"); \ +static_assert(sizeof(FChaosVDParticleMetadata) == 0x000048, "Wrong size on FChaosVDParticleMetadata"); \ +static_assert(offsetof(FChaosVDParticleMetadata, OwnerName) == 0x000000, "Member 'FChaosVDParticleMetadata::OwnerName' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleMetadata, ComponentName) == 0x000008, "Member 'FChaosVDParticleMetadata::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleMetadata, BoneName) == 0x000010, "Member 'FChaosVDParticleMetadata::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleMetadata, Index) == 0x000018, "Member 'FChaosVDParticleMetadata::Index' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleMetadata, MapAssetPath) == 0x00001C, "Member 'FChaosVDParticleMetadata::MapAssetPath' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleMetadata, OwnerAssetPath) == 0x00002C, "Member 'FChaosVDParticleMetadata::OwnerAssetPath' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleMetadata, MetadataID) == 0x000040, "Member 'FChaosVDParticleMetadata::MetadataID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDFRigidParticleControlFlags \ +static_assert(alignof(FChaosVDFRigidParticleControlFlags) == 0x000008, "Wrong alignment on FChaosVDFRigidParticleControlFlags"); \ +static_assert(sizeof(FChaosVDFRigidParticleControlFlags) == 0x000020, "Wrong size on FChaosVDFRigidParticleControlFlags"); \ +static_assert(offsetof(FChaosVDFRigidParticleControlFlags, bGravityEnabled) == 0x000010, "Member 'FChaosVDFRigidParticleControlFlags::bGravityEnabled' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDFRigidParticleControlFlags, bCCDEnabled) == 0x000011, "Member 'FChaosVDFRigidParticleControlFlags::bCCDEnabled' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDFRigidParticleControlFlags, bOneWayInteractionEnabled) == 0x000012, "Member 'FChaosVDFRigidParticleControlFlags::bOneWayInteractionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDFRigidParticleControlFlags, bInertiaConditioningEnabled) == 0x000013, "Member 'FChaosVDFRigidParticleControlFlags::bInertiaConditioningEnabled' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDFRigidParticleControlFlags, GravityGroupIndex) == 0x000014, "Member 'FChaosVDFRigidParticleControlFlags::GravityGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDFRigidParticleControlFlags, bMACDEnabled) == 0x000018, "Member 'FChaosVDFRigidParticleControlFlags::bMACDEnabled' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDFRigidParticleControlFlags, bPartialIslandSleepAllowed) == 0x000019, "Member 'FChaosVDFRigidParticleControlFlags::bPartialIslandSleepAllowed' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDFRigidParticleControlFlags, bGyroscopicTorqueEnabled) == 0x00001A, "Member 'FChaosVDFRigidParticleControlFlags::bGyroscopicTorqueEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDParticlePositionRotation \ +static_assert(alignof(FChaosVDParticlePositionRotation) == 0x000010, "Wrong alignment on FChaosVDParticlePositionRotation"); \ +static_assert(sizeof(FChaosVDParticlePositionRotation) == 0x000050, "Wrong size on FChaosVDParticlePositionRotation"); \ +static_assert(offsetof(FChaosVDParticlePositionRotation, MX) == 0x000010, "Member 'FChaosVDParticlePositionRotation::MX' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticlePositionRotation, MR) == 0x000030, "Member 'FChaosVDParticlePositionRotation::MR' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDParticleVelocities \ +static_assert(alignof(FChaosVDParticleVelocities) == 0x000008, "Wrong alignment on FChaosVDParticleVelocities"); \ +static_assert(sizeof(FChaosVDParticleVelocities) == 0x000040, "Wrong size on FChaosVDParticleVelocities"); \ +static_assert(offsetof(FChaosVDParticleVelocities, MV) == 0x000010, "Member 'FChaosVDParticleVelocities::MV' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleVelocities, MW) == 0x000028, "Member 'FChaosVDParticleVelocities::MW' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDParticleBounds \ +static_assert(alignof(FChaosVDParticleBounds) == 0x000008, "Wrong alignment on FChaosVDParticleBounds"); \ +static_assert(sizeof(FChaosVDParticleBounds) == 0x000040, "Wrong size on FChaosVDParticleBounds"); \ +static_assert(offsetof(FChaosVDParticleBounds, MMin) == 0x000010, "Member 'FChaosVDParticleBounds::MMin' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleBounds, MMax) == 0x000028, "Member 'FChaosVDParticleBounds::MMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDParticleDynamics \ +static_assert(alignof(FChaosVDParticleDynamics) == 0x000008, "Wrong alignment on FChaosVDParticleDynamics"); \ +static_assert(sizeof(FChaosVDParticleDynamics) == 0x000070, "Wrong size on FChaosVDParticleDynamics"); \ +static_assert(offsetof(FChaosVDParticleDynamics, MAcceleration) == 0x000010, "Member 'FChaosVDParticleDynamics::MAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamics, MAngularAcceleration) == 0x000028, "Member 'FChaosVDParticleDynamics::MAngularAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamics, MLinearImpulseVelocity) == 0x000040, "Member 'FChaosVDParticleDynamics::MLinearImpulseVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamics, MAngularImpulseVelocity) == 0x000058, "Member 'FChaosVDParticleDynamics::MAngularImpulseVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDParticleMassProps \ +static_assert(alignof(FChaosVDParticleMassProps) == 0x000010, "Wrong alignment on FChaosVDParticleMassProps"); \ +static_assert(sizeof(FChaosVDParticleMassProps) == 0x000090, "Wrong size on FChaosVDParticleMassProps"); \ +static_assert(offsetof(FChaosVDParticleMassProps, MCenterOfMass) == 0x000010, "Member 'FChaosVDParticleMassProps::MCenterOfMass' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleMassProps, MRotationOfMass) == 0x000030, "Member 'FChaosVDParticleMassProps::MRotationOfMass' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleMassProps, MI) == 0x000050, "Member 'FChaosVDParticleMassProps::MI' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleMassProps, MInvI) == 0x000068, "Member 'FChaosVDParticleMassProps::MInvI' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleMassProps, MM) == 0x000080, "Member 'FChaosVDParticleMassProps::MM' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleMassProps, MInvM) == 0x000088, "Member 'FChaosVDParticleMassProps::MInvM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDParticleDynamicMisc \ +static_assert(alignof(FChaosVDParticleDynamicMisc) == 0x000008, "Wrong alignment on FChaosVDParticleDynamicMisc"); \ +static_assert(sizeof(FChaosVDParticleDynamicMisc) == 0x000070, "Wrong size on FChaosVDParticleDynamicMisc"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, MLinearEtherDrag) == 0x000010, "Member 'FChaosVDParticleDynamicMisc::MLinearEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, MAngularEtherDrag) == 0x000018, "Member 'FChaosVDParticleDynamicMisc::MAngularEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, MMaxLinearSpeedSq) == 0x000020, "Member 'FChaosVDParticleDynamicMisc::MMaxLinearSpeedSq' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, MMaxAngularSpeedSq) == 0x000028, "Member 'FChaosVDParticleDynamicMisc::MMaxAngularSpeedSq' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, MInitialOverlapDepenetrationVelocity) == 0x000030, "Member 'FChaosVDParticleDynamicMisc::MInitialOverlapDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, MSleepThresholdMultiplier) == 0x000034, "Member 'FChaosVDParticleDynamicMisc::MSleepThresholdMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, MCollisionGroup) == 0x000038, "Member 'FChaosVDParticleDynamicMisc::MCollisionGroup' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, MObjectState) == 0x00003C, "Member 'FChaosVDParticleDynamicMisc::MObjectState' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, MSleepType) == 0x00003D, "Member 'FChaosVDParticleDynamicMisc::MSleepType' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, MCollisionConstraintFlag) == 0x000040, "Member 'FChaosVDParticleDynamicMisc::MCollisionConstraintFlag' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, MControlFlags) == 0x000048, "Member 'FChaosVDParticleDynamicMisc::MControlFlags' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, bDisabled) == 0x000068, "Member 'FChaosVDParticleDynamicMisc::bDisabled' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, PositionSolverIterationCount) == 0x000069, "Member 'FChaosVDParticleDynamicMisc::PositionSolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, VelocitySolverIterationCount) == 0x00006A, "Member 'FChaosVDParticleDynamicMisc::VelocitySolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDynamicMisc, ProjectionSolverIterationCount) == 0x00006B, "Member 'FChaosVDParticleDynamicMisc::ProjectionSolverIterationCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDConnectivityEdge \ +static_assert(alignof(FChaosVDConnectivityEdge) == 0x000004, "Wrong alignment on FChaosVDConnectivityEdge"); \ +static_assert(sizeof(FChaosVDConnectivityEdge) == 0x000008, "Wrong size on FChaosVDConnectivityEdge"); \ +static_assert(offsetof(FChaosVDConnectivityEdge, SiblingParticleID) == 0x000000, "Member 'FChaosVDConnectivityEdge::SiblingParticleID' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDConnectivityEdge, Strain) == 0x000004, "Member 'FChaosVDConnectivityEdge::Strain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDParticleCluster \ +static_assert(alignof(FChaosVDParticleCluster) == 0x000010, "Wrong alignment on FChaosVDParticleCluster"); \ +static_assert(sizeof(FChaosVDParticleCluster) == 0x0000B0, "Wrong size on FChaosVDParticleCluster"); \ +static_assert(offsetof(FChaosVDParticleCluster, ParentParticleID) == 0x000010, "Member 'FChaosVDParticleCluster::ParentParticleID' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleCluster, NumChildren) == 0x000014, "Member 'FChaosVDParticleCluster::NumChildren' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleCluster, ChildToParent) == 0x000020, "Member 'FChaosVDParticleCluster::ChildToParent' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleCluster, ClusterGroupIndex) == 0x000080, "Member 'FChaosVDParticleCluster::ClusterGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleCluster, bInternalCluster) == 0x000084, "Member 'FChaosVDParticleCluster::bInternalCluster' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleCluster, CollisionImpulse) == 0x000088, "Member 'FChaosVDParticleCluster::CollisionImpulse' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleCluster, ExternalStrains) == 0x00008C, "Member 'FChaosVDParticleCluster::ExternalStrains' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleCluster, InternalStrains) == 0x000090, "Member 'FChaosVDParticleCluster::InternalStrains' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleCluster, Strain) == 0x000094, "Member 'FChaosVDParticleCluster::Strain' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleCluster, ConnectivityEdges) == 0x000098, "Member 'FChaosVDParticleCluster::ConnectivityEdges' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleCluster, bIsAnchored) == 0x0000A8, "Member 'FChaosVDParticleCluster::bIsAnchored' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleCluster, bUnbreakable) == 0x0000A9, "Member 'FChaosVDParticleCluster::bUnbreakable' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleCluster, bIsChildToParentLocked) == 0x0000AA, "Member 'FChaosVDParticleCluster::bIsChildToParentLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDKinematicTarget \ +static_assert(alignof(FChaosVDKinematicTarget) == 0x000010, "Wrong alignment on FChaosVDKinematicTarget"); \ +static_assert(sizeof(FChaosVDKinematicTarget) == 0x000050, "Wrong size on FChaosVDKinematicTarget"); \ +static_assert(offsetof(FChaosVDKinematicTarget, Rotation) == 0x000010, "Member 'FChaosVDKinematicTarget::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDKinematicTarget, position) == 0x000030, "Member 'FChaosVDKinematicTarget::position' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDKinematicTarget, Mode) == 0x000048, "Member 'FChaosVDKinematicTarget::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDVSmooth \ +static_assert(alignof(FChaosVDVSmooth) == 0x000008, "Wrong alignment on FChaosVDVSmooth"); \ +static_assert(sizeof(FChaosVDVSmooth) == 0x000040, "Wrong size on FChaosVDVSmooth"); \ +static_assert(offsetof(FChaosVDVSmooth, MV) == 0x000010, "Member 'FChaosVDVSmooth::MV' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDVSmooth, MW) == 0x000028, "Member 'FChaosVDVSmooth::MW' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDParticleDataWrapper \ +static_assert(alignof(FChaosVDParticleDataWrapper) == 0x000010, "Wrong alignment on FChaosVDParticleDataWrapper"); \ +static_assert(sizeof(FChaosVDParticleDataWrapper) == 0x0003E0, "Wrong size on FChaosVDParticleDataWrapper"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, DirtyFlagsBits) == 0x000010, "Member 'FChaosVDParticleDataWrapper::DirtyFlagsBits' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, ParticleContext) == 0x000014, "Member 'FChaosVDParticleDataWrapper::ParticleContext' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, GeometryHash) == 0x000018, "Member 'FChaosVDParticleDataWrapper::GeometryHash' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, MetadataID) == 0x000020, "Member 'FChaosVDParticleDataWrapper::MetadataID' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, ParticleIndex) == 0x000028, "Member 'FChaosVDParticleDataWrapper::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, SolverId) == 0x00002C, "Member 'FChaosVDParticleDataWrapper::SolverId' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, Type) == 0x000030, "Member 'FChaosVDParticleDataWrapper::Type' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, ParticlePositionRotation) == 0x000040, "Member 'FChaosVDParticleDataWrapper::ParticlePositionRotation' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, ParticleVelocities) == 0x000090, "Member 'FChaosVDParticleDataWrapper::ParticleVelocities' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, ParticleInflatedBounds) == 0x0000D0, "Member 'FChaosVDParticleDataWrapper::ParticleInflatedBounds' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, ParticleKinematicTarget) == 0x000110, "Member 'FChaosVDParticleDataWrapper::ParticleKinematicTarget' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, ParticleVWSmooth) == 0x000160, "Member 'FChaosVDParticleDataWrapper::ParticleVWSmooth' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, ParticleDynamics) == 0x0001A0, "Member 'FChaosVDParticleDataWrapper::ParticleDynamics' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, ParticleDynamicsMisc) == 0x000210, "Member 'FChaosVDParticleDataWrapper::ParticleDynamicsMisc' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, ParticleMassProps) == 0x000280, "Member 'FChaosVDParticleDataWrapper::ParticleMassProps' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, ParticleCluster) == 0x000310, "Member 'FChaosVDParticleDataWrapper::ParticleCluster' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDParticleDataWrapper, CollisionDataPerShape) == 0x0003C0, "Member 'FChaosVDParticleDataWrapper::CollisionDataPerShape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDCollisionResponseParams \ +static_assert(alignof(FChaosVDCollisionResponseParams) == 0x000008, "Wrong alignment on FChaosVDCollisionResponseParams"); \ +static_assert(sizeof(FChaosVDCollisionResponseParams) == 0x000040, "Wrong size on FChaosVDCollisionResponseParams"); \ + +#define DUMPER7_ASSERTS_FChaosVDCollisionObjectQueryParams \ +static_assert(alignof(FChaosVDCollisionObjectQueryParams) == 0x000008, "Wrong alignment on FChaosVDCollisionObjectQueryParams"); \ +static_assert(sizeof(FChaosVDCollisionObjectQueryParams) == 0x000018, "Wrong size on FChaosVDCollisionObjectQueryParams"); \ +static_assert(offsetof(FChaosVDCollisionObjectQueryParams, ObjectTypesToQuery) == 0x000010, "Member 'FChaosVDCollisionObjectQueryParams::ObjectTypesToQuery' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionObjectQueryParams, IgnoreMask) == 0x000011, "Member 'FChaosVDCollisionObjectQueryParams::IgnoreMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDCollisionQueryParams \ +static_assert(alignof(FChaosVDCollisionQueryParams) == 0x000008, "Wrong alignment on FChaosVDCollisionQueryParams"); \ +static_assert(sizeof(FChaosVDCollisionQueryParams) == 0x000068, "Wrong size on FChaosVDCollisionQueryParams"); \ +static_assert(offsetof(FChaosVDCollisionQueryParams, TraceTag) == 0x000010, "Member 'FChaosVDCollisionQueryParams::TraceTag' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionQueryParams, OwnerTag) == 0x000018, "Member 'FChaosVDCollisionQueryParams::OwnerTag' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionQueryParams, IgnoreMask) == 0x000022, "Member 'FChaosVDCollisionQueryParams::IgnoreMask' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionQueryParams, IgnoredActorsNames) == 0x000048, "Member 'FChaosVDCollisionQueryParams::IgnoredActorsNames' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDCollisionQueryParams, IgnoredComponentsNames) == 0x000058, "Member 'FChaosVDCollisionQueryParams::IgnoredComponentsNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDQueryFastData \ +static_assert(alignof(FChaosVDQueryFastData) == 0x000008, "Wrong alignment on FChaosVDQueryFastData"); \ +static_assert(sizeof(FChaosVDQueryFastData) == 0x000058, "Wrong size on FChaosVDQueryFastData"); \ +static_assert(offsetof(FChaosVDQueryFastData, Dir) == 0x000010, "Member 'FChaosVDQueryFastData::Dir' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryFastData, InvDir) == 0x000028, "Member 'FChaosVDQueryFastData::InvDir' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryFastData, CurrentLength) == 0x000040, "Member 'FChaosVDQueryFastData::CurrentLength' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryFastData, InvCurrentLength) == 0x000048, "Member 'FChaosVDQueryFastData::InvCurrentLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDQueryHitData \ +static_assert(alignof(FChaosVDQueryHitData) == 0x000008, "Wrong alignment on FChaosVDQueryHitData"); \ +static_assert(sizeof(FChaosVDQueryHitData) == 0x000068, "Wrong size on FChaosVDQueryHitData"); \ +static_assert(offsetof(FChaosVDQueryHitData, Distance) == 0x000010, "Member 'FChaosVDQueryHitData::Distance' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryHitData, FaceIdx) == 0x000014, "Member 'FChaosVDQueryHitData::FaceIdx' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryHitData, Flags) == 0x000018, "Member 'FChaosVDQueryHitData::Flags' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryHitData, WorldPosition) == 0x000020, "Member 'FChaosVDQueryHitData::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryHitData, WorldNormal) == 0x000038, "Member 'FChaosVDQueryHitData::WorldNormal' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryHitData, FaceNormal) == 0x000050, "Member 'FChaosVDQueryHitData::FaceNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDQueryVisitStep \ +static_assert(alignof(FChaosVDQueryVisitStep) == 0x000010, "Wrong alignment on FChaosVDQueryVisitStep"); \ +static_assert(sizeof(FChaosVDQueryVisitStep) == 0x000150, "Wrong size on FChaosVDQueryVisitStep"); \ +static_assert(offsetof(FChaosVDQueryVisitStep, Type) == 0x000014, "Member 'FChaosVDQueryVisitStep::Type' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryVisitStep, ShapeIndex) == 0x000018, "Member 'FChaosVDQueryVisitStep::ShapeIndex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryVisitStep, ParticleIndex) == 0x00001C, "Member 'FChaosVDQueryVisitStep::ParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryVisitStep, ParticleTransform) == 0x000020, "Member 'FChaosVDQueryVisitStep::ParticleTransform' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryVisitStep, QueryFastData) == 0x000080, "Member 'FChaosVDQueryVisitStep::QueryFastData' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryVisitStep, HitType) == 0x0000D8, "Member 'FChaosVDQueryVisitStep::HitType' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryVisitStep, HitData) == 0x0000E0, "Member 'FChaosVDQueryVisitStep::HitData' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryVisitStep, RejectReason) == 0x000148, "Member 'FChaosVDQueryVisitStep::RejectReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDQueryDataWrapper \ +static_assert(alignof(FChaosVDQueryDataWrapper) == 0x000010, "Wrong alignment on FChaosVDQueryDataWrapper"); \ +static_assert(sizeof(FChaosVDQueryDataWrapper) == 0x000180, "Wrong size on FChaosVDQueryDataWrapper"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, ID) == 0x000000, "Member 'FChaosVDQueryDataWrapper::ID' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, ParentQueryID) == 0x000004, "Member 'FChaosVDQueryDataWrapper::ParentQueryID' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, WorldSolverID) == 0x000008, "Member 'FChaosVDQueryDataWrapper::WorldSolverID' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, bIsRetryQuery) == 0x00000C, "Member 'FChaosVDQueryDataWrapper::bIsRetryQuery' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, GeometryOrientation) == 0x000020, "Member 'FChaosVDQueryDataWrapper::GeometryOrientation' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, Type) == 0x000040, "Member 'FChaosVDQueryDataWrapper::Type' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, Mode) == 0x000044, "Member 'FChaosVDQueryDataWrapper::Mode' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, StartLocation) == 0x000048, "Member 'FChaosVDQueryDataWrapper::StartLocation' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, EndLocation) == 0x000060, "Member 'FChaosVDQueryDataWrapper::EndLocation' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, CollisionChannel) == 0x000078, "Member 'FChaosVDQueryDataWrapper::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, CollisionQueryParams) == 0x000080, "Member 'FChaosVDQueryDataWrapper::CollisionQueryParams' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, CollisionResponseParams) == 0x0000E8, "Member 'FChaosVDQueryDataWrapper::CollisionResponseParams' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, CollisionObjectQueryParams) == 0x000128, "Member 'FChaosVDQueryDataWrapper::CollisionObjectQueryParams' has a wrong offset!"); \ +static_assert(offsetof(FChaosVDQueryDataWrapper, Hits) == 0x000150, "Member 'FChaosVDQueryDataWrapper::Hits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosVDSceneQueriesDataContainer \ +static_assert(alignof(FChaosVDSceneQueriesDataContainer) == 0x000008, "Wrong alignment on FChaosVDSceneQueriesDataContainer"); \ +static_assert(sizeof(FChaosVDSceneQueriesDataContainer) == 0x0000A0, "Wrong size on FChaosVDSceneQueriesDataContainer"); \ + +#define DUMPER7_ASSERTS_FManagedArrayCollection \ +static_assert(alignof(FManagedArrayCollection) == 0x000008, "Wrong alignment on FManagedArrayCollection"); \ +static_assert(sizeof(FManagedArrayCollection) == 0x0000B0, "Wrong size on FManagedArrayCollection"); \ + +#define DUMPER7_ASSERTS_FFieldCollection \ +static_assert(alignof(FFieldCollection) == 0x000008, "Wrong alignment on FFieldCollection"); \ +static_assert(sizeof(FFieldCollection) == 0x0000B0, "Wrong size on FFieldCollection"); \ + +#define DUMPER7_ASSERTS_FChaosSolverDestructionSettings \ +static_assert(alignof(FChaosSolverDestructionSettings) == 0x000004, "Wrong alignment on FChaosSolverDestructionSettings"); \ +static_assert(sizeof(FChaosSolverDestructionSettings) == 0x000014, "Wrong size on FChaosSolverDestructionSettings"); \ +static_assert(offsetof(FChaosSolverDestructionSettings, PerAdvanceBreaksAllowed) == 0x000000, "Member 'FChaosSolverDestructionSettings::PerAdvanceBreaksAllowed' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverDestructionSettings, PerAdvanceBreaksRescheduleLimit) == 0x000004, "Member 'FChaosSolverDestructionSettings::PerAdvanceBreaksRescheduleLimit' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverDestructionSettings, ClusteringParticleReleaseThrottlingMinCount) == 0x000008, "Member 'FChaosSolverDestructionSettings::ClusteringParticleReleaseThrottlingMinCount' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverDestructionSettings, ClusteringParticleReleaseThrottlingMaxCount) == 0x00000C, "Member 'FChaosSolverDestructionSettings::ClusteringParticleReleaseThrottlingMaxCount' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverDestructionSettings, bOptimizeForRuntimeMemory) == 0x000010, "Member 'FChaosSolverDestructionSettings::bOptimizeForRuntimeMemory' 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_FSolverCollisionFilterSettings \ +static_assert(alignof(FSolverCollisionFilterSettings) == 0x000004, "Wrong alignment on FSolverCollisionFilterSettings"); \ +static_assert(sizeof(FSolverCollisionFilterSettings) == 0x000010, "Wrong size on FSolverCollisionFilterSettings"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverCollisionFilterSettings::FilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, MinMass) == 0x000004, "Member 'FSolverCollisionFilterSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverCollisionFilterSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, MinImpulse) == 0x00000C, "Member 'FSolverCollisionFilterSettings::MinImpulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverBreakingFilterSettings \ +static_assert(alignof(FSolverBreakingFilterSettings) == 0x000004, "Wrong alignment on FSolverBreakingFilterSettings"); \ +static_assert(sizeof(FSolverBreakingFilterSettings) == 0x000010, "Wrong size on FSolverBreakingFilterSettings"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverBreakingFilterSettings::FilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, MinMass) == 0x000004, "Member 'FSolverBreakingFilterSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverBreakingFilterSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverBreakingFilterSettings::MinVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosSolverConfiguration \ +static_assert(alignof(FChaosSolverConfiguration) == 0x000004, "Wrong alignment on FChaosSolverConfiguration"); \ +static_assert(sizeof(FChaosSolverConfiguration) == 0x000084, "Wrong size on FChaosSolverConfiguration"); \ +static_assert(offsetof(FChaosSolverConfiguration, PositionIterations) == 0x000000, "Member 'FChaosSolverConfiguration::PositionIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, VelocityIterations) == 0x000004, "Member 'FChaosSolverConfiguration::VelocityIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, ProjectionIterations) == 0x000008, "Member 'FChaosSolverConfiguration::ProjectionIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginFraction) == 0x00000C, "Member 'FChaosSolverConfiguration::CollisionMarginFraction' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginMax) == 0x000010, "Member 'FChaosSolverConfiguration::CollisionMarginMax' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionCullDistance) == 0x000014, "Member 'FChaosSolverConfiguration::CollisionCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMaxPushOutVelocity) == 0x000018, "Member 'FChaosSolverConfiguration::CollisionMaxPushOutVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionInitialOverlapDepenetrationVelocity) == 0x00001C, "Member 'FChaosSolverConfiguration::CollisionInitialOverlapDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, ClusterConnectionFactor) == 0x000020, "Member 'FChaosSolverConfiguration::ClusterConnectionFactor' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, ClusterUnionConnectionType) == 0x000024, "Member 'FChaosSolverConfiguration::ClusterUnionConnectionType' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, DestructionSettings) == 0x000028, "Member 'FChaosSolverConfiguration::DestructionSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateCollisionData) == 0x00003C, "Member 'FChaosSolverConfiguration::bGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionFilterSettings) == 0x000040, "Member 'FChaosSolverConfiguration::CollisionFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateBreakData) == 0x000050, "Member 'FChaosSolverConfiguration::bGenerateBreakData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, BreakingFilterSettings) == 0x000054, "Member 'FChaosSolverConfiguration::BreakingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateTrailingData) == 0x000064, "Member 'FChaosSolverConfiguration::bGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, TrailingFilterSettings) == 0x000068, "Member 'FChaosSolverConfiguration::TrailingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, Iterations) == 0x000078, "Member 'FChaosSolverConfiguration::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, PushOutIterations) == 0x00007C, "Member 'FChaosSolverConfiguration::PushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateContactGraph) == 0x000080, "Member 'FChaosSolverConfiguration::bGenerateContactGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClosestPhysicsObjectResult \ +static_assert(alignof(FClosestPhysicsObjectResult) == 0x000008, "Wrong alignment on FClosestPhysicsObjectResult"); \ +static_assert(sizeof(FClosestPhysicsObjectResult) == 0x000028, "Wrong size on FClosestPhysicsObjectResult"); \ + +#define DUMPER7_ASSERTS_FSerializedSolverScene \ +static_assert(alignof(FSerializedSolverScene) == 0x000008, "Wrong alignment on FSerializedSolverScene"); \ +static_assert(sizeof(FSerializedSolverScene) == 0x000050, "Wrong size on FSerializedSolverScene"); \ +static_assert(offsetof(FSerializedSolverScene, ParticleData) == 0x000000, "Member 'FSerializedSolverScene::ParticleData' has a wrong offset!"); \ +static_assert(offsetof(FSerializedSolverScene, JointConstraintData) == 0x000010, "Member 'FSerializedSolverScene::JointConstraintData' has a wrong offset!"); \ +static_assert(offsetof(FSerializedSolverScene, CharacterGroundConstraintData) == 0x000020, "Member 'FSerializedSolverScene::CharacterGroundConstraintData' has a wrong offset!"); \ +static_assert(offsetof(FSerializedSolverScene, CollisionMidPhaseData) == 0x000030, "Member 'FSerializedSolverScene::CollisionMidPhaseData' 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_FMediaPlayerInitialTrackLanguageSelection \ +static_assert(alignof(FMediaPlayerInitialTrackLanguageSelection) == 0x000008, "Wrong alignment on FMediaPlayerInitialTrackLanguageSelection"); \ +static_assert(sizeof(FMediaPlayerInitialTrackLanguageSelection) == 0x000040, "Wrong size on FMediaPlayerInitialTrackLanguageSelection"); \ +static_assert(offsetof(FMediaPlayerInitialTrackLanguageSelection, Video) == 0x000000, "Member 'FMediaPlayerInitialTrackLanguageSelection::Video' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerInitialTrackLanguageSelection, Audio) == 0x000010, "Member 'FMediaPlayerInitialTrackLanguageSelection::Audio' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerInitialTrackLanguageSelection, Subtitle) == 0x000020, "Member 'FMediaPlayerInitialTrackLanguageSelection::Subtitle' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerInitialTrackLanguageSelection, Caption) == 0x000030, "Member 'FMediaPlayerInitialTrackLanguageSelection::Caption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaPlayerOptions \ +static_assert(alignof(FMediaPlayerOptions) == 0x000008, "Wrong alignment on FMediaPlayerOptions"); \ +static_assert(sizeof(FMediaPlayerOptions) == 0x0000C8, "Wrong size on FMediaPlayerOptions"); \ +static_assert(offsetof(FMediaPlayerOptions, Tracks) == 0x000000, "Member 'FMediaPlayerOptions::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, TracksByLanguage) == 0x000020, "Member 'FMediaPlayerOptions::TracksByLanguage' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, TrackSelection) == 0x000060, "Member 'FMediaPlayerOptions::TrackSelection' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, SeekTime) == 0x000068, "Member 'FMediaPlayerOptions::SeekTime' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, SeekTimeType) == 0x000070, "Member 'FMediaPlayerOptions::SeekTimeType' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, PlayOnOpen) == 0x000071, "Member 'FMediaPlayerOptions::PlayOnOpen' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, Loop) == 0x000072, "Member 'FMediaPlayerOptions::Loop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FlagRaise_interval_C_OnEnterInterval \ +static_assert(alignof(BP_FlagRaise_interval_C_OnEnterInterval) == 0x000008, "Wrong alignment on BP_FlagRaise_interval_C_OnEnterInterval"); \ +static_assert(sizeof(BP_FlagRaise_interval_C_OnEnterInterval) == 0x000010, "Wrong size on BP_FlagRaise_interval_C_OnEnterInterval"); \ +static_assert(offsetof(BP_FlagRaise_interval_C_OnEnterInterval, ActionUpdateContext) == 0x000000, "Member 'BP_FlagRaise_interval_C_OnEnterInterval::ActionUpdateContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_FlagRaise_interval_C_OnExitInterval \ +static_assert(alignof(BP_FlagRaise_interval_C_OnExitInterval) == 0x000008, "Wrong alignment on BP_FlagRaise_interval_C_OnExitInterval"); \ +static_assert(sizeof(BP_FlagRaise_interval_C_OnExitInterval) == 0x000018, "Wrong size on BP_FlagRaise_interval_C_OnExitInterval"); \ +static_assert(offsetof(BP_FlagRaise_interval_C_OnExitInterval, ActionUpdateContext) == 0x000000, "Member 'BP_FlagRaise_interval_C_OnExitInterval::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_FlagRaise_interval_C_OnExitInterval, ExitReason) == 0x000010, "Member 'BP_FlagRaise_interval_C_OnExitInterval::ExitReason' has a wrong offset!"); \ +static_assert(offsetof(BP_FlagRaise_interval_C_OnExitInterval, CallFunc_RequestLowerFlag_ReturnValue) == 0x000011, "Member 'BP_FlagRaise_interval_C_OnExitInterval::CallFunc_RequestLowerFlag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_FlagRaise_interval_C \ +static_assert(alignof(UBP_FlagRaise_interval_C) == 0x000008, "Wrong alignment on UBP_FlagRaise_interval_C"); \ +static_assert(sizeof(UBP_FlagRaise_interval_C) == 0x000040, "Wrong size on UBP_FlagRaise_interval_C"); \ +static_assert(offsetof(UBP_FlagRaise_interval_C, Flag) == 0x000038, "Member 'UBP_FlagRaise_interval_C::Flag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushEffectBlurring \ +static_assert(alignof(FBrushEffectBlurring) == 0x000004, "Wrong alignment on FBrushEffectBlurring"); \ +static_assert(sizeof(FBrushEffectBlurring) == 0x000008, "Wrong size on FBrushEffectBlurring"); \ +static_assert(offsetof(FBrushEffectBlurring, bBlurShape) == 0x000000, "Member 'FBrushEffectBlurring::bBlurShape' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectBlurring, Radius) == 0x000004, "Member 'FBrushEffectBlurring::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushEffectCurlNoise \ +static_assert(alignof(FBrushEffectCurlNoise) == 0x000004, "Wrong alignment on FBrushEffectCurlNoise"); \ +static_assert(sizeof(FBrushEffectCurlNoise) == 0x000010, "Wrong size on FBrushEffectCurlNoise"); \ +static_assert(offsetof(FBrushEffectCurlNoise, Curl1Amount) == 0x000000, "Member 'FBrushEffectCurlNoise::Curl1Amount' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurlNoise, Curl2Amount) == 0x000004, "Member 'FBrushEffectCurlNoise::Curl2Amount' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurlNoise, Curl1Tiling) == 0x000008, "Member 'FBrushEffectCurlNoise::Curl1Tiling' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurlNoise, Curl2Tiling) == 0x00000C, "Member 'FBrushEffectCurlNoise::Curl2Tiling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushEffectCurves \ +static_assert(alignof(FBrushEffectCurves) == 0x000008, "Wrong alignment on FBrushEffectCurves"); \ +static_assert(sizeof(FBrushEffectCurves) == 0x000020, "Wrong size on FBrushEffectCurves"); \ +static_assert(offsetof(FBrushEffectCurves, bUseCurveChannel) == 0x000000, "Member 'FBrushEffectCurves::bUseCurveChannel' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurves, ElevationCurveAsset) == 0x000008, "Member 'FBrushEffectCurves::ElevationCurveAsset' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurves, ChannelEdgeOffset) == 0x000010, "Member 'FBrushEffectCurves::ChannelEdgeOffset' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurves, ChannelDepth) == 0x000014, "Member 'FBrushEffectCurves::ChannelDepth' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectCurves, CurveRampWidth) == 0x000018, "Member 'FBrushEffectCurves::CurveRampWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushEffectDisplacement \ +static_assert(alignof(FBrushEffectDisplacement) == 0x000008, "Wrong alignment on FBrushEffectDisplacement"); \ +static_assert(sizeof(FBrushEffectDisplacement) == 0x000028, "Wrong size on FBrushEffectDisplacement"); \ +static_assert(offsetof(FBrushEffectDisplacement, DisplacementHeight) == 0x000000, "Member 'FBrushEffectDisplacement::DisplacementHeight' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectDisplacement, DisplacementTiling) == 0x000004, "Member 'FBrushEffectDisplacement::DisplacementTiling' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectDisplacement, Texture) == 0x000008, "Member 'FBrushEffectDisplacement::Texture' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectDisplacement, Midpoint) == 0x000010, "Member 'FBrushEffectDisplacement::Midpoint' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectDisplacement, Channel) == 0x000014, "Member 'FBrushEffectDisplacement::Channel' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectDisplacement, WeightmapInfluence) == 0x000024, "Member 'FBrushEffectDisplacement::WeightmapInfluence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushEffectSmoothBlending \ +static_assert(alignof(FBrushEffectSmoothBlending) == 0x000004, "Wrong alignment on FBrushEffectSmoothBlending"); \ +static_assert(sizeof(FBrushEffectSmoothBlending) == 0x000008, "Wrong size on FBrushEffectSmoothBlending"); \ +static_assert(offsetof(FBrushEffectSmoothBlending, InnerSmoothDistance) == 0x000000, "Member 'FBrushEffectSmoothBlending::InnerSmoothDistance' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectSmoothBlending, OuterSmoothDistance) == 0x000004, "Member 'FBrushEffectSmoothBlending::OuterSmoothDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushEffectTerracing \ +static_assert(alignof(FBrushEffectTerracing) == 0x000004, "Wrong alignment on FBrushEffectTerracing"); \ +static_assert(sizeof(FBrushEffectTerracing) == 0x000014, "Wrong size on FBrushEffectTerracing"); \ +static_assert(offsetof(FBrushEffectTerracing, TerraceAlpha) == 0x000000, "Member 'FBrushEffectTerracing::TerraceAlpha' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectTerracing, TerraceSpacing) == 0x000004, "Member 'FBrushEffectTerracing::TerraceSpacing' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectTerracing, TerraceSmoothness) == 0x000008, "Member 'FBrushEffectTerracing::TerraceSmoothness' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectTerracing, MaskLength) == 0x00000C, "Member 'FBrushEffectTerracing::MaskLength' has a wrong offset!"); \ +static_assert(offsetof(FBrushEffectTerracing, MaskStartOffset) == 0x000010, "Member 'FBrushEffectTerracing::MaskStartOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandmassBrushEffectsList \ +static_assert(alignof(FLandmassBrushEffectsList) == 0x000008, "Wrong alignment on FLandmassBrushEffectsList"); \ +static_assert(sizeof(FLandmassBrushEffectsList) == 0x000060, "Wrong size on FLandmassBrushEffectsList"); \ +static_assert(offsetof(FLandmassBrushEffectsList, Blurring) == 0x000000, "Member 'FLandmassBrushEffectsList::Blurring' has a wrong offset!"); \ +static_assert(offsetof(FLandmassBrushEffectsList, CurlNoise) == 0x000008, "Member 'FLandmassBrushEffectsList::CurlNoise' has a wrong offset!"); \ +static_assert(offsetof(FLandmassBrushEffectsList, Displacement) == 0x000018, "Member 'FLandmassBrushEffectsList::Displacement' has a wrong offset!"); \ +static_assert(offsetof(FLandmassBrushEffectsList, SmoothBlending) == 0x000040, "Member 'FLandmassBrushEffectsList::SmoothBlending' has a wrong offset!"); \ +static_assert(offsetof(FLandmassBrushEffectsList, Terracing) == 0x000048, "Member 'FLandmassBrushEffectsList::Terracing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandmassFalloffSettings \ +static_assert(alignof(FLandmassFalloffSettings) == 0x000004, "Wrong alignment on FLandmassFalloffSettings"); \ +static_assert(sizeof(FLandmassFalloffSettings) == 0x000014, "Wrong size on FLandmassFalloffSettings"); \ +static_assert(offsetof(FLandmassFalloffSettings, FalloffMode) == 0x000000, "Member 'FLandmassFalloffSettings::FalloffMode' has a wrong offset!"); \ +static_assert(offsetof(FLandmassFalloffSettings, FalloffAngle) == 0x000004, "Member 'FLandmassFalloffSettings::FalloffAngle' has a wrong offset!"); \ +static_assert(offsetof(FLandmassFalloffSettings, FalloffWidth) == 0x000008, "Member 'FLandmassFalloffSettings::FalloffWidth' has a wrong offset!"); \ +static_assert(offsetof(FLandmassFalloffSettings, EdgeOffset) == 0x00000C, "Member 'FLandmassFalloffSettings::EdgeOffset' has a wrong offset!"); \ +static_assert(offsetof(FLandmassFalloffSettings, ZOffset) == 0x000010, "Member 'FLandmassFalloffSettings::ZOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandmassTerrainCarvingSettings \ +static_assert(alignof(FLandmassTerrainCarvingSettings) == 0x000008, "Wrong alignment on FLandmassTerrainCarvingSettings"); \ +static_assert(sizeof(FLandmassTerrainCarvingSettings) == 0x000080, "Wrong size on FLandmassTerrainCarvingSettings"); \ +static_assert(offsetof(FLandmassTerrainCarvingSettings, BlendMode) == 0x000000, "Member 'FLandmassTerrainCarvingSettings::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FLandmassTerrainCarvingSettings, bInvertShape) == 0x000001, "Member 'FLandmassTerrainCarvingSettings::bInvertShape' has a wrong offset!"); \ +static_assert(offsetof(FLandmassTerrainCarvingSettings, FalloffSettings) == 0x000004, "Member 'FLandmassTerrainCarvingSettings::FalloffSettings' has a wrong offset!"); \ +static_assert(offsetof(FLandmassTerrainCarvingSettings, Effects) == 0x000018, "Member 'FLandmassTerrainCarvingSettings::Effects' has a wrong offset!"); \ +static_assert(offsetof(FLandmassTerrainCarvingSettings, Priority) == 0x000078, "Member 'FLandmassTerrainCarvingSettings::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkPingMessage \ +static_assert(alignof(FLiveLinkPingMessage) == 0x000004, "Wrong alignment on FLiveLinkPingMessage"); \ +static_assert(sizeof(FLiveLinkPingMessage) == 0x000018, "Wrong size on FLiveLinkPingMessage"); \ +static_assert(offsetof(FLiveLinkPingMessage, PollRequest) == 0x000000, "Member 'FLiveLinkPingMessage::PollRequest' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPingMessage, LiveLinkVersion) == 0x000010, "Member 'FLiveLinkPingMessage::LiveLinkVersion' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPingMessage, DiscoveryProtocolVersion) == 0x000014, "Member 'FLiveLinkPingMessage::DiscoveryProtocolVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkPongMessage \ +static_assert(alignof(FLiveLinkPongMessage) == 0x000008, "Wrong alignment on FLiveLinkPongMessage"); \ +static_assert(sizeof(FLiveLinkPongMessage) == 0x000040, "Wrong size on FLiveLinkPongMessage"); \ +static_assert(offsetof(FLiveLinkPongMessage, ProviderName) == 0x000000, "Member 'FLiveLinkPongMessage::ProviderName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPongMessage, MachineName) == 0x000010, "Member 'FLiveLinkPongMessage::MachineName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPongMessage, PollRequest) == 0x000020, "Member 'FLiveLinkPongMessage::PollRequest' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPongMessage, LiveLinkVersion) == 0x000030, "Member 'FLiveLinkPongMessage::LiveLinkVersion' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPongMessage, DiscoveryProtocolVersion) == 0x000034, "Member 'FLiveLinkPongMessage::DiscoveryProtocolVersion' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkPongMessage, CreationPlatformTime) == 0x000038, "Member 'FLiveLinkPongMessage::CreationPlatformTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkConnectMessage \ +static_assert(alignof(FLiveLinkConnectMessage) == 0x000004, "Wrong alignment on FLiveLinkConnectMessage"); \ +static_assert(sizeof(FLiveLinkConnectMessage) == 0x000004, "Wrong size on FLiveLinkConnectMessage"); \ +static_assert(offsetof(FLiveLinkConnectMessage, LiveLinkVersion) == 0x000000, "Member 'FLiveLinkConnectMessage::LiveLinkVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkHeartbeatMessage \ +static_assert(alignof(FLiveLinkHeartbeatMessage) == 0x000001, "Wrong alignment on FLiveLinkHeartbeatMessage"); \ +static_assert(sizeof(FLiveLinkHeartbeatMessage) == 0x000001, "Wrong size on FLiveLinkHeartbeatMessage"); \ + +#define DUMPER7_ASSERTS_FLiveLinkClearSubject \ +static_assert(alignof(FLiveLinkClearSubject) == 0x000004, "Wrong alignment on FLiveLinkClearSubject"); \ +static_assert(sizeof(FLiveLinkClearSubject) == 0x000008, "Wrong size on FLiveLinkClearSubject"); \ +static_assert(offsetof(FLiveLinkClearSubject, SubjectName) == 0x000000, "Member 'FLiveLinkClearSubject::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectDataMessage \ +static_assert(alignof(FLiveLinkSubjectDataMessage) == 0x000008, "Wrong alignment on FLiveLinkSubjectDataMessage"); \ +static_assert(sizeof(FLiveLinkSubjectDataMessage) == 0x000028, "Wrong size on FLiveLinkSubjectDataMessage"); \ +static_assert(offsetof(FLiveLinkSubjectDataMessage, RefSkeleton) == 0x000000, "Member 'FLiveLinkSubjectDataMessage::RefSkeleton' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectDataMessage, SubjectName) == 0x000020, "Member 'FLiveLinkSubjectDataMessage::SubjectName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSubjectFrameMessage \ +static_assert(alignof(FLiveLinkSubjectFrameMessage) == 0x000008, "Wrong alignment on FLiveLinkSubjectFrameMessage"); \ +static_assert(sizeof(FLiveLinkSubjectFrameMessage) == 0x000090, "Wrong size on FLiveLinkSubjectFrameMessage"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, SubjectName) == 0x000000, "Member 'FLiveLinkSubjectFrameMessage::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, Transforms) == 0x000008, "Member 'FLiveLinkSubjectFrameMessage::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, Curves) == 0x000018, "Member 'FLiveLinkSubjectFrameMessage::Curves' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, MetaData) == 0x000028, "Member 'FLiveLinkSubjectFrameMessage::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSubjectFrameMessage, Time) == 0x000088, "Member 'FLiveLinkSubjectFrameMessage::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkByteArray \ +static_assert(alignof(FLiveLinkByteArray) == 0x000008, "Wrong alignment on FLiveLinkByteArray"); \ +static_assert(sizeof(FLiveLinkByteArray) == 0x000010, "Wrong size on FLiveLinkByteArray"); \ +static_assert(offsetof(FLiveLinkByteArray, Bytes) == 0x000000, "Member 'FLiveLinkByteArray::Bytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLiveLinkSerializedFrameData \ +static_assert(alignof(FLiveLinkSerializedFrameData) == 0x000008, "Wrong alignment on FLiveLinkSerializedFrameData"); \ +static_assert(sizeof(FLiveLinkSerializedFrameData) == 0x000020, "Wrong size on FLiveLinkSerializedFrameData"); \ +static_assert(offsetof(FLiveLinkSerializedFrameData, PayloadTypeName) == 0x000000, "Member 'FLiveLinkSerializedFrameData::PayloadTypeName' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSerializedFrameData, SerializationMethod) == 0x000008, "Member 'FLiveLinkSerializedFrameData::SerializationMethod' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSerializedFrameData, CompressionMethod) == 0x000009, "Member 'FLiveLinkSerializedFrameData::CompressionMethod' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSerializedFrameData, CompressionBias) == 0x00000A, "Member 'FLiveLinkSerializedFrameData::CompressionBias' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSerializedFrameData, PayloadSize) == 0x00000C, "Member 'FLiveLinkSerializedFrameData::PayloadSize' has a wrong offset!"); \ +static_assert(offsetof(FLiveLinkSerializedFrameData, PayloadBytes) == 0x000010, "Member 'FLiveLinkSerializedFrameData::PayloadBytes' 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) == 0x000290, "Wrong size on FRigUnit_FullbodyIK"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, Root) == 0x000010, "Member 'FRigUnit_FullbodyIK::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, Effectors) == 0x000020, "Member 'FRigUnit_FullbodyIK::Effectors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, Constraints) == 0x000030, "Member 'FRigUnit_FullbodyIK::Constraints' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, SolverProperty) == 0x000040, "Member 'FRigUnit_FullbodyIK::SolverProperty' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, MotionProperty) == 0x000064, "Member 'FRigUnit_FullbodyIK::MotionProperty' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, bPropagateToChildren) == 0x000066, "Member 'FRigUnit_FullbodyIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, DebugOption) == 0x000070, "Member 'FRigUnit_FullbodyIK::DebugOption' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, WorkData) == 0x0000F0, "Member 'FRigUnit_FullbodyIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPBIKBoneSetting \ +static_assert(alignof(FPBIKBoneSetting) == 0x000008, "Wrong alignment on FPBIKBoneSetting"); \ +static_assert(sizeof(FPBIKBoneSetting) == 0x000050, "Wrong size on FPBIKBoneSetting"); \ +static_assert(offsetof(FPBIKBoneSetting, bone) == 0x000000, "Member 'FPBIKBoneSetting::bone' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, RotationStiffness) == 0x000008, "Member 'FPBIKBoneSetting::RotationStiffness' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, PositionStiffness) == 0x00000C, "Member 'FPBIKBoneSetting::PositionStiffness' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, X) == 0x000010, "Member 'FPBIKBoneSetting::X' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, MinX) == 0x000014, "Member 'FPBIKBoneSetting::MinX' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, MaxX) == 0x000018, "Member 'FPBIKBoneSetting::MaxX' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, Y) == 0x00001C, "Member 'FPBIKBoneSetting::Y' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, MinY) == 0x000020, "Member 'FPBIKBoneSetting::MinY' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, MaxY) == 0x000024, "Member 'FPBIKBoneSetting::MaxY' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, Z) == 0x000028, "Member 'FPBIKBoneSetting::Z' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, MinZ) == 0x00002C, "Member 'FPBIKBoneSetting::MinZ' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, MaxZ) == 0x000030, "Member 'FPBIKBoneSetting::MaxZ' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, bUsePreferredAngles) == 0x000034, "Member 'FPBIKBoneSetting::bUsePreferredAngles' has a wrong offset!"); \ +static_assert(offsetof(FPBIKBoneSetting, PreferredAngles) == 0x000038, "Member 'FPBIKBoneSetting::PreferredAngles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootPrePullSettings \ +static_assert(alignof(FRootPrePullSettings) == 0x000004, "Wrong alignment on FRootPrePullSettings"); \ +static_assert(sizeof(FRootPrePullSettings) == 0x000020, "Wrong size on FRootPrePullSettings"); \ +static_assert(offsetof(FRootPrePullSettings, RotationAlpha) == 0x000000, "Member 'FRootPrePullSettings::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, RotationAlphaX) == 0x000004, "Member 'FRootPrePullSettings::RotationAlphaX' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, RotationAlphaY) == 0x000008, "Member 'FRootPrePullSettings::RotationAlphaY' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, RotationAlphaZ) == 0x00000C, "Member 'FRootPrePullSettings::RotationAlphaZ' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, PositionAlpha) == 0x000010, "Member 'FRootPrePullSettings::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, PositionAlphaX) == 0x000014, "Member 'FRootPrePullSettings::PositionAlphaX' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, PositionAlphaY) == 0x000018, "Member 'FRootPrePullSettings::PositionAlphaY' has a wrong offset!"); \ +static_assert(offsetof(FRootPrePullSettings, PositionAlphaZ) == 0x00001C, "Member 'FRootPrePullSettings::PositionAlphaZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPBIKSolverSettings \ +static_assert(alignof(FPBIKSolverSettings) == 0x000004, "Wrong alignment on FPBIKSolverSettings"); \ +static_assert(sizeof(FPBIKSolverSettings) == 0x000040, "Wrong size on FPBIKSolverSettings"); \ +static_assert(offsetof(FPBIKSolverSettings, Iterations) == 0x000000, "Member 'FPBIKSolverSettings::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, SubIterations) == 0x000004, "Member 'FPBIKSolverSettings::SubIterations' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, MassMultiplier) == 0x000008, "Member 'FPBIKSolverSettings::MassMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, bAllowStretch) == 0x00000C, "Member 'FPBIKSolverSettings::bAllowStretch' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, RootBehavior) == 0x00000D, "Member 'FPBIKSolverSettings::RootBehavior' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, PrePullRootSettings) == 0x000010, "Member 'FPBIKSolverSettings::PrePullRootSettings' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, GlobalPullChainAlpha) == 0x000030, "Member 'FPBIKSolverSettings::GlobalPullChainAlpha' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, MaxAngle) == 0x000034, "Member 'FPBIKSolverSettings::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, OverRelaxation) == 0x000038, "Member 'FPBIKSolverSettings::OverRelaxation' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, bStartSolveFromInputPose) == 0x00003C, "Member 'FPBIKSolverSettings::bStartSolveFromInputPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPBIKSolver \ +static_assert(alignof(FPBIKSolver) == 0x000008, "Wrong alignment on FPBIKSolver"); \ +static_assert(sizeof(FPBIKSolver) == 0x000058, "Wrong size on FPBIKSolver"); \ + +#define DUMPER7_ASSERTS_FPBIKDebug \ +static_assert(alignof(FPBIKDebug) == 0x000004, "Wrong alignment on FPBIKDebug"); \ +static_assert(sizeof(FPBIKDebug) == 0x000008, "Wrong size on FPBIKDebug"); \ +static_assert(offsetof(FPBIKDebug, DrawScale) == 0x000000, "Member 'FPBIKDebug::DrawScale' has a wrong offset!"); \ +static_assert(offsetof(FPBIKDebug, bDrawDebug) == 0x000004, "Member 'FPBIKDebug::bDrawDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPBIKEffector \ +static_assert(alignof(FPBIKEffector) == 0x000010, "Wrong alignment on FPBIKEffector"); \ +static_assert(sizeof(FPBIKEffector) == 0x000090, "Wrong size on FPBIKEffector"); \ +static_assert(offsetof(FPBIKEffector, bone) == 0x000000, "Member 'FPBIKEffector::bone' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, Transform) == 0x000010, "Member 'FPBIKEffector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, PositionAlpha) == 0x000070, "Member 'FPBIKEffector::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, RotationAlpha) == 0x000074, "Member 'FPBIKEffector::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, StrengthAlpha) == 0x000078, "Member 'FPBIKEffector::StrengthAlpha' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, ChainDepth) == 0x00007C, "Member 'FPBIKEffector::ChainDepth' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, PullChainAlpha) == 0x000080, "Member 'FPBIKEffector::PullChainAlpha' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, PinRotation) == 0x000084, "Member 'FPBIKEffector::PinRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPBIKWorkData \ +static_assert(alignof(FPBIKWorkData) == 0x000008, "Wrong alignment on FPBIKWorkData"); \ +static_assert(sizeof(FPBIKWorkData) == 0x000080, "Wrong size on FPBIKWorkData"); \ +static_assert(offsetof(FPBIKWorkData, bNeedsInit) == 0x000000, "Member 'FPBIKWorkData::bNeedsInit' has a wrong offset!"); \ +static_assert(offsetof(FPBIKWorkData, HashInitializedWith) == 0x000004, "Member 'FPBIKWorkData::HashInitializedWith' has a wrong offset!"); \ +static_assert(offsetof(FPBIKWorkData, BoneSettingToSolverBoneIndex) == 0x000008, "Member 'FPBIKWorkData::BoneSettingToSolverBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FPBIKWorkData, SolverBoneToElementIndex) == 0x000018, "Member 'FPBIKWorkData::SolverBoneToElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FPBIKWorkData, Solver) == 0x000028, "Member 'FPBIKWorkData::Solver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PBIK \ +static_assert(alignof(FRigUnit_PBIK) == 0x000008, "Wrong alignment on FRigUnit_PBIK"); \ +static_assert(sizeof(FRigUnit_PBIK) == 0x000120, "Wrong size on FRigUnit_PBIK"); \ +static_assert(offsetof(FRigUnit_PBIK, Root) == 0x000010, "Member 'FRigUnit_PBIK::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, Effectors) == 0x000018, "Member 'FRigUnit_PBIK::Effectors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, EffectorSolverIndices) == 0x000028, "Member 'FRigUnit_PBIK::EffectorSolverIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, BoneSettings) == 0x000038, "Member 'FRigUnit_PBIK::BoneSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, ExcludedBones) == 0x000048, "Member 'FRigUnit_PBIK::ExcludedBones' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, Settings) == 0x000058, "Member 'FRigUnit_PBIK::Settings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, Debug) == 0x000098, "Member 'FRigUnit_PBIK::Debug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, WorkData) == 0x0000A0, "Member 'FRigUnit_PBIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowFunctionProperty \ +static_assert(alignof(FDataflowFunctionProperty) == 0x000008, "Wrong alignment on FDataflowFunctionProperty"); \ +static_assert(sizeof(FDataflowFunctionProperty) == 0x000010, "Wrong size on FDataflowFunctionProperty"); \ + +#define DUMPER7_ASSERTS_FDataflowPrimitiveNode \ +static_assert(alignof(FDataflowPrimitiveNode) == 0x000008, "Wrong alignment on FDataflowPrimitiveNode"); \ +static_assert(sizeof(FDataflowPrimitiveNode) == 0x000240, "Wrong size on FDataflowPrimitiveNode"); \ + +#define DUMPER7_ASSERTS_FScalarVertexPropertyGroup \ +static_assert(alignof(FScalarVertexPropertyGroup) == 0x000004, "Wrong alignment on FScalarVertexPropertyGroup"); \ +static_assert(sizeof(FScalarVertexPropertyGroup) == 0x000008, "Wrong size on FScalarVertexPropertyGroup"); \ +static_assert(offsetof(FScalarVertexPropertyGroup, Name) == 0x000000, "Member 'FScalarVertexPropertyGroup::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVertexAttributeEditableNode \ +static_assert(alignof(FDataflowVertexAttributeEditableNode) == 0x000008, "Wrong alignment on FDataflowVertexAttributeEditableNode"); \ +static_assert(sizeof(FDataflowVertexAttributeEditableNode) == 0x000240, "Wrong size on FDataflowVertexAttributeEditableNode"); \ + +#define DUMPER7_ASSERTS_FDataflowCollectionAddScalarVertexPropertyNode \ +static_assert(alignof(FDataflowCollectionAddScalarVertexPropertyNode) == 0x000008, "Wrong alignment on FDataflowCollectionAddScalarVertexPropertyNode"); \ +static_assert(sizeof(FDataflowCollectionAddScalarVertexPropertyNode) == 0x000340, "Wrong size on FDataflowCollectionAddScalarVertexPropertyNode"); \ +static_assert(offsetof(FDataflowCollectionAddScalarVertexPropertyNode, Collection) == 0x000240, "Member 'FDataflowCollectionAddScalarVertexPropertyNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionAddScalarVertexPropertyNode, Name) == 0x0002F0, "Member 'FDataflowCollectionAddScalarVertexPropertyNode::Name' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionAddScalarVertexPropertyNode, AttributeKey) == 0x000300, "Member 'FDataflowCollectionAddScalarVertexPropertyNode::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionAddScalarVertexPropertyNode, VertexWeights) == 0x000320, "Member 'FDataflowCollectionAddScalarVertexPropertyNode::VertexWeights' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionAddScalarVertexPropertyNode, TargetGroup) == 0x000330, "Member 'FDataflowCollectionAddScalarVertexPropertyNode::TargetGroup' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionAddScalarVertexPropertyNode, OverrideType) == 0x000338, "Member 'FDataflowCollectionAddScalarVertexPropertyNode::OverrideType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeAttributeKeyDataflowNode \ +static_assert(alignof(FMakeAttributeKeyDataflowNode) == 0x000008, "Wrong alignment on FMakeAttributeKeyDataflowNode"); \ +static_assert(sizeof(FMakeAttributeKeyDataflowNode) == 0x000280, "Wrong size on FMakeAttributeKeyDataflowNode"); \ +static_assert(offsetof(FMakeAttributeKeyDataflowNode, GroupIn) == 0x000240, "Member 'FMakeAttributeKeyDataflowNode::GroupIn' has a wrong offset!"); \ +static_assert(offsetof(FMakeAttributeKeyDataflowNode, AttributeIn) == 0x000250, "Member 'FMakeAttributeKeyDataflowNode::AttributeIn' has a wrong offset!"); \ +static_assert(offsetof(FMakeAttributeKeyDataflowNode, AttributeKeyOut) == 0x000260, "Member 'FMakeAttributeKeyDataflowNode::AttributeKeyOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBreakAttributeKeyDataflowNode \ +static_assert(alignof(FBreakAttributeKeyDataflowNode) == 0x000008, "Wrong alignment on FBreakAttributeKeyDataflowNode"); \ +static_assert(sizeof(FBreakAttributeKeyDataflowNode) == 0x000280, "Wrong size on FBreakAttributeKeyDataflowNode"); \ +static_assert(offsetof(FBreakAttributeKeyDataflowNode, AttributeKeyIn) == 0x000240, "Member 'FBreakAttributeKeyDataflowNode::AttributeKeyIn' has a wrong offset!"); \ +static_assert(offsetof(FBreakAttributeKeyDataflowNode, AttributeOut) == 0x000260, "Member 'FBreakAttributeKeyDataflowNode::AttributeOut' has a wrong offset!"); \ +static_assert(offsetof(FBreakAttributeKeyDataflowNode, GroupOut) == 0x000270, "Member 'FBreakAttributeKeyDataflowNode::GroupOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowCollectionEditSkeletonBonesNode \ +static_assert(alignof(FDataflowCollectionEditSkeletonBonesNode) == 0x000008, "Wrong alignment on FDataflowCollectionEditSkeletonBonesNode"); \ +static_assert(sizeof(FDataflowCollectionEditSkeletonBonesNode) == 0x000338, "Wrong size on FDataflowCollectionEditSkeletonBonesNode"); \ +static_assert(offsetof(FDataflowCollectionEditSkeletonBonesNode, Collection) == 0x000240, "Member 'FDataflowCollectionEditSkeletonBonesNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkeletonBonesNode, VertexGroup) == 0x0002F0, "Member 'FDataflowCollectionEditSkeletonBonesNode::VertexGroup' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkeletonBonesNode, Skeleton) == 0x0002F8, "Member 'FDataflowCollectionEditSkeletonBonesNode::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkeletonBonesNode, ToolSkeleton) == 0x000300, "Member 'FDataflowCollectionEditSkeletonBonesNode::ToolSkeleton' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkeletonBonesNode, SkeletalMeshes) == 0x000320, "Member 'FDataflowCollectionEditSkeletonBonesNode::SkeletalMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowSkinWeightData \ +static_assert(alignof(FDataflowSkinWeightData) == 0x000008, "Wrong alignment on FDataflowSkinWeightData"); \ +static_assert(sizeof(FDataflowSkinWeightData) == 0x000020, "Wrong size on FDataflowSkinWeightData"); \ +static_assert(offsetof(FDataflowSkinWeightData, BoneWeights) == 0x000000, "Member 'FDataflowSkinWeightData::BoneWeights' has a wrong offset!"); \ +static_assert(offsetof(FDataflowSkinWeightData, BoneIndices) == 0x000010, "Member 'FDataflowSkinWeightData::BoneIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowVertexSkinWeightData \ +static_assert(alignof(FDataflowVertexSkinWeightData) == 0x000008, "Wrong alignment on FDataflowVertexSkinWeightData"); \ +static_assert(sizeof(FDataflowVertexSkinWeightData) == 0x000028, "Wrong size on FDataflowVertexSkinWeightData"); \ + +#define DUMPER7_ASSERTS_FDataflowCollectionEditSkinWeightsNode \ +static_assert(alignof(FDataflowCollectionEditSkinWeightsNode) == 0x000008, "Wrong alignment on FDataflowCollectionEditSkinWeightsNode"); \ +static_assert(sizeof(FDataflowCollectionEditSkinWeightsNode) == 0x0003F0, "Wrong size on FDataflowCollectionEditSkinWeightsNode"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, Collection) == 0x000240, "Member 'FDataflowCollectionEditSkinWeightsNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, BoneIndicesName) == 0x0002F0, "Member 'FDataflowCollectionEditSkinWeightsNode::BoneIndicesName' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, BoneWeightsName) == 0x000300, "Member 'FDataflowCollectionEditSkinWeightsNode::BoneWeightsName' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, VertexGroup) == 0x000310, "Member 'FDataflowCollectionEditSkinWeightsNode::VertexGroup' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, BoneIndicesKey) == 0x000318, "Member 'FDataflowCollectionEditSkinWeightsNode::BoneIndicesKey' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, BoneWeightsKey) == 0x000338, "Member 'FDataflowCollectionEditSkinWeightsNode::BoneWeightsKey' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, SkeletalMesh) == 0x000358, "Member 'FDataflowCollectionEditSkinWeightsNode::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, bCompressSkinWeights) == 0x000360, "Member 'FDataflowCollectionEditSkinWeightsNode::bCompressSkinWeights' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, SkinWeights) == 0x000368, "Member 'FDataflowCollectionEditSkinWeightsNode::SkinWeights' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, VertexSkinWeights) == 0x000378, "Member 'FDataflowCollectionEditSkinWeightsNode::VertexSkinWeights' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, SkinWeightsRefSkeletonHash) == 0x0003A0, "Member 'FDataflowCollectionEditSkinWeightsNode::SkinWeightsRefSkeletonHash' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, SkeletalMeshes) == 0x0003C0, "Member 'FDataflowCollectionEditSkinWeightsNode::SkeletalMeshes' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionEditSkinWeightsNode, DynamicMeshes) == 0x0003D8, "Member 'FDataflowCollectionEditSkinWeightsNode::DynamicMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowCollectionSetSkinningSkeletalMesh \ +static_assert(alignof(FDataflowCollectionSetSkinningSkeletalMesh) == 0x000008, "Wrong alignment on FDataflowCollectionSetSkinningSkeletalMesh"); \ +static_assert(sizeof(FDataflowCollectionSetSkinningSkeletalMesh) == 0x000328, "Wrong size on FDataflowCollectionSetSkinningSkeletalMesh"); \ +static_assert(offsetof(FDataflowCollectionSetSkinningSkeletalMesh, Collection) == 0x000240, "Member 'FDataflowCollectionSetSkinningSkeletalMesh::Collection' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionSetSkinningSkeletalMesh, SkeletalMesh) == 0x0002F0, "Member 'FDataflowCollectionSetSkinningSkeletalMesh::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionSetSkinningSkeletalMesh, LODIndex) == 0x0002F8, "Member 'FDataflowCollectionSetSkinningSkeletalMesh::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FDataflowCollectionSetSkinningSkeletalMesh, GeometrySelection) == 0x000300, "Member 'FDataflowCollectionSetSkinningSkeletalMesh::GeometrySelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatOverrideDataflowNode \ +static_assert(alignof(FFloatOverrideDataflowNode) == 0x000008, "Wrong alignment on FFloatOverrideDataflowNode"); \ +static_assert(sizeof(FFloatOverrideDataflowNode) == 0x000258, "Wrong size on FFloatOverrideDataflowNode"); \ +static_assert(offsetof(FFloatOverrideDataflowNode, PropertyName) == 0x000240, "Member 'FFloatOverrideDataflowNode::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FFloatOverrideDataflowNode, KeyName) == 0x000248, "Member 'FFloatOverrideDataflowNode::KeyName' has a wrong offset!"); \ +static_assert(offsetof(FFloatOverrideDataflowNode, ValueOut) == 0x000250, "Member 'FFloatOverrideDataflowNode::ValueOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSelectionSetDataflowNode \ +static_assert(alignof(FSelectionSetDataflowNode) == 0x000008, "Wrong alignment on FSelectionSetDataflowNode"); \ +static_assert(sizeof(FSelectionSetDataflowNode) == 0x000260, "Wrong size on FSelectionSetDataflowNode"); \ +static_assert(offsetof(FSelectionSetDataflowNode, Indices) == 0x000240, "Member 'FSelectionSetDataflowNode::Indices' has a wrong offset!"); \ +static_assert(offsetof(FSelectionSetDataflowNode, IndicesOut) == 0x000250, "Member 'FSelectionSetDataflowNode::IndicesOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetSkeletalMeshDataflowNode \ +static_assert(alignof(FGetSkeletalMeshDataflowNode) == 0x000008, "Wrong alignment on FGetSkeletalMeshDataflowNode"); \ +static_assert(sizeof(FGetSkeletalMeshDataflowNode) == 0x000250, "Wrong size on FGetSkeletalMeshDataflowNode"); \ +static_assert(offsetof(FGetSkeletalMeshDataflowNode, SkeletalMesh) == 0x000240, "Member 'FGetSkeletalMeshDataflowNode::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FGetSkeletalMeshDataflowNode, PropertyName) == 0x000248, "Member 'FGetSkeletalMeshDataflowNode::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetSkeletonDataflowNode \ +static_assert(alignof(FGetSkeletonDataflowNode) == 0x000008, "Wrong alignment on FGetSkeletonDataflowNode"); \ +static_assert(sizeof(FGetSkeletonDataflowNode) == 0x000250, "Wrong size on FGetSkeletonDataflowNode"); \ +static_assert(offsetof(FGetSkeletonDataflowNode, Skeleton) == 0x000240, "Member 'FGetSkeletonDataflowNode::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(FGetSkeletonDataflowNode, PropertyName) == 0x000248, "Member 'FGetSkeletonDataflowNode::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshBoneDataflowNode \ +static_assert(alignof(FSkeletalMeshBoneDataflowNode) == 0x000008, "Wrong alignment on FSkeletalMeshBoneDataflowNode"); \ +static_assert(sizeof(FSkeletalMeshBoneDataflowNode) == 0x000260, "Wrong size on FSkeletalMeshBoneDataflowNode"); \ +static_assert(offsetof(FSkeletalMeshBoneDataflowNode, BoneName) == 0x000240, "Member 'FSkeletalMeshBoneDataflowNode::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBoneDataflowNode, SkeletalMesh) == 0x000248, "Member 'FSkeletalMeshBoneDataflowNode::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBoneDataflowNode, BoneIndexOut) == 0x000250, "Member 'FSkeletalMeshBoneDataflowNode::BoneIndexOut' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBoneDataflowNode, PropertyName) == 0x000254, "Member 'FSkeletalMeshBoneDataflowNode::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshReferenceTransformDataflowNode \ +static_assert(alignof(FSkeletalMeshReferenceTransformDataflowNode) == 0x000010, "Wrong alignment on FSkeletalMeshReferenceTransformDataflowNode"); \ +static_assert(sizeof(FSkeletalMeshReferenceTransformDataflowNode) == 0x0002B0, "Wrong size on FSkeletalMeshReferenceTransformDataflowNode"); \ +static_assert(offsetof(FSkeletalMeshReferenceTransformDataflowNode, SkeletalMeshIn) == 0x000240, "Member 'FSkeletalMeshReferenceTransformDataflowNode::SkeletalMeshIn' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshReferenceTransformDataflowNode, BoneIndexIn) == 0x000248, "Member 'FSkeletalMeshReferenceTransformDataflowNode::BoneIndexIn' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshReferenceTransformDataflowNode, TransformOut) == 0x000250, "Member 'FSkeletalMeshReferenceTransformDataflowNode::TransformOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetPhysicsAssetFromSkeletalMeshDataflowNode \ +static_assert(alignof(FGetPhysicsAssetFromSkeletalMeshDataflowNode) == 0x000008, "Wrong alignment on FGetPhysicsAssetFromSkeletalMeshDataflowNode"); \ +static_assert(sizeof(FGetPhysicsAssetFromSkeletalMeshDataflowNode) == 0x000250, "Wrong size on FGetPhysicsAssetFromSkeletalMeshDataflowNode"); \ +static_assert(offsetof(FGetPhysicsAssetFromSkeletalMeshDataflowNode, SkeletalMesh) == 0x000240, "Member 'FGetPhysicsAssetFromSkeletalMeshDataflowNode::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FGetPhysicsAssetFromSkeletalMeshDataflowNode, PhysicsAsset) == 0x000248, "Member 'FGetPhysicsAssetFromSkeletalMeshDataflowNode::PhysicsAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletonAssetTerminalNode \ +static_assert(alignof(FSkeletonAssetTerminalNode) == 0x000008, "Wrong alignment on FSkeletonAssetTerminalNode"); \ +static_assert(sizeof(FSkeletonAssetTerminalNode) == 0x000250, "Wrong size on FSkeletonAssetTerminalNode"); \ +static_assert(offsetof(FSkeletonAssetTerminalNode, SourceSkeleton) == 0x000240, "Member 'FSkeletonAssetTerminalNode::SourceSkeleton' has a wrong offset!"); \ +static_assert(offsetof(FSkeletonAssetTerminalNode, SkeletonAsset) == 0x000248, "Member 'FSkeletonAssetTerminalNode::SkeletonAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetStaticMeshDataflowNode \ +static_assert(alignof(FGetStaticMeshDataflowNode) == 0x000008, "Wrong alignment on FGetStaticMeshDataflowNode"); \ +static_assert(sizeof(FGetStaticMeshDataflowNode) == 0x000250, "Wrong size on FGetStaticMeshDataflowNode"); \ +static_assert(offsetof(FGetStaticMeshDataflowNode, StaticMesh) == 0x000240, "Member 'FGetStaticMeshDataflowNode::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FGetStaticMeshDataflowNode, PropertyName) == 0x000248, "Member 'FGetStaticMeshDataflowNode::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetStaticMeshBoundingBoxDataflowNode \ +static_assert(alignof(FGetStaticMeshBoundingBoxDataflowNode) == 0x000008, "Wrong alignment on FGetStaticMeshBoundingBoxDataflowNode"); \ +static_assert(sizeof(FGetStaticMeshBoundingBoxDataflowNode) == 0x0002B0, "Wrong size on FGetStaticMeshBoundingBoxDataflowNode"); \ +static_assert(offsetof(FGetStaticMeshBoundingBoxDataflowNode, StaticMesh) == 0x000240, "Member 'FGetStaticMeshBoundingBoxDataflowNode::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FGetStaticMeshBoundingBoxDataflowNode, BoundingBox) == 0x000248, "Member 'FGetStaticMeshBoundingBoxDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FGetStaticMeshBoundingBoxDataflowNode, Center) == 0x000280, "Member 'FGetStaticMeshBoundingBoxDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FGetStaticMeshBoundingBoxDataflowNode, Dimensions) == 0x000298, "Member 'FGetStaticMeshBoundingBoxDataflowNode::Dimensions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshNormalsSettings \ +static_assert(alignof(FMeshNormalsSettings) == 0x000008, "Wrong alignment on FMeshNormalsSettings"); \ +static_assert(sizeof(FMeshNormalsSettings) == 0x000010, "Wrong size on FMeshNormalsSettings"); \ +static_assert(offsetof(FMeshNormalsSettings, NormalsType) == 0x000000, "Member 'FMeshNormalsSettings::NormalsType' has a wrong offset!"); \ +static_assert(offsetof(FMeshNormalsSettings, bInvert) == 0x000004, "Member 'FMeshNormalsSettings::bInvert' has a wrong offset!"); \ +static_assert(offsetof(FMeshNormalsSettings, bAreaWeighted) == 0x000005, "Member 'FMeshNormalsSettings::bAreaWeighted' has a wrong offset!"); \ +static_assert(offsetof(FMeshNormalsSettings, bAngleWeighted) == 0x000006, "Member 'FMeshNormalsSettings::bAngleWeighted' has a wrong offset!"); \ +static_assert(offsetof(FMeshNormalsSettings, AngleThresholdDeg) == 0x000008, "Member 'FMeshNormalsSettings::AngleThresholdDeg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshSimplifySettings \ +static_assert(alignof(FMeshSimplifySettings) == 0x000004, "Wrong alignment on FMeshSimplifySettings"); \ +static_assert(sizeof(FMeshSimplifySettings) == 0x000028, "Wrong size on FMeshSimplifySettings"); \ +static_assert(offsetof(FMeshSimplifySettings, SimplifyType) == 0x000000, "Member 'FMeshSimplifySettings::SimplifyType' has a wrong offset!"); \ +static_assert(offsetof(FMeshSimplifySettings, TargetType) == 0x000004, "Member 'FMeshSimplifySettings::TargetType' has a wrong offset!"); \ +static_assert(offsetof(FMeshSimplifySettings, TargetCount) == 0x000008, "Member 'FMeshSimplifySettings::TargetCount' has a wrong offset!"); \ +static_assert(offsetof(FMeshSimplifySettings, TargetFraction) == 0x00000C, "Member 'FMeshSimplifySettings::TargetFraction' has a wrong offset!"); \ +static_assert(offsetof(FMeshSimplifySettings, GeometricTolerance) == 0x000010, "Member 'FMeshSimplifySettings::GeometricTolerance' has a wrong offset!"); \ +static_assert(offsetof(FMeshSimplifySettings, bDiscardAttributes) == 0x000014, "Member 'FMeshSimplifySettings::bDiscardAttributes' has a wrong offset!"); \ +static_assert(offsetof(FMeshSimplifySettings, bPreventNormalFlips) == 0x000015, "Member 'FMeshSimplifySettings::bPreventNormalFlips' has a wrong offset!"); \ +static_assert(offsetof(FMeshSimplifySettings, bPreserveSharpEdges) == 0x000016, "Member 'FMeshSimplifySettings::bPreserveSharpEdges' has a wrong offset!"); \ +static_assert(offsetof(FMeshSimplifySettings, bAllowSeamCollapse) == 0x000017, "Member 'FMeshSimplifySettings::bAllowSeamCollapse' has a wrong offset!"); \ +static_assert(offsetof(FMeshSimplifySettings, bAllowSeamSplits) == 0x000018, "Member 'FMeshSimplifySettings::bAllowSeamSplits' has a wrong offset!"); \ +static_assert(offsetof(FMeshSimplifySettings, MeshBoundaryConstraints) == 0x00001C, "Member 'FMeshSimplifySettings::MeshBoundaryConstraints' has a wrong offset!"); \ +static_assert(offsetof(FMeshSimplifySettings, GroupBorderConstraints) == 0x000020, "Member 'FMeshSimplifySettings::GroupBorderConstraints' has a wrong offset!"); \ +static_assert(offsetof(FMeshSimplifySettings, MaterialBorderConstraints) == 0x000024, "Member 'FMeshSimplifySettings::MaterialBorderConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshSolidifySettings \ +static_assert(alignof(FMeshSolidifySettings) == 0x000004, "Wrong alignment on FMeshSolidifySettings"); \ +static_assert(sizeof(FMeshSolidifySettings) == 0x000010, "Wrong size on FMeshSolidifySettings"); \ +static_assert(offsetof(FMeshSolidifySettings, VoxelResolution) == 0x000000, "Member 'FMeshSolidifySettings::VoxelResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshSolidifySettings, WindingThreshold) == 0x000004, "Member 'FMeshSolidifySettings::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshSolidifySettings, SurfaceConvergeSteps) == 0x000008, "Member 'FMeshSolidifySettings::SurfaceConvergeSteps' has a wrong offset!"); \ +static_assert(offsetof(FMeshSolidifySettings, ExtendBounds) == 0x00000C, "Member 'FMeshSolidifySettings::ExtendBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshTangentsSettings \ +static_assert(alignof(FMeshTangentsSettings) == 0x000004, "Wrong alignment on FMeshTangentsSettings"); \ +static_assert(sizeof(FMeshTangentsSettings) == 0x000008, "Wrong size on FMeshTangentsSettings"); \ +static_assert(offsetof(FMeshTangentsSettings, TangentsType) == 0x000000, "Member 'FMeshTangentsSettings::TangentsType' has a wrong offset!"); \ +static_assert(offsetof(FMeshTangentsSettings, UVLayer) == 0x000004, "Member 'FMeshTangentsSettings::UVLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVoxMorphologyOpSettings \ +static_assert(alignof(FVoxMorphologyOpSettings) == 0x000008, "Wrong alignment on FVoxMorphologyOpSettings"); \ +static_assert(sizeof(FVoxMorphologyOpSettings) == 0x000010, "Wrong size on FVoxMorphologyOpSettings"); \ +static_assert(offsetof(FVoxMorphologyOpSettings, VoxelResolution) == 0x000000, "Member 'FVoxMorphologyOpSettings::VoxelResolution' has a wrong offset!"); \ +static_assert(offsetof(FVoxMorphologyOpSettings, Distance) == 0x000008, "Member 'FVoxMorphologyOpSettings::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshMakeBakingCacheSettings \ +static_assert(alignof(FMeshMakeBakingCacheSettings) == 0x000004, "Wrong alignment on FMeshMakeBakingCacheSettings"); \ +static_assert(sizeof(FMeshMakeBakingCacheSettings) == 0x000010, "Wrong size on FMeshMakeBakingCacheSettings"); \ +static_assert(offsetof(FMeshMakeBakingCacheSettings, Dimensions) == 0x000000, "Member 'FMeshMakeBakingCacheSettings::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(FMeshMakeBakingCacheSettings, UVLayer) == 0x000008, "Member 'FMeshMakeBakingCacheSettings::UVLayer' has a wrong offset!"); \ +static_assert(offsetof(FMeshMakeBakingCacheSettings, Thickness) == 0x00000C, "Member 'FMeshMakeBakingCacheSettings::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakeMeshTextureImageSettings \ +static_assert(alignof(FBakeMeshTextureImageSettings) == 0x000008, "Wrong alignment on FBakeMeshTextureImageSettings"); \ +static_assert(sizeof(FBakeMeshTextureImageSettings) == 0x000010, "Wrong size on FBakeMeshTextureImageSettings"); \ +static_assert(offsetof(FBakeMeshTextureImageSettings, DetailUVLayer) == 0x000000, "Member 'FBakeMeshTextureImageSettings::DetailUVLayer' has a wrong offset!"); \ +static_assert(offsetof(FBakeMeshTextureImageSettings, MaxDistance) == 0x000008, "Member 'FBakeMeshTextureImageSettings::MaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakeMeshMultiTextureSettings \ +static_assert(alignof(FBakeMeshMultiTextureSettings) == 0x000008, "Wrong alignment on FBakeMeshMultiTextureSettings"); \ +static_assert(sizeof(FBakeMeshMultiTextureSettings) == 0x000010, "Wrong size on FBakeMeshMultiTextureSettings"); \ + +#define DUMPER7_ASSERTS_FBakeMeshNormalMapSettings \ +static_assert(alignof(FBakeMeshNormalMapSettings) == 0x000008, "Wrong alignment on FBakeMeshNormalMapSettings"); \ +static_assert(sizeof(FBakeMeshNormalMapSettings) == 0x000008, "Wrong size on FBakeMeshNormalMapSettings"); \ +static_assert(offsetof(FBakeMeshNormalMapSettings, MaxDistance) == 0x000000, "Member 'FBakeMeshNormalMapSettings::MaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGenerateConvexHullMeshSettings \ +static_assert(alignof(FGenerateConvexHullMeshSettings) == 0x000004, "Wrong alignment on FGenerateConvexHullMeshSettings"); \ +static_assert(sizeof(FGenerateConvexHullMeshSettings) == 0x000008, "Wrong size on FGenerateConvexHullMeshSettings"); \ +static_assert(offsetof(FGenerateConvexHullMeshSettings, bPrefilterVertices) == 0x000000, "Member 'FGenerateConvexHullMeshSettings::bPrefilterVertices' has a wrong offset!"); \ +static_assert(offsetof(FGenerateConvexHullMeshSettings, PrefilterGridResolution) == 0x000004, "Member 'FGenerateConvexHullMeshSettings::PrefilterGridResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshMakeCleanGeometrySettings \ +static_assert(alignof(FMeshMakeCleanGeometrySettings) == 0x000008, "Wrong alignment on FMeshMakeCleanGeometrySettings"); \ +static_assert(sizeof(FMeshMakeCleanGeometrySettings) == 0x000018, "Wrong size on FMeshMakeCleanGeometrySettings"); \ +static_assert(offsetof(FMeshMakeCleanGeometrySettings, FillHolesEdgeCountThresh) == 0x000000, "Member 'FMeshMakeCleanGeometrySettings::FillHolesEdgeCountThresh' has a wrong offset!"); \ +static_assert(offsetof(FMeshMakeCleanGeometrySettings, FillHolesEstimatedAreaFraction) == 0x000008, "Member 'FMeshMakeCleanGeometrySettings::FillHolesEstimatedAreaFraction' has a wrong offset!"); \ +static_assert(offsetof(FMeshMakeCleanGeometrySettings, bDiscardAllAttributes) == 0x000010, "Member 'FMeshMakeCleanGeometrySettings::bDiscardAllAttributes' has a wrong offset!"); \ +static_assert(offsetof(FMeshMakeCleanGeometrySettings, bClearUVs) == 0x000011, "Member 'FMeshMakeCleanGeometrySettings::bClearUVs' has a wrong offset!"); \ +static_assert(offsetof(FMeshMakeCleanGeometrySettings, bClearNormals) == 0x000012, "Member 'FMeshMakeCleanGeometrySettings::bClearNormals' has a wrong offset!"); \ +static_assert(offsetof(FMeshMakeCleanGeometrySettings, bClearTangents) == 0x000013, "Member 'FMeshMakeCleanGeometrySettings::bClearTangents' has a wrong offset!"); \ +static_assert(offsetof(FMeshMakeCleanGeometrySettings, bClearVertexColors) == 0x000014, "Member 'FMeshMakeCleanGeometrySettings::bClearVertexColors' has a wrong offset!"); \ +static_assert(offsetof(FMeshMakeCleanGeometrySettings, bClearMaterialIDs) == 0x000015, "Member 'FMeshMakeCleanGeometrySettings::bClearMaterialIDs' has a wrong offset!"); \ +static_assert(offsetof(FMeshMakeCleanGeometrySettings, bOutputMeshVertexNormals) == 0x000016, "Member 'FMeshMakeCleanGeometrySettings::bOutputMeshVertexNormals' has a wrong offset!"); \ +static_assert(offsetof(FMeshMakeCleanGeometrySettings, bOutputOverlayVertexNormals) == 0x000017, "Member 'FMeshMakeCleanGeometrySettings::bOutputOverlayVertexNormals' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshNormalFlowSettings \ +static_assert(alignof(FMeshNormalFlowSettings) == 0x000004, "Wrong alignment on FMeshNormalFlowSettings"); \ +static_assert(sizeof(FMeshNormalFlowSettings) == 0x00003C, "Wrong size on FMeshNormalFlowSettings"); \ +static_assert(offsetof(FMeshNormalFlowSettings, MaxRemeshIterations) == 0x000028, "Member 'FMeshNormalFlowSettings::MaxRemeshIterations' has a wrong offset!"); \ +static_assert(offsetof(FMeshNormalFlowSettings, NumExtraProjectionIterations) == 0x00002C, "Member 'FMeshNormalFlowSettings::NumExtraProjectionIterations' has a wrong offset!"); \ +static_assert(offsetof(FMeshNormalFlowSettings, bFlips) == 0x000030, "Member 'FMeshNormalFlowSettings::bFlips' has a wrong offset!"); \ +static_assert(offsetof(FMeshNormalFlowSettings, bSplits) == 0x000031, "Member 'FMeshNormalFlowSettings::bSplits' has a wrong offset!"); \ +static_assert(offsetof(FMeshNormalFlowSettings, bCollapses) == 0x000032, "Member 'FMeshNormalFlowSettings::bCollapses' has a wrong offset!"); \ +static_assert(offsetof(FMeshNormalFlowSettings, SmoothingType) == 0x000034, "Member 'FMeshNormalFlowSettings::SmoothingType' has a wrong offset!"); \ +static_assert(offsetof(FMeshNormalFlowSettings, SmoothingStrength) == 0x000038, "Member 'FMeshNormalFlowSettings::SmoothingStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshRecalculateUVsSettings \ +static_assert(alignof(FMeshRecalculateUVsSettings) == 0x000004, "Wrong alignment on FMeshRecalculateUVsSettings"); \ +static_assert(sizeof(FMeshRecalculateUVsSettings) == 0x000008, "Wrong size on FMeshRecalculateUVsSettings"); \ +static_assert(offsetof(FMeshRecalculateUVsSettings, UnwrapType) == 0x000000, "Member 'FMeshRecalculateUVsSettings::UnwrapType' has a wrong offset!"); \ +static_assert(offsetof(FMeshRecalculateUVsSettings, UVLayer) == 0x000004, "Member 'FMeshRecalculateUVsSettings::UVLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshRepackUVsSettings \ +static_assert(alignof(FMeshRepackUVsSettings) == 0x000004, "Wrong alignment on FMeshRepackUVsSettings"); \ +static_assert(sizeof(FMeshRepackUVsSettings) == 0x000020, "Wrong size on FMeshRepackUVsSettings"); \ +static_assert(offsetof(FMeshRepackUVsSettings, UVLayer) == 0x000000, "Member 'FMeshRepackUVsSettings::UVLayer' has a wrong offset!"); \ +static_assert(offsetof(FMeshRepackUVsSettings, TextureResolution) == 0x000004, "Member 'FMeshRepackUVsSettings::TextureResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshRepackUVsSettings, GutterSize) == 0x000008, "Member 'FMeshRepackUVsSettings::GutterSize' has a wrong offset!"); \ +static_assert(offsetof(FMeshRepackUVsSettings, bAllowFlips) == 0x00000C, "Member 'FMeshRepackUVsSettings::bAllowFlips' has a wrong offset!"); \ +static_assert(offsetof(FMeshRepackUVsSettings, UVScale) == 0x000010, "Member 'FMeshRepackUVsSettings::UVScale' has a wrong offset!"); \ +static_assert(offsetof(FMeshRepackUVsSettings, UVTranslation) == 0x000018, "Member 'FMeshRepackUVsSettings::UVTranslation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshThickenSettings \ +static_assert(alignof(FMeshThickenSettings) == 0x000004, "Wrong alignment on FMeshThickenSettings"); \ +static_assert(sizeof(FMeshThickenSettings) == 0x000004, "Wrong size on FMeshThickenSettings"); \ + +#define DUMPER7_ASSERTS_FGenerateConvexHullSettings \ +static_assert(alignof(FGenerateConvexHullSettings) == 0x000004, "Wrong alignment on FGenerateConvexHullSettings"); \ +static_assert(sizeof(FGenerateConvexHullSettings) == 0x00000C, "Wrong size on FGenerateConvexHullSettings"); \ +static_assert(offsetof(FGenerateConvexHullSettings, SimplifyToTriangleCount) == 0x000000, "Member 'FGenerateConvexHullSettings::SimplifyToTriangleCount' has a wrong offset!"); \ +static_assert(offsetof(FGenerateConvexHullSettings, bPrefilterVertices) == 0x000004, "Member 'FGenerateConvexHullSettings::bPrefilterVertices' has a wrong offset!"); \ +static_assert(offsetof(FGenerateConvexHullSettings, PrefilterGridResolution) == 0x000008, "Member 'FGenerateConvexHullSettings::PrefilterGridResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGenerateSweptHullSettings \ +static_assert(alignof(FGenerateSweptHullSettings) == 0x000004, "Wrong alignment on FGenerateSweptHullSettings"); \ +static_assert(sizeof(FGenerateSweptHullSettings) == 0x00000C, "Wrong size on FGenerateSweptHullSettings"); \ +static_assert(offsetof(FGenerateSweptHullSettings, bSimplifyPolygons) == 0x000000, "Member 'FGenerateSweptHullSettings::bSimplifyPolygons' has a wrong offset!"); \ +static_assert(offsetof(FGenerateSweptHullSettings, SweepAxis) == 0x000004, "Member 'FGenerateSweptHullSettings::SweepAxis' has a wrong offset!"); \ +static_assert(offsetof(FGenerateSweptHullSettings, HullTolerance) == 0x000008, "Member 'FGenerateSweptHullSettings::HullTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGenerateSimpleCollisionSettings \ +static_assert(alignof(FGenerateSimpleCollisionSettings) == 0x000004, "Wrong alignment on FGenerateSimpleCollisionSettings"); \ +static_assert(sizeof(FGenerateSimpleCollisionSettings) == 0x00001C, "Wrong size on FGenerateSimpleCollisionSettings"); \ +static_assert(offsetof(FGenerateSimpleCollisionSettings, ConvexHullSettings) == 0x000004, "Member 'FGenerateSimpleCollisionSettings::ConvexHullSettings' has a wrong offset!"); \ +static_assert(offsetof(FGenerateSimpleCollisionSettings, SweptHullSettings) == 0x000010, "Member 'FGenerateSimpleCollisionSettings::SweptHullSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatrix2D \ +static_assert(alignof(FMatrix2D) == 0x000008, "Wrong alignment on FMatrix2D"); \ +static_assert(sizeof(FMatrix2D) == 0x000020, "Wrong size on FMatrix2D"); \ +static_assert(offsetof(FMatrix2D, Row0) == 0x000000, "Member 'FMatrix2D::Row0' has a wrong offset!"); \ +static_assert(offsetof(FMatrix2D, Row1) == 0x000010, "Member 'FMatrix2D::Row1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatrix3D \ +static_assert(alignof(FMatrix3D) == 0x000008, "Wrong alignment on FMatrix3D"); \ +static_assert(sizeof(FMatrix3D) == 0x000048, "Wrong size on FMatrix3D"); \ +static_assert(offsetof(FMatrix3D, Row0) == 0x000000, "Member 'FMatrix3D::Row0' has a wrong offset!"); \ +static_assert(offsetof(FMatrix3D, Row1) == 0x000018, "Member 'FMatrix3D::Row1' has a wrong offset!"); \ +static_assert(offsetof(FMatrix3D, Row2) == 0x000030, "Member 'FMatrix3D::Row2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeCurveKey \ +static_assert(alignof(FInterchangeCurveKey) == 0x000004, "Wrong alignment on FInterchangeCurveKey"); \ +static_assert(sizeof(FInterchangeCurveKey) == 0x00001C, "Wrong size on FInterchangeCurveKey"); \ +static_assert(offsetof(FInterchangeCurveKey, InterpMode) == 0x000000, "Member 'FInterchangeCurveKey::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, TangentMode) == 0x000001, "Member 'FInterchangeCurveKey::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, TangentWeightMode) == 0x000002, "Member 'FInterchangeCurveKey::TangentWeightMode' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, Time) == 0x000004, "Member 'FInterchangeCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, Value) == 0x000008, "Member 'FInterchangeCurveKey::Value' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, ArriveTangent) == 0x00000C, "Member 'FInterchangeCurveKey::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, ArriveTangentWeight) == 0x000010, "Member 'FInterchangeCurveKey::ArriveTangentWeight' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, LeaveTangent) == 0x000014, "Member 'FInterchangeCurveKey::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FInterchangeCurveKey, LeaveTangentWeight) == 0x000018, "Member 'FInterchangeCurveKey::LeaveTangentWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeCurve \ +static_assert(alignof(FInterchangeCurve) == 0x000008, "Wrong alignment on FInterchangeCurve"); \ +static_assert(sizeof(FInterchangeCurve) == 0x000010, "Wrong size on FInterchangeCurve"); \ +static_assert(offsetof(FInterchangeCurve, Keys) == 0x000000, "Member 'FInterchangeCurve::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterchangeStepCurve \ +static_assert(alignof(FInterchangeStepCurve) == 0x000008, "Wrong alignment on FInterchangeStepCurve"); \ +static_assert(sizeof(FInterchangeStepCurve) == 0x000060, "Wrong size on FInterchangeStepCurve"); \ +static_assert(offsetof(FInterchangeStepCurve, KeyTimes) == 0x000000, "Member 'FInterchangeStepCurve::KeyTimes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSplineImpl \ +static_assert(alignof(FControlRigSplineImpl) == 0x000008, "Wrong alignment on FControlRigSplineImpl"); \ +static_assert(sizeof(FControlRigSplineImpl) == 0x000068, "Wrong size on FControlRigSplineImpl"); \ + +#define DUMPER7_ASSERTS_FControlRigSpline \ +static_assert(alignof(FControlRigSpline) == 0x000008, "Wrong alignment on FControlRigSpline"); \ +static_assert(sizeof(FControlRigSpline) == 0x000018, "Wrong size on FControlRigSpline"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ControlRigSplineBase \ +static_assert(alignof(FRigUnit_ControlRigSplineBase) == 0x000008, "Wrong alignment on FRigUnit_ControlRigSplineBase"); \ +static_assert(sizeof(FRigUnit_ControlRigSplineBase) == 0x000008, "Wrong size on FRigUnit_ControlRigSplineBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ControlRigSplineFromPoints \ +static_assert(alignof(FRigUnit_ControlRigSplineFromPoints) == 0x000008, "Wrong alignment on FRigUnit_ControlRigSplineFromPoints"); \ +static_assert(sizeof(FRigUnit_ControlRigSplineFromPoints) == 0x000040, "Wrong size on FRigUnit_ControlRigSplineFromPoints"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, Points) == 0x000008, "Member 'FRigUnit_ControlRigSplineFromPoints::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, SplineMode) == 0x000018, "Member 'FRigUnit_ControlRigSplineFromPoints::SplineMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, bClosed) == 0x000019, "Member 'FRigUnit_ControlRigSplineFromPoints::bClosed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, SamplesPerSegment) == 0x00001C, "Member 'FRigUnit_ControlRigSplineFromPoints::SamplesPerSegment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, Compression) == 0x000020, "Member 'FRigUnit_ControlRigSplineFromPoints::Compression' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, Stretch) == 0x000024, "Member 'FRigUnit_ControlRigSplineFromPoints::Stretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromPoints, Spline) == 0x000028, "Member 'FRigUnit_ControlRigSplineFromPoints::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ControlRigSplineFromTransforms \ +static_assert(alignof(FRigUnit_ControlRigSplineFromTransforms) == 0x000008, "Wrong alignment on FRigUnit_ControlRigSplineFromTransforms"); \ +static_assert(sizeof(FRigUnit_ControlRigSplineFromTransforms) == 0x000040, "Wrong size on FRigUnit_ControlRigSplineFromTransforms"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, Transforms) == 0x000008, "Member 'FRigUnit_ControlRigSplineFromTransforms::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, SplineMode) == 0x000018, "Member 'FRigUnit_ControlRigSplineFromTransforms::SplineMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, bClosed) == 0x000019, "Member 'FRigUnit_ControlRigSplineFromTransforms::bClosed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, SamplesPerSegment) == 0x00001C, "Member 'FRigUnit_ControlRigSplineFromTransforms::SamplesPerSegment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, Compression) == 0x000020, "Member 'FRigUnit_ControlRigSplineFromTransforms::Compression' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, Stretch) == 0x000024, "Member 'FRigUnit_ControlRigSplineFromTransforms::Stretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ControlRigSplineFromTransforms, Spline) == 0x000028, "Member 'FRigUnit_ControlRigSplineFromTransforms::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetSplinePoints \ +static_assert(alignof(FRigUnit_SetSplinePoints) == 0x000008, "Wrong alignment on FRigUnit_SetSplinePoints"); \ +static_assert(sizeof(FRigUnit_SetSplinePoints) == 0x000038, "Wrong size on FRigUnit_SetSplinePoints"); \ +static_assert(offsetof(FRigUnit_SetSplinePoints, Points) == 0x000010, "Member 'FRigUnit_SetSplinePoints::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSplinePoints, Spline) == 0x000020, "Member 'FRigUnit_SetSplinePoints::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetSplineTransforms \ +static_assert(alignof(FRigUnit_SetSplineTransforms) == 0x000008, "Wrong alignment on FRigUnit_SetSplineTransforms"); \ +static_assert(sizeof(FRigUnit_SetSplineTransforms) == 0x000038, "Wrong size on FRigUnit_SetSplineTransforms"); \ +static_assert(offsetof(FRigUnit_SetSplineTransforms, Transforms) == 0x000010, "Member 'FRigUnit_SetSplineTransforms::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSplineTransforms, Spline) == 0x000020, "Member 'FRigUnit_SetSplineTransforms::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PositionFromControlRigSpline \ +static_assert(alignof(FRigUnit_PositionFromControlRigSpline) == 0x000008, "Wrong alignment on FRigUnit_PositionFromControlRigSpline"); \ +static_assert(sizeof(FRigUnit_PositionFromControlRigSpline) == 0x000040, "Wrong size on FRigUnit_PositionFromControlRigSpline"); \ +static_assert(offsetof(FRigUnit_PositionFromControlRigSpline, Spline) == 0x000008, "Member 'FRigUnit_PositionFromControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionFromControlRigSpline, U) == 0x000020, "Member 'FRigUnit_PositionFromControlRigSpline::U' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionFromControlRigSpline, position) == 0x000028, "Member 'FRigUnit_PositionFromControlRigSpline::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TransformFromControlRigSpline \ +static_assert(alignof(FRigUnit_TransformFromControlRigSpline) == 0x000010, "Wrong alignment on FRigUnit_TransformFromControlRigSpline"); \ +static_assert(sizeof(FRigUnit_TransformFromControlRigSpline) == 0x0000A0, "Wrong size on FRigUnit_TransformFromControlRigSpline"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline, Spline) == 0x000008, "Member 'FRigUnit_TransformFromControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline, UpVector) == 0x000020, "Member 'FRigUnit_TransformFromControlRigSpline::UpVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline, Roll) == 0x000038, "Member 'FRigUnit_TransformFromControlRigSpline::Roll' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline, U) == 0x00003C, "Member 'FRigUnit_TransformFromControlRigSpline::U' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline, Transform) == 0x000040, "Member 'FRigUnit_TransformFromControlRigSpline::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TransformFromControlRigSpline2 \ +static_assert(alignof(FRigUnit_TransformFromControlRigSpline2) == 0x000010, "Wrong alignment on FRigUnit_TransformFromControlRigSpline2"); \ +static_assert(sizeof(FRigUnit_TransformFromControlRigSpline2) == 0x0000C0, "Wrong size on FRigUnit_TransformFromControlRigSpline2"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline2, Spline) == 0x000008, "Member 'FRigUnit_TransformFromControlRigSpline2::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline2, U) == 0x000020, "Member 'FRigUnit_TransformFromControlRigSpline2::U' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline2, PrimaryAxis) == 0x000028, "Member 'FRigUnit_TransformFromControlRigSpline2::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline2, SecondaryAxis) == 0x000040, "Member 'FRigUnit_TransformFromControlRigSpline2::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformFromControlRigSpline2, Transform) == 0x000060, "Member 'FRigUnit_TransformFromControlRigSpline2::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TangentFromControlRigSpline \ +static_assert(alignof(FRigUnit_TangentFromControlRigSpline) == 0x000008, "Wrong alignment on FRigUnit_TangentFromControlRigSpline"); \ +static_assert(sizeof(FRigUnit_TangentFromControlRigSpline) == 0x000040, "Wrong size on FRigUnit_TangentFromControlRigSpline"); \ +static_assert(offsetof(FRigUnit_TangentFromControlRigSpline, Spline) == 0x000008, "Member 'FRigUnit_TangentFromControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TangentFromControlRigSpline, U) == 0x000020, "Member 'FRigUnit_TangentFromControlRigSpline::U' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TangentFromControlRigSpline, Tangent) == 0x000028, "Member 'FRigUnit_TangentFromControlRigSpline::Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DrawControlRigSpline \ +static_assert(alignof(FRigUnit_DrawControlRigSpline) == 0x000008, "Wrong alignment on FRigUnit_DrawControlRigSpline"); \ +static_assert(sizeof(FRigUnit_DrawControlRigSpline) == 0x000040, "Wrong size on FRigUnit_DrawControlRigSpline"); \ +static_assert(offsetof(FRigUnit_DrawControlRigSpline, Spline) == 0x000010, "Member 'FRigUnit_DrawControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawControlRigSpline, Color) == 0x000028, "Member 'FRigUnit_DrawControlRigSpline::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawControlRigSpline, Thickness) == 0x000038, "Member 'FRigUnit_DrawControlRigSpline::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawControlRigSpline, Detail) == 0x00003C, "Member 'FRigUnit_DrawControlRigSpline::Detail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetLengthControlRigSpline \ +static_assert(alignof(FRigUnit_GetLengthControlRigSpline) == 0x000008, "Wrong alignment on FRigUnit_GetLengthControlRigSpline"); \ +static_assert(sizeof(FRigUnit_GetLengthControlRigSpline) == 0x000028, "Wrong size on FRigUnit_GetLengthControlRigSpline"); \ +static_assert(offsetof(FRigUnit_GetLengthControlRigSpline, Spline) == 0x000008, "Member 'FRigUnit_GetLengthControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetLengthControlRigSpline, Length) == 0x000020, "Member 'FRigUnit_GetLengthControlRigSpline::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetLengthAtParamControlRigSpline \ +static_assert(alignof(FRigUnit_GetLengthAtParamControlRigSpline) == 0x000008, "Wrong alignment on FRigUnit_GetLengthAtParamControlRigSpline"); \ +static_assert(sizeof(FRigUnit_GetLengthAtParamControlRigSpline) == 0x000028, "Wrong size on FRigUnit_GetLengthAtParamControlRigSpline"); \ +static_assert(offsetof(FRigUnit_GetLengthAtParamControlRigSpline, Spline) == 0x000008, "Member 'FRigUnit_GetLengthAtParamControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetLengthAtParamControlRigSpline, U) == 0x000020, "Member 'FRigUnit_GetLengthAtParamControlRigSpline::U' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetLengthAtParamControlRigSpline, Length) == 0x000024, "Member 'FRigUnit_GetLengthAtParamControlRigSpline::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitChainToSplineCurve \ +static_assert(alignof(FRigUnit_FitChainToSplineCurve) == 0x000010, "Wrong alignment on FRigUnit_FitChainToSplineCurve"); \ +static_assert(sizeof(FRigUnit_FitChainToSplineCurve) == 0x0001E0, "Wrong size on FRigUnit_FitChainToSplineCurve"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Items) == 0x000010, "Member 'FRigUnit_FitChainToSplineCurve::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Spline) == 0x000020, "Member 'FRigUnit_FitChainToSplineCurve::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Alignment) == 0x000038, "Member 'FRigUnit_FitChainToSplineCurve::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Minimum) == 0x00003C, "Member 'FRigUnit_FitChainToSplineCurve::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Maximum) == 0x000040, "Member 'FRigUnit_FitChainToSplineCurve::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, SamplingPrecision) == 0x000044, "Member 'FRigUnit_FitChainToSplineCurve::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, PrimaryAxis) == 0x000048, "Member 'FRigUnit_FitChainToSplineCurve::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, SecondaryAxis) == 0x000060, "Member 'FRigUnit_FitChainToSplineCurve::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, PoleVectorPosition) == 0x000078, "Member 'FRigUnit_FitChainToSplineCurve::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Rotations) == 0x000090, "Member 'FRigUnit_FitChainToSplineCurve::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, RotationEaseType) == 0x0000A0, "Member 'FRigUnit_FitChainToSplineCurve::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Weight) == 0x0000A4, "Member 'FRigUnit_FitChainToSplineCurve::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, bPropagateToChildren) == 0x0000A8, "Member 'FRigUnit_FitChainToSplineCurve::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, DebugSettings) == 0x0000B0, "Member 'FRigUnit_FitChainToSplineCurve::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, WorkData) == 0x000140, "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) == 0x0001E0, "Wrong size on FRigUnit_FitChainToSplineCurveItemArray"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Items) == 0x000010, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Spline) == 0x000020, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Alignment) == 0x000038, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Minimum) == 0x00003C, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Maximum) == 0x000040, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, SamplingPrecision) == 0x000044, "Member 'FRigUnit_FitChainToSplineCurveItemArray::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, PrimaryAxis) == 0x000048, "Member 'FRigUnit_FitChainToSplineCurveItemArray::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, SecondaryAxis) == 0x000060, "Member 'FRigUnit_FitChainToSplineCurveItemArray::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, PoleVectorPosition) == 0x000078, "Member 'FRigUnit_FitChainToSplineCurveItemArray::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Rotations) == 0x000090, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, RotationEaseType) == 0x0000A0, "Member 'FRigUnit_FitChainToSplineCurveItemArray::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Weight) == 0x0000A4, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, bPropagateToChildren) == 0x0000A8, "Member 'FRigUnit_FitChainToSplineCurveItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, DebugSettings) == 0x0000B0, "Member 'FRigUnit_FitChainToSplineCurveItemArray::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, WorkData) == 0x000140, "Member 'FRigUnit_FitChainToSplineCurveItemArray::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SplineConstraint_WorkData \ +static_assert(alignof(FRigUnit_SplineConstraint_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SplineConstraint_WorkData"); \ +static_assert(sizeof(FRigUnit_SplineConstraint_WorkData) == 0x000038, "Wrong size on FRigUnit_SplineConstraint_WorkData"); \ +static_assert(offsetof(FRigUnit_SplineConstraint_WorkData, ChainLength) == 0x000000, "Member 'FRigUnit_SplineConstraint_WorkData::ChainLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint_WorkData, ItemTransforms) == 0x000008, "Member 'FRigUnit_SplineConstraint_WorkData::ItemTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint_WorkData, ItemSegments) == 0x000018, "Member 'FRigUnit_SplineConstraint_WorkData::ItemSegments' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint_WorkData, CachedItems) == 0x000028, "Member 'FRigUnit_SplineConstraint_WorkData::CachedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SplineConstraint \ +static_assert(alignof(FRigUnit_SplineConstraint) == 0x000008, "Wrong alignment on FRigUnit_SplineConstraint"); \ +static_assert(sizeof(FRigUnit_SplineConstraint) == 0x0000B8, "Wrong size on FRigUnit_SplineConstraint"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, Items) == 0x000010, "Member 'FRigUnit_SplineConstraint::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, Spline) == 0x000020, "Member 'FRigUnit_SplineConstraint::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, Alignment) == 0x000038, "Member 'FRigUnit_SplineConstraint::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, Minimum) == 0x00003C, "Member 'FRigUnit_SplineConstraint::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, Maximum) == 0x000040, "Member 'FRigUnit_SplineConstraint::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, PrimaryAxis) == 0x000048, "Member 'FRigUnit_SplineConstraint::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, SecondaryAxis) == 0x000060, "Member 'FRigUnit_SplineConstraint::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, bPropagateToChildren) == 0x000078, "Member 'FRigUnit_SplineConstraint::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SplineConstraint, WorkData) == 0x000080, "Member 'FRigUnit_SplineConstraint::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitSplineCurveToChain \ +static_assert(alignof(FRigUnit_FitSplineCurveToChain) == 0x000008, "Wrong alignment on FRigUnit_FitSplineCurveToChain"); \ +static_assert(sizeof(FRigUnit_FitSplineCurveToChain) == 0x000038, "Wrong size on FRigUnit_FitSplineCurveToChain"); \ +static_assert(offsetof(FRigUnit_FitSplineCurveToChain, Items) == 0x000010, "Member 'FRigUnit_FitSplineCurveToChain::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitSplineCurveToChain, Spline) == 0x000020, "Member 'FRigUnit_FitSplineCurveToChain::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FitSplineCurveToChainItemArray \ +static_assert(alignof(FRigUnit_FitSplineCurveToChainItemArray) == 0x000008, "Wrong alignment on FRigUnit_FitSplineCurveToChainItemArray"); \ +static_assert(sizeof(FRigUnit_FitSplineCurveToChainItemArray) == 0x000038, "Wrong size on FRigUnit_FitSplineCurveToChainItemArray"); \ +static_assert(offsetof(FRigUnit_FitSplineCurveToChainItemArray, Items) == 0x000010, "Member 'FRigUnit_FitSplineCurveToChainItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitSplineCurveToChainItemArray, Spline) == 0x000020, "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_FLKFSResults \ +static_assert(alignof(FLKFSResults) == 0x000004, "Wrong alignment on FLKFSResults"); \ +static_assert(sizeof(FLKFSResults) == 0x00001C, "Wrong size on FLKFSResults"); \ +static_assert(offsetof(FLKFSResults, Channel) == 0x000000, "Member 'FLKFSResults::Channel' has a wrong offset!"); \ +static_assert(offsetof(FLKFSResults, Timestamp) == 0x000004, "Member 'FLKFSResults::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FLKFSResults, Energy) == 0x000008, "Member 'FLKFSResults::Energy' has a wrong offset!"); \ +static_assert(offsetof(FLKFSResults, Loudness) == 0x00000C, "Member 'FLKFSResults::Loudness' has a wrong offset!"); \ +static_assert(offsetof(FLKFSResults, ShortTermLoudness) == 0x000010, "Member 'FLKFSResults::ShortTermLoudness' has a wrong offset!"); \ +static_assert(offsetof(FLKFSResults, IntegratedLoudness) == 0x000014, "Member 'FLKFSResults::IntegratedLoudness' has a wrong offset!"); \ +static_assert(offsetof(FLKFSResults, GatedLoudness) == 0x000018, "Member 'FLKFSResults::GatedLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLKFSNRTResults \ +static_assert(alignof(FLKFSNRTResults) == 0x000004, "Wrong alignment on FLKFSNRTResults"); \ +static_assert(sizeof(FLKFSNRTResults) == 0x000014, "Wrong size on FLKFSNRTResults"); \ +static_assert(offsetof(FLKFSNRTResults, Channel) == 0x000000, "Member 'FLKFSNRTResults::Channel' has a wrong offset!"); \ +static_assert(offsetof(FLKFSNRTResults, Timestamp) == 0x000004, "Member 'FLKFSNRTResults::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FLKFSNRTResults, Energy) == 0x000008, "Member 'FLKFSNRTResults::Energy' has a wrong offset!"); \ +static_assert(offsetof(FLKFSNRTResults, Loudness) == 0x00000C, "Member 'FLKFSNRTResults::Loudness' has a wrong offset!"); \ +static_assert(offsetof(FLKFSNRTResults, ShortTermLoudness) == 0x000010, "Member 'FLKFSNRTResults::ShortTermLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLKFSNRTAggregateStats \ +static_assert(alignof(FLKFSNRTAggregateStats) == 0x000004, "Wrong alignment on FLKFSNRTAggregateStats"); \ +static_assert(sizeof(FLKFSNRTAggregateStats) == 0x000008, "Wrong size on FLKFSNRTAggregateStats"); \ +static_assert(offsetof(FLKFSNRTAggregateStats, IntegratedLoudness) == 0x000000, "Member 'FLKFSNRTAggregateStats::IntegratedLoudness' has a wrong offset!"); \ +static_assert(offsetof(FLKFSNRTAggregateStats, GatedLoudness) == 0x000004, "Member 'FLKFSNRTAggregateStats::GatedLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLKFSNRTChannelData \ +static_assert(alignof(FLKFSNRTChannelData) == 0x000008, "Wrong alignment on FLKFSNRTChannelData"); \ +static_assert(sizeof(FLKFSNRTChannelData) == 0x000020, "Wrong size on FLKFSNRTChannelData"); \ +static_assert(offsetof(FLKFSNRTChannelData, AggregateStats) == 0x000000, "Member 'FLKFSNRTChannelData::AggregateStats' has a wrong offset!"); \ +static_assert(offsetof(FLKFSNRTChannelData, LoudnessArray) == 0x000008, "Member 'FLKFSNRTChannelData::LoudnessArray' has a wrong offset!"); \ +static_assert(offsetof(FLKFSNRTChannelData, LoudnessInterval) == 0x000018, "Member 'FLKFSNRTChannelData::LoudnessInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLKFSNRTWaveData \ +static_assert(alignof(FLKFSNRTWaveData) == 0x000008, "Wrong alignment on FLKFSNRTWaveData"); \ +static_assert(sizeof(FLKFSNRTWaveData) == 0x000058, "Wrong size on FLKFSNRTWaveData"); \ +static_assert(offsetof(FLKFSNRTWaveData, bIsSortedChronologically) == 0x000000, "Member 'FLKFSNRTWaveData::bIsSortedChronologically' has a wrong offset!"); \ +static_assert(offsetof(FLKFSNRTWaveData, DurationInSeconds) == 0x000004, "Member 'FLKFSNRTWaveData::DurationInSeconds' has a wrong offset!"); \ +static_assert(offsetof(FLKFSNRTWaveData, ChannelData) == 0x000008, "Member 'FLKFSNRTWaveData::ChannelData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMeterWidgetStyle \ +static_assert(alignof(FAudioMeterWidgetStyle) == 0x000010, "Wrong alignment on FAudioMeterWidgetStyle"); \ +static_assert(sizeof(FAudioMeterWidgetStyle) == 0x000430, "Wrong size on FAudioMeterWidgetStyle"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, MeterValueImage) == 0x000010, "Member 'FAudioMeterWidgetStyle::MeterValueImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, BackgroundImage) == 0x0000C0, "Member 'FAudioMeterWidgetStyle::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, MeterBackgroundImage) == 0x000170, "Member 'FAudioMeterWidgetStyle::MeterBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, MeterValueBackgroundImage) == 0x000220, "Member 'FAudioMeterWidgetStyle::MeterValueBackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, MeterPeakImage) == 0x0002D0, "Member 'FAudioMeterWidgetStyle::MeterPeakImage' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, MeterSize) == 0x000380, "Member 'FAudioMeterWidgetStyle::MeterSize' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, MeterPadding) == 0x000390, "Member 'FAudioMeterWidgetStyle::MeterPadding' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, MeterValuePadding) == 0x0003A0, "Member 'FAudioMeterWidgetStyle::MeterValuePadding' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, PeakValueWidth) == 0x0003A4, "Member 'FAudioMeterWidgetStyle::PeakValueWidth' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, ValueRangeDb) == 0x0003A8, "Member 'FAudioMeterWidgetStyle::ValueRangeDb' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, bShowScale) == 0x0003B8, "Member 'FAudioMeterWidgetStyle::bShowScale' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, bScaleSide) == 0x0003B9, "Member 'FAudioMeterWidgetStyle::bScaleSide' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, ScaleHashOffset) == 0x0003BC, "Member 'FAudioMeterWidgetStyle::ScaleHashOffset' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, ScaleHashWidth) == 0x0003C0, "Member 'FAudioMeterWidgetStyle::ScaleHashWidth' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, ScaleHashHeight) == 0x0003C4, "Member 'FAudioMeterWidgetStyle::ScaleHashHeight' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, DecibelsPerHash) == 0x0003C8, "Member 'FAudioMeterWidgetStyle::DecibelsPerHash' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterWidgetStyle, Font) == 0x0003D0, "Member 'FAudioMeterWidgetStyle::Font' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMeterChannelInfo \ +static_assert(alignof(FAudioMeterChannelInfo) == 0x000004, "Wrong alignment on FAudioMeterChannelInfo"); \ +static_assert(sizeof(FAudioMeterChannelInfo) == 0x00000C, "Wrong size on FAudioMeterChannelInfo"); \ +static_assert(offsetof(FAudioMeterChannelInfo, MeterValue) == 0x000000, "Member 'FAudioMeterChannelInfo::MeterValue' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterChannelInfo, PeakValue) == 0x000004, "Member 'FAudioMeterChannelInfo::PeakValue' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterChannelInfo, ClippingValue) == 0x000008, "Member 'FAudioMeterChannelInfo::ClippingValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioMeterDefaultColorWidgetStyle \ +static_assert(alignof(FAudioMeterDefaultColorWidgetStyle) == 0x000008, "Wrong alignment on FAudioMeterDefaultColorWidgetStyle"); \ +static_assert(sizeof(FAudioMeterDefaultColorWidgetStyle) == 0x000068, "Wrong size on FAudioMeterDefaultColorWidgetStyle"); \ +static_assert(offsetof(FAudioMeterDefaultColorWidgetStyle, MeterBackgroundColor) == 0x000008, "Member 'FAudioMeterDefaultColorWidgetStyle::MeterBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterDefaultColorWidgetStyle, MeterValueColor) == 0x000018, "Member 'FAudioMeterDefaultColorWidgetStyle::MeterValueColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterDefaultColorWidgetStyle, MeterPeakColor) == 0x000028, "Member 'FAudioMeterDefaultColorWidgetStyle::MeterPeakColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterDefaultColorWidgetStyle, MeterClippingColor) == 0x000038, "Member 'FAudioMeterDefaultColorWidgetStyle::MeterClippingColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterDefaultColorWidgetStyle, MeterScaleColor) == 0x000048, "Member 'FAudioMeterDefaultColorWidgetStyle::MeterScaleColor' has a wrong offset!"); \ +static_assert(offsetof(FAudioMeterDefaultColorWidgetStyle, MeterScaleLabelColor) == 0x000058, "Member 'FAudioMeterDefaultColorWidgetStyle::MeterScaleLabelColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshBooleanDataflowNode \ +static_assert(alignof(FMeshBooleanDataflowNode) == 0x000008, "Wrong alignment on FMeshBooleanDataflowNode"); \ +static_assert(sizeof(FMeshBooleanDataflowNode) == 0x000260, "Wrong size on FMeshBooleanDataflowNode"); \ +static_assert(offsetof(FMeshBooleanDataflowNode, Operation) == 0x000240, "Member 'FMeshBooleanDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FMeshBooleanDataflowNode, Mesh1) == 0x000248, "Member 'FMeshBooleanDataflowNode::Mesh1' has a wrong offset!"); \ +static_assert(offsetof(FMeshBooleanDataflowNode, Mesh2) == 0x000250, "Member 'FMeshBooleanDataflowNode::Mesh2' has a wrong offset!"); \ +static_assert(offsetof(FMeshBooleanDataflowNode, Mesh) == 0x000258, "Member 'FMeshBooleanDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateColorArrayFromFloatArrayDataflowNode \ +static_assert(alignof(FCreateColorArrayFromFloatArrayDataflowNode) == 0x000008, "Wrong alignment on FCreateColorArrayFromFloatArrayDataflowNode"); \ +static_assert(sizeof(FCreateColorArrayFromFloatArrayDataflowNode) == 0x000278, "Wrong size on FCreateColorArrayFromFloatArrayDataflowNode"); \ +static_assert(offsetof(FCreateColorArrayFromFloatArrayDataflowNode, FloatArray) == 0x000240, "Member 'FCreateColorArrayFromFloatArrayDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FCreateColorArrayFromFloatArrayDataflowNode, ColorArray) == 0x000250, "Member 'FCreateColorArrayFromFloatArrayDataflowNode::ColorArray' has a wrong offset!"); \ +static_assert(offsetof(FCreateColorArrayFromFloatArrayDataflowNode, bNormalizeInput) == 0x000260, "Member 'FCreateColorArrayFromFloatArrayDataflowNode::bNormalizeInput' has a wrong offset!"); \ +static_assert(offsetof(FCreateColorArrayFromFloatArrayDataflowNode, Color) == 0x000264, "Member 'FCreateColorArrayFromFloatArrayDataflowNode::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetFloatArrayElementDataflowNode \ +static_assert(alignof(FGetFloatArrayElementDataflowNode) == 0x000008, "Wrong alignment on FGetFloatArrayElementDataflowNode"); \ +static_assert(sizeof(FGetFloatArrayElementDataflowNode) == 0x000260, "Wrong size on FGetFloatArrayElementDataflowNode"); \ +static_assert(offsetof(FGetFloatArrayElementDataflowNode, Index) == 0x000240, "Member 'FGetFloatArrayElementDataflowNode::Index' has a wrong offset!"); \ +static_assert(offsetof(FGetFloatArrayElementDataflowNode, FloatArray) == 0x000248, "Member 'FGetFloatArrayElementDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FGetFloatArrayElementDataflowNode, FloatValue) == 0x000258, "Member 'FGetFloatArrayElementDataflowNode::FloatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatArrayToIntArrayDataflowNode \ +static_assert(alignof(FFloatArrayToIntArrayDataflowNode) == 0x000008, "Wrong alignment on FFloatArrayToIntArrayDataflowNode"); \ +static_assert(sizeof(FFloatArrayToIntArrayDataflowNode) == 0x000268, "Wrong size on FFloatArrayToIntArrayDataflowNode"); \ +static_assert(offsetof(FFloatArrayToIntArrayDataflowNode, Function) == 0x000240, "Member 'FFloatArrayToIntArrayDataflowNode::Function' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayToIntArrayDataflowNode, FloatArray) == 0x000248, "Member 'FFloatArrayToIntArrayDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayToIntArrayDataflowNode, IntArray) == 0x000258, "Member 'FFloatArrayToIntArrayDataflowNode::IntArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetArrayElementDataflowNode \ +static_assert(alignof(FGetArrayElementDataflowNode) == 0x000008, "Wrong alignment on FGetArrayElementDataflowNode"); \ +static_assert(sizeof(FGetArrayElementDataflowNode) == 0x000270, "Wrong size on FGetArrayElementDataflowNode"); \ +static_assert(offsetof(FGetArrayElementDataflowNode, Index) == 0x000240, "Member 'FGetArrayElementDataflowNode::Index' has a wrong offset!"); \ +static_assert(offsetof(FGetArrayElementDataflowNode, Points) == 0x000248, "Member 'FGetArrayElementDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FGetArrayElementDataflowNode, Point) == 0x000258, "Member 'FGetArrayElementDataflowNode::Point' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetNumArrayElementsDataflowNode \ +static_assert(alignof(FGetNumArrayElementsDataflowNode) == 0x000008, "Wrong alignment on FGetNumArrayElementsDataflowNode"); \ +static_assert(sizeof(FGetNumArrayElementsDataflowNode) == 0x000288, "Wrong size on FGetNumArrayElementsDataflowNode"); \ +static_assert(offsetof(FGetNumArrayElementsDataflowNode, FloatArray) == 0x000240, "Member 'FGetNumArrayElementsDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FGetNumArrayElementsDataflowNode, IntArray) == 0x000250, "Member 'FGetNumArrayElementsDataflowNode::IntArray' has a wrong offset!"); \ +static_assert(offsetof(FGetNumArrayElementsDataflowNode, Points) == 0x000260, "Member 'FGetNumArrayElementsDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FGetNumArrayElementsDataflowNode, Vector3fArray) == 0x000270, "Member 'FGetNumArrayElementsDataflowNode::Vector3fArray' has a wrong offset!"); \ +static_assert(offsetof(FGetNumArrayElementsDataflowNode, NumElements) == 0x000280, "Member 'FGetNumArrayElementsDataflowNode::NumElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolArrayToFaceSelectionDataflowNode \ +static_assert(alignof(FBoolArrayToFaceSelectionDataflowNode) == 0x000008, "Wrong alignment on FBoolArrayToFaceSelectionDataflowNode"); \ +static_assert(sizeof(FBoolArrayToFaceSelectionDataflowNode) == 0x000278, "Wrong size on FBoolArrayToFaceSelectionDataflowNode"); \ +static_assert(offsetof(FBoolArrayToFaceSelectionDataflowNode, BoolAttributeData) == 0x000240, "Member 'FBoolArrayToFaceSelectionDataflowNode::BoolAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FBoolArrayToFaceSelectionDataflowNode, FaceSelection) == 0x000250, "Member 'FBoolArrayToFaceSelectionDataflowNode::FaceSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatArrayToVertexSelectionDataflowNode \ +static_assert(alignof(FFloatArrayToVertexSelectionDataflowNode) == 0x000008, "Wrong alignment on FFloatArrayToVertexSelectionDataflowNode"); \ +static_assert(sizeof(FFloatArrayToVertexSelectionDataflowNode) == 0x000280, "Wrong size on FFloatArrayToVertexSelectionDataflowNode"); \ +static_assert(offsetof(FFloatArrayToVertexSelectionDataflowNode, FloatArray) == 0x000240, "Member 'FFloatArrayToVertexSelectionDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayToVertexSelectionDataflowNode, Operation) == 0x000250, "Member 'FFloatArrayToVertexSelectionDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayToVertexSelectionDataflowNode, Threshold) == 0x000254, "Member 'FFloatArrayToVertexSelectionDataflowNode::Threshold' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayToVertexSelectionDataflowNode, VertexSelection) == 0x000258, "Member 'FFloatArrayToVertexSelectionDataflowNode::VertexSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatArrayNormalizeDataflowNode \ +static_assert(alignof(FFloatArrayNormalizeDataflowNode) == 0x000008, "Wrong alignment on FFloatArrayNormalizeDataflowNode"); \ +static_assert(sizeof(FFloatArrayNormalizeDataflowNode) == 0x000290, "Wrong size on FFloatArrayNormalizeDataflowNode"); \ +static_assert(offsetof(FFloatArrayNormalizeDataflowNode, InFloatArray) == 0x000240, "Member 'FFloatArrayNormalizeDataflowNode::InFloatArray' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayNormalizeDataflowNode, Selection) == 0x000250, "Member 'FFloatArrayNormalizeDataflowNode::Selection' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayNormalizeDataflowNode, MinRange) == 0x000278, "Member 'FFloatArrayNormalizeDataflowNode::MinRange' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayNormalizeDataflowNode, MaxRange) == 0x00027C, "Member 'FFloatArrayNormalizeDataflowNode::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayNormalizeDataflowNode, OutFloatArray) == 0x000280, "Member 'FFloatArrayNormalizeDataflowNode::OutFloatArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorArrayNormalizeDataflowNode \ +static_assert(alignof(FVectorArrayNormalizeDataflowNode) == 0x000008, "Wrong alignment on FVectorArrayNormalizeDataflowNode"); \ +static_assert(sizeof(FVectorArrayNormalizeDataflowNode) == 0x000290, "Wrong size on FVectorArrayNormalizeDataflowNode"); \ +static_assert(offsetof(FVectorArrayNormalizeDataflowNode, InVectorArray) == 0x000240, "Member 'FVectorArrayNormalizeDataflowNode::InVectorArray' has a wrong offset!"); \ +static_assert(offsetof(FVectorArrayNormalizeDataflowNode, Selection) == 0x000250, "Member 'FVectorArrayNormalizeDataflowNode::Selection' has a wrong offset!"); \ +static_assert(offsetof(FVectorArrayNormalizeDataflowNode, Magnitude) == 0x000278, "Member 'FVectorArrayNormalizeDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FVectorArrayNormalizeDataflowNode, OutVectorArray) == 0x000280, "Member 'FVectorArrayNormalizeDataflowNode::OutVectorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnionIntArraysDataflowNode \ +static_assert(alignof(FUnionIntArraysDataflowNode) == 0x000008, "Wrong alignment on FUnionIntArraysDataflowNode"); \ +static_assert(sizeof(FUnionIntArraysDataflowNode) == 0x000270, "Wrong size on FUnionIntArraysDataflowNode"); \ +static_assert(offsetof(FUnionIntArraysDataflowNode, InArray1) == 0x000240, "Member 'FUnionIntArraysDataflowNode::InArray1' has a wrong offset!"); \ +static_assert(offsetof(FUnionIntArraysDataflowNode, InArray2) == 0x000250, "Member 'FUnionIntArraysDataflowNode::InArray2' has a wrong offset!"); \ +static_assert(offsetof(FUnionIntArraysDataflowNode, OutArray) == 0x000260, "Member 'FUnionIntArraysDataflowNode::OutArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoveFloatArrayElementDataflowNode \ +static_assert(alignof(FRemoveFloatArrayElementDataflowNode) == 0x000008, "Wrong alignment on FRemoveFloatArrayElementDataflowNode"); \ +static_assert(sizeof(FRemoveFloatArrayElementDataflowNode) == 0x000258, "Wrong size on FRemoveFloatArrayElementDataflowNode"); \ +static_assert(offsetof(FRemoveFloatArrayElementDataflowNode, Index) == 0x000240, "Member 'FRemoveFloatArrayElementDataflowNode::Index' has a wrong offset!"); \ +static_assert(offsetof(FRemoveFloatArrayElementDataflowNode, bPreserveOrder) == 0x000244, "Member 'FRemoveFloatArrayElementDataflowNode::bPreserveOrder' has a wrong offset!"); \ +static_assert(offsetof(FRemoveFloatArrayElementDataflowNode, FloatArray) == 0x000248, "Member 'FRemoveFloatArrayElementDataflowNode::FloatArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatArrayComputeStatisticsDataflowNode \ +static_assert(alignof(FFloatArrayComputeStatisticsDataflowNode) == 0x000008, "Wrong alignment on FFloatArrayComputeStatisticsDataflowNode"); \ +static_assert(sizeof(FFloatArrayComputeStatisticsDataflowNode) == 0x000290, "Wrong size on FFloatArrayComputeStatisticsDataflowNode"); \ +static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, FloatArray) == 0x000240, "Member 'FFloatArrayComputeStatisticsDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, TransformSelection) == 0x000250, "Member 'FFloatArrayComputeStatisticsDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, OperationName) == 0x000278, "Member 'FFloatArrayComputeStatisticsDataflowNode::OperationName' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, Value) == 0x00027C, "Member 'FFloatArrayComputeStatisticsDataflowNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FFloatArrayComputeStatisticsDataflowNode, Indices) == 0x000280, "Member 'FFloatArrayComputeStatisticsDataflowNode::Indices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomizeFloatArrayDataflowNode \ +static_assert(alignof(FRandomizeFloatArrayDataflowNode) == 0x000008, "Wrong alignment on FRandomizeFloatArrayDataflowNode"); \ +static_assert(sizeof(FRandomizeFloatArrayDataflowNode) == 0x000260, "Wrong size on FRandomizeFloatArrayDataflowNode"); \ +static_assert(offsetof(FRandomizeFloatArrayDataflowNode, FloatArray) == 0x000240, "Member 'FRandomizeFloatArrayDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FRandomizeFloatArrayDataflowNode, RandomRangeMin) == 0x000250, "Member 'FRandomizeFloatArrayDataflowNode::RandomRangeMin' has a wrong offset!"); \ +static_assert(offsetof(FRandomizeFloatArrayDataflowNode, RandomRangeMax) == 0x000254, "Member 'FRandomizeFloatArrayDataflowNode::RandomRangeMax' has a wrong offset!"); \ +static_assert(offsetof(FRandomizeFloatArrayDataflowNode, RandomSeed) == 0x000258, "Member 'FRandomizeFloatArrayDataflowNode::RandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowGetArraySizeNode \ +static_assert(alignof(FDataflowGetArraySizeNode) == 0x000008, "Wrong alignment on FDataflowGetArraySizeNode"); \ +static_assert(sizeof(FDataflowGetArraySizeNode) == 0x000248, "Wrong size on FDataflowGetArraySizeNode"); \ +static_assert(offsetof(FDataflowGetArraySizeNode, Array) == 0x000240, "Member 'FDataflowGetArraySizeNode::Array' has a wrong offset!"); \ +static_assert(offsetof(FDataflowGetArraySizeNode, Size) == 0x000244, "Member 'FDataflowGetArraySizeNode::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowGetArrayElementNode \ +static_assert(alignof(FDataflowGetArrayElementNode) == 0x000008, "Wrong alignment on FDataflowGetArrayElementNode"); \ +static_assert(sizeof(FDataflowGetArrayElementNode) == 0x000250, "Wrong size on FDataflowGetArrayElementNode"); \ +static_assert(offsetof(FDataflowGetArrayElementNode, Array) == 0x000240, "Member 'FDataflowGetArrayElementNode::Array' has a wrong offset!"); \ +static_assert(offsetof(FDataflowGetArrayElementNode, Index) == 0x000244, "Member 'FDataflowGetArrayElementNode::Index' has a wrong offset!"); \ +static_assert(offsetof(FDataflowGetArrayElementNode, Element) == 0x000248, "Member 'FDataflowGetArrayElementNode::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowConvertToArrayNode \ +static_assert(alignof(FDataflowConvertToArrayNode) == 0x000008, "Wrong alignment on FDataflowConvertToArrayNode"); \ +static_assert(sizeof(FDataflowConvertToArrayNode) == 0x000248, "Wrong size on FDataflowConvertToArrayNode"); \ +static_assert(offsetof(FDataflowConvertToArrayNode, Array) == 0x000240, "Member 'FDataflowConvertToArrayNode::Array' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvertToArrayNode, Element) == 0x000241, "Member 'FDataflowConvertToArrayNode::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowMakeManagedArrayCollectionArrayNode \ +static_assert(alignof(FDataflowMakeManagedArrayCollectionArrayNode) == 0x000008, "Wrong alignment on FDataflowMakeManagedArrayCollectionArrayNode"); \ +static_assert(sizeof(FDataflowMakeManagedArrayCollectionArrayNode) == 0x000300, "Wrong size on FDataflowMakeManagedArrayCollectionArrayNode"); \ +static_assert(offsetof(FDataflowMakeManagedArrayCollectionArrayNode, Array) == 0x000240, "Member 'FDataflowMakeManagedArrayCollectionArrayNode::Array' has a wrong offset!"); \ +static_assert(offsetof(FDataflowMakeManagedArrayCollectionArrayNode, Element) == 0x000250, "Member 'FDataflowMakeManagedArrayCollectionArrayNode::Element' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowRootProxyMesh \ +static_assert(alignof(FDataflowRootProxyMesh) == 0x000010, "Wrong alignment on FDataflowRootProxyMesh"); \ +static_assert(sizeof(FDataflowRootProxyMesh) == 0x000080, "Wrong size on FDataflowRootProxyMesh"); \ +static_assert(offsetof(FDataflowRootProxyMesh, Mesh) == 0x000000, "Member 'FDataflowRootProxyMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FDataflowRootProxyMesh, Transform) == 0x000010, "Member 'FDataflowRootProxyMesh::Transform' has a wrong offset!"); \ +static_assert(offsetof(FDataflowRootProxyMesh, OverrideMaterials) == 0x000070, "Member 'FDataflowRootProxyMesh::OverrideMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeRootProxyMeshDataflowNode \ +static_assert(alignof(FMakeRootProxyMeshDataflowNode) == 0x000010, "Wrong alignment on FMakeRootProxyMeshDataflowNode"); \ +static_assert(sizeof(FMakeRootProxyMeshDataflowNode) == 0x000340, "Wrong size on FMakeRootProxyMeshDataflowNode"); \ +static_assert(offsetof(FMakeRootProxyMeshDataflowNode, Mesh) == 0x000240, "Member 'FMakeRootProxyMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FMakeRootProxyMeshDataflowNode, Transform) == 0x000250, "Member 'FMakeRootProxyMeshDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FMakeRootProxyMeshDataflowNode, OverrideMaterials) == 0x0002B0, "Member 'FMakeRootProxyMeshDataflowNode::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FMakeRootProxyMeshDataflowNode, RootProxyMesh) == 0x0002C0, "Member 'FMakeRootProxyMeshDataflowNode::RootProxyMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeRootProxyMeshArrayDataflowNode \ +static_assert(alignof(FMakeRootProxyMeshArrayDataflowNode) == 0x000008, "Wrong alignment on FMakeRootProxyMeshArrayDataflowNode"); \ +static_assert(sizeof(FMakeRootProxyMeshArrayDataflowNode) == 0x000250, "Wrong size on FMakeRootProxyMeshArrayDataflowNode"); \ +static_assert(offsetof(FMakeRootProxyMeshArrayDataflowNode, RootProxyMeshes) == 0x000240, "Member 'FMakeRootProxyMeshArrayDataflowNode::RootProxyMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAddRootProxyMeshToArrayDataflowNode \ +static_assert(alignof(FAddRootProxyMeshToArrayDataflowNode) == 0x000010, "Wrong alignment on FAddRootProxyMeshToArrayDataflowNode"); \ +static_assert(sizeof(FAddRootProxyMeshToArrayDataflowNode) == 0x0002D0, "Wrong size on FAddRootProxyMeshToArrayDataflowNode"); \ +static_assert(offsetof(FAddRootProxyMeshToArrayDataflowNode, RootProxyMeshes) == 0x000240, "Member 'FAddRootProxyMeshToArrayDataflowNode::RootProxyMeshes' has a wrong offset!"); \ +static_assert(offsetof(FAddRootProxyMeshToArrayDataflowNode, RootProxyMesh) == 0x000250, "Member 'FAddRootProxyMeshToArrayDataflowNode::RootProxyMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionTerminalDataflowNode_v2 \ +static_assert(alignof(FGeometryCollectionTerminalDataflowNode_v2) == 0x000008, "Wrong alignment on FGeometryCollectionTerminalDataflowNode_v2"); \ +static_assert(sizeof(FGeometryCollectionTerminalDataflowNode_v2) == 0x000320, "Wrong size on FGeometryCollectionTerminalDataflowNode_v2"); \ +static_assert(offsetof(FGeometryCollectionTerminalDataflowNode_v2, Collection) == 0x000240, "Member 'FGeometryCollectionTerminalDataflowNode_v2::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTerminalDataflowNode_v2, Materials) == 0x0002F0, "Member 'FGeometryCollectionTerminalDataflowNode_v2::Materials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTerminalDataflowNode_v2, InstancedMeshes) == 0x000300, "Member 'FGeometryCollectionTerminalDataflowNode_v2::InstancedMeshes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTerminalDataflowNode_v2, RootProxyMeshes) == 0x000310, "Member 'FGeometryCollectionTerminalDataflowNode_v2::RootProxyMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionTerminalDataflowNode \ +static_assert(alignof(FGeometryCollectionTerminalDataflowNode) == 0x000008, "Wrong alignment on FGeometryCollectionTerminalDataflowNode"); \ +static_assert(sizeof(FGeometryCollectionTerminalDataflowNode) == 0x000320, "Wrong size on FGeometryCollectionTerminalDataflowNode"); \ +static_assert(offsetof(FGeometryCollectionTerminalDataflowNode, Collection) == 0x000240, "Member 'FGeometryCollectionTerminalDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTerminalDataflowNode, Materials) == 0x0002F0, "Member 'FGeometryCollectionTerminalDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTerminalDataflowNode, MaterialInstances) == 0x000300, "Member 'FGeometryCollectionTerminalDataflowNode::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTerminalDataflowNode, InstancedMeshes) == 0x000310, "Member 'FGeometryCollectionTerminalDataflowNode::InstancedMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetGeometryCollectionAssetDataflowNode \ +static_assert(alignof(FGetGeometryCollectionAssetDataflowNode) == 0x000008, "Wrong alignment on FGetGeometryCollectionAssetDataflowNode"); \ +static_assert(sizeof(FGetGeometryCollectionAssetDataflowNode) == 0x000248, "Wrong size on FGetGeometryCollectionAssetDataflowNode"); \ +static_assert(offsetof(FGetGeometryCollectionAssetDataflowNode, Asset) == 0x000240, "Member 'FGetGeometryCollectionAssetDataflowNode::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetGeometryCollectionSourcesDataflowNode \ +static_assert(alignof(FGetGeometryCollectionSourcesDataflowNode) == 0x000008, "Wrong alignment on FGetGeometryCollectionSourcesDataflowNode"); \ +static_assert(sizeof(FGetGeometryCollectionSourcesDataflowNode) == 0x000258, "Wrong size on FGetGeometryCollectionSourcesDataflowNode"); \ +static_assert(offsetof(FGetGeometryCollectionSourcesDataflowNode, Asset) == 0x000240, "Member 'FGetGeometryCollectionSourcesDataflowNode::Asset' has a wrong offset!"); \ +static_assert(offsetof(FGetGeometryCollectionSourcesDataflowNode, Sources) == 0x000248, "Member 'FGetGeometryCollectionSourcesDataflowNode::Sources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateGeometryCollectionFromSourcesDataflowNode \ +static_assert(alignof(FCreateGeometryCollectionFromSourcesDataflowNode) == 0x000008, "Wrong alignment on FCreateGeometryCollectionFromSourcesDataflowNode"); \ +static_assert(sizeof(FCreateGeometryCollectionFromSourcesDataflowNode) == 0x000330, "Wrong size on FCreateGeometryCollectionFromSourcesDataflowNode"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode, Sources) == 0x000240, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode::Sources' has a wrong offset!"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode, Collection) == 0x000250, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode, Materials) == 0x000300, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode, MaterialInstances) == 0x000310, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode, InstancedMeshes) == 0x000320, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode::InstancedMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateGeometryCollectionFromSourcesDataflowNode_v2 \ +static_assert(alignof(FCreateGeometryCollectionFromSourcesDataflowNode_v2) == 0x000008, "Wrong alignment on FCreateGeometryCollectionFromSourcesDataflowNode_v2"); \ +static_assert(sizeof(FCreateGeometryCollectionFromSourcesDataflowNode_v2) == 0x000330, "Wrong size on FCreateGeometryCollectionFromSourcesDataflowNode_v2"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode_v2, Sources) == 0x000240, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode_v2::Sources' has a wrong offset!"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode_v2, Collection) == 0x000250, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode_v2::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode_v2, Materials) == 0x000300, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode_v2::Materials' has a wrong offset!"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode_v2, InstancedMeshes) == 0x000310, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode_v2::InstancedMeshes' has a wrong offset!"); \ +static_assert(offsetof(FCreateGeometryCollectionFromSourcesDataflowNode_v2, RootProxyMeshes) == 0x000320, "Member 'FCreateGeometryCollectionFromSourcesDataflowNode_v2::RootProxyMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionToCollectionDataflowNode \ +static_assert(alignof(FGeometryCollectionToCollectionDataflowNode) == 0x000008, "Wrong alignment on FGeometryCollectionToCollectionDataflowNode"); \ +static_assert(sizeof(FGeometryCollectionToCollectionDataflowNode) == 0x000328, "Wrong size on FGeometryCollectionToCollectionDataflowNode"); \ +static_assert(offsetof(FGeometryCollectionToCollectionDataflowNode, GeometryCollection) == 0x000240, "Member 'FGeometryCollectionToCollectionDataflowNode::GeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionToCollectionDataflowNode, Collection) == 0x000248, "Member 'FGeometryCollectionToCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionToCollectionDataflowNode, Materials) == 0x0002F8, "Member 'FGeometryCollectionToCollectionDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionToCollectionDataflowNode, MaterialInstances) == 0x000308, "Member 'FGeometryCollectionToCollectionDataflowNode::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionToCollectionDataflowNode, InstancedMeshes) == 0x000318, "Member 'FGeometryCollectionToCollectionDataflowNode::InstancedMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionToCollectionDataflowNode_v2 \ +static_assert(alignof(FGeometryCollectionToCollectionDataflowNode_v2) == 0x000008, "Wrong alignment on FGeometryCollectionToCollectionDataflowNode_v2"); \ +static_assert(sizeof(FGeometryCollectionToCollectionDataflowNode_v2) == 0x000328, "Wrong size on FGeometryCollectionToCollectionDataflowNode_v2"); \ +static_assert(offsetof(FGeometryCollectionToCollectionDataflowNode_v2, GeometryCollection) == 0x000240, "Member 'FGeometryCollectionToCollectionDataflowNode_v2::GeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionToCollectionDataflowNode_v2, Collection) == 0x000248, "Member 'FGeometryCollectionToCollectionDataflowNode_v2::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionToCollectionDataflowNode_v2, Materials) == 0x0002F8, "Member 'FGeometryCollectionToCollectionDataflowNode_v2::Materials' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionToCollectionDataflowNode_v2, InstancedMeshes) == 0x000308, "Member 'FGeometryCollectionToCollectionDataflowNode_v2::InstancedMeshes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionToCollectionDataflowNode_v2, RootProxyMeshes) == 0x000318, "Member 'FGeometryCollectionToCollectionDataflowNode_v2::RootProxyMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintToCollectionDataflowNode \ +static_assert(alignof(FBlueprintToCollectionDataflowNode) == 0x000008, "Wrong alignment on FBlueprintToCollectionDataflowNode"); \ +static_assert(sizeof(FBlueprintToCollectionDataflowNode) == 0x000330, "Wrong size on FBlueprintToCollectionDataflowNode"); \ +static_assert(offsetof(FBlueprintToCollectionDataflowNode, Blueprint) == 0x000240, "Member 'FBlueprintToCollectionDataflowNode::Blueprint' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintToCollectionDataflowNode, bSplitComponents) == 0x000248, "Member 'FBlueprintToCollectionDataflowNode::bSplitComponents' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintToCollectionDataflowNode, Collection) == 0x000250, "Member 'FBlueprintToCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintToCollectionDataflowNode, Materials) == 0x000300, "Member 'FBlueprintToCollectionDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintToCollectionDataflowNode, MaterialInstances) == 0x000310, "Member 'FBlueprintToCollectionDataflowNode::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintToCollectionDataflowNode, InstancedMeshes) == 0x000320, "Member 'FBlueprintToCollectionDataflowNode::InstancedMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintToCollectionDataflowNode_v2 \ +static_assert(alignof(FBlueprintToCollectionDataflowNode_v2) == 0x000008, "Wrong alignment on FBlueprintToCollectionDataflowNode_v2"); \ +static_assert(sizeof(FBlueprintToCollectionDataflowNode_v2) == 0x000330, "Wrong size on FBlueprintToCollectionDataflowNode_v2"); \ +static_assert(offsetof(FBlueprintToCollectionDataflowNode_v2, Blueprint) == 0x000240, "Member 'FBlueprintToCollectionDataflowNode_v2::Blueprint' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintToCollectionDataflowNode_v2, bSplitComponents) == 0x000248, "Member 'FBlueprintToCollectionDataflowNode_v2::bSplitComponents' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintToCollectionDataflowNode_v2, Collection) == 0x000250, "Member 'FBlueprintToCollectionDataflowNode_v2::Collection' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintToCollectionDataflowNode_v2, Materials) == 0x000300, "Member 'FBlueprintToCollectionDataflowNode_v2::Materials' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintToCollectionDataflowNode_v2, InstancedMeshes) == 0x000310, "Member 'FBlueprintToCollectionDataflowNode_v2::InstancedMeshes' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintToCollectionDataflowNode_v2, RootProxyMeshes) == 0x000320, "Member 'FBlueprintToCollectionDataflowNode_v2::RootProxyMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoClusterDataflowNode \ +static_assert(alignof(FAutoClusterDataflowNode) == 0x000008, "Wrong alignment on FAutoClusterDataflowNode"); \ +static_assert(sizeof(FAutoClusterDataflowNode) == 0x000378, "Wrong size on FAutoClusterDataflowNode"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ClusterSizeMethod) == 0x000240, "Member 'FAutoClusterDataflowNode::ClusterSizeMethod' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ClusterSites) == 0x000244, "Member 'FAutoClusterDataflowNode::ClusterSites' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ClusterFraction) == 0x000248, "Member 'FAutoClusterDataflowNode::ClusterFraction' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, SiteSize) == 0x00024C, "Member 'FAutoClusterDataflowNode::SiteSize' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ClusterGridWidth) == 0x000250, "Member 'FAutoClusterDataflowNode::ClusterGridWidth' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ClusterGridDepth) == 0x000254, "Member 'FAutoClusterDataflowNode::ClusterGridDepth' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ClusterGridHeight) == 0x000258, "Member 'FAutoClusterDataflowNode::ClusterGridHeight' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, DriftIterations) == 0x00025C, "Member 'FAutoClusterDataflowNode::DriftIterations' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, MinimumSize) == 0x000260, "Member 'FAutoClusterDataflowNode::MinimumSize' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, bPreferConvexity) == 0x000264, "Member 'FAutoClusterDataflowNode::bPreferConvexity' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ConcavityTolerance) == 0x000268, "Member 'FAutoClusterDataflowNode::ConcavityTolerance' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, AutoCluster) == 0x00026C, "Member 'FAutoClusterDataflowNode::AutoCluster' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, EnforceSiteParameters) == 0x00026D, "Member 'FAutoClusterDataflowNode::EnforceSiteParameters' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, AvoidIsolated) == 0x00026E, "Member 'FAutoClusterDataflowNode::AvoidIsolated' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, Collection) == 0x000270, "Member 'FAutoClusterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, TransformSelection) == 0x000320, "Member 'FAutoClusterDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, Color) == 0x000348, "Member 'FAutoClusterDataflowNode::Color' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, LineWidthMultiplier) == 0x000358, "Member 'FAutoClusterDataflowNode::LineWidthMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, CenterColor) == 0x00035C, "Member 'FAutoClusterDataflowNode::CenterColor' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, CenterSize) == 0x00036C, "Member 'FAutoClusterDataflowNode::CenterSize' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, bRandomizeColor) == 0x000370, "Member 'FAutoClusterDataflowNode::bRandomizeColor' has a wrong offset!"); \ +static_assert(offsetof(FAutoClusterDataflowNode, ColorRandomSeed) == 0x000374, "Member 'FAutoClusterDataflowNode::ColorRandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterFlattenDataflowNode \ +static_assert(alignof(FClusterFlattenDataflowNode) == 0x000008, "Wrong alignment on FClusterFlattenDataflowNode"); \ +static_assert(sizeof(FClusterFlattenDataflowNode) == 0x000318, "Wrong size on FClusterFlattenDataflowNode"); \ +static_assert(offsetof(FClusterFlattenDataflowNode, Collection) == 0x000240, "Member 'FClusterFlattenDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClusterFlattenDataflowNode, OptionalTransformSelection) == 0x0002F0, "Member 'FClusterFlattenDataflowNode::OptionalTransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterUnclusterDataflowNode \ +static_assert(alignof(FClusterUnclusterDataflowNode) == 0x000008, "Wrong alignment on FClusterUnclusterDataflowNode"); \ +static_assert(sizeof(FClusterUnclusterDataflowNode) == 0x000318, "Wrong size on FClusterUnclusterDataflowNode"); \ +static_assert(offsetof(FClusterUnclusterDataflowNode, Collection) == 0x000240, "Member 'FClusterUnclusterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClusterUnclusterDataflowNode, TransformSelection) == 0x0002F0, "Member 'FClusterUnclusterDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterDataflowNode \ +static_assert(alignof(FClusterDataflowNode) == 0x000008, "Wrong alignment on FClusterDataflowNode"); \ +static_assert(sizeof(FClusterDataflowNode) == 0x000318, "Wrong size on FClusterDataflowNode"); \ +static_assert(offsetof(FClusterDataflowNode, Collection) == 0x000240, "Member 'FClusterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClusterDataflowNode, TransformSelection) == 0x0002F0, "Member 'FClusterDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetBoxLengthsDataflowNode \ +static_assert(alignof(FGetBoxLengthsDataflowNode) == 0x000008, "Wrong alignment on FGetBoxLengthsDataflowNode"); \ +static_assert(sizeof(FGetBoxLengthsDataflowNode) == 0x000268, "Wrong size on FGetBoxLengthsDataflowNode"); \ +static_assert(offsetof(FGetBoxLengthsDataflowNode, Boxes) == 0x000240, "Member 'FGetBoxLengthsDataflowNode::Boxes' has a wrong offset!"); \ +static_assert(offsetof(FGetBoxLengthsDataflowNode, Lengths) == 0x000250, "Member 'FGetBoxLengthsDataflowNode::Lengths' has a wrong offset!"); \ +static_assert(offsetof(FGetBoxLengthsDataflowNode, MeasurementMethod) == 0x000260, "Member 'FGetBoxLengthsDataflowNode::MeasurementMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterMergeToNeighborsDataflowNode \ +static_assert(alignof(FClusterMergeToNeighborsDataflowNode) == 0x000008, "Wrong alignment on FClusterMergeToNeighborsDataflowNode"); \ +static_assert(sizeof(FClusterMergeToNeighborsDataflowNode) == 0x000328, "Wrong size on FClusterMergeToNeighborsDataflowNode"); \ +static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, Collection) == 0x000240, "Member 'FClusterMergeToNeighborsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, TransformSelection) == 0x0002F0, "Member 'FClusterMergeToNeighborsDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, NeighborSelectionMethod) == 0x000318, "Member 'FClusterMergeToNeighborsDataflowNode::NeighborSelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, MinVolumeCubeRoot) == 0x00031C, "Member 'FClusterMergeToNeighborsDataflowNode::MinVolumeCubeRoot' has a wrong offset!"); \ +static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, bOnlyToConnected) == 0x000320, "Member 'FClusterMergeToNeighborsDataflowNode::bOnlyToConnected' has a wrong offset!"); \ +static_assert(offsetof(FClusterMergeToNeighborsDataflowNode, bOnlySameParent) == 0x000321, "Member 'FClusterMergeToNeighborsDataflowNode::bOnlySameParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterMergeDataflowNode \ +static_assert(alignof(FClusterMergeDataflowNode) == 0x000008, "Wrong alignment on FClusterMergeDataflowNode"); \ +static_assert(sizeof(FClusterMergeDataflowNode) == 0x000318, "Wrong size on FClusterMergeDataflowNode"); \ +static_assert(offsetof(FClusterMergeDataflowNode, Collection) == 0x000240, "Member 'FClusterMergeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClusterMergeDataflowNode, TransformSelection) == 0x0002F0, "Member 'FClusterMergeDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLerpDataflowNode \ +static_assert(alignof(FLerpDataflowNode) == 0x000008, "Wrong alignment on FLerpDataflowNode"); \ +static_assert(sizeof(FLerpDataflowNode) == 0x000250, "Wrong size on FLerpDataflowNode"); \ +static_assert(offsetof(FLerpDataflowNode, A) == 0x000240, "Member 'FLerpDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FLerpDataflowNode, B) == 0x000244, "Member 'FLerpDataflowNode::B' has a wrong offset!"); \ +static_assert(offsetof(FLerpDataflowNode, Alpha) == 0x000248, "Member 'FLerpDataflowNode::Alpha' has a wrong offset!"); \ +static_assert(offsetof(FLerpDataflowNode, ReturnValue) == 0x00024C, "Member 'FLerpDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterIsolatedRootsDataflowNode \ +static_assert(alignof(FClusterIsolatedRootsDataflowNode) == 0x000008, "Wrong alignment on FClusterIsolatedRootsDataflowNode"); \ +static_assert(sizeof(FClusterIsolatedRootsDataflowNode) == 0x0002F0, "Wrong size on FClusterIsolatedRootsDataflowNode"); \ +static_assert(offsetof(FClusterIsolatedRootsDataflowNode, Collection) == 0x000240, "Member 'FClusterIsolatedRootsDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterMagnetDataflowNode \ +static_assert(alignof(FClusterMagnetDataflowNode) == 0x000008, "Wrong alignment on FClusterMagnetDataflowNode"); \ +static_assert(sizeof(FClusterMagnetDataflowNode) == 0x000320, "Wrong size on FClusterMagnetDataflowNode"); \ +static_assert(offsetof(FClusterMagnetDataflowNode, Collection) == 0x000240, "Member 'FClusterMagnetDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClusterMagnetDataflowNode, TransformSelection) == 0x0002F0, "Member 'FClusterMagnetDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FClusterMagnetDataflowNode, Iterations) == 0x000318, "Member 'FClusterMagnetDataflowNode::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStringAppendDataflowNode \ +static_assert(alignof(FStringAppendDataflowNode) == 0x000008, "Wrong alignment on FStringAppendDataflowNode"); \ +static_assert(sizeof(FStringAppendDataflowNode) == 0x000270, "Wrong size on FStringAppendDataflowNode"); \ +static_assert(offsetof(FStringAppendDataflowNode, String1) == 0x000240, "Member 'FStringAppendDataflowNode::String1' has a wrong offset!"); \ +static_assert(offsetof(FStringAppendDataflowNode, String2) == 0x000250, "Member 'FStringAppendDataflowNode::String2' has a wrong offset!"); \ +static_assert(offsetof(FStringAppendDataflowNode, String) == 0x000260, "Member 'FStringAppendDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorToStringDataflowNode \ +static_assert(alignof(FVectorToStringDataflowNode) == 0x000008, "Wrong alignment on FVectorToStringDataflowNode"); \ +static_assert(sizeof(FVectorToStringDataflowNode) == 0x000268, "Wrong size on FVectorToStringDataflowNode"); \ +static_assert(offsetof(FVectorToStringDataflowNode, Vector) == 0x000240, "Member 'FVectorToStringDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FVectorToStringDataflowNode, String) == 0x000258, "Member 'FVectorToStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatToStringDataflowNode \ +static_assert(alignof(FFloatToStringDataflowNode) == 0x000008, "Wrong alignment on FFloatToStringDataflowNode"); \ +static_assert(sizeof(FFloatToStringDataflowNode) == 0x000258, "Wrong size on FFloatToStringDataflowNode"); \ +static_assert(offsetof(FFloatToStringDataflowNode, float_0) == 0x000240, "Member 'FFloatToStringDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFloatToStringDataflowNode, String) == 0x000248, "Member 'FFloatToStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoundingBoxDataflowNode \ +static_assert(alignof(FBoundingBoxDataflowNode) == 0x000008, "Wrong alignment on FBoundingBoxDataflowNode"); \ +static_assert(sizeof(FBoundingBoxDataflowNode) == 0x000358, "Wrong size on FBoundingBoxDataflowNode"); \ +static_assert(offsetof(FBoundingBoxDataflowNode, Collection) == 0x000240, "Member 'FBoundingBoxDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FBoundingBoxDataflowNode, BoundingBox) == 0x0002F0, "Member 'FBoundingBoxDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FBoundingBoxDataflowNode, Center) == 0x000328, "Member 'FBoundingBoxDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FBoundingBoxDataflowNode, Dimensions) == 0x000340, "Member 'FBoundingBoxDataflowNode::Dimensions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntToStringDataflowNode \ +static_assert(alignof(FIntToStringDataflowNode) == 0x000008, "Wrong alignment on FIntToStringDataflowNode"); \ +static_assert(sizeof(FIntToStringDataflowNode) == 0x000258, "Wrong size on FIntToStringDataflowNode"); \ +static_assert(offsetof(FIntToStringDataflowNode, int_0) == 0x000240, "Member 'FIntToStringDataflowNode::int_0' has a wrong offset!"); \ +static_assert(offsetof(FIntToStringDataflowNode, String) == 0x000248, "Member 'FIntToStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolToStringDataflowNode \ +static_assert(alignof(FBoolToStringDataflowNode) == 0x000008, "Wrong alignment on FBoolToStringDataflowNode"); \ +static_assert(sizeof(FBoolToStringDataflowNode) == 0x000258, "Wrong size on FBoolToStringDataflowNode"); \ +static_assert(offsetof(FBoolToStringDataflowNode, Bool) == 0x000240, "Member 'FBoolToStringDataflowNode::Bool' has a wrong offset!"); \ +static_assert(offsetof(FBoolToStringDataflowNode, String) == 0x000248, "Member 'FBoolToStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLogDataflowNode \ +static_assert(alignof(FLogDataflowNode) == 0x000008, "Wrong alignment on FLogDataflowNode"); \ +static_assert(sizeof(FLogDataflowNode) == 0x000250, "Wrong size on FLogDataflowNode"); \ +static_assert(offsetof(FLogDataflowNode, base) == 0x000240, "Member 'FLogDataflowNode::base' has a wrong offset!"); \ +static_assert(offsetof(FLogDataflowNode, A) == 0x000244, "Member 'FLogDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FLogDataflowNode, ReturnValue) == 0x000248, "Member 'FLogDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntToFloatDataflowNode \ +static_assert(alignof(FIntToFloatDataflowNode) == 0x000008, "Wrong alignment on FIntToFloatDataflowNode"); \ +static_assert(sizeof(FIntToFloatDataflowNode) == 0x000248, "Wrong size on FIntToFloatDataflowNode"); \ +static_assert(offsetof(FIntToFloatDataflowNode, int_0) == 0x000240, "Member 'FIntToFloatDataflowNode::int_0' has a wrong offset!"); \ +static_assert(offsetof(FIntToFloatDataflowNode, float_0) == 0x000244, "Member 'FIntToFloatDataflowNode::float_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntToDoubleDataflowNode \ +static_assert(alignof(FIntToDoubleDataflowNode) == 0x000008, "Wrong alignment on FIntToDoubleDataflowNode"); \ +static_assert(sizeof(FIntToDoubleDataflowNode) == 0x000250, "Wrong size on FIntToDoubleDataflowNode"); \ +static_assert(offsetof(FIntToDoubleDataflowNode, int_0) == 0x000240, "Member 'FIntToDoubleDataflowNode::int_0' has a wrong offset!"); \ +static_assert(offsetof(FIntToDoubleDataflowNode, Double) == 0x000248, "Member 'FIntToDoubleDataflowNode::Double' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArcTanDataflowNode \ +static_assert(alignof(FArcTanDataflowNode) == 0x000008, "Wrong alignment on FArcTanDataflowNode"); \ +static_assert(sizeof(FArcTanDataflowNode) == 0x000248, "Wrong size on FArcTanDataflowNode"); \ +static_assert(offsetof(FArcTanDataflowNode, float_0) == 0x000240, "Member 'FArcTanDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FArcTanDataflowNode, ReturnValue) == 0x000244, "Member 'FArcTanDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatToDoubleDataflowNode \ +static_assert(alignof(FFloatToDoubleDataflowNode) == 0x000008, "Wrong alignment on FFloatToDoubleDataflowNode"); \ +static_assert(sizeof(FFloatToDoubleDataflowNode) == 0x000250, "Wrong size on FFloatToDoubleDataflowNode"); \ +static_assert(offsetof(FFloatToDoubleDataflowNode, float_0) == 0x000240, "Member 'FFloatToDoubleDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFloatToDoubleDataflowNode, Double) == 0x000248, "Member 'FFloatToDoubleDataflowNode::Double' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatToIntDataflowNode \ +static_assert(alignof(FFloatToIntDataflowNode) == 0x000008, "Wrong alignment on FFloatToIntDataflowNode"); \ +static_assert(sizeof(FFloatToIntDataflowNode) == 0x000250, "Wrong size on FFloatToIntDataflowNode"); \ +static_assert(offsetof(FFloatToIntDataflowNode, Function) == 0x000240, "Member 'FFloatToIntDataflowNode::Function' has a wrong offset!"); \ +static_assert(offsetof(FFloatToIntDataflowNode, float_0) == 0x000244, "Member 'FFloatToIntDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFloatToIntDataflowNode, int_0) == 0x000248, "Member 'FFloatToIntDataflowNode::int_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpDataflowNode \ +static_assert(alignof(FExpDataflowNode) == 0x000008, "Wrong alignment on FExpDataflowNode"); \ +static_assert(sizeof(FExpDataflowNode) == 0x000248, "Wrong size on FExpDataflowNode"); \ +static_assert(offsetof(FExpDataflowNode, float_0) == 0x000240, "Member 'FExpDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FExpDataflowNode, ReturnValue) == 0x000244, "Member 'FExpDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntToBoolDataflowNode \ +static_assert(alignof(FIntToBoolDataflowNode) == 0x000008, "Wrong alignment on FIntToBoolDataflowNode"); \ +static_assert(sizeof(FIntToBoolDataflowNode) == 0x000248, "Wrong size on FIntToBoolDataflowNode"); \ +static_assert(offsetof(FIntToBoolDataflowNode, int_0) == 0x000240, "Member 'FIntToBoolDataflowNode::int_0' has a wrong offset!"); \ +static_assert(offsetof(FIntToBoolDataflowNode, Bool) == 0x000244, "Member 'FIntToBoolDataflowNode::Bool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolToIntDataflowNode \ +static_assert(alignof(FBoolToIntDataflowNode) == 0x000008, "Wrong alignment on FBoolToIntDataflowNode"); \ +static_assert(sizeof(FBoolToIntDataflowNode) == 0x000248, "Wrong size on FBoolToIntDataflowNode"); \ +static_assert(offsetof(FBoolToIntDataflowNode, Bool) == 0x000240, "Member 'FBoolToIntDataflowNode::Bool' has a wrong offset!"); \ +static_assert(offsetof(FBoolToIntDataflowNode, int_0) == 0x000244, "Member 'FBoolToIntDataflowNode::int_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEFitDataflowNode \ +static_assert(alignof(FEFitDataflowNode) == 0x000008, "Wrong alignment on FEFitDataflowNode"); \ +static_assert(sizeof(FEFitDataflowNode) == 0x000258, "Wrong size on FEFitDataflowNode"); \ +static_assert(offsetof(FEFitDataflowNode, float_0) == 0x000240, "Member 'FEFitDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FEFitDataflowNode, OldMin) == 0x000244, "Member 'FEFitDataflowNode::OldMin' has a wrong offset!"); \ +static_assert(offsetof(FEFitDataflowNode, OldMax) == 0x000248, "Member 'FEFitDataflowNode::OldMax' has a wrong offset!"); \ +static_assert(offsetof(FEFitDataflowNode, NewMin) == 0x00024C, "Member 'FEFitDataflowNode::NewMin' has a wrong offset!"); \ +static_assert(offsetof(FEFitDataflowNode, NewMax) == 0x000250, "Member 'FEFitDataflowNode::NewMax' has a wrong offset!"); \ +static_assert(offsetof(FEFitDataflowNode, ReturnValue) == 0x000254, "Member 'FEFitDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConvexHullToMeshDataflowNode \ +static_assert(alignof(FConvexHullToMeshDataflowNode) == 0x000008, "Wrong alignment on FConvexHullToMeshDataflowNode"); \ +static_assert(sizeof(FConvexHullToMeshDataflowNode) == 0x000338, "Wrong size on FConvexHullToMeshDataflowNode"); \ +static_assert(offsetof(FConvexHullToMeshDataflowNode, Collection) == 0x000240, "Member 'FConvexHullToMeshDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FConvexHullToMeshDataflowNode, OptionalSelectionFilter) == 0x0002F0, "Member 'FConvexHullToMeshDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ +static_assert(offsetof(FConvexHullToMeshDataflowNode, bUseRobustHulls) == 0x000318, "Member 'FConvexHullToMeshDataflowNode::bUseRobustHulls' has a wrong offset!"); \ +static_assert(offsetof(FConvexHullToMeshDataflowNode, Mesh) == 0x000320, "Member 'FConvexHullToMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FConvexHullToMeshDataflowNode, Meshes) == 0x000328, "Member 'FConvexHullToMeshDataflowNode::Meshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowSphereCovering \ +static_assert(alignof(FDataflowSphereCovering) == 0x000008, "Wrong alignment on FDataflowSphereCovering"); \ +static_assert(sizeof(FDataflowSphereCovering) == 0x000020, "Wrong size on FDataflowSphereCovering"); \ + +#define DUMPER7_ASSERTS_FSphereCoveringToMeshDataflowNode \ +static_assert(alignof(FSphereCoveringToMeshDataflowNode) == 0x000008, "Wrong alignment on FSphereCoveringToMeshDataflowNode"); \ +static_assert(sizeof(FSphereCoveringToMeshDataflowNode) == 0x000270, "Wrong size on FSphereCoveringToMeshDataflowNode"); \ +static_assert(offsetof(FSphereCoveringToMeshDataflowNode, SphereCovering) == 0x000240, "Member 'FSphereCoveringToMeshDataflowNode::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(FSphereCoveringToMeshDataflowNode, VerticesAlongEachSide) == 0x000260, "Member 'FSphereCoveringToMeshDataflowNode::VerticesAlongEachSide' has a wrong offset!"); \ +static_assert(offsetof(FSphereCoveringToMeshDataflowNode, Mesh) == 0x000268, "Member 'FSphereCoveringToMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArcCosDataflowNode \ +static_assert(alignof(FArcCosDataflowNode) == 0x000008, "Wrong alignment on FArcCosDataflowNode"); \ +static_assert(sizeof(FArcCosDataflowNode) == 0x000248, "Wrong size on FArcCosDataflowNode"); \ +static_assert(offsetof(FArcCosDataflowNode, float_0) == 0x000240, "Member 'FArcCosDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FArcCosDataflowNode, ReturnValue) == 0x000244, "Member 'FArcCosDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSphereCoveringCountSpheresNode \ +static_assert(alignof(FSphereCoveringCountSpheresNode) == 0x000008, "Wrong alignment on FSphereCoveringCountSpheresNode"); \ +static_assert(sizeof(FSphereCoveringCountSpheresNode) == 0x000268, "Wrong size on FSphereCoveringCountSpheresNode"); \ +static_assert(offsetof(FSphereCoveringCountSpheresNode, SphereCovering) == 0x000240, "Member 'FSphereCoveringCountSpheresNode::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(FSphereCoveringCountSpheresNode, NumSpheres) == 0x000260, "Member 'FSphereCoveringCountSpheresNode::NumSpheres' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDistanceDataflowNode \ +static_assert(alignof(FDistanceDataflowNode) == 0x000008, "Wrong alignment on FDistanceDataflowNode"); \ +static_assert(sizeof(FDistanceDataflowNode) == 0x000278, "Wrong size on FDistanceDataflowNode"); \ +static_assert(offsetof(FDistanceDataflowNode, PointA) == 0x000240, "Member 'FDistanceDataflowNode::PointA' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDataflowNode, PointB) == 0x000258, "Member 'FDistanceDataflowNode::PointB' has a wrong offset!"); \ +static_assert(offsetof(FDistanceDataflowNode, ReturnValue) == 0x000270, "Member 'FDistanceDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshToOBJStringDebugDataflowNode \ +static_assert(alignof(FMeshToOBJStringDebugDataflowNode) == 0x000008, "Wrong alignment on FMeshToOBJStringDebugDataflowNode"); \ +static_assert(sizeof(FMeshToOBJStringDebugDataflowNode) == 0x000260, "Wrong size on FMeshToOBJStringDebugDataflowNode"); \ +static_assert(offsetof(FMeshToOBJStringDebugDataflowNode, Mesh) == 0x000240, "Member 'FMeshToOBJStringDebugDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshToOBJStringDebugDataflowNode, bInvertFaces) == 0x000248, "Member 'FMeshToOBJStringDebugDataflowNode::bInvertFaces' has a wrong offset!"); \ +static_assert(offsetof(FMeshToOBJStringDebugDataflowNode, StringOBJ) == 0x000250, "Member 'FMeshToOBJStringDebugDataflowNode::StringOBJ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWriteStringToFile \ +static_assert(alignof(FWriteStringToFile) == 0x000008, "Wrong alignment on FWriteStringToFile"); \ +static_assert(sizeof(FWriteStringToFile) == 0x000260, "Wrong size on FWriteStringToFile"); \ +static_assert(offsetof(FWriteStringToFile, FilePath) == 0x000240, "Member 'FWriteStringToFile::FilePath' has a wrong offset!"); \ +static_assert(offsetof(FWriteStringToFile, FileContents) == 0x000250, "Member 'FWriteStringToFile::FileContents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNormalizeToRangeDataflowNode \ +static_assert(alignof(FNormalizeToRangeDataflowNode) == 0x000008, "Wrong alignment on FNormalizeToRangeDataflowNode"); \ +static_assert(sizeof(FNormalizeToRangeDataflowNode) == 0x000250, "Wrong size on FNormalizeToRangeDataflowNode"); \ +static_assert(offsetof(FNormalizeToRangeDataflowNode, float_0) == 0x000240, "Member 'FNormalizeToRangeDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeToRangeDataflowNode, RangeMin) == 0x000244, "Member 'FNormalizeToRangeDataflowNode::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeToRangeDataflowNode, RangeMax) == 0x000248, "Member 'FNormalizeToRangeDataflowNode::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeToRangeDataflowNode, ReturnValue) == 0x00024C, "Member 'FNormalizeToRangeDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPruneInCollectionDataflowNode \ +static_assert(alignof(FPruneInCollectionDataflowNode) == 0x000008, "Wrong alignment on FPruneInCollectionDataflowNode"); \ +static_assert(sizeof(FPruneInCollectionDataflowNode) == 0x000318, "Wrong size on FPruneInCollectionDataflowNode"); \ +static_assert(offsetof(FPruneInCollectionDataflowNode, Collection) == 0x000240, "Member 'FPruneInCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FPruneInCollectionDataflowNode, TransformSelection) == 0x0002F0, "Member 'FPruneInCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetVisibilityInCollectionDataflowNode \ +static_assert(alignof(FSetVisibilityInCollectionDataflowNode) == 0x000008, "Wrong alignment on FSetVisibilityInCollectionDataflowNode"); \ +static_assert(sizeof(FSetVisibilityInCollectionDataflowNode) == 0x000348, "Wrong size on FSetVisibilityInCollectionDataflowNode"); \ +static_assert(offsetof(FSetVisibilityInCollectionDataflowNode, Visibility) == 0x000240, "Member 'FSetVisibilityInCollectionDataflowNode::Visibility' has a wrong offset!"); \ +static_assert(offsetof(FSetVisibilityInCollectionDataflowNode, Collection) == 0x000248, "Member 'FSetVisibilityInCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetVisibilityInCollectionDataflowNode, TransformSelection) == 0x0002F8, "Member 'FSetVisibilityInCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FSetVisibilityInCollectionDataflowNode, FaceSelection) == 0x000320, "Member 'FSetVisibilityInCollectionDataflowNode::FaceSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArcSinDataflowNode \ +static_assert(alignof(FArcSinDataflowNode) == 0x000008, "Wrong alignment on FArcSinDataflowNode"); \ +static_assert(sizeof(FArcSinDataflowNode) == 0x000248, "Wrong size on FArcSinDataflowNode"); \ +static_assert(offsetof(FArcSinDataflowNode, float_0) == 0x000240, "Member 'FArcSinDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FArcSinDataflowNode, ReturnValue) == 0x000244, "Member 'FArcSinDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMergeInCollectionDataflowNode \ +static_assert(alignof(FMergeInCollectionDataflowNode) == 0x000008, "Wrong alignment on FMergeInCollectionDataflowNode"); \ +static_assert(sizeof(FMergeInCollectionDataflowNode) == 0x000318, "Wrong size on FMergeInCollectionDataflowNode"); \ +static_assert(offsetof(FMergeInCollectionDataflowNode, Collection) == 0x000240, "Member 'FMergeInCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FMergeInCollectionDataflowNode, TransformSelection) == 0x0002F0, "Member 'FMergeInCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialFalloffFieldDataflowNode \ +static_assert(alignof(FRadialFalloffFieldDataflowNode) == 0x000008, "Wrong alignment on FRadialFalloffFieldDataflowNode"); \ +static_assert(sizeof(FRadialFalloffFieldDataflowNode) == 0x000318, "Wrong size on FRadialFalloffFieldDataflowNode"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, SamplePositions) == 0x000240, "Member 'FRadialFalloffFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, SampleIndices) == 0x000250, "Member 'FRadialFalloffFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, Sphere) == 0x000278, "Member 'FRadialFalloffFieldDataflowNode::Sphere' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, Translation) == 0x000298, "Member 'FRadialFalloffFieldDataflowNode::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, Magnitude) == 0x0002B0, "Member 'FRadialFalloffFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, MinRange) == 0x0002B4, "Member 'FRadialFalloffFieldDataflowNode::MinRange' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, MaxRange) == 0x0002B8, "Member 'FRadialFalloffFieldDataflowNode::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, Default) == 0x0002BC, "Member 'FRadialFalloffFieldDataflowNode::Default' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, FalloffType) == 0x0002C0, "Member 'FRadialFalloffFieldDataflowNode::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, FieldFloatResult) == 0x0002C8, "Member 'FRadialFalloffFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, FieldRemap) == 0x0002D8, "Member 'FRadialFalloffFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, FieldSelectionMask) == 0x0002E8, "Member 'FRadialFalloffFieldDataflowNode::FieldSelectionMask' has a wrong offset!"); \ +static_assert(offsetof(FRadialFalloffFieldDataflowNode, NumSamplePositions) == 0x000310, "Member 'FRadialFalloffFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNormalizeDataflowNode \ +static_assert(alignof(FNormalizeDataflowNode) == 0x000008, "Wrong alignment on FNormalizeDataflowNode"); \ +static_assert(sizeof(FNormalizeDataflowNode) == 0x000278, "Wrong size on FNormalizeDataflowNode"); \ +static_assert(offsetof(FNormalizeDataflowNode, VectorA) == 0x000240, "Member 'FNormalizeDataflowNode::VectorA' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeDataflowNode, Tolerance) == 0x000258, "Member 'FNormalizeDataflowNode::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FNormalizeDataflowNode, ReturnValue) == 0x000260, "Member 'FNormalizeDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxFalloffFieldDataflowNode \ +static_assert(alignof(FBoxFalloffFieldDataflowNode) == 0x000010, "Wrong alignment on FBoxFalloffFieldDataflowNode"); \ +static_assert(sizeof(FBoxFalloffFieldDataflowNode) == 0x000380, "Wrong size on FBoxFalloffFieldDataflowNode"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, SamplePositions) == 0x000240, "Member 'FBoxFalloffFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, SampleIndices) == 0x000250, "Member 'FBoxFalloffFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, Box) == 0x000278, "Member 'FBoxFalloffFieldDataflowNode::Box' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, Transform) == 0x0002B0, "Member 'FBoxFalloffFieldDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, Magnitude) == 0x000310, "Member 'FBoxFalloffFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, MinRange) == 0x000314, "Member 'FBoxFalloffFieldDataflowNode::MinRange' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, MaxRange) == 0x000318, "Member 'FBoxFalloffFieldDataflowNode::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, Default) == 0x00031C, "Member 'FBoxFalloffFieldDataflowNode::Default' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, FalloffType) == 0x000320, "Member 'FBoxFalloffFieldDataflowNode::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, FieldFloatResult) == 0x000328, "Member 'FBoxFalloffFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, FieldRemap) == 0x000338, "Member 'FBoxFalloffFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, FieldSelectionMask) == 0x000348, "Member 'FBoxFalloffFieldDataflowNode::FieldSelectionMask' has a wrong offset!"); \ +static_assert(offsetof(FBoxFalloffFieldDataflowNode, NumSamplePositions) == 0x000370, "Member 'FBoxFalloffFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlaneFalloffFieldDataflowNode \ +static_assert(alignof(FPlaneFalloffFieldDataflowNode) == 0x000008, "Wrong alignment on FPlaneFalloffFieldDataflowNode"); \ +static_assert(sizeof(FPlaneFalloffFieldDataflowNode) == 0x000330, "Wrong size on FPlaneFalloffFieldDataflowNode"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, SamplePositions) == 0x000240, "Member 'FPlaneFalloffFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, SampleIndices) == 0x000250, "Member 'FPlaneFalloffFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, position) == 0x000278, "Member 'FPlaneFalloffFieldDataflowNode::position' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, Normal) == 0x000290, "Member 'FPlaneFalloffFieldDataflowNode::Normal' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, Distance) == 0x0002A8, "Member 'FPlaneFalloffFieldDataflowNode::Distance' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, Translation) == 0x0002B0, "Member 'FPlaneFalloffFieldDataflowNode::Translation' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, Magnitude) == 0x0002C8, "Member 'FPlaneFalloffFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, MinRange) == 0x0002CC, "Member 'FPlaneFalloffFieldDataflowNode::MinRange' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, MaxRange) == 0x0002D0, "Member 'FPlaneFalloffFieldDataflowNode::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, Default) == 0x0002D4, "Member 'FPlaneFalloffFieldDataflowNode::Default' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, FalloffType) == 0x0002D8, "Member 'FPlaneFalloffFieldDataflowNode::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, FieldFloatResult) == 0x0002E0, "Member 'FPlaneFalloffFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, FieldRemap) == 0x0002F0, "Member 'FPlaneFalloffFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, FieldSelectionMask) == 0x000300, "Member 'FPlaneFalloffFieldDataflowNode::FieldSelectionMask' has a wrong offset!"); \ +static_assert(offsetof(FPlaneFalloffFieldDataflowNode, NumSamplePositions) == 0x000328, "Member 'FPlaneFalloffFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathConstantsDataflowNode \ +static_assert(alignof(FMathConstantsDataflowNode) == 0x000008, "Wrong alignment on FMathConstantsDataflowNode"); \ +static_assert(sizeof(FMathConstantsDataflowNode) == 0x000248, "Wrong size on FMathConstantsDataflowNode"); \ +static_assert(offsetof(FMathConstantsDataflowNode, Constant) == 0x000240, "Member 'FMathConstantsDataflowNode::Constant' has a wrong offset!"); \ +static_assert(offsetof(FMathConstantsDataflowNode, ReturnValue) == 0x000244, "Member 'FMathConstantsDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialIntMaskFieldDataflowNode \ +static_assert(alignof(FRadialIntMaskFieldDataflowNode) == 0x000008, "Wrong alignment on FRadialIntMaskFieldDataflowNode"); \ +static_assert(sizeof(FRadialIntMaskFieldDataflowNode) == 0x0002E8, "Wrong size on FRadialIntMaskFieldDataflowNode"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, SamplePositions) == 0x000240, "Member 'FRadialIntMaskFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, SampleIndices) == 0x000250, "Member 'FRadialIntMaskFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, Sphere) == 0x000278, "Member 'FRadialIntMaskFieldDataflowNode::Sphere' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, Translation) == 0x000298, "Member 'FRadialIntMaskFieldDataflowNode::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, InteriorValue) == 0x0002B0, "Member 'FRadialIntMaskFieldDataflowNode::InteriorValue' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, ExteriorValue) == 0x0002B4, "Member 'FRadialIntMaskFieldDataflowNode::ExteriorValue' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, SetMaskConditionType) == 0x0002B8, "Member 'FRadialIntMaskFieldDataflowNode::SetMaskConditionType' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, FieldIntResult) == 0x0002C0, "Member 'FRadialIntMaskFieldDataflowNode::FieldIntResult' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, FieldRemap) == 0x0002D0, "Member 'FRadialIntMaskFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FRadialIntMaskFieldDataflowNode, NumSamplePositions) == 0x0002E0, "Member 'FRadialIntMaskFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniformScalarFieldDataflowNode \ +static_assert(alignof(FUniformScalarFieldDataflowNode) == 0x000008, "Wrong alignment on FUniformScalarFieldDataflowNode"); \ +static_assert(sizeof(FUniformScalarFieldDataflowNode) == 0x0002A8, "Wrong size on FUniformScalarFieldDataflowNode"); \ +static_assert(offsetof(FUniformScalarFieldDataflowNode, SamplePositions) == 0x000240, "Member 'FUniformScalarFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FUniformScalarFieldDataflowNode, SampleIndices) == 0x000250, "Member 'FUniformScalarFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FUniformScalarFieldDataflowNode, Magnitude) == 0x000278, "Member 'FUniformScalarFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FUniformScalarFieldDataflowNode, FieldFloatResult) == 0x000280, "Member 'FUniformScalarFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FUniformScalarFieldDataflowNode, FieldRemap) == 0x000290, "Member 'FUniformScalarFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FUniformScalarFieldDataflowNode, NumSamplePositions) == 0x0002A0, "Member 'FUniformScalarFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomFloatDataflowNode \ +static_assert(alignof(FRandomFloatDataflowNode) == 0x000008, "Wrong alignment on FRandomFloatDataflowNode"); \ +static_assert(sizeof(FRandomFloatDataflowNode) == 0x000250, "Wrong size on FRandomFloatDataflowNode"); \ +static_assert(offsetof(FRandomFloatDataflowNode, bDeterministic) == 0x000240, "Member 'FRandomFloatDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatDataflowNode, RandomSeed) == 0x000244, "Member 'FRandomFloatDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatDataflowNode, ReturnValue) == 0x000248, "Member 'FRandomFloatDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniformVectorFieldDataflowNode \ +static_assert(alignof(FUniformVectorFieldDataflowNode) == 0x000008, "Wrong alignment on FUniformVectorFieldDataflowNode"); \ +static_assert(sizeof(FUniformVectorFieldDataflowNode) == 0x0002C0, "Wrong size on FUniformVectorFieldDataflowNode"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, SamplePositions) == 0x000240, "Member 'FUniformVectorFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, SampleIndices) == 0x000250, "Member 'FUniformVectorFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, Magnitude) == 0x000278, "Member 'FUniformVectorFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, Direction) == 0x000280, "Member 'FUniformVectorFieldDataflowNode::Direction' has a wrong offset!"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, FieldVectorResult) == 0x000298, "Member 'FUniformVectorFieldDataflowNode::FieldVectorResult' has a wrong offset!"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, FieldRemap) == 0x0002A8, "Member 'FUniformVectorFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FUniformVectorFieldDataflowNode, NumSamplePositions) == 0x0002B8, "Member 'FUniformVectorFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialVectorFieldDataflowNode \ +static_assert(alignof(FRadialVectorFieldDataflowNode) == 0x000008, "Wrong alignment on FRadialVectorFieldDataflowNode"); \ +static_assert(sizeof(FRadialVectorFieldDataflowNode) == 0x0002C0, "Wrong size on FRadialVectorFieldDataflowNode"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, SamplePositions) == 0x000240, "Member 'FRadialVectorFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, SampleIndices) == 0x000250, "Member 'FRadialVectorFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, Magnitude) == 0x000278, "Member 'FRadialVectorFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, position) == 0x000280, "Member 'FRadialVectorFieldDataflowNode::position' has a wrong offset!"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, FieldVectorResult) == 0x000298, "Member 'FRadialVectorFieldDataflowNode::FieldVectorResult' has a wrong offset!"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, FieldRemap) == 0x0002A8, "Member 'FRadialVectorFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FRadialVectorFieldDataflowNode, NumSamplePositions) == 0x0002B8, "Member 'FRadialVectorFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDotProductDataflowNode \ +static_assert(alignof(FDotProductDataflowNode) == 0x000008, "Wrong alignment on FDotProductDataflowNode"); \ +static_assert(sizeof(FDotProductDataflowNode) == 0x000278, "Wrong size on FDotProductDataflowNode"); \ +static_assert(offsetof(FDotProductDataflowNode, VectorA) == 0x000240, "Member 'FDotProductDataflowNode::VectorA' has a wrong offset!"); \ +static_assert(offsetof(FDotProductDataflowNode, VectorB) == 0x000258, "Member 'FDotProductDataflowNode::VectorB' has a wrong offset!"); \ +static_assert(offsetof(FDotProductDataflowNode, ReturnValue) == 0x000270, "Member 'FDotProductDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomVectorFieldDataflowNode \ +static_assert(alignof(FRandomVectorFieldDataflowNode) == 0x000008, "Wrong alignment on FRandomVectorFieldDataflowNode"); \ +static_assert(sizeof(FRandomVectorFieldDataflowNode) == 0x0002A8, "Wrong size on FRandomVectorFieldDataflowNode"); \ +static_assert(offsetof(FRandomVectorFieldDataflowNode, SamplePositions) == 0x000240, "Member 'FRandomVectorFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FRandomVectorFieldDataflowNode, SampleIndices) == 0x000250, "Member 'FRandomVectorFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FRandomVectorFieldDataflowNode, Magnitude) == 0x000278, "Member 'FRandomVectorFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FRandomVectorFieldDataflowNode, FieldVectorResult) == 0x000280, "Member 'FRandomVectorFieldDataflowNode::FieldVectorResult' has a wrong offset!"); \ +static_assert(offsetof(FRandomVectorFieldDataflowNode, FieldRemap) == 0x000290, "Member 'FRandomVectorFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FRandomVectorFieldDataflowNode, NumSamplePositions) == 0x0002A0, "Member 'FRandomVectorFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNoiseFieldDataflowNode \ +static_assert(alignof(FNoiseFieldDataflowNode) == 0x000010, "Wrong alignment on FNoiseFieldDataflowNode"); \ +static_assert(sizeof(FNoiseFieldDataflowNode) == 0x000310, "Wrong size on FNoiseFieldDataflowNode"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, SamplePositions) == 0x000240, "Member 'FNoiseFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, SampleIndices) == 0x000250, "Member 'FNoiseFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, MinRange) == 0x000278, "Member 'FNoiseFieldDataflowNode::MinRange' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, MaxRange) == 0x00027C, "Member 'FNoiseFieldDataflowNode::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, Transform) == 0x000280, "Member 'FNoiseFieldDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, FieldFloatResult) == 0x0002E0, "Member 'FNoiseFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, FieldRemap) == 0x0002F0, "Member 'FNoiseFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FNoiseFieldDataflowNode, NumSamplePositions) == 0x000300, "Member 'FNoiseFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniformIntegerFieldDataflowNode \ +static_assert(alignof(FUniformIntegerFieldDataflowNode) == 0x000008, "Wrong alignment on FUniformIntegerFieldDataflowNode"); \ +static_assert(sizeof(FUniformIntegerFieldDataflowNode) == 0x0002A8, "Wrong size on FUniformIntegerFieldDataflowNode"); \ +static_assert(offsetof(FUniformIntegerFieldDataflowNode, SamplePositions) == 0x000240, "Member 'FUniformIntegerFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FUniformIntegerFieldDataflowNode, SampleIndices) == 0x000250, "Member 'FUniformIntegerFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FUniformIntegerFieldDataflowNode, Magnitude) == 0x000278, "Member 'FUniformIntegerFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FUniformIntegerFieldDataflowNode, FieldIntResult) == 0x000280, "Member 'FUniformIntegerFieldDataflowNode::FieldIntResult' has a wrong offset!"); \ +static_assert(offsetof(FUniformIntegerFieldDataflowNode, FieldRemap) == 0x000290, "Member 'FUniformIntegerFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FUniformIntegerFieldDataflowNode, NumSamplePositions) == 0x0002A0, "Member 'FUniformIntegerFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaveScalarFieldDataflowNode \ +static_assert(alignof(FWaveScalarFieldDataflowNode) == 0x000008, "Wrong alignment on FWaveScalarFieldDataflowNode"); \ +static_assert(sizeof(FWaveScalarFieldDataflowNode) == 0x0002E8, "Wrong size on FWaveScalarFieldDataflowNode"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, SamplePositions) == 0x000240, "Member 'FWaveScalarFieldDataflowNode::SamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, SampleIndices) == 0x000250, "Member 'FWaveScalarFieldDataflowNode::SampleIndices' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, Magnitude) == 0x000278, "Member 'FWaveScalarFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, position) == 0x000280, "Member 'FWaveScalarFieldDataflowNode::position' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, Translation) == 0x000298, "Member 'FWaveScalarFieldDataflowNode::Translation' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, WaveLength) == 0x0002B0, "Member 'FWaveScalarFieldDataflowNode::WaveLength' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, Period) == 0x0002B4, "Member 'FWaveScalarFieldDataflowNode::Period' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, FunctionType) == 0x0002B8, "Member 'FWaveScalarFieldDataflowNode::FunctionType' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, FalloffType) == 0x0002B9, "Member 'FWaveScalarFieldDataflowNode::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, FieldFloatResult) == 0x0002C0, "Member 'FWaveScalarFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, FieldRemap) == 0x0002D0, "Member 'FWaveScalarFieldDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FWaveScalarFieldDataflowNode, NumSamplePositions) == 0x0002E0, "Member 'FWaveScalarFieldDataflowNode::NumSamplePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionSelectionToMeshesDataflowNode \ +static_assert(alignof(FCollectionSelectionToMeshesDataflowNode) == 0x000008, "Wrong alignment on FCollectionSelectionToMeshesDataflowNode"); \ +static_assert(sizeof(FCollectionSelectionToMeshesDataflowNode) == 0x000330, "Wrong size on FCollectionSelectionToMeshesDataflowNode"); \ +static_assert(offsetof(FCollectionSelectionToMeshesDataflowNode, Collection) == 0x000240, "Member 'FCollectionSelectionToMeshesDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionToMeshesDataflowNode, TransformSelection) == 0x0002F0, "Member 'FCollectionSelectionToMeshesDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionToMeshesDataflowNode, bConvertSelectionToLeaves) == 0x000318, "Member 'FCollectionSelectionToMeshesDataflowNode::bConvertSelectionToLeaves' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionToMeshesDataflowNode, bWeldVertices) == 0x000319, "Member 'FCollectionSelectionToMeshesDataflowNode::bWeldVertices' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionToMeshesDataflowNode, bPreserveIsolatedVertices) == 0x00031A, "Member 'FCollectionSelectionToMeshesDataflowNode::bPreserveIsolatedVertices' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionToMeshesDataflowNode, Meshes) == 0x000320, "Member 'FCollectionSelectionToMeshesDataflowNode::Meshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSumScalarFieldDataflowNode \ +static_assert(alignof(FSumScalarFieldDataflowNode) == 0x000008, "Wrong alignment on FSumScalarFieldDataflowNode"); \ +static_assert(sizeof(FSumScalarFieldDataflowNode) == 0x0002A8, "Wrong size on FSumScalarFieldDataflowNode"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, FieldFloatLeft) == 0x000240, "Member 'FSumScalarFieldDataflowNode::FieldFloatLeft' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, FieldRemapLeft) == 0x000250, "Member 'FSumScalarFieldDataflowNode::FieldRemapLeft' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, FieldFloatRight) == 0x000260, "Member 'FSumScalarFieldDataflowNode::FieldFloatRight' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, FieldRemapRight) == 0x000270, "Member 'FSumScalarFieldDataflowNode::FieldRemapRight' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, Magnitude) == 0x000280, "Member 'FSumScalarFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, Operation) == 0x000284, "Member 'FSumScalarFieldDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, bSwapInputs) == 0x000285, "Member 'FSumScalarFieldDataflowNode::bSwapInputs' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, FieldFloatResult) == 0x000288, "Member 'FSumScalarFieldDataflowNode::FieldFloatResult' has a wrong offset!"); \ +static_assert(offsetof(FSumScalarFieldDataflowNode, FieldRemap) == 0x000298, "Member 'FSumScalarFieldDataflowNode::FieldRemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSumVectorFieldDataflowNode \ +static_assert(alignof(FSumVectorFieldDataflowNode) == 0x000008, "Wrong alignment on FSumVectorFieldDataflowNode"); \ +static_assert(sizeof(FSumVectorFieldDataflowNode) == 0x0002C8, "Wrong size on FSumVectorFieldDataflowNode"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldFloat) == 0x000240, "Member 'FSumVectorFieldDataflowNode::FieldFloat' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldFloatRemap) == 0x000250, "Member 'FSumVectorFieldDataflowNode::FieldFloatRemap' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldVectorLeft) == 0x000260, "Member 'FSumVectorFieldDataflowNode::FieldVectorLeft' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldRemapLeft) == 0x000270, "Member 'FSumVectorFieldDataflowNode::FieldRemapLeft' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldVectorRight) == 0x000280, "Member 'FSumVectorFieldDataflowNode::FieldVectorRight' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldRemapRight) == 0x000290, "Member 'FSumVectorFieldDataflowNode::FieldRemapRight' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, Magnitude) == 0x0002A0, "Member 'FSumVectorFieldDataflowNode::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, Operation) == 0x0002A4, "Member 'FSumVectorFieldDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, bSwapVectorInputs) == 0x0002A5, "Member 'FSumVectorFieldDataflowNode::bSwapVectorInputs' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldVectorResult) == 0x0002A8, "Member 'FSumVectorFieldDataflowNode::FieldVectorResult' has a wrong offset!"); \ +static_assert(offsetof(FSumVectorFieldDataflowNode, FieldRemap) == 0x0002B8, "Member 'FSumVectorFieldDataflowNode::FieldRemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldMakeDenseFloatArrayDataflowNode \ +static_assert(alignof(FFieldMakeDenseFloatArrayDataflowNode) == 0x000008, "Wrong alignment on FFieldMakeDenseFloatArrayDataflowNode"); \ +static_assert(sizeof(FFieldMakeDenseFloatArrayDataflowNode) == 0x000278, "Wrong size on FFieldMakeDenseFloatArrayDataflowNode"); \ +static_assert(offsetof(FFieldMakeDenseFloatArrayDataflowNode, FieldFloatInput) == 0x000240, "Member 'FFieldMakeDenseFloatArrayDataflowNode::FieldFloatInput' has a wrong offset!"); \ +static_assert(offsetof(FFieldMakeDenseFloatArrayDataflowNode, FieldRemap) == 0x000250, "Member 'FFieldMakeDenseFloatArrayDataflowNode::FieldRemap' has a wrong offset!"); \ +static_assert(offsetof(FFieldMakeDenseFloatArrayDataflowNode, NumSamplePositions) == 0x000260, "Member 'FFieldMakeDenseFloatArrayDataflowNode::NumSamplePositions' has a wrong offset!"); \ +static_assert(offsetof(FFieldMakeDenseFloatArrayDataflowNode, Default) == 0x000264, "Member 'FFieldMakeDenseFloatArrayDataflowNode::Default' has a wrong offset!"); \ +static_assert(offsetof(FFieldMakeDenseFloatArrayDataflowNode, FieldFloatResult) == 0x000268, "Member 'FFieldMakeDenseFloatArrayDataflowNode::FieldFloatResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniformScatterPointsDataflowNode \ +static_assert(alignof(FUniformScatterPointsDataflowNode) == 0x000008, "Wrong alignment on FUniformScatterPointsDataflowNode"); \ +static_assert(sizeof(FUniformScatterPointsDataflowNode) == 0x000298, "Wrong size on FUniformScatterPointsDataflowNode"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode, MinNumberOfPoints) == 0x000240, "Member 'FUniformScatterPointsDataflowNode::MinNumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode, MaxNumberOfPoints) == 0x000244, "Member 'FUniformScatterPointsDataflowNode::MaxNumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode, RandomSeed) == 0x000248, "Member 'FUniformScatterPointsDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode, BoundingBox) == 0x000250, "Member 'FUniformScatterPointsDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode, Points) == 0x000288, "Member 'FUniformScatterPointsDataflowNode::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniformScatterPointsDataflowNode_v2 \ +static_assert(alignof(FUniformScatterPointsDataflowNode_v2) == 0x000008, "Wrong alignment on FUniformScatterPointsDataflowNode_v2"); \ +static_assert(sizeof(FUniformScatterPointsDataflowNode_v2) == 0x000298, "Wrong size on FUniformScatterPointsDataflowNode_v2"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode_v2, MinNumberOfPoints) == 0x000240, "Member 'FUniformScatterPointsDataflowNode_v2::MinNumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode_v2, MaxNumberOfPoints) == 0x000244, "Member 'FUniformScatterPointsDataflowNode_v2::MaxNumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode_v2, RandomSeed) == 0x000248, "Member 'FUniformScatterPointsDataflowNode_v2::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode_v2, BoundingBox) == 0x000250, "Member 'FUniformScatterPointsDataflowNode_v2::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FUniformScatterPointsDataflowNode_v2, Points) == 0x000288, "Member 'FUniformScatterPointsDataflowNode_v2::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClusterScatterPointsDataflowNode \ +static_assert(alignof(FClusterScatterPointsDataflowNode) == 0x000008, "Wrong alignment on FClusterScatterPointsDataflowNode"); \ +static_assert(sizeof(FClusterScatterPointsDataflowNode) == 0x0002A8, "Wrong size on FClusterScatterPointsDataflowNode"); \ +static_assert(offsetof(FClusterScatterPointsDataflowNode, NumberClustersMin) == 0x000240, "Member 'FClusterScatterPointsDataflowNode::NumberClustersMin' has a wrong offset!"); \ +static_assert(offsetof(FClusterScatterPointsDataflowNode, NumberClustersMax) == 0x000244, "Member 'FClusterScatterPointsDataflowNode::NumberClustersMax' has a wrong offset!"); \ +static_assert(offsetof(FClusterScatterPointsDataflowNode, PointsPerClusterMin) == 0x000248, "Member 'FClusterScatterPointsDataflowNode::PointsPerClusterMin' has a wrong offset!"); \ +static_assert(offsetof(FClusterScatterPointsDataflowNode, PointsPerClusterMax) == 0x00024C, "Member 'FClusterScatterPointsDataflowNode::PointsPerClusterMax' has a wrong offset!"); \ +static_assert(offsetof(FClusterScatterPointsDataflowNode, ClusterRadiusFractionMin) == 0x000250, "Member 'FClusterScatterPointsDataflowNode::ClusterRadiusFractionMin' has a wrong offset!"); \ +static_assert(offsetof(FClusterScatterPointsDataflowNode, ClusterRadiusFractionMax) == 0x000254, "Member 'FClusterScatterPointsDataflowNode::ClusterRadiusFractionMax' has a wrong offset!"); \ +static_assert(offsetof(FClusterScatterPointsDataflowNode, ClusterRadiusOffset) == 0x000258, "Member 'FClusterScatterPointsDataflowNode::ClusterRadiusOffset' has a wrong offset!"); \ +static_assert(offsetof(FClusterScatterPointsDataflowNode, RandomSeed) == 0x00025C, "Member 'FClusterScatterPointsDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FClusterScatterPointsDataflowNode, BoundingBox) == 0x000260, "Member 'FClusterScatterPointsDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FClusterScatterPointsDataflowNode, Points) == 0x000298, "Member 'FClusterScatterPointsDataflowNode::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshProcessorDataflowNodeBase \ +static_assert(alignof(FMeshProcessorDataflowNodeBase) == 0x000008, "Wrong alignment on FMeshProcessorDataflowNodeBase"); \ +static_assert(sizeof(FMeshProcessorDataflowNodeBase) == 0x0002F0, "Wrong size on FMeshProcessorDataflowNodeBase"); \ +static_assert(offsetof(FMeshProcessorDataflowNodeBase, MeshProcessor) == 0x000248, "Member 'FMeshProcessorDataflowNodeBase::MeshProcessor' has a wrong offset!"); \ +static_assert(offsetof(FMeshProcessorDataflowNodeBase, MeshProcessorInstance) == 0x000250, "Member 'FMeshProcessorDataflowNodeBase::MeshProcessorInstance' has a wrong offset!"); \ +static_assert(offsetof(FMeshProcessorDataflowNodeBase, OwningObject) == 0x000260, "Member 'FMeshProcessorDataflowNodeBase::OwningObject' has a wrong offset!"); \ +static_assert(offsetof(FMeshProcessorDataflowNodeBase, DynamicConnections) == 0x000268, "Member 'FMeshProcessorDataflowNodeBase::DynamicConnections' has a wrong offset!"); \ +static_assert(offsetof(FMeshProcessorDataflowNodeBase, PropertyBag) == 0x0002E0, "Member 'FMeshProcessorDataflowNodeBase::PropertyBag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FApplyMeshProcessorToMeshDataflowNode \ +static_assert(alignof(FApplyMeshProcessorToMeshDataflowNode) == 0x000008, "Wrong alignment on FApplyMeshProcessorToMeshDataflowNode"); \ +static_assert(sizeof(FApplyMeshProcessorToMeshDataflowNode) == 0x0002F8, "Wrong size on FApplyMeshProcessorToMeshDataflowNode"); \ +static_assert(offsetof(FApplyMeshProcessorToMeshDataflowNode, Mesh) == 0x0002F0, "Member 'FApplyMeshProcessorToMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialScatterPointsDataflowNode \ +static_assert(alignof(FRadialScatterPointsDataflowNode) == 0x000008, "Wrong alignment on FRadialScatterPointsDataflowNode"); \ +static_assert(sizeof(FRadialScatterPointsDataflowNode) == 0x000298, "Wrong size on FRadialScatterPointsDataflowNode"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, Center) == 0x000240, "Member 'FRadialScatterPointsDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, Normal) == 0x000258, "Member 'FRadialScatterPointsDataflowNode::Normal' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, Radius) == 0x000270, "Member 'FRadialScatterPointsDataflowNode::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, AngularSteps) == 0x000274, "Member 'FRadialScatterPointsDataflowNode::AngularSteps' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, RadialSteps) == 0x000278, "Member 'FRadialScatterPointsDataflowNode::RadialSteps' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, AngleOffset) == 0x00027C, "Member 'FRadialScatterPointsDataflowNode::AngleOffset' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, Variability) == 0x000280, "Member 'FRadialScatterPointsDataflowNode::Variability' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, RandomSeed) == 0x000284, "Member 'FRadialScatterPointsDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode, Points) == 0x000288, "Member 'FRadialScatterPointsDataflowNode::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialScatterPointsDataflowNode_v2 \ +static_assert(alignof(FRadialScatterPointsDataflowNode_v2) == 0x000008, "Wrong alignment on FRadialScatterPointsDataflowNode_v2"); \ +static_assert(sizeof(FRadialScatterPointsDataflowNode_v2) == 0x0002E8, "Wrong size on FRadialScatterPointsDataflowNode_v2"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, BoundingBox) == 0x000240, "Member 'FRadialScatterPointsDataflowNode_v2::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, Center) == 0x000278, "Member 'FRadialScatterPointsDataflowNode_v2::Center' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, Normal) == 0x000290, "Member 'FRadialScatterPointsDataflowNode_v2::Normal' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, RandomSeed) == 0x0002A8, "Member 'FRadialScatterPointsDataflowNode_v2::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, AngularSteps) == 0x0002AC, "Member 'FRadialScatterPointsDataflowNode_v2::AngularSteps' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, AngleOffset) == 0x0002B0, "Member 'FRadialScatterPointsDataflowNode_v2::AngleOffset' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, AngularNoise) == 0x0002B4, "Member 'FRadialScatterPointsDataflowNode_v2::AngularNoise' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, Radius) == 0x0002B8, "Member 'FRadialScatterPointsDataflowNode_v2::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, RadialSteps) == 0x0002BC, "Member 'FRadialScatterPointsDataflowNode_v2::RadialSteps' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, RadialStepExponent) == 0x0002C0, "Member 'FRadialScatterPointsDataflowNode_v2::RadialStepExponent' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, RadialMinStep) == 0x0002C4, "Member 'FRadialScatterPointsDataflowNode_v2::RadialMinStep' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, RadialNoise) == 0x0002C8, "Member 'FRadialScatterPointsDataflowNode_v2::RadialNoise' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, RadialVariability) == 0x0002CC, "Member 'FRadialScatterPointsDataflowNode_v2::RadialVariability' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, AngularVariability) == 0x0002D0, "Member 'FRadialScatterPointsDataflowNode_v2::AngularVariability' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, AxialVariability) == 0x0002D4, "Member 'FRadialScatterPointsDataflowNode_v2::AxialVariability' has a wrong offset!"); \ +static_assert(offsetof(FRadialScatterPointsDataflowNode_v2, Points) == 0x0002D8, "Member 'FRadialScatterPointsDataflowNode_v2::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshAppendDataflowNode \ +static_assert(alignof(FMeshAppendDataflowNode) == 0x000008, "Wrong alignment on FMeshAppendDataflowNode"); \ +static_assert(sizeof(FMeshAppendDataflowNode) == 0x000258, "Wrong size on FMeshAppendDataflowNode"); \ +static_assert(offsetof(FMeshAppendDataflowNode, Mesh1) == 0x000240, "Member 'FMeshAppendDataflowNode::Mesh1' has a wrong offset!"); \ +static_assert(offsetof(FMeshAppendDataflowNode, Mesh2) == 0x000248, "Member 'FMeshAppendDataflowNode::Mesh2' has a wrong offset!"); \ +static_assert(offsetof(FMeshAppendDataflowNode, Mesh) == 0x000250, "Member 'FMeshAppendDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGridScatterPointsDataflowNode \ +static_assert(alignof(FGridScatterPointsDataflowNode) == 0x000008, "Wrong alignment on FGridScatterPointsDataflowNode"); \ +static_assert(sizeof(FGridScatterPointsDataflowNode) == 0x0002A8, "Wrong size on FGridScatterPointsDataflowNode"); \ +static_assert(offsetof(FGridScatterPointsDataflowNode, NumberOfPointsInX) == 0x000240, "Member 'FGridScatterPointsDataflowNode::NumberOfPointsInX' has a wrong offset!"); \ +static_assert(offsetof(FGridScatterPointsDataflowNode, NumberOfPointsInY) == 0x000244, "Member 'FGridScatterPointsDataflowNode::NumberOfPointsInY' has a wrong offset!"); \ +static_assert(offsetof(FGridScatterPointsDataflowNode, NumberOfPointsInZ) == 0x000248, "Member 'FGridScatterPointsDataflowNode::NumberOfPointsInZ' has a wrong offset!"); \ +static_assert(offsetof(FGridScatterPointsDataflowNode, RandomSeed) == 0x00024C, "Member 'FGridScatterPointsDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FGridScatterPointsDataflowNode, MaxRandomDisplacementX) == 0x000250, "Member 'FGridScatterPointsDataflowNode::MaxRandomDisplacementX' has a wrong offset!"); \ +static_assert(offsetof(FGridScatterPointsDataflowNode, MaxRandomDisplacementY) == 0x000254, "Member 'FGridScatterPointsDataflowNode::MaxRandomDisplacementY' has a wrong offset!"); \ +static_assert(offsetof(FGridScatterPointsDataflowNode, MaxRandomDisplacementZ) == 0x000258, "Member 'FGridScatterPointsDataflowNode::MaxRandomDisplacementZ' has a wrong offset!"); \ +static_assert(offsetof(FGridScatterPointsDataflowNode, BoundingBox) == 0x000260, "Member 'FGridScatterPointsDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FGridScatterPointsDataflowNode, Points) == 0x000298, "Member 'FGridScatterPointsDataflowNode::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformPointsDataflowNode \ +static_assert(alignof(FTransformPointsDataflowNode) == 0x000010, "Wrong alignment on FTransformPointsDataflowNode"); \ +static_assert(sizeof(FTransformPointsDataflowNode) == 0x0002B0, "Wrong size on FTransformPointsDataflowNode"); \ +static_assert(offsetof(FTransformPointsDataflowNode, Points) == 0x000240, "Member 'FTransformPointsDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FTransformPointsDataflowNode, Transform) == 0x000250, "Member 'FTransformPointsDataflowNode::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxToMeshDataflowNode \ +static_assert(alignof(FBoxToMeshDataflowNode) == 0x000008, "Wrong alignment on FBoxToMeshDataflowNode"); \ +static_assert(sizeof(FBoxToMeshDataflowNode) == 0x000288, "Wrong size on FBoxToMeshDataflowNode"); \ +static_assert(offsetof(FBoxToMeshDataflowNode, Box) == 0x000240, "Member 'FBoxToMeshDataflowNode::Box' has a wrong offset!"); \ +static_assert(offsetof(FBoxToMeshDataflowNode, Mesh) == 0x000278, "Member 'FBoxToMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FBoxToMeshDataflowNode, TriangleCount) == 0x000280, "Member 'FBoxToMeshDataflowNode::TriangleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAppendPointsDataflowNode \ +static_assert(alignof(FAppendPointsDataflowNode) == 0x000008, "Wrong alignment on FAppendPointsDataflowNode"); \ +static_assert(sizeof(FAppendPointsDataflowNode) == 0x000270, "Wrong size on FAppendPointsDataflowNode"); \ +static_assert(offsetof(FAppendPointsDataflowNode, PointsA) == 0x000240, "Member 'FAppendPointsDataflowNode::PointsA' has a wrong offset!"); \ +static_assert(offsetof(FAppendPointsDataflowNode, PointsB) == 0x000250, "Member 'FAppendPointsDataflowNode::PointsB' has a wrong offset!"); \ +static_assert(offsetof(FAppendPointsDataflowNode, Points) == 0x000260, "Member 'FAppendPointsDataflowNode::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVoronoiFractureDataflowNode \ +static_assert(alignof(FVoronoiFractureDataflowNode) == 0x000008, "Wrong alignment on FVoronoiFractureDataflowNode"); \ +static_assert(sizeof(FVoronoiFractureDataflowNode) == 0x000358, "Wrong size on FVoronoiFractureDataflowNode"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Collection) == 0x000240, "Member 'FVoronoiFractureDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Points) == 0x0002F0, "Member 'FVoronoiFractureDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, TransformSelection) == 0x000300, "Member 'FVoronoiFractureDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, RandomSeed) == 0x000328, "Member 'FVoronoiFractureDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, ChanceToFracture) == 0x00032C, "Member 'FVoronoiFractureDataflowNode::ChanceToFracture' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, GroupFracture) == 0x000330, "Member 'FVoronoiFractureDataflowNode::GroupFracture' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Grout) == 0x000334, "Member 'FVoronoiFractureDataflowNode::Grout' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Amplitude) == 0x000338, "Member 'FVoronoiFractureDataflowNode::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Frequency) == 0x00033C, "Member 'FVoronoiFractureDataflowNode::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Persistence) == 0x000340, "Member 'FVoronoiFractureDataflowNode::Persistence' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, Lacunarity) == 0x000344, "Member 'FVoronoiFractureDataflowNode::Lacunarity' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, OctaveNumber) == 0x000348, "Member 'FVoronoiFractureDataflowNode::OctaveNumber' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, PointSpacing) == 0x00034C, "Member 'FVoronoiFractureDataflowNode::PointSpacing' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, AddSamplesForCollision) == 0x000350, "Member 'FVoronoiFractureDataflowNode::AddSamplesForCollision' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode, CollisionSampleSpacing) == 0x000354, "Member 'FVoronoiFractureDataflowNode::CollisionSampleSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPointsToMeshDataflowNode \ +static_assert(alignof(FPointsToMeshDataflowNode) == 0x000008, "Wrong alignment on FPointsToMeshDataflowNode"); \ +static_assert(sizeof(FPointsToMeshDataflowNode) == 0x000260, "Wrong size on FPointsToMeshDataflowNode"); \ +static_assert(offsetof(FPointsToMeshDataflowNode, Points) == 0x000240, "Member 'FPointsToMeshDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FPointsToMeshDataflowNode, Mesh) == 0x000250, "Member 'FPointsToMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FPointsToMeshDataflowNode, TriangleCount) == 0x000258, "Member 'FPointsToMeshDataflowNode::TriangleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVoronoiFractureDataflowNode_v2 \ +static_assert(alignof(FVoronoiFractureDataflowNode_v2) == 0x000010, "Wrong alignment on FVoronoiFractureDataflowNode_v2"); \ +static_assert(sizeof(FVoronoiFractureDataflowNode_v2) == 0x0003F0, "Wrong size on FVoronoiFractureDataflowNode_v2"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, Collection) == 0x000240, "Member 'FVoronoiFractureDataflowNode_v2::Collection' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, Points) == 0x0002F0, "Member 'FVoronoiFractureDataflowNode_v2::Points' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, TransformSelection) == 0x000300, "Member 'FVoronoiFractureDataflowNode_v2::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, Transform) == 0x000330, "Member 'FVoronoiFractureDataflowNode_v2::Transform' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, RandomSeed) == 0x000390, "Member 'FVoronoiFractureDataflowNode_v2::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, ChanceToFracture) == 0x000394, "Member 'FVoronoiFractureDataflowNode_v2::ChanceToFracture' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, SplitIslands) == 0x000398, "Member 'FVoronoiFractureDataflowNode_v2::SplitIslands' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, Grout) == 0x00039C, "Member 'FVoronoiFractureDataflowNode_v2::Grout' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, Amplitude) == 0x0003A0, "Member 'FVoronoiFractureDataflowNode_v2::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, Frequency) == 0x0003A4, "Member 'FVoronoiFractureDataflowNode_v2::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, Persistence) == 0x0003A8, "Member 'FVoronoiFractureDataflowNode_v2::Persistence' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, Lacunarity) == 0x0003AC, "Member 'FVoronoiFractureDataflowNode_v2::Lacunarity' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, OctaveNumber) == 0x0003B0, "Member 'FVoronoiFractureDataflowNode_v2::OctaveNumber' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, PointSpacing) == 0x0003B4, "Member 'FVoronoiFractureDataflowNode_v2::PointSpacing' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, AddSamplesForCollision) == 0x0003B8, "Member 'FVoronoiFractureDataflowNode_v2::AddSamplesForCollision' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, CollisionSampleSpacing) == 0x0003BC, "Member 'FVoronoiFractureDataflowNode_v2::CollisionSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FVoronoiFractureDataflowNode_v2, NewGeometryTransformSelection) == 0x0003C0, "Member 'FVoronoiFractureDataflowNode_v2::NewGeometryTransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlaneCutterDataflowNode \ +static_assert(alignof(FPlaneCutterDataflowNode) == 0x000008, "Wrong alignment on FPlaneCutterDataflowNode"); \ +static_assert(sizeof(FPlaneCutterDataflowNode) == 0x000380, "Wrong size on FPlaneCutterDataflowNode"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, Collection) == 0x000240, "Member 'FPlaneCutterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, BoundingBox) == 0x0002F0, "Member 'FPlaneCutterDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, TransformSelection) == 0x000328, "Member 'FPlaneCutterDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, NumPlanes) == 0x000350, "Member 'FPlaneCutterDataflowNode::NumPlanes' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, RandomSeed) == 0x000354, "Member 'FPlaneCutterDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, Grout) == 0x000358, "Member 'FPlaneCutterDataflowNode::Grout' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, Amplitude) == 0x00035C, "Member 'FPlaneCutterDataflowNode::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, Frequency) == 0x000360, "Member 'FPlaneCutterDataflowNode::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, Persistence) == 0x000364, "Member 'FPlaneCutterDataflowNode::Persistence' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, Lacunarity) == 0x000368, "Member 'FPlaneCutterDataflowNode::Lacunarity' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, OctaveNumber) == 0x00036C, "Member 'FPlaneCutterDataflowNode::OctaveNumber' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, PointSpacing) == 0x000370, "Member 'FPlaneCutterDataflowNode::PointSpacing' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, AddSamplesForCollision) == 0x000374, "Member 'FPlaneCutterDataflowNode::AddSamplesForCollision' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode, CollisionSampleSpacing) == 0x000378, "Member 'FPlaneCutterDataflowNode::CollisionSampleSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshToMeshDataflowNode \ +static_assert(alignof(FStaticMeshToMeshDataflowNode) == 0x000008, "Wrong alignment on FStaticMeshToMeshDataflowNode"); \ +static_assert(sizeof(FStaticMeshToMeshDataflowNode) == 0x000268, "Wrong size on FStaticMeshToMeshDataflowNode"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, StaticMesh) == 0x000240, "Member 'FStaticMeshToMeshDataflowNode::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, bUseHiRes) == 0x000248, "Member 'FStaticMeshToMeshDataflowNode::bUseHiRes' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, LODLevel) == 0x00024C, "Member 'FStaticMeshToMeshDataflowNode::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, Mesh) == 0x000250, "Member 'FStaticMeshToMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToMeshDataflowNode, MaterialArray) == 0x000258, "Member 'FStaticMeshToMeshDataflowNode::MaterialArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlaneCutterDataflowNode_v2 \ +static_assert(alignof(FPlaneCutterDataflowNode_v2) == 0x000010, "Wrong alignment on FPlaneCutterDataflowNode_v2"); \ +static_assert(sizeof(FPlaneCutterDataflowNode_v2) == 0x000430, "Wrong size on FPlaneCutterDataflowNode_v2"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, Collection) == 0x000240, "Member 'FPlaneCutterDataflowNode_v2::Collection' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, BoundingBox) == 0x0002F0, "Member 'FPlaneCutterDataflowNode_v2::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, TransformSelection) == 0x000328, "Member 'FPlaneCutterDataflowNode_v2::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, Transform) == 0x000350, "Member 'FPlaneCutterDataflowNode_v2::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, CutPlanes) == 0x0003B0, "Member 'FPlaneCutterDataflowNode_v2::CutPlanes' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, NumPlanes) == 0x0003C0, "Member 'FPlaneCutterDataflowNode_v2::NumPlanes' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, RandomSeed) == 0x0003C4, "Member 'FPlaneCutterDataflowNode_v2::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, ChanceToFracture) == 0x0003C8, "Member 'FPlaneCutterDataflowNode_v2::ChanceToFracture' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, SplitIslands) == 0x0003CC, "Member 'FPlaneCutterDataflowNode_v2::SplitIslands' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, Grout) == 0x0003D0, "Member 'FPlaneCutterDataflowNode_v2::Grout' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, Amplitude) == 0x0003D4, "Member 'FPlaneCutterDataflowNode_v2::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, Frequency) == 0x0003D8, "Member 'FPlaneCutterDataflowNode_v2::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, Persistence) == 0x0003DC, "Member 'FPlaneCutterDataflowNode_v2::Persistence' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, Lacunarity) == 0x0003E0, "Member 'FPlaneCutterDataflowNode_v2::Lacunarity' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, OctaveNumber) == 0x0003E4, "Member 'FPlaneCutterDataflowNode_v2::OctaveNumber' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, PointSpacing) == 0x0003E8, "Member 'FPlaneCutterDataflowNode_v2::PointSpacing' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, AddSamplesForCollision) == 0x0003EC, "Member 'FPlaneCutterDataflowNode_v2::AddSamplesForCollision' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, CollisionSampleSpacing) == 0x0003F0, "Member 'FPlaneCutterDataflowNode_v2::CollisionSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, RenderType) == 0x0003F4, "Member 'FPlaneCutterDataflowNode_v2::RenderType' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, PlaneSizeMultiplier) == 0x0003F8, "Member 'FPlaneCutterDataflowNode_v2::PlaneSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, bTranslucent) == 0x0003FC, "Member 'FPlaneCutterDataflowNode_v2::bTranslucent' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, bRandomizeColors) == 0x0003FD, "Member 'FPlaneCutterDataflowNode_v2::bRandomizeColors' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, ColorRandomSeed) == 0x000400, "Member 'FPlaneCutterDataflowNode_v2::ColorRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, LineWidthMultiplier) == 0x000404, "Member 'FPlaneCutterDataflowNode_v2::LineWidthMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FPlaneCutterDataflowNode_v2, NewGeometryTransformSelection) == 0x000408, "Member 'FPlaneCutterDataflowNode_v2::NewGeometryTransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExplodedViewDataflowNode \ +static_assert(alignof(FExplodedViewDataflowNode) == 0x000008, "Wrong alignment on FExplodedViewDataflowNode"); \ +static_assert(sizeof(FExplodedViewDataflowNode) == 0x000328, "Wrong size on FExplodedViewDataflowNode"); \ +static_assert(offsetof(FExplodedViewDataflowNode, Collection) == 0x000240, "Member 'FExplodedViewDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FExplodedViewDataflowNode, UniformScale) == 0x0002F0, "Member 'FExplodedViewDataflowNode::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(FExplodedViewDataflowNode, Scale) == 0x0002F8, "Member 'FExplodedViewDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FExplodedViewDataflowNode, Offset) == 0x000310, "Member 'FExplodedViewDataflowNode::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetCollectionFromAssetDataflowNode \ +static_assert(alignof(FGetCollectionFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetCollectionFromAssetDataflowNode"); \ +static_assert(sizeof(FGetCollectionFromAssetDataflowNode) == 0x0002F8, "Wrong size on FGetCollectionFromAssetDataflowNode"); \ +static_assert(offsetof(FGetCollectionFromAssetDataflowNode, CollectionAsset) == 0x000240, "Member 'FGetCollectionFromAssetDataflowNode::CollectionAsset' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionFromAssetDataflowNode, Collection) == 0x000248, "Member 'FGetCollectionFromAssetDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSliceCutterDataflowNode \ +static_assert(alignof(FSliceCutterDataflowNode) == 0x000008, "Wrong alignment on FSliceCutterDataflowNode"); \ +static_assert(sizeof(FSliceCutterDataflowNode) == 0x0003C0, "Wrong size on FSliceCutterDataflowNode"); \ +static_assert(offsetof(FSliceCutterDataflowNode, Collection) == 0x000240, "Member 'FSliceCutterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, BoundingBox) == 0x0002F0, "Member 'FSliceCutterDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, TransformSelection) == 0x000328, "Member 'FSliceCutterDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, SlicesX) == 0x000350, "Member 'FSliceCutterDataflowNode::SlicesX' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, SlicesY) == 0x000354, "Member 'FSliceCutterDataflowNode::SlicesY' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, SlicesZ) == 0x000358, "Member 'FSliceCutterDataflowNode::SlicesZ' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, SliceAngleVariation) == 0x00035C, "Member 'FSliceCutterDataflowNode::SliceAngleVariation' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, SliceOffsetVariation) == 0x000360, "Member 'FSliceCutterDataflowNode::SliceOffsetVariation' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, RandomSeed) == 0x000364, "Member 'FSliceCutterDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, ChanceToFracture) == 0x000368, "Member 'FSliceCutterDataflowNode::ChanceToFracture' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, SplitIslands) == 0x00036C, "Member 'FSliceCutterDataflowNode::SplitIslands' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, Grout) == 0x000370, "Member 'FSliceCutterDataflowNode::Grout' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, Amplitude) == 0x000374, "Member 'FSliceCutterDataflowNode::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, Frequency) == 0x000378, "Member 'FSliceCutterDataflowNode::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, Persistence) == 0x00037C, "Member 'FSliceCutterDataflowNode::Persistence' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, Lacunarity) == 0x000380, "Member 'FSliceCutterDataflowNode::Lacunarity' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, OctaveNumber) == 0x000384, "Member 'FSliceCutterDataflowNode::OctaveNumber' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, PointSpacing) == 0x000388, "Member 'FSliceCutterDataflowNode::PointSpacing' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, AddSamplesForCollision) == 0x00038C, "Member 'FSliceCutterDataflowNode::AddSamplesForCollision' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, CollisionSampleSpacing) == 0x000390, "Member 'FSliceCutterDataflowNode::CollisionSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FSliceCutterDataflowNode, NewGeometryTransformSelection) == 0x000398, "Member 'FSliceCutterDataflowNode::NewGeometryTransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrickCutterDataflowNode \ +static_assert(alignof(FBrickCutterDataflowNode) == 0x000010, "Wrong alignment on FBrickCutterDataflowNode"); \ +static_assert(sizeof(FBrickCutterDataflowNode) == 0x000420, "Wrong size on FBrickCutterDataflowNode"); \ +static_assert(offsetof(FBrickCutterDataflowNode, Collection) == 0x000240, "Member 'FBrickCutterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, BoundingBox) == 0x0002F0, "Member 'FBrickCutterDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, TransformSelection) == 0x000328, "Member 'FBrickCutterDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, Transform) == 0x000350, "Member 'FBrickCutterDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, Bond) == 0x0003B0, "Member 'FBrickCutterDataflowNode::Bond' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, BrickLength) == 0x0003B4, "Member 'FBrickCutterDataflowNode::BrickLength' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, BrickHeight) == 0x0003B8, "Member 'FBrickCutterDataflowNode::BrickHeight' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, BrickDepth) == 0x0003BC, "Member 'FBrickCutterDataflowNode::BrickDepth' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, RandomSeed) == 0x0003C0, "Member 'FBrickCutterDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, ChanceToFracture) == 0x0003C4, "Member 'FBrickCutterDataflowNode::ChanceToFracture' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, SplitIslands) == 0x0003C8, "Member 'FBrickCutterDataflowNode::SplitIslands' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, Grout) == 0x0003CC, "Member 'FBrickCutterDataflowNode::Grout' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, Amplitude) == 0x0003D0, "Member 'FBrickCutterDataflowNode::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, Frequency) == 0x0003D4, "Member 'FBrickCutterDataflowNode::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, Persistence) == 0x0003D8, "Member 'FBrickCutterDataflowNode::Persistence' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, Lacunarity) == 0x0003DC, "Member 'FBrickCutterDataflowNode::Lacunarity' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, OctaveNumber) == 0x0003E0, "Member 'FBrickCutterDataflowNode::OctaveNumber' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, PointSpacing) == 0x0003E4, "Member 'FBrickCutterDataflowNode::PointSpacing' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, AddSamplesForCollision) == 0x0003E8, "Member 'FBrickCutterDataflowNode::AddSamplesForCollision' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, CollisionSampleSpacing) == 0x0003EC, "Member 'FBrickCutterDataflowNode::CollisionSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FBrickCutterDataflowNode, NewGeometryTransformSelection) == 0x0003F0, "Member 'FBrickCutterDataflowNode::NewGeometryTransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeDataflowMeshDataflowNode \ +static_assert(alignof(FMakeDataflowMeshDataflowNode) == 0x000008, "Wrong alignment on FMakeDataflowMeshDataflowNode"); \ +static_assert(sizeof(FMakeDataflowMeshDataflowNode) == 0x000260, "Wrong size on FMakeDataflowMeshDataflowNode"); \ +static_assert(offsetof(FMakeDataflowMeshDataflowNode, InMesh) == 0x000240, "Member 'FMakeDataflowMeshDataflowNode::InMesh' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowMeshDataflowNode, InMaterials) == 0x000248, "Member 'FMakeDataflowMeshDataflowNode::InMaterials' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowMeshDataflowNode, Mesh) == 0x000258, "Member 'FMakeDataflowMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshCutterDataflowNode \ +static_assert(alignof(FMeshCutterDataflowNode) == 0x000010, "Wrong alignment on FMeshCutterDataflowNode"); \ +static_assert(sizeof(FMeshCutterDataflowNode) == 0x000440, "Wrong size on FMeshCutterDataflowNode"); \ +static_assert(offsetof(FMeshCutterDataflowNode, Collection) == 0x000240, "Member 'FMeshCutterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, BoundingBox) == 0x0002F0, "Member 'FMeshCutterDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, TransformSelection) == 0x000328, "Member 'FMeshCutterDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, Transform) == 0x000350, "Member 'FMeshCutterDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, CuttingDynamicMeshes) == 0x0003B0, "Member 'FMeshCutterDataflowNode::CuttingDynamicMeshes' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, CuttingStaticMesh) == 0x0003C0, "Member 'FMeshCutterDataflowNode::CuttingStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, bUseHiRes) == 0x0003C8, "Member 'FMeshCutterDataflowNode::bUseHiRes' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, LODLevel) == 0x0003CC, "Member 'FMeshCutterDataflowNode::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, CutDistribution) == 0x0003D0, "Member 'FMeshCutterDataflowNode::CutDistribution' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, PerCutMeshSelection) == 0x0003D1, "Member 'FMeshCutterDataflowNode::PerCutMeshSelection' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, NumberToScatter) == 0x0003D4, "Member 'FMeshCutterDataflowNode::NumberToScatter' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, GridX) == 0x0003D8, "Member 'FMeshCutterDataflowNode::GridX' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, GridY) == 0x0003DC, "Member 'FMeshCutterDataflowNode::GridY' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, GridZ) == 0x0003E0, "Member 'FMeshCutterDataflowNode::GridZ' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, Variability) == 0x0003E4, "Member 'FMeshCutterDataflowNode::Variability' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, MinScaleFactor) == 0x0003E8, "Member 'FMeshCutterDataflowNode::MinScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, MaxScaleFactor) == 0x0003EC, "Member 'FMeshCutterDataflowNode::MaxScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, bRandomOrientation) == 0x0003F0, "Member 'FMeshCutterDataflowNode::bRandomOrientation' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, RollRange) == 0x0003F4, "Member 'FMeshCutterDataflowNode::RollRange' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, PitchRange) == 0x0003F8, "Member 'FMeshCutterDataflowNode::PitchRange' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, YawRange) == 0x0003FC, "Member 'FMeshCutterDataflowNode::YawRange' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, RandomSeed) == 0x000400, "Member 'FMeshCutterDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, ChanceToFracture) == 0x000404, "Member 'FMeshCutterDataflowNode::ChanceToFracture' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, SplitIslands) == 0x000408, "Member 'FMeshCutterDataflowNode::SplitIslands' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, AddSamplesForCollision) == 0x000409, "Member 'FMeshCutterDataflowNode::AddSamplesForCollision' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, CollisionSampleSpacing) == 0x00040C, "Member 'FMeshCutterDataflowNode::CollisionSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FMeshCutterDataflowNode, NewGeometryTransformSelection) == 0x000410, "Member 'FMeshCutterDataflowNode::NewGeometryTransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniformFractureDataflowNode \ +static_assert(alignof(FUniformFractureDataflowNode) == 0x000010, "Wrong alignment on FUniformFractureDataflowNode"); \ +static_assert(sizeof(FUniformFractureDataflowNode) == 0x0003F0, "Wrong size on FUniformFractureDataflowNode"); \ +static_assert(offsetof(FUniformFractureDataflowNode, Collection) == 0x000240, "Member 'FUniformFractureDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, TransformSelection) == 0x0002F0, "Member 'FUniformFractureDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, Transform) == 0x000320, "Member 'FUniformFractureDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, MinVoronoiSites) == 0x000380, "Member 'FUniformFractureDataflowNode::MinVoronoiSites' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, MaxVoronoiSites) == 0x000384, "Member 'FUniformFractureDataflowNode::MaxVoronoiSites' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, InternalMaterialID) == 0x000388, "Member 'FUniformFractureDataflowNode::InternalMaterialID' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, RandomSeed) == 0x00038C, "Member 'FUniformFractureDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, ChanceToFracture) == 0x000390, "Member 'FUniformFractureDataflowNode::ChanceToFracture' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, GroupFracture) == 0x000394, "Member 'FUniformFractureDataflowNode::GroupFracture' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, SplitIslands) == 0x000395, "Member 'FUniformFractureDataflowNode::SplitIslands' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, Grout) == 0x000398, "Member 'FUniformFractureDataflowNode::Grout' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, Amplitude) == 0x00039C, "Member 'FUniformFractureDataflowNode::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, Frequency) == 0x0003A0, "Member 'FUniformFractureDataflowNode::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, Persistence) == 0x0003A4, "Member 'FUniformFractureDataflowNode::Persistence' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, Lacunarity) == 0x0003A8, "Member 'FUniformFractureDataflowNode::Lacunarity' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, OctaveNumber) == 0x0003AC, "Member 'FUniformFractureDataflowNode::OctaveNumber' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, PointSpacing) == 0x0003B0, "Member 'FUniformFractureDataflowNode::PointSpacing' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, AddSamplesForCollision) == 0x0003B4, "Member 'FUniformFractureDataflowNode::AddSamplesForCollision' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, CollisionSampleSpacing) == 0x0003B8, "Member 'FUniformFractureDataflowNode::CollisionSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FUniformFractureDataflowNode, NewGeometryTransformSelection) == 0x0003C0, "Member 'FUniformFractureDataflowNode::NewGeometryTransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshToCollectionDataflowNode \ +static_assert(alignof(FMeshToCollectionDataflowNode) == 0x000008, "Wrong alignment on FMeshToCollectionDataflowNode"); \ +static_assert(sizeof(FMeshToCollectionDataflowNode) == 0x000308, "Wrong size on FMeshToCollectionDataflowNode"); \ +static_assert(offsetof(FMeshToCollectionDataflowNode, Mesh) == 0x000240, "Member 'FMeshToCollectionDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshToCollectionDataflowNode, Collection) == 0x000248, "Member 'FMeshToCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FMeshToCollectionDataflowNode, bSplitIslands) == 0x0002F8, "Member 'FMeshToCollectionDataflowNode::bSplitIslands' has a wrong offset!"); \ +static_assert(offsetof(FMeshToCollectionDataflowNode, bConnectIslandsByVertexOverlap) == 0x0002F9, "Member 'FMeshToCollectionDataflowNode::bConnectIslandsByVertexOverlap' has a wrong offset!"); \ +static_assert(offsetof(FMeshToCollectionDataflowNode, ConnectVerticesThreshold) == 0x0002FC, "Member 'FMeshToCollectionDataflowNode::ConnectVerticesThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshToCollectionDataflowNode, bAddClusterRootForSingleMesh) == 0x000300, "Member 'FMeshToCollectionDataflowNode::bAddClusterRootForSingleMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinSettings \ +static_assert(alignof(FMinSettings) == 0x000004, "Wrong alignment on FMinSettings"); \ +static_assert(sizeof(FMinSettings) == 0x000014, "Wrong size on FMinSettings"); \ +static_assert(offsetof(FMinSettings, MinAttrValue) == 0x000000, "Member 'FMinSettings::MinAttrValue' has a wrong offset!"); \ +static_assert(offsetof(FMinSettings, MinColor) == 0x000004, "Member 'FMinSettings::MinColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaxSettings \ +static_assert(alignof(FMaxSettings) == 0x000004, "Wrong alignment on FMaxSettings"); \ +static_assert(sizeof(FMaxSettings) == 0x000014, "Wrong size on FMaxSettings"); \ +static_assert(offsetof(FMaxSettings, MaxAttrValue) == 0x000000, "Member 'FMaxSettings::MaxAttrValue' has a wrong offset!"); \ +static_assert(offsetof(FMaxSettings, MaxColor) == 0x000004, "Member 'FMaxSettings::MaxColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshCopyToPointsDataflowNode \ +static_assert(alignof(FMeshCopyToPointsDataflowNode) == 0x000008, "Wrong alignment on FMeshCopyToPointsDataflowNode"); \ +static_assert(sizeof(FMeshCopyToPointsDataflowNode) == 0x000278, "Wrong size on FMeshCopyToPointsDataflowNode"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, Points) == 0x000240, "Member 'FMeshCopyToPointsDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, MeshToCopy) == 0x000250, "Member 'FMeshCopyToPointsDataflowNode::MeshToCopy' has a wrong offset!"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, Scale) == 0x000258, "Member 'FMeshCopyToPointsDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, Mesh) == 0x000260, "Member 'FMeshCopyToPointsDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshCopyToPointsDataflowNode, Meshes) == 0x000268, "Member 'FMeshCopyToPointsDataflowNode::Meshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVisualizeFractureDataflowNode \ +static_assert(alignof(FVisualizeFractureDataflowNode) == 0x000008, "Wrong alignment on FVisualizeFractureDataflowNode"); \ +static_assert(sizeof(FVisualizeFractureDataflowNode) == 0x000378, "Wrong size on FVisualizeFractureDataflowNode"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, Collection) == 0x000240, "Member 'FVisualizeFractureDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, Level) == 0x0002F0, "Member 'FVisualizeFractureDataflowNode::Level' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, RandomSeed) == 0x0002F4, "Member 'FVisualizeFractureDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, bApplyExplodedView) == 0x0002F8, "Member 'FVisualizeFractureDataflowNode::bApplyExplodedView' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, ExplodeAmount) == 0x0002FC, "Member 'FVisualizeFractureDataflowNode::ExplodeAmount' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, Scale) == 0x000300, "Member 'FVisualizeFractureDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, bApplyColor) == 0x000318, "Member 'FVisualizeFractureDataflowNode::bApplyColor' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, ColoringType) == 0x000319, "Member 'FVisualizeFractureDataflowNode::ColoringType' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, RandomColorRangeMin) == 0x00031C, "Member 'FVisualizeFractureDataflowNode::RandomColorRangeMin' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, RandomColorRangeMax) == 0x000320, "Member 'FVisualizeFractureDataflowNode::RandomColorRangeMax' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, Attribute) == 0x000328, "Member 'FVisualizeFractureDataflowNode::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, Min) == 0x000338, "Member 'FVisualizeFractureDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, Max) == 0x00034C, "Member 'FVisualizeFractureDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeFractureDataflowNode, Offset) == 0x000360, "Member 'FVisualizeFractureDataflowNode::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetFloatAttributeDataflowNode \ +static_assert(alignof(FSetFloatAttributeDataflowNode) == 0x000008, "Wrong alignment on FSetFloatAttributeDataflowNode"); \ +static_assert(sizeof(FSetFloatAttributeDataflowNode) == 0x000320, "Wrong size on FSetFloatAttributeDataflowNode"); \ +static_assert(offsetof(FSetFloatAttributeDataflowNode, Collection) == 0x000240, "Member 'FSetFloatAttributeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetFloatAttributeDataflowNode, Attribute) == 0x0002F0, "Member 'FSetFloatAttributeDataflowNode::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FSetFloatAttributeDataflowNode, Method) == 0x000300, "Member 'FSetFloatAttributeDataflowNode::Method' has a wrong offset!"); \ +static_assert(offsetof(FSetFloatAttributeDataflowNode, RandomSeed) == 0x000304, "Member 'FSetFloatAttributeDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FSetFloatAttributeDataflowNode, NoiseScale) == 0x000308, "Member 'FSetFloatAttributeDataflowNode::NoiseScale' has a wrong offset!"); \ +static_assert(offsetof(FSetFloatAttributeDataflowNode, FloatArray) == 0x000310, "Member 'FSetFloatAttributeDataflowNode::FloatArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpandBoundingSphereDataflowNode \ +static_assert(alignof(FExpandBoundingSphereDataflowNode) == 0x000008, "Wrong alignment on FExpandBoundingSphereDataflowNode"); \ +static_assert(sizeof(FExpandBoundingSphereDataflowNode) == 0x000280, "Wrong size on FExpandBoundingSphereDataflowNode"); \ +static_assert(offsetof(FExpandBoundingSphereDataflowNode, BoundingSphere) == 0x000240, "Member 'FExpandBoundingSphereDataflowNode::BoundingSphere' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingSphereDataflowNode, Center) == 0x000260, "Member 'FExpandBoundingSphereDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingSphereDataflowNode, Radius) == 0x000278, "Member 'FExpandBoundingSphereDataflowNode::Radius' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingSphereDataflowNode, Volume) == 0x00027C, "Member 'FExpandBoundingSphereDataflowNode::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralStringDataflowNode \ +static_assert(alignof(FMakeLiteralStringDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralStringDataflowNode"); \ +static_assert(sizeof(FMakeLiteralStringDataflowNode) == 0x000260, "Wrong size on FMakeLiteralStringDataflowNode"); \ +static_assert(offsetof(FMakeLiteralStringDataflowNode, Value) == 0x000240, "Member 'FMakeLiteralStringDataflowNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralStringDataflowNode, String) == 0x000250, "Member 'FMakeLiteralStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralStringDataflowNode_v2 \ +static_assert(alignof(FMakeLiteralStringDataflowNode_v2) == 0x000008, "Wrong alignment on FMakeLiteralStringDataflowNode_v2"); \ +static_assert(sizeof(FMakeLiteralStringDataflowNode_v2) == 0x000250, "Wrong size on FMakeLiteralStringDataflowNode_v2"); \ +static_assert(offsetof(FMakeLiteralStringDataflowNode_v2, String) == 0x000240, "Member 'FMakeLiteralStringDataflowNode_v2::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrintStringDataflowNode \ +static_assert(alignof(FPrintStringDataflowNode) == 0x000008, "Wrong alignment on FPrintStringDataflowNode"); \ +static_assert(sizeof(FPrintStringDataflowNode) == 0x000260, "Wrong size on FPrintStringDataflowNode"); \ +static_assert(offsetof(FPrintStringDataflowNode, bPrintToScreen) == 0x000240, "Member 'FPrintStringDataflowNode::bPrintToScreen' has a wrong offset!"); \ +static_assert(offsetof(FPrintStringDataflowNode, bPrintToLog) == 0x000241, "Member 'FPrintStringDataflowNode::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(FPrintStringDataflowNode, Color) == 0x000244, "Member 'FPrintStringDataflowNode::Color' has a wrong offset!"); \ +static_assert(offsetof(FPrintStringDataflowNode, Duration) == 0x000248, "Member 'FPrintStringDataflowNode::Duration' has a wrong offset!"); \ +static_assert(offsetof(FPrintStringDataflowNode, String) == 0x000250, "Member 'FPrintStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakePointsDataflowNode \ +static_assert(alignof(FMakePointsDataflowNode) == 0x000008, "Wrong alignment on FMakePointsDataflowNode"); \ +static_assert(sizeof(FMakePointsDataflowNode) == 0x000260, "Wrong size on FMakePointsDataflowNode"); \ +static_assert(offsetof(FMakePointsDataflowNode, Point) == 0x000240, "Member 'FMakePointsDataflowNode::Point' has a wrong offset!"); \ +static_assert(offsetof(FMakePointsDataflowNode, Points) == 0x000250, "Member 'FMakePointsDataflowNode::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeBoxDataflowNode \ +static_assert(alignof(FMakeBoxDataflowNode) == 0x000008, "Wrong alignment on FMakeBoxDataflowNode"); \ +static_assert(sizeof(FMakeBoxDataflowNode) == 0x0002E0, "Wrong size on FMakeBoxDataflowNode"); \ +static_assert(offsetof(FMakeBoxDataflowNode, DataType) == 0x000240, "Member 'FMakeBoxDataflowNode::DataType' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxDataflowNode, Min) == 0x000248, "Member 'FMakeBoxDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxDataflowNode, Max) == 0x000260, "Member 'FMakeBoxDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxDataflowNode, Center) == 0x000278, "Member 'FMakeBoxDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxDataflowNode, Size) == 0x000290, "Member 'FMakeBoxDataflowNode::Size' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxDataflowNode, Box) == 0x0002A8, "Member 'FMakeBoxDataflowNode::Box' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplitMeshIslandsDataflowNode \ +static_assert(alignof(FSplitMeshIslandsDataflowNode) == 0x000008, "Wrong alignment on FSplitMeshIslandsDataflowNode"); \ +static_assert(sizeof(FSplitMeshIslandsDataflowNode) == 0x000260, "Wrong size on FSplitMeshIslandsDataflowNode"); \ +static_assert(offsetof(FSplitMeshIslandsDataflowNode, Mesh) == 0x000240, "Member 'FSplitMeshIslandsDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FSplitMeshIslandsDataflowNode, Meshes) == 0x000248, "Member 'FSplitMeshIslandsDataflowNode::Meshes' has a wrong offset!"); \ +static_assert(offsetof(FSplitMeshIslandsDataflowNode, SplitMethod) == 0x000258, "Member 'FSplitMeshIslandsDataflowNode::SplitMethod' has a wrong offset!"); \ +static_assert(offsetof(FSplitMeshIslandsDataflowNode, ConnectVerticesThreshold) == 0x00025C, "Member 'FSplitMeshIslandsDataflowNode::ConnectVerticesThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeSphereDataflowNode \ +static_assert(alignof(FMakeSphereDataflowNode) == 0x000008, "Wrong alignment on FMakeSphereDataflowNode"); \ +static_assert(sizeof(FMakeSphereDataflowNode) == 0x000280, "Wrong size on FMakeSphereDataflowNode"); \ +static_assert(offsetof(FMakeSphereDataflowNode, Center) == 0x000240, "Member 'FMakeSphereDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FMakeSphereDataflowNode, Radius) == 0x000258, "Member 'FMakeSphereDataflowNode::Radius' has a wrong offset!"); \ +static_assert(offsetof(FMakeSphereDataflowNode, Sphere) == 0x000260, "Member 'FMakeSphereDataflowNode::Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralFloatDataflowNode \ +static_assert(alignof(FMakeLiteralFloatDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralFloatDataflowNode"); \ +static_assert(sizeof(FMakeLiteralFloatDataflowNode) == 0x000248, "Wrong size on FMakeLiteralFloatDataflowNode"); \ +static_assert(offsetof(FMakeLiteralFloatDataflowNode, Value) == 0x000240, "Member 'FMakeLiteralFloatDataflowNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralFloatDataflowNode, float_0) == 0x000244, "Member 'FMakeLiteralFloatDataflowNode::float_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionContactDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionContactDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionContactDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionContactDataflowNode) == 0x000320, "Wrong size on FCollectionTransformSelectionContactDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionContactDataflowNode, TransformSelection) == 0x000240, "Member 'FCollectionTransformSelectionContactDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionContactDataflowNode, Collection) == 0x000268, "Member 'FCollectionTransformSelectionContactDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionContactDataflowNode, bAllowContactInParentLevels) == 0x000318, "Member 'FCollectionTransformSelectionContactDataflowNode::bAllowContactInParentLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralFloatDataflowNode_v2 \ +static_assert(alignof(FMakeLiteralFloatDataflowNode_v2) == 0x000008, "Wrong alignment on FMakeLiteralFloatDataflowNode_v2"); \ +static_assert(sizeof(FMakeLiteralFloatDataflowNode_v2) == 0x000248, "Wrong size on FMakeLiteralFloatDataflowNode_v2"); \ +static_assert(offsetof(FMakeLiteralFloatDataflowNode_v2, float_0) == 0x000240, "Member 'FMakeLiteralFloatDataflowNode_v2::float_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralDoubleDataflowNode \ +static_assert(alignof(FMakeLiteralDoubleDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralDoubleDataflowNode"); \ +static_assert(sizeof(FMakeLiteralDoubleDataflowNode) == 0x000248, "Wrong size on FMakeLiteralDoubleDataflowNode"); \ +static_assert(offsetof(FMakeLiteralDoubleDataflowNode, Double) == 0x000240, "Member 'FMakeLiteralDoubleDataflowNode::Double' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetCentroidsFromCollectionDataflowNode \ +static_assert(alignof(FGetCentroidsFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FGetCentroidsFromCollectionDataflowNode"); \ +static_assert(sizeof(FGetCentroidsFromCollectionDataflowNode) == 0x0003E0, "Wrong size on FGetCentroidsFromCollectionDataflowNode"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, Collection) == 0x000240, "Member 'FGetCentroidsFromCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, TransformSelection) == 0x0002F0, "Member 'FGetCentroidsFromCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, bColorByLevel) == 0x000318, "Member 'FGetCentroidsFromCollectionDataflowNode::bColorByLevel' has a wrong offset!"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, Color) == 0x00031C, "Member 'FGetCentroidsFromCollectionDataflowNode::Color' has a wrong offset!"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, bSizeByLevel) == 0x00032C, "Member 'FGetCentroidsFromCollectionDataflowNode::bSizeByLevel' has a wrong offset!"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, Size) == 0x000330, "Member 'FGetCentroidsFromCollectionDataflowNode::Size' has a wrong offset!"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, PointSize) == 0x000338, "Member 'FGetCentroidsFromCollectionDataflowNode::PointSize' has a wrong offset!"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, Centroids) == 0x0003C0, "Member 'FGetCentroidsFromCollectionDataflowNode::Centroids' has a wrong offset!"); \ +static_assert(offsetof(FGetCentroidsFromCollectionDataflowNode, Levels) == 0x0003D0, "Member 'FGetCentroidsFromCollectionDataflowNode::Levels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralIntDataflowNode \ +static_assert(alignof(FMakeLiteralIntDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralIntDataflowNode"); \ +static_assert(sizeof(FMakeLiteralIntDataflowNode) == 0x000248, "Wrong size on FMakeLiteralIntDataflowNode"); \ +static_assert(offsetof(FMakeLiteralIntDataflowNode, Value) == 0x000240, "Member 'FMakeLiteralIntDataflowNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralIntDataflowNode, int_0) == 0x000244, "Member 'FMakeLiteralIntDataflowNode::int_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralIntDataflowNode_v2 \ +static_assert(alignof(FMakeLiteralIntDataflowNode_v2) == 0x000008, "Wrong alignment on FMakeLiteralIntDataflowNode_v2"); \ +static_assert(sizeof(FMakeLiteralIntDataflowNode_v2) == 0x000248, "Wrong size on FMakeLiteralIntDataflowNode_v2"); \ +static_assert(offsetof(FMakeLiteralIntDataflowNode_v2, int_0) == 0x000240, "Member 'FMakeLiteralIntDataflowNode_v2::int_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSelectFloatArrayIndicesInRangeDataflowNode \ +static_assert(alignof(FSelectFloatArrayIndicesInRangeDataflowNode) == 0x000008, "Wrong alignment on FSelectFloatArrayIndicesInRangeDataflowNode"); \ +static_assert(sizeof(FSelectFloatArrayIndicesInRangeDataflowNode) == 0x000270, "Wrong size on FSelectFloatArrayIndicesInRangeDataflowNode"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Values) == 0x000240, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Values' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Min) == 0x000250, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Max) == 0x000254, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, RangeSetting) == 0x000258, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, bInclusive) == 0x000259, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FSelectFloatArrayIndicesInRangeDataflowNode, Indices) == 0x000260, "Member 'FSelectFloatArrayIndicesInRangeDataflowNode::Indices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralBoolDataflowNode \ +static_assert(alignof(FMakeLiteralBoolDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralBoolDataflowNode"); \ +static_assert(sizeof(FMakeLiteralBoolDataflowNode) == 0x000248, "Wrong size on FMakeLiteralBoolDataflowNode"); \ +static_assert(offsetof(FMakeLiteralBoolDataflowNode, Value) == 0x000240, "Member 'FMakeLiteralBoolDataflowNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralBoolDataflowNode, Bool) == 0x000241, "Member 'FMakeLiteralBoolDataflowNode::Bool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralBoolDataflowNode_v2 \ +static_assert(alignof(FMakeLiteralBoolDataflowNode_v2) == 0x000008, "Wrong alignment on FMakeLiteralBoolDataflowNode_v2"); \ +static_assert(sizeof(FMakeLiteralBoolDataflowNode_v2) == 0x000248, "Wrong size on FMakeLiteralBoolDataflowNode_v2"); \ +static_assert(offsetof(FMakeLiteralBoolDataflowNode_v2, Bool) == 0x000240, "Member 'FMakeLiteralBoolDataflowNode_v2::Bool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionLevelDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionLevelDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionLevelDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionLevelDataflowNode) == 0x000318, "Wrong size on FCollectionTransformSelectionLevelDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionLevelDataflowNode, TransformSelection) == 0x000240, "Member 'FCollectionTransformSelectionLevelDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionLevelDataflowNode, Collection) == 0x000268, "Member 'FCollectionTransformSelectionLevelDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeLiteralVectorDataflowNode \ +static_assert(alignof(FMakeLiteralVectorDataflowNode) == 0x000008, "Wrong alignment on FMakeLiteralVectorDataflowNode"); \ +static_assert(sizeof(FMakeLiteralVectorDataflowNode) == 0x000268, "Wrong size on FMakeLiteralVectorDataflowNode"); \ +static_assert(offsetof(FMakeLiteralVectorDataflowNode, X) == 0x000240, "Member 'FMakeLiteralVectorDataflowNode::X' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralVectorDataflowNode, Y) == 0x000244, "Member 'FMakeLiteralVectorDataflowNode::Y' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralVectorDataflowNode, Z) == 0x000248, "Member 'FMakeLiteralVectorDataflowNode::Z' has a wrong offset!"); \ +static_assert(offsetof(FMakeLiteralVectorDataflowNode, Vector) == 0x000250, "Member 'FMakeLiteralVectorDataflowNode::Vector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeTransformDataflowNode \ +static_assert(alignof(FMakeTransformDataflowNode) == 0x000010, "Wrong alignment on FMakeTransformDataflowNode"); \ +static_assert(sizeof(FMakeTransformDataflowNode) == 0x0002F0, "Wrong size on FMakeTransformDataflowNode"); \ +static_assert(offsetof(FMakeTransformDataflowNode, InTranslation) == 0x000240, "Member 'FMakeTransformDataflowNode::InTranslation' has a wrong offset!"); \ +static_assert(offsetof(FMakeTransformDataflowNode, InRotation) == 0x000258, "Member 'FMakeTransformDataflowNode::InRotation' has a wrong offset!"); \ +static_assert(offsetof(FMakeTransformDataflowNode, InScale) == 0x000270, "Member 'FMakeTransformDataflowNode::InScale' has a wrong offset!"); \ +static_assert(offsetof(FMakeTransformDataflowNode, OutTransform) == 0x000290, "Member 'FMakeTransformDataflowNode::OutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetBoundingBoxesFromCollectionDataflowNode \ +static_assert(alignof(FGetBoundingBoxesFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FGetBoundingBoxesFromCollectionDataflowNode"); \ +static_assert(sizeof(FGetBoundingBoxesFromCollectionDataflowNode) == 0x000328, "Wrong size on FGetBoundingBoxesFromCollectionDataflowNode"); \ +static_assert(offsetof(FGetBoundingBoxesFromCollectionDataflowNode, Collection) == 0x000240, "Member 'FGetBoundingBoxesFromCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetBoundingBoxesFromCollectionDataflowNode, TransformSelection) == 0x0002F0, "Member 'FGetBoundingBoxesFromCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FGetBoundingBoxesFromCollectionDataflowNode, BoundingBoxes) == 0x000318, "Member 'FGetBoundingBoxesFromCollectionDataflowNode::BoundingBoxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeTransformDataflowNode_v2 \ +static_assert(alignof(FMakeTransformDataflowNode_v2) == 0x000010, "Wrong alignment on FMakeTransformDataflowNode_v2"); \ +static_assert(sizeof(FMakeTransformDataflowNode_v2) == 0x000330, "Wrong size on FMakeTransformDataflowNode_v2"); \ +static_assert(offsetof(FMakeTransformDataflowNode_v2, Translation) == 0x000240, "Member 'FMakeTransformDataflowNode_v2::Translation' has a wrong offset!"); \ +static_assert(offsetof(FMakeTransformDataflowNode_v2, Rotation) == 0x000258, "Member 'FMakeTransformDataflowNode_v2::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FMakeTransformDataflowNode_v2, Rotator) == 0x000270, "Member 'FMakeTransformDataflowNode_v2::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FMakeTransformDataflowNode_v2, Quat) == 0x000290, "Member 'FMakeTransformDataflowNode_v2::Quat' has a wrong offset!"); \ +static_assert(offsetof(FMakeTransformDataflowNode_v2, Scale) == 0x0002B0, "Member 'FMakeTransformDataflowNode_v2::Scale' has a wrong offset!"); \ +static_assert(offsetof(FMakeTransformDataflowNode_v2, Transform) == 0x0002D0, "Member 'FMakeTransformDataflowNode_v2::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeQuaternionDataflowNode \ +static_assert(alignof(FMakeQuaternionDataflowNode) == 0x000010, "Wrong alignment on FMakeQuaternionDataflowNode"); \ +static_assert(sizeof(FMakeQuaternionDataflowNode) == 0x000270, "Wrong size on FMakeQuaternionDataflowNode"); \ +static_assert(offsetof(FMakeQuaternionDataflowNode, X) == 0x000240, "Member 'FMakeQuaternionDataflowNode::X' has a wrong offset!"); \ +static_assert(offsetof(FMakeQuaternionDataflowNode, Y) == 0x000244, "Member 'FMakeQuaternionDataflowNode::Y' has a wrong offset!"); \ +static_assert(offsetof(FMakeQuaternionDataflowNode, Z) == 0x000248, "Member 'FMakeQuaternionDataflowNode::Z' has a wrong offset!"); \ +static_assert(offsetof(FMakeQuaternionDataflowNode, W) == 0x00024C, "Member 'FMakeQuaternionDataflowNode::W' has a wrong offset!"); \ +static_assert(offsetof(FMakeQuaternionDataflowNode, Quaternion) == 0x000250, "Member 'FMakeQuaternionDataflowNode::Quaternion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchCollectionDataflowNode \ +static_assert(alignof(FBranchCollectionDataflowNode) == 0x000008, "Wrong alignment on FBranchCollectionDataflowNode"); \ +static_assert(sizeof(FBranchCollectionDataflowNode) == 0x000458, "Wrong size on FBranchCollectionDataflowNode"); \ +static_assert(offsetof(FBranchCollectionDataflowNode, TrueCollection) == 0x000240, "Member 'FBranchCollectionDataflowNode::TrueCollection' has a wrong offset!"); \ +static_assert(offsetof(FBranchCollectionDataflowNode, FalseCollection) == 0x0002F0, "Member 'FBranchCollectionDataflowNode::FalseCollection' has a wrong offset!"); \ +static_assert(offsetof(FBranchCollectionDataflowNode, bCondition) == 0x0003A0, "Member 'FBranchCollectionDataflowNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FBranchCollectionDataflowNode, ChosenCollection) == 0x0003A8, "Member 'FBranchCollectionDataflowNode::ChosenCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeFloatArrayDataflowNode \ +static_assert(alignof(FMakeFloatArrayDataflowNode) == 0x000008, "Wrong alignment on FMakeFloatArrayDataflowNode"); \ +static_assert(sizeof(FMakeFloatArrayDataflowNode) == 0x000258, "Wrong size on FMakeFloatArrayDataflowNode"); \ +static_assert(offsetof(FMakeFloatArrayDataflowNode, NumElements) == 0x000240, "Member 'FMakeFloatArrayDataflowNode::NumElements' has a wrong offset!"); \ +static_assert(offsetof(FMakeFloatArrayDataflowNode, Value) == 0x000244, "Member 'FMakeFloatArrayDataflowNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FMakeFloatArrayDataflowNode, FloatArray) == 0x000248, "Member 'FMakeFloatArrayDataflowNode::FloatArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeCollectionDataflowNode \ +static_assert(alignof(FMakeCollectionDataflowNode) == 0x000008, "Wrong alignment on FMakeCollectionDataflowNode"); \ +static_assert(sizeof(FMakeCollectionDataflowNode) == 0x0002F8, "Wrong size on FMakeCollectionDataflowNode"); \ +static_assert(offsetof(FMakeCollectionDataflowNode, Collection) == 0x000240, "Member 'FMakeCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FMakeCollectionDataflowNode, bAddRootTransform) == 0x0002F0, "Member 'FMakeCollectionDataflowNode::bAddRootTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakeTransformsInCollectionDataflowNode \ +static_assert(alignof(FBakeTransformsInCollectionDataflowNode) == 0x000008, "Wrong alignment on FBakeTransformsInCollectionDataflowNode"); \ +static_assert(sizeof(FBakeTransformsInCollectionDataflowNode) == 0x0002F0, "Wrong size on FBakeTransformsInCollectionDataflowNode"); \ +static_assert(offsetof(FBakeTransformsInCollectionDataflowNode, Collection) == 0x000240, "Member 'FBakeTransformsInCollectionDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeRotatorDataflowNode \ +static_assert(alignof(FMakeRotatorDataflowNode) == 0x000008, "Wrong alignment on FMakeRotatorDataflowNode"); \ +static_assert(sizeof(FMakeRotatorDataflowNode) == 0x000268, "Wrong size on FMakeRotatorDataflowNode"); \ +static_assert(offsetof(FMakeRotatorDataflowNode, Pitch) == 0x000240, "Member 'FMakeRotatorDataflowNode::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FMakeRotatorDataflowNode, Yaw) == 0x000244, "Member 'FMakeRotatorDataflowNode::Yaw' has a wrong offset!"); \ +static_assert(offsetof(FMakeRotatorDataflowNode, Roll) == 0x000248, "Member 'FMakeRotatorDataflowNode::Roll' has a wrong offset!"); \ +static_assert(offsetof(FMakeRotatorDataflowNode, Rotator) == 0x000250, "Member 'FMakeRotatorDataflowNode::Rotator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBreakTransformDataflowNode \ +static_assert(alignof(FBreakTransformDataflowNode) == 0x000010, "Wrong alignment on FBreakTransformDataflowNode"); \ +static_assert(sizeof(FBreakTransformDataflowNode) == 0x000330, "Wrong size on FBreakTransformDataflowNode"); \ +static_assert(offsetof(FBreakTransformDataflowNode, Transform) == 0x000240, "Member 'FBreakTransformDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FBreakTransformDataflowNode, Translation) == 0x0002A0, "Member 'FBreakTransformDataflowNode::Translation' has a wrong offset!"); \ +static_assert(offsetof(FBreakTransformDataflowNode, Rotation) == 0x0002C0, "Member 'FBreakTransformDataflowNode::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FBreakTransformDataflowNode, Rotator) == 0x0002D8, "Member 'FBreakTransformDataflowNode::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FBreakTransformDataflowNode, Quat) == 0x0002F0, "Member 'FBreakTransformDataflowNode::Quat' has a wrong offset!"); \ +static_assert(offsetof(FBreakTransformDataflowNode, Scale) == 0x000310, "Member 'FBreakTransformDataflowNode::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHashStringDataflowNode \ +static_assert(alignof(FHashStringDataflowNode) == 0x000008, "Wrong alignment on FHashStringDataflowNode"); \ +static_assert(sizeof(FHashStringDataflowNode) == 0x000258, "Wrong size on FHashStringDataflowNode"); \ +static_assert(offsetof(FHashStringDataflowNode, String) == 0x000240, "Member 'FHashStringDataflowNode::String' has a wrong offset!"); \ +static_assert(offsetof(FHashStringDataflowNode, Hash) == 0x000250, "Member 'FHashStringDataflowNode::Hash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeSphereMeshDataflowNode \ +static_assert(alignof(FMakeSphereMeshDataflowNode) == 0x000008, "Wrong alignment on FMakeSphereMeshDataflowNode"); \ +static_assert(sizeof(FMakeSphereMeshDataflowNode) == 0x000258, "Wrong size on FMakeSphereMeshDataflowNode"); \ +static_assert(offsetof(FMakeSphereMeshDataflowNode, Radius) == 0x000240, "Member 'FMakeSphereMeshDataflowNode::Radius' has a wrong offset!"); \ +static_assert(offsetof(FMakeSphereMeshDataflowNode, NumPhi) == 0x000244, "Member 'FMakeSphereMeshDataflowNode::NumPhi' has a wrong offset!"); \ +static_assert(offsetof(FMakeSphereMeshDataflowNode, NumTheta) == 0x000248, "Member 'FMakeSphereMeshDataflowNode::NumTheta' has a wrong offset!"); \ +static_assert(offsetof(FMakeSphereMeshDataflowNode, Mesh) == 0x000250, "Member 'FMakeSphereMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeCapsuleMeshDataflowNode \ +static_assert(alignof(FMakeCapsuleMeshDataflowNode) == 0x000008, "Wrong alignment on FMakeCapsuleMeshDataflowNode"); \ +static_assert(sizeof(FMakeCapsuleMeshDataflowNode) == 0x000260, "Wrong size on FMakeCapsuleMeshDataflowNode"); \ +static_assert(offsetof(FMakeCapsuleMeshDataflowNode, Radius) == 0x000240, "Member 'FMakeCapsuleMeshDataflowNode::Radius' has a wrong offset!"); \ +static_assert(offsetof(FMakeCapsuleMeshDataflowNode, SegmentLength) == 0x000244, "Member 'FMakeCapsuleMeshDataflowNode::SegmentLength' has a wrong offset!"); \ +static_assert(offsetof(FMakeCapsuleMeshDataflowNode, NumHemisphereArcSteps) == 0x000248, "Member 'FMakeCapsuleMeshDataflowNode::NumHemisphereArcSteps' has a wrong offset!"); \ +static_assert(offsetof(FMakeCapsuleMeshDataflowNode, NumCircleSteps) == 0x00024C, "Member 'FMakeCapsuleMeshDataflowNode::NumCircleSteps' has a wrong offset!"); \ +static_assert(offsetof(FMakeCapsuleMeshDataflowNode, NumSegmentSteps) == 0x000250, "Member 'FMakeCapsuleMeshDataflowNode::NumSegmentSteps' has a wrong offset!"); \ +static_assert(offsetof(FMakeCapsuleMeshDataflowNode, Mesh) == 0x000258, "Member 'FMakeCapsuleMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBooleanOperationDataflowNode \ +static_assert(alignof(FBooleanOperationDataflowNode) == 0x000008, "Wrong alignment on FBooleanOperationDataflowNode"); \ +static_assert(sizeof(FBooleanOperationDataflowNode) == 0x000248, "Wrong size on FBooleanOperationDataflowNode"); \ +static_assert(offsetof(FBooleanOperationDataflowNode, Operation) == 0x000240, "Member 'FBooleanOperationDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FBooleanOperationDataflowNode, bBoolA) == 0x000241, "Member 'FBooleanOperationDataflowNode::bBoolA' has a wrong offset!"); \ +static_assert(offsetof(FBooleanOperationDataflowNode, bBoolB) == 0x000242, "Member 'FBooleanOperationDataflowNode::bBoolB' has a wrong offset!"); \ +static_assert(offsetof(FBooleanOperationDataflowNode, bResult) == 0x000243, "Member 'FBooleanOperationDataflowNode::bResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeCylinderMeshDataflowNode \ +static_assert(alignof(FMakeCylinderMeshDataflowNode) == 0x000008, "Wrong alignment on FMakeCylinderMeshDataflowNode"); \ +static_assert(sizeof(FMakeCylinderMeshDataflowNode) == 0x000260, "Wrong size on FMakeCylinderMeshDataflowNode"); \ +static_assert(offsetof(FMakeCylinderMeshDataflowNode, Radius1) == 0x000240, "Member 'FMakeCylinderMeshDataflowNode::Radius1' has a wrong offset!"); \ +static_assert(offsetof(FMakeCylinderMeshDataflowNode, Radius2) == 0x000244, "Member 'FMakeCylinderMeshDataflowNode::Radius2' has a wrong offset!"); \ +static_assert(offsetof(FMakeCylinderMeshDataflowNode, Height) == 0x000248, "Member 'FMakeCylinderMeshDataflowNode::Height' has a wrong offset!"); \ +static_assert(offsetof(FMakeCylinderMeshDataflowNode, LengthSamples) == 0x00024C, "Member 'FMakeCylinderMeshDataflowNode::LengthSamples' has a wrong offset!"); \ +static_assert(offsetof(FMakeCylinderMeshDataflowNode, AngleSamples) == 0x000250, "Member 'FMakeCylinderMeshDataflowNode::AngleSamples' has a wrong offset!"); \ +static_assert(offsetof(FMakeCylinderMeshDataflowNode, Mesh) == 0x000258, "Member 'FMakeCylinderMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeBoxMeshDataflowNode \ +static_assert(alignof(FMakeBoxMeshDataflowNode) == 0x000008, "Wrong alignment on FMakeBoxMeshDataflowNode"); \ +static_assert(sizeof(FMakeBoxMeshDataflowNode) == 0x000288, "Wrong size on FMakeBoxMeshDataflowNode"); \ +static_assert(offsetof(FMakeBoxMeshDataflowNode, Center) == 0x000240, "Member 'FMakeBoxMeshDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxMeshDataflowNode, Size) == 0x000258, "Member 'FMakeBoxMeshDataflowNode::Size' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxMeshDataflowNode, SubdivisionsX) == 0x000270, "Member 'FMakeBoxMeshDataflowNode::SubdivisionsX' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxMeshDataflowNode, SubdivisionsY) == 0x000274, "Member 'FMakeBoxMeshDataflowNode::SubdivisionsY' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxMeshDataflowNode, SubdivisionsZ) == 0x000278, "Member 'FMakeBoxMeshDataflowNode::SubdivisionsZ' has a wrong offset!"); \ +static_assert(offsetof(FMakeBoxMeshDataflowNode, Mesh) == 0x000280, "Member 'FMakeBoxMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetNumElementsInCollectionGroupDataflowNode \ +static_assert(alignof(FGetNumElementsInCollectionGroupDataflowNode) == 0x000008, "Wrong alignment on FGetNumElementsInCollectionGroupDataflowNode"); \ +static_assert(sizeof(FGetNumElementsInCollectionGroupDataflowNode) == 0x000310, "Wrong size on FGetNumElementsInCollectionGroupDataflowNode"); \ +static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, Collection) == 0x000240, "Member 'FGetNumElementsInCollectionGroupDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, GroupName) == 0x0002F0, "Member 'FGetNumElementsInCollectionGroupDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, CustomGroupName) == 0x0002F8, "Member 'FGetNumElementsInCollectionGroupDataflowNode::CustomGroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetNumElementsInCollectionGroupDataflowNode, NumElements) == 0x000308, "Member 'FGetNumElementsInCollectionGroupDataflowNode::NumElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakePlaneDataflowNode \ +static_assert(alignof(FMakePlaneDataflowNode) == 0x000010, "Wrong alignment on FMakePlaneDataflowNode"); \ +static_assert(sizeof(FMakePlaneDataflowNode) == 0x0002B0, "Wrong size on FMakePlaneDataflowNode"); \ +static_assert(offsetof(FMakePlaneDataflowNode, BasePoint) == 0x000240, "Member 'FMakePlaneDataflowNode::BasePoint' has a wrong offset!"); \ +static_assert(offsetof(FMakePlaneDataflowNode, Normal) == 0x000258, "Member 'FMakePlaneDataflowNode::Normal' has a wrong offset!"); \ +static_assert(offsetof(FMakePlaneDataflowNode, DebugDrawRenderSettings) == 0x000270, "Member 'FMakePlaneDataflowNode::DebugDrawRenderSettings' has a wrong offset!"); \ +static_assert(offsetof(FMakePlaneDataflowNode, PlaneSizeMultiplier) == 0x000288, "Member 'FMakePlaneDataflowNode::PlaneSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FMakePlaneDataflowNode, Plane) == 0x000290, "Member 'FMakePlaneDataflowNode::Plane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeDiscMeshDataflowNode \ +static_assert(alignof(FMakeDiscMeshDataflowNode) == 0x000008, "Wrong alignment on FMakeDiscMeshDataflowNode"); \ +static_assert(sizeof(FMakeDiscMeshDataflowNode) == 0x000278, "Wrong size on FMakeDiscMeshDataflowNode"); \ +static_assert(offsetof(FMakeDiscMeshDataflowNode, Radius) == 0x000240, "Member 'FMakeDiscMeshDataflowNode::Radius' has a wrong offset!"); \ +static_assert(offsetof(FMakeDiscMeshDataflowNode, Normal) == 0x000248, "Member 'FMakeDiscMeshDataflowNode::Normal' has a wrong offset!"); \ +static_assert(offsetof(FMakeDiscMeshDataflowNode, AngleSamples) == 0x000260, "Member 'FMakeDiscMeshDataflowNode::AngleSamples' has a wrong offset!"); \ +static_assert(offsetof(FMakeDiscMeshDataflowNode, RadialSamples) == 0x000264, "Member 'FMakeDiscMeshDataflowNode::RadialSamples' has a wrong offset!"); \ +static_assert(offsetof(FMakeDiscMeshDataflowNode, StartAngle) == 0x000268, "Member 'FMakeDiscMeshDataflowNode::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(FMakeDiscMeshDataflowNode, EndAngle) == 0x00026C, "Member 'FMakeDiscMeshDataflowNode::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(FMakeDiscMeshDataflowNode, Mesh) == 0x000270, "Member 'FMakeDiscMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRemoveOnBreakDataflowNode \ +static_assert(alignof(FRemoveOnBreakDataflowNode) == 0x000008, "Wrong alignment on FRemoveOnBreakDataflowNode"); \ +static_assert(sizeof(FRemoveOnBreakDataflowNode) == 0x000330, "Wrong size on FRemoveOnBreakDataflowNode"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, Collection) == 0x000240, "Member 'FRemoveOnBreakDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, TransformSelection) == 0x0002F0, "Member 'FRemoveOnBreakDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, bEnabledRemoval) == 0x000318, "Member 'FRemoveOnBreakDataflowNode::bEnabledRemoval' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, PostBreakTimer) == 0x00031C, "Member 'FRemoveOnBreakDataflowNode::PostBreakTimer' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, RemovalTimer) == 0x000324, "Member 'FRemoveOnBreakDataflowNode::RemovalTimer' has a wrong offset!"); \ +static_assert(offsetof(FRemoveOnBreakDataflowNode, bClusterCrumbling) == 0x00032C, "Member 'FRemoveOnBreakDataflowNode::bClusterCrumbling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeStairMeshDataflowNode \ +static_assert(alignof(FMakeStairMeshDataflowNode) == 0x000008, "Wrong alignment on FMakeStairMeshDataflowNode"); \ +static_assert(sizeof(FMakeStairMeshDataflowNode) == 0x000268, "Wrong size on FMakeStairMeshDataflowNode"); \ +static_assert(offsetof(FMakeStairMeshDataflowNode, StairType) == 0x000240, "Member 'FMakeStairMeshDataflowNode::StairType' has a wrong offset!"); \ +static_assert(offsetof(FMakeStairMeshDataflowNode, NumSteps) == 0x000244, "Member 'FMakeStairMeshDataflowNode::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(FMakeStairMeshDataflowNode, StepWidth) == 0x000248, "Member 'FMakeStairMeshDataflowNode::StepWidth' has a wrong offset!"); \ +static_assert(offsetof(FMakeStairMeshDataflowNode, StepHeight) == 0x00024C, "Member 'FMakeStairMeshDataflowNode::StepHeight' has a wrong offset!"); \ +static_assert(offsetof(FMakeStairMeshDataflowNode, StepDepth) == 0x000250, "Member 'FMakeStairMeshDataflowNode::StepDepth' has a wrong offset!"); \ +static_assert(offsetof(FMakeStairMeshDataflowNode, CurveAngle) == 0x000254, "Member 'FMakeStairMeshDataflowNode::CurveAngle' has a wrong offset!"); \ +static_assert(offsetof(FMakeStairMeshDataflowNode, InnerRadius) == 0x000258, "Member 'FMakeStairMeshDataflowNode::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(FMakeStairMeshDataflowNode, Mesh) == 0x000260, "Member 'FMakeStairMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeRectangleMeshDataflowNode \ +static_assert(alignof(FMakeRectangleMeshDataflowNode) == 0x000008, "Wrong alignment on FMakeRectangleMeshDataflowNode"); \ +static_assert(sizeof(FMakeRectangleMeshDataflowNode) == 0x000288, "Wrong size on FMakeRectangleMeshDataflowNode"); \ +static_assert(offsetof(FMakeRectangleMeshDataflowNode, Origin) == 0x000240, "Member 'FMakeRectangleMeshDataflowNode::Origin' has a wrong offset!"); \ +static_assert(offsetof(FMakeRectangleMeshDataflowNode, Normal) == 0x000258, "Member 'FMakeRectangleMeshDataflowNode::Normal' has a wrong offset!"); \ +static_assert(offsetof(FMakeRectangleMeshDataflowNode, Width) == 0x000270, "Member 'FMakeRectangleMeshDataflowNode::Width' has a wrong offset!"); \ +static_assert(offsetof(FMakeRectangleMeshDataflowNode, Height) == 0x000274, "Member 'FMakeRectangleMeshDataflowNode::Height' has a wrong offset!"); \ +static_assert(offsetof(FMakeRectangleMeshDataflowNode, WidthVertexCount) == 0x000278, "Member 'FMakeRectangleMeshDataflowNode::WidthVertexCount' has a wrong offset!"); \ +static_assert(offsetof(FMakeRectangleMeshDataflowNode, HeightVertexCount) == 0x00027C, "Member 'FMakeRectangleMeshDataflowNode::HeightVertexCount' has a wrong offset!"); \ +static_assert(offsetof(FMakeRectangleMeshDataflowNode, Mesh) == 0x000280, "Member 'FMakeRectangleMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompareIntDataflowNode \ +static_assert(alignof(FCompareIntDataflowNode) == 0x000008, "Wrong alignment on FCompareIntDataflowNode"); \ +static_assert(sizeof(FCompareIntDataflowNode) == 0x000250, "Wrong size on FCompareIntDataflowNode"); \ +static_assert(offsetof(FCompareIntDataflowNode, Operation) == 0x000240, "Member 'FCompareIntDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCompareIntDataflowNode, IntA) == 0x000244, "Member 'FCompareIntDataflowNode::IntA' has a wrong offset!"); \ +static_assert(offsetof(FCompareIntDataflowNode, IntB) == 0x000248, "Member 'FCompareIntDataflowNode::IntB' has a wrong offset!"); \ +static_assert(offsetof(FCompareIntDataflowNode, Result) == 0x00024C, "Member 'FCompareIntDataflowNode::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeTorusMeshDataflowNode \ +static_assert(alignof(FMakeTorusMeshDataflowNode) == 0x000008, "Wrong alignment on FMakeTorusMeshDataflowNode"); \ +static_assert(sizeof(FMakeTorusMeshDataflowNode) == 0x000270, "Wrong size on FMakeTorusMeshDataflowNode"); \ +static_assert(offsetof(FMakeTorusMeshDataflowNode, Origin) == 0x000240, "Member 'FMakeTorusMeshDataflowNode::Origin' has a wrong offset!"); \ +static_assert(offsetof(FMakeTorusMeshDataflowNode, Radius1) == 0x000258, "Member 'FMakeTorusMeshDataflowNode::Radius1' has a wrong offset!"); \ +static_assert(offsetof(FMakeTorusMeshDataflowNode, ProfileVertexCount) == 0x00025C, "Member 'FMakeTorusMeshDataflowNode::ProfileVertexCount' has a wrong offset!"); \ +static_assert(offsetof(FMakeTorusMeshDataflowNode, Radius2) == 0x000260, "Member 'FMakeTorusMeshDataflowNode::Radius2' has a wrong offset!"); \ +static_assert(offsetof(FMakeTorusMeshDataflowNode, SweepVertexCount) == 0x000264, "Member 'FMakeTorusMeshDataflowNode::SweepVertexCount' has a wrong offset!"); \ +static_assert(offsetof(FMakeTorusMeshDataflowNode, Mesh) == 0x000268, "Member 'FMakeTorusMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeMaterialInterfaceArrayDataflowNode \ +static_assert(alignof(FMakeMaterialInterfaceArrayDataflowNode) == 0x000008, "Wrong alignment on FMakeMaterialInterfaceArrayDataflowNode"); \ +static_assert(sizeof(FMakeMaterialInterfaceArrayDataflowNode) == 0x000250, "Wrong size on FMakeMaterialInterfaceArrayDataflowNode"); \ +static_assert(offsetof(FMakeMaterialInterfaceArrayDataflowNode, MaterialArray) == 0x000240, "Member 'FMakeMaterialInterfaceArrayDataflowNode::MaterialArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionSetPivotDataflowNode \ +static_assert(alignof(FCollectionSetPivotDataflowNode) == 0x000010, "Wrong alignment on FCollectionSetPivotDataflowNode"); \ +static_assert(sizeof(FCollectionSetPivotDataflowNode) == 0x000350, "Wrong size on FCollectionSetPivotDataflowNode"); \ +static_assert(offsetof(FCollectionSetPivotDataflowNode, Collection) == 0x000240, "Member 'FCollectionSetPivotDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSetPivotDataflowNode, Transform) == 0x0002F0, "Member 'FCollectionSetPivotDataflowNode::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetMaterialInterfaceArraySizeDataflowNode \ +static_assert(alignof(FGetMaterialInterfaceArraySizeDataflowNode) == 0x000008, "Wrong alignment on FGetMaterialInterfaceArraySizeDataflowNode"); \ +static_assert(sizeof(FGetMaterialInterfaceArraySizeDataflowNode) == 0x000258, "Wrong size on FGetMaterialInterfaceArraySizeDataflowNode"); \ +static_assert(offsetof(FGetMaterialInterfaceArraySizeDataflowNode, MaterialArray) == 0x000240, "Member 'FGetMaterialInterfaceArraySizeDataflowNode::MaterialArray' has a wrong offset!"); \ +static_assert(offsetof(FGetMaterialInterfaceArraySizeDataflowNode, Size) == 0x000250, "Member 'FGetMaterialInterfaceArraySizeDataflowNode::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetMaterialInterfaceAssetDataflowNode \ +static_assert(alignof(FGetMaterialInterfaceAssetDataflowNode) == 0x000008, "Wrong alignment on FGetMaterialInterfaceAssetDataflowNode"); \ +static_assert(sizeof(FGetMaterialInterfaceAssetDataflowNode) == 0x000248, "Wrong size on FGetMaterialInterfaceAssetDataflowNode"); \ +static_assert(offsetof(FGetMaterialInterfaceAssetDataflowNode, Material) == 0x000240, "Member 'FGetMaterialInterfaceAssetDataflowNode::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchIntDataflowNode \ +static_assert(alignof(FBranchIntDataflowNode) == 0x000008, "Wrong alignment on FBranchIntDataflowNode"); \ +static_assert(sizeof(FBranchIntDataflowNode) == 0x000250, "Wrong size on FBranchIntDataflowNode"); \ +static_assert(offsetof(FBranchIntDataflowNode, A) == 0x000240, "Member 'FBranchIntDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FBranchIntDataflowNode, B) == 0x000244, "Member 'FBranchIntDataflowNode::B' has a wrong offset!"); \ +static_assert(offsetof(FBranchIntDataflowNode, bCondition) == 0x000248, "Member 'FBranchIntDataflowNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FBranchIntDataflowNode, ReturnValue) == 0x00024C, "Member 'FBranchIntDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetFromMaterialInterfaceArrayDataflowNode \ +static_assert(alignof(FGetFromMaterialInterfaceArrayDataflowNode) == 0x000008, "Wrong alignment on FGetFromMaterialInterfaceArrayDataflowNode"); \ +static_assert(sizeof(FGetFromMaterialInterfaceArrayDataflowNode) == 0x000260, "Wrong size on FGetFromMaterialInterfaceArrayDataflowNode"); \ +static_assert(offsetof(FGetFromMaterialInterfaceArrayDataflowNode, MaterialArray) == 0x000240, "Member 'FGetFromMaterialInterfaceArrayDataflowNode::MaterialArray' has a wrong offset!"); \ +static_assert(offsetof(FGetFromMaterialInterfaceArrayDataflowNode, Material) == 0x000250, "Member 'FGetFromMaterialInterfaceArrayDataflowNode::Material' has a wrong offset!"); \ +static_assert(offsetof(FGetFromMaterialInterfaceArrayDataflowNode, Index) == 0x000258, "Member 'FGetFromMaterialInterfaceArrayDataflowNode::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetIntoMaterialInterfaceArrayDataflowNode \ +static_assert(alignof(FSetIntoMaterialInterfaceArrayDataflowNode) == 0x000008, "Wrong alignment on FSetIntoMaterialInterfaceArrayDataflowNode"); \ +static_assert(sizeof(FSetIntoMaterialInterfaceArrayDataflowNode) == 0x000260, "Wrong size on FSetIntoMaterialInterfaceArrayDataflowNode"); \ +static_assert(offsetof(FSetIntoMaterialInterfaceArrayDataflowNode, MaterialArray) == 0x000240, "Member 'FSetIntoMaterialInterfaceArrayDataflowNode::MaterialArray' has a wrong offset!"); \ +static_assert(offsetof(FSetIntoMaterialInterfaceArrayDataflowNode, Material) == 0x000250, "Member 'FSetIntoMaterialInterfaceArrayDataflowNode::Material' has a wrong offset!"); \ +static_assert(offsetof(FSetIntoMaterialInterfaceArrayDataflowNode, Index) == 0x000258, "Member 'FSetIntoMaterialInterfaceArrayDataflowNode::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetCollectionAttributeDataTypedDataflowNode_v2 \ +static_assert(alignof(FGetCollectionAttributeDataTypedDataflowNode_v2) == 0x000008, "Wrong alignment on FGetCollectionAttributeDataTypedDataflowNode_v2"); \ +static_assert(sizeof(FGetCollectionAttributeDataTypedDataflowNode_v2) == 0x000378, "Wrong size on FGetCollectionAttributeDataTypedDataflowNode_v2"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode_v2, Collection) == 0x000240, "Member 'FGetCollectionAttributeDataTypedDataflowNode_v2::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode_v2, AttributeKey) == 0x0002F0, "Member 'FGetCollectionAttributeDataTypedDataflowNode_v2::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode_v2, GroupName) == 0x000310, "Member 'FGetCollectionAttributeDataTypedDataflowNode_v2::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode_v2, CustomGroupName) == 0x000318, "Member 'FGetCollectionAttributeDataTypedDataflowNode_v2::CustomGroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode_v2, AttrName) == 0x000328, "Member 'FGetCollectionAttributeDataTypedDataflowNode_v2::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode_v2, BoolAttributeData) == 0x000338, "Member 'FGetCollectionAttributeDataTypedDataflowNode_v2::BoolAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode_v2, NumericArray) == 0x000348, "Member 'FGetCollectionAttributeDataTypedDataflowNode_v2::NumericArray' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode_v2, VectorArray) == 0x000358, "Member 'FGetCollectionAttributeDataTypedDataflowNode_v2::VectorArray' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode_v2, StringArray) == 0x000368, "Member 'FGetCollectionAttributeDataTypedDataflowNode_v2::StringArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAddToMaterialInterfaceArrayDataflowNode \ +static_assert(alignof(FAddToMaterialInterfaceArrayDataflowNode) == 0x000008, "Wrong alignment on FAddToMaterialInterfaceArrayDataflowNode"); \ +static_assert(sizeof(FAddToMaterialInterfaceArrayDataflowNode) == 0x000260, "Wrong size on FAddToMaterialInterfaceArrayDataflowNode"); \ +static_assert(offsetof(FAddToMaterialInterfaceArrayDataflowNode, MaterialArray) == 0x000240, "Member 'FAddToMaterialInterfaceArrayDataflowNode::MaterialArray' has a wrong offset!"); \ +static_assert(offsetof(FAddToMaterialInterfaceArrayDataflowNode, MaterialsToAdd) == 0x000250, "Member 'FAddToMaterialInterfaceArrayDataflowNode::MaterialsToAdd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAssignMaterialInterfaceToCollectionDataflowNode \ +static_assert(alignof(FAssignMaterialInterfaceToCollectionDataflowNode) == 0x000008, "Wrong alignment on FAssignMaterialInterfaceToCollectionDataflowNode"); \ +static_assert(sizeof(FAssignMaterialInterfaceToCollectionDataflowNode) == 0x000338, "Wrong size on FAssignMaterialInterfaceToCollectionDataflowNode"); \ +static_assert(offsetof(FAssignMaterialInterfaceToCollectionDataflowNode, Collection) == 0x000240, "Member 'FAssignMaterialInterfaceToCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FAssignMaterialInterfaceToCollectionDataflowNode, FaceSelection) == 0x0002F0, "Member 'FAssignMaterialInterfaceToCollectionDataflowNode::FaceSelection' has a wrong offset!"); \ +static_assert(offsetof(FAssignMaterialInterfaceToCollectionDataflowNode, MaterialArray) == 0x000318, "Member 'FAssignMaterialInterfaceToCollectionDataflowNode::MaterialArray' has a wrong offset!"); \ +static_assert(offsetof(FAssignMaterialInterfaceToCollectionDataflowNode, Material) == 0x000328, "Member 'FAssignMaterialInterfaceToCollectionDataflowNode::Material' has a wrong offset!"); \ +static_assert(offsetof(FAssignMaterialInterfaceToCollectionDataflowNode, MaterialIndex) == 0x000330, "Member 'FAssignMaterialInterfaceToCollectionDataflowNode::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FAssignMaterialInterfaceToCollectionDataflowNode, bMergeDuplicateMaterials) == 0x000334, "Member 'FAssignMaterialInterfaceToCollectionDataflowNode::bMergeDuplicateMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetDynamicStateDataflowNode \ +static_assert(alignof(FSetDynamicStateDataflowNode) == 0x000008, "Wrong alignment on FSetDynamicStateDataflowNode"); \ +static_assert(sizeof(FSetDynamicStateDataflowNode) == 0x000320, "Wrong size on FSetDynamicStateDataflowNode"); \ +static_assert(offsetof(FSetDynamicStateDataflowNode, DynamicState) == 0x000240, "Member 'FSetDynamicStateDataflowNode::DynamicState' has a wrong offset!"); \ +static_assert(offsetof(FSetDynamicStateDataflowNode, Collection) == 0x000248, "Member 'FSetDynamicStateDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetDynamicStateDataflowNode, TransformSelection) == 0x0002F8, "Member 'FSetDynamicStateDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialInterfaceTextureOverrideDataflowNode \ +static_assert(alignof(FMaterialInterfaceTextureOverrideDataflowNode) == 0x000008, "Wrong alignment on FMaterialInterfaceTextureOverrideDataflowNode"); \ +static_assert(sizeof(FMaterialInterfaceTextureOverrideDataflowNode) == 0x000258, "Wrong size on FMaterialInterfaceTextureOverrideDataflowNode"); \ +static_assert(offsetof(FMaterialInterfaceTextureOverrideDataflowNode, Material) == 0x000240, "Member 'FMaterialInterfaceTextureOverrideDataflowNode::Material' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInterfaceTextureOverrideDataflowNode, TargetTexture) == 0x000248, "Member 'FMaterialInterfaceTextureOverrideDataflowNode::TargetTexture' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInterfaceTextureOverrideDataflowNode, OverrideTexture) == 0x000250, "Member 'FMaterialInterfaceTextureOverrideDataflowNode::OverrideTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAddMaterialToCollectionDataflowNode \ +static_assert(alignof(FAddMaterialToCollectionDataflowNode) == 0x000008, "Wrong alignment on FAddMaterialToCollectionDataflowNode"); \ +static_assert(sizeof(FAddMaterialToCollectionDataflowNode) == 0x000340, "Wrong size on FAddMaterialToCollectionDataflowNode"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, Collection) == 0x000240, "Member 'FAddMaterialToCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, FaceSelection) == 0x0002F0, "Member 'FAddMaterialToCollectionDataflowNode::FaceSelection' has a wrong offset!"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, Materials) == 0x000318, "Member 'FAddMaterialToCollectionDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, OutsideMaterial) == 0x000328, "Member 'FAddMaterialToCollectionDataflowNode::OutsideMaterial' has a wrong offset!"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, InsideMaterial) == 0x000330, "Member 'FAddMaterialToCollectionDataflowNode::InsideMaterial' has a wrong offset!"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, bAssignOutsideMaterial) == 0x000338, "Member 'FAddMaterialToCollectionDataflowNode::bAssignOutsideMaterial' has a wrong offset!"); \ +static_assert(offsetof(FAddMaterialToCollectionDataflowNode, bAssignInsideMaterial) == 0x000339, "Member 'FAddMaterialToCollectionDataflowNode::bAssignInsideMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadiansToDegreesDataflowNode \ +static_assert(alignof(FRadiansToDegreesDataflowNode) == 0x000008, "Wrong alignment on FRadiansToDegreesDataflowNode"); \ +static_assert(sizeof(FRadiansToDegreesDataflowNode) == 0x000248, "Wrong size on FRadiansToDegreesDataflowNode"); \ +static_assert(offsetof(FRadiansToDegreesDataflowNode, Radians) == 0x000240, "Member 'FRadiansToDegreesDataflowNode::Radians' has a wrong offset!"); \ +static_assert(offsetof(FRadiansToDegreesDataflowNode, Degrees) == 0x000244, "Member 'FRadiansToDegreesDataflowNode::Degrees' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReAssignMaterialInCollectionDataflowNode \ +static_assert(alignof(FReAssignMaterialInCollectionDataflowNode) == 0x000008, "Wrong alignment on FReAssignMaterialInCollectionDataflowNode"); \ +static_assert(sizeof(FReAssignMaterialInCollectionDataflowNode) == 0x000338, "Wrong size on FReAssignMaterialInCollectionDataflowNode"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, Collection) == 0x000240, "Member 'FReAssignMaterialInCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, FaceSelection) == 0x0002F0, "Member 'FReAssignMaterialInCollectionDataflowNode::FaceSelection' has a wrong offset!"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, Materials) == 0x000318, "Member 'FReAssignMaterialInCollectionDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, OutsideMaterialIdx) == 0x000328, "Member 'FReAssignMaterialInCollectionDataflowNode::OutsideMaterialIdx' has a wrong offset!"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, InsideMaterialIdx) == 0x00032C, "Member 'FReAssignMaterialInCollectionDataflowNode::InsideMaterialIdx' has a wrong offset!"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, bAssignOutsideMaterial) == 0x000330, "Member 'FReAssignMaterialInCollectionDataflowNode::bAssignOutsideMaterial' has a wrong offset!"); \ +static_assert(offsetof(FReAssignMaterialInCollectionDataflowNode, bAssignInsideMaterial) == 0x000331, "Member 'FReAssignMaterialInCollectionDataflowNode::bAssignInsideMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialsInfoDataflowNode \ +static_assert(alignof(FMaterialsInfoDataflowNode) == 0x000008, "Wrong alignment on FMaterialsInfoDataflowNode"); \ +static_assert(sizeof(FMaterialsInfoDataflowNode) == 0x000260, "Wrong size on FMaterialsInfoDataflowNode"); \ +static_assert(offsetof(FMaterialsInfoDataflowNode, Materials) == 0x000240, "Member 'FMaterialsInfoDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FMaterialsInfoDataflowNode, String) == 0x000250, "Member 'FMaterialsInfoDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetStringOverrideFromAssetDataflowNode \ +static_assert(alignof(FGetStringOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetStringOverrideFromAssetDataflowNode"); \ +static_assert(sizeof(FGetStringOverrideFromAssetDataflowNode) == 0x000280, "Wrong size on FGetStringOverrideFromAssetDataflowNode"); \ +static_assert(offsetof(FGetStringOverrideFromAssetDataflowNode, String) == 0x000260, "Member 'FGetStringOverrideFromAssetDataflowNode::String' has a wrong offset!"); \ +static_assert(offsetof(FGetStringOverrideFromAssetDataflowNode, StringDefault) == 0x000270, "Member 'FGetStringOverrideFromAssetDataflowNode::StringDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetMaterialFromMaterialsArrayDataflowNode \ +static_assert(alignof(FGetMaterialFromMaterialsArrayDataflowNode) == 0x000008, "Wrong alignment on FGetMaterialFromMaterialsArrayDataflowNode"); \ +static_assert(sizeof(FGetMaterialFromMaterialsArrayDataflowNode) == 0x000260, "Wrong size on FGetMaterialFromMaterialsArrayDataflowNode"); \ +static_assert(offsetof(FGetMaterialFromMaterialsArrayDataflowNode, Materials) == 0x000240, "Member 'FGetMaterialFromMaterialsArrayDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FGetMaterialFromMaterialsArrayDataflowNode, Material) == 0x000250, "Member 'FGetMaterialFromMaterialsArrayDataflowNode::Material' has a wrong offset!"); \ +static_assert(offsetof(FGetMaterialFromMaterialsArrayDataflowNode, MaterialIdx) == 0x000258, "Member 'FGetMaterialFromMaterialsArrayDataflowNode::MaterialIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetMaterialInMaterialsArrayDataflowNode \ +static_assert(alignof(FSetMaterialInMaterialsArrayDataflowNode) == 0x000008, "Wrong alignment on FSetMaterialInMaterialsArrayDataflowNode"); \ +static_assert(sizeof(FSetMaterialInMaterialsArrayDataflowNode) == 0x000260, "Wrong size on FSetMaterialInMaterialsArrayDataflowNode"); \ +static_assert(offsetof(FSetMaterialInMaterialsArrayDataflowNode, Materials) == 0x000240, "Member 'FSetMaterialInMaterialsArrayDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FSetMaterialInMaterialsArrayDataflowNode, Material) == 0x000250, "Member 'FSetMaterialInMaterialsArrayDataflowNode::Material' has a wrong offset!"); \ +static_assert(offsetof(FSetMaterialInMaterialsArrayDataflowNode, Operation) == 0x000258, "Member 'FSetMaterialInMaterialsArrayDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FSetMaterialInMaterialsArrayDataflowNode, MaterialIdx) == 0x00025C, "Member 'FSetMaterialInMaterialsArrayDataflowNode::MaterialIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloatMathExpressionDataflowNode \ +static_assert(alignof(FFloatMathExpressionDataflowNode) == 0x000008, "Wrong alignment on FFloatMathExpressionDataflowNode"); \ +static_assert(sizeof(FFloatMathExpressionDataflowNode) == 0x000268, "Wrong size on FFloatMathExpressionDataflowNode"); \ +static_assert(offsetof(FFloatMathExpressionDataflowNode, A) == 0x000240, "Member 'FFloatMathExpressionDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FFloatMathExpressionDataflowNode, B) == 0x000244, "Member 'FFloatMathExpressionDataflowNode::B' has a wrong offset!"); \ +static_assert(offsetof(FFloatMathExpressionDataflowNode, C) == 0x000248, "Member 'FFloatMathExpressionDataflowNode::C' has a wrong offset!"); \ +static_assert(offsetof(FFloatMathExpressionDataflowNode, D) == 0x00024C, "Member 'FFloatMathExpressionDataflowNode::D' has a wrong offset!"); \ +static_assert(offsetof(FFloatMathExpressionDataflowNode, Expression) == 0x000250, "Member 'FFloatMathExpressionDataflowNode::Expression' has a wrong offset!"); \ +static_assert(offsetof(FFloatMathExpressionDataflowNode, ReturnValue) == 0x000260, "Member 'FFloatMathExpressionDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeMaterialDataflowNode \ +static_assert(alignof(FMakeMaterialDataflowNode) == 0x000008, "Wrong alignment on FMakeMaterialDataflowNode"); \ +static_assert(sizeof(FMakeMaterialDataflowNode) == 0x000250, "Wrong size on FMakeMaterialDataflowNode"); \ +static_assert(offsetof(FMakeMaterialDataflowNode, InMaterial) == 0x000240, "Member 'FMakeMaterialDataflowNode::InMaterial' has a wrong offset!"); \ +static_assert(offsetof(FMakeMaterialDataflowNode, Material) == 0x000248, "Member 'FMakeMaterialDataflowNode::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeMaterialsArrayDataflowNode \ +static_assert(alignof(FMakeMaterialsArrayDataflowNode) == 0x000008, "Wrong alignment on FMakeMaterialsArrayDataflowNode"); \ +static_assert(sizeof(FMakeMaterialsArrayDataflowNode) == 0x000250, "Wrong size on FMakeMaterialsArrayDataflowNode"); \ +static_assert(offsetof(FMakeMaterialsArrayDataflowNode, Materials) == 0x000240, "Member 'FMakeMaterialsArrayDataflowNode::Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomUnitVectorDataflowNode \ +static_assert(alignof(FRandomUnitVectorDataflowNode) == 0x000008, "Wrong alignment on FRandomUnitVectorDataflowNode"); \ +static_assert(sizeof(FRandomUnitVectorDataflowNode) == 0x000260, "Wrong size on FRandomUnitVectorDataflowNode"); \ +static_assert(offsetof(FRandomUnitVectorDataflowNode, bDeterministic) == 0x000240, "Member 'FRandomUnitVectorDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorDataflowNode, RandomSeed) == 0x000244, "Member 'FRandomUnitVectorDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorDataflowNode, ReturnValue) == 0x000248, "Member 'FRandomUnitVectorDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAddDataflowNode \ +static_assert(alignof(FAddDataflowNode) == 0x000008, "Wrong alignment on FAddDataflowNode"); \ +static_assert(sizeof(FAddDataflowNode) == 0x000250, "Wrong size on FAddDataflowNode"); \ +static_assert(offsetof(FAddDataflowNode, FloatA) == 0x000240, "Member 'FAddDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FAddDataflowNode, FloatB) == 0x000244, "Member 'FAddDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FAddDataflowNode, ReturnValue) == 0x000248, "Member 'FAddDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubtractDataflowNode \ +static_assert(alignof(FSubtractDataflowNode) == 0x000008, "Wrong alignment on FSubtractDataflowNode"); \ +static_assert(sizeof(FSubtractDataflowNode) == 0x000250, "Wrong size on FSubtractDataflowNode"); \ +static_assert(offsetof(FSubtractDataflowNode, FloatA) == 0x000240, "Member 'FSubtractDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FSubtractDataflowNode, FloatB) == 0x000244, "Member 'FSubtractDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FSubtractDataflowNode, ReturnValue) == 0x000248, "Member 'FSubtractDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetIntOverrideFromAssetDataflowNode \ +static_assert(alignof(FGetIntOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetIntOverrideFromAssetDataflowNode"); \ +static_assert(sizeof(FGetIntOverrideFromAssetDataflowNode) == 0x000268, "Wrong size on FGetIntOverrideFromAssetDataflowNode"); \ +static_assert(offsetof(FGetIntOverrideFromAssetDataflowNode, int_0) == 0x000260, "Member 'FGetIntOverrideFromAssetDataflowNode::int_0' has a wrong offset!"); \ +static_assert(offsetof(FGetIntOverrideFromAssetDataflowNode, IntDefault) == 0x000264, "Member 'FGetIntOverrideFromAssetDataflowNode::IntDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMultiplyDataflowNode \ +static_assert(alignof(FMultiplyDataflowNode) == 0x000008, "Wrong alignment on FMultiplyDataflowNode"); \ +static_assert(sizeof(FMultiplyDataflowNode) == 0x000250, "Wrong size on FMultiplyDataflowNode"); \ +static_assert(offsetof(FMultiplyDataflowNode, FloatA) == 0x000240, "Member 'FMultiplyDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FMultiplyDataflowNode, FloatB) == 0x000244, "Member 'FMultiplyDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FMultiplyDataflowNode, ReturnValue) == 0x000248, "Member 'FMultiplyDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSafeDivideDataflowNode \ +static_assert(alignof(FSafeDivideDataflowNode) == 0x000008, "Wrong alignment on FSafeDivideDataflowNode"); \ +static_assert(sizeof(FSafeDivideDataflowNode) == 0x000250, "Wrong size on FSafeDivideDataflowNode"); \ +static_assert(offsetof(FSafeDivideDataflowNode, FloatA) == 0x000240, "Member 'FSafeDivideDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FSafeDivideDataflowNode, FloatB) == 0x000244, "Member 'FSafeDivideDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FSafeDivideDataflowNode, ReturnValue) == 0x000248, "Member 'FSafeDivideDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionInfoDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionInfoDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionInfoDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionInfoDataflowNode) == 0x000328, "Wrong size on FCollectionTransformSelectionInfoDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionInfoDataflowNode, TransformSelection) == 0x000240, "Member 'FCollectionTransformSelectionInfoDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInfoDataflowNode, Collection) == 0x000268, "Member 'FCollectionTransformSelectionInfoDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInfoDataflowNode, String) == 0x000318, "Member 'FCollectionTransformSelectionInfoDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDivideDataflowNode \ +static_assert(alignof(FDivideDataflowNode) == 0x000008, "Wrong alignment on FDivideDataflowNode"); \ +static_assert(sizeof(FDivideDataflowNode) == 0x000250, "Wrong size on FDivideDataflowNode"); \ + +#define DUMPER7_ASSERTS_FDivisionDataflowNode \ +static_assert(alignof(FDivisionDataflowNode) == 0x000008, "Wrong alignment on FDivisionDataflowNode"); \ +static_assert(sizeof(FDivisionDataflowNode) == 0x000250, "Wrong size on FDivisionDataflowNode"); \ +static_assert(offsetof(FDivisionDataflowNode, Dividend) == 0x000240, "Member 'FDivisionDataflowNode::Dividend' has a wrong offset!"); \ +static_assert(offsetof(FDivisionDataflowNode, Divisor) == 0x000244, "Member 'FDivisionDataflowNode::Divisor' has a wrong offset!"); \ +static_assert(offsetof(FDivisionDataflowNode, Remainder) == 0x000248, "Member 'FDivisionDataflowNode::Remainder' has a wrong offset!"); \ +static_assert(offsetof(FDivisionDataflowNode, ReturnValue) == 0x00024C, "Member 'FDivisionDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFilterPointSetWithMeshDataflowNode \ +static_assert(alignof(FFilterPointSetWithMeshDataflowNode) == 0x000008, "Wrong alignment on FFilterPointSetWithMeshDataflowNode"); \ +static_assert(sizeof(FFilterPointSetWithMeshDataflowNode) == 0x000270, "Wrong size on FFilterPointSetWithMeshDataflowNode"); \ +static_assert(offsetof(FFilterPointSetWithMeshDataflowNode, TargetMesh) == 0x000240, "Member 'FFilterPointSetWithMeshDataflowNode::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(FFilterPointSetWithMeshDataflowNode, FilterMethod) == 0x000248, "Member 'FFilterPointSetWithMeshDataflowNode::FilterMethod' has a wrong offset!"); \ +static_assert(offsetof(FFilterPointSetWithMeshDataflowNode, bKeepInside) == 0x000249, "Member 'FFilterPointSetWithMeshDataflowNode::bKeepInside' has a wrong offset!"); \ +static_assert(offsetof(FFilterPointSetWithMeshDataflowNode, WindingThreshold) == 0x00024C, "Member 'FFilterPointSetWithMeshDataflowNode::WindingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FFilterPointSetWithMeshDataflowNode, MinDistance) == 0x000250, "Member 'FFilterPointSetWithMeshDataflowNode::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(FFilterPointSetWithMeshDataflowNode, MaxDistance) == 0x000254, "Member 'FFilterPointSetWithMeshDataflowNode::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FFilterPointSetWithMeshDataflowNode, bUseSignedDistance) == 0x000258, "Member 'FFilterPointSetWithMeshDataflowNode::bUseSignedDistance' has a wrong offset!"); \ +static_assert(offsetof(FFilterPointSetWithMeshDataflowNode, SamplePoints) == 0x000260, "Member 'FFilterPointSetWithMeshDataflowNode::SamplePoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSafeReciprocalDataflowNode \ +static_assert(alignof(FSafeReciprocalDataflowNode) == 0x000008, "Wrong alignment on FSafeReciprocalDataflowNode"); \ +static_assert(sizeof(FSafeReciprocalDataflowNode) == 0x000248, "Wrong size on FSafeReciprocalDataflowNode"); \ +static_assert(offsetof(FSafeReciprocalDataflowNode, float_0) == 0x000240, "Member 'FSafeReciprocalDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FSafeReciprocalDataflowNode, ReturnValue) == 0x000244, "Member 'FSafeReciprocalDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSquareDataflowNode \ +static_assert(alignof(FSquareDataflowNode) == 0x000008, "Wrong alignment on FSquareDataflowNode"); \ +static_assert(sizeof(FSquareDataflowNode) == 0x000248, "Wrong size on FSquareDataflowNode"); \ +static_assert(offsetof(FSquareDataflowNode, float_0) == 0x000240, "Member 'FSquareDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FSquareDataflowNode, ReturnValue) == 0x000244, "Member 'FSquareDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpheresToPointsDataflowNode \ +static_assert(alignof(FSpheresToPointsDataflowNode) == 0x000008, "Wrong alignment on FSpheresToPointsDataflowNode"); \ +static_assert(sizeof(FSpheresToPointsDataflowNode) == 0x000270, "Wrong size on FSpheresToPointsDataflowNode"); \ +static_assert(offsetof(FSpheresToPointsDataflowNode, Spheres) == 0x000240, "Member 'FSpheresToPointsDataflowNode::Spheres' has a wrong offset!"); \ +static_assert(offsetof(FSpheresToPointsDataflowNode, Points) == 0x000250, "Member 'FSpheresToPointsDataflowNode::Points' has a wrong offset!"); \ +static_assert(offsetof(FSpheresToPointsDataflowNode, Radii) == 0x000260, "Member 'FSpheresToPointsDataflowNode::Radii' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSquareRootDataflowNode \ +static_assert(alignof(FSquareRootDataflowNode) == 0x000008, "Wrong alignment on FSquareRootDataflowNode"); \ +static_assert(sizeof(FSquareRootDataflowNode) == 0x000248, "Wrong size on FSquareRootDataflowNode"); \ +static_assert(offsetof(FSquareRootDataflowNode, float_0) == 0x000240, "Member 'FSquareRootDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FSquareRootDataflowNode, ReturnValue) == 0x000244, "Member 'FSquareRootDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInverseSqrtDataflowNode \ +static_assert(alignof(FInverseSqrtDataflowNode) == 0x000008, "Wrong alignment on FInverseSqrtDataflowNode"); \ +static_assert(sizeof(FInverseSqrtDataflowNode) == 0x000248, "Wrong size on FInverseSqrtDataflowNode"); \ +static_assert(offsetof(FInverseSqrtDataflowNode, float_0) == 0x000240, "Member 'FInverseSqrtDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FInverseSqrtDataflowNode, ReturnValue) == 0x000244, "Member 'FInverseSqrtDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionAllDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionAllDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionAllDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionAllDataflowNode) == 0x000318, "Wrong size on FCollectionTransformSelectionAllDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionAllDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionAllDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionAllDataflowNode, TransformSelection) == 0x0002F0, "Member 'FCollectionTransformSelectionAllDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCubeDataflowNode \ +static_assert(alignof(FCubeDataflowNode) == 0x000008, "Wrong alignment on FCubeDataflowNode"); \ +static_assert(sizeof(FCubeDataflowNode) == 0x000248, "Wrong size on FCubeDataflowNode"); \ +static_assert(offsetof(FCubeDataflowNode, float_0) == 0x000240, "Member 'FCubeDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FCubeDataflowNode, ReturnValue) == 0x000244, "Member 'FCubeDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNegateDataflowNode \ +static_assert(alignof(FNegateDataflowNode) == 0x000008, "Wrong alignment on FNegateDataflowNode"); \ +static_assert(sizeof(FNegateDataflowNode) == 0x000248, "Wrong size on FNegateDataflowNode"); \ +static_assert(offsetof(FNegateDataflowNode, float_0) == 0x000240, "Member 'FNegateDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FNegateDataflowNode, ReturnValue) == 0x000244, "Member 'FNegateDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionParentDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionParentDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionParentDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionParentDataflowNode) == 0x000318, "Wrong size on FCollectionTransformSelectionParentDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionParentDataflowNode, TransformSelection) == 0x000240, "Member 'FCollectionTransformSelectionParentDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionParentDataflowNode, Collection) == 0x000268, "Member 'FCollectionTransformSelectionParentDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbsDataflowNode \ +static_assert(alignof(FAbsDataflowNode) == 0x000008, "Wrong alignment on FAbsDataflowNode"); \ +static_assert(sizeof(FAbsDataflowNode) == 0x000248, "Wrong size on FAbsDataflowNode"); \ +static_assert(offsetof(FAbsDataflowNode, float_0) == 0x000240, "Member 'FAbsDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FAbsDataflowNode, ReturnValue) == 0x000244, "Member 'FAbsDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFloorDataflowNode \ +static_assert(alignof(FFloorDataflowNode) == 0x000008, "Wrong alignment on FFloorDataflowNode"); \ +static_assert(sizeof(FFloorDataflowNode) == 0x000248, "Wrong size on FFloorDataflowNode"); \ +static_assert(offsetof(FFloorDataflowNode, float_0) == 0x000240, "Member 'FFloorDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFloorDataflowNode, ReturnValue) == 0x000244, "Member 'FFloorDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionInvertDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionInvertDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionInvertDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionInvertDataflowNode) == 0x000268, "Wrong size on FCollectionTransformSelectionInvertDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionInvertDataflowNode, TransformSelection) == 0x000240, "Member 'FCollectionTransformSelectionInvertDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCeilDataflowNode \ +static_assert(alignof(FCeilDataflowNode) == 0x000008, "Wrong alignment on FCeilDataflowNode"); \ +static_assert(sizeof(FCeilDataflowNode) == 0x000248, "Wrong size on FCeilDataflowNode"); \ +static_assert(offsetof(FCeilDataflowNode, float_0) == 0x000240, "Member 'FCeilDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FCeilDataflowNode, ReturnValue) == 0x000244, "Member 'FCeilDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRoundDataflowNode \ +static_assert(alignof(FRoundDataflowNode) == 0x000008, "Wrong alignment on FRoundDataflowNode"); \ +static_assert(sizeof(FRoundDataflowNode) == 0x000248, "Wrong size on FRoundDataflowNode"); \ +static_assert(offsetof(FRoundDataflowNode, float_0) == 0x000240, "Member 'FRoundDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FRoundDataflowNode, ReturnValue) == 0x000244, "Member 'FRoundDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNonUniformPointSamplingDataflowNode \ +static_assert(alignof(FNonUniformPointSamplingDataflowNode) == 0x000008, "Wrong alignment on FNonUniformPointSamplingDataflowNode"); \ +static_assert(sizeof(FNonUniformPointSamplingDataflowNode) == 0x0002B0, "Wrong size on FNonUniformPointSamplingDataflowNode"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, TargetMesh) == 0x000240, "Member 'FNonUniformPointSamplingDataflowNode::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, SamplingRadius) == 0x000248, "Member 'FNonUniformPointSamplingDataflowNode::SamplingRadius' has a wrong offset!"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, MaxNumSamples) == 0x00024C, "Member 'FNonUniformPointSamplingDataflowNode::MaxNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, SubSampleDensity) == 0x000250, "Member 'FNonUniformPointSamplingDataflowNode::SubSampleDensity' has a wrong offset!"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, RandomSeed) == 0x000254, "Member 'FNonUniformPointSamplingDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, MaxSamplingRadius) == 0x000258, "Member 'FNonUniformPointSamplingDataflowNode::MaxSamplingRadius' has a wrong offset!"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, SizeDistribution) == 0x00025C, "Member 'FNonUniformPointSamplingDataflowNode::SizeDistribution' has a wrong offset!"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, SizeDistributionPower) == 0x000260, "Member 'FNonUniformPointSamplingDataflowNode::SizeDistributionPower' has a wrong offset!"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, SamplePoints) == 0x000268, "Member 'FNonUniformPointSamplingDataflowNode::SamplePoints' has a wrong offset!"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, SampleRadii) == 0x000278, "Member 'FNonUniformPointSamplingDataflowNode::SampleRadii' has a wrong offset!"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, SampleTriangleIDs) == 0x000288, "Member 'FNonUniformPointSamplingDataflowNode::SampleTriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, SampleBarycentricCoords) == 0x000298, "Member 'FNonUniformPointSamplingDataflowNode::SampleBarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(FNonUniformPointSamplingDataflowNode, NumSamplePoints) == 0x0002A8, "Member 'FNonUniformPointSamplingDataflowNode::NumSamplePoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTruncDataflowNode \ +static_assert(alignof(FTruncDataflowNode) == 0x000008, "Wrong alignment on FTruncDataflowNode"); \ +static_assert(sizeof(FTruncDataflowNode) == 0x000248, "Wrong size on FTruncDataflowNode"); \ +static_assert(offsetof(FTruncDataflowNode, float_0) == 0x000240, "Member 'FTruncDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FTruncDataflowNode, ReturnValue) == 0x000244, "Member 'FTruncDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFracDataflowNode \ +static_assert(alignof(FFracDataflowNode) == 0x000008, "Wrong alignment on FFracDataflowNode"); \ +static_assert(sizeof(FFracDataflowNode) == 0x000248, "Wrong size on FFracDataflowNode"); \ +static_assert(offsetof(FFracDataflowNode, float_0) == 0x000240, "Member 'FFracDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFracDataflowNode, ReturnValue) == 0x000244, "Member 'FFracDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionCustomDataflowNode_v2 \ +static_assert(alignof(FCollectionTransformSelectionCustomDataflowNode_v2) == 0x000008, "Wrong alignment on FCollectionTransformSelectionCustomDataflowNode_v2"); \ +static_assert(sizeof(FCollectionTransformSelectionCustomDataflowNode_v2) == 0x000328, "Wrong size on FCollectionTransformSelectionCustomDataflowNode_v2"); \ +static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode_v2, Collection) == 0x000240, "Member 'FCollectionTransformSelectionCustomDataflowNode_v2::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode_v2, BoneIndices) == 0x0002F0, "Member 'FCollectionTransformSelectionCustomDataflowNode_v2::BoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode_v2, TransformSelection) == 0x000300, "Member 'FCollectionTransformSelectionCustomDataflowNode_v2::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinDataflowNode \ +static_assert(alignof(FMinDataflowNode) == 0x000008, "Wrong alignment on FMinDataflowNode"); \ +static_assert(sizeof(FMinDataflowNode) == 0x000250, "Wrong size on FMinDataflowNode"); \ +static_assert(offsetof(FMinDataflowNode, FloatA) == 0x000240, "Member 'FMinDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FMinDataflowNode, FloatB) == 0x000244, "Member 'FMinDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FMinDataflowNode, ReturnValue) == 0x000248, "Member 'FMinDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaxDataflowNode \ +static_assert(alignof(FMaxDataflowNode) == 0x000008, "Wrong alignment on FMaxDataflowNode"); \ +static_assert(sizeof(FMaxDataflowNode) == 0x000250, "Wrong size on FMaxDataflowNode"); \ +static_assert(offsetof(FMaxDataflowNode, FloatA) == 0x000240, "Member 'FMaxDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FMaxDataflowNode, FloatB) == 0x000244, "Member 'FMaxDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FMaxDataflowNode, ReturnValue) == 0x000248, "Member 'FMaxDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionClusterDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionClusterDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionClusterDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionClusterDataflowNode) == 0x000318, "Wrong size on FCollectionTransformSelectionClusterDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionClusterDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionClusterDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionClusterDataflowNode, TransformSelection) == 0x0002F0, "Member 'FCollectionTransformSelectionClusterDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMin3DataflowNode \ +static_assert(alignof(FMin3DataflowNode) == 0x000008, "Wrong alignment on FMin3DataflowNode"); \ +static_assert(sizeof(FMin3DataflowNode) == 0x000250, "Wrong size on FMin3DataflowNode"); \ +static_assert(offsetof(FMin3DataflowNode, FloatA) == 0x000240, "Member 'FMin3DataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FMin3DataflowNode, FloatB) == 0x000244, "Member 'FMin3DataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FMin3DataflowNode, FloatC) == 0x000248, "Member 'FMin3DataflowNode::FloatC' has a wrong offset!"); \ +static_assert(offsetof(FMin3DataflowNode, ReturnValue) == 0x00024C, "Member 'FMin3DataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMax3DataflowNode \ +static_assert(alignof(FMax3DataflowNode) == 0x000008, "Wrong alignment on FMax3DataflowNode"); \ +static_assert(sizeof(FMax3DataflowNode) == 0x000250, "Wrong size on FMax3DataflowNode"); \ +static_assert(offsetof(FMax3DataflowNode, FloatA) == 0x000240, "Member 'FMax3DataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FMax3DataflowNode, FloatB) == 0x000244, "Member 'FMax3DataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FMax3DataflowNode, FloatC) == 0x000248, "Member 'FMax3DataflowNode::FloatC' has a wrong offset!"); \ +static_assert(offsetof(FMax3DataflowNode, ReturnValue) == 0x00024C, "Member 'FMax3DataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionChildrenDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionChildrenDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionChildrenDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionChildrenDataflowNode) == 0x000318, "Wrong size on FCollectionTransformSelectionChildrenDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionChildrenDataflowNode, TransformSelection) == 0x000240, "Member 'FCollectionTransformSelectionChildrenDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionChildrenDataflowNode, Collection) == 0x000268, "Member 'FCollectionTransformSelectionChildrenDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSignDataflowNode \ +static_assert(alignof(FSignDataflowNode) == 0x000008, "Wrong alignment on FSignDataflowNode"); \ +static_assert(sizeof(FSignDataflowNode) == 0x000248, "Wrong size on FSignDataflowNode"); \ +static_assert(offsetof(FSignDataflowNode, float_0) == 0x000240, "Member 'FSignDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FSignDataflowNode, ReturnValue) == 0x000244, "Member 'FSignDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClampDataflowNode \ +static_assert(alignof(FClampDataflowNode) == 0x000008, "Wrong alignment on FClampDataflowNode"); \ +static_assert(sizeof(FClampDataflowNode) == 0x000250, "Wrong size on FClampDataflowNode"); \ +static_assert(offsetof(FClampDataflowNode, float_0) == 0x000240, "Member 'FClampDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FClampDataflowNode, Min) == 0x000244, "Member 'FClampDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FClampDataflowNode, Max) == 0x000248, "Member 'FClampDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FClampDataflowNode, ReturnValue) == 0x00024C, "Member 'FClampDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionRootDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionRootDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionRootDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionRootDataflowNode) == 0x000318, "Wrong size on FCollectionTransformSelectionRootDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionRootDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionRootDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRootDataflowNode, TransformSelection) == 0x0002F0, "Member 'FCollectionTransformSelectionRootDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFitDataflowNode \ +static_assert(alignof(FFitDataflowNode) == 0x000008, "Wrong alignment on FFitDataflowNode"); \ +static_assert(sizeof(FFitDataflowNode) == 0x000258, "Wrong size on FFitDataflowNode"); \ +static_assert(offsetof(FFitDataflowNode, float_0) == 0x000240, "Member 'FFitDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, OldMin) == 0x000244, "Member 'FFitDataflowNode::OldMin' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, OldMax) == 0x000248, "Member 'FFitDataflowNode::OldMax' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, NewMin) == 0x00024C, "Member 'FFitDataflowNode::NewMin' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, NewMax) == 0x000250, "Member 'FFitDataflowNode::NewMax' has a wrong offset!"); \ +static_assert(offsetof(FFitDataflowNode, ReturnValue) == 0x000254, "Member 'FFitDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPowDataflowNode \ +static_assert(alignof(FPowDataflowNode) == 0x000008, "Wrong alignment on FPowDataflowNode"); \ +static_assert(sizeof(FPowDataflowNode) == 0x000250, "Wrong size on FPowDataflowNode"); \ +static_assert(offsetof(FPowDataflowNode, base) == 0x000240, "Member 'FPowDataflowNode::base' has a wrong offset!"); \ +static_assert(offsetof(FPowDataflowNode, exp) == 0x000244, "Member 'FPowDataflowNode::exp' has a wrong offset!"); \ +static_assert(offsetof(FPowDataflowNode, ReturnValue) == 0x000248, "Member 'FPowDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLogeDataflowNode \ +static_assert(alignof(FLogeDataflowNode) == 0x000008, "Wrong alignment on FLogeDataflowNode"); \ +static_assert(sizeof(FLogeDataflowNode) == 0x000248, "Wrong size on FLogeDataflowNode"); \ +static_assert(offsetof(FLogeDataflowNode, A) == 0x000240, "Member 'FLogeDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FLogeDataflowNode, ReturnValue) == 0x000244, "Member 'FLogeDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWrapDataflowNode \ +static_assert(alignof(FWrapDataflowNode) == 0x000008, "Wrong alignment on FWrapDataflowNode"); \ +static_assert(sizeof(FWrapDataflowNode) == 0x000250, "Wrong size on FWrapDataflowNode"); \ +static_assert(offsetof(FWrapDataflowNode, float_0) == 0x000240, "Member 'FWrapDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FWrapDataflowNode, Min) == 0x000244, "Member 'FWrapDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FWrapDataflowNode, Max) == 0x000248, "Member 'FWrapDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FWrapDataflowNode, ReturnValue) == 0x00024C, "Member 'FWrapDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSinDataflowNode \ +static_assert(alignof(FSinDataflowNode) == 0x000008, "Wrong alignment on FSinDataflowNode"); \ +static_assert(sizeof(FSinDataflowNode) == 0x000248, "Wrong size on FSinDataflowNode"); \ +static_assert(offsetof(FSinDataflowNode, float_0) == 0x000240, "Member 'FSinDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FSinDataflowNode, ReturnValue) == 0x000244, "Member 'FSinDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCosDataflowNode \ +static_assert(alignof(FCosDataflowNode) == 0x000008, "Wrong alignment on FCosDataflowNode"); \ +static_assert(sizeof(FCosDataflowNode) == 0x000248, "Wrong size on FCosDataflowNode"); \ +static_assert(offsetof(FCosDataflowNode, float_0) == 0x000240, "Member 'FCosDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FCosDataflowNode, ReturnValue) == 0x000244, "Member 'FCosDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTanDataflowNode \ +static_assert(alignof(FTanDataflowNode) == 0x000008, "Wrong alignment on FTanDataflowNode"); \ +static_assert(sizeof(FTanDataflowNode) == 0x000248, "Wrong size on FTanDataflowNode"); \ +static_assert(offsetof(FTanDataflowNode, float_0) == 0x000240, "Member 'FTanDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FTanDataflowNode, ReturnValue) == 0x000244, "Member 'FTanDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArcTan2DataflowNode \ +static_assert(alignof(FArcTan2DataflowNode) == 0x000008, "Wrong alignment on FArcTan2DataflowNode"); \ +static_assert(sizeof(FArcTan2DataflowNode) == 0x000250, "Wrong size on FArcTan2DataflowNode"); \ +static_assert(offsetof(FArcTan2DataflowNode, Y) == 0x000240, "Member 'FArcTan2DataflowNode::Y' has a wrong offset!"); \ +static_assert(offsetof(FArcTan2DataflowNode, X) == 0x000244, "Member 'FArcTan2DataflowNode::X' has a wrong offset!"); \ +static_assert(offsetof(FArcTan2DataflowNode, ReturnValue) == 0x000248, "Member 'FArcTan2DataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScaleVectorDataflowNode \ +static_assert(alignof(FScaleVectorDataflowNode) == 0x000008, "Wrong alignment on FScaleVectorDataflowNode"); \ +static_assert(sizeof(FScaleVectorDataflowNode) == 0x000278, "Wrong size on FScaleVectorDataflowNode"); \ +static_assert(offsetof(FScaleVectorDataflowNode, Vector) == 0x000240, "Member 'FScaleVectorDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FScaleVectorDataflowNode, Scale) == 0x000258, "Member 'FScaleVectorDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FScaleVectorDataflowNode, ScaledVector) == 0x000260, "Member 'FScaleVectorDataflowNode::ScaledVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCrossProductDataflowNode \ +static_assert(alignof(FCrossProductDataflowNode) == 0x000008, "Wrong alignment on FCrossProductDataflowNode"); \ +static_assert(sizeof(FCrossProductDataflowNode) == 0x000288, "Wrong size on FCrossProductDataflowNode"); \ +static_assert(offsetof(FCrossProductDataflowNode, VectorA) == 0x000240, "Member 'FCrossProductDataflowNode::VectorA' has a wrong offset!"); \ +static_assert(offsetof(FCrossProductDataflowNode, VectorB) == 0x000258, "Member 'FCrossProductDataflowNode::VectorB' has a wrong offset!"); \ +static_assert(offsetof(FCrossProductDataflowNode, ReturnValue) == 0x000270, "Member 'FCrossProductDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLengthDataflowNode \ +static_assert(alignof(FLengthDataflowNode) == 0x000008, "Wrong alignment on FLengthDataflowNode"); \ +static_assert(sizeof(FLengthDataflowNode) == 0x000260, "Wrong size on FLengthDataflowNode"); \ +static_assert(offsetof(FLengthDataflowNode, Vector) == 0x000240, "Member 'FLengthDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FLengthDataflowNode, ReturnValue) == 0x000258, "Member 'FLengthDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIsNearlyZeroDataflowNode \ +static_assert(alignof(FIsNearlyZeroDataflowNode) == 0x000008, "Wrong alignment on FIsNearlyZeroDataflowNode"); \ +static_assert(sizeof(FIsNearlyZeroDataflowNode) == 0x000248, "Wrong size on FIsNearlyZeroDataflowNode"); \ +static_assert(offsetof(FIsNearlyZeroDataflowNode, float_0) == 0x000240, "Member 'FIsNearlyZeroDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FIsNearlyZeroDataflowNode, ReturnValue) == 0x000244, "Member 'FIsNearlyZeroDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomFloatInRangeDataflowNode \ +static_assert(alignof(FRandomFloatInRangeDataflowNode) == 0x000008, "Wrong alignment on FRandomFloatInRangeDataflowNode"); \ +static_assert(sizeof(FRandomFloatInRangeDataflowNode) == 0x000258, "Wrong size on FRandomFloatInRangeDataflowNode"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, bDeterministic) == 0x000240, "Member 'FRandomFloatInRangeDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, RandomSeed) == 0x000244, "Member 'FRandomFloatInRangeDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, Min) == 0x000248, "Member 'FRandomFloatInRangeDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, Max) == 0x00024C, "Member 'FRandomFloatInRangeDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FRandomFloatInRangeDataflowNode, ReturnValue) == 0x000250, "Member 'FRandomFloatInRangeDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomUnitVectorInConeDataflowNode \ +static_assert(alignof(FRandomUnitVectorInConeDataflowNode) == 0x000008, "Wrong alignment on FRandomUnitVectorInConeDataflowNode"); \ +static_assert(sizeof(FRandomUnitVectorInConeDataflowNode) == 0x000280, "Wrong size on FRandomUnitVectorInConeDataflowNode"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, bDeterministic) == 0x000240, "Member 'FRandomUnitVectorInConeDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, RandomSeed) == 0x000244, "Member 'FRandomUnitVectorInConeDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, ConeDirection) == 0x000248, "Member 'FRandomUnitVectorInConeDataflowNode::ConeDirection' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, ConeHalfAngle) == 0x000260, "Member 'FRandomUnitVectorInConeDataflowNode::ConeHalfAngle' has a wrong offset!"); \ +static_assert(offsetof(FRandomUnitVectorInConeDataflowNode, ReturnValue) == 0x000268, "Member 'FRandomUnitVectorInConeDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDegreesToRadiansDataflowNode \ +static_assert(alignof(FDegreesToRadiansDataflowNode) == 0x000008, "Wrong alignment on FDegreesToRadiansDataflowNode"); \ +static_assert(sizeof(FDegreesToRadiansDataflowNode) == 0x000248, "Wrong size on FDegreesToRadiansDataflowNode"); \ +static_assert(offsetof(FDegreesToRadiansDataflowNode, Degrees) == 0x000240, "Member 'FDegreesToRadiansDataflowNode::Degrees' has a wrong offset!"); \ +static_assert(offsetof(FDegreesToRadiansDataflowNode, Radians) == 0x000244, "Member 'FDegreesToRadiansDataflowNode::Radians' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOneMinusDataflowNode \ +static_assert(alignof(FOneMinusDataflowNode) == 0x000008, "Wrong alignment on FOneMinusDataflowNode"); \ +static_assert(sizeof(FOneMinusDataflowNode) == 0x000248, "Wrong size on FOneMinusDataflowNode"); \ +static_assert(offsetof(FOneMinusDataflowNode, A) == 0x000240, "Member 'FOneMinusDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FOneMinusDataflowNode, ReturnValue) == 0x000244, "Member 'FOneMinusDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathExpressionDataflowNode \ +static_assert(alignof(FMathExpressionDataflowNode) == 0x000008, "Wrong alignment on FMathExpressionDataflowNode"); \ +static_assert(sizeof(FMathExpressionDataflowNode) == 0x000278, "Wrong size on FMathExpressionDataflowNode"); \ +static_assert(offsetof(FMathExpressionDataflowNode, A) == 0x000240, "Member 'FMathExpressionDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FMathExpressionDataflowNode, B) == 0x000248, "Member 'FMathExpressionDataflowNode::B' has a wrong offset!"); \ +static_assert(offsetof(FMathExpressionDataflowNode, C) == 0x000250, "Member 'FMathExpressionDataflowNode::C' has a wrong offset!"); \ +static_assert(offsetof(FMathExpressionDataflowNode, D) == 0x000258, "Member 'FMathExpressionDataflowNode::D' has a wrong offset!"); \ +static_assert(offsetof(FMathExpressionDataflowNode, Expression) == 0x000260, "Member 'FMathExpressionDataflowNode::Expression' has a wrong offset!"); \ +static_assert(offsetof(FMathExpressionDataflowNode, ReturnValue) == 0x000270, "Member 'FMathExpressionDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FApplyMeshProcessorToGeometryCollectionDataflowNode \ +static_assert(alignof(FApplyMeshProcessorToGeometryCollectionDataflowNode) == 0x000008, "Wrong alignment on FApplyMeshProcessorToGeometryCollectionDataflowNode"); \ +static_assert(sizeof(FApplyMeshProcessorToGeometryCollectionDataflowNode) == 0x0003D0, "Wrong size on FApplyMeshProcessorToGeometryCollectionDataflowNode"); \ +static_assert(offsetof(FApplyMeshProcessorToGeometryCollectionDataflowNode, Collection) == 0x0002F0, "Member 'FApplyMeshProcessorToGeometryCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FApplyMeshProcessorToGeometryCollectionDataflowNode, TransformSelection) == 0x0003A0, "Member 'FApplyMeshProcessorToGeometryCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FApplyMeshProcessorToGeometryCollectionDataflowNode, bWeldVertices) == 0x0003C8, "Member 'FApplyMeshProcessorToGeometryCollectionDataflowNode::bWeldVertices' has a wrong offset!"); \ +static_assert(offsetof(FApplyMeshProcessorToGeometryCollectionDataflowNode, bPreserveIsolatedVertices) == 0x0003C9, "Member 'FApplyMeshProcessorToGeometryCollectionDataflowNode::bPreserveIsolatedVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAppendMeshesToCollectionDataflowNode \ +static_assert(alignof(FAppendMeshesToCollectionDataflowNode) == 0x000008, "Wrong alignment on FAppendMeshesToCollectionDataflowNode"); \ +static_assert(sizeof(FAppendMeshesToCollectionDataflowNode) == 0x000330, "Wrong size on FAppendMeshesToCollectionDataflowNode"); \ +static_assert(offsetof(FAppendMeshesToCollectionDataflowNode, Collection) == 0x000240, "Member 'FAppendMeshesToCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FAppendMeshesToCollectionDataflowNode, AddedSelection) == 0x0002F0, "Member 'FAppendMeshesToCollectionDataflowNode::AddedSelection' has a wrong offset!"); \ +static_assert(offsetof(FAppendMeshesToCollectionDataflowNode, Meshes) == 0x000318, "Member 'FAppendMeshesToCollectionDataflowNode::Meshes' has a wrong offset!"); \ +static_assert(offsetof(FAppendMeshesToCollectionDataflowNode, ParentIndex) == 0x000328, "Member 'FAppendMeshesToCollectionDataflowNode::ParentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshInfoDataflowNode \ +static_assert(alignof(FMeshInfoDataflowNode) == 0x000008, "Wrong alignment on FMeshInfoDataflowNode"); \ +static_assert(sizeof(FMeshInfoDataflowNode) == 0x000258, "Wrong size on FMeshInfoDataflowNode"); \ +static_assert(offsetof(FMeshInfoDataflowNode, Mesh) == 0x000240, "Member 'FMeshInfoDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FMeshInfoDataflowNode, InfoString) == 0x000248, "Member 'FMeshInfoDataflowNode::InfoString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionToMeshDataflowNode \ +static_assert(alignof(FCollectionToMeshDataflowNode) == 0x000008, "Wrong alignment on FCollectionToMeshDataflowNode"); \ +static_assert(sizeof(FCollectionToMeshDataflowNode) == 0x000330, "Wrong size on FCollectionToMeshDataflowNode"); \ +static_assert(offsetof(FCollectionToMeshDataflowNode, Collection) == 0x000240, "Member 'FCollectionToMeshDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToMeshDataflowNode, bCenterPivot) == 0x0002F0, "Member 'FCollectionToMeshDataflowNode::bCenterPivot' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToMeshDataflowNode, Mesh) == 0x0002F8, "Member 'FCollectionToMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToMeshDataflowNode, TransformSelection) == 0x000300, "Member 'FCollectionToMeshDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToMeshDataflowNode, bWeldVertices) == 0x000328, "Member 'FCollectionToMeshDataflowNode::bWeldVertices' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToMeshDataflowNode, bPreserveIsolatedVertices) == 0x000329, "Member 'FCollectionToMeshDataflowNode::bPreserveIsolatedVertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetMeshBoundingBoxDataflowNode \ +static_assert(alignof(FGetMeshBoundingBoxDataflowNode) == 0x000008, "Wrong alignment on FGetMeshBoundingBoxDataflowNode"); \ +static_assert(sizeof(FGetMeshBoundingBoxDataflowNode) == 0x0002B0, "Wrong size on FGetMeshBoundingBoxDataflowNode"); \ +static_assert(offsetof(FGetMeshBoundingBoxDataflowNode, Mesh) == 0x000240, "Member 'FGetMeshBoundingBoxDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FGetMeshBoundingBoxDataflowNode, BoundingBox) == 0x000248, "Member 'FGetMeshBoundingBoxDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FGetMeshBoundingBoxDataflowNode, Center) == 0x000280, "Member 'FGetMeshBoundingBoxDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FGetMeshBoundingBoxDataflowNode, Dimensions) == 0x000298, "Member 'FGetMeshBoundingBoxDataflowNode::Dimensions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowMeshAppendDataflowNode \ +static_assert(alignof(FDataflowMeshAppendDataflowNode) == 0x000008, "Wrong alignment on FDataflowMeshAppendDataflowNode"); \ +static_assert(sizeof(FDataflowMeshAppendDataflowNode) == 0x000250, "Wrong size on FDataflowMeshAppendDataflowNode"); \ +static_assert(offsetof(FDataflowMeshAppendDataflowNode, Mesh) == 0x000240, "Member 'FDataflowMeshAppendDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FDataflowMeshAppendDataflowNode, AppendMesh) == 0x000248, "Member 'FDataflowMeshAppendDataflowNode::AppendMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDuplicateMeshUVChannelNode \ +static_assert(alignof(FDuplicateMeshUVChannelNode) == 0x000008, "Wrong alignment on FDuplicateMeshUVChannelNode"); \ +static_assert(sizeof(FDuplicateMeshUVChannelNode) == 0x000250, "Wrong size on FDuplicateMeshUVChannelNode"); \ +static_assert(offsetof(FDuplicateMeshUVChannelNode, Mesh) == 0x000240, "Member 'FDuplicateMeshUVChannelNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FDuplicateMeshUVChannelNode, SourceUVChannel) == 0x000248, "Member 'FDuplicateMeshUVChannelNode::SourceUVChannel' has a wrong offset!"); \ +static_assert(offsetof(FDuplicateMeshUVChannelNode, NewUVChannel) == 0x00024C, "Member 'FDuplicateMeshUVChannelNode::NewUVChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplitDataflowMeshDataflowNode \ +static_assert(alignof(FSplitDataflowMeshDataflowNode) == 0x000008, "Wrong alignment on FSplitDataflowMeshDataflowNode"); \ +static_assert(sizeof(FSplitDataflowMeshDataflowNode) == 0x000260, "Wrong size on FSplitDataflowMeshDataflowNode"); \ +static_assert(offsetof(FSplitDataflowMeshDataflowNode, InMesh) == 0x000240, "Member 'FSplitDataflowMeshDataflowNode::InMesh' has a wrong offset!"); \ +static_assert(offsetof(FSplitDataflowMeshDataflowNode, Mesh) == 0x000248, "Member 'FSplitDataflowMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FSplitDataflowMeshDataflowNode, MaterialArray) == 0x000250, "Member 'FSplitDataflowMeshDataflowNode::MaterialArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetMeshDataDataflowNode \ +static_assert(alignof(FGetMeshDataDataflowNode) == 0x000008, "Wrong alignment on FGetMeshDataDataflowNode"); \ +static_assert(sizeof(FGetMeshDataDataflowNode) == 0x000258, "Wrong size on FGetMeshDataDataflowNode"); \ +static_assert(offsetof(FGetMeshDataDataflowNode, Mesh) == 0x000240, "Member 'FGetMeshDataDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FGetMeshDataDataflowNode, VertexCount) == 0x000248, "Member 'FGetMeshDataDataflowNode::VertexCount' has a wrong offset!"); \ +static_assert(offsetof(FGetMeshDataDataflowNode, EdgeCount) == 0x00024C, "Member 'FGetMeshDataDataflowNode::EdgeCount' has a wrong offset!"); \ +static_assert(offsetof(FGetMeshDataDataflowNode, TriangleCount) == 0x000250, "Member 'FGetMeshDataDataflowNode::TriangleCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAppendCollectionAssetsDataflowNode \ +static_assert(alignof(FAppendCollectionAssetsDataflowNode) == 0x000008, "Wrong alignment on FAppendCollectionAssetsDataflowNode"); \ +static_assert(sizeof(FAppendCollectionAssetsDataflowNode) == 0x0003C0, "Wrong size on FAppendCollectionAssetsDataflowNode"); \ +static_assert(offsetof(FAppendCollectionAssetsDataflowNode, Collection1) == 0x000240, "Member 'FAppendCollectionAssetsDataflowNode::Collection1' has a wrong offset!"); \ +static_assert(offsetof(FAppendCollectionAssetsDataflowNode, Collection2) == 0x0002F0, "Member 'FAppendCollectionAssetsDataflowNode::Collection2' has a wrong offset!"); \ +static_assert(offsetof(FAppendCollectionAssetsDataflowNode, GeometryGroupGuidsOut1) == 0x0003A0, "Member 'FAppendCollectionAssetsDataflowNode::GeometryGroupGuidsOut1' has a wrong offset!"); \ +static_assert(offsetof(FAppendCollectionAssetsDataflowNode, GeometryGroupGuidsOut2) == 0x0003B0, "Member 'FAppendCollectionAssetsDataflowNode::GeometryGroupGuidsOut2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLogStringDataflowNode \ +static_assert(alignof(FLogStringDataflowNode) == 0x000008, "Wrong alignment on FLogStringDataflowNode"); \ +static_assert(sizeof(FLogStringDataflowNode) == 0x000258, "Wrong size on FLogStringDataflowNode"); \ +static_assert(offsetof(FLogStringDataflowNode, bPrintToLog) == 0x000240, "Member 'FLogStringDataflowNode::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(FLogStringDataflowNode, String) == 0x000248, "Member 'FLogStringDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoundingSphereDataflowNode \ +static_assert(alignof(FBoundingSphereDataflowNode) == 0x000008, "Wrong alignment on FBoundingSphereDataflowNode"); \ +static_assert(sizeof(FBoundingSphereDataflowNode) == 0x000310, "Wrong size on FBoundingSphereDataflowNode"); \ +static_assert(offsetof(FBoundingSphereDataflowNode, Collection) == 0x000240, "Member 'FBoundingSphereDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FBoundingSphereDataflowNode, BoundingSphere) == 0x0002F0, "Member 'FBoundingSphereDataflowNode::BoundingSphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpandBoundingBoxDataflowNode \ +static_assert(alignof(FExpandBoundingBoxDataflowNode) == 0x000008, "Wrong alignment on FExpandBoundingBoxDataflowNode"); \ +static_assert(sizeof(FExpandBoundingBoxDataflowNode) == 0x0002E0, "Wrong size on FExpandBoundingBoxDataflowNode"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, BoundingBox) == 0x000240, "Member 'FExpandBoundingBoxDataflowNode::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, Min) == 0x000278, "Member 'FExpandBoundingBoxDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, Max) == 0x000290, "Member 'FExpandBoundingBoxDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, Center) == 0x0002A8, "Member 'FExpandBoundingBoxDataflowNode::Center' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, HalfExtents) == 0x0002C0, "Member 'FExpandBoundingBoxDataflowNode::HalfExtents' has a wrong offset!"); \ +static_assert(offsetof(FExpandBoundingBoxDataflowNode, Volume) == 0x0002D8, "Member 'FExpandBoundingBoxDataflowNode::Volume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExpandVectorDataflowNode \ +static_assert(alignof(FExpandVectorDataflowNode) == 0x000008, "Wrong alignment on FExpandVectorDataflowNode"); \ +static_assert(sizeof(FExpandVectorDataflowNode) == 0x000268, "Wrong size on FExpandVectorDataflowNode"); \ +static_assert(offsetof(FExpandVectorDataflowNode, Vector) == 0x000240, "Member 'FExpandVectorDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FExpandVectorDataflowNode, X) == 0x000258, "Member 'FExpandVectorDataflowNode::X' has a wrong offset!"); \ +static_assert(offsetof(FExpandVectorDataflowNode, Y) == 0x00025C, "Member 'FExpandVectorDataflowNode::Y' has a wrong offset!"); \ +static_assert(offsetof(FExpandVectorDataflowNode, Z) == 0x000260, "Member 'FExpandVectorDataflowNode::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStringAppendDataflowNode_v2 \ +static_assert(alignof(FStringAppendDataflowNode_v2) == 0x000008, "Wrong alignment on FStringAppendDataflowNode_v2"); \ +static_assert(sizeof(FStringAppendDataflowNode_v2) == 0x000260, "Wrong size on FStringAppendDataflowNode_v2"); \ +static_assert(offsetof(FStringAppendDataflowNode_v2, Inputs) == 0x000240, "Member 'FStringAppendDataflowNode_v2::Inputs' has a wrong offset!"); \ +static_assert(offsetof(FStringAppendDataflowNode_v2, String) == 0x000250, "Member 'FStringAppendDataflowNode_v2::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHashVectorDataflowNode \ +static_assert(alignof(FHashVectorDataflowNode) == 0x000008, "Wrong alignment on FHashVectorDataflowNode"); \ +static_assert(sizeof(FHashVectorDataflowNode) == 0x000260, "Wrong size on FHashVectorDataflowNode"); \ +static_assert(offsetof(FHashVectorDataflowNode, Vector) == 0x000240, "Member 'FHashVectorDataflowNode::Vector' has a wrong offset!"); \ +static_assert(offsetof(FHashVectorDataflowNode, Hash) == 0x000258, "Member 'FHashVectorDataflowNode::Hash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetRootIndexFromCollectionDataflowNode \ +static_assert(alignof(FGetRootIndexFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FGetRootIndexFromCollectionDataflowNode"); \ +static_assert(sizeof(FGetRootIndexFromCollectionDataflowNode) == 0x0002F8, "Wrong size on FGetRootIndexFromCollectionDataflowNode"); \ +static_assert(offsetof(FGetRootIndexFromCollectionDataflowNode, Collection) == 0x000240, "Member 'FGetRootIndexFromCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetRootIndexFromCollectionDataflowNode, RootIndex) == 0x0002F0, "Member 'FGetRootIndexFromCollectionDataflowNode::RootIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformCollectionDataflowNode \ +static_assert(alignof(FTransformCollectionDataflowNode) == 0x000008, "Wrong alignment on FTransformCollectionDataflowNode"); \ +static_assert(sizeof(FTransformCollectionDataflowNode) == 0x0003A8, "Wrong size on FTransformCollectionDataflowNode"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, Collection) == 0x000240, "Member 'FTransformCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, TransformSelection) == 0x0002F0, "Member 'FTransformCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, Translate) == 0x000318, "Member 'FTransformCollectionDataflowNode::Translate' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, RotationOrder) == 0x000330, "Member 'FTransformCollectionDataflowNode::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, Rotate) == 0x000338, "Member 'FTransformCollectionDataflowNode::Rotate' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, Scale) == 0x000350, "Member 'FTransformCollectionDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, UniformScale) == 0x000368, "Member 'FTransformCollectionDataflowNode::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, RotatePivot) == 0x000370, "Member 'FTransformCollectionDataflowNode::RotatePivot' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, ScalePivot) == 0x000388, "Member 'FTransformCollectionDataflowNode::ScalePivot' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionDataflowNode, bInvertTransformation) == 0x0003A0, "Member 'FTransformCollectionDataflowNode::bInvertTransformation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformMeshDataflowNode \ +static_assert(alignof(FTransformMeshDataflowNode) == 0x000008, "Wrong alignment on FTransformMeshDataflowNode"); \ +static_assert(sizeof(FTransformMeshDataflowNode) == 0x0002D8, "Wrong size on FTransformMeshDataflowNode"); \ +static_assert(offsetof(FTransformMeshDataflowNode, Mesh) == 0x000240, "Member 'FTransformMeshDataflowNode::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, Translate) == 0x000248, "Member 'FTransformMeshDataflowNode::Translate' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, RotationOrder) == 0x000260, "Member 'FTransformMeshDataflowNode::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, Rotate) == 0x000268, "Member 'FTransformMeshDataflowNode::Rotate' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, Scale) == 0x000280, "Member 'FTransformMeshDataflowNode::Scale' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, UniformScale) == 0x000298, "Member 'FTransformMeshDataflowNode::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, RotatePivot) == 0x0002A0, "Member 'FTransformMeshDataflowNode::RotatePivot' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, ScalePivot) == 0x0002B8, "Member 'FTransformMeshDataflowNode::ScalePivot' has a wrong offset!"); \ +static_assert(offsetof(FTransformMeshDataflowNode, bInvertTransformation) == 0x0002D0, "Member 'FTransformMeshDataflowNode::bInvertTransformation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompareFloatDataflowNode \ +static_assert(alignof(FCompareFloatDataflowNode) == 0x000008, "Wrong alignment on FCompareFloatDataflowNode"); \ +static_assert(sizeof(FCompareFloatDataflowNode) == 0x000250, "Wrong size on FCompareFloatDataflowNode"); \ +static_assert(offsetof(FCompareFloatDataflowNode, Operation) == 0x000240, "Member 'FCompareFloatDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCompareFloatDataflowNode, FloatA) == 0x000244, "Member 'FCompareFloatDataflowNode::FloatA' has a wrong offset!"); \ +static_assert(offsetof(FCompareFloatDataflowNode, FloatB) == 0x000248, "Member 'FCompareFloatDataflowNode::FloatB' has a wrong offset!"); \ +static_assert(offsetof(FCompareFloatDataflowNode, Result) == 0x00024C, "Member 'FCompareFloatDataflowNode::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchMeshDataflowNode \ +static_assert(alignof(FBranchMeshDataflowNode) == 0x000008, "Wrong alignment on FBranchMeshDataflowNode"); \ +static_assert(sizeof(FBranchMeshDataflowNode) == 0x000260, "Wrong size on FBranchMeshDataflowNode"); \ +static_assert(offsetof(FBranchMeshDataflowNode, MeshA) == 0x000240, "Member 'FBranchMeshDataflowNode::MeshA' has a wrong offset!"); \ +static_assert(offsetof(FBranchMeshDataflowNode, MeshB) == 0x000248, "Member 'FBranchMeshDataflowNode::MeshB' has a wrong offset!"); \ +static_assert(offsetof(FBranchMeshDataflowNode, bCondition) == 0x000250, "Member 'FBranchMeshDataflowNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FBranchMeshDataflowNode, Mesh) == 0x000258, "Member 'FBranchMeshDataflowNode::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetSchemaDataflowNode \ +static_assert(alignof(FGetSchemaDataflowNode) == 0x000008, "Wrong alignment on FGetSchemaDataflowNode"); \ +static_assert(sizeof(FGetSchemaDataflowNode) == 0x000300, "Wrong size on FGetSchemaDataflowNode"); \ +static_assert(offsetof(FGetSchemaDataflowNode, Collection) == 0x000240, "Member 'FGetSchemaDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetSchemaDataflowNode, String) == 0x0002F0, "Member 'FGetSchemaDataflowNode::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetAnchorStateDataflowNode \ +static_assert(alignof(FSetAnchorStateDataflowNode) == 0x000008, "Wrong alignment on FSetAnchorStateDataflowNode"); \ +static_assert(sizeof(FSetAnchorStateDataflowNode) == 0x000320, "Wrong size on FSetAnchorStateDataflowNode"); \ +static_assert(offsetof(FSetAnchorStateDataflowNode, AnchorState) == 0x000240, "Member 'FSetAnchorStateDataflowNode::AnchorState' has a wrong offset!"); \ +static_assert(offsetof(FSetAnchorStateDataflowNode, bSetNotSelectedBonesToOppositeState) == 0x000241, "Member 'FSetAnchorStateDataflowNode::bSetNotSelectedBonesToOppositeState' has a wrong offset!"); \ +static_assert(offsetof(FSetAnchorStateDataflowNode, Collection) == 0x000248, "Member 'FSetAnchorStateDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetAnchorStateDataflowNode, TransformSelection) == 0x0002F8, "Member 'FSetAnchorStateDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProximityDataflowNode \ +static_assert(alignof(FProximityDataflowNode) == 0x000008, "Wrong alignment on FProximityDataflowNode"); \ +static_assert(sizeof(FProximityDataflowNode) == 0x000330, "Wrong size on FProximityDataflowNode"); \ +static_assert(offsetof(FProximityDataflowNode, ProximityMethod) == 0x000240, "Member 'FProximityDataflowNode::ProximityMethod' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, DistanceThreshold) == 0x000244, "Member 'FProximityDataflowNode::DistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, ContactThreshold) == 0x000248, "Member 'FProximityDataflowNode::ContactThreshold' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, FilterContactMethod) == 0x00024C, "Member 'FProximityDataflowNode::FilterContactMethod' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, bUseAsConnectionGraph) == 0x00024D, "Member 'FProximityDataflowNode::bUseAsConnectionGraph' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, ContactAreaMethod) == 0x00024E, "Member 'FProximityDataflowNode::ContactAreaMethod' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, bRecomputeConvexHulls) == 0x00024F, "Member 'FProximityDataflowNode::bRecomputeConvexHulls' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, Collection) == 0x000250, "Member 'FProximityDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, Color) == 0x000300, "Member 'FProximityDataflowNode::Color' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, LineWidthMultiplier) == 0x000310, "Member 'FProximityDataflowNode::LineWidthMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, CenterColor) == 0x000314, "Member 'FProximityDataflowNode::CenterColor' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, CenterSize) == 0x000324, "Member 'FProximityDataflowNode::CenterSize' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, bRandomizeColor) == 0x000328, "Member 'FProximityDataflowNode::bRandomizeColor' has a wrong offset!"); \ +static_assert(offsetof(FProximityDataflowNode, ColorRandomSeed) == 0x00032C, "Member 'FProximityDataflowNode::ColorRandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAddCustomCollectionAttributeDataflowNode \ +static_assert(alignof(FAddCustomCollectionAttributeDataflowNode) == 0x000008, "Wrong alignment on FAddCustomCollectionAttributeDataflowNode"); \ +static_assert(sizeof(FAddCustomCollectionAttributeDataflowNode) == 0x000320, "Wrong size on FAddCustomCollectionAttributeDataflowNode"); \ +static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, Collection) == 0x000240, "Member 'FAddCustomCollectionAttributeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, GroupName) == 0x0002F0, "Member 'FAddCustomCollectionAttributeDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, CustomGroupName) == 0x0002F8, "Member 'FAddCustomCollectionAttributeDataflowNode::CustomGroupName' has a wrong offset!"); \ +static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, AttrName) == 0x000308, "Member 'FAddCustomCollectionAttributeDataflowNode::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, CustomAttributeType) == 0x000318, "Member 'FAddCustomCollectionAttributeDataflowNode::CustomAttributeType' has a wrong offset!"); \ +static_assert(offsetof(FAddCustomCollectionAttributeDataflowNode, NumElements) == 0x00031C, "Member 'FAddCustomCollectionAttributeDataflowNode::NumElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetCollectionAttributeDataTypedDataflowNode \ +static_assert(alignof(FGetCollectionAttributeDataTypedDataflowNode) == 0x000008, "Wrong alignment on FGetCollectionAttributeDataTypedDataflowNode"); \ +static_assert(sizeof(FGetCollectionAttributeDataTypedDataflowNode) == 0x0003B8, "Wrong size on FGetCollectionAttributeDataTypedDataflowNode"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Collection) == 0x000240, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, AttributeKey) == 0x0002F0, "Member 'FGetCollectionAttributeDataTypedDataflowNode::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, GroupName) == 0x000310, "Member 'FGetCollectionAttributeDataTypedDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, CustomGroupName) == 0x000318, "Member 'FGetCollectionAttributeDataTypedDataflowNode::CustomGroupName' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, AttrName) == 0x000328, "Member 'FGetCollectionAttributeDataTypedDataflowNode::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, BoolAttributeData) == 0x000338, "Member 'FGetCollectionAttributeDataTypedDataflowNode::BoolAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, FloatAttributeData) == 0x000348, "Member 'FGetCollectionAttributeDataTypedDataflowNode::FloatAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, DoubleAttributeData) == 0x000358, "Member 'FGetCollectionAttributeDataTypedDataflowNode::DoubleAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Int32AttributeData) == 0x000368, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Int32AttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, StringAttributeData) == 0x000378, "Member 'FGetCollectionAttributeDataTypedDataflowNode::StringAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Vector3fAttributeData) == 0x000388, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Vector3fAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, Vector3dAttributeData) == 0x000398, "Member 'FGetCollectionAttributeDataTypedDataflowNode::Vector3dAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FGetCollectionAttributeDataTypedDataflowNode, LinearColorAttributeData) == 0x0003A8, "Member 'FGetCollectionAttributeDataTypedDataflowNode::LinearColorAttributeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetCollectionAttributeDataTypedDataflowNode \ +static_assert(alignof(FSetCollectionAttributeDataTypedDataflowNode) == 0x000008, "Wrong alignment on FSetCollectionAttributeDataTypedDataflowNode"); \ +static_assert(sizeof(FSetCollectionAttributeDataTypedDataflowNode) == 0x0003B8, "Wrong size on FSetCollectionAttributeDataTypedDataflowNode"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, Collection) == 0x000240, "Member 'FSetCollectionAttributeDataTypedDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, AttributeKey) == 0x0002F0, "Member 'FSetCollectionAttributeDataTypedDataflowNode::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, GroupName) == 0x000310, "Member 'FSetCollectionAttributeDataTypedDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, CustomGroupName) == 0x000318, "Member 'FSetCollectionAttributeDataTypedDataflowNode::CustomGroupName' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, AttrName) == 0x000328, "Member 'FSetCollectionAttributeDataTypedDataflowNode::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, BoolAttributeData) == 0x000338, "Member 'FSetCollectionAttributeDataTypedDataflowNode::BoolAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, FloatAttributeData) == 0x000348, "Member 'FSetCollectionAttributeDataTypedDataflowNode::FloatAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, DoubleAttributeData) == 0x000358, "Member 'FSetCollectionAttributeDataTypedDataflowNode::DoubleAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, Int32AttributeData) == 0x000368, "Member 'FSetCollectionAttributeDataTypedDataflowNode::Int32AttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, StringAttributeData) == 0x000378, "Member 'FSetCollectionAttributeDataTypedDataflowNode::StringAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, Vector3fAttributeData) == 0x000388, "Member 'FSetCollectionAttributeDataTypedDataflowNode::Vector3fAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, Vector3dAttributeData) == 0x000398, "Member 'FSetCollectionAttributeDataTypedDataflowNode::Vector3dAttributeData' has a wrong offset!"); \ +static_assert(offsetof(FSetCollectionAttributeDataTypedDataflowNode, LinearColorAttributeData) == 0x0003A8, "Member 'FSetCollectionAttributeDataTypedDataflowNode::LinearColorAttributeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSelectionToVertexListDataflowNode \ +static_assert(alignof(FSelectionToVertexListDataflowNode) == 0x000008, "Wrong alignment on FSelectionToVertexListDataflowNode"); \ +static_assert(sizeof(FSelectionToVertexListDataflowNode) == 0x000278, "Wrong size on FSelectionToVertexListDataflowNode"); \ +static_assert(offsetof(FSelectionToVertexListDataflowNode, VertexSelection) == 0x000240, "Member 'FSelectionToVertexListDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FSelectionToVertexListDataflowNode, VertexList) == 0x000268, "Member 'FSelectionToVertexListDataflowNode::VertexList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMultiplyTransformDataflowNode \ +static_assert(alignof(FMultiplyTransformDataflowNode) == 0x000010, "Wrong alignment on FMultiplyTransformDataflowNode"); \ +static_assert(sizeof(FMultiplyTransformDataflowNode) == 0x000360, "Wrong size on FMultiplyTransformDataflowNode"); \ +static_assert(offsetof(FMultiplyTransformDataflowNode, InLeftTransform) == 0x000240, "Member 'FMultiplyTransformDataflowNode::InLeftTransform' has a wrong offset!"); \ +static_assert(offsetof(FMultiplyTransformDataflowNode, InRightTransform) == 0x0002A0, "Member 'FMultiplyTransformDataflowNode::InRightTransform' has a wrong offset!"); \ +static_assert(offsetof(FMultiplyTransformDataflowNode, OutTransform) == 0x000300, "Member 'FMultiplyTransformDataflowNode::OutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInvertTransformDataflowNode \ +static_assert(alignof(FInvertTransformDataflowNode) == 0x000010, "Wrong alignment on FInvertTransformDataflowNode"); \ +static_assert(sizeof(FInvertTransformDataflowNode) == 0x000300, "Wrong size on FInvertTransformDataflowNode"); \ +static_assert(offsetof(FInvertTransformDataflowNode, InTransform) == 0x000240, "Member 'FInvertTransformDataflowNode::InTransform' has a wrong offset!"); \ +static_assert(offsetof(FInvertTransformDataflowNode, OutTransform) == 0x0002A0, "Member 'FInvertTransformDataflowNode::OutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchFloatDataflowNode \ +static_assert(alignof(FBranchFloatDataflowNode) == 0x000008, "Wrong alignment on FBranchFloatDataflowNode"); \ +static_assert(sizeof(FBranchFloatDataflowNode) == 0x000250, "Wrong size on FBranchFloatDataflowNode"); \ +static_assert(offsetof(FBranchFloatDataflowNode, A) == 0x000240, "Member 'FBranchFloatDataflowNode::A' has a wrong offset!"); \ +static_assert(offsetof(FBranchFloatDataflowNode, B) == 0x000244, "Member 'FBranchFloatDataflowNode::B' has a wrong offset!"); \ +static_assert(offsetof(FBranchFloatDataflowNode, bCondition) == 0x000248, "Member 'FBranchFloatDataflowNode::bCondition' has a wrong offset!"); \ +static_assert(offsetof(FBranchFloatDataflowNode, ReturnValue) == 0x00024C, "Member 'FBranchFloatDataflowNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVisualizeTetrahedronsDataflowNode \ +static_assert(alignof(FVisualizeTetrahedronsDataflowNode) == 0x000008, "Wrong alignment on FVisualizeTetrahedronsDataflowNode"); \ +static_assert(sizeof(FVisualizeTetrahedronsDataflowNode) == 0x000300, "Wrong size on FVisualizeTetrahedronsDataflowNode"); \ +static_assert(offsetof(FVisualizeTetrahedronsDataflowNode, Collection) == 0x000240, "Member 'FVisualizeTetrahedronsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FVisualizeTetrahedronsDataflowNode, Vertices) == 0x0002F0, "Member 'FVisualizeTetrahedronsDataflowNode::Vertices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPointsToCollectionDataflowNode \ +static_assert(alignof(FPointsToCollectionDataflowNode) == 0x000008, "Wrong alignment on FPointsToCollectionDataflowNode"); \ +static_assert(sizeof(FPointsToCollectionDataflowNode) == 0x000300, "Wrong size on FPointsToCollectionDataflowNode"); \ +static_assert(offsetof(FPointsToCollectionDataflowNode, Collection) == 0x000240, "Member 'FPointsToCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FPointsToCollectionDataflowNode, Points) == 0x0002F0, "Member 'FPointsToCollectionDataflowNode::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionToPointsDataflowNode \ +static_assert(alignof(FCollectionToPointsDataflowNode) == 0x000008, "Wrong alignment on FCollectionToPointsDataflowNode"); \ +static_assert(sizeof(FCollectionToPointsDataflowNode) == 0x000300, "Wrong size on FCollectionToPointsDataflowNode"); \ +static_assert(offsetof(FCollectionToPointsDataflowNode, Collection) == 0x000240, "Member 'FCollectionToPointsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToPointsDataflowNode, Points) == 0x0002F0, "Member 'FCollectionToPointsDataflowNode::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetFloatOverrideFromAssetDataflowNode \ +static_assert(alignof(FGetFloatOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetFloatOverrideFromAssetDataflowNode"); \ +static_assert(sizeof(FGetFloatOverrideFromAssetDataflowNode) == 0x000268, "Wrong size on FGetFloatOverrideFromAssetDataflowNode"); \ +static_assert(offsetof(FGetFloatOverrideFromAssetDataflowNode, float_0) == 0x000260, "Member 'FGetFloatOverrideFromAssetDataflowNode::float_0' has a wrong offset!"); \ +static_assert(offsetof(FGetFloatOverrideFromAssetDataflowNode, FloatDefault) == 0x000264, "Member 'FGetFloatOverrideFromAssetDataflowNode::FloatDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetBoolOverrideFromAssetDataflowNode \ +static_assert(alignof(FGetBoolOverrideFromAssetDataflowNode) == 0x000008, "Wrong alignment on FGetBoolOverrideFromAssetDataflowNode"); \ +static_assert(sizeof(FGetBoolOverrideFromAssetDataflowNode) == 0x000268, "Wrong size on FGetBoolOverrideFromAssetDataflowNode"); \ +static_assert(offsetof(FGetBoolOverrideFromAssetDataflowNode, Bool) == 0x000260, "Member 'FGetBoolOverrideFromAssetDataflowNode::Bool' has a wrong offset!"); \ +static_assert(offsetof(FGetBoolOverrideFromAssetDataflowNode, BoolDefault) == 0x000261, "Member 'FGetBoolOverrideFromAssetDataflowNode::BoolDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCloseGeometryOnCollectionDataflowNode \ +static_assert(alignof(FCloseGeometryOnCollectionDataflowNode) == 0x000008, "Wrong alignment on FCloseGeometryOnCollectionDataflowNode"); \ +static_assert(sizeof(FCloseGeometryOnCollectionDataflowNode) == 0x0002F0, "Wrong size on FCloseGeometryOnCollectionDataflowNode"); \ +static_assert(offsetof(FCloseGeometryOnCollectionDataflowNode, Collection) == 0x000240, "Member 'FCloseGeometryOnCollectionDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniformPointSamplingDataflowNode \ +static_assert(alignof(FUniformPointSamplingDataflowNode) == 0x000008, "Wrong alignment on FUniformPointSamplingDataflowNode"); \ +static_assert(sizeof(FUniformPointSamplingDataflowNode) == 0x000290, "Wrong size on FUniformPointSamplingDataflowNode"); \ +static_assert(offsetof(FUniformPointSamplingDataflowNode, TargetMesh) == 0x000240, "Member 'FUniformPointSamplingDataflowNode::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(FUniformPointSamplingDataflowNode, SamplingRadius) == 0x000248, "Member 'FUniformPointSamplingDataflowNode::SamplingRadius' has a wrong offset!"); \ +static_assert(offsetof(FUniformPointSamplingDataflowNode, MaxNumSamples) == 0x00024C, "Member 'FUniformPointSamplingDataflowNode::MaxNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FUniformPointSamplingDataflowNode, SubSampleDensity) == 0x000250, "Member 'FUniformPointSamplingDataflowNode::SubSampleDensity' has a wrong offset!"); \ +static_assert(offsetof(FUniformPointSamplingDataflowNode, RandomSeed) == 0x000254, "Member 'FUniformPointSamplingDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FUniformPointSamplingDataflowNode, SamplePoints) == 0x000258, "Member 'FUniformPointSamplingDataflowNode::SamplePoints' has a wrong offset!"); \ +static_assert(offsetof(FUniformPointSamplingDataflowNode, SampleTriangleIDs) == 0x000268, "Member 'FUniformPointSamplingDataflowNode::SampleTriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(FUniformPointSamplingDataflowNode, SampleBarycentricCoords) == 0x000278, "Member 'FUniformPointSamplingDataflowNode::SampleBarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(FUniformPointSamplingDataflowNode, NumSamplePoints) == 0x000288, "Member 'FUniformPointSamplingDataflowNode::NumSamplePoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVertexWeightedPointSamplingDataflowNode \ +static_assert(alignof(FVertexWeightedPointSamplingDataflowNode) == 0x000008, "Wrong alignment on FVertexWeightedPointSamplingDataflowNode"); \ +static_assert(sizeof(FVertexWeightedPointSamplingDataflowNode) == 0x0002C0, "Wrong size on FVertexWeightedPointSamplingDataflowNode"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, TargetMesh) == 0x000240, "Member 'FVertexWeightedPointSamplingDataflowNode::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, VertexWeights) == 0x000248, "Member 'FVertexWeightedPointSamplingDataflowNode::VertexWeights' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, SamplingRadius) == 0x000258, "Member 'FVertexWeightedPointSamplingDataflowNode::SamplingRadius' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, MaxNumSamples) == 0x00025C, "Member 'FVertexWeightedPointSamplingDataflowNode::MaxNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, SubSampleDensity) == 0x000260, "Member 'FVertexWeightedPointSamplingDataflowNode::SubSampleDensity' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, RandomSeed) == 0x000264, "Member 'FVertexWeightedPointSamplingDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, MaxSamplingRadius) == 0x000268, "Member 'FVertexWeightedPointSamplingDataflowNode::MaxSamplingRadius' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, SizeDistribution) == 0x00026C, "Member 'FVertexWeightedPointSamplingDataflowNode::SizeDistribution' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, SizeDistributionPower) == 0x000270, "Member 'FVertexWeightedPointSamplingDataflowNode::SizeDistributionPower' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, WeightMode) == 0x000274, "Member 'FVertexWeightedPointSamplingDataflowNode::WeightMode' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, bInvertWeights) == 0x000275, "Member 'FVertexWeightedPointSamplingDataflowNode::bInvertWeights' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, SamplePoints) == 0x000278, "Member 'FVertexWeightedPointSamplingDataflowNode::SamplePoints' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, SampleRadii) == 0x000288, "Member 'FVertexWeightedPointSamplingDataflowNode::SampleRadii' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, SampleTriangleIDs) == 0x000298, "Member 'FVertexWeightedPointSamplingDataflowNode::SampleTriangleIDs' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, SampleBarycentricCoords) == 0x0002A8, "Member 'FVertexWeightedPointSamplingDataflowNode::SampleBarycentricCoords' has a wrong offset!"); \ +static_assert(offsetof(FVertexWeightedPointSamplingDataflowNode, NumSamplePoints) == 0x0002B8, "Member 'FVertexWeightedPointSamplingDataflowNode::NumSamplePoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionSetOperationDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionSetOperationDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionSetOperationDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionSetOperationDataflowNode) == 0x0002C0, "Wrong size on FCollectionTransformSelectionSetOperationDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, Operation) == 0x000240, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, TransformSelectionA) == 0x000248, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::TransformSelectionA' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, TransformSelectionB) == 0x000270, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::TransformSelectionB' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionSetOperationDataflowNode, TransformSelection) == 0x000298, "Member 'FCollectionTransformSelectionSetOperationDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionNoneDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionNoneDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionNoneDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionNoneDataflowNode) == 0x000318, "Wrong size on FCollectionTransformSelectionNoneDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionNoneDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionNoneDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionNoneDataflowNode, TransformSelection) == 0x0002F0, "Member 'FCollectionTransformSelectionNoneDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionRandomDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionRandomDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionRandomDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionRandomDataflowNode) == 0x000328, "Wrong size on FCollectionTransformSelectionRandomDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, bDeterministic) == 0x000240, "Member 'FCollectionTransformSelectionRandomDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, RandomSeed) == 0x000244, "Member 'FCollectionTransformSelectionRandomDataflowNode::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, RandomThreshold) == 0x000248, "Member 'FCollectionTransformSelectionRandomDataflowNode::RandomThreshold' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, Collection) == 0x000250, "Member 'FCollectionTransformSelectionRandomDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionRandomDataflowNode, TransformSelection) == 0x000300, "Member 'FCollectionTransformSelectionRandomDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionCustomDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionCustomDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionCustomDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionCustomDataflowNode) == 0x000328, "Wrong size on FCollectionTransformSelectionCustomDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionCustomDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode, BoneIndicies) == 0x0002F0, "Member 'FCollectionTransformSelectionCustomDataflowNode::BoneIndicies' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionCustomDataflowNode, TransformSelection) == 0x000300, "Member 'FCollectionTransformSelectionCustomDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionFromIndexArrayDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionFromIndexArrayDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionFromIndexArrayDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionFromIndexArrayDataflowNode) == 0x000328, "Wrong size on FCollectionTransformSelectionFromIndexArrayDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionFromIndexArrayDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionFromIndexArrayDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionFromIndexArrayDataflowNode, BoneIndices) == 0x0002F0, "Member 'FCollectionTransformSelectionFromIndexArrayDataflowNode::BoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionFromIndexArrayDataflowNode, TransformSelection) == 0x000300, "Member 'FCollectionTransformSelectionFromIndexArrayDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionByPercentageDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionByPercentageDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByPercentageDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionByPercentageDataflowNode) == 0x000278, "Wrong size on FCollectionTransformSelectionByPercentageDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, TransformSelection) == 0x000240, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, Percentage) == 0x000268, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::Percentage' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, bDeterministic) == 0x00026C, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByPercentageDataflowNode, RandomSeed) == 0x000270, "Member 'FCollectionTransformSelectionByPercentageDataflowNode::RandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionSiblingsDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionSiblingsDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionSiblingsDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionSiblingsDataflowNode) == 0x000318, "Wrong size on FCollectionTransformSelectionSiblingsDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionSiblingsDataflowNode, TransformSelection) == 0x000240, "Member 'FCollectionTransformSelectionSiblingsDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionSiblingsDataflowNode, Collection) == 0x000268, "Member 'FCollectionTransformSelectionSiblingsDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionTargetLevelDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionTargetLevelDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionTargetLevelDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionTargetLevelDataflowNode) == 0x000320, "Wrong size on FCollectionTransformSelectionTargetLevelDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, TargetLevel) == 0x0002F0, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::TargetLevel' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, bSkipEmbedded) == 0x0002F4, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::bSkipEmbedded' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionTargetLevelDataflowNode, TransformSelection) == 0x0002F8, "Member 'FCollectionTransformSelectionTargetLevelDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionLeafDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionLeafDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionLeafDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionLeafDataflowNode) == 0x000318, "Wrong size on FCollectionTransformSelectionLeafDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionLeafDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionLeafDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionLeafDataflowNode, TransformSelection) == 0x0002F0, "Member 'FCollectionTransformSelectionLeafDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionClusterDataflowNode_v2 \ +static_assert(alignof(FCollectionTransformSelectionClusterDataflowNode_v2) == 0x000008, "Wrong alignment on FCollectionTransformSelectionClusterDataflowNode_v2"); \ +static_assert(sizeof(FCollectionTransformSelectionClusterDataflowNode_v2) == 0x000318, "Wrong size on FCollectionTransformSelectionClusterDataflowNode_v2"); \ +static_assert(offsetof(FCollectionTransformSelectionClusterDataflowNode_v2, Collection) == 0x000240, "Member 'FCollectionTransformSelectionClusterDataflowNode_v2::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionClusterDataflowNode_v2, TransformSelection) == 0x0002F0, "Member 'FCollectionTransformSelectionClusterDataflowNode_v2::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionBySizeDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionBySizeDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionBySizeDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionBySizeDataflowNode) == 0x000328, "Wrong size on FCollectionTransformSelectionBySizeDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionBySizeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, SizeMin) == 0x0002F0, "Member 'FCollectionTransformSelectionBySizeDataflowNode::SizeMin' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, SizeMax) == 0x0002F4, "Member 'FCollectionTransformSelectionBySizeDataflowNode::SizeMax' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, RangeSetting) == 0x0002F8, "Member 'FCollectionTransformSelectionBySizeDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, bInclusive) == 0x0002F9, "Member 'FCollectionTransformSelectionBySizeDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, bUseRelativeSize) == 0x0002FA, "Member 'FCollectionTransformSelectionBySizeDataflowNode::bUseRelativeSize' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionBySizeDataflowNode, TransformSelection) == 0x000300, "Member 'FCollectionTransformSelectionBySizeDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionByVolumeDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionByVolumeDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByVolumeDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionByVolumeDataflowNode) == 0x000328, "Wrong size on FCollectionTransformSelectionByVolumeDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, VolumeMin) == 0x0002F0, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::VolumeMin' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, VolumeMax) == 0x0002F4, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::VolumeMax' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, RangeSetting) == 0x0002F8, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, bInclusive) == 0x0002F9, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByVolumeDataflowNode, TransformSelection) == 0x000300, "Member 'FCollectionTransformSelectionByVolumeDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionInBoxDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionInBoxDataflowNode) == 0x000010, "Wrong alignment on FCollectionTransformSelectionInBoxDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionInBoxDataflowNode) == 0x0003C0, "Wrong size on FCollectionTransformSelectionInBoxDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionInBoxDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionInBoxDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInBoxDataflowNode, Box) == 0x0002F0, "Member 'FCollectionTransformSelectionInBoxDataflowNode::Box' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInBoxDataflowNode, Transform) == 0x000330, "Member 'FCollectionTransformSelectionInBoxDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInBoxDataflowNode, Type) == 0x000390, "Member 'FCollectionTransformSelectionInBoxDataflowNode::Type' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInBoxDataflowNode, bAllVerticesMustContainedInBox) == 0x000391, "Member 'FCollectionTransformSelectionInBoxDataflowNode::bAllVerticesMustContainedInBox' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInBoxDataflowNode, TransformSelection) == 0x000398, "Member 'FCollectionTransformSelectionInBoxDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionInSphereDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionInSphereDataflowNode) == 0x000010, "Wrong alignment on FCollectionTransformSelectionInSphereDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionInSphereDataflowNode) == 0x0003A0, "Wrong size on FCollectionTransformSelectionInSphereDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionInSphereDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, Sphere) == 0x0002F0, "Member 'FCollectionTransformSelectionInSphereDataflowNode::Sphere' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, Transform) == 0x000310, "Member 'FCollectionTransformSelectionInSphereDataflowNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, Type) == 0x000370, "Member 'FCollectionTransformSelectionInSphereDataflowNode::Type' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, bAllVerticesMustContainedInSphere) == 0x000371, "Member 'FCollectionTransformSelectionInSphereDataflowNode::bAllVerticesMustContainedInSphere' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionInSphereDataflowNode, TransformSelection) == 0x000378, "Member 'FCollectionTransformSelectionInSphereDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionByFloatAttrDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionByFloatAttrDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByFloatAttrDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionByFloatAttrDataflowNode) == 0x000348, "Wrong size on FCollectionTransformSelectionByFloatAttrDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, GroupName) == 0x0002F0, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, AttrName) == 0x000300, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, Min) == 0x000310, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, Max) == 0x000314, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, RangeSetting) == 0x000318, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, bInclusive) == 0x000319, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByFloatAttrDataflowNode, TransformSelection) == 0x000320, "Member 'FCollectionTransformSelectionByFloatAttrDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionTransformSelectionByIntAttrDataflowNode \ +static_assert(alignof(FCollectionTransformSelectionByIntAttrDataflowNode) == 0x000008, "Wrong alignment on FCollectionTransformSelectionByIntAttrDataflowNode"); \ +static_assert(sizeof(FCollectionTransformSelectionByIntAttrDataflowNode) == 0x000348, "Wrong size on FCollectionTransformSelectionByIntAttrDataflowNode"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, Collection) == 0x000240, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, GroupName) == 0x0002F0, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, AttrName) == 0x000300, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::AttrName' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, Min) == 0x000310, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::Min' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, Max) == 0x000314, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::Max' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, RangeSetting) == 0x000318, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::RangeSetting' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, bInclusive) == 0x000319, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FCollectionTransformSelectionByIntAttrDataflowNode, TransformSelection) == 0x000320, "Member 'FCollectionTransformSelectionByIntAttrDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionVertexSelectionCustomDataflowNode \ +static_assert(alignof(FCollectionVertexSelectionCustomDataflowNode) == 0x000008, "Wrong alignment on FCollectionVertexSelectionCustomDataflowNode"); \ +static_assert(sizeof(FCollectionVertexSelectionCustomDataflowNode) == 0x000328, "Wrong size on FCollectionVertexSelectionCustomDataflowNode"); \ +static_assert(offsetof(FCollectionVertexSelectionCustomDataflowNode, Collection) == 0x000240, "Member 'FCollectionVertexSelectionCustomDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionCustomDataflowNode, VertexIndicies) == 0x0002F0, "Member 'FCollectionVertexSelectionCustomDataflowNode::VertexIndicies' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionCustomDataflowNode, VertexSelection) == 0x000300, "Member 'FCollectionVertexSelectionCustomDataflowNode::VertexSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionFaceSelectionCustomDataflowNode \ +static_assert(alignof(FCollectionFaceSelectionCustomDataflowNode) == 0x000008, "Wrong alignment on FCollectionFaceSelectionCustomDataflowNode"); \ +static_assert(sizeof(FCollectionFaceSelectionCustomDataflowNode) == 0x000328, "Wrong size on FCollectionFaceSelectionCustomDataflowNode"); \ +static_assert(offsetof(FCollectionFaceSelectionCustomDataflowNode, Collection) == 0x000240, "Member 'FCollectionFaceSelectionCustomDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionFaceSelectionCustomDataflowNode, FaceIndicies) == 0x0002F0, "Member 'FCollectionFaceSelectionCustomDataflowNode::FaceIndicies' has a wrong offset!"); \ +static_assert(offsetof(FCollectionFaceSelectionCustomDataflowNode, FaceSelection) == 0x000300, "Member 'FCollectionFaceSelectionCustomDataflowNode::FaceSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionSelectionConvertDataflowNode \ +static_assert(alignof(FCollectionSelectionConvertDataflowNode) == 0x000008, "Wrong alignment on FCollectionSelectionConvertDataflowNode"); \ +static_assert(sizeof(FCollectionSelectionConvertDataflowNode) == 0x000370, "Wrong size on FCollectionSelectionConvertDataflowNode"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, Collection) == 0x000240, "Member 'FCollectionSelectionConvertDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, TransformSelection) == 0x0002F0, "Member 'FCollectionSelectionConvertDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, FaceSelection) == 0x000318, "Member 'FCollectionSelectionConvertDataflowNode::FaceSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, VertexSelection) == 0x000340, "Member 'FCollectionSelectionConvertDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionConvertDataflowNode, bAllElementsMustBeSelected) == 0x000368, "Member 'FCollectionSelectionConvertDataflowNode::bAllElementsMustBeSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionFaceSelectionInvertDataflowNode \ +static_assert(alignof(FCollectionFaceSelectionInvertDataflowNode) == 0x000008, "Wrong alignment on FCollectionFaceSelectionInvertDataflowNode"); \ +static_assert(sizeof(FCollectionFaceSelectionInvertDataflowNode) == 0x000268, "Wrong size on FCollectionFaceSelectionInvertDataflowNode"); \ +static_assert(offsetof(FCollectionFaceSelectionInvertDataflowNode, FaceSelection) == 0x000240, "Member 'FCollectionFaceSelectionInvertDataflowNode::FaceSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionVertexSelectionByPercentageDataflowNode \ +static_assert(alignof(FCollectionVertexSelectionByPercentageDataflowNode) == 0x000008, "Wrong alignment on FCollectionVertexSelectionByPercentageDataflowNode"); \ +static_assert(sizeof(FCollectionVertexSelectionByPercentageDataflowNode) == 0x000278, "Wrong size on FCollectionVertexSelectionByPercentageDataflowNode"); \ +static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, VertexSelection) == 0x000240, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, Percentage) == 0x000268, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::Percentage' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, bDeterministic) == 0x00026C, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::bDeterministic' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionByPercentageDataflowNode, RandomSeed) == 0x000270, "Member 'FCollectionVertexSelectionByPercentageDataflowNode::RandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionVertexSelectionSetOperationDataflowNode \ +static_assert(alignof(FCollectionVertexSelectionSetOperationDataflowNode) == 0x000008, "Wrong alignment on FCollectionVertexSelectionSetOperationDataflowNode"); \ +static_assert(sizeof(FCollectionVertexSelectionSetOperationDataflowNode) == 0x0002C0, "Wrong size on FCollectionVertexSelectionSetOperationDataflowNode"); \ +static_assert(offsetof(FCollectionVertexSelectionSetOperationDataflowNode, Operation) == 0x000240, "Member 'FCollectionVertexSelectionSetOperationDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionSetOperationDataflowNode, VertexSelectionA) == 0x000248, "Member 'FCollectionVertexSelectionSetOperationDataflowNode::VertexSelectionA' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionSetOperationDataflowNode, VertexSelectionB) == 0x000270, "Member 'FCollectionVertexSelectionSetOperationDataflowNode::VertexSelectionB' has a wrong offset!"); \ +static_assert(offsetof(FCollectionVertexSelectionSetOperationDataflowNode, VertexSelection) == 0x000298, "Member 'FCollectionVertexSelectionSetOperationDataflowNode::VertexSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionSelectionByAttrDataflowNode \ +static_assert(alignof(FCollectionSelectionByAttrDataflowNode) == 0x000008, "Wrong alignment on FCollectionSelectionByAttrDataflowNode"); \ +static_assert(sizeof(FCollectionSelectionByAttrDataflowNode) == 0x000430, "Wrong size on FCollectionSelectionByAttrDataflowNode"); \ +static_assert(offsetof(FCollectionSelectionByAttrDataflowNode, Collection) == 0x000240, "Member 'FCollectionSelectionByAttrDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionByAttrDataflowNode, AttributeKey) == 0x0002F0, "Member 'FCollectionSelectionByAttrDataflowNode::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionByAttrDataflowNode, Group) == 0x000310, "Member 'FCollectionSelectionByAttrDataflowNode::Group' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionByAttrDataflowNode, Attribute) == 0x000318, "Member 'FCollectionSelectionByAttrDataflowNode::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionByAttrDataflowNode, Operation) == 0x000328, "Member 'FCollectionSelectionByAttrDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionByAttrDataflowNode, Value) == 0x000330, "Member 'FCollectionSelectionByAttrDataflowNode::Value' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionByAttrDataflowNode, VertexSelection) == 0x000340, "Member 'FCollectionSelectionByAttrDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionByAttrDataflowNode, FaceSelection) == 0x000368, "Member 'FCollectionSelectionByAttrDataflowNode::FaceSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionByAttrDataflowNode, TransformSelection) == 0x000390, "Member 'FCollectionSelectionByAttrDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionByAttrDataflowNode, GeometrySelection) == 0x0003B8, "Member 'FCollectionSelectionByAttrDataflowNode::GeometrySelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionByAttrDataflowNode, MaterialSelection) == 0x0003E0, "Member 'FCollectionSelectionByAttrDataflowNode::MaterialSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionByAttrDataflowNode, CurveSelection) == 0x000408, "Member 'FCollectionSelectionByAttrDataflowNode::CurveSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometrySelectionToVertexSelectionDataflowNode \ +static_assert(alignof(FGeometrySelectionToVertexSelectionDataflowNode) == 0x000008, "Wrong alignment on FGeometrySelectionToVertexSelectionDataflowNode"); \ +static_assert(sizeof(FGeometrySelectionToVertexSelectionDataflowNode) == 0x000350, "Wrong size on FGeometrySelectionToVertexSelectionDataflowNode"); \ +static_assert(offsetof(FGeometrySelectionToVertexSelectionDataflowNode, Collection) == 0x000240, "Member 'FGeometrySelectionToVertexSelectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometrySelectionToVertexSelectionDataflowNode, GeometryIndices) == 0x0002F0, "Member 'FGeometrySelectionToVertexSelectionDataflowNode::GeometryIndices' has a wrong offset!"); \ +static_assert(offsetof(FGeometrySelectionToVertexSelectionDataflowNode, GeometrySelection) == 0x000300, "Member 'FGeometrySelectionToVertexSelectionDataflowNode::GeometrySelection' has a wrong offset!"); \ +static_assert(offsetof(FGeometrySelectionToVertexSelectionDataflowNode, VertexSelection) == 0x000328, "Member 'FGeometrySelectionToVertexSelectionDataflowNode::VertexSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionSelectionSetOperationDataflowNode \ +static_assert(alignof(FCollectionSelectionSetOperationDataflowNode) == 0x000008, "Wrong alignment on FCollectionSelectionSetOperationDataflowNode"); \ +static_assert(sizeof(FCollectionSelectionSetOperationDataflowNode) == 0x0002C0, "Wrong size on FCollectionSelectionSetOperationDataflowNode"); \ +static_assert(offsetof(FCollectionSelectionSetOperationDataflowNode, Operation) == 0x000240, "Member 'FCollectionSelectionSetOperationDataflowNode::Operation' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionSetOperationDataflowNode, SelectionA) == 0x000248, "Member 'FCollectionSelectionSetOperationDataflowNode::SelectionA' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionSetOperationDataflowNode, SelectionB) == 0x000270, "Member 'FCollectionSelectionSetOperationDataflowNode::SelectionB' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectionSetOperationDataflowNode, Selection) == 0x000298, "Member 'FCollectionSelectionSetOperationDataflowNode::Selection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionSelectionInvertDataflowNode \ +static_assert(alignof(FCollectionSelectionInvertDataflowNode) == 0x000008, "Wrong alignment on FCollectionSelectionInvertDataflowNode"); \ +static_assert(sizeof(FCollectionSelectionInvertDataflowNode) == 0x000268, "Wrong size on FCollectionSelectionInvertDataflowNode"); \ +static_assert(offsetof(FCollectionSelectionInvertDataflowNode, Selection) == 0x000240, "Member 'FCollectionSelectionInvertDataflowNode::Selection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionSelectInternalFacesDataflowNode \ +static_assert(alignof(FCollectionSelectInternalFacesDataflowNode) == 0x000008, "Wrong alignment on FCollectionSelectInternalFacesDataflowNode"); \ +static_assert(sizeof(FCollectionSelectInternalFacesDataflowNode) == 0x000340, "Wrong size on FCollectionSelectInternalFacesDataflowNode"); \ +static_assert(offsetof(FCollectionSelectInternalFacesDataflowNode, Collection) == 0x000240, "Member 'FCollectionSelectInternalFacesDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectInternalFacesDataflowNode, TransformSelection) == 0x0002F0, "Member 'FCollectionSelectInternalFacesDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectInternalFacesDataflowNode, FaceSelection) == 0x000318, "Member 'FCollectionSelectInternalFacesDataflowNode::FaceSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionSelectTransformStringDataflowNode \ +static_assert(alignof(FCollectionSelectTransformStringDataflowNode) == 0x000008, "Wrong alignment on FCollectionSelectTransformStringDataflowNode"); \ +static_assert(sizeof(FCollectionSelectTransformStringDataflowNode) == 0x000340, "Wrong size on FCollectionSelectTransformStringDataflowNode"); \ +static_assert(offsetof(FCollectionSelectTransformStringDataflowNode, Collection) == 0x000240, "Member 'FCollectionSelectTransformStringDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectTransformStringDataflowNode, Attribute) == 0x0002F0, "Member 'FCollectionSelectTransformStringDataflowNode::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectTransformStringDataflowNode, SearchText) == 0x000300, "Member 'FCollectionSelectTransformStringDataflowNode::SearchText' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectTransformStringDataflowNode, Method) == 0x000310, "Member 'FCollectionSelectTransformStringDataflowNode::Method' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSelectTransformStringDataflowNode, TransformSelection) == 0x000318, "Member 'FCollectionSelectTransformStringDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionSetTransformStringValueDataflowNode \ +static_assert(alignof(FCollectionSetTransformStringValueDataflowNode) == 0x000008, "Wrong alignment on FCollectionSetTransformStringValueDataflowNode"); \ +static_assert(sizeof(FCollectionSetTransformStringValueDataflowNode) == 0x000338, "Wrong size on FCollectionSetTransformStringValueDataflowNode"); \ +static_assert(offsetof(FCollectionSetTransformStringValueDataflowNode, Collection) == 0x000240, "Member 'FCollectionSetTransformStringValueDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSetTransformStringValueDataflowNode, TransformSelection) == 0x0002F0, "Member 'FCollectionSetTransformStringValueDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSetTransformStringValueDataflowNode, Attribute) == 0x000318, "Member 'FCollectionSetTransformStringValueDataflowNode::Attribute' has a wrong offset!"); \ +static_assert(offsetof(FCollectionSetTransformStringValueDataflowNode, TextToSet) == 0x000328, "Member 'FCollectionSetTransformStringValueDataflowNode::TextToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshToCollectionDataflowNode \ +static_assert(alignof(FSkeletalMeshToCollectionDataflowNode) == 0x000008, "Wrong alignment on FSkeletalMeshToCollectionDataflowNode"); \ +static_assert(sizeof(FSkeletalMeshToCollectionDataflowNode) == 0x000300, "Wrong size on FSkeletalMeshToCollectionDataflowNode"); \ +static_assert(offsetof(FSkeletalMeshToCollectionDataflowNode, SkeletalMesh) == 0x000240, "Member 'FSkeletalMeshToCollectionDataflowNode::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshToCollectionDataflowNode, Collection) == 0x000248, "Member 'FSkeletalMeshToCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshToCollectionDataflowNode, bImportTransformOnly) == 0x0002F8, "Member 'FSkeletalMeshToCollectionDataflowNode::bImportTransformOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollectionToSkeletalMeshDataflowNode \ +static_assert(alignof(FCollectionToSkeletalMeshDataflowNode) == 0x000008, "Wrong alignment on FCollectionToSkeletalMeshDataflowNode"); \ +static_assert(sizeof(FCollectionToSkeletalMeshDataflowNode) == 0x000310, "Wrong size on FCollectionToSkeletalMeshDataflowNode"); \ +static_assert(offsetof(FCollectionToSkeletalMeshDataflowNode, Collection) == 0x000240, "Member 'FCollectionToSkeletalMeshDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToSkeletalMeshDataflowNode, Materials) == 0x0002F0, "Member 'FCollectionToSkeletalMeshDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToSkeletalMeshDataflowNode, SkeletalMesh) == 0x000300, "Member 'FCollectionToSkeletalMeshDataflowNode::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(FCollectionToSkeletalMeshDataflowNode, Skeleton) == 0x000308, "Member 'FCollectionToSkeletalMeshDataflowNode::Skeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletonToCollectionDataflowNode \ +static_assert(alignof(FSkeletonToCollectionDataflowNode) == 0x000008, "Wrong alignment on FSkeletonToCollectionDataflowNode"); \ +static_assert(sizeof(FSkeletonToCollectionDataflowNode) == 0x0002F8, "Wrong size on FSkeletonToCollectionDataflowNode"); \ +static_assert(offsetof(FSkeletonToCollectionDataflowNode, Skeleton) == 0x000240, "Member 'FSkeletonToCollectionDataflowNode::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(FSkeletonToCollectionDataflowNode, Collection) == 0x000248, "Member 'FSkeletonToCollectionDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshToCollectionDataflowNode_v2 \ +static_assert(alignof(FStaticMeshToCollectionDataflowNode_v2) == 0x000010, "Wrong alignment on FStaticMeshToCollectionDataflowNode_v2"); \ +static_assert(sizeof(FStaticMeshToCollectionDataflowNode_v2) == 0x0003A0, "Wrong size on FStaticMeshToCollectionDataflowNode_v2"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode_v2, StaticMesh) == 0x000240, "Member 'FStaticMeshToCollectionDataflowNode_v2::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode_v2, MeshTransform) == 0x000250, "Member 'FStaticMeshToCollectionDataflowNode_v2::MeshTransform' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode_v2, Collection) == 0x0002B0, "Member 'FStaticMeshToCollectionDataflowNode_v2::Collection' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode_v2, Materials) == 0x000360, "Member 'FStaticMeshToCollectionDataflowNode_v2::Materials' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode_v2, InstancedMeshes) == 0x000370, "Member 'FStaticMeshToCollectionDataflowNode_v2::InstancedMeshes' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode_v2, RootProxyMeshes) == 0x000380, "Member 'FStaticMeshToCollectionDataflowNode_v2::RootProxyMeshes' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode_v2, bSetInternalFromMaterialIndex) == 0x000390, "Member 'FStaticMeshToCollectionDataflowNode_v2::bSetInternalFromMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode_v2, bSplitComponents) == 0x000391, "Member 'FStaticMeshToCollectionDataflowNode_v2::bSplitComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMeshToCollectionDataflowNode \ +static_assert(alignof(FStaticMeshToCollectionDataflowNode) == 0x000010, "Wrong alignment on FStaticMeshToCollectionDataflowNode"); \ +static_assert(sizeof(FStaticMeshToCollectionDataflowNode) == 0x0003A0, "Wrong size on FStaticMeshToCollectionDataflowNode"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, StaticMesh) == 0x000240, "Member 'FStaticMeshToCollectionDataflowNode::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, MeshTransform) == 0x000250, "Member 'FStaticMeshToCollectionDataflowNode::MeshTransform' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, bSetInternalFromMaterialIndex) == 0x0002B0, "Member 'FStaticMeshToCollectionDataflowNode::bSetInternalFromMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, bSplitComponents) == 0x0002B1, "Member 'FStaticMeshToCollectionDataflowNode::bSplitComponents' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, Collection) == 0x0002B8, "Member 'FStaticMeshToCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, Materials) == 0x000368, "Member 'FStaticMeshToCollectionDataflowNode::Materials' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, MaterialInstances) == 0x000378, "Member 'FStaticMeshToCollectionDataflowNode::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshToCollectionDataflowNode, InstancedMeshes) == 0x000388, "Member 'FStaticMeshToCollectionDataflowNode::InstancedMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBakeTextureFromCollectionDataflowNode \ +static_assert(alignof(FBakeTextureFromCollectionDataflowNode) == 0x000008, "Wrong alignment on FBakeTextureFromCollectionDataflowNode"); \ +static_assert(sizeof(FBakeTextureFromCollectionDataflowNode) == 0x000380, "Wrong size on FBakeTextureFromCollectionDataflowNode"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, Collection) == 0x000240, "Member 'FBakeTextureFromCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, Image) == 0x0002F0, "Member 'FBakeTextureFromCollectionDataflowNode::Image' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, FaceSelection) == 0x000318, "Member 'FBakeTextureFromCollectionDataflowNode::FaceSelection' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, Resolution) == 0x000340, "Member 'FBakeTextureFromCollectionDataflowNode::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, GutterSize) == 0x000344, "Member 'FBakeTextureFromCollectionDataflowNode::GutterSize' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, UVChannel) == 0x000348, "Member 'FBakeTextureFromCollectionDataflowNode::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, RedChannel) == 0x00034C, "Member 'FBakeTextureFromCollectionDataflowNode::RedChannel' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, GreenChannel) == 0x000350, "Member 'FBakeTextureFromCollectionDataflowNode::GreenChannel' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, BlueChannel) == 0x000354, "Member 'FBakeTextureFromCollectionDataflowNode::BlueChannel' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, AlphaChannel) == 0x000358, "Member 'FBakeTextureFromCollectionDataflowNode::AlphaChannel' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, MaxDistance) == 0x00035C, "Member 'FBakeTextureFromCollectionDataflowNode::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, OcclusionRays) == 0x000360, "Member 'FBakeTextureFromCollectionDataflowNode::OcclusionRays' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, OcclusionBlurRadius) == 0x000364, "Member 'FBakeTextureFromCollectionDataflowNode::OcclusionBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, CurvatureBlurRadius) == 0x000368, "Member 'FBakeTextureFromCollectionDataflowNode::CurvatureBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, VoxelResolution) == 0x00036C, "Member 'FBakeTextureFromCollectionDataflowNode::VoxelResolution' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, SmoothingIterations) == 0x000370, "Member 'FBakeTextureFromCollectionDataflowNode::SmoothingIterations' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, ThicknessFactor) == 0x000374, "Member 'FBakeTextureFromCollectionDataflowNode::ThicknessFactor' has a wrong offset!"); \ +static_assert(offsetof(FBakeTextureFromCollectionDataflowNode, MaxCurvature) == 0x000378, "Member 'FBakeTextureFromCollectionDataflowNode::MaxCurvature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionTransferVertexAttributeNode \ +static_assert(alignof(FGeometryCollectionTransferVertexAttributeNode) == 0x000008, "Wrong alignment on FGeometryCollectionTransferVertexAttributeNode"); \ +static_assert(sizeof(FGeometryCollectionTransferVertexAttributeNode) == 0x0003E0, "Wrong size on FGeometryCollectionTransferVertexAttributeNode"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexAttributeNode, Collection) == 0x000240, "Member 'FGeometryCollectionTransferVertexAttributeNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexAttributeNode, FromCollection) == 0x0002F0, "Member 'FGeometryCollectionTransferVertexAttributeNode::FromCollection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexAttributeNode, AttributeKey) == 0x0003A0, "Member 'FGeometryCollectionTransferVertexAttributeNode::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexAttributeNode, TransferMethod) == 0x0003C0, "Member 'FGeometryCollectionTransferVertexAttributeNode::TransferMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexAttributeNode, BoundingVolumeType) == 0x0003C1, "Member 'FGeometryCollectionTransferVertexAttributeNode::BoundingVolumeType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexAttributeNode, SourceScale) == 0x0003C2, "Member 'FGeometryCollectionTransferVertexAttributeNode::SourceScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexAttributeNode, Falloff) == 0x0003C3, "Member 'FGeometryCollectionTransferVertexAttributeNode::Falloff' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexAttributeNode, FalloffThreshold) == 0x0003C4, "Member 'FGeometryCollectionTransferVertexAttributeNode::FalloffThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexAttributeNode, EdgeMultiplier) == 0x0003C8, "Member 'FGeometryCollectionTransferVertexAttributeNode::EdgeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexAttributeNode, BoundMultiplier) == 0x0003CC, "Member 'FGeometryCollectionTransferVertexAttributeNode::BoundMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexAttributeNode, TransformNameSuffix) == 0x0003D0, "Member 'FGeometryCollectionTransferVertexAttributeNode::TransformNameSuffix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionTransferVertexSkinWeightsNode \ +static_assert(alignof(FGeometryCollectionTransferVertexSkinWeightsNode) == 0x000008, "Wrong alignment on FGeometryCollectionTransferVertexSkinWeightsNode"); \ +static_assert(sizeof(FGeometryCollectionTransferVertexSkinWeightsNode) == 0x0003C0, "Wrong size on FGeometryCollectionTransferVertexSkinWeightsNode"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexSkinWeightsNode, Collection) == 0x000240, "Member 'FGeometryCollectionTransferVertexSkinWeightsNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexSkinWeightsNode, FromCollection) == 0x0002F0, "Member 'FGeometryCollectionTransferVertexSkinWeightsNode::FromCollection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexSkinWeightsNode, TransferMethod) == 0x0003A0, "Member 'FGeometryCollectionTransferVertexSkinWeightsNode::TransferMethod' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexSkinWeightsNode, BoundingVolumeType) == 0x0003A1, "Member 'FGeometryCollectionTransferVertexSkinWeightsNode::BoundingVolumeType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexSkinWeightsNode, SourceScale) == 0x0003A2, "Member 'FGeometryCollectionTransferVertexSkinWeightsNode::SourceScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexSkinWeightsNode, Falloff) == 0x0003A3, "Member 'FGeometryCollectionTransferVertexSkinWeightsNode::Falloff' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexSkinWeightsNode, FalloffThreshold) == 0x0003A4, "Member 'FGeometryCollectionTransferVertexSkinWeightsNode::FalloffThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexSkinWeightsNode, EdgeMultiplier) == 0x0003A8, "Member 'FGeometryCollectionTransferVertexSkinWeightsNode::EdgeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexSkinWeightsNode, BoundMultiplier) == 0x0003AC, "Member 'FGeometryCollectionTransferVertexSkinWeightsNode::BoundMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexSkinWeightsNode, TransformNameSuffix) == 0x0003B0, "Member 'FGeometryCollectionTransferVertexSkinWeightsNode::TransformNameSuffix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionSetKinematicVertexSelectionNode \ +static_assert(alignof(FGeometryCollectionSetKinematicVertexSelectionNode) == 0x000008, "Wrong alignment on FGeometryCollectionSetKinematicVertexSelectionNode"); \ +static_assert(sizeof(FGeometryCollectionSetKinematicVertexSelectionNode) == 0x000320, "Wrong size on FGeometryCollectionSetKinematicVertexSelectionNode"); \ +static_assert(offsetof(FGeometryCollectionSetKinematicVertexSelectionNode, Collection) == 0x000240, "Member 'FGeometryCollectionSetKinematicVertexSelectionNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSetKinematicVertexSelectionNode, VertexSelection) == 0x0002F0, "Member 'FGeometryCollectionSetKinematicVertexSelectionNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionSetKinematicVertexSelectionNode, KinematicValue) == 0x000318, "Member 'FGeometryCollectionSetKinematicVertexSelectionNode::KinematicValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTriangleBoundaryIndicesNode \ +static_assert(alignof(FTriangleBoundaryIndicesNode) == 0x000008, "Wrong alignment on FTriangleBoundaryIndicesNode"); \ +static_assert(sizeof(FTriangleBoundaryIndicesNode) == 0x000300, "Wrong size on FTriangleBoundaryIndicesNode"); \ +static_assert(offsetof(FTriangleBoundaryIndicesNode, Collection) == 0x000240, "Member 'FTriangleBoundaryIndicesNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FTriangleBoundaryIndicesNode, BoundaryIndicesOut) == 0x0002F0, "Member 'FTriangleBoundaryIndicesNode::BoundaryIndicesOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataflowConvexDecompositionSettings \ +static_assert(alignof(FDataflowConvexDecompositionSettings) == 0x000004, "Wrong alignment on FDataflowConvexDecompositionSettings"); \ +static_assert(sizeof(FDataflowConvexDecompositionSettings) == 0x000024, "Wrong size on FDataflowConvexDecompositionSettings"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, MinSizeToDecompose) == 0x000000, "Member 'FDataflowConvexDecompositionSettings::MinSizeToDecompose' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, MaxGeoToHullVolumeRatioToDecompose) == 0x000004, "Member 'FDataflowConvexDecompositionSettings::MaxGeoToHullVolumeRatioToDecompose' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, ErrorTolerance) == 0x000008, "Member 'FDataflowConvexDecompositionSettings::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, MaxHullsPerGeometry) == 0x00000C, "Member 'FDataflowConvexDecompositionSettings::MaxHullsPerGeometry' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, MinThicknessTolerance) == 0x000010, "Member 'FDataflowConvexDecompositionSettings::MinThicknessTolerance' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, NumAdditionalSplits) == 0x000014, "Member 'FDataflowConvexDecompositionSettings::NumAdditionalSplits' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, bProtectNegativeSpace) == 0x000018, "Member 'FDataflowConvexDecompositionSettings::bProtectNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, bOnlyConnectedToHull) == 0x000019, "Member 'FDataflowConvexDecompositionSettings::bOnlyConnectedToHull' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, NegativeSpaceTolerance) == 0x00001C, "Member 'FDataflowConvexDecompositionSettings::NegativeSpaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(FDataflowConvexDecompositionSettings, NegativeSpaceMinRadius) == 0x000020, "Member 'FDataflowConvexDecompositionSettings::NegativeSpaceMinRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMakeDataflowConvexDecompositionSettingsNode \ +static_assert(alignof(FMakeDataflowConvexDecompositionSettingsNode) == 0x000008, "Wrong alignment on FMakeDataflowConvexDecompositionSettingsNode"); \ +static_assert(sizeof(FMakeDataflowConvexDecompositionSettingsNode) == 0x000288, "Wrong size on FMakeDataflowConvexDecompositionSettingsNode"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, MinSizeToDecompose) == 0x000240, "Member 'FMakeDataflowConvexDecompositionSettingsNode::MinSizeToDecompose' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, MaxGeoToHullVolumeRatioToDecompose) == 0x000244, "Member 'FMakeDataflowConvexDecompositionSettingsNode::MaxGeoToHullVolumeRatioToDecompose' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, ErrorTolerance) == 0x000248, "Member 'FMakeDataflowConvexDecompositionSettingsNode::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, MaxHullsPerGeometry) == 0x00024C, "Member 'FMakeDataflowConvexDecompositionSettingsNode::MaxHullsPerGeometry' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, MinThicknessTolerance) == 0x000250, "Member 'FMakeDataflowConvexDecompositionSettingsNode::MinThicknessTolerance' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, NumAdditionalSplits) == 0x000254, "Member 'FMakeDataflowConvexDecompositionSettingsNode::NumAdditionalSplits' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, bProtectNegativeSpace) == 0x000258, "Member 'FMakeDataflowConvexDecompositionSettingsNode::bProtectNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, bOnlyConnectedToHull) == 0x000259, "Member 'FMakeDataflowConvexDecompositionSettingsNode::bOnlyConnectedToHull' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, NegativeSpaceTolerance) == 0x00025C, "Member 'FMakeDataflowConvexDecompositionSettingsNode::NegativeSpaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, NegativeSpaceMinRadius) == 0x000260, "Member 'FMakeDataflowConvexDecompositionSettingsNode::NegativeSpaceMinRadius' has a wrong offset!"); \ +static_assert(offsetof(FMakeDataflowConvexDecompositionSettingsNode, DecompositionSettings) == 0x000264, "Member 'FMakeDataflowConvexDecompositionSettingsNode::DecompositionSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateLeafConvexHullsDataflowNode \ +static_assert(alignof(FCreateLeafConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FCreateLeafConvexHullsDataflowNode"); \ +static_assert(sizeof(FCreateLeafConvexHullsDataflowNode) == 0x0003D0, "Wrong size on FCreateLeafConvexHullsDataflowNode"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, Collection) == 0x000240, "Member 'FCreateLeafConvexHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, SphereCovering) == 0x0002F0, "Member 'FCreateLeafConvexHullsDataflowNode::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, OptionalSelectionFilter) == 0x000310, "Member 'FCreateLeafConvexHullsDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, GenerateMethod) == 0x000338, "Member 'FCreateLeafConvexHullsDataflowNode::GenerateMethod' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, IntersectIfComputedIsSmallerByFactor) == 0x00033C, "Member 'FCreateLeafConvexHullsDataflowNode::IntersectIfComputedIsSmallerByFactor' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, MinExternalVolumeToIntersect) == 0x000340, "Member 'FCreateLeafConvexHullsDataflowNode::MinExternalVolumeToIntersect' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, bComputeIntersectionsBeforeHull) == 0x000344, "Member 'FCreateLeafConvexHullsDataflowNode::bComputeIntersectionsBeforeHull' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, SimplificationDistanceThreshold) == 0x000348, "Member 'FCreateLeafConvexHullsDataflowNode::SimplificationDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, ConvexDecompositionSettings) == 0x00034C, "Member 'FCreateLeafConvexHullsDataflowNode::ConvexDecompositionSettings' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, DebugDrawRenderSettings) == 0x000370, "Member 'FCreateLeafConvexHullsDataflowNode::DebugDrawRenderSettings' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, bRandomizeColor) == 0x000388, "Member 'FCreateLeafConvexHullsDataflowNode::bRandomizeColor' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, ColorRandomSeed) == 0x00038C, "Member 'FCreateLeafConvexHullsDataflowNode::ColorRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FCreateLeafConvexHullsDataflowNode, SphereCoveringDebugDrawRenderSettings) == 0x000390, "Member 'FCreateLeafConvexHullsDataflowNode::SphereCoveringDebugDrawRenderSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimplifyConvexHullsDataflowNode \ +static_assert(alignof(FSimplifyConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FSimplifyConvexHullsDataflowNode"); \ +static_assert(sizeof(FSimplifyConvexHullsDataflowNode) == 0x000350, "Wrong size on FSimplifyConvexHullsDataflowNode"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, Collection) == 0x000240, "Member 'FSimplifyConvexHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, OptionalSelectionFilter) == 0x0002F0, "Member 'FSimplifyConvexHullsDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, SimplifyMethod) == 0x000318, "Member 'FSimplifyConvexHullsDataflowNode::SimplifyMethod' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, SimplificationAngleThreshold) == 0x00031C, "Member 'FSimplifyConvexHullsDataflowNode::SimplificationAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, SimplificationDistanceThreshold) == 0x000320, "Member 'FSimplifyConvexHullsDataflowNode::SimplificationDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, MinTargetTriangleCount) == 0x000324, "Member 'FSimplifyConvexHullsDataflowNode::MinTargetTriangleCount' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, bUseExistingVertices) == 0x000328, "Member 'FSimplifyConvexHullsDataflowNode::bUseExistingVertices' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, DebugDrawRenderSettings) == 0x00032C, "Member 'FSimplifyConvexHullsDataflowNode::DebugDrawRenderSettings' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, bRandomizeColor) == 0x000344, "Member 'FSimplifyConvexHullsDataflowNode::bRandomizeColor' has a wrong offset!"); \ +static_assert(offsetof(FSimplifyConvexHullsDataflowNode, ColorRandomSeed) == 0x000348, "Member 'FSimplifyConvexHullsDataflowNode::ColorRandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCreateNonOverlappingConvexHullsDataflowNode \ +static_assert(alignof(FCreateNonOverlappingConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FCreateNonOverlappingConvexHullsDataflowNode"); \ +static_assert(sizeof(FCreateNonOverlappingConvexHullsDataflowNode) == 0x000328, "Wrong size on FCreateNonOverlappingConvexHullsDataflowNode"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, Collection) == 0x000240, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, CanExceedFraction) == 0x0002F0, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::CanExceedFraction' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, SimplificationDistanceThreshold) == 0x0002F4, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::SimplificationDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, OverlapRemovalMethod) == 0x0002F8, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::OverlapRemovalMethod' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, OverlapRemovalShrinkPercent) == 0x0002FC, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::OverlapRemovalShrinkPercent' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, CanRemoveFraction) == 0x000300, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::CanRemoveFraction' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, DebugDrawRenderSettings) == 0x000304, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::DebugDrawRenderSettings' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, bRandomizeColor) == 0x00031C, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::bRandomizeColor' has a wrong offset!"); \ +static_assert(offsetof(FCreateNonOverlappingConvexHullsDataflowNode, ColorRandomSeed) == 0x000320, "Member 'FCreateNonOverlappingConvexHullsDataflowNode::ColorRandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGenerateClusterConvexHullsFromLeafHullsDataflowNode \ +static_assert(alignof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode) == 0x000008, "Wrong alignment on FGenerateClusterConvexHullsFromLeafHullsDataflowNode"); \ +static_assert(sizeof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode) == 0x0003D8, "Wrong size on FGenerateClusterConvexHullsFromLeafHullsDataflowNode"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, Collection) == 0x000240, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, SphereCovering) == 0x0002F0, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, ConvexCount) == 0x000310, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::ConvexCount' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, ErrorTolerance) == 0x000318, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, bPreferExternalCollisionShapes) == 0x000320, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::bPreferExternalCollisionShapes' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, AllowMerges) == 0x000321, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::AllowMerges' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, MergeProximityFilter) == 0x000322, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::MergeProximityFilter' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, MergeProximityDistanceThreshold) == 0x000324, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::MergeProximityDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, OptionalSelectionFilter) == 0x000328, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, bAllowMergingLeafHulls) == 0x000350, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::bAllowMergingLeafHulls' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, bProtectNegativeSpace) == 0x000351, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::bProtectNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, SampleMethod) == 0x000352, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::SampleMethod' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, bRequireSearchSampleCoverage) == 0x000353, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::bRequireSearchSampleCoverage' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, bOnlyConnectedToHull) == 0x000354, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::bOnlyConnectedToHull' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, TargetNumSamples) == 0x000358, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::TargetNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, MinSampleSpacing) == 0x000360, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::MinSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, NegativeSpaceTolerance) == 0x000368, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::NegativeSpaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, MinRadius) == 0x000370, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::MinRadius' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, DebugDrawRenderSettings) == 0x000378, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::DebugDrawRenderSettings' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, bRandomizeColor) == 0x000390, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::bRandomizeColor' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, ColorRandomSeed) == 0x000394, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::ColorRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromLeafHullsDataflowNode, SphereCoveringDebugDrawRenderSettings) == 0x000398, "Member 'FGenerateClusterConvexHullsFromLeafHullsDataflowNode::SphereCoveringDebugDrawRenderSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGenerateClusterConvexHullsFromChildrenHullsDataflowNode \ +static_assert(alignof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode) == 0x000008, "Wrong alignment on FGenerateClusterConvexHullsFromChildrenHullsDataflowNode"); \ +static_assert(sizeof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode) == 0x0003E0, "Wrong size on FGenerateClusterConvexHullsFromChildrenHullsDataflowNode"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, Collection) == 0x000240, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, SphereCovering) == 0x0002F0, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, ConvexCount) == 0x000310, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::ConvexCount' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, ErrorTolerance) == 0x000318, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, bPreferExternalCollisionShapes) == 0x000320, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::bPreferExternalCollisionShapes' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, OptionalSelectionFilter) == 0x000328, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, MergeProximityFilter) == 0x000350, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::MergeProximityFilter' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, MergeProximityDistanceThreshold) == 0x000354, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::MergeProximityDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, bAllowMergingLeafHulls) == 0x000358, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::bAllowMergingLeafHulls' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, bProtectNegativeSpace) == 0x000359, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::bProtectNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, SampleMethod) == 0x00035A, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::SampleMethod' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, bRequireSearchSampleCoverage) == 0x00035B, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::bRequireSearchSampleCoverage' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, bOnlyConnectedToHull) == 0x00035C, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::bOnlyConnectedToHull' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, TargetNumSamples) == 0x000360, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::TargetNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, MinSampleSpacing) == 0x000368, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::MinSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, NegativeSpaceTolerance) == 0x000370, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::NegativeSpaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, MinRadius) == 0x000378, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::MinRadius' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, DebugDrawRenderSettings) == 0x000380, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::DebugDrawRenderSettings' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, bRandomizeColor) == 0x000398, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::bRandomizeColor' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, ColorRandomSeed) == 0x00039C, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::ColorRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, SphereCoveringDebugDrawRenderSettings) == 0x0003A0, "Member 'FGenerateClusterConvexHullsFromChildrenHullsDataflowNode::SphereCoveringDebugDrawRenderSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClearConvexHullsDataflowNode \ +static_assert(alignof(FClearConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FClearConvexHullsDataflowNode"); \ +static_assert(sizeof(FClearConvexHullsDataflowNode) == 0x000318, "Wrong size on FClearConvexHullsDataflowNode"); \ +static_assert(offsetof(FClearConvexHullsDataflowNode, Collection) == 0x000240, "Member 'FClearConvexHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FClearConvexHullsDataflowNode, TransformSelection) == 0x0002F0, "Member 'FClearConvexHullsDataflowNode::TransformSelection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCopyConvexHullsFromRootDataflowNode \ +static_assert(alignof(FCopyConvexHullsFromRootDataflowNode) == 0x000008, "Wrong alignment on FCopyConvexHullsFromRootDataflowNode"); \ +static_assert(sizeof(FCopyConvexHullsFromRootDataflowNode) == 0x0003C8, "Wrong size on FCopyConvexHullsFromRootDataflowNode"); \ +static_assert(offsetof(FCopyConvexHullsFromRootDataflowNode, Collection) == 0x000240, "Member 'FCopyConvexHullsFromRootDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FCopyConvexHullsFromRootDataflowNode, FromCollection) == 0x0002F0, "Member 'FCopyConvexHullsFromRootDataflowNode::FromCollection' has a wrong offset!"); \ +static_assert(offsetof(FCopyConvexHullsFromRootDataflowNode, bSkipIfEmpty) == 0x0003A0, "Member 'FCopyConvexHullsFromRootDataflowNode::bSkipIfEmpty' has a wrong offset!"); \ +static_assert(offsetof(FCopyConvexHullsFromRootDataflowNode, DebugDrawRenderSettings) == 0x0003A4, "Member 'FCopyConvexHullsFromRootDataflowNode::DebugDrawRenderSettings' has a wrong offset!"); \ +static_assert(offsetof(FCopyConvexHullsFromRootDataflowNode, bRandomizeColor) == 0x0003BC, "Member 'FCopyConvexHullsFromRootDataflowNode::bRandomizeColor' has a wrong offset!"); \ +static_assert(offsetof(FCopyConvexHullsFromRootDataflowNode, ColorRandomSeed) == 0x0003C0, "Member 'FCopyConvexHullsFromRootDataflowNode::ColorRandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMergeConvexHullsDataflowNode \ +static_assert(alignof(FMergeConvexHullsDataflowNode) == 0x000008, "Wrong alignment on FMergeConvexHullsDataflowNode"); \ +static_assert(sizeof(FMergeConvexHullsDataflowNode) == 0x0003D8, "Wrong size on FMergeConvexHullsDataflowNode"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, Collection) == 0x000240, "Member 'FMergeConvexHullsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, SphereCovering) == 0x0002F0, "Member 'FMergeConvexHullsDataflowNode::SphereCovering' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, MaxConvexCount) == 0x000310, "Member 'FMergeConvexHullsDataflowNode::MaxConvexCount' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, ErrorTolerance) == 0x000318, "Member 'FMergeConvexHullsDataflowNode::ErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, OptionalSelectionFilter) == 0x000320, "Member 'FMergeConvexHullsDataflowNode::OptionalSelectionFilter' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, MergeProximityFilter) == 0x000348, "Member 'FMergeConvexHullsDataflowNode::MergeProximityFilter' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, MergeProximityDistanceThreshold) == 0x00034C, "Member 'FMergeConvexHullsDataflowNode::MergeProximityDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, bProtectNegativeSpace) == 0x000350, "Member 'FMergeConvexHullsDataflowNode::bProtectNegativeSpace' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, bComputeNegativeSpacePerBone) == 0x000351, "Member 'FMergeConvexHullsDataflowNode::bComputeNegativeSpacePerBone' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, SampleMethod) == 0x000352, "Member 'FMergeConvexHullsDataflowNode::SampleMethod' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, bRequireSearchSampleCoverage) == 0x000353, "Member 'FMergeConvexHullsDataflowNode::bRequireSearchSampleCoverage' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, bOnlyConnectedToHull) == 0x000354, "Member 'FMergeConvexHullsDataflowNode::bOnlyConnectedToHull' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, TargetNumSamples) == 0x000358, "Member 'FMergeConvexHullsDataflowNode::TargetNumSamples' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, MinSampleSpacing) == 0x000360, "Member 'FMergeConvexHullsDataflowNode::MinSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, NegativeSpaceTolerance) == 0x000368, "Member 'FMergeConvexHullsDataflowNode::NegativeSpaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, MinRadius) == 0x000370, "Member 'FMergeConvexHullsDataflowNode::MinRadius' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, DebugDrawRenderSettings) == 0x000378, "Member 'FMergeConvexHullsDataflowNode::DebugDrawRenderSettings' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, bRandomizeColor) == 0x000390, "Member 'FMergeConvexHullsDataflowNode::bRandomizeColor' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, ColorRandomSeed) == 0x000394, "Member 'FMergeConvexHullsDataflowNode::ColorRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FMergeConvexHullsDataflowNode, SphereCoveringDebugDrawRenderSettings) == 0x000398, "Member 'FMergeConvexHullsDataflowNode::SphereCoveringDebugDrawRenderSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUpdateVolumeAttributesDataflowNode \ +static_assert(alignof(FUpdateVolumeAttributesDataflowNode) == 0x000008, "Wrong alignment on FUpdateVolumeAttributesDataflowNode"); \ +static_assert(sizeof(FUpdateVolumeAttributesDataflowNode) == 0x0002F0, "Wrong size on FUpdateVolumeAttributesDataflowNode"); \ +static_assert(offsetof(FUpdateVolumeAttributesDataflowNode, Collection) == 0x000240, "Member 'FUpdateVolumeAttributesDataflowNode::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGetConvexHullVolumeDataflowNode \ +static_assert(alignof(FGetConvexHullVolumeDataflowNode) == 0x000008, "Wrong alignment on FGetConvexHullVolumeDataflowNode"); \ +static_assert(sizeof(FGetConvexHullVolumeDataflowNode) == 0x000340, "Wrong size on FGetConvexHullVolumeDataflowNode"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, Collection) == 0x000240, "Member 'FGetConvexHullVolumeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, TransformSelection) == 0x0002F0, "Member 'FGetConvexHullVolumeDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, Volume) == 0x000318, "Member 'FGetConvexHullVolumeDataflowNode::Volume' has a wrong offset!"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, bSumChildrenForClustersWithoutHulls) == 0x00031C, "Member 'FGetConvexHullVolumeDataflowNode::bSumChildrenForClustersWithoutHulls' has a wrong offset!"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, bVolumeOfUnion) == 0x00031D, "Member 'FGetConvexHullVolumeDataflowNode::bVolumeOfUnion' has a wrong offset!"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, DebugDrawRenderSettings) == 0x000320, "Member 'FGetConvexHullVolumeDataflowNode::DebugDrawRenderSettings' has a wrong offset!"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, bRandomizeColor) == 0x000338, "Member 'FGetConvexHullVolumeDataflowNode::bRandomizeColor' has a wrong offset!"); \ +static_assert(offsetof(FGetConvexHullVolumeDataflowNode, ColorRandomSeed) == 0x00033C, "Member 'FGetConvexHullVolumeDataflowNode::ColorRandomSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFixTinyGeoDataflowNode \ +static_assert(alignof(FFixTinyGeoDataflowNode) == 0x000008, "Wrong alignment on FFixTinyGeoDataflowNode"); \ +static_assert(sizeof(FFixTinyGeoDataflowNode) == 0x000338, "Wrong size on FFixTinyGeoDataflowNode"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, Collection) == 0x000240, "Member 'FFixTinyGeoDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, TransformSelection) == 0x0002F0, "Member 'FFixTinyGeoDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, MergeType) == 0x000318, "Member 'FFixTinyGeoDataflowNode::MergeType' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, bOnFractureLevel) == 0x000319, "Member 'FFixTinyGeoDataflowNode::bOnFractureLevel' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, bOnlyClusters) == 0x00031A, "Member 'FFixTinyGeoDataflowNode::bOnlyClusters' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, bOnlySameParent) == 0x00031B, "Member 'FFixTinyGeoDataflowNode::bOnlySameParent' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, bGeometryOnlySameParent) == 0x00031C, "Member 'FFixTinyGeoDataflowNode::bGeometryOnlySameParent' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, bFractureLevelIsAll) == 0x00031D, "Member 'FFixTinyGeoDataflowNode::bFractureLevelIsAll' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, NeighborSelection) == 0x00031E, "Member 'FFixTinyGeoDataflowNode::NeighborSelection' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, bOnlyToConnected) == 0x00031F, "Member 'FFixTinyGeoDataflowNode::bOnlyToConnected' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, bUseCollectionProximityForConnections) == 0x000320, "Member 'FFixTinyGeoDataflowNode::bUseCollectionProximityForConnections' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, UseBoneSelection) == 0x000321, "Member 'FFixTinyGeoDataflowNode::UseBoneSelection' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, SelectionMethod) == 0x000322, "Member 'FFixTinyGeoDataflowNode::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, MinVolumeCubeRoot) == 0x000324, "Member 'FFixTinyGeoDataflowNode::MinVolumeCubeRoot' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, RelativeVolume) == 0x000328, "Member 'FFixTinyGeoDataflowNode::RelativeVolume' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, AddSamplesForCollision) == 0x00032C, "Member 'FFixTinyGeoDataflowNode::AddSamplesForCollision' has a wrong offset!"); \ +static_assert(offsetof(FFixTinyGeoDataflowNode, CollisionSampleSpacing) == 0x000330, "Member 'FFixTinyGeoDataflowNode::CollisionSampleSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecomputeNormalsInGeometryCollectionDataflowNode \ +static_assert(alignof(FRecomputeNormalsInGeometryCollectionDataflowNode) == 0x000008, "Wrong alignment on FRecomputeNormalsInGeometryCollectionDataflowNode"); \ +static_assert(sizeof(FRecomputeNormalsInGeometryCollectionDataflowNode) == 0x000328, "Wrong size on FRecomputeNormalsInGeometryCollectionDataflowNode"); \ +static_assert(offsetof(FRecomputeNormalsInGeometryCollectionDataflowNode, Collection) == 0x000240, "Member 'FRecomputeNormalsInGeometryCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRecomputeNormalsInGeometryCollectionDataflowNode, TransformSelection) == 0x0002F0, "Member 'FRecomputeNormalsInGeometryCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FRecomputeNormalsInGeometryCollectionDataflowNode, bOnlyTangents) == 0x000318, "Member 'FRecomputeNormalsInGeometryCollectionDataflowNode::bOnlyTangents' has a wrong offset!"); \ +static_assert(offsetof(FRecomputeNormalsInGeometryCollectionDataflowNode, bRecomputeSharpEdges) == 0x000319, "Member 'FRecomputeNormalsInGeometryCollectionDataflowNode::bRecomputeSharpEdges' has a wrong offset!"); \ +static_assert(offsetof(FRecomputeNormalsInGeometryCollectionDataflowNode, SharpEdgeAngleThreshold) == 0x00031C, "Member 'FRecomputeNormalsInGeometryCollectionDataflowNode::SharpEdgeAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FRecomputeNormalsInGeometryCollectionDataflowNode, bOnlyInternalSurfaces) == 0x000320, "Member 'FRecomputeNormalsInGeometryCollectionDataflowNode::bOnlyInternalSurfaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FResampleGeometryCollectionDataflowNode \ +static_assert(alignof(FResampleGeometryCollectionDataflowNode) == 0x000008, "Wrong alignment on FResampleGeometryCollectionDataflowNode"); \ +static_assert(sizeof(FResampleGeometryCollectionDataflowNode) == 0x000320, "Wrong size on FResampleGeometryCollectionDataflowNode"); \ +static_assert(offsetof(FResampleGeometryCollectionDataflowNode, Collection) == 0x000240, "Member 'FResampleGeometryCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FResampleGeometryCollectionDataflowNode, TransformSelection) == 0x0002F0, "Member 'FResampleGeometryCollectionDataflowNode::TransformSelection' has a wrong offset!"); \ +static_assert(offsetof(FResampleGeometryCollectionDataflowNode, AddSamplesForCollision) == 0x000318, "Member 'FResampleGeometryCollectionDataflowNode::AddSamplesForCollision' has a wrong offset!"); \ +static_assert(offsetof(FResampleGeometryCollectionDataflowNode, CollisionSampleSpacing) == 0x00031C, "Member 'FResampleGeometryCollectionDataflowNode::CollisionSampleSpacing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FValidateGeometryCollectionDataflowNode \ +static_assert(alignof(FValidateGeometryCollectionDataflowNode) == 0x000008, "Wrong alignment on FValidateGeometryCollectionDataflowNode"); \ +static_assert(sizeof(FValidateGeometryCollectionDataflowNode) == 0x0002F8, "Wrong size on FValidateGeometryCollectionDataflowNode"); \ +static_assert(offsetof(FValidateGeometryCollectionDataflowNode, Collection) == 0x000240, "Member 'FValidateGeometryCollectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FValidateGeometryCollectionDataflowNode, bRemoveUnreferencedGeometry) == 0x0002F0, "Member 'FValidateGeometryCollectionDataflowNode::bRemoveUnreferencedGeometry' has a wrong offset!"); \ +static_assert(offsetof(FValidateGeometryCollectionDataflowNode, bRemoveClustersOfOne) == 0x0002F1, "Member 'FValidateGeometryCollectionDataflowNode::bRemoveClustersOfOne' has a wrong offset!"); \ +static_assert(offsetof(FValidateGeometryCollectionDataflowNode, bRemoveDanglingClusters) == 0x0002F2, "Member 'FValidateGeometryCollectionDataflowNode::bRemoveDanglingClusters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAddUVChannelDataflowNode \ +static_assert(alignof(FAddUVChannelDataflowNode) == 0x000008, "Wrong alignment on FAddUVChannelDataflowNode"); \ +static_assert(sizeof(FAddUVChannelDataflowNode) == 0x000300, "Wrong size on FAddUVChannelDataflowNode"); \ +static_assert(offsetof(FAddUVChannelDataflowNode, Collection) == 0x000240, "Member 'FAddUVChannelDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FAddUVChannelDataflowNode, UVChannel) == 0x0002F0, "Member 'FAddUVChannelDataflowNode::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(FAddUVChannelDataflowNode, DefaultValue) == 0x0002F4, "Member 'FAddUVChannelDataflowNode::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoUnwrapUVDataflowNode \ +static_assert(alignof(FAutoUnwrapUVDataflowNode) == 0x000008, "Wrong alignment on FAutoUnwrapUVDataflowNode"); \ +static_assert(sizeof(FAutoUnwrapUVDataflowNode) == 0x000320, "Wrong size on FAutoUnwrapUVDataflowNode"); \ +static_assert(offsetof(FAutoUnwrapUVDataflowNode, Collection) == 0x000240, "Member 'FAutoUnwrapUVDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FAutoUnwrapUVDataflowNode, FaceSelection) == 0x0002F0, "Member 'FAutoUnwrapUVDataflowNode::FaceSelection' has a wrong offset!"); \ +static_assert(offsetof(FAutoUnwrapUVDataflowNode, UVChannel) == 0x000318, "Member 'FAutoUnwrapUVDataflowNode::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(FAutoUnwrapUVDataflowNode, GutterSize) == 0x00031C, "Member 'FAutoUnwrapUVDataflowNode::GutterSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMergeUVIslandsDataflowNode \ +static_assert(alignof(FMergeUVIslandsDataflowNode) == 0x000008, "Wrong alignment on FMergeUVIslandsDataflowNode"); \ +static_assert(sizeof(FMergeUVIslandsDataflowNode) == 0x000340, "Wrong size on FMergeUVIslandsDataflowNode"); \ +static_assert(offsetof(FMergeUVIslandsDataflowNode, Collection) == 0x000240, "Member 'FMergeUVIslandsDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FMergeUVIslandsDataflowNode, FaceSelection) == 0x0002F0, "Member 'FMergeUVIslandsDataflowNode::FaceSelection' has a wrong offset!"); \ +static_assert(offsetof(FMergeUVIslandsDataflowNode, UVChannel) == 0x000318, "Member 'FMergeUVIslandsDataflowNode::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(FMergeUVIslandsDataflowNode, AreaDistortionThreshold) == 0x000320, "Member 'FMergeUVIslandsDataflowNode::AreaDistortionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMergeUVIslandsDataflowNode, MaxNormalDeviationDeg) == 0x000328, "Member 'FMergeUVIslandsDataflowNode::MaxNormalDeviationDeg' has a wrong offset!"); \ +static_assert(offsetof(FMergeUVIslandsDataflowNode, NormalSmoothingRounds) == 0x000330, "Member 'FMergeUVIslandsDataflowNode::NormalSmoothingRounds' has a wrong offset!"); \ +static_assert(offsetof(FMergeUVIslandsDataflowNode, NormalSmoothingAlpha) == 0x000338, "Member 'FMergeUVIslandsDataflowNode::NormalSmoothingAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoxProjectUVDataflowNode \ +static_assert(alignof(FBoxProjectUVDataflowNode) == 0x000008, "Wrong alignment on FBoxProjectUVDataflowNode"); \ +static_assert(sizeof(FBoxProjectUVDataflowNode) == 0x000320, "Wrong size on FBoxProjectUVDataflowNode"); \ +static_assert(offsetof(FBoxProjectUVDataflowNode, Collection) == 0x000240, "Member 'FBoxProjectUVDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FBoxProjectUVDataflowNode, UVChannel) == 0x0002F0, "Member 'FBoxProjectUVDataflowNode::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(FBoxProjectUVDataflowNode, GutterSize) == 0x0002F4, "Member 'FBoxProjectUVDataflowNode::GutterSize' has a wrong offset!"); \ +static_assert(offsetof(FBoxProjectUVDataflowNode, ProjectionScale) == 0x0002F8, "Member 'FBoxProjectUVDataflowNode::ProjectionScale' has a wrong offset!"); \ +static_assert(offsetof(FBoxProjectUVDataflowNode, UVOffset) == 0x000310, "Member 'FBoxProjectUVDataflowNode::UVOffset' has a wrong offset!"); \ +static_assert(offsetof(FBoxProjectUVDataflowNode, bAutoFitToBounds) == 0x000318, "Member 'FBoxProjectUVDataflowNode::bAutoFitToBounds' has a wrong offset!"); \ +static_assert(offsetof(FBoxProjectUVDataflowNode, bCenterBoxAtPivot) == 0x000319, "Member 'FBoxProjectUVDataflowNode::bCenterBoxAtPivot' has a wrong offset!"); \ +static_assert(offsetof(FBoxProjectUVDataflowNode, bUniformProjectionScale) == 0x00031A, "Member 'FBoxProjectUVDataflowNode::bUniformProjectionScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionVertexScalarToVertexIndicesNode \ +static_assert(alignof(FGeometryCollectionVertexScalarToVertexIndicesNode) == 0x000008, "Wrong alignment on FGeometryCollectionVertexScalarToVertexIndicesNode"); \ +static_assert(sizeof(FGeometryCollectionVertexScalarToVertexIndicesNode) == 0x000328, "Wrong size on FGeometryCollectionVertexScalarToVertexIndicesNode"); \ +static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, Collection) == 0x000240, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, AttributeKey) == 0x0002F0, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, SelectionThreshold) == 0x000310, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::SelectionThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionVertexScalarToVertexIndicesNode, VertexIndices) == 0x000318, "Member 'FGeometryCollectionVertexScalarToVertexIndicesNode::VertexIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformCollectionAttributeDataflowNode \ +static_assert(alignof(FTransformCollectionAttributeDataflowNode) == 0x000010, "Wrong alignment on FTransformCollectionAttributeDataflowNode"); \ +static_assert(sizeof(FTransformCollectionAttributeDataflowNode) == 0x0003D0, "Wrong size on FTransformCollectionAttributeDataflowNode"); \ +static_assert(offsetof(FTransformCollectionAttributeDataflowNode, Collection) == 0x000240, "Member 'FTransformCollectionAttributeDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionAttributeDataflowNode, TransformIn) == 0x0002F0, "Member 'FTransformCollectionAttributeDataflowNode::TransformIn' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionAttributeDataflowNode, LocalTransform) == 0x000350, "Member 'FTransformCollectionAttributeDataflowNode::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionAttributeDataflowNode, GroupName) == 0x0003B0, "Member 'FTransformCollectionAttributeDataflowNode::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FTransformCollectionAttributeDataflowNode, AttributeName) == 0x0003C0, "Member 'FTransformCollectionAttributeDataflowNode::AttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetVertexColorFromFloatArrayDataflowNode \ +static_assert(alignof(FSetVertexColorFromFloatArrayDataflowNode) == 0x000008, "Wrong alignment on FSetVertexColorFromFloatArrayDataflowNode"); \ +static_assert(sizeof(FSetVertexColorFromFloatArrayDataflowNode) == 0x000318, "Wrong size on FSetVertexColorFromFloatArrayDataflowNode"); \ +static_assert(offsetof(FSetVertexColorFromFloatArrayDataflowNode, Collection) == 0x000240, "Member 'FSetVertexColorFromFloatArrayDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorFromFloatArrayDataflowNode, FloatArray) == 0x0002F0, "Member 'FSetVertexColorFromFloatArrayDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorFromFloatArrayDataflowNode, bNormalizeInput) == 0x000300, "Member 'FSetVertexColorFromFloatArrayDataflowNode::bNormalizeInput' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorFromFloatArrayDataflowNode, Color) == 0x000304, "Member 'FSetVertexColorFromFloatArrayDataflowNode::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetVertexColorFromVertexIndicesDataflowNode \ +static_assert(alignof(FSetVertexColorFromVertexIndicesDataflowNode) == 0x000008, "Wrong alignment on FSetVertexColorFromVertexIndicesDataflowNode"); \ +static_assert(sizeof(FSetVertexColorFromVertexIndicesDataflowNode) == 0x000310, "Wrong size on FSetVertexColorFromVertexIndicesDataflowNode"); \ +static_assert(offsetof(FSetVertexColorFromVertexIndicesDataflowNode, Collection) == 0x000240, "Member 'FSetVertexColorFromVertexIndicesDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorFromVertexIndicesDataflowNode, VertexIndicesIn) == 0x0002F0, "Member 'FSetVertexColorFromVertexIndicesDataflowNode::VertexIndicesIn' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorFromVertexIndicesDataflowNode, SelectedColor) == 0x000300, "Member 'FSetVertexColorFromVertexIndicesDataflowNode::SelectedColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetVertexColorFromVertexSelectionDataflowNode \ +static_assert(alignof(FSetVertexColorFromVertexSelectionDataflowNode) == 0x000008, "Wrong alignment on FSetVertexColorFromVertexSelectionDataflowNode"); \ +static_assert(sizeof(FSetVertexColorFromVertexSelectionDataflowNode) == 0x000328, "Wrong size on FSetVertexColorFromVertexSelectionDataflowNode"); \ +static_assert(offsetof(FSetVertexColorFromVertexSelectionDataflowNode, Collection) == 0x000240, "Member 'FSetVertexColorFromVertexSelectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorFromVertexSelectionDataflowNode, VertexSelection) == 0x0002F0, "Member 'FSetVertexColorFromVertexSelectionDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorFromVertexSelectionDataflowNode, SelectedColor) == 0x000318, "Member 'FSetVertexColorFromVertexSelectionDataflowNode::SelectedColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionTransferVertexScalarAttributeNode \ +static_assert(alignof(FGeometryCollectionTransferVertexScalarAttributeNode) == 0x000008, "Wrong alignment on FGeometryCollectionTransferVertexScalarAttributeNode"); \ +static_assert(sizeof(FGeometryCollectionTransferVertexScalarAttributeNode) == 0x0003D0, "Wrong size on FGeometryCollectionTransferVertexScalarAttributeNode"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexScalarAttributeNode, Collection) == 0x000240, "Member 'FGeometryCollectionTransferVertexScalarAttributeNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexScalarAttributeNode, FromCollection) == 0x0002F0, "Member 'FGeometryCollectionTransferVertexScalarAttributeNode::FromCollection' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexScalarAttributeNode, AttributeKey) == 0x0003A0, "Member 'FGeometryCollectionTransferVertexScalarAttributeNode::AttributeKey' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexScalarAttributeNode, BoundingVolumeType) == 0x0003C0, "Member 'FGeometryCollectionTransferVertexScalarAttributeNode::BoundingVolumeType' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexScalarAttributeNode, SampleScale) == 0x0003C1, "Member 'FGeometryCollectionTransferVertexScalarAttributeNode::SampleScale' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexScalarAttributeNode, Falloff) == 0x0003C2, "Member 'FGeometryCollectionTransferVertexScalarAttributeNode::Falloff' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexScalarAttributeNode, FalloffThreshold) == 0x0003C4, "Member 'FGeometryCollectionTransferVertexScalarAttributeNode::FalloffThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexScalarAttributeNode, EdgeMultiplier) == 0x0003C8, "Member 'FGeometryCollectionTransferVertexScalarAttributeNode::EdgeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionTransferVertexScalarAttributeNode, BoundMultiplier) == 0x0003CC, "Member 'FGeometryCollectionTransferVertexScalarAttributeNode::BoundMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetVertexColorInCollectionFromFloatArrayDataflowNode \ +static_assert(alignof(FSetVertexColorInCollectionFromFloatArrayDataflowNode) == 0x000008, "Wrong alignment on FSetVertexColorInCollectionFromFloatArrayDataflowNode"); \ +static_assert(sizeof(FSetVertexColorInCollectionFromFloatArrayDataflowNode) == 0x000308, "Wrong size on FSetVertexColorInCollectionFromFloatArrayDataflowNode"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromFloatArrayDataflowNode, Collection) == 0x000240, "Member 'FSetVertexColorInCollectionFromFloatArrayDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromFloatArrayDataflowNode, FloatArray) == 0x0002F0, "Member 'FSetVertexColorInCollectionFromFloatArrayDataflowNode::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromFloatArrayDataflowNode, Scale) == 0x000300, "Member 'FSetVertexColorInCollectionFromFloatArrayDataflowNode::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetVertexColorInCollectionFromVertexSelectionDataflowNode \ +static_assert(alignof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode) == 0x000008, "Wrong alignment on FSetVertexColorInCollectionFromVertexSelectionDataflowNode"); \ +static_assert(sizeof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode) == 0x000338, "Wrong size on FSetVertexColorInCollectionFromVertexSelectionDataflowNode"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, Collection) == 0x000240, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::Collection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, VertexSelection) == 0x0002F0, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::VertexSelection' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, SelectedColor) == 0x000318, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::SelectedColor' has a wrong offset!"); \ +static_assert(offsetof(FSetVertexColorInCollectionFromVertexSelectionDataflowNode, NonSelectedColor) == 0x000328, "Member 'FSetVertexColorInCollectionFromVertexSelectionDataflowNode::NonSelectedColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateStreamHandle \ +static_assert(alignof(FStateStreamHandle) == 0x000001, "Wrong alignment on FStateStreamHandle"); \ +static_assert(sizeof(FStateStreamHandle) == 0x000001, "Wrong size on FStateStreamHandle"); \ + +#define DUMPER7_ASSERTS_FTransformStaticState \ +static_assert(alignof(FTransformStaticState) == 0x000004, "Wrong alignment on FTransformStaticState"); \ +static_assert(sizeof(FTransformStaticState) == 0x000004, "Wrong size on FTransformStaticState"); \ + +#define DUMPER7_ASSERTS_FTransformHandle \ +static_assert(alignof(FTransformHandle) == 0x000008, "Wrong alignment on FTransformHandle"); \ +static_assert(sizeof(FTransformHandle) == 0x000010, "Wrong size on FTransformHandle"); \ + +#define DUMPER7_ASSERTS_FTransformDynamicState \ +static_assert(alignof(FTransformDynamicState) == 0x000010, "Wrong alignment on FTransformDynamicState"); \ +static_assert(sizeof(FTransformDynamicState) == 0x0000A0, "Wrong size on FTransformDynamicState"); \ +static_assert(offsetof(FTransformDynamicState, LocalTransform) == 0x000010, "Member 'FTransformDynamicState::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FTransformDynamicState, BoneTransforms) == 0x000070, "Member 'FTransformDynamicState::BoneTransforms' has a wrong offset!"); \ +static_assert(offsetof(FTransformDynamicState, Parent) == 0x000080, "Member 'FTransformDynamicState::Parent' has a wrong offset!"); \ +static_assert(offsetof(FTransformDynamicState, bVisible) == 0x000090, "Member 'FTransformDynamicState::bVisible' 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_FTraceControlStatusPing \ +static_assert(alignof(FTraceControlStatusPing) == 0x000001, "Wrong alignment on FTraceControlStatusPing"); \ +static_assert(sizeof(FTraceControlStatusPing) == 0x000001, "Wrong size on FTraceControlStatusPing"); \ + +#define DUMPER7_ASSERTS_FTraceControlStatus \ +static_assert(alignof(FTraceControlStatus) == 0x000008, "Wrong alignment on FTraceControlStatus"); \ +static_assert(sizeof(FTraceControlStatus) == 0x000068, "Wrong size on FTraceControlStatus"); \ +static_assert(offsetof(FTraceControlStatus, Endpoint) == 0x000000, "Member 'FTraceControlStatus::Endpoint' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, SessionGuid) == 0x000010, "Member 'FTraceControlStatus::SessionGuid' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, TraceGuid) == 0x000020, "Member 'FTraceControlStatus::TraceGuid' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, BytesSent) == 0x000030, "Member 'FTraceControlStatus::BytesSent' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, BytesTraced) == 0x000038, "Member 'FTraceControlStatus::BytesTraced' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, MemoryUsed) == 0x000040, "Member 'FTraceControlStatus::MemoryUsed' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, CacheAllocated) == 0x000048, "Member 'FTraceControlStatus::CacheAllocated' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, CacheUsed) == 0x00004C, "Member 'FTraceControlStatus::CacheUsed' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, CacheWaste) == 0x000050, "Member 'FTraceControlStatus::CacheWaste' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, bAreStatNamedEventsEnabled) == 0x000054, "Member 'FTraceControlStatus::bAreStatNamedEventsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, bIsPaused) == 0x000055, "Member 'FTraceControlStatus::bIsPaused' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, bIsTracing) == 0x000056, "Member 'FTraceControlStatus::bIsTracing' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, StatusTimestamp) == 0x000058, "Member 'FTraceControlStatus::StatusTimestamp' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStatus, TraceSystemStatus) == 0x000060, "Member 'FTraceControlStatus::TraceSystemStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlSettingsPing \ +static_assert(alignof(FTraceControlSettingsPing) == 0x000001, "Wrong alignment on FTraceControlSettingsPing"); \ +static_assert(sizeof(FTraceControlSettingsPing) == 0x000001, "Wrong size on FTraceControlSettingsPing"); \ + +#define DUMPER7_ASSERTS_FTraceChannelPreset \ +static_assert(alignof(FTraceChannelPreset) == 0x000008, "Wrong alignment on FTraceChannelPreset"); \ +static_assert(sizeof(FTraceChannelPreset) == 0x000028, "Wrong size on FTraceChannelPreset"); \ +static_assert(offsetof(FTraceChannelPreset, Name) == 0x000000, "Member 'FTraceChannelPreset::Name' has a wrong offset!"); \ +static_assert(offsetof(FTraceChannelPreset, ChannelList) == 0x000010, "Member 'FTraceChannelPreset::ChannelList' has a wrong offset!"); \ +static_assert(offsetof(FTraceChannelPreset, bIsReadOnly) == 0x000020, "Member 'FTraceChannelPreset::bIsReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlSettings \ +static_assert(alignof(FTraceControlSettings) == 0x000008, "Wrong alignment on FTraceControlSettings"); \ +static_assert(sizeof(FTraceControlSettings) == 0x000018, "Wrong size on FTraceControlSettings"); \ +static_assert(offsetof(FTraceControlSettings, bUseWorkerThread) == 0x000000, "Member 'FTraceControlSettings::bUseWorkerThread' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlSettings, bUseImportantCache) == 0x000001, "Member 'FTraceControlSettings::bUseImportantCache' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlSettings, TailSizeBytes) == 0x000004, "Member 'FTraceControlSettings::TailSizeBytes' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlSettings, ChannelPresets) == 0x000008, "Member 'FTraceControlSettings::ChannelPresets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlChannelsPing \ +static_assert(alignof(FTraceControlChannelsPing) == 0x000004, "Wrong alignment on FTraceControlChannelsPing"); \ +static_assert(sizeof(FTraceControlChannelsPing) == 0x000004, "Wrong size on FTraceControlChannelsPing"); \ +static_assert(offsetof(FTraceControlChannelsPing, KnownChannelCount) == 0x000000, "Member 'FTraceControlChannelsPing::KnownChannelCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlChannelsDesc \ +static_assert(alignof(FTraceControlChannelsDesc) == 0x000008, "Wrong alignment on FTraceControlChannelsDesc"); \ +static_assert(sizeof(FTraceControlChannelsDesc) == 0x000040, "Wrong size on FTraceControlChannelsDesc"); \ +static_assert(offsetof(FTraceControlChannelsDesc, Channels) == 0x000000, "Member 'FTraceControlChannelsDesc::Channels' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlChannelsDesc, Ids) == 0x000010, "Member 'FTraceControlChannelsDesc::Ids' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlChannelsDesc, Descriptions) == 0x000020, "Member 'FTraceControlChannelsDesc::Descriptions' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlChannelsDesc, ReadOnlyIds) == 0x000030, "Member 'FTraceControlChannelsDesc::ReadOnlyIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlChannelsStatus \ +static_assert(alignof(FTraceControlChannelsStatus) == 0x000008, "Wrong alignment on FTraceControlChannelsStatus"); \ +static_assert(sizeof(FTraceControlChannelsStatus) == 0x000010, "Wrong size on FTraceControlChannelsStatus"); \ +static_assert(offsetof(FTraceControlChannelsStatus, EnabledIds) == 0x000000, "Member 'FTraceControlChannelsStatus::EnabledIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlChannelsSet \ +static_assert(alignof(FTraceControlChannelsSet) == 0x000008, "Wrong alignment on FTraceControlChannelsSet"); \ +static_assert(sizeof(FTraceControlChannelsSet) == 0x000020, "Wrong size on FTraceControlChannelsSet"); \ +static_assert(offsetof(FTraceControlChannelsSet, ChannelIdsToEnable) == 0x000000, "Member 'FTraceControlChannelsSet::ChannelIdsToEnable' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlChannelsSet, ChannelIdsToDisable) == 0x000010, "Member 'FTraceControlChannelsSet::ChannelIdsToDisable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlChannelsSetError \ +static_assert(alignof(FTraceControlChannelsSetError) == 0x000008, "Wrong alignment on FTraceControlChannelsSetError"); \ +static_assert(sizeof(FTraceControlChannelsSetError) == 0x000050, "Wrong size on FTraceControlChannelsSetError"); \ +static_assert(offsetof(FTraceControlChannelsSetError, Errors) == 0x000000, "Member 'FTraceControlChannelsSetError::Errors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlDiscoveryPing \ +static_assert(alignof(FTraceControlDiscoveryPing) == 0x000004, "Wrong alignment on FTraceControlDiscoveryPing"); \ +static_assert(sizeof(FTraceControlDiscoveryPing) == 0x000020, "Wrong size on FTraceControlDiscoveryPing"); \ +static_assert(offsetof(FTraceControlDiscoveryPing, SessionId) == 0x000000, "Member 'FTraceControlDiscoveryPing::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlDiscoveryPing, InstanceId) == 0x000010, "Member 'FTraceControlDiscoveryPing::InstanceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlDiscovery \ +static_assert(alignof(FTraceControlDiscovery) == 0x000008, "Wrong alignment on FTraceControlDiscovery"); \ +static_assert(sizeof(FTraceControlDiscovery) == 0x000088, "Wrong size on FTraceControlDiscovery"); \ +static_assert(offsetof(FTraceControlDiscovery, SessionId) == 0x000068, "Member 'FTraceControlDiscovery::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlDiscovery, InstanceId) == 0x000078, "Member 'FTraceControlDiscovery::InstanceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlStop \ +static_assert(alignof(FTraceControlStop) == 0x000001, "Wrong alignment on FTraceControlStop"); \ +static_assert(sizeof(FTraceControlStop) == 0x000001, "Wrong size on FTraceControlStop"); \ + +#define DUMPER7_ASSERTS_FTraceControlStartCommon \ +static_assert(alignof(FTraceControlStartCommon) == 0x000008, "Wrong alignment on FTraceControlStartCommon"); \ +static_assert(sizeof(FTraceControlStartCommon) == 0x000018, "Wrong size on FTraceControlStartCommon"); \ +static_assert(offsetof(FTraceControlStartCommon, Channels) == 0x000000, "Member 'FTraceControlStartCommon::Channels' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlStartCommon, bExcludeTail) == 0x000010, "Member 'FTraceControlStartCommon::bExcludeTail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlSend \ +static_assert(alignof(FTraceControlSend) == 0x000008, "Wrong alignment on FTraceControlSend"); \ +static_assert(sizeof(FTraceControlSend) == 0x000028, "Wrong size on FTraceControlSend"); \ +static_assert(offsetof(FTraceControlSend, Host) == 0x000018, "Member 'FTraceControlSend::Host' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlFile \ +static_assert(alignof(FTraceControlFile) == 0x000008, "Wrong alignment on FTraceControlFile"); \ +static_assert(sizeof(FTraceControlFile) == 0x000030, "Wrong size on FTraceControlFile"); \ +static_assert(offsetof(FTraceControlFile, File) == 0x000018, "Member 'FTraceControlFile::File' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlFile, bTruncateFile) == 0x000028, "Member 'FTraceControlFile::bTruncateFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlPause \ +static_assert(alignof(FTraceControlPause) == 0x000001, "Wrong alignment on FTraceControlPause"); \ +static_assert(sizeof(FTraceControlPause) == 0x000001, "Wrong size on FTraceControlPause"); \ + +#define DUMPER7_ASSERTS_FTraceControlResume \ +static_assert(alignof(FTraceControlResume) == 0x000001, "Wrong alignment on FTraceControlResume"); \ +static_assert(sizeof(FTraceControlResume) == 0x000001, "Wrong size on FTraceControlResume"); \ + +#define DUMPER7_ASSERTS_FTraceControlSnapshotSend \ +static_assert(alignof(FTraceControlSnapshotSend) == 0x000008, "Wrong alignment on FTraceControlSnapshotSend"); \ +static_assert(sizeof(FTraceControlSnapshotSend) == 0x000010, "Wrong size on FTraceControlSnapshotSend"); \ +static_assert(offsetof(FTraceControlSnapshotSend, Host) == 0x000000, "Member 'FTraceControlSnapshotSend::Host' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlSnapshotFile \ +static_assert(alignof(FTraceControlSnapshotFile) == 0x000008, "Wrong alignment on FTraceControlSnapshotFile"); \ +static_assert(sizeof(FTraceControlSnapshotFile) == 0x000010, "Wrong size on FTraceControlSnapshotFile"); \ +static_assert(offsetof(FTraceControlSnapshotFile, File) == 0x000000, "Member 'FTraceControlSnapshotFile::File' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlBookmark \ +static_assert(alignof(FTraceControlBookmark) == 0x000008, "Wrong alignment on FTraceControlBookmark"); \ +static_assert(sizeof(FTraceControlBookmark) == 0x000010, "Wrong size on FTraceControlBookmark"); \ +static_assert(offsetof(FTraceControlBookmark, Label) == 0x000000, "Member 'FTraceControlBookmark::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlScreenshot \ +static_assert(alignof(FTraceControlScreenshot) == 0x000008, "Wrong alignment on FTraceControlScreenshot"); \ +static_assert(sizeof(FTraceControlScreenshot) == 0x000018, "Wrong size on FTraceControlScreenshot"); \ +static_assert(offsetof(FTraceControlScreenshot, Name) == 0x000000, "Member 'FTraceControlScreenshot::Name' has a wrong offset!"); \ +static_assert(offsetof(FTraceControlScreenshot, bShowUI) == 0x000010, "Member 'FTraceControlScreenshot::bShowUI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceControlSetStatNamedEvents \ +static_assert(alignof(FTraceControlSetStatNamedEvents) == 0x000001, "Wrong alignment on FTraceControlSetStatNamedEvents"); \ +static_assert(sizeof(FTraceControlSetStatNamedEvents) == 0x000001, "Wrong size on FTraceControlSetStatNamedEvents"); \ +static_assert(offsetof(FTraceControlSetStatNamedEvents, bEnabled) == 0x000000, "Member 'FTraceControlSetStatNamedEvents::bEnabled' 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_FWidgetCarouselNavigationButtonStyle \ +static_assert(alignof(FWidgetCarouselNavigationButtonStyle) == 0x000010, "Wrong alignment on FWidgetCarouselNavigationButtonStyle"); \ +static_assert(sizeof(FWidgetCarouselNavigationButtonStyle) == 0x000500, "Wrong size on FWidgetCarouselNavigationButtonStyle"); \ +static_assert(offsetof(FWidgetCarouselNavigationButtonStyle, InnerButtonStyle) == 0x000010, "Member 'FWidgetCarouselNavigationButtonStyle::InnerButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationButtonStyle, NavigationButtonLeftImage) == 0x0003A0, "Member 'FWidgetCarouselNavigationButtonStyle::NavigationButtonLeftImage' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationButtonStyle, NavigationButtonRightImage) == 0x000450, "Member 'FWidgetCarouselNavigationButtonStyle::NavigationButtonRightImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetCarouselNavigationBarStyle \ +static_assert(alignof(FWidgetCarouselNavigationBarStyle) == 0x000010, "Wrong alignment on FWidgetCarouselNavigationBarStyle"); \ +static_assert(sizeof(FWidgetCarouselNavigationBarStyle) == 0x000B70, "Wrong size on FWidgetCarouselNavigationBarStyle"); \ +static_assert(offsetof(FWidgetCarouselNavigationBarStyle, HighlightBrush) == 0x000010, "Member 'FWidgetCarouselNavigationBarStyle::HighlightBrush' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationBarStyle, LeftButtonStyle) == 0x0000C0, "Member 'FWidgetCarouselNavigationBarStyle::LeftButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationBarStyle, CenterButtonStyle) == 0x000450, "Member 'FWidgetCarouselNavigationBarStyle::CenterButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FWidgetCarouselNavigationBarStyle, RightButtonStyle) == 0x0007E0, "Member 'FWidgetCarouselNavigationBarStyle::RightButtonStyle' 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_FRigUnit_LiveLinkEvaluateInputDeviceValue \ +static_assert(alignof(FRigUnit_LiveLinkEvaluateInputDeviceValue) == 0x000008, "Wrong alignment on FRigUnit_LiveLinkEvaluateInputDeviceValue"); \ +static_assert(sizeof(FRigUnit_LiveLinkEvaluateInputDeviceValue) == 0x000130, "Wrong size on FRigUnit_LiveLinkEvaluateInputDeviceValue"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluateInputDeviceValue, SubjectName) == 0x000008, "Member 'FRigUnit_LiveLinkEvaluateInputDeviceValue::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluateInputDeviceValue, InputDeviceData) == 0x000010, "Member 'FRigUnit_LiveLinkEvaluateInputDeviceValue::InputDeviceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkBase \ +static_assert(alignof(FRigUnit_LiveLinkBase) == 0x000008, "Wrong alignment on FRigUnit_LiveLinkBase"); \ +static_assert(sizeof(FRigUnit_LiveLinkBase) == 0x000008, "Wrong size on FRigUnit_LiveLinkBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkEvaluteFrameAnimation \ +static_assert(alignof(FRigUnit_LiveLinkEvaluteFrameAnimation) == 0x000010, "Wrong alignment on FRigUnit_LiveLinkEvaluteFrameAnimation"); \ +static_assert(sizeof(FRigUnit_LiveLinkEvaluteFrameAnimation) == 0x0000B0, "Wrong size on FRigUnit_LiveLinkEvaluteFrameAnimation"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameAnimation, SubjectName) == 0x000008, "Member 'FRigUnit_LiveLinkEvaluteFrameAnimation::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameAnimation, bDrawDebug) == 0x000010, "Member 'FRigUnit_LiveLinkEvaluteFrameAnimation::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameAnimation, DebugColor) == 0x000014, "Member 'FRigUnit_LiveLinkEvaluteFrameAnimation::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameAnimation, DebugDrawOffset) == 0x000030, "Member 'FRigUnit_LiveLinkEvaluteFrameAnimation::DebugDrawOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameAnimation, SubjectFrame) == 0x000090, "Member 'FRigUnit_LiveLinkEvaluteFrameAnimation::SubjectFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkGetTransformByName \ +static_assert(alignof(FRigUnit_LiveLinkGetTransformByName) == 0x000010, "Wrong alignment on FRigUnit_LiveLinkGetTransformByName"); \ +static_assert(sizeof(FRigUnit_LiveLinkGetTransformByName) == 0x000090, "Wrong size on FRigUnit_LiveLinkGetTransformByName"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetTransformByName, SubjectFrame) == 0x000008, "Member 'FRigUnit_LiveLinkGetTransformByName::SubjectFrame' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetTransformByName, TransformName) == 0x000020, "Member 'FRigUnit_LiveLinkGetTransformByName::TransformName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetTransformByName, Space) == 0x000028, "Member 'FRigUnit_LiveLinkGetTransformByName::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetTransformByName, Transform) == 0x000030, "Member 'FRigUnit_LiveLinkGetTransformByName::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkGetParameterValueByName \ +static_assert(alignof(FRigUnit_LiveLinkGetParameterValueByName) == 0x000008, "Wrong alignment on FRigUnit_LiveLinkGetParameterValueByName"); \ +static_assert(sizeof(FRigUnit_LiveLinkGetParameterValueByName) == 0x000030, "Wrong size on FRigUnit_LiveLinkGetParameterValueByName"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetParameterValueByName, SubjectFrame) == 0x000008, "Member 'FRigUnit_LiveLinkGetParameterValueByName::SubjectFrame' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetParameterValueByName, ParameterName) == 0x000020, "Member 'FRigUnit_LiveLinkGetParameterValueByName::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkGetParameterValueByName, Value) == 0x000028, "Member 'FRigUnit_LiveLinkGetParameterValueByName::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkEvaluteFrameTransform \ +static_assert(alignof(FRigUnit_LiveLinkEvaluteFrameTransform) == 0x000010, "Wrong alignment on FRigUnit_LiveLinkEvaluteFrameTransform"); \ +static_assert(sizeof(FRigUnit_LiveLinkEvaluteFrameTransform) == 0x0000F0, "Wrong size on FRigUnit_LiveLinkEvaluteFrameTransform"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameTransform, SubjectName) == 0x000008, "Member 'FRigUnit_LiveLinkEvaluteFrameTransform::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameTransform, bDrawDebug) == 0x000010, "Member 'FRigUnit_LiveLinkEvaluteFrameTransform::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameTransform, DebugColor) == 0x000014, "Member 'FRigUnit_LiveLinkEvaluteFrameTransform::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameTransform, DebugDrawOffset) == 0x000030, "Member 'FRigUnit_LiveLinkEvaluteFrameTransform::DebugDrawOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluteFrameTransform, Transform) == 0x000090, "Member 'FRigUnit_LiveLinkEvaluteFrameTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_LiveLinkEvaluateBasicValue \ +static_assert(alignof(FRigUnit_LiveLinkEvaluateBasicValue) == 0x000008, "Wrong alignment on FRigUnit_LiveLinkEvaluateBasicValue"); \ +static_assert(sizeof(FRigUnit_LiveLinkEvaluateBasicValue) == 0x000020, "Wrong size on FRigUnit_LiveLinkEvaluateBasicValue"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluateBasicValue, SubjectName) == 0x000008, "Member 'FRigUnit_LiveLinkEvaluateBasicValue::SubjectName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluateBasicValue, PropertyName) == 0x000010, "Member 'FRigUnit_LiveLinkEvaluateBasicValue::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_LiveLinkEvaluateBasicValue, Value) == 0x000018, "Member 'FRigUnit_LiveLinkEvaluateBasicValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReleaseLogic_Confront_C_Initialize \ +static_assert(alignof(BP_ReleaseLogic_Confront_C_Initialize) == 0x000008, "Wrong alignment on BP_ReleaseLogic_Confront_C_Initialize"); \ +static_assert(sizeof(BP_ReleaseLogic_Confront_C_Initialize) == 0x000040, "Wrong size on BP_ReleaseLogic_Confront_C_Initialize"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_Initialize, World) == 0x000000, "Member 'BP_ReleaseLogic_Confront_C_Initialize::World' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_Initialize, TokenHolder_0) == 0x000008, "Member 'BP_ReleaseLogic_Confront_C_Initialize::TokenHolder_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_Initialize, TokenProvider) == 0x000010, "Member 'BP_ReleaseLogic_Confront_C_Initialize::TokenProvider' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_Initialize, CallFunc_GetPlayingInstance_ReturnValue) == 0x000018, "Member 'BP_ReleaseLogic_Confront_C_Initialize::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_Initialize, CallFunc_GetAIController_ReturnValue) == 0x000020, "Member 'BP_ReleaseLogic_Confront_C_Initialize::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_Initialize, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x000028, "Member 'BP_ReleaseLogic_Confront_C_Initialize::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_Initialize, K2Node_DynamicCast_AsNPCAIController) == 0x000030, "Member 'BP_ReleaseLogic_Confront_C_Initialize::K2Node_DynamicCast_AsNPCAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_Initialize, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_ReleaseLogic_Confront_C_Initialize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReleaseLogic_Confront_C_ShouldReleaseToken \ +static_assert(alignof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken) == 0x000008, "Wrong alignment on BP_ReleaseLogic_Confront_C_ShouldReleaseToken"); \ +static_assert(sizeof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken) == 0x0000A0, "Wrong size on BP_ReleaseLogic_Confront_C_ShouldReleaseToken"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken, TokenHolder_0) == 0x000000, "Member 'BP_ReleaseLogic_Confront_C_ShouldReleaseToken::TokenHolder_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken, TokenProvider) == 0x000008, "Member 'BP_ReleaseLogic_Confront_C_ShouldReleaseToken::TokenProvider' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken, MetaData) == 0x000010, "Member 'BP_ReleaseLogic_Confront_C_ShouldReleaseToken::MetaData' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken, ReturnValue) == 0x000011, "Member 'BP_ReleaseLogic_Confront_C_ShouldReleaseToken::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken, CallFunc_BP_GetActiveTarget_ReturnValue) == 0x000018, "Member 'BP_ReleaseLogic_Confront_C_ShouldReleaseToken::CallFunc_BP_GetActiveTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken, CallFunc_HasTarget_ReturnValue) == 0x000088, "Member 'BP_ReleaseLogic_Confront_C_ShouldReleaseToken::CallFunc_HasTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'BP_ReleaseLogic_Confront_C_ShouldReleaseToken::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken, K2Node_DynamicCast_AsCJCharacter) == 0x000090, "Member 'BP_ReleaseLogic_Confront_C_ShouldReleaseToken::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'BP_ReleaseLogic_Confront_C_ShouldReleaseToken::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken, CallFunc_IsStimEventActive_ReturnValue) == 0x000099, "Member 'BP_ReleaseLogic_Confront_C_ShouldReleaseToken::CallFunc_IsStimEventActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Confront_C_ShouldReleaseToken, CallFunc_Not_PreBool_ReturnValue) == 0x00009A, "Member 'BP_ReleaseLogic_Confront_C_ShouldReleaseToken::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ReleaseLogic_Confront_C \ +static_assert(alignof(UBP_ReleaseLogic_Confront_C) == 0x000008, "Wrong alignment on UBP_ReleaseLogic_Confront_C"); \ +static_assert(sizeof(UBP_ReleaseLogic_Confront_C) == 0x000080, "Wrong size on UBP_ReleaseLogic_Confront_C"); \ +static_assert(offsetof(UBP_ReleaseLogic_Confront_C, AttackTimeStamp) == 0x000030, "Member 'UBP_ReleaseLogic_Confront_C::AttackTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Confront_C, GracePeriod) == 0x000038, "Member 'UBP_ReleaseLogic_Confront_C::GracePeriod' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Confront_C, AttackTimeoutMin) == 0x000040, "Member 'UBP_ReleaseLogic_Confront_C::AttackTimeoutMin' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Confront_C, AttackTimeoutMax) == 0x000048, "Member 'UBP_ReleaseLogic_Confront_C::AttackTimeoutMax' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Confront_C, AttackTimeoutTime) == 0x000050, "Member 'UBP_ReleaseLogic_Confront_C::AttackTimeoutTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Confront_C, TokenHolder) == 0x000058, "Member 'UBP_ReleaseLogic_Confront_C::TokenHolder' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Confront_C, As_NPCAIController) == 0x000060, "Member 'UBP_ReleaseLogic_Confront_C::As_NPCAIController' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Confront_C, InRangeTimeStamp) == 0x000068, "Member 'UBP_ReleaseLogic_Confront_C::InRangeTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Confront_C, MaxRange) == 0x000070, "Member 'UBP_ReleaseLogic_Confront_C::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Confront_C, MaxTime) == 0x000078, "Member 'UBP_ReleaseLogic_Confront_C::MaxTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCapturedCefBuffer \ +static_assert(alignof(FCapturedCefBuffer) == 0x000010, "Wrong alignment on FCapturedCefBuffer"); \ +static_assert(sizeof(FCapturedCefBuffer) == 0x0000E0, "Wrong size on FCapturedCefBuffer"); \ + +#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_FLocalizableMessageParameterInt \ +static_assert(alignof(FLocalizableMessageParameterInt) == 0x000008, "Wrong alignment on FLocalizableMessageParameterInt"); \ +static_assert(sizeof(FLocalizableMessageParameterInt) == 0x000008, "Wrong size on FLocalizableMessageParameterInt"); \ +static_assert(offsetof(FLocalizableMessageParameterInt, Value) == 0x000000, "Member 'FLocalizableMessageParameterInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterFloat \ +static_assert(alignof(FLocalizableMessageParameterFloat) == 0x000008, "Wrong alignment on FLocalizableMessageParameterFloat"); \ +static_assert(sizeof(FLocalizableMessageParameterFloat) == 0x000008, "Wrong size on FLocalizableMessageParameterFloat"); \ +static_assert(offsetof(FLocalizableMessageParameterFloat, Value) == 0x000000, "Member 'FLocalizableMessageParameterFloat::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterString \ +static_assert(alignof(FLocalizableMessageParameterString) == 0x000008, "Wrong alignment on FLocalizableMessageParameterString"); \ +static_assert(sizeof(FLocalizableMessageParameterString) == 0x000010, "Wrong size on FLocalizableMessageParameterString"); \ +static_assert(offsetof(FLocalizableMessageParameterString, Value) == 0x000000, "Member 'FLocalizableMessageParameterString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterEntry \ +static_assert(alignof(FLocalizableMessageParameterEntry) == 0x000008, "Wrong alignment on FLocalizableMessageParameterEntry"); \ +static_assert(sizeof(FLocalizableMessageParameterEntry) == 0x000020, "Wrong size on FLocalizableMessageParameterEntry"); \ +static_assert(offsetof(FLocalizableMessageParameterEntry, Key) == 0x000000, "Member 'FLocalizableMessageParameterEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(FLocalizableMessageParameterEntry, Value) == 0x000010, "Member 'FLocalizableMessageParameterEntry::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessage \ +static_assert(alignof(FLocalizableMessage) == 0x000008, "Wrong alignment on FLocalizableMessage"); \ +static_assert(sizeof(FLocalizableMessage) == 0x000030, "Wrong size on FLocalizableMessage"); \ +static_assert(offsetof(FLocalizableMessage, Key) == 0x000000, "Member 'FLocalizableMessage::Key' has a wrong offset!"); \ +static_assert(offsetof(FLocalizableMessage, DefaultText) == 0x000010, "Member 'FLocalizableMessage::DefaultText' has a wrong offset!"); \ +static_assert(offsetof(FLocalizableMessage, Substitutions) == 0x000020, "Member 'FLocalizableMessage::Substitutions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLocalizableMessageParameterMessage \ +static_assert(alignof(FLocalizableMessageParameterMessage) == 0x000008, "Wrong alignment on FLocalizableMessageParameterMessage"); \ +static_assert(sizeof(FLocalizableMessageParameterMessage) == 0x000030, "Wrong size on FLocalizableMessageParameterMessage"); \ +static_assert(offsetof(FLocalizableMessageParameterMessage, Value) == 0x000000, "Member 'FLocalizableMessageParameterMessage::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDmgTypeBP_Environmental_C \ +static_assert(alignof(UDmgTypeBP_Environmental_C) == 0x000008, "Wrong alignment on UDmgTypeBP_Environmental_C"); \ +static_assert(sizeof(UDmgTypeBP_Environmental_C) == 0x000040, "Wrong size on UDmgTypeBP_Environmental_C"); \ + +#define DUMPER7_ASSERTS_UPDA_LooseWanted_C \ +static_assert(alignof(UPDA_LooseWanted_C) == 0x000008, "Wrong alignment on UPDA_LooseWanted_C"); \ +static_assert(sizeof(UPDA_LooseWanted_C) == 0x000088, "Wrong size on UPDA_LooseWanted_C"); \ +static_assert(offsetof(UPDA_LooseWanted_C, OnStartCrime) == 0x000030, "Member 'UPDA_LooseWanted_C::OnStartCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_LooseWanted_C, SuccessDelay) == 0x000050, "Member 'UPDA_LooseWanted_C::SuccessDelay' has a wrong offset!"); \ +static_assert(offsetof(UPDA_LooseWanted_C, OnSuccessWorldState) == 0x000058, "Member 'UPDA_LooseWanted_C::OnSuccessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_LooseWanted_C, OnFailWorldState) == 0x000068, "Member 'UPDA_LooseWanted_C::OnFailWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_LooseWanted_C, OnSuccessWorldStateNamedInt) == 0x000078, "Member 'UPDA_LooseWanted_C::OnSuccessWorldStateNamedInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TurnOffClimbUp_C \ +static_assert(alignof(UBP_TurnOffClimbUp_C) == 0x000008, "Wrong alignment on UBP_TurnOffClimbUp_C"); \ +static_assert(sizeof(UBP_TurnOffClimbUp_C) == 0x000030, "Wrong size on UBP_TurnOffClimbUp_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_NPCCommentary_Revenge_C_Evaluate \ +static_assert(alignof(BP_SayCond_NPCCommentary_Revenge_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_NPCCommentary_Revenge_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_NPCCommentary_Revenge_C_Evaluate) == 0x000020, "Wrong size on BP_SayCond_NPCCommentary_Revenge_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Revenge_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_NPCCommentary_Revenge_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Revenge_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_NPCCommentary_Revenge_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Revenge_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_NPCCommentary_Revenge_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Revenge_C_Evaluate, Temp_struct_Variable) == 0x000014, "Member 'BP_SayCond_NPCCommentary_Revenge_C_Evaluate::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Revenge_C_Evaluate, CallFunc_GetWorldStateBool_ReturnValue) == 0x00001C, "Member 'BP_SayCond_NPCCommentary_Revenge_C_Evaluate::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_NPCCommentary_Revenge_C \ +static_assert(alignof(UBP_SayCond_NPCCommentary_Revenge_C) == 0x000008, "Wrong alignment on UBP_SayCond_NPCCommentary_Revenge_C"); \ +static_assert(sizeof(UBP_SayCond_NPCCommentary_Revenge_C) == 0x000030, "Wrong size on UBP_SayCond_NPCCommentary_Revenge_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_MinAmountEnemies_C_Evaluate \ +static_assert(alignof(BP_SayCond_MinAmountEnemies_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_MinAmountEnemies_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_MinAmountEnemies_C_Evaluate) == 0x000020, "Wrong size on BP_SayCond_MinAmountEnemies_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_MinAmountEnemies_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_MinAmountEnemies_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinAmountEnemies_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_MinAmountEnemies_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinAmountEnemies_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_MinAmountEnemies_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinAmountEnemies_C_Evaluate, CallFunc_GetWorldStateInt_ReturnValue) == 0x000014, "Member 'BP_SayCond_MinAmountEnemies_C_Evaluate::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinAmountEnemies_C_Evaluate, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'BP_SayCond_MinAmountEnemies_C_Evaluate::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_MinAmountEnemies_C \ +static_assert(alignof(UBP_SayCond_MinAmountEnemies_C) == 0x000008, "Wrong alignment on UBP_SayCond_MinAmountEnemies_C"); \ +static_assert(sizeof(UBP_SayCond_MinAmountEnemies_C) == 0x000030, "Wrong size on UBP_SayCond_MinAmountEnemies_C"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_DebtPaymentBonus_C_BP_SetupItemInstance \ +static_assert(alignof(BP_Skill_Perk_DebtPaymentBonus_C_BP_SetupItemInstance) == 0x000001, "Wrong alignment on BP_Skill_Perk_DebtPaymentBonus_C_BP_SetupItemInstance"); \ +static_assert(sizeof(BP_Skill_Perk_DebtPaymentBonus_C_BP_SetupItemInstance) == 0x000001, "Wrong size on BP_Skill_Perk_DebtPaymentBonus_C_BP_SetupItemInstance"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_BP_SetupItemInstance, bFromSaveGame) == 0x000000, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_BP_SetupItemInstance::bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus \ +static_assert(alignof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus) == 0x000008, "Wrong alignment on BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus"); \ +static_assert(sizeof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus) == 0x000230, "Wrong size on BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, EntryPoint) == 0x000000, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_AsItem_ReturnValue) == 0x000008, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_AsItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, K2Node_CustomEvent_Item) == 0x000040, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::K2Node_CustomEvent_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, K2Node_CustomEvent_Tags) == 0x000078, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::K2Node_CustomEvent_Tags' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000098, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, Temp_struct_Variable) == 0x0000C0, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x0000E0, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000108, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, Temp_struct_Variable_1) == 0x000110, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, K2Node_DynamicCast_AsBP_Perk_Mixin) == 0x000148, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::K2Node_DynamicCast_AsBP_Perk_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, K2Node_DynamicCast_bSuccess) == 0x000150, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_ItemHasTag_ReturnValue) == 0x000151, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_Not_PreBool_ReturnValue) == 0x000152, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_ItemHasTag_ReturnValue_1) == 0x000153, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_ItemHasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, Temp_struct_Variable_2) == 0x000154, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_BooleanAND_ReturnValue) == 0x00015C, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, Temp_struct_Variable_3) == 0x000160, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_GetWorldStateBool_ReturnValue) == 0x000168, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000169, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, Temp_struct_Variable_4) == 0x00016C, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_GetWorldStateBool_ReturnValue_2) == 0x000174, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_GetWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, K2Node_Event_bFromSaveGame) == 0x000175, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::K2Node_Event_bFromSaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_Not_PreBool_ReturnValue_1) == 0x000176, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_BooleanAND_ReturnValue_1) == 0x000177, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_AsItem_ReturnValue_1) == 0x000178, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_AsItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_ObserveInventoryItemTags_ReturnValue) == 0x0001B0, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_ObserveInventoryItemTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_1) == 0x0001B8, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_SetAmount_PaymentAmount) == 0x0001E0, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_SetAmount_PaymentAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_IsValid_ReturnValue) == 0x0001E4, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_Greater_IntInt_ReturnValue) == 0x0001E5, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, K2Node_CreateDelegate_OutputDelegate) == 0x0001E8, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus, CallFunc_AddItemToInventory_ReturnValue) == 0x0001F8, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_ExecuteUbergraph_BP_Skill_Perk_DebtPaymentBonus::CallFunc_AddItemToInventory_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_DebtPaymentBonus_C_OnTagsChanged_BE01F9764B39CFB3646A599D2AEE91B2 \ +static_assert(alignof(BP_Skill_Perk_DebtPaymentBonus_C_OnTagsChanged_BE01F9764B39CFB3646A599D2AEE91B2) == 0x000008, "Wrong alignment on BP_Skill_Perk_DebtPaymentBonus_C_OnTagsChanged_BE01F9764B39CFB3646A599D2AEE91B2"); \ +static_assert(sizeof(BP_Skill_Perk_DebtPaymentBonus_C_OnTagsChanged_BE01F9764B39CFB3646A599D2AEE91B2) == 0x000058, "Wrong size on BP_Skill_Perk_DebtPaymentBonus_C_OnTagsChanged_BE01F9764B39CFB3646A599D2AEE91B2"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_OnTagsChanged_BE01F9764B39CFB3646A599D2AEE91B2, Item) == 0x000000, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_OnTagsChanged_BE01F9764B39CFB3646A599D2AEE91B2::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_OnTagsChanged_BE01F9764B39CFB3646A599D2AEE91B2, Tags) == 0x000038, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_OnTagsChanged_BE01F9764B39CFB3646A599D2AEE91B2::Tags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_DebtPaymentBonus_C_SetAmount \ +static_assert(alignof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount) == 0x000008, "Wrong alignment on BP_Skill_Perk_DebtPaymentBonus_C_SetAmount"); \ +static_assert(sizeof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount) == 0x0001A8, "Wrong size on BP_Skill_Perk_DebtPaymentBonus_C_SetAmount"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, Item) == 0x000000, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, PaymentAmount) == 0x000028, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::PaymentAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, Temp_struct_Variable) == 0x000078, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, CallFunc_GetWorldStateBool_ReturnValue) == 0x000080, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, CallFunc_GetWorldStateFloat_ReturnValue) == 0x0000D0, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, CallFunc_FTrunc_ReturnValue) == 0x000128, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000130, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, K2Node_MakeStruct_FormatArgumentData_3) == 0x000138, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, K2Node_MakeArray_Array) == 0x000180, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, CallFunc_Format_ReturnValue) == 0x000190, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_DebtPaymentBonus_C_SetAmount, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0001A0, "Member 'BP_Skill_Perk_DebtPaymentBonus_C_SetAmount::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_Perk_DebtPaymentBonus_C \ +static_assert(alignof(UBP_Skill_Perk_DebtPaymentBonus_C) == 0x000008, "Wrong alignment on UBP_Skill_Perk_DebtPaymentBonus_C"); \ +static_assert(sizeof(UBP_Skill_Perk_DebtPaymentBonus_C) == 0x000050, "Wrong size on UBP_Skill_Perk_DebtPaymentBonus_C"); \ +static_assert(offsetof(UBP_Skill_Perk_DebtPaymentBonus_C, UberGraphFrame_BP_Skill_Perk_DebtPaymentBonus_C) == 0x000038, "Member 'UBP_Skill_Perk_DebtPaymentBonus_C::UberGraphFrame_BP_Skill_Perk_DebtPaymentBonus_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Perk_DebtPaymentBonus_C, Amount) == 0x000040, "Member 'UBP_Skill_Perk_DebtPaymentBonus_C::Amount' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Perk_DebtPaymentBonus_C, DynamicValueVar) == 0x000048, "Member 'UBP_Skill_Perk_DebtPaymentBonus_C::DynamicValueVar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SayScript_SayWelcomeHome_C_PostLineExecute \ +static_assert(alignof(BP_SayScript_SayWelcomeHome_C_PostLineExecute) == 0x000008, "Wrong alignment on BP_SayScript_SayWelcomeHome_C_PostLineExecute"); \ +static_assert(sizeof(BP_SayScript_SayWelcomeHome_C_PostLineExecute) == 0x000010, "Wrong size on BP_SayScript_SayWelcomeHome_C_PostLineExecute"); \ +static_assert(offsetof(BP_SayScript_SayWelcomeHome_C_PostLineExecute, Character) == 0x000000, "Member 'BP_SayScript_SayWelcomeHome_C_PostLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayScript_SayWelcomeHome_C_PostLineExecute, SourceCharacter) == 0x000008, "Member 'BP_SayScript_SayWelcomeHome_C_PostLineExecute::SourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayScript_SayWelcomeHome_C \ +static_assert(alignof(UBP_SayScript_SayWelcomeHome_C) == 0x000008, "Wrong alignment on UBP_SayScript_SayWelcomeHome_C"); \ +static_assert(sizeof(UBP_SayScript_SayWelcomeHome_C) == 0x000030, "Wrong size on UBP_SayScript_SayWelcomeHome_C"); \ + +#define DUMPER7_ASSERTS_ALI_ContainedAction_C_Cycle_Act_Layer \ +static_assert(alignof(ALI_ContainedAction_C_Cycle_Act_Layer) == 0x000008, "Wrong alignment on ALI_ContainedAction_C_Cycle_Act_Layer"); \ +static_assert(sizeof(ALI_ContainedAction_C_Cycle_Act_Layer) == 0x000010, "Wrong size on ALI_ContainedAction_C_Cycle_Act_Layer"); \ +static_assert(offsetof(ALI_ContainedAction_C_Cycle_Act_Layer, Cycle_Act_Layer_0) == 0x000000, "Member 'ALI_ContainedAction_C_Cycle_Act_Layer::Cycle_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_ContainedAction_C_Cycle_Idle_Layer \ +static_assert(alignof(ALI_ContainedAction_C_Cycle_Idle_Layer) == 0x000008, "Wrong alignment on ALI_ContainedAction_C_Cycle_Idle_Layer"); \ +static_assert(sizeof(ALI_ContainedAction_C_Cycle_Idle_Layer) == 0x000010, "Wrong size on ALI_ContainedAction_C_Cycle_Idle_Layer"); \ +static_assert(offsetof(ALI_ContainedAction_C_Cycle_Idle_Layer, Cycle_Idle_Layer_0) == 0x000000, "Member 'ALI_ContainedAction_C_Cycle_Idle_Layer::Cycle_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_ContainedAction_C_Cycle_React_Layer \ +static_assert(alignof(ALI_ContainedAction_C_Cycle_React_Layer) == 0x000008, "Wrong alignment on ALI_ContainedAction_C_Cycle_React_Layer"); \ +static_assert(sizeof(ALI_ContainedAction_C_Cycle_React_Layer) == 0x000010, "Wrong size on ALI_ContainedAction_C_Cycle_React_Layer"); \ +static_assert(offsetof(ALI_ContainedAction_C_Cycle_React_Layer, Cycle_React_Layer_0) == 0x000000, "Member 'ALI_ContainedAction_C_Cycle_React_Layer::Cycle_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_ContainedAction_C_Entry_Act_Layer \ +static_assert(alignof(ALI_ContainedAction_C_Entry_Act_Layer) == 0x000008, "Wrong alignment on ALI_ContainedAction_C_Entry_Act_Layer"); \ +static_assert(sizeof(ALI_ContainedAction_C_Entry_Act_Layer) == 0x000010, "Wrong size on ALI_ContainedAction_C_Entry_Act_Layer"); \ +static_assert(offsetof(ALI_ContainedAction_C_Entry_Act_Layer, Entry_Act_Layer_0) == 0x000000, "Member 'ALI_ContainedAction_C_Entry_Act_Layer::Entry_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_ContainedAction_C_Entry_React_Layer \ +static_assert(alignof(ALI_ContainedAction_C_Entry_React_Layer) == 0x000008, "Wrong alignment on ALI_ContainedAction_C_Entry_React_Layer"); \ +static_assert(sizeof(ALI_ContainedAction_C_Entry_React_Layer) == 0x000010, "Wrong size on ALI_ContainedAction_C_Entry_React_Layer"); \ +static_assert(offsetof(ALI_ContainedAction_C_Entry_React_Layer, Entry_React_Layer_0) == 0x000000, "Member 'ALI_ContainedAction_C_Entry_React_Layer::Entry_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_ContainedAction_C_Exit_Act_Layer \ +static_assert(alignof(ALI_ContainedAction_C_Exit_Act_Layer) == 0x000008, "Wrong alignment on ALI_ContainedAction_C_Exit_Act_Layer"); \ +static_assert(sizeof(ALI_ContainedAction_C_Exit_Act_Layer) == 0x000010, "Wrong size on ALI_ContainedAction_C_Exit_Act_Layer"); \ +static_assert(offsetof(ALI_ContainedAction_C_Exit_Act_Layer, Exit_Act_Layer_0) == 0x000000, "Member 'ALI_ContainedAction_C_Exit_Act_Layer::Exit_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_ContainedAction_C_Exit_React_Layer \ +static_assert(alignof(ALI_ContainedAction_C_Exit_React_Layer) == 0x000008, "Wrong alignment on ALI_ContainedAction_C_Exit_React_Layer"); \ +static_assert(sizeof(ALI_ContainedAction_C_Exit_React_Layer) == 0x000010, "Wrong size on ALI_ContainedAction_C_Exit_React_Layer"); \ +static_assert(offsetof(ALI_ContainedAction_C_Exit_React_Layer, Exit_React_Layer_0) == 0x000000, "Member 'ALI_ContainedAction_C_Exit_React_Layer::Exit_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IALI_ContainedAction_C \ +static_assert(alignof(IALI_ContainedAction_C) == 0x000001, "Wrong alignment on IALI_ContainedAction_C"); \ +static_assert(sizeof(IALI_ContainedAction_C) == 0x000001, "Wrong size on IALI_ContainedAction_C"); \ + +#define DUMPER7_ASSERTS_BP_SayScript_Commentary_Floyd_C_PostLineExecute \ +static_assert(alignof(BP_SayScript_Commentary_Floyd_C_PostLineExecute) == 0x000008, "Wrong alignment on BP_SayScript_Commentary_Floyd_C_PostLineExecute"); \ +static_assert(sizeof(BP_SayScript_Commentary_Floyd_C_PostLineExecute) == 0x000010, "Wrong size on BP_SayScript_Commentary_Floyd_C_PostLineExecute"); \ +static_assert(offsetof(BP_SayScript_Commentary_Floyd_C_PostLineExecute, Character) == 0x000000, "Member 'BP_SayScript_Commentary_Floyd_C_PostLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayScript_Commentary_Floyd_C_PostLineExecute, SourceCharacter) == 0x000008, "Member 'BP_SayScript_Commentary_Floyd_C_PostLineExecute::SourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayScript_Commentary_Floyd_C \ +static_assert(alignof(UBP_SayScript_Commentary_Floyd_C) == 0x000008, "Wrong alignment on UBP_SayScript_Commentary_Floyd_C"); \ +static_assert(sizeof(UBP_SayScript_Commentary_Floyd_C) == 0x000030, "Wrong size on UBP_SayScript_Commentary_Floyd_C"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_VehicleHealthbar_C_ExecuteUbergraph_WBP_HUD_VehicleHealthbar \ +static_assert(alignof(WBP_HUD_VehicleHealthbar_C_ExecuteUbergraph_WBP_HUD_VehicleHealthbar) == 0x000004, "Wrong alignment on WBP_HUD_VehicleHealthbar_C_ExecuteUbergraph_WBP_HUD_VehicleHealthbar"); \ +static_assert(sizeof(WBP_HUD_VehicleHealthbar_C_ExecuteUbergraph_WBP_HUD_VehicleHealthbar) == 0x000004, "Wrong size on WBP_HUD_VehicleHealthbar_C_ExecuteUbergraph_WBP_HUD_VehicleHealthbar"); \ +static_assert(offsetof(WBP_HUD_VehicleHealthbar_C_ExecuteUbergraph_WBP_HUD_VehicleHealthbar, EntryPoint) == 0x000000, "Member 'WBP_HUD_VehicleHealthbar_C_ExecuteUbergraph_WBP_HUD_VehicleHealthbar::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_VehicleHealthbar_C_SetHitPoints \ +static_assert(alignof(WBP_HUD_VehicleHealthbar_C_SetHitPoints) == 0x000008, "Wrong alignment on WBP_HUD_VehicleHealthbar_C_SetHitPoints"); \ +static_assert(sizeof(WBP_HUD_VehicleHealthbar_C_SetHitPoints) == 0x000010, "Wrong size on WBP_HUD_VehicleHealthbar_C_SetHitPoints"); \ +static_assert(offsetof(WBP_HUD_VehicleHealthbar_C_SetHitPoints, HitPoints) == 0x000000, "Member 'WBP_HUD_VehicleHealthbar_C_SetHitPoints::HitPoints' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_VehicleHealthbar_C_SetHitPoints, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000008, "Member 'WBP_HUD_VehicleHealthbar_C_SetHitPoints::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_VehicleHealthbar_C_SetMaxHitPoints \ +static_assert(alignof(WBP_HUD_VehicleHealthbar_C_SetMaxHitPoints) == 0x000008, "Wrong alignment on WBP_HUD_VehicleHealthbar_C_SetMaxHitPoints"); \ +static_assert(sizeof(WBP_HUD_VehicleHealthbar_C_SetMaxHitPoints) == 0x000008, "Wrong size on WBP_HUD_VehicleHealthbar_C_SetMaxHitPoints"); \ +static_assert(offsetof(WBP_HUD_VehicleHealthbar_C_SetMaxHitPoints, MaxHitPoints) == 0x000000, "Member 'WBP_HUD_VehicleHealthbar_C_SetMaxHitPoints::MaxHitPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel \ +static_assert(alignof(WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel) == 0x000008, "Wrong alignment on WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel"); \ +static_assert(sizeof(WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel) == 0x000028, "Wrong size on WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel"); \ +static_assert(offsetof(WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel, ViewModel) == 0x000000, "Member 'WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel, CallFunc_GetExtension_ReturnValue) == 0x000008, "Member 'WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel::CallFunc_GetExtension_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel, CallFunc_SetViewModel_ViewModel_CastInput) == 0x000010, "Member 'WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel::CallFunc_SetViewModel_ViewModel_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel, CallFunc_SetViewModel_ReturnValue) == 0x000020, "Member 'WBP_HUD_VehicleHealthbar_C_SetVehicleHealthbarViewModel::CallFunc_SetViewModel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_VehicleHealthbar_C \ +static_assert(alignof(UWBP_HUD_VehicleHealthbar_C) == 0x000008, "Wrong alignment on UWBP_HUD_VehicleHealthbar_C"); \ +static_assert(sizeof(UWBP_HUD_VehicleHealthbar_C) == 0x000350, "Wrong size on UWBP_HUD_VehicleHealthbar_C"); \ +static_assert(offsetof(UWBP_HUD_VehicleHealthbar_C, UberGraphFrame) == 0x000328, "Member 'UWBP_HUD_VehicleHealthbar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_VehicleHealthbar_C, WBP_HUD_ProgressBar) == 0x000330, "Member 'UWBP_HUD_VehicleHealthbar_C::WBP_HUD_ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_VehicleHealthbar_C, Filler) == 0x000338, "Member 'UWBP_HUD_VehicleHealthbar_C::Filler' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_VehicleHealthbar_C, VehicleHealthbarViewModel) == 0x000340, "Member 'UWBP_HUD_VehicleHealthbar_C::VehicleHealthbarViewModel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_VehicleHealthbar_C, Max_Hit_Points) == 0x000348, "Member 'UWBP_HUD_VehicleHealthbar_C::Max_Hit_Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SayCarIntro_C_PostLineExecute \ +static_assert(alignof(BP_SayCarIntro_C_PostLineExecute) == 0x000008, "Wrong alignment on BP_SayCarIntro_C_PostLineExecute"); \ +static_assert(sizeof(BP_SayCarIntro_C_PostLineExecute) == 0x000010, "Wrong size on BP_SayCarIntro_C_PostLineExecute"); \ +static_assert(offsetof(BP_SayCarIntro_C_PostLineExecute, Character) == 0x000000, "Member 'BP_SayCarIntro_C_PostLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCarIntro_C_PostLineExecute, SourceCharacter) == 0x000008, "Member 'BP_SayCarIntro_C_PostLineExecute::SourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCarIntro_C \ +static_assert(alignof(UBP_SayCarIntro_C) == 0x000008, "Wrong alignment on UBP_SayCarIntro_C"); \ +static_assert(sizeof(UBP_SayCarIntro_C) == 0x000030, "Wrong size on UBP_SayCarIntro_C"); \ + +#define DUMPER7_ASSERTS_FSGaitSequences \ +static_assert(alignof(FSGaitSequences) == 0x000008, "Wrong alignment on FSGaitSequences"); \ +static_assert(sizeof(FSGaitSequences) == 0x000018, "Wrong size on FSGaitSequences"); \ +static_assert(offsetof(FSGaitSequences, CycleGait_18_550CB82049E019DEBF1D5AA217D2A550) == 0x000000, "Member 'FSGaitSequences::CycleGait_18_550CB82049E019DEBF1D5AA217D2A550' has a wrong offset!"); \ +static_assert(offsetof(FSGaitSequences, AnimSequences_19_EFC8E7994B7845D7F2152BB00A45A2AD) == 0x000008, "Member 'FSGaitSequences::AnimSequences_19_EFC8E7994B7845D7F2152BB00A45A2AD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SayScript_Commentary_Carter_C_PostLineExecute \ +static_assert(alignof(BP_SayScript_Commentary_Carter_C_PostLineExecute) == 0x000008, "Wrong alignment on BP_SayScript_Commentary_Carter_C_PostLineExecute"); \ +static_assert(sizeof(BP_SayScript_Commentary_Carter_C_PostLineExecute) == 0x000010, "Wrong size on BP_SayScript_Commentary_Carter_C_PostLineExecute"); \ +static_assert(offsetof(BP_SayScript_Commentary_Carter_C_PostLineExecute, Character) == 0x000000, "Member 'BP_SayScript_Commentary_Carter_C_PostLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayScript_Commentary_Carter_C_PostLineExecute, SourceCharacter) == 0x000008, "Member 'BP_SayScript_Commentary_Carter_C_PostLineExecute::SourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayScript_Commentary_Carter_C \ +static_assert(alignof(UBP_SayScript_Commentary_Carter_C) == 0x000008, "Wrong alignment on UBP_SayScript_Commentary_Carter_C"); \ +static_assert(sizeof(UBP_SayScript_Commentary_Carter_C) == 0x000030, "Wrong size on UBP_SayScript_Commentary_Carter_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_GreatDay_C_Evaluate \ +static_assert(alignof(BP_SayCond_GreatDay_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_GreatDay_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_GreatDay_C_Evaluate) == 0x000038, "Wrong size on BP_SayCond_GreatDay_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_GreatDay_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_GreatDay_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_GreatDay_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_GreatDay_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_GreatDay_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_GreatDay_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_GreatDay_C_Evaluate, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000014, "Member 'BP_SayCond_GreatDay_C_Evaluate::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_GreatDay_C_Evaluate, CallFunc_GetWorldStateInt_ReturnValue) == 0x000018, "Member 'BP_SayCond_GreatDay_C_Evaluate::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_GreatDay_C_Evaluate, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_SayCond_GreatDay_C_Evaluate::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_GreatDay_C_Evaluate, CallFunc_FTrunc_ReturnValue) == 0x000028, "Member 'BP_SayCond_GreatDay_C_Evaluate::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_GreatDay_C_Evaluate, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'BP_SayCond_GreatDay_C_Evaluate::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_GreatDay_C_Evaluate, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'BP_SayCond_GreatDay_C_Evaluate::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_GreatDay_C \ +static_assert(alignof(UBP_SayCond_GreatDay_C) == 0x000008, "Wrong alignment on UBP_SayCond_GreatDay_C"); \ +static_assert(sizeof(UBP_SayCond_GreatDay_C) == 0x000030, "Wrong size on UBP_SayCond_GreatDay_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_NotStrikeWarningApt_C_Evaluate \ +static_assert(alignof(BP_SayCond_NotStrikeWarningApt_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_NotStrikeWarningApt_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_NotStrikeWarningApt_C_Evaluate) == 0x000030, "Wrong size on BP_SayCond_NotStrikeWarningApt_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_NotStrikeWarningApt_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_NotStrikeWarningApt_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotStrikeWarningApt_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_NotStrikeWarningApt_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotStrikeWarningApt_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_NotStrikeWarningApt_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotStrikeWarningApt_C_Evaluate, Temp_struct_Variable) == 0x000014, "Member 'BP_SayCond_NotStrikeWarningApt_C_Evaluate::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotStrikeWarningApt_C_Evaluate, Temp_struct_Variable_1) == 0x00001C, "Member 'BP_SayCond_NotStrikeWarningApt_C_Evaluate::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotStrikeWarningApt_C_Evaluate, CallFunc_GetWorldStateBool_ReturnValue) == 0x000024, "Member 'BP_SayCond_NotStrikeWarningApt_C_Evaluate::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotStrikeWarningApt_C_Evaluate, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000025, "Member 'BP_SayCond_NotStrikeWarningApt_C_Evaluate::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotStrikeWarningApt_C_Evaluate, CallFunc_Not_PreBool_ReturnValue) == 0x000026, "Member 'BP_SayCond_NotStrikeWarningApt_C_Evaluate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotStrikeWarningApt_C_Evaluate, CallFunc_Not_PreBool_ReturnValue_1) == 0x000027, "Member 'BP_SayCond_NotStrikeWarningApt_C_Evaluate::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotStrikeWarningApt_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'BP_SayCond_NotStrikeWarningApt_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_NotStrikeWarningApt_C \ +static_assert(alignof(UBP_SayCond_NotStrikeWarningApt_C) == 0x000008, "Wrong alignment on UBP_SayCond_NotStrikeWarningApt_C"); \ +static_assert(sizeof(UBP_SayCond_NotStrikeWarningApt_C) == 0x000030, "Wrong size on UBP_SayCond_NotStrikeWarningApt_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_NotSuppressed_C_Evaluate \ +static_assert(alignof(BP_SayCond_NotSuppressed_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_NotSuppressed_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_NotSuppressed_C_Evaluate) == 0x000030, "Wrong size on BP_SayCond_NotSuppressed_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_NotSuppressed_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_NotSuppressed_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotSuppressed_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_NotSuppressed_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotSuppressed_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_NotSuppressed_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotSuppressed_C_Evaluate, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000018, "Member 'BP_SayCond_NotSuppressed_C_Evaluate::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotSuppressed_C_Evaluate, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000028, "Member 'BP_SayCond_NotSuppressed_C_Evaluate::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NotSuppressed_C_Evaluate, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_SayCond_NotSuppressed_C_Evaluate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_NotSuppressed_C \ +static_assert(alignof(UBP_SayCond_NotSuppressed_C) == 0x000008, "Wrong alignment on UBP_SayCond_NotSuppressed_C"); \ +static_assert(sizeof(UBP_SayCond_NotSuppressed_C) == 0x000030, "Wrong size on UBP_SayCond_NotSuppressed_C"); \ + +#define DUMPER7_ASSERTS_BP_SayScript_Commentary_Suzy_C_PostLineExecute \ +static_assert(alignof(BP_SayScript_Commentary_Suzy_C_PostLineExecute) == 0x000008, "Wrong alignment on BP_SayScript_Commentary_Suzy_C_PostLineExecute"); \ +static_assert(sizeof(BP_SayScript_Commentary_Suzy_C_PostLineExecute) == 0x000010, "Wrong size on BP_SayScript_Commentary_Suzy_C_PostLineExecute"); \ +static_assert(offsetof(BP_SayScript_Commentary_Suzy_C_PostLineExecute, Character) == 0x000000, "Member 'BP_SayScript_Commentary_Suzy_C_PostLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayScript_Commentary_Suzy_C_PostLineExecute, SourceCharacter) == 0x000008, "Member 'BP_SayScript_Commentary_Suzy_C_PostLineExecute::SourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayScript_Commentary_Suzy_C \ +static_assert(alignof(UBP_SayScript_Commentary_Suzy_C) == 0x000008, "Wrong alignment on UBP_SayScript_Commentary_Suzy_C"); \ +static_assert(sizeof(UBP_SayScript_Commentary_Suzy_C) == 0x000030, "Wrong size on UBP_SayScript_Commentary_Suzy_C"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShove_PlayerDefault__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x000418, "Wrong size on ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_70) == 0x000004, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_70' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_71) == 0x000010, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_71' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __DataTable_72) == 0x000018, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__DataTable_72' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_73) == 0x000020, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_73' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_74) == 0x000028, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_74' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_75) == 0x000030, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_75' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_76) == 0x000038, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_76' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_77) == 0x000040, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_77' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_78) == 0x000041, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_78' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_79) == 0x000048, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_79' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __CurveFloat_80) == 0x000050, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__CurveFloat_80' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_81) == 0x000058, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_81' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BlendProfile_82) == 0x000060, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BlendProfile_82' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_83) == 0x000068, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_83' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_84) == 0x00006C, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_84' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_85) == 0x000070, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_85' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_86) == 0x00009C, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_86' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BoolProperty_87) == 0x0000A0, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BoolProperty_87' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_88) == 0x0000A1, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_88' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __ByteProperty_89) == 0x0000A2, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__ByteProperty_89' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_90) == 0x0000A4, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_90' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __DataTable_91) == 0x0000B0, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__DataTable_91' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_92) == 0x0000B8, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_92' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_93) == 0x0000C0, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_93' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_94) == 0x0000C8, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_94' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_95) == 0x0000D0, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_95' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_96) == 0x0000D8, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_96' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_97) == 0x0000E0, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_97' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_98) == 0x0000E8, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_98' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_99) == 0x000108, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_99' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_100) == 0x000110, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_100' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000118, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000198, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x0001D8, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000208, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_1) == 0x000238, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000268, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x000298, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x0002C8, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending) == 0x0002F8, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000328, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000358, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x000388, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x0003B8, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0003E8, "Member 'ABP_LL_MeleeShove_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShove_PlayerDefault_C_AnimGraph \ +static_assert(alignof(ABP_LL_MeleeShove_PlayerDefault_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_MeleeShove_PlayerDefault_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_MeleeShove_PlayerDefault_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_MeleeShove_PlayerDefault_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_MeleeShove_PlayerDefault_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Act_Layer \ +static_assert(alignof(ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Act_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Act_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Act_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Act_Layer, Cycle_Act_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Act_Layer::Cycle_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Idle_Layer \ +static_assert(alignof(ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Idle_Layer, Cycle_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShove_PlayerDefault_C_Cycle_Idle_Layer::Cycle_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShove_PlayerDefault_C_Cycle_React_Layer \ +static_assert(alignof(ABP_LL_MeleeShove_PlayerDefault_C_Cycle_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShove_PlayerDefault_C_Cycle_React_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShove_PlayerDefault_C_Cycle_React_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShove_PlayerDefault_C_Cycle_React_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault_C_Cycle_React_Layer, Cycle_React_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShove_PlayerDefault_C_Cycle_React_Layer::Cycle_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShove_PlayerDefault_C_Entry_Act_Layer \ +static_assert(alignof(ABP_LL_MeleeShove_PlayerDefault_C_Entry_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShove_PlayerDefault_C_Entry_Act_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShove_PlayerDefault_C_Entry_Act_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShove_PlayerDefault_C_Entry_Act_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault_C_Entry_Act_Layer, Entry_Act_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShove_PlayerDefault_C_Entry_Act_Layer::Entry_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShove_PlayerDefault_C_Entry_React_Layer \ +static_assert(alignof(ABP_LL_MeleeShove_PlayerDefault_C_Entry_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShove_PlayerDefault_C_Entry_React_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShove_PlayerDefault_C_Entry_React_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShove_PlayerDefault_C_Entry_React_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault_C_Entry_React_Layer, Entry_React_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShove_PlayerDefault_C_Entry_React_Layer::Entry_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShove_PlayerDefault_C_Exit_Act_Layer \ +static_assert(alignof(ABP_LL_MeleeShove_PlayerDefault_C_Exit_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShove_PlayerDefault_C_Exit_Act_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShove_PlayerDefault_C_Exit_Act_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShove_PlayerDefault_C_Exit_Act_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault_C_Exit_Act_Layer, Exit_Act_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShove_PlayerDefault_C_Exit_Act_Layer::Exit_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShove_PlayerDefault_C_Exit_React_Layer \ +static_assert(alignof(ABP_LL_MeleeShove_PlayerDefault_C_Exit_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShove_PlayerDefault_C_Exit_React_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShove_PlayerDefault_C_Exit_React_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShove_PlayerDefault_C_Exit_React_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShove_PlayerDefault_C_Exit_React_Layer, Exit_React_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShove_PlayerDefault_C_Exit_React_Layer::Exit_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_MeleeShove_PlayerDefault_C \ +static_assert(alignof(UABP_LL_MeleeShove_PlayerDefault_C) == 0x000010, "Wrong alignment on UABP_LL_MeleeShove_PlayerDefault_C"); \ +static_assert(sizeof(UABP_LL_MeleeShove_PlayerDefault_C) == 0x001320, "Wrong size on UABP_LL_MeleeShove_PlayerDefault_C"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimBlueprintExtension_Base) == 0x0003F8, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimGraphNode_Root_7) == 0x000400, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000420, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimGraphNode_DeadBlending_1) == 0x0004A0, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimGraphNode_DeadBlending_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimGraphNode_Root_6) == 0x000B30, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimGraphNode_Root_5) == 0x000B50, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000B70, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimGraphNode_DeadBlending) == 0x000BF0, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimGraphNode_DeadBlending' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimGraphNode_Root_4) == 0x001280, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimGraphNode_Root_3) == 0x0012A0, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimGraphNode_Root_2) == 0x0012C0, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimGraphNode_Root_1) == 0x0012E0, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShove_PlayerDefault_C, AnimGraphNode_Root) == 0x001300, "Member 'UABP_LL_MeleeShove_PlayerDefault_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_NPCCommentary_Betrayal_C_Evaluate \ +static_assert(alignof(BP_SayCond_NPCCommentary_Betrayal_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_NPCCommentary_Betrayal_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_NPCCommentary_Betrayal_C_Evaluate) == 0x000020, "Wrong size on BP_SayCond_NPCCommentary_Betrayal_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Betrayal_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_NPCCommentary_Betrayal_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Betrayal_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_NPCCommentary_Betrayal_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Betrayal_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_NPCCommentary_Betrayal_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Betrayal_C_Evaluate, Temp_struct_Variable) == 0x000014, "Member 'BP_SayCond_NPCCommentary_Betrayal_C_Evaluate::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Betrayal_C_Evaluate, CallFunc_GetWorldStateBool_ReturnValue) == 0x00001C, "Member 'BP_SayCond_NPCCommentary_Betrayal_C_Evaluate::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_NPCCommentary_Betrayal_C \ +static_assert(alignof(UBP_SayCond_NPCCommentary_Betrayal_C) == 0x000008, "Wrong alignment on UBP_SayCond_NPCCommentary_Betrayal_C"); \ +static_assert(sizeof(UBP_SayCond_NPCCommentary_Betrayal_C) == 0x000030, "Wrong size on UBP_SayCond_NPCCommentary_Betrayal_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate \ +static_assert(alignof(BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate) == 0x000020, "Wrong size on BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate, Temp_struct_Variable) == 0x000014, "Member 'BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate, CallFunc_GetWorldStateBool_ReturnValue) == 0x00001C, "Member 'BP_SayCond_NPCCommentary_StitchedUp_C_Evaluate::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_NPCCommentary_StitchedUp_C \ +static_assert(alignof(UBP_SayCond_NPCCommentary_StitchedUp_C) == 0x000008, "Wrong alignment on UBP_SayCond_NPCCommentary_StitchedUp_C"); \ +static_assert(sizeof(UBP_SayCond_NPCCommentary_StitchedUp_C) == 0x000030, "Wrong size on UBP_SayCond_NPCCommentary_StitchedUp_C"); \ + +#define DUMPER7_ASSERTS_MCD_TimeSinceVisualContact_C_CalculateFloatValue \ +static_assert(alignof(MCD_TimeSinceVisualContact_C_CalculateFloatValue) == 0x000008, "Wrong alignment on MCD_TimeSinceVisualContact_C_CalculateFloatValue"); \ +static_assert(sizeof(MCD_TimeSinceVisualContact_C_CalculateFloatValue) == 0x000098, "Wrong size on MCD_TimeSinceVisualContact_C_CalculateFloatValue"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_CalculateFloatValue, Controller) == 0x000000, "Member 'MCD_TimeSinceVisualContact_C_CalculateFloatValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_CalculateFloatValue, DeltaTime) == 0x000008, "Member 'MCD_TimeSinceVisualContact_C_CalculateFloatValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_CalculateFloatValue, OutValue) == 0x00000C, "Member 'MCD_TimeSinceVisualContact_C_CalculateFloatValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_CalculateFloatValue, CallFunc_BP_GetActiveTarget_ReturnValue) == 0x000010, "Member 'MCD_TimeSinceVisualContact_C_CalculateFloatValue::CallFunc_BP_GetActiveTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_CalculateFloatValue, CallFunc_IsValidTarget_ReturnValue) == 0x000080, "Member 'MCD_TimeSinceVisualContact_C_CalculateFloatValue::CallFunc_IsValidTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_CalculateFloatValue, CallFunc_IsValid_ReturnValue) == 0x000081, "Member 'MCD_TimeSinceVisualContact_C_CalculateFloatValue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_CalculateFloatValue, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000082, "Member 'MCD_TimeSinceVisualContact_C_CalculateFloatValue::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_CalculateFloatValue, CallFunc_VisLog_TimeSinceSeen_ImplicitCast) == 0x000088, "Member 'MCD_TimeSinceVisualContact_C_CalculateFloatValue::CallFunc_VisLog_TimeSinceSeen_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_CalculateFloatValue, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000090, "Member 'MCD_TimeSinceVisualContact_C_CalculateFloatValue::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MCD_TimeSinceVisualContact_C_VisLog \ +static_assert(alignof(MCD_TimeSinceVisualContact_C_VisLog) == 0x000008, "Wrong alignment on MCD_TimeSinceVisualContact_C_VisLog"); \ +static_assert(sizeof(MCD_TimeSinceVisualContact_C_VisLog) == 0x0000B8, "Wrong size on MCD_TimeSinceVisualContact_C_VisLog"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, ControlledPawn) == 0x000000, "Member 'MCD_TimeSinceVisualContact_C_VisLog::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, HasVisualContact) == 0x000008, "Member 'MCD_TimeSinceVisualContact_C_VisLog::HasVisualContact' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, TimeSinceSeen) == 0x000010, "Member 'MCD_TimeSinceVisualContact_C_VisLog::TimeSinceSeen' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, TargetActor) == 0x000018, "Member 'MCD_TimeSinceVisualContact_C_VisLog::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'MCD_TimeSinceVisualContact_C_VisLog::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000038, "Member 'MCD_TimeSinceVisualContact_C_VisLog::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, CallFunc_SelectColor_ReturnValue) == 0x000048, "Member 'MCD_TimeSinceVisualContact_C_VisLog::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, CallFunc_Conv_BoolToString_ReturnValue) == 0x000058, "Member 'MCD_TimeSinceVisualContact_C_VisLog::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, CallFunc_K2_GetPawn_ReturnValue) == 0x000068, "Member 'MCD_TimeSinceVisualContact_C_VisLog::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'MCD_TimeSinceVisualContact_C_VisLog::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000080, "Member 'MCD_TimeSinceVisualContact_C_VisLog::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000098, "Member 'MCD_TimeSinceVisualContact_C_VisLog::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_TimeSinceVisualContact_C_VisLog, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A8, "Member 'MCD_TimeSinceVisualContact_C_VisLog::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMCD_TimeSinceVisualContact_C \ +static_assert(alignof(UMCD_TimeSinceVisualContact_C) == 0x000008, "Wrong alignment on UMCD_TimeSinceVisualContact_C"); \ +static_assert(sizeof(UMCD_TimeSinceVisualContact_C) == 0x000030, "Wrong size on UMCD_TimeSinceVisualContact_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_MinEnemiesDefeated_C_Evaluate \ +static_assert(alignof(BP_SayCond_MinEnemiesDefeated_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_MinEnemiesDefeated_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_MinEnemiesDefeated_C_Evaluate) == 0x000020, "Wrong size on BP_SayCond_MinEnemiesDefeated_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_MinEnemiesDefeated_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_MinEnemiesDefeated_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinEnemiesDefeated_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_MinEnemiesDefeated_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinEnemiesDefeated_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_MinEnemiesDefeated_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinEnemiesDefeated_C_Evaluate, CallFunc_GetWorldStateInt_ReturnValue) == 0x000014, "Member 'BP_SayCond_MinEnemiesDefeated_C_Evaluate::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinEnemiesDefeated_C_Evaluate, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'BP_SayCond_MinEnemiesDefeated_C_Evaluate::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_MinEnemiesDefeated_C \ +static_assert(alignof(UBP_SayCond_MinEnemiesDefeated_C) == 0x000008, "Wrong alignment on UBP_SayCond_MinEnemiesDefeated_C"); \ +static_assert(sizeof(UBP_SayCond_MinEnemiesDefeated_C) == 0x000030, "Wrong size on UBP_SayCond_MinEnemiesDefeated_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_NPCCommentary_Stitches_C_Evaluate \ +static_assert(alignof(BP_SayCond_NPCCommentary_Stitches_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_NPCCommentary_Stitches_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_NPCCommentary_Stitches_C_Evaluate) == 0x000020, "Wrong size on BP_SayCond_NPCCommentary_Stitches_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Stitches_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_NPCCommentary_Stitches_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Stitches_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_NPCCommentary_Stitches_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Stitches_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_NPCCommentary_Stitches_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Stitches_C_Evaluate, Temp_struct_Variable) == 0x000014, "Member 'BP_SayCond_NPCCommentary_Stitches_C_Evaluate::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_Stitches_C_Evaluate, CallFunc_GetWorldStateBool_ReturnValue) == 0x00001C, "Member 'BP_SayCond_NPCCommentary_Stitches_C_Evaluate::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_NPCCommentary_Stitches_C \ +static_assert(alignof(UBP_SayCond_NPCCommentary_Stitches_C) == 0x000008, "Wrong alignment on UBP_SayCond_NPCCommentary_Stitches_C"); \ +static_assert(sizeof(UBP_SayCond_NPCCommentary_Stitches_C) == 0x000030, "Wrong size on UBP_SayCond_NPCCommentary_Stitches_C"); \ + +#define DUMPER7_ASSERTS_BP_SayScript_Commentary_OMalley_C_PostLineExecute \ +static_assert(alignof(BP_SayScript_Commentary_OMalley_C_PostLineExecute) == 0x000008, "Wrong alignment on BP_SayScript_Commentary_OMalley_C_PostLineExecute"); \ +static_assert(sizeof(BP_SayScript_Commentary_OMalley_C_PostLineExecute) == 0x000010, "Wrong size on BP_SayScript_Commentary_OMalley_C_PostLineExecute"); \ +static_assert(offsetof(BP_SayScript_Commentary_OMalley_C_PostLineExecute, Character) == 0x000000, "Member 'BP_SayScript_Commentary_OMalley_C_PostLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayScript_Commentary_OMalley_C_PostLineExecute, SourceCharacter) == 0x000008, "Member 'BP_SayScript_Commentary_OMalley_C_PostLineExecute::SourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayScript_Commentary_OMalley_C \ +static_assert(alignof(UBP_SayScript_Commentary_OMalley_C) == 0x000008, "Wrong alignment on UBP_SayScript_Commentary_OMalley_C"); \ +static_assert(sizeof(UBP_SayScript_Commentary_OMalley_C) == 0x000030, "Wrong size on UBP_SayScript_Commentary_OMalley_C"); \ + +#define DUMPER7_ASSERTS_APLA_HarborWoodBuilding06_C \ +static_assert(alignof(APLA_HarborWoodBuilding06_C) == 0x000008, "Wrong alignment on APLA_HarborWoodBuilding06_C"); \ +static_assert(sizeof(APLA_HarborWoodBuilding06_C) == 0x000618, "Wrong size on APLA_HarborWoodBuilding06_C"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh87) == 0x000350, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh87' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh86) == 0x000358, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh86' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh85) == 0x000360, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh85' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh84) == 0x000368, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh84' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh83) == 0x000370, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh83' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh82) == 0x000378, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh82' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh81) == 0x000380, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh81' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh80) == 0x000388, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh80' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh79) == 0x000390, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh79' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh78) == 0x000398, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh78' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh77) == 0x0003A0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh77' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh76) == 0x0003A8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh76' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh75) == 0x0003B0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh75' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh74) == 0x0003B8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh74' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh73) == 0x0003C0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh73' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh72) == 0x0003C8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh72' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh71) == 0x0003D0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh71' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh70) == 0x0003D8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh70' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh69) == 0x0003E0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh69' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh68) == 0x0003E8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh68' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh67) == 0x0003F0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh67' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh66) == 0x0003F8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh66' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh65) == 0x000400, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh65' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh64) == 0x000408, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh64' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh63) == 0x000410, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh63' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh62) == 0x000418, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh62' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh61) == 0x000420, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh61' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh60) == 0x000428, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh60' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh59) == 0x000430, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh59' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh58) == 0x000438, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh58' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh57) == 0x000440, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh57' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh56) == 0x000448, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh56' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh55) == 0x000450, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh55' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh54) == 0x000458, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh54' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh53) == 0x000460, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh53' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh52) == 0x000468, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh52' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh51) == 0x000470, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh51' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh50) == 0x000478, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh50' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh49) == 0x000480, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh49' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh48) == 0x000488, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh48' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh47) == 0x000490, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh47' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh46) == 0x000498, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh46' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh45) == 0x0004A0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh45' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh44) == 0x0004A8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh44' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh43) == 0x0004B0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh43' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh42) == 0x0004B8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh42' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh41) == 0x0004C0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh41' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh40) == 0x0004C8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh40' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh39) == 0x0004D0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh39' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh38) == 0x0004D8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh38' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh37) == 0x0004E0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh37' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh36) == 0x0004E8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh36' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh35) == 0x0004F0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh35' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh34) == 0x0004F8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh34' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh33) == 0x000500, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh33' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh32) == 0x000508, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh32' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh31) == 0x000510, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh31' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh30) == 0x000518, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh30' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh29) == 0x000520, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh29' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh28) == 0x000528, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh28' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh27) == 0x000530, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh27' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh26) == 0x000538, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh26' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh25) == 0x000540, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh25' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh24) == 0x000548, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh24' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh23) == 0x000550, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh23' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh22) == 0x000558, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh22' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh21) == 0x000560, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh21' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh20) == 0x000568, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh20' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh19) == 0x000570, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh19' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh18) == 0x000578, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh18' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh17) == 0x000580, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh17' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh16) == 0x000588, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh16' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh15) == 0x000590, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh15' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh14) == 0x000598, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh14' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh13) == 0x0005A0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh13' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh12) == 0x0005A8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh12' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh11) == 0x0005B0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh11' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh10) == 0x0005B8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh10' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh9) == 0x0005C0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh9' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh8) == 0x0005C8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh8' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh7) == 0x0005D0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh7' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh6) == 0x0005D8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh5) == 0x0005E0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, PLACollider) == 0x0005E8, "Member 'APLA_HarborWoodBuilding06_C::PLACollider' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh4) == 0x0005F0, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh3) == 0x0005F8, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh2) == 0x000600, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh1) == 0x000608, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_HarborWoodBuilding06_C, InstancedStaticMesh) == 0x000610, "Member 'APLA_HarborWoodBuilding06_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate \ +static_assert(alignof(BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate) == 0x000020, "Wrong size on BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate, Temp_struct_Variable) == 0x000014, "Member 'BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate, CallFunc_GetWorldStateBool_ReturnValue) == 0x00001C, "Member 'BP_SayCond_NPCCommentary_WelcomeHome_C_Evaluate::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_NPCCommentary_WelcomeHome_C \ +static_assert(alignof(UBP_SayCond_NPCCommentary_WelcomeHome_C) == 0x000008, "Wrong alignment on UBP_SayCond_NPCCommentary_WelcomeHome_C"); \ +static_assert(sizeof(UBP_SayCond_NPCCommentary_WelcomeHome_C) == 0x000030, "Wrong size on UBP_SayCond_NPCCommentary_WelcomeHome_C"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_Event_Health_Updated \ +static_assert(alignof(WBP_EnemyHealthbar_C_Event_Health_Updated) == 0x000008, "Wrong alignment on WBP_EnemyHealthbar_C_Event_Health_Updated"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_Event_Health_Updated) == 0x000008, "Wrong size on WBP_EnemyHealthbar_C_Event_Health_Updated"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_Event_Health_Updated, New_Health) == 0x000000, "Member 'WBP_EnemyHealthbar_C_Event_Health_Updated::New_Health' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_Event_Max_Health_Updated \ +static_assert(alignof(WBP_EnemyHealthbar_C_Event_Max_Health_Updated) == 0x000008, "Wrong alignment on WBP_EnemyHealthbar_C_Event_Max_Health_Updated"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_Event_Max_Health_Updated) == 0x000008, "Wrong size on WBP_EnemyHealthbar_C_Event_Max_Health_Updated"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_Event_Max_Health_Updated, New_Max_Health) == 0x000000, "Member 'WBP_EnemyHealthbar_C_Event_Max_Health_Updated::New_Max_Health' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_Event_Max_Posture_Updated \ +static_assert(alignof(WBP_EnemyHealthbar_C_Event_Max_Posture_Updated) == 0x000008, "Wrong alignment on WBP_EnemyHealthbar_C_Event_Max_Posture_Updated"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_Event_Max_Posture_Updated) == 0x000008, "Wrong size on WBP_EnemyHealthbar_C_Event_Max_Posture_Updated"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_Event_Max_Posture_Updated, New_Max_Posture) == 0x000000, "Member 'WBP_EnemyHealthbar_C_Event_Max_Posture_Updated::New_Max_Posture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_Event_On_Damage_Taken \ +static_assert(alignof(WBP_EnemyHealthbar_C_Event_On_Damage_Taken) == 0x000008, "Wrong alignment on WBP_EnemyHealthbar_C_Event_On_Damage_Taken"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_Event_On_Damage_Taken) == 0x000008, "Wrong size on WBP_EnemyHealthbar_C_Event_On_Damage_Taken"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_Event_On_Damage_Taken, Damage) == 0x000000, "Member 'WBP_EnemyHealthbar_C_Event_On_Damage_Taken::Damage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_Event_Posture_Updated \ +static_assert(alignof(WBP_EnemyHealthbar_C_Event_Posture_Updated) == 0x000008, "Wrong alignment on WBP_EnemyHealthbar_C_Event_Posture_Updated"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_Event_Posture_Updated) == 0x000008, "Wrong size on WBP_EnemyHealthbar_C_Event_Posture_Updated"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_Event_Posture_Updated, New_Posture) == 0x000000, "Member 'WBP_EnemyHealthbar_C_Event_Posture_Updated::New_Posture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_Event_IsTakedownEngaged \ +static_assert(alignof(WBP_EnemyHealthbar_C_Event_IsTakedownEngaged) == 0x000001, "Wrong alignment on WBP_EnemyHealthbar_C_Event_IsTakedownEngaged"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_Event_IsTakedownEngaged) == 0x000001, "Wrong size on WBP_EnemyHealthbar_C_Event_IsTakedownEngaged"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_Event_IsTakedownEngaged, IsTakedownEngaged) == 0x000000, "Member 'WBP_EnemyHealthbar_C_Event_IsTakedownEngaged::IsTakedownEngaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar \ +static_assert(alignof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar) == 0x000010, "Wrong alignment on WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar) == 0x000370, "Wrong size on WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, EntryPoint) == 0x000000, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_CustomEvent_Value) == 0x000030, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, Temp_bool_Has_Been_Initd_Variable) == 0x000034, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, Temp_bool_IsClosed_Variable) == 0x000035, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, Temp_bool_Has_Been_Initd_Variable_1) == 0x000036, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_IsValid_ReturnValue) == 0x000037, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, Temp_bool_Has_Been_Initd_Variable_2) == 0x000038, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, Temp_bool_IsClosed_Variable_1) == 0x000039, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, Temp_bool_Has_Been_Initd_Variable_3) == 0x00003A, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, Temp_bool_IsClosed_Variable_2) == 0x00003B, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, Temp_bool_Has_Been_Initd_Variable_4) == 0x00003C, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_IsValid_ReturnValue_1) == 0x00003D, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, Temp_bool_IsClosed_Variable_3) == 0x00003E, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_IsValid_ReturnValue_2) == 0x00003F, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_IsValid_ReturnValue_3) == 0x000040, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_BreakTransform_Location) == 0x000048, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_BreakTransform_Rotation) == 0x000060, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_BreakTransform_Scale) == 0x000078, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_CustomEvent_Value_1) == 0x000090, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_GetPlayingInstance_ReturnValue) == 0x000098, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_MakeVector2D_ReturnValue) == 0x0000A0, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_GetTransform_ReturnValue) == 0x0000B0, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_BreakTransform_Location_1) == 0x000110, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_BreakTransform_Rotation_1) == 0x000128, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_BreakTransform_Scale_1) == 0x000140, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_Vector_Distance_ReturnValue) == 0x000158, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, Temp_bool_Has_Been_Initd_Variable_5) == 0x000160, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_NormalizeToRange_ReturnValue) == 0x000168, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000170, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, Temp_bool_IsClosed_Variable_4) == 0x000171, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_CustomEvent_New_Health) == 0x000178, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_CustomEvent_New_Health' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_CustomEvent_New_Max_Health) == 0x000180, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_CustomEvent_New_Max_Health' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_CustomEvent_Damage) == 0x000188, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_CustomEvent_Damage' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_CustomEvent_New_Posture) == 0x000190, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_CustomEvent_New_Posture' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_CustomEvent_New_Max_Posture) == 0x000198, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_CustomEvent_New_Max_Posture' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_Event_MyGeometry) == 0x0001A0, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_Event_InDeltaTime) == 0x0001D8, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001DC, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001EC, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_CustomEvent_IsTakedownEngaged) == 0x0001FC, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_CustomEvent_IsTakedownEngaged' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_SelectFloat_ReturnValue) == 0x000200, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, Temp_bool_IsClosed_Variable_5) == 0x000208, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, K2Node_Event_IsDesignTime) == 0x000209, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Health) == 0x00020C, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Health' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Adrenaline) == 0x00021C, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Adrenaline' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Nitro) == 0x00022C, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Nitro' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Posture) == 0x00023C, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Posture' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Positive) == 0x00024C, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Positive' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Neutral) == 0x00025C, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Neutral' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Warning) == 0x00026C, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Warning' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Alert) == 0x00027C, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Alert' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Filler) == 0x00028C, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Filler' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Health__S_) == 0x00029C, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Health__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Adrenaline__S_) == 0x0002B0, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Adrenaline__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Nitro__S_) == 0x0002C4, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Nitro__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Posture__S_) == 0x0002D8, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Posture__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Positive__S_) == 0x0002EC, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Positive__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Neutral__S_) == 0x000300, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Neutral__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Warning__S_) == 0x000314, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Warning__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Alert__S_) == 0x000328, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Alert__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_HUD_Color_Library_Filler__S_) == 0x00033C, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_HUD_Color_Library_Filler__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_SelectFloat_B_ImplicitCast) == 0x000350, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_SelectFloat_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_MakeVector2D_X_ImplicitCast) == 0x000358, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_MakeVector2D_X_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_MakeVector2D_Y_ImplicitCast) == 0x000360, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_MakeVector2D_Y_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000368, "Member 'WBP_EnemyHealthbar_C_ExecuteUbergraph_WBP_EnemyHealthbar::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_OnValueUpdated_E57307A3449C8952FE09E9BC31D9BE33 \ +static_assert(alignof(WBP_EnemyHealthbar_C_OnValueUpdated_E57307A3449C8952FE09E9BC31D9BE33) == 0x000004, "Wrong alignment on WBP_EnemyHealthbar_C_OnValueUpdated_E57307A3449C8952FE09E9BC31D9BE33"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_OnValueUpdated_E57307A3449C8952FE09E9BC31D9BE33) == 0x000004, "Wrong size on WBP_EnemyHealthbar_C_OnValueUpdated_E57307A3449C8952FE09E9BC31D9BE33"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_OnValueUpdated_E57307A3449C8952FE09E9BC31D9BE33, Value) == 0x000000, "Member 'WBP_EnemyHealthbar_C_OnValueUpdated_E57307A3449C8952FE09E9BC31D9BE33::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_OnValueUpdated_F93AF9CF4ED3920BA8123BBAFE1100B1 \ +static_assert(alignof(WBP_EnemyHealthbar_C_OnValueUpdated_F93AF9CF4ED3920BA8123BBAFE1100B1) == 0x000004, "Wrong alignment on WBP_EnemyHealthbar_C_OnValueUpdated_F93AF9CF4ED3920BA8123BBAFE1100B1"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_OnValueUpdated_F93AF9CF4ED3920BA8123BBAFE1100B1) == 0x000004, "Wrong size on WBP_EnemyHealthbar_C_OnValueUpdated_F93AF9CF4ED3920BA8123BBAFE1100B1"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_OnValueUpdated_F93AF9CF4ED3920BA8123BBAFE1100B1, Value) == 0x000000, "Member 'WBP_EnemyHealthbar_C_OnValueUpdated_F93AF9CF4ED3920BA8123BBAFE1100B1::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_PreConstruct \ +static_assert(alignof(WBP_EnemyHealthbar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_EnemyHealthbar_C_PreConstruct"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_PreConstruct) == 0x000001, "Wrong size on WBP_EnemyHealthbar_C_PreConstruct"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_EnemyHealthbar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_SelectIcon \ +static_assert(alignof(WBP_EnemyHealthbar_C_SelectIcon) == 0x000008, "Wrong alignment on WBP_EnemyHealthbar_C_SelectIcon"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_SelectIcon) == 0x000028, "Wrong size on WBP_EnemyHealthbar_C_SelectIcon"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SelectIcon, IsHealthIcon_0) == 0x000000, "Member 'WBP_EnemyHealthbar_C_SelectIcon::IsHealthIcon_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SelectIcon, CallFunc_SelectColor_ReturnValue) == 0x000004, "Member 'WBP_EnemyHealthbar_C_SelectIcon::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SelectIcon, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'WBP_EnemyHealthbar_C_SelectIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SelectIcon, CallFunc_SelectFloat_ReturnValue) == 0x000018, "Member 'WBP_EnemyHealthbar_C_SelectIcon::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SelectIcon, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000020, "Member 'WBP_EnemyHealthbar_C_SelectIcon::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon \ +static_assert(alignof(WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon) == 0x000008, "Wrong alignment on WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon) == 0x000028, "Wrong size on WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon, ViewModel) == 0x000000, "Member 'WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon, CallFunc_GetExtension_ReturnValue) == 0x000008, "Member 'WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon::CallFunc_GetExtension_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon, CallFunc_SetViewModel_ViewModel_CastInput) == 0x000010, "Member 'WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon::CallFunc_SetViewModel_ViewModel_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon, CallFunc_SetViewModel_ReturnValue) == 0x000020, "Member 'WBP_EnemyHealthbar_C_SetBP_VM_NpcIcon::CallFunc_SetViewModel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_SetCharacterLevel \ +static_assert(alignof(WBP_EnemyHealthbar_C_SetCharacterLevel) == 0x000008, "Wrong alignment on WBP_EnemyHealthbar_C_SetCharacterLevel"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_SetCharacterLevel) == 0x000018, "Wrong size on WBP_EnemyHealthbar_C_SetCharacterLevel"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetCharacterLevel, CharacterLevel_0) == 0x000000, "Member 'WBP_EnemyHealthbar_C_SetCharacterLevel::CharacterLevel_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetCharacterLevel, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'WBP_EnemyHealthbar_C_SetCharacterLevel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_SetIsTakedownEngaged \ +static_assert(alignof(WBP_EnemyHealthbar_C_SetIsTakedownEngaged) == 0x000001, "Wrong alignment on WBP_EnemyHealthbar_C_SetIsTakedownEngaged"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_SetIsTakedownEngaged) == 0x000001, "Wrong size on WBP_EnemyHealthbar_C_SetIsTakedownEngaged"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetIsTakedownEngaged, IsTakedownEngaged) == 0x000000, "Member 'WBP_EnemyHealthbar_C_SetIsTakedownEngaged::IsTakedownEngaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_SetLevelVisible \ +static_assert(alignof(WBP_EnemyHealthbar_C_SetLevelVisible) == 0x000001, "Wrong alignment on WBP_EnemyHealthbar_C_SetLevelVisible"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_SetLevelVisible) == 0x000004, "Wrong size on WBP_EnemyHealthbar_C_SetLevelVisible"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetLevelVisible, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'WBP_EnemyHealthbar_C_SetLevelVisible::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetLevelVisible, CallFunc_Not_PreBool_ReturnValue_1) == 0x000001, "Member 'WBP_EnemyHealthbar_C_SetLevelVisible::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetLevelVisible, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'WBP_EnemyHealthbar_C_SetLevelVisible::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetLevelVisible, CallFunc_ToSlateVisibility_VisibleOrCollapsed_ReturnValue) == 0x000003, "Member 'WBP_EnemyHealthbar_C_SetLevelVisible::CallFunc_ToSlateVisibility_VisibleOrCollapsed_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_SetPlayerLevel \ +static_assert(alignof(WBP_EnemyHealthbar_C_SetPlayerLevel) == 0x000004, "Wrong alignment on WBP_EnemyHealthbar_C_SetPlayerLevel"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_SetPlayerLevel) == 0x000004, "Wrong size on WBP_EnemyHealthbar_C_SetPlayerLevel"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetPlayerLevel, PlayerLevel_0) == 0x000000, "Member 'WBP_EnemyHealthbar_C_SetPlayerLevel::PlayerLevel_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_SetTakedownVisibility \ +static_assert(alignof(WBP_EnemyHealthbar_C_SetTakedownVisibility) == 0x000008, "Wrong alignment on WBP_EnemyHealthbar_C_SetTakedownVisibility"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_SetTakedownVisibility) == 0x000018, "Wrong size on WBP_EnemyHealthbar_C_SetTakedownVisibility"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetTakedownVisibility, bIsVisible) == 0x000000, "Member 'WBP_EnemyHealthbar_C_SetTakedownVisibility::bIsVisible' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetTakedownVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_EnemyHealthbar_C_SetTakedownVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetTakedownVisibility, CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue) == 0x000002, "Member 'WBP_EnemyHealthbar_C_SetTakedownVisibility::CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetTakedownVisibility, CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue_1) == 0x000003, "Member 'WBP_EnemyHealthbar_C_SetTakedownVisibility::CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_SetTakedownVisibility, CallFunc_MakeVector2D_ReturnValue) == 0x000008, "Member 'WBP_EnemyHealthbar_C_SetTakedownVisibility::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_Tick \ +static_assert(alignof(WBP_EnemyHealthbar_C_Tick) == 0x000004, "Wrong alignment on WBP_EnemyHealthbar_C_Tick"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_Tick) == 0x00003C, "Wrong size on WBP_EnemyHealthbar_C_Tick"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_EnemyHealthbar_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_EnemyHealthbar_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_EnemyHealthbar_C_UpdateIconBorder \ +static_assert(alignof(WBP_EnemyHealthbar_C_UpdateIconBorder) == 0x000004, "Wrong alignment on WBP_EnemyHealthbar_C_UpdateIconBorder"); \ +static_assert(sizeof(WBP_EnemyHealthbar_C_UpdateIconBorder) == 0x000008, "Wrong size on WBP_EnemyHealthbar_C_UpdateIconBorder"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_UpdateIconBorder, CallFunc_Subtract_IntInt_ReturnValue) == 0x000000, "Member 'WBP_EnemyHealthbar_C_UpdateIconBorder::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_UpdateIconBorder, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000004, "Member 'WBP_EnemyHealthbar_C_UpdateIconBorder::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_EnemyHealthbar_C_UpdateIconBorder, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000005, "Member 'WBP_EnemyHealthbar_C_UpdateIconBorder::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_EnemyHealthbar_C \ +static_assert(alignof(UWBP_EnemyHealthbar_C) == 0x000008, "Wrong alignment on UWBP_EnemyHealthbar_C"); \ +static_assert(sizeof(UWBP_EnemyHealthbar_C) == 0x0006A8, "Wrong size on UWBP_EnemyHealthbar_C"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, UberGraphFrame) == 0x000618, "Member 'UWBP_EnemyHealthbar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, TargetIcon) == 0x000620, "Member 'UWBP_EnemyHealthbar_C::TargetIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, TakedownIcon) == 0x000628, "Member 'UWBP_EnemyHealthbar_C::TakedownIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, PostureBar) == 0x000630, "Member 'UWBP_EnemyHealthbar_C::PostureBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, LevelIcon_Normal) == 0x000638, "Member 'UWBP_EnemyHealthbar_C::LevelIcon_Normal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, LevelIcon_Hard) == 0x000640, "Member 'UWBP_EnemyHealthbar_C::LevelIcon_Hard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, LevelIcon_Easy) == 0x000648, "Member 'UWBP_EnemyHealthbar_C::LevelIcon_Easy' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, LevelBox) == 0x000650, "Member 'UWBP_EnemyHealthbar_C::LevelBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, Level) == 0x000658, "Member 'UWBP_EnemyHealthbar_C::Level' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, IconPanel) == 0x000660, "Member 'UWBP_EnemyHealthbar_C::IconPanel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, Healthbar) == 0x000668, "Member 'UWBP_EnemyHealthbar_C::Healthbar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, FeedbackIcon) == 0x000670, "Member 'UWBP_EnemyHealthbar_C::FeedbackIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, Background) == 0x000678, "Member 'UWBP_EnemyHealthbar_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, BP_VM_NpcIcon) == 0x000680, "Member 'UWBP_EnemyHealthbar_C::BP_VM_NpcIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, TakedownIconMaterial) == 0x000688, "Member 'UWBP_EnemyHealthbar_C::TakedownIconMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, FeedbackIconMaterial) == 0x000690, "Member 'UWBP_EnemyHealthbar_C::FeedbackIconMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, IsHealthIcon) == 0x000698, "Member 'UWBP_EnemyHealthbar_C::IsHealthIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, Is_Takedown_Engaged) == 0x000699, "Member 'UWBP_EnemyHealthbar_C::Is_Takedown_Engaged' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, InTakedownRange) == 0x00069A, "Member 'UWBP_EnemyHealthbar_C::InTakedownRange' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, Is_Melee_Target) == 0x00069B, "Member 'UWBP_EnemyHealthbar_C::Is_Melee_Target' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, CharacterLevel) == 0x00069C, "Member 'UWBP_EnemyHealthbar_C::CharacterLevel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_EnemyHealthbar_C, PlayerLevel) == 0x0006A0, "Member 'UWBP_EnemyHealthbar_C::PlayerLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_InDebtOrNotInDebt_C_Evaluate \ +static_assert(alignof(BP_SayCond_InDebtOrNotInDebt_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_InDebtOrNotInDebt_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_InDebtOrNotInDebt_C_Evaluate) == 0x000028, "Wrong size on BP_SayCond_InDebtOrNotInDebt_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_InDebtOrNotInDebt_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_InDebtOrNotInDebt_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_InDebtOrNotInDebt_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_InDebtOrNotInDebt_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_InDebtOrNotInDebt_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_InDebtOrNotInDebt_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_InDebtOrNotInDebt_C_Evaluate, Temp_struct_Variable) == 0x000014, "Member 'BP_SayCond_InDebtOrNotInDebt_C_Evaluate::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_InDebtOrNotInDebt_C_Evaluate, Temp_struct_Variable_1) == 0x00001C, "Member 'BP_SayCond_InDebtOrNotInDebt_C_Evaluate::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_InDebtOrNotInDebt_C_Evaluate, CallFunc_GetWorldStateBool_ReturnValue) == 0x000024, "Member 'BP_SayCond_InDebtOrNotInDebt_C_Evaluate::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_InDebtOrNotInDebt_C_Evaluate, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000025, "Member 'BP_SayCond_InDebtOrNotInDebt_C_Evaluate::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_InDebtOrNotInDebt_C_Evaluate, CallFunc_Not_PreBool_ReturnValue) == 0x000026, "Member 'BP_SayCond_InDebtOrNotInDebt_C_Evaluate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_InDebtOrNotInDebt_C_Evaluate, CallFunc_BooleanOR_ReturnValue) == 0x000027, "Member 'BP_SayCond_InDebtOrNotInDebt_C_Evaluate::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_InDebtOrNotInDebt_C \ +static_assert(alignof(UBP_SayCond_InDebtOrNotInDebt_C) == 0x000008, "Wrong alignment on UBP_SayCond_InDebtOrNotInDebt_C"); \ +static_assert(sizeof(UBP_SayCond_InDebtOrNotInDebt_C) == 0x000030, "Wrong size on UBP_SayCond_InDebtOrNotInDebt_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_MinCombatTime_C_Evaluate \ +static_assert(alignof(BP_SayCond_MinCombatTime_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_MinCombatTime_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_MinCombatTime_C_Evaluate) == 0x000028, "Wrong size on BP_SayCond_MinCombatTime_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_MinCombatTime_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_MinCombatTime_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinCombatTime_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_MinCombatTime_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinCombatTime_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_MinCombatTime_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinCombatTime_C_Evaluate, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000014, "Member 'BP_SayCond_MinCombatTime_C_Evaluate::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinCombatTime_C_Evaluate, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_SayCond_MinCombatTime_C_Evaluate::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MinCombatTime_C_Evaluate, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000020, "Member 'BP_SayCond_MinCombatTime_C_Evaluate::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_MinCombatTime_C \ +static_assert(alignof(UBP_SayCond_MinCombatTime_C) == 0x000008, "Wrong alignment on UBP_SayCond_MinCombatTime_C"); \ +static_assert(sizeof(UBP_SayCond_MinCombatTime_C) == 0x000030, "Wrong size on UBP_SayCond_MinCombatTime_C"); \ + +#define DUMPER7_ASSERTS_BP_SayScript_Commentary_Richie_C_PostLineExecute \ +static_assert(alignof(BP_SayScript_Commentary_Richie_C_PostLineExecute) == 0x000008, "Wrong alignment on BP_SayScript_Commentary_Richie_C_PostLineExecute"); \ +static_assert(sizeof(BP_SayScript_Commentary_Richie_C_PostLineExecute) == 0x000010, "Wrong size on BP_SayScript_Commentary_Richie_C_PostLineExecute"); \ +static_assert(offsetof(BP_SayScript_Commentary_Richie_C_PostLineExecute, Character) == 0x000000, "Member 'BP_SayScript_Commentary_Richie_C_PostLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayScript_Commentary_Richie_C_PostLineExecute, SourceCharacter) == 0x000008, "Member 'BP_SayScript_Commentary_Richie_C_PostLineExecute::SourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayScript_Commentary_Richie_C \ +static_assert(alignof(UBP_SayScript_Commentary_Richie_C) == 0x000008, "Wrong alignment on UBP_SayScript_Commentary_Richie_C"); \ +static_assert(sizeof(UBP_SayScript_Commentary_Richie_C) == 0x000030, "Wrong size on UBP_SayScript_Commentary_Richie_C"); \ + +#define DUMPER7_ASSERTS_UBP_PickupItem_Action_C \ +static_assert(alignof(UBP_PickupItem_Action_C) == 0x000008, "Wrong alignment on UBP_PickupItem_Action_C"); \ +static_assert(sizeof(UBP_PickupItem_Action_C) == 0x000030, "Wrong size on UBP_PickupItem_Action_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_BadDay_C_Evaluate \ +static_assert(alignof(BP_SayCond_BadDay_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_BadDay_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_BadDay_C_Evaluate) == 0x000050, "Wrong size on BP_SayCond_BadDay_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_BadDay_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_BadDay_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_BadDay_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000014, "Member 'BP_SayCond_BadDay_C_Evaluate::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, CallFunc_GetWorldStateInt_ReturnValue) == 0x000018, "Member 'BP_SayCond_BadDay_C_Evaluate::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, CallFunc_GetWorldStateFloat_ReturnValue_1) == 0x00001C, "Member 'BP_SayCond_BadDay_C_Evaluate::CallFunc_GetWorldStateFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000020, "Member 'BP_SayCond_BadDay_C_Evaluate::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_SayCond_BadDay_C_Evaluate::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_SayCond_BadDay_C_Evaluate::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, CallFunc_FTrunc_ReturnValue) == 0x000034, "Member 'BP_SayCond_BadDay_C_Evaluate::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x000038, "Member 'BP_SayCond_BadDay_C_Evaluate::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, CallFunc_Greater_IntInt_ReturnValue) == 0x00003C, "Member 'BP_SayCond_BadDay_C_Evaluate::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x00003D, "Member 'BP_SayCond_BadDay_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000040, "Member 'BP_SayCond_BadDay_C_Evaluate::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_BadDay_C_Evaluate, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000048, "Member 'BP_SayCond_BadDay_C_Evaluate::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_BadDay_C \ +static_assert(alignof(UBP_SayCond_BadDay_C) == 0x000008, "Wrong alignment on UBP_SayCond_BadDay_C"); \ +static_assert(sizeof(UBP_SayCond_BadDay_C) == 0x000030, "Wrong size on UBP_SayCond_BadDay_C"); \ + +#define DUMPER7_ASSERTS_BP_SayScript_Commentary_Tommy_C_PostLineExecute \ +static_assert(alignof(BP_SayScript_Commentary_Tommy_C_PostLineExecute) == 0x000008, "Wrong alignment on BP_SayScript_Commentary_Tommy_C_PostLineExecute"); \ +static_assert(sizeof(BP_SayScript_Commentary_Tommy_C_PostLineExecute) == 0x000010, "Wrong size on BP_SayScript_Commentary_Tommy_C_PostLineExecute"); \ +static_assert(offsetof(BP_SayScript_Commentary_Tommy_C_PostLineExecute, Character) == 0x000000, "Member 'BP_SayScript_Commentary_Tommy_C_PostLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayScript_Commentary_Tommy_C_PostLineExecute, SourceCharacter) == 0x000008, "Member 'BP_SayScript_Commentary_Tommy_C_PostLineExecute::SourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayScript_Commentary_Tommy_C \ +static_assert(alignof(UBP_SayScript_Commentary_Tommy_C) == 0x000008, "Wrong alignment on UBP_SayScript_Commentary_Tommy_C"); \ +static_assert(sizeof(UBP_SayScript_Commentary_Tommy_C) == 0x000030, "Wrong size on UBP_SayScript_Commentary_Tommy_C"); \ + +#define DUMPER7_ASSERTS_BP_SayScript_Commentary_Vivian_C_PostLineExecute \ +static_assert(alignof(BP_SayScript_Commentary_Vivian_C_PostLineExecute) == 0x000008, "Wrong alignment on BP_SayScript_Commentary_Vivian_C_PostLineExecute"); \ +static_assert(sizeof(BP_SayScript_Commentary_Vivian_C_PostLineExecute) == 0x000010, "Wrong size on BP_SayScript_Commentary_Vivian_C_PostLineExecute"); \ +static_assert(offsetof(BP_SayScript_Commentary_Vivian_C_PostLineExecute, Character) == 0x000000, "Member 'BP_SayScript_Commentary_Vivian_C_PostLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayScript_Commentary_Vivian_C_PostLineExecute, SourceCharacter) == 0x000008, "Member 'BP_SayScript_Commentary_Vivian_C_PostLineExecute::SourceCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayScript_Commentary_Vivian_C \ +static_assert(alignof(UBP_SayScript_Commentary_Vivian_C) == 0x000008, "Wrong alignment on UBP_SayScript_Commentary_Vivian_C"); \ +static_assert(sizeof(UBP_SayScript_Commentary_Vivian_C) == 0x000030, "Wrong size on UBP_SayScript_Commentary_Vivian_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_HasValidCombatTarget_C_Evaluate \ +static_assert(alignof(BP_SayCond_HasValidCombatTarget_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_HasValidCombatTarget_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_HasValidCombatTarget_C_Evaluate) == 0x000038, "Wrong size on BP_SayCond_HasValidCombatTarget_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_HasValidCombatTarget_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_HasValidCombatTarget_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_HasValidCombatTarget_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_HasValidCombatTarget_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_HasValidCombatTarget_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_HasValidCombatTarget_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_HasValidCombatTarget_C_Evaluate, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BP_SayCond_HasValidCombatTarget_C_Evaluate::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_HasValidCombatTarget_C_Evaluate, CallFunc_IsAlive_ReturnValue) == 0x000020, "Member 'BP_SayCond_HasValidCombatTarget_C_Evaluate::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_HasValidCombatTarget_C_Evaluate, K2Node_DynamicCast_AsNPCAIController) == 0x000028, "Member 'BP_SayCond_HasValidCombatTarget_C_Evaluate::K2Node_DynamicCast_AsNPCAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_HasValidCombatTarget_C_Evaluate, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_SayCond_HasValidCombatTarget_C_Evaluate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_HasValidCombatTarget_C_Evaluate, CallFunc_HasTarget_ReturnValue) == 0x000031, "Member 'BP_SayCond_HasValidCombatTarget_C_Evaluate::CallFunc_HasTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_HasValidCombatTarget_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BP_SayCond_HasValidCombatTarget_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_HasValidCombatTarget_C \ +static_assert(alignof(UBP_SayCond_HasValidCombatTarget_C) == 0x000008, "Wrong alignment on UBP_SayCond_HasValidCombatTarget_C"); \ +static_assert(sizeof(UBP_SayCond_HasValidCombatTarget_C) == 0x000030, "Wrong size on UBP_SayCond_HasValidCombatTarget_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_Evening_C_Evaluate \ +static_assert(alignof(BP_SayCond_Evening_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_Evening_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_Evening_C_Evaluate) == 0x000020, "Wrong size on BP_SayCond_Evening_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_Evening_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_Evening_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Evening_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_Evening_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Evening_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_Evening_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Evening_C_Evaluate, CallFunc_GetActiveTimeTag_ReturnValue) == 0x000014, "Member 'BP_SayCond_Evening_C_Evaluate::CallFunc_GetActiveTimeTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Evening_C_Evaluate, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00001C, "Member 'BP_SayCond_Evening_C_Evaluate::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Evening_C_Evaluate, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00001D, "Member 'BP_SayCond_Evening_C_Evaluate::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Evening_C_Evaluate, CallFunc_BooleanOR_ReturnValue) == 0x00001E, "Member 'BP_SayCond_Evening_C_Evaluate::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_Evening_C \ +static_assert(alignof(UBP_SayCond_Evening_C) == 0x000008, "Wrong alignment on UBP_SayCond_Evening_C"); \ +static_assert(sizeof(UBP_SayCond_Evening_C) == 0x000030, "Wrong size on UBP_SayCond_Evening_C"); \ + +#define DUMPER7_ASSERTS_UBP_Attribute_Mixin_C \ +static_assert(alignof(UBP_Attribute_Mixin_C) == 0x000008, "Wrong alignment on UBP_Attribute_Mixin_C"); \ +static_assert(sizeof(UBP_Attribute_Mixin_C) == 0x000090, "Wrong size on UBP_Attribute_Mixin_C"); \ +static_assert(offsetof(UBP_Attribute_Mixin_C, Table) == 0x000088, "Member 'UBP_Attribute_Mixin_C::Table' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_Morning_C_Evaluate \ +static_assert(alignof(BP_SayCond_Morning_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_Morning_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_Morning_C_Evaluate) == 0x000020, "Wrong size on BP_SayCond_Morning_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_Morning_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_Morning_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Morning_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_Morning_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Morning_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_Morning_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Morning_C_Evaluate, CallFunc_GetActiveTimeTag_ReturnValue) == 0x000014, "Member 'BP_SayCond_Morning_C_Evaluate::CallFunc_GetActiveTimeTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Morning_C_Evaluate, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00001C, "Member 'BP_SayCond_Morning_C_Evaluate::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Morning_C_Evaluate, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00001D, "Member 'BP_SayCond_Morning_C_Evaluate::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Morning_C_Evaluate, CallFunc_BooleanOR_ReturnValue) == 0x00001E, "Member 'BP_SayCond_Morning_C_Evaluate::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_Morning_C \ +static_assert(alignof(UBP_SayCond_Morning_C) == 0x000008, "Wrong alignment on UBP_SayCond_Morning_C"); \ +static_assert(sizeof(UBP_SayCond_Morning_C) == 0x000030, "Wrong size on UBP_SayCond_Morning_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCondition_IsStreetRaceCrime_C_Evaluate \ +static_assert(alignof(BP_SayCondition_IsStreetRaceCrime_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCondition_IsStreetRaceCrime_C_Evaluate"); \ +static_assert(sizeof(BP_SayCondition_IsStreetRaceCrime_C_Evaluate) == 0x000030, "Wrong size on BP_SayCondition_IsStreetRaceCrime_C_Evaluate"); \ +static_assert(offsetof(BP_SayCondition_IsStreetRaceCrime_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCondition_IsStreetRaceCrime_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStreetRaceCrime_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCondition_IsStreetRaceCrime_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStreetRaceCrime_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCondition_IsStreetRaceCrime_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStreetRaceCrime_C_Evaluate, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'BP_SayCondition_IsStreetRaceCrime_C_Evaluate::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStreetRaceCrime_C_Evaluate, CallFunc_GetEnforcementFaction_ReturnValue) == 0x000020, "Member 'BP_SayCondition_IsStreetRaceCrime_C_Evaluate::CallFunc_GetEnforcementFaction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStreetRaceCrime_C_Evaluate, CallFunc_IsActive_ReturnValue) == 0x000028, "Member 'BP_SayCondition_IsStreetRaceCrime_C_Evaluate::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStreetRaceCrime_C_Evaluate, CallFunc_GetCrimeType_ReturnValue) == 0x000029, "Member 'BP_SayCondition_IsStreetRaceCrime_C_Evaluate::CallFunc_GetCrimeType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStreetRaceCrime_C_Evaluate, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002A, "Member 'BP_SayCondition_IsStreetRaceCrime_C_Evaluate::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStreetRaceCrime_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_SayCondition_IsStreetRaceCrime_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCondition_IsStreetRaceCrime_C \ +static_assert(alignof(UBP_SayCondition_IsStreetRaceCrime_C) == 0x000008, "Wrong alignment on UBP_SayCondition_IsStreetRaceCrime_C"); \ +static_assert(sizeof(UBP_SayCondition_IsStreetRaceCrime_C) == 0x000030, "Wrong size on UBP_SayCondition_IsStreetRaceCrime_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCondition_IsKillMemberCrime_C_Evaluate \ +static_assert(alignof(BP_SayCondition_IsKillMemberCrime_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCondition_IsKillMemberCrime_C_Evaluate"); \ +static_assert(sizeof(BP_SayCondition_IsKillMemberCrime_C_Evaluate) == 0x000030, "Wrong size on BP_SayCondition_IsKillMemberCrime_C_Evaluate"); \ +static_assert(offsetof(BP_SayCondition_IsKillMemberCrime_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCondition_IsKillMemberCrime_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsKillMemberCrime_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCondition_IsKillMemberCrime_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsKillMemberCrime_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCondition_IsKillMemberCrime_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsKillMemberCrime_C_Evaluate, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'BP_SayCondition_IsKillMemberCrime_C_Evaluate::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsKillMemberCrime_C_Evaluate, CallFunc_GetEnforcementFaction_ReturnValue) == 0x000020, "Member 'BP_SayCondition_IsKillMemberCrime_C_Evaluate::CallFunc_GetEnforcementFaction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsKillMemberCrime_C_Evaluate, CallFunc_IsActive_ReturnValue) == 0x000028, "Member 'BP_SayCondition_IsKillMemberCrime_C_Evaluate::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsKillMemberCrime_C_Evaluate, CallFunc_GetCrimeType_ReturnValue) == 0x000029, "Member 'BP_SayCondition_IsKillMemberCrime_C_Evaluate::CallFunc_GetCrimeType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsKillMemberCrime_C_Evaluate, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002A, "Member 'BP_SayCondition_IsKillMemberCrime_C_Evaluate::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsKillMemberCrime_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_SayCondition_IsKillMemberCrime_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCondition_IsKillMemberCrime_C \ +static_assert(alignof(UBP_SayCondition_IsKillMemberCrime_C) == 0x000008, "Wrong alignment on UBP_SayCondition_IsKillMemberCrime_C"); \ +static_assert(sizeof(UBP_SayCondition_IsKillMemberCrime_C) == 0x000030, "Wrong size on UBP_SayCondition_IsKillMemberCrime_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCondition_IsStealCarCrime_C_Evaluate \ +static_assert(alignof(BP_SayCondition_IsStealCarCrime_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCondition_IsStealCarCrime_C_Evaluate"); \ +static_assert(sizeof(BP_SayCondition_IsStealCarCrime_C_Evaluate) == 0x000030, "Wrong size on BP_SayCondition_IsStealCarCrime_C_Evaluate"); \ +static_assert(offsetof(BP_SayCondition_IsStealCarCrime_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCondition_IsStealCarCrime_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStealCarCrime_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCondition_IsStealCarCrime_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStealCarCrime_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCondition_IsStealCarCrime_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStealCarCrime_C_Evaluate, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'BP_SayCondition_IsStealCarCrime_C_Evaluate::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStealCarCrime_C_Evaluate, CallFunc_GetEnforcementFaction_ReturnValue) == 0x000020, "Member 'BP_SayCondition_IsStealCarCrime_C_Evaluate::CallFunc_GetEnforcementFaction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStealCarCrime_C_Evaluate, CallFunc_IsActive_ReturnValue) == 0x000028, "Member 'BP_SayCondition_IsStealCarCrime_C_Evaluate::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStealCarCrime_C_Evaluate, CallFunc_GetCrimeType_ReturnValue) == 0x000029, "Member 'BP_SayCondition_IsStealCarCrime_C_Evaluate::CallFunc_GetCrimeType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStealCarCrime_C_Evaluate, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002A, "Member 'BP_SayCondition_IsStealCarCrime_C_Evaluate::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsStealCarCrime_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_SayCondition_IsStealCarCrime_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCondition_IsStealCarCrime_C \ +static_assert(alignof(UBP_SayCondition_IsStealCarCrime_C) == 0x000008, "Wrong alignment on UBP_SayCondition_IsStealCarCrime_C"); \ +static_assert(sizeof(UBP_SayCondition_IsStealCarCrime_C) == 0x000030, "Wrong size on UBP_SayCondition_IsStealCarCrime_C"); \ + +#define DUMPER7_ASSERTS_ABP_PedestrianAnimSharingTransition__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData) == 0x0001D0, "Wrong size on ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, __NameProperty_15) == 0x000004, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::__NameProperty_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, __NameProperty_16) == 0x00000C, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::__NameProperty_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, __StructProperty_17) == 0x000018, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::__StructProperty_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, __CurveFloat_18) == 0x000038, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::__CurveFloat_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, __EnumProperty_19) == 0x000040, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::__EnumProperty_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, __EnumProperty_20) == 0x000041, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::__EnumProperty_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, __EnumProperty_21) == 0x000042, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::__EnumProperty_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, __BoolProperty_22) == 0x000043, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::__BoolProperty_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, __BlendProfile_23) == 0x000048, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::__BlendProfile_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000050, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000D0, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000110, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CopyPoseFromMesh_1) == 0x000140, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CopyPoseFromMesh_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CopyPoseFromMesh) == 0x000170, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x0001A0, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PedestrianAnimSharingTransition__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong alignment on ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedMutableData) == 0x000020, "Wrong size on ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedMutableData, __ArrayProperty) == 0x000008, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedMutableData::__ArrayProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedMutableData, __BoolProperty_0) == 0x000018, "Member 'ABP_PedestrianAnimSharingTransition::FAnimBlueprintGeneratedMutableData::__BoolProperty_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_PedestrianAnimSharingTransition_C_AnimGraph \ +static_assert(alignof(ABP_PedestrianAnimSharingTransition_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_PedestrianAnimSharingTransition_C_AnimGraph"); \ +static_assert(sizeof(ABP_PedestrianAnimSharingTransition_C_AnimGraph) == 0x000010, "Wrong size on ABP_PedestrianAnimSharingTransition_C_AnimGraph"); \ +static_assert(offsetof(ABP_PedestrianAnimSharingTransition_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_PedestrianAnimSharingTransition_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_PedestrianAnimSharingTransition_C \ +static_assert(alignof(UABP_PedestrianAnimSharingTransition_C) == 0x000010, "Wrong alignment on UABP_PedestrianAnimSharingTransition_C"); \ +static_assert(sizeof(UABP_PedestrianAnimSharingTransition_C) == 0x000750, "Wrong size on UABP_PedestrianAnimSharingTransition_C"); \ +static_assert(offsetof(UABP_PedestrianAnimSharingTransition_C, __AnimBlueprintMutables) == 0x000400, "Member 'UABP_PedestrianAnimSharingTransition_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_PedestrianAnimSharingTransition_C, AnimBlueprintExtension_PropertyAccess) == 0x000420, "Member 'UABP_PedestrianAnimSharingTransition_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_PedestrianAnimSharingTransition_C, AnimBlueprintExtension_Base) == 0x000428, "Member 'UABP_PedestrianAnimSharingTransition_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_PedestrianAnimSharingTransition_C, AnimGraphNode_Root) == 0x000430, "Member 'UABP_PedestrianAnimSharingTransition_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_PedestrianAnimSharingTransition_C, AnimGraphNode_CopyPoseFromMesh_1) == 0x000450, "Member 'UABP_PedestrianAnimSharingTransition_C::AnimGraphNode_CopyPoseFromMesh_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_PedestrianAnimSharingTransition_C, AnimGraphNode_CopyPoseFromMesh) == 0x0005A8, "Member 'UABP_PedestrianAnimSharingTransition_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(UABP_PedestrianAnimSharingTransition_C, AnimGraphNode_BlendListByBool) == 0x000700, "Member 'UABP_PedestrianAnimSharingTransition_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_IntentCondition_IsHitCrime_C_Evaluate \ +static_assert(alignof(BP_IntentCondition_IsHitCrime_C_Evaluate) == 0x000008, "Wrong alignment on BP_IntentCondition_IsHitCrime_C_Evaluate"); \ +static_assert(sizeof(BP_IntentCondition_IsHitCrime_C_Evaluate) == 0x000030, "Wrong size on BP_IntentCondition_IsHitCrime_C_Evaluate"); \ +static_assert(offsetof(BP_IntentCondition_IsHitCrime_C_Evaluate, Character) == 0x000000, "Member 'BP_IntentCondition_IsHitCrime_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_IntentCondition_IsHitCrime_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_IntentCondition_IsHitCrime_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_IntentCondition_IsHitCrime_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_IntentCondition_IsHitCrime_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IntentCondition_IsHitCrime_C_Evaluate, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'BP_IntentCondition_IsHitCrime_C_Evaluate::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IntentCondition_IsHitCrime_C_Evaluate, CallFunc_GetEnforcementFaction_ReturnValue) == 0x000020, "Member 'BP_IntentCondition_IsHitCrime_C_Evaluate::CallFunc_GetEnforcementFaction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IntentCondition_IsHitCrime_C_Evaluate, CallFunc_IsActive_ReturnValue) == 0x000028, "Member 'BP_IntentCondition_IsHitCrime_C_Evaluate::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IntentCondition_IsHitCrime_C_Evaluate, CallFunc_GetCrimeType_ReturnValue) == 0x000029, "Member 'BP_IntentCondition_IsHitCrime_C_Evaluate::CallFunc_GetCrimeType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IntentCondition_IsHitCrime_C_Evaluate, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002A, "Member 'BP_IntentCondition_IsHitCrime_C_Evaluate::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_IntentCondition_IsHitCrime_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_IntentCondition_IsHitCrime_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_IntentCondition_IsHitCrime_C \ +static_assert(alignof(UBP_IntentCondition_IsHitCrime_C) == 0x000008, "Wrong alignment on UBP_IntentCondition_IsHitCrime_C"); \ +static_assert(sizeof(UBP_IntentCondition_IsHitCrime_C) == 0x000030, "Wrong size on UBP_IntentCondition_IsHitCrime_C"); \ + +#define DUMPER7_ASSERTS_CJCM_DialogueZoomIn_C_BlueprintEnterTransition \ +static_assert(alignof(CJCM_DialogueZoomIn_C_BlueprintEnterTransition) == 0x000008, "Wrong alignment on CJCM_DialogueZoomIn_C_BlueprintEnterTransition"); \ +static_assert(sizeof(CJCM_DialogueZoomIn_C_BlueprintEnterTransition) == 0x0000D0, "Wrong size on CJCM_DialogueZoomIn_C_BlueprintEnterTransition"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintEnterTransition, InCameraContext) == 0x000000, "Member 'CJCM_DialogueZoomIn_C_BlueprintEnterTransition::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintEnterTransition, OutCameraContext) == 0x000068, "Member 'CJCM_DialogueZoomIn_C_BlueprintEnterTransition::OutCameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_DialogueZoomIn_C_Timer \ +static_assert(alignof(CJCM_DialogueZoomIn_C_Timer) == 0x000008, "Wrong alignment on CJCM_DialogueZoomIn_C_Timer"); \ +static_assert(sizeof(CJCM_DialogueZoomIn_C_Timer) == 0x000090, "Wrong size on CJCM_DialogueZoomIn_C_Timer"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, Delta) == 0x000000, "Member 'CJCM_DialogueZoomIn_C_Timer::Delta' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, ShouldStartTimer_) == 0x000008, "Member 'CJCM_DialogueZoomIn_C_Timer::ShouldStartTimer_' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CanTransition) == 0x000009, "Member 'CJCM_DialogueZoomIn_C_Timer::CanTransition' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, K2Node_DynamicCast_AsBP_UE4_Player_Character) == 0x000018, "Member 'CJCM_DialogueZoomIn_C_Timer::K2Node_DynamicCast_AsBP_UE4_Player_Character' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'CJCM_DialogueZoomIn_C_Timer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_GetPlayerCameraInput_CameraTurnMouse) == 0x000028, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_GetPlayerCameraInput_CameraTurnMouse' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_GetPlayerCameraInput_CameraTurnJoystick) == 0x000038, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_GetPlayerCameraInput_CameraTurnJoystick' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_BreakVector2D_X) == 0x000048, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000058, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000060, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_FClamp_ReturnValue) == 0x000068, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_EqualEqual_DoubleDouble_ReturnValue_1) == 0x000070, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_EqualEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_BooleanAND_ReturnValue) == 0x000071, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_BreakVector2D_X_1) == 0x000078, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_BreakVector2D_Y_1) == 0x000080, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_EqualEqual_DoubleDouble_ReturnValue_2) == 0x000088, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_EqualEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_EqualEqual_DoubleDouble_ReturnValue_3) == 0x000089, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_EqualEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_BooleanAND_ReturnValue_1) == 0x00008A, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00008B, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_BooleanAND_ReturnValue_2) == 0x00008C, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_Not_PreBool_ReturnValue) == 0x00008D, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_Timer, CallFunc_BooleanAND_ReturnValue_3) == 0x00008E, "Member 'CJCM_DialogueZoomIn_C_Timer::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_DialogueZoomIn_C_BlueprintModifyCamera \ +static_assert(alignof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera) == 0x000008, "Wrong alignment on CJCM_DialogueZoomIn_C_BlueprintModifyCamera"); \ +static_assert(sizeof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera) == 0x000160, "Wrong size on CJCM_DialogueZoomIn_C_BlueprintModifyCamera"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, InCameraContext) == 0x000000, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, OutCameraContext) == 0x000068, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::OutCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_GetPlayingInstance_ReturnValue) == 0x0000D0, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_GetDialogueComponent_ReturnValue) == 0x0000D8, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_GetDialogueComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_GetConversationTarget_ReturnValue) == 0x0000E8, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_GetConversationTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_IsValid_ReturnValue) == 0x0000F0, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x0000F8, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_GetDistanceTo_ReturnValue) == 0x000100, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000104, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_Timer_CanTransition) == 0x000105, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_Timer_CanTransition' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue) == 0x000108, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_1) == 0x000110, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_2) == 0x000118, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_ReturnValue) == 0x000120, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_Timer_Delta_ImplicitCast) == 0x000128, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_Timer_Delta_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000130, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000138, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_SetBoomLength_Length_ImplicitCast) == 0x000140, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_SetBoomLength_Length_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_InRange_FloatFloat_Value_ImplicitCast) == 0x000148, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_InRange_FloatFloat_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_Target_ImplicitCast) == 0x000150, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_Target_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_Stiffness_ImplicitCast) == 0x000154, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_Stiffness_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueZoomIn_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_TargetVelocityAmount_ImplicitCast) == 0x000158, "Member 'CJCM_DialogueZoomIn_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_TargetVelocityAmount_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_DialogueZoomIn_C \ +static_assert(alignof(UCJCM_DialogueZoomIn_C) == 0x000008, "Wrong alignment on UCJCM_DialogueZoomIn_C"); \ +static_assert(sizeof(UCJCM_DialogueZoomIn_C) == 0x000078, "Wrong size on UCJCM_DialogueZoomIn_C"); \ +static_assert(offsetof(UCJCM_DialogueZoomIn_C, Bypass) == 0x000030, "Member 'UCJCM_DialogueZoomIn_C::Bypass' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueZoomIn_C, MinDistanceFromTheTarget) == 0x000038, "Member 'UCJCM_DialogueZoomIn_C::MinDistanceFromTheTarget' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueZoomIn_C, MaxDistanceFromTheTarget) == 0x000040, "Member 'UCJCM_DialogueZoomIn_C::MaxDistanceFromTheTarget' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueZoomIn_C, TimeSinceExternalRotation) == 0x000048, "Member 'UCJCM_DialogueZoomIn_C::TimeSinceExternalRotation' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueZoomIn_C, ExternalRotationOverrideTime) == 0x000050, "Member 'UCJCM_DialogueZoomIn_C::ExternalRotationOverrideTime' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueZoomIn_C, CurrentCameraMultiplier) == 0x000058, "Member 'UCJCM_DialogueZoomIn_C::CurrentCameraMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueZoomIn_C, CameraDistanceMultiplier) == 0x000060, "Member 'UCJCM_DialogueZoomIn_C::CameraDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueZoomIn_C, Spring_State) == 0x000068, "Member 'UCJCM_DialogueZoomIn_C::Spring_State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag023_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Standalone02_200x200_Destr_C_BndEvt__BP_Trash_Standalone02_200x200_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr \ +static_assert(alignof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr) == 0x000008, "Wrong alignment on BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr"); \ +static_assert(sizeof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr) == 0x000620, "Wrong size on BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, EntryPoint) == 0x000000, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, Temp_struct_Variable) == 0x000008, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_HitComponent) == 0x000018, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_OtherActor) == 0x000020, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_OtherComp) == 0x000028, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000030, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_Hit) == 0x000048, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_HitComponent_1) == 0x000148, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000150, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000158, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_NormalImpulse_1) == 0x000160, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_NormalImpulse_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_Hit_1) == 0x000178, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_Hit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_DynamicCast_AsCJVehicle) == 0x000278, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_DynamicCast_AsCJVehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_DynamicCast_bSuccess) == 0x000280, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_DynamicCast_AsCJVehicle_1) == 0x000288, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_DynamicCast_AsCJVehicle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_DynamicCast_bSuccess_1) == 0x000290, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_GetVelocity_ReturnValue) == 0x000298, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_GetVelocity_ReturnValue_1) == 0x0002B0, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0002C8, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0002E0, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002E8, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000300, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_HitComponent_2) == 0x000308, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_HitComponent_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000310, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000318, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_NormalImpulse_2) == 0x000320, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_NormalImpulse_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_Hit_2) == 0x000338, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_Hit_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_DynamicCast_AsCJVehicle_2) == 0x000438, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_DynamicCast_AsCJVehicle_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_DynamicCast_bSuccess_2) == 0x000440, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_GetVelocity_ReturnValue_2) == 0x000448, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_GetVelocity_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000460, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_HitComponent_3) == 0x000478, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_HitComponent_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_OtherActor_3) == 0x000480, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_OtherComp_3) == 0x000488, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_NormalImpulse_3) == 0x000490, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_NormalImpulse_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_ComponentBoundEvent_Hit_3) == 0x0004A8, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_ComponentBoundEvent_Hit_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x0005A8, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_DynamicCast_AsCJVehicle_3) == 0x0005B0, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_DynamicCast_AsCJVehicle_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, K2Node_DynamicCast_bSuccess_3) == 0x0005B8, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_GetVelocity_ReturnValue_3) == 0x0005C0, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_GetVelocity_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0005D8, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_3) == 0x0005F0, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, Temp_delegate_Variable) == 0x0005F8, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, Temp_object_Variable) == 0x000608, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr, CallFunc_CJPostEventOnComponent_ReturnValue) == 0x000618, "Member 'BP_Trash_Standalone02_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone02_200x200_Destr::CallFunc_CJPostEventOnComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Trash_Standalone02_200x200_Destr_C \ +static_assert(alignof(ABP_Trash_Standalone02_200x200_Destr_C) == 0x000008, "Wrong alignment on ABP_Trash_Standalone02_200x200_Destr_C"); \ +static_assert(sizeof(ABP_Trash_Standalone02_200x200_Destr_C) == 0x000348, "Wrong size on ABP_Trash_Standalone02_200x200_Destr_C"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, UberGraphFrame_BP_Trash_Standalone02_200x200_Destr_C) == 0x0002C8, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::UberGraphFrame_BP_Trash_Standalone02_200x200_Destr_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_TrashCardboard_030) == 0x0002D0, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_TrashCardboard_030' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_TrashBag01_TrashBag030) == 0x0002D8, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_TrashBag01_TrashBag030' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_TrashBag01_TrashBag023) == 0x0002E0, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_TrashBag01_TrashBag023' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_TrashBag01_TrashBag022) == 0x0002E8, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_TrashBag01_TrashBag022' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_TrashBag01_TrashBag021) == 0x0002F0, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_TrashBag01_TrashBag021' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_TrashBag01_TrashBag020) == 0x0002F8, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_TrashBag01_TrashBag020' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_TrashBag01_TrashBag014) == 0x000300, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_TrashBag01_TrashBag014' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_ChairFolding01_01_Folded0) == 0x000308, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_ChairFolding01_01_Folded0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_TrashBag01_TrashBag012) == 0x000310, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_TrashBag01_TrashBag012' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_TrashBag01_TrashBag011) == 0x000318, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_TrashBag01_TrashBag011' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_TrashBag01_TrashBag010) == 0x000320, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_TrashBag01_TrashBag010' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_PlasticBottles_050) == 0x000328, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_PlasticBottles_050' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_PlasticBottles_030) == 0x000330, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_PlasticBottles_030' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_PlasticBottles_020) == 0x000338, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_PlasticBottles_020' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone02_200x200_Destr_C, SM_TrashBag01_TrashBag013) == 0x000340, "Member 'ABP_Trash_Standalone02_200x200_Destr_C::SM_TrashBag01_TrashBag013' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_ElectricalKit05_C \ +static_assert(alignof(APLA_ElectricalKit05_C) == 0x000008, "Wrong alignment on APLA_ElectricalKit05_C"); \ +static_assert(sizeof(APLA_ElectricalKit05_C) == 0x000368, "Wrong size on APLA_ElectricalKit05_C"); \ +static_assert(offsetof(APLA_ElectricalKit05_C, InstancedStaticMesh2) == 0x000350, "Member 'APLA_ElectricalKit05_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_ElectricalKit05_C, InstancedStaticMesh1) == 0x000358, "Member 'APLA_ElectricalKit05_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_ElectricalKit05_C, InstancedStaticMesh) == 0x000360, "Member 'APLA_ElectricalKit05_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SayCondition_IsRobberyCrime_C_Evaluate \ +static_assert(alignof(BP_SayCondition_IsRobberyCrime_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCondition_IsRobberyCrime_C_Evaluate"); \ +static_assert(sizeof(BP_SayCondition_IsRobberyCrime_C_Evaluate) == 0x000030, "Wrong size on BP_SayCondition_IsRobberyCrime_C_Evaluate"); \ +static_assert(offsetof(BP_SayCondition_IsRobberyCrime_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCondition_IsRobberyCrime_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsRobberyCrime_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCondition_IsRobberyCrime_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsRobberyCrime_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCondition_IsRobberyCrime_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsRobberyCrime_C_Evaluate, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'BP_SayCondition_IsRobberyCrime_C_Evaluate::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsRobberyCrime_C_Evaluate, CallFunc_GetEnforcementFaction_ReturnValue) == 0x000020, "Member 'BP_SayCondition_IsRobberyCrime_C_Evaluate::CallFunc_GetEnforcementFaction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsRobberyCrime_C_Evaluate, CallFunc_IsActive_ReturnValue) == 0x000028, "Member 'BP_SayCondition_IsRobberyCrime_C_Evaluate::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsRobberyCrime_C_Evaluate, CallFunc_GetCrimeType_ReturnValue) == 0x000029, "Member 'BP_SayCondition_IsRobberyCrime_C_Evaluate::CallFunc_GetCrimeType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsRobberyCrime_C_Evaluate, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002A, "Member 'BP_SayCondition_IsRobberyCrime_C_Evaluate::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCondition_IsRobberyCrime_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_SayCondition_IsRobberyCrime_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCondition_IsRobberyCrime_C \ +static_assert(alignof(UBP_SayCondition_IsRobberyCrime_C) == 0x000008, "Wrong alignment on UBP_SayCondition_IsRobberyCrime_C"); \ +static_assert(sizeof(UBP_SayCondition_IsRobberyCrime_C) == 0x000030, "Wrong size on UBP_SayCondition_IsRobberyCrime_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_MaxDistance1_C_Evaluate \ +static_assert(alignof(BP_SayCond_MaxDistance1_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_MaxDistance1_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_MaxDistance1_C_Evaluate) == 0x000030, "Wrong size on BP_SayCond_MaxDistance1_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_MaxDistance1_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_MaxDistance1_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MaxDistance1_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_MaxDistance1_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MaxDistance1_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_MaxDistance1_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MaxDistance1_C_Evaluate, CallFunc_GetPlayingInstance_ReturnValue) == 0x000018, "Member 'BP_SayCond_MaxDistance1_C_Evaluate::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MaxDistance1_C_Evaluate, CallFunc_GetDistanceTo_ReturnValue) == 0x000020, "Member 'BP_SayCond_MaxDistance1_C_Evaluate::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MaxDistance1_C_Evaluate, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000024, "Member 'BP_SayCond_MaxDistance1_C_Evaluate::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_MaxDistance1_C_Evaluate, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000028, "Member 'BP_SayCond_MaxDistance1_C_Evaluate::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_MaxDistance1_C \ +static_assert(alignof(UBP_SayCond_MaxDistance1_C) == 0x000008, "Wrong alignment on UBP_SayCond_MaxDistance1_C"); \ +static_assert(sizeof(UBP_SayCond_MaxDistance1_C) == 0x000030, "Wrong size on UBP_SayCond_MaxDistance1_C"); \ + +#define DUMPER7_ASSERTS_BP_SayCond_Escaping_C_Evaluate \ +static_assert(alignof(BP_SayCond_Escaping_C_Evaluate) == 0x000008, "Wrong alignment on BP_SayCond_Escaping_C_Evaluate"); \ +static_assert(sizeof(BP_SayCond_Escaping_C_Evaluate) == 0x000030, "Wrong size on BP_SayCond_Escaping_C_Evaluate"); \ +static_assert(offsetof(BP_SayCond_Escaping_C_Evaluate, Character) == 0x000000, "Member 'BP_SayCond_Escaping_C_Evaluate::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Escaping_C_Evaluate, SourceCharacter) == 0x000008, "Member 'BP_SayCond_Escaping_C_Evaluate::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Escaping_C_Evaluate, ReturnValue) == 0x000010, "Member 'BP_SayCond_Escaping_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Escaping_C_Evaluate, CallFunc_GetPlayingInstance_ReturnValue) == 0x000018, "Member 'BP_SayCond_Escaping_C_Evaluate::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Escaping_C_Evaluate, CallFunc_GetHorizontalDotProductTo_ReturnValue) == 0x000020, "Member 'BP_SayCond_Escaping_C_Evaluate::CallFunc_GetHorizontalDotProductTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Escaping_C_Evaluate, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000024, "Member 'BP_SayCond_Escaping_C_Evaluate::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SayCond_Escaping_C_Evaluate, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000028, "Member 'BP_SayCond_Escaping_C_Evaluate::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SayCond_Escaping_C \ +static_assert(alignof(UBP_SayCond_Escaping_C) == 0x000008, "Wrong alignment on UBP_SayCond_Escaping_C"); \ +static_assert(sizeof(UBP_SayCond_Escaping_C) == 0x000030, "Wrong size on UBP_SayCond_Escaping_C"); \ + +#define DUMPER7_ASSERTS_UPDA_Objective_Talk_C \ +static_assert(alignof(UPDA_Objective_Talk_C) == 0x000008, "Wrong alignment on UPDA_Objective_Talk_C"); \ +static_assert(sizeof(UPDA_Objective_Talk_C) == 0x000130, "Wrong size on UPDA_Objective_Talk_C"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, bShouldTriggerWantedOnStart_) == 0x000030, "Member 'UPDA_Objective_Talk_C::bShouldTriggerWantedOnStart_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, OnStartCrime) == 0x000038, "Member 'UPDA_Objective_Talk_C::OnStartCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, bShouldTriggerWantedOnSuccess_) == 0x000058, "Member 'UPDA_Objective_Talk_C::bShouldTriggerWantedOnSuccess_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, bBlockSucessOnWanted_) == 0x000059, "Member 'UPDA_Objective_Talk_C::bBlockSucessOnWanted_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, bRequiresVehicleForSuccess_) == 0x00005A, "Member 'UPDA_Objective_Talk_C::bRequiresVehicleForSuccess_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, TimeLimit) == 0x000060, "Member 'UPDA_Objective_Talk_C::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, MaxDistanceToTarget) == 0x000068, "Member 'UPDA_Objective_Talk_C::MaxDistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, bIsWanted) == 0x000070, "Member 'UPDA_Objective_Talk_C::bIsWanted' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, MapMarkerDisplayDistance) == 0x000078, "Member 'UPDA_Objective_Talk_C::MapMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, Area_MarkerDisplayDistance) == 0x000080, "Member 'UPDA_Objective_Talk_C::Area_MarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, AreaMarkerRadius) == 0x000088, "Member 'UPDA_Objective_Talk_C::AreaMarkerRadius' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, OnSuccessCrime) == 0x000090, "Member 'UPDA_Objective_Talk_C::OnSuccessCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, OnSuccessWorldState) == 0x0000B0, "Member 'UPDA_Objective_Talk_C::OnSuccessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, OnFailWorldState) == 0x0000C0, "Member 'UPDA_Objective_Talk_C::OnFailWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, SucessWorldState) == 0x0000D0, "Member 'UPDA_Objective_Talk_C::SucessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, CharacterLocationReference) == 0x0000E8, "Member 'UPDA_Objective_Talk_C::CharacterLocationReference' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, CompletionDelay) == 0x000110, "Member 'UPDA_Objective_Talk_C::CompletionDelay' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, MaxDistanceToTargetsOnPath) == 0x000118, "Member 'UPDA_Objective_Talk_C::MaxDistanceToTargetsOnPath' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Talk_C, OnSuccessWorldStateNamedInt) == 0x000120, "Member 'UPDA_Objective_Talk_C::OnSuccessWorldStateNamedInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ResumeFlow_C_PostLineExecute \ +static_assert(alignof(BP_ResumeFlow_C_PostLineExecute) == 0x000008, "Wrong alignment on BP_ResumeFlow_C_PostLineExecute"); \ +static_assert(sizeof(BP_ResumeFlow_C_PostLineExecute) == 0x000018, "Wrong size on BP_ResumeFlow_C_PostLineExecute"); \ +static_assert(offsetof(BP_ResumeFlow_C_PostLineExecute, Character) == 0x000000, "Member 'BP_ResumeFlow_C_PostLineExecute::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_ResumeFlow_C_PostLineExecute, SourceCharacter) == 0x000008, "Member 'BP_ResumeFlow_C_PostLineExecute::SourceCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_ResumeFlow_C_PostLineExecute, CallFunc_ResumeFlow_ReturnValue) == 0x000010, "Member 'BP_ResumeFlow_C_PostLineExecute::CallFunc_ResumeFlow_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ResumeFlow_C \ +static_assert(alignof(UBP_ResumeFlow_C) == 0x000008, "Wrong alignment on UBP_ResumeFlow_C"); \ +static_assert(sizeof(UBP_ResumeFlow_C) == 0x000030, "Wrong size on UBP_ResumeFlow_C"); \ + +#define DUMPER7_ASSERTS_FSPivotStateInfo \ +static_assert(alignof(FSPivotStateInfo) == 0x000008, "Wrong alignment on FSPivotStateInfo"); \ +static_assert(sizeof(FSPivotStateInfo) == 0x000048, "Wrong size on FSPivotStateInfo"); \ +static_assert(offsetof(FSPivotStateInfo, ReachedPivotOutPoint_1_4A0A035F4F5960C02C9F01A654C6354A) == 0x000000, "Member 'FSPivotStateInfo::ReachedPivotOutPoint_1_4A0A035F4F5960C02C9F01A654C6354A' has a wrong offset!"); \ +static_assert(offsetof(FSPivotStateInfo, PivotSyncFromTime_31_7174DB504F8918D868588D8E63E8EC1A) == 0x000008, "Member 'FSPivotStateInfo::PivotSyncFromTime_31_7174DB504F8918D868588D8E63E8EC1A' has a wrong offset!"); \ +static_assert(offsetof(FSPivotStateInfo, PivotPhaseTimer_35_7C7EDAAC4F288C0EC798A18DA254854B) == 0x000010, "Member 'FSPivotStateInfo::PivotPhaseTimer_35_7C7EDAAC4F288C0EC798A18DA254854B' has a wrong offset!"); \ +static_assert(offsetof(FSPivotStateInfo, StrideWarpingAlpha_8_422E5B7A4E7E5852A77EFAA5BB6675B9) == 0x000018, "Member 'FSPivotStateInfo::StrideWarpingAlpha_8_422E5B7A4E7E5852A77EFAA5BB6675B9' has a wrong offset!"); \ +static_assert(offsetof(FSPivotStateInfo, StartTimestamp_13_9ED434D84207CC39EDA0F291C980117F) == 0x000020, "Member 'FSPivotStateInfo::StartTimestamp_13_9ED434D84207CC39EDA0F291C980117F' has a wrong offset!"); \ +static_assert(offsetof(FSPivotStateInfo, RepivotInterrupted_17_14E099EB42328FBEEA03ECBA5B44E5CA) == 0x000028, "Member 'FSPivotStateInfo::RepivotInterrupted_17_14E099EB42328FBEEA03ECBA5B44E5CA' has a wrong offset!"); \ +static_assert(offsetof(FSPivotStateInfo, LastValidDistanceToPivot_30_1BECE0BC4776FC327E54F999EC7B9E91) == 0x000030, "Member 'FSPivotStateInfo::LastValidDistanceToPivot_30_1BECE0BC4776FC327E54F999EC7B9E91' has a wrong offset!"); \ +static_assert(offsetof(FSPivotStateInfo, PhaseInPlayRateClamp_34_7683CC51446438D05F572D9723EDDC92) == 0x000038, "Member 'FSPivotStateInfo::PhaseInPlayRateClamp_34_7683CC51446438D05F572D9723EDDC92' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_Objective_Reach_C \ +static_assert(alignof(UPDA_Objective_Reach_C) == 0x000008, "Wrong alignment on UPDA_Objective_Reach_C"); \ +static_assert(sizeof(UPDA_Objective_Reach_C) == 0x000180, "Wrong size on UPDA_Objective_Reach_C"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, bShouldTriggerWantedOnStart_) == 0x000030, "Member 'UPDA_Objective_Reach_C::bShouldTriggerWantedOnStart_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, OnStartCrime) == 0x000038, "Member 'UPDA_Objective_Reach_C::OnStartCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, bShouldTriggerWantedOnSuccess_) == 0x000058, "Member 'UPDA_Objective_Reach_C::bShouldTriggerWantedOnSuccess_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, LocationToReach) == 0x000060, "Member 'UPDA_Objective_Reach_C::LocationToReach' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, SucessRange) == 0x000068, "Member 'UPDA_Objective_Reach_C::SucessRange' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, bInvertToLeave_) == 0x000070, "Member 'UPDA_Objective_Reach_C::bInvertToLeave_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, bBlockSucessOnWanted_) == 0x000071, "Member 'UPDA_Objective_Reach_C::bBlockSucessOnWanted_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, bRequiresVehicleForSuccess_) == 0x000072, "Member 'UPDA_Objective_Reach_C::bRequiresVehicleForSuccess_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, TimeLimit) == 0x000078, "Member 'UPDA_Objective_Reach_C::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, MaxDistanceToTarget) == 0x000080, "Member 'UPDA_Objective_Reach_C::MaxDistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, bIsWanted) == 0x000088, "Member 'UPDA_Objective_Reach_C::bIsWanted' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, bLeftVehicle) == 0x000089, "Member 'UPDA_Objective_Reach_C::bLeftVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, bBrokenVehicle) == 0x00008A, "Member 'UPDA_Objective_Reach_C::bBrokenVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, MapMarkerDisplayDistance) == 0x000090, "Member 'UPDA_Objective_Reach_C::MapMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, HudMarkerDisplayDistance) == 0x000098, "Member 'UPDA_Objective_Reach_C::HudMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, OnSuccessCrime) == 0x0000A0, "Member 'UPDA_Objective_Reach_C::OnSuccessCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, OnSuccessWorldState) == 0x0000C0, "Member 'UPDA_Objective_Reach_C::OnSuccessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, OnFailWorldState) == 0x0000D0, "Member 'UPDA_Objective_Reach_C::OnFailWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, SpeedLimit) == 0x0000E0, "Member 'UPDA_Objective_Reach_C::SpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, TimeRequiredBelowSpeedLimit) == 0x0000E8, "Member 'UPDA_Objective_Reach_C::TimeRequiredBelowSpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, VehicleControlLockTime) == 0x0000F0, "Member 'UPDA_Objective_Reach_C::VehicleControlLockTime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, bShowObjectiveProgress) == 0x0000F8, "Member 'UPDA_Objective_Reach_C::bShowObjectiveProgress' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, InRangeProgressMessage) == 0x000100, "Member 'UPDA_Objective_Reach_C::InRangeProgressMessage' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, InSpeedAndRangeProgressMessage) == 0x000110, "Member 'UPDA_Objective_Reach_C::InSpeedAndRangeProgressMessage' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, OnSuccessWorldStateNamedInt) == 0x000120, "Member 'UPDA_Objective_Reach_C::OnSuccessWorldStateNamedInt' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, bRequiresSpecificVehicle_) == 0x000130, "Member 'UPDA_Objective_Reach_C::bRequiresSpecificVehicle_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, SpecificVehicleIdentifier) == 0x000138, "Member 'UPDA_Objective_Reach_C::SpecificVehicleIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, bRequiresVehicleUsedAtObjectiveStart) == 0x000160, "Member 'UPDA_Objective_Reach_C::bRequiresVehicleUsedAtObjectiveStart' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, bRequiresSpecificPassenger_) == 0x000161, "Member 'UPDA_Objective_Reach_C::bRequiresSpecificPassenger_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, PassengerNPCWorldStateIdentifier) == 0x000168, "Member 'UPDA_Objective_Reach_C::PassengerNPCWorldStateIdentifier' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Reach_C, RequiredPassengerCount) == 0x000178, "Member 'UPDA_Objective_Reach_C::RequiredPassengerCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value \ +static_assert(alignof(BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value) == 0x000008, "Wrong alignment on BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value"); \ +static_assert(sizeof(BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value) == 0x000030, "Wrong size on BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value, CurveValue) == 0x000000, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value, __WorldContext) == 0x000008, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value, Result) == 0x000010, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value, WorkingCycleGait) == 0x000011, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value::WorkingCycleGait' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value, CallFunc_FMax_ReturnValue) == 0x000018, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value, CallFunc_Round_ReturnValue) == 0x000028, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value, CallFunc_Conv_IntToByte_ReturnValue) == 0x00002C, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value, CallFunc_GetValidValue_ReturnValue) == 0x00002D, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_from_Curve_Value::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info \ +static_assert(alignof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info) == 0x000008, "Wrong alignment on BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info"); \ +static_assert(sizeof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info) == 0x000180, "Wrong size on BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, FootPhaseSyncPos) == 0x000000, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::FootPhaseSyncPos' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CycleGait) == 0x000014, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CycleGait' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CycleGaitStops) == 0x000018, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CycleGaitStops' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, SyncWindowName) == 0x000028, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::SyncWindowName' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, DebugReportResults) == 0x000030, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::DebugReportResults' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, PhaseInTime) == 0x000038, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::PhaseInTime' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, DistanceCurveName) == 0x000040, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::DistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, StopDistance) == 0x000048, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::StopDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, MaxDistanceTimeBehindPhaseIn) == 0x000050, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::MaxDistanceTimeBehindPhaseIn' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, __WorldContext) == 0x000058, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, Result) == 0x000060, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, ResultPlayRateClamp) == 0x000070, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::ResultPlayRateClamp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, StopPlayRateClamp) == 0x000080, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::StopPlayRateClamp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, StopSyncInfo) == 0x000090, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::StopSyncInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, Temp_bool_True_if_break_was_hit_Variable) == 0x0000A0, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, Temp_int_Array_Index_Variable) == 0x0000A4, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_Not_PreBool_ReturnValue) == 0x0000A8, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_Array_Length_ReturnValue) == 0x0000D0, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D4, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_SyncResult) == 0x0000D8, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_SyncResult' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_PhaseInPlayRateClamp) == 0x0000E8, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_PhaseInPlayRateClamp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000F8, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, K2Node_MakeStruct_MarkerSyncAnimPosition) == 0x000100, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::K2Node_MakeStruct_MarkerSyncAnimPosition' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_SyncResult_1) == 0x000118, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_SyncResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_PhaseInPlayRateClamp_1) == 0x000128, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_PhaseInPlayRateClamp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, K2Node_MakeStruct_AnimSyncResult) == 0x000138, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::K2Node_MakeStruct_AnimSyncResult' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, Temp_int_Loop_Counter_Variable) == 0x000148, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_Less_IntInt_ReturnValue) == 0x00014C, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_Add_IntInt_ReturnValue) == 0x000150, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_BooleanAND_ReturnValue) == 0x000154, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_MaxDistanceTimeBehindPhaseIn_ImplicitCast) == 0x000158, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_MaxDistanceTimeBehindPhaseIn_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_MaxDistanceTimeBehindPhaseIn_ImplicitCast_1) == 0x00015C, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_MaxDistanceTimeBehindPhaseIn_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_PhaseCorrectionTime_ImplicitCast) == 0x000160, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_PhaseCorrectionTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_PhaseCorrectionTime_ImplicitCast_1) == 0x000164, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_PhaseCorrectionTime_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_DistanceValue_ImplicitCast) == 0x000168, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_DistanceValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_DistanceValue_ImplicitCast_1) == 0x00016C, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_GetAnimSequenceWithDistanceSyncTransitionWindow_DistanceValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000170, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info, K2Node_MakeStruct_PositionBetweenMarkers_ImplicitCast) == 0x000178, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Stop_Sync_Info::K2Node_MakeStruct_PositionBetweenMarkers_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info \ +static_assert(alignof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info) == 0x000008, "Wrong alignment on BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info"); \ +static_assert(sizeof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info) == 0x000108, "Wrong size on BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, FootPhaseSyncPos) == 0x000000, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::FootPhaseSyncPos' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, FromCycleGait) == 0x000014, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::FromCycleGait' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, ToCycleGait) == 0x000015, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::ToCycleGait' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CycleGaitTransitions) == 0x000018, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CycleGaitTransitions' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, SyncWindowName) == 0x000028, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::SyncWindowName' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, DebugReportResults) == 0x000030, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::DebugReportResults' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, __WorldContext) == 0x000038, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, Result) == 0x000040, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, TransitionSyncInfo) == 0x000050, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::TransitionSyncInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, Temp_bool_True_if_break_was_hit_Variable) == 0x000060, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, Temp_int_Array_Index_Variable) == 0x000064, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, K2Node_MakeStruct_MarkerSyncAnimPosition) == 0x00007C, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::K2Node_MakeStruct_MarkerSyncAnimPosition' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, K2Node_MakeStruct_AnimSyncResult) == 0x000098, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::K2Node_MakeStruct_AnimSyncResult' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_GetAnimSequenceWithSyncTransitionWindow_SyncResult) == 0x0000C8, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_GetAnimSequenceWithSyncTransitionWindow_SyncResult' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_Less_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_BooleanAND_ReturnValue) == 0x0000D9, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_GetAnimSequenceWithSyncTransitionWindow_SyncResult_1) == 0x0000E0, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_GetAnimSequenceWithSyncTransitionWindow_SyncResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000F0, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000F1, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_BooleanAND_ReturnValue_1) == 0x0000F2, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x0000F8, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info, K2Node_MakeStruct_PositionBetweenMarkers_ImplicitCast) == 0x000100, "Member 'BP_AnimUtility_C_Get_Cycle_Gait_Transition_Sync_Info::K2Node_MakeStruct_PositionBetweenMarkers_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimUtility_C_GetCurveValueFromCycleGait \ +static_assert(alignof(BP_AnimUtility_C_GetCurveValueFromCycleGait) == 0x000008, "Wrong alignment on BP_AnimUtility_C_GetCurveValueFromCycleGait"); \ +static_assert(sizeof(BP_AnimUtility_C_GetCurveValueFromCycleGait) == 0x000030, "Wrong size on BP_AnimUtility_C_GetCurveValueFromCycleGait"); \ +static_assert(offsetof(BP_AnimUtility_C_GetCurveValueFromCycleGait, CycleGait) == 0x000000, "Member 'BP_AnimUtility_C_GetCurveValueFromCycleGait::CycleGait' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_GetCurveValueFromCycleGait, __WorldContext) == 0x000008, "Member 'BP_AnimUtility_C_GetCurveValueFromCycleGait::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_GetCurveValueFromCycleGait, Result) == 0x000010, "Member 'BP_AnimUtility_C_GetCurveValueFromCycleGait::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_GetCurveValueFromCycleGait, WorkingCurveValue) == 0x000018, "Member 'BP_AnimUtility_C_GetCurveValueFromCycleGait::WorkingCurveValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_GetCurveValueFromCycleGait, CallFunc_Conv_ByteToDouble_ReturnValue) == 0x000020, "Member 'BP_AnimUtility_C_GetCurveValueFromCycleGait::CallFunc_Conv_ByteToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_GetCurveValueFromCycleGait, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_AnimUtility_C_GetCurveValueFromCycleGait::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimUtility_C_Process_Turn_Yaw_Curve \ +static_assert(alignof(BP_AnimUtility_C_Process_Turn_Yaw_Curve) == 0x000008, "Wrong alignment on BP_AnimUtility_C_Process_Turn_Yaw_Curve"); \ +static_assert(sizeof(BP_AnimUtility_C_Process_Turn_Yaw_Curve) == 0x000078, "Wrong size on BP_AnimUtility_C_Process_Turn_Yaw_Curve"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, TurnYawCurveInfo) == 0x000000, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::TurnYawCurveInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, AnimInstance) == 0x000008, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, Local_Last_Wanted_Direction_Angle) == 0x000010, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::Local_Last_Wanted_Direction_Angle' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, __WorldContext) == 0x000018, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, PreviousTurnYawCurveValue) == 0x000020, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::PreviousTurnYawCurveValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, UpdateAnimDrivenRotationDelta) == 0x000028, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::UpdateAnimDrivenRotationDelta' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, AnimDrivenRotationDelta) == 0x00002C, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::AnimDrivenRotationDelta' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, PreviousYawTurnValue) == 0x000030, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::PreviousYawTurnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, CallFunc_GetCurveValue_ReturnValue) == 0x000038, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, CallFunc_GetCurveValue_ReturnValue_1) == 0x00003C, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000049, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, CallFunc_CalculateAnimDrivenTurnYawDelta_ReturnValue) == 0x00004C, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::CallFunc_CalculateAnimDrivenTurnYawDelta_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000050, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, CallFunc_NearlyEqual_FloatFloat_A_ImplicitCast) == 0x000058, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::CallFunc_NearlyEqual_FloatFloat_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x000060, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, CallFunc_CalculateAnimDrivenTurnYawDelta_RemainingTurnYaw_ImplicitCast) == 0x000068, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::CallFunc_CalculateAnimDrivenTurnYawDelta_RemainingTurnYaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, CallFunc_CalculateAnimDrivenTurnYawDelta_TurnTargetAngle_ImplicitCast) == 0x00006C, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::CallFunc_CalculateAnimDrivenTurnYawDelta_TurnTargetAngle_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_Process_Turn_Yaw_Curve, CallFunc_CalculateAnimDrivenTurnYawDelta_PrevRemainingTurnYaw_ImplicitCast) == 0x000070, "Member 'BP_AnimUtility_C_Process_Turn_Yaw_Curve::CallFunc_CalculateAnimDrivenTurnYawDelta_PrevRemainingTurnYaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimUtility_C_RotationAnimInfoUpdateActiveName \ +static_assert(alignof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName) == 0x000008, "Wrong alignment on BP_AnimUtility_C_RotationAnimInfoUpdateActiveName"); \ +static_assert(sizeof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName) == 0x000068, "Wrong size on BP_AnimUtility_C_RotationAnimInfoUpdateActiveName"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, RotationAnimInfos) == 0x000000, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::RotationAnimInfos' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, ActiveName) == 0x000010, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::ActiveName' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, Angle) == 0x000018, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::Angle' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, FilterTag) == 0x000020, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::FilterTag' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, __WorldContext) == 0x000028, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, UpdatedActiveName) == 0x000030, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::UpdatedActiveName' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, CurActiveName) == 0x000038, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::CurActiveName' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, CurMatchedName) == 0x000040, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::CurMatchedName' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, CurActiveIndex) == 0x000048, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::CurActiveIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, CurMatchedIndex) == 0x00004C, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::CurMatchedIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000050, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, CallFunc_GetRotationAnimInfoIndexFromName_ReturnValue) == 0x000054, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::CallFunc_GetRotationAnimInfoIndexFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, CallFunc_IsRotationIndexInRemainActiveSegment_ReturnValue) == 0x000058, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::CallFunc_IsRotationIndexInRemainActiveSegment_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, CallFunc_GetRotationAnimInfoIndexFromAngle_ReturnValue) == 0x00005C, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::CallFunc_GetRotationAnimInfoIndexFromAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, CallFunc_IsRotationIndexInRemainActiveSegment_RotationAngle_ImplicitCast) == 0x000060, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::CallFunc_IsRotationIndexInRemainActiveSegment_RotationAngle_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_RotationAnimInfoUpdateActiveName, CallFunc_GetRotationAnimInfoIndexFromAngle_RotationAngle_ImplicitCast) == 0x000064, "Member 'BP_AnimUtility_C_RotationAnimInfoUpdateActiveName::CallFunc_GetRotationAnimInfoIndexFromAngle_RotationAngle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData \ +static_assert(alignof(BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData) == 0x000008, "Wrong alignment on BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData"); \ +static_assert(sizeof(BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData) == 0x000040, "Wrong size on BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData, CharacterMovement) == 0x000000, "Member 'BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData, AnimSequence) == 0x000008, "Member 'BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData, StatesToOverride) == 0x000010, "Member 'BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData::StatesToOverride' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData, DistanceCurveName) == 0x000014, "Member 'BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData::DistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData, OverrideName) == 0x00001C, "Member 'BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData, __WorldContext) == 0x000028, "Member 'BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData, OverrideSet) == 0x000030, "Member 'BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData::OverrideSet' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData, NewLocalVar) == 0x000034, "Member 'BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData, DataSet) == 0x000038, "Member 'BP_AnimUtility_C_SetMovementSpeedOverrideFromAnimData::DataSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimUtility_C_SetMovementSpeedProfileFromAnims \ +static_assert(alignof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims) == 0x000008, "Wrong alignment on BP_AnimUtility_C_SetMovementSpeedProfileFromAnims"); \ +static_assert(sizeof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims) == 0x000088, "Wrong size on BP_AnimUtility_C_SetMovementSpeedProfileFromAnims"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, MovementSpeedProfileId) == 0x000000, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::MovementSpeedProfileId' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, WalkAnimSequence) == 0x000008, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::WalkAnimSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, JogAnimSequence) == 0x000010, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::JogAnimSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, SprintAnimSequence) == 0x000018, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::SprintAnimSequence' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, DistanceCurveName) == 0x000020, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::DistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, CharacterMovement) == 0x000028, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, __WorldContext) == 0x000030, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, Success) == 0x000038, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, AnimSprintSpeed) == 0x000040, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::AnimSprintSpeed' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, AnimJogSpeed) == 0x000048, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::AnimJogSpeed' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, AnimWalkSpeed) == 0x000050, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::AnimWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, SpeedsSet) == 0x000058, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::SpeedsSet' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, CallFunc_CanModifyMovementSpeedProfile_ReturnValue) == 0x00005A, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::CallFunc_CanModifyMovementSpeedProfile_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, CallFunc_IsValid_ReturnValue_1) == 0x00005B, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, CallFunc_IsValid_ReturnValue_2) == 0x00005C, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, CallFunc_GetLinearSpeedFromDistanceCurve_ReturnValue) == 0x000060, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::CallFunc_GetLinearSpeedFromDistanceCurve_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, CallFunc_GetLinearSpeedFromDistanceCurve_ReturnValue_1) == 0x000064, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::CallFunc_GetLinearSpeedFromDistanceCurve_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, CallFunc_GetLinearSpeedFromDistanceCurve_ReturnValue_2) == 0x000068, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::CallFunc_GetLinearSpeedFromDistanceCurve_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, CallFunc_IsValid_ReturnValue_3) == 0x00006C, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, K2Node_VariableSet_AnimSprintSpeed_ImplicitCast) == 0x000070, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::K2Node_VariableSet_AnimSprintSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, K2Node_VariableSet_AnimJogSpeed_ImplicitCast) == 0x000078, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::K2Node_VariableSet_AnimJogSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileFromAnims, K2Node_VariableSet_AnimWalkSpeed_ImplicitCast) == 0x000080, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileFromAnims::K2Node_VariableSet_AnimWalkSpeed_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds \ +static_assert(alignof(BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds) == 0x000008, "Wrong alignment on BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds"); \ +static_assert(sizeof(BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds) == 0x000058, "Wrong size on BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds, MovementSpeedProfileId) == 0x000000, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds::MovementSpeedProfileId' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds, WalkGaitData) == 0x000008, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds::WalkGaitData' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds, JogGaitData) == 0x000018, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds::JogGaitData' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds, SprintGaitData) == 0x000028, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds::SprintGaitData' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds, DistanceCurveName) == 0x000038, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds::DistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds, CharacterMovement) == 0x000040, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds, __WorldContext) == 0x000048, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds, Success) == 0x000050, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds::Success' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds, SpeedsSet) == 0x000051, "Member 'BP_AnimUtility_C_SetMovementSpeedProfileGaitSpeeds::SpeedsSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimUtility_C_TurnYawCurveInfoReset \ +static_assert(alignof(BP_AnimUtility_C_TurnYawCurveInfoReset) == 0x000008, "Wrong alignment on BP_AnimUtility_C_TurnYawCurveInfoReset"); \ +static_assert(sizeof(BP_AnimUtility_C_TurnYawCurveInfoReset) == 0x000010, "Wrong size on BP_AnimUtility_C_TurnYawCurveInfoReset"); \ +static_assert(offsetof(BP_AnimUtility_C_TurnYawCurveInfoReset, Info) == 0x000000, "Member 'BP_AnimUtility_C_TurnYawCurveInfoReset::Info' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimUtility_C_TurnYawCurveInfoReset, __WorldContext) == 0x000008, "Member 'BP_AnimUtility_C_TurnYawCurveInfoReset::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimUtility_C \ +static_assert(alignof(UBP_AnimUtility_C) == 0x000008, "Wrong alignment on UBP_AnimUtility_C"); \ +static_assert(sizeof(UBP_AnimUtility_C) == 0x000028, "Wrong size on UBP_AnimUtility_C"); \ + +#define DUMPER7_ASSERTS_UPDA_Objective_Kill_C \ +static_assert(alignof(UPDA_Objective_Kill_C) == 0x000008, "Wrong alignment on UPDA_Objective_Kill_C"); \ +static_assert(sizeof(UPDA_Objective_Kill_C) == 0x0001D8, "Wrong size on UPDA_Objective_Kill_C"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, bBlockSucessOnWanted_) == 0x000030, "Member 'UPDA_Objective_Kill_C::bBlockSucessOnWanted_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, bRequiresVehicleForSuccess_) == 0x000031, "Member 'UPDA_Objective_Kill_C::bRequiresVehicleForSuccess_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, TimeLimit) == 0x000038, "Member 'UPDA_Objective_Kill_C::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, MaxDistanceToTarget) == 0x000040, "Member 'UPDA_Objective_Kill_C::MaxDistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, bIsWanted) == 0x000048, "Member 'UPDA_Objective_Kill_C::bIsWanted' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, bLeftVehicle) == 0x000049, "Member 'UPDA_Objective_Kill_C::bLeftVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, bBrokenVehicle) == 0x00004A, "Member 'UPDA_Objective_Kill_C::bBrokenVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, MapMarkerDisplayDistance) == 0x000050, "Member 'UPDA_Objective_Kill_C::MapMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, Area_MarkerDisplayDistance) == 0x000058, "Member 'UPDA_Objective_Kill_C::Area_MarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, AreaMarkerRadius) == 0x000060, "Member 'UPDA_Objective_Kill_C::AreaMarkerRadius' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, OnSuccessWorldState) == 0x000068, "Member 'UPDA_Objective_Kill_C::OnSuccessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, OnFailWorldState) == 0x000078, "Member 'UPDA_Objective_Kill_C::OnFailWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, SucessWorldState) == 0x000088, "Member 'UPDA_Objective_Kill_C::SucessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, LocationReference) == 0x0000A0, "Member 'UPDA_Objective_Kill_C::LocationReference' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, CharacterLocationReference) == 0x0000A8, "Member 'UPDA_Objective_Kill_C::CharacterLocationReference' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, CompletionDelay) == 0x0000D0, "Member 'UPDA_Objective_Kill_C::CompletionDelay' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, bIsMuli_KillObjective) == 0x0000D8, "Member 'UPDA_Objective_Kill_C::bIsMuli_KillObjective' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, RequiredKillsWS) == 0x0000DC, "Member 'UPDA_Objective_Kill_C::RequiredKillsWS' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, CurrentKillCountWS) == 0x0000F4, "Member 'UPDA_Objective_Kill_C::CurrentKillCountWS' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, bShowKillProgressBar) == 0x00010C, "Member 'UPDA_Objective_Kill_C::bShowKillProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, bShowKillCounter) == 0x00010D, "Member 'UPDA_Objective_Kill_C::bShowKillCounter' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, EnemyName) == 0x000110, "Member 'UPDA_Objective_Kill_C::EnemyName' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, bShowRemainingEnemies) == 0x000120, "Member 'UPDA_Objective_Kill_C::bShowRemainingEnemies' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, bUseHotColdIndicator) == 0x000121, "Member 'UPDA_Objective_Kill_C::bUseHotColdIndicator' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, HotColdMinDistance) == 0x000128, "Member 'UPDA_Objective_Kill_C::HotColdMinDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, HotColdMaxDistance) == 0x000130, "Member 'UPDA_Objective_Kill_C::HotColdMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, VehicleLocationReference) == 0x000138, "Member 'UPDA_Objective_Kill_C::VehicleLocationReference' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, MaxDistanceToTargetsOnPath) == 0x000160, "Member 'UPDA_Objective_Kill_C::MaxDistanceToTargetsOnPath' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, VehicleTargetsOnPath) == 0x000168, "Member 'UPDA_Objective_Kill_C::VehicleTargetsOnPath' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, OnSuccessWorldStateNamedInt) == 0x000178, "Member 'UPDA_Objective_Kill_C::OnSuccessWorldStateNamedInt' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, StartCrime) == 0x000188, "Member 'UPDA_Objective_Kill_C::StartCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Kill_C, SuccessCrime) == 0x0001B0, "Member 'UPDA_Objective_Kill_C::SuccessCrime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Radio_C_SetRadioChannel \ +static_assert(alignof(BPI_Radio_C_SetRadioChannel) == 0x000004, "Wrong alignment on BPI_Radio_C_SetRadioChannel"); \ +static_assert(sizeof(BPI_Radio_C_SetRadioChannel) == 0x000004, "Wrong size on BPI_Radio_C_SetRadioChannel"); \ +static_assert(offsetof(BPI_Radio_C_SetRadioChannel, Channel) == 0x000000, "Member 'BPI_Radio_C_SetRadioChannel::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_Radio_C \ +static_assert(alignof(IBPI_Radio_C) == 0x000001, "Wrong alignment on IBPI_Radio_C"); \ +static_assert(sizeof(IBPI_Radio_C) == 0x000001, "Wrong size on IBPI_Radio_C"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_CalculatePaymentStrikes \ +static_assert(alignof(BP_EndOfDayExperience_C_CalculatePaymentStrikes) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_CalculatePaymentStrikes"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_CalculatePaymentStrikes) == 0x000028, "Wrong size on BP_EndOfDayExperience_C_CalculatePaymentStrikes"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, LastDayWasBad) == 0x000000, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::LastDayWasBad' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, CurrentDebtLargerThan0) == 0x000001, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::CurrentDebtLargerThan0' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, CallFunc_GetWorldStateInt_ReturnValue) == 0x000004, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000009, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00000A, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, CallFunc_GetWorldStateFloat_ReturnValue) == 0x00000C, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, CallFunc_BooleanOR_ReturnValue) == 0x000010, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000011, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, CallFunc_BooleanOR_ReturnValue_1) == 0x000012, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x000014, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CalculatePaymentStrikes, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000020, "Member 'BP_EndOfDayExperience_C_CalculatePaymentStrikes::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked \ +static_assert(alignof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked) == 0x000088, "Wrong size on BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, Temp_int_Variable) == 0x000014, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue) == 0x00001C, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000020, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_GetDataTableRowFromName_OutRow) == 0x000040, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000080, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_BooleanAND_ReturnValue) == 0x000081, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000082, "Member 'BP_EndOfDayExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_CheckShouldTransition \ +static_assert(alignof(BP_EndOfDayExperience_C_CheckShouldTransition) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_CheckShouldTransition"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_CheckShouldTransition) == 0x000048, "Wrong size on BP_EndOfDayExperience_C_CheckShouldTransition"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckShouldTransition, PreviousTimePos) == 0x000000, "Member 'BP_EndOfDayExperience_C_CheckShouldTransition::PreviousTimePos' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckShouldTransition, NewTimePos) == 0x000004, "Member 'BP_EndOfDayExperience_C_CheckShouldTransition::NewTimePos' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckShouldTransition, ShouldTransition_0) == 0x000008, "Member 'BP_EndOfDayExperience_C_CheckShouldTransition::ShouldTransition_0' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckShouldTransition, TimeOfDayList) == 0x000010, "Member 'BP_EndOfDayExperience_C_CheckShouldTransition::TimeOfDayList' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckShouldTransition, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_EndOfDayExperience_C_CheckShouldTransition::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckShouldTransition, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'BP_EndOfDayExperience_C_CheckShouldTransition::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckShouldTransition, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000034, "Member 'BP_EndOfDayExperience_C_CheckShouldTransition::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckShouldTransition, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_EndOfDayExperience_C_CheckShouldTransition::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckShouldTransition, CallFunc_Array_Get_Item_1) == 0x00003C, "Member 'BP_EndOfDayExperience_C_CheckShouldTransition::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CheckShouldTransition, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000040, "Member 'BP_EndOfDayExperience_C_CheckShouldTransition::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed \ +static_assert(alignof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed) == 0x000068, "Wrong size on BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, NewLocalVar) == 0x000000, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000010, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_GetAllActors_ReturnValue) == 0x000018, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_GetAllActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x000038, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000049, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_IsValid_ReturnValue) == 0x00004A, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, Temp_bool_Variable) == 0x000050, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_Less_IntInt_ReturnValue) == 0x000052, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_BooleanAND_ReturnValue) == 0x000053, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_GetPlayingInstance_ReturnValue) == 0x000058, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000060, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed, CallFunc_BooleanAND_ReturnValue_1) == 0x000061, "Member 'BP_EndOfDayExperience_C_CleanUpTheDeadAndDestroyed::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_ClearLastVehicleName \ +static_assert(alignof(BP_EndOfDayExperience_C_ClearLastVehicleName) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_ClearLastVehicleName"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_ClearLastVehicleName) == 0x000010, "Wrong size on BP_EndOfDayExperience_C_ClearLastVehicleName"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ClearLastVehicleName, CallFunc_GetPlayingInstance_ReturnValue) == 0x000000, "Member 'BP_EndOfDayExperience_C_ClearLastVehicleName::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ClearLastVehicleName, CallFunc_GetPlayerVehicleHandler_ReturnValue) == 0x000008, "Member 'BP_EndOfDayExperience_C_ClearLastVehicleName::CallFunc_GetPlayerVehicleHandler_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model \ +static_assert(alignof(BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model) == 0x000048, "Wrong size on BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model, CallFunc_Create_ReturnValue) == 0x000000, "Member 'BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model, K2Node_CreateDelegate_OutputDelegate_3) == 0x000038, "Member 'BP_EndOfDayExperience_C_Create_Mission_Flow_View_Model::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_DebtPayment \ +static_assert(alignof(BP_EndOfDayExperience_C_DebtPayment) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_DebtPayment"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_DebtPayment) == 0x000128, "Wrong size on BP_EndOfDayExperience_C_DebtPayment"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_GetWorldStateInt_ReturnValue) == 0x000000, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, Temp_struct_Variable) == 0x000008, "Member 'BP_EndOfDayExperience_C_DebtPayment::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000010, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000014, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_GetWorldStateBool_ReturnValue) == 0x000015, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, Temp_struct_Variable_1) == 0x000018, "Member 'BP_EndOfDayExperience_C_DebtPayment::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_BooleanOR_ReturnValue) == 0x000020, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000021, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_GetWorldStateFloat_ReturnValue_1) == 0x000024, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_GetWorldStateFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_GetWorldStateFloat_ReturnValue_2) == 0x000028, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_GetWorldStateFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x00002C, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_GetWorldStateInt_ReturnValue_2) == 0x000030, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_GetWorldStateInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_GetWorldStateInt_ReturnValue_3) == 0x000034, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_GetWorldStateInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00003C, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00003D, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_GetWorldStateFloat_ReturnValue_3) == 0x000040, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_GetWorldStateFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_GetWorldStateInt_ReturnValue_4) == 0x000044, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_GetWorldStateInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000050, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_RemoveFromPlayerInventory_ReturnValue) == 0x000060, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_RemoveFromPlayerInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_BooleanAND_ReturnValue) == 0x000071, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, K2Node_MathExpression_ReturnValue) == 0x000078, "Member 'BP_EndOfDayExperience_C_DebtPayment::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000080, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_CalculatePaymentStrikes_CurrentDebtLargerThan0) == 0x000088, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_CalculatePaymentStrikes_CurrentDebtLargerThan0' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000089, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Abs_ReturnValue) == 0x000090, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_FMax_ReturnValue) == 0x000098, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_FTrunc_ReturnValue) == 0x0000A0, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x0000A4, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_AddToPlayerInventory_ReturnValue) == 0x0000A8, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_AddToPlayerInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Less_DoubleDouble_ReturnValue_2) == 0x0000E0, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Less_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_BooleanAND_ReturnValue_1) == 0x0000E1, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_SelectFloat_ReturnValue) == 0x0000E8, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x0000F0, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_SelectFloat_A_ImplicitCast) == 0x0000F8, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_SelectFloat_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000100, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Less_DoubleDouble_B_ImplicitCast_1) == 0x000108, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Less_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000110, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, K2Node_MathExpression_Current_ImplicitCast) == 0x000118, "Member 'BP_EndOfDayExperience_C_DebtPayment::K2Node_MathExpression_Current_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_SetWorldStateFloat_Value_ImplicitCast) == 0x000120, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_SetWorldStateFloat_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_DebtPayment, CallFunc_SetWorldStateFloat_Value_ImplicitCast_1) == 0x000124, "Member 'BP_EndOfDayExperience_C_DebtPayment::CallFunc_SetWorldStateFloat_Value_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_EvaluateLongTermPerformance \ +static_assert(alignof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_EvaluateLongTermPerformance"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance) == 0x000050, "Wrong size on BP_EndOfDayExperience_C_EvaluateLongTermPerformance"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000000, "Member 'BP_EndOfDayExperience_C_EvaluateLongTermPerformance::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_EndOfDayExperience_C_EvaluateLongTermPerformance::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance, CallFunc_GetWorldStateInt_ReturnValue) == 0x000010, "Member 'BP_EndOfDayExperience_C_EvaluateLongTermPerformance::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance, CallFunc_GetWorldStateFloat_ReturnValue_1) == 0x000014, "Member 'BP_EndOfDayExperience_C_EvaluateLongTermPerformance::CallFunc_GetWorldStateFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000018, "Member 'BP_EndOfDayExperience_C_EvaluateLongTermPerformance::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance, CallFunc_FMax_ReturnValue) == 0x000020, "Member 'BP_EndOfDayExperience_C_EvaluateLongTermPerformance::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance, K2Node_MathExpression_ReturnValue) == 0x000028, "Member 'BP_EndOfDayExperience_C_EvaluateLongTermPerformance::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_EndOfDayExperience_C_EvaluateLongTermPerformance::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000031, "Member 'BP_EndOfDayExperience_C_EvaluateLongTermPerformance::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000038, "Member 'BP_EndOfDayExperience_C_EvaluateLongTermPerformance::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000040, "Member 'BP_EndOfDayExperience_C_EvaluateLongTermPerformance::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateLongTermPerformance, CallFunc_FMax_A_ImplicitCast) == 0x000048, "Member 'BP_EndOfDayExperience_C_EvaluateLongTermPerformance::CallFunc_FMax_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_EvaluateShortTermPerformance \ +static_assert(alignof(BP_EndOfDayExperience_C_EvaluateShortTermPerformance) == 0x000004, "Wrong alignment on BP_EndOfDayExperience_C_EvaluateShortTermPerformance"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_EvaluateShortTermPerformance) == 0x000010, "Wrong size on BP_EndOfDayExperience_C_EvaluateShortTermPerformance"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateShortTermPerformance, CallFunc_GetWorldStateInt_ReturnValue) == 0x000000, "Member 'BP_EndOfDayExperience_C_EvaluateShortTermPerformance::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateShortTermPerformance, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'BP_EndOfDayExperience_C_EvaluateShortTermPerformance::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateShortTermPerformance, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x000008, "Member 'BP_EndOfDayExperience_C_EvaluateShortTermPerformance::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateShortTermPerformance, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00000C, "Member 'BP_EndOfDayExperience_C_EvaluateShortTermPerformance::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_EvaluateShortTermPerformance, CallFunc_BooleanOR_ReturnValue) == 0x00000D, "Member 'BP_EndOfDayExperience_C_EvaluateShortTermPerformance::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience \ +static_assert(alignof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience) == 0x000010, "Wrong alignment on BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience) == 0x000910, "Wrong size on BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, EntryPoint) == 0x000000, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, Temp_struct_Variable) == 0x000008, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_CustomEvent_Preset_2) == 0x000058, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_CustomEvent_Preset_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, Temp_object_Variable) == 0x000060, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_PickAndSetPresetAsync_ReturnValue) == 0x000068, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_PickAndSetPresetAsync_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000078, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000080, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000088, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000090, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, Temp_struct_Variable_1) == 0x000098, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, Temp_struct_Variable_2) == 0x0000A0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetWorldStateBool_ReturnValue) == 0x0000A8, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x0000A9, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_CreateDelegate_OutputDelegate) == 0x0000AC, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_CustomEvent_Preset_1) == 0x0000C0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_CustomEvent_Preset_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, Temp_object_Variable_1) == 0x0000C8, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_PickAndSetPresetAsync_ReturnValue_1) == 0x0000D0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_PickAndSetPresetAsync_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_IsValid_ReturnValue_1) == 0x0000D8, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000DC, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_CustomEvent_Preset) == 0x0000F0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_CustomEvent_Preset' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, Temp_object_Variable_2) == 0x0000F8, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_PickAndSetPresetAsync_ReturnValue_2) == 0x000100, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_PickAndSetPresetAsync_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_IsValid_ReturnValue_2) == 0x000108, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_CreateDelegate_OutputDelegate_2) == 0x00010C, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x000120, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_CreateDelegate_OutputDelegate_3) == 0x000128, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetCurrentTimePeriod_ReturnValue) == 0x000138, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetCurrentTimePeriod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_SwitchEnum_CmpSuccess) == 0x000139, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_RandomizePerk_ActivePerk) == 0x000140, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_RandomizePerk_ActivePerk' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_RandomizePerk_ActivePerk_1) == 0x000168, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_RandomizePerk_ActivePerk_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000190, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, Temp_struct_Variable_3) == 0x000194, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_CustomEvent_ClearWantedState) == 0x00019C, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_CustomEvent_ClearWantedState' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetWorldStateBool_ReturnValue_2) == 0x00019D, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_Not_PreBool_ReturnValue) == 0x00019E, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetPlayingInstance_ReturnValue) == 0x0001A0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_MakeStruct_ScreenNavigationViewModel) == 0x0001A8, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_MakeStruct_ScreenNavigationViewModel' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_EndOfDayResolution_ShouldGainBonusAP) == 0x0001B8, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_EndOfDayResolution_ShouldGainBonusAP' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001B9, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_TeleportToClinicIfWasKO_DidTeleport) == 0x0001BA, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_TeleportToClinicIfWasKO_DidTeleport' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x0001C0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_MakeStruct_ScreenNavigationViewModel_1) == 0x0001C8, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_MakeStruct_ScreenNavigationViewModel_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001D8, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetInventoryItemCount_ReturnValue) == 0x0001E8, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x0001EC, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x0001F0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetPlayingInstance_ReturnValue_3) == 0x0001F8, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetPlayingInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_CustomEvent_Value) == 0x000200, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_InitCameraTransforms_PlayerCameraTransform) == 0x000210, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_InitCameraTransforms_PlayerCameraTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_InitCameraTransforms_PlayerFov) == 0x000270, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_InitCameraTransforms_PlayerFov' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_InitCameraTransforms_PawnRotation) == 0x000278, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_InitCameraTransforms_PawnRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x000290, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_MakeStruct_ScreenNavigationViewModel_2) == 0x000390, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_MakeStruct_ScreenNavigationViewModel_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_MakeArray_Array) == 0x0003A0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_MakeStruct_ScreenNavigationViewModelCollection) == 0x0003B0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_MakeStruct_ScreenNavigationViewModelCollection' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetGameInstanceSubsystem_ReturnValue_3) == 0x0003C0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetGameInstanceSubsystem_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_TEase_ReturnValue) == 0x0003D0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_TEase_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_K2_SetWorldTransform_SweepHitResult_1) == 0x000430, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_K2_SetWorldTransform_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_TEase_ReturnValue_1) == 0x000530, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_TEase_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_MakeRotator_ReturnValue) == 0x000590, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_K2_SetWorldTransform_SweepHitResult_2) == 0x0005A8, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_K2_SetWorldTransform_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x0006A8, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_BooleanAND_ReturnValue) == 0x0006A9, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_BP_CreateScreenPath_ReturnValue) == 0x0006B0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_BP_CreateScreenPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_GetGameInstanceSubsystem_ReturnValue_4) == 0x000710, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_GetGameInstanceSubsystem_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000718, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_BooleanAND_ReturnValue_1) == 0x000719, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_TEase_ReturnValue_2) == 0x000720, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_TEase_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_SelectTransform_ReturnValue) == 0x000780, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_SelectTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_K2_SetWorldTransform_SweepHitResult_3) == 0x0007E0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_K2_SetWorldTransform_SweepHitResult_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_CreateDelegate_OutputDelegate_5) == 0x0008E0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, K2Node_CreateDelegate_OutputDelegate_6) == 0x0008F0, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_TEase_Alpha_ImplicitCast) == 0x000900, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_TEase_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_TEase_Alpha_ImplicitCast_1) == 0x000904, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_TEase_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience, CallFunc_TEase_Alpha_ImplicitCast_2) == 0x000908, "Member 'BP_EndOfDayExperience_C_ExecuteUbergraph_BP_EndOfDayExperience::CallFunc_TEase_Alpha_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_GetSofaTransform \ +static_assert(alignof(BP_EndOfDayExperience_C_GetSofaTransform) == 0x000010, "Wrong alignment on BP_EndOfDayExperience_C_GetSofaTransform"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_GetSofaTransform) == 0x000100, "Wrong size on BP_EndOfDayExperience_C_GetSofaTransform"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_GetSofaTransform, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_EndOfDayExperience_C_GetSofaTransform::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_GetSofaTransform, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_EndOfDayExperience_C_GetSofaTransform::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_GetSofaTransform, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_EndOfDayExperience_C_GetSofaTransform::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_GetSofaTransform, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'BP_EndOfDayExperience_C_GetSofaTransform::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_GetSofaTransform, CallFunc_World_Transform_Modifier_TransformOut) == 0x000020, "Member 'BP_EndOfDayExperience_C_GetSofaTransform::CallFunc_World_Transform_Modifier_TransformOut' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_GetSofaTransform, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_EndOfDayExperience_C_GetSofaTransform::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_GetSofaTransform, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'BP_EndOfDayExperience_C_GetSofaTransform::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_GetSofaTransform, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000090, "Member 'BP_EndOfDayExperience_C_GetSofaTransform::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_GetSofaTransform, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_EndOfDayExperience_C_GetSofaTransform::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_InitCameraTransforms \ +static_assert(alignof(BP_EndOfDayExperience_C_InitCameraTransforms) == 0x000010, "Wrong alignment on BP_EndOfDayExperience_C_InitCameraTransforms"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_InitCameraTransforms) == 0x000230, "Wrong size on BP_EndOfDayExperience_C_InitCameraTransforms"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, PlayerCameraTransform_0) == 0x000000, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::PlayerCameraTransform_0' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, PlayerFov_0) == 0x000060, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::PlayerFov_0' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, PawnRotation) == 0x000068, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::PawnRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, CallFunc_GetPlayerPawn_ReturnValue) == 0x000080, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, CallFunc_GetPlayingInstance_ReturnValue) == 0x000088, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, CallFunc_GetTransform_ReturnValue) == 0x000090, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, CallFunc_BreakTransform_Location) == 0x0000F0, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, CallFunc_BreakTransform_Rotation) == 0x000108, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, CallFunc_BreakTransform_Scale) == 0x000120, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, CallFunc_GetFOVAngle_ReturnValue) == 0x000138, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::CallFunc_GetFOVAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, CallFunc_GetCameraRotation_ReturnValue) == 0x000140, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, CallFunc_GetCameraLocation_ReturnValue) == 0x000158, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, CallFunc_World_Transform_Modifier_TransformOut) == 0x000170, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::CallFunc_World_Transform_Modifier_TransformOut' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_InitCameraTransforms, CallFunc_MakeTransform_ReturnValue) == 0x0001D0, "Member 'BP_EndOfDayExperience_C_InitCameraTransforms::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_IsReadyToResumeGame \ +static_assert(alignof(BP_EndOfDayExperience_C_IsReadyToResumeGame) == 0x000001, "Wrong alignment on BP_EndOfDayExperience_C_IsReadyToResumeGame"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_IsReadyToResumeGame) == 0x000001, "Wrong size on BP_EndOfDayExperience_C_IsReadyToResumeGame"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_IsReadyToResumeGame, ReturnValue) == 0x000000, "Member 'BP_EndOfDayExperience_C_IsReadyToResumeGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_On_Time_Progressed \ +static_assert(alignof(BP_EndOfDayExperience_C_On_Time_Progressed) == 0x000001, "Wrong alignment on BP_EndOfDayExperience_C_On_Time_Progressed"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_On_Time_Progressed) == 0x000001, "Wrong size on BP_EndOfDayExperience_C_On_Time_Progressed"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_On_Time_Progressed, ClearWantedState) == 0x000000, "Member 'BP_EndOfDayExperience_C_On_Time_Progressed::ClearWantedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_OnCompleted_10B868AB4293EB82B57FB589B5050F37 \ +static_assert(alignof(BP_EndOfDayExperience_C_OnCompleted_10B868AB4293EB82B57FB589B5050F37) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_OnCompleted_10B868AB4293EB82B57FB589B5050F37"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_OnCompleted_10B868AB4293EB82B57FB589B5050F37) == 0x000008, "Wrong size on BP_EndOfDayExperience_C_OnCompleted_10B868AB4293EB82B57FB589B5050F37"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_OnCompleted_10B868AB4293EB82B57FB589B5050F37, Preset) == 0x000000, "Member 'BP_EndOfDayExperience_C_OnCompleted_10B868AB4293EB82B57FB589B5050F37::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_OnCompleted_3C9771C643500E45E7D383923816730A \ +static_assert(alignof(BP_EndOfDayExperience_C_OnCompleted_3C9771C643500E45E7D383923816730A) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_OnCompleted_3C9771C643500E45E7D383923816730A"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_OnCompleted_3C9771C643500E45E7D383923816730A) == 0x000008, "Wrong size on BP_EndOfDayExperience_C_OnCompleted_3C9771C643500E45E7D383923816730A"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_OnCompleted_3C9771C643500E45E7D383923816730A, Preset) == 0x000000, "Member 'BP_EndOfDayExperience_C_OnCompleted_3C9771C643500E45E7D383923816730A::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_OnCompleted_5F5281944DD6BA38D5BFA5B96ECEE829 \ +static_assert(alignof(BP_EndOfDayExperience_C_OnCompleted_5F5281944DD6BA38D5BFA5B96ECEE829) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_OnCompleted_5F5281944DD6BA38D5BFA5B96ECEE829"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_OnCompleted_5F5281944DD6BA38D5BFA5B96ECEE829) == 0x000008, "Wrong size on BP_EndOfDayExperience_C_OnCompleted_5F5281944DD6BA38D5BFA5B96ECEE829"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_OnCompleted_5F5281944DD6BA38D5BFA5B96ECEE829, Preset) == 0x000000, "Member 'BP_EndOfDayExperience_C_OnCompleted_5F5281944DD6BA38D5BFA5B96ECEE829::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_RefreshStoryDeck \ +static_assert(alignof(BP_EndOfDayExperience_C_RefreshStoryDeck) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_RefreshStoryDeck"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_RefreshStoryDeck) == 0x000008, "Wrong size on BP_EndOfDayExperience_C_RefreshStoryDeck"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_RefreshStoryDeck, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000000, "Member 'BP_EndOfDayExperience_C_RefreshStoryDeck::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_ResetWorldsimSystems \ +static_assert(alignof(BP_EndOfDayExperience_C_ResetWorldsimSystems) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_ResetWorldsimSystems"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_ResetWorldsimSystems) == 0x000018, "Wrong size on BP_EndOfDayExperience_C_ResetWorldsimSystems"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ResetWorldsimSystems, ClearWantedState) == 0x000000, "Member 'BP_EndOfDayExperience_C_ResetWorldsimSystems::ClearWantedState' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ResetWorldsimSystems, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_EndOfDayExperience_C_ResetWorldsimSystems::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ResetWorldsimSystems, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000010, "Member 'BP_EndOfDayExperience_C_ResetWorldsimSystems::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_SetMaxAP \ +static_assert(alignof(BP_EndOfDayExperience_C_SetMaxAP) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_SetMaxAP"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_SetMaxAP) == 0x000018, "Wrong size on BP_EndOfDayExperience_C_SetMaxAP"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_SetMaxAP, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000000, "Member 'BP_EndOfDayExperience_C_SetMaxAP::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_SetMaxAP, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'BP_EndOfDayExperience_C_SetMaxAP::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_SetMaxAP, K2Node_SwitchInteger_CmpSuccess) == 0x000010, "Member 'BP_EndOfDayExperience_C_SetMaxAP::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_SetVMs \ +static_assert(alignof(BP_EndOfDayExperience_C_SetVMs) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_SetVMs"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_SetVMs) == 0x000010, "Wrong size on BP_EndOfDayExperience_C_SetVMs"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_SetVMs, CallFunc_Create_ReturnValue) == 0x000000, "Member 'BP_EndOfDayExperience_C_SetVMs::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_SetVMs, CallFunc_Create_ReturnValue_1) == 0x000008, "Member 'BP_EndOfDayExperience_C_SetVMs::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_TeleportToClinicIfWasKO \ +static_assert(alignof(BP_EndOfDayExperience_C_TeleportToClinicIfWasKO) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_TeleportToClinicIfWasKO"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_TeleportToClinicIfWasKO) == 0x000148, "Wrong size on BP_EndOfDayExperience_C_TeleportToClinicIfWasKO"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TeleportToClinicIfWasKO, DidTeleport) == 0x000000, "Member 'BP_EndOfDayExperience_C_TeleportToClinicIfWasKO::DidTeleport' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TeleportToClinicIfWasKO, CallFunc_GetNamedLocationWorldLocation_Location) == 0x000008, "Member 'BP_EndOfDayExperience_C_TeleportToClinicIfWasKO::CallFunc_GetNamedLocationWorldLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TeleportToClinicIfWasKO, CallFunc_GetNamedLocationWorldLocation_Rotation) == 0x000020, "Member 'BP_EndOfDayExperience_C_TeleportToClinicIfWasKO::CallFunc_GetNamedLocationWorldLocation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TeleportToClinicIfWasKO, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000038, "Member 'BP_EndOfDayExperience_C_TeleportToClinicIfWasKO::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TeleportToClinicIfWasKO, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000138, "Member 'BP_EndOfDayExperience_C_TeleportToClinicIfWasKO::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TeleportToClinicIfWasKO, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000140, "Member 'BP_EndOfDayExperience_C_TeleportToClinicIfWasKO::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_ToDNotification \ +static_assert(alignof(BP_EndOfDayExperience_C_ToDNotification) == 0x000004, "Wrong alignment on BP_EndOfDayExperience_C_ToDNotification"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_ToDNotification) == 0x000008, "Wrong size on BP_EndOfDayExperience_C_ToDNotification"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ToDNotification, CallFunc_GetActiveTimeTag_ReturnValue) == 0x000000, "Member 'BP_EndOfDayExperience_C_ToDNotification::CallFunc_GetActiveTimeTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_TriggerIntent \ +static_assert(alignof(BP_EndOfDayExperience_C_TriggerIntent) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_TriggerIntent"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_TriggerIntent) == 0x000080, "Wrong size on BP_EndOfDayExperience_C_TriggerIntent"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, Temp_struct_Variable) == 0x000000, "Member 'BP_EndOfDayExperience_C_TriggerIntent::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, CallFunc_SayIntent_ReturnValue) == 0x000008, "Member 'BP_EndOfDayExperience_C_TriggerIntent::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BP_EndOfDayExperience_C_TriggerIntent::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, CallFunc_GetWorldStateBool_ReturnValue) == 0x000018, "Member 'BP_EndOfDayExperience_C_TriggerIntent::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, CallFunc_GetNamedLocationWorldLocation_Location) == 0x000020, "Member 'BP_EndOfDayExperience_C_TriggerIntent::CallFunc_GetNamedLocationWorldLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, CallFunc_GetNamedLocationWorldLocation_Rotation) == 0x000038, "Member 'BP_EndOfDayExperience_C_TriggerIntent::CallFunc_GetNamedLocationWorldLocation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, CallFunc_GetActorDistanceToLocation_ReturnValue) == 0x000050, "Member 'BP_EndOfDayExperience_C_TriggerIntent::CallFunc_GetActorDistanceToLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, CallFunc_FindCharacterByCharacterId_Result) == 0x000058, "Member 'BP_EndOfDayExperience_C_TriggerIntent::CallFunc_FindCharacterByCharacterId_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, CallFunc_FindCharacterByCharacterId_FoundCharacter) == 0x000060, "Member 'BP_EndOfDayExperience_C_TriggerIntent::CallFunc_FindCharacterByCharacterId_FoundCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_EndOfDayExperience_C_TriggerIntent::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, CallFunc_SayIntent_ReturnValue_1) == 0x000069, "Member 'BP_EndOfDayExperience_C_TriggerIntent::CallFunc_SayIntent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, K2Node_SwitchEnum_CmpSuccess) == 0x00006A, "Member 'BP_EndOfDayExperience_C_TriggerIntent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000070, "Member 'BP_EndOfDayExperience_C_TriggerIntent::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_TriggerIntent, CallFunc_SayIntent_ReturnValue_2) == 0x000078, "Member 'BP_EndOfDayExperience_C_TriggerIntent::CallFunc_SayIntent_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_UpdateLongTermDebtPerformance \ +static_assert(alignof(BP_EndOfDayExperience_C_UpdateLongTermDebtPerformance) == 0x000004, "Wrong alignment on BP_EndOfDayExperience_C_UpdateLongTermDebtPerformance"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_UpdateLongTermDebtPerformance) == 0x000024, "Wrong size on BP_EndOfDayExperience_C_UpdateLongTermDebtPerformance"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_UpdateLongTermDebtPerformance, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x000000, "Member 'BP_EndOfDayExperience_C_UpdateLongTermDebtPerformance::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_UpdateLongTermDebtPerformance, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x000020, "Member 'BP_EndOfDayExperience_C_UpdateLongTermDebtPerformance::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayExperience_C_ValueUpdated \ +static_assert(alignof(BP_EndOfDayExperience_C_ValueUpdated) == 0x000008, "Wrong alignment on BP_EndOfDayExperience_C_ValueUpdated"); \ +static_assert(sizeof(BP_EndOfDayExperience_C_ValueUpdated) == 0x000008, "Wrong size on BP_EndOfDayExperience_C_ValueUpdated"); \ +static_assert(offsetof(BP_EndOfDayExperience_C_ValueUpdated, Value_0) == 0x000000, "Member 'BP_EndOfDayExperience_C_ValueUpdated::Value_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_EndOfDayExperience_C \ +static_assert(alignof(ABP_EndOfDayExperience_C) == 0x000010, "Wrong alignment on ABP_EndOfDayExperience_C"); \ +static_assert(sizeof(ABP_EndOfDayExperience_C) == 0x000530, "Wrong size on ABP_EndOfDayExperience_C"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_EndOfDayExperience_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, Camera) == 0x0002B8, "Member 'ABP_EndOfDayExperience_C::Camera' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_EndOfDayExperience_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, Key_Name) == 0x0002C8, "Member 'ABP_EndOfDayExperience_C::Key_Name' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, ShouldTransition) == 0x0002D0, "Member 'ABP_EndOfDayExperience_C::ShouldTransition' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, Debug) == 0x0002D1, "Member 'ABP_EndOfDayExperience_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, PaymentAmount) == 0x0002D8, "Member 'ABP_EndOfDayExperience_C::PaymentAmount' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, APMaxBonusCount) == 0x0002E0, "Member 'ABP_EndOfDayExperience_C::APMaxBonusCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, NewDayViewModel) == 0x0002E8, "Member 'ABP_EndOfDayExperience_C::NewDayViewModel' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, EoDVM) == 0x0002F0, "Member 'ABP_EndOfDayExperience_C::EoDVM' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, ReviewPeriod) == 0x0002F8, "Member 'ABP_EndOfDayExperience_C::ReviewPeriod' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, ShouldGainBonusAP) == 0x0002FC, "Member 'ABP_EndOfDayExperience_C::ShouldGainBonusAP' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, PlayerTransform) == 0x000300, "Member 'ABP_EndOfDayExperience_C::PlayerTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, PlayerCameraTransform) == 0x000360, "Member 'ABP_EndOfDayExperience_C::PlayerCameraTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, PlayerCameraFov) == 0x0003C0, "Member 'ABP_EndOfDayExperience_C::PlayerCameraFov' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, OnEnded) == 0x0003C8, "Member 'ABP_EndOfDayExperience_C::OnEnded' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, OnDestroyDeathExperience) == 0x0003D8, "Member 'ABP_EndOfDayExperience_C::OnDestroyDeathExperience' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, SofaRootTransform) == 0x0003F0, "Member 'ABP_EndOfDayExperience_C::SofaRootTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, EndCameraTransform) == 0x000450, "Member 'ABP_EndOfDayExperience_C::EndCameraTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, IntroEndTransform) == 0x0004B0, "Member 'ABP_EndOfDayExperience_C::IntroEndTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, BP_MissionFlow) == 0x000510, "Member 'ABP_EndOfDayExperience_C::BP_MissionFlow' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, PlayerFov) == 0x000518, "Member 'ABP_EndOfDayExperience_C::PlayerFov' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, IsEodIntro) == 0x00051C, "Member 'ABP_EndOfDayExperience_C::IsEodIntro' has a wrong offset!"); \ +static_assert(offsetof(ABP_EndOfDayExperience_C, Value) == 0x000520, "Member 'ABP_EndOfDayExperience_C::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_StoryDeck_C_CheckActorAttractDistance \ +static_assert(alignof(BPFL_StoryDeck_C_CheckActorAttractDistance) == 0x000008, "Wrong alignment on BPFL_StoryDeck_C_CheckActorAttractDistance"); \ +static_assert(sizeof(BPFL_StoryDeck_C_CheckActorAttractDistance) == 0x000050, "Wrong size on BPFL_StoryDeck_C_CheckActorAttractDistance"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckActorAttractDistance, IsOnCooldown) == 0x000000, "Member 'BPFL_StoryDeck_C_CheckActorAttractDistance::IsOnCooldown' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckActorAttractDistance, CheckLOS) == 0x000001, "Member 'BPFL_StoryDeck_C_CheckActorAttractDistance::CheckLOS' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckActorAttractDistance, AttractActor) == 0x000008, "Member 'BPFL_StoryDeck_C_CheckActorAttractDistance::AttractActor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckActorAttractDistance, AttractRange) == 0x000010, "Member 'BPFL_StoryDeck_C_CheckActorAttractDistance::AttractRange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckActorAttractDistance, DebugRange) == 0x000018, "Member 'BPFL_StoryDeck_C_CheckActorAttractDistance::DebugRange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckActorAttractDistance, __WorldContext) == 0x000020, "Member 'BPFL_StoryDeck_C_CheckActorAttractDistance::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckActorAttractDistance, Success) == 0x000028, "Member 'BPFL_StoryDeck_C_CheckActorAttractDistance::Success' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckActorAttractDistance, CallFunc_IsActorInAttractRange_PlayerInRange) == 0x000029, "Member 'BPFL_StoryDeck_C_CheckActorAttractDistance::CallFunc_IsActorInAttractRange_PlayerInRange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckActorAttractDistance, CallFunc_IsActorInLOS_PlayerInLOS) == 0x00002A, "Member 'BPFL_StoryDeck_C_CheckActorAttractDistance::CallFunc_IsActorInLOS_PlayerInLOS' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckActorAttractDistance, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BPFL_StoryDeck_C_CheckActorAttractDistance::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckActorAttractDistance, CallFunc_DrawDebugSphere_Radius_ImplicitCast) == 0x000048, "Member 'BPFL_StoryDeck_C_CheckActorAttractDistance::CallFunc_DrawDebugSphere_Radius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_StoryDeck_C_CheckPlayerAttractDistance \ +static_assert(alignof(BPFL_StoryDeck_C_CheckPlayerAttractDistance) == 0x000008, "Wrong alignment on BPFL_StoryDeck_C_CheckPlayerAttractDistance"); \ +static_assert(sizeof(BPFL_StoryDeck_C_CheckPlayerAttractDistance) == 0x000050, "Wrong size on BPFL_StoryDeck_C_CheckPlayerAttractDistance"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckPlayerAttractDistance, IsOnCooldown) == 0x000000, "Member 'BPFL_StoryDeck_C_CheckPlayerAttractDistance::IsOnCooldown' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckPlayerAttractDistance, CheckLOS) == 0x000001, "Member 'BPFL_StoryDeck_C_CheckPlayerAttractDistance::CheckLOS' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckPlayerAttractDistance, AttractCJChar) == 0x000008, "Member 'BPFL_StoryDeck_C_CheckPlayerAttractDistance::AttractCJChar' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckPlayerAttractDistance, AttractRange) == 0x000010, "Member 'BPFL_StoryDeck_C_CheckPlayerAttractDistance::AttractRange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckPlayerAttractDistance, DebugRange) == 0x000018, "Member 'BPFL_StoryDeck_C_CheckPlayerAttractDistance::DebugRange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckPlayerAttractDistance, __WorldContext) == 0x000020, "Member 'BPFL_StoryDeck_C_CheckPlayerAttractDistance::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckPlayerAttractDistance, Success) == 0x000028, "Member 'BPFL_StoryDeck_C_CheckPlayerAttractDistance::Success' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckPlayerAttractDistance, CallFunc_IsPlayerInAttractRange_PlayerInRange) == 0x000029, "Member 'BPFL_StoryDeck_C_CheckPlayerAttractDistance::CallFunc_IsPlayerInAttractRange_PlayerInRange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckPlayerAttractDistance, CallFunc_IsPlayerInLOS_PlayerInLOS) == 0x00002A, "Member 'BPFL_StoryDeck_C_CheckPlayerAttractDistance::CallFunc_IsPlayerInLOS_PlayerInLOS' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckPlayerAttractDistance, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BPFL_StoryDeck_C_CheckPlayerAttractDistance::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_CheckPlayerAttractDistance, CallFunc_DrawDebugSphere_Radius_ImplicitCast) == 0x000048, "Member 'BPFL_StoryDeck_C_CheckPlayerAttractDistance::CallFunc_DrawDebugSphere_Radius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_StoryDeck_C_EnableVehicleDoorInteractions \ +static_assert(alignof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions) == 0x000008, "Wrong alignment on BPFL_StoryDeck_C_EnableVehicleDoorInteractions"); \ +static_assert(sizeof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions) == 0x000038, "Wrong size on BPFL_StoryDeck_C_EnableVehicleDoorInteractions"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, CJVehicle) == 0x000000, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::CJVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, Enabled) == 0x000008, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::Enabled' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, __WorldContext) == 0x000010, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, Temp_int_Variable) == 0x000018, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, Temp_int_Variable_1) == 0x00001C, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, CallFunc_Conv_IntToByte_ReturnValue) == 0x000020, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, CallFunc_GetValidValue_ReturnValue) == 0x000028, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000029, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x00002A, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00002C, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, CallFunc_MakeLiteralInt_ReturnValue) == 0x000030, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_EnableVehicleDoorInteractions, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BPFL_StoryDeck_C_EnableVehicleDoorInteractions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_StoryDeck_C_IncrementWorldStateInt \ +static_assert(alignof(BPFL_StoryDeck_C_IncrementWorldStateInt) == 0x000008, "Wrong alignment on BPFL_StoryDeck_C_IncrementWorldStateInt"); \ +static_assert(sizeof(BPFL_StoryDeck_C_IncrementWorldStateInt) == 0x000030, "Wrong size on BPFL_StoryDeck_C_IncrementWorldStateInt"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IncrementWorldStateInt, WorldStateInt) == 0x000000, "Member 'BPFL_StoryDeck_C_IncrementWorldStateInt::WorldStateInt' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IncrementWorldStateInt, Increment) == 0x000018, "Member 'BPFL_StoryDeck_C_IncrementWorldStateInt::Increment' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IncrementWorldStateInt, __WorldContext) == 0x000020, "Member 'BPFL_StoryDeck_C_IncrementWorldStateInt::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IncrementWorldStateInt, CallFunc_GetWorldStateInt_ReturnValue) == 0x000028, "Member 'BPFL_StoryDeck_C_IncrementWorldStateInt::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IncrementWorldStateInt, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BPFL_StoryDeck_C_IncrementWorldStateInt::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_StoryDeck_C_IsActorInAttractRange \ +static_assert(alignof(BPFL_StoryDeck_C_IsActorInAttractRange) == 0x000008, "Wrong alignment on BPFL_StoryDeck_C_IsActorInAttractRange"); \ +static_assert(sizeof(BPFL_StoryDeck_C_IsActorInAttractRange) == 0x000070, "Wrong size on BPFL_StoryDeck_C_IsActorInAttractRange"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInAttractRange, TargetActor) == 0x000000, "Member 'BPFL_StoryDeck_C_IsActorInAttractRange::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInAttractRange, AttractRange) == 0x000008, "Member 'BPFL_StoryDeck_C_IsActorInAttractRange::AttractRange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInAttractRange, __WorldContext) == 0x000010, "Member 'BPFL_StoryDeck_C_IsActorInAttractRange::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInAttractRange, PlayerInRange) == 0x000018, "Member 'BPFL_StoryDeck_C_IsActorInAttractRange::PlayerInRange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInAttractRange, DebugRange) == 0x000019, "Member 'BPFL_StoryDeck_C_IsActorInAttractRange::DebugRange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInAttractRange, CallFunc_GetPlayingInstance_ReturnValue) == 0x000020, "Member 'BPFL_StoryDeck_C_IsActorInAttractRange::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInAttractRange, CallFunc_Square_ReturnValue) == 0x000028, "Member 'BPFL_StoryDeck_C_IsActorInAttractRange::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInAttractRange, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BPFL_StoryDeck_C_IsActorInAttractRange::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInAttractRange, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000048, "Member 'BPFL_StoryDeck_C_IsActorInAttractRange::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInAttractRange, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000060, "Member 'BPFL_StoryDeck_C_IsActorInAttractRange::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInAttractRange, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000068, "Member 'BPFL_StoryDeck_C_IsActorInAttractRange::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_StoryDeck_C_IsActorInLOS \ +static_assert(alignof(BPFL_StoryDeck_C_IsActorInLOS) == 0x000008, "Wrong alignment on BPFL_StoryDeck_C_IsActorInLOS"); \ +static_assert(sizeof(BPFL_StoryDeck_C_IsActorInLOS) == 0x0001B0, "Wrong size on BPFL_StoryDeck_C_IsActorInLOS"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, TargetActor) == 0x000000, "Member 'BPFL_StoryDeck_C_IsActorInLOS::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, __WorldContext) == 0x000008, "Member 'BPFL_StoryDeck_C_IsActorInLOS::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, PlayerInLOS) == 0x000010, "Member 'BPFL_StoryDeck_C_IsActorInLOS::PlayerInLOS' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, LOSOffset) == 0x000018, "Member 'BPFL_StoryDeck_C_IsActorInLOS::LOSOffset' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, CallFunc_GetPlayingInstance_ReturnValue) == 0x000030, "Member 'BPFL_StoryDeck_C_IsActorInLOS::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BPFL_StoryDeck_C_IsActorInLOS::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000050, "Member 'BPFL_StoryDeck_C_IsActorInLOS::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, Temp_object_Variable) == 0x000068, "Member 'BPFL_StoryDeck_C_IsActorInLOS::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, CallFunc_Add_VectorVector_ReturnValue) == 0x000078, "Member 'BPFL_StoryDeck_C_IsActorInLOS::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000090, "Member 'BPFL_StoryDeck_C_IsActorInLOS::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, CallFunc_LineTraceSingle_OutHit) == 0x0000A8, "Member 'BPFL_StoryDeck_C_IsActorInLOS::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, CallFunc_LineTraceSingle_ReturnValue) == 0x0001A8, "Member 'BPFL_StoryDeck_C_IsActorInLOS::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsActorInLOS, CallFunc_Not_PreBool_ReturnValue) == 0x0001A9, "Member 'BPFL_StoryDeck_C_IsActorInLOS::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_StoryDeck_C_IsPlayerInAttractRange \ +static_assert(alignof(BPFL_StoryDeck_C_IsPlayerInAttractRange) == 0x000008, "Wrong alignment on BPFL_StoryDeck_C_IsPlayerInAttractRange"); \ +static_assert(sizeof(BPFL_StoryDeck_C_IsPlayerInAttractRange) == 0x000070, "Wrong size on BPFL_StoryDeck_C_IsPlayerInAttractRange"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInAttractRange, CJChar) == 0x000000, "Member 'BPFL_StoryDeck_C_IsPlayerInAttractRange::CJChar' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInAttractRange, AttractRange) == 0x000008, "Member 'BPFL_StoryDeck_C_IsPlayerInAttractRange::AttractRange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInAttractRange, __WorldContext) == 0x000010, "Member 'BPFL_StoryDeck_C_IsPlayerInAttractRange::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInAttractRange, PlayerInRange) == 0x000018, "Member 'BPFL_StoryDeck_C_IsPlayerInAttractRange::PlayerInRange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInAttractRange, CallFunc_GetPlayingInstance_ReturnValue) == 0x000020, "Member 'BPFL_StoryDeck_C_IsPlayerInAttractRange::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInAttractRange, CallFunc_Square_ReturnValue) == 0x000028, "Member 'BPFL_StoryDeck_C_IsPlayerInAttractRange::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInAttractRange, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BPFL_StoryDeck_C_IsPlayerInAttractRange::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInAttractRange, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000048, "Member 'BPFL_StoryDeck_C_IsPlayerInAttractRange::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInAttractRange, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000060, "Member 'BPFL_StoryDeck_C_IsPlayerInAttractRange::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInAttractRange, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000068, "Member 'BPFL_StoryDeck_C_IsPlayerInAttractRange::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_StoryDeck_C_IsPlayerInLOS \ +static_assert(alignof(BPFL_StoryDeck_C_IsPlayerInLOS) == 0x000008, "Wrong alignment on BPFL_StoryDeck_C_IsPlayerInLOS"); \ +static_assert(sizeof(BPFL_StoryDeck_C_IsPlayerInLOS) == 0x0001B0, "Wrong size on BPFL_StoryDeck_C_IsPlayerInLOS"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, CJChar) == 0x000000, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::CJChar' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, __WorldContext) == 0x000008, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, PlayerInLOS) == 0x000010, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::PlayerInLOS' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, LOSOffset) == 0x000018, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::LOSOffset' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, CallFunc_GetPlayingInstance_ReturnValue) == 0x000048, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000050, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, CallFunc_Add_VectorVector_ReturnValue) == 0x000068, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000080, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, Temp_object_Variable) == 0x000098, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, CallFunc_LineTraceSingle_OutHit) == 0x0000A8, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, CallFunc_LineTraceSingle_ReturnValue) == 0x0001A8, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_IsPlayerInLOS, CallFunc_Not_PreBool_ReturnValue) == 0x0001A9, "Member 'BPFL_StoryDeck_C_IsPlayerInLOS::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_StoryDeck_C_SCAttemptDisengage \ +static_assert(alignof(BPFL_StoryDeck_C_SCAttemptDisengage) == 0x000008, "Wrong alignment on BPFL_StoryDeck_C_SCAttemptDisengage"); \ +static_assert(sizeof(BPFL_StoryDeck_C_SCAttemptDisengage) == 0x000030, "Wrong size on BPFL_StoryDeck_C_SCAttemptDisengage"); \ +static_assert(offsetof(BPFL_StoryDeck_C_SCAttemptDisengage, CJChar) == 0x000000, "Member 'BPFL_StoryDeck_C_SCAttemptDisengage::CJChar' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_SCAttemptDisengage, __WorldContext) == 0x000008, "Member 'BPFL_StoryDeck_C_SCAttemptDisengage::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_SCAttemptDisengage, CallFunc_MakeLiteralName_ReturnValue) == 0x000010, "Member 'BPFL_StoryDeck_C_SCAttemptDisengage::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_SCAttemptDisengage, CallFunc_GetAIController_ReturnValue) == 0x000018, "Member 'BPFL_StoryDeck_C_SCAttemptDisengage::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_SCAttemptDisengage, K2Node_DynamicCast_AsNPCAIController) == 0x000020, "Member 'BPFL_StoryDeck_C_SCAttemptDisengage::K2Node_DynamicCast_AsNPCAIController' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_SCAttemptDisengage, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BPFL_StoryDeck_C_SCAttemptDisengage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_StoryDeck_C_SetSCUniqueCompletion \ +static_assert(alignof(BPFL_StoryDeck_C_SetSCUniqueCompletion) == 0x000008, "Wrong alignment on BPFL_StoryDeck_C_SetSCUniqueCompletion"); \ +static_assert(sizeof(BPFL_StoryDeck_C_SetSCUniqueCompletion) == 0x000048, "Wrong size on BPFL_StoryDeck_C_SetSCUniqueCompletion"); \ +static_assert(offsetof(BPFL_StoryDeck_C_SetSCUniqueCompletion, UniqueCompletionWS) == 0x000000, "Member 'BPFL_StoryDeck_C_SetSCUniqueCompletion::UniqueCompletionWS' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_SetSCUniqueCompletion, CounterWS) == 0x000018, "Member 'BPFL_StoryDeck_C_SetSCUniqueCompletion::CounterWS' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_SetSCUniqueCompletion, __WorldContext) == 0x000030, "Member 'BPFL_StoryDeck_C_SetSCUniqueCompletion::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_SetSCUniqueCompletion, Temp_struct_Variable) == 0x000038, "Member 'BPFL_StoryDeck_C_SetSCUniqueCompletion::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_StoryDeck_C_SetSCUniqueCompletion, CallFunc_GetWorldStateBool_ReturnValue) == 0x000040, "Member 'BPFL_StoryDeck_C_SetSCUniqueCompletion::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_StoryDeck_C \ +static_assert(alignof(UBPFL_StoryDeck_C) == 0x000008, "Wrong alignment on UBPFL_StoryDeck_C"); \ +static_assert(sizeof(UBPFL_StoryDeck_C) == 0x000028, "Wrong size on UBPFL_StoryDeck_C"); \ + +#define DUMPER7_ASSERTS_BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement \ +static_assert(alignof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement) == 0x000008, "Wrong alignment on BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement"); \ +static_assert(sizeof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement) == 0x000180, "Wrong size on BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, EntryPoint) == 0x000000, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000018, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, Temp_bool_Has_Been_Initd_Variable) == 0x000021, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, Temp_bool_Has_Been_Initd_Variable_1) == 0x000022, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, K2Node_CreateDelegate_OutputDelegate_2) == 0x000034, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, K2Node_CreateDelegate_OutputDelegate_3) == 0x000044, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000058, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, Temp_bool_IsClosed_Variable) == 0x000060, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, K2Node_CreateDelegate_OutputDelegate_4) == 0x000064, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, Temp_bool_IsClosed_Variable_1) == 0x000074, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, K2Node_CreateDelegate_OutputDelegate_5) == 0x000078, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000088, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_GetEnforcementFaction_ReturnValue) == 0x000090, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_GetEnforcementFaction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, K2Node_CreateDelegate_OutputDelegate_6) == 0x00009C, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_IsActive_ReturnValue) == 0x0000AC, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_IsTargetSpotted_ReturnValue) == 0x0000AD, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_IsTargetSpotted_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_IsTargetInRange_ReturnValue) == 0x0000AE, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_IsTargetInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_GetPosition_ReturnValue) == 0x0000B0, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_GetPosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_GetPlayingInstance_ReturnValue) == 0x0000C8, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x0000D0, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, K2Node_DynamicCast_AsBPI_Radio) == 0x0000D8, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::K2Node_DynamicCast_AsBPI_Radio' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_GetEnforcementFaction_ReturnValue_1) == 0x0000F0, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_GetEnforcementFaction_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_IsValid_ReturnValue_2) == 0x0000F8, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_ShowWantedUI_ReturnValue) == 0x0000F9, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_ShowWantedUI_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, K2Node_DynamicCast_AsBPI_Radio_1) == 0x000100, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::K2Node_DynamicCast_AsBPI_Radio_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, K2Node_DynamicCast_bSuccess_1) == 0x000110, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_HasInventoryItem_ReturnValue) == 0x000111, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000118, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x000120, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_IsVehicleDriver_ReturnValue) == 0x000128, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_IsVehicleDriver_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_GetEnforcementFaction_ReturnValue_2) == 0x000130, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_GetEnforcementFaction_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_BooleanAND_ReturnValue) == 0x000138, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_IsValid_ReturnValue_3) == 0x000139, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_SelectFloat_ReturnValue) == 0x000140, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_GetTotalEscapeTime_ReturnValue) == 0x000148, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_GetTotalEscapeTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_Round_ReturnValue) == 0x00014C, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_GetRemainingEscapeTime_ReturnValue) == 0x000150, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_GetRemainingEscapeTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000158, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000160, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_SetEscapeTimeScalar_TimeScalar_ImplicitCast) == 0x000164, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_SetEscapeTimeScalar_TimeScalar_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_Round_A_ImplicitCast) == 0x000168, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_Round_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, K2Node_CallDelegate_RemainingEscapeTime_ImplicitCast) == 0x000170, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::K2Node_CallDelegate_RemainingEscapeTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000178, "Member 'BP_Enforcement_C_ExecuteUbergraph_BP_Enforcement::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Enforcement_C \ +static_assert(alignof(ABP_Enforcement_C) == 0x000008, "Wrong alignment on ABP_Enforcement_C"); \ +static_assert(sizeof(ABP_Enforcement_C) == 0x000378, "Wrong size on ABP_Enforcement_C"); \ +static_assert(offsetof(ABP_Enforcement_C, UberGraphFrame) == 0x0002B8, "Member 'ABP_Enforcement_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_Enforcement_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, EscapeTickTimeHandle) == 0x0002C8, "Member 'ABP_Enforcement_C::EscapeTickTimeHandle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, IsWantedChanged) == 0x0002D0, "Member 'ABP_Enforcement_C::IsWantedChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, IsEscapingChanged) == 0x0002E0, "Member 'ABP_Enforcement_C::IsEscapingChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, IsEscapedChanged) == 0x0002F0, "Member 'ABP_Enforcement_C::IsEscapedChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, IsEscapeTimerChanged) == 0x000300, "Member 'ABP_Enforcement_C::IsEscapeTimerChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, CrimeSceneTickTimeHandle) == 0x000310, "Member 'ABP_Enforcement_C::CrimeSceneTickTimeHandle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, IsWanted) == 0x000318, "Member 'ABP_Enforcement_C::IsWanted' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, IsEscaping) == 0x000319, "Member 'ABP_Enforcement_C::IsEscaping' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, IsEscaped) == 0x00031A, "Member 'ABP_Enforcement_C::IsEscaped' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, EscapeTimeMax) == 0x00031C, "Member 'ABP_Enforcement_C::EscapeTimeMax' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, IsEscapeTimeMaxChanged) == 0x000320, "Member 'ABP_Enforcement_C::IsEscapeTimeMaxChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, IsCrimeScenePositionChanged) == 0x000330, "Member 'ABP_Enforcement_C::IsCrimeScenePositionChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, IsTargetInRangeChanged) == 0x000340, "Member 'ABP_Enforcement_C::IsTargetInRangeChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, IsTargetSpotted) == 0x000350, "Member 'ABP_Enforcement_C::IsTargetSpotted' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, SetTeamIdChanged) == 0x000360, "Member 'ABP_Enforcement_C::SetTeamIdChanged' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, WSCrimeActive) == 0x000370, "Member 'ABP_Enforcement_C::WSCrimeActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_C, bShowWantedUI) == 0x000371, "Member 'ABP_Enforcement_C::bShowWantedUI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang \ +static_assert(alignof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang) == 0x000008, "Wrong alignment on BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang"); \ +static_assert(sizeof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang) == 0x0000A8, "Wrong size on BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, EntryPoint) == 0x000000, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000014, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, Temp_bool_Has_Been_Initd_Variable) == 0x000020, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, Temp_bool_IsClosed_Variable) == 0x000021, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000028, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, CallFunc_GetEnforcementFaction_ReturnValue) == 0x000030, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::CallFunc_GetEnforcementFaction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, K2Node_CustomEvent_Faction_1) == 0x000038, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::K2Node_CustomEvent_Faction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, K2Node_CustomEvent_Crime) == 0x000039, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::K2Node_CustomEvent_Crime' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, K2Node_CustomEvent_WorldPosition_1) == 0x000040, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::K2Node_CustomEvent_WorldPosition_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, CallFunc_HasActiveAgents_ReturnValue) == 0x000058, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::CallFunc_HasActiveAgents_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, CallFunc_Not_PreBool_ReturnValue) == 0x000059, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00005A, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, K2Node_CustomEvent_Faction) == 0x00005B, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::K2Node_CustomEvent_Faction' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, K2Node_CustomEvent_Status) == 0x00005C, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::K2Node_CustomEvent_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, K2Node_CustomEvent_WorldPosition) == 0x000060, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::K2Node_CustomEvent_WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, K2Node_CreateDelegate_OutputDelegate_1) == 0x000078, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000088, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, K2Node_CreateDelegate_OutputDelegate_2) == 0x00008C, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00009C, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, CallFunc_BooleanAND_ReturnValue) == 0x00009D, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x0000A0, "Member 'BP_Enforcement_Gang_C_ExecuteUbergraph_BP_Enforcement_Gang::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Enforcement_Gang_C_OnCrimeReportedForFaction_Event \ +static_assert(alignof(BP_Enforcement_Gang_C_OnCrimeReportedForFaction_Event) == 0x000008, "Wrong alignment on BP_Enforcement_Gang_C_OnCrimeReportedForFaction_Event"); \ +static_assert(sizeof(BP_Enforcement_Gang_C_OnCrimeReportedForFaction_Event) == 0x000020, "Wrong size on BP_Enforcement_Gang_C_OnCrimeReportedForFaction_Event"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_OnCrimeReportedForFaction_Event, Faction) == 0x000000, "Member 'BP_Enforcement_Gang_C_OnCrimeReportedForFaction_Event::Faction' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_OnCrimeReportedForFaction_Event, Crime) == 0x000001, "Member 'BP_Enforcement_Gang_C_OnCrimeReportedForFaction_Event::Crime' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_OnCrimeReportedForFaction_Event, WorldPosition) == 0x000008, "Member 'BP_Enforcement_Gang_C_OnCrimeReportedForFaction_Event::WorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Enforcement_Gang_C_OnCrimeStatusUpdated_Event \ +static_assert(alignof(BP_Enforcement_Gang_C_OnCrimeStatusUpdated_Event) == 0x000008, "Wrong alignment on BP_Enforcement_Gang_C_OnCrimeStatusUpdated_Event"); \ +static_assert(sizeof(BP_Enforcement_Gang_C_OnCrimeStatusUpdated_Event) == 0x000020, "Wrong size on BP_Enforcement_Gang_C_OnCrimeStatusUpdated_Event"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_OnCrimeStatusUpdated_Event, Faction) == 0x000000, "Member 'BP_Enforcement_Gang_C_OnCrimeStatusUpdated_Event::Faction' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_OnCrimeStatusUpdated_Event, Status) == 0x000001, "Member 'BP_Enforcement_Gang_C_OnCrimeStatusUpdated_Event::Status' has a wrong offset!"); \ +static_assert(offsetof(BP_Enforcement_Gang_C_OnCrimeStatusUpdated_Event, WorldPosition) == 0x000008, "Member 'BP_Enforcement_Gang_C_OnCrimeStatusUpdated_Event::WorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Enforcement_Gang_C \ +static_assert(alignof(ABP_Enforcement_Gang_C) == 0x000008, "Wrong alignment on ABP_Enforcement_Gang_C"); \ +static_assert(sizeof(ABP_Enforcement_Gang_C) == 0x000390, "Wrong size on ABP_Enforcement_Gang_C"); \ +static_assert(offsetof(ABP_Enforcement_Gang_C, UberGraphFrame_BP_Enforcement_Gang_C) == 0x000378, "Member 'ABP_Enforcement_Gang_C::UberGraphFrame_BP_Enforcement_Gang_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_Gang_C, WorldStateBoolObserver) == 0x000380, "Member 'ABP_Enforcement_Gang_C::WorldStateBoolObserver' has a wrong offset!"); \ +static_assert(offsetof(ABP_Enforcement_Gang_C, CrimeTickTimerHandle) == 0x000388, "Member 'ABP_Enforcement_Gang_C::CrimeTickTimerHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputActionWidgetStyle_Default_C \ +static_assert(alignof(UInputActionWidgetStyle_Default_C) == 0x000010, "Wrong alignment on UInputActionWidgetStyle_Default_C"); \ +static_assert(sizeof(UInputActionWidgetStyle_Default_C) == 0x000490, "Wrong size on UInputActionWidgetStyle_Default_C"); \ + +#define DUMPER7_ASSERTS_UBP_CommonUIRichTextData_C \ +static_assert(alignof(UBP_CommonUIRichTextData_C) == 0x000008, "Wrong alignment on UBP_CommonUIRichTextData_C"); \ +static_assert(sizeof(UBP_CommonUIRichTextData_C) == 0x000030, "Wrong size on UBP_CommonUIRichTextData_C"); \ + +#define DUMPER7_ASSERTS_BP_VM_HUD_SkillBase_C_ExecuteUbergraph_BP_VM_HUD_SkillBase \ +static_assert(alignof(BP_VM_HUD_SkillBase_C_ExecuteUbergraph_BP_VM_HUD_SkillBase) == 0x000004, "Wrong alignment on BP_VM_HUD_SkillBase_C_ExecuteUbergraph_BP_VM_HUD_SkillBase"); \ +static_assert(sizeof(BP_VM_HUD_SkillBase_C_ExecuteUbergraph_BP_VM_HUD_SkillBase) == 0x000008, "Wrong size on BP_VM_HUD_SkillBase_C_ExecuteUbergraph_BP_VM_HUD_SkillBase"); \ +static_assert(offsetof(BP_VM_HUD_SkillBase_C_ExecuteUbergraph_BP_VM_HUD_SkillBase, EntryPoint) == 0x000000, "Member 'BP_VM_HUD_SkillBase_C_ExecuteUbergraph_BP_VM_HUD_SkillBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_SkillBase_C_ExecuteUbergraph_BP_VM_HUD_SkillBase, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000004, "Member 'BP_VM_HUD_SkillBase_C_ExecuteUbergraph_BP_VM_HUD_SkillBase::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_SkillBase_C_ExecuteUbergraph_BP_VM_HUD_SkillBase, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000005, "Member 'BP_VM_HUD_SkillBase_C_ExecuteUbergraph_BP_VM_HUD_SkillBase::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VM_HUD_SkillBase_C \ +static_assert(alignof(UBP_VM_HUD_SkillBase_C) == 0x000008, "Wrong alignment on UBP_VM_HUD_SkillBase_C"); \ +static_assert(sizeof(UBP_VM_HUD_SkillBase_C) == 0x0000E8, "Wrong size on UBP_VM_HUD_SkillBase_C"); \ +static_assert(offsetof(UBP_VM_HUD_SkillBase_C, UberGraphFrame) == 0x000070, "Member 'UBP_VM_HUD_SkillBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_SkillBase_C, WidgetClass) == 0x000078, "Member 'UBP_VM_HUD_SkillBase_C::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_SkillBase_C, ViewModelName) == 0x000080, "Member 'UBP_VM_HUD_SkillBase_C::ViewModelName' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_SkillBase_C, UIMetaData) == 0x000088, "Member 'UBP_VM_HUD_SkillBase_C::UIMetaData' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_SkillBase_C, Item) == 0x000090, "Member 'UBP_VM_HUD_SkillBase_C::Item' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_SkillBase_C, Icon) == 0x0000C8, "Member 'UBP_VM_HUD_SkillBase_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_SkillBase_C, DisplayName) == 0x0000D0, "Member 'UBP_VM_HUD_SkillBase_C::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_SkillBase_C, IsSkillVisible) == 0x0000E0, "Member 'UBP_VM_HUD_SkillBase_C::IsSkillVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_UIMetaData_Mixin_C \ +static_assert(alignof(UBP_Skill_UIMetaData_Mixin_C) == 0x000008, "Wrong alignment on UBP_Skill_UIMetaData_Mixin_C"); \ +static_assert(sizeof(UBP_Skill_UIMetaData_Mixin_C) == 0x0000E8, "Wrong size on UBP_Skill_UIMetaData_Mixin_C"); \ +static_assert(offsetof(UBP_Skill_UIMetaData_Mixin_C, DisplayName) == 0x000088, "Member 'UBP_Skill_UIMetaData_Mixin_C::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_UIMetaData_Mixin_C, ShortName) == 0x000098, "Member 'UBP_Skill_UIMetaData_Mixin_C::ShortName' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_UIMetaData_Mixin_C, Description) == 0x0000A8, "Member 'UBP_Skill_UIMetaData_Mixin_C::Description' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_UIMetaData_Mixin_C, ShortDescription) == 0x0000B8, "Member 'UBP_Skill_UIMetaData_Mixin_C::ShortDescription' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_UIMetaData_Mixin_C, Icon) == 0x0000C8, "Member 'UBP_Skill_UIMetaData_Mixin_C::Icon' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_UIMetaData_Mixin_C, HudViewModel) == 0x0000D0, "Member 'UBP_Skill_UIMetaData_Mixin_C::HudViewModel' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_UIMetaData_Mixin_C, HudViewModelName) == 0x0000D8, "Member 'UBP_Skill_UIMetaData_Mixin_C::HudViewModelName' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_UIMetaData_Mixin_C, HudWidget) == 0x0000E0, "Member 'UBP_Skill_UIMetaData_Mixin_C::HudWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_Mixin_C \ +static_assert(alignof(UBP_Skill_Mixin_C) == 0x000008, "Wrong alignment on UBP_Skill_Mixin_C"); \ +static_assert(sizeof(UBP_Skill_Mixin_C) == 0x000140, "Wrong size on UBP_Skill_Mixin_C"); \ +static_assert(offsetof(UBP_Skill_Mixin_C, TradeItemAmount) == 0x000088, "Member 'UBP_Skill_Mixin_C::TradeItemAmount' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Mixin_C, TradeItemType) == 0x000090, "Member 'UBP_Skill_Mixin_C::TradeItemType' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Mixin_C, AdditionalItemOfferedOnTrade) == 0x0000B8, "Member 'UBP_Skill_Mixin_C::AdditionalItemOfferedOnTrade' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Mixin_C, AdditionalItemAmount) == 0x0000E0, "Member 'UBP_Skill_Mixin_C::AdditionalItemAmount' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Mixin_C, UnlockAttribute) == 0x0000E8, "Member 'UBP_Skill_Mixin_C::UnlockAttribute' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Mixin_C, UnlockLevel) == 0x000110, "Member 'UBP_Skill_Mixin_C::UnlockLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Mixin_C, Tag) == 0x000118, "Member 'UBP_Skill_Mixin_C::Tag' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Mixin_C, DynamicValue) == 0x000138, "Member 'UBP_Skill_Mixin_C::DynamicValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_ResidentialLow01_C \ +static_assert(alignof(APLA_ResidentialLow01_C) == 0x000008, "Wrong alignment on APLA_ResidentialLow01_C"); \ +static_assert(sizeof(APLA_ResidentialLow01_C) == 0x0005F0, "Wrong size on APLA_ResidentialLow01_C"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh83) == 0x000350, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh83' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh82) == 0x000358, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh82' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh81) == 0x000360, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh81' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh80) == 0x000368, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh80' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh79) == 0x000370, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh79' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh78) == 0x000378, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh78' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh77) == 0x000380, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh77' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh76) == 0x000388, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh76' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh75) == 0x000390, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh75' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh74) == 0x000398, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh74' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh73) == 0x0003A0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh73' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh72) == 0x0003A8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh72' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh71) == 0x0003B0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh71' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh70) == 0x0003B8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh70' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh69) == 0x0003C0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh69' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh68) == 0x0003C8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh68' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh67) == 0x0003D0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh67' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh66) == 0x0003D8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh66' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh65) == 0x0003E0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh65' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh64) == 0x0003E8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh64' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh63) == 0x0003F0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh63' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh62) == 0x0003F8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh62' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh61) == 0x000400, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh61' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh60) == 0x000408, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh60' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh59) == 0x000410, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh59' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh58) == 0x000418, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh58' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh57) == 0x000420, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh57' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh56) == 0x000428, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh56' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh55) == 0x000430, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh55' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh54) == 0x000438, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh54' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh53) == 0x000440, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh53' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh52) == 0x000448, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh52' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh51) == 0x000450, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh51' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh50) == 0x000458, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh50' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh49) == 0x000460, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh49' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh48) == 0x000468, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh48' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh47) == 0x000470, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh47' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh46) == 0x000478, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh46' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh45) == 0x000480, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh45' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh44) == 0x000488, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh44' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh43) == 0x000490, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh43' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh42) == 0x000498, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh42' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh41) == 0x0004A0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh41' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh40) == 0x0004A8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh40' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh39) == 0x0004B0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh39' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh38) == 0x0004B8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh38' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh37) == 0x0004C0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh37' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh36) == 0x0004C8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh36' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh35) == 0x0004D0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh35' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh34) == 0x0004D8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh34' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh33) == 0x0004E0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh33' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh32) == 0x0004E8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh32' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh31) == 0x0004F0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh31' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh30) == 0x0004F8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh30' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh29) == 0x000500, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh29' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh28) == 0x000508, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh28' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh27) == 0x000510, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh27' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh26) == 0x000518, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh26' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh25) == 0x000520, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh25' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh24) == 0x000528, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh24' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh23) == 0x000530, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh23' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh22) == 0x000538, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh22' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh21) == 0x000540, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh21' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh20) == 0x000548, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh20' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh19) == 0x000550, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh19' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh18) == 0x000558, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh18' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh17) == 0x000560, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh17' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh16) == 0x000568, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh16' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh15) == 0x000570, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh15' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh14) == 0x000578, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh14' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh13) == 0x000580, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh13' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh12) == 0x000588, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh12' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh11) == 0x000590, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh11' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh10) == 0x000598, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh10' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh9) == 0x0005A0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh9' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh8) == 0x0005A8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh8' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh7) == 0x0005B0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh7' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh6) == 0x0005B8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh5) == 0x0005C0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh4) == 0x0005C8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh3) == 0x0005D0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh2) == 0x0005D8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh1) == 0x0005E0, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_ResidentialLow01_C, InstancedStaticMesh) == 0x0005E8, "Member 'APLA_ResidentialLow01_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Attribute_UIMetaData_Mixin_C \ +static_assert(alignof(UBP_Attribute_UIMetaData_Mixin_C) == 0x000008, "Wrong alignment on UBP_Attribute_UIMetaData_Mixin_C"); \ +static_assert(sizeof(UBP_Attribute_UIMetaData_Mixin_C) == 0x0000C0, "Wrong size on UBP_Attribute_UIMetaData_Mixin_C"); \ +static_assert(offsetof(UBP_Attribute_UIMetaData_Mixin_C, DisplayName) == 0x000088, "Member 'UBP_Attribute_UIMetaData_Mixin_C::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UBP_Attribute_UIMetaData_Mixin_C, DisplayDesc) == 0x000098, "Member 'UBP_Attribute_UIMetaData_Mixin_C::DisplayDesc' has a wrong offset!"); \ +static_assert(offsetof(UBP_Attribute_UIMetaData_Mixin_C, FlavorText) == 0x0000A8, "Member 'UBP_Attribute_UIMetaData_Mixin_C::FlavorText' has a wrong offset!"); \ +static_assert(offsetof(UBP_Attribute_UIMetaData_Mixin_C, Icon) == 0x0000B8, "Member 'UBP_Attribute_UIMetaData_Mixin_C::Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Stat_UIMetaData_Mixin_C \ +static_assert(alignof(UBP_Stat_UIMetaData_Mixin_C) == 0x000008, "Wrong alignment on UBP_Stat_UIMetaData_Mixin_C"); \ +static_assert(sizeof(UBP_Stat_UIMetaData_Mixin_C) == 0x0000A0, "Wrong size on UBP_Stat_UIMetaData_Mixin_C"); \ +static_assert(offsetof(UBP_Stat_UIMetaData_Mixin_C, DisplayName) == 0x000088, "Member 'UBP_Stat_UIMetaData_Mixin_C::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UBP_Stat_UIMetaData_Mixin_C, Icon) == 0x000098, "Member 'UBP_Stat_UIMetaData_Mixin_C::Icon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TakeDrugsNotify_C_FireNotify \ +static_assert(alignof(BP_TakeDrugsNotify_C_FireNotify) == 0x000008, "Wrong alignment on BP_TakeDrugsNotify_C_FireNotify"); \ +static_assert(sizeof(BP_TakeDrugsNotify_C_FireNotify) == 0x000030, "Wrong size on BP_TakeDrugsNotify_C_FireNotify"); \ +static_assert(offsetof(BP_TakeDrugsNotify_C_FireNotify, ActionUpdateContext) == 0x000000, "Member 'BP_TakeDrugsNotify_C_FireNotify::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_TakeDrugsNotify_C_FireNotify, CallFunc_GetActionInstigator_ReturnValue) == 0x000010, "Member 'BP_TakeDrugsNotify_C_FireNotify::CallFunc_GetActionInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TakeDrugsNotify_C_FireNotify, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_TakeDrugsNotify_C_FireNotify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TakeDrugsNotify_C_FireNotify, K2Node_DynamicCast_AsBP_UE4_Player_Character) == 0x000020, "Member 'BP_TakeDrugsNotify_C_FireNotify::K2Node_DynamicCast_AsBP_UE4_Player_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_TakeDrugsNotify_C_FireNotify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_TakeDrugsNotify_C_FireNotify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TakeDrugsNotify_C \ +static_assert(alignof(UBP_TakeDrugsNotify_C) == 0x000008, "Wrong alignment on UBP_TakeDrugsNotify_C"); \ +static_assert(sizeof(UBP_TakeDrugsNotify_C) == 0x000038, "Wrong size on UBP_TakeDrugsNotify_C"); \ + +#define DUMPER7_ASSERTS_UBP_Stat_Mixin_C \ +static_assert(alignof(UBP_Stat_Mixin_C) == 0x000008, "Wrong alignment on UBP_Stat_Mixin_C"); \ +static_assert(sizeof(UBP_Stat_Mixin_C) == 0x0000E0, "Wrong size on UBP_Stat_Mixin_C"); \ +static_assert(offsetof(UBP_Stat_Mixin_C, BaseMaxValue) == 0x000088, "Member 'UBP_Stat_Mixin_C::BaseMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_Stat_Mixin_C, PrimaryAttribute) == 0x000090, "Member 'UBP_Stat_Mixin_C::PrimaryAttribute' has a wrong offset!"); \ +static_assert(offsetof(UBP_Stat_Mixin_C, SecondaryAttribute) == 0x0000B8, "Member 'UBP_Stat_Mixin_C::SecondaryAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_POI_UIMetaData_Mixin_C \ +static_assert(alignof(UBP_POI_UIMetaData_Mixin_C) == 0x000008, "Wrong alignment on UBP_POI_UIMetaData_Mixin_C"); \ +static_assert(sizeof(UBP_POI_UIMetaData_Mixin_C) == 0x0000F0, "Wrong size on UBP_POI_UIMetaData_Mixin_C"); \ +static_assert(offsetof(UBP_POI_UIMetaData_Mixin_C, DisplayName) == 0x000088, "Member 'UBP_POI_UIMetaData_Mixin_C::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UBP_POI_UIMetaData_Mixin_C, DisplayDesc) == 0x000098, "Member 'UBP_POI_UIMetaData_Mixin_C::DisplayDesc' has a wrong offset!"); \ +static_assert(offsetof(UBP_POI_UIMetaData_Mixin_C, FlavorText) == 0x0000A8, "Member 'UBP_POI_UIMetaData_Mixin_C::FlavorText' has a wrong offset!"); \ +static_assert(offsetof(UBP_POI_UIMetaData_Mixin_C, Image) == 0x0000B8, "Member 'UBP_POI_UIMetaData_Mixin_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UBP_POI_UIMetaData_Mixin_C, NamedLocation) == 0x0000C0, "Member 'UBP_POI_UIMetaData_Mixin_C::NamedLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_POI_UIMetaData_Mixin_C, CityBlock) == 0x0000E8, "Member 'UBP_POI_UIMetaData_Mixin_C::CityBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TutorialData_Mixin_C \ +static_assert(alignof(UBP_TutorialData_Mixin_C) == 0x000008, "Wrong alignment on UBP_TutorialData_Mixin_C"); \ +static_assert(sizeof(UBP_TutorialData_Mixin_C) == 0x000098, "Wrong size on UBP_TutorialData_Mixin_C"); \ +static_assert(offsetof(UBP_TutorialData_Mixin_C, HintText) == 0x000088, "Member 'UBP_TutorialData_Mixin_C::HintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Perk_Mixin_C \ +static_assert(alignof(UBP_Perk_Mixin_C) == 0x000008, "Wrong alignment on UBP_Perk_Mixin_C"); \ +static_assert(sizeof(UBP_Perk_Mixin_C) == 0x0000C0, "Wrong size on UBP_Perk_Mixin_C"); \ +static_assert(offsetof(UBP_Perk_Mixin_C, Tag) == 0x000088, "Member 'UBP_Perk_Mixin_C::Tag' has a wrong offset!"); \ +static_assert(offsetof(UBP_Perk_Mixin_C, ItemsToRemoveOnAcquire) == 0x0000A8, "Member 'UBP_Perk_Mixin_C::ItemsToRemoveOnAcquire' has a wrong offset!"); \ +static_assert(offsetof(UBP_Perk_Mixin_C, DynamicValue) == 0x0000B8, "Member 'UBP_Perk_Mixin_C::DynamicValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGLBP_Billboard01_800x400_WallMounted01_C \ +static_assert(alignof(AGLBP_Billboard01_800x400_WallMounted01_C) == 0x000008, "Wrong alignment on AGLBP_Billboard01_800x400_WallMounted01_C"); \ +static_assert(sizeof(AGLBP_Billboard01_800x400_WallMounted01_C) == 0x000338, "Wrong size on AGLBP_Billboard01_800x400_WallMounted01_C"); \ +static_assert(offsetof(AGLBP_Billboard01_800x400_WallMounted01_C, FakeRectLight) == 0x000330, "Member 'AGLBP_Billboard01_800x400_WallMounted01_C::FakeRectLight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULS_Startup_DirectorBP_C \ +static_assert(alignof(ULS_Startup_DirectorBP_C) == 0x000008, "Wrong alignment on ULS_Startup_DirectorBP_C"); \ +static_assert(sizeof(ULS_Startup_DirectorBP_C) == 0x000048, "Wrong size on ULS_Startup_DirectorBP_C"); \ + +#define DUMPER7_ASSERTS_FSPowerlineCableTarget \ +static_assert(alignof(FSPowerlineCableTarget) == 0x000008, "Wrong alignment on FSPowerlineCableTarget"); \ +static_assert(sizeof(FSPowerlineCableTarget) == 0x000040, "Wrong size on FSPowerlineCableTarget"); \ +static_assert(offsetof(FSPowerlineCableTarget, Target_10_A5EAC7FB4E3DF8EEA547568CE3B2F78E) == 0x000000, "Member 'FSPowerlineCableTarget::Target_10_A5EAC7FB4E3DF8EEA547568CE3B2F78E' has a wrong offset!"); \ +static_assert(offsetof(FSPowerlineCableTarget, TargetRef_13_F0407C774867A94C808AF68636021B8A) == 0x000028, "Member 'FSPowerlineCableTarget::TargetRef_13_F0407C774867A94C808AF68636021B8A' has a wrong offset!"); \ +static_assert(offsetof(FSPowerlineCableTarget, Index_9_5AABA1744AE5CC3DCC9EA28A221D4B46) == 0x000038, "Member 'FSPowerlineCableTarget::Index_9_5AABA1744AE5CC3DCC9EA28A221D4B46' has a wrong offset!"); \ +static_assert(offsetof(FSPowerlineCableTarget, ConnectToClosestPoint_6_530935E1400ED46A13BF0FB85E5E7AF2) == 0x00003C, "Member 'FSPowerlineCableTarget::ConnectToClosestPoint_6_530935E1400ED46A13BF0FB85E5E7AF2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CableCluster_C \ +static_assert(alignof(ABP_CableCluster_C) == 0x000008, "Wrong alignment on ABP_CableCluster_C"); \ +static_assert(sizeof(ABP_CableCluster_C) == 0x0002B8, "Wrong size on ABP_CableCluster_C"); \ +static_assert(offsetof(ABP_CableCluster_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_CableCluster_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ActionCondition_AnyFlagsMatch_C_Evaluate \ +static_assert(alignof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate) == 0x000008, "Wrong alignment on BP_ActionCondition_AnyFlagsMatch_C_Evaluate"); \ +static_assert(sizeof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate) == 0x000038, "Wrong size on BP_ActionCondition_AnyFlagsMatch_C_Evaluate"); \ +static_assert(offsetof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate, Context) == 0x000000, "Member 'BP_ActionCondition_AnyFlagsMatch_C_Evaluate::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate, ReturnValue) == 0x000020, "Member 'BP_ActionCondition_AnyFlagsMatch_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate, Result) == 0x000021, "Member 'BP_ActionCondition_AnyFlagsMatch_C_Evaluate::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_ActionCondition_AnyFlagsMatch_C_Evaluate::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_ActionCondition_AnyFlagsMatch_C_Evaluate::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_ActionCondition_AnyFlagsMatch_C_Evaluate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_ActionCondition_AnyFlagsMatch_C_Evaluate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_ActionCondition_AnyFlagsMatch_C_Evaluate::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'BP_ActionCondition_AnyFlagsMatch_C_Evaluate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate, CallFunc_IsFlagRaised_ReturnValue) == 0x000036, "Member 'BP_ActionCondition_AnyFlagsMatch_C_Evaluate::CallFunc_IsFlagRaised_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AnyFlagsMatch_C_Evaluate, CallFunc_BooleanOR_ReturnValue) == 0x000037, "Member 'BP_ActionCondition_AnyFlagsMatch_C_Evaluate::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ActionCondition_AnyFlagsMatch_C \ +static_assert(alignof(UBP_ActionCondition_AnyFlagsMatch_C) == 0x000008, "Wrong alignment on UBP_ActionCondition_AnyFlagsMatch_C"); \ +static_assert(sizeof(UBP_ActionCondition_AnyFlagsMatch_C) == 0x000048, "Wrong size on UBP_ActionCondition_AnyFlagsMatch_C"); \ +static_assert(offsetof(UBP_ActionCondition_AnyFlagsMatch_C, Flags_0) == 0x000038, "Member 'UBP_ActionCondition_AnyFlagsMatch_C::Flags_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULockRotation_C \ +static_assert(alignof(ULockRotation_C) == 0x000008, "Wrong alignment on ULockRotation_C"); \ +static_assert(sizeof(ULockRotation_C) == 0x000030, "Wrong size on ULockRotation_C"); \ + +#define DUMPER7_ASSERTS_UDmgTypeBP_Explosion_C \ +static_assert(alignof(UDmgTypeBP_Explosion_C) == 0x000008, "Wrong alignment on UDmgTypeBP_Explosion_C"); \ +static_assert(sizeof(UDmgTypeBP_Explosion_C) == 0x000048, "Wrong size on UDmgTypeBP_Explosion_C"); \ + +#define DUMPER7_ASSERTS_UDmgTypeBP_Shotgun_C \ +static_assert(alignof(UDmgTypeBP_Shotgun_C) == 0x000008, "Wrong alignment on UDmgTypeBP_Shotgun_C"); \ +static_assert(sizeof(UDmgTypeBP_Shotgun_C) == 0x000048, "Wrong size on UDmgTypeBP_Shotgun_C"); \ + +#define DUMPER7_ASSERTS_ALI_EnvironmentalMelee_C_EnvironmentalTakedownReact_Layer \ +static_assert(alignof(ALI_EnvironmentalMelee_C_EnvironmentalTakedownReact_Layer) == 0x000008, "Wrong alignment on ALI_EnvironmentalMelee_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(sizeof(ALI_EnvironmentalMelee_C_EnvironmentalTakedownReact_Layer) == 0x000010, "Wrong size on ALI_EnvironmentalMelee_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(offsetof(ALI_EnvironmentalMelee_C_EnvironmentalTakedownReact_Layer, EnvironmentalTakedownReact_Layer_0) == 0x000000, "Member 'ALI_EnvironmentalMelee_C_EnvironmentalTakedownReact_Layer::EnvironmentalTakedownReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_EnvironmentalMelee_C_EnvironmentalTakedown_Layer \ +static_assert(alignof(ALI_EnvironmentalMelee_C_EnvironmentalTakedown_Layer) == 0x000008, "Wrong alignment on ALI_EnvironmentalMelee_C_EnvironmentalTakedown_Layer"); \ +static_assert(sizeof(ALI_EnvironmentalMelee_C_EnvironmentalTakedown_Layer) == 0x000010, "Wrong size on ALI_EnvironmentalMelee_C_EnvironmentalTakedown_Layer"); \ +static_assert(offsetof(ALI_EnvironmentalMelee_C_EnvironmentalTakedown_Layer, EnvironmentalTakedown_Layer_0) == 0x000000, "Member 'ALI_EnvironmentalMelee_C_EnvironmentalTakedown_Layer::EnvironmentalTakedown_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_EnvironmentalMelee_C_EnvironmentalHazardReact_Layer \ +static_assert(alignof(ALI_EnvironmentalMelee_C_EnvironmentalHazardReact_Layer) == 0x000008, "Wrong alignment on ALI_EnvironmentalMelee_C_EnvironmentalHazardReact_Layer"); \ +static_assert(sizeof(ALI_EnvironmentalMelee_C_EnvironmentalHazardReact_Layer) == 0x000010, "Wrong size on ALI_EnvironmentalMelee_C_EnvironmentalHazardReact_Layer"); \ +static_assert(offsetof(ALI_EnvironmentalMelee_C_EnvironmentalHazardReact_Layer, EnvironmentalHazardReact_Layer_0) == 0x000000, "Member 'ALI_EnvironmentalMelee_C_EnvironmentalHazardReact_Layer::EnvironmentalHazardReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_EnvironmentalMelee_C_EnvironmentalAttackReact_Layer \ +static_assert(alignof(ALI_EnvironmentalMelee_C_EnvironmentalAttackReact_Layer) == 0x000008, "Wrong alignment on ALI_EnvironmentalMelee_C_EnvironmentalAttackReact_Layer"); \ +static_assert(sizeof(ALI_EnvironmentalMelee_C_EnvironmentalAttackReact_Layer) == 0x000010, "Wrong size on ALI_EnvironmentalMelee_C_EnvironmentalAttackReact_Layer"); \ +static_assert(offsetof(ALI_EnvironmentalMelee_C_EnvironmentalAttackReact_Layer, EnvironmentalAttackReact_Layer_0) == 0x000000, "Member 'ALI_EnvironmentalMelee_C_EnvironmentalAttackReact_Layer::EnvironmentalAttackReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_EnvironmentalMelee_C_EnvironmentalAttack_Layer \ +static_assert(alignof(ALI_EnvironmentalMelee_C_EnvironmentalAttack_Layer) == 0x000008, "Wrong alignment on ALI_EnvironmentalMelee_C_EnvironmentalAttack_Layer"); \ +static_assert(sizeof(ALI_EnvironmentalMelee_C_EnvironmentalAttack_Layer) == 0x000010, "Wrong size on ALI_EnvironmentalMelee_C_EnvironmentalAttack_Layer"); \ +static_assert(offsetof(ALI_EnvironmentalMelee_C_EnvironmentalAttack_Layer, EnvironmentalAttack_Layer_0) == 0x000000, "Member 'ALI_EnvironmentalMelee_C_EnvironmentalAttack_Layer::EnvironmentalAttack_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IALI_EnvironmentalMelee_C \ +static_assert(alignof(IALI_EnvironmentalMelee_C) == 0x000001, "Wrong alignment on IALI_EnvironmentalMelee_C"); \ +static_assert(sizeof(IALI_EnvironmentalMelee_C) == 0x000001, "Wrong size on IALI_EnvironmentalMelee_C"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotify_FireAndForgetSFX_C_Received_Notify \ +static_assert(alignof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify) == 0x000008, "Wrong alignment on BP_AnimNotify_FireAndForgetSFX_C_Received_Notify"); \ +static_assert(sizeof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify) == 0x0000D0, "Wrong size on BP_AnimNotify_FireAndForgetSFX_C_Received_Notify"); \ +static_assert(offsetof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_AnimNotify_FireAndForgetSFX_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify, Animation) == 0x000008, "Member 'BP_AnimNotify_FireAndForgetSFX_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify, EventReference) == 0x000010, "Member 'BP_AnimNotify_FireAndForgetSFX_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify, ReturnValue) == 0x000060, "Member 'BP_AnimNotify_FireAndForgetSFX_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify, Temp_struct_Variable) == 0x000068, "Member 'BP_AnimNotify_FireAndForgetSFX_C_Received_Notify::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000078, "Member 'BP_AnimNotify_FireAndForgetSFX_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000080, "Member 'BP_AnimNotify_FireAndForgetSFX_C_Received_Notify::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify, CallFunc_GetDisplayName_ReturnValue) == 0x000098, "Member 'BP_AnimNotify_FireAndForgetSFX_C_Received_Notify::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify, Temp_object_Variable) == 0x0000A8, "Member 'BP_AnimNotify_FireAndForgetSFX_C_Received_Notify::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B8, "Member 'BP_AnimNotify_FireAndForgetSFX_C_Received_Notify::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FireAndForgetSFX_C_Received_Notify, CallFunc_CJPostEventAtLocation_ReturnValue) == 0x0000C8, "Member 'BP_AnimNotify_FireAndForgetSFX_C_Received_Notify::CallFunc_CJPostEventAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotify_FireAndForgetSFX_C \ +static_assert(alignof(UBP_AnimNotify_FireAndForgetSFX_C) == 0x000008, "Wrong alignment on UBP_AnimNotify_FireAndForgetSFX_C"); \ +static_assert(sizeof(UBP_AnimNotify_FireAndForgetSFX_C) == 0x000040, "Wrong size on UBP_AnimNotify_FireAndForgetSFX_C"); \ +static_assert(offsetof(UBP_AnimNotify_FireAndForgetSFX_C, Event) == 0x000038, "Member 'UBP_AnimNotify_FireAndForgetSFX_C::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndToLocomotionBranch_C \ +static_assert(alignof(UEndToLocomotionBranch_C) == 0x000008, "Wrong alignment on UEndToLocomotionBranch_C"); \ +static_assert(sizeof(UEndToLocomotionBranch_C) == 0x000030, "Wrong size on UEndToLocomotionBranch_C"); \ + +#define DUMPER7_ASSERTS_UDmgTypeBP_Melee_C \ +static_assert(alignof(UDmgTypeBP_Melee_C) == 0x000008, "Wrong alignment on UDmgTypeBP_Melee_C"); \ +static_assert(sizeof(UDmgTypeBP_Melee_C) == 0x000048, "Wrong size on UDmgTypeBP_Melee_C"); \ + +#define DUMPER7_ASSERTS_BP_ActionCondition_AllFlagsMatch_C_Evaluate \ +static_assert(alignof(BP_ActionCondition_AllFlagsMatch_C_Evaluate) == 0x000008, "Wrong alignment on BP_ActionCondition_AllFlagsMatch_C_Evaluate"); \ +static_assert(sizeof(BP_ActionCondition_AllFlagsMatch_C_Evaluate) == 0x000038, "Wrong size on BP_ActionCondition_AllFlagsMatch_C_Evaluate"); \ +static_assert(offsetof(BP_ActionCondition_AllFlagsMatch_C_Evaluate, Context) == 0x000000, "Member 'BP_ActionCondition_AllFlagsMatch_C_Evaluate::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AllFlagsMatch_C_Evaluate, ReturnValue) == 0x000020, "Member 'BP_ActionCondition_AllFlagsMatch_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AllFlagsMatch_C_Evaluate, Result) == 0x000021, "Member 'BP_ActionCondition_AllFlagsMatch_C_Evaluate::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AllFlagsMatch_C_Evaluate, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_ActionCondition_AllFlagsMatch_C_Evaluate::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AllFlagsMatch_C_Evaluate, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_ActionCondition_AllFlagsMatch_C_Evaluate::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AllFlagsMatch_C_Evaluate, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_ActionCondition_AllFlagsMatch_C_Evaluate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AllFlagsMatch_C_Evaluate, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_ActionCondition_AllFlagsMatch_C_Evaluate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AllFlagsMatch_C_Evaluate, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_ActionCondition_AllFlagsMatch_C_Evaluate::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AllFlagsMatch_C_Evaluate, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'BP_ActionCondition_AllFlagsMatch_C_Evaluate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AllFlagsMatch_C_Evaluate, CallFunc_IsFlagRaised_ReturnValue) == 0x000036, "Member 'BP_ActionCondition_AllFlagsMatch_C_Evaluate::CallFunc_IsFlagRaised_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_AllFlagsMatch_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x000037, "Member 'BP_ActionCondition_AllFlagsMatch_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ActionCondition_AllFlagsMatch_C \ +static_assert(alignof(UBP_ActionCondition_AllFlagsMatch_C) == 0x000008, "Wrong alignment on UBP_ActionCondition_AllFlagsMatch_C"); \ +static_assert(sizeof(UBP_ActionCondition_AllFlagsMatch_C) == 0x000048, "Wrong size on UBP_ActionCondition_AllFlagsMatch_C"); \ +static_assert(offsetof(UBP_ActionCondition_AllFlagsMatch_C, Flags_0) == 0x000038, "Member 'UBP_ActionCondition_AllFlagsMatch_C::Flags_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerIntent_C_VisLogDebug \ +static_assert(alignof(BP_TriggerIntent_C_VisLogDebug) == 0x000008, "Wrong alignment on BP_TriggerIntent_C_VisLogDebug"); \ +static_assert(sizeof(BP_TriggerIntent_C_VisLogDebug) == 0x000058, "Wrong size on BP_TriggerIntent_C_VisLogDebug"); \ +static_assert(offsetof(BP_TriggerIntent_C_VisLogDebug, Target) == 0x000000, "Member 'BP_TriggerIntent_C_VisLogDebug::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_VisLogDebug, Intent_0) == 0x000008, "Member 'BP_TriggerIntent_C_VisLogDebug::Intent_0' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_VisLogDebug, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BP_TriggerIntent_C_VisLogDebug::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_VisLogDebug, CallFunc_Conv_NameToString_ReturnValue) == 0x000018, "Member 'BP_TriggerIntent_C_VisLogDebug::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_VisLogDebug, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'BP_TriggerIntent_C_VisLogDebug::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_VisLogDebug, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_TriggerIntent_C_VisLogDebug::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_VisLogDebug, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BP_TriggerIntent_C_VisLogDebug::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerIntent_C_IsSpecificAction \ +static_assert(alignof(BP_TriggerIntent_C_IsSpecificAction) == 0x000008, "Wrong alignment on BP_TriggerIntent_C_IsSpecificAction"); \ +static_assert(sizeof(BP_TriggerIntent_C_IsSpecificAction) == 0x000048, "Wrong size on BP_TriggerIntent_C_IsSpecificAction"); \ +static_assert(offsetof(BP_TriggerIntent_C_IsSpecificAction, Target) == 0x000000, "Member 'BP_TriggerIntent_C_IsSpecificAction::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_IsSpecificAction, ReturnValue) == 0x000008, "Member 'BP_TriggerIntent_C_IsSpecificAction::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_IsSpecificAction, CallFunc_GetCurrentContextID_ReturnValue) == 0x00000C, "Member 'BP_TriggerIntent_C_IsSpecificAction::CallFunc_GetCurrentContextID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_IsSpecificAction, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_TriggerIntent_C_IsSpecificAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_IsSpecificAction, CallFunc_GetActionResults_ReturnValue) == 0x000018, "Member 'BP_TriggerIntent_C_IsSpecificAction::CallFunc_GetActionResults_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_IsSpecificAction, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_TriggerIntent_C_IsSpecificAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_IsSpecificAction, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_TriggerIntent_C_IsSpecificAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_IsSpecificAction, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_TriggerIntent_C_IsSpecificAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_IsSpecificAction, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_TriggerIntent_C_IsSpecificAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_IsSpecificAction, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_TriggerIntent_C_IsSpecificAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_IsSpecificAction, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000040, "Member 'BP_TriggerIntent_C_IsSpecificAction::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerIntent_C_FireNotify \ +static_assert(alignof(BP_TriggerIntent_C_FireNotify) == 0x000008, "Wrong alignment on BP_TriggerIntent_C_FireNotify"); \ +static_assert(sizeof(BP_TriggerIntent_C_FireNotify) == 0x000030, "Wrong size on BP_TriggerIntent_C_FireNotify"); \ +static_assert(offsetof(BP_TriggerIntent_C_FireNotify, ActionUpdateContext) == 0x000000, "Member 'BP_TriggerIntent_C_FireNotify::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_FireNotify, Temp_bool_Variable) == 0x000010, "Member 'BP_TriggerIntent_C_FireNotify::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_FireNotify, CallFunc_GetRequestedInstigator_ReturnValue) == 0x000018, "Member 'BP_TriggerIntent_C_FireNotify::CallFunc_GetRequestedInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_FireNotify, CallFunc_IsSpecificAction_ReturnValue) == 0x000020, "Member 'BP_TriggerIntent_C_FireNotify::CallFunc_IsSpecificAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_FireNotify, CallFunc_IsPlayerControlled_ReturnValue) == 0x000021, "Member 'BP_TriggerIntent_C_FireNotify::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_FireNotify, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_TriggerIntent_C_FireNotify::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_FireNotify, CallFunc_BooleanOR_ReturnValue) == 0x000023, "Member 'BP_TriggerIntent_C_FireNotify::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_FireNotify, K2Node_Select_Default) == 0x000024, "Member 'BP_TriggerIntent_C_FireNotify::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntent_C_FireNotify, CallFunc_SayIntent_ReturnValue) == 0x00002C, "Member 'BP_TriggerIntent_C_FireNotify::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TriggerIntent_C \ +static_assert(alignof(UBP_TriggerIntent_C) == 0x000008, "Wrong alignment on UBP_TriggerIntent_C"); \ +static_assert(sizeof(UBP_TriggerIntent_C) == 0x000058, "Wrong size on UBP_TriggerIntent_C"); \ +static_assert(offsetof(UBP_TriggerIntent_C, Intent) == 0x000038, "Member 'UBP_TriggerIntent_C::Intent' has a wrong offset!"); \ +static_assert(offsetof(UBP_TriggerIntent_C, SpecificCharacterAction) == 0x000040, "Member 'UBP_TriggerIntent_C::SpecificCharacterAction' has a wrong offset!"); \ +static_assert(offsetof(UBP_TriggerIntent_C, bSpecificActionCondition__) == 0x000048, "Member 'UBP_TriggerIntent_C::bSpecificActionCondition__' has a wrong offset!"); \ +static_assert(offsetof(UBP_TriggerIntent_C, SpecificActionIntent) == 0x00004C, "Member 'UBP_TriggerIntent_C::SpecificActionIntent' has a wrong offset!"); \ +static_assert(offsetof(UBP_TriggerIntent_C, bTriggerOnPlayer) == 0x000054, "Member 'UBP_TriggerIntent_C::bTriggerOnPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoadsideDestructible_C_OnMakeDynamicFromVehicle \ +static_assert(alignof(BP_RoadsideDestructible_C_OnMakeDynamicFromVehicle) == 0x000008, "Wrong alignment on BP_RoadsideDestructible_C_OnMakeDynamicFromVehicle"); \ +static_assert(sizeof(BP_RoadsideDestructible_C_OnMakeDynamicFromVehicle) == 0x000008, "Wrong size on BP_RoadsideDestructible_C_OnMakeDynamicFromVehicle"); \ +static_assert(offsetof(BP_RoadsideDestructible_C_OnMakeDynamicFromVehicle, Vehicle) == 0x000000, "Member 'BP_RoadsideDestructible_C_OnMakeDynamicFromVehicle::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoadsideDestructible_C_GatherGeometryCollectionsForVehicleDestruction \ +static_assert(alignof(BP_RoadsideDestructible_C_GatherGeometryCollectionsForVehicleDestruction) == 0x000008, "Wrong alignment on BP_RoadsideDestructible_C_GatherGeometryCollectionsForVehicleDestruction"); \ +static_assert(sizeof(BP_RoadsideDestructible_C_GatherGeometryCollectionsForVehicleDestruction) == 0x000018, "Wrong size on BP_RoadsideDestructible_C_GatherGeometryCollectionsForVehicleDestruction"); \ +static_assert(offsetof(BP_RoadsideDestructible_C_GatherGeometryCollectionsForVehicleDestruction, Vehicle) == 0x000000, "Member 'BP_RoadsideDestructible_C_GatherGeometryCollectionsForVehicleDestruction::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_RoadsideDestructible_C_GatherGeometryCollectionsForVehicleDestruction, OutGeometryCollectionComponents) == 0x000008, "Member 'BP_RoadsideDestructible_C_GatherGeometryCollectionsForVehicleDestruction::OutGeometryCollectionComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RoadsideDestructible_C_ExecuteUbergraph_BP_RoadsideDestructible \ +static_assert(alignof(BP_RoadsideDestructible_C_ExecuteUbergraph_BP_RoadsideDestructible) == 0x000008, "Wrong alignment on BP_RoadsideDestructible_C_ExecuteUbergraph_BP_RoadsideDestructible"); \ +static_assert(sizeof(BP_RoadsideDestructible_C_ExecuteUbergraph_BP_RoadsideDestructible) == 0x000010, "Wrong size on BP_RoadsideDestructible_C_ExecuteUbergraph_BP_RoadsideDestructible"); \ +static_assert(offsetof(BP_RoadsideDestructible_C_ExecuteUbergraph_BP_RoadsideDestructible, EntryPoint) == 0x000000, "Member 'BP_RoadsideDestructible_C_ExecuteUbergraph_BP_RoadsideDestructible::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RoadsideDestructible_C_ExecuteUbergraph_BP_RoadsideDestructible, K2Node_Event_Vehicle) == 0x000008, "Member 'BP_RoadsideDestructible_C_ExecuteUbergraph_BP_RoadsideDestructible::K2Node_Event_Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RoadsideDestructible_C \ +static_assert(alignof(ABP_RoadsideDestructible_C) == 0x000008, "Wrong alignment on ABP_RoadsideDestructible_C"); \ +static_assert(sizeof(ABP_RoadsideDestructible_C) == 0x0002C8, "Wrong size on ABP_RoadsideDestructible_C"); \ +static_assert(offsetof(ABP_RoadsideDestructible_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_RoadsideDestructible_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RoadsideDestructible_C, CJNavModifier) == 0x0002B8, "Member 'ABP_RoadsideDestructible_C::CJNavModifier' has a wrong offset!"); \ +static_assert(offsetof(ABP_RoadsideDestructible_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_RoadsideDestructible_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCollectibleRewards \ +static_assert(alignof(FSCollectibleRewards) == 0x000008, "Wrong alignment on FSCollectibleRewards"); \ +static_assert(sizeof(FSCollectibleRewards) == 0x000040, "Wrong size on FSCollectibleRewards"); \ +static_assert(offsetof(FSCollectibleRewards, ItemCategoryCollected_14_8D5B9A1E4357533BD9911C995A3150B7) == 0x000000, "Member 'FSCollectibleRewards::ItemCategoryCollected_14_8D5B9A1E4357533BD9911C995A3150B7' has a wrong offset!"); \ +static_assert(offsetof(FSCollectibleRewards, AmountReq_7_260910514AADEF44C87CB7B06FEF2D5D) == 0x000008, "Member 'FSCollectibleRewards::AmountReq_7_260910514AADEF44C87CB7B06FEF2D5D' has a wrong offset!"); \ +static_assert(offsetof(FSCollectibleRewards, Reward_17_BDC7C5794848C0269D203C896467A0D1) == 0x000010, "Member 'FSCollectibleRewards::Reward_17_BDC7C5794848C0269D203C896467A0D1' has a wrong offset!"); \ +static_assert(offsetof(FSCollectibleRewards, RewardAmount_20_D19674A943CC4C637D64DFA0AE1BB3C5) == 0x000038, "Member 'FSCollectibleRewards::RewardAmount_20_D19674A943CC4C637D64DFA0AE1BB3C5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CommonInput_C \ +static_assert(alignof(UBP_CommonInput_C) == 0x000008, "Wrong alignment on UBP_CommonInput_C"); \ +static_assert(sizeof(UBP_CommonInput_C) == 0x000080, "Wrong size on UBP_CommonInput_C"); \ + +#define DUMPER7_ASSERTS_WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout \ +static_assert(alignof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout) == 0x000008, "Wrong alignment on WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout"); \ +static_assert(sizeof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout) == 0x000068, "Wrong size on WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, EntryPoint) == 0x000000, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, Temp_bool_Variable) == 0x000004, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, CallFunc_SelectFloat_ReturnValue) == 0x000008, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, K2Node_CustomEvent_Value) == 0x000030, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, K2Node_CustomEvent_bValue) == 0x000034, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000048, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, Temp_struct_Variable) == 0x000050, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, CallFunc_ObserveWorldStateBool_ReturnValue) == 0x000058, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::CallFunc_ObserveWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout, CallFunc_BP_TweenTo_Float_Value_ImplicitCast) == 0x000064, "Member 'WBP_UILayout_C_ExecuteUbergraph_WBP_UILayout::CallFunc_BP_TweenTo_Float_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UILayout_C_OnValueUpdated_1393E9FA43EDEF7CD3F49FA53976F53C \ +static_assert(alignof(WBP_UILayout_C_OnValueUpdated_1393E9FA43EDEF7CD3F49FA53976F53C) == 0x000004, "Wrong alignment on WBP_UILayout_C_OnValueUpdated_1393E9FA43EDEF7CD3F49FA53976F53C"); \ +static_assert(sizeof(WBP_UILayout_C_OnValueUpdated_1393E9FA43EDEF7CD3F49FA53976F53C) == 0x000004, "Wrong size on WBP_UILayout_C_OnValueUpdated_1393E9FA43EDEF7CD3F49FA53976F53C"); \ +static_assert(offsetof(WBP_UILayout_C_OnValueUpdated_1393E9FA43EDEF7CD3F49FA53976F53C, Value) == 0x000000, "Member 'WBP_UILayout_C_OnValueUpdated_1393E9FA43EDEF7CD3F49FA53976F53C::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UILayout_C_OnValueUpdated_EE511B1A4F85F95690FF37BBF5384889 \ +static_assert(alignof(WBP_UILayout_C_OnValueUpdated_EE511B1A4F85F95690FF37BBF5384889) == 0x000001, "Wrong alignment on WBP_UILayout_C_OnValueUpdated_EE511B1A4F85F95690FF37BBF5384889"); \ +static_assert(sizeof(WBP_UILayout_C_OnValueUpdated_EE511B1A4F85F95690FF37BBF5384889) == 0x000001, "Wrong size on WBP_UILayout_C_OnValueUpdated_EE511B1A4F85F95690FF37BBF5384889"); \ +static_assert(offsetof(WBP_UILayout_C_OnValueUpdated_EE511B1A4F85F95690FF37BBF5384889, bValue) == 0x000000, "Member 'WBP_UILayout_C_OnValueUpdated_EE511B1A4F85F95690FF37BBF5384889::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UILayout_C \ +static_assert(alignof(UWBP_UILayout_C) == 0x000008, "Wrong alignment on UWBP_UILayout_C"); \ +static_assert(sizeof(UWBP_UILayout_C) == 0x000660, "Wrong size on UWBP_UILayout_C"); \ +static_assert(offsetof(UWBP_UILayout_C, UberGraphFrame) == 0x000618, "Member 'UWBP_UILayout_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UILayout_C, Popup) == 0x000620, "Member 'UWBP_UILayout_C::Popup' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UILayout_C, Modal) == 0x000628, "Member 'UWBP_UILayout_C::Modal' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UILayout_C, Mission) == 0x000630, "Member 'UWBP_UILayout_C::Mission' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UILayout_C, Menu) == 0x000638, "Member 'UWBP_UILayout_C::Menu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UILayout_C, GameMenu) == 0x000640, "Member 'UWBP_UILayout_C::GameMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UILayout_C, GameDialogueInterfaceLayer) == 0x000648, "Member 'UWBP_UILayout_C::GameDialogueInterfaceLayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UILayout_C, GameDialogueInfoFeedLayer) == 0x000650, "Member 'UWBP_UILayout_C::GameDialogueInfoFeedLayer' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UILayout_C, Game) == 0x000658, "Member 'UWBP_UILayout_C::Game' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonInput_KeyboardMouse_C \ +static_assert(alignof(UCommonInput_KeyboardMouse_C) == 0x000008, "Wrong alignment on UCommonInput_KeyboardMouse_C"); \ +static_assert(sizeof(UCommonInput_KeyboardMouse_C) == 0x0000E8, "Wrong size on UCommonInput_KeyboardMouse_C"); \ + +#define DUMPER7_ASSERTS_UCommonInput_Gamepad_XSX_C \ +static_assert(alignof(UCommonInput_Gamepad_XSX_C) == 0x000008, "Wrong alignment on UCommonInput_Gamepad_XSX_C"); \ +static_assert(sizeof(UCommonInput_Gamepad_XSX_C) == 0x0000F8, "Wrong size on UCommonInput_Gamepad_XSX_C"); \ + +#define DUMPER7_ASSERTS_UCommonInput_Gamepad_PS5_C \ +static_assert(alignof(UCommonInput_Gamepad_PS5_C) == 0x000008, "Wrong alignment on UCommonInput_Gamepad_PS5_C"); \ +static_assert(sizeof(UCommonInput_Gamepad_PS5_C) == 0x0000E8, "Wrong size on UCommonInput_Gamepad_PS5_C"); \ + +#define DUMPER7_ASSERTS_BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered \ +static_assert(alignof(BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered) == 0x000008, "Wrong alignment on BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered"); \ +static_assert(sizeof(BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered) == 0x000020, "Wrong size on BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered"); \ +static_assert(offsetof(BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered, UIAudioEventTag) == 0x000000, "Member 'BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered::UIAudioEventTag' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered, ReturnValue) == 0x000008, "Member 'BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered, CallFunc_GetMusicControlLSAKComponent_ReturnValue) == 0x000010, "Member 'BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered::CallFunc_GetMusicControlLSAKComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000018, "Member 'BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess_1) == 0x000019, "Member 'BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess_2) == 0x00001A, "Member 'BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess_3) == 0x00001B, "Member 'BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess_4) == 0x00001C, "Member 'BP_DefaultUISoundEventHandler_C_OnUIAudioEventTriggered::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DefaultUISoundEventHandler_C \ +static_assert(alignof(UBP_DefaultUISoundEventHandler_C) == 0x000008, "Wrong alignment on UBP_DefaultUISoundEventHandler_C"); \ +static_assert(sizeof(UBP_DefaultUISoundEventHandler_C) == 0x000030, "Wrong size on UBP_DefaultUISoundEventHandler_C"); \ + +#define DUMPER7_ASSERTS_UBP_Camera_Shake_VelocityBased_Vehicle_C \ +static_assert(alignof(UBP_Camera_Shake_VelocityBased_Vehicle_C) == 0x000010, "Wrong alignment on UBP_Camera_Shake_VelocityBased_Vehicle_C"); \ +static_assert(sizeof(UBP_Camera_Shake_VelocityBased_Vehicle_C) == 0x0001F0, "Wrong size on UBP_Camera_Shake_VelocityBased_Vehicle_C"); \ + +#define DUMPER7_ASSERTS_VEPM_Nitro_C_BlueprintModifyParameter \ +static_assert(alignof(VEPM_Nitro_C_BlueprintModifyParameter) == 0x000008, "Wrong alignment on VEPM_Nitro_C_BlueprintModifyParameter"); \ +static_assert(sizeof(VEPM_Nitro_C_BlueprintModifyParameter) == 0x000098, "Wrong size on VEPM_Nitro_C_BlueprintModifyParameter"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, DeltaTime) == 0x000000, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, Vehicle) == 0x000008, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, InContext) == 0x000010, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::InContext' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, OutContext) == 0x000020, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::OutContext' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, CallFunc_IsAbilityActive_ReturnValue) == 0x000030, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, CallFunc_IsAbilityActive_ReturnValue_1) == 0x000031, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::CallFunc_IsAbilityActive_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_StructOut) == 0x000040, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, CallFunc_FInterpTo_ReturnValue) == 0x000050, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, CallFunc_Lerp_ReturnValue) == 0x000058, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, CallFunc_FInterpTo_ReturnValue_1) == 0x000060, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, CallFunc_SelectFloat_ReturnValue) == 0x000068, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000070, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_EngineLoad_ImplicitCast) == 0x000078, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_EngineLoad_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_EngineRPM_ImplicitCast) == 0x00007C, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_EngineRPM_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, CallFunc_Lerp_A_ImplicitCast) == 0x000080, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::CallFunc_Lerp_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, CallFunc_FInterpTo_DeltaTime_ImplicitCast) == 0x000088, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::CallFunc_FInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_Nitro_C_BlueprintModifyParameter, CallFunc_FInterpTo_DeltaTime_ImplicitCast_1) == 0x000090, "Member 'VEPM_Nitro_C_BlueprintModifyParameter::CallFunc_FInterpTo_DeltaTime_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVEPM_Nitro_C \ +static_assert(alignof(UVEPM_Nitro_C) == 0x000008, "Wrong alignment on UVEPM_Nitro_C"); \ +static_assert(sizeof(UVEPM_Nitro_C) == 0x000068, "Wrong size on UVEPM_Nitro_C"); \ +static_assert(offsetof(UVEPM_Nitro_C, ModRPM) == 0x000030, "Member 'UVEPM_Nitro_C::ModRPM' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_Nitro_C, ModLoad) == 0x000038, "Member 'UVEPM_Nitro_C::ModLoad' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_Nitro_C, Alpha) == 0x000040, "Member 'UVEPM_Nitro_C::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_Nitro_C, Delta_Time) == 0x000048, "Member 'UVEPM_Nitro_C::Delta_Time' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_Nitro_C, CurrentRPM) == 0x00004C, "Member 'UVEPM_Nitro_C::CurrentRPM' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_Nitro_C, CurrentLoad) == 0x000050, "Member 'UVEPM_Nitro_C::CurrentLoad' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_Nitro_C, VehicleRef) == 0x000058, "Member 'UVEPM_Nitro_C::VehicleRef' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_Nitro_C, hasBeenActive) == 0x000060, "Member 'UVEPM_Nitro_C::hasBeenActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueComponent_C_CheckResumeReqs \ +static_assert(alignof(BP_DialogueComponent_C_CheckResumeReqs) == 0x000008, "Wrong alignment on BP_DialogueComponent_C_CheckResumeReqs"); \ +static_assert(sizeof(BP_DialogueComponent_C_CheckResumeReqs) == 0x000050, "Wrong size on BP_DialogueComponent_C_CheckResumeReqs"); \ +static_assert(offsetof(BP_DialogueComponent_C_CheckResumeReqs, CurrentlyActiveFlow) == 0x000000, "Member 'BP_DialogueComponent_C_CheckResumeReqs::CurrentlyActiveFlow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_CheckResumeReqs, ShouldResume) == 0x000008, "Member 'BP_DialogueComponent_C_CheckResumeReqs::ShouldResume' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_CheckResumeReqs, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BP_DialogueComponent_C_CheckResumeReqs::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_CheckResumeReqs, CallFunc_IsInPausedFlow_ReturnValue) == 0x000018, "Member 'BP_DialogueComponent_C_CheckResumeReqs::CallFunc_IsInPausedFlow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_CheckResumeReqs, CallFunc_GetDistanceToClosestParticipant_Closest) == 0x000020, "Member 'BP_DialogueComponent_C_CheckResumeReqs::CallFunc_GetDistanceToClosestParticipant_Closest' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_CheckResumeReqs, CallFunc_GetDistanceToClosestParticipant_ReturnValue) == 0x000028, "Member 'BP_DialogueComponent_C_CheckResumeReqs::CallFunc_GetDistanceToClosestParticipant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_CheckResumeReqs, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_DialogueComponent_C_CheckResumeReqs::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_CheckResumeReqs, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_DialogueComponent_C_CheckResumeReqs::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_CheckResumeReqs, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'BP_DialogueComponent_C_CheckResumeReqs::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_CheckResumeReqs, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000040, "Member 'BP_DialogueComponent_C_CheckResumeReqs::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_CheckResumeReqs, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000048, "Member 'BP_DialogueComponent_C_CheckResumeReqs::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueComponent_C_EvaluateGoingToInvalid \ +static_assert(alignof(BP_DialogueComponent_C_EvaluateGoingToInvalid) == 0x000008, "Wrong alignment on BP_DialogueComponent_C_EvaluateGoingToInvalid"); \ +static_assert(sizeof(BP_DialogueComponent_C_EvaluateGoingToInvalid) == 0x000058, "Wrong size on BP_DialogueComponent_C_EvaluateGoingToInvalid"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateGoingToInvalid, Invalid) == 0x000000, "Member 'BP_DialogueComponent_C_EvaluateGoingToInvalid::Invalid' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateGoingToInvalid, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_DialogueComponent_C_EvaluateGoingToInvalid::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateGoingToInvalid, CallFunc_GetActiveFlow_CurrentlyActiveFlow) == 0x000010, "Member 'BP_DialogueComponent_C_EvaluateGoingToInvalid::CallFunc_GetActiveFlow_CurrentlyActiveFlow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateGoingToInvalid, CallFunc_IsInPausedFlow_ReturnValue) == 0x000018, "Member 'BP_DialogueComponent_C_EvaluateGoingToInvalid::CallFunc_IsInPausedFlow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateGoingToInvalid, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_DialogueComponent_C_EvaluateGoingToInvalid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateGoingToInvalid, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_DialogueComponent_C_EvaluateGoingToInvalid::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateGoingToInvalid, CallFunc_GetAllTags_ReturnValue) == 0x000020, "Member 'BP_DialogueComponent_C_EvaluateGoingToInvalid::CallFunc_GetAllTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateGoingToInvalid, CallFunc_HasAnyMatchingGameplayTags_self_CastInput) == 0x000040, "Member 'BP_DialogueComponent_C_EvaluateGoingToInvalid::CallFunc_HasAnyMatchingGameplayTags_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateGoingToInvalid, CallFunc_HasAnyMatchingGameplayTags_ReturnValue) == 0x000050, "Member 'BP_DialogueComponent_C_EvaluateGoingToInvalid::CallFunc_HasAnyMatchingGameplayTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateGoingToInvalid, CallFunc_BooleanAND_ReturnValue) == 0x000051, "Member 'BP_DialogueComponent_C_EvaluateGoingToInvalid::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueComponent_C_EvaluateReturningToValid \ +static_assert(alignof(BP_DialogueComponent_C_EvaluateReturningToValid) == 0x000008, "Wrong alignment on BP_DialogueComponent_C_EvaluateReturningToValid"); \ +static_assert(sizeof(BP_DialogueComponent_C_EvaluateReturningToValid) == 0x000058, "Wrong size on BP_DialogueComponent_C_EvaluateReturningToValid"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateReturningToValid, Valid) == 0x000000, "Member 'BP_DialogueComponent_C_EvaluateReturningToValid::Valid' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateReturningToValid, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_DialogueComponent_C_EvaluateReturningToValid::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateReturningToValid, CallFunc_GetActiveFlow_CurrentlyActiveFlow) == 0x000010, "Member 'BP_DialogueComponent_C_EvaluateReturningToValid::CallFunc_GetActiveFlow_CurrentlyActiveFlow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateReturningToValid, CallFunc_GetAllTags_ReturnValue) == 0x000018, "Member 'BP_DialogueComponent_C_EvaluateReturningToValid::CallFunc_GetAllTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateReturningToValid, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_DialogueComponent_C_EvaluateReturningToValid::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateReturningToValid, CallFunc_HasAnyMatchingGameplayTags_self_CastInput) == 0x000040, "Member 'BP_DialogueComponent_C_EvaluateReturningToValid::CallFunc_HasAnyMatchingGameplayTags_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateReturningToValid, CallFunc_HasAnyMatchingGameplayTags_ReturnValue) == 0x000050, "Member 'BP_DialogueComponent_C_EvaluateReturningToValid::CallFunc_HasAnyMatchingGameplayTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_EvaluateReturningToValid, CallFunc_CheckResumeReqs_ShouldResume) == 0x000051, "Member 'BP_DialogueComponent_C_EvaluateReturningToValid::CallFunc_CheckResumeReqs_ShouldResume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent \ +static_assert(alignof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent) == 0x000008, "Wrong alignment on BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent"); \ +static_assert(sizeof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent) == 0x000160, "Wrong size on BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, EntryPoint) == 0x000000, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_IsInDialogue_ReturnValue) == 0x000010, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_IsInDialogue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_EvaluateGoingToInvalid_Invalid) == 0x000030, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_EvaluateGoingToInvalid_Invalid' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, K2Node_Event_DeltaSeconds) == 0x000044, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetActiveFlow_CurrentlyActiveFlow) == 0x000048, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetActiveFlow_CurrentlyActiveFlow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetConversationTarget_ReturnValue) == 0x000058, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetConversationTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_MakeIntentTargetFromCharacter_ReturnValue) == 0x000060, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_MakeIntentTargetFromCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetStartSpeaker_ReturnValue) == 0x000078, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetStartSpeaker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_K2_TimerExistsHandle_ReturnValue) == 0x000080, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_K2_TimerExistsHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000084, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_Not_PreBool_ReturnValue) == 0x000094, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, Temp_struct_Variable) == 0x000098, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_RunSayFlow_ReturnValue) == 0x0000A0, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_RunSayFlow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x0000A8, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x0000B0, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x0000C0, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_IsValid_ReturnValue_1) == 0x0000C1, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x0000C8, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetPlayingInstance_ReturnValue_3) == 0x0000D0, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetPlayingInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetPlayingInstance_ReturnValue_4) == 0x0000D8, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetPlayingInstance_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetActiveFlow_ReturnValue) == 0x0000E0, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetActiveFlow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetPlayingInstance_ReturnValue_5) == 0x0000E8, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetPlayingInstance_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_IsValid_ReturnValue_2) == 0x0000F0, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetActiveFlow_ReturnValue_1) == 0x0000F8, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetActiveFlow_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetDistanceToClosestParticipant_Closest) == 0x000100, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetDistanceToClosestParticipant_Closest' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetDistanceToClosestParticipant_ReturnValue) == 0x000108, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetDistanceToClosestParticipant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetDialogueComponent_ReturnValue) == 0x000110, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetDialogueComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_SayIntent_ReturnValue) == 0x000118, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_IsInAskMode_ReturnValue) == 0x000119, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_IsInAskMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetDistanceToClosestParticipant_Closest_1) == 0x000120, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetDistanceToClosestParticipant_Closest_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetDistanceToClosestParticipant_ReturnValue_1) == 0x000128, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetDistanceToClosestParticipant_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetPlayingInstance_ReturnValue_6) == 0x000130, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetPlayingInstance_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000138, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_GetDialogueComponent_ReturnValue_1) == 0x000140, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_GetDialogueComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_IsInAskMode_ReturnValue_1) == 0x000148, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_IsInAskMode_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast) == 0x000150, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000158, "Member 'BP_DialogueComponent_C_ExecuteUbergraph_BP_DialogueComponent::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueComponent_C_GetNPCActor \ +static_assert(alignof(BP_DialogueComponent_C_GetNPCActor) == 0x000008, "Wrong alignment on BP_DialogueComponent_C_GetNPCActor"); \ +static_assert(sizeof(BP_DialogueComponent_C_GetNPCActor) == 0x0000A8, "Wrong size on BP_DialogueComponent_C_GetNPCActor"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, CurrentlyActiveFlow) == 0x000000, "Member 'BP_DialogueComponent_C_GetNPCActor::CurrentlyActiveFlow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, OtherActor) == 0x000008, "Member 'BP_DialogueComponent_C_GetNPCActor::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, PlayerCharacterClass) == 0x000010, "Member 'BP_DialogueComponent_C_GetNPCActor::PlayerCharacterClass' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, Temp_object_Variable) == 0x000038, "Member 'BP_DialogueComponent_C_GetNPCActor::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, Temp_bool_Variable) == 0x000040, "Member 'BP_DialogueComponent_C_GetNPCActor::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, CallFunc_GetActiveFlow_CurrentlyActiveFlow) == 0x000048, "Member 'BP_DialogueComponent_C_GetNPCActor::CallFunc_GetActiveFlow_CurrentlyActiveFlow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, CallFunc_GetStartSpeaker_ReturnValue) == 0x000050, "Member 'BP_DialogueComponent_C_GetNPCActor::CallFunc_GetStartSpeaker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_DialogueComponent_C_GetNPCActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, CallFunc_GetObjectClass_ReturnValue) == 0x000060, "Member 'BP_DialogueComponent_C_GetNPCActor::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, CallFunc_Conv_ClassToSoftClassReference_ReturnValue) == 0x000068, "Member 'BP_DialogueComponent_C_GetNPCActor::CallFunc_Conv_ClassToSoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, CallFunc_GetConversationTarget_ReturnValue) == 0x000090, "Member 'BP_DialogueComponent_C_GetNPCActor::CallFunc_GetConversationTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, CallFunc_EqualEqual_SoftClassReference_ReturnValue) == 0x000098, "Member 'BP_DialogueComponent_C_GetNPCActor::CallFunc_EqualEqual_SoftClassReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetNPCActor, K2Node_Select_Default) == 0x0000A0, "Member 'BP_DialogueComponent_C_GetNPCActor::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueComponent_C_ReceiveTick \ +static_assert(alignof(BP_DialogueComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DialogueComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_DialogueComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_DialogueComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_DialogueComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DialogueComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueComponent_C_TurnOffDialogueSettings \ +static_assert(alignof(BP_DialogueComponent_C_TurnOffDialogueSettings) == 0x000008, "Wrong alignment on BP_DialogueComponent_C_TurnOffDialogueSettings"); \ +static_assert(sizeof(BP_DialogueComponent_C_TurnOffDialogueSettings) == 0x000040, "Wrong size on BP_DialogueComponent_C_TurnOffDialogueSettings"); \ +static_assert(offsetof(BP_DialogueComponent_C_TurnOffDialogueSettings, Temp_object_Variable) == 0x000000, "Member 'BP_DialogueComponent_C_TurnOffDialogueSettings::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_TurnOffDialogueSettings, CallFunc_GetActiveFlow_CurrentlyActiveFlow) == 0x000008, "Member 'BP_DialogueComponent_C_TurnOffDialogueSettings::CallFunc_GetActiveFlow_CurrentlyActiveFlow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_TurnOffDialogueSettings, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_DialogueComponent_C_TurnOffDialogueSettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_TurnOffDialogueSettings, K2Node_MakeStruct_SayFlowParticipantConfig) == 0x000018, "Member 'BP_DialogueComponent_C_TurnOffDialogueSettings::K2Node_MakeStruct_SayFlowParticipantConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_TurnOffDialogueSettings, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000030, "Member 'BP_DialogueComponent_C_TurnOffDialogueSettings::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_TurnOffDialogueSettings, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_DialogueComponent_C_TurnOffDialogueSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueComponent_C_TurnOnDialogueSettings \ +static_assert(alignof(BP_DialogueComponent_C_TurnOnDialogueSettings) == 0x000008, "Wrong alignment on BP_DialogueComponent_C_TurnOnDialogueSettings"); \ +static_assert(sizeof(BP_DialogueComponent_C_TurnOnDialogueSettings) == 0x000040, "Wrong size on BP_DialogueComponent_C_TurnOnDialogueSettings"); \ +static_assert(offsetof(BP_DialogueComponent_C_TurnOnDialogueSettings, Temp_object_Variable) == 0x000000, "Member 'BP_DialogueComponent_C_TurnOnDialogueSettings::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_TurnOnDialogueSettings, CallFunc_GetActiveFlow_CurrentlyActiveFlow) == 0x000008, "Member 'BP_DialogueComponent_C_TurnOnDialogueSettings::CallFunc_GetActiveFlow_CurrentlyActiveFlow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_TurnOnDialogueSettings, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'BP_DialogueComponent_C_TurnOnDialogueSettings::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_TurnOnDialogueSettings, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000018, "Member 'BP_DialogueComponent_C_TurnOnDialogueSettings::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_TurnOnDialogueSettings, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_DialogueComponent_C_TurnOnDialogueSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_TurnOnDialogueSettings, K2Node_MakeStruct_SayFlowParticipantConfig) == 0x000028, "Member 'BP_DialogueComponent_C_TurnOnDialogueSettings::K2Node_MakeStruct_SayFlowParticipantConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DialogueComponent_C_GetActiveFlow \ +static_assert(alignof(BP_DialogueComponent_C_GetActiveFlow) == 0x000008, "Wrong alignment on BP_DialogueComponent_C_GetActiveFlow"); \ +static_assert(sizeof(BP_DialogueComponent_C_GetActiveFlow) == 0x000038, "Wrong size on BP_DialogueComponent_C_GetActiveFlow"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetActiveFlow, CurrentlyActiveFlow) == 0x000000, "Member 'BP_DialogueComponent_C_GetActiveFlow::CurrentlyActiveFlow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetActiveFlow, LastFramFlow) == 0x000008, "Member 'BP_DialogueComponent_C_GetActiveFlow::LastFramFlow' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetActiveFlow, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'BP_DialogueComponent_C_GetActiveFlow::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetActiveFlow, K2Node_DynamicCast_AsCJCharacter) == 0x000018, "Member 'BP_DialogueComponent_C_GetActiveFlow::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetActiveFlow, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_DialogueComponent_C_GetActiveFlow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetActiveFlow, CallFunc_GetActiveFlow_ReturnValue) == 0x000028, "Member 'BP_DialogueComponent_C_GetActiveFlow::CallFunc_GetActiveFlow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DialogueComponent_C_GetActiveFlow, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_DialogueComponent_C_GetActiveFlow::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DialogueComponent_C \ +static_assert(alignof(UBP_DialogueComponent_C) == 0x000008, "Wrong alignment on UBP_DialogueComponent_C"); \ +static_assert(sizeof(UBP_DialogueComponent_C) == 0x0000D8, "Wrong size on UBP_DialogueComponent_C"); \ +static_assert(offsetof(UBP_DialogueComponent_C, UberGraphFrame) == 0x0000C0, "Member 'UBP_DialogueComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueComponent_C, UseDialogueCamDefaultSetting) == 0x0000C8, "Member 'UBP_DialogueComponent_C::UseDialogueCamDefaultSetting' has a wrong offset!"); \ +static_assert(offsetof(UBP_DialogueComponent_C, WaitTimer) == 0x0000D0, "Member 'UBP_DialogueComponent_C::WaitTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MeleeWeapon_Base_C_BndEvt__BP_MeleeWeapon_Base_HealthComponent_K2Node_ComponentBoundEvent_2_OnHealthChanged__DelegateSignature \ +static_assert(alignof(BP_MeleeWeapon_Base_C_BndEvt__BP_MeleeWeapon_Base_HealthComponent_K2Node_ComponentBoundEvent_2_OnHealthChanged__DelegateSignature) == 0x000008, "Wrong alignment on BP_MeleeWeapon_Base_C_BndEvt__BP_MeleeWeapon_Base_HealthComponent_K2Node_ComponentBoundEvent_2_OnHealthChanged__DelegateSignature"); \ +static_assert(sizeof(BP_MeleeWeapon_Base_C_BndEvt__BP_MeleeWeapon_Base_HealthComponent_K2Node_ComponentBoundEvent_2_OnHealthChanged__DelegateSignature) == 0x000018, "Wrong size on BP_MeleeWeapon_Base_C_BndEvt__BP_MeleeWeapon_Base_HealthComponent_K2Node_ComponentBoundEvent_2_OnHealthChanged__DelegateSignature"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_BndEvt__BP_MeleeWeapon_Base_HealthComponent_K2Node_ComponentBoundEvent_2_OnHealthChanged__DelegateSignature, HealthComponent_0) == 0x000000, "Member 'BP_MeleeWeapon_Base_C_BndEvt__BP_MeleeWeapon_Base_HealthComponent_K2Node_ComponentBoundEvent_2_OnHealthChanged__DelegateSignature::HealthComponent_0' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_BndEvt__BP_MeleeWeapon_Base_HealthComponent_K2Node_ComponentBoundEvent_2_OnHealthChanged__DelegateSignature, Reason) == 0x000008, "Member 'BP_MeleeWeapon_Base_C_BndEvt__BP_MeleeWeapon_Base_HealthComponent_K2Node_ComponentBoundEvent_2_OnHealthChanged__DelegateSignature::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base \ +static_assert(alignof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base) == 0x000010, "Wrong alignment on BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base"); \ +static_assert(sizeof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base) == 0x0002D0, "Wrong size on BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, EntryPoint) == 0x000000, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_GetMesh_ReturnValue) == 0x000008, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_GetMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, K2Node_Event_WieldingCharacter) == 0x000028, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::K2Node_Event_WieldingCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, K2Node_Event_WieldingComponent) == 0x000030, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::K2Node_Event_WieldingComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, Temp_struct_Variable) == 0x000038, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_GetMesh_ReturnValue_1) == 0x000048, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_GetMesh_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_GetMesh_ReturnValue_2) == 0x000050, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_GetMesh_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000060, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000C0, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000C8, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_GetMesh_ReturnValue_3) == 0x0000D0, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_GetMesh_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000D8, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, Temp_bool_IsClosed_Variable) == 0x0000F0, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, Temp_struct_Variable_1) == 0x0000F8, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x000108, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_IsPlayer_ReturnValue) == 0x000109, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_IsPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, K2Node_ComponentBoundEvent_HealthComponent) == 0x000110, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::K2Node_ComponentBoundEvent_HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, K2Node_ComponentBoundEvent_Reason) == 0x000118, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::K2Node_ComponentBoundEvent_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_Not_PreBool_ReturnValue) == 0x000128, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000129, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_BooleanAND_ReturnValue) == 0x00012A, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_Map_Find_Value) == 0x000130, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_Map_Find_ReturnValue) == 0x000138, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_Map_Find_Value_1) == 0x000140, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_Map_Find_ReturnValue_1) == 0x000148, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, K2Node_MakeArray_Array) == 0x000150, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_CJPostEventAtLocation_ReturnValue) == 0x000160, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_CJPostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_Map_Find_Value_2) == 0x000168, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_Map_Find_ReturnValue_2) == 0x000170, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, Temp_struct_Variable_2) == 0x000178, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, K2Node_MakeArray_Array_1) == 0x000188, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_CJPostEventAtLocation_ReturnValue_1) == 0x000198, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_CJPostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_IsValid_ReturnValue_1) == 0x00019C, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_IsValid_ReturnValue_2) == 0x00019D, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_GetMesh_ReturnValue_4) == 0x0001A0, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_GetMesh_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0001A8, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_GetMesh_ReturnValue_5) == 0x0001C0, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_GetMesh_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_IsValid_ReturnValue_3) == 0x0001C8, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_GetPhysicsLinearVelocity_ReturnValue) == 0x0001D0, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_GetPhysicsLinearVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0001F0, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, K2Node_Event_HitActor) == 0x000250, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::K2Node_Event_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, K2Node_Event_HitLocation) == 0x000258, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::K2Node_Event_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, K2Node_Event_HitVelocity) == 0x000270, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::K2Node_Event_HitVelocity' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, K2Node_DynamicCast_AsCJCharacter) == 0x000288, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, K2Node_DynamicCast_bSuccess) == 0x000290, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, Temp_bool_Has_Been_Initd_Variable) == 0x000291, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_Map_Find_Value_3) == 0x000298, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_Map_Find_ReturnValue_3) == 0x0002A0, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, K2Node_MakeArray_Array_2) == 0x0002A8, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, Temp_struct_Variable_3) == 0x0002B8, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_CJPostEventAtLocation_ReturnValue_2) == 0x0002C8, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_CJPostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base, CallFunc_CJPostEventAtLocation_ReturnValue_3) == 0x0002CC, "Member 'BP_MeleeWeapon_Base_C_ExecuteUbergraph_BP_MeleeWeapon_Base::CallFunc_CJPostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MeleeWeapon_Base_C_OnActorHitWithWeapon \ +static_assert(alignof(BP_MeleeWeapon_Base_C_OnActorHitWithWeapon) == 0x000008, "Wrong alignment on BP_MeleeWeapon_Base_C_OnActorHitWithWeapon"); \ +static_assert(sizeof(BP_MeleeWeapon_Base_C_OnActorHitWithWeapon) == 0x000038, "Wrong size on BP_MeleeWeapon_Base_C_OnActorHitWithWeapon"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_OnActorHitWithWeapon, HitActor) == 0x000000, "Member 'BP_MeleeWeapon_Base_C_OnActorHitWithWeapon::HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_OnActorHitWithWeapon, HitLocation) == 0x000008, "Member 'BP_MeleeWeapon_Base_C_OnActorHitWithWeapon::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_OnActorHitWithWeapon, HitVelocity) == 0x000020, "Member 'BP_MeleeWeapon_Base_C_OnActorHitWithWeapon::HitVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MeleeWeapon_Base_C_OnWieldBegin \ +static_assert(alignof(BP_MeleeWeapon_Base_C_OnWieldBegin) == 0x000008, "Wrong alignment on BP_MeleeWeapon_Base_C_OnWieldBegin"); \ +static_assert(sizeof(BP_MeleeWeapon_Base_C_OnWieldBegin) == 0x000010, "Wrong size on BP_MeleeWeapon_Base_C_OnWieldBegin"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_OnWieldBegin, WieldingCharacter_0) == 0x000000, "Member 'BP_MeleeWeapon_Base_C_OnWieldBegin::WieldingCharacter_0' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_OnWieldBegin, WieldingComponent_0) == 0x000008, "Member 'BP_MeleeWeapon_Base_C_OnWieldBegin::WieldingComponent_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MeleeWeapon_Base_C_SpawnField \ +static_assert(alignof(BP_MeleeWeapon_Base_C_SpawnField) == 0x000010, "Wrong alignment on BP_MeleeWeapon_Base_C_SpawnField"); \ +static_assert(sizeof(BP_MeleeWeapon_Base_C_SpawnField) == 0x0000A0, "Wrong size on BP_MeleeWeapon_Base_C_SpawnField"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_SpawnField, Transform) == 0x000000, "Member 'BP_MeleeWeapon_Base_C_SpawnField::Transform' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_SpawnField, Velocity) == 0x000060, "Member 'BP_MeleeWeapon_Base_C_SpawnField::Velocity' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_SpawnField, CallFunc_Normal_ReturnValue) == 0x000078, "Member 'BP_MeleeWeapon_Base_C_SpawnField::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_SpawnField, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000090, "Member 'BP_MeleeWeapon_Base_C_SpawnField::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_SpawnField, CallFunc_FinishSpawningActor_ReturnValue) == 0x000098, "Member 'BP_MeleeWeapon_Base_C_SpawnField::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MeleeWeapon_Base_C_SpawnVFX \ +static_assert(alignof(BP_MeleeWeapon_Base_C_SpawnVFX) == 0x000008, "Wrong alignment on BP_MeleeWeapon_Base_C_SpawnVFX"); \ +static_assert(sizeof(BP_MeleeWeapon_Base_C_SpawnVFX) == 0x0000B8, "Wrong size on BP_MeleeWeapon_Base_C_SpawnVFX"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_SpawnVFX, BreakVFX_0) == 0x000000, "Member 'BP_MeleeWeapon_Base_C_SpawnVFX::BreakVFX_0' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_SpawnVFX, Location) == 0x000008, "Member 'BP_MeleeWeapon_Base_C_SpawnVFX::Location' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_SpawnVFX, CallFunc_GetBreakVelocity_ReturnValue) == 0x000020, "Member 'BP_MeleeWeapon_Base_C_SpawnVFX::CallFunc_GetBreakVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_SpawnVFX, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_MeleeWeapon_Base_C_SpawnVFX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_SpawnVFX, CallFunc_RandomBoolWithWeight_ReturnValue) == 0x000039, "Member 'BP_MeleeWeapon_Base_C_SpawnVFX::CallFunc_RandomBoolWithWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_SpawnVFX, K2Node_MakeStruct_FXSystemSpawnParameters) == 0x000040, "Member 'BP_MeleeWeapon_Base_C_SpawnVFX::K2Node_MakeStruct_FXSystemSpawnParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_MeleeWeapon_Base_C_SpawnVFX, CallFunc_SpawnSystemAtLocationWithParams_ReturnValue) == 0x0000B0, "Member 'BP_MeleeWeapon_Base_C_SpawnVFX::CallFunc_SpawnSystemAtLocationWithParams_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeWeapon_Base_C \ +static_assert(alignof(ABP_MeleeWeapon_Base_C) == 0x000008, "Wrong alignment on ABP_MeleeWeapon_Base_C"); \ +static_assert(sizeof(ABP_MeleeWeapon_Base_C) == 0x0004A0, "Wrong size on ABP_MeleeWeapon_Base_C"); \ +static_assert(offsetof(ABP_MeleeWeapon_Base_C, UberGraphFrame) == 0x000400, "Member 'ABP_MeleeWeapon_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeWeapon_Base_C, BreakGeometryCollection) == 0x000408, "Member 'ABP_MeleeWeapon_Base_C::BreakGeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeWeapon_Base_C, BreakVFX) == 0x000410, "Member 'ABP_MeleeWeapon_Base_C::BreakVFX' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeWeapon_Base_C, BreakAkEvent) == 0x000418, "Member 'ABP_MeleeWeapon_Base_C::BreakAkEvent' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeWeapon_Base_C, Weapon_Switch) == 0x000420, "Member 'ABP_MeleeWeapon_Base_C::Weapon_Switch' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeWeapon_Base_C, WeaponOffset) == 0x000428, "Member 'ABP_MeleeWeapon_Base_C::WeaponOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeWeapon_Base_C, Wielding_Character) == 0x000440, "Member 'ABP_MeleeWeapon_Base_C::Wielding_Character' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeWeapon_Base_C, Maps_Weapon_Game_Play_Tag_to_AK_Switch) == 0x000448, "Member 'ABP_MeleeWeapon_Base_C::Maps_Weapon_Game_Play_Tag_to_AK_Switch' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeWeapon_Base_C, Wieldable_Tag) == 0x000498, "Member 'ABP_MeleeWeapon_Base_C::Wieldable_Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent \ +static_assert(alignof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent) == 0x000008, "Wrong alignment on BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent"); \ +static_assert(sizeof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent) == 0x000168, "Wrong size on BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, EntryPoint) == 0x000000, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CustomEvent_bValue) == 0x000020, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, Temp_bool_Variable) == 0x000021, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, Temp_struct_Variable) == 0x000024, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_GetWorldStateBool_ReturnValue) == 0x00002C, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CustomEvent_Value) == 0x000040, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, Temp_struct_Variable_1) == 0x000060, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_ObserveWorldStateNamedInt_ReturnValue) == 0x000080, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_ObserveWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x00008C, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, Temp_struct_Variable_2) == 0x00009C, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_ObserveWorldStateBool_ReturnValue) == 0x0000A8, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_ObserveWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x0000B0, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x0000D0, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_IsValid_ReturnValue_1) == 0x0000D1, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000D4, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CustomEvent_Vehicle_1) == 0x0000E8, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CustomEvent_Vehicle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CustomEvent_SeatId_1) == 0x0000F0, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CustomEvent_SeatId_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CustomEvent_DoorId_1) == 0x0000F1, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CustomEvent_DoorId_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CustomEvent_State_1) == 0x0000F2, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CustomEvent_State_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000F4, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_SwitchEnum_CmpSuccess) == 0x000104, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CustomEvent_Vehicle) == 0x000108, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CustomEvent_Vehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CustomEvent_SeatId) == 0x000110, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CustomEvent_SeatId' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CustomEvent_DoorId) == 0x000111, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CustomEvent_DoorId' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CustomEvent_ExitAction) == 0x000112, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CustomEvent_ExitAction' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CustomEvent_ExitActionInstigator) == 0x000118, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CustomEvent_ExitActionInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_CustomEvent_State) == 0x000120, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_CustomEvent_State' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_SwitchEnum_CmpSuccess_1) == 0x000121, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000128, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, K2Node_Event_DeltaSeconds) == 0x000130, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000138, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000140, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000148, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000158, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_Not_PreBool_ReturnValue) == 0x000159, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_IsVehicleDriver_ReturnValue) == 0x00015A, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_IsVehicleDriver_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_BooleanAND_ReturnValue) == 0x00015B, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_3) == 0x000160, "Member 'BP_DrivingMetadataComponent_C_ExecuteUbergraph_BP_DrivingMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DrivingMetadataComponent_C_HandleOnFootTag \ +static_assert(alignof(BP_DrivingMetadataComponent_C_HandleOnFootTag) == 0x000008, "Wrong alignment on BP_DrivingMetadataComponent_C_HandleOnFootTag"); \ +static_assert(sizeof(BP_DrivingMetadataComponent_C_HandleOnFootTag) == 0x000028, "Wrong size on BP_DrivingMetadataComponent_C_HandleOnFootTag"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_HandleOnFootTag, CallFunc_GetPlayingInstance_ReturnValue) == 0x000000, "Member 'BP_DrivingMetadataComponent_C_HandleOnFootTag::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_HandleOnFootTag, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000008, "Member 'BP_DrivingMetadataComponent_C_HandleOnFootTag::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_HandleOnFootTag, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000010, "Member 'BP_DrivingMetadataComponent_C_HandleOnFootTag::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_HandleOnFootTag, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000020, "Member 'BP_DrivingMetadataComponent_C_HandleOnFootTag::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_HandleOnFootTag, CallFunc_IsInVehicle_ReturnValue) == 0x000021, "Member 'BP_DrivingMetadataComponent_C_HandleOnFootTag::CallFunc_IsInVehicle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DrivingMetadataComponent_C_OnValueUpdated_0376945D4D75F31137A11B9341C70B39 \ +static_assert(alignof(BP_DrivingMetadataComponent_C_OnValueUpdated_0376945D4D75F31137A11B9341C70B39) == 0x000004, "Wrong alignment on BP_DrivingMetadataComponent_C_OnValueUpdated_0376945D4D75F31137A11B9341C70B39"); \ +static_assert(sizeof(BP_DrivingMetadataComponent_C_OnValueUpdated_0376945D4D75F31137A11B9341C70B39) == 0x000020, "Wrong size on BP_DrivingMetadataComponent_C_OnValueUpdated_0376945D4D75F31137A11B9341C70B39"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_OnValueUpdated_0376945D4D75F31137A11B9341C70B39, Value) == 0x000000, "Member 'BP_DrivingMetadataComponent_C_OnValueUpdated_0376945D4D75F31137A11B9341C70B39::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DrivingMetadataComponent_C_OnValueUpdated_5E42256048FBDBDA0D8B22AB4CC94930 \ +static_assert(alignof(BP_DrivingMetadataComponent_C_OnValueUpdated_5E42256048FBDBDA0D8B22AB4CC94930) == 0x000001, "Wrong alignment on BP_DrivingMetadataComponent_C_OnValueUpdated_5E42256048FBDBDA0D8B22AB4CC94930"); \ +static_assert(sizeof(BP_DrivingMetadataComponent_C_OnValueUpdated_5E42256048FBDBDA0D8B22AB4CC94930) == 0x000001, "Wrong size on BP_DrivingMetadataComponent_C_OnValueUpdated_5E42256048FBDBDA0D8B22AB4CC94930"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_OnValueUpdated_5E42256048FBDBDA0D8B22AB4CC94930, bValue) == 0x000000, "Member 'BP_DrivingMetadataComponent_C_OnValueUpdated_5E42256048FBDBDA0D8B22AB4CC94930::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DrivingMetadataComponent_C_ReceiveTick \ +static_assert(alignof(BP_DrivingMetadataComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DrivingMetadataComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_DrivingMetadataComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_DrivingMetadataComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DrivingMetadataComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DrivingMetadataComponent_C_TriggerEvent \ +static_assert(alignof(BP_DrivingMetadataComponent_C_TriggerEvent) == 0x000008, "Wrong alignment on BP_DrivingMetadataComponent_C_TriggerEvent"); \ +static_assert(sizeof(BP_DrivingMetadataComponent_C_TriggerEvent) == 0x000020, "Wrong size on BP_DrivingMetadataComponent_C_TriggerEvent"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_TriggerEvent, StressAmount) == 0x000000, "Member 'BP_DrivingMetadataComponent_C_TriggerEvent::StressAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_TriggerEvent, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_DrivingMetadataComponent_C_TriggerEvent::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_TriggerEvent, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_DrivingMetadataComponent_C_TriggerEvent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_TriggerEvent, CallFunc_EvaluateReturningToValid_Valid) == 0x000018, "Member 'BP_DrivingMetadataComponent_C_TriggerEvent::CallFunc_EvaluateReturningToValid_Valid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DrivingMetadataComponent_C_VehicleEnter \ +static_assert(alignof(BP_DrivingMetadataComponent_C_VehicleEnter) == 0x000008, "Wrong alignment on BP_DrivingMetadataComponent_C_VehicleEnter"); \ +static_assert(sizeof(BP_DrivingMetadataComponent_C_VehicleEnter) == 0x000010, "Wrong size on BP_DrivingMetadataComponent_C_VehicleEnter"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_VehicleEnter, Vehicle) == 0x000000, "Member 'BP_DrivingMetadataComponent_C_VehicleEnter::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_VehicleEnter, SeatId) == 0x000008, "Member 'BP_DrivingMetadataComponent_C_VehicleEnter::SeatId' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_VehicleEnter, DoorId) == 0x000009, "Member 'BP_DrivingMetadataComponent_C_VehicleEnter::DoorId' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_VehicleEnter, State) == 0x00000A, "Member 'BP_DrivingMetadataComponent_C_VehicleEnter::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DrivingMetadataComponent_C_VehicleExit \ +static_assert(alignof(BP_DrivingMetadataComponent_C_VehicleExit) == 0x000008, "Wrong alignment on BP_DrivingMetadataComponent_C_VehicleExit"); \ +static_assert(sizeof(BP_DrivingMetadataComponent_C_VehicleExit) == 0x000020, "Wrong size on BP_DrivingMetadataComponent_C_VehicleExit"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_VehicleExit, Vehicle) == 0x000000, "Member 'BP_DrivingMetadataComponent_C_VehicleExit::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_VehicleExit, SeatId) == 0x000008, "Member 'BP_DrivingMetadataComponent_C_VehicleExit::SeatId' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_VehicleExit, DoorId) == 0x000009, "Member 'BP_DrivingMetadataComponent_C_VehicleExit::DoorId' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_VehicleExit, ExitAction) == 0x00000A, "Member 'BP_DrivingMetadataComponent_C_VehicleExit::ExitAction' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_VehicleExit, ExitActionInstigator) == 0x000010, "Member 'BP_DrivingMetadataComponent_C_VehicleExit::ExitActionInstigator' has a wrong offset!"); \ +static_assert(offsetof(BP_DrivingMetadataComponent_C_VehicleExit, State) == 0x000018, "Member 'BP_DrivingMetadataComponent_C_VehicleExit::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DrivingMetadataComponent_C \ +static_assert(alignof(UBP_DrivingMetadataComponent_C) == 0x000008, "Wrong alignment on UBP_DrivingMetadataComponent_C"); \ +static_assert(sizeof(UBP_DrivingMetadataComponent_C) == 0x0000D8, "Wrong size on UBP_DrivingMetadataComponent_C"); \ +static_assert(offsetof(UBP_DrivingMetadataComponent_C, UberGraphFrame) == 0x0000C0, "Member 'UBP_DrivingMetadataComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DrivingMetadataComponent_C, UneventfulDuration) == 0x0000C8, "Member 'UBP_DrivingMetadataComponent_C::UneventfulDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_DrivingMetadataComponent_C, EventTimer) == 0x0000D0, "Member 'UBP_DrivingMetadataComponent_C::EventTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Audio_Impact_Component_C_CustomEvent \ +static_assert(alignof(Audio_Impact_Component_C_CustomEvent) == 0x000008, "Wrong alignment on Audio_Impact_Component_C_CustomEvent"); \ +static_assert(sizeof(Audio_Impact_Component_C_CustomEvent) == 0x000128, "Wrong size on Audio_Impact_Component_C_CustomEvent"); \ +static_assert(offsetof(Audio_Impact_Component_C_CustomEvent, SelfActor) == 0x000000, "Member 'Audio_Impact_Component_C_CustomEvent::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_CustomEvent, OtherActor) == 0x000008, "Member 'Audio_Impact_Component_C_CustomEvent::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_CustomEvent, NormalImpulse) == 0x000010, "Member 'Audio_Impact_Component_C_CustomEvent::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_CustomEvent, Hit) == 0x000028, "Member 'Audio_Impact_Component_C_CustomEvent::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Audio_Impact_Component_C_CustomEvent_0 \ +static_assert(alignof(Audio_Impact_Component_C_CustomEvent_0) == 0x000008, "Wrong alignment on Audio_Impact_Component_C_CustomEvent_0"); \ +static_assert(sizeof(Audio_Impact_Component_C_CustomEvent_0) == 0x0000C0, "Wrong size on Audio_Impact_Component_C_CustomEvent_0"); \ +static_assert(offsetof(Audio_Impact_Component_C_CustomEvent_0, CollisionInfo) == 0x000000, "Member 'Audio_Impact_Component_C_CustomEvent_0::CollisionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Audio_Impact_Component_C_CustomEvent_1 \ +static_assert(alignof(Audio_Impact_Component_C_CustomEvent_1) == 0x000010, "Wrong alignment on Audio_Impact_Component_C_CustomEvent_1"); \ +static_assert(sizeof(Audio_Impact_Component_C_CustomEvent_1) == 0x0000A0, "Wrong size on Audio_Impact_Component_C_CustomEvent_1"); \ +static_assert(offsetof(Audio_Impact_Component_C_CustomEvent_1, BreakEvent) == 0x000000, "Member 'Audio_Impact_Component_C_CustomEvent_1::BreakEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component \ +static_assert(alignof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component) == 0x000010, "Wrong alignment on Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component"); \ +static_assert(sizeof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component) == 0x0003E0, "Wrong size on Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, EntryPoint) == 0x000000, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, Temp_bool_Has_Been_Initd_Variable) == 0x000010, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, Temp_bool_IsClosed_Variable) == 0x000024, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, Temp_bool_Has_Been_Initd_Variable_1) == 0x000025, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, Temp_bool_IsClosed_Variable_1) == 0x000026, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, Temp_bool_Has_Been_Initd_Variable_2) == 0x000027, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, K2Node_CustomEvent_SelfActor) == 0x000028, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::K2Node_CustomEvent_SelfActor' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, K2Node_CustomEvent_OtherActor) == 0x000030, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, K2Node_CustomEvent_NormalImpulse) == 0x000038, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::K2Node_CustomEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, K2Node_CustomEvent_Hit) == 0x000050, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::K2Node_CustomEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_bBlockingHit) == 0x000150, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_bInitialOverlap) == 0x000151, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_Time) == 0x000154, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_Distance) == 0x000158, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_Location) == 0x000160, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_ImpactPoint) == 0x000178, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_Normal) == 0x000190, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_ImpactNormal) == 0x0001A8, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_PhysMat) == 0x0001C0, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_HitActor) == 0x0001C8, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_HitComponent) == 0x0001D0, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_HitBoneName) == 0x0001D8, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_BoneName) == 0x0001E0, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_HitItem) == 0x0001E8, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_ElementIndex) == 0x0001EC, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_FaceIndex) == 0x0001F0, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_TraceStart) == 0x0001F8, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_BreakHitResult_TraceEnd) == 0x000210, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_GetOwner_ReturnValue) == 0x000228, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, K2Node_CustomEvent_CollisionInfo) == 0x000230, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::K2Node_CustomEvent_CollisionInfo' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, K2Node_CreateDelegate_OutputDelegate_1) == 0x0002F0, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, Temp_bool_IsClosed_Variable_2) == 0x000300, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000308, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_Array_Get_Item) == 0x000318, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_Array_Length_ReturnValue) == 0x000320, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, CallFunc_Less_IntInt_ReturnValue) == 0x000324, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, K2Node_CustomEvent_BreakEvent) == 0x000330, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::K2Node_CustomEvent_BreakEvent' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component, K2Node_CreateDelegate_OutputDelegate_2) == 0x0003D0, "Member 'Audio_Impact_Component_C_ExecuteUbergraph_Audio_Impact_Component::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Audio_Impact_Component_C_Trigger_Impact_SFX \ +static_assert(alignof(Audio_Impact_Component_C_Trigger_Impact_SFX) == 0x000008, "Wrong alignment on Audio_Impact_Component_C_Trigger_Impact_SFX"); \ +static_assert(sizeof(Audio_Impact_Component_C_Trigger_Impact_SFX) == 0x0000A8, "Wrong size on Audio_Impact_Component_C_Trigger_Impact_SFX"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, Location) == 0x000000, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::Location' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, AkEvent) == 0x000018, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, CallFunc_GetPlayingInstance_ReturnValue) == 0x000020, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000028, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, CallFunc_GetVehicle_ReturnValue) == 0x000030, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, CallFunc_GetVehicle_ReturnValue_1) == 0x000038, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::CallFunc_GetVehicle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, CallFunc_GetCJVehicleMovement_ReturnValue) == 0x000048, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::CallFunc_GetCJVehicleMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, CallFunc_GetForwardSpeedKMH_ReturnValue) == 0x000050, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::CallFunc_GetForwardSpeedKMH_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, Temp_object_Variable) == 0x000058, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, K2Node_MakeStruct_RtpcValue) == 0x000068, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::K2Node_MakeStruct_RtpcValue' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, K2Node_MakeArray_Array) == 0x000090, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(Audio_Impact_Component_C_Trigger_Impact_SFX, CallFunc_CJPostEventAtLocation_ReturnValue) == 0x0000A0, "Member 'Audio_Impact_Component_C_Trigger_Impact_SFX::CallFunc_CJPostEventAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudio_Impact_Component_C \ +static_assert(alignof(UAudio_Impact_Component_C) == 0x000008, "Wrong alignment on UAudio_Impact_Component_C"); \ +static_assert(sizeof(UAudio_Impact_Component_C) == 0x0000F8, "Wrong size on UAudio_Impact_Component_C"); \ +static_assert(offsetof(UAudio_Impact_Component_C, UberGraphFrame) == 0x0000C0, "Member 'UAudio_Impact_Component_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAudio_Impact_Component_C, ActorSource) == 0x0000C8, "Member 'UAudio_Impact_Component_C::ActorSource' has a wrong offset!"); \ +static_assert(offsetof(UAudio_Impact_Component_C, Ak_Event) == 0x0000D0, "Member 'UAudio_Impact_Component_C::Ak_Event' has a wrong offset!"); \ +static_assert(offsetof(UAudio_Impact_Component_C, TriggerOnce) == 0x0000D8, "Member 'UAudio_Impact_Component_C::TriggerOnce' has a wrong offset!"); \ +static_assert(offsetof(UAudio_Impact_Component_C, resetTrigger_Delay) == 0x0000DC, "Member 'UAudio_Impact_Component_C::resetTrigger_Delay' has a wrong offset!"); \ +static_assert(offsetof(UAudio_Impact_Component_C, isGeometryCollection) == 0x0000E0, "Member 'UAudio_Impact_Component_C::isGeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(UAudio_Impact_Component_C, Emitter) == 0x0000E8, "Member 'UAudio_Impact_Component_C::Emitter' has a wrong offset!"); \ +static_assert(offsetof(UAudio_Impact_Component_C, Current_ArrayElement) == 0x0000F0, "Member 'UAudio_Impact_Component_C::Current_ArrayElement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VM_LevelAvailable_C \ +static_assert(alignof(UBP_VM_LevelAvailable_C) == 0x000008, "Wrong alignment on UBP_VM_LevelAvailable_C"); \ +static_assert(sizeof(UBP_VM_LevelAvailable_C) == 0x000078, "Wrong size on UBP_VM_LevelAvailable_C"); \ +static_assert(offsetof(UBP_VM_LevelAvailable_C, NextLevel) == 0x000068, "Member 'UBP_VM_LevelAvailable_C::NextLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_LevelAvailable_C, CurrentLevel) == 0x00006C, "Member 'UBP_VM_LevelAvailable_C::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_LevelAvailable_C, IsNextLevel) == 0x000070, "Member 'UBP_VM_LevelAvailable_C::IsNextLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_0_OnInteractRangeTypeChangedDelegate__DelegateSignature \ +static_assert(alignof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_0_OnInteractRangeTypeChangedDelegate__DelegateSignature) == 0x000001, "Wrong alignment on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_0_OnInteractRangeTypeChangedDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_0_OnInteractRangeTypeChangedDelegate__DelegateSignature) == 0x000001, "Wrong size on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_0_OnInteractRangeTypeChangedDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_0_OnInteractRangeTypeChangedDelegate__DelegateSignature, NewIconType) == 0x000000, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_0_OnInteractRangeTypeChangedDelegate__DelegateSignature::NewIconType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_1_OnInteractedWith__DelegateSignature \ +static_assert(alignof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_1_OnInteractedWith__DelegateSignature) == 0x000008, "Wrong alignment on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_1_OnInteractedWith__DelegateSignature"); \ +static_assert(sizeof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_1_OnInteractedWith__DelegateSignature) == 0x000010, "Wrong size on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_1_OnInteractedWith__DelegateSignature"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_1_OnInteractedWith__DelegateSignature, Character) == 0x000000, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_1_OnInteractedWith__DelegateSignature::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_1_OnInteractedWith__DelegateSignature, InteractionType) == 0x000008, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_Interaction_K2Node_ComponentBoundEvent_1_OnInteractedWith__DelegateSignature::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_WorldStateBoolObserver_SleepBlockers_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature \ +static_assert(alignof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_WorldStateBoolObserver_SleepBlockers_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong alignment on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_WorldStateBoolObserver_SleepBlockers_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature"); \ +static_assert(sizeof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_WorldStateBoolObserver_SleepBlockers_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong size on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_WorldStateBoolObserver_SleepBlockers_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_WorldStateBoolObserver_SleepBlockers_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature, bValue) == 0x000000, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_BndEvt__BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_WorldStateBoolObserver_SleepBlockers_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent \ +static_assert(alignof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent) == 0x000008, "Wrong alignment on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent"); \ +static_assert(sizeof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent) == 0x000020, "Wrong size on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent, Handler) == 0x000000, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent::Handler' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent, ActionID) == 0x000008, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent::ActionID' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent, ActionType) == 0x000010, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent::ActionType' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent, Status) == 0x000018, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_CustomEvent::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_EnableSleepInteraction \ +static_assert(alignof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_EnableSleepInteraction) == 0x000001, "Wrong alignment on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_EnableSleepInteraction"); \ +static_assert(sizeof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_EnableSleepInteraction) == 0x000001, "Wrong size on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_EnableSleepInteraction"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_EnableSleepInteraction, bEnable) == 0x000000, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_EnableSleepInteraction::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_End \ +static_assert(alignof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_End) == 0x000008, "Wrong alignment on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_End"); \ +static_assert(sizeof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_End) == 0x000008, "Wrong size on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_End"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_End, Character) == 0x000000, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_End::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi \ +static_assert(alignof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi) == 0x000008, "Wrong alignment on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi"); \ +static_assert(sizeof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi) == 0x0001B0, "Wrong size on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, EntryPoint) == 0x000000, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, Temp_bool_Variable) == 0x000004, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_ObserveWorldStateNamedIntValue_ReturnValue) == 0x000008, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_ObserveWorldStateNamedIntValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, Temp_struct_Variable) == 0x000014, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GetPlayingInstance_ReturnValue) == 0x000020, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GetWorldStateBool_ReturnValue) == 0x000028, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_CustomEvent_Handler) == 0x000030, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_CustomEvent_Handler' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_CustomEvent_ActionID) == 0x000038, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_CustomEvent_ActionID' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_CustomEvent_ActionType) == 0x000040, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_CustomEvent_ActionType' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_CustomEvent_Status) == 0x000048, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_CustomEvent_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_CustomEvent_bValue) == 0x000049, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_Event_Character) == 0x000050, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_Event_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000058, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_ReserveActionPoints_ReturnValue) == 0x000060, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_ReserveActionPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_ComponentBoundEvent_NewIconType) == 0x000061, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_ComponentBoundEvent_NewIconType' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x000064, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_SwitchEnum_CmpSuccess) == 0x000084, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x000085, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_SetSmartObjectEnabled_ReturnValue) == 0x000086, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_SetSmartObjectEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_ComponentBoundEvent_Character) == 0x000088, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_ComponentBoundEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_ComponentBoundEvent_InteractionType) == 0x000090, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_ComponentBoundEvent_InteractionType' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000094, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_SwitchEnum_CmpSuccess_1) == 0x000098, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_FTrunc_ReturnValue) == 0x00009C, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_DynamicCast_AsCJCharacter) == 0x0000A0, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GetInventoryItemCount_ReturnValue) == 0x0000AC, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_SetBlockedCause_BlockedCause) == 0x0000B8, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_SetBlockedCause_BlockedCause' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_CreateDelegate_OutputDelegate) == 0x0000C8, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_CustomEvent_EventData) == 0x0000D8, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_CustomEvent_EventData' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_CustomEvent_Interactor) == 0x000118, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_CustomEvent_Interactor' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000120, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_SwitchEnum_CmpSuccess_2) == 0x000121, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_CreateDelegate_OutputDelegate_1) == 0x000124, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000138, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_SayIntent_ReturnValue) == 0x000140, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_SayIntent_ReturnValue_1) == 0x000141, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_SayIntent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GetWorldStateInt_ReturnValue) == 0x000144, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GetPlayingInstance_ReturnValue_3) == 0x000148, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GetPlayingInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000150, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GetPlayingInstance_ReturnValue_4) == 0x000158, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GetPlayingInstance_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_CreateDelegate_OutputDelegate_2) == 0x000160, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GetWorldStateNamedInt_ReturnValue_1) == 0x000170, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GetWorldStateNamedInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_1) == 0x000190, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_GetPlayingInstance_ReturnValue_5) == 0x000198, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_GetPlayingInstance_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, K2Node_ComponentBoundEvent_bValue) == 0x0001A0, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::K2Node_ComponentBoundEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_BooleanAND_ReturnValue) == 0x0001A1, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi, CallFunc_FTrunc_A_ImplicitCast) == 0x0001A8, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_ExecuteUbergraph_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi::CallFunc_FTrunc_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnSMartObject \ +static_assert(alignof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnSMartObject) == 0x000008, "Wrong alignment on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnSMartObject"); \ +static_assert(sizeof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnSMartObject) == 0x000048, "Wrong size on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnSMartObject"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnSMartObject, EventData) == 0x000000, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnSMartObject::EventData' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnSMartObject, Interactor) == 0x000040, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnSMartObject::Interactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnValueUpdated_712C68C44D0D6C4707887FB2865218C1 \ +static_assert(alignof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnValueUpdated_712C68C44D0D6C4707887FB2865218C1) == 0x000001, "Wrong alignment on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnValueUpdated_712C68C44D0D6C4707887FB2865218C1"); \ +static_assert(sizeof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnValueUpdated_712C68C44D0D6C4707887FB2865218C1) == 0x000001, "Wrong size on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnValueUpdated_712C68C44D0D6C4707887FB2865218C1"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnValueUpdated_712C68C44D0D6C4707887FB2865218C1, bValue) == 0x000000, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_OnValueUpdated_712C68C44D0D6C4707887FB2865218C1::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause \ +static_assert(alignof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause) == 0x000008, "Wrong alignment on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause"); \ +static_assert(sizeof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause) == 0x000030, "Wrong size on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause, BlockedCause) == 0x000000, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause::BlockedCause' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause, Temp_struct_Variable) == 0x000010, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause, CallFunc_BP_WorldStateEnum_Get_ReturnValue) == 0x000018, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause::CallFunc_BP_WorldStateEnum_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause, K2Node_SwitchEnum_CmpSuccess) == 0x000019, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause, CallFunc_GetWorldStateBool_ReturnValue) == 0x00001A, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause, Temp_struct_Variable_1) == 0x00001C, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause, Temp_struct_Variable_2) == 0x000024, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x00002C, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause, CallFunc_GetWorldStateBool_ReturnValue_2) == 0x00002D, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetBlockedCause::CallFunc_GetWorldStateBool_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText \ +static_assert(alignof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText) == 0x000008, "Wrong alignment on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText"); \ +static_assert(sizeof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText) == 0x000060, "Wrong size on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, bLocked) == 0x000000, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::bLocked' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x000004, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x000024, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, CallFunc_GetInventoryItemCount_ReturnValue) == 0x000028, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000030, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000038, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, CallFunc_GetWorldStateFloat_ReturnValue_1) == 0x00003C, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::CallFunc_GetWorldStateFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000041, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, CallFunc_GetWorldStateInt_ReturnValue) == 0x000044, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000048, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, CallFunc_BooleanOR_ReturnValue) == 0x000049, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast) == 0x000050, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::CallFunc_GreaterEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000058, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetInteractText::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts \ +static_assert(alignof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts) == 0x000008, "Wrong alignment on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts"); \ +static_assert(sizeof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts) == 0x000100, "Wrong size on BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, CallFunc_GetInventoryItemCount_ReturnValue) == 0x000000, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000004, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000008, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, CallFunc_FTrunc_ReturnValue) == 0x000010, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, CallFunc_FTrunc_ReturnValue_1) == 0x000014, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000018, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x000020, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, K2Node_MakeArray_Array) == 0x0000B8, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, K2Node_MakeArray_Array_1) == 0x0000C8, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, CallFunc_Format_ReturnValue_1) == 0x0000E8, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts, CallFunc_FTrunc_A_ImplicitCast) == 0x0000F8, "Member 'BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C_SetTexts::CallFunc_FTrunc_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C \ +static_assert(alignof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C) == 0x000010, "Wrong alignment on ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C"); \ +static_assert(sizeof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C) == 0x000490, "Wrong size on ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C"); \ +static_assert(offsetof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C, UberGraphFrame_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C) == 0x000318, "Member 'ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C::UberGraphFrame_BP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C, WorldStateBoolObserver_SleepBlockers) == 0x000320, "Member 'ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C::WorldStateBoolObserver_SleepBlockers' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C, Box) == 0x000328, "Member 'ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C, Camera) == 0x000330, "Member 'ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C::Camera' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C, SleepBlockedReason) == 0x000338, "Member 'ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C::SleepBlockedReason' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C, PlayerTransform) == 0x000350, "Member 'ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C::PlayerTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C, Player_Camera_Transform) == 0x0003B0, "Member 'ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C::Player_Camera_Transform' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C, Camera_Transform) == 0x000410, "Member 'ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C::Camera_Transform' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C, Player_Camera_Fov) == 0x000470, "Member 'ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C::Player_Camera_Fov' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C, ViewModel) == 0x000478, "Member 'ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C, InInteractRange) == 0x000480, "Member 'ABP_SO_LAL_Ui_SofaSleep_OnlyUseForUi_C::InInteractRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSAttributeData \ +static_assert(alignof(FSAttributeData) == 0x000008, "Wrong alignment on FSAttributeData"); \ +static_assert(sizeof(FSAttributeData) == 0x000028, "Wrong size on FSAttributeData"); \ +static_assert(offsetof(FSAttributeData, Level_27_5C3373754129501FFE3B0CA39CB0C082) == 0x000000, "Member 'FSAttributeData::Level_27_5C3373754129501FFE3B0CA39CB0C082' has a wrong offset!"); \ +static_assert(offsetof(FSAttributeData, Stat1Amount_25_A315658F4F67256B416AEEB62AA667D4) == 0x000008, "Member 'FSAttributeData::Stat1Amount_25_A315658F4F67256B416AEEB62AA667D4' has a wrong offset!"); \ +static_assert(offsetof(FSAttributeData, Stat1Acc_30_C925C19844D9C747AF00E484D7E34E9D) == 0x000010, "Member 'FSAttributeData::Stat1Acc_30_C925C19844D9C747AF00E484D7E34E9D' has a wrong offset!"); \ +static_assert(offsetof(FSAttributeData, Stat2Amount_26_161144CD418399BF62727F9B6DE3BF83) == 0x000018, "Member 'FSAttributeData::Stat2Amount_26_161144CD418399BF62727F9B6DE3BF83' has a wrong offset!"); \ +static_assert(offsetof(FSAttributeData, Stat2Acc_32_47C4AA7F43ADBAC736D675A7E5DAB02D) == 0x000020, "Member 'FSAttributeData::Stat2Acc_32_47C4AA7F43ADBAC736D675A7E5DAB02D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Player::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Player::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Player::FAnimBlueprintGeneratedConstantData) == 0x003AB0, "Wrong size on ABP_Player::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __Class_1674) == 0x000008, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__Class_1674' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __DataTable_1675) == 0x000010, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__DataTable_1675' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1676) == 0x000018, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1676' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __EnumProperty_1677) == 0x000020, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__EnumProperty_1677' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __Class_1678) == 0x000028, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__Class_1678' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __DataTable_1679) == 0x000030, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__DataTable_1679' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1680) == 0x000038, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1680' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1681) == 0x000040, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1681' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1682) == 0x000048, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1682' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1683) == 0x000058, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1683' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1684) == 0x000060, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1684' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1685) == 0x000080, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1685' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1686) == 0x0000A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1686' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1687) == 0x0000A8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1687' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1688) == 0x0000C8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1688' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1689) == 0x0000E8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1689' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1690) == 0x000108, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1690' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1691) == 0x000110, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1691' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1692) == 0x000130, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1692' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1693) == 0x000138, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1693' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1694) == 0x000158, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1694' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1695) == 0x000178, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1695' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1696) == 0x000180, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1696' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1697) == 0x0001A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1697' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1698) == 0x0001A8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1698' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1699) == 0x0001B8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1699' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1700) == 0x0001C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1700' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __Class_1701) == 0x0001C8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__Class_1701' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __DataTable_1702) == 0x0001D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__DataTable_1702' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1703) == 0x0001D8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1703' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1704) == 0x0001E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1704' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __Class_1705) == 0x0001E8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__Class_1705' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __DataTable_1706) == 0x0001F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__DataTable_1706' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1707) == 0x0001F8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1707' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1708) == 0x000200, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1708' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __Class_1709) == 0x000208, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__Class_1709' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __DataTable_1710) == 0x000210, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__DataTable_1710' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1711) == 0x000218, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1711' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1712) == 0x000220, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1712' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1713) == 0x000224, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1713' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1714) == 0x00022C, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1714' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1715) == 0x000230, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1715' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1716) == 0x000238, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1716' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1717) == 0x000240, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1717' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1718) == 0x000250, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1718' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1719) == 0x000258, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1719' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1720) == 0x000260, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1720' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1721) == 0x000270, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1721' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1722) == 0x000280, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1722' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1723) == 0x000290, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1723' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1724) == 0x0002B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1724' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1725) == 0x0002B8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1725' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1726) == 0x0002BC, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1726' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1727) == 0x0002C4, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1727' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1728) == 0x0002C8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1728' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1729) == 0x0002D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1729' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1730) == 0x0002D8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1730' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1731) == 0x0002F8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1731' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1732) == 0x000300, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1732' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1733) == 0x000320, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1733' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1734) == 0x000328, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1734' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1735) == 0x000348, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1735' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1736) == 0x000350, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1736' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_1737) == 0x000358, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_1737' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __EnumProperty_1738) == 0x000360, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__EnumProperty_1738' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __EnumProperty_1739) == 0x000361, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__EnumProperty_1739' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __Class_1740) == 0x000368, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__Class_1740' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __FloatProperty_1741) == 0x000370, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__FloatProperty_1741' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __DataTable_1742) == 0x000378, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__DataTable_1742' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1743) == 0x000380, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1743' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1744) == 0x0003A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1744' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1745) == 0x0003A8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1745' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1746) == 0x0003C8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1746' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1747) == 0x0003CC, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1747' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1748) == 0x0003F8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1748' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1749) == 0x000400, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1749' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1750) == 0x000408, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1750' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __EnumProperty_1751) == 0x000420, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__EnumProperty_1751' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1752) == 0x000428, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1752' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1753) == 0x000440, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1753' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __FloatProperty_1754) == 0x000458, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__FloatProperty_1754' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __FloatProperty_1755) == 0x00045C, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__FloatProperty_1755' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __FloatProperty_1756) == 0x000460, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__FloatProperty_1756' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __FloatProperty_1757) == 0x000464, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__FloatProperty_1757' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __EnumProperty_1758) == 0x000468, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__EnumProperty_1758' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __EnumProperty_1759) == 0x000469, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__EnumProperty_1759' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __EnumProperty_1760) == 0x00046A, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__EnumProperty_1760' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1761) == 0x000470, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1761' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __FloatProperty_1762) == 0x000480, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__FloatProperty_1762' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1763) == 0x000488, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1763' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1764) == 0x0004A8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1764' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1765) == 0x0004C8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1765' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1766) == 0x0004D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1766' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1767) == 0x0004F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1767' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __EnumProperty_1768) == 0x000510, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__EnumProperty_1768' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __EnumProperty_1769) == 0x000511, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__EnumProperty_1769' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __BoolProperty_1770) == 0x000512, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__BoolProperty_1770' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __ByteProperty_1771) == 0x000513, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__ByteProperty_1771' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __FloatProperty_1772) == 0x000514, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__FloatProperty_1772' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1773) == 0x000518, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1773' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1774) == 0x000530, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1774' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1775) == 0x000550, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1775' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1776) == 0x000558, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1776' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1777) == 0x000560, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1777' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __IntProperty_1778) == 0x000580, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__IntProperty_1778' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __ByteProperty_1779) == 0x000584, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__ByteProperty_1779' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1780) == 0x000588, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1780' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __NameProperty_1781) == 0x000590, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__NameProperty_1781' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __BlendProfile_1782) == 0x000598, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__BlendProfile_1782' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __CurveFloat_1783) == 0x0005A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__CurveFloat_1783' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __EnumProperty_1784) == 0x0005A8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__EnumProperty_1784' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __EnumProperty_1785) == 0x0005A9, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__EnumProperty_1785' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __EnumProperty_1786) == 0x0005AA, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__EnumProperty_1786' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1787) == 0x0005B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1787' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __BoolProperty_1788) == 0x0005C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__BoolProperty_1788' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __BlendProfile_1789) == 0x0005C8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__BlendProfile_1789' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, __StructProperty_1790) == 0x0005D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::__StructProperty_1790' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Tag) == 0x0005F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Tag' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_SharedLinkedAnimLayers) == 0x000650, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_SharedLinkedAnimLayers' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000658, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x0006D8, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0006E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_3) == 0x000720, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_4) == 0x000750, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive) == 0x000780, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_2) == 0x0007B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_5) == 0x0007E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_14) == 0x000810, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_13) == 0x000840, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot_1) == 0x000870, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_10) == 0x0008A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TwoWayBlend) == 0x0008D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_9) == 0x000900, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_4) == 0x000930, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_12) == 0x000960, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_11) == 0x000990, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_74) == 0x0009C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_74' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_73) == 0x0009F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_73' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_72) == 0x000A20, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_71) == 0x000A50, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_4) == 0x000A80, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_23) == 0x000AB0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x000AE0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_22) == 0x000B10, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_21) == 0x000B40, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_WalkableStateMachine_1) == 0x000B70, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_WalkableStateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_10) == 0x000BA0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LegIK) == 0x000BD0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LegIK' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_3) == 0x000C00, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_3) == 0x000C30, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_10) == 0x000C60, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_2) == 0x000C90, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_9) == 0x000CC0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_8) == 0x000CF0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_8) == 0x000D20, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_FootPlacement) == 0x000D50, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_FootPlacement' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseSearchHistoryCollector) == 0x000D80, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseSearchHistoryCollector' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ChooserPlayer_2) == 0x000DB0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ChooserPlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_7) == 0x000DE0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_1) == 0x000E10, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_7) == 0x000E40, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_6) == 0x000E70, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_5) == 0x000EA0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_70) == 0x000ED0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_69) == 0x000F00, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_68) == 0x000F30, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_67) == 0x000F60, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_66) == 0x000F90, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_65) == 0x000FC0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_64) == 0x000FF0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_63) == 0x001020, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_62) == 0x001050, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_61) == 0x001080, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_60) == 0x0010B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_59) == 0x0010E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_58) == 0x001110, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ChooserPlayer_1) == 0x001140, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ChooserPlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_20) == 0x001170, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_19) == 0x0011A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_18) == 0x0011D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ChooserPlayer) == 0x001200, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ChooserPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_17) == 0x001230, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_16) == 0x001260, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_15) == 0x001290, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x0012C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_2) == 0x0012F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_4) == 0x001320, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_3) == 0x001350, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_3) == 0x001380, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x0013B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_2) == 0x0013E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Inertialization) == 0x001410, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Inertialization' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x001440, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x001470, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_1) == 0x0014A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_57) == 0x0014D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_56) == 0x001500, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_55) == 0x001530, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_54) == 0x001560, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_53) == 0x001590, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_52) == 0x0015C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_51) == 0x0015F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_50) == 0x001620, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_49) == 0x001650, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_48) == 0x001680, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_47) == 0x0016B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_46) == 0x0016E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_45) == 0x001710, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_44) == 0x001740, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_43) == 0x001770, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_42) == 0x0017A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_41) == 0x0017D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_40) == 0x001800, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_39) == 0x001830, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_38) == 0x001860, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_37) == 0x001890, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_36) == 0x0018C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_35) == 0x0018F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_34) == 0x001920, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_33) == 0x001950, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_32) == 0x001980, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_31) == 0x0019B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_30) == 0x0019E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_29) == 0x001A10, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_28) == 0x001A40, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_27) == 0x001A70, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_26) == 0x001AA0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_25) == 0x001AD0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_24) == 0x001B00, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_23) == 0x001B30, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_22) == 0x001B60, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_21) == 0x001B90, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_20) == 0x001BC0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_19) == 0x001BF0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_18) == 0x001C20, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_17) == 0x001C50, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x001C80, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x001CB0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x001CE0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x001D10, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x001D40, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x001D70, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x001DA0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x001DD0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x001E00, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x001E30, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x001E60, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x001E90, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x001EC0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x001EF0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x001F20, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x001F50, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x001F80, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_17) == 0x001FB0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_14) == 0x001FE0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x002010, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_13) == 0x002040, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x002070, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_12) == 0x0020A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x0020D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_11) == 0x002100, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimGraph_4) == 0x002130, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimGraph_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x002160, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimGraph_3) == 0x002190, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimGraph_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x0021C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_16) == 0x0021F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_15) == 0x002220, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_2) == 0x002250, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_6) == 0x002280, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_14) == 0x0022B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_13) == 0x0022E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_12) == 0x002310, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_11) == 0x002340, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_10) == 0x002370, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_9) == 0x0023A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_8) == 0x0023D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_5) == 0x002400, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_1) == 0x002430, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x002460, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_7) == 0x002490, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_4) == 0x0024C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x0024F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x002520, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_3) == 0x002550, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x002580, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x0025B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x0025E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x002610, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum) == 0x002640, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_2) == 0x002670, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x0026A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimGraph_2) == 0x0026D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimGraph_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x002700, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimGraph_1) == 0x002730, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimGraph_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x002760, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TurnInPlaceSequencePlayer) == 0x002790, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TurnInPlaceSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x0027C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimGraph) == 0x0027F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimGraph' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x002820, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ChooserSyncSequencePlayer) == 0x002850, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ChooserSyncSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x002880, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x0028B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x0028E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OffsetRootBone) == 0x002910, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OffsetRootBone' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_1) == 0x002940, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_1) == 0x002970, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive_1) == 0x0029A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_9) == 0x0029D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_9) == 0x002A00, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_19) == 0x002A30, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_18) == 0x002A60, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ResetRoot_9) == 0x002A90, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ResetRoot_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_9) == 0x002AC0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_9) == 0x002AF0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_9) == 0x002B20, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_8) == 0x002B50, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_8) == 0x002B80, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_17) == 0x002BB0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_16) == 0x002BE0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ResetRoot_8) == 0x002C10, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ResetRoot_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_8) == 0x002C40, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_8) == 0x002C70, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_8) == 0x002CA0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_7) == 0x002CD0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_7) == 0x002D00, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_15) == 0x002D30, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_14) == 0x002D60, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ResetRoot_7) == 0x002D90, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ResetRoot_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_7) == 0x002DC0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_7) == 0x002DF0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_7) == 0x002E20, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_6) == 0x002E50, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_6) == 0x002E80, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_13) == 0x002EB0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_12) == 0x002EE0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ResetRoot_6) == 0x002F10, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ResetRoot_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_6) == 0x002F40, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_6) == 0x002F70, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_6) == 0x002FA0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_5) == 0x002FD0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_5) == 0x003000, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_11) == 0x003030, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_10) == 0x003060, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ResetRoot_5) == 0x003090, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ResetRoot_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_5) == 0x0030C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_5) == 0x0030F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_5) == 0x003120, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MotionMatching_1) == 0x003150, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MotionMatching_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x003180, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x0031B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_4) == 0x0031E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_4) == 0x003210, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_9) == 0x003240, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_8) == 0x003270, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ResetRoot_4) == 0x0032A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ResetRoot_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_4) == 0x0032D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_4) == 0x003300, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_4) == 0x003330, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_3) == 0x003360, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_3) == 0x003390, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_7) == 0x0033C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_6) == 0x0033F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ResetRoot_3) == 0x003420, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ResetRoot_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_3) == 0x003450, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_3) == 0x003480, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_3) == 0x0034B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_2) == 0x0034E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_2) == 0x003510, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_5) == 0x003540, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_4) == 0x003570, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ResetRoot_2) == 0x0035A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ResetRoot_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_2) == 0x0035D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_2) == 0x003600, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_2) == 0x003630, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_1) == 0x003660, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_1) == 0x003690, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_3) == 0x0036C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_2) == 0x0036F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ResetRoot_1) == 0x003720, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ResetRoot_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_1) == 0x003750, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_1) == 0x003780, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_1) == 0x0037B0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0037E0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x003810, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering_1) == 0x003840, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Steering) == 0x003870, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Steering' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ResetRoot) == 0x0038A0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ResetRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping) == 0x0038D0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput) == 0x003900, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult) == 0x003930, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MotionMatching) == 0x003960, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MotionMatching' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x003990, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_WalkableStateMachine) == 0x0039C0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_WalkableStateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0039F0, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x003A20, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x003A50, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x003A80, "Member 'ABP_Player::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_Player::FAnimBlueprintGeneratedMutableData) == 0x000010, "Wrong alignment on ABP_Player::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_Player::FAnimBlueprintGeneratedMutableData) == 0x0001E0, "Wrong size on ABP_Player::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __BoolProperty) == 0x000001, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__BoolProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __BoolProperty_0) == 0x000002, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__BoolProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __BoolProperty_1) == 0x000003, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__BoolProperty_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __ByteProperty_2) == 0x000004, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__ByteProperty_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __ByteProperty_3) == 0x000005, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__ByteProperty_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __BoolProperty_4) == 0x000006, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__BoolProperty_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __BoolProperty_5) == 0x000007, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__BoolProperty_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __ByteProperty_6) == 0x000008, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__ByteProperty_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __BoolProperty_7) == 0x000009, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__BoolProperty_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __BoolProperty_8) == 0x00000A, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__BoolProperty_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __ByteProperty_9) == 0x00000B, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__ByteProperty_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __BoolProperty_10) == 0x00000C, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__BoolProperty_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __StructProperty_11) == 0x000010, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__StructProperty_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __BoolProperty_12) == 0x000020, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__BoolProperty_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __FloatProperty_13) == 0x000024, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__FloatProperty_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __StructProperty_14) == 0x000030, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__StructProperty_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __SynchronizedAnimationSelectionComponent_15) == 0x0001C0, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__SynchronizedAnimationSelectionComponent_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __StructProperty_16) == 0x0001C8, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__StructProperty_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __EnumProperty_17) == 0x0001CC, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__EnumProperty_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __BoolProperty_18) == 0x0001CD, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__BoolProperty_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __FloatProperty_19) == 0x0001D0, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__FloatProperty_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __FloatProperty_20) == 0x0001D4, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__FloatProperty_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player::FAnimBlueprintGeneratedMutableData, __BoolProperty_21) == 0x0001D8, "Member 'ABP_Player::FAnimBlueprintGeneratedMutableData::__BoolProperty_21' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_AnimGraph \ +static_assert(alignof(ABP_Player_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Player_C_AnimGraph"); \ +static_assert(sizeof(ABP_Player_C_AnimGraph) == 0x000010, "Wrong size on ABP_Player_C_AnimGraph"); \ +static_assert(offsetof(ABP_Player_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Player_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation) == 0x000008, "Wrong alignment on ABP_Player_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation) == 0x000048, "Wrong size on ABP_Player_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000005, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanOR_ReturnValue) == 0x000007, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, CallFunc_CountDownReactionTime_DeltaTime_ImplicitCast) == 0x000008, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::CallFunc_CountDownReactionTime_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, CallFunc_UpdateMMFootIK_DeltaTime_ImplicitCast) == 0x000010, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::CallFunc_UpdateMMFootIK_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Update_MM_TightTurning_DeltaTime_ImplicitCast) == 0x000018, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Update_MM_TightTurning_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Update_MM_Trajectory_DeltaTime_ImplicitCast) == 0x000020, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Update_MM_Trajectory_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Update_MM_EssentialValues_DeltaTime_ImplicitCast) == 0x000028, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Update_MM_EssentialValues_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Update_MM_SpeedState_DeltaTime_ImplicitCast) == 0x000030, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Update_MM_SpeedState_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, CallFunc_UpdateCharacterStateData_DeltaTime_ImplicitCast) == 0x000038, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::CallFunc_UpdateCharacterStateData_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_BlueprintThreadSafeUpdateAnimation, CallFunc_UpdateRotationData_DeltaTime_ImplicitCast) == 0x000040, "Member 'ABP_Player_C_BlueprintThreadSafeUpdateAnimation::CallFunc_UpdateRotationData_DeltaTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_Player_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Player_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_Player_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Player_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_Player_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Player_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_CountDownReactionTime \ +static_assert(alignof(ABP_Player_C_CountDownReactionTime) == 0x000008, "Wrong alignment on ABP_Player_C_CountDownReactionTime"); \ +static_assert(sizeof(ABP_Player_C_CountDownReactionTime) == 0x000020, "Wrong size on ABP_Player_C_CountDownReactionTime"); \ +static_assert(offsetof(ABP_Player_C_CountDownReactionTime, DeltaTime) == 0x000000, "Member 'ABP_Player_C_CountDownReactionTime::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_CountDownReactionTime, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000008, "Member 'ABP_Player_C_CountDownReactionTime::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_CountDownReactionTime, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'ABP_Player_C_CountDownReactionTime::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_CountDownReactionTime, CallFunc_FClamp_ReturnValue) == 0x000018, "Member 'ABP_Player_C_CountDownReactionTime::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_DebugGfxIKFootPinning \ +static_assert(alignof(ABP_Player_C_DebugGfxIKFootPinning) == 0x000008, "Wrong alignment on ABP_Player_C_DebugGfxIKFootPinning"); \ +static_assert(sizeof(ABP_Player_C_DebugGfxIKFootPinning) == 0x000028, "Wrong size on ABP_Player_C_DebugGfxIKFootPinning"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinning, DebugTextCol) == 0x000000, "Member 'ABP_Player_C_DebugGfxIKFootPinning::DebugTextCol' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinning, DebugActorPos) == 0x000010, "Member 'ABP_Player_C_DebugGfxIKFootPinning::DebugActorPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_DebugGfxIKFootPinningState \ +static_assert(alignof(ABP_Player_C_DebugGfxIKFootPinningState) == 0x000008, "Wrong alignment on ABP_Player_C_DebugGfxIKFootPinningState"); \ +static_assert(sizeof(ABP_Player_C_DebugGfxIKFootPinningState) == 0x000130, "Wrong size on ABP_Player_C_DebugGfxIKFootPinningState"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, FootPinningState) == 0x000000, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::FootPinningState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, DebugCol) == 0x000020, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::DebugCol' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, FootBoneName) == 0x000030, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::FootBoneName' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, TransformedWorldPos) == 0x000038, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::TransformedWorldPos' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, DebugTextCol) == 0x000050, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::DebugTextCol' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, DebugActorPos) == 0x000060, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::DebugActorPos' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, CallFunc_GetOwningComponent_ReturnValue) == 0x000078, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::CallFunc_GetOwningComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, CallFunc_GetSocketLocation_ReturnValue) == 0x000080, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, CallFunc_MakeVector_ReturnValue) == 0x000098, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, CallFunc_MakeVector_ReturnValue_1) == 0x0000C0, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D8, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, CallFunc_BuildString_Double_ReturnValue) == 0x0000F0, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::CallFunc_BuildString_Double_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000100, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, CallFunc_Vector_Distance_ReturnValue) == 0x000118, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxIKFootPinningState, CallFunc_BuildString_Double_ReturnValue_1) == 0x000120, "Member 'ABP_Player_C_DebugGfxIKFootPinningState::CallFunc_BuildString_Double_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_DebugGfxLocomotion \ +static_assert(alignof(ABP_Player_C_DebugGfxLocomotion) == 0x000008, "Wrong alignment on ABP_Player_C_DebugGfxLocomotion"); \ +static_assert(sizeof(ABP_Player_C_DebugGfxLocomotion) == 0x000688, "Wrong size on ABP_Player_C_DebugGfxLocomotion"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, DebugTextColError) == 0x000000, "Member 'ABP_Player_C_DebugGfxLocomotion::DebugTextColError' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, TextOffset) == 0x000010, "Member 'ABP_Player_C_DebugGfxLocomotion::TextOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, DebugCharacter) == 0x000020, "Member 'ABP_Player_C_DebugGfxLocomotion::DebugCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, DebugTextCol) == 0x000028, "Member 'ABP_Player_C_DebugGfxLocomotion::DebugTextCol' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, DebugInputOffset) == 0x000038, "Member 'ABP_Player_C_DebugGfxLocomotion::DebugInputOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, DebugInputOffsetVelocity) == 0x000050, "Member 'ABP_Player_C_DebugGfxLocomotion::DebugInputOffsetVelocity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, DebugActorPos) == 0x000068, "Member 'ABP_Player_C_DebugGfxLocomotion::DebugActorPos' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000080, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue) == 0x000098, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000B8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000C8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000D8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000E8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Normal_ReturnValue) == 0x0000F8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GetActorUpVector_ReturnValue) == 0x000110, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GetActorUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000128, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000140, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GetActorForwardVector_ReturnValue) == 0x000158, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000170, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000188, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GetOwningActor_ReturnValue) == 0x0001A0, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, K2Node_DynamicCast_AsCharacter) == 0x0001A8, "Member 'ABP_Player_C_DebugGfxLocomotion::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'ABP_Player_C_DebugGfxLocomotion::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Conv_BoolToString_ReturnValue) == 0x0001B8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0001C8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GetMarkerSyncDebugInfo_ReturnValue) == 0x0001D8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GetMarkerSyncDebugInfo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0001E8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0001F8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000200, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000210, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000220, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000230, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_SelectString_ReturnValue) == 0x000240, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x000250, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000268, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000278, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000288, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue) == 0x0002A0, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, Temp_bool_Variable) == 0x0002B8, "Member 'ABP_Player_C_DebugGfxLocomotion::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_VSize_ReturnValue) == 0x0002C0, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_ReturnValue) == 0x0002C8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0002D8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x0002F0, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_ReturnValue_1) == 0x000308, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000318, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_ReturnValue_2) == 0x000330, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_ReturnValue_3) == 0x000340, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000350, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_ReturnValue_4) == 0x000368, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_ReturnValue_5) == 0x000378, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_4) == 0x000388, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_5) == 0x0003A0, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_6) == 0x0003B8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_7) == 0x0003D0, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_8) == 0x0003E8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BreakVector_X) == 0x000400, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BreakVector_Y) == 0x000408, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BreakVector_Z) == 0x000410, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000418, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_9) == 0x000420, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_MakeVector_ReturnValue) == 0x000438, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_MakeVector_ReturnValue_1) == 0x000450, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_ReturnValue_6) == 0x000468, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000478, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000488, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x000498, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_10) == 0x0004B0, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_11) == 0x0004C8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToVector_ReturnValue_4) == 0x0004E0, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Multiply_VectorVector_ReturnValue_3) == 0x0004F8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Multiply_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000510, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_12) == 0x000520, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000538, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_13) == 0x000548, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_ReturnValue_7) == 0x000560, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_14) == 0x000570, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Bool_ReturnValue) == 0x000580, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Bool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_NotEqual_NameName_ReturnValue) == 0x000590, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_ReturnValue_8) == 0x000598, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GetOwningComponent_ReturnValue) == 0x0005A8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GetOwningComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GetSocketLocation_ReturnValue) == 0x0005B0, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GetSocketLocation_ReturnValue_1) == 0x0005C8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GetSocketRotation_ReturnValue) == 0x0005E0, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GetSocketRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_GetRightVector_ReturnValue) == 0x0005F8, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Multiply_VectorVector_ReturnValue_4) == 0x000610, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Multiply_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, K2Node_Select_Default) == 0x000628, "Member 'ABP_Player_C_DebugGfxLocomotion::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_14) == 0x000638, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast) == 0x000650, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_InDouble_ImplicitCast) == 0x000658, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_InDouble_ImplicitCast_1) == 0x000660, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_InDouble_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_InDouble_ImplicitCast_2) == 0x000668, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_InDouble_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_InDouble_ImplicitCast_3) == 0x000670, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_InDouble_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_InDouble_ImplicitCast_4) == 0x000678, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_InDouble_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_DebugGfxLocomotion, CallFunc_BuildString_Double_InDouble_ImplicitCast_5) == 0x000680, "Member 'ABP_Player_C_DebugGfxLocomotion::CallFunc_BuildString_Double_InDouble_ImplicitCast_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_EnterCycle \ +static_assert(alignof(ABP_Player_C_EnterCycle) == 0x000008, "Wrong alignment on ABP_Player_C_EnterCycle"); \ +static_assert(sizeof(ABP_Player_C_EnterCycle) == 0x000020, "Wrong size on ABP_Player_C_EnterCycle"); \ +static_assert(offsetof(ABP_Player_C_EnterCycle, Context) == 0x000000, "Member 'ABP_Player_C_EnterCycle::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_EnterCycle, Node) == 0x000010, "Member 'ABP_Player_C_EnterCycle::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_EnterIdle \ +static_assert(alignof(ABP_Player_C_EnterIdle) == 0x000008, "Wrong alignment on ABP_Player_C_EnterIdle"); \ +static_assert(sizeof(ABP_Player_C_EnterIdle) == 0x000020, "Wrong size on ABP_Player_C_EnterIdle"); \ +static_assert(offsetof(ABP_Player_C_EnterIdle, Context) == 0x000000, "Member 'ABP_Player_C_EnterIdle::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_EnterIdle, Node) == 0x000010, "Member 'ABP_Player_C_EnterIdle::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_EnterPivot \ +static_assert(alignof(ABP_Player_C_EnterPivot) == 0x000008, "Wrong alignment on ABP_Player_C_EnterPivot"); \ +static_assert(sizeof(ABP_Player_C_EnterPivot) == 0x000020, "Wrong size on ABP_Player_C_EnterPivot"); \ +static_assert(offsetof(ABP_Player_C_EnterPivot, Context) == 0x000000, "Member 'ABP_Player_C_EnterPivot::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_EnterPivot, Node) == 0x000010, "Member 'ABP_Player_C_EnterPivot::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_EnterStart \ +static_assert(alignof(ABP_Player_C_EnterStart) == 0x000008, "Wrong alignment on ABP_Player_C_EnterStart"); \ +static_assert(sizeof(ABP_Player_C_EnterStart) == 0x000028, "Wrong size on ABP_Player_C_EnterStart"); \ +static_assert(offsetof(ABP_Player_C_EnterStart, Context) == 0x000000, "Member 'ABP_Player_C_EnterStart::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_EnterStart, Node) == 0x000010, "Member 'ABP_Player_C_EnterStart::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_EnterStart, NewLocalVar) == 0x000020, "Member 'ABP_Player_C_EnterStart::NewLocalVar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_EnterStop \ +static_assert(alignof(ABP_Player_C_EnterStop) == 0x000008, "Wrong alignment on ABP_Player_C_EnterStop"); \ +static_assert(sizeof(ABP_Player_C_EnterStop) == 0x000020, "Wrong size on ABP_Player_C_EnterStop"); \ +static_assert(offsetof(ABP_Player_C_EnterStop, Context) == 0x000000, "Member 'ABP_Player_C_EnterStop::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_EnterStop, Node) == 0x000010, "Member 'ABP_Player_C_EnterStop::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_EnterTurnInPlace \ +static_assert(alignof(ABP_Player_C_EnterTurnInPlace) == 0x000008, "Wrong alignment on ABP_Player_C_EnterTurnInPlace"); \ +static_assert(sizeof(ABP_Player_C_EnterTurnInPlace) == 0x000028, "Wrong size on ABP_Player_C_EnterTurnInPlace"); \ +static_assert(offsetof(ABP_Player_C_EnterTurnInPlace, Context) == 0x000000, "Member 'ABP_Player_C_EnterTurnInPlace::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_EnterTurnInPlace, Node) == 0x000010, "Member 'ABP_Player_C_EnterTurnInPlace::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_EnterTurnInPlace, K2Node_VariableSet_TurnInPlaceLocalTargetAngle_ImplicitCast) == 0x000020, "Member 'ABP_Player_C_EnterTurnInPlace::K2Node_VariableSet_TurnInPlaceLocalTargetAngle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_ExecuteUbergraph_ABP_Player \ +static_assert(alignof(ABP_Player_C_ExecuteUbergraph_ABP_Player) == 0x000010, "Wrong alignment on ABP_Player_C_ExecuteUbergraph_ABP_Player"); \ +static_assert(sizeof(ABP_Player_C_ExecuteUbergraph_ABP_Player) == 0x000200, "Wrong size on ABP_Player_C_ExecuteUbergraph_ABP_Player"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, EntryPoint) == 0x000000, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, K2Node_Event_DeltaTimeX) == 0x000004, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_Conv_VectorToQuaternion_ReturnValue) == 0x000010, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_Conv_VectorToQuaternion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, K2Node_MakeStruct_TransformWarpTarget) == 0x000030, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::K2Node_MakeStruct_TransformWarpTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000090, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_MakeRotator_ReturnValue) == 0x0000A0, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_BooleanAND_ReturnValue) == 0x0000B8, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_Conv_VectorToQuaternion_ReturnValue_1) == 0x0000C0, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_Conv_VectorToQuaternion_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, K2Node_MakeStruct_TransformWarpTarget_1) == 0x0000E0, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::K2Node_MakeStruct_TransformWarpTarget_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000140, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, K2Node_Event_Tags) == 0x000148, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::K2Node_Event_Tags' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, K2Node_Event_duration) == 0x000168, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::K2Node_Event_duration' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_MakeGameplayTagQuery_ReturnValue) == 0x000170, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_MakeGameplayTagQuery_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_DoesContainerMatchTagQuery_ReturnValue) == 0x0001B8, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_DoesContainerMatchTagQuery_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_RandomBoolWithWeight_ReturnValue) == 0x0001B9, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_RandomBoolWithWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_TryGetPawnOwner_ReturnValue) == 0x0001C0, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, K2Node_DynamicCast_AsCJCharacter) == 0x0001C8, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, K2Node_DynamicCast_bSuccess) == 0x0001D0, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, K2Node_DynamicCast_AsBP_UE4_Player_Character) == 0x0001D8, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::K2Node_DynamicCast_AsBP_UE4_Player_Character' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, K2Node_DynamicCast_bSuccess_1) == 0x0001E0, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, K2Node_DynamicCast_AsCJCharacter_Movement_Component) == 0x0001E8, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::K2Node_DynamicCast_AsCJCharacter_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, K2Node_DynamicCast_bSuccess_2) == 0x0001F0, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_IsMotionDrivenByAnimationData_ReturnValue) == 0x0001F1, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_IsMotionDrivenByAnimationData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_IsMotionDrivenByAnimationData_ReturnValue_1) == 0x0001F2, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_IsMotionDrivenByAnimationData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001F3, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001F4, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_IsMotionDrivenByAnimationData_ReturnValue_2) == 0x0001F5, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_IsMotionDrivenByAnimationData_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001F6, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExecuteUbergraph_ABP_Player, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x0001F8, "Member 'ABP_Player_C_ExecuteUbergraph_ABP_Player::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_ExitTraversalFalling \ +static_assert(alignof(ABP_Player_C_ExitTraversalFalling) == 0x000008, "Wrong alignment on ABP_Player_C_ExitTraversalFalling"); \ +static_assert(sizeof(ABP_Player_C_ExitTraversalFalling) == 0x000020, "Wrong size on ABP_Player_C_ExitTraversalFalling"); \ +static_assert(offsetof(ABP_Player_C_ExitTraversalFalling, Context) == 0x000000, "Member 'ABP_Player_C_ExitTraversalFalling::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_ExitTraversalFalling, Node) == 0x000010, "Member 'ABP_Player_C_ExitTraversalFalling::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_InitInAir \ +static_assert(alignof(ABP_Player_C_InitInAir) == 0x000008, "Wrong alignment on ABP_Player_C_InitInAir"); \ +static_assert(sizeof(ABP_Player_C_InitInAir) == 0x000028, "Wrong size on ABP_Player_C_InitInAir"); \ +static_assert(offsetof(ABP_Player_C_InitInAir, Context) == 0x000000, "Member 'ABP_Player_C_InitInAir::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_InitInAir, Node) == 0x000010, "Member 'ABP_Player_C_InitInAir::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_InitInAir, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000020, "Member 'ABP_Player_C_InitInAir::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_InitLanding \ +static_assert(alignof(ABP_Player_C_InitLanding) == 0x000008, "Wrong alignment on ABP_Player_C_InitLanding"); \ +static_assert(sizeof(ABP_Player_C_InitLanding) == 0x000030, "Wrong size on ABP_Player_C_InitLanding"); \ +static_assert(offsetof(ABP_Player_C_InitLanding, Context) == 0x000000, "Member 'ABP_Player_C_InitLanding::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_InitLanding, Node) == 0x000010, "Member 'ABP_Player_C_InitLanding::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_InitLanding, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000020, "Member 'ABP_Player_C_InitLanding::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_InitLanding, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000028, "Member 'ABP_Player_C_InitLanding::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_InitPivot \ +static_assert(alignof(ABP_Player_C_InitPivot) == 0x000008, "Wrong alignment on ABP_Player_C_InitPivot"); \ +static_assert(sizeof(ABP_Player_C_InitPivot) == 0x000020, "Wrong size on ABP_Player_C_InitPivot"); \ +static_assert(offsetof(ABP_Player_C_InitPivot, Context) == 0x000000, "Member 'ABP_Player_C_InitPivot::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_InitPivot, Node) == 0x000010, "Member 'ABP_Player_C_InitPivot::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_InitStart \ +static_assert(alignof(ABP_Player_C_InitStart) == 0x000008, "Wrong alignment on ABP_Player_C_InitStart"); \ +static_assert(sizeof(ABP_Player_C_InitStart) == 0x000028, "Wrong size on ABP_Player_C_InitStart"); \ +static_assert(offsetof(ABP_Player_C_InitStart, Context) == 0x000000, "Member 'ABP_Player_C_InitStart::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_InitStart, Node) == 0x000010, "Member 'ABP_Player_C_InitStart::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_InitStart, NewLocalVar) == 0x000020, "Member 'ABP_Player_C_InitStart::NewLocalVar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_LocoMMBlendStackGetResults \ +static_assert(alignof(ABP_Player_C_LocoMMBlendStackGetResults) == 0x000008, "Wrong alignment on ABP_Player_C_LocoMMBlendStackGetResults"); \ +static_assert(sizeof(ABP_Player_C_LocoMMBlendStackGetResults) == 0x000058, "Wrong size on ABP_Player_C_LocoMMBlendStackGetResults"); \ +static_assert(offsetof(ABP_Player_C_LocoMMBlendStackGetResults, Context) == 0x000000, "Member 'ABP_Player_C_LocoMMBlendStackGetResults::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_LocoMMBlendStackGetResults, Node) == 0x000010, "Member 'ABP_Player_C_LocoMMBlendStackGetResults::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_LocoMMBlendStackGetResults, CallFunc_GetCurveValueFromAnimation_OutValue) == 0x000020, "Member 'ABP_Player_C_LocoMMBlendStackGetResults::CallFunc_GetCurveValueFromAnimation_OutValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_LocoMMBlendStackGetResults, CallFunc_GetCurveValueFromAnimation_ReturnValue) == 0x000024, "Member 'ABP_Player_C_LocoMMBlendStackGetResults::CallFunc_GetCurveValueFromAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_LocoMMBlendStackGetResults, CallFunc_GetCurrentBlendStackAnimAssetTime_ReturnValue) == 0x000028, "Member 'ABP_Player_C_LocoMMBlendStackGetResults::CallFunc_GetCurrentBlendStackAnimAssetTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_LocoMMBlendStackGetResults, CallFunc_GetCurrentBlendStackAnimAsset_ReturnValue) == 0x000030, "Member 'ABP_Player_C_LocoMMBlendStackGetResults::CallFunc_GetCurrentBlendStackAnimAsset_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_LocoMMBlendStackGetResults, K2Node_DynamicCast_AsAnim_Sequence) == 0x000038, "Member 'ABP_Player_C_LocoMMBlendStackGetResults::K2Node_DynamicCast_AsAnim_Sequence' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_LocoMMBlendStackGetResults, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'ABP_Player_C_LocoMMBlendStackGetResults::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_LocoMMBlendStackGetResults, CallFunc_GetCurveValueFromAnimation_Time_ImplicitCast) == 0x000044, "Member 'ABP_Player_C_LocoMMBlendStackGetResults::CallFunc_GetCurveValueFromAnimation_Time_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_LocoMMBlendStackGetResults, K2Node_VariableSet_MMLoco_OrientationWarning_ImplicitCast) == 0x000048, "Member 'ABP_Player_C_LocoMMBlendStackGetResults::K2Node_VariableSet_MMLoco_OrientationWarning_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_LocoMMBlendStackGetResults, K2Node_VariableSet_MMLoco_BlendStackAnimTime_ImplicitCast) == 0x000050, "Member 'ABP_Player_C_LocoMMBlendStackGetResults::K2Node_VariableSet_MMLoco_BlendStackAnimTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MeleeWeapon_Override_Addative \ +static_assert(alignof(ABP_Player_C_MeleeWeapon_Override_Addative) == 0x000001, "Wrong alignment on ABP_Player_C_MeleeWeapon_Override_Addative"); \ +static_assert(sizeof(ABP_Player_C_MeleeWeapon_Override_Addative) == 0x000002, "Wrong size on ABP_Player_C_MeleeWeapon_Override_Addative"); \ +static_assert(offsetof(ABP_Player_C_MeleeWeapon_Override_Addative, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'ABP_Player_C_MeleeWeapon_Override_Addative::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MeleeWeapon_Override_Addative, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'ABP_Player_C_MeleeWeapon_Override_Addative::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_BlendStackUpdate \ +static_assert(alignof(ABP_Player_C_MM_BlendStackUpdate) == 0x000010, "Wrong alignment on ABP_Player_C_MM_BlendStackUpdate"); \ +static_assert(sizeof(ABP_Player_C_MM_BlendStackUpdate) == 0x000040, "Wrong size on ABP_Player_C_MM_BlendStackUpdate"); \ +static_assert(offsetof(ABP_Player_C_MM_BlendStackUpdate, Context) == 0x000000, "Member 'ABP_Player_C_MM_BlendStackUpdate::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_BlendStackUpdate, Node) == 0x000010, "Member 'ABP_Player_C_MM_BlendStackUpdate::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_BlendStackUpdate, CallFunc_MM_GetDesiredFacing_ReturnValue) == 0x000020, "Member 'ABP_Player_C_MM_BlendStackUpdate::CallFunc_MM_GetDesiredFacing_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_EnableSteering \ +static_assert(alignof(ABP_Player_C_MM_EnableSteering) == 0x000001, "Wrong alignment on ABP_Player_C_MM_EnableSteering"); \ +static_assert(sizeof(ABP_Player_C_MM_EnableSteering) == 0x000004, "Wrong size on ABP_Player_C_MM_EnableSteering"); \ +static_assert(offsetof(ABP_Player_C_MM_EnableSteering, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_EnableSteering::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_EnableSteering, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'ABP_Player_C_MM_EnableSteering::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_EnableSteering, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'ABP_Player_C_MM_EnableSteering::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_EnableSteering, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'ABP_Player_C_MM_EnableSteering::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_GetBlendTime \ +static_assert(alignof(ABP_Player_C_MM_GetBlendTime) == 0x000008, "Wrong alignment on ABP_Player_C_MM_GetBlendTime"); \ +static_assert(sizeof(ABP_Player_C_MM_GetBlendTime) == 0x000030, "Wrong size on ABP_Player_C_MM_GetBlendTime"); \ +static_assert(offsetof(ABP_Player_C_MM_GetBlendTime, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_GetBlendTime::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetBlendTime, CallFunc_MM_IsInPivotPhase_ReturnValue) == 0x000008, "Member 'ABP_Player_C_MM_GetBlendTime::CallFunc_MM_IsInPivotPhase_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetBlendTime, CallFunc_BreakVector_X) == 0x000010, "Member 'ABP_Player_C_MM_GetBlendTime::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetBlendTime, CallFunc_BreakVector_Y) == 0x000018, "Member 'ABP_Player_C_MM_GetBlendTime::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetBlendTime, CallFunc_BreakVector_Z) == 0x000020, "Member 'ABP_Player_C_MM_GetBlendTime::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetBlendTime, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'ABP_Player_C_MM_GetBlendTime::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetBlendTime, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000029, "Member 'ABP_Player_C_MM_GetBlendTime::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetBlendTime, K2Node_SwitchEnum_CmpSuccess_1) == 0x00002A, "Member 'ABP_Player_C_MM_GetBlendTime::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_GetDesiredFacing \ +static_assert(alignof(ABP_Player_C_MM_GetDesiredFacing) == 0x000010, "Wrong alignment on ABP_Player_C_MM_GetDesiredFacing"); \ +static_assert(sizeof(ABP_Player_C_MM_GetDesiredFacing) == 0x000060, "Wrong size on ABP_Player_C_MM_GetDesiredFacing"); \ +static_assert(offsetof(ABP_Player_C_MM_GetDesiredFacing, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_GetDesiredFacing::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetDesiredFacing, CallFunc_GetTransformTrajectorySampleAtTime_OutTrajectorySample) == 0x000020, "Member 'ABP_Player_C_MM_GetDesiredFacing::CallFunc_GetTransformTrajectorySampleAtTime_OutTrajectorySample' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_GetInterruptMode \ +static_assert(alignof(ABP_Player_C_MM_GetInterruptMode) == 0x000001, "Wrong alignment on ABP_Player_C_MM_GetInterruptMode"); \ +static_assert(sizeof(ABP_Player_C_MM_GetInterruptMode) == 0x00000E, "Wrong size on ABP_Player_C_MM_GetInterruptMode"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_GetInterruptMode::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, Temp_bool_Variable) == 0x000001, "Member 'ABP_Player_C_MM_GetInterruptMode::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, Temp_byte_Variable) == 0x000002, "Member 'ABP_Player_C_MM_GetInterruptMode::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, Temp_byte_Variable_1) == 0x000003, "Member 'ABP_Player_C_MM_GetInterruptMode::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000004, "Member 'ABP_Player_C_MM_GetInterruptMode::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'ABP_Player_C_MM_GetInterruptMode::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000006, "Member 'ABP_Player_C_MM_GetInterruptMode::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000007, "Member 'ABP_Player_C_MM_GetInterruptMode::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000008, "Member 'ABP_Player_C_MM_GetInterruptMode::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, CallFunc_BooleanOR_ReturnValue) == 0x000009, "Member 'ABP_Player_C_MM_GetInterruptMode::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, CallFunc_BooleanOR_ReturnValue_1) == 0x00000A, "Member 'ABP_Player_C_MM_GetInterruptMode::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'ABP_Player_C_MM_GetInterruptMode::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, CallFunc_BooleanOR_ReturnValue_2) == 0x00000C, "Member 'ABP_Player_C_MM_GetInterruptMode::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetInterruptMode, K2Node_Select_Default) == 0x00000D, "Member 'ABP_Player_C_MM_GetInterruptMode::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_GetOffsetRootRotationMode \ +static_assert(alignof(ABP_Player_C_MM_GetOffsetRootRotationMode) == 0x000001, "Wrong alignment on ABP_Player_C_MM_GetOffsetRootRotationMode"); \ +static_assert(sizeof(ABP_Player_C_MM_GetOffsetRootRotationMode) == 0x000006, "Wrong size on ABP_Player_C_MM_GetOffsetRootRotationMode"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOffsetRootRotationMode, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_GetOffsetRootRotationMode::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOffsetRootRotationMode, Temp_bool_Variable) == 0x000001, "Member 'ABP_Player_C_MM_GetOffsetRootRotationMode::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOffsetRootRotationMode, Temp_byte_Variable) == 0x000002, "Member 'ABP_Player_C_MM_GetOffsetRootRotationMode::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOffsetRootRotationMode, Temp_byte_Variable_1) == 0x000003, "Member 'ABP_Player_C_MM_GetOffsetRootRotationMode::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOffsetRootRotationMode, CallFunc_IsSlotActive_ReturnValue) == 0x000004, "Member 'ABP_Player_C_MM_GetOffsetRootRotationMode::CallFunc_IsSlotActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOffsetRootRotationMode, K2Node_Select_Default) == 0x000005, "Member 'ABP_Player_C_MM_GetOffsetRootRotationMode::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_GetOffsetRootTranslationMode \ +static_assert(alignof(ABP_Player_C_MM_GetOffsetRootTranslationMode) == 0x000001, "Wrong alignment on ABP_Player_C_MM_GetOffsetRootTranslationMode"); \ +static_assert(sizeof(ABP_Player_C_MM_GetOffsetRootTranslationMode) == 0x000004, "Wrong size on ABP_Player_C_MM_GetOffsetRootTranslationMode"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOffsetRootTranslationMode, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_GetOffsetRootTranslationMode::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOffsetRootTranslationMode, CallFunc_MM_IsMoving_ReturnValue) == 0x000001, "Member 'ABP_Player_C_MM_GetOffsetRootTranslationMode::CallFunc_MM_IsMoving_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOffsetRootTranslationMode, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'ABP_Player_C_MM_GetOffsetRootTranslationMode::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOffsetRootTranslationMode, CallFunc_IsSlotActive_ReturnValue) == 0x000003, "Member 'ABP_Player_C_MM_GetOffsetRootTranslationMode::CallFunc_IsSlotActive_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_GetOffsetTranslationHalfLife \ +static_assert(alignof(ABP_Player_C_MM_GetOffsetTranslationHalfLife) == 0x000008, "Wrong alignment on ABP_Player_C_MM_GetOffsetTranslationHalfLife"); \ +static_assert(sizeof(ABP_Player_C_MM_GetOffsetTranslationHalfLife) == 0x000010, "Wrong size on ABP_Player_C_MM_GetOffsetTranslationHalfLife"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOffsetTranslationHalfLife, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_GetOffsetTranslationHalfLife::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOffsetTranslationHalfLife, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'ABP_Player_C_MM_GetOffsetTranslationHalfLife::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_GetOrientationWarpingWarpingSpace \ +static_assert(alignof(ABP_Player_C_MM_GetOrientationWarpingWarpingSpace) == 0x000001, "Wrong alignment on ABP_Player_C_MM_GetOrientationWarpingWarpingSpace"); \ +static_assert(sizeof(ABP_Player_C_MM_GetOrientationWarpingWarpingSpace) == 0x000001, "Wrong size on ABP_Player_C_MM_GetOrientationWarpingWarpingSpace"); \ +static_assert(offsetof(ABP_Player_C_MM_GetOrientationWarpingWarpingSpace, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_GetOrientationWarpingWarpingSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_IsInPivotPhase \ +static_assert(alignof(ABP_Player_C_MM_IsInPivotPhase) == 0x000001, "Wrong alignment on ABP_Player_C_MM_IsInPivotPhase"); \ +static_assert(sizeof(ABP_Player_C_MM_IsInPivotPhase) == 0x000003, "Wrong size on ABP_Player_C_MM_IsInPivotPhase"); \ +static_assert(offsetof(ABP_Player_C_MM_IsInPivotPhase, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_IsInPivotPhase::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsInPivotPhase, CallFunc_MM_IsTrajectoryPivot_ReturnValue) == 0x000001, "Member 'ABP_Player_C_MM_IsInPivotPhase::CallFunc_MM_IsTrajectoryPivot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsInPivotPhase, CallFunc_BooleanOR_ReturnValue) == 0x000002, "Member 'ABP_Player_C_MM_IsInPivotPhase::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_IsInStartPhase \ +static_assert(alignof(ABP_Player_C_MM_IsInStartPhase) == 0x000001, "Wrong alignment on ABP_Player_C_MM_IsInStartPhase"); \ +static_assert(sizeof(ABP_Player_C_MM_IsInStartPhase) == 0x000003, "Wrong size on ABP_Player_C_MM_IsInStartPhase"); \ +static_assert(offsetof(ABP_Player_C_MM_IsInStartPhase, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_IsInStartPhase::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsInStartPhase, CallFunc_MM_IsStarting_ReturnValue) == 0x000001, "Member 'ABP_Player_C_MM_IsInStartPhase::CallFunc_MM_IsStarting_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsInStartPhase, CallFunc_BooleanOR_ReturnValue) == 0x000002, "Member 'ABP_Player_C_MM_IsInStartPhase::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_IsMoving \ +static_assert(alignof(ABP_Player_C_MM_IsMoving) == 0x000001, "Wrong alignment on ABP_Player_C_MM_IsMoving"); \ +static_assert(sizeof(ABP_Player_C_MM_IsMoving) == 0x000001, "Wrong size on ABP_Player_C_MM_IsMoving"); \ +static_assert(offsetof(ABP_Player_C_MM_IsMoving, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_IsMoving::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_IsPivoting \ +static_assert(alignof(ABP_Player_C_MM_IsPivoting) == 0x000008, "Wrong alignment on ABP_Player_C_MM_IsPivoting"); \ +static_assert(sizeof(ABP_Player_C_MM_IsPivoting) == 0x000090, "Wrong size on ABP_Player_C_MM_IsPivoting"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_IsPivoting::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, Temp_byte_Variable) == 0x000001, "Member 'ABP_Player_C_MM_IsPivoting::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, Temp_real_Variable) == 0x000008, "Member 'ABP_Player_C_MM_IsPivoting::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, Temp_real_Variable_1) == 0x000010, "Member 'ABP_Player_C_MM_IsPivoting::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000018, "Member 'ABP_Player_C_MM_IsPivoting::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, K2Node_Select_Default) == 0x000030, "Member 'ABP_Player_C_MM_IsPivoting::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, CallFunc_Conv_VectorToRotator_ReturnValue_1) == 0x000038, "Member 'ABP_Player_C_MM_IsPivoting::CallFunc_Conv_VectorToRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000050, "Member 'ABP_Player_C_MM_IsPivoting::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, CallFunc_BreakRotator_Roll) == 0x000068, "Member 'ABP_Player_C_MM_IsPivoting::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, CallFunc_BreakRotator_Pitch) == 0x00006C, "Member 'ABP_Player_C_MM_IsPivoting::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, CallFunc_BreakRotator_Yaw) == 0x000070, "Member 'ABP_Player_C_MM_IsPivoting::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, CallFunc_Abs_ReturnValue) == 0x000078, "Member 'ABP_Player_C_MM_IsPivoting::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000080, "Member 'ABP_Player_C_MM_IsPivoting::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsPivoting, CallFunc_Abs_A_ImplicitCast) == 0x000088, "Member 'ABP_Player_C_MM_IsPivoting::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_IsRotatingRight \ +static_assert(alignof(ABP_Player_C_MM_IsRotatingRight) == 0x000001, "Wrong alignment on ABP_Player_C_MM_IsRotatingRight"); \ +static_assert(sizeof(ABP_Player_C_MM_IsRotatingRight) == 0x000002, "Wrong size on ABP_Player_C_MM_IsRotatingRight"); \ +static_assert(offsetof(ABP_Player_C_MM_IsRotatingRight, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_IsRotatingRight::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsRotatingRight, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000001, "Member 'ABP_Player_C_MM_IsRotatingRight::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_IsStarting \ +static_assert(alignof(ABP_Player_C_MM_IsStarting) == 0x000008, "Wrong alignment on ABP_Player_C_MM_IsStarting"); \ +static_assert(sizeof(ABP_Player_C_MM_IsStarting) == 0x000038, "Wrong size on ABP_Player_C_MM_IsStarting"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_IsStarting::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000001, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, Temp_name_Variable) == 0x000004, "Member 'ABP_Player_C_MM_IsStarting::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_MM_IsMoving_ReturnValue) == 0x00000D, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_MM_IsMoving_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_Array_Contains_ReturnValue) == 0x00000E, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000F, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_VSizeXY_ReturnValue) == 0x000010, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000018, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_VSizeXY_ReturnValue_1) == 0x000020, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_VSizeXY_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000028, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_BooleanAND_ReturnValue) == 0x000029, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_BooleanAND_ReturnValue_1) == 0x00002A, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_BooleanAND_ReturnValue_2) == 0x00002B, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStarting, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'ABP_Player_C_MM_IsStarting::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_IsStopping \ +static_assert(alignof(ABP_Player_C_MM_IsStopping) == 0x000008, "Wrong alignment on ABP_Player_C_MM_IsStopping"); \ +static_assert(sizeof(ABP_Player_C_MM_IsStopping) == 0x000010, "Wrong size on ABP_Player_C_MM_IsStopping"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStopping, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_IsStopping::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStopping, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'ABP_Player_C_MM_IsStopping::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStopping, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000002, "Member 'ABP_Player_C_MM_IsStopping::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStopping, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'ABP_Player_C_MM_IsStopping::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_IsStopping, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000008, "Member 'ABP_Player_C_MM_IsStopping::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_IsTrajectoryPivot \ +static_assert(alignof(ABP_Player_C_MM_IsTrajectoryPivot) == 0x000001, "Wrong alignment on ABP_Player_C_MM_IsTrajectoryPivot"); \ +static_assert(sizeof(ABP_Player_C_MM_IsTrajectoryPivot) == 0x000001, "Wrong size on ABP_Player_C_MM_IsTrajectoryPivot"); \ +static_assert(offsetof(ABP_Player_C_MM_IsTrajectoryPivot, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_IsTrajectoryPivot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_ShouldSpinTransition \ +static_assert(alignof(ABP_Player_C_MM_ShouldSpinTransition) == 0x000008, "Wrong alignment on ABP_Player_C_MM_ShouldSpinTransition"); \ +static_assert(sizeof(ABP_Player_C_MM_ShouldSpinTransition) == 0x0000F0, "Wrong size on ABP_Player_C_MM_ShouldSpinTransition"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_ShouldSpinTransition::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, Temp_name_Variable) == 0x000004, "Member 'ABP_Player_C_MM_ShouldSpinTransition::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x00000C, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_BreakTransform_Location) == 0x000010, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_BreakTransform_Rotation) == 0x000028, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_BreakTransform_Scale) == 0x000040, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_BreakTransform_Location_1) == 0x000058, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_BreakTransform_Rotation_1) == 0x000070, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_BreakTransform_Scale_1) == 0x000088, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x0000A0, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_Array_Contains_ReturnValue) == 0x0000B8, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_BreakRotator_Roll) == 0x0000BC, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_BreakRotator_Pitch) == 0x0000C0, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_BreakRotator_Yaw) == 0x0000C4, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_Not_PreBool_ReturnValue) == 0x0000C8, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_Abs_ReturnValue) == 0x0000D0, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x0000D8, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_BooleanAND_ReturnValue) == 0x0000D9, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_BooleanAND_ReturnValue_1) == 0x0000DA, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x0000E0, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldSpinTransition, CallFunc_Abs_A_ImplicitCast) == 0x0000E8, "Member 'ABP_Player_C_MM_ShouldSpinTransition::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_MM_ShouldTurnInPlace \ +static_assert(alignof(ABP_Player_C_MM_ShouldTurnInPlace) == 0x000008, "Wrong alignment on ABP_Player_C_MM_ShouldTurnInPlace"); \ +static_assert(sizeof(ABP_Player_C_MM_ShouldTurnInPlace) == 0x0000D8, "Wrong size on ABP_Player_C_MM_ShouldTurnInPlace"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, ReturnValue) == 0x000000, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_BreakTransform_Location) == 0x000008, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_BreakTransform_Rotation) == 0x000020, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_BreakTransform_Scale) == 0x000038, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_BreakTransform_Location_1) == 0x000050, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_BreakTransform_Rotation_1) == 0x000068, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_BreakTransform_Scale_1) == 0x000080, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000098, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_BreakRotator_Roll) == 0x0000B0, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_BreakRotator_Pitch) == 0x0000B4, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_BreakRotator_Yaw) == 0x0000B8, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_Abs_ReturnValue) == 0x0000C0, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_BooleanAND_ReturnValue_1) == 0x0000C9, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_MM_ShouldTurnInPlace, CallFunc_Abs_A_ImplicitCast) == 0x0000D0, "Member 'ABP_Player_C_MM_ShouldTurnInPlace::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnEnterEquipWeapon \ +static_assert(alignof(ABP_Player_C_OnEnterEquipWeapon) == 0x000008, "Wrong alignment on ABP_Player_C_OnEnterEquipWeapon"); \ +static_assert(sizeof(ABP_Player_C_OnEnterEquipWeapon) == 0x000020, "Wrong size on ABP_Player_C_OnEnterEquipWeapon"); \ +static_assert(offsetof(ABP_Player_C_OnEnterEquipWeapon, Context) == 0x000000, "Member 'ABP_Player_C_OnEnterEquipWeapon::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnEnterEquipWeapon, Node) == 0x000010, "Member 'ABP_Player_C_OnEnterEquipWeapon::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnEnterMeleeWaponAddetive \ +static_assert(alignof(ABP_Player_C_OnEnterMeleeWaponAddetive) == 0x000008, "Wrong alignment on ABP_Player_C_OnEnterMeleeWaponAddetive"); \ +static_assert(sizeof(ABP_Player_C_OnEnterMeleeWaponAddetive) == 0x000020, "Wrong size on ABP_Player_C_OnEnterMeleeWaponAddetive"); \ +static_assert(offsetof(ABP_Player_C_OnEnterMeleeWaponAddetive, Context) == 0x000000, "Member 'ABP_Player_C_OnEnterMeleeWaponAddetive::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnEnterMeleeWaponAddetive, Node) == 0x000010, "Member 'ABP_Player_C_OnEnterMeleeWaponAddetive::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnEnterMeleeWeaponOverride \ +static_assert(alignof(ABP_Player_C_OnEnterMeleeWeaponOverride) == 0x000008, "Wrong alignment on ABP_Player_C_OnEnterMeleeWeaponOverride"); \ +static_assert(sizeof(ABP_Player_C_OnEnterMeleeWeaponOverride) == 0x000020, "Wrong size on ABP_Player_C_OnEnterMeleeWeaponOverride"); \ +static_assert(offsetof(ABP_Player_C_OnEnterMeleeWeaponOverride, Context) == 0x000000, "Member 'ABP_Player_C_OnEnterMeleeWeaponOverride::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnEnterMeleeWeaponOverride, Node) == 0x000010, "Member 'ABP_Player_C_OnEnterMeleeWeaponOverride::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnEnterNoAdditive \ +static_assert(alignof(ABP_Player_C_OnEnterNoAdditive) == 0x000008, "Wrong alignment on ABP_Player_C_OnEnterNoAdditive"); \ +static_assert(sizeof(ABP_Player_C_OnEnterNoAdditive) == 0x000020, "Wrong size on ABP_Player_C_OnEnterNoAdditive"); \ +static_assert(offsetof(ABP_Player_C_OnEnterNoAdditive, Context) == 0x000000, "Member 'ABP_Player_C_OnEnterNoAdditive::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnEnterNoAdditive, Node) == 0x000010, "Member 'ABP_Player_C_OnEnterNoAdditive::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnEnterNoOverride \ +static_assert(alignof(ABP_Player_C_OnEnterNoOverride) == 0x000008, "Wrong alignment on ABP_Player_C_OnEnterNoOverride"); \ +static_assert(sizeof(ABP_Player_C_OnEnterNoOverride) == 0x000020, "Wrong size on ABP_Player_C_OnEnterNoOverride"); \ +static_assert(offsetof(ABP_Player_C_OnEnterNoOverride, Context) == 0x000000, "Member 'ABP_Player_C_OnEnterNoOverride::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnEnterNoOverride, Node) == 0x000010, "Member 'ABP_Player_C_OnEnterNoOverride::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnEnterRecoil \ +static_assert(alignof(ABP_Player_C_OnEnterRecoil) == 0x000008, "Wrong alignment on ABP_Player_C_OnEnterRecoil"); \ +static_assert(sizeof(ABP_Player_C_OnEnterRecoil) == 0x000020, "Wrong size on ABP_Player_C_OnEnterRecoil"); \ +static_assert(offsetof(ABP_Player_C_OnEnterRecoil, Context) == 0x000000, "Member 'ABP_Player_C_OnEnterRecoil::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnEnterRecoil, Node) == 0x000010, "Member 'ABP_Player_C_OnEnterRecoil::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnEnterUnEquipGun \ +static_assert(alignof(ABP_Player_C_OnEnterUnEquipGun) == 0x000008, "Wrong alignment on ABP_Player_C_OnEnterUnEquipGun"); \ +static_assert(sizeof(ABP_Player_C_OnEnterUnEquipGun) == 0x000020, "Wrong size on ABP_Player_C_OnEnterUnEquipGun"); \ +static_assert(offsetof(ABP_Player_C_OnEnterUnEquipGun, Context) == 0x000000, "Member 'ABP_Player_C_OnEnterUnEquipGun::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnEnterUnEquipGun, Node) == 0x000010, "Member 'ABP_Player_C_OnEnterUnEquipGun::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnEnterUpperBodyGesture \ +static_assert(alignof(ABP_Player_C_OnEnterUpperBodyGesture) == 0x000008, "Wrong alignment on ABP_Player_C_OnEnterUpperBodyGesture"); \ +static_assert(sizeof(ABP_Player_C_OnEnterUpperBodyGesture) == 0x000020, "Wrong size on ABP_Player_C_OnEnterUpperBodyGesture"); \ +static_assert(offsetof(ABP_Player_C_OnEnterUpperBodyGesture, Context) == 0x000000, "Member 'ABP_Player_C_OnEnterUpperBodyGesture::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnEnterUpperBodyGesture, Node) == 0x000010, "Member 'ABP_Player_C_OnEnterUpperBodyGesture::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnExitUnEquipGun \ +static_assert(alignof(ABP_Player_C_OnExitUnEquipGun) == 0x000008, "Wrong alignment on ABP_Player_C_OnExitUnEquipGun"); \ +static_assert(sizeof(ABP_Player_C_OnExitUnEquipGun) == 0x000020, "Wrong size on ABP_Player_C_OnExitUnEquipGun"); \ +static_assert(offsetof(ABP_Player_C_OnExitUnEquipGun, Context) == 0x000000, "Member 'ABP_Player_C_OnExitUnEquipGun::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnExitUnEquipGun, Node) == 0x000010, "Member 'ABP_Player_C_OnExitUnEquipGun::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnExitUpperBodyGesture \ +static_assert(alignof(ABP_Player_C_OnExitUpperBodyGesture) == 0x000008, "Wrong alignment on ABP_Player_C_OnExitUpperBodyGesture"); \ +static_assert(sizeof(ABP_Player_C_OnExitUpperBodyGesture) == 0x000020, "Wrong size on ABP_Player_C_OnExitUpperBodyGesture"); \ +static_assert(offsetof(ABP_Player_C_OnExitUpperBodyGesture, Context) == 0x000000, "Member 'ABP_Player_C_OnExitUpperBodyGesture::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnExitUpperBodyGesture, Node) == 0x000010, "Member 'ABP_Player_C_OnExitUpperBodyGesture::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnLayerTransitionEnter \ +static_assert(alignof(ABP_Player_C_OnLayerTransitionEnter) == 0x000008, "Wrong alignment on ABP_Player_C_OnLayerTransitionEnter"); \ +static_assert(sizeof(ABP_Player_C_OnLayerTransitionEnter) == 0x000028, "Wrong size on ABP_Player_C_OnLayerTransitionEnter"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionEnter, Context) == 0x000000, "Member 'ABP_Player_C_OnLayerTransitionEnter::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionEnter, Node) == 0x000010, "Member 'ABP_Player_C_OnLayerTransitionEnter::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionEnter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000020, "Member 'ABP_Player_C_OnLayerTransitionEnter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnLayerTransitionExit \ +static_assert(alignof(ABP_Player_C_OnLayerTransitionExit) == 0x000008, "Wrong alignment on ABP_Player_C_OnLayerTransitionExit"); \ +static_assert(sizeof(ABP_Player_C_OnLayerTransitionExit) == 0x000020, "Wrong size on ABP_Player_C_OnLayerTransitionExit"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionExit, Context) == 0x000000, "Member 'ABP_Player_C_OnLayerTransitionExit::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionExit, Node) == 0x000010, "Member 'ABP_Player_C_OnLayerTransitionExit::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnLayerTransitionUpdate \ +static_assert(alignof(ABP_Player_C_OnLayerTransitionUpdate) == 0x000008, "Wrong alignment on ABP_Player_C_OnLayerTransitionUpdate"); \ +static_assert(sizeof(ABP_Player_C_OnLayerTransitionUpdate) == 0x000050, "Wrong size on ABP_Player_C_OnLayerTransitionUpdate"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionUpdate, Context) == 0x000000, "Member 'ABP_Player_C_OnLayerTransitionUpdate::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionUpdate, Node) == 0x000010, "Member 'ABP_Player_C_OnLayerTransitionUpdate::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionUpdate, CallFunc_ConvertToAnimationStateResultPure_AnimationState) == 0x000020, "Member 'ABP_Player_C_OnLayerTransitionUpdate::CallFunc_ConvertToAnimationStateResultPure_AnimationState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionUpdate, CallFunc_ConvertToAnimationStateResultPure_Result) == 0x000030, "Member 'ABP_Player_C_OnLayerTransitionUpdate::CallFunc_ConvertToAnimationStateResultPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionUpdate, CallFunc_GetDeltaTime_ReturnValue) == 0x000034, "Member 'ABP_Player_C_OnLayerTransitionUpdate::CallFunc_GetDeltaTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionUpdate, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue) == 0x000038, "Member 'ABP_Player_C_OnLayerTransitionUpdate::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionUpdate, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000040, "Member 'ABP_Player_C_OnLayerTransitionUpdate::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnLayerTransitionUpdate, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000048, "Member 'ABP_Player_C_OnLayerTransitionUpdate::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnSayingLine \ +static_assert(alignof(ABP_Player_C_OnSayingLine) == 0x000008, "Wrong alignment on ABP_Player_C_OnSayingLine"); \ +static_assert(sizeof(ABP_Player_C_OnSayingLine) == 0x000028, "Wrong size on ABP_Player_C_OnSayingLine"); \ +static_assert(offsetof(ABP_Player_C_OnSayingLine, Tags) == 0x000000, "Member 'ABP_Player_C_OnSayingLine::Tags' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnSayingLine, Duration) == 0x000020, "Member 'ABP_Player_C_OnSayingLine::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnUpdate_UnEquipWeapon \ +static_assert(alignof(ABP_Player_C_OnUpdate_UnEquipWeapon) == 0x000008, "Wrong alignment on ABP_Player_C_OnUpdate_UnEquipWeapon"); \ +static_assert(sizeof(ABP_Player_C_OnUpdate_UnEquipWeapon) == 0x000050, "Wrong size on ABP_Player_C_OnUpdate_UnEquipWeapon"); \ +static_assert(offsetof(ABP_Player_C_OnUpdate_UnEquipWeapon, Context) == 0x000000, "Member 'ABP_Player_C_OnUpdate_UnEquipWeapon::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnUpdate_UnEquipWeapon, Node) == 0x000010, "Member 'ABP_Player_C_OnUpdate_UnEquipWeapon::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnUpdate_UnEquipWeapon, CallFunc_ConvertToAnimationStateResultPure_AnimationState) == 0x000020, "Member 'ABP_Player_C_OnUpdate_UnEquipWeapon::CallFunc_ConvertToAnimationStateResultPure_AnimationState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnUpdate_UnEquipWeapon, CallFunc_ConvertToAnimationStateResultPure_Result) == 0x000030, "Member 'ABP_Player_C_OnUpdate_UnEquipWeapon::CallFunc_ConvertToAnimationStateResultPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnUpdate_UnEquipWeapon, CallFunc_GetDeltaTime_ReturnValue) == 0x000034, "Member 'ABP_Player_C_OnUpdate_UnEquipWeapon::CallFunc_GetDeltaTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnUpdate_UnEquipWeapon, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue) == 0x000038, "Member 'ABP_Player_C_OnUpdate_UnEquipWeapon::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnUpdate_UnEquipWeapon, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000040, "Member 'ABP_Player_C_OnUpdate_UnEquipWeapon::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnUpdate_UnEquipWeapon, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000048, "Member 'ABP_Player_C_OnUpdate_UnEquipWeapon::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_OnUpdateEquipWeapon \ +static_assert(alignof(ABP_Player_C_OnUpdateEquipWeapon) == 0x000008, "Wrong alignment on ABP_Player_C_OnUpdateEquipWeapon"); \ +static_assert(sizeof(ABP_Player_C_OnUpdateEquipWeapon) == 0x000038, "Wrong size on ABP_Player_C_OnUpdateEquipWeapon"); \ +static_assert(offsetof(ABP_Player_C_OnUpdateEquipWeapon, Context) == 0x000000, "Member 'ABP_Player_C_OnUpdateEquipWeapon::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnUpdateEquipWeapon, Node) == 0x000010, "Member 'ABP_Player_C_OnUpdateEquipWeapon::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnUpdateEquipWeapon, CallFunc_ConvertToAnimationStateResultPure_AnimationState) == 0x000020, "Member 'ABP_Player_C_OnUpdateEquipWeapon::CallFunc_ConvertToAnimationStateResultPure_AnimationState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnUpdateEquipWeapon, CallFunc_ConvertToAnimationStateResultPure_Result) == 0x000030, "Member 'ABP_Player_C_OnUpdateEquipWeapon::CallFunc_ConvertToAnimationStateResultPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_OnUpdateEquipWeapon, CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue) == 0x000034, "Member 'ABP_Player_C_OnUpdateEquipWeapon::CallFunc_GetRelevantAnimTimeRemainingFraction_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_RequiresTurnInPlace \ +static_assert(alignof(ABP_Player_C_RequiresTurnInPlace) == 0x000008, "Wrong alignment on ABP_Player_C_RequiresTurnInPlace"); \ +static_assert(sizeof(ABP_Player_C_RequiresTurnInPlace) == 0x000028, "Wrong size on ABP_Player_C_RequiresTurnInPlace"); \ +static_assert(offsetof(ABP_Player_C_RequiresTurnInPlace, Result) == 0x000000, "Member 'ABP_Player_C_RequiresTurnInPlace::Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_RequiresTurnInPlace, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000001, "Member 'ABP_Player_C_RequiresTurnInPlace::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_RequiresTurnInPlace, CallFunc_Abs_ReturnValue) == 0x000008, "Member 'ABP_Player_C_RequiresTurnInPlace::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_RequiresTurnInPlace, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000010, "Member 'ABP_Player_C_RequiresTurnInPlace::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_RequiresTurnInPlace, CallFunc_BooleanAND_ReturnValue) == 0x000011, "Member 'ABP_Player_C_RequiresTurnInPlace::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_RequiresTurnInPlace, CallFunc_BooleanAND_ReturnValue_1) == 0x000012, "Member 'ABP_Player_C_RequiresTurnInPlace::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_RequiresTurnInPlace, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000018, "Member 'ABP_Player_C_RequiresTurnInPlace::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_RequiresTurnInPlace, CallFunc_Abs_A_ImplicitCast) == 0x000020, "Member 'ABP_Player_C_RequiresTurnInPlace::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_SetIKFootPinning \ +static_assert(alignof(ABP_Player_C_SetIKFootPinning) == 0x000008, "Wrong alignment on ABP_Player_C_SetIKFootPinning"); \ +static_assert(sizeof(ABP_Player_C_SetIKFootPinning) == 0x000048, "Wrong size on ABP_Player_C_SetIKFootPinning"); \ +static_assert(offsetof(ABP_Player_C_SetIKFootPinning, TimeDelta) == 0x000000, "Member 'ABP_Player_C_SetIKFootPinning::TimeDelta' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_SetIKFootPinning, CallFunc_UpdateIKFootState_OutputIKFootState) == 0x000008, "Member 'ABP_Player_C_SetIKFootPinning::CallFunc_UpdateIKFootState_OutputIKFootState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_SetIKFootPinning, CallFunc_UpdateIKFootState_OutputIKFootState_1) == 0x000028, "Member 'ABP_Player_C_SetIKFootPinning::CallFunc_UpdateIKFootState_OutputIKFootState_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_TraversalFalling \ +static_assert(alignof(ABP_Player_C_TraversalFalling) == 0x000008, "Wrong alignment on ABP_Player_C_TraversalFalling"); \ +static_assert(sizeof(ABP_Player_C_TraversalFalling) == 0x000028, "Wrong size on ABP_Player_C_TraversalFalling"); \ +static_assert(offsetof(ABP_Player_C_TraversalFalling, Context) == 0x000000, "Member 'ABP_Player_C_TraversalFalling::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_TraversalFalling, Node) == 0x000010, "Member 'ABP_Player_C_TraversalFalling::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_TraversalFalling, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000020, "Member 'ABP_Player_C_TraversalFalling::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_TraversalFalling, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000021, "Member 'ABP_Player_C_TraversalFalling::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_TraversalFalling, CallFunc_BooleanAND_ReturnValue) == 0x000022, "Member 'ABP_Player_C_TraversalFalling::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_TraversalFalling, CallFunc_BooleanAND_ReturnValue_1) == 0x000023, "Member 'ABP_Player_C_TraversalFalling::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_Update_Cycle \ +static_assert(alignof(ABP_Player_C_Update_Cycle) == 0x000008, "Wrong alignment on ABP_Player_C_Update_Cycle"); \ +static_assert(sizeof(ABP_Player_C_Update_Cycle) == 0x000020, "Wrong size on ABP_Player_C_Update_Cycle"); \ +static_assert(offsetof(ABP_Player_C_Update_Cycle, Context) == 0x000000, "Member 'ABP_Player_C_Update_Cycle::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_Cycle, Node) == 0x000010, "Member 'ABP_Player_C_Update_Cycle::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_Update_MM_TightTurning \ +static_assert(alignof(ABP_Player_C_Update_MM_TightTurning) == 0x000008, "Wrong alignment on ABP_Player_C_Update_MM_TightTurning"); \ +static_assert(sizeof(ABP_Player_C_Update_MM_TightTurning) == 0x000098, "Wrong size on ABP_Player_C_Update_MM_TightTurning"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, DeltaTime) == 0x000000, "Member 'ABP_Player_C_Update_MM_TightTurning::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000008, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000009, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_BooleanOR_ReturnValue) == 0x00000A, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_BreakRotator_Roll) == 0x00000C, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_BreakRotator_Pitch) == 0x000010, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_BreakRotator_Yaw) == 0x000014, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Abs_ReturnValue) == 0x000018, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Abs_ReturnValue_1) == 0x000020, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000028, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Abs_ReturnValue_2) == 0x000030, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x000038, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000040, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000048, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, Temp_name_Variable) == 0x00004C, "Member 'ABP_Player_C_Update_MM_TightTurning::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Greater_DoubleDouble_ReturnValue_3) == 0x000054, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Greater_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Array_Contains_ReturnValue) == 0x000055, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000056, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Not_PreBool_ReturnValue) == 0x000057, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_BooleanAND_ReturnValue) == 0x000058, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_BooleanAND_ReturnValue_1) == 0x000059, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_BooleanAND_ReturnValue_2) == 0x00005A, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_BooleanAND_ReturnValue_3) == 0x00005B, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Abs_A_ImplicitCast) == 0x000060, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, K2Node_VariableSet_MM_LastFrameYaw_ImplicitCast) == 0x000068, "Member 'ABP_Player_C_Update_MM_TightTurning::K2Node_VariableSet_MM_LastFrameYaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000070, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000078, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, K2Node_VariableSet_MM_TightTurningTurningCounter_ImplicitCast) == 0x000080, "Member 'ABP_Player_C_Update_MM_TightTurning::K2Node_VariableSet_MM_TightTurningTurningCounter_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000088, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_TightTurning, CallFunc_Greater_DoubleDouble_A_ImplicitCast_1) == 0x000090, "Member 'ABP_Player_C_Update_MM_TightTurning::CallFunc_Greater_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_Update_Transition_Rule_Cache_Data \ +static_assert(alignof(ABP_Player_C_Update_Transition_Rule_Cache_Data) == 0x000001, "Wrong alignment on ABP_Player_C_Update_Transition_Rule_Cache_Data"); \ +static_assert(sizeof(ABP_Player_C_Update_Transition_Rule_Cache_Data) == 0x000004, "Wrong size on ABP_Player_C_Update_Transition_Rule_Cache_Data"); \ +static_assert(offsetof(ABP_Player_C_Update_Transition_Rule_Cache_Data, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'ABP_Player_C_Update_Transition_Rule_Cache_Data::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_Transition_Rule_Cache_Data, CallFunc_Not_PreBool_ReturnValue_1) == 0x000001, "Member 'ABP_Player_C_Update_Transition_Rule_Cache_Data::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_Transition_Rule_Cache_Data, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'ABP_Player_C_Update_Transition_Rule_Cache_Data::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_Transition_Rule_Cache_Data, CallFunc_BooleanAND_ReturnValue_1) == 0x000003, "Member 'ABP_Player_C_Update_Transition_Rule_Cache_Data::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_Update_MM_EssentialValues \ +static_assert(alignof(ABP_Player_C_Update_MM_EssentialValues) == 0x000008, "Wrong alignment on ABP_Player_C_Update_MM_EssentialValues"); \ +static_assert(sizeof(ABP_Player_C_Update_MM_EssentialValues) == 0x0000C8, "Wrong size on ABP_Player_C_Update_MM_EssentialValues"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, DeltaTime) == 0x000000, "Member 'ABP_Player_C_Update_MM_EssentialValues::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000008, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_FClamp_ReturnValue) == 0x000018, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000020, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_FClamp_ReturnValue_1) == 0x000028, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_VSize_ReturnValue) == 0x000030, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_SafeDivide_ReturnValue) == 0x000038, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000040, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000048, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000060, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, Temp_name_Variable) == 0x000064, "Member 'ABP_Player_C_Update_MM_EssentialValues::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_Array_Contains_ReturnValue) == 0x00006C, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_FMax_ReturnValue) == 0x000070, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000078, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000090, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_Divide_VectorVector_ReturnValue) == 0x000098, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_MM_IsInPivotPhase_ReturnValue) == 0x0000B0, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_MM_IsInPivotPhase_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000B1, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000B2, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_BooleanOR_ReturnValue) == 0x0000B3, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_BooleanOR_ReturnValue_1) == 0x0000B4, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_SafeDivide_B_ImplicitCast) == 0x0000B8, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_SafeDivide_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_EssentialValues, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x0000C0, "Member 'ABP_Player_C_Update_MM_EssentialValues::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_Update_MM_LookInCameraDir \ +static_assert(alignof(ABP_Player_C_Update_MM_LookInCameraDir) == 0x000008, "Wrong alignment on ABP_Player_C_Update_MM_LookInCameraDir"); \ +static_assert(sizeof(ABP_Player_C_Update_MM_LookInCameraDir) == 0x000070, "Wrong size on ABP_Player_C_Update_MM_LookInCameraDir"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_LookInCameraDir, CallFunc_InverseTransformRotation_ReturnValue) == 0x000000, "Member 'ABP_Player_C_Update_MM_LookInCameraDir::CallFunc_InverseTransformRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_LookInCameraDir, CallFunc_BreakRotator_Roll) == 0x000018, "Member 'ABP_Player_C_Update_MM_LookInCameraDir::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_LookInCameraDir, CallFunc_BreakRotator_Pitch) == 0x00001C, "Member 'ABP_Player_C_Update_MM_LookInCameraDir::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_LookInCameraDir, CallFunc_BreakRotator_Yaw) == 0x000020, "Member 'ABP_Player_C_Update_MM_LookInCameraDir::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_LookInCameraDir, CallFunc_Abs_ReturnValue) == 0x000028, "Member 'ABP_Player_C_Update_MM_LookInCameraDir::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_LookInCameraDir, CallFunc_MakeRotator_ReturnValue) == 0x000030, "Member 'ABP_Player_C_Update_MM_LookInCameraDir::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_LookInCameraDir, CallFunc_NormalizeToRange_ReturnValue) == 0x000048, "Member 'ABP_Player_C_Update_MM_LookInCameraDir::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_LookInCameraDir, CallFunc_FClamp_ReturnValue) == 0x000050, "Member 'ABP_Player_C_Update_MM_LookInCameraDir::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_LookInCameraDir, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000058, "Member 'ABP_Player_C_Update_MM_LookInCameraDir::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_LookInCameraDir, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000060, "Member 'ABP_Player_C_Update_MM_LookInCameraDir::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_LookInCameraDir, CallFunc_Abs_A_ImplicitCast) == 0x000068, "Member 'ABP_Player_C_Update_MM_LookInCameraDir::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_Update_MM_SpeedState \ +static_assert(alignof(ABP_Player_C_Update_MM_SpeedState) == 0x000008, "Wrong alignment on ABP_Player_C_Update_MM_SpeedState"); \ +static_assert(sizeof(ABP_Player_C_Update_MM_SpeedState) == 0x000058, "Wrong size on ABP_Player_C_Update_MM_SpeedState"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, DeltaTime) == 0x000000, "Member 'ABP_Player_C_Update_MM_SpeedState::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue) == 0x000008, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000A, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_MM_IsStopping_ReturnValue) == 0x00000B, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_MM_IsStopping_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_Vector_IsNearlyZero_ReturnValue) == 0x00000C, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_Vector_IsNearlyZero_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_MM_IsMoving_ReturnValue) == 0x00000D, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_MM_IsMoving_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_Conv_BoolToDouble_ReturnValue) == 0x000010, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_Conv_BoolToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_MM_IsPivoting_ReturnValue) == 0x000018, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_MM_IsPivoting_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_BooleanOR_ReturnValue) == 0x000019, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_VSize_ReturnValue) == 0x000020, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000028, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000030, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_VSize_ReturnValue_1) == 0x000048, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_SpeedState, CallFunc_SafeDivide_ReturnValue) == 0x000050, "Member 'ABP_Player_C_Update_MM_SpeedState::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_Update_MM_Trajectory \ +static_assert(alignof(ABP_Player_C_Update_MM_Trajectory) == 0x000008, "Wrong alignment on ABP_Player_C_Update_MM_Trajectory"); \ +static_assert(sizeof(ABP_Player_C_Update_MM_Trajectory) == 0x0001D8, "Wrong size on ABP_Player_C_Update_MM_Trajectory"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, DeltaTime) == 0x000000, "Member 'ABP_Player_C_Update_MM_Trajectory::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_GetDeltaSeconds_ReturnValue) == 0x00000C, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_GetDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, Temp_bool_Variable) == 0x000010, "Member 'ABP_Player_C_Update_MM_Trajectory::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, Temp_real_Variable) == 0x000018, "Member 'ABP_Player_C_Update_MM_Trajectory::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, Temp_real_Variable_1) == 0x000020, "Member 'ABP_Player_C_Update_MM_Trajectory::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_GetTransformTrajectoryAngularVelocity_OutAngularVelocity) == 0x000028, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_GetTransformTrajectoryAngularVelocity_OutAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_GetTransformTrajectoryVelocity_OutVelocity) == 0x000040, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_GetTransformTrajectoryVelocity_OutVelocity' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_BreakVector_X) == 0x000058, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_BreakVector_Y) == 0x000060, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_BreakVector_Z) == 0x000068, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_SignOfFloat_ReturnValue) == 0x000070, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000078, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, Temp_byte_Variable) == 0x000079, "Member 'ABP_Player_C_Update_MM_Trajectory::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, K2Node_Select_Default) == 0x000080, "Member 'ABP_Player_C_Update_MM_Trajectory::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_TrajectorySearchForPivot_PivotResult) == 0x000088, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_TrajectorySearchForPivot_PivotResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, K2Node_Select_Default_1) == 0x000090, "Member 'ABP_Player_C_Update_MM_Trajectory::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_PoseSearchGenerateTransformTrajectory_OutTrajectory) == 0x0001B8, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_PoseSearchGenerateTransformTrajectory_OutTrajectory' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x0001C8, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_Update_MM_Trajectory, CallFunc_TrajectorySearchForPivot_PivotAngleTolerance_ImplicitCast) == 0x0001D0, "Member 'ABP_Player_C_Update_MM_Trajectory::CallFunc_TrajectorySearchForPivot_PivotAngleTolerance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateAnimNotifyStateData \ +static_assert(alignof(ABP_Player_C_UpdateAnimNotifyStateData) == 0x000001, "Wrong alignment on ABP_Player_C_UpdateAnimNotifyStateData"); \ +static_assert(sizeof(ABP_Player_C_UpdateAnimNotifyStateData) == 0x000007, "Wrong size on ABP_Player_C_UpdateAnimNotifyStateData"); \ +static_assert(offsetof(ABP_Player_C_UpdateAnimNotifyStateData, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue) == 0x000000, "Member 'ABP_Player_C_UpdateAnimNotifyStateData::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateAnimNotifyStateData, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_1) == 0x000001, "Member 'ABP_Player_C_UpdateAnimNotifyStateData::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateAnimNotifyStateData, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_2) == 0x000002, "Member 'ABP_Player_C_UpdateAnimNotifyStateData::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateAnimNotifyStateData, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_3) == 0x000003, "Member 'ABP_Player_C_UpdateAnimNotifyStateData::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateAnimNotifyStateData, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_4) == 0x000004, "Member 'ABP_Player_C_UpdateAnimNotifyStateData::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateAnimNotifyStateData, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_5) == 0x000005, "Member 'ABP_Player_C_UpdateAnimNotifyStateData::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateAnimNotifyStateData, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_6) == 0x000006, "Member 'ABP_Player_C_UpdateAnimNotifyStateData::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateCharacterAnimCurveValues \ +static_assert(alignof(ABP_Player_C_UpdateCharacterAnimCurveValues) == 0x000004, "Wrong alignment on ABP_Player_C_UpdateCharacterAnimCurveValues"); \ +static_assert(sizeof(ABP_Player_C_UpdateCharacterAnimCurveValues) == 0x000034, "Wrong size on ABP_Player_C_UpdateCharacterAnimCurveValues"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterAnimCurveValues, LookAtCurveIsActive) == 0x000000, "Member 'ABP_Player_C_UpdateCharacterAnimCurveValues::LookAtCurveIsActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterAnimCurveValues, CallFunc_GetCurveValueWithDefault_OutValue) == 0x000004, "Member 'ABP_Player_C_UpdateCharacterAnimCurveValues::CallFunc_GetCurveValueWithDefault_OutValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterAnimCurveValues, CallFunc_GetCurveValueWithDefault_ReturnValue) == 0x000008, "Member 'ABP_Player_C_UpdateCharacterAnimCurveValues::CallFunc_GetCurveValueWithDefault_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterAnimCurveValues, CallFunc_GetCurveValue_ReturnValue) == 0x00000C, "Member 'ABP_Player_C_UpdateCharacterAnimCurveValues::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterAnimCurveValues, CallFunc_GetCurveValue_ReturnValue_1) == 0x000010, "Member 'ABP_Player_C_UpdateCharacterAnimCurveValues::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterAnimCurveValues, CallFunc_GetCurveValue_ReturnValue_2) == 0x000014, "Member 'ABP_Player_C_UpdateCharacterAnimCurveValues::CallFunc_GetCurveValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterAnimCurveValues, K2Node_MakeStruct_AnimMovementSpeedLimit) == 0x000018, "Member 'ABP_Player_C_UpdateCharacterAnimCurveValues::K2Node_MakeStruct_AnimMovementSpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterAnimCurveValues, K2Node_MakeStruct_CharacterUpdateAnimCurveValues) == 0x000020, "Member 'ABP_Player_C_UpdateCharacterAnimCurveValues::K2Node_MakeStruct_CharacterUpdateAnimCurveValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateCharacterStateData \ +static_assert(alignof(ABP_Player_C_UpdateCharacterStateData) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateCharacterStateData"); \ +static_assert(sizeof(ABP_Player_C_UpdateCharacterStateData) == 0x000168, "Wrong size on ABP_Player_C_UpdateCharacterStateData"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, DeltaTime) == 0x000000, "Member 'ABP_Player_C_UpdateCharacterStateData::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, SprintGaitAvailable) == 0x000008, "Member 'ABP_Player_C_UpdateCharacterStateData::SprintGaitAvailable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, JogGaitAvailable) == 0x000009, "Member 'ABP_Player_C_UpdateCharacterStateData::JogGaitAvailable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, AnimSpeedWalk) == 0x000010, "Member 'ABP_Player_C_UpdateCharacterStateData::AnimSpeedWalk' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, AnimSpeedJog) == 0x000018, "Member 'ABP_Player_C_UpdateCharacterStateData::AnimSpeedJog' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CycleGaitThresholdSprintToJog) == 0x000020, "Member 'ABP_Player_C_UpdateCharacterStateData::CycleGaitThresholdSprintToJog' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CycleGaitThresholdJogToWalk) == 0x000028, "Member 'ABP_Player_C_UpdateCharacterStateData::CycleGaitThresholdJogToWalk' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CycleGaitThresholdJogToSprint) == 0x000030, "Member 'ABP_Player_C_UpdateCharacterStateData::CycleGaitThresholdJogToSprint' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CycleGaitThresholdWalkToJog) == 0x000038, "Member 'ABP_Player_C_UpdateCharacterStateData::CycleGaitThresholdWalkToJog' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CycleGaitThreshold_AccelerationDeltaForJog) == 0x000040, "Member 'ABP_Player_C_UpdateCharacterStateData::CycleGaitThreshold_AccelerationDeltaForJog' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, AccelerationClamped) == 0x000048, "Member 'ABP_Player_C_UpdateCharacterStateData::AccelerationClamped' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_VSize_ReturnValue) == 0x000058, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_VSize_ReturnValue_1) == 0x000060, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_GetCurveValue_ReturnValue) == 0x000068, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000070, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000078, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000079, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Not_PreBool_ReturnValue_1) == 0x00007A, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x00007B, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_BooleanOR_ReturnValue) == 0x00007C, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x00007D, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_BooleanAND_ReturnValue) == 0x00007E, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x00007F, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Greater_DoubleDouble_ReturnValue_3) == 0x000080, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Greater_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_GetAnimCycleGaitFromCurveValue_ReturnValue) == 0x000081, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_GetAnimCycleGaitFromCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Greater_DoubleDouble_ReturnValue_4) == 0x000082, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Greater_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Greater_DoubleDouble_ReturnValue_5) == 0x000083, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Greater_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_BooleanOR_ReturnValue_1) == 0x000084, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_BooleanAND_ReturnValue_1) == 0x000085, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Not_PreBool_ReturnValue_2) == 0x000086, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Greater_DoubleDouble_ReturnValue_6) == 0x000087, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Greater_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_BooleanOR_ReturnValue_2) == 0x000088, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000090, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_FMax_ReturnValue) == 0x000098, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Greater_DoubleDouble_ReturnValue_7) == 0x0000A0, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Greater_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_BooleanAND_ReturnValue_2) == 0x0000A1, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x0000A2, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_BooleanAND_ReturnValue_3) == 0x0000A3, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000B0, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, Temp_bool_Variable) == 0x0000B8, "Member 'ABP_Player_C_UpdateCharacterStateData::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_FMin_ReturnValue) == 0x0000C0, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, K2Node_Select_Default) == 0x0000C8, "Member 'ABP_Player_C_UpdateCharacterStateData::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0000D0, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x0000D8, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000E0, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_BooleanOR_ReturnValue_3) == 0x0000E1, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, K2Node_SwitchEnum_CmpSuccess) == 0x0000E2, "Member 'ABP_Player_C_UpdateCharacterStateData::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x0000E8, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1) == 0x0000F0, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x0000F8, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Greater_DoubleDouble_A_ImplicitCast_1) == 0x000100, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Greater_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, K2Node_VariableSet_MovementGaitCurve_ImplicitCast) == 0x000108, "Member 'ABP_Player_C_UpdateCharacterStateData::K2Node_VariableSet_MovementGaitCurve_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_GetAnimCycleGaitFromCurveValue_CurveValue_ImplicitCast) == 0x000110, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_GetAnimCycleGaitFromCurveValue_CurveValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Greater_DoubleDouble_B_ImplicitCast) == 0x000118, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Greater_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Greater_DoubleDouble_B_ImplicitCast_1) == 0x000120, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Greater_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, K2Node_VariableSet_MaxLocomotionSpeed_ImplicitCast) == 0x000128, "Member 'ABP_Player_C_UpdateCharacterStateData::K2Node_VariableSet_MaxLocomotionSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, K2Node_VariableSet_AnimSpeedWalk_ImplicitCast) == 0x000130, "Member 'ABP_Player_C_UpdateCharacterStateData::K2Node_VariableSet_AnimSpeedWalk_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000138, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_1) == 0x000140, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, K2Node_VariableSet_AnimSpeedJog_ImplicitCast) == 0x000148, "Member 'ABP_Player_C_UpdateCharacterStateData::K2Node_VariableSet_AnimSpeedJog_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_2) == 0x000150, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_Multiply_DoubleDouble_B_ImplicitCast_3) == 0x000158, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_Multiply_DoubleDouble_B_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateCharacterStateData, CallFunc_FMin_B_ImplicitCast) == 0x000160, "Member 'ABP_Player_C_UpdateCharacterStateData::CallFunc_FMin_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateFallHeight \ +static_assert(alignof(ABP_Player_C_UpdateFallHeight) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateFallHeight"); \ +static_assert(sizeof(ABP_Player_C_UpdateFallHeight) == 0x000018, "Wrong size on ABP_Player_C_UpdateFallHeight"); \ +static_assert(offsetof(ABP_Player_C_UpdateFallHeight, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000000, "Member 'ABP_Player_C_UpdateFallHeight::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateFallHeight, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000001, "Member 'ABP_Player_C_UpdateFallHeight::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateFallHeight, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000008, "Member 'ABP_Player_C_UpdateFallHeight::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateFallHeight, CallFunc_Greater_DoubleDouble_A_ImplicitCast_1) == 0x000010, "Member 'ABP_Player_C_UpdateFallHeight::CallFunc_Greater_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateFootPhaseData \ +static_assert(alignof(ABP_Player_C_UpdateFootPhaseData) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateFootPhaseData"); \ +static_assert(sizeof(ABP_Player_C_UpdateFootPhaseData) == 0x000010, "Wrong size on ABP_Player_C_UpdateFootPhaseData"); \ +static_assert(offsetof(ABP_Player_C_UpdateFootPhaseData, CallFunc_GetCurveValue_ReturnValue) == 0x000000, "Member 'ABP_Player_C_UpdateFootPhaseData::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateFootPhaseData, K2Node_VariableSet_FootPhase_ImplicitCast) == 0x000008, "Member 'ABP_Player_C_UpdateFootPhaseData::K2Node_VariableSet_FootPhase_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateIdle \ +static_assert(alignof(ABP_Player_C_UpdateIdle) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateIdle"); \ +static_assert(sizeof(ABP_Player_C_UpdateIdle) == 0x000050, "Wrong size on ABP_Player_C_UpdateIdle"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, Context) == 0x000000, "Member 'ABP_Player_C_UpdateIdle::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, Node) == 0x000010, "Member 'ABP_Player_C_UpdateIdle::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue) == 0x000020, "Member 'ABP_Player_C_UpdateIdle::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'ABP_Player_C_UpdateIdle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_RequiresTurnInPlace_Result) == 0x000022, "Member 'ABP_Player_C_UpdateIdle::CallFunc_RequiresTurnInPlace_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_Not_PreBool_ReturnValue_1) == 0x000023, "Member 'ABP_Player_C_UpdateIdle::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_BooleanAND_ReturnValue) == 0x000024, "Member 'ABP_Player_C_UpdateIdle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_BooleanAND_ReturnValue_1) == 0x000025, "Member 'ABP_Player_C_UpdateIdle::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000026, "Member 'ABP_Player_C_UpdateIdle::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_BooleanAND_ReturnValue_2) == 0x000027, "Member 'ABP_Player_C_UpdateIdle::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000028, "Member 'ABP_Player_C_UpdateIdle::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000029, "Member 'ABP_Player_C_UpdateIdle::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_Not_PreBool_ReturnValue_2) == 0x00002A, "Member 'ABP_Player_C_UpdateIdle::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_Not_PreBool_ReturnValue_3) == 0x00002B, "Member 'ABP_Player_C_UpdateIdle::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00002C, "Member 'ABP_Player_C_UpdateIdle::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_Not_PreBool_ReturnValue_4) == 0x00002D, "Member 'ABP_Player_C_UpdateIdle::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_BooleanAND_ReturnValue_3) == 0x00002E, "Member 'ABP_Player_C_UpdateIdle::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_BooleanAND_ReturnValue_4) == 0x00002F, "Member 'ABP_Player_C_UpdateIdle::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_BooleanAND_ReturnValue_5) == 0x000030, "Member 'ABP_Player_C_UpdateIdle::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_ConvertToAnimationStateResultPure_AnimationState) == 0x000038, "Member 'ABP_Player_C_UpdateIdle::CallFunc_ConvertToAnimationStateResultPure_AnimationState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_ConvertToAnimationStateResultPure_Result) == 0x000048, "Member 'ABP_Player_C_UpdateIdle::CallFunc_ConvertToAnimationStateResultPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIdle, CallFunc_IsStateBlendingOut_ReturnValue) == 0x000049, "Member 'ABP_Player_C_UpdateIdle::CallFunc_IsStateBlendingOut_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateIKFootState \ +static_assert(alignof(ABP_Player_C_UpdateIKFootState) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateIKFootState"); \ +static_assert(sizeof(ABP_Player_C_UpdateIKFootState) == 0x000118, "Wrong size on ABP_Player_C_UpdateIKFootState"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, InputIKFootState) == 0x000000, "Member 'ABP_Player_C_UpdateIKFootState::InputIKFootState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, FootHeightCurveName) == 0x000020, "Member 'ABP_Player_C_UpdateIKFootState::FootHeightCurveName' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, PinHeightTolerance) == 0x000028, "Member 'ABP_Player_C_UpdateIKFootState::PinHeightTolerance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, FootBoneName) == 0x000030, "Member 'ABP_Player_C_UpdateIKFootState::FootBoneName' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, TimeDelta) == 0x000038, "Member 'ABP_Player_C_UpdateIKFootState::TimeDelta' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, UnpinBlendTime) == 0x000040, "Member 'ABP_Player_C_UpdateIKFootState::UnpinBlendTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, FootSpeedCurveName) == 0x000048, "Member 'ABP_Player_C_UpdateIKFootState::FootSpeedCurveName' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, PinSpeedTolerance) == 0x000050, "Member 'ABP_Player_C_UpdateIKFootState::PinSpeedTolerance' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, OutputIKFootState) == 0x000058, "Member 'ABP_Player_C_UpdateIKFootState::OutputIKFootState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CurrentPinWeight) == 0x000078, "Member 'ABP_Player_C_UpdateIKFootState::CurrentPinWeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, AnimWantsPinning) == 0x000080, "Member 'ABP_Player_C_UpdateIKFootState::AnimWantsPinning' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, WorkingState) == 0x000088, "Member 'ABP_Player_C_UpdateIKFootState::WorkingState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_GetCurveValueWithDefault_OutValue) == 0x0000AC, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_GetCurveValueWithDefault_OutValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_GetCurveValueWithDefault_ReturnValue) == 0x0000B0, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_GetCurveValueWithDefault_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0000B1, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0000C0, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_FClamp_ReturnValue) == 0x0000D0, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_GetOwningComponent_ReturnValue) == 0x0000D8, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_GetOwningComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_GetSocketLocation_ReturnValue) == 0x0000E0, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_GetCurveValueWithDefault_OutValue_1) == 0x0000F8, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_GetCurveValueWithDefault_OutValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_GetCurveValueWithDefault_ReturnValue_1) == 0x0000FC, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_GetCurveValueWithDefault_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x0000FD, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_BooleanAND_ReturnValue) == 0x0000FE, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_GetCurveValueWithDefault_DefaultValue_ImplicitCast) == 0x000100, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_GetCurveValueWithDefault_DefaultValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000108, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateIKFootState, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1) == 0x000110, "Member 'ABP_Player_C_UpdateIKFootState::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateLandingRules \ +static_assert(alignof(ABP_Player_C_UpdateLandingRules) == 0x000001, "Wrong alignment on ABP_Player_C_UpdateLandingRules"); \ +static_assert(sizeof(ABP_Player_C_UpdateLandingRules) == 0x00000A, "Wrong size on ABP_Player_C_UpdateLandingRules"); \ +static_assert(offsetof(ABP_Player_C_UpdateLandingRules, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000000, "Member 'ABP_Player_C_UpdateLandingRules::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateLandingRules, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue) == 0x000001, "Member 'ABP_Player_C_UpdateLandingRules::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateLandingRules, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_1) == 0x000002, "Member 'ABP_Player_C_UpdateLandingRules::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateLandingRules, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'ABP_Player_C_UpdateLandingRules::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateLandingRules, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_2) == 0x000004, "Member 'ABP_Player_C_UpdateLandingRules::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateLandingRules, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_3) == 0x000005, "Member 'ABP_Player_C_UpdateLandingRules::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateLandingRules, CallFunc_BooleanAND_ReturnValue_1) == 0x000006, "Member 'ABP_Player_C_UpdateLandingRules::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateLandingRules, CallFunc_Not_PreBool_ReturnValue) == 0x000007, "Member 'ABP_Player_C_UpdateLandingRules::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateLandingRules, CallFunc_BooleanAND_ReturnValue_2) == 0x000008, "Member 'ABP_Player_C_UpdateLandingRules::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateLandingRules, CallFunc_BooleanAND_ReturnValue_3) == 0x000009, "Member 'ABP_Player_C_UpdateLandingRules::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateMMFootIK \ +static_assert(alignof(ABP_Player_C_UpdateMMFootIK) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateMMFootIK"); \ +static_assert(sizeof(ABP_Player_C_UpdateMMFootIK) == 0x000040, "Wrong size on ABP_Player_C_UpdateMMFootIK"); \ +static_assert(offsetof(ABP_Player_C_UpdateMMFootIK, DeltaTime) == 0x000000, "Member 'ABP_Player_C_UpdateMMFootIK::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMMFootIK, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000008, "Member 'ABP_Player_C_UpdateMMFootIK::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMMFootIK, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'ABP_Player_C_UpdateMMFootIK::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMMFootIK, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000018, "Member 'ABP_Player_C_UpdateMMFootIK::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMMFootIK, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'ABP_Player_C_UpdateMMFootIK::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMMFootIK, CallFunc_FClamp_ReturnValue_1) == 0x000028, "Member 'ABP_Player_C_UpdateMMFootIK::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMMFootIK, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'ABP_Player_C_UpdateMMFootIK::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMMFootIK, K2Node_SetFieldsInStruct_StartOffset_ImplicitCast) == 0x000038, "Member 'ABP_Player_C_UpdateMMFootIK::K2Node_SetFieldsInStruct_StartOffset_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateMotionMatching \ +static_assert(alignof(ABP_Player_C_UpdateMotionMatching) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateMotionMatching"); \ +static_assert(sizeof(ABP_Player_C_UpdateMotionMatching) == 0x0000D0, "Wrong size on ABP_Player_C_UpdateMotionMatching"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatching, Context) == 0x000000, "Member 'ABP_Player_C_UpdateMotionMatching::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatching, Node) == 0x000010, "Member 'ABP_Player_C_UpdateMotionMatching::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatching, CallFunc_MakeChooserEvaluationContext_ReturnValue) == 0x000020, "Member 'ABP_Player_C_UpdateMotionMatching::CallFunc_MakeChooserEvaluationContext_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatching, CallFunc_ConvertToMotionMatchingNodePure_MotionMatchingNode) == 0x000098, "Member 'ABP_Player_C_UpdateMotionMatching::CallFunc_ConvertToMotionMatchingNodePure_MotionMatchingNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatching, CallFunc_ConvertToMotionMatchingNodePure_Result) == 0x0000A8, "Member 'ABP_Player_C_UpdateMotionMatching::CallFunc_ConvertToMotionMatchingNodePure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatching, CallFunc_MM_GetInterruptMode_ReturnValue) == 0x0000A9, "Member 'ABP_Player_C_UpdateMotionMatching::CallFunc_MM_GetInterruptMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatching, CallFunc_MakeEvaluateChooser_ReturnValue) == 0x0000B0, "Member 'ABP_Player_C_UpdateMotionMatching::CallFunc_MakeEvaluateChooser_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatching, CallFunc_EvaluateObjectChooserBaseMulti_ReturnValue) == 0x0000C0, "Member 'ABP_Player_C_UpdateMotionMatching::CallFunc_EvaluateObjectChooserBaseMulti_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateMotionMatchingPostSelection \ +static_assert(alignof(ABP_Player_C_UpdateMotionMatchingPostSelection) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateMotionMatchingPostSelection"); \ +static_assert(sizeof(ABP_Player_C_UpdateMotionMatchingPostSelection) == 0x0000B8, "Wrong size on ABP_Player_C_UpdateMotionMatchingPostSelection"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatchingPostSelection, Context) == 0x000000, "Member 'ABP_Player_C_UpdateMotionMatchingPostSelection::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatchingPostSelection, Node) == 0x000010, "Member 'ABP_Player_C_UpdateMotionMatchingPostSelection::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatchingPostSelection, CallFunc_ConvertToMotionMatchingNodePure_MotionMatchingNode) == 0x000020, "Member 'ABP_Player_C_UpdateMotionMatchingPostSelection::CallFunc_ConvertToMotionMatchingNodePure_MotionMatchingNode' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatchingPostSelection, CallFunc_ConvertToMotionMatchingNodePure_Result) == 0x000030, "Member 'ABP_Player_C_UpdateMotionMatchingPostSelection::CallFunc_ConvertToMotionMatchingNodePure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatchingPostSelection, CallFunc_GetMotionMatchingSearchResult_Result) == 0x000038, "Member 'ABP_Player_C_UpdateMotionMatchingPostSelection::CallFunc_GetMotionMatchingSearchResult_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateMotionMatchingPostSelection, CallFunc_GetMotionMatchingSearchResult_bIsResultValid) == 0x0000B0, "Member 'ABP_Player_C_UpdateMotionMatchingPostSelection::CallFunc_GetMotionMatchingSearchResult_bIsResultValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateMovementStateData \ +static_assert(alignof(ABP_Player_C_UpdateMovementStateData) == 0x000001, "Wrong alignment on ABP_Player_C_UpdateMovementStateData"); \ +static_assert(sizeof(ABP_Player_C_UpdateMovementStateData) == 0x000001, "Wrong size on ABP_Player_C_UpdateMovementStateData"); \ +static_assert(offsetof(ABP_Player_C_UpdateMovementStateData, UseMotionMatchingProfiles) == 0x000000, "Member 'ABP_Player_C_UpdateMovementStateData::UseMotionMatchingProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdatePivot \ +static_assert(alignof(ABP_Player_C_UpdatePivot) == 0x000008, "Wrong alignment on ABP_Player_C_UpdatePivot"); \ +static_assert(sizeof(ABP_Player_C_UpdatePivot) == 0x000048, "Wrong size on ABP_Player_C_UpdatePivot"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, Context) == 0x000000, "Member 'ABP_Player_C_UpdatePivot::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, Node) == 0x000010, "Member 'ABP_Player_C_UpdatePivot::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, NewLocalVar_0) == 0x000020, "Member 'ABP_Player_C_UpdatePivot::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'ABP_Player_C_UpdatePivot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000022, "Member 'ABP_Player_C_UpdatePivot::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, CallFunc_BooleanAND_ReturnValue) == 0x000023, "Member 'ABP_Player_C_UpdatePivot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, CallFunc_ConvertToAnimationStateResultPure_AnimationState) == 0x000028, "Member 'ABP_Player_C_UpdatePivot::CallFunc_ConvertToAnimationStateResultPure_AnimationState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, CallFunc_ConvertToAnimationStateResultPure_Result) == 0x000038, "Member 'ABP_Player_C_UpdatePivot::CallFunc_ConvertToAnimationStateResultPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, CallFunc_IsStateBlendingOut_ReturnValue) == 0x000039, "Member 'ABP_Player_C_UpdatePivot::CallFunc_IsStateBlendingOut_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00003A, "Member 'ABP_Player_C_UpdatePivot::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, CallFunc_BooleanAND_ReturnValue_1) == 0x00003B, "Member 'ABP_Player_C_UpdatePivot::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, CallFunc_BooleanOR_ReturnValue) == 0x00003C, "Member 'ABP_Player_C_UpdatePivot::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdatePivot, CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast) == 0x000040, "Member 'ABP_Player_C_UpdatePivot::CallFunc_EqualEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateRotationData \ +static_assert(alignof(ABP_Player_C_UpdateRotationData) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateRotationData"); \ +static_assert(sizeof(ABP_Player_C_UpdateRotationData) == 0x000030, "Wrong size on ABP_Player_C_UpdateRotationData"); \ +static_assert(offsetof(ABP_Player_C_UpdateRotationData, DeltaTime) == 0x000000, "Member 'ABP_Player_C_UpdateRotationData::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateRotationData, YawDeltaSpeed) == 0x000008, "Member 'ABP_Player_C_UpdateRotationData::YawDeltaSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateRotationData, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'ABP_Player_C_UpdateRotationData::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateRotationData, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'ABP_Player_C_UpdateRotationData::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateRotationData, CallFunc_SafeDivide_ReturnValue) == 0x000020, "Member 'ABP_Player_C_UpdateRotationData::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateRotationData, CallFunc_SafeDivide_A_ImplicitCast) == 0x000028, "Member 'ABP_Player_C_UpdateRotationData::CallFunc_SafeDivide_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateStart \ +static_assert(alignof(ABP_Player_C_UpdateStart) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateStart"); \ +static_assert(sizeof(ABP_Player_C_UpdateStart) == 0x000048, "Wrong size on ABP_Player_C_UpdateStart"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, Context) == 0x000000, "Member 'ABP_Player_C_UpdateStart::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, Node) == 0x000010, "Member 'ABP_Player_C_UpdateStart::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, ReachedEndOfTurn) == 0x000020, "Member 'ABP_Player_C_UpdateStart::ReachedEndOfTurn' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, PermittedGaitSwitchThisFrame) == 0x000021, "Member 'ABP_Player_C_UpdateStart::PermittedGaitSwitchThisFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'ABP_Player_C_UpdateStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000023, "Member 'ABP_Player_C_UpdateStart::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, CallFunc_BooleanAND_ReturnValue) == 0x000024, "Member 'ABP_Player_C_UpdateStart::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000025, "Member 'ABP_Player_C_UpdateStart::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, CallFunc_BooleanAND_ReturnValue_1) == 0x000026, "Member 'ABP_Player_C_UpdateStart::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, CallFunc_Not_PreBool_ReturnValue_1) == 0x000027, "Member 'ABP_Player_C_UpdateStart::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, CallFunc_BooleanAND_ReturnValue_2) == 0x000028, "Member 'ABP_Player_C_UpdateStart::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, CallFunc_BooleanAND_ReturnValue_3) == 0x000029, "Member 'ABP_Player_C_UpdateStart::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, CallFunc_ConvertToAnimationStateResultPure_AnimationState) == 0x000030, "Member 'ABP_Player_C_UpdateStart::CallFunc_ConvertToAnimationStateResultPure_AnimationState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, CallFunc_ConvertToAnimationStateResultPure_Result) == 0x000040, "Member 'ABP_Player_C_UpdateStart::CallFunc_ConvertToAnimationStateResultPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, CallFunc_IsStateBlendingOut_ReturnValue) == 0x000041, "Member 'ABP_Player_C_UpdateStart::CallFunc_IsStateBlendingOut_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStart, CallFunc_Not_PreBool_ReturnValue_2) == 0x000042, "Member 'ABP_Player_C_UpdateStart::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateStop \ +static_assert(alignof(ABP_Player_C_UpdateStop) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateStop"); \ +static_assert(sizeof(ABP_Player_C_UpdateStop) == 0x000050, "Wrong size on ABP_Player_C_UpdateStop"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, Context) == 0x000000, "Member 'ABP_Player_C_UpdateStop::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, Node) == 0x000010, "Member 'ABP_Player_C_UpdateStop::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_ConvertToAnimationStateResultPure_AnimationState) == 0x000020, "Member 'ABP_Player_C_UpdateStop::CallFunc_ConvertToAnimationStateResultPure_AnimationState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_ConvertToAnimationStateResultPure_Result) == 0x000030, "Member 'ABP_Player_C_UpdateStop::CallFunc_ConvertToAnimationStateResultPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'ABP_Player_C_UpdateStop::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_IsStateBlendingOut_ReturnValue) == 0x000032, "Member 'ABP_Player_C_UpdateStop::CallFunc_IsStateBlendingOut_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000033, "Member 'ABP_Player_C_UpdateStop::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_BooleanAND_ReturnValue) == 0x000034, "Member 'ABP_Player_C_UpdateStop::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_Abs_ReturnValue) == 0x000038, "Member 'ABP_Player_C_UpdateStop::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000040, "Member 'ABP_Player_C_UpdateStop::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_Not_PreBool_ReturnValue_1) == 0x000041, "Member 'ABP_Player_C_UpdateStop::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_BooleanAND_ReturnValue_1) == 0x000042, "Member 'ABP_Player_C_UpdateStop::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_BooleanAND_ReturnValue_2) == 0x000043, "Member 'ABP_Player_C_UpdateStop::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000044, "Member 'ABP_Player_C_UpdateStop::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_BooleanAND_ReturnValue_3) == 0x000045, "Member 'ABP_Player_C_UpdateStop::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_BooleanAND_ReturnValue_4) == 0x000046, "Member 'ABP_Player_C_UpdateStop::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateStop, CallFunc_Abs_A_ImplicitCast) == 0x000048, "Member 'ABP_Player_C_UpdateStop::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateSwitchLayerTransition \ +static_assert(alignof(ABP_Player_C_UpdateSwitchLayerTransition) == 0x000001, "Wrong alignment on ABP_Player_C_UpdateSwitchLayerTransition"); \ +static_assert(sizeof(ABP_Player_C_UpdateSwitchLayerTransition) == 0x000003, "Wrong size on ABP_Player_C_UpdateSwitchLayerTransition"); \ +static_assert(offsetof(ABP_Player_C_UpdateSwitchLayerTransition, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'ABP_Player_C_UpdateSwitchLayerTransition::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateSwitchLayerTransition, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000001, "Member 'ABP_Player_C_UpdateSwitchLayerTransition::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateSwitchLayerTransition, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'ABP_Player_C_UpdateSwitchLayerTransition::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateTurnInPlace \ +static_assert(alignof(ABP_Player_C_UpdateTurnInPlace) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateTurnInPlace"); \ +static_assert(sizeof(ABP_Player_C_UpdateTurnInPlace) == 0x000058, "Wrong size on ABP_Player_C_UpdateTurnInPlace"); \ +static_assert(offsetof(ABP_Player_C_UpdateTurnInPlace, Context) == 0x000000, "Member 'ABP_Player_C_UpdateTurnInPlace::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateTurnInPlace, Node) == 0x000010, "Member 'ABP_Player_C_UpdateTurnInPlace::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateTurnInPlace, CallFunc_ConvertToAnimationStateResultPure_AnimationState) == 0x000020, "Member 'ABP_Player_C_UpdateTurnInPlace::CallFunc_ConvertToAnimationStateResultPure_AnimationState' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateTurnInPlace, CallFunc_ConvertToAnimationStateResultPure_Result) == 0x000030, "Member 'ABP_Player_C_UpdateTurnInPlace::CallFunc_ConvertToAnimationStateResultPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateTurnInPlace, CallFunc_IsStateBlendingOut_ReturnValue) == 0x000031, "Member 'ABP_Player_C_UpdateTurnInPlace::CallFunc_IsStateBlendingOut_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateTurnInPlace, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'ABP_Player_C_UpdateTurnInPlace::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateTurnInPlace, CallFunc_RequiresTurnInPlace_Result) == 0x000033, "Member 'ABP_Player_C_UpdateTurnInPlace::CallFunc_RequiresTurnInPlace_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateTurnInPlace, CallFunc_CalculateDirection_ReturnValue) == 0x000034, "Member 'ABP_Player_C_UpdateTurnInPlace::CallFunc_CalculateDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateTurnInPlace, CallFunc_Abs_ReturnValue) == 0x000038, "Member 'ABP_Player_C_UpdateTurnInPlace::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateTurnInPlace, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000040, "Member 'ABP_Player_C_UpdateTurnInPlace::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateTurnInPlace, K2Node_VariableSet_TurnInPlaceLocalTargetAngle_ImplicitCast) == 0x000048, "Member 'ABP_Player_C_UpdateTurnInPlace::K2Node_VariableSet_TurnInPlaceLocalTargetAngle_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateTurnInPlace, CallFunc_Abs_A_ImplicitCast) == 0x000050, "Member 'ABP_Player_C_UpdateTurnInPlace::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateWallDetectionHeuristic \ +static_assert(alignof(ABP_Player_C_UpdateWallDetectionHeuristic) == 0x000008, "Wrong alignment on ABP_Player_C_UpdateWallDetectionHeuristic"); \ +static_assert(sizeof(ABP_Player_C_UpdateWallDetectionHeuristic) == 0x000058, "Wrong size on ABP_Player_C_UpdateWallDetectionHeuristic"); \ +static_assert(offsetof(ABP_Player_C_UpdateWallDetectionHeuristic, CallFunc_Normal_ReturnValue) == 0x000000, "Member 'ABP_Player_C_UpdateWallDetectionHeuristic::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateWallDetectionHeuristic, CallFunc_Normal_ReturnValue_1) == 0x000018, "Member 'ABP_Player_C_UpdateWallDetectionHeuristic::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateWallDetectionHeuristic, CallFunc_Dot_VectorVector_ReturnValue) == 0x000030, "Member 'ABP_Player_C_UpdateWallDetectionHeuristic::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateWallDetectionHeuristic, CallFunc_VSizeXY_ReturnValue) == 0x000038, "Member 'ABP_Player_C_UpdateWallDetectionHeuristic::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateWallDetectionHeuristic, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000040, "Member 'ABP_Player_C_UpdateWallDetectionHeuristic::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateWallDetectionHeuristic, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000041, "Member 'ABP_Player_C_UpdateWallDetectionHeuristic::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateWallDetectionHeuristic, CallFunc_VSizeXY_ReturnValue_1) == 0x000048, "Member 'ABP_Player_C_UpdateWallDetectionHeuristic::CallFunc_VSizeXY_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateWallDetectionHeuristic, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000050, "Member 'ABP_Player_C_UpdateWallDetectionHeuristic::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateWallDetectionHeuristic, CallFunc_BooleanAND_ReturnValue) == 0x000051, "Member 'ABP_Player_C_UpdateWallDetectionHeuristic::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateWallDetectionHeuristic, CallFunc_BooleanAND_ReturnValue_1) == 0x000052, "Member 'ABP_Player_C_UpdateWallDetectionHeuristic::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateWantDeath \ +static_assert(alignof(ABP_Player_C_UpdateWantDeath) == 0x000001, "Wrong alignment on ABP_Player_C_UpdateWantDeath"); \ +static_assert(sizeof(ABP_Player_C_UpdateWantDeath) == 0x000002, "Wrong size on ABP_Player_C_UpdateWantDeath"); \ +static_assert(offsetof(ABP_Player_C_UpdateWantDeath, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'ABP_Player_C_UpdateWantDeath::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateWantDeath, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'ABP_Player_C_UpdateWantDeath::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UpdateWantsFootIK \ +static_assert(alignof(ABP_Player_C_UpdateWantsFootIK) == 0x000001, "Wrong alignment on ABP_Player_C_UpdateWantsFootIK"); \ +static_assert(sizeof(ABP_Player_C_UpdateWantsFootIK) == 0x000003, "Wrong size on ABP_Player_C_UpdateWantsFootIK"); \ +static_assert(offsetof(ABP_Player_C_UpdateWantsFootIK, CallFunc_BooleanOR_ReturnValue) == 0x000000, "Member 'ABP_Player_C_UpdateWantsFootIK::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateWantsFootIK, CallFunc_BooleanOR_ReturnValue_1) == 0x000001, "Member 'ABP_Player_C_UpdateWantsFootIK::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_UpdateWantsFootIK, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'ABP_Player_C_UpdateWantsFootIK::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_UseAnimDrivenRotationDelta \ +static_assert(alignof(ABP_Player_C_UseAnimDrivenRotationDelta) == 0x000008, "Wrong alignment on ABP_Player_C_UseAnimDrivenRotationDelta"); \ +static_assert(sizeof(ABP_Player_C_UseAnimDrivenRotationDelta) == 0x000008, "Wrong size on ABP_Player_C_UseAnimDrivenRotationDelta"); \ +static_assert(offsetof(ABP_Player_C_UseAnimDrivenRotationDelta, YawDelta) == 0x000000, "Member 'ABP_Player_C_UseAnimDrivenRotationDelta::YawDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_C_WantUpperBodyOverride \ +static_assert(alignof(ABP_Player_C_WantUpperBodyOverride) == 0x000001, "Wrong alignment on ABP_Player_C_WantUpperBodyOverride"); \ +static_assert(sizeof(ABP_Player_C_WantUpperBodyOverride) == 0x000004, "Wrong size on ABP_Player_C_WantUpperBodyOverride"); \ +static_assert(offsetof(ABP_Player_C_WantUpperBodyOverride, CallFunc_BooleanAND_ReturnValue) == 0x000000, "Member 'ABP_Player_C_WantUpperBodyOverride::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_WantUpperBodyOverride, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'ABP_Player_C_WantUpperBodyOverride::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_WantUpperBodyOverride, CallFunc_BooleanOR_ReturnValue_1) == 0x000002, "Member 'ABP_Player_C_WantUpperBodyOverride::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_C_WantUpperBodyOverride, CallFunc_BooleanOR_ReturnValue_2) == 0x000003, "Member 'ABP_Player_C_WantUpperBodyOverride::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Player_C \ +static_assert(alignof(UABP_Player_C) == 0x000010, "Wrong alignment on UABP_Player_C"); \ +static_assert(sizeof(UABP_Player_C) == 0x00AED0, "Wrong size on UABP_Player_C"); \ +static_assert(offsetof(UABP_Player_C, UberGraphFrame) == 0x000C80, "Member 'UABP_Player_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, __AnimBlueprintMutables) == 0x000C90, "Member 'UABP_Player_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimBlueprintExtension_Tag) == 0x000E70, "Member 'UABP_Player_C::AnimBlueprintExtension_Tag' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimBlueprintExtension_SharedLinkedAnimLayers) == 0x000E78, "Member 'UABP_Player_C::AnimBlueprintExtension_SharedLinkedAnimLayers' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimBlueprintExtension_PropertyAccess) == 0x000EA0, "Member 'UABP_Player_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimBlueprintExtension_NodeRelevancy) == 0x000EA8, "Member 'UABP_Player_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimBlueprintExtension_Base) == 0x000F50, "Member 'UABP_Player_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Slot_3) == 0x000F58, "Member 'UABP_Player_C::AnimGraphNode_Slot_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LayeredBoneBlend_4) == 0x000FA0, "Member 'UABP_Player_C::AnimGraphNode_LayeredBoneBlend_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ApplyAdditive) == 0x001088, "Member 'UABP_Player_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Slot_2) == 0x001150, "Member 'UABP_Player_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SaveCachedPose_5) == 0x001198, "Member 'UABP_Player_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_14) == 0x001218, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_13) == 0x001240, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Slot_1) == 0x001268, "Member 'UABP_Player_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ComponentToLocalSpace_10) == 0x0012B0, "Member 'UABP_Player_C::AnimGraphNode_ComponentToLocalSpace_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TwoWayBlend) == 0x0012D0, "Member 'UABP_Player_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByBool_9) == 0x001398, "Member 'UABP_Player_C::AnimGraphNode_BlendListByBool_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SaveCachedPose_4) == 0x0013E8, "Member 'UABP_Player_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_12) == 0x001468, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_11) == 0x001490, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_74) == 0x0014B8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_74' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_73) == 0x0014E0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_73' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_72) == 0x001508, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_71) == 0x001530, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SynchronizedMovementSequencePlayer_4) == 0x001558, "Member 'UABP_Player_C::AnimGraphNode_SynchronizedMovementSequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_23) == 0x0015D0, "Member 'UABP_Player_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x0015F0, "Member 'UABP_Player_C::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_22) == 0x001668, "Member 'UABP_Player_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_21) == 0x001688, "Member 'UABP_Player_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_WalkableStateMachine_1) == 0x0016A8, "Member 'UABP_Player_C::AnimGraphNode_WalkableStateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LocalToComponentSpace_10) == 0x001780, "Member 'UABP_Player_C::AnimGraphNode_LocalToComponentSpace_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LegIK) == 0x0017A0, "Member 'UABP_Player_C::AnimGraphNode_LegIK' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LayeredBoneBlend_3) == 0x0018A0, "Member 'UABP_Player_C::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SaveCachedPose_3) == 0x001988, "Member 'UABP_Player_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_10) == 0x001A08, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SaveCachedPose_2) == 0x001A30, "Member 'UABP_Player_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_9) == 0x001AB0, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByBool_8) == 0x001AD8, "Member 'UABP_Player_C::AnimGraphNode_BlendListByBool_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_8) == 0x001B28, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_FootPlacement) == 0x001B50, "Member 'UABP_Player_C::AnimGraphNode_FootPlacement' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_PoseSearchHistoryCollector) == 0x002010, "Member 'UABP_Player_C::AnimGraphNode_PoseSearchHistoryCollector' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ChooserPlayer_2) == 0x0022F8, "Member 'UABP_Player_C::AnimGraphNode_ChooserPlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByBool_7) == 0x002528, "Member 'UABP_Player_C::AnimGraphNode_BlendListByBool_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SaveCachedPose_1) == 0x002578, "Member 'UABP_Player_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_7) == 0x0025F8, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_6) == 0x002620, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_5) == 0x002648, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_70) == 0x002670, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_69) == 0x002698, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_68) == 0x0026C0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_67) == 0x0026E8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_66) == 0x002710, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_65) == 0x002738, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_64) == 0x002760, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_63) == 0x002788, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_62) == 0x0027B0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_61) == 0x0027D8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_60) == 0x002800, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_59) == 0x002828, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_58) == 0x002850, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ChooserPlayer_1) == 0x002878, "Member 'UABP_Player_C::AnimGraphNode_ChooserPlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_20) == 0x002AA8, "Member 'UABP_Player_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_19) == 0x002AC8, "Member 'UABP_Player_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_18) == 0x002AE8, "Member 'UABP_Player_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ChooserPlayer) == 0x002B08, "Member 'UABP_Player_C::AnimGraphNode_ChooserPlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_17) == 0x002D38, "Member 'UABP_Player_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_16) == 0x002D58, "Member 'UABP_Player_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_15) == 0x002D78, "Member 'UABP_Player_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateMachine) == 0x002D98, "Member 'UABP_Player_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LayeredBoneBlend_2) == 0x002E70, "Member 'UABP_Player_C::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_4) == 0x002F58, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_3) == 0x002F80, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByEnum_3) == 0x002FA8, "Member 'UABP_Player_C::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Slot) == 0x002FF8, "Member 'UABP_Player_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_2) == 0x003040, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Inertialization) == 0x003070, "Member 'UABP_Player_C::AnimGraphNode_Inertialization' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose_1) == 0x0035C0, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_UseCachedPose) == 0x0035E8, "Member 'UABP_Player_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LayeredBoneBlend_1) == 0x003610, "Member 'UABP_Player_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_57) == 0x0036F8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_56) == 0x003720, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_55) == 0x003748, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_54) == 0x003770, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_53) == 0x003798, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_52) == 0x0037C0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_51) == 0x0037E8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_50) == 0x003810, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_49) == 0x003838, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_48) == 0x003860, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_47) == 0x003888, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_46) == 0x0038B0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_45) == 0x0038D8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_44) == 0x003900, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_43) == 0x003928, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_42) == 0x003950, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_41) == 0x003978, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_40) == 0x0039A0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_39) == 0x0039C8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_38) == 0x0039F0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_37) == 0x003A18, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_36) == 0x003A40, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_35) == 0x003A68, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_34) == 0x003A90, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_33) == 0x003AB8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_32) == 0x003AE0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_31) == 0x003B08, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_30) == 0x003B30, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_29) == 0x003B58, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_28) == 0x003B80, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_27) == 0x003BA8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_26) == 0x003BD0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_25) == 0x003BF8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_24) == 0x003C20, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_23) == 0x003C48, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_22) == 0x003C70, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_21) == 0x003C98, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_20) == 0x003CC0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_19) == 0x003CE8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_18) == 0x003D10, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_17) == 0x003D38, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_16) == 0x003D60, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_15) == 0x003D88, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_14) == 0x003DB0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_13) == 0x003DD8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_12) == 0x003E00, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_11) == 0x003E28, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_10) == 0x003E50, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_9) == 0x003E78, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_8) == 0x003EA0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_7) == 0x003EC8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_6) == 0x003EF0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_5) == 0x003F18, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_4) == 0x003F40, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_3) == 0x003F68, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_2) == 0x003F90, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult_1) == 0x003FB8, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TransitionResult) == 0x003FE0, "Member 'UABP_Player_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_17) == 0x004008, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_14) == 0x004050, "Member 'UABP_Player_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x004070, "Member 'UABP_Player_C::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_13) == 0x0040E8, "Member 'UABP_Player_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x004108, "Member 'UABP_Player_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_12) == 0x004180, "Member 'UABP_Player_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x0041A0, "Member 'UABP_Player_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_11) == 0x004218, "Member 'UABP_Player_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LinkedAnimGraph_4) == 0x004238, "Member 'UABP_Player_C::AnimGraphNode_LinkedAnimGraph_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_10) == 0x0042F0, "Member 'UABP_Player_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LinkedAnimGraph_3) == 0x004310, "Member 'UABP_Player_C::AnimGraphNode_LinkedAnimGraph_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_9) == 0x0043C8, "Member 'UABP_Player_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_16) == 0x0043E8, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_15) == 0x004430, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByEnum_2) == 0x004478, "Member 'UABP_Player_C::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByBool_6) == 0x0044C8, "Member 'UABP_Player_C::AnimGraphNode_BlendListByBool_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_14) == 0x004518, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_13) == 0x004560, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_12) == 0x0045A8, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_11) == 0x0045F0, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_10) == 0x004638, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_9) == 0x004680, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_8) == 0x0046C8, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByBool_5) == 0x004710, "Member 'UABP_Player_C::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByEnum_1) == 0x004760, "Member 'UABP_Player_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_8) == 0x0047B0, "Member 'UABP_Player_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_7) == 0x0047D0, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByBool_4) == 0x004818, "Member 'UABP_Player_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_6) == 0x004868, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_5) == 0x0048B0, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByBool_3) == 0x0048F8, "Member 'UABP_Player_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_4) == 0x004948, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_3) == 0x004990, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_2) == 0x0049D8, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer_1) == 0x004A20, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByEnum) == 0x004A68, "Member 'UABP_Player_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByBool_2) == 0x004AB8, "Member 'UABP_Player_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_7) == 0x004B08, "Member 'UABP_Player_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LinkedAnimGraph_2) == 0x004B28, "Member 'UABP_Player_C::AnimGraphNode_LinkedAnimGraph_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_6) == 0x004BE0, "Member 'UABP_Player_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LinkedAnimGraph_1) == 0x004C00, "Member 'UABP_Player_C::AnimGraphNode_LinkedAnimGraph_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_5) == 0x004CB8, "Member 'UABP_Player_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_TurnInPlaceSequencePlayer) == 0x004CD8, "Member 'UABP_Player_C::AnimGraphNode_TurnInPlaceSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_4) == 0x004D30, "Member 'UABP_Player_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LinkedAnimGraph) == 0x004D50, "Member 'UABP_Player_C::AnimGraphNode_LinkedAnimGraph' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_3) == 0x004E08, "Member 'UABP_Player_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ChooserSyncSequencePlayer) == 0x004E28, "Member 'UABP_Player_C::AnimGraphNode_ChooserSyncSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_2) == 0x004F68, "Member 'UABP_Player_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SequencePlayer) == 0x004F88, "Member 'UABP_Player_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult_1) == 0x004FD0, "Member 'UABP_Player_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_OffsetRootBone) == 0x004FF0, "Member 'UABP_Player_C::AnimGraphNode_OffsetRootBone' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByBool_1) == 0x0050F0, "Member 'UABP_Player_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendSpacePlayer_1) == 0x005140, "Member 'UABP_Player_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ApplyMeshSpaceAdditive_1) == 0x0051B0, "Member 'UABP_Player_C::AnimGraphNode_ApplyMeshSpaceAdditive_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ComponentToLocalSpace_9) == 0x005280, "Member 'UABP_Player_C::AnimGraphNode_ComponentToLocalSpace_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LocalToComponentSpace_9) == 0x0052A0, "Member 'UABP_Player_C::AnimGraphNode_LocalToComponentSpace_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_19) == 0x0052C0, "Member 'UABP_Player_C::AnimGraphNode_Steering_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_18) == 0x005470, "Member 'UABP_Player_C::AnimGraphNode_Steering_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ResetRoot_9) == 0x005620, "Member 'UABP_Player_C::AnimGraphNode_ResetRoot_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_OrientationWarping_9) == 0x005700, "Member 'UABP_Player_C::AnimGraphNode_OrientationWarping_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackInput_9) == 0x005960, "Member 'UABP_Player_C::AnimGraphNode_BlendStackInput_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackResult_9) == 0x005988, "Member 'UABP_Player_C::AnimGraphNode_BlendStackResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ComponentToLocalSpace_8) == 0x0059A8, "Member 'UABP_Player_C::AnimGraphNode_ComponentToLocalSpace_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LocalToComponentSpace_8) == 0x0059C8, "Member 'UABP_Player_C::AnimGraphNode_LocalToComponentSpace_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_17) == 0x0059F0, "Member 'UABP_Player_C::AnimGraphNode_Steering_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_16) == 0x005BA0, "Member 'UABP_Player_C::AnimGraphNode_Steering_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ResetRoot_8) == 0x005D50, "Member 'UABP_Player_C::AnimGraphNode_ResetRoot_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_OrientationWarping_8) == 0x005E30, "Member 'UABP_Player_C::AnimGraphNode_OrientationWarping_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackInput_8) == 0x006090, "Member 'UABP_Player_C::AnimGraphNode_BlendStackInput_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackResult_8) == 0x0060B8, "Member 'UABP_Player_C::AnimGraphNode_BlendStackResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ComponentToLocalSpace_7) == 0x0060D8, "Member 'UABP_Player_C::AnimGraphNode_ComponentToLocalSpace_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LocalToComponentSpace_7) == 0x0060F8, "Member 'UABP_Player_C::AnimGraphNode_LocalToComponentSpace_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_15) == 0x006120, "Member 'UABP_Player_C::AnimGraphNode_Steering_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_14) == 0x0062D0, "Member 'UABP_Player_C::AnimGraphNode_Steering_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ResetRoot_7) == 0x006480, "Member 'UABP_Player_C::AnimGraphNode_ResetRoot_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_OrientationWarping_7) == 0x006560, "Member 'UABP_Player_C::AnimGraphNode_OrientationWarping_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackInput_7) == 0x0067C0, "Member 'UABP_Player_C::AnimGraphNode_BlendStackInput_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackResult_7) == 0x0067E8, "Member 'UABP_Player_C::AnimGraphNode_BlendStackResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ComponentToLocalSpace_6) == 0x006808, "Member 'UABP_Player_C::AnimGraphNode_ComponentToLocalSpace_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LocalToComponentSpace_6) == 0x006828, "Member 'UABP_Player_C::AnimGraphNode_LocalToComponentSpace_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_13) == 0x006850, "Member 'UABP_Player_C::AnimGraphNode_Steering_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_12) == 0x006A00, "Member 'UABP_Player_C::AnimGraphNode_Steering_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ResetRoot_6) == 0x006BB0, "Member 'UABP_Player_C::AnimGraphNode_ResetRoot_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_OrientationWarping_6) == 0x006C90, "Member 'UABP_Player_C::AnimGraphNode_OrientationWarping_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackInput_6) == 0x006EF0, "Member 'UABP_Player_C::AnimGraphNode_BlendStackInput_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackResult_6) == 0x006F18, "Member 'UABP_Player_C::AnimGraphNode_BlendStackResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ComponentToLocalSpace_5) == 0x006F38, "Member 'UABP_Player_C::AnimGraphNode_ComponentToLocalSpace_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LocalToComponentSpace_5) == 0x006F58, "Member 'UABP_Player_C::AnimGraphNode_LocalToComponentSpace_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_11) == 0x006F80, "Member 'UABP_Player_C::AnimGraphNode_Steering_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_10) == 0x007130, "Member 'UABP_Player_C::AnimGraphNode_Steering_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ResetRoot_5) == 0x0072E0, "Member 'UABP_Player_C::AnimGraphNode_ResetRoot_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_OrientationWarping_5) == 0x0073C0, "Member 'UABP_Player_C::AnimGraphNode_OrientationWarping_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackInput_5) == 0x007620, "Member 'UABP_Player_C::AnimGraphNode_BlendStackInput_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackResult_5) == 0x007648, "Member 'UABP_Player_C::AnimGraphNode_BlendStackResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_MotionMatching_1) == 0x007670, "Member 'UABP_Player_C::AnimGraphNode_MotionMatching_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendSpacePlayer) == 0x007990, "Member 'UABP_Player_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x007A00, "Member 'UABP_Player_C::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ComponentToLocalSpace_4) == 0x007AD0, "Member 'UABP_Player_C::AnimGraphNode_ComponentToLocalSpace_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LocalToComponentSpace_4) == 0x007AF0, "Member 'UABP_Player_C::AnimGraphNode_LocalToComponentSpace_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_9) == 0x007B10, "Member 'UABP_Player_C::AnimGraphNode_Steering_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_8) == 0x007CC0, "Member 'UABP_Player_C::AnimGraphNode_Steering_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ResetRoot_4) == 0x007E70, "Member 'UABP_Player_C::AnimGraphNode_ResetRoot_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_OrientationWarping_4) == 0x007F50, "Member 'UABP_Player_C::AnimGraphNode_OrientationWarping_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackInput_4) == 0x0081B0, "Member 'UABP_Player_C::AnimGraphNode_BlendStackInput_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackResult_4) == 0x0081D8, "Member 'UABP_Player_C::AnimGraphNode_BlendStackResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ComponentToLocalSpace_3) == 0x0081F8, "Member 'UABP_Player_C::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LocalToComponentSpace_3) == 0x008218, "Member 'UABP_Player_C::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_7) == 0x008240, "Member 'UABP_Player_C::AnimGraphNode_Steering_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_6) == 0x0083F0, "Member 'UABP_Player_C::AnimGraphNode_Steering_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ResetRoot_3) == 0x0085A0, "Member 'UABP_Player_C::AnimGraphNode_ResetRoot_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_OrientationWarping_3) == 0x008680, "Member 'UABP_Player_C::AnimGraphNode_OrientationWarping_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackInput_3) == 0x0088E0, "Member 'UABP_Player_C::AnimGraphNode_BlendStackInput_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackResult_3) == 0x008908, "Member 'UABP_Player_C::AnimGraphNode_BlendStackResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x008928, "Member 'UABP_Player_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LocalToComponentSpace_2) == 0x008948, "Member 'UABP_Player_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_5) == 0x008970, "Member 'UABP_Player_C::AnimGraphNode_Steering_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_4) == 0x008B20, "Member 'UABP_Player_C::AnimGraphNode_Steering_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ResetRoot_2) == 0x008CD0, "Member 'UABP_Player_C::AnimGraphNode_ResetRoot_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_OrientationWarping_2) == 0x008DB0, "Member 'UABP_Player_C::AnimGraphNode_OrientationWarping_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackInput_2) == 0x009010, "Member 'UABP_Player_C::AnimGraphNode_BlendStackInput_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackResult_2) == 0x009038, "Member 'UABP_Player_C::AnimGraphNode_BlendStackResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x009058, "Member 'UABP_Player_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LocalToComponentSpace_1) == 0x009078, "Member 'UABP_Player_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_3) == 0x0090A0, "Member 'UABP_Player_C::AnimGraphNode_Steering_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_2) == 0x009250, "Member 'UABP_Player_C::AnimGraphNode_Steering_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ResetRoot_1) == 0x009400, "Member 'UABP_Player_C::AnimGraphNode_ResetRoot_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_OrientationWarping_1) == 0x0094E0, "Member 'UABP_Player_C::AnimGraphNode_OrientationWarping_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackInput_1) == 0x009740, "Member 'UABP_Player_C::AnimGraphNode_BlendStackInput_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackResult_1) == 0x009768, "Member 'UABP_Player_C::AnimGraphNode_BlendStackResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ComponentToLocalSpace) == 0x009788, "Member 'UABP_Player_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LocalToComponentSpace) == 0x0097A8, "Member 'UABP_Player_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering_1) == 0x0097D0, "Member 'UABP_Player_C::AnimGraphNode_Steering_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Steering) == 0x009980, "Member 'UABP_Player_C::AnimGraphNode_Steering' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_ResetRoot) == 0x009B30, "Member 'UABP_Player_C::AnimGraphNode_ResetRoot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_OrientationWarping) == 0x009C10, "Member 'UABP_Player_C::AnimGraphNode_OrientationWarping' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackInput) == 0x009E70, "Member 'UABP_Player_C::AnimGraphNode_BlendStackInput' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendStackResult) == 0x009E98, "Member 'UABP_Player_C::AnimGraphNode_BlendStackResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_MotionMatching) == 0x009EC0, "Member 'UABP_Player_C::AnimGraphNode_MotionMatching' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_StateResult) == 0x00A1E0, "Member 'UABP_Player_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_WalkableStateMachine) == 0x00A200, "Member 'UABP_Player_C::AnimGraphNode_WalkableStateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_Root) == 0x00A2D8, "Member 'UABP_Player_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_LayeredBoneBlend) == 0x00A2F8, "Member 'UABP_Player_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_BlendListByBool) == 0x00A3E0, "Member 'UABP_Player_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimGraphNode_SaveCachedPose) == 0x00A430, "Member 'UABP_Player_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_34) == 0x00A4B0, "Member 'UABP_Player_C::K2Node_PropertyAccess_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_33) == 0x00A4B8, "Member 'UABP_Player_C::K2Node_PropertyAccess_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_32) == 0x00A4BC, "Member 'UABP_Player_C::K2Node_PropertyAccess_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_31) == 0x00A4C0, "Member 'UABP_Player_C::K2Node_PropertyAccess_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_30) == 0x00A4D0, "Member 'UABP_Player_C::K2Node_PropertyAccess_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_29) == 0x00A4D8, "Member 'UABP_Player_C::K2Node_PropertyAccess_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_28) == 0x00A4F0, "Member 'UABP_Player_C::K2Node_PropertyAccess_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_27) == 0x00A550, "Member 'UABP_Player_C::K2Node_PropertyAccess_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_26) == 0x00A5B0, "Member 'UABP_Player_C::K2Node_PropertyAccess_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_25) == 0x00A5D0, "Member 'UABP_Player_C::K2Node_PropertyAccess_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_24) == 0x00A5E0, "Member 'UABP_Player_C::K2Node_PropertyAccess_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_22) == 0x00A5E8, "Member 'UABP_Player_C::K2Node_PropertyAccess_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_21) == 0x00A5F0, "Member 'UABP_Player_C::K2Node_PropertyAccess_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_20) == 0x00A5F8, "Member 'UABP_Player_C::K2Node_PropertyAccess_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_19) == 0x00A610, "Member 'UABP_Player_C::K2Node_PropertyAccess_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_18) == 0x00A628, "Member 'UABP_Player_C::K2Node_PropertyAccess_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_17) == 0x00A640, "Member 'UABP_Player_C::K2Node_PropertyAccess_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_16) == 0x00A644, "Member 'UABP_Player_C::K2Node_PropertyAccess_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_15) == 0x00A648, "Member 'UABP_Player_C::K2Node_PropertyAccess_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_14) == 0x00A64C, "Member 'UABP_Player_C::K2Node_PropertyAccess_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_13) == 0x00A650, "Member 'UABP_Player_C::K2Node_PropertyAccess_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_12) == 0x00A654, "Member 'UABP_Player_C::K2Node_PropertyAccess_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_11) == 0x00A655, "Member 'UABP_Player_C::K2Node_PropertyAccess_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_10) == 0x00A658, "Member 'UABP_Player_C::K2Node_PropertyAccess_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_9) == 0x00A65C, "Member 'UABP_Player_C::K2Node_PropertyAccess_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_8) == 0x00A660, "Member 'UABP_Player_C::K2Node_PropertyAccess_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_7) == 0x00A664, "Member 'UABP_Player_C::K2Node_PropertyAccess_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_6) == 0x00A668, "Member 'UABP_Player_C::K2Node_PropertyAccess_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_5) == 0x00A66C, "Member 'UABP_Player_C::K2Node_PropertyAccess_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_4) == 0x00A670, "Member 'UABP_Player_C::K2Node_PropertyAccess_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_3) == 0x00A674, "Member 'UABP_Player_C::K2Node_PropertyAccess_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_2) == 0x00A678, "Member 'UABP_Player_C::K2Node_PropertyAccess_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess_1) == 0x00A67C, "Member 'UABP_Player_C::K2Node_PropertyAccess_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, __CustomProperty_FootPhase_2A56E1FE45D32252394AA6834C08DC3C) == 0x00A680, "Member 'UABP_Player_C::__CustomProperty_FootPhase_2A56E1FE45D32252394AA6834C08DC3C' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, __CustomProperty_FallingFromStart_2A56E1FE45D32252394AA6834C08DC3C) == 0x00A688, "Member 'UABP_Player_C::__CustomProperty_FallingFromStart_2A56E1FE45D32252394AA6834C08DC3C' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, __CustomProperty_LocomotionMode_CODE_BOUND_2A56E1FE45D32252394AA6834C08DC3C) == 0x00A689, "Member 'UABP_Player_C::__CustomProperty_LocomotionMode_CODE_BOUND_2A56E1FE45D32252394AA6834C08DC3C' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, __CustomProperty_MovementSpeedState_CODE_BOUND_2A56E1FE45D32252394AA6834C08DC3C) == 0x00A68A, "Member 'UABP_Player_C::__CustomProperty_MovementSpeedState_CODE_BOUND_2A56E1FE45D32252394AA6834C08DC3C' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, __CustomProperty_LateralSpeed_CODE_BOUND_2A56E1FE45D32252394AA6834C08DC3C) == 0x00A690, "Member 'UABP_Player_C::__CustomProperty_LateralSpeed_CODE_BOUND_2A56E1FE45D32252394AA6834C08DC3C' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, __CustomProperty_VerticalSpeed_CODE_BOUND_2A56E1FE45D32252394AA6834C08DC3C) == 0x00A698, "Member 'UABP_Player_C::__CustomProperty_VerticalSpeed_CODE_BOUND_2A56E1FE45D32252394AA6834C08DC3C' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, __CustomProperty_IsFalling_CODE_BOUND_2A56E1FE45D32252394AA6834C08DC3C) == 0x00A6A0, "Member 'UABP_Player_C::__CustomProperty_IsFalling_CODE_BOUND_2A56E1FE45D32252394AA6834C08DC3C' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, K2Node_PropertyAccess) == 0x00A6A8, "Member 'UABP_Player_C::K2Node_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MotionDriverOverrideStops) == 0x00A6B0, "Member 'UABP_Player_C::MotionDriverOverrideStops' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MotionDriverOverrideStarts) == 0x00A6B8, "Member 'UABP_Player_C::MotionDriverOverrideStarts' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MotionDriverOverridePivots) == 0x00A6C0, "Member 'UABP_Player_C::MotionDriverOverridePivots' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, DistanceMatchSampleStops) == 0x00A6C8, "Member 'UABP_Player_C::DistanceMatchSampleStops' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, DistanceMatchSampleStarts) == 0x00A6C9, "Member 'UABP_Player_C::DistanceMatchSampleStarts' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, DistanceMatchSamplePivots) == 0x00A6CA, "Member 'UABP_Player_C::DistanceMatchSamplePivots' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, NOT_IMPLEMENTED_YET) == 0x00A6CB, "Member 'UABP_Player_C::NOT_IMPLEMENTED_YET' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, UseAnimDrivenRotation) == 0x00A6CC, "Member 'UABP_Player_C::UseAnimDrivenRotation' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimDrivenRotationYawDelta) == 0x00A6D0, "Member 'UABP_Player_C::AnimDrivenRotationYawDelta' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, CycleGait) == 0x00A6D8, "Member 'UABP_Player_C::CycleGait' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, WantedCycleGait) == 0x00A6D9, "Member 'UABP_Player_C::WantedCycleGait' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, StartTurnGait) == 0x00A6DA, "Member 'UABP_Player_C::StartTurnGait' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, StartStateUnsupportedGaitSwitch) == 0x00A6DB, "Member 'UABP_Player_C::StartStateUnsupportedGaitSwitch' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, StartStateLostInitialMovementIntent) == 0x00A6DC, "Member 'UABP_Player_C::StartStateLostInitialMovementIntent' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, StartStateToMotion) == 0x00A6DD, "Member 'UABP_Player_C::StartStateToMotion' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, StartStateToStop) == 0x00A6DE, "Member 'UABP_Player_C::StartStateToStop' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimNotifyState_TransitionToIdle) == 0x00A6DF, "Member 'UABP_Player_C::AnimNotifyState_TransitionToIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimNotifyState_TransitionToLocomotion) == 0x00A6E0, "Member 'UABP_Player_C::AnimNotifyState_TransitionToLocomotion' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimNotifyState_MovementGaitSwitch) == 0x00A6E1, "Member 'UABP_Player_C::AnimNotifyState_MovementGaitSwitch' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimNotifyState_LockRotation) == 0x00A6E2, "Member 'UABP_Player_C::AnimNotifyState_LockRotation' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimNotifyState_TransitionToStart) == 0x00A6E3, "Member 'UABP_Player_C::AnimNotifyState_TransitionToStart' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, IsRunningIntoWall) == 0x00A6E4, "Member 'UABP_Player_C::IsRunningIntoWall' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MaxLocomotionSpeed) == 0x00A6E8, "Member 'UABP_Player_C::MaxLocomotionSpeed' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MovementGaitCurve) == 0x00A6F0, "Member 'UABP_Player_C::MovementGaitCurve' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, ImpulseToJogWindow) == 0x00A6F8, "Member 'UABP_Player_C::ImpulseToJogWindow' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, DebugShowLocomotionGfx) == 0x00A700, "Member 'UABP_Player_C::DebugShowLocomotionGfx' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, FootPhase) == 0x00A708, "Member 'UABP_Player_C::FootPhase' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, FootPhaseSyncPos) == 0x00A710, "Member 'UABP_Player_C::FootPhaseSyncPos' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MovementSpeedProfile) == 0x00A724, "Member 'UABP_Player_C::MovementSpeedProfile' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, CharacterAnimCurveValues) == 0x00A72C, "Member 'UABP_Player_C::CharacterAnimCurveValues' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, IKFootPinningSettings) == 0x00A740, "Member 'UABP_Player_C::IKFootPinningSettings' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, UseIKFootPinning) == 0x00A790, "Member 'UABP_Player_C::UseIKFootPinning' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, DebugGfxShowIKFootPinning) == 0x00A791, "Member 'UABP_Player_C::DebugGfxShowIKFootPinning' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, IKFootPinning) == 0x00A798, "Member 'UABP_Player_C::IKFootPinning' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, IdleStateMovementIntent) == 0x00A7D8, "Member 'UABP_Player_C::IdleStateMovementIntent' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, CycleStateToStop) == 0x00A7D9, "Member 'UABP_Player_C::CycleStateToStop' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AdditiveLeanAngle) == 0x00A7E0, "Member 'UABP_Player_C::AdditiveLeanAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, StopStateInterruptSettle) == 0x00A7E8, "Member 'UABP_Player_C::StopStateInterruptSettle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, StopStateToStart) == 0x00A7E9, "Member 'UABP_Player_C::StopStateToStart' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, StopStateToCycle) == 0x00A7EA, "Member 'UABP_Player_C::StopStateToCycle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TurnInPlaceTriggerAngle) == 0x00A7F0, "Member 'UABP_Player_C::TurnInPlaceTriggerAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TransitionRuleCache_PivotSourcesToPivotState) == 0x00A7F8, "Member 'UABP_Player_C::TransitionRuleCache_PivotSourcesToPivotState' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, StartPivotGait) == 0x00A7F9, "Member 'UABP_Player_C::StartPivotGait' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, PivotStateToMotion) == 0x00A7FA, "Member 'UABP_Player_C::PivotStateToMotion' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, PivotStateToStop) == 0x00A7FB, "Member 'UABP_Player_C::PivotStateToStop' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, LandingStillToLoco) == 0x00A7FC, "Member 'UABP_Player_C::LandingStillToLoco' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, LandingToLoco) == 0x00A7FD, "Member 'UABP_Player_C::LandingToLoco' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, LandingToStop) == 0x00A7FE, "Member 'UABP_Player_C::LandingToStop' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, LandingHadSpeed) == 0x00A7FF, "Member 'UABP_Player_C::LandingHadSpeed' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, LandingMovementSpeedState) == 0x00A800, "Member 'UABP_Player_C::LandingMovementSpeedState' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, bIsClimbingLadder) == 0x00A801, "Member 'UABP_Player_C::bIsClimbingLadder' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, InAirMovementSpeedState) == 0x00A802, "Member 'UABP_Player_C::InAirMovementSpeedState' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, InAirFallingFromStart) == 0x00A803, "Member 'UABP_Player_C::InAirFallingFromStart' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, LandedLeftFoot) == 0x00A804, "Member 'UABP_Player_C::LandedLeftFoot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, BP_UE4_Player_Character) == 0x00A808, "Member 'UABP_Player_C::BP_UE4_Player_Character' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, E_MM_SpeedState) == 0x00A810, "Member 'UABP_Player_C::E_MM_SpeedState' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MovementSpeedProfileCombatMelee) == 0x00A814, "Member 'UABP_Player_C::MovementSpeedProfileCombatMelee' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_WorldLocation) == 0x00A820, "Member 'UABP_Player_C::MM_WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_DisplacementSpeed) == 0x00A838, "Member 'UABP_Player_C::MM_DisplacementSpeed' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_Interrupt_Mode) == 0x00A840, "Member 'UABP_Player_C::MM_Interrupt_Mode' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_TrajectoryGenerationData_Moving) == 0x00A848, "Member 'UABP_Player_C::MM_TrajectoryGenerationData_Moving' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_Trajectory) == 0x00A970, "Member 'UABP_Player_C::MM_Trajectory' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_PreviousDesiredControllerYaw) == 0x00A980, "Member 'UABP_Player_C::MM_PreviousDesiredControllerYaw' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_DebugExtraStuff) == 0x00A984, "Member 'UABP_Player_C::MM_DebugExtraStuff' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_LegIKAlpha) == 0x00A988, "Member 'UABP_Player_C::MM_LegIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MovementSpeedProfileDefault) == 0x00A990, "Member 'UABP_Player_C::MovementSpeedProfileDefault' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MovementSpeedProfileCrouch) == 0x00A998, "Member 'UABP_Player_C::MovementSpeedProfileCrouch' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_LookInCameraDir) == 0x00A9A0, "Member 'UABP_Player_C::MM_LookInCameraDir' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_LookInCameraDirAlpha) == 0x00A9B8, "Member 'UABP_Player_C::MM_LookInCameraDirAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TurnInPlaceLocalTargetAngle) == 0x00A9C0, "Member 'UABP_Player_C::TurnInPlaceLocalTargetAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TurnInPlaceForceReselect) == 0x00A9C8, "Member 'UABP_Player_C::TurnInPlaceForceReselect' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TurnInPlaceWorldTargetDir) == 0x00A9D0, "Member 'UABP_Player_C::TurnInPlaceWorldTargetDir' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, IdleStateToTurnInPlace) == 0x00A9E8, "Member 'UABP_Player_C::IdleStateToTurnInPlace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TurnInPlaceToStart) == 0x00A9E9, "Member 'UABP_Player_C::TurnInPlaceToStart' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MovementSpeedProfileCombatRanged) == 0x00A9EC, "Member 'UABP_Player_C::MovementSpeedProfileCombatRanged' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_TrajectoryGenerationData_Idle) == 0x00A9F8, "Member 'UABP_Player_C::MM_TrajectoryGenerationData_Idle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_Future_Velocity) == 0x00AB20, "Member 'UABP_Player_C::MM_Future_Velocity' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, E_MM_MovementState) == 0x00AB38, "Member 'UABP_Player_C::E_MM_MovementState' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, E_MM_MovementState_LastFrame) == 0x00AB39, "Member 'UABP_Player_C::E_MM_MovementState_LastFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, E_MM_SpeedState_LastFrame) == 0x00AB3A, "Member 'UABP_Player_C::E_MM_SpeedState_LastFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, E_MM_Stance) == 0x00AB3B, "Member 'UABP_Player_C::E_MM_Stance' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, E_MM_Stance_LastFrame) == 0x00AB3C, "Member 'UABP_Player_C::E_MM_Stance_LastFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, E_MM_Gait) == 0x00AB3D, "Member 'UABP_Player_C::E_MM_Gait' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, E_MM_Gait_LastFrame) == 0x00AB3E, "Member 'UABP_Player_C::E_MM_Gait_LastFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, E_MM_MovementMode) == 0x00AB3F, "Member 'UABP_Player_C::E_MM_MovementMode' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, E_MM_MovementMode_LastFrame) == 0x00AB40, "Member 'UABP_Player_C::E_MM_MovementMode_LastFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_Current_Database_Tags) == 0x00AB48, "Member 'UABP_Player_C::MM_Current_Database_Tags' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_CharacterTransform) == 0x00AB60, "Member 'UABP_Player_C::MM_CharacterTransform' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_OffsetRootBoneEnabled) == 0x00ABC0, "Member 'UABP_Player_C::MM_OffsetRootBoneEnabled' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_RootTransform) == 0x00ABD0, "Member 'UABP_Player_C::MM_RootTransform' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_Acceleration) == 0x00AC30, "Member 'UABP_Player_C::MM_Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_AccelerationAmount) == 0x00AC48, "Member 'UABP_Player_C::MM_AccelerationAmount' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_HasAcceleration) == 0x00AC50, "Member 'UABP_Player_C::MM_HasAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_Velocity_LastFrame) == 0x00AC58, "Member 'UABP_Player_C::MM_Velocity_LastFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_HasVelocity) == 0x00AC70, "Member 'UABP_Player_C::MM_HasVelocity' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_VelocityAcceleration) == 0x00AC78, "Member 'UABP_Player_C::MM_VelocityAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_LastNonZeroVelocity) == 0x00AC90, "Member 'UABP_Player_C::MM_LastNonZeroVelocity' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_CurrentSelectedDatabase) == 0x00ACA8, "Member 'UABP_Player_C::MM_CurrentSelectedDatabase' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_OrientationWarpingAlpha) == 0x00ACB0, "Member 'UABP_Player_C::MM_OrientationWarpingAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_TrajectoryCollision) == 0x00ACB4, "Member 'UABP_Player_C::MM_TrajectoryCollision' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_RotationMode) == 0x00ACBC, "Member 'UABP_Player_C::MM_RotationMode' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_RotationMode_LastFrame) == 0x00ACBD, "Member 'UABP_Player_C::MM_RotationMode_LastFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_GetDesiredFacing_Cache) == 0x00ACC0, "Member 'UABP_Player_C::MM_GetDesiredFacing_Cache' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_DataBasesContains_TurnInPlace) == 0x00ACE0, "Member 'UABP_Player_C::MM_DataBasesContains_TurnInPlace' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_CurrentBlendStackAnimAsset) == 0x00ACE8, "Member 'UABP_Player_C::MM_CurrentBlendStackAnimAsset' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_CurrentBlendStackAnimAssetTime) == 0x00ACF0, "Member 'UABP_Player_C::MM_CurrentBlendStackAnimAssetTime' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MMLoco_BlendStackAnim) == 0x00ACF8, "Member 'UABP_Player_C::MMLoco_BlendStackAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MMLoco_OrientationWarning) == 0x00AD00, "Member 'UABP_Player_C::MMLoco_OrientationWarning' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MMLoco_BlendStackAnimTime) == 0x00AD08, "Member 'UABP_Player_C::MMLoco_BlendStackAnimTime' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_AdditiveLeanAlpha) == 0x00AD10, "Member 'UABP_Player_C::MM_AdditiveLeanAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MovementSpeedProfileCombatMeleeMM) == 0x00AD18, "Member 'UABP_Player_C::MovementSpeedProfileCombatMeleeMM' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MovementSpeedProfileDefaultMM) == 0x00AD20, "Member 'UABP_Player_C::MovementSpeedProfileDefaultMM' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MovementSpeedProfileCrouchMM) == 0x00AD28, "Member 'UABP_Player_C::MovementSpeedProfileCrouchMM' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MovementSpeedProfileCombatRangedMM) == 0x00AD30, "Member 'UABP_Player_C::MovementSpeedProfileCombatRangedMM' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, UseLocoChooserMotionMatching) == 0x00AD38, "Member 'UABP_Player_C::UseLocoChooserMotionMatching' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, StopStateToIdle) == 0x00AD39, "Member 'UABP_Player_C::StopStateToIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, IsMotionMatching) == 0x00AD3A, "Member 'UABP_Player_C::IsMotionMatching' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, IsInDefaultLocomotion) == 0x00AD3B, "Member 'UABP_Player_C::IsInDefaultLocomotion' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, USEMMLOCO) == 0x00AD3C, "Member 'UABP_Player_C::USEMMLOCO' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, WorldDeltaSeconds) == 0x00AD40, "Member 'UABP_Player_C::WorldDeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TurnInPlaceToIdleState) == 0x00AD48, "Member 'UABP_Player_C::TurnInPlaceToIdleState' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimNotifyState_UsingSmartObjectSlot) == 0x00AD49, "Member 'UABP_Player_C::AnimNotifyState_UsingSmartObjectSlot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_TightTurningTurningCounter) == 0x00AD4C, "Member 'UABP_Player_C::MM_TightTurningTurningCounter' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_IsTightTurning) == 0x00AD50, "Member 'UABP_Player_C::MM_IsTightTurning' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_LastFrameYaw) == 0x00AD58, "Member 'UABP_Player_C::MM_LastFrameYaw' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_CurrentYaw) == 0x00AD60, "Member 'UABP_Player_C::MM_CurrentYaw' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_LastFrameTurnRate) == 0x00AD68, "Member 'UABP_Player_C::MM_LastFrameTurnRate' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_CurrentFrameTurnRate) == 0x00AD70, "Member 'UABP_Player_C::MM_CurrentFrameTurnRate' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MM_TightTurningLastFrame) == 0x00AD78, "Member 'UABP_Player_C::MM_TightTurningLastFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, FootIKAlpha) == 0x00AD80, "Member 'UABP_Player_C::FootIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TurnInPlaceData) == 0x00AD88, "Member 'UABP_Player_C::TurnInPlaceData' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, DEBUG_FOOTPINNING) == 0x00AD98, "Member 'UABP_Player_C::DEBUG_FOOTPINNING' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, bWantsUpperBodyOverride) == 0x00AD99, "Member 'UABP_Player_C::bWantsUpperBodyOverride' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, bDoUpperBodyGesture) == 0x00AD9A, "Member 'UABP_Player_C::bDoUpperBodyGesture' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, ReactionTime) == 0x00ADA0, "Member 'UABP_Player_C::ReactionTime' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, bIsInUpperBodyGesture) == 0x00ADA8, "Member 'UABP_Player_C::bIsInUpperBodyGesture' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, bIsWieldingGun) == 0x00ADA9, "Member 'UABP_Player_C::bIsWieldingGun' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, EUpperBodyFilterMode) == 0x00ADAA, "Member 'UABP_Player_C::EUpperBodyFilterMode' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AdditiveAlpha) == 0x00ADB0, "Member 'UABP_Player_C::AdditiveAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, Fired_Weapon_This_Frame) == 0x00ADB8, "Member 'UABP_Player_C::Fired_Weapon_This_Frame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, WeaponUnequipAlpha) == 0x00ADC0, "Member 'UABP_Player_C::WeaponUnequipAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, StartTimeEquip) == 0x00ADC8, "Member 'UABP_Player_C::StartTimeEquip' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, StartTimeUnequip) == 0x00ADD0, "Member 'UABP_Player_C::StartTimeUnequip' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TimeRemainingFractionEquip) == 0x00ADD8, "Member 'UABP_Player_C::TimeRemainingFractionEquip' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TimeRemainingFractionUnequip) == 0x00ADDC, "Member 'UABP_Player_C::TimeRemainingFractionUnequip' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, ReceivedGestureGameplayTag) == 0x00ADE0, "Member 'UABP_Player_C::ReceivedGestureGameplayTag' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, BarkGameplayTagState) == 0x00AE00, "Member 'UABP_Player_C::BarkGameplayTagState' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, bInterruptLayerTransition) == 0x00AE20, "Member 'UABP_Player_C::bInterruptLayerTransition' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TimeInLayerTransition) == 0x00AE28, "Member 'UABP_Player_C::TimeInLayerTransition' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, bInterruptLayerTransition_Switch) == 0x00AE30, "Member 'UABP_Player_C::bInterruptLayerTransition_Switch' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TimeRemainingFractionSwitch) == 0x00AE34, "Member 'UABP_Player_C::TimeRemainingFractionSwitch' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, EnteredSwitchDesiredRanged) == 0x00AE38, "Member 'UABP_Player_C::EnteredSwitchDesiredRanged' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, SkipLayerTransition) == 0x00AE39, "Member 'UABP_Player_C::SkipLayerTransition' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, As_CJCharacter) == 0x00AE40, "Member 'UABP_Player_C::As_CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, Traversal_Depth_Value) == 0x00AE48, "Member 'UABP_Player_C::Traversal_Depth_Value' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, Traversal_Height_Value) == 0x00AE4C, "Member 'UABP_Player_C::Traversal_Height_Value' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TraversalSpeedState) == 0x00AE50, "Member 'UABP_Player_C::TraversalSpeedState' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, WantsTraversal) == 0x00AE58, "Member 'UABP_Player_C::WantsTraversal' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, bWantsMeleeWeapon) == 0x00AE59, "Member 'UABP_Player_C::bWantsMeleeWeapon' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TraversalWantLanding) == 0x00AE5A, "Member 'UABP_Player_C::TraversalWantLanding' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, ClimbUp) == 0x00AE5B, "Member 'UABP_Player_C::ClimbUp' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, Height_Obstacle_Type) == 0x00AE5C, "Member 'UABP_Player_C::Height_Obstacle_Type' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, Vault_Over) == 0x00AE5D, "Member 'UABP_Player_C::Vault_Over' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, Depth_Obstacle_Type) == 0x00AE5E, "Member 'UABP_Player_C::Depth_Obstacle_Type' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, AnimNotifyState_EndOfTraversal) == 0x00AE5F, "Member 'UABP_Player_C::AnimNotifyState_EndOfTraversal' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, EndTraversalPassThrough) == 0x00AE60, "Member 'UABP_Player_C::EndTraversalPassThrough' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, WieldableTag) == 0x00AE68, "Member 'UABP_Player_C::WieldableTag' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MeleeWeaponPoseOverlay) == 0x00AE88, "Member 'UABP_Player_C::MeleeWeaponPoseOverlay' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, MotionMatchingPlayRate) == 0x00AE8C, "Member 'UABP_Player_C::MotionMatchingPlayRate' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, Debug_Use_Root_Offset) == 0x00AE94, "Member 'UABP_Player_C::Debug_Use_Root_Offset' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, bDebugUseRootOffset) == 0x00AE95, "Member 'UABP_Player_C::bDebugUseRootOffset' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, WantsFootIK) == 0x00AE96, "Member 'UABP_Player_C::WantsFootIK' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TrajectoryPivotResult) == 0x00AE98, "Member 'UABP_Player_C::TrajectoryPivotResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, TrajectoryRotationSide) == 0x00AEA0, "Member 'UABP_Player_C::TrajectoryRotationSide' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, FootPlacementTraceRuntime) == 0x00AEA8, "Member 'UABP_Player_C::FootPlacementTraceRuntime' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, WantHighFallToCycle) == 0x00AEC0, "Member 'UABP_Player_C::WantHighFallToCycle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, WantHighFallToIdle) == 0x00AEC1, "Member 'UABP_Player_C::WantHighFallToIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_Player_C, WantDeath) == 0x00AEC2, "Member 'UABP_Player_C::WantDeath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_SideRam_C_BlueprintEnterTransition \ +static_assert(alignof(CJCM_SideRam_C_BlueprintEnterTransition) == 0x000008, "Wrong alignment on CJCM_SideRam_C_BlueprintEnterTransition"); \ +static_assert(sizeof(CJCM_SideRam_C_BlueprintEnterTransition) == 0x0000D0, "Wrong size on CJCM_SideRam_C_BlueprintEnterTransition"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintEnterTransition, InCameraContext) == 0x000000, "Member 'CJCM_SideRam_C_BlueprintEnterTransition::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintEnterTransition, OutCameraContext) == 0x000068, "Member 'CJCM_SideRam_C_BlueprintEnterTransition::OutCameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_SideRam_C_BlueprintExitCamera \ +static_assert(alignof(CJCM_SideRam_C_BlueprintExitCamera) == 0x000008, "Wrong alignment on CJCM_SideRam_C_BlueprintExitCamera"); \ +static_assert(sizeof(CJCM_SideRam_C_BlueprintExitCamera) == 0x0000D0, "Wrong size on CJCM_SideRam_C_BlueprintExitCamera"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintExitCamera, InCameraContext) == 0x000000, "Member 'CJCM_SideRam_C_BlueprintExitCamera::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintExitCamera, OutCameraContext) == 0x000068, "Member 'CJCM_SideRam_C_BlueprintExitCamera::OutCameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_SideRam_C_BlueprintModifyCamera \ +static_assert(alignof(CJCM_SideRam_C_BlueprintModifyCamera) == 0x000008, "Wrong alignment on CJCM_SideRam_C_BlueprintModifyCamera"); \ +static_assert(sizeof(CJCM_SideRam_C_BlueprintModifyCamera) == 0x000188, "Wrong size on CJCM_SideRam_C_BlueprintModifyCamera"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, InCameraContext) == 0x000000, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, OutCameraContext) == 0x000068, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::OutCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_BreakVector_X) == 0x0000D8, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_BreakVector_Y) == 0x0000E0, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_BreakVector_Z) == 0x0000E8, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue) == 0x0000F0, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_FInterpTo_ReturnValue) == 0x0000F8, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_FInterpTo_ReturnValue_1) == 0x000100, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000108, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_1) == 0x000110, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_FInterpTo_Constant_ReturnValue) == 0x000118, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000120, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_Lerp_ReturnValue) == 0x000128, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_Abs_ReturnValue) == 0x000130, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000138, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000140, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_Abs_ReturnValue_1) == 0x000148, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000150, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_MakeVector_ReturnValue) == 0x000158, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_FInterpTo_Constant_DeltaTime_ImplicitCast) == 0x000170, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_FInterpTo_Constant_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_FInterpTo_DeltaTime_ImplicitCast) == 0x000178, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_FInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_BlueprintModifyCamera, CallFunc_FInterpTo_DeltaTime_ImplicitCast_1) == 0x000180, "Member 'CJCM_SideRam_C_BlueprintModifyCamera::CallFunc_FInterpTo_DeltaTime_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_SideRam_C_F_GetDirectionAndActive \ +static_assert(alignof(CJCM_SideRam_C_F_GetDirectionAndActive) == 0x000008, "Wrong alignment on CJCM_SideRam_C_F_GetDirectionAndActive"); \ +static_assert(sizeof(CJCM_SideRam_C_F_GetDirectionAndActive) == 0x000038, "Wrong size on CJCM_SideRam_C_F_GetDirectionAndActive"); \ +static_assert(offsetof(CJCM_SideRam_C_F_GetDirectionAndActive, CallFunc_GetPlayingInstance_ReturnValue) == 0x000000, "Member 'CJCM_SideRam_C_F_GetDirectionAndActive::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_F_GetDirectionAndActive, CallFunc_GetVehicle_ReturnValue) == 0x000008, "Member 'CJCM_SideRam_C_F_GetDirectionAndActive::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_F_GetDirectionAndActive, CallFunc_IsPlayerControlled_ReturnValue) == 0x000010, "Member 'CJCM_SideRam_C_F_GetDirectionAndActive::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_F_GetDirectionAndActive, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'CJCM_SideRam_C_F_GetDirectionAndActive::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_F_GetDirectionAndActive, K2Node_DynamicCast_AsVehicle_Side_Ram_Ability_Component) == 0x000018, "Member 'CJCM_SideRam_C_F_GetDirectionAndActive::K2Node_DynamicCast_AsVehicle_Side_Ram_Ability_Component' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_F_GetDirectionAndActive, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'CJCM_SideRam_C_F_GetDirectionAndActive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_F_GetDirectionAndActive, CallFunc_IsAbilityActive_ReturnValue) == 0x000021, "Member 'CJCM_SideRam_C_F_GetDirectionAndActive::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_F_GetDirectionAndActive, CallFunc_GetAbilityDirection_ReturnValue) == 0x000024, "Member 'CJCM_SideRam_C_F_GetDirectionAndActive::CallFunc_GetAbilityDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_F_GetDirectionAndActive, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'CJCM_SideRam_C_F_GetDirectionAndActive::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_SideRam_C_F_GetDirectionAndActive, K2Node_VariableSet_Direction_ImplicitCast) == 0x000030, "Member 'CJCM_SideRam_C_F_GetDirectionAndActive::K2Node_VariableSet_Direction_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_SideRam_C \ +static_assert(alignof(UCJCM_SideRam_C) == 0x000008, "Wrong alignment on UCJCM_SideRam_C"); \ +static_assert(sizeof(UCJCM_SideRam_C) == 0x0000A8, "Wrong size on UCJCM_SideRam_C"); \ +static_assert(offsetof(UCJCM_SideRam_C, Bypass) == 0x000030, "Member 'UCJCM_SideRam_C::Bypass' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_SideRam_C, InterpSpeed__IN_) == 0x000038, "Member 'UCJCM_SideRam_C::InterpSpeed__IN_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_SideRam_C, InterpSpeed__OUT_) == 0x000040, "Member 'UCJCM_SideRam_C::InterpSpeed__OUT_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_SideRam_C, ActiveAbility) == 0x000048, "Member 'UCJCM_SideRam_C::ActiveAbility' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_SideRam_C, Direction) == 0x000050, "Member 'UCJCM_SideRam_C::Direction' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_SideRam_C, CurrentSocketDistanceAlpha) == 0x000058, "Member 'UCJCM_SideRam_C::CurrentSocketDistanceAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_SideRam_C, CurrentSocketDistance) == 0x000060, "Member 'UCJCM_SideRam_C::CurrentSocketDistance' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_SideRam_C, CurrentSocketOffset) == 0x000068, "Member 'UCJCM_SideRam_C::CurrentSocketOffset' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_SideRam_C, Delta_Time) == 0x000080, "Member 'UCJCM_SideRam_C::Delta_Time' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_SideRam_C, SocketDistance) == 0x000088, "Member 'UCJCM_SideRam_C::SocketDistance' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_SideRam_C, X_Socket_Multiplier) == 0x000090, "Member 'UCJCM_SideRam_C::X_Socket_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_SideRam_C, Z_Socket_Multiplier) == 0x000098, "Member 'UCJCM_SideRam_C::Z_Socket_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_SideRam_C, Y_Socket_Multiplier) == 0x0000A0, "Member 'UCJCM_SideRam_C::Y_Socket_Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Skill_DealDamageMultiplier_C_GetDealDamageMultiplier \ +static_assert(alignof(BPI_Skill_DealDamageMultiplier_C_GetDealDamageMultiplier) == 0x000008, "Wrong alignment on BPI_Skill_DealDamageMultiplier_C_GetDealDamageMultiplier"); \ +static_assert(sizeof(BPI_Skill_DealDamageMultiplier_C_GetDealDamageMultiplier) == 0x000050, "Wrong size on BPI_Skill_DealDamageMultiplier_C_GetDealDamageMultiplier"); \ +static_assert(offsetof(BPI_Skill_DealDamageMultiplier_C_GetDealDamageMultiplier, Damage) == 0x000000, "Member 'BPI_Skill_DealDamageMultiplier_C_GetDealDamageMultiplier::Damage' has a wrong offset!"); \ +static_assert(offsetof(BPI_Skill_DealDamageMultiplier_C_GetDealDamageMultiplier, HealthDamageMultiplier) == 0x000040, "Member 'BPI_Skill_DealDamageMultiplier_C_GetDealDamageMultiplier::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BPI_Skill_DealDamageMultiplier_C_GetDealDamageMultiplier, PostureDamageMultiplier) == 0x000048, "Member 'BPI_Skill_DealDamageMultiplier_C_GetDealDamageMultiplier::PostureDamageMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_Skill_DealDamageMultiplier_C \ +static_assert(alignof(IBPI_Skill_DealDamageMultiplier_C) == 0x000001, "Wrong alignment on IBPI_Skill_DealDamageMultiplier_C"); \ +static_assert(sizeof(IBPI_Skill_DealDamageMultiplier_C) == 0x000001, "Wrong size on IBPI_Skill_DealDamageMultiplier_C"); \ + +#define DUMPER7_ASSERTS_BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo \ +static_assert(alignof(BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo) == 0x000008, "Wrong alignment on BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo"); \ +static_assert(sizeof(BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo) == 0x000080, "Wrong size on BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo, To) == 0x000000, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo::To' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo, From) == 0x000018, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo::From' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo, __WorldContext) == 0x000030, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo, ReturnValue) == 0x000038, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000050, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo, CallFunc_Normal_ReturnValue) == 0x000068, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetDirectionTo::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor \ +static_assert(alignof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor) == 0x000008, "Wrong alignment on BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor"); \ +static_assert(sizeof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor) == 0x000040, "Wrong size on BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor, Actor) == 0x000000, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor, __WorldContext) == 0x000008, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor, AsNPCVoice_Identifier_Asset) == 0x000010, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor::AsNPCVoice_Identifier_Asset' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor, K2Node_DynamicCast_AsCJCharacter) == 0x000018, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor, CallFunc_GetObjectFromPrimaryAssetId_ReturnValue) == 0x000028, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor::CallFunc_GetObjectFromPrimaryAssetId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor, K2Node_DynamicCast_AsNPCVoice_Identifier_Asset) == 0x000030, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor::K2Node_DynamicCast_AsNPCVoice_Identifier_Asset' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromActor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle \ +static_assert(alignof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle) == 0x000008, "Wrong alignment on BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle"); \ +static_assert(sizeof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle) == 0x000040, "Wrong size on BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle, Vehicle) == 0x000000, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle, __WorldContext) == 0x000008, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle, AsNPCVoice_Identifier_Asset) == 0x000010, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle::AsNPCVoice_Identifier_Asset' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle, CallFunc_GetVehicleVoiceId_ReturnValue) == 0x000018, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle::CallFunc_GetVehicleVoiceId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle, CallFunc_GetObjectFromPrimaryAssetId_ReturnValue) == 0x000028, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle::CallFunc_GetObjectFromPrimaryAssetId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle, K2Node_DynamicCast_AsNPCVoice_Identifier_Asset) == 0x000030, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle::K2Node_DynamicCast_AsNPCVoice_Identifier_Asset' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BPFL_CJ_Blueprint_Function_Library_C_GetVoiceFromVehicle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_CJ_Blueprint_Function_Library_C_HideComponent \ +static_assert(alignof(BPFL_CJ_Blueprint_Function_Library_C_HideComponent) == 0x000008, "Wrong alignment on BPFL_CJ_Blueprint_Function_Library_C_HideComponent"); \ +static_assert(sizeof(BPFL_CJ_Blueprint_Function_Library_C_HideComponent) == 0x000010, "Wrong size on BPFL_CJ_Blueprint_Function_Library_C_HideComponent"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_HideComponent, ComponentToHide) == 0x000000, "Member 'BPFL_CJ_Blueprint_Function_Library_C_HideComponent::ComponentToHide' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C_HideComponent, __WorldContext) == 0x000008, "Member 'BPFL_CJ_Blueprint_Function_Library_C_HideComponent::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_CJ_Blueprint_Function_Library_C___Get_CJ_PlayerCharacter__OLD_ \ +static_assert(alignof(BPFL_CJ_Blueprint_Function_Library_C___Get_CJ_PlayerCharacter__OLD_) == 0x000008, "Wrong alignment on BPFL_CJ_Blueprint_Function_Library_C___Get_CJ_PlayerCharacter__OLD_"); \ +static_assert(sizeof(BPFL_CJ_Blueprint_Function_Library_C___Get_CJ_PlayerCharacter__OLD_) == 0x000018, "Wrong size on BPFL_CJ_Blueprint_Function_Library_C___Get_CJ_PlayerCharacter__OLD_"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C___Get_CJ_PlayerCharacter__OLD_, __WorldContext) == 0x000000, "Member 'BPFL_CJ_Blueprint_Function_Library_C___Get_CJ_PlayerCharacter__OLD_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C___Get_CJ_PlayerCharacter__OLD_, PlayerCharacter) == 0x000008, "Member 'BPFL_CJ_Blueprint_Function_Library_C___Get_CJ_PlayerCharacter__OLD_::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BPFL_CJ_Blueprint_Function_Library_C___Get_CJ_PlayerCharacter__OLD_, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BPFL_CJ_Blueprint_Function_Library_C___Get_CJ_PlayerCharacter__OLD_::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_CJ_Blueprint_Function_Library_C \ +static_assert(alignof(UBPFL_CJ_Blueprint_Function_Library_C) == 0x000008, "Wrong alignment on UBPFL_CJ_Blueprint_Function_Library_C"); \ +static_assert(sizeof(UBPFL_CJ_Blueprint_Function_Library_C) == 0x000028, "Wrong size on UBPFL_CJ_Blueprint_Function_Library_C"); \ + +#define DUMPER7_ASSERTS_CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera \ +static_assert(alignof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera) == 0x000008, "Wrong alignment on CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera"); \ +static_assert(sizeof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera) == 0x000160, "Wrong size on CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, InCameraContext) == 0x000000, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, OutCameraContext) == 0x000068, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::OutCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_BreakVector_X) == 0x0000D0, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_BreakVector_Y) == 0x0000D8, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_BreakVector_Z) == 0x0000E0, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_FInterpTo_ReturnValue) == 0x0000E8, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_FInterpTo_ReturnValue_1) == 0x0000F0, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000F8, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_GetPlayingInstance_ReturnValue) == 0x000100, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_Lerp_ReturnValue) == 0x000108, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_GetVehicle_ReturnValue) == 0x000110, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_MakeVector_ReturnValue) == 0x000118, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_IsValid_ReturnValue) == 0x000130, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_IsVehicleFlippedOver_ReturnValue) == 0x000131, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_IsVehicleFlippedOver_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_IsPlayerControlled_ReturnValue) == 0x000132, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_BooleanAND_ReturnValue) == 0x000133, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue) == 0x000138, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_Not_PreBool_ReturnValue) == 0x000140, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_FInterpTo_DeltaTime_ImplicitCast) == 0x000148, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_FInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_FInterpTo_DeltaTime_ImplicitCast_1) == 0x000150, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_FInterpTo_DeltaTime_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera, CallFunc_IsVehicleFlippedOver_RollThreshold_ImplicitCast) == 0x000158, "Member 'CJCM_Rooftop_Framing_Adjustment_C_BlueprintModifyCamera::CallFunc_IsVehicleFlippedOver_RollThreshold_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_Rooftop_Framing_Adjustment_C \ +static_assert(alignof(UCJCM_Rooftop_Framing_Adjustment_C) == 0x000008, "Wrong alignment on UCJCM_Rooftop_Framing_Adjustment_C"); \ +static_assert(sizeof(UCJCM_Rooftop_Framing_Adjustment_C) == 0x000060, "Wrong size on UCJCM_Rooftop_Framing_Adjustment_C"); \ +static_assert(offsetof(UCJCM_Rooftop_Framing_Adjustment_C, Delta_Time) == 0x000030, "Member 'UCJCM_Rooftop_Framing_Adjustment_C::Delta_Time' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Rooftop_Framing_Adjustment_C, CurrentSocketAlpha) == 0x000038, "Member 'UCJCM_Rooftop_Framing_Adjustment_C::CurrentSocketAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Rooftop_Framing_Adjustment_C, RollThreshold) == 0x000040, "Member 'UCJCM_Rooftop_Framing_Adjustment_C::RollThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Rooftop_Framing_Adjustment_C, SocketOffset_Z) == 0x000048, "Member 'UCJCM_Rooftop_Framing_Adjustment_C::SocketOffset_Z' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Rooftop_Framing_Adjustment_C, InterpSpeed__IN_) == 0x000050, "Member 'UCJCM_Rooftop_Framing_Adjustment_C::InterpSpeed__IN_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_Rooftop_Framing_Adjustment_C, InterpSpeed__OUT_) == 0x000058, "Member 'UCJCM_Rooftop_Framing_Adjustment_C::InterpSpeed__OUT_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_Front_Right_Exiting_Layer \ +static_assert(alignof(ALI_CarDoors_C_Front_Right_Exiting_Layer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_Front_Right_Exiting_Layer"); \ +static_assert(sizeof(ALI_CarDoors_C_Front_Right_Exiting_Layer) == 0x000028, "Wrong size on ALI_CarDoors_C_Front_Right_Exiting_Layer"); \ +static_assert(offsetof(ALI_CarDoors_C_Front_Right_Exiting_Layer, FR_IGNORE_POSE_Exit) == 0x000000, "Member 'ALI_CarDoors_C_Front_Right_Exiting_Layer::FR_IGNORE_POSE_Exit' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_Front_Right_Exiting_Layer, ExitFromSeat) == 0x000010, "Member 'ALI_CarDoors_C_Front_Right_Exiting_Layer::ExitFromSeat' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_Front_Right_Exiting_Layer, Front_Right_Exiting_Layer_0) == 0x000018, "Member 'ALI_CarDoors_C_Front_Right_Exiting_Layer::Front_Right_Exiting_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_FrontLeftEnteringLayer \ +static_assert(alignof(ALI_CarDoors_C_FrontLeftEnteringLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_FrontLeftEnteringLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_FrontLeftEnteringLayer) == 0x000028, "Wrong size on ALI_CarDoors_C_FrontLeftEnteringLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontLeftEnteringLayer, FL_IGNORE_POSE_Entry) == 0x000000, "Member 'ALI_CarDoors_C_FrontLeftEnteringLayer::FL_IGNORE_POSE_Entry' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontLeftEnteringLayer, EntrySection) == 0x000010, "Member 'ALI_CarDoors_C_FrontLeftEnteringLayer::EntrySection' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontLeftEnteringLayer, FrontLeftEnteringLayer_0) == 0x000018, "Member 'ALI_CarDoors_C_FrontLeftEnteringLayer::FrontLeftEnteringLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_FrontLeftExitingLayer \ +static_assert(alignof(ALI_CarDoors_C_FrontLeftExitingLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_FrontLeftExitingLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_FrontLeftExitingLayer) == 0x000028, "Wrong size on ALI_CarDoors_C_FrontLeftExitingLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontLeftExitingLayer, FL_EXIT_IGNORE_POSE_Entry) == 0x000000, "Member 'ALI_CarDoors_C_FrontLeftExitingLayer::FL_EXIT_IGNORE_POSE_Entry' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontLeftExitingLayer, ForcedExit) == 0x000010, "Member 'ALI_CarDoors_C_FrontLeftExitingLayer::ForcedExit' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontLeftExitingLayer, FrontLeftExitingLayer_0) == 0x000018, "Member 'ALI_CarDoors_C_FrontLeftExitingLayer::FrontLeftExitingLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_FrontLeftExitingUpsideDownLayer \ +static_assert(alignof(ALI_CarDoors_C_FrontLeftExitingUpsideDownLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_FrontLeftExitingUpsideDownLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_FrontLeftExitingUpsideDownLayer) == 0x000010, "Wrong size on ALI_CarDoors_C_FrontLeftExitingUpsideDownLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontLeftExitingUpsideDownLayer, FrontLeftExitingUpsideDownLayer_0) == 0x000000, "Member 'ALI_CarDoors_C_FrontLeftExitingUpsideDownLayer::FrontLeftExitingUpsideDownLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_FrontLeftOpenIdleUpsideDown \ +static_assert(alignof(ALI_CarDoors_C_FrontLeftOpenIdleUpsideDown) == 0x000008, "Wrong alignment on ALI_CarDoors_C_FrontLeftOpenIdleUpsideDown"); \ +static_assert(sizeof(ALI_CarDoors_C_FrontLeftOpenIdleUpsideDown) == 0x000010, "Wrong size on ALI_CarDoors_C_FrontLeftOpenIdleUpsideDown"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontLeftOpenIdleUpsideDown, FrontLeftOpenIdleUpsideDown_0) == 0x000000, "Member 'ALI_CarDoors_C_FrontLeftOpenIdleUpsideDown::FrontLeftOpenIdleUpsideDown_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_FrontRightEnteringLayer \ +static_assert(alignof(ALI_CarDoors_C_FrontRightEnteringLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_FrontRightEnteringLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_FrontRightEnteringLayer) == 0x000028, "Wrong size on ALI_CarDoors_C_FrontRightEnteringLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontRightEnteringLayer, FR_IGNORE_POSE_Entry) == 0x000000, "Member 'ALI_CarDoors_C_FrontRightEnteringLayer::FR_IGNORE_POSE_Entry' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontRightEnteringLayer, EntrySection) == 0x000010, "Member 'ALI_CarDoors_C_FrontRightEnteringLayer::EntrySection' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontRightEnteringLayer, DestinationSeat) == 0x000011, "Member 'ALI_CarDoors_C_FrontRightEnteringLayer::DestinationSeat' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontRightEnteringLayer, FrontRightEnteringLayer_0) == 0x000018, "Member 'ALI_CarDoors_C_FrontRightEnteringLayer::FrontRightEnteringLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_FrontRightExitingUpsideDownLayer \ +static_assert(alignof(ALI_CarDoors_C_FrontRightExitingUpsideDownLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_FrontRightExitingUpsideDownLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_FrontRightExitingUpsideDownLayer) == 0x000010, "Wrong size on ALI_CarDoors_C_FrontRightExitingUpsideDownLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontRightExitingUpsideDownLayer, FrontRightExitingUpsideDownLayer_0) == 0x000000, "Member 'ALI_CarDoors_C_FrontRightExitingUpsideDownLayer::FrontRightExitingUpsideDownLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_FrontRightOpenIdleUpsideDown \ +static_assert(alignof(ALI_CarDoors_C_FrontRightOpenIdleUpsideDown) == 0x000008, "Wrong alignment on ALI_CarDoors_C_FrontRightOpenIdleUpsideDown"); \ +static_assert(sizeof(ALI_CarDoors_C_FrontRightOpenIdleUpsideDown) == 0x000010, "Wrong size on ALI_CarDoors_C_FrontRightOpenIdleUpsideDown"); \ +static_assert(offsetof(ALI_CarDoors_C_FrontRightOpenIdleUpsideDown, FrontRightOpenIdleUpsideDown_0) == 0x000000, "Member 'ALI_CarDoors_C_FrontRightOpenIdleUpsideDown::FrontRightOpenIdleUpsideDown_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_HoodClosingLayer \ +static_assert(alignof(ALI_CarDoors_C_HoodClosingLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_HoodClosingLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_HoodClosingLayer) == 0x000010, "Wrong size on ALI_CarDoors_C_HoodClosingLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_HoodClosingLayer, HoodClosingLayer_0) == 0x000000, "Member 'ALI_CarDoors_C_HoodClosingLayer::HoodClosingLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_HoodOpenIdleLayer \ +static_assert(alignof(ALI_CarDoors_C_HoodOpenIdleLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_HoodOpenIdleLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_HoodOpenIdleLayer) == 0x000010, "Wrong size on ALI_CarDoors_C_HoodOpenIdleLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_HoodOpenIdleLayer, HoodOpenIdleLayer_0) == 0x000000, "Member 'ALI_CarDoors_C_HoodOpenIdleLayer::HoodOpenIdleLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_HoodOpeningLayer \ +static_assert(alignof(ALI_CarDoors_C_HoodOpeningLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_HoodOpeningLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_HoodOpeningLayer) == 0x000010, "Wrong size on ALI_CarDoors_C_HoodOpeningLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_HoodOpeningLayer, HoodOpeningLayer_0) == 0x000000, "Member 'ALI_CarDoors_C_HoodOpeningLayer::HoodOpeningLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_RearLeftEnteringLayer \ +static_assert(alignof(ALI_CarDoors_C_RearLeftEnteringLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_RearLeftEnteringLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_RearLeftEnteringLayer) == 0x000028, "Wrong size on ALI_CarDoors_C_RearLeftEnteringLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_RearLeftEnteringLayer, RL_IGNORE_POSE_Entry) == 0x000000, "Member 'ALI_CarDoors_C_RearLeftEnteringLayer::RL_IGNORE_POSE_Entry' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_RearLeftEnteringLayer, EntrySection) == 0x000010, "Member 'ALI_CarDoors_C_RearLeftEnteringLayer::EntrySection' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_RearLeftEnteringLayer, RearLeftEnteringLayer_0) == 0x000018, "Member 'ALI_CarDoors_C_RearLeftEnteringLayer::RearLeftEnteringLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_RearLeftExetingLayer \ +static_assert(alignof(ALI_CarDoors_C_RearLeftExetingLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_RearLeftExetingLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_RearLeftExetingLayer) == 0x000010, "Wrong size on ALI_CarDoors_C_RearLeftExetingLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_RearLeftExetingLayer, RearLeftExetingLayer_0) == 0x000000, "Member 'ALI_CarDoors_C_RearLeftExetingLayer::RearLeftExetingLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_RearRightEnteringLayer \ +static_assert(alignof(ALI_CarDoors_C_RearRightEnteringLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_RearRightEnteringLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_RearRightEnteringLayer) == 0x000028, "Wrong size on ALI_CarDoors_C_RearRightEnteringLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_RearRightEnteringLayer, RR_IGNORE_POSE_Entry) == 0x000000, "Member 'ALI_CarDoors_C_RearRightEnteringLayer::RR_IGNORE_POSE_Entry' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_RearRightEnteringLayer, EntrySection) == 0x000010, "Member 'ALI_CarDoors_C_RearRightEnteringLayer::EntrySection' has a wrong offset!"); \ +static_assert(offsetof(ALI_CarDoors_C_RearRightEnteringLayer, RearRightEnteringLayer_0) == 0x000018, "Member 'ALI_CarDoors_C_RearRightEnteringLayer::RearRightEnteringLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_RearRightExitingLayer \ +static_assert(alignof(ALI_CarDoors_C_RearRightExitingLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_RearRightExitingLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_RearRightExitingLayer) == 0x000010, "Wrong size on ALI_CarDoors_C_RearRightExitingLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_RearRightExitingLayer, RearRightExitingLayer_0) == 0x000000, "Member 'ALI_CarDoors_C_RearRightExitingLayer::RearRightExitingLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_TrunkClosingLayer \ +static_assert(alignof(ALI_CarDoors_C_TrunkClosingLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_TrunkClosingLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_TrunkClosingLayer) == 0x000010, "Wrong size on ALI_CarDoors_C_TrunkClosingLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_TrunkClosingLayer, TrunkClosingLayer_0) == 0x000000, "Member 'ALI_CarDoors_C_TrunkClosingLayer::TrunkClosingLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_TrunkOpenIdleLayer \ +static_assert(alignof(ALI_CarDoors_C_TrunkOpenIdleLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_TrunkOpenIdleLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_TrunkOpenIdleLayer) == 0x000010, "Wrong size on ALI_CarDoors_C_TrunkOpenIdleLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_TrunkOpenIdleLayer, TrunkOpenIdleLayer_0) == 0x000000, "Member 'ALI_CarDoors_C_TrunkOpenIdleLayer::TrunkOpenIdleLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_TrunkOpenIdleUpsideDownLayer \ +static_assert(alignof(ALI_CarDoors_C_TrunkOpenIdleUpsideDownLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_TrunkOpenIdleUpsideDownLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_TrunkOpenIdleUpsideDownLayer) == 0x000010, "Wrong size on ALI_CarDoors_C_TrunkOpenIdleUpsideDownLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_TrunkOpenIdleUpsideDownLayer, TrunkOpenIdleUpsideDownLayer_0) == 0x000000, "Member 'ALI_CarDoors_C_TrunkOpenIdleUpsideDownLayer::TrunkOpenIdleUpsideDownLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_TrunkOpeningLayer \ +static_assert(alignof(ALI_CarDoors_C_TrunkOpeningLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_TrunkOpeningLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_TrunkOpeningLayer) == 0x000010, "Wrong size on ALI_CarDoors_C_TrunkOpeningLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_TrunkOpeningLayer, TrunkOpeningLayer_0) == 0x000000, "Member 'ALI_CarDoors_C_TrunkOpeningLayer::TrunkOpeningLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_CarDoors_C_TrunkOpeningUpsideDownLayer \ +static_assert(alignof(ALI_CarDoors_C_TrunkOpeningUpsideDownLayer) == 0x000008, "Wrong alignment on ALI_CarDoors_C_TrunkOpeningUpsideDownLayer"); \ +static_assert(sizeof(ALI_CarDoors_C_TrunkOpeningUpsideDownLayer) == 0x000010, "Wrong size on ALI_CarDoors_C_TrunkOpeningUpsideDownLayer"); \ +static_assert(offsetof(ALI_CarDoors_C_TrunkOpeningUpsideDownLayer, TrunkOpeningUpsideDownLayer_0) == 0x000000, "Member 'ALI_CarDoors_C_TrunkOpeningUpsideDownLayer::TrunkOpeningUpsideDownLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IALI_CarDoors_C \ +static_assert(alignof(IALI_CarDoors_C) == 0x000001, "Wrong alignment on IALI_CarDoors_C"); \ +static_assert(sizeof(IALI_CarDoors_C) == 0x000001, "Wrong size on IALI_CarDoors_C"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_CarBase::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_CarBase::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_CarBase::FAnimBlueprintGeneratedConstantData) == 0x001968, "Wrong size on ABP_CarBase::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_692) == 0x000004, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_692' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_693) == 0x00000C, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_693' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_694) == 0x000014, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_694' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_695) == 0x00001C, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_695' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_696) == 0x000024, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_696' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_697) == 0x00002C, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_697' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_698) == 0x000034, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_698' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_699) == 0x00003C, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_699' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_700) == 0x000044, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_700' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_701) == 0x00004C, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_701' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_702) == 0x000054, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_702' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_703) == 0x00005C, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_703' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_704) == 0x000064, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_704' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_705) == 0x00006C, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_705' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_706) == 0x000074, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_706' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_707) == 0x00007C, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_707' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_708) == 0x000084, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_708' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_709) == 0x00008C, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_709' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_710) == 0x000094, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_710' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_711) == 0x00009C, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_711' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_712) == 0x0000A4, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_712' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_713) == 0x0000AC, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_713' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_714) == 0x0000B4, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_714' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_715) == 0x0000BC, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_715' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_716) == 0x0000C4, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_716' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_717) == 0x0000CC, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_717' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_718) == 0x0000D4, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_718' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_719) == 0x0000DC, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_719' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __IntProperty_720) == 0x0000E4, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__IntProperty_720' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_721) == 0x0000E8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_721' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __IntProperty_722) == 0x0000F0, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__IntProperty_722' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_723) == 0x0000F4, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_723' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_724) == 0x0000FC, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_724' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_725) == 0x000104, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_725' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_726) == 0x00010C, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_726' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __IntProperty_727) == 0x000114, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__IntProperty_727' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_728) == 0x000118, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_728' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __IntProperty_729) == 0x000120, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__IntProperty_729' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_730) == 0x000124, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_730' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __IntProperty_731) == 0x00012C, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__IntProperty_731' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_732) == 0x000130, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_732' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __NameProperty_733) == 0x000138, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__NameProperty_733' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __IntProperty_734) == 0x000140, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__IntProperty_734' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __CurveFloat_735) == 0x000148, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__CurveFloat_735' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __EnumProperty_736) == 0x000150, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__EnumProperty_736' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __EnumProperty_737) == 0x000151, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__EnumProperty_737' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __EnumProperty_738) == 0x000152, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__EnumProperty_738' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __ArrayProperty_739) == 0x000158, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__ArrayProperty_739' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __BoolProperty_740) == 0x000168, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__BoolProperty_740' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __BlendProfile_741) == 0x000170, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__BlendProfile_741' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, __StructProperty_742) == 0x000178, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::__StructProperty_742' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000198, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000218, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_20) == 0x000258, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_19) == 0x000288, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_18) == 0x0002B8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_17) == 0x0002E8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_16) == 0x000318, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_15) == 0x000348, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_14) == 0x000378, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_13) == 0x0003A8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_12) == 0x0003D8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_5) == 0x000408, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_11) == 0x000410, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_4) == 0x000440, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_10) == 0x000448, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_3) == 0x000478, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_9) == 0x000480, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_2) == 0x0004B0, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_8) == 0x0004B8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_1) == 0x0004E8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x0004F0, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000520, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000528, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x000558, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000588, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x0005B8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x0005E8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000618, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000648, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MeshRefPose) == 0x000678, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MeshRefPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x0006A8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_40) == 0x0006D8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_39) == 0x000708, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_38) == 0x000738, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_37) == 0x000768, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_36) == 0x000798, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_35) == 0x0007C8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_34) == 0x0007F8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_33) == 0x000828, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_32) == 0x000858, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_19) == 0x000888, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_25) == 0x0008B8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_18) == 0x0008E8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_24) == 0x000918, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_17) == 0x000948, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_23) == 0x000978, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_16) == 0x0009A8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_22) == 0x0009D8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_15) == 0x000A08, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_21) == 0x000A38, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_20) == 0x000A68, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_5) == 0x000A98, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x000AC8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_31) == 0x000AF8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_30) == 0x000B28, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_29) == 0x000B58, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_28) == 0x000B88, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_27) == 0x000BB8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_26) == 0x000BE8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_25) == 0x000C18, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_24) == 0x000C48, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_14) == 0x000C78, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_19) == 0x000CA8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_13) == 0x000CD8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_18) == 0x000D08, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_12) == 0x000D38, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_17) == 0x000D68, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_11) == 0x000D98, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_16) == 0x000DC8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_15) == 0x000DF8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_4) == 0x000E28, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_23) == 0x000E58, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_22) == 0x000E88, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_21) == 0x000EB8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_20) == 0x000EE8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_19) == 0x000F18, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_18) == 0x000F48, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_17) == 0x000F78, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x000FA8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_10) == 0x000FD8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_14) == 0x001008, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_9) == 0x001038, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_13) == 0x001068, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_8) == 0x001098, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_12) == 0x0010C8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_7) == 0x0010F8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_11) == 0x001128, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x001158, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_3) == 0x001188, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x0011B8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x0011E8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x001218, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x001248, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x001278, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_6) == 0x0012A8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x0012D8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_5) == 0x001308, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x001338, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x001368, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_2) == 0x001398, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x0013C8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x0013F8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x001428, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x001458, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x001488, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_4) == 0x0014B8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x0014E8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_3) == 0x001518, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x001548, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x001578, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x0015A8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x0015D8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x001608, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x001638, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x001668, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x001698, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x0016C8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_2) == 0x0016F8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x001728, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_1) == 0x001758, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x001788, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer) == 0x0017B8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x0017E8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x001818, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x001848, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CJWheelController) == 0x001878, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CJWheelController' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x0018A8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x0018D8, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x001908, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x001938, "Member 'ABP_CarBase::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_CarBase::FAnimBlueprintGeneratedMutableData) == 0x000001, "Wrong alignment on ABP_CarBase::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_CarBase::FAnimBlueprintGeneratedMutableData) == 0x000002, "Wrong size on ABP_CarBase::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_CarBase::FAnimBlueprintGeneratedMutableData, __BoolProperty) == 0x000001, "Member 'ABP_CarBase::FAnimBlueprintGeneratedMutableData::__BoolProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_AnimGraph \ +static_assert(alignof(ABP_CarBase_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_CarBase_C_AnimGraph"); \ +static_assert(sizeof(ABP_CarBase_C_AnimGraph) == 0x000010, "Wrong size on ABP_CarBase_C_AnimGraph"); \ +static_assert(offsetof(ABP_CarBase_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_CarBase_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation) == 0x000008, "Wrong alignment on ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation) == 0x000308, "Wrong size on ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000005, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetDoorData_Output) == 0x000008, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetDoorData_Output' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetDoorData_Output_1) == 0x000060, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetDoorData_Output_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetSeatData_SeatData) == 0x0000B8, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetSeatData_SeatData' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000E8, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Not_PreBool_ReturnValue) == 0x0000E9, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000EA, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000EB, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0000EC, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0000ED, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue) == 0x0000EE, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetDoorData_Output_2) == 0x0000F0, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetDoorData_Output_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue_1) == 0x000148, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000149, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00014A, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x00014B, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetDoorData_Output_3) == 0x000150, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetDoorData_Output_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x0001A8, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetSeatData_SeatData_1) == 0x0001B0, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetSeatData_SeatData_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetDoorData_Output_4) == 0x0001E0, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetDoorData_Output_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Not_PreBool_ReturnValue_1) == 0x000238, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetSeatData_SeatData_2) == 0x000240, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetSeatData_SeatData_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000270, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000271, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Not_PreBool_ReturnValue_2) == 0x000272, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue_2) == 0x000273, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue_3) == 0x000274, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue_4) == 0x000275, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue_5) == 0x000276, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000277, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetDoorData_Output_5) == 0x000278, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetDoorData_Output_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetSeatData_SeatData_3) == 0x0002D0, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetSeatData_SeatData_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000300, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Not_PreBool_ReturnValue_3) == 0x000301, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue_6) == 0x000302, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue_7) == 0x000303, "Member 'ABP_CarBase_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase \ +static_assert(alignof(ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase) == 0x000004, "Wrong alignment on ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase"); \ +static_assert(sizeof(ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase) == 0x00000C, "Wrong size on ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase"); \ +static_assert(offsetof(ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase, EntryPoint) == 0x000000, "Member 'ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase, CallFunc_SetDoorState_ReturnValue) == 0x000004, "Member 'ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase::CallFunc_SetDoorState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase, CallFunc_SetDoorState_ReturnValue_1) == 0x000005, "Member 'ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase::CallFunc_SetDoorState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase, CallFunc_SetDoorState_ReturnValue_2) == 0x000006, "Member 'ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase::CallFunc_SetDoorState_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase, CallFunc_SetDoorState_ReturnValue_3) == 0x000007, "Member 'ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase::CallFunc_SetDoorState_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase, CallFunc_SetDoorState_ReturnValue_4) == 0x000008, "Member 'ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase::CallFunc_SetDoorState_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase, CallFunc_SetDoorState_ReturnValue_5) == 0x000009, "Member 'ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase::CallFunc_SetDoorState_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase, CallFunc_SetDoorState_ReturnValue_6) == 0x00000A, "Member 'ABP_CarBase_C_ExecuteUbergraph_ABP_CarBase::CallFunc_SetDoorState_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_Front_Right_Exiting_Layer \ +static_assert(alignof(ABP_CarBase_C_Front_Right_Exiting_Layer) == 0x000008, "Wrong alignment on ABP_CarBase_C_Front_Right_Exiting_Layer"); \ +static_assert(sizeof(ABP_CarBase_C_Front_Right_Exiting_Layer) == 0x000028, "Wrong size on ABP_CarBase_C_Front_Right_Exiting_Layer"); \ +static_assert(offsetof(ABP_CarBase_C_Front_Right_Exiting_Layer, FR_IGNORE_POSE_Exit) == 0x000000, "Member 'ABP_CarBase_C_Front_Right_Exiting_Layer::FR_IGNORE_POSE_Exit' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_Front_Right_Exiting_Layer, ExitFromSeat) == 0x000010, "Member 'ABP_CarBase_C_Front_Right_Exiting_Layer::ExitFromSeat' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_Front_Right_Exiting_Layer, Front_Right_Exiting_Layer_0) == 0x000018, "Member 'ABP_CarBase_C_Front_Right_Exiting_Layer::Front_Right_Exiting_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_FrontLeftEnteringLayer \ +static_assert(alignof(ABP_CarBase_C_FrontLeftEnteringLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_FrontLeftEnteringLayer"); \ +static_assert(sizeof(ABP_CarBase_C_FrontLeftEnteringLayer) == 0x000028, "Wrong size on ABP_CarBase_C_FrontLeftEnteringLayer"); \ +static_assert(offsetof(ABP_CarBase_C_FrontLeftEnteringLayer, FL_IGNORE_POSE_Entry) == 0x000000, "Member 'ABP_CarBase_C_FrontLeftEnteringLayer::FL_IGNORE_POSE_Entry' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_FrontLeftEnteringLayer, EntrySection) == 0x000010, "Member 'ABP_CarBase_C_FrontLeftEnteringLayer::EntrySection' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_FrontLeftEnteringLayer, FrontLeftEnteringLayer_0) == 0x000018, "Member 'ABP_CarBase_C_FrontLeftEnteringLayer::FrontLeftEnteringLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_FrontLeftExitingLayer \ +static_assert(alignof(ABP_CarBase_C_FrontLeftExitingLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_FrontLeftExitingLayer"); \ +static_assert(sizeof(ABP_CarBase_C_FrontLeftExitingLayer) == 0x000028, "Wrong size on ABP_CarBase_C_FrontLeftExitingLayer"); \ +static_assert(offsetof(ABP_CarBase_C_FrontLeftExitingLayer, FL_EXIT_IGNORE_POSE_Entry) == 0x000000, "Member 'ABP_CarBase_C_FrontLeftExitingLayer::FL_EXIT_IGNORE_POSE_Entry' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_FrontLeftExitingLayer, ForcedExit) == 0x000010, "Member 'ABP_CarBase_C_FrontLeftExitingLayer::ForcedExit' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_FrontLeftExitingLayer, FrontLeftExitingLayer_0) == 0x000018, "Member 'ABP_CarBase_C_FrontLeftExitingLayer::FrontLeftExitingLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_FrontLeftExitingUpsideDownLayer \ +static_assert(alignof(ABP_CarBase_C_FrontLeftExitingUpsideDownLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_FrontLeftExitingUpsideDownLayer"); \ +static_assert(sizeof(ABP_CarBase_C_FrontLeftExitingUpsideDownLayer) == 0x000010, "Wrong size on ABP_CarBase_C_FrontLeftExitingUpsideDownLayer"); \ +static_assert(offsetof(ABP_CarBase_C_FrontLeftExitingUpsideDownLayer, FrontLeftExitingUpsideDownLayer_0) == 0x000000, "Member 'ABP_CarBase_C_FrontLeftExitingUpsideDownLayer::FrontLeftExitingUpsideDownLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_FrontLeftOpenIdleUpsideDown \ +static_assert(alignof(ABP_CarBase_C_FrontLeftOpenIdleUpsideDown) == 0x000008, "Wrong alignment on ABP_CarBase_C_FrontLeftOpenIdleUpsideDown"); \ +static_assert(sizeof(ABP_CarBase_C_FrontLeftOpenIdleUpsideDown) == 0x000010, "Wrong size on ABP_CarBase_C_FrontLeftOpenIdleUpsideDown"); \ +static_assert(offsetof(ABP_CarBase_C_FrontLeftOpenIdleUpsideDown, FrontLeftOpenIdleUpsideDown_0) == 0x000000, "Member 'ABP_CarBase_C_FrontLeftOpenIdleUpsideDown::FrontLeftOpenIdleUpsideDown_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_FrontRightEnteringLayer \ +static_assert(alignof(ABP_CarBase_C_FrontRightEnteringLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_FrontRightEnteringLayer"); \ +static_assert(sizeof(ABP_CarBase_C_FrontRightEnteringLayer) == 0x000028, "Wrong size on ABP_CarBase_C_FrontRightEnteringLayer"); \ +static_assert(offsetof(ABP_CarBase_C_FrontRightEnteringLayer, FR_IGNORE_POSE_Entry) == 0x000000, "Member 'ABP_CarBase_C_FrontRightEnteringLayer::FR_IGNORE_POSE_Entry' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_FrontRightEnteringLayer, EntrySection) == 0x000010, "Member 'ABP_CarBase_C_FrontRightEnteringLayer::EntrySection' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_FrontRightEnteringLayer, DestinationSeat) == 0x000011, "Member 'ABP_CarBase_C_FrontRightEnteringLayer::DestinationSeat' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_FrontRightEnteringLayer, FrontRightEnteringLayer_0) == 0x000018, "Member 'ABP_CarBase_C_FrontRightEnteringLayer::FrontRightEnteringLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_FrontRightExitingUpsideDownLayer \ +static_assert(alignof(ABP_CarBase_C_FrontRightExitingUpsideDownLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_FrontRightExitingUpsideDownLayer"); \ +static_assert(sizeof(ABP_CarBase_C_FrontRightExitingUpsideDownLayer) == 0x000010, "Wrong size on ABP_CarBase_C_FrontRightExitingUpsideDownLayer"); \ +static_assert(offsetof(ABP_CarBase_C_FrontRightExitingUpsideDownLayer, FrontRightExitingUpsideDownLayer_0) == 0x000000, "Member 'ABP_CarBase_C_FrontRightExitingUpsideDownLayer::FrontRightExitingUpsideDownLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_FrontRightOpenIdleUpsideDown \ +static_assert(alignof(ABP_CarBase_C_FrontRightOpenIdleUpsideDown) == 0x000008, "Wrong alignment on ABP_CarBase_C_FrontRightOpenIdleUpsideDown"); \ +static_assert(sizeof(ABP_CarBase_C_FrontRightOpenIdleUpsideDown) == 0x000010, "Wrong size on ABP_CarBase_C_FrontRightOpenIdleUpsideDown"); \ +static_assert(offsetof(ABP_CarBase_C_FrontRightOpenIdleUpsideDown, FrontRightOpenIdleUpsideDown_0) == 0x000000, "Member 'ABP_CarBase_C_FrontRightOpenIdleUpsideDown::FrontRightOpenIdleUpsideDown_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_GetDoorData \ +static_assert(alignof(ABP_CarBase_C_GetDoorData) == 0x000008, "Wrong alignment on ABP_CarBase_C_GetDoorData"); \ +static_assert(sizeof(ABP_CarBase_C_GetDoorData) == 0x000078, "Wrong size on ABP_CarBase_C_GetDoorData"); \ +static_assert(offsetof(ABP_CarBase_C_GetDoorData, Array) == 0x000000, "Member 'ABP_CarBase_C_GetDoorData::Array' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_GetDoorData, DoorId) == 0x000010, "Member 'ABP_CarBase_C_GetDoorData::DoorId' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_GetDoorData, Output) == 0x000018, "Member 'ABP_CarBase_C_GetDoorData::Output' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_GetDoorData, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000070, "Member 'ABP_CarBase_C_GetDoorData::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_GetSeatData \ +static_assert(alignof(ABP_CarBase_C_GetSeatData) == 0x000008, "Wrong alignment on ABP_CarBase_C_GetSeatData"); \ +static_assert(sizeof(ABP_CarBase_C_GetSeatData) == 0x0000E8, "Wrong size on ABP_CarBase_C_GetSeatData"); \ +static_assert(offsetof(ABP_CarBase_C_GetSeatData, SeatDataArray) == 0x000000, "Member 'ABP_CarBase_C_GetSeatData::SeatDataArray' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_GetSeatData, SeatId) == 0x000010, "Member 'ABP_CarBase_C_GetSeatData::SeatId' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_GetSeatData, SeatData) == 0x000018, "Member 'ABP_CarBase_C_GetSeatData::SeatData' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_GetSeatData, SelectedSeatData) == 0x000048, "Member 'ABP_CarBase_C_GetSeatData::SelectedSeatData' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_GetSeatData, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000078, "Member 'ABP_CarBase_C_GetSeatData::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_GetSeatData, CallFunc_Array_Get_Item) == 0x000080, "Member 'ABP_CarBase_C_GetSeatData::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_GetSeatData, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0000B0, "Member 'ABP_CarBase_C_GetSeatData::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_GetSeatData, K2Node_MakeStruct_VehicleSeatData) == 0x0000B8, "Member 'ABP_CarBase_C_GetSeatData::K2Node_MakeStruct_VehicleSeatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_HoodClosingLayer \ +static_assert(alignof(ABP_CarBase_C_HoodClosingLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_HoodClosingLayer"); \ +static_assert(sizeof(ABP_CarBase_C_HoodClosingLayer) == 0x000010, "Wrong size on ABP_CarBase_C_HoodClosingLayer"); \ +static_assert(offsetof(ABP_CarBase_C_HoodClosingLayer, HoodClosingLayer_0) == 0x000000, "Member 'ABP_CarBase_C_HoodClosingLayer::HoodClosingLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_HoodOpenIdleLayer \ +static_assert(alignof(ABP_CarBase_C_HoodOpenIdleLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_HoodOpenIdleLayer"); \ +static_assert(sizeof(ABP_CarBase_C_HoodOpenIdleLayer) == 0x000010, "Wrong size on ABP_CarBase_C_HoodOpenIdleLayer"); \ +static_assert(offsetof(ABP_CarBase_C_HoodOpenIdleLayer, HoodOpenIdleLayer_0) == 0x000000, "Member 'ABP_CarBase_C_HoodOpenIdleLayer::HoodOpenIdleLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_HoodOpeningLayer \ +static_assert(alignof(ABP_CarBase_C_HoodOpeningLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_HoodOpeningLayer"); \ +static_assert(sizeof(ABP_CarBase_C_HoodOpeningLayer) == 0x000010, "Wrong size on ABP_CarBase_C_HoodOpeningLayer"); \ +static_assert(offsetof(ABP_CarBase_C_HoodOpeningLayer, HoodOpeningLayer_0) == 0x000000, "Member 'ABP_CarBase_C_HoodOpeningLayer::HoodOpeningLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_RearLeftEnteringLayer \ +static_assert(alignof(ABP_CarBase_C_RearLeftEnteringLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_RearLeftEnteringLayer"); \ +static_assert(sizeof(ABP_CarBase_C_RearLeftEnteringLayer) == 0x000028, "Wrong size on ABP_CarBase_C_RearLeftEnteringLayer"); \ +static_assert(offsetof(ABP_CarBase_C_RearLeftEnteringLayer, RL_IGNORE_POSE_Entry) == 0x000000, "Member 'ABP_CarBase_C_RearLeftEnteringLayer::RL_IGNORE_POSE_Entry' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_RearLeftEnteringLayer, EntrySection) == 0x000010, "Member 'ABP_CarBase_C_RearLeftEnteringLayer::EntrySection' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_RearLeftEnteringLayer, RearLeftEnteringLayer_0) == 0x000018, "Member 'ABP_CarBase_C_RearLeftEnteringLayer::RearLeftEnteringLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_RearLeftExetingLayer \ +static_assert(alignof(ABP_CarBase_C_RearLeftExetingLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_RearLeftExetingLayer"); \ +static_assert(sizeof(ABP_CarBase_C_RearLeftExetingLayer) == 0x000010, "Wrong size on ABP_CarBase_C_RearLeftExetingLayer"); \ +static_assert(offsetof(ABP_CarBase_C_RearLeftExetingLayer, RearLeftExetingLayer_0) == 0x000000, "Member 'ABP_CarBase_C_RearLeftExetingLayer::RearLeftExetingLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_RearRightEnteringLayer \ +static_assert(alignof(ABP_CarBase_C_RearRightEnteringLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_RearRightEnteringLayer"); \ +static_assert(sizeof(ABP_CarBase_C_RearRightEnteringLayer) == 0x000028, "Wrong size on ABP_CarBase_C_RearRightEnteringLayer"); \ +static_assert(offsetof(ABP_CarBase_C_RearRightEnteringLayer, RR_IGNORE_POSE_Entry) == 0x000000, "Member 'ABP_CarBase_C_RearRightEnteringLayer::RR_IGNORE_POSE_Entry' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_RearRightEnteringLayer, EntrySection) == 0x000010, "Member 'ABP_CarBase_C_RearRightEnteringLayer::EntrySection' has a wrong offset!"); \ +static_assert(offsetof(ABP_CarBase_C_RearRightEnteringLayer, RearRightEnteringLayer_0) == 0x000018, "Member 'ABP_CarBase_C_RearRightEnteringLayer::RearRightEnteringLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_RearRightExitingLayer \ +static_assert(alignof(ABP_CarBase_C_RearRightExitingLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_RearRightExitingLayer"); \ +static_assert(sizeof(ABP_CarBase_C_RearRightExitingLayer) == 0x000010, "Wrong size on ABP_CarBase_C_RearRightExitingLayer"); \ +static_assert(offsetof(ABP_CarBase_C_RearRightExitingLayer, RearRightExitingLayer_0) == 0x000000, "Member 'ABP_CarBase_C_RearRightExitingLayer::RearRightExitingLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_TrunkClosingLayer \ +static_assert(alignof(ABP_CarBase_C_TrunkClosingLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_TrunkClosingLayer"); \ +static_assert(sizeof(ABP_CarBase_C_TrunkClosingLayer) == 0x000010, "Wrong size on ABP_CarBase_C_TrunkClosingLayer"); \ +static_assert(offsetof(ABP_CarBase_C_TrunkClosingLayer, TrunkClosingLayer_0) == 0x000000, "Member 'ABP_CarBase_C_TrunkClosingLayer::TrunkClosingLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_TrunkOpenIdleLayer \ +static_assert(alignof(ABP_CarBase_C_TrunkOpenIdleLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_TrunkOpenIdleLayer"); \ +static_assert(sizeof(ABP_CarBase_C_TrunkOpenIdleLayer) == 0x000010, "Wrong size on ABP_CarBase_C_TrunkOpenIdleLayer"); \ +static_assert(offsetof(ABP_CarBase_C_TrunkOpenIdleLayer, TrunkOpenIdleLayer_0) == 0x000000, "Member 'ABP_CarBase_C_TrunkOpenIdleLayer::TrunkOpenIdleLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_TrunkOpenIdleUpsideDownLayer \ +static_assert(alignof(ABP_CarBase_C_TrunkOpenIdleUpsideDownLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_TrunkOpenIdleUpsideDownLayer"); \ +static_assert(sizeof(ABP_CarBase_C_TrunkOpenIdleUpsideDownLayer) == 0x000010, "Wrong size on ABP_CarBase_C_TrunkOpenIdleUpsideDownLayer"); \ +static_assert(offsetof(ABP_CarBase_C_TrunkOpenIdleUpsideDownLayer, TrunkOpenIdleUpsideDownLayer_0) == 0x000000, "Member 'ABP_CarBase_C_TrunkOpenIdleUpsideDownLayer::TrunkOpenIdleUpsideDownLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_TrunkOpeningLayer \ +static_assert(alignof(ABP_CarBase_C_TrunkOpeningLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_TrunkOpeningLayer"); \ +static_assert(sizeof(ABP_CarBase_C_TrunkOpeningLayer) == 0x000010, "Wrong size on ABP_CarBase_C_TrunkOpeningLayer"); \ +static_assert(offsetof(ABP_CarBase_C_TrunkOpeningLayer, TrunkOpeningLayer_0) == 0x000000, "Member 'ABP_CarBase_C_TrunkOpeningLayer::TrunkOpeningLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CarBase_C_TrunkOpeningUpsideDownLayer \ +static_assert(alignof(ABP_CarBase_C_TrunkOpeningUpsideDownLayer) == 0x000008, "Wrong alignment on ABP_CarBase_C_TrunkOpeningUpsideDownLayer"); \ +static_assert(sizeof(ABP_CarBase_C_TrunkOpeningUpsideDownLayer) == 0x000010, "Wrong size on ABP_CarBase_C_TrunkOpeningUpsideDownLayer"); \ +static_assert(offsetof(ABP_CarBase_C_TrunkOpeningUpsideDownLayer, TrunkOpeningUpsideDownLayer_0) == 0x000000, "Member 'ABP_CarBase_C_TrunkOpeningUpsideDownLayer::TrunkOpeningUpsideDownLayer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_CarBase_C \ +static_assert(alignof(UABP_CarBase_C) == 0x000010, "Wrong alignment on UABP_CarBase_C"); \ +static_assert(sizeof(UABP_CarBase_C) == 0x0034A0, "Wrong size on UABP_CarBase_C"); \ +static_assert(offsetof(UABP_CarBase_C, UberGraphFrame) == 0x000BD0, "Member 'UABP_CarBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, __AnimBlueprintMutables) == 0x000BD8, "Member 'UABP_CarBase_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimBlueprintExtension_PropertyAccess) == 0x000BE0, "Member 'UABP_CarBase_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimBlueprintExtension_Base) == 0x000BE8, "Member 'UABP_CarBase_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_20) == 0x000BF0, "Member 'UABP_CarBase_C::AnimGraphNode_Root_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_19) == 0x000C10, "Member 'UABP_CarBase_C::AnimGraphNode_Root_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_18) == 0x000C30, "Member 'UABP_CarBase_C::AnimGraphNode_Root_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_17) == 0x000C50, "Member 'UABP_CarBase_C::AnimGraphNode_Root_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_16) == 0x000C70, "Member 'UABP_CarBase_C::AnimGraphNode_Root_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_15) == 0x000C90, "Member 'UABP_CarBase_C::AnimGraphNode_Root_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_14) == 0x000CB0, "Member 'UABP_CarBase_C::AnimGraphNode_Root_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_13) == 0x000CD0, "Member 'UABP_CarBase_C::AnimGraphNode_Root_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_12) == 0x000CF0, "Member 'UABP_CarBase_C::AnimGraphNode_Root_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedInputPose_5) == 0x000D10, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedInputPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_11) == 0x000DC8, "Member 'UABP_CarBase_C::AnimGraphNode_Root_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedInputPose_4) == 0x000DE8, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_10) == 0x000EA0, "Member 'UABP_CarBase_C::AnimGraphNode_Root_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedInputPose_3) == 0x000EC0, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_9) == 0x000F78, "Member 'UABP_CarBase_C::AnimGraphNode_Root_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedInputPose_2) == 0x000F98, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_8) == 0x001050, "Member 'UABP_CarBase_C::AnimGraphNode_Root_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedInputPose_1) == 0x001070, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_7) == 0x001128, "Member 'UABP_CarBase_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedInputPose) == 0x001148, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_6) == 0x001200, "Member 'UABP_CarBase_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_5) == 0x001220, "Member 'UABP_CarBase_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_4) == 0x001240, "Member 'UABP_CarBase_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_3) == 0x001260, "Member 'UABP_CarBase_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_2) == 0x001280, "Member 'UABP_CarBase_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root_1) == 0x0012A0, "Member 'UABP_CarBase_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_Root) == 0x0012C0, "Member 'UABP_CarBase_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_MeshRefPose) == 0x0012E0, "Member 'UABP_CarBase_C::AnimGraphNode_MeshRefPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_ComponentToLocalSpace) == 0x0012F0, "Member 'UABP_CarBase_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_40) == 0x001310, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_39) == 0x001338, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_38) == 0x001360, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_37) == 0x001388, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_36) == 0x0013B0, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_35) == 0x0013D8, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_34) == 0x001400, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_33) == 0x001428, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_32) == 0x001450, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_19) == 0x001478, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_25) == 0x001540, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_18) == 0x001560, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_24) == 0x001628, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_17) == 0x001648, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_23) == 0x001710, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_16) == 0x001730, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_22) == 0x0017F8, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_15) == 0x001818, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_21) == 0x0018E0, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_20) == 0x001900, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateMachine_5) == 0x001920, "Member 'UABP_CarBase_C::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LayeredBoneBlend) == 0x0019F8, "Member 'UABP_CarBase_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_31) == 0x001AE0, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_30) == 0x001B08, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_29) == 0x001B30, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_28) == 0x001B58, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_27) == 0x001B80, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_26) == 0x001BA8, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_25) == 0x001BD0, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_24) == 0x001BF8, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_14) == 0x001C20, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_19) == 0x001CE8, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_13) == 0x001D08, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_18) == 0x001DD0, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_12) == 0x001DF0, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_17) == 0x001EB8, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_11) == 0x001ED8, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_16) == 0x001FA0, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_15) == 0x001FC0, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateMachine_4) == 0x001FE0, "Member 'UABP_CarBase_C::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_23) == 0x0020B8, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_22) == 0x0020E0, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_21) == 0x002108, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_20) == 0x002130, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_19) == 0x002158, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_18) == 0x002180, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_17) == 0x0021A8, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_16) == 0x0021D0, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_10) == 0x0021F8, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_14) == 0x0022C0, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_9) == 0x0022E0, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_13) == 0x0023A8, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_8) == 0x0023C8, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_12) == 0x002490, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_7) == 0x0024B0, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_11) == 0x002578, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_10) == 0x002598, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateMachine_3) == 0x0025B8, "Member 'UABP_CarBase_C::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_15) == 0x002690, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_14) == 0x0026B8, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_13) == 0x0026E0, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_12) == 0x002708, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_11) == 0x002730, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_6) == 0x002758, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_9) == 0x002820, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_5) == 0x002840, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_8) == 0x002908, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_7) == 0x002928, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateMachine_2) == 0x002948, "Member 'UABP_CarBase_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_10) == 0x002A20, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_9) == 0x002A48, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_8) == 0x002A70, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_7) == 0x002A98, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_6) == 0x002AC0, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_4) == 0x002AE8, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_6) == 0x002BB0, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_3) == 0x002BD0, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_5) == 0x002C98, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_4) == 0x002CB8, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateMachine_1) == 0x002CD8, "Member 'UABP_CarBase_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_5) == 0x002DB0, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_4) == 0x002DD8, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_3) == 0x002E00, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_2) == 0x002E28, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult_1) == 0x002E50, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_TransitionResult) == 0x002E78, "Member 'UABP_CarBase_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_2) == 0x002EA0, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_3) == 0x002F68, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer_1) == 0x002F88, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_2) == 0x003050, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_LinkedAnimLayer) == 0x003070, "Member 'UABP_CarBase_C::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult_1) == 0x003138, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateResult) == 0x003158, "Member 'UABP_CarBase_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_StateMachine) == 0x003178, "Member 'UABP_CarBase_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_CJWheelController) == 0x003250, "Member 'UABP_CarBase_C::AnimGraphNode_CJWheelController' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_BlendListByBool) == 0x003338, "Member 'UABP_CarBase_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_SaveCachedPose) == 0x003388, "Member 'UABP_CarBase_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_UseCachedPose_1) == 0x003408, "Member 'UABP_CarBase_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, AnimGraphNode_UseCachedPose) == 0x003430, "Member 'UABP_CarBase_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, K2Node_PropertyAccess_1) == 0x003458, "Member 'UABP_CarBase_C::K2Node_PropertyAccess_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, K2Node_PropertyAccess) == 0x003468, "Member 'UABP_CarBase_C::K2Node_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, __CustomProperty_EntrySection_1B89A5C74E69BBC91BE1CD9163987F1D) == 0x003478, "Member 'UABP_CarBase_C::__CustomProperty_EntrySection_1B89A5C74E69BBC91BE1CD9163987F1D' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, __CustomProperty_EntrySection_7D682C1E40B2BAACFA94AE83583648D7) == 0x003479, "Member 'UABP_CarBase_C::__CustomProperty_EntrySection_7D682C1E40B2BAACFA94AE83583648D7' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, __CustomProperty_ExitFromSeat_2B9F6431495C25ECB4DA6995D970E9EE) == 0x00347A, "Member 'UABP_CarBase_C::__CustomProperty_ExitFromSeat_2B9F6431495C25ECB4DA6995D970E9EE' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, __CustomProperty_DestinationSeat_FE8664EF4D5EC6340F5C74B8C01B303F) == 0x00347B, "Member 'UABP_CarBase_C::__CustomProperty_DestinationSeat_FE8664EF4D5EC6340F5C74B8C01B303F' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, __CustomProperty_EntrySection_FE8664EF4D5EC6340F5C74B8C01B303F) == 0x00347C, "Member 'UABP_CarBase_C::__CustomProperty_EntrySection_FE8664EF4D5EC6340F5C74B8C01B303F' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, __CustomProperty_ForcedExit_784D490347FA405C04DC1B89A9DF3AD0) == 0x00347D, "Member 'UABP_CarBase_C::__CustomProperty_ForcedExit_784D490347FA405C04DC1B89A9DF3AD0' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, __CustomProperty_EntrySection_244B6636437209B9B7C6838104949F10) == 0x00347E, "Member 'UABP_CarBase_C::__CustomProperty_EntrySection_244B6636437209B9B7C6838104949F10' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, TrunkOpening) == 0x00347F, "Member 'UABP_CarBase_C::TrunkOpening' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, TrunkOpeningUpsideDown) == 0x003480, "Member 'UABP_CarBase_C::TrunkOpeningUpsideDown' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, TrunkClosing) == 0x003481, "Member 'UABP_CarBase_C::TrunkClosing' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, TrunkClosingUpsideDown) == 0x003482, "Member 'UABP_CarBase_C::TrunkClosingUpsideDown' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DoorFrontLeftEntering) == 0x003483, "Member 'UABP_CarBase_C::DoorFrontLeftEntering' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DoorFrontLeftExiting) == 0x003484, "Member 'UABP_CarBase_C::DoorFrontLeftExiting' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DoorFrontRightEntering) == 0x003485, "Member 'UABP_CarBase_C::DoorFrontRightEntering' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DoorFrontRightExiting) == 0x003486, "Member 'UABP_CarBase_C::DoorFrontRightExiting' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DoorRearLeftEntering) == 0x003487, "Member 'UABP_CarBase_C::DoorRearLeftEntering' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DoorRearLeftExiting) == 0x003488, "Member 'UABP_CarBase_C::DoorRearLeftExiting' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DoorRearRightEntering) == 0x003489, "Member 'UABP_CarBase_C::DoorRearRightEntering' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DoorRearRightExiting) == 0x00348A, "Member 'UABP_CarBase_C::DoorRearRightExiting' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, HoodOpening) == 0x00348B, "Member 'UABP_CarBase_C::HoodOpening' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, HoodClosing) == 0x00348C, "Member 'UABP_CarBase_C::HoodClosing' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DriverSeatOccupied) == 0x00348D, "Member 'UABP_CarBase_C::DriverSeatOccupied' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DoorFrontLeftExitingUpsideDown) == 0x00348E, "Member 'UABP_CarBase_C::DoorFrontLeftExitingUpsideDown' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DoorFrontLeftClosingUpsideDown) == 0x00348F, "Member 'UABP_CarBase_C::DoorFrontLeftClosingUpsideDown' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DoorFrontRightExitingUpsideDown) == 0x003490, "Member 'UABP_CarBase_C::DoorFrontRightExitingUpsideDown' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, DoorFrontRightClosingUpsideDown) == 0x003491, "Member 'UABP_CarBase_C::DoorFrontRightClosingUpsideDown' has a wrong offset!"); \ +static_assert(offsetof(UABP_CarBase_C, TrunkOpened) == 0x003492, "Member 'UABP_CarBase_C::TrunkOpened' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSLevelUpData \ +static_assert(alignof(FSLevelUpData) == 0x000004, "Wrong alignment on FSLevelUpData"); \ +static_assert(sizeof(FSLevelUpData) == 0x000008, "Wrong size on FSLevelUpData"); \ +static_assert(offsetof(FSLevelUpData, PendingLevel_16_5C3373754129501FFE3B0CA39CB0C082) == 0x000000, "Member 'FSLevelUpData::PendingLevel_16_5C3373754129501FFE3B0CA39CB0C082' has a wrong offset!"); \ +static_assert(offsetof(FSLevelUpData, XPRequired_10_03200EAA402B4990A2D8CD8A9611CC29) == 0x000004, "Member 'FSLevelUpData::XPRequired_10_03200EAA402B4990A2D8CD8A9611CC29' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent \ +static_assert(alignof(BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent) == 0x000008, "Wrong alignment on BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent"); \ +static_assert(sizeof(BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent) == 0x000050, "Wrong size on BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent, EntryPoint) == 0x000000, "Member 'BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent, Temp_struct_Variable) == 0x000008, "Member 'BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent, Temp_object_Variable) == 0x000018, "Member 'BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent, Temp_delegate_Variable) == 0x000028, "Member 'BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent, CallFunc_CJPostEvent_ReturnValue) == 0x000038, "Member 'BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent::CallFunc_CJPostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent, CallFunc_IsAbilityAvailable_ReturnValue) == 0x00003C, "Member 'BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent::CallFunc_IsAbilityAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent, CallFunc_GetCJVehicleMovement_ReturnValue) == 0x000040, "Member 'BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent::CallFunc_GetCJVehicleMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent, CallFunc_GetCJVehicleMovement_ReturnValue_1) == 0x000048, "Member 'BP_KickDownAbilityComponent_C_ExecuteUbergraph_BP_KickDownAbilityComponent::CallFunc_GetCJVehicleMovement_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_KickDownAbilityComponent_C_IsAbilityAvailable \ +static_assert(alignof(BP_KickDownAbilityComponent_C_IsAbilityAvailable) == 0x000008, "Wrong alignment on BP_KickDownAbilityComponent_C_IsAbilityAvailable"); \ +static_assert(sizeof(BP_KickDownAbilityComponent_C_IsAbilityAvailable) == 0x000030, "Wrong size on BP_KickDownAbilityComponent_C_IsAbilityAvailable"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_IsAbilityAvailable, ReturnValue) == 0x000000, "Member 'BP_KickDownAbilityComponent_C_IsAbilityAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_IsAbilityAvailable, CallFunc_GetInventoryId_self_CastInput) == 0x000008, "Member 'BP_KickDownAbilityComponent_C_IsAbilityAvailable::CallFunc_GetInventoryId_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_IsAbilityAvailable, CallFunc_GetInventoryId_ReturnValue) == 0x000018, "Member 'BP_KickDownAbilityComponent_C_IsAbilityAvailable::CallFunc_GetInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_IsAbilityAvailable, CallFunc_HasInventoryItem_ReturnValue) == 0x000020, "Member 'BP_KickDownAbilityComponent_C_IsAbilityAvailable::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_IsAbilityAvailable, CallFunc_GetCurrentGear_ReturnValue) == 0x000024, "Member 'BP_KickDownAbilityComponent_C_IsAbilityAvailable::CallFunc_GetCurrentGear_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_IsAbilityAvailable, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'BP_KickDownAbilityComponent_C_IsAbilityAvailable::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_KickDownAbilityComponent_C_IsAbilityAvailable, CallFunc_BooleanAND_ReturnValue) == 0x000029, "Member 'BP_KickDownAbilityComponent_C_IsAbilityAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_KickDownAbilityComponent_C \ +static_assert(alignof(UBP_KickDownAbilityComponent_C) == 0x000008, "Wrong alignment on UBP_KickDownAbilityComponent_C"); \ +static_assert(sizeof(UBP_KickDownAbilityComponent_C) == 0x0000F8, "Wrong size on UBP_KickDownAbilityComponent_C"); \ +static_assert(offsetof(UBP_KickDownAbilityComponent_C, UberGraphFrame) == 0x0000E8, "Member 'UBP_KickDownAbilityComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_KickDownAbilityComponent_C, Additional_Torque) == 0x0000F0, "Member 'UBP_KickDownAbilityComponent_C::Additional_Torque' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSXpEvents \ +static_assert(alignof(FSXpEvents) == 0x000008, "Wrong alignment on FSXpEvents"); \ +static_assert(sizeof(FSXpEvents) == 0x000020, "Wrong size on FSXpEvents"); \ +static_assert(offsetof(FSXpEvents, Item_18_5C3373754129501FFE3B0CA39CB0C082) == 0x000000, "Member 'FSXpEvents::Item_18_5C3373754129501FFE3B0CA39CB0C082' has a wrong offset!"); \ +static_assert(offsetof(FSXpEvents, Value_19_03200EAA402B4990A2D8CD8A9611CC29) == 0x000010, "Member 'FSXpEvents::Value_19_03200EAA402B4990A2D8CD8A9611CC29' has a wrong offset!"); \ +static_assert(offsetof(FSXpEvents, IsMajorEvent_21_3951153447E91387E387F5946CAC2CD3) == 0x000018, "Member 'FSXpEvents::IsMajorEvent_21_3951153447E91387E387F5946CAC2CD3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Stat_ItemInstance_C_BP_SetupItemInstance \ +static_assert(alignof(BP_Stat_ItemInstance_C_BP_SetupItemInstance) == 0x000001, "Wrong alignment on BP_Stat_ItemInstance_C_BP_SetupItemInstance"); \ +static_assert(sizeof(BP_Stat_ItemInstance_C_BP_SetupItemInstance) == 0x000001, "Wrong size on BP_Stat_ItemInstance_C_BP_SetupItemInstance"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_BP_SetupItemInstance, bFromSaveGame) == 0x000000, "Member 'BP_Stat_ItemInstance_C_BP_SetupItemInstance::bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Stat_ItemInstance_C_Calculate \ +static_assert(alignof(BP_Stat_ItemInstance_C_Calculate) == 0x000008, "Wrong alignment on BP_Stat_ItemInstance_C_Calculate"); \ +static_assert(sizeof(BP_Stat_ItemInstance_C_Calculate) == 0x0000C0, "Wrong size on BP_Stat_ItemInstance_C_Calculate"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, PrimaryTable) == 0x000000, "Member 'BP_Stat_ItemInstance_C_Calculate::PrimaryTable' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, SecondaryTable) == 0x000008, "Member 'BP_Stat_ItemInstance_C_Calculate::SecondaryTable' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, base) == 0x000010, "Member 'BP_Stat_ItemInstance_C_Calculate::base' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, PrimaryAttributeCount) == 0x000018, "Member 'BP_Stat_ItemInstance_C_Calculate::PrimaryAttributeCount' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, SecondaryAttributeCount) == 0x00001C, "Member 'BP_Stat_ItemInstance_C_Calculate::SecondaryAttributeCount' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, CurrentValue) == 0x000020, "Member 'BP_Stat_ItemInstance_C_Calculate::CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'BP_Stat_ItemInstance_C_Calculate::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00002C, "Member 'BP_Stat_ItemInstance_C_Calculate::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000030, "Member 'BP_Stat_ItemInstance_C_Calculate::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, CallFunc_GetDataTableRowNames_OutRowNames_1) == 0x000040, "Member 'BP_Stat_ItemInstance_C_Calculate::CallFunc_GetDataTableRowNames_OutRowNames_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, CallFunc_GetDataTableRowFromName_OutRow) == 0x000050, "Member 'BP_Stat_ItemInstance_C_Calculate::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'BP_Stat_ItemInstance_C_Calculate::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000080, "Member 'BP_Stat_ItemInstance_C_Calculate::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000088, "Member 'BP_Stat_ItemInstance_C_Calculate::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x0000B0, "Member 'BP_Stat_ItemInstance_C_Calculate::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Calculate, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0000B8, "Member 'BP_Stat_ItemInstance_C_Calculate::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance \ +static_assert(alignof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance) == 0x000008, "Wrong alignment on BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance"); \ +static_assert(sizeof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance) == 0x000170, "Wrong size on BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, EntryPoint) == 0x000000, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, Temp_int_Variable) == 0x000004, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, K2Node_CustomEvent_NewCount) == 0x00001C, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::K2Node_CustomEvent_NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, Temp_int_Variable_1) == 0x000020, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000024, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_AsItem_ReturnValue) == 0x000028, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_AsItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000060, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x000088, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_ObservePlayerInventoryItemCount_ReturnValue) == 0x0000B0, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_ObservePlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0000B8, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, K2Node_DynamicCast_AsBP_Stat_Mixin) == 0x0000C0, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::K2Node_DynamicCast_AsBP_Stat_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_IsValid_ReturnValue) == 0x0000C9, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_GetSoftMixinPtrForItem_ReturnValue_1) == 0x0000D0, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_GetSoftMixinPtrForItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x0000F8, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_ObservePlayerInventoryItemCount_ReturnValue_1) == 0x000100, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_ObservePlayerInventoryItemCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, K2Node_DynamicCast_AsBP_Attribute_Mixin) == 0x000108, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::K2Node_DynamicCast_AsBP_Attribute_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, K2Node_DynamicCast_bSuccess_1) == 0x000110, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_IsValid_ReturnValue_1) == 0x000111, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_GetSoftMixinPtrForItem_ReturnValue_2) == 0x000118, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_GetSoftMixinPtrForItem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, CallFunc_LoadAsset_Blocking_ReturnValue_2) == 0x000140, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::CallFunc_LoadAsset_Blocking_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, K2Node_CreateDelegate_OutputDelegate_1) == 0x000148, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, K2Node_DynamicCast_AsBP_Attribute_Mixin_1) == 0x000158, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::K2Node_DynamicCast_AsBP_Attribute_Mixin_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, K2Node_DynamicCast_bSuccess_2) == 0x000160, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, K2Node_CustomEvent_NewCount_1) == 0x000164, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::K2Node_CustomEvent_NewCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance, K2Node_Event_bFromSaveGame) == 0x000168, "Member 'BP_Stat_ItemInstance_C_ExecuteUbergraph_BP_Stat_ItemInstance::K2Node_Event_bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Stat_ItemInstance_C_Get_Increase_For_Attribute \ +static_assert(alignof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute) == 0x000008, "Wrong alignment on BP_Stat_ItemInstance_C_Get_Increase_For_Attribute"); \ +static_assert(sizeof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute) == 0x0000C8, "Wrong size on BP_Stat_ItemInstance_C_Get_Increase_For_Attribute"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute, Attribute) == 0x000000, "Member 'BP_Stat_ItemInstance_C_Get_Increase_For_Attribute::Attribute' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute, Increase) == 0x000028, "Member 'BP_Stat_ItemInstance_C_Get_Increase_For_Attribute::Increase' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000030, "Member 'BP_Stat_ItemInstance_C_Get_Increase_For_Attribute::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute, CallFunc_GetPlayerInventoryItemCount_ReturnValue_1) == 0x000034, "Member 'BP_Stat_ItemInstance_C_Get_Increase_For_Attribute::CallFunc_GetPlayerInventoryItemCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute, CallFunc_EqualEqual_SoftObjectReference_ReturnValue) == 0x000038, "Member 'BP_Stat_ItemInstance_C_Get_Increase_For_Attribute::CallFunc_EqualEqual_SoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000040, "Member 'BP_Stat_ItemInstance_C_Get_Increase_For_Attribute::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute, CallFunc_EqualEqual_SoftObjectReference_ReturnValue_1) == 0x000050, "Member 'BP_Stat_ItemInstance_C_Get_Increase_For_Attribute::CallFunc_EqualEqual_SoftObjectReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute, CallFunc_GetDataTableRowFromName_OutRow) == 0x000058, "Member 'BP_Stat_ItemInstance_C_Get_Increase_For_Attribute::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000080, "Member 'BP_Stat_ItemInstance_C_Get_Increase_For_Attribute::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute, CallFunc_GetDataTableRowNames_OutRowNames_1) == 0x000088, "Member 'BP_Stat_ItemInstance_C_Get_Increase_For_Attribute::CallFunc_GetDataTableRowNames_OutRowNames_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000098, "Member 'BP_Stat_ItemInstance_C_Get_Increase_For_Attribute::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Increase_For_Attribute, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x0000C0, "Member 'BP_Stat_ItemInstance_C_Get_Increase_For_Attribute::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Stat_ItemInstance_C_Get_Last_Max_Value \ +static_assert(alignof(BP_Stat_ItemInstance_C_Get_Last_Max_Value) == 0x000008, "Wrong alignment on BP_Stat_ItemInstance_C_Get_Last_Max_Value"); \ +static_assert(sizeof(BP_Stat_ItemInstance_C_Get_Last_Max_Value) == 0x000040, "Wrong size on BP_Stat_ItemInstance_C_Get_Last_Max_Value"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Last_Max_Value, Last_Max_Value) == 0x000000, "Member 'BP_Stat_ItemInstance_C_Get_Last_Max_Value::Last_Max_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Last_Max_Value, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000008, "Member 'BP_Stat_ItemInstance_C_Get_Last_Max_Value::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Last_Max_Value, CallFunc_GetDataTableRowNames_OutRowNames_1) == 0x000018, "Member 'BP_Stat_ItemInstance_C_Get_Last_Max_Value::CallFunc_GetDataTableRowNames_OutRowNames_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Last_Max_Value, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_Stat_ItemInstance_C_Get_Last_Max_Value::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Last_Max_Value, CallFunc_Array_Length_ReturnValue_1) == 0x00002C, "Member 'BP_Stat_ItemInstance_C_Get_Last_Max_Value::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Last_Max_Value, CallFunc_Calculate_CurrentValue) == 0x000030, "Member 'BP_Stat_ItemInstance_C_Get_Last_Max_Value::CallFunc_Calculate_CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Last_Max_Value, CallFunc_FMax_ReturnValue) == 0x000038, "Member 'BP_Stat_ItemInstance_C_Get_Last_Max_Value::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Stat_ItemInstance_C_Get_Max_Value \ +static_assert(alignof(BP_Stat_ItemInstance_C_Get_Max_Value) == 0x000008, "Wrong alignment on BP_Stat_ItemInstance_C_Get_Max_Value"); \ +static_assert(sizeof(BP_Stat_ItemInstance_C_Get_Max_Value) == 0x000140, "Wrong size on BP_Stat_ItemInstance_C_Get_Max_Value"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, MaxValue) == 0x000000, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, CallFunc_AsItem_ReturnValue) == 0x000008, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::CallFunc_AsItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, Temp_struct_Variable) == 0x000040, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, CallFunc_Conv_InventoryItemLocatorToString_ReturnValue) == 0x000048, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::CallFunc_Conv_InventoryItemLocatorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, CallFunc_GetWorldStateBool_ReturnValue) == 0x000068, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, K2Node_MakeStruct_FormatArgumentData) == 0x000070, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, CallFunc_GetInventoryId_ReturnValue) == 0x0000B8, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::CallFunc_GetInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, CallFunc_GetInventoryItemCount_ReturnValue) == 0x0000C0, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, CallFunc_GetInventoryItemCount_ReturnValue_1) == 0x0000C4, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::CallFunc_GetInventoryItemCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, CallFunc_Calculate_CurrentValue) == 0x0000C8, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::CallFunc_Calculate_CurrentValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, CallFunc_FMax_ReturnValue) == 0x0000D0, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, K2Node_MakeArray_Array) == 0x000120, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_Get_Max_Value, CallFunc_Format_ReturnValue) == 0x000130, "Member 'BP_Stat_ItemInstance_C_Get_Max_Value::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Stat_ItemInstance_C_OnItemCountUpdated_3E5D18D746C3DA8ACCD74C9380454556 \ +static_assert(alignof(BP_Stat_ItemInstance_C_OnItemCountUpdated_3E5D18D746C3DA8ACCD74C9380454556) == 0x000004, "Wrong alignment on BP_Stat_ItemInstance_C_OnItemCountUpdated_3E5D18D746C3DA8ACCD74C9380454556"); \ +static_assert(sizeof(BP_Stat_ItemInstance_C_OnItemCountUpdated_3E5D18D746C3DA8ACCD74C9380454556) == 0x000004, "Wrong size on BP_Stat_ItemInstance_C_OnItemCountUpdated_3E5D18D746C3DA8ACCD74C9380454556"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_OnItemCountUpdated_3E5D18D746C3DA8ACCD74C9380454556, NewCount) == 0x000000, "Member 'BP_Stat_ItemInstance_C_OnItemCountUpdated_3E5D18D746C3DA8ACCD74C9380454556::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Stat_ItemInstance_C_OnItemCountUpdated_CA24DF5F42CB814BA14344A4E8BFF277 \ +static_assert(alignof(BP_Stat_ItemInstance_C_OnItemCountUpdated_CA24DF5F42CB814BA14344A4E8BFF277) == 0x000004, "Wrong alignment on BP_Stat_ItemInstance_C_OnItemCountUpdated_CA24DF5F42CB814BA14344A4E8BFF277"); \ +static_assert(sizeof(BP_Stat_ItemInstance_C_OnItemCountUpdated_CA24DF5F42CB814BA14344A4E8BFF277) == 0x000004, "Wrong size on BP_Stat_ItemInstance_C_OnItemCountUpdated_CA24DF5F42CB814BA14344A4E8BFF277"); \ +static_assert(offsetof(BP_Stat_ItemInstance_C_OnItemCountUpdated_CA24DF5F42CB814BA14344A4E8BFF277, NewCount) == 0x000000, "Member 'BP_Stat_ItemInstance_C_OnItemCountUpdated_CA24DF5F42CB814BA14344A4E8BFF277::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Stat_ItemInstance_C \ +static_assert(alignof(UBP_Stat_ItemInstance_C) == 0x000008, "Wrong alignment on UBP_Stat_ItemInstance_C"); \ +static_assert(sizeof(UBP_Stat_ItemInstance_C) == 0x0000B0, "Wrong size on UBP_Stat_ItemInstance_C"); \ +static_assert(offsetof(UBP_Stat_ItemInstance_C, UberGraphFrame) == 0x000028, "Member 'UBP_Stat_ItemInstance_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_Stat_ItemInstance_C, OnMaxValueChanged) == 0x000030, "Member 'UBP_Stat_ItemInstance_C::OnMaxValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_Stat_ItemInstance_C, PrimaryAttributeTable) == 0x000040, "Member 'UBP_Stat_ItemInstance_C::PrimaryAttributeTable' has a wrong offset!"); \ +static_assert(offsetof(UBP_Stat_ItemInstance_C, SecondaryAttributeTable) == 0x000048, "Member 'UBP_Stat_ItemInstance_C::SecondaryAttributeTable' has a wrong offset!"); \ +static_assert(offsetof(UBP_Stat_ItemInstance_C, Primary_Attribute) == 0x000050, "Member 'UBP_Stat_ItemInstance_C::Primary_Attribute' has a wrong offset!"); \ +static_assert(offsetof(UBP_Stat_ItemInstance_C, Secondary_Attribute) == 0x000078, "Member 'UBP_Stat_ItemInstance_C::Secondary_Attribute' has a wrong offset!"); \ +static_assert(offsetof(UBP_Stat_ItemInstance_C, Base_Max_Value) == 0x0000A0, "Member 'UBP_Stat_ItemInstance_C::Base_Max_Value' has a wrong offset!"); \ +static_assert(offsetof(UBP_Stat_ItemInstance_C, Loaded) == 0x0000A8, "Member 'UBP_Stat_ItemInstance_C::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x000E10, "Wrong size on ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_584) == 0x000004, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_584' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_585) == 0x000010, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_585' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_586) == 0x000018, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_586' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_587) == 0x000020, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_587' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_588) == 0x000028, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_588' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_589) == 0x000030, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_589' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_590) == 0x000038, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_590' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_591) == 0x000040, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_591' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_592) == 0x000048, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_592' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_593) == 0x000050, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_593' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_594) == 0x000058, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_594' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_595) == 0x000060, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_595' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_596) == 0x000068, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_596' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_597) == 0x000070, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_597' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_598) == 0x000078, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_598' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_599) == 0x000080, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_599' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_600) == 0x000088, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_600' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_601) == 0x000090, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_601' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_602) == 0x000098, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_602' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_603) == 0x0000A0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_603' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_604) == 0x0000A8, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_604' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_605) == 0x0000B0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_605' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_606) == 0x0000B8, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_606' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_607) == 0x0000C0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_607' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_608) == 0x0000C8, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_608' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_609) == 0x0000D0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_609' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_610) == 0x0000D8, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_610' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_611) == 0x0000E0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_611' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_612) == 0x0000E8, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_612' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_613) == 0x0000F0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_613' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_614) == 0x0000F4, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_614' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_615) == 0x000100, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_615' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_616) == 0x000108, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_616' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_617) == 0x000110, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_617' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_618) == 0x000118, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_618' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_619) == 0x000120, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_619' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BoolProperty_620) == 0x000128, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BoolProperty_620' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_621) == 0x00012C, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_621' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_622) == 0x000134, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_622' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_623) == 0x000140, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_623' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_624) == 0x000148, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_624' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_625) == 0x000149, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_625' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_626) == 0x000150, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_626' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __CurveFloat_627) == 0x000158, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__CurveFloat_627' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_628) == 0x000160, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_628' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BlendProfile_629) == 0x000168, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BlendProfile_629' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_630) == 0x000170, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_630' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_631) == 0x000174, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_631' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_632) == 0x000178, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_632' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_633) == 0x0001A4, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_633' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BoolProperty_634) == 0x0001A8, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BoolProperty_634' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_635) == 0x0001A9, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_635' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __ByteProperty_636) == 0x0001AA, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__ByteProperty_636' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_637) == 0x0001B0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_637' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_638) == 0x0001D0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_638' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_639) == 0x0001D8, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_639' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0001E0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000260, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_21) == 0x0002A0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_18) == 0x0002D0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_18) == 0x000300, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_20) == 0x000330, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_17) == 0x000360, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_17) == 0x000390, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_19) == 0x0003C0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_16) == 0x0003F0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_16) == 0x000420, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_18) == 0x000450, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_17) == 0x000480, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x0004B0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_16) == 0x0004E0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_15) == 0x000510, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_15) == 0x000540, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_15) == 0x000570, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_14) == 0x0005A0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_14) == 0x0005D0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_14) == 0x000600, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_13) == 0x000630, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_13) == 0x000660, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_13) == 0x000690, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_12) == 0x0006C0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_12) == 0x0006F0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_12) == 0x000720, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_11) == 0x000750, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_11) == 0x000780, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_11) == 0x0007B0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_10) == 0x0007E0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_10) == 0x000810, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_10) == 0x000840, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_9) == 0x000870, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_9) == 0x0008A0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_9) == 0x0008D0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_8) == 0x000900, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_8) == 0x000930, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_8) == 0x000960, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_7) == 0x000990, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_7) == 0x0009C0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x0009F0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_6) == 0x000A20, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_6) == 0x000A50, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000A80, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_5) == 0x000AB0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_5) == 0x000AE0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x000B10, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_4) == 0x000B40, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_4) == 0x000B70, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000BA0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x000BD0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_3) == 0x000C00, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000C30, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x000C60, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_2) == 0x000C90, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x000CC0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000CF0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending_1) == 0x000D20, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000D50, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000D80, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_DeadBlending) == 0x000DB0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_DeadBlending' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000DE0, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData) == 0x0000A0, "Wrong size on ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable) == 0x000008, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_0) == 0x000010, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_1) == 0x000018, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_2) == 0x000020, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_3) == 0x000028, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_4) == 0x000030, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_5) == 0x000038, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_6) == 0x000040, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_7) == 0x000048, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_8) == 0x000050, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_9) == 0x000058, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_10) == 0x000060, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_11) == 0x000068, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_12) == 0x000070, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_13) == 0x000078, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_14) == 0x000080, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_15) == 0x000088, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_16) == 0x000090, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __DataTable_17) == 0x000098, "Member 'ABP_LL_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__DataTable_17' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_AnimGraph \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_Evade_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_Evade_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_Evade_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_Evade_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_Evade_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_Evade_Layer, Evade_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_Evade_Layer::Evade_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_HeavyHit_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_HeavyHit_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_HeavyHit_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_HeavyHit_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_HeavyHit_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_HeavyHit_Layer, HeavyHit_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_HeavyHit_Layer::HeavyHit_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_HeavyHitReact_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_HeavyHitReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_HeavyHitReact_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_HeavyHitReact_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_HeavyHitReact_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_HeavyHitReact_Layer, HeavyHitReact_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_HeavyHitReact_Layer::HeavyHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_HeavyMiss_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_HeavyMiss_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_HeavyMiss_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_HeavyMiss_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_HeavyMiss_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_HeavyMiss_Layer, HeavyMiss_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_HeavyMiss_Layer::HeavyMiss_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_InventoryItem_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_InventoryItem_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_InventoryItem_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_InventoryItem_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_InventoryItem_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_InventoryItem_Layer, InventoryItem_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_InventoryItem_Layer::InventoryItem_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_LightHit_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_LightHit_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_LightHit_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_LightHit_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_LightHit_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_LightHit_Layer, LightHit_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_LightHit_Layer::LightHit_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_LightHitReact_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_LightHitReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_LightHitReact_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_LightHitReact_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_LightHitReact_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_LightHitReact_Layer, LightHitReact_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_LightHitReact_Layer::LightHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_LightMiss_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_LightMiss_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_LightMiss_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_LightMiss_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_LightMiss_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_LightMiss_Layer, LightMiss_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_LightMiss_Layer::LightMiss_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_Parry_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_Parry_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_Parry_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_Parry_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_Parry_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_Parry_Layer, Parry_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_Parry_Layer::Parry_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_ParryHitReact_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_ParryHitReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_ParryHitReact_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_ParryHitReact_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_ParryHitReact_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_ParryHitReact_Layer, ParryHitReact_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_ParryHitReact_Layer::ParryHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_ParryMiss_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_ParryMiss_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_ParryMiss_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_ParryMiss_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_ParryMiss_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_ParryMiss_Layer, ParryMiss_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_ParryMiss_Layer::ParryMiss_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_PerfectParry_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_PerfectParry_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_PerfectParry_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_PerfectParry_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_PerfectParry_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_PerfectParry_Layer, PerfectParry_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_PerfectParry_Layer::PerfectParry_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_PerfectParryHitReact_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_PerfectParryHitReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_PerfectParryHitReact_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_PerfectParryHitReact_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_PerfectParryHitReact_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_PerfectParryHitReact_Layer, PerfectParryHitReact_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_PerfectParryHitReact_Layer::PerfectParryHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_Riposte_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_Riposte_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_Riposte_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_Riposte_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_Riposte_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_Riposte_Layer, Riposte_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_Riposte_Layer::Riposte_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_RiposteHitReact_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_RiposteHitReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_RiposteHitReact_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_RiposteHitReact_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_RiposteHitReact_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_RiposteHitReact_Layer, RiposteHitReact_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_RiposteHitReact_Layer::RiposteHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_Shove_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_Shove_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_Shove_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_Shove_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_Shove_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_Shove_Layer, Shove_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_Shove_Layer::Shove_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_ShoveHitReact_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_ShoveHitReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_ShoveHitReact_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_ShoveHitReact_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_ShoveHitReact_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_ShoveHitReact_Layer, ShoveHitReact_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_ShoveHitReact_Layer::ShoveHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_Spacing_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_Spacing_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_Spacing_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_Spacing_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_Spacing_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_Spacing_Layer, Spacing_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_Spacing_Layer::Spacing_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_TakeDown_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_TakeDown_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_TakeDown_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_TakeDown_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_TakeDown_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_TakeDown_Layer, TakeDown_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_TakeDown_Layer::TakeDown_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_TakeDownHitReact_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_TakeDownHitReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_TakeDownHitReact_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_TakeDownHitReact_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_TakeDownHitReact_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_TakeDownHitReact_Layer, TakeDownHitReact_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_TakeDownHitReact_Layer::TakeDownHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_PlayerDefault_C_ThrowWeapon_Layer \ +static_assert(alignof(ABP_LL_Melee_PlayerDefault_C_ThrowWeapon_Layer) == 0x000008, "Wrong alignment on ABP_LL_Melee_PlayerDefault_C_ThrowWeapon_Layer"); \ +static_assert(sizeof(ABP_LL_Melee_PlayerDefault_C_ThrowWeapon_Layer) == 0x000010, "Wrong size on ABP_LL_Melee_PlayerDefault_C_ThrowWeapon_Layer"); \ +static_assert(offsetof(ABP_LL_Melee_PlayerDefault_C_ThrowWeapon_Layer, ThrowWeapon_Layer_0) == 0x000000, "Member 'ABP_LL_Melee_PlayerDefault_C_ThrowWeapon_Layer::ThrowWeapon_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_Melee_PlayerDefault_C \ +static_assert(alignof(UABP_LL_Melee_PlayerDefault_C) == 0x000010, "Wrong alignment on UABP_LL_Melee_PlayerDefault_C"); \ +static_assert(sizeof(UABP_LL_Melee_PlayerDefault_C) == 0x008E80, "Wrong size on UABP_LL_Melee_PlayerDefault_C"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, __AnimBlueprintMutables) == 0x0003F0, "Member 'UABP_LL_Melee_PlayerDefault_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimBlueprintExtension_PropertyAccess) == 0x000490, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimBlueprintExtension_Base) == 0x000498, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_21) == 0x0004A0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_18) == 0x0004C0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_18) == 0x000540, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_20) == 0x000BD0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_17) == 0x000BF0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_17) == 0x000C70, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_19) == 0x001300, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_16) == 0x001320, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_16) == 0x0013A0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_18) == 0x001A30, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_17) == 0x001A50, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SequencePlayer) == 0x001A70, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_16) == 0x001AB8, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_15) == 0x001AD8, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_15) == 0x001B50, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_15) == 0x0021E0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_14) == 0x002200, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_14) == 0x002280, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_14) == 0x002910, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_13) == 0x002930, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_13) == 0x0029B0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_13) == 0x003040, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_12) == 0x003060, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_12) == 0x0030E0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_12) == 0x003770, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_11) == 0x003790, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_11) == 0x003810, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_11) == 0x003EA0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_10) == 0x003EC0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_10) == 0x003F40, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_10) == 0x0045D0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_9) == 0x0045F0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_9) == 0x004670, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_9) == 0x004D00, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_8) == 0x004D20, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_8) == 0x004DA0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_8) == 0x005430, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_7) == 0x005450, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_7) == 0x0054D0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_7) == 0x005B60, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_6) == 0x005B80, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_6) == 0x005C00, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_6) == 0x006290, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_5) == 0x0062B0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_5) == 0x006330, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_5) == 0x0069C0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_4) == 0x0069E0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_4) == 0x006A60, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_4) == 0x0070F0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x007110, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_3) == 0x007190, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_3) == 0x007820, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x007840, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_2) == 0x0078C0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_2) == 0x007F50, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x007F70, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending_1) == 0x007FF0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root_1) == 0x008680, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x0086A0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_DeadBlending) == 0x008720, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_DeadBlending' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, AnimGraphNode_Root) == 0x008DB0, "Member 'UABP_LL_Melee_PlayerDefault_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, RiposteHitReact_CDB) == 0x008DD0, "Member 'UABP_LL_Melee_PlayerDefault_C::RiposteHitReact_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, PerfectParryHitReact_CDB) == 0x008DD8, "Member 'UABP_LL_Melee_PlayerDefault_C::PerfectParryHitReact_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, ParryHitReact_CDB) == 0x008DE0, "Member 'UABP_LL_Melee_PlayerDefault_C::ParryHitReact_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, TakeDownHitReact_CDB) == 0x008DE8, "Member 'UABP_LL_Melee_PlayerDefault_C::TakeDownHitReact_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, HeavyHitReact_CDB) == 0x008DF0, "Member 'UABP_LL_Melee_PlayerDefault_C::HeavyHitReact_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, LightHitReact_CDB) == 0x008DF8, "Member 'UABP_LL_Melee_PlayerDefault_C::LightHitReact_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, Riposte_CDB) == 0x008E00, "Member 'UABP_LL_Melee_PlayerDefault_C::Riposte_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, PerfectParry_CDB) == 0x008E08, "Member 'UABP_LL_Melee_PlayerDefault_C::PerfectParry_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, ParryMiss_CDB) == 0x008E10, "Member 'UABP_LL_Melee_PlayerDefault_C::ParryMiss_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, Parry_CDB) == 0x008E18, "Member 'UABP_LL_Melee_PlayerDefault_C::Parry_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, Evade_CDB) == 0x008E20, "Member 'UABP_LL_Melee_PlayerDefault_C::Evade_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, TakeDown_CDB) == 0x008E28, "Member 'UABP_LL_Melee_PlayerDefault_C::TakeDown_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, HeavyMiss_CDB) == 0x008E30, "Member 'UABP_LL_Melee_PlayerDefault_C::HeavyMiss_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, HeavyHit_CDB) == 0x008E38, "Member 'UABP_LL_Melee_PlayerDefault_C::HeavyHit_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, LightMiss_CDB) == 0x008E40, "Member 'UABP_LL_Melee_PlayerDefault_C::LightMiss_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, LightHit_CDB) == 0x008E48, "Member 'UABP_LL_Melee_PlayerDefault_C::LightHit_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, ShoveHitReact_CDB) == 0x008E50, "Member 'UABP_LL_Melee_PlayerDefault_C::ShoveHitReact_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, Shove_CDB) == 0x008E58, "Member 'UABP_LL_Melee_PlayerDefault_C::Shove_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, Spacing_CDB) == 0x008E60, "Member 'UABP_LL_Melee_PlayerDefault_C::Spacing_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, WeaponThrow_CDB) == 0x008E68, "Member 'UABP_LL_Melee_PlayerDefault_C::WeaponThrow_CDB' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Melee_PlayerDefault_C, InventoryItemUse_CDB) == 0x008E70, "Member 'UABP_LL_Melee_PlayerDefault_C::InventoryItemUse_CDB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VEPM_inAir_C_BlueprintModifyParameter \ +static_assert(alignof(VEPM_inAir_C_BlueprintModifyParameter) == 0x000008, "Wrong alignment on VEPM_inAir_C_BlueprintModifyParameter"); \ +static_assert(sizeof(VEPM_inAir_C_BlueprintModifyParameter) == 0x0000A8, "Wrong size on VEPM_inAir_C_BlueprintModifyParameter"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, DeltaTime) == 0x000000, "Member 'VEPM_inAir_C_BlueprintModifyParameter::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, Vehicle) == 0x000008, "Member 'VEPM_inAir_C_BlueprintModifyParameter::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, InContext) == 0x000010, "Member 'VEPM_inAir_C_BlueprintModifyParameter::InContext' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, OutContext) == 0x000020, "Member 'VEPM_inAir_C_BlueprintModifyParameter::OutContext' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, CallFunc_CheckNoWheelsOnGround_ReturnValue) == 0x000030, "Member 'VEPM_inAir_C_BlueprintModifyParameter::CallFunc_CheckNoWheelsOnGround_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'VEPM_inAir_C_BlueprintModifyParameter::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000040, "Member 'VEPM_inAir_C_BlueprintModifyParameter::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, CallFunc_FInterpTo_ReturnValue) == 0x000048, "Member 'VEPM_inAir_C_BlueprintModifyParameter::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, CallFunc_Lerp_ReturnValue) == 0x000050, "Member 'VEPM_inAir_C_BlueprintModifyParameter::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, CallFunc_FInterpTo_ReturnValue_1) == 0x000058, "Member 'VEPM_inAir_C_BlueprintModifyParameter::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, CallFunc_SelectFloat_ReturnValue) == 0x000060, "Member 'VEPM_inAir_C_BlueprintModifyParameter::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_StructOut) == 0x000068, "Member 'VEPM_inAir_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000078, "Member 'VEPM_inAir_C_BlueprintModifyParameter::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000080, "Member 'VEPM_inAir_C_BlueprintModifyParameter::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, CallFunc_Lerp_A_ImplicitCast) == 0x000088, "Member 'VEPM_inAir_C_BlueprintModifyParameter::CallFunc_Lerp_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, CallFunc_FInterpTo_DeltaTime_ImplicitCast) == 0x000090, "Member 'VEPM_inAir_C_BlueprintModifyParameter::CallFunc_FInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, CallFunc_FInterpTo_DeltaTime_ImplicitCast_1) == 0x000098, "Member 'VEPM_inAir_C_BlueprintModifyParameter::CallFunc_FInterpTo_DeltaTime_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_EngineLoad_ImplicitCast) == 0x0000A0, "Member 'VEPM_inAir_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_EngineLoad_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_inAir_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_EngineRPM_ImplicitCast) == 0x0000A4, "Member 'VEPM_inAir_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_EngineRPM_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVEPM_inAir_C \ +static_assert(alignof(UVEPM_inAir_C) == 0x000008, "Wrong alignment on UVEPM_inAir_C"); \ +static_assert(sizeof(UVEPM_inAir_C) == 0x000060, "Wrong size on UVEPM_inAir_C"); \ +static_assert(offsetof(UVEPM_inAir_C, ModRPM) == 0x000030, "Member 'UVEPM_inAir_C::ModRPM' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_inAir_C, ModLoad) == 0x000038, "Member 'UVEPM_inAir_C::ModLoad' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_inAir_C, Alpha) == 0x000040, "Member 'UVEPM_inAir_C::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_inAir_C, Delta_Time) == 0x000048, "Member 'UVEPM_inAir_C::Delta_Time' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_inAir_C, VehicleRef) == 0x000050, "Member 'UVEPM_inAir_C::VehicleRef' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_inAir_C, CurrentRPM) == 0x000058, "Member 'UVEPM_inAir_C::CurrentRPM' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_inAir_C, CurrentLoad) == 0x00005C, "Member 'UVEPM_inAir_C::CurrentLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_MissionDelivery_C \ +static_assert(alignof(UPDA_MissionDelivery_C) == 0x000008, "Wrong alignment on UPDA_MissionDelivery_C"); \ +static_assert(sizeof(UPDA_MissionDelivery_C) == 0x000040, "Wrong size on UPDA_MissionDelivery_C"); \ +static_assert(offsetof(UPDA_MissionDelivery_C, TimeLimit) == 0x000030, "Member 'UPDA_MissionDelivery_C::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_MissionDelivery_C, bFailIfNotInVehicle) == 0x000038, "Member 'UPDA_MissionDelivery_C::bFailIfNotInVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_MissionDelivery_C, bRequiresSameVehicle) == 0x000039, "Member 'UPDA_MissionDelivery_C::bRequiresSameVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_MissionDelivery_C, bFailIfWanted) == 0x00003A, "Member 'UPDA_MissionDelivery_C::bFailIfWanted' has a wrong offset!"); \ +static_assert(offsetof(UPDA_MissionDelivery_C, bBlockSuccessIfNotInVehicle) == 0x00003B, "Member 'UPDA_MissionDelivery_C::bBlockSuccessIfNotInVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_MissionDelivery_C, bBlockSuccessIfWanted) == 0x00003C, "Member 'UPDA_MissionDelivery_C::bBlockSuccessIfWanted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_NitroBoost_C_BlueprintModifyCamera \ +static_assert(alignof(CJCM_NitroBoost_C_BlueprintModifyCamera) == 0x000008, "Wrong alignment on CJCM_NitroBoost_C_BlueprintModifyCamera"); \ +static_assert(sizeof(CJCM_NitroBoost_C_BlueprintModifyCamera) == 0x000170, "Wrong size on CJCM_NitroBoost_C_BlueprintModifyCamera"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, InCameraContext) == 0x000000, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, OutCameraContext) == 0x000068, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::OutCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_FInterpTo_ReturnValue) == 0x0000D0, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_FInterpTo_ReturnValue_1) == 0x0000E0, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_GetPlayingInstance_ReturnValue) == 0x0000E8, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_GetVehicle_ReturnValue) == 0x0000F0, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_IsAbilityActive_ReturnValue) == 0x0000F9, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue) == 0x000100, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_1) == 0x000108, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_Lerp_ReturnValue) == 0x000110, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_GetVelocity_ReturnValue) == 0x000118, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_VSize_ReturnValue) == 0x000130, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_MapRangeClamped_ReturnValue) == 0x000138, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_FTrunc_ReturnValue) == 0x000140, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_Lerp_A_ImplicitCast) == 0x000148, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_Lerp_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000150, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_FInterpTo_DeltaTime_ImplicitCast) == 0x000158, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_FInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, CallFunc_FInterpTo_DeltaTime_ImplicitCast_1) == 0x000160, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::CallFunc_FInterpTo_DeltaTime_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_BlueprintModifyCamera, K2Node_VariableSet_TargetArmLength_ImplicitCast) == 0x000168, "Member 'CJCM_NitroBoost_C_BlueprintModifyCamera::K2Node_VariableSet_TargetArmLength_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_NitroBoost_C_F_BlurPostprocess \ +static_assert(alignof(CJCM_NitroBoost_C_F_BlurPostprocess) == 0x000010, "Wrong alignment on CJCM_NitroBoost_C_F_BlurPostprocess"); \ +static_assert(sizeof(CJCM_NitroBoost_C_F_BlurPostprocess) == 0x0000D0, "Wrong size on CJCM_NitroBoost_C_F_BlurPostprocess"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_BlurPostprocess, Context) == 0x000000, "Member 'CJCM_NitroBoost_C_F_BlurPostprocess::Context' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_BlurPostprocess, NitroActive) == 0x000068, "Member 'CJCM_NitroBoost_C_F_BlurPostprocess::NitroActive' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_BlurPostprocess, NewLocalVar) == 0x000070, "Member 'CJCM_NitroBoost_C_F_BlurPostprocess::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_BlurPostprocess, CallFunc_SelectFloat_ReturnValue) == 0x000078, "Member 'CJCM_NitroBoost_C_F_BlurPostprocess::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_BlurPostprocess, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'CJCM_NitroBoost_C_F_BlurPostprocess::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_BlurPostprocess, CallFunc_FInterpTo_ReturnValue) == 0x000088, "Member 'CJCM_NitroBoost_C_F_BlurPostprocess::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_BlurPostprocess, CallFunc_GetPostProcessingSystemFromContextObject_ReturnValue) == 0x000090, "Member 'CJCM_NitroBoost_C_F_BlurPostprocess::CallFunc_GetPostProcessingSystemFromContextObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_BlurPostprocess, CallFunc_MakeVector4_ReturnValue) == 0x0000A0, "Member 'CJCM_NitroBoost_C_F_BlurPostprocess::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_BlurPostprocess, CallFunc_FInterpTo_DeltaTime_ImplicitCast) == 0x0000C0, "Member 'CJCM_NitroBoost_C_F_BlurPostprocess::CallFunc_FInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_BlurPostprocess, CallFunc_ActivatePostProcessingEffect_InOpacity_ImplicitCast) == 0x0000C8, "Member 'CJCM_NitroBoost_C_F_BlurPostprocess::CallFunc_ActivatePostProcessingEffect_InOpacity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_NitroBoost_C_F_ForceFeedbackNitro \ +static_assert(alignof(CJCM_NitroBoost_C_F_ForceFeedbackNitro) == 0x000008, "Wrong alignment on CJCM_NitroBoost_C_F_ForceFeedbackNitro"); \ +static_assert(sizeof(CJCM_NitroBoost_C_F_ForceFeedbackNitro) == 0x000028, "Wrong size on CJCM_NitroBoost_C_F_ForceFeedbackNitro"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_ForceFeedbackNitro, NitroActive) == 0x000000, "Member 'CJCM_NitroBoost_C_F_ForceFeedbackNitro::NitroActive' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_ForceFeedbackNitro, Camera_Component) == 0x000008, "Member 'CJCM_NitroBoost_C_F_ForceFeedbackNitro::Camera_Component' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_ForceFeedbackNitro, CallFunc_RandomFloatInRange_ReturnValue) == 0x000010, "Member 'CJCM_NitroBoost_C_F_ForceFeedbackNitro::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_ForceFeedbackNitro, CallFunc_SpawnForceFeedbackAttached_ReturnValue) == 0x000018, "Member 'CJCM_NitroBoost_C_F_ForceFeedbackNitro::CallFunc_SpawnForceFeedbackAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_ForceFeedbackNitro, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'CJCM_NitroBoost_C_F_ForceFeedbackNitro::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_NitroBoost_C_F_ForceFeedbackNitro, CallFunc_SpawnForceFeedbackAttached_IntensityMultiplier_ImplicitCast) == 0x000024, "Member 'CJCM_NitroBoost_C_F_ForceFeedbackNitro::CallFunc_SpawnForceFeedbackAttached_IntensityMultiplier_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_NitroBoost_C \ +static_assert(alignof(UCJCM_NitroBoost_C) == 0x000008, "Wrong alignment on UCJCM_NitroBoost_C"); \ +static_assert(sizeof(UCJCM_NitroBoost_C) == 0x000098, "Wrong size on UCJCM_NitroBoost_C"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, BlurMultiplier) == 0x000030, "Member 'UCJCM_NitroBoost_C::BlurMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, InterpSpeed__Blur_IN_) == 0x000038, "Member 'UCJCM_NitroBoost_C::InterpSpeed__Blur_IN_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, InterpSpeed__Blur_OUT_) == 0x000040, "Member 'UCJCM_NitroBoost_C::InterpSpeed__Blur_OUT_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, DistanceMultiplier) == 0x000048, "Member 'UCJCM_NitroBoost_C::DistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, InterpSpeed__IN_) == 0x000050, "Member 'UCJCM_NitroBoost_C::InterpSpeed__IN_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, InterpSpeed__OUT_) == 0x000058, "Member 'UCJCM_NitroBoost_C::InterpSpeed__OUT_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, CurrentDistanceAlpha) == 0x000060, "Member 'UCJCM_NitroBoost_C::CurrentDistanceAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, Delta_Time) == 0x000068, "Member 'UCJCM_NitroBoost_C::Delta_Time' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, MotionBlur) == 0x00006C, "Member 'UCJCM_NitroBoost_C::MotionBlur' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, Amount) == 0x000070, "Member 'UCJCM_NitroBoost_C::Amount' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, Max) == 0x000078, "Member 'UCJCM_NitroBoost_C::Max' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, Vignette_Intensity) == 0x000080, "Member 'UCJCM_NitroBoost_C::Vignette_Intensity' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, Detail_Strenght) == 0x000088, "Member 'UCJCM_NitroBoost_C::Detail_Strenght' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_NitroBoost_C, Opacity) == 0x000090, "Member 'UCJCM_NitroBoost_C::Opacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter \ +static_assert(alignof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter) == 0x000008, "Wrong alignment on BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter"); \ +static_assert(sizeof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter) == 0x0000A8, "Wrong size on BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, DeltaTime) == 0x000000, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, Vehicle) == 0x000008, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, InContext) == 0x000010, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::InContext' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, OutContext) == 0x000020, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::OutContext' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, CallFunc_ShouldApplyModifier_Apply_Modifier) == 0x000030, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::CallFunc_ShouldApplyModifier_Apply_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, CallFunc_SelectFloat_ReturnValue) == 0x000038, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, CallFunc_PerlinNoise1D_ReturnValue) == 0x000048, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::CallFunc_PerlinNoise1D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000050, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000058, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000068, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_StructOut) == 0x000070, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000080, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, CallFunc_Add_DoubleDouble_B_ImplicitCast_1) == 0x000088, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::CallFunc_Add_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, CallFunc_PerlinNoise1D_Value_ImplicitCast) == 0x000090, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::CallFunc_PerlinNoise1D_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000098, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_EngineRPM_ImplicitCast) == 0x0000A0, "Member 'BP_EPM_IdleRPMNoise_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_EngineRPM_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EPM_IdleRPMNoise_C_ShouldApplyModifier \ +static_assert(alignof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier) == 0x000008, "Wrong alignment on BP_EPM_IdleRPMNoise_C_ShouldApplyModifier"); \ +static_assert(sizeof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier) == 0x000048, "Wrong size on BP_EPM_IdleRPMNoise_C_ShouldApplyModifier"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, Vehicle) == 0x000000, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, Apply_Modifier) == 0x000008, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::Apply_Modifier' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, CallFunc_GetCJVehicleMovement_ReturnValue) == 0x000010, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::CallFunc_GetCJVehicleMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, CallFunc_GetForwardSpeed_ReturnValue) == 0x000018, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::CallFunc_GetForwardSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, CallFunc_GetThrottleInput_ReturnValue) == 0x00001C, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::CallFunc_GetThrottleInput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000021, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000022, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000023, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000028, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, CallFunc_Greater_DoubleDouble_A_ImplicitCast_1) == 0x000038, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::CallFunc_Greater_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EPM_IdleRPMNoise_C_ShouldApplyModifier, CallFunc_Less_DoubleDouble_A_ImplicitCast_1) == 0x000040, "Member 'BP_EPM_IdleRPMNoise_C_ShouldApplyModifier::CallFunc_Less_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_EPM_IdleRPMNoise_C \ +static_assert(alignof(UBP_EPM_IdleRPMNoise_C) == 0x000008, "Wrong alignment on UBP_EPM_IdleRPMNoise_C"); \ +static_assert(sizeof(UBP_EPM_IdleRPMNoise_C) == 0x000048, "Wrong size on UBP_EPM_IdleRPMNoise_C"); \ +static_assert(offsetof(UBP_EPM_IdleRPMNoise_C, Time) == 0x000030, "Member 'UBP_EPM_IdleRPMNoise_C::Time' has a wrong offset!"); \ +static_assert(offsetof(UBP_EPM_IdleRPMNoise_C, RPM_Range) == 0x000038, "Member 'UBP_EPM_IdleRPMNoise_C::RPM_Range' has a wrong offset!"); \ +static_assert(offsetof(UBP_EPM_IdleRPMNoise_C, Frequency) == 0x000040, "Member 'UBP_EPM_IdleRPMNoise_C::Frequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDmgTypeBP_TakedownHealing_C \ +static_assert(alignof(UDmgTypeBP_TakedownHealing_C) == 0x000008, "Wrong alignment on UDmgTypeBP_TakedownHealing_C"); \ +static_assert(sizeof(UDmgTypeBP_TakedownHealing_C) == 0x000048, "Wrong size on UDmgTypeBP_TakedownHealing_C"); \ + +#define DUMPER7_ASSERTS_CJCM_LookAt_C_BlueprintEnterTransition \ +static_assert(alignof(CJCM_LookAt_C_BlueprintEnterTransition) == 0x000008, "Wrong alignment on CJCM_LookAt_C_BlueprintEnterTransition"); \ +static_assert(sizeof(CJCM_LookAt_C_BlueprintEnterTransition) == 0x0000D0, "Wrong size on CJCM_LookAt_C_BlueprintEnterTransition"); \ +static_assert(offsetof(CJCM_LookAt_C_BlueprintEnterTransition, InCameraContext) == 0x000000, "Member 'CJCM_LookAt_C_BlueprintEnterTransition::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_LookAt_C_BlueprintEnterTransition, OutCameraContext) == 0x000068, "Member 'CJCM_LookAt_C_BlueprintEnterTransition::OutCameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_LookAt_C_BlueprintUpdateAlignTowards \ +static_assert(alignof(CJCM_LookAt_C_BlueprintUpdateAlignTowards) == 0x000008, "Wrong alignment on CJCM_LookAt_C_BlueprintUpdateAlignTowards"); \ +static_assert(sizeof(CJCM_LookAt_C_BlueprintUpdateAlignTowards) == 0x000068, "Wrong size on CJCM_LookAt_C_BlueprintUpdateAlignTowards"); \ +static_assert(offsetof(CJCM_LookAt_C_BlueprintUpdateAlignTowards, CameraContext) == 0x000000, "Member 'CJCM_LookAt_C_BlueprintUpdateAlignTowards::CameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_LookAt_C_ExecuteUbergraph_CJCM_LookAt \ +static_assert(alignof(CJCM_LookAt_C_ExecuteUbergraph_CJCM_LookAt) == 0x000008, "Wrong alignment on CJCM_LookAt_C_ExecuteUbergraph_CJCM_LookAt"); \ +static_assert(sizeof(CJCM_LookAt_C_ExecuteUbergraph_CJCM_LookAt) == 0x000070, "Wrong size on CJCM_LookAt_C_ExecuteUbergraph_CJCM_LookAt"); \ +static_assert(offsetof(CJCM_LookAt_C_ExecuteUbergraph_CJCM_LookAt, EntryPoint) == 0x000000, "Member 'CJCM_LookAt_C_ExecuteUbergraph_CJCM_LookAt::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(CJCM_LookAt_C_ExecuteUbergraph_CJCM_LookAt, K2Node_Event_CameraContext) == 0x000008, "Member 'CJCM_LookAt_C_ExecuteUbergraph_CJCM_LookAt::K2Node_Event_CameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_LookAt_C_FindLookAtRotation \ +static_assert(alignof(CJCM_LookAt_C_FindLookAtRotation) == 0x000008, "Wrong alignment on CJCM_LookAt_C_FindLookAtRotation"); \ +static_assert(sizeof(CJCM_LookAt_C_FindLookAtRotation) == 0x000060, "Wrong size on CJCM_LookAt_C_FindLookAtRotation"); \ +static_assert(offsetof(CJCM_LookAt_C_FindLookAtRotation, ActorVector) == 0x000000, "Member 'CJCM_LookAt_C_FindLookAtRotation::ActorVector' has a wrong offset!"); \ +static_assert(offsetof(CJCM_LookAt_C_FindLookAtRotation, InBounds) == 0x000018, "Member 'CJCM_LookAt_C_FindLookAtRotation::InBounds' has a wrong offset!"); \ +static_assert(offsetof(CJCM_LookAt_C_FindLookAtRotation, Alignment_Strength_0) == 0x00001C, "Member 'CJCM_LookAt_C_FindLookAtRotation::Alignment_Strength_0' has a wrong offset!"); \ +static_assert(offsetof(CJCM_LookAt_C_FindLookAtRotation, IsActorInView_) == 0x000020, "Member 'CJCM_LookAt_C_FindLookAtRotation::IsActorInView_' has a wrong offset!"); \ +static_assert(offsetof(CJCM_LookAt_C_FindLookAtRotation, TargetMode) == 0x000021, "Member 'CJCM_LookAt_C_FindLookAtRotation::TargetMode' has a wrong offset!"); \ +static_assert(offsetof(CJCM_LookAt_C_FindLookAtRotation, CallFunc_GetPlayingInstance_ReturnValue) == 0x000028, "Member 'CJCM_LookAt_C_FindLookAtRotation::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_LookAt_C_FindLookAtRotation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'CJCM_LookAt_C_FindLookAtRotation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_LookAt_C_FindLookAtRotation, CallFunc_FindLookAtRotation_ReturnValue) == 0x000048, "Member 'CJCM_LookAt_C_FindLookAtRotation::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_LookAt_C_GetCurveX \ +static_assert(alignof(CJCM_LookAt_C_GetCurveX) == 0x000004, "Wrong alignment on CJCM_LookAt_C_GetCurveX"); \ +static_assert(sizeof(CJCM_LookAt_C_GetCurveX) == 0x000004, "Wrong size on CJCM_LookAt_C_GetCurveX"); \ +static_assert(offsetof(CJCM_LookAt_C_GetCurveX, ReturnValue) == 0x000000, "Member 'CJCM_LookAt_C_GetCurveX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_LookAt_C_ShouldBlendIn \ +static_assert(alignof(CJCM_LookAt_C_ShouldBlendIn) == 0x000008, "Wrong alignment on CJCM_LookAt_C_ShouldBlendIn"); \ +static_assert(sizeof(CJCM_LookAt_C_ShouldBlendIn) == 0x000070, "Wrong size on CJCM_LookAt_C_ShouldBlendIn"); \ +static_assert(offsetof(CJCM_LookAt_C_ShouldBlendIn, CameraContext) == 0x000000, "Member 'CJCM_LookAt_C_ShouldBlendIn::CameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_LookAt_C_ShouldBlendIn, ReturnValue) == 0x000068, "Member 'CJCM_LookAt_C_ShouldBlendIn::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_LookAt_C_ShouldBlendIn, CallFunc_BooleanAND_ReturnValue) == 0x000069, "Member 'CJCM_LookAt_C_ShouldBlendIn::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_LookAt_C \ +static_assert(alignof(UCJCM_LookAt_C) == 0x000008, "Wrong alignment on UCJCM_LookAt_C"); \ +static_assert(sizeof(UCJCM_LookAt_C) == 0x000278, "Wrong size on UCJCM_LookAt_C"); \ +static_assert(offsetof(UCJCM_LookAt_C, UberGraphFrame) == 0x000248, "Member 'UCJCM_LookAt_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_LookAt_C, Actor_Vector) == 0x000250, "Member 'UCJCM_LookAt_C::Actor_Vector' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_LookAt_C, In_Bounds) == 0x000268, "Member 'UCJCM_LookAt_C::In_Bounds' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_LookAt_C, Is_Actor_in_View_) == 0x000269, "Member 'UCJCM_LookAt_C::Is_Actor_in_View_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_LookAt_C, Target_Mode) == 0x00026A, "Member 'UCJCM_LookAt_C::Target_Mode' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_LookAt_C, Alignment_Strength) == 0x00026C, "Member 'UCJCM_LookAt_C::Alignment_Strength' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_LookAt_C, CameraBoom) == 0x000270, "Member 'UCJCM_LookAt_C::CameraBoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Camera_Shake_Burnout_New_C \ +static_assert(alignof(UBP_Camera_Shake_Burnout_New_C) == 0x000010, "Wrong alignment on UBP_Camera_Shake_Burnout_New_C"); \ +static_assert(sizeof(UBP_Camera_Shake_Burnout_New_C) == 0x0000E0, "Wrong size on UBP_Camera_Shake_Burnout_New_C"); \ + +#define DUMPER7_ASSERTS_VEPM_SideRam_C_BlueprintModifyParameter \ +static_assert(alignof(VEPM_SideRam_C_BlueprintModifyParameter) == 0x000008, "Wrong alignment on VEPM_SideRam_C_BlueprintModifyParameter"); \ +static_assert(sizeof(VEPM_SideRam_C_BlueprintModifyParameter) == 0x0000B0, "Wrong size on VEPM_SideRam_C_BlueprintModifyParameter"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, DeltaTime) == 0x000000, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, Vehicle) == 0x000008, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, InContext) == 0x000010, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::InContext' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, OutContext) == 0x000020, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::OutContext' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, CallFunc_IsAbilityActive_ReturnValue) == 0x000030, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, CallFunc_SelectFloat_ReturnValue) == 0x000038, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, CallFunc_IsAbilityActive_ReturnValue_1) == 0x000040, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::CallFunc_IsAbilityActive_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, CallFunc_FInterpTo_ReturnValue) == 0x000048, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, CallFunc_Lerp_ReturnValue) == 0x000050, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, CallFunc_FInterpTo_ReturnValue_1) == 0x000058, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, CallFunc_SelectFloat_ReturnValue_1) == 0x000060, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000068, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_StructOut) == 0x000070, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, K2Node_VariableSet_CurrentRPM_ImplicitCast) == 0x000080, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::K2Node_VariableSet_CurrentRPM_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, K2Node_VariableSet_CurrentSkid_Combined_ImplicitCast) == 0x000088, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::K2Node_VariableSet_CurrentSkid_Combined_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_WheelsSkidNormalized_ImplicitCast) == 0x000090, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_WheelsSkidNormalized_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, CallFunc_FInterpTo_DeltaTime_ImplicitCast) == 0x000098, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::CallFunc_FInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, CallFunc_FInterpTo_DeltaTime_ImplicitCast_1) == 0x0000A0, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::CallFunc_FInterpTo_DeltaTime_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(VEPM_SideRam_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_EngineRPM_ImplicitCast) == 0x0000A8, "Member 'VEPM_SideRam_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_EngineRPM_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVEPM_SideRam_C \ +static_assert(alignof(UVEPM_SideRam_C) == 0x000008, "Wrong alignment on UVEPM_SideRam_C"); \ +static_assert(sizeof(UVEPM_SideRam_C) == 0x0000A8, "Wrong size on UVEPM_SideRam_C"); \ +static_assert(offsetof(UVEPM_SideRam_C, IsAbilityActive) == 0x000030, "Member 'UVEPM_SideRam_C::IsAbilityActive' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, hasTriggered_test) == 0x000031, "Member 'UVEPM_SideRam_C::hasTriggered_test' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, CurrentRPM) == 0x000038, "Member 'UVEPM_SideRam_C::CurrentRPM' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, ModRPM) == 0x000040, "Member 'UVEPM_SideRam_C::ModRPM' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, CurrentSkid_Left) == 0x000048, "Member 'UVEPM_SideRam_C::CurrentSkid_Left' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, CurrentSkid_Right) == 0x000050, "Member 'UVEPM_SideRam_C::CurrentSkid_Right' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, ModSkid_Left) == 0x000058, "Member 'UVEPM_SideRam_C::ModSkid_Left' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, ModSkid_Right) == 0x000060, "Member 'UVEPM_SideRam_C::ModSkid_Right' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, Delta_Time) == 0x000068, "Member 'UVEPM_SideRam_C::Delta_Time' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, LastModRPM) == 0x000070, "Member 'UVEPM_SideRam_C::LastModRPM' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, Timer) == 0x000078, "Member 'UVEPM_SideRam_C::Timer' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, Alpha) == 0x000080, "Member 'UVEPM_SideRam_C::Alpha' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, Interp_Speed_Down) == 0x000088, "Member 'UVEPM_SideRam_C::Interp_Speed_Down' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, VehicleRef) == 0x000090, "Member 'UVEPM_SideRam_C::VehicleRef' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, CurrentSkid_Combined) == 0x000098, "Member 'UVEPM_SideRam_C::CurrentSkid_Combined' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_SideRam_C, ModSkid_Combined) == 0x0000A0, "Member 'UVEPM_SideRam_C::ModSkid_Combined' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Skill_TakeDamageMultiplier_C_GetTakeDamageMultiplier \ +static_assert(alignof(BPI_Skill_TakeDamageMultiplier_C_GetTakeDamageMultiplier) == 0x000008, "Wrong alignment on BPI_Skill_TakeDamageMultiplier_C_GetTakeDamageMultiplier"); \ +static_assert(sizeof(BPI_Skill_TakeDamageMultiplier_C_GetTakeDamageMultiplier) == 0x000050, "Wrong size on BPI_Skill_TakeDamageMultiplier_C_GetTakeDamageMultiplier"); \ +static_assert(offsetof(BPI_Skill_TakeDamageMultiplier_C_GetTakeDamageMultiplier, Damage) == 0x000000, "Member 'BPI_Skill_TakeDamageMultiplier_C_GetTakeDamageMultiplier::Damage' has a wrong offset!"); \ +static_assert(offsetof(BPI_Skill_TakeDamageMultiplier_C_GetTakeDamageMultiplier, HealthDamageMultiplier) == 0x000040, "Member 'BPI_Skill_TakeDamageMultiplier_C_GetTakeDamageMultiplier::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BPI_Skill_TakeDamageMultiplier_C_GetTakeDamageMultiplier, PostureDamageMultiplier) == 0x000048, "Member 'BPI_Skill_TakeDamageMultiplier_C_GetTakeDamageMultiplier::PostureDamageMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_Skill_TakeDamageMultiplier_C \ +static_assert(alignof(IBPI_Skill_TakeDamageMultiplier_C) == 0x000001, "Wrong alignment on IBPI_Skill_TakeDamageMultiplier_C"); \ +static_assert(sizeof(IBPI_Skill_TakeDamageMultiplier_C) == 0x000001, "Wrong size on IBPI_Skill_TakeDamageMultiplier_C"); \ + +#define DUMPER7_ASSERTS_BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest \ +static_assert(alignof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest) == 0x000008, "Wrong alignment on BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest"); \ +static_assert(sizeof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest) == 0x000078, "Wrong size on BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, EntryPoint) == 0x000000, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, K2Node_CustomEvent_NewCount) == 0x000008, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::K2Node_CustomEvent_NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, Temp_int_Variable) == 0x00001C, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue) == 0x000020, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000029, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x000030, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000058, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x000060, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, K2Node_DynamicCast_AsBP_POI_UIMeta_Data_Mixin) == 0x000068, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::K2Node_DynamicCast_AsBP_POI_UIMeta_Data_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000071, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000072, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000073, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x000074, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x000075, "Member 'BP_VM_PointOfInterest_C_ExecuteUbergraph_BP_VM_PointOfInterest::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_PointOfInterest_C_OnItemCategoryCountUpdated_8F4DD5E54CA73A42E9B3ACA157B2A3EA \ +static_assert(alignof(BP_VM_PointOfInterest_C_OnItemCategoryCountUpdated_8F4DD5E54CA73A42E9B3ACA157B2A3EA) == 0x000004, "Wrong alignment on BP_VM_PointOfInterest_C_OnItemCategoryCountUpdated_8F4DD5E54CA73A42E9B3ACA157B2A3EA"); \ +static_assert(sizeof(BP_VM_PointOfInterest_C_OnItemCategoryCountUpdated_8F4DD5E54CA73A42E9B3ACA157B2A3EA) == 0x000004, "Wrong size on BP_VM_PointOfInterest_C_OnItemCategoryCountUpdated_8F4DD5E54CA73A42E9B3ACA157B2A3EA"); \ +static_assert(offsetof(BP_VM_PointOfInterest_C_OnItemCategoryCountUpdated_8F4DD5E54CA73A42E9B3ACA157B2A3EA, NewCount) == 0x000000, "Member 'BP_VM_PointOfInterest_C_OnItemCategoryCountUpdated_8F4DD5E54CA73A42E9B3ACA157B2A3EA::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VM_PointOfInterest_C \ +static_assert(alignof(UBP_VM_PointOfInterest_C) == 0x000008, "Wrong alignment on UBP_VM_PointOfInterest_C"); \ +static_assert(sizeof(UBP_VM_PointOfInterest_C) == 0x000130, "Wrong size on UBP_VM_PointOfInterest_C"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, UberGraphFrame) == 0x000070, "Member 'UBP_VM_PointOfInterest_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, InventoryItem) == 0x000078, "Member 'UBP_VM_PointOfInterest_C::InventoryItem' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, DisplayName) == 0x0000A0, "Member 'UBP_VM_PointOfInterest_C::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, DisplayDesc) == 0x0000B0, "Member 'UBP_VM_PointOfInterest_C::DisplayDesc' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, FlavorText) == 0x0000C0, "Member 'UBP_VM_PointOfInterest_C::FlavorText' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, Image) == 0x0000D0, "Member 'UBP_VM_PointOfInterest_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, CityBlock) == 0x0000D8, "Member 'UBP_VM_PointOfInterest_C::CityBlock' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, Location) == 0x0000E0, "Member 'UBP_VM_PointOfInterest_C::Location' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, IsInInventory) == 0x0000F8, "Member 'UBP_VM_PointOfInterest_C::IsInInventory' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, IsSimple) == 0x0000F9, "Member 'UBP_VM_PointOfInterest_C::IsSimple' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, IsNotInInventory) == 0x0000FA, "Member 'UBP_VM_PointOfInterest_C::IsNotInInventory' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, OnFocused) == 0x000100, "Member 'UBP_VM_PointOfInterest_C::OnFocused' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, OnUnfocused) == 0x000110, "Member 'UBP_VM_PointOfInterest_C::OnUnfocused' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_PointOfInterest_C, IsNotificationRemoved) == 0x000120, "Member 'UBP_VM_PointOfInterest_C::IsNotificationRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_RemoteKeys_C \ +static_assert(alignof(IBPI_RemoteKeys_C) == 0x000001, "Wrong alignment on IBPI_RemoteKeys_C"); \ +static_assert(sizeof(IBPI_RemoteKeys_C) == 0x000001, "Wrong size on IBPI_RemoteKeys_C"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_CheckForCancelation \ +static_assert(alignof(BP_SideRamComponent_C_CheckForCancelation) == 0x000008, "Wrong alignment on BP_SideRamComponent_C_CheckForCancelation"); \ +static_assert(sizeof(BP_SideRamComponent_C_CheckForCancelation) == 0x0000C8, "Wrong size on BP_SideRamComponent_C_CheckForCancelation"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_IsPossessedByPlayer_ReturnValue) == 0x000000, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_IsPossessedByPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000001, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_GetCJVehicleMovement_ReturnValue) == 0x000008, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_GetCJVehicleMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_GetSteeringValue_ReturnValue) == 0x000010, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_GetSteeringValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000015, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_Abs_ReturnValue) == 0x000018, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000020, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x000021, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_BooleanAND_ReturnValue) == 0x000022, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_BooleanAND_ReturnValue_1) == 0x000023, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_BooleanAND_ReturnValue_2) == 0x000024, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000025, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_IsAbilityActive_ReturnValue) == 0x000026, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_BooleanAND_ReturnValue_3) == 0x000027, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_ShouldShowDebug_ReturnValue) == 0x000028, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_ShouldShowDebug_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_ShouldShowDebug_ReturnValue_1) == 0x000029, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_ShouldShowDebug_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_GetCJVehicleMovement_ReturnValue_1) == 0x000030, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_GetCJVehicleMovement_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_GetWheelContactRatio_ReturnValue) == 0x000038, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_GetWheelContactRatio_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x00003C, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_SideRamComponent_C_CheckForCancelation::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_BooleanOR_ReturnValue) == 0x000088, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_SideRamComponent_C_CheckForCancelation::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_Abs_A_ImplicitCast) == 0x0000B0, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x0000B8, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_CheckForCancelation, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x0000C0, "Member 'BP_SideRamComponent_C_CheckForCancelation::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_ExecuteStage1 \ +static_assert(alignof(BP_SideRamComponent_C_ExecuteStage1) == 0x000008, "Wrong alignment on BP_SideRamComponent_C_ExecuteStage1"); \ +static_assert(sizeof(BP_SideRamComponent_C_ExecuteStage1) == 0x000008, "Wrong size on BP_SideRamComponent_C_ExecuteStage1"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteStage1, DeltaTime) == 0x000000, "Member 'BP_SideRamComponent_C_ExecuteStage1::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_ExecuteStage2 \ +static_assert(alignof(BP_SideRamComponent_C_ExecuteStage2) == 0x000008, "Wrong alignment on BP_SideRamComponent_C_ExecuteStage2"); \ +static_assert(sizeof(BP_SideRamComponent_C_ExecuteStage2) == 0x000008, "Wrong size on BP_SideRamComponent_C_ExecuteStage2"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteStage2, DeltaTime) == 0x000000, "Member 'BP_SideRamComponent_C_ExecuteStage2::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_ExecuteStage3 \ +static_assert(alignof(BP_SideRamComponent_C_ExecuteStage3) == 0x000008, "Wrong alignment on BP_SideRamComponent_C_ExecuteStage3"); \ +static_assert(sizeof(BP_SideRamComponent_C_ExecuteStage3) == 0x000008, "Wrong size on BP_SideRamComponent_C_ExecuteStage3"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteStage3, DeltaTime) == 0x000000, "Member 'BP_SideRamComponent_C_ExecuteStage3::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent \ +static_assert(alignof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent) == 0x000010, "Wrong alignment on BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent"); \ +static_assert(sizeof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent) == 0x001060, "Wrong size on BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, EntryPoint) == 0x000000, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_IsPossessedByPlayer_ReturnValue) == 0x000004, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_IsPossessedByPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, Temp_object_Variable) == 0x000008, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, Temp_bool_Variable) == 0x000018, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, Temp_byte_Variable) == 0x000019, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, Temp_byte_Variable_1) == 0x00001A, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000020, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000040, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000044, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000048, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, Temp_object_Variable_1) == 0x000050, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000058, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, Temp_real_Variable) == 0x000060, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, Temp_real_Variable_1) == 0x000068, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, Temp_real_Variable_0) == 0x000070, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, Temp_real_Variable_1_0) == 0x000078, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, Temp_bool_Variable_1) == 0x000080, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_TransformRotation_ReturnValue) == 0x000088, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_TransformRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000A0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetCenterOfMass_ReturnValue) == 0x0000B8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetCenterOfMass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Add_VectorVector_ReturnValue) == 0x0000D0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x0000E8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000100, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetPhysicsAngularVelocityInDegrees_ReturnValue) == 0x000118, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetPhysicsAngularVelocityInDegrees_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BreakRotator_Roll) == 0x000130, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BreakRotator_Pitch) == 0x000134, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BreakRotator_Yaw) == 0x000138, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BreakVector_X) == 0x000140, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BreakVector_Y) == 0x000148, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BreakVector_Z) == 0x000150, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeStruct_FormatArgumentData) == 0x000158, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Abs_ReturnValue) == 0x0001A0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x0001A8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetCenterOfMass_ReturnValue_1) == 0x0001C0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetCenterOfMass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0001D8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetCenterOfMass_ReturnValue_2) == 0x0001F0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetCenterOfMass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetMass_ReturnValue) == 0x000208, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetMass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000210, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_InverseTransformLocation_ReturnValue) == 0x000270, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetPhysicsAngularVelocityInDegrees_ReturnValue_1) == 0x000288, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetPhysicsAngularVelocityInDegrees_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_IsAbilityActive_ReturnValue) == 0x0002A0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BreakVector_X_1) == 0x0002A8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BreakVector_Y_1) == 0x0002B0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BreakVector_Z_1) == 0x0002B8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x0002C0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_4) == 0x0002D8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_5) == 0x0002F0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000308, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000310, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000328, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000330, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000331, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_FMin_ReturnValue) == 0x000338, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000340, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_6) == 0x000358, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_TransformLocation_ReturnValue) == 0x000370, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000388, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0003A0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_7) == 0x0003B8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetMass_ReturnValue_1) == 0x0003D0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetMass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetComponentVelocity_ReturnValue) == 0x0003D8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetComponentVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_FMax_ReturnValue) == 0x0003F0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_8) == 0x0003F8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_FMax_ReturnValue_1) == 0x000410, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Divide_VectorVector_ReturnValue) == 0x000418, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x000430, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_SafeDivide_ReturnValue) == 0x000448, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_FClamp_ReturnValue) == 0x000450, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeStruct_FormatArgumentData_1) == 0x000458, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetRuntimeFloatCurveValue_ReturnValue) == 0x0004A0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetRuntimeFloatCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_9) == 0x0004A8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeStruct_FormatArgumentData_2) == 0x0004C0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetSteeringInput_ReturnValue) == 0x000508, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetSteeringInput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00050C, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00050D, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_Select_Default) == 0x00050E, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Abs_ReturnValue_1) == 0x000510, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000518, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetRightVector_ReturnValue) == 0x000520, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000538, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetVelocity_ReturnValue) == 0x000550, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetRightVector_ReturnValue_1) == 0x000568, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetRightVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_InRange_IntInt_ReturnValue) == 0x000580, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_InRange_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetCenterOfMass_ReturnValue_3) == 0x000588, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetCenterOfMass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_InverseTransformDirection_ReturnValue) == 0x0005A0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_InverseTransformDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Add_VectorVector_ReturnValue_4) == 0x0005B8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Dot_VectorVector_ReturnValue) == 0x0005D0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0005D8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_10) == 0x0005E0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_3) == 0x0005F8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000610, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Add_VectorVector_ReturnValue_5) == 0x000628, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_IsPossessedByPlayer_ReturnValue_1) == 0x000640, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_IsPossessedByPlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetCJVehicleMovement_ReturnValue) == 0x000648, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetCJVehicleMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetForwardSpeedKMH_ReturnValue) == 0x000650, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetForwardSpeedKMH_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetSteeringRotation_ReturnValue) == 0x000658, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetSteeringRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeStruct_RtpcValue) == 0x000670, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeStruct_RtpcValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetSteeringRotation_ReturnValue_1) == 0x000698, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetSteeringRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeArray_Array) == 0x0006B0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_CJPostEventAtLocation_ReturnValue) == 0x0006C0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_CJPostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_Event_SideRamActivation) == 0x0006C4, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_Event_SideRamActivation' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_SwitchEnum_CmpSuccess) == 0x0006C5, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_LessEqual_DoubleDouble_ReturnValue_2) == 0x0006C6, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_LessEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0006D0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_11) == 0x000730, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000748, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_StringToText_ReturnValue) == 0x000758, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeStruct_FormatArgumentData_3) == 0x000768, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_MapRangeClamped_ReturnValue) == 0x0007B0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0007B8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_12) == 0x0007C0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetAlignmentTransform_Transform) == 0x0007E0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetAlignmentTransform_Transform' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000840, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_TransformRotation_ReturnValue_1) == 0x000848, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_TransformRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ComposeRotators_ReturnValue) == 0x000860, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetAlignmentTransform_Transform_1) == 0x000880, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetAlignmentTransform_Transform_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_TransformRotation_ReturnValue_2) == 0x0008E0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_TransformRotation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_TransformRotation_ReturnValue_3) == 0x0008F8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_TransformRotation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ComposeRotators_ReturnValue_1) == 0x000910, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ComposeRotators_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ComposeRotators_ReturnValue_2) == 0x000928, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ComposeRotators_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BreakRotator_Roll_1) == 0x000940, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BreakRotator_Pitch_1) == 0x000944, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BreakRotator_Yaw_1) == 0x000948, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeStruct_FormatArgumentData_4) == 0x000950, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000998, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0009A0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0009A8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0009B0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x0009B8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_SelectFloat_ReturnValue) == 0x0009C0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Greater_IntInt_ReturnValue) == 0x0009C8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_SelectFloat_ReturnValue_1) == 0x0009D0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeStruct_FormatArgumentData_5) == 0x0009D8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Abs_ReturnValue_2) == 0x000A20, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeArray_Array_1) == 0x000A28, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000A38, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Format_ReturnValue) == 0x000A40, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ClampAngle_ReturnValue) == 0x000A50, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_SignOfFloat_ReturnValue) == 0x000A58, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_MapRangeUnclamped_ReturnValue) == 0x000A60, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ClampAngle_ReturnValue_1) == 0x000A68, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ClampAngle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000A70, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_MapRangeUnclamped_ReturnValue_1) == 0x000A78, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_MapRangeUnclamped_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000A80, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000A88, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_13) == 0x000A90, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000AA8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Abs_ReturnValue_3) == 0x000AB0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Abs_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_14) == 0x000AB8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_LessEqual_DoubleDouble_ReturnValue_3) == 0x000AD0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_LessEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_4) == 0x000AD8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BooleanAND_ReturnValue) == 0x000AF0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BooleanOR_ReturnValue) == 0x000AF1, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Greater_DoubleDouble_ReturnValue_3) == 0x000AF2, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Greater_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_LessEqual_DoubleDouble_ReturnValue_4) == 0x000AF3, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_LessEqual_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeStruct_FormatArgumentData_6) == 0x000AF8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_IsAbilityActive_ReturnValue_1) == 0x000B40, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_IsAbilityActive_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_LessEqual_DoubleDouble_ReturnValue_5) == 0x000B41, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_LessEqual_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_IsPossessedByPlayer_ReturnValue_2) == 0x000B42, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_IsPossessedByPlayer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetCJVehicleMovement_ReturnValue_1) == 0x000B48, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetCJVehicleMovement_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetSteeringValue_ReturnValue) == 0x000B50, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetSteeringValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Greater_DoubleDouble_ReturnValue_4) == 0x000B54, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Greater_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Abs_ReturnValue_4) == 0x000B58, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Abs_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000B60, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Greater_DoubleDouble_ReturnValue_5) == 0x000B61, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Greater_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ShouldShowDebug_ReturnValue) == 0x000B62, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ShouldShowDebug_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BooleanAND_ReturnValue_1) == 0x000B63, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BooleanAND_ReturnValue_2) == 0x000B64, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ShouldShowDebug_ReturnValue_1) == 0x000B65, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ShouldShowDebug_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BooleanAND_ReturnValue_3) == 0x000B66, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BooleanOR_ReturnValue_1) == 0x000B67, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ShouldShowDebug_ReturnValue_2) == 0x000B68, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ShouldShowDebug_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ShouldShowDebug_ReturnValue_3) == 0x000B69, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ShouldShowDebug_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ShouldShowDebug_ReturnValue_4) == 0x000B6A, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ShouldShowDebug_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ShouldShowDebug_ReturnValue_5) == 0x000B6B, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ShouldShowDebug_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ShouldShowDebug_ReturnValue_6) == 0x000B6C, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ShouldShowDebug_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ShouldShowDebug_ReturnValue_7) == 0x000B6D, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ShouldShowDebug_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_ShouldShowDebug_ReturnValue_8) == 0x000B6E, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_ShouldShowDebug_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_IsSideRamAvailable_ReturnValue) == 0x000B6F, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_IsSideRamAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_15) == 0x000B70, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetSideRamChargeNormalized_ReturnValue) == 0x000B88, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetSideRamChargeNormalized_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_SwitchInteger_CmpSuccess) == 0x000B8C, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000B90, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeStruct_FormatArgumentData_7) == 0x000B98, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_Event_DeltaSeconds) == 0x000BE0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeArray_Array_2) == 0x000BE8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeArray_Array_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000BF8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Format_ReturnValue_1) == 0x000C00, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_FMin_ReturnValue_1) == 0x000C10, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_CustomEvent_DeltaTime_2) == 0x000C18, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_CustomEvent_DeltaTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_CustomEvent_DeltaTime_1) == 0x000C20, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_CustomEvent_DeltaTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_16) == 0x000C28, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_17) == 0x000C40, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_5) == 0x000C58, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_CustomEvent_DeltaTime) == 0x000C70, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_CustomEvent_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_6) == 0x000C78, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_18) == 0x000C90, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_7) == 0x000CA8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_8) == 0x000CC0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_TransformDirection_ReturnValue) == 0x000CD8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_TransformDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_9) == 0x000CF0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000D08, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x000D20, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_10) == 0x000D38, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Add_VectorVector_ReturnValue_6) == 0x000D50, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_19) == 0x000D68, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_11) == 0x000D80, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_20) == 0x000D98, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_12) == 0x000DB0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Divide_VectorVector_ReturnValue_1) == 0x000DC8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Divide_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GreaterGreater_VectorRotator_ReturnValue_2) == 0x000DE0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GreaterGreater_VectorRotator_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Add_VectorVector_ReturnValue_7) == 0x000DF8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Add_VectorVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_13) == 0x000E10, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Add_VectorVector_ReturnValue_8) == 0x000E28, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Add_VectorVector_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GreaterGreater_VectorRotator_ReturnValue_3) == 0x000E40, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GreaterGreater_VectorRotator_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x000E58, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeStruct_FormatArgumentData_8) == 0x000E60, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_BooleanAND_ReturnValue_4) == 0x000EA8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, K2Node_MakeArray_Array_3) == 0x000EB0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::K2Node_MakeArray_Array_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_SelectFloat_ReturnValue_2) == 0x000EC0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Format_ReturnValue_2) == 0x000EC8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_ReturnValue_21) == 0x000ED8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_14) == 0x000EF0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_15) == 0x000F08, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_16) == 0x000F20, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_17) == 0x000F38, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_VectorVector_ReturnValue_18) == 0x000F50, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_VectorVector_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GreaterGreater_VectorRotator_ReturnValue_4) == 0x000F68, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GreaterGreater_VectorRotator_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000F80, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Divide_VectorVector_ReturnValue_2) == 0x000F98, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Divide_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Add_VectorVector_ReturnValue_9) == 0x000FB0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Add_VectorVector_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x000FC8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_FMin_A_ImplicitCast) == 0x000FD0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_FMin_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast) == 0x000FD8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_1) == 0x000FE0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_2) == 0x000FE8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_3) == 0x000FF0, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_FMax_A_ImplicitCast) == 0x000FF8, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_FMax_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_GetRuntimeFloatCurveValue_InTime_ImplicitCast) == 0x001000, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_GetRuntimeFloatCurveValue_InTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_4) == 0x001008, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Abs_A_ImplicitCast) == 0x001010, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x001018, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_MapRangeClamped_OutRangeA_ImplicitCast) == 0x001020, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_MapRangeClamped_OutRangeA_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x001028, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Abs_A_ImplicitCast_1) == 0x001030, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Abs_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Greater_DoubleDouble_A_ImplicitCast_1) == 0x001038, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Greater_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x001040, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_FMin_A_ImplicitCast_1) == 0x001048, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_FMin_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent, CallFunc_Subtract_DoubleDouble_B_ImplicitCast_1) == 0x001050, "Member 'BP_SideRamComponent_C_ExecuteUbergraph_BP_SideRamComponent::CallFunc_Subtract_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_GetAlignmentTransform \ +static_assert(alignof(BP_SideRamComponent_C_GetAlignmentTransform) == 0x000010, "Wrong alignment on BP_SideRamComponent_C_GetAlignmentTransform"); \ +static_assert(sizeof(BP_SideRamComponent_C_GetAlignmentTransform) == 0x000140, "Wrong size on BP_SideRamComponent_C_GetAlignmentTransform"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAlignmentTransform, Transform) == 0x000000, "Member 'BP_SideRamComponent_C_GetAlignmentTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAlignmentTransform, CallFunc_GetTransformAxisVector_ReturnValue) == 0x000060, "Member 'BP_SideRamComponent_C_GetAlignmentTransform::CallFunc_GetTransformAxisVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAlignmentTransform, CallFunc_IsCurrentLaneValid_ReturnValue) == 0x000078, "Member 'BP_SideRamComponent_C_GetAlignmentTransform::CallFunc_IsCurrentLaneValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAlignmentTransform, CallFunc_GetCurrentLaneUpDirection_ReturnValue) == 0x000080, "Member 'BP_SideRamComponent_C_GetAlignmentTransform::CallFunc_GetCurrentLaneUpDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAlignmentTransform, CallFunc_GetCurrentLanePosition_ReturnValue) == 0x000098, "Member 'BP_SideRamComponent_C_GetAlignmentTransform::CallFunc_GetCurrentLanePosition_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAlignmentTransform, CallFunc_GetCurrentLaneDirection_ReturnValue) == 0x0000B0, "Member 'BP_SideRamComponent_C_GetAlignmentTransform::CallFunc_GetCurrentLaneDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAlignmentTransform, CallFunc_MakeTransformFromAxes_ReturnValue) == 0x0000D0, "Member 'BP_SideRamComponent_C_GetAlignmentTransform::CallFunc_MakeTransformFromAxes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAlignmentTransform, CallFunc_Dot_VectorVector_ReturnValue) == 0x000130, "Member 'BP_SideRamComponent_C_GetAlignmentTransform::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAlignmentTransform, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000138, "Member 'BP_SideRamComponent_C_GetAlignmentTransform::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAlignmentTransform, CallFunc_BooleanAND_ReturnValue) == 0x000139, "Member 'BP_SideRamComponent_C_GetAlignmentTransform::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_GetSteeringRotation \ +static_assert(alignof(BP_SideRamComponent_C_GetSteeringRotation) == 0x000008, "Wrong alignment on BP_SideRamComponent_C_GetSteeringRotation"); \ +static_assert(sizeof(BP_SideRamComponent_C_GetSteeringRotation) == 0x000058, "Wrong size on BP_SideRamComponent_C_GetSteeringRotation"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetSteeringRotation, ReturnValue) == 0x000000, "Member 'BP_SideRamComponent_C_GetSteeringRotation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetSteeringRotation, CallFunc_GetCJVehicleMovement_ReturnValue) == 0x000018, "Member 'BP_SideRamComponent_C_GetSteeringRotation::CallFunc_GetCJVehicleMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetSteeringRotation, CallFunc_GetSteeringValue_ReturnValue) == 0x000020, "Member 'BP_SideRamComponent_C_GetSteeringRotation::CallFunc_GetSteeringValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetSteeringRotation, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_SideRamComponent_C_GetSteeringRotation::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetSteeringRotation, CallFunc_MakeRotator_ReturnValue) == 0x000030, "Member 'BP_SideRamComponent_C_GetSteeringRotation::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetSteeringRotation, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000048, "Member 'BP_SideRamComponent_C_GetSteeringRotation::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetSteeringRotation, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000050, "Member 'BP_SideRamComponent_C_GetSteeringRotation::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'BP_SideRamComponent_C_InpActEvt_IA_SideRam_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_IsSideRamAvailable \ +static_assert(alignof(BP_SideRamComponent_C_IsSideRamAvailable) == 0x000008, "Wrong alignment on BP_SideRamComponent_C_IsSideRamAvailable"); \ +static_assert(sizeof(BP_SideRamComponent_C_IsSideRamAvailable) == 0x000018, "Wrong size on BP_SideRamComponent_C_IsSideRamAvailable"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, ReturnValue) == 0x000000, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, CallFunc_Less_IntInt_ReturnValue) == 0x000001, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000002, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, CallFunc_GetForwardSpeed_ReturnValue) == 0x000004, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::CallFunc_GetForwardSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, CallFunc_CheckAllWheelsOnGround_ReturnValue) == 0x000009, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::CallFunc_CheckAllWheelsOnGround_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, CallFunc_IsAbilityActive_ReturnValue) == 0x00000A, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, CallFunc_BooleanAND_ReturnValue) == 0x00000C, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, CallFunc_BooleanAND_ReturnValue_1) == 0x00000D, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, CallFunc_BooleanAND_ReturnValue_2) == 0x00000E, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, CallFunc_BooleanAND_ReturnValue_3) == 0x00000F, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_IsSideRamAvailable, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000010, "Member 'BP_SideRamComponent_C_IsSideRamAvailable::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_ModifyImpactDamageDone \ +static_assert(alignof(BP_SideRamComponent_C_ModifyImpactDamageDone) == 0x000008, "Wrong alignment on BP_SideRamComponent_C_ModifyImpactDamageDone"); \ +static_assert(sizeof(BP_SideRamComponent_C_ModifyImpactDamageDone) == 0x000040, "Wrong size on BP_SideRamComponent_C_ModifyImpactDamageDone"); \ +static_assert(offsetof(BP_SideRamComponent_C_ModifyImpactDamageDone, Damage) == 0x000000, "Member 'BP_SideRamComponent_C_ModifyImpactDamageDone::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ModifyImpactDamageDone, ReturnValue) == 0x000004, "Member 'BP_SideRamComponent_C_ModifyImpactDamageDone::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ModifyImpactDamageDone, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_SideRamComponent_C_ModifyImpactDamageDone::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ModifyImpactDamageDone, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000010, "Member 'BP_SideRamComponent_C_ModifyImpactDamageDone::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ModifyImpactDamageDone, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_SideRamComponent_C_ModifyImpactDamageDone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ModifyImpactDamageDone, CallFunc_IsUsing_ReturnValue) == 0x000019, "Member 'BP_SideRamComponent_C_ModifyImpactDamageDone::CallFunc_IsUsing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ModifyImpactDamageDone, CallFunc_SelectFloat_ReturnValue) == 0x000020, "Member 'BP_SideRamComponent_C_ModifyImpactDamageDone::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ModifyImpactDamageDone, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_SideRamComponent_C_ModifyImpactDamageDone::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ModifyImpactDamageDone, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'BP_SideRamComponent_C_ModifyImpactDamageDone::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_ModifyImpactDamageDone, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x000038, "Member 'BP_SideRamComponent_C_ModifyImpactDamageDone::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_OnHitWhileSideramIsActive \ +static_assert(alignof(BP_SideRamComponent_C_OnHitWhileSideramIsActive) == 0x000008, "Wrong alignment on BP_SideRamComponent_C_OnHitWhileSideramIsActive"); \ +static_assert(sizeof(BP_SideRamComponent_C_OnHitWhileSideramIsActive) == 0x0002E0, "Wrong size on BP_SideRamComponent_C_OnHitWhileSideramIsActive"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, Hit) == 0x000000, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, OtherActor) == 0x000100, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, OtherComponent) == 0x000108, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::OtherComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, Cancelled_Sideram) == 0x000110, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::Cancelled_Sideram' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, K2Node_DynamicCast_AsPrimitive_Component) == 0x000118, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::K2Node_DynamicCast_AsPrimitive_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, K2Node_DynamicCast_bSuccess) == 0x000120, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, K2Node_DynamicCast_AsCJCharacter) == 0x000128, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, K2Node_DynamicCast_bSuccess_1) == 0x000130, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_GetCollisionObjectType_ReturnValue) == 0x000131, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_GetCollisionObjectType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_bBlockingHit) == 0x000132, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_bInitialOverlap) == 0x000133, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_Time) == 0x000134, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_Distance) == 0x000138, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_Location) == 0x000140, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_ImpactPoint) == 0x000158, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_Normal) == 0x000170, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_ImpactNormal) == 0x000188, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_PhysMat) == 0x0001A0, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_HitActor) == 0x0001A8, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_HitComponent) == 0x0001B0, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_HitBoneName) == 0x0001B8, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_BoneName) == 0x0001C0, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_HitItem) == 0x0001C8, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_ElementIndex) == 0x0001CC, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_FaceIndex) == 0x0001D0, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_TraceStart) == 0x0001D8, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakHitResult_TraceEnd) == 0x0001F0, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000208, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000209, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_IsAbilityActive_ReturnValue) == 0x00020A, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BooleanOR_ReturnValue) == 0x00020B, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_ShouldShowDebug_ReturnValue) == 0x00020C, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_ShouldShowDebug_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000210, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakTransform_Location) == 0x000228, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakTransform_Rotation) == 0x000240, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_BreakTransform_Scale) == 0x000258, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_GetRightVector_ReturnValue) == 0x000270, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000288, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0002A0, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0002B8, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_Dot_VectorVector_ReturnValue) == 0x0002D0, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_OnHitWhileSideramIsActive, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0002D8, "Member 'BP_SideRamComponent_C_OnHitWhileSideramIsActive::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_ReceiveTick \ +static_assert(alignof(BP_SideRamComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SideRamComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_SideRamComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_SideRamComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_SideRamComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SideRamComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_TriggerSideRam \ +static_assert(alignof(BP_SideRamComponent_C_TriggerSideRam) == 0x000001, "Wrong alignment on BP_SideRamComponent_C_TriggerSideRam"); \ +static_assert(sizeof(BP_SideRamComponent_C_TriggerSideRam) == 0x000001, "Wrong size on BP_SideRamComponent_C_TriggerSideRam"); \ +static_assert(offsetof(BP_SideRamComponent_C_TriggerSideRam, SideRamActivation) == 0x000000, "Member 'BP_SideRamComponent_C_TriggerSideRam::SideRamActivation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_UpdateDirectionFromInput \ +static_assert(alignof(BP_SideRamComponent_C_UpdateDirectionFromInput) == 0x000008, "Wrong alignment on BP_SideRamComponent_C_UpdateDirectionFromInput"); \ +static_assert(sizeof(BP_SideRamComponent_C_UpdateDirectionFromInput) == 0x000028, "Wrong size on BP_SideRamComponent_C_UpdateDirectionFromInput"); \ +static_assert(offsetof(BP_SideRamComponent_C_UpdateDirectionFromInput, Temp_bool_Variable) == 0x000000, "Member 'BP_SideRamComponent_C_UpdateDirectionFromInput::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_UpdateDirectionFromInput, Temp_byte_Variable) == 0x000001, "Member 'BP_SideRamComponent_C_UpdateDirectionFromInput::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_UpdateDirectionFromInput, Temp_byte_Variable_1) == 0x000002, "Member 'BP_SideRamComponent_C_UpdateDirectionFromInput::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_UpdateDirectionFromInput, CallFunc_GetSteeringInput_ReturnValue) == 0x000004, "Member 'BP_SideRamComponent_C_UpdateDirectionFromInput::CallFunc_GetSteeringInput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_UpdateDirectionFromInput, CallFunc_Abs_ReturnValue) == 0x000008, "Member 'BP_SideRamComponent_C_UpdateDirectionFromInput::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_UpdateDirectionFromInput, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_SideRamComponent_C_UpdateDirectionFromInput::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_UpdateDirectionFromInput, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000011, "Member 'BP_SideRamComponent_C_UpdateDirectionFromInput::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_UpdateDirectionFromInput, K2Node_Select_Default) == 0x000012, "Member 'BP_SideRamComponent_C_UpdateDirectionFromInput::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_UpdateDirectionFromInput, CallFunc_Abs_A_ImplicitCast) == 0x000018, "Member 'BP_SideRamComponent_C_UpdateDirectionFromInput::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_UpdateDirectionFromInput, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000020, "Member 'BP_SideRamComponent_C_UpdateDirectionFromInput::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_GetAbilityDirection \ +static_assert(alignof(BP_SideRamComponent_C_GetAbilityDirection) == 0x000008, "Wrong alignment on BP_SideRamComponent_C_GetAbilityDirection"); \ +static_assert(sizeof(BP_SideRamComponent_C_GetAbilityDirection) == 0x000018, "Wrong size on BP_SideRamComponent_C_GetAbilityDirection"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAbilityDirection, ReturnValue) == 0x000000, "Member 'BP_SideRamComponent_C_GetAbilityDirection::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAbilityDirection, CallFunc_IsAbilityActive_ReturnValue) == 0x000004, "Member 'BP_SideRamComponent_C_GetAbilityDirection::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAbilityDirection, CallFunc_SelectFloat_ReturnValue) == 0x000008, "Member 'BP_SideRamComponent_C_GetAbilityDirection::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetAbilityDirection, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x000010, "Member 'BP_SideRamComponent_C_GetAbilityDirection::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SideRamComponent_C_GetSideRamChargeNormalized \ +static_assert(alignof(BP_SideRamComponent_C_GetSideRamChargeNormalized) == 0x000008, "Wrong alignment on BP_SideRamComponent_C_GetSideRamChargeNormalized"); \ +static_assert(sizeof(BP_SideRamComponent_C_GetSideRamChargeNormalized) == 0x000018, "Wrong size on BP_SideRamComponent_C_GetSideRamChargeNormalized"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetSideRamChargeNormalized, ReturnValue) == 0x000000, "Member 'BP_SideRamComponent_C_GetSideRamChargeNormalized::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetSideRamChargeNormalized, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'BP_SideRamComponent_C_GetSideRamChargeNormalized::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SideRamComponent_C_GetSideRamChargeNormalized, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x000010, "Member 'BP_SideRamComponent_C_GetSideRamChargeNormalized::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SideRamComponent_C \ +static_assert(alignof(UBP_SideRamComponent_C) == 0x000010, "Wrong alignment on UBP_SideRamComponent_C"); \ +static_assert(sizeof(UBP_SideRamComponent_C) == 0x0002D0, "Wrong size on UBP_SideRamComponent_C"); \ +static_assert(offsetof(UBP_SideRamComponent_C, UberGraphFrame) == 0x0000E8, "Member 'UBP_SideRamComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage1Duration) == 0x0000F0, "Member 'UBP_SideRamComponent_C::Stage1Duration' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, InitialDelay) == 0x0000F4, "Member 'UBP_SideRamComponent_C::InitialDelay' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage) == 0x0000F8, "Member 'UBP_SideRamComponent_C::Stage' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, StageTimer) == 0x000100, "Member 'UBP_SideRamComponent_C::StageTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Original_Transform) == 0x000110, "Member 'UBP_SideRamComponent_C::Original_Transform' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Direction) == 0x000170, "Member 'UBP_SideRamComponent_C::Direction' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage1PushStrength) == 0x000178, "Member 'UBP_SideRamComponent_C::Stage1PushStrength' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage2Duration) == 0x000180, "Member 'UBP_SideRamComponent_C::Stage2Duration' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage3MaxDuration) == 0x000188, "Member 'UBP_SideRamComponent_C::Stage3MaxDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage3RotationalStrength) == 0x000190, "Member 'UBP_SideRamComponent_C::Stage3RotationalStrength' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage3StopRotationStrength) == 0x000194, "Member 'UBP_SideRamComponent_C::Stage3StopRotationStrength' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage3StopRotationStartAngle) == 0x000198, "Member 'UBP_SideRamComponent_C::Stage3StopRotationStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage3RotationStartAngle) == 0x0001A0, "Member 'UBP_SideRamComponent_C::Stage3RotationStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, StopStage3AngularVelocity) == 0x0001A8, "Member 'UBP_SideRamComponent_C::StopStage3AngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, StopStage3DegreesFromGoal) == 0x0001B0, "Member 'UBP_SideRamComponent_C::StopStage3DegreesFromGoal' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Cooldown) == 0x0001B8, "Member 'UBP_SideRamComponent_C::Cooldown' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage1MassLimit) == 0x0001C0, "Member 'UBP_SideRamComponent_C::Stage1MassLimit' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage1PushLocationOffset) == 0x0001C8, "Member 'UBP_SideRamComponent_C::Stage1PushLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage2VelocityCompensationFactor) == 0x0001E0, "Member 'UBP_SideRamComponent_C::Stage2VelocityCompensationFactor' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage2PushStrength) == 0x0001E8, "Member 'UBP_SideRamComponent_C::Stage2PushStrength' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, StageChanged) == 0x000270, "Member 'UBP_SideRamComponent_C::StageChanged' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, CancelAbilityNextFrame) == 0x000271, "Member 'UBP_SideRamComponent_C::CancelAbilityNextFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, TimerHandler) == 0x000278, "Member 'UBP_SideRamComponent_C::TimerHandler' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, TimeInterval) == 0x000280, "Member 'UBP_SideRamComponent_C::TimeInterval' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, ChargeTime) == 0x000288, "Member 'UBP_SideRamComponent_C::ChargeTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, MaxHoldTime) == 0x000290, "Member 'UBP_SideRamComponent_C::MaxHoldTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, RamDirection) == 0x000298, "Member 'UBP_SideRamComponent_C::RamDirection' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage1DurationMax) == 0x0002A0, "Member 'UBP_SideRamComponent_C::Stage1DurationMax' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage2MaxPushScalar) == 0x0002A8, "Member 'UBP_SideRamComponent_C::Stage2MaxPushScalar' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Stage2DurationMax) == 0x0002B0, "Member 'UBP_SideRamComponent_C::Stage2DurationMax' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, MinHoldTime) == 0x0002B8, "Member 'UBP_SideRamComponent_C::MinHoldTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, IsCharging) == 0x0002C0, "Member 'UBP_SideRamComponent_C::IsCharging' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, Wheel_Offset_Steering) == 0x0002C4, "Member 'UBP_SideRamComponent_C::Wheel_Offset_Steering' has a wrong offset!"); \ +static_assert(offsetof(UBP_SideRamComponent_C, SpeedRequirement) == 0x0002C8, "Member 'UBP_SideRamComponent_C::SpeedRequirement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Vignette_WreckFire_Wreck_C \ +static_assert(alignof(ABP_Vignette_WreckFire_Wreck_C) == 0x000008, "Wrong alignment on ABP_Vignette_WreckFire_Wreck_C"); \ +static_assert(sizeof(ABP_Vignette_WreckFire_Wreck_C) == 0x0002F8, "Wrong size on ABP_Vignette_WreckFire_Wreck_C"); \ +static_assert(offsetof(ABP_Vignette_WreckFire_Wreck_C, PLA_CarWreck01_Single03) == 0x0002B0, "Member 'ABP_Vignette_WreckFire_Wreck_C::PLA_CarWreck01_Single03' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vignette_WreckFire_Wreck_C, LSAK) == 0x0002B8, "Member 'ABP_Vignette_WreckFire_Wreck_C::LSAK' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vignette_WreckFire_Wreck_C, PointLight_Back) == 0x0002C0, "Member 'ABP_Vignette_WreckFire_Wreck_C::PointLight_Back' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vignette_WreckFire_Wreck_C, PointLight_Middle) == 0x0002C8, "Member 'ABP_Vignette_WreckFire_Wreck_C::PointLight_Middle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vignette_WreckFire_Wreck_C, PointLight_Front) == 0x0002D0, "Member 'ABP_Vignette_WreckFire_Wreck_C::PointLight_Front' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vignette_WreckFire_Wreck_C, NS_BarrelFire_03) == 0x0002D8, "Member 'ABP_Vignette_WreckFire_Wreck_C::NS_BarrelFire_03' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vignette_WreckFire_Wreck_C, NS_BarrelFire_02) == 0x0002E0, "Member 'ABP_Vignette_WreckFire_Wreck_C::NS_BarrelFire_02' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vignette_WreckFire_Wreck_C, NS_BarrelFire_01) == 0x0002E8, "Member 'ABP_Vignette_WreckFire_Wreck_C::NS_BarrelFire_01' has a wrong offset!"); \ +static_assert(offsetof(ABP_Vignette_WreckFire_Wreck_C, DefaultSceneRoot) == 0x0002F0, "Member 'ABP_Vignette_WreckFire_Wreck_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent \ +static_assert(alignof(BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent) == 0x000008, "Wrong alignment on BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent"); \ +static_assert(sizeof(BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent) == 0x000030, "Wrong size on BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent"); \ +static_assert(offsetof(BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent, Component) == 0x000000, "Member 'BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent, __WorldContext) == 0x000008, "Member 'BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent, Should_Spark) == 0x000010, "Member 'BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent::Should_Spark' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent, K2Node_DynamicCast_AsLight_Component) == 0x000018, "Member 'BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent::K2Node_DynamicCast_AsLight_Component' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent, CallFunc_IsVisible_ReturnValue) == 0x000021, "Member 'BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000022, "Member 'BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent, CallFunc_BooleanAND_ReturnValue) == 0x000023, "Member 'BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000028, "Member 'BPFL_Destruction_C_CheckShouldCreateLightSparkOnComponent::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle \ +static_assert(alignof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle) == 0x000008, "Wrong alignment on BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle"); \ +static_assert(sizeof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle) == 0x000130, "Wrong size on BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Light) == 0x000000, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Light' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Geometry_Collection) == 0x000008, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Geometry_Collection' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Stimuli_Source) == 0x000010, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Stimuli_Source' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Spark_Sources) == 0x000018, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Spark_Sources' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Components_To_Destroy) == 0x000028, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Components_To_Destroy' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, __WorldContext) == 0x000038, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, SparkLocations) == 0x000040, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::SparkLocations' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Array_Length_ReturnValue_1) == 0x000054, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Temp_int_Array_Index_Variable) == 0x000078, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Temp_int_Array_Index_Variable_1) == 0x000084, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Array_Get_Item) == 0x000088, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Array_Get_Item_1) == 0x000090, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_CheckShouldCreateLightSparkOnComponent_Should_Spark) == 0x0000A8, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_CheckShouldCreateLightSparkOnComponent_Should_Spark' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000B0, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000C0, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Array_Length_ReturnValue_2) == 0x0000D8, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Less_IntInt_ReturnValue) == 0x0000DC, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Array_Add_ReturnValue) == 0x0000E0, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Temp_int_Loop_Counter_Variable_1) == 0x0000E4, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E8, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000EC, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Temp_struct_Variable) == 0x0000F0, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Temp_object_Variable) == 0x000100, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Temp_int_Array_Index_Variable_2) == 0x000110, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_CJPostEventAtLocation_ReturnValue) == 0x000114, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_CJPostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Array_Get_Item_2) == 0x000118, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_IsValid_ReturnValue_2) == 0x000120, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, Temp_int_Loop_Counter_Variable_2) == 0x000124, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Less_IntInt_ReturnValue_2) == 0x000128, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle, CallFunc_Add_IntInt_ReturnValue_2) == 0x00012C, "Member 'BPFL_Destruction_C_HandleStreetLightMakeDynamicFromVehicle::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_Destruction_C \ +static_assert(alignof(UBPFL_Destruction_C) == 0x000008, "Wrong alignment on UBPFL_Destruction_C"); \ +static_assert(sizeof(UBPFL_Destruction_C) == 0x000028, "Wrong size on UBPFL_Destruction_C"); \ + +#define DUMPER7_ASSERTS_CJCM_DriftMode_C_BlueprintEnterTransition \ +static_assert(alignof(CJCM_DriftMode_C_BlueprintEnterTransition) == 0x000008, "Wrong alignment on CJCM_DriftMode_C_BlueprintEnterTransition"); \ +static_assert(sizeof(CJCM_DriftMode_C_BlueprintEnterTransition) == 0x0000D0, "Wrong size on CJCM_DriftMode_C_BlueprintEnterTransition"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintEnterTransition, InCameraContext) == 0x000000, "Member 'CJCM_DriftMode_C_BlueprintEnterTransition::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintEnterTransition, OutCameraContext) == 0x000068, "Member 'CJCM_DriftMode_C_BlueprintEnterTransition::OutCameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_DriftMode_C_BlueprintModifyCamera \ +static_assert(alignof(CJCM_DriftMode_C_BlueprintModifyCamera) == 0x000008, "Wrong alignment on CJCM_DriftMode_C_BlueprintModifyCamera"); \ +static_assert(sizeof(CJCM_DriftMode_C_BlueprintModifyCamera) == 0x000210, "Wrong size on CJCM_DriftMode_C_BlueprintModifyCamera"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, InCameraContext) == 0x000000, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, OutCameraContext) == 0x000068, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::OutCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_BreakVector_X) == 0x0000D0, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_BreakVector_Y) == 0x0000D8, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_BreakVector_Z) == 0x0000E0, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000E8, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue) == 0x0000F0, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_1) == 0x0000F8, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_2) == 0x000100, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000108, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_3) == 0x000110, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000118, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_MapRangeClamped_ReturnValue) == 0x000120, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_4) == 0x000128, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_ReturnValue) == 0x000130, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000138, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_FInterpEaseInOut_ReturnValue) == 0x000140, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_FInterpEaseInOut_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000148, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_Abs_ReturnValue) == 0x000150, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_Abs_ReturnValue_1) == 0x000158, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000160, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000168, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_MakeVector_ReturnValue) == 0x000170, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_FInterpTo_ReturnValue) == 0x000188, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_FInterpTo_ReturnValue_1) == 0x000190, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_5) == 0x000198, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_SelectFloat_A_ImplicitCast) == 0x0001A0, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_SelectFloat_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_SelectFloat_A_ImplicitCast_1) == 0x0001A8, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_SelectFloat_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_SelectFloat_A_ImplicitCast_2) == 0x0001B0, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_SelectFloat_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0001B8, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_Mass_ImplicitCast) == 0x0001C0, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_Mass_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_CriticalDampingFactor_ImplicitCast) == 0x0001C4, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_CriticalDampingFactor_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_SelectFloat_A_ImplicitCast_3) == 0x0001C8, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_SelectFloat_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x0001D0, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_TargetVelocityAmount_ImplicitCast) == 0x0001D8, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_TargetVelocityAmount_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_Stiffness_ImplicitCast) == 0x0001DC, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_Stiffness_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x0001E0, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_FInterpTo_DeltaTime_ImplicitCast) == 0x0001E8, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_FInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_FInterpTo_DeltaTime_ImplicitCast_1) == 0x0001F0, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_FInterpTo_DeltaTime_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_Target_ImplicitCast) == 0x0001F8, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_Target_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_Current_ImplicitCast) == 0x0001FC, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_Current_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, K2Node_VariableSet_CurrentSocketDistance_ImplicitCast) == 0x000200, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::K2Node_VariableSet_CurrentSocketDistance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_BlueprintModifyCamera, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000208, "Member 'CJCM_DriftMode_C_BlueprintModifyCamera::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_DriftMode_C_IsInDrift \ +static_assert(alignof(CJCM_DriftMode_C_IsInDrift) == 0x000008, "Wrong alignment on CJCM_DriftMode_C_IsInDrift"); \ +static_assert(sizeof(CJCM_DriftMode_C_IsInDrift) == 0x0001A0, "Wrong size on CJCM_DriftMode_C_IsInDrift"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, Temp_int_Array_Index_Variable) == 0x000000, "Member 'CJCM_DriftMode_C_IsInDrift::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000008, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_FClamp_ReturnValue) == 0x000010, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'CJCM_DriftMode_C_IsInDrift::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_GetPlayingInstance_ReturnValue) == 0x000020, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_GetVehicle_ReturnValue) == 0x000028, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_IsPlayerControlled_ReturnValue) == 0x000030, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_IsAbilityActive_ReturnValue) == 0x000032, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_Not_PreBool_ReturnValue) == 0x000033, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_GetForwardSpeed_ReturnValue) == 0x000034, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_GetForwardSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, K2Node_DynamicCast_AsChaos_Wheeled_Vehicle_Movement_Component) == 0x000038, "Member 'CJCM_DriftMode_C_IsInDrift::K2Node_DynamicCast_AsChaos_Wheeled_Vehicle_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'CJCM_DriftMode_C_IsInDrift::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000041, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_GetWheelState_ReturnValue) == 0x000048, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_GetWheelState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_Less_IntInt_ReturnValue) == 0x0000D0, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_bInContact) == 0x0000D1, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_bInContact' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_ContactPoint) == 0x0000D8, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_ContactPoint' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_PhysMaterial) == 0x0000F0, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_NormalizedSuspensionLength) == 0x0000F8, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_NormalizedSuspensionLength' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_SpringForce) == 0x0000FC, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_SpringForce' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_SlipAngle) == 0x000100, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_SlipAngle' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_bIsSlipping) == 0x000104, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_bIsSlipping' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_SlipMagnitude) == 0x000108, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_SlipMagnitude' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_bIsSkidding) == 0x00010C, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_bIsSkidding' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_SkidMagnitude) == 0x000110, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_SkidMagnitude' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_SkidNormal) == 0x000118, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_SkidNormal' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_DriveTorque) == 0x000130, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_DriveTorque' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_BrakeTorque) == 0x000134, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_BrakeTorque' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BreakWheelStatus_bABSActivated) == 0x000138, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BreakWheelStatus_bABSActivated' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_FClamp_ReturnValue_1) == 0x000140, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_Abs_ReturnValue) == 0x000148, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BooleanAND_ReturnValue_1) == 0x000150, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000151, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BooleanAND_ReturnValue_2) == 0x000152, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_SelectFloat_ReturnValue) == 0x000158, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_BooleanAND_ReturnValue_3) == 0x000160, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_MapRangeClamped_ReturnValue) == 0x000168, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000170, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000178, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x000180, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000188, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_Abs_A_ImplicitCast) == 0x000190, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DriftMode_C_IsInDrift, CallFunc_FClamp_Value_ImplicitCast) == 0x000198, "Member 'CJCM_DriftMode_C_IsInDrift::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_DriftMode_C \ +static_assert(alignof(UCJCM_DriftMode_C) == 0x000008, "Wrong alignment on UCJCM_DriftMode_C"); \ +static_assert(sizeof(UCJCM_DriftMode_C) == 0x000100, "Wrong size on UCJCM_DriftMode_C"); \ +static_assert(offsetof(UCJCM_DriftMode_C, Bypass_) == 0x000030, "Member 'UCJCM_DriftMode_C::Bypass_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, inDriftMode_) == 0x000031, "Member 'UCJCM_DriftMode_C::inDriftMode_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, Direction) == 0x000038, "Member 'UCJCM_DriftMode_C::Direction' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, CurrentSocketDistance) == 0x000040, "Member 'UCJCM_DriftMode_C::CurrentSocketDistance' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, SocketDistance) == 0x000048, "Member 'UCJCM_DriftMode_C::SocketDistance' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, RPMThreshold) == 0x000050, "Member 'UCJCM_DriftMode_C::RPMThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, SkidMagnitudeThreshold) == 0x000058, "Member 'UCJCM_DriftMode_C::SkidMagnitudeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, Delta_Time) == 0x000060, "Member 'UCJCM_DriftMode_C::Delta_Time' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, CurrentSocketDistanceAlpha) == 0x000068, "Member 'UCJCM_DriftMode_C::CurrentSocketDistanceAlpha' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, MaxInterpolationSpeed) == 0x000070, "Member 'UCJCM_DriftMode_C::MaxInterpolationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, Exponent) == 0x000078, "Member 'UCJCM_DriftMode_C::Exponent' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, InterpSpeed__IN_) == 0x000080, "Member 'UCJCM_DriftMode_C::InterpSpeed__IN_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, InterpSpeed__OUT_) == 0x000088, "Member 'UCJCM_DriftMode_C::InterpSpeed__OUT_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, X_Socket_Multiplier) == 0x000090, "Member 'UCJCM_DriftMode_C::X_Socket_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, Y_Socket_Multiplier) == 0x000098, "Member 'UCJCM_DriftMode_C::Y_Socket_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, Z_Socket_Multiplier) == 0x0000A0, "Member 'UCJCM_DriftMode_C::Z_Socket_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, CurrentSocketOffset) == 0x0000A8, "Member 'UCJCM_DriftMode_C::CurrentSocketOffset' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, Spring_State) == 0x0000C0, "Member 'UCJCM_DriftMode_C::Spring_State' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, Stiffness) == 0x0000CC, "Member 'UCJCM_DriftMode_C::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, Critical_Damping_Factor) == 0x0000D0, "Member 'UCJCM_DriftMode_C::Critical_Damping_Factor' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, Target_Velocity_Amount__IN_) == 0x0000D4, "Member 'UCJCM_DriftMode_C::Target_Velocity_Amount__IN_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, TargetVelocityAmount__OUT_) == 0x0000D8, "Member 'UCJCM_DriftMode_C::TargetVelocityAmount__OUT_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, Mass) == 0x0000E0, "Member 'UCJCM_DriftMode_C::Mass' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, SpringMultiplier__OUT_) == 0x0000E8, "Member 'UCJCM_DriftMode_C::SpringMultiplier__OUT_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, VehicleSpeed) == 0x0000F0, "Member 'UCJCM_DriftMode_C::VehicleSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DriftMode_C, SkidMagnitudeThreshold_Divider) == 0x0000F8, "Member 'UCJCM_DriftMode_C::SkidMagnitudeThreshold_Divider' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount \ +static_assert(alignof(BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount) == 0x000008, "Wrong alignment on BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount"); \ +static_assert(sizeof(BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount) == 0x000038, "Wrong size on BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount, Item) == 0x000000, "Member 'BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount::Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount, __WorldContext) == 0x000028, "Member 'BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000030, "Member 'BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount, CallFunc_RemoveFromPlayerInventory_ReturnValue) == 0x000034, "Member 'BPFL_SkillSystemPrototype_C_ResetInventoryItemAmount::CallFunc_RemoveFromPlayerInventory_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_SkillSystemPrototype_C_SetInventoryItemAmount \ +static_assert(alignof(BPFL_SkillSystemPrototype_C_SetInventoryItemAmount) == 0x000008, "Wrong alignment on BPFL_SkillSystemPrototype_C_SetInventoryItemAmount"); \ +static_assert(sizeof(BPFL_SkillSystemPrototype_C_SetInventoryItemAmount) == 0x000080, "Wrong size on BPFL_SkillSystemPrototype_C_SetInventoryItemAmount"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SetInventoryItemAmount, Item) == 0x000000, "Member 'BPFL_SkillSystemPrototype_C_SetInventoryItemAmount::Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SetInventoryItemAmount, Amount) == 0x000028, "Member 'BPFL_SkillSystemPrototype_C_SetInventoryItemAmount::Amount' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SetInventoryItemAmount, __WorldContext) == 0x000030, "Member 'BPFL_SkillSystemPrototype_C_SetInventoryItemAmount::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SetInventoryItemAmount, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'BPFL_SkillSystemPrototype_C_SetInventoryItemAmount::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SetInventoryItemAmount, CallFunc_AddToPlayerInventory_ReturnValue) == 0x000040, "Member 'BPFL_SkillSystemPrototype_C_SetInventoryItemAmount::CallFunc_AddToPlayerInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SetInventoryItemAmount, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000078, "Member 'BPFL_SkillSystemPrototype_C_SetInventoryItemAmount::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SetInventoryItemAmount, CallFunc_RemoveFromPlayerInventory_ReturnValue) == 0x00007C, "Member 'BPFL_SkillSystemPrototype_C_SetInventoryItemAmount::CallFunc_RemoveFromPlayerInventory_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation \ +static_assert(alignof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation) == 0x000008, "Wrong alignment on BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation"); \ +static_assert(sizeof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation) == 0x0001E0, "Wrong size on BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, SkillName) == 0x000000, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::SkillName' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, PlayerSkill) == 0x000010, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::PlayerSkill' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, Difficulty) == 0x000038, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::Difficulty' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, __WorldContext) == 0x000040, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, Text) == 0x000048, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::Text' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, DifficultyString) == 0x000058, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::DifficultyString' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000068, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000070, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, K2Node_MakeStruct_FormatArgumentData) == 0x000078, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0000C8, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, CallFunc_Divide_IntInt_ReturnValue) == 0x0000D0, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000120, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, CallFunc_Conv_IntToInt64_ReturnValue_3) == 0x000128, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::CallFunc_Conv_IntToInt64_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, K2Node_MakeStruct_FormatArgumentData_2) == 0x000130, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, K2Node_MakeStruct_FormatArgumentData_3) == 0x000178, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, K2Node_MakeArray_Array) == 0x0001C0, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation, CallFunc_Format_ReturnValue) == 0x0001D0, "Member 'BPFL_SkillSystemPrototype_C_SkillCheckDifficultyCalculation::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_SkillSystemPrototype_C_ToggleSkillCheckState \ +static_assert(alignof(BPFL_SkillSystemPrototype_C_ToggleSkillCheckState) == 0x000008, "Wrong alignment on BPFL_SkillSystemPrototype_C_ToggleSkillCheckState"); \ +static_assert(sizeof(BPFL_SkillSystemPrototype_C_ToggleSkillCheckState) == 0x000010, "Wrong size on BPFL_SkillSystemPrototype_C_ToggleSkillCheckState"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_ToggleSkillCheckState, IsInSkillCheck) == 0x000000, "Member 'BPFL_SkillSystemPrototype_C_ToggleSkillCheckState::IsInSkillCheck' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_ToggleSkillCheckState, __WorldContext) == 0x000008, "Member 'BPFL_SkillSystemPrototype_C_ToggleSkillCheckState::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_SkillSystemPrototype_C_TriggerSkillCheckFailedSFX \ +static_assert(alignof(BPFL_SkillSystemPrototype_C_TriggerSkillCheckFailedSFX) == 0x000008, "Wrong alignment on BPFL_SkillSystemPrototype_C_TriggerSkillCheckFailedSFX"); \ +static_assert(sizeof(BPFL_SkillSystemPrototype_C_TriggerSkillCheckFailedSFX) == 0x000008, "Wrong size on BPFL_SkillSystemPrototype_C_TriggerSkillCheckFailedSFX"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_TriggerSkillCheckFailedSFX, __WorldContext) == 0x000000, "Member 'BPFL_SkillSystemPrototype_C_TriggerSkillCheckFailedSFX::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_SkillSystemPrototype_C_TriggerSkillCheckSuccessSFX \ +static_assert(alignof(BPFL_SkillSystemPrototype_C_TriggerSkillCheckSuccessSFX) == 0x000008, "Wrong alignment on BPFL_SkillSystemPrototype_C_TriggerSkillCheckSuccessSFX"); \ +static_assert(sizeof(BPFL_SkillSystemPrototype_C_TriggerSkillCheckSuccessSFX) == 0x000008, "Wrong size on BPFL_SkillSystemPrototype_C_TriggerSkillCheckSuccessSFX"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_TriggerSkillCheckSuccessSFX, __WorldContext) == 0x000000, "Member 'BPFL_SkillSystemPrototype_C_TriggerSkillCheckSuccessSFX::__WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice \ +static_assert(alignof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice) == 0x000008, "Wrong alignment on BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice"); \ +static_assert(sizeof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice) == 0x0002F0, "Wrong size on BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, PlayerSkill) == 0x000000, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::PlayerSkill' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, Difficulty) == 0x000028, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::Difficulty' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, __WorldContext) == 0x000030, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, Success) == 0x000038, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::Success' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, NewLocalVar) == 0x00003C, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, SkillCheckSucceeded) == 0x000044, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::SkillCheckSucceeded' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, VersusRoll) == 0x000045, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::VersusRoll' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, SkillTestDebug) == 0x000046, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::SkillTestDebug' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, PlayerSkillValue) == 0x000048, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::PlayerSkillValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, OpposedRoll) == 0x00004C, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::OpposedRoll' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, Roll) == 0x000050, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::Roll' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x000054, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000074, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x000078, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000080, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0000D8, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000E0, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000130, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Conv_IntToInt64_ReturnValue_2) == 0x000138, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Conv_IntToInt64_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000140, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, K2Node_MakeStruct_FormatArgumentData_2) == 0x000148, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000190, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, K2Node_MakeStruct_FormatArgumentData_3) == 0x000198, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0001E0, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_FClamp_ReturnValue) == 0x0001E8, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Round_ReturnValue) == 0x0001F0, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Conv_IntToInt64_ReturnValue_3) == 0x0001F8, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Conv_IntToInt64_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, K2Node_MakeStruct_FormatArgumentData_4) == 0x000200, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, K2Node_MakeArray_Array) == 0x000248, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Format_ReturnValue) == 0x000258, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Conv_IntToString_ReturnValue) == 0x000268, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000278, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Concat_StrStr_ReturnValue) == 0x000288, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000298, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Conv_IntToString_ReturnValue_2) == 0x0002A8, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Conv_IntToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Conv_IntToString_ReturnValue_3) == 0x0002B8, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Conv_IntToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0002C8, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0002D8, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_RandomIntegerInRange_ReturnValue) == 0x0002E8, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0002EC, "Member 'BPFL_SkillSystemPrototype_C_Roll_Skill_Check_Dice::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_SkillSystemPrototype_C \ +static_assert(alignof(UBPFL_SkillSystemPrototype_C) == 0x000008, "Wrong alignment on UBPFL_SkillSystemPrototype_C"); \ +static_assert(sizeof(UBPFL_SkillSystemPrototype_C) == 0x000028, "Wrong size on UBPFL_SkillSystemPrototype_C"); \ + +#define DUMPER7_ASSERTS_UBP_VM_XpReceived_C \ +static_assert(alignof(UBP_VM_XpReceived_C) == 0x000008, "Wrong alignment on UBP_VM_XpReceived_C"); \ +static_assert(sizeof(UBP_VM_XpReceived_C) == 0x000080, "Wrong size on UBP_VM_XpReceived_C"); \ +static_assert(offsetof(UBP_VM_XpReceived_C, CurrentXP) == 0x000068, "Member 'UBP_VM_XpReceived_C::CurrentXP' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_XpReceived_C, AddedXp) == 0x00006C, "Member 'UBP_VM_XpReceived_C::AddedXp' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_XpReceived_C, CurrentLevel) == 0x000070, "Member 'UBP_VM_XpReceived_C::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_XpReceived_C, XPRequired) == 0x000074, "Member 'UBP_VM_XpReceived_C::XPRequired' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_XpReceived_C, IsMajorEvent) == 0x000078, "Member 'UBP_VM_XpReceived_C::IsMajorEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VEPM_LastGear_C_BlueprintModifyParameter \ +static_assert(alignof(VEPM_LastGear_C_BlueprintModifyParameter) == 0x000008, "Wrong alignment on VEPM_LastGear_C_BlueprintModifyParameter"); \ +static_assert(sizeof(VEPM_LastGear_C_BlueprintModifyParameter) == 0x0000B0, "Wrong size on VEPM_LastGear_C_BlueprintModifyParameter"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, DeltaTime) == 0x000000, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, Vehicle) == 0x000008, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, InContext) == 0x000010, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::InContext' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, OutContext) == 0x000020, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::OutContext' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000030, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_GetCJVehicleMovement_ReturnValue) == 0x000038, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_GetCJVehicleMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_IsInFinalGear_ReturnValue) == 0x000040, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_IsInFinalGear_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000041, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_MakePulsatingValue_ReturnValue) == 0x000044, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_MakePulsatingValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_MapRangeClamped_ReturnValue) == 0x000048, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000050, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_StructOut) == 0x000058, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_MapRangeUnclamped_ReturnValue) == 0x000068, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000070, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000078, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_FClamp_ReturnValue) == 0x000080, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000088, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_Add_DoubleDouble_A_ImplicitCast_1) == 0x000090, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_Add_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_MakePulsatingValue_InCurrentTime_ImplicitCast) == 0x000098, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_MakePulsatingValue_InCurrentTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x0000A0, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintModifyParameter, K2Node_SetFieldsInStruct_EngineRPM_ImplicitCast) == 0x0000A8, "Member 'VEPM_LastGear_C_BlueprintModifyParameter::K2Node_SetFieldsInStruct_EngineRPM_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VEPM_LastGear_C_BlueprintShouldRun \ +static_assert(alignof(VEPM_LastGear_C_BlueprintShouldRun) == 0x000008, "Wrong alignment on VEPM_LastGear_C_BlueprintShouldRun"); \ +static_assert(sizeof(VEPM_LastGear_C_BlueprintShouldRun) == 0x000010, "Wrong size on VEPM_LastGear_C_BlueprintShouldRun"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintShouldRun, Vehicle) == 0x000000, "Member 'VEPM_LastGear_C_BlueprintShouldRun::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintShouldRun, ReturnValue) == 0x000008, "Member 'VEPM_LastGear_C_BlueprintShouldRun::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VEPM_LastGear_C_BlueprintShouldRun, CallFunc_IsPossessedByPlayer_ReturnValue) == 0x000009, "Member 'VEPM_LastGear_C_BlueprintShouldRun::CallFunc_IsPossessedByPlayer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVEPM_LastGear_C \ +static_assert(alignof(UVEPM_LastGear_C) == 0x000008, "Wrong alignment on UVEPM_LastGear_C"); \ +static_assert(sizeof(UVEPM_LastGear_C) == 0x000070, "Wrong size on UVEPM_LastGear_C"); \ +static_assert(offsetof(UVEPM_LastGear_C, Delta_Time) == 0x000030, "Member 'UVEPM_LastGear_C::Delta_Time' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_LastGear_C, ModRPM) == 0x000038, "Member 'UVEPM_LastGear_C::ModRPM' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_LastGear_C, CurrentRPM) == 0x000040, "Member 'UVEPM_LastGear_C::CurrentRPM' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_LastGear_C, Counter) == 0x000048, "Member 'UVEPM_LastGear_C::Counter' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_LastGear_C, Duration) == 0x000050, "Member 'UVEPM_LastGear_C::Duration' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_LastGear_C, TopRpm_inLastGear) == 0x000058, "Member 'UVEPM_LastGear_C::TopRpm_inLastGear' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_LastGear_C, OscRPM) == 0x000060, "Member 'UVEPM_LastGear_C::OscRPM' has a wrong offset!"); \ +static_assert(offsetof(UVEPM_LastGear_C, FinalRPM) == 0x000068, "Member 'UVEPM_LastGear_C::FinalRPM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Moth01_C_BndEvt__BP_Moth01_WorldStateNamedIntObserver_K2Node_ComponentBoundEvent_0_WSNamedIntUpdated__DelegateSignature \ +static_assert(alignof(BP_Moth01_C_BndEvt__BP_Moth01_WorldStateNamedIntObserver_K2Node_ComponentBoundEvent_0_WSNamedIntUpdated__DelegateSignature) == 0x000004, "Wrong alignment on BP_Moth01_C_BndEvt__BP_Moth01_WorldStateNamedIntObserver_K2Node_ComponentBoundEvent_0_WSNamedIntUpdated__DelegateSignature"); \ +static_assert(sizeof(BP_Moth01_C_BndEvt__BP_Moth01_WorldStateNamedIntObserver_K2Node_ComponentBoundEvent_0_WSNamedIntUpdated__DelegateSignature) == 0x000020, "Wrong size on BP_Moth01_C_BndEvt__BP_Moth01_WorldStateNamedIntObserver_K2Node_ComponentBoundEvent_0_WSNamedIntUpdated__DelegateSignature"); \ +static_assert(offsetof(BP_Moth01_C_BndEvt__BP_Moth01_WorldStateNamedIntObserver_K2Node_ComponentBoundEvent_0_WSNamedIntUpdated__DelegateSignature, Value) == 0x000000, "Member 'BP_Moth01_C_BndEvt__BP_Moth01_WorldStateNamedIntObserver_K2Node_ComponentBoundEvent_0_WSNamedIntUpdated__DelegateSignature::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Moth01_C_ExecuteUbergraph_BP_Moth01 \ +static_assert(alignof(BP_Moth01_C_ExecuteUbergraph_BP_Moth01) == 0x000004, "Wrong alignment on BP_Moth01_C_ExecuteUbergraph_BP_Moth01"); \ +static_assert(sizeof(BP_Moth01_C_ExecuteUbergraph_BP_Moth01) == 0x000028, "Wrong size on BP_Moth01_C_ExecuteUbergraph_BP_Moth01"); \ +static_assert(offsetof(BP_Moth01_C_ExecuteUbergraph_BP_Moth01, EntryPoint) == 0x000000, "Member 'BP_Moth01_C_ExecuteUbergraph_BP_Moth01::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Moth01_C_ExecuteUbergraph_BP_Moth01, K2Node_ComponentBoundEvent_Value) == 0x000004, "Member 'BP_Moth01_C_ExecuteUbergraph_BP_Moth01::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Moth01_C_ExecuteUbergraph_BP_Moth01, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000024, "Member 'BP_Moth01_C_ExecuteUbergraph_BP_Moth01::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Moth01_C_ExecuteUbergraph_BP_Moth01, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000025, "Member 'BP_Moth01_C_ExecuteUbergraph_BP_Moth01::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Moth01_C_ExecuteUbergraph_BP_Moth01, CallFunc_BooleanOR_ReturnValue) == 0x000026, "Member 'BP_Moth01_C_ExecuteUbergraph_BP_Moth01::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Moth01_C \ +static_assert(alignof(ABP_Moth01_C) == 0x000008, "Wrong alignment on ABP_Moth01_C"); \ +static_assert(sizeof(ABP_Moth01_C) == 0x0002D8, "Wrong size on ABP_Moth01_C"); \ +static_assert(offsetof(ABP_Moth01_C, UberGraphFrame) == 0x0002C0, "Member 'ABP_Moth01_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Moth01_C, WorldStateNamedIntObserver) == 0x0002C8, "Member 'ABP_Moth01_C::WorldStateNamedIntObserver' has a wrong offset!"); \ +static_assert(offsetof(ABP_Moth01_C, LSAK) == 0x0002D0, "Member 'ABP_Moth01_C::LSAK' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_CalculateNitroConsumption \ +static_assert(alignof(BP_NitroComponent_C_CalculateNitroConsumption) == 0x000008, "Wrong alignment on BP_NitroComponent_C_CalculateNitroConsumption"); \ +static_assert(sizeof(BP_NitroComponent_C_CalculateNitroConsumption) == 0x000150, "Wrong size on BP_NitroComponent_C_CalculateNitroConsumption"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, DynamicValue) == 0x000000, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::DynamicValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, CallFunc_GetInventoryItem_ReturnValue) == 0x000008, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::CallFunc_GetInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, CallFunc_GetInventoryItem_ReturnValue_1) == 0x000040, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::CallFunc_GetInventoryItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000078, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_1) == 0x0000A0, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, CallFunc_CalculateNitroConsumptionFromSkill_DynamicValue) == 0x0000C8, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::CallFunc_CalculateNitroConsumptionFromSkill_DynamicValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, CallFunc_CalculateNitroConsumptionFromSkill_DynamicValue_1) == 0x0000D0, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::CallFunc_CalculateNitroConsumptionFromSkill_DynamicValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, CallFunc_ItemHasTag_ReturnValue) == 0x0000D8, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, CallFunc_ItemHasTag_ReturnValue_1) == 0x0000D9, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::CallFunc_ItemHasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, CallFunc_GetInventoryItem_ReturnValue_2) == 0x0000E0, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::CallFunc_GetInventoryItem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, CallFunc_ItemHasTag_ReturnValue_2) == 0x000118, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::CallFunc_ItemHasTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_2) == 0x000120, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumption, CallFunc_CalculateNitroConsumptionFromSkill_DynamicValue_2) == 0x000148, "Member 'BP_NitroComponent_C_CalculateNitroConsumption::CallFunc_CalculateNitroConsumptionFromSkill_DynamicValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_CalculateNitroConsumptionFromSkill \ +static_assert(alignof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill) == 0x000008, "Wrong alignment on BP_NitroComponent_C_CalculateNitroConsumptionFromSkill"); \ +static_assert(sizeof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill) == 0x0000E8, "Wrong size on BP_NitroComponent_C_CalculateNitroConsumptionFromSkill"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill, NewParam) == 0x000000, "Member 'BP_NitroComponent_C_CalculateNitroConsumptionFromSkill::NewParam' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill, DynamicValue) == 0x000028, "Member 'BP_NitroComponent_C_CalculateNitroConsumptionFromSkill::DynamicValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill, Temp_struct_Variable) == 0x000030, "Member 'BP_NitroComponent_C_CalculateNitroConsumptionFromSkill::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x000038, "Member 'BP_NitroComponent_C_CalculateNitroConsumptionFromSkill::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000060, "Member 'BP_NitroComponent_C_CalculateNitroConsumptionFromSkill::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill, CallFunc_GetWorldStateBool_ReturnValue) == 0x000068, "Member 'BP_NitroComponent_C_CalculateNitroConsumptionFromSkill::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill, K2Node_DynamicCast_AsBP_Perk_Mixin) == 0x000070, "Member 'BP_NitroComponent_C_CalculateNitroConsumptionFromSkill::K2Node_DynamicCast_AsBP_Perk_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_NitroComponent_C_CalculateNitroConsumptionFromSkill::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'BP_NitroComponent_C_CalculateNitroConsumptionFromSkill::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill, K2Node_MakeArray_Array) == 0x0000C8, "Member 'BP_NitroComponent_C_CalculateNitroConsumptionFromSkill::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CalculateNitroConsumptionFromSkill, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'BP_NitroComponent_C_CalculateNitroConsumptionFromSkill::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_CanRefillNitrous \ +static_assert(alignof(BP_NitroComponent_C_CanRefillNitrous) == 0x000001, "Wrong alignment on BP_NitroComponent_C_CanRefillNitrous"); \ +static_assert(sizeof(BP_NitroComponent_C_CanRefillNitrous) == 0x000004, "Wrong size on BP_NitroComponent_C_CanRefillNitrous"); \ +static_assert(offsetof(BP_NitroComponent_C_CanRefillNitrous, Result) == 0x000000, "Member 'BP_NitroComponent_C_CanRefillNitrous::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CanRefillNitrous, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_NitroComponent_C_CanRefillNitrous::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CanRefillNitrous, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000002, "Member 'BP_NitroComponent_C_CanRefillNitrous::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_CanRefillNitrous, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_NitroComponent_C_CanRefillNitrous::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_ConsumeNitrous \ +static_assert(alignof(BP_NitroComponent_C_ConsumeNitrous) == 0x000008, "Wrong alignment on BP_NitroComponent_C_ConsumeNitrous"); \ +static_assert(sizeof(BP_NitroComponent_C_ConsumeNitrous) == 0x000080, "Wrong size on BP_NitroComponent_C_ConsumeNitrous"); \ +static_assert(offsetof(BP_NitroComponent_C_ConsumeNitrous, CallFunc_CalculateNitroConsumption_DynamicValue) == 0x000000, "Member 'BP_NitroComponent_C_ConsumeNitrous::CallFunc_CalculateNitroConsumption_DynamicValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ConsumeNitrous, CallFunc_GetFirstPlayerInventoryItem_ReturnValue) == 0x000008, "Member 'BP_NitroComponent_C_ConsumeNitrous::CallFunc_GetFirstPlayerInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ConsumeNitrous, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_NitroComponent_C_ConsumeNitrous::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ConsumeNitrous, CallFunc_ItemHasTag_ReturnValue) == 0x000048, "Member 'BP_NitroComponent_C_ConsumeNitrous::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ConsumeNitrous, CallFunc_GetController_ReturnValue) == 0x000050, "Member 'BP_NitroComponent_C_ConsumeNitrous::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ConsumeNitrous, CallFunc_IsPlayerControlled_ReturnValue) == 0x000058, "Member 'BP_NitroComponent_C_ConsumeNitrous::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ConsumeNitrous, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000060, "Member 'BP_NitroComponent_C_ConsumeNitrous::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ConsumeNitrous, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_NitroComponent_C_ConsumeNitrous::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ConsumeNitrous, CallFunc_IsUsing_ReturnValue) == 0x000069, "Member 'BP_NitroComponent_C_ConsumeNitrous::CallFunc_IsUsing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ConsumeNitrous, CallFunc_BooleanAND_ReturnValue) == 0x00006A, "Member 'BP_NitroComponent_C_ConsumeNitrous::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ConsumeNitrous, CallFunc_SelectFloat_ReturnValue) == 0x000070, "Member 'BP_NitroComponent_C_ConsumeNitrous::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ConsumeNitrous, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_NitroComponent_C_ConsumeNitrous::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent \ +static_assert(alignof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent) == 0x000008, "Wrong alignment on BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent"); \ +static_assert(sizeof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent) == 0x000378, "Wrong size on BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, EntryPoint) == 0x000000, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_struct_Variable) == 0x000010, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_object_Variable) == 0x000020, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_delegate_Variable) == 0x000030, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_struct_Variable_1) == 0x000040, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_object_Variable_1) == 0x000050, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_delegate_Variable_1) == 0x000060, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_struct_Variable_2) == 0x000070, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_object_Variable_2) == 0x000080, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_delegate_Variable_2) == 0x000090, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_struct_Variable_3) == 0x0000A0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_object_Variable_3) == 0x0000B0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_delegate_Variable_3) == 0x0000C0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_struct_Variable_4) == 0x0000D0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_object_Variable_4) == 0x0000E0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_delegate_Variable_4) == 0x0000F0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_struct_Variable_5) == 0x000100, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_object_Variable_5) == 0x000110, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_delegate_Variable_5) == 0x000120, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_bool_IsClosed_Variable) == 0x000130, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_CJPostEvent_ReturnValue) == 0x000134, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_CJPostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_bool_Has_Been_Initd_Variable) == 0x000138, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_delegate_Variable_6) == 0x00013C, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_object_Variable_6) == 0x000150, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, K2Node_Event_DeltaSeconds) == 0x000160, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_int_Variable) == 0x000164, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000168, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_int_Variable_1) == 0x00016C, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000170, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000178, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetOwner_ReturnValue_2) == 0x000190, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, K2Node_DynamicCast_AsCJVehicle) == 0x000198, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::K2Node_DynamicCast_AsCJVehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, K2Node_DynamicCast_bSuccess) == 0x0001A0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x0001A1, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_CJPostEventOnComponent_ReturnValue) == 0x0001A4, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_CJPostEventOnComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetOwner_ReturnValue_3) == 0x0001A8, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, K2Node_DynamicCast_AsCJVehicle_1) == 0x0001B0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::K2Node_DynamicCast_AsCJVehicle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, K2Node_DynamicCast_bSuccess_1) == 0x0001B8, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_bool_Has_Been_Initd_Variable_1) == 0x0001B9, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_CJPostEventOnComponent_ReturnValue_1) == 0x0001BC, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_CJPostEventOnComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, K2Node_CustomEvent_NewCount) == 0x0001C0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::K2Node_CustomEvent_NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x0001C4, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetOwner_ReturnValue_4) == 0x0001C8, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetOwner_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, K2Node_DynamicCast_AsCJVehicle_2) == 0x0001D0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::K2Node_DynamicCast_AsCJVehicle_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, K2Node_DynamicCast_bSuccess_2) == 0x0001D8, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_CJPostEventOnComponent_ReturnValue_2) == 0x0001DC, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_CJPostEventOnComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetPlayingInstance_ReturnValue) == 0x0001E0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_K2_GetRootComponent_ReturnValue) == 0x0001E8, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, K2Node_CreateDelegate_OutputDelegate) == 0x0001F0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_SpawnForceFeedbackAttached_ReturnValue) == 0x000200, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_SpawnForceFeedbackAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetCJVehicleMovement_ReturnValue) == 0x000208, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetCJVehicleMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_IsPlayerControlled_ReturnValue) == 0x000210, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetForwardSpeedKMH_ReturnValue) == 0x000214, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetForwardSpeedKMH_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Greater_DoubleDouble_ReturnValue_2) == 0x000218, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Greater_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_IsPlayerControlled_ReturnValue_1) == 0x000219, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_IsPlayerControlled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_IsPlayerControlled_ReturnValue_2) == 0x00021A, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_IsPlayerControlled_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_BooleanAND_ReturnValue) == 0x00021B, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_IsAbilityAvailable_ReturnValue) == 0x00021C, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_IsAbilityAvailable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_MakeVector_ReturnValue) == 0x000220, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000238, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Greater_IntInt_ReturnValue) == 0x000250, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Subtract_IntInt_ReturnValue) == 0x000254, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000258, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000259, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_bool_IsClosed_Variable_1) == 0x00025A, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000260, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000268, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000270, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000278, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000280, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_FClamp_ReturnValue) == 0x000288, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_SayIntent_ReturnValue) == 0x000290, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_IsInDialogue_ReturnValue) == 0x000291, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_IsInDialogue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_IsPlayerAndVehicleHasNitro_bSuccess) == 0x000292, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_IsPlayerAndVehicleHasNitro_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_IsPlayerAndVehicleHasNitro_bSuccess_1) == 0x000293, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_IsPlayerAndVehicleHasNitro_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_struct_Variable_6) == 0x000298, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_CJPostEventOnComponent_ReturnValue_3) == 0x0002A8, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_CJPostEventOnComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetInventoryId_self_CastInput) == 0x0002B0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetInventoryId_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetInventoryId_ReturnValue) == 0x0002C0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_ObserveInventoryItemCount_ReturnValue) == 0x0002C8, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_ObserveInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetDriver_ReturnValue) == 0x0002D0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetDriver_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_IsValid_ReturnValue) == 0x0002D8, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_SayIntent_ReturnValue_1) == 0x0002D9, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_SayIntent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_IsValid_ReturnValue_1) == 0x0002DA, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_delegate_Variable_7) == 0x0002DC, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_delegate_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Less_IntInt_ReturnValue) == 0x0002EC, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_object_Variable_7) == 0x0002F0, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Clamp_ReturnValue) == 0x000300, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Add_IntInt_ReturnValue) == 0x000304, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_struct_Variable_7) == 0x000308, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_delegate_Variable_8) == 0x000318, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_delegate_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetDriver_ReturnValue_1) == 0x000328, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetDriver_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_SayIntent_ReturnValue_2) == 0x000330, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_SayIntent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_CJPostEventOnComponent_ReturnValue_4) == 0x000334, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_CJPostEventOnComponent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_CJPostEventOnComponent_ReturnValue_5) == 0x000338, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_CJPostEventOnComponent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_object_Variable_8) == 0x000340, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, Temp_struct_Variable_8) == 0x000350, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_GetOwner_ReturnValue_5) == 0x000360, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_GetOwner_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_CJPostEventOnComponent_ReturnValue_6) == 0x000368, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_CJPostEventOnComponent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_CJPostEvent_ReturnValue_1) == 0x00036C, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_CJPostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000370, "Member 'BP_NitroComponent_C_ExecuteUbergraph_BP_NitroComponent::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_GetNitrousMaxNumFlasks \ +static_assert(alignof(BP_NitroComponent_C_GetNitrousMaxNumFlasks) == 0x000004, "Wrong alignment on BP_NitroComponent_C_GetNitrousMaxNumFlasks"); \ +static_assert(sizeof(BP_NitroComponent_C_GetNitrousMaxNumFlasks) == 0x000004, "Wrong size on BP_NitroComponent_C_GetNitrousMaxNumFlasks"); \ +static_assert(offsetof(BP_NitroComponent_C_GetNitrousMaxNumFlasks, MaxFlasks) == 0x000000, "Member 'BP_NitroComponent_C_GetNitrousMaxNumFlasks::MaxFlasks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_GetNumEmptyFlasks \ +static_assert(alignof(BP_NitroComponent_C_GetNumEmptyFlasks) == 0x000004, "Wrong alignment on BP_NitroComponent_C_GetNumEmptyFlasks"); \ +static_assert(sizeof(BP_NitroComponent_C_GetNumEmptyFlasks) == 0x000008, "Wrong size on BP_NitroComponent_C_GetNumEmptyFlasks"); \ +static_assert(offsetof(BP_NitroComponent_C_GetNumEmptyFlasks, EmptyFlasks) == 0x000000, "Member 'BP_NitroComponent_C_GetNumEmptyFlasks::EmptyFlasks' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_GetNumEmptyFlasks, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'BP_NitroComponent_C_GetNumEmptyFlasks::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_IsPlayerAndVehicleHasNitro \ +static_assert(alignof(BP_NitroComponent_C_IsPlayerAndVehicleHasNitro) == 0x000008, "Wrong alignment on BP_NitroComponent_C_IsPlayerAndVehicleHasNitro"); \ +static_assert(sizeof(BP_NitroComponent_C_IsPlayerAndVehicleHasNitro) == 0x000028, "Wrong size on BP_NitroComponent_C_IsPlayerAndVehicleHasNitro"); \ +static_assert(offsetof(BP_NitroComponent_C_IsPlayerAndVehicleHasNitro, bSuccess) == 0x000000, "Member 'BP_NitroComponent_C_IsPlayerAndVehicleHasNitro::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsPlayerAndVehicleHasNitro, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000001, "Member 'BP_NitroComponent_C_IsPlayerAndVehicleHasNitro::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsPlayerAndVehicleHasNitro, CallFunc_GetInventoryId_self_CastInput) == 0x000008, "Member 'BP_NitroComponent_C_IsPlayerAndVehicleHasNitro::CallFunc_GetInventoryId_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsPlayerAndVehicleHasNitro, CallFunc_GetInventoryId_ReturnValue) == 0x000018, "Member 'BP_NitroComponent_C_IsPlayerAndVehicleHasNitro::CallFunc_GetInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsPlayerAndVehicleHasNitro, CallFunc_IsPlayerControlled_ReturnValue) == 0x000020, "Member 'BP_NitroComponent_C_IsPlayerAndVehicleHasNitro::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsPlayerAndVehicleHasNitro, CallFunc_HasInventoryItem_ReturnValue) == 0x000021, "Member 'BP_NitroComponent_C_IsPlayerAndVehicleHasNitro::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsPlayerAndVehicleHasNitro, CallFunc_BooleanAND_ReturnValue) == 0x000022, "Member 'BP_NitroComponent_C_IsPlayerAndVehicleHasNitro::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsPlayerAndVehicleHasNitro, CallFunc_BooleanAND_ReturnValue_1) == 0x000023, "Member 'BP_NitroComponent_C_IsPlayerAndVehicleHasNitro::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_OnItemCountUpdated_3EB4D21F4820501781E1E8BF9F16BABB \ +static_assert(alignof(BP_NitroComponent_C_OnItemCountUpdated_3EB4D21F4820501781E1E8BF9F16BABB) == 0x000004, "Wrong alignment on BP_NitroComponent_C_OnItemCountUpdated_3EB4D21F4820501781E1E8BF9F16BABB"); \ +static_assert(sizeof(BP_NitroComponent_C_OnItemCountUpdated_3EB4D21F4820501781E1E8BF9F16BABB) == 0x000004, "Wrong size on BP_NitroComponent_C_OnItemCountUpdated_3EB4D21F4820501781E1E8BF9F16BABB"); \ +static_assert(offsetof(BP_NitroComponent_C_OnItemCountUpdated_3EB4D21F4820501781E1E8BF9F16BABB, NewCount) == 0x000000, "Member 'BP_NitroComponent_C_OnItemCountUpdated_3EB4D21F4820501781E1E8BF9F16BABB::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_ReceiveTick \ +static_assert(alignof(BP_NitroComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_NitroComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_NitroComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_NitroComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_NitroComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_NitroComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_RefillNitrous \ +static_assert(alignof(BP_NitroComponent_C_RefillNitrous) == 0x000008, "Wrong alignment on BP_NitroComponent_C_RefillNitrous"); \ +static_assert(sizeof(BP_NitroComponent_C_RefillNitrous) == 0x000030, "Wrong size on BP_NitroComponent_C_RefillNitrous"); \ +static_assert(offsetof(BP_NitroComponent_C_RefillNitrous, RefillAmount) == 0x000000, "Member 'BP_NitroComponent_C_RefillNitrous::RefillAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_RefillNitrous, Temp_int_Variable) == 0x000008, "Member 'BP_NitroComponent_C_RefillNitrous::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_RefillNitrous, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_NitroComponent_C_RefillNitrous::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_RefillNitrous, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_NitroComponent_C_RefillNitrous::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_RefillNitrous, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000014, "Member 'BP_NitroComponent_C_RefillNitrous::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_RefillNitrous, CallFunc_BooleanOR_ReturnValue) == 0x000015, "Member 'BP_NitroComponent_C_RefillNitrous::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_RefillNitrous, CallFunc_Clamp_ReturnValue) == 0x000018, "Member 'BP_NitroComponent_C_RefillNitrous::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_RefillNitrous, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_NitroComponent_C_RefillNitrous::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_RefillNitrous, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_NitroComponent_C_RefillNitrous::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_RefillNitrous, CallFunc_FMin_ReturnValue) == 0x000028, "Member 'BP_NitroComponent_C_RefillNitrous::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_UpdateNitrousState \ +static_assert(alignof(BP_NitroComponent_C_UpdateNitrousState) == 0x000008, "Wrong alignment on BP_NitroComponent_C_UpdateNitrousState"); \ +static_assert(sizeof(BP_NitroComponent_C_UpdateNitrousState) == 0x000020, "Wrong size on BP_NitroComponent_C_UpdateNitrousState"); \ +static_assert(offsetof(BP_NitroComponent_C_UpdateNitrousState, CallFunc_GetInventoryId_self_CastInput) == 0x000000, "Member 'BP_NitroComponent_C_UpdateNitrousState::CallFunc_GetInventoryId_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_UpdateNitrousState, CallFunc_GetInventoryId_ReturnValue) == 0x000010, "Member 'BP_NitroComponent_C_UpdateNitrousState::CallFunc_GetInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_UpdateNitrousState, CallFunc_GetInventoryItemCount_ReturnValue) == 0x000018, "Member 'BP_NitroComponent_C_UpdateNitrousState::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_UpdateNitrousState, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'BP_NitroComponent_C_UpdateNitrousState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_GetNitrousAmount \ +static_assert(alignof(BP_NitroComponent_C_GetNitrousAmount) == 0x000004, "Wrong alignment on BP_NitroComponent_C_GetNitrousAmount"); \ +static_assert(sizeof(BP_NitroComponent_C_GetNitrousAmount) == 0x000008, "Wrong size on BP_NitroComponent_C_GetNitrousAmount"); \ +static_assert(offsetof(BP_NitroComponent_C_GetNitrousAmount, ReturnValue) == 0x000000, "Member 'BP_NitroComponent_C_GetNitrousAmount::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_GetNitrousAmount, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x000004, "Member 'BP_NitroComponent_C_GetNitrousAmount::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_GetNitrousFlasksLeft \ +static_assert(alignof(BP_NitroComponent_C_GetNitrousFlasksLeft) == 0x000004, "Wrong alignment on BP_NitroComponent_C_GetNitrousFlasksLeft"); \ +static_assert(sizeof(BP_NitroComponent_C_GetNitrousFlasksLeft) == 0x000004, "Wrong size on BP_NitroComponent_C_GetNitrousFlasksLeft"); \ +static_assert(offsetof(BP_NitroComponent_C_GetNitrousFlasksLeft, ReturnValue) == 0x000000, "Member 'BP_NitroComponent_C_GetNitrousFlasksLeft::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NitroComponent_C_IsAbilityAvailable \ +static_assert(alignof(BP_NitroComponent_C_IsAbilityAvailable) == 0x000008, "Wrong alignment on BP_NitroComponent_C_IsAbilityAvailable"); \ +static_assert(sizeof(BP_NitroComponent_C_IsAbilityAvailable) == 0x0000F8, "Wrong size on BP_NitroComponent_C_IsAbilityAvailable"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, ReturnValue) == 0x000000, "Member 'BP_NitroComponent_C_IsAbilityAvailable::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_ItemHasTag_ReturnValue) == 0x000001, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_GetInventoryItem_ReturnValue) == 0x000008, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_GetInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_GetInventoryItem_ReturnValue_1) == 0x000040, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_GetInventoryItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_GetInventoryItem_ReturnValue_2) == 0x000078, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_GetInventoryItem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_ItemHasTag_ReturnValue_1) == 0x0000B0, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_ItemHasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_ItemHasTag_ReturnValue_2) == 0x0000B1, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_ItemHasTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_GetPlayingInstance_ReturnValue) == 0x0000B8, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_BooleanOR_ReturnValue) == 0x0000C0, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_IsUsing_ReturnValue) == 0x0000C1, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_IsUsing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x0000C2, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_BooleanAND_ReturnValue) == 0x0000C3, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_BooleanOR_ReturnValue_1) == 0x0000C4, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_GetInventoryId_self_CastInput) == 0x0000C8, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_GetInventoryId_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_GetInventoryId_ReturnValue) == 0x0000D8, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_GetInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_GetThrottleInput_ReturnValue) == 0x0000E0, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_GetThrottleInput_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_HasInventoryItem_ReturnValue) == 0x0000E4, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000E5, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_BooleanAND_ReturnValue_1) == 0x0000E6, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x0000E7, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_BooleanOR_ReturnValue_2) == 0x0000E8, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_BooleanAND_ReturnValue_2) == 0x0000E9, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_BooleanAND_ReturnValue_3) == 0x0000EA, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_NitroComponent_C_IsAbilityAvailable, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x0000F0, "Member 'BP_NitroComponent_C_IsAbilityAvailable::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_NitroComponent_C \ +static_assert(alignof(UBP_NitroComponent_C) == 0x000008, "Wrong alignment on UBP_NitroComponent_C"); \ +static_assert(sizeof(UBP_NitroComponent_C) == 0x000128, "Wrong size on UBP_NitroComponent_C"); \ +static_assert(offsetof(UBP_NitroComponent_C, UberGraphFrame) == 0x0000E8, "Member 'UBP_NitroComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_NitroComponent_C, Impulse) == 0x0000F0, "Member 'UBP_NitroComponent_C::Impulse' has a wrong offset!"); \ +static_assert(offsetof(UBP_NitroComponent_C, Nitrous) == 0x0000F8, "Member 'UBP_NitroComponent_C::Nitrous' has a wrong offset!"); \ +static_assert(offsetof(UBP_NitroComponent_C, Nitrous_Consumption) == 0x000100, "Member 'UBP_NitroComponent_C::Nitrous_Consumption' has a wrong offset!"); \ +static_assert(offsetof(UBP_NitroComponent_C, MaxNumberOfFlasks) == 0x000108, "Member 'UBP_NitroComponent_C::MaxNumberOfFlasks' has a wrong offset!"); \ +static_assert(offsetof(UBP_NitroComponent_C, NumberOfFlasks) == 0x00010C, "Member 'UBP_NitroComponent_C::NumberOfFlasks' has a wrong offset!"); \ +static_assert(offsetof(UBP_NitroComponent_C, IsRefillingNitrous) == 0x000110, "Member 'UBP_NitroComponent_C::IsRefillingNitrous' has a wrong offset!"); \ +static_assert(offsetof(UBP_NitroComponent_C, SecondsToRefillBottle) == 0x000118, "Member 'UBP_NitroComponent_C::SecondsToRefillBottle' has a wrong offset!"); \ +static_assert(offsetof(UBP_NitroComponent_C, MaxFlasksCapacity) == 0x000120, "Member 'UBP_NitroComponent_C::MaxFlasksCapacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSStartingInventory \ +static_assert(alignof(FSStartingInventory) == 0x000008, "Wrong alignment on FSStartingInventory"); \ +static_assert(sizeof(FSStartingInventory) == 0x000030, "Wrong size on FSStartingInventory"); \ +static_assert(offsetof(FSStartingInventory, Item_2_579AB3534C712F374A81378A643F55FE) == 0x000000, "Member 'FSStartingInventory::Item_2_579AB3534C712F374A81378A643F55FE' has a wrong offset!"); \ +static_assert(offsetof(FSStartingInventory, Amount_5_5F267BD1485CAB6D5D3032A0064774FD) == 0x000028, "Member 'FSStartingInventory::Amount_5_5F267BD1485CAB6D5D3032A0064774FD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MCD_Interested_C_CalculateIntValue \ +static_assert(alignof(MCD_Interested_C_CalculateIntValue) == 0x000008, "Wrong alignment on MCD_Interested_C_CalculateIntValue"); \ +static_assert(sizeof(MCD_Interested_C_CalculateIntValue) == 0x000160, "Wrong size on MCD_Interested_C_CalculateIntValue"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, Controller) == 0x000000, "Member 'MCD_Interested_C_CalculateIntValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, DeltaTime) == 0x000008, "Member 'MCD_Interested_C_CalculateIntValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, OutValue) == 0x00000C, "Member 'MCD_Interested_C_CalculateIntValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, Result) == 0x000010, "Member 'MCD_Interested_C_CalculateIntValue::Result' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, Temp_int_Variable) == 0x000014, "Member 'MCD_Interested_C_CalculateIntValue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput) == 0x000018, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue) == 0x000028, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'MCD_Interested_C_CalculateIntValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_Map_Values_Values) == 0x000038, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, Temp_int_Array_Index_Variable) == 0x000050, "Member 'MCD_Interested_C_CalculateIntValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_Array_Get_Item) == 0x000058, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_Map_Values_Values_1) == 0x0000D0, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, Temp_int_Loop_Counter_Variable_1) == 0x0000E0, "Member 'MCD_Interested_C_CalculateIntValue::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_Array_Length_ReturnValue_1) == 0x0000E4, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000E8, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000EC, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, Temp_int_Array_Index_Variable_1) == 0x0000F0, "Member 'MCD_Interested_C_CalculateIntValue::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_Array_Get_Item_1) == 0x0000F8, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, K2Node_SwitchEnum_CmpSuccess) == 0x000158, "Member 'MCD_Interested_C_CalculateIntValue::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(MCD_Interested_C_CalculateIntValue, CallFunc_Add_IntInt_ReturnValue_2) == 0x00015C, "Member 'MCD_Interested_C_CalculateIntValue::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMCD_Interested_C \ +static_assert(alignof(UMCD_Interested_C) == 0x000008, "Wrong alignment on UMCD_Interested_C"); \ +static_assert(sizeof(UMCD_Interested_C) == 0x000030, "Wrong size on UMCD_Interested_C"); \ + +#define DUMPER7_ASSERTS_UBP_Camera_Shake_GearChange_C \ +static_assert(alignof(UBP_Camera_Shake_GearChange_C) == 0x000010, "Wrong alignment on UBP_Camera_Shake_GearChange_C"); \ +static_assert(sizeof(UBP_Camera_Shake_GearChange_C) == 0x0000E0, "Wrong size on UBP_Camera_Shake_GearChange_C"); \ + +#define DUMPER7_ASSERTS_VM_ObjectiveProgress_C_UpdateObjectiveProgress \ +static_assert(alignof(VM_ObjectiveProgress_C_UpdateObjectiveProgress) == 0x000008, "Wrong alignment on VM_ObjectiveProgress_C_UpdateObjectiveProgress"); \ +static_assert(sizeof(VM_ObjectiveProgress_C_UpdateObjectiveProgress) == 0x000020, "Wrong size on VM_ObjectiveProgress_C_UpdateObjectiveProgress"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgress, Current) == 0x000000, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgress::Current' has a wrong offset!"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgress, Max) == 0x000008, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgress::Max' has a wrong offset!"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgress, CallFunc_SafeDivide_ReturnValue) == 0x000010, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgress::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgress, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000018, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgress::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgress, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000019, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgress::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgress, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00001A, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgress::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgress, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgress::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgress, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x00001C, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgress::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_ObjectiveProgress_C_UpdateObjectiveProgressText \ +static_assert(alignof(VM_ObjectiveProgress_C_UpdateObjectiveProgressText) == 0x000008, "Wrong alignment on VM_ObjectiveProgress_C_UpdateObjectiveProgressText"); \ +static_assert(sizeof(VM_ObjectiveProgress_C_UpdateObjectiveProgressText) == 0x000018, "Wrong size on VM_ObjectiveProgress_C_UpdateObjectiveProgressText"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgressText, TextToDisplay) == 0x000000, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgressText::TextToDisplay' has a wrong offset!"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgressText, CallFunc_TextIsEmpty_ReturnValue) == 0x000010, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgressText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgressText, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000011, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgressText::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgressText, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000012, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgressText::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_ObjectiveProgress_C_UpdateObjectiveProgressText, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000013, "Member 'VM_ObjectiveProgress_C_UpdateObjectiveProgressText::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVM_ObjectiveProgress_C \ +static_assert(alignof(UVM_ObjectiveProgress_C) == 0x000008, "Wrong alignment on UVM_ObjectiveProgress_C"); \ +static_assert(sizeof(UVM_ObjectiveProgress_C) == 0x000090, "Wrong size on UVM_ObjectiveProgress_C"); \ +static_assert(offsetof(UVM_ObjectiveProgress_C, ObjectiveProgress) == 0x000070, "Member 'UVM_ObjectiveProgress_C::ObjectiveProgress' has a wrong offset!"); \ +static_assert(offsetof(UVM_ObjectiveProgress_C, bDisplayProgressBar) == 0x000078, "Member 'UVM_ObjectiveProgress_C::bDisplayProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UVM_ObjectiveProgress_C, bDisplayText) == 0x000079, "Member 'UVM_ObjectiveProgress_C::bDisplayText' has a wrong offset!"); \ +static_assert(offsetof(UVM_ObjectiveProgress_C, ObjectiveProgressText) == 0x000080, "Member 'UVM_ObjectiveProgress_C::ObjectiveProgressText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_AddObjectiveProgressBar \ +static_assert(alignof(VM_Objective_C_AddObjectiveProgressBar) == 0x000008, "Wrong alignment on VM_Objective_C_AddObjectiveProgressBar"); \ +static_assert(sizeof(VM_Objective_C_AddObjectiveProgressBar) == 0x000010, "Wrong size on VM_Objective_C_AddObjectiveProgressBar"); \ +static_assert(offsetof(VM_Objective_C_AddObjectiveProgressBar, NewItem) == 0x000000, "Member 'VM_Objective_C_AddObjectiveProgressBar::NewItem' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_AddObjectiveProgressBar, CallFunc_Array_Add_ReturnValue) == 0x000008, "Member 'VM_Objective_C_AddObjectiveProgressBar::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_CalculateHotColdProgress \ +static_assert(alignof(VM_Objective_C_CalculateHotColdProgress) == 0x000008, "Wrong alignment on VM_Objective_C_CalculateHotColdProgress"); \ +static_assert(sizeof(VM_Objective_C_CalculateHotColdProgress) == 0x0000C0, "Wrong size on VM_Objective_C_CalculateHotColdProgress"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, Distance) == 0x000000, "Member 'VM_Objective_C_CalculateHotColdProgress::Distance' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, MinDistance) == 0x000008, "Member 'VM_Objective_C_CalculateHotColdProgress::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, MaxDistance) == 0x000010, "Member 'VM_Objective_C_CalculateHotColdProgress::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_NormalizeToRange_ReturnValue) == 0x000028, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_FClamp_ReturnValue) == 0x000030, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000038, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000040, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000041, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_SelectColor_ReturnValue) == 0x000044, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x000054, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000055, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_SelectColor_ReturnValue_1) == 0x000058, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_NormalizeToRange_ReturnValue_1) == 0x000068, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_NormalizeToRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_FClamp_ReturnValue_1) == 0x000070, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000078, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000080, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000088, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_NormalizeToRange_ReturnValue_2) == 0x000090, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_NormalizeToRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_FClamp_ReturnValue_2) == 0x000098, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x0000A0, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2) == 0x0000A8, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x0000A9, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_SelectColor_ReturnValue_2) == 0x0000AC, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_SelectColor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_CalculateHotColdProgress, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x0000BC, "Member 'VM_Objective_C_CalculateHotColdProgress::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_CanFailDueToWanted \ +static_assert(alignof(VM_Objective_C_CanFailDueToWanted) == 0x000001, "Wrong alignment on VM_Objective_C_CanFailDueToWanted"); \ +static_assert(sizeof(VM_Objective_C_CanFailDueToWanted) == 0x000001, "Wrong size on VM_Objective_C_CanFailDueToWanted"); \ +static_assert(offsetof(VM_Objective_C_CanFailDueToWanted, bCanFailDueToWanted_) == 0x000000, "Member 'VM_Objective_C_CanFailDueToWanted::bCanFailDueToWanted_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_CannotSucceedDueToInCombat \ +static_assert(alignof(VM_Objective_C_CannotSucceedDueToInCombat) == 0x000001, "Wrong alignment on VM_Objective_C_CannotSucceedDueToInCombat"); \ +static_assert(sizeof(VM_Objective_C_CannotSucceedDueToInCombat) == 0x000001, "Wrong size on VM_Objective_C_CannotSucceedDueToInCombat"); \ +static_assert(offsetof(VM_Objective_C_CannotSucceedDueToInCombat, CannotSucceedDueToCombat) == 0x000000, "Member 'VM_Objective_C_CannotSucceedDueToInCombat::CannotSucceedDueToCombat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_CannotSucceedDueToWanted \ +static_assert(alignof(VM_Objective_C_CannotSucceedDueToWanted) == 0x000001, "Wrong alignment on VM_Objective_C_CannotSucceedDueToWanted"); \ +static_assert(sizeof(VM_Objective_C_CannotSucceedDueToWanted) == 0x000001, "Wrong size on VM_Objective_C_CannotSucceedDueToWanted"); \ +static_assert(offsetof(VM_Objective_C_CannotSucceedDueToWanted, CannotSucceedDueToWanted_0) == 0x000000, "Member 'VM_Objective_C_CannotSucceedDueToWanted::CannotSucceedDueToWanted_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_EvaluateFailWarnings \ +static_assert(alignof(VM_Objective_C_EvaluateFailWarnings) == 0x000008, "Wrong alignment on VM_Objective_C_EvaluateFailWarnings"); \ +static_assert(sizeof(VM_Objective_C_EvaluateFailWarnings) == 0x000050, "Wrong size on VM_Objective_C_EvaluateFailWarnings"); \ +static_assert(offsetof(VM_Objective_C_EvaluateFailWarnings, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000000, "Member 'VM_Objective_C_EvaluateFailWarnings::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateFailWarnings, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000001, "Member 'VM_Objective_C_EvaluateFailWarnings::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateFailWarnings, CallFunc_SelectText_ReturnValue) == 0x000008, "Member 'VM_Objective_C_EvaluateFailWarnings::CallFunc_SelectText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateFailWarnings, CallFunc_SelectText_ReturnValue_1) == 0x000018, "Member 'VM_Objective_C_EvaluateFailWarnings::CallFunc_SelectText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateFailWarnings, CallFunc_SelectText_ReturnValue_2) == 0x000028, "Member 'VM_Objective_C_EvaluateFailWarnings::CallFunc_SelectText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateFailWarnings, CallFunc_SelectText_ReturnValue_3) == 0x000038, "Member 'VM_Objective_C_EvaluateFailWarnings::CallFunc_SelectText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateFailWarnings, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000048, "Member 'VM_Objective_C_EvaluateFailWarnings::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateFailWarnings, CallFunc_BooleanOR_ReturnValue) == 0x000049, "Member 'VM_Objective_C_EvaluateFailWarnings::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateFailWarnings, CallFunc_BooleanOR_ReturnValue_1) == 0x00004A, "Member 'VM_Objective_C_EvaluateFailWarnings::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateFailWarnings, CallFunc_BooleanOR_ReturnValue_2) == 0x00004B, "Member 'VM_Objective_C_EvaluateFailWarnings::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateFailWarnings, CallFunc_BooleanOR_ReturnValue_3) == 0x00004C, "Member 'VM_Objective_C_EvaluateFailWarnings::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_EvaluateSuccessBlocks \ +static_assert(alignof(VM_Objective_C_EvaluateSuccessBlocks) == 0x000001, "Wrong alignment on VM_Objective_C_EvaluateSuccessBlocks"); \ +static_assert(sizeof(VM_Objective_C_EvaluateSuccessBlocks) == 0x00000A, "Wrong size on VM_Objective_C_EvaluateSuccessBlocks"); \ +static_assert(offsetof(VM_Objective_C_EvaluateSuccessBlocks, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000000, "Member 'VM_Objective_C_EvaluateSuccessBlocks::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateSuccessBlocks, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000001, "Member 'VM_Objective_C_EvaluateSuccessBlocks::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateSuccessBlocks, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000002, "Member 'VM_Objective_C_EvaluateSuccessBlocks::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateSuccessBlocks, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000003, "Member 'VM_Objective_C_EvaluateSuccessBlocks::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateSuccessBlocks, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x000004, "Member 'VM_Objective_C_EvaluateSuccessBlocks::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateSuccessBlocks, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'VM_Objective_C_EvaluateSuccessBlocks::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateSuccessBlocks, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x000006, "Member 'VM_Objective_C_EvaluateSuccessBlocks::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateSuccessBlocks, CallFunc_BooleanOR_ReturnValue) == 0x000007, "Member 'VM_Objective_C_EvaluateSuccessBlocks::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateSuccessBlocks, CallFunc_BooleanOR_ReturnValue_1) == 0x000008, "Member 'VM_Objective_C_EvaluateSuccessBlocks::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_EvaluateSuccessBlocks, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'VM_Objective_C_EvaluateSuccessBlocks::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_InitilizeHotCold \ +static_assert(alignof(VM_Objective_C_InitilizeHotCold) == 0x000008, "Wrong alignment on VM_Objective_C_InitilizeHotCold"); \ +static_assert(sizeof(VM_Objective_C_InitilizeHotCold) == 0x000020, "Wrong size on VM_Objective_C_InitilizeHotCold"); \ +static_assert(offsetof(VM_Objective_C_InitilizeHotCold, bShowHotCold_0) == 0x000000, "Member 'VM_Objective_C_InitilizeHotCold::bShowHotCold_0' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_InitilizeHotCold, bShowHotColdItemCount_0) == 0x000001, "Member 'VM_Objective_C_InitilizeHotCold::bShowHotColdItemCount_0' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_InitilizeHotCold, HotColdItemName_0) == 0x000008, "Member 'VM_Objective_C_InitilizeHotCold::HotColdItemName_0' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_InitilizeHotCold, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000018, "Member 'VM_Objective_C_InitilizeHotCold::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_InitilizeHotCold, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000019, "Member 'VM_Objective_C_InitilizeHotCold::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_InitilizeVM \ +static_assert(alignof(VM_Objective_C_InitilizeVM) == 0x000001, "Wrong alignment on VM_Objective_C_InitilizeVM"); \ +static_assert(sizeof(VM_Objective_C_InitilizeVM) == 0x000002, "Wrong size on VM_Objective_C_InitilizeVM"); \ +static_assert(offsetof(VM_Objective_C_InitilizeVM, bHasDistanceLimit) == 0x000000, "Member 'VM_Objective_C_InitilizeVM::bHasDistanceLimit' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_InitilizeVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000001, "Member 'VM_Objective_C_InitilizeVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_MakeDoubleDigitString \ +static_assert(alignof(VM_Objective_C_MakeDoubleDigitString) == 0x000008, "Wrong alignment on VM_Objective_C_MakeDoubleDigitString"); \ +static_assert(sizeof(VM_Objective_C_MakeDoubleDigitString) == 0x000040, "Wrong size on VM_Objective_C_MakeDoubleDigitString"); \ +static_assert(offsetof(VM_Objective_C_MakeDoubleDigitString, inInt) == 0x000000, "Member 'VM_Objective_C_MakeDoubleDigitString::inInt' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_MakeDoubleDigitString, ReturnValue) == 0x000008, "Member 'VM_Objective_C_MakeDoubleDigitString::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_MakeDoubleDigitString, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'VM_Objective_C_MakeDoubleDigitString::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_MakeDoubleDigitString, CallFunc_SelectString_ReturnValue) == 0x000020, "Member 'VM_Objective_C_MakeDoubleDigitString::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_MakeDoubleDigitString, CallFunc_BuildString_Int_ReturnValue) == 0x000030, "Member 'VM_Objective_C_MakeDoubleDigitString::CallFunc_BuildString_Int_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_RemoveObjectiveProgressBar \ +static_assert(alignof(VM_Objective_C_RemoveObjectiveProgressBar) == 0x000008, "Wrong alignment on VM_Objective_C_RemoveObjectiveProgressBar"); \ +static_assert(sizeof(VM_Objective_C_RemoveObjectiveProgressBar) == 0x000010, "Wrong size on VM_Objective_C_RemoveObjectiveProgressBar"); \ +static_assert(offsetof(VM_Objective_C_RemoveObjectiveProgressBar, NewItem) == 0x000000, "Member 'VM_Objective_C_RemoveObjectiveProgressBar::NewItem' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_RemoveObjectiveProgressBar, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000008, "Member 'VM_Objective_C_RemoveObjectiveProgressBar::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_RemoveObjectiveProgressBar, CallFunc_Array_RemoveItem_ReturnValue) == 0x000009, "Member 'VM_Objective_C_RemoveObjectiveProgressBar::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_ResetHotCold \ +static_assert(alignof(VM_Objective_C_ResetHotCold) == 0x000001, "Wrong alignment on VM_Objective_C_ResetHotCold"); \ +static_assert(sizeof(VM_Objective_C_ResetHotCold) == 0x000007, "Wrong size on VM_Objective_C_ResetHotCold"); \ +static_assert(offsetof(VM_Objective_C_ResetHotCold, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000000, "Member 'VM_Objective_C_ResetHotCold::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetHotCold, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000001, "Member 'VM_Objective_C_ResetHotCold::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetHotCold, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000002, "Member 'VM_Objective_C_ResetHotCold::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetHotCold, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000003, "Member 'VM_Objective_C_ResetHotCold::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetHotCold, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x000004, "Member 'VM_Objective_C_ResetHotCold::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetHotCold, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x000005, "Member 'VM_Objective_C_ResetHotCold::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetHotCold, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6) == 0x000006, "Member 'VM_Objective_C_ResetHotCold::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_ResetKill \ +static_assert(alignof(VM_Objective_C_ResetKill) == 0x000001, "Wrong alignment on VM_Objective_C_ResetKill"); \ +static_assert(sizeof(VM_Objective_C_ResetKill) == 0x000008, "Wrong size on VM_Objective_C_ResetKill"); \ +static_assert(offsetof(VM_Objective_C_ResetKill, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000000, "Member 'VM_Objective_C_ResetKill::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetKill, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000001, "Member 'VM_Objective_C_ResetKill::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetKill, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000002, "Member 'VM_Objective_C_ResetKill::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetKill, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000003, "Member 'VM_Objective_C_ResetKill::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetKill, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x000004, "Member 'VM_Objective_C_ResetKill::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetKill, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x000005, "Member 'VM_Objective_C_ResetKill::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetKill, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6) == 0x000006, "Member 'VM_Objective_C_ResetKill::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetKill, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7) == 0x000007, "Member 'VM_Objective_C_ResetKill::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_ResetTailing \ +static_assert(alignof(VM_Objective_C_ResetTailing) == 0x000001, "Wrong alignment on VM_Objective_C_ResetTailing"); \ +static_assert(sizeof(VM_Objective_C_ResetTailing) == 0x000004, "Wrong size on VM_Objective_C_ResetTailing"); \ +static_assert(offsetof(VM_Objective_C_ResetTailing, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000000, "Member 'VM_Objective_C_ResetTailing::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetTailing, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000001, "Member 'VM_Objective_C_ResetTailing::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetTailing, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000002, "Member 'VM_Objective_C_ResetTailing::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetTailing, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000003, "Member 'VM_Objective_C_ResetTailing::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_ResetTimeLimit \ +static_assert(alignof(VM_Objective_C_ResetTimeLimit) == 0x000001, "Wrong alignment on VM_Objective_C_ResetTimeLimit"); \ +static_assert(sizeof(VM_Objective_C_ResetTimeLimit) == 0x000007, "Wrong size on VM_Objective_C_ResetTimeLimit"); \ +static_assert(offsetof(VM_Objective_C_ResetTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000000, "Member 'VM_Objective_C_ResetTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000001, "Member 'VM_Objective_C_ResetTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000002, "Member 'VM_Objective_C_ResetTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000003, "Member 'VM_Objective_C_ResetTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x000004, "Member 'VM_Objective_C_ResetTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x000005, "Member 'VM_Objective_C_ResetTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6) == 0x000006, "Member 'VM_Objective_C_ResetTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_ResetVM \ +static_assert(alignof(VM_Objective_C_ResetVM) == 0x000001, "Wrong alignment on VM_Objective_C_ResetVM"); \ +static_assert(sizeof(VM_Objective_C_ResetVM) == 0x000001, "Wrong size on VM_Objective_C_ResetVM"); \ +static_assert(offsetof(VM_Objective_C_ResetVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000000, "Member 'VM_Objective_C_ResetVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_ResetWarnings \ +static_assert(alignof(VM_Objective_C_ResetWarnings) == 0x000001, "Wrong alignment on VM_Objective_C_ResetWarnings"); \ +static_assert(sizeof(VM_Objective_C_ResetWarnings) == 0x000005, "Wrong size on VM_Objective_C_ResetWarnings"); \ +static_assert(offsetof(VM_Objective_C_ResetWarnings, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000000, "Member 'VM_Objective_C_ResetWarnings::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetWarnings, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000001, "Member 'VM_Objective_C_ResetWarnings::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetWarnings, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000002, "Member 'VM_Objective_C_ResetWarnings::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetWarnings, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000003, "Member 'VM_Objective_C_ResetWarnings::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_ResetWarnings, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x000004, "Member 'VM_Objective_C_ResetWarnings::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_SetIsObjectiveActive \ +static_assert(alignof(VM_Objective_C_SetIsObjectiveActive) == 0x000001, "Wrong alignment on VM_Objective_C_SetIsObjectiveActive"); \ +static_assert(sizeof(VM_Objective_C_SetIsObjectiveActive) == 0x000002, "Wrong size on VM_Objective_C_SetIsObjectiveActive"); \ +static_assert(offsetof(VM_Objective_C_SetIsObjectiveActive, IsObjectiveActive) == 0x000000, "Member 'VM_Objective_C_SetIsObjectiveActive::IsObjectiveActive' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_SetIsObjectiveActive, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000001, "Member 'VM_Objective_C_SetIsObjectiveActive::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_SetMultiKillDisplaySettings \ +static_assert(alignof(VM_Objective_C_SetMultiKillDisplaySettings) == 0x000008, "Wrong alignment on VM_Objective_C_SetMultiKillDisplaySettings"); \ +static_assert(sizeof(VM_Objective_C_SetMultiKillDisplaySettings) == 0x000020, "Wrong size on VM_Objective_C_SetMultiKillDisplaySettings"); \ +static_assert(offsetof(VM_Objective_C_SetMultiKillDisplaySettings, KillProgressBarActive_0) == 0x000000, "Member 'VM_Objective_C_SetMultiKillDisplaySettings::KillProgressBarActive_0' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_SetMultiKillDisplaySettings, bShowKillCounter_0) == 0x000001, "Member 'VM_Objective_C_SetMultiKillDisplaySettings::bShowKillCounter_0' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_SetMultiKillDisplaySettings, bShowRemainingEnemiesText_0) == 0x000002, "Member 'VM_Objective_C_SetMultiKillDisplaySettings::bShowRemainingEnemiesText_0' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_SetMultiKillDisplaySettings, EnemyName_0) == 0x000008, "Member 'VM_Objective_C_SetMultiKillDisplaySettings::EnemyName_0' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_SetMultiKillDisplaySettings, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000018, "Member 'VM_Objective_C_SetMultiKillDisplaySettings::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_SetMultiKillDisplaySettings, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000019, "Member 'VM_Objective_C_SetMultiKillDisplaySettings::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_SetMultiKillDisplaySettings, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x00001A, "Member 'VM_Objective_C_SetMultiKillDisplaySettings::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_SetTailingActive \ +static_assert(alignof(VM_Objective_C_SetTailingActive) == 0x000001, "Wrong alignment on VM_Objective_C_SetTailingActive"); \ +static_assert(sizeof(VM_Objective_C_SetTailingActive) == 0x000002, "Wrong size on VM_Objective_C_SetTailingActive"); \ +static_assert(offsetof(VM_Objective_C_SetTailingActive, bIsTailingActive_0) == 0x000000, "Member 'VM_Objective_C_SetTailingActive::bIsTailingActive_0' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_SetTailingActive, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000001, "Member 'VM_Objective_C_SetTailingActive::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_UpdateCannotSuceedDueToVehicle \ +static_assert(alignof(VM_Objective_C_UpdateCannotSuceedDueToVehicle) == 0x000001, "Wrong alignment on VM_Objective_C_UpdateCannotSuceedDueToVehicle"); \ +static_assert(sizeof(VM_Objective_C_UpdateCannotSuceedDueToVehicle) == 0x000002, "Wrong size on VM_Objective_C_UpdateCannotSuceedDueToVehicle"); \ +static_assert(offsetof(VM_Objective_C_UpdateCannotSuceedDueToVehicle, Cannot_Succeed_Not_in_Vehicle_0) == 0x000000, "Member 'VM_Objective_C_UpdateCannotSuceedDueToVehicle::Cannot_Succeed_Not_in_Vehicle_0' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateCannotSuceedDueToVehicle, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000001, "Member 'VM_Objective_C_UpdateCannotSuceedDueToVehicle::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_UpdateDistanceWarning \ +static_assert(alignof(VM_Objective_C_UpdateDistanceWarning) == 0x000008, "Wrong alignment on VM_Objective_C_UpdateDistanceWarning"); \ +static_assert(sizeof(VM_Objective_C_UpdateDistanceWarning) == 0x000020, "Wrong size on VM_Objective_C_UpdateDistanceWarning"); \ +static_assert(offsetof(VM_Objective_C_UpdateDistanceWarning, CurrentDistance) == 0x000000, "Member 'VM_Objective_C_UpdateDistanceWarning::CurrentDistance' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateDistanceWarning, MaxDistance) == 0x000008, "Member 'VM_Objective_C_UpdateDistanceWarning::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateDistanceWarning, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000010, "Member 'VM_Objective_C_UpdateDistanceWarning::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateDistanceWarning, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000018, "Member 'VM_Objective_C_UpdateDistanceWarning::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_UpdateIntimidation \ +static_assert(alignof(VM_Objective_C_UpdateIntimidation) == 0x000008, "Wrong alignment on VM_Objective_C_UpdateIntimidation"); \ +static_assert(sizeof(VM_Objective_C_UpdateIntimidation) == 0x000030, "Wrong size on VM_Objective_C_UpdateIntimidation"); \ +static_assert(offsetof(VM_Objective_C_UpdateIntimidation, CurrentIntimidation) == 0x000000, "Member 'VM_Objective_C_UpdateIntimidation::CurrentIntimidation' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateIntimidation, MaxIntimidation) == 0x000004, "Member 'VM_Objective_C_UpdateIntimidation::MaxIntimidation' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateIntimidation, bShowIntimidation_0) == 0x000008, "Member 'VM_Objective_C_UpdateIntimidation::bShowIntimidation_0' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateIntimidation, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000010, "Member 'VM_Objective_C_UpdateIntimidation::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateIntimidation, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000018, "Member 'VM_Objective_C_UpdateIntimidation::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateIntimidation, CallFunc_SafeDivide_ReturnValue) == 0x000020, "Member 'VM_Objective_C_UpdateIntimidation::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateIntimidation, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000028, "Member 'VM_Objective_C_UpdateIntimidation::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateIntimidation, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000029, "Member 'VM_Objective_C_UpdateIntimidation::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_UpdateItemCount \ +static_assert(alignof(VM_Objective_C_UpdateItemCount) == 0x000008, "Wrong alignment on VM_Objective_C_UpdateItemCount"); \ +static_assert(sizeof(VM_Objective_C_UpdateItemCount) == 0x000130, "Wrong size on VM_Objective_C_UpdateItemCount"); \ +static_assert(offsetof(VM_Objective_C_UpdateItemCount, Current_Count) == 0x000000, "Member 'VM_Objective_C_UpdateItemCount::Current_Count' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateItemCount, Max_Count) == 0x000004, "Member 'VM_Objective_C_UpdateItemCount::Max_Count' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateItemCount, CallFunc_Conv_NumericPropertyToText_ReturnValue) == 0x000008, "Member 'VM_Objective_C_UpdateItemCount::CallFunc_Conv_NumericPropertyToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateItemCount, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'VM_Objective_C_UpdateItemCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateItemCount, CallFunc_Conv_NumericPropertyToText_ReturnValue_1) == 0x000060, "Member 'VM_Objective_C_UpdateItemCount::CallFunc_Conv_NumericPropertyToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateItemCount, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'VM_Objective_C_UpdateItemCount::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateItemCount, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x0000B8, "Member 'VM_Objective_C_UpdateItemCount::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateItemCount, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000C0, "Member 'VM_Objective_C_UpdateItemCount::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateItemCount, K2Node_MakeArray_Array) == 0x000108, "Member 'VM_Objective_C_UpdateItemCount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateItemCount, CallFunc_Format_ReturnValue) == 0x000118, "Member 'VM_Objective_C_UpdateItemCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateItemCount, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000128, "Member 'VM_Objective_C_UpdateItemCount::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateItemCount, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000129, "Member 'VM_Objective_C_UpdateItemCount::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_UpdateKillCount \ +static_assert(alignof(VM_Objective_C_UpdateKillCount) == 0x000008, "Wrong alignment on VM_Objective_C_UpdateKillCount"); \ +static_assert(sizeof(VM_Objective_C_UpdateKillCount) == 0x000210, "Wrong size on VM_Objective_C_UpdateKillCount"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CurrentKillCount) == 0x000000, "Member 'VM_Objective_C_UpdateKillCount::CurrentKillCount' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, MaxKillCount) == 0x000004, "Member 'VM_Objective_C_UpdateKillCount::MaxKillCount' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_Conv_NumericPropertyToText_ReturnValue) == 0x000010, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_Conv_NumericPropertyToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_Conv_NumericPropertyToText_ReturnValue_1) == 0x000020, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_Conv_NumericPropertyToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'VM_Objective_C_UpdateKillCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'VM_Objective_C_UpdateKillCount::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000C0, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_Conv_NumericPropertyToText_ReturnValue_2) == 0x0000C8, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_Conv_NumericPropertyToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0000D8, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E0, "Member 'VM_Objective_C_UpdateKillCount::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000128, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000130, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000131, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, K2Node_MakeStruct_FormatArgumentData_3) == 0x000138, "Member 'VM_Objective_C_UpdateKillCount::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, K2Node_MakeStruct_FormatArgumentData_4) == 0x000180, "Member 'VM_Objective_C_UpdateKillCount::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, K2Node_MakeArray_Array) == 0x0001C8, "Member 'VM_Objective_C_UpdateKillCount::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, K2Node_MakeArray_Array_1) == 0x0001D8, "Member 'VM_Objective_C_UpdateKillCount::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_Format_ReturnValue) == 0x0001E8, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_Format_ReturnValue_1) == 0x0001F8, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000208, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000209, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateKillCount, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x00020A, "Member 'VM_Objective_C_UpdateKillCount::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_UpdateSuspicion \ +static_assert(alignof(VM_Objective_C_UpdateSuspicion) == 0x000008, "Wrong alignment on VM_Objective_C_UpdateSuspicion"); \ +static_assert(sizeof(VM_Objective_C_UpdateSuspicion) == 0x000010, "Wrong size on VM_Objective_C_UpdateSuspicion"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicion, CurrentSuspicion) == 0x000000, "Member 'VM_Objective_C_UpdateSuspicion::CurrentSuspicion' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicion, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000008, "Member 'VM_Objective_C_UpdateSuspicion::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_UpdateSuspicionState \ +static_assert(alignof(VM_Objective_C_UpdateSuspicionState) == 0x000008, "Wrong alignment on VM_Objective_C_UpdateSuspicionState"); \ +static_assert(sizeof(VM_Objective_C_UpdateSuspicionState) == 0x000158, "Wrong size on VM_Objective_C_UpdateSuspicionState"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Index_0) == 0x000000, "Member 'VM_Objective_C_UpdateSuspicionState::Index_0' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_byte_Variable) == 0x000001, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_byte_Variable_1) == 0x000002, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_text_Variable) == 0x000008, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_text_Variable_1) == 0x000018, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_text_Variable_2) == 0x000028, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_text_Variable_3) == 0x000038, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_text_Variable_4) == 0x000048, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_byte_Variable_2) == 0x000058, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, K2Node_Select_Default) == 0x000060, "Member 'VM_Objective_C_UpdateSuspicionState::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_struct_Variable) == 0x000070, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000080, "Member 'VM_Objective_C_UpdateSuspicionState::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_struct_Variable_1) == 0x000084, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_struct_Variable_2) == 0x000094, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_struct_Variable_3) == 0x0000A4, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, Temp_struct_Variable_4) == 0x0000B4, "Member 'VM_Objective_C_UpdateSuspicionState::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, K2Node_Select_Default_1) == 0x0000C4, "Member 'VM_Objective_C_UpdateSuspicionState::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x0000D4, "Member 'VM_Objective_C_UpdateSuspicionState::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, K2Node_MakeStruct_SlateColor) == 0x0000D8, "Member 'VM_Objective_C_UpdateSuspicionState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x0000EC, "Member 'VM_Objective_C_UpdateSuspicionState::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, K2Node_MakeStruct_SlateColor_1) == 0x0000F0, "Member 'VM_Objective_C_UpdateSuspicionState::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, K2Node_MakeStruct_SlateColor_2) == 0x000104, "Member 'VM_Objective_C_UpdateSuspicionState::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, K2Node_MakeStruct_SlateColor_3) == 0x000118, "Member 'VM_Objective_C_UpdateSuspicionState::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, K2Node_MakeStruct_SlateColor_4) == 0x00012C, "Member 'VM_Objective_C_UpdateSuspicionState::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, K2Node_Select_Default_2) == 0x000140, "Member 'VM_Objective_C_UpdateSuspicionState::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateSuspicionState, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000154, "Member 'VM_Objective_C_UpdateSuspicionState::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_UpdateTimeLimit \ +static_assert(alignof(VM_Objective_C_UpdateTimeLimit) == 0x000008, "Wrong alignment on VM_Objective_C_UpdateTimeLimit"); \ +static_assert(sizeof(VM_Objective_C_UpdateTimeLimit) == 0x0001E8, "Wrong size on VM_Objective_C_UpdateTimeLimit"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CurrentElapsedTime) == 0x000000, "Member 'VM_Objective_C_UpdateTimeLimit::CurrentElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, TimeLimit_0) == 0x000008, "Member 'VM_Objective_C_UpdateTimeLimit::TimeLimit_0' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, RemainingTime) == 0x000010, "Member 'VM_Objective_C_UpdateTimeLimit::RemainingTime' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000020, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000028, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000030, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000038, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x000039, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_SelectFloat_ReturnValue) == 0x000040, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_FMod_Remainder) == 0x000048, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_FMod_Remainder' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_FMod_ReturnValue) == 0x000050, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_FMod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_FFloor_ReturnValue) == 0x000054, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_FFloor_ReturnValue_1) == 0x000058, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_FFloor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_Divide_IntInt_ReturnValue) == 0x00005C, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_MakeDoubleDigitString_ReturnValue) == 0x000060, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_MakeDoubleDigitString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_MakeDoubleDigitString_ReturnValue_1) == 0x000070, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_MakeDoubleDigitString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_Conv_StringToText_ReturnValue) == 0x000080, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000090, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'VM_Objective_C_UpdateTimeLimit::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'VM_Objective_C_UpdateTimeLimit::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000130, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000138, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000140, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000148, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_FFloor_ReturnValue_2) == 0x00014C, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_FFloor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_MakeDoubleDigitString_ReturnValue_2) == 0x000150, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_MakeDoubleDigitString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000160, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000170, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, K2Node_MakeStruct_FormatArgumentData_2) == 0x000178, "Member 'VM_Objective_C_UpdateTimeLimit::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, K2Node_MakeArray_Array) == 0x0001C0, "Member 'VM_Objective_C_UpdateTimeLimit::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_Format_ReturnValue) == 0x0001D0, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x0001E0, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x0001E1, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x0001E2, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x0001E3, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateTimeLimit, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6) == 0x0001E4, "Member 'VM_Objective_C_UpdateTimeLimit::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_Objective_C_UpdateVehicleWarning \ +static_assert(alignof(VM_Objective_C_UpdateVehicleWarning) == 0x000001, "Wrong alignment on VM_Objective_C_UpdateVehicleWarning"); \ +static_assert(sizeof(VM_Objective_C_UpdateVehicleWarning) == 0x000003, "Wrong size on VM_Objective_C_UpdateVehicleWarning"); \ +static_assert(offsetof(VM_Objective_C_UpdateVehicleWarning, bIsFailingNotInVehicle) == 0x000000, "Member 'VM_Objective_C_UpdateVehicleWarning::bIsFailingNotInVehicle' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateVehicleWarning, HasInvalidVehicle) == 0x000001, "Member 'VM_Objective_C_UpdateVehicleWarning::HasInvalidVehicle' has a wrong offset!"); \ +static_assert(offsetof(VM_Objective_C_UpdateVehicleWarning, LeftPassengers) == 0x000002, "Member 'VM_Objective_C_UpdateVehicleWarning::LeftPassengers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVM_Objective_C \ +static_assert(alignof(UVM_Objective_C) == 0x000008, "Wrong alignment on UVM_Objective_C"); \ +static_assert(sizeof(UVM_Objective_C) == 0x000200, "Wrong size on UVM_Objective_C"); \ +static_assert(offsetof(UVM_Objective_C, TimeLimit) == 0x000070, "Member 'UVM_Objective_C::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bDisplayTimeLimitWarning) == 0x000080, "Member 'UVM_Objective_C::bDisplayTimeLimitWarning' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bDisplayDistanceWarning) == 0x000081, "Member 'UVM_Objective_C::bDisplayDistanceWarning' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bShowNotInVehicleWarning) == 0x000082, "Member 'UVM_Objective_C::bShowNotInVehicleWarning' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bShowInvalidVehicleWarning) == 0x000083, "Member 'UVM_Objective_C::bShowInvalidVehicleWarning' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, Cannot_Succeed_Not_in_Vehicle) == 0x000084, "Member 'UVM_Objective_C::Cannot_Succeed_Not_in_Vehicle' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bHasTimeLimit) == 0x000085, "Member 'UVM_Objective_C::bHasTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bDisplayFailureWarning) == 0x000086, "Member 'UVM_Objective_C::bDisplayFailureWarning' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, FailureWarningText) == 0x000088, "Member 'UVM_Objective_C::FailureWarningText' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bShowWantedWarning) == 0x000098, "Member 'UVM_Objective_C::bShowWantedWarning' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bShowSuccessBlockText) == 0x000099, "Member 'UVM_Objective_C::bShowSuccessBlockText' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, SuccessBlockText) == 0x0000A0, "Member 'UVM_Objective_C::SuccessBlockText' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bCannotSucceedWanted) == 0x0000B0, "Member 'UVM_Objective_C::bCannotSucceedWanted' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bIsTailingActive) == 0x0000B1, "Member 'UVM_Objective_C::bIsTailingActive' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, TailSuspicionPercentage) == 0x0000B8, "Member 'UVM_Objective_C::TailSuspicionPercentage' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, SuspicionBarColor) == 0x0000C0, "Member 'UVM_Objective_C::SuspicionBarColor' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, TailingInformationText) == 0x0000D0, "Member 'UVM_Objective_C::TailingInformationText' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, TailingTextColor) == 0x0000E0, "Member 'UVM_Objective_C::TailingTextColor' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, KillProgressBarActive) == 0x0000F4, "Member 'UVM_Objective_C::KillProgressBarActive' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, KillCountPercentageProgress) == 0x0000F8, "Member 'UVM_Objective_C::KillCountPercentageProgress' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, RemainingEnemies) == 0x000100, "Member 'UVM_Objective_C::RemainingEnemies' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, KillCount) == 0x000110, "Member 'UVM_Objective_C::KillCount' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bShowKillCounter) == 0x000120, "Member 'UVM_Objective_C::bShowKillCounter' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bShowRemainingEnemiesText) == 0x000121, "Member 'UVM_Objective_C::bShowRemainingEnemiesText' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, EnemyName) == 0x000128, "Member 'UVM_Objective_C::EnemyName' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, HotColdProgressBarColor1) == 0x000138, "Member 'UVM_Objective_C::HotColdProgressBarColor1' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, HotColdProgressBarColor2) == 0x000148, "Member 'UVM_Objective_C::HotColdProgressBarColor2' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, HotColdProgressBarColor3) == 0x000158, "Member 'UVM_Objective_C::HotColdProgressBarColor3' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, HotColdProgressBar1) == 0x000168, "Member 'UVM_Objective_C::HotColdProgressBar1' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, HotColdProgressBar2) == 0x000170, "Member 'UVM_Objective_C::HotColdProgressBar2' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, HotColdProgressBar3) == 0x000178, "Member 'UVM_Objective_C::HotColdProgressBar3' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, HotColdCurrentCount) == 0x000180, "Member 'UVM_Objective_C::HotColdCurrentCount' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bShowHotCold) == 0x000190, "Member 'UVM_Objective_C::bShowHotCold' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bShowHotColdItemCount) == 0x000191, "Member 'UVM_Objective_C::bShowHotColdItemCount' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, HotColdItemName) == 0x000198, "Member 'UVM_Objective_C::HotColdItemName' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bPlayFlashAnimation) == 0x0001A8, "Member 'UVM_Objective_C::bPlayFlashAnimation' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, ShowObjectiveProgressList) == 0x0001A9, "Member 'UVM_Objective_C::ShowObjectiveProgressList' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, ShowObjectiveProgress) == 0x0001AA, "Member 'UVM_Objective_C::ShowObjectiveProgress' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, ObjectiveProgress) == 0x0001B0, "Member 'UVM_Objective_C::ObjectiveProgress' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, CurrentObjectiveProgress) == 0x0001B8, "Member 'UVM_Objective_C::CurrentObjectiveProgress' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, ObjectiveProgressViewModels) == 0x0001C0, "Member 'UVM_Objective_C::ObjectiveProgressViewModels' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, IntimidationProgress) == 0x0001D0, "Member 'UVM_Objective_C::IntimidationProgress' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bShowIntimidation) == 0x0001D8, "Member 'UVM_Objective_C::bShowIntimidation' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bCannotSucceedInCombat) == 0x0001D9, "Member 'UVM_Objective_C::bCannotSucceedInCombat' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, Is_Objective_Active) == 0x0001DA, "Member 'UVM_Objective_C::Is_Objective_Active' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, Current_Kill_Count) == 0x0001DC, "Member 'UVM_Objective_C::Current_Kill_Count' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, Max_Kill_Count) == 0x0001E0, "Member 'UVM_Objective_C::Max_Kill_Count' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, CurrentItemCount) == 0x0001E4, "Member 'UVM_Objective_C::CurrentItemCount' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, MaxItemCount) == 0x0001E8, "Member 'UVM_Objective_C::MaxItemCount' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, Hundreds) == 0x0001EC, "Member 'UVM_Objective_C::Hundreds' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, Seconds) == 0x0001F0, "Member 'UVM_Objective_C::Seconds' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, Minutes) == 0x0001F4, "Member 'UVM_Objective_C::Minutes' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bDisplayCriticalTimeLimitWarning) == 0x0001F8, "Member 'UVM_Objective_C::bDisplayCriticalTimeLimitWarning' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, SuspicionState) == 0x0001F9, "Member 'UVM_Objective_C::SuspicionState' has a wrong offset!"); \ +static_assert(offsetof(UVM_Objective_C, bShowLeftPassengersWarning) == 0x0001FA, "Member 'UVM_Objective_C::bShowLeftPassengersWarning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_AddObjectiveIconToActor \ +static_assert(alignof(BPFL_Objectives_C_AddObjectiveIconToActor) == 0x000010, "Wrong alignment on BPFL_Objectives_C_AddObjectiveIconToActor"); \ +static_assert(sizeof(BPFL_Objectives_C_AddObjectiveIconToActor) == 0x0006B0, "Wrong size on BPFL_Objectives_C_AddObjectiveIconToActor"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, Target) == 0x000000, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::Target' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, Icon_Type) == 0x000008, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::Icon_Type' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, ReturnValue) == 0x000018, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000028, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, K2Node_DynamicCast_AsCJVehicle) == 0x000030, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::K2Node_DynamicCast_AsCJVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, K2Node_DynamicCast_AsCharacter) == 0x000040, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, CallFunc_IsValid_ReturnValue_1) == 0x00004A, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, CallFunc_BooleanOR_ReturnValue) == 0x00004B, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000050, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, CallFunc_SelectVector_ReturnValue) == 0x000058, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, K2Node_MakeStruct_HudIconConfig) == 0x000070, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::K2Node_MakeStruct_HudIconConfig' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, CallFunc_K2_GetRootComponent_ReturnValue_2) == 0x0001F0, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::CallFunc_K2_GetRootComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, CallFunc_CreateHudIcon_ReturnValue) == 0x0001F8, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::CallFunc_CreateHudIcon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, CallFunc_K2_GetRootComponent_ReturnValue_3) == 0x000200, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::CallFunc_K2_GetRootComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, K2Node_MakeStruct_CompassIconConfig) == 0x000210, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::K2Node_MakeStruct_CompassIconConfig' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, CallFunc_CreateCompassIcon_ReturnValue) == 0x000380, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::CallFunc_CreateCompassIcon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, K2Node_MakeStruct_MapIconConfig) == 0x000390, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::K2Node_MakeStruct_MapIconConfig' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, CallFunc_CreateMapIcon_ReturnValue) == 0x000510, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::CallFunc_CreateMapIcon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, K2Node_MakeStruct_MapIconConfig_1) == 0x000520, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::K2Node_MakeStruct_MapIconConfig_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_AddObjectiveIconToActor, CallFunc_CreateMapIcon_ReturnValue_1) == 0x0006A0, "Member 'BPFL_Objectives_C_AddObjectiveIconToActor::CallFunc_CreateMapIcon_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_CleanUpLocationIndicatorActor \ +static_assert(alignof(BPFL_Objectives_C_CleanUpLocationIndicatorActor) == 0x000008, "Wrong alignment on BPFL_Objectives_C_CleanUpLocationIndicatorActor"); \ +static_assert(sizeof(BPFL_Objectives_C_CleanUpLocationIndicatorActor) == 0x000018, "Wrong size on BPFL_Objectives_C_CleanUpLocationIndicatorActor"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpLocationIndicatorActor, Actor) == 0x000000, "Member 'BPFL_Objectives_C_CleanUpLocationIndicatorActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpLocationIndicatorActor, __WorldContext) == 0x000008, "Member 'BPFL_Objectives_C_CleanUpLocationIndicatorActor::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpLocationIndicatorActor, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BPFL_Objectives_C_CleanUpLocationIndicatorActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_CleanUpMarkers \ +static_assert(alignof(BPFL_Objectives_C_CleanUpMarkers) == 0x000008, "Wrong alignment on BPFL_Objectives_C_CleanUpMarkers"); \ +static_assert(sizeof(BPFL_Objectives_C_CleanUpMarkers) == 0x000020, "Wrong size on BPFL_Objectives_C_CleanUpMarkers"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpMarkers, HudMarker) == 0x000000, "Member 'BPFL_Objectives_C_CleanUpMarkers::HudMarker' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpMarkers, MapMarker) == 0x000008, "Member 'BPFL_Objectives_C_CleanUpMarkers::MapMarker' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpMarkers, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_CleanUpMarkers::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpMarkers, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BPFL_Objectives_C_CleanUpMarkers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpMarkers, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'BPFL_Objectives_C_CleanUpMarkers::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_CleanUpObjectiveProgress \ +static_assert(alignof(BPFL_Objectives_C_CleanUpObjectiveProgress) == 0x000008, "Wrong alignment on BPFL_Objectives_C_CleanUpObjectiveProgress"); \ +static_assert(sizeof(BPFL_Objectives_C_CleanUpObjectiveProgress) == 0x000028, "Wrong size on BPFL_Objectives_C_CleanUpObjectiveProgress"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpObjectiveProgress, MainViewModel) == 0x000000, "Member 'BPFL_Objectives_C_CleanUpObjectiveProgress::MainViewModel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpObjectiveProgress, ViewModelToRemove) == 0x000008, "Member 'BPFL_Objectives_C_CleanUpObjectiveProgress::ViewModelToRemove' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpObjectiveProgress, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_CleanUpObjectiveProgress::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpObjectiveProgress, K2Node_DynamicCast_AsVM_Objective) == 0x000018, "Member 'BPFL_Objectives_C_CleanUpObjectiveProgress::K2Node_DynamicCast_AsVM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpObjectiveProgress, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPFL_Objectives_C_CleanUpObjectiveProgress::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpObjectiveProgress, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BPFL_Objectives_C_CleanUpObjectiveProgress::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_CleanUpViewModel \ +static_assert(alignof(BPFL_Objectives_C_CleanUpViewModel) == 0x000008, "Wrong alignment on BPFL_Objectives_C_CleanUpViewModel"); \ +static_assert(sizeof(BPFL_Objectives_C_CleanUpViewModel) == 0x000020, "Wrong size on BPFL_Objectives_C_CleanUpViewModel"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpViewModel, ViewModel) == 0x000000, "Member 'BPFL_Objectives_C_CleanUpViewModel::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpViewModel, __WorldContext) == 0x000008, "Member 'BPFL_Objectives_C_CleanUpViewModel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpViewModel, K2Node_DynamicCast_AsVM_Objective) == 0x000010, "Member 'BPFL_Objectives_C_CleanUpViewModel::K2Node_DynamicCast_AsVM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpViewModel, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BPFL_Objectives_C_CleanUpViewModel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CleanUpViewModel, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BPFL_Objectives_C_CleanUpViewModel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_CreateAndAddObjectiveWidget \ +static_assert(alignof(BPFL_Objectives_C_CreateAndAddObjectiveWidget) == 0x000008, "Wrong alignment on BPFL_Objectives_C_CreateAndAddObjectiveWidget"); \ +static_assert(sizeof(BPFL_Objectives_C_CreateAndAddObjectiveWidget) == 0x000018, "Wrong size on BPFL_Objectives_C_CreateAndAddObjectiveWidget"); \ +static_assert(offsetof(BPFL_Objectives_C_CreateAndAddObjectiveWidget, __WorldContext) == 0x000000, "Member 'BPFL_Objectives_C_CreateAndAddObjectiveWidget::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CreateAndAddObjectiveWidget, ViewModel) == 0x000008, "Member 'BPFL_Objectives_C_CreateAndAddObjectiveWidget::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CreateAndAddObjectiveWidget, CallFunc_FindOrCreateObjectiveVM_VM_Objective) == 0x000010, "Member 'BPFL_Objectives_C_CreateAndAddObjectiveWidget::CallFunc_FindOrCreateObjectiveVM_VM_Objective' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_CreateObjectiveProgressWidget \ +static_assert(alignof(BPFL_Objectives_C_CreateObjectiveProgressWidget) == 0x000008, "Wrong alignment on BPFL_Objectives_C_CreateObjectiveProgressWidget"); \ +static_assert(sizeof(BPFL_Objectives_C_CreateObjectiveProgressWidget) == 0x000038, "Wrong size on BPFL_Objectives_C_CreateObjectiveProgressWidget"); \ +static_assert(offsetof(BPFL_Objectives_C_CreateObjectiveProgressWidget, ObjectiveVM) == 0x000000, "Member 'BPFL_Objectives_C_CreateObjectiveProgressWidget::ObjectiveVM' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CreateObjectiveProgressWidget, __WorldContext) == 0x000008, "Member 'BPFL_Objectives_C_CreateObjectiveProgressWidget::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CreateObjectiveProgressWidget, ObjectiveProgressViewModel) == 0x000010, "Member 'BPFL_Objectives_C_CreateObjectiveProgressWidget::ObjectiveProgressViewModel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CreateObjectiveProgressWidget, K2Node_DynamicCast_AsVM_Objective) == 0x000018, "Member 'BPFL_Objectives_C_CreateObjectiveProgressWidget::K2Node_DynamicCast_AsVM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CreateObjectiveProgressWidget, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BPFL_Objectives_C_CreateObjectiveProgressWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CreateObjectiveProgressWidget, CallFunc_Create_ReturnValue) == 0x000028, "Member 'BPFL_Objectives_C_CreateObjectiveProgressWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_CreateObjectiveProgressWidget, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_CreateObjectiveProgressWidget::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_DebugLogMissionState \ +static_assert(alignof(BPFL_Objectives_C_DebugLogMissionState) == 0x000008, "Wrong alignment on BPFL_Objectives_C_DebugLogMissionState"); \ +static_assert(sizeof(BPFL_Objectives_C_DebugLogMissionState) == 0x000050, "Wrong size on BPFL_Objectives_C_DebugLogMissionState"); \ +static_assert(offsetof(BPFL_Objectives_C_DebugLogMissionState, Objective) == 0x000000, "Member 'BPFL_Objectives_C_DebugLogMissionState::Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_DebugLogMissionState, State) == 0x000008, "Member 'BPFL_Objectives_C_DebugLogMissionState::State' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_DebugLogMissionState, __WorldContext) == 0x000018, "Member 'BPFL_Objectives_C_DebugLogMissionState::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_DebugLogMissionState, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BPFL_Objectives_C_DebugLogMissionState::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_DebugLogMissionState, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_DebugLogMissionState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_DebugLogMissionState, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BPFL_Objectives_C_DebugLogMissionState::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_FailOnDistance \ +static_assert(alignof(BPFL_Objectives_C_FailOnDistance) == 0x000008, "Wrong alignment on BPFL_Objectives_C_FailOnDistance"); \ +static_assert(sizeof(BPFL_Objectives_C_FailOnDistance) == 0x000060, "Wrong size on BPFL_Objectives_C_FailOnDistance"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnDistance, CurrentDistance) == 0x000000, "Member 'BPFL_Objectives_C_FailOnDistance::CurrentDistance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnDistance, MaxDistance) == 0x000008, "Member 'BPFL_Objectives_C_FailOnDistance::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnDistance, FailTimer) == 0x000010, "Member 'BPFL_Objectives_C_FailOnDistance::FailTimer' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnDistance, FailTimeLimit) == 0x000018, "Member 'BPFL_Objectives_C_FailOnDistance::FailTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnDistance, __WorldContext) == 0x000020, "Member 'BPFL_Objectives_C_FailOnDistance::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnDistance, ReturnValue) == 0x000028, "Member 'BPFL_Objectives_C_FailOnDistance::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnDistance, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000029, "Member 'BPFL_Objectives_C_FailOnDistance::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnDistance, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x00002A, "Member 'BPFL_Objectives_C_FailOnDistance::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnDistance, CallFunc_IncrementTimer_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_FailOnDistance::CallFunc_IncrementTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnDistance, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000038, "Member 'BPFL_Objectives_C_FailOnDistance::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnDistance, CallFunc_Conv_BoolToString_ReturnValue) == 0x000040, "Member 'BPFL_Objectives_C_FailOnDistance::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnDistance, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BPFL_Objectives_C_FailOnDistance::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_FailOnMissingPassenger \ +static_assert(alignof(BPFL_Objectives_C_FailOnMissingPassenger) == 0x000008, "Wrong alignment on BPFL_Objectives_C_FailOnMissingPassenger"); \ +static_assert(sizeof(BPFL_Objectives_C_FailOnMissingPassenger) == 0x000058, "Wrong size on BPFL_Objectives_C_FailOnMissingPassenger"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnMissingPassenger, bRequiresPassengers_) == 0x000000, "Member 'BPFL_Objectives_C_FailOnMissingPassenger::bRequiresPassengers_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnMissingPassenger, bHasPassengers) == 0x000001, "Member 'BPFL_Objectives_C_FailOnMissingPassenger::bHasPassengers' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnMissingPassenger, FailTimer) == 0x000008, "Member 'BPFL_Objectives_C_FailOnMissingPassenger::FailTimer' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnMissingPassenger, FailTimerMaxTime) == 0x000010, "Member 'BPFL_Objectives_C_FailOnMissingPassenger::FailTimerMaxTime' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnMissingPassenger, __WorldContext) == 0x000018, "Member 'BPFL_Objectives_C_FailOnMissingPassenger::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnMissingPassenger, bFailObjective) == 0x000020, "Member 'BPFL_Objectives_C_FailOnMissingPassenger::bFailObjective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnMissingPassenger, CallFunc_IncrementTimer_ReturnValue) == 0x000028, "Member 'BPFL_Objectives_C_FailOnMissingPassenger::CallFunc_IncrementTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnMissingPassenger, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_FailOnMissingPassenger::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnMissingPassenger, CallFunc_Conv_BoolToString_ReturnValue) == 0x000038, "Member 'BPFL_Objectives_C_FailOnMissingPassenger::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnMissingPassenger, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BPFL_Objectives_C_FailOnMissingPassenger::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_FailOnVehicle \ +static_assert(alignof(BPFL_Objectives_C_FailOnVehicle) == 0x000008, "Wrong alignment on BPFL_Objectives_C_FailOnVehicle"); \ +static_assert(sizeof(BPFL_Objectives_C_FailOnVehicle) == 0x000058, "Wrong size on BPFL_Objectives_C_FailOnVehicle"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnVehicle, bRequiresVehicle_) == 0x000000, "Member 'BPFL_Objectives_C_FailOnVehicle::bRequiresVehicle_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnVehicle, bHasValidVehicle) == 0x000001, "Member 'BPFL_Objectives_C_FailOnVehicle::bHasValidVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnVehicle, FailTimer) == 0x000008, "Member 'BPFL_Objectives_C_FailOnVehicle::FailTimer' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnVehicle, FailTimerMaxTime) == 0x000010, "Member 'BPFL_Objectives_C_FailOnVehicle::FailTimerMaxTime' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnVehicle, __WorldContext) == 0x000018, "Member 'BPFL_Objectives_C_FailOnVehicle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnVehicle, bFailObjective) == 0x000020, "Member 'BPFL_Objectives_C_FailOnVehicle::bFailObjective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnVehicle, CallFunc_IncrementTimer_ReturnValue) == 0x000028, "Member 'BPFL_Objectives_C_FailOnVehicle::CallFunc_IncrementTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnVehicle, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_FailOnVehicle::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnVehicle, CallFunc_Conv_BoolToString_ReturnValue) == 0x000038, "Member 'BPFL_Objectives_C_FailOnVehicle::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnVehicle, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BPFL_Objectives_C_FailOnVehicle::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_FailOnWanted \ +static_assert(alignof(BPFL_Objectives_C_FailOnWanted) == 0x000008, "Wrong alignment on BPFL_Objectives_C_FailOnWanted"); \ +static_assert(sizeof(BPFL_Objectives_C_FailOnWanted) == 0x000058, "Wrong size on BPFL_Objectives_C_FailOnWanted"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnWanted, bShouldFailOnWanted) == 0x000000, "Member 'BPFL_Objectives_C_FailOnWanted::bShouldFailOnWanted' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnWanted, bIsWanted) == 0x000001, "Member 'BPFL_Objectives_C_FailOnWanted::bIsWanted' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnWanted, WantedFailTimer) == 0x000008, "Member 'BPFL_Objectives_C_FailOnWanted::WantedFailTimer' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnWanted, WantedFailMaxTime) == 0x000010, "Member 'BPFL_Objectives_C_FailOnWanted::WantedFailMaxTime' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnWanted, __WorldContext) == 0x000018, "Member 'BPFL_Objectives_C_FailOnWanted::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnWanted, ReturnValue) == 0x000020, "Member 'BPFL_Objectives_C_FailOnWanted::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnWanted, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BPFL_Objectives_C_FailOnWanted::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnWanted, CallFunc_IncrementTimer_ReturnValue) == 0x000028, "Member 'BPFL_Objectives_C_FailOnWanted::CallFunc_IncrementTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnWanted, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_FailOnWanted::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnWanted, CallFunc_Conv_BoolToString_ReturnValue) == 0x000038, "Member 'BPFL_Objectives_C_FailOnWanted::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FailOnWanted, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BPFL_Objectives_C_FailOnWanted::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_FindLocationReference \ +static_assert(alignof(BPFL_Objectives_C_FindLocationReference) == 0x000008, "Wrong alignment on BPFL_Objectives_C_FindLocationReference"); \ +static_assert(sizeof(BPFL_Objectives_C_FindLocationReference) == 0x000090, "Wrong size on BPFL_Objectives_C_FindLocationReference"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, CharacterIdentifier) == 0x000000, "Member 'BPFL_Objectives_C_FindLocationReference::CharacterIdentifier' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, VehicleIdentifier) == 0x000028, "Member 'BPFL_Objectives_C_FindLocationReference::VehicleIdentifier' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, LocationReference) == 0x000050, "Member 'BPFL_Objectives_C_FindLocationReference::LocationReference' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, __WorldContext) == 0x000058, "Member 'BPFL_Objectives_C_FindLocationReference::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, FoundReference) == 0x000060, "Member 'BPFL_Objectives_C_FindLocationReference::FoundReference' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, ReturnValue) == 0x000068, "Member 'BPFL_Objectives_C_FindLocationReference::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, CallFunc_FindVehicleByVehicleId_FoundVehicle) == 0x000070, "Member 'BPFL_Objectives_C_FindLocationReference::CallFunc_FindVehicleByVehicleId_FoundVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, CallFunc_FindVehicleByVehicleId_ReturnValue) == 0x000078, "Member 'BPFL_Objectives_C_FindLocationReference::CallFunc_FindVehicleByVehicleId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, CallFunc_FindCharacterByCharacterId_Result) == 0x000079, "Member 'BPFL_Objectives_C_FindLocationReference::CallFunc_FindCharacterByCharacterId_Result' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, CallFunc_FindCharacterByCharacterId_FoundCharacter) == 0x000080, "Member 'BPFL_Objectives_C_FindLocationReference::CallFunc_FindCharacterByCharacterId_FoundCharacter' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, K2Node_SwitchEnum_CmpSuccess) == 0x000088, "Member 'BPFL_Objectives_C_FindLocationReference::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'BPFL_Objectives_C_FindLocationReference::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x00008A, "Member 'BPFL_Objectives_C_FindLocationReference::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindLocationReference, CallFunc_IsValidSoftObjectReference_ReturnValue_1) == 0x00008B, "Member 'BPFL_Objectives_C_FindLocationReference::CallFunc_IsValidSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_FindOrCreateObjectiveVM \ +static_assert(alignof(BPFL_Objectives_C_FindOrCreateObjectiveVM) == 0x000008, "Wrong alignment on BPFL_Objectives_C_FindOrCreateObjectiveVM"); \ +static_assert(sizeof(BPFL_Objectives_C_FindOrCreateObjectiveVM) == 0x000068, "Wrong size on BPFL_Objectives_C_FindOrCreateObjectiveVM"); \ +static_assert(offsetof(BPFL_Objectives_C_FindOrCreateObjectiveVM, __WorldContext) == 0x000000, "Member 'BPFL_Objectives_C_FindOrCreateObjectiveVM::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindOrCreateObjectiveVM, VM_Objective) == 0x000008, "Member 'BPFL_Objectives_C_FindOrCreateObjectiveVM::VM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindOrCreateObjectiveVM, K2Node_MakeStruct_MVVMViewModelContext) == 0x000010, "Member 'BPFL_Objectives_C_FindOrCreateObjectiveVM::K2Node_MakeStruct_MVVMViewModelContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindOrCreateObjectiveVM, CallFunc_Create_ReturnValue) == 0x000020, "Member 'BPFL_Objectives_C_FindOrCreateObjectiveVM::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindOrCreateObjectiveVM, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000028, "Member 'BPFL_Objectives_C_FindOrCreateObjectiveVM::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindOrCreateObjectiveVM, CallFunc_GetViewModelCollection_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_FindOrCreateObjectiveVM::CallFunc_GetViewModelCollection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindOrCreateObjectiveVM, CallFunc_FindViewModelInstance_ReturnValue) == 0x000038, "Member 'BPFL_Objectives_C_FindOrCreateObjectiveVM::CallFunc_FindViewModelInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindOrCreateObjectiveVM, K2Node_MakeStruct_MVVMViewModelContext_1) == 0x000040, "Member 'BPFL_Objectives_C_FindOrCreateObjectiveVM::K2Node_MakeStruct_MVVMViewModelContext_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindOrCreateObjectiveVM, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BPFL_Objectives_C_FindOrCreateObjectiveVM::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindOrCreateObjectiveVM, CallFunc_AddViewModelInstance_ReturnValue) == 0x000051, "Member 'BPFL_Objectives_C_FindOrCreateObjectiveVM::CallFunc_AddViewModelInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindOrCreateObjectiveVM, K2Node_DynamicCast_AsVM_Objective) == 0x000058, "Member 'BPFL_Objectives_C_FindOrCreateObjectiveVM::K2Node_DynamicCast_AsVM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_FindOrCreateObjectiveVM, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BPFL_Objectives_C_FindOrCreateObjectiveVM::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation \ +static_assert(alignof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation) == 0x000008, "Wrong alignment on BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation"); \ +static_assert(sizeof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation) == 0x000090, "Wrong size on BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, NamedLocations) == 0x000000, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::NamedLocations' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, WorldLocations) == 0x000018, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::WorldLocations' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, Locations) == 0x000028, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::Locations' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, CallFunc_Array_Get_Item) == 0x000048, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, CallFunc_GetNamedLocationWorldLocation_Location) == 0x000050, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::CallFunc_GetNamedLocationWorldLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, CallFunc_GetNamedLocationWorldLocation_Rotation) == 0x000068, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::CallFunc_GetNamedLocationWorldLocation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'BPFL_Objectives_C_GetMultipleNamedLocationsWorldLocation::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_GetNamedLocationWorldLocation \ +static_assert(alignof(BPFL_Objectives_C_GetNamedLocationWorldLocation) == 0x000010, "Wrong alignment on BPFL_Objectives_C_GetNamedLocationWorldLocation"); \ +static_assert(sizeof(BPFL_Objectives_C_GetNamedLocationWorldLocation) == 0x000130, "Wrong size on BPFL_Objectives_C_GetNamedLocationWorldLocation"); \ +static_assert(offsetof(BPFL_Objectives_C_GetNamedLocationWorldLocation, NamedLocation) == 0x000000, "Member 'BPFL_Objectives_C_GetNamedLocationWorldLocation::NamedLocation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetNamedLocationWorldLocation, __WorldContext) == 0x000008, "Member 'BPFL_Objectives_C_GetNamedLocationWorldLocation::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetNamedLocationWorldLocation, Location) == 0x000010, "Member 'BPFL_Objectives_C_GetNamedLocationWorldLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetNamedLocationWorldLocation, Rotation) == 0x000028, "Member 'BPFL_Objectives_C_GetNamedLocationWorldLocation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetNamedLocationWorldLocation, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000040, "Member 'BPFL_Objectives_C_GetNamedLocationWorldLocation::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetNamedLocationWorldLocation, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000068, "Member 'BPFL_Objectives_C_GetNamedLocationWorldLocation::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetNamedLocationWorldLocation, CallFunc_GetLocationTransform_OutLocationTransform) == 0x000070, "Member 'BPFL_Objectives_C_GetNamedLocationWorldLocation::CallFunc_GetLocationTransform_OutLocationTransform' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetNamedLocationWorldLocation, CallFunc_GetLocationTransform_ReturnValue) == 0x0000D0, "Member 'BPFL_Objectives_C_GetNamedLocationWorldLocation::CallFunc_GetLocationTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetNamedLocationWorldLocation, CallFunc_BreakTransform_Location) == 0x0000D8, "Member 'BPFL_Objectives_C_GetNamedLocationWorldLocation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetNamedLocationWorldLocation, CallFunc_BreakTransform_Rotation) == 0x0000F0, "Member 'BPFL_Objectives_C_GetNamedLocationWorldLocation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetNamedLocationWorldLocation, CallFunc_BreakTransform_Scale) == 0x000108, "Member 'BPFL_Objectives_C_GetNamedLocationWorldLocation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetNamedLocationWorldLocation, CallFunc_Not_PreBool_ReturnValue) == 0x000120, "Member 'BPFL_Objectives_C_GetNamedLocationWorldLocation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit \ +static_assert(alignof(BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit) == 0x000008, "Wrong alignment on BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit"); \ +static_assert(sizeof(BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit) == 0x000060, "Wrong size on BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit"); \ +static_assert(offsetof(BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit, SpeedLimit) == 0x000000, "Member 'BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit::SpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit, SpeedConditionTimer) == 0x000008, "Member 'BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit::SpeedConditionTimer' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit, TimeBelowSpeedLimit) == 0x000018, "Member 'BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit::TimeBelowSpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000020, "Member 'BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit, CallFunc_GetPlayingInstance_ReturnValue) == 0x000028, "Member 'BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit, CallFunc_GetVelocity_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit, CallFunc_VSize_ReturnValue) == 0x000048, "Member 'BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000050, "Member 'BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit, CallFunc_IncrementTimer_ReturnValue) == 0x000058, "Member 'BPFL_Objectives_C_GetTimeSpentBelowSpeedLimit::CallFunc_IncrementTimer_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_IncrementTimer \ +static_assert(alignof(BPFL_Objectives_C_IncrementTimer) == 0x000008, "Wrong alignment on BPFL_Objectives_C_IncrementTimer"); \ +static_assert(sizeof(BPFL_Objectives_C_IncrementTimer) == 0x000038, "Wrong size on BPFL_Objectives_C_IncrementTimer"); \ +static_assert(offsetof(BPFL_Objectives_C_IncrementTimer, Timer) == 0x000000, "Member 'BPFL_Objectives_C_IncrementTimer::Timer' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IncrementTimer, bReset_) == 0x000008, "Member 'BPFL_Objectives_C_IncrementTimer::bReset_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IncrementTimer, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_IncrementTimer::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IncrementTimer, ReturnValue) == 0x000018, "Member 'BPFL_Objectives_C_IncrementTimer::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IncrementTimer, CallFunc_GetPlayingInstance_ReturnValue) == 0x000020, "Member 'BPFL_Objectives_C_IncrementTimer::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IncrementTimer, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000028, "Member 'BPFL_Objectives_C_IncrementTimer::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IncrementTimer, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_IncrementTimer::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_IsPlayerWanted \ +static_assert(alignof(BPFL_Objectives_C_IsPlayerWanted) == 0x000008, "Wrong alignment on BPFL_Objectives_C_IsPlayerWanted"); \ +static_assert(sizeof(BPFL_Objectives_C_IsPlayerWanted) == 0x000020, "Wrong size on BPFL_Objectives_C_IsPlayerWanted"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerWanted, __WorldContext) == 0x000000, "Member 'BPFL_Objectives_C_IsPlayerWanted::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerWanted, ReturnValue) == 0x000008, "Member 'BPFL_Objectives_C_IsPlayerWanted::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerWanted, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000010, "Member 'BPFL_Objectives_C_IsPlayerWanted::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerWanted, CallFunc_IsPlayerWanted_ReturnValue) == 0x000018, "Member 'BPFL_Objectives_C_IsPlayerWanted::CallFunc_IsPlayerWanted_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_IsSuccessBlockedByInCombat \ +static_assert(alignof(BPFL_Objectives_C_IsSuccessBlockedByInCombat) == 0x000008, "Wrong alignment on BPFL_Objectives_C_IsSuccessBlockedByInCombat"); \ +static_assert(sizeof(BPFL_Objectives_C_IsSuccessBlockedByInCombat) == 0x000038, "Wrong size on BPFL_Objectives_C_IsSuccessBlockedByInCombat"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByInCombat, bBlockSuccessWhileInCombat) == 0x000000, "Member 'BPFL_Objectives_C_IsSuccessBlockedByInCombat::bBlockSuccessWhileInCombat' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByInCombat, __WorldContext) == 0x000008, "Member 'BPFL_Objectives_C_IsSuccessBlockedByInCombat::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByInCombat, ReturnValue) == 0x000010, "Member 'BPFL_Objectives_C_IsSuccessBlockedByInCombat::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByInCombat, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x000014, "Member 'BPFL_Objectives_C_IsSuccessBlockedByInCombat::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByInCombat, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x000034, "Member 'BPFL_Objectives_C_IsSuccessBlockedByInCombat::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_IsSuccessBlockedByWanted \ +static_assert(alignof(BPFL_Objectives_C_IsSuccessBlockedByWanted) == 0x000008, "Wrong alignment on BPFL_Objectives_C_IsSuccessBlockedByWanted"); \ +static_assert(sizeof(BPFL_Objectives_C_IsSuccessBlockedByWanted) == 0x000018, "Wrong size on BPFL_Objectives_C_IsSuccessBlockedByWanted"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByWanted, bBlockSuccessOnWanted) == 0x000000, "Member 'BPFL_Objectives_C_IsSuccessBlockedByWanted::bBlockSuccessOnWanted' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByWanted, bIsWanted) == 0x000001, "Member 'BPFL_Objectives_C_IsSuccessBlockedByWanted::bIsWanted' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByWanted, __WorldContext) == 0x000008, "Member 'BPFL_Objectives_C_IsSuccessBlockedByWanted::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByWanted, ReturnValue) == 0x000010, "Member 'BPFL_Objectives_C_IsSuccessBlockedByWanted::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByWanted, CallFunc_BooleanAND_ReturnValue) == 0x000011, "Member 'BPFL_Objectives_C_IsSuccessBlockedByWanted::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_LookAtNamedLocation \ +static_assert(alignof(BPFL_Objectives_C_LookAtNamedLocation) == 0x000008, "Wrong alignment on BPFL_Objectives_C_LookAtNamedLocation"); \ +static_assert(sizeof(BPFL_Objectives_C_LookAtNamedLocation) == 0x000088, "Wrong size on BPFL_Objectives_C_LookAtNamedLocation"); \ +static_assert(offsetof(BPFL_Objectives_C_LookAtNamedLocation, NamedLocation) == 0x000000, "Member 'BPFL_Objectives_C_LookAtNamedLocation::NamedLocation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_LookAtNamedLocation, __WorldContext) == 0x000008, "Member 'BPFL_Objectives_C_LookAtNamedLocation::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_LookAtNamedLocation, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BPFL_Objectives_C_LookAtNamedLocation::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_LookAtNamedLocation, CallFunc_GetNamedLocationWorldLocation_Location) == 0x000018, "Member 'BPFL_Objectives_C_LookAtNamedLocation::CallFunc_GetNamedLocationWorldLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_LookAtNamedLocation, CallFunc_GetNamedLocationWorldLocation_Rotation) == 0x000030, "Member 'BPFL_Objectives_C_LookAtNamedLocation::CallFunc_GetNamedLocationWorldLocation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_LookAtNamedLocation, CallFunc_K2_GetPawn_ReturnValue) == 0x000048, "Member 'BPFL_Objectives_C_LookAtNamedLocation::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_LookAtNamedLocation, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BPFL_Objectives_C_LookAtNamedLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_LookAtNamedLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000058, "Member 'BPFL_Objectives_C_LookAtNamedLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_LookAtNamedLocation, CallFunc_FindLookAtRotation_ReturnValue) == 0x000070, "Member 'BPFL_Objectives_C_LookAtNamedLocation::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_ReportCrime \ +static_assert(alignof(BPFL_Objectives_C_ReportCrime) == 0x000008, "Wrong alignment on BPFL_Objectives_C_ReportCrime"); \ +static_assert(sizeof(BPFL_Objectives_C_ReportCrime) == 0x000058, "Wrong size on BPFL_Objectives_C_ReportCrime"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrime, CrimeReport) == 0x000000, "Member 'BPFL_Objectives_C_ReportCrime::CrimeReport' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrime, bShouldTrigger) == 0x000020, "Member 'BPFL_Objectives_C_ReportCrime::bShouldTrigger' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrime, __WorldContext) == 0x000028, "Member 'BPFL_Objectives_C_ReportCrime::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrime, CallFunc_GetPlayingInstance_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_ReportCrime::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrime, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BPFL_Objectives_C_ReportCrime::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrime, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000050, "Member 'BPFL_Objectives_C_ReportCrime::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_ReportCrimeExtended \ +static_assert(alignof(BPFL_Objectives_C_ReportCrimeExtended) == 0x000008, "Wrong alignment on BPFL_Objectives_C_ReportCrimeExtended"); \ +static_assert(sizeof(BPFL_Objectives_C_ReportCrimeExtended) == 0x000088, "Wrong size on BPFL_Objectives_C_ReportCrimeExtended"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrimeExtended, CrimeReport) == 0x000000, "Member 'BPFL_Objectives_C_ReportCrimeExtended::CrimeReport' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrimeExtended, __WorldContext) == 0x000028, "Member 'BPFL_Objectives_C_ReportCrimeExtended::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrimeExtended, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_ReportCrimeExtended::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrimeExtended, CallFunc_GetEnforcementFaction_ReturnValue) == 0x000038, "Member 'BPFL_Objectives_C_ReportCrimeExtended::CallFunc_GetEnforcementFaction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrimeExtended, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000040, "Member 'BPFL_Objectives_C_ReportCrimeExtended::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrimeExtended, CallFunc_GetPlayingInstance_ReturnValue) == 0x000048, "Member 'BPFL_Objectives_C_ReportCrimeExtended::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrimeExtended, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'BPFL_Objectives_C_ReportCrimeExtended::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_ReportCrimeExtended, K2Node_SetFieldsInStruct_StructOut) == 0x000068, "Member 'BPFL_Objectives_C_ReportCrimeExtended::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_SetActorIconsBasedOnDistance \ +static_assert(alignof(BPFL_Objectives_C_SetActorIconsBasedOnDistance) == 0x000008, "Wrong alignment on BPFL_Objectives_C_SetActorIconsBasedOnDistance"); \ +static_assert(sizeof(BPFL_Objectives_C_SetActorIconsBasedOnDistance) == 0x000058, "Wrong size on BPFL_Objectives_C_SetActorIconsBasedOnDistance"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, CurrentDistance) == 0x000000, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::CurrentDistance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, HudMarkerDisplayDistance) == 0x000008, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::HudMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, MapMarkerDisplayDistance) == 0x000010, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::MapMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, HudMarker) == 0x000018, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::HudMarker' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, Map_Marker) == 0x000020, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::Map_Marker' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, Actor) == 0x000028, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::Actor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, __WorldContext) == 0x000030, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000038, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000039, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, CallFunc_AddObjectiveIconToActor_ReturnValue) == 0x000040, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::CallFunc_AddObjectiveIconToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, CallFunc_IsValid_ReturnValue_2) == 0x00004A, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, CallFunc_IsValid_ReturnValue_3) == 0x00004B, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetActorIconsBasedOnDistance, CallFunc_AddObjectiveIconToActor_ReturnValue_1) == 0x000050, "Member 'BPFL_Objectives_C_SetActorIconsBasedOnDistance::CallFunc_AddObjectiveIconToActor_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance \ +static_assert(alignof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance) == 0x000008, "Wrong alignment on BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance"); \ +static_assert(sizeof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance) == 0x000088, "Wrong size on BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CurrentDistance) == 0x000000, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CurrentDistance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, HudMarkerDisplayDistance) == 0x000008, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::HudMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, MapMarkerDisplayDistance) == 0x000010, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::MapMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, HudMarkers) == 0x000018, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::HudMarkers' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, MapMarkers) == 0x000028, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::MapMarkers' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, Index_0) == 0x000038, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, Actor) == 0x000040, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::Actor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, __WorldContext) == 0x000048, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_Array_Get_Item) == 0x000050, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_IsValid_ReturnValue_1) == 0x000061, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_IsValid_ReturnValue_2) == 0x000062, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_IsValid_ReturnValue_3) == 0x000063, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000064, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000065, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_Array_RemoveItem_ReturnValue) == 0x000066, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x000067, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_AddObjectiveIconToActor_ReturnValue) == 0x000068, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_AddObjectiveIconToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_AddObjectiveIconToActor_ReturnValue_1) == 0x000078, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_AddObjectiveIconToActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance, CallFunc_Array_Add_ReturnValue_1) == 0x000080, "Member 'BPFL_Objectives_C_SetMultipleActorIconsBasedOnDistance::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_SetObjectiveWorldState \ +static_assert(alignof(BPFL_Objectives_C_SetObjectiveWorldState) == 0x000008, "Wrong alignment on BPFL_Objectives_C_SetObjectiveWorldState"); \ +static_assert(sizeof(BPFL_Objectives_C_SetObjectiveWorldState) == 0x000048, "Wrong size on BPFL_Objectives_C_SetObjectiveWorldState"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldState, WorldStateBool) == 0x000000, "Member 'BPFL_Objectives_C_SetObjectiveWorldState::WorldStateBool' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldState, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_SetObjectiveWorldState::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldState, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BPFL_Objectives_C_SetObjectiveWorldState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldState, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BPFL_Objectives_C_SetObjectiveWorldState::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldState, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BPFL_Objectives_C_SetObjectiveWorldState::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldState, CallFunc_Array_Get_Item) == 0x000024, "Member 'BPFL_Objectives_C_SetObjectiveWorldState::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldState, CallFunc_IsValueIdValid_ReturnValue) == 0x00003C, "Member 'BPFL_Objectives_C_SetObjectiveWorldState::CallFunc_IsValueIdValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldState, CallFunc_Less_IntInt_ReturnValue) == 0x00003D, "Member 'BPFL_Objectives_C_SetObjectiveWorldState::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldState, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BPFL_Objectives_C_SetObjectiveWorldState::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_SetObjectiveWorldStateNamedInt \ +static_assert(alignof(BPFL_Objectives_C_SetObjectiveWorldStateNamedInt) == 0x000008, "Wrong alignment on BPFL_Objectives_C_SetObjectiveWorldStateNamedInt"); \ +static_assert(sizeof(BPFL_Objectives_C_SetObjectiveWorldStateNamedInt) == 0x000050, "Wrong size on BPFL_Objectives_C_SetObjectiveWorldStateNamedInt"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldStateNamedInt, WorldStateNamedIntValue) == 0x000000, "Member 'BPFL_Objectives_C_SetObjectiveWorldStateNamedInt::WorldStateNamedIntValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldStateNamedInt, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_SetObjectiveWorldStateNamedInt::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldStateNamedInt, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BPFL_Objectives_C_SetObjectiveWorldStateNamedInt::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldStateNamedInt, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BPFL_Objectives_C_SetObjectiveWorldStateNamedInt::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldStateNamedInt, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BPFL_Objectives_C_SetObjectiveWorldStateNamedInt::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldStateNamedInt, CallFunc_Array_Get_Item) == 0x000024, "Member 'BPFL_Objectives_C_SetObjectiveWorldStateNamedInt::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldStateNamedInt, CallFunc_IsValidWorldStateInt_ReturnValue) == 0x000044, "Member 'BPFL_Objectives_C_SetObjectiveWorldStateNamedInt::CallFunc_IsValidWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldStateNamedInt, CallFunc_Less_IntInt_ReturnValue) == 0x000045, "Member 'BPFL_Objectives_C_SetObjectiveWorldStateNamedInt::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetObjectiveWorldStateNamedInt, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BPFL_Objectives_C_SetObjectiveWorldStateNamedInt::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_SetPlayerVehicleControlLock \ +static_assert(alignof(BPFL_Objectives_C_SetPlayerVehicleControlLock) == 0x000008, "Wrong alignment on BPFL_Objectives_C_SetPlayerVehicleControlLock"); \ +static_assert(sizeof(BPFL_Objectives_C_SetPlayerVehicleControlLock) == 0x000028, "Wrong size on BPFL_Objectives_C_SetPlayerVehicleControlLock"); \ +static_assert(offsetof(BPFL_Objectives_C_SetPlayerVehicleControlLock, bEnabled) == 0x000000, "Member 'BPFL_Objectives_C_SetPlayerVehicleControlLock::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetPlayerVehicleControlLock, __WorldContext) == 0x000008, "Member 'BPFL_Objectives_C_SetPlayerVehicleControlLock::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetPlayerVehicleControlLock, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BPFL_Objectives_C_SetPlayerVehicleControlLock::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetPlayerVehicleControlLock, CallFunc_GetVehicle_ReturnValue) == 0x000018, "Member 'BPFL_Objectives_C_SetPlayerVehicleControlLock::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SetPlayerVehicleControlLock, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BPFL_Objectives_C_SetPlayerVehicleControlLock::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_SucceedOnDistance \ +static_assert(alignof(BPFL_Objectives_C_SucceedOnDistance) == 0x000008, "Wrong alignment on BPFL_Objectives_C_SucceedOnDistance"); \ +static_assert(sizeof(BPFL_Objectives_C_SucceedOnDistance) == 0x000028, "Wrong size on BPFL_Objectives_C_SucceedOnDistance"); \ +static_assert(offsetof(BPFL_Objectives_C_SucceedOnDistance, CurrentDistance) == 0x000000, "Member 'BPFL_Objectives_C_SucceedOnDistance::CurrentDistance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SucceedOnDistance, SuccessRange) == 0x000008, "Member 'BPFL_Objectives_C_SucceedOnDistance::SuccessRange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SucceedOnDistance, bInvertToLeave) == 0x000010, "Member 'BPFL_Objectives_C_SucceedOnDistance::bInvertToLeave' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SucceedOnDistance, __WorldContext) == 0x000018, "Member 'BPFL_Objectives_C_SucceedOnDistance::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SucceedOnDistance, ReturnValue) == 0x000020, "Member 'BPFL_Objectives_C_SucceedOnDistance::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SucceedOnDistance, Temp_bool_Variable) == 0x000021, "Member 'BPFL_Objectives_C_SucceedOnDistance::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SucceedOnDistance, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000022, "Member 'BPFL_Objectives_C_SucceedOnDistance::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SucceedOnDistance, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000023, "Member 'BPFL_Objectives_C_SucceedOnDistance::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_SucceedOnDistance, K2Node_Select_Default) == 0x000024, "Member 'BPFL_Objectives_C_SucceedOnDistance::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_TeleportPlayer \ +static_assert(alignof(BPFL_Objectives_C_TeleportPlayer) == 0x000008, "Wrong alignment on BPFL_Objectives_C_TeleportPlayer"); \ +static_assert(sizeof(BPFL_Objectives_C_TeleportPlayer) == 0x000098, "Wrong size on BPFL_Objectives_C_TeleportPlayer"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, TeleportLocation) == 0x000000, "Member 'BPFL_Objectives_C_TeleportPlayer::TeleportLocation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, bIncludeVehicle) == 0x000028, "Member 'BPFL_Objectives_C_TeleportPlayer::bIncludeVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, InTeleportHandler) == 0x000030, "Member 'BPFL_Objectives_C_TeleportPlayer::InTeleportHandler' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, __WorldContext) == 0x000040, "Member 'BPFL_Objectives_C_TeleportPlayer::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, bTeleportStarted) == 0x000048, "Member 'BPFL_Objectives_C_TeleportPlayer::bTeleportStarted' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000050, "Member 'BPFL_Objectives_C_TeleportPlayer::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000058, "Member 'BPFL_Objectives_C_TeleportPlayer::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, CallFunc_GetPrimaryAssetIdFromSoftObjectReference_ReturnValue) == 0x00005C, "Member 'BPFL_Objectives_C_TeleportPlayer::CallFunc_GetPrimaryAssetIdFromSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, Temp_bool_Variable) == 0x00006C, "Member 'BPFL_Objectives_C_TeleportPlayer::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, CallFunc_GetPlayingInstance_ReturnValue) == 0x000070, "Member 'BPFL_Objectives_C_TeleportPlayer::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, CallFunc_GetVehicle_ReturnValue) == 0x000078, "Member 'BPFL_Objectives_C_TeleportPlayer::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BPFL_Objectives_C_TeleportPlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, CallFunc_BooleanAND_ReturnValue) == 0x000081, "Member 'BPFL_Objectives_C_TeleportPlayer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, K2Node_Select_Default) == 0x000088, "Member 'BPFL_Objectives_C_TeleportPlayer::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayer, CallFunc_Teleport_Actor_WithHandler_ReturnValue) == 0x000090, "Member 'BPFL_Objectives_C_TeleportPlayer::CallFunc_Teleport_Actor_WithHandler_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_TeleportPlayerInstant \ +static_assert(alignof(BPFL_Objectives_C_TeleportPlayerInstant) == 0x000008, "Wrong alignment on BPFL_Objectives_C_TeleportPlayerInstant"); \ +static_assert(sizeof(BPFL_Objectives_C_TeleportPlayerInstant) == 0x000088, "Wrong size on BPFL_Objectives_C_TeleportPlayerInstant"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, TeleportLocation) == 0x000000, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::TeleportLocation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, bIncludeVehicle) == 0x000028, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::bIncludeVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, __WorldContext) == 0x000030, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, bTeleportStarted) == 0x000038, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::bTeleportStarted' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000040, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000048, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, CallFunc_GetPrimaryAssetIdFromSoftObjectReference_ReturnValue) == 0x00004C, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::CallFunc_GetPrimaryAssetIdFromSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, Temp_bool_Variable) == 0x00005C, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, CallFunc_GetPlayingInstance_ReturnValue) == 0x000060, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, CallFunc_GetVehicle_ReturnValue) == 0x000068, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, CallFunc_BooleanAND_ReturnValue) == 0x000071, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, K2Node_Select_Default) == 0x000078, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_TeleportPlayerInstant, CallFunc_Teleport_Actor_NoFade_ReturnValue) == 0x000080, "Member 'BPFL_Objectives_C_TeleportPlayerInstant::CallFunc_Teleport_Actor_NoFade_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_UpdateElapsedTime \ +static_assert(alignof(BPFL_Objectives_C_UpdateElapsedTime) == 0x000008, "Wrong alignment on BPFL_Objectives_C_UpdateElapsedTime"); \ +static_assert(sizeof(BPFL_Objectives_C_UpdateElapsedTime) == 0x000060, "Wrong size on BPFL_Objectives_C_UpdateElapsedTime"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateElapsedTime, ElapsedTime) == 0x000000, "Member 'BPFL_Objectives_C_UpdateElapsedTime::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateElapsedTime, TimeLimit) == 0x000008, "Member 'BPFL_Objectives_C_UpdateElapsedTime::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateElapsedTime, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_UpdateElapsedTime::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateElapsedTime, bIsOnTimeLimit) == 0x000018, "Member 'BPFL_Objectives_C_UpdateElapsedTime::bIsOnTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateElapsedTime, bExceededTimeLimit) == 0x000019, "Member 'BPFL_Objectives_C_UpdateElapsedTime::bExceededTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateElapsedTime, CallFunc_GetPlayingInstance_ReturnValue) == 0x000020, "Member 'BPFL_Objectives_C_UpdateElapsedTime::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateElapsedTime, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000028, "Member 'BPFL_Objectives_C_UpdateElapsedTime::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateElapsedTime, CallFunc_IncrementTimer_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_UpdateElapsedTime::CallFunc_IncrementTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateElapsedTime, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000038, "Member 'BPFL_Objectives_C_UpdateElapsedTime::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateElapsedTime, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'BPFL_Objectives_C_UpdateElapsedTime::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateElapsedTime, CallFunc_Conv_BoolToString_ReturnValue) == 0x000040, "Member 'BPFL_Objectives_C_UpdateElapsedTime::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateElapsedTime, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BPFL_Objectives_C_UpdateElapsedTime::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat \ +static_assert(alignof(BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat) == 0x000008, "Wrong alignment on BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat"); \ +static_assert(sizeof(BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat) == 0x000030, "Wrong size on BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat, ViewModel) == 0x000000, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat, CannotSucceedDueToInCombat) == 0x000008, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat::CannotSucceedDueToInCombat' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat, K2Node_DynamicCast_AsVM_Objective) == 0x000020, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat::K2Node_DynamicCast_AsVM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedInCombat::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle \ +static_assert(alignof(BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle) == 0x000008, "Wrong alignment on BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle"); \ +static_assert(sizeof(BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle) == 0x000030, "Wrong size on BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle, ViewModel) == 0x000000, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle, Cannot_Succeed_Not_in_Vehicle) == 0x000008, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle::Cannot_Succeed_Not_in_Vehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle, K2Node_DynamicCast_AsVM_Objective) == 0x000020, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle::K2Node_DynamicCast_AsVM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedVehicle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_UpdateVM_CannotSucceedWanted \ +static_assert(alignof(BPFL_Objectives_C_UpdateVM_CannotSucceedWanted) == 0x000008, "Wrong alignment on BPFL_Objectives_C_UpdateVM_CannotSucceedWanted"); \ +static_assert(sizeof(BPFL_Objectives_C_UpdateVM_CannotSucceedWanted) == 0x000030, "Wrong size on BPFL_Objectives_C_UpdateVM_CannotSucceedWanted"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedWanted, ViewModel) == 0x000000, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedWanted::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedWanted, CannotSucceedDueToWanted) == 0x000008, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedWanted::CannotSucceedDueToWanted' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedWanted, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedWanted::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedWanted, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedWanted::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedWanted, K2Node_DynamicCast_AsVM_Objective) == 0x000020, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedWanted::K2Node_DynamicCast_AsVM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_CannotSucceedWanted, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BPFL_Objectives_C_UpdateVM_CannotSucceedWanted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_UpdateVM_DistanceLimit \ +static_assert(alignof(BPFL_Objectives_C_UpdateVM_DistanceLimit) == 0x000008, "Wrong alignment on BPFL_Objectives_C_UpdateVM_DistanceLimit"); \ +static_assert(sizeof(BPFL_Objectives_C_UpdateVM_DistanceLimit) == 0x000038, "Wrong size on BPFL_Objectives_C_UpdateVM_DistanceLimit"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_DistanceLimit, ViewModel) == 0x000000, "Member 'BPFL_Objectives_C_UpdateVM_DistanceLimit::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_DistanceLimit, CurrentDistance) == 0x000008, "Member 'BPFL_Objectives_C_UpdateVM_DistanceLimit::CurrentDistance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_DistanceLimit, MaxDistance) == 0x000010, "Member 'BPFL_Objectives_C_UpdateVM_DistanceLimit::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_DistanceLimit, __WorldContext) == 0x000018, "Member 'BPFL_Objectives_C_UpdateVM_DistanceLimit::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_DistanceLimit, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BPFL_Objectives_C_UpdateVM_DistanceLimit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_DistanceLimit, K2Node_DynamicCast_AsVM_Objective) == 0x000028, "Member 'BPFL_Objectives_C_UpdateVM_DistanceLimit::K2Node_DynamicCast_AsVM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_DistanceLimit, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BPFL_Objectives_C_UpdateVM_DistanceLimit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_UpdateVM_NotInVehicleWarning \ +static_assert(alignof(BPFL_Objectives_C_UpdateVM_NotInVehicleWarning) == 0x000008, "Wrong alignment on BPFL_Objectives_C_UpdateVM_NotInVehicleWarning"); \ +static_assert(sizeof(BPFL_Objectives_C_UpdateVM_NotInVehicleWarning) == 0x000030, "Wrong size on BPFL_Objectives_C_UpdateVM_NotInVehicleWarning"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_NotInVehicleWarning, ViewModel) == 0x000000, "Member 'BPFL_Objectives_C_UpdateVM_NotInVehicleWarning::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_NotInVehicleWarning, bIsFailingNotInVehicle) == 0x000008, "Member 'BPFL_Objectives_C_UpdateVM_NotInVehicleWarning::bIsFailingNotInVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_NotInVehicleWarning, HasInvalidVehicle) == 0x000009, "Member 'BPFL_Objectives_C_UpdateVM_NotInVehicleWarning::HasInvalidVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_NotInVehicleWarning, LeftPassengers) == 0x00000A, "Member 'BPFL_Objectives_C_UpdateVM_NotInVehicleWarning::LeftPassengers' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_NotInVehicleWarning, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_UpdateVM_NotInVehicleWarning::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_NotInVehicleWarning, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BPFL_Objectives_C_UpdateVM_NotInVehicleWarning::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_NotInVehicleWarning, K2Node_DynamicCast_AsVM_Objective) == 0x000020, "Member 'BPFL_Objectives_C_UpdateVM_NotInVehicleWarning::K2Node_DynamicCast_AsVM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_NotInVehicleWarning, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BPFL_Objectives_C_UpdateVM_NotInVehicleWarning::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_UpdateVM_Tailing \ +static_assert(alignof(BPFL_Objectives_C_UpdateVM_Tailing) == 0x000008, "Wrong alignment on BPFL_Objectives_C_UpdateVM_Tailing"); \ +static_assert(sizeof(BPFL_Objectives_C_UpdateVM_Tailing) == 0x000038, "Wrong size on BPFL_Objectives_C_UpdateVM_Tailing"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_Tailing, ViewModel) == 0x000000, "Member 'BPFL_Objectives_C_UpdateVM_Tailing::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_Tailing, CurrentSuspicion) == 0x000008, "Member 'BPFL_Objectives_C_UpdateVM_Tailing::CurrentSuspicion' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_Tailing, SuspicionState) == 0x000010, "Member 'BPFL_Objectives_C_UpdateVM_Tailing::SuspicionState' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_Tailing, __WorldContext) == 0x000018, "Member 'BPFL_Objectives_C_UpdateVM_Tailing::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_Tailing, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BPFL_Objectives_C_UpdateVM_Tailing::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_Tailing, K2Node_DynamicCast_AsVM_Objective) == 0x000028, "Member 'BPFL_Objectives_C_UpdateVM_Tailing::K2Node_DynamicCast_AsVM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_Tailing, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BPFL_Objectives_C_UpdateVM_Tailing::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_UpdateVM_TimeLimit \ +static_assert(alignof(BPFL_Objectives_C_UpdateVM_TimeLimit) == 0x000008, "Wrong alignment on BPFL_Objectives_C_UpdateVM_TimeLimit"); \ +static_assert(sizeof(BPFL_Objectives_C_UpdateVM_TimeLimit) == 0x000038, "Wrong size on BPFL_Objectives_C_UpdateVM_TimeLimit"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_TimeLimit, ViewModel) == 0x000000, "Member 'BPFL_Objectives_C_UpdateVM_TimeLimit::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_TimeLimit, CurrentElapsedTime) == 0x000008, "Member 'BPFL_Objectives_C_UpdateVM_TimeLimit::CurrentElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_TimeLimit, TimeLimit) == 0x000010, "Member 'BPFL_Objectives_C_UpdateVM_TimeLimit::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_TimeLimit, __WorldContext) == 0x000018, "Member 'BPFL_Objectives_C_UpdateVM_TimeLimit::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_TimeLimit, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BPFL_Objectives_C_UpdateVM_TimeLimit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_TimeLimit, K2Node_DynamicCast_AsVM_Objective) == 0x000028, "Member 'BPFL_Objectives_C_UpdateVM_TimeLimit::K2Node_DynamicCast_AsVM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_TimeLimit, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BPFL_Objectives_C_UpdateVM_TimeLimit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_UpdateVM_WantedWarning \ +static_assert(alignof(BPFL_Objectives_C_UpdateVM_WantedWarning) == 0x000008, "Wrong alignment on BPFL_Objectives_C_UpdateVM_WantedWarning"); \ +static_assert(sizeof(BPFL_Objectives_C_UpdateVM_WantedWarning) == 0x000030, "Wrong size on BPFL_Objectives_C_UpdateVM_WantedWarning"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_WantedWarning, ViewModel) == 0x000000, "Member 'BPFL_Objectives_C_UpdateVM_WantedWarning::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_WantedWarning, bCanFailDueToWanted_) == 0x000008, "Member 'BPFL_Objectives_C_UpdateVM_WantedWarning::bCanFailDueToWanted_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_WantedWarning, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_UpdateVM_WantedWarning::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_WantedWarning, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BPFL_Objectives_C_UpdateVM_WantedWarning::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_WantedWarning, K2Node_DynamicCast_AsVM_Objective) == 0x000020, "Member 'BPFL_Objectives_C_UpdateVM_WantedWarning::K2Node_DynamicCast_AsVM_Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_UpdateVM_WantedWarning, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BPFL_Objectives_C_UpdateVM_WantedWarning::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_GetPlayerSpecificVehicle \ +static_assert(alignof(BPFL_Objectives_C_GetPlayerSpecificVehicle) == 0x000008, "Wrong alignment on BPFL_Objectives_C_GetPlayerSpecificVehicle"); \ +static_assert(sizeof(BPFL_Objectives_C_GetPlayerSpecificVehicle) == 0x000070, "Wrong size on BPFL_Objectives_C_GetPlayerSpecificVehicle"); \ +static_assert(offsetof(BPFL_Objectives_C_GetPlayerSpecificVehicle, VehicleIdentifier) == 0x000000, "Member 'BPFL_Objectives_C_GetPlayerSpecificVehicle::VehicleIdentifier' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetPlayerSpecificVehicle, bIsVehicleAtObjectiveStart) == 0x000028, "Member 'BPFL_Objectives_C_GetPlayerSpecificVehicle::bIsVehicleAtObjectiveStart' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetPlayerSpecificVehicle, __WorldContext) == 0x000030, "Member 'BPFL_Objectives_C_GetPlayerSpecificVehicle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetPlayerSpecificVehicle, Vehicle) == 0x000038, "Member 'BPFL_Objectives_C_GetPlayerSpecificVehicle::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetPlayerSpecificVehicle, ReturnValue) == 0x000040, "Member 'BPFL_Objectives_C_GetPlayerSpecificVehicle::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetPlayerSpecificVehicle, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000041, "Member 'BPFL_Objectives_C_GetPlayerSpecificVehicle::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetPlayerSpecificVehicle, CallFunc_FindVehicleByVehicleId_FoundVehicle) == 0x000048, "Member 'BPFL_Objectives_C_GetPlayerSpecificVehicle::CallFunc_FindVehicleByVehicleId_FoundVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetPlayerSpecificVehicle, CallFunc_FindVehicleByVehicleId_ReturnValue) == 0x000050, "Member 'BPFL_Objectives_C_GetPlayerSpecificVehicle::CallFunc_FindVehicleByVehicleId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetPlayerSpecificVehicle, CallFunc_GetPlayingInstance_ReturnValue) == 0x000058, "Member 'BPFL_Objectives_C_GetPlayerSpecificVehicle::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetPlayerSpecificVehicle, CallFunc_GetVehicle_ReturnValue) == 0x000060, "Member 'BPFL_Objectives_C_GetPlayerSpecificVehicle::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetPlayerSpecificVehicle, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BPFL_Objectives_C_GetPlayerSpecificVehicle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_GetActorDistanceToLocation \ +static_assert(alignof(BPFL_Objectives_C_GetActorDistanceToLocation) == 0x000008, "Wrong alignment on BPFL_Objectives_C_GetActorDistanceToLocation"); \ +static_assert(sizeof(BPFL_Objectives_C_GetActorDistanceToLocation) == 0x000070, "Wrong size on BPFL_Objectives_C_GetActorDistanceToLocation"); \ +static_assert(offsetof(BPFL_Objectives_C_GetActorDistanceToLocation, Actor) == 0x000000, "Member 'BPFL_Objectives_C_GetActorDistanceToLocation::Actor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetActorDistanceToLocation, Location) == 0x000008, "Member 'BPFL_Objectives_C_GetActorDistanceToLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetActorDistanceToLocation, __WorldContext) == 0x000020, "Member 'BPFL_Objectives_C_GetActorDistanceToLocation::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetActorDistanceToLocation, ReturnValue) == 0x000028, "Member 'BPFL_Objectives_C_GetActorDistanceToLocation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetActorDistanceToLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_GetActorDistanceToLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetActorDistanceToLocation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000048, "Member 'BPFL_Objectives_C_GetActorDistanceToLocation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetActorDistanceToLocation, CallFunc_VSize_ReturnValue) == 0x000060, "Member 'BPFL_Objectives_C_GetActorDistanceToLocation::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_GetActorDistanceToLocation, CallFunc_Abs_ReturnValue) == 0x000068, "Member 'BPFL_Objectives_C_GetActorDistanceToLocation::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_IsPlayerInValidVehicle \ +static_assert(alignof(BPFL_Objectives_C_IsPlayerInValidVehicle) == 0x000008, "Wrong alignment on BPFL_Objectives_C_IsPlayerInValidVehicle"); \ +static_assert(sizeof(BPFL_Objectives_C_IsPlayerInValidVehicle) == 0x000038, "Wrong size on BPFL_Objectives_C_IsPlayerInValidVehicle"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, SpecifiedVehicle) == 0x000000, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::SpecifiedVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, bRequiresSpecifiedVehicle) == 0x000008, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::bRequiresSpecifiedVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, __WorldContext) == 0x000010, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, HasValidVehicle) == 0x000018, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::HasValidVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, bIsInVehicle) == 0x000019, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::bIsInVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, CallFunc_GetPlayingInstance_ReturnValue) == 0x000020, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, CallFunc_GetVehicle_ReturnValue) == 0x000028, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, CallFunc_IsInVehicle_ReturnValue) == 0x000030, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::CallFunc_IsInVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000031, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, CallFunc_IsVehicleAlive_ReturnValue) == 0x000033, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::CallFunc_IsVehicleAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, CallFunc_Not_PreBool_ReturnValue) == 0x000034, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, CallFunc_IsVehicleFlippedOver_ReturnValue) == 0x000035, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::CallFunc_IsVehicleFlippedOver_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, CallFunc_BooleanOR_ReturnValue) == 0x000036, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsPlayerInValidVehicle, CallFunc_Not_PreBool_ReturnValue_1) == 0x000037, "Member 'BPFL_Objectives_C_IsPlayerInValidVehicle::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Objectives_C_IsSuccessBlockedByVehicle \ +static_assert(alignof(BPFL_Objectives_C_IsSuccessBlockedByVehicle) == 0x000008, "Wrong alignment on BPFL_Objectives_C_IsSuccessBlockedByVehicle"); \ +static_assert(sizeof(BPFL_Objectives_C_IsSuccessBlockedByVehicle) == 0x000018, "Wrong size on BPFL_Objectives_C_IsSuccessBlockedByVehicle"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByVehicle, bIsInValidVehicle) == 0x000000, "Member 'BPFL_Objectives_C_IsSuccessBlockedByVehicle::bIsInValidVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByVehicle, bRequiresVehicleForSuccess) == 0x000001, "Member 'BPFL_Objectives_C_IsSuccessBlockedByVehicle::bRequiresVehicleForSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByVehicle, __WorldContext) == 0x000008, "Member 'BPFL_Objectives_C_IsSuccessBlockedByVehicle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByVehicle, bBlockSuccess) == 0x000010, "Member 'BPFL_Objectives_C_IsSuccessBlockedByVehicle::bBlockSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByVehicle, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BPFL_Objectives_C_IsSuccessBlockedByVehicle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Objectives_C_IsSuccessBlockedByVehicle, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BPFL_Objectives_C_IsSuccessBlockedByVehicle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_Objectives_C \ +static_assert(alignof(UBPFL_Objectives_C) == 0x000008, "Wrong alignment on UBPFL_Objectives_C"); \ +static_assert(sizeof(UBPFL_Objectives_C) == 0x000028, "Wrong size on UBPFL_Objectives_C"); \ + +#define DUMPER7_ASSERTS_GLBP_Facadelight03_C_Set_Strengh \ +static_assert(alignof(GLBP_Facadelight03_C_Set_Strengh) == 0x000008, "Wrong alignment on GLBP_Facadelight03_C_Set_Strengh"); \ +static_assert(sizeof(GLBP_Facadelight03_C_Set_Strengh) == 0x000018, "Wrong size on GLBP_Facadelight03_C_Set_Strengh"); \ +static_assert(offsetof(GLBP_Facadelight03_C_Set_Strengh, Emissive_Intensity_Multiplier) == 0x000000, "Member 'GLBP_Facadelight03_C_Set_Strengh::Emissive_Intensity_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(GLBP_Facadelight03_C_Set_Strengh, Intensity) == 0x000008, "Member 'GLBP_Facadelight03_C_Set_Strengh::Intensity' has a wrong offset!"); \ +static_assert(offsetof(GLBP_Facadelight03_C_Set_Strengh, K2Node_VariableSet_EmissiveIntensityMultiplier_ImplicitCast) == 0x000010, "Member 'GLBP_Facadelight03_C_Set_Strengh::K2Node_VariableSet_EmissiveIntensityMultiplier_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(GLBP_Facadelight03_C_Set_Strengh, CallFunc_SetIntensity_NewIntensity_ImplicitCast) == 0x000014, "Member 'GLBP_Facadelight03_C_Set_Strengh::CallFunc_SetIntensity_NewIntensity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGLBP_Facadelight03_C \ +static_assert(alignof(AGLBP_Facadelight03_C) == 0x000008, "Wrong alignment on AGLBP_Facadelight03_C"); \ +static_assert(sizeof(AGLBP_Facadelight03_C) == 0x000348, "Wrong size on AGLBP_Facadelight03_C"); \ +static_assert(offsetof(AGLBP_Facadelight03_C, SM_LightFacade01_Light03) == 0x000330, "Member 'AGLBP_Facadelight03_C::SM_LightFacade01_Light03' has a wrong offset!"); \ +static_assert(offsetof(AGLBP_Facadelight03_C, FakePointLight) == 0x000338, "Member 'AGLBP_Facadelight03_C::FakePointLight' has a wrong offset!"); \ +static_assert(offsetof(AGLBP_Facadelight03_C, SM_LightFacade01_Light01_Glass) == 0x000340, "Member 'AGLBP_Facadelight03_C::SM_LightFacade01_Light01_Glass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_WoodenFence02_01_200_C \ +static_assert(alignof(APLA_WoodenFence02_01_200_C) == 0x000008, "Wrong alignment on APLA_WoodenFence02_01_200_C"); \ +static_assert(sizeof(APLA_WoodenFence02_01_200_C) == 0x000360, "Wrong size on APLA_WoodenFence02_01_200_C"); \ +static_assert(offsetof(APLA_WoodenFence02_01_200_C, InstancedStaticMesh1) == 0x000350, "Member 'APLA_WoodenFence02_01_200_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_WoodenFence02_01_200_C, InstancedStaticMesh) == 0x000358, "Member 'APLA_WoodenFence02_01_200_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_WoodenFence02_01_400_C \ +static_assert(alignof(APLA_WoodenFence02_01_400_C) == 0x000008, "Wrong alignment on APLA_WoodenFence02_01_400_C"); \ +static_assert(sizeof(APLA_WoodenFence02_01_400_C) == 0x000370, "Wrong size on APLA_WoodenFence02_01_400_C"); \ +static_assert(offsetof(APLA_WoodenFence02_01_400_C, InstancedStaticMesh3) == 0x000350, "Member 'APLA_WoodenFence02_01_400_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(APLA_WoodenFence02_01_400_C, InstancedStaticMesh2) == 0x000358, "Member 'APLA_WoodenFence02_01_400_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_WoodenFence02_01_400_C, InstancedStaticMesh1) == 0x000360, "Member 'APLA_WoodenFence02_01_400_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_WoodenFence02_01_400_C, InstancedStaticMesh) == 0x000368, "Member 'APLA_WoodenFence02_01_400_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_WoodenFence01_Gate200_C \ +static_assert(alignof(APLA_WoodenFence01_Gate200_C) == 0x000008, "Wrong alignment on APLA_WoodenFence01_Gate200_C"); \ +static_assert(sizeof(APLA_WoodenFence01_Gate200_C) == 0x000368, "Wrong size on APLA_WoodenFence01_Gate200_C"); \ +static_assert(offsetof(APLA_WoodenFence01_Gate200_C, InstancedStaticMesh2) == 0x000350, "Member 'APLA_WoodenFence01_Gate200_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_WoodenFence01_Gate200_C, InstancedStaticMesh1) == 0x000358, "Member 'APLA_WoodenFence01_Gate200_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_WoodenFence01_Gate200_C, PLAActor) == 0x000360, "Member 'APLA_WoodenFence01_Gate200_C::PLAActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_Cartire_Stack03_C \ +static_assert(alignof(APLA_Cartire_Stack03_C) == 0x000008, "Wrong alignment on APLA_Cartire_Stack03_C"); \ +static_assert(sizeof(APLA_Cartire_Stack03_C) == 0x000360, "Wrong size on APLA_Cartire_Stack03_C"); \ +static_assert(offsetof(APLA_Cartire_Stack03_C, PLACollider) == 0x000350, "Member 'APLA_Cartire_Stack03_C::PLACollider' has a wrong offset!"); \ +static_assert(offsetof(APLA_Cartire_Stack03_C, InstancedStaticMesh) == 0x000358, "Member 'APLA_Cartire_Stack03_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm \ +static_assert(alignof(GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm) == 0x000008, "Wrong alignment on GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm"); \ +static_assert(sizeof(GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm) == 0x000038, "Wrong size on GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm"); \ +static_assert(offsetof(GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm, EntryPoint) == 0x000000, "Member 'GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm, K2Node_MakeArray_Array) == 0x000008, "Member 'GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm, Temp_bool_IsClosed_Variable) == 0x000018, "Member 'GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm, K2Node_Event_Vehicle) == 0x000020, "Member 'GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm::K2Node_Event_Vehicle' has a wrong offset!"); \ +static_assert(offsetof(GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm, K2Node_MakeArray_Array_1) == 0x000028, "Member 'GLBP_StreetLight01_Warm_C_ExecuteUbergraph_GLBP_StreetLight01_Warm::K2Node_MakeArray_Array_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GLBP_StreetLight01_Warm_C_GatherGeometryCollectionsForVehicleDestruction \ +static_assert(alignof(GLBP_StreetLight01_Warm_C_GatherGeometryCollectionsForVehicleDestruction) == 0x000008, "Wrong alignment on GLBP_StreetLight01_Warm_C_GatherGeometryCollectionsForVehicleDestruction"); \ +static_assert(sizeof(GLBP_StreetLight01_Warm_C_GatherGeometryCollectionsForVehicleDestruction) == 0x000028, "Wrong size on GLBP_StreetLight01_Warm_C_GatherGeometryCollectionsForVehicleDestruction"); \ +static_assert(offsetof(GLBP_StreetLight01_Warm_C_GatherGeometryCollectionsForVehicleDestruction, Vehicle) == 0x000000, "Member 'GLBP_StreetLight01_Warm_C_GatherGeometryCollectionsForVehicleDestruction::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(GLBP_StreetLight01_Warm_C_GatherGeometryCollectionsForVehicleDestruction, OutGeometryCollectionComponents) == 0x000008, "Member 'GLBP_StreetLight01_Warm_C_GatherGeometryCollectionsForVehicleDestruction::OutGeometryCollectionComponents' has a wrong offset!"); \ +static_assert(offsetof(GLBP_StreetLight01_Warm_C_GatherGeometryCollectionsForVehicleDestruction, K2Node_MakeArray_Array) == 0x000018, "Member 'GLBP_StreetLight01_Warm_C_GatherGeometryCollectionsForVehicleDestruction::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GLBP_StreetLight01_Warm_C_OnMakeDynamicFromVehicle \ +static_assert(alignof(GLBP_StreetLight01_Warm_C_OnMakeDynamicFromVehicle) == 0x000008, "Wrong alignment on GLBP_StreetLight01_Warm_C_OnMakeDynamicFromVehicle"); \ +static_assert(sizeof(GLBP_StreetLight01_Warm_C_OnMakeDynamicFromVehicle) == 0x000008, "Wrong size on GLBP_StreetLight01_Warm_C_OnMakeDynamicFromVehicle"); \ +static_assert(offsetof(GLBP_StreetLight01_Warm_C_OnMakeDynamicFromVehicle, Vehicle) == 0x000000, "Member 'GLBP_StreetLight01_Warm_C_OnMakeDynamicFromVehicle::Vehicle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGLBP_StreetLight01_Warm_C \ +static_assert(alignof(AGLBP_StreetLight01_Warm_C) == 0x000008, "Wrong alignment on AGLBP_StreetLight01_Warm_C"); \ +static_assert(sizeof(AGLBP_StreetLight01_Warm_C) == 0x000370, "Wrong size on AGLBP_StreetLight01_Warm_C"); \ +static_assert(offsetof(AGLBP_StreetLight01_Warm_C, UberGraphFrame) == 0x000330, "Member 'AGLBP_StreetLight01_Warm_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AGLBP_StreetLight01_Warm_C, GC_StreetLight01) == 0x000338, "Member 'AGLBP_StreetLight01_Warm_C::GC_StreetLight01' has a wrong offset!"); \ +static_assert(offsetof(AGLBP_StreetLight01_Warm_C, LensFlare) == 0x000340, "Member 'AGLBP_StreetLight01_Warm_C::LensFlare' has a wrong offset!"); \ +static_assert(offsetof(AGLBP_StreetLight01_Warm_C, CJStimuliSource) == 0x000348, "Member 'AGLBP_StreetLight01_Warm_C::CJStimuliSource' has a wrong offset!"); \ +static_assert(offsetof(AGLBP_StreetLight01_Warm_C, Audio_Impact_Component) == 0x000350, "Member 'AGLBP_StreetLight01_Warm_C::Audio_Impact_Component' has a wrong offset!"); \ +static_assert(offsetof(AGLBP_StreetLight01_Warm_C, SM_LightStreet02_Light01) == 0x000358, "Member 'AGLBP_StreetLight01_Warm_C::SM_LightStreet02_Light01' has a wrong offset!"); \ +static_assert(offsetof(AGLBP_StreetLight01_Warm_C, SM_LightStreet02_Pole01) == 0x000360, "Member 'AGLBP_StreetLight01_Warm_C::SM_LightStreet02_Pole01' has a wrong offset!"); \ +static_assert(offsetof(AGLBP_StreetLight01_Warm_C, SM_LightStreet02_Base01) == 0x000368, "Member 'AGLBP_StreetLight01_Warm_C::SM_LightStreet02_Base01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGLBP_FacadeBroken_Cold_C \ +static_assert(alignof(AGLBP_FacadeBroken_Cold_C) == 0x000008, "Wrong alignment on AGLBP_FacadeBroken_Cold_C"); \ +static_assert(sizeof(AGLBP_FacadeBroken_Cold_C) == 0x000340, "Wrong size on AGLBP_FacadeBroken_Cold_C"); \ +static_assert(offsetof(AGLBP_FacadeBroken_Cold_C, FakePointLight) == 0x000330, "Member 'AGLBP_FacadeBroken_Cold_C::FakePointLight' has a wrong offset!"); \ +static_assert(offsetof(AGLBP_FacadeBroken_Cold_C, SM_LightFacade03_01) == 0x000338, "Member 'AGLBP_FacadeBroken_Cold_C::SM_LightFacade03_01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGLBP_CagedLight03_Neutral_C \ +static_assert(alignof(AGLBP_CagedLight03_Neutral_C) == 0x000008, "Wrong alignment on AGLBP_CagedLight03_Neutral_C"); \ +static_assert(sizeof(AGLBP_CagedLight03_Neutral_C) == 0x000340, "Wrong size on AGLBP_CagedLight03_Neutral_C"); \ +static_assert(offsetof(AGLBP_CagedLight03_Neutral_C, FakePointLight) == 0x000330, "Member 'AGLBP_CagedLight03_Neutral_C::FakePointLight' has a wrong offset!"); \ +static_assert(offsetof(AGLBP_CagedLight03_Neutral_C, SM_LightCagedWall01_01) == 0x000338, "Member 'AGLBP_CagedLight03_Neutral_C::SM_LightCagedWall01_01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Powerline_C \ +static_assert(alignof(ABP_Powerline_C) == 0x000008, "Wrong alignment on ABP_Powerline_C"); \ +static_assert(sizeof(ABP_Powerline_C) == 0x000368, "Wrong size on ABP_Powerline_C"); \ +static_assert(offsetof(ABP_Powerline_C, PCG) == 0x0002B0, "Member 'ABP_Powerline_C::PCG' has a wrong offset!"); \ +static_assert(offsetof(ABP_Powerline_C, Spline) == 0x0002B8, "Member 'ABP_Powerline_C::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABP_Powerline_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_Powerline_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_Powerline_C, Static_Mesh) == 0x0002C8, "Member 'ABP_Powerline_C::Static_Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Powerline_C, Tilt_Max_Angle) == 0x0002D0, "Member 'ABP_Powerline_C::Tilt_Max_Angle' has a wrong offset!"); \ +static_assert(offsetof(ABP_Powerline_C, Start_Target) == 0x0002D8, "Member 'ABP_Powerline_C::Start_Target' has a wrong offset!"); \ +static_assert(offsetof(ABP_Powerline_C, End_Target) == 0x000318, "Member 'ABP_Powerline_C::End_Target' has a wrong offset!"); \ +static_assert(offsetof(ABP_Powerline_C, HasLight_) == 0x000358, "Member 'ABP_Powerline_C::HasLight_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_WindowPlanks03_C \ +static_assert(alignof(APLA_WindowPlanks03_C) == 0x000008, "Wrong alignment on APLA_WindowPlanks03_C"); \ +static_assert(sizeof(APLA_WindowPlanks03_C) == 0x000388, "Wrong size on APLA_WindowPlanks03_C"); \ +static_assert(offsetof(APLA_WindowPlanks03_C, InstancedStaticMesh5) == 0x000350, "Member 'APLA_WindowPlanks03_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(APLA_WindowPlanks03_C, InstancedStaticMesh4) == 0x000358, "Member 'APLA_WindowPlanks03_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(APLA_WindowPlanks03_C, InstancedStaticMesh3) == 0x000360, "Member 'APLA_WindowPlanks03_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(APLA_WindowPlanks03_C, PLACollider) == 0x000368, "Member 'APLA_WindowPlanks03_C::PLACollider' has a wrong offset!"); \ +static_assert(offsetof(APLA_WindowPlanks03_C, InstancedStaticMesh2) == 0x000370, "Member 'APLA_WindowPlanks03_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_WindowPlanks03_C, InstancedStaticMesh1) == 0x000378, "Member 'APLA_WindowPlanks03_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_WindowPlanks03_C, InstancedStaticMesh) == 0x000380, "Member 'APLA_WindowPlanks03_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_WindowPlanks04_C \ +static_assert(alignof(APLA_WindowPlanks04_C) == 0x000008, "Wrong alignment on APLA_WindowPlanks04_C"); \ +static_assert(sizeof(APLA_WindowPlanks04_C) == 0x000388, "Wrong size on APLA_WindowPlanks04_C"); \ +static_assert(offsetof(APLA_WindowPlanks04_C, InstancedStaticMesh5) == 0x000350, "Member 'APLA_WindowPlanks04_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(APLA_WindowPlanks04_C, InstancedStaticMesh4) == 0x000358, "Member 'APLA_WindowPlanks04_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(APLA_WindowPlanks04_C, InstancedStaticMesh3) == 0x000360, "Member 'APLA_WindowPlanks04_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(APLA_WindowPlanks04_C, InstancedStaticMesh2) == 0x000368, "Member 'APLA_WindowPlanks04_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_WindowPlanks04_C, PLACollider) == 0x000370, "Member 'APLA_WindowPlanks04_C::PLACollider' has a wrong offset!"); \ +static_assert(offsetof(APLA_WindowPlanks04_C, InstancedStaticMesh1) == 0x000378, "Member 'APLA_WindowPlanks04_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_WindowPlanks04_C, InstancedStaticMesh) == 0x000380, "Member 'APLA_WindowPlanks04_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag030_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Standalone05_200x100_Destr_C_BndEvt__BP_Trash_Standalone05_200x100_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr \ +static_assert(alignof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr) == 0x000008, "Wrong alignment on BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr"); \ +static_assert(sizeof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr) == 0x0004A8, "Wrong size on BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, EntryPoint) == 0x000000, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, Temp_struct_Variable) == 0x000008, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_HitComponent) == 0x000018, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_OtherActor) == 0x000020, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_OtherComp) == 0x000028, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000030, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_Hit) == 0x000048, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_HitComponent_1) == 0x000148, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000150, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000158, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_NormalImpulse_1) == 0x000160, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_NormalImpulse_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_Hit_1) == 0x000178, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_Hit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_DynamicCast_AsCJVehicle) == 0x000278, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_DynamicCast_AsCJVehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_DynamicCast_bSuccess) == 0x000280, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_DynamicCast_AsCJVehicle_1) == 0x000288, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_DynamicCast_AsCJVehicle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_DynamicCast_bSuccess_1) == 0x000290, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, CallFunc_GetVelocity_ReturnValue) == 0x000298, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, CallFunc_GetVelocity_ReturnValue_1) == 0x0002B0, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0002C8, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0002E0, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002E8, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000300, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_HitComponent_2) == 0x000308, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_HitComponent_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000310, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000318, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_NormalImpulse_2) == 0x000320, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_NormalImpulse_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_ComponentBoundEvent_Hit_2) == 0x000338, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_ComponentBoundEvent_Hit_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_DynamicCast_AsCJVehicle_2) == 0x000438, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_DynamicCast_AsCJVehicle_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, K2Node_DynamicCast_bSuccess_2) == 0x000440, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, CallFunc_GetVelocity_ReturnValue_2) == 0x000448, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::CallFunc_GetVelocity_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000460, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x000478, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, Temp_delegate_Variable) == 0x000480, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, Temp_object_Variable) == 0x000490, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr, CallFunc_CJPostEventOnComponent_ReturnValue) == 0x0004A0, "Member 'BP_Trash_Standalone05_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone05_200x100_Destr::CallFunc_CJPostEventOnComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Trash_Standalone05_200x100_Destr_C \ +static_assert(alignof(ABP_Trash_Standalone05_200x100_Destr_C) == 0x000008, "Wrong alignment on ABP_Trash_Standalone05_200x100_Destr_C"); \ +static_assert(sizeof(ABP_Trash_Standalone05_200x100_Destr_C) == 0x000310, "Wrong size on ABP_Trash_Standalone05_200x100_Destr_C"); \ +static_assert(offsetof(ABP_Trash_Standalone05_200x100_Destr_C, UberGraphFrame_BP_Trash_Standalone05_200x100_Destr_C) == 0x0002C8, "Member 'ABP_Trash_Standalone05_200x100_Destr_C::UberGraphFrame_BP_Trash_Standalone05_200x100_Destr_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone05_200x100_Destr_C, AudioEmitter_LSAK) == 0x0002D0, "Member 'ABP_Trash_Standalone05_200x100_Destr_C::AudioEmitter_LSAK' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone05_200x100_Destr_C, SM_TrashCardboard_040) == 0x0002D8, "Member 'ABP_Trash_Standalone05_200x100_Destr_C::SM_TrashCardboard_040' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone05_200x100_Destr_C, SM_TrashBag01_TrashBag040) == 0x0002E0, "Member 'ABP_Trash_Standalone05_200x100_Destr_C::SM_TrashBag01_TrashBag040' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone05_200x100_Destr_C, SM_TrashBag01_TrashBag030) == 0x0002E8, "Member 'ABP_Trash_Standalone05_200x100_Destr_C::SM_TrashBag01_TrashBag030' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone05_200x100_Destr_C, SM_TrashBag01_TrashBag020) == 0x0002F0, "Member 'ABP_Trash_Standalone05_200x100_Destr_C::SM_TrashBag01_TrashBag020' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone05_200x100_Destr_C, SM_TrashBag01_TrashBag011) == 0x0002F8, "Member 'ABP_Trash_Standalone05_200x100_Destr_C::SM_TrashBag01_TrashBag011' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone05_200x100_Destr_C, SM_TrashBag01_TrashBag010) == 0x000300, "Member 'ABP_Trash_Standalone05_200x100_Destr_C::SM_TrashBag01_TrashBag010' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone05_200x100_Destr_C, SM_MarketCrate_MarketCrate010) == 0x000308, "Member 'ABP_Trash_Standalone05_200x100_Destr_C::SM_MarketCrate_MarketCrate010' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Standalone03_200x100_Destr_C_BndEvt__BP_Trash_Standalone03_200x100_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr \ +static_assert(alignof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr) == 0x000008, "Wrong alignment on BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr"); \ +static_assert(sizeof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr) == 0x000180, "Wrong size on BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr, EntryPoint) == 0x000000, "Member 'BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr, K2Node_ComponentBoundEvent_HitComponent) == 0x000008, "Member 'BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr, K2Node_ComponentBoundEvent_OtherComp) == 0x000018, "Member 'BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000020, "Member 'BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr, K2Node_ComponentBoundEvent_Hit) == 0x000038, "Member 'BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000138, "Member 'BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr, K2Node_DynamicCast_AsCJVehicle) == 0x000150, "Member 'BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr::K2Node_DynamicCast_AsCJVehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000160, "Member 'BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr, CallFunc_GetVelocity_ReturnValue) == 0x000168, "Member 'BP_Trash_Standalone03_200x100_Destr_C_ExecuteUbergraph_BP_Trash_Standalone03_200x100_Destr::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Trash_Standalone03_200x100_Destr_C \ +static_assert(alignof(ABP_Trash_Standalone03_200x100_Destr_C) == 0x000008, "Wrong alignment on ABP_Trash_Standalone03_200x100_Destr_C"); \ +static_assert(sizeof(ABP_Trash_Standalone03_200x100_Destr_C) == 0x000310, "Wrong size on ABP_Trash_Standalone03_200x100_Destr_C"); \ +static_assert(offsetof(ABP_Trash_Standalone03_200x100_Destr_C, UberGraphFrame_BP_Trash_Standalone03_200x100_Destr_C) == 0x0002C8, "Member 'ABP_Trash_Standalone03_200x100_Destr_C::UberGraphFrame_BP_Trash_Standalone03_200x100_Destr_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone03_200x100_Destr_C, SM_MarketCrate_MarketCrate010) == 0x0002D0, "Member 'ABP_Trash_Standalone03_200x100_Destr_C::SM_MarketCrate_MarketCrate010' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone03_200x100_Destr_C, SM_TrashCardboard_040) == 0x0002D8, "Member 'ABP_Trash_Standalone03_200x100_Destr_C::SM_TrashCardboard_040' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone03_200x100_Destr_C, SM_TrashCardboard_010) == 0x0002E0, "Member 'ABP_Trash_Standalone03_200x100_Destr_C::SM_TrashCardboard_010' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone03_200x100_Destr_C, SM_TrashBag01_TrashBag030) == 0x0002E8, "Member 'ABP_Trash_Standalone03_200x100_Destr_C::SM_TrashBag01_TrashBag030' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone03_200x100_Destr_C, SM_TrashBag01_TrashBag020) == 0x0002F0, "Member 'ABP_Trash_Standalone03_200x100_Destr_C::SM_TrashBag01_TrashBag020' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone03_200x100_Destr_C, SM_TrashBag01_TrashBag012) == 0x0002F8, "Member 'ABP_Trash_Standalone03_200x100_Destr_C::SM_TrashBag01_TrashBag012' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone03_200x100_Destr_C, SM_TrashBag01_TrashBag011) == 0x000300, "Member 'ABP_Trash_Standalone03_200x100_Destr_C::SM_TrashBag01_TrashBag011' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone03_200x100_Destr_C, SM_TrashBag01_TrashBag010) == 0x000308, "Member 'ABP_Trash_Standalone03_200x100_Destr_C::SM_TrashBag01_TrashBag010' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag020_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Standalone01_200x200_Destr_C_BndEvt__BP_Trash_Standalone01_200x200_Destr_SM_TrashBag01_TrashBag040_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr \ +static_assert(alignof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr) == 0x000008, "Wrong alignment on BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr"); \ +static_assert(sizeof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr) == 0x000470, "Wrong size on BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, EntryPoint) == 0x000000, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_HitComponent) == 0x000008, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_OtherActor) == 0x000010, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_OtherComp) == 0x000018, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000020, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_Hit) == 0x000038, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_HitComponent_1) == 0x000138, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000140, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000148, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_NormalImpulse_1) == 0x000150, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_NormalImpulse_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_Hit_1) == 0x000168, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_Hit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_DynamicCast_AsCJVehicle) == 0x000268, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_DynamicCast_AsCJVehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_DynamicCast_bSuccess) == 0x000270, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_DynamicCast_AsCJVehicle_1) == 0x000278, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_DynamicCast_AsCJVehicle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_DynamicCast_bSuccess_1) == 0x000280, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, CallFunc_GetVelocity_ReturnValue) == 0x000288, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, CallFunc_GetVelocity_ReturnValue_1) == 0x0002A0, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0002B8, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0002D0, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002D8, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x0002F0, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_HitComponent_2) == 0x0002F8, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_HitComponent_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000300, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000308, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_NormalImpulse_2) == 0x000310, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_NormalImpulse_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_ComponentBoundEvent_Hit_2) == 0x000328, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_ComponentBoundEvent_Hit_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_DynamicCast_AsCJVehicle_2) == 0x000428, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_DynamicCast_AsCJVehicle_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, K2Node_DynamicCast_bSuccess_2) == 0x000430, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, CallFunc_GetVelocity_ReturnValue_2) == 0x000438, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::CallFunc_GetVelocity_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000450, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x000468, "Member 'BP_Trash_Standalone01_200x200_Destr_C_ExecuteUbergraph_BP_Trash_Standalone01_200x200_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Trash_Standalone01_200x200_Destr_C \ +static_assert(alignof(ABP_Trash_Standalone01_200x200_Destr_C) == 0x000008, "Wrong alignment on ABP_Trash_Standalone01_200x200_Destr_C"); \ +static_assert(sizeof(ABP_Trash_Standalone01_200x200_Destr_C) == 0x000330, "Wrong size on ABP_Trash_Standalone01_200x200_Destr_C"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, UberGraphFrame_BP_Trash_Standalone01_200x200_Destr_C) == 0x0002C8, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::UberGraphFrame_BP_Trash_Standalone01_200x200_Destr_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, SM_TrashBag01_TrashBag040) == 0x0002D0, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::SM_TrashBag01_TrashBag040' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, SM_TrashBag01_TrashBag030) == 0x0002D8, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::SM_TrashBag01_TrashBag030' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, SM_TrashBag01_TrashBag021) == 0x0002E0, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::SM_TrashBag01_TrashBag021' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, SM_TrashBag01_TrashBag020) == 0x0002E8, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::SM_TrashBag01_TrashBag020' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, SM_TrashBag01_TrashBag013) == 0x0002F0, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::SM_TrashBag01_TrashBag013' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, GC_TrashCan01_TrashCan8) == 0x0002F8, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::GC_TrashCan01_TrashCan8' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, SM_TrashBag01_TrashBag011) == 0x000300, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::SM_TrashBag01_TrashBag011' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, SM_TrashBag01_TrashBag010) == 0x000308, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::SM_TrashBag01_TrashBag010' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, SM_PlasticBottles_020) == 0x000310, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::SM_PlasticBottles_020' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, SM_PlasticBottles_010) == 0x000318, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::SM_PlasticBottles_010' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, GC_TrashCan01_TrashCan9) == 0x000320, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::GC_TrashCan01_TrashCan9' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Standalone01_200x200_Destr_C, SM_TrashBag01_TrashBag012) == 0x000328, "Member 'ABP_Trash_Standalone01_200x200_Destr_C::SM_TrashBag01_TrashBag012' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_Billboard01_800x400_WallMounted01_C \ +static_assert(alignof(APLA_Billboard01_800x400_WallMounted01_C) == 0x000008, "Wrong alignment on APLA_Billboard01_800x400_WallMounted01_C"); \ +static_assert(sizeof(APLA_Billboard01_800x400_WallMounted01_C) == 0x000390, "Wrong size on APLA_Billboard01_800x400_WallMounted01_C"); \ +static_assert(offsetof(APLA_Billboard01_800x400_WallMounted01_C, InstancedStaticMesh6) == 0x000350, "Member 'APLA_Billboard01_800x400_WallMounted01_C::InstancedStaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(APLA_Billboard01_800x400_WallMounted01_C, InstancedStaticMesh5) == 0x000358, "Member 'APLA_Billboard01_800x400_WallMounted01_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(APLA_Billboard01_800x400_WallMounted01_C, InstancedStaticMesh4) == 0x000360, "Member 'APLA_Billboard01_800x400_WallMounted01_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(APLA_Billboard01_800x400_WallMounted01_C, InstancedStaticMesh3) == 0x000368, "Member 'APLA_Billboard01_800x400_WallMounted01_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(APLA_Billboard01_800x400_WallMounted01_C, InstancedStaticMesh2) == 0x000370, "Member 'APLA_Billboard01_800x400_WallMounted01_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_Billboard01_800x400_WallMounted01_C, InstancedStaticMesh1) == 0x000378, "Member 'APLA_Billboard01_800x400_WallMounted01_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_Billboard01_800x400_WallMounted01_C, InstancedStaticMesh) == 0x000380, "Member 'APLA_Billboard01_800x400_WallMounted01_C::InstancedStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(APLA_Billboard01_800x400_WallMounted01_C, PLAActor_SpotLight01) == 0x000388, "Member 'APLA_Billboard01_800x400_WallMounted01_C::PLAActor_SpotLight01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_CarWreck01_Single02_C \ +static_assert(alignof(APLA_CarWreck01_Single02_C) == 0x000008, "Wrong alignment on APLA_CarWreck01_Single02_C"); \ +static_assert(sizeof(APLA_CarWreck01_Single02_C) == 0x000368, "Wrong size on APLA_CarWreck01_Single02_C"); \ +static_assert(offsetof(APLA_CarWreck01_Single02_C, InstancedStaticMesh2) == 0x000350, "Member 'APLA_CarWreck01_Single02_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_CarWreck01_Single02_C, InstancedStaticMesh1) == 0x000358, "Member 'APLA_CarWreck01_Single02_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_CarWreck01_Single02_C, InstancedStaticMesh) == 0x000360, "Member 'APLA_CarWreck01_Single02_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_RooftopsResidentialMedium_C \ +static_assert(alignof(APLA_RooftopsResidentialMedium_C) == 0x000008, "Wrong alignment on APLA_RooftopsResidentialMedium_C"); \ +static_assert(sizeof(APLA_RooftopsResidentialMedium_C) == 0x0003D0, "Wrong size on APLA_RooftopsResidentialMedium_C"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh15) == 0x000350, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh15' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh14) == 0x000358, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh14' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh13) == 0x000360, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh13' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh12) == 0x000368, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh12' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh11) == 0x000370, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh11' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh10) == 0x000378, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh10' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh9) == 0x000380, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh9' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh8) == 0x000388, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh8' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh7) == 0x000390, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh7' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh6) == 0x000398, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh5) == 0x0003A0, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh4) == 0x0003A8, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh3) == 0x0003B0, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh2) == 0x0003B8, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh1) == 0x0003C0, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_RooftopsResidentialMedium_C, InstancedStaticMesh) == 0x0003C8, "Member 'APLA_RooftopsResidentialMedium_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_CarWreck01_Single03_C \ +static_assert(alignof(APLA_CarWreck01_Single03_C) == 0x000008, "Wrong alignment on APLA_CarWreck01_Single03_C"); \ +static_assert(sizeof(APLA_CarWreck01_Single03_C) == 0x000360, "Wrong size on APLA_CarWreck01_Single03_C"); \ +static_assert(offsetof(APLA_CarWreck01_Single03_C, InstancedStaticMesh1) == 0x000350, "Member 'APLA_CarWreck01_Single03_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_CarWreck01_Single03_C, InstancedStaticMesh) == 0x000358, "Member 'APLA_CarWreck01_Single03_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_PlayerApartment01_C \ +static_assert(alignof(APLA_PlayerApartment01_C) == 0x000008, "Wrong alignment on APLA_PlayerApartment01_C"); \ +static_assert(sizeof(APLA_PlayerApartment01_C) == 0x0006A8, "Wrong size on APLA_PlayerApartment01_C"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh106) == 0x000350, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh106' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh105) == 0x000358, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh105' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh104) == 0x000360, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh104' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh103) == 0x000368, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh103' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh102) == 0x000370, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh102' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh101) == 0x000378, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh101' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh100) == 0x000380, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh100' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh99) == 0x000388, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh99' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh98) == 0x000390, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh98' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh97) == 0x000398, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh97' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh96) == 0x0003A0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh96' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh95) == 0x0003A8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh95' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh94) == 0x0003B0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh94' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh93) == 0x0003B8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh93' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh92) == 0x0003C0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh92' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh91) == 0x0003C8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh91' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh90) == 0x0003D0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh90' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh89) == 0x0003D8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh89' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh88) == 0x0003E0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh88' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh87) == 0x0003E8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh87' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh86) == 0x0003F0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh86' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh85) == 0x0003F8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh85' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh84) == 0x000400, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh84' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh83) == 0x000408, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh83' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh82) == 0x000410, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh82' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh81) == 0x000418, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh81' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh80) == 0x000420, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh80' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh79) == 0x000428, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh79' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh78) == 0x000430, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh78' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh77) == 0x000438, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh77' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh76) == 0x000440, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh76' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh75) == 0x000448, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh75' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh74) == 0x000450, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh74' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh73) == 0x000458, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh73' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh72) == 0x000460, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh72' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh71) == 0x000468, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh71' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh70) == 0x000470, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh70' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh69) == 0x000478, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh69' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh68) == 0x000480, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh68' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh67) == 0x000488, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh67' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh66) == 0x000490, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh66' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh65) == 0x000498, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh65' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh64) == 0x0004A0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh64' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh63) == 0x0004A8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh63' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh62) == 0x0004B0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh62' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh61) == 0x0004B8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh61' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh60) == 0x0004C0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh60' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh59) == 0x0004C8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh59' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh58) == 0x0004D0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh58' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh57) == 0x0004D8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh57' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh56) == 0x0004E0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh56' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh55) == 0x0004E8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh55' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh54) == 0x0004F0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh54' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh53) == 0x0004F8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh53' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh52) == 0x000500, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh52' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh51) == 0x000508, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh51' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh50) == 0x000510, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh50' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh49) == 0x000518, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh49' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh48) == 0x000520, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh48' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh47) == 0x000528, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh47' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh46) == 0x000530, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh46' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh45) == 0x000538, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh45' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh44) == 0x000540, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh44' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh43) == 0x000548, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh43' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh42) == 0x000550, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh42' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh41) == 0x000558, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh41' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh40) == 0x000560, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh40' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh39) == 0x000568, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh39' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh38) == 0x000570, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh38' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh37) == 0x000578, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh37' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh36) == 0x000580, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh36' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh35) == 0x000588, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh35' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh34) == 0x000590, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh34' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh33) == 0x000598, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh33' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh32) == 0x0005A0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh32' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh31) == 0x0005A8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh31' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh30) == 0x0005B0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh30' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh29) == 0x0005B8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh29' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh28) == 0x0005C0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh28' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh27) == 0x0005C8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh27' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh26) == 0x0005D0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh26' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh25) == 0x0005D8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh25' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh24) == 0x0005E0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh24' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh23) == 0x0005E8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh23' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh22) == 0x0005F0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh22' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh21) == 0x0005F8, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh21' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh20) == 0x000600, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh20' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh19) == 0x000608, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh19' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh18) == 0x000610, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh18' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh17) == 0x000618, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh17' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh16) == 0x000620, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh16' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh15) == 0x000628, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh15' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh14) == 0x000630, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh14' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh13) == 0x000638, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh13' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh12) == 0x000640, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh12' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh11) == 0x000648, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh11' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh10) == 0x000650, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh10' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh9) == 0x000658, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh9' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh8) == 0x000660, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh8' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh7) == 0x000668, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh7' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh6) == 0x000670, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh5) == 0x000678, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh4) == 0x000680, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh3) == 0x000688, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh2) == 0x000690, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh1) == 0x000698, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlayerApartment01_C, InstancedStaticMesh) == 0x0006A0, "Member 'APLA_PlayerApartment01_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_PlanterWindow01_C \ +static_assert(alignof(APLA_PlanterWindow01_C) == 0x000008, "Wrong alignment on APLA_PlanterWindow01_C"); \ +static_assert(sizeof(APLA_PlanterWindow01_C) == 0x000388, "Wrong size on APLA_PlanterWindow01_C"); \ +static_assert(offsetof(APLA_PlanterWindow01_C, InstancedStaticMesh6) == 0x000350, "Member 'APLA_PlanterWindow01_C::InstancedStaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlanterWindow01_C, InstancedStaticMesh5) == 0x000358, "Member 'APLA_PlanterWindow01_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlanterWindow01_C, InstancedStaticMesh4) == 0x000360, "Member 'APLA_PlanterWindow01_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlanterWindow01_C, InstancedStaticMesh3) == 0x000368, "Member 'APLA_PlanterWindow01_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlanterWindow01_C, InstancedStaticMesh2) == 0x000370, "Member 'APLA_PlanterWindow01_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlanterWindow01_C, InstancedStaticMesh1) == 0x000378, "Member 'APLA_PlanterWindow01_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_PlanterWindow01_C, InstancedStaticMesh) == 0x000380, "Member 'APLA_PlanterWindow01_C::InstancedStaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APLA_BrickBuilding_Front_8m_Residential_06_C \ +static_assert(alignof(APLA_BrickBuilding_Front_8m_Residential_06_C) == 0x000008, "Wrong alignment on APLA_BrickBuilding_Front_8m_Residential_06_C"); \ +static_assert(sizeof(APLA_BrickBuilding_Front_8m_Residential_06_C) == 0x0003F0, "Wrong size on APLA_BrickBuilding_Front_8m_Residential_06_C"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh16) == 0x000350, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh16' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh15) == 0x000358, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh15' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh14) == 0x000360, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh14' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh13) == 0x000368, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh13' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh12) == 0x000370, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh12' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh11) == 0x000378, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh11' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh10) == 0x000380, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh10' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh9) == 0x000388, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh9' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh8) == 0x000390, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh8' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh7) == 0x000398, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh7' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh6) == 0x0003A0, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh6' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh5) == 0x0003A8, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh5' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh4) == 0x0003B0, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh4' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh3) == 0x0003B8, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh3' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh2) == 0x0003C0, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh2' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh1) == 0x0003C8, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh1' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, InstancedStaticMesh) == 0x0003D0, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::InstancedStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, PLACollider) == 0x0003D8, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::PLACollider' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, PLAActorComponent1) == 0x0003E0, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::PLAActorComponent1' has a wrong offset!"); \ +static_assert(offsetof(APLA_BrickBuilding_Front_8m_Residential_06_C, PLAActorComponent) == 0x0003E8, "Member 'APLA_BrickBuilding_Front_8m_Residential_06_C::PLAActorComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Engage_MultiTest_C \ +static_assert(alignof(UBP_Engage_MultiTest_C) == 0x000008, "Wrong alignment on UBP_Engage_MultiTest_C"); \ +static_assert(sizeof(UBP_Engage_MultiTest_C) == 0x000050, "Wrong size on UBP_Engage_MultiTest_C"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Env_Interact_Door__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData) == 0x000330, "Wrong size on ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __NameProperty_54) == 0x000004, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__NameProperty_54' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __NameProperty_55) == 0x00000C, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__NameProperty_55' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __NameProperty_56) == 0x000014, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__NameProperty_56' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __EnumProperty_57) == 0x00001C, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__EnumProperty_57' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __DataTable_58) == 0x000020, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__DataTable_58' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __NameProperty_59) == 0x000028, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__NameProperty_59' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __NameProperty_60) == 0x000030, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__NameProperty_60' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __NameProperty_61) == 0x000038, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__NameProperty_61' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __NameProperty_62) == 0x000040, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__NameProperty_62' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_63) == 0x000048, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_63' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __EnumProperty_64) == 0x000050, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__EnumProperty_64' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __EnumProperty_65) == 0x000051, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__EnumProperty_65' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __Class_66) == 0x000058, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__Class_66' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __CurveFloat_67) == 0x000060, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__CurveFloat_67' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __EnumProperty_68) == 0x000068, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__EnumProperty_68' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __BlendProfile_69) == 0x000070, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__BlendProfile_69' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __FloatProperty_70) == 0x000078, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__FloatProperty_70' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __FloatProperty_71) == 0x00007C, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__FloatProperty_71' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __StructProperty_72) == 0x000080, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__StructProperty_72' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __FloatProperty_73) == 0x0000AC, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__FloatProperty_73' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __BoolProperty_74) == 0x0000B0, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__BoolProperty_74' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __EnumProperty_75) == 0x0000B1, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__EnumProperty_75' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __ByteProperty_76) == 0x0000B2, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__ByteProperty_76' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __DataTable_77) == 0x0000B8, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__DataTable_77' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __StructProperty_78) == 0x0000C0, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__StructProperty_78' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __NameProperty_79) == 0x0000E0, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__NameProperty_79' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, __NameProperty_80) == 0x0000E8, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::__NameProperty_80' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000F0, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000170, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x0001B0, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x0001E0, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000210, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000240, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x000270, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x0002A0, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x0002D0, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000300, "Member 'ABP_LL_Env_Interact_Door::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Env_Interact_Door_C_AnimGraph \ +static_assert(alignof(ABP_LL_Env_Interact_Door_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_Env_Interact_Door_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_Env_Interact_Door_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_Env_Interact_Door_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_Env_Interact_Door_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Env_Interact_Door_C_EnvironmentalAttack_Layer \ +static_assert(alignof(ABP_LL_Env_Interact_Door_C_EnvironmentalAttack_Layer) == 0x000008, "Wrong alignment on ABP_LL_Env_Interact_Door_C_EnvironmentalAttack_Layer"); \ +static_assert(sizeof(ABP_LL_Env_Interact_Door_C_EnvironmentalAttack_Layer) == 0x000010, "Wrong size on ABP_LL_Env_Interact_Door_C_EnvironmentalAttack_Layer"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door_C_EnvironmentalAttack_Layer, EnvironmentalAttack_Layer_0) == 0x000000, "Member 'ABP_LL_Env_Interact_Door_C_EnvironmentalAttack_Layer::EnvironmentalAttack_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Env_Interact_Door_C_EnvironmentalAttackReact_Layer \ +static_assert(alignof(ABP_LL_Env_Interact_Door_C_EnvironmentalAttackReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_Env_Interact_Door_C_EnvironmentalAttackReact_Layer"); \ +static_assert(sizeof(ABP_LL_Env_Interact_Door_C_EnvironmentalAttackReact_Layer) == 0x000010, "Wrong size on ABP_LL_Env_Interact_Door_C_EnvironmentalAttackReact_Layer"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door_C_EnvironmentalAttackReact_Layer, EnvironmentalAttackReact_Layer_0) == 0x000000, "Member 'ABP_LL_Env_Interact_Door_C_EnvironmentalAttackReact_Layer::EnvironmentalAttackReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Env_Interact_Door_C_EnvironmentalHazardReact_Layer \ +static_assert(alignof(ABP_LL_Env_Interact_Door_C_EnvironmentalHazardReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_Env_Interact_Door_C_EnvironmentalHazardReact_Layer"); \ +static_assert(sizeof(ABP_LL_Env_Interact_Door_C_EnvironmentalHazardReact_Layer) == 0x000010, "Wrong size on ABP_LL_Env_Interact_Door_C_EnvironmentalHazardReact_Layer"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door_C_EnvironmentalHazardReact_Layer, EnvironmentalHazardReact_Layer_0) == 0x000000, "Member 'ABP_LL_Env_Interact_Door_C_EnvironmentalHazardReact_Layer::EnvironmentalHazardReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Env_Interact_Door_C_EnvironmentalTakedown_Layer \ +static_assert(alignof(ABP_LL_Env_Interact_Door_C_EnvironmentalTakedown_Layer) == 0x000008, "Wrong alignment on ABP_LL_Env_Interact_Door_C_EnvironmentalTakedown_Layer"); \ +static_assert(sizeof(ABP_LL_Env_Interact_Door_C_EnvironmentalTakedown_Layer) == 0x000010, "Wrong size on ABP_LL_Env_Interact_Door_C_EnvironmentalTakedown_Layer"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door_C_EnvironmentalTakedown_Layer, EnvironmentalTakedown_Layer_0) == 0x000000, "Member 'ABP_LL_Env_Interact_Door_C_EnvironmentalTakedown_Layer::EnvironmentalTakedown_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Env_Interact_Door_C_EnvironmentalTakedownReact_Layer \ +static_assert(alignof(ABP_LL_Env_Interact_Door_C_EnvironmentalTakedownReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_Env_Interact_Door_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(sizeof(ABP_LL_Env_Interact_Door_C_EnvironmentalTakedownReact_Layer) == 0x000010, "Wrong size on ABP_LL_Env_Interact_Door_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(offsetof(ABP_LL_Env_Interact_Door_C_EnvironmentalTakedownReact_Layer, EnvironmentalTakedownReact_Layer_0) == 0x000000, "Member 'ABP_LL_Env_Interact_Door_C_EnvironmentalTakedownReact_Layer::EnvironmentalTakedownReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_Env_Interact_Door_C \ +static_assert(alignof(UABP_LL_Env_Interact_Door_C) == 0x000010, "Wrong alignment on UABP_LL_Env_Interact_Door_C"); \ +static_assert(sizeof(UABP_LL_Env_Interact_Door_C) == 0x0005B0, "Wrong size on UABP_LL_Env_Interact_Door_C"); \ +static_assert(offsetof(UABP_LL_Env_Interact_Door_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_Env_Interact_Door_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Env_Interact_Door_C, AnimBlueprintExtension_Base) == 0x0003F8, "Member 'UABP_LL_Env_Interact_Door_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Env_Interact_Door_C, AnimGraphNode_Root_5) == 0x000400, "Member 'UABP_LL_Env_Interact_Door_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Env_Interact_Door_C, AnimGraphNode_Root_4) == 0x000420, "Member 'UABP_LL_Env_Interact_Door_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Env_Interact_Door_C, AnimGraphNode_Root_3) == 0x000440, "Member 'UABP_LL_Env_Interact_Door_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Env_Interact_Door_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000460, "Member 'UABP_LL_Env_Interact_Door_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Env_Interact_Door_C, AnimGraphNode_Root_2) == 0x0004D8, "Member 'UABP_LL_Env_Interact_Door_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Env_Interact_Door_C, AnimGraphNode_Root_1) == 0x0004F8, "Member 'UABP_LL_Env_Interact_Door_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Env_Interact_Door_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000518, "Member 'UABP_LL_Env_Interact_Door_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Env_Interact_Door_C, AnimGraphNode_Root) == 0x000590, "Member 'UABP_LL_Env_Interact_Door_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_AnimateDoorOnKick \ +static_assert(alignof(BP_DoorBase_C_AnimateDoorOnKick) == 0x000008, "Wrong alignment on BP_DoorBase_C_AnimateDoorOnKick"); \ +static_assert(sizeof(BP_DoorBase_C_AnimateDoorOnKick) == 0x000150, "Wrong size on BP_DoorBase_C_AnimateDoorOnKick"); \ +static_assert(offsetof(BP_DoorBase_C_AnimateDoorOnKick, Alpha) == 0x000000, "Member 'BP_DoorBase_C_AnimateDoorOnKick::Alpha' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_AnimateDoorOnKick, Translation) == 0x000008, "Member 'BP_DoorBase_C_AnimateDoorOnKick::Translation' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_AnimateDoorOnKick, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000020, "Member 'BP_DoorBase_C_AnimateDoorOnKick::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_AnimateDoorOnKick, CallFunc_VLerp_ReturnValue) == 0x000038, "Member 'BP_DoorBase_C_AnimateDoorOnKick::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_AnimateDoorOnKick, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000050, "Member 'BP_DoorBase_C_AnimateDoorOnKick::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_BP_ActionOccurred \ +static_assert(alignof(BP_DoorBase_C_BP_ActionOccurred) == 0x000008, "Wrong alignment on BP_DoorBase_C_BP_ActionOccurred"); \ +static_assert(sizeof(BP_DoorBase_C_BP_ActionOccurred) == 0x000008, "Wrong size on BP_DoorBase_C_BP_ActionOccurred"); \ +static_assert(offsetof(BP_DoorBase_C_BP_ActionOccurred, OtherActor) == 0x000000, "Member 'BP_DoorBase_C_BP_ActionOccurred::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_BreakOpen \ +static_assert(alignof(BP_DoorBase_C_BreakOpen) == 0x000008, "Wrong alignment on BP_DoorBase_C_BreakOpen"); \ +static_assert(sizeof(BP_DoorBase_C_BreakOpen) == 0x000018, "Wrong size on BP_DoorBase_C_BreakOpen"); \ +static_assert(offsetof(BP_DoorBase_C_BreakOpen, OpenDoorStyle) == 0x000000, "Member 'BP_DoorBase_C_BreakOpen::OpenDoorStyle' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_BreakOpen, AnimCurve) == 0x000008, "Member 'BP_DoorBase_C_BreakOpen::AnimCurve' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_BreakOpen, CallFunc_Unlock_ReturnValue) == 0x000010, "Member 'BP_DoorBase_C_BreakOpen::CallFunc_Unlock_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_BreakOpen, CallFunc_OpenWithAnimation_ReturnValue) == 0x000011, "Member 'BP_DoorBase_C_BreakOpen::CallFunc_OpenWithAnimation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_CreateMotionWarpForKick \ +static_assert(alignof(BP_DoorBase_C_CreateMotionWarpForKick) == 0x000008, "Wrong alignment on BP_DoorBase_C_CreateMotionWarpForKick"); \ +static_assert(sizeof(BP_DoorBase_C_CreateMotionWarpForKick) == 0x000158, "Wrong size on BP_DoorBase_C_CreateMotionWarpForKick"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, Character) == 0x000000, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_GetActorRightVector_ReturnValue) == 0x000020, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000038, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000050, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_BreakRotator_Roll) == 0x000068, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_BreakRotator_Pitch) == 0x00006C, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_BreakRotator_Yaw) == 0x000070, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_Add_VectorVector_ReturnValue) == 0x000078, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000090, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_Normal_ReturnValue) == 0x0000A8, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000C0, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_SelectFloat_ReturnValue) == 0x0000D0, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_SelectFloat_ReturnValue_1) == 0x0000D8, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000E8, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_MakeRotator_ReturnValue) == 0x000100, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000118, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000130, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000148, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_CreateMotionWarpForKick, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000150, "Member 'BP_DoorBase_C_CreateMotionWarpForKick::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_DoHazardAction \ +static_assert(alignof(BP_DoorBase_C_DoHazardAction) == 0x000008, "Wrong alignment on BP_DoorBase_C_DoHazardAction"); \ +static_assert(sizeof(BP_DoorBase_C_DoHazardAction) == 0x000070, "Wrong size on BP_DoorBase_C_DoHazardAction"); \ +static_assert(offsetof(BP_DoorBase_C_DoHazardAction, Character) == 0x000000, "Member 'BP_DoorBase_C_DoHazardAction::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_DoHazardAction, DoorAction) == 0x000008, "Member 'BP_DoorBase_C_DoHazardAction::DoorAction' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_DoHazardAction, K2Node_SwitchEnum_CmpSuccess) == 0x000009, "Member 'BP_DoorBase_C_DoHazardAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_DoHazardAction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_DoorBase_C_DoHazardAction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_DoHazardAction, K2Node_DynamicCast_AsCJCharacter) == 0x000028, "Member 'BP_DoorBase_C_DoHazardAction::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_DoHazardAction, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_DoorBase_C_DoHazardAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_DoHazardAction, CallFunc_DetermineImpactPointAndAlignmentOnVolume_outResultPoint) == 0x000038, "Member 'BP_DoorBase_C_DoHazardAction::CallFunc_DetermineImpactPointAndAlignmentOnVolume_outResultPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_DoHazardAction, CallFunc_DetermineImpactPointAndAlignmentOnVolume_outResultDir) == 0x000050, "Member 'BP_DoorBase_C_DoHazardAction::CallFunc_DetermineImpactPointAndAlignmentOnVolume_outResultDir' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_DoHazardAction, CallFunc_RequestActionAtPoint_ReturnValue) == 0x000068, "Member 'BP_DoorBase_C_DoHazardAction::CallFunc_RequestActionAtPoint_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase \ +static_assert(alignof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase) == 0x000010, "Wrong alignment on BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase"); \ +static_assert(sizeof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase) == 0x0006E0, "Wrong size on BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, EntryPoint) == 0x000000, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_SayIntent_ReturnValue) == 0x000010, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, Temp_object_Variable) == 0x000018, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, Temp_struct_Variable) == 0x000028, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, Temp_object_Variable_1) == 0x000038, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, Temp_struct_Variable_1) == 0x000048, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, Temp_object_Variable_2) == 0x000058, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, Temp_struct_Variable_2) == 0x000068, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, Temp_object_Variable_3) == 0x000078, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, Temp_object_Variable_4) == 0x000088, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_DynamicCast_AsInventory_Item_UIMeta_Data_Mixin_Config_Asset) == 0x000090, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_DynamicCast_AsInventory_Item_UIMeta_Data_Mixin_Config_Asset' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Not_PreBool_ReturnValue) == 0x000099, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, Temp_struct_Variable_3) == 0x000108, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000118, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CreateDelegate_OutputDelegate) == 0x000120, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000130, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000140, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_GetUnlockDuration_Duration) == 0x000158, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_GetUnlockDuration_Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_Event_Character_4) == 0x000160, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_Event_Character_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_IsValid_ReturnValue) == 0x000168, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_Event_Character_3) == 0x000170, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_Event_Character_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_Loaded) == 0x000178, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CreateDelegate_OutputDelegate_2) == 0x000180, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_Event_Character_2) == 0x000190, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_Event_Character_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_Event_Character_1) == 0x000198, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_Event_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_DamagedActor_1) == 0x0001A0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_DamagedActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_Damage_1) == 0x0001A8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_Damage_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_DamageType_1) == 0x0001B0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_DamageType_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_InstigatedBy_1) == 0x0001B8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_InstigatedBy_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_DamageCauser_1) == 0x0001C0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_DamageCauser_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_GetObjectClass_ReturnValue) == 0x0001C8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_DamagedActor) == 0x0001D0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_Damage) == 0x0001D8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_InstigatedBy) == 0x0001E0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_HitLocation) == 0x0001E8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_FHitComponent) == 0x000200, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_FHitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_BoneName) == 0x000208, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_ShotFromDirection) == 0x000210, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_ShotFromDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_DamageType) == 0x000228, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_DamageCauser) == 0x000230, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_TakeDamage_HealthReduction) == 0x000238, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_TakeDamage_HealthReduction' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_DynamicCast_AsCJCharacter) == 0x000240, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_DynamicCast_bSuccess_1) == 0x000248, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000249, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_SelfActor) == 0x000250, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_OtherActor) == 0x000258, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_NormalImpulse) == 0x000260, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_CustomEvent_Hit) == 0x000278, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_CustomEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_DynamicCast_AsCJCharacter_1) == 0x000378, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_DynamicCast_AsCJCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_DynamicCast_bSuccess_2) == 0x000380, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_GetDispatch_ReturnValue) == 0x000390, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_GetDispatch_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_NotEqual_GameplayTag_ReturnValue) == 0x000550, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_NotEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000558, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x000580, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x0005A8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_Event_Character) == 0x0005B0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_Event_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_Event_Handle) == 0x0005B8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_Event_Handle' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_Event_InteractionType) == 0x0005C0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_Event_InteractionType' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_DynamicCast_AsCJCharacter_2) == 0x0005C8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_DynamicCast_AsCJCharacter_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_DynamicCast_bSuccess_3) == 0x0005D0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_IsValid_ReturnValue_1) == 0x0005D1, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0005D2, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_SwitchEnum_CmpSuccess) == 0x0005D3, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_PlayDoorSoundAndAnimation_ReturnValue) == 0x0005D4, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_PlayDoorSoundAndAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Close_ReturnValue) == 0x0005D8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Close_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Close_ReturnValue_1) == 0x0005D9, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Close_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0005E0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_IsValid_ReturnValue_2) == 0x0005E8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_PlayDoorSoundAndAnimation_ReturnValue_1) == 0x0005EC, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_PlayDoorSoundAndAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0005F0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_GetClosestActorTo_ReturnValue) == 0x000608, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_GetClosestActorTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_GetDistanceTo_ReturnValue) == 0x000610, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000614, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000618, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000620, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000628, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_IsValid_ReturnValue_3) == 0x000629, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_BooleanAND_ReturnValue) == 0x00062A, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_Event_OtherActor) == 0x000630, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_OpenWithAnimation_ReturnValue) == 0x000638, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_OpenWithAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Unlock_ReturnValue) == 0x000639, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Unlock_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Not_PreBool_ReturnValue_1) == 0x00063A, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_IsReferencingPoint_ReturnValue) == 0x00063B, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_IsReferencingPoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_IsValid_ReturnValue_4) == 0x00063C, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Not_PreBool_ReturnValue_2) == 0x00063D, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_PlayDoorSoundAndAnimation_ReturnValue_2) == 0x000640, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_PlayDoorSoundAndAnimation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, K2Node_SwitchEnum_CmpSuccess_1) == 0x000644, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Unlock_ReturnValue_1) == 0x000645, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Unlock_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_OpenWithAnimation_ReturnValue_1) == 0x000646, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_OpenWithAnimation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_CanTraverseThroughDoor_ReturnValue) == 0x000647, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_CanTraverseThroughDoor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000648, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_CJPostEventAtLocation_ReturnValue) == 0x000660, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_CJPostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000668, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000680, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_CJPostEventAtLocation_ReturnValue_1) == 0x000698, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_CJPostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_CJPostEventAtLocation_ReturnValue_2) == 0x00069C, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_CJPostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0006A0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_CJPostEventAtLocation_ReturnValue_3) == 0x0006B8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_CJPostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Not_PreBool_ReturnValue_3) == 0x0006BC, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Delay_Duration_ImplicitCast) == 0x0006C0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_TakeDamage_Damage_ImplicitCast) == 0x0006C8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_TakeDamage_Damage_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_TakeDamage_DamageTaken_ImplicitCast) == 0x0006D0, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_TakeDamage_DamageTaken_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_K2_SetTimerDelegate_Time_ImplicitCast) == 0x0006D4, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_K2_SetTimerDelegate_Time_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x0006D8, "Member 'BP_DoorBase_C_ExecuteUbergraph_BP_DoorBase::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_Interact \ +static_assert(alignof(BP_DoorBase_C_Interact) == 0x000008, "Wrong alignment on BP_DoorBase_C_Interact"); \ +static_assert(sizeof(BP_DoorBase_C_Interact) == 0x000018, "Wrong size on BP_DoorBase_C_Interact"); \ +static_assert(offsetof(BP_DoorBase_C_Interact, Character) == 0x000000, "Member 'BP_DoorBase_C_Interact::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_Interact, Handle) == 0x000008, "Member 'BP_DoorBase_C_Interact::Handle' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_Interact, InteractionType) == 0x000010, "Member 'BP_DoorBase_C_Interact::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_OnActorHit_Event \ +static_assert(alignof(BP_DoorBase_C_OnActorHit_Event) == 0x000008, "Wrong alignment on BP_DoorBase_C_OnActorHit_Event"); \ +static_assert(sizeof(BP_DoorBase_C_OnActorHit_Event) == 0x000128, "Wrong size on BP_DoorBase_C_OnActorHit_Event"); \ +static_assert(offsetof(BP_DoorBase_C_OnActorHit_Event, SelfActor) == 0x000000, "Member 'BP_DoorBase_C_OnActorHit_Event::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnActorHit_Event, OtherActor) == 0x000008, "Member 'BP_DoorBase_C_OnActorHit_Event::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnActorHit_Event, NormalImpulse) == 0x000010, "Member 'BP_DoorBase_C_OnActorHit_Event::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnActorHit_Event, Hit) == 0x000028, "Member 'BP_DoorBase_C_OnActorHit_Event::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_OnAnyDamage \ +static_assert(alignof(BP_DoorBase_C_OnAnyDamage) == 0x000008, "Wrong alignment on BP_DoorBase_C_OnAnyDamage"); \ +static_assert(sizeof(BP_DoorBase_C_OnAnyDamage) == 0x000028, "Wrong size on BP_DoorBase_C_OnAnyDamage"); \ +static_assert(offsetof(BP_DoorBase_C_OnAnyDamage, DamagedActor) == 0x000000, "Member 'BP_DoorBase_C_OnAnyDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnAnyDamage, Damage) == 0x000008, "Member 'BP_DoorBase_C_OnAnyDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnAnyDamage, DamageType) == 0x000010, "Member 'BP_DoorBase_C_OnAnyDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnAnyDamage, InstigatedBy) == 0x000018, "Member 'BP_DoorBase_C_OnAnyDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnAnyDamage, DamageCauser) == 0x000020, "Member 'BP_DoorBase_C_OnAnyDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_OnBulletDamage \ +static_assert(alignof(BP_DoorBase_C_OnBulletDamage) == 0x000008, "Wrong alignment on BP_DoorBase_C_OnBulletDamage"); \ +static_assert(sizeof(BP_DoorBase_C_OnBulletDamage) == 0x000068, "Wrong size on BP_DoorBase_C_OnBulletDamage"); \ +static_assert(offsetof(BP_DoorBase_C_OnBulletDamage, DamagedActor) == 0x000000, "Member 'BP_DoorBase_C_OnBulletDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnBulletDamage, Damage) == 0x000008, "Member 'BP_DoorBase_C_OnBulletDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnBulletDamage, InstigatedBy) == 0x000010, "Member 'BP_DoorBase_C_OnBulletDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnBulletDamage, HitLocation) == 0x000018, "Member 'BP_DoorBase_C_OnBulletDamage::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnBulletDamage, FHitComponent) == 0x000030, "Member 'BP_DoorBase_C_OnBulletDamage::FHitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnBulletDamage, BoneName) == 0x000038, "Member 'BP_DoorBase_C_OnBulletDamage::BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnBulletDamage, ShotFromDirection) == 0x000040, "Member 'BP_DoorBase_C_OnBulletDamage::ShotFromDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnBulletDamage, DamageType) == 0x000058, "Member 'BP_DoorBase_C_OnBulletDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_OnBulletDamage, DamageCauser) == 0x000060, "Member 'BP_DoorBase_C_OnBulletDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_OnDoorLocked \ +static_assert(alignof(BP_DoorBase_C_OnDoorLocked) == 0x000008, "Wrong alignment on BP_DoorBase_C_OnDoorLocked"); \ +static_assert(sizeof(BP_DoorBase_C_OnDoorLocked) == 0x000008, "Wrong size on BP_DoorBase_C_OnDoorLocked"); \ +static_assert(offsetof(BP_DoorBase_C_OnDoorLocked, Character) == 0x000000, "Member 'BP_DoorBase_C_OnDoorLocked::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_OnDoorStartClosing \ +static_assert(alignof(BP_DoorBase_C_OnDoorStartClosing) == 0x000008, "Wrong alignment on BP_DoorBase_C_OnDoorStartClosing"); \ +static_assert(sizeof(BP_DoorBase_C_OnDoorStartClosing) == 0x000008, "Wrong size on BP_DoorBase_C_OnDoorStartClosing"); \ +static_assert(offsetof(BP_DoorBase_C_OnDoorStartClosing, Character) == 0x000000, "Member 'BP_DoorBase_C_OnDoorStartClosing::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_OnDoorStartOpening \ +static_assert(alignof(BP_DoorBase_C_OnDoorStartOpening) == 0x000008, "Wrong alignment on BP_DoorBase_C_OnDoorStartOpening"); \ +static_assert(sizeof(BP_DoorBase_C_OnDoorStartOpening) == 0x000008, "Wrong size on BP_DoorBase_C_OnDoorStartOpening"); \ +static_assert(offsetof(BP_DoorBase_C_OnDoorStartOpening, Character) == 0x000000, "Member 'BP_DoorBase_C_OnDoorStartOpening::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_OnDoorUnlocked \ +static_assert(alignof(BP_DoorBase_C_OnDoorUnlocked) == 0x000008, "Wrong alignment on BP_DoorBase_C_OnDoorUnlocked"); \ +static_assert(sizeof(BP_DoorBase_C_OnDoorUnlocked) == 0x000008, "Wrong size on BP_DoorBase_C_OnDoorUnlocked"); \ +static_assert(offsetof(BP_DoorBase_C_OnDoorUnlocked, Character) == 0x000000, "Member 'BP_DoorBase_C_OnDoorUnlocked::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_OnLoaded_BA02F14F64E63A61ACB764E47F6A2C0F \ +static_assert(alignof(BP_DoorBase_C_OnLoaded_BA02F14F64E63A61ACB764E47F6A2C0F) == 0x000008, "Wrong alignment on BP_DoorBase_C_OnLoaded_BA02F14F64E63A61ACB764E47F6A2C0F"); \ +static_assert(sizeof(BP_DoorBase_C_OnLoaded_BA02F14F64E63A61ACB764E47F6A2C0F) == 0x000008, "Wrong size on BP_DoorBase_C_OnLoaded_BA02F14F64E63A61ACB764E47F6A2C0F"); \ +static_assert(offsetof(BP_DoorBase_C_OnLoaded_BA02F14F64E63A61ACB764E47F6A2C0F, Loaded) == 0x000000, "Member 'BP_DoorBase_C_OnLoaded_BA02F14F64E63A61ACB764E47F6A2C0F::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_PlayDoorSoundAndAnimation \ +static_assert(alignof(BP_DoorBase_C_PlayDoorSoundAndAnimation) == 0x000008, "Wrong alignment on BP_DoorBase_C_PlayDoorSoundAndAnimation"); \ +static_assert(sizeof(BP_DoorBase_C_PlayDoorSoundAndAnimation) == 0x0000A0, "Wrong size on BP_DoorBase_C_PlayDoorSoundAndAnimation"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, Character) == 0x000000, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, Sound) == 0x000008, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::Sound' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, MontageToPlay) == 0x000010, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, SkipOpenMontage) == 0x000018, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::SkipOpenMontage' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, WarpLocation) == 0x000020, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::WarpLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, WarpTargetName) == 0x000038, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::WarpTargetName' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, ReturnValue) == 0x000040, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, CallFunc_NotEqual_NameName_ReturnValue) == 0x000044, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, CallFunc_IsValid_ReturnValue) == 0x000045, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, CallFunc_ShouldPlayMontage_ReturnValue) == 0x000046, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::CallFunc_ShouldPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, CallFunc_GetAnimInstance_ReturnValue) == 0x000048, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, CallFunc_Montage_Play_ReturnValue) == 0x000050, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000058, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, CallFunc_EnterDoorOpen_ReturnValue) == 0x000070, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::CallFunc_EnterDoorOpen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, Temp_object_Variable) == 0x000078, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, Temp_struct_Variable) == 0x000088, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_PlayDoorSoundAndAnimation, CallFunc_CJPostEventAtLocation_ReturnValue) == 0x000098, "Member 'BP_DoorBase_C_PlayDoorSoundAndAnimation::CallFunc_CJPostEventAtLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_ShouldPlayMontage \ +static_assert(alignof(BP_DoorBase_C_ShouldPlayMontage) == 0x000008, "Wrong alignment on BP_DoorBase_C_ShouldPlayMontage"); \ +static_assert(sizeof(BP_DoorBase_C_ShouldPlayMontage) == 0x000088, "Wrong size on BP_DoorBase_C_ShouldPlayMontage"); \ +static_assert(offsetof(BP_DoorBase_C_ShouldPlayMontage, Character) == 0x000000, "Member 'BP_DoorBase_C_ShouldPlayMontage::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ShouldPlayMontage, ReturnValue) == 0x000008, "Member 'BP_DoorBase_C_ShouldPlayMontage::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ShouldPlayMontage, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_DoorBase_C_ShouldPlayMontage::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ShouldPlayMontage, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000028, "Member 'BP_DoorBase_C_ShouldPlayMontage::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ShouldPlayMontage, CallFunc_GetActorForwardVector_ReturnValue) == 0x000040, "Member 'BP_DoorBase_C_ShouldPlayMontage::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ShouldPlayMontage, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000058, "Member 'BP_DoorBase_C_ShouldPlayMontage::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ShouldPlayMontage, CallFunc_Dot_VectorVector_ReturnValue) == 0x000070, "Member 'BP_DoorBase_C_ShouldPlayMontage::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ShouldPlayMontage, CallFunc_VSize_ReturnValue) == 0x000078, "Member 'BP_DoorBase_C_ShouldPlayMontage::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ShouldPlayMontage, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000080, "Member 'BP_DoorBase_C_ShouldPlayMontage::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ShouldPlayMontage, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000081, "Member 'BP_DoorBase_C_ShouldPlayMontage::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_ShouldPlayMontage, CallFunc_BooleanAND_ReturnValue) == 0x000082, "Member 'BP_DoorBase_C_ShouldPlayMontage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_TakeDamage \ +static_assert(alignof(BP_DoorBase_C_TakeDamage) == 0x000008, "Wrong alignment on BP_DoorBase_C_TakeDamage"); \ +static_assert(sizeof(BP_DoorBase_C_TakeDamage) == 0x000070, "Wrong size on BP_DoorBase_C_TakeDamage"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, Damage_Type) == 0x000000, "Member 'BP_DoorBase_C_TakeDamage::Damage_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, Damage) == 0x000008, "Member 'BP_DoorBase_C_TakeDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, HealthReduction) == 0x000010, "Member 'BP_DoorBase_C_TakeDamage::HealthReduction' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_DoorBase_C_TakeDamage::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_DoorBase_C_TakeDamage::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_DoorBase_C_TakeDamage::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, CallFunc_Map_Keys_Keys) == 0x000028, "Member 'BP_DoorBase_C_TakeDamage::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, CallFunc_Map_Values_Values) == 0x000038, "Member 'BP_DoorBase_C_TakeDamage::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_DoorBase_C_TakeDamage::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000050, "Member 'BP_DoorBase_C_TakeDamage::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_DoorBase_C_TakeDamage::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_DoorBase_C_TakeDamage::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_DoorBase_C_TakeDamage::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_TakeDamage, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000068, "Member 'BP_DoorBase_C_TakeDamage::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DoorBase_C_GetUnlockDuration \ +static_assert(alignof(BP_DoorBase_C_GetUnlockDuration) == 0x000008, "Wrong alignment on BP_DoorBase_C_GetUnlockDuration"); \ +static_assert(sizeof(BP_DoorBase_C_GetUnlockDuration) == 0x000038, "Wrong size on BP_DoorBase_C_GetUnlockDuration"); \ +static_assert(offsetof(BP_DoorBase_C_GetUnlockDuration, Duration) == 0x000000, "Member 'BP_DoorBase_C_GetUnlockDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_GetUnlockDuration, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_DoorBase_C_GetUnlockDuration::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_GetUnlockDuration, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'BP_DoorBase_C_GetUnlockDuration::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_GetUnlockDuration, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_DoorBase_C_GetUnlockDuration::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_GetUnlockDuration, K2Node_FunctionResult_Duration_ImplicitCast) == 0x000020, "Member 'BP_DoorBase_C_GetUnlockDuration::K2Node_FunctionResult_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_GetUnlockDuration, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000028, "Member 'BP_DoorBase_C_GetUnlockDuration::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DoorBase_C_GetUnlockDuration, CallFunc_SelectFloat_A_ImplicitCast) == 0x000030, "Member 'BP_DoorBase_C_GetUnlockDuration::CallFunc_SelectFloat_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DoorBase_C \ +static_assert(alignof(ABP_DoorBase_C) == 0x000010, "Wrong alignment on ABP_DoorBase_C"); \ +static_assert(sizeof(ABP_DoorBase_C) == 0x000740, "Wrong size on ABP_DoorBase_C"); \ +static_assert(offsetof(ABP_DoorBase_C, UberGraphFrame) == 0x0004B0, "Member 'ABP_DoorBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, WorldStateBoolObserver) == 0x0004B8, "Member 'ABP_DoorBase_C::WorldStateBoolObserver' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, AIPerceptionStimuliSource) == 0x0004C0, "Member 'ABP_DoorBase_C::AIPerceptionStimuliSource' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, DoorTimeLine_NewTrack_3_7A42FE7F496A9EE50979DB8C0230FB97) == 0x0004C8, "Member 'ABP_DoorBase_C::DoorTimeLine_NewTrack_3_7A42FE7F496A9EE50979DB8C0230FB97' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, DoorTimeLine__Direction_7A42FE7F496A9EE50979DB8C0230FB97) == 0x0004CC, "Member 'ABP_DoorBase_C::DoorTimeLine__Direction_7A42FE7F496A9EE50979DB8C0230FB97' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, DoorTimeLine) == 0x0004D0, "Member 'ABP_DoorBase_C::DoorTimeLine' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, PlayingCue) == 0x0004D8, "Member 'ABP_DoorBase_C::PlayingCue' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, NonInteractable) == 0x0004D9, "Member 'ABP_DoorBase_C::NonInteractable' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, As_CJCharacter) == 0x0004E0, "Member 'ABP_DoorBase_C::As_CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, DoorDefaultLocation) == 0x0004E8, "Member 'ABP_DoorBase_C::DoorDefaultLocation' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, bWasForcedOpen) == 0x000500, "Member 'ABP_DoorBase_C::bWasForcedOpen' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, TagToAddOnOpen) == 0x000504, "Member 'ABP_DoorBase_C::TagToAddOnOpen' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, Key) == 0x000510, "Member 'ABP_DoorBase_C::Key' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, DoorTag) == 0x000518, "Member 'ABP_DoorBase_C::DoorTag' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, ActorHitAnimDispatch) == 0x000520, "Member 'ABP_DoorBase_C::ActorHitAnimDispatch' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, LockedInteractText) == 0x0006E0, "Member 'ABP_DoorBase_C::LockedInteractText' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, AutoClose) == 0x0006F0, "Member 'ABP_DoorBase_C::AutoClose' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, AutoCloseTime) == 0x0006F8, "Member 'ABP_DoorBase_C::AutoCloseTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, AutoCloseTimer) == 0x000700, "Member 'ABP_DoorBase_C::AutoCloseTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, AutoCloseObstacleCheckDistance) == 0x000708, "Member 'ABP_DoorBase_C::AutoCloseObstacleCheckDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, Anim_Curve) == 0x000710, "Member 'ABP_DoorBase_C::Anim_Curve' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, Cached_Interaction_Type) == 0x000718, "Member 'ABP_DoorBase_C::Cached_Interaction_Type' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, bBeingKickingOpen) == 0x000719, "Member 'ABP_DoorBase_C::bBeingKickingOpen' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, OnStartDoorKnock) == 0x000720, "Member 'ABP_DoorBase_C::OnStartDoorKnock' has a wrong offset!"); \ +static_assert(offsetof(ABP_DoorBase_C, bSkipOrientationCheck) == 0x000730, "Member 'ABP_DoorBase_C::bSkipOrientationCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Camera_Shake_HitVehicle_New_C \ +static_assert(alignof(UBP_Camera_Shake_HitVehicle_New_C) == 0x000010, "Wrong alignment on UBP_Camera_Shake_HitVehicle_New_C"); \ +static_assert(sizeof(UBP_Camera_Shake_HitVehicle_New_C) == 0x0000E0, "Wrong size on UBP_Camera_Shake_HitVehicle_New_C"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk \ +static_assert(alignof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk) == 0x000008, "Wrong alignment on BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk"); \ +static_assert(sizeof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk) == 0x0001F8, "Wrong size on BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, BaseReward) == 0x000000, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::BaseReward' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, __WorldContext) == 0x000008, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, Bonus_Reward) == 0x000010, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::Bonus_Reward' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, IsBonus) == 0x000014, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::IsBonus' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, BonusSource) == 0x000018, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::BonusSource' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_GetInventoryItem_ReturnValue) == 0x000040, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_GetInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_GetInventoryItem_ReturnValue_1) == 0x000078, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_GetInventoryItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_GetItemInstance_Result) == 0x0000B0, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_GetItemInstance_Result' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_GetItemInstance_ReturnValue) == 0x0000B8, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_GetItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_GetItemInstance_Result_1) == 0x0000C0, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_GetItemInstance_Result_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_GetItemInstance_ReturnValue_1) == 0x0000C8, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_GetItemInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, K2Node_SwitchEnum_CmpSuccess) == 0x0000D0, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000D1, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x0000D8, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_ItemHasTag_ReturnValue) == 0x000100, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_1) == 0x000108, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_ItemHasTag_ReturnValue_1) == 0x000130, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_ItemHasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_GetInventoryItem_ReturnValue_2) == 0x000138, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_GetInventoryItem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_GetItemInstance_Result_2) == 0x000170, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_GetItemInstance_Result_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_GetItemInstance_ReturnValue_2) == 0x000178, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_GetItemInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_2) == 0x000180, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, K2Node_SwitchEnum_CmpSuccess_2) == 0x0001A8, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_ItemHasTag_ReturnValue_2) == 0x0001A9, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_ItemHasTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0001B0, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001B8, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0001C0, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_FTrunc_ReturnValue) == 0x0001C8, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0001D0, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_FTrunc_ReturnValue_1) == 0x0001D8, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x0001E0, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0001E8, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk, CallFunc_FTrunc_ReturnValue_2) == 0x0001F0, "Member 'BPFL_Progression_C_CalculateBonusFromOnFootRewardsPerk::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_CalculateBonusFromSkill3 \ +static_assert(alignof(BPFL_Progression_C_CalculateBonusFromSkill3) == 0x000008, "Wrong alignment on BPFL_Progression_C_CalculateBonusFromSkill3"); \ +static_assert(sizeof(BPFL_Progression_C_CalculateBonusFromSkill3) == 0x0000B8, "Wrong size on BPFL_Progression_C_CalculateBonusFromSkill3"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, BaseReward) == 0x000000, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::BaseReward' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, __WorldContext) == 0x000008, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, IsBonus) == 0x000010, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::IsBonus' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, BonusAmount) == 0x000014, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::BonusAmount' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, BonusSource2) == 0x000018, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::BonusSource2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, CallFunc_GetInventoryItem_ReturnValue) == 0x000040, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::CallFunc_GetInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, CallFunc_GetWorldStateInt_ReturnValue) == 0x000078, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000080, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A8, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x0000A9, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, Temp_struct_Variable) == 0x0000AC, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, CallFunc_GetWorldStateBool_ReturnValue) == 0x0000B4, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, CallFunc_Not_PreBool_ReturnValue) == 0x0000B5, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, CallFunc_BooleanAND_ReturnValue) == 0x0000B6, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromSkill3, CallFunc_BooleanAND_ReturnValue_1) == 0x0000B7, "Member 'BPFL_Progression_C_CalculateBonusFromSkill3::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk \ +static_assert(alignof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk) == 0x000008, "Wrong alignment on BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk"); \ +static_assert(sizeof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk) == 0x0001F8, "Wrong size on BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, BaseReward) == 0x000000, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::BaseReward' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, __WorldContext) == 0x000008, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, Bonus_Reward) == 0x000010, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::Bonus_Reward' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, IsBonus) == 0x000014, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::IsBonus' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, BonusSource) == 0x000018, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::BonusSource' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_GetInventoryItem_ReturnValue) == 0x000040, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_GetInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_GetInventoryItem_ReturnValue_1) == 0x000078, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_GetInventoryItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_GetItemInstance_Result) == 0x0000B0, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_GetItemInstance_Result' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_GetItemInstance_ReturnValue) == 0x0000B8, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_GetItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_GetItemInstance_Result_1) == 0x0000C0, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_GetItemInstance_Result_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_GetItemInstance_ReturnValue_1) == 0x0000C8, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_GetItemInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, K2Node_SwitchEnum_CmpSuccess) == 0x0000D0, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000D1, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x0000D8, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_ItemHasTag_ReturnValue) == 0x000100, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_1) == 0x000108, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_ItemHasTag_ReturnValue_1) == 0x000130, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_ItemHasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_GetInventoryItem_ReturnValue_2) == 0x000138, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_GetInventoryItem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_GetItemInstance_Result_2) == 0x000170, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_GetItemInstance_Result_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_GetItemInstance_ReturnValue_2) == 0x000178, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_GetItemInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_2) == 0x000180, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, K2Node_SwitchEnum_CmpSuccess_2) == 0x0001A8, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_ItemHasTag_ReturnValue_2) == 0x0001A9, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_ItemHasTag_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0001B0, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001B8, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0001C0, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_FTrunc_ReturnValue) == 0x0001C8, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0001D0, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_FTrunc_ReturnValue_1) == 0x0001D8, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x0001E0, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0001E8, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk, CallFunc_FTrunc_ReturnValue_2) == 0x0001F0, "Member 'BPFL_Progression_C_CalculateBonusFromVehicleRewardsPerk::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_ClearDailyStats \ +static_assert(alignof(BPFL_Progression_C_ClearDailyStats) == 0x000008, "Wrong alignment on BPFL_Progression_C_ClearDailyStats"); \ +static_assert(sizeof(BPFL_Progression_C_ClearDailyStats) == 0x000010, "Wrong size on BPFL_Progression_C_ClearDailyStats"); \ +static_assert(offsetof(BPFL_Progression_C_ClearDailyStats, __WorldContext) == 0x000000, "Member 'BPFL_Progression_C_ClearDailyStats::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_ClearDailyStats, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BPFL_Progression_C_ClearDailyStats::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_EndOfDayResolution \ +static_assert(alignof(BPFL_Progression_C_EndOfDayResolution) == 0x000008, "Wrong alignment on BPFL_Progression_C_EndOfDayResolution"); \ +static_assert(sizeof(BPFL_Progression_C_EndOfDayResolution) == 0x000048, "Wrong size on BPFL_Progression_C_EndOfDayResolution"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, WorldContextInput) == 0x000000, "Member 'BPFL_Progression_C_EndOfDayResolution::WorldContextInput' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, __WorldContext) == 0x000008, "Member 'BPFL_Progression_C_EndOfDayResolution::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, ShouldGainBonusAP) == 0x000010, "Member 'BPFL_Progression_C_EndOfDayResolution::ShouldGainBonusAP' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, PaymentAmount) == 0x000018, "Member 'BPFL_Progression_C_EndOfDayResolution::PaymentAmount' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000020, "Member 'BPFL_Progression_C_EndOfDayResolution::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000028, "Member 'BPFL_Progression_C_EndOfDayResolution::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, CallFunc_Conv_IntToBool_ReturnValue) == 0x000030, "Member 'BPFL_Progression_C_EndOfDayResolution::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, CallFunc_Greater_IntInt_ReturnValue) == 0x000031, "Member 'BPFL_Progression_C_EndOfDayResolution::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x000032, "Member 'BPFL_Progression_C_EndOfDayResolution::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, CallFunc_BooleanAND_ReturnValue) == 0x000033, "Member 'BPFL_Progression_C_EndOfDayResolution::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, Temp_byte_Variable) == 0x000034, "Member 'BPFL_Progression_C_EndOfDayResolution::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, CallFunc_GetWorldStateInt_ReturnValue) == 0x000038, "Member 'BPFL_Progression_C_EndOfDayResolution::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BPFL_Progression_C_EndOfDayResolution::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_EndOfDayResolution, CallFunc_GetPlayingInstance_ReturnValue) == 0x000040, "Member 'BPFL_Progression_C_EndOfDayResolution::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_CalculateNet_Reward \ +static_assert(alignof(BPFL_Progression_C_CalculateNet_Reward) == 0x000008, "Wrong alignment on BPFL_Progression_C_CalculateNet_Reward"); \ +static_assert(sizeof(BPFL_Progression_C_CalculateNet_Reward) == 0x000558, "Wrong size on BPFL_Progression_C_CalculateNet_Reward"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, Base_Reward) == 0x000000, "Member 'BPFL_Progression_C_CalculateNet_Reward::Base_Reward' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, MissionConfig) == 0x000008, "Member 'BPFL_Progression_C_CalculateNet_Reward::MissionConfig' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, __WorldContext) == 0x000010, "Member 'BPFL_Progression_C_CalculateNet_Reward::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, BaseReward) == 0x000018, "Member 'BPFL_Progression_C_CalculateNet_Reward::BaseReward' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, IsBonusReward) == 0x00001C, "Member 'BPFL_Progression_C_CalculateNet_Reward::IsBonusReward' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, BonusReward) == 0x000020, "Member 'BPFL_Progression_C_CalculateNet_Reward::BonusReward' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, BonusSource1) == 0x000028, "Member 'BPFL_Progression_C_CalculateNet_Reward::BonusSource1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, BonusSource2) == 0x000050, "Member 'BPFL_Progression_C_CalculateNet_Reward::BonusSource2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, BonusSource3) == 0x000078, "Member 'BPFL_Progression_C_CalculateNet_Reward::BonusSource3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, Bonus) == 0x0000A0, "Member 'BPFL_Progression_C_CalculateNet_Reward::Bonus' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, Source2) == 0x0000A8, "Member 'BPFL_Progression_C_CalculateNet_Reward::Source2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, Source1) == 0x0000D0, "Member 'BPFL_Progression_C_CalculateNet_Reward::Source1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, Skill3) == 0x0000F8, "Member 'BPFL_Progression_C_CalculateNet_Reward::Skill3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, Skill2) == 0x000120, "Member 'BPFL_Progression_C_CalculateNet_Reward::Skill2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, Skill1) == 0x000148, "Member 'BPFL_Progression_C_CalculateNet_Reward::Skill1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, Bonus_Reward) == 0x000170, "Member 'BPFL_Progression_C_CalculateNet_Reward::Bonus_Reward' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, Temp_struct_Variable) == 0x000174, "Member 'BPFL_Progression_C_CalculateNet_Reward::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_SwitchEnum_CmpSuccess) == 0x00017C, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_GetWorldStateBool_ReturnValue) == 0x00017D, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_CalculateBonusFromSkill3_IsBonus) == 0x00017E, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_CalculateBonusFromSkill3_IsBonus' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_CalculateBonusFromSkill3_BonusAmount) == 0x000180, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_CalculateBonusFromSkill3_BonusAmount' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_CalculateBonusFromSkill3_BonusSource2) == 0x000188, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_CalculateBonusFromSkill3_BonusSource2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_Conv_IntToInt64_ReturnValue) == 0x0001B0, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x0001B8, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_MakeStruct_FormatArgumentData) == 0x0001E0, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000228, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000230, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_DynamicCast_AsBP_Perk_Mixin) == 0x000238, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_DynamicCast_AsBP_Perk_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_DynamicCast_bSuccess) == 0x000240, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_GetDisplayName_ReturnValue) == 0x000248, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_CalculateBonusFromOnFootRewardsPerk_Bonus_Reward) == 0x000258, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_CalculateBonusFromOnFootRewardsPerk_Bonus_Reward' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_CalculateBonusFromOnFootRewardsPerk_IsBonus) == 0x00025C, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_CalculateBonusFromOnFootRewardsPerk_IsBonus' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_CalculateBonusFromOnFootRewardsPerk_BonusSource) == 0x000260, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_CalculateBonusFromOnFootRewardsPerk_BonusSource' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_Conv_StringToText_ReturnValue) == 0x000288, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_GetSoftMixinPtrForItem_ReturnValue_1) == 0x000298, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_GetSoftMixinPtrForItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002C0, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_LoadAsset_Blocking_ReturnValue_1) == 0x000308, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_LoadAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_IsValidSoftObjectReference_ReturnValue_1) == 0x000310, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_IsValidSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_DynamicCast_AsBP_Perk_Mixin_1) == 0x000318, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_DynamicCast_AsBP_Perk_Mixin_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_DynamicCast_bSuccess_1) == 0x000320, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_GetDisplayName_ReturnValue_1) == 0x000328, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_CalculateBonusFromVehicleRewardsPerk_Bonus_Reward) == 0x000338, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_CalculateBonusFromVehicleRewardsPerk_Bonus_Reward' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_CalculateBonusFromVehicleRewardsPerk_IsBonus) == 0x00033C, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_CalculateBonusFromVehicleRewardsPerk_IsBonus' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_CalculateBonusFromVehicleRewardsPerk_BonusSource) == 0x000340, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_CalculateBonusFromVehicleRewardsPerk_BonusSource' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000368, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_GetSoftMixinPtrForItem_ReturnValue_2) == 0x000378, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_GetSoftMixinPtrForItem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_MakeStruct_FormatArgumentData_2) == 0x0003A0, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_LoadAsset_Blocking_ReturnValue_2) == 0x0003E8, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_LoadAsset_Blocking_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_IsValidSoftObjectReference_ReturnValue_2) == 0x0003F0, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_IsValidSoftObjectReference_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_DynamicCast_AsBP_Perk_Mixin_2) == 0x0003F8, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_DynamicCast_AsBP_Perk_Mixin_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_DynamicCast_bSuccess_2) == 0x000400, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_GetDisplayName_ReturnValue_2) == 0x000408, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_BooleanOR_ReturnValue) == 0x000418, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000420, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_BooleanOR_ReturnValue_1) == 0x000430, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_MakeStruct_FormatArgumentData_3) == 0x000438, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_Conv_BoolToText_ReturnValue) == 0x000480, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_Add_IntInt_ReturnValue) == 0x000490, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_MakeStruct_FormatArgumentData_4) == 0x000498, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_Add_IntInt_ReturnValue_1) == 0x0004E0, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_Conv_IntToInt64_ReturnValue_1) == 0x0004E8, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_Conv_IntToInt64_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_MakeStruct_FormatArgumentData_5) == 0x0004F0, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, K2Node_MakeArray_Array) == 0x000538, "Member 'BPFL_Progression_C_CalculateNet_Reward::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNet_Reward, CallFunc_Format_ReturnValue) == 0x000548, "Member 'BPFL_Progression_C_CalculateNet_Reward::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_CalculateNetAPCost \ +static_assert(alignof(BPFL_Progression_C_CalculateNetAPCost) == 0x000008, "Wrong alignment on BPFL_Progression_C_CalculateNetAPCost"); \ +static_assert(sizeof(BPFL_Progression_C_CalculateNetAPCost) == 0x000188, "Wrong size on BPFL_Progression_C_CalculateNetAPCost"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, BaseCost) == 0x000000, "Member 'BPFL_Progression_C_CalculateNetAPCost::BaseCost' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, __WorldContext) == 0x000008, "Member 'BPFL_Progression_C_CalculateNetAPCost::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, ModifiedCost) == 0x000010, "Member 'BPFL_Progression_C_CalculateNetAPCost::ModifiedCost' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CanPayAPCost) == 0x000014, "Member 'BPFL_Progression_C_CalculateNetAPCost::CanPayAPCost' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, DiscountSource) == 0x000018, "Member 'BPFL_Progression_C_CalculateNetAPCost::DiscountSource' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, IsDiscountedAPCost) == 0x000040, "Member 'BPFL_Progression_C_CalculateNetAPCost::IsDiscountedAPCost' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, DiscountSkill) == 0x000048, "Member 'BPFL_Progression_C_CalculateNetAPCost::DiscountSkill' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, Skill3) == 0x000070, "Member 'BPFL_Progression_C_CalculateNetAPCost::Skill3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, Skill2) == 0x000098, "Member 'BPFL_Progression_C_CalculateNetAPCost::Skill2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, Skill1) == 0x0000C0, "Member 'BPFL_Progression_C_CalculateNetAPCost::Skill1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, ModifiedAPCost) == 0x0000E8, "Member 'BPFL_Progression_C_CalculateNetAPCost::ModifiedAPCost' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000F0, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0000F8, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_Greater_IntInt_ReturnValue) == 0x000100, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x000108, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_GetDailyFailedMissions_FailedMissions) == 0x000110, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_GetDailyFailedMissions_FailedMissions' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x000120, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_Array_IsEmpty_ReturnValue) == 0x000140, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_Array_IsEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x000141, "Member 'BPFL_Progression_C_CalculateNetAPCost::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_GetDailySucceededMissions_SucceededMissions) == 0x000148, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_GetDailySucceededMissions_SucceededMissions' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_GetWorldStateInt_ReturnValue) == 0x000158, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_Array_IsEmpty_ReturnValue_1) == 0x00015C, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_Array_IsEmpty_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00015D, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, Temp_struct_Variable) == 0x000160, "Member 'BPFL_Progression_C_CalculateNetAPCost::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000168, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_GetWorldStateBool_ReturnValue) == 0x000169, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_Not_PreBool_ReturnValue) == 0x00016A, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x00016B, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_BooleanAND_ReturnValue) == 0x00016C, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_Min_ReturnValue) == 0x000170, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_Min_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_PlayerHasInventoryItem_ReturnValue_1) == 0x000174, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_PlayerHasInventoryItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_BooleanAND_ReturnValue_1) == 0x000175, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_Subtract_IntInt_ReturnValue) == 0x000178, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_BooleanAND_ReturnValue_2) == 0x00017C, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_Max_ReturnValue) == 0x000180, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_Max_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_CanAfford_ReturnValue) == 0x000184, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_CanAfford_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_PlayerHasInventoryItem_ReturnValue_2) == 0x000185, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_PlayerHasInventoryItem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_BooleanAND_ReturnValue_3) == 0x000186, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CalculateNetAPCost, CallFunc_BooleanAND_ReturnValue_4) == 0x000187, "Member 'BPFL_Progression_C_CalculateNetAPCost::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_CheckBonusAPSlotsUnlocked \ +static_assert(alignof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked) == 0x000008, "Wrong alignment on BPFL_Progression_C_CheckBonusAPSlotsUnlocked"); \ +static_assert(sizeof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked) == 0x0000A0, "Wrong size on BPFL_Progression_C_CheckBonusAPSlotsUnlocked"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, __WorldContext) == 0x000000, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, APMaxBonusCount) == 0x000008, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::APMaxBonusCount' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_GetInventoryItemCount_ReturnValue) == 0x000014, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue) == 0x000018, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, Temp_bool_True_if_break_was_hit_Variable) == 0x00001C, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_Not_PreBool_ReturnValue) == 0x000024, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, Temp_int_Variable) == 0x000028, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000038, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_Array_Get_Item) == 0x00004C, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_GetDataTableRowFromName_OutRow) == 0x000058, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000098, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_BooleanAND_ReturnValue) == 0x000099, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_CheckBonusAPSlotsUnlocked, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00009A, "Member 'BPFL_Progression_C_CheckBonusAPSlotsUnlocked::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_GetLevel \ +static_assert(alignof(BPFL_Progression_C_GetLevel) == 0x000008, "Wrong alignment on BPFL_Progression_C_GetLevel"); \ +static_assert(sizeof(BPFL_Progression_C_GetLevel) == 0x000028, "Wrong size on BPFL_Progression_C_GetLevel"); \ +static_assert(offsetof(BPFL_Progression_C_GetLevel, __WorldContext) == 0x000000, "Member 'BPFL_Progression_C_GetLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_GetLevel, Level) == 0x000008, "Member 'BPFL_Progression_C_GetLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_GetLevel, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BPFL_Progression_C_GetLevel::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_GetLevel, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BPFL_Progression_C_GetLevel::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_GetLevel, CallFunc_FetchLevel_CurrentLevel) == 0x000020, "Member 'BPFL_Progression_C_GetLevel::CallFunc_FetchLevel_CurrentLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_GetPendingLevel \ +static_assert(alignof(BPFL_Progression_C_GetPendingLevel) == 0x000008, "Wrong alignment on BPFL_Progression_C_GetPendingLevel"); \ +static_assert(sizeof(BPFL_Progression_C_GetPendingLevel) == 0x000028, "Wrong size on BPFL_Progression_C_GetPendingLevel"); \ +static_assert(offsetof(BPFL_Progression_C_GetPendingLevel, __WorldContext) == 0x000000, "Member 'BPFL_Progression_C_GetPendingLevel::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_GetPendingLevel, PendingLevel) == 0x000008, "Member 'BPFL_Progression_C_GetPendingLevel::PendingLevel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_GetPendingLevel, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BPFL_Progression_C_GetPendingLevel::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_GetPendingLevel, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BPFL_Progression_C_GetPendingLevel::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_GetPendingLevel, CallFunc_FetchPendingLevel_PendingLevel) == 0x000020, "Member 'BPFL_Progression_C_GetPendingLevel::CallFunc_FetchPendingLevel_PendingLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_RandomizePerk \ +static_assert(alignof(BPFL_Progression_C_RandomizePerk) == 0x000008, "Wrong alignment on BPFL_Progression_C_RandomizePerk"); \ +static_assert(sizeof(BPFL_Progression_C_RandomizePerk) == 0x000340, "Wrong size on BPFL_Progression_C_RandomizePerk"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, __WorldContext) == 0x000000, "Member 'BPFL_Progression_C_RandomizePerk::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, ActivePerk) == 0x000008, "Member 'BPFL_Progression_C_RandomizePerk::ActivePerk' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, CurrentPerk) == 0x000030, "Member 'BPFL_Progression_C_RandomizePerk::CurrentPerk' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, PerksPool) == 0x000068, "Member 'BPFL_Progression_C_RandomizePerk::PerksPool' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, Perk) == 0x000078, "Member 'BPFL_Progression_C_RandomizePerk::Perk' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x0000A0, "Member 'BPFL_Progression_C_RandomizePerk::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, K2Node_MakeStruct_InventoryItemFilter) == 0x0000C0, "Member 'BPFL_Progression_C_RandomizePerk::K2Node_MakeStruct_InventoryItemFilter' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, Temp_struct_Variable) == 0x000168, "Member 'BPFL_Progression_C_RandomizePerk::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000170, "Member 'BPFL_Progression_C_RandomizePerk::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, CallFunc_GetWorldStateBool_ReturnValue) == 0x000171, "Member 'BPFL_Progression_C_RandomizePerk::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, Temp_bool_Variable) == 0x000172, "Member 'BPFL_Progression_C_RandomizePerk::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, K2Node_MakeStruct_InventoryItemFilter_1) == 0x000178, "Member 'BPFL_Progression_C_RandomizePerk::K2Node_MakeStruct_InventoryItemFilter_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, K2Node_Select_Default) == 0x000220, "Member 'BPFL_Progression_C_RandomizePerk::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, CallFunc_GetInventoryItems_ReturnValue) == 0x0002C8, "Member 'BPFL_Progression_C_RandomizePerk::CallFunc_GetInventoryItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, CallFunc_Array_Random_OutItem) == 0x0002D8, "Member 'BPFL_Progression_C_RandomizePerk::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, CallFunc_Array_Random_OutIndex) == 0x000310, "Member 'BPFL_Progression_C_RandomizePerk::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000314, "Member 'BPFL_Progression_C_RandomizePerk::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_RandomizePerk, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000318, "Member 'BPFL_Progression_C_RandomizePerk::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle \ +static_assert(alignof(BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle) == 0x000008, "Wrong alignment on BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle"); \ +static_assert(sizeof(BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle) == 0x000030, "Wrong size on BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle"); \ +static_assert(offsetof(BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle, __WorldContext) == 0x000000, "Member 'BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000010, "Member 'BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000020, "Member 'BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x000028, "Member 'BPFL_Progression_C_ResetWorldsimSystemsAndRestorePlayerVehicle::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_Progression_C_SetMaxAP \ +static_assert(alignof(BPFL_Progression_C_SetMaxAP) == 0x000008, "Wrong alignment on BPFL_Progression_C_SetMaxAP"); \ +static_assert(sizeof(BPFL_Progression_C_SetMaxAP) == 0x000048, "Wrong size on BPFL_Progression_C_SetMaxAP"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, __WorldContext) == 0x000000, "Member 'BPFL_Progression_C_SetMaxAP::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, Temp_struct_Variable) == 0x000008, "Member 'BPFL_Progression_C_SetMaxAP::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000010, "Member 'BPFL_Progression_C_SetMaxAP::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, CallFunc_GetWorldStateBool_ReturnValue) == 0x000018, "Member 'BPFL_Progression_C_SetMaxAP::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000020, "Member 'BPFL_Progression_C_SetMaxAP::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, CallFunc_GetWorldStateInt_ReturnValue) == 0x000028, "Member 'BPFL_Progression_C_SetMaxAP::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002C, "Member 'BPFL_Progression_C_SetMaxAP::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x000030, "Member 'BPFL_Progression_C_SetMaxAP::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BPFL_Progression_C_SetMaxAP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, CallFunc_GetWorldStateInt_ReturnValue_2) == 0x000038, "Member 'BPFL_Progression_C_SetMaxAP::CallFunc_GetWorldStateInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, CallFunc_Less_IntInt_ReturnValue_1) == 0x00003C, "Member 'BPFL_Progression_C_SetMaxAP::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000040, "Member 'BPFL_Progression_C_SetMaxAP::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_Progression_C_SetMaxAP, K2Node_SwitchInteger_CmpSuccess) == 0x000044, "Member 'BPFL_Progression_C_SetMaxAP::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_Progression_C \ +static_assert(alignof(UBPFL_Progression_C) == 0x000008, "Wrong alignment on UBPFL_Progression_C"); \ +static_assert(sizeof(UBPFL_Progression_C) == 0x000028, "Wrong size on UBPFL_Progression_C"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_C_BP_SetupItemInstance \ +static_assert(alignof(BP_Skill_Perk_C_BP_SetupItemInstance) == 0x000001, "Wrong alignment on BP_Skill_Perk_C_BP_SetupItemInstance"); \ +static_assert(sizeof(BP_Skill_Perk_C_BP_SetupItemInstance) == 0x000001, "Wrong size on BP_Skill_Perk_C_BP_SetupItemInstance"); \ +static_assert(offsetof(BP_Skill_Perk_C_BP_SetupItemInstance, bFromSaveGame) == 0x000000, "Member 'BP_Skill_Perk_C_BP_SetupItemInstance::bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk \ +static_assert(alignof(BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk) == 0x000008, "Wrong alignment on BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk"); \ +static_assert(sizeof(BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk) == 0x0000C0, "Wrong size on BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk"); \ +static_assert(offsetof(BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk, EntryPoint) == 0x000000, "Member 'BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk, K2Node_Event_bFromSaveGame) == 0x000018, "Member 'BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk::K2Node_Event_bFromSaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk, CallFunc_AsItem_ReturnValue) == 0x000020, "Member 'BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk::CallFunc_AsItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000058, "Member 'BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x000080, "Member 'BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0000A8, "Member 'BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk, K2Node_DynamicCast_AsBP_Perk_Mixin) == 0x0000B0, "Member 'BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk::K2Node_DynamicCast_AsBP_Perk_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'BP_Skill_Perk_C_ExecuteUbergraph_BP_Skill_Perk::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_Perk_C \ +static_assert(alignof(UBP_Skill_Perk_C) == 0x000008, "Wrong alignment on UBP_Skill_Perk_C"); \ +static_assert(sizeof(UBP_Skill_Perk_C) == 0x000038, "Wrong size on UBP_Skill_Perk_C"); \ +static_assert(offsetof(UBP_Skill_Perk_C, UberGraphFrame) == 0x000028, "Member 'UBP_Skill_Perk_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Perk_C, Dynamic_Value) == 0x000030, "Member 'UBP_Skill_Perk_C::Dynamic_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks \ +static_assert(alignof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks"); \ +static_assert(sizeof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks) == 0x0001C0, "Wrong size on BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, ItemStruct) == 0x000000, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::ItemStruct' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, __WorldContext) == 0x000038, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000048, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x000070, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000098, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, Temp_int_Loop_Counter_Variable) == 0x0000A0, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, K2Node_DynamicCast_AsBP_Perk_Mixin) == 0x0000A8, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::K2Node_DynamicCast_AsBP_Perk_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, CallFunc_Add_IntInt_ReturnValue) == 0x0000B4, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, K2Node_MakeStruct_InventoryItemFilter) == 0x0000E8, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::K2Node_MakeStruct_InventoryItemFilter' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, CallFunc_BreakGameplayTagContainer_GameplayTags) == 0x000190, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::CallFunc_BreakGameplayTagContainer_GameplayTags' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, CallFunc_Array_Length_ReturnValue_1) == 0x0001A0, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, CallFunc_Less_IntInt_ReturnValue) == 0x0001A4, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, Temp_int_Array_Index_Variable_1) == 0x0001A8, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, CallFunc_Array_Get_Item_1) == 0x0001AC, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, Temp_int_Loop_Counter_Variable_1) == 0x0001B4, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001B8, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001BC, "Member 'BP_Archetype_Component_C_AddPerkTagsAndRemoveRetiredPerks::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_AdrenalineRush \ +static_assert(alignof(BP_Archetype_Component_C_AdrenalineRush) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_AdrenalineRush"); \ +static_assert(sizeof(BP_Archetype_Component_C_AdrenalineRush) == 0x000001, "Wrong size on BP_Archetype_Component_C_AdrenalineRush"); \ +static_assert(offsetof(BP_Archetype_Component_C_AdrenalineRush, IsUsing) == 0x000000, "Member 'BP_Archetype_Component_C_AdrenalineRush::IsUsing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_AdrMaxValueChanged \ +static_assert(alignof(BP_Archetype_Component_C_AdrMaxValueChanged) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_AdrMaxValueChanged"); \ +static_assert(sizeof(BP_Archetype_Component_C_AdrMaxValueChanged) == 0x000008, "Wrong size on BP_Archetype_Component_C_AdrMaxValueChanged"); \ +static_assert(offsetof(BP_Archetype_Component_C_AdrMaxValueChanged, Instance) == 0x000000, "Member 'BP_Archetype_Component_C_AdrMaxValueChanged::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_BP_OnPlayerInventoryItemAdded_Event \ +static_assert(alignof(BP_Archetype_Component_C_BP_OnPlayerInventoryItemAdded_Event) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_BP_OnPlayerInventoryItemAdded_Event"); \ +static_assert(sizeof(BP_Archetype_Component_C_BP_OnPlayerInventoryItemAdded_Event) == 0x000040, "Wrong size on BP_Archetype_Component_C_BP_OnPlayerInventoryItemAdded_Event"); \ +static_assert(offsetof(BP_Archetype_Component_C_BP_OnPlayerInventoryItemAdded_Event, InventoryItemAmount) == 0x000000, "Member 'BP_Archetype_Component_C_BP_OnPlayerInventoryItemAdded_Event::InventoryItemAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked \ +static_assert(alignof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked"); \ +static_assert(sizeof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked) == 0x000098, "Wrong size on BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_GetInventoryItemCount_ReturnValue) == 0x000010, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, Temp_int_Variable) == 0x000018, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000024, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue) == 0x000028, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000030, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_Array_Get_Item) == 0x000044, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_GetDataTableRowFromName_OutRow) == 0x000050, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000090, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_BooleanAND_ReturnValue) == 0x000091, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000092, "Member 'BP_Archetype_Component_C_CheckBonusAPSlotsUnlocked::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_CheckReservedAP \ +static_assert(alignof(BP_Archetype_Component_C_CheckReservedAP) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_CheckReservedAP"); \ +static_assert(sizeof(BP_Archetype_Component_C_CheckReservedAP) == 0x000008, "Wrong size on BP_Archetype_Component_C_CheckReservedAP"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckReservedAP, ActionPointsLeft) == 0x000000, "Member 'BP_Archetype_Component_C_CheckReservedAP::ActionPointsLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_CheckReservedAP, ActionPointsReserved) == 0x000004, "Member 'BP_Archetype_Component_C_CheckReservedAP::ActionPointsReserved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component \ +static_assert(alignof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component"); \ +static_assert(sizeof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component) == 0x001608, "Wrong size on BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, EntryPoint) == 0x000000, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable) == 0x000004, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_34) == 0x000018, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_1) == 0x000019, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_33) == 0x00002C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_2) == 0x00002D, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_32) == 0x000040, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_3) == 0x000041, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_3) == 0x000044, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_31) == 0x000054, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_4) == 0x000055, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_4) == 0x000058, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_30) == 0x000068, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_5) == 0x000069, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_5) == 0x00006C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_29) == 0x00007C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_6) == 0x00007D, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_6) == 0x000080, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_28) == 0x000090, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_7) == 0x000091, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_7) == 0x000094, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_27) == 0x0000A4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_8) == 0x0000A5, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000A8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_26) == 0x0000B8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_9) == 0x0000B9, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000BC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_25) == 0x0000CC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_10) == 0x0000CD, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_10) == 0x0000D0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_24) == 0x0000E0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_11) == 0x0000E1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_11) == 0x0000E4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_23) == 0x0000F4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_12) == 0x0000F5, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_12) == 0x0000F8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_22) == 0x000108, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_13) == 0x000109, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_13) == 0x00010C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_21) == 0x00011C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_14) == 0x00011D, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_14) == 0x000120, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_20) == 0x000130, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_15) == 0x000131, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_15) == 0x000134, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_19) == 0x000144, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_16) == 0x000145, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_16) == 0x000148, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_18) == 0x000158, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_17) == 0x000159, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_17) == 0x00015C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_17) == 0x00016C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_18) == 0x00016D, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_18) == 0x000170, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_16) == 0x000180, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_19) == 0x000181, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_19) == 0x000184, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_15) == 0x000194, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_20) == 0x000195, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_20) == 0x000198, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_14) == 0x0001A8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_21) == 0x0001A9, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_21) == 0x0001AC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_13) == 0x0001BC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_22) == 0x0001BD, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_22) == 0x0001C0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_12) == 0x0001D0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_23) == 0x0001D1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldSubsystem_ReturnValue) == 0x0001D8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_11) == 0x0001E0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_23) == 0x0001E4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_24) == 0x0001F4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_24) == 0x0001F8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_10) == 0x000208, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_25) == 0x000209, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000210, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_25) == 0x000218, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_26) == 0x000228, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_25) == 0x000238, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable) == 0x00023C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObservePlayerInventoryItemCount_ReturnValue) == 0x000240, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObservePlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue) == 0x000248, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue) == 0x000249, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_24) == 0x00024C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_27) == 0x000250, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_1) == 0x000260, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObservePlayerInventoryItemCount_ReturnValue_1) == 0x000268, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObservePlayerInventoryItemCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_1) == 0x000270, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000271, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_byte_Variable) == 0x000272, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_byte_Variable_1) == 0x000273, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_byte_Variable_2) == 0x000274, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_28) == 0x000278, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_Preset_1) == 0x000288, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_Preset_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_object_Variable) == 0x000290, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_PickAndSetPresetAsync_ReturnValue) == 0x000298, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_PickAndSetPresetAsync_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_2) == 0x0002A0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_29) == 0x0002A4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_Preset) == 0x0002B8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_Preset' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_object_Variable_1) == 0x0002C0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_PickAndSetPresetAsync_ReturnValue_1) == 0x0002C8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_PickAndSetPresetAsync_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_3) == 0x0002D0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0002D8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetCurrentTimePeriod_ReturnValue) == 0x0002E0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetCurrentTimePeriod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_SwitchEnum_CmpSuccess) == 0x0002E1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_30) == 0x0002E4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_9) == 0x0002F4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_26) == 0x0002F5, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_31) == 0x0002F8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_8) == 0x000308, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_32) == 0x00030C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_27) == 0x00031C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_33) == 0x000320, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_7) == 0x000330, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_28) == 0x000331, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_34) == 0x000334, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_34' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_23) == 0x000344, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_2) == 0x000348, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObservePlayerInventoryItemCount_ReturnValue_2) == 0x000350, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObservePlayerInventoryItemCount_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_4) == 0x000358, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000360, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_6) == 0x000368, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_35) == 0x00036C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_35' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_29) == 0x00037C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_36) == 0x000380, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_36' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_22) == 0x000390, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_3) == 0x000394, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObservePlayerInventoryItemCount_ReturnValue_3) == 0x000398, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObservePlayerInventoryItemCount_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_5) == 0x0003A0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0003A1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_21) == 0x0003A4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_37) == 0x0003A8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_37' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_4) == 0x0003B8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue) == 0x0003C0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_6) == 0x0003C8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_38) == 0x0003CC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_38' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_20) == 0x0003DC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_5) == 0x0003E0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObservePlayerInventoryItemCount_ReturnValue_4) == 0x0003E8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObservePlayerInventoryItemCount_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_7) == 0x0003F0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_3) == 0x0003F1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_5) == 0x0003F2, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_39) == 0x0003F4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_39' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_30) == 0x000404, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_40) == 0x000408, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_40' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_19) == 0x000418, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_6) == 0x00041C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue) == 0x000420, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_8) == 0x000428, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_4) == 0x000429, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_18) == 0x00042C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_41) == 0x000430, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_41' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_7) == 0x000440, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_1) == 0x000448, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_9) == 0x000450, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_5) == 0x000451, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_17) == 0x000454, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_42) == 0x000458, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_42' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_8) == 0x000468, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_2) == 0x000470, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_10) == 0x000478, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_6) == 0x000479, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_16) == 0x00047C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_43) == 0x000480, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_43' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_9) == 0x000490, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_3) == 0x000498, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_11) == 0x0004A0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_7) == 0x0004A1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_15) == 0x0004A4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_44) == 0x0004A8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_44' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_10) == 0x0004B8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_4) == 0x0004C0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_12) == 0x0004C8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_8) == 0x0004C9, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_14) == 0x0004CC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_45) == 0x0004D0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_45' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_11) == 0x0004E0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_5) == 0x0004E8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_13) == 0x0004F0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_9) == 0x0004F1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_13) == 0x0004F4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_46) == 0x0004F8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_46' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_12) == 0x000508, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_6) == 0x000510, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_14) == 0x000518, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_10) == 0x000519, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_12) == 0x00051C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_47) == 0x000520, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_47' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_13) == 0x000530, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_7) == 0x000538, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_15) == 0x000540, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_11) == 0x000541, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_11) == 0x000544, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_48) == 0x000548, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_48' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_14) == 0x000558, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_8) == 0x000560, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_16) == 0x000568, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_12) == 0x000569, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_10) == 0x00056C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_49) == 0x000570, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_49' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_15) == 0x000580, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_9) == 0x000588, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_17) == 0x000590, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_13) == 0x000591, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_9) == 0x000594, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_50) == 0x000598, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_50' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_16) == 0x0005A8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_10) == 0x0005B0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_18) == 0x0005B8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_14) == 0x0005B9, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_8) == 0x0005BC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_51) == 0x0005C0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_51' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_17) == 0x0005D0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_11) == 0x0005D8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_19) == 0x0005E0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_15) == 0x0005E1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_7) == 0x0005E4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_52) == 0x0005E8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_52' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_18) == 0x0005F8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_12) == 0x000600, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_20) == 0x000608, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_16) == 0x000609, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_6) == 0x00060C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_53) == 0x000610, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_53' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_19) == 0x000620, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_13) == 0x000628, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_21) == 0x000630, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_17) == 0x000631, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_54) == 0x000634, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_54' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_55) == 0x000644, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_55' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_31) == 0x000654, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_56) == 0x000658, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_56' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000668, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable) == 0x000670, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_57) == 0x000678, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_57' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldStateBool_ReturnValue) == 0x000688, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_Value) == 0x00068C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_20) == 0x000690, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateInt_ReturnValue) == 0x000698, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_22) == 0x0006A0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_18) == 0x0006A1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_1) == 0x0006A4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_58) == 0x0006AC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_58' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x0006BC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_4) == 0x0006BD, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_32) == 0x0006BE, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_59) == 0x0006C0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_59' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_5) == 0x0006D0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_21) == 0x0006D4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue_1) == 0x0006D8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObservePlayerInventoryItemCategoryCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_19) == 0x0006E0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_23) == 0x0006E1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x0006E8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_4) == 0x0006F0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_60) == 0x0006F4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_60' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_22) == 0x000704, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObservePlayerInventoryItemCount_ReturnValue_5) == 0x000708, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObservePlayerInventoryItemCount_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_24) == 0x000710, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_20) == 0x000711, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_2) == 0x000714, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_61) == 0x00071C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_61' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_3) == 0x000730, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldStateBool_ReturnValue_2) == 0x000740, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_object_Variable_2) == 0x000748, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_delegate_Variable) == 0x000758, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_3) == 0x000768, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_62) == 0x00076C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_62' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_33) == 0x00077C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_63) == 0x000780, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_63' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_2) == 0x000790, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_34) == 0x000791, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_64) == 0x000794, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_64' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_3) == 0x0007A4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_23) == 0x0007A8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_14) == 0x0007B0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_25) == 0x0007B8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_21) == 0x0007B9, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_1) == 0x0007BA, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_65) == 0x0007BC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_65' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_35) == 0x0007CC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_66) == 0x0007D0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_66' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue) == 0x0007E0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_36) == 0x0007E1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_67) == 0x0007E4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_67' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_2) == 0x0007F4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_24) == 0x0007F8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObservePlayerInventoryItemCount_ReturnValue_6) == 0x000800, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObservePlayerInventoryItemCount_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_26) == 0x000808, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_22) == 0x000809, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount_1) == 0x00080C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_68) == 0x000810, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_68' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_25) == 0x000820, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_15) == 0x000828, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_27) == 0x000830, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000831, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_NewCount) == 0x000834, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_69) == 0x000838, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_69' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Variable_26) == 0x000848, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveInventoryItemCount_ReturnValue_16) == 0x000850, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveInventoryItemCount_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_28) == 0x000858, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000859, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x000860, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_70) == 0x000868, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_70' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_4) == 0x000878, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_71) == 0x000880, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_71' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldStateBool_ReturnValue_3) == 0x000890, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldStateBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_5) == 0x000898, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_object_Variable_3) == 0x0008A8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_delegate_Variable_1) == 0x0008B8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_6) == 0x0008C8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_object_Variable_4) == 0x0008D8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_delegate_Variable_2) == 0x0008E8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_7) == 0x0008F8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue) == 0x000900, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue) == 0x000908, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue) == 0x000910, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000918, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_1) == 0x000920, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_29) == 0x000921, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_8) == 0x000924, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000930, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_1) == 0x000938, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_2) == 0x000940, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_30) == 0x000941, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_3) == 0x000948, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_3) == 0x000950, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_9) == 0x000954, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_4) == 0x000960, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_4) == 0x000968, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_2) == 0x000970, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_5) == 0x000978, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_5) == 0x000980, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_31) == 0x000981, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_10) == 0x000984, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_6) == 0x000990, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_3) == 0x000998, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_6) == 0x0009A0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_32) == 0x0009A1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_7) == 0x0009A8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_7) == 0x0009B0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_11) == 0x0009B4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_8) == 0x0009C0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_8) == 0x0009C8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_4) == 0x0009D0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_9) == 0x0009D8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_9) == 0x0009E0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_33) == 0x0009E1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_12) == 0x0009E4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_10) == 0x0009F0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_5) == 0x0009F8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_10) == 0x000A00, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_34) == 0x000A01, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_11) == 0x000A08, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_11) == 0x000A10, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_13) == 0x000A14, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_12) == 0x000A20, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_12) == 0x000A28, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_6) == 0x000A30, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_13) == 0x000A38, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_13) == 0x000A40, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_35) == 0x000A41, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_14) == 0x000A44, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_14) == 0x000A50, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_7) == 0x000A58, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_14) == 0x000A60, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_36) == 0x000A61, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_15) == 0x000A68, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_15) == 0x000A70, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_15) == 0x000A74, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_16) == 0x000A80, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_16) == 0x000A88, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_8) == 0x000A90, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_17) == 0x000A98, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_17) == 0x000AA0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_37) == 0x000AA1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_16) == 0x000AA4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_18) == 0x000AB0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_9) == 0x000AB8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_18) == 0x000AC0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_38) == 0x000AC1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_19) == 0x000AC8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_19) == 0x000AD0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_17) == 0x000AD4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_20) == 0x000AE0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_20) == 0x000AE8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_10) == 0x000AF0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_21) == 0x000AF8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_21) == 0x000B00, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_39) == 0x000B01, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_18) == 0x000B04, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_22) == 0x000B10, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_11) == 0x000B18, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_22) == 0x000B20, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_40) == 0x000B21, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_23) == 0x000B28, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_23) == 0x000B30, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_19) == 0x000B34, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_24) == 0x000B40, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_24) == 0x000B48, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_12) == 0x000B50, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_25) == 0x000B58, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_25) == 0x000B60, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_41) == 0x000B61, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_20) == 0x000B64, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_26) == 0x000B70, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_13) == 0x000B78, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_26) == 0x000B80, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_42) == 0x000B81, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_27) == 0x000B88, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_27) == 0x000B90, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_21) == 0x000B94, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_28) == 0x000BA0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_28) == 0x000BA8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_14) == 0x000BB0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_22) == 0x000BB8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_15) == 0x000BC0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_43) == 0x000BC8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_44) == 0x000BC9, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000BD0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_29) == 0x000BE0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Array_Length_ReturnValue) == 0x000BE8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_29) == 0x000BEC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_DynamicCast_AsInventory_Initializer_Interface) == 0x000BF0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_DynamicCast_AsInventory_Initializer_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_DynamicCast_bSuccess) == 0x000C00, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_23) == 0x000C04, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_35) == 0x000C0C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_16) == 0x000C10, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_45) == 0x000C18, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_ActionPointsLeft) == 0x000C1C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_ActionPointsLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_ActionPointsReserved) == 0x000C20, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_ActionPointsReserved' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000C24, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000C25, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000C26, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_RemoveFromPlayerInventory_ReturnValue) == 0x000C27, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_RemoveFromPlayerInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_30) == 0x000C28, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_24) == 0x000C30, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_17) == 0x000C38, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_72) == 0x000C40, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_72' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_46) == 0x000C50, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Array_Random_OutItem) == 0x000C51, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Array_Random_OutIndex) == 0x000C54, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_25) == 0x000C58, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_18) == 0x000C60, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_47) == 0x000C68, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_26) == 0x000C6C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_37) == 0x000C74, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_19) == 0x000C78, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_48) == 0x000C80, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_48' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_27) == 0x000C84, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_36) == 0x000C8C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_20) == 0x000C90, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_49) == 0x000C98, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_49' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_31) == 0x000CA0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldStateInt_ReturnValue) == 0x000CA8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_30) == 0x000CAC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Add_IntInt_ReturnValue) == 0x000CB0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_73) == 0x000CB4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_73' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x000CC4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_28) == 0x000CC8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Add_IntInt_ReturnValue_1) == 0x000CD0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_21) == 0x000CD8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_50) == 0x000CE0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_50' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_32) == 0x000CE8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetController_ReturnValue) == 0x000CF0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_IsUsing) == 0x000CF8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_IsUsing' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000D00, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_DynamicCast_bSuccess_1) == 0x000D08, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_38) == 0x000D09, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000D10, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Conv_StringToName_ReturnValue) == 0x000D20, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000D28, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_IsBeingUsed) == 0x000D29, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_IsBeingUsed' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_37) == 0x000D2A, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_33) == 0x000D30, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_31) == 0x000D38, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Loop_Counter_Variable) == 0x000D3C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_Instance) == 0x000D40, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Less_IntInt_ReturnValue) == 0x000D48, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Add_IntInt_ReturnValue_2) == 0x000D4C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_34) == 0x000D50, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_29) == 0x000D58, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_32) == 0x000D60, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_22) == 0x000D68, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_51) == 0x000D70, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_51' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetFirstPlayerInventoryItem_ReturnValue) == 0x000D78, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetFirstPlayerInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetFirstPlayerInventoryItem_ReturnValue_1) == 0x000DB0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetFirstPlayerInventoryItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_35) == 0x000DE8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_33) == 0x000DF0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_30) == 0x000DF4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_74) == 0x000DFC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_74' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_AddToPlayerInventory_ReturnValue) == 0x000E10, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_AddToPlayerInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_23) == 0x000E48, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_31) == 0x000E50, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_24) == 0x000E58, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_52) == 0x000E60, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_52' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_53) == 0x000E61, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_53' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_SetPendingLevel_PendingLevel) == 0x000E64, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_SetPendingLevel_PendingLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPendingLevel_PendingLevel) == 0x000E68, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPendingLevel_PendingLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_SetPendingLevel_PendingLevel_1) == 0x000E6C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_SetPendingLevel_PendingLevel_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Less_IntInt_ReturnValue_1) == 0x000E70, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Conv_IntToString_ReturnValue) == 0x000E78, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000E88, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetDataTableRowFromName_OutRow) == 0x000E90, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000E98, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_32) == 0x000E9C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_23) == 0x000EA4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_25) == 0x000EA8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_RemoveFromPlayerInventory_ReturnValue_1) == 0x000EB0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_RemoveFromPlayerInventory_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_54) == 0x000EB1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_54' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000EB8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_MathExpression_ReturnValue) == 0x000EC0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_39) == 0x000EC8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_FClamp_ReturnValue) == 0x000ED0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000ED8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_36) == 0x000EE0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_37) == 0x000EE8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_34) == 0x000EF0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_MakeStruct_InventoryItemFilter) == 0x000EF8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_MakeStruct_InventoryItemFilter' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_38) == 0x000FA0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetInventoryItems_ReturnValue) == 0x000FA8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetInventoryItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Array_Length_ReturnValue_1) == 0x000FB8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_MakeStruct_InventoryItemFilter_1) == 0x000FC0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_MakeStruct_InventoryItemFilter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x001068, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetInventoryItems_ReturnValue_1) == 0x001070, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetInventoryItems_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Array_Length_ReturnValue_2) == 0x001080, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x001084, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_75) == 0x001088, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_75' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_33) == 0x001098, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_34) == 0x0010A0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_26) == 0x0010A8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_27) == 0x0010B0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_55) == 0x0010B8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_55' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_56) == 0x0010B9, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_56' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_35) == 0x0010BC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_40) == 0x0010C4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_40' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_28) == 0x0010C8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_57) == 0x0010D0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_57' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_36) == 0x0010D4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_29) == 0x0010E0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_39) == 0x0010E8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_58) == 0x0010E9, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_58' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_37) == 0x0010EC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_30) == 0x0010F8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_59) == 0x001100, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_59' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_76) == 0x001104, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_76' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_38) == 0x001114, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_31) == 0x001120, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_41) == 0x001128, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_41' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_60) == 0x001129, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_60' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_39) == 0x00112C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_32) == 0x001138, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_40) == 0x001140, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_61) == 0x001141, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_61' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_77) == 0x001144, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_77' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_38) == 0x001158, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_DamagedActor) == 0x001160, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_Damage) == 0x001168, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_DamageType) == 0x001170, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_InstigatedBy) == 0x001178, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_DamageCauser) == 0x001180, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_40) == 0x001188, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_40' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x001190, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_DynamicCast_bSuccess_2) == 0x0011A0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x0011A1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_33) == 0x0011A8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_62) == 0x0011B0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_62' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_39) == 0x0011B8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_35) == 0x0011C0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x0011C4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x0011E4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_1) == 0x0011E5, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_41) == 0x0011E8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_41' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x0011F0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_34) == 0x0011F8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_63) == 0x001200, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_63' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldStateInt_ReturnValue_2) == 0x001204, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldStateInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_42) == 0x001208, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_42' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x001209, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_BooleanAND_ReturnValue) == 0x00120A, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetNamedLocationWorldLocation_Location) == 0x001210, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetNamedLocationWorldLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetNamedLocationWorldLocation_Rotation) == 0x001228, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetNamedLocationWorldLocation_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_40) == 0x001240, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_41) == 0x001248, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_36) == 0x001250, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_42) == 0x001254, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_42' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_RemoveFromPlayerInventory_ReturnValue_2) == 0x00125C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_RemoveFromPlayerInventory_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_35) == 0x001260, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_42) == 0x001268, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_64) == 0x001270, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_64' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_43) == 0x001278, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_HealthComponent) == 0x001280, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_Reason) == 0x001288, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetHealth_ReturnValue) == 0x001298, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_MakeStruct_FormatArgumentData) == 0x0012A0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetHealthPercentage_ReturnValue) == 0x0012E8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_MakeArray_Array) == 0x0012F0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Less_DoubleDouble_ReturnValue) == 0x001300, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Format_ReturnValue) == 0x001308, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_41) == 0x001318, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_44) == 0x001320, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_CJPostEvent_ReturnValue) == 0x001328, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_CJPostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_43) == 0x00132C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_43' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_AddToPlayerInventory_ReturnValue_1) == 0x001338, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_AddToPlayerInventory_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_36) == 0x001370, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_45) == 0x001378, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_37) == 0x001380, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_65) == 0x001381, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_65' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_46) == 0x001388, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_46' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_47) == 0x001390, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_47' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_38) == 0x001398, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_Handler) == 0x0013A0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_Handler' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_ActionID) == 0x0013A8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_ActionID' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_ActionType) == 0x0013B0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_ActionType' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_Status) == 0x0013B8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_Status' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_44) == 0x0013BC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_44' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_SwitchEnum_CmpSuccess_1) == 0x0013C4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0013C5, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_37) == 0x0013C8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_66) == 0x0013D0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_66' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_78) == 0x0013D4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_78' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsSameAIRequestID_ReturnValue) == 0x0013E4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsSameAIRequestID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsSameAIRequestID_ReturnValue_1) == 0x0013E5, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsSameAIRequestID_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_45) == 0x0013E8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_45' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_48) == 0x0013F0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_48' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_38) == 0x0013F8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_UnlockAchievement_ReturnValue_39) == 0x001400, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_UnlockAchievement_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_67) == 0x001401, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_67' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldStateNamedInt_ReturnValue_1) == 0x001404, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldStateNamedInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_2) == 0x001424, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldStateInt_ReturnValue_3) == 0x001428, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldStateInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_46) == 0x00142C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_46' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Add_IntInt_ReturnValue_3) == 0x001434, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_39) == 0x001438, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_bool_Variable_43) == 0x001440, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_bool_Variable_43' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_68) == 0x001441, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_68' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_AddToPlayerInventory_ReturnValue_2) == 0x001448, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_AddToPlayerInventory_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_AdrenalineComponent) == 0x001480, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_AdrenalineComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetAdrenalinePercent_ReturnValue) == 0x001488, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetAdrenalinePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_49) == 0x001490, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_49' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x001498, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_bValue_42) == 0x001499, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_bValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CustomEvent_InventoryItemAmount) == 0x0014A0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CustomEvent_InventoryItemAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_24) == 0x0014E0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_25) == 0x0014E1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_26) == 0x0014E2, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_27) == 0x0014E3, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_EqualEqual_SoftObjectReference_ReturnValue) == 0x0014E4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_EqualEqual_SoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetWorldStateInt_ReturnValue_4) == 0x0014E8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetWorldStateInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_BooleanAND_ReturnValue_1) == 0x0014EC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Add_IntInt_ReturnValue_4) == 0x0014F0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, K2Node_CreateDelegate_OutputDelegate_79) == 0x0014F4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::K2Node_CreateDelegate_OutputDelegate_79' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_47) == 0x001504, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_47' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_48) == 0x00150C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_48' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_40) == 0x001518, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_41) == 0x001520, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_69) == 0x001528, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_69' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_70) == 0x001529, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_70' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_int_Array_Index_Variable) == 0x00152C, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Array_Get_Item) == 0x001530, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x001538, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x001568, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_IntInt_ReturnValue_28) == 0x001569, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_IntInt_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_EqualEqual_SoftObjectReference_ReturnValue_1) == 0x00156A, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_EqualEqual_SoftObjectReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_BooleanAND_ReturnValue_2) == 0x00156B, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_AddToPlayerInventory_ReturnValue_3) == 0x001570, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_AddToPlayerInventory_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_EqualEqual_SoftObjectReference_ReturnValue_2) == 0x0015A8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_EqualEqual_SoftObjectReference_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_EqualEqual_SoftObjectReference_ReturnValue_3) == 0x0015A9, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_EqualEqual_SoftObjectReference_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_BooleanAND_ReturnValue_3) == 0x0015AA, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_BooleanAND_ReturnValue_4) == 0x0015AB, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_50) == 0x0015B0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_50' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetPlayingInstance_ReturnValue_51) == 0x0015B8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetPlayingInstance_ReturnValue_51' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_CJPostEvent_ReturnValue_1) == 0x0015C0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_CJPostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_GetVehicle_ReturnValue) == 0x0015C8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsVehicleDriver_ReturnValue) == 0x0015D0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsVehicleDriver_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsEngineStarted_ReturnValue) == 0x0015D1, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsEngineStarted_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_CJPostEvent_ReturnValue_2) == 0x0015D4, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_CJPostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_BooleanAND_ReturnValue_5) == 0x0015D8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, Temp_struct_Variable_49) == 0x0015DC, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::Temp_struct_Variable_49' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_ObserveWorldStateBool_ReturnValue_42) == 0x0015E8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_ObserveWorldStateBool_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_IsValid_ReturnValue_71) == 0x0015F0, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_IsValid_ReturnValue_71' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x0015F8, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x001600, "Member 'BP_Archetype_Component_C_ExecuteUbergraph_BP_Archetype_Component::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_FetchFinesse \ +static_assert(alignof(BP_Archetype_Component_C_FetchFinesse) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_FetchFinesse"); \ +static_assert(sizeof(BP_Archetype_Component_C_FetchFinesse) == 0x000090, "Wrong size on BP_Archetype_Component_C_FetchFinesse"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchFinesse, CurrentFinesse_0) == 0x000000, "Member 'BP_Archetype_Component_C_FetchFinesse::CurrentFinesse_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchFinesse, CallFunc_GetInventoryItemInstance_Result) == 0x000008, "Member 'BP_Archetype_Component_C_FetchFinesse::CallFunc_GetInventoryItemInstance_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchFinesse, CallFunc_GetInventoryItemInstance_ReturnValue) == 0x000010, "Member 'BP_Archetype_Component_C_FetchFinesse::CallFunc_GetInventoryItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchFinesse, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_Archetype_Component_C_FetchFinesse::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchFinesse, CallFunc_Get_Max_Value_MaxValue) == 0x000020, "Member 'BP_Archetype_Component_C_FetchFinesse::CallFunc_Get_Max_Value_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchFinesse, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_Archetype_Component_C_FetchFinesse::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchFinesse, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_Archetype_Component_C_FetchFinesse::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchFinesse, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_Archetype_Component_C_FetchFinesse::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_FetchLevel \ +static_assert(alignof(BP_Archetype_Component_C_FetchLevel) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_FetchLevel"); \ +static_assert(sizeof(BP_Archetype_Component_C_FetchLevel) == 0x000008, "Wrong size on BP_Archetype_Component_C_FetchLevel"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchLevel, CurrentLevel_0) == 0x000000, "Member 'BP_Archetype_Component_C_FetchLevel::CurrentLevel_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchLevel, CallFunc_Max_ReturnValue) == 0x000004, "Member 'BP_Archetype_Component_C_FetchLevel::CallFunc_Max_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_FetchPendingLevel \ +static_assert(alignof(BP_Archetype_Component_C_FetchPendingLevel) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_FetchPendingLevel"); \ +static_assert(sizeof(BP_Archetype_Component_C_FetchPendingLevel) == 0x000004, "Wrong size on BP_Archetype_Component_C_FetchPendingLevel"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchPendingLevel, PendingLevel_0) == 0x000000, "Member 'BP_Archetype_Component_C_FetchPendingLevel::PendingLevel_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_FetchPower \ +static_assert(alignof(BP_Archetype_Component_C_FetchPower) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_FetchPower"); \ +static_assert(sizeof(BP_Archetype_Component_C_FetchPower) == 0x000090, "Wrong size on BP_Archetype_Component_C_FetchPower"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchPower, CurrentPower_0) == 0x000000, "Member 'BP_Archetype_Component_C_FetchPower::CurrentPower_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchPower, CallFunc_GetInventoryItemInstance_Result) == 0x000008, "Member 'BP_Archetype_Component_C_FetchPower::CallFunc_GetInventoryItemInstance_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchPower, CallFunc_GetInventoryItemInstance_ReturnValue) == 0x000010, "Member 'BP_Archetype_Component_C_FetchPower::CallFunc_GetInventoryItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchPower, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_Archetype_Component_C_FetchPower::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchPower, CallFunc_Get_Max_Value_MaxValue) == 0x000020, "Member 'BP_Archetype_Component_C_FetchPower::CallFunc_Get_Max_Value_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchPower, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_Archetype_Component_C_FetchPower::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchPower, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_Archetype_Component_C_FetchPower::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_FetchPower, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_Archetype_Component_C_FetchPower::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnActionCompletedEvent_Event \ +static_assert(alignof(BP_Archetype_Component_C_OnActionCompletedEvent_Event) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_OnActionCompletedEvent_Event"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnActionCompletedEvent_Event) == 0x000020, "Wrong size on BP_Archetype_Component_C_OnActionCompletedEvent_Event"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnActionCompletedEvent_Event, Handler) == 0x000000, "Member 'BP_Archetype_Component_C_OnActionCompletedEvent_Event::Handler' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnActionCompletedEvent_Event, ActionID) == 0x000008, "Member 'BP_Archetype_Component_C_OnActionCompletedEvent_Event::ActionID' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnActionCompletedEvent_Event, ActionType) == 0x000010, "Member 'BP_Archetype_Component_C_OnActionCompletedEvent_Event::ActionType' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnActionCompletedEvent_Event, Status) == 0x000018, "Member 'BP_Archetype_Component_C_OnActionCompletedEvent_Event::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnAdrenalineChanged_Event \ +static_assert(alignof(BP_Archetype_Component_C_OnAdrenalineChanged_Event) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_OnAdrenalineChanged_Event"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnAdrenalineChanged_Event) == 0x000008, "Wrong size on BP_Archetype_Component_C_OnAdrenalineChanged_Event"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnAdrenalineChanged_Event, AdrenalineComponent) == 0x000000, "Member 'BP_Archetype_Component_C_OnAdrenalineChanged_Event::AdrenalineComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnAdrenalineUseChanged_Event \ +static_assert(alignof(BP_Archetype_Component_C_OnAdrenalineUseChanged_Event) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnAdrenalineUseChanged_Event"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnAdrenalineUseChanged_Event) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnAdrenalineUseChanged_Event"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnAdrenalineUseChanged_Event, IsBeingUsed) == 0x000000, "Member 'BP_Archetype_Component_C_OnAdrenalineUseChanged_Event::IsBeingUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnCompleted_C6E9FBBE4EBECFE0BD2C9DAB9F9B1AA5 \ +static_assert(alignof(BP_Archetype_Component_C_OnCompleted_C6E9FBBE4EBECFE0BD2C9DAB9F9B1AA5) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_OnCompleted_C6E9FBBE4EBECFE0BD2C9DAB9F9B1AA5"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnCompleted_C6E9FBBE4EBECFE0BD2C9DAB9F9B1AA5) == 0x000008, "Wrong size on BP_Archetype_Component_C_OnCompleted_C6E9FBBE4EBECFE0BD2C9DAB9F9B1AA5"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnCompleted_C6E9FBBE4EBECFE0BD2C9DAB9F9B1AA5, Preset) == 0x000000, "Member 'BP_Archetype_Component_C_OnCompleted_C6E9FBBE4EBECFE0BD2C9DAB9F9B1AA5::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnCompleted_E84E17774FE469BCC7C2EB8B239BBB9C \ +static_assert(alignof(BP_Archetype_Component_C_OnCompleted_E84E17774FE469BCC7C2EB8B239BBB9C) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_OnCompleted_E84E17774FE469BCC7C2EB8B239BBB9C"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnCompleted_E84E17774FE469BCC7C2EB8B239BBB9C) == 0x000008, "Wrong size on BP_Archetype_Component_C_OnCompleted_E84E17774FE469BCC7C2EB8B239BBB9C"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnCompleted_E84E17774FE469BCC7C2EB8B239BBB9C, Preset) == 0x000000, "Member 'BP_Archetype_Component_C_OnCompleted_E84E17774FE469BCC7C2EB8B239BBB9C::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnHealthChanged_Event \ +static_assert(alignof(BP_Archetype_Component_C_OnHealthChanged_Event) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_OnHealthChanged_Event"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnHealthChanged_Event) == 0x000018, "Wrong size on BP_Archetype_Component_C_OnHealthChanged_Event"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnHealthChanged_Event, HealthComponent) == 0x000000, "Member 'BP_Archetype_Component_C_OnHealthChanged_Event::HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnHealthChanged_Event, Reason) == 0x000008, "Member 'BP_Archetype_Component_C_OnHealthChanged_Event::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCategoryCountUpdated_018C9CC644A5081F1EC36F90335B0C28 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCategoryCountUpdated_018C9CC644A5081F1EC36F90335B0C28) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCategoryCountUpdated_018C9CC644A5081F1EC36F90335B0C28"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCategoryCountUpdated_018C9CC644A5081F1EC36F90335B0C28) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCategoryCountUpdated_018C9CC644A5081F1EC36F90335B0C28"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCategoryCountUpdated_018C9CC644A5081F1EC36F90335B0C28, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCategoryCountUpdated_018C9CC644A5081F1EC36F90335B0C28::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCategoryCountUpdated_9439AED747FBC7A08F2B168BADD0C888 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCategoryCountUpdated_9439AED747FBC7A08F2B168BADD0C888) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCategoryCountUpdated_9439AED747FBC7A08F2B168BADD0C888"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCategoryCountUpdated_9439AED747FBC7A08F2B168BADD0C888) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCategoryCountUpdated_9439AED747FBC7A08F2B168BADD0C888"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCategoryCountUpdated_9439AED747FBC7A08F2B168BADD0C888, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCategoryCountUpdated_9439AED747FBC7A08F2B168BADD0C888::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_1D5B0BF5415F946380AEF3BE1DFD72FE \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_1D5B0BF5415F946380AEF3BE1DFD72FE) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_1D5B0BF5415F946380AEF3BE1DFD72FE"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_1D5B0BF5415F946380AEF3BE1DFD72FE) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_1D5B0BF5415F946380AEF3BE1DFD72FE"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_1D5B0BF5415F946380AEF3BE1DFD72FE, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_1D5B0BF5415F946380AEF3BE1DFD72FE::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_239C85B9481DD6BDD34802B4B449D70C \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_239C85B9481DD6BDD34802B4B449D70C) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_239C85B9481DD6BDD34802B4B449D70C"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_239C85B9481DD6BDD34802B4B449D70C) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_239C85B9481DD6BDD34802B4B449D70C"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_239C85B9481DD6BDD34802B4B449D70C, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_239C85B9481DD6BDD34802B4B449D70C::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_35F8A5634FB6FD22A4370B92BF2EC19C \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_35F8A5634FB6FD22A4370B92BF2EC19C) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_35F8A5634FB6FD22A4370B92BF2EC19C"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_35F8A5634FB6FD22A4370B92BF2EC19C) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_35F8A5634FB6FD22A4370B92BF2EC19C"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_35F8A5634FB6FD22A4370B92BF2EC19C, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_35F8A5634FB6FD22A4370B92BF2EC19C::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_3E4E91F14B88A5678D26928A290F4232 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_3E4E91F14B88A5678D26928A290F4232) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_3E4E91F14B88A5678D26928A290F4232"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_3E4E91F14B88A5678D26928A290F4232) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_3E4E91F14B88A5678D26928A290F4232"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_3E4E91F14B88A5678D26928A290F4232, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_3E4E91F14B88A5678D26928A290F4232::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_4B1B5C804875E0B2AC691CBDC76A21C3 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_4B1B5C804875E0B2AC691CBDC76A21C3) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_4B1B5C804875E0B2AC691CBDC76A21C3"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_4B1B5C804875E0B2AC691CBDC76A21C3) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_4B1B5C804875E0B2AC691CBDC76A21C3"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_4B1B5C804875E0B2AC691CBDC76A21C3, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_4B1B5C804875E0B2AC691CBDC76A21C3::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_5EB0017E4BC187CC26586A818C7B73F5 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_5EB0017E4BC187CC26586A818C7B73F5) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_5EB0017E4BC187CC26586A818C7B73F5"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_5EB0017E4BC187CC26586A818C7B73F5) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_5EB0017E4BC187CC26586A818C7B73F5"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_5EB0017E4BC187CC26586A818C7B73F5, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_5EB0017E4BC187CC26586A818C7B73F5::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_60BEE6EB4BD0DFB30A147D970B42459C \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_60BEE6EB4BD0DFB30A147D970B42459C) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_60BEE6EB4BD0DFB30A147D970B42459C"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_60BEE6EB4BD0DFB30A147D970B42459C) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_60BEE6EB4BD0DFB30A147D970B42459C"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_60BEE6EB4BD0DFB30A147D970B42459C, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_60BEE6EB4BD0DFB30A147D970B42459C::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_67FA74C045AE9D1DDC7FA5815AA5814D \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_67FA74C045AE9D1DDC7FA5815AA5814D) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_67FA74C045AE9D1DDC7FA5815AA5814D"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_67FA74C045AE9D1DDC7FA5815AA5814D) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_67FA74C045AE9D1DDC7FA5815AA5814D"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_67FA74C045AE9D1DDC7FA5815AA5814D, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_67FA74C045AE9D1DDC7FA5815AA5814D::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_69DD8F2745749AF92074F6BF4C6B194D \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_69DD8F2745749AF92074F6BF4C6B194D) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_69DD8F2745749AF92074F6BF4C6B194D"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_69DD8F2745749AF92074F6BF4C6B194D) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_69DD8F2745749AF92074F6BF4C6B194D"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_69DD8F2745749AF92074F6BF4C6B194D, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_69DD8F2745749AF92074F6BF4C6B194D::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_6E3455AF40C029105776559C43B26131 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_6E3455AF40C029105776559C43B26131) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_6E3455AF40C029105776559C43B26131"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_6E3455AF40C029105776559C43B26131) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_6E3455AF40C029105776559C43B26131"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_6E3455AF40C029105776559C43B26131, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_6E3455AF40C029105776559C43B26131::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_86570CC64C82229985324684C743222B \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_86570CC64C82229985324684C743222B) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_86570CC64C82229985324684C743222B"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_86570CC64C82229985324684C743222B) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_86570CC64C82229985324684C743222B"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_86570CC64C82229985324684C743222B, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_86570CC64C82229985324684C743222B::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_877FE4054A1FB88E50EA0185A2EB4AEB \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_877FE4054A1FB88E50EA0185A2EB4AEB) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_877FE4054A1FB88E50EA0185A2EB4AEB"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_877FE4054A1FB88E50EA0185A2EB4AEB) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_877FE4054A1FB88E50EA0185A2EB4AEB"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_877FE4054A1FB88E50EA0185A2EB4AEB, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_877FE4054A1FB88E50EA0185A2EB4AEB::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_90E13CC54AD3E7CD576847AA25E0EA8A \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_90E13CC54AD3E7CD576847AA25E0EA8A) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_90E13CC54AD3E7CD576847AA25E0EA8A"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_90E13CC54AD3E7CD576847AA25E0EA8A) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_90E13CC54AD3E7CD576847AA25E0EA8A"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_90E13CC54AD3E7CD576847AA25E0EA8A, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_90E13CC54AD3E7CD576847AA25E0EA8A::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_936F37704BD42C1DA466BA8DB4B145F5 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_936F37704BD42C1DA466BA8DB4B145F5) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_936F37704BD42C1DA466BA8DB4B145F5"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_936F37704BD42C1DA466BA8DB4B145F5) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_936F37704BD42C1DA466BA8DB4B145F5"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_936F37704BD42C1DA466BA8DB4B145F5, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_936F37704BD42C1DA466BA8DB4B145F5::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_9B95CFEE4F532F83A050E48969010E86 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_9B95CFEE4F532F83A050E48969010E86) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_9B95CFEE4F532F83A050E48969010E86"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_9B95CFEE4F532F83A050E48969010E86) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_9B95CFEE4F532F83A050E48969010E86"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_9B95CFEE4F532F83A050E48969010E86, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_9B95CFEE4F532F83A050E48969010E86::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_A13867DD487B27FC602563A3A997E3DF \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_A13867DD487B27FC602563A3A997E3DF) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_A13867DD487B27FC602563A3A997E3DF"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_A13867DD487B27FC602563A3A997E3DF) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_A13867DD487B27FC602563A3A997E3DF"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_A13867DD487B27FC602563A3A997E3DF, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_A13867DD487B27FC602563A3A997E3DF::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_BC5BE33E44C1DF8FC47E5FB0B2350FB4 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_BC5BE33E44C1DF8FC47E5FB0B2350FB4) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_BC5BE33E44C1DF8FC47E5FB0B2350FB4"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_BC5BE33E44C1DF8FC47E5FB0B2350FB4) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_BC5BE33E44C1DF8FC47E5FB0B2350FB4"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_BC5BE33E44C1DF8FC47E5FB0B2350FB4, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_BC5BE33E44C1DF8FC47E5FB0B2350FB4::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_BCE94B804F51E421188371BE4F61B714 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_BCE94B804F51E421188371BE4F61B714) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_BCE94B804F51E421188371BE4F61B714"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_BCE94B804F51E421188371BE4F61B714) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_BCE94B804F51E421188371BE4F61B714"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_BCE94B804F51E421188371BE4F61B714, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_BCE94B804F51E421188371BE4F61B714::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_C3B518D149DD0E3E3E7558A4EDA1240F \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_C3B518D149DD0E3E3E7558A4EDA1240F) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_C3B518D149DD0E3E3E7558A4EDA1240F"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_C3B518D149DD0E3E3E7558A4EDA1240F) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_C3B518D149DD0E3E3E7558A4EDA1240F"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_C3B518D149DD0E3E3E7558A4EDA1240F, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_C3B518D149DD0E3E3E7558A4EDA1240F::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_DE018B774F5DAFDC8CF4CB922C013B8F \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_DE018B774F5DAFDC8CF4CB922C013B8F) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_DE018B774F5DAFDC8CF4CB922C013B8F"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_DE018B774F5DAFDC8CF4CB922C013B8F) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_DE018B774F5DAFDC8CF4CB922C013B8F"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_DE018B774F5DAFDC8CF4CB922C013B8F, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_DE018B774F5DAFDC8CF4CB922C013B8F::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_E820782C4A5BE0BE8E8A24BA9DFA0114 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_E820782C4A5BE0BE8E8A24BA9DFA0114) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_E820782C4A5BE0BE8E8A24BA9DFA0114"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_E820782C4A5BE0BE8E8A24BA9DFA0114) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_E820782C4A5BE0BE8E8A24BA9DFA0114"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_E820782C4A5BE0BE8E8A24BA9DFA0114, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_E820782C4A5BE0BE8E8A24BA9DFA0114::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_E879858F45A4479A4C6B43B2BE1845E3 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_E879858F45A4479A4C6B43B2BE1845E3) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_E879858F45A4479A4C6B43B2BE1845E3"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_E879858F45A4479A4C6B43B2BE1845E3) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_E879858F45A4479A4C6B43B2BE1845E3"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_E879858F45A4479A4C6B43B2BE1845E3, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_E879858F45A4479A4C6B43B2BE1845E3::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_EBDBCCDB43C0CF8F728D1C89A70DAC79 \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_EBDBCCDB43C0CF8F728D1C89A70DAC79) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_EBDBCCDB43C0CF8F728D1C89A70DAC79"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_EBDBCCDB43C0CF8F728D1C89A70DAC79) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_EBDBCCDB43C0CF8F728D1C89A70DAC79"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_EBDBCCDB43C0CF8F728D1C89A70DAC79, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_EBDBCCDB43C0CF8F728D1C89A70DAC79::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnItemCountUpdated_EE53A2CD44A82BBA3FE42793C21AE0FB \ +static_assert(alignof(BP_Archetype_Component_C_OnItemCountUpdated_EE53A2CD44A82BBA3FE42793C21AE0FB) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnItemCountUpdated_EE53A2CD44A82BBA3FE42793C21AE0FB"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnItemCountUpdated_EE53A2CD44A82BBA3FE42793C21AE0FB) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnItemCountUpdated_EE53A2CD44A82BBA3FE42793C21AE0FB"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnItemCountUpdated_EE53A2CD44A82BBA3FE42793C21AE0FB, NewCount) == 0x000000, "Member 'BP_Archetype_Component_C_OnItemCountUpdated_EE53A2CD44A82BBA3FE42793C21AE0FB::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnModifyDamageDealt \ +static_assert(alignof(BP_Archetype_Component_C_OnModifyDamageDealt) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_OnModifyDamageDealt"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnModifyDamageDealt) == 0x000360, "Wrong size on BP_Archetype_Component_C_OnModifyDamageDealt"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, Damage) == 0x000000, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, ReturnValue) == 0x000040, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, HealthDamage) == 0x000048, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::HealthDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, PosDamage) == 0x000050, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::PosDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, BonuPosDmgAmt) == 0x000058, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::BonuPosDmgAmt' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, BonusDmgAmt) == 0x000060, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::BonusDmgAmt' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_GetPosturePercentage_ReturnValue) == 0x000068, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_GetPosturePercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, K2Node_MathExpression_ReturnValue) == 0x000070, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000078, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_MapRangeClamped_ReturnValue) == 0x000080, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, Temp_int_Array_Index_Variable) == 0x000088, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_FetchFinesse_CurrentFinesse) == 0x0000D8, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_FetchFinesse_CurrentFinesse' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000E8, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000F0, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, Temp_int_Loop_Counter_Variable) == 0x0000F8, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000100, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, K2Node_MakeStruct_FormatArgumentData_1) == 0x000108, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Add_IntInt_ReturnValue) == 0x000150, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_FetchPower_CurrentPower) == 0x000158, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_FetchPower_CurrentPower' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000160, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000168, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000170, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, Temp_struct_Variable) == 0x000178, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000180, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000188, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_GetWorldStateBool_ReturnValue) == 0x000190, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, K2Node_MakeStruct_FormatArgumentData_2) == 0x000198, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, K2Node_MakeArray_Array) == 0x0001E0, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, K2Node_MakeStruct_InventoryItemFilter) == 0x0001F0, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::K2Node_MakeStruct_InventoryItemFilter' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Format_ReturnValue) == 0x000298, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_GetInventoryItems_ReturnValue) == 0x0002A8, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_GetInventoryItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Array_Get_Item) == 0x0002B8, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Array_Length_ReturnValue) == 0x0002F0, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_GetItemInstance_Result) == 0x0002F4, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_GetItemInstance_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_GetItemInstance_ReturnValue) == 0x0002F8, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_GetItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Less_IntInt_ReturnValue) == 0x000300, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, K2Node_DynamicCast_AsBPI_Skill_Deal_Damage_Multiplier) == 0x000308, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::K2Node_DynamicCast_AsBPI_Skill_Deal_Damage_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, K2Node_DynamicCast_bSuccess) == 0x000318, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_GetDealDamageMultiplier_HealthDamageMultiplier) == 0x000320, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_GetDealDamageMultiplier_HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_GetDealDamageMultiplier_PostureDamageMultiplier) == 0x000328, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_GetDealDamageMultiplier_PostureDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, K2Node_SwitchEnum_CmpSuccess) == 0x000330, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000338, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Add_DoubleDouble_ReturnValue_3) == 0x000340, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Add_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000348, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000350, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyDamageDealt, K2Node_MathExpression_Pos_ImplicitCast) == 0x000358, "Member 'BP_Archetype_Component_C_OnModifyDamageDealt::K2Node_MathExpression_Pos_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnModifyTakeDamage \ +static_assert(alignof(BP_Archetype_Component_C_OnModifyTakeDamage) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_OnModifyTakeDamage"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnModifyTakeDamage) == 0x0001C8, "Wrong size on BP_Archetype_Component_C_OnModifyTakeDamage"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, Damage) == 0x000000, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, HealthDamage) == 0x000040, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::HealthDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, PosDamage) == 0x000048, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::PosDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, BonuPosDmgAmt) == 0x000050, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::BonuPosDmgAmt' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, BonusDmgAmt) == 0x000058, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::BonusDmgAmt' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, CallFunc_GetPlayingInstance_ReturnValue) == 0x000070, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, K2Node_MakeStruct_InventoryItemFilter) == 0x000078, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::K2Node_MakeStruct_InventoryItemFilter' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, CallFunc_GetInventoryItems_ReturnValue) == 0x000120, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::CallFunc_GetInventoryItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, CallFunc_Array_Length_ReturnValue) == 0x000130, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, CallFunc_Array_Get_Item) == 0x000138, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, CallFunc_Less_IntInt_ReturnValue) == 0x000170, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, CallFunc_GetItemInstance_Result) == 0x000171, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::CallFunc_GetItemInstance_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, CallFunc_GetItemInstance_ReturnValue) == 0x000178, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::CallFunc_GetItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, K2Node_DynamicCast_AsBPI_Skill_Take_Damage_Multiplier) == 0x000180, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::K2Node_DynamicCast_AsBPI_Skill_Take_Damage_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, K2Node_DynamicCast_bSuccess) == 0x000190, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, K2Node_SwitchEnum_CmpSuccess) == 0x000191, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, CallFunc_GetTakeDamageMultiplier_HealthDamageMultiplier) == 0x000198, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::CallFunc_GetTakeDamageMultiplier_HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, CallFunc_GetTakeDamageMultiplier_PostureDamageMultiplier) == 0x0001A0, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::CallFunc_GetTakeDamageMultiplier_PostureDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001A8, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, K2Node_FunctionResult_HealthDamage_ImplicitCast) == 0x0001B0, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::K2Node_FunctionResult_HealthDamage_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, K2Node_FunctionResult_PosDamage_ImplicitCast) == 0x0001B8, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::K2Node_FunctionResult_PosDamage_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnModifyTakeDamage, K2Node_VariableSet_DefaultDamageMultiplier_ImplicitCast) == 0x0001C0, "Member 'BP_Archetype_Component_C_OnModifyTakeDamage::K2Node_VariableSet_DefaultDamageMultiplier_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnTakeAnyDamage_Event \ +static_assert(alignof(BP_Archetype_Component_C_OnTakeAnyDamage_Event) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_OnTakeAnyDamage_Event"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnTakeAnyDamage_Event) == 0x000028, "Wrong size on BP_Archetype_Component_C_OnTakeAnyDamage_Event"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnTakeAnyDamage_Event, DamagedActor) == 0x000000, "Member 'BP_Archetype_Component_C_OnTakeAnyDamage_Event::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnTakeAnyDamage_Event, Damage) == 0x000008, "Member 'BP_Archetype_Component_C_OnTakeAnyDamage_Event::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnTakeAnyDamage_Event, DamageType) == 0x000010, "Member 'BP_Archetype_Component_C_OnTakeAnyDamage_Event::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnTakeAnyDamage_Event, InstigatedBy) == 0x000018, "Member 'BP_Archetype_Component_C_OnTakeAnyDamage_Event::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnTakeAnyDamage_Event, DamageCauser) == 0x000020, "Member 'BP_Archetype_Component_C_OnTakeAnyDamage_Event::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_012C169845632FC24D15DC8D0F17254C \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_012C169845632FC24D15DC8D0F17254C) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_012C169845632FC24D15DC8D0F17254C"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_012C169845632FC24D15DC8D0F17254C) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_012C169845632FC24D15DC8D0F17254C"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_012C169845632FC24D15DC8D0F17254C, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_012C169845632FC24D15DC8D0F17254C::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_0DAC5F6445BC20E57433C497F093061B \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_0DAC5F6445BC20E57433C497F093061B) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_0DAC5F6445BC20E57433C497F093061B"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_0DAC5F6445BC20E57433C497F093061B) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_0DAC5F6445BC20E57433C497F093061B"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_0DAC5F6445BC20E57433C497F093061B, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_0DAC5F6445BC20E57433C497F093061B::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_13A59BED48294F735B764C8CA481052E \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_13A59BED48294F735B764C8CA481052E) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_13A59BED48294F735B764C8CA481052E"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_13A59BED48294F735B764C8CA481052E) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_13A59BED48294F735B764C8CA481052E"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_13A59BED48294F735B764C8CA481052E, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_13A59BED48294F735B764C8CA481052E::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_13CFA3AB4AB46C506D3DEA8E8ECF2473 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_13CFA3AB4AB46C506D3DEA8E8ECF2473) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_13CFA3AB4AB46C506D3DEA8E8ECF2473"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_13CFA3AB4AB46C506D3DEA8E8ECF2473) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_13CFA3AB4AB46C506D3DEA8E8ECF2473"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_13CFA3AB4AB46C506D3DEA8E8ECF2473, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_13CFA3AB4AB46C506D3DEA8E8ECF2473::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_1533E8964ED3E40A5F433DB52C1A00E6 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_1533E8964ED3E40A5F433DB52C1A00E6) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_1533E8964ED3E40A5F433DB52C1A00E6"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_1533E8964ED3E40A5F433DB52C1A00E6) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_1533E8964ED3E40A5F433DB52C1A00E6"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_1533E8964ED3E40A5F433DB52C1A00E6, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_1533E8964ED3E40A5F433DB52C1A00E6::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_1655CF65496576C27F83BC929D8FF62D \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_1655CF65496576C27F83BC929D8FF62D) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_1655CF65496576C27F83BC929D8FF62D"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_1655CF65496576C27F83BC929D8FF62D) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_1655CF65496576C27F83BC929D8FF62D"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_1655CF65496576C27F83BC929D8FF62D, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_1655CF65496576C27F83BC929D8FF62D::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_19AA446C4D84F3E7D418D2BF91014583 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_19AA446C4D84F3E7D418D2BF91014583) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_19AA446C4D84F3E7D418D2BF91014583"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_19AA446C4D84F3E7D418D2BF91014583) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_19AA446C4D84F3E7D418D2BF91014583"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_19AA446C4D84F3E7D418D2BF91014583, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_19AA446C4D84F3E7D418D2BF91014583::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_1FAE221B4F0B6CA2870715926D3C40CD \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_1FAE221B4F0B6CA2870715926D3C40CD) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_1FAE221B4F0B6CA2870715926D3C40CD"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_1FAE221B4F0B6CA2870715926D3C40CD) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_1FAE221B4F0B6CA2870715926D3C40CD"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_1FAE221B4F0B6CA2870715926D3C40CD, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_1FAE221B4F0B6CA2870715926D3C40CD::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_23C8770F49CCF7F4EA96C1948AECFA3F \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_23C8770F49CCF7F4EA96C1948AECFA3F) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_23C8770F49CCF7F4EA96C1948AECFA3F"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_23C8770F49CCF7F4EA96C1948AECFA3F) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_23C8770F49CCF7F4EA96C1948AECFA3F"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_23C8770F49CCF7F4EA96C1948AECFA3F, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_23C8770F49CCF7F4EA96C1948AECFA3F::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_314717D348BEB780DCD630A7AAE5BF67 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_314717D348BEB780DCD630A7AAE5BF67) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_314717D348BEB780DCD630A7AAE5BF67"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_314717D348BEB780DCD630A7AAE5BF67) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_314717D348BEB780DCD630A7AAE5BF67"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_314717D348BEB780DCD630A7AAE5BF67, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_314717D348BEB780DCD630A7AAE5BF67::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_5130235648B756FC904C6EBD3F035B6E \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_5130235648B756FC904C6EBD3F035B6E) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_5130235648B756FC904C6EBD3F035B6E"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_5130235648B756FC904C6EBD3F035B6E) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_5130235648B756FC904C6EBD3F035B6E"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_5130235648B756FC904C6EBD3F035B6E, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_5130235648B756FC904C6EBD3F035B6E::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_587AD2AC44106205725AF78F6CF5EE4A \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_587AD2AC44106205725AF78F6CF5EE4A) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_587AD2AC44106205725AF78F6CF5EE4A"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_587AD2AC44106205725AF78F6CF5EE4A) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_587AD2AC44106205725AF78F6CF5EE4A"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_587AD2AC44106205725AF78F6CF5EE4A, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_587AD2AC44106205725AF78F6CF5EE4A::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_5AF2D21A49E890F76621C8A4F266F314 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_5AF2D21A49E890F76621C8A4F266F314) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_5AF2D21A49E890F76621C8A4F266F314"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_5AF2D21A49E890F76621C8A4F266F314) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_5AF2D21A49E890F76621C8A4F266F314"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_5AF2D21A49E890F76621C8A4F266F314, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_5AF2D21A49E890F76621C8A4F266F314::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_5C005906412294261AB81E856418AB54 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_5C005906412294261AB81E856418AB54) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_5C005906412294261AB81E856418AB54"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_5C005906412294261AB81E856418AB54) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_5C005906412294261AB81E856418AB54"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_5C005906412294261AB81E856418AB54, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_5C005906412294261AB81E856418AB54::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_67AFAD6A456241779F2C75AD4855B837 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_67AFAD6A456241779F2C75AD4855B837) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_67AFAD6A456241779F2C75AD4855B837"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_67AFAD6A456241779F2C75AD4855B837) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_67AFAD6A456241779F2C75AD4855B837"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_67AFAD6A456241779F2C75AD4855B837, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_67AFAD6A456241779F2C75AD4855B837::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_6CC3A5F64C1C705F87FA8FB2F30D2BE2 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_6CC3A5F64C1C705F87FA8FB2F30D2BE2) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_6CC3A5F64C1C705F87FA8FB2F30D2BE2"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_6CC3A5F64C1C705F87FA8FB2F30D2BE2) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_6CC3A5F64C1C705F87FA8FB2F30D2BE2"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_6CC3A5F64C1C705F87FA8FB2F30D2BE2, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_6CC3A5F64C1C705F87FA8FB2F30D2BE2::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_723A2557447F01E906CE37A275F44588 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_723A2557447F01E906CE37A275F44588) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_723A2557447F01E906CE37A275F44588"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_723A2557447F01E906CE37A275F44588) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_723A2557447F01E906CE37A275F44588"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_723A2557447F01E906CE37A275F44588, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_723A2557447F01E906CE37A275F44588::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_89116C534313E85816E66FA5E49DFC89 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_89116C534313E85816E66FA5E49DFC89) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_89116C534313E85816E66FA5E49DFC89"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_89116C534313E85816E66FA5E49DFC89) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_89116C534313E85816E66FA5E49DFC89"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_89116C534313E85816E66FA5E49DFC89, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_89116C534313E85816E66FA5E49DFC89::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_8D3FEB6241973225FFE340996FDC0907 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_8D3FEB6241973225FFE340996FDC0907) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_8D3FEB6241973225FFE340996FDC0907"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_8D3FEB6241973225FFE340996FDC0907) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_8D3FEB6241973225FFE340996FDC0907"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_8D3FEB6241973225FFE340996FDC0907, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_8D3FEB6241973225FFE340996FDC0907::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_8D9CB3574076046672C73CBCF72E1478 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_8D9CB3574076046672C73CBCF72E1478) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_8D9CB3574076046672C73CBCF72E1478"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_8D9CB3574076046672C73CBCF72E1478) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_8D9CB3574076046672C73CBCF72E1478"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_8D9CB3574076046672C73CBCF72E1478, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_8D9CB3574076046672C73CBCF72E1478::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_8DE0ACCD4E3EB571C02CC4BCF4F6B667 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_8DE0ACCD4E3EB571C02CC4BCF4F6B667) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_8DE0ACCD4E3EB571C02CC4BCF4F6B667"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_8DE0ACCD4E3EB571C02CC4BCF4F6B667) == 0x000004, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_8DE0ACCD4E3EB571C02CC4BCF4F6B667"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_8DE0ACCD4E3EB571C02CC4BCF4F6B667, Value) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_8DE0ACCD4E3EB571C02CC4BCF4F6B667::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_916F497E4CFFBDA8936EF6A5883F9D1E \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_916F497E4CFFBDA8936EF6A5883F9D1E) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_916F497E4CFFBDA8936EF6A5883F9D1E"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_916F497E4CFFBDA8936EF6A5883F9D1E) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_916F497E4CFFBDA8936EF6A5883F9D1E"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_916F497E4CFFBDA8936EF6A5883F9D1E, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_916F497E4CFFBDA8936EF6A5883F9D1E::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_9207A0D44B76B4138B10D9AF11067EAE \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_9207A0D44B76B4138B10D9AF11067EAE) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_9207A0D44B76B4138B10D9AF11067EAE"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_9207A0D44B76B4138B10D9AF11067EAE) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_9207A0D44B76B4138B10D9AF11067EAE"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_9207A0D44B76B4138B10D9AF11067EAE, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_9207A0D44B76B4138B10D9AF11067EAE::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_931B75974E535279F74752B94C54EE5C \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_931B75974E535279F74752B94C54EE5C) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_931B75974E535279F74752B94C54EE5C"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_931B75974E535279F74752B94C54EE5C) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_931B75974E535279F74752B94C54EE5C"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_931B75974E535279F74752B94C54EE5C, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_931B75974E535279F74752B94C54EE5C::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_9429CA3E48A5CFE6F62AEAA6D43C9369 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_9429CA3E48A5CFE6F62AEAA6D43C9369) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_9429CA3E48A5CFE6F62AEAA6D43C9369"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_9429CA3E48A5CFE6F62AEAA6D43C9369) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_9429CA3E48A5CFE6F62AEAA6D43C9369"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_9429CA3E48A5CFE6F62AEAA6D43C9369, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_9429CA3E48A5CFE6F62AEAA6D43C9369::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_96DE71B241EF1A84964175B6E1712F8F \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_96DE71B241EF1A84964175B6E1712F8F) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_96DE71B241EF1A84964175B6E1712F8F"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_96DE71B241EF1A84964175B6E1712F8F) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_96DE71B241EF1A84964175B6E1712F8F"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_96DE71B241EF1A84964175B6E1712F8F, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_96DE71B241EF1A84964175B6E1712F8F::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_9A22926944C19E3E1D965C92712696A3 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_9A22926944C19E3E1D965C92712696A3) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_9A22926944C19E3E1D965C92712696A3"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_9A22926944C19E3E1D965C92712696A3) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_9A22926944C19E3E1D965C92712696A3"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_9A22926944C19E3E1D965C92712696A3, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_9A22926944C19E3E1D965C92712696A3::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_A031FEE1408DB3B31040368435E76F45 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_A031FEE1408DB3B31040368435E76F45) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_A031FEE1408DB3B31040368435E76F45"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_A031FEE1408DB3B31040368435E76F45) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_A031FEE1408DB3B31040368435E76F45"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_A031FEE1408DB3B31040368435E76F45, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_A031FEE1408DB3B31040368435E76F45::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_A3529BBE4F104293652CA28912D006C8 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_A3529BBE4F104293652CA28912D006C8) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_A3529BBE4F104293652CA28912D006C8"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_A3529BBE4F104293652CA28912D006C8) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_A3529BBE4F104293652CA28912D006C8"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_A3529BBE4F104293652CA28912D006C8, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_A3529BBE4F104293652CA28912D006C8::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_A955DECE40A1F592D34C79BD30388E14 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_A955DECE40A1F592D34C79BD30388E14) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_A955DECE40A1F592D34C79BD30388E14"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_A955DECE40A1F592D34C79BD30388E14) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_A955DECE40A1F592D34C79BD30388E14"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_A955DECE40A1F592D34C79BD30388E14, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_A955DECE40A1F592D34C79BD30388E14::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_AF410A044478592F0AB4A7B12C03E867 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_AF410A044478592F0AB4A7B12C03E867) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_AF410A044478592F0AB4A7B12C03E867"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_AF410A044478592F0AB4A7B12C03E867) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_AF410A044478592F0AB4A7B12C03E867"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_AF410A044478592F0AB4A7B12C03E867, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_AF410A044478592F0AB4A7B12C03E867::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_B2AE99EA485094199B5B42986E095E27 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_B2AE99EA485094199B5B42986E095E27) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_B2AE99EA485094199B5B42986E095E27"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_B2AE99EA485094199B5B42986E095E27) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_B2AE99EA485094199B5B42986E095E27"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_B2AE99EA485094199B5B42986E095E27, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_B2AE99EA485094199B5B42986E095E27::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_B39CA42D41C724DBF82115963FEFAE56 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_B39CA42D41C724DBF82115963FEFAE56) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_B39CA42D41C724DBF82115963FEFAE56"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_B39CA42D41C724DBF82115963FEFAE56) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_B39CA42D41C724DBF82115963FEFAE56"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_B39CA42D41C724DBF82115963FEFAE56, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_B39CA42D41C724DBF82115963FEFAE56::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_BC82DC43442B54E0645261B0EC9C58AC \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_BC82DC43442B54E0645261B0EC9C58AC) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_BC82DC43442B54E0645261B0EC9C58AC"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_BC82DC43442B54E0645261B0EC9C58AC) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_BC82DC43442B54E0645261B0EC9C58AC"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_BC82DC43442B54E0645261B0EC9C58AC, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_BC82DC43442B54E0645261B0EC9C58AC::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_C47422254CF54C40717B18BBA7FD1D60 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_C47422254CF54C40717B18BBA7FD1D60) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_C47422254CF54C40717B18BBA7FD1D60"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_C47422254CF54C40717B18BBA7FD1D60) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_C47422254CF54C40717B18BBA7FD1D60"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_C47422254CF54C40717B18BBA7FD1D60, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_C47422254CF54C40717B18BBA7FD1D60::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_C7C394B64399176A159A3C93A4C63BA0 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_C7C394B64399176A159A3C93A4C63BA0) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_C7C394B64399176A159A3C93A4C63BA0"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_C7C394B64399176A159A3C93A4C63BA0) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_C7C394B64399176A159A3C93A4C63BA0"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_C7C394B64399176A159A3C93A4C63BA0, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_C7C394B64399176A159A3C93A4C63BA0::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_CB453D494FC64B7C873B38A5AE81AC65 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_CB453D494FC64B7C873B38A5AE81AC65) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_CB453D494FC64B7C873B38A5AE81AC65"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_CB453D494FC64B7C873B38A5AE81AC65) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_CB453D494FC64B7C873B38A5AE81AC65"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_CB453D494FC64B7C873B38A5AE81AC65, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_CB453D494FC64B7C873B38A5AE81AC65::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_CD545AD84B420C448644C3AA4C5C1A4A \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_CD545AD84B420C448644C3AA4C5C1A4A) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_CD545AD84B420C448644C3AA4C5C1A4A"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_CD545AD84B420C448644C3AA4C5C1A4A) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_CD545AD84B420C448644C3AA4C5C1A4A"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_CD545AD84B420C448644C3AA4C5C1A4A, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_CD545AD84B420C448644C3AA4C5C1A4A::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_D0CDAD964829EE7C0A8523AE795D476F \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_D0CDAD964829EE7C0A8523AE795D476F) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_D0CDAD964829EE7C0A8523AE795D476F"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_D0CDAD964829EE7C0A8523AE795D476F) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_D0CDAD964829EE7C0A8523AE795D476F"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_D0CDAD964829EE7C0A8523AE795D476F, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_D0CDAD964829EE7C0A8523AE795D476F::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_D1A1485A45454B8E0ADA2392BC2B5777 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_D1A1485A45454B8E0ADA2392BC2B5777) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_D1A1485A45454B8E0ADA2392BC2B5777"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_D1A1485A45454B8E0ADA2392BC2B5777) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_D1A1485A45454B8E0ADA2392BC2B5777"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_D1A1485A45454B8E0ADA2392BC2B5777, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_D1A1485A45454B8E0ADA2392BC2B5777::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_D587933540F133236196F8B62FF684F6 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_D587933540F133236196F8B62FF684F6) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_D587933540F133236196F8B62FF684F6"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_D587933540F133236196F8B62FF684F6) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_D587933540F133236196F8B62FF684F6"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_D587933540F133236196F8B62FF684F6, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_D587933540F133236196F8B62FF684F6::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_E50D0A6C4679F73C51E8DBA9323B0A13 \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_E50D0A6C4679F73C51E8DBA9323B0A13) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_E50D0A6C4679F73C51E8DBA9323B0A13"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_E50D0A6C4679F73C51E8DBA9323B0A13) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_E50D0A6C4679F73C51E8DBA9323B0A13"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_E50D0A6C4679F73C51E8DBA9323B0A13, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_E50D0A6C4679F73C51E8DBA9323B0A13::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_EF27F3B84344C8AA9EE3BEB2C0000A2A \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_EF27F3B84344C8AA9EE3BEB2C0000A2A) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_EF27F3B84344C8AA9EE3BEB2C0000A2A"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_EF27F3B84344C8AA9EE3BEB2C0000A2A) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_EF27F3B84344C8AA9EE3BEB2C0000A2A"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_EF27F3B84344C8AA9EE3BEB2C0000A2A, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_EF27F3B84344C8AA9EE3BEB2C0000A2A::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_OnValueUpdated_F9F8AF12410D212A3C28D6BC506669DC \ +static_assert(alignof(BP_Archetype_Component_C_OnValueUpdated_F9F8AF12410D212A3C28D6BC506669DC) == 0x000001, "Wrong alignment on BP_Archetype_Component_C_OnValueUpdated_F9F8AF12410D212A3C28D6BC506669DC"); \ +static_assert(sizeof(BP_Archetype_Component_C_OnValueUpdated_F9F8AF12410D212A3C28D6BC506669DC) == 0x000001, "Wrong size on BP_Archetype_Component_C_OnValueUpdated_F9F8AF12410D212A3C28D6BC506669DC"); \ +static_assert(offsetof(BP_Archetype_Component_C_OnValueUpdated_F9F8AF12410D212A3C28D6BC506669DC, bValue) == 0x000000, "Member 'BP_Archetype_Component_C_OnValueUpdated_F9F8AF12410D212A3C28D6BC506669DC::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup \ +static_assert(alignof(BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup"); \ +static_assert(sizeof(BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup) == 0x000068, "Wrong size on BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup"); \ +static_assert(offsetof(BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup, Min) == 0x000000, "Member 'BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup::Min' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup, Max) == 0x000004, "Member 'BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup::Max' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000008, "Member 'BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000010, "Member 'BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x000018, "Member 'BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup, CallFunc_FTrunc_ReturnValue) == 0x000028, "Member 'BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup, CallFunc_SelectInt_ReturnValue) == 0x00002C, "Member 'BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup, CallFunc_AddToPlayerInventory_ReturnValue) == 0x000030, "Member 'BP_Archetype_Component_C_RandomizeMoneyAmountFromPickup::CallFunc_AddToPlayerInventory_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_ReviveDebtCollectors \ +static_assert(alignof(BP_Archetype_Component_C_ReviveDebtCollectors) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_ReviveDebtCollectors"); \ +static_assert(sizeof(BP_Archetype_Component_C_ReviveDebtCollectors) == 0x000078, "Wrong size on BP_Archetype_Component_C_ReviveDebtCollectors"); \ +static_assert(offsetof(BP_Archetype_Component_C_ReviveDebtCollectors, K2Node_MakeStruct_WSFloatId) == 0x000000, "Member 'BP_Archetype_Component_C_ReviveDebtCollectors::K2Node_MakeStruct_WSFloatId' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ReviveDebtCollectors, K2Node_MakeStruct_WSFloatId_1) == 0x000018, "Member 'BP_Archetype_Component_C_ReviveDebtCollectors::K2Node_MakeStruct_WSFloatId_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ReviveDebtCollectors, K2Node_MakeStruct_WSFloatId_2) == 0x000030, "Member 'BP_Archetype_Component_C_ReviveDebtCollectors::K2Node_MakeStruct_WSFloatId_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ReviveDebtCollectors, K2Node_MakeStruct_WSFloatId_3) == 0x000048, "Member 'BP_Archetype_Component_C_ReviveDebtCollectors::K2Node_MakeStruct_WSFloatId_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_ReviveDebtCollectors, K2Node_MakeStruct_WSFloatId_4) == 0x000060, "Member 'BP_Archetype_Component_C_ReviveDebtCollectors::K2Node_MakeStruct_WSFloatId_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_RewardCarRush \ +static_assert(alignof(BP_Archetype_Component_C_RewardCarRush) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_RewardCarRush"); \ +static_assert(sizeof(BP_Archetype_Component_C_RewardCarRush) == 0x0000C0, "Wrong size on BP_Archetype_Component_C_RewardCarRush"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'BP_Archetype_Component_C_RewardCarRush::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Archetype_Component_C_RewardCarRush::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_Archetype_Component_C_RewardCarRush::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue) == 0x000010, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000018, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_Array_Get_Item) == 0x00002C, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_GetDataTableRowFromName_OutRow) == 0x000038, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_BooleanAND_ReturnValue) == 0x000079, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00007A, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_GetInventoryItemCount_ReturnValue) == 0x00007C, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000080, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCarRush, CallFunc_AddItemToInventory_ReturnValue) == 0x000088, "Member 'BP_Archetype_Component_C_RewardCarRush::CallFunc_AddItemToInventory_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_RewardCombatRush \ +static_assert(alignof(BP_Archetype_Component_C_RewardCombatRush) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_RewardCombatRush"); \ +static_assert(sizeof(BP_Archetype_Component_C_RewardCombatRush) == 0x0000C0, "Wrong size on BP_Archetype_Component_C_RewardCombatRush"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'BP_Archetype_Component_C_RewardCombatRush::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Archetype_Component_C_RewardCombatRush::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_Archetype_Component_C_RewardCombatRush::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue) == 0x000010, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000018, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_Array_Get_Item) == 0x00002C, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_GetDataTableRowFromName_OutRow) == 0x000038, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_BooleanAND_ReturnValue) == 0x000079, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00007A, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_GetInventoryItemCount_ReturnValue) == 0x00007C, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000080, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardCombatRush, CallFunc_AddItemToInventory_ReturnValue) == 0x000088, "Member 'BP_Archetype_Component_C_RewardCombatRush::CallFunc_AddItemToInventory_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_RewardNitroFlasks \ +static_assert(alignof(BP_Archetype_Component_C_RewardNitroFlasks) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_RewardNitroFlasks"); \ +static_assert(sizeof(BP_Archetype_Component_C_RewardNitroFlasks) == 0x0000A0, "Wrong size on BP_Archetype_Component_C_RewardNitroFlasks"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CurrentFlaskNr) == 0x000000, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CurrentFlaskNr' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, Temp_bool_True_if_break_was_hit_Variable) == 0x000004, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_GetInventoryItemCount_ReturnValue) == 0x000014, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, Temp_int_Variable) == 0x00001C, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_GetPlayerVehicleInventoryId_ReturnValue) == 0x000020, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_GetPlayerVehicleInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_Add_IntInt_ReturnValue_2) == 0x000030, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue) == 0x000034, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000038, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_Array_Get_Item) == 0x00004C, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_GetDataTableRowFromName_OutRow) == 0x000058, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000098, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_BooleanAND_ReturnValue) == 0x000099, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_RewardNitroFlasks, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00009A, "Member 'BP_Archetype_Component_C_RewardNitroFlasks::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_SetLevel \ +static_assert(alignof(BP_Archetype_Component_C_SetLevel) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_SetLevel"); \ +static_assert(sizeof(BP_Archetype_Component_C_SetLevel) == 0x00001C, "Wrong size on BP_Archetype_Component_C_SetLevel"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetLevel, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000000, "Member 'BP_Archetype_Component_C_SetLevel::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetLevel, CallFunc_GetPlayerInventoryItemCount_ReturnValue_1) == 0x000004, "Member 'BP_Archetype_Component_C_SetLevel::CallFunc_GetPlayerInventoryItemCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetLevel, CallFunc_GetPlayerInventoryItemCount_ReturnValue_2) == 0x000008, "Member 'BP_Archetype_Component_C_SetLevel::CallFunc_GetPlayerInventoryItemCount_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetLevel, CallFunc_GetPlayerInventoryItemCount_ReturnValue_3) == 0x00000C, "Member 'BP_Archetype_Component_C_SetLevel::CallFunc_GetPlayerInventoryItemCount_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_Archetype_Component_C_SetLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetLevel, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_Archetype_Component_C_SetLevel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetLevel, CallFunc_Add_IntInt_ReturnValue_2) == 0x000018, "Member 'BP_Archetype_Component_C_SetLevel::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_SetMaxAP \ +static_assert(alignof(BP_Archetype_Component_C_SetMaxAP) == 0x000008, "Wrong alignment on BP_Archetype_Component_C_SetMaxAP"); \ +static_assert(sizeof(BP_Archetype_Component_C_SetMaxAP) == 0x000020, "Wrong size on BP_Archetype_Component_C_SetMaxAP"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetMaxAP, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000000, "Member 'BP_Archetype_Component_C_SetMaxAP::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetMaxAP, CallFunc_GetWorldStateInt_ReturnValue) == 0x000008, "Member 'BP_Archetype_Component_C_SetMaxAP::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetMaxAP, CallFunc_Less_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Archetype_Component_C_SetMaxAP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetMaxAP, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x000010, "Member 'BP_Archetype_Component_C_SetMaxAP::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetMaxAP, CallFunc_Less_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_Archetype_Component_C_SetMaxAP::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetMaxAP, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000018, "Member 'BP_Archetype_Component_C_SetMaxAP::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetMaxAP, K2Node_SwitchInteger_CmpSuccess) == 0x00001C, "Member 'BP_Archetype_Component_C_SetMaxAP::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Archetype_Component_C_SetPendingLevel \ +static_assert(alignof(BP_Archetype_Component_C_SetPendingLevel) == 0x000004, "Wrong alignment on BP_Archetype_Component_C_SetPendingLevel"); \ +static_assert(sizeof(BP_Archetype_Component_C_SetPendingLevel) == 0x00000C, "Wrong size on BP_Archetype_Component_C_SetPendingLevel"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetPendingLevel, PendingLevel_0) == 0x000000, "Member 'BP_Archetype_Component_C_SetPendingLevel::PendingLevel_0' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetPendingLevel, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000004, "Member 'BP_Archetype_Component_C_SetPendingLevel::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Archetype_Component_C_SetPendingLevel, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_Archetype_Component_C_SetPendingLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Archetype_Component_C \ +static_assert(alignof(UBP_Archetype_Component_C) == 0x000008, "Wrong alignment on UBP_Archetype_Component_C"); \ +static_assert(sizeof(UBP_Archetype_Component_C) == 0x000278, "Wrong size on UBP_Archetype_Component_C"); \ +static_assert(offsetof(UBP_Archetype_Component_C, UberGraphFrame) == 0x0000C0, "Member 'UBP_Archetype_Component_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, Archetype) == 0x0000C8, "Member 'UBP_Archetype_Component_C::Archetype' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, Skill1) == 0x0000E8, "Member 'UBP_Archetype_Component_C::Skill1' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, Health_Regained) == 0x0000EC, "Member 'UBP_Archetype_Component_C::Health_Regained' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, StashLocation) == 0x0000F0, "Member 'UBP_Archetype_Component_C::StashLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, BaseFinesse) == 0x000100, "Member 'UBP_Archetype_Component_C::BaseFinesse' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, CurrentPower) == 0x000108, "Member 'UBP_Archetype_Component_C::CurrentPower' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, CurrentFinesse) == 0x000110, "Member 'UBP_Archetype_Component_C::CurrentFinesse' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, CurrentLevel) == 0x000118, "Member 'UBP_Archetype_Component_C::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, HealthDmgModified) == 0x000120, "Member 'UBP_Archetype_Component_C::HealthDmgModified' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, PosDmgModified) == 0x000128, "Member 'UBP_Archetype_Component_C::PosDmgModified' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, APMaxBonusCount) == 0x000130, "Member 'UBP_Archetype_Component_C::APMaxBonusCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, Timer_Skill_HealWhenAdrFull) == 0x000138, "Member 'UBP_Archetype_Component_C::Timer_Skill_HealWhenAdrFull' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, AdrenalineRushDamageMultiplier) == 0x000140, "Member 'UBP_Archetype_Component_C::AdrenalineRushDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, AdrRush_Melee_2_HoT) == 0x000148, "Member 'UBP_Archetype_Component_C::AdrRush_Melee_2_HoT' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, Timer_Skill_AdrenalineRush2) == 0x000170, "Member 'UBP_Archetype_Component_C::Timer_Skill_AdrenalineRush2' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, Timer_Skill_AdrenalineRush3) == 0x000178, "Member 'UBP_Archetype_Component_C::Timer_Skill_AdrenalineRush3' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, PendingLevel) == 0x000180, "Member 'UBP_Archetype_Component_C::PendingLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, OnLevelUpdated) == 0x000188, "Member 'UBP_Archetype_Component_C::OnLevelUpdated' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, OnDisarmChanceUpdate) == 0x000198, "Member 'UBP_Archetype_Component_C::OnDisarmChanceUpdate' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, Health_Damage_Multiplier) == 0x0001A8, "Member 'UBP_Archetype_Component_C::Health_Damage_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, TakeHealthDmgMultiplier) == 0x0001B0, "Member 'UBP_Archetype_Component_C::TakeHealthDmgMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, Debug) == 0x0001B8, "Member 'UBP_Archetype_Component_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, FlaskCount) == 0x0001BC, "Member 'UBP_Archetype_Component_C::FlaskCount' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, StatItemInstance) == 0x0001C0, "Member 'UBP_Archetype_Component_C::StatItemInstance' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, LastEventID) == 0x0001C8, "Member 'UBP_Archetype_Component_C::LastEventID' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, Action_ID) == 0x0001CC, "Member 'UBP_Archetype_Component_C::Action_ID' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, CarMag) == 0x0001D0, "Member 'UBP_Archetype_Component_C::CarMag' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, CombatMag) == 0x0001F8, "Member 'UBP_Archetype_Component_C::CombatMag' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, POI) == 0x000220, "Member 'UBP_Archetype_Component_C::POI' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, DC1) == 0x000248, "Member 'UBP_Archetype_Component_C::DC1' has a wrong offset!"); \ +static_assert(offsetof(UBP_Archetype_Component_C, XP) == 0x000250, "Member 'UBP_Archetype_Component_C::XP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_RewardXP \ +static_assert(alignof(BPFL_XP_C_RewardXP) == 0x000008, "Wrong alignment on BPFL_XP_C_RewardXP"); \ +static_assert(sizeof(BPFL_XP_C_RewardXP) == 0x000108, "Wrong size on BPFL_XP_C_RewardXP"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, BaseXP) == 0x000000, "Member 'BPFL_XP_C_RewardXP::BaseXP' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, IsMajorEvent) == 0x000008, "Member 'BPFL_XP_C_RewardXP::IsMajorEvent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, WorldContextObject) == 0x000010, "Member 'BPFL_XP_C_RewardXP::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, Reason) == 0x000018, "Member 'BPFL_XP_C_RewardXP::Reason' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, __WorldContext) == 0x000028, "Member 'BPFL_XP_C_RewardXP::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, TotalXP) == 0x000030, "Member 'BPFL_XP_C_RewardXP::TotalXP' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, XPRequired) == 0x000034, "Member 'BPFL_XP_C_RewardXP::XPRequired' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CurrentLevel) == 0x000038, "Member 'BPFL_XP_C_RewardXP::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CurrentXP) == 0x00003C, "Member 'BPFL_XP_C_RewardXP::CurrentXP' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_BP_WorldStateEnum_Get_ReturnValue) == 0x000040, "Member 'BPFL_XP_C_RewardXP::CallFunc_BP_WorldStateEnum_Get_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_GetPendingLevel_PendingLevel) == 0x000044, "Member 'BPFL_XP_C_RewardXP::CallFunc_GetPendingLevel_PendingLevel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'BPFL_XP_C_RewardXP::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'BPFL_XP_C_RewardXP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_GetPendingLevel_PendingLevel_1) == 0x00004C, "Member 'BPFL_XP_C_RewardXP::CallFunc_GetPendingLevel_PendingLevel_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_Conv_IntToString_ReturnValue) == 0x000050, "Member 'BPFL_XP_C_RewardXP::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_XPLevelProgress_MajorEvent) == 0x000060, "Member 'BPFL_XP_C_RewardXP::CallFunc_XPLevelProgress_MajorEvent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_Conv_StringToName_ReturnValue) == 0x000064, "Member 'BPFL_XP_C_RewardXP::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x00006C, "Member 'BPFL_XP_C_RewardXP::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_GetDataTableRowFromName_OutRow) == 0x000070, "Member 'BPFL_XP_C_RewardXP::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000078, "Member 'BPFL_XP_C_RewardXP::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_FTrunc_ReturnValue) == 0x00007C, "Member 'BPFL_XP_C_RewardXP::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000080, "Member 'BPFL_XP_C_RewardXP::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x0000A0, "Member 'BPFL_XP_C_RewardXP::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_AddToPlayerInventory_ReturnValue) == 0x0000A8, "Member 'BPFL_XP_C_RewardXP::CallFunc_AddToPlayerInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'BPFL_XP_C_RewardXP::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_FTrunc_ReturnValue_1) == 0x0000E8, "Member 'BPFL_XP_C_RewardXP::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_GetPlayingInstance_ReturnValue) == 0x0000F0, "Member 'BPFL_XP_C_RewardXP::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_SpawnObject_ReturnValue) == 0x0000F8, "Member 'BPFL_XP_C_RewardXP::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000100, "Member 'BPFL_XP_C_RewardXP::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000101, "Member 'BPFL_XP_C_RewardXP::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000102, "Member 'BPFL_XP_C_RewardXP::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000103, "Member 'BPFL_XP_C_RewardXP::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_RewardXP, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x000104, "Member 'BPFL_XP_C_RewardXP::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPCarMag \ +static_assert(alignof(BPFL_XP_C_XPCarMag) == 0x000008, "Wrong alignment on BPFL_XP_C_XPCarMag"); \ +static_assert(sizeof(BPFL_XP_C_XPCarMag) == 0x000030, "Wrong size on BPFL_XP_C_XPCarMag"); \ +static_assert(offsetof(BPFL_XP_C_XPCarMag, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPCarMag::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPCarMag, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPCarMag::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPCarMag, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPCarMag::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XpCheckNewLevelAvailable \ +static_assert(alignof(BPFL_XP_C_XpCheckNewLevelAvailable) == 0x000008, "Wrong alignment on BPFL_XP_C_XpCheckNewLevelAvailable"); \ +static_assert(sizeof(BPFL_XP_C_XpCheckNewLevelAvailable) == 0x000030, "Wrong size on BPFL_XP_C_XpCheckNewLevelAvailable"); \ +static_assert(offsetof(BPFL_XP_C_XpCheckNewLevelAvailable, WorldContextObject) == 0x000000, "Member 'BPFL_XP_C_XpCheckNewLevelAvailable::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XpCheckNewLevelAvailable, __WorldContext) == 0x000008, "Member 'BPFL_XP_C_XpCheckNewLevelAvailable::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XpCheckNewLevelAvailable, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BPFL_XP_C_XpCheckNewLevelAvailable::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XpCheckNewLevelAvailable, CallFunc_GetPendingLevel_PendingLevel) == 0x000018, "Member 'BPFL_XP_C_XpCheckNewLevelAvailable::CallFunc_GetPendingLevel_PendingLevel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XpCheckNewLevelAvailable, CallFunc_SpawnObject_ReturnValue) == 0x000020, "Member 'BPFL_XP_C_XpCheckNewLevelAvailable::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XpCheckNewLevelAvailable, CallFunc_GetLevel_Level) == 0x000028, "Member 'BPFL_XP_C_XpCheckNewLevelAvailable::CallFunc_GetLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XpCheckNewLevelAvailable, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'BPFL_XP_C_XpCheckNewLevelAvailable::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XpCheckNewLevelAvailable, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x00002D, "Member 'BPFL_XP_C_XpCheckNewLevelAvailable::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XpCheckNewLevelAvailable, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x00002E, "Member 'BPFL_XP_C_XpCheckNewLevelAvailable::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XpCheckNewLevelAvailable, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x00002F, "Member 'BPFL_XP_C_XpCheckNewLevelAvailable::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPCombatKills \ +static_assert(alignof(BPFL_XP_C_XPCombatKills) == 0x000008, "Wrong alignment on BPFL_XP_C_XPCombatKills"); \ +static_assert(sizeof(BPFL_XP_C_XPCombatKills) == 0x000040, "Wrong size on BPFL_XP_C_XPCombatKills"); \ +static_assert(offsetof(BPFL_XP_C_XPCombatKills, NrOfKills) == 0x000000, "Member 'BPFL_XP_C_XPCombatKills::NrOfKills' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPCombatKills, PendingXP) == 0x000008, "Member 'BPFL_XP_C_XPCombatKills::PendingXP' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPCombatKills, __WorldContext) == 0x000010, "Member 'BPFL_XP_C_XPCombatKills::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPCombatKills, CallFunc_GetDataTableRowFromName_OutRow) == 0x000018, "Member 'BPFL_XP_C_XPCombatKills::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPCombatKills, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000038, "Member 'BPFL_XP_C_XPCombatKills::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPCombatMag \ +static_assert(alignof(BPFL_XP_C_XPCombatMag) == 0x000008, "Wrong alignment on BPFL_XP_C_XPCombatMag"); \ +static_assert(sizeof(BPFL_XP_C_XPCombatMag) == 0x000030, "Wrong size on BPFL_XP_C_XPCombatMag"); \ +static_assert(offsetof(BPFL_XP_C_XPCombatMag, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPCombatMag::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPCombatMag, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPCombatMag::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPCombatMag, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPCombatMag::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPEscapedWanted \ +static_assert(alignof(BPFL_XP_C_XPEscapedWanted) == 0x000008, "Wrong alignment on BPFL_XP_C_XPEscapedWanted"); \ +static_assert(sizeof(BPFL_XP_C_XPEscapedWanted) == 0x000030, "Wrong size on BPFL_XP_C_XPEscapedWanted"); \ +static_assert(offsetof(BPFL_XP_C_XPEscapedWanted, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPEscapedWanted::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPEscapedWanted, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPEscapedWanted::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPEscapedWanted, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPEscapedWanted::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPGeneral \ +static_assert(alignof(BPFL_XP_C_XPGeneral) == 0x000008, "Wrong alignment on BPFL_XP_C_XPGeneral"); \ +static_assert(sizeof(BPFL_XP_C_XPGeneral) == 0x000038, "Wrong size on BPFL_XP_C_XPGeneral"); \ +static_assert(offsetof(BPFL_XP_C_XPGeneral, RowName) == 0x000000, "Member 'BPFL_XP_C_XPGeneral::RowName' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPGeneral, __WorldContext) == 0x000008, "Member 'BPFL_XP_C_XPGeneral::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPGeneral, CallFunc_GetDataTableRowFromName_OutRow) == 0x000010, "Member 'BPFL_XP_C_XPGeneral::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPGeneral, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000030, "Member 'BPFL_XP_C_XPGeneral::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPJournalEntry \ +static_assert(alignof(BPFL_XP_C_XPJournalEntry) == 0x000008, "Wrong alignment on BPFL_XP_C_XPJournalEntry"); \ +static_assert(sizeof(BPFL_XP_C_XPJournalEntry) == 0x000030, "Wrong size on BPFL_XP_C_XPJournalEntry"); \ +static_assert(offsetof(BPFL_XP_C_XPJournalEntry, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPJournalEntry::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPJournalEntry, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPJournalEntry::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPJournalEntry, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPJournalEntry::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPKill \ +static_assert(alignof(BPFL_XP_C_XPKill) == 0x000008, "Wrong alignment on BPFL_XP_C_XPKill"); \ +static_assert(sizeof(BPFL_XP_C_XPKill) == 0x000030, "Wrong size on BPFL_XP_C_XPKill"); \ +static_assert(offsetof(BPFL_XP_C_XPKill, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPKill::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPKill, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPKill::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPKill, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPKill::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPLevelProgress \ +static_assert(alignof(BPFL_XP_C_XPLevelProgress) == 0x000008, "Wrong alignment on BPFL_XP_C_XPLevelProgress"); \ +static_assert(sizeof(BPFL_XP_C_XPLevelProgress) == 0x000078, "Wrong size on BPFL_XP_C_XPLevelProgress"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, IsMajorEvent) == 0x000000, "Member 'BPFL_XP_C_XPLevelProgress::IsMajorEvent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, __WorldContext) == 0x000008, "Member 'BPFL_XP_C_XPLevelProgress::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, MajorEvent) == 0x000010, "Member 'BPFL_XP_C_XPLevelProgress::MajorEvent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, TotalXP) == 0x000014, "Member 'BPFL_XP_C_XPLevelProgress::TotalXP' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, XPRequired) == 0x000018, "Member 'BPFL_XP_C_XPLevelProgress::XPRequired' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, CurrentLevel) == 0x00001C, "Member 'BPFL_XP_C_XPLevelProgress::CurrentLevel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, CurrentXP) == 0x000020, "Member 'BPFL_XP_C_XPLevelProgress::CurrentXP' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, CallFunc_GetPendingLevel_PendingLevel) == 0x000024, "Member 'BPFL_XP_C_XPLevelProgress::CallFunc_GetPendingLevel_PendingLevel' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPLevelProgress::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, CallFunc_Conv_IntToString_ReturnValue) == 0x000030, "Member 'BPFL_XP_C_XPLevelProgress::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000040, "Member 'BPFL_XP_C_XPLevelProgress::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, CallFunc_Conv_StringToName_ReturnValue) == 0x000048, "Member 'BPFL_XP_C_XPLevelProgress::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, CallFunc_GetDataTableRowFromName_OutRow) == 0x000050, "Member 'BPFL_XP_C_XPLevelProgress::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000058, "Member 'BPFL_XP_C_XPLevelProgress::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, Temp_bool_Variable) == 0x000059, "Member 'BPFL_XP_C_XPLevelProgress::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, Temp_bool_Variable_1) == 0x00005A, "Member 'BPFL_XP_C_XPLevelProgress::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000060, "Member 'BPFL_XP_C_XPLevelProgress::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000068, "Member 'BPFL_XP_C_XPLevelProgress::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000070, "Member 'BPFL_XP_C_XPLevelProgress::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPLevelProgress, K2Node_Select_Default) == 0x000071, "Member 'BPFL_XP_C_XPLevelProgress::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPMissionCompleted \ +static_assert(alignof(BPFL_XP_C_XPMissionCompleted) == 0x000008, "Wrong alignment on BPFL_XP_C_XPMissionCompleted"); \ +static_assert(sizeof(BPFL_XP_C_XPMissionCompleted) == 0x000030, "Wrong size on BPFL_XP_C_XPMissionCompleted"); \ +static_assert(offsetof(BPFL_XP_C_XPMissionCompleted, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPMissionCompleted::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPMissionCompleted, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPMissionCompleted::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPMissionCompleted, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPMissionCompleted::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPMusing \ +static_assert(alignof(BPFL_XP_C_XPMusing) == 0x000008, "Wrong alignment on BPFL_XP_C_XPMusing"); \ +static_assert(sizeof(BPFL_XP_C_XPMusing) == 0x000030, "Wrong size on BPFL_XP_C_XPMusing"); \ +static_assert(offsetof(BPFL_XP_C_XPMusing, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPMusing::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPMusing, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPMusing::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPMusing, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPMusing::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPSandwichBoard \ +static_assert(alignof(BPFL_XP_C_XPSandwichBoard) == 0x000008, "Wrong alignment on BPFL_XP_C_XPSandwichBoard"); \ +static_assert(sizeof(BPFL_XP_C_XPSandwichBoard) == 0x000030, "Wrong size on BPFL_XP_C_XPSandwichBoard"); \ +static_assert(offsetof(BPFL_XP_C_XPSandwichBoard, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPSandwichBoard::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPSandwichBoard, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPSandwichBoard::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPSandwichBoard, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPSandwichBoard::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPSkillCheck \ +static_assert(alignof(BPFL_XP_C_XPSkillCheck) == 0x000008, "Wrong alignment on BPFL_XP_C_XPSkillCheck"); \ +static_assert(sizeof(BPFL_XP_C_XPSkillCheck) == 0x000030, "Wrong size on BPFL_XP_C_XPSkillCheck"); \ +static_assert(offsetof(BPFL_XP_C_XPSkillCheck, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPSkillCheck::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPSkillCheck, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPSkillCheck::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPSkillCheck, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPSkillCheck::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPStashDestroyed \ +static_assert(alignof(BPFL_XP_C_XPStashDestroyed) == 0x000008, "Wrong alignment on BPFL_XP_C_XPStashDestroyed"); \ +static_assert(sizeof(BPFL_XP_C_XPStashDestroyed) == 0x000030, "Wrong size on BPFL_XP_C_XPStashDestroyed"); \ +static_assert(offsetof(BPFL_XP_C_XPStashDestroyed, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPStashDestroyed::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPStashDestroyed, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPStashDestroyed::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPStashDestroyed, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPStashDestroyed::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPStoryCompleted \ +static_assert(alignof(BPFL_XP_C_XPStoryCompleted) == 0x000008, "Wrong alignment on BPFL_XP_C_XPStoryCompleted"); \ +static_assert(sizeof(BPFL_XP_C_XPStoryCompleted) == 0x000030, "Wrong size on BPFL_XP_C_XPStoryCompleted"); \ +static_assert(offsetof(BPFL_XP_C_XPStoryCompleted, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPStoryCompleted::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPStoryCompleted, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPStoryCompleted::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPStoryCompleted, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPStoryCompleted::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPStoryStarted \ +static_assert(alignof(BPFL_XP_C_XPStoryStarted) == 0x000008, "Wrong alignment on BPFL_XP_C_XPStoryStarted"); \ +static_assert(sizeof(BPFL_XP_C_XPStoryStarted) == 0x000030, "Wrong size on BPFL_XP_C_XPStoryStarted"); \ +static_assert(offsetof(BPFL_XP_C_XPStoryStarted, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPStoryStarted::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPStoryStarted, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPStoryStarted::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPStoryStarted, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPStoryStarted::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_XP_C_XPVehicleTakedown \ +static_assert(alignof(BPFL_XP_C_XPVehicleTakedown) == 0x000008, "Wrong alignment on BPFL_XP_C_XPVehicleTakedown"); \ +static_assert(sizeof(BPFL_XP_C_XPVehicleTakedown) == 0x000030, "Wrong size on BPFL_XP_C_XPVehicleTakedown"); \ +static_assert(offsetof(BPFL_XP_C_XPVehicleTakedown, __WorldContext) == 0x000000, "Member 'BPFL_XP_C_XPVehicleTakedown::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPVehicleTakedown, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BPFL_XP_C_XPVehicleTakedown::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_XP_C_XPVehicleTakedown, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BPFL_XP_C_XPVehicleTakedown::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_XP_C \ +static_assert(alignof(UBPFL_XP_C) == 0x000008, "Wrong alignment on UBPFL_XP_C"); \ +static_assert(sizeof(UBPFL_XP_C) == 0x000028, "Wrong size on UBPFL_XP_C"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_ApplyCameraShakeOnGearChange \ +static_assert(alignof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange) == 0x000008, "Wrong alignment on BP_VehicleBase_C_ApplyCameraShakeOnGearChange"); \ +static_assert(sizeof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange) == 0x000038, "Wrong size on BP_VehicleBase_C_ApplyCameraShakeOnGearChange"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange, PreviousGear) == 0x000000, "Member 'BP_VehicleBase_C_ApplyCameraShakeOnGearChange::PreviousGear' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange, CurrentGear) == 0x000004, "Member 'BP_VehicleBase_C_ApplyCameraShakeOnGearChange::CurrentGear' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange, TargetGear) == 0x000008, "Member 'BP_VehicleBase_C_ApplyCameraShakeOnGearChange::TargetGear' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange, CallFunc_IsPossessedByPlayer_ReturnValue) == 0x00000C, "Member 'BP_VehicleBase_C_ApplyCameraShakeOnGearChange::CallFunc_IsPossessedByPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange, CallFunc_Greater_IntInt_ReturnValue) == 0x00000D, "Member 'BP_VehicleBase_C_ApplyCameraShakeOnGearChange::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange, CallFunc_Less_IntInt_ReturnValue) == 0x00000E, "Member 'BP_VehicleBase_C_ApplyCameraShakeOnGearChange::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000010, "Member 'BP_VehicleBase_C_ApplyCameraShakeOnGearChange::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange, CallFunc_StartCameraShake_ReturnValue) == 0x000018, "Member 'BP_VehicleBase_C_ApplyCameraShakeOnGearChange::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000020, "Member 'BP_VehicleBase_C_ApplyCameraShakeOnGearChange::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange, CallFunc_SpawnForceFeedbackAttached_ReturnValue) == 0x000028, "Member 'BP_VehicleBase_C_ApplyCameraShakeOnGearChange::CallFunc_SpawnForceFeedbackAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyCameraShakeOnGearChange, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_VehicleBase_C_ApplyCameraShakeOnGearChange::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_ApplyDestruction \ +static_assert(alignof(BP_VehicleBase_C_ApplyDestruction) == 0x000010, "Wrong alignment on BP_VehicleBase_C_ApplyDestruction"); \ +static_assert(sizeof(BP_VehicleBase_C_ApplyDestruction) == 0x0006A0, "Wrong size on BP_VehicleBase_C_ApplyDestruction"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, Falloff_Type) == 0x000000, "Member 'BP_VehicleBase_C_ApplyDestruction::Falloff_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, Field_Magnitude) == 0x000004, "Member 'BP_VehicleBase_C_ApplyDestruction::Field_Magnitude' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, DeltaTime) == 0x000008, "Member 'BP_VehicleBase_C_ApplyDestruction::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, ApplyDestructionDistance) == 0x000010, "Member 'BP_VehicleBase_C_ApplyDestruction::ApplyDestructionDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, MinimumSpeedThreshold) == 0x000018, "Member 'BP_VehicleBase_C_ApplyDestruction::MinimumSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, NormalizedRPMTreshold) == 0x000020, "Member 'BP_VehicleBase_C_ApplyDestruction::NormalizedRPMTreshold' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, StandardDestructionBox) == 0x000030, "Member 'BP_VehicleBase_C_ApplyDestruction::StandardDestructionBox' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, SpeedScaledDestructionBoxTransform) == 0x000090, "Member 'BP_VehicleBase_C_ApplyDestruction::SpeedScaledDestructionBoxTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, OverSpeedThreshold) == 0x0000F0, "Member 'BP_VehicleBase_C_ApplyDestruction::OverSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, Show_Debug_Destruction_Box) == 0x0000F1, "Member 'BP_VehicleBase_C_ApplyDestruction::Show_Debug_Destruction_Box' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, Temp_int_Array_Index_Variable) == 0x0000F4, "Member 'BP_VehicleBase_C_ApplyDestruction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_GetDestructionBoxTransformScaledWithVelocity_ReturnValue) == 0x000100, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_GetDestructionBoxTransformScaledWithVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, Temp_int_Loop_Counter_Variable) == 0x000160, "Member 'BP_VehicleBase_C_ApplyDestruction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, Temp_int_Loop_Counter_Variable_1) == 0x000164, "Member 'BP_VehicleBase_C_ApplyDestruction::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Add_IntInt_ReturnValue) == 0x000168, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Add_IntInt_ReturnValue_1) == 0x00016C, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, Temp_int_Loop_Counter_Variable_2) == 0x000170, "Member 'BP_VehicleBase_C_ApplyDestruction::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Add_IntInt_ReturnValue_2) == 0x000174, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, Temp_int_Array_Index_Variable_1) == 0x000178, "Member 'BP_VehicleBase_C_ApplyDestruction::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, Temp_int_Array_Index_Variable_2) == 0x00017C, "Member 'BP_VehicleBase_C_ApplyDestruction::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Array_Get_Item) == 0x000180, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Array_Length_ReturnValue) == 0x000188, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Less_IntInt_ReturnValue) == 0x00018C, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Array_Get_Item_1) == 0x000190, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Array_Length_ReturnValue_1) == 0x000198, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Less_IntInt_ReturnValue_1) == 0x00019C, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_GetPlayingInstance_ReturnValue) == 0x0001A0, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001A8, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001C0, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x0001D8, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Vector_Distance_ReturnValue) == 0x0001E0, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_IsInInterior_ReturnValue) == 0x0001E8, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_IsInInterior_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0001E9, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Not_PreBool_ReturnValue) == 0x0001EA, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_CanUseDestructionHelp_ReturnValue) == 0x0001EB, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_CanUseDestructionHelp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BooleanAND_ReturnValue) == 0x0001EC, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BooleanAND_ReturnValue_1) == 0x0001ED, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakTransform_Location) == 0x0001F0, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakTransform_Rotation) == 0x000208, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakTransform_Scale) == 0x000220, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_IsAbilityActive_ReturnValue) == 0x000238, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_GetCJVehicleMovement_ReturnValue) == 0x000240, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_GetCJVehicleMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_GetEngineRPMNormalizedIdleToMax_ReturnValue) == 0x000248, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_GetEngineRPMNormalizedIdleToMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00024C, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_SelectColor_ReturnValue) == 0x000250, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, K2Node_MakeArray_Array) == 0x000260, "Member 'BP_VehicleBase_C_ApplyDestruction::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_GetUnscaledBoxExtent_ReturnValue) == 0x000270, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_GetUnscaledBoxExtent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_SetMetaDataFilterType_ReturnValue) == 0x000288, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_SetMetaDataFilterType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000290, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0002A8, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, Temp_object_Variable) == 0x0002B0, "Member 'BP_VehicleBase_C_ApplyDestruction::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_SetUniformInteger_ReturnValue) == 0x0002C0, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_SetUniformInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BoxTraceMultiForObjects_OutHits) == 0x0002C8, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BoxTraceMultiForObjects_OutHits' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BoxTraceMultiForObjects_ReturnValue) == 0x0002D8, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BoxTraceMultiForObjects_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Array_Get_Item_2) == 0x0002E0, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Array_Length_ReturnValue_2) == 0x0003E0, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_bBlockingHit) == 0x0003E4, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_bInitialOverlap) == 0x0003E5, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_Time) == 0x0003E8, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_Distance) == 0x0003EC, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_Location) == 0x0003F0, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_ImpactPoint) == 0x000408, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_Normal) == 0x000420, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_ImpactNormal) == 0x000438, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_PhysMat) == 0x000450, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_HitActor) == 0x000458, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_HitComponent) == 0x000460, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_HitBoneName) == 0x000468, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_BoneName) == 0x000470, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_HitItem) == 0x000478, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_ElementIndex) == 0x00047C, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_FaceIndex) == 0x000480, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_TraceStart) == 0x000488, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakHitResult_TraceEnd) == 0x0004A0, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Less_IntInt_ReturnValue_2) == 0x0004B8, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, K2Node_DynamicCast_AsGeometry_Collection_Component) == 0x0004C0, "Member 'BP_VehicleBase_C_ApplyDestruction::K2Node_DynamicCast_AsGeometry_Collection_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, K2Node_DynamicCast_bSuccess) == 0x0004C8, "Member 'BP_VehicleBase_C_ApplyDestruction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Array_Add_ReturnValue) == 0x0004CC, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_IsValid_ReturnValue) == 0x0004D0, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Array_Add_ReturnValue_1) == 0x0004D4, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_ActorHasTag_ReturnValue) == 0x0004D8, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_SetMetaDataFilterType_ReturnValue_1) == 0x0004E0, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_SetMetaDataFilterType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakTransform_Location_1) == 0x0004E8, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakTransform_Rotation_1) == 0x000500, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakTransform_Scale_1) == 0x000518, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakTransform_Location_2) == 0x000530, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakTransform_Rotation_2) == 0x000548, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BreakTransform_Scale_2) == 0x000560, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_GetUnscaledBoxExtent_ReturnValue_1) == 0x000578, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_GetUnscaledBoxExtent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000590, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x0005F0, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_GetUnscaledBoxExtent_ReturnValue_2) == 0x000608, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_GetUnscaledBoxExtent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_GetVelocity_ReturnValue) == 0x000620, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x000638, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_VSize_ReturnValue) == 0x000650, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000658, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000660, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_SelectFloat_ReturnValue) == 0x000668, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BooleanOR_ReturnValue) == 0x000670, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_BooleanOR_ReturnValue_1) == 0x000671, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_SetBoxFalloff_ReturnValue) == 0x000678, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000680, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000688, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ApplyDestruction, CallFunc_SetBoxFalloff_Magnitude_ImplicitCast) == 0x000690, "Member 'BP_VehicleBase_C_ApplyDestruction::CallFunc_SetBoxFalloff_Magnitude_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_AttachNaniteToSkeletalMesh \ +static_assert(alignof(BP_VehicleBase_C_AttachNaniteToSkeletalMesh) == 0x000008, "Wrong alignment on BP_VehicleBase_C_AttachNaniteToSkeletalMesh"); \ +static_assert(sizeof(BP_VehicleBase_C_AttachNaniteToSkeletalMesh) == 0x000060, "Wrong size on BP_VehicleBase_C_AttachNaniteToSkeletalMesh"); \ +static_assert(offsetof(BP_VehicleBase_C_AttachNaniteToSkeletalMesh, Target) == 0x000000, "Member 'BP_VehicleBase_C_AttachNaniteToSkeletalMesh::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_AttachNaniteToSkeletalMesh, SocketName) == 0x000008, "Member 'BP_VehicleBase_C_AttachNaniteToSkeletalMesh::SocketName' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_AttachNaniteToSkeletalMesh, NewLocalVar) == 0x000010, "Member 'BP_VehicleBase_C_AttachNaniteToSkeletalMesh::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_AttachNaniteToSkeletalMesh, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'BP_VehicleBase_C_AttachNaniteToSkeletalMesh::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_AttachNaniteToSkeletalMesh, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000030, "Member 'BP_VehicleBase_C_AttachNaniteToSkeletalMesh::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_AttachNaniteToSkeletalMesh, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_VehicleBase_C_AttachNaniteToSkeletalMesh::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_AttachNaniteToSkeletalMesh, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000048, "Member 'BP_VehicleBase_C_AttachNaniteToSkeletalMesh::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_AttachNaniteToSkeletalMesh, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_VehicleBase_C_AttachNaniteToSkeletalMesh::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_0_VehicleDestructionWeakSpotRestoredDelegate__DelegateSignature \ +static_assert(alignof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_0_VehicleDestructionWeakSpotRestoredDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_0_VehicleDestructionWeakSpotRestoredDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_0_VehicleDestructionWeakSpotRestoredDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_0_VehicleDestructionWeakSpotRestoredDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_0_VehicleDestructionWeakSpotRestoredDelegate__DelegateSignature, WeakSpot) == 0x000000, "Member 'BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_0_VehicleDestructionWeakSpotRestoredDelegate__DelegateSignature::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_0_VehicleDestructionWeakSpotRestoredDelegate__DelegateSignature, bWasDestroyed) == 0x000008, "Member 'BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_0_VehicleDestructionWeakSpotRestoredDelegate__DelegateSignature::bWasDestroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_4_VehicleDestructionWeakSpotDamageThresholdDelegate__DelegateSignature \ +static_assert(alignof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_4_VehicleDestructionWeakSpotDamageThresholdDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_4_VehicleDestructionWeakSpotDamageThresholdDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_4_VehicleDestructionWeakSpotDamageThresholdDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_4_VehicleDestructionWeakSpotDamageThresholdDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_4_VehicleDestructionWeakSpotDamageThresholdDelegate__DelegateSignature, WeakSpot) == 0x000000, "Member 'BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_4_VehicleDestructionWeakSpotDamageThresholdDelegate__DelegateSignature::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_4_VehicleDestructionWeakSpotDamageThresholdDelegate__DelegateSignature, Damage) == 0x000008, "Member 'BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_4_VehicleDestructionWeakSpotDamageThresholdDelegate__DelegateSignature::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_4_VehicleDestructionWeakSpotDamageThresholdDelegate__DelegateSignature, bReapply) == 0x00000C, "Member 'BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_4_VehicleDestructionWeakSpotDamageThresholdDelegate__DelegateSignature::bReapply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature \ +static_assert(alignof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature"); \ +static_assert(sizeof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature) == 0x000010, "Wrong size on BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature"); \ +static_assert(offsetof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature, WeakSpot) == 0x000000, "Member 'BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature, Damage) == 0x000008, "Member 'BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature, bTriggeredTakedown) == 0x00000C, "Member 'BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature::bTriggeredTakedown' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature, bReapply) == 0x00000D, "Member 'BP_VehicleBase_C_BndEvt__BP_VehicleBase_DestructionComponent_K2Node_ComponentBoundEvent_5_VehicleDestructionWeakSpotDestroyedDelegate__DelegateSignature::bReapply' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_BurnoutCameraShake \ +static_assert(alignof(BP_VehicleBase_C_BurnoutCameraShake) == 0x000008, "Wrong alignment on BP_VehicleBase_C_BurnoutCameraShake"); \ +static_assert(sizeof(BP_VehicleBase_C_BurnoutCameraShake) == 0x0000E8, "Wrong size on BP_VehicleBase_C_BurnoutCameraShake"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_IsPlayerControlled_ReturnValue) == 0x000000, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_GetControlRotation_ReturnValue) == 0x000008, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000020, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_GetPlayerPawn_ReturnValue) == 0x000038, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000040, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000058, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_BreakRotator_Roll) == 0x000070, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_BreakRotator_Pitch) == 0x000074, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_BreakRotator_Yaw) == 0x000078, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000080, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_Abs_ReturnValue) == 0x000088, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_MapRangeClamped_ReturnValue) == 0x000090, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_IsBurnoutModeActive_ReturnValue) == 0x000098, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_IsBurnoutModeActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_StartCameraShake_ReturnValue) == 0x0000A0, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_BooleanAND_ReturnValue) == 0x0000A8, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_K2_GetRootComponent_ReturnValue) == 0x0000B0, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_SpawnForceFeedbackAttached_ReturnValue) == 0x0000B8, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_SpawnForceFeedbackAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_IsValid_ReturnValue_1) == 0x0000C0, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, K2Node_DynamicCast_AsCJVehicle_Wheeled_Movement_Component) == 0x0000C8, "Member 'BP_VehicleBase_C_BurnoutCameraShake::K2Node_DynamicCast_AsCJVehicle_Wheeled_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'BP_VehicleBase_C_BurnoutCameraShake::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_Abs_A_ImplicitCast) == 0x0000D8, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_Abs_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_BurnoutCameraShake, CallFunc_StartCameraShake_Scale_ImplicitCast) == 0x0000E0, "Member 'BP_VehicleBase_C_BurnoutCameraShake::CallFunc_StartCameraShake_Scale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_CharacterEnterVehicle \ +static_assert(alignof(BP_VehicleBase_C_CharacterEnterVehicle) == 0x000008, "Wrong alignment on BP_VehicleBase_C_CharacterEnterVehicle"); \ +static_assert(sizeof(BP_VehicleBase_C_CharacterEnterVehicle) == 0x000010, "Wrong size on BP_VehicleBase_C_CharacterEnterVehicle"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle, Character) == 0x000000, "Member 'BP_VehicleBase_C_CharacterEnterVehicle::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle, SeatId) == 0x000008, "Member 'BP_VehicleBase_C_CharacterEnterVehicle::SeatId' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle, DoorId) == 0x000009, "Member 'BP_VehicleBase_C_CharacterEnterVehicle::DoorId' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle, State) == 0x00000A, "Member 'BP_VehicleBase_C_CharacterEnterVehicle::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_CharacterEnterVehicle_EnableInput \ +static_assert(alignof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput) == 0x000008, "Wrong alignment on BP_VehicleBase_C_CharacterEnterVehicle_EnableInput"); \ +static_assert(sizeof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput) == 0x000070, "Wrong size on BP_VehicleBase_C_CharacterEnterVehicle_EnableInput"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, Character) == 0x000000, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, SeatId) == 0x000008, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::SeatId' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, DoorId) == 0x000009, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::DoorId' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, State) == 0x00000A, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::State' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, Temp_struct_Variable) == 0x00000B, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, K2Node_SwitchEnum_CmpSuccess) == 0x00000C, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, K2Node_SwitchEnum_CmpSuccess_1) == 0x00000D, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, K2Node_SwitchEnum_CmpSuccess_2) == 0x00000E, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, CallFunc_IsValid_ReturnValue) == 0x00000F, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, CallFunc_IsPlayer_ReturnValue) == 0x000010, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::CallFunc_IsPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, Temp_struct_Variable_1) == 0x000011, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, CallFunc_GetPlayingInstance_ReturnValue) == 0x000018, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue) == 0x000020, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000028, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, Temp_struct_Variable_2) == 0x000030, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue_1) == 0x000038, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, CallFunc_AddMappingContext_self_CastInput) == 0x000040, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::CallFunc_AddMappingContext_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, CallFunc_AddMappingContext_self_CastInput_1) == 0x000050, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::CallFunc_AddMappingContext_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterEnterVehicle_EnableInput, CallFunc_AddMappingContext_self_CastInput_2) == 0x000060, "Member 'BP_VehicleBase_C_CharacterEnterVehicle_EnableInput::CallFunc_AddMappingContext_self_CastInput_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_CharacterExitVehicle \ +static_assert(alignof(BP_VehicleBase_C_CharacterExitVehicle) == 0x000008, "Wrong alignment on BP_VehicleBase_C_CharacterExitVehicle"); \ +static_assert(sizeof(BP_VehicleBase_C_CharacterExitVehicle) == 0x0000B8, "Wrong size on BP_VehicleBase_C_CharacterExitVehicle"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, Character) == 0x000000, "Member 'BP_VehicleBase_C_CharacterExitVehicle::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, SeatId) == 0x000008, "Member 'BP_VehicleBase_C_CharacterExitVehicle::SeatId' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, DoorId) == 0x000009, "Member 'BP_VehicleBase_C_CharacterExitVehicle::DoorId' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, ExitAction) == 0x00000A, "Member 'BP_VehicleBase_C_CharacterExitVehicle::ExitAction' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, State) == 0x00000B, "Member 'BP_VehicleBase_C_CharacterExitVehicle::State' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, Temp_struct_Variable) == 0x00000C, "Member 'BP_VehicleBase_C_CharacterExitVehicle::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, K2Node_SwitchEnum_CmpSuccess) == 0x00000D, "Member 'BP_VehicleBase_C_CharacterExitVehicle::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, K2Node_SwitchEnum_CmpSuccess_1) == 0x00000E, "Member 'BP_VehicleBase_C_CharacterExitVehicle::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, K2Node_SwitchEnum_CmpSuccess_2) == 0x00000F, "Member 'BP_VehicleBase_C_CharacterExitVehicle::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_IsPlayer_ReturnValue) == 0x000010, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_IsPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, Temp_struct_Variable_1) == 0x000011, "Member 'BP_VehicleBase_C_CharacterExitVehicle::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, Temp_struct_Variable_2) == 0x000012, "Member 'BP_VehicleBase_C_CharacterExitVehicle::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, Temp_struct_Variable_3) == 0x000013, "Member 'BP_VehicleBase_C_CharacterExitVehicle::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, Temp_struct_Variable_4) == 0x000014, "Member 'BP_VehicleBase_C_CharacterExitVehicle::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, Temp_struct_Variable_5) == 0x000015, "Member 'BP_VehicleBase_C_CharacterExitVehicle::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_GetPlayingInstance_ReturnValue) == 0x000018, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue) == 0x000020, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000028, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_AddMappingContext_self_CastInput) == 0x000030, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_AddMappingContext_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue_1) == 0x000040, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_GetLocalPlayerSubSystemFromPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_RemoveMappingContext_self_CastInput) == 0x000048, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_RemoveMappingContext_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_AddMappingContext_self_CastInput_1) == 0x000060, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_AddMappingContext_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_RemoveMappingContext_self_CastInput_1) == 0x000070, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_RemoveMappingContext_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_RemoveMappingContext_self_CastInput_2) == 0x000080, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_RemoveMappingContext_self_CastInput_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_RemoveMappingContext_self_CastInput_3) == 0x000090, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_RemoveMappingContext_self_CastInput_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, Temp_struct_Variable_6) == 0x0000A0, "Member 'BP_VehicleBase_C_CharacterExitVehicle::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_CharacterExitVehicle, CallFunc_RemoveMappingContext_self_CastInput_4) == 0x0000A8, "Member 'BP_VehicleBase_C_CharacterExitVehicle::CallFunc_RemoveMappingContext_self_CastInput_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_DispatchVehicleIntent \ +static_assert(alignof(BP_VehicleBase_C_DispatchVehicleIntent) == 0x000008, "Wrong alignment on BP_VehicleBase_C_DispatchVehicleIntent"); \ +static_assert(sizeof(BP_VehicleBase_C_DispatchVehicleIntent) == 0x000010, "Wrong size on BP_VehicleBase_C_DispatchVehicleIntent"); \ +static_assert(offsetof(BP_VehicleBase_C_DispatchVehicleIntent, Intent) == 0x000000, "Member 'BP_VehicleBase_C_DispatchVehicleIntent::Intent' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_DispatchVehicleIntent, AdditionalDelay) == 0x000008, "Member 'BP_VehicleBase_C_DispatchVehicleIntent::AdditionalDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase \ +static_assert(alignof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase) == 0x000010, "Wrong alignment on BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase"); \ +static_assert(sizeof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase) == 0x000C90, "Wrong size on BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, EntryPoint) == 0x000000, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_delegate_Variable) == 0x000004, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_object_Variable) == 0x000018, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetPlayerVehicleInventoryId_ReturnValue) == 0x000028, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetPlayerVehicleInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_MakeStruct_InventoryItemFilter) == 0x000030, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_MakeStruct_InventoryItemFilter' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetFirstInventoryItem_ReturnValue) == 0x0000D8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetFirstInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_Character_4) == 0x000110, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_Character_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_RemoveFromInventory_ReturnValue) == 0x000118, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_RemoveFromInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000120, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_ItemIsValid_ReturnValue) == 0x000148, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_ItemIsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_K2_AttachToActor_ReturnValue) == 0x000149, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_K2_AttachToActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsValid_ReturnValue) == 0x00014A, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_struct_Variable) == 0x000150, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_DoorState) == 0x000160, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_DoorState' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_SwitchEnum_CmpSuccess) == 0x000161, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetPlayerVehicleInventoryId_ReturnValue_1) == 0x000164, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetPlayerVehicleInventoryId_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_MakeStruct_InventoryItemFilter_1) == 0x000170, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_MakeStruct_InventoryItemFilter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_Character_3) == 0x000218, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_Character_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetFirstInventoryItem_ReturnValue_1) == 0x000220, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetFirstInventoryItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_DynamicCast_AsCJCharacter) == 0x000258, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_DynamicCast_bSuccess) == 0x000260, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_ItemIsValid_ReturnValue_1) == 0x000261, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_ItemIsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetInventoryId_ReturnValue) == 0x000264, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetWieldedItem_ReturnValue) == 0x000270, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetWieldedItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetWieldedType_ReturnValue) == 0x0002A8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetWieldedType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_1) == 0x0002B0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_SwitchEnum_CmpSuccess_1) == 0x0002D8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_AddItemToInventory_ReturnValue) == 0x0002E0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_AddItemToInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_delegate_Variable_1) == 0x000318, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_MakeVector_ReturnValue) == 0x000328, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_New_Range_Type) == 0x000340, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_New_Range_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_Pawn) == 0x000348, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_Pawn' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_object_Variable_1) == 0x000350, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_SwitchEnum_CmpSuccess_2) == 0x000360, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_struct_Variable_1) == 0x000368, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_object_Variable_2) == 0x000378, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_struct_Variable_2) == 0x000388, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_Character_2) == 0x000398, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_Character_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_DynamicCast_AsCJCharacter_1) == 0x0003A0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_DynamicCast_AsCJCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_DynamicCast_bSuccess_1) == 0x0003A8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetWorldSubsystem_ReturnValue) == 0x0003B0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetDoorState_ReturnValue) == 0x0003B8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetDoorState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetWieldedType_ReturnValue_1) == 0x0003B9, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetWieldedType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0003BA, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0003BB, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_BooleanOR_ReturnValue) == 0x0003BC, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_SelectText_ReturnValue) == 0x0003C0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_SelectText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetDoorState_ReturnValue_1) == 0x0003D0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetDoorState_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_SelectText_ReturnValue_1) == 0x0003D8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_SelectText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0003E8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_BooleanAND_ReturnValue) == 0x0003E9, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_NewController) == 0x0003F0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_NewController' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_DynamicCast_AsPlayer_Controller) == 0x0003F8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_DynamicCast_bSuccess_2) == 0x000400, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_MyComp) == 0x000408, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_MyComp' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_Other) == 0x000410, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_Other' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_OtherComp) == 0x000418, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_bSelfMoved) == 0x000420, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_HitLocation) == 0x000428, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_HitNormal) == 0x000440, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_HitNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_NormalImpulse) == 0x000458, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_Hit) == 0x000470, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x000570, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_DynamicCast_bSuccess_3) == 0x000578, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetCollisionObjectType_ReturnValue) == 0x000579, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetCollisionObjectType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00057A, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetObjectClass_ReturnValue) == 0x000580, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_DynamicCast_AsCJCharacter_2) == 0x000588, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_DynamicCast_AsCJCharacter_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_DynamicCast_bSuccess_4) == 0x000590, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_ClassIsChildOf_ReturnValue) == 0x000591, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_BooleanOR_ReturnValue_1) == 0x000592, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetVelocity_ReturnValue) == 0x000598, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_VSize_ReturnValue) == 0x0005B0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0005B8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_DeltaSeconds) == 0x0005BC, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate) == 0x0005C0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_MakeLiteralName_ReturnValue) == 0x0005D0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetSocketTransform_ReturnValue) == 0x0005E0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_DoesSocketExist_ReturnValue) == 0x000640, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_DoesSocketExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsPlayerControlled_ReturnValue) == 0x000641, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_BooleanAND_ReturnValue_1) == 0x000642, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsGamePaused_ReturnValue) == 0x000643, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000644, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_2) == 0x000654, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_Character_2) == 0x000668, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_Character_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_3) == 0x000670, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_4) == 0x000680, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_5) == 0x000690, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_6) == 0x0006A0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_7) == 0x0006B0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_8) == 0x0006C0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_9) == 0x0006D0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetDoorData_ReturnValue) == 0x0006E0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetDoorData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_OpenDoor_ReturnValue) == 0x000738, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_OpenDoor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_CloseDoor_ReturnValue) == 0x000739, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_CloseDoor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_SwitchEnum_CmpSuccess_3) == 0x00073A, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_10) == 0x00073C, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_11) == 0x00074C, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsValid_ReturnValue_1) == 0x00075C, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_12) == 0x000760, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000770, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_13) == 0x000778, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000788, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_CJPostEventAtLocation_ReturnValue) == 0x0007A0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_CJPostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_ComponentBoundEvent_WeakSpot_2) == 0x0007A8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_ComponentBoundEvent_WeakSpot_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_ComponentBoundEvent_Damage_1) == 0x0007B0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_ComponentBoundEvent_Damage_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_ComponentBoundEvent_bReapply_1) == 0x0007B4, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_ComponentBoundEvent_bReapply_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_ComponentBoundEvent_WeakSpot_1) == 0x0007B8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_ComponentBoundEvent_WeakSpot_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_ComponentBoundEvent_Damage) == 0x0007C0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_ComponentBoundEvent_Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_ComponentBoundEvent_bTriggeredTakedown) == 0x0007C4, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_ComponentBoundEvent_bTriggeredTakedown' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_ComponentBoundEvent_bReapply) == 0x0007C5, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_ComponentBoundEvent_bReapply' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetWeakspotType_ReturnValue) == 0x0007C6, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetWeakspotType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetBoneName_ReturnValue) == 0x0007C8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetBoneName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_SwitchEnum_CmpSuccess_4) == 0x0007D0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetWeakspotType_ReturnValue_1) == 0x0007D1, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetWeakspotType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_SwitchEnum_CmpSuccess_5) == 0x0007D2, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_14) == 0x0007D4, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_object_Variable_3) == 0x0007E8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_struct_Variable_3) == 0x0007F8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsPlayerControlled_ReturnValue_1) == 0x000808, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsPlayerControlled_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_15) == 0x00080C, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_16) == 0x00081C, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetDriver_ReturnValue) == 0x000830, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetDriver_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsValid_ReturnValue_2) == 0x000838, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_bool_Has_Been_Initd_Variable) == 0x000839, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsPlayerControlled_ReturnValue_2) == 0x00083A, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsPlayerControlled_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000840, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x000848, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_delegate_Variable_2) == 0x000850, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_object_Variable_4) == 0x000860, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_struct_Variable_4) == 0x000870, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_CJPostEvent_ReturnValue) == 0x000880, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_CJPostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_delegate_Variable_3) == 0x000884, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000898, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_Add_VectorVector_ReturnValue) == 0x0008B0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_17) == 0x0008C8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_CJPostEventAtLocation_ReturnValue_1) == 0x0008D8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_CJPostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_Character_1) == 0x0008E0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_SeatId) == 0x0008E8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_SeatId' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_DoorId_1) == 0x0008E9, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_DoorId_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_State) == 0x0008EA, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_State' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_SwitchEnum_CmpSuccess_6) == 0x0008EB, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_SwitchEnum_CmpSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsHoldingWeapon_ReturnValue) == 0x0008EC, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsHoldingWeapon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetForwardSpeed_ReturnValue) == 0x0008F0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetForwardSpeed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0008F8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000900, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_object_Variable_5) == 0x000908, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_CloseDoor_ReturnValue_1) == 0x000918, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_CloseDoor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_Damage) == 0x00091C, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_ImpactEvent) == 0x000920, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_ImpactEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_WasWeakspotDamagedAndImportant_Result) == 0x000A30, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_WasWeakspotDamagedAndImportant_Result' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_ImpactDamageThreshold_True_) == 0x000A31, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_ImpactDamageThreshold_True_' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_18) == 0x000A34, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_Character) == 0x000A48, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_DoorId) == 0x000A50, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_DoorId' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_bool_IsClosed_Variable) == 0x000A51, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_19) == 0x000A54, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_20) == 0x000A64, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_struct_Variable_5) == 0x000A78, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_CJPostEvent_ReturnValue_1) == 0x000A88, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_CJPostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_DamageNotify) == 0x000A90, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_DamageNotify' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_delegate_Variable_4) == 0x000AC0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_object_Variable_6) == 0x000AD0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsPlayerControlled_ReturnValue_3) == 0x000AE0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsPlayerControlled_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_struct_Variable_6) == 0x000AE8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_CJPostEvent_ReturnValue_2) == 0x000AF8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_CJPostEvent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetDriver_ReturnValue_1) == 0x000B00, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetDriver_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_Intent) == 0x000B08, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_Intent' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CustomEvent_AdditionalDelay) == 0x000B10, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CustomEvent_AdditionalDelay' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsValid_ReturnValue_3) == 0x000B18, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_RandomFloatInRange_ReturnValue) == 0x000B20, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000B28, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_delegate_Variable_5) == 0x000B30, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_delegate_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_Character_1) == 0x000B40, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_object_Variable_7) == 0x000B48, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_object_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_NewRangeType) == 0x000B58, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_NewRangeType' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_Event_Character) == 0x000B60, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_Event_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_ComponentBoundEvent_WeakSpot) == 0x000B68, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_ComponentBoundEvent_WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_ComponentBoundEvent_bWasDestroyed) == 0x000B70, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_ComponentBoundEvent_bWasDestroyed' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetWeakspotType_ReturnValue_2) == 0x000B71, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetWeakspotType_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_SwitchEnum_CmpSuccess_7) == 0x000B72, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_SwitchEnum_CmpSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_struct_Variable_7) == 0x000B78, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsPlayerControlled_ReturnValue_4) == 0x000B88, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsPlayerControlled_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_CJPostEvent_ReturnValue_3) == 0x000B8C, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_CJPostEvent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_delegate_Variable_6) == 0x000B90, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_delegate_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_object_Variable_8) == 0x000BA0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_object_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000BB0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_RandomFloat_ReturnValue) == 0x000BC8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_MakeStruct_CrimeReport) == 0x000BD0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_MakeStruct_CrimeReport' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000BF0, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, Temp_struct_Variable_8) == 0x000BF8, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000C08, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_CJPostEvent_ReturnValue_4) == 0x000C10, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_CJPostEvent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsEngineStarted_ReturnValue) == 0x000C14, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsEngineStarted_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_BooleanOR_ReturnValue_2) == 0x000C15, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetVoiceFromVehicle_AsNPCVoice_Identifier_Asset) == 0x000C18, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetVoiceFromVehicle_AsNPCVoice_Identifier_Asset' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsValid_ReturnValue_4) == 0x000C20, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_SayIntentVoiceId_ReturnValue) == 0x000C21, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_SayIntentVoiceId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsValid_ReturnValue_5) == 0x000C22, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_OnHitWhileSideramIsActive_Cancelled_Sideram) == 0x000C23, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_OnHitWhileSideramIsActive_Cancelled_Sideram' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsVulnerable_ReturnValue) == 0x000C24, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsVulnerable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_BooleanAND_ReturnValue_2) == 0x000C25, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_CJPostEventOnComponent_ReturnValue) == 0x000C28, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_CJPostEventOnComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_CJPostEventOnComponent_ReturnValue_1) == 0x000C2C, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_CJPostEventOnComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetPlayingInstance_ReturnValue) == 0x000C30, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, K2Node_CreateDelegate_OutputDelegate_21) == 0x000C38, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetPlayerVehicleName_ReturnValue) == 0x000C48, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetPlayerVehicleName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x000C50, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_SpawnPickup_ReturnValue) == 0x000C58, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_SpawnPickup_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000C60, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_BooleanAND_ReturnValue_3) == 0x000C61, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_IsPossessedByPlayer_ReturnValue) == 0x000C62, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_IsPossessedByPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_BooleanAND_ReturnValue_4) == 0x000C63, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GainAdrenalineAtHighSpeed_DeltaTime_ImplicitCast) == 0x000C68, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GainAdrenalineAtHighSpeed_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000C70, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_ImpactDamageThreshold_HitDamage_ImplicitCast) == 0x000C78, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_ImpactDamageThreshold_HitDamage_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase, CallFunc_Delay_Duration_ImplicitCast) == 0x000C80, "Member 'BP_VehicleBase_C_ExecuteUbergraph_BP_VehicleBase::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC \ +static_assert(alignof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC) == 0x000008, "Wrong alignment on BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC"); \ +static_assert(sizeof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC) == 0x0000B8, "Wrong size on BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, Geometry_Collections) == 0x000000, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::Geometry_Collections' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, Any_Component_Destructible) == 0x000010, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::Any_Component_Destructible' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, Activate_Physics) == 0x000011, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::Activate_Physics' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, Temp_int_Array_Index_Variable_2) == 0x000024, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, K2Node_DynamicCast_AsCJDestructible_Interface) == 0x000040, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::K2Node_DynamicCast_AsCJDestructible_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Less_IntInt_ReturnValue) == 0x000051, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_GatherGeometryCollectionsForVehicleDestruction_OutGeometryCollectionComponents) == 0x000058, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_GatherGeometryCollectionsForVehicleDestruction_OutGeometryCollectionComponents' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Array_AddUnique_ReturnValue) == 0x000074, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000078, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Add_IntInt_ReturnValue_1) == 0x000088, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Array_Get_Item_2) == 0x000090, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x000098, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Not_PreBool_ReturnValue) == 0x000099, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00009A, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_ComponentHasTag_ReturnValue) == 0x00009B, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_ComponentHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_BooleanAND_ReturnValue) == 0x00009C, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Array_Length_ReturnValue_2) == 0x0000A0, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A4, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, Temp_int_Loop_Counter_Variable_2) == 0x0000A8, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000AC, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000B0, "Member 'BP_VehicleBase_C_Force_Dynamic_Tagged_Non_GC::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_ForceFeedbackBasedOnVelocity \ +static_assert(alignof(BP_VehicleBase_C_ForceFeedbackBasedOnVelocity) == 0x000008, "Wrong alignment on BP_VehicleBase_C_ForceFeedbackBasedOnVelocity"); \ +static_assert(sizeof(BP_VehicleBase_C_ForceFeedbackBasedOnVelocity) == 0x000050, "Wrong size on BP_VehicleBase_C_ForceFeedbackBasedOnVelocity"); \ +static_assert(offsetof(BP_VehicleBase_C_ForceFeedbackBasedOnVelocity, CallFunc_IsPlayerControlled_ReturnValue) == 0x000000, "Member 'BP_VehicleBase_C_ForceFeedbackBasedOnVelocity::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ForceFeedbackBasedOnVelocity, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000008, "Member 'BP_VehicleBase_C_ForceFeedbackBasedOnVelocity::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ForceFeedbackBasedOnVelocity, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'BP_VehicleBase_C_ForceFeedbackBasedOnVelocity::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ForceFeedbackBasedOnVelocity, CallFunc_VSize_ReturnValue) == 0x000028, "Member 'BP_VehicleBase_C_ForceFeedbackBasedOnVelocity::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ForceFeedbackBasedOnVelocity, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'BP_VehicleBase_C_ForceFeedbackBasedOnVelocity::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ForceFeedbackBasedOnVelocity, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_VehicleBase_C_ForceFeedbackBasedOnVelocity::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ForceFeedbackBasedOnVelocity, CallFunc_SpawnForceFeedbackAttached_ReturnValue) == 0x000040, "Member 'BP_VehicleBase_C_ForceFeedbackBasedOnVelocity::CallFunc_SpawnForceFeedbackAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ForceFeedbackBasedOnVelocity, CallFunc_BooleanAND_ReturnValue) == 0x000048, "Member 'BP_VehicleBase_C_ForceFeedbackBasedOnVelocity::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ForceFeedbackBasedOnVelocity, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'BP_VehicleBase_C_ForceFeedbackBasedOnVelocity::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ForceFeedbackBasedOnVelocity, CallFunc_SpawnForceFeedbackAttached_IntensityMultiplier_ImplicitCast) == 0x00004C, "Member 'BP_VehicleBase_C_ForceFeedbackBasedOnVelocity::CallFunc_SpawnForceFeedbackAttached_IntensityMultiplier_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_ForwardInteractionToPickup \ +static_assert(alignof(BP_VehicleBase_C_ForwardInteractionToPickup) == 0x000008, "Wrong alignment on BP_VehicleBase_C_ForwardInteractionToPickup"); \ +static_assert(sizeof(BP_VehicleBase_C_ForwardInteractionToPickup) == 0x000008, "Wrong size on BP_VehicleBase_C_ForwardInteractionToPickup"); \ +static_assert(offsetof(BP_VehicleBase_C_ForwardInteractionToPickup, Character) == 0x000000, "Member 'BP_VehicleBase_C_ForwardInteractionToPickup::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_GainAdrenalineAtHighSpeed \ +static_assert(alignof(BP_VehicleBase_C_GainAdrenalineAtHighSpeed) == 0x000008, "Wrong alignment on BP_VehicleBase_C_GainAdrenalineAtHighSpeed"); \ +static_assert(sizeof(BP_VehicleBase_C_GainAdrenalineAtHighSpeed) == 0x000040, "Wrong size on BP_VehicleBase_C_GainAdrenalineAtHighSpeed"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineAtHighSpeed, DeltaTime) == 0x000000, "Member 'BP_VehicleBase_C_GainAdrenalineAtHighSpeed::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineAtHighSpeed, CallFunc_GetCJVehicleMovement_ReturnValue) == 0x000008, "Member 'BP_VehicleBase_C_GainAdrenalineAtHighSpeed::CallFunc_GetCJVehicleMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineAtHighSpeed, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_VehicleBase_C_GainAdrenalineAtHighSpeed::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineAtHighSpeed, CallFunc_GetForwardSpeedKMH_ReturnValue) == 0x000018, "Member 'BP_VehicleBase_C_GainAdrenalineAtHighSpeed::CallFunc_GetForwardSpeedKMH_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineAtHighSpeed, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00001C, "Member 'BP_VehicleBase_C_GainAdrenalineAtHighSpeed::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineAtHighSpeed, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BP_VehicleBase_C_GainAdrenalineAtHighSpeed::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineAtHighSpeed, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000028, "Member 'BP_VehicleBase_C_GainAdrenalineAtHighSpeed::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineAtHighSpeed, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_VehicleBase_C_GainAdrenalineAtHighSpeed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineAtHighSpeed, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000031, "Member 'BP_VehicleBase_C_GainAdrenalineAtHighSpeed::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineAtHighSpeed, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000038, "Member 'BP_VehicleBase_C_GainAdrenalineAtHighSpeed::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_GainAdrenalineOnDestructibleHit \ +static_assert(alignof(BP_VehicleBase_C_GainAdrenalineOnDestructibleHit) == 0x000008, "Wrong alignment on BP_VehicleBase_C_GainAdrenalineOnDestructibleHit"); \ +static_assert(sizeof(BP_VehicleBase_C_GainAdrenalineOnDestructibleHit) == 0x000128, "Wrong size on BP_VehicleBase_C_GainAdrenalineOnDestructibleHit"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnDestructibleHit, ImpactDamageEvent) == 0x000000, "Member 'BP_VehicleBase_C_GainAdrenalineOnDestructibleHit::ImpactDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnDestructibleHit, CallFunc_GetController_ReturnValue) == 0x000110, "Member 'BP_VehicleBase_C_GainAdrenalineOnDestructibleHit::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnDestructibleHit, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000118, "Member 'BP_VehicleBase_C_GainAdrenalineOnDestructibleHit::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnDestructibleHit, K2Node_DynamicCast_bSuccess) == 0x000120, "Member 'BP_VehicleBase_C_GainAdrenalineOnDestructibleHit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnDestructibleHit, CallFunc_IsValid_ReturnValue) == 0x000121, "Member 'BP_VehicleBase_C_GainAdrenalineOnDestructibleHit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnDestructibleHit, CallFunc_GetCollisionObjectType_ReturnValue) == 0x000122, "Member 'BP_VehicleBase_C_GainAdrenalineOnDestructibleHit::CallFunc_GetCollisionObjectType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnDestructibleHit, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000123, "Member 'BP_VehicleBase_C_GainAdrenalineOnDestructibleHit::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnDestructibleHit, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000124, "Member 'BP_VehicleBase_C_GainAdrenalineOnDestructibleHit::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnDestructibleHit, CallFunc_BooleanOR_ReturnValue) == 0x000125, "Member 'BP_VehicleBase_C_GainAdrenalineOnDestructibleHit::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_GainAdrenalineOnLongJump \ +static_assert(alignof(BP_VehicleBase_C_GainAdrenalineOnLongJump) == 0x000008, "Wrong alignment on BP_VehicleBase_C_GainAdrenalineOnLongJump"); \ +static_assert(sizeof(BP_VehicleBase_C_GainAdrenalineOnLongJump) == 0x000030, "Wrong size on BP_VehicleBase_C_GainAdrenalineOnLongJump"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnLongJump, AirTime) == 0x000000, "Member 'BP_VehicleBase_C_GainAdrenalineOnLongJump::AirTime' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnLongJump, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_VehicleBase_C_GainAdrenalineOnLongJump::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnLongJump, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_VehicleBase_C_GainAdrenalineOnLongJump::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnLongJump, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000018, "Member 'BP_VehicleBase_C_GainAdrenalineOnLongJump::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnLongJump, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_VehicleBase_C_GainAdrenalineOnLongJump::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GainAdrenalineOnLongJump, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000028, "Member 'BP_VehicleBase_C_GainAdrenalineOnLongJump::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity \ +static_assert(alignof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity) == 0x000010, "Wrong alignment on BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity"); \ +static_assert(sizeof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity) == 0x000310, "Wrong size on BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, DeltaTime) == 0x000000, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, ReturnValue) == 0x000010, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, ForwardPredictionTime) == 0x000070, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::ForwardPredictionTime' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000080, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_GetVelocity_ReturnValue) == 0x000088, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000A0, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_VSize_ReturnValue) == 0x0000B8, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000C0, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0000D8, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_FClamp_ReturnValue) == 0x0000E0, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_GetUnscaledBoxExtent_ReturnValue) == 0x0000E8, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_GetUnscaledBoxExtent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000100, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000120, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_BreakTransform_Location) == 0x000180, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_BreakTransform_Rotation) == 0x000198, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_BreakTransform_Scale) == 0x0001B0, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_InverseTransformDirection_ReturnValue) == 0x0001C8, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_InverseTransformDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Add_VectorVector_ReturnValue) == 0x0001E0, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Normal_ReturnValue) == 0x0001F8, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_BreakVector_X) == 0x000210, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_BreakVector_Y) == 0x000218, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_BreakVector_Z) == 0x000220, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Abs_ReturnValue) == 0x000228, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Abs_ReturnValue_1) == 0x000230, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Abs_ReturnValue_2) == 0x000238, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_MakeVector_ReturnValue) == 0x000240, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000258, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Divide_VectorVector_ReturnValue) == 0x000270, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000288, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_MakeTransform_ReturnValue) == 0x0002A0, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000300, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000308, "Member 'BP_VehicleBase_C_GetDestructionBoxTransformScaledWithVelocity::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_HandleBrakeStart \ +static_assert(alignof(BP_VehicleBase_C_HandleBrakeStart) == 0x000001, "Wrong alignment on BP_VehicleBase_C_HandleBrakeStart"); \ +static_assert(sizeof(BP_VehicleBase_C_HandleBrakeStart) == 0x000013, "Wrong size on BP_VehicleBase_C_HandleBrakeStart"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleBrakeStart, CallFunc_GetVehicleInstanceData_ReturnValue) == 0x000000, "Member 'BP_VehicleBase_C_HandleBrakeStart::CallFunc_GetVehicleInstanceData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_HandleBrakeStop \ +static_assert(alignof(BP_VehicleBase_C_HandleBrakeStop) == 0x000001, "Wrong alignment on BP_VehicleBase_C_HandleBrakeStop"); \ +static_assert(sizeof(BP_VehicleBase_C_HandleBrakeStop) == 0x000013, "Wrong size on BP_VehicleBase_C_HandleBrakeStop"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleBrakeStop, CallFunc_GetVehicleInstanceData_ReturnValue) == 0x000000, "Member 'BP_VehicleBase_C_HandleBrakeStop::CallFunc_GetVehicleInstanceData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_HandleDoorStateChange \ +static_assert(alignof(BP_VehicleBase_C_HandleDoorStateChange) == 0x000008, "Wrong alignment on BP_VehicleBase_C_HandleDoorStateChange"); \ +static_assert(sizeof(BP_VehicleBase_C_HandleDoorStateChange) == 0x000110, "Wrong size on BP_VehicleBase_C_HandleDoorStateChange"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, DoorId) == 0x000000, "Member 'BP_VehicleBase_C_HandleDoorStateChange::DoorId' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, NewState) == 0x000001, "Member 'BP_VehicleBase_C_HandleDoorStateChange::NewState' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, TrunkDoorsOpenCount) == 0x000004, "Member 'BP_VehicleBase_C_HandleDoorStateChange::TrunkDoorsOpenCount' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, TrunkDoors) == 0x000008, "Member 'BP_VehicleBase_C_HandleDoorStateChange::TrunkDoors' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, ValidDoor) == 0x000018, "Member 'BP_VehicleBase_C_HandleDoorStateChange::ValidDoor' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, DoorOpenCount) == 0x000028, "Member 'BP_VehicleBase_C_HandleDoorStateChange::DoorOpenCount' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, K2Node_MakeArray_Array) == 0x000030, "Member 'BP_VehicleBase_C_HandleDoorStateChange::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, K2Node_MakeArray_Array_1) == 0x000048, "Member 'BP_VehicleBase_C_HandleDoorStateChange::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, Temp_int_Variable) == 0x000058, "Member 'BP_VehicleBase_C_HandleDoorStateChange::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, Temp_int_Variable_1) == 0x00005C, "Member 'BP_VehicleBase_C_HandleDoorStateChange::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_Conv_IntToByte_ReturnValue) == 0x000064, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_GetValidValue_ReturnValue) == 0x000065, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000066, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_GetDoorData_ReturnValue) == 0x000068, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_GetDoorData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x0000C0, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000C4, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, K2Node_SwitchEnum_CmpSuccess) == 0x0000C8, "Member 'BP_VehicleBase_C_HandleDoorStateChange::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000C9, "Member 'BP_VehicleBase_C_HandleDoorStateChange::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, Temp_int_Variable_2) == 0x0000CC, "Member 'BP_VehicleBase_C_HandleDoorStateChange::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_MakeLiteralInt_ReturnValue) == 0x0000D0, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, Temp_int_Variable_3) == 0x0000D4, "Member 'BP_VehicleBase_C_HandleDoorStateChange::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_Less_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_Array_Contains_ReturnValue) == 0x0000D9, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000DC, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_GetVehicleInstanceData_ReturnValue) == 0x0000E0, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_GetVehicleInstanceData_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_Greater_IntInt_ReturnValue) == 0x0000F3, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_GetVehicleInstanceData_ReturnValue_1) == 0x0000F4, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_GetVehicleInstanceData_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_Add_IntInt_ReturnValue_2) == 0x000108, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00010C, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleDoorStateChange, CallFunc_Array_Contains_ReturnValue_1) == 0x00010D, "Member 'BP_VehicleBase_C_HandleDoorStateChange::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_HandleEngineStart \ +static_assert(alignof(BP_VehicleBase_C_HandleEngineStart) == 0x000001, "Wrong alignment on BP_VehicleBase_C_HandleEngineStart"); \ +static_assert(sizeof(BP_VehicleBase_C_HandleEngineStart) == 0x000013, "Wrong size on BP_VehicleBase_C_HandleEngineStart"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleEngineStart, CallFunc_GetVehicleInstanceData_ReturnValue) == 0x000000, "Member 'BP_VehicleBase_C_HandleEngineStart::CallFunc_GetVehicleInstanceData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_HandleEngineStop \ +static_assert(alignof(BP_VehicleBase_C_HandleEngineStop) == 0x000001, "Wrong alignment on BP_VehicleBase_C_HandleEngineStop"); \ +static_assert(sizeof(BP_VehicleBase_C_HandleEngineStop) == 0x000013, "Wrong size on BP_VehicleBase_C_HandleEngineStop"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleEngineStop, CallFunc_GetVehicleInstanceData_ReturnValue) == 0x000000, "Member 'BP_VehicleBase_C_HandleEngineStop::CallFunc_GetVehicleInstanceData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_HandleIndicatorLightsChange \ +static_assert(alignof(BP_VehicleBase_C_HandleIndicatorLightsChange) == 0x000001, "Wrong alignment on BP_VehicleBase_C_HandleIndicatorLightsChange"); \ +static_assert(sizeof(BP_VehicleBase_C_HandleIndicatorLightsChange) == 0x000017, "Wrong size on BP_VehicleBase_C_HandleIndicatorLightsChange"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleIndicatorLightsChange, LightMode) == 0x000000, "Member 'BP_VehicleBase_C_HandleIndicatorLightsChange::LightMode' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleIndicatorLightsChange, IsRight) == 0x000001, "Member 'BP_VehicleBase_C_HandleIndicatorLightsChange::IsRight' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleIndicatorLightsChange, IsLeft) == 0x000002, "Member 'BP_VehicleBase_C_HandleIndicatorLightsChange::IsLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleIndicatorLightsChange, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_VehicleBase_C_HandleIndicatorLightsChange::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleIndicatorLightsChange, CallFunc_GetVehicleInstanceData_ReturnValue) == 0x000004, "Member 'BP_VehicleBase_C_HandleIndicatorLightsChange::CallFunc_GetVehicleInstanceData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_HandleReverseStart \ +static_assert(alignof(BP_VehicleBase_C_HandleReverseStart) == 0x000001, "Wrong alignment on BP_VehicleBase_C_HandleReverseStart"); \ +static_assert(sizeof(BP_VehicleBase_C_HandleReverseStart) == 0x000013, "Wrong size on BP_VehicleBase_C_HandleReverseStart"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleReverseStart, CallFunc_GetVehicleInstanceData_ReturnValue) == 0x000000, "Member 'BP_VehicleBase_C_HandleReverseStart::CallFunc_GetVehicleInstanceData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_HandleReverseStop \ +static_assert(alignof(BP_VehicleBase_C_HandleReverseStop) == 0x000001, "Wrong alignment on BP_VehicleBase_C_HandleReverseStop"); \ +static_assert(sizeof(BP_VehicleBase_C_HandleReverseStop) == 0x000013, "Wrong size on BP_VehicleBase_C_HandleReverseStop"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleReverseStop, CallFunc_GetVehicleInstanceData_ReturnValue) == 0x000000, "Member 'BP_VehicleBase_C_HandleReverseStop::CallFunc_GetVehicleInstanceData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_HandleWeakspotDamaged \ +static_assert(alignof(BP_VehicleBase_C_HandleWeakspotDamaged) == 0x000008, "Wrong alignment on BP_VehicleBase_C_HandleWeakspotDamaged"); \ +static_assert(sizeof(BP_VehicleBase_C_HandleWeakspotDamaged) == 0x000010, "Wrong size on BP_VehicleBase_C_HandleWeakspotDamaged"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleWeakspotDamaged, WeakSpot) == 0x000000, "Member 'BP_VehicleBase_C_HandleWeakspotDamaged::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleWeakspotDamaged, Damage) == 0x000008, "Member 'BP_VehicleBase_C_HandleWeakspotDamaged::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleWeakspotDamaged, bReapply) == 0x00000C, "Member 'BP_VehicleBase_C_HandleWeakspotDamaged::bReapply' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleWeakspotDamaged, CallFunc_GetWeakspotType_ReturnValue) == 0x00000D, "Member 'BP_VehicleBase_C_HandleWeakspotDamaged::CallFunc_GetWeakspotType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HandleWeakspotDamaged, K2Node_SwitchEnum_CmpSuccess) == 0x00000E, "Member 'BP_VehicleBase_C_HandleWeakspotDamaged::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_HitCameraShake \ +static_assert(alignof(BP_VehicleBase_C_HitCameraShake) == 0x000008, "Wrong alignment on BP_VehicleBase_C_HitCameraShake"); \ +static_assert(sizeof(BP_VehicleBase_C_HitCameraShake) == 0x000058, "Wrong size on BP_VehicleBase_C_HitCameraShake"); \ +static_assert(offsetof(BP_VehicleBase_C_HitCameraShake, MinShakeStrength) == 0x000000, "Member 'BP_VehicleBase_C_HitCameraShake::MinShakeStrength' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HitCameraShake, MaxShakeStrength) == 0x000008, "Member 'BP_VehicleBase_C_HitCameraShake::MaxShakeStrength' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HitCameraShake, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'BP_VehicleBase_C_HitCameraShake::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HitCameraShake, CallFunc_IsPlayerControlled_ReturnValue) == 0x000028, "Member 'BP_VehicleBase_C_HitCameraShake::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HitCameraShake, CallFunc_VSize_ReturnValue) == 0x000030, "Member 'BP_VehicleBase_C_HitCameraShake::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HitCameraShake, CallFunc_MapRangeClamped_ReturnValue) == 0x000038, "Member 'BP_VehicleBase_C_HitCameraShake::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HitCameraShake, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000040, "Member 'BP_VehicleBase_C_HitCameraShake::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HitCameraShake, CallFunc_StartCameraShake_ReturnValue) == 0x000048, "Member 'BP_VehicleBase_C_HitCameraShake::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_HitCameraShake, CallFunc_StartCameraShake_Scale_ImplicitCast) == 0x000050, "Member 'BP_VehicleBase_C_HitCameraShake::CallFunc_StartCameraShake_Scale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_ImpactDamageThreshold \ +static_assert(alignof(BP_VehicleBase_C_ImpactDamageThreshold) == 0x000008, "Wrong alignment on BP_VehicleBase_C_ImpactDamageThreshold"); \ +static_assert(sizeof(BP_VehicleBase_C_ImpactDamageThreshold) == 0x000018, "Wrong size on BP_VehicleBase_C_ImpactDamageThreshold"); \ +static_assert(offsetof(BP_VehicleBase_C_ImpactDamageThreshold, HitDamage_0) == 0x000000, "Member 'BP_VehicleBase_C_ImpactDamageThreshold::HitDamage_0' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ImpactDamageThreshold, DamageThreshold) == 0x000008, "Member 'BP_VehicleBase_C_ImpactDamageThreshold::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ImpactDamageThreshold, True_) == 0x000010, "Member 'BP_VehicleBase_C_ImpactDamageThreshold::True_' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ImpactDamageThreshold, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000011, "Member 'BP_VehicleBase_C_ImpactDamageThreshold::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ImpactDamageThreshold, CallFunc_IsAbilityActive_ReturnValue) == 0x000012, "Member 'BP_VehicleBase_C_ImpactDamageThreshold::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ImpactDamageThreshold, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'BP_VehicleBase_C_ImpactDamageThreshold::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ImpactDamageThreshold, CallFunc_BooleanAND_ReturnValue) == 0x000014, "Member 'BP_VehicleBase_C_ImpactDamageThreshold::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_NotifyDamageDoneToVehicle \ +static_assert(alignof(BP_VehicleBase_C_NotifyDamageDoneToVehicle) == 0x000008, "Wrong alignment on BP_VehicleBase_C_NotifyDamageDoneToVehicle"); \ +static_assert(sizeof(BP_VehicleBase_C_NotifyDamageDoneToVehicle) == 0x000030, "Wrong size on BP_VehicleBase_C_NotifyDamageDoneToVehicle"); \ +static_assert(offsetof(BP_VehicleBase_C_NotifyDamageDoneToVehicle, DamageNotify) == 0x000000, "Member 'BP_VehicleBase_C_NotifyDamageDoneToVehicle::DamageNotify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_OnImpactDamageDoneToVehicle \ +static_assert(alignof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle) == 0x000008, "Wrong alignment on BP_VehicleBase_C_OnImpactDamageDoneToVehicle"); \ +static_assert(sizeof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle) == 0x000078, "Wrong size on BP_VehicleBase_C_OnImpactDamageDoneToVehicle"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle, DamageDone) == 0x000000, "Member 'BP_VehicleBase_C_OnImpactDamageDoneToVehicle::DamageDone' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle, Temp_bool_Variable) == 0x000030, "Member 'BP_VehicleBase_C_OnImpactDamageDoneToVehicle::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle, CallFunc_QueryWeakSpotDamage_ReturnValue) == 0x000031, "Member 'BP_VehicleBase_C_OnImpactDamageDoneToVehicle::CallFunc_QueryWeakSpotDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x000038, "Member 'BP_VehicleBase_C_OnImpactDamageDoneToVehicle::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_VehicleBase_C_OnImpactDamageDoneToVehicle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle, CallFunc_IsPossessedByPlayer_ReturnValue) == 0x000049, "Member 'BP_VehicleBase_C_OnImpactDamageDoneToVehicle::CallFunc_IsPossessedByPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle, CallFunc_IsPossessedByPlayer_ReturnValue_1) == 0x00004A, "Member 'BP_VehicleBase_C_OnImpactDamageDoneToVehicle::CallFunc_IsPossessedByPlayer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle, CallFunc_BooleanAND_ReturnValue) == 0x00004B, "Member 'BP_VehicleBase_C_OnImpactDamageDoneToVehicle::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle, CallFunc_IsAbilityActive_ReturnValue) == 0x00004C, "Member 'BP_VehicleBase_C_OnImpactDamageDoneToVehicle::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x000050, "Member 'BP_VehicleBase_C_OnImpactDamageDoneToVehicle::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle, CallFunc_HasAnyMatchingGameplayTags_ReturnValue) == 0x000070, "Member 'BP_VehicleBase_C_OnImpactDamageDoneToVehicle::CallFunc_HasAnyMatchingGameplayTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDamageDoneToVehicle, CallFunc_IsAbilityActive_ReturnValue_1) == 0x000071, "Member 'BP_VehicleBase_C_OnImpactDamageDoneToVehicle::CallFunc_IsAbilityActive_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_OnImpactDispatchIntents \ +static_assert(alignof(BP_VehicleBase_C_OnImpactDispatchIntents) == 0x000008, "Wrong alignment on BP_VehicleBase_C_OnImpactDispatchIntents"); \ +static_assert(sizeof(BP_VehicleBase_C_OnImpactDispatchIntents) == 0x000140, "Wrong size on BP_VehicleBase_C_OnImpactDispatchIntents"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDispatchIntents, ImpactDamageEvent) == 0x000000, "Member 'BP_VehicleBase_C_OnImpactDispatchIntents::ImpactDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDispatchIntents, SelectedIntent) == 0x000110, "Member 'BP_VehicleBase_C_OnImpactDispatchIntents::SelectedIntent' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDispatchIntents, K2Node_SwitchEnum_CmpSuccess) == 0x000118, "Member 'BP_VehicleBase_C_OnImpactDispatchIntents::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDispatchIntents, K2Node_SwitchEnum_CmpSuccess_1) == 0x000119, "Member 'BP_VehicleBase_C_OnImpactDispatchIntents::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDispatchIntents, K2Node_SwitchEnum_CmpSuccess_2) == 0x00011A, "Member 'BP_VehicleBase_C_OnImpactDispatchIntents::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDispatchIntents, K2Node_DynamicCast_AsCJVehicle) == 0x000120, "Member 'BP_VehicleBase_C_OnImpactDispatchIntents::K2Node_DynamicCast_AsCJVehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDispatchIntents, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'BP_VehicleBase_C_OnImpactDispatchIntents::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDispatchIntents, CallFunc_IsAbilityActive_ReturnValue) == 0x000129, "Member 'BP_VehicleBase_C_OnImpactDispatchIntents::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDispatchIntents, CallFunc_GetPlayingInstance_ReturnValue) == 0x000130, "Member 'BP_VehicleBase_C_OnImpactDispatchIntents::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnImpactDispatchIntents, CallFunc_GetComponentByClass_ReturnValue) == 0x000138, "Member 'BP_VehicleBase_C_OnImpactDispatchIntents::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_OnTakeImpactDamage_Event \ +static_assert(alignof(BP_VehicleBase_C_OnTakeImpactDamage_Event) == 0x000008, "Wrong alignment on BP_VehicleBase_C_OnTakeImpactDamage_Event"); \ +static_assert(sizeof(BP_VehicleBase_C_OnTakeImpactDamage_Event) == 0x000118, "Wrong size on BP_VehicleBase_C_OnTakeImpactDamage_Event"); \ +static_assert(offsetof(BP_VehicleBase_C_OnTakeImpactDamage_Event, Damage) == 0x000000, "Member 'BP_VehicleBase_C_OnTakeImpactDamage_Event::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnTakeImpactDamage_Event, ImpactEvent) == 0x000008, "Member 'BP_VehicleBase_C_OnTakeImpactDamage_Event::ImpactEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_OnTrunkInteracted \ +static_assert(alignof(BP_VehicleBase_C_OnTrunkInteracted) == 0x000008, "Wrong alignment on BP_VehicleBase_C_OnTrunkInteracted"); \ +static_assert(sizeof(BP_VehicleBase_C_OnTrunkInteracted) == 0x000008, "Wrong size on BP_VehicleBase_C_OnTrunkInteracted"); \ +static_assert(offsetof(BP_VehicleBase_C_OnTrunkInteracted, Character) == 0x000000, "Member 'BP_VehicleBase_C_OnTrunkInteracted::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_OnTrunkInteractonRangeUpdated \ +static_assert(alignof(BP_VehicleBase_C_OnTrunkInteractonRangeUpdated) == 0x000008, "Wrong alignment on BP_VehicleBase_C_OnTrunkInteractonRangeUpdated"); \ +static_assert(sizeof(BP_VehicleBase_C_OnTrunkInteractonRangeUpdated) == 0x000010, "Wrong size on BP_VehicleBase_C_OnTrunkInteractonRangeUpdated"); \ +static_assert(offsetof(BP_VehicleBase_C_OnTrunkInteractonRangeUpdated, NewRangeType) == 0x000000, "Member 'BP_VehicleBase_C_OnTrunkInteractonRangeUpdated::NewRangeType' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnTrunkInteractonRangeUpdated, Character) == 0x000008, "Member 'BP_VehicleBase_C_OnTrunkInteractonRangeUpdated::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_OnTrunkOpened \ +static_assert(alignof(BP_VehicleBase_C_OnTrunkOpened) == 0x000008, "Wrong alignment on BP_VehicleBase_C_OnTrunkOpened"); \ +static_assert(sizeof(BP_VehicleBase_C_OnTrunkOpened) == 0x000008, "Wrong size on BP_VehicleBase_C_OnTrunkOpened"); \ +static_assert(offsetof(BP_VehicleBase_C_OnTrunkOpened, Character) == 0x000000, "Member 'BP_VehicleBase_C_OnTrunkOpened::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_OnVehicleStolenEvent \ +static_assert(alignof(BP_VehicleBase_C_OnVehicleStolenEvent) == 0x000008, "Wrong alignment on BP_VehicleBase_C_OnVehicleStolenEvent"); \ +static_assert(sizeof(BP_VehicleBase_C_OnVehicleStolenEvent) == 0x000010, "Wrong size on BP_VehicleBase_C_OnVehicleStolenEvent"); \ +static_assert(offsetof(BP_VehicleBase_C_OnVehicleStolenEvent, Character) == 0x000000, "Member 'BP_VehicleBase_C_OnVehicleStolenEvent::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnVehicleStolenEvent, DoorId) == 0x000008, "Member 'BP_VehicleBase_C_OnVehicleStolenEvent::DoorId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_ReceiveHit \ +static_assert(alignof(BP_VehicleBase_C_ReceiveHit) == 0x000008, "Wrong alignment on BP_VehicleBase_C_ReceiveHit"); \ +static_assert(sizeof(BP_VehicleBase_C_ReceiveHit) == 0x000168, "Wrong size on BP_VehicleBase_C_ReceiveHit"); \ +static_assert(offsetof(BP_VehicleBase_C_ReceiveHit, MyComp) == 0x000000, "Member 'BP_VehicleBase_C_ReceiveHit::MyComp' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ReceiveHit, Other) == 0x000008, "Member 'BP_VehicleBase_C_ReceiveHit::Other' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ReceiveHit, OtherComp) == 0x000010, "Member 'BP_VehicleBase_C_ReceiveHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'BP_VehicleBase_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ReceiveHit, HitLocation) == 0x000020, "Member 'BP_VehicleBase_C_ReceiveHit::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ReceiveHit, HitNormal) == 0x000038, "Member 'BP_VehicleBase_C_ReceiveHit::HitNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ReceiveHit, NormalImpulse) == 0x000050, "Member 'BP_VehicleBase_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_ReceiveHit, Hit) == 0x000068, "Member 'BP_VehicleBase_C_ReceiveHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_ReceivePossessed \ +static_assert(alignof(BP_VehicleBase_C_ReceivePossessed) == 0x000008, "Wrong alignment on BP_VehicleBase_C_ReceivePossessed"); \ +static_assert(sizeof(BP_VehicleBase_C_ReceivePossessed) == 0x000008, "Wrong size on BP_VehicleBase_C_ReceivePossessed"); \ +static_assert(offsetof(BP_VehicleBase_C_ReceivePossessed, NewController) == 0x000000, "Member 'BP_VehicleBase_C_ReceivePossessed::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_ReceiveTick \ +static_assert(alignof(BP_VehicleBase_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_VehicleBase_C_ReceiveTick"); \ +static_assert(sizeof(BP_VehicleBase_C_ReceiveTick) == 0x000004, "Wrong size on BP_VehicleBase_C_ReceiveTick"); \ +static_assert(offsetof(BP_VehicleBase_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_VehicleBase_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_SetAndApplyVehicleInstanceData \ +static_assert(alignof(BP_VehicleBase_C_SetAndApplyVehicleInstanceData) == 0x000001, "Wrong alignment on BP_VehicleBase_C_SetAndApplyVehicleInstanceData"); \ +static_assert(sizeof(BP_VehicleBase_C_SetAndApplyVehicleInstanceData) == 0x000013, "Wrong size on BP_VehicleBase_C_SetAndApplyVehicleInstanceData"); \ +static_assert(offsetof(BP_VehicleBase_C_SetAndApplyVehicleInstanceData, InstanceData) == 0x000000, "Member 'BP_VehicleBase_C_SetAndApplyVehicleInstanceData::InstanceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_SetCarLockLights \ +static_assert(alignof(BP_VehicleBase_C_SetCarLockLights) == 0x000001, "Wrong alignment on BP_VehicleBase_C_SetCarLockLights"); \ +static_assert(sizeof(BP_VehicleBase_C_SetCarLockLights) == 0x000014, "Wrong size on BP_VehicleBase_C_SetCarLockLights"); \ +static_assert(offsetof(BP_VehicleBase_C_SetCarLockLights, Enable) == 0x000000, "Member 'BP_VehicleBase_C_SetCarLockLights::Enable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_SetCarLockLights, CallFunc_GetVehicleInstanceData_ReturnValue) == 0x000001, "Member 'BP_VehicleBase_C_SetCarLockLights::CallFunc_GetVehicleInstanceData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_SetInteriorVehicleLights \ +static_assert(alignof(BP_VehicleBase_C_SetInteriorVehicleLights) == 0x000001, "Wrong alignment on BP_VehicleBase_C_SetInteriorVehicleLights"); \ +static_assert(sizeof(BP_VehicleBase_C_SetInteriorVehicleLights) == 0x000014, "Wrong size on BP_VehicleBase_C_SetInteriorVehicleLights"); \ +static_assert(offsetof(BP_VehicleBase_C_SetInteriorVehicleLights, Enable) == 0x000000, "Member 'BP_VehicleBase_C_SetInteriorVehicleLights::Enable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_SetInteriorVehicleLights, CallFunc_GetVehicleInstanceData_ReturnValue) == 0x000001, "Member 'BP_VehicleBase_C_SetInteriorVehicleLights::CallFunc_GetVehicleInstanceData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_SetWarningLights \ +static_assert(alignof(BP_VehicleBase_C_SetWarningLights) == 0x000001, "Wrong alignment on BP_VehicleBase_C_SetWarningLights"); \ +static_assert(sizeof(BP_VehicleBase_C_SetWarningLights) == 0x000014, "Wrong size on BP_VehicleBase_C_SetWarningLights"); \ +static_assert(offsetof(BP_VehicleBase_C_SetWarningLights, Enable) == 0x000000, "Member 'BP_VehicleBase_C_SetWarningLights::Enable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_SetWarningLights, CallFunc_GetVehicleInstanceData_ReturnValue) == 0x000001, "Member 'BP_VehicleBase_C_SetWarningLights::CallFunc_GetVehicleInstanceData_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_StashWeapon \ +static_assert(alignof(BP_VehicleBase_C_StashWeapon) == 0x000008, "Wrong alignment on BP_VehicleBase_C_StashWeapon"); \ +static_assert(sizeof(BP_VehicleBase_C_StashWeapon) == 0x000008, "Wrong size on BP_VehicleBase_C_StashWeapon"); \ +static_assert(offsetof(BP_VehicleBase_C_StashWeapon, Character) == 0x000000, "Member 'BP_VehicleBase_C_StashWeapon::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_TriggerWheelExplosion \ +static_assert(alignof(BP_VehicleBase_C_TriggerWheelExplosion) == 0x000010, "Wrong alignment on BP_VehicleBase_C_TriggerWheelExplosion"); \ +static_assert(sizeof(BP_VehicleBase_C_TriggerWheelExplosion) == 0x000100, "Wrong size on BP_VehicleBase_C_TriggerWheelExplosion"); \ +static_assert(offsetof(BP_VehicleBase_C_TriggerWheelExplosion, WeakSpot) == 0x000000, "Member 'BP_VehicleBase_C_TriggerWheelExplosion::WeakSpot' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_TriggerWheelExplosion, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000008, "Member 'BP_VehicleBase_C_TriggerWheelExplosion::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_TriggerWheelExplosion, CallFunc_GetWorldTransform_ReturnValue) == 0x000020, "Member 'BP_VehicleBase_C_TriggerWheelExplosion::CallFunc_GetWorldTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_TriggerWheelExplosion, CallFunc_Vector_Up_ReturnValue) == 0x000080, "Member 'BP_VehicleBase_C_TriggerWheelExplosion::CallFunc_Vector_Up_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_TriggerWheelExplosion, CallFunc_BreakTransform_Location) == 0x000098, "Member 'BP_VehicleBase_C_TriggerWheelExplosion::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_TriggerWheelExplosion, CallFunc_BreakTransform_Rotation) == 0x0000B0, "Member 'BP_VehicleBase_C_TriggerWheelExplosion::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_TriggerWheelExplosion, CallFunc_BreakTransform_Scale) == 0x0000C8, "Member 'BP_VehicleBase_C_TriggerWheelExplosion::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_TriggerWheelExplosion, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000E0, "Member 'BP_VehicleBase_C_TriggerWheelExplosion::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_TrunkDoorStateChanged \ +static_assert(alignof(BP_VehicleBase_C_TrunkDoorStateChanged) == 0x000001, "Wrong alignment on BP_VehicleBase_C_TrunkDoorStateChanged"); \ +static_assert(sizeof(BP_VehicleBase_C_TrunkDoorStateChanged) == 0x000001, "Wrong size on BP_VehicleBase_C_TrunkDoorStateChanged"); \ +static_assert(offsetof(BP_VehicleBase_C_TrunkDoorStateChanged, DoorState) == 0x000000, "Member 'BP_VehicleBase_C_TrunkDoorStateChanged::DoorState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_UpdateTrunkInteraction \ +static_assert(alignof(BP_VehicleBase_C_UpdateTrunkInteraction) == 0x000008, "Wrong alignment on BP_VehicleBase_C_UpdateTrunkInteraction"); \ +static_assert(sizeof(BP_VehicleBase_C_UpdateTrunkInteraction) == 0x000010, "Wrong size on BP_VehicleBase_C_UpdateTrunkInteraction"); \ +static_assert(offsetof(BP_VehicleBase_C_UpdateTrunkInteraction, New_Range_Type) == 0x000000, "Member 'BP_VehicleBase_C_UpdateTrunkInteraction::New_Range_Type' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_UpdateTrunkInteraction, Pawn) == 0x000008, "Member 'BP_VehicleBase_C_UpdateTrunkInteraction::Pawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_UpdateTrunkInteraction_Internal \ +static_assert(alignof(BP_VehicleBase_C_UpdateTrunkInteraction_Internal) == 0x000008, "Wrong alignment on BP_VehicleBase_C_UpdateTrunkInteraction_Internal"); \ +static_assert(sizeof(BP_VehicleBase_C_UpdateTrunkInteraction_Internal) == 0x000008, "Wrong size on BP_VehicleBase_C_UpdateTrunkInteraction_Internal"); \ +static_assert(offsetof(BP_VehicleBase_C_UpdateTrunkInteraction_Internal, Character) == 0x000000, "Member 'BP_VehicleBase_C_UpdateTrunkInteraction_Internal::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_WasWeakspotDamagedAndImportant \ +static_assert(alignof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant) == 0x000008, "Wrong alignment on BP_VehicleBase_C_WasWeakspotDamagedAndImportant"); \ +static_assert(sizeof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant) == 0x000140, "Wrong size on BP_VehicleBase_C_WasWeakspotDamagedAndImportant"); \ +static_assert(offsetof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant, ImpactDamageEvent) == 0x000000, "Member 'BP_VehicleBase_C_WasWeakspotDamagedAndImportant::ImpactDamageEvent' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant, Result) == 0x000110, "Member 'BP_VehicleBase_C_WasWeakspotDamagedAndImportant::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant, DamageDoneToWeakSpot) == 0x000111, "Member 'BP_VehicleBase_C_WasWeakspotDamagedAndImportant::DamageDoneToWeakSpot' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant, Temp_int_Array_Index_Variable) == 0x000114, "Member 'BP_VehicleBase_C_WasWeakspotDamagedAndImportant::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant, CallFunc_Array_Length_ReturnValue) == 0x000118, "Member 'BP_VehicleBase_C_WasWeakspotDamagedAndImportant::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant, CallFunc_Array_Get_Item) == 0x00011C, "Member 'BP_VehicleBase_C_WasWeakspotDamagedAndImportant::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant, Temp_int_Loop_Counter_Variable) == 0x000130, "Member 'BP_VehicleBase_C_WasWeakspotDamagedAndImportant::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant, CallFunc_BooleanAND_ReturnValue) == 0x000134, "Member 'BP_VehicleBase_C_WasWeakspotDamagedAndImportant::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant, CallFunc_Less_IntInt_ReturnValue) == 0x000135, "Member 'BP_VehicleBase_C_WasWeakspotDamagedAndImportant::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant, CallFunc_Add_IntInt_ReturnValue) == 0x000138, "Member 'BP_VehicleBase_C_WasWeakspotDamagedAndImportant::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WasWeakspotDamagedAndImportant, K2Node_SwitchEnum_CmpSuccess) == 0x00013C, "Member 'BP_VehicleBase_C_WasWeakspotDamagedAndImportant::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_WooshPeakAddAdrenaline \ +static_assert(alignof(BP_VehicleBase_C_WooshPeakAddAdrenaline) == 0x000008, "Wrong alignment on BP_VehicleBase_C_WooshPeakAddAdrenaline"); \ +static_assert(sizeof(BP_VehicleBase_C_WooshPeakAddAdrenaline) == 0x000030, "Wrong size on BP_VehicleBase_C_WooshPeakAddAdrenaline"); \ +static_assert(offsetof(BP_VehicleBase_C_WooshPeakAddAdrenaline, bLeft) == 0x000000, "Member 'BP_VehicleBase_C_WooshPeakAddAdrenaline::bLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WooshPeakAddAdrenaline, Intensity) == 0x000004, "Member 'BP_VehicleBase_C_WooshPeakAddAdrenaline::Intensity' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WooshPeakAddAdrenaline, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_VehicleBase_C_WooshPeakAddAdrenaline::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WooshPeakAddAdrenaline, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_VehicleBase_C_WooshPeakAddAdrenaline::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WooshPeakAddAdrenaline, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000018, "Member 'BP_VehicleBase_C_WooshPeakAddAdrenaline::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WooshPeakAddAdrenaline, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_VehicleBase_C_WooshPeakAddAdrenaline::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_WooshPeakAddAdrenaline, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000028, "Member 'BP_VehicleBase_C_WooshPeakAddAdrenaline::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_OnModifyDamageTaken \ +static_assert(alignof(BP_VehicleBase_C_OnModifyDamageTaken) == 0x000008, "Wrong alignment on BP_VehicleBase_C_OnModifyDamageTaken"); \ +static_assert(sizeof(BP_VehicleBase_C_OnModifyDamageTaken) == 0x0000F8, "Wrong size on BP_VehicleBase_C_OnModifyDamageTaken"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, ImpactDamageResult) == 0x000000, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::ImpactDamageResult' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, ReturnValue) == 0x000040, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, CallFunc_GetController_ReturnValue) == 0x000080, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000088, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, CallFunc_GetFirstPlayerInventoryItem_ReturnValue) == 0x000098, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::CallFunc_GetFirstPlayerInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, CallFunc_IsUsing_ReturnValue) == 0x0000D0, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::CallFunc_IsUsing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, CallFunc_ItemHasTag_ReturnValue) == 0x0000D1, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, CallFunc_BooleanAND_ReturnValue) == 0x0000D2, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, CallFunc_SelectFloat_ReturnValue) == 0x0000D8, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0000E8, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyDamageTaken, K2Node_SetFieldsInStruct_Damage_ImplicitCast) == 0x0000F0, "Member 'BP_VehicleBase_C_OnModifyDamageTaken::K2Node_SetFieldsInStruct_Damage_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VehicleBase_C_OnModifyImpactDamageDone \ +static_assert(alignof(BP_VehicleBase_C_OnModifyImpactDamageDone) == 0x000008, "Wrong alignment on BP_VehicleBase_C_OnModifyImpactDamageDone"); \ +static_assert(sizeof(BP_VehicleBase_C_OnModifyImpactDamageDone) == 0x0000B8, "Wrong size on BP_VehicleBase_C_OnModifyImpactDamageDone"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyImpactDamageDone, ImpactDamageResult) == 0x000000, "Member 'BP_VehicleBase_C_OnModifyImpactDamageDone::ImpactDamageResult' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyImpactDamageDone, ReturnValue) == 0x000040, "Member 'BP_VehicleBase_C_OnModifyImpactDamageDone::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyImpactDamageDone, CallFunc_GetCJVehicleMovement_ReturnValue) == 0x000080, "Member 'BP_VehicleBase_C_OnModifyImpactDamageDone::CallFunc_GetCJVehicleMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyImpactDamageDone, CallFunc_GetForwardSpeedKMH_ReturnValue) == 0x000088, "Member 'BP_VehicleBase_C_OnModifyImpactDamageDone::CallFunc_GetForwardSpeedKMH_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyImpactDamageDone, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x00008C, "Member 'BP_VehicleBase_C_OnModifyImpactDamageDone::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyImpactDamageDone, CallFunc_MapRangeClamped_ReturnValue) == 0x000090, "Member 'BP_VehicleBase_C_OnModifyImpactDamageDone::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyImpactDamageDone, CallFunc_IsPossessedByPlayer_ReturnValue) == 0x000098, "Member 'BP_VehicleBase_C_OnModifyImpactDamageDone::CallFunc_IsPossessedByPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyImpactDamageDone, CallFunc_SelectFloat_ReturnValue) == 0x0000A0, "Member 'BP_VehicleBase_C_OnModifyImpactDamageDone::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyImpactDamageDone, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x0000A8, "Member 'BP_VehicleBase_C_OnModifyImpactDamageDone::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_VehicleBase_C_OnModifyImpactDamageDone, K2Node_SetFieldsInStruct_ImpactReach_ImplicitCast) == 0x0000B0, "Member 'BP_VehicleBase_C_OnModifyImpactDamageDone::K2Node_SetFieldsInStruct_ImpactReach_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_VehicleBase_C \ +static_assert(alignof(ABP_VehicleBase_C) == 0x000008, "Wrong alignment on ABP_VehicleBase_C"); \ +static_assert(sizeof(ABP_VehicleBase_C) == 0x000C90, "Wrong size on ABP_VehicleBase_C"); \ +static_assert(offsetof(ABP_VehicleBase_C, UberGraphFrame) == 0x0009B8, "Member 'ABP_VehicleBase_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, BP_KickDownAbilityComponent) == 0x0009C0, "Member 'ABP_VehicleBase_C::BP_KickDownAbilityComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, BP_SideRamComponent) == 0x0009C8, "Member 'ABP_VehicleBase_C::BP_SideRamComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, BP_NitroComponent) == 0x0009D0, "Member 'ABP_VehicleBase_C::BP_NitroComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, UniformInteger) == 0x0009D8, "Member 'ABP_VehicleBase_C::UniformInteger' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, OperatorField_ForceDynamic) == 0x0009E0, "Member 'ABP_VehicleBase_C::OperatorField_ForceDynamic' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, DestructionBox_Falloff_ForceDynamic) == 0x0009E8, "Member 'ABP_VehicleBase_C::DestructionBox_Falloff_ForceDynamic' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, WheelExplosionOperatorField) == 0x0009F0, "Member 'ABP_VehicleBase_C::WheelExplosionOperatorField' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, WheelExplosionDirectionUniformVector) == 0x0009F8, "Member 'ABP_VehicleBase_C::WheelExplosionDirectionUniformVector' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, WheelExplosionCullingField) == 0x000A00, "Member 'ABP_VehicleBase_C::WheelExplosionCullingField' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, WheelExplosionRadialVector) == 0x000A08, "Member 'ABP_VehicleBase_C::WheelExplosionRadialVector' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, WheelExplosionRadialFalloff) == 0x000A10, "Member 'ABP_VehicleBase_C::WheelExplosionRadialFalloff' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, RandomVector_Torque1) == 0x000A18, "Member 'ABP_VehicleBase_C::RandomVector_Torque1' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, UniformVector_Torque) == 0x000A20, "Member 'ABP_VehicleBase_C::UniformVector_Torque' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, UniformScalar_Torque) == 0x000A28, "Member 'ABP_VehicleBase_C::UniformScalar_Torque' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, OperatorField_TorqueC) == 0x000A30, "Member 'ABP_VehicleBase_C::OperatorField_TorqueC' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, OperatorField_TorqueB) == 0x000A38, "Member 'ABP_VehicleBase_C::OperatorField_TorqueB' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, OperatorField_TorqueA) == 0x000A40, "Member 'ABP_VehicleBase_C::OperatorField_TorqueA' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, OperatorField_VehicleVelocity) == 0x000A48, "Member 'ABP_VehicleBase_C::OperatorField_VehicleVelocity' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, DestructionNoiseFieldTorque) == 0x000A50, "Member 'ABP_VehicleBase_C::DestructionNoiseFieldTorque' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, DestructionNoiseFieldVelocity) == 0x000A58, "Member 'ABP_VehicleBase_C::DestructionNoiseFieldVelocity' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, DestructionFieldSystemMetaDataFilter) == 0x000A60, "Member 'ABP_VehicleBase_C::DestructionFieldSystemMetaDataFilter' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, OperatorField_FalloffSwitch_Box) == 0x000A68, "Member 'ABP_VehicleBase_C::OperatorField_FalloffSwitch_Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, DestructionBoxFalloff_Culling) == 0x000A70, "Member 'ABP_VehicleBase_C::DestructionBoxFalloff_Culling' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, DestructionUniformVector_dir) == 0x000A78, "Member 'ABP_VehicleBase_C::DestructionUniformVector_dir' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, DestructionBoxCullingField) == 0x000A80, "Member 'ABP_VehicleBase_C::DestructionBoxCullingField' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, DestructionBox) == 0x000A88, "Member 'ABP_VehicleBase_C::DestructionBox' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, DestructionBoxFalloff_Strain) == 0x000A90, "Member 'ABP_VehicleBase_C::DestructionBoxFalloff_Strain' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, DestructionBoxFalloff) == 0x000A98, "Member 'ABP_VehicleBase_C::DestructionBoxFalloff' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, Noise_Scale_Base) == 0x000AA0, "Member 'ABP_VehicleBase_C::Noise_Scale_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, NoiseScaleMult) == 0x000AA8, "Member 'ABP_VehicleBase_C::NoiseScaleMult' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, NoiseMinMax) == 0x000AB0, "Member 'ABP_VehicleBase_C::NoiseMinMax' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, TorqueVectorOveride) == 0x000AC0, "Member 'ABP_VehicleBase_C::TorqueVectorOveride' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, RandomVector_torque) == 0x000AD8, "Member 'ABP_VehicleBase_C::RandomVector_torque' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, TorqueMult) == 0x000AE0, "Member 'ABP_VehicleBase_C::TorqueMult' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, CameraType) == 0x000AE8, "Member 'ABP_VehicleBase_C::CameraType' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, As_CJVehicle_Wheeled_Movement_Component) == 0x000AF0, "Member 'ABP_VehicleBase_C::As_CJVehicle_Wheeled_Movement_Component' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, Meta_Data) == 0x000AF8, "Member 'ABP_VehicleBase_C::Meta_Data' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, DynamicState) == 0x000B00, "Member 'ABP_VehicleBase_C::DynamicState' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, Simmable_Actors) == 0x000B08, "Member 'ABP_VehicleBase_C::Simmable_Actors' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, HitDamage) == 0x000B18, "Member 'ABP_VehicleBase_C::HitDamage' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, VOCollisionIntent_HitResult) == 0x000B20, "Member 'ABP_VehicleBase_C::VOCollisionIntent_HitResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, WeakspotDamageClass) == 0x000C20, "Member 'ABP_VehicleBase_C::WeakspotDamageClass' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, WeakSpotDamage_SortedArray) == 0x000C28, "Member 'ABP_VehicleBase_C::WeakSpotDamage_SortedArray' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, LightDamage_Count) == 0x000C38, "Member 'ABP_VehicleBase_C::LightDamage_Count' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, MediumDamage_Count) == 0x000C3C, "Member 'ABP_VehicleBase_C::MediumDamage_Count' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, HeavyDamageCount) == 0x000C40, "Member 'ABP_VehicleBase_C::HeavyDamageCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, WeakSpotDamage_ArrayReturn) == 0x000C44, "Member 'ABP_VehicleBase_C::WeakSpotDamage_ArrayReturn' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, ContextCamera_Car) == 0x000C48, "Member 'ABP_VehicleBase_C::ContextCamera_Car' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, Takedown_LookAt_In_Bounds) == 0x000C50, "Member 'ABP_VehicleBase_C::Takedown_LookAt_In_Bounds' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, CanSlowTimeAgain_) == 0x000C51, "Member 'ABP_VehicleBase_C::CanSlowTimeAgain_' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, DamageDoneWeakspot) == 0x000C52, "Member 'ABP_VehicleBase_C::DamageDoneWeakspot' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, CloseTrunkTimeInterval) == 0x000C54, "Member 'ABP_VehicleBase_C::CloseTrunkTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, CloseTrunkTimer) == 0x000C58, "Member 'ABP_VehicleBase_C::CloseTrunkTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, TimeSpentAtHighSpeed) == 0x000C60, "Member 'ABP_VehicleBase_C::TimeSpentAtHighSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, TrunkInventory) == 0x000C68, "Member 'ABP_VehicleBase_C::TrunkInventory' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, SpawnedTrunkPickup) == 0x000C70, "Member 'ABP_VehicleBase_C::SpawnedTrunkPickup' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, VehicleCriticalReminderTimer) == 0x000C78, "Member 'ABP_VehicleBase_C::VehicleCriticalReminderTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_VehicleBase_C, GCComponentsToTrigger) == 0x000C80, "Member 'ABP_VehicleBase_C::GCComponentsToTrigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_Car_C_BlueprintUpdateCameras \ +static_assert(alignof(BP_ContextualCameraManager_Car_C_BlueprintUpdateCameras) == 0x000010, "Wrong alignment on BP_ContextualCameraManager_Car_C_BlueprintUpdateCameras"); \ +static_assert(sizeof(BP_ContextualCameraManager_Car_C_BlueprintUpdateCameras) == 0x0008E0, "Wrong size on BP_ContextualCameraManager_Car_C_BlueprintUpdateCameras"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_BlueprintUpdateCameras, DeltaTime) == 0x000000, "Member 'BP_ContextualCameraManager_Car_C_BlueprintUpdateCameras::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_BlueprintUpdateCameras, ViewInfo) == 0x000010, "Member 'BP_ContextualCameraManager_Car_C_BlueprintUpdateCameras::ViewInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car \ +static_assert(alignof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car) == 0x000010, "Wrong alignment on BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car"); \ +static_assert(sizeof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car) == 0x000C50, "Wrong size on BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, EntryPoint) == 0x000000, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_struct_Variable) == 0x000004, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_ObserveWorldStateBool_ReturnValue) == 0x000020, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_ObserveWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_CustomEvent_bValue) == 0x000028, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_bool_Variable) == 0x00002A, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_byte_Variable) == 0x00002B, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_object_Variable) == 0x000030, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_object_Variable_1) == 0x000038, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_byte_Variable_1) == 0x000040, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_object_Variable_2) == 0x000048, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_object_Variable_3) == 0x000050, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_byte_Variable_2) == 0x000058, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_byte_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_object_Variable_4) == 0x000060, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_object_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_object_Variable_5) == 0x000068, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_object_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetModifierFromActiveCamera_FoundModifier) == 0x000070, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetModifierFromActiveCamera_FoundModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetModifierFromActiveCamera_ReturnValue) == 0x000078, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetModifierFromActiveCamera_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000080, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetModifierFromActiveCamera_FoundModifier_1) == 0x000090, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetModifierFromActiveCamera_FoundModifier_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetModifierFromActiveCamera_ReturnValue_1) == 0x000098, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetModifierFromActiveCamera_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0000A0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_BooleanAND_ReturnValue) == 0x0000A8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetPlayingInstance_ReturnValue) == 0x0000B0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000B8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetVehicle_ReturnValue) == 0x0000C8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_IsValid_ReturnValue_1) == 0x0000D0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_BooleanAND_ReturnValue_1) == 0x0000D1, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetCurrentGear_ReturnValue) == 0x0000D4, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetCurrentGear_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_Not_PreBool_ReturnValue) == 0x0000D9, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_Event_DeltaTime) == 0x0000DC, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_Event_ViewInfo) == 0x0000E0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_Event_ViewInfo' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_BooleanAND_ReturnValue_2) == 0x0009B0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_SelectFloat_ReturnValue) == 0x0009B8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_SelectFloat_ReturnValue_1) == 0x0009C0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_FInterpTo_ReturnValue) == 0x0009C8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_MakeLiteralInt_ReturnValue) == 0x0009D0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_DynamicCast_AsBP_Vehicle_Base) == 0x0009D8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_DynamicCast_AsBP_Vehicle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_DynamicCast_bSuccess) == 0x0009E0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0009E8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_IsValid_ReturnValue_2) == 0x0009F0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_bool_Variable_1) == 0x0009F1, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_int_Variable) == 0x0009F4, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x0009F8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_Percent_IntInt_ReturnValue) == 0x000A00, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000A08, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_Conv_IntToByte_ReturnValue) == 0x000A20, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetVehicle_ReturnValue_1) == 0x000A28, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetVehicle_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetValidValue_ReturnValue) == 0x000A30, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_IsValid_ReturnValue_3) == 0x000A31, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetCJVehicleMovement_ReturnValue) == 0x000A38, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetCJVehicleMovement_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetForwardSpeedKMH_ReturnValue) == 0x000A40, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetForwardSpeedKMH_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_IsAbilityActive_ReturnValue) == 0x000A44, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000A45, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_SelectFloat_ReturnValue_2) == 0x000A48, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_SelectFloat_ReturnValue_3) == 0x000A50, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_SelectFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_MapRangeClamped_ReturnValue) == 0x000A58, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000A60, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_MakeStruct_FormatArgumentData) == 0x000A68, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_MakeStruct_FormatArgumentData_1) == 0x000AB0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000AF8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_real_Variable) == 0x000B00, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_FInterpTo_ReturnValue_1) == 0x000B08, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_real_Variable_1) == 0x000B10, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_MakeStruct_FormatArgumentData_2) == 0x000B18, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_MakeArray_Array) == 0x000B60, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_StartLegacyCameraShake_ReturnValue) == 0x000B70, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_StartLegacyCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_Format_ReturnValue) == 0x000B78, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_object_Variable_6) == 0x000B88, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_object_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_Conv_TextToString_ReturnValue) == 0x000B90, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000BA0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000BC0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000BC4, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000BC8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_real_Variable_1_0) == 0x000BD0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, Temp_real_Variable_0) == 0x000BD8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000BE0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000BE4, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_Add_IntInt_ReturnValue) == 0x000BE8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_Select_Default) == 0x000BF0, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_Select_Default_1) == 0x000BF8, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_SwitchEnum_CmpSuccess) == 0x000C00, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_Select_Default_2) == 0x000C08, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast) == 0x000C10, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_FInterpTo_Current_ImplicitCast) == 0x000C18, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_FInterpTo_Current_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, K2Node_VariableSet_FacingBiasOverride_ImplicitCast) == 0x000C20, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::K2Node_VariableSet_FacingBiasOverride_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x000C28, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_MapRangeClamped_Value_ImplicitCast_1) == 0x000C30, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_MapRangeClamped_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000C38, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_PrintString_Duration_ImplicitCast) == 0x000C40, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_PrintString_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car, CallFunc_StartLegacyCameraShake_Scale_ImplicitCast) == 0x000C44, "Member 'BP_ContextualCameraManager_Car_C_ExecuteUbergraph_BP_ContextualCameraManager_Car::CallFunc_StartLegacyCameraShake_Scale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle \ +static_assert(alignof(BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle) == 0x000008, "Wrong alignment on BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle"); \ +static_assert(sizeof(BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle) == 0x000040, "Wrong size on BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle, LookAtVector) == 0x000000, "Member 'BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle::LookAtVector' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle, InBounds) == 0x000018, "Member 'BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle::InBounds' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle, Alignment_Strength) == 0x000020, "Member 'BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle::Alignment_Strength' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle, IsActorInView_) == 0x000028, "Member 'BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle::IsActorInView_' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle, TargetMode) == 0x000029, "Member 'BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle::TargetMode' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle, CallFunc_GetModifierFromActiveCamera_FoundModifier) == 0x00002A, "Member 'BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle::CallFunc_GetModifierFromActiveCamera_FoundModifier' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle, CallFunc_GetModifierFromActiveCamera_ReturnValue) == 0x000030, "Member 'BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle::CallFunc_GetModifierFromActiveCamera_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle, CallFunc_FindLookAtRotation_Alignment_Strength_ImplicitCast) == 0x000038, "Member 'BP_ContextualCameraManager_Car_C_F_LookAtGetActorVector_Vehicle::CallFunc_FindLookAtRotation_Alignment_Strength_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'BP_ContextualCameraManager_Car_C_InpActEvt_IA_CarSwitchCameraAngle_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_Car_C_OnValueUpdated_52688D8646D9A685BB3F99AD4AA025E7 \ +static_assert(alignof(BP_ContextualCameraManager_Car_C_OnValueUpdated_52688D8646D9A685BB3F99AD4AA025E7) == 0x000001, "Wrong alignment on BP_ContextualCameraManager_Car_C_OnValueUpdated_52688D8646D9A685BB3F99AD4AA025E7"); \ +static_assert(sizeof(BP_ContextualCameraManager_Car_C_OnValueUpdated_52688D8646D9A685BB3F99AD4AA025E7) == 0x000001, "Wrong size on BP_ContextualCameraManager_Car_C_OnValueUpdated_52688D8646D9A685BB3F99AD4AA025E7"); \ +static_assert(offsetof(BP_ContextualCameraManager_Car_C_OnValueUpdated_52688D8646D9A685BB3F99AD4AA025E7, bValue) == 0x000000, "Member 'BP_ContextualCameraManager_Car_C_OnValueUpdated_52688D8646D9A685BB3F99AD4AA025E7::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ContextualCameraManager_Car_C \ +static_assert(alignof(UBP_ContextualCameraManager_Car_C) == 0x000010, "Wrong alignment on UBP_ContextualCameraManager_Car_C"); \ +static_assert(sizeof(UBP_ContextualCameraManager_Car_C) == 0x001330, "Wrong size on UBP_ContextualCameraManager_Car_C"); \ +static_assert(offsetof(UBP_ContextualCameraManager_Car_C, UberGraphFrame) == 0x001300, "Member 'UBP_ContextualCameraManager_Car_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_Car_C, E_VehicleCameraType) == 0x001308, "Member 'UBP_ContextualCameraManager_Car_C::E_VehicleCameraType' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_Car_C, E_VehicleCameraAngle) == 0x001309, "Member 'UBP_ContextualCameraManager_Car_C::E_VehicleCameraAngle' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_Car_C, LookBehindActive_) == 0x00130A, "Member 'UBP_ContextualCameraManager_Car_C::LookBehindActive_' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_Car_C, LookBehindWasActive_) == 0x00130B, "Member 'UBP_ContextualCameraManager_Car_C::LookBehindWasActive_' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_Car_C, FacingBiasOverride) == 0x00130C, "Member 'UBP_ContextualCameraManager_Car_C::FacingBiasOverride' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_Car_C, Spring_State) == 0x001310, "Member 'UBP_ContextualCameraManager_Car_C::Spring_State' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_Car_C, Current_Camera_Shake_Str) == 0x001320, "Member 'UBP_ContextualCameraManager_Car_C::Current_Camera_Shake_Str' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_Car_C, InMapUI) == 0x001328, "Member 'UBP_ContextualCameraManager_Car_C::InMapUI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag011_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag014_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag015_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag03_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag04_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_TrashBag06_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag08_K2Node_ComponentBoundEvent_7_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_100x600_Destr_C_BndEvt__BP_Trash_Wall01_100x600_Destr_Trashbag09_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr \ +static_assert(alignof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr) == 0x000008, "Wrong alignment on BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr"); \ +static_assert(sizeof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr) == 0x000C00, "Wrong size on BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, EntryPoint) == 0x000000, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, Temp_struct_Variable) == 0x000008, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_HitComponent) == 0x000018, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherActor) == 0x000020, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherComp) == 0x000028, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000030, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_Hit) == 0x000048, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_HitComponent_1) == 0x000148, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000150, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000158, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_1) == 0x000160, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_Hit_1) == 0x000178, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_Hit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_AsCJVehicle) == 0x000278, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_AsCJVehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_bSuccess) == 0x000280, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_AsCJVehicle_1) == 0x000288, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_AsCJVehicle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_bSuccess_1) == 0x000290, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_GetVelocity_ReturnValue) == 0x000298, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_GetVelocity_ReturnValue_1) == 0x0002B0, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0002C8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0002E0, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002E8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000300, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_HitComponent_2) == 0x000308, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_HitComponent_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000310, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000318, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_2) == 0x000320, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_Hit_2) == 0x000338, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_Hit_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_AsCJVehicle_2) == 0x000438, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_AsCJVehicle_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_bSuccess_2) == 0x000440, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_GetVelocity_ReturnValue_2) == 0x000448, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_GetVelocity_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000460, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_HitComponent_3) == 0x000478, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_HitComponent_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherActor_3) == 0x000480, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherComp_3) == 0x000488, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_3) == 0x000490, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_Hit_3) == 0x0004A8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_Hit_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x0005A8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_AsCJVehicle_3) == 0x0005B0, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_AsCJVehicle_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_bSuccess_3) == 0x0005B8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_GetVelocity_ReturnValue_3) == 0x0005C0, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_GetVelocity_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0005D8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_HitComponent_4) == 0x0005F0, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_HitComponent_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherActor_4) == 0x0005F8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherActor_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherComp_4) == 0x000600, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherComp_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_4) == 0x000608, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_Hit_4) == 0x000620, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_Hit_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_3) == 0x000720, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_AsBP_Vehicle_Base) == 0x000728, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_AsBP_Vehicle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_bSuccess_4) == 0x000730, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_GetVelocity_ReturnValue_4) == 0x000738, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_GetVelocity_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x000750, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_HitComponent_5) == 0x000768, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_HitComponent_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherActor_5) == 0x000770, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherActor_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherComp_5) == 0x000778, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherComp_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_5) == 0x000780, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_Hit_5) == 0x000798, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_Hit_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_4) == 0x000898, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_AsBP_Vehicle_Base_1) == 0x0008A0, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_AsBP_Vehicle_Base_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_bSuccess_5) == 0x0008A8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_GetVelocity_ReturnValue_5) == 0x0008B0, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_GetVelocity_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_5) == 0x0008C8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_HitComponent_6) == 0x0008E0, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_HitComponent_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherActor_6) == 0x0008E8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherActor_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherComp_6) == 0x0008F0, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherComp_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_6) == 0x0008F8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_Hit_6) == 0x000910, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_Hit_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_5) == 0x000A10, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_AsBP_Vehicle_Base_2) == 0x000A18, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_AsBP_Vehicle_Base_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_bSuccess_6) == 0x000A20, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_GetVelocity_ReturnValue_6) == 0x000A28, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_GetVelocity_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_6) == 0x000A40, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_HitComponent_7) == 0x000A58, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_HitComponent_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherActor_7) == 0x000A60, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherActor_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_OtherComp_7) == 0x000A68, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_OtherComp_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_7) == 0x000A70, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_ComponentBoundEvent_Hit_7) == 0x000A88, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_ComponentBoundEvent_Hit_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_6) == 0x000B88, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_AsBP_Vehicle_Base_3) == 0x000B90, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_AsBP_Vehicle_Base_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, K2Node_DynamicCast_bSuccess_7) == 0x000B98, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_GetVelocity_ReturnValue_7) == 0x000BA0, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_GetVelocity_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_7) == 0x000BB8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_7) == 0x000BD0, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, Temp_delegate_Variable) == 0x000BD8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, Temp_object_Variable) == 0x000BE8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr, CallFunc_CJPostEventOnComponent_ReturnValue) == 0x000BF8, "Member 'BP_Trash_Wall01_100x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_100x600_Destr::CallFunc_CJPostEventOnComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Trash_Wall01_100x600_Destr_C \ +static_assert(alignof(ABP_Trash_Wall01_100x600_Destr_C) == 0x000008, "Wrong alignment on ABP_Trash_Wall01_100x600_Destr_C"); \ +static_assert(sizeof(ABP_Trash_Wall01_100x600_Destr_C) == 0x000368, "Wrong size on ABP_Trash_Wall01_100x600_Destr_C"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, UberGraphFrame_BP_Trash_Wall01_100x600_Destr_C) == 0x0002C8, "Member 'ABP_Trash_Wall01_100x600_Destr_C::UberGraphFrame_BP_Trash_Wall01_100x600_Destr_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, Trashbag015) == 0x0002D0, "Member 'ABP_Trash_Wall01_100x600_Destr_C::Trashbag015' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, Trashbag014) == 0x0002D8, "Member 'ABP_Trash_Wall01_100x600_Destr_C::Trashbag014' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, Trashbag013) == 0x0002E0, "Member 'ABP_Trash_Wall01_100x600_Destr_C::Trashbag013' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, Trashbag012) == 0x0002E8, "Member 'ABP_Trash_Wall01_100x600_Destr_C::Trashbag012' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, TrashBag011) == 0x0002F0, "Member 'ABP_Trash_Wall01_100x600_Destr_C::TrashBag011' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, TrashBag010) == 0x0002F8, "Member 'ABP_Trash_Wall01_100x600_Destr_C::TrashBag010' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, Trashbag09) == 0x000300, "Member 'ABP_Trash_Wall01_100x600_Destr_C::Trashbag09' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, Trashbag08) == 0x000308, "Member 'ABP_Trash_Wall01_100x600_Destr_C::Trashbag08' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, TrashBag07) == 0x000310, "Member 'ABP_Trash_Wall01_100x600_Destr_C::TrashBag07' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, TrashBag06) == 0x000318, "Member 'ABP_Trash_Wall01_100x600_Destr_C::TrashBag06' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, AudioEmitter_LSAK) == 0x000320, "Member 'ABP_Trash_Wall01_100x600_Destr_C::AudioEmitter_LSAK' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, CardboardBox01) == 0x000328, "Member 'ABP_Trash_Wall01_100x600_Destr_C::CardboardBox01' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, CardboardBox02) == 0x000330, "Member 'ABP_Trash_Wall01_100x600_Destr_C::CardboardBox02' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, PlasticCrate) == 0x000338, "Member 'ABP_Trash_Wall01_100x600_Destr_C::PlasticCrate' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, TrashBag01) == 0x000340, "Member 'ABP_Trash_Wall01_100x600_Destr_C::TrashBag01' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, Trashbag02) == 0x000348, "Member 'ABP_Trash_Wall01_100x600_Destr_C::Trashbag02' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, Trashbag03) == 0x000350, "Member 'ABP_Trash_Wall01_100x600_Destr_C::Trashbag03' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, Trashbag05) == 0x000358, "Member 'ABP_Trash_Wall01_100x600_Destr_C::Trashbag05' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_100x600_Destr_C, Trashbag04) == 0x000360, "Member 'ABP_Trash_Wall01_100x600_Destr_C::Trashbag04' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag021_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag022_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag034_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag035_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag036_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag044_K2Node_ComponentBoundEvent_6_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_Trash_Wall01_200x600_Destr_C_BndEvt__BP_Trash_Wall01_200x600_Destr_SM_TrashBag01_TrashBag045_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr \ +static_assert(alignof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr) == 0x000008, "Wrong alignment on BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr"); \ +static_assert(sizeof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr) == 0x000A88, "Wrong size on BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, EntryPoint) == 0x000000, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, Temp_struct_Variable) == 0x000008, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_HitComponent) == 0x000018, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherActor) == 0x000020, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherComp) == 0x000028, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000030, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_Hit) == 0x000048, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_HitComponent_1) == 0x000148, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000150, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000158, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_1) == 0x000160, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_Hit_1) == 0x000178, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_Hit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_AsCJVehicle) == 0x000278, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_AsCJVehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_bSuccess) == 0x000280, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_AsCJVehicle_1) == 0x000288, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_AsCJVehicle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_bSuccess_1) == 0x000290, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_GetVelocity_ReturnValue) == 0x000298, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_GetVelocity_ReturnValue_1) == 0x0002B0, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0002C8, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0002E0, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002E8, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000300, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_HitComponent_2) == 0x000308, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_HitComponent_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000310, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000318, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_2) == 0x000320, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_Hit_2) == 0x000338, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_Hit_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_AsCJVehicle_2) == 0x000438, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_AsCJVehicle_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_bSuccess_2) == 0x000440, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_GetVelocity_ReturnValue_2) == 0x000448, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_GetVelocity_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000460, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_HitComponent_3) == 0x000478, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_HitComponent_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherActor_3) == 0x000480, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherComp_3) == 0x000488, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_3) == 0x000490, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_Hit_3) == 0x0004A8, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_Hit_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x0005A8, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_AsBP_Vehicle_Base) == 0x0005B0, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_AsBP_Vehicle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_bSuccess_3) == 0x0005B8, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_GetVelocity_ReturnValue_3) == 0x0005C0, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_GetVelocity_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0005D8, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_HitComponent_4) == 0x0005F0, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_HitComponent_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherActor_4) == 0x0005F8, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherActor_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherComp_4) == 0x000600, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherComp_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_4) == 0x000608, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_Hit_4) == 0x000620, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_Hit_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_3) == 0x000720, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_AsBP_Vehicle_Base_1) == 0x000728, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_AsBP_Vehicle_Base_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_bSuccess_4) == 0x000730, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_GetVelocity_ReturnValue_4) == 0x000738, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_GetVelocity_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x000750, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_HitComponent_5) == 0x000768, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_HitComponent_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherActor_5) == 0x000770, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherActor_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherComp_5) == 0x000778, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherComp_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_5) == 0x000780, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_Hit_5) == 0x000798, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_Hit_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_4) == 0x000898, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_AsBP_Vehicle_Base_2) == 0x0008A0, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_AsBP_Vehicle_Base_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_bSuccess_5) == 0x0008A8, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_GetVelocity_ReturnValue_5) == 0x0008B0, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_GetVelocity_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_5) == 0x0008C8, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_HitComponent_6) == 0x0008E0, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_HitComponent_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherActor_6) == 0x0008E8, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherActor_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_OtherComp_6) == 0x0008F0, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_OtherComp_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_NormalImpulse_6) == 0x0008F8, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_NormalImpulse_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_ComponentBoundEvent_Hit_6) == 0x000910, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_ComponentBoundEvent_Hit_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_5) == 0x000A10, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_AsBP_Vehicle_Base_3) == 0x000A18, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_AsBP_Vehicle_Base_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, K2Node_DynamicCast_bSuccess_6) == 0x000A20, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_GetVelocity_ReturnValue_6) == 0x000A28, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_GetVelocity_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_K2_GetComponentLocation_ReturnValue_6) == 0x000A40, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_K2_GetComponentLocation_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_SpawnSystemAtLocation_ReturnValue_6) == 0x000A58, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_SpawnSystemAtLocation_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, Temp_delegate_Variable) == 0x000A60, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, Temp_object_Variable) == 0x000A70, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr, CallFunc_CJPostEventOnComponent_ReturnValue) == 0x000A80, "Member 'BP_Trash_Wall01_200x600_Destr_C_ExecuteUbergraph_BP_Trash_Wall01_200x600_Destr::CallFunc_CJPostEventOnComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Trash_Wall01_200x600_Destr_C \ +static_assert(alignof(ABP_Trash_Wall01_200x600_Destr_C) == 0x000008, "Wrong alignment on ABP_Trash_Wall01_200x600_Destr_C"); \ +static_assert(sizeof(ABP_Trash_Wall01_200x600_Destr_C) == 0x0003F0, "Wrong size on ABP_Trash_Wall01_200x600_Destr_C"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, UberGraphFrame_BP_Trash_Wall01_200x600_Destr_C) == 0x0002C8, "Member 'ABP_Trash_Wall01_200x600_Destr_C::UberGraphFrame_BP_Trash_Wall01_200x600_Destr_C' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashContainer01_TrashContainerLid013) == 0x0002D0, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashContainer01_TrashContainerLid013' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashContainer01_TrashContainerLid012) == 0x0002D8, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashContainer01_TrashContainerLid012' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashContainer01_TrashContainer010) == 0x0002E0, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashContainer01_TrashContainer010' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag045) == 0x0002E8, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag045' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag044) == 0x0002F0, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag044' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag043) == 0x0002F8, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag043' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag042) == 0x000300, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag042' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag041) == 0x000308, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag041' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag040) == 0x000310, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag040' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag039) == 0x000318, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag039' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag036) == 0x000320, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag036' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag035) == 0x000328, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag035' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag034) == 0x000330, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag034' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag033) == 0x000338, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag033' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag032) == 0x000340, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag032' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag031) == 0x000348, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag031' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag030) == 0x000350, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag030' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_BottleBeer01_Bottle010) == 0x000358, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_BottleBeer01_Bottle010' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag028) == 0x000360, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag028' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag026) == 0x000368, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag026' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag025) == 0x000370, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag025' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag022) == 0x000378, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag022' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag021) == 0x000380, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag021' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag020) == 0x000388, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag020' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag018) == 0x000390, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag018' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag016) == 0x000398, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag016' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag0115) == 0x0003A0, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag0115' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag0114) == 0x0003A8, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag0114' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag0113) == 0x0003B0, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag0113' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag0111) == 0x0003B8, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag0111' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag0110) == 0x0003C0, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag0110' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag011) == 0x0003C8, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag011' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_PizzaBoxes_PizzaBoxClosed020) == 0x0003D0, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_PizzaBoxes_PizzaBoxClosed020' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_MarketCrate_MarketCrate011) == 0x0003D8, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_MarketCrate_MarketCrate011' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_MarketCrate_MarketCrate010) == 0x0003E0, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_MarketCrate_MarketCrate010' has a wrong offset!"); \ +static_assert(offsetof(ABP_Trash_Wall01_200x600_Destr_C, SM_TrashBag01_TrashBag029) == 0x0003E8, "Member 'ABP_Trash_Wall01_200x600_Destr_C::SM_TrashBag01_TrashBag029' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ItemInstance_Melee_C \ +static_assert(alignof(UBP_ItemInstance_Melee_C) == 0x000008, "Wrong alignment on UBP_ItemInstance_Melee_C"); \ +static_assert(sizeof(UBP_ItemInstance_Melee_C) == 0x000030, "Wrong size on UBP_ItemInstance_Melee_C"); \ + +#define DUMPER7_ASSERTS_BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier \ +static_assert(alignof(BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier) == 0x000008, "Wrong alignment on BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier"); \ +static_assert(sizeof(BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier) == 0x000060, "Wrong size on BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier"); \ +static_assert(offsetof(BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier, Damage) == 0x000000, "Member 'BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier, HealthDamageMultiplier) == 0x000040, "Member 'BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier, PostureDamageMultiplier) == 0x000048, "Member 'BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier::PostureDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier, CallFunc_GetInventoryItemCount_ReturnValue) == 0x000050, "Member 'BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000054, "Member 'BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier, CallFunc_SelectFloat_ReturnValue) == 0x000058, "Member 'BP_Skill_TakeLessDmgWhenBroke_C_GetTakeDamageMultiplier::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_TakeLessDmgWhenBroke_C \ +static_assert(alignof(UBP_Skill_TakeLessDmgWhenBroke_C) == 0x000008, "Wrong alignment on UBP_Skill_TakeLessDmgWhenBroke_C"); \ +static_assert(sizeof(UBP_Skill_TakeLessDmgWhenBroke_C) == 0x000030, "Wrong size on UBP_Skill_TakeLessDmgWhenBroke_C"); \ +static_assert(offsetof(UBP_Skill_TakeLessDmgWhenBroke_C, Multiplier) == 0x000028, "Member 'UBP_Skill_TakeLessDmgWhenBroke_C::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP \ +static_assert(alignof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP) == 0x000008, "Wrong alignment on BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP"); \ +static_assert(sizeof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP) == 0x000088, "Wrong size on BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP"); \ +static_assert(offsetof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP, EntryPoint) == 0x000000, "Member 'BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP, K2Node_CustomEvent_Value) == 0x000004, "Member 'BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP, Temp_struct_Variable) == 0x000034, "Member 'BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP, CallFunc_ObserveWorldStateNamedInt_ReturnValue) == 0x000058, "Member 'BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP::CallFunc_ObserveWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x000061, "Member 'BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP, CallFunc_GetPlayingInstance_ReturnValue) == 0x000068, "Member 'BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000078, "Member 'BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP, K2Node_VariableSet_AdrenalineBurnRate_ImplicitCast) == 0x000080, "Member 'BP_Skill_SlowerAdrBurnWhen0AP_C_ExecuteUbergraph_BP_Skill_SlowerAdrBurnWhen0AP::K2Node_VariableSet_AdrenalineBurnRate_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_SlowerAdrBurnWhen0AP_C_OnValueUpdated_2155356F4DB300D4C6D815A6CC68E63D \ +static_assert(alignof(BP_Skill_SlowerAdrBurnWhen0AP_C_OnValueUpdated_2155356F4DB300D4C6D815A6CC68E63D) == 0x000004, "Wrong alignment on BP_Skill_SlowerAdrBurnWhen0AP_C_OnValueUpdated_2155356F4DB300D4C6D815A6CC68E63D"); \ +static_assert(sizeof(BP_Skill_SlowerAdrBurnWhen0AP_C_OnValueUpdated_2155356F4DB300D4C6D815A6CC68E63D) == 0x000020, "Wrong size on BP_Skill_SlowerAdrBurnWhen0AP_C_OnValueUpdated_2155356F4DB300D4C6D815A6CC68E63D"); \ +static_assert(offsetof(BP_Skill_SlowerAdrBurnWhen0AP_C_OnValueUpdated_2155356F4DB300D4C6D815A6CC68E63D, Value) == 0x000000, "Member 'BP_Skill_SlowerAdrBurnWhen0AP_C_OnValueUpdated_2155356F4DB300D4C6D815A6CC68E63D::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_SlowerAdrBurnWhen0AP_C \ +static_assert(alignof(UBP_Skill_SlowerAdrBurnWhen0AP_C) == 0x000008, "Wrong alignment on UBP_Skill_SlowerAdrBurnWhen0AP_C"); \ +static_assert(sizeof(UBP_Skill_SlowerAdrBurnWhen0AP_C) == 0x000030, "Wrong size on UBP_Skill_SlowerAdrBurnWhen0AP_C"); \ +static_assert(offsetof(UBP_Skill_SlowerAdrBurnWhen0AP_C, UberGraphFrame) == 0x000028, "Member 'UBP_Skill_SlowerAdrBurnWhen0AP_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier \ +static_assert(alignof(BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier) == 0x000008, "Wrong alignment on BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier"); \ +static_assert(sizeof(BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier) == 0x000070, "Wrong size on BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier"); \ +static_assert(offsetof(BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier, Damage) == 0x000000, "Member 'BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier, HealthDamageMultiplier) == 0x000040, "Member 'BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier, PostureDamageMultiplier) == 0x000048, "Member 'BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier::PostureDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000050, "Member 'BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000054, "Member 'BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000055, "Member 'BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier, CallFunc_SelectFloat_ReturnValue) == 0x000058, "Member 'BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000060, "Member 'BP_Skill_HeavyAttacksPosDmgChance_C_GetDealDamageMultiplier::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_HeavyAttacksPosDmgChance_C \ +static_assert(alignof(UBP_Skill_HeavyAttacksPosDmgChance_C) == 0x000008, "Wrong alignment on UBP_Skill_HeavyAttacksPosDmgChance_C"); \ +static_assert(sizeof(UBP_Skill_HeavyAttacksPosDmgChance_C) == 0x000030, "Wrong size on UBP_Skill_HeavyAttacksPosDmgChance_C"); \ +static_assert(offsetof(UBP_Skill_HeavyAttacksPosDmgChance_C, Multiplier) == 0x000028, "Member 'UBP_Skill_HeavyAttacksPosDmgChance_C::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDmgTypeBP_HealOverTime_C \ +static_assert(alignof(UDmgTypeBP_HealOverTime_C) == 0x000008, "Wrong alignment on UDmgTypeBP_HealOverTime_C"); \ +static_assert(sizeof(UDmgTypeBP_HealOverTime_C) == 0x000048, "Wrong size on UDmgTypeBP_HealOverTime_C"); \ + +#define DUMPER7_ASSERTS_BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull \ +static_assert(alignof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull) == 0x000010, "Wrong alignment on BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull"); \ +static_assert(sizeof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull) == 0x000110, "Wrong size on BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, EntryPoint) == 0x000000, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, K2Node_CustomEvent_bValue) == 0x000010, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, Temp_bool_Variable) == 0x000024, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, Temp_struct_Variable) == 0x000028, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_GetWorldStateBool_ReturnValue) == 0x000030, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, Temp_bool_Has_Been_Initd_Variable) == 0x000031, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_GetPlayingInstance_ReturnValue) == 0x000038, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000040, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_MakeVector4_ReturnValue) == 0x000050, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_GetHealthPercentage_ReturnValue) == 0x000070, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000074, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, K2Node_CreateDelegate_OutputDelegate_1) == 0x000080, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_MakeVector4_ReturnValue_1) == 0x000090, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_MakeVector4_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000B0, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, Temp_bool_IsClosed_Variable) == 0x0000B8, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, Temp_struct_Variable_1) == 0x0000BC, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_ObserveWorldStateBool_ReturnValue) == 0x0000C8, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_ObserveWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x0000D4, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x0000F4, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x0000F8, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000100, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull, CallFunc_RegainHealth_HealthRegained_ImplicitCast) == 0x000108, "Member 'BP_Skill_HealWhenAdrFull_C_ExecuteUbergraph_BP_Skill_HealWhenAdrFull::CallFunc_RegainHealth_HealthRegained_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_HealWhenAdrFull_C_OnValueUpdated_CD6A159049D8EB609179AC9FBEFBB4E6 \ +static_assert(alignof(BP_Skill_HealWhenAdrFull_C_OnValueUpdated_CD6A159049D8EB609179AC9FBEFBB4E6) == 0x000001, "Wrong alignment on BP_Skill_HealWhenAdrFull_C_OnValueUpdated_CD6A159049D8EB609179AC9FBEFBB4E6"); \ +static_assert(sizeof(BP_Skill_HealWhenAdrFull_C_OnValueUpdated_CD6A159049D8EB609179AC9FBEFBB4E6) == 0x000001, "Wrong size on BP_Skill_HealWhenAdrFull_C_OnValueUpdated_CD6A159049D8EB609179AC9FBEFBB4E6"); \ +static_assert(offsetof(BP_Skill_HealWhenAdrFull_C_OnValueUpdated_CD6A159049D8EB609179AC9FBEFBB4E6, bValue) == 0x000000, "Member 'BP_Skill_HealWhenAdrFull_C_OnValueUpdated_CD6A159049D8EB609179AC9FBEFBB4E6::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_HealWhenAdrFull_C \ +static_assert(alignof(UBP_Skill_HealWhenAdrFull_C) == 0x000008, "Wrong alignment on UBP_Skill_HealWhenAdrFull_C"); \ +static_assert(sizeof(UBP_Skill_HealWhenAdrFull_C) == 0x000038, "Wrong size on UBP_Skill_HealWhenAdrFull_C"); \ +static_assert(offsetof(UBP_Skill_HealWhenAdrFull_C, UberGraphFrame) == 0x000028, "Member 'UBP_Skill_HealWhenAdrFull_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_HealWhenAdrFull_C, Timer) == 0x000030, "Member 'UBP_Skill_HealWhenAdrFull_C::Timer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived \ +static_assert(alignof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived) == 0x000008, "Wrong alignment on BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived"); \ +static_assert(sizeof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived) == 0x000078, "Wrong size on BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, EntryPoint) == 0x000000, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000028, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000038, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, K2Node_CustomEvent_DamagedActor) == 0x000040, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, K2Node_CustomEvent_Damage) == 0x000048, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::K2Node_CustomEvent_Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, K2Node_CustomEvent_DamageType) == 0x000050, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, K2Node_CustomEvent_InstigatedBy) == 0x000058, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, K2Node_CustomEvent_DamageCauser) == 0x000060, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, CallFunc_GetObjectClass_ReturnValue) == 0x000068, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000070, "Member 'BP_Skill_AdrWhenDmgReceived_C_ExecuteUbergraph_BP_Skill_AdrWhenDmgReceived::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_AdrWhenDmgReceived_C_TookDamage \ +static_assert(alignof(BP_Skill_AdrWhenDmgReceived_C_TookDamage) == 0x000008, "Wrong alignment on BP_Skill_AdrWhenDmgReceived_C_TookDamage"); \ +static_assert(sizeof(BP_Skill_AdrWhenDmgReceived_C_TookDamage) == 0x000028, "Wrong size on BP_Skill_AdrWhenDmgReceived_C_TookDamage"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_TookDamage, DamagedActor) == 0x000000, "Member 'BP_Skill_AdrWhenDmgReceived_C_TookDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_TookDamage, Damage) == 0x000008, "Member 'BP_Skill_AdrWhenDmgReceived_C_TookDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_TookDamage, DamageType) == 0x000010, "Member 'BP_Skill_AdrWhenDmgReceived_C_TookDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_TookDamage, InstigatedBy) == 0x000018, "Member 'BP_Skill_AdrWhenDmgReceived_C_TookDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrWhenDmgReceived_C_TookDamage, DamageCauser) == 0x000020, "Member 'BP_Skill_AdrWhenDmgReceived_C_TookDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_AdrWhenDmgReceived_C \ +static_assert(alignof(UBP_Skill_AdrWhenDmgReceived_C) == 0x000008, "Wrong alignment on UBP_Skill_AdrWhenDmgReceived_C"); \ +static_assert(sizeof(UBP_Skill_AdrWhenDmgReceived_C) == 0x000030, "Wrong size on UBP_Skill_AdrWhenDmgReceived_C"); \ +static_assert(offsetof(UBP_Skill_AdrWhenDmgReceived_C, UberGraphFrame) == 0x000028, "Member 'UBP_Skill_AdrWhenDmgReceived_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier \ +static_assert(alignof(BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier) == 0x000008, "Wrong alignment on BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier"); \ +static_assert(sizeof(BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier) == 0x0000B8, "Wrong size on BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier, Damage) == 0x000000, "Member 'BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier, HealthDamageMultiplier) == 0x000040, "Member 'BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier, PostureDamageMultiplier) == 0x000048, "Member 'BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier::PostureDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier, CallFunc_GetPlayingInstance_ReturnValue) == 0x000050, "Member 'BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000058, "Member 'BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier, CallFunc_IsUsing_ReturnValue) == 0x000059, "Member 'BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier::CallFunc_IsUsing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier, CallFunc_AsItem_ReturnValue) == 0x000060, "Member 'BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier::CallFunc_AsItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier, CallFunc_ItemHasTag_ReturnValue) == 0x000098, "Member 'BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier, CallFunc_Conv_DoubleToString_ReturnValue) == 0x0000A0, "Member 'BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier, CallFunc_BooleanAND_ReturnValue) == 0x0000B0, "Member 'BP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C_GetDealDamageMultiplier::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C \ +static_assert(alignof(UBP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C) == 0x000008, "Wrong alignment on UBP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C"); \ +static_assert(sizeof(UBP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C) == 0x000030, "Wrong size on UBP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C"); \ +static_assert(offsetof(UBP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C, Multiplier) == 0x000028, "Member 'UBP_Skill_AdrenalineRush3_Melee_PosDmgBoost_C::Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier \ +static_assert(alignof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier) == 0x000008, "Wrong alignment on BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier"); \ +static_assert(sizeof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier) == 0x000140, "Wrong size on BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, Damage) == 0x000000, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, HealthDamageMultiplier) == 0x000040, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, PostureDamageMultiplier) == 0x000048, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::PostureDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, CallFunc_AsItem_ReturnValue) == 0x000050, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::CallFunc_AsItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, CallFunc_AsItem_ReturnValue_1) == 0x000088, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::CallFunc_AsItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x0000C0, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, CallFunc_ItemHasTag_ReturnValue) == 0x0000E8, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x0000F0, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, CallFunc_GetPlayingInstance_ReturnValue) == 0x000118, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000120, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, K2Node_DynamicCast_AsBP_Skill_Mixin) == 0x000128, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::K2Node_DynamicCast_AsBP_Skill_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, CallFunc_IsUsing_ReturnValue) == 0x000131, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::CallFunc_IsUsing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, CallFunc_BooleanAND_ReturnValue) == 0x000132, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier, CallFunc_SelectFloat_ReturnValue) == 0x000138, "Member 'BP_Skill_AdrRush1_Melee_DmgBonus_C_GetDealDamageMultiplier::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_AdrRush1_Melee_DmgBonus_C \ +static_assert(alignof(UBP_Skill_AdrRush1_Melee_DmgBonus_C) == 0x000008, "Wrong alignment on UBP_Skill_AdrRush1_Melee_DmgBonus_C"); \ +static_assert(sizeof(UBP_Skill_AdrRush1_Melee_DmgBonus_C) == 0x000030, "Wrong size on UBP_Skill_AdrRush1_Melee_DmgBonus_C"); \ +static_assert(offsetof(UBP_Skill_AdrRush1_Melee_DmgBonus_C, Level1Multiplier) == 0x000028, "Member 'UBP_Skill_AdrRush1_Melee_DmgBonus_C::Level1Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime \ +static_assert(alignof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime) == 0x000010, "Wrong alignment on BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime"); \ +static_assert(sizeof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime) == 0x000170, "Wrong size on BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, EntryPoint) == 0x000000, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_FMax_ReturnValue) == 0x000028, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_GetPlayingInstance_ReturnValue) == 0x000030, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000038, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, K2Node_CustomEvent_IsBeingUsed) == 0x000040, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::K2Node_CustomEvent_IsBeingUsed' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000048, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000050, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_GetController_ReturnValue) == 0x000058, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_AsItem_ReturnValue) == 0x000060, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_AsItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000098, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_ItemHasTag_ReturnValue) == 0x0000A1, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_BooleanAND_ReturnValue) == 0x0000A2, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, K2Node_CustomEvent_Value) == 0x0000A4, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x0000A8, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000B0, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_MakeVector4_ReturnValue) == 0x0000C0, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_MakeVector4_ReturnValue_1) == 0x0000E0, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_MakeVector4_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, K2Node_CreateDelegate_OutputDelegate_1) == 0x000100, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, K2Node_CreateDelegate_OutputDelegate_2) == 0x000110, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000120, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, K2Node_CreateDelegate_OutputDelegate_3) == 0x000128, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_BP_Tween_Float_Duration_ImplicitCast) == 0x000138, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_BP_Tween_Float_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_ActivatePostProcessingEffect_InOpacity_ImplicitCast) == 0x00013C, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_ActivatePostProcessingEffect_InOpacity_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000140, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_RegainHealth_HealthRegained_ImplicitCast) == 0x000148, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_RegainHealth_HealthRegained_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x000150, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_Divide_DoubleDouble_A_ImplicitCast_1) == 0x000158, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_Divide_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000160, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_ExecuteUbergraph_BP_Skill_AdrenalineRush2_Melee_HealOverTime::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_OnValueUpdated_38D969D34D86548B57C0F7931EA93F8A \ +static_assert(alignof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_OnValueUpdated_38D969D34D86548B57C0F7931EA93F8A) == 0x000004, "Wrong alignment on BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_OnValueUpdated_38D969D34D86548B57C0F7931EA93F8A"); \ +static_assert(sizeof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_OnValueUpdated_38D969D34D86548B57C0F7931EA93F8A) == 0x000004, "Wrong size on BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_OnValueUpdated_38D969D34D86548B57C0F7931EA93F8A"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_OnValueUpdated_38D969D34D86548B57C0F7931EA93F8A, Value) == 0x000000, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_OnValueUpdated_38D969D34D86548B57C0F7931EA93F8A::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_RushStatechanged \ +static_assert(alignof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_RushStatechanged) == 0x000001, "Wrong alignment on BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_RushStatechanged"); \ +static_assert(sizeof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_RushStatechanged) == 0x000001, "Wrong size on BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_RushStatechanged"); \ +static_assert(offsetof(BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_RushStatechanged, IsBeingUsed) == 0x000000, "Member 'BP_Skill_AdrenalineRush2_Melee_HealOverTime_C_RushStatechanged::IsBeingUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_AdrenalineRush2_Melee_HealOverTime_C \ +static_assert(alignof(UBP_Skill_AdrenalineRush2_Melee_HealOverTime_C) == 0x000008, "Wrong alignment on UBP_Skill_AdrenalineRush2_Melee_HealOverTime_C"); \ +static_assert(sizeof(UBP_Skill_AdrenalineRush2_Melee_HealOverTime_C) == 0x000038, "Wrong size on UBP_Skill_AdrenalineRush2_Melee_HealOverTime_C"); \ +static_assert(offsetof(UBP_Skill_AdrenalineRush2_Melee_HealOverTime_C, UberGraphFrame) == 0x000028, "Member 'UBP_Skill_AdrenalineRush2_Melee_HealOverTime_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_AdrenalineRush2_Melee_HealOverTime_C, RemainingDuration) == 0x000030, "Member 'UBP_Skill_AdrenalineRush2_Melee_HealOverTime_C::RemainingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_TakeLessDamage_C_BP_SetupItemInstance \ +static_assert(alignof(BP_Skill_Perk_TakeLessDamage_C_BP_SetupItemInstance) == 0x000001, "Wrong alignment on BP_Skill_Perk_TakeLessDamage_C_BP_SetupItemInstance"); \ +static_assert(sizeof(BP_Skill_Perk_TakeLessDamage_C_BP_SetupItemInstance) == 0x000001, "Wrong size on BP_Skill_Perk_TakeLessDamage_C_BP_SetupItemInstance"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_BP_SetupItemInstance, bFromSaveGame) == 0x000000, "Member 'BP_Skill_Perk_TakeLessDamage_C_BP_SetupItemInstance::bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_TakeLessDamage_C_ExecuteUbergraph_BP_Skill_Perk_TakeLessDamage \ +static_assert(alignof(BP_Skill_Perk_TakeLessDamage_C_ExecuteUbergraph_BP_Skill_Perk_TakeLessDamage) == 0x000004, "Wrong alignment on BP_Skill_Perk_TakeLessDamage_C_ExecuteUbergraph_BP_Skill_Perk_TakeLessDamage"); \ +static_assert(sizeof(BP_Skill_Perk_TakeLessDamage_C_ExecuteUbergraph_BP_Skill_Perk_TakeLessDamage) == 0x000008, "Wrong size on BP_Skill_Perk_TakeLessDamage_C_ExecuteUbergraph_BP_Skill_Perk_TakeLessDamage"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_ExecuteUbergraph_BP_Skill_Perk_TakeLessDamage, EntryPoint) == 0x000000, "Member 'BP_Skill_Perk_TakeLessDamage_C_ExecuteUbergraph_BP_Skill_Perk_TakeLessDamage::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_ExecuteUbergraph_BP_Skill_Perk_TakeLessDamage, K2Node_Event_bFromSaveGame) == 0x000004, "Member 'BP_Skill_Perk_TakeLessDamage_C_ExecuteUbergraph_BP_Skill_Perk_TakeLessDamage::K2Node_Event_bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier \ +static_assert(alignof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier) == 0x000008, "Wrong alignment on BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier"); \ +static_assert(sizeof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier) == 0x0001C8, "Wrong size on BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, Damage) == 0x000000, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, HealthDamageMultiplier) == 0x000040, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::HealthDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, PostureDamageMultiplier) == 0x000048, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::PostureDamageMultiplier' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, DynamicValueVar) == 0x000050, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::DynamicValueVar' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, Temp_struct_Variable) == 0x000058, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, CallFunc_GetWorldStateBool_ReturnValue) == 0x000060, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, CallFunc_AsItem_ReturnValue) == 0x0000B0, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::CallFunc_AsItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, CallFunc_ItemHasTag_ReturnValue) == 0x0000E8, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x0000F0, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, CallFunc_SelectFloat_ReturnValue) == 0x000118, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x000120, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, K2Node_MakeStruct_FormatArgumentData_1) == 0x000148, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000190, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, K2Node_MakeArray_Array) == 0x000198, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, K2Node_DynamicCast_AsBP_Perk_Mixin) == 0x0001A8, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::K2Node_DynamicCast_AsBP_Perk_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier, CallFunc_Format_ReturnValue) == 0x0001B8, "Member 'BP_Skill_Perk_TakeLessDamage_C_GetTakeDamageMultiplier::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_Perk_TakeLessDamage_C \ +static_assert(alignof(UBP_Skill_Perk_TakeLessDamage_C) == 0x000008, "Wrong alignment on UBP_Skill_Perk_TakeLessDamage_C"); \ +static_assert(sizeof(UBP_Skill_Perk_TakeLessDamage_C) == 0x000040, "Wrong size on UBP_Skill_Perk_TakeLessDamage_C"); \ +static_assert(offsetof(UBP_Skill_Perk_TakeLessDamage_C, UberGraphFrame_BP_Skill_Perk_TakeLessDamage_C) == 0x000038, "Member 'UBP_Skill_Perk_TakeLessDamage_C::UberGraphFrame_BP_Skill_Perk_TakeLessDamage_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDmgTypeBP_Pistol_C \ +static_assert(alignof(UDmgTypeBP_Pistol_C) == 0x000008, "Wrong alignment on UDmgTypeBP_Pistol_C"); \ +static_assert(sizeof(UDmgTypeBP_Pistol_C) == 0x000048, "Wrong size on UDmgTypeBP_Pistol_C"); \ + +#define DUMPER7_ASSERTS_BPI_KillObjective_C_SetKillObjectiveActive \ +static_assert(alignof(BPI_KillObjective_C_SetKillObjectiveActive) == 0x000001, "Wrong alignment on BPI_KillObjective_C_SetKillObjectiveActive"); \ +static_assert(sizeof(BPI_KillObjective_C_SetKillObjectiveActive) == 0x000001, "Wrong size on BPI_KillObjective_C_SetKillObjectiveActive"); \ +static_assert(offsetof(BPI_KillObjective_C_SetKillObjectiveActive, IsKillObjectiveActive) == 0x000000, "Member 'BPI_KillObjective_C_SetKillObjectiveActive::IsKillObjectiveActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_KillObjective_C \ +static_assert(alignof(IBPI_KillObjective_C) == 0x000001, "Wrong alignment on IBPI_KillObjective_C"); \ +static_assert(sizeof(IBPI_KillObjective_C) == 0x000001, "Wrong size on IBPI_KillObjective_C"); \ + +#define DUMPER7_ASSERTS_UBP_InventoryItemUse_C \ +static_assert(alignof(UBP_InventoryItemUse_C) == 0x000008, "Wrong alignment on UBP_InventoryItemUse_C"); \ +static_assert(sizeof(UBP_InventoryItemUse_C) == 0x000030, "Wrong size on UBP_InventoryItemUse_C"); \ + +#define DUMPER7_ASSERTS_UBP_TakePainkillersAction_C \ +static_assert(alignof(UBP_TakePainkillersAction_C) == 0x000008, "Wrong alignment on UBP_TakePainkillersAction_C"); \ +static_assert(sizeof(UBP_TakePainkillersAction_C) == 0x000030, "Wrong size on UBP_TakePainkillersAction_C"); \ + +#define DUMPER7_ASSERTS_UBP_AdrenalineRushAction_C \ +static_assert(alignof(UBP_AdrenalineRushAction_C) == 0x000008, "Wrong alignment on UBP_AdrenalineRushAction_C"); \ +static_assert(sizeof(UBP_AdrenalineRushAction_C) == 0x000030, "Wrong size on UBP_AdrenalineRushAction_C"); \ + +#define DUMPER7_ASSERTS_UConstrainInput_C \ +static_assert(alignof(UConstrainInput_C) == 0x000008, "Wrong alignment on UConstrainInput_C"); \ +static_assert(sizeof(UConstrainInput_C) == 0x000030, "Wrong size on UConstrainInput_C"); \ + +#define DUMPER7_ASSERTS_BP_ActionCondition_OpenDoor_C_Evaluate \ +static_assert(alignof(BP_ActionCondition_OpenDoor_C_Evaluate) == 0x000008, "Wrong alignment on BP_ActionCondition_OpenDoor_C_Evaluate"); \ +static_assert(sizeof(BP_ActionCondition_OpenDoor_C_Evaluate) == 0x000050, "Wrong size on BP_ActionCondition_OpenDoor_C_Evaluate"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, Context) == 0x000000, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, ReturnValue) == 0x000020, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, Temp_byte_Variable) == 0x000021, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, Temp_bool_Variable) == 0x000022, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, CallFunc_GetActionAnchor_ReturnValue) == 0x000028, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::CallFunc_GetActionAnchor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, Temp_bool_Variable_1) == 0x000030, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, K2Node_DynamicCast_AsDoor) == 0x000038, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::K2Node_DynamicCast_AsDoor' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, CallFunc_GetCharacterAnimationType_ReturnValue) == 0x000041, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::CallFunc_GetCharacterAnimationType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, CallFunc_IsActorInFront_ReturnValue) == 0x000042, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::CallFunc_IsActorInFront_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, CallFunc_IsValid_ReturnValue) == 0x000043, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, CallFunc_Not_PreBool_ReturnValue) == 0x000044, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, Temp_byte_Variable_1) == 0x000045, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000046, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, Temp_bool_Variable_2) == 0x000047, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, K2Node_Select_Default) == 0x000048, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, K2Node_Select_Default_1) == 0x000049, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_OpenDoor_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x00004A, "Member 'BP_ActionCondition_OpenDoor_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ActionCondition_OpenDoor_C \ +static_assert(alignof(UBP_ActionCondition_OpenDoor_C) == 0x000008, "Wrong alignment on UBP_ActionCondition_OpenDoor_C"); \ +static_assert(sizeof(UBP_ActionCondition_OpenDoor_C) == 0x000030, "Wrong size on UBP_ActionCondition_OpenDoor_C"); \ +static_assert(offsetof(UBP_ActionCondition_OpenDoor_C, CharacterDoorAnimationType) == 0x000028, "Member 'UBP_ActionCondition_OpenDoor_C::CharacterDoorAnimationType' has a wrong offset!"); \ +static_assert(offsetof(UBP_ActionCondition_OpenDoor_C, CheckSide) == 0x000029, "Member 'UBP_ActionCondition_OpenDoor_C::CheckSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReleaseLogic_EquipWeapon_C_Initialize \ +static_assert(alignof(BP_ReleaseLogic_EquipWeapon_C_Initialize) == 0x000008, "Wrong alignment on BP_ReleaseLogic_EquipWeapon_C_Initialize"); \ +static_assert(sizeof(BP_ReleaseLogic_EquipWeapon_C_Initialize) == 0x000020, "Wrong size on BP_ReleaseLogic_EquipWeapon_C_Initialize"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_Initialize, World) == 0x000000, "Member 'BP_ReleaseLogic_EquipWeapon_C_Initialize::World' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_Initialize, TokenHolder) == 0x000008, "Member 'BP_ReleaseLogic_EquipWeapon_C_Initialize::TokenHolder' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_Initialize, TokenProvider) == 0x000010, "Member 'BP_ReleaseLogic_EquipWeapon_C_Initialize::TokenProvider' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_Initialize, CallFunc_GetTimeSeconds_ReturnValue) == 0x000018, "Member 'BP_ReleaseLogic_EquipWeapon_C_Initialize::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken \ +static_assert(alignof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken) == 0x000008, "Wrong alignment on BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken"); \ +static_assert(sizeof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken) == 0x000040, "Wrong size on BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken, TokenHolder) == 0x000000, "Member 'BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken::TokenHolder' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken, TokenProvider) == 0x000008, "Member 'BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken::TokenProvider' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken, MetaData) == 0x000010, "Member 'BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken::MetaData' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken, ReturnValue) == 0x000011, "Member 'BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000018, "Member 'BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken, CallFunc_IsWieldingWeapon_ReturnValue) == 0x000029, "Member 'BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken::CallFunc_IsWieldingWeapon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_ReleaseLogic_EquipWeapon_C_ShouldReleaseToken::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ReleaseLogic_EquipWeapon_C \ +static_assert(alignof(UBP_ReleaseLogic_EquipWeapon_C) == 0x000008, "Wrong alignment on UBP_ReleaseLogic_EquipWeapon_C"); \ +static_assert(sizeof(UBP_ReleaseLogic_EquipWeapon_C) == 0x000040, "Wrong size on UBP_ReleaseLogic_EquipWeapon_C"); \ +static_assert(offsetof(UBP_ReleaseLogic_EquipWeapon_C, GracePeriod) == 0x000030, "Member 'UBP_ReleaseLogic_EquipWeapon_C::GracePeriod' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_EquipWeapon_C, TimeTokenTaken) == 0x000038, "Member 'UBP_ReleaseLogic_EquipWeapon_C::TimeTokenTaken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerEvadeMisdirection_C_FireNotify \ +static_assert(alignof(BP_TriggerEvadeMisdirection_C_FireNotify) == 0x000008, "Wrong alignment on BP_TriggerEvadeMisdirection_C_FireNotify"); \ +static_assert(sizeof(BP_TriggerEvadeMisdirection_C_FireNotify) == 0x000048, "Wrong size on BP_TriggerEvadeMisdirection_C_FireNotify"); \ +static_assert(offsetof(BP_TriggerEvadeMisdirection_C_FireNotify, ActionUpdateContext) == 0x000000, "Member 'BP_TriggerEvadeMisdirection_C_FireNotify::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerEvadeMisdirection_C_FireNotify, CallFunc_GetRequestedInstigator_ReturnValue) == 0x000010, "Member 'BP_TriggerEvadeMisdirection_C_FireNotify::CallFunc_GetRequestedInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerEvadeMisdirection_C_FireNotify, K2Node_DynamicCast_AsPlayer_Character) == 0x000018, "Member 'BP_TriggerEvadeMisdirection_C_FireNotify::K2Node_DynamicCast_AsPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerEvadeMisdirection_C_FireNotify, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_TriggerEvadeMisdirection_C_FireNotify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerEvadeMisdirection_C_FireNotify, CallFunc_GetRequestedTarget_ReturnValue) == 0x000028, "Member 'BP_TriggerEvadeMisdirection_C_FireNotify::CallFunc_GetRequestedTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerEvadeMisdirection_C_FireNotify, K2Node_DynamicCast_AsPlayer_Character_1) == 0x000030, "Member 'BP_TriggerEvadeMisdirection_C_FireNotify::K2Node_DynamicCast_AsPlayer_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerEvadeMisdirection_C_FireNotify, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_TriggerEvadeMisdirection_C_FireNotify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerEvadeMisdirection_C_FireNotify, CallFunc_EvadeMisdirection_Duration_ImplicitCast) == 0x00003C, "Member 'BP_TriggerEvadeMisdirection_C_FireNotify::CallFunc_EvadeMisdirection_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerEvadeMisdirection_C_FireNotify, CallFunc_EvadeMisdirection_Duration_ImplicitCast_1) == 0x000040, "Member 'BP_TriggerEvadeMisdirection_C_FireNotify::CallFunc_EvadeMisdirection_Duration_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TriggerEvadeMisdirection_C \ +static_assert(alignof(UBP_TriggerEvadeMisdirection_C) == 0x000008, "Wrong alignment on UBP_TriggerEvadeMisdirection_C"); \ +static_assert(sizeof(UBP_TriggerEvadeMisdirection_C) == 0x000048, "Wrong size on UBP_TriggerEvadeMisdirection_C"); \ +static_assert(offsetof(UBP_TriggerEvadeMisdirection_C, FiresOnInstigator) == 0x000038, "Member 'UBP_TriggerEvadeMisdirection_C::FiresOnInstigator' has a wrong offset!"); \ +static_assert(offsetof(UBP_TriggerEvadeMisdirection_C, Duration) == 0x000040, "Member 'UBP_TriggerEvadeMisdirection_C::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEarlyPivotBranch_C \ +static_assert(alignof(UEarlyPivotBranch_C) == 0x000008, "Wrong alignment on UEarlyPivotBranch_C"); \ +static_assert(sizeof(UEarlyPivotBranch_C) == 0x000030, "Wrong size on UEarlyPivotBranch_C"); \ + +#define DUMPER7_ASSERTS_BP_ReleaseLogic_Attack_C_Initialize \ +static_assert(alignof(BP_ReleaseLogic_Attack_C_Initialize) == 0x000008, "Wrong alignment on BP_ReleaseLogic_Attack_C_Initialize"); \ +static_assert(sizeof(BP_ReleaseLogic_Attack_C_Initialize) == 0x000058, "Wrong size on BP_ReleaseLogic_Attack_C_Initialize"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_Initialize, World) == 0x000000, "Member 'BP_ReleaseLogic_Attack_C_Initialize::World' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_Initialize, TokenHolder_0) == 0x000008, "Member 'BP_ReleaseLogic_Attack_C_Initialize::TokenHolder_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_Initialize, TokenProvider) == 0x000010, "Member 'BP_ReleaseLogic_Attack_C_Initialize::TokenProvider' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_Initialize, K2Node_DynamicCast_AsCJCharacter) == 0x000018, "Member 'BP_ReleaseLogic_Attack_C_Initialize::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_Initialize, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ReleaseLogic_Attack_C_Initialize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_Initialize, CallFunc_GetAIController_ReturnValue) == 0x000028, "Member 'BP_ReleaseLogic_Attack_C_Initialize::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_Initialize, CallFunc_GetPlayingInstance_ReturnValue) == 0x000030, "Member 'BP_ReleaseLogic_Attack_C_Initialize::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_Initialize, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BP_ReleaseLogic_Attack_C_Initialize::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_Initialize, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x000040, "Member 'BP_ReleaseLogic_Attack_C_Initialize::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_Initialize, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_ReleaseLogic_Attack_C_Initialize::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_Initialize, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_ReleaseLogic_Attack_C_Initialize::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReleaseLogic_Attack_C_IsPerformingAttackAction \ +static_assert(alignof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction) == 0x000008, "Wrong alignment on BP_ReleaseLogic_Attack_C_IsPerformingAttackAction"); \ +static_assert(sizeof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction) == 0x000020, "Wrong size on BP_ReleaseLogic_Attack_C_IsPerformingAttackAction"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction, Target) == 0x000000, "Member 'BP_ReleaseLogic_Attack_C_IsPerformingAttackAction::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction, ReturnValue) == 0x000008, "Member 'BP_ReleaseLogic_Attack_C_IsPerformingAttackAction::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction, CallFunc_GetCurrentContextID_ReturnValue) == 0x00000C, "Member 'BP_ReleaseLogic_Attack_C_IsPerformingAttackAction::CallFunc_GetCurrentContextID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction, CallFunc_GetAction_ReturnValue) == 0x000010, "Member 'BP_ReleaseLogic_Attack_C_IsPerformingAttackAction::CallFunc_GetAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_ReleaseLogic_Attack_C_IsPerformingAttackAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000019, "Member 'BP_ReleaseLogic_Attack_C_IsPerformingAttackAction::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x00001A, "Member 'BP_ReleaseLogic_Attack_C_IsPerformingAttackAction::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction, CallFunc_BooleanOR_ReturnValue) == 0x00001B, "Member 'BP_ReleaseLogic_Attack_C_IsPerformingAttackAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction, CallFunc_BooleanOR_ReturnValue_1) == 0x00001C, "Member 'BP_ReleaseLogic_Attack_C_IsPerformingAttackAction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction, CallFunc_BooleanOR_ReturnValue_2) == 0x00001D, "Member 'BP_ReleaseLogic_Attack_C_IsPerformingAttackAction::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction, CallFunc_BooleanOR_ReturnValue_3) == 0x00001E, "Member 'BP_ReleaseLogic_Attack_C_IsPerformingAttackAction::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_IsPerformingAttackAction, CallFunc_BooleanOR_ReturnValue_4) == 0x00001F, "Member 'BP_ReleaseLogic_Attack_C_IsPerformingAttackAction::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReleaseLogic_Attack_C_ShouldReleaseToken \ +static_assert(alignof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken) == 0x000008, "Wrong alignment on BP_ReleaseLogic_Attack_C_ShouldReleaseToken"); \ +static_assert(sizeof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken) == 0x000088, "Wrong size on BP_ReleaseLogic_Attack_C_ShouldReleaseToken"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, TokenHolder_0) == 0x000000, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::TokenHolder_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, TokenProvider) == 0x000008, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::TokenProvider' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, MetaData) == 0x000010, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::MetaData' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, ReturnValue) == 0x000011, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x000018, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_IsPerformingAttackAction_ReturnValue) == 0x000020, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_IsPerformingAttackAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_GetDistanceTo_ReturnValue) == 0x000024, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_SelectFloat_ReturnValue) == 0x000028, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_NormalizeToRange_ReturnValue) == 0x000030, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_Lerp_ReturnValue) == 0x000048, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000058, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000060, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_Attack_C_ShouldReleaseToken, CallFunc_NormalizeToRange_Value_ImplicitCast) == 0x000080, "Member 'BP_ReleaseLogic_Attack_C_ShouldReleaseToken::CallFunc_NormalizeToRange_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ReleaseLogic_Attack_C \ +static_assert(alignof(UBP_ReleaseLogic_Attack_C) == 0x000008, "Wrong alignment on UBP_ReleaseLogic_Attack_C"); \ +static_assert(sizeof(UBP_ReleaseLogic_Attack_C) == 0x000060, "Wrong size on UBP_ReleaseLogic_Attack_C"); \ +static_assert(offsetof(UBP_ReleaseLogic_Attack_C, AttackTimeStamp) == 0x000030, "Member 'UBP_ReleaseLogic_Attack_C::AttackTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Attack_C, GracePeriod) == 0x000038, "Member 'UBP_ReleaseLogic_Attack_C::GracePeriod' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Attack_C, AttackTimeoutMin) == 0x000040, "Member 'UBP_ReleaseLogic_Attack_C::AttackTimeoutMin' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Attack_C, AttackTimeoutMax) == 0x000048, "Member 'UBP_ReleaseLogic_Attack_C::AttackTimeoutMax' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Attack_C, AttackTimeoutTime) == 0x000050, "Member 'UBP_ReleaseLogic_Attack_C::AttackTimeoutTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_Attack_C, TokenHolder) == 0x000058, "Member 'UBP_ReleaseLogic_Attack_C::TokenHolder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Attack_MultiTest_C \ +static_assert(alignof(UBP_Attack_MultiTest_C) == 0x000008, "Wrong alignment on UBP_Attack_MultiTest_C"); \ +static_assert(sizeof(UBP_Attack_MultiTest_C) == 0x000050, "Wrong size on UBP_Attack_MultiTest_C"); \ + +#define DUMPER7_ASSERTS_BP_ActionCondition_NoFlagsMatch_C_Evaluate \ +static_assert(alignof(BP_ActionCondition_NoFlagsMatch_C_Evaluate) == 0x000008, "Wrong alignment on BP_ActionCondition_NoFlagsMatch_C_Evaluate"); \ +static_assert(sizeof(BP_ActionCondition_NoFlagsMatch_C_Evaluate) == 0x000040, "Wrong size on BP_ActionCondition_NoFlagsMatch_C_Evaluate"); \ +static_assert(offsetof(BP_ActionCondition_NoFlagsMatch_C_Evaluate, Context) == 0x000000, "Member 'BP_ActionCondition_NoFlagsMatch_C_Evaluate::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_NoFlagsMatch_C_Evaluate, ReturnValue) == 0x000020, "Member 'BP_ActionCondition_NoFlagsMatch_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_NoFlagsMatch_C_Evaluate, Result) == 0x000021, "Member 'BP_ActionCondition_NoFlagsMatch_C_Evaluate::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_NoFlagsMatch_C_Evaluate, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_ActionCondition_NoFlagsMatch_C_Evaluate::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_NoFlagsMatch_C_Evaluate, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_ActionCondition_NoFlagsMatch_C_Evaluate::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_NoFlagsMatch_C_Evaluate, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_ActionCondition_NoFlagsMatch_C_Evaluate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_NoFlagsMatch_C_Evaluate, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_ActionCondition_NoFlagsMatch_C_Evaluate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_NoFlagsMatch_C_Evaluate, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_ActionCondition_NoFlagsMatch_C_Evaluate::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_NoFlagsMatch_C_Evaluate, CallFunc_Less_IntInt_ReturnValue) == 0x000035, "Member 'BP_ActionCondition_NoFlagsMatch_C_Evaluate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_NoFlagsMatch_C_Evaluate, CallFunc_IsFlagRaised_ReturnValue) == 0x000036, "Member 'BP_ActionCondition_NoFlagsMatch_C_Evaluate::CallFunc_IsFlagRaised_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_NoFlagsMatch_C_Evaluate, CallFunc_Not_PreBool_ReturnValue) == 0x000037, "Member 'BP_ActionCondition_NoFlagsMatch_C_Evaluate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_NoFlagsMatch_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x000038, "Member 'BP_ActionCondition_NoFlagsMatch_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ActionCondition_NoFlagsMatch_C \ +static_assert(alignof(UBP_ActionCondition_NoFlagsMatch_C) == 0x000008, "Wrong alignment on UBP_ActionCondition_NoFlagsMatch_C"); \ +static_assert(sizeof(UBP_ActionCondition_NoFlagsMatch_C) == 0x000048, "Wrong size on UBP_ActionCondition_NoFlagsMatch_C"); \ +static_assert(offsetof(UBP_ActionCondition_NoFlagsMatch_C, Flags_0) == 0x000038, "Member 'UBP_ActionCondition_NoFlagsMatch_C::Flags_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReducedPain_C_ActivateStatus \ +static_assert(alignof(BP_ReducedPain_C_ActivateStatus) == 0x000008, "Wrong alignment on BP_ReducedPain_C_ActivateStatus"); \ +static_assert(sizeof(BP_ReducedPain_C_ActivateStatus) == 0x000008, "Wrong size on BP_ReducedPain_C_ActivateStatus"); \ +static_assert(offsetof(BP_ReducedPain_C_ActivateStatus, AffectedCharacter) == 0x000000, "Member 'BP_ReducedPain_C_ActivateStatus::AffectedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReducedPain_C_DeactivateStatus \ +static_assert(alignof(BP_ReducedPain_C_DeactivateStatus) == 0x000008, "Wrong alignment on BP_ReducedPain_C_DeactivateStatus"); \ +static_assert(sizeof(BP_ReducedPain_C_DeactivateStatus) == 0x000008, "Wrong size on BP_ReducedPain_C_DeactivateStatus"); \ +static_assert(offsetof(BP_ReducedPain_C_DeactivateStatus, AffectedCharacter) == 0x000000, "Member 'BP_ReducedPain_C_DeactivateStatus::AffectedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReducedPain_C_ExecuteUbergraph_BP_ReducedPain \ +static_assert(alignof(BP_ReducedPain_C_ExecuteUbergraph_BP_ReducedPain) == 0x000008, "Wrong alignment on BP_ReducedPain_C_ExecuteUbergraph_BP_ReducedPain"); \ +static_assert(sizeof(BP_ReducedPain_C_ExecuteUbergraph_BP_ReducedPain) == 0x000018, "Wrong size on BP_ReducedPain_C_ExecuteUbergraph_BP_ReducedPain"); \ +static_assert(offsetof(BP_ReducedPain_C_ExecuteUbergraph_BP_ReducedPain, EntryPoint) == 0x000000, "Member 'BP_ReducedPain_C_ExecuteUbergraph_BP_ReducedPain::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ReducedPain_C_ExecuteUbergraph_BP_ReducedPain, K2Node_Event_AffectedCharacter_1) == 0x000008, "Member 'BP_ReducedPain_C_ExecuteUbergraph_BP_ReducedPain::K2Node_Event_AffectedCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReducedPain_C_ExecuteUbergraph_BP_ReducedPain, K2Node_Event_AffectedCharacter) == 0x000010, "Member 'BP_ReducedPain_C_ExecuteUbergraph_BP_ReducedPain::K2Node_Event_AffectedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ReducedPain_C \ +static_assert(alignof(UBP_ReducedPain_C) == 0x000008, "Wrong alignment on UBP_ReducedPain_C"); \ +static_assert(sizeof(UBP_ReducedPain_C) == 0x000088, "Wrong size on UBP_ReducedPain_C"); \ +static_assert(offsetof(UBP_ReducedPain_C, UberGraphFrame) == 0x000030, "Member 'UBP_ReducedPain_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReducedPain_C, DamageModifiers) == 0x000038, "Member 'UBP_ReducedPain_C::DamageModifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Blocking_C_ActivateStatus \ +static_assert(alignof(BP_Blocking_C_ActivateStatus) == 0x000008, "Wrong alignment on BP_Blocking_C_ActivateStatus"); \ +static_assert(sizeof(BP_Blocking_C_ActivateStatus) == 0x000008, "Wrong size on BP_Blocking_C_ActivateStatus"); \ +static_assert(offsetof(BP_Blocking_C_ActivateStatus, AffectedCharacter) == 0x000000, "Member 'BP_Blocking_C_ActivateStatus::AffectedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Blocking_C_DeactivateStatus \ +static_assert(alignof(BP_Blocking_C_DeactivateStatus) == 0x000008, "Wrong alignment on BP_Blocking_C_DeactivateStatus"); \ +static_assert(sizeof(BP_Blocking_C_DeactivateStatus) == 0x000008, "Wrong size on BP_Blocking_C_DeactivateStatus"); \ +static_assert(offsetof(BP_Blocking_C_DeactivateStatus, AffectedCharacter) == 0x000000, "Member 'BP_Blocking_C_DeactivateStatus::AffectedCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Blocking_C_ExecuteUbergraph_BP_Blocking \ +static_assert(alignof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking) == 0x000008, "Wrong alignment on BP_Blocking_C_ExecuteUbergraph_BP_Blocking"); \ +static_assert(sizeof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking) == 0x000098, "Wrong size on BP_Blocking_C_ExecuteUbergraph_BP_Blocking"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, EntryPoint) == 0x000000, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_Map_Keys_Keys) == 0x000008, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, K2Node_Event_AffectedCharacter_1) == 0x000028, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::K2Node_Event_AffectedCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, K2Node_Event_AffectedCharacter) == 0x000030, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::K2Node_Event_AffectedCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, Temp_int_Array_Index_Variable_1) == 0x00004C, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_Map_Keys_Keys_1) == 0x000060, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_Map_Find_Value) == 0x000080, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_Map_Find_ReturnValue) == 0x000088, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_Less_IntInt_ReturnValue_1) == 0x000089, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_Add_IntInt_ReturnValue_1) == 0x00008C, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Blocking_C_ExecuteUbergraph_BP_Blocking, CallFunc_AddStatusEffectDamageMultiplier_Multiplier_ImplicitCast) == 0x000090, "Member 'BP_Blocking_C_ExecuteUbergraph_BP_Blocking::CallFunc_AddStatusEffectDamageMultiplier_Multiplier_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Blocking_C \ +static_assert(alignof(UBP_Blocking_C) == 0x000008, "Wrong alignment on UBP_Blocking_C"); \ +static_assert(sizeof(UBP_Blocking_C) == 0x000088, "Wrong size on UBP_Blocking_C"); \ +static_assert(offsetof(UBP_Blocking_C, UberGraphFrame) == 0x000030, "Member 'UBP_Blocking_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_Blocking_C, DamageModifiers) == 0x000038, "Member 'UBP_Blocking_C::DamageModifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate \ +static_assert(alignof(BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate) == 0x000008, "Wrong alignment on BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate"); \ +static_assert(sizeof(BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate) == 0x000040, "Wrong size on BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate, Tags) == 0x000000, "Member 'BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate::Tags' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate, Result) == 0x000020, "Member 'BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate, ReturnValue) == 0x000024, "Member 'BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate, CallFunc_GetLevel_Level) == 0x000028, "Member 'BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate::CallFunc_GetLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000034, "Member 'BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate, CallFunc_Clamp_ReturnValue) == 0x000038, "Member 'BP_CharacterLevelCalculation_NearPlayerLevel_C_BP_Evaluate::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterLevelCalculation_NearPlayerLevel_C \ +static_assert(alignof(UBP_CharacterLevelCalculation_NearPlayerLevel_C) == 0x000008, "Wrong alignment on UBP_CharacterLevelCalculation_NearPlayerLevel_C"); \ +static_assert(sizeof(UBP_CharacterLevelCalculation_NearPlayerLevel_C) == 0x000028, "Wrong size on UBP_CharacterLevelCalculation_NearPlayerLevel_C"); \ + +#define DUMPER7_ASSERTS_VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory \ +static_assert(alignof(VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory) == 0x000008, "Wrong alignment on VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory"); \ +static_assert(sizeof(VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory) == 0x000048, "Wrong size on VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory"); \ +static_assert(offsetof(VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory, EntryPoint) == 0x000000, "Member 'VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory, K2Node_CustomEvent_NewCount) == 0x000004, "Member 'VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory::K2Node_CustomEvent_NewCount' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory, Temp_int_Variable) == 0x000018, "Member 'VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory, CallFunc_ObserveInventoryItemCount_ReturnValue) == 0x000020, "Member 'VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory::CallFunc_ObserveInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000029, "Member 'VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory, CallFunc_GetPlayingInstance_ReturnValue) == 0x000030, "Member 'VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'VM_HealthInventory_C_ExecuteUbergraph_VM_HealthInventory::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_HealthInventory_C_OnItemCountUpdated_B1793BAC443196290B02A08198024D45 \ +static_assert(alignof(VM_HealthInventory_C_OnItemCountUpdated_B1793BAC443196290B02A08198024D45) == 0x000004, "Wrong alignment on VM_HealthInventory_C_OnItemCountUpdated_B1793BAC443196290B02A08198024D45"); \ +static_assert(sizeof(VM_HealthInventory_C_OnItemCountUpdated_B1793BAC443196290B02A08198024D45) == 0x000004, "Wrong size on VM_HealthInventory_C_OnItemCountUpdated_B1793BAC443196290B02A08198024D45"); \ +static_assert(offsetof(VM_HealthInventory_C_OnItemCountUpdated_B1793BAC443196290B02A08198024D45, NewCount) == 0x000000, "Member 'VM_HealthInventory_C_OnItemCountUpdated_B1793BAC443196290B02A08198024D45::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_HealthInventory_C_UpdateButtonHintVisibility \ +static_assert(alignof(VM_HealthInventory_C_UpdateButtonHintVisibility) == 0x000008, "Wrong alignment on VM_HealthInventory_C_UpdateButtonHintVisibility"); \ +static_assert(sizeof(VM_HealthInventory_C_UpdateButtonHintVisibility) == 0x000010, "Wrong size on VM_HealthInventory_C_UpdateButtonHintVisibility"); \ +static_assert(offsetof(VM_HealthInventory_C_UpdateButtonHintVisibility, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000000, "Member 'VM_HealthInventory_C_UpdateButtonHintVisibility::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_UpdateButtonHintVisibility, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'VM_HealthInventory_C_UpdateButtonHintVisibility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_UpdateButtonHintVisibility, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'VM_HealthInventory_C_UpdateButtonHintVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_UpdateButtonHintVisibility, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000003, "Member 'VM_HealthInventory_C_UpdateButtonHintVisibility::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_UpdateButtonHintVisibility, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000008, "Member 'VM_HealthInventory_C_UpdateButtonHintVisibility::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc \ +static_assert(alignof(VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc) == 0x000008, "Wrong alignment on VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc"); \ +static_assert(sizeof(VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc) == 0x000020, "Wrong size on VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc"); \ +static_assert(offsetof(VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc, HealthComponent) == 0x000000, "Member 'VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc::HealthComponent' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc, Reason) == 0x000008, "Member 'VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc::Reason' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc, CallFunc_GetHealthPercentage_ReturnValue) == 0x000018, "Member 'VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x00001C, "Member 'VM_HealthInventory_C_VM_HealthInventory_AutoGenFunc::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVM_HealthInventory_C \ +static_assert(alignof(UVM_HealthInventory_C) == 0x000008, "Wrong alignment on UVM_HealthInventory_C"); \ +static_assert(sizeof(UVM_HealthInventory_C) == 0x0000A8, "Wrong size on UVM_HealthInventory_C"); \ +static_assert(offsetof(UVM_HealthInventory_C, UberGraphFrame) == 0x000070, "Member 'UVM_HealthInventory_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UVM_HealthInventory_C, HealItemCount) == 0x000078, "Member 'UVM_HealthInventory_C::HealItemCount' has a wrong offset!"); \ +static_assert(offsetof(UVM_HealthInventory_C, PlayOnCountUpdateAnimation) == 0x000080, "Member 'UVM_HealthInventory_C::PlayOnCountUpdateAnimation' has a wrong offset!"); \ +static_assert(offsetof(UVM_HealthInventory_C, PlayOnBlockedUseAnimation) == 0x000090, "Member 'UVM_HealthInventory_C::PlayOnBlockedUseAnimation' has a wrong offset!"); \ +static_assert(offsetof(UVM_HealthInventory_C, bButtonHintVisible) == 0x0000A0, "Member 'UVM_HealthInventory_C::bButtonHintVisible' has a wrong offset!"); \ +static_assert(offsetof(UVM_HealthInventory_C, PlayerHealth) == 0x0000A4, "Member 'UVM_HealthInventory_C::PlayerHealth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData) == 0x001010, "Wrong size on ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_456) == 0x000004, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_456' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_457) == 0x00000C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_457' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_458) == 0x000014, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_458' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_459) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_459' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __ArrayProperty_460) == 0x000040, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__ArrayProperty_460' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_461) == 0x000050, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_461' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_462) == 0x000058, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_462' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_463) == 0x000078, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_463' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_464) == 0x000080, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_464' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __ArrayProperty_465) == 0x0000A0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__ArrayProperty_465' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_466) == 0x0000B0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_466' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_467) == 0x0000D0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_467' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_468) == 0x0000D8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_468' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_469) == 0x0000F8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_469' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __BlendProfile_470) == 0x000118, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__BlendProfile_470' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __CurveFloat_471) == 0x000120, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__CurveFloat_471' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __EnumProperty_472) == 0x000128, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__EnumProperty_472' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __EnumProperty_473) == 0x000129, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__EnumProperty_473' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __EnumProperty_474) == 0x00012A, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__EnumProperty_474' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __ArrayProperty_475) == 0x000130, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__ArrayProperty_475' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __ArrayProperty_476) == 0x000140, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__ArrayProperty_476' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_477) == 0x000150, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_477' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __FloatProperty_478) == 0x00017C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__FloatProperty_478' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __BoolProperty_479) == 0x000180, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__BoolProperty_479' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __FloatProperty_480) == 0x000184, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__FloatProperty_480' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __EnumProperty_481) == 0x000188, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__EnumProperty_481' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __ByteProperty_482) == 0x000189, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__ByteProperty_482' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_483) == 0x000190, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_483' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_484) == 0x0001B0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_484' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_485) == 0x0001B8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_485' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_486) == 0x0001D8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_486' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_487) == 0x0001F8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_487' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_488) == 0x000218, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_488' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_489) == 0x000220, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_489' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_490) == 0x000240, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_490' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_491) == 0x000260, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_491' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_492) == 0x000280, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_492' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __IntProperty_493) == 0x000288, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__IntProperty_493' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_494) == 0x000290, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_494' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __FloatProperty_495) == 0x0002B0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__FloatProperty_495' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __ByteProperty_496) == 0x0002B4, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__ByteProperty_496' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __BoolProperty_497) == 0x0002B5, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__BoolProperty_497' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __EnumProperty_498) == 0x0002B6, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__EnumProperty_498' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __ByteProperty_499) == 0x0002B7, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__ByteProperty_499' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_500) == 0x0002B8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_500' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __FloatProperty_501) == 0x0002C0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__FloatProperty_501' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_502) == 0x0002C8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_502' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_503) == 0x0002E8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_503' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_504) == 0x000308, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_504' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_505) == 0x000310, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_505' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __IntProperty_506) == 0x000318, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__IntProperty_506' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __StructProperty_507) == 0x000320, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__StructProperty_507' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_508) == 0x000340, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_508' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, __NameProperty_509) == 0x000348, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::__NameProperty_509' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000350, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x0003D0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0003D8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000418, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_4) == 0x000448, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TurnInPlaceSequencePlayer) == 0x000450, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TurnInPlaceSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x000480, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RandomPlayer) == 0x0004B0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RandomPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x0004E0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_3) == 0x000510, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_5) == 0x000518, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_5) == 0x000548, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StrideWarping_5) == 0x000578, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StrideWarping_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StripRootDelta_2) == 0x0005A8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StripRootDelta_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocomotionStartEvaluator_2) == 0x0005D8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocomotionStartEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocomotionStartEvaluator_1) == 0x000608, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocomotionStartEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocomotionStartEvaluator) == 0x000638, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocomotionStartEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_3) == 0x000668, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_IKRig_1) == 0x000698, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_IKRig_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x0006C8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StrideWarping_4) == 0x0006F8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StrideWarping_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_4) == 0x000728, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_4) == 0x000758, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocomotionStopEvaluator) == 0x000788, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocomotionStopEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_2) == 0x0007B8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x0007C0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x0007F0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x000820, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x000850, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocomotionCycleTransitionEvaluator_2) == 0x000880, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocomotionCycleTransitionEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocomotionCycleTransitionEvaluator_1) == 0x0008B0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocomotionCycleTransitionEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocomotionCycleTransitionEvaluator) == 0x0008E0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocomotionCycleTransitionEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_2) == 0x000910, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_3) == 0x000940, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StrideWarping_3) == 0x000970, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StrideWarping_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_3) == 0x0009A0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x0009D0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_1) == 0x000A00, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum) == 0x000A30, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_IKRig) == 0x000A60, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_IKRig' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocomotionCycleSequencePlayer_2) == 0x000A90, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocomotionCycleSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocomotionCycleSequencePlayer_1) == 0x000AC0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocomotionCycleSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocomotionCycleSequencePlayer) == 0x000AF0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocomotionCycleSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_2) == 0x000B20, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_1) == 0x000B50, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x000B80, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyAdditive) == 0x000BB0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StrideWarping_2) == 0x000BE0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StrideWarping_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_2) == 0x000C10, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_2) == 0x000C40, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x000C70, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x000CA0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_1) == 0x000CD0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000CD8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x000D08, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x000D38, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocomotionPivotEvaluator_1) == 0x000D68, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocomotionPivotEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StripRootDelta_1) == 0x000D98, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StripRootDelta_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StrideWarping_1) == 0x000DC8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StrideWarping_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_1) == 0x000DF8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_1) == 0x000E28, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x000E58, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocomotionPivotEvaluator) == 0x000E88, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocomotionPivotEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StripRootDelta) == 0x000EB8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StripRootDelta' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StrideWarping) == 0x000EE8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StrideWarping' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000F18, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000F48, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x000F78, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x000FA8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000FD8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000FE0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData) == 0x000458, "Wrong size on ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty) == 0x000008, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __BoolProperty_0) == 0x000018, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__BoolProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_1) == 0x00001C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_2) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_3) == 0x000030, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_4) == 0x000038, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_5) == 0x000040, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_6) == 0x000050, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_7) == 0x000058, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __BoolProperty_8) == 0x000068, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__BoolProperty_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_9) == 0x00006C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_10) == 0x000074, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_11) == 0x00007C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_12) == 0x000080, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_13) == 0x000084, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_14) == 0x000088, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_15) == 0x000090, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_16) == 0x0000A0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_17) == 0x0000A8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __BoolProperty_18) == 0x0000B8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__BoolProperty_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_19) == 0x0000BC, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_20) == 0x0000C4, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_21) == 0x0000CC, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_22) == 0x0000D0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_23) == 0x0000D4, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_24) == 0x0000D8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_25) == 0x0000E0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_26) == 0x0000F0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_27) == 0x0000F8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __BoolProperty_28) == 0x000108, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__BoolProperty_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_29) == 0x00010C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_30) == 0x000114, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_31) == 0x00011C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_32) == 0x000120, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_33) == 0x000124, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_34) == 0x000128, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_35) == 0x000130, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_36) == 0x000138, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_37) == 0x000148, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __BoolProperty_38) == 0x000158, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__BoolProperty_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_39) == 0x00015C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_40) == 0x000164, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_41) == 0x00016C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_42) == 0x000170, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_43) == 0x000174, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_44) == 0x000178, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_45) == 0x000180, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_46) == 0x000194, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_47) == 0x000198, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_47' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_48) == 0x0001A0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_48' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_49) == 0x0001B0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_49' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_50) == 0x0001B8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_50' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_51) == 0x0001C0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_51' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_52) == 0x0001D0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_52' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_53) == 0x0001D8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_53' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_54) == 0x0001D9, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_54' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_55) == 0x0001DC, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_55' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_56) == 0x0001F0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_56' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_57) == 0x0001F8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_57' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_58) == 0x000200, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_58' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_59) == 0x000210, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_59' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_60) == 0x000218, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_60' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_61) == 0x000220, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_61' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_62) == 0x000230, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_62' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_63) == 0x000238, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_63' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_64) == 0x000239, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_64' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_65) == 0x00023C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_65' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_66) == 0x000250, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_66' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_67) == 0x000258, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_67' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_68) == 0x000260, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_68' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_69) == 0x000270, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_69' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_70) == 0x000278, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_70' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_71) == 0x000280, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_71' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_72) == 0x000290, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_72' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_73) == 0x000298, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_73' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_74) == 0x000299, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_74' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_75) == 0x00029C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_75' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_76) == 0x0002B0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_76' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_77) == 0x0002B1, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_77' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_78) == 0x0002B2, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_78' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_79) == 0x0002B4, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_79' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_80) == 0x0002B8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_80' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_81) == 0x0002C8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_81' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_82) == 0x0002D8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_82' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_83) == 0x0002DC, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_83' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_84) == 0x0002E0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_84' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_85) == 0x0002E8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_85' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_86) == 0x0002F8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_86' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_87) == 0x000308, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_87' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_88) == 0x00030C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_88' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_89) == 0x000310, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_89' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_90) == 0x000318, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_90' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_91) == 0x000328, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_91' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_92) == 0x000338, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_92' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_93) == 0x00033C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_93' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_94) == 0x000340, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_94' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_95) == 0x000344, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_95' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_96) == 0x000348, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_96' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_97) == 0x00034C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_97' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_98) == 0x000350, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_98' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_99) == 0x000358, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_99' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_100) == 0x000368, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_100' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_101) == 0x000378, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_101' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __BoolProperty_102) == 0x000388, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__BoolProperty_102' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_103) == 0x00038C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_103' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_104) == 0x000394, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_104' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_105) == 0x00039C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_105' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_106) == 0x0003A0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_106' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_107) == 0x0003A4, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_107' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_108) == 0x0003A8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_108' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_109) == 0x0003AC, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_109' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_110) == 0x0003B0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_110' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_111) == 0x0003B8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_111' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_112) == 0x0003CC, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_112' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_113) == 0x0003D0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_113' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __AnimSequenceBase_114) == 0x0003D8, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__AnimSequenceBase_114' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_115) == 0x0003E0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_115' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_116) == 0x0003F0, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_116' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_117) == 0x000400, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_117' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __BoolProperty_118) == 0x000410, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__BoolProperty_118' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_119) == 0x000414, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_119' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_120) == 0x00041C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_120' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_121) == 0x000424, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_121' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __ByteProperty_122) == 0x000428, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__ByteProperty_122' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_123) == 0x00042C, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_123' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_124) == 0x000430, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_124' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_125) == 0x000434, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_125' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __NameProperty_126) == 0x000438, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__NameProperty_126' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __StructProperty_127) == 0x000440, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__StructProperty_127' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData, __FloatProperty_128) == 0x000454, "Member 'ABP_LL_LocomotionUnarmed::FAnimBlueprintGeneratedMutableData::__FloatProperty_128' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_AnimGraph \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_LocomotionUnarmed_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong size on ABP_LL_LocomotionUnarmed_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_LL_LocomotionUnarmed_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results) == 0x000038, "Wrong size on ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results, CallFunc_ConvertToLocomotionCycleTransitionEvaluatorPure_TransitionEvaluator) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results::CallFunc_ConvertToLocomotionCycleTransitionEvaluatorPure_TransitionEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results, CallFunc_ConvertToLocomotionCycleTransitionEvaluatorPure_Result) == 0x000030, "Member 'ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results::CallFunc_ConvertToLocomotionCycleTransitionEvaluatorPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results, CallFunc_IsTransitionValid_ReturnValue) == 0x000031, "Member 'ABP_LL_LocomotionUnarmed_C_Cycle_Transition_Anim_Get_Results::CallFunc_IsTransitionValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion) == 0x0001F0, "Wrong size on ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, DebugActorPos) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::DebugActorPos' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_GetParentBPThreadSafe_ReturnValue) == 0x000018, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_GetParentBPThreadSafe_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_GetParentBPThreadSafe_ReturnValue_1) == 0x000038, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_GetParentBPThreadSafe_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000040, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000058, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000068, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_GetParentBPThreadSafe_ReturnValue_2) == 0x000090, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_GetParentBPThreadSafe_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000098, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToString_ReturnValue_1) == 0x0000B0, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_GetParentBPThreadSafe_ReturnValue_3) == 0x0000C0, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_GetParentBPThreadSafe_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C8, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToString_ReturnValue_2) == 0x0000D8, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToString_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E8, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_4) == 0x0000F8, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_5) == 0x000110, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Normal_ReturnValue) == 0x000128, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Normal_ReturnValue_1) == 0x000140, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Dot_VectorVector_ReturnValue) == 0x000158, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Add_VectorVector_ReturnValue_6) == 0x000160, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_BuildString_Double_ReturnValue) == 0x000178, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_BuildString_Double_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_BuildString_Bool_ReturnValue) == 0x000188, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_BuildString_Bool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToString_ReturnValue_3) == 0x000198, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToString_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0001A8, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_BuildString_Double_ReturnValue_1) == 0x0001B8, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_BuildString_Double_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_BuildString_Double_ReturnValue_2) == 0x0001C8, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_BuildString_Double_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast) == 0x0001D8, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_1) == 0x0001E0, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_Conv_DoubleToString_InDouble_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion, CallFunc_BuildString_Double_InDouble_ImplicitCast) == 0x0001E8, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxLocomotion::CallFunc_BuildString_Double_InDouble_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState) == 0x0000D0, "Wrong size on ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState, StateName) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState::StateName' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState, DebugPos) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState::DebugPos' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState, PivotState) == 0x000028, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState::PivotState' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState, CallFunc_BuildString_Double_ReturnValue) == 0x000070, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState::CallFunc_BuildString_Double_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState, CallFunc_BuildString_Bool_ReturnValue) == 0x000080, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState::CallFunc_BuildString_Bool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState, CallFunc_BuildString_Bool_ReturnValue_1) == 0x000090, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState::CallFunc_BuildString_Bool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState, CallFunc_BuildString_Double_ReturnValue_1) == 0x0000A0, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState::CallFunc_BuildString_Double_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState, CallFunc_BuildString_Double_ReturnValue_2) == 0x0000B0, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState::CallFunc_BuildString_Double_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState, CallFunc_BuildString_Double_ReturnValue_3) == 0x0000C0, "Member 'ABP_LL_LocomotionUnarmed_C_DebugGfxPivotState::CallFunc_BuildString_Double_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Enter_Cycle_State \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Enter_Cycle_State) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Enter_Cycle_State"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Enter_Cycle_State) == 0x000020, "Wrong size on ABP_LL_LocomotionUnarmed_C_Enter_Cycle_State"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Enter_Cycle_State, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Enter_Cycle_State::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Enter_Cycle_State, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Enter_Cycle_State::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_EnterCycleTransitionState \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_EnterCycleTransitionState) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_EnterCycleTransitionState"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_EnterCycleTransitionState) == 0x000020, "Wrong size on ABP_LL_LocomotionUnarmed_C_EnterCycleTransitionState"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_EnterCycleTransitionState, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_EnterCycleTransitionState::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_EnterCycleTransitionState, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_EnterCycleTransitionState::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed) == 0x000098, "Wrong size on ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, EntryPoint) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, K2Node_Event_DeltaTimeX) == 0x000004, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000008, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, CallFunc_GetOwningComponent_ReturnValue) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::CallFunc_GetOwningComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, K2Node_DynamicCast_AsABP_Player) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::K2Node_DynamicCast_AsABP_Player' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000030, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, K2Node_DynamicCast_AsPlayer_Character) == 0x000038, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::K2Node_DynamicCast_AsPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, CallFunc_GetParentBPThreadSafe_ReturnValue) == 0x000048, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::CallFunc_GetParentBPThreadSafe_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000050, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, CallFunc_FloatSpringInterp_ReturnValue) == 0x000058, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::CallFunc_FloatSpringInterp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, K2Node_MakeStruct_ConstrainInputAccelerationData) == 0x000060, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::K2Node_MakeStruct_ConstrainInputAccelerationData' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000088, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed, CallFunc_FloatSpringInterp_Target_ImplicitCast) == 0x000090, "Member 'ABP_LL_LocomotionUnarmed_C_ExecuteUbergraph_ABP_LL_LocomotionUnarmed::CallFunc_FloatSpringInterp_Target_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_GetParentBPThreadSafe \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_GetParentBPThreadSafe) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_GetParentBPThreadSafe"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_GetParentBPThreadSafe) == 0x000008, "Wrong size on ABP_LL_LocomotionUnarmed_C_GetParentBPThreadSafe"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_GetParentBPThreadSafe, ReturnValue) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_GetParentBPThreadSafe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_InitCycleSM \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_InitCycleSM) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_InitCycleSM"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_InitCycleSM) == 0x000020, "Wrong size on ABP_LL_LocomotionUnarmed_C_InitCycleSM"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitCycleSM, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_InitCycleSM::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitCycleSM, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_InitCycleSM::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_InitPivot \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_InitPivot) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_InitPivot"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_InitPivot) == 0x000178, "Wrong size on ABP_LL_LocomotionUnarmed_C_InitPivot"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivot, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivot::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivot, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivot::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivot, PivotStateInfo) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivot::PivotStateInfo' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivot, PivotConstrain) == 0x000068, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivot::PivotConstrain' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivot, NewPivotConstrain) == 0x000090, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivot::NewPivotConstrain' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivot, NewPivotStateInfo) == 0x0000B8, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivot::NewPivotStateInfo' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivot, K2Node_MakeStruct_ConstrainInputAccelerationData) == 0x000100, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivot::K2Node_MakeStruct_ConstrainInputAccelerationData' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivot, K2Node_MakeStruct_SPivotStateInfo) == 0x000128, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivot::K2Node_MakeStruct_SPivotStateInfo' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivot, K2Node_MakeStruct_LastValidDistanceToPivot_30_1BECE0BC4776FC327E54F999EC7B9E91_ImplicitCast) == 0x000170, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivot::K2Node_MakeStruct_LastValidDistanceToPivot_30_1BECE0BC4776FC327E54F999EC7B9E91_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_InitPivotA \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_InitPivotA) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_InitPivotA"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_InitPivotA) == 0x000090, "Wrong size on ABP_LL_LocomotionUnarmed_C_InitPivotA"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivotA, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivotA::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivotA, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivotA::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivotA, CallFunc_InitPivot_PivotStateInfo) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivotA::CallFunc_InitPivot_PivotStateInfo' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivotA, CallFunc_InitPivot_PivotConstrain) == 0x000068, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivotA::CallFunc_InitPivot_PivotConstrain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_InitPivotB \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_InitPivotB) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_InitPivotB"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_InitPivotB) == 0x000090, "Wrong size on ABP_LL_LocomotionUnarmed_C_InitPivotB"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivotB, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivotB::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivotB, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivotB::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivotB, CallFunc_InitPivot_PivotStateInfo) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivotB::CallFunc_InitPivot_PivotStateInfo' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_InitPivotB, CallFunc_InitPivot_PivotConstrain) == 0x000068, "Member 'ABP_LL_LocomotionUnarmed_C_InitPivotB::CallFunc_InitPivot_PivotConstrain' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition) == 0x000001, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition) == 0x000006, "Wrong size on ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition, FromCycleGait) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition::FromCycleGait' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition, ToCycleGait) == 0x000001, "Member 'ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition::ToCycleGait' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition, Result) == 0x000002, "Member 'ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition::Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'ABP_LL_LocomotionUnarmed_C_IsCycleGaitTransition::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Locomotion_Cycle_Layer \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Locomotion_Cycle_Layer) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Locomotion_Cycle_Layer"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Locomotion_Cycle_Layer) == 0x000020, "Wrong size on ABP_LL_LocomotionUnarmed_C_Locomotion_Cycle_Layer"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Cycle_Layer, InPose) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Cycle_Layer::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Cycle_Layer, Locomotion_Cycle_Layer_0) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Cycle_Layer::Locomotion_Cycle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Locomotion_Idle_Layer \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Locomotion_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Locomotion_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Locomotion_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_LocomotionUnarmed_C_Locomotion_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Idle_Layer, Locomotion_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Idle_Layer::Locomotion_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Locomotion_Pivot_Layer \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Locomotion_Pivot_Layer) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Locomotion_Pivot_Layer"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Locomotion_Pivot_Layer) == 0x000020, "Wrong size on ABP_LL_LocomotionUnarmed_C_Locomotion_Pivot_Layer"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Pivot_Layer, InPose_0) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Pivot_Layer::InPose_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Pivot_Layer, Locomotion_Pivot_Layer_0) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Pivot_Layer::Locomotion_Pivot_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer) == 0x000040, "Wrong size on ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer, START_Unused) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer::START_Unused' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer, START_LocalAccelerationAngle_0) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer::START_LocalAccelerationAngle_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer, START_Displacement_0) == 0x000018, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer::START_Displacement_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer, START_Speed_0) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer::START_Speed_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer, START_AllowDistanceMatching_0) == 0x000028, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer::START_AllowDistanceMatching_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer, START_Gait_0) == 0x000029, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer::START_Gait_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer, Locomotion_Start_Layer_0) == 0x000030, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Start_Layer::Locomotion_Start_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer) == 0x000048, "Wrong size on ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer, STOP_Unused) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer::STOP_Unused' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer, STOP_StoppingDistance_0) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer::STOP_StoppingDistance_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer, STOP_FootPhaseSyncPos_0) == 0x000018, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer::STOP_FootPhaseSyncPos_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer, STOP_CycleGait_0) == 0x00002C, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer::STOP_CycleGait_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer, STOP_AllowDistanceMatching_0) == 0x00002D, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer::STOP_AllowDistanceMatching_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer, STOP_Speed_0) == 0x000030, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer::STOP_Speed_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer, Locomotion_Stop_Layer_0) == 0x000038, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_Stop_Layer::Locomotion_Stop_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer) == 0x000030, "Wrong size on ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer, TIP_Unused) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer::TIP_Unused' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer, TIP_LocalTargetAngle_0) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer::TIP_LocalTargetAngle_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer, TIP_ForceReselect_0) == 0x000018, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer::TIP_ForceReselect_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer, Locomotion_TurnInPlace_Layer_0) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_Locomotion_TurnInPlace_Layer::Locomotion_TurnInPlace_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results) == 0x000040, "Wrong size on ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results, CallFunc_ConvertToLocomotionPivotEvaluatorPure_PivotEvaluator) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results::CallFunc_ConvertToLocomotionPivotEvaluatorPure_PivotEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results, CallFunc_ConvertToLocomotionPivotEvaluatorPure_Result) == 0x000030, "Member 'ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results::CallFunc_ConvertToLocomotionPivotEvaluatorPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results, CallFunc_GetPivotStrideWarpingAlpha_ReturnValue) == 0x000034, "Member 'ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results::CallFunc_GetPivotStrideWarpingAlpha_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results, K2Node_SetFieldsInStruct_StrideWarpingAlpha_8_422E5B7A4E7E5852A77EFAA5BB6675B9_ImplicitCast) == 0x000038, "Member 'ABP_LL_LocomotionUnarmed_C_Pivot_State_A_Get_Results::K2Node_SetFieldsInStruct_StrideWarpingAlpha_8_422E5B7A4E7E5852A77EFAA5BB6675B9_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results) == 0x000040, "Wrong size on ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results, CallFunc_ConvertToLocomotionPivotEvaluatorPure_PivotEvaluator) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results::CallFunc_ConvertToLocomotionPivotEvaluatorPure_PivotEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results, CallFunc_ConvertToLocomotionPivotEvaluatorPure_Result) == 0x000030, "Member 'ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results::CallFunc_ConvertToLocomotionPivotEvaluatorPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results, CallFunc_GetPivotStrideWarpingAlpha_ReturnValue) == 0x000034, "Member 'ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results::CallFunc_GetPivotStrideWarpingAlpha_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results, K2Node_SetFieldsInStruct_StrideWarpingAlpha_8_422E5B7A4E7E5852A77EFAA5BB6675B9_ImplicitCast) == 0x000038, "Member 'ABP_LL_LocomotionUnarmed_C_Pivot_State_B_Get_Results::K2Node_SetFieldsInStruct_StrideWarpingAlpha_8_422E5B7A4E7E5852A77EFAA5BB6675B9_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Set_Gait_Speeds \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Set_Gait_Speeds) == 0x000001, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Set_Gait_Speeds"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Set_Gait_Speeds) == 0x000002, "Wrong size on ABP_LL_LocomotionUnarmed_C_Set_Gait_Speeds"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Set_Gait_Speeds, SetTransition) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Set_Gait_Speeds::SetTransition' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Set_Gait_Speeds, CallFunc_SetMovementSpeedProfileGaitSpeeds_Success) == 0x000001, "Member 'ABP_LL_LocomotionUnarmed_C_Set_Gait_Speeds::CallFunc_SetMovementSpeedProfileGaitSpeeds_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results) == 0x000058, "Wrong size on ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results, CallFunc_ConvertToLocomotionStartEvaluatorPure_StartEvaluator) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results::CallFunc_ConvertToLocomotionStartEvaluatorPure_StartEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results, CallFunc_ConvertToLocomotionStartEvaluatorPure_Result) == 0x000030, "Member 'ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results::CallFunc_ConvertToLocomotionStartEvaluatorPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results, CallFunc_GetLastSelectedSegmentAngle_ReturnValue) == 0x000034, "Member 'ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results::CallFunc_GetLastSelectedSegmentAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results, CallFunc_GetStrideWarpingAlpha_ReturnValue) == 0x000038, "Member 'ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results::CallFunc_GetStrideWarpingAlpha_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results, CallFunc_GetLastInitialTargetAngle_ReturnValue) == 0x00003C, "Member 'ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results::CallFunc_GetLastInitialTargetAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results, K2Node_VariableSet_DebugLastStartSegmentAngle_ImplicitCast) == 0x000040, "Member 'ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results::K2Node_VariableSet_DebugLastStartSegmentAngle_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results, K2Node_VariableSet_StartStrideWarpingAlpha_ImplicitCast) == 0x000048, "Member 'ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results::K2Node_VariableSet_StartStrideWarpingAlpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results, K2Node_VariableSet_DebugLastStartTargetAngle_ImplicitCast) == 0x000050, "Member 'ABP_LL_LocomotionUnarmed_C_Start_Anim_Get_Results::K2Node_VariableSet_DebugLastStartTargetAngle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results) == 0x000040, "Wrong size on ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results, CallFunc_ConvertToLocomotionStopEvaluatorPure_StopEvaluator) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results::CallFunc_ConvertToLocomotionStopEvaluatorPure_StopEvaluator' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results, CallFunc_ConvertToLocomotionStopEvaluatorPure_Result) == 0x000030, "Member 'ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results::CallFunc_ConvertToLocomotionStopEvaluatorPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results, CallFunc_GetStopStrideWarpingAlpha_ReturnValue) == 0x000034, "Member 'ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results::CallFunc_GetStopStrideWarpingAlpha_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results, K2Node_VariableSet_StopStrideWarpingAlpha_ImplicitCast) == 0x000038, "Member 'ABP_LL_LocomotionUnarmed_C_Stop_Anim_Get_Results::K2Node_VariableSet_StopStrideWarpingAlpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Update_Cycle_State \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_State) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Update_Cycle_State"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_State) == 0x000030, "Wrong size on ABP_LL_LocomotionUnarmed_C_Update_Cycle_State"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_State, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Update_Cycle_State::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_State, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Update_Cycle_State::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_State, CallFunc_GetCurrentWeight_ReturnValue) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_Update_Cycle_State::CallFunc_GetCurrentWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_State, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000024, "Member 'ABP_LL_LocomotionUnarmed_C_Update_Cycle_State::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_State, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000028, "Member 'ABP_LL_LocomotionUnarmed_C_Update_Cycle_State::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition) == 0x000018, "Wrong size on ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition, CallFunc_IsCycleGaitTransition_Result) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition::CallFunc_IsCycleGaitTransition_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition, CallFunc_GetParentBPThreadSafe_ReturnValue) == 0x000008, "Member 'ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition::CallFunc_GetParentBPThreadSafe_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000011, "Member 'ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition, CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1) == 0x000012, "Member 'ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition::CallFunc_GreaterEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'ABP_LL_LocomotionUnarmed_C_Update_Cycle_Transition::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_UpdateAnimNotifyState \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_UpdateAnimNotifyState) == 0x000001, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_UpdateAnimNotifyState"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_UpdateAnimNotifyState) == 0x000002, "Wrong size on ABP_LL_LocomotionUnarmed_C_UpdateAnimNotifyState"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateAnimNotifyState, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateAnimNotifyState::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateAnimNotifyState, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_1) == 0x000001, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateAnimNotifyState::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose) == 0x000048, "Wrong size on ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose, CallFunc_GetParentBPThreadSafe_ReturnValue) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose::CallFunc_GetParentBPThreadSafe_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose, CallFunc_GetDeltaTime_ReturnValue) == 0x000028, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose::CallFunc_GetDeltaTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose, CallFunc_SelectFloat_ReturnValue) == 0x000030, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose, CallFunc_FInterpTo_ReturnValue) == 0x000038, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose, CallFunc_FInterpTo_DeltaTime_ImplicitCast) == 0x000040, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleAnimBlendPose::CallFunc_FInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_UpdateCycleSM \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_UpdateCycleSM) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_UpdateCycleSM"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_UpdateCycleSM) == 0x000038, "Wrong size on ABP_LL_LocomotionUnarmed_C_UpdateCycleSM"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleSM, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleSM::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleSM, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleSM::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleSM, CallFunc_GetDeltaTime_ReturnValue) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleSM::CallFunc_GetDeltaTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleSM, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleSM::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleSM, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000030, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleSM::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState) == 0x000028, "Wrong size on ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateCycleTransitionState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_UpdateParentBPData \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_UpdateParentBPData"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData) == 0x000098, "Wrong size on ABP_LL_LocomotionUnarmed_C_UpdateParentBPData"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_1) == 0x000008, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_2) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_3) == 0x000018, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_4) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_5) == 0x000028, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_6) == 0x000030, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_7) == 0x000038, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_8) == 0x000040, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_9) == 0x000048, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_10) == 0x000050, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_11) == 0x000058, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_12) == 0x000060, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_13) == 0x000068, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, K2Node_VariableSet_ParentBPDisplacementSpeed_ImplicitCast) == 0x000070, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::K2Node_VariableSet_ParentBPDisplacementSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, K2Node_VariableSet_ParentBPLocalVelocityAngle_ImplicitCast) == 0x000078, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::K2Node_VariableSet_ParentBPLocalVelocityAngle_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, K2Node_VariableSet_ParentBPLastPredictedDistanceToPivot_ImplicitCast) == 0x000080, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::K2Node_VariableSet_ParentBPLastPredictedDistanceToPivot_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, K2Node_VariableSet_ParentBPDisplacement_ImplicitCast) == 0x000088, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::K2Node_VariableSet_ParentBPDisplacement_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdateParentBPData, K2Node_VariableSet_ParentBPLocalAccelerationAngle_ImplicitCast) == 0x000090, "Member 'ABP_LL_LocomotionUnarmed_C_UpdateParentBPData::K2Node_VariableSet_ParentBPLocalAccelerationAngle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_UpdatePivot \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_UpdatePivot) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_UpdatePivot"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_UpdatePivot) == 0x000270, "Wrong size on ABP_LL_LocomotionUnarmed_C_UpdatePivot"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, InPivotStateInfo) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::InPivotStateInfo' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, InPivotConstrainInfo) == 0x000068, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::InPivotConstrainInfo' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, OutPivotStateInfo) == 0x000090, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::OutPivotStateInfo' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, OutPivotConstrainInfo) == 0x0000D8, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::OutPivotConstrainInfo' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, ConstrainWorldInput) == 0x000100, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::ConstrainWorldInput' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, WorkingPivotState) == 0x000118, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::WorkingPivotState' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, WorkingPivotConstrain) == 0x000160, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::WorkingPivotConstrain' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, K2Node_MakeStruct_ConstrainInputAccelerationData) == 0x000188, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::K2Node_MakeStruct_ConstrainInputAccelerationData' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, K2Node_MakeStruct_ConstrainInputAccelerationData_1) == 0x0001B0, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::K2Node_MakeStruct_ConstrainInputAccelerationData_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_GetParentBPThreadSafe_ReturnValue) == 0x0001D8, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_GetParentBPThreadSafe_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_ConvertToAnimationStateResultPure_AnimationState) == 0x0001E0, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_ConvertToAnimationStateResultPure_AnimationState' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_ConvertToAnimationStateResultPure_Result) == 0x0001F0, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_ConvertToAnimationStateResultPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_IsStateBlendingIn_ReturnValue) == 0x0001F1, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_IsStateBlendingIn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_Normal_ReturnValue) == 0x0001F8, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_Not_PreBool_ReturnValue) == 0x000210, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_IsStateBlendingOut_ReturnValue) == 0x000211, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_IsStateBlendingOut_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_Not_PreBool_ReturnValue_1) == 0x000212, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_Not_PreBool_ReturnValue_2) == 0x000213, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_Not_PreBool_ReturnValue_3) == 0x000214, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, K2Node_MakeStruct_ConstrainInputAccelerationData_2) == 0x000218, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::K2Node_MakeStruct_ConstrainInputAccelerationData_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_ConvertToAnimationStateResultPure_AnimationState_1) == 0x000240, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_ConvertToAnimationStateResultPure_AnimationState_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_ConvertToAnimationStateResultPure_Result_1) == 0x000250, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_ConvertToAnimationStateResultPure_Result_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_IsStateBlendingOut_ReturnValue_1) == 0x000251, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_IsStateBlendingOut_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_Not_PreBool_ReturnValue_4) == 0x000252, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_BooleanAND_ReturnValue) == 0x000253, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_BooleanAND_ReturnValue_1) == 0x000254, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000255, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_Vector_IsUnit_ReturnValue) == 0x000256, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_Vector_IsUnit_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000258, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, K2Node_MakeStruct_ConstrainTolerance_ImplicitCast) == 0x000260, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::K2Node_MakeStruct_ConstrainTolerance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, K2Node_MakeStruct_ConstrainTolerance_ImplicitCast_1) == 0x000264, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::K2Node_MakeStruct_ConstrainTolerance_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivot, K2Node_SetFieldsInStruct_LastValidDistanceToPivot_30_1BECE0BC4776FC327E54F999EC7B9E91_ImplicitCast) == 0x000268, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivot::K2Node_SetFieldsInStruct_LastValidDistanceToPivot_30_1BECE0BC4776FC327E54F999EC7B9E91_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_UpdatePivotA \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_UpdatePivotA) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_UpdatePivotA"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_UpdatePivotA) == 0x000090, "Wrong size on ABP_LL_LocomotionUnarmed_C_UpdatePivotA"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivotA, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivotA::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivotA, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivotA::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivotA, CallFunc_UpdatePivot_OutPivotStateInfo) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivotA::CallFunc_UpdatePivot_OutPivotStateInfo' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivotA, CallFunc_UpdatePivot_OutPivotConstrainInfo) == 0x000068, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivotA::CallFunc_UpdatePivot_OutPivotConstrainInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_LocomotionUnarmed_C_UpdatePivotB \ +static_assert(alignof(ABP_LL_LocomotionUnarmed_C_UpdatePivotB) == 0x000008, "Wrong alignment on ABP_LL_LocomotionUnarmed_C_UpdatePivotB"); \ +static_assert(sizeof(ABP_LL_LocomotionUnarmed_C_UpdatePivotB) == 0x000090, "Wrong size on ABP_LL_LocomotionUnarmed_C_UpdatePivotB"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivotB, Context) == 0x000000, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivotB::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivotB, Node) == 0x000010, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivotB::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivotB, CallFunc_UpdatePivot_OutPivotStateInfo) == 0x000020, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivotB::CallFunc_UpdatePivot_OutPivotStateInfo' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_LocomotionUnarmed_C_UpdatePivotB, CallFunc_UpdatePivot_OutPivotConstrainInfo) == 0x000068, "Member 'ABP_LL_LocomotionUnarmed_C_UpdatePivotB::CallFunc_UpdatePivot_OutPivotConstrainInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_LocomotionUnarmed_C \ +static_assert(alignof(UABP_LL_LocomotionUnarmed_C) == 0x000010, "Wrong alignment on UABP_LL_LocomotionUnarmed_C"); \ +static_assert(sizeof(UABP_LL_LocomotionUnarmed_C) == 0x003570, "Wrong size on UABP_LL_LocomotionUnarmed_C"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, UberGraphFrame) == 0x0003F0, "Member 'UABP_LL_LocomotionUnarmed_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __AnimBlueprintMutables) == 0x0003F8, "Member 'UABP_LL_LocomotionUnarmed_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimBlueprintExtension_PropertyAccess) == 0x000850, "Member 'UABP_LL_LocomotionUnarmed_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimBlueprintExtension_NodeRelevancy) == 0x000858, "Member 'UABP_LL_LocomotionUnarmed_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimBlueprintExtension_Base) == 0x000900, "Member 'UABP_LL_LocomotionUnarmed_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_Root_6) == 0x000908, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LinkedInputPose_4) == 0x000928, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_TurnInPlaceSequencePlayer) == 0x0009E0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_TurnInPlaceSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_Root_5) == 0x000A38, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_RandomPlayer) == 0x000A58, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_RandomPlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_Root_4) == 0x000AD0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LinkedInputPose_3) == 0x000AF0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocalToComponentSpace_5) == 0x000BA8, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocalToComponentSpace_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_ComponentToLocalSpace_5) == 0x000BC8, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_ComponentToLocalSpace_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StrideWarping_5) == 0x000BE8, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StrideWarping_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StripRootDelta_2) == 0x000E30, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StripRootDelta_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocomotionStartEvaluator_2) == 0x000F00, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocomotionStartEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocomotionStartEvaluator_1) == 0x000F60, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocomotionStartEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocomotionStartEvaluator) == 0x000FC0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocomotionStartEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_BlendListByEnum_3) == 0x001020, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_BlendListByEnum_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_IKRig_1) == 0x001070, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_IKRig_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_Root_3) == 0x001378, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StrideWarping_4) == 0x001398, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StrideWarping_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocalToComponentSpace_4) == 0x0015E0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocalToComponentSpace_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_ComponentToLocalSpace_4) == 0x001600, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_ComponentToLocalSpace_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocomotionStopEvaluator) == 0x001620, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocomotionStopEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LinkedInputPose_2) == 0x001690, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_Root_2) == 0x001748, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_TransitionResult_4) == 0x001768, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_TransitionResult_3) == 0x001790, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_TransitionResult_2) == 0x0017B8, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocomotionCycleTransitionEvaluator_2) == 0x0017E0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocomotionCycleTransitionEvaluator_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocomotionCycleTransitionEvaluator_1) == 0x001838, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocomotionCycleTransitionEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocomotionCycleTransitionEvaluator) == 0x001890, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocomotionCycleTransitionEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_BlendListByEnum_2) == 0x0018E8, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_BlendListByEnum_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocalToComponentSpace_3) == 0x001938, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StrideWarping_3) == 0x001958, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StrideWarping_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_ComponentToLocalSpace_3) == 0x001BA0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StateResult_3) == 0x001BC0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_BlendListByEnum_1) == 0x001BE0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_BlendListByEnum) == 0x001C30, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_IKRig) == 0x001C80, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_IKRig' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocomotionCycleSequencePlayer_2) == 0x001F88, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocomotionCycleSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocomotionCycleSequencePlayer_1) == 0x001FD0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocomotionCycleSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocomotionCycleSequencePlayer) == 0x002018, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocomotionCycleSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_BlendSpacePlayer_2) == 0x002060, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_BlendSpacePlayer_1) == 0x0020D0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_BlendSpacePlayer) == 0x002140, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_ApplyAdditive) == 0x0021B0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StrideWarping_2) == 0x002278, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StrideWarping_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x0024C0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocalToComponentSpace_2) == 0x0024E0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StateResult_2) == 0x002500, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StateMachine_1) == 0x002520, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LinkedInputPose_1) == 0x0025F8, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_Root_1) == 0x0026B0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_TransitionResult_1) == 0x0026D0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_TransitionResult) == 0x0026F8, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocomotionPivotEvaluator_1) == 0x002720, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocomotionPivotEvaluator_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StripRootDelta_1) == 0x002790, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StripRootDelta_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StrideWarping_1) == 0x002860, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StrideWarping_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x002AA8, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocalToComponentSpace_1) == 0x002AC8, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StateResult_1) == 0x002AE8, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocomotionPivotEvaluator) == 0x002B08, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocomotionPivotEvaluator' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StripRootDelta) == 0x002B78, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StripRootDelta' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StrideWarping) == 0x002C48, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StrideWarping' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_ComponentToLocalSpace) == 0x002E90, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LocalToComponentSpace) == 0x002EB0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StateResult) == 0x002ED0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_StateMachine) == 0x002EF0, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_LinkedInputPose) == 0x002FC8, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimGraphNode_Root) == 0x003080, "Member 'UABP_LL_LocomotionUnarmed_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, TIP_ForceReselect) == 0x0030A0, "Member 'UABP_LL_LocomotionUnarmed_C::TIP_ForceReselect' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, TIP_LocalTargetAngle) == 0x0030A8, "Member 'UABP_LL_LocomotionUnarmed_C::TIP_LocalTargetAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_RotationAlpha_head_Goal_47163A9742BB2CFAB59AF4B681B368DE) == 0x0030B0, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_RotationAlpha_head_Goal_47163A9742BB2CFAB59AF4B681B368DE' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Rotation_head_Goal_Yaw_47163A9742BB2CFAB59AF4B681B368DE) == 0x0030B8, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Rotation_head_Goal_Yaw_47163A9742BB2CFAB59AF4B681B368DE' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Rotation_head_Goal_Pitch_47163A9742BB2CFAB59AF4B681B368DE) == 0x0030BC, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Rotation_head_Goal_Pitch_47163A9742BB2CFAB59AF4B681B368DE' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Rotation_head_Goal_Roll_47163A9742BB2CFAB59AF4B681B368DE) == 0x0030C0, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Rotation_head_Goal_Roll_47163A9742BB2CFAB59AF4B681B368DE' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Rotation_head_Goal_47163A9742BB2CFAB59AF4B681B368DE) == 0x0030C8, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Rotation_head_Goal_47163A9742BB2CFAB59AF4B681B368DE' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_PositionAlpha_head_Goal_47163A9742BB2CFAB59AF4B681B368DE) == 0x0030E0, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_PositionAlpha_head_Goal_47163A9742BB2CFAB59AF4B681B368DE' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Position_head_Goal_Z_47163A9742BB2CFAB59AF4B681B368DE) == 0x0030E8, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Position_head_Goal_Z_47163A9742BB2CFAB59AF4B681B368DE' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Position_head_Goal_Y_47163A9742BB2CFAB59AF4B681B368DE) == 0x0030F0, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Position_head_Goal_Y_47163A9742BB2CFAB59AF4B681B368DE' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Position_head_Goal_X_47163A9742BB2CFAB59AF4B681B368DE) == 0x0030F8, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Position_head_Goal_X_47163A9742BB2CFAB59AF4B681B368DE' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Position_head_Goal_47163A9742BB2CFAB59AF4B681B368DE) == 0x003100, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Position_head_Goal_47163A9742BB2CFAB59AF4B681B368DE' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, START_Gait) == 0x003118, "Member 'UABP_LL_LocomotionUnarmed_C::START_Gait' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, START_AllowDistanceMatching) == 0x003119, "Member 'UABP_LL_LocomotionUnarmed_C::START_AllowDistanceMatching' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, START_Speed) == 0x003120, "Member 'UABP_LL_LocomotionUnarmed_C::START_Speed' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, START_Displacement) == 0x003128, "Member 'UABP_LL_LocomotionUnarmed_C::START_Displacement' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, START_LocalAccelerationAngle) == 0x003130, "Member 'UABP_LL_LocomotionUnarmed_C::START_LocalAccelerationAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, STOP_Speed) == 0x003138, "Member 'UABP_LL_LocomotionUnarmed_C::STOP_Speed' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, STOP_AllowDistanceMatching) == 0x003140, "Member 'UABP_LL_LocomotionUnarmed_C::STOP_AllowDistanceMatching' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, STOP_CycleGait) == 0x003141, "Member 'UABP_LL_LocomotionUnarmed_C::STOP_CycleGait' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, STOP_FootPhaseSyncPos) == 0x003144, "Member 'UABP_LL_LocomotionUnarmed_C::STOP_FootPhaseSyncPos' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, STOP_StoppingDistance) == 0x003158, "Member 'UABP_LL_LocomotionUnarmed_C::STOP_StoppingDistance' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_RotationAlpha_head_Goal_CF776520408C0DD1ED0E9FA5F1F735EF) == 0x003160, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_RotationAlpha_head_Goal_CF776520408C0DD1ED0E9FA5F1F735EF' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Rotation_head_Goal_Yaw_CF776520408C0DD1ED0E9FA5F1F735EF) == 0x003168, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Rotation_head_Goal_Yaw_CF776520408C0DD1ED0E9FA5F1F735EF' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Rotation_head_Goal_Pitch_CF776520408C0DD1ED0E9FA5F1F735EF) == 0x00316C, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Rotation_head_Goal_Pitch_CF776520408C0DD1ED0E9FA5F1F735EF' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Rotation_head_Goal_Roll_CF776520408C0DD1ED0E9FA5F1F735EF) == 0x003170, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Rotation_head_Goal_Roll_CF776520408C0DD1ED0E9FA5F1F735EF' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Rotation_head_Goal_CF776520408C0DD1ED0E9FA5F1F735EF) == 0x003178, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Rotation_head_Goal_CF776520408C0DD1ED0E9FA5F1F735EF' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_PositionAlpha_head_Goal_CF776520408C0DD1ED0E9FA5F1F735EF) == 0x003190, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_PositionAlpha_head_Goal_CF776520408C0DD1ED0E9FA5F1F735EF' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Position_head_Goal_Z_CF776520408C0DD1ED0E9FA5F1F735EF) == 0x003198, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Position_head_Goal_Z_CF776520408C0DD1ED0E9FA5F1F735EF' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Position_head_Goal_Y_CF776520408C0DD1ED0E9FA5F1F735EF) == 0x0031A0, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Position_head_Goal_Y_CF776520408C0DD1ED0E9FA5F1F735EF' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Position_head_Goal_X_CF776520408C0DD1ED0E9FA5F1F735EF) == 0x0031A8, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Position_head_Goal_X_CF776520408C0DD1ED0E9FA5F1F735EF' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, __CustomProperty_Position_head_Goal_CF776520408C0DD1ED0E9FA5F1F735EF) == 0x0031B0, "Member 'UABP_LL_LocomotionUnarmed_C::__CustomProperty_Position_head_Goal_CF776520408C0DD1ED0E9FA5F1F735EF' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, K2Node_PropertyAccess_31) == 0x0031C8, "Member 'UABP_LL_LocomotionUnarmed_C::K2Node_PropertyAccess_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, K2Node_PropertyAccess_29) == 0x0031CC, "Member 'UABP_LL_LocomotionUnarmed_C::K2Node_PropertyAccess_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, K2Node_PropertyAccess_28) == 0x0031D0, "Member 'UABP_LL_LocomotionUnarmed_C::K2Node_PropertyAccess_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, K2Node_PropertyAccess_27) == 0x0031D8, "Member 'UABP_LL_LocomotionUnarmed_C::K2Node_PropertyAccess_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, K2Node_PropertyAccess_10) == 0x0031E0, "Member 'UABP_LL_LocomotionUnarmed_C::K2Node_PropertyAccess_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, K2Node_PropertyAccess_9) == 0x0031E8, "Member 'UABP_LL_LocomotionUnarmed_C::K2Node_PropertyAccess_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, K2Node_PropertyAccess_8) == 0x003200, "Member 'UABP_LL_LocomotionUnarmed_C::K2Node_PropertyAccess_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, K2Node_PropertyAccess_7) == 0x003218, "Member 'UABP_LL_LocomotionUnarmed_C::K2Node_PropertyAccess_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, K2Node_PropertyAccess_4) == 0x003220, "Member 'UABP_LL_LocomotionUnarmed_C::K2Node_PropertyAccess_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, K2Node_PropertyAccess_1) == 0x003228, "Member 'UABP_LL_LocomotionUnarmed_C::K2Node_PropertyAccess_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, LocomotionDistanceCurveName) == 0x003230, "Member 'UABP_LL_LocomotionUnarmed_C::LocomotionDistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, StrideWarpingAlphaCurveName) == 0x003238, "Member 'UABP_LL_LocomotionUnarmed_C::StrideWarpingAlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, StartsDMPlayRateClamp) == 0x003240, "Member 'UABP_LL_LocomotionUnarmed_C::StartsDMPlayRateClamp' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, StartsDMPlayRateMinAtStrideWarpZero) == 0x003250, "Member 'UABP_LL_LocomotionUnarmed_C::StartsDMPlayRateMinAtStrideWarpZero' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, StartTurnWalkAnimData) == 0x003258, "Member 'UABP_LL_LocomotionUnarmed_C::StartTurnWalkAnimData' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, StartTurnsJogAnimData) == 0x003268, "Member 'UABP_LL_LocomotionUnarmed_C::StartTurnsJogAnimData' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, StartTurnsSprintAnimData) == 0x003278, "Member 'UABP_LL_LocomotionUnarmed_C::StartTurnsSprintAnimData' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, DebugLastStartSegmentAngle) == 0x003288, "Member 'UABP_LL_LocomotionUnarmed_C::DebugLastStartSegmentAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, StartStrideWarpingAlpha) == 0x003290, "Member 'UABP_LL_LocomotionUnarmed_C::StartStrideWarpingAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ResetGaitSpeeds) == 0x003298, "Member 'UABP_LL_LocomotionUnarmed_C::ResetGaitSpeeds' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, WalkDirectionAnimData) == 0x0032A0, "Member 'UABP_LL_LocomotionUnarmed_C::WalkDirectionAnimData' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, JogDirectionAnimData) == 0x0032B0, "Member 'UABP_LL_LocomotionUnarmed_C::JogDirectionAnimData' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, SprintDirectionAnimData) == 0x0032C0, "Member 'UABP_LL_LocomotionUnarmed_C::SprintDirectionAnimData' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBP) == 0x0032D0, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBP' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, DebugLastStartTargetAngle) == 0x0032D8, "Member 'UABP_LL_LocomotionUnarmed_C::DebugLastStartTargetAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, DebugTextCol) == 0x0032E0, "Member 'UABP_LL_LocomotionUnarmed_C::DebugTextCol' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, CycleSMTimeActive) == 0x0032F0, "Member 'UABP_LL_LocomotionUnarmed_C::CycleSMTimeActive' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPCycleGait) == 0x0032F8, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPCycleGait' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPWantedCycleGait) == 0x0032F9, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPWantedCycleGait' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBP_ANS_TransitionToLocomotion) == 0x0032FA, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBP_ANS_TransitionToLocomotion' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPDisplacementSpeed) == 0x003300, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPDisplacementSpeed' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPLocalVelocityAngle) == 0x003308, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPLocalVelocityAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPDisplacement) == 0x003310, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPDisplacement' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPLocalAccelerationAngle) == 0x003318, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPLocalAccelerationAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPFootPhase) == 0x003320, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPFootPhase' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPFootPhaseSyncPos) == 0x003328, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPFootPhaseSyncPos' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPAdditiveLeanAngle) == 0x003340, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPAdditiveLeanAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, PlayRateClampCycle) == 0x003348, "Member 'UABP_LL_LocomotionUnarmed_C::PlayRateClampCycle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, StrideWarpingCycleAlpha) == 0x003358, "Member 'UABP_LL_LocomotionUnarmed_C::StrideWarpingCycleAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, Is_Player) == 0x003360, "Member 'UABP_LL_LocomotionUnarmed_C::Is_Player' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, Lean_Spring_Float) == 0x003364, "Member 'UABP_LL_LocomotionUnarmed_C::Lean_Spring_Float' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, Lean_Spring_Float_Position) == 0x003368, "Member 'UABP_LL_LocomotionUnarmed_C::Lean_Spring_Float_Position' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, Lean_Spring_State_Ref) == 0x003370, "Member 'UABP_LL_LocomotionUnarmed_C::Lean_Spring_State_Ref' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, WantsCycleTransition) == 0x00337C, "Member 'UABP_LL_LocomotionUnarmed_C::WantsCycleTransition' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, CycleTransitionStillValid) == 0x00337D, "Member 'UABP_LL_LocomotionUnarmed_C::CycleTransitionStillValid' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, CycleTransitionDone) == 0x00337E, "Member 'UABP_LL_LocomotionUnarmed_C::CycleTransitionDone' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, StartSyncWindowNotifyStateName) == 0x003380, "Member 'UABP_LL_LocomotionUnarmed_C::StartSyncWindowNotifyStateName' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, CycleGaitTransitionsData) == 0x003388, "Member 'UABP_LL_LocomotionUnarmed_C::CycleGaitTransitionsData' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, PlayRateClampCycleTransitions) == 0x003398, "Member 'UABP_LL_LocomotionUnarmed_C::PlayRateClampCycleTransitions' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, StopStrideWarpingAlpha) == 0x0033A8, "Member 'UABP_LL_LocomotionUnarmed_C::StopStrideWarpingAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, StopsPhaseInDuration) == 0x0033B0, "Member 'UABP_LL_LocomotionUnarmed_C::StopsPhaseInDuration' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, PlayRateClampStops) == 0x0033B8, "Member 'UABP_LL_LocomotionUnarmed_C::PlayRateClampStops' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, CycleGaitStopsData) == 0x0033C8, "Member 'UABP_LL_LocomotionUnarmed_C::CycleGaitStopsData' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ConstrainAccelerationFrameData) == 0x0033D8, "Member 'UABP_LL_LocomotionUnarmed_C::ConstrainAccelerationFrameData' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, PivotAStateInfo) == 0x003400, "Member 'UABP_LL_LocomotionUnarmed_C::PivotAStateInfo' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, PivotAConstrain) == 0x003448, "Member 'UABP_LL_LocomotionUnarmed_C::PivotAConstrain' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, PivotBStateInfo) == 0x003470, "Member 'UABP_LL_LocomotionUnarmed_C::PivotBStateInfo' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, PivotBConstrain) == 0x0034B8, "Member 'UABP_LL_LocomotionUnarmed_C::PivotBConstrain' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, PivotPhaseInDuration) == 0x0034E0, "Member 'UABP_LL_LocomotionUnarmed_C::PivotPhaseInDuration' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, GaitPivotAnims) == 0x0034E8, "Member 'UABP_LL_LocomotionUnarmed_C::GaitPivotAnims' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, PlayRateClampToPivotPoint) == 0x0034F8, "Member 'UABP_LL_LocomotionUnarmed_C::PlayRateClampToPivotPoint' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, PlayRateClampFromPivotPoint) == 0x003508, "Member 'UABP_LL_LocomotionUnarmed_C::PlayRateClampFromPivotPoint' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPDistanceMatchSamplePivots) == 0x003518, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPDistanceMatchSamplePivots' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, PivotConstrainInputTolerance) == 0x003520, "Member 'UABP_LL_LocomotionUnarmed_C::PivotConstrainInputTolerance' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimNotifyState_CanRepivot) == 0x003528, "Member 'UABP_LL_LocomotionUnarmed_C::AnimNotifyState_CanRepivot' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, AnimNotifyState_ConstrainInput) == 0x003529, "Member 'UABP_LL_LocomotionUnarmed_C::AnimNotifyState_ConstrainInput' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPIsPivoting) == 0x00352A, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPIsPivoting' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPLastPredictedDistanceToPivot) == 0x003530, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPLastPredictedDistanceToPivot' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, ParentBPLastPivotTimestamp) == 0x003538, "Member 'UABP_LL_LocomotionUnarmed_C::ParentBPLastPivotTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, IdlesAnimData) == 0x003540, "Member 'UABP_LL_LocomotionUnarmed_C::IdlesAnimData' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, MovementSpeedProfile) == 0x003550, "Member 'UABP_LL_LocomotionUnarmed_C::MovementSpeedProfile' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, TurnInPlaceData) == 0x003558, "Member 'UABP_LL_LocomotionUnarmed_C::TurnInPlaceData' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_LocomotionUnarmed_C, CyclesToCycleTransition) == 0x003568, "Member 'UABP_LL_LocomotionUnarmed_C::CyclesToCycleTransition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChangeDisarmChance_Skill_C_OnEnterInterval \ +static_assert(alignof(BP_ChangeDisarmChance_Skill_C_OnEnterInterval) == 0x000008, "Wrong alignment on BP_ChangeDisarmChance_Skill_C_OnEnterInterval"); \ +static_assert(sizeof(BP_ChangeDisarmChance_Skill_C_OnEnterInterval) == 0x000028, "Wrong size on BP_ChangeDisarmChance_Skill_C_OnEnterInterval"); \ +static_assert(offsetof(BP_ChangeDisarmChance_Skill_C_OnEnterInterval, ActionUpdateContext) == 0x000000, "Member 'BP_ChangeDisarmChance_Skill_C_OnEnterInterval::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangeDisarmChance_Skill_C_OnEnterInterval, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x000010, "Member 'BP_ChangeDisarmChance_Skill_C_OnEnterInterval::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangeDisarmChance_Skill_C_OnEnterInterval, CallFunc_GetRequestedTarget_ReturnValue) == 0x000018, "Member 'BP_ChangeDisarmChance_Skill_C_OnEnterInterval::CallFunc_GetRequestedTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangeDisarmChance_Skill_C_OnEnterInterval, CallFunc_OverrideDisarmChance_NewChance_ImplicitCast) == 0x000020, "Member 'BP_ChangeDisarmChance_Skill_C_OnEnterInterval::CallFunc_OverrideDisarmChance_NewChance_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChangeDisarmChance_Skill_C_OnExitInterval \ +static_assert(alignof(BP_ChangeDisarmChance_Skill_C_OnExitInterval) == 0x000008, "Wrong alignment on BP_ChangeDisarmChance_Skill_C_OnExitInterval"); \ +static_assert(sizeof(BP_ChangeDisarmChance_Skill_C_OnExitInterval) == 0x000020, "Wrong size on BP_ChangeDisarmChance_Skill_C_OnExitInterval"); \ +static_assert(offsetof(BP_ChangeDisarmChance_Skill_C_OnExitInterval, ActionUpdateContext) == 0x000000, "Member 'BP_ChangeDisarmChance_Skill_C_OnExitInterval::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangeDisarmChance_Skill_C_OnExitInterval, ExitReason) == 0x000010, "Member 'BP_ChangeDisarmChance_Skill_C_OnExitInterval::ExitReason' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangeDisarmChance_Skill_C_OnExitInterval, CallFunc_GetActionTarget_ReturnValue) == 0x000018, "Member 'BP_ChangeDisarmChance_Skill_C_OnExitInterval::CallFunc_GetActionTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ChangeDisarmChance_Skill_C \ +static_assert(alignof(UBP_ChangeDisarmChance_Skill_C) == 0x000008, "Wrong alignment on UBP_ChangeDisarmChance_Skill_C"); \ +static_assert(sizeof(UBP_ChangeDisarmChance_Skill_C) == 0x000040, "Wrong size on UBP_ChangeDisarmChance_Skill_C"); \ +static_assert(offsetof(UBP_ChangeDisarmChance_Skill_C, OverrideProbability) == 0x000038, "Member 'UBP_ChangeDisarmChance_Skill_C::OverrideProbability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSAI_FirePattern_Struct \ +static_assert(alignof(FSAI_FirePattern_Struct) == 0x000008, "Wrong alignment on FSAI_FirePattern_Struct"); \ +static_assert(sizeof(FSAI_FirePattern_Struct) == 0x000048, "Wrong size on FSAI_FirePattern_Struct"); \ +static_assert(offsetof(FSAI_FirePattern_Struct, Fire1_3_4E65B8184797AFBA45CC839ABDAB4D42) == 0x000000, "Member 'FSAI_FirePattern_Struct::Fire1_3_4E65B8184797AFBA45CC839ABDAB4D42' has a wrong offset!"); \ +static_assert(offsetof(FSAI_FirePattern_Struct, Pause1_9_3FF1105640C29C2AAB793BAF99F8A076) == 0x000008, "Member 'FSAI_FirePattern_Struct::Pause1_9_3FF1105640C29C2AAB793BAF99F8A076' has a wrong offset!"); \ +static_assert(offsetof(FSAI_FirePattern_Struct, Fire2_8_022849D34BE2684B642B7DAE2C8CDA51) == 0x000010, "Member 'FSAI_FirePattern_Struct::Fire2_8_022849D34BE2684B642B7DAE2C8CDA51' has a wrong offset!"); \ +static_assert(offsetof(FSAI_FirePattern_Struct, Pause2_11_9A26F92741E661E4F57047B0AA0D0746) == 0x000018, "Member 'FSAI_FirePattern_Struct::Pause2_11_9A26F92741E661E4F57047B0AA0D0746' has a wrong offset!"); \ +static_assert(offsetof(FSAI_FirePattern_Struct, Fire3_13_6AE02B1D48953B376C024FBFBE3CE473) == 0x000020, "Member 'FSAI_FirePattern_Struct::Fire3_13_6AE02B1D48953B376C024FBFBE3CE473' has a wrong offset!"); \ +static_assert(offsetof(FSAI_FirePattern_Struct, Pause3_15_159905004AD78137864F2B82BF10A130) == 0x000028, "Member 'FSAI_FirePattern_Struct::Pause3_15_159905004AD78137864F2B82BF10A130' has a wrong offset!"); \ +static_assert(offsetof(FSAI_FirePattern_Struct, Fire4_17_E44645854EB83FA6DC268B98D6A2A688) == 0x000030, "Member 'FSAI_FirePattern_Struct::Fire4_17_E44645854EB83FA6DC268B98D6A2A688' has a wrong offset!"); \ +static_assert(offsetof(FSAI_FirePattern_Struct, Pause4_19_78DB96E14587241F2C38FAA11EED425D) == 0x000038, "Member 'FSAI_FirePattern_Struct::Pause4_19_78DB96E14587241F2C38FAA11EED425D' has a wrong offset!"); \ +static_assert(offsetof(FSAI_FirePattern_Struct, Fire5_21_D2F3CEF74A0E68167CFCAF974AA99CD7) == 0x000040, "Member 'FSAI_FirePattern_Struct::Fire5_21_D2F3CEF74A0E68167CFCAF974AA99CD7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InAirGraph__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_InAirGraph::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData) == 0x0003C8, "Wrong size on ABP_InAirGraph::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_81) == 0x000004, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_81' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_82) == 0x00000C, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_82' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_83) == 0x000014, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_83' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __BoolProperty_84) == 0x000018, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__BoolProperty_84' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __FloatProperty_85) == 0x00001C, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__FloatProperty_85' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __FloatProperty_86) == 0x000020, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__FloatProperty_86' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_87) == 0x000024, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_87' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_88) == 0x000028, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_88' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __CurveFloat_89) == 0x000030, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__CurveFloat_89' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_90) == 0x000038, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_90' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_91) == 0x000039, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_91' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_92) == 0x00003A, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_92' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __ArrayProperty_93) == 0x000040, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__ArrayProperty_93' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __BoolProperty_94) == 0x000050, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__BoolProperty_94' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __BlendProfile_95) == 0x000058, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__BlendProfile_95' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_96) == 0x000060, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_96' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_97) == 0x000080, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_97' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_98) == 0x000088, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_98' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_99) == 0x000090, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_99' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_100) == 0x000098, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_100' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, __ByteProperty_101) == 0x0000B8, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::__ByteProperty_101' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000C0, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x000140, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000148, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000188, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x0001B8, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x0001E8, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x000218, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x000248, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_2) == 0x000278, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x0002A8, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_1) == 0x0002D8, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x000308, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x000338, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x000368, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_WalkableStateMachine) == 0x000398, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_WalkableStateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InAirGraph__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_InAirGraph::FAnimBlueprintGeneratedMutableData) == 0x000004, "Wrong alignment on ABP_InAirGraph::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_InAirGraph::FAnimBlueprintGeneratedMutableData) == 0x000014, "Wrong size on ABP_InAirGraph::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedMutableData, __FloatProperty_0) == 0x000008, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedMutableData::__FloatProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedMutableData, __FloatProperty_1) == 0x00000C, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedMutableData::__FloatProperty_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph::FAnimBlueprintGeneratedMutableData, __BoolProperty_2) == 0x000010, "Member 'ABP_InAirGraph::FAnimBlueprintGeneratedMutableData::__BoolProperty_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InAirGraph_C_AnimGraph \ +static_assert(alignof(ABP_InAirGraph_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_InAirGraph_C_AnimGraph"); \ +static_assert(sizeof(ABP_InAirGraph_C_AnimGraph) == 0x000010, "Wrong size on ABP_InAirGraph_C_AnimGraph"); \ +static_assert(offsetof(ABP_InAirGraph_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_InAirGraph_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InAirGraph_C_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(ABP_InAirGraph_C_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong alignment on ABP_InAirGraph_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(ABP_InAirGraph_C_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong size on ABP_InAirGraph_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(ABP_InAirGraph_C_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'ABP_InAirGraph_C_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InAirGraph_C_InitJump \ +static_assert(alignof(ABP_InAirGraph_C_InitJump) == 0x000008, "Wrong alignment on ABP_InAirGraph_C_InitJump"); \ +static_assert(sizeof(ABP_InAirGraph_C_InitJump) == 0x000028, "Wrong size on ABP_InAirGraph_C_InitJump"); \ +static_assert(offsetof(ABP_InAirGraph_C_InitJump, Context) == 0x000000, "Member 'ABP_InAirGraph_C_InitJump::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph_C_InitJump, Node) == 0x000010, "Member 'ABP_InAirGraph_C_InitJump::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph_C_InitJump, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000020, "Member 'ABP_InAirGraph_C_InitJump::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InAirGraph_C_InitJump, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000021, "Member 'ABP_InAirGraph_C_InitJump::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_InAirGraph_C \ +static_assert(alignof(UABP_InAirGraph_C) == 0x000010, "Wrong alignment on UABP_InAirGraph_C"); \ +static_assert(sizeof(UABP_InAirGraph_C) == 0x000870, "Wrong size on UABP_InAirGraph_C"); \ +static_assert(offsetof(UABP_InAirGraph_C, __AnimBlueprintMutables) == 0x0003F0, "Member 'UABP_InAirGraph_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimBlueprintExtension_PropertyAccess) == 0x000408, "Member 'UABP_InAirGraph_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimBlueprintExtension_NodeRelevancy) == 0x000410, "Member 'UABP_InAirGraph_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimBlueprintExtension_Base) == 0x0004B8, "Member 'UABP_InAirGraph_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimGraphNode_Root) == 0x0004C0, "Member 'UABP_InAirGraph_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimGraphNode_TransitionResult_3) == 0x0004E0, "Member 'UABP_InAirGraph_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimGraphNode_TransitionResult_2) == 0x000508, "Member 'UABP_InAirGraph_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimGraphNode_TransitionResult_1) == 0x000530, "Member 'UABP_InAirGraph_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimGraphNode_TransitionResult) == 0x000558, "Member 'UABP_InAirGraph_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimGraphNode_BlendSpacePlayer_2) == 0x000580, "Member 'UABP_InAirGraph_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimGraphNode_StateResult_1) == 0x0005F0, "Member 'UABP_InAirGraph_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimGraphNode_BlendSpacePlayer_1) == 0x000610, "Member 'UABP_InAirGraph_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimGraphNode_BlendSpacePlayer) == 0x000680, "Member 'UABP_InAirGraph_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimGraphNode_BlendListByBool) == 0x0006F0, "Member 'UABP_InAirGraph_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimGraphNode_StateResult) == 0x000740, "Member 'UABP_InAirGraph_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, AnimGraphNode_WalkableStateMachine) == 0x000760, "Member 'UABP_InAirGraph_C::AnimGraphNode_WalkableStateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, IsFalling_CODE_BOUND) == 0x000838, "Member 'UABP_InAirGraph_C::IsFalling_CODE_BOUND' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, VerticalSpeed_CODE_BOUND) == 0x000840, "Member 'UABP_InAirGraph_C::VerticalSpeed_CODE_BOUND' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, LateralSpeed_CODE_BOUND) == 0x000848, "Member 'UABP_InAirGraph_C::LateralSpeed_CODE_BOUND' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, MovementSpeedState_CODE_BOUND) == 0x000850, "Member 'UABP_InAirGraph_C::MovementSpeedState_CODE_BOUND' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, LocomotionMode_CODE_BOUND) == 0x000851, "Member 'UABP_InAirGraph_C::LocomotionMode_CODE_BOUND' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, FallingFromStart) == 0x000852, "Member 'UABP_InAirGraph_C::FallingFromStart' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, FootPhase) == 0x000858, "Member 'UABP_InAirGraph_C::FootPhase' has a wrong offset!"); \ +static_assert(offsetof(UABP_InAirGraph_C, LeftFoot) == 0x000860, "Member 'UABP_InAirGraph_C::LeftFoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_Evade_Layer \ +static_assert(alignof(ALI_Melee_C_Evade_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_Evade_Layer"); \ +static_assert(sizeof(ALI_Melee_C_Evade_Layer) == 0x000010, "Wrong size on ALI_Melee_C_Evade_Layer"); \ +static_assert(offsetof(ALI_Melee_C_Evade_Layer, Evade_Layer_0) == 0x000000, "Member 'ALI_Melee_C_Evade_Layer::Evade_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_HeavyHit_Layer \ +static_assert(alignof(ALI_Melee_C_HeavyHit_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_HeavyHit_Layer"); \ +static_assert(sizeof(ALI_Melee_C_HeavyHit_Layer) == 0x000010, "Wrong size on ALI_Melee_C_HeavyHit_Layer"); \ +static_assert(offsetof(ALI_Melee_C_HeavyHit_Layer, HeavyHit_Layer_0) == 0x000000, "Member 'ALI_Melee_C_HeavyHit_Layer::HeavyHit_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_HeavyHitReact_Layer \ +static_assert(alignof(ALI_Melee_C_HeavyHitReact_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_HeavyHitReact_Layer"); \ +static_assert(sizeof(ALI_Melee_C_HeavyHitReact_Layer) == 0x000010, "Wrong size on ALI_Melee_C_HeavyHitReact_Layer"); \ +static_assert(offsetof(ALI_Melee_C_HeavyHitReact_Layer, HeavyHitReact_Layer_0) == 0x000000, "Member 'ALI_Melee_C_HeavyHitReact_Layer::HeavyHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_HeavyMiss_Layer \ +static_assert(alignof(ALI_Melee_C_HeavyMiss_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_HeavyMiss_Layer"); \ +static_assert(sizeof(ALI_Melee_C_HeavyMiss_Layer) == 0x000010, "Wrong size on ALI_Melee_C_HeavyMiss_Layer"); \ +static_assert(offsetof(ALI_Melee_C_HeavyMiss_Layer, HeavyMiss_Layer_0) == 0x000000, "Member 'ALI_Melee_C_HeavyMiss_Layer::HeavyMiss_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_InventoryItem_Layer \ +static_assert(alignof(ALI_Melee_C_InventoryItem_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_InventoryItem_Layer"); \ +static_assert(sizeof(ALI_Melee_C_InventoryItem_Layer) == 0x000010, "Wrong size on ALI_Melee_C_InventoryItem_Layer"); \ +static_assert(offsetof(ALI_Melee_C_InventoryItem_Layer, InventoryItem_Layer_0) == 0x000000, "Member 'ALI_Melee_C_InventoryItem_Layer::InventoryItem_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_LightHit_Layer \ +static_assert(alignof(ALI_Melee_C_LightHit_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_LightHit_Layer"); \ +static_assert(sizeof(ALI_Melee_C_LightHit_Layer) == 0x000010, "Wrong size on ALI_Melee_C_LightHit_Layer"); \ +static_assert(offsetof(ALI_Melee_C_LightHit_Layer, LightHit_Layer_0) == 0x000000, "Member 'ALI_Melee_C_LightHit_Layer::LightHit_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_LightHitReact_Layer \ +static_assert(alignof(ALI_Melee_C_LightHitReact_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_LightHitReact_Layer"); \ +static_assert(sizeof(ALI_Melee_C_LightHitReact_Layer) == 0x000010, "Wrong size on ALI_Melee_C_LightHitReact_Layer"); \ +static_assert(offsetof(ALI_Melee_C_LightHitReact_Layer, LightHitReact_Layer_0) == 0x000000, "Member 'ALI_Melee_C_LightHitReact_Layer::LightHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_LightMiss_Layer \ +static_assert(alignof(ALI_Melee_C_LightMiss_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_LightMiss_Layer"); \ +static_assert(sizeof(ALI_Melee_C_LightMiss_Layer) == 0x000010, "Wrong size on ALI_Melee_C_LightMiss_Layer"); \ +static_assert(offsetof(ALI_Melee_C_LightMiss_Layer, LightMiss_Layer_0) == 0x000000, "Member 'ALI_Melee_C_LightMiss_Layer::LightMiss_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_Parry_Layer \ +static_assert(alignof(ALI_Melee_C_Parry_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_Parry_Layer"); \ +static_assert(sizeof(ALI_Melee_C_Parry_Layer) == 0x000010, "Wrong size on ALI_Melee_C_Parry_Layer"); \ +static_assert(offsetof(ALI_Melee_C_Parry_Layer, Parry_Layer_0) == 0x000000, "Member 'ALI_Melee_C_Parry_Layer::Parry_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_ParryHitReact_Layer \ +static_assert(alignof(ALI_Melee_C_ParryHitReact_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_ParryHitReact_Layer"); \ +static_assert(sizeof(ALI_Melee_C_ParryHitReact_Layer) == 0x000010, "Wrong size on ALI_Melee_C_ParryHitReact_Layer"); \ +static_assert(offsetof(ALI_Melee_C_ParryHitReact_Layer, ParryHitReact_Layer_0) == 0x000000, "Member 'ALI_Melee_C_ParryHitReact_Layer::ParryHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_ParryMiss_Layer \ +static_assert(alignof(ALI_Melee_C_ParryMiss_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_ParryMiss_Layer"); \ +static_assert(sizeof(ALI_Melee_C_ParryMiss_Layer) == 0x000010, "Wrong size on ALI_Melee_C_ParryMiss_Layer"); \ +static_assert(offsetof(ALI_Melee_C_ParryMiss_Layer, ParryMiss_Layer_0) == 0x000000, "Member 'ALI_Melee_C_ParryMiss_Layer::ParryMiss_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_PerfectParry_Layer \ +static_assert(alignof(ALI_Melee_C_PerfectParry_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_PerfectParry_Layer"); \ +static_assert(sizeof(ALI_Melee_C_PerfectParry_Layer) == 0x000010, "Wrong size on ALI_Melee_C_PerfectParry_Layer"); \ +static_assert(offsetof(ALI_Melee_C_PerfectParry_Layer, PerfectParry_Layer_0) == 0x000000, "Member 'ALI_Melee_C_PerfectParry_Layer::PerfectParry_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_PerfectParryHitReact_Layer \ +static_assert(alignof(ALI_Melee_C_PerfectParryHitReact_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_PerfectParryHitReact_Layer"); \ +static_assert(sizeof(ALI_Melee_C_PerfectParryHitReact_Layer) == 0x000010, "Wrong size on ALI_Melee_C_PerfectParryHitReact_Layer"); \ +static_assert(offsetof(ALI_Melee_C_PerfectParryHitReact_Layer, PerfectParryHitReact_Layer_0) == 0x000000, "Member 'ALI_Melee_C_PerfectParryHitReact_Layer::PerfectParryHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_Riposte_Layer \ +static_assert(alignof(ALI_Melee_C_Riposte_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_Riposte_Layer"); \ +static_assert(sizeof(ALI_Melee_C_Riposte_Layer) == 0x000010, "Wrong size on ALI_Melee_C_Riposte_Layer"); \ +static_assert(offsetof(ALI_Melee_C_Riposte_Layer, Riposte_Layer_0) == 0x000000, "Member 'ALI_Melee_C_Riposte_Layer::Riposte_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_RiposteHitReact_Layer \ +static_assert(alignof(ALI_Melee_C_RiposteHitReact_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_RiposteHitReact_Layer"); \ +static_assert(sizeof(ALI_Melee_C_RiposteHitReact_Layer) == 0x000010, "Wrong size on ALI_Melee_C_RiposteHitReact_Layer"); \ +static_assert(offsetof(ALI_Melee_C_RiposteHitReact_Layer, RiposteHitReact_Layer_0) == 0x000000, "Member 'ALI_Melee_C_RiposteHitReact_Layer::RiposteHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_Shove_Layer \ +static_assert(alignof(ALI_Melee_C_Shove_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_Shove_Layer"); \ +static_assert(sizeof(ALI_Melee_C_Shove_Layer) == 0x000010, "Wrong size on ALI_Melee_C_Shove_Layer"); \ +static_assert(offsetof(ALI_Melee_C_Shove_Layer, Shove_Layer_0) == 0x000000, "Member 'ALI_Melee_C_Shove_Layer::Shove_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_ShoveHitReact_Layer \ +static_assert(alignof(ALI_Melee_C_ShoveHitReact_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_ShoveHitReact_Layer"); \ +static_assert(sizeof(ALI_Melee_C_ShoveHitReact_Layer) == 0x000010, "Wrong size on ALI_Melee_C_ShoveHitReact_Layer"); \ +static_assert(offsetof(ALI_Melee_C_ShoveHitReact_Layer, ShoveHitReact_Layer_0) == 0x000000, "Member 'ALI_Melee_C_ShoveHitReact_Layer::ShoveHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_Spacing_Layer \ +static_assert(alignof(ALI_Melee_C_Spacing_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_Spacing_Layer"); \ +static_assert(sizeof(ALI_Melee_C_Spacing_Layer) == 0x000010, "Wrong size on ALI_Melee_C_Spacing_Layer"); \ +static_assert(offsetof(ALI_Melee_C_Spacing_Layer, Spacing_Layer_0) == 0x000000, "Member 'ALI_Melee_C_Spacing_Layer::Spacing_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_TakeDown_Layer \ +static_assert(alignof(ALI_Melee_C_TakeDown_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_TakeDown_Layer"); \ +static_assert(sizeof(ALI_Melee_C_TakeDown_Layer) == 0x000010, "Wrong size on ALI_Melee_C_TakeDown_Layer"); \ +static_assert(offsetof(ALI_Melee_C_TakeDown_Layer, TakeDown_Layer_0) == 0x000000, "Member 'ALI_Melee_C_TakeDown_Layer::TakeDown_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_TakeDownHitReact_Layer \ +static_assert(alignof(ALI_Melee_C_TakeDownHitReact_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_TakeDownHitReact_Layer"); \ +static_assert(sizeof(ALI_Melee_C_TakeDownHitReact_Layer) == 0x000010, "Wrong size on ALI_Melee_C_TakeDownHitReact_Layer"); \ +static_assert(offsetof(ALI_Melee_C_TakeDownHitReact_Layer, TakeDownHitReact_Layer_0) == 0x000000, "Member 'ALI_Melee_C_TakeDownHitReact_Layer::TakeDownHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_Melee_C_ThrowWeapon_Layer \ +static_assert(alignof(ALI_Melee_C_ThrowWeapon_Layer) == 0x000008, "Wrong alignment on ALI_Melee_C_ThrowWeapon_Layer"); \ +static_assert(sizeof(ALI_Melee_C_ThrowWeapon_Layer) == 0x000010, "Wrong size on ALI_Melee_C_ThrowWeapon_Layer"); \ +static_assert(offsetof(ALI_Melee_C_ThrowWeapon_Layer, ThrowWeapon_Layer_0) == 0x000000, "Member 'ALI_Melee_C_ThrowWeapon_Layer::ThrowWeapon_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IALI_Melee_C \ +static_assert(alignof(IALI_Melee_C) == 0x000001, "Wrong alignment on IALI_Melee_C"); \ +static_assert(sizeof(IALI_Melee_C) == 0x000001, "Wrong size on IALI_Melee_C"); \ + +#define DUMPER7_ASSERTS_BP_ActionCondition_CheckDoor_C_Evaluate \ +static_assert(alignof(BP_ActionCondition_CheckDoor_C_Evaluate) == 0x000008, "Wrong alignment on BP_ActionCondition_CheckDoor_C_Evaluate"); \ +static_assert(sizeof(BP_ActionCondition_CheckDoor_C_Evaluate) == 0x000040, "Wrong size on BP_ActionCondition_CheckDoor_C_Evaluate"); \ +static_assert(offsetof(BP_ActionCondition_CheckDoor_C_Evaluate, Context) == 0x000000, "Member 'BP_ActionCondition_CheckDoor_C_Evaluate::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_CheckDoor_C_Evaluate, ReturnValue) == 0x000020, "Member 'BP_ActionCondition_CheckDoor_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_CheckDoor_C_Evaluate, CallFunc_GetInteractingDoor_ReturnValue) == 0x000021, "Member 'BP_ActionCondition_CheckDoor_C_Evaluate::CallFunc_GetInteractingDoor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_CheckDoor_C_Evaluate, CallFunc_GetActionAnchor_ReturnValue) == 0x000028, "Member 'BP_ActionCondition_CheckDoor_C_Evaluate::CallFunc_GetActionAnchor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_CheckDoor_C_Evaluate, K2Node_DynamicCast_AsBP_Vehicle_Base) == 0x000030, "Member 'BP_ActionCondition_CheckDoor_C_Evaluate::K2Node_DynamicCast_AsBP_Vehicle_Base' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_CheckDoor_C_Evaluate, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_ActionCondition_CheckDoor_C_Evaluate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_CheckDoor_C_Evaluate, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000039, "Member 'BP_ActionCondition_CheckDoor_C_Evaluate::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_CheckDoor_C_Evaluate, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00003A, "Member 'BP_ActionCondition_CheckDoor_C_Evaluate::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_CheckDoor_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x00003B, "Member 'BP_ActionCondition_CheckDoor_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ActionCondition_CheckDoor_C \ +static_assert(alignof(UBP_ActionCondition_CheckDoor_C) == 0x000008, "Wrong alignment on UBP_ActionCondition_CheckDoor_C"); \ +static_assert(sizeof(UBP_ActionCondition_CheckDoor_C) == 0x000030, "Wrong size on UBP_ActionCondition_CheckDoor_C"); \ +static_assert(offsetof(UBP_ActionCondition_CheckDoor_C, Type) == 0x000028, "Member 'UBP_ActionCondition_CheckDoor_C::Type' has a wrong offset!"); \ +static_assert(offsetof(UBP_ActionCondition_CheckDoor_C, Door) == 0x000029, "Member 'UBP_ActionCondition_CheckDoor_C::Door' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_Interpolator_C_Interpolate \ +static_assert(alignof(BP_UI_Interpolator_C_Interpolate) == 0x000008, "Wrong alignment on BP_UI_Interpolator_C_Interpolate"); \ +static_assert(sizeof(BP_UI_Interpolator_C_Interpolate) == 0x000010, "Wrong size on BP_UI_Interpolator_C_Interpolate"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Interpolate, FromValue_0) == 0x000000, "Member 'BP_UI_Interpolator_C_Interpolate::FromValue_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Interpolate, ToValue_0) == 0x000008, "Member 'BP_UI_Interpolator_C_Interpolate::ToValue_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_Interpolator_C_Interpolate_To \ +static_assert(alignof(BP_UI_Interpolator_C_Interpolate_To) == 0x000008, "Wrong alignment on BP_UI_Interpolator_C_Interpolate_To"); \ +static_assert(sizeof(BP_UI_Interpolator_C_Interpolate_To) == 0x000008, "Wrong size on BP_UI_Interpolator_C_Interpolate_To"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Interpolate_To, ToValue_0) == 0x000000, "Member 'BP_UI_Interpolator_C_Interpolate_To::ToValue_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_Interpolator_C_Reverse_To \ +static_assert(alignof(BP_UI_Interpolator_C_Reverse_To) == 0x000008, "Wrong alignment on BP_UI_Interpolator_C_Reverse_To"); \ +static_assert(sizeof(BP_UI_Interpolator_C_Reverse_To) == 0x000008, "Wrong size on BP_UI_Interpolator_C_Reverse_To"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Reverse_To, ToValue_0) == 0x000000, "Member 'BP_UI_Interpolator_C_Reverse_To::ToValue_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_Interpolator_C_Tick \ +static_assert(alignof(BP_UI_Interpolator_C_Tick) == 0x000008, "Wrong alignment on BP_UI_Interpolator_C_Tick"); \ +static_assert(sizeof(BP_UI_Interpolator_C_Tick) == 0x000048, "Wrong size on BP_UI_Interpolator_C_Tick"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Tick, DeltaTime) == 0x000000, "Member 'BP_UI_Interpolator_C_Tick::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Tick, Value_0) == 0x000008, "Member 'BP_UI_Interpolator_C_Tick::Value_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Tick, IsRunning_0) == 0x000010, "Member 'BP_UI_Interpolator_C_Tick::IsRunning_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Tick, CallFunc_SafeDivide_ReturnValue) == 0x000018, "Member 'BP_UI_Interpolator_C_Tick::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Tick, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'BP_UI_Interpolator_C_Tick::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Tick, CallFunc_Ease_ReturnValue) == 0x000028, "Member 'BP_UI_Interpolator_C_Tick::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Tick, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_UI_Interpolator_C_Tick::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Tick, CallFunc_FClamp_ReturnValue_1) == 0x000038, "Member 'BP_UI_Interpolator_C_Tick::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_Interpolator_C_Tick, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000040, "Member 'BP_UI_Interpolator_C_Tick::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_Interpolator_C \ +static_assert(alignof(UBP_UI_Interpolator_C) == 0x000008, "Wrong alignment on UBP_UI_Interpolator_C"); \ +static_assert(sizeof(UBP_UI_Interpolator_C) == 0x000060, "Wrong size on UBP_UI_Interpolator_C"); \ +static_assert(offsetof(UBP_UI_Interpolator_C, Value) == 0x000028, "Member 'UBP_UI_Interpolator_C::Value' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_Interpolator_C, Duration) == 0x000030, "Member 'UBP_UI_Interpolator_C::Duration' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_Interpolator_C, TimeElapsed) == 0x000038, "Member 'UBP_UI_Interpolator_C::TimeElapsed' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_Interpolator_C, FromValue) == 0x000040, "Member 'UBP_UI_Interpolator_C::FromValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_Interpolator_C, ToValue) == 0x000048, "Member 'UBP_UI_Interpolator_C::ToValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_Interpolator_C, Easing) == 0x000050, "Member 'UBP_UI_Interpolator_C::Easing' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_Interpolator_C, IsRunning) == 0x000051, "Member 'UBP_UI_Interpolator_C::IsRunning' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_Interpolator_C, CurrentDuration) == 0x000058, "Member 'UBP_UI_Interpolator_C::CurrentDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Camera_Shake_MeleeHitHeavy_C \ +static_assert(alignof(UBP_Camera_Shake_MeleeHitHeavy_C) == 0x000010, "Wrong alignment on UBP_Camera_Shake_MeleeHitHeavy_C"); \ +static_assert(sizeof(UBP_Camera_Shake_MeleeHitHeavy_C) == 0x0000E0, "Wrong size on UBP_Camera_Shake_MeleeHitHeavy_C"); \ + +#define DUMPER7_ASSERTS_UPDA_TutorialData_C \ +static_assert(alignof(UPDA_TutorialData_C) == 0x000008, "Wrong alignment on UPDA_TutorialData_C"); \ +static_assert(sizeof(UPDA_TutorialData_C) == 0x000058, "Wrong size on UPDA_TutorialData_C"); \ +static_assert(offsetof(UPDA_TutorialData_C, HeaderText) == 0x000030, "Member 'UPDA_TutorialData_C::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(UPDA_TutorialData_C, BodyText) == 0x000040, "Member 'UPDA_TutorialData_C::BodyText' has a wrong offset!"); \ +static_assert(offsetof(UPDA_TutorialData_C, Image) == 0x000050, "Member 'UPDA_TutorialData_C::Image' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent \ +static_assert(alignof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent) == 0x000010, "Wrong alignment on BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent"); \ +static_assert(sizeof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent) == 0x0003E0, "Wrong size on BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, EntryPoint) == 0x000000, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000008, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000010, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000070, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000170, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, K2Node_CustomEvent_Prop) == 0x000178, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::K2Node_CustomEvent_Prop' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, K2Node_CustomEvent_SocketName) == 0x0001A0, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::K2Node_CustomEvent_SocketName' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, K2Node_CustomEvent_Offset) == 0x0001B0, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::K2Node_CustomEvent_Offset' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000210, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_GetOwnerAsCjCharacter_AsCJCharacter) == 0x000310, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_GetOwnerAsCjCharacter_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, Temp_object_Variable) == 0x000318, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_GetOwnerAsCjCharacter_AsCJCharacter_1) == 0x000320, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_GetOwnerAsCjCharacter_AsCJCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_IsValid_ReturnValue_2) == 0x000328, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, K2Node_DynamicCast_AsStatic_Mesh) == 0x000330, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::K2Node_DynamicCast_AsStatic_Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, K2Node_DynamicCast_bSuccess) == 0x000338, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_MakeTransform_ReturnValue) == 0x000340, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, K2Node_CustomEvent_Loaded) == 0x0003A0, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0003A8, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_FinishSpawningActor_ReturnValue) == 0x0003B0, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_IsValid_ReturnValue_3) == 0x0003B8, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, K2Node_CreateDelegate_OutputDelegate) == 0x0003BC, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0003CC, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_IsValid_ReturnValue_4) == 0x0003CD, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_IsValid_ReturnValue_5) == 0x0003CE, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, CallFunc_SetStaticMesh_ReturnValue) == 0x0003CF, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent, K2Node_Event_EndPlayReason) == 0x0003D0, "Member 'BP_SMartObjectPropComponent_C_ExecuteUbergraph_BP_SMartObjectPropComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter \ +static_assert(alignof(BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter) == 0x000008, "Wrong alignment on BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter"); \ +static_assert(sizeof(BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter) == 0x000020, "Wrong size on BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter, AsCJCharacter) == 0x000000, "Member 'BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter::AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter, K2Node_DynamicCast_AsCJCharacter) == 0x000010, "Member 'BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_SMartObjectPropComponent_C_GetOwnerAsCjCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SMartObjectPropComponent_C_OnLoaded_D27DD76A48F5539FAB5CE2A1104613D7 \ +static_assert(alignof(BP_SMartObjectPropComponent_C_OnLoaded_D27DD76A48F5539FAB5CE2A1104613D7) == 0x000008, "Wrong alignment on BP_SMartObjectPropComponent_C_OnLoaded_D27DD76A48F5539FAB5CE2A1104613D7"); \ +static_assert(sizeof(BP_SMartObjectPropComponent_C_OnLoaded_D27DD76A48F5539FAB5CE2A1104613D7) == 0x000008, "Wrong size on BP_SMartObjectPropComponent_C_OnLoaded_D27DD76A48F5539FAB5CE2A1104613D7"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_OnLoaded_D27DD76A48F5539FAB5CE2A1104613D7, Loaded) == 0x000000, "Member 'BP_SMartObjectPropComponent_C_OnLoaded_D27DD76A48F5539FAB5CE2A1104613D7::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SMartObjectPropComponent_C_ReceiveEndPlay \ +static_assert(alignof(BP_SMartObjectPropComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_SMartObjectPropComponent_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_SMartObjectPropComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_SMartObjectPropComponent_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_SMartObjectPropComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_SMartObjectPropComponent_C_SpawnProp \ +static_assert(alignof(BP_SMartObjectPropComponent_C_SpawnProp) == 0x000010, "Wrong alignment on BP_SMartObjectPropComponent_C_SpawnProp"); \ +static_assert(sizeof(BP_SMartObjectPropComponent_C_SpawnProp) == 0x000090, "Wrong size on BP_SMartObjectPropComponent_C_SpawnProp"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_SpawnProp, Prop) == 0x000000, "Member 'BP_SMartObjectPropComponent_C_SpawnProp::Prop' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_SpawnProp, SocketName) == 0x000028, "Member 'BP_SMartObjectPropComponent_C_SpawnProp::SocketName' has a wrong offset!"); \ +static_assert(offsetof(BP_SMartObjectPropComponent_C_SpawnProp, Offset) == 0x000030, "Member 'BP_SMartObjectPropComponent_C_SpawnProp::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_SMartObjectPropComponent_C \ +static_assert(alignof(UBP_SMartObjectPropComponent_C) == 0x000008, "Wrong alignment on UBP_SMartObjectPropComponent_C"); \ +static_assert(sizeof(UBP_SMartObjectPropComponent_C) == 0x0000D0, "Wrong size on UBP_SMartObjectPropComponent_C"); \ +static_assert(offsetof(UBP_SMartObjectPropComponent_C, UberGraphFrame) == 0x0000C0, "Member 'UBP_SMartObjectPropComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_SMartObjectPropComponent_C, SpawnedProp) == 0x0000C8, "Member 'UBP_SMartObjectPropComponent_C::SpawnedProp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin \ +static_assert(alignof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin) == 0x000088, "Wrong size on BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin, EventReference) == 0x000018, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin, ReturnValue) == 0x000068, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000070, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin, K2Node_DynamicCast_AsCJCharacter) == 0x000078, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin, CallFunc_RequestCapsuleShrink_NewCapsuleRadius_ImplicitCast) == 0x000084, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyBegin::CallFunc_RequestCapsuleShrink_NewCapsuleRadius_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd \ +static_assert(alignof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd) == 0x000080, "Wrong size on BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd, EventReference) == 0x000010, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd, ReturnValue) == 0x000060, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000068, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd, K2Node_DynamicCast_AsCJCharacter) == 0x000070, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_AnimNotifState_ShrinkCapsule_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotifState_ShrinkCapsule_C \ +static_assert(alignof(UBP_AnimNotifState_ShrinkCapsule_C) == 0x000008, "Wrong alignment on UBP_AnimNotifState_ShrinkCapsule_C"); \ +static_assert(sizeof(UBP_AnimNotifState_ShrinkCapsule_C) == 0x000038, "Wrong size on UBP_AnimNotifState_ShrinkCapsule_C"); \ +static_assert(offsetof(UBP_AnimNotifState_ShrinkCapsule_C, ReducedRadius) == 0x000030, "Member 'UBP_AnimNotifState_ShrinkCapsule_C::ReducedRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSCycleGaitTransition \ +static_assert(alignof(FSCycleGaitTransition) == 0x000008, "Wrong alignment on FSCycleGaitTransition"); \ +static_assert(sizeof(FSCycleGaitTransition) == 0x000018, "Wrong size on FSCycleGaitTransition"); \ +static_assert(offsetof(FSCycleGaitTransition, FromCycleGait_2_550CB82049E019DEBF1D5AA217D2A550) == 0x000000, "Member 'FSCycleGaitTransition::FromCycleGait_2_550CB82049E019DEBF1D5AA217D2A550' has a wrong offset!"); \ +static_assert(offsetof(FSCycleGaitTransition, ToCycleGait_4_C1DCEE6E4DFCFFF48E63CE86C87639B8) == 0x000001, "Member 'FSCycleGaitTransition::ToCycleGait_4_C1DCEE6E4DFCFFF48E63CE86C87639B8' has a wrong offset!"); \ +static_assert(offsetof(FSCycleGaitTransition, TransitionAnims_17_EFC8E7994B7845D7F2152BB00A45A2AD) == 0x000008, "Member 'FSCycleGaitTransition::TransitionAnims_17_EFC8E7994B7845D7F2152BB00A45A2AD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerThreatStim_C_FireNotify \ +static_assert(alignof(BP_TriggerThreatStim_C_FireNotify) == 0x000008, "Wrong alignment on BP_TriggerThreatStim_C_FireNotify"); \ +static_assert(sizeof(BP_TriggerThreatStim_C_FireNotify) == 0x000020, "Wrong size on BP_TriggerThreatStim_C_FireNotify"); \ +static_assert(offsetof(BP_TriggerThreatStim_C_FireNotify, ActionUpdateContext) == 0x000000, "Member 'BP_TriggerThreatStim_C_FireNotify::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerThreatStim_C_FireNotify, CallFunc_GetTagName_ReturnValue) == 0x000010, "Member 'BP_TriggerThreatStim_C_FireNotify::CallFunc_GetTagName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerThreatStim_C_FireNotify, CallFunc_GetRequestedInstigator_ReturnValue) == 0x000018, "Member 'BP_TriggerThreatStim_C_FireNotify::CallFunc_GetRequestedInstigator_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TriggerThreatStim_C \ +static_assert(alignof(UBP_TriggerThreatStim_C) == 0x000008, "Wrong alignment on UBP_TriggerThreatStim_C"); \ +static_assert(sizeof(UBP_TriggerThreatStim_C) == 0x000040, "Wrong size on UBP_TriggerThreatStim_C"); \ +static_assert(offsetof(UBP_TriggerThreatStim_C, Stim_ID) == 0x000038, "Member 'UBP_TriggerThreatStim_C::Stim_ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bp_CharacterCollidsWithSkirt_C_OnEnterInterval \ +static_assert(alignof(Bp_CharacterCollidsWithSkirt_C_OnEnterInterval) == 0x000008, "Wrong alignment on Bp_CharacterCollidsWithSkirt_C_OnEnterInterval"); \ +static_assert(sizeof(Bp_CharacterCollidsWithSkirt_C_OnEnterInterval) == 0x000010, "Wrong size on Bp_CharacterCollidsWithSkirt_C_OnEnterInterval"); \ +static_assert(offsetof(Bp_CharacterCollidsWithSkirt_C_OnEnterInterval, ActionUpdateContext) == 0x000000, "Member 'Bp_CharacterCollidsWithSkirt_C_OnEnterInterval::ActionUpdateContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bp_CharacterCollidsWithSkirt_C_OnExitInterval \ +static_assert(alignof(Bp_CharacterCollidsWithSkirt_C_OnExitInterval) == 0x000008, "Wrong alignment on Bp_CharacterCollidsWithSkirt_C_OnExitInterval"); \ +static_assert(sizeof(Bp_CharacterCollidsWithSkirt_C_OnExitInterval) == 0x000018, "Wrong size on Bp_CharacterCollidsWithSkirt_C_OnExitInterval"); \ +static_assert(offsetof(Bp_CharacterCollidsWithSkirt_C_OnExitInterval, ActionUpdateContext) == 0x000000, "Member 'Bp_CharacterCollidsWithSkirt_C_OnExitInterval::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(Bp_CharacterCollidsWithSkirt_C_OnExitInterval, ExitReason) == 0x000010, "Member 'Bp_CharacterCollidsWithSkirt_C_OnExitInterval::ExitReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision \ +static_assert(alignof(Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision) == 0x000008, "Wrong alignment on Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision"); \ +static_assert(sizeof(Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision) == 0x000030, "Wrong size on Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision"); \ +static_assert(offsetof(Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision, Handler) == 0x000000, "Member 'Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision::Handler' has a wrong offset!"); \ +static_assert(offsetof(Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision, ID) == 0x000008, "Member 'Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision::ID' has a wrong offset!"); \ +static_assert(offsetof(Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision, Value) == 0x00000C, "Member 'Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision::Value' has a wrong offset!"); \ +static_assert(offsetof(Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision, CallFunc_GetRequestedInstigator_ReturnValue) == 0x000010, "Member 'Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision::CallFunc_GetRequestedInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision, CallFunc_GetRequestedTarget_ReturnValue) == 0x000020, "Member 'Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision::CallFunc_GetRequestedTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'Bp_CharacterCollidsWithSkirt_C_SetSkirtCollision::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBp_CharacterCollidsWithSkirt_C \ +static_assert(alignof(UBp_CharacterCollidsWithSkirt_C) == 0x000008, "Wrong alignment on UBp_CharacterCollidsWithSkirt_C"); \ +static_assert(sizeof(UBp_CharacterCollidsWithSkirt_C) == 0x000040, "Wrong size on UBp_CharacterCollidsWithSkirt_C"); \ +static_assert(offsetof(UBp_CharacterCollidsWithSkirt_C, ApplyToInstigator) == 0x000038, "Member 'UBp_CharacterCollidsWithSkirt_C::ApplyToInstigator' has a wrong offset!"); \ +static_assert(offsetof(UBp_CharacterCollidsWithSkirt_C, ApplyToResponder) == 0x000039, "Member 'UBp_CharacterCollidsWithSkirt_C::ApplyToResponder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPI_Weapon_C_GetFirePattern \ +static_assert(alignof(BPI_Weapon_C_GetFirePattern) == 0x000008, "Wrong alignment on BPI_Weapon_C_GetFirePattern"); \ +static_assert(sizeof(BPI_Weapon_C_GetFirePattern) == 0x000008, "Wrong size on BPI_Weapon_C_GetFirePattern"); \ +static_assert(offsetof(BPI_Weapon_C_GetFirePattern, Firepattern) == 0x000000, "Member 'BPI_Weapon_C_GetFirePattern::Firepattern' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_Weapon_C \ +static_assert(alignof(IBPI_Weapon_C) == 0x000001, "Wrong alignment on IBPI_Weapon_C"); \ +static_assert(sizeof(IBPI_Weapon_C) == 0x000001, "Wrong size on IBPI_Weapon_C"); \ + +#define DUMPER7_ASSERTS_FSDestruction_Effect_Mapping \ +static_assert(alignof(FSDestruction_Effect_Mapping) == 0x000008, "Wrong alignment on FSDestruction_Effect_Mapping"); \ +static_assert(sizeof(FSDestruction_Effect_Mapping) == 0x000010, "Wrong size on FSDestruction_Effect_Mapping"); \ +static_assert(offsetof(FSDestruction_Effect_Mapping, Effect_3_D0E4EF9A4A5AC30F55AC458AB9690138) == 0x000000, "Member 'FSDestruction_Effect_Mapping::Effect_3_D0E4EF9A4A5AC30F55AC458AB9690138' has a wrong offset!"); \ +static_assert(offsetof(FSDestruction_Effect_Mapping, HideMeshComponent_7_A07F94254B0EE668ABDDF794C7FC4E9F) == 0x000008, "Member 'FSDestruction_Effect_Mapping::HideMeshComponent_7_A07F94254B0EE668ABDDF794C7FC4E9F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndOfTraversal_C \ +static_assert(alignof(UEndOfTraversal_C) == 0x000008, "Wrong alignment on UEndOfTraversal_C"); \ +static_assert(sizeof(UEndOfTraversal_C) == 0x000030, "Wrong size on UEndOfTraversal_C"); \ + +#define DUMPER7_ASSERTS_MCD_InConflict_C_CalculateBoolValue \ +static_assert(alignof(MCD_InConflict_C_CalculateBoolValue) == 0x000008, "Wrong alignment on MCD_InConflict_C_CalculateBoolValue"); \ +static_assert(sizeof(MCD_InConflict_C_CalculateBoolValue) == 0x0000C0, "Wrong size on MCD_InConflict_C_CalculateBoolValue"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, Controller) == 0x000000, "Member 'MCD_InConflict_C_CalculateBoolValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, DeltaTime) == 0x000008, "Member 'MCD_InConflict_C_CalculateBoolValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, OutValue) == 0x00000C, "Member 'MCD_InConflict_C_CalculateBoolValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, Temp_int_Array_Index_Variable) == 0x000010, "Member 'MCD_InConflict_C_CalculateBoolValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'MCD_InConflict_C_CalculateBoolValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'MCD_InConflict_C_CalculateBoolValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, CallFunc_GetTargetCandidates_Struct_ReturnValue) == 0x000020, "Member 'MCD_InConflict_C_CalculateBoolValue::CallFunc_GetTargetCandidates_Struct_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, CallFunc_Array_Get_Item) == 0x000030, "Member 'MCD_InConflict_C_CalculateBoolValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, CallFunc_IsThreat_ReturnValue) == 0x0000A0, "Member 'MCD_InConflict_C_CalculateBoolValue::CallFunc_IsThreat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, CallFunc_Array_Length_ReturnValue) == 0x0000A4, "Member 'MCD_InConflict_C_CalculateBoolValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, CallFunc_GetTeamAttitudeTowards_BP_ReturnValue) == 0x0000A8, "Member 'MCD_InConflict_C_CalculateBoolValue::CallFunc_GetTeamAttitudeTowards_BP_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, CallFunc_Less_IntInt_ReturnValue) == 0x0000A9, "Member 'MCD_InConflict_C_CalculateBoolValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000AA, "Member 'MCD_InConflict_C_CalculateBoolValue::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, CallFunc_BooleanAND_ReturnValue) == 0x0000AB, "Member 'MCD_InConflict_C_CalculateBoolValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_InConflict_C_CalculateBoolValue, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B0, "Member 'MCD_InConflict_C_CalculateBoolValue::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMCD_InConflict_C \ +static_assert(alignof(UMCD_InConflict_C) == 0x000008, "Wrong alignment on UMCD_InConflict_C"); \ +static_assert(sizeof(UMCD_InConflict_C) == 0x000030, "Wrong size on UMCD_InConflict_C"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeWeapon_Broken_C \ +static_assert(alignof(ABP_MeleeWeapon_Broken_C) == 0x000008, "Wrong alignment on ABP_MeleeWeapon_Broken_C"); \ +static_assert(sizeof(ABP_MeleeWeapon_Broken_C) == 0x0002B8, "Wrong size on ABP_MeleeWeapon_Broken_C"); \ +static_assert(offsetof(ABP_MeleeWeapon_Broken_C, GeometryCollection) == 0x0002B0, "Member 'ABP_MeleeWeapon_Broken_C::GeometryCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUsingSmartObjectSlot_C \ +static_assert(alignof(UUsingSmartObjectSlot_C) == 0x000008, "Wrong alignment on UUsingSmartObjectSlot_C"); \ +static_assert(sizeof(UUsingSmartObjectSlot_C) == 0x000030, "Wrong size on UUsingSmartObjectSlot_C"); \ + +#define DUMPER7_ASSERTS_UBP_Camera_Shake_Weapon_Fire_Pistol_C \ +static_assert(alignof(UBP_Camera_Shake_Weapon_Fire_Pistol_C) == 0x000010, "Wrong alignment on UBP_Camera_Shake_Weapon_Fire_Pistol_C"); \ +static_assert(sizeof(UBP_Camera_Shake_Weapon_Fire_Pistol_C) == 0x0000E0, "Wrong size on UBP_Camera_Shake_Weapon_Fire_Pistol_C"); \ + +#define DUMPER7_ASSERTS_BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial \ +static_assert(alignof(BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial) == 0x000004, "Wrong alignment on BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial"); \ +static_assert(sizeof(BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial) == 0x000008, "Wrong size on BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial"); \ +static_assert(offsetof(BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial, EntryPoint) == 0x000000, "Member 'BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000005, "Member 'BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000006, "Member 'BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000007, "Member 'BP_VM_Tutorial_C_ExecuteUbergraph_BP_VM_Tutorial::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VM_Tutorial_C \ +static_assert(alignof(UBP_VM_Tutorial_C) == 0x000008, "Wrong alignment on UBP_VM_Tutorial_C"); \ +static_assert(sizeof(UBP_VM_Tutorial_C) == 0x0000A8, "Wrong size on UBP_VM_Tutorial_C"); \ +static_assert(offsetof(UBP_VM_Tutorial_C, UberGraphFrame) == 0x000070, "Member 'UBP_VM_Tutorial_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_Tutorial_C, HeaderText) == 0x000078, "Member 'UBP_VM_Tutorial_C::HeaderText' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_Tutorial_C, BodyText) == 0x000088, "Member 'UBP_VM_Tutorial_C::BodyText' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_Tutorial_C, Image) == 0x000098, "Member 'UBP_VM_Tutorial_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_Tutorial_C, TutorialDataAsset) == 0x0000A0, "Member 'UBP_VM_Tutorial_C::TutorialDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotify_BeepCar_C_Received_Notify \ +static_assert(alignof(BP_AnimNotify_BeepCar_C_Received_Notify) == 0x000008, "Wrong alignment on BP_AnimNotify_BeepCar_C_Received_Notify"); \ +static_assert(sizeof(BP_AnimNotify_BeepCar_C_Received_Notify) == 0x000098, "Wrong size on BP_AnimNotify_BeepCar_C_Received_Notify"); \ +static_assert(offsetof(BP_AnimNotify_BeepCar_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_AnimNotify_BeepCar_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BeepCar_C_Received_Notify, Animation) == 0x000008, "Member 'BP_AnimNotify_BeepCar_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BeepCar_C_Received_Notify, EventReference) == 0x000010, "Member 'BP_AnimNotify_BeepCar_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BeepCar_C_Received_Notify, ReturnValue) == 0x000060, "Member 'BP_AnimNotify_BeepCar_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BeepCar_C_Received_Notify, CallFunc_MakeLiteralName_ReturnValue) == 0x000064, "Member 'BP_AnimNotify_BeepCar_C_Received_Notify::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BeepCar_C_Received_Notify, CallFunc_FindVehicleByPlaceId_FoundVehicle) == 0x000070, "Member 'BP_AnimNotify_BeepCar_C_Received_Notify::CallFunc_FindVehicleByPlaceId_FoundVehicle' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BeepCar_C_Received_Notify, CallFunc_FindVehicleByPlaceId_ReturnValue) == 0x000078, "Member 'BP_AnimNotify_BeepCar_C_Received_Notify::CallFunc_FindVehicleByPlaceId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BeepCar_C_Received_Notify, K2Node_DynamicCast_AsBPI_Remote_Keys) == 0x000080, "Member 'BP_AnimNotify_BeepCar_C_Received_Notify::K2Node_DynamicCast_AsBPI_Remote_Keys' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_BeepCar_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_AnimNotify_BeepCar_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotify_BeepCar_C \ +static_assert(alignof(UBP_AnimNotify_BeepCar_C) == 0x000008, "Wrong alignment on UBP_AnimNotify_BeepCar_C"); \ +static_assert(sizeof(UBP_AnimNotify_BeepCar_C) == 0x000038, "Wrong size on UBP_AnimNotify_BeepCar_C"); \ + +#define DUMPER7_ASSERTS_BPI_NPCController_C_ThreatPointsUpdated \ +static_assert(alignof(BPI_NPCController_C_ThreatPointsUpdated) == 0x000008, "Wrong alignment on BPI_NPCController_C_ThreatPointsUpdated"); \ +static_assert(sizeof(BPI_NPCController_C_ThreatPointsUpdated) == 0x000008, "Wrong size on BPI_NPCController_C_ThreatPointsUpdated"); \ +static_assert(offsetof(BPI_NPCController_C_ThreatPointsUpdated, ThreatPoints) == 0x000000, "Member 'BPI_NPCController_C_ThreatPointsUpdated::ThreatPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBPI_NPCController_C \ +static_assert(alignof(IBPI_NPCController_C) == 0x000001, "Wrong alignment on IBPI_NPCController_C"); \ +static_assert(sizeof(IBPI_NPCController_C) == 0x000001, "Wrong size on IBPI_NPCController_C"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin \ +static_assert(alignof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin) == 0x000088, "Wrong size on BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin, EventReference) == 0x000018, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin, ReturnValue) == 0x000068, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000070, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin, K2Node_DynamicCast_AsCJCharacter) == 0x000078, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd \ +static_assert(alignof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd) == 0x000080, "Wrong size on BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd, EventReference) == 0x000010, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd, ReturnValue) == 0x000060, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000068, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd, K2Node_DynamicCast_AsCJCharacter) == 0x000070, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd, CallFunc_RequestLowerFlag_ReturnValue) == 0x000079, "Member 'BP_AnimNotifState_MeleeCollision_C_Received_NotifyEnd::CallFunc_RequestLowerFlag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotifState_MeleeCollision_C \ +static_assert(alignof(UBP_AnimNotifState_MeleeCollision_C) == 0x000008, "Wrong alignment on UBP_AnimNotifState_MeleeCollision_C"); \ +static_assert(sizeof(UBP_AnimNotifState_MeleeCollision_C) == 0x000030, "Wrong size on UBP_AnimNotifState_MeleeCollision_C"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin \ +static_assert(alignof(BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin) == 0x000088, "Wrong size on BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin, EventReference) == 0x000018, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin, ReturnValue) == 0x000068, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000070, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin, K2Node_DynamicCast_AsCharacter) == 0x000078, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd \ +static_assert(alignof(BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd) == 0x000080, "Wrong size on BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd, EventReference) == 0x000010, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd, ReturnValue) == 0x000060, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000068, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd, K2Node_DynamicCast_AsCharacter) == 0x000070, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_AnimNotify_SetMovementMode_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotify_SetMovementMode_C \ +static_assert(alignof(UBP_AnimNotify_SetMovementMode_C) == 0x000008, "Wrong alignment on UBP_AnimNotify_SetMovementMode_C"); \ +static_assert(sizeof(UBP_AnimNotify_SetMovementMode_C) == 0x000038, "Wrong size on UBP_AnimNotify_SetMovementMode_C"); \ +static_assert(offsetof(UBP_AnimNotify_SetMovementMode_C, StartMovementMode) == 0x000030, "Member 'UBP_AnimNotify_SetMovementMode_C::StartMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UBP_AnimNotify_SetMovementMode_C, EndMovementMode) == 0x000031, "Member 'UBP_AnimNotify_SetMovementMode_C::EndMovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera \ +static_assert(alignof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera) == 0x000008, "Wrong alignment on CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera"); \ +static_assert(sizeof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera) == 0x001008, "Wrong size on CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, InCameraContext) == 0x000000, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, OutCameraContext) == 0x000068, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::OutCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, WorldContextOwner) == 0x0000D0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::WorldContextOwner' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, Camera_ContextOwner) == 0x0000D8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::Camera_ContextOwner' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, DeltaTime) == 0x0000E0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CameraBoom) == 0x0000E8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CameraBoom' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, Hit_R) == 0x0000F0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::Hit_R' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, Hit_L) == 0x0000F1, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::Hit_L' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, OutDistance_BL) == 0x0000F8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::OutDistance_BL' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, OutDistance_BR) == 0x000100, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::OutDistance_BR' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, OutDistance_FR) == 0x000104, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::OutDistance_FR' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, OutDistance_FL) == 0x000108, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::OutDistance_FL' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, K2Node_MakeStruct_CJCameraContext) == 0x000110, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::K2Node_MakeStruct_CJCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000178, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue) == 0x000190, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_1) == 0x000198, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_2) == 0x0001A0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x0001A8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, Temp_object_Variable) == 0x0001C0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, Temp_object_Variable_1) == 0x0001D0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, Temp_object_Variable_2) == 0x0001E0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x0001F0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_3) == 0x000208, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x000210, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, Temp_object_Variable_3) == 0x000228, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::Temp_object_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000238, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000240, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000248, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, K2Node_MakeStruct_FormatArgumentData) == 0x000250, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000298, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x0002A0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x0002A8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0002B0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0002B8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002D0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_VectorVector_ReturnValue) == 0x000318, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_FClamp_ReturnValue) == 0x000330, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_GetActorForwardVector_ReturnValue) == 0x000338, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, K2Node_MakeStruct_FormatArgumentData_2) == 0x000350, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_NegateVector_ReturnValue) == 0x000398, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_NegateVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectVector_ReturnValue) == 0x0003B0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x0003C8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_MakeRotator_ReturnValue) == 0x0003D0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_GetVelocity_ReturnValue) == 0x0003E8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000400, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_VSize_ReturnValue) == 0x000418, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000420, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_MapRangeClamped_ReturnValue) == 0x000438, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000440, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000458, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000470, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000478, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_MakeRotator_ReturnValue_1) == 0x000490, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x0004A8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_NegateVector_ReturnValue_1) == 0x0004C0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_NegateVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectVector_ReturnValue_1) == 0x0004D8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x0004F0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000508, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000520, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000538, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_VectorVector_ReturnValue_4) == 0x000550, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_GetActorForwardVector_ReturnValue_2) == 0x000568, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_GetActorForwardVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_NegateVector_ReturnValue_2) == 0x000580, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_NegateVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000598, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectVector_ReturnValue_2) == 0x0005A0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_MakeRotator_ReturnValue_2) == 0x0005B8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_GreaterGreater_VectorRotator_ReturnValue_2) == 0x0005D0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_GreaterGreater_VectorRotator_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x0005E8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_VectorVector_ReturnValue_5) == 0x000600, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000618, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000630, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_VectorVector_ReturnValue_6) == 0x000638, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_MakeRotator_ReturnValue_3) == 0x000650, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_GetActorForwardVector_ReturnValue_3) == 0x000668, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_GetActorForwardVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_NegateVector_ReturnValue_3) == 0x000680, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_NegateVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SphereTraceSingleWithWorldContext_OutHit) == 0x000698, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SphereTraceSingleWithWorldContext_OutHit' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SphereTraceSingleWithWorldContext_ReturnValue) == 0x000798, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SphereTraceSingleWithWorldContext_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectVector_ReturnValue_3) == 0x0007A0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_bBlockingHit) == 0x0007B8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_bInitialOverlap) == 0x0007B9, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Time) == 0x0007BC, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Distance) == 0x0007C0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Location) == 0x0007C8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_ImpactPoint) == 0x0007E0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Normal) == 0x0007F8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_ImpactNormal) == 0x000810, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_PhysMat) == 0x000828, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitActor) == 0x000830, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitComponent) == 0x000838, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitBoneName) == 0x000840, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_BoneName) == 0x000848, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitItem) == 0x000850, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_ElementIndex) == 0x000854, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_FaceIndex) == 0x000858, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_TraceStart) == 0x000860, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_TraceEnd) == 0x000878, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_GreaterGreater_VectorRotator_ReturnValue_3) == 0x000890, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_GreaterGreater_VectorRotator_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_4) == 0x0008A8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_VectorVector_ReturnValue_3) == 0x0008B0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_VectorVector_ReturnValue_7) == 0x0008C8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_VectorVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SphereTraceSingleWithWorldContext_OutHit_1) == 0x0008E0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SphereTraceSingleWithWorldContext_OutHit_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SphereTraceSingleWithWorldContext_ReturnValue_1) == 0x0009E0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SphereTraceSingleWithWorldContext_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SphereTraceSingleWithWorldContext_OutHit_2) == 0x0009E8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SphereTraceSingleWithWorldContext_OutHit_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SphereTraceSingleWithWorldContext_ReturnValue_2) == 0x000AE8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SphereTraceSingleWithWorldContext_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000AE9, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000AEA, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Time_1) == 0x000AEC, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Distance_1) == 0x000AF0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Location_1) == 0x000AF8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000B10, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Normal_1) == 0x000B28, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000B40, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_PhysMat_1) == 0x000B58, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitActor_1) == 0x000B60, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitComponent_1) == 0x000B68, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitBoneName_1) == 0x000B70, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_BoneName_1) == 0x000B78, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_BoneName_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitItem_1) == 0x000B80, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_ElementIndex_1) == 0x000B84, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_FaceIndex_1) == 0x000B88, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_TraceStart_1) == 0x000B90, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_TraceEnd_1) == 0x000BA8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_bBlockingHit_2) == 0x000BC0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x000BC1, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Time_2) == 0x000BC4, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Distance_2) == 0x000BC8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Location_2) == 0x000BD0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_ImpactPoint_2) == 0x000BE8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Normal_2) == 0x000C00, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_ImpactNormal_2) == 0x000C18, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_PhysMat_2) == 0x000C30, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitActor_2) == 0x000C38, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitComponent_2) == 0x000C40, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitBoneName_2) == 0x000C48, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_BoneName_2) == 0x000C50, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_BoneName_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitItem_2) == 0x000C58, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_ElementIndex_2) == 0x000C5C, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_FaceIndex_2) == 0x000C60, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_TraceStart_2) == 0x000C68, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_TraceEnd_2) == 0x000C80, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_5) == 0x000C98, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_6) == 0x000CA0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SphereTraceSingleWithWorldContext_OutHit_3) == 0x000CA8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SphereTraceSingleWithWorldContext_OutHit_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SphereTraceSingleWithWorldContext_ReturnValue_3) == 0x000DA8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SphereTraceSingleWithWorldContext_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_bBlockingHit_3) == 0x000DA9, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_bBlockingHit_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_bInitialOverlap_3) == 0x000DAA, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_bInitialOverlap_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Time_3) == 0x000DAC, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Time_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Distance_3) == 0x000DB0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Distance_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Location_3) == 0x000DB8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Location_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_ImpactPoint_3) == 0x000DD0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_ImpactPoint_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_Normal_3) == 0x000DE8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_Normal_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_ImpactNormal_3) == 0x000E00, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_ImpactNormal_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_PhysMat_3) == 0x000E18, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_PhysMat_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitActor_3) == 0x000E20, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitActor_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitComponent_3) == 0x000E28, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitComponent_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitBoneName_3) == 0x000E30, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitBoneName_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_BoneName_3) == 0x000E38, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_BoneName_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_HitItem_3) == 0x000E40, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_HitItem_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_ElementIndex_3) == 0x000E44, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_ElementIndex_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_FaceIndex_3) == 0x000E48, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_FaceIndex_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_TraceStart_3) == 0x000E50, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_TraceStart_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_BreakHitResult_TraceEnd_3) == 0x000E68, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_BreakHitResult_TraceEnd_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_7) == 0x000E80, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_ReturnValue_8) == 0x000E88, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, K2Node_MakeStruct_FormatArgumentData_3) == 0x000E90, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_ReturnValue) == 0x000ED8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, K2Node_MakeArray_Array) == 0x000EE0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Format_ReturnValue) == 0x000EF0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Conv_TextToString_ReturnValue) == 0x000F00, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast) == 0x000F10, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_1) == 0x000F18, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_2) == 0x000F20, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000F28, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_3) == 0x000F30, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000F38, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_B_ImplicitCast) == 0x000F40, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000F48, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000F50, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SetBoomLength_Length_ImplicitCast) == 0x000F58, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SetBoomLength_Length_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x000F60, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Add_DoubleDouble_B_ImplicitCast_1) == 0x000F68, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Add_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_Target_ImplicitCast) == 0x000F70, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_Target_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2) == 0x000F78, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000F80, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_B_ImplicitCast_1) == 0x000F88, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_3) == 0x000F90, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_MakeRotator_Yaw_ImplicitCast_1) == 0x000F98, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_MakeRotator_Yaw_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_B_ImplicitCast_2) == 0x000FA0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_B_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_4) == 0x000FA8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_MakeRotator_Yaw_ImplicitCast_2) == 0x000FB0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_MakeRotator_Yaw_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_B_ImplicitCast_3) == 0x000FB8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_B_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_5) == 0x000FC0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_MakeRotator_Yaw_ImplicitCast_3) == 0x000FC8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_MakeRotator_Yaw_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_A_ImplicitCast) == 0x000FD0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, K2Node_VariableSet_OutDistance_FL_ImplicitCast) == 0x000FD8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::K2Node_VariableSet_OutDistance_FL_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_A_ImplicitCast_1) == 0x000FE0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_A_ImplicitCast_2) == 0x000FE8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, K2Node_VariableSet_OutDistance_FR_ImplicitCast) == 0x000FF0, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::K2Node_VariableSet_OutDistance_FR_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_SelectFloat_A_ImplicitCast_3) == 0x000FF8, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_SelectFloat_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, K2Node_VariableSet_OutDistance_BR_ImplicitCast) == 0x001000, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::K2Node_VariableSet_OutDistance_BR_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera, CallFunc_FloatSpringInterp_Stiffness_ImplicitCast) == 0x001004, "Member 'CJCM_AdjustToEnviroSpace_C_BlueprintModifyCamera::CallFunc_FloatSpringInterp_Stiffness_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_AdjustToEnviroSpace_C \ +static_assert(alignof(UCJCM_AdjustToEnviroSpace_C) == 0x000008, "Wrong alignment on UCJCM_AdjustToEnviroSpace_C"); \ +static_assert(sizeof(UCJCM_AdjustToEnviroSpace_C) == 0x000078, "Wrong size on UCJCM_AdjustToEnviroSpace_C"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, TracingDistance) == 0x000030, "Member 'UCJCM_AdjustToEnviroSpace_C::TracingDistance' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, CurrentDistanceFactor) == 0x000034, "Member 'UCJCM_AdjustToEnviroSpace_C::CurrentDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, Spring_State) == 0x000038, "Member 'UCJCM_AdjustToEnviroSpace_C::Spring_State' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, DrawDebug) == 0x000044, "Member 'UCJCM_AdjustToEnviroSpace_C::DrawDebug' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, Radius) == 0x000048, "Member 'UCJCM_AdjustToEnviroSpace_C::Radius' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, Print_Camera_Debug) == 0x00004C, "Member 'UCJCM_AdjustToEnviroSpace_C::Print_Camera_Debug' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, Max_Camera_Pull_In) == 0x000050, "Member 'UCJCM_AdjustToEnviroSpace_C::Max_Camera_Pull_In' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, Use_Pawn_Velocity_Spring_Stiffness) == 0x000058, "Member 'UCJCM_AdjustToEnviroSpace_C::Use_Pawn_Velocity_Spring_Stiffness' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, Spring_Velocity_Speed) == 0x00005C, "Member 'UCJCM_AdjustToEnviroSpace_C::Spring_Velocity_Speed' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, Spring_Stiffness) == 0x000060, "Member 'UCJCM_AdjustToEnviroSpace_C::Spring_Stiffness' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, Spring_Mass) == 0x000068, "Member 'UCJCM_AdjustToEnviroSpace_C::Spring_Mass' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, Yaw) == 0x00006C, "Member 'UCJCM_AdjustToEnviroSpace_C::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AdjustToEnviroSpace_C, Arm_Lenght_Multiplier) == 0x000070, "Member 'UCJCM_AdjustToEnviroSpace_C::Arm_Lenght_Multiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin \ +static_assert(alignof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin) == 0x000088, "Wrong size on BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin, EventReference) == 0x000018, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin, ReturnValue) == 0x000068, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000070, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin, K2Node_DynamicCast_AsCharacter) == 0x000078, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd \ +static_assert(alignof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd) == 0x000080, "Wrong size on BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd, EventReference) == 0x000010, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd, ReturnValue) == 0x000060, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000068, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd, K2Node_DynamicCast_AsCharacter) == 0x000070, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_AnimNotifState_NPC_MeleeCollision_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotifState_NPC_MeleeCollision_C \ +static_assert(alignof(UBP_AnimNotifState_NPC_MeleeCollision_C) == 0x000008, "Wrong alignment on UBP_AnimNotifState_NPC_MeleeCollision_C"); \ +static_assert(sizeof(UBP_AnimNotifState_NPC_MeleeCollision_C) == 0x000030, "Wrong size on UBP_AnimNotifState_NPC_MeleeCollision_C"); \ + +#define DUMPER7_ASSERTS_BP_ReleaseLogic_ChaseAttack_C_Initialize \ +static_assert(alignof(BP_ReleaseLogic_ChaseAttack_C_Initialize) == 0x000008, "Wrong alignment on BP_ReleaseLogic_ChaseAttack_C_Initialize"); \ +static_assert(sizeof(BP_ReleaseLogic_ChaseAttack_C_Initialize) == 0x000040, "Wrong size on BP_ReleaseLogic_ChaseAttack_C_Initialize"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_Initialize, World) == 0x000000, "Member 'BP_ReleaseLogic_ChaseAttack_C_Initialize::World' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_Initialize, TokenHolder_0) == 0x000008, "Member 'BP_ReleaseLogic_ChaseAttack_C_Initialize::TokenHolder_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_Initialize, TokenProvider) == 0x000010, "Member 'BP_ReleaseLogic_ChaseAttack_C_Initialize::TokenProvider' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_Initialize, CallFunc_GetAIController_ReturnValue) == 0x000018, "Member 'BP_ReleaseLogic_ChaseAttack_C_Initialize::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_Initialize, K2Node_DynamicCast_AsNPCAIController) == 0x000020, "Member 'BP_ReleaseLogic_ChaseAttack_C_Initialize::K2Node_DynamicCast_AsNPCAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_Initialize, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_ReleaseLogic_ChaseAttack_C_Initialize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_Initialize, CallFunc_GetPlayingInstance_ReturnValue) == 0x000030, "Member 'BP_ReleaseLogic_ChaseAttack_C_Initialize::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_Initialize, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x000038, "Member 'BP_ReleaseLogic_ChaseAttack_C_Initialize::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken \ +static_assert(alignof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken) == 0x000008, "Wrong alignment on BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken"); \ +static_assert(sizeof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken) == 0x0000B0, "Wrong size on BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, TokenHolder_0) == 0x000000, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::TokenHolder_0' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, TokenProvider) == 0x000008, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::TokenProvider' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, MetaData) == 0x000010, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::MetaData' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, ReturnValue) == 0x000011, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000048, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_GetPlayingInstance_ReturnValue) == 0x000058, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_GetWorldTimeSeconds_ReturnValue) == 0x000060, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_GetWorldTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_SelectFloat_ReturnValue) == 0x000078, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000080, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000088, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000098, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'BP_ReleaseLogic_ChaseAttack_C_ShouldReleaseToken::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ReleaseLogic_ChaseAttack_C \ +static_assert(alignof(UBP_ReleaseLogic_ChaseAttack_C) == 0x000008, "Wrong alignment on UBP_ReleaseLogic_ChaseAttack_C"); \ +static_assert(sizeof(UBP_ReleaseLogic_ChaseAttack_C) == 0x000080, "Wrong size on UBP_ReleaseLogic_ChaseAttack_C"); \ +static_assert(offsetof(UBP_ReleaseLogic_ChaseAttack_C, AttackTimeStamp) == 0x000030, "Member 'UBP_ReleaseLogic_ChaseAttack_C::AttackTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_ChaseAttack_C, GracePeriod) == 0x000038, "Member 'UBP_ReleaseLogic_ChaseAttack_C::GracePeriod' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_ChaseAttack_C, AttackTimeoutMin) == 0x000040, "Member 'UBP_ReleaseLogic_ChaseAttack_C::AttackTimeoutMin' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_ChaseAttack_C, AttackTimeoutMax) == 0x000048, "Member 'UBP_ReleaseLogic_ChaseAttack_C::AttackTimeoutMax' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_ChaseAttack_C, AttackTimeoutTime) == 0x000050, "Member 'UBP_ReleaseLogic_ChaseAttack_C::AttackTimeoutTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_ChaseAttack_C, TokenHolder) == 0x000058, "Member 'UBP_ReleaseLogic_ChaseAttack_C::TokenHolder' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_ChaseAttack_C, As_NPCAIController) == 0x000060, "Member 'UBP_ReleaseLogic_ChaseAttack_C::As_NPCAIController' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_ChaseAttack_C, AcquisitionTimeStamp) == 0x000068, "Member 'UBP_ReleaseLogic_ChaseAttack_C::AcquisitionTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_ChaseAttack_C, MaxRange) == 0x000070, "Member 'UBP_ReleaseLogic_ChaseAttack_C::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UBP_ReleaseLogic_ChaseAttack_C, MaxTime) == 0x000078, "Member 'UBP_ReleaseLogic_ChaseAttack_C::MaxTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_LocomotionCore_C_Locomotion_Cycle_Layer \ +static_assert(alignof(ALI_LocomotionCore_C_Locomotion_Cycle_Layer) == 0x000008, "Wrong alignment on ALI_LocomotionCore_C_Locomotion_Cycle_Layer"); \ +static_assert(sizeof(ALI_LocomotionCore_C_Locomotion_Cycle_Layer) == 0x000020, "Wrong size on ALI_LocomotionCore_C_Locomotion_Cycle_Layer"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Cycle_Layer, InPose) == 0x000000, "Member 'ALI_LocomotionCore_C_Locomotion_Cycle_Layer::InPose' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Cycle_Layer, Locomotion_Cycle_Layer_0) == 0x000010, "Member 'ALI_LocomotionCore_C_Locomotion_Cycle_Layer::Locomotion_Cycle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_LocomotionCore_C_Locomotion_Idle_Layer \ +static_assert(alignof(ALI_LocomotionCore_C_Locomotion_Idle_Layer) == 0x000008, "Wrong alignment on ALI_LocomotionCore_C_Locomotion_Idle_Layer"); \ +static_assert(sizeof(ALI_LocomotionCore_C_Locomotion_Idle_Layer) == 0x000010, "Wrong size on ALI_LocomotionCore_C_Locomotion_Idle_Layer"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Idle_Layer, Locomotion_Idle_Layer_0) == 0x000000, "Member 'ALI_LocomotionCore_C_Locomotion_Idle_Layer::Locomotion_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_LocomotionCore_C_Locomotion_Pivot_Layer \ +static_assert(alignof(ALI_LocomotionCore_C_Locomotion_Pivot_Layer) == 0x000008, "Wrong alignment on ALI_LocomotionCore_C_Locomotion_Pivot_Layer"); \ +static_assert(sizeof(ALI_LocomotionCore_C_Locomotion_Pivot_Layer) == 0x000020, "Wrong size on ALI_LocomotionCore_C_Locomotion_Pivot_Layer"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Pivot_Layer, InPose_0) == 0x000000, "Member 'ALI_LocomotionCore_C_Locomotion_Pivot_Layer::InPose_0' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Pivot_Layer, Locomotion_Pivot_Layer_0) == 0x000010, "Member 'ALI_LocomotionCore_C_Locomotion_Pivot_Layer::Locomotion_Pivot_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_LocomotionCore_C_Locomotion_Start_Layer \ +static_assert(alignof(ALI_LocomotionCore_C_Locomotion_Start_Layer) == 0x000008, "Wrong alignment on ALI_LocomotionCore_C_Locomotion_Start_Layer"); \ +static_assert(sizeof(ALI_LocomotionCore_C_Locomotion_Start_Layer) == 0x000040, "Wrong size on ALI_LocomotionCore_C_Locomotion_Start_Layer"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Start_Layer, START_Unused) == 0x000000, "Member 'ALI_LocomotionCore_C_Locomotion_Start_Layer::START_Unused' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Start_Layer, START_LocalAccelerationAngle) == 0x000010, "Member 'ALI_LocomotionCore_C_Locomotion_Start_Layer::START_LocalAccelerationAngle' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Start_Layer, START_Displacement) == 0x000018, "Member 'ALI_LocomotionCore_C_Locomotion_Start_Layer::START_Displacement' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Start_Layer, START_Speed) == 0x000020, "Member 'ALI_LocomotionCore_C_Locomotion_Start_Layer::START_Speed' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Start_Layer, START_AllowDistanceMatching) == 0x000028, "Member 'ALI_LocomotionCore_C_Locomotion_Start_Layer::START_AllowDistanceMatching' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Start_Layer, START_Gait) == 0x000029, "Member 'ALI_LocomotionCore_C_Locomotion_Start_Layer::START_Gait' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Start_Layer, Locomotion_Start_Layer_0) == 0x000030, "Member 'ALI_LocomotionCore_C_Locomotion_Start_Layer::Locomotion_Start_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_LocomotionCore_C_Locomotion_Stop_Layer \ +static_assert(alignof(ALI_LocomotionCore_C_Locomotion_Stop_Layer) == 0x000008, "Wrong alignment on ALI_LocomotionCore_C_Locomotion_Stop_Layer"); \ +static_assert(sizeof(ALI_LocomotionCore_C_Locomotion_Stop_Layer) == 0x000048, "Wrong size on ALI_LocomotionCore_C_Locomotion_Stop_Layer"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Stop_Layer, STOP_Unused) == 0x000000, "Member 'ALI_LocomotionCore_C_Locomotion_Stop_Layer::STOP_Unused' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Stop_Layer, STOP_StoppingDistance) == 0x000010, "Member 'ALI_LocomotionCore_C_Locomotion_Stop_Layer::STOP_StoppingDistance' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Stop_Layer, STOP_FootPhaseSyncPos) == 0x000018, "Member 'ALI_LocomotionCore_C_Locomotion_Stop_Layer::STOP_FootPhaseSyncPos' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Stop_Layer, STOP_CycleGait) == 0x00002C, "Member 'ALI_LocomotionCore_C_Locomotion_Stop_Layer::STOP_CycleGait' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Stop_Layer, STOP_AllowDistanceMatching) == 0x00002D, "Member 'ALI_LocomotionCore_C_Locomotion_Stop_Layer::STOP_AllowDistanceMatching' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Stop_Layer, STOP_Speed) == 0x000030, "Member 'ALI_LocomotionCore_C_Locomotion_Stop_Layer::STOP_Speed' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_Stop_Layer, Locomotion_Stop_Layer_0) == 0x000038, "Member 'ALI_LocomotionCore_C_Locomotion_Stop_Layer::Locomotion_Stop_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer \ +static_assert(alignof(ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer) == 0x000008, "Wrong alignment on ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer"); \ +static_assert(sizeof(ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer) == 0x000030, "Wrong size on ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer, TIP_Unused) == 0x000000, "Member 'ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer::TIP_Unused' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer, TIP_LocalTargetAngle) == 0x000010, "Member 'ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer::TIP_LocalTargetAngle' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer, TIP_ForceReselect) == 0x000018, "Member 'ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer::TIP_ForceReselect' has a wrong offset!"); \ +static_assert(offsetof(ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer, Locomotion_TurnInPlace_Layer_0) == 0x000020, "Member 'ALI_LocomotionCore_C_Locomotion_TurnInPlace_Layer::Locomotion_TurnInPlace_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IALI_LocomotionCore_C \ +static_assert(alignof(IALI_LocomotionCore_C) == 0x000001, "Wrong alignment on IALI_LocomotionCore_C"); \ +static_assert(sizeof(IALI_LocomotionCore_C) == 0x000001, "Wrong size on IALI_LocomotionCore_C"); \ + +#define DUMPER7_ASSERTS_MCD_TargetEngage_C_CalculateBoolValue \ +static_assert(alignof(MCD_TargetEngage_C_CalculateBoolValue) == 0x000008, "Wrong alignment on MCD_TargetEngage_C_CalculateBoolValue"); \ +static_assert(sizeof(MCD_TargetEngage_C_CalculateBoolValue) == 0x000200, "Wrong size on MCD_TargetEngage_C_CalculateBoolValue"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, Controller) == 0x000000, "Member 'MCD_TargetEngage_C_CalculateBoolValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, DeltaTime) == 0x000008, "Member 'MCD_TargetEngage_C_CalculateBoolValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, OutValue) == 0x00000C, "Member 'MCD_TargetEngage_C_CalculateBoolValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, InRangeThreshold) == 0x000010, "Member 'MCD_TargetEngage_C_CalculateBoolValue::InRangeThreshold' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, VelocityFactor) == 0x000018, "Member 'MCD_TargetEngage_C_CalculateBoolValue::VelocityFactor' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, BaseDistanceThreshold) == 0x000020, "Member 'MCD_TargetEngage_C_CalculateBoolValue::BaseDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, K2Node_MakeArray_Array) == 0x000028, "Member 'MCD_TargetEngage_C_CalculateBoolValue::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_BP_GetActiveTarget_ReturnValue) == 0x000038, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_BP_GetActiveTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_MakeGameplayTagContainerFromArray_ReturnValue) == 0x0000A8, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_MakeGameplayTagContainerFromArray_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_IsValidTarget_ReturnValue) == 0x0000C8, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_IsValidTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, K2Node_DynamicCast_AsCJCharacter) == 0x0000D0, "Member 'MCD_TargetEngage_C_CalculateBoolValue::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'MCD_TargetEngage_C_CalculateBoolValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput) == 0x0000E0, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue) == 0x0000F0, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_GetVelocity_ReturnValue) == 0x0000F8, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_GetCalculatedValueBool_Output) == 0x000110, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_GetCalculatedValueBool_Output' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_GetCalculatedValueBool_ReturnValue) == 0x000111, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_GetCalculatedValueBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_VSize_ReturnValue) == 0x000118, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_BooleanAND_ReturnValue) == 0x000120, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_Normal_ReturnValue) == 0x000128, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_GetVelocityClampValue_ReturnValue) == 0x000140, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_GetVelocityClampValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_K2_GetPawn_ReturnValue) == 0x000148, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_FClamp_ReturnValue) == 0x000150, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x000158, "Member 'MCD_TargetEngage_C_CalculateBoolValue::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, K2Node_DynamicCast_bSuccess_1) == 0x000168, "Member 'MCD_TargetEngage_C_CalculateBoolValue::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_GetDistanceTo_ReturnValue) == 0x00016C, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_HasAnyMatchingGameplayTags_ReturnValue) == 0x000170, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_HasAnyMatchingGameplayTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_GetActorForwardVector_ReturnValue) == 0x000178, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_Dot_VectorVector_ReturnValue) == 0x000190, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000198, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_Abs_ReturnValue) == 0x0001A0, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_SelectFloat_ReturnValue) == 0x0001A8, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, Temp_bool_Variable) == 0x0001B0, "Member 'MCD_TargetEngage_C_CalculateBoolValue::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001B8, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0001C0, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_SelectFloat_ReturnValue_1) == 0x0001C8, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0001D0, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0001D8, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0001E0, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x0001E1, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_FClamp_Max_ImplicitCast) == 0x0001E8, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_FClamp_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x0001F0, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_CalculateBoolValue, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x0001F8, "Member 'MCD_TargetEngage_C_CalculateBoolValue::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MCD_TargetEngage_C_GetVelocityClampValue \ +static_assert(alignof(MCD_TargetEngage_C_GetVelocityClampValue) == 0x000008, "Wrong alignment on MCD_TargetEngage_C_GetVelocityClampValue"); \ +static_assert(sizeof(MCD_TargetEngage_C_GetVelocityClampValue) == 0x000020, "Wrong size on MCD_TargetEngage_C_GetVelocityClampValue"); \ +static_assert(offsetof(MCD_TargetEngage_C_GetVelocityClampValue, Target) == 0x000000, "Member 'MCD_TargetEngage_C_GetVelocityClampValue::Target' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_GetVelocityClampValue, ReturnValue) == 0x000008, "Member 'MCD_TargetEngage_C_GetVelocityClampValue::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_GetVelocityClampValue, Temp_byte_Variable) == 0x00000C, "Member 'MCD_TargetEngage_C_GetVelocityClampValue::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_GetVelocityClampValue, CallFunc_GetCJMovementComponent_ReturnValue) == 0x000010, "Member 'MCD_TargetEngage_C_GetVelocityClampValue::CallFunc_GetCJMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_GetVelocityClampValue, Temp_real_Variable) == 0x000018, "Member 'MCD_TargetEngage_C_GetVelocityClampValue::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_GetVelocityClampValue, K2Node_Select_Default) == 0x00001C, "Member 'MCD_TargetEngage_C_GetVelocityClampValue::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MCD_TargetEngage_C_VisLog \ +static_assert(alignof(MCD_TargetEngage_C_VisLog) == 0x000008, "Wrong alignment on MCD_TargetEngage_C_VisLog"); \ +static_assert(sizeof(MCD_TargetEngage_C_VisLog) == 0x000138, "Wrong size on MCD_TargetEngage_C_VisLog"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, Value) == 0x000000, "Member 'MCD_TargetEngage_C_VisLog::Value' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, Target) == 0x000008, "Member 'MCD_TargetEngage_C_VisLog::Target' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, ControlledPawn) == 0x000010, "Member 'MCD_TargetEngage_C_VisLog::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, DistanceToTarget) == 0x000018, "Member 'MCD_TargetEngage_C_VisLog::DistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, TargetSpeed) == 0x000020, "Member 'MCD_TargetEngage_C_VisLog::TargetSpeed' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, TargetValocity) == 0x000028, "Member 'MCD_TargetEngage_C_VisLog::TargetValocity' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000040, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_Conv_DoubleToString_ReturnValue_1) == 0x000050, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_Conv_DoubleToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000060, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000078, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_Conv_BoolToString_ReturnValue) == 0x000090, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000A0, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B8, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000C8, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000E0, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_Add_VectorVector_ReturnValue) == 0x0000F0, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000108, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000118, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(MCD_TargetEngage_C_VisLog, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000128, "Member 'MCD_TargetEngage_C_VisLog::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMCD_TargetEngage_C \ +static_assert(alignof(UMCD_TargetEngage_C) == 0x000008, "Wrong alignment on UMCD_TargetEngage_C"); \ +static_assert(sizeof(UMCD_TargetEngage_C) == 0x000030, "Wrong size on UMCD_TargetEngage_C"); \ + +#define DUMPER7_ASSERTS_BP_NPCConfidencePrototype_C_AdjustRecoveryMultiplier \ +static_assert(alignof(BP_NPCConfidencePrototype_C_AdjustRecoveryMultiplier) == 0x000008, "Wrong alignment on BP_NPCConfidencePrototype_C_AdjustRecoveryMultiplier"); \ +static_assert(sizeof(BP_NPCConfidencePrototype_C_AdjustRecoveryMultiplier) == 0x000018, "Wrong size on BP_NPCConfidencePrototype_C_AdjustRecoveryMultiplier"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_AdjustRecoveryMultiplier, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000000, "Member 'BP_NPCConfidencePrototype_C_AdjustRecoveryMultiplier::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_AdjustRecoveryMultiplier, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_NPCConfidencePrototype_C_AdjustRecoveryMultiplier::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_AdjustRecoveryMultiplier, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_NPCConfidencePrototype_C_AdjustRecoveryMultiplier::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype \ +static_assert(alignof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype) == 0x000008, "Wrong alignment on BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype"); \ +static_assert(sizeof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype) == 0x000118, "Wrong size on BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, EntryPoint) == 0x000000, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_UpdateHealthRatio_HealthDeltaNormalized) == 0x000020, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_UpdateHealthRatio_HealthDeltaNormalized' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000030, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, K2Node_DynamicCast_AsCJCharacter) == 0x000038, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000048, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, K2Node_DynamicCast_AsNPCMelee_Component) == 0x000058, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::K2Node_DynamicCast_AsNPCMelee_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_NormalizeToRange_ReturnValue) == 0x000068, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_FClamp_ReturnValue) == 0x000070, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000078, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_GetGameTimeInSeconds_ReturnValue_1) == 0x000080, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_GetGameTimeInSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_GetOwner_ReturnValue_1) == 0x000088, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x000090, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, K2Node_DynamicCast_AsCJCharacter_1) == 0x000098, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::K2Node_DynamicCast_AsCJCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, K2Node_DynamicCast_bSuccess_2) == 0x0000A0, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_NormalizeToRange_ReturnValue_1) == 0x0000A8, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_NormalizeToRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_GetHealth_ReturnValue) == 0x0000B0, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_FClamp_ReturnValue_1) == 0x0000B8, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000C0, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000C8, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_BooleanAND_ReturnValue) == 0x0000D0, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_FClamp_ReturnValue_2) == 0x0000D8, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0000E0, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_HasPauseTimerExpired_ReturnValue) == 0x0000E8, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_HasPauseTimerExpired_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0000F0, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_FClamp_ReturnValue_3) == 0x0000F8, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_FClamp_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_FInterpTo_ReturnValue) == 0x000100, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_FClamp_ReturnValue_4) == 0x000108, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_FClamp_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000110, "Member 'BP_NPCConfidencePrototype_C_ExecuteUbergraph_BP_NPCConfidencePrototype::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCConfidencePrototype_C_HasPauseTimerExpired \ +static_assert(alignof(BP_NPCConfidencePrototype_C_HasPauseTimerExpired) == 0x000008, "Wrong alignment on BP_NPCConfidencePrototype_C_HasPauseTimerExpired"); \ +static_assert(sizeof(BP_NPCConfidencePrototype_C_HasPauseTimerExpired) == 0x000020, "Wrong size on BP_NPCConfidencePrototype_C_HasPauseTimerExpired"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_HasPauseTimerExpired, ReturnValue) == 0x000000, "Member 'BP_NPCConfidencePrototype_C_HasPauseTimerExpired::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_HasPauseTimerExpired, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000008, "Member 'BP_NPCConfidencePrototype_C_HasPauseTimerExpired::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_HasPauseTimerExpired, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_NPCConfidencePrototype_C_HasPauseTimerExpired::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_HasPauseTimerExpired, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_NPCConfidencePrototype_C_HasPauseTimerExpired::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCConfidencePrototype_C_OnAllyDowned \ +static_assert(alignof(BP_NPCConfidencePrototype_C_OnAllyDowned) == 0x000008, "Wrong alignment on BP_NPCConfidencePrototype_C_OnAllyDowned"); \ +static_assert(sizeof(BP_NPCConfidencePrototype_C_OnAllyDowned) == 0x000008, "Wrong size on BP_NPCConfidencePrototype_C_OnAllyDowned"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_OnAllyDowned, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000000, "Member 'BP_NPCConfidencePrototype_C_OnAllyDowned::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCConfidencePrototype_C_OnAttackCompleted \ +static_assert(alignof(BP_NPCConfidencePrototype_C_OnAttackCompleted) == 0x000008, "Wrong alignment on BP_NPCConfidencePrototype_C_OnAttackCompleted"); \ +static_assert(sizeof(BP_NPCConfidencePrototype_C_OnAttackCompleted) == 0x000018, "Wrong size on BP_NPCConfidencePrototype_C_OnAttackCompleted"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_OnAttackCompleted, Result) == 0x000000, "Member 'BP_NPCConfidencePrototype_C_OnAttackCompleted::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_OnAttackCompleted, K2Node_SwitchEnum_CmpSuccess) == 0x00000C, "Member 'BP_NPCConfidencePrototype_C_OnAttackCompleted::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_OnAttackCompleted, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000010, "Member 'BP_NPCConfidencePrototype_C_OnAttackCompleted::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCConfidencePrototype_C_OnTargetted \ +static_assert(alignof(BP_NPCConfidencePrototype_C_OnTargetted) == 0x000008, "Wrong alignment on BP_NPCConfidencePrototype_C_OnTargetted"); \ +static_assert(sizeof(BP_NPCConfidencePrototype_C_OnTargetted) == 0x000028, "Wrong size on BP_NPCConfidencePrototype_C_OnTargetted"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_OnTargetted, ActionHandler) == 0x000000, "Member 'BP_NPCConfidencePrototype_C_OnTargetted::ActionHandler' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_OnTargetted, Instigator) == 0x000008, "Member 'BP_NPCConfidencePrototype_C_OnTargetted::Instigator' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_OnTargetted, Action) == 0x000010, "Member 'BP_NPCConfidencePrototype_C_OnTargetted::Action' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_OnTargetted, ID) == 0x000018, "Member 'BP_NPCConfidencePrototype_C_OnTargetted::ID' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_OnTargetted, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x00001C, "Member 'BP_NPCConfidencePrototype_C_OnTargetted::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_OnTargetted, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x00001D, "Member 'BP_NPCConfidencePrototype_C_OnTargetted::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_OnTargetted, CallFunc_BooleanOR_ReturnValue) == 0x00001E, "Member 'BP_NPCConfidencePrototype_C_OnTargetted::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_OnTargetted, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000020, "Member 'BP_NPCConfidencePrototype_C_OnTargetted::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCConfidencePrototype_C_ReceiveTick \ +static_assert(alignof(BP_NPCConfidencePrototype_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_NPCConfidencePrototype_C_ReceiveTick"); \ +static_assert(sizeof(BP_NPCConfidencePrototype_C_ReceiveTick) == 0x000004, "Wrong size on BP_NPCConfidencePrototype_C_ReceiveTick"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_NPCConfidencePrototype_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCConfidencePrototype_C_ReduceConfidence \ +static_assert(alignof(BP_NPCConfidencePrototype_C_ReduceConfidence) == 0x000008, "Wrong alignment on BP_NPCConfidencePrototype_C_ReduceConfidence"); \ +static_assert(sizeof(BP_NPCConfidencePrototype_C_ReduceConfidence) == 0x000018, "Wrong size on BP_NPCConfidencePrototype_C_ReduceConfidence"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ReduceConfidence, Amount) == 0x000000, "Member 'BP_NPCConfidencePrototype_C_ReduceConfidence::Amount' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ReduceConfidence, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_NPCConfidencePrototype_C_ReduceConfidence::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_ReduceConfidence, CallFunc_FClamp_ReturnValue) == 0x000010, "Member 'BP_NPCConfidencePrototype_C_ReduceConfidence::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NPCConfidencePrototype_C_UpdateHealthRatio \ +static_assert(alignof(BP_NPCConfidencePrototype_C_UpdateHealthRatio) == 0x000008, "Wrong alignment on BP_NPCConfidencePrototype_C_UpdateHealthRatio"); \ +static_assert(sizeof(BP_NPCConfidencePrototype_C_UpdateHealthRatio) == 0x0000E8, "Wrong size on BP_NPCConfidencePrototype_C_UpdateHealthRatio"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, HealthDeltaNormalized) == 0x000000, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::HealthDeltaNormalized' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, CallFunc_GetAIController_ReturnValue) == 0x000010, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, K2Node_DynamicCast_AsCJCharacter) == 0x000018, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, K2Node_DynamicCast_AsNPCAIController) == 0x000028, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::K2Node_DynamicCast_AsNPCAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, CallFunc_BP_GetActiveTarget_ReturnValue) == 0x000038, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::CallFunc_BP_GetActiveTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, CallFunc_GetHealthPercentage_ReturnValue) == 0x0000A8, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, CallFunc_HasTarget_ReturnValue) == 0x0000AC, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::CallFunc_HasTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, K2Node_DynamicCast_AsCJCharacter_1) == 0x0000B0, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::K2Node_DynamicCast_AsCJCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, K2Node_DynamicCast_bSuccess_2) == 0x0000B8, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, CallFunc_GetHealthPercentage_ReturnValue_1) == 0x0000BC, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::CallFunc_GetHealthPercentage_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000C0, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, CallFunc_SafeDivide_ReturnValue) == 0x0000C8, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000D0, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x0000D8, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_NPCConfidencePrototype_C_UpdateHealthRatio, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x0000E0, "Member 'BP_NPCConfidencePrototype_C_UpdateHealthRatio::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_NPCConfidencePrototype_C \ +static_assert(alignof(UBP_NPCConfidencePrototype_C) == 0x000008, "Wrong alignment on UBP_NPCConfidencePrototype_C"); \ +static_assert(sizeof(UBP_NPCConfidencePrototype_C) == 0x000130, "Wrong size on UBP_NPCConfidencePrototype_C"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, UberGraphFrame) == 0x0000C0, "Member 'UBP_NPCConfidencePrototype_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, Confidence) == 0x0000C8, "Member 'UBP_NPCConfidencePrototype_C::Confidence' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, LastSuccessfulAttackTime) == 0x0000D0, "Member 'UBP_NPCConfidencePrototype_C::LastSuccessfulAttackTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, LastDamageTime) == 0x0000D8, "Member 'UBP_NPCConfidencePrototype_C::LastDamageTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, ConfidenceRecoveryPauseTimeStamp) == 0x0000E0, "Member 'UBP_NPCConfidencePrototype_C::ConfidenceRecoveryPauseTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, RecoveryPauseTime) == 0x0000E8, "Member 'UBP_NPCConfidencePrototype_C::RecoveryPauseTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, ConfidenceRecoveryMultiplier) == 0x0000F0, "Member 'UBP_NPCConfidencePrototype_C::ConfidenceRecoveryMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, RecoveryMultiplierTimestamp) == 0x0000F8, "Member 'UBP_NPCConfidencePrototype_C::RecoveryMultiplierTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, AllyDownConfidenceDropDuration) == 0x000100, "Member 'UBP_NPCConfidencePrototype_C::AllyDownConfidenceDropDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, OnHitConfidenceReduction) == 0x000108, "Member 'UBP_NPCConfidencePrototype_C::OnHitConfidenceReduction' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, OnParryEvadeConfidenceReduction) == 0x000110, "Member 'UBP_NPCConfidencePrototype_C::OnParryEvadeConfidenceReduction' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, OnMissConfidenceReduction) == 0x000118, "Member 'UBP_NPCConfidencePrototype_C::OnMissConfidenceReduction' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, OnAllyDownConfidenceReduction) == 0x000120, "Member 'UBP_NPCConfidencePrototype_C::OnAllyDownConfidenceReduction' has a wrong offset!"); \ +static_assert(offsetof(UBP_NPCConfidencePrototype_C, OnAllyDownRecoveryReduction) == 0x000128, "Member 'UBP_NPCConfidencePrototype_C::OnAllyDownRecoveryReduction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MCD_Confidence_C_CalculateFloatValue \ +static_assert(alignof(MCD_Confidence_C_CalculateFloatValue) == 0x000008, "Wrong alignment on MCD_Confidence_C_CalculateFloatValue"); \ +static_assert(sizeof(MCD_Confidence_C_CalculateFloatValue) == 0x000088, "Wrong size on MCD_Confidence_C_CalculateFloatValue"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, Controller) == 0x000000, "Member 'MCD_Confidence_C_CalculateFloatValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, DeltaTime) == 0x000008, "Member 'MCD_Confidence_C_CalculateFloatValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, OutValue) == 0x00000C, "Member 'MCD_Confidence_C_CalculateFloatValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, ConfidenceComponentLocal) == 0x000010, "Member 'MCD_Confidence_C_CalculateFloatValue::ConfidenceComponentLocal' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, NPCMeleeComponentLocal) == 0x000018, "Member 'MCD_Confidence_C_CalculateFloatValue::NPCMeleeComponentLocal' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, TargetCharacterLocal) == 0x000020, "Member 'MCD_Confidence_C_CalculateFloatValue::TargetCharacterLocal' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, SelfCharacterLocal) == 0x000028, "Member 'MCD_Confidence_C_CalculateFloatValue::SelfCharacterLocal' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput) == 0x000030, "Member 'MCD_Confidence_C_CalculateFloatValue::CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue) == 0x000040, "Member 'MCD_Confidence_C_CalculateFloatValue::CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, CallFunc_K2_GetPawn_ReturnValue) == 0x000048, "Member 'MCD_Confidence_C_CalculateFloatValue::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, CallFunc_GetCalculatedValueFloat_Output) == 0x000050, "Member 'MCD_Confidence_C_CalculateFloatValue::CallFunc_GetCalculatedValueFloat_Output' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, CallFunc_GetCalculatedValueFloat_ReturnValue) == 0x000054, "Member 'MCD_Confidence_C_CalculateFloatValue::CallFunc_GetCalculatedValueFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, K2Node_DynamicCast_AsCJCharacter) == 0x000058, "Member 'MCD_Confidence_C_CalculateFloatValue::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'MCD_Confidence_C_CalculateFloatValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000061, "Member 'MCD_Confidence_C_CalculateFloatValue::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, CallFunc_GetComponentByClass_ReturnValue) == 0x000068, "Member 'MCD_Confidence_C_CalculateFloatValue::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'MCD_Confidence_C_CalculateFloatValue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, CallFunc_GetCalculatedValueFloat_Output_1) == 0x000074, "Member 'MCD_Confidence_C_CalculateFloatValue::CallFunc_GetCalculatedValueFloat_Output_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, CallFunc_GetCalculatedValueFloat_ReturnValue_1) == 0x000078, "Member 'MCD_Confidence_C_CalculateFloatValue::CallFunc_GetCalculatedValueFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, K2Node_FunctionResult_OutValue_ImplicitCast) == 0x00007C, "Member 'MCD_Confidence_C_CalculateFloatValue::K2Node_FunctionResult_OutValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(MCD_Confidence_C_CalculateFloatValue, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000080, "Member 'MCD_Confidence_C_CalculateFloatValue::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMCD_Confidence_C \ +static_assert(alignof(UMCD_Confidence_C) == 0x000008, "Wrong alignment on UMCD_Confidence_C"); \ +static_assert(sizeof(UMCD_Confidence_C) == 0x000170, "Wrong size on UMCD_Confidence_C"); \ +static_assert(offsetof(UMCD_Confidence_C, BaseConfidence) == 0x000030, "Member 'UMCD_Confidence_C::BaseConfidence' has a wrong offset!"); \ +static_assert(offsetof(UMCD_Confidence_C, HitRatioFactor) == 0x000038, "Member 'UMCD_Confidence_C::HitRatioFactor' has a wrong offset!"); \ +static_assert(offsetof(UMCD_Confidence_C, HitStreakFactor) == 0x000040, "Member 'UMCD_Confidence_C::HitStreakFactor' has a wrong offset!"); \ +static_assert(offsetof(UMCD_Confidence_C, HealthFactor) == 0x000048, "Member 'UMCD_Confidence_C::HealthFactor' has a wrong offset!"); \ +static_assert(offsetof(UMCD_Confidence_C, UnalteredCOnfidence) == 0x000050, "Member 'UMCD_Confidence_C::UnalteredCOnfidence' has a wrong offset!"); \ +static_assert(offsetof(UMCD_Confidence_C, GrowthRate) == 0x000058, "Member 'UMCD_Confidence_C::GrowthRate' has a wrong offset!"); \ +static_assert(offsetof(UMCD_Confidence_C, PositiveCurve) == 0x000060, "Member 'UMCD_Confidence_C::PositiveCurve' has a wrong offset!"); \ +static_assert(offsetof(UMCD_Confidence_C, NegativeCurve) == 0x0000E8, "Member 'UMCD_Confidence_C::NegativeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Camera_Shake_BulletHit_C \ +static_assert(alignof(UBP_Camera_Shake_BulletHit_C) == 0x000010, "Wrong alignment on UBP_Camera_Shake_BulletHit_C"); \ +static_assert(sizeof(UBP_Camera_Shake_BulletHit_C) == 0x0000E0, "Wrong size on UBP_Camera_Shake_BulletHit_C"); \ + +#define DUMPER7_ASSERTS_UDmgTypeBP_Physics_Heavy_C \ +static_assert(alignof(UDmgTypeBP_Physics_Heavy_C) == 0x000008, "Wrong alignment on UDmgTypeBP_Physics_Heavy_C"); \ +static_assert(sizeof(UDmgTypeBP_Physics_Heavy_C) == 0x000048, "Wrong size on UDmgTypeBP_Physics_Heavy_C"); \ + +#define DUMPER7_ASSERTS_WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem \ +static_assert(alignof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem) == 0x000010, "Wrong alignment on WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem"); \ +static_assert(sizeof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem) == 0x000D30, "Wrong size on WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem"); \ +static_assert(offsetof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem, EntryPoint) == 0x000000, "Member 'WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem, K2Node_CustomEvent_ItemIcon) == 0x000008, "Member 'WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem::K2Node_CustomEvent_ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem, K2Node_CustomEvent_ItemName) == 0x000010, "Member 'WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem::K2Node_CustomEvent_ItemName' has a wrong offset!"); \ +static_assert(offsetof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem, K2Node_MakeStruct_SlateBrush) == 0x000020, "Member 'WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem, K2Node_MakeStruct_ButtonStyle) == 0x0000D0, "Member 'WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem, K2Node_MakeStruct_SlateBrush_1) == 0x000460, "Member 'WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem, K2Node_MakeStruct_SlateColor) == 0x000510, "Member 'WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem, K2Node_MakeStruct_ButtonStyle_1) == 0x000530, "Member 'WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem::K2Node_MakeStruct_ButtonStyle_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem, K2Node_MakeStruct_SlateColor_1) == 0x0008C0, "Member 'WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem, K2Node_MakeStruct_SlateColor_2) == 0x0008D4, "Member 'WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem, K2Node_MakeStruct_SlateBrush_2) == 0x0008F0, "Member 'WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem::K2Node_MakeStruct_SlateBrush_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem, K2Node_MakeStruct_ButtonStyle_2) == 0x0009A0, "Member 'WBP_UsableItem_C_ExecuteUbergraph_WBP_UsableItem::K2Node_MakeStruct_ButtonStyle_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_UsableItem_C_OnSwitchItem \ +static_assert(alignof(WBP_UsableItem_C_OnSwitchItem) == 0x000008, "Wrong alignment on WBP_UsableItem_C_OnSwitchItem"); \ +static_assert(sizeof(WBP_UsableItem_C_OnSwitchItem) == 0x000018, "Wrong size on WBP_UsableItem_C_OnSwitchItem"); \ +static_assert(offsetof(WBP_UsableItem_C_OnSwitchItem, ItemIcon) == 0x000000, "Member 'WBP_UsableItem_C_OnSwitchItem::ItemIcon' has a wrong offset!"); \ +static_assert(offsetof(WBP_UsableItem_C_OnSwitchItem, ItemName_0) == 0x000008, "Member 'WBP_UsableItem_C_OnSwitchItem::ItemName_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_UsableItem_C \ +static_assert(alignof(UWBP_UsableItem_C) == 0x000008, "Wrong alignment on UWBP_UsableItem_C"); \ +static_assert(sizeof(UWBP_UsableItem_C) == 0x000828, "Wrong size on UWBP_UsableItem_C"); \ +static_assert(offsetof(UWBP_UsableItem_C, UberGraphFrame) == 0x000800, "Member 'UWBP_UsableItem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UsableItem_C, TextBlock_0) == 0x000808, "Member 'UWBP_UsableItem_C::TextBlock_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UsableItem_C, Button_95) == 0x000810, "Member 'UWBP_UsableItem_C::Button_95' has a wrong offset!"); \ +static_assert(offsetof(UWBP_UsableItem_C, ItemName) == 0x000818, "Member 'UWBP_UsableItem_C::ItemName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Camera_Shake_Dialogue_C \ +static_assert(alignof(UBP_Camera_Shake_Dialogue_C) == 0x000010, "Wrong alignment on UBP_Camera_Shake_Dialogue_C"); \ +static_assert(sizeof(UBP_Camera_Shake_Dialogue_C) == 0x0000E0, "Wrong size on UBP_Camera_Shake_Dialogue_C"); \ + +#define DUMPER7_ASSERTS_CJCM_DialogueHandicam_C_BlueprintEnterTransition \ +static_assert(alignof(CJCM_DialogueHandicam_C_BlueprintEnterTransition) == 0x000008, "Wrong alignment on CJCM_DialogueHandicam_C_BlueprintEnterTransition"); \ +static_assert(sizeof(CJCM_DialogueHandicam_C_BlueprintEnterTransition) == 0x0000D0, "Wrong size on CJCM_DialogueHandicam_C_BlueprintEnterTransition"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintEnterTransition, InCameraContext) == 0x000000, "Member 'CJCM_DialogueHandicam_C_BlueprintEnterTransition::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintEnterTransition, OutCameraContext) == 0x000068, "Member 'CJCM_DialogueHandicam_C_BlueprintEnterTransition::OutCameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_DialogueHandicam_C_BlueprintExitCamera \ +static_assert(alignof(CJCM_DialogueHandicam_C_BlueprintExitCamera) == 0x000008, "Wrong alignment on CJCM_DialogueHandicam_C_BlueprintExitCamera"); \ +static_assert(sizeof(CJCM_DialogueHandicam_C_BlueprintExitCamera) == 0x0000D8, "Wrong size on CJCM_DialogueHandicam_C_BlueprintExitCamera"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintExitCamera, InCameraContext) == 0x000000, "Member 'CJCM_DialogueHandicam_C_BlueprintExitCamera::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintExitCamera, OutCameraContext) == 0x000068, "Member 'CJCM_DialogueHandicam_C_BlueprintExitCamera::OutCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintExitCamera, CallFunc_GetPlayingInstance_ReturnValue) == 0x0000D0, "Member 'CJCM_DialogueHandicam_C_BlueprintExitCamera::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_DialogueHandicam_C_BlueprintProcessViewRotation \ +static_assert(alignof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation) == 0x000008, "Wrong alignment on CJCM_DialogueHandicam_C_BlueprintProcessViewRotation"); \ +static_assert(sizeof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation) == 0x0001D8, "Wrong size on CJCM_DialogueHandicam_C_BlueprintProcessViewRotation"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, InCameraContext) == 0x000000, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, InViewRotation) == 0x000068, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::InViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, InDeltaRot) == 0x000080, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::InDeltaRot' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, OutCameraContext) == 0x000098, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::OutCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, OutViewRotation) == 0x000100, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::OutViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, OutDeltaRot) == 0x000118, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::OutDeltaRot' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_Conv_RotatorToString_ReturnValue) == 0x000130, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_Conv_RotatorToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_Concat_StrStr_ReturnValue) == 0x000140, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_GetPlayingInstance_ReturnValue) == 0x000150, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000158, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_GetDialogueComponent_ReturnValue) == 0x000160, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_GetDialogueComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_IsInAskMode_ReturnValue) == 0x000168, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_IsInAskMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_GetCurrentSpeaker_ReturnValue) == 0x000170, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_GetCurrentSpeaker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_IsValid_ReturnValue) == 0x000178, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_GetDistanceTo_ReturnValue) == 0x00017C, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_MapRangeClamped_ReturnValue) == 0x000180, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000188, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_EqualEqual_RotatorRotator_ReturnValue) == 0x000190, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_EqualEqual_RotatorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_SelectFloat_ReturnValue) == 0x000198, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_Conv_BoolToDouble_ReturnValue) == 0x0001A0, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_Conv_BoolToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001A8, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_FInterpTo_Constant_ReturnValue) == 0x0001B0, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_FInterpTo_Constant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0001B8, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_FInterpTo_Constant_DeltaTime_ImplicitCast) == 0x0001C0, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_FInterpTo_Constant_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_MapRangeClamped_Value_ImplicitCast) == 0x0001C8, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_MapRangeClamped_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_DialogueHandicam_C_BlueprintProcessViewRotation, CallFunc_ClientStartCameraShake_Scale_ImplicitCast) == 0x0001D0, "Member 'CJCM_DialogueHandicam_C_BlueprintProcessViewRotation::CallFunc_ClientStartCameraShake_Scale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_DialogueHandicam_C \ +static_assert(alignof(UCJCM_DialogueHandicam_C) == 0x000008, "Wrong alignment on UCJCM_DialogueHandicam_C"); \ +static_assert(sizeof(UCJCM_DialogueHandicam_C) == 0x000078, "Wrong size on UCJCM_DialogueHandicam_C"); \ +static_assert(offsetof(UCJCM_DialogueHandicam_C, Bypass) == 0x000030, "Member 'UCJCM_DialogueHandicam_C::Bypass' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueHandicam_C, Draw_Debug) == 0x000031, "Member 'UCJCM_DialogueHandicam_C::Draw_Debug' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueHandicam_C, RotationErrorTolerance) == 0x000034, "Member 'UCJCM_DialogueHandicam_C::RotationErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueHandicam_C, Interp_speed__IN_) == 0x000038, "Member 'UCJCM_DialogueHandicam_C::Interp_speed__IN_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueHandicam_C, Interp_speed__OUT_) == 0x000040, "Member 'UCJCM_DialogueHandicam_C::Interp_speed__OUT_' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueHandicam_C, Shake_Strenght_Multiplier) == 0x000048, "Member 'UCJCM_DialogueHandicam_C::Shake_Strenght_Multiplier' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueHandicam_C, CurrentCameraShakeScale) == 0x000050, "Member 'UCJCM_DialogueHandicam_C::CurrentCameraShakeScale' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueHandicam_C, DistanceToCurrentSpeaker) == 0x000058, "Member 'UCJCM_DialogueHandicam_C::DistanceToCurrentSpeaker' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueHandicam_C, MaxDistanceCameraShake_MinStr) == 0x000060, "Member 'UCJCM_DialogueHandicam_C::MaxDistanceCameraShake_MinStr' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueHandicam_C, MaxDistanceCameraShake_Distance) == 0x000068, "Member 'UCJCM_DialogueHandicam_C::MaxDistanceCameraShake_Distance' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_DialogueHandicam_C, CurrentCameraShakeAfterDistance) == 0x000070, "Member 'UCJCM_DialogueHandicam_C::CurrentCameraShakeAfterDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEarlyToIdleBranch_C \ +static_assert(alignof(UEarlyToIdleBranch_C) == 0x000008, "Wrong alignment on UEarlyToIdleBranch_C"); \ +static_assert(sizeof(UEarlyToIdleBranch_C) == 0x000030, "Wrong size on UEarlyToIdleBranch_C"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotify_TraversalBlocking_C \ +static_assert(alignof(UBP_AnimNotify_TraversalBlocking_C) == 0x000008, "Wrong alignment on UBP_AnimNotify_TraversalBlocking_C"); \ +static_assert(sizeof(UBP_AnimNotify_TraversalBlocking_C) == 0x000030, "Wrong size on UBP_AnimNotify_TraversalBlocking_C"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_Entry_Layer \ +static_assert(alignof(ALI_InVehicle_C_Entry_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_Entry_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_Entry_Layer) == 0x000028, "Wrong size on ALI_InVehicle_C_Entry_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_Entry_Layer, IGNORE_POSE_Entry) == 0x000000, "Member 'ALI_InVehicle_C_Entry_Layer::IGNORE_POSE_Entry' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Entry_Layer, VehicleDoor) == 0x000010, "Member 'ALI_InVehicle_C_Entry_Layer::VehicleDoor' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Entry_Layer, VehicleSeatDestination) == 0x000011, "Member 'ALI_InVehicle_C_Entry_Layer::VehicleSeatDestination' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Entry_Layer, VehicleEntrySection) == 0x000012, "Member 'ALI_InVehicle_C_Entry_Layer::VehicleEntrySection' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Entry_Layer, Entry_Layer_0) == 0x000018, "Member 'ALI_InVehicle_C_Entry_Layer::Entry_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_Exit_Layer \ +static_assert(alignof(ALI_InVehicle_C_Exit_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_Exit_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_Exit_Layer) == 0x000028, "Wrong size on ALI_InVehicle_C_Exit_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_Exit_Layer, IGNORE_POSE_Exit) == 0x000000, "Member 'ALI_InVehicle_C_Exit_Layer::IGNORE_POSE_Exit' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Exit_Layer, VehicleDoor_Exit) == 0x000010, "Member 'ALI_InVehicle_C_Exit_Layer::VehicleDoor_Exit' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Exit_Layer, Forced) == 0x000011, "Member 'ALI_InVehicle_C_Exit_Layer::Forced' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Exit_Layer, VehicleSeat_Exit) == 0x000012, "Member 'ALI_InVehicle_C_Exit_Layer::VehicleSeat_Exit' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Exit_Layer, Exit_Layer_0) == 0x000018, "Member 'ALI_InVehicle_C_Exit_Layer::Exit_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_Exit_UpsideDown_Layer \ +static_assert(alignof(ALI_InVehicle_C_Exit_UpsideDown_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_Exit_UpsideDown_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_Exit_UpsideDown_Layer) == 0x000028, "Wrong size on ALI_InVehicle_C_Exit_UpsideDown_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_Exit_UpsideDown_Layer, IGNORE_POSE_Exit) == 0x000000, "Member 'ALI_InVehicle_C_Exit_UpsideDown_Layer::IGNORE_POSE_Exit' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Exit_UpsideDown_Layer, VehicleDoor_Exit) == 0x000010, "Member 'ALI_InVehicle_C_Exit_UpsideDown_Layer::VehicleDoor_Exit' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Exit_UpsideDown_Layer, Exit_UpsideDown_Layer_0) == 0x000018, "Member 'ALI_InVehicle_C_Exit_UpsideDown_Layer::Exit_UpsideDown_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_HandleCloseDoor \ +static_assert(alignof(ALI_InVehicle_C_HandleCloseDoor) == 0x000008, "Wrong alignment on ALI_InVehicle_C_HandleCloseDoor"); \ +static_assert(sizeof(ALI_InVehicle_C_HandleCloseDoor) == 0x000028, "Wrong size on ALI_InVehicle_C_HandleCloseDoor"); \ +static_assert(offsetof(ALI_InVehicle_C_HandleCloseDoor, IGNORE_POSE_close_door) == 0x000000, "Member 'ALI_InVehicle_C_HandleCloseDoor::IGNORE_POSE_close_door' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_HandleCloseDoor, VehicleDoorClose) == 0x000010, "Member 'ALI_InVehicle_C_HandleCloseDoor::VehicleDoorClose' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_HandleCloseDoor, HandleCloseDoor_0) == 0x000018, "Member 'ALI_InVehicle_C_HandleCloseDoor::HandleCloseDoor_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_HandleOpenDoor \ +static_assert(alignof(ALI_InVehicle_C_HandleOpenDoor) == 0x000008, "Wrong alignment on ALI_InVehicle_C_HandleOpenDoor"); \ +static_assert(sizeof(ALI_InVehicle_C_HandleOpenDoor) == 0x000028, "Wrong size on ALI_InVehicle_C_HandleOpenDoor"); \ +static_assert(offsetof(ALI_InVehicle_C_HandleOpenDoor, IGNORE_POSE_open_door) == 0x000000, "Member 'ALI_InVehicle_C_HandleOpenDoor::IGNORE_POSE_open_door' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_HandleOpenDoor, VehicleDoorOpen) == 0x000010, "Member 'ALI_InVehicle_C_HandleOpenDoor::VehicleDoorOpen' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_HandleOpenDoor, HandleOpenDoor_0) == 0x000018, "Member 'ALI_InVehicle_C_HandleOpenDoor::HandleOpenDoor_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_Honk_Layer \ +static_assert(alignof(ALI_InVehicle_C_Honk_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_Honk_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_Honk_Layer) == 0x000010, "Wrong size on ALI_InVehicle_C_Honk_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_Honk_Layer, Honk_Layer_0) == 0x000000, "Member 'ALI_InVehicle_C_Honk_Layer::Honk_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_HonkEnd_Layer \ +static_assert(alignof(ALI_InVehicle_C_HonkEnd_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_HonkEnd_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_HonkEnd_Layer) == 0x000010, "Wrong size on ALI_InVehicle_C_HonkEnd_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_HonkEnd_Layer, HonkEnd_Layer_0) == 0x000000, "Member 'ALI_InVehicle_C_HonkEnd_Layer::HonkEnd_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_HonkStart_Layer \ +static_assert(alignof(ALI_InVehicle_C_HonkStart_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_HonkStart_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_HonkStart_Layer) == 0x000010, "Wrong size on ALI_InVehicle_C_HonkStart_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_HonkStart_Layer, HonkStart_Layer_0) == 0x000000, "Member 'ALI_InVehicle_C_HonkStart_Layer::HonkStart_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_Idle_Layer \ +static_assert(alignof(ALI_InVehicle_C_Idle_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_Idle_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_Idle_Layer) == 0x000010, "Wrong size on ALI_InVehicle_C_Idle_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_Idle_Layer, Idle_Layer_0) == 0x000000, "Member 'ALI_InVehicle_C_Idle_Layer::Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_Idle_Passenger_Layer \ +static_assert(alignof(ALI_InVehicle_C_Idle_Passenger_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_Idle_Passenger_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_Idle_Passenger_Layer) == 0x000028, "Wrong size on ALI_InVehicle_C_Idle_Passenger_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_Idle_Passenger_Layer, IGNORE_POSE_Idle_Passenger) == 0x000000, "Member 'ALI_InVehicle_C_Idle_Passenger_Layer::IGNORE_POSE_Idle_Passenger' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Idle_Passenger_Layer, VehicleSeat_Idle_Passenger) == 0x000010, "Member 'ALI_InVehicle_C_Idle_Passenger_Layer::VehicleSeat_Idle_Passenger' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Idle_Passenger_Layer, Idle_Passenger_Layer_0) == 0x000018, "Member 'ALI_InVehicle_C_Idle_Passenger_Layer::Idle_Passenger_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_Idle_Passenger_Trunk_Opened \ +static_assert(alignof(ALI_InVehicle_C_Idle_Passenger_Trunk_Opened) == 0x000008, "Wrong alignment on ALI_InVehicle_C_Idle_Passenger_Trunk_Opened"); \ +static_assert(sizeof(ALI_InVehicle_C_Idle_Passenger_Trunk_Opened) == 0x000010, "Wrong size on ALI_InVehicle_C_Idle_Passenger_Trunk_Opened"); \ +static_assert(offsetof(ALI_InVehicle_C_Idle_Passenger_Trunk_Opened, Idle_Passenger_Trunk_Opened_0) == 0x000000, "Member 'ALI_InVehicle_C_Idle_Passenger_Trunk_Opened::Idle_Passenger_Trunk_Opened_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_Passenger_Trunk_Open_Transition \ +static_assert(alignof(ALI_InVehicle_C_Passenger_Trunk_Open_Transition) == 0x000008, "Wrong alignment on ALI_InVehicle_C_Passenger_Trunk_Open_Transition"); \ +static_assert(sizeof(ALI_InVehicle_C_Passenger_Trunk_Open_Transition) == 0x000010, "Wrong size on ALI_InVehicle_C_Passenger_Trunk_Open_Transition"); \ +static_assert(offsetof(ALI_InVehicle_C_Passenger_Trunk_Open_Transition, Passenger_Trunk_Open_Transition_0) == 0x000000, "Member 'ALI_InVehicle_C_Passenger_Trunk_Open_Transition::Passenger_Trunk_Open_Transition_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_Ram_Layer \ +static_assert(alignof(ALI_InVehicle_C_Ram_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_Ram_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_Ram_Layer) == 0x000028, "Wrong size on ALI_InVehicle_C_Ram_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_Ram_Layer, IGNORE_POSE_Ram) == 0x000000, "Member 'ALI_InVehicle_C_Ram_Layer::IGNORE_POSE_Ram' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Ram_Layer, SideRamLeft) == 0x000010, "Member 'ALI_InVehicle_C_Ram_Layer::SideRamLeft' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Ram_Layer, Ram_Layer_0) == 0x000018, "Member 'ALI_InVehicle_C_Ram_Layer::Ram_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_Reverse_Layer \ +static_assert(alignof(ALI_InVehicle_C_Reverse_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_Reverse_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_Reverse_Layer) == 0x000010, "Wrong size on ALI_InVehicle_C_Reverse_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_Reverse_Layer, Reverse_Layer_0) == 0x000000, "Member 'ALI_InVehicle_C_Reverse_Layer::Reverse_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_ReverseEnd_Layer \ +static_assert(alignof(ALI_InVehicle_C_ReverseEnd_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_ReverseEnd_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_ReverseEnd_Layer) == 0x000010, "Wrong size on ALI_InVehicle_C_ReverseEnd_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_ReverseEnd_Layer, ReverseEnd_Layer_0) == 0x000000, "Member 'ALI_InVehicle_C_ReverseEnd_Layer::ReverseEnd_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_ReverseStart_Layer \ +static_assert(alignof(ALI_InVehicle_C_ReverseStart_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_ReverseStart_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_ReverseStart_Layer) == 0x000010, "Wrong size on ALI_InVehicle_C_ReverseStart_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_ReverseStart_Layer, ReverseStart_Layer_0) == 0x000000, "Member 'ALI_InVehicle_C_ReverseStart_Layer::ReverseStart_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALI_InVehicle_C_Turning_Layer \ +static_assert(alignof(ALI_InVehicle_C_Turning_Layer) == 0x000008, "Wrong alignment on ALI_InVehicle_C_Turning_Layer"); \ +static_assert(sizeof(ALI_InVehicle_C_Turning_Layer) == 0x000028, "Wrong size on ALI_InVehicle_C_Turning_Layer"); \ +static_assert(offsetof(ALI_InVehicle_C_Turning_Layer, IGNORE_POSE_Turning) == 0x000000, "Member 'ALI_InVehicle_C_Turning_Layer::IGNORE_POSE_Turning' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Turning_Layer, SteeringValue) == 0x000010, "Member 'ALI_InVehicle_C_Turning_Layer::SteeringValue' has a wrong offset!"); \ +static_assert(offsetof(ALI_InVehicle_C_Turning_Layer, Turning_Layer_0) == 0x000018, "Member 'ALI_InVehicle_C_Turning_Layer::Turning_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IALI_InVehicle_C \ +static_assert(alignof(IALI_InVehicle_C) == 0x000001, "Wrong alignment on IALI_InVehicle_C"); \ +static_assert(sizeof(IALI_InVehicle_C) == 0x000001, "Wrong size on IALI_InVehicle_C"); \ + +#define DUMPER7_ASSERTS_MCD_Tresspasser_C_CalculateBoolValue \ +static_assert(alignof(MCD_Tresspasser_C_CalculateBoolValue) == 0x000008, "Wrong alignment on MCD_Tresspasser_C_CalculateBoolValue"); \ +static_assert(sizeof(MCD_Tresspasser_C_CalculateBoolValue) == 0x0000E0, "Wrong size on MCD_Tresspasser_C_CalculateBoolValue"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, Controller) == 0x000000, "Member 'MCD_Tresspasser_C_CalculateBoolValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, DeltaTime) == 0x000008, "Member 'MCD_Tresspasser_C_CalculateBoolValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, OutValue) == 0x00000C, "Member 'MCD_Tresspasser_C_CalculateBoolValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_BP_GetActiveTarget_ReturnValue) == 0x000010, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_BP_GetActiveTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_GetAIPerceptionComponent_ReturnValue) == 0x000080, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_GetAIPerceptionComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_GetCurrentlyPerceivedActors_OutActors) == 0x000088, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_GetCurrentlyPerceivedActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_Array_Contains_ReturnValue) == 0x000099, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, K2Node_DynamicCast_AsCJCharacter) == 0x0000A0, "Member 'MCD_Tresspasser_C_CalculateBoolValue::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'MCD_Tresspasser_C_CalculateBoolValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_HasTarget_ReturnValue) == 0x0000A9, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_HasTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x0000B0, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x0000C0, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_Not_PreBool_ReturnValue) == 0x0000C1, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_HasMatchingGameplayTag_self_CastInput_1) == 0x0000C8, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_HasMatchingGameplayTag_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_HasMatchingGameplayTag_ReturnValue_1) == 0x0000D8, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_HasMatchingGameplayTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_BooleanAND_ReturnValue) == 0x0000D9, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Tresspasser_C_CalculateBoolValue, CallFunc_BooleanAND_ReturnValue_1) == 0x0000DA, "Member 'MCD_Tresspasser_C_CalculateBoolValue::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMCD_Tresspasser_C \ +static_assert(alignof(UMCD_Tresspasser_C) == 0x000008, "Wrong alignment on UMCD_Tresspasser_C"); \ +static_assert(sizeof(UMCD_Tresspasser_C) == 0x000030, "Wrong size on UMCD_Tresspasser_C"); \ + +#define DUMPER7_ASSERTS_FSEffect_Mapping \ +static_assert(alignof(FSEffect_Mapping) == 0x000008, "Wrong alignment on FSEffect_Mapping"); \ +static_assert(sizeof(FSEffect_Mapping) == 0x000040, "Wrong size on FSEffect_Mapping"); \ +static_assert(offsetof(FSEffect_Mapping, Decal_29_477CE0A0410BD1F19E26BF9AA0B42181) == 0x000000, "Member 'FSEffect_Mapping::Decal_29_477CE0A0410BD1F19E26BF9AA0B42181' has a wrong offset!"); \ +static_assert(offsetof(FSEffect_Mapping, DecalSize_8_EBED25D04979E6A948F5E98D206EA58B) == 0x000008, "Member 'FSEffect_Mapping::DecalSize_8_EBED25D04979E6A948F5E98D206EA58B' has a wrong offset!"); \ +static_assert(offsetof(FSEffect_Mapping, Effect_7_99C1DADF48E79D7E0A2FD090030C6F3E) == 0x000010, "Member 'FSEffect_Mapping::Effect_7_99C1DADF48E79D7E0A2FD090030C6F3E' has a wrong offset!"); \ +static_assert(offsetof(FSEffect_Mapping, EffectSize_10_879A3FDF43AC413EA41C5CB0B6BDA09F) == 0x000018, "Member 'FSEffect_Mapping::EffectSize_10_879A3FDF43AC413EA41C5CB0B6BDA09F' has a wrong offset!"); \ +static_assert(offsetof(FSEffect_Mapping, NoiseLoudness_21_E50C8CB94F1560BA31F0F68843652CBB) == 0x000020, "Member 'FSEffect_Mapping::NoiseLoudness_21_E50C8CB94F1560BA31F0F68843652CBB' has a wrong offset!"); \ +static_assert(offsetof(FSEffect_Mapping, NoiseRange_23_FDCFBAEB4BE6E51A713A18A1F27CECC7) == 0x000028, "Member 'FSEffect_Mapping::NoiseRange_23_FDCFBAEB4BE6E51A713A18A1F27CECC7' has a wrong offset!"); \ +static_assert(offsetof(FSEffect_Mapping, AudioEventBulletImpact_38_054BFC474290D7F3FA754CB27DDC9491) == 0x000030, "Member 'FSEffect_Mapping::AudioEventBulletImpact_38_054BFC474290D7F3FA754CB27DDC9491' has a wrong offset!"); \ +static_assert(offsetof(FSEffect_Mapping, DecalSecondary_32_59F73A2E4DA82289AF3B09BFD91DA475) == 0x000038, "Member 'FSEffect_Mapping::DecalSecondary_32_59F73A2E4DA82289AF3B09BFD91DA475' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x000638, "Wrong size on Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_131) == 0x000004, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_131' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_132) == 0x00000C, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_132' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, __CurveFloat_133) == 0x000018, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::__CurveFloat_133' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_134) == 0x000020, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_134' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_135) == 0x000021, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_135' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_136) == 0x000022, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_136' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, __ArrayProperty_137) == 0x000028, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::__ArrayProperty_137' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, __BoolProperty_138) == 0x000038, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::__BoolProperty_138' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, __BlendProfile_139) == 0x000040, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::__BlendProfile_139' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_140) == 0x000048, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_140' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000068, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000E8, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_PoseDriver) == 0x000128, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RigLogic) == 0x000158, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RigLogic' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x000188, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_4) == 0x0001B8, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0001E8, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_8) == 0x000218, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_7) == 0x000248, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_3) == 0x000278, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ModifyCurve) == 0x0002A8, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ModifyCurve' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_6) == 0x0002D8, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x000308, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x000338, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LookAt_1) == 0x000368, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LookAt_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LookAt) == 0x000398, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LookAt' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_3) == 0x0003C8, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_5) == 0x0003F8, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_2) == 0x000428, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_2) == 0x000458, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose_1) == 0x000488, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x0004B8, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_4) == 0x0004E8, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_3) == 0x000518, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_1) == 0x000548, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_2) == 0x000578, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x0005A8, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose_1) == 0x0005D8, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000608, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedMutableData) == 0x000001, "Wrong alignment on Face_PostProcess_AnimBP::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedMutableData) == 0x000005, "Wrong size on Face_PostProcess_AnimBP::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty) == 0x000001, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_0) == 0x000002, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_0' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_1) == 0x000003, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP::FAnimBlueprintGeneratedMutableData, __BoolProperty_2) == 0x000004, "Member 'Face_PostProcess_AnimBP::FAnimBlueprintGeneratedMutableData::__BoolProperty_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_C_AnimGraph \ +static_assert(alignof(Face_PostProcess_AnimBP_C_AnimGraph) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_C_AnimGraph"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_C_AnimGraph) == 0x000020, "Wrong size on Face_PostProcess_AnimBP_C_AnimGraph"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_AnimGraph, InPose) == 0x000000, "Member 'Face_PostProcess_AnimBP_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'Face_PostProcess_AnimBP_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation) == 0x0000B8, "Wrong size on Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, NewLocalVar_1) == 0x000004, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::NewLocalVar_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, NewLocalVar_0) == 0x000008, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, NewLocalVar) == 0x000010, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, NewSelection_) == 0x000014, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::NewSelection_' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_UpdateAFS_Switch) == 0x000018, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_UpdateAFS_Switch' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Percent_IntInt_ReturnValue) == 0x000024, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_UpdateFocus_Switch) == 0x000028, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_UpdateFocus_Switch' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue) == 0x000030, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetCurveValueWithDefault_OutValue) == 0x000034, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetCurveValueWithDefault_OutValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetCurveValueWithDefault_ReturnValue) == 0x000038, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetCurveValueWithDefault_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_FClamp_ReturnValue) == 0x000040, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000048, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanOR_ReturnValue) == 0x000049, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00004A, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue_1) == 0x00004B, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_VInterpTo_ReturnValue) == 0x000050, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanOR_ReturnValue_1) == 0x000068, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue_2) == 0x000069, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000070, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Percent_IntInt_ReturnValue_1) == 0x00007C, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_SelectVector_ReturnValue) == 0x000080, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_FClamp_Value_ImplicitCast) == 0x000098, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x0000A0, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0000A8, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation, K2Node_VariableSet_RunningTime__seconds__ImplicitCast) == 0x0000B0, "Member 'Face_PostProcess_AnimBP_C_BlueprintThreadSafeUpdateAnimation::K2Node_VariableSet_RunningTime__seconds__ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_C_BlueprintUpdateAnimation \ +static_assert(alignof(Face_PostProcess_AnimBP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on Face_PostProcess_AnimBP_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on Face_PostProcess_AnimBP_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'Face_PostProcess_AnimBP_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry \ +static_assert(alignof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry) == 0x000180, "Wrong size on Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, Viewer_Location) == 0x000000, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::Viewer_Location' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, Viewer_Orientation) == 0x000018, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::Viewer_Orientation' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, AimOffset) == 0x000030, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::AimOffset' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, Target_Location) == 0x000048, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::Target_Location' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, Scale) == 0x000060, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::Scale' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, LineColor) == 0x000064, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::LineColor' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, Duration) == 0x000074, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::Duration' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, Thickness) == 0x000078, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::Thickness' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, ShowViewFrame) == 0x00007C, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::ShowViewFrame' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, ShowViewTarget) == 0x00007D, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::ShowViewTarget' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, ViewTarget) == 0x000080, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_SelectFloat_ReturnValue) == 0x000098, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0000A0, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_GetAxes_X) == 0x0000C0, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_GetAxes_X' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_GetAxes_Y) == 0x0000D8, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_GetAxes_Y' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_GetAxes_Z) == 0x0000F0, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_GetAxes_Z' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000108, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000120, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000138, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_Add_VectorVector_ReturnValue) == 0x000150, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000168, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast) == 0x000170, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_DrawDebugSphere_Radius_ImplicitCast) == 0x000178, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_DrawDebugSphere_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry, CallFunc_DrawDebugCoordinateSystem_Scale_ImplicitCast) == 0x00017C, "Member 'Face_PostProcess_AnimBP_C_DebugDraw_AimGeometry::CallFunc_DrawDebugCoordinateSystem_Scale_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_C_DebugShow_EyeTracking \ +static_assert(alignof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking) == 0x000010, "Wrong alignment on Face_PostProcess_AnimBP_C_DebugShow_EyeTracking"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking) == 0x000200, "Wrong size on Face_PostProcess_AnimBP_C_DebugShow_EyeTracking"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CurrentActiveCandidateLocation) == 0x000000, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CurrentActiveCandidateLocation' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, InputCandidateTargetLocation) == 0x000018, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::InputCandidateTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, PreviousActiveCandidateLocation) == 0x000030, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::PreviousActiveCandidateLocation' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, Duration) == 0x000048, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::Duration' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_GetIndexedTargetLocation_Location) == 0x000050, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_GetIndexedTargetLocation_Location' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_GetIndexedTargetLocation_Location_1) == 0x000068, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_GetIndexedTargetLocation_Location_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_GetIndexedTargetLocation_Location_2) == 0x000080, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_GetIndexedTargetLocation_Location_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_BooleanAND_ReturnValue) == 0x000098, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_GetSocketTransform_ReturnValue) == 0x0000A0, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_BreakTransform_Location) == 0x000100, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_BreakTransform_Rotation) == 0x000118, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_BreakTransform_Scale) == 0x000130, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_BooleanAND_ReturnValue_1) == 0x000148, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_GetSocketTransform_ReturnValue_1) == 0x000150, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_BreakTransform_Location_1) == 0x0001B0, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_BreakTransform_Rotation_1) == 0x0001C8, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_BreakTransform_Scale_1) == 0x0001E0, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_DebugShow_EyeTracking, CallFunc_BooleanOR_ReturnValue) == 0x0001F8, "Member 'Face_PostProcess_AnimBP_C_DebugShow_EyeTracking::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP \ +static_assert(alignof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP) == 0x000010, "Wrong alignment on Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP) == 0x000C70, "Wrong size on Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, EntryPoint) == 0x000000, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, Temp_int_Array_Index_Variable) == 0x000010, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, K2Node_DynamicCast_AsCJCharacter) == 0x000018, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetController_ReturnValue) == 0x000028, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, K2Node_DynamicCast_AsNPCAIController) == 0x000038, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::K2Node_DynamicCast_AsNPCAIController' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput) == 0x000048, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue) == 0x000058, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_IsValid_ReturnValue_1) == 0x000060, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetActiveTargetsAsActors_ReturnValue) == 0x000068, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetActiveTargetsAsActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetCandidatesAsActors_ReturnValue) == 0x000080, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetCandidatesAsActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetNumberOfTargetCandidates_ReturnValue) == 0x000090, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetNumberOfTargetCandidates_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Get_Item) == 0x000098, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetActorAsLookAtPosition_Return_Value_Location) == 0x0000C0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetActorAsLookAtPosition_Return_Value_Location' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetActorAsLookAtPosition_Succeeded) == 0x0000D8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetActorAsLookAtPosition_Succeeded' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BuildString_Int_ReturnValue) == 0x0000E0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BuildString_Int_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Length_ReturnValue_1) == 0x0000F0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, Temp_int_Loop_Counter_Variable) == 0x0000F4, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Less_IntInt_ReturnValue) == 0x0000F8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Add_IntInt_ReturnValue) == 0x0000FC, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, Temp_int_Array_Index_Variable_2) == 0x000100, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Get_Item_1) == 0x000108, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000110, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetActorAsLookAtPosition_Return_Value_Location_1) == 0x000128, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetActorAsLookAtPosition_Return_Value_Location_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetActorAsLookAtPosition_Succeeded_1) == 0x000140, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetActorAsLookAtPosition_Succeeded_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, Temp_int_Loop_Counter_Variable_1) == 0x000144, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Less_IntInt_ReturnValue_1) == 0x000148, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Add_IntInt_ReturnValue_1) == 0x00014C, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BooleanAND_ReturnValue) == 0x000150, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakRotator_Roll) == 0x000154, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakRotator_Pitch) == 0x000158, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakRotator_Yaw) == 0x00015C, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakRotator_Roll_1) == 0x000160, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakRotator_Pitch_1) == 0x000164, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakRotator_Yaw_1) == 0x000168, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Remap_Eyes_OutPositive) == 0x000170, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Remap_Eyes_OutPositive' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Remap_Eyes_OutNegative) == 0x000178, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Remap_Eyes_OutNegative' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Remap_Eyes_OutPositive_1) == 0x000180, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Remap_Eyes_OutPositive_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Remap_Eyes_OutNegative_1) == 0x000188, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Remap_Eyes_OutNegative_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, Temp_int_Loop_Counter_Variable_2) == 0x000190, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Add_IntInt_ReturnValue_2) == 0x000194, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Remap_Eyes_OutPositive_2) == 0x000198, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Remap_Eyes_OutPositive_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Remap_Eyes_OutNegative_2) == 0x0001A0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Remap_Eyes_OutNegative_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Remap_Eyes_OutPositive_3) == 0x0001A8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Remap_Eyes_OutPositive_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Remap_Eyes_OutNegative_3) == 0x0001B0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Remap_Eyes_OutNegative_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_CalcViewPitchYaw_AxisZ_pitch) == 0x0001B8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_CalcViewPitchYaw_AxisZ_pitch' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_CalcViewPitchYaw_AxisZ_yaw) == 0x0001BC, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_CalcViewPitchYaw_AxisZ_yaw' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_IsValid_ReturnValue_2) == 0x0001C0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0001C8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x0001D0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_MakeRotator_ReturnValue) == 0x0001D8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_CalcViewPitchYaw_AxisZ_pitch_1) == 0x0001F0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_CalcViewPitchYaw_AxisZ_pitch_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_CalcViewPitchYaw_AxisZ_yaw_1) == 0x0001F4, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_CalcViewPitchYaw_AxisZ_yaw_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Conv_RotatorToQuaternion_ReturnValue) == 0x000200, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Conv_RotatorToQuaternion_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000220, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000228, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_MakeRotator_ReturnValue_1) == 0x000230, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, K2Node_Event_DeltaTimeX) == 0x000248, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Conv_RotatorToQuaternion_ReturnValue_1) == 0x000250, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Conv_RotatorToQuaternion_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetDeltaSeconds_ReturnValue) == 0x000270, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetDeltaSeconds_ReturnValue_1) == 0x000274, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetOwningActor_ReturnValue_1) == 0x000278, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetOwningActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_SetOwnerActorHookups_Success) == 0x000280, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_SetOwnerActorHookups_Success' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_FInterpTo_ReturnValue) == 0x000288, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_FInterpTo_ReturnValue_1) == 0x000290, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_FInterpTo_ReturnValue_2) == 0x000298, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_FInterpTo_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_FInterpTo_ReturnValue_3) == 0x0002A0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_FInterpTo_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, Temp_int_Loop_Counter_Variable_3) == 0x0002A8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Add_IntInt_ReturnValue_3) == 0x0002AC, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetTwistSwingDeltaFromRefPose_OutTwist) == 0x0002B0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetTwistSwingDeltaFromRefPose_OutTwist' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetTwistSwingDeltaFromRefPose_OutSwing) == 0x0002D0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetTwistSwingDeltaFromRefPose_OutSwing' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetTwistSwingDeltaFromRefPose_ReturnValue) == 0x0002F0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetTwistSwingDeltaFromRefPose_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_QuatQuat_ReturnValue) == 0x000300, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_QuatQuat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Quat_Inversed_ReturnValue) == 0x000320, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Quat_Inversed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_QuatQuat_ReturnValue_1) == 0x000340, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_QuatQuat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Quat_Rotator_ReturnValue) == 0x000360, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Quat_Rotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetSocketTransform_ReturnValue) == 0x000380, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_IsValid_ReturnValue_3) == 0x0003E0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetSocketTransform_ReturnValue_1) == 0x0003F0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetTwistSwingDeltaFromRefPose_OutTwist_1) == 0x000450, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetTwistSwingDeltaFromRefPose_OutTwist_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetTwistSwingDeltaFromRefPose_OutSwing_1) == 0x000470, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetTwistSwingDeltaFromRefPose_OutSwing_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetTwistSwingDeltaFromRefPose_ReturnValue_1) == 0x000490, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetTwistSwingDeltaFromRefPose_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_QuatQuat_ReturnValue_2) == 0x0004A0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_QuatQuat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Quat_Inversed_ReturnValue_1) == 0x0004C0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Quat_Inversed_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetSocketTransform_ReturnValue_2) == 0x0004E0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetSocketTransform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_QuatQuat_ReturnValue_3) == 0x000540, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_QuatQuat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Quat_Rotator_ReturnValue_1) == 0x000560, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Quat_Rotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Location) == 0x000578, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Rotation) == 0x000590, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Scale) == 0x0005A8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, Temp_int_Loop_Counter_Variable_4) == 0x0005C0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetAxes_X) == 0x0005C8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetAxes_X' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetAxes_Y) == 0x0005E0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetAxes_Y' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetAxes_Z) == 0x0005F8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetAxes_Z' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Add_IntInt_ReturnValue_4) == 0x000610, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_SelectColor_ReturnValue) == 0x000614, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_RandomFloatInRange_ReturnValue) == 0x000628, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Length_ReturnValue_2) == 0x000630, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_IsValid_ReturnValue_4) == 0x000634, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetTransform_ReturnValue) == 0x000640, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Location_1) == 0x0006A0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Rotation_1) == 0x0006B8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Scale_1) == 0x0006D0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Get_Item_2) == 0x0006E8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Length_ReturnValue_3) == 0x000700, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Less_IntInt_ReturnValue_2) == 0x000704, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Location_2) == 0x000708, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Rotation_2) == 0x000720, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Scale_2) == 0x000738, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetAxes_X_1) == 0x000750, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetAxes_X_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetAxes_Y_1) == 0x000768, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetAxes_Y_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetAxes_Z_1) == 0x000780, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetAxes_Z_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000798, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, Temp_int_Array_Index_Variable_3) == 0x0007A0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Get_Item_3) == 0x0007A8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0007C0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0007D8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Length_ReturnValue_4) == 0x0007F0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Add_VectorVector_ReturnValue) == 0x0007F8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Less_IntInt_ReturnValue_3) == 0x000810, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000818, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x000830, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x000848, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000860, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x000878, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Conv_DoubleToVector_ReturnValue_4) == 0x000890, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Conv_DoubleToVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_VectorVector_ReturnValue_3) == 0x0008A8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_VectorVector_ReturnValue_4) == 0x0008C0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_CalcViewPitchYaw_YFwdXUp_pitch) == 0x0008D8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_CalcViewPitchYaw_YFwdXUp_pitch' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_CalcViewPitchYaw_YFwdXUp_yaw) == 0x0008DC, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_CalcViewPitchYaw_YFwdXUp_yaw' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x0008E0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x0008E8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Location_3) == 0x0008F0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Location_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Rotation_3) == 0x000908, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Rotation_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Scale_3) == 0x000920, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Scale_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Not_PreBool_ReturnValue) == 0x000938, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Length_ReturnValue_5) == 0x00093C, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_SelectFloat_ReturnValue) == 0x000940, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Percent_IntInt_ReturnValue) == 0x000948, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_SelectColor_ReturnValue_1) == 0x00094C, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_SelectColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_SanitizeViewTarget_safe_target) == 0x000960, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_SanitizeViewTarget_safe_target' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_SanitizeViewTarget_target_reset) == 0x000978, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_SanitizeViewTarget_target_reset' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_SelectColor_ReturnValue_2) == 0x00097C, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_SelectColor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_SelectColor_ReturnValue_3) == 0x00098C, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_SelectColor_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_SelectInt_ReturnValue) == 0x00099C, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, Temp_int_Array_Index_Variable_4) == 0x0009A0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Percent_IntInt_ReturnValue_1) == 0x0009A4, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetActorAsLookAtPosition_Return_Value_Location_2) == 0x0009A8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetActorAsLookAtPosition_Return_Value_Location_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetActorAsLookAtPosition_Succeeded_2) == 0x0009C0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetActorAsLookAtPosition_Succeeded_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x0009C8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_ReturnValue_7) == 0x0009D0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x0009D8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x0009E0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Conv_DoubleToVector_ReturnValue_5) == 0x0009E8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Conv_DoubleToVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Conv_DoubleToVector_ReturnValue_6) == 0x000A00, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Conv_DoubleToVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_VectorVector_ReturnValue_5) == 0x000A18, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_VectorVector_ReturnValue_6) == 0x000A30, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_VectorVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000A48, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_DegSin_ReturnValue) == 0x000A60, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000A68, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_DetectConeLimitBreach_breached) == 0x000A80, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_DetectConeLimitBreach_breached' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetOwningActor_ReturnValue_2) == 0x000A88, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetOwningActor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Location_4) == 0x000A90, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Location_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Rotation_4) == 0x000AA8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Rotation_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BreakTransform_Scale_4) == 0x000AC0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BreakTransform_Scale_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, K2Node_DynamicCast_AsCJCharacter_1) == 0x000AD8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::K2Node_DynamicCast_AsCJCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, K2Node_DynamicCast_bSuccess_2) == 0x000AE0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Vector_Distance_ReturnValue) == 0x000AE8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetController_ReturnValue_1) == 0x000AF0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000AF8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, K2Node_DynamicCast_AsNPCAIController_1) == 0x000B00, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::K2Node_DynamicCast_AsNPCAIController_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, K2Node_DynamicCast_bSuccess_3) == 0x000B08, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_BooleanOR_ReturnValue) == 0x000B09, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput_1) == 0x000B10, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue_1) == 0x000B20, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetActiveTargetsAsActors_ReturnValue_1) == 0x000B28, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetActiveTargetsAsActors_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Length_ReturnValue_6) == 0x000B38, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Get_Item_4) == 0x000B40, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Less_IntInt_ReturnValue_4) == 0x000B48, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetActorAsLookAtPosition_Return_Value_Location_3) == 0x000B50, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetActorAsLookAtPosition_Return_Value_Location_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_GetActorAsLookAtPosition_Succeeded_3) == 0x000B68, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_GetActorAsLookAtPosition_Succeeded_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_FInterpTo_Target_ImplicitCast) == 0x000B70, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_FInterpTo_Target_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_FInterpTo_Target_ImplicitCast_1) == 0x000B78, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_FInterpTo_Target_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_FInterpTo_Target_ImplicitCast_2) == 0x000B80, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_FInterpTo_Target_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_FInterpTo_Target_ImplicitCast_3) == 0x000B88, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_FInterpTo_Target_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Set_Item_ImplicitCast) == 0x000B90, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Set_Item_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Set_Item_ImplicitCast_1) == 0x000B94, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Set_Item_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Set_Item_ImplicitCast_2) == 0x000B98, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Set_Item_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Set_Item_ImplicitCast_3) == 0x000B9C, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Set_Item_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Set_Item_ImplicitCast_4) == 0x000BA0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Set_Item_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Set_Item_ImplicitCast_5) == 0x000BA4, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Set_Item_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Set_Item_ImplicitCast_6) == 0x000BA8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Set_Item_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Array_Set_Item_ImplicitCast_7) == 0x000BAC, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Array_Set_Item_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000BB0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000BB8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_MakeRotator_Pitch_ImplicitCast) == 0x000BC0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_MakeRotator_Pitch_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x000BC4, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2) == 0x000BC8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_3) == 0x000BD0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_MakeRotator_Pitch_ImplicitCast_1) == 0x000BD8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_MakeRotator_Pitch_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_MakeRotator_Roll_ImplicitCast_1) == 0x000BDC, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_MakeRotator_Roll_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_FInterpTo_DeltaTime_ImplicitCast) == 0x000BE0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_FInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_FInterpTo_DeltaTime_ImplicitCast_1) == 0x000BE8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_FInterpTo_DeltaTime_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_FInterpTo_DeltaTime_ImplicitCast_2) == 0x000BF0, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_FInterpTo_DeltaTime_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_FInterpTo_DeltaTime_ImplicitCast_3) == 0x000BF8, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_FInterpTo_DeltaTime_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_SanitizeViewTarget_reset_radius_ImplicitCast) == 0x000C00, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_SanitizeViewTarget_reset_radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast) == 0x000C08, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_1) == 0x000C10, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Conv_DoubleToVector_InDouble_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_4) == 0x000C18, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_5) == 0x000C20, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, K2Node_VariableSet_HeadYaw_ImplicitCast) == 0x000C28, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::K2Node_VariableSet_HeadYaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, K2Node_VariableSet_HeadPitch_ImplicitCast) == 0x000C2C, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::K2Node_VariableSet_HeadPitch_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_DrawDebugSphere_Radius_ImplicitCast) == 0x000C30, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_DrawDebugSphere_Radius_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_RandomFloatInRange_Max_ImplicitCast) == 0x000C38, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_RandomFloatInRange_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_6) == 0x000C40, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_RandomFloatInRange_Max_ImplicitCast_1) == 0x000C48, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_RandomFloatInRange_Max_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_7) == 0x000C50, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, CallFunc_DegSin_A_ImplicitCast) == 0x000C58, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::CallFunc_DegSin_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP, K2Node_VariableSet_sinviewcone_ImplicitCast) == 0x000C60, "Member 'Face_PostProcess_AnimBP_C_ExecuteUbergraph_Face_PostProcess_AnimBP::K2Node_VariableSet_sinviewcone_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_C_GetIndexedTargetLocation \ +static_assert(alignof(Face_PostProcess_AnimBP_C_GetIndexedTargetLocation) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_C_GetIndexedTargetLocation"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_C_GetIndexedTargetLocation) == 0x000028, "Wrong size on Face_PostProcess_AnimBP_C_GetIndexedTargetLocation"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetIndexedTargetLocation, Index_0) == 0x000000, "Member 'Face_PostProcess_AnimBP_C_GetIndexedTargetLocation::Index_0' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetIndexedTargetLocation, Location) == 0x000008, "Member 'Face_PostProcess_AnimBP_C_GetIndexedTargetLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetIndexedTargetLocation, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'Face_PostProcess_AnimBP_C_GetIndexedTargetLocation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetIndexedTargetLocation, CallFunc_Percent_IntInt_ReturnValue) == 0x000024, "Member 'Face_PostProcess_AnimBP_C_GetIndexedTargetLocation::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_C_Remap_Eyes \ +static_assert(alignof(Face_PostProcess_AnimBP_C_Remap_Eyes) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_C_Remap_Eyes"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_C_Remap_Eyes) == 0x000048, "Wrong size on Face_PostProcess_AnimBP_C_Remap_Eyes"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_Remap_Eyes, InDegrees) == 0x000000, "Member 'Face_PostProcess_AnimBP_C_Remap_Eyes::InDegrees' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_Remap_Eyes, InRangePositive) == 0x000008, "Member 'Face_PostProcess_AnimBP_C_Remap_Eyes::InRangePositive' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_Remap_Eyes, InRangeNegative) == 0x000010, "Member 'Face_PostProcess_AnimBP_C_Remap_Eyes::InRangeNegative' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_Remap_Eyes, OutPositive) == 0x000018, "Member 'Face_PostProcess_AnimBP_C_Remap_Eyes::OutPositive' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_Remap_Eyes, OutNegative) == 0x000020, "Member 'Face_PostProcess_AnimBP_C_Remap_Eyes::OutNegative' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_Remap_Eyes, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'Face_PostProcess_AnimBP_C_Remap_Eyes::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_Remap_Eyes, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000030, "Member 'Face_PostProcess_AnimBP_C_Remap_Eyes::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_Remap_Eyes, CallFunc_MapRangeClamped_ReturnValue) == 0x000038, "Member 'Face_PostProcess_AnimBP_C_Remap_Eyes::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_Remap_Eyes, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000040, "Member 'Face_PostProcess_AnimBP_C_Remap_Eyes::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_C_SetOwnerActorHookups \ +static_assert(alignof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_C_SetOwnerActorHookups"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups) == 0x000090, "Wrong size on Face_PostProcess_AnimBP_C_SetOwnerActorHookups"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, OwningActor) == 0x000000, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::OwningActor' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, Success) == 0x000008, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::Success' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, HookupStepCount) == 0x00000C, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::HookupStepCount' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, Temp_bool_Variable) == 0x000010, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, K2Node_DynamicCast_AsCJCharacter) == 0x000018, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_Contains_ReturnValue) == 0x000040, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, Temp_int_Variable) == 0x000044, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_DoesSocketExist_ReturnValue) == 0x00004C, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_DoesSocketExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_DoesSocketExist_ReturnValue_1) == 0x00004D, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_DoesSocketExist_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_BooleanAND_ReturnValue) == 0x00004E, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, Temp_int_Variable_1) == 0x000050, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_DoesSocketExist_ReturnValue_2) == 0x000054, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_DoesSocketExist_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_DoesSocketExist_ReturnValue_3) == 0x000055, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_DoesSocketExist_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_BooleanAND_ReturnValue_1) == 0x000056, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_GetController_ReturnValue) == 0x000058, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, K2Node_DynamicCast_AsNPCAIController) == 0x000060, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::K2Node_DynamicCast_AsNPCAIController' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, K2Node_Select_Default) == 0x000070, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_DoesSocketExist_ReturnValue_4) == 0x000078, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_DoesSocketExist_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_DoesSocketExist_ReturnValue_5) == 0x000079, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_DoesSocketExist_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_BooleanAND_ReturnValue_2) == 0x00007A, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_IsValid_ReturnValue_1) == 0x00007B, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, Temp_int_Variable_2) == 0x00007C, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_IsValid_ReturnValue_2) == 0x000080, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_Add_IntInt_ReturnValue_1) == 0x000084, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_Add_IntInt_ReturnValue_2) == 0x000088, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_SetOwnerActorHookups, CallFunc_IsValid_ReturnValue_3) == 0x00008C, "Member 'Face_PostProcess_AnimBP_C_SetOwnerActorHookups::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_C_UpdateAFS \ +static_assert(alignof(Face_PostProcess_AnimBP_C_UpdateAFS) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_C_UpdateAFS"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_C_UpdateAFS) == 0x000060, "Wrong size on Face_PostProcess_AnimBP_C_UpdateAFS"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, Switch) == 0x000000, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::Switch' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, Switched) == 0x000001, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::Switched' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, Temp_int_Variable) == 0x000018, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, CallFunc_Less_DoubleDouble_ReturnValue) == 0x00001C, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, CallFunc_RandomFloatFromStream_ReturnValue) == 0x000020, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::CallFunc_RandomFloatFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000028, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000030, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000040, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000048, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000050, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateAFS, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000058, "Member 'Face_PostProcess_AnimBP_C_UpdateAFS::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_C_UpdateFocus \ +static_assert(alignof(Face_PostProcess_AnimBP_C_UpdateFocus) == 0x000008, "Wrong alignment on Face_PostProcess_AnimBP_C_UpdateFocus"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_C_UpdateFocus) == 0x000070, "Wrong size on Face_PostProcess_AnimBP_C_UpdateFocus"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, Switch) == 0x000000, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::Switch' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, Switched) == 0x000001, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::Switched' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000003, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_FClamp_ReturnValue) == 0x000008, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_RandomFloatFromStream_ReturnValue) == 0x000018, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_RandomFloatFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000030, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_SelectFloat_ReturnValue) == 0x000040, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000048, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000050, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000058, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000060, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_UpdateFocus, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000068, "Member 'Face_PostProcess_AnimBP_C_UpdateFocus::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition \ +static_assert(alignof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition) == 0x000010, "Wrong alignment on Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition"); \ +static_assert(sizeof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition) == 0x000100, "Wrong size on Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition, SocketName) == 0x000000, "Member 'Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition::SocketName' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition, ActorToLookAt) == 0x000008, "Member 'Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition::ActorToLookAt' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition, Return_Value_Location) == 0x000010, "Member 'Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition::Return_Value_Location' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition, Succeeded) == 0x000028, "Member 'Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition::Succeeded' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition, CallFunc_GetTransform_ReturnValue) == 0x000030, "Member 'Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition, CallFunc_BreakTransform_Location) == 0x000090, "Member 'Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition, CallFunc_BreakTransform_Rotation) == 0x0000A8, "Member 'Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition, CallFunc_BreakTransform_Scale) == 0x0000C0, "Member 'Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition, CallFunc_GetComponentByClass_ReturnValue) == 0x0000D8, "Member 'Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition, CallFunc_IsValid_ReturnValue_1) == 0x0000E0, "Member 'Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition, CallFunc_GetSocketLocation_ReturnValue) == 0x0000E8, "Member 'Face_PostProcess_AnimBP_C_GetActorAsLookAtPosition::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFace_PostProcess_AnimBP_C \ +static_assert(alignof(UFace_PostProcess_AnimBP_C) == 0x000010, "Wrong alignment on UFace_PostProcess_AnimBP_C"); \ +static_assert(sizeof(UFace_PostProcess_AnimBP_C) == 0x0015F0, "Wrong size on UFace_PostProcess_AnimBP_C"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, UberGraphFrame) == 0x0003F0, "Member 'UFace_PostProcess_AnimBP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, __AnimBlueprintMutables) == 0x0003F8, "Member 'UFace_PostProcess_AnimBP_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimBlueprintExtension_PropertyAccess) == 0x000400, "Member 'UFace_PostProcess_AnimBP_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimBlueprintExtension_Base) == 0x000408, "Member 'UFace_PostProcess_AnimBP_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_PoseDriver) == 0x000410, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_PoseDriver' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_RigLogic) == 0x0005B8, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_RigLogic' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_LinkedInputPose) == 0x000628, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_SaveCachedPose_4) == 0x0006E0, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_Root) == 0x000760, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_UseCachedPose_8) == 0x000780, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_UseCachedPose_7) == 0x0007A8, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_BlendListByBool_3) == 0x0007D0, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_ModifyCurve) == 0x000820, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_ModifyCurve' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_UseCachedPose_6) == 0x000940, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_LocalToComponentSpace) == 0x000968, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_ComponentToLocalSpace) == 0x000988, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_LookAt_1) == 0x0009B0, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_LookAt_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_LookAt) == 0x000C00, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_LookAt' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_SaveCachedPose_3) == 0x000E50, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_UseCachedPose_5) == 0x000ED0, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_BlendListByBool_2) == 0x000EF8, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_SaveCachedPose_2) == 0x000F48, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_SaveCachedPose_1) == 0x000FC8, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_SaveCachedPose) == 0x001048, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_UseCachedPose_4) == 0x0010C8, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_UseCachedPose_3) == 0x0010F0, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_BlendListByBool_1) == 0x001118, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_UseCachedPose_2) == 0x001168, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_BlendListByBool) == 0x001190, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_UseCachedPose_1) == 0x0011E0, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AnimGraphNode_UseCachedPose) == 0x001208, "Member 'UFace_PostProcess_AnimBP_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, K2Node_PropertyAccess_5) == 0x001230, "Member 'UFace_PostProcess_AnimBP_C::K2Node_PropertyAccess_5' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, K2Node_PropertyAccess_4) == 0x001238, "Member 'UFace_PostProcess_AnimBP_C::K2Node_PropertyAccess_4' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, K2Node_PropertyAccess_3) == 0x001240, "Member 'UFace_PostProcess_AnimBP_C::K2Node_PropertyAccess_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, K2Node_PropertyAccess_2) == 0x001248, "Member 'UFace_PostProcess_AnimBP_C::K2Node_PropertyAccess_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, K2Node_PropertyAccess_1) == 0x001250, "Member 'UFace_PostProcess_AnimBP_C::K2Node_PropertyAccess_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, K2Node_PropertyAccess) == 0x001268, "Member 'UFace_PostProcess_AnimBP_C::K2Node_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Input_Target_Smoothing_ROC) == 0x00126C, "Member 'UFace_PostProcess_AnimBP_C::Input_Target_Smoothing_ROC' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Eye_L_Control_ROC) == 0x001270, "Member 'UFace_PostProcess_AnimBP_C::Eye_L_Control_ROC' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Eye_R_Control_ROC) == 0x001278, "Member 'UFace_PostProcess_AnimBP_C::Eye_R_Control_ROC' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, HoldingInput) == 0x001280, "Member 'UFace_PostProcess_AnimBP_C::HoldingInput' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, PreviousActiveTargetIndex) == 0x001284, "Member 'UFace_PostProcess_AnimBP_C::PreviousActiveTargetIndex' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, ActiveTargetIndex) == 0x001288, "Member 'UFace_PostProcess_AnimBP_C::ActiveTargetIndex' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, EyesCurrentTarget) == 0x001290, "Member 'UFace_PostProcess_AnimBP_C::EyesCurrentTarget' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, CandidateEyeTargets) == 0x0012A8, "Member 'UFace_PostProcess_AnimBP_C::CandidateEyeTargets' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, A) == 0x0012B8, "Member 'UFace_PostProcess_AnimBP_C::A' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, InputTargetIndex) == 0x0012C0, "Member 'UFace_PostProcess_AnimBP_C::InputTargetIndex' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, BodyTypeIndex) == 0x0012C4, "Member 'UFace_PostProcess_AnimBP_C::BodyTypeIndex' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Apply_Neck_BodyType_PoseOffsets) == 0x0012C8, "Member 'UFace_PostProcess_AnimBP_C::Apply_Neck_BodyType_PoseOffsets' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AsCJCharacter) == 0x0012D0, "Member 'UFace_PostProcess_AnimBP_C::AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, OwnerIsCJCharacter) == 0x0012D8, "Member 'UFace_PostProcess_AnimBP_C::OwnerIsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Mesh) == 0x0012E0, "Member 'UFace_PostProcess_AnimBP_C::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Eye_R_Ctrl_Error_AnimSpace_Offset) == 0x0012E8, "Member 'UFace_PostProcess_AnimBP_C::Eye_R_Ctrl_Error_AnimSpace_Offset' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Eye_L_Ctrl_Error_AnimSpace_Offset) == 0x001300, "Member 'UFace_PostProcess_AnimBP_C::Eye_L_Ctrl_Error_AnimSpace_Offset' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, SletalCtrlAlpha) == 0x001318, "Member 'UFace_PostProcess_AnimBP_C::SletalCtrlAlpha' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, LookAtYaw_L) == 0x001320, "Member 'UFace_PostProcess_AnimBP_C::LookAtYaw_L' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, LookAtYaw_R) == 0x001328, "Member 'UFace_PostProcess_AnimBP_C::LookAtYaw_R' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, LookAtPitch_L) == 0x001330, "Member 'UFace_PostProcess_AnimBP_C::LookAtPitch_L' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, LookAtPitch_R) == 0x001338, "Member 'UFace_PostProcess_AnimBP_C::LookAtPitch_R' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, OwningActorHookupStatus) == 0x001340, "Member 'UFace_PostProcess_AnimBP_C::OwningActorHookupStatus' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, RunningTime__seconds_) == 0x001344, "Member 'UFace_PostProcess_AnimBP_C::RunningTime__seconds_' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Eye_R_TM) == 0x001350, "Member 'UFace_PostProcess_AnimBP_C::Eye_R_TM' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Eye_L_TM) == 0x0013B0, "Member 'UFace_PostProcess_AnimBP_C::Eye_L_TM' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Control_Eyes) == 0x001410, "Member 'UFace_PostProcess_AnimBP_C::Control_Eyes' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Enable_DebugShow_Eye_Ctrl_Frames) == 0x001411, "Member 'UFace_PostProcess_AnimBP_C::Enable_DebugShow_Eye_Ctrl_Frames' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Control_Eyes_Dbg_Override_EyesOnly) == 0x001412, "Member 'UFace_PostProcess_AnimBP_C::Control_Eyes_Dbg_Override_EyesOnly' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Enable_DebugShow_Eyes_Target) == 0x001413, "Member 'UFace_PostProcess_AnimBP_C::Enable_DebugShow_Eyes_Target' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, InputTarget) == 0x001418, "Member 'UFace_PostProcess_AnimBP_C::InputTarget' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, CharacterPointInterestComponent) == 0x001430, "Member 'UFace_PostProcess_AnimBP_C::CharacterPointInterestComponent' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, InMelee) == 0x001438, "Member 'UFace_PostProcess_AnimBP_C::InMelee' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, MeleTargetActor) == 0x001440, "Member 'UFace_PostProcess_AnimBP_C::MeleTargetActor' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, HasMeleeTarget) == 0x001448, "Member 'UFace_PostProcess_AnimBP_C::HasMeleeTarget' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, EnemyLookAtPos) == 0x001450, "Member 'UFace_PostProcess_AnimBP_C::EnemyLookAtPos' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, HasLookTarget) == 0x001468, "Member 'UFace_PostProcess_AnimBP_C::HasLookTarget' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, MeleeTargetMesh) == 0x001470, "Member 'UFace_PostProcess_AnimBP_C::MeleeTargetMesh' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, FaceMesh) == 0x001478, "Member 'UFace_PostProcess_AnimBP_C::FaceMesh' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, HeadPitch) == 0x001480, "Member 'UFace_PostProcess_AnimBP_C::HeadPitch' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, HeadYaw) == 0x001484, "Member 'UFace_PostProcess_AnimBP_C::HeadYaw' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, HeadTM) == 0x001490, "Member 'UFace_PostProcess_AnimBP_C::HeadTM' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, ConeLimitBreached) == 0x0014F0, "Member 'UFace_PostProcess_AnimBP_C::ConeLimitBreached' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, VisionCone) == 0x0014F4, "Member 'UFace_PostProcess_AnimBP_C::VisionCone' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, Safe_Target) == 0x0014F8, "Member 'UFace_PostProcess_AnimBP_C::Safe_Target' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, FocusIntensity) == 0x001510, "Member 'UFace_PostProcess_AnimBP_C::FocusIntensity' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, FocusTimeFrame) == 0x001518, "Member 'UFace_PostProcess_AnimBP_C::FocusTimeFrame' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, FocusVariability) == 0x001520, "Member 'UFace_PostProcess_AnimBP_C::FocusVariability' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, RandomFloatStream) == 0x001528, "Member 'UFace_PostProcess_AnimBP_C::RandomFloatStream' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, FocusToggle) == 0x001530, "Member 'UFace_PostProcess_AnimBP_C::FocusToggle' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AFSTimeFrame) == 0x001538, "Member 'UFace_PostProcess_AnimBP_C::AFSTimeFrame' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AFSVariablity) == 0x001540, "Member 'UFace_PostProcess_AnimBP_C::AFSVariablity' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AsNPCAIController) == 0x001548, "Member 'UFace_PostProcess_AnimBP_C::AsNPCAIController' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, IsAIControlled) == 0x001550, "Member 'UFace_PostProcess_AnimBP_C::IsAIControlled' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, SelfLocation) == 0x001558, "Member 'UFace_PostProcess_AnimBP_C::SelfLocation' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, SelfOrientation) == 0x001570, "Member 'UFace_PostProcess_AnimBP_C::SelfOrientation' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, IntermediateTarget) == 0x001588, "Member 'UFace_PostProcess_AnimBP_C::IntermediateTarget' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, newtargetdistance) == 0x0015A0, "Member 'UFace_PostProcess_AnimBP_C::newtargetdistance' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, sinviewcone) == 0x0015A8, "Member 'UFace_PostProcess_AnimBP_C::sinviewcone' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, EnableDebugShowCandidates) == 0x0015AC, "Member 'UFace_PostProcess_AnimBP_C::EnableDebugShowCandidates' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, EnableDebugShowConeLimiting) == 0x0015AD, "Member 'UFace_PostProcess_AnimBP_C::EnableDebugShowConeLimiting' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, LookAt) == 0x0015AE, "Member 'UFace_PostProcess_AnimBP_C::LookAt' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, RunningInEditor) == 0x0015AF, "Member 'UFace_PostProcess_AnimBP_C::RunningInEditor' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, FocusSwitchTriggerTime) == 0x0015B0, "Member 'UFace_PostProcess_AnimBP_C::FocusSwitchTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AFSCounter) == 0x0015B8, "Member 'UFace_PostProcess_AnimBP_C::AFSCounter' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, AFSSwitchTriggerTime) == 0x0015C0, "Member 'UFace_PostProcess_AnimBP_C::AFSSwitchTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, DebugDrawMeleeTargetSelection) == 0x0015C8, "Member 'UFace_PostProcess_AnimBP_C::DebugDrawMeleeTargetSelection' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, NoActor) == 0x0015D0, "Member 'UFace_PostProcess_AnimBP_C::NoActor' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, NoSkelly) == 0x0015D8, "Member 'UFace_PostProcess_AnimBP_C::NoSkelly' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, NewTargetsConeScaleX) == 0x0015E0, "Member 'UFace_PostProcess_AnimBP_C::NewTargetsConeScaleX' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, NewTargetsConeScaleZ) == 0x0015E4, "Member 'UFace_PostProcess_AnimBP_C::NewTargetsConeScaleZ' has a wrong offset!"); \ +static_assert(offsetof(UFace_PostProcess_AnimBP_C, CandidatesCone) == 0x0015E8, "Member 'UFace_PostProcess_AnimBP_C::CandidatesCone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUpdateLadderMovement_C \ +static_assert(alignof(UUpdateLadderMovement_C) == 0x000008, "Wrong alignment on UUpdateLadderMovement_C"); \ +static_assert(sizeof(UUpdateLadderMovement_C) == 0x000030, "Wrong size on UUpdateLadderMovement_C"); \ + +#define DUMPER7_ASSERTS_ABP_LadderGraph__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LadderGraph::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData) == 0x000BA8, "Wrong size on ABP_LadderGraph::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_384) == 0x000004, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_384' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_385) == 0x00000C, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_385' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_386) == 0x000014, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_386' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_387) == 0x000018, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_387' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_388) == 0x000020, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_388' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_389) == 0x000028, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_389' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_390) == 0x000048, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_390' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_391) == 0x000050, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_391' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_392) == 0x000058, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_392' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_393) == 0x000078, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_393' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_394) == 0x000080, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_394' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_395) == 0x000088, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_395' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_396) == 0x0000A8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_396' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_397) == 0x0000B0, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_397' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_398) == 0x0000B4, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_398' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_399) == 0x0000BC, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_399' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_400) == 0x0000C0, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_400' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_401) == 0x0000C8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_401' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_402) == 0x0000CC, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_402' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_403) == 0x0000D4, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_403' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_404) == 0x0000D8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_404' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_405) == 0x0000E0, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_405' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_406) == 0x0000E8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_406' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_407) == 0x000108, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_407' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_408) == 0x000110, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_408' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_409) == 0x000118, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_409' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_410) == 0x000138, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_410' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_411) == 0x000140, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_411' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __CurveFloat_412) == 0x000148, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__CurveFloat_412' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_413) == 0x000150, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_413' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_414) == 0x000151, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_414' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_415) == 0x000152, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_415' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __ArrayProperty_416) == 0x000158, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__ArrayProperty_416' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __BlendProfile_417) == 0x000168, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__BlendProfile_417' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_418) == 0x000170, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_418' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_419) == 0x0001A0, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_419' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_420) == 0x0001C0, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_420' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_421) == 0x0001C8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_421' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_422) == 0x0001D0, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_422' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __BoolProperty_423) == 0x0001D4, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__BoolProperty_423' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __FloatProperty_424) == 0x0001D8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__FloatProperty_424' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __FloatProperty_425) == 0x0001DC, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__FloatProperty_425' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_426) == 0x0001E0, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_426' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __BoolProperty_427) == 0x0001E1, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__BoolProperty_427' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __ByteProperty_428) == 0x0001E2, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__ByteProperty_428' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_429) == 0x0001E4, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_429' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_430) == 0x0001F0, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_430' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000210, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x000290, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000298, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0002D8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x000308, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x000338, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x000368, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x000398, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x0003C8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x0003F8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x000428, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x000458, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x000488, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x0004B8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x0004E8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x000518, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x000548, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x000578, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x0005A8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x0005D8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x000608, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_12) == 0x000638, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_11) == 0x000668, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_11) == 0x000698, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x0006C8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_10) == 0x0006F8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x000728, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_9) == 0x000758, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x000788, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_8) == 0x0007B8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x0007E8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_7) == 0x000818, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x000848, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x000878, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x0008A8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x0008D8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x000908, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x000938, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x000968, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x000998, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x0009C8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x0009F8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x000A28, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x000A58, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x000A88, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000AB8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x000AE8, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_WalkableStateMachine) == 0x000B18, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_WalkableStateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x000B48, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x000B78, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LadderGraph__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_LadderGraph::FAnimBlueprintGeneratedMutableData) == 0x000004, "Wrong alignment on ABP_LadderGraph::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_LadderGraph::FAnimBlueprintGeneratedMutableData) == 0x00001C, "Wrong size on ABP_LadderGraph::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedMutableData, __FloatProperty) == 0x000004, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedMutableData::__FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedMutableData, __FloatProperty_0) == 0x000008, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedMutableData::__FloatProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedMutableData, __FloatProperty_1) == 0x00000C, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedMutableData::__FloatProperty_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedMutableData, __FloatProperty_2) == 0x000010, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedMutableData::__FloatProperty_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedMutableData, __BoolProperty_3) == 0x000014, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedMutableData::__BoolProperty_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph::FAnimBlueprintGeneratedMutableData, __FloatProperty_4) == 0x000018, "Member 'ABP_LadderGraph::FAnimBlueprintGeneratedMutableData::__FloatProperty_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LadderGraph_C_AnimGraph \ +static_assert(alignof(ABP_LadderGraph_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LadderGraph_C_AnimGraph"); \ +static_assert(sizeof(ABP_LadderGraph_C_AnimGraph) == 0x000010, "Wrong size on ABP_LadderGraph_C_AnimGraph"); \ +static_assert(offsetof(ABP_LadderGraph_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LadderGraph_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation) == 0x000008, "Wrong alignment on ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation) == 0x000080, "Wrong size on ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Abs_ReturnValue) == 0x000008, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000010, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000028, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetCurveValue_ReturnValue) == 0x00002C, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_FInterpTo_ReturnValue) == 0x000030, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_FInterpTo_ReturnValue_1) == 0x000038, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue) == 0x000040, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_SelectFloat_ReturnValue) == 0x000048, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_GetCurveValue_ReturnValue_1) == 0x000050, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000058, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000060, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_FInterpTo_DeltaTime_ImplicitCast) == 0x000068, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_FInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_FInterpTo_DeltaTime_ImplicitCast_1) == 0x000070, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_FInterpTo_DeltaTime_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000078, "Member 'ABP_LadderGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LadderGraph_C_Detach \ +static_assert(alignof(ABP_LadderGraph_C_Detach) == 0x000008, "Wrong alignment on ABP_LadderGraph_C_Detach"); \ +static_assert(sizeof(ABP_LadderGraph_C_Detach) == 0x000020, "Wrong size on ABP_LadderGraph_C_Detach"); \ +static_assert(offsetof(ABP_LadderGraph_C_Detach, Context) == 0x000000, "Member 'ABP_LadderGraph_C_Detach::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_Detach, Node) == 0x000010, "Member 'ABP_LadderGraph_C_Detach::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph \ +static_assert(alignof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph) == 0x000004, "Wrong alignment on ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph"); \ +static_assert(sizeof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph) == 0x000010, "Wrong size on ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, EntryPoint) == 0x000000, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, CallFunc_BooleanAND_ReturnValue_1) == 0x000006, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, CallFunc_Not_PreBool_ReturnValue_1) == 0x000007, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, CallFunc_BooleanAND_ReturnValue_2) == 0x000008, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, CallFunc_Not_PreBool_ReturnValue_2) == 0x000009, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, CallFunc_BooleanAND_ReturnValue_3) == 0x00000A, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, CallFunc_BooleanAND_ReturnValue_4) == 0x00000B, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, CallFunc_BooleanAND_ReturnValue_5) == 0x00000C, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, CallFunc_Not_PreBool_ReturnValue_3) == 0x00000D, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, CallFunc_BooleanAND_ReturnValue_6) == 0x00000E, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph, CallFunc_BooleanAND_ReturnValue_7) == 0x00000F, "Member 'ABP_LadderGraph_C_ExecuteUbergraph_ABP_LadderGraph::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LadderGraph_C_InitClimbStep \ +static_assert(alignof(ABP_LadderGraph_C_InitClimbStep) == 0x000008, "Wrong alignment on ABP_LadderGraph_C_InitClimbStep"); \ +static_assert(sizeof(ABP_LadderGraph_C_InitClimbStep) == 0x000020, "Wrong size on ABP_LadderGraph_C_InitClimbStep"); \ +static_assert(offsetof(ABP_LadderGraph_C_InitClimbStep, Context) == 0x000000, "Member 'ABP_LadderGraph_C_InitClimbStep::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_InitClimbStep, Node) == 0x000010, "Member 'ABP_LadderGraph_C_InitClimbStep::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LadderGraph_C_InitDismountBot \ +static_assert(alignof(ABP_LadderGraph_C_InitDismountBot) == 0x000008, "Wrong alignment on ABP_LadderGraph_C_InitDismountBot"); \ +static_assert(sizeof(ABP_LadderGraph_C_InitDismountBot) == 0x000020, "Wrong size on ABP_LadderGraph_C_InitDismountBot"); \ +static_assert(offsetof(ABP_LadderGraph_C_InitDismountBot, Context) == 0x000000, "Member 'ABP_LadderGraph_C_InitDismountBot::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_InitDismountBot, Node) == 0x000010, "Member 'ABP_LadderGraph_C_InitDismountBot::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LadderGraph_C_InitDismountTop \ +static_assert(alignof(ABP_LadderGraph_C_InitDismountTop) == 0x000008, "Wrong alignment on ABP_LadderGraph_C_InitDismountTop"); \ +static_assert(sizeof(ABP_LadderGraph_C_InitDismountTop) == 0x000020, "Wrong size on ABP_LadderGraph_C_InitDismountTop"); \ +static_assert(offsetof(ABP_LadderGraph_C_InitDismountTop, Context) == 0x000000, "Member 'ABP_LadderGraph_C_InitDismountTop::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_InitDismountTop, Node) == 0x000010, "Member 'ABP_LadderGraph_C_InitDismountTop::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LadderGraph_C_InitIdle \ +static_assert(alignof(ABP_LadderGraph_C_InitIdle) == 0x000008, "Wrong alignment on ABP_LadderGraph_C_InitIdle"); \ +static_assert(sizeof(ABP_LadderGraph_C_InitIdle) == 0x000020, "Wrong size on ABP_LadderGraph_C_InitIdle"); \ +static_assert(offsetof(ABP_LadderGraph_C_InitIdle, Context) == 0x000000, "Member 'ABP_LadderGraph_C_InitIdle::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_InitIdle, Node) == 0x000010, "Member 'ABP_LadderGraph_C_InitIdle::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LadderGraph_C_InitStart \ +static_assert(alignof(ABP_LadderGraph_C_InitStart) == 0x000008, "Wrong alignment on ABP_LadderGraph_C_InitStart"); \ +static_assert(sizeof(ABP_LadderGraph_C_InitStart) == 0x000020, "Wrong size on ABP_LadderGraph_C_InitStart"); \ +static_assert(offsetof(ABP_LadderGraph_C_InitStart, Context) == 0x000000, "Member 'ABP_LadderGraph_C_InitStart::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LadderGraph_C_InitStart, Node) == 0x000010, "Member 'ABP_LadderGraph_C_InitStart::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LadderGraph_C \ +static_assert(alignof(UABP_LadderGraph_C) == 0x000010, "Wrong alignment on UABP_LadderGraph_C"); \ +static_assert(sizeof(UABP_LadderGraph_C) == 0x000F90, "Wrong size on UABP_LadderGraph_C"); \ +static_assert(offsetof(UABP_LadderGraph_C, UberGraphFrame) == 0x0003F0, "Member 'UABP_LadderGraph_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, __AnimBlueprintMutables) == 0x0003F8, "Member 'UABP_LadderGraph_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimBlueprintExtension_PropertyAccess) == 0x000418, "Member 'UABP_LadderGraph_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimBlueprintExtension_NodeRelevancy) == 0x000420, "Member 'UABP_LadderGraph_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimBlueprintExtension_Base) == 0x0004C8, "Member 'UABP_LadderGraph_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_Root) == 0x0004D0, "Member 'UABP_LadderGraph_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_16) == 0x0004F0, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_15) == 0x000518, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_14) == 0x000540, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_13) == 0x000568, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_12) == 0x000590, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_11) == 0x0005B8, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_10) == 0x0005E0, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_9) == 0x000608, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_8) == 0x000630, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_7) == 0x000658, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_6) == 0x000680, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_5) == 0x0006A8, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_4) == 0x0006D0, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_3) == 0x0006F8, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_2) == 0x000720, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult_1) == 0x000748, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_TransitionResult) == 0x000770, "Member 'UABP_LadderGraph_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer_12) == 0x000798, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_StateResult_11) == 0x0007E0, "Member 'UABP_LadderGraph_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer_11) == 0x000800, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_StateResult_10) == 0x000848, "Member 'UABP_LadderGraph_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer_10) == 0x000868, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_StateResult_9) == 0x0008B0, "Member 'UABP_LadderGraph_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer_9) == 0x0008D0, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_StateResult_8) == 0x000918, "Member 'UABP_LadderGraph_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer_8) == 0x000938, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_StateResult_7) == 0x000980, "Member 'UABP_LadderGraph_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer_7) == 0x0009A0, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_StateResult_6) == 0x0009E8, "Member 'UABP_LadderGraph_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer_6) == 0x000A08, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_StateResult_5) == 0x000A50, "Member 'UABP_LadderGraph_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer_5) == 0x000A70, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_StateResult_4) == 0x000AB8, "Member 'UABP_LadderGraph_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer_4) == 0x000AD8, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_StateResult_3) == 0x000B20, "Member 'UABP_LadderGraph_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer_3) == 0x000B40, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_StateResult_2) == 0x000B88, "Member 'UABP_LadderGraph_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer_2) == 0x000BA8, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_StateResult_1) == 0x000BF0, "Member 'UABP_LadderGraph_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer_1) == 0x000C10, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_BlendListByBool) == 0x000C58, "Member 'UABP_LadderGraph_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_SequencePlayer) == 0x000CA8, "Member 'UABP_LadderGraph_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_StateResult) == 0x000CF0, "Member 'UABP_LadderGraph_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_WalkableStateMachine) == 0x000D10, "Member 'UABP_LadderGraph_C::AnimGraphNode_WalkableStateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_BlendSpacePlayer) == 0x000DE8, "Member 'UABP_LadderGraph_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x000E58, "Member 'UABP_LadderGraph_C::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, IsMovingUp) == 0x000F28, "Member 'UABP_LadderGraph_C::IsMovingUp' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, PlayRate) == 0x000F30, "Member 'UABP_LadderGraph_C::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, IsMovingDown) == 0x000F38, "Member 'UABP_LadderGraph_C::IsMovingDown' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, PositionOnLadder) == 0x000F40, "Member 'UABP_LadderGraph_C::PositionOnLadder' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, InitStartPos) == 0x000F48, "Member 'UABP_LadderGraph_C::InitStartPos' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, StartedBottom) == 0x000F50, "Member 'UABP_LadderGraph_C::StartedBottom' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, DismountBottom) == 0x000F51, "Member 'UABP_LadderGraph_C::DismountBottom' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, DetachBottom) == 0x000F52, "Member 'UABP_LadderGraph_C::DetachBottom' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, DismountTopp) == 0x000F53, "Member 'UABP_LadderGraph_C::DismountTopp' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, IsDismountingBot) == 0x000F54, "Member 'UABP_LadderGraph_C::IsDismountingBot' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AdditiveBlendValue) == 0x000F58, "Member 'UABP_LadderGraph_C::AdditiveBlendValue' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AdditiveTarget) == 0x000F60, "Member 'UABP_LadderGraph_C::AdditiveTarget' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, AdditiveAlpha) == 0x000F68, "Member 'UABP_LadderGraph_C::AdditiveAlpha' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, NewEventDispatcher) == 0x000F70, "Member 'UABP_LadderGraph_C::NewEventDispatcher' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, ForwardPositionOnLadder) == 0x000F80, "Member 'UABP_LadderGraph_C::ForwardPositionOnLadder' has a wrong offset!"); \ +static_assert(offsetof(UABP_LadderGraph_C, ClimbInput) == 0x000F88, "Member 'UABP_LadderGraph_C::ClimbInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EquipHoldable_C_GetNotifyName \ +static_assert(alignof(BP_EquipHoldable_C_GetNotifyName) == 0x000008, "Wrong alignment on BP_EquipHoldable_C_GetNotifyName"); \ +static_assert(sizeof(BP_EquipHoldable_C_GetNotifyName) == 0x000020, "Wrong size on BP_EquipHoldable_C_GetNotifyName"); \ +static_assert(offsetof(BP_EquipHoldable_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'BP_EquipHoldable_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_GetNotifyName, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'BP_EquipHoldable_C_GetNotifyName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EquipHoldable_C_Received_Notify \ +static_assert(alignof(BP_EquipHoldable_C_Received_Notify) == 0x000008, "Wrong alignment on BP_EquipHoldable_C_Received_Notify"); \ +static_assert(sizeof(BP_EquipHoldable_C_Received_Notify) == 0x000138, "Wrong size on BP_EquipHoldable_C_Received_Notify"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_EquipHoldable_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, Animation) == 0x000008, "Member 'BP_EquipHoldable_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, EventReference) == 0x000010, "Member 'BP_EquipHoldable_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, ReturnValue) == 0x000060, "Member 'BP_EquipHoldable_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000068, "Member 'BP_EquipHoldable_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, CallFunc_Array_Random_OutItem) == 0x000070, "Member 'BP_EquipHoldable_C_Received_Notify::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, CallFunc_Array_Random_OutIndex) == 0x000098, "Member 'BP_EquipHoldable_C_Received_Notify::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, K2Node_DynamicCast_AsCJCharacter) == 0x0000A0, "Member 'BP_EquipHoldable_C_Received_Notify::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_EquipHoldable_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, CallFunc_GetInventoryId_ReturnValue) == 0x0000AC, "Member 'BP_EquipHoldable_C_Received_Notify::CallFunc_GetInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, CallFunc_AddItemToInventory_ReturnValue) == 0x0000B8, "Member 'BP_EquipHoldable_C_Received_Notify::CallFunc_AddItemToInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, CallFunc_GetWieldedActor_ReturnValue) == 0x0000F0, "Member 'BP_EquipHoldable_C_Received_Notify::CallFunc_GetWieldedActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, K2Node_DynamicCast_AsWeapon) == 0x0000F8, "Member 'BP_EquipHoldable_C_Received_Notify::K2Node_DynamicCast_AsWeapon' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'BP_EquipHoldable_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, CallFunc_GetTag_ReturnValue) == 0x000104, "Member 'BP_EquipHoldable_C_Received_Notify::CallFunc_GetTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, CallFunc_MakeGameplayTagContainerFromTag_ReturnValue) == 0x000110, "Member 'BP_EquipHoldable_C_Received_Notify::CallFunc_MakeGameplayTagContainerFromTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EquipHoldable_C_Received_Notify, CallFunc_DoesContainerMatchTagQuery_ReturnValue) == 0x000130, "Member 'BP_EquipHoldable_C_Received_Notify::CallFunc_DoesContainerMatchTagQuery_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_EquipHoldable_C \ +static_assert(alignof(UBP_EquipHoldable_C) == 0x000008, "Wrong alignment on UBP_EquipHoldable_C"); \ +static_assert(sizeof(UBP_EquipHoldable_C) == 0x000090, "Wrong size on UBP_EquipHoldable_C"); \ +static_assert(offsetof(UBP_EquipHoldable_C, Tag_Query) == 0x000038, "Member 'UBP_EquipHoldable_C::Tag_Query' has a wrong offset!"); \ +static_assert(offsetof(UBP_EquipHoldable_C, Items) == 0x000080, "Member 'UBP_EquipHoldable_C::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterBloodEffectsController_C_ActionEffectTriggered \ +static_assert(alignof(BP_CharacterBloodEffectsController_C_ActionEffectTriggered) == 0x000008, "Wrong alignment on BP_CharacterBloodEffectsController_C_ActionEffectTriggered"); \ +static_assert(sizeof(BP_CharacterBloodEffectsController_C_ActionEffectTriggered) == 0x000068, "Wrong size on BP_CharacterBloodEffectsController_C_ActionEffectTriggered"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ActionEffectTriggered, Data) == 0x000000, "Member 'BP_CharacterBloodEffectsController_C_ActionEffectTriggered::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial \ +static_assert(alignof(BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial) == 0x000008, "Wrong alignment on BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial"); \ +static_assert(sizeof(BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial) == 0x000030, "Wrong size on BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial, Amount) == 0x000000, "Member 'BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial::Amount' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial, CallFunc_Abs_ReturnValue) == 0x000010, "Member 'BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000020, "Member 'BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000028, "Member 'BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x00002C, "Member 'BP_CharacterBloodEffectsController_C_ApplyBloodToMaterial::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController \ +static_assert(alignof(BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController) == 0x000008, "Wrong alignment on BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController"); \ +static_assert(sizeof(BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController) == 0x000090, "Wrong size on BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController, EntryPoint) == 0x000000, "Member 'BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController, K2Node_Event_Data) == 0x000008, "Member 'BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController::K2Node_Event_Data' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000078, "Member 'BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController, CallFunc_FClamp_ReturnValue) == 0x000080, "Member 'BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000088, "Member 'BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController, CallFunc_BooleanOR_ReturnValue) == 0x000089, "Member 'BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x00008A, "Member 'BP_CharacterBloodEffectsController_C_ExecuteUbergraph_BP_CharacterBloodEffectsController::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown \ +static_assert(alignof(BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown) == 0x000008, "Wrong alignment on BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown"); \ +static_assert(sizeof(BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown) == 0x000028, "Wrong size on BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown, Needs_Update) == 0x000000, "Member 'BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown::Needs_Update' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000020, "Member 'BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000021, "Member 'BP_CharacterBloodEffectsController_C_HandleTimerSetupAndTeardown::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterBloodEffectsController_C_OnTimerTick \ +static_assert(alignof(BP_CharacterBloodEffectsController_C_OnTimerTick) == 0x000008, "Wrong alignment on BP_CharacterBloodEffectsController_C_OnTimerTick"); \ +static_assert(sizeof(BP_CharacterBloodEffectsController_C_OnTimerTick) == 0x000028, "Wrong size on BP_CharacterBloodEffectsController_C_OnTimerTick"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_OnTimerTick, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000000, "Member 'BP_CharacterBloodEffectsController_C_OnTimerTick::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_OnTimerTick, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000008, "Member 'BP_CharacterBloodEffectsController_C_OnTimerTick::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_OnTimerTick, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_CharacterBloodEffectsController_C_OnTimerTick::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_OnTimerTick, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_CharacterBloodEffectsController_C_OnTimerTick::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterBloodEffectsController_C_OnTimerTick, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'BP_CharacterBloodEffectsController_C_OnTimerTick::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterBloodEffectsController_C \ +static_assert(alignof(UBP_CharacterBloodEffectsController_C) == 0x000008, "Wrong alignment on UBP_CharacterBloodEffectsController_C"); \ +static_assert(sizeof(UBP_CharacterBloodEffectsController_C) == 0x000100, "Wrong size on UBP_CharacterBloodEffectsController_C"); \ +static_assert(offsetof(UBP_CharacterBloodEffectsController_C, UberGraphFrame) == 0x0000C8, "Member 'UBP_CharacterBloodEffectsController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterBloodEffectsController_C, BloodAmount) == 0x0000D0, "Member 'UBP_CharacterBloodEffectsController_C::BloodAmount' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterBloodEffectsController_C, PerHitBloodAmount) == 0x0000D8, "Member 'UBP_CharacterBloodEffectsController_C::PerHitBloodAmount' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterBloodEffectsController_C, BloodDecaySpeed) == 0x0000E0, "Member 'UBP_CharacterBloodEffectsController_C::BloodDecaySpeed' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterBloodEffectsController_C, Timer_Handle) == 0x0000E8, "Member 'UBP_CharacterBloodEffectsController_C::Timer_Handle' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterBloodEffectsController_C, LastAppliedBloodAmount) == 0x0000F0, "Member 'UBP_CharacterBloodEffectsController_C::LastAppliedBloodAmount' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterBloodEffectsController_C, BloodApplicationThreshold) == 0x0000F8, "Member 'UBP_CharacterBloodEffectsController_C::BloodApplicationThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEarlyGaitSwitchBranch_C \ +static_assert(alignof(UEarlyGaitSwitchBranch_C) == 0x000008, "Wrong alignment on UEarlyGaitSwitchBranch_C"); \ +static_assert(sizeof(UEarlyGaitSwitchBranch_C) == 0x000030, "Wrong size on UEarlyGaitSwitchBranch_C"); \ + +#define DUMPER7_ASSERTS_UBP_TraversalActionType_C \ +static_assert(alignof(UBP_TraversalActionType_C) == 0x000008, "Wrong alignment on UBP_TraversalActionType_C"); \ +static_assert(sizeof(UBP_TraversalActionType_C) == 0x000030, "Wrong size on UBP_TraversalActionType_C"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_CompletelySimulate \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_CompletelySimulate) == 0x000001, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_CompletelySimulate"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_CompletelySimulate) == 0x000002, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_CompletelySimulate"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_CompletelySimulate, bOverrideRagdollWeight_0) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_CompletelySimulate::bOverrideRagdollWeight_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_CompletelySimulate, bUpdateCapsuleFromPhysics) == 0x000001, "Member 'BP_CharacterPhysicalAnimationComponent_C_CompletelySimulate::bUpdateCapsuleFromPhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent) == 0x000008, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent) == 0x0005D8, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, EntryPoint) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, Temp_bool_Variable) == 0x000004, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_GatherInit_Character_Data_IsValid) == 0x000010, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_GatherInit_Character_Data_IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000018, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Event_bOverrideRagdollWeight) == 0x000030, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Event_bOverrideRagdollWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Event_bUpdateCapsuleFromPhysics) == 0x000031, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Event_bUpdateCapsuleFromPhysics' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BooleanAND_ReturnValue) == 0x000032, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BooleanOR_ReturnValue) == 0x000033, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, Temp_bool_Variable_1) == 0x000034, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Select_Default) == 0x000038, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BooleanOR_ReturnValue_1) == 0x000040, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000048, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000050, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_bBlockingHit) == 0x000150, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_bInitialOverlap) == 0x000151, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_Time) == 0x000154, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_Distance) == 0x000158, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_Location) == 0x000160, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_ImpactPoint) == 0x000178, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_Normal) == 0x000190, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_ImpactNormal) == 0x0001A8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_PhysMat) == 0x0001C0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_HitActor) == 0x0001C8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_HitComponent) == 0x0001D0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_HitBoneName) == 0x0001D8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_BoneName) == 0x0001E0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_HitItem) == 0x0001E8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_ElementIndex) == 0x0001EC, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_FaceIndex) == 0x0001F0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_TraceStart) == 0x0001F8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_TraceEnd) == 0x000210, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BooleanOR_ReturnValue_2) == 0x000228, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000230, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_IsComponentTickEnabled_ReturnValue) == 0x000238, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_IsComponentTickEnabled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Not_PreBool_ReturnValue) == 0x000239, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Event_bResumeTick) == 0x00023A, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Event_bResumeTick' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Event_Priority_1) == 0x00023B, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Event_Priority_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_GreaterEqual_ByteByte_ReturnValue) == 0x00023C, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_GreaterEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Event_Impulse) == 0x000240, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Event_Impulse' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Event_ImpulseBone) == 0x000258, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Event_ImpulseBone' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000260, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Divide_VectorVector_ReturnValue) == 0x000268, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Divide_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_VSize_ReturnValue) == 0x000280, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Not_PreBool_ReturnValue_1) == 0x000288, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BooleanOR_ReturnValue_3) == 0x000289, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Event_SimulateFromBone) == 0x00028C, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Event_SimulateFromBone' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Event_bIncludeBone) == 0x000294, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Event_bIncludeBone' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Event_Priority) == 0x000295, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Event_Priority' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Greater_ByteByte_ReturnValue) == 0x000296, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Greater_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BooleanAND_ReturnValue_1) == 0x000297, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000298, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0002B0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakVector_X) == 0x0002C8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakVector_Y) == 0x0002D0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakVector_Z) == 0x0002D8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_MakeVector_ReturnValue) == 0x0002E0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_K2_AddWorldOffset_SweepHitResult) == 0x0002F8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_K2_AddWorldOffset_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_bBlockingHit_1) == 0x0003F8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x0003F9, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_Time_1) == 0x0003FC, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_Distance_1) == 0x000400, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_Location_1) == 0x000408, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000420, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_Normal_1) == 0x000438, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000450, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_PhysMat_1) == 0x000468, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_HitActor_1) == 0x000470, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_HitComponent_1) == 0x000478, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_HitBoneName_1) == 0x000480, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_BoneName_1) == 0x000488, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_BoneName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_HitItem_1) == 0x000490, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_ElementIndex_1) == 0x000494, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_FaceIndex_1) == 0x000498, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_TraceStart_1) == 0x0004A0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BreakHitResult_TraceEnd_1) == 0x0004B8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_DynamicCast_AsCJCharacter) == 0x0004D0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_DynamicCast_bSuccess) == 0x0004D8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Not_PreBool_ReturnValue_2) == 0x0004D9, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Event_bWasPrepared) == 0x0004DA, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Event_bWasPrepared' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Not_PreBool_ReturnValue_3) == 0x0004DB, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Not_PreBool_ReturnValue_4) == 0x0004DC, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_FClamp_ReturnValue) == 0x0004E0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0004E8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0004F0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_FClamp_ReturnValue_1) == 0x0004F8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000500, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Not_PreBool_ReturnValue_5) == 0x000501, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000508, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000510, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000511, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BooleanAND_ReturnValue_2) == 0x000512, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Event_DeltaSeconds) == 0x000514, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, Temp_bool_Variable_2) == 0x000518, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Select_Default_1) == 0x00051C, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_GetAnimInstance_ReturnValue) == 0x000528, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_GetCurveValue_ReturnValue) == 0x000530, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_FMin_ReturnValue) == 0x000538, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Conv_NameToString_ReturnValue) == 0x000540, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000550, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Concat_StrStr_ReturnValue) == 0x000558, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000568, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000578, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, Temp_bool_Variable_3) == 0x000588, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BooleanOR_ReturnValue_4) == 0x000589, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_BooleanOR_ReturnValue_5) == 0x00058A, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Select_Default_2) == 0x00058C, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Select_Default_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, K2Node_Select_Default_3) == 0x000594, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::K2Node_Select_Default_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Conv_NameToString_ReturnValue_1) == 0x0005A0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0005B0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_UpdateSimulationTimers_DeltaTime_ImplicitCast) == 0x0005C0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_UpdateSimulationTimers_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_FMin_A_ImplicitCast) == 0x0005C8, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_FMin_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent, CallFunc_SetAllBodiesBelowPhysicsBlendWeight_PhysicsBlendWeight_ImplicitCast) == 0x0005D0, "Member 'BP_CharacterPhysicalAnimationComponent_C_ExecuteUbergraph_BP_CharacterPhysicalAnimationComponent::CallFunc_SetAllBodiesBelowPhysicsBlendWeight_PhysicsBlendWeight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState) == 0x000008, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState) == 0x000078, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, CallFunc_GetFloatValue_ReturnValue) == 0x000010, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, CallFunc_SelectFloat_ReturnValue) == 0x000030, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x000040, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, K2Node_DynamicCast_AsCJCharacter) == 0x000048, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, CallFunc_IsKnockedOut_ReturnValue) == 0x000051, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::CallFunc_IsKnockedOut_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, CallFunc_IsDead_ReturnValue) == 0x000052, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, CallFunc_NearlyEqual_FloatFloat_A_ImplicitCast) == 0x000058, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::CallFunc_NearlyEqual_FloatFloat_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, CallFunc_GetFloatValue_InTime_ImplicitCast) == 0x000060, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::CallFunc_GetFloatValue_InTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, CallFunc_SelectFloat_B_ImplicitCast) == 0x000068, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::CallFunc_SelectFloat_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState, K2Node_VariableSet_PhysicsBlendWeight_ImplicitCast) == 0x000070, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherCharacterState::K2Node_VariableSet_PhysicsBlendWeight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data) == 0x000010, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data) == 0x000090, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data, Object) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data, IsValid) == 0x000008, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data, K2Node_DynamicCast_AsCharacter) == 0x000010, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data, CallFunc_IsValid_ReturnValue_1) == 0x00001A, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data, CallFunc_GetRelativeTransform_ReturnValue) == 0x000020, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data, CallFunc_IsValid_ReturnValue_2) == 0x000080, "Member 'BP_CharacterPhysicalAnimationComponent_C_GatherInit_Character_Data::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_OnPreparedPhysicsSimulationSettle \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_OnPreparedPhysicsSimulationSettle) == 0x000001, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_OnPreparedPhysicsSimulationSettle"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_OnPreparedPhysicsSimulationSettle) == 0x000001, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_OnPreparedPhysicsSimulationSettle"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_OnPreparedPhysicsSimulationSettle, bWasPrepared) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_OnPreparedPhysicsSimulationSettle::bWasPrepared' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_ReceiveTick \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight) == 0x000008, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight) == 0x000020, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight, RootBone) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight::RootBone' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight, CallFunc_SelectFloat_ReturnValue) == 0x000008, "Member 'BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight, CallFunc_SelectFloat_B_ImplicitCast) == 0x000010, "Member 'BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight::CallFunc_SelectFloat_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight, CallFunc_SetAllBodiesBelowPhysicsBlendWeight_PhysicsBlendWeight_ImplicitCast) == 0x000018, "Member 'BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight::CallFunc_SetAllBodiesBelowPhysicsBlendWeight_PhysicsBlendWeight_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight, CallFunc_SetStrengthMultiplyer_InStrengthMultiplyer_ImplicitCast) == 0x00001C, "Member 'BP_CharacterPhysicalAnimationComponent_C_SetBlendOutPhysicsBlendWeight::CallFunc_SetStrengthMultiplyer_InStrengthMultiplyer_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_SimulateBody \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_SimulateBody) == 0x000004, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_SimulateBody"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_SimulateBody) == 0x00000C, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_SimulateBody"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulateBody, SimulateFromBone) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulateBody::SimulateFromBone' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulateBody, bIncludeBone) == 0x000008, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulateBody::bIncludeBone' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulateBody, Priority) == 0x000009, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulateBody::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_SimulateFromRoot \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_SimulateFromRoot) == 0x000001, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_SimulateFromRoot"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_SimulateFromRoot) == 0x000001, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_SimulateFromRoot"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulateFromRoot, bResumeTick) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulateFromRoot::bResumeTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_SimulateImpulse \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_SimulateImpulse) == 0x000008, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_SimulateImpulse"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_SimulateImpulse) == 0x000020, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_SimulateImpulse"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulateImpulse, Impulse) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulateImpulse::Impulse' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulateImpulse, ImpulseBone) == 0x000018, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulateImpulse::ImpulseBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation) == 0x000004, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation) == 0x000018, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation, InBoneName) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation, IncludeBone) == 0x000008, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation::IncludeBone' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation, ProfileName) == 0x00000C, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000014, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulatePhysicalAnimation::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree) == 0x000004, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree) == 0x000018, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree, InBoneName) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree, IncludeBone) == 0x000008, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree::IncludeBone' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree, ProfileName) == 0x00000C, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x000014, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'BP_CharacterPhysicalAnimationComponent_C_SimulateSubtree::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_StopSimulatePhysicalAnimation \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_StopSimulatePhysicalAnimation) == 0x000001, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_StopSimulatePhysicalAnimation"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_StopSimulatePhysicalAnimation) == 0x000001, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_StopSimulatePhysicalAnimation"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_StopSimulatePhysicalAnimation, ShouldReenableCapsule) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_StopSimulatePhysicalAnimation::ShouldReenableCapsule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_StopSimulatingBody \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_StopSimulatingBody) == 0x000001, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_StopSimulatingBody"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_StopSimulatingBody) == 0x000001, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_StopSimulatingBody"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_StopSimulatingBody, Priority) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_StopSimulatingBody::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_SwitchRagdollProfile \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_SwitchRagdollProfile) == 0x000004, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_SwitchRagdollProfile"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_SwitchRagdollProfile) == 0x000008, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_SwitchRagdollProfile"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_SwitchRagdollProfile, ProfileName) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_SwitchRagdollProfile::ProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled) == 0x000008, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled) == 0x000040, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled, CallFunc_Square_ReturnValue) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled, CallFunc_MakeLiteralName_ReturnValue) == 0x00000C, "Member 'BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled, CallFunc_GetBoneLinearVelocity_ReturnValue) == 0x000018, "Member 'BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled::CallFunc_GetBoneLinearVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled, CallFunc_VSizeSquared_ReturnValue) == 0x000030, "Member 'BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled, CallFunc_BooleanOR_ReturnValue) == 0x000039, "Member 'BP_CharacterPhysicalAnimationComponent_C_Test_If_Settled::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput) == 0x000008, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput) == 0x000030, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput, CallFunc_BuildString_Double_ReturnValue) == 0x000008, "Member 'BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput::CallFunc_BuildString_Double_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000018, "Member 'BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput, CallFunc_BuildString_Double_ReturnValue_1) == 0x000020, "Member 'BP_CharacterPhysicalAnimationComponent_C_TickStateDebugOutput::CallFunc_BuildString_Double_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation) == 0x000008, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation) == 0x000320, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CapsuleLocation) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CapsuleLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, Temp_object_Variable) == 0x000018, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakTransform_Location) == 0x000040, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakTransform_Rotation) == 0x000058, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakTransform_Scale) == 0x000070, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_GetSocketLocation_ReturnValue) == 0x000088, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000A0, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0000B8, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x0000C0, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_LineTraceSingle_OutHit) == 0x0000D8, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_LineTraceSingle_ReturnValue) == 0x0001D8, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_GetSocketLocation_ReturnValue_1) == 0x0001E0, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_bBlockingHit) == 0x0001F8, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001F9, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_Time) == 0x0001FC, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_Distance) == 0x000200, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_Location) == 0x000208, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_ImpactPoint) == 0x000220, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_Normal) == 0x000238, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_ImpactNormal) == 0x000250, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_PhysMat) == 0x000268, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_HitActor) == 0x000270, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_HitComponent) == 0x000278, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_HitBoneName) == 0x000280, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_BoneName) == 0x000288, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_HitItem) == 0x000290, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_ElementIndex) == 0x000294, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_FaceIndex) == 0x000298, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_TraceStart) == 0x0002A0, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_BreakHitResult_TraceEnd) == 0x0002B8, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0002D0, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_SelectVector_ReturnValue) == 0x0002E8, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_VInterpTo_ReturnValue) == 0x000300, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation, CallFunc_VInterpTo_DeltaTime_ImplicitCast) == 0x000318, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateCapsuleLocation::CallFunc_VInterpTo_DeltaTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers \ +static_assert(alignof(BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers) == 0x000008, "Wrong alignment on BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers"); \ +static_assert(sizeof(BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers) == 0x000038, "Wrong size on BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers, DeltaTime) == 0x000000, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000018, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers, CallFunc_FClamp_ReturnValue) == 0x000028, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers, CallFunc_FClamp_ReturnValue_1) == 0x000030, "Member 'BP_CharacterPhysicalAnimationComponent_C_UpdateSimulationTimers::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterPhysicalAnimationComponent_C \ +static_assert(alignof(UBP_CharacterPhysicalAnimationComponent_C) == 0x000010, "Wrong alignment on UBP_CharacterPhysicalAnimationComponent_C"); \ +static_assert(sizeof(UBP_CharacterPhysicalAnimationComponent_C) == 0x000290, "Wrong size on UBP_CharacterPhysicalAnimationComponent_C"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, UberGraphFrame) == 0x000110, "Member 'UBP_CharacterPhysicalAnimationComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, ImpulseTimeRemaining) == 0x000118, "Member 'UBP_CharacterPhysicalAnimationComponent_C::ImpulseTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, BlendOutTimeRemaining) == 0x000120, "Member 'UBP_CharacterPhysicalAnimationComponent_C::BlendOutTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, BlendCurve) == 0x000128, "Member 'UBP_CharacterPhysicalAnimationComponent_C::BlendCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, SimulatingBody) == 0x000130, "Member 'UBP_CharacterPhysicalAnimationComponent_C::SimulatingBody' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, SimulationBone) == 0x000134, "Member 'UBP_CharacterPhysicalAnimationComponent_C::SimulationBone' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, IncludeSimulationBone) == 0x00013C, "Member 'UBP_CharacterPhysicalAnimationComponent_C::IncludeSimulationBone' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, SimulationCurve) == 0x000140, "Member 'UBP_CharacterPhysicalAnimationComponent_C::SimulationCurve' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, SimulateBodyPriority) == 0x000148, "Member 'UBP_CharacterPhysicalAnimationComponent_C::SimulateBodyPriority' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, CurrentHitBone) == 0x00014C, "Member 'UBP_CharacterPhysicalAnimationComponent_C::CurrentHitBone' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, UpperBodyRootBone) == 0x000154, "Member 'UBP_CharacterPhysicalAnimationComponent_C::UpperBodyRootBone' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, FullBodyRootBone) == 0x00015C, "Member 'UBP_CharacterPhysicalAnimationComponent_C::FullBodyRootBone' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, StrongPhysAnimProfile) == 0x000164, "Member 'UBP_CharacterPhysicalAnimationComponent_C::StrongPhysAnimProfile' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, WeakPhysAnimProfile) == 0x00016C, "Member 'UBP_CharacterPhysicalAnimationComponent_C::WeakPhysAnimProfile' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, OutColdAnimProfile) == 0x000174, "Member 'UBP_CharacterPhysicalAnimationComponent_C::OutColdAnimProfile' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, ImpulseDuration) == 0x000180, "Member 'UBP_CharacterPhysicalAnimationComponent_C::ImpulseDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, BlendOutDuration) == 0x000188, "Member 'UBP_CharacterPhysicalAnimationComponent_C::BlendOutDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, BlendOutRelaxThreshold) == 0x000190, "Member 'UBP_CharacterPhysicalAnimationComponent_C::BlendOutRelaxThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, OwnerCharacter) == 0x000198, "Member 'UBP_CharacterPhysicalAnimationComponent_C::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, OwnerCharacterMesh) == 0x0001A0, "Member 'UBP_CharacterPhysicalAnimationComponent_C::OwnerCharacterMesh' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, OwnerCapsule_Component) == 0x0001A8, "Member 'UBP_CharacterPhysicalAnimationComponent_C::OwnerCapsule_Component' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, OwnerCapsuleLocation) == 0x0001B0, "Member 'UBP_CharacterPhysicalAnimationComponent_C::OwnerCapsuleLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, MeshRootOffsetTM) == 0x0001D0, "Member 'UBP_CharacterPhysicalAnimationComponent_C::MeshRootOffsetTM' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, InFullRagdoll) == 0x000230, "Member 'UBP_CharacterPhysicalAnimationComponent_C::InFullRagdoll' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, PhysicsBlendWeight) == 0x000234, "Member 'UBP_CharacterPhysicalAnimationComponent_C::PhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, RootBoneIsSimulating) == 0x000238, "Member 'UBP_CharacterPhysicalAnimationComponent_C::RootBoneIsSimulating' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, MaxImpulseMag) == 0x000240, "Member 'UBP_CharacterPhysicalAnimationComponent_C::MaxImpulseMag' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, IsKnockedOut) == 0x000248, "Member 'UBP_CharacterPhysicalAnimationComponent_C::IsKnockedOut' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, PhysicsStrengthMultiplier) == 0x000250, "Member 'UBP_CharacterPhysicalAnimationComponent_C::PhysicsStrengthMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, RagdollRelaxed) == 0x000258, "Member 'UBP_CharacterPhysicalAnimationComponent_C::RagdollRelaxed' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, IsDead) == 0x000259, "Member 'UBP_CharacterPhysicalAnimationComponent_C::IsDead' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, CharacterLocation) == 0x000260, "Member 'UBP_CharacterPhysicalAnimationComponent_C::CharacterLocation' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, HasFullPhysicsBlendWeight) == 0x000278, "Member 'UBP_CharacterPhysicalAnimationComponent_C::HasFullPhysicsBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, CapsuleSweepHitDetected) == 0x000279, "Member 'UBP_CharacterPhysicalAnimationComponent_C::CapsuleSweepHitDetected' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, bShowDebug) == 0x00027A, "Member 'UBP_CharacterPhysicalAnimationComponent_C::bShowDebug' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, bOverrideRagdollWeight) == 0x00027B, "Member 'UBP_CharacterPhysicalAnimationComponent_C::bOverrideRagdollWeight' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, bUpdateCapsule) == 0x00027C, "Member 'UBP_CharacterPhysicalAnimationComponent_C::bUpdateCapsule' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, bReadyToStop) == 0x00027D, "Member 'UBP_CharacterPhysicalAnimationComponent_C::bReadyToStop' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, Min_Settle_Speed) == 0x000280, "Member 'UBP_CharacterPhysicalAnimationComponent_C::Min_Settle_Speed' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, bIsActiveBlending) == 0x000288, "Member 'UBP_CharacterPhysicalAnimationComponent_C::bIsActiveBlending' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterPhysicalAnimationComponent_C, bIsSettle) == 0x000289, "Member 'UBP_CharacterPhysicalAnimationComponent_C::bIsSettle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback \ +static_assert(alignof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback) == 0x000008, "Wrong alignment on BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback"); \ +static_assert(sizeof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback) == 0x0004A8, "Wrong size on BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, Weapon) == 0x000000, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::Weapon' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, FiringPawn) == 0x000008, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::FiringPawn' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, OnHitResultLocation) == 0x000010, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::OnHitResultLocation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, HitResultImpactNormal) == 0x000028, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::HitResultImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, HitResultPhysMaterial) == 0x000040, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::HitResultPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, DataTable) == 0x000048, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::DataTable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, HitResultActor) == 0x000050, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::HitResultActor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, HitComponent) == 0x000058, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, HitResultTraceStart) == 0x000060, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::HitResultTraceStart' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, DestructionDataTable) == 0x000078, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::DestructionDataTable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, __WorldContext) == 0x000080, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, Decal_Secondary_Life_Span) == 0x000088, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::Decal_Secondary_Life_Span' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, Decal_Secondary_Distance) == 0x000090, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::Decal_Secondary_Distance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, Decal_Fade_Time) == 0x000098, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::Decal_Fade_Time' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, Decal_Life_Span) == 0x0000A0, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::Decal_Life_Span' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_GetDisplayName_ReturnValue) == 0x0000A8, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, Temp_int_Array_Index_Variable) == 0x0000B8, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Concat_StrStr_ReturnValue) == 0x0000C0, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000D0, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Conv_StringToName_ReturnValue) == 0x0000E0, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000E8, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000128, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_IsValid_ReturnValue) == 0x000129, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_MakeVector_ReturnValue) == 0x000130, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_MakeVector_ReturnValue_1) == 0x000148, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Array_Get_Item) == 0x000160, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000168, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000180, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000190, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000198, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Array_Length_ReturnValue) == 0x0001A0, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, Temp_int_Loop_Counter_Variable) == 0x0001A4, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Less_IntInt_ReturnValue) == 0x0001A8, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Add_IntInt_ReturnValue) == 0x0001AC, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, K2Node_MakeArray_Array) == 0x0001B0, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0001C0, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Normal_ReturnValue) == 0x0001D8, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0001F0, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000208, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000220, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000228, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000230, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000248, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Add_VectorVector_ReturnValue) == 0x000260, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000278, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_LineTraceSingle_OutHit) == 0x000280, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_LineTraceSingle_ReturnValue) == 0x000380, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_SpawnDecalAttached_ReturnValue) == 0x000388, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_SpawnDecalAttached_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_bBlockingHit) == 0x000390, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_bInitialOverlap) == 0x000391, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_Time) == 0x000394, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_Distance) == 0x000398, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_Location) == 0x0003A0, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_ImpactPoint) == 0x0003B8, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_Normal) == 0x0003D0, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_ImpactNormal) == 0x0003E8, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_PhysMat) == 0x000400, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_HitActor) == 0x000408, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_HitComponent) == 0x000410, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_HitBoneName) == 0x000418, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_BoneName) == 0x000420, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_HitItem) == 0x000428, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_ElementIndex) == 0x00042C, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_FaceIndex) == 0x000430, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_TraceStart) == 0x000438, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_BreakHitResult_TraceEnd) == 0x000450, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_MakeRotFromX_ReturnValue) == 0x000468, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_IsValid_ReturnValue_1) == 0x000480, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_SpawnDecalAtLocation_ReturnValue) == 0x000488, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_SpawnDecalAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_SpawnDecalAtLocation_LifeSpan_ImplicitCast) == 0x000490, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_SpawnDecalAtLocation_LifeSpan_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_SetFadeOut_Duration_ImplicitCast) == 0x000494, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_SetFadeOut_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_SetFadeOut_StartDelay_ImplicitCast) == 0x000498, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_SetFadeOut_StartDelay_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_SetFadeOut_Duration_ImplicitCast_1) == 0x00049C, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_SetFadeOut_Duration_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_SetFadeOut_StartDelay_ImplicitCast_1) == 0x0004A0, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_SetFadeOut_StartDelay_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback, CallFunc_SpawnDecalAttached_LifeSpan_ImplicitCast) == 0x0004A4, "Member 'BPFL_WeaponFunctions_C_On_Bullet_Hit_Feedback::CallFunc_SpawnDecalAttached_LifeSpan_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_WeaponFunctions_C_On_Reload_Wepon \ +static_assert(alignof(BPFL_WeaponFunctions_C_On_Reload_Wepon) == 0x000008, "Wrong alignment on BPFL_WeaponFunctions_C_On_Reload_Wepon"); \ +static_assert(sizeof(BPFL_WeaponFunctions_C_On_Reload_Wepon) == 0x000050, "Wrong size on BPFL_WeaponFunctions_C_On_Reload_Wepon"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Reload_Wepon, Weapon) == 0x000000, "Member 'BPFL_WeaponFunctions_C_On_Reload_Wepon::Weapon' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Reload_Wepon, ReloadingPawn) == 0x000008, "Member 'BPFL_WeaponFunctions_C_On_Reload_Wepon::ReloadingPawn' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Reload_Wepon, Reload_Animation) == 0x000010, "Member 'BPFL_WeaponFunctions_C_On_Reload_Wepon::Reload_Animation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Reload_Wepon, NoiseLocation) == 0x000018, "Member 'BPFL_WeaponFunctions_C_On_Reload_Wepon::NoiseLocation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Reload_Wepon, __WorldContext) == 0x000030, "Member 'BPFL_WeaponFunctions_C_On_Reload_Wepon::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Reload_Wepon, CallFunc_GetMesh_ReturnValue) == 0x000038, "Member 'BPFL_WeaponFunctions_C_On_Reload_Wepon::CallFunc_GetMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Reload_Wepon, K2Node_DynamicCast_AsSkeletal_Mesh_Component) == 0x000040, "Member 'BPFL_WeaponFunctions_C_On_Reload_Wepon::K2Node_DynamicCast_AsSkeletal_Mesh_Component' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_On_Reload_Wepon, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BPFL_WeaponFunctions_C_On_Reload_Wepon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_WeaponFunctions_C_OnFireWeapon \ +static_assert(alignof(BPFL_WeaponFunctions_C_OnFireWeapon) == 0x000008, "Wrong alignment on BPFL_WeaponFunctions_C_OnFireWeapon"); \ +static_assert(sizeof(BPFL_WeaponFunctions_C_OnFireWeapon) == 0x0000D8, "Wrong size on BPFL_WeaponFunctions_C_OnFireWeapon"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, Weapon) == 0x000000, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::Weapon' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, FiringPawn) == 0x000008, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::FiringPawn' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, Fire_Animation) == 0x000010, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::Fire_Animation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, Start_Position) == 0x000018, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::Start_Position' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, End_position) == 0x000030, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::End_position' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, Velocity) == 0x000048, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::Velocity' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, __WorldContext) == 0x000050, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, Temp_object_Variable) == 0x000058, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000068, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, CallFunc_GetMesh_ReturnValue) == 0x000080, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::CallFunc_GetMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, K2Node_DynamicCast_AsSkeletal_Mesh_Component) == 0x000088, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::K2Node_DynamicCast_AsSkeletal_Mesh_Component' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, Temp_struct_Variable) == 0x000098, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, CallFunc_CJPostEventAtLocation_ReturnValue) == 0x0000A8, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::CallFunc_CJPostEventAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, Temp_object_Variable_1) == 0x0000B0, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, Temp_struct_Variable_1) == 0x0000C0, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_OnFireWeapon, CallFunc_CJPostEventAtLocation_ReturnValue_1) == 0x0000D0, "Member 'BPFL_WeaponFunctions_C_OnFireWeapon::CallFunc_CJPostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_WeaponFunctions_C_Spawn_Tracer \ +static_assert(alignof(BPFL_WeaponFunctions_C_Spawn_Tracer) == 0x000008, "Wrong alignment on BPFL_WeaponFunctions_C_Spawn_Tracer"); \ +static_assert(sizeof(BPFL_WeaponFunctions_C_Spawn_Tracer) == 0x0000F0, "Wrong size on BPFL_WeaponFunctions_C_Spawn_Tracer"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, Bullet_Start_Wold_Pos) == 0x000000, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::Bullet_Start_Wold_Pos' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, Bullet_End_Wold_Pos) == 0x000018, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::Bullet_End_Wold_Pos' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, Velocity) == 0x000030, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::Velocity' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, Width) == 0x000038, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::Width' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, Lenght) == 0x000040, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::Lenght' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, __WorldContext) == 0x000048, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000050, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000058, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, CallFunc_MakeVector2D_ReturnValue) == 0x000070, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000080, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000088, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, CallFunc_Normal_ReturnValue) == 0x0000A0, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, CallFunc_Vector_Distance_ReturnValue) == 0x0000B8, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000C0, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000D8, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0000E0, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_WeaponFunctions_C_Spawn_Tracer, CallFunc_SetVariableFloat_InValue_ImplicitCast) == 0x0000E8, "Member 'BPFL_WeaponFunctions_C_Spawn_Tracer::CallFunc_SetVariableFloat_InValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_WeaponFunctions_C \ +static_assert(alignof(UBPFL_WeaponFunctions_C) == 0x000008, "Wrong alignment on UBPFL_WeaponFunctions_C"); \ +static_assert(sizeof(UBPFL_WeaponFunctions_C) == 0x000028, "Wrong size on UBPFL_WeaponFunctions_C"); \ + +#define DUMPER7_ASSERTS_UTransitionFromLanding_C \ +static_assert(alignof(UTransitionFromLanding_C) == 0x000008, "Wrong alignment on UTransitionFromLanding_C"); \ +static_assert(sizeof(UTransitionFromLanding_C) == 0x000030, "Wrong size on UTransitionFromLanding_C"); \ + +#define DUMPER7_ASSERTS_BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser \ +static_assert(alignof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser) == 0x000008, "Wrong alignment on BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser"); \ +static_assert(sizeof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser) == 0x000078, "Wrong size on BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, EntryPoint) == 0x000000, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_Event_Character_2) == 0x000008, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_Event_Character_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_Event_Handle_2) == 0x000010, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_Event_Handle_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_Event_InteractionType_2) == 0x000018, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_Event_InteractionType_2' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_Event_Character_1) == 0x000020, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_Event_Character_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_Event_Handle_1) == 0x000028, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_Event_Handle_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_Event_InteractionType_1) == 0x000030, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_Event_InteractionType_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_Event_Character) == 0x000038, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_Event_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_Event_Handle) == 0x000040, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_Event_Handle' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_Event_InteractionType) == 0x000048, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_Event_InteractionType' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_DynamicCast_AsCJCharacter) == 0x000050, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_Event_Character_3) == 0x000060, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_Event_Character_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_Event_Handle_3) == 0x000068, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_Event_Handle_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, K2Node_Event_InteractionType_3) == 0x000070, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::K2Node_Event_InteractionType_3' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser, CallFunc_RequestInteractionAction_ReturnValue) == 0x000071, "Member 'BP_WeaponDispenser_C_ExecuteUbergraph_BP_WeaponDispenser::CallFunc_RequestInteractionAction_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponDispenser_C_Interact \ +static_assert(alignof(BP_WeaponDispenser_C_Interact) == 0x000008, "Wrong alignment on BP_WeaponDispenser_C_Interact"); \ +static_assert(sizeof(BP_WeaponDispenser_C_Interact) == 0x000018, "Wrong size on BP_WeaponDispenser_C_Interact"); \ +static_assert(offsetof(BP_WeaponDispenser_C_Interact, Character) == 0x000000, "Member 'BP_WeaponDispenser_C_Interact::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_Interact, Handle) == 0x000008, "Member 'BP_WeaponDispenser_C_Interact::Handle' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_Interact, InteractionType) == 0x000010, "Member 'BP_WeaponDispenser_C_Interact::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponDispenser_C_OnStartInteracting \ +static_assert(alignof(BP_WeaponDispenser_C_OnStartInteracting) == 0x000008, "Wrong alignment on BP_WeaponDispenser_C_OnStartInteracting"); \ +static_assert(sizeof(BP_WeaponDispenser_C_OnStartInteracting) == 0x000018, "Wrong size on BP_WeaponDispenser_C_OnStartInteracting"); \ +static_assert(offsetof(BP_WeaponDispenser_C_OnStartInteracting, Character) == 0x000000, "Member 'BP_WeaponDispenser_C_OnStartInteracting::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_OnStartInteracting, Handle) == 0x000008, "Member 'BP_WeaponDispenser_C_OnStartInteracting::Handle' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_OnStartInteracting, InteractionType) == 0x000010, "Member 'BP_WeaponDispenser_C_OnStartInteracting::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponDispenser_C_OnStopInteracting \ +static_assert(alignof(BP_WeaponDispenser_C_OnStopInteracting) == 0x000008, "Wrong alignment on BP_WeaponDispenser_C_OnStopInteracting"); \ +static_assert(sizeof(BP_WeaponDispenser_C_OnStopInteracting) == 0x000018, "Wrong size on BP_WeaponDispenser_C_OnStopInteracting"); \ +static_assert(offsetof(BP_WeaponDispenser_C_OnStopInteracting, Character) == 0x000000, "Member 'BP_WeaponDispenser_C_OnStopInteracting::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_OnStopInteracting, Handle) == 0x000008, "Member 'BP_WeaponDispenser_C_OnStopInteracting::Handle' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_OnStopInteracting, InteractionType) == 0x000010, "Member 'BP_WeaponDispenser_C_OnStopInteracting::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponDispenser_C_PerformInteraction \ +static_assert(alignof(BP_WeaponDispenser_C_PerformInteraction) == 0x000008, "Wrong alignment on BP_WeaponDispenser_C_PerformInteraction"); \ +static_assert(sizeof(BP_WeaponDispenser_C_PerformInteraction) == 0x0000D0, "Wrong size on BP_WeaponDispenser_C_PerformInteraction"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, Object) == 0x000000, "Member 'BP_WeaponDispenser_C_PerformInteraction::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, K2Node_DynamicCast_AsCJCharacter) == 0x000008, "Member 'BP_WeaponDispenser_C_PerformInteraction::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_WeaponDispenser_C_PerformInteraction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, CallFunc_GetInventoryId_ReturnValue) == 0x000014, "Member 'BP_WeaponDispenser_C_PerformInteraction::CallFunc_GetInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, CallFunc_Array_Random_OutItem) == 0x000020, "Member 'BP_WeaponDispenser_C_PerformInteraction::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, CallFunc_Array_Random_OutIndex) == 0x000048, "Member 'BP_WeaponDispenser_C_PerformInteraction::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, CallFunc_AddItemToInventory_ReturnValue) == 0x000050, "Member 'BP_WeaponDispenser_C_PerformInteraction::CallFunc_AddItemToInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, CallFunc_GetWieldedActor_ReturnValue) == 0x000088, "Member 'BP_WeaponDispenser_C_PerformInteraction::CallFunc_GetWieldedActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, K2Node_DynamicCast_AsWeapon) == 0x000090, "Member 'BP_WeaponDispenser_C_PerformInteraction::K2Node_DynamicCast_AsWeapon' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'BP_WeaponDispenser_C_PerformInteraction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, CallFunc_GetTag_ReturnValue) == 0x00009C, "Member 'BP_WeaponDispenser_C_PerformInteraction::CallFunc_GetTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, CallFunc_MakeGameplayTagContainerFromTag_ReturnValue) == 0x0000A8, "Member 'BP_WeaponDispenser_C_PerformInteraction::CallFunc_MakeGameplayTagContainerFromTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_PerformInteraction, CallFunc_DoesContainerMatchTagQuery_ReturnValue) == 0x0000C8, "Member 'BP_WeaponDispenser_C_PerformInteraction::CallFunc_DoesContainerMatchTagQuery_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_WeaponDispenser_C_Synchronized \ +static_assert(alignof(BP_WeaponDispenser_C_Synchronized) == 0x000008, "Wrong alignment on BP_WeaponDispenser_C_Synchronized"); \ +static_assert(sizeof(BP_WeaponDispenser_C_Synchronized) == 0x000018, "Wrong size on BP_WeaponDispenser_C_Synchronized"); \ +static_assert(offsetof(BP_WeaponDispenser_C_Synchronized, Character) == 0x000000, "Member 'BP_WeaponDispenser_C_Synchronized::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_Synchronized, Handle) == 0x000008, "Member 'BP_WeaponDispenser_C_Synchronized::Handle' has a wrong offset!"); \ +static_assert(offsetof(BP_WeaponDispenser_C_Synchronized, InteractionType) == 0x000010, "Member 'BP_WeaponDispenser_C_Synchronized::InteractionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_WeaponDispenser_C \ +static_assert(alignof(ABP_WeaponDispenser_C) == 0x000008, "Wrong alignment on ABP_WeaponDispenser_C"); \ +static_assert(sizeof(ABP_WeaponDispenser_C) == 0x000318, "Wrong size on ABP_WeaponDispenser_C"); \ +static_assert(offsetof(ABP_WeaponDispenser_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_WeaponDispenser_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponDispenser_C, DefaultSceneRoot) == 0x0002B8, "Member 'ABP_WeaponDispenser_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponDispenser_C, Tag_Query) == 0x0002C0, "Member 'ABP_WeaponDispenser_C::Tag_Query' has a wrong offset!"); \ +static_assert(offsetof(ABP_WeaponDispenser_C, Items) == 0x000308, "Member 'ABP_WeaponDispenser_C::Items' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MCD_AttackedByPlayer_C_CalculateBoolValue \ +static_assert(alignof(MCD_AttackedByPlayer_C_CalculateBoolValue) == 0x000008, "Wrong alignment on MCD_AttackedByPlayer_C_CalculateBoolValue"); \ +static_assert(sizeof(MCD_AttackedByPlayer_C_CalculateBoolValue) == 0x000038, "Wrong size on MCD_AttackedByPlayer_C_CalculateBoolValue"); \ +static_assert(offsetof(MCD_AttackedByPlayer_C_CalculateBoolValue, Controller) == 0x000000, "Member 'MCD_AttackedByPlayer_C_CalculateBoolValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MCD_AttackedByPlayer_C_CalculateBoolValue, DeltaTime) == 0x000008, "Member 'MCD_AttackedByPlayer_C_CalculateBoolValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MCD_AttackedByPlayer_C_CalculateBoolValue, OutValue) == 0x00000C, "Member 'MCD_AttackedByPlayer_C_CalculateBoolValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_AttackedByPlayer_C_CalculateBoolValue, CallFunc_K2_GetPawn_ReturnValue) == 0x000010, "Member 'MCD_AttackedByPlayer_C_CalculateBoolValue::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_AttackedByPlayer_C_CalculateBoolValue, K2Node_DynamicCast_AsNPCCharacter) == 0x000018, "Member 'MCD_AttackedByPlayer_C_CalculateBoolValue::K2Node_DynamicCast_AsNPCCharacter' has a wrong offset!"); \ +static_assert(offsetof(MCD_AttackedByPlayer_C_CalculateBoolValue, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'MCD_AttackedByPlayer_C_CalculateBoolValue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(MCD_AttackedByPlayer_C_CalculateBoolValue, K2Node_DynamicCast_AsController) == 0x000028, "Member 'MCD_AttackedByPlayer_C_CalculateBoolValue::K2Node_DynamicCast_AsController' has a wrong offset!"); \ +static_assert(offsetof(MCD_AttackedByPlayer_C_CalculateBoolValue, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'MCD_AttackedByPlayer_C_CalculateBoolValue::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_AttackedByPlayer_C_CalculateBoolValue, CallFunc_IsPlayerController_ReturnValue) == 0x000031, "Member 'MCD_AttackedByPlayer_C_CalculateBoolValue::CallFunc_IsPlayerController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMCD_AttackedByPlayer_C \ +static_assert(alignof(UMCD_AttackedByPlayer_C) == 0x000008, "Wrong alignment on UMCD_AttackedByPlayer_C"); \ +static_assert(sizeof(UMCD_AttackedByPlayer_C) == 0x000030, "Wrong size on UMCD_AttackedByPlayer_C"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_ProxyPlayerCharacter_C_BlueprintUpdateCameras \ +static_assert(alignof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_BlueprintUpdateCameras) == 0x000010, "Wrong alignment on BP_ContextualCameraManager_ProxyPlayerCharacter_C_BlueprintUpdateCameras"); \ +static_assert(sizeof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_BlueprintUpdateCameras) == 0x0008E0, "Wrong size on BP_ContextualCameraManager_ProxyPlayerCharacter_C_BlueprintUpdateCameras"); \ +static_assert(offsetof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_BlueprintUpdateCameras, DeltaTime) == 0x000000, "Member 'BP_ContextualCameraManager_ProxyPlayerCharacter_C_BlueprintUpdateCameras::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_BlueprintUpdateCameras, ViewInfo) == 0x000010, "Member 'BP_ContextualCameraManager_ProxyPlayerCharacter_C_BlueprintUpdateCameras::ViewInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter \ +static_assert(alignof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter) == 0x000010, "Wrong alignment on BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter"); \ +static_assert(sizeof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter) == 0x000900, "Wrong size on BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter"); \ +static_assert(offsetof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter, EntryPoint) == 0x000000, "Member 'BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000010, "Member 'BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter, CallFunc_GetTargetModeComponent_ReturnValue) == 0x000018, "Member 'BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter::CallFunc_GetTargetModeComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter, CallFunc_GetDialogueComponent_ReturnValue) == 0x000020, "Member 'BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter::CallFunc_GetDialogueComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter, CallFunc_IsActive_ReturnValue) == 0x000028, "Member 'BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter, CallFunc_ShouldDialogueCameraBeActive_ReturnValue) == 0x000029, "Member 'BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter::CallFunc_ShouldDialogueCameraBeActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter, K2Node_Event_DeltaTime) == 0x00002C, "Member 'BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter::K2Node_Event_DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter, K2Node_Event_ViewInfo) == 0x000030, "Member 'BP_ContextualCameraManager_ProxyPlayerCharacter_C_ExecuteUbergraph_BP_ContextualCameraManager_ProxyPlayerCharacter::K2Node_Event_ViewInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ContextualCameraManager_ProxyPlayerCharacter_C \ +static_assert(alignof(UBP_ContextualCameraManager_ProxyPlayerCharacter_C) == 0x000010, "Wrong alignment on UBP_ContextualCameraManager_ProxyPlayerCharacter_C"); \ +static_assert(sizeof(UBP_ContextualCameraManager_ProxyPlayerCharacter_C) == 0x001320, "Wrong size on UBP_ContextualCameraManager_ProxyPlayerCharacter_C"); \ +static_assert(offsetof(UBP_ContextualCameraManager_ProxyPlayerCharacter_C, UberGraphFrame) == 0x001300, "Member 'UBP_ContextualCameraManager_ProxyPlayerCharacter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_ProxyPlayerCharacter_C, InDialogue) == 0x001308, "Member 'UBP_ContextualCameraManager_ProxyPlayerCharacter_C::InDialogue' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_ProxyPlayerCharacter_C, InTargetMode) == 0x001309, "Member 'UBP_ContextualCameraManager_ProxyPlayerCharacter_C::InTargetMode' has a wrong offset!"); \ +static_assert(offsetof(UBP_ContextualCameraManager_ProxyPlayerCharacter_C, Transition) == 0x001310, "Member 'UBP_ContextualCameraManager_ProxyPlayerCharacter_C::Transition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Camera_Shake_MeleeHit_C \ +static_assert(alignof(UBP_Camera_Shake_MeleeHit_C) == 0x000010, "Wrong alignment on UBP_Camera_Shake_MeleeHit_C"); \ +static_assert(sizeof(UBP_Camera_Shake_MeleeHit_C) == 0x0000E0, "Wrong size on UBP_Camera_Shake_MeleeHit_C"); \ + +#define DUMPER7_ASSERTS_UBP_Camera_Shake_MeleeHitShove_C \ +static_assert(alignof(UBP_Camera_Shake_MeleeHitShove_C) == 0x000010, "Wrong alignment on UBP_Camera_Shake_MeleeHitShove_C"); \ +static_assert(sizeof(UBP_Camera_Shake_MeleeHitShove_C) == 0x0000E0, "Wrong size on UBP_Camera_Shake_MeleeHitShove_C"); \ + +#define DUMPER7_ASSERTS_CJCM_Samson_Menu_C_BlueprintProcessViewRotation \ +static_assert(alignof(CJCM_Samson_Menu_C_BlueprintProcessViewRotation) == 0x000008, "Wrong alignment on CJCM_Samson_Menu_C_BlueprintProcessViewRotation"); \ +static_assert(sizeof(CJCM_Samson_Menu_C_BlueprintProcessViewRotation) == 0x000148, "Wrong size on CJCM_Samson_Menu_C_BlueprintProcessViewRotation"); \ +static_assert(offsetof(CJCM_Samson_Menu_C_BlueprintProcessViewRotation, InCameraContext) == 0x000000, "Member 'CJCM_Samson_Menu_C_BlueprintProcessViewRotation::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Samson_Menu_C_BlueprintProcessViewRotation, InViewRotation) == 0x000068, "Member 'CJCM_Samson_Menu_C_BlueprintProcessViewRotation::InViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Samson_Menu_C_BlueprintProcessViewRotation, InDeltaRot) == 0x000080, "Member 'CJCM_Samson_Menu_C_BlueprintProcessViewRotation::InDeltaRot' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Samson_Menu_C_BlueprintProcessViewRotation, OutCameraContext) == 0x000098, "Member 'CJCM_Samson_Menu_C_BlueprintProcessViewRotation::OutCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Samson_Menu_C_BlueprintProcessViewRotation, OutViewRotation) == 0x000100, "Member 'CJCM_Samson_Menu_C_BlueprintProcessViewRotation::OutViewRotation' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Samson_Menu_C_BlueprintProcessViewRotation, OutDeltaRot) == 0x000118, "Member 'CJCM_Samson_Menu_C_BlueprintProcessViewRotation::OutDeltaRot' has a wrong offset!"); \ +static_assert(offsetof(CJCM_Samson_Menu_C_BlueprintProcessViewRotation, CallFunc_RInterpTo_ReturnValue) == 0x000130, "Member 'CJCM_Samson_Menu_C_BlueprintProcessViewRotation::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_Samson_Menu_C \ +static_assert(alignof(UCJCM_Samson_Menu_C) == 0x000008, "Wrong alignment on UCJCM_Samson_Menu_C"); \ +static_assert(sizeof(UCJCM_Samson_Menu_C) == 0x000048, "Wrong size on UCJCM_Samson_Menu_C"); \ +static_assert(offsetof(UCJCM_Samson_Menu_C, Out_Delta_Rot) == 0x000030, "Member 'UCJCM_Samson_Menu_C::Out_Delta_Rot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_OnboardingIntruction_C_SetButtonHintInstruction \ +static_assert(alignof(VM_OnboardingIntruction_C_SetButtonHintInstruction) == 0x000008, "Wrong alignment on VM_OnboardingIntruction_C_SetButtonHintInstruction"); \ +static_assert(sizeof(VM_OnboardingIntruction_C_SetButtonHintInstruction) == 0x000030, "Wrong size on VM_OnboardingIntruction_C_SetButtonHintInstruction"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetButtonHintInstruction, Instruction_0) == 0x000000, "Member 'VM_OnboardingIntruction_C_SetButtonHintInstruction::Instruction_0' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetButtonHintInstruction, InputAction_0) == 0x000010, "Member 'VM_OnboardingIntruction_C_SetButtonHintInstruction::InputAction_0' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetButtonHintInstruction, CallFunc_TextToUpper_ReturnValue) == 0x000018, "Member 'VM_OnboardingIntruction_C_SetButtonHintInstruction::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetButtonHintInstruction, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000028, "Member 'VM_OnboardingIntruction_C_SetButtonHintInstruction::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetButtonHintInstruction, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000029, "Member 'VM_OnboardingIntruction_C_SetButtonHintInstruction::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_OnboardingIntruction_C_SetScreenInstruction \ +static_assert(alignof(VM_OnboardingIntruction_C_SetScreenInstruction) == 0x000008, "Wrong alignment on VM_OnboardingIntruction_C_SetScreenInstruction"); \ +static_assert(sizeof(VM_OnboardingIntruction_C_SetScreenInstruction) == 0x000050, "Wrong size on VM_OnboardingIntruction_C_SetScreenInstruction"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetScreenInstruction, Image_0) == 0x000000, "Member 'VM_OnboardingIntruction_C_SetScreenInstruction::Image_0' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetScreenInstruction, Instruction_0) == 0x000008, "Member 'VM_OnboardingIntruction_C_SetScreenInstruction::Instruction_0' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetScreenInstruction, CallFunc_Blueprint_GetSizeY_ReturnValue) == 0x000018, "Member 'VM_OnboardingIntruction_C_SetScreenInstruction::CallFunc_Blueprint_GetSizeY_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetScreenInstruction, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000020, "Member 'VM_OnboardingIntruction_C_SetScreenInstruction::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetScreenInstruction, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000028, "Member 'VM_OnboardingIntruction_C_SetScreenInstruction::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetScreenInstruction, CallFunc_Blueprint_GetSizeX_ReturnValue) == 0x00002C, "Member 'VM_OnboardingIntruction_C_SetScreenInstruction::CallFunc_Blueprint_GetSizeX_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetScreenInstruction, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000030, "Member 'VM_OnboardingIntruction_C_SetScreenInstruction::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetScreenInstruction, CallFunc_MakeVector2D_ReturnValue) == 0x000038, "Member 'VM_OnboardingIntruction_C_SetScreenInstruction::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetScreenInstruction, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000048, "Member 'VM_OnboardingIntruction_C_SetScreenInstruction::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetScreenInstruction, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000049, "Member 'VM_OnboardingIntruction_C_SetScreenInstruction::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VM_OnboardingIntruction_C_SetShouldBeVisible \ +static_assert(alignof(VM_OnboardingIntruction_C_SetShouldBeVisible) == 0x000001, "Wrong alignment on VM_OnboardingIntruction_C_SetShouldBeVisible"); \ +static_assert(sizeof(VM_OnboardingIntruction_C_SetShouldBeVisible) == 0x000002, "Wrong size on VM_OnboardingIntruction_C_SetShouldBeVisible"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetShouldBeVisible, bDisplay_0) == 0x000000, "Member 'VM_OnboardingIntruction_C_SetShouldBeVisible::bDisplay_0' has a wrong offset!"); \ +static_assert(offsetof(VM_OnboardingIntruction_C_SetShouldBeVisible, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000001, "Member 'VM_OnboardingIntruction_C_SetShouldBeVisible::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVM_OnboardingIntruction_C \ +static_assert(alignof(UVM_OnboardingIntruction_C) == 0x000008, "Wrong alignment on UVM_OnboardingIntruction_C"); \ +static_assert(sizeof(UVM_OnboardingIntruction_C) == 0x0000A0, "Wrong size on UVM_OnboardingIntruction_C"); \ +static_assert(offsetof(UVM_OnboardingIntruction_C, InputAction) == 0x000068, "Member 'UVM_OnboardingIntruction_C::InputAction' has a wrong offset!"); \ +static_assert(offsetof(UVM_OnboardingIntruction_C, Instruction) == 0x000070, "Member 'UVM_OnboardingIntruction_C::Instruction' has a wrong offset!"); \ +static_assert(offsetof(UVM_OnboardingIntruction_C, ImageSize) == 0x000080, "Member 'UVM_OnboardingIntruction_C::ImageSize' has a wrong offset!"); \ +static_assert(offsetof(UVM_OnboardingIntruction_C, Image) == 0x000090, "Member 'UVM_OnboardingIntruction_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UVM_OnboardingIntruction_C, bDisplay) == 0x000098, "Member 'UVM_OnboardingIntruction_C::bDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AdrenalineRushNotify_C_FireNotify \ +static_assert(alignof(BP_AdrenalineRushNotify_C_FireNotify) == 0x000008, "Wrong alignment on BP_AdrenalineRushNotify_C_FireNotify"); \ +static_assert(sizeof(BP_AdrenalineRushNotify_C_FireNotify) == 0x000030, "Wrong size on BP_AdrenalineRushNotify_C_FireNotify"); \ +static_assert(offsetof(BP_AdrenalineRushNotify_C_FireNotify, ActionUpdateContext) == 0x000000, "Member 'BP_AdrenalineRushNotify_C_FireNotify::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_AdrenalineRushNotify_C_FireNotify, Temp_bool_Has_Been_Initd_Variable) == 0x000010, "Member 'BP_AdrenalineRushNotify_C_FireNotify::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AdrenalineRushNotify_C_FireNotify, Temp_bool_IsClosed_Variable) == 0x000011, "Member 'BP_AdrenalineRushNotify_C_FireNotify::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_AdrenalineRushNotify_C_FireNotify, CallFunc_GetPlayingInstance_ReturnValue) == 0x000018, "Member 'BP_AdrenalineRushNotify_C_FireNotify::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AdrenalineRushNotify_C_FireNotify, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BP_AdrenalineRushNotify_C_FireNotify::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AdrenalineRushNotify_C_FireNotify, CallFunc_IsUsing_ReturnValue) == 0x000028, "Member 'BP_AdrenalineRushNotify_C_FireNotify::CallFunc_IsUsing_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AdrenalineRushNotify_C \ +static_assert(alignof(UBP_AdrenalineRushNotify_C) == 0x000008, "Wrong alignment on UBP_AdrenalineRushNotify_C"); \ +static_assert(sizeof(UBP_AdrenalineRushNotify_C) == 0x000038, "Wrong size on UBP_AdrenalineRushNotify_C"); \ + +#define DUMPER7_ASSERTS_UBP_Camera_Shake_VelocityBased_OnFoot_C \ +static_assert(alignof(UBP_Camera_Shake_VelocityBased_OnFoot_C) == 0x000010, "Wrong alignment on UBP_Camera_Shake_VelocityBased_OnFoot_C"); \ +static_assert(sizeof(UBP_Camera_Shake_VelocityBased_OnFoot_C) == 0x0001F0, "Wrong size on UBP_Camera_Shake_VelocityBased_OnFoot_C"); \ + +#define DUMPER7_ASSERTS_AN_FootPlant_C_GetNotifyName \ +static_assert(alignof(AN_FootPlant_C_GetNotifyName) == 0x000008, "Wrong alignment on AN_FootPlant_C_GetNotifyName"); \ +static_assert(sizeof(AN_FootPlant_C_GetNotifyName) == 0x000020, "Wrong size on AN_FootPlant_C_GetNotifyName"); \ +static_assert(offsetof(AN_FootPlant_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'AN_FootPlant_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_FootPlant_C_GetNotifyName, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'AN_FootPlant_C_GetNotifyName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_FootPlant_C_Received_Notify \ +static_assert(alignof(AN_FootPlant_C_Received_Notify) == 0x000008, "Wrong alignment on AN_FootPlant_C_Received_Notify"); \ +static_assert(sizeof(AN_FootPlant_C_Received_Notify) == 0x000070, "Wrong size on AN_FootPlant_C_Received_Notify"); \ +static_assert(offsetof(AN_FootPlant_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_FootPlant_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_FootPlant_C_Received_Notify, Animation) == 0x000008, "Member 'AN_FootPlant_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_FootPlant_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_FootPlant_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_FootPlant_C_Received_Notify, ReturnValue) == 0x000060, "Member 'AN_FootPlant_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_FootPlant_C_Received_Notify, HighestAttenuationRadius) == 0x000068, "Member 'AN_FootPlant_C_Received_Notify::HighestAttenuationRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_FootPlant_C \ +static_assert(alignof(UAN_FootPlant_C) == 0x000008, "Wrong alignment on UAN_FootPlant_C"); \ +static_assert(sizeof(UAN_FootPlant_C) == 0x000050, "Wrong size on UAN_FootPlant_C"); \ +static_assert(offsetof(UAN_FootPlant_C, Label) == 0x000038, "Member 'UAN_FootPlant_C::Label' has a wrong offset!"); \ +static_assert(offsetof(UAN_FootPlant_C, FootBoneName) == 0x000040, "Member 'UAN_FootPlant_C::FootBoneName' has a wrong offset!"); \ +static_assert(offsetof(UAN_FootPlant_C, PreviewSFX) == 0x000048, "Member 'UAN_FootPlant_C::PreviewSFX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSProcessTurnYawCurveInfo \ +static_assert(alignof(FSProcessTurnYawCurveInfo) == 0x000008, "Wrong alignment on FSProcessTurnYawCurveInfo"); \ +static_assert(sizeof(FSProcessTurnYawCurveInfo) == 0x000008, "Wrong size on FSProcessTurnYawCurveInfo"); \ +static_assert(offsetof(FSProcessTurnYawCurveInfo, TurnYawCurveValue_2_7911904A4A3E5BFAEBD12C9AB7AA50FE) == 0x000000, "Member 'FSProcessTurnYawCurveInfo::TurnYawCurveValue_2_7911904A4A3E5BFAEBD12C9AB7AA50FE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSIKFootPinningState \ +static_assert(alignof(FSIKFootPinningState) == 0x000008, "Wrong alignment on FSIKFootPinningState"); \ +static_assert(sizeof(FSIKFootPinningState) == 0x000020, "Wrong size on FSIKFootPinningState"); \ +static_assert(offsetof(FSIKFootPinningState, PinnedWorldPos_4_471C5DBE4805F7E43A6330886CAF2AC3) == 0x000000, "Member 'FSIKFootPinningState::PinnedWorldPos_4_471C5DBE4805F7E43A6330886CAF2AC3' has a wrong offset!"); \ +static_assert(offsetof(FSIKFootPinningState, PinWeight_11_AC08E052449CCBBA1D94CD81F5AFB1A6) == 0x000018, "Member 'FSIKFootPinningState::PinWeight_11_AC08E052449CCBBA1D94CD81F5AFB1A6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSIKFootPinningCRPayload \ +static_assert(alignof(FSIKFootPinningCRPayload) == 0x000008, "Wrong alignment on FSIKFootPinningCRPayload"); \ +static_assert(sizeof(FSIKFootPinningCRPayload) == 0x000040, "Wrong size on FSIKFootPinningCRPayload"); \ +static_assert(offsetof(FSIKFootPinningCRPayload, RightFoot_2_A52E07064196C1E65C7D7F94DB9E8299) == 0x000000, "Member 'FSIKFootPinningCRPayload::RightFoot_2_A52E07064196C1E65C7D7F94DB9E8299' has a wrong offset!"); \ +static_assert(offsetof(FSIKFootPinningCRPayload, LeftFoot_4_95149940457399EB95706AADFFAFD2FC) == 0x000020, "Member 'FSIKFootPinningCRPayload::LeftFoot_4_95149940457399EB95706AADFFAFD2FC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ITM_Stat_Adrenaline_C_BP_SetupItemInstance \ +static_assert(alignof(BP_ITM_Stat_Adrenaline_C_BP_SetupItemInstance) == 0x000001, "Wrong alignment on BP_ITM_Stat_Adrenaline_C_BP_SetupItemInstance"); \ +static_assert(sizeof(BP_ITM_Stat_Adrenaline_C_BP_SetupItemInstance) == 0x000001, "Wrong size on BP_ITM_Stat_Adrenaline_C_BP_SetupItemInstance"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_BP_SetupItemInstance, bFromSaveGame) == 0x000000, "Member 'BP_ITM_Stat_Adrenaline_C_BP_SetupItemInstance::bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline \ +static_assert(alignof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline) == 0x000008, "Wrong alignment on BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline"); \ +static_assert(sizeof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline) == 0x0000D0, "Wrong size on BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, EntryPoint) == 0x000000, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, Temp_struct_Variable) == 0x000010, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, CallFunc_GetWorldStateBool_ReturnValue) == 0x000018, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, K2Node_Event_bFromSaveGame) == 0x000019, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::K2Node_Event_bFromSaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, CallFunc_Get_Max_Value_MaxValue) == 0x000020, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::CallFunc_Get_Max_Value_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, Temp_struct_Variable_1) == 0x000080, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, CallFunc_Conv_TextToString_ReturnValue) == 0x000098, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x0000A8, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, K2Node_CreateDelegate_OutputDelegate) == 0x0000AC, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, K2Node_CustomEvent_Instance) == 0x0000C0, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::K2Node_CustomEvent_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline, CallFunc_SetMaxAdrenaline_NewMaxAdrenaline_ImplicitCast) == 0x0000C8, "Member 'BP_ITM_Stat_Adrenaline_C_ExecuteUbergraph_BP_ITM_Stat_Adrenaline::CallFunc_SetMaxAdrenaline_NewMaxAdrenaline_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax \ +static_assert(alignof(BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax) == 0x000008, "Wrong alignment on BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax"); \ +static_assert(sizeof(BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax) == 0x0000E8, "Wrong size on BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax, Temp_struct_Variable) == 0x000000, "Member 'BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax, CallFunc_GetWorldStateBool_ReturnValue) == 0x000010, "Member 'BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax, CallFunc_Get_Max_Value_MaxValue) == 0x000018, "Member 'BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax::CallFunc_Get_Max_Value_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax, CallFunc_Conv_TextToString_ReturnValue) == 0x0000D0, "Member 'BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax, CallFunc_SetMaxAdrenaline_NewMaxAdrenaline_ImplicitCast) == 0x0000E0, "Member 'BP_ITM_Stat_Adrenaline_C_SetAdrenalineToMax::CallFunc_SetMaxAdrenaline_NewMaxAdrenaline_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ITM_Stat_Adrenaline_C_ValueChanged \ +static_assert(alignof(BP_ITM_Stat_Adrenaline_C_ValueChanged) == 0x000008, "Wrong alignment on BP_ITM_Stat_Adrenaline_C_ValueChanged"); \ +static_assert(sizeof(BP_ITM_Stat_Adrenaline_C_ValueChanged) == 0x000008, "Wrong size on BP_ITM_Stat_Adrenaline_C_ValueChanged"); \ +static_assert(offsetof(BP_ITM_Stat_Adrenaline_C_ValueChanged, Instance) == 0x000000, "Member 'BP_ITM_Stat_Adrenaline_C_ValueChanged::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ITM_Stat_Adrenaline_C \ +static_assert(alignof(UBP_ITM_Stat_Adrenaline_C) == 0x000008, "Wrong alignment on UBP_ITM_Stat_Adrenaline_C"); \ +static_assert(sizeof(UBP_ITM_Stat_Adrenaline_C) == 0x0000B8, "Wrong size on UBP_ITM_Stat_Adrenaline_C"); \ +static_assert(offsetof(UBP_ITM_Stat_Adrenaline_C, UberGraphFrame_BP_ITM_Stat_Adrenaline_C) == 0x0000B0, "Member 'UBP_ITM_Stat_Adrenaline_C::UberGraphFrame_BP_ITM_Stat_Adrenaline_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSIKFootPinningSettings \ +static_assert(alignof(FSIKFootPinningSettings) == 0x000008, "Wrong alignment on FSIKFootPinningSettings"); \ +static_assert(sizeof(FSIKFootPinningSettings) == 0x000050, "Wrong size on FSIKFootPinningSettings"); \ +static_assert(offsetof(FSIKFootPinningSettings, AnimCurveNameRightFootHeight_6_D0DA2B73499FEE3A3D856DA1FD0BBA99) == 0x000000, "Member 'FSIKFootPinningSettings::AnimCurveNameRightFootHeight_6_D0DA2B73499FEE3A3D856DA1FD0BBA99' has a wrong offset!"); \ +static_assert(offsetof(FSIKFootPinningSettings, AnimCurveNameLeftFootHeight_7_D384CA33459E0C688F62A3BC811A4D65) == 0x000008, "Member 'FSIKFootPinningSettings::AnimCurveNameLeftFootHeight_7_D384CA33459E0C688F62A3BC811A4D65' has a wrong offset!"); \ +static_assert(offsetof(FSIKFootPinningSettings, PinHeightTolerance_10_D7E3C386435BFD06B3B0B5A93DD181F5) == 0x000010, "Member 'FSIKFootPinningSettings::PinHeightTolerance_10_D7E3C386435BFD06B3B0B5A93DD181F5' has a wrong offset!"); \ +static_assert(offsetof(FSIKFootPinningSettings, RightFootBoneName_15_D2827E73424362ADB9D92C88BDE36960) == 0x000018, "Member 'FSIKFootPinningSettings::RightFootBoneName_15_D2827E73424362ADB9D92C88BDE36960' has a wrong offset!"); \ +static_assert(offsetof(FSIKFootPinningSettings, LeftFootBoneName_16_6E5BC5FC4B0A95400EEA469FBABB3031) == 0x000020, "Member 'FSIKFootPinningSettings::LeftFootBoneName_16_6E5BC5FC4B0A95400EEA469FBABB3031' has a wrong offset!"); \ +static_assert(offsetof(FSIKFootPinningSettings, RootBoneName_19_DE8081EA4B676FCEAB18D984CA2D6F77) == 0x000028, "Member 'FSIKFootPinningSettings::RootBoneName_19_DE8081EA4B676FCEAB18D984CA2D6F77' has a wrong offset!"); \ +static_assert(offsetof(FSIKFootPinningSettings, UnpinBlendTime_22_AF5A7BEA42F37BADFC66AE9EC20462D7) == 0x000030, "Member 'FSIKFootPinningSettings::UnpinBlendTime_22_AF5A7BEA42F37BADFC66AE9EC20462D7' has a wrong offset!"); \ +static_assert(offsetof(FSIKFootPinningSettings, AnimCurveNameRightFootSpeed_27_536F692C4451DBC6EFC1C3816C8BBB12) == 0x000038, "Member 'FSIKFootPinningSettings::AnimCurveNameRightFootSpeed_27_536F692C4451DBC6EFC1C3816C8BBB12' has a wrong offset!"); \ +static_assert(offsetof(FSIKFootPinningSettings, AnimCurveNameLeftFootSpeed_29_31556F154E6CC63C451C74B609E20221) == 0x000040, "Member 'FSIKFootPinningSettings::AnimCurveNameLeftFootSpeed_29_31556F154E6CC63C451C74B609E20221' has a wrong offset!"); \ +static_assert(offsetof(FSIKFootPinningSettings, PinSpeedTolerance_32_0FB4B6CE42AD1B9314544D8FAF94953D) == 0x000048, "Member 'FSIKFootPinningSettings::PinSpeedTolerance_32_0FB4B6CE42AD1B9314544D8FAF94953D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ForceDisarm_C_Received_NotifyBegin \ +static_assert(alignof(BP_ForceDisarm_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_ForceDisarm_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_ForceDisarm_C_Received_NotifyBegin) == 0x000088, "Wrong size on BP_ForceDisarm_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_ForceDisarm_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_ForceDisarm_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_ForceDisarm_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyBegin, EventReference) == 0x000018, "Member 'BP_ForceDisarm_C_Received_NotifyBegin::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyBegin, ReturnValue) == 0x000068, "Member 'BP_ForceDisarm_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000070, "Member 'BP_ForceDisarm_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyBegin, K2Node_DynamicCast_AsCJCharacter) == 0x000078, "Member 'BP_ForceDisarm_C_Received_NotifyBegin::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_ForceDisarm_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ForceDisarm_C_Received_NotifyEnd \ +static_assert(alignof(BP_ForceDisarm_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_ForceDisarm_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_ForceDisarm_C_Received_NotifyEnd) == 0x000080, "Wrong size on BP_ForceDisarm_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_ForceDisarm_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_ForceDisarm_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyEnd, EventReference) == 0x000010, "Member 'BP_ForceDisarm_C_Received_NotifyEnd::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyEnd, ReturnValue) == 0x000060, "Member 'BP_ForceDisarm_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000068, "Member 'BP_ForceDisarm_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyEnd, K2Node_DynamicCast_AsCJCharacter) == 0x000070, "Member 'BP_ForceDisarm_C_Received_NotifyEnd::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_ForceDisarm_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_ForceDisarm_C_Received_NotifyEnd, CallFunc_RequestLowerFlag_ReturnValue) == 0x000079, "Member 'BP_ForceDisarm_C_Received_NotifyEnd::CallFunc_RequestLowerFlag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ForceDisarm_C \ +static_assert(alignof(UBP_ForceDisarm_C) == 0x000008, "Wrong alignment on UBP_ForceDisarm_C"); \ +static_assert(sizeof(UBP_ForceDisarm_C) == 0x000030, "Wrong size on UBP_ForceDisarm_C"); \ + +#define DUMPER7_ASSERTS_BP_CharacterActionNotify_GainAdrenaline_C_FireNotify \ +static_assert(alignof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify) == 0x000008, "Wrong alignment on BP_CharacterActionNotify_GainAdrenaline_C_FireNotify"); \ +static_assert(sizeof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify) == 0x000068, "Wrong size on BP_CharacterActionNotify_GainAdrenaline_C_FireNotify"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, ActionUpdateContext) == 0x000000, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000010, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, CallFunc_GetRequestedInstigator_ReturnValue) == 0x000018, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::CallFunc_GetRequestedInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000028, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, K2Node_MathExpression_ReturnValue) == 0x000038, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000040, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000048, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, K2Node_MathExpression_Gain_ImplicitCast) == 0x000050, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::K2Node_MathExpression_Gain_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, K2Node_MathExpression_Max_ImplicitCast) == 0x000058, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::K2Node_MathExpression_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_C_FireNotify, CallFunc_AddAdrenaline_Value_ImplicitCast) == 0x000060, "Member 'BP_CharacterActionNotify_GainAdrenaline_C_FireNotify::CallFunc_AddAdrenaline_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterActionNotify_GainAdrenaline_C \ +static_assert(alignof(UBP_CharacterActionNotify_GainAdrenaline_C) == 0x000008, "Wrong alignment on UBP_CharacterActionNotify_GainAdrenaline_C"); \ +static_assert(sizeof(UBP_CharacterActionNotify_GainAdrenaline_C) == 0x000048, "Wrong size on UBP_CharacterActionNotify_GainAdrenaline_C"); \ +static_assert(offsetof(UBP_CharacterActionNotify_GainAdrenaline_C, Value) == 0x000038, "Member 'UBP_CharacterActionNotify_GainAdrenaline_C::Value' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterActionNotify_GainAdrenaline_C, AdrenalineActionTag) == 0x00003C, "Member 'UBP_CharacterActionNotify_GainAdrenaline_C::AdrenalineActionTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandingToLocomotion_C \ +static_assert(alignof(ULandingToLocomotion_C) == 0x000008, "Wrong alignment on ULandingToLocomotion_C"); \ +static_assert(sizeof(ULandingToLocomotion_C) == 0x000030, "Wrong size on ULandingToLocomotion_C"); \ + +#define DUMPER7_ASSERTS_UEarlyToStartBranch_C \ +static_assert(alignof(UEarlyToStartBranch_C) == 0x000008, "Wrong alignment on UEarlyToStartBranch_C"); \ +static_assert(sizeof(UEarlyToStartBranch_C) == 0x000030, "Wrong size on UEarlyToStartBranch_C"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData) == 0x001780, "Wrong size on ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_584) == 0x000004, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_584' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_585) == 0x00000C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_585' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_586) == 0x000014, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_586' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_587) == 0x00001C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_587' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_588) == 0x000024, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_588' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_589) == 0x00002C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_589' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_590) == 0x000034, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_590' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_591) == 0x00003C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_591' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_592) == 0x000044, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_592' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_593) == 0x00004C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_593' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_594) == 0x000054, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_594' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_595) == 0x00005C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_595' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_596) == 0x000064, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_596' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_597) == 0x00006C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_597' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_598) == 0x000074, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_598' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_599) == 0x00007C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_599' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_600) == 0x000084, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_600' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_601) == 0x00008C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_601' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_602) == 0x000094, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_602' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_603) == 0x00009C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_603' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_604) == 0x0000A4, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_604' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_605) == 0x0000AC, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_605' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_606) == 0x0000B4, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_606' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_607) == 0x0000BC, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_607' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __FloatProperty_608) == 0x0000C0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__FloatProperty_608' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_609) == 0x0000C4, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_609' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __FloatProperty_610) == 0x0000F0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__FloatProperty_610' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_611) == 0x0000F4, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_611' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_612) == 0x0000F8, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_612' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_613) == 0x000100, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_613' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_614) == 0x000108, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_614' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_615) == 0x00010C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_615' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_616) == 0x000110, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_616' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_617) == 0x000118, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_617' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_618) == 0x00011C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_618' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_619) == 0x000124, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_619' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_620) == 0x00012C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_620' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_621) == 0x000130, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_621' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_622) == 0x000138, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_622' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_623) == 0x00013C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_623' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_624) == 0x000144, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_624' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_625) == 0x000148, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_625' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_626) == 0x000150, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_626' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_627) == 0x000154, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_627' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_628) == 0x00015C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_628' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_629) == 0x000160, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_629' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_630) == 0x000168, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_630' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_631) == 0x00016C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_631' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_632) == 0x000174, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_632' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_633) == 0x000178, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_633' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_634) == 0x000180, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_634' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_635) == 0x000184, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_635' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_636) == 0x00018C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_636' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_637) == 0x000190, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_637' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_638) == 0x000198, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_638' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_639) == 0x00019C, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_639' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_640) == 0x0001A4, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_640' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __CurveFloat_641) == 0x0001A8, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__CurveFloat_641' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_642) == 0x0001B0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_642' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_643) == 0x0001B1, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_643' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_644) == 0x0001B2, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_644' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __ArrayProperty_645) == 0x0001B8, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__ArrayProperty_645' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __BoolProperty_646) == 0x0001C8, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__BoolProperty_646' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __BlendProfile_647) == 0x0001D0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__BlendProfile_647' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_648) == 0x0001D8, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_648' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_649) == 0x0001E0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_649' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_650) == 0x0001E4, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_650' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_651) == 0x0001EC, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_651' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_652) == 0x0001F8, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_652' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_653) == 0x000218, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_653' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_654) == 0x000220, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_654' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, __ByteProperty_655) == 0x000240, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::__ByteProperty_655' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_SharedLinkedAnimLayers) == 0x000248, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_SharedLinkedAnimLayers' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000250, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0002D0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_17) == 0x000310, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_7) == 0x000340, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_16) == 0x000348, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_6) == 0x000378, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_15) == 0x000380, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_14) == 0x0003B0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_13) == 0x0003E0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_5) == 0x000410, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_12) == 0x000418, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_4) == 0x000448, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_11) == 0x000450, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_3) == 0x000480, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_10) == 0x0004B0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_9) == 0x0004E0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_2) == 0x000510, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_8) == 0x000518, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_1) == 0x000548, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x000578, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x0005A8, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x0005B0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x0005E0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000610, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000640, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x000670, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x0006A0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0006D0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_46) == 0x000700, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_45) == 0x000730, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_44) == 0x000760, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_43) == 0x000790, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_42) == 0x0007C0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_41) == 0x0007F0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_40) == 0x000820, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_39) == 0x000850, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_38) == 0x000880, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_37) == 0x0008B0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_36) == 0x0008E0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_35) == 0x000910, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_34) == 0x000940, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_33) == 0x000970, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_32) == 0x0009A0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_31) == 0x0009D0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_30) == 0x000A00, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_29) == 0x000A30, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_28) == 0x000A60, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_27) == 0x000A90, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_26) == 0x000AC0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_25) == 0x000AF0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_24) == 0x000B20, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_23) == 0x000B50, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_22) == 0x000B80, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_21) == 0x000BB0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_20) == 0x000BE0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_19) == 0x000C10, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_18) == 0x000C40, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_17) == 0x000C70, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x000CA0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x000CD0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x000D00, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x000D30, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x000D60, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x000D90, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x000DC0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x000DF0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x000E20, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x000E50, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x000E80, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x000EB0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x000EE0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_17) == 0x000F10, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000F40, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_16) == 0x000F70, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x000FA0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_1) == 0x000FD0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_16) == 0x001000, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_15) == 0x001030, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_15) == 0x001060, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x001090, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x0010C0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x0010F0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x001120, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_14) == 0x001150, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_14) == 0x001180, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_13) == 0x0011B0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_13) == 0x0011E0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_12) == 0x001210, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_12) == 0x001240, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x001270, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_11) == 0x0012A0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_11) == 0x0012D0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x001300, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_10) == 0x001330, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x001360, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_9) == 0x001390, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x0013C0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_8) == 0x0013F0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x001420, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_7) == 0x001450, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x001480, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_6) == 0x0014B0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x0014E0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_5) == 0x001510, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x001540, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_4) == 0x001570, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x0015A0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_3) == 0x0015D0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x001600, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x001630, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_2) == 0x001660, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_1) == 0x001690, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x0016C0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer) == 0x0016F0, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x001720, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_WalkableStateMachine) == 0x001750, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_WalkableStateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_InVehicleGraph::FAnimBlueprintGeneratedMutableData) == 0x000001, "Wrong alignment on ABP_InVehicleGraph::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_InVehicleGraph::FAnimBlueprintGeneratedMutableData) == 0x000003, "Wrong size on ABP_InVehicleGraph::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedMutableData, __BoolProperty) == 0x000001, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedMutableData::__BoolProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph::FAnimBlueprintGeneratedMutableData, __BoolProperty_0) == 0x000002, "Member 'ABP_InVehicleGraph::FAnimBlueprintGeneratedMutableData::__BoolProperty_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_AnimGraph \ +static_assert(alignof(ABP_InVehicleGraph_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_AnimGraph"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_AnimGraph) == 0x000010, "Wrong size on ABP_InVehicleGraph_C_AnimGraph"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_InVehicleGraph_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong alignment on ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation) == 0x000010, "Wrong size on ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000005, "Member 'ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation, K2Node_SwitchEnum_CmpSuccess) == 0x000007, "Member 'ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000008, "Member 'ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue_1) == 0x00000A, "Member 'ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation, K2Node_SwitchEnum_CmpSuccess_1) == 0x00000B, "Member 'ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue) == 0x00000C, "Member 'ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue_2) == 0x00000D, "Member 'ABP_InVehicleGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_Entry_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_Entry_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_Entry_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_Entry_Layer) == 0x000028, "Wrong size on ABP_InVehicleGraph_C_Entry_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Entry_Layer, IGNORE_POSE_Entry) == 0x000000, "Member 'ABP_InVehicleGraph_C_Entry_Layer::IGNORE_POSE_Entry' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Entry_Layer, VehicleDoor) == 0x000010, "Member 'ABP_InVehicleGraph_C_Entry_Layer::VehicleDoor' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Entry_Layer, VehicleSeatDestination) == 0x000011, "Member 'ABP_InVehicleGraph_C_Entry_Layer::VehicleSeatDestination' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Entry_Layer, VehicleEntrySection) == 0x000012, "Member 'ABP_InVehicleGraph_C_Entry_Layer::VehicleEntrySection' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Entry_Layer, Entry_Layer_0) == 0x000018, "Member 'ABP_InVehicleGraph_C_Entry_Layer::Entry_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph \ +static_assert(alignof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph) == 0x000020, "Wrong size on ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, EntryPoint) == 0x000000, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_GetVehicleDoor_ReturnValue) == 0x000006, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_GetVehicleDoor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_GetVehicleSeat_ReturnValue) == 0x000007, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_GetVehicleSeat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_GetVehicle_ReturnValue) == 0x000008, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_GetVehicleSeat_ReturnValue_1) == 0x000010, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_GetVehicleSeat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, K2Node_CustomEvent_DoorId) == 0x000011, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::K2Node_CustomEvent_DoorId' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, K2Node_CustomEvent_NewState) == 0x000012, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::K2Node_CustomEvent_NewState' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000013, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000014, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000015, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_BooleanOR_ReturnValue) == 0x000016, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000017, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000018, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_BooleanOR_ReturnValue_1) == 0x000019, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_BooleanAND_ReturnValue_1) == 0x00001B, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00001C, "Member 'ABP_InVehicleGraph_C_ExecuteUbergraph_ABP_InVehicleGraph::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_Exit_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_Exit_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_Exit_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_Exit_Layer) == 0x000028, "Wrong size on ABP_InVehicleGraph_C_Exit_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Exit_Layer, IGNORE_POSE_Exit) == 0x000000, "Member 'ABP_InVehicleGraph_C_Exit_Layer::IGNORE_POSE_Exit' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Exit_Layer, VehicleDoor_Exit) == 0x000010, "Member 'ABP_InVehicleGraph_C_Exit_Layer::VehicleDoor_Exit' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Exit_Layer, Forced) == 0x000011, "Member 'ABP_InVehicleGraph_C_Exit_Layer::Forced' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Exit_Layer, VehicleSeat_Exit) == 0x000012, "Member 'ABP_InVehicleGraph_C_Exit_Layer::VehicleSeat_Exit' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Exit_Layer, Exit_Layer_0) == 0x000018, "Member 'ABP_InVehicleGraph_C_Exit_Layer::Exit_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_Exit_UpsideDown_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_Exit_UpsideDown_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_Exit_UpsideDown_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_Exit_UpsideDown_Layer) == 0x000028, "Wrong size on ABP_InVehicleGraph_C_Exit_UpsideDown_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Exit_UpsideDown_Layer, IGNORE_POSE_Exit) == 0x000000, "Member 'ABP_InVehicleGraph_C_Exit_UpsideDown_Layer::IGNORE_POSE_Exit' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Exit_UpsideDown_Layer, VehicleDoor_Exit) == 0x000010, "Member 'ABP_InVehicleGraph_C_Exit_UpsideDown_Layer::VehicleDoor_Exit' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Exit_UpsideDown_Layer, Exit_UpsideDown_Layer_0) == 0x000018, "Member 'ABP_InVehicleGraph_C_Exit_UpsideDown_Layer::Exit_UpsideDown_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_HandleCloseDoor \ +static_assert(alignof(ABP_InVehicleGraph_C_HandleCloseDoor) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_HandleCloseDoor"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_HandleCloseDoor) == 0x000028, "Wrong size on ABP_InVehicleGraph_C_HandleCloseDoor"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_HandleCloseDoor, IGNORE_POSE_close_door) == 0x000000, "Member 'ABP_InVehicleGraph_C_HandleCloseDoor::IGNORE_POSE_close_door' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_HandleCloseDoor, VehicleDoorClose) == 0x000010, "Member 'ABP_InVehicleGraph_C_HandleCloseDoor::VehicleDoorClose' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_HandleCloseDoor, HandleCloseDoor_0) == 0x000018, "Member 'ABP_InVehicleGraph_C_HandleCloseDoor::HandleCloseDoor_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_HandleOpenDoor \ +static_assert(alignof(ABP_InVehicleGraph_C_HandleOpenDoor) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_HandleOpenDoor"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_HandleOpenDoor) == 0x000028, "Wrong size on ABP_InVehicleGraph_C_HandleOpenDoor"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_HandleOpenDoor, IGNORE_POSE_open_door) == 0x000000, "Member 'ABP_InVehicleGraph_C_HandleOpenDoor::IGNORE_POSE_open_door' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_HandleOpenDoor, VehicleDoorOpen) == 0x000010, "Member 'ABP_InVehicleGraph_C_HandleOpenDoor::VehicleDoorOpen' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_HandleOpenDoor, HandleOpenDoor_0) == 0x000018, "Member 'ABP_InVehicleGraph_C_HandleOpenDoor::HandleOpenDoor_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_Honk_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_Honk_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_Honk_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_Honk_Layer) == 0x000010, "Wrong size on ABP_InVehicleGraph_C_Honk_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Honk_Layer, Honk_Layer_0) == 0x000000, "Member 'ABP_InVehicleGraph_C_Honk_Layer::Honk_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_HonkEnd_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_HonkEnd_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_HonkEnd_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_HonkEnd_Layer) == 0x000010, "Wrong size on ABP_InVehicleGraph_C_HonkEnd_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_HonkEnd_Layer, HonkEnd_Layer_0) == 0x000000, "Member 'ABP_InVehicleGraph_C_HonkEnd_Layer::HonkEnd_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_HonkStart_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_HonkStart_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_HonkStart_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_HonkStart_Layer) == 0x000010, "Wrong size on ABP_InVehicleGraph_C_HonkStart_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_HonkStart_Layer, HonkStart_Layer_0) == 0x000000, "Member 'ABP_InVehicleGraph_C_HonkStart_Layer::HonkStart_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_Idle_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_Idle_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_Idle_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_Idle_Layer) == 0x000010, "Wrong size on ABP_InVehicleGraph_C_Idle_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Idle_Layer, Idle_Layer_0) == 0x000000, "Member 'ABP_InVehicleGraph_C_Idle_Layer::Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_Idle_Passenger_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_Idle_Passenger_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_Idle_Passenger_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_Idle_Passenger_Layer) == 0x000028, "Wrong size on ABP_InVehicleGraph_C_Idle_Passenger_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Idle_Passenger_Layer, IGNORE_POSE_Idle_Passenger) == 0x000000, "Member 'ABP_InVehicleGraph_C_Idle_Passenger_Layer::IGNORE_POSE_Idle_Passenger' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Idle_Passenger_Layer, VehicleSeat_Idle_Passenger) == 0x000010, "Member 'ABP_InVehicleGraph_C_Idle_Passenger_Layer::VehicleSeat_Idle_Passenger' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Idle_Passenger_Layer, Idle_Passenger_Layer_0) == 0x000018, "Member 'ABP_InVehicleGraph_C_Idle_Passenger_Layer::Idle_Passenger_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_Idle_Passenger_Trunk_Opened \ +static_assert(alignof(ABP_InVehicleGraph_C_Idle_Passenger_Trunk_Opened) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_Idle_Passenger_Trunk_Opened"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_Idle_Passenger_Trunk_Opened) == 0x000010, "Wrong size on ABP_InVehicleGraph_C_Idle_Passenger_Trunk_Opened"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Idle_Passenger_Trunk_Opened, Idle_Passenger_Trunk_Opened_0) == 0x000000, "Member 'ABP_InVehicleGraph_C_Idle_Passenger_Trunk_Opened::Idle_Passenger_Trunk_Opened_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_NowReadyToDrive \ +static_assert(alignof(ABP_InVehicleGraph_C_NowReadyToDrive) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_NowReadyToDrive"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_NowReadyToDrive) == 0x000010, "Wrong size on ABP_InVehicleGraph_C_NowReadyToDrive"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_NowReadyToDrive, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'ABP_InVehicleGraph_C_NowReadyToDrive::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_NowReadyToDrive, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue) == 0x000001, "Member 'ABP_InVehicleGraph_C_NowReadyToDrive::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_NowReadyToDrive, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'ABP_InVehicleGraph_C_NowReadyToDrive::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_NowReadyToDrive, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'ABP_InVehicleGraph_C_NowReadyToDrive::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_NowReadyToDrive, CallFunc_GetVehicle_ReturnValue) == 0x000008, "Member 'ABP_InVehicleGraph_C_NowReadyToDrive::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_OnDoorChanged \ +static_assert(alignof(ABP_InVehicleGraph_C_OnDoorChanged) == 0x000001, "Wrong alignment on ABP_InVehicleGraph_C_OnDoorChanged"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_OnDoorChanged) == 0x000002, "Wrong size on ABP_InVehicleGraph_C_OnDoorChanged"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_OnDoorChanged, DoorId) == 0x000000, "Member 'ABP_InVehicleGraph_C_OnDoorChanged::DoorId' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_OnDoorChanged, NewState) == 0x000001, "Member 'ABP_InVehicleGraph_C_OnDoorChanged::NewState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_Passenger_Trunk_Open_Transition \ +static_assert(alignof(ABP_InVehicleGraph_C_Passenger_Trunk_Open_Transition) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_Passenger_Trunk_Open_Transition"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_Passenger_Trunk_Open_Transition) == 0x000010, "Wrong size on ABP_InVehicleGraph_C_Passenger_Trunk_Open_Transition"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Passenger_Trunk_Open_Transition, Passenger_Trunk_Open_Transition_0) == 0x000000, "Member 'ABP_InVehicleGraph_C_Passenger_Trunk_Open_Transition::Passenger_Trunk_Open_Transition_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_Ram_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_Ram_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_Ram_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_Ram_Layer) == 0x000028, "Wrong size on ABP_InVehicleGraph_C_Ram_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Ram_Layer, IGNORE_POSE_Ram) == 0x000000, "Member 'ABP_InVehicleGraph_C_Ram_Layer::IGNORE_POSE_Ram' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Ram_Layer, SideRamLeft) == 0x000010, "Member 'ABP_InVehicleGraph_C_Ram_Layer::SideRamLeft' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Ram_Layer, Ram_Layer_0) == 0x000018, "Member 'ABP_InVehicleGraph_C_Ram_Layer::Ram_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_Reverse_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_Reverse_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_Reverse_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_Reverse_Layer) == 0x000010, "Wrong size on ABP_InVehicleGraph_C_Reverse_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Reverse_Layer, Reverse_Layer_0) == 0x000000, "Member 'ABP_InVehicleGraph_C_Reverse_Layer::Reverse_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_ReverseEnd_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_ReverseEnd_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_ReverseEnd_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_ReverseEnd_Layer) == 0x000010, "Wrong size on ABP_InVehicleGraph_C_ReverseEnd_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ReverseEnd_Layer, ReverseEnd_Layer_0) == 0x000000, "Member 'ABP_InVehicleGraph_C_ReverseEnd_Layer::ReverseEnd_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_ReverseStart_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_ReverseStart_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_ReverseStart_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_ReverseStart_Layer) == 0x000010, "Wrong size on ABP_InVehicleGraph_C_ReverseStart_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_ReverseStart_Layer, ReverseStart_Layer_0) == 0x000000, "Member 'ABP_InVehicleGraph_C_ReverseStart_Layer::ReverseStart_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_StartEnterState \ +static_assert(alignof(ABP_InVehicleGraph_C_StartEnterState) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_StartEnterState"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_StartEnterState) == 0x000020, "Wrong size on ABP_InVehicleGraph_C_StartEnterState"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_StartEnterState, Context) == 0x000000, "Member 'ABP_InVehicleGraph_C_StartEnterState::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_StartEnterState, Node) == 0x000010, "Member 'ABP_InVehicleGraph_C_StartEnterState::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_SubscribeToDoorEvent \ +static_assert(alignof(ABP_InVehicleGraph_C_SubscribeToDoorEvent) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_SubscribeToDoorEvent"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_SubscribeToDoorEvent) == 0x000020, "Wrong size on ABP_InVehicleGraph_C_SubscribeToDoorEvent"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_SubscribeToDoorEvent, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'ABP_InVehicleGraph_C_SubscribeToDoorEvent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_SubscribeToDoorEvent, CallFunc_GetVehicle_ReturnValue) == 0x000010, "Member 'ABP_InVehicleGraph_C_SubscribeToDoorEvent::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_SubscribeToDoorEvent, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'ABP_InVehicleGraph_C_SubscribeToDoorEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_SubscribeToDoorEvent, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'ABP_InVehicleGraph_C_SubscribeToDoorEvent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_InVehicleGraph_C_Turning_Layer \ +static_assert(alignof(ABP_InVehicleGraph_C_Turning_Layer) == 0x000008, "Wrong alignment on ABP_InVehicleGraph_C_Turning_Layer"); \ +static_assert(sizeof(ABP_InVehicleGraph_C_Turning_Layer) == 0x000028, "Wrong size on ABP_InVehicleGraph_C_Turning_Layer"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Turning_Layer, IGNORE_POSE_Turning) == 0x000000, "Member 'ABP_InVehicleGraph_C_Turning_Layer::IGNORE_POSE_Turning' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Turning_Layer, SteeringValue) == 0x000010, "Member 'ABP_InVehicleGraph_C_Turning_Layer::SteeringValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_InVehicleGraph_C_Turning_Layer, Turning_Layer_0) == 0x000018, "Member 'ABP_InVehicleGraph_C_Turning_Layer::Turning_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_InVehicleGraph_C \ +static_assert(alignof(UABP_InVehicleGraph_C) == 0x000010, "Wrong alignment on UABP_InVehicleGraph_C"); \ +static_assert(sizeof(UABP_InVehicleGraph_C) == 0x002640, "Wrong size on UABP_InVehicleGraph_C"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, UberGraphFrame) == 0x000410, "Member 'UABP_InVehicleGraph_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __AnimBlueprintMutables) == 0x000418, "Member 'UABP_InVehicleGraph_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimBlueprintExtension_SharedLinkedAnimLayers) == 0x000420, "Member 'UABP_InVehicleGraph_C::AnimBlueprintExtension_SharedLinkedAnimLayers' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimBlueprintExtension_PropertyAccess) == 0x000448, "Member 'UABP_InVehicleGraph_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimBlueprintExtension_Base) == 0x000450, "Member 'UABP_InVehicleGraph_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_17) == 0x000458, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedInputPose_7) == 0x000478, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedInputPose_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_16) == 0x000530, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedInputPose_6) == 0x000550, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedInputPose_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_15) == 0x000608, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_14) == 0x000628, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_13) == 0x000648, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedInputPose_5) == 0x000668, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedInputPose_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_12) == 0x000720, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedInputPose_4) == 0x000740, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_11) == 0x0007F8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedInputPose_3) == 0x000818, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_10) == 0x0008D0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_9) == 0x0008F0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedInputPose_2) == 0x000910, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_8) == 0x0009C8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedInputPose_1) == 0x0009E8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_7) == 0x000AA0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedInputPose) == 0x000AC0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_6) == 0x000B78, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_5) == 0x000B98, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_4) == 0x000BB8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_3) == 0x000BD8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_2) == 0x000BF8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root_1) == 0x000C18, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_Root) == 0x000C38, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_46) == 0x000C58, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_45) == 0x000C80, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_44) == 0x000CA8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_43) == 0x000CD0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_42) == 0x000CF8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_41) == 0x000D20, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_40) == 0x000D48, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_39) == 0x000D70, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_38) == 0x000D98, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_37) == 0x000DC0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_36) == 0x000DE8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_35) == 0x000E10, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_34) == 0x000E38, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_33) == 0x000E60, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_32) == 0x000E88, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_31) == 0x000EB0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_30) == 0x000ED8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_29) == 0x000F00, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_28) == 0x000F28, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_27) == 0x000F50, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_26) == 0x000F78, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_25) == 0x000FA0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_24) == 0x000FC8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_23) == 0x000FF0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_22) == 0x001018, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_21) == 0x001040, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_20) == 0x001068, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_19) == 0x001090, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_18) == 0x0010B8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_17) == 0x0010E0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_16) == 0x001108, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_15) == 0x001130, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_14) == 0x001158, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_13) == 0x001180, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_12) == 0x0011A8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_11) == 0x0011D0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_10) == 0x0011F8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_9) == 0x001220, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_8) == 0x001248, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_7) == 0x001270, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_6) == 0x001298, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_5) == 0x0012C0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_SequencePlayer_1) == 0x0012E8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_17) == 0x001330, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_SequencePlayer) == 0x001350, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_16) == 0x001398, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_4) == 0x0013B8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_BlendListByBool_1) == 0x0013E0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_16) == 0x001430, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_15) == 0x0014F8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_15) == 0x0015C0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_3) == 0x0015E0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_2) == 0x001608, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult_1) == 0x001630, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_TransitionResult) == 0x001658, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_14) == 0x001680, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_14) == 0x001748, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_13) == 0x001768, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_13) == 0x001830, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_12) == 0x001850, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_12) == 0x001918, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateMachine) == 0x001938, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_11) == 0x001A10, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_11) == 0x001A30, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_10) == 0x001AF8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_10) == 0x001B18, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_9) == 0x001BE0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_9) == 0x001C00, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_8) == 0x001CC8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_8) == 0x001CE8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_7) == 0x001DB0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_7) == 0x001DD0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_6) == 0x001E98, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_6) == 0x001EB8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_5) == 0x001F80, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_5) == 0x001FA0, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_4) == 0x002068, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_4) == 0x002088, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_3) == 0x002150, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_3) == 0x002170, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_2) == 0x002238, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_BlendListByBool) == 0x002258, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_2) == 0x0022A8, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer_1) == 0x002370, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult_1) == 0x002438, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_LinkedAnimLayer) == 0x002458, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_StateResult) == 0x002520, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, AnimGraphNode_WalkableStateMachine) == 0x002540, "Member 'UABP_InVehicleGraph_C::AnimGraphNode_WalkableStateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __CustomProperty_VehicleDoorClose_D0E9D956478D1B6891035A973E5922B6) == 0x002618, "Member 'UABP_InVehicleGraph_C::__CustomProperty_VehicleDoorClose_D0E9D956478D1B6891035A973E5922B6' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __CustomProperty_VehicleDoorOpen_BF5D394946E5457668EF06BA86535EB4) == 0x002619, "Member 'UABP_InVehicleGraph_C::__CustomProperty_VehicleDoorOpen_BF5D394946E5457668EF06BA86535EB4' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __CustomProperty_VehicleSeat_Idle_Passenger_14BD17FD4C1B444C5E312795FABCEE00) == 0x00261A, "Member 'UABP_InVehicleGraph_C::__CustomProperty_VehicleSeat_Idle_Passenger_14BD17FD4C1B444C5E312795FABCEE00' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __CustomProperty_SideRamLeft_C4A850AD4E884E0E8C56C490AA543C90) == 0x00261B, "Member 'UABP_InVehicleGraph_C::__CustomProperty_SideRamLeft_C4A850AD4E884E0E8C56C490AA543C90' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __CustomProperty_SteeringValue_21FC78CB4AEBB6F27FCBDDB9BB7ADC15) == 0x002620, "Member 'UABP_InVehicleGraph_C::__CustomProperty_SteeringValue_21FC78CB4AEBB6F27FCBDDB9BB7ADC15' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __CustomProperty_VehicleDoor_Exit_69E5E8424C92D65D28DF1C817F2FB8C8) == 0x002628, "Member 'UABP_InVehicleGraph_C::__CustomProperty_VehicleDoor_Exit_69E5E8424C92D65D28DF1C817F2FB8C8' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __CustomProperty_VehicleSeat_Exit_8A63C380445F91F7C69E3C8C4F84360A) == 0x002629, "Member 'UABP_InVehicleGraph_C::__CustomProperty_VehicleSeat_Exit_8A63C380445F91F7C69E3C8C4F84360A' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __CustomProperty_Forced_8A63C380445F91F7C69E3C8C4F84360A) == 0x00262A, "Member 'UABP_InVehicleGraph_C::__CustomProperty_Forced_8A63C380445F91F7C69E3C8C4F84360A' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __CustomProperty_VehicleDoor_Exit_8A63C380445F91F7C69E3C8C4F84360A) == 0x00262B, "Member 'UABP_InVehicleGraph_C::__CustomProperty_VehicleDoor_Exit_8A63C380445F91F7C69E3C8C4F84360A' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __CustomProperty_VehicleEntrySection_D1EE148C417B6C92A347D1B593119F23) == 0x00262C, "Member 'UABP_InVehicleGraph_C::__CustomProperty_VehicleEntrySection_D1EE148C417B6C92A347D1B593119F23' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __CustomProperty_VehicleSeatDestination_D1EE148C417B6C92A347D1B593119F23) == 0x00262D, "Member 'UABP_InVehicleGraph_C::__CustomProperty_VehicleSeatDestination_D1EE148C417B6C92A347D1B593119F23' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, __CustomProperty_VehicleDoor_D1EE148C417B6C92A347D1B593119F23) == 0x00262E, "Member 'UABP_InVehicleGraph_C::__CustomProperty_VehicleDoor_D1EE148C417B6C92A347D1B593119F23' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, NOT_IMPLEMENTED_YET) == 0x00262F, "Member 'UABP_InVehicleGraph_C::NOT_IMPLEMENTED_YET' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, EarlyExit) == 0x002630, "Member 'UABP_InVehicleGraph_C::EarlyExit' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, HasInput) == 0x002631, "Member 'UABP_InVehicleGraph_C::HasInput' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, IsPassenger) == 0x002632, "Member 'UABP_InVehicleGraph_C::IsPassenger' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, EnteredVehicle) == 0x002633, "Member 'UABP_InVehicleGraph_C::EnteredVehicle' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, SubscribedDoorEvent) == 0x002634, "Member 'UABP_InVehicleGraph_C::SubscribedDoorEvent' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, bTrunkOpening) == 0x002635, "Member 'UABP_InVehicleGraph_C::bTrunkOpening' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, ShouldHandleDoor) == 0x002636, "Member 'UABP_InVehicleGraph_C::ShouldHandleDoor' has a wrong offset!"); \ +static_assert(offsetof(UABP_InVehicleGraph_C, HandleDoorOpening) == 0x002637, "Member 'UABP_InVehicleGraph_C::HandleDoorOpening' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData) == 0x002020, "Wrong size on ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_766) == 0x000004, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_766' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_767) == 0x00000C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_767' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_768) == 0x000014, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_768' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_769) == 0x00001C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_769' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_770) == 0x000024, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_770' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_771) == 0x00002C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_771' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_772) == 0x000034, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_772' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_773) == 0x00003C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_773' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_774) == 0x000044, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_774' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_775) == 0x00004C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_775' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_776) == 0x000054, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_776' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_777) == 0x00005C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_777' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_778) == 0x000064, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_778' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_779) == 0x00006C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_779' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_780) == 0x000074, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_780' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_781) == 0x00007C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_781' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_782) == 0x000084, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_782' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_783) == 0x00008C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_783' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_784) == 0x000094, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_784' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_785) == 0x00009C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_785' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_786) == 0x0000A4, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_786' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_787) == 0x0000AC, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_787' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_788) == 0x0000B4, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_788' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_789) == 0x0000BC, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_789' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_790) == 0x0000C4, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_790' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_791) == 0x0000CC, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_791' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_792) == 0x0000D4, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_792' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_793) == 0x0000DC, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_793' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_794) == 0x0000E4, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_794' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_795) == 0x0000EC, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_795' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_796) == 0x0000F4, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_796' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_797) == 0x0000FC, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_797' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_798) == 0x000104, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_798' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_799) == 0x000108, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_799' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_800) == 0x000110, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_800' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_801) == 0x000114, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_801' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_802) == 0x00011C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_802' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_803) == 0x000120, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_803' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_804) == 0x000128, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_804' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_805) == 0x00012C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_805' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_806) == 0x000134, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_806' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __BoolProperty_807) == 0x000138, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__BoolProperty_807' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __FloatProperty_808) == 0x00013C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__FloatProperty_808' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_809) == 0x000140, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_809' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __FloatProperty_810) == 0x00016C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__FloatProperty_810' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __EnumProperty_811) == 0x000170, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__EnumProperty_811' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __BoolProperty_812) == 0x000171, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__BoolProperty_812' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_813) == 0x000174, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_813' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_814) == 0x00017C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_814' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_815) == 0x000184, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_815' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_816) == 0x000188, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_816' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_817) == 0x000190, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_817' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_818) == 0x000194, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_818' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_819) == 0x00019C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_819' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_820) == 0x0001A0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_820' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_821) == 0x0001A8, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_821' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_822) == 0x0001AC, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_822' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_823) == 0x0001B4, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_823' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_824) == 0x0001B8, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_824' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_825) == 0x0001C0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_825' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_826) == 0x0001C4, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_826' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_827) == 0x0001CC, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_827' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_828) == 0x0001D0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_828' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_829) == 0x0001D8, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_829' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_830) == 0x0001DC, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_830' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_831) == 0x0001E4, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_831' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_832) == 0x0001E8, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_832' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_833) == 0x0001F0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_833' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_834) == 0x0001F4, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_834' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_835) == 0x0001FC, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_835' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_836) == 0x000200, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_836' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_837) == 0x000208, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_837' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_838) == 0x00020C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_838' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_839) == 0x000214, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_839' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_840) == 0x000218, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_840' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_841) == 0x000220, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_841' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_842) == 0x000224, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_842' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_843) == 0x00022C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_843' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_844) == 0x000230, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_844' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_845) == 0x000238, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_845' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_846) == 0x00023C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_846' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_847) == 0x000244, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_847' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_848) == 0x000248, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_848' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_849) == 0x000250, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_849' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_850) == 0x000254, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_850' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_851) == 0x00025C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_851' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_852) == 0x000260, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_852' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_853) == 0x000268, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_853' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_854) == 0x00026C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_854' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __NameProperty_855) == 0x000274, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__NameProperty_855' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __IntProperty_856) == 0x00027C, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__IntProperty_856' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __StructProperty_857) == 0x000280, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__StructProperty_857' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, __ByteProperty_858) == 0x0002A0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::__ByteProperty_858' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_SharedLinkedAnimLayers) == 0x0002A8, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_SharedLinkedAnimLayers' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0002B0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000330, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_26) == 0x000370, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_25) == 0x0003A0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_24) == 0x0003D0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_23) == 0x000400, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_22) == 0x000430, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_21) == 0x000460, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_20) == 0x000490, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_19) == 0x0004C0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_18) == 0x0004F0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_17) == 0x000520, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_16) == 0x000550, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_15) == 0x000580, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_14) == 0x0005B0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_13) == 0x0005E0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_12) == 0x000610, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_11) == 0x000640, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_10) == 0x000670, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_9) == 0x0006A0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_8) == 0x0006D0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x000700, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000730, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x000760, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000790, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x0007C0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x0007F0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000820, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000850, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_72) == 0x000880, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_71) == 0x0008B0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_70) == 0x0008E0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_69) == 0x000910, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_68) == 0x000940, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_67) == 0x000970, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_66) == 0x0009A0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_65) == 0x0009D0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_64) == 0x000A00, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_63) == 0x000A30, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_62) == 0x000A60, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_61) == 0x000A90, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_60) == 0x000AC0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_59) == 0x000AF0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_58) == 0x000B20, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_57) == 0x000B50, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_56) == 0x000B80, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_55) == 0x000BB0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_54) == 0x000BE0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_53) == 0x000C10, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_52) == 0x000C40, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_51) == 0x000C70, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_50) == 0x000CA0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_49) == 0x000CD0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_48) == 0x000D00, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_47) == 0x000D30, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_46) == 0x000D60, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_45) == 0x000D90, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_44) == 0x000DC0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_43) == 0x000DF0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_42) == 0x000E20, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_41) == 0x000E50, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_40) == 0x000E80, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_39) == 0x000EB0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_38) == 0x000EE0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_37) == 0x000F10, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_36) == 0x000F40, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_35) == 0x000F70, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_34) == 0x000FA0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_33) == 0x000FD0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_32) == 0x001000, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_31) == 0x001030, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_30) == 0x001060, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_29) == 0x001090, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_28) == 0x0010C0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_27) == 0x0010F0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_26) == 0x001120, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_25) == 0x001150, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_24) == 0x001180, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_23) == 0x0011B0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_22) == 0x0011E0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_21) == 0x001210, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_20) == 0x001240, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_19) == 0x001270, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_18) == 0x0012A0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_17) == 0x0012D0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x001300, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x001330, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x001360, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x001390, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x0013C0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x0013F0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x001420, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x001450, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x001480, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_24) == 0x0014B0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_25) == 0x0014E0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_23) == 0x001510, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_24) == 0x001540, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_22) == 0x001570, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_23) == 0x0015A0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_21) == 0x0015D0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_22) == 0x001600, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_20) == 0x001630, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_21) == 0x001660, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x001690, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_20) == 0x0016C0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_19) == 0x0016F0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_19) == 0x001720, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x001750, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x001780, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x0017B0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_18) == 0x0017E0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_18) == 0x001810, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x001840, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x001870, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x0018A0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_17) == 0x0018D0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_17) == 0x001900, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_16) == 0x001930, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_16) == 0x001960, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_15) == 0x001990, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_15) == 0x0019C0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_14) == 0x0019F0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_14) == 0x001A20, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_13) == 0x001A50, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_13) == 0x001A80, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_12) == 0x001AB0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_12) == 0x001AE0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_11) == 0x001B10, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_11) == 0x001B40, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_10) == 0x001B70, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_10) == 0x001BA0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_9) == 0x001BD0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_9) == 0x001C00, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x001C30, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_8) == 0x001C60, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_8) == 0x001C90, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x001CC0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_7) == 0x001CF0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_7) == 0x001D20, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_6) == 0x001D50, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x001D80, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_5) == 0x001DB0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x001DE0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_4) == 0x001E10, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x001E40, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_3) == 0x001E70, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x001EA0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_2) == 0x001ED0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x001F00, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_1) == 0x001F30, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x001F60, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer) == 0x001F90, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x001FC0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData, AnimGraphNode_WalkableStateMachine) == 0x001FF0, "Member 'ABP_MeleeGraph::FAnimBlueprintGeneratedConstantData::AnimGraphNode_WalkableStateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_AnimGraph \ +static_assert(alignof(ABP_MeleeGraph_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_AnimGraph"); \ +static_assert(sizeof(ABP_MeleeGraph_C_AnimGraph) == 0x000010, "Wrong size on ABP_MeleeGraph_C_AnimGraph"); \ +static_assert(offsetof(ABP_MeleeGraph_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_MeleeGraph_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(ABP_MeleeGraph_C_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong alignment on ABP_MeleeGraph_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(ABP_MeleeGraph_C_BlueprintThreadSafeUpdateAnimation) == 0x000008, "Wrong size on ABP_MeleeGraph_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(ABP_MeleeGraph_C_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'ABP_MeleeGraph_C_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_MeleeGraph_C_BlueprintThreadSafeUpdateAnimation, CallFunc_ClassIsChildOf_ReturnValue) == 0x000004, "Member 'ABP_MeleeGraph_C_BlueprintThreadSafeUpdateAnimation::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_EnvironmentalAttack_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_EnvironmentalAttack_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_EnvironmentalAttack_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_EnvironmentalAttack_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_EnvironmentalAttack_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_EnvironmentalAttack_Layer, EnvironmentalAttack_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_EnvironmentalAttack_Layer::EnvironmentalAttack_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_EnvironmentalAttackReact_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_EnvironmentalAttackReact_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_EnvironmentalAttackReact_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_EnvironmentalAttackReact_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_EnvironmentalAttackReact_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_EnvironmentalAttackReact_Layer, EnvironmentalAttackReact_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_EnvironmentalAttackReact_Layer::EnvironmentalAttackReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_EnvironmentalHazardReact_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_EnvironmentalHazardReact_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_EnvironmentalHazardReact_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_EnvironmentalHazardReact_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_EnvironmentalHazardReact_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_EnvironmentalHazardReact_Layer, EnvironmentalHazardReact_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_EnvironmentalHazardReact_Layer::EnvironmentalHazardReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_EnvironmentalTakedown_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_EnvironmentalTakedown_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_EnvironmentalTakedown_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_EnvironmentalTakedown_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_EnvironmentalTakedown_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_EnvironmentalTakedown_Layer, EnvironmentalTakedown_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_EnvironmentalTakedown_Layer::EnvironmentalTakedown_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_EnvironmentalTakedownReact_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_EnvironmentalTakedownReact_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_EnvironmentalTakedownReact_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_EnvironmentalTakedownReact_Layer, EnvironmentalTakedownReact_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_EnvironmentalTakedownReact_Layer::EnvironmentalTakedownReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_Evade_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_Evade_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_Evade_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_Evade_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_Evade_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_Evade_Layer, Evade_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_Evade_Layer::Evade_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_HeavyHit_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_HeavyHit_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_HeavyHit_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_HeavyHit_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_HeavyHit_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_HeavyHit_Layer, HeavyHit_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_HeavyHit_Layer::HeavyHit_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_HeavyHitReact_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_HeavyHitReact_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_HeavyHitReact_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_HeavyHitReact_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_HeavyHitReact_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_HeavyHitReact_Layer, HeavyHitReact_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_HeavyHitReact_Layer::HeavyHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_HeavyMiss_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_HeavyMiss_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_HeavyMiss_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_HeavyMiss_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_HeavyMiss_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_HeavyMiss_Layer, HeavyMiss_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_HeavyMiss_Layer::HeavyMiss_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_InventoryItem_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_InventoryItem_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_InventoryItem_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_InventoryItem_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_InventoryItem_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_InventoryItem_Layer, InventoryItem_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_InventoryItem_Layer::InventoryItem_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_LightHit_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_LightHit_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_LightHit_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_LightHit_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_LightHit_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_LightHit_Layer, LightHit_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_LightHit_Layer::LightHit_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_LightHitReact_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_LightHitReact_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_LightHitReact_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_LightHitReact_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_LightHitReact_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_LightHitReact_Layer, LightHitReact_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_LightHitReact_Layer::LightHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_LightMiss_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_LightMiss_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_LightMiss_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_LightMiss_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_LightMiss_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_LightMiss_Layer, LightMiss_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_LightMiss_Layer::LightMiss_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_Parry_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_Parry_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_Parry_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_Parry_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_Parry_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_Parry_Layer, Parry_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_Parry_Layer::Parry_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_ParryHitReact_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_ParryHitReact_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_ParryHitReact_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_ParryHitReact_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_ParryHitReact_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_ParryHitReact_Layer, ParryHitReact_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_ParryHitReact_Layer::ParryHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_ParryMiss_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_ParryMiss_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_ParryMiss_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_ParryMiss_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_ParryMiss_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_ParryMiss_Layer, ParryMiss_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_ParryMiss_Layer::ParryMiss_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_PerfectParry_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_PerfectParry_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_PerfectParry_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_PerfectParry_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_PerfectParry_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_PerfectParry_Layer, PerfectParry_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_PerfectParry_Layer::PerfectParry_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_PerfectParryHitReact_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_PerfectParryHitReact_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_PerfectParryHitReact_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_PerfectParryHitReact_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_PerfectParryHitReact_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_PerfectParryHitReact_Layer, PerfectParryHitReact_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_PerfectParryHitReact_Layer::PerfectParryHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_Riposte_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_Riposte_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_Riposte_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_Riposte_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_Riposte_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_Riposte_Layer, Riposte_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_Riposte_Layer::Riposte_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_RiposteHitReact_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_RiposteHitReact_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_RiposteHitReact_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_RiposteHitReact_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_RiposteHitReact_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_RiposteHitReact_Layer, RiposteHitReact_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_RiposteHitReact_Layer::RiposteHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_Shove_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_Shove_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_Shove_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_Shove_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_Shove_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_Shove_Layer, Shove_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_Shove_Layer::Shove_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_ShoveHitReact_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_ShoveHitReact_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_ShoveHitReact_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_ShoveHitReact_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_ShoveHitReact_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_ShoveHitReact_Layer, ShoveHitReact_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_ShoveHitReact_Layer::ShoveHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_Spacing_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_Spacing_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_Spacing_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_Spacing_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_Spacing_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_Spacing_Layer, Spacing_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_Spacing_Layer::Spacing_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_TakeDown_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_TakeDown_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_TakeDown_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_TakeDown_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_TakeDown_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_TakeDown_Layer, TakeDown_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_TakeDown_Layer::TakeDown_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_TakeDownHitReact_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_TakeDownHitReact_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_TakeDownHitReact_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_TakeDownHitReact_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_TakeDownHitReact_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_TakeDownHitReact_Layer, TakeDownHitReact_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_TakeDownHitReact_Layer::TakeDownHitReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MeleeGraph_C_ThrowWeapon_Layer \ +static_assert(alignof(ABP_MeleeGraph_C_ThrowWeapon_Layer) == 0x000008, "Wrong alignment on ABP_MeleeGraph_C_ThrowWeapon_Layer"); \ +static_assert(sizeof(ABP_MeleeGraph_C_ThrowWeapon_Layer) == 0x000010, "Wrong size on ABP_MeleeGraph_C_ThrowWeapon_Layer"); \ +static_assert(offsetof(ABP_MeleeGraph_C_ThrowWeapon_Layer, ThrowWeapon_Layer_0) == 0x000000, "Member 'ABP_MeleeGraph_C_ThrowWeapon_Layer::ThrowWeapon_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_MeleeGraph_C \ +static_assert(alignof(UABP_MeleeGraph_C) == 0x000010, "Wrong alignment on UABP_MeleeGraph_C"); \ +static_assert(sizeof(UABP_MeleeGraph_C) == 0x002B00, "Wrong size on UABP_MeleeGraph_C"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimBlueprintExtension_SharedLinkedAnimLayers) == 0x000410, "Member 'UABP_MeleeGraph_C::AnimBlueprintExtension_SharedLinkedAnimLayers' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimBlueprintExtension_PropertyAccess) == 0x000438, "Member 'UABP_MeleeGraph_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimBlueprintExtension_Base) == 0x000440, "Member 'UABP_MeleeGraph_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_26) == 0x000448, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_25) == 0x000468, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_24) == 0x000488, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_23) == 0x0004A8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_22) == 0x0004C8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_21) == 0x0004E8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_20) == 0x000508, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_19) == 0x000528, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_18) == 0x000548, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_17) == 0x000568, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_16) == 0x000588, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_15) == 0x0005A8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_14) == 0x0005C8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_13) == 0x0005E8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_12) == 0x000608, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_11) == 0x000628, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_10) == 0x000648, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_9) == 0x000668, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_8) == 0x000688, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_7) == 0x0006A8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_6) == 0x0006C8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_5) == 0x0006E8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_4) == 0x000708, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_3) == 0x000728, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_2) == 0x000748, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root_1) == 0x000768, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_Root) == 0x000788, "Member 'UABP_MeleeGraph_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_72) == 0x0007A8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_72' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_71) == 0x0007D0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_71' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_70) == 0x0007F8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_70' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_69) == 0x000820, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_69' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_68) == 0x000848, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_68' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_67) == 0x000870, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_67' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_66) == 0x000898, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_66' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_65) == 0x0008C0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_65' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_64) == 0x0008E8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_64' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_63) == 0x000910, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_63' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_62) == 0x000938, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_62' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_61) == 0x000960, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_61' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_60) == 0x000988, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_60' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_59) == 0x0009B0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_59' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_58) == 0x0009D8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_58' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_57) == 0x000A00, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_57' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_56) == 0x000A28, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_56' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_55) == 0x000A50, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_55' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_54) == 0x000A78, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_54' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_53) == 0x000AA0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_53' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_52) == 0x000AC8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_52' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_51) == 0x000AF0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_51' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_50) == 0x000B18, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_50' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_49) == 0x000B40, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_49' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_48) == 0x000B68, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_48' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_47) == 0x000B90, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_47' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_46) == 0x000BB8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_46' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_45) == 0x000BE0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_45' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_44) == 0x000C08, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_44' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_43) == 0x000C30, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_43' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_42) == 0x000C58, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_42' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_41) == 0x000C80, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_41' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_40) == 0x000CA8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_40' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_39) == 0x000CD0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_39' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_38) == 0x000CF8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_38' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_37) == 0x000D20, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_37' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_36) == 0x000D48, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_36' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_35) == 0x000D70, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_35' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_34) == 0x000D98, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_34' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_33) == 0x000DC0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_33' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_32) == 0x000DE8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_32' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_31) == 0x000E10, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_31' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_30) == 0x000E38, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_30' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_29) == 0x000E60, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_29' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_28) == 0x000E88, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_28' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_27) == 0x000EB0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_27' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_26) == 0x000ED8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_26' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_25) == 0x000F00, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_24) == 0x000F28, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_23) == 0x000F50, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_22) == 0x000F78, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_21) == 0x000FA0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_20) == 0x000FC8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_19) == 0x000FF0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_18) == 0x001018, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_17) == 0x001040, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_16) == 0x001068, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_15) == 0x001090, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_14) == 0x0010B8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_13) == 0x0010E0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_12) == 0x001108, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_11) == 0x001130, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_10) == 0x001158, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_9) == 0x001180, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_8) == 0x0011A8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_24) == 0x0011D0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_25) == 0x001298, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_23) == 0x0012B8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_24) == 0x001380, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_22) == 0x0013A0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_23) == 0x001468, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_21) == 0x001488, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_22) == 0x001550, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_20) == 0x001570, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_21) == 0x001638, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_SequencePlayer) == 0x001658, "Member 'UABP_MeleeGraph_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_20) == 0x0016A0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_19) == 0x0016C0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_19) == 0x001788, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_7) == 0x0017A8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_6) == 0x0017D0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_5) == 0x0017F8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_18) == 0x001820, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_18) == 0x0018E8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_4) == 0x001908, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_3) == 0x001930, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_2) == 0x001958, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_17) == 0x001980, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_17) == 0x001A48, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_16) == 0x001A68, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_16) == 0x001B30, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_15) == 0x001B50, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_15) == 0x001C18, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_14) == 0x001C38, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_14) == 0x001D00, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_13) == 0x001D20, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_13) == 0x001DE8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_12) == 0x001E08, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_12) == 0x001ED0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_11) == 0x001EF0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_11) == 0x001FB8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_10) == 0x001FD8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_10) == 0x0020A0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_9) == 0x0020C0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_9) == 0x002188, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult_1) == 0x0021A8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_8) == 0x0021D0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_8) == 0x002298, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_TransitionResult) == 0x0022B8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_7) == 0x0022E0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_7) == 0x0023A8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_6) == 0x0023C8, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_6) == 0x002490, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_5) == 0x0024B0, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_5) == 0x002578, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_4) == 0x002598, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_4) == 0x002660, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_3) == 0x002680, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_3) == 0x002748, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_2) == 0x002768, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_2) == 0x002830, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer_1) == 0x002850, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult_1) == 0x002918, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_LinkedAnimLayer) == 0x002938, "Member 'UABP_MeleeGraph_C::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_StateResult) == 0x002A00, "Member 'UABP_MeleeGraph_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, AnimGraphNode_WalkableStateMachine) == 0x002A20, "Member 'UABP_MeleeGraph_C::AnimGraphNode_WalkableStateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, NOT_IMPLEMENTED_YET) == 0x002AF8, "Member 'UABP_MeleeGraph_C::NOT_IMPLEMENTED_YET' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, PlaceInCombo) == 0x002AF9, "Member 'UABP_MeleeGraph_C::PlaceInCombo' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, OnestPunchWas) == 0x002AFA, "Member 'UABP_MeleeGraph_C::OnestPunchWas' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, TwondPunchWas) == 0x002AFB, "Member 'UABP_MeleeGraph_C::TwondPunchWas' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, ThreerdPunchWas) == 0x002AFC, "Member 'UABP_MeleeGraph_C::ThreerdPunchWas' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, FourthPunchWas) == 0x002AFD, "Member 'UABP_MeleeGraph_C::FourthPunchWas' has a wrong offset!"); \ +static_assert(offsetof(UABP_MeleeGraph_C, WantsInventoryUse) == 0x002AFE, "Member 'UABP_MeleeGraph_C::WantsInventoryUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AN_FootLift_C_GetNotifyName \ +static_assert(alignof(AN_FootLift_C_GetNotifyName) == 0x000008, "Wrong alignment on AN_FootLift_C_GetNotifyName"); \ +static_assert(sizeof(AN_FootLift_C_GetNotifyName) == 0x000020, "Wrong size on AN_FootLift_C_GetNotifyName"); \ +static_assert(offsetof(AN_FootLift_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'AN_FootLift_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_FootLift_C_GetNotifyName, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'AN_FootLift_C_GetNotifyName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_FootLift_C \ +static_assert(alignof(UAN_FootLift_C) == 0x000008, "Wrong alignment on UAN_FootLift_C"); \ +static_assert(sizeof(UAN_FootLift_C) == 0x000040, "Wrong size on UAN_FootLift_C"); \ +static_assert(offsetof(UAN_FootLift_C, Label) == 0x000038, "Member 'UAN_FootLift_C::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDmgTypeBP_Physics_Light_C \ +static_assert(alignof(UDmgTypeBP_Physics_Light_C) == 0x000008, "Wrong alignment on UDmgTypeBP_Physics_Light_C"); \ +static_assert(sizeof(UDmgTypeBP_Physics_Light_C) == 0x000048, "Wrong size on UDmgTypeBP_Physics_Light_C"); \ + +#define DUMPER7_ASSERTS_BP_LootableComponent_C_CalculateDrops \ +static_assert(alignof(BP_LootableComponent_C_CalculateDrops) == 0x000008, "Wrong alignment on BP_LootableComponent_C_CalculateDrops"); \ +static_assert(sizeof(BP_LootableComponent_C_CalculateDrops) == 0x000260, "Wrong size on BP_LootableComponent_C_CalculateDrops"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, DataTable) == 0x000000, "Member 'BP_LootableComponent_C_CalculateDrops::DataTable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, RowName) == 0x000008, "Member 'BP_LootableComponent_C_CalculateDrops::RowName' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, DroppedItem) == 0x000010, "Member 'BP_LootableComponent_C_CalculateDrops::DroppedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, ItemDropped) == 0x000038, "Member 'BP_LootableComponent_C_CalculateDrops::ItemDropped' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, BaseWeight_0) == 0x000040, "Member 'BP_LootableComponent_C_CalculateDrops::BaseWeight_0' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, Inventory_Item) == 0x000048, "Member 'BP_LootableComponent_C_CalculateDrops::Inventory_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_Conv_NameToText_ReturnValue) == 0x000070, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000080, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'BP_LootableComponent_C_CalculateDrops::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000D0, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000100, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, K2Node_MathExpression_ReturnValue) == 0x000108, "Member 'BP_LootableComponent_C_CalculateDrops::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_AsPercent_Float_ReturnValue) == 0x000110, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_AsPercent_Float_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, K2Node_MakeStruct_FormatArgumentData_1) == 0x000120, "Member 'BP_LootableComponent_C_CalculateDrops::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, K2Node_MathExpression_ReturnValue_1) == 0x000168, "Member 'BP_LootableComponent_C_CalculateDrops::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, K2Node_MakeArray_Array) == 0x000170, "Member 'BP_LootableComponent_C_CalculateDrops::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_Format_ReturnValue) == 0x000180, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, K2Node_MathExpression_ReturnValue_2) == 0x000190, "Member 'BP_LootableComponent_C_CalculateDrops::K2Node_MathExpression_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_Conv_TextToString_ReturnValue) == 0x000198, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, K2Node_MathExpression_ReturnValue_3) == 0x0001A8, "Member 'BP_LootableComponent_C_CalculateDrops::K2Node_MathExpression_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0001B0, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_Divide_DoubleDouble_ReturnValue_2) == 0x0001B8, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_Divide_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_AsPercent_Float_ReturnValue_1) == 0x0001C0, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_AsPercent_Float_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001D0, "Member 'BP_LootableComponent_C_CalculateDrops::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000218, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, K2Node_MakeArray_Array_1) == 0x000220, "Member 'BP_LootableComponent_C_CalculateDrops::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000230, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_Format_ReturnValue_1) == 0x000238, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000248, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_AsPercent_Float_Value_ImplicitCast) == 0x000258, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_AsPercent_Float_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_CalculateDrops, CallFunc_AsPercent_Float_Value_ImplicitCast_1) == 0x00025C, "Member 'BP_LootableComponent_C_CalculateDrops::CallFunc_AsPercent_Float_Value_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent \ +static_assert(alignof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent) == 0x000008, "Wrong alignment on BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent"); \ +static_assert(sizeof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent) == 0x0000F0, "Wrong size on BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, EntryPoint) == 0x000000, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x000008, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, Temp_bool_Variable) == 0x000028, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, Temp_struct_Variable) == 0x000030, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_GetWorldStateBool_ReturnValue) == 0x000038, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000040, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_CalculateDrops_DroppedItem) == 0x000058, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_CalculateDrops_DroppedItem' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_CalculateDrops_ItemDropped) == 0x000080, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_CalculateDrops_ItemDropped' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_Array_Length_ReturnValue) == 0x000084, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000088, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00008C, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x000090, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x0000B0, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, K2Node_CreateDelegate_OutputDelegate) == 0x0000B4, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_RandomIntegerInRange_ReturnValue_1) == 0x0000C4, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_RandomIntegerInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, K2Node_SwitchInteger_CmpSuccess) == 0x0000C8, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, Temp_int_Loop_Counter_Variable) == 0x0000CC, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_GetOwner_ReturnValue) == 0x0000D0, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x0000D8, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_Less_IntInt_ReturnValue) == 0x0000E9, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_HasAnyMatchingGameplayTags_ReturnValue) == 0x0000EA, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_HasAnyMatchingGameplayTags_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent, CallFunc_Add_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_LootableComponent_C_ExecuteUbergraph_BP_LootableComponent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_LootableComponent_C_SpawnItem \ +static_assert(alignof(BP_LootableComponent_C_SpawnItem) == 0x000010, "Wrong alignment on BP_LootableComponent_C_SpawnItem"); \ +static_assert(sizeof(BP_LootableComponent_C_SpawnItem) == 0x0001A0, "Wrong size on BP_LootableComponent_C_SpawnItem"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, Inventory_Item) == 0x000000, "Member 'BP_LootableComponent_C_SpawnItem::Inventory_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_RandomFloatInRange_ReturnValue) == 0x000028, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_GetBoneTransform_ReturnValue) == 0x000040, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_GetBoneTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_BreakTransform_Location) == 0x0000A0, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_BreakTransform_Rotation) == 0x0000B8, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_BreakTransform_Scale) == 0x0000D0, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_BreakVector_X) == 0x0000E8, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_BreakVector_Y) == 0x0000F0, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_BreakVector_Z) == 0x0000F8, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000100, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000108, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_MakeVector_ReturnValue) == 0x000110, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_MakeTransform_ReturnValue) == 0x000130, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000190, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_LootableComponent_C_SpawnItem, CallFunc_FinishSpawningActor_ReturnValue) == 0x000198, "Member 'BP_LootableComponent_C_SpawnItem::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_LootableComponent_C \ +static_assert(alignof(UBP_LootableComponent_C) == 0x000008, "Wrong alignment on UBP_LootableComponent_C"); \ +static_assert(sizeof(UBP_LootableComponent_C) == 0x000120, "Wrong size on UBP_LootableComponent_C"); \ +static_assert(offsetof(UBP_LootableComponent_C, UberGraphFrame) == 0x0000E8, "Member 'UBP_LootableComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_LootableComponent_C, BaseWeight) == 0x0000F0, "Member 'UBP_LootableComponent_C::BaseWeight' has a wrong offset!"); \ +static_assert(offsetof(UBP_LootableComponent_C, BaseDropRate) == 0x0000F8, "Member 'UBP_LootableComponent_C::BaseDropRate' has a wrong offset!"); \ +static_assert(offsetof(UBP_LootableComponent_C, FinalDropRate) == 0x000100, "Member 'UBP_LootableComponent_C::FinalDropRate' has a wrong offset!"); \ +static_assert(offsetof(UBP_LootableComponent_C, ItemDiscovery) == 0x000108, "Member 'UBP_LootableComponent_C::ItemDiscovery' has a wrong offset!"); \ +static_assert(offsetof(UBP_LootableComponent_C, FinalMaxValue) == 0x000110, "Member 'UBP_LootableComponent_C::FinalMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_LootableComponent_C, FinalWeight) == 0x000114, "Member 'UBP_LootableComponent_C::FinalWeight' has a wrong offset!"); \ +static_assert(offsetof(UBP_LootableComponent_C, Debug) == 0x000118, "Member 'UBP_LootableComponent_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(UBP_LootableComponent_C, DropLoot_) == 0x000119, "Member 'UBP_LootableComponent_C::DropLoot_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerIntentOnTarget_C_FireNotify \ +static_assert(alignof(BP_TriggerIntentOnTarget_C_FireNotify) == 0x000008, "Wrong alignment on BP_TriggerIntentOnTarget_C_FireNotify"); \ +static_assert(sizeof(BP_TriggerIntentOnTarget_C_FireNotify) == 0x000078, "Wrong size on BP_TriggerIntentOnTarget_C_FireNotify"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, ActionUpdateContext) == 0x000000, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, NewLocalVar) == 0x000010, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::NewLocalVar' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, Target) == 0x000018, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, CallFunc_GetCurrentContextID_ReturnValue) == 0x000020, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::CallFunc_GetCurrentContextID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, CallFunc_GetActionTarget_ReturnValue) == 0x000028, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::CallFunc_GetActionTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000038, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, K2Node_DynamicCast_AsCJCharacter) == 0x000040, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000050, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, K2Node_DynamicCast_AsCJCharacter_1) == 0x000058, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::K2Node_DynamicCast_AsCJCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, CallFunc_GetTargetedBy_ReturnValue) == 0x000068, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::CallFunc_GetTargetedBy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, CallFunc_IsValid_ReturnValue_1) == 0x000070, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, CallFunc_IsValid_ReturnValue_2) == 0x000071, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, CallFunc_IsPlayer_ReturnValue) == 0x000072, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::CallFunc_IsPlayer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, CallFunc_IsValid_ReturnValue_3) == 0x000073, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, CallFunc_Not_PreBool_ReturnValue) == 0x000074, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_FireNotify, CallFunc_SayIntent_ReturnValue) == 0x000075, "Member 'BP_TriggerIntentOnTarget_C_FireNotify::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TriggerIntentOnTarget_C_VisLogDebug \ +static_assert(alignof(BP_TriggerIntentOnTarget_C_VisLogDebug) == 0x000008, "Wrong alignment on BP_TriggerIntentOnTarget_C_VisLogDebug"); \ +static_assert(sizeof(BP_TriggerIntentOnTarget_C_VisLogDebug) == 0x000090, "Wrong size on BP_TriggerIntentOnTarget_C_VisLogDebug"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_VisLogDebug, Instigator) == 0x000000, "Member 'BP_TriggerIntentOnTarget_C_VisLogDebug::Instigator' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_VisLogDebug, Target) == 0x000008, "Member 'BP_TriggerIntentOnTarget_C_VisLogDebug::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_VisLogDebug, Intent_0) == 0x000010, "Member 'BP_TriggerIntentOnTarget_C_VisLogDebug::Intent_0' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_VisLogDebug, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BP_TriggerIntentOnTarget_C_VisLogDebug::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_VisLogDebug, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'BP_TriggerIntentOnTarget_C_VisLogDebug::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_VisLogDebug, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_TriggerIntentOnTarget_C_VisLogDebug::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_VisLogDebug, CallFunc_GetDisplayName_ReturnValue_1) == 0x000040, "Member 'BP_TriggerIntentOnTarget_C_VisLogDebug::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_VisLogDebug, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_TriggerIntentOnTarget_C_VisLogDebug::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_VisLogDebug, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_TriggerIntentOnTarget_C_VisLogDebug::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_VisLogDebug, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'BP_TriggerIntentOnTarget_C_VisLogDebug::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TriggerIntentOnTarget_C_VisLogDebug, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000080, "Member 'BP_TriggerIntentOnTarget_C_VisLogDebug::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TriggerIntentOnTarget_C \ +static_assert(alignof(UBP_TriggerIntentOnTarget_C) == 0x000008, "Wrong alignment on UBP_TriggerIntentOnTarget_C"); \ +static_assert(sizeof(UBP_TriggerIntentOnTarget_C) == 0x000040, "Wrong size on UBP_TriggerIntentOnTarget_C"); \ +static_assert(offsetof(UBP_TriggerIntentOnTarget_C, Intent) == 0x000038, "Member 'UBP_TriggerIntentOnTarget_C::Intent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CharacterActionNotify_PostureDamage_C_FireNotify \ +static_assert(alignof(BP_CharacterActionNotify_PostureDamage_C_FireNotify) == 0x000008, "Wrong alignment on BP_CharacterActionNotify_PostureDamage_C_FireNotify"); \ +static_assert(sizeof(BP_CharacterActionNotify_PostureDamage_C_FireNotify) == 0x000020, "Wrong size on BP_CharacterActionNotify_PostureDamage_C_FireNotify"); \ +static_assert(offsetof(BP_CharacterActionNotify_PostureDamage_C_FireNotify, ActionUpdateContext) == 0x000000, "Member 'BP_CharacterActionNotify_PostureDamage_C_FireNotify::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_PostureDamage_C_FireNotify, CallFunc_GetRequestedTarget_ReturnValue) == 0x000010, "Member 'BP_CharacterActionNotify_PostureDamage_C_FireNotify::CallFunc_GetRequestedTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_PostureDamage_C_FireNotify, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_CharacterActionNotify_PostureDamage_C_FireNotify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_PostureDamage_C_FireNotify, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'BP_CharacterActionNotify_PostureDamage_C_FireNotify::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_PostureDamage_C_FireNotify, CallFunc_IsValid_ReturnValue_2) == 0x00001A, "Member 'BP_CharacterActionNotify_PostureDamage_C_FireNotify::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_PostureDamage_C_FireNotify, CallFunc_ConsumePosture_PostureChange_ImplicitCast) == 0x00001C, "Member 'BP_CharacterActionNotify_PostureDamage_C_FireNotify::CallFunc_ConsumePosture_PostureChange_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterActionNotify_PostureDamage_C \ +static_assert(alignof(UBP_CharacterActionNotify_PostureDamage_C) == 0x000008, "Wrong alignment on UBP_CharacterActionNotify_PostureDamage_C"); \ +static_assert(sizeof(UBP_CharacterActionNotify_PostureDamage_C) == 0x000040, "Wrong size on UBP_CharacterActionNotify_PostureDamage_C"); \ +static_assert(offsetof(UBP_CharacterActionNotify_PostureDamage_C, PostureDamage) == 0x000038, "Member 'UBP_CharacterActionNotify_PostureDamage_C::PostureDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotify_TriggerIntent_C_Received_Notify \ +static_assert(alignof(BP_AnimNotify_TriggerIntent_C_Received_Notify) == 0x000008, "Wrong alignment on BP_AnimNotify_TriggerIntent_C_Received_Notify"); \ +static_assert(sizeof(BP_AnimNotify_TriggerIntent_C_Received_Notify) == 0x000080, "Wrong size on BP_AnimNotify_TriggerIntent_C_Received_Notify"); \ +static_assert(offsetof(BP_AnimNotify_TriggerIntent_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_AnimNotify_TriggerIntent_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_TriggerIntent_C_Received_Notify, Animation) == 0x000008, "Member 'BP_AnimNotify_TriggerIntent_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_TriggerIntent_C_Received_Notify, EventReference) == 0x000010, "Member 'BP_AnimNotify_TriggerIntent_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_TriggerIntent_C_Received_Notify, ReturnValue) == 0x000060, "Member 'BP_AnimNotify_TriggerIntent_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_TriggerIntent_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000068, "Member 'BP_AnimNotify_TriggerIntent_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_TriggerIntent_C_Received_Notify, K2Node_DynamicCast_AsCJCharacter) == 0x000070, "Member 'BP_AnimNotify_TriggerIntent_C_Received_Notify::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_TriggerIntent_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_AnimNotify_TriggerIntent_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_TriggerIntent_C_Received_Notify, CallFunc_SayIntent_ReturnValue) == 0x000079, "Member 'BP_AnimNotify_TriggerIntent_C_Received_Notify::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotify_TriggerIntent_C \ +static_assert(alignof(UBP_AnimNotify_TriggerIntent_C) == 0x000008, "Wrong alignment on UBP_AnimNotify_TriggerIntent_C"); \ +static_assert(sizeof(UBP_AnimNotify_TriggerIntent_C) == 0x000040, "Wrong size on UBP_AnimNotify_TriggerIntent_C"); \ +static_assert(offsetof(UBP_AnimNotify_TriggerIntent_C, Intent) == 0x000038, "Member 'UBP_AnimNotify_TriggerIntent_C::Intent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar \ +static_assert(alignof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar) == 0x000008, "Wrong alignment on WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar"); \ +static_assert(sizeof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar) == 0x000230, "Wrong size on WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, EntryPoint) == 0x000000, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_CustomEvent_Value) == 0x000024, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000028, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000030, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_CustomEvent_Value_1) == 0x000038, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_SlotAsCanvasSlot_ReturnValue_2) == 0x000040, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_SlotAsCanvasSlot_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000048, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_MakeVector2D_ReturnValue) == 0x000050, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_CreateDelegate_OutputDelegate_2) == 0x000060, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_CreateDelegate_OutputDelegate_3) == 0x000070, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000080, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000088, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000090, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_SlotAsCanvasSlot_ReturnValue_3) == 0x000098, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_SlotAsCanvasSlot_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x0000A0, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0000A8, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_CustomEvent_Value_2) == 0x0000B0, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_CustomEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Add_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x0000C0, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000C8, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_MakeVector2D_ReturnValue_2) == 0x0000D8, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Subtract_DoubleDouble_ReturnValue_3) == 0x0000E8, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Subtract_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Subtract_DoubleDouble_ReturnValue_4) == 0x0000F0, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Subtract_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x0000F8, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_MakeVector2D_ReturnValue_3) == 0x000100, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_MakeVector2D_ReturnValue_4) == 0x000110, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_MakeVector2D_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_SlotAsCanvasSlot_ReturnValue_4) == 0x000120, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_SlotAsCanvasSlot_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_MakeVector2D_ReturnValue_5) == 0x000128, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_MakeVector2D_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000138, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_Event_IsDesignTime) == 0x000139, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_SlotAsCanvasSlot_ReturnValue_5) == 0x000140, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_SlotAsCanvasSlot_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_SlotAsCanvasSlot_ReturnValue_6) == 0x000148, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_SlotAsCanvasSlot_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_CreateDelegate_OutputDelegate_4) == 0x000150, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_CreateDelegate_OutputDelegate_5) == 0x000160, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000170, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_MakeVector2D_ReturnValue_6) == 0x000178, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_MakeVector2D_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Subtract_DoubleDouble_ReturnValue_5) == 0x000188, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Subtract_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000190, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_MakeVector2D_ReturnValue_7) == 0x000198, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_MakeVector2D_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_Event_MyGeometry) == 0x0001A8, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_Event_InDeltaTime) == 0x0001E0, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x0001E8, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x0001F0, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_BP_Tween_Float_ToValue_ImplicitCast) == 0x0001F8, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_BP_Tween_Float_ToValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_BP_Tween_Float_FromValue_ImplicitCast) == 0x0001FC, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_BP_Tween_Float_FromValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_BP_Tween_Float_ToValue_ImplicitCast_1) == 0x000200, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_BP_Tween_Float_ToValue_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, K2Node_VariableSet_PreviousProgress_ImplicitCast) == 0x000208, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::K2Node_VariableSet_PreviousProgress_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000210, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Subtract_DoubleDouble_B_ImplicitCast_1) == 0x000218, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Subtract_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2) == 0x000220, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar, CallFunc_BP_Tween_Float_FromValue_ImplicitCast_1) == 0x000228, "Member 'WBP_HUD_ProgressBar_C_ExecuteUbergraph_WBP_HUD_ProgressBar::CallFunc_BP_Tween_Float_FromValue_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_ProgressBar_C_OnValueUpdated_0F9A483940235CD2643C2B9F098DA6D8 \ +static_assert(alignof(WBP_HUD_ProgressBar_C_OnValueUpdated_0F9A483940235CD2643C2B9F098DA6D8) == 0x000004, "Wrong alignment on WBP_HUD_ProgressBar_C_OnValueUpdated_0F9A483940235CD2643C2B9F098DA6D8"); \ +static_assert(sizeof(WBP_HUD_ProgressBar_C_OnValueUpdated_0F9A483940235CD2643C2B9F098DA6D8) == 0x000004, "Wrong size on WBP_HUD_ProgressBar_C_OnValueUpdated_0F9A483940235CD2643C2B9F098DA6D8"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_OnValueUpdated_0F9A483940235CD2643C2B9F098DA6D8, Value) == 0x000000, "Member 'WBP_HUD_ProgressBar_C_OnValueUpdated_0F9A483940235CD2643C2B9F098DA6D8::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_ProgressBar_C_OnValueUpdated_3645779442A38E14B0A768B18BC5A200 \ +static_assert(alignof(WBP_HUD_ProgressBar_C_OnValueUpdated_3645779442A38E14B0A768B18BC5A200) == 0x000004, "Wrong alignment on WBP_HUD_ProgressBar_C_OnValueUpdated_3645779442A38E14B0A768B18BC5A200"); \ +static_assert(sizeof(WBP_HUD_ProgressBar_C_OnValueUpdated_3645779442A38E14B0A768B18BC5A200) == 0x000004, "Wrong size on WBP_HUD_ProgressBar_C_OnValueUpdated_3645779442A38E14B0A768B18BC5A200"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_OnValueUpdated_3645779442A38E14B0A768B18BC5A200, Value) == 0x000000, "Member 'WBP_HUD_ProgressBar_C_OnValueUpdated_3645779442A38E14B0A768B18BC5A200::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_ProgressBar_C_OnValueUpdated_8821001941EEEE3AF6E1B18307D64FB2 \ +static_assert(alignof(WBP_HUD_ProgressBar_C_OnValueUpdated_8821001941EEEE3AF6E1B18307D64FB2) == 0x000004, "Wrong alignment on WBP_HUD_ProgressBar_C_OnValueUpdated_8821001941EEEE3AF6E1B18307D64FB2"); \ +static_assert(sizeof(WBP_HUD_ProgressBar_C_OnValueUpdated_8821001941EEEE3AF6E1B18307D64FB2) == 0x000004, "Wrong size on WBP_HUD_ProgressBar_C_OnValueUpdated_8821001941EEEE3AF6E1B18307D64FB2"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_OnValueUpdated_8821001941EEEE3AF6E1B18307D64FB2, Value) == 0x000000, "Member 'WBP_HUD_ProgressBar_C_OnValueUpdated_8821001941EEEE3AF6E1B18307D64FB2::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_ProgressBar_C_PreConstruct \ +static_assert(alignof(WBP_HUD_ProgressBar_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUD_ProgressBar_C_PreConstruct"); \ +static_assert(sizeof(WBP_HUD_ProgressBar_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUD_ProgressBar_C_PreConstruct"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUD_ProgressBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_ProgressBar_C_SetProgress \ +static_assert(alignof(WBP_HUD_ProgressBar_C_SetProgress) == 0x000008, "Wrong alignment on WBP_HUD_ProgressBar_C_SetProgress"); \ +static_assert(sizeof(WBP_HUD_ProgressBar_C_SetProgress) == 0x000008, "Wrong size on WBP_HUD_ProgressBar_C_SetProgress"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetProgress, Progress_0) == 0x000000, "Member 'WBP_HUD_ProgressBar_C_SetProgress::Progress_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_ProgressBar_C_SetProgressColor \ +static_assert(alignof(WBP_HUD_ProgressBar_C_SetProgressColor) == 0x000004, "Wrong alignment on WBP_HUD_ProgressBar_C_SetProgressColor"); \ +static_assert(sizeof(WBP_HUD_ProgressBar_C_SetProgressColor) == 0x000010, "Wrong size on WBP_HUD_ProgressBar_C_SetProgressColor"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetProgressColor, ProgressColor_0) == 0x000000, "Member 'WBP_HUD_ProgressBar_C_SetProgressColor::ProgressColor_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_ProgressBar_C_SetValueDecrease \ +static_assert(alignof(WBP_HUD_ProgressBar_C_SetValueDecrease) == 0x000008, "Wrong alignment on WBP_HUD_ProgressBar_C_SetValueDecrease"); \ +static_assert(sizeof(WBP_HUD_ProgressBar_C_SetValueDecrease) == 0x000218, "Wrong size on WBP_HUD_ProgressBar_C_SetValueDecrease"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Health) == 0x000000, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Health' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Adrenaline) == 0x000010, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Adrenaline' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Nitro) == 0x000020, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Nitro' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Posture) == 0x000030, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Posture' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Positive) == 0x000040, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Positive' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Neutral) == 0x000050, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Neutral' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Warning) == 0x000060, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Warning' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Alert) == 0x000070, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Alert' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Filler) == 0x000080, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Filler' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Health__S_) == 0x000090, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Health__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Adrenaline__S_) == 0x0000A4, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Adrenaline__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Nitro__S_) == 0x0000B8, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Nitro__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Posture__S_) == 0x0000CC, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Posture__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Positive__S_) == 0x0000E0, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Positive__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Neutral__S_) == 0x0000F4, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Neutral__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Warning__S_) == 0x000108, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Warning__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Alert__S_) == 0x00011C, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Alert__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_HUD_Color_Library_Filler__S_) == 0x000130, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_HUD_Color_Library_Filler__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_SelectFloat_ReturnValue) == 0x000148, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000150, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_MakeVector2D_ReturnValue) == 0x000158, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_MakeVector2D_ReturnValue_1) == 0x000168, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_SelectColor_ReturnValue) == 0x000178, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_BreakColor_R) == 0x000188, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_BreakColor_R' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_BreakColor_G) == 0x00018C, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_BreakColor_G' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_BreakColor_B) == 0x000190, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_BreakColor_B' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_BreakColor_A) == 0x000194, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_BreakColor_A' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_MakeVector_ReturnValue) == 0x000198, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0001B0, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_BreakVector_X) == 0x0001C8, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_BreakVector_Y) == 0x0001D0, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_BreakVector_Z) == 0x0001D8, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_MakeColor_ReturnValue) == 0x0001E0, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_MakeVector_X_ImplicitCast) == 0x0001F0, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_MakeVector_X_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_MakeVector_Y_ImplicitCast) == 0x0001F8, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_MakeVector_Y_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_MakeVector_Z_ImplicitCast) == 0x000200, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_MakeVector_Z_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_MakeColor_R_ImplicitCast) == 0x000208, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_MakeColor_R_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_MakeColor_G_ImplicitCast) == 0x00020C, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_MakeColor_G_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_SetValueDecrease, CallFunc_MakeColor_B_ImplicitCast) == 0x000210, "Member 'WBP_HUD_ProgressBar_C_SetValueDecrease::CallFunc_MakeColor_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_HUD_ProgressBar_C_Tick \ +static_assert(alignof(WBP_HUD_ProgressBar_C_Tick) == 0x000004, "Wrong alignment on WBP_HUD_ProgressBar_C_Tick"); \ +static_assert(sizeof(WBP_HUD_ProgressBar_C_Tick) == 0x00003C, "Wrong size on WBP_HUD_ProgressBar_C_Tick"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_HUD_ProgressBar_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_HUD_ProgressBar_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_HUD_ProgressBar_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_HUD_ProgressBar_C \ +static_assert(alignof(UWBP_HUD_ProgressBar_C) == 0x000008, "Wrong alignment on UWBP_HUD_ProgressBar_C"); \ +static_assert(sizeof(UWBP_HUD_ProgressBar_C) == 0x000388, "Wrong size on UWBP_HUD_ProgressBar_C"); \ +static_assert(offsetof(UWBP_HUD_ProgressBar_C, UberGraphFrame) == 0x000328, "Member 'UWBP_HUD_ProgressBar_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_ProgressBar_C, ProgressBar) == 0x000330, "Member 'UWBP_HUD_ProgressBar_C::ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_ProgressBar_C, PreviewBar) == 0x000338, "Member 'UWBP_HUD_ProgressBar_C::PreviewBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_ProgressBar_C, FillerBar) == 0x000340, "Member 'UWBP_HUD_ProgressBar_C::FillerBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_ProgressBar_C, BarCanvas) == 0x000348, "Member 'UWBP_HUD_ProgressBar_C::BarCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_ProgressBar_C, Progress) == 0x000350, "Member 'UWBP_HUD_ProgressBar_C::Progress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_ProgressBar_C, BarWidth) == 0x000358, "Member 'UWBP_HUD_ProgressBar_C::BarWidth' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_ProgressBar_C, BarHeight) == 0x000360, "Member 'UWBP_HUD_ProgressBar_C::BarHeight' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_ProgressBar_C, PreviousProgress) == 0x000368, "Member 'UWBP_HUD_ProgressBar_C::PreviousProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_ProgressBar_C, UseSmoothProgress) == 0x000370, "Member 'UWBP_HUD_ProgressBar_C::UseSmoothProgress' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_ProgressBar_C, ProgressColor) == 0x000374, "Member 'UWBP_HUD_ProgressBar_C::ProgressColor' has a wrong offset!"); \ +static_assert(offsetof(UWBP_HUD_ProgressBar_C, IsValueDecrease) == 0x000384, "Member 'UWBP_HUD_ProgressBar_C::IsValueDecrease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MenuTransition_C_Event_ScreenTransition \ +static_assert(alignof(BP_VM_MenuTransition_C_Event_ScreenTransition) == 0x000008, "Wrong alignment on BP_VM_MenuTransition_C_Event_ScreenTransition"); \ +static_assert(sizeof(BP_VM_MenuTransition_C_Event_ScreenTransition) == 0x000008, "Wrong size on BP_VM_MenuTransition_C_Event_ScreenTransition"); \ +static_assert(offsetof(BP_VM_MenuTransition_C_Event_ScreenTransition, Value) == 0x000000, "Member 'BP_VM_MenuTransition_C_Event_ScreenTransition::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MenuTransition_C_Event_TimeOfDayPower \ +static_assert(alignof(BP_VM_MenuTransition_C_Event_TimeOfDayPower) == 0x000008, "Wrong alignment on BP_VM_MenuTransition_C_Event_TimeOfDayPower"); \ +static_assert(sizeof(BP_VM_MenuTransition_C_Event_TimeOfDayPower) == 0x000008, "Wrong size on BP_VM_MenuTransition_C_Event_TimeOfDayPower"); \ +static_assert(offsetof(BP_VM_MenuTransition_C_Event_TimeOfDayPower, Power) == 0x000000, "Member 'BP_VM_MenuTransition_C_Event_TimeOfDayPower::Power' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MenuTransition_C_ExecuteUbergraph_BP_VM_MenuTransition \ +static_assert(alignof(BP_VM_MenuTransition_C_ExecuteUbergraph_BP_VM_MenuTransition) == 0x000008, "Wrong alignment on BP_VM_MenuTransition_C_ExecuteUbergraph_BP_VM_MenuTransition"); \ +static_assert(sizeof(BP_VM_MenuTransition_C_ExecuteUbergraph_BP_VM_MenuTransition) == 0x000018, "Wrong size on BP_VM_MenuTransition_C_ExecuteUbergraph_BP_VM_MenuTransition"); \ +static_assert(offsetof(BP_VM_MenuTransition_C_ExecuteUbergraph_BP_VM_MenuTransition, EntryPoint) == 0x000000, "Member 'BP_VM_MenuTransition_C_ExecuteUbergraph_BP_VM_MenuTransition::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MenuTransition_C_ExecuteUbergraph_BP_VM_MenuTransition, K2Node_CustomEvent_Value) == 0x000008, "Member 'BP_VM_MenuTransition_C_ExecuteUbergraph_BP_VM_MenuTransition::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MenuTransition_C_ExecuteUbergraph_BP_VM_MenuTransition, K2Node_CustomEvent_Power) == 0x000010, "Member 'BP_VM_MenuTransition_C_ExecuteUbergraph_BP_VM_MenuTransition::K2Node_CustomEvent_Power' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VM_MenuTransition_C \ +static_assert(alignof(UBP_VM_MenuTransition_C) == 0x000008, "Wrong alignment on UBP_VM_MenuTransition_C"); \ +static_assert(sizeof(UBP_VM_MenuTransition_C) == 0x0000D0, "Wrong size on UBP_VM_MenuTransition_C"); \ +static_assert(offsetof(UBP_VM_MenuTransition_C, UberGraphFrame) == 0x000070, "Member 'UBP_VM_MenuTransition_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MenuTransition_C, SetTimeOfDayPower) == 0x000078, "Member 'UBP_VM_MenuTransition_C::SetTimeOfDayPower' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MenuTransition_C, IsScreenTransition) == 0x000088, "Member 'UBP_VM_MenuTransition_C::IsScreenTransition' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MenuTransition_C, IsActivated) == 0x000098, "Member 'UBP_VM_MenuTransition_C::IsActivated' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MenuTransition_C, IsFinished) == 0x0000A8, "Member 'UBP_VM_MenuTransition_C::IsFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MenuTransition_C, IsBlendCamera) == 0x0000B8, "Member 'UBP_VM_MenuTransition_C::IsBlendCamera' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MenuTransition_C, IsReverseTransition) == 0x0000C8, "Member 'UBP_VM_MenuTransition_C::IsReverseTransition' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MenuTransition_C, AutoCloseMenu) == 0x0000C9, "Member 'UBP_VM_MenuTransition_C::AutoCloseMenu' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MenuTransition_C, BackgroundVisible) == 0x0000CA, "Member 'UBP_VM_MenuTransition_C::BackgroundVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_VehicleEvade_Environmental__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData) == 0x0002F8, "Wrong size on ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __NameProperty_33) == 0x000004, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__NameProperty_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __NameProperty_34) == 0x00000C, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__NameProperty_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __NameProperty_35) == 0x000014, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__NameProperty_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_36) == 0x000020, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __EnumProperty_37) == 0x000028, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__EnumProperty_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __EnumProperty_38) == 0x000029, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__EnumProperty_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __Class_39) == 0x000030, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__Class_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __CurveFloat_40) == 0x000038, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__CurveFloat_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __EnumProperty_41) == 0x000040, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__EnumProperty_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __BlendProfile_42) == 0x000048, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__BlendProfile_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __FloatProperty_43) == 0x000050, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__FloatProperty_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __FloatProperty_44) == 0x000054, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__FloatProperty_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __StructProperty_45) == 0x000058, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__StructProperty_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __FloatProperty_46) == 0x000084, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__FloatProperty_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __BoolProperty_47) == 0x000088, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__BoolProperty_47' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __EnumProperty_48) == 0x000089, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__EnumProperty_48' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __ByteProperty_49) == 0x00008A, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__ByteProperty_49' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __DataTable_50) == 0x000090, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__DataTable_50' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __NameProperty_51) == 0x000098, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__NameProperty_51' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __NameProperty_52) == 0x0000A0, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__NameProperty_52' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __NameProperty_53) == 0x0000A8, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__NameProperty_53' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __NameProperty_54) == 0x0000B0, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__NameProperty_54' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __StructProperty_55) == 0x0000B8, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__StructProperty_55' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __NameProperty_56) == 0x0000D8, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__NameProperty_56' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, __NameProperty_57) == 0x0000E0, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::__NameProperty_57' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000E8, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000168, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x0001A8, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x0001D8, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000208, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000238, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x000268, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000298, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0002C8, "Member 'ABP_LL_VehicleEvade_Environmental::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_VehicleEvade_Environmental_C_AnimGraph \ +static_assert(alignof(ABP_LL_VehicleEvade_Environmental_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_VehicleEvade_Environmental_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_VehicleEvade_Environmental_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_VehicleEvade_Environmental_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_VehicleEvade_Environmental_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttack_Layer \ +static_assert(alignof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttack_Layer) == 0x000008, "Wrong alignment on ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttack_Layer"); \ +static_assert(sizeof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttack_Layer) == 0x000010, "Wrong size on ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttack_Layer"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttack_Layer, EnvironmentalAttack_Layer_0) == 0x000000, "Member 'ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttack_Layer::EnvironmentalAttack_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttackReact_Layer \ +static_assert(alignof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttackReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttackReact_Layer"); \ +static_assert(sizeof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttackReact_Layer) == 0x000010, "Wrong size on ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttackReact_Layer"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttackReact_Layer, EnvironmentalAttackReact_Layer_0) == 0x000000, "Member 'ABP_LL_VehicleEvade_Environmental_C_EnvironmentalAttackReact_Layer::EnvironmentalAttackReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_VehicleEvade_Environmental_C_EnvironmentalHazardReact_Layer \ +static_assert(alignof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalHazardReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_VehicleEvade_Environmental_C_EnvironmentalHazardReact_Layer"); \ +static_assert(sizeof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalHazardReact_Layer) == 0x000010, "Wrong size on ABP_LL_VehicleEvade_Environmental_C_EnvironmentalHazardReact_Layer"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalHazardReact_Layer, EnvironmentalHazardReact_Layer_0) == 0x000000, "Member 'ABP_LL_VehicleEvade_Environmental_C_EnvironmentalHazardReact_Layer::EnvironmentalHazardReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedown_Layer \ +static_assert(alignof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedown_Layer) == 0x000008, "Wrong alignment on ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedown_Layer"); \ +static_assert(sizeof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedown_Layer) == 0x000010, "Wrong size on ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedown_Layer"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedown_Layer, EnvironmentalTakedown_Layer_0) == 0x000000, "Member 'ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedown_Layer::EnvironmentalTakedown_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedownReact_Layer \ +static_assert(alignof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedownReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(sizeof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedownReact_Layer) == 0x000010, "Wrong size on ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(offsetof(ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedownReact_Layer, EnvironmentalTakedownReact_Layer_0) == 0x000000, "Member 'ABP_LL_VehicleEvade_Environmental_C_EnvironmentalTakedownReact_Layer::EnvironmentalTakedownReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_VehicleEvade_Environmental_C \ +static_assert(alignof(UABP_LL_VehicleEvade_Environmental_C) == 0x000010, "Wrong alignment on UABP_LL_VehicleEvade_Environmental_C"); \ +static_assert(sizeof(UABP_LL_VehicleEvade_Environmental_C) == 0x000540, "Wrong size on UABP_LL_VehicleEvade_Environmental_C"); \ +static_assert(offsetof(UABP_LL_VehicleEvade_Environmental_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_VehicleEvade_Environmental_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_VehicleEvade_Environmental_C, AnimBlueprintExtension_Base) == 0x0003F8, "Member 'UABP_LL_VehicleEvade_Environmental_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_VehicleEvade_Environmental_C, AnimGraphNode_Root_5) == 0x000400, "Member 'UABP_LL_VehicleEvade_Environmental_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_VehicleEvade_Environmental_C, AnimGraphNode_Root_4) == 0x000420, "Member 'UABP_LL_VehicleEvade_Environmental_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_VehicleEvade_Environmental_C, AnimGraphNode_Root_3) == 0x000440, "Member 'UABP_LL_VehicleEvade_Environmental_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_VehicleEvade_Environmental_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000460, "Member 'UABP_LL_VehicleEvade_Environmental_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_VehicleEvade_Environmental_C, AnimGraphNode_Root_2) == 0x0004D8, "Member 'UABP_LL_VehicleEvade_Environmental_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_VehicleEvade_Environmental_C, AnimGraphNode_Root_1) == 0x0004F8, "Member 'UABP_LL_VehicleEvade_Environmental_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_VehicleEvade_Environmental_C, AnimGraphNode_Root) == 0x000518, "Member 'UABP_LL_VehicleEvade_Environmental_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEarlyBranchToDazed_C \ +static_assert(alignof(UEarlyBranchToDazed_C) == 0x000008, "Wrong alignment on UEarlyBranchToDazed_C"); \ +static_assert(sizeof(UEarlyBranchToDazed_C) == 0x000030, "Wrong size on UEarlyBranchToDazed_C"); \ + +#define DUMPER7_ASSERTS_AN_SmartObjectProp_C_Received_Notify \ +static_assert(alignof(AN_SmartObjectProp_C_Received_Notify) == 0x000008, "Wrong alignment on AN_SmartObjectProp_C_Received_Notify"); \ +static_assert(sizeof(AN_SmartObjectProp_C_Received_Notify) == 0x0000A0, "Wrong size on AN_SmartObjectProp_C_Received_Notify"); \ +static_assert(offsetof(AN_SmartObjectProp_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_SmartObjectProp_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AN_SmartObjectProp_C_Received_Notify, Animation) == 0x000008, "Member 'AN_SmartObjectProp_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(AN_SmartObjectProp_C_Received_Notify, EventReference) == 0x000010, "Member 'AN_SmartObjectProp_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(AN_SmartObjectProp_C_Received_Notify, ReturnValue) == 0x000060, "Member 'AN_SmartObjectProp_C_Received_Notify::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_SmartObjectProp_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000068, "Member 'AN_SmartObjectProp_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(AN_SmartObjectProp_C_Received_Notify, K2Node_DynamicCast_AsBPI_Smart_Object_Prop_Handling) == 0x000070, "Member 'AN_SmartObjectProp_C_Received_Notify::K2Node_DynamicCast_AsBPI_Smart_Object_Prop_Handling' has a wrong offset!"); \ +static_assert(offsetof(AN_SmartObjectProp_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'AN_SmartObjectProp_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(AN_SmartObjectProp_C_Received_Notify, K2Node_DynamicCast_AsBPI_Smart_Object_Prop_Handling_1) == 0x000088, "Member 'AN_SmartObjectProp_C_Received_Notify::K2Node_DynamicCast_AsBPI_Smart_Object_Prop_Handling_1' has a wrong offset!"); \ +static_assert(offsetof(AN_SmartObjectProp_C_Received_Notify, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'AN_SmartObjectProp_C_Received_Notify::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAN_SmartObjectProp_C \ +static_assert(alignof(UAN_SmartObjectProp_C) == 0x000010, "Wrong alignment on UAN_SmartObjectProp_C"); \ +static_assert(sizeof(UAN_SmartObjectProp_C) == 0x0000D0, "Wrong size on UAN_SmartObjectProp_C"); \ +static_assert(offsetof(UAN_SmartObjectProp_C, bSpawn_) == 0x000038, "Member 'UAN_SmartObjectProp_C::bSpawn_' has a wrong offset!"); \ +static_assert(offsetof(UAN_SmartObjectProp_C, Prop) == 0x000040, "Member 'UAN_SmartObjectProp_C::Prop' has a wrong offset!"); \ +static_assert(offsetof(UAN_SmartObjectProp_C, Attachment_Socket) == 0x000068, "Member 'UAN_SmartObjectProp_C::Attachment_Socket' has a wrong offset!"); \ +static_assert(offsetof(UAN_SmartObjectProp_C, Offset) == 0x000070, "Member 'UAN_SmartObjectProp_C::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(Face_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on Face_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(Face_AnimBP::FAnimBlueprintGeneratedConstantData) == 0x000630, "Wrong size on Face_AnimBP::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_135) == 0x000004, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_135' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_136) == 0x00000C, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_136' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_137) == 0x000014, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_137' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_138) == 0x000018, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_138' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_139) == 0x000020, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_139' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_140) == 0x000028, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_140' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_141) == 0x000038, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_141' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_142) == 0x000040, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_142' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __BoolProperty_143) == 0x000044, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__BoolProperty_143' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_144) == 0x000048, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_144' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_145) == 0x00004C, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_145' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __FloatProperty_146) == 0x000078, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__FloatProperty_146' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __EnumProperty_147) == 0x00007C, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__EnumProperty_147' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __BoolProperty_148) == 0x00007D, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__BoolProperty_148' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __ByteProperty_149) == 0x00007E, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__ByteProperty_149' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_150) == 0x000080, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_150' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_151) == 0x000088, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_151' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __NameProperty_152) == 0x000090, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__NameProperty_152' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __IntProperty_153) == 0x000098, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__IntProperty_153' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, __StructProperty_154) == 0x0000A0, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::__StructProperty_154' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000C0, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000140, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000180, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_CopyPoseFromMesh) == 0x0001B0, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SaveCachedPose) == 0x0001E0, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_UseCachedPose) == 0x000210, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x000240, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Slot) == 0x000270, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x0002A0, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x0002D0, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x000300, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x000330, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x000360, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x000390, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x0003C0, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x0003F0, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x000420, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RandomPlayer_1) == 0x000450, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RandomPlayer_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x000480, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x0004B0, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x0004E0, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RandomPlayer) == 0x000510, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RandomPlayer' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x000540, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000570, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x0005A0, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x0005D0, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP::FAnimBlueprintGeneratedConstantData, AnimGraphNode_RigLogic) == 0x000600, "Member 'Face_AnimBP::FAnimBlueprintGeneratedConstantData::AnimGraphNode_RigLogic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_C_AnimGraph \ +static_assert(alignof(Face_AnimBP_C_AnimGraph) == 0x000008, "Wrong alignment on Face_AnimBP_C_AnimGraph"); \ +static_assert(sizeof(Face_AnimBP_C_AnimGraph) == 0x000010, "Wrong size on Face_AnimBP_C_AnimGraph"); \ +static_assert(offsetof(Face_AnimBP_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'Face_AnimBP_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation) == 0x000008, "Wrong alignment on Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation) == 0x000020, "Wrong size on Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000008, "Member 'Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000010, "Member 'Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue) == 0x000011, "Member 'Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_IsSameAIRequestID_ReturnValue) == 0x000012, "Member 'Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_IsSameAIRequestID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_BooleanAND_ReturnValue_1) == 0x000014, "Member 'Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000018, "Member 'Face_AnimBP_C_BlueprintThreadSafeUpdateAnimation::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_C_BlueprintUpdateAnimation \ +static_assert(alignof(Face_AnimBP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on Face_AnimBP_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(Face_AnimBP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on Face_AnimBP_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(Face_AnimBP_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'Face_AnimBP_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP \ +static_assert(alignof(Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP) == 0x000008, "Wrong alignment on Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP"); \ +static_assert(sizeof(Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP) == 0x000040, "Wrong size on Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP"); \ +static_assert(offsetof(Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP, EntryPoint) == 0x000000, "Member 'Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000008, "Member 'Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP, K2Node_DynamicCast_AsCJCharacter) == 0x000010, "Member 'Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP, CallFunc_GetAnimInstance_ReturnValue) == 0x000020, "Member 'Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP, K2Node_Event_DeltaTimeX) == 0x000028, "Member 'Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP, K2Node_DynamicCast_AsCJBase_Anim_Instance) == 0x000030, "Member 'Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP::K2Node_DynamicCast_AsCJBase_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'Face_AnimBP_C_ExecuteUbergraph_Face_AnimBP::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFace_AnimBP_C \ +static_assert(alignof(UFace_AnimBP_C) == 0x000010, "Wrong alignment on UFace_AnimBP_C"); \ +static_assert(sizeof(UFace_AnimBP_C) == 0x000C50, "Wrong size on UFace_AnimBP_C"); \ +static_assert(offsetof(UFace_AnimBP_C, UberGraphFrame) == 0x0003F0, "Member 'UFace_AnimBP_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F8, "Member 'UFace_AnimBP_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimBlueprintExtension_Base) == 0x000400, "Member 'UFace_AnimBP_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_Root) == 0x000408, "Member 'UFace_AnimBP_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_CopyPoseFromMesh) == 0x000428, "Member 'UFace_AnimBP_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_SaveCachedPose) == 0x000580, "Member 'UFace_AnimBP_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_UseCachedPose) == 0x000600, "Member 'UFace_AnimBP_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_LayeredBoneBlend) == 0x000628, "Member 'UFace_AnimBP_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_Slot) == 0x000710, "Member 'UFace_AnimBP_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_TransitionResult_8) == 0x000758, "Member 'UFace_AnimBP_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_TransitionResult_7) == 0x000780, "Member 'UFace_AnimBP_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_TransitionResult_6) == 0x0007A8, "Member 'UFace_AnimBP_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_TransitionResult_5) == 0x0007D0, "Member 'UFace_AnimBP_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_TransitionResult_4) == 0x0007F8, "Member 'UFace_AnimBP_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_TransitionResult_3) == 0x000820, "Member 'UFace_AnimBP_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_TransitionResult_2) == 0x000848, "Member 'UFace_AnimBP_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_TransitionResult_1) == 0x000870, "Member 'UFace_AnimBP_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_TransitionResult) == 0x000898, "Member 'UFace_AnimBP_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_RandomPlayer_1) == 0x0008C0, "Member 'UFace_AnimBP_C::AnimGraphNode_RandomPlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_StateResult_3) == 0x000938, "Member 'UFace_AnimBP_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_SequencePlayer_1) == 0x000958, "Member 'UFace_AnimBP_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_StateResult_2) == 0x0009A0, "Member 'UFace_AnimBP_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_RandomPlayer) == 0x0009C0, "Member 'UFace_AnimBP_C::AnimGraphNode_RandomPlayer' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_StateResult_1) == 0x000A38, "Member 'UFace_AnimBP_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_SequencePlayer) == 0x000A58, "Member 'UFace_AnimBP_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_StateResult) == 0x000AA0, "Member 'UFace_AnimBP_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_StateMachine) == 0x000AC0, "Member 'UFace_AnimBP_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, AnimGraphNode_RigLogic) == 0x000B98, "Member 'UFace_AnimBP_C::AnimGraphNode_RigLogic' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, K2Node_PropertyAccess_5) == 0x000C08, "Member 'UFace_AnimBP_C::K2Node_PropertyAccess_5' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, K2Node_PropertyAccess_4) == 0x000C0C, "Member 'UFace_AnimBP_C::K2Node_PropertyAccess_4' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, K2Node_PropertyAccess_3) == 0x000C0D, "Member 'UFace_AnimBP_C::K2Node_PropertyAccess_3' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, K2Node_PropertyAccess_2) == 0x000C0E, "Member 'UFace_AnimBP_C::K2Node_PropertyAccess_2' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, K2Node_PropertyAccess_1) == 0x000C10, "Member 'UFace_AnimBP_C::K2Node_PropertyAccess_1' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, K2Node_PropertyAccess) == 0x000C18, "Member 'UFace_AnimBP_C::K2Node_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, As_CJCharacter) == 0x000C20, "Member 'UFace_AnimBP_C::As_CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, TransitionRuleCache_WasMeleeHitRecently) == 0x000C28, "Member 'UFace_AnimBP_C::TransitionRuleCache_WasMeleeHitRecently' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, Is_in_Melee) == 0x000C29, "Member 'UFace_AnimBP_C::Is_in_Melee' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, As_CJBase_Anim_Instance) == 0x000C30, "Member 'UFace_AnimBP_C::As_CJBase_Anim_Instance' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, Melee_Action_Instigator) == 0x000C38, "Member 'UFace_AnimBP_C::Melee_Action_Instigator' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, Cached_Action_Id) == 0x000C3C, "Member 'UFace_AnimBP_C::Cached_Action_Id' has a wrong offset!"); \ +static_assert(offsetof(UFace_AnimBP_C, Melee_Action_Started) == 0x000C40, "Member 'UFace_AnimBP_C::Melee_Action_Started' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThrownWeapon__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ThrownWeapon::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ThrownWeapon::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ThrownWeapon::FAnimBlueprintGeneratedConstantData) == 0x0002F8, "Wrong size on ThrownWeapon::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __NameProperty_33) == 0x000004, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__NameProperty_33' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __NameProperty_34) == 0x00000C, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__NameProperty_34' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __NameProperty_35) == 0x000014, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__NameProperty_35' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_36) == 0x000020, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_36' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __EnumProperty_37) == 0x000028, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__EnumProperty_37' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __EnumProperty_38) == 0x000029, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__EnumProperty_38' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __Class_39) == 0x000030, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__Class_39' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __CurveFloat_40) == 0x000038, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__CurveFloat_40' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __EnumProperty_41) == 0x000040, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__EnumProperty_41' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __BlendProfile_42) == 0x000048, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__BlendProfile_42' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __FloatProperty_43) == 0x000050, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__FloatProperty_43' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __FloatProperty_44) == 0x000054, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__FloatProperty_44' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __StructProperty_45) == 0x000058, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__StructProperty_45' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __FloatProperty_46) == 0x000084, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__FloatProperty_46' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __BoolProperty_47) == 0x000088, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__BoolProperty_47' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __EnumProperty_48) == 0x000089, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__EnumProperty_48' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __ByteProperty_49) == 0x00008A, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__ByteProperty_49' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __DataTable_50) == 0x000090, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__DataTable_50' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __NameProperty_51) == 0x000098, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__NameProperty_51' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __NameProperty_52) == 0x0000A0, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__NameProperty_52' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __NameProperty_53) == 0x0000A8, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__NameProperty_53' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __NameProperty_54) == 0x0000B0, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__NameProperty_54' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __StructProperty_55) == 0x0000B8, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__StructProperty_55' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __NameProperty_56) == 0x0000D8, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__NameProperty_56' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, __NameProperty_57) == 0x0000E0, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::__NameProperty_57' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000E8, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000168, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x0001A8, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x0001D8, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000208, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000238, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x000268, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000298, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ThrownWeapon::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0002C8, "Member 'ThrownWeapon::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThrownWeapon_C_AnimGraph \ +static_assert(alignof(ThrownWeapon_C_AnimGraph) == 0x000008, "Wrong alignment on ThrownWeapon_C_AnimGraph"); \ +static_assert(sizeof(ThrownWeapon_C_AnimGraph) == 0x000010, "Wrong size on ThrownWeapon_C_AnimGraph"); \ +static_assert(offsetof(ThrownWeapon_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ThrownWeapon_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThrownWeapon_C_EnvironmentalAttack_Layer \ +static_assert(alignof(ThrownWeapon_C_EnvironmentalAttack_Layer) == 0x000008, "Wrong alignment on ThrownWeapon_C_EnvironmentalAttack_Layer"); \ +static_assert(sizeof(ThrownWeapon_C_EnvironmentalAttack_Layer) == 0x000010, "Wrong size on ThrownWeapon_C_EnvironmentalAttack_Layer"); \ +static_assert(offsetof(ThrownWeapon_C_EnvironmentalAttack_Layer, EnvironmentalAttack_Layer_0) == 0x000000, "Member 'ThrownWeapon_C_EnvironmentalAttack_Layer::EnvironmentalAttack_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThrownWeapon_C_EnvironmentalAttackReact_Layer \ +static_assert(alignof(ThrownWeapon_C_EnvironmentalAttackReact_Layer) == 0x000008, "Wrong alignment on ThrownWeapon_C_EnvironmentalAttackReact_Layer"); \ +static_assert(sizeof(ThrownWeapon_C_EnvironmentalAttackReact_Layer) == 0x000010, "Wrong size on ThrownWeapon_C_EnvironmentalAttackReact_Layer"); \ +static_assert(offsetof(ThrownWeapon_C_EnvironmentalAttackReact_Layer, EnvironmentalAttackReact_Layer_0) == 0x000000, "Member 'ThrownWeapon_C_EnvironmentalAttackReact_Layer::EnvironmentalAttackReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThrownWeapon_C_EnvironmentalHazardReact_Layer \ +static_assert(alignof(ThrownWeapon_C_EnvironmentalHazardReact_Layer) == 0x000008, "Wrong alignment on ThrownWeapon_C_EnvironmentalHazardReact_Layer"); \ +static_assert(sizeof(ThrownWeapon_C_EnvironmentalHazardReact_Layer) == 0x000010, "Wrong size on ThrownWeapon_C_EnvironmentalHazardReact_Layer"); \ +static_assert(offsetof(ThrownWeapon_C_EnvironmentalHazardReact_Layer, EnvironmentalHazardReact_Layer_0) == 0x000000, "Member 'ThrownWeapon_C_EnvironmentalHazardReact_Layer::EnvironmentalHazardReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThrownWeapon_C_EnvironmentalTakedown_Layer \ +static_assert(alignof(ThrownWeapon_C_EnvironmentalTakedown_Layer) == 0x000008, "Wrong alignment on ThrownWeapon_C_EnvironmentalTakedown_Layer"); \ +static_assert(sizeof(ThrownWeapon_C_EnvironmentalTakedown_Layer) == 0x000010, "Wrong size on ThrownWeapon_C_EnvironmentalTakedown_Layer"); \ +static_assert(offsetof(ThrownWeapon_C_EnvironmentalTakedown_Layer, EnvironmentalTakedown_Layer_0) == 0x000000, "Member 'ThrownWeapon_C_EnvironmentalTakedown_Layer::EnvironmentalTakedown_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ThrownWeapon_C_EnvironmentalTakedownReact_Layer \ +static_assert(alignof(ThrownWeapon_C_EnvironmentalTakedownReact_Layer) == 0x000008, "Wrong alignment on ThrownWeapon_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(sizeof(ThrownWeapon_C_EnvironmentalTakedownReact_Layer) == 0x000010, "Wrong size on ThrownWeapon_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(offsetof(ThrownWeapon_C_EnvironmentalTakedownReact_Layer, EnvironmentalTakedownReact_Layer_0) == 0x000000, "Member 'ThrownWeapon_C_EnvironmentalTakedownReact_Layer::EnvironmentalTakedownReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UThrownWeapon_C \ +static_assert(alignof(UThrownWeapon_C) == 0x000010, "Wrong alignment on UThrownWeapon_C"); \ +static_assert(sizeof(UThrownWeapon_C) == 0x000540, "Wrong size on UThrownWeapon_C"); \ +static_assert(offsetof(UThrownWeapon_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UThrownWeapon_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UThrownWeapon_C, AnimBlueprintExtension_Base) == 0x0003F8, "Member 'UThrownWeapon_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UThrownWeapon_C, AnimGraphNode_Root_5) == 0x000400, "Member 'UThrownWeapon_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UThrownWeapon_C, AnimGraphNode_Root_4) == 0x000420, "Member 'UThrownWeapon_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UThrownWeapon_C, AnimGraphNode_Root_3) == 0x000440, "Member 'UThrownWeapon_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UThrownWeapon_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000460, "Member 'UThrownWeapon_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UThrownWeapon_C, AnimGraphNode_Root_2) == 0x0004D8, "Member 'UThrownWeapon_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UThrownWeapon_C, AnimGraphNode_Root_1) == 0x0004F8, "Member 'UThrownWeapon_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UThrownWeapon_C, AnimGraphNode_Root) == 0x000518, "Member 'UThrownWeapon_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Melee_Player_Weapon_Pipe__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_Melee_Player_Weapon_Pipe::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_Melee_Player_Weapon_Pipe::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_Melee_Player_Weapon_Pipe::FAnimBlueprintGeneratedConstantData) == 0x000E10, "Wrong size on ABP_LL_Melee_Player_Weapon_Pipe::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_LL_Melee_Player_Weapon_Pipe_C \ +static_assert(alignof(UABP_LL_Melee_Player_Weapon_Pipe_C) == 0x000010, "Wrong alignment on UABP_LL_Melee_Player_Weapon_Pipe_C"); \ +static_assert(sizeof(UABP_LL_Melee_Player_Weapon_Pipe_C) == 0x008E80, "Wrong size on UABP_LL_Melee_Player_Weapon_Pipe_C"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrab_PlayerDefault__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x0003F0, "Wrong size on ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_76) == 0x000004, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_76' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_77) == 0x000010, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_77' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __DataTable_78) == 0x000018, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__DataTable_78' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_79) == 0x000020, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_79' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_80) == 0x000028, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_80' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_81) == 0x000030, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_81' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_82) == 0x000038, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_82' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_83) == 0x000040, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_83' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_84) == 0x000041, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_84' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_85) == 0x000048, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_85' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __CurveFloat_86) == 0x000050, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__CurveFloat_86' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_87) == 0x000058, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_87' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BlendProfile_88) == 0x000060, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BlendProfile_88' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_89) == 0x000068, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_89' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __DataTable_90) == 0x000070, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__DataTable_90' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_91) == 0x000078, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_91' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_92) == 0x000080, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_92' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_93) == 0x000088, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_93' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_94) == 0x000090, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_94' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_95) == 0x000098, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_95' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_96) == 0x0000A0, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_96' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BoolProperty_97) == 0x0000A8, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BoolProperty_97' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_98) == 0x0000AC, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_98' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_99) == 0x0000B0, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_99' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_100) == 0x0000DC, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_100' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_101) == 0x0000E0, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_101' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BoolProperty_102) == 0x0000E1, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BoolProperty_102' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __ByteProperty_103) == 0x0000E2, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__ByteProperty_103' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_104) == 0x0000E4, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_104' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_105) == 0x0000F0, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_105' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_106) == 0x000110, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_106' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_107) == 0x000118, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_107' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000120, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0001A0, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x0001E0, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000210, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000240, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x000270, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x0002A0, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x0002D0, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000300, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x000330, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000360, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000390, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0003C0, "Member 'ABP_LL_MeleeGrab_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrab_PlayerDefault_C_AnimGraph \ +static_assert(alignof(ABP_LL_MeleeGrab_PlayerDefault_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrab_PlayerDefault_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_MeleeGrab_PlayerDefault_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_MeleeGrab_PlayerDefault_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_MeleeGrab_PlayerDefault_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Act_Layer \ +static_assert(alignof(ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Act_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Act_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Act_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Act_Layer, Cycle_Act_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Act_Layer::Cycle_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Idle_Layer \ +static_assert(alignof(ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Idle_Layer, Cycle_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_Idle_Layer::Cycle_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_React_Layer \ +static_assert(alignof(ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_React_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_React_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_React_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_React_Layer, Cycle_React_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrab_PlayerDefault_C_Cycle_React_Layer::Cycle_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrab_PlayerDefault_C_Entry_Act_Layer \ +static_assert(alignof(ABP_LL_MeleeGrab_PlayerDefault_C_Entry_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrab_PlayerDefault_C_Entry_Act_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrab_PlayerDefault_C_Entry_Act_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrab_PlayerDefault_C_Entry_Act_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault_C_Entry_Act_Layer, Entry_Act_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrab_PlayerDefault_C_Entry_Act_Layer::Entry_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrab_PlayerDefault_C_Entry_React_Layer \ +static_assert(alignof(ABP_LL_MeleeGrab_PlayerDefault_C_Entry_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrab_PlayerDefault_C_Entry_React_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrab_PlayerDefault_C_Entry_React_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrab_PlayerDefault_C_Entry_React_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault_C_Entry_React_Layer, Entry_React_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrab_PlayerDefault_C_Entry_React_Layer::Entry_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrab_PlayerDefault_C_Exit_Act_Layer \ +static_assert(alignof(ABP_LL_MeleeGrab_PlayerDefault_C_Exit_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrab_PlayerDefault_C_Exit_Act_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrab_PlayerDefault_C_Exit_Act_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrab_PlayerDefault_C_Exit_Act_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault_C_Exit_Act_Layer, Exit_Act_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrab_PlayerDefault_C_Exit_Act_Layer::Exit_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrab_PlayerDefault_C_Exit_React_Layer \ +static_assert(alignof(ABP_LL_MeleeGrab_PlayerDefault_C_Exit_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrab_PlayerDefault_C_Exit_React_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrab_PlayerDefault_C_Exit_React_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrab_PlayerDefault_C_Exit_React_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrab_PlayerDefault_C_Exit_React_Layer, Exit_React_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrab_PlayerDefault_C_Exit_React_Layer::Exit_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_MeleeGrab_PlayerDefault_C \ +static_assert(alignof(UABP_LL_MeleeGrab_PlayerDefault_C) == 0x000010, "Wrong alignment on UABP_LL_MeleeGrab_PlayerDefault_C"); \ +static_assert(sizeof(UABP_LL_MeleeGrab_PlayerDefault_C) == 0x000640, "Wrong size on UABP_LL_MeleeGrab_PlayerDefault_C"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimBlueprintExtension_Base) == 0x0003F8, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimGraphNode_Root_7) == 0x000400, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000420, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimGraphNode_Root_6) == 0x000498, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimGraphNode_Root_5) == 0x0004B8, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x0004D8, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimGraphNode_Root_4) == 0x000550, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimGraphNode_Root_3) == 0x000570, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimGraphNode_Root_2) == 0x000590, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimGraphNode_Root_1) == 0x0005B0, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimGraphNode_SequencePlayer) == 0x0005D0, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrab_PlayerDefault_C, AnimGraphNode_Root) == 0x000618, "Member 'UABP_LL_MeleeGrab_PlayerDefault_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Suckerpunch__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData) == 0x0003D8, "Wrong size on ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __NameProperty_78) == 0x000004, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__NameProperty_78' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __NameProperty_79) == 0x00000C, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__NameProperty_79' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __NameProperty_80) == 0x000014, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__NameProperty_80' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __EnumProperty_81) == 0x00001C, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__EnumProperty_81' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __DataTable_82) == 0x000020, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__DataTable_82' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __NameProperty_83) == 0x000028, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__NameProperty_83' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __NameProperty_84) == 0x000030, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__NameProperty_84' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __NameProperty_85) == 0x000038, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__NameProperty_85' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __NameProperty_86) == 0x000040, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__NameProperty_86' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_87) == 0x000048, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_87' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __EnumProperty_88) == 0x000050, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__EnumProperty_88' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __EnumProperty_89) == 0x000051, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__EnumProperty_89' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __Class_90) == 0x000058, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__Class_90' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __CurveFloat_91) == 0x000060, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__CurveFloat_91' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __EnumProperty_92) == 0x000068, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__EnumProperty_92' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __BlendProfile_93) == 0x000070, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__BlendProfile_93' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __FloatProperty_94) == 0x000078, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__FloatProperty_94' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __FloatProperty_95) == 0x00007C, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__FloatProperty_95' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __StructProperty_96) == 0x000080, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__StructProperty_96' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __FloatProperty_97) == 0x0000AC, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__FloatProperty_97' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __BoolProperty_98) == 0x0000B0, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__BoolProperty_98' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __EnumProperty_99) == 0x0000B1, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__EnumProperty_99' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __ByteProperty_100) == 0x0000B2, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__ByteProperty_100' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __DataTable_101) == 0x0000B8, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__DataTable_101' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __NameProperty_102) == 0x0000C0, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__NameProperty_102' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __NameProperty_103) == 0x0000C8, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__NameProperty_103' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __NameProperty_104) == 0x0000D0, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__NameProperty_104' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __StructProperty_105) == 0x0000D8, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__StructProperty_105' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __NameProperty_106) == 0x0000F8, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__NameProperty_106' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, __NameProperty_107) == 0x000100, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::__NameProperty_107' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000108, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000188, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x0001C8, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x0001F8, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000228, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x000258, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000288, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x0002B8, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x0002E8, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000318, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x000348, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000378, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0003A8, "Member 'ABP_LL_Suckerpunch::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Suckerpunch_C_AnimGraph \ +static_assert(alignof(ABP_LL_Suckerpunch_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_Suckerpunch_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_Suckerpunch_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_Suckerpunch_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_Suckerpunch_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_Suckerpunch_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Suckerpunch_C_Cycle_Act_Layer \ +static_assert(alignof(ABP_LL_Suckerpunch_C_Cycle_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Suckerpunch_C_Cycle_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Suckerpunch_C_Cycle_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Suckerpunch_C_Cycle_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Suckerpunch_C_Cycle_Act_Layer, Cycle_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Suckerpunch_C_Cycle_Act_Layer::Cycle_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Suckerpunch_C_Cycle_Idle_Layer \ +static_assert(alignof(ABP_LL_Suckerpunch_C_Cycle_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_Suckerpunch_C_Cycle_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_Suckerpunch_C_Cycle_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_Suckerpunch_C_Cycle_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_Suckerpunch_C_Cycle_Idle_Layer, Cycle_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_Suckerpunch_C_Cycle_Idle_Layer::Cycle_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Suckerpunch_C_Cycle_React_Layer \ +static_assert(alignof(ABP_LL_Suckerpunch_C_Cycle_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Suckerpunch_C_Cycle_React_Layer"); \ +static_assert(sizeof(ABP_LL_Suckerpunch_C_Cycle_React_Layer) == 0x000010, "Wrong size on ABP_LL_Suckerpunch_C_Cycle_React_Layer"); \ +static_assert(offsetof(ABP_LL_Suckerpunch_C_Cycle_React_Layer, Cycle_React_Layer_0) == 0x000000, "Member 'ABP_LL_Suckerpunch_C_Cycle_React_Layer::Cycle_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Suckerpunch_C_Entry_Act_Layer \ +static_assert(alignof(ABP_LL_Suckerpunch_C_Entry_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Suckerpunch_C_Entry_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Suckerpunch_C_Entry_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Suckerpunch_C_Entry_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Suckerpunch_C_Entry_Act_Layer, Entry_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Suckerpunch_C_Entry_Act_Layer::Entry_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Suckerpunch_C_Entry_React_Layer \ +static_assert(alignof(ABP_LL_Suckerpunch_C_Entry_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Suckerpunch_C_Entry_React_Layer"); \ +static_assert(sizeof(ABP_LL_Suckerpunch_C_Entry_React_Layer) == 0x000010, "Wrong size on ABP_LL_Suckerpunch_C_Entry_React_Layer"); \ +static_assert(offsetof(ABP_LL_Suckerpunch_C_Entry_React_Layer, Entry_React_Layer_0) == 0x000000, "Member 'ABP_LL_Suckerpunch_C_Entry_React_Layer::Entry_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Suckerpunch_C_Exit_Act_Layer \ +static_assert(alignof(ABP_LL_Suckerpunch_C_Exit_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Suckerpunch_C_Exit_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Suckerpunch_C_Exit_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Suckerpunch_C_Exit_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Suckerpunch_C_Exit_Act_Layer, Exit_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Suckerpunch_C_Exit_Act_Layer::Exit_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Suckerpunch_C_Exit_React_Layer \ +static_assert(alignof(ABP_LL_Suckerpunch_C_Exit_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Suckerpunch_C_Exit_React_Layer"); \ +static_assert(sizeof(ABP_LL_Suckerpunch_C_Exit_React_Layer) == 0x000010, "Wrong size on ABP_LL_Suckerpunch_C_Exit_React_Layer"); \ +static_assert(offsetof(ABP_LL_Suckerpunch_C_Exit_React_Layer, Exit_React_Layer_0) == 0x000000, "Member 'ABP_LL_Suckerpunch_C_Exit_React_Layer::Exit_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_Suckerpunch_C \ +static_assert(alignof(UABP_LL_Suckerpunch_C) == 0x000010, "Wrong alignment on UABP_LL_Suckerpunch_C"); \ +static_assert(sizeof(UABP_LL_Suckerpunch_C) == 0x000640, "Wrong size on UABP_LL_Suckerpunch_C"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_Suckerpunch_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimBlueprintExtension_Base) == 0x0003F8, "Member 'UABP_LL_Suckerpunch_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimGraphNode_Root_7) == 0x000400, "Member 'UABP_LL_Suckerpunch_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimGraphNode_Root_6) == 0x000420, "Member 'UABP_LL_Suckerpunch_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000440, "Member 'UABP_LL_Suckerpunch_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimGraphNode_Root_5) == 0x0004B8, "Member 'UABP_LL_Suckerpunch_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimGraphNode_Root_4) == 0x0004D8, "Member 'UABP_LL_Suckerpunch_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimGraphNode_SequencePlayer) == 0x0004F8, "Member 'UABP_LL_Suckerpunch_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimGraphNode_Root_3) == 0x000540, "Member 'UABP_LL_Suckerpunch_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000560, "Member 'UABP_LL_Suckerpunch_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimGraphNode_Root_2) == 0x0005D8, "Member 'UABP_LL_Suckerpunch_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimGraphNode_Root_1) == 0x0005F8, "Member 'UABP_LL_Suckerpunch_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Suckerpunch_C, AnimGraphNode_Root) == 0x000618, "Member 'UABP_LL_Suckerpunch_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShoveReact_PlayerDefault__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x0003B8, "Wrong size on ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_62) == 0x000004, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_62' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_63) == 0x00000C, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_63' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_64) == 0x000014, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_64' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_65) == 0x00001C, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_65' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_66) == 0x000024, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_66' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_67) == 0x000030, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_67' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __DataTable_68) == 0x000038, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__DataTable_68' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_69) == 0x000040, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_69' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_70) == 0x000048, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_70' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_71) == 0x000050, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_71' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_72) == 0x000058, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_72' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_73) == 0x000060, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_73' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_74) == 0x000061, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_74' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_75) == 0x000068, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_75' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __CurveFloat_76) == 0x000070, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__CurveFloat_76' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_77) == 0x000078, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_77' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BlendProfile_78) == 0x000080, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BlendProfile_78' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_79) == 0x000088, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_79' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_80) == 0x00008C, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_80' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_81) == 0x000090, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_81' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_82) == 0x0000BC, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_82' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BoolProperty_83) == 0x0000C0, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BoolProperty_83' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_84) == 0x0000C1, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_84' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __ByteProperty_85) == 0x0000C2, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__ByteProperty_85' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_86) == 0x0000C4, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_86' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __DataTable_87) == 0x0000D0, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__DataTable_87' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_88) == 0x0000D8, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_88' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_89) == 0x0000E0, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_89' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_90) == 0x0000E8, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_90' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_91) == 0x000108, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_91' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_92) == 0x000110, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_92' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000118, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000198, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x0001D8, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000208, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x000238, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000268, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000298, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x0002C8, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x0002F8, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000328, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000358, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000388, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShoveReact_PlayerDefault_C_AnimGraph \ +static_assert(alignof(ABP_LL_MeleeShoveReact_PlayerDefault_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_MeleeShoveReact_PlayerDefault_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_MeleeShoveReact_PlayerDefault_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_MeleeShoveReact_PlayerDefault_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Act_Layer \ +static_assert(alignof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Act_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Act_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Act_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Act_Layer, Cycle_Act_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Act_Layer::Cycle_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Idle_Layer \ +static_assert(alignof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Idle_Layer, Cycle_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_Idle_Layer::Cycle_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_React_Layer \ +static_assert(alignof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_React_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_React_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_React_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_React_Layer, Cycle_React_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault_C_Cycle_React_Layer::Cycle_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_Act_Layer \ +static_assert(alignof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_Act_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_Act_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_Act_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_Act_Layer, Entry_Act_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_Act_Layer::Entry_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_React_Layer \ +static_assert(alignof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_React_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_React_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_React_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_React_Layer, Entry_React_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault_C_Entry_React_Layer::Entry_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_Act_Layer \ +static_assert(alignof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_Act_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_Act_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_Act_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_Act_Layer, Exit_Act_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_Act_Layer::Exit_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_React_Layer \ +static_assert(alignof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_React_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_React_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_React_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_React_Layer, Exit_React_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeShoveReact_PlayerDefault_C_Exit_React_Layer::Exit_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_MeleeShoveReact_PlayerDefault_C \ +static_assert(alignof(UABP_LL_MeleeShoveReact_PlayerDefault_C) == 0x000010, "Wrong alignment on UABP_LL_MeleeShoveReact_PlayerDefault_C"); \ +static_assert(sizeof(UABP_LL_MeleeShoveReact_PlayerDefault_C) == 0x0005F0, "Wrong size on UABP_LL_MeleeShoveReact_PlayerDefault_C"); \ +static_assert(offsetof(UABP_LL_MeleeShoveReact_PlayerDefault_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_MeleeShoveReact_PlayerDefault_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShoveReact_PlayerDefault_C, AnimBlueprintExtension_Base) == 0x0003F8, "Member 'UABP_LL_MeleeShoveReact_PlayerDefault_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShoveReact_PlayerDefault_C, AnimGraphNode_Root_7) == 0x000400, "Member 'UABP_LL_MeleeShoveReact_PlayerDefault_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShoveReact_PlayerDefault_C, AnimGraphNode_Root_6) == 0x000420, "Member 'UABP_LL_MeleeShoveReact_PlayerDefault_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShoveReact_PlayerDefault_C, AnimGraphNode_Root_5) == 0x000440, "Member 'UABP_LL_MeleeShoveReact_PlayerDefault_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShoveReact_PlayerDefault_C, AnimGraphNode_Root_4) == 0x000460, "Member 'UABP_LL_MeleeShoveReact_PlayerDefault_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShoveReact_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000480, "Member 'UABP_LL_MeleeShoveReact_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShoveReact_PlayerDefault_C, AnimGraphNode_Root_3) == 0x0004F8, "Member 'UABP_LL_MeleeShoveReact_PlayerDefault_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShoveReact_PlayerDefault_C, AnimGraphNode_Root_2) == 0x000518, "Member 'UABP_LL_MeleeShoveReact_PlayerDefault_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShoveReact_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000538, "Member 'UABP_LL_MeleeShoveReact_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShoveReact_PlayerDefault_C, AnimGraphNode_Root_1) == 0x0005B0, "Member 'UABP_LL_MeleeShoveReact_PlayerDefault_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeShoveReact_PlayerDefault_C, AnimGraphNode_Root) == 0x0005D0, "Member 'UABP_LL_MeleeShoveReact_PlayerDefault_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData) == 0x0004D8, "Wrong size on ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __BoolProperty_163) == 0x000001, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__BoolProperty_163' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __NameProperty_164) == 0x000004, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__NameProperty_164' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __DataTable_165) == 0x000010, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__DataTable_165' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __NameProperty_166) == 0x000018, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__NameProperty_166' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __DataTable_167) == 0x000020, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__DataTable_167' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __NameProperty_168) == 0x000028, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__NameProperty_168' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __NameProperty_169) == 0x000030, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__NameProperty_169' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __EnumProperty_170) == 0x000038, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__EnumProperty_170' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __DataTable_171) == 0x000040, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__DataTable_171' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __NameProperty_172) == 0x000048, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__NameProperty_172' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __NameProperty_173) == 0x000050, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__NameProperty_173' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __NameProperty_174) == 0x000058, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__NameProperty_174' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __Class_175) == 0x000060, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__Class_175' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __DataTable_176) == 0x000068, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__DataTable_176' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __NameProperty_177) == 0x000070, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__NameProperty_177' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __Class_178) == 0x000078, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__Class_178' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __DataTable_179) == 0x000080, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__DataTable_179' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __NameProperty_180) == 0x000088, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__NameProperty_180' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __NameProperty_181) == 0x000090, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__NameProperty_181' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_182) == 0x000098, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_182' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __EnumProperty_183) == 0x0000A0, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__EnumProperty_183' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __EnumProperty_184) == 0x0000A1, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__EnumProperty_184' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __Class_185) == 0x0000A8, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__Class_185' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __CurveFloat_186) == 0x0000B0, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__CurveFloat_186' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __EnumProperty_187) == 0x0000B8, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__EnumProperty_187' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __BlendProfile_188) == 0x0000C0, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__BlendProfile_188' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __FloatProperty_189) == 0x0000C8, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__FloatProperty_189' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __FloatProperty_190) == 0x0000CC, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__FloatProperty_190' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __StructProperty_191) == 0x0000D0, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__StructProperty_191' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __FloatProperty_192) == 0x0000FC, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__FloatProperty_192' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __BoolProperty_193) == 0x000100, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__BoolProperty_193' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __EnumProperty_194) == 0x000101, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__EnumProperty_194' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __ByteProperty_195) == 0x000102, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__ByteProperty_195' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __DataTable_196) == 0x000108, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__DataTable_196' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __StructProperty_197) == 0x000110, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__StructProperty_197' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __NameProperty_198) == 0x000130, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__NameProperty_198' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, __NameProperty_199) == 0x000138, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::__NameProperty_199' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000140, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x0001C0, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0001C8, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000208, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x000238, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_5) == 0x000268, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000298, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_4) == 0x0002C8, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x0002F8, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x000328, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000358, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000388, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x0003B8, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x0003E8, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000418, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000448, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000478, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0004A8, "Member 'ABP_LL_Intimidation_Success::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_C_AnimGraph \ +static_assert(alignof(ABP_LL_Intimidation_Success_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_C_Cycle_Act_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_C_Cycle_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_C_Cycle_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_C_Cycle_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_C_Cycle_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_C_Cycle_Act_Layer, Cycle_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_C_Cycle_Act_Layer::Cycle_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_C_Cycle_Idle_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_C_Cycle_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_C_Cycle_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_C_Cycle_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_C_Cycle_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_C_Cycle_Idle_Layer, Cycle_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_C_Cycle_Idle_Layer::Cycle_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_C_Cycle_React_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_C_Cycle_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_C_Cycle_React_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_C_Cycle_React_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_C_Cycle_React_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_C_Cycle_React_Layer, Cycle_React_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_C_Cycle_React_Layer::Cycle_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_C_Entry_Act_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_C_Entry_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_C_Entry_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_C_Entry_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_C_Entry_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_C_Entry_Act_Layer, Entry_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_C_Entry_Act_Layer::Entry_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_C_Entry_React_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_C_Entry_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_C_Entry_React_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_C_Entry_React_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_C_Entry_React_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_C_Entry_React_Layer, Entry_React_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_C_Entry_React_Layer::Entry_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_C_Exit_Act_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_C_Exit_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_C_Exit_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_C_Exit_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_C_Exit_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_C_Exit_Act_Layer, Exit_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_C_Exit_Act_Layer::Exit_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_C_Exit_React_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_C_Exit_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_C_Exit_React_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_C_Exit_React_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_C_Exit_React_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_C_Exit_React_Layer, Exit_React_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_C_Exit_React_Layer::Exit_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_Intimidation_Success_C \ +static_assert(alignof(UABP_LL_Intimidation_Success_C) == 0x000010, "Wrong alignment on UABP_LL_Intimidation_Success_C"); \ +static_assert(sizeof(UABP_LL_Intimidation_Success_C) == 0x0008C0, "Wrong size on UABP_LL_Intimidation_Success_C"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_Intimidation_Success_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimBlueprintExtension_NodeRelevancy) == 0x0003F8, "Member 'UABP_LL_Intimidation_Success_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimBlueprintExtension_Base) == 0x0004A0, "Member 'UABP_LL_Intimidation_Success_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_SequencePlayer) == 0x0004A8, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_Root_7) == 0x0004F0, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_SynchronizedMovementSequencePlayer_5) == 0x000510, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_SynchronizedMovementSequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_Root_6) == 0x000588, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_SynchronizedMovementSequencePlayer_4) == 0x0005A8, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_SynchronizedMovementSequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_Root_5) == 0x000620, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x000640, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_Root_4) == 0x0006B8, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_Root_3) == 0x0006D8, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x0006F8, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_Root_2) == 0x000770, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000790, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_Root_1) == 0x000808, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000828, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_C, AnimGraphNode_Root) == 0x0008A0, "Member 'UABP_LL_Intimidation_Success_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_Responder__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData) == 0x0004D8, "Wrong size on ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __BoolProperty_163) == 0x000001, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__BoolProperty_163' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_164) == 0x000004, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_164' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __DataTable_165) == 0x000010, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__DataTable_165' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_166) == 0x000018, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_166' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __DataTable_167) == 0x000020, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__DataTable_167' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_168) == 0x000028, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_168' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_169) == 0x000030, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_169' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __EnumProperty_170) == 0x000038, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__EnumProperty_170' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __DataTable_171) == 0x000040, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__DataTable_171' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_172) == 0x000048, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_172' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_173) == 0x000050, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_173' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_174) == 0x000058, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_174' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __Class_175) == 0x000060, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__Class_175' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __DataTable_176) == 0x000068, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__DataTable_176' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_177) == 0x000070, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_177' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __Class_178) == 0x000078, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__Class_178' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __DataTable_179) == 0x000080, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__DataTable_179' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_180) == 0x000088, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_180' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_181) == 0x000090, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_181' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_182) == 0x000098, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_182' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __EnumProperty_183) == 0x0000A0, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__EnumProperty_183' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __EnumProperty_184) == 0x0000A1, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__EnumProperty_184' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __Class_185) == 0x0000A8, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__Class_185' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __CurveFloat_186) == 0x0000B0, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__CurveFloat_186' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __EnumProperty_187) == 0x0000B8, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__EnumProperty_187' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __BlendProfile_188) == 0x0000C0, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__BlendProfile_188' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __FloatProperty_189) == 0x0000C8, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__FloatProperty_189' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __FloatProperty_190) == 0x0000CC, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__FloatProperty_190' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __StructProperty_191) == 0x0000D0, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__StructProperty_191' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __FloatProperty_192) == 0x0000FC, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__FloatProperty_192' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __BoolProperty_193) == 0x000100, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__BoolProperty_193' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __EnumProperty_194) == 0x000101, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__EnumProperty_194' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __ByteProperty_195) == 0x000102, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__ByteProperty_195' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __DataTable_196) == 0x000108, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__DataTable_196' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __StructProperty_197) == 0x000110, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__StructProperty_197' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_198) == 0x000130, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_198' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_199) == 0x000138, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_199' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000140, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x0001C0, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0001C8, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000208, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x000238, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_5) == 0x000268, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000298, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_4) == 0x0002C8, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x0002F8, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x000328, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000358, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000388, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x0003B8, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x0003E8, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000418, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000448, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000478, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0004A8, "Member 'ABP_LL_Intimidation_Success_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_Responder_C_AnimGraph \ +static_assert(alignof(ABP_LL_Intimidation_Success_Responder_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_Responder_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_Responder_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_Responder_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_Responder_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_Responder_C_Cycle_Act_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_Responder_C_Cycle_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_Responder_C_Cycle_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_Responder_C_Cycle_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_Responder_C_Cycle_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder_C_Cycle_Act_Layer, Cycle_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_Responder_C_Cycle_Act_Layer::Cycle_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_Responder_C_Cycle_Idle_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_Responder_C_Cycle_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_Responder_C_Cycle_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_Responder_C_Cycle_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_Responder_C_Cycle_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder_C_Cycle_Idle_Layer, Cycle_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_Responder_C_Cycle_Idle_Layer::Cycle_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_Responder_C_Cycle_React_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_Responder_C_Cycle_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_Responder_C_Cycle_React_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_Responder_C_Cycle_React_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_Responder_C_Cycle_React_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder_C_Cycle_React_Layer, Cycle_React_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_Responder_C_Cycle_React_Layer::Cycle_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_Responder_C_Entry_Act_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_Responder_C_Entry_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_Responder_C_Entry_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_Responder_C_Entry_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_Responder_C_Entry_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder_C_Entry_Act_Layer, Entry_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_Responder_C_Entry_Act_Layer::Entry_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_Responder_C_Entry_React_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_Responder_C_Entry_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_Responder_C_Entry_React_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_Responder_C_Entry_React_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_Responder_C_Entry_React_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder_C_Entry_React_Layer, Entry_React_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_Responder_C_Entry_React_Layer::Entry_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_Responder_C_Exit_Act_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_Responder_C_Exit_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_Responder_C_Exit_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_Responder_C_Exit_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_Responder_C_Exit_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder_C_Exit_Act_Layer, Exit_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_Responder_C_Exit_Act_Layer::Exit_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Success_Responder_C_Exit_React_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Success_Responder_C_Exit_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Success_Responder_C_Exit_React_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Success_Responder_C_Exit_React_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Success_Responder_C_Exit_React_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Success_Responder_C_Exit_React_Layer, Exit_React_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Success_Responder_C_Exit_React_Layer::Exit_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_Intimidation_Success_Responder_C \ +static_assert(alignof(UABP_LL_Intimidation_Success_Responder_C) == 0x000010, "Wrong alignment on UABP_LL_Intimidation_Success_Responder_C"); \ +static_assert(sizeof(UABP_LL_Intimidation_Success_Responder_C) == 0x0008C0, "Wrong size on UABP_LL_Intimidation_Success_Responder_C"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimBlueprintExtension_NodeRelevancy) == 0x0003F8, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimBlueprintExtension_Base) == 0x0004A0, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_SequencePlayer) == 0x0004A8, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_Root_7) == 0x0004F0, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_SynchronizedMovementSequencePlayer_5) == 0x000510, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_SynchronizedMovementSequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_Root_6) == 0x000588, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_SynchronizedMovementSequencePlayer_4) == 0x0005A8, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_SynchronizedMovementSequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_Root_5) == 0x000620, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x000640, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_Root_4) == 0x0006B8, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_Root_3) == 0x0006D8, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x0006F8, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_Root_2) == 0x000770, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000790, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_Root_1) == 0x000808, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000828, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Success_Responder_C, AnimGraphNode_Root) == 0x0008A0, "Member 'UABP_LL_Intimidation_Success_Responder_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_Responder__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData) == 0x0004C0, "Wrong size on ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __BoolProperty_166) == 0x000001, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__BoolProperty_166' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_167) == 0x000004, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_167' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_168) == 0x00000C, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_168' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __DataTable_169) == 0x000018, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__DataTable_169' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_170) == 0x000020, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_170' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_171) == 0x000028, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_171' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __EnumProperty_172) == 0x000030, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__EnumProperty_172' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __DataTable_173) == 0x000038, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__DataTable_173' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_174) == 0x000040, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_174' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_175) == 0x000048, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_175' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_176) == 0x000050, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_176' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_177) == 0x000058, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_177' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __Class_178) == 0x000060, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__Class_178' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __DataTable_179) == 0x000068, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__DataTable_179' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_180) == 0x000070, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_180' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_181) == 0x000078, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_181' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_182) == 0x000080, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_182' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __EnumProperty_183) == 0x000088, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__EnumProperty_183' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __EnumProperty_184) == 0x000089, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__EnumProperty_184' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __Class_185) == 0x000090, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__Class_185' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __CurveFloat_186) == 0x000098, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__CurveFloat_186' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __EnumProperty_187) == 0x0000A0, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__EnumProperty_187' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __BlendProfile_188) == 0x0000A8, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__BlendProfile_188' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __FloatProperty_189) == 0x0000B0, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__FloatProperty_189' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __FloatProperty_190) == 0x0000B4, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__FloatProperty_190' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __StructProperty_191) == 0x0000B8, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__StructProperty_191' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __FloatProperty_192) == 0x0000E4, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__FloatProperty_192' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __BoolProperty_193) == 0x0000E8, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__BoolProperty_193' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __EnumProperty_194) == 0x0000E9, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__EnumProperty_194' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __ByteProperty_195) == 0x0000EA, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__ByteProperty_195' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __DataTable_196) == 0x0000F0, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__DataTable_196' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __StructProperty_197) == 0x0000F8, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__StructProperty_197' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_198) == 0x000118, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_198' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, __NameProperty_199) == 0x000120, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::__NameProperty_199' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000128, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x0001A8, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0001B0, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x0001F0, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x000220, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_5) == 0x000250, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000280, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_4) == 0x0002B0, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x0002E0, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x000310, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000340, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000370, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x0003A0, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x0003D0, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000400, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000430, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000460, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000490, "Member 'ABP_LL_Intimidation_Fail_Responder::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_Responder_C_AnimGraph \ +static_assert(alignof(ABP_LL_Intimidation_Fail_Responder_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_Responder_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_Responder_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_Responder_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_Responder_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_Responder_C_Cycle_Act_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_Responder_C_Cycle_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_Responder_C_Cycle_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_Responder_C_Cycle_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_Responder_C_Cycle_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder_C_Cycle_Act_Layer, Cycle_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_Responder_C_Cycle_Act_Layer::Cycle_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_Responder_C_Cycle_Idle_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_Responder_C_Cycle_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_Responder_C_Cycle_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_Responder_C_Cycle_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_Responder_C_Cycle_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder_C_Cycle_Idle_Layer, Cycle_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_Responder_C_Cycle_Idle_Layer::Cycle_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_Responder_C_Cycle_React_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_Responder_C_Cycle_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_Responder_C_Cycle_React_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_Responder_C_Cycle_React_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_Responder_C_Cycle_React_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder_C_Cycle_React_Layer, Cycle_React_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_Responder_C_Cycle_React_Layer::Cycle_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_Responder_C_Entry_Act_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_Responder_C_Entry_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_Responder_C_Entry_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_Responder_C_Entry_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_Responder_C_Entry_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder_C_Entry_Act_Layer, Entry_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_Responder_C_Entry_Act_Layer::Entry_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_Responder_C_Entry_React_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_Responder_C_Entry_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_Responder_C_Entry_React_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_Responder_C_Entry_React_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_Responder_C_Entry_React_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder_C_Entry_React_Layer, Entry_React_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_Responder_C_Entry_React_Layer::Entry_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_Responder_C_Exit_Act_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_Responder_C_Exit_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_Responder_C_Exit_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_Responder_C_Exit_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_Responder_C_Exit_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder_C_Exit_Act_Layer, Exit_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_Responder_C_Exit_Act_Layer::Exit_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_Responder_C_Exit_React_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_Responder_C_Exit_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_Responder_C_Exit_React_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_Responder_C_Exit_React_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_Responder_C_Exit_React_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_Responder_C_Exit_React_Layer, Exit_React_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_Responder_C_Exit_React_Layer::Exit_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_Intimidation_Fail_Responder_C \ +static_assert(alignof(UABP_LL_Intimidation_Fail_Responder_C) == 0x000010, "Wrong alignment on UABP_LL_Intimidation_Fail_Responder_C"); \ +static_assert(sizeof(UABP_LL_Intimidation_Fail_Responder_C) == 0x0008C0, "Wrong size on UABP_LL_Intimidation_Fail_Responder_C"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimBlueprintExtension_NodeRelevancy) == 0x0003F8, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimBlueprintExtension_Base) == 0x0004A0, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_SequencePlayer) == 0x0004A8, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_Root_7) == 0x0004F0, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_SynchronizedMovementSequencePlayer_5) == 0x000510, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_SynchronizedMovementSequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_Root_6) == 0x000588, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_SynchronizedMovementSequencePlayer_4) == 0x0005A8, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_SynchronizedMovementSequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_Root_5) == 0x000620, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x000640, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_Root_4) == 0x0006B8, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_Root_3) == 0x0006D8, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x0006F8, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_Root_2) == 0x000770, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000790, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_Root_1) == 0x000808, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000828, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_Responder_C, AnimGraphNode_Root) == 0x0008A0, "Member 'UABP_LL_Intimidation_Fail_Responder_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData) == 0x0004C0, "Wrong size on ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __BoolProperty_166) == 0x000001, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__BoolProperty_166' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __NameProperty_167) == 0x000004, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__NameProperty_167' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __NameProperty_168) == 0x00000C, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__NameProperty_168' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __DataTable_169) == 0x000018, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__DataTable_169' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __NameProperty_170) == 0x000020, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__NameProperty_170' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __NameProperty_171) == 0x000028, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__NameProperty_171' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __EnumProperty_172) == 0x000030, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__EnumProperty_172' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __DataTable_173) == 0x000038, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__DataTable_173' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __NameProperty_174) == 0x000040, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__NameProperty_174' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __NameProperty_175) == 0x000048, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__NameProperty_175' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __NameProperty_176) == 0x000050, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__NameProperty_176' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __NameProperty_177) == 0x000058, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__NameProperty_177' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __Class_178) == 0x000060, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__Class_178' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __DataTable_179) == 0x000068, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__DataTable_179' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __NameProperty_180) == 0x000070, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__NameProperty_180' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __NameProperty_181) == 0x000078, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__NameProperty_181' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_182) == 0x000080, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_182' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __EnumProperty_183) == 0x000088, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__EnumProperty_183' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __EnumProperty_184) == 0x000089, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__EnumProperty_184' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __Class_185) == 0x000090, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__Class_185' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __CurveFloat_186) == 0x000098, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__CurveFloat_186' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __EnumProperty_187) == 0x0000A0, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__EnumProperty_187' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __BlendProfile_188) == 0x0000A8, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__BlendProfile_188' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __FloatProperty_189) == 0x0000B0, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__FloatProperty_189' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __FloatProperty_190) == 0x0000B4, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__FloatProperty_190' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __StructProperty_191) == 0x0000B8, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__StructProperty_191' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __FloatProperty_192) == 0x0000E4, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__FloatProperty_192' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __BoolProperty_193) == 0x0000E8, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__BoolProperty_193' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __EnumProperty_194) == 0x0000E9, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__EnumProperty_194' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __ByteProperty_195) == 0x0000EA, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__ByteProperty_195' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __DataTable_196) == 0x0000F0, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__DataTable_196' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __StructProperty_197) == 0x0000F8, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__StructProperty_197' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __NameProperty_198) == 0x000118, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__NameProperty_198' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, __NameProperty_199) == 0x000120, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::__NameProperty_199' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000128, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x0001A8, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0001B0, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x0001F0, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x000220, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_5) == 0x000250, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000280, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_4) == 0x0002B0, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x0002E0, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x000310, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000340, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000370, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x0003A0, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x0003D0, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000400, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000430, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000460, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000490, "Member 'ABP_LL_Intimidation_Fail::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_C_AnimGraph \ +static_assert(alignof(ABP_LL_Intimidation_Fail_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_C_Cycle_Act_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_C_Cycle_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_C_Cycle_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_C_Cycle_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_C_Cycle_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_C_Cycle_Act_Layer, Cycle_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_C_Cycle_Act_Layer::Cycle_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_C_Cycle_Idle_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_C_Cycle_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_C_Cycle_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_C_Cycle_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_C_Cycle_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_C_Cycle_Idle_Layer, Cycle_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_C_Cycle_Idle_Layer::Cycle_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_C_Cycle_React_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_C_Cycle_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_C_Cycle_React_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_C_Cycle_React_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_C_Cycle_React_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_C_Cycle_React_Layer, Cycle_React_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_C_Cycle_React_Layer::Cycle_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_C_Entry_Act_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_C_Entry_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_C_Entry_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_C_Entry_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_C_Entry_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_C_Entry_Act_Layer, Entry_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_C_Entry_Act_Layer::Entry_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_C_Entry_React_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_C_Entry_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_C_Entry_React_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_C_Entry_React_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_C_Entry_React_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_C_Entry_React_Layer, Entry_React_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_C_Entry_React_Layer::Entry_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_C_Exit_Act_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_C_Exit_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_C_Exit_Act_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_C_Exit_Act_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_C_Exit_Act_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_C_Exit_Act_Layer, Exit_Act_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_C_Exit_Act_Layer::Exit_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Intimidation_Fail_C_Exit_React_Layer \ +static_assert(alignof(ABP_LL_Intimidation_Fail_C_Exit_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_Intimidation_Fail_C_Exit_React_Layer"); \ +static_assert(sizeof(ABP_LL_Intimidation_Fail_C_Exit_React_Layer) == 0x000010, "Wrong size on ABP_LL_Intimidation_Fail_C_Exit_React_Layer"); \ +static_assert(offsetof(ABP_LL_Intimidation_Fail_C_Exit_React_Layer, Exit_React_Layer_0) == 0x000000, "Member 'ABP_LL_Intimidation_Fail_C_Exit_React_Layer::Exit_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_Intimidation_Fail_C \ +static_assert(alignof(UABP_LL_Intimidation_Fail_C) == 0x000010, "Wrong alignment on UABP_LL_Intimidation_Fail_C"); \ +static_assert(sizeof(UABP_LL_Intimidation_Fail_C) == 0x0008C0, "Wrong size on UABP_LL_Intimidation_Fail_C"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_Intimidation_Fail_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimBlueprintExtension_NodeRelevancy) == 0x0003F8, "Member 'UABP_LL_Intimidation_Fail_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimBlueprintExtension_Base) == 0x0004A0, "Member 'UABP_LL_Intimidation_Fail_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_SequencePlayer) == 0x0004A8, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_Root_7) == 0x0004F0, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_SynchronizedMovementSequencePlayer_5) == 0x000510, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_SynchronizedMovementSequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_Root_6) == 0x000588, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_SynchronizedMovementSequencePlayer_4) == 0x0005A8, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_SynchronizedMovementSequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_Root_5) == 0x000620, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x000640, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_Root_4) == 0x0006B8, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_Root_3) == 0x0006D8, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x0006F8, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_Root_2) == 0x000770, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000790, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_Root_1) == 0x000808, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000828, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Intimidation_Fail_C, AnimGraphNode_Root) == 0x0008A0, "Member 'UABP_LL_Intimidation_Fail_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrabbed_PlayerDefault__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x0003F0, "Wrong size on ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_76) == 0x000004, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_76' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_77) == 0x00000C, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_77' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_78) == 0x000014, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_78' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_79) == 0x00001C, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_79' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_80) == 0x000024, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_80' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_81) == 0x000030, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_81' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __DataTable_82) == 0x000038, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__DataTable_82' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_83) == 0x000040, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_83' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_84) == 0x000048, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_84' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_85) == 0x000050, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_85' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_86) == 0x000058, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_86' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_87) == 0x000060, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_87' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_88) == 0x000061, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_88' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __Class_89) == 0x000068, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__Class_89' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __CurveFloat_90) == 0x000070, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__CurveFloat_90' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_91) == 0x000078, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_91' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BlendProfile_92) == 0x000080, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BlendProfile_92' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_93) == 0x000088, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_93' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __DataTable_94) == 0x000090, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__DataTable_94' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_95) == 0x000098, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_95' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_96) == 0x0000A0, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_96' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BoolProperty_97) == 0x0000A8, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BoolProperty_97' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_98) == 0x0000AC, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_98' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_99) == 0x0000B0, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_99' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_100) == 0x0000DC, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_100' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_101) == 0x0000E0, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_101' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BoolProperty_102) == 0x0000E1, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BoolProperty_102' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __ByteProperty_103) == 0x0000E2, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__ByteProperty_103' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_104) == 0x0000E4, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_104' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_105) == 0x0000F0, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_105' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_106) == 0x000110, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_106' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_107) == 0x000118, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_107' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000120, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0001A0, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x0001E0, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000210, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x000240, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000270, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x0002A0, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x0002D0, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x000300, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000330, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000360, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x000390, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0003C0, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrabbed_PlayerDefault_C_AnimGraph \ +static_assert(alignof(ABP_LL_MeleeGrabbed_PlayerDefault_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrabbed_PlayerDefault_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_MeleeGrabbed_PlayerDefault_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_MeleeGrabbed_PlayerDefault_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Act_Layer \ +static_assert(alignof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Act_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Act_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Act_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Act_Layer, Cycle_Act_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Act_Layer::Cycle_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Idle_Layer \ +static_assert(alignof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Idle_Layer, Cycle_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_Idle_Layer::Cycle_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_React_Layer \ +static_assert(alignof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_React_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_React_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_React_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_React_Layer, Cycle_React_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault_C_Cycle_React_Layer::Cycle_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_Act_Layer \ +static_assert(alignof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_Act_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_Act_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_Act_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_Act_Layer, Entry_Act_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_Act_Layer::Entry_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_React_Layer \ +static_assert(alignof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_React_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_React_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_React_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_React_Layer, Entry_React_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault_C_Entry_React_Layer::Entry_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_Act_Layer \ +static_assert(alignof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_Act_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_Act_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_Act_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_Act_Layer, Exit_Act_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_Act_Layer::Exit_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_React_Layer \ +static_assert(alignof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_React_Layer"); \ +static_assert(sizeof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_React_Layer) == 0x000010, "Wrong size on ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_React_Layer"); \ +static_assert(offsetof(ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_React_Layer, Exit_React_Layer_0) == 0x000000, "Member 'ABP_LL_MeleeGrabbed_PlayerDefault_C_Exit_React_Layer::Exit_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_MeleeGrabbed_PlayerDefault_C \ +static_assert(alignof(UABP_LL_MeleeGrabbed_PlayerDefault_C) == 0x000010, "Wrong alignment on UABP_LL_MeleeGrabbed_PlayerDefault_C"); \ +static_assert(sizeof(UABP_LL_MeleeGrabbed_PlayerDefault_C) == 0x000640, "Wrong size on UABP_LL_MeleeGrabbed_PlayerDefault_C"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimBlueprintExtension_Base) == 0x0003F8, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimGraphNode_Root_7) == 0x000400, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimGraphNode_Root_6) == 0x000420, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimGraphNode_Root_5) == 0x000440, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimGraphNode_Root_4) == 0x000460, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000480, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimGraphNode_Root_3) == 0x0004F8, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimGraphNode_Root_2) == 0x000518, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000538, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimGraphNode_Root_1) == 0x0005B0, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimGraphNode_SequencePlayer) == 0x0005D0, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_MeleeGrabbed_PlayerDefault_C, AnimGraphNode_Root) == 0x000618, "Member 'UABP_LL_MeleeGrabbed_PlayerDefault_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NpcController_C_ExecuteUbergraph_BP_NpcController \ +static_assert(alignof(BP_NpcController_C_ExecuteUbergraph_BP_NpcController) == 0x000008, "Wrong alignment on BP_NpcController_C_ExecuteUbergraph_BP_NpcController"); \ +static_assert(sizeof(BP_NpcController_C_ExecuteUbergraph_BP_NpcController) == 0x000060, "Wrong size on BP_NpcController_C_ExecuteUbergraph_BP_NpcController"); \ +static_assert(offsetof(BP_NpcController_C_ExecuteUbergraph_BP_NpcController, EntryPoint) == 0x000000, "Member 'BP_NpcController_C_ExecuteUbergraph_BP_NpcController::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_NpcController_C_ExecuteUbergraph_BP_NpcController, K2Node_Event_ThreatPoints) == 0x000008, "Member 'BP_NpcController_C_ExecuteUbergraph_BP_NpcController::K2Node_Event_ThreatPoints' has a wrong offset!"); \ +static_assert(offsetof(BP_NpcController_C_ExecuteUbergraph_BP_NpcController, CallFunc_MakeLiteralName_ReturnValue) == 0x000010, "Member 'BP_NpcController_C_ExecuteUbergraph_BP_NpcController::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NpcController_C_ExecuteUbergraph_BP_NpcController, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_NpcController_C_ExecuteUbergraph_BP_NpcController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NpcController_C_ExecuteUbergraph_BP_NpcController, K2Node_Event_PossessedPawn) == 0x000020, "Member 'BP_NpcController_C_ExecuteUbergraph_BP_NpcController::K2Node_Event_PossessedPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_NpcController_C_ExecuteUbergraph_BP_NpcController, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'BP_NpcController_C_ExecuteUbergraph_BP_NpcController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NpcController_C_ExecuteUbergraph_BP_NpcController, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_NpcController_C_ExecuteUbergraph_BP_NpcController::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NpcController_C_ExecuteUbergraph_BP_NpcController, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'BP_NpcController_C_ExecuteUbergraph_BP_NpcController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_NpcController_C_ExecuteUbergraph_BP_NpcController, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000058, "Member 'BP_NpcController_C_ExecuteUbergraph_BP_NpcController::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NpcController_C_ReceivePossess \ +static_assert(alignof(BP_NpcController_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_NpcController_C_ReceivePossess"); \ +static_assert(sizeof(BP_NpcController_C_ReceivePossess) == 0x000008, "Wrong size on BP_NpcController_C_ReceivePossess"); \ +static_assert(offsetof(BP_NpcController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_NpcController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NpcController_C_ThreatPointsUpdated \ +static_assert(alignof(BP_NpcController_C_ThreatPointsUpdated) == 0x000008, "Wrong alignment on BP_NpcController_C_ThreatPointsUpdated"); \ +static_assert(sizeof(BP_NpcController_C_ThreatPointsUpdated) == 0x000008, "Wrong size on BP_NpcController_C_ThreatPointsUpdated"); \ +static_assert(offsetof(BP_NpcController_C_ThreatPointsUpdated, ThreatPoints) == 0x000000, "Member 'BP_NpcController_C_ThreatPointsUpdated::ThreatPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_NpcController_C \ +static_assert(alignof(ABP_NpcController_C) == 0x000008, "Wrong alignment on ABP_NpcController_C"); \ +static_assert(sizeof(ABP_NpcController_C) == 0x0005B0, "Wrong size on ABP_NpcController_C"); \ +static_assert(offsetof(ABP_NpcController_C, UberGraphFrame) == 0x000570, "Member 'ABP_NpcController_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_NpcController_C, CurrentBreadCrumbIndex) == 0x000578, "Member 'ABP_NpcController_C::CurrentBreadCrumbIndex' has a wrong offset!"); \ +static_assert(offsetof(ABP_NpcController_C, TargetPoint) == 0x00057C, "Member 'ABP_NpcController_C::TargetPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_NpcController_C, bIsAimedAt) == 0x000580, "Member 'ABP_NpcController_C::bIsAimedAt' has a wrong offset!"); \ +static_assert(offsetof(ABP_NpcController_C, SearchBreadCrumbs) == 0x000588, "Member 'ABP_NpcController_C::SearchBreadCrumbs' has a wrong offset!"); \ +static_assert(offsetof(ABP_NpcController_C, SearchPosition) == 0x000598, "Member 'ABP_NpcController_C::SearchPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Engage_C_AngleScoring \ +static_assert(alignof(BP_TokenCalculator_Engage_C_AngleScoring) == 0x000008, "Wrong alignment on BP_TokenCalculator_Engage_C_AngleScoring"); \ +static_assert(sizeof(BP_TokenCalculator_Engage_C_AngleScoring) == 0x000038, "Wrong size on BP_TokenCalculator_Engage_C_AngleScoring"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_AngleScoring, TargetActor) == 0x000000, "Member 'BP_TokenCalculator_Engage_C_AngleScoring::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_AngleScoring, SelfActor) == 0x000008, "Member 'BP_TokenCalculator_Engage_C_AngleScoring::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_AngleScoring, ReturnValue) == 0x000010, "Member 'BP_TokenCalculator_Engage_C_AngleScoring::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_AngleScoring, CallFunc_GetDotProductTo_ReturnValue) == 0x000018, "Member 'BP_TokenCalculator_Engage_C_AngleScoring::CallFunc_GetDotProductTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_AngleScoring, CallFunc_NormalizeToRange_ReturnValue) == 0x000020, "Member 'BP_TokenCalculator_Engage_C_AngleScoring::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_AngleScoring, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_TokenCalculator_Engage_C_AngleScoring::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_AngleScoring, CallFunc_NormalizeToRange_Value_ImplicitCast) == 0x000030, "Member 'BP_TokenCalculator_Engage_C_AngleScoring::CallFunc_NormalizeToRange_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Engage_C_CalculateScore \ +static_assert(alignof(BP_TokenCalculator_Engage_C_CalculateScore) == 0x000008, "Wrong alignment on BP_TokenCalculator_Engage_C_CalculateScore"); \ +static_assert(sizeof(BP_TokenCalculator_Engage_C_CalculateScore) == 0x000080, "Wrong size on BP_TokenCalculator_Engage_C_CalculateScore"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, AcquiringActor) == 0x000000, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::AcquiringActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, TargetActor) == 0x000008, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, MetaData) == 0x000010, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::MetaData' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, ReturnValue) == 0x000018, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, CameraAngleScore) == 0x000020, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::CameraAngleScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, VisibilityScore) == 0x000028, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::VisibilityScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, LOSScore) == 0x000030, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::LOSScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, DistanceScore) == 0x000038, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::DistanceScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, TargetScore) == 0x000040, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::TargetScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, CallFunc_SafeDivide_ReturnValue) == 0x000050, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, CallFunc_GetAIController_ReturnValue) == 0x000058, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, K2Node_DynamicCast_AsNPCAIController) == 0x000060, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::K2Node_DynamicCast_AsNPCAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, CallFunc_HasLineOfSight_ReturnValue) == 0x000069, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::CallFunc_HasLineOfSight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, CallFunc_DistanceScoring_ReturnValue) == 0x000070, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::CallFunc_DistanceScoring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CalculateScore, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x000078, "Member 'BP_TokenCalculator_Engage_C_CalculateScore::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Engage_C_CameraAngleScoring \ +static_assert(alignof(BP_TokenCalculator_Engage_C_CameraAngleScoring) == 0x000008, "Wrong alignment on BP_TokenCalculator_Engage_C_CameraAngleScoring"); \ +static_assert(sizeof(BP_TokenCalculator_Engage_C_CameraAngleScoring) == 0x0000C0, "Wrong size on BP_TokenCalculator_Engage_C_CameraAngleScoring"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, SelfActor) == 0x000000, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, ReturnValue) == 0x000008, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, CallFunc_CJGetCameraComponent_self_CastInput) == 0x000030, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::CallFunc_CJGetCameraComponent_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, CallFunc_CJGetCameraComponent_ReturnValue) == 0x000040, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::CallFunc_CJGetCameraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000048, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, CallFunc_GetForwardVector_ReturnValue) == 0x000060, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000078, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, CallFunc_Normal_ReturnValue) == 0x000090, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000A8, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, CallFunc_NormalizeToRange_ReturnValue) == 0x0000B0, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_CameraAngleScoring, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x0000B8, "Member 'BP_TokenCalculator_Engage_C_CameraAngleScoring::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Engage_C_DistanceScoring \ +static_assert(alignof(BP_TokenCalculator_Engage_C_DistanceScoring) == 0x000008, "Wrong alignment on BP_TokenCalculator_Engage_C_DistanceScoring"); \ +static_assert(sizeof(BP_TokenCalculator_Engage_C_DistanceScoring) == 0x000048, "Wrong size on BP_TokenCalculator_Engage_C_DistanceScoring"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_DistanceScoring, SelfActor) == 0x000000, "Member 'BP_TokenCalculator_Engage_C_DistanceScoring::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_DistanceScoring, Target) == 0x000008, "Member 'BP_TokenCalculator_Engage_C_DistanceScoring::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_DistanceScoring, ReturnValue) == 0x000010, "Member 'BP_TokenCalculator_Engage_C_DistanceScoring::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_DistanceScoring, CallFunc_GetDistanceTo_ReturnValue) == 0x000018, "Member 'BP_TokenCalculator_Engage_C_DistanceScoring::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_DistanceScoring, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'BP_TokenCalculator_Engage_C_DistanceScoring::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_DistanceScoring, CallFunc_NormalizeToRange_ReturnValue) == 0x000028, "Member 'BP_TokenCalculator_Engage_C_DistanceScoring::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_DistanceScoring, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_TokenCalculator_Engage_C_DistanceScoring::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_DistanceScoring, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_TokenCalculator_Engage_C_DistanceScoring::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_DistanceScoring, CallFunc_FClamp_Value_ImplicitCast) == 0x000040, "Member 'BP_TokenCalculator_Engage_C_DistanceScoring::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring \ +static_assert(alignof(BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring) == 0x000008, "Wrong alignment on BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring"); \ +static_assert(sizeof(BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring) == 0x000038, "Wrong size on BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring, Target) == 0x000000, "Member 'BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring, SelfActor) == 0x000008, "Member 'BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring, ReturnValue) == 0x000010, "Member 'BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000018, "Member 'BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring, K2Node_DynamicCast_AsCJCharacter) == 0x000020, "Member 'BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000029, "Member 'BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring, CallFunc_SelectFloat_ReturnValue) == 0x000030, "Member 'BP_TokenCalculator_Engage_C_IsTargetOfTargetScoring::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Engage_C_ScoreWeight \ +static_assert(alignof(BP_TokenCalculator_Engage_C_ScoreWeight) == 0x000008, "Wrong alignment on BP_TokenCalculator_Engage_C_ScoreWeight"); \ +static_assert(sizeof(BP_TokenCalculator_Engage_C_ScoreWeight) == 0x000090, "Wrong size on BP_TokenCalculator_Engage_C_ScoreWeight"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, SourceOwner) == 0x000000, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::SourceOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, TargetOfTargetScore) == 0x000008, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::TargetOfTargetScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, TargetOfTargetWeight) == 0x000010, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::TargetOfTargetWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, DistanceScore) == 0x000018, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::DistanceScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, DistanceWeight) == 0x000020, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::DistanceWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, CameraAngleScore) == 0x000028, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::CameraAngleScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, CameraAngleWeight) == 0x000030, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::CameraAngleWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, TargetAngleScore) == 0x000038, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::TargetAngleScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, TargetAngleWeight) == 0x000040, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::TargetAngleWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, ReturnValue) == 0x000048, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000058, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000060, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000068, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000070, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000078, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000080, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_ScoreWeight, CallFunc_NormalizeToRange_ReturnValue) == 0x000088, "Member 'BP_TokenCalculator_Engage_C_ScoreWeight::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Engage_C_VisLog \ +static_assert(alignof(BP_TokenCalculator_Engage_C_VisLog) == 0x000008, "Wrong alignment on BP_TokenCalculator_Engage_C_VisLog"); \ +static_assert(sizeof(BP_TokenCalculator_Engage_C_VisLog) == 0x000038, "Wrong size on BP_TokenCalculator_Engage_C_VisLog"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_VisLog, SourceOwner) == 0x000000, "Member 'BP_TokenCalculator_Engage_C_VisLog::SourceOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_VisLog, DistanceScore) == 0x000008, "Member 'BP_TokenCalculator_Engage_C_VisLog::DistanceScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_VisLog, LOSScore) == 0x000010, "Member 'BP_TokenCalculator_Engage_C_VisLog::LOSScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_VisLog, TotalScore) == 0x000018, "Member 'BP_TokenCalculator_Engage_C_VisLog::TotalScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_VisLog, CallFunc_GetAIController_ReturnValue) == 0x000020, "Member 'BP_TokenCalculator_Engage_C_VisLog::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_VisLog, K2Node_DynamicCast_AsBP_Npc_Controller) == 0x000028, "Member 'BP_TokenCalculator_Engage_C_VisLog::K2Node_DynamicCast_AsBP_Npc_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_VisLog, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_TokenCalculator_Engage_C_VisLog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Engage_C_VislogScore \ +static_assert(alignof(BP_TokenCalculator_Engage_C_VislogScore) == 0x000008, "Wrong alignment on BP_TokenCalculator_Engage_C_VislogScore"); \ +static_assert(sizeof(BP_TokenCalculator_Engage_C_VislogScore) == 0x000040, "Wrong size on BP_TokenCalculator_Engage_C_VislogScore"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_VislogScore, Desciptor) == 0x000000, "Member 'BP_TokenCalculator_Engage_C_VislogScore::Desciptor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_VislogScore, Score) == 0x000010, "Member 'BP_TokenCalculator_Engage_C_VislogScore::Score' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_VislogScore, LogCategory) == 0x000018, "Member 'BP_TokenCalculator_Engage_C_VislogScore::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_VislogScore, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000020, "Member 'BP_TokenCalculator_Engage_C_VislogScore::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Engage_C_VislogScore, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_TokenCalculator_Engage_C_VislogScore::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TokenCalculator_Engage_C \ +static_assert(alignof(UBP_TokenCalculator_Engage_C) == 0x000008, "Wrong alignment on UBP_TokenCalculator_Engage_C"); \ +static_assert(sizeof(UBP_TokenCalculator_Engage_C) == 0x000028, "Wrong size on UBP_TokenCalculator_Engage_C"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Agression_C_AngleScoring \ +static_assert(alignof(BP_TokenCalculator_Agression_C_AngleScoring) == 0x000008, "Wrong alignment on BP_TokenCalculator_Agression_C_AngleScoring"); \ +static_assert(sizeof(BP_TokenCalculator_Agression_C_AngleScoring) == 0x000038, "Wrong size on BP_TokenCalculator_Agression_C_AngleScoring"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_AngleScoring, TargetActor) == 0x000000, "Member 'BP_TokenCalculator_Agression_C_AngleScoring::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_AngleScoring, SelfActor) == 0x000008, "Member 'BP_TokenCalculator_Agression_C_AngleScoring::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_AngleScoring, ReturnValue) == 0x000010, "Member 'BP_TokenCalculator_Agression_C_AngleScoring::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_AngleScoring, CallFunc_GetDotProductTo_ReturnValue) == 0x000018, "Member 'BP_TokenCalculator_Agression_C_AngleScoring::CallFunc_GetDotProductTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_AngleScoring, CallFunc_NormalizeToRange_ReturnValue) == 0x000020, "Member 'BP_TokenCalculator_Agression_C_AngleScoring::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_AngleScoring, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_TokenCalculator_Agression_C_AngleScoring::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_AngleScoring, CallFunc_NormalizeToRange_Value_ImplicitCast) == 0x000030, "Member 'BP_TokenCalculator_Agression_C_AngleScoring::CallFunc_NormalizeToRange_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Agression_C_CalculateScore \ +static_assert(alignof(BP_TokenCalculator_Agression_C_CalculateScore) == 0x000008, "Wrong alignment on BP_TokenCalculator_Agression_C_CalculateScore"); \ +static_assert(sizeof(BP_TokenCalculator_Agression_C_CalculateScore) == 0x0000B0, "Wrong size on BP_TokenCalculator_Agression_C_CalculateScore"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, AcquiringActor) == 0x000000, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::AcquiringActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, TargetActor) == 0x000008, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, MetaData) == 0x000010, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::MetaData' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, ReturnValue) == 0x000018, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, WasTokenHolderPenalty) == 0x000020, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::WasTokenHolderPenalty' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, CameraAngleScore) == 0x000028, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::CameraAngleScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, VisibilityScore) == 0x000030, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::VisibilityScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, AngleScore) == 0x000038, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::AngleScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, DistanceScore) == 0x000040, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::DistanceScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, TargetScore) == 0x000048, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::TargetScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000050, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, CallFunc_SelectFloat_ReturnValue) == 0x000058, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, CallFunc_GetPlayingInstance_ReturnValue) == 0x000060, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, CallFunc_CameraAngleScoring_ReturnValue) == 0x000068, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::CallFunc_CameraAngleScoring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000070, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, CallFunc_AngleScoring_ReturnValue) == 0x000078, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::CallFunc_AngleScoring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, CallFunc_DistanceScoring_ReturnValue) == 0x000080, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::CallFunc_DistanceScoring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, K2Node_DynamicCast_AsCJCharacter) == 0x000088, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, CallFunc_IsTargetOfTargetScoring_ReturnValue) == 0x000098, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::CallFunc_IsTargetOfTargetScoring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, CallFunc_ScoreWeight_ReturnValue) == 0x0000A0, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::CallFunc_ScoreWeight_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CalculateScore, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x0000A8, "Member 'BP_TokenCalculator_Agression_C_CalculateScore::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Agression_C_CameraAngleScoring \ +static_assert(alignof(BP_TokenCalculator_Agression_C_CameraAngleScoring) == 0x000008, "Wrong alignment on BP_TokenCalculator_Agression_C_CameraAngleScoring"); \ +static_assert(sizeof(BP_TokenCalculator_Agression_C_CameraAngleScoring) == 0x0000C0, "Wrong size on BP_TokenCalculator_Agression_C_CameraAngleScoring"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, SelfActor) == 0x000000, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, ReturnValue) == 0x000008, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, CallFunc_CJGetCameraComponent_self_CastInput) == 0x000030, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::CallFunc_CJGetCameraComponent_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, CallFunc_CJGetCameraComponent_ReturnValue) == 0x000040, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::CallFunc_CJGetCameraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000048, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, CallFunc_GetForwardVector_ReturnValue) == 0x000060, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000078, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, CallFunc_Normal_ReturnValue) == 0x000090, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000A8, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, CallFunc_NormalizeToRange_ReturnValue) == 0x0000B0, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_CameraAngleScoring, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x0000B8, "Member 'BP_TokenCalculator_Agression_C_CameraAngleScoring::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Agression_C_DistanceScoring \ +static_assert(alignof(BP_TokenCalculator_Agression_C_DistanceScoring) == 0x000008, "Wrong alignment on BP_TokenCalculator_Agression_C_DistanceScoring"); \ +static_assert(sizeof(BP_TokenCalculator_Agression_C_DistanceScoring) == 0x000048, "Wrong size on BP_TokenCalculator_Agression_C_DistanceScoring"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_DistanceScoring, SelfActor) == 0x000000, "Member 'BP_TokenCalculator_Agression_C_DistanceScoring::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_DistanceScoring, Target) == 0x000008, "Member 'BP_TokenCalculator_Agression_C_DistanceScoring::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_DistanceScoring, ReturnValue) == 0x000010, "Member 'BP_TokenCalculator_Agression_C_DistanceScoring::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_DistanceScoring, CallFunc_GetDistanceTo_ReturnValue) == 0x000018, "Member 'BP_TokenCalculator_Agression_C_DistanceScoring::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_DistanceScoring, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'BP_TokenCalculator_Agression_C_DistanceScoring::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_DistanceScoring, CallFunc_NormalizeToRange_ReturnValue) == 0x000028, "Member 'BP_TokenCalculator_Agression_C_DistanceScoring::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_DistanceScoring, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_TokenCalculator_Agression_C_DistanceScoring::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_DistanceScoring, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_TokenCalculator_Agression_C_DistanceScoring::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_DistanceScoring, CallFunc_FClamp_Value_ImplicitCast) == 0x000040, "Member 'BP_TokenCalculator_Agression_C_DistanceScoring::CallFunc_FClamp_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring \ +static_assert(alignof(BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring) == 0x000008, "Wrong alignment on BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring"); \ +static_assert(sizeof(BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring) == 0x000038, "Wrong size on BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring, Target) == 0x000000, "Member 'BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring::Target' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring, SelfActor) == 0x000008, "Member 'BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring, ReturnValue) == 0x000010, "Member 'BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000018, "Member 'BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring, K2Node_DynamicCast_AsCJCharacter) == 0x000020, "Member 'BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000029, "Member 'BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring, CallFunc_SelectFloat_ReturnValue) == 0x000030, "Member 'BP_TokenCalculator_Agression_C_IsTargetOfTargetScoring::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Agression_C_ScoreWeight \ +static_assert(alignof(BP_TokenCalculator_Agression_C_ScoreWeight) == 0x000008, "Wrong alignment on BP_TokenCalculator_Agression_C_ScoreWeight"); \ +static_assert(sizeof(BP_TokenCalculator_Agression_C_ScoreWeight) == 0x0000B0, "Wrong size on BP_TokenCalculator_Agression_C_ScoreWeight"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, SourceOwner) == 0x000000, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::SourceOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, TargetOfTargetScore) == 0x000008, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::TargetOfTargetScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, TargetOfTargetWeight) == 0x000010, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::TargetOfTargetWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, DistanceScore) == 0x000018, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::DistanceScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, DistanceWeight) == 0x000020, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::DistanceWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, CameraAngleScore) == 0x000028, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::CameraAngleScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, CameraAngleWeight) == 0x000030, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::CameraAngleWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, TargetAngleScore) == 0x000038, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::TargetAngleScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, TargetAngleWeight) == 0x000040, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::TargetAngleWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, PreviousHolderPenalty) == 0x000048, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::PreviousHolderPenalty' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, PreviousHolderPenaltyWeight) == 0x000050, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::PreviousHolderPenaltyWeight' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, ReturnValue) == 0x000058, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000060, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000068, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000070, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000078, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000080, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000088, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000090, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000098, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_ScoreWeight, CallFunc_NormalizeToRange_ReturnValue) == 0x0000A8, "Member 'BP_TokenCalculator_Agression_C_ScoreWeight::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Agression_C_VisLog \ +static_assert(alignof(BP_TokenCalculator_Agression_C_VisLog) == 0x000008, "Wrong alignment on BP_TokenCalculator_Agression_C_VisLog"); \ +static_assert(sizeof(BP_TokenCalculator_Agression_C_VisLog) == 0x000068, "Wrong size on BP_TokenCalculator_Agression_C_VisLog"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VisLog, SourceOwner) == 0x000000, "Member 'BP_TokenCalculator_Agression_C_VisLog::SourceOwner' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VisLog, AngleScore) == 0x000008, "Member 'BP_TokenCalculator_Agression_C_VisLog::AngleScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VisLog, CameraScore) == 0x000010, "Member 'BP_TokenCalculator_Agression_C_VisLog::CameraScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VisLog, DistanceScore) == 0x000018, "Member 'BP_TokenCalculator_Agression_C_VisLog::DistanceScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VisLog, TargetScore) == 0x000020, "Member 'BP_TokenCalculator_Agression_C_VisLog::TargetScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VisLog, TotalScore) == 0x000028, "Member 'BP_TokenCalculator_Agression_C_VisLog::TotalScore' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VisLog, PreviousHolderPenalty) == 0x000030, "Member 'BP_TokenCalculator_Agression_C_VisLog::PreviousHolderPenalty' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VisLog, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_TokenCalculator_Agression_C_VisLog::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VisLog, CallFunc_GetAIController_ReturnValue) == 0x000050, "Member 'BP_TokenCalculator_Agression_C_VisLog::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VisLog, K2Node_DynamicCast_AsBP_Npc_Controller) == 0x000058, "Member 'BP_TokenCalculator_Agression_C_VisLog::K2Node_DynamicCast_AsBP_Npc_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VisLog, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_TokenCalculator_Agression_C_VisLog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_TokenCalculator_Agression_C_VislogScore \ +static_assert(alignof(BP_TokenCalculator_Agression_C_VislogScore) == 0x000008, "Wrong alignment on BP_TokenCalculator_Agression_C_VislogScore"); \ +static_assert(sizeof(BP_TokenCalculator_Agression_C_VislogScore) == 0x000040, "Wrong size on BP_TokenCalculator_Agression_C_VislogScore"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VislogScore, Desciptor) == 0x000000, "Member 'BP_TokenCalculator_Agression_C_VislogScore::Desciptor' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VislogScore, Score) == 0x000010, "Member 'BP_TokenCalculator_Agression_C_VislogScore::Score' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VislogScore, LogCategory) == 0x000018, "Member 'BP_TokenCalculator_Agression_C_VislogScore::LogCategory' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VislogScore, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000020, "Member 'BP_TokenCalculator_Agression_C_VislogScore::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_TokenCalculator_Agression_C_VislogScore, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_TokenCalculator_Agression_C_VislogScore::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_TokenCalculator_Agression_C \ +static_assert(alignof(UBP_TokenCalculator_Agression_C) == 0x000008, "Wrong alignment on UBP_TokenCalculator_Agression_C"); \ +static_assert(sizeof(UBP_TokenCalculator_Agression_C) == 0x000028, "Wrong size on UBP_TokenCalculator_Agression_C"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_DisplayTextSetup \ +static_assert(alignof(FS_Bullet_Default_C_DisplayTextSetup) == 0x000008, "Wrong alignment on FS_Bullet_Default_C_DisplayTextSetup"); \ +static_assert(sizeof(FS_Bullet_Default_C_DisplayTextSetup) == 0x0000B8, "Wrong size on FS_Bullet_Default_C_DisplayTextSetup"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, CallFunc_BreakVector2D_X) == 0x000000, "Member 'FS_Bullet_Default_C_DisplayTextSetup::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'FS_Bullet_Default_C_DisplayTextSetup::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000010, "Member 'FS_Bullet_Default_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'FS_Bullet_Default_C_DisplayTextSetup::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_1) == 0x000028, "Member 'FS_Bullet_Default_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_2) == 0x000038, "Member 'FS_Bullet_Default_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, CallFunc_BreakVector2D_X_1) == 0x000048, "Member 'FS_Bullet_Default_C_DisplayTextSetup::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, CallFunc_BreakVector2D_Y_1) == 0x000050, "Member 'FS_Bullet_Default_C_DisplayTextSetup::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_3) == 0x000058, "Member 'FS_Bullet_Default_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_4) == 0x000068, "Member 'FS_Bullet_Default_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_5) == 0x000078, "Member 'FS_Bullet_Default_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_6) == 0x000088, "Member 'FS_Bullet_Default_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, CallFunc_Conv_BoolToText_ReturnValue) == 0x000098, "Member 'FS_Bullet_Default_C_DisplayTextSetup::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_DisplayTextSetup, K2Node_MakeArray_Array) == 0x0000A8, "Member 'FS_Bullet_Default_C_DisplayTextSetup::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default \ +static_assert(alignof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default) == 0x000010, "Wrong alignment on FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default"); \ +static_assert(sizeof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default) == 0x0007C0, "Wrong size on FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, EntryPoint) == 0x000000, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetMetaDataFilterType_ReturnValue) == 0x000008, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetMetaDataFilterType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakVector2D_X) == 0x000010, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakVector2D_Y) == 0x000018, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakVector2D_X_1) == 0x000020, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakVector2D_Y_1) == 0x000028, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakVector2D_X_2) == 0x000030, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakVector2D_Y_2) == 0x000038, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetReturnResultsTerminal_ReturnValue) == 0x000040, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetReturnResultsTerminal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetUniformScalar_ReturnValue) == 0x000048, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetUniformScalar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000054, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetUniformInteger_ReturnValue) == 0x000058, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetUniformInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, Temp_bool_Has_Been_Initd_Variable) == 0x000060, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000068, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000080, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_FalloffSwitch_OperatorFieldOut) == 0x000088, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_FalloffSwitch_OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, Temp_bool_IsClosed_Variable) == 0x000090, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakVector2D_X_3) == 0x000098, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakVector2D_Y_3) == 0x0000A0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_FalloffSwitch___Strain_CullingField) == 0x0000A8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_FalloffSwitch___Strain_CullingField' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0000B0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetRandomVector_ReturnValue) == 0x0000C8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetRandomVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_GetUpVector_ReturnValue) == 0x0000D0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakVector2D_X_4) == 0x0000E8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakVector2D_Y_4) == 0x0000F0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_MakeVector2D_ReturnValue) == 0x0000F8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_FalloffSwitch_InternalStrain_OperatorFieldOut) == 0x000108, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_FalloffSwitch_InternalStrain_OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetUniformVector_ReturnValue) == 0x000110, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetUniformVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Abs_ReturnValue) == 0x000118, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000120, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetUniformVector_ReturnValue_1) == 0x000128, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetUniformVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Add_VectorVector_ReturnValue) == 0x000130, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetRadialVector_ReturnValue) == 0x000148, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetRadialVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000150, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000158, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000160, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BooleanAND_ReturnValue) == 0x000161, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BooleanAND_ReturnValue_1) == 0x000162, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000170, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0001D0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakTransform_Location) == 0x0001E8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakTransform_Rotation) == 0x000200, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakTransform_Scale) == 0x000218, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000230, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000290, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakTransform_Location_1) == 0x0002A8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakTransform_Rotation_1) == 0x0002C0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakTransform_Scale_1) == 0x0002D8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetUniformScalar_ReturnValue_1) == 0x0002F0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetUniformScalar_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x0002F8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BooleanAND_ReturnValue_2) == 0x0002F9, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x000300, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000318, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_MakeTransform_ReturnValue) == 0x000330, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetNoiseField_ReturnValue) == 0x000390, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetNoiseField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetOperatorField_ReturnValue) == 0x000398, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_FalloffAndCullingSwitch_CullingFieldOut) == 0x0003A0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_FalloffAndCullingSwitch_CullingFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_K2_GetComponentToWorld_ReturnValue_2) == 0x0003B0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_K2_GetComponentToWorld_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakTransform_Location_2) == 0x000410, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakTransform_Rotation_2) == 0x000428, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakTransform_Scale_2) == 0x000440, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x000458, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_K2_GetComponentToWorld_ReturnValue_3) == 0x000470, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_K2_GetComponentToWorld_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Conv_DoubleToVector_ReturnValue_4) == 0x0004D0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Conv_DoubleToVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakTransform_Location_3) == 0x0004E8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakTransform_Location_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakTransform_Rotation_3) == 0x000500, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakTransform_Rotation_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_BreakTransform_Scale_3) == 0x000518, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_BreakTransform_Scale_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetOperatorField_ReturnValue_1) == 0x000530, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Conv_DoubleToVector_ReturnValue_5) == 0x000538, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Conv_DoubleToVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetOperatorField_ReturnValue_2) == 0x000550, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000558, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_MakeTransform_ReturnValue_1) == 0x000570, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetNoiseField_ReturnValue_1) == 0x0005D0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetNoiseField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetOperatorField_ReturnValue_3) == 0x0005D8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetOperatorField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Conv_DoubleToVector_ReturnValue_6) == 0x0005E0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Conv_DoubleToVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_FalloffAndCullingSwitch_CullingFieldOut_1) == 0x0005F8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_FalloffAndCullingSwitch_CullingFieldOut_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x000600, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_MakeTransform_ReturnValue_2) == 0x000620, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetNoiseField_ReturnValue_2) == 0x000680, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetNoiseField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Conv_DoubleToVector_ReturnValue_7) == 0x000688, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Conv_DoubleToVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetOperatorField_ReturnValue_4) == 0x0006A0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetOperatorField_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Multiply_VectorVector_ReturnValue_3) == 0x0006A8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Multiply_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_FalloffAndCullingSwitch_CullingFieldOut_2) == 0x0006C0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_FalloffAndCullingSwitch_CullingFieldOut_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_MakeTransform_ReturnValue_3) == 0x0006D0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetNoiseField_ReturnValue_3) == 0x000730, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetNoiseField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_FalloffSwitch_ForceDynamic_OperatorFieldOut) == 0x000738, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_FalloffSwitch_ForceDynamic_OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetOperatorField_ReturnValue_5) == 0x000740, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetOperatorField_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetCullingField_ReturnValue) == 0x000748, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetCullingField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetOperatorField_ReturnValue_6) == 0x000750, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetOperatorField_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetOperatorField_ReturnValue_7) == 0x000758, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetOperatorField_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, K2Node_SwitchEnum_CmpSuccess) == 0x000760, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, K2Node_SwitchEnum_CmpSuccess_1) == 0x000761, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, K2Node_SwitchEnum_CmpSuccess_2) == 0x000762, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, Temp_int_Variable) == 0x000764, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetMetaDataFilterType_ReturnValue_1) == 0x000768, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetMetaDataFilterType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000770, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Add_IntInt_ReturnValue) == 0x000774, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetNoiseField_MinRange_ImplicitCast) == 0x000778, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetNoiseField_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetNoiseField_MaxRange_ImplicitCast) == 0x00077C, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetNoiseField_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetNoiseField_MinRange_ImplicitCast_1) == 0x000780, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetNoiseField_MinRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetNoiseField_MaxRange_ImplicitCast_1) == 0x000784, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetNoiseField_MaxRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetNoiseField_MinRange_ImplicitCast_2) == 0x000788, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetNoiseField_MinRange_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetNoiseField_MaxRange_ImplicitCast_2) == 0x00078C, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetNoiseField_MaxRange_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetUniformScalar_Magnitude_ImplicitCast) == 0x000790, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetUniformScalar_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetUniformScalar_Magnitude_ImplicitCast_1) == 0x000794, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetUniformScalar_Magnitude_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetRadialVector_Magnitude_ImplicitCast) == 0x000798, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetRadialVector_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Delay_Duration_ImplicitCast) == 0x00079C, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetNoiseField_MinRange_ImplicitCast_3) == 0x0007A0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetNoiseField_MinRange_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetNoiseField_MaxRange_ImplicitCast_3) == 0x0007A4, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetNoiseField_MaxRange_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Delay_Duration_ImplicitCast_1) == 0x0007A8, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_SetUniformVector_Magnitude_ImplicitCast) == 0x0007AC, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_SetUniformVector_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default, CallFunc_Delay_Duration_ImplicitCast_2) == 0x0007B0, "Member 'FS_Bullet_Default_C_ExecuteUbergraph_FS_Bullet_Default::CallFunc_Delay_Duration_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_FalloffAndCullingSwitch \ +static_assert(alignof(FS_Bullet_Default_C_FalloffAndCullingSwitch) == 0x000010, "Wrong alignment on FS_Bullet_Default_C_FalloffAndCullingSwitch"); \ +static_assert(sizeof(FS_Bullet_Default_C_FalloffAndCullingSwitch) == 0x000220, "Wrong size on FS_Bullet_Default_C_FalloffAndCullingSwitch"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, FalloffType) == 0x000000, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, OperatorFieldIn) == 0x000008, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::OperatorFieldIn' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, FalloffMinMax_0) == 0x000010, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::FalloffMinMax_0' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CullingFieldOut) == 0x000020, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CullingFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, NewLocalVar_0) == 0x000028, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000040, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_BreakVector2D_X) == 0x0000A0, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_BreakVector2D_Y) == 0x0000A8, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetBoxFalloff_ReturnValue) == 0x0000B0, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, K2Node_SwitchEnum_CmpSuccess) == 0x0000B8, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_BreakVector2D_X_1) == 0x0000C0, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_BreakVector2D_Y_1) == 0x0000C8, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0000D0, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x000130, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_BreakVector2D_X_2) == 0x000138, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_BreakVector2D_Y_2) == 0x000140, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000148, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_GetUpVector_ReturnValue) == 0x000150, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000168, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000180, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetRadialFalloff_ReturnValue) == 0x000198, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetPlaneFalloff_ReturnValue) == 0x0001A0, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetPlaneFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetRadialFalloff_ReturnValue_1) == 0x0001A8, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetRadialFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetOperatorField_ReturnValue) == 0x0001B0, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetOperatorField_ReturnValue_1) == 0x0001B8, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetCullingField_ReturnValue) == 0x0001C0, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetCullingField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetPlaneFalloff_ReturnValue_1) == 0x0001C8, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetPlaneFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetCullingField_ReturnValue_1) == 0x0001D0, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetCullingField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetBoxFalloff_ReturnValue_2) == 0x0001D8, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetBoxFalloff_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetCullingField_ReturnValue_2) == 0x0001E0, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetCullingField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetOperatorField_ReturnValue_2) == 0x0001E8, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetCullingField_ReturnValue_3) == 0x0001F0, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetCullingField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetRadialFalloff_MinRange_ImplicitCast) == 0x0001F8, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetRadialFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetRadialFalloff_MaxRange_ImplicitCast) == 0x0001FC, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetRadialFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetBoxFalloff_MinRange_ImplicitCast) == 0x000200, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetBoxFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetBoxFalloff_MaxRange_ImplicitCast) == 0x000204, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetBoxFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetPlaneFalloff_Distance_ImplicitCast) == 0x000208, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetPlaneFalloff_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast) == 0x00020C, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffAndCullingSwitch, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast) == 0x000210, "Member 'FS_Bullet_Default_C_FalloffAndCullingSwitch::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_FalloffSwitch \ +static_assert(alignof(FS_Bullet_Default_C_FalloffSwitch) == 0x000010, "Wrong alignment on FS_Bullet_Default_C_FalloffSwitch"); \ +static_assert(sizeof(FS_Bullet_Default_C_FalloffSwitch) == 0x000220, "Wrong size on FS_Bullet_Default_C_FalloffSwitch"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, FalloffType) == 0x000000, "Member 'FS_Bullet_Default_C_FalloffSwitch::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, FalloffMinMax_0) == 0x000008, "Member 'FS_Bullet_Default_C_FalloffSwitch::FalloffMinMax_0' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, OperatorFieldOut) == 0x000018, "Member 'FS_Bullet_Default_C_FalloffSwitch::OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, NewLocalVar_1) == 0x000020, "Member 'FS_Bullet_Default_C_FalloffSwitch::NewLocalVar_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, NewLocalVar_0) == 0x000030, "Member 'FS_Bullet_Default_C_FalloffSwitch::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_BreakVector2D_X) == 0x000048, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_GetUpVector_ReturnValue) == 0x000058, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000070, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000090, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, K2Node_SwitchEnum_CmpSuccess) == 0x0000F0, "Member 'FS_Bullet_Default_C_FalloffSwitch::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetBoxFalloff_ReturnValue) == 0x0000F8, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetPlaneFalloff_ReturnValue) == 0x000100, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetPlaneFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000110, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetOperatorField_ReturnValue) == 0x000170, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x000178, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetOperatorField_ReturnValue_1) == 0x000180, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000188, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000190, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_GetUpVector_ReturnValue_1) == 0x0001A8, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_GetUpVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetRadialFalloff_ReturnValue) == 0x0001C0, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0001C8, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetOperatorField_ReturnValue_2) == 0x0001E0, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetPlaneFalloff_ReturnValue_1) == 0x0001E8, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetPlaneFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetOperatorField_ReturnValue_3) == 0x0001F0, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetOperatorField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetPlaneFalloff_Distance_ImplicitCast) == 0x0001F8, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetPlaneFalloff_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetBoxFalloff_MinRange_ImplicitCast) == 0x0001FC, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetBoxFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetRadialFalloff_MinRange_ImplicitCast) == 0x000200, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetRadialFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast) == 0x000204, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1) == 0x000208, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetBoxFalloff_MaxRange_ImplicitCast) == 0x00020C, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetBoxFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetRadialFalloff_MaxRange_ImplicitCast) == 0x000210, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetRadialFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast) == 0x000214, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1) == 0x000218, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch, CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1) == 0x00021C, "Member 'FS_Bullet_Default_C_FalloffSwitch::CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_FalloffSwitch___Strain \ +static_assert(alignof(FS_Bullet_Default_C_FalloffSwitch___Strain) == 0x000010, "Wrong alignment on FS_Bullet_Default_C_FalloffSwitch___Strain"); \ +static_assert(sizeof(FS_Bullet_Default_C_FalloffSwitch___Strain) == 0x000200, "Wrong size on FS_Bullet_Default_C_FalloffSwitch___Strain"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, Magnitude) == 0x000000, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, FalloffType) == 0x000008, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CullingField_0) == 0x000010, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CullingField_0' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, NewLocalVar_0) == 0x000018, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000040, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_BreakVector2D_X) == 0x0000A0, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_BreakVector2D_Y) == 0x0000A8, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0000B0, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_BreakVector2D_X_1) == 0x000110, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_BreakVector2D_Y_1) == 0x000118, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetBoxFalloff_ReturnValue) == 0x000120, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_BreakVector2D_X_2) == 0x000128, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_BreakVector2D_Y_2) == 0x000130, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x000138, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000140, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000148, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetRadialFalloff_ReturnValue) == 0x000160, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_GetUpVector_ReturnValue) == 0x000168, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000180, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetRadialFalloff_ReturnValue_1) == 0x000198, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetRadialFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetPlaneFalloff_ReturnValue) == 0x0001A0, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetPlaneFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetCullingField_ReturnValue) == 0x0001A8, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetCullingField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetPlaneFalloff_ReturnValue_1) == 0x0001B0, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetPlaneFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetCullingField_ReturnValue_1) == 0x0001B8, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetCullingField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetBoxFalloff_ReturnValue_2) == 0x0001C0, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetBoxFalloff_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetCullingField_ReturnValue_2) == 0x0001C8, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetCullingField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetCullingField_ReturnValue_3) == 0x0001D0, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetCullingField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetRadialFalloff_Magnitude_ImplicitCast) == 0x0001D8, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetRadialFalloff_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetPlaneFalloff_Magnitude_ImplicitCast) == 0x0001DC, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetPlaneFalloff_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetBoxFalloff_Magnitude_ImplicitCast) == 0x0001E0, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetBoxFalloff_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetPlaneFalloff_Distance_ImplicitCast) == 0x0001E4, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetPlaneFalloff_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetRadialFalloff_MinRange_ImplicitCast) == 0x0001E8, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetRadialFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetRadialFalloff_MaxRange_ImplicitCast) == 0x0001EC, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetRadialFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast) == 0x0001F0, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast) == 0x0001F4, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetBoxFalloff_MinRange_ImplicitCast) == 0x0001F8, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetBoxFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch___Strain, CallFunc_SetBoxFalloff_MaxRange_ImplicitCast) == 0x0001FC, "Member 'FS_Bullet_Default_C_FalloffSwitch___Strain::CallFunc_SetBoxFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_FalloffSwitch_ForceDynamic \ +static_assert(alignof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic) == 0x000010, "Wrong alignment on FS_Bullet_Default_C_FalloffSwitch_ForceDynamic"); \ +static_assert(sizeof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic) == 0x000210, "Wrong size on FS_Bullet_Default_C_FalloffSwitch_ForceDynamic"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, FalloffType) == 0x000000, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, FalloffMinMax_0) == 0x000008, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::FalloffMinMax_0' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, OperatorFieldOut) == 0x000018, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, NewLocalVar_1) == 0x000020, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::NewLocalVar_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, NewLocalVar_0) == 0x000030, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_BreakVector2D_X) == 0x000048, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_GetUpVector_ReturnValue) == 0x000058, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000070, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_ReturnValue) == 0x000088, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000090, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0000F0, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetBoxFalloff_ReturnValue) == 0x000150, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x000158, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetOperatorField_ReturnValue) == 0x000160, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetOperatorField_ReturnValue_1) == 0x000168, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, K2Node_SwitchEnum_CmpSuccess) == 0x000170, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000174, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000178, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetRadialFalloff_ReturnValue) == 0x000190, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_GetUpVector_ReturnValue_1) == 0x000198, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_GetUpVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetOperatorField_ReturnValue_2) == 0x0001B0, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0001B8, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_ReturnValue_1) == 0x0001D0, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetOperatorField_ReturnValue_3) == 0x0001D8, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetOperatorField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetBoxFalloff_MinRange_ImplicitCast) == 0x0001E0, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetBoxFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetRadialFalloff_MinRange_ImplicitCast) == 0x0001E4, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetRadialFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast) == 0x0001E8, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1) == 0x0001EC, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetBoxFalloff_MaxRange_ImplicitCast) == 0x0001F0, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetBoxFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetRadialFalloff_MaxRange_ImplicitCast) == 0x0001F4, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetRadialFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast) == 0x0001F8, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1) == 0x0001FC, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_Distance_ImplicitCast) == 0x000200, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1) == 0x000204, "Member 'FS_Bullet_Default_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_FalloffSwitch_InternalStrain \ +static_assert(alignof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain) == 0x000010, "Wrong alignment on FS_Bullet_Default_C_FalloffSwitch_InternalStrain"); \ +static_assert(sizeof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain) == 0x000210, "Wrong size on FS_Bullet_Default_C_FalloffSwitch_InternalStrain"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, FalloffType) == 0x000000, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, FalloffMinMax_0) == 0x000008, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::FalloffMinMax_0' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, OperatorFieldOut) == 0x000018, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, NewLocalVar_1) == 0x000020, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::NewLocalVar_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, NewLocalVar_0) == 0x000030, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_BreakVector2D_X) == 0x000048, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_GetUpVector_ReturnValue) == 0x000058, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000070, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_ReturnValue) == 0x000088, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000090, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0000F0, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetBoxFalloff_ReturnValue) == 0x000150, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x000158, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetOperatorField_ReturnValue) == 0x000160, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetOperatorField_ReturnValue_1) == 0x000168, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, K2Node_SwitchEnum_CmpSuccess) == 0x000170, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000174, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000178, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetRadialFalloff_ReturnValue) == 0x000190, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_GetUpVector_ReturnValue_1) == 0x000198, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_GetUpVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetOperatorField_ReturnValue_2) == 0x0001B0, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0001B8, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_ReturnValue_1) == 0x0001D0, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetOperatorField_ReturnValue_3) == 0x0001D8, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetOperatorField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetBoxFalloff_MinRange_ImplicitCast) == 0x0001E0, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetBoxFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetRadialFalloff_MinRange_ImplicitCast) == 0x0001E4, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetRadialFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast) == 0x0001E8, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1) == 0x0001EC, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetBoxFalloff_MaxRange_ImplicitCast) == 0x0001F0, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetBoxFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetRadialFalloff_MaxRange_ImplicitCast) == 0x0001F4, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetRadialFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast) == 0x0001F8, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1) == 0x0001FC, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_Distance_ImplicitCast) == 0x000200, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1) == 0x000204, "Member 'FS_Bullet_Default_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_ForceMultiplier \ +static_assert(alignof(FS_Bullet_Default_C_ForceMultiplier) == 0x000008, "Wrong alignment on FS_Bullet_Default_C_ForceMultiplier"); \ +static_assert(sizeof(FS_Bullet_Default_C_ForceMultiplier) == 0x000030, "Wrong size on FS_Bullet_Default_C_ForceMultiplier"); \ +static_assert(offsetof(FS_Bullet_Default_C_ForceMultiplier, CallFunc_Square_ReturnValue) == 0x000000, "Member 'FS_Bullet_Default_C_ForceMultiplier::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ForceMultiplier, CallFunc_Square_ReturnValue_1) == 0x000008, "Member 'FS_Bullet_Default_C_ForceMultiplier::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ForceMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000010, "Member 'FS_Bullet_Default_C_ForceMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ForceMultiplier, CallFunc_Square_ReturnValue_2) == 0x000018, "Member 'FS_Bullet_Default_C_ForceMultiplier::CallFunc_Square_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ForceMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'FS_Bullet_Default_C_ForceMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_ForceMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000028, "Member 'FS_Bullet_Default_C_ForceMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_InitializeFieldVariables \ +static_assert(alignof(FS_Bullet_Default_C_InitializeFieldVariables) == 0x000008, "Wrong alignment on FS_Bullet_Default_C_InitializeFieldVariables"); \ +static_assert(sizeof(FS_Bullet_Default_C_InitializeFieldVariables) == 0x000100, "Wrong size on FS_Bullet_Default_C_InitializeFieldVariables"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, K2Node_MakeArray_Array) == 0x000000, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000010, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_GetComponentBounds_Origin) == 0x000018, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_GetComponentBounds_BoxExtent) == 0x000030, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_GetComponentBounds_SphereRadius) == 0x000048, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000050, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000068, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, Temp_int_Array_Index_Variable) == 0x000070, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_BreakVector_X) == 0x000078, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_BreakVector_Y) == 0x000080, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_BreakVector_Z) == 0x000088, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000090, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000098, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_GetAllActorsOfClassWithTag_OutActors) == 0x0000A0, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_GetAllActorsOfClassWithTag_OutActors' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, Temp_int_Loop_Counter_Variable) == 0x0000B0, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, Temp_object_Variable) == 0x0000B8, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_SphereOverlapActors_OutActors) == 0x0000C8, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_SphereOverlapActors_ReturnValue) == 0x0000D8, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_Add_IntInt_ReturnValue) == 0x0000DC, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_GetComponentsByTag_ReturnValue) == 0x0000E8, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, CallFunc_Less_IntInt_ReturnValue) == 0x0000FC, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_InitializeFieldVariables, K2Node_SwitchEnum_CmpSuccess) == 0x0000FD, "Member 'FS_Bullet_Default_C_InitializeFieldVariables::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_MakeDynamic_EnableNonGC \ +static_assert(alignof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC) == 0x000008, "Wrong alignment on FS_Bullet_Default_C_MakeDynamic_EnableNonGC"); \ +static_assert(sizeof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC) == 0x000178, "Wrong size on FS_Bullet_Default_C_MakeDynamic_EnableNonGC"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, NewLocalVar_0) == 0x000000, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable) == 0x000020, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_1) == 0x000024, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_2) == 0x00002C, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_2) == 0x000034, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_3) == 0x000038, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_3) == 0x00003C, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_2) == 0x000040, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item) == 0x000048, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000058, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x000061, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Not_PreBool_ReturnValue) == 0x000062, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, K2Node_SwitchEnum_CmpSuccess) == 0x000070, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000078, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000080, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_1) == 0x000098, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_1) == 0x00009C, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, K2Node_SwitchEnum_CmpSuccess_1) == 0x00009D, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_2) == 0x0000A0, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Vector_Distance_ReturnValue) == 0x0000A8, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000B0, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x0000B4, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_3) == 0x0000B8, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0000BC, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_2) == 0x0000C0, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_IsSimulatingPhysics_ReturnValue_1) == 0x0000C8, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_IsSimulatingPhysics_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000C9, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000D0, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_GetRightVector_ReturnValue) == 0x0000E8, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_GetForwardVector_ReturnValue) == 0x000100, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_GetUpVector_ReturnValue) == 0x000118, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_3) == 0x000130, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_3) == 0x000138, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_3) == 0x00013C, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000140, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Vector_Distance_ReturnValue_1) == 0x000158, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Vector_Distance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_GetScaledSphereRadius_ReturnValue_1) == 0x000160, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_GetScaledSphereRadius_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000164, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000168, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_B_ImplicitCast_1) == 0x000170, "Member 'FS_Bullet_Default_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_ReceiveTick \ +static_assert(alignof(FS_Bullet_Default_C_ReceiveTick) == 0x000004, "Wrong alignment on FS_Bullet_Default_C_ReceiveTick"); \ +static_assert(sizeof(FS_Bullet_Default_C_ReceiveTick) == 0x000004, "Wrong size on FS_Bullet_Default_C_ReceiveTick"); \ +static_assert(offsetof(FS_Bullet_Default_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'FS_Bullet_Default_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_SetVisibility \ +static_assert(alignof(FS_Bullet_Default_C_SetVisibility) == 0x000008, "Wrong alignment on FS_Bullet_Default_C_SetVisibility"); \ +static_assert(sizeof(FS_Bullet_Default_C_SetVisibility) == 0x000160, "Wrong size on FS_Bullet_Default_C_SetVisibility"); \ +static_assert(offsetof(FS_Bullet_Default_C_SetVisibility, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'FS_Bullet_Default_C_SetVisibility::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_SetVisibility, CallFunc_Add_VectorVector_ReturnValue) == 0x000018, "Member 'FS_Bullet_Default_C_SetVisibility::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_SetVisibility, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000030, "Member 'FS_Bullet_Default_C_SetVisibility::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_SetVisibility, Temp_int_Variable) == 0x000130, "Member 'FS_Bullet_Default_C_SetVisibility::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_SetVisibility, CallFunc_Add_IntInt_ReturnValue) == 0x000134, "Member 'FS_Bullet_Default_C_SetVisibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_SetVisibility, CallFunc_BooleanAND_ReturnValue) == 0x000138, "Member 'FS_Bullet_Default_C_SetVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_SetVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000139, "Member 'FS_Bullet_Default_C_SetVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_SetVisibility, K2Node_MakeArray_Array) == 0x000140, "Member 'FS_Bullet_Default_C_SetVisibility::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_SetVisibility, CallFunc_Array_Get_Item) == 0x000150, "Member 'FS_Bullet_Default_C_SetVisibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_SetVisibility, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'FS_Bullet_Default_C_SetVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_SetVisibility, CallFunc_Less_IntInt_ReturnValue) == 0x00015C, "Member 'FS_Bullet_Default_C_SetVisibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_SetVisibility, K2Node_SwitchEnum_CmpSuccess) == 0x00015D, "Member 'FS_Bullet_Default_C_SetVisibility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_Bullet_Default_C_UserConstructionScript \ +static_assert(alignof(FS_Bullet_Default_C_UserConstructionScript) == 0x000008, "Wrong alignment on FS_Bullet_Default_C_UserConstructionScript"); \ +static_assert(sizeof(FS_Bullet_Default_C_UserConstructionScript) == 0x0009F8, "Wrong size on FS_Bullet_Default_C_UserConstructionScript"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, Temp_int_Variable) == 0x000000, "Member 'FS_Bullet_Default_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, Temp_int_Variable_1) == 0x000004, "Member 'FS_Bullet_Default_C_UserConstructionScript::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'FS_Bullet_Default_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess_1) == 0x000011, "Member 'FS_Bullet_Default_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000012, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000028, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000030, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000048, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000060, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000160, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000168, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000170, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000178, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000180, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000198, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x0001B0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x0001B4, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x0001B8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue) == 0x0001C0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0001D8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0002D8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x0002F0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakRotator_Roll_1) == 0x000308, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakRotator_Pitch_1) == 0x00030C, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakRotator_Yaw_1) == 0x000310, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakRotator_Roll_2) == 0x000314, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakRotator_Pitch_2) == 0x000318, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakRotator_Yaw_2) == 0x00031C, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue_1) == 0x000320, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue_2) == 0x000338, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000350, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000358, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_X_1) == 0x000370, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Y_1) == 0x000378, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Z_1) == 0x000380, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x000388, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_FMin_ReturnValue) == 0x0003A0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_FMin_ReturnValue_1) == 0x0003A8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x0003B0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_GetComponentBounds_Origin) == 0x0003C8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_GetComponentBounds_BoxExtent) == 0x0003E0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_GetComponentBounds_SphereRadius) == 0x0003F8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000400, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_X_2) == 0x000418, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Y_2) == 0x000420, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Z_2) == 0x000428, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000430, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000438, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000450, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x000458, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x000470, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_GetComponentBounds_Origin_1) == 0x000570, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_GetComponentBounds_Origin_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_GetComponentBounds_BoxExtent_1) == 0x000588, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_GetComponentBounds_BoxExtent_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_GetComponentBounds_SphereRadius_1) == 0x0005A0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_GetComponentBounds_SphereRadius_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_X_3) == 0x0005A8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Y_3) == 0x0005B0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Z_3) == 0x0005B8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Multiply_LinearColorLinearColor_ReturnValue) == 0x0005C0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Multiply_LinearColorLinearColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_X_4) == 0x0005D0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_X_4' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Y_4) == 0x0005D8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Z_4) == 0x0005E0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x0005E8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Add_DoubleDouble_ReturnValue_3) == 0x0005F0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Add_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_2) == 0x0005F8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_X_5) == 0x000610, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_X_5' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Y_5) == 0x000618, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Z_5) == 0x000620, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult_1) == 0x000628, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000728, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000730, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000738, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_3) == 0x000740, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000758, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000858, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_K2_GetComponentScale_ReturnValue_1) == 0x000860, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_K2_GetComponentScale_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000878, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_X_6) == 0x000880, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_X_6' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Y_6) == 0x000888, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_BreakVector_Z_6) == 0x000890, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000898, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Conv_DoubleToVector_ReturnValue_4) == 0x0008A0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Conv_DoubleToVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x0008B8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x0008C0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_1) == 0x0008C4, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Conv_LinearColorToColor_ReturnValue) == 0x0008C8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Conv_LinearColorToColor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Conv_LinearColorToColor_ReturnValue_1) == 0x0008CC, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Conv_LinearColorToColor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_4) == 0x0008D0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0008E8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x0009E8, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_Bullet_Default_C_UserConstructionScript, CallFunc_Add_DoubleDouble_B_ImplicitCast) == 0x0009F0, "Member 'FS_Bullet_Default_C_UserConstructionScript::CallFunc_Add_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFS_Bullet_Default_C \ +static_assert(alignof(AFS_Bullet_Default_C) == 0x000010, "Wrong alignment on AFS_Bullet_Default_C"); \ +static_assert(sizeof(AFS_Bullet_Default_C) == 0x000940, "Wrong size on AFS_Bullet_Default_C"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UberGraphFrame) == 0x0002B8, "Member 'AFS_Bullet_Default_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, FieldSystemMetaDataProcessingResolution) == 0x0002C0, "Member 'AFS_Bullet_Default_C::FieldSystemMetaDataProcessingResolution' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, FieldSystemMetaDataFilter) == 0x0002C8, "Member 'AFS_Bullet_Default_C::FieldSystemMetaDataFilter' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlaneFalloff_Cull) == 0x0002D0, "Member 'AFS_Bullet_Default_C::PlaneFalloff_Cull' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, RadialFalloff_FalloffSwitch) == 0x0002D8, "Member 'AFS_Bullet_Default_C::RadialFalloff_FalloffSwitch' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, BoxFalloff_SwitchFunction) == 0x0002E0, "Member 'AFS_Bullet_Default_C::BoxFalloff_SwitchFunction' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlaneFalloff_SwitchFunction) == 0x0002E8, "Member 'AFS_Bullet_Default_C::PlaneFalloff_SwitchFunction' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, BoxFalloff_Culling_Strain) == 0x0002F0, "Member 'AFS_Bullet_Default_C::BoxFalloff_Culling_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, CullingField_Plane_Strain2) == 0x0002F8, "Member 'AFS_Bullet_Default_C::CullingField_Plane_Strain2' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, RadialFalloff_Strain) == 0x000300, "Member 'AFS_Bullet_Default_C::RadialFalloff_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlaneFalloff_Strain) == 0x000308, "Member 'AFS_Bullet_Default_C::PlaneFalloff_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, BoxFalloff_Strain) == 0x000310, "Member 'AFS_Bullet_Default_C::BoxFalloff_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlaneFalloff_ForceDynamic) == 0x000318, "Member 'AFS_Bullet_Default_C::PlaneFalloff_ForceDynamic' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, RadialFalloff_ForceDynamic) == 0x000320, "Member 'AFS_Bullet_Default_C::RadialFalloff_ForceDynamic' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorField_ForceDynamic) == 0x000328, "Member 'AFS_Bullet_Default_C::OperatorField_ForceDynamic' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, BoxFalloff_ForceDynamic) == 0x000330, "Member 'AFS_Bullet_Default_C::BoxFalloff_ForceDynamic' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlaneFalloff_InternalStrain) == 0x000338, "Member 'AFS_Bullet_Default_C::PlaneFalloff_InternalStrain' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, BoxFalloff_InternalStrain) == 0x000340, "Member 'AFS_Bullet_Default_C::BoxFalloff_InternalStrain' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorField_InternalStrain) == 0x000348, "Member 'AFS_Bullet_Default_C::OperatorField_InternalStrain' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, RadialFalloff_InternalStrain) == 0x000350, "Member 'AFS_Bullet_Default_C::RadialFalloff_InternalStrain' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UniformIntegerFalloff) == 0x000358, "Member 'AFS_Bullet_Default_C::UniformIntegerFalloff' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SM_PlanarNormal_Arrow2) == 0x000360, "Member 'AFS_Bullet_Default_C::SM_PlanarNormal_Arrow2' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlaneVolumeFalloffDistance) == 0x000368, "Member 'AFS_Bullet_Default_C::PlaneVolumeFalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlaneVolumeBox) == 0x000370, "Member 'AFS_Bullet_Default_C::PlaneVolumeBox' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlaneVolume) == 0x000378, "Member 'AFS_Bullet_Default_C::PlaneVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SM_DirectionArrow) == 0x000380, "Member 'AFS_Bullet_Default_C::SM_DirectionArrow' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DirectionalArrowNull) == 0x000388, "Member 'AFS_Bullet_Default_C::DirectionalArrowNull' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SphereVolumeCol) == 0x000390, "Member 'AFS_Bullet_Default_C::SphereVolumeCol' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SM_RadialArrow) == 0x000398, "Member 'AFS_Bullet_Default_C::SM_RadialArrow' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SM_RadialArrow4) == 0x0003A0, "Member 'AFS_Bullet_Default_C::SM_RadialArrow4' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SM_RadialArrow3) == 0x0003A8, "Member 'AFS_Bullet_Default_C::SM_RadialArrow3' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SM_RadialArrow2) == 0x0003B0, "Member 'AFS_Bullet_Default_C::SM_RadialArrow2' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SM_RadialArrow1) == 0x0003B8, "Member 'AFS_Bullet_Default_C::SM_RadialArrow1' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SM_RadialArrow5) == 0x0003C0, "Member 'AFS_Bullet_Default_C::SM_RadialArrow5' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, CullingField_Plane2) == 0x0003C8, "Member 'AFS_Bullet_Default_C::CullingField_Plane2' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SM_PlanarNormal_Arrow1) == 0x0003D0, "Member 'AFS_Bullet_Default_C::SM_PlanarNormal_Arrow1' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SM_DirectionArrow1) == 0x0003D8, "Member 'AFS_Bullet_Default_C::SM_DirectionArrow1' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SM_DirectionArrow2) == 0x0003E0, "Member 'AFS_Bullet_Default_C::SM_DirectionArrow2' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, NoiseMaxValueText) == 0x0003E8, "Member 'AFS_Bullet_Default_C::NoiseMaxValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, NoiseMinValueText) == 0x0003F0, "Member 'AFS_Bullet_Default_C::NoiseMinValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, TorqueValueText) == 0x0003F8, "Member 'AFS_Bullet_Default_C::TorqueValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Noise_MinMaxTitle_Text) == 0x000400, "Member 'AFS_Bullet_Default_C::Noise_MinMaxTitle_Text' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, TorqueTitleText) == 0x000408, "Member 'AFS_Bullet_Default_C::TorqueTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DirectionalValueText) == 0x000410, "Member 'AFS_Bullet_Default_C::DirectionalValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DirectionalMagTitleText) == 0x000418, "Member 'AFS_Bullet_Default_C::DirectionalMagTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, RadialValueText) == 0x000420, "Member 'AFS_Bullet_Default_C::RadialValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Radial_Mag_Title_Text) == 0x000428, "Member 'AFS_Bullet_Default_C::Radial_Mag_Title_Text' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, StrainValueText) == 0x000430, "Member 'AFS_Bullet_Default_C::StrainValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, StrainTitleText) == 0x000438, "Member 'AFS_Bullet_Default_C::StrainTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DelayTitleText) == 0x000440, "Member 'AFS_Bullet_Default_C::DelayTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, ActiveTitleText) == 0x000448, "Member 'AFS_Bullet_Default_C::ActiveTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DelayValueText) == 0x000450, "Member 'AFS_Bullet_Default_C::DelayValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorField_FalloffSwitch) == 0x000458, "Member 'AFS_Bullet_Default_C::OperatorField_FalloffSwitch' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorField_FalloffAndCull) == 0x000460, "Member 'AFS_Bullet_Default_C::OperatorField_FalloffAndCull' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorField_FalloffSwitch_Box) == 0x000468, "Member 'AFS_Bullet_Default_C::OperatorField_FalloffSwitch_Box' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, CullingField_Plane_Strain) == 0x000470, "Member 'AFS_Bullet_Default_C::CullingField_Plane_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlaneFalloff_Magnitude) == 0x000478, "Member 'AFS_Bullet_Default_C::PlaneFalloff_Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlaneFalloff) == 0x000480, "Member 'AFS_Bullet_Default_C::PlaneFalloff' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, CullingField_Box) == 0x000488, "Member 'AFS_Bullet_Default_C::CullingField_Box' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, BoxFalloff_Culling) == 0x000490, "Member 'AFS_Bullet_Default_C::BoxFalloff_Culling' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, BoxFalloff) == 0x000498, "Member 'AFS_Bullet_Default_C::BoxFalloff' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, BoxFalloff_Magnitude) == 0x0004A0, "Member 'AFS_Bullet_Default_C::BoxFalloff_Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SphereVolume) == 0x0004A8, "Member 'AFS_Bullet_Default_C::SphereVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, ActiveValueText) == 0x0004B0, "Member 'AFS_Bullet_Default_C::ActiveValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, FieldTitleText) == 0x0004B8, "Member 'AFS_Bullet_Default_C::FieldTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, BoxVolume) == 0x0004C0, "Member 'AFS_Bullet_Default_C::BoxVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Field_Text) == 0x0004C8, "Member 'AFS_Bullet_Default_C::Field_Text' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, BoxVolumeCol) == 0x0004D0, "Member 'AFS_Bullet_Default_C::BoxVolumeCol' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UniformScalarDecay) == 0x0004D8, "Member 'AFS_Bullet_Default_C::UniformScalarDecay' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorFieldDecay1) == 0x0004E0, "Member 'AFS_Bullet_Default_C::OperatorFieldDecay1' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorFieldDecay2) == 0x0004E8, "Member 'AFS_Bullet_Default_C::OperatorFieldDecay2' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, ReturnResultsTerminal) == 0x0004F0, "Member 'AFS_Bullet_Default_C::ReturnResultsTerminal' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorField_TorqueC) == 0x0004F8, "Member 'AFS_Bullet_Default_C::OperatorField_TorqueC' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorField_dirNoise) == 0x000500, "Member 'AFS_Bullet_Default_C::OperatorField_dirNoise' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorField_radNoise) == 0x000508, "Member 'AFS_Bullet_Default_C::OperatorField_radNoise' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, NoiseField_Torque) == 0x000510, "Member 'AFS_Bullet_Default_C::NoiseField_Torque' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorField_torque_A) == 0x000518, "Member 'AFS_Bullet_Default_C::OperatorField_torque_A' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UniformScalar_Torque) == 0x000520, "Member 'AFS_Bullet_Default_C::UniformScalar_Torque' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, CullingField_DynamicState) == 0x000528, "Member 'AFS_Bullet_Default_C::CullingField_DynamicState' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UniformInteger) == 0x000530, "Member 'AFS_Bullet_Default_C::UniformInteger' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, CullingField_Decay) == 0x000538, "Member 'AFS_Bullet_Default_C::CullingField_Decay' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, CullingFieldSphere) == 0x000540, "Member 'AFS_Bullet_Default_C::CullingFieldSphere' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, RadialFalloffMagnitude) == 0x000548, "Member 'AFS_Bullet_Default_C::RadialFalloffMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, RadialFalloff_cullVolume) == 0x000550, "Member 'AFS_Bullet_Default_C::RadialFalloff_cullVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorFieldDecay4) == 0x000558, "Member 'AFS_Bullet_Default_C::OperatorFieldDecay4' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, CullingField) == 0x000560, "Member 'AFS_Bullet_Default_C::CullingField' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, RadialFalloff) == 0x000568, "Member 'AFS_Bullet_Default_C::RadialFalloff' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OperatorField_torque_B) == 0x000570, "Member 'AFS_Bullet_Default_C::OperatorField_torque_B' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UniformVector_Torque) == 0x000578, "Member 'AFS_Bullet_Default_C::UniformVector_Torque' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, RandomVector_torque) == 0x000580, "Member 'AFS_Bullet_Default_C::RandomVector_torque' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, NoiseField_dir) == 0x000588, "Member 'AFS_Bullet_Default_C::NoiseField_dir' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, NoiseField_rad) == 0x000590, "Member 'AFS_Bullet_Default_C::NoiseField_rad' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UniformVector_dir) == 0x000598, "Member 'AFS_Bullet_Default_C::UniformVector_dir' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, RadialVector_rad) == 0x0005A0, "Member 'AFS_Bullet_Default_C::RadialVector_rad' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Field_Active) == 0x0005A8, "Member 'AFS_Bullet_Default_C::Field_Active' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Debug) == 0x0005A9, "Member 'AFS_Bullet_Default_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, ActivationType) == 0x0005AA, "Member 'AFS_Bullet_Default_C::ActivationType' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Field_Falloff_Shape) == 0x0005AB, "Member 'AFS_Bullet_Default_C::Field_Falloff_Shape' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UseTick) == 0x0005AC, "Member 'AFS_Bullet_Default_C::UseTick' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DelayAmount) == 0x0005B0, "Member 'AFS_Bullet_Default_C::DelayAmount' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Use_External_Strain) == 0x0005B8, "Member 'AFS_Bullet_Default_C::Use_External_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Strain_Magnitude) == 0x0005C0, "Member 'AFS_Bullet_Default_C::Strain_Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, StrainFalloffType) == 0x0005C8, "Member 'AFS_Bullet_Default_C::StrainFalloffType' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, StrainFalloffMinMax) == 0x0005D0, "Member 'AFS_Bullet_Default_C::StrainFalloffMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, NumStrainHits) == 0x0005E0, "Member 'AFS_Bullet_Default_C::NumStrainHits' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UseRadialVector) == 0x0005E4, "Member 'AFS_Bullet_Default_C::UseRadialVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Radial_Magnitude) == 0x0005E8, "Member 'AFS_Bullet_Default_C::Radial_Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UseDirectionalVector) == 0x0005F0, "Member 'AFS_Bullet_Default_C::UseDirectionalVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DirectionalMagnitude) == 0x0005F8, "Member 'AFS_Bullet_Default_C::DirectionalMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UseTorque) == 0x000600, "Member 'AFS_Bullet_Default_C::UseTorque' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, TorqueMult) == 0x000608, "Member 'AFS_Bullet_Default_C::TorqueMult' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, VelocityFieldFalloffType) == 0x000610, "Member 'AFS_Bullet_Default_C::VelocityFieldFalloffType' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, VelocityFalloffMinMax) == 0x000618, "Member 'AFS_Bullet_Default_C::VelocityFalloffMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UseNoise) == 0x000628, "Member 'AFS_Bullet_Default_C::UseNoise' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, NoiseMinMax) == 0x000630, "Member 'AFS_Bullet_Default_C::NoiseMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UseDecay) == 0x000640, "Member 'AFS_Bullet_Default_C::UseDecay' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DecayAmount) == 0x000648, "Member 'AFS_Bullet_Default_C::DecayAmount' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DecayFalloffType) == 0x000650, "Member 'AFS_Bullet_Default_C::DecayFalloffType' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DecayFalloffMinMax) == 0x000658, "Member 'AFS_Bullet_Default_C::DecayFalloffMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, FieldVolume) == 0x000668, "Member 'AFS_Bullet_Default_C::FieldVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DecayDelay) == 0x000670, "Member 'AFS_Bullet_Default_C::DecayDelay' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, MaxDecayAmount) == 0x000678, "Member 'AFS_Bullet_Default_C::MaxDecayAmount' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, RadialPositionOffset) == 0x000680, "Member 'AFS_Bullet_Default_C::RadialPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, OverideDIrectionalVector) == 0x000698, "Member 'AFS_Bullet_Default_C::OverideDIrectionalVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DIrectionalVectorOveride) == 0x0006A0, "Member 'AFS_Bullet_Default_C::DIrectionalVectorOveride' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, TorqueVectorOveride) == 0x0006B8, "Member 'AFS_Bullet_Default_C::TorqueVectorOveride' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Velocity_Vector_Switch) == 0x0006D0, "Member 'AFS_Bullet_Default_C::Velocity_Vector_Switch' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, ForceMult) == 0x0006D8, "Member 'AFS_Bullet_Default_C::ForceMult' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, BoxCullingOnPlanar) == 0x0006E0, "Member 'AFS_Bullet_Default_C::BoxCullingOnPlanar' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlanarFalloffDistOveride) == 0x0006E8, "Member 'AFS_Bullet_Default_C::PlanarFalloffDistOveride' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Force_Dynamic_Switch) == 0x0006F0, "Member 'AFS_Bullet_Default_C::Force_Dynamic_Switch' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, ActivateTaggedStaticAndSkeletal) == 0x0006F1, "Member 'AFS_Bullet_Default_C::ActivateTaggedStaticAndSkeletal' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Chaos_Field_Name) == 0x0006F8, "Member 'AFS_Bullet_Default_C::Chaos_Field_Name' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, FieldColour) == 0x000708, "Member 'AFS_Bullet_Default_C::FieldColour' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, ShowDebugText) == 0x000718, "Member 'AFS_Bullet_Default_C::ShowDebugText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, ShowWireFrame) == 0x000719, "Member 'AFS_Bullet_Default_C::ShowWireFrame' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, ShowSolidShapes) == 0x00071A, "Member 'AFS_Bullet_Default_C::ShowSolidShapes' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DirectionalDisplayScale) == 0x000720, "Member 'AFS_Bullet_Default_C::DirectionalDisplayScale' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, RadialDisplayScale) == 0x000728, "Member 'AFS_Bullet_Default_C::RadialDisplayScale' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Text_Vertical_Offset) == 0x000730, "Member 'AFS_Bullet_Default_C::Text_Vertical_Offset' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, LinearPhysicsType) == 0x000738, "Member 'AFS_Bullet_Default_C::LinearPhysicsType' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, AngularPhysicsType) == 0x000739, "Member 'AFS_Bullet_Default_C::AngularPhysicsType' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, FieldFalloffType) == 0x00073A, "Member 'AFS_Bullet_Default_C::FieldFalloffType' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Field_Falloff_Noise) == 0x00073B, "Member 'AFS_Bullet_Default_C::Field_Falloff_Noise' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Field_Falloff_Torque) == 0x00073C, "Member 'AFS_Bullet_Default_C::Field_Falloff_Torque' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UseLifespan) == 0x00073D, "Member 'AFS_Bullet_Default_C::UseLifespan' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, FieldLifespan) == 0x000740, "Member 'AFS_Bullet_Default_C::FieldLifespan' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UseFramesForTiming) == 0x000748, "Member 'AFS_Bullet_Default_C::UseFramesForTiming' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, FPS) == 0x000750, "Member 'AFS_Bullet_Default_C::FPS' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Dynamic_State) == 0x000758, "Member 'AFS_Bullet_Default_C::Dynamic_State' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlanarFalloffDist) == 0x000760, "Member 'AFS_Bullet_Default_C::PlanarFalloffDist' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, TotalDecay) == 0x000768, "Member 'AFS_Bullet_Default_C::TotalDecay' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, FalloffMinMax) == 0x000770, "Member 'AFS_Bullet_Default_C::FalloffMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PlanarFalloffExtentColor) == 0x000780, "Member 'AFS_Bullet_Default_C::PlanarFalloffExtentColor' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DIrectionalVelocityVector) == 0x000790, "Member 'AFS_Bullet_Default_C::DIrectionalVelocityVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, UpVector) == 0x0007A8, "Member 'AFS_Bullet_Default_C::UpVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, WorldLocation) == 0x0007C0, "Member 'AFS_Bullet_Default_C::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, ForwardVector) == 0x0007D8, "Member 'AFS_Bullet_Default_C::ForwardVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, rightVector) == 0x0007F0, "Member 'AFS_Bullet_Default_C::rightVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, skel) == 0x000808, "Member 'AFS_Bullet_Default_C::skel' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SimmableStaticMeshes) == 0x000810, "Member 'AFS_Bullet_Default_C::SimmableStaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SimmableSkelMeshes) == 0x000820, "Member 'AFS_Bullet_Default_C::SimmableSkelMeshes' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, PulseLevel) == 0x000830, "Member 'AFS_Bullet_Default_C::PulseLevel' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, TextDisplay) == 0x000838, "Member 'AFS_Bullet_Default_C::TextDisplay' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, AllText) == 0x000848, "Member 'AFS_Bullet_Default_C::AllText' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, ArrowColour_Dir) == 0x000858, "Member 'AFS_Bullet_Default_C::ArrowColour_Dir' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, ArrowColour_Normal) == 0x000868, "Member 'AFS_Bullet_Default_C::ArrowColour_Normal' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DeactivatedColour) == 0x000878, "Member 'AFS_Bullet_Default_C::DeactivatedColour' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DeactivatedTextColour) == 0x000888, "Member 'AFS_Bullet_Default_C::DeactivatedTextColour' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, Preview_Material) == 0x000898, "Member 'AFS_Bullet_Default_C::Preview_Material' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, TimeElapsed) == 0x0008A0, "Member 'AFS_Bullet_Default_C::TimeElapsed' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, NoiseScaleMult) == 0x0008A8, "Member 'AFS_Bullet_Default_C::NoiseScaleMult' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, NewVar_0) == 0x0008B0, "Member 'AFS_Bullet_Default_C::NewVar_0' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, IsTriggered) == 0x000910, "Member 'AFS_Bullet_Default_C::IsTriggered' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, NoiseScaleBase) == 0x000918, "Member 'AFS_Bullet_Default_C::NoiseScaleBase' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, DestroyActor) == 0x000920, "Member 'AFS_Bullet_Default_C::DestroyActor' has a wrong offset!"); \ +static_assert(offsetof(AFS_Bullet_Default_C, SimmableGeoCollections) == 0x000928, "Member 'AFS_Bullet_Default_C::SimmableGeoCollections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_DisplayTextSetup \ +static_assert(alignof(FS_MasterField_C_DisplayTextSetup) == 0x000008, "Wrong alignment on FS_MasterField_C_DisplayTextSetup"); \ +static_assert(sizeof(FS_MasterField_C_DisplayTextSetup) == 0x0000B8, "Wrong size on FS_MasterField_C_DisplayTextSetup"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_BreakVector2D_X) == 0x000000, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue) == 0x000010, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'FS_MasterField_C_DisplayTextSetup::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_1) == 0x000028, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_2) == 0x000038, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_BreakVector2D_X_1) == 0x000048, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_BreakVector2D_Y_1) == 0x000050, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_3) == 0x000058, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_4) == 0x000068, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_5) == 0x000078, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_DoubleToText_ReturnValue_6) == 0x000088, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_DoubleToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, CallFunc_Conv_BoolToText_ReturnValue) == 0x000098, "Member 'FS_MasterField_C_DisplayTextSetup::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_DisplayTextSetup, K2Node_MakeArray_Array) == 0x0000A8, "Member 'FS_MasterField_C_DisplayTextSetup::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_EnablePhysicsIfCovered_Box \ +static_assert(alignof(FS_MasterField_C_EnablePhysicsIfCovered_Box) == 0x000008, "Wrong alignment on FS_MasterField_C_EnablePhysicsIfCovered_Box"); \ +static_assert(sizeof(FS_MasterField_C_EnablePhysicsIfCovered_Box) == 0x000108, "Wrong size on FS_MasterField_C_EnablePhysicsIfCovered_Box"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, LocationComponent) == 0x000000, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::LocationComponent' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, PhysicsComponent) == 0x000008, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::PhysicsComponent' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000010, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000040, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000058, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000070, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000088, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_LessLess_VectorRotator_ReturnValue) == 0x0000A0, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_LessLess_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_Vector_GetAbs_ReturnValue) == 0x0000B8, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_Vector_GetAbs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000D0, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_BreakVector_X) == 0x0000E8, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_BreakVector_Y) == 0x0000F0, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_BreakVector_Z) == 0x0000F8, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000100, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000101, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_Less_DoubleDouble_ReturnValue_2) == 0x000102, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_Less_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_BooleanAND_ReturnValue) == 0x000103, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_EnablePhysicsIfCovered_Box, CallFunc_BooleanAND_ReturnValue_1) == 0x000104, "Member 'FS_MasterField_C_EnablePhysicsIfCovered_Box::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_ExecuteUbergraph_FS_MasterField \ +static_assert(alignof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField) == 0x000010, "Wrong alignment on FS_MasterField_C_ExecuteUbergraph_FS_MasterField"); \ +static_assert(sizeof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField) == 0x000AB0, "Wrong size on FS_MasterField_C_ExecuteUbergraph_FS_MasterField"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, EntryPoint) == 0x000000, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000004, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformInteger_ReturnValue) == 0x000008, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformInteger_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_X) == 0x000010, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_Y) == 0x000018, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_X_1) == 0x000020, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_Y_1) == 0x000028, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_X_2) == 0x000030, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_Y_2) == 0x000038, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetReturnResultsTerminal_ReturnValue) == 0x000040, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetReturnResultsTerminal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, K2Node_Event_DeltaSeconds) == 0x000048, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformScalar_ReturnValue) == 0x000050, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformScalar_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_bool_Has_Been_Initd_Variable) == 0x000058, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000060, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000078, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffSwitch_OperatorFieldOut) == 0x000080, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffSwitch_OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetRandomVector_ReturnValue) == 0x000088, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetRandomVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_bool_IsClosed_Variable) == 0x000090, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformVector_ReturnValue) == 0x000098, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue) == 0x0000A0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_X_3) == 0x0000A8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_Y_3) == 0x0000B0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, Temp_int_Variable) == 0x0000B8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000BC, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Add_IntInt_ReturnValue) == 0x0000C0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Add_VectorVector_ReturnValue) == 0x0000C8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetRadialVector_ReturnValue) == 0x0000E0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetRadialVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffSwitch___Strain_CullingField) == 0x0000E8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffSwitch___Strain_CullingField' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0000F0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_GetUpVector_ReturnValue) == 0x000108, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformVector_ReturnValue_1) == 0x000120, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_X_4) == 0x000128, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_Y_4) == 0x000130, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Abs_ReturnValue) == 0x000138, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000140, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000148, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000150, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000158, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BooleanAND_ReturnValue) == 0x000159, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BooleanAND_ReturnValue_1) == 0x00015A, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000160, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0001C0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Location) == 0x0001D8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Rotation) == 0x0001F0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Scale) == 0x000208, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BooleanAND_ReturnValue_2) == 0x000220, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000221, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffSwitch_ForceDynamic_OperatorFieldOut) == 0x000228, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffSwitch_ForceDynamic_OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000230, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetCullingField_ReturnValue) == 0x000248, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetCullingField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000250, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, K2Node_SwitchEnum_CmpSuccess) == 0x000268, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, K2Node_SwitchEnum_CmpSuccess_1) == 0x000269, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, K2Node_SwitchEnum_CmpSuccess_2) == 0x00026A, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000270, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Location_1) == 0x0002D0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Rotation_1) == 0x0002E8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Scale_1) == 0x000300, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_K2_GetComponentToWorld_ReturnValue_2) == 0x000320, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_K2_GetComponentToWorld_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_MakeTransform_ReturnValue) == 0x000380, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Location_2) == 0x0003E0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Rotation_2) == 0x0003F8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Scale_2) == 0x000410, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x000428, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformScalar_ReturnValue_1) == 0x000440, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformScalar_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_1) == 0x000448, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x000450, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000468, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_K2_GetComponentToWorld_ReturnValue_3) == 0x000480, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_K2_GetComponentToWorld_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Location_3) == 0x0004E0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Location_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Rotation_3) == 0x0004F8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Rotation_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Scale_3) == 0x000510, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Scale_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_K2_GetComponentToWorld_ReturnValue_4) == 0x000530, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_K2_GetComponentToWorld_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_MakeTransform_ReturnValue_1) == 0x000590, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Location_4) == 0x0005F0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Location_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Rotation_4) == 0x000608, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Rotation_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Scale_4) == 0x000620, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Scale_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Conv_DoubleToVector_ReturnValue_4) == 0x000638, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Conv_DoubleToVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Conv_DoubleToVector_ReturnValue_5) == 0x000650, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Conv_DoubleToVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_K2_GetComponentToWorld_ReturnValue_5) == 0x000670, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_K2_GetComponentToWorld_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x0006D0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Location_5) == 0x0006E8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Location_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Rotation_5) == 0x000700, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Rotation_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Scale_5) == 0x000718, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Scale_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_MakeTransform_ReturnValue_2) == 0x000730, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_K2_GetComponentToWorld_ReturnValue_6) == 0x000790, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_K2_GetComponentToWorld_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Location_6) == 0x0007F0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Location_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Rotation_6) == 0x000808, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Rotation_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Scale_6) == 0x000820, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Scale_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Conv_DoubleToVector_ReturnValue_6) == 0x000838, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Conv_DoubleToVector_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Conv_DoubleToVector_ReturnValue_7) == 0x000850, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Conv_DoubleToVector_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_K2_GetComponentToWorld_ReturnValue_7) == 0x000870, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_K2_GetComponentToWorld_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Multiply_VectorVector_ReturnValue_3) == 0x0008D0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Multiply_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Location_7) == 0x0008E8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Location_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Rotation_7) == 0x000900, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Rotation_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakTransform_Scale_7) == 0x000918, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakTransform_Scale_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_MakeTransform_ReturnValue_3) == 0x000930, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_X_5) == 0x000990, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_X_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_Y_5) == 0x000998, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_Y_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetNoiseField_ReturnValue) == 0x0009A0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetNoiseField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_X_6) == 0x0009A8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_X_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_Y_6) == 0x0009B0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_Y_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_2) == 0x0009B8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetNoiseField_ReturnValue_1) == 0x0009C0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetNoiseField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_3) == 0x0009C8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_X_7) == 0x0009D0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_X_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_Y_7) == 0x0009D8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_Y_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffAndCullingSwitch_CullingFieldOut) == 0x0009E0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffAndCullingSwitch_CullingFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetNoiseField_ReturnValue_2) == 0x0009E8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetNoiseField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_4) == 0x0009F0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffAndCullingSwitch_CullingFieldOut_1) == 0x0009F8, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffAndCullingSwitch_CullingFieldOut_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_X_8) == 0x000A00, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_X_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_Y_8) == 0x000A08, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_Y_8' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetNoiseField_ReturnValue_3) == 0x000A10, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetNoiseField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_5) == 0x000A18, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_X_9) == 0x000A20, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_X_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_BreakVector2D_Y_9) == 0x000A28, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_BreakVector2D_Y_9' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffAndCullingSwitch_CullingFieldOut_2) == 0x000A30, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffAndCullingSwitch_CullingFieldOut_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_MakeVector2D_ReturnValue) == 0x000A38, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_FalloffSwitch_InternalStrain_OperatorFieldOut) == 0x000A48, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_FalloffSwitch_InternalStrain_OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_6) == 0x000A50, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetMetaDataFilterType_ReturnValue) == 0x000A58, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetMetaDataFilterType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetOperatorField_ReturnValue_7) == 0x000A60, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetOperatorField_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetNoiseField_MinRange_ImplicitCast) == 0x000A68, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetNoiseField_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetNoiseField_MinRange_ImplicitCast_1) == 0x000A6C, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetNoiseField_MinRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetNoiseField_MinRange_ImplicitCast_2) == 0x000A70, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetNoiseField_MinRange_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformScalar_Magnitude_ImplicitCast) == 0x000A74, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformScalar_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Delay_Duration_ImplicitCast) == 0x000A78, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetRadialVector_Magnitude_ImplicitCast) == 0x000A7C, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetRadialVector_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetNoiseField_MinRange_ImplicitCast_3) == 0x000A80, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetNoiseField_MinRange_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformVector_Magnitude_ImplicitCast) == 0x000A84, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformVector_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Delay_Duration_ImplicitCast_1) == 0x000A88, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_Delay_Duration_ImplicitCast_2) == 0x000A8C, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_Delay_Duration_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetUniformScalar_Magnitude_ImplicitCast_1) == 0x000A90, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetUniformScalar_Magnitude_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetNoiseField_MaxRange_ImplicitCast) == 0x000A94, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetNoiseField_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetNoiseField_MaxRange_ImplicitCast_1) == 0x000A98, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetNoiseField_MaxRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetNoiseField_MaxRange_ImplicitCast_2) == 0x000A9C, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetNoiseField_MaxRange_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ExecuteUbergraph_FS_MasterField, CallFunc_SetNoiseField_MaxRange_ImplicitCast_3) == 0x000AA0, "Member 'FS_MasterField_C_ExecuteUbergraph_FS_MasterField::CallFunc_SetNoiseField_MaxRange_ImplicitCast_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_FalloffAndCullingSwitch \ +static_assert(alignof(FS_MasterField_C_FalloffAndCullingSwitch) == 0x000010, "Wrong alignment on FS_MasterField_C_FalloffAndCullingSwitch"); \ +static_assert(sizeof(FS_MasterField_C_FalloffAndCullingSwitch) == 0x000220, "Wrong size on FS_MasterField_C_FalloffAndCullingSwitch"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, FalloffType) == 0x000000, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, OperatorFieldIn) == 0x000008, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::OperatorFieldIn' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, FalloffMinMax_0) == 0x000010, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::FalloffMinMax_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CullingFieldOut) == 0x000020, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CullingFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, NewLocalVar_0) == 0x000028, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000040, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_BreakVector2D_X) == 0x0000A0, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_BreakVector2D_Y) == 0x0000A8, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetBoxFalloff_ReturnValue) == 0x0000B0, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, K2Node_SwitchEnum_CmpSuccess) == 0x0000B8, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_BreakVector2D_X_1) == 0x0000C0, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_BreakVector2D_Y_1) == 0x0000C8, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0000D0, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x000130, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_BreakVector2D_X_2) == 0x000138, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_BreakVector2D_Y_2) == 0x000140, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000148, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_GetUpVector_ReturnValue) == 0x000150, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000168, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000180, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetRadialFalloff_ReturnValue) == 0x000198, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetPlaneFalloff_ReturnValue) == 0x0001A0, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetPlaneFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetRadialFalloff_ReturnValue_1) == 0x0001A8, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetRadialFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetOperatorField_ReturnValue) == 0x0001B0, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetOperatorField_ReturnValue_1) == 0x0001B8, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetCullingField_ReturnValue) == 0x0001C0, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetCullingField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetPlaneFalloff_ReturnValue_1) == 0x0001C8, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetPlaneFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetCullingField_ReturnValue_1) == 0x0001D0, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetCullingField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetBoxFalloff_ReturnValue_2) == 0x0001D8, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetBoxFalloff_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetCullingField_ReturnValue_2) == 0x0001E0, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetCullingField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetOperatorField_ReturnValue_2) == 0x0001E8, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetCullingField_ReturnValue_3) == 0x0001F0, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetCullingField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetRadialFalloff_MinRange_ImplicitCast) == 0x0001F8, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetRadialFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetRadialFalloff_MaxRange_ImplicitCast) == 0x0001FC, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetRadialFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetBoxFalloff_MinRange_ImplicitCast) == 0x000200, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetBoxFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetBoxFalloff_MaxRange_ImplicitCast) == 0x000204, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetBoxFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetPlaneFalloff_Distance_ImplicitCast) == 0x000208, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetPlaneFalloff_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast) == 0x00020C, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffAndCullingSwitch, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast) == 0x000210, "Member 'FS_MasterField_C_FalloffAndCullingSwitch::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_FalloffSwitch \ +static_assert(alignof(FS_MasterField_C_FalloffSwitch) == 0x000010, "Wrong alignment on FS_MasterField_C_FalloffSwitch"); \ +static_assert(sizeof(FS_MasterField_C_FalloffSwitch) == 0x000220, "Wrong size on FS_MasterField_C_FalloffSwitch"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, FalloffType) == 0x000000, "Member 'FS_MasterField_C_FalloffSwitch::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, FalloffMinMax_0) == 0x000008, "Member 'FS_MasterField_C_FalloffSwitch::FalloffMinMax_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, OperatorFieldOut) == 0x000018, "Member 'FS_MasterField_C_FalloffSwitch::OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, NewLocalVar_1) == 0x000020, "Member 'FS_MasterField_C_FalloffSwitch::NewLocalVar_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, NewLocalVar_0) == 0x000030, "Member 'FS_MasterField_C_FalloffSwitch::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_BreakVector2D_X) == 0x000048, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_GetUpVector_ReturnValue) == 0x000058, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000070, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000090, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, K2Node_SwitchEnum_CmpSuccess) == 0x0000F0, "Member 'FS_MasterField_C_FalloffSwitch::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetBoxFalloff_ReturnValue) == 0x0000F8, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetPlaneFalloff_ReturnValue) == 0x000100, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetPlaneFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000110, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetOperatorField_ReturnValue) == 0x000170, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x000178, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetOperatorField_ReturnValue_1) == 0x000180, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000188, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000190, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_GetUpVector_ReturnValue_1) == 0x0001A8, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_GetUpVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetRadialFalloff_ReturnValue) == 0x0001C0, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0001C8, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetOperatorField_ReturnValue_2) == 0x0001E0, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetPlaneFalloff_ReturnValue_1) == 0x0001E8, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetPlaneFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetOperatorField_ReturnValue_3) == 0x0001F0, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetOperatorField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetPlaneFalloff_Distance_ImplicitCast) == 0x0001F8, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetPlaneFalloff_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetBoxFalloff_MinRange_ImplicitCast) == 0x0001FC, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetBoxFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetRadialFalloff_MinRange_ImplicitCast) == 0x000200, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetRadialFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast) == 0x000204, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1) == 0x000208, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetBoxFalloff_MaxRange_ImplicitCast) == 0x00020C, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetBoxFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetRadialFalloff_MaxRange_ImplicitCast) == 0x000210, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetRadialFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast) == 0x000214, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1) == 0x000218, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch, CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1) == 0x00021C, "Member 'FS_MasterField_C_FalloffSwitch::CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_FalloffSwitch___Strain \ +static_assert(alignof(FS_MasterField_C_FalloffSwitch___Strain) == 0x000010, "Wrong alignment on FS_MasterField_C_FalloffSwitch___Strain"); \ +static_assert(sizeof(FS_MasterField_C_FalloffSwitch___Strain) == 0x000200, "Wrong size on FS_MasterField_C_FalloffSwitch___Strain"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, Magnitude) == 0x000000, "Member 'FS_MasterField_C_FalloffSwitch___Strain::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, FalloffType) == 0x000008, "Member 'FS_MasterField_C_FalloffSwitch___Strain::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CullingField_0) == 0x000010, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CullingField_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, NewLocalVar_0) == 0x000018, "Member 'FS_MasterField_C_FalloffSwitch___Strain::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'FS_MasterField_C_FalloffSwitch___Strain::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000040, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_BreakVector2D_X) == 0x0000A0, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_BreakVector2D_Y) == 0x0000A8, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0000B0, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_BreakVector2D_X_1) == 0x000110, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_BreakVector2D_Y_1) == 0x000118, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetBoxFalloff_ReturnValue) == 0x000120, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_BreakVector2D_X_2) == 0x000128, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_BreakVector2D_Y_2) == 0x000130, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x000138, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000140, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000148, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetRadialFalloff_ReturnValue) == 0x000160, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_GetUpVector_ReturnValue) == 0x000168, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000180, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetRadialFalloff_ReturnValue_1) == 0x000198, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetRadialFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetPlaneFalloff_ReturnValue) == 0x0001A0, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetPlaneFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetCullingField_ReturnValue) == 0x0001A8, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetCullingField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetPlaneFalloff_ReturnValue_1) == 0x0001B0, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetPlaneFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetCullingField_ReturnValue_1) == 0x0001B8, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetCullingField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetBoxFalloff_ReturnValue_2) == 0x0001C0, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetBoxFalloff_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetCullingField_ReturnValue_2) == 0x0001C8, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetCullingField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetCullingField_ReturnValue_3) == 0x0001D0, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetCullingField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetRadialFalloff_Magnitude_ImplicitCast) == 0x0001D8, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetRadialFalloff_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetPlaneFalloff_Magnitude_ImplicitCast) == 0x0001DC, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetPlaneFalloff_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetBoxFalloff_Magnitude_ImplicitCast) == 0x0001E0, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetBoxFalloff_Magnitude_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetPlaneFalloff_Distance_ImplicitCast) == 0x0001E4, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetPlaneFalloff_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetRadialFalloff_MinRange_ImplicitCast) == 0x0001E8, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetRadialFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetRadialFalloff_MaxRange_ImplicitCast) == 0x0001EC, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetRadialFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast) == 0x0001F0, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast) == 0x0001F4, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetBoxFalloff_MinRange_ImplicitCast) == 0x0001F8, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetBoxFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch___Strain, CallFunc_SetBoxFalloff_MaxRange_ImplicitCast) == 0x0001FC, "Member 'FS_MasterField_C_FalloffSwitch___Strain::CallFunc_SetBoxFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_FalloffSwitch_ForceDynamic \ +static_assert(alignof(FS_MasterField_C_FalloffSwitch_ForceDynamic) == 0x000010, "Wrong alignment on FS_MasterField_C_FalloffSwitch_ForceDynamic"); \ +static_assert(sizeof(FS_MasterField_C_FalloffSwitch_ForceDynamic) == 0x000210, "Wrong size on FS_MasterField_C_FalloffSwitch_ForceDynamic"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, FalloffType) == 0x000000, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, FalloffMinMax_0) == 0x000008, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::FalloffMinMax_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, OperatorFieldOut) == 0x000018, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, NewLocalVar_1) == 0x000020, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::NewLocalVar_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, NewLocalVar_0) == 0x000030, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_BreakVector2D_X) == 0x000048, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_GetUpVector_ReturnValue) == 0x000058, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000070, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_ReturnValue) == 0x000088, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000090, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0000F0, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetBoxFalloff_ReturnValue) == 0x000150, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x000158, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetOperatorField_ReturnValue) == 0x000160, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetOperatorField_ReturnValue_1) == 0x000168, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, K2Node_SwitchEnum_CmpSuccess) == 0x000170, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000174, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000178, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetRadialFalloff_ReturnValue) == 0x000190, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_GetUpVector_ReturnValue_1) == 0x000198, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_GetUpVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetOperatorField_ReturnValue_2) == 0x0001B0, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0001B8, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_ReturnValue_1) == 0x0001D0, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetOperatorField_ReturnValue_3) == 0x0001D8, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetOperatorField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetBoxFalloff_MinRange_ImplicitCast) == 0x0001E0, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetBoxFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetRadialFalloff_MinRange_ImplicitCast) == 0x0001E4, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetRadialFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast) == 0x0001E8, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1) == 0x0001EC, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetBoxFalloff_MaxRange_ImplicitCast) == 0x0001F0, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetBoxFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetRadialFalloff_MaxRange_ImplicitCast) == 0x0001F4, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetRadialFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast) == 0x0001F8, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1) == 0x0001FC, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_Distance_ImplicitCast) == 0x000200, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_ForceDynamic, CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1) == 0x000204, "Member 'FS_MasterField_C_FalloffSwitch_ForceDynamic::CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_FalloffSwitch_InternalStrain \ +static_assert(alignof(FS_MasterField_C_FalloffSwitch_InternalStrain) == 0x000010, "Wrong alignment on FS_MasterField_C_FalloffSwitch_InternalStrain"); \ +static_assert(sizeof(FS_MasterField_C_FalloffSwitch_InternalStrain) == 0x000210, "Wrong size on FS_MasterField_C_FalloffSwitch_InternalStrain"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, FalloffType) == 0x000000, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::FalloffType' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, FalloffMinMax_0) == 0x000008, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::FalloffMinMax_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, OperatorFieldOut) == 0x000018, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::OperatorFieldOut' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, NewLocalVar_1) == 0x000020, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::NewLocalVar_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, NewLocalVar_0) == 0x000030, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_BreakVector2D_X) == 0x000048, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_GetUpVector_ReturnValue) == 0x000058, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000070, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_ReturnValue) == 0x000088, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000090, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x0000F0, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetBoxFalloff_ReturnValue) == 0x000150, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x000158, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetOperatorField_ReturnValue) == 0x000160, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetOperatorField_ReturnValue_1) == 0x000168, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, K2Node_SwitchEnum_CmpSuccess) == 0x000170, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000174, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000178, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetRadialFalloff_ReturnValue) == 0x000190, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_GetUpVector_ReturnValue_1) == 0x000198, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_GetUpVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetOperatorField_ReturnValue_2) == 0x0001B0, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0001B8, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_ReturnValue_1) == 0x0001D0, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetOperatorField_ReturnValue_3) == 0x0001D8, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetOperatorField_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetBoxFalloff_MinRange_ImplicitCast) == 0x0001E0, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetBoxFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetRadialFalloff_MinRange_ImplicitCast) == 0x0001E4, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetRadialFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast) == 0x0001E8, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1) == 0x0001EC, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_MinRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetBoxFalloff_MaxRange_ImplicitCast) == 0x0001F0, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetBoxFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetRadialFalloff_MaxRange_ImplicitCast) == 0x0001F4, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetRadialFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast) == 0x0001F8, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1) == 0x0001FC, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_MaxRange_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_Distance_ImplicitCast) == 0x000200, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_Distance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_FalloffSwitch_InternalStrain, CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1) == 0x000204, "Member 'FS_MasterField_C_FalloffSwitch_InternalStrain::CallFunc_SetPlaneFalloff_Distance_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_ForceMultiplier \ +static_assert(alignof(FS_MasterField_C_ForceMultiplier) == 0x000008, "Wrong alignment on FS_MasterField_C_ForceMultiplier"); \ +static_assert(sizeof(FS_MasterField_C_ForceMultiplier) == 0x000030, "Wrong size on FS_MasterField_C_ForceMultiplier"); \ +static_assert(offsetof(FS_MasterField_C_ForceMultiplier, CallFunc_Square_ReturnValue) == 0x000000, "Member 'FS_MasterField_C_ForceMultiplier::CallFunc_Square_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ForceMultiplier, CallFunc_Square_ReturnValue_1) == 0x000008, "Member 'FS_MasterField_C_ForceMultiplier::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ForceMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000010, "Member 'FS_MasterField_C_ForceMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ForceMultiplier, CallFunc_Square_ReturnValue_2) == 0x000018, "Member 'FS_MasterField_C_ForceMultiplier::CallFunc_Square_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ForceMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000020, "Member 'FS_MasterField_C_ForceMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_ForceMultiplier, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000028, "Member 'FS_MasterField_C_ForceMultiplier::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_GatherComponentsByTag \ +static_assert(alignof(FS_MasterField_C_GatherComponentsByTag) == 0x000008, "Wrong alignment on FS_MasterField_C_GatherComponentsByTag"); \ +static_assert(sizeof(FS_MasterField_C_GatherComponentsByTag) == 0x000060, "Wrong size on FS_MasterField_C_GatherComponentsByTag"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, Array) == 0x000000, "Member 'FS_MasterField_C_GatherComponentsByTag::Array' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'FS_MasterField_C_GatherComponentsByTag::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'FS_MasterField_C_GatherComponentsByTag::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'FS_MasterField_C_GatherComponentsByTag::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'FS_MasterField_C_GatherComponentsByTag::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, Temp_int_Array_Index_Variable) == 0x000020, "Member 'FS_MasterField_C_GatherComponentsByTag::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'FS_MasterField_C_GatherComponentsByTag::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, CallFunc_Array_Get_Item) == 0x000028, "Member 'FS_MasterField_C_GatherComponentsByTag::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, CallFunc_GetComponentsByTag_ReturnValue) == 0x000030, "Member 'FS_MasterField_C_GatherComponentsByTag::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'FS_MasterField_C_GatherComponentsByTag::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'FS_MasterField_C_GatherComponentsByTag::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, Temp_int_Loop_Counter_Variable_1) == 0x00004C, "Member 'FS_MasterField_C_GatherComponentsByTag::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, CallFunc_Array_Add_ReturnValue) == 0x000050, "Member 'FS_MasterField_C_GatherComponentsByTag::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, CallFunc_Less_IntInt_ReturnValue_1) == 0x000054, "Member 'FS_MasterField_C_GatherComponentsByTag::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_GatherComponentsByTag, CallFunc_Add_IntInt_ReturnValue_1) == 0x000058, "Member 'FS_MasterField_C_GatherComponentsByTag::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_InitializeFieldVariables \ +static_assert(alignof(FS_MasterField_C_InitializeFieldVariables) == 0x000008, "Wrong alignment on FS_MasterField_C_InitializeFieldVariables"); \ +static_assert(sizeof(FS_MasterField_C_InitializeFieldVariables) == 0x000140, "Wrong size on FS_MasterField_C_InitializeFieldVariables"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000000, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'FS_MasterField_C_InitializeFieldVariables::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000010, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, K2Node_MakeArray_Array) == 0x000018, "Member 'FS_MasterField_C_InitializeFieldVariables::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_BreakVector_X) == 0x000028, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_BreakVector_Y) == 0x000030, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_BreakVector_Z) == 0x000038, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000040, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000048, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_GetComponentBounds_Origin) == 0x000050, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_GetComponentBounds_BoxExtent) == 0x000068, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_GetComponentBounds_SphereRadius) == 0x000080, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_GetComponentBounds_Origin_1) == 0x000088, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_GetComponentBounds_Origin_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_GetComponentBounds_BoxExtent_1) == 0x0000A0, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_GetComponentBounds_BoxExtent_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_GetComponentBounds_SphereRadius_1) == 0x0000B8, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_GetComponentBounds_SphereRadius_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000C0, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000D8, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, Temp_object_Variable) == 0x0000F0, "Member 'FS_MasterField_C_InitializeFieldVariables::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, Temp_object_Variable_1) == 0x000100, "Member 'FS_MasterField_C_InitializeFieldVariables::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_BoxOverlapActors_OutActors) == 0x000110, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_BoxOverlapActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_BoxOverlapActors_ReturnValue) == 0x000120, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_BoxOverlapActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_SphereOverlapActors_OutActors) == 0x000128, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_SphereOverlapActors_OutActors' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, CallFunc_SphereOverlapActors_ReturnValue) == 0x000138, "Member 'FS_MasterField_C_InitializeFieldVariables::CallFunc_SphereOverlapActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_InitializeFieldVariables, K2Node_SwitchEnum_CmpSuccess_1) == 0x000139, "Member 'FS_MasterField_C_InitializeFieldVariables::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_MakeDynamic_EnableNonGC \ +static_assert(alignof(FS_MasterField_C_MakeDynamic_EnableNonGC) == 0x000008, "Wrong alignment on FS_MasterField_C_MakeDynamic_EnableNonGC"); \ +static_assert(sizeof(FS_MasterField_C_MakeDynamic_EnableNonGC) == 0x0005C8, "Wrong size on FS_MasterField_C_MakeDynamic_EnableNonGC"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, NewLocalVar_0) == 0x000000, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::NewLocalVar_0' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable) == 0x000018, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_2) == 0x000030, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_2) == 0x000034, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_2) == 0x000038, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_3) == 0x00003C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_3) == 0x000040, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_3) == 0x000044, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_4) == 0x000048, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_4) == 0x00004C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_4) == 0x000050, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item) == 0x000058, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_1) == 0x000060, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000068, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x000070, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_2) == 0x000074, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Not_PreBool_ReturnValue) == 0x000078, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, K2Node_SwitchEnum_CmpSuccess) == 0x000079, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_5) == 0x00007C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, K2Node_SwitchEnum_CmpSuccess_1) == 0x000080, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue) == 0x000081, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_5) == 0x000084, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_6) == 0x000088, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_1) == 0x00008C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_6) == 0x000090, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Loop_Counter_Variable_7) == 0x000094, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_2) == 0x000098, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_IntInt_ReturnValue_7) == 0x00009C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_5) == 0x0000A0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_2) == 0x0000B0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_IsSimulatingPhysics_ReturnValue_1) == 0x0000B8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_IsSimulatingPhysics_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x0000C0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_3) == 0x0000C8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_3) == 0x0000CC, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x0000D0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_6) == 0x0000D4, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_3) == 0x0000D8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetRootComponent_ReturnValue_2) == 0x0000E0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetRootComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000E8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Vector_Distance_ReturnValue) == 0x000100, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000108, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X) == 0x000110, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y) == 0x000118, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z) == 0x000120, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_SignOfFloat_ReturnValue) == 0x000128, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000130, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentScale_ReturnValue_1) == 0x000148, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentScale_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_1) == 0x000160, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_1) == 0x000168, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_1) == 0x000170, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_2) == 0x000178, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_2) == 0x000180, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_2) == 0x000188, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000190, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000198, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, Temp_int_Array_Index_Variable_7) == 0x0001A0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_4) == 0x0001A4, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_4) == 0x0001A8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_4) == 0x0001B0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetRootComponent_ReturnValue_3) == 0x0001B8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetRootComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0001C0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0001D8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue) == 0x0001F0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x0001F8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000200, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000218, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000230, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000248, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue) == 0x000260, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_1) == 0x000268, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000270, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_2) == 0x000271, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_2) == 0x000278, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue) == 0x000280, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_2) == 0x000288, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x0002A0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_VectorVector_ReturnValue) == 0x0002B8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_2) == 0x0002D0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_3) == 0x0002D8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_3) == 0x0002E0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_3) == 0x0002E8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_3) == 0x0002F0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_SignOfFloat_ReturnValue_1) == 0x0002F8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_SignOfFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000300, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_4) == 0x000308, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_4) == 0x000310, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_4) == 0x000318, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_1) == 0x000320, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_SignOfFloat_ReturnValue_2) == 0x000328, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_SignOfFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_2) == 0x000330, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000338, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_GetRightVector_ReturnValue) == 0x000350, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_GetForwardVector_ReturnValue) == 0x000368, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_GetUpVector_ReturnValue) == 0x000380, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentScale_ReturnValue_2) == 0x000398, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentScale_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentScale_ReturnValue_3) == 0x0003B0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentScale_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_5) == 0x0003C8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_5) == 0x0003D0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_5) == 0x0003D8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_6) == 0x0003E0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_6) == 0x0003E8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_6) == 0x0003F0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x0003F8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000400, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_5) == 0x000408, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_6) == 0x000410, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000418, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_5) == 0x000430, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000438, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_5) == 0x000450, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_3) == 0x000458, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_3) == 0x000460, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_4) == 0x000478, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_3) == 0x000480, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_4) == 0x000498, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_3) == 0x0004B0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_4) == 0x0004B8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_4) == 0x0004D0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_4) == 0x0004D8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Dot_VectorVector_ReturnValue_5) == 0x0004E0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Dot_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_5) == 0x0004E8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Conv_DoubleToVector_ReturnValue_5) == 0x0004F0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Conv_DoubleToVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_3) == 0x000508, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Multiply_VectorVector_ReturnValue_5) == 0x000510, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Multiply_VectorVector_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_6) == 0x000528, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000530, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_6) == 0x000548, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_X_7) == 0x000550, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_X_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Y_7) == 0x000558, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BreakVector_Z_7) == 0x000560, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_SignOfFloat_ReturnValue_3) == 0x000568, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_SignOfFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_VSize_ReturnValue_5) == 0x000570, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_VSize_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x000578, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_6) == 0x000579, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_4) == 0x00057A, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_BooleanAND_ReturnValue_5) == 0x00057B, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Get_Item_7) == 0x000580, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Array_Length_ReturnValue_7) == 0x000588, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_IntInt_ReturnValue_7) == 0x00058C, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x000590, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Vector_Distance_ReturnValue_1) == 0x0005A8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Vector_Distance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_GetScaledSphereRadius_ReturnValue_1) == 0x0005B0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_GetScaledSphereRadius_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_ReturnValue_7) == 0x0005B4, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x0005B8, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_MakeDynamic_EnableNonGC, CallFunc_Less_DoubleDouble_B_ImplicitCast_1) == 0x0005C0, "Member 'FS_MasterField_C_MakeDynamic_EnableNonGC::CallFunc_Less_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_ReceiveTick \ +static_assert(alignof(FS_MasterField_C_ReceiveTick) == 0x000004, "Wrong alignment on FS_MasterField_C_ReceiveTick"); \ +static_assert(sizeof(FS_MasterField_C_ReceiveTick) == 0x000004, "Wrong size on FS_MasterField_C_ReceiveTick"); \ +static_assert(offsetof(FS_MasterField_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'FS_MasterField_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_SetVisibility \ +static_assert(alignof(FS_MasterField_C_SetVisibility) == 0x000008, "Wrong alignment on FS_MasterField_C_SetVisibility"); \ +static_assert(sizeof(FS_MasterField_C_SetVisibility) == 0x000160, "Wrong size on FS_MasterField_C_SetVisibility"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'FS_MasterField_C_SetVisibility::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_Add_VectorVector_ReturnValue) == 0x000018, "Member 'FS_MasterField_C_SetVisibility::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000030, "Member 'FS_MasterField_C_SetVisibility::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, Temp_int_Variable) == 0x000130, "Member 'FS_MasterField_C_SetVisibility::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_Add_IntInt_ReturnValue) == 0x000134, "Member 'FS_MasterField_C_SetVisibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_BooleanAND_ReturnValue) == 0x000138, "Member 'FS_MasterField_C_SetVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000139, "Member 'FS_MasterField_C_SetVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, K2Node_MakeArray_Array) == 0x000140, "Member 'FS_MasterField_C_SetVisibility::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_Array_Get_Item) == 0x000150, "Member 'FS_MasterField_C_SetVisibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_Array_Length_ReturnValue) == 0x000158, "Member 'FS_MasterField_C_SetVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, CallFunc_Less_IntInt_ReturnValue) == 0x00015C, "Member 'FS_MasterField_C_SetVisibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_SetVisibility, K2Node_SwitchEnum_CmpSuccess) == 0x00015D, "Member 'FS_MasterField_C_SetVisibility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FS_MasterField_C_UserConstructionScript \ +static_assert(alignof(FS_MasterField_C_UserConstructionScript) == 0x000008, "Wrong alignment on FS_MasterField_C_UserConstructionScript"); \ +static_assert(sizeof(FS_MasterField_C_UserConstructionScript) == 0x000050, "Wrong size on FS_MasterField_C_UserConstructionScript"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000000, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000018, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000020, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000028, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'FS_MasterField_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(FS_MasterField_C_UserConstructionScript, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000038, "Member 'FS_MasterField_C_UserConstructionScript::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFS_MasterField_C \ +static_assert(alignof(AFS_MasterField_C) == 0x000010, "Wrong alignment on AFS_MasterField_C"); \ +static_assert(sizeof(AFS_MasterField_C) == 0x000930, "Wrong size on AFS_MasterField_C"); \ +static_assert(offsetof(AFS_MasterField_C, UberGraphFrame) == 0x0002B8, "Member 'AFS_MasterField_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldSystemMetaDataProcessingResolution) == 0x0002C0, "Member 'AFS_MasterField_C::FieldSystemMetaDataProcessingResolution' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldSystemMetaDataFilter) == 0x0002C8, "Member 'AFS_MasterField_C::FieldSystemMetaDataFilter' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneFalloff_Cull) == 0x0002D0, "Member 'AFS_MasterField_C::PlaneFalloff_Cull' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialFalloff_FalloffSwitch) == 0x0002D8, "Member 'AFS_MasterField_C::RadialFalloff_FalloffSwitch' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxFalloff_SwitchFunction) == 0x0002E0, "Member 'AFS_MasterField_C::BoxFalloff_SwitchFunction' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneFalloff_SwitchFunction) == 0x0002E8, "Member 'AFS_MasterField_C::PlaneFalloff_SwitchFunction' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxFalloff_Culling_Strain) == 0x0002F0, "Member 'AFS_MasterField_C::BoxFalloff_Culling_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, CullingField_Plane_Strain2) == 0x0002F8, "Member 'AFS_MasterField_C::CullingField_Plane_Strain2' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialFalloff_Strain) == 0x000300, "Member 'AFS_MasterField_C::RadialFalloff_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneFalloff_Strain) == 0x000308, "Member 'AFS_MasterField_C::PlaneFalloff_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxFalloff_Strain) == 0x000310, "Member 'AFS_MasterField_C::BoxFalloff_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneFalloff_ForceDynamic) == 0x000318, "Member 'AFS_MasterField_C::PlaneFalloff_ForceDynamic' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialFalloff_ForceDynamic) == 0x000320, "Member 'AFS_MasterField_C::RadialFalloff_ForceDynamic' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorField_ForceDynamic) == 0x000328, "Member 'AFS_MasterField_C::OperatorField_ForceDynamic' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxFalloff_ForceDynamic) == 0x000330, "Member 'AFS_MasterField_C::BoxFalloff_ForceDynamic' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneFalloff_InternalStrain) == 0x000338, "Member 'AFS_MasterField_C::PlaneFalloff_InternalStrain' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxFalloff_InternalStrain) == 0x000340, "Member 'AFS_MasterField_C::BoxFalloff_InternalStrain' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorField_InternalStrain) == 0x000348, "Member 'AFS_MasterField_C::OperatorField_InternalStrain' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialFalloff_InternalStrain) == 0x000350, "Member 'AFS_MasterField_C::RadialFalloff_InternalStrain' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UniformIntegerFalloff) == 0x000358, "Member 'AFS_MasterField_C::UniformIntegerFalloff' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_PlanarNormal_Arrow2) == 0x000360, "Member 'AFS_MasterField_C::SM_PlanarNormal_Arrow2' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneVolumeFalloffDistance) == 0x000368, "Member 'AFS_MasterField_C::PlaneVolumeFalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneVolumeBox) == 0x000370, "Member 'AFS_MasterField_C::PlaneVolumeBox' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneVolume) == 0x000378, "Member 'AFS_MasterField_C::PlaneVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_DirectionArrow) == 0x000380, "Member 'AFS_MasterField_C::SM_DirectionArrow' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DirectionalArrowNull) == 0x000388, "Member 'AFS_MasterField_C::DirectionalArrowNull' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SphereVolumeCol) == 0x000390, "Member 'AFS_MasterField_C::SphereVolumeCol' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_RadialArrow) == 0x000398, "Member 'AFS_MasterField_C::SM_RadialArrow' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_RadialArrow4) == 0x0003A0, "Member 'AFS_MasterField_C::SM_RadialArrow4' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_RadialArrow3) == 0x0003A8, "Member 'AFS_MasterField_C::SM_RadialArrow3' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_RadialArrow2) == 0x0003B0, "Member 'AFS_MasterField_C::SM_RadialArrow2' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_RadialArrow1) == 0x0003B8, "Member 'AFS_MasterField_C::SM_RadialArrow1' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_RadialArrow5) == 0x0003C0, "Member 'AFS_MasterField_C::SM_RadialArrow5' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, CullingField_Plane2) == 0x0003C8, "Member 'AFS_MasterField_C::CullingField_Plane2' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_PlanarNormal_Arrow1) == 0x0003D0, "Member 'AFS_MasterField_C::SM_PlanarNormal_Arrow1' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_DirectionArrow1) == 0x0003D8, "Member 'AFS_MasterField_C::SM_DirectionArrow1' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SM_DirectionArrow2) == 0x0003E0, "Member 'AFS_MasterField_C::SM_DirectionArrow2' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseMaxValueText) == 0x0003E8, "Member 'AFS_MasterField_C::NoiseMaxValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseMinValueText) == 0x0003F0, "Member 'AFS_MasterField_C::NoiseMinValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TorqueValueText) == 0x0003F8, "Member 'AFS_MasterField_C::TorqueValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Noise_MinMaxTitle_Text) == 0x000400, "Member 'AFS_MasterField_C::Noise_MinMaxTitle_Text' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TorqueTitleText) == 0x000408, "Member 'AFS_MasterField_C::TorqueTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DirectionalValueText) == 0x000410, "Member 'AFS_MasterField_C::DirectionalValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DirectionalMagTitleText) == 0x000418, "Member 'AFS_MasterField_C::DirectionalMagTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialValueText) == 0x000420, "Member 'AFS_MasterField_C::RadialValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Radial_Mag_Title_Text) == 0x000428, "Member 'AFS_MasterField_C::Radial_Mag_Title_Text' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, StrainValueText) == 0x000430, "Member 'AFS_MasterField_C::StrainValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, StrainTitleText) == 0x000438, "Member 'AFS_MasterField_C::StrainTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DelayTitleText) == 0x000440, "Member 'AFS_MasterField_C::DelayTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ActiveTitleText) == 0x000448, "Member 'AFS_MasterField_C::ActiveTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DelayValueText) == 0x000450, "Member 'AFS_MasterField_C::DelayValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorField_FalloffSwitch) == 0x000458, "Member 'AFS_MasterField_C::OperatorField_FalloffSwitch' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorField_FalloffAndCull) == 0x000460, "Member 'AFS_MasterField_C::OperatorField_FalloffAndCull' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorField_FalloffSwitch_Box) == 0x000468, "Member 'AFS_MasterField_C::OperatorField_FalloffSwitch_Box' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, CullingField_Plane_Strain) == 0x000470, "Member 'AFS_MasterField_C::CullingField_Plane_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneFalloff_Magnitude) == 0x000478, "Member 'AFS_MasterField_C::PlaneFalloff_Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlaneFalloff) == 0x000480, "Member 'AFS_MasterField_C::PlaneFalloff' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, CullingField_Box) == 0x000488, "Member 'AFS_MasterField_C::CullingField_Box' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxFalloff_Culling) == 0x000490, "Member 'AFS_MasterField_C::BoxFalloff_Culling' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxFalloff) == 0x000498, "Member 'AFS_MasterField_C::BoxFalloff' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxFalloff_Magnitude) == 0x0004A0, "Member 'AFS_MasterField_C::BoxFalloff_Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SphereVolume) == 0x0004A8, "Member 'AFS_MasterField_C::SphereVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ActiveValueText) == 0x0004B0, "Member 'AFS_MasterField_C::ActiveValueText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldTitleText) == 0x0004B8, "Member 'AFS_MasterField_C::FieldTitleText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxVolume) == 0x0004C0, "Member 'AFS_MasterField_C::BoxVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Field_Text) == 0x0004C8, "Member 'AFS_MasterField_C::Field_Text' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxVolumeCol) == 0x0004D0, "Member 'AFS_MasterField_C::BoxVolumeCol' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UniformScalarDecay) == 0x0004D8, "Member 'AFS_MasterField_C::UniformScalarDecay' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorFieldDecay1) == 0x0004E0, "Member 'AFS_MasterField_C::OperatorFieldDecay1' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorFieldDecay2) == 0x0004E8, "Member 'AFS_MasterField_C::OperatorFieldDecay2' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ReturnResultsTerminal) == 0x0004F0, "Member 'AFS_MasterField_C::ReturnResultsTerminal' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorField_TorqueC) == 0x0004F8, "Member 'AFS_MasterField_C::OperatorField_TorqueC' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorField_dirNoise) == 0x000500, "Member 'AFS_MasterField_C::OperatorField_dirNoise' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorField_radNoise) == 0x000508, "Member 'AFS_MasterField_C::OperatorField_radNoise' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseField_Torque) == 0x000510, "Member 'AFS_MasterField_C::NoiseField_Torque' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorField_torque_A) == 0x000518, "Member 'AFS_MasterField_C::OperatorField_torque_A' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UniformScalar_Torque) == 0x000520, "Member 'AFS_MasterField_C::UniformScalar_Torque' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, CullingField_DynamicState) == 0x000528, "Member 'AFS_MasterField_C::CullingField_DynamicState' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UniformInteger) == 0x000530, "Member 'AFS_MasterField_C::UniformInteger' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, CullingField_Decay) == 0x000538, "Member 'AFS_MasterField_C::CullingField_Decay' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, CullingFieldSphere) == 0x000540, "Member 'AFS_MasterField_C::CullingFieldSphere' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialFalloffMagnitude) == 0x000548, "Member 'AFS_MasterField_C::RadialFalloffMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialFalloff_cullVolume) == 0x000550, "Member 'AFS_MasterField_C::RadialFalloff_cullVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorFieldDecay4) == 0x000558, "Member 'AFS_MasterField_C::OperatorFieldDecay4' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, CullingField) == 0x000560, "Member 'AFS_MasterField_C::CullingField' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialFalloff) == 0x000568, "Member 'AFS_MasterField_C::RadialFalloff' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OperatorField_torque_B) == 0x000570, "Member 'AFS_MasterField_C::OperatorField_torque_B' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UniformVector_Torque) == 0x000578, "Member 'AFS_MasterField_C::UniformVector_Torque' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RandomVector_torque) == 0x000580, "Member 'AFS_MasterField_C::RandomVector_torque' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseField_dir) == 0x000588, "Member 'AFS_MasterField_C::NoiseField_dir' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseField_rad) == 0x000590, "Member 'AFS_MasterField_C::NoiseField_rad' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UniformVector_dir) == 0x000598, "Member 'AFS_MasterField_C::UniformVector_dir' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialVector_rad) == 0x0005A0, "Member 'AFS_MasterField_C::RadialVector_rad' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Field_Active) == 0x0005A8, "Member 'AFS_MasterField_C::Field_Active' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Debug) == 0x0005A9, "Member 'AFS_MasterField_C::Debug' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ActivationType) == 0x0005AA, "Member 'AFS_MasterField_C::ActivationType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Field_Falloff_Shape) == 0x0005AB, "Member 'AFS_MasterField_C::Field_Falloff_Shape' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseTick) == 0x0005AC, "Member 'AFS_MasterField_C::UseTick' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DelayAmount) == 0x0005B0, "Member 'AFS_MasterField_C::DelayAmount' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Use_External_Strain) == 0x0005B8, "Member 'AFS_MasterField_C::Use_External_Strain' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Strain_Magnitude) == 0x0005C0, "Member 'AFS_MasterField_C::Strain_Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, StrainFalloffType) == 0x0005C8, "Member 'AFS_MasterField_C::StrainFalloffType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, StrainFalloffMinMax) == 0x0005D0, "Member 'AFS_MasterField_C::StrainFalloffMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NumStrainHits) == 0x0005E0, "Member 'AFS_MasterField_C::NumStrainHits' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseRadialVector) == 0x0005E4, "Member 'AFS_MasterField_C::UseRadialVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Radial_Magnitude) == 0x0005E8, "Member 'AFS_MasterField_C::Radial_Magnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseDirectionalVector) == 0x0005F0, "Member 'AFS_MasterField_C::UseDirectionalVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DirectionalMagnitude) == 0x0005F8, "Member 'AFS_MasterField_C::DirectionalMagnitude' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseTorque) == 0x000600, "Member 'AFS_MasterField_C::UseTorque' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TorqueMult) == 0x000608, "Member 'AFS_MasterField_C::TorqueMult' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, VelocityFieldFalloffType) == 0x000610, "Member 'AFS_MasterField_C::VelocityFieldFalloffType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, VelocityFalloffMinMax) == 0x000618, "Member 'AFS_MasterField_C::VelocityFalloffMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseNoise) == 0x000628, "Member 'AFS_MasterField_C::UseNoise' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseMinMax) == 0x000630, "Member 'AFS_MasterField_C::NoiseMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseDecay) == 0x000640, "Member 'AFS_MasterField_C::UseDecay' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DecayAmount) == 0x000648, "Member 'AFS_MasterField_C::DecayAmount' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DecayFalloffType) == 0x000650, "Member 'AFS_MasterField_C::DecayFalloffType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DecayFalloffMinMax) == 0x000658, "Member 'AFS_MasterField_C::DecayFalloffMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldVolume) == 0x000668, "Member 'AFS_MasterField_C::FieldVolume' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DecayDelay) == 0x000670, "Member 'AFS_MasterField_C::DecayDelay' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, MaxDecayAmount) == 0x000678, "Member 'AFS_MasterField_C::MaxDecayAmount' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialPositionOffset) == 0x000680, "Member 'AFS_MasterField_C::RadialPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, OverideDIrectionalVector) == 0x000698, "Member 'AFS_MasterField_C::OverideDIrectionalVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DIrectionalVectorOveride) == 0x0006A0, "Member 'AFS_MasterField_C::DIrectionalVectorOveride' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TorqueVectorOveride) == 0x0006B8, "Member 'AFS_MasterField_C::TorqueVectorOveride' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Velocity_Vector_Switch) == 0x0006D0, "Member 'AFS_MasterField_C::Velocity_Vector_Switch' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ForceMult) == 0x0006D8, "Member 'AFS_MasterField_C::ForceMult' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, BoxCullingOnPlanar) == 0x0006E0, "Member 'AFS_MasterField_C::BoxCullingOnPlanar' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlanarFalloffDistOveride) == 0x0006E8, "Member 'AFS_MasterField_C::PlanarFalloffDistOveride' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Force_Dynamic_Switch) == 0x0006F0, "Member 'AFS_MasterField_C::Force_Dynamic_Switch' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ActivateTaggedStaticAndSkeletal) == 0x0006F1, "Member 'AFS_MasterField_C::ActivateTaggedStaticAndSkeletal' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Chaos_Field_Name) == 0x0006F8, "Member 'AFS_MasterField_C::Chaos_Field_Name' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldColour) == 0x000708, "Member 'AFS_MasterField_C::FieldColour' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ShowDebugText) == 0x000718, "Member 'AFS_MasterField_C::ShowDebugText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ShowWireFrame) == 0x000719, "Member 'AFS_MasterField_C::ShowWireFrame' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ShowSolidShapes) == 0x00071A, "Member 'AFS_MasterField_C::ShowSolidShapes' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DirectionalDisplayScale) == 0x000720, "Member 'AFS_MasterField_C::DirectionalDisplayScale' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, RadialDisplayScale) == 0x000728, "Member 'AFS_MasterField_C::RadialDisplayScale' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Text_Vertical_Offset) == 0x000730, "Member 'AFS_MasterField_C::Text_Vertical_Offset' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, LinearPhysicsType) == 0x000738, "Member 'AFS_MasterField_C::LinearPhysicsType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, AngularPhysicsType) == 0x000739, "Member 'AFS_MasterField_C::AngularPhysicsType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldFalloffType) == 0x00073A, "Member 'AFS_MasterField_C::FieldFalloffType' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Field_Falloff_Noise) == 0x00073B, "Member 'AFS_MasterField_C::Field_Falloff_Noise' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Field_Falloff_Torque) == 0x00073C, "Member 'AFS_MasterField_C::Field_Falloff_Torque' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseLifespan) == 0x00073D, "Member 'AFS_MasterField_C::UseLifespan' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FieldLifespan) == 0x000740, "Member 'AFS_MasterField_C::FieldLifespan' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UseFramesForTiming) == 0x000748, "Member 'AFS_MasterField_C::UseFramesForTiming' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FPS) == 0x000750, "Member 'AFS_MasterField_C::FPS' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Dynamic_State) == 0x000758, "Member 'AFS_MasterField_C::Dynamic_State' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlanarFalloffDist) == 0x000760, "Member 'AFS_MasterField_C::PlanarFalloffDist' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TotalDecay) == 0x000768, "Member 'AFS_MasterField_C::TotalDecay' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, FalloffMinMax) == 0x000770, "Member 'AFS_MasterField_C::FalloffMinMax' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PlanarFalloffExtentColor) == 0x000780, "Member 'AFS_MasterField_C::PlanarFalloffExtentColor' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DIrectionalVelocityVector) == 0x000790, "Member 'AFS_MasterField_C::DIrectionalVelocityVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, UpVector) == 0x0007A8, "Member 'AFS_MasterField_C::UpVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, WorldLocation) == 0x0007C0, "Member 'AFS_MasterField_C::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ForwardVector) == 0x0007D8, "Member 'AFS_MasterField_C::ForwardVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, rightVector) == 0x0007F0, "Member 'AFS_MasterField_C::rightVector' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, skel) == 0x000808, "Member 'AFS_MasterField_C::skel' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SimmableStaticMeshes) == 0x000810, "Member 'AFS_MasterField_C::SimmableStaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, SimmableSkelMeshes) == 0x000820, "Member 'AFS_MasterField_C::SimmableSkelMeshes' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, PulseLevel) == 0x000830, "Member 'AFS_MasterField_C::PulseLevel' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TextDisplay) == 0x000838, "Member 'AFS_MasterField_C::TextDisplay' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, AllText) == 0x000848, "Member 'AFS_MasterField_C::AllText' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ArrowColour_Dir) == 0x000858, "Member 'AFS_MasterField_C::ArrowColour_Dir' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, ArrowColour_Normal) == 0x000868, "Member 'AFS_MasterField_C::ArrowColour_Normal' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DeactivatedColour) == 0x000878, "Member 'AFS_MasterField_C::DeactivatedColour' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DeactivatedTextColour) == 0x000888, "Member 'AFS_MasterField_C::DeactivatedTextColour' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, Preview_Material) == 0x000898, "Member 'AFS_MasterField_C::Preview_Material' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, TimeElapsed) == 0x0008A0, "Member 'AFS_MasterField_C::TimeElapsed' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseScaleMult) == 0x0008A8, "Member 'AFS_MasterField_C::NoiseScaleMult' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NewVar_0) == 0x0008B0, "Member 'AFS_MasterField_C::NewVar_0' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, IsTriggered) == 0x000910, "Member 'AFS_MasterField_C::IsTriggered' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, NoiseScaleBase) == 0x000918, "Member 'AFS_MasterField_C::NoiseScaleBase' has a wrong offset!"); \ +static_assert(offsetof(AFS_MasterField_C, DestroyActor) == 0x000920, "Member 'AFS_MasterField_C::DestroyActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Pipe_C \ +static_assert(alignof(ABP_Pipe_C) == 0x000008, "Wrong alignment on ABP_Pipe_C"); \ +static_assert(sizeof(ABP_Pipe_C) == 0x0004A8, "Wrong size on ABP_Pipe_C"); \ +static_assert(offsetof(ABP_Pipe_C, StaticMesh) == 0x0004A0, "Member 'ABP_Pipe_C::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndToIdleBranch_C \ +static_assert(alignof(UEndToIdleBranch_C) == 0x000008, "Wrong alignment on UEndToIdleBranch_C"); \ +static_assert(sizeof(UEndToIdleBranch_C) == 0x000030, "Wrong size on UEndToIdleBranch_C"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_ContainedActions::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData) == 0x000A88, "Wrong size on ABP_ContainedActions::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __StructProperty_213) == 0x000008, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__StructProperty_213' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_214) == 0x000028, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_214' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_215) == 0x000030, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_215' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_216) == 0x000038, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_216' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_217) == 0x000040, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_217' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_218) == 0x000048, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_218' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_219) == 0x000050, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_219' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_220) == 0x000058, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_220' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_221) == 0x000060, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_221' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_222) == 0x000068, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_222' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_223) == 0x000070, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_223' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_224) == 0x000078, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_224' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_225) == 0x000080, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_225' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_226) == 0x000088, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_226' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __IntProperty_227) == 0x000090, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__IntProperty_227' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_228) == 0x000094, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_228' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __IntProperty_229) == 0x00009C, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__IntProperty_229' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_230) == 0x0000A0, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_230' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __IntProperty_231) == 0x0000A8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__IntProperty_231' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_232) == 0x0000AC, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_232' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __IntProperty_233) == 0x0000B4, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__IntProperty_233' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_234) == 0x0000B8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_234' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __IntProperty_235) == 0x0000C0, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__IntProperty_235' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __StructProperty_236) == 0x0000C8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__StructProperty_236' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_237) == 0x0000E8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_237' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __StructProperty_238) == 0x0000F0, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__StructProperty_238' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __IntProperty_239) == 0x000110, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__IntProperty_239' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_240) == 0x000114, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_240' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __NameProperty_241) == 0x00011C, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__NameProperty_241' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __IntProperty_242) == 0x000124, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__IntProperty_242' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __StructProperty_243) == 0x000128, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__StructProperty_243' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, __ByteProperty_244) == 0x000148, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::__ByteProperty_244' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000150, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x0001D0, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0001D8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x000218, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000248, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x000278, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x0002A8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x0002D8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x000308, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000338, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x000368, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_21) == 0x000398, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_20) == 0x0003C8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_19) == 0x0003F8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_18) == 0x000428, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_17) == 0x000458, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_16) == 0x000488, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_15) == 0x0004B8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_14) == 0x0004E8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_13) == 0x000518, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_12) == 0x000548, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x000578, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x0005A8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x0005D8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x000608, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x000638, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x000668, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x000698, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x0006C8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x0006F8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x000728, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_6) == 0x000758, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_6) == 0x000788, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_5) == 0x0007B8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x0007E8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_4) == 0x000818, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x000848, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x000878, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_3) == 0x0008A8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x0008D8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_2) == 0x000908, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x000938, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer_1) == 0x000968, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x000998, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedAnimLayer) == 0x0009C8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x0009F8, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x000A28, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions::FAnimBlueprintGeneratedConstantData, AnimGraphNode_WalkableStateMachine) == 0x000A58, "Member 'ABP_ContainedActions::FAnimBlueprintGeneratedConstantData::AnimGraphNode_WalkableStateMachine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_AnimGraph \ +static_assert(alignof(ABP_ContainedActions_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_ContainedActions_C_AnimGraph"); \ +static_assert(sizeof(ABP_ContainedActions_C_AnimGraph) == 0x000010, "Wrong size on ABP_ContainedActions_C_AnimGraph"); \ +static_assert(offsetof(ABP_ContainedActions_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_ContainedActions_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(ABP_ContainedActions_C_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong alignment on ABP_ContainedActions_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(ABP_ContainedActions_C_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong size on ABP_ContainedActions_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(ABP_ContainedActions_C_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'ABP_ContainedActions_C_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_Cycle_Act_Layer \ +static_assert(alignof(ABP_ContainedActions_C_Cycle_Act_Layer) == 0x000008, "Wrong alignment on ABP_ContainedActions_C_Cycle_Act_Layer"); \ +static_assert(sizeof(ABP_ContainedActions_C_Cycle_Act_Layer) == 0x000010, "Wrong size on ABP_ContainedActions_C_Cycle_Act_Layer"); \ +static_assert(offsetof(ABP_ContainedActions_C_Cycle_Act_Layer, Cycle_Act_Layer_0) == 0x000000, "Member 'ABP_ContainedActions_C_Cycle_Act_Layer::Cycle_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_Cycle_Idle_Layer \ +static_assert(alignof(ABP_ContainedActions_C_Cycle_Idle_Layer) == 0x000008, "Wrong alignment on ABP_ContainedActions_C_Cycle_Idle_Layer"); \ +static_assert(sizeof(ABP_ContainedActions_C_Cycle_Idle_Layer) == 0x000010, "Wrong size on ABP_ContainedActions_C_Cycle_Idle_Layer"); \ +static_assert(offsetof(ABP_ContainedActions_C_Cycle_Idle_Layer, Cycle_Idle_Layer_0) == 0x000000, "Member 'ABP_ContainedActions_C_Cycle_Idle_Layer::Cycle_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_Cycle_React_Layer \ +static_assert(alignof(ABP_ContainedActions_C_Cycle_React_Layer) == 0x000008, "Wrong alignment on ABP_ContainedActions_C_Cycle_React_Layer"); \ +static_assert(sizeof(ABP_ContainedActions_C_Cycle_React_Layer) == 0x000010, "Wrong size on ABP_ContainedActions_C_Cycle_React_Layer"); \ +static_assert(offsetof(ABP_ContainedActions_C_Cycle_React_Layer, Cycle_React_Layer_0) == 0x000000, "Member 'ABP_ContainedActions_C_Cycle_React_Layer::Cycle_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_DropOut \ +static_assert(alignof(ABP_ContainedActions_C_DropOut) == 0x000008, "Wrong alignment on ABP_ContainedActions_C_DropOut"); \ +static_assert(sizeof(ABP_ContainedActions_C_DropOut) == 0x000020, "Wrong size on ABP_ContainedActions_C_DropOut"); \ +static_assert(offsetof(ABP_ContainedActions_C_DropOut, Context) == 0x000000, "Member 'ABP_ContainedActions_C_DropOut::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions_C_DropOut, Node) == 0x000010, "Member 'ABP_ContainedActions_C_DropOut::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_EnterEntryReaction \ +static_assert(alignof(ABP_ContainedActions_C_EnterEntryReaction) == 0x000008, "Wrong alignment on ABP_ContainedActions_C_EnterEntryReaction"); \ +static_assert(sizeof(ABP_ContainedActions_C_EnterEntryReaction) == 0x000020, "Wrong size on ABP_ContainedActions_C_EnterEntryReaction"); \ +static_assert(offsetof(ABP_ContainedActions_C_EnterEntryReaction, Context) == 0x000000, "Member 'ABP_ContainedActions_C_EnterEntryReaction::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions_C_EnterEntryReaction, Node) == 0x000010, "Member 'ABP_ContainedActions_C_EnterEntryReaction::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_Entry_Act_Layer \ +static_assert(alignof(ABP_ContainedActions_C_Entry_Act_Layer) == 0x000008, "Wrong alignment on ABP_ContainedActions_C_Entry_Act_Layer"); \ +static_assert(sizeof(ABP_ContainedActions_C_Entry_Act_Layer) == 0x000010, "Wrong size on ABP_ContainedActions_C_Entry_Act_Layer"); \ +static_assert(offsetof(ABP_ContainedActions_C_Entry_Act_Layer, Entry_Act_Layer_0) == 0x000000, "Member 'ABP_ContainedActions_C_Entry_Act_Layer::Entry_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_Entry_React_Layer \ +static_assert(alignof(ABP_ContainedActions_C_Entry_React_Layer) == 0x000008, "Wrong alignment on ABP_ContainedActions_C_Entry_React_Layer"); \ +static_assert(sizeof(ABP_ContainedActions_C_Entry_React_Layer) == 0x000010, "Wrong size on ABP_ContainedActions_C_Entry_React_Layer"); \ +static_assert(offsetof(ABP_ContainedActions_C_Entry_React_Layer, Entry_React_Layer_0) == 0x000000, "Member 'ABP_ContainedActions_C_Entry_React_Layer::Entry_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_Exit_Act_Layer \ +static_assert(alignof(ABP_ContainedActions_C_Exit_Act_Layer) == 0x000008, "Wrong alignment on ABP_ContainedActions_C_Exit_Act_Layer"); \ +static_assert(sizeof(ABP_ContainedActions_C_Exit_Act_Layer) == 0x000010, "Wrong size on ABP_ContainedActions_C_Exit_Act_Layer"); \ +static_assert(offsetof(ABP_ContainedActions_C_Exit_Act_Layer, Exit_Act_Layer_0) == 0x000000, "Member 'ABP_ContainedActions_C_Exit_Act_Layer::Exit_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_Exit_React_Layer \ +static_assert(alignof(ABP_ContainedActions_C_Exit_React_Layer) == 0x000008, "Wrong alignment on ABP_ContainedActions_C_Exit_React_Layer"); \ +static_assert(sizeof(ABP_ContainedActions_C_Exit_React_Layer) == 0x000010, "Wrong size on ABP_ContainedActions_C_Exit_React_Layer"); \ +static_assert(offsetof(ABP_ContainedActions_C_Exit_React_Layer, Exit_React_Layer_0) == 0x000000, "Member 'ABP_ContainedActions_C_Exit_React_Layer::Exit_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_UpdateAnimNotifyStateData \ +static_assert(alignof(ABP_ContainedActions_C_UpdateAnimNotifyStateData) == 0x000001, "Wrong alignment on ABP_ContainedActions_C_UpdateAnimNotifyStateData"); \ +static_assert(sizeof(ABP_ContainedActions_C_UpdateAnimNotifyStateData) == 0x000001, "Wrong size on ABP_ContainedActions_C_UpdateAnimNotifyStateData"); \ +static_assert(offsetof(ABP_ContainedActions_C_UpdateAnimNotifyStateData, CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue) == 0x000000, "Member 'ABP_ContainedActions_C_UpdateAnimNotifyStateData::CallFunc_WasAnimNotifyStateActiveInAnyState_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ContainedActions_C_UpdateEntryReaction \ +static_assert(alignof(ABP_ContainedActions_C_UpdateEntryReaction) == 0x000008, "Wrong alignment on ABP_ContainedActions_C_UpdateEntryReaction"); \ +static_assert(sizeof(ABP_ContainedActions_C_UpdateEntryReaction) == 0x000020, "Wrong size on ABP_ContainedActions_C_UpdateEntryReaction"); \ +static_assert(offsetof(ABP_ContainedActions_C_UpdateEntryReaction, Context) == 0x000000, "Member 'ABP_ContainedActions_C_UpdateEntryReaction::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_ContainedActions_C_UpdateEntryReaction, Node) == 0x000010, "Member 'ABP_ContainedActions_C_UpdateEntryReaction::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_ContainedActions_C \ +static_assert(alignof(UABP_ContainedActions_C) == 0x000010, "Wrong alignment on UABP_ContainedActions_C"); \ +static_assert(sizeof(UABP_ContainedActions_C) == 0x001070, "Wrong size on UABP_ContainedActions_C"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimBlueprintExtension_PropertyAccess) == 0x000410, "Member 'UABP_ContainedActions_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimBlueprintExtension_NodeRelevancy) == 0x000418, "Member 'UABP_ContainedActions_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimBlueprintExtension_Base) == 0x0004C0, "Member 'UABP_ContainedActions_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_Root_7) == 0x0004C8, "Member 'UABP_ContainedActions_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_Root_6) == 0x0004E8, "Member 'UABP_ContainedActions_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_Root_5) == 0x000508, "Member 'UABP_ContainedActions_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_Root_4) == 0x000528, "Member 'UABP_ContainedActions_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_Root_3) == 0x000548, "Member 'UABP_ContainedActions_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_Root_2) == 0x000568, "Member 'UABP_ContainedActions_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_Root_1) == 0x000588, "Member 'UABP_ContainedActions_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_Root) == 0x0005A8, "Member 'UABP_ContainedActions_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_21) == 0x0005C8, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_20) == 0x0005F0, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_19) == 0x000618, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_18) == 0x000640, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_17) == 0x000668, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_16) == 0x000690, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_15) == 0x0006B8, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_14) == 0x0006E0, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_13) == 0x000708, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_12) == 0x000730, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_11) == 0x000758, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_10) == 0x000780, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_9) == 0x0007A8, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_8) == 0x0007D0, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_7) == 0x0007F8, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_6) == 0x000820, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_5) == 0x000848, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_4) == 0x000870, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_3) == 0x000898, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_2) == 0x0008C0, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_LinkedAnimLayer_6) == 0x0008E8, "Member 'UABP_ContainedActions_C::AnimGraphNode_LinkedAnimLayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_StateResult_6) == 0x0009B0, "Member 'UABP_ContainedActions_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_LinkedAnimLayer_5) == 0x0009D0, "Member 'UABP_ContainedActions_C::AnimGraphNode_LinkedAnimLayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_StateResult_5) == 0x000A98, "Member 'UABP_ContainedActions_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_LinkedAnimLayer_4) == 0x000AB8, "Member 'UABP_ContainedActions_C::AnimGraphNode_LinkedAnimLayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_StateResult_4) == 0x000B80, "Member 'UABP_ContainedActions_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult_1) == 0x000BA0, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_LinkedAnimLayer_3) == 0x000BC8, "Member 'UABP_ContainedActions_C::AnimGraphNode_LinkedAnimLayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_StateResult_3) == 0x000C90, "Member 'UABP_ContainedActions_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_LinkedAnimLayer_2) == 0x000CB0, "Member 'UABP_ContainedActions_C::AnimGraphNode_LinkedAnimLayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_StateResult_2) == 0x000D78, "Member 'UABP_ContainedActions_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_LinkedAnimLayer_1) == 0x000D98, "Member 'UABP_ContainedActions_C::AnimGraphNode_LinkedAnimLayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_StateResult_1) == 0x000E60, "Member 'UABP_ContainedActions_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_LinkedAnimLayer) == 0x000E80, "Member 'UABP_ContainedActions_C::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_StateResult) == 0x000F48, "Member 'UABP_ContainedActions_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_TransitionResult) == 0x000F68, "Member 'UABP_ContainedActions_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimGraphNode_WalkableStateMachine) == 0x000F90, "Member 'UABP_ContainedActions_C::AnimGraphNode_WalkableStateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, NOT_IMPLEMENTED_YET) == 0x001068, "Member 'UABP_ContainedActions_C::NOT_IMPLEMENTED_YET' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, EntryReactionToCycleIdle) == 0x001069, "Member 'UABP_ContainedActions_C::EntryReactionToCycleIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_ContainedActions_C, AnimNotifyState_EndToIdle) == 0x00106A, "Member 'UABP_ContainedActions_C::AnimNotifyState_EndToIdle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pistol_C_ExecuteUbergraph_BP_Pistol \ +static_assert(alignof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol) == 0x000010, "Wrong alignment on BP_Pistol_C_ExecuteUbergraph_BP_Pistol"); \ +static_assert(sizeof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol) == 0x000390, "Wrong size on BP_Pistol_C_ExecuteUbergraph_BP_Pistol"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, EntryPoint) == 0x000000, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, K2Node_MakeStruct_NiagaraDataChannelSearchParameters) == 0x000008, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::K2Node_MakeStruct_NiagaraDataChannelSearchParameters' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, K2Node_Event_FiringPawn) == 0x000030, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::K2Node_Event_FiringPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, K2Node_Event_HitResult) == 0x000038, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::K2Node_Event_HitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, K2Node_Event_FiringPawn_1) == 0x000138, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::K2Node_Event_FiringPawn_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, K2Node_Event_NofBullets) == 0x000140, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::K2Node_Event_NofBullets' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, K2Node_Event_BulletStartWorldPos) == 0x000148, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::K2Node_Event_BulletStartWorldPos' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, K2Node_Event_BulletEndWorldPos) == 0x000160, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::K2Node_Event_BulletEndWorldPos' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, K2Node_Event_BulletVelocity) == 0x000178, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::K2Node_Event_BulletVelocity' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_bBlockingHit) == 0x00017C, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_bInitialOverlap) == 0x00017D, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_Time) == 0x000180, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_Distance) == 0x000184, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_Location) == 0x000188, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_ImpactPoint) == 0x0001A0, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_Normal) == 0x0001B8, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_ImpactNormal) == 0x0001D0, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_PhysMat) == 0x0001E8, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_HitActor) == 0x0001F0, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_HitComponent) == 0x0001F8, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_HitBoneName) == 0x000200, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_BoneName) == 0x000208, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_HitItem) == 0x000210, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_ElementIndex) == 0x000214, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_FaceIndex) == 0x000218, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_TraceStart) == 0x000220, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BreakHitResult_TraceEnd) == 0x000238, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000250, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, K2Node_DynamicCast_AsPlayer_Character) == 0x000258, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::K2Node_DynamicCast_AsPlayer_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, K2Node_DynamicCast_bSuccess) == 0x000260, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000268, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_StartCameraShake_ReturnValue) == 0x000270, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, K2Node_Event_ReloadingPawn) == 0x000278, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::K2Node_Event_ReloadingPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, K2Node_Event_WeaponWorldPos) == 0x000280, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::K2Node_Event_WeaponWorldPos' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_GetPathName_ReturnValue) == 0x000298, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x0002A8, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_WriteToNiagaraDataChannel_ReturnValue) == 0x0002C0, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_WriteToNiagaraDataChannel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0002C8, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0002E0, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_MakeRotFromZ_ReturnValue) == 0x0002F8, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_MakeRotFromZ_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_MakeTransform_ReturnValue) == 0x000310, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000370, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_FinishSpawningActor_ReturnValue) == 0x000378, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_ExecuteUbergraph_BP_Pistol, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000380, "Member 'BP_Pistol_C_ExecuteUbergraph_BP_Pistol::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pistol_C_GetFirePattern \ +static_assert(alignof(BP_Pistol_C_GetFirePattern) == 0x000008, "Wrong alignment on BP_Pistol_C_GetFirePattern"); \ +static_assert(sizeof(BP_Pistol_C_GetFirePattern) == 0x000008, "Wrong size on BP_Pistol_C_GetFirePattern"); \ +static_assert(offsetof(BP_Pistol_C_GetFirePattern, Firepattern) == 0x000000, "Member 'BP_Pistol_C_GetFirePattern::Firepattern' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pistol_C_Reload \ +static_assert(alignof(BP_Pistol_C_Reload) == 0x000008, "Wrong alignment on BP_Pistol_C_Reload"); \ +static_assert(sizeof(BP_Pistol_C_Reload) == 0x000018, "Wrong size on BP_Pistol_C_Reload"); \ +static_assert(offsetof(BP_Pistol_C_Reload, CallFunc_GetRangedWeaponItemInstance_ReturnValue) == 0x000000, "Member 'BP_Pistol_C_Reload::CallFunc_GetRangedWeaponItemInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_Reload, CallFunc_GetInventoryId_ReturnValue) == 0x000008, "Member 'BP_Pistol_C_Reload::CallFunc_GetInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_Reload, CallFunc_RemoveItemFromInventory_ReturnValue) == 0x000010, "Member 'BP_Pistol_C_Reload::CallFunc_RemoveItemFromInventory_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pistol_C_WeaponBulletHit \ +static_assert(alignof(BP_Pistol_C_WeaponBulletHit) == 0x000008, "Wrong alignment on BP_Pistol_C_WeaponBulletHit"); \ +static_assert(sizeof(BP_Pistol_C_WeaponBulletHit) == 0x000108, "Wrong size on BP_Pistol_C_WeaponBulletHit"); \ +static_assert(offsetof(BP_Pistol_C_WeaponBulletHit, FiringPawn) == 0x000000, "Member 'BP_Pistol_C_WeaponBulletHit::FiringPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_WeaponBulletHit, HitResult) == 0x000008, "Member 'BP_Pistol_C_WeaponBulletHit::HitResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pistol_C_WeaponFired \ +static_assert(alignof(BP_Pistol_C_WeaponFired) == 0x000008, "Wrong alignment on BP_Pistol_C_WeaponFired"); \ +static_assert(sizeof(BP_Pistol_C_WeaponFired) == 0x000048, "Wrong size on BP_Pistol_C_WeaponFired"); \ +static_assert(offsetof(BP_Pistol_C_WeaponFired, FiringPawn) == 0x000000, "Member 'BP_Pistol_C_WeaponFired::FiringPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_WeaponFired, NofBullets) == 0x000008, "Member 'BP_Pistol_C_WeaponFired::NofBullets' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_WeaponFired, BulletStartWorldPos) == 0x000010, "Member 'BP_Pistol_C_WeaponFired::BulletStartWorldPos' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_WeaponFired, BulletEndWorldPos) == 0x000028, "Member 'BP_Pistol_C_WeaponFired::BulletEndWorldPos' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_WeaponFired, BulletVelocity) == 0x000040, "Member 'BP_Pistol_C_WeaponFired::BulletVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pistol_C_WeaponReloaded \ +static_assert(alignof(BP_Pistol_C_WeaponReloaded) == 0x000008, "Wrong alignment on BP_Pistol_C_WeaponReloaded"); \ +static_assert(sizeof(BP_Pistol_C_WeaponReloaded) == 0x000020, "Wrong size on BP_Pistol_C_WeaponReloaded"); \ +static_assert(offsetof(BP_Pistol_C_WeaponReloaded, ReloadingPawn) == 0x000000, "Member 'BP_Pistol_C_WeaponReloaded::ReloadingPawn' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_WeaponReloaded, WeaponWorldPos) == 0x000008, "Member 'BP_Pistol_C_WeaponReloaded::WeaponWorldPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Pistol_C_CanReload \ +static_assert(alignof(BP_Pistol_C_CanReload) == 0x000004, "Wrong alignment on BP_Pistol_C_CanReload"); \ +static_assert(sizeof(BP_Pistol_C_CanReload) == 0x000010, "Wrong size on BP_Pistol_C_CanReload"); \ +static_assert(offsetof(BP_Pistol_C_CanReload, ReturnValue) == 0x000000, "Member 'BP_Pistol_C_CanReload::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_CanReload, CallFunc_GetInventoryId_ReturnValue) == 0x000004, "Member 'BP_Pistol_C_CanReload::CallFunc_GetInventoryId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Pistol_C_CanReload, CallFunc_HasInventoryItem_ReturnValue) == 0x00000C, "Member 'BP_Pistol_C_CanReload::CallFunc_HasInventoryItem_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Pistol_C \ +static_assert(alignof(ABP_Pistol_C) == 0x000008, "Wrong alignment on ABP_Pistol_C"); \ +static_assert(sizeof(ABP_Pistol_C) == 0x000368, "Wrong size on ABP_Pistol_C"); \ +static_assert(offsetof(ABP_Pistol_C, UberGraphFrame) == 0x000348, "Member 'ABP_Pistol_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pistol_C, EffectMapping) == 0x000350, "Member 'ABP_Pistol_C::EffectMapping' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pistol_C, AIFirePattern) == 0x000358, "Member 'ABP_Pistol_C::AIFirePattern' has a wrong offset!"); \ +static_assert(offsetof(ABP_Pistol_C, DestructionEffectMapping) == 0x000360, "Member 'ABP_Pistol_C::DestructionEffectMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Pistol_Child_C \ +static_assert(alignof(ABP_Pistol_Child_C) == 0x000008, "Wrong alignment on ABP_Pistol_Child_C"); \ +static_assert(sizeof(ABP_Pistol_Child_C) == 0x000368, "Wrong size on ABP_Pistol_Child_C"); \ + +#define DUMPER7_ASSERTS_BP_PainkillersValid_C_Evaluate \ +static_assert(alignof(BP_PainkillersValid_C_Evaluate) == 0x000008, "Wrong alignment on BP_PainkillersValid_C_Evaluate"); \ +static_assert(sizeof(BP_PainkillersValid_C_Evaluate) == 0x000048, "Wrong size on BP_PainkillersValid_C_Evaluate"); \ +static_assert(offsetof(BP_PainkillersValid_C_Evaluate, Context) == 0x000000, "Member 'BP_PainkillersValid_C_Evaluate::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_PainkillersValid_C_Evaluate, ReturnValue) == 0x000020, "Member 'BP_PainkillersValid_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PainkillersValid_C_Evaluate, K2Node_DynamicCast_AsBP_UE4_Player_Character) == 0x000028, "Member 'BP_PainkillersValid_C_Evaluate::K2Node_DynamicCast_AsBP_UE4_Player_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_PainkillersValid_C_Evaluate, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PainkillersValid_C_Evaluate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_PainkillersValid_C_Evaluate, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x000031, "Member 'BP_PainkillersValid_C_Evaluate::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PainkillersValid_C_Evaluate, CallFunc_GetHealthPercentage_ReturnValue) == 0x000034, "Member 'BP_PainkillersValid_C_Evaluate::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PainkillersValid_C_Evaluate, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_PainkillersValid_C_Evaluate::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PainkillersValid_C_Evaluate, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'BP_PainkillersValid_C_Evaluate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_PainkillersValid_C_Evaluate, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000040, "Member 'BP_PainkillersValid_C_Evaluate::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_PainkillersValid_C \ +static_assert(alignof(UBP_PainkillersValid_C) == 0x000008, "Wrong alignment on UBP_PainkillersValid_C"); \ +static_assert(sizeof(UBP_PainkillersValid_C) == 0x000038, "Wrong size on UBP_PainkillersValid_C"); \ + +#define DUMPER7_ASSERTS_BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify \ +static_assert(alignof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify) == 0x000008, "Wrong alignment on BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify"); \ +static_assert(sizeof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify) == 0x000088, "Wrong size on BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, ActionUpdateContext) == 0x000000, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, CallFunc_GetRequestedInstigator_ReturnValue) == 0x000020, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::CallFunc_GetRequestedInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, CallFunc_GetController_ReturnValue) == 0x000028, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000038, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, Temp_int_Variable) == 0x000044, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, K2Node_MathExpression_ReturnValue) == 0x000050, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000058, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000060, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, CallFunc_IsGameplayTagValid_ReturnValue) == 0x000068, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::CallFunc_IsGameplayTagValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, K2Node_MathExpression_Max_ImplicitCast) == 0x000070, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::K2Node_MathExpression_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, K2Node_MathExpression_Gain_ImplicitCast) == 0x000078, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::K2Node_MathExpression_Gain_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify, CallFunc_AddAdrenaline_Value_ImplicitCast) == 0x000080, "Member 'BP_CharacterActionNotify_GainAdrenaline_MissStreak_C_FireNotify::CallFunc_AddAdrenaline_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CharacterActionNotify_GainAdrenaline_MissStreak_C \ +static_assert(alignof(UBP_CharacterActionNotify_GainAdrenaline_MissStreak_C) == 0x000008, "Wrong alignment on UBP_CharacterActionNotify_GainAdrenaline_MissStreak_C"); \ +static_assert(sizeof(UBP_CharacterActionNotify_GainAdrenaline_MissStreak_C) == 0x000048, "Wrong size on UBP_CharacterActionNotify_GainAdrenaline_MissStreak_C"); \ +static_assert(offsetof(UBP_CharacterActionNotify_GainAdrenaline_MissStreak_C, Value) == 0x000038, "Member 'UBP_CharacterActionNotify_GainAdrenaline_MissStreak_C::Value' has a wrong offset!"); \ +static_assert(offsetof(UBP_CharacterActionNotify_GainAdrenaline_MissStreak_C, AdrenalineActionTag) == 0x00003C, "Member 'UBP_CharacterActionNotify_GainAdrenaline_MissStreak_C::AdrenalineActionTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x002598, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1089) == 0x000004, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1089' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_1090) == 0x00000C, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_1090' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1091) == 0x000010, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1091' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1092) == 0x000018, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1092' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __IntProperty_1093) == 0x000020, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__IntProperty_1093' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1094) == 0x000024, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1094' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __IntProperty_1095) == 0x00002C, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__IntProperty_1095' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1096) == 0x000030, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1096' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1097) == 0x000038, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1097' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1098) == 0x000040, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1098' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1099) == 0x000050, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1099' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1100) == 0x000058, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1100' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1101) == 0x000060, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1101' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1102) == 0x000068, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1102' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1103) == 0x000070, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1103' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1104) == 0x000078, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1104' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_1105) == 0x000080, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_1105' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_1106) == 0x0000A0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_1106' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1107) == 0x0000C0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1107' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __IntProperty_1108) == 0x0000C8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__IntProperty_1108' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1109) == 0x0000D0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1109' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_1110) == 0x0000E0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_1110' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_1111) == 0x000100, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_1111' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1112) == 0x000120, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1112' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __IntProperty_1113) == 0x000128, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__IntProperty_1113' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1114) == 0x000130, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1114' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1115) == 0x000140, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1115' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1116) == 0x000150, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1116' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1117) == 0x000158, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1117' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1118) == 0x000160, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1118' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __CurveFloat_1119) == 0x000168, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__CurveFloat_1119' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_1120) == 0x000170, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_1120' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_1121) == 0x000171, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_1121' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_1122) == 0x000172, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_1122' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __ArrayProperty_1123) == 0x000178, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__ArrayProperty_1123' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BlendProfile_1124) == 0x000188, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BlendProfile_1124' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1125) == 0x000190, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1125' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_1126) == 0x000198, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_1126' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BoolProperty_1127) == 0x000199, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BoolProperty_1127' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __ByteProperty_1128) == 0x00019A, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__ByteProperty_1128' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_1129) == 0x00019C, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_1129' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_1130) == 0x0001A0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_1130' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_1131) == 0x0001B8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_1131' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_1132) == 0x0001BC, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_1132' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __FloatProperty_1133) == 0x0001E8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__FloatProperty_1133' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __EnumProperty_1134) == 0x0001EC, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__EnumProperty_1134' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __BoolProperty_1135) == 0x0001ED, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__BoolProperty_1135' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __ByteProperty_1136) == 0x0001EE, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__ByteProperty_1136' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1137) == 0x0001F0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1137' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __StructProperty_1138) == 0x0001F8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__StructProperty_1138' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1139) == 0x000218, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1139' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, __NameProperty_1140) == 0x000220, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::__NameProperty_1140' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Tag) == 0x000228, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Tag' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000288, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x000308, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000310, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000350, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_4) == 0x000380, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TurnInPlaceSequencePlayer) == 0x000388, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TurnInPlaceSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x0003B8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_11) == 0x0003E8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_10) == 0x000418, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_9) == 0x000448, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_8) == 0x000478, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_7) == 0x0004A8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_6) == 0x0004D8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_10) == 0x000508, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_5) == 0x000538, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_9) == 0x000568, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_4) == 0x000598, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_5) == 0x0005C8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_8) == 0x0005F8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_3) == 0x000628, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_7) == 0x000658, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_2) == 0x000688, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine_1) == 0x0006B8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend_1) == 0x0006E8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_6) == 0x000718, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_5) == 0x000748, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum_1) == 0x000778, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_25) == 0x0007A8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_25) == 0x0007D8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_25' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_24) == 0x000808, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_24) == 0x000838, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_24) == 0x000868, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_24) == 0x000898, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_24' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_23) == 0x0008C8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_23) == 0x0008F8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_23) == 0x000928, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_23) == 0x000958, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_23' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_22) == 0x000988, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_22) == 0x0009B8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_22) == 0x0009E8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_22) == 0x000A18, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_22' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_21) == 0x000A48, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_21) == 0x000A78, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_21) == 0x000AA8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_21) == 0x000AD8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_21' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_20) == 0x000B08, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_20) == 0x000B38, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MotionMatching_4) == 0x000B68, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MotionMatching_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_6) == 0x000B98, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000BC8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_3) == 0x000BF8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_20) == 0x000C00, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_20) == 0x000C30, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_20' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_19) == 0x000C60, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_19) == 0x000C90, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_19) == 0x000CC0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_19) == 0x000CF0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_19) == 0x000D20, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_19' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_18) == 0x000D50, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_18) == 0x000D80, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_18) == 0x000DB0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_18) == 0x000DE0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_18) == 0x000E10, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_18' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_17) == 0x000E40, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_17) == 0x000E70, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_17) == 0x000EA0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_17) == 0x000ED0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_17) == 0x000F00, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_17' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_16) == 0x000F30, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_16) == 0x000F60, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_16) == 0x000F90, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_16) == 0x000FC0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_16) == 0x000FF0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_16' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_15) == 0x001020, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_15) == 0x001050, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_15) == 0x001080, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MotionMatching_3) == 0x0010B0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MotionMatching_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_5) == 0x0010E0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_4) == 0x001110, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x001140, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_2) == 0x001170, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_3) == 0x001178, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_15) == 0x0011A8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_15) == 0x0011D8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_15' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_14) == 0x001208, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_14) == 0x001238, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_14) == 0x001268, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_14) == 0x001298, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_14) == 0x0012C8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_14' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_13) == 0x0012F8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_13) == 0x001328, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_13) == 0x001358, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_13) == 0x001388, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_13) == 0x0013B8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_12) == 0x0013E8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_12) == 0x001418, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_12) == 0x001448, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_12) == 0x001478, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_12) == 0x0014A8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_11) == 0x0014D8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_11) == 0x001508, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_11) == 0x001538, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_11) == 0x001568, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_11) == 0x001598, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_10) == 0x0015C8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_10) == 0x0015F8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_10) == 0x001628, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MotionMatching_2) == 0x001658, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MotionMatching_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_4) == 0x001688, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x0016B8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_4) == 0x0016E8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_3) == 0x001718, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_2) == 0x001748, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult_1) == 0x001778, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_TransitionResult) == 0x0017A8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_3) == 0x0017D8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_3) == 0x001808, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_2) == 0x001838, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult_1) == 0x001868, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer_1) == 0x001898, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_2) == 0x0018C8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendSpacePlayer) == 0x0018F8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateResult) == 0x001928, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StateMachine) == 0x001958, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_10) == 0x001988, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_10) == 0x0019B8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_StrideWarping) == 0x0019E8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_StrideWarping' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LayeredBoneBlend) == 0x001A18, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_2) == 0x001A48, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x001A78, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum) == 0x001AA8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_9) == 0x001AD8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_9) == 0x001B08, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_9) == 0x001B38, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_9) == 0x001B68, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_9) == 0x001B98, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_8) == 0x001BC8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_8) == 0x001BF8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_8) == 0x001C28, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_8) == 0x001C58, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_8) == 0x001C88, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_7) == 0x001CB8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_7) == 0x001CE8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_7) == 0x001D18, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_7) == 0x001D48, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_7) == 0x001D78, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_6) == 0x001DA8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_6) == 0x001DD8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_6) == 0x001E08, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_6) == 0x001E38, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_6) == 0x001E68, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_5) == 0x001E98, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_5) == 0x001EC8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_5) == 0x001EF8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_5) == 0x001F28, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_5) == 0x001F58, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MotionMatching_1) == 0x001F88, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MotionMatching_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool_1) == 0x001FB8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose_1) == 0x001FE8, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x001FF0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByBool) == 0x002020, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_4) == 0x002050, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_4) == 0x002080, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_4) == 0x0020B0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_4) == 0x0020E0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_4) == 0x002110, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_3) == 0x002140, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_3) == 0x002170, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_3) == 0x0021A0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_3) == 0x0021D0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_3) == 0x002200, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_2) == 0x002230, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_2) == 0x002260, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_2) == 0x002290, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_2) == 0x0022C0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_2) == 0x0022F0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace_1) == 0x002320, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace_1) == 0x002350, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping_1) == 0x002380, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput_1) == 0x0023B0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult_1) == 0x0023E0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LocalToComponentSpace) == 0x002410, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ComponentToLocalSpace) == 0x002440, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_OrientationWarping) == 0x002470, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_OrientationWarping' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackInput) == 0x0024A0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackInput' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendStackResult) == 0x0024D0, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendStackResult' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_MotionMatching) == 0x002500, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_MotionMatching' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x002530, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_LinkedInputPose) == 0x002560, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x002568, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData) == 0x000040, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __StructProperty) == 0x000008, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__StructProperty' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __BoolProperty_0) == 0x000018, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__BoolProperty_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __FloatProperty_1) == 0x00001C, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__FloatProperty_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __ByteProperty_2) == 0x000020, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__ByteProperty_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __BoolProperty_3) == 0x000021, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__BoolProperty_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __BoolProperty_4) == 0x000022, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__BoolProperty_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __BoolProperty_5) == 0x000023, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__BoolProperty_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __BoolProperty_6) == 0x000024, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__BoolProperty_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __FloatProperty_7) == 0x000028, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__FloatProperty_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __FloatProperty_8) == 0x00002C, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__FloatProperty_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __FloatProperty_9) == 0x000030, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__FloatProperty_9' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __BoolProperty_10) == 0x000034, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__BoolProperty_10' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __FloatProperty_11) == 0x000038, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__FloatProperty_11' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __ByteProperty_12) == 0x00003C, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__ByteProperty_12' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __BoolProperty_13) == 0x00003D, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__BoolProperty_13' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData, __BoolProperty_14) == 0x00003E, "Member 'ABP_LL_Loco_Melee_PlayerDefault::FAnimBlueprintGeneratedMutableData::__BoolProperty_14' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_AnimGraph \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintThreadSafeUpdateAnimation) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintThreadSafeUpdateAnimation) == 0x000010, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintThreadSafeUpdateAnimation, CallFunc_UpdateGuardUp_DeltaTime_ImplicitCast) == 0x000008, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintThreadSafeUpdateAnimation::CallFunc_UpdateGuardUp_DeltaTime_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintUpdateAnimation \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintUpdateAnimation"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintUpdateAnimation"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault) == 0x000004, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault) == 0x00000C, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault, EntryPoint) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault, CallFunc_SetGaitSpeeds_Success) == 0x000004, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault::CallFunc_SetGaitSpeeds_Success' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault, K2Node_Event_DeltaTimeX) == 0x000008, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_ExecuteUbergraph_ABP_LL_Loco_Melee_PlayerDefault::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_GetParentBPThreadSafe \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_GetParentBPThreadSafe) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_GetParentBPThreadSafe"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_GetParentBPThreadSafe) == 0x000008, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_GetParentBPThreadSafe"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_GetParentBPThreadSafe, ReturnValue) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_GetParentBPThreadSafe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeLeftState \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeLeftState) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeLeftState"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeLeftState) == 0x000020, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeLeftState"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeLeftState, Context) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeLeftState::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeLeftState, Node) == 0x000010, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeLeftState::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeRightState \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeRightState) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeRightState"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeRightState) == 0x000020, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeRightState"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeRightState, Context) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeRightState::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeRightState, Node) == 0x000010, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_InitStrafeRightState::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Cycle_Layer \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Cycle_Layer) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Cycle_Layer"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Cycle_Layer) == 0x000020, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Cycle_Layer"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Cycle_Layer, InPose) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Cycle_Layer::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Cycle_Layer, Locomotion_Cycle_Layer_0) == 0x000010, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Cycle_Layer::Locomotion_Cycle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Idle_Layer \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Idle_Layer, Locomotion_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Idle_Layer::Locomotion_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Pivot_Layer \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Pivot_Layer) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Pivot_Layer"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Pivot_Layer) == 0x000020, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Pivot_Layer"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Pivot_Layer, InPose_0) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Pivot_Layer::InPose_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Pivot_Layer, Locomotion_Pivot_Layer_0) == 0x000010, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Pivot_Layer::Locomotion_Pivot_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer) == 0x000040, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer, START_Unused) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer::START_Unused' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer, START_LocalAccelerationAngle) == 0x000010, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer::START_LocalAccelerationAngle' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer, START_Displacement) == 0x000018, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer::START_Displacement' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer, START_Speed) == 0x000020, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer::START_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer, START_AllowDistanceMatching) == 0x000028, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer::START_AllowDistanceMatching' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer, START_Gait) == 0x000029, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer::START_Gait' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer, Locomotion_Start_Layer_0) == 0x000030, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Start_Layer::Locomotion_Start_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer) == 0x000048, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer, STOP_Unused) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer::STOP_Unused' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer, STOP_StoppingDistance) == 0x000010, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer::STOP_StoppingDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer, STOP_FootPhaseSyncPos) == 0x000018, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer::STOP_FootPhaseSyncPos' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer, STOP_CycleGait) == 0x00002C, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer::STOP_CycleGait' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer, STOP_AllowDistanceMatching) == 0x00002D, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer::STOP_AllowDistanceMatching' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer, STOP_Speed) == 0x000030, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer::STOP_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer, Locomotion_Stop_Layer_0) == 0x000038, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_Stop_Layer::Locomotion_Stop_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer) == 0x000030, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer, TIP_Unused) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer::TIP_Unused' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer, TIP_LocalTargetAngle_0) == 0x000010, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer::TIP_LocalTargetAngle_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer, TIP_ForceReselect_0) == 0x000018, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer::TIP_ForceReselect_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer, Locomotion_TurnInPlace_Layer_0) == 0x000020, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_Locomotion_TurnInPlace_Layer::Locomotion_TurnInPlace_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_SetGaitSpeeds \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_SetGaitSpeeds) == 0x000001, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_SetGaitSpeeds"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_SetGaitSpeeds) == 0x000002, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_SetGaitSpeeds"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_SetGaitSpeeds, Success) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_SetGaitSpeeds::Success' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_SetGaitSpeeds, CallFunc_SetMovementSpeedProfileFromAnims_Success) == 0x000001, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_SetGaitSpeeds::CallFunc_SetMovementSpeedProfileFromAnims_Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp) == 0x000028, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp, DeltaTime) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp, CallFunc_Conv_BoolToDouble_ReturnValue) == 0x000008, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp::CallFunc_Conv_BoolToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp, CallFunc_FloatSpringInterp_ReturnValue) == 0x000010, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp::CallFunc_FloatSpringInterp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp, CallFunc_FloatSpringInterp_DeltaTime_ImplicitCast) == 0x000014, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp::CallFunc_FloatSpringInterp_DeltaTime_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp, CallFunc_FloatSpringInterp_Current_ImplicitCast) == 0x000018, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp::CallFunc_FloatSpringInterp_Current_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp, CallFunc_FloatSpringInterp_Target_ImplicitCast) == 0x00001C, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp::CallFunc_FloatSpringInterp_Target_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp, K2Node_VariableSet_GuardUpFloat_ImplicitCast) == 0x000020, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateGuardUp::K2Node_VariableSet_GuardUpFloat_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData) == 0x000050, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_1) == 0x000008, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_2) == 0x000010, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_3) == 0x000018, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_4) == 0x000020, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000028, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData, CallFunc_GetParentBPThreadSafe_ReturnValue_5) == 0x000030, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData::CallFunc_GetParentBPThreadSafe_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000038, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData, K2Node_VariableSet_ParentBPDisplacementSpeed_ImplicitCast) == 0x000040, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData::K2Node_VariableSet_ParentBPDisplacementSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData, K2Node_VariableSet_ParentBPLocalDirectionAngle_ImplicitCast) == 0x000048, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateParentBPData::K2Node_VariableSet_ParentBPLocalDirectionAngle_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState) == 0x000038, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState, Context) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState, Node) == 0x000010, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState, CallFunc_ConvertToAnimationStateResultPure_AnimationState) == 0x000020, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState::CallFunc_ConvertToAnimationStateResultPure_AnimationState' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState, CallFunc_ConvertToAnimationStateResultPure_Result) == 0x000030, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState::CallFunc_ConvertToAnimationStateResultPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState, CallFunc_IsStateBlendingOut_ReturnValue) == 0x000031, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeLeftState::CallFunc_IsStateBlendingOut_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState) == 0x000008, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState) == 0x000038, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState, Context) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState, Node) == 0x000010, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState::Node' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState, CallFunc_ConvertToAnimationStateResultPure_AnimationState) == 0x000020, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState::CallFunc_ConvertToAnimationStateResultPure_AnimationState' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState, CallFunc_ConvertToAnimationStateResultPure_Result) == 0x000030, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState::CallFunc_ConvertToAnimationStateResultPure_Result' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState, CallFunc_IsStateBlendingOut_ReturnValue) == 0x000031, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeRightState::CallFunc_IsStateBlendingOut_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection) == 0x000001, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection) == 0x000004, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection, WorkingStrafeSegment) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection::WorkingStrafeSegment' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000002, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x000003, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateStrafeSelection::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Melee_PlayerDefault_C_UpdateTransitionRuleCache \ +static_assert(alignof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateTransitionRuleCache) == 0x000001, "Wrong alignment on ABP_LL_Loco_Melee_PlayerDefault_C_UpdateTransitionRuleCache"); \ +static_assert(sizeof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateTransitionRuleCache) == 0x000002, "Wrong size on ABP_LL_Loco_Melee_PlayerDefault_C_UpdateTransitionRuleCache"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateTransitionRuleCache, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000000, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateTransitionRuleCache::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Melee_PlayerDefault_C_UpdateTransitionRuleCache, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000001, "Member 'ABP_LL_Loco_Melee_PlayerDefault_C_UpdateTransitionRuleCache::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_Loco_Melee_PlayerDefault_C \ +static_assert(alignof(UABP_LL_Loco_Melee_PlayerDefault_C) == 0x000010, "Wrong alignment on UABP_LL_Loco_Melee_PlayerDefault_C"); \ +static_assert(sizeof(UABP_LL_Loco_Melee_PlayerDefault_C) == 0x006860, "Wrong size on UABP_LL_Loco_Melee_PlayerDefault_C"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, UberGraphFrame) == 0x0003F0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, __AnimBlueprintMutables) == 0x0003F8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimBlueprintExtension_Tag) == 0x000438, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimBlueprintExtension_Tag' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimBlueprintExtension_PropertyAccess) == 0x000440, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimBlueprintExtension_NodeRelevancy) == 0x000448, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimBlueprintExtension_Base) == 0x0004F0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_Root_6) == 0x0004F8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LinkedInputPose_4) == 0x000518, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TurnInPlaceSequencePlayer) == 0x0005D0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TurnInPlaceSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_Root_5) == 0x000628, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TransitionResult_11) == 0x000648, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TransitionResult_10) == 0x000670, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TransitionResult_9) == 0x000698, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TransitionResult_8) == 0x0006C0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TransitionResult_7) == 0x0006E8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TransitionResult_6) == 0x000710, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_SequencePlayer_10) == 0x000738, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_StateResult_5) == 0x000780, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_SequencePlayer_9) == 0x0007A0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_StateResult_4) == 0x0007E8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TransitionResult_5) == 0x000808, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_SequencePlayer_8) == 0x000830, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_StateResult_3) == 0x000878, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_SequencePlayer_7) == 0x000898, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_StateResult_2) == 0x0008E0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_StateMachine_1) == 0x000900, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LayeredBoneBlend_1) == 0x0009D8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_SequencePlayer_6) == 0x000AC0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_SequencePlayer_5) == 0x000B08, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendListByEnum_1) == 0x000B50, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendListByEnum_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_25) == 0x000BA0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_25) == 0x000BC0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_25' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_24) == 0x000BE0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_24) == 0x000C08, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_24) == 0x000C28, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_24) == 0x000C48, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_24' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_23) == 0x000C68, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_23) == 0x000C90, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_23) == 0x000CB0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_23) == 0x000CD0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_23' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_22) == 0x000CF0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_22) == 0x000D18, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_22) == 0x000D38, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_22) == 0x000D58, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_22' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_21) == 0x000D78, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_21) == 0x000DA0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_21) == 0x000DC0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_21) == 0x000DE0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_21' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_20) == 0x000E00, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_20) == 0x000E28, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_MotionMatching_4) == 0x000E50, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_MotionMatching_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendListByBool_6) == 0x001170, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendListByBool_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_Root_4) == 0x0011C0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LinkedInputPose_3) == 0x0011E0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_20) == 0x001298, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_20) == 0x0012B8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_20' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_19) == 0x0012E0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_19) == 0x001540, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_19) == 0x001568, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_19) == 0x001588, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_19) == 0x0015A8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_19' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_18) == 0x0015D0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_18) == 0x001830, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_18) == 0x001858, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_18) == 0x001878, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_18) == 0x001898, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_18' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_17) == 0x0018C0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_17) == 0x001B20, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_17) == 0x001B48, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_17) == 0x001B68, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_17) == 0x001B88, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_17' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_16) == 0x001BB0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_16) == 0x001E10, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_16) == 0x001E38, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_16) == 0x001E58, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_16) == 0x001E78, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_16' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_15) == 0x001EA0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_15) == 0x002100, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_15) == 0x002128, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_MotionMatching_3) == 0x002150, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_MotionMatching_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendListByBool_5) == 0x002470, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendListByBool_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_SequencePlayer_4) == 0x0024C0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_Root_3) == 0x002508, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LinkedInputPose_2) == 0x002528, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_SequencePlayer_3) == 0x0025E0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_15) == 0x002628, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_15) == 0x002648, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_15' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_14) == 0x002670, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_14) == 0x0028D0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_14) == 0x0028F8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_14) == 0x002918, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_14) == 0x002938, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_14' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_13) == 0x002960, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_13) == 0x002BC0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_13) == 0x002BE8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_13) == 0x002C08, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_13) == 0x002C28, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_13' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_12) == 0x002C50, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_12) == 0x002EB0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_12) == 0x002ED8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_12) == 0x002EF8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_12) == 0x002F18, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_12' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_11) == 0x002F40, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_11) == 0x0031A0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_11) == 0x0031C8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_11) == 0x0031E8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_11) == 0x003208, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_11' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_10) == 0x003230, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_10) == 0x003490, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_10) == 0x0034B8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_MotionMatching_2) == 0x0034E0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_MotionMatching_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendListByBool_4) == 0x003800, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendListByBool_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_Root_2) == 0x003850, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TransitionResult_4) == 0x003870, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TransitionResult_3) == 0x003898, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TransitionResult_2) == 0x0038C0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TransitionResult_1) == 0x0038E8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_TransitionResult) == 0x003910, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendListByBool_3) == 0x003938, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendListByBool_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendSpacePlayer_3) == 0x003988, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendSpacePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendSpacePlayer_2) == 0x0039F8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_StateResult_1) == 0x003A68, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendSpacePlayer_1) == 0x003A88, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendListByBool_2) == 0x003AF8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendListByBool_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendSpacePlayer) == 0x003B48, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_StateResult) == 0x003BB8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_StateResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_StateMachine) == 0x003BD8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_10) == 0x003CB0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_10) == 0x003CD0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_10' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_StrideWarping) == 0x003CF0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_StrideWarping' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LayeredBoneBlend) == 0x003F38, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_SequencePlayer_2) == 0x004020, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_SequencePlayer_1) == 0x004068, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendListByEnum) == 0x0040B0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_9) == 0x004100, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_9) == 0x004120, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_9) == 0x004140, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_9) == 0x0043A0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_9) == 0x0043C8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_9' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_8) == 0x0043E8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_8) == 0x004408, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_8) == 0x004430, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_8) == 0x004690, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_8) == 0x0046B8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_8' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_7) == 0x0046D8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_7) == 0x0046F8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_7) == 0x004720, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_7) == 0x004980, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_7) == 0x0049A8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_6) == 0x0049C8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_6) == 0x0049E8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_6) == 0x004A10, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_6) == 0x004C70, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_6) == 0x004C98, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_5) == 0x004CB8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_5) == 0x004CD8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_5) == 0x004D00, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_5) == 0x004F60, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_5) == 0x004F88, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_MotionMatching_1) == 0x004FB0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_MotionMatching_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendListByBool_1) == 0x0052D0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendListByBool_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LinkedInputPose_1) == 0x005320, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_Root_1) == 0x0053D8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendListByBool) == 0x0053F8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_4) == 0x005448, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_4) == 0x005468, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_4) == 0x005490, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_4) == 0x0056F0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_4) == 0x005718, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_3) == 0x005738, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_3) == 0x005758, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_3) == 0x005780, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_3) == 0x0059E0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_3) == 0x005A08, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_2) == 0x005A28, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_2) == 0x005A48, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_2) == 0x005A70, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_2) == 0x005CD0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_2) == 0x005CF8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace_1) == 0x005D18, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace_1) == 0x005D38, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping_1) == 0x005D60, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput_1) == 0x005FC0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult_1) == 0x005FE8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LocalToComponentSpace) == 0x006008, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_ComponentToLocalSpace) == 0x006028, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_OrientationWarping) == 0x006050, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_OrientationWarping' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackInput) == 0x0062B0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackInput' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_BlendStackResult) == 0x0062D8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_BlendStackResult' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_MotionMatching) == 0x006300, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_MotionMatching' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_SequencePlayer) == 0x006620, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_LinkedInputPose) == 0x006668, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, AnimGraphNode_Root) == 0x006720, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, TIP_ForceReselect) == 0x006740, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::TIP_ForceReselect' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, TIP_LocalTargetAngle) == 0x006748, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::TIP_LocalTargetAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, K2Node_PropertyAccess_6) == 0x006750, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::K2Node_PropertyAccess_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, ParentBP) == 0x006758, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::ParentBP' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, ParentBPDisplacementSpeed) == 0x006760, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::ParentBPDisplacementSpeed' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, ParentBPGuardUp) == 0x006768, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::ParentBPGuardUp' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, GuardUpFloat) == 0x006770, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::GuardUpFloat' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, Guard_Up_Spring_State) == 0x006778, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::Guard_Up_Spring_State' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, ActiveStrafeSegment) == 0x006784, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::ActiveStrafeSegment' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, LockStrafeAngleThisFrame) == 0x006785, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::LockStrafeAngleThisFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, StrafeLocalDirectionAngle) == 0x006788, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::StrafeLocalDirectionAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, ParentBPLocalDirectionAngle) == 0x006790, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::ParentBPLocalDirectionAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, TransitionRuleCache_StrafeSelectionLeft) == 0x006798, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::TransitionRuleCache_StrafeSelectionLeft' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, TransitionRuleCache_StrafeSelectionRight) == 0x006799, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::TransitionRuleCache_StrafeSelectionRight' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, StrafeLeftLocalAngle) == 0x0067A0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::StrafeLeftLocalAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, StrafeRightLocalAngle) == 0x0067A8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::StrafeRightLocalAngle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, ActionReadyPose) == 0x0067B0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::ActionReadyPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, ResetGaitSpeeds) == 0x0067B1, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::ResetGaitSpeeds' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, LocomotionDistanceCurveName) == 0x0067B4, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::LocomotionDistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, MovementSpeedProfile) == 0x0067BC, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::MovementSpeedProfile' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, StrafeSpeedAnim) == 0x0067C8, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::StrafeSpeedAnim' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, TurnInPlaceData) == 0x0067D0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::TurnInPlaceData' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, ParentBPMMDesiredFacingCache) == 0x0067E0, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::ParentBPMMDesiredFacingCache' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, ParentBPIsMoving) == 0x006800, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::ParentBPIsMoving' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, MMPlayRateClampStrafeCycle) == 0x006804, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::MMPlayRateClampStrafeCycle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, MMPlayRateClampStrafeStart) == 0x00680C, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::MMPlayRateClampStrafeStart' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, MMPlayRateClampStrafeStop) == 0x006814, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::MMPlayRateClampStrafeStop' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, ParentBPLastValidAcceleration) == 0x006820, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::ParentBPLastValidAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, ParentBPMotionMatchStates) == 0x006838, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::ParentBPMotionMatchStates' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, MMPlayRateClampStrafePivots) == 0x00683C, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::MMPlayRateClampStrafePivots' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, MMBlendTimePivots) == 0x006848, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::MMBlendTimePivots' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_Loco_Melee_PlayerDefault_C, MMBlendTimeStrafe) == 0x006850, "Member 'UABP_LL_Loco_Melee_PlayerDefault_C::MMBlendTimeStrafe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Crouch_PlayerDefault__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_Loco_Crouch_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_Loco_Crouch_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_Loco_Crouch_PlayerDefault::FAnimBlueprintGeneratedConstantData) == 0x001010, "Wrong size on ABP_LL_Loco_Crouch_PlayerDefault::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Cycle_Layer \ +static_assert(alignof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Cycle_Layer) == 0x000008, "Wrong alignment on ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Cycle_Layer"); \ +static_assert(sizeof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Cycle_Layer) == 0x000020, "Wrong size on ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Cycle_Layer"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Cycle_Layer, InPose) == 0x000000, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Cycle_Layer::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Cycle_Layer, Param_Locomotion_Cycle_Layer_0) == 0x000010, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Cycle_Layer::Param_Locomotion_Cycle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Idle_Layer \ +static_assert(alignof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Idle_Layer, Param_Locomotion_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Idle_Layer::Param_Locomotion_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Pivot_Layer \ +static_assert(alignof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Pivot_Layer) == 0x000008, "Wrong alignment on ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Pivot_Layer"); \ +static_assert(sizeof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Pivot_Layer) == 0x000020, "Wrong size on ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Pivot_Layer"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Pivot_Layer, InPose_0) == 0x000000, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Pivot_Layer::InPose_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Pivot_Layer, Param_Locomotion_Pivot_Layer_0) == 0x000010, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Pivot_Layer::Param_Locomotion_Pivot_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer \ +static_assert(alignof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer) == 0x000008, "Wrong alignment on ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer"); \ +static_assert(sizeof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer) == 0x000040, "Wrong size on ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer, START_Unused) == 0x000000, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer::START_Unused' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer, START_LocalAccelerationAngle_0) == 0x000010, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer::START_LocalAccelerationAngle_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer, START_Displacement_0) == 0x000018, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer::START_Displacement_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer, START_Speed_0) == 0x000020, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer::START_Speed_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer, START_AllowDistanceMatching_0) == 0x000028, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer::START_AllowDistanceMatching_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer, START_Gait_0) == 0x000029, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer::START_Gait_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer, Param_Locomotion_Start_Layer_0) == 0x000030, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Start_Layer::Param_Locomotion_Start_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer \ +static_assert(alignof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer) == 0x000008, "Wrong alignment on ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer"); \ +static_assert(sizeof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer) == 0x000048, "Wrong size on ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer, STOP_Unused) == 0x000000, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer::STOP_Unused' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer, STOP_StoppingDistance_0) == 0x000010, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer::STOP_StoppingDistance_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer, STOP_FootPhaseSyncPos_0) == 0x000018, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer::STOP_FootPhaseSyncPos_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer, STOP_CycleGait_0) == 0x00002C, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer::STOP_CycleGait_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer, STOP_AllowDistanceMatching_0) == 0x00002D, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer::STOP_AllowDistanceMatching_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer, STOP_Speed_0) == 0x000030, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer::STOP_Speed_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer, Param_Locomotion_Stop_Layer_0) == 0x000038, "Member 'ABP_LL_Loco_Crouch_PlayerDefault_C_Locomotion_Stop_Layer::Param_Locomotion_Stop_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_Loco_Crouch_PlayerDefault_C \ +static_assert(alignof(UABP_LL_Loco_Crouch_PlayerDefault_C) == 0x000010, "Wrong alignment on UABP_LL_Loco_Crouch_PlayerDefault_C"); \ +static_assert(sizeof(UABP_LL_Loco_Crouch_PlayerDefault_C) == 0x003570, "Wrong size on UABP_LL_Loco_Crouch_PlayerDefault_C"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration) == 0x000020, "Wrong size on BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration, Tag) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration::Tag' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration, Duration) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration::Duration' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_UE4_PlayerCharacter_C_AddGameplayTagWithDuration::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature) == 0x000130, "Wrong size on BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature, Hit) == 0x000030, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_2_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature) == 0x000120, "Wrong size on BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_NpcCharacter_VehicleImpactSkirtComponent_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_BndEvt__BP_UE4_PlayerCharacter_HealthComponent_K2Node_ComponentBoundEvent_2_OnTakeDamage__DelegateSignature \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_BndEvt__BP_UE4_PlayerCharacter_HealthComponent_K2Node_ComponentBoundEvent_2_OnTakeDamage__DelegateSignature) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_BndEvt__BP_UE4_PlayerCharacter_HealthComponent_K2Node_ComponentBoundEvent_2_OnTakeDamage__DelegateSignature"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_BndEvt__BP_UE4_PlayerCharacter_HealthComponent_K2Node_ComponentBoundEvent_2_OnTakeDamage__DelegateSignature) == 0x000010, "Wrong size on BP_UE4_PlayerCharacter_C_BndEvt__BP_UE4_PlayerCharacter_HealthComponent_K2Node_ComponentBoundEvent_2_OnTakeDamage__DelegateSignature"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_UE4_PlayerCharacter_HealthComponent_K2Node_ComponentBoundEvent_2_OnTakeDamage__DelegateSignature, DamageTaken) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_UE4_PlayerCharacter_HealthComponent_K2Node_ComponentBoundEvent_2_OnTakeDamage__DelegateSignature::DamageTaken' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_UE4_PlayerCharacter_HealthComponent_K2Node_ComponentBoundEvent_2_OnTakeDamage__DelegateSignature, NewHealth) == 0x000004, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_UE4_PlayerCharacter_HealthComponent_K2Node_ComponentBoundEvent_2_OnTakeDamage__DelegateSignature::NewHealth' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BndEvt__BP_UE4_PlayerCharacter_HealthComponent_K2Node_ComponentBoundEvent_2_OnTakeDamage__DelegateSignature, DamageType) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_BndEvt__BP_UE4_PlayerCharacter_HealthComponent_K2Node_ComponentBoundEvent_2_OnTakeDamage__DelegateSignature::DamageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage) == 0x000098, "Wrong size on BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, ImpactingActor) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::ImpactingActor' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, BaseDamage) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, HitDirection) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::HitDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, HitLocation) == 0x000028, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, DamageType) == 0x000040, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, CallFunc_GetObjectClass_ReturnValue) == 0x000048, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000050, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000058, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, CallFunc_FMin_ReturnValue) == 0x000060, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000068, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, CallFunc_FMin_B_ImplicitCast) == 0x000070, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::CallFunc_FMin_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000078, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000080, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000088, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage, CallFunc_TakeDamage_DamageTaken_ImplicitCast) == 0x000090, "Member 'BP_UE4_PlayerCharacter_C_BP_NotifyHeavyPhysicsDamage::CallFunc_TakeDamage_DamageTaken_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_CalculateAPCost \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_CalculateAPCost) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_CalculateAPCost"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_CalculateAPCost) == 0x000040, "Wrong size on BP_UE4_PlayerCharacter_C_CalculateAPCost"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_CalculateAPCost, BaseCost) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_CalculateAPCost::BaseCost' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_CalculateAPCost, ReturnValue) == 0x000004, "Member 'BP_UE4_PlayerCharacter_C_CalculateAPCost::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_CalculateAPCost, CallFunc_CalculateNetAPCost_ModifiedCost) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_CalculateAPCost::CallFunc_CalculateNetAPCost_ModifiedCost' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_CalculateAPCost, CallFunc_CalculateNetAPCost_CanPayAPCost) == 0x00000C, "Member 'BP_UE4_PlayerCharacter_C_CalculateAPCost::CallFunc_CalculateNetAPCost_CanPayAPCost' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_CalculateAPCost, CallFunc_CalculateNetAPCost_DiscountSource) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_CalculateAPCost::CallFunc_CalculateNetAPCost_DiscountSource' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_CalculateAPCost, CallFunc_CalculateNetAPCost_IsDiscountedAPCost) == 0x000038, "Member 'BP_UE4_PlayerCharacter_C_CalculateAPCost::CallFunc_CalculateNetAPCost_IsDiscountedAPCost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_DoFallDamage \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_DoFallDamage) == 0x000004, "Wrong alignment on BP_UE4_PlayerCharacter_C_DoFallDamage"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_DoFallDamage) == 0x000004, "Wrong size on BP_UE4_PlayerCharacter_C_DoFallDamage"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_DoFallDamage, DistanceFallen) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_DoFallDamage::DistanceFallen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_EventCombatMode \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_EventCombatMode) == 0x000001, "Wrong alignment on BP_UE4_PlayerCharacter_C_EventCombatMode"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_EventCombatMode) == 0x000001, "Wrong size on BP_UE4_PlayerCharacter_C_EventCombatMode"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_EventCombatMode, InCombatMode) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_EventCombatMode::InCombatMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter) == 0x000010, "Wrong alignment on BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter) == 0x000F50, "Wrong size on BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, EntryPoint) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_MakeVector4_ReturnValue) == 0x000020, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x000050, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x000070, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x000074, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_EnhancedInputActionEvent_SourceAction_2) == 0x000078, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_EnhancedInputActionEvent_SourceAction_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000080, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_object_Variable) == 0x000088, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_real_Variable) == 0x000090, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_real_Variable_0) == 0x000098, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_real_Variable_1) == 0x0000A0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_bool_Variable) == 0x0000A8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_real_Variable_1_0) == 0x0000B0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x0000B8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetWorldSubsystem_ReturnValue_3) == 0x0000C0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetWorldSubsystem_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetWorldSubsystem_ReturnValue_4) == 0x0000C8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetWorldSubsystem_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetWorldSubsystem_ReturnValue_5) == 0x0000D0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetWorldSubsystem_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_bValue) == 0x0000D8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000DC, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_bool_Variable_1) == 0x0000EC, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetWorldSubsystem_ReturnValue_6) == 0x0000F0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetWorldSubsystem_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x0000F8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000118, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x00011C, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_EnhancedInputActionEvent_SourceAction_1) == 0x000120, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_EnhancedInputActionEvent_SourceAction_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_object_Variable_1) == 0x000128, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis2D_ReturnValue) == 0x000130, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_real_Variable_2) == 0x000140, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_real_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_real_Variable_3) == 0x000148, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_real_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_real_Variable_2_0) == 0x000150, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_real_Variable_2_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_real_Variable_3_0) == 0x000158, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_real_Variable_3_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_struct_Variable) == 0x000160, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_2) == 0x000170, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000180, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x0001A0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x0001A4, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_EnhancedInputActionEvent_SourceAction) == 0x0001A8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x0001B0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_object_Variable_2) == 0x0001B8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_real_Variable_4) == 0x0001C0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_real_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_real_Variable_4_0) == 0x0001C8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_real_Variable_4_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_real_Variable_5) == 0x0001D0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_real_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_bool_Variable_2) == 0x0001D8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_real_Variable_5_0) == 0x0001E0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_real_Variable_5_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_InCombatMode) == 0x0001E8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_InCombatMode' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001EC, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_K2_SetTimer_ReturnValue) == 0x000200, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x000208, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetPlayerController_ReturnValue) == 0x000210, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_SpawnSound2D_ReturnValue) == 0x000218, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000220, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_IsValid_ReturnValue) == 0x000228, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_NewController) == 0x000230, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_NewController' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_DynamicCast_AsPlayer_Controller) == 0x000238, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_DynamicCast_bSuccess) == 0x000240, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_IsExitingVehicle_ReturnValue) == 0x000241, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_IsExitingVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_RegionID) == 0x000244, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_RegionID' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_RegionName) == 0x000248, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_RegionName' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Conv_NameToString_ReturnValue) == 0x000250, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Greater_IntInt_ReturnValue) == 0x000260, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Conv_StringToText_ReturnValue) == 0x000268, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000278, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_IsStimEventActive_ReturnValue) == 0x000290, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_IsStimEventActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_4) == 0x000294, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_5) == 0x0002A4, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Map_Values_Values) == 0x0002B8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Map_IsNotEmpty_ReturnValue) == 0x0002C8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Map_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_struct_Variable_1) == 0x0002CC, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_K2_SetTimer_ReturnValue_1) == 0x0002D8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_K2_SetTimer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_ObserveWorldStateBool_ReturnValue) == 0x0002E0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_ObserveWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_DistanceFallen) == 0x0002E8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_DistanceFallen' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_MakeStruct_FormatArgumentData) == 0x0002F0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_IsValid_ReturnValue_1) == 0x000338, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_Aiming) == 0x000339, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_Aiming' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetFloatValue_ReturnValue) == 0x00033C, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000340, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_ApplyDamage_ReturnValue) == 0x000348, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_ApplyDamage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_MakeStruct_FormatArgumentData_1) == 0x000350, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_MakeArray_Array) == 0x000398, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Format_ReturnValue) == 0x0003A8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Conv_TextToString_ReturnValue) == 0x0003B8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetComponentByClass_ReturnValue) == 0x0003C8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_IsValid_ReturnValue_2) == 0x0003D0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x0003D1, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_DamageTaken) == 0x0003D4, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_DamageTaken' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_NewHealth) == 0x0003D8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_NewHealth' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_DamageType) == 0x0003E0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0003E8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x0003F0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetHealthPercentage_ReturnValue) == 0x0003F8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000400, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000408, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000410, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000418, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000420, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000428, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000430, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_FClamp_ReturnValue) == 0x000438, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_MakeVector4_ReturnValue_1) == 0x000440, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_MakeVector4_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_Hit_1) == 0x000460, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_Hit_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_6) == 0x000560, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_HitComponent) == 0x000570, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000578, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000580, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000588, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_Hit) == 0x0005A0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_bBlockingHit) == 0x0006A0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_bInitialOverlap) == 0x0006A1, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_Time) == 0x0006A4, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_Distance) == 0x0006A8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_Location) == 0x0006B0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_ImpactPoint) == 0x0006C8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_Normal) == 0x0006E0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_ImpactNormal) == 0x0006F8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_PhysMat) == 0x000710, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_HitActor) == 0x000718, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_HitComponent) == 0x000720, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_HitBoneName) == 0x000728, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_BoneName) == 0x000730, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_HitItem) == 0x000738, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_ElementIndex) == 0x00073C, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_FaceIndex) == 0x000740, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_TraceStart) == 0x000748, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BreakHitResult_TraceEnd) == 0x000760, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetCollisionObjectType_ReturnValue) == 0x000778, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetCollisionObjectType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000779, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_InputDebugKeyEvent_Key) == 0x000780, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_InputDebugKeyEvent_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_InputDebugKeyEvent_ActionValue) == 0x000798, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_InputDebugKeyEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_InputDebugKeyEvent_Key_1) == 0x0007B8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_InputDebugKeyEvent_Key_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_InputDebugKeyEvent_ActionValue_1) == 0x0007D0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_InputDebugKeyEvent_ActionValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_7) == 0x0007F0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_name_Variable) == 0x000800, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_NotifyName) == 0x000808, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000810, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_OtherActor) == 0x000818, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_OtherComp) == 0x000820, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000828, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_bFromSweep) == 0x00082C, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ComponentBoundEvent_SweepResult) == 0x000830, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000930, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetCollisionObjectType_ReturnValue_1) == 0x000948, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetCollisionObjectType_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000950, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000968, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000970, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000988, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000990, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BooleanOR_ReturnValue) == 0x0009A8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Add_VectorVector_ReturnValue) == 0x0009B0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Normal_ReturnValue) == 0x0009C8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0009E0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_BooleanOR_ReturnValue_1) == 0x0009E1, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetActorRightVector_ReturnValue) == 0x0009E8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000A00, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_8) == 0x000A10, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_NotifyName_1) == 0x000A20, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_9) == 0x000A28, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_NotifyName_2) == 0x000A38, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_DamagedActor) == 0x000A40, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_Damage) == 0x000A48, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_InstigatedBy) == 0x000A50, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_HitLocation) == 0x000A58, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_FHitComponent) == 0x000A70, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_FHitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_BoneName) == 0x000A78, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_ShotFromDirection) == 0x000A80, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_ShotFromDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_DamageType) == 0x000A98, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_DamageCauser) == 0x000AA0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_RequestMeleeAttack_ReturnValue) == 0x000AA8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_RequestMeleeAttack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000AB0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000AC8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Conv_VectorToVector2D_ReturnValue_1) == 0x000AD0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Conv_VectorToVector2D_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_DotProduct2D_ReturnValue) == 0x000AE0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_DotProduct2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x000AE8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_FClamp_ReturnValue_1) == 0x000AF0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_FClamp_ReturnValue_2) == 0x000AF8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue_4) == 0x000B00, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue_5) == 0x000B08, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Abs_ReturnValue) == 0x000B10, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetPlayerController_ReturnValue_1) == 0x000B18, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_FClamp_ReturnValue_3) == 0x000B20, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_FClamp_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000B28, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000B30, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetAdrenalinePercent_ReturnValue) == 0x000B38, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetAdrenalinePercent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000B40, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000B48, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000B50, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_MakeVector_ReturnValue) == 0x000B58, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_10) == 0x000B70, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_MakeVector4_ReturnValue_2) == 0x000B80, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_MakeVector4_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_NotifyName_3) == 0x000BA0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_MakeVector4_ReturnValue_3) == 0x000BB0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_MakeVector4_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_MakeVector4_ReturnValue_4) == 0x000BD0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_MakeVector4_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_DoubleDouble_ReturnValue_6) == 0x000BF0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Conv_DoubleToVector_ReturnValue_1) == 0x000BF8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Conv_DoubleToVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_VectorVector_ReturnValue_2) == 0x000C10, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_11) == 0x000C28, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_MakeVector4_ReturnValue_5) == 0x000C40, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_MakeVector4_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_NotifyName_4) == 0x000C60, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetTotalTokenCount_ReturnValue) == 0x000C68, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetTotalTokenCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000C6C, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetTotalTokenCount_ReturnValue_1) == 0x000C70, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetTotalTokenCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_12) == 0x000C74, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_Weapon) == 0x000C88, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_Weapon' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_DynamicCast_AsPlayer_Melee_Component) == 0x000C90, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_DynamicCast_AsPlayer_Melee_Component' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_DynamicCast_bSuccess_1) == 0x000C98, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_DynamicCast_AsPlayer_Melee_Component_1) == 0x000CA0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_DynamicCast_AsPlayer_Melee_Component_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_DynamicCast_bSuccess_2) == 0x000CA8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_HitComp) == 0x000CB0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_HitComp' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_OtherActor) == 0x000CB8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_OtherComp) == 0x000CC0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_NormalImpulse) == 0x000CC8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_Hit) == 0x000CE0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_Mesh) == 0x000DE0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_Mesh' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_AttachmentSocket) == 0x000E08, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_AttachmentSocket' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_OffSet) == 0x000E10, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_OffSet' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_ReactToThrownObject_Hit) == 0x000E70, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_ReactToThrownObject_Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_Event_DeltaSeconds) == 0x000E74, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_IsFlagRaised_ReturnValue) == 0x000E78, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_IsFlagRaised_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_IsInCombat_ReturnValue) == 0x000E79, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_RequestMeleeAttack_ReturnValue_1) == 0x000E7C, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_RequestMeleeAttack_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, Temp_class_Variable) == 0x000E80, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::Temp_class_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_Loaded) == 0x000E88, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ClassDynamicCast_AsWBP_Usable_Item) == 0x000E90, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ClassDynamicCast_AsWBP_Usable_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_ClassDynamicCast_bSuccess) == 0x000E98, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Create_ReturnValue) == 0x000EA0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_ObstacleDepth) == 0x000EA8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_ObstacleDepth' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_ObstacleDepthValue) == 0x000EAC, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_ObstacleDepthValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_ObstacleHeight) == 0x000EB0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_ObstacleHeight' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_CustomEvent_ObstacleHeightValue) == 0x000EB4, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_CustomEvent_ObstacleHeightValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_SwitchEnum_CmpSuccess) == 0x000EB8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_SwitchEnum_CmpSuccess_1) == 0x000EB9, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, K2Node_SwitchEnum_CmpSuccess_2) == 0x000EBA, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GetAnimInstance_ReturnValue) == 0x000EC0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Montage_Play_ReturnValue) == 0x000EC8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Montage_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Montage_Play_ReturnValue_1) == 0x000ECC, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Montage_Play_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Montage_Play_ReturnValue_2) == 0x000ED0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Montage_Play_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Montage_Play_ReturnValue_3) == 0x000ED4, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Montage_Play_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Montage_Play_ReturnValue_4) == 0x000ED8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Montage_Play_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Montage_Play_ReturnValue_5) == 0x000EDC, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Montage_Play_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_MakeVector4_X_ImplicitCast) == 0x000EE0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_MakeVector4_X_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x000EE8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000EF0, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000EF8, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_ApplyDamage_BaseDamage_ImplicitCast) == 0x000F00, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_ApplyDamage_BaseDamage_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000F08, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000F10, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Divide_DoubleDouble_B_ImplicitCast_1) == 0x000F18, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Divide_DoubleDouble_B_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Subtract_DoubleDouble_B_ImplicitCast) == 0x000F20, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Subtract_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1) == 0x000F28, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Multiply_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_MakeVector4_Z_ImplicitCast) == 0x000F30, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_MakeVector4_Z_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_Divide_DoubleDouble_A_ImplicitCast) == 0x000F38, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_Divide_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast) == 0x000F40, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_GreaterEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter, CallFunc_UpdateTuantTokenBloat_DeltaSeconds_ImplicitCast) == 0x000F48, "Member 'BP_UE4_PlayerCharacter_C_ExecuteUbergraph_BP_UE4_PlayerCharacter::CallFunc_UpdateTuantTokenBloat_DeltaSeconds_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_GetCrewJobManager \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_GetCrewJobManager) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_GetCrewJobManager"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_GetCrewJobManager) == 0x000028, "Wrong size on BP_UE4_PlayerCharacter_C_GetCrewJobManager"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetCrewJobManager, CrewJobManager) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_GetCrewJobManager::CrewJobManager' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetCrewJobManager, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_GetCrewJobManager::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetCrewJobManager, K2Node_DynamicCast_AsCJPlayer_Controller) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_GetCrewJobManager::K2Node_DynamicCast_AsCJPlayer_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetCrewJobManager, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_UE4_PlayerCharacter_C_GetCrewJobManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetCrewJobManager, CallFunc_GetCrewJobManager_ReturnValue) == 0x000020, "Member 'BP_UE4_PlayerCharacter_C_GetCrewJobManager::CallFunc_GetCrewJobManager_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_GetPlayerCameraInput \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_GetPlayerCameraInput) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_GetPlayerCameraInput"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_GetPlayerCameraInput) == 0x000080, "Wrong size on BP_UE4_PlayerCharacter_C_GetPlayerCameraInput"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetPlayerCameraInput, CameraTurnMouse) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_GetPlayerCameraInput::CameraTurnMouse' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetPlayerCameraInput, CameraTurnJoystick) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_GetPlayerCameraInput::CameraTurnJoystick' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetPlayerCameraInput, CallFunc_GetBoundActionValue_ReturnValue) == 0x000020, "Member 'BP_UE4_PlayerCharacter_C_GetPlayerCameraInput::CallFunc_GetBoundActionValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetPlayerCameraInput, CallFunc_GetBoundActionValue_ReturnValue_1) == 0x000040, "Member 'BP_UE4_PlayerCharacter_C_GetPlayerCameraInput::CallFunc_GetBoundActionValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetPlayerCameraInput, CallFunc_Conv_InputActionValueToAxis2D_ReturnValue) == 0x000060, "Member 'BP_UE4_PlayerCharacter_C_GetPlayerCameraInput::CallFunc_Conv_InputActionValueToAxis2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetPlayerCameraInput, CallFunc_Conv_InputActionValueToAxis2D_ReturnValue_1) == 0x000070, "Member 'BP_UE4_PlayerCharacter_C_GetPlayerCameraInput::CallFunc_Conv_InputActionValueToAxis2D_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_GetPlayerMoveInput \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_GetPlayerMoveInput) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_GetPlayerMoveInput"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_GetPlayerMoveInput) == 0x000050, "Wrong size on BP_UE4_PlayerCharacter_C_GetPlayerMoveInput"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetPlayerMoveInput, ReturnValue) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_GetPlayerMoveInput::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetPlayerMoveInput, CallFunc_GetBoundActionValue_ReturnValue) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_GetPlayerMoveInput::CallFunc_GetBoundActionValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetPlayerMoveInput, CallFunc_Conv_InputActionValueToAxis2D_ReturnValue) == 0x000028, "Member 'BP_UE4_PlayerCharacter_C_GetPlayerMoveInput::CallFunc_Conv_InputActionValueToAxis2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetPlayerMoveInput, CallFunc_BreakVector2D_X) == 0x000038, "Member 'BP_UE4_PlayerCharacter_C_GetPlayerMoveInput::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetPlayerMoveInput, CallFunc_BreakVector2D_Y) == 0x000040, "Member 'BP_UE4_PlayerCharacter_C_GetPlayerMoveInput::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_GetPlayerMoveInput, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x000048, "Member 'BP_UE4_PlayerCharacter_C_GetPlayerMoveInput::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_HeldUpTargetManagement \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_HeldUpTargetManagement) == 0x000004, "Wrong alignment on BP_UE4_PlayerCharacter_C_HeldUpTargetManagement"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_HeldUpTargetManagement) == 0x000010, "Wrong size on BP_UE4_PlayerCharacter_C_HeldUpTargetManagement"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_HeldUpTargetManagement, Count) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_HeldUpTargetManagement::Count' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_HeldUpTargetManagement, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'BP_UE4_PlayerCharacter_C_HeldUpTargetManagement::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_HeldUpTargetManagement, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_HeldUpTargetManagement::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_HeldUpTargetManagement, CallFunc_Clamp_ReturnValue) == 0x00000C, "Member 'BP_UE4_PlayerCharacter_C_HeldUpTargetManagement::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2 \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2) == 0x000030, "Wrong size on BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000020, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000024, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2, SourceAction) == 0x000028, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_IA_AdrenalineRush_K2Node_EnhancedInputActionEvent_2::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_IA_Heal_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1 \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1) == 0x000030, "Wrong size on BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000020, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000024, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1, SourceAction) == 0x000028, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_1::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_InpActEvt_O_K2Node_InputDebugKeyEvent_0 \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_InpActEvt_O_K2Node_InputDebugKeyEvent_0) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_InpActEvt_O_K2Node_InputDebugKeyEvent_0"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_InpActEvt_O_K2Node_InputDebugKeyEvent_0) == 0x000038, "Wrong size on BP_UE4_PlayerCharacter_C_InpActEvt_O_K2Node_InputDebugKeyEvent_0"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_O_K2Node_InputDebugKeyEvent_0, Key) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_O_K2Node_InputDebugKeyEvent_0::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_O_K2Node_InputDebugKeyEvent_0, ActionValue) == 0x000018, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_O_K2Node_InputDebugKeyEvent_0::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_InpActEvt_U_K2Node_InputDebugKeyEvent_1 \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_InpActEvt_U_K2Node_InputDebugKeyEvent_1) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_InpActEvt_U_K2Node_InputDebugKeyEvent_1"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_InpActEvt_U_K2Node_InputDebugKeyEvent_1) == 0x000038, "Wrong size on BP_UE4_PlayerCharacter_C_InpActEvt_U_K2Node_InputDebugKeyEvent_1"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_U_K2Node_InputDebugKeyEvent_1, Key) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_U_K2Node_InputDebugKeyEvent_1::Key' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_InpActEvt_U_K2Node_InputDebugKeyEvent_1, ActionValue) == 0x000018, "Member 'BP_UE4_PlayerCharacter_C_InpActEvt_U_K2Node_InputDebugKeyEvent_1::ActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnAimWeaponUpdated_Event_0 \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnAimWeaponUpdated_Event_0) == 0x000001, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnAimWeaponUpdated_Event_0"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnAimWeaponUpdated_Event_0) == 0x000001, "Wrong size on BP_UE4_PlayerCharacter_C_OnAimWeaponUpdated_Event_0"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnAimWeaponUpdated_Event_0, Aiming) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnAimWeaponUpdated_Event_0::Aiming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnBlendOut_72C789CF48030F5839ABC3B2B35FC456 \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnBlendOut_72C789CF48030F5839ABC3B2B35FC456) == 0x000004, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnBlendOut_72C789CF48030F5839ABC3B2B35FC456"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnBlendOut_72C789CF48030F5839ABC3B2B35FC456) == 0x000008, "Wrong size on BP_UE4_PlayerCharacter_C_OnBlendOut_72C789CF48030F5839ABC3B2B35FC456"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnBlendOut_72C789CF48030F5839ABC3B2B35FC456, NotifyName) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnBlendOut_72C789CF48030F5839ABC3B2B35FC456::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnCompleted_72C789CF48030F5839ABC3B2B35FC456 \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnCompleted_72C789CF48030F5839ABC3B2B35FC456) == 0x000004, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnCompleted_72C789CF48030F5839ABC3B2B35FC456"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnCompleted_72C789CF48030F5839ABC3B2B35FC456) == 0x000008, "Wrong size on BP_UE4_PlayerCharacter_C_OnCompleted_72C789CF48030F5839ABC3B2B35FC456"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnCompleted_72C789CF48030F5839ABC3B2B35FC456, NotifyName) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnCompleted_72C789CF48030F5839ABC3B2B35FC456::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnHitByProjectile \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnHitByProjectile) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnHitByProjectile"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnHitByProjectile) == 0x000130, "Wrong size on BP_UE4_PlayerCharacter_C_OnHitByProjectile"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnHitByProjectile, HitComp) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnHitByProjectile::HitComp' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnHitByProjectile, OtherActor) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_OnHitByProjectile::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnHitByProjectile, OtherComp) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_OnHitByProjectile::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnHitByProjectile, NormalImpulse) == 0x000018, "Member 'BP_UE4_PlayerCharacter_C_OnHitByProjectile::NormalImpulse' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnHitByProjectile, Hit) == 0x000030, "Member 'BP_UE4_PlayerCharacter_C_OnHitByProjectile::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnInterrupted_72C789CF48030F5839ABC3B2B35FC456 \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnInterrupted_72C789CF48030F5839ABC3B2B35FC456) == 0x000004, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnInterrupted_72C789CF48030F5839ABC3B2B35FC456"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnInterrupted_72C789CF48030F5839ABC3B2B35FC456) == 0x000008, "Wrong size on BP_UE4_PlayerCharacter_C_OnInterrupted_72C789CF48030F5839ABC3B2B35FC456"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnInterrupted_72C789CF48030F5839ABC3B2B35FC456, NotifyName) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnInterrupted_72C789CF48030F5839ABC3B2B35FC456::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnLanded \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnLanded) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnLanded"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnLanded) == 0x000100, "Wrong size on BP_UE4_PlayerCharacter_C_OnLanded"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnLanded, Hit) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnLanded::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnLoaded_A79FC08D46BC26175B541CB22E83D9D5 \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnLoaded_A79FC08D46BC26175B541CB22E83D9D5) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnLoaded_A79FC08D46BC26175B541CB22E83D9D5"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnLoaded_A79FC08D46BC26175B541CB22E83D9D5) == 0x000008, "Wrong size on BP_UE4_PlayerCharacter_C_OnLoaded_A79FC08D46BC26175B541CB22E83D9D5"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnLoaded_A79FC08D46BC26175B541CB22E83D9D5, Loaded) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnLoaded_A79FC08D46BC26175B541CB22E83D9D5::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained) == 0x000048, "Wrong size on BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained, AdrenalineToGain) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained::AdrenalineToGain' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained, AdrenalineTag) == 0x000004, "Member 'BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained::AdrenalineTag' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained, ReturnValue) == 0x00000C, "Member 'BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000020, "Member 'BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x000021, "Member 'BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained, CallFunc_BooleanAND_ReturnValue) == 0x000022, "Member 'BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained, CallFunc_SelectFloat_ReturnValue) == 0x000028, "Member 'BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained, CallFunc_SelectFloat_B_ImplicitCast) == 0x000030, "Member 'BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained::CallFunc_SelectFloat_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000038, "Member 'BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained, K2Node_FunctionResult_ReturnValue_ImplicitCast) == 0x000040, "Member 'BP_UE4_PlayerCharacter_C_OnModifyAdrenalineGained::K2Node_FunctionResult_ReturnValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext) == 0x000068, "Wrong size on BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext, TakeDamageContext) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext::TakeDamageContext' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext, ReturnValue) == 0x000040, "Member 'BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext, CallFunc_OnModifyDamageDealt_ReturnValue) == 0x00004C, "Member 'BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext::CallFunc_OnModifyDamageDealt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext, CallFunc_OnModifyDamageDealt_HealthDamage) == 0x000050, "Member 'BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext::CallFunc_OnModifyDamageDealt_HealthDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext, CallFunc_OnModifyDamageDealt_PosDamage) == 0x000058, "Member 'BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext::CallFunc_OnModifyDamageDealt_PosDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext, K2Node_SetFieldsInStruct_DealingDamage_ImplicitCast) == 0x000060, "Member 'BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext::K2Node_SetFieldsInStruct_DealingDamage_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext, K2Node_SetFieldsInStruct_DealingPosture_ImplicitCast) == 0x000064, "Member 'BP_UE4_PlayerCharacter_C_OnModifyDealDamageContext::K2Node_SetFieldsInStruct_DealingPosture_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext) == 0x000068, "Wrong size on BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext, TakeDamageContext) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext::TakeDamageContext' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext, ReturnValue) == 0x000040, "Member 'BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext, CallFunc_OnModifyTakeDamage_HealthDamage) == 0x000050, "Member 'BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext::CallFunc_OnModifyTakeDamage_HealthDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext, CallFunc_OnModifyTakeDamage_PosDamage) == 0x000058, "Member 'BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext::CallFunc_OnModifyTakeDamage_PosDamage' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext, K2Node_SetFieldsInStruct_DealingDamage_ImplicitCast) == 0x000060, "Member 'BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext::K2Node_SetFieldsInStruct_DealingDamage_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext, K2Node_SetFieldsInStruct_DealingPosture_ImplicitCast) == 0x000064, "Member 'BP_UE4_PlayerCharacter_C_OnModifyTakeDamageContext::K2Node_SetFieldsInStruct_DealingPosture_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnMovedToNewRegion \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnMovedToNewRegion) == 0x000004, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnMovedToNewRegion"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnMovedToNewRegion) == 0x00000C, "Wrong size on BP_UE4_PlayerCharacter_C_OnMovedToNewRegion"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnMovedToNewRegion, RegionId) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnMovedToNewRegion::RegionId' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnMovedToNewRegion, RegionName) == 0x000004, "Member 'BP_UE4_PlayerCharacter_C_OnMovedToNewRegion::RegionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnNotifyBegin_72C789CF48030F5839ABC3B2B35FC456 \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnNotifyBegin_72C789CF48030F5839ABC3B2B35FC456) == 0x000004, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnNotifyBegin_72C789CF48030F5839ABC3B2B35FC456"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnNotifyBegin_72C789CF48030F5839ABC3B2B35FC456) == 0x000008, "Wrong size on BP_UE4_PlayerCharacter_C_OnNotifyBegin_72C789CF48030F5839ABC3B2B35FC456"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnNotifyBegin_72C789CF48030F5839ABC3B2B35FC456, NotifyName) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnNotifyBegin_72C789CF48030F5839ABC3B2B35FC456::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnNotifyEnd_72C789CF48030F5839ABC3B2B35FC456 \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnNotifyEnd_72C789CF48030F5839ABC3B2B35FC456) == 0x000004, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnNotifyEnd_72C789CF48030F5839ABC3B2B35FC456"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnNotifyEnd_72C789CF48030F5839ABC3B2B35FC456) == 0x000008, "Wrong size on BP_UE4_PlayerCharacter_C_OnNotifyEnd_72C789CF48030F5839ABC3B2B35FC456"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnNotifyEnd_72C789CF48030F5839ABC3B2B35FC456, NotifyName) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnNotifyEnd_72C789CF48030F5839ABC3B2B35FC456::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event) == 0x000068, "Wrong size on BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event, DamagedActor) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event, Damage) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event, InstigatedBy) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event, HitLocation) == 0x000018, "Member 'BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event, FHitComponent) == 0x000030, "Member 'BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event::FHitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event, BoneName) == 0x000038, "Member 'BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event::BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event, ShotFromDirection) == 0x000040, "Member 'BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event::ShotFromDirection' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event, DamageType) == 0x000058, "Member 'BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event, DamageCauser) == 0x000060, "Member 'BP_UE4_PlayerCharacter_C_OnTakePointDamage_Event::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event) == 0x000004, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event) == 0x000010, "Wrong size on BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event, ObstacleDepth) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event::ObstacleDepth' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event, ObstacleDepthValue) == 0x000004, "Member 'BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event::ObstacleDepthValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event, ObstacleHeight) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event::ObstacleHeight' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event, ObstacleHeightValue) == 0x00000C, "Member 'BP_UE4_PlayerCharacter_C_OnTraverseObstacle_Event::ObstacleHeightValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnValueUpdated_E88240C14F1119A3A3C98D822668EE9C \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnValueUpdated_E88240C14F1119A3A3C98D822668EE9C) == 0x000001, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnValueUpdated_E88240C14F1119A3A3C98D822668EE9C"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnValueUpdated_E88240C14F1119A3A3C98D822668EE9C) == 0x000001, "Wrong size on BP_UE4_PlayerCharacter_C_OnValueUpdated_E88240C14F1119A3A3C98D822668EE9C"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnValueUpdated_E88240C14F1119A3A3C98D822668EE9C, bValue) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnValueUpdated_E88240C14F1119A3A3C98D822668EE9C::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_OnWieldWeapon_Event \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_OnWieldWeapon_Event) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_OnWieldWeapon_Event"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_OnWieldWeapon_Event) == 0x000008, "Wrong size on BP_UE4_PlayerCharacter_C_OnWieldWeapon_Event"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_OnWieldWeapon_Event, Weapon) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_OnWieldWeapon_Event::Weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_ReactToOtherCharacter \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_ReactToOtherCharacter) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_ReactToOtherCharacter"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_ReactToOtherCharacter) == 0x000030, "Wrong size on BP_UE4_PlayerCharacter_C_ReactToOtherCharacter"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToOtherCharacter, Other_Character) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_ReactToOtherCharacter::Other_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToOtherCharacter, Impulse_Direction) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_ReactToOtherCharacter::Impulse_Direction' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToOtherCharacter, K2Node_DynamicCast_AsCJCharacter) == 0x000020, "Member 'BP_UE4_PlayerCharacter_C_ReactToOtherCharacter::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToOtherCharacter, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_UE4_PlayerCharacter_C_ReactToOtherCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_ReactToThrownObject \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_ReactToThrownObject) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_ReactToThrownObject"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_ReactToThrownObject) == 0x0000C8, "Wrong size on BP_UE4_PlayerCharacter_C_ReactToThrownObject"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, Object) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, Hit) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::Hit' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, K2Node_DynamicCast_AsMelee_Weapon) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::K2Node_DynamicCast_AsMelee_Weapon' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_GetMesh_ReturnValue) == 0x000020, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_GetMesh_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000028, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000030, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_GetComponentVelocity_ReturnValue) == 0x000048, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_GetComponentVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_BreakVector_X) == 0x000060, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_BreakVector_X' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_BreakVector_Y) == 0x000068, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_BreakVector_Y' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_BreakVector_Z) == 0x000070, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_BreakVector_Z' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_VSizeSquared_ReturnValue) == 0x000078, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000080, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000098, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_BreakVector_X_1) == 0x0000A0, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_BreakVector_X_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_BreakVector_Y_1) == 0x0000A8, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_BreakVector_Z_1) == 0x0000B0, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x0000B8, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000C0, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReactToThrownObject, CallFunc_BooleanAND_ReturnValue) == 0x0000C1, "Member 'BP_UE4_PlayerCharacter_C_ReactToThrownObject::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_ReceivePossessed \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_ReceivePossessed) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_ReceivePossessed"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_ReceivePossessed) == 0x000008, "Wrong size on BP_UE4_PlayerCharacter_C_ReceivePossessed"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReceivePossessed, NewController) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_ReceivePossessed::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_ReceiveTick \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_UE4_PlayerCharacter_C_ReceiveTick"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_ReceiveTick) == 0x000004, "Wrong size on BP_UE4_PlayerCharacter_C_ReceiveTick"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_SetAimedAtTarget \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_SetAimedAtTarget"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget) == 0x000068, "Wrong size on BP_UE4_PlayerCharacter_C_SetAimedAtTarget"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, CallFunc_GetHitActor_ReturnValue) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::CallFunc_GetHitActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, K2Node_DynamicCast_AsNPCCharacter) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::K2Node_DynamicCast_AsNPCCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, CallFunc_GetCurrentWeapon_ReturnValue) == 0x000020, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::CallFunc_GetCurrentWeapon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, CallFunc_IsWieldingWeapon_ReturnValue) == 0x000028, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::CallFunc_IsWieldingWeapon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, CallFunc_GetObjectClass_ReturnValue) == 0x000030, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, CallFunc_GetController_ReturnValue) == 0x000038, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000040, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, K2Node_DynamicCast_AsBP_Npc_Controller) == 0x000048, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::K2Node_DynamicCast_AsBP_Npc_Controller' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, CallFunc_BooleanAND_ReturnValue) == 0x000051, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, CallFunc_K2_SetTimer_ReturnValue) == 0x000058, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, CallFunc_BooleanAND_ReturnValue_1) == 0x000060, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SetAimedAtTarget, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'BP_UE4_PlayerCharacter_C_SetAimedAtTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_SpawnProp \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_SpawnProp) == 0x000010, "Wrong alignment on BP_UE4_PlayerCharacter_C_SpawnProp"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_SpawnProp) == 0x000090, "Wrong size on BP_UE4_PlayerCharacter_C_SpawnProp"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SpawnProp, Mesh_0) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_SpawnProp::Mesh_0' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SpawnProp, AttachmentSocket) == 0x000028, "Member 'BP_UE4_PlayerCharacter_C_SpawnProp::AttachmentSocket' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_SpawnProp, Offset) == 0x000030, "Member 'BP_UE4_PlayerCharacter_C_SpawnProp::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator) == 0x000168, "Wrong size on BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator, Should_Show_Combat_Indicator) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator::Should_Show_Combat_Indicator' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator, CallFunc_GetTimeSeconds_ReturnValue) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator, CallFunc_GetSmoothedAttackAimDirection_ReturnValue) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator::CallFunc_GetSmoothedAttackAimDirection_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000028, "Member 'BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000040, "Member 'BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator, CallFunc_ShouldShowCombatIndicator_ReturnValue) == 0x000140, "Member 'BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator::CallFunc_ShouldShowCombatIndicator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator, CallFunc_MakeVector_ReturnValue) == 0x000148, "Member 'BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator, CallFunc_IsInCombat_ReturnValue) == 0x000160, "Member 'BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator::CallFunc_IsInCombat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator, CallFunc_BooleanAND_ReturnValue) == 0x000161, "Member 'BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator, CallFunc_BooleanAND_ReturnValue_1) == 0x000162, "Member 'BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator, CallFunc_BooleanAND_ReturnValue_2) == 0x000163, "Member 'BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator, CallFunc_SetScalarParameterForCustomPrimitiveData_Value_ImplicitCast) == 0x000164, "Member 'BP_UE4_PlayerCharacter_C_UpdateCombatAimIndicator::CallFunc_SetScalarParameterForCustomPrimitiveData_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_UpdateTuantTokenBloat \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_UpdateTuantTokenBloat) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_UpdateTuantTokenBloat"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_UpdateTuantTokenBloat) == 0x000018, "Wrong size on BP_UE4_PlayerCharacter_C_UpdateTuantTokenBloat"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateTuantTokenBloat, DeltaSeconds) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_UpdateTuantTokenBloat::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateTuantTokenBloat, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_UpdateTuantTokenBloat::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UpdateTuantTokenBloat, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_UpdateTuantTokenBloat::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UE4_PlayerCharacter_C_UsePainKillers \ +static_assert(alignof(BP_UE4_PlayerCharacter_C_UsePainKillers) == 0x000008, "Wrong alignment on BP_UE4_PlayerCharacter_C_UsePainKillers"); \ +static_assert(sizeof(BP_UE4_PlayerCharacter_C_UsePainKillers) == 0x000060, "Wrong size on BP_UE4_PlayerCharacter_C_UsePainKillers"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, HealAmount) == 0x000000, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::HealAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, K2Node_DynamicCast_AsVM_Health_Inventory) == 0x000010, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::K2Node_DynamicCast_AsVM_Health_Inventory' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_PlayerHasInventoryItem_ReturnValue) == 0x000019, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_PlayerHasInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_GetHealthPercentage_ReturnValue) == 0x000028, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000030, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000038, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_RemoveFromPlayerInventory_ReturnValue) == 0x000039, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_RemoveFromPlayerInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_BooleanAND_ReturnValue) == 0x00003A, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_PlayerHasInventoryItem_ReturnValue_1) == 0x00003B, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_PlayerHasInventoryItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_SelectFloat_ReturnValue) == 0x000040, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_Multiply_DoubleDouble_B_ImplicitCast) == 0x000048, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_Multiply_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x000050, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UE4_PlayerCharacter_C_UsePainKillers, CallFunc_RegainHealth_HealthRegained_ImplicitCast) == 0x000058, "Member 'BP_UE4_PlayerCharacter_C_UsePainKillers::CallFunc_RegainHealth_HealthRegained_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_UE4_PlayerCharacter_C \ +static_assert(alignof(ABP_UE4_PlayerCharacter_C) == 0x000010, "Wrong alignment on ABP_UE4_PlayerCharacter_C"); \ +static_assert(sizeof(ABP_UE4_PlayerCharacter_C) == 0x0017F0, "Wrong size on ABP_UE4_PlayerCharacter_C"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, UberGraphFrame) == 0x0015E0, "Member 'ABP_UE4_PlayerCharacter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, BP_SMartObjectPropComponent) == 0x0015E8, "Member 'ABP_UE4_PlayerCharacter_C::BP_SMartObjectPropComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, ThreatIndicatorDisplay) == 0x0015F0, "Member 'ABP_UE4_PlayerCharacter_C::ThreatIndicatorDisplay' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, Aim_Indicator) == 0x0015F8, "Member 'ABP_UE4_PlayerCharacter_C::Aim_Indicator' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, BP_TutorialComponent) == 0x001600, "Member 'ABP_UE4_PlayerCharacter_C::BP_TutorialComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, BP_DialogueComponent) == 0x001608, "Member 'ABP_UE4_PlayerCharacter_C::BP_DialogueComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, BP_DrivingMetadataComponent) == 0x001610, "Member 'ABP_UE4_PlayerCharacter_C::BP_DrivingMetadataComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, BP_CombatMetadataComponent) == 0x001618, "Member 'ABP_UE4_PlayerCharacter_C::BP_CombatMetadataComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, CharacterTrajectory) == 0x001620, "Member 'ABP_UE4_PlayerCharacter_C::CharacterTrajectory' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, AbilitySystem) == 0x001628, "Member 'ABP_UE4_PlayerCharacter_C::AbilitySystem' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, VFX_DestructionData) == 0x001630, "Member 'ABP_UE4_PlayerCharacter_C::VFX_DestructionData' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, BP_Archetype_Component) == 0x001638, "Member 'ABP_UE4_PlayerCharacter_C::BP_Archetype_Component' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, GameplayTagObserver) == 0x001640, "Member 'ABP_UE4_PlayerCharacter_C::GameplayTagObserver' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, DynamicReverb) == 0x001648, "Member 'ABP_UE4_PlayerCharacter_C::DynamicReverb' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, Audio_3D_CityAmb) == 0x001650, "Member 'ABP_UE4_PlayerCharacter_C::Audio_3D_CityAmb' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, Audio_Weather) == 0x001658, "Member 'ABP_UE4_PlayerCharacter_C::Audio_Weather' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, TokenDispenser) == 0x001660, "Member 'ABP_UE4_PlayerCharacter_C::TokenDispenser' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, LODSync) == 0x001668, "Member 'ABP_UE4_PlayerCharacter_C::LODSync' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, AIPerceptionStimuliSource) == 0x001670, "Member 'ABP_UE4_PlayerCharacter_C::AIPerceptionStimuliSource' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, HealTimeline_Opacity_70671F9E4E36AEAEE5C9F497E3149F09) == 0x001678, "Member 'ABP_UE4_PlayerCharacter_C::HealTimeline_Opacity_70671F9E4E36AEAEE5C9F497E3149F09' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, HealTimeline_Heal_70671F9E4E36AEAEE5C9F497E3149F09) == 0x00167C, "Member 'ABP_UE4_PlayerCharacter_C::HealTimeline_Heal_70671F9E4E36AEAEE5C9F497E3149F09' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, HealTimeline__Direction_70671F9E4E36AEAEE5C9F497E3149F09) == 0x001680, "Member 'ABP_UE4_PlayerCharacter_C::HealTimeline__Direction_70671F9E4E36AEAEE5C9F497E3149F09' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, HealTimeline) == 0x001688, "Member 'ABP_UE4_PlayerCharacter_C::HealTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, HurtIndicatorTimeline_intense_257092CE4DFAC6AEEB08ECAEE9007A14) == 0x001690, "Member 'ABP_UE4_PlayerCharacter_C::HurtIndicatorTimeline_intense_257092CE4DFAC6AEEB08ECAEE9007A14' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, HurtIndicatorTimeline_HurtAlpha_257092CE4DFAC6AEEB08ECAEE9007A14) == 0x001694, "Member 'ABP_UE4_PlayerCharacter_C::HurtIndicatorTimeline_HurtAlpha_257092CE4DFAC6AEEB08ECAEE9007A14' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, HurtIndicatorTimeline__Direction_257092CE4DFAC6AEEB08ECAEE9007A14) == 0x001698, "Member 'ABP_UE4_PlayerCharacter_C::HurtIndicatorTimeline__Direction_257092CE4DFAC6AEEB08ECAEE9007A14' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, HurtIndicatorTimeline) == 0x0016A0, "Member 'ABP_UE4_PlayerCharacter_C::HurtIndicatorTimeline' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, Hurt_Impact) == 0x0016A8, "Member 'ABP_UE4_PlayerCharacter_C::Hurt_Impact' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, Hurt) == 0x0016B0, "Member 'ABP_UE4_PlayerCharacter_C::Hurt' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, Is_Wielding_Weapon) == 0x0016C8, "Member 'ABP_UE4_PlayerCharacter_C::Is_Wielding_Weapon' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, HurtReduction) == 0x0016D0, "Member 'ABP_UE4_PlayerCharacter_C::HurtReduction' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, Hurt_Base_Health_Contribution) == 0x0016D8, "Member 'ABP_UE4_PlayerCharacter_C::Hurt_Base_Health_Contribution' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, Hurt_Parameter) == 0x0016E0, "Member 'ABP_UE4_PlayerCharacter_C::Hurt_Parameter' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, FallDamageCurve) == 0x0016E8, "Member 'ABP_UE4_PlayerCharacter_C::FallDamageCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, AimedAtTarget) == 0x0016F0, "Member 'ABP_UE4_PlayerCharacter_C::AimedAtTarget' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, HeldUpCount) == 0x0016F8, "Member 'ABP_UE4_PlayerCharacter_C::HeldUpCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, Sting) == 0x001700, "Member 'ABP_UE4_PlayerCharacter_C::Sting' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, tmp_UsableItemWidget) == 0x001708, "Member 'ABP_UE4_PlayerCharacter_C::tmp_UsableItemWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, CanHitReact) == 0x001710, "Member 'ABP_UE4_PlayerCharacter_C::CanHitReact' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, LinkedAnimLayers) == 0x001718, "Member 'ABP_UE4_PlayerCharacter_C::LinkedAnimLayers' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, GameplayTagsExpiration) == 0x001728, "Member 'ABP_UE4_PlayerCharacter_C::GameplayTagsExpiration' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, bDetachLadderBottom) == 0x001778, "Member 'ABP_UE4_PlayerCharacter_C::bDetachLadderBottom' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, bIsClimbingLadder) == 0x001779, "Member 'ABP_UE4_PlayerCharacter_C::bIsClimbingLadder' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, ClimbInput) == 0x001780, "Member 'ABP_UE4_PlayerCharacter_C::ClimbInput' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, PositionOnLadder) == 0x001788, "Member 'ABP_UE4_PlayerCharacter_C::PositionOnLadder' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, EnteredLadderBottom) == 0x001790, "Member 'ABP_UE4_PlayerCharacter_C::EnteredLadderBottom' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, bExitTopLadder) == 0x001791, "Member 'ABP_UE4_PlayerCharacter_C::bExitTopLadder' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, ForwardPositionOnLadder) == 0x001798, "Member 'ABP_UE4_PlayerCharacter_C::ForwardPositionOnLadder' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, As_ABP_Player) == 0x0017A0, "Member 'ABP_UE4_PlayerCharacter_C::As_ABP_Player' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, MM_TrajectoryDebug) == 0x0017A8, "Member 'ABP_UE4_PlayerCharacter_C::MM_TrajectoryDebug' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, Obstacle_Depth_Value) == 0x0017AC, "Member 'ABP_UE4_PlayerCharacter_C::Obstacle_Depth_Value' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, Obstacle_Height_Value) == 0x0017B0, "Member 'ABP_UE4_PlayerCharacter_C::Obstacle_Height_Value' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, CurrentAimIndicatorIColour) == 0x0017B4, "Member 'ABP_UE4_PlayerCharacter_C::CurrentAimIndicatorIColour' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, CombatHudNeedsNewMI) == 0x0017C4, "Member 'ABP_UE4_PlayerCharacter_C::CombatHudNeedsNewMI' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, BaseAttackTokenCount) == 0x0017C8, "Member 'ABP_UE4_PlayerCharacter_C::BaseAttackTokenCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, TauntTokenBloatDuration) == 0x0017D0, "Member 'ABP_UE4_PlayerCharacter_C::TauntTokenBloatDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, TauntBloatTokens) == 0x0017D8, "Member 'ABP_UE4_PlayerCharacter_C::TauntBloatTokens' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, HealItemInventory_VM) == 0x0017E0, "Member 'ABP_UE4_PlayerCharacter_C::HealItemInventory_VM' has a wrong offset!"); \ +static_assert(offsetof(ABP_UE4_PlayerCharacter_C, Aim_Start_Time_Set) == 0x0017E8, "Member 'ABP_UE4_PlayerCharacter_C::Aim_Start_Time_Set' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement \ +static_assert(alignof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement) == 0x000008, "Wrong alignment on CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement"); \ +static_assert(sizeof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement) == 0x000080, "Wrong size on CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, PlayerCharacter) == 0x000000, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_GetPlayerCameraInput_CameraTurnMouse) == 0x000008, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_GetPlayerCameraInput_CameraTurnMouse' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_GetPlayerCameraInput_CameraTurnJoystick) == 0x000018, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_GetPlayerCameraInput_CameraTurnJoystick' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_BreakVector2D_X) == 0x000030, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_BreakVector2D_Y) == 0x000038, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_NotEqual_DoubleDouble_ReturnValue) == 0x000040, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_NotEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_NotEqual_DoubleDouble_ReturnValue_1) == 0x000041, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_NotEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_BreakVector2D_X_1) == 0x000048, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_BreakVector2D_Y_1) == 0x000050, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_BooleanOR_ReturnValue) == 0x000058, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_NotEqual_DoubleDouble_ReturnValue_2) == 0x000059, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_NotEqual_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_NotEqual_DoubleDouble_ReturnValue_3) == 0x00005A, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_NotEqual_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_BooleanOR_ReturnValue_1) == 0x00005B, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_GetPlayingInstance_ReturnValue) == 0x000060, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, CallFunc_BooleanOR_ReturnValue_2) == 0x000068, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, K2Node_DynamicCast_AsBP_UE4_Player_Character) == 0x000070, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::K2Node_DynamicCast_AsBP_UE4_Player_Character' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'CJCM_AlignToDialogueCharacter_C_ResetOcclusionOffsetOnCameraMovement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_AlignToDialogueCharacter_C_BlueprintEnterTransition \ +static_assert(alignof(CJCM_AlignToDialogueCharacter_C_BlueprintEnterTransition) == 0x000008, "Wrong alignment on CJCM_AlignToDialogueCharacter_C_BlueprintEnterTransition"); \ +static_assert(sizeof(CJCM_AlignToDialogueCharacter_C_BlueprintEnterTransition) == 0x0000D0, "Wrong size on CJCM_AlignToDialogueCharacter_C_BlueprintEnterTransition"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_BlueprintEnterTransition, InCameraContext) == 0x000000, "Member 'CJCM_AlignToDialogueCharacter_C_BlueprintEnterTransition::InCameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_BlueprintEnterTransition, OutCameraContext) == 0x000068, "Member 'CJCM_AlignToDialogueCharacter_C_BlueprintEnterTransition::OutCameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_AlignToDialogueCharacter_C_BlueprintUpdateAlignTowards \ +static_assert(alignof(CJCM_AlignToDialogueCharacter_C_BlueprintUpdateAlignTowards) == 0x000008, "Wrong alignment on CJCM_AlignToDialogueCharacter_C_BlueprintUpdateAlignTowards"); \ +static_assert(sizeof(CJCM_AlignToDialogueCharacter_C_BlueprintUpdateAlignTowards) == 0x000068, "Wrong size on CJCM_AlignToDialogueCharacter_C_BlueprintUpdateAlignTowards"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_BlueprintUpdateAlignTowards, CameraContext) == 0x000000, "Member 'CJCM_AlignToDialogueCharacter_C_BlueprintUpdateAlignTowards::CameraContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter \ +static_assert(alignof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter) == 0x000008, "Wrong alignment on CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter"); \ +static_assert(sizeof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter) == 0x000A58, "Wrong size on CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, EntryPoint) == 0x000000, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakRotator_Roll) == 0x000004, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakRotator_Pitch) == 0x000008, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakRotator_Yaw) == 0x00000C, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000010, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000018, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000020, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_FClamp_ReturnValue) == 0x000028, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_ReturnValue_3) == 0x000030, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetPlayingInstance_ReturnValue) == 0x000038, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_MakeRotator_ReturnValue) == 0x000040, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000058, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000070, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000078, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetDialogueComponent_ReturnValue) == 0x000080, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetDialogueComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetPlayingInstance_ReturnValue_3) == 0x000088, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetPlayingInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetConversationTarget_ReturnValue) == 0x000090, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetConversationTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetDialogueComponent_ReturnValue_1) == 0x000098, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetDialogueComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakRotator_Roll_1) == 0x0000A0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakRotator_Pitch_1) == 0x0000A4, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakRotator_Yaw_1) == 0x0000A8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetConversationTarget_ReturnValue_1) == 0x0000B0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetConversationTarget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000B8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetPlayingInstance_ReturnValue_4) == 0x0000D0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetPlayingInstance_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetDialogueComponent_ReturnValue_2) == 0x0000D8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetDialogueComponent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_ReturnValue_4) == 0x0000E0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetConversationTarget_ReturnValue_2) == 0x0000E8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetConversationTarget_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_ReturnValue_5) == 0x0000F0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000F8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetPlayingInstance_ReturnValue_5) == 0x000110, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetPlayingInstance_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetPlayingInstance_ReturnValue_6) == 0x000118, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetPlayingInstance_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000120, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetDialogueComponent_ReturnValue_3) == 0x000138, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetDialogueComponent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetPlayingInstance_ReturnValue_7) == 0x000140, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetPlayingInstance_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetDialogueComponent_ReturnValue_4) == 0x000148, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetDialogueComponent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetConversationTarget_ReturnValue_3) == 0x000150, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetConversationTarget_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, Temp_int_Loop_Counter_Variable) == 0x000158, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetConversationTarget_ReturnValue_4) == 0x000160, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetConversationTarget_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000168, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_IsValid_ReturnValue) == 0x00016C, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, Temp_bool_True_if_break_was_hit_Variable) == 0x00016D, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, Temp_int_Array_Index_Variable) == 0x000170, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x000174, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, K2Node_Event_CameraContext) == 0x000178, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::K2Node_Event_CameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetPlayingInstance_ReturnValue_8) == 0x0001E0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetPlayingInstance_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001E8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000200, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000218, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x000230, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000248, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_VectorVector_ReturnValue) == 0x000260, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000278, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000290, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0002A8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0002C0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0002D8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetPlayingInstance_ReturnValue_9) == 0x0002F0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetPlayingInstance_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetPlayingInstance_ReturnValue_10) == 0x0002F8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetPlayingInstance_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, Temp_object_Variable) == 0x000300, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetDialogueComponent_ReturnValue_5) == 0x000310, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetDialogueComponent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakRotator_Roll_2) == 0x000318, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakRotator_Pitch_2) == 0x00031C, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakRotator_Yaw_2) == 0x000320, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GetConversationTarget_ReturnValue_5) == 0x000328, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GetConversationTarget_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, Temp_object_Variable_1) == 0x000330, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_LineTraceSingleWithWorldContext_OutHit) == 0x000340, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_LineTraceSingleWithWorldContext_OutHit' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_LineTraceSingleWithWorldContext_ReturnValue) == 0x000440, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_LineTraceSingleWithWorldContext_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Array_Get_Item) == 0x000448, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_bBlockingHit) == 0x000450, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_bInitialOverlap) == 0x000451, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_Time) == 0x000454, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_Distance) == 0x000458, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_Location) == 0x000460, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_ImpactPoint) == 0x000478, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_Normal) == 0x000490, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_ImpactNormal) == 0x0004A8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_PhysMat) == 0x0004C0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_HitActor) == 0x0004C8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_HitComponent) == 0x0004D0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_HitBoneName) == 0x0004D8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_BoneName) == 0x0004E0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_HitItem) == 0x0004E8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_ElementIndex) == 0x0004EC, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_FaceIndex) == 0x0004F0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_TraceStart) == 0x0004F8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_TraceEnd) == 0x000510, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, K2Node_MakeStruct_FormatArgumentData) == 0x000528, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Conv_ObjectToText_ReturnValue) == 0x000570, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000580, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, K2Node_MakeStruct_FormatArgumentData_1) == 0x000588, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Conv_BoolToText_ReturnValue) == 0x0005D0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_TextToUpper_ReturnValue) == 0x0005E0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Array_Length_ReturnValue) == 0x0005F0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, K2Node_MakeStruct_FormatArgumentData_2) == 0x0005F8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000640, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, K2Node_MakeArray_Array) == 0x000648, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BooleanAND_ReturnValue) == 0x000658, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Format_ReturnValue) == 0x000660, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_MakeLiteralByte_ReturnValue) == 0x000670, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_ReturnValue_6) == 0x000678, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_MakeRotator_ReturnValue_1) == 0x000680, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_ReturnValue_7) == 0x000698, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_SelectFloat_ReturnValue) == 0x0006A0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_ReturnValue_8) == 0x0006A8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_FloatSpringInterp_ReturnValue) == 0x0006B0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_FloatSpringInterp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_FClamp_ReturnValue_1) == 0x0006B8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_MakeRotator_ReturnValue_2) == 0x0006C0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_NormalizedDeltaRotator_ReturnValue_1) == 0x0006D8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_NormalizedDeltaRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x0006F0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000708, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_LineTraceSingleWithWorldContext_OutHit_1) == 0x000720, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_LineTraceSingleWithWorldContext_OutHit_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_LineTraceSingleWithWorldContext_ReturnValue_1) == 0x000820, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_LineTraceSingleWithWorldContext_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000821, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000822, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_Time_1) == 0x000824, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_Distance_1) == 0x000828, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_Location_1) == 0x000830, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000848, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_Normal_1) == 0x000860, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000878, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_PhysMat_1) == 0x000890, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_HitActor_1) == 0x000898, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_HitComponent_1) == 0x0008A0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_HitBoneName_1) == 0x0008A8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_BoneName_1) == 0x0008B0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_BoneName_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_HitItem_1) == 0x0008B8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_ElementIndex_1) == 0x0008BC, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_FaceIndex_1) == 0x0008C0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_TraceStart_1) == 0x0008C8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_BreakHitResult_TraceEnd_1) == 0x0008E0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x0008F8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000908, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, K2Node_MakeStruct_FormatArgumentData_3) == 0x000910, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x000958, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_TextToUpper_ReturnValue_1) == 0x000968, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_TextToUpper_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, K2Node_MakeStruct_FormatArgumentData_4) == 0x000978, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, K2Node_MakeArray_Array_1) == 0x0009C0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Format_ReturnValue_1) == 0x0009D0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0009E0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_A_ImplicitCast_1) == 0x0009E8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_A_ImplicitCast_2) == 0x0009F0, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_A_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_A_ImplicitCast_3) == 0x0009F8, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_A_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000A00, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_MakeRotator_Pitch_ImplicitCast) == 0x000A04, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_MakeRotator_Pitch_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_A_ImplicitCast_4) == 0x000A08, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_A_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_A_ImplicitCast_5) == 0x000A10, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_A_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_A_ImplicitCast_6) == 0x000A18, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_A_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_A_ImplicitCast_7) == 0x000A20, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_A_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_MakeRotator_Pitch_ImplicitCast_1) == 0x000A28, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_MakeRotator_Pitch_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_Add_DoubleDouble_A_ImplicitCast_8) == 0x000A30, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_Add_DoubleDouble_A_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_MakeRotator_Yaw_ImplicitCast_1) == 0x000A38, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_MakeRotator_Yaw_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_FloatSpringInterp_Current_ImplicitCast) == 0x000A3C, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_FloatSpringInterp_Current_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_FloatSpringInterp_Target_ImplicitCast) == 0x000A40, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_FloatSpringInterp_Target_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, K2Node_VariableSet_Additional_Yaw_ImplicitCast) == 0x000A48, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::K2Node_VariableSet_Additional_Yaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter, CallFunc_MakeRotator_Yaw_ImplicitCast_2) == 0x000A50, "Member 'CJCM_AlignToDialogueCharacter_C_ExecuteUbergraph_CJCM_AlignToDialogueCharacter::CallFunc_MakeRotator_Yaw_ImplicitCast_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint \ +static_assert(alignof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint) == 0x000008, "Wrong alignment on CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint"); \ +static_assert(sizeof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint) == 0x0000C8, "Wrong size on CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CameraContext) == 0x000000, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CameraContext' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, Character) == 0x000068, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::Character' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, ReturnValue) == 0x000070, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, Importance) == 0x000074, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::Importance' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_GetPlayingInstance_ReturnValue) == 0x000078, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000080, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_GetDialogueComponent_ReturnValue) == 0x000090, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_GetDialogueComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_IsParticipant_ReturnValue) == 0x000099, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_IsParticipant_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_BooleanAND_ReturnValue) == 0x00009A, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_GetStartSpeaker_ReturnValue) == 0x0000A0, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_GetStartSpeaker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_GetCurrentSpeaker_ReturnValue) == 0x0000A8, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_GetCurrentSpeaker_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000B0, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000B1, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_IsValid_ReturnValue_2) == 0x0000B2, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_IsValid_ReturnValue_3) == 0x0000B3, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_BooleanAND_ReturnValue_1) == 0x0000B4, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_BooleanAND_ReturnValue_2) == 0x0000B5, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_GetCameraTarget_ReturnValue) == 0x0000B8, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_GetCameraTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_IsValid_ReturnValue_4) == 0x0000C0, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0000C1, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_BooleanAND_ReturnValue_3) == 0x0000C2, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_IsValid_ReturnValue_5) == 0x0000C3, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint, CallFunc_BooleanAND_ReturnValue_4) == 0x0000C4, "Member 'CJCM_AlignToDialogueCharacter_C_CalculateTargetScoreBlueprint::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCJCM_AlignToDialogueCharacter_C \ +static_assert(alignof(UCJCM_AlignToDialogueCharacter_C) == 0x000008, "Wrong alignment on UCJCM_AlignToDialogueCharacter_C"); \ +static_assert(sizeof(UCJCM_AlignToDialogueCharacter_C) == 0x000328, "Wrong size on UCJCM_AlignToDialogueCharacter_C"); \ +static_assert(offsetof(UCJCM_AlignToDialogueCharacter_C, UberGraphFrame) == 0x0002F0, "Member 'UCJCM_AlignToDialogueCharacter_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToDialogueCharacter_C, Bypass) == 0x0002F8, "Member 'UCJCM_AlignToDialogueCharacter_C::Bypass' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToDialogueCharacter_C, Draw_Debug) == 0x0002F9, "Member 'UCJCM_AlignToDialogueCharacter_C::Draw_Debug' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToDialogueCharacter_C, Spring_State) == 0x0002FC, "Member 'UCJCM_AlignToDialogueCharacter_C::Spring_State' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToDialogueCharacter_C, ActorVisible) == 0x000308, "Member 'UCJCM_AlignToDialogueCharacter_C::ActorVisible' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToDialogueCharacter_C, Additional_Yaw) == 0x000310, "Member 'UCJCM_AlignToDialogueCharacter_C::Additional_Yaw' has a wrong offset!"); \ +static_assert(offsetof(UCJCM_AlignToDialogueCharacter_C, YawOffsets) == 0x000318, "Member 'UCJCM_AlignToDialogueCharacter_C::YawOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_TryFindIntentCharacter \ +static_assert(alignof(BP_CombatMetadataComponent_C_TryFindIntentCharacter) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_TryFindIntentCharacter"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_TryFindIntentCharacter) == 0x0000A0, "Wrong size on BP_CombatMetadataComponent_C_TryFindIntentCharacter"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, Result) == 0x000000, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::Result' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, Character) == 0x000008, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, BestCandidate) == 0x000010, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::BestCandidate' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000018, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000028, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, Temp_bool_True_if_break_was_hit_Variable) == 0x000029, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, K2Node_DynamicCast_AsCJCharacter) == 0x000040, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, K2Node_MakeArray_Array) == 0x000050, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, K2Node_DynamicCast_AsCJCharacter_1) == 0x000070, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::K2Node_DynamicCast_AsCJCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x000079, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_BooleanAND_ReturnValue) == 0x00007A, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_IsActionActive_ReturnValue) == 0x00007B, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_IsActionActive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_GetCJMovementComponent_ReturnValue) == 0x000080, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_GetCJMovementComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_VSizeSquared_ReturnValue) == 0x000090, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000098, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TryFindIntentCharacter, CallFunc_BooleanNAND_ReturnValue) == 0x000099, "Member 'BP_CombatMetadataComponent_C_TryFindIntentCharacter::CallFunc_BooleanNAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_CalculatePendingXP \ +static_assert(alignof(BP_CombatMetadataComponent_C_CalculatePendingXP) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_CalculatePendingXP"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_CalculatePendingXP) == 0x000068, "Wrong size on BP_CombatMetadataComponent_C_CalculatePendingXP"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculatePendingXP, Who) == 0x000000, "Member 'BP_CombatMetadataComponent_C_CalculatePendingXP::Who' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculatePendingXP, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'BP_CombatMetadataComponent_C_CalculatePendingXP::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculatePendingXP, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'BP_CombatMetadataComponent_C_CalculatePendingXP::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculatePendingXP, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000030, "Member 'BP_CombatMetadataComponent_C_CalculatePendingXP::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculatePendingXP, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000040, "Member 'BP_CombatMetadataComponent_C_CalculatePendingXP::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculatePendingXP, CallFunc_GetLevel_Level) == 0x000044, "Member 'BP_CombatMetadataComponent_C_CalculatePendingXP::CallFunc_GetLevel_Level' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculatePendingXP, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000048, "Member 'BP_CombatMetadataComponent_C_CalculatePendingXP::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculatePendingXP, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000050, "Member 'BP_CombatMetadataComponent_C_CalculatePendingXP::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculatePendingXP, K2Node_MathExpression_ReturnValue) == 0x000058, "Member 'BP_CombatMetadataComponent_C_CalculatePendingXP::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculatePendingXP, CallFunc_FClamp_ReturnValue) == 0x000060, "Member 'BP_CombatMetadataComponent_C_CalculatePendingXP::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_CheckPostCombatTimerActive \ +static_assert(alignof(BP_CombatMetadataComponent_C_CheckPostCombatTimerActive) == 0x000001, "Wrong alignment on BP_CombatMetadataComponent_C_CheckPostCombatTimerActive"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_CheckPostCombatTimerActive) == 0x000002, "Wrong size on BP_CombatMetadataComponent_C_CheckPostCombatTimerActive"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckPostCombatTimerActive, TimerActive) == 0x000000, "Member 'BP_CombatMetadataComponent_C_CheckPostCombatTimerActive::TimerActive' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckPostCombatTimerActive, CallFunc_K2_IsTimerActiveHandle_ReturnValue) == 0x000001, "Member 'BP_CombatMetadataComponent_C_CheckPostCombatTimerActive::CallFunc_K2_IsTimerActiveHandle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_ClearPostCombatTimer \ +static_assert(alignof(BP_CombatMetadataComponent_C_ClearPostCombatTimer) == 0x000001, "Wrong alignment on BP_CombatMetadataComponent_C_ClearPostCombatTimer"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_ClearPostCombatTimer) == 0x000001, "Wrong size on BP_CombatMetadataComponent_C_ClearPostCombatTimer"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ClearPostCombatTimer, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000000, "Member 'BP_CombatMetadataComponent_C_ClearPostCombatTimer::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_AwardAggregateXP \ +static_assert(alignof(BP_CombatMetadataComponent_C_AwardAggregateXP) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_AwardAggregateXP"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_AwardAggregateXP) == 0x000018, "Wrong size on BP_CombatMetadataComponent_C_AwardAggregateXP"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_AwardAggregateXP, XP) == 0x000000, "Member 'BP_CombatMetadataComponent_C_AwardAggregateXP::XP' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_AwardAggregateXP, CallFunc_GetWorldStateInt_ReturnValue) == 0x000008, "Member 'BP_CombatMetadataComponent_C_AwardAggregateXP::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_AwardAggregateXP, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x00000C, "Member 'BP_CombatMetadataComponent_C_AwardAggregateXP::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_AwardAggregateXP, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_CombatMetadataComponent_C_AwardAggregateXP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_AwardAggregateXP, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_CombatMetadataComponent_C_AwardAggregateXP::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_EnemyDownedQuery \ +static_assert(alignof(BP_CombatMetadataComponent_C_EnemyDownedQuery) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_EnemyDownedQuery"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_EnemyDownedQuery) == 0x0000A0, "Wrong size on BP_CombatMetadataComponent_C_EnemyDownedQuery"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, ReturnValue) == 0x000000, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, AsCJCharacter) == 0x000008, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, ClosestDistance) == 0x000010, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::ClosestDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, GunCount) == 0x000018, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::GunCount' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, EnemyCount) == 0x00001C, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::EnemyCount' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, CallFunc_GetPlayingInstance_ReturnValue) == 0x000030, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000050, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000058, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, CallFunc_GetAllActorsWithinRadius_ReturnValue) == 0x000060, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::CallFunc_GetAllActorsWithinRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000070, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, CallFunc_HasPlayerAsTarget_ReturnValue) == 0x000080, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::CallFunc_HasPlayerAsTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, K2Node_DynamicCast_AsCJCharacter) == 0x000088, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_EnemyDownedQuery, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'BP_CombatMetadataComponent_C_EnemyDownedQuery::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_TriggerMetaIntent \ +static_assert(alignof(BP_CombatMetadataComponent_C_TriggerMetaIntent) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_TriggerMetaIntent"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_TriggerMetaIntent) == 0x000090, "Wrong size on BP_CombatMetadataComponent_C_TriggerMetaIntent"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, Actor) == 0x000000, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::Actor' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, Temp_struct_Variable) == 0x000008, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, Temp_struct_Variable_1) == 0x000010, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, CallFunc_GetWorldStateBool_ReturnValue) == 0x000018, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000019, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, Temp_struct_Variable_2) == 0x00001C, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, K2Node_DynamicCast_AsCJCharacter) == 0x000028, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, CallFunc_GetWorldStateBool_ReturnValue_2) == 0x000031, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::CallFunc_GetWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, CallFunc_SayIntent_ReturnValue) == 0x000032, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, CallFunc_GetPlayingInstance_ReturnValue) == 0x000038, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, Temp_struct_Variable_3) == 0x000040, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, CallFunc_SayIntent_ReturnValue_1) == 0x000048, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::CallFunc_SayIntent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, CallFunc_GetWorldStateBool_ReturnValue_3) == 0x000049, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::CallFunc_GetWorldStateBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, K2Node_DynamicCast_AsCJCharacter_1) == 0x000050, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::K2Node_DynamicCast_AsCJCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, CallFunc_SayIntent_ReturnValue_2) == 0x000059, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::CallFunc_SayIntent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, K2Node_DynamicCast_AsCJCharacter_2) == 0x000060, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::K2Node_DynamicCast_AsCJCharacter_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, K2Node_DynamicCast_AsCJCharacter_3) == 0x000070, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::K2Node_DynamicCast_AsCJCharacter_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, CallFunc_SayIntent_ReturnValue_3) == 0x000079, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::CallFunc_SayIntent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, CallFunc_SayIntent_ReturnValue_4) == 0x00007A, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::CallFunc_SayIntent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000080, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerMetaIntent, CallFunc_SayIntent_ReturnValue_5) == 0x000088, "Member 'BP_CombatMetadataComponent_C_TriggerMetaIntent::CallFunc_SayIntent_ReturnValue_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_TriggerLastManStanding \ +static_assert(alignof(BP_CombatMetadataComponent_C_TriggerLastManStanding) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_TriggerLastManStanding"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_TriggerLastManStanding) == 0x000048, "Wrong size on BP_CombatMetadataComponent_C_TriggerLastManStanding"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, InputPin) == 0x000000, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::InputPin' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, ClosestEnemyDistance) == 0x000008, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::ClosestEnemyDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x000010, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x000031, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000032, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, Temp_struct_Variable) == 0x000034, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, CallFunc_GetWorldStateBool_ReturnValue) == 0x00003C, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, CallFunc_Not_PreBool_ReturnValue) == 0x00003D, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, CallFunc_Greater_IntInt_ReturnValue) == 0x00003E, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00003F, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, CallFunc_BooleanAND_ReturnValue) == 0x000040, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, CallFunc_BooleanAND_ReturnValue_1) == 0x000041, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerLastManStanding, CallFunc_BooleanAND_ReturnValue_2) == 0x000042, "Member 'BP_CombatMetadataComponent_C_TriggerLastManStanding::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_TriggerExitCombatIntent \ +static_assert(alignof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_TriggerExitCombatIntent"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent) == 0x000058, "Wrong size on BP_CombatMetadataComponent_C_TriggerExitCombatIntent"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, ReturnValue) == 0x000000, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, DefeatedEnemies) == 0x000008, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::DefeatedEnemies' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, Temp_struct_Variable) == 0x00000C, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, Temp_struct_Variable_1) == 0x000014, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, Temp_bool_Variable) == 0x00001C, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, Temp_struct_Variable_2) == 0x000020, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, CallFunc_GetWorldStateInt_ReturnValue) == 0x000028, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, Temp_bool_Variable_1) == 0x00002D, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000030, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000034, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000035, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, K2Node_Select_Default) == 0x000038, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, K2Node_Select_Default_1) == 0x000040, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::K2Node_Select_Default_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000048, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_TriggerExitCombatIntent, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1) == 0x000050, "Member 'BP_CombatMetadataComponent_C_TriggerExitCombatIntent::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_Accumulate_WorldState_Float \ +static_assert(alignof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Float) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_Accumulate_WorldState_Float"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Float) == 0x000040, "Wrong size on BP_CombatMetadataComponent_C_Accumulate_WorldState_Float"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Float, ValueId) == 0x000000, "Member 'BP_CombatMetadataComponent_C_Accumulate_WorldState_Float::ValueId' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Float, ValueToAdd) == 0x000018, "Member 'BP_CombatMetadataComponent_C_Accumulate_WorldState_Float::ValueToAdd' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Float, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000020, "Member 'BP_CombatMetadataComponent_C_Accumulate_WorldState_Float::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Float, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_CombatMetadataComponent_C_Accumulate_WorldState_Float::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Float, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x000030, "Member 'BP_CombatMetadataComponent_C_Accumulate_WorldState_Float::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Float, CallFunc_SetWorldStateFloat_Value_ImplicitCast) == 0x000038, "Member 'BP_CombatMetadataComponent_C_Accumulate_WorldState_Float::CallFunc_SetWorldStateFloat_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_Accumulate_WorldState_Int \ +static_assert(alignof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Int) == 0x000004, "Wrong alignment on BP_CombatMetadataComponent_C_Accumulate_WorldState_Int"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Int) == 0x000024, "Wrong size on BP_CombatMetadataComponent_C_Accumulate_WorldState_Int"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Int, ValueId) == 0x000000, "Member 'BP_CombatMetadataComponent_C_Accumulate_WorldState_Int::ValueId' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Int, ValueToAdd) == 0x000018, "Member 'BP_CombatMetadataComponent_C_Accumulate_WorldState_Int::ValueToAdd' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Int, CallFunc_GetWorldStateInt_ReturnValue) == 0x00001C, "Member 'BP_CombatMetadataComponent_C_Accumulate_WorldState_Int::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Accumulate_WorldState_Int, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_CombatMetadataComponent_C_Accumulate_WorldState_Int::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_Find_Potential_Enemies \ +static_assert(alignof(BP_CombatMetadataComponent_C_Find_Potential_Enemies) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_Find_Potential_Enemies"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_Find_Potential_Enemies) == 0x0001C8, "Wrong size on BP_CombatMetadataComponent_C_Find_Potential_Enemies"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, Enemies) == 0x000000, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, TargetsPlayer) == 0x000004, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::TargetsPlayer' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, ClosestTargettingEnemy) == 0x000008, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::ClosestTargettingEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, ClosesNonTargettingEnemy) == 0x000010, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::ClosesNonTargettingEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, ClosesNonTargetting) == 0x000018, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::ClosesNonTargetting' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, ClosestDistance) == 0x000020, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::ClosestDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, IsTargetting) == 0x000028, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::IsTargetting' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, GunCount) == 0x00002C, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::GunCount' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, EnemyCount) == 0x000030, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::EnemyCount' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, Temp_int_Array_Index_Variable) == 0x000034, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_GetPlayingInstance_ReturnValue) == 0x000038, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000040, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000048, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, Temp_int_Variable) == 0x000070, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000078, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, Temp_int_Variable_1) == 0x000080, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x000084, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000A8, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Conv_WSNamedIntValueToInt_ReturnValue) == 0x0000B0, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Conv_WSNamedIntValueToInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x0000B8, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, K2Node_Select_Default) == 0x0000C0, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0000C4, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_GetAllActorsWithinRadius_ReturnValue) == 0x0000C8, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_GetAllActorsWithinRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_HasPlayerAsTarget_ReturnValue) == 0x0000E0, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_HasPlayerAsTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000E8, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Vector_Distance_ReturnValue) == 0x000100, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, K2Node_DynamicCast_AsCJCharacter) == 0x000108, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000111, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_GetDistanceTo_ReturnValue) == 0x000114, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_BooleanOR_ReturnValue) == 0x000118, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000119, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_GetDistanceTo_ReturnValue_1) == 0x00011C, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_GetDistanceTo_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000120, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000130, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Less_DoubleDouble_ReturnValue_1) == 0x000131, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Less_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_HasMatchingGameplayTag_self_CastInput_1) == 0x000138, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_HasMatchingGameplayTag_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_HasMatchingGameplayTag_ReturnValue_1) == 0x000148, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_HasMatchingGameplayTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_CheckIsAlive_IsAlive) == 0x000149, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_CheckIsAlive_IsAlive' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_CheckIsAlive_NPC) == 0x000150, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_CheckIsAlive_NPC' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_BooleanOR_ReturnValue_1) == 0x000158, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Add_IntInt_ReturnValue_1) == 0x00015C, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_BooleanAND_ReturnValue) == 0x000160, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Array_Length_ReturnValue) == 0x000164, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000168, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Less_IntInt_ReturnValue) == 0x000169, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_LessEqual_DoubleDouble_B_ImplicitCast) == 0x000170, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_LessEqual_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Greater_DoubleDouble_B_ImplicitCast) == 0x000178, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Greater_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000180, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, K2Node_Select_Option_1_ImplicitCast) == 0x000188, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::K2Node_Select_Option_1_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, K2Node_Select_Option_2_ImplicitCast) == 0x00018C, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::K2Node_Select_Option_2_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, K2Node_Select_Option_3_ImplicitCast) == 0x000190, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::K2Node_Select_Option_3_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, K2Node_Select_Option_4_ImplicitCast) == 0x000194, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::K2Node_Select_Option_4_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, K2Node_Select_Option_5_ImplicitCast) == 0x000198, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::K2Node_Select_Option_5_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, K2Node_Select_Option_6_ImplicitCast) == 0x00019C, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::K2Node_Select_Option_6_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x0001A0, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, K2Node_VariableSet_ClosesNonTargetting_ImplicitCast) == 0x0001A8, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::K2Node_VariableSet_ClosesNonTargetting_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x0001B0, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, K2Node_VariableSet_ClosestDistance_ImplicitCast) == 0x0001B8, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::K2Node_VariableSet_ClosestDistance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Potential_Enemies, CallFunc_Less_DoubleDouble_A_ImplicitCast_1) == 0x0001C0, "Member 'BP_CombatMetadataComponent_C_Find_Potential_Enemies::CallFunc_Less_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_CalculateThreatLevel \ +static_assert(alignof(BP_CombatMetadataComponent_C_CalculateThreatLevel) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_CalculateThreatLevel"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_CalculateThreatLevel) == 0x000080, "Wrong size on BP_CombatMetadataComponent_C_CalculateThreatLevel"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, EnemyAmount) == 0x000000, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::EnemyAmount' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, GunPresence) == 0x000004, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::GunPresence' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, ReturnValue) == 0x000008, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000018, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000020, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_GetHealthPercentage_ReturnValue) == 0x000028, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x00002C, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000030, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_LessEqual_DoubleDouble_ReturnValue_1) == 0x000038, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_LessEqual_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000040, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_SelectFloat_ReturnValue) == 0x000048, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_SelectFloat_ReturnValue_1) == 0x000050, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000058, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000060, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000068, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x000070, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CalculateThreatLevel, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1) == 0x000078, "Member 'BP_CombatMetadataComponent_C_CalculateThreatLevel::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_Find_Nearby_Threats \ +static_assert(alignof(BP_CombatMetadataComponent_C_Find_Nearby_Threats) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_Find_Nearby_Threats"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_Find_Nearby_Threats) == 0x0000E0, "Wrong size on BP_CombatMetadataComponent_C_Find_Nearby_Threats"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, Enemies) == 0x000000, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, GunPresence) == 0x000004, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::GunPresence' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, DistanceToClosestEnemy) == 0x000008, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::DistanceToClosestEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, ClosestDistance) == 0x000010, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::ClosestDistance' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, GunCount) == 0x000018, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::GunCount' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, EnemyCount) == 0x00001C, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::EnemyCount' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, Temp_int_Variable) == 0x000020, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_GetPlayingInstance_ReturnValue) == 0x000030, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, Temp_int_Variable_1) == 0x000050, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_Add_IntInt_ReturnValue_1) == 0x000054, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000058, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_Add_IntInt_ReturnValue_2) == 0x000060, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000068, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_GetAllActorsWithinRadius_ReturnValue) == 0x000070, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_GetAllActorsWithinRadius_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000080, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, K2Node_DynamicCast_AsNPCCharacter) == 0x000090, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::K2Node_DynamicCast_AsNPCCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_GetDistanceTo_ReturnValue) == 0x00009C, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0000A0, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_GetComponentByClass_ReturnValue) == 0x0000A8, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_CheckIsAlive_IsAlive) == 0x0000B0, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_CheckIsAlive_IsAlive' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_CheckIsAlive_NPC) == 0x0000B8, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_CheckIsAlive_NPC' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_HasPlayerAsTarget_ReturnValue) == 0x0000C0, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_HasPlayerAsTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000C1, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_BooleanAND_ReturnValue) == 0x0000C2, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_BooleanAND_ReturnValue_1) == 0x0000C3, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_IsValid_ReturnValue) == 0x0000C4, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_Less_IntInt_ReturnValue) == 0x0000CC, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, K2Node_VariableSet_ClosestDistance_ImplicitCast) == 0x0000D0, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::K2Node_VariableSet_ClosestDistance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_Find_Nearby_Threats, CallFunc_Less_DoubleDouble_A_ImplicitCast) == 0x0000D8, "Member 'BP_CombatMetadataComponent_C_Find_Nearby_Threats::CallFunc_Less_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_CheckIsAlive \ +static_assert(alignof(BP_CombatMetadataComponent_C_CheckIsAlive) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_CheckIsAlive"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_CheckIsAlive) == 0x000040, "Wrong size on BP_CombatMetadataComponent_C_CheckIsAlive"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, Object) == 0x000000, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::Object' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, IsAlive) == 0x000008, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::IsAlive' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, NPC) == 0x000010, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::NPC' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, K2Node_DynamicCast_AsCJCharacter) == 0x000018, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, CallFunc_IsAlive_ReturnValue) == 0x000021, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000028, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000038, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, CallFunc_IsKnockedOut_ReturnValue) == 0x000039, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::CallFunc_IsKnockedOut_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, CallFunc_Not_PreBool_ReturnValue) == 0x00003A, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003B, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, CallFunc_BooleanAND_ReturnValue) == 0x00003C, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CheckIsAlive, CallFunc_BooleanAND_ReturnValue_1) == 0x00003D, "Member 'BP_CombatMetadataComponent_C_CheckIsAlive::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_OnValueUpdated_2AF696A14EC7C95D438A8C86C5A480DE \ +static_assert(alignof(BP_CombatMetadataComponent_C_OnValueUpdated_2AF696A14EC7C95D438A8C86C5A480DE) == 0x000004, "Wrong alignment on BP_CombatMetadataComponent_C_OnValueUpdated_2AF696A14EC7C95D438A8C86C5A480DE"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_OnValueUpdated_2AF696A14EC7C95D438A8C86C5A480DE) == 0x000020, "Wrong size on BP_CombatMetadataComponent_C_OnValueUpdated_2AF696A14EC7C95D438A8C86C5A480DE"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_OnValueUpdated_2AF696A14EC7C95D438A8C86C5A480DE, Value) == 0x000000, "Member 'BP_CombatMetadataComponent_C_OnValueUpdated_2AF696A14EC7C95D438A8C86C5A480DE::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0 \ +static_assert(alignof(BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0) == 0x000030, "Wrong size on BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000020, "Member 'BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000024, "Member 'BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0, SourceAction) == 0x000028, "Member 'BP_CombatMetadataComponent_C_InpActEvt_IA_Taunt_K2Node_EnhancedInputActionEvent_0::SourceAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_NPCKnockedOut \ +static_assert(alignof(BP_CombatMetadataComponent_C_NPCKnockedOut) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_NPCKnockedOut"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_NPCKnockedOut) == 0x000008, "Wrong size on BP_CombatMetadataComponent_C_NPCKnockedOut"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_NPCKnockedOut, Who) == 0x000000, "Member 'BP_CombatMetadataComponent_C_NPCKnockedOut::Who' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_NPCDied \ +static_assert(alignof(BP_CombatMetadataComponent_C_NPCDied) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_NPCDied"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_NPCDied) == 0x000008, "Wrong size on BP_CombatMetadataComponent_C_NPCDied"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_NPCDied, Who) == 0x000000, "Member 'BP_CombatMetadataComponent_C_NPCDied::Who' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_OnTargetedByAction \ +static_assert(alignof(BP_CombatMetadataComponent_C_OnTargetedByAction) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_OnTargetedByAction"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_OnTargetedByAction) == 0x000020, "Wrong size on BP_CombatMetadataComponent_C_OnTargetedByAction"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_OnTargetedByAction, InActionHandler) == 0x000000, "Member 'BP_CombatMetadataComponent_C_OnTargetedByAction::InActionHandler' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_OnTargetedByAction, Instigator) == 0x000008, "Member 'BP_CombatMetadataComponent_C_OnTargetedByAction::Instigator' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_OnTargetedByAction, Action) == 0x000010, "Member 'BP_CombatMetadataComponent_C_OnTargetedByAction::Action' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_OnTargetedByAction, ID) == 0x000018, "Member 'BP_CombatMetadataComponent_C_OnTargetedByAction::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_ReceiveTick \ +static_assert(alignof(BP_CombatMetadataComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CombatMetadataComponent_C_ReceiveTick"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_CombatMetadataComponent_C_ReceiveTick"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CombatMetadataComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_AddDamage \ +static_assert(alignof(BP_CombatMetadataComponent_C_AddDamage) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_AddDamage"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_AddDamage) == 0x000028, "Wrong size on BP_CombatMetadataComponent_C_AddDamage"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_AddDamage, DamagedActor) == 0x000000, "Member 'BP_CombatMetadataComponent_C_AddDamage::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_AddDamage, Damage) == 0x000008, "Member 'BP_CombatMetadataComponent_C_AddDamage::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_AddDamage, DamageType) == 0x000010, "Member 'BP_CombatMetadataComponent_C_AddDamage::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_AddDamage, InstigatedBy) == 0x000018, "Member 'BP_CombatMetadataComponent_C_AddDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_AddDamage, DamageCauser) == 0x000020, "Member 'BP_CombatMetadataComponent_C_AddDamage::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_OnDamageDealt \ +static_assert(alignof(BP_CombatMetadataComponent_C_OnDamageDealt) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_OnDamageDealt"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_OnDamageDealt) == 0x000020, "Wrong size on BP_CombatMetadataComponent_C_OnDamageDealt"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_OnDamageDealt, Damage) == 0x000000, "Member 'BP_CombatMetadataComponent_C_OnDamageDealt::Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_OnDamageDealt, DamageType) == 0x000008, "Member 'BP_CombatMetadataComponent_C_OnDamageDealt::DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_OnDamageDealt, DamagedActor) == 0x000010, "Member 'BP_CombatMetadataComponent_C_OnDamageDealt::DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_OnDamageDealt, DamageCauser) == 0x000018, "Member 'BP_CombatMetadataComponent_C_OnDamageDealt::DamageCauser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_CustomEvent_0 \ +static_assert(alignof(BP_CombatMetadataComponent_C_CustomEvent_0) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_CustomEvent_0"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_CustomEvent_0) == 0x000010, "Wrong size on BP_CombatMetadataComponent_C_CustomEvent_0"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CustomEvent_0, QueryInstance) == 0x000000, "Member 'BP_CombatMetadataComponent_C_CustomEvent_0::QueryInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_CustomEvent_0, QueryStatus) == 0x000008, "Member 'BP_CombatMetadataComponent_C_CustomEvent_0::QueryStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent \ +static_assert(alignof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent) == 0x0005E8, "Wrong size on BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, EntryPoint) == 0x000000, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, Temp_struct_Variable) == 0x000010, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_Who_1) == 0x000020, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_Who_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_HasPlayerAsTarget_ReturnValue) == 0x000038, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_HasPlayerAsTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_Who) == 0x000040, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_Who' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_InActionHandler) == 0x000048, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_InActionHandler' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_Instigator) == 0x000050, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_Instigator' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_Action) == 0x000058, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_Action' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_ID) == 0x000060, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_ID' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000064, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000074, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CreateDelegate_OutputDelegate_3) == 0x000084, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_Event_DeltaSeconds) == 0x000094, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Find_Nearby_Threats_Enemies) == 0x000098, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Find_Nearby_Threats_Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Find_Nearby_Threats_GunPresence) == 0x00009C, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Find_Nearby_Threats_GunPresence' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Find_Nearby_Threats_DistanceToClosestEnemy) == 0x0000A0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Find_Nearby_Threats_DistanceToClosestEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, Temp_real_Variable) == 0x0000A8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_CalculateThreatLevel_ReturnValue) == 0x0000B0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_CalculateThreatLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Greater_IntInt_ReturnValue) == 0x0000B8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, Temp_real_Variable_1) == 0x0000C0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x0000C8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, Temp_object_Variable) == 0x0000D0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_EnhancedInputActionEvent_ActionValue) == 0x0000D8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x0000F8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x0000FC, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_EnhancedInputActionEvent_SourceAction) == 0x000100, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_EnhancedInputActionEvent_SourceAction' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CreateDelegate_OutputDelegate_4) == 0x000108, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, Temp_real_Variable_1_0) == 0x000118, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::Temp_real_Variable_1_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, Temp_real_Variable_0) == 0x000120, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::Temp_real_Variable_0' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Conv_InputActionValueToAxis2D_ReturnValue) == 0x000128, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Conv_InputActionValueToAxis2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CreateDelegate_OutputDelegate_5) == 0x000138, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_DamagedActor_1) == 0x000148, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_DamagedActor_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_Damage_1) == 0x000150, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_Damage_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_DamageType_1) == 0x000158, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_DamageType_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_InstigatedBy) == 0x000160, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_DamageCauser_1) == 0x000168, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_DamageCauser_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_DynamicCast_AsCJCharacter) == 0x000170, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_DynamicCast_bSuccess) == 0x000178, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SayIntent_ReturnValue) == 0x000179, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_DynamicCast_AsAIController) == 0x000180, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_DynamicCast_AsAIController' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_DynamicCast_bSuccess_1) == 0x000188, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetObjectClass_ReturnValue) == 0x000190, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000198, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x00019C, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_HasCombatEngagementPassedTime_ReturnValue) == 0x0001BC, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_HasCombatEngagementPassedTime_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x0001BD, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Find_Potential_Enemies_Enemies) == 0x0001C0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Find_Potential_Enemies_Enemies' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Find_Potential_Enemies_TargetsPlayer) == 0x0001C4, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Find_Potential_Enemies_TargetsPlayer' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Find_Potential_Enemies_ClosestTargettingEnemy) == 0x0001C8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Find_Potential_Enemies_ClosestTargettingEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Find_Potential_Enemies_ClosesNonTargettingEnemy) == 0x0001D0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Find_Potential_Enemies_ClosesNonTargettingEnemy' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0001D8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetComponentTickInterval_ReturnValue) == 0x0001DC, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetComponentTickInterval_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x0001E0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateNamedInt_ReturnValue_1) == 0x0001E4, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateNamedInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_1) == 0x000204, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetGameTimeInSeconds_ReturnValue_1) == 0x000208, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetGameTimeInSeconds_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000210, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CreateDelegate_OutputDelegate_6) == 0x000218, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_TriggerExitCombatIntent_ReturnValue) == 0x000228, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_TriggerExitCombatIntent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_TriggerExitCombatIntent_DefeatedEnemies) == 0x000230, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_TriggerExitCombatIntent_DefeatedEnemies' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetGameTimeInSeconds_ReturnValue_2) == 0x000238, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetGameTimeInSeconds_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateNamedInt_ReturnValue_2) == 0x000240, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateNamedInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_ObserveWorldStateNamedInt_ReturnValue) == 0x000260, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_ObserveWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_2) == 0x000268, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_IsValid_ReturnValue) == 0x000269, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_3) == 0x00026A, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_4) == 0x00026B, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, Temp_struct_Variable_1) == 0x00026C, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_5) == 0x00028C, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetGameTimeInSeconds_ReturnValue_3) == 0x000290, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetGameTimeInSeconds_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Subtract_DoubleDouble_ReturnValue_1) == 0x000298, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Subtract_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetGameTimeInSeconds_ReturnValue_4) == 0x0002A0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetGameTimeInSeconds_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue) == 0x0002A8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Subtract_DoubleDouble_ReturnValue_2) == 0x0002B0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Subtract_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CreateDelegate_OutputDelegate_7) == 0x0002B8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_Damage) == 0x0002C8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_Damage' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_DamageType) == 0x0002D0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_DamageType' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_DamagedActor) == 0x0002D8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_DamagedActor' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_DamageCauser) == 0x0002E0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x0002E8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetObjectClass_ReturnValue_1) == 0x0002F0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_HasPlayerAsTarget_ReturnValue_1) == 0x0002F8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_HasPlayerAsTarget_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x0002F9, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface) == 0x000300, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_DynamicCast_AsGameplay_Tag_Asset_Interface' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_DynamicCast_bSuccess_2) == 0x000310, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_Value) == 0x000314, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000334, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CreateDelegate_OutputDelegate_8) == 0x000338, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000348, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateFloat_ReturnValue_1) == 0x00034C, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Subtract_DoubleDouble_ReturnValue_3) == 0x000350, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Subtract_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Subtract_DoubleDouble_ReturnValue_4) == 0x000358, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Subtract_DoubleDouble_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateNamedInt_ReturnValue_3) == 0x000360, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateNamedInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_6) == 0x000380, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateFloat_ReturnValue_2) == 0x000384, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateFloat_ReturnValue_3) == 0x000388, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CreateDelegate_OutputDelegate_9) == 0x00038C, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_HasPlayerAsTarget_ReturnValue_2) == 0x00039C, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_HasPlayerAsTarget_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CreateDelegate_OutputDelegate_10) == 0x0003A0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_DynamicCast_AsCJCharacter_1) == 0x0003B0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_DynamicCast_AsCJCharacter_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_DynamicCast_bSuccess_3) == 0x0003B8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_IsValid_ReturnValue_1) == 0x0003B9, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SayIntent_ReturnValue_1) == 0x0003BA, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SayIntent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_RandomFloatInRange_ReturnValue) == 0x0003C0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateNamedInt_ReturnValue_4) == 0x0003C8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateNamedInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_7) == 0x0003E8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_CheckPostCombatTimerActive_TimerActive) == 0x0003E9, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_CheckPostCombatTimerActive_TimerActive' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_CheckPostCombatTimerActive_TimerActive_1) == 0x0003EA, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_CheckPostCombatTimerActive_TimerActive_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateFloat_ReturnValue_4) == 0x0003EC, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateFloat_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x0003F0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0003F8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_DynamicCast_AsBP_UE4_Player_Character) == 0x000400, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_DynamicCast_AsBP_UE4_Player_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_DynamicCast_bSuccess_4) == 0x000408, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000410, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_3) == 0x000418, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000420, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_HasMatchingGameplayTag_ReturnValue_1) == 0x000430, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_HasMatchingGameplayTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_4) == 0x000438, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_EnemyDownedQuery_ReturnValue) == 0x000440, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_EnemyDownedQuery_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_EnemyDownedQuery_AsCJCharacter) == 0x000448, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_EnemyDownedQuery_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000450, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SayIntent_ReturnValue_2) == 0x000458, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SayIntent_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateNamedInt_ReturnValue_5) == 0x00045C, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateNamedInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_5) == 0x000480, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_8) == 0x000488, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_IsInActiveFlow_ReturnValue) == 0x000489, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_IsInActiveFlow_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SayIntent_ReturnValue_3) == 0x00048A, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SayIntent_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Not_PreBool_ReturnValue) == 0x00048B, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_6) == 0x000490, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateInt_ReturnValue) == 0x000498, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SayIntent_ReturnValue_4) == 0x00049C, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SayIntent_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Greater_IntInt_ReturnValue_2) == 0x00049D, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_7) == 0x0004A0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SayIntent_ReturnValue_5) == 0x0004A8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SayIntent_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, Temp_bool_Variable) == 0x0004A9, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetHealthPercentage_ReturnValue) == 0x0004AC, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x0004B0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_BooleanAND_ReturnValue) == 0x0004B1, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetWorldStateNamedInt_ReturnValue_6) == 0x0004B4, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetWorldStateNamedInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_9) == 0x0004D4, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_8) == 0x0004D8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_9) == 0x0004E0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SayIntent_ReturnValue_6) == 0x0004E8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SayIntent_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_10) == 0x0004F0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetPlayingInstance_ReturnValue_11) == 0x0004F8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetPlayingInstance_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_IsUsing_ReturnValue) == 0x000500, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_IsUsing_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Not_PreBool_ReturnValue_1) == 0x000501, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetTimeSinceLastLine_ReturnValue) == 0x000508, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetTimeSinceLastLine_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_BooleanAND_ReturnValue_1) == 0x000510, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000511, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_BooleanAND_ReturnValue_2) == 0x000512, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetGameTimeInSeconds_ReturnValue_5) == 0x000518, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetGameTimeInSeconds_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Greater_DoubleDouble_ReturnValue_1) == 0x000520, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Greater_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetGameTimeInSeconds_ReturnValue_6) == 0x000528, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetGameTimeInSeconds_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_GetOwner_ReturnValue) == 0x000530, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_RunEQSQuery_ReturnValue) == 0x000538, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000540, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000548, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_QueryInstance) == 0x000550, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_CustomEvent_QueryStatus) == 0x000558, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000559, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_TryFindIntentCharacter_Character) == 0x000560, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_TryFindIntentCharacter_Character' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SetWorldStateFloat_Value_ImplicitCast) == 0x000568, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SetWorldStateFloat_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SetWorldStateFloat_Value_ImplicitCast_1) == 0x00056C, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SetWorldStateFloat_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Accumulate_WorldState_Float_ValueToAdd_ImplicitCast) == 0x000570, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Accumulate_WorldState_Float_ValueToAdd_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SetWorldStateFloat_Value_ImplicitCast_2) == 0x000578, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SetWorldStateFloat_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SetWorldStateFloat_Value_ImplicitCast_3) == 0x00057C, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SetWorldStateFloat_Value_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SetWorldStateFloat_Value_ImplicitCast_4) == 0x000580, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SetWorldStateFloat_Value_ImplicitCast_4' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Greater_DoubleDouble_A_ImplicitCast) == 0x000588, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Greater_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SetWorldStateFloat_Value_ImplicitCast_5) == 0x000590, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SetWorldStateFloat_Value_ImplicitCast_5' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SetWorldStateFloat_Value_ImplicitCast_6) == 0x000594, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SetWorldStateFloat_Value_ImplicitCast_6' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SetWorldStateFloat_Value_ImplicitCast_7) == 0x000598, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SetWorldStateFloat_Value_ImplicitCast_7' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Subtract_DoubleDouble_A_ImplicitCast) == 0x0005A0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Subtract_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Subtract_DoubleDouble_A_ImplicitCast_1) == 0x0005A8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Subtract_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SetWorldStateFloat_Value_ImplicitCast_8) == 0x0005B0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SetWorldStateFloat_Value_ImplicitCast_8' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_SetWorldStateFloat_Value_ImplicitCast_9) == 0x0005B4, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_SetWorldStateFloat_Value_ImplicitCast_9' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_VariableSet_LastDamageDealtTimeStamp_ImplicitCast) == 0x0005B8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_VariableSet_LastDamageDealtTimeStamp_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, K2Node_VariableSet_LastDamageReceivedTimeStamp_ImplicitCast) == 0x0005C0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::K2Node_VariableSet_LastDamageReceivedTimeStamp_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Delay_Duration_ImplicitCast) == 0x0005C8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Delay_Duration_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_Delay_Duration_ImplicitCast_1) == 0x0005CC, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_Delay_Duration_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_LessEqual_DoubleDouble_A_ImplicitCast) == 0x0005D0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_LessEqual_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_RandomFloatInRange_Min_ImplicitCast) == 0x0005D8, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_RandomFloatInRange_Min_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent, CallFunc_RandomFloatInRange_Max_ImplicitCast) == 0x0005E0, "Member 'BP_CombatMetadataComponent_C_ExecuteUbergraph_BP_CombatMetadataComponent::CallFunc_RandomFloatInRange_Max_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime \ +static_assert(alignof(BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime) == 0x000008, "Wrong alignment on BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime"); \ +static_assert(sizeof(BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime) == 0x000028, "Wrong size on BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime, Time) == 0x000000, "Member 'BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime::Time' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime, ReturnValue) == 0x000008, "Member 'BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000010, "Member 'BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000018, "Member 'BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_CombatMetadataComponent_C_HasCombatEngagementPassedTime::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_CombatMetadataComponent_C \ +static_assert(alignof(UBP_CombatMetadataComponent_C) == 0x000008, "Wrong alignment on UBP_CombatMetadataComponent_C"); \ +static_assert(sizeof(UBP_CombatMetadataComponent_C) == 0x000188, "Wrong size on UBP_CombatMetadataComponent_C"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, UberGraphFrame) == 0x0000C0, "Member 'UBP_CombatMetadataComponent_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, RunBlueprint_) == 0x0000C8, "Member 'UBP_CombatMetadataComponent_C::RunBlueprint_' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, ThugThreatLevel) == 0x0000D0, "Member 'UBP_CombatMetadataComponent_C::ThugThreatLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, HasGunThrealLevel) == 0x0000D8, "Member 'UBP_CombatMetadataComponent_C::HasGunThrealLevel' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, PlayerHealthLow) == 0x0000E0, "Member 'UBP_CombatMetadataComponent_C::PlayerHealthLow' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, PlayerHealthMid) == 0x0000E8, "Member 'UBP_CombatMetadataComponent_C::PlayerHealthMid' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, PlayerHealthHigh) == 0x0000F0, "Member 'UBP_CombatMetadataComponent_C::PlayerHealthHigh' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, EnemyQueryRadius) == 0x0000F8, "Member 'UBP_CombatMetadataComponent_C::EnemyQueryRadius' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, CombatStartTimestamp) == 0x000100, "Member 'UBP_CombatMetadataComponent_C::CombatStartTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, Potential_Enemy_Radius) == 0x000108, "Member 'UBP_CombatMetadataComponent_C::Potential_Enemy_Radius' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, SessionStartTimeStamp) == 0x000110, "Member 'UBP_CombatMetadataComponent_C::SessionStartTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, SessionMaxEnemies) == 0x000118, "Member 'UBP_CombatMetadataComponent_C::SessionMaxEnemies' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, LastDamageDealtTimeStamp) == 0x000120, "Member 'UBP_CombatMetadataComponent_C::LastDamageDealtTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, LastDamageReceivedTimeStamp) == 0x000128, "Member 'UBP_CombatMetadataComponent_C::LastDamageReceivedTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, LongTimeSinceLastDamageReceived) == 0x000130, "Member 'UBP_CombatMetadataComponent_C::LongTimeSinceLastDamageReceived' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, LongTimeSinceLastDamageDealt) == 0x000138, "Member 'UBP_CombatMetadataComponent_C::LongTimeSinceLastDamageDealt' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, LongCombatDuration) == 0x000140, "Member 'UBP_CombatMetadataComponent_C::LongCombatDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, Latest_Damage_Causer) == 0x000148, "Member 'UBP_CombatMetadataComponent_C::Latest_Damage_Causer' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, PostCombatTimer) == 0x000150, "Member 'UBP_CombatMetadataComponent_C::PostCombatTimer' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, MissStreak) == 0x000158, "Member 'UBP_CombatMetadataComponent_C::MissStreak' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, NextCombatIntentTime) == 0x000160, "Member 'UBP_CombatMetadataComponent_C::NextCombatIntentTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, CombatIntentInterval) == 0x000168, "Member 'UBP_CombatMetadataComponent_C::CombatIntentInterval' has a wrong offset!"); \ +static_assert(offsetof(UBP_CombatMetadataComponent_C, OnNPCDefeated) == 0x000178, "Member 'UBP_CombatMetadataComponent_C::OnNPCDefeated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeathViewModel_C_BP_SetupViewModelForRequest \ +static_assert(alignof(BP_DeathViewModel_C_BP_SetupViewModelForRequest) == 0x000008, "Wrong alignment on BP_DeathViewModel_C_BP_SetupViewModelForRequest"); \ +static_assert(sizeof(BP_DeathViewModel_C_BP_SetupViewModelForRequest) == 0x000008, "Wrong size on BP_DeathViewModel_C_BP_SetupViewModelForRequest"); \ +static_assert(offsetof(BP_DeathViewModel_C_BP_SetupViewModelForRequest, Request) == 0x000000, "Member 'BP_DeathViewModel_C_BP_SetupViewModelForRequest::Request' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel \ +static_assert(alignof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel) == 0x000008, "Wrong alignment on BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel"); \ +static_assert(sizeof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel) == 0x000028, "Wrong size on BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, EntryPoint) == 0x000000, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000004, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000005, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000006, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000007, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x000010, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, CallFunc_IsDead_ReturnValue) == 0x000011, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, CallFunc_GetDeathReason_ReturnValue) == 0x000012, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::CallFunc_GetDeathReason_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x000013, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, K2Node_SwitchEnum_CmpSuccess) == 0x000014, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, K2Node_Event_Request) == 0x000018, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::K2Node_Event_Request' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6) == 0x000020, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7) == 0x000021, "Member 'BP_DeathViewModel_C_ExecuteUbergraph_BP_DeathViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_DeathViewModel_C \ +static_assert(alignof(UBP_DeathViewModel_C) == 0x000008, "Wrong alignment on UBP_DeathViewModel_C"); \ +static_assert(sizeof(UBP_DeathViewModel_C) == 0x0000A8, "Wrong size on UBP_DeathViewModel_C"); \ +static_assert(offsetof(UBP_DeathViewModel_C, UberGraphFrame) == 0x000070, "Member 'UBP_DeathViewModel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_DeathViewModel_C, DeathMessage) == 0x000078, "Member 'UBP_DeathViewModel_C::DeathMessage' has a wrong offset!"); \ +static_assert(offsetof(UBP_DeathViewModel_C, ProgressToNextScreen) == 0x000088, "Member 'UBP_DeathViewModel_C::ProgressToNextScreen' has a wrong offset!"); \ +static_assert(offsetof(UBP_DeathViewModel_C, DeathExperienceDuration) == 0x000098, "Member 'UBP_DeathViewModel_C::DeathExperienceDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_DeathViewModel_C, IsDead) == 0x0000A0, "Member 'UBP_DeathViewModel_C::IsDead' has a wrong offset!"); \ +static_assert(offsetof(UBP_DeathViewModel_C, Penalty) == 0x0000A1, "Member 'UBP_DeathViewModel_C::Penalty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints \ +static_assert(alignof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints) == 0x000008, "Wrong alignment on BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints"); \ +static_assert(sizeof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints) == 0x000138, "Wrong size on BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, EntryPoint) == 0x000000, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, K2Node_CustomEvent_Value_1) == 0x000004, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, Temp_real_Variable) == 0x000018, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_ObserveWorldStateFloat_ReturnValue) == 0x000020, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_ObserveWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_Round_ReturnValue) == 0x00002C, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000040, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, K2Node_CustomEvent_Value) == 0x000044, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, Temp_real_Variable_1) == 0x000048, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::Temp_real_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_ObserveWorldStateFloat_ReturnValue_1) == 0x000050, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_ObserveWorldStateFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_IsValid_ReturnValue_1) == 0x000058, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000059, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, K2Node_CreateDelegate_OutputDelegate_2) == 0x000064, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000074, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, K2Node_CustomEvent_NewCount) == 0x000078, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::K2Node_CustomEvent_NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, Temp_int_Variable) == 0x00007C, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_ObservePlayerInventoryItemCount_ReturnValue) == 0x000080, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_ObservePlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000088, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_IsValid_ReturnValue_2) == 0x000089, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000090, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_GetMaxActionPoint_ReturnValue) == 0x000098, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_GetMaxActionPoint_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, K2Node_CreateDelegate_OutputDelegate_3) == 0x00009C, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x0000AC, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_GetMaxActionPoint_ReturnValue_1) == 0x0000B0, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_GetMaxActionPoint_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_GetMaxActionPoint_ReturnValue_2) == 0x0000B4, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_GetMaxActionPoint_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x0000B8, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6) == 0x0000B9, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_GetActionPointLeft_ReturnValue) == 0x0000BC, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_GetActionPointLeft_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_GetActionPointLeft_ReturnValue_1) == 0x0000C0, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_GetActionPointLeft_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_GetActionPointLeft_ReturnValue_2) == 0x0000C4, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_GetActionPointLeft_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_GetCurrentTimePeriod_ReturnValue) == 0x0000C8, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_GetCurrentTimePeriod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_GetMaxActionPoint_ReturnValue_3) == 0x0000CC, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_GetMaxActionPoint_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_GetActionPointLeft_ReturnValue_3) == 0x0000D0, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_GetActionPointLeft_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000D8, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7) == 0x0000E8, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_8) == 0x0000E9, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_9) == 0x0000EA, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_10) == 0x0000EB, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_11) == 0x0000EC, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000F0, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x0000F8, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_Round_ReturnValue_1) == 0x000100, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_12) == 0x000104, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000108, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_13) == 0x00010C, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_14) == 0x00010D, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_15) == 0x00010E, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_16) == 0x00010F, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, K2Node_CustomEvent_ActionPointsLeft) == 0x000110, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::K2Node_CustomEvent_ActionPointsLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, K2Node_CustomEvent_ActionPointsReserved) == 0x000114, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::K2Node_CustomEvent_ActionPointsReserved' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, K2Node_CustomEvent_Period) == 0x000118, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::K2Node_CustomEvent_Period' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, K2Node_CustomEvent_MaxActionPoints) == 0x00011C, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::K2Node_CustomEvent_MaxActionPoints' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_17) == 0x000120, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_Round_A_ImplicitCast) == 0x000128, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_Round_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000130, "Member 'BP_VM_ActionPoints_C_ExecuteUbergraph_BP_VM_ActionPoints::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_ActionPoints_C_On_Action_Points_Left_Changed \ +static_assert(alignof(BP_VM_ActionPoints_C_On_Action_Points_Left_Changed) == 0x000004, "Wrong alignment on BP_VM_ActionPoints_C_On_Action_Points_Left_Changed"); \ +static_assert(sizeof(BP_VM_ActionPoints_C_On_Action_Points_Left_Changed) == 0x000008, "Wrong size on BP_VM_ActionPoints_C_On_Action_Points_Left_Changed"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_On_Action_Points_Left_Changed, ActionPointsLeft) == 0x000000, "Member 'BP_VM_ActionPoints_C_On_Action_Points_Left_Changed::ActionPointsLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_On_Action_Points_Left_Changed, ActionPointsReserved) == 0x000004, "Member 'BP_VM_ActionPoints_C_On_Action_Points_Left_Changed::ActionPointsReserved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_ActionPoints_C_On_Max_Action_Points_Changed \ +static_assert(alignof(BP_VM_ActionPoints_C_On_Max_Action_Points_Changed) == 0x000004, "Wrong alignment on BP_VM_ActionPoints_C_On_Max_Action_Points_Changed"); \ +static_assert(sizeof(BP_VM_ActionPoints_C_On_Max_Action_Points_Changed) == 0x000008, "Wrong size on BP_VM_ActionPoints_C_On_Max_Action_Points_Changed"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_On_Max_Action_Points_Changed, Period) == 0x000000, "Member 'BP_VM_ActionPoints_C_On_Max_Action_Points_Changed::Period' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_On_Max_Action_Points_Changed, MaxActionPoints) == 0x000004, "Member 'BP_VM_ActionPoints_C_On_Max_Action_Points_Changed::MaxActionPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_ActionPoints_C_OnItemCountUpdated_A86CDDF4438992E7419D138C07BD0CD6 \ +static_assert(alignof(BP_VM_ActionPoints_C_OnItemCountUpdated_A86CDDF4438992E7419D138C07BD0CD6) == 0x000004, "Wrong alignment on BP_VM_ActionPoints_C_OnItemCountUpdated_A86CDDF4438992E7419D138C07BD0CD6"); \ +static_assert(sizeof(BP_VM_ActionPoints_C_OnItemCountUpdated_A86CDDF4438992E7419D138C07BD0CD6) == 0x000004, "Wrong size on BP_VM_ActionPoints_C_OnItemCountUpdated_A86CDDF4438992E7419D138C07BD0CD6"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_OnItemCountUpdated_A86CDDF4438992E7419D138C07BD0CD6, NewCount) == 0x000000, "Member 'BP_VM_ActionPoints_C_OnItemCountUpdated_A86CDDF4438992E7419D138C07BD0CD6::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_ActionPoints_C_OnValueUpdated_66A27E0843B977B9ADDD2A9C84A374CA \ +static_assert(alignof(BP_VM_ActionPoints_C_OnValueUpdated_66A27E0843B977B9ADDD2A9C84A374CA) == 0x000004, "Wrong alignment on BP_VM_ActionPoints_C_OnValueUpdated_66A27E0843B977B9ADDD2A9C84A374CA"); \ +static_assert(sizeof(BP_VM_ActionPoints_C_OnValueUpdated_66A27E0843B977B9ADDD2A9C84A374CA) == 0x000004, "Wrong size on BP_VM_ActionPoints_C_OnValueUpdated_66A27E0843B977B9ADDD2A9C84A374CA"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_OnValueUpdated_66A27E0843B977B9ADDD2A9C84A374CA, Value) == 0x000000, "Member 'BP_VM_ActionPoints_C_OnValueUpdated_66A27E0843B977B9ADDD2A9C84A374CA::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_ActionPoints_C_OnValueUpdated_AF896EA6452AB97C9152F49FE9575F83 \ +static_assert(alignof(BP_VM_ActionPoints_C_OnValueUpdated_AF896EA6452AB97C9152F49FE9575F83) == 0x000004, "Wrong alignment on BP_VM_ActionPoints_C_OnValueUpdated_AF896EA6452AB97C9152F49FE9575F83"); \ +static_assert(sizeof(BP_VM_ActionPoints_C_OnValueUpdated_AF896EA6452AB97C9152F49FE9575F83) == 0x000004, "Wrong size on BP_VM_ActionPoints_C_OnValueUpdated_AF896EA6452AB97C9152F49FE9575F83"); \ +static_assert(offsetof(BP_VM_ActionPoints_C_OnValueUpdated_AF896EA6452AB97C9152F49FE9575F83, Value) == 0x000000, "Member 'BP_VM_ActionPoints_C_OnValueUpdated_AF896EA6452AB97C9152F49FE9575F83::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VM_ActionPoints_C \ +static_assert(alignof(UBP_VM_ActionPoints_C) == 0x000008, "Wrong alignment on UBP_VM_ActionPoints_C"); \ +static_assert(sizeof(UBP_VM_ActionPoints_C) == 0x0000C8, "Wrong size on UBP_VM_ActionPoints_C"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, UberGraphFrame) == 0x000070, "Member 'UBP_VM_ActionPoints_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, CurrentPeriod) == 0x000078, "Member 'UBP_VM_ActionPoints_C::CurrentPeriod' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, Action_Points_Left_Today) == 0x00007C, "Member 'UBP_VM_ActionPoints_C::Action_Points_Left_Today' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, Bonus_Action_Points) == 0x000080, "Member 'UBP_VM_ActionPoints_C::Bonus_Action_Points' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, Reserved_Action_Points) == 0x000084, "Member 'UBP_VM_ActionPoints_C::Reserved_Action_Points' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, ActionPointsLeftCurrentPeriod) == 0x000088, "Member 'UBP_VM_ActionPoints_C::ActionPointsLeftCurrentPeriod' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, ActionPointsLeftCurrentPeriodMax) == 0x00008C, "Member 'UBP_VM_ActionPoints_C::ActionPointsLeftCurrentPeriodMax' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, ActionPointsLeftDay) == 0x000090, "Member 'UBP_VM_ActionPoints_C::ActionPointsLeftDay' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, ActionPointsLeftEvening) == 0x000094, "Member 'UBP_VM_ActionPoints_C::ActionPointsLeftEvening' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, ActionPointsLeftNight) == 0x000098, "Member 'UBP_VM_ActionPoints_C::ActionPointsLeftNight' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, CurrentDebt) == 0x00009C, "Member 'UBP_VM_ActionPoints_C::CurrentDebt' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, InterestRate) == 0x0000A0, "Member 'UBP_VM_ActionPoints_C::InterestRate' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, CurrentMoney) == 0x0000A4, "Member 'UBP_VM_ActionPoints_C::CurrentMoney' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, CurrentInterest) == 0x0000A8, "Member 'UBP_VM_ActionPoints_C::CurrentInterest' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, NetBalance) == 0x0000AC, "Member 'UBP_VM_ActionPoints_C::NetBalance' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, ActionPointsDayMax) == 0x0000B0, "Member 'UBP_VM_ActionPoints_C::ActionPointsDayMax' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, ActionPointsEveningMax) == 0x0000B4, "Member 'UBP_VM_ActionPoints_C::ActionPointsEveningMax' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, ActionPointsNightMax) == 0x0000B8, "Member 'UBP_VM_ActionPoints_C::ActionPointsNightMax' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, ActionPointsTotal) == 0x0000BC, "Member 'UBP_VM_ActionPoints_C::ActionPointsTotal' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_ActionPoints_C, ViewModelReady) == 0x0000C0, "Member 'UBP_VM_ActionPoints_C::ViewModelReady' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DefaultDeathExperience_C_CalculateMoneyToLose \ +static_assert(alignof(BP_DefaultDeathExperience_C_CalculateMoneyToLose) == 0x000008, "Wrong alignment on BP_DefaultDeathExperience_C_CalculateMoneyToLose"); \ +static_assert(sizeof(BP_DefaultDeathExperience_C_CalculateMoneyToLose) == 0x000150, "Wrong size on BP_DefaultDeathExperience_C_CalculateMoneyToLose"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, ToLose) == 0x000000, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::ToLose' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_GetInventoryItemCount_ReturnValue) == 0x000004, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_CalculateMoneyToSaveFromSkills_ReturnValue) == 0x000008, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_CalculateMoneyToSaveFromSkills_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_GetInventoryItem_ReturnValue) == 0x000010, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_GetInventoryItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_Subtract_IntInt_ReturnValue) == 0x000048, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000050, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_CalculateMoneyToLoseFromSkill_ToLose) == 0x000078, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_CalculateMoneyToLoseFromSkill_ToLose' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_ItemHasTag_ReturnValue) == 0x00007C, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_GetInventoryItem_ReturnValue_1) == 0x000080, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_GetInventoryItem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_GetInventoryItem_ReturnValue_2) == 0x0000B8, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_GetInventoryItem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_1) == 0x0000F0, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_2) == 0x000118, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_CalculateMoneyToLoseFromSkill_ToLose_1) == 0x000140, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_CalculateMoneyToLoseFromSkill_ToLose_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_CalculateMoneyToLoseFromSkill_ToLose_2) == 0x000144, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_CalculateMoneyToLoseFromSkill_ToLose_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_ItemHasTag_ReturnValue_1) == 0x000148, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_ItemHasTag_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLose, CallFunc_ItemHasTag_ReturnValue_2) == 0x000149, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLose::CallFunc_ItemHasTag_ReturnValue_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill \ +static_assert(alignof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill) == 0x000008, "Wrong alignment on BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill"); \ +static_assert(sizeof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill) == 0x000090, "Wrong size on BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill, Item) == 0x000000, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill, HiddenMoney) == 0x000028, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill::HiddenMoney' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill, ToLose) == 0x00002C, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill::ToLose' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x000030, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000058, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill, CallFunc_GetInventoryItemCount_ReturnValue) == 0x000060, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill, K2Node_DynamicCast_AsBP_Perk_Mixin) == 0x000068, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill::K2Node_DynamicCast_AsBP_Perk_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill, CallFunc_Subtract_IntInt_ReturnValue) == 0x000074, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000078, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000080, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill, CallFunc_FCeil_ReturnValue) == 0x000088, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToLoseFromSkill::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills \ +static_assert(alignof(BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills) == 0x000008, "Wrong alignment on BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills"); \ +static_assert(sizeof(BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills) == 0x0000F0, "Wrong size on BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills, ReturnValue) == 0x000000, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills, K2Node_MakeStruct_InventoryItemFilter) == 0x000008, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills::K2Node_MakeStruct_InventoryItemFilter' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills, CallFunc_GetInventoryItemCount_ReturnValue) == 0x0000B0, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills, CallFunc_GetInventoryItems_ReturnValue) == 0x0000B8, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills::CallFunc_GetInventoryItems_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills, CallFunc_Conv_IntToDouble_ReturnValue) == 0x0000C8, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills, CallFunc_Array_Length_ReturnValue) == 0x0000D0, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0000D8, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills, K2Node_MathExpression_ReturnValue) == 0x0000E0, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills, CallFunc_FTrunc_ReturnValue) == 0x0000E8, "Member 'BP_DefaultDeathExperience_C_CalculateMoneyToSaveFromSkills::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked \ +static_assert(alignof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked) == 0x000008, "Wrong alignment on BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked"); \ +static_assert(sizeof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked) == 0x000088, "Wrong size on BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, Temp_int_Variable) == 0x000014, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue) == 0x00001C, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_GetPlayerInventoryItemOfTypeCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000020, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_GetDataTableRowFromName_OutRow) == 0x000040, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000080, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_BooleanAND_ReturnValue) == 0x000081, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000082, "Member 'BP_DefaultDeathExperience_C_CheckBonusAPSlotsUnlocked::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience \ +static_assert(alignof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience) == 0x000010, "Wrong alignment on BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience"); \ +static_assert(sizeof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience) == 0x000820, "Wrong size on BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, EntryPoint) == 0x000000, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000010, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, Temp_object_Variable) == 0x000018, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_GetSocketLocation_ReturnValue) == 0x000028, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, K2Node_CreateDelegate_OutputDelegate_1) == 0x000050, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, K2Node_CustomEvent_Value) == 0x000060, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000068, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x000070, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000078, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x000080, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000180, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_MakeVector4_ReturnValue) == 0x000190, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, K2Node_CustomEvent_Value_1) == 0x0001B0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_MakeVector4_ReturnValue_1) == 0x0001C0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_MakeVector4_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_MakeVector4_ReturnValue_2) == 0x0001E0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_MakeVector4_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000200, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, K2Node_CreateDelegate_OutputDelegate_2) == 0x000208, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_CJGetCameraComponent_self_CastInput) == 0x000218, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_CJGetCameraComponent_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_CJGetCameraComponent_ReturnValue) == 0x000228, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_CJGetCameraComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, K2Node_CreateDelegate_OutputDelegate_3) == 0x000230, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000240, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakTransform_Location) == 0x0002A0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakTransform_Rotation) == 0x0002B8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakTransform_Scale) == 0x0002D0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_LineTraceSingle_OutHit) == 0x0002E8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_LineTraceSingle_ReturnValue) == 0x0003E8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_MakeTransform_ReturnValue) == 0x0003F0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_bBlockingHit) == 0x000450, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_bInitialOverlap) == 0x000451, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_Time) == 0x000454, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_Distance) == 0x000458, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_Location) == 0x000460, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_ImpactPoint) == 0x000478, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_Normal) == 0x000490, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_ImpactNormal) == 0x0004A8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_PhysMat) == 0x0004C0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_HitActor) == 0x0004C8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_HitComponent) == 0x0004D0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_HitBoneName) == 0x0004D8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_BoneName) == 0x0004E0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_BoneName' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_HitItem) == 0x0004E8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_ElementIndex) == 0x0004EC, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_FaceIndex) == 0x0004F0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_TraceStart) == 0x0004F8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakHitResult_TraceEnd) == 0x000510, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_ComposeTransforms_ReturnValue) == 0x000530, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_ComposeTransforms_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakTransform_Location_1) == 0x000590, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakTransform_Rotation_1) == 0x0005A8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_BreakTransform_Scale_1) == 0x0005C0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_FindLookAtRotation_ReturnValue) == 0x0005D8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_MakeTransform_ReturnValue_1) == 0x0005F0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_TEase_ReturnValue) == 0x000650, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_TEase_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_K2_SetWorldTransform_SweepHitResult_1) == 0x0006B0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_K2_SetWorldTransform_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_CalculateMoneyToLose_ToLose) == 0x0007B0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_CalculateMoneyToLose_ToLose' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_Greater_IntInt_ReturnValue) == 0x0007B4, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_RemoveItemFromInventory_ReturnValue) == 0x0007B5, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_RemoveItemFromInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_GetPlayingInstance_ReturnValue_3) == 0x0007B8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_GetPlayingInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_GetDeathReason_ReturnValue) == 0x0007C0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_GetDeathReason_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0007C1, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_GetInventoryItemCount_ReturnValue) == 0x0007C4, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, K2Node_CustomEvent_Value_2) == 0x0007C8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::K2Node_CustomEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_Ease_ReturnValue) == 0x0007D0, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, K2Node_CreateDelegate_OutputDelegate_4) == 0x0007D8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, K2Node_CreateDelegate_OutputDelegate_5) == 0x0007E8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, K2Node_VariableSet_Initial_FOV_ImplicitCast) == 0x0007F8, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::K2Node_VariableSet_Initial_FOV_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast) == 0x000800, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_Ease_Alpha_ImplicitCast) == 0x000808, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_Ease_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience, CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast_1) == 0x000810, "Member 'BP_DefaultDeathExperience_C_ExecuteUbergraph_BP_DefaultDeathExperience::CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DefaultDeathExperience_C_IsReadyToResumeGame \ +static_assert(alignof(BP_DefaultDeathExperience_C_IsReadyToResumeGame) == 0x000001, "Wrong alignment on BP_DefaultDeathExperience_C_IsReadyToResumeGame"); \ +static_assert(sizeof(BP_DefaultDeathExperience_C_IsReadyToResumeGame) == 0x000001, "Wrong size on BP_DefaultDeathExperience_C_IsReadyToResumeGame"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_IsReadyToResumeGame, ReturnValue) == 0x000000, "Member 'BP_DefaultDeathExperience_C_IsReadyToResumeGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DefaultDeathExperience_C_OnValueUpdated_0B0414F54FC11A91AA298E83D68C8433 \ +static_assert(alignof(BP_DefaultDeathExperience_C_OnValueUpdated_0B0414F54FC11A91AA298E83D68C8433) == 0x000004, "Wrong alignment on BP_DefaultDeathExperience_C_OnValueUpdated_0B0414F54FC11A91AA298E83D68C8433"); \ +static_assert(sizeof(BP_DefaultDeathExperience_C_OnValueUpdated_0B0414F54FC11A91AA298E83D68C8433) == 0x000004, "Wrong size on BP_DefaultDeathExperience_C_OnValueUpdated_0B0414F54FC11A91AA298E83D68C8433"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_OnValueUpdated_0B0414F54FC11A91AA298E83D68C8433, Value) == 0x000000, "Member 'BP_DefaultDeathExperience_C_OnValueUpdated_0B0414F54FC11A91AA298E83D68C8433::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DefaultDeathExperience_C_OnValueUpdated_3F9C9C384557676B2753CA94747677F2 \ +static_assert(alignof(BP_DefaultDeathExperience_C_OnValueUpdated_3F9C9C384557676B2753CA94747677F2) == 0x000004, "Wrong alignment on BP_DefaultDeathExperience_C_OnValueUpdated_3F9C9C384557676B2753CA94747677F2"); \ +static_assert(sizeof(BP_DefaultDeathExperience_C_OnValueUpdated_3F9C9C384557676B2753CA94747677F2) == 0x000004, "Wrong size on BP_DefaultDeathExperience_C_OnValueUpdated_3F9C9C384557676B2753CA94747677F2"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_OnValueUpdated_3F9C9C384557676B2753CA94747677F2, Value) == 0x000000, "Member 'BP_DefaultDeathExperience_C_OnValueUpdated_3F9C9C384557676B2753CA94747677F2::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DefaultDeathExperience_C_OnValueUpdated_D7B5AFB743FA4F21D3A58E882D629718 \ +static_assert(alignof(BP_DefaultDeathExperience_C_OnValueUpdated_D7B5AFB743FA4F21D3A58E882D629718) == 0x000004, "Wrong alignment on BP_DefaultDeathExperience_C_OnValueUpdated_D7B5AFB743FA4F21D3A58E882D629718"); \ +static_assert(sizeof(BP_DefaultDeathExperience_C_OnValueUpdated_D7B5AFB743FA4F21D3A58E882D629718) == 0x000004, "Wrong size on BP_DefaultDeathExperience_C_OnValueUpdated_D7B5AFB743FA4F21D3A58E882D629718"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_OnValueUpdated_D7B5AFB743FA4F21D3A58E882D629718, Value) == 0x000000, "Member 'BP_DefaultDeathExperience_C_OnValueUpdated_D7B5AFB743FA4F21D3A58E882D629718::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DefaultDeathExperience_C_ResetWorldsimSystems \ +static_assert(alignof(BP_DefaultDeathExperience_C_ResetWorldsimSystems) == 0x000008, "Wrong alignment on BP_DefaultDeathExperience_C_ResetWorldsimSystems"); \ +static_assert(sizeof(BP_DefaultDeathExperience_C_ResetWorldsimSystems) == 0x000010, "Wrong size on BP_DefaultDeathExperience_C_ResetWorldsimSystems"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ResetWorldsimSystems, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000000, "Member 'BP_DefaultDeathExperience_C_ResetWorldsimSystems::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ResetWorldsimSystems, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000008, "Member 'BP_DefaultDeathExperience_C_ResetWorldsimSystems::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DefaultDeathExperience_C_SetMaxAP \ +static_assert(alignof(BP_DefaultDeathExperience_C_SetMaxAP) == 0x000008, "Wrong alignment on BP_DefaultDeathExperience_C_SetMaxAP"); \ +static_assert(sizeof(BP_DefaultDeathExperience_C_SetMaxAP) == 0x000018, "Wrong size on BP_DefaultDeathExperience_C_SetMaxAP"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_SetMaxAP, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000000, "Member 'BP_DefaultDeathExperience_C_SetMaxAP::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_SetMaxAP, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'BP_DefaultDeathExperience_C_SetMaxAP::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_SetMaxAP, K2Node_SwitchInteger_CmpSuccess) == 0x000010, "Member 'BP_DefaultDeathExperience_C_SetMaxAP::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DefaultDeathExperience_C_ToDNotification \ +static_assert(alignof(BP_DefaultDeathExperience_C_ToDNotification) == 0x000004, "Wrong alignment on BP_DefaultDeathExperience_C_ToDNotification"); \ +static_assert(sizeof(BP_DefaultDeathExperience_C_ToDNotification) == 0x000008, "Wrong size on BP_DefaultDeathExperience_C_ToDNotification"); \ +static_assert(offsetof(BP_DefaultDeathExperience_C_ToDNotification, CallFunc_GetActiveTimeTag_ReturnValue) == 0x000000, "Member 'BP_DefaultDeathExperience_C_ToDNotification::CallFunc_GetActiveTimeTag_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DefaultDeathExperience_C \ +static_assert(alignof(ABP_DefaultDeathExperience_C) == 0x000010, "Wrong alignment on ABP_DefaultDeathExperience_C"); \ +static_assert(sizeof(ABP_DefaultDeathExperience_C) == 0x0003B0, "Wrong size on ABP_DefaultDeathExperience_C"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_DefaultDeathExperience_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, Camera) == 0x0002B8, "Member 'ABP_DefaultDeathExperience_C::Camera' has a wrong offset!"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_DefaultDeathExperience_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, ViewModel) == 0x0002C8, "Member 'ABP_DefaultDeathExperience_C::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, APMaxBonusCount) == 0x0002D0, "Member 'ABP_DefaultDeathExperience_C::APMaxBonusCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, Initial) == 0x0002E0, "Member 'ABP_DefaultDeathExperience_C::Initial' has a wrong offset!"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, Initial_FOV) == 0x000340, "Member 'ABP_DefaultDeathExperience_C::Initial_FOV' has a wrong offset!"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, Camera_End_Position) == 0x000348, "Member 'ABP_DefaultDeathExperience_C::Camera_End_Position' has a wrong offset!"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, Camera_End_Target_Position) == 0x000360, "Member 'ABP_DefaultDeathExperience_C::Camera_End_Target_Position' has a wrong offset!"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, Death_Experience_Duration) == 0x000378, "Member 'ABP_DefaultDeathExperience_C::Death_Experience_Duration' has a wrong offset!"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, MoneyToLose) == 0x000380, "Member 'ABP_DefaultDeathExperience_C::MoneyToLose' has a wrong offset!"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, OnReadyForEndDay) == 0x000388, "Member 'ABP_DefaultDeathExperience_C::OnReadyForEndDay' has a wrong offset!"); \ +static_assert(offsetof(ABP_DefaultDeathExperience_C, PreMoneyLostDueToKO) == 0x000398, "Member 'ABP_DefaultDeathExperience_C::PreMoneyLostDueToKO' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSTipOfTheDay \ +static_assert(alignof(FSTipOfTheDay) == 0x000008, "Wrong alignment on FSTipOfTheDay"); \ +static_assert(sizeof(FSTipOfTheDay) == 0x000010, "Wrong size on FSTipOfTheDay"); \ +static_assert(offsetof(FSTipOfTheDay, Tip_18_5C3373754129501FFE3B0CA39CB0C082) == 0x000000, "Member 'FSTipOfTheDay::Tip_18_5C3373754129501FFE3B0CA39CB0C082' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour \ +static_assert(alignof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour) == 0x000010, "Wrong alignment on BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour"); \ +static_assert(sizeof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour) == 0x000330, "Wrong size on BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, EntryPoint) == 0x000000, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000014, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CustomEvent_Value_3) == 0x000018, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CustomEvent_Value_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, Temp_real_Variable) == 0x00001C, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::Temp_real_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_ObserveWorldStateFloat_ReturnValue) == 0x000020, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_ObserveWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CustomEvent_Value_2) == 0x00003C, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CustomEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, Temp_int_Variable) == 0x000040, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_ObserveWorldStateInt_ReturnValue) == 0x000048, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_ObserveWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Conv_NumericPropertyToText_ReturnValue) == 0x000058, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Conv_NumericPropertyToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CreateDelegate_OutputDelegate_2) == 0x000068, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CustomEvent_NewCount_1) == 0x000078, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CustomEvent_NewCount_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CreateDelegate_OutputDelegate_3) == 0x00007C, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, Temp_int_Variable_1) == 0x00008C, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::Temp_int_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_ObservePlayerInventoryItemCount_ReturnValue) == 0x000090, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_ObservePlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_IsValid_ReturnValue_2) == 0x000098, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000A0, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x0000A8, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_GetEnhancedInputActionButtonIcon_ReturnValue) == 0x0000B0, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_GetEnhancedInputActionButtonIcon_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000160, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CreateDelegate_OutputDelegate_4) == 0x000164, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CustomEvent_NewCount) == 0x000174, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CustomEvent_NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, Temp_int_Variable_2) == 0x000178, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::Temp_int_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_ObservePlayerInventoryItemCount_ReturnValue_1) == 0x000180, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_ObservePlayerInventoryItemCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_IsValid_ReturnValue_3) == 0x000188, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Greater_IntInt_ReturnValue) == 0x000189, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x00018A, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Conv_IntToString_ReturnValue) == 0x000190, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Conv_StringToText_ReturnValue) == 0x0001A0, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x0001B0, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CustomEvent_Value_1) == 0x0001B4, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CreateDelegate_OutputDelegate_5) == 0x0001D4, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, Temp_struct_Variable) == 0x0001E4, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_ObserveWorldStateNamedInt_ReturnValue) == 0x000208, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_ObserveWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_IsValid_ReturnValue_4) == 0x000210, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Conv_NameToText_ReturnValue) == 0x000218, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x000228, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Create_ReturnValue) == 0x000230, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6) == 0x000238, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CustomEvent_Value) == 0x00023C, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CreateDelegate_OutputDelegate_6) == 0x000240, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, Temp_int_Variable_3) == 0x000250, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::Temp_int_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_ObserveWorldStateInt_ReturnValue_1) == 0x000258, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_ObserveWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_IsValid_ReturnValue_5) == 0x000260, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7) == 0x000261, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_8) == 0x000262, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CreateDelegate_OutputDelegate_7) == 0x000264, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000278, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_9) == 0x000280, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000281, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Round_ReturnValue) == 0x000284, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_10) == 0x000288, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_11) == 0x000289, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CustomEvent_ActionPointsLeft) == 0x00028C, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CustomEvent_ActionPointsLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CustomEvent_ActionPointsReserved) == 0x000290, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CustomEvent_ActionPointsReserved' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_12) == 0x000294, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_13) == 0x000295, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_14) == 0x000296, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_ObservePlayerInventoryItemCount_ReturnValue_2) == 0x000298, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_ObservePlayerInventoryItemCount_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0002A0, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_15) == 0x0002A8, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_16) == 0x0002A9, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_GetCurrentTimePeriod_ReturnValue) == 0x0002AA, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_GetCurrentTimePeriod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_17) == 0x0002AB, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_SwitchEnum_CmpSuccess) == 0x0002AC, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_IsValid_ReturnValue_6) == 0x0002AD, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, Temp_int_Variable_4) == 0x0002B0, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::Temp_int_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_18) == 0x0002B4, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0002B8, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_GetPendingLevel_PendingLevel) == 0x0002C0, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_GetPendingLevel_PendingLevel' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Conv_IntToString_ReturnValue_1) == 0x0002C8, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Conv_StringToName_ReturnValue) == 0x0002D8, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_GetDataTableRowFromName_OutRow) == 0x0002E0, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0002E8, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_19) == 0x0002E9, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_GetWorldStateInt_ReturnValue) == 0x0002EC, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_20) == 0x0002F0, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0002F1, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x0002F8, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_21) == 0x000300, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_MathExpression_ReturnValue) == 0x000308, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, K2Node_CustomEvent_NewCount_2) == 0x000310, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::K2Node_CustomEvent_NewCount_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_FClamp_ReturnValue) == 0x000318, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_22) == 0x000320, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_23) == 0x000321, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_24) == 0x000322, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour, CallFunc_SetPropertyValueAndBroadcast_NewValue_ImplicitCast) == 0x000328, "Member 'BP_VM_HUD_HourToHour_C_ExecuteUbergraph_BP_VM_HUD_HourToHour::CallFunc_SetPropertyValueAndBroadcast_NewValue_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_HUD_HourToHour_C_OnActionPointsLeftChangedNotification_Event \ +static_assert(alignof(BP_VM_HUD_HourToHour_C_OnActionPointsLeftChangedNotification_Event) == 0x000004, "Wrong alignment on BP_VM_HUD_HourToHour_C_OnActionPointsLeftChangedNotification_Event"); \ +static_assert(sizeof(BP_VM_HUD_HourToHour_C_OnActionPointsLeftChangedNotification_Event) == 0x000008, "Wrong size on BP_VM_HUD_HourToHour_C_OnActionPointsLeftChangedNotification_Event"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_OnActionPointsLeftChangedNotification_Event, ActionPointsLeft) == 0x000000, "Member 'BP_VM_HUD_HourToHour_C_OnActionPointsLeftChangedNotification_Event::ActionPointsLeft' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_OnActionPointsLeftChangedNotification_Event, ActionPointsReserved) == 0x000004, "Member 'BP_VM_HUD_HourToHour_C_OnActionPointsLeftChangedNotification_Event::ActionPointsReserved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_HUD_HourToHour_C_OnItemCountUpdated_012C2F1C4F6A8E60B195C29BD9A5DBD8 \ +static_assert(alignof(BP_VM_HUD_HourToHour_C_OnItemCountUpdated_012C2F1C4F6A8E60B195C29BD9A5DBD8) == 0x000004, "Wrong alignment on BP_VM_HUD_HourToHour_C_OnItemCountUpdated_012C2F1C4F6A8E60B195C29BD9A5DBD8"); \ +static_assert(sizeof(BP_VM_HUD_HourToHour_C_OnItemCountUpdated_012C2F1C4F6A8E60B195C29BD9A5DBD8) == 0x000004, "Wrong size on BP_VM_HUD_HourToHour_C_OnItemCountUpdated_012C2F1C4F6A8E60B195C29BD9A5DBD8"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_OnItemCountUpdated_012C2F1C4F6A8E60B195C29BD9A5DBD8, NewCount) == 0x000000, "Member 'BP_VM_HUD_HourToHour_C_OnItemCountUpdated_012C2F1C4F6A8E60B195C29BD9A5DBD8::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_HUD_HourToHour_C_OnItemCountUpdated_4D894C6448F674D21A6AF8857AD3A710 \ +static_assert(alignof(BP_VM_HUD_HourToHour_C_OnItemCountUpdated_4D894C6448F674D21A6AF8857AD3A710) == 0x000004, "Wrong alignment on BP_VM_HUD_HourToHour_C_OnItemCountUpdated_4D894C6448F674D21A6AF8857AD3A710"); \ +static_assert(sizeof(BP_VM_HUD_HourToHour_C_OnItemCountUpdated_4D894C6448F674D21A6AF8857AD3A710) == 0x000004, "Wrong size on BP_VM_HUD_HourToHour_C_OnItemCountUpdated_4D894C6448F674D21A6AF8857AD3A710"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_OnItemCountUpdated_4D894C6448F674D21A6AF8857AD3A710, NewCount) == 0x000000, "Member 'BP_VM_HUD_HourToHour_C_OnItemCountUpdated_4D894C6448F674D21A6AF8857AD3A710::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_HUD_HourToHour_C_OnItemCountUpdated_CD06A75541FF4D2BB9DF138637E52E7B \ +static_assert(alignof(BP_VM_HUD_HourToHour_C_OnItemCountUpdated_CD06A75541FF4D2BB9DF138637E52E7B) == 0x000004, "Wrong alignment on BP_VM_HUD_HourToHour_C_OnItemCountUpdated_CD06A75541FF4D2BB9DF138637E52E7B"); \ +static_assert(sizeof(BP_VM_HUD_HourToHour_C_OnItemCountUpdated_CD06A75541FF4D2BB9DF138637E52E7B) == 0x000004, "Wrong size on BP_VM_HUD_HourToHour_C_OnItemCountUpdated_CD06A75541FF4D2BB9DF138637E52E7B"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_OnItemCountUpdated_CD06A75541FF4D2BB9DF138637E52E7B, NewCount) == 0x000000, "Member 'BP_VM_HUD_HourToHour_C_OnItemCountUpdated_CD06A75541FF4D2BB9DF138637E52E7B::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_HUD_HourToHour_C_OnValueUpdated_5088ED61405A6AE6506D3FBBF15701ED \ +static_assert(alignof(BP_VM_HUD_HourToHour_C_OnValueUpdated_5088ED61405A6AE6506D3FBBF15701ED) == 0x000004, "Wrong alignment on BP_VM_HUD_HourToHour_C_OnValueUpdated_5088ED61405A6AE6506D3FBBF15701ED"); \ +static_assert(sizeof(BP_VM_HUD_HourToHour_C_OnValueUpdated_5088ED61405A6AE6506D3FBBF15701ED) == 0x000004, "Wrong size on BP_VM_HUD_HourToHour_C_OnValueUpdated_5088ED61405A6AE6506D3FBBF15701ED"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_OnValueUpdated_5088ED61405A6AE6506D3FBBF15701ED, Value) == 0x000000, "Member 'BP_VM_HUD_HourToHour_C_OnValueUpdated_5088ED61405A6AE6506D3FBBF15701ED::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_HUD_HourToHour_C_OnValueUpdated_678AD34A4222A9E88BE82B9D0E1F457E \ +static_assert(alignof(BP_VM_HUD_HourToHour_C_OnValueUpdated_678AD34A4222A9E88BE82B9D0E1F457E) == 0x000004, "Wrong alignment on BP_VM_HUD_HourToHour_C_OnValueUpdated_678AD34A4222A9E88BE82B9D0E1F457E"); \ +static_assert(sizeof(BP_VM_HUD_HourToHour_C_OnValueUpdated_678AD34A4222A9E88BE82B9D0E1F457E) == 0x000004, "Wrong size on BP_VM_HUD_HourToHour_C_OnValueUpdated_678AD34A4222A9E88BE82B9D0E1F457E"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_OnValueUpdated_678AD34A4222A9E88BE82B9D0E1F457E, Value) == 0x000000, "Member 'BP_VM_HUD_HourToHour_C_OnValueUpdated_678AD34A4222A9E88BE82B9D0E1F457E::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_HUD_HourToHour_C_OnValueUpdated_DE8E884E46BD7941321709BBB0F1FCDF \ +static_assert(alignof(BP_VM_HUD_HourToHour_C_OnValueUpdated_DE8E884E46BD7941321709BBB0F1FCDF) == 0x000004, "Wrong alignment on BP_VM_HUD_HourToHour_C_OnValueUpdated_DE8E884E46BD7941321709BBB0F1FCDF"); \ +static_assert(sizeof(BP_VM_HUD_HourToHour_C_OnValueUpdated_DE8E884E46BD7941321709BBB0F1FCDF) == 0x000004, "Wrong size on BP_VM_HUD_HourToHour_C_OnValueUpdated_DE8E884E46BD7941321709BBB0F1FCDF"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_OnValueUpdated_DE8E884E46BD7941321709BBB0F1FCDF, Value) == 0x000000, "Member 'BP_VM_HUD_HourToHour_C_OnValueUpdated_DE8E884E46BD7941321709BBB0F1FCDF::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_HUD_HourToHour_C_OnValueUpdated_FE811B19444DF965F5C27B8AADF0C7DE \ +static_assert(alignof(BP_VM_HUD_HourToHour_C_OnValueUpdated_FE811B19444DF965F5C27B8AADF0C7DE) == 0x000004, "Wrong alignment on BP_VM_HUD_HourToHour_C_OnValueUpdated_FE811B19444DF965F5C27B8AADF0C7DE"); \ +static_assert(sizeof(BP_VM_HUD_HourToHour_C_OnValueUpdated_FE811B19444DF965F5C27B8AADF0C7DE) == 0x000020, "Wrong size on BP_VM_HUD_HourToHour_C_OnValueUpdated_FE811B19444DF965F5C27B8AADF0C7DE"); \ +static_assert(offsetof(BP_VM_HUD_HourToHour_C_OnValueUpdated_FE811B19444DF965F5C27B8AADF0C7DE, Value) == 0x000000, "Member 'BP_VM_HUD_HourToHour_C_OnValueUpdated_FE811B19444DF965F5C27B8AADF0C7DE::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VM_HUD_HourToHour_C \ +static_assert(alignof(UBP_VM_HUD_HourToHour_C) == 0x000010, "Wrong alignment on UBP_VM_HUD_HourToHour_C"); \ +static_assert(sizeof(UBP_VM_HUD_HourToHour_C) == 0x0001E0, "Wrong size on UBP_VM_HUD_HourToHour_C"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, UberGraphFrame) == 0x000070, "Member 'UBP_VM_HUD_HourToHour_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, Day) == 0x000078, "Member 'UBP_VM_HUD_HourToHour_C::Day' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, TimePeriod) == 0x000080, "Member 'UBP_VM_HUD_HourToHour_C::TimePeriod' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, Action_Points_Left_Today) == 0x000090, "Member 'UBP_VM_HUD_HourToHour_C::Action_Points_Left_Today' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, Interest) == 0x000098, "Member 'UBP_VM_HUD_HourToHour_C::Interest' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, Money) == 0x0000A0, "Member 'UBP_VM_HUD_HourToHour_C::Money' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, XPProgress) == 0x0000A8, "Member 'UBP_VM_HUD_HourToHour_C::XPProgress' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, CanLevelUp) == 0x0000B0, "Member 'UBP_VM_HUD_HourToHour_C::CanLevelUp' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, InTheBlackToday) == 0x0000B1, "Member 'UBP_VM_HUD_HourToHour_C::InTheBlackToday' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, InitDone) == 0x0000B2, "Member 'UBP_VM_HUD_HourToHour_C::InitDone' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, DayText) == 0x0000B8, "Member 'UBP_VM_HUD_HourToHour_C::DayText' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, LevelUpInput) == 0x0000D0, "Member 'UBP_VM_HUD_HourToHour_C::LevelUpInput' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, InputIconImage) == 0x000180, "Member 'UBP_VM_HUD_HourToHour_C::InputIconImage' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, SP) == 0x000188, "Member 'UBP_VM_HUD_HourToHour_C::SP' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, XP) == 0x000198, "Member 'UBP_VM_HUD_HourToHour_C::XP' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, XPRequired) == 0x00019C, "Member 'UBP_VM_HUD_HourToHour_C::XPRequired' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, PaymentPerformance) == 0x0001A0, "Member 'UBP_VM_HUD_HourToHour_C::PaymentPerformance' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, PerfVis) == 0x0001B0, "Member 'UBP_VM_HUD_HourToHour_C::PerfVis' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, Action_Points_Reserved) == 0x0001B4, "Member 'UBP_VM_HUD_HourToHour_C::Action_Points_Reserved' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, CurrentTimePeriod) == 0x0001B8, "Member 'UBP_VM_HUD_HourToHour_C::CurrentTimePeriod' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, BP_VM_ActionPoints) == 0x0001C0, "Member 'UBP_VM_HUD_HourToHour_C::BP_VM_ActionPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, DailyPayment) == 0x0001C8, "Member 'UBP_VM_HUD_HourToHour_C::DailyPayment' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, Strikes) == 0x0001CC, "Member 'UBP_VM_HUD_HourToHour_C::Strikes' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_HUD_HourToHour_C, SkillPoints) == 0x0001D0, "Member 'UBP_VM_HUD_HourToHour_C::SkillPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_EndOfDayStat_C_ExecuteUbergraph_BP_VM_EndOfDayStat \ +static_assert(alignof(BP_VM_EndOfDayStat_C_ExecuteUbergraph_BP_VM_EndOfDayStat) == 0x000004, "Wrong alignment on BP_VM_EndOfDayStat_C_ExecuteUbergraph_BP_VM_EndOfDayStat"); \ +static_assert(sizeof(BP_VM_EndOfDayStat_C_ExecuteUbergraph_BP_VM_EndOfDayStat) == 0x000004, "Wrong size on BP_VM_EndOfDayStat_C_ExecuteUbergraph_BP_VM_EndOfDayStat"); \ +static_assert(offsetof(BP_VM_EndOfDayStat_C_ExecuteUbergraph_BP_VM_EndOfDayStat, EntryPoint) == 0x000000, "Member 'BP_VM_EndOfDayStat_C_ExecuteUbergraph_BP_VM_EndOfDayStat::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VM_EndOfDayStat_C \ +static_assert(alignof(UBP_VM_EndOfDayStat_C) == 0x000008, "Wrong alignment on UBP_VM_EndOfDayStat_C"); \ +static_assert(sizeof(UBP_VM_EndOfDayStat_C) == 0x000090, "Wrong size on UBP_VM_EndOfDayStat_C"); \ +static_assert(offsetof(UBP_VM_EndOfDayStat_C, UberGraphFrame) == 0x000070, "Member 'UBP_VM_EndOfDayStat_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_EndOfDayStat_C, StatName) == 0x000078, "Member 'UBP_VM_EndOfDayStat_C::StatName' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_EndOfDayStat_C, StatAmount) == 0x000088, "Member 'UBP_VM_EndOfDayStat_C::StatAmount' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_EndOfDayStat_C, IsPersonalBest) == 0x00008C, "Member 'UBP_VM_EndOfDayStat_C::IsPersonalBest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NewDayViewModel_C_Create_Skill_VM \ +static_assert(alignof(BP_NewDayViewModel_C_Create_Skill_VM) == 0x000008, "Wrong alignment on BP_NewDayViewModel_C_Create_Skill_VM"); \ +static_assert(sizeof(BP_NewDayViewModel_C_Create_Skill_VM) == 0x0000B0, "Wrong size on BP_NewDayViewModel_C_Create_Skill_VM"); \ +static_assert(offsetof(BP_NewDayViewModel_C_Create_Skill_VM, Item) == 0x000000, "Member 'BP_NewDayViewModel_C_Create_Skill_VM::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_Create_Skill_VM, ReturnValue) == 0x000038, "Member 'BP_NewDayViewModel_C_Create_Skill_VM::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_Create_Skill_VM, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000040, "Member 'BP_NewDayViewModel_C_Create_Skill_VM::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_Create_Skill_VM, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x000068, "Member 'BP_NewDayViewModel_C_Create_Skill_VM::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_Create_Skill_VM, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000090, "Member 'BP_NewDayViewModel_C_Create_Skill_VM::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_Create_Skill_VM, K2Node_DynamicCast_AsBP_Skill_UIMeta_Data_Mixin) == 0x000098, "Member 'BP_NewDayViewModel_C_Create_Skill_VM::K2Node_DynamicCast_AsBP_Skill_UIMeta_Data_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_Create_Skill_VM, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BP_NewDayViewModel_C_Create_Skill_VM::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_Create_Skill_VM, CallFunc_IsValidClass_ReturnValue) == 0x0000A1, "Member 'BP_NewDayViewModel_C_Create_Skill_VM::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_Create_Skill_VM, CallFunc_Create_ReturnValue) == 0x0000A8, "Member 'BP_NewDayViewModel_C_Create_Skill_VM::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NewDayViewModel_C_Event_OnValueUpdated \ +static_assert(alignof(BP_NewDayViewModel_C_Event_OnValueUpdated) == 0x000008, "Wrong alignment on BP_NewDayViewModel_C_Event_OnValueUpdated"); \ +static_assert(sizeof(BP_NewDayViewModel_C_Event_OnValueUpdated) == 0x000008, "Wrong size on BP_NewDayViewModel_C_Event_OnValueUpdated"); \ +static_assert(offsetof(BP_NewDayViewModel_C_Event_OnValueUpdated, Value) == 0x000000, "Member 'BP_NewDayViewModel_C_Event_OnValueUpdated::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NewDayViewModel_C_Event_ScreenTransition \ +static_assert(alignof(BP_NewDayViewModel_C_Event_ScreenTransition) == 0x000008, "Wrong alignment on BP_NewDayViewModel_C_Event_ScreenTransition"); \ +static_assert(sizeof(BP_NewDayViewModel_C_Event_ScreenTransition) == 0x000008, "Wrong size on BP_NewDayViewModel_C_Event_ScreenTransition"); \ +static_assert(offsetof(BP_NewDayViewModel_C_Event_ScreenTransition, Value) == 0x000000, "Member 'BP_NewDayViewModel_C_Event_ScreenTransition::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel \ +static_assert(alignof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel) == 0x000008, "Wrong alignment on BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel"); \ +static_assert(sizeof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel) == 0x0001F8, "Wrong size on BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, EntryPoint) == 0x000000, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, Temp_struct_Variable) == 0x000004, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_ObserveWorldStateBool_ReturnValue) == 0x000010, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_ObserveWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, K2Node_CustomEvent_Value_2) == 0x00002C, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::K2Node_CustomEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, Temp_int_Variable) == 0x000030, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_ObserveWorldStateInt_ReturnValue) == 0x000038, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_ObserveWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000040, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, K2Node_CustomEvent_Items) == 0x000048, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::K2Node_CustomEvent_Items' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, K2Node_CustomEvent_AddedItems) == 0x000058, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::K2Node_CustomEvent_AddedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, K2Node_CustomEvent_RemovedItems) == 0x000068, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::K2Node_CustomEvent_RemovedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, K2Node_CreateDelegate_OutputDelegate_1) == 0x000078, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, Temp_struct_Variable_1) == 0x000088, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, Temp_struct_Variable_2) == 0x000098, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, Temp_struct_Variable_3) == 0x0000A8, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, K2Node_MakeStruct_InventoryItemFilter) == 0x0000B8, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::K2Node_MakeStruct_InventoryItemFilter' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_ObserveInventory_ReturnValue) == 0x000160, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_ObserveInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_Array_Length_ReturnValue) == 0x000168, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_IsValid_ReturnValue_2) == 0x00016C, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, K2Node_CreateDelegate_OutputDelegate_2) == 0x000170, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, K2Node_CustomEvent_bValue) == 0x000180, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, Temp_bool_Variable) == 0x000181, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000182, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, Temp_int_Array_Index_Variable) == 0x000184, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_Array_Get_Item) == 0x000188, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_Create_Skill_VM_ReturnValue) == 0x0001C0, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_Create_Skill_VM_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_IsValid_ReturnValue_3) == 0x0001C8, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, K2Node_CustomEvent_Value_1) == 0x0001D0, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, K2Node_CustomEvent_Value) == 0x0001D8, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, Temp_struct_Variable_4) == 0x0001E0, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, Temp_int_Loop_Counter_Variable) == 0x0001E8, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_GetWorldStateBool_ReturnValue) == 0x0001EC, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_Less_IntInt_ReturnValue) == 0x0001ED, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x0001EE, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_Add_IntInt_ReturnValue) == 0x0001F0, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel, CallFunc_Array_Add_ReturnValue) == 0x0001F4, "Member 'BP_NewDayViewModel_C_ExecuteUbergraph_BP_NewDayViewModel::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NewDayViewModel_C_OnInventoryUpdated_CEF19D6448ECB9303F1C8EACE4865781 \ +static_assert(alignof(BP_NewDayViewModel_C_OnInventoryUpdated_CEF19D6448ECB9303F1C8EACE4865781) == 0x000008, "Wrong alignment on BP_NewDayViewModel_C_OnInventoryUpdated_CEF19D6448ECB9303F1C8EACE4865781"); \ +static_assert(sizeof(BP_NewDayViewModel_C_OnInventoryUpdated_CEF19D6448ECB9303F1C8EACE4865781) == 0x000030, "Wrong size on BP_NewDayViewModel_C_OnInventoryUpdated_CEF19D6448ECB9303F1C8EACE4865781"); \ +static_assert(offsetof(BP_NewDayViewModel_C_OnInventoryUpdated_CEF19D6448ECB9303F1C8EACE4865781, Items) == 0x000000, "Member 'BP_NewDayViewModel_C_OnInventoryUpdated_CEF19D6448ECB9303F1C8EACE4865781::Items' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_OnInventoryUpdated_CEF19D6448ECB9303F1C8EACE4865781, AddedItems) == 0x000010, "Member 'BP_NewDayViewModel_C_OnInventoryUpdated_CEF19D6448ECB9303F1C8EACE4865781::AddedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_OnInventoryUpdated_CEF19D6448ECB9303F1C8EACE4865781, RemovedItems) == 0x000020, "Member 'BP_NewDayViewModel_C_OnInventoryUpdated_CEF19D6448ECB9303F1C8EACE4865781::RemovedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NewDayViewModel_C_OnValueUpdated_8E78731F4D84B4E0508A039395A33F75 \ +static_assert(alignof(BP_NewDayViewModel_C_OnValueUpdated_8E78731F4D84B4E0508A039395A33F75) == 0x000001, "Wrong alignment on BP_NewDayViewModel_C_OnValueUpdated_8E78731F4D84B4E0508A039395A33F75"); \ +static_assert(sizeof(BP_NewDayViewModel_C_OnValueUpdated_8E78731F4D84B4E0508A039395A33F75) == 0x000001, "Wrong size on BP_NewDayViewModel_C_OnValueUpdated_8E78731F4D84B4E0508A039395A33F75"); \ +static_assert(offsetof(BP_NewDayViewModel_C_OnValueUpdated_8E78731F4D84B4E0508A039395A33F75, bValue) == 0x000000, "Member 'BP_NewDayViewModel_C_OnValueUpdated_8E78731F4D84B4E0508A039395A33F75::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NewDayViewModel_C_OnValueUpdated_F8F19AAB4CC773ED2779AF8E7E745CD4 \ +static_assert(alignof(BP_NewDayViewModel_C_OnValueUpdated_F8F19AAB4CC773ED2779AF8E7E745CD4) == 0x000004, "Wrong alignment on BP_NewDayViewModel_C_OnValueUpdated_F8F19AAB4CC773ED2779AF8E7E745CD4"); \ +static_assert(sizeof(BP_NewDayViewModel_C_OnValueUpdated_F8F19AAB4CC773ED2779AF8E7E745CD4) == 0x000004, "Wrong size on BP_NewDayViewModel_C_OnValueUpdated_F8F19AAB4CC773ED2779AF8E7E745CD4"); \ +static_assert(offsetof(BP_NewDayViewModel_C_OnValueUpdated_F8F19AAB4CC773ED2779AF8E7E745CD4, Value) == 0x000000, "Member 'BP_NewDayViewModel_C_OnValueUpdated_F8F19AAB4CC773ED2779AF8E7E745CD4::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_NewDayViewModel_C_UpdateNewDayVM \ +static_assert(alignof(BP_NewDayViewModel_C_UpdateNewDayVM) == 0x000008, "Wrong alignment on BP_NewDayViewModel_C_UpdateNewDayVM"); \ +static_assert(sizeof(BP_NewDayViewModel_C_UpdateNewDayVM) == 0x000070, "Wrong size on BP_NewDayViewModel_C_UpdateNewDayVM"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000000, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_GetWorldStateInt_ReturnValue) == 0x000008, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_GetCurrentTimePeriod_ReturnValue) == 0x00000C, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_GetCurrentTimePeriod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, K2Node_SwitchEnum_CmpSuccess) == 0x00000D, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000010, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000020, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_Array_Random_OutItem) == 0x000024, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_Array_Random_OutIndex) == 0x00002C, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_Round_ReturnValue) == 0x000030, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_GetDataTableRowFromName_OutRow) == 0x000038, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000048, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000049, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x00004A, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_GetWorldStateFloat_ReturnValue_1) == 0x00004C, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_GetWorldStateFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000050, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_Round_ReturnValue_1) == 0x000054, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000058, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_Round_A_ImplicitCast) == 0x000060, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_Round_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_NewDayViewModel_C_UpdateNewDayVM, CallFunc_Round_A_ImplicitCast_1) == 0x000068, "Member 'BP_NewDayViewModel_C_UpdateNewDayVM::CallFunc_Round_A_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_NewDayViewModel_C \ +static_assert(alignof(UBP_NewDayViewModel_C) == 0x000008, "Wrong alignment on UBP_NewDayViewModel_C"); \ +static_assert(sizeof(UBP_NewDayViewModel_C) == 0x000130, "Wrong size on UBP_NewDayViewModel_C"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, UberGraphFrame) == 0x000070, "Member 'UBP_NewDayViewModel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, OnContinue) == 0x000078, "Member 'UBP_NewDayViewModel_C::OnContinue' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, OldGameDay) == 0x000088, "Member 'UBP_NewDayViewModel_C::OldGameDay' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, NewGameDay) == 0x00008C, "Member 'UBP_NewDayViewModel_C::NewGameDay' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, Time_Period) == 0x000090, "Member 'UBP_NewDayViewModel_C::Time_Period' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, Interest) == 0x0000A0, "Member 'UBP_NewDayViewModel_C::Interest' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, Debt) == 0x0000A4, "Member 'UBP_NewDayViewModel_C::Debt' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, OutroDuration) == 0x0000A8, "Member 'UBP_NewDayViewModel_C::OutroDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, OnValueUpdated) == 0x0000B0, "Member 'UBP_NewDayViewModel_C::OnValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, OnActivated) == 0x0000C0, "Member 'UBP_NewDayViewModel_C::OnActivated' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, BlendCamera) == 0x0000D0, "Member 'UBP_NewDayViewModel_C::BlendCamera' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, OnFinished) == 0x0000E0, "Member 'UBP_NewDayViewModel_C::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, O) == 0x0000F0, "Member 'UBP_NewDayViewModel_C::O' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, Tip) == 0x0000F8, "Member 'UBP_NewDayViewModel_C::Tip' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, OnScreenTransition) == 0x000108, "Member 'UBP_NewDayViewModel_C::OnScreenTransition' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, Perks) == 0x000118, "Member 'UBP_NewDayViewModel_C::Perks' has a wrong offset!"); \ +static_assert(offsetof(UBP_NewDayViewModel_C, PerksAvailable) == 0x000128, "Member 'UBP_NewDayViewModel_C::PerksAvailable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayViewModel_C_Calculate_Expected_Strikes \ +static_assert(alignof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes) == 0x000008, "Wrong alignment on BP_EndOfDayViewModel_C_Calculate_Expected_Strikes"); \ +static_assert(sizeof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes) == 0x000058, "Wrong size on BP_EndOfDayViewModel_C_Calculate_Expected_Strikes"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, WasKO) == 0x000000, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::WasKO' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, ReturnValue) == 0x000004, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_GetWorldStateInt_ReturnValue) == 0x000008, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, Temp_struct_Variable) == 0x00000C, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, Temp_struct_Variable_1) == 0x000018, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_GetWorldStateBool_ReturnValue) == 0x000020, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x000024, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000028, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000029, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00002B, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00002C, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000030, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_BooleanOR_ReturnValue) == 0x000034, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_GetInventoryItemCount_ReturnValue) == 0x000038, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_BooleanOR_ReturnValue_1) == 0x00003C, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000040, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_Less_DoubleDouble_ReturnValue) == 0x000048, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_BooleanAND_ReturnValue_1) == 0x00004A, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_BooleanAND_ReturnValue_2) == 0x00004B, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_SelectInt_ReturnValue) == 0x00004C, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Calculate_Expected_Strikes, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000050, "Member 'BP_EndOfDayViewModel_C_Calculate_Expected_Strikes::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayViewModel_C_CheckPB \ +static_assert(alignof(BP_EndOfDayViewModel_C_CheckPB) == 0x000004, "Wrong alignment on BP_EndOfDayViewModel_C_CheckPB"); \ +static_assert(sizeof(BP_EndOfDayViewModel_C_CheckPB) == 0x000028, "Wrong size on BP_EndOfDayViewModel_C_CheckPB"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_CheckPB, Value) == 0x000000, "Member 'BP_EndOfDayViewModel_C_CheckPB::Value' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_CheckPB, WS) == 0x000004, "Member 'BP_EndOfDayViewModel_C_CheckPB::WS' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_CheckPB, Bool) == 0x00001C, "Member 'BP_EndOfDayViewModel_C_CheckPB::Bool' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_CheckPB, CallFunc_GetWorldStateInt_ReturnValue) == 0x000020, "Member 'BP_EndOfDayViewModel_C_CheckPB::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_CheckPB, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'BP_EndOfDayViewModel_C_CheckPB::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel \ +static_assert(alignof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel) == 0x000008, "Wrong alignment on BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel"); \ +static_assert(sizeof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel) == 0x000070, "Wrong size on BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, EntryPoint) == 0x000000, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_Create_ReturnValue) == 0x000008, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_Calculate_Expected_Strikes_ReturnValue) == 0x000010, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_Calculate_Expected_Strikes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000014, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, K2Node_CustomEvent_NewCount) == 0x000018, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::K2Node_CustomEvent_NewCount' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, Temp_int_Variable) == 0x00002C, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_ObserveInventoryItemCount_ReturnValue) == 0x000030, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_ObserveInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000038, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, K2Node_CustomEvent_bValue) == 0x00003A, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, Temp_bool_Variable) == 0x00004C, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x00004D, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_GetWorldStateInt_ReturnValue) == 0x000050, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000054, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000055, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x000056, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x000057, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, Temp_struct_Variable) == 0x000058, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_ObserveWorldStateBool_ReturnValue) == 0x000060, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_ObserveWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel, CallFunc_IsValid_ReturnValue_1) == 0x000068, "Member 'BP_EndOfDayViewModel_C_ExecuteUbergraph_BP_EndOfDayViewModel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayViewModel_C_OnItemCountUpdated_D43D11E1486E15BF98CA7D9DE2EE37EA \ +static_assert(alignof(BP_EndOfDayViewModel_C_OnItemCountUpdated_D43D11E1486E15BF98CA7D9DE2EE37EA) == 0x000004, "Wrong alignment on BP_EndOfDayViewModel_C_OnItemCountUpdated_D43D11E1486E15BF98CA7D9DE2EE37EA"); \ +static_assert(sizeof(BP_EndOfDayViewModel_C_OnItemCountUpdated_D43D11E1486E15BF98CA7D9DE2EE37EA) == 0x000004, "Wrong size on BP_EndOfDayViewModel_C_OnItemCountUpdated_D43D11E1486E15BF98CA7D9DE2EE37EA"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_OnItemCountUpdated_D43D11E1486E15BF98CA7D9DE2EE37EA, NewCount) == 0x000000, "Member 'BP_EndOfDayViewModel_C_OnItemCountUpdated_D43D11E1486E15BF98CA7D9DE2EE37EA::NewCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayViewModel_C_OnValueUpdated_7CF9A0844E430BB22F0EE49E3DFFF467 \ +static_assert(alignof(BP_EndOfDayViewModel_C_OnValueUpdated_7CF9A0844E430BB22F0EE49E3DFFF467) == 0x000001, "Wrong alignment on BP_EndOfDayViewModel_C_OnValueUpdated_7CF9A0844E430BB22F0EE49E3DFFF467"); \ +static_assert(sizeof(BP_EndOfDayViewModel_C_OnValueUpdated_7CF9A0844E430BB22F0EE49E3DFFF467) == 0x000001, "Wrong size on BP_EndOfDayViewModel_C_OnValueUpdated_7CF9A0844E430BB22F0EE49E3DFFF467"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_OnValueUpdated_7CF9A0844E430BB22F0EE49E3DFFF467, bValue) == 0x000000, "Member 'BP_EndOfDayViewModel_C_OnValueUpdated_7CF9A0844E430BB22F0EE49E3DFFF467::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayViewModel_C_Set_Background_Work_Done \ +static_assert(alignof(BP_EndOfDayViewModel_C_Set_Background_Work_Done) == 0x000001, "Wrong alignment on BP_EndOfDayViewModel_C_Set_Background_Work_Done"); \ +static_assert(sizeof(BP_EndOfDayViewModel_C_Set_Background_Work_Done) == 0x000001, "Wrong size on BP_EndOfDayViewModel_C_Set_Background_Work_Done"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_Set_Background_Work_Done, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000000, "Member 'BP_EndOfDayViewModel_C_Set_Background_Work_Done::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayViewModel_C_UpdateEndOfDay \ +static_assert(alignof(BP_EndOfDayViewModel_C_UpdateEndOfDay) == 0x000008, "Wrong alignment on BP_EndOfDayViewModel_C_UpdateEndOfDay"); \ +static_assert(sizeof(BP_EndOfDayViewModel_C_UpdateEndOfDay) == 0x000190, "Wrong size on BP_EndOfDayViewModel_C_UpdateEndOfDay"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Create_ReturnValue) == 0x000000, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Create_ReturnValue_1) == 0x000008, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000010, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Create_ReturnValue_2) == 0x000018, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000020, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Create_ReturnValue_3) == 0x000028, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000030, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Create_ReturnValue_4) == 0x000038, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Create_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000040, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Create_ReturnValue_5) == 0x000048, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Create_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x000050, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Create_ReturnValue_6) == 0x000058, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Create_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x000060, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Create_ReturnValue_7) == 0x000068, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Create_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6) == 0x000070, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7) == 0x000071, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, Temp_struct_Variable) == 0x000074, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateBool_ReturnValue) == 0x00007C, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_8) == 0x00007D, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateInt_ReturnValue) == 0x000080, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000084, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Round_ReturnValue) == 0x000088, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x00008C, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_9) == 0x000090, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_10) == 0x000091, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetDailyFailedMissions_FailedMissions) == 0x000098, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetDailyFailedMissions_FailedMissions' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetDailySucceededMissions_SucceededMissions) == 0x0000A8, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetDailySucceededMissions_SucceededMissions' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Array_Add_ReturnValue) == 0x0000B8, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Array_Add_ReturnValue_1) == 0x0000BC, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Array_Add_ReturnValue_2) == 0x0000C0, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_11) == 0x0000C4, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Array_Add_ReturnValue_3) == 0x0000C8, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Create_ReturnValue_8) == 0x0000D0, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Create_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Array_Add_ReturnValue_4) == 0x0000D8, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_12) == 0x0000DC, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Array_Add_ReturnValue_5) == 0x0000E0, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Array_Add_ReturnValue_6) == 0x0000E4, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_13) == 0x0000E8, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateInt_ReturnValue_2) == 0x0000EC, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Array_Add_ReturnValue_7) == 0x0000F0, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_14) == 0x0000F4, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Array_Add_ReturnValue_8) == 0x0000F8, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateInt_ReturnValue_3) == 0x0000FC, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetActiveMissionType_MissionType) == 0x000100, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetActiveMissionType_MissionType' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetActiveMissionType_ReturnValue) == 0x000101, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetActiveMissionType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_15) == 0x000102, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_16) == 0x000103, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_17) == 0x000104, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Create_ReturnValue_9) == 0x000108, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Create_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000110, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Array_Random_OutItem) == 0x000120, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Array_Random_OutIndex) == 0x000128, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetDataTableRowFromName_OutRow) == 0x000130, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000140, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_18) == 0x000141, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_19) == 0x000142, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_20) == 0x000143, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateInt_ReturnValue_4) == 0x000144, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateInt_ReturnValue_5) == 0x000148, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_21) == 0x00014C, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_22) == 0x00014D, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_CheckPB_Bool) == 0x00014E, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_CheckPB_Bool' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateInt_ReturnValue_6) == 0x000150, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_23) == 0x000154, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_24) == 0x000155, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_CheckPB_Bool_1) == 0x000156, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_CheckPB_Bool_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_25) == 0x000157, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_26) == 0x000158, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateInt_ReturnValue_7) == 0x00015C, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Array_Add_ReturnValue_9) == 0x000160, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_27) == 0x000164, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_CheckPB_Bool_2) == 0x000165, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_CheckPB_Bool_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateInt_ReturnValue_8) == 0x000168, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_28) == 0x00016C, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_29) == 0x00016D, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_CheckPB_Bool_3) == 0x00016E, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_CheckPB_Bool_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateInt_ReturnValue_9) == 0x000170, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_30) == 0x000174, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_31) == 0x000175, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_CheckPB_Bool_4) == 0x000176, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_CheckPB_Bool_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateInt_ReturnValue_10) == 0x000178, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateInt_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_32) == 0x00017C, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_33) == 0x00017D, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_CheckPB_Bool_5) == 0x00017E, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_CheckPB_Bool_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_34) == 0x00017F, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_GetWorldStateInt_ReturnValue_11) == 0x000180, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_GetWorldStateInt_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_CheckPB_Bool_6) == 0x000184, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_CheckPB_Bool_6' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_35) == 0x000185, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_36) == 0x000186, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEndOfDay, CallFunc_Round_A_ImplicitCast) == 0x000188, "Member 'BP_EndOfDayViewModel_C_UpdateEndOfDay::CallFunc_Round_A_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_EndOfDayViewModel_C_UpdateEoDVM \ +static_assert(alignof(BP_EndOfDayViewModel_C_UpdateEoDVM) == 0x000008, "Wrong alignment on BP_EndOfDayViewModel_C_UpdateEoDVM"); \ +static_assert(sizeof(BP_EndOfDayViewModel_C_UpdateEoDVM) == 0x000160, "Wrong size on BP_EndOfDayViewModel_C_UpdateEoDVM"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetActiveMissionType_MissionType) == 0x000000, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetActiveMissionType_MissionType' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetActiveMissionType_ReturnValue) == 0x000001, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetActiveMissionType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000008, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_Array_Random_OutItem) == 0x000018, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_Array_Random_OutIndex) == 0x000020, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000038, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetWorldStateInt_ReturnValue) == 0x00003C, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_CheckPB_Bool) == 0x000040, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_CheckPB_Bool' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_Conv_IntToText_ReturnValue) == 0x000048, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000058, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000059, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x00005C, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_CheckPB_Bool_1) == 0x000060, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_CheckPB_Bool_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000061, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000062, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000068, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, Temp_struct_Variable) == 0x000078, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x000080, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetWorldStateBool_ReturnValue) == 0x000081, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetWorldStateInt_ReturnValue_2) == 0x000084, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetWorldStateInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x000088, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_CheckPB_Bool_2) == 0x000089, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_CheckPB_Bool_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000090, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6) == 0x0000A0, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7) == 0x0000A1, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetWorldStateInt_ReturnValue_3) == 0x0000A4, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetWorldStateInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetWorldStateInt_ReturnValue_4) == 0x0000A8, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetWorldStateInt_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_CheckPB_Bool_3) == 0x0000AC, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_CheckPB_Bool_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_CheckPB_Bool_4) == 0x0000AD, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_CheckPB_Bool_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_8) == 0x0000AE, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_9) == 0x0000AF, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_Conv_IntToText_ReturnValue_3) == 0x0000B0, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_Conv_IntToText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_Conv_IntToText_ReturnValue_4) == 0x0000C0, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_Conv_IntToText_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_10) == 0x0000D0, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_11) == 0x0000D1, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetWorldStateInt_ReturnValue_5) == 0x0000D4, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetWorldStateInt_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_CheckPB_Bool_5) == 0x0000D8, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_CheckPB_Bool_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_12) == 0x0000D9, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_13) == 0x0000DA, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_Conv_IntToText_ReturnValue_5) == 0x0000E0, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_Conv_IntToText_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetWorldStateInt_ReturnValue_6) == 0x0000F0, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetWorldStateInt_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_14) == 0x0000F4, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_CheckPB_Bool_6) == 0x0000F5, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_CheckPB_Bool_6' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_Conv_IntToText_ReturnValue_6) == 0x0000F8, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_Conv_IntToText_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_15) == 0x000108, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_16) == 0x000109, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetWorldStateInt_ReturnValue_7) == 0x00010C, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetWorldStateInt_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_CheckPB_Bool_7) == 0x000110, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_CheckPB_Bool_7' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_17) == 0x000111, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_18) == 0x000112, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_Conv_IntToText_ReturnValue_7) == 0x000118, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_Conv_IntToText_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetWorldStateInt_ReturnValue_8) == 0x000128, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetWorldStateInt_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_19) == 0x00012C, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_CheckPB_Bool_8) == 0x00012D, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_CheckPB_Bool_8' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_Conv_IntToText_ReturnValue_8) == 0x000130, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_Conv_IntToText_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_20) == 0x000140, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_21) == 0x000141, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_GetWorldStateInt_ReturnValue_9) == 0x000144, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_GetWorldStateInt_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_Conv_IntToText_ReturnValue_9) == 0x000148, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_Conv_IntToText_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_CheckPB_Bool_9) == 0x000158, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_CheckPB_Bool_9' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_22) == 0x000159, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_EndOfDayViewModel_C_UpdateEoDVM, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_23) == 0x00015A, "Member 'BP_EndOfDayViewModel_C_UpdateEoDVM::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_23' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_EndOfDayViewModel_C \ +static_assert(alignof(UBP_EndOfDayViewModel_C) == 0x000008, "Wrong alignment on UBP_EndOfDayViewModel_C"); \ +static_assert(sizeof(UBP_EndOfDayViewModel_C) == 0x000200, "Wrong size on UBP_EndOfDayViewModel_C"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, UberGraphFrame) == 0x000070, "Member 'UBP_EndOfDayViewModel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, OnContinue) == 0x000078, "Member 'UBP_EndOfDayViewModel_C::OnContinue' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, EnemiesDefeated) == 0x000088, "Member 'UBP_EndOfDayViewModel_C::EnemiesDefeated' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, MissionsAttempted) == 0x000098, "Member 'UBP_EndOfDayViewModel_C::MissionsAttempted' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, MissionsCompleted) == 0x0000A8, "Member 'UBP_EndOfDayViewModel_C::MissionsCompleted' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, _Earned) == 0x0000B8, "Member 'UBP_EndOfDayViewModel_C::_Earned' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, BillboardsDestroyed) == 0x0000C8, "Member 'UBP_EndOfDayViewModel_C::BillboardsDestroyed' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, CombatMagsFound) == 0x0000D8, "Member 'UBP_EndOfDayViewModel_C::CombatMagsFound' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, MechMagsFound) == 0x0000E8, "Member 'UBP_EndOfDayViewModel_C::MechMagsFound' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, POIsFound) == 0x0000F8, "Member 'UBP_EndOfDayViewModel_C::POIsFound' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, StashesFound) == 0x000108, "Member 'UBP_EndOfDayViewModel_C::StashesFound' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, XPEarned) == 0x000118, "Member 'UBP_EndOfDayViewModel_C::XPEarned' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, IsEnemiesPB) == 0x000128, "Member 'UBP_EndOfDayViewModel_C::IsEnemiesPB' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, IsMissionsAttemptedPB) == 0x000129, "Member 'UBP_EndOfDayViewModel_C::IsMissionsAttemptedPB' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, IsMissionsCompletedPB) == 0x00012A, "Member 'UBP_EndOfDayViewModel_C::IsMissionsCompletedPB' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, Is_EarnedPB) == 0x00012B, "Member 'UBP_EndOfDayViewModel_C::Is_EarnedPB' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, IsBillboardsDestroyedPB) == 0x00012C, "Member 'UBP_EndOfDayViewModel_C::IsBillboardsDestroyedPB' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, IsPOIsFoundPB) == 0x00012D, "Member 'UBP_EndOfDayViewModel_C::IsPOIsFoundPB' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, IsStashesFoundPB) == 0x00012E, "Member 'UBP_EndOfDayViewModel_C::IsStashesFoundPB' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, IsXPEarnedPB) == 0x00012F, "Member 'UBP_EndOfDayViewModel_C::IsXPEarnedPB' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, IsCarMagsFoundPB) == 0x000130, "Member 'UBP_EndOfDayViewModel_C::IsCarMagsFoundPB' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, IsCombatMagsFoundPB) == 0x000131, "Member 'UBP_EndOfDayViewModel_C::IsCombatMagsFoundPB' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, Day) == 0x000134, "Member 'UBP_EndOfDayViewModel_C::Day' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, Tip) == 0x000138, "Member 'UBP_EndOfDayViewModel_C::Tip' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, DayEndedBecauseOfKO) == 0x000148, "Member 'UBP_EndOfDayViewModel_C::DayEndedBecauseOfKO' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, HasActiveMission) == 0x000149, "Member 'UBP_EndOfDayViewModel_C::HasActiveMission' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, ActiveMissionType) == 0x00014A, "Member 'UBP_EndOfDayViewModel_C::ActiveMissionType' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, OnReadyForBackgroundWork) == 0x000150, "Member 'UBP_EndOfDayViewModel_C::OnReadyForBackgroundWork' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, BackgroundWorkDone) == 0x000160, "Member 'UBP_EndOfDayViewModel_C::BackgroundWorkDone' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, ActivateOutroCamera) == 0x000168, "Member 'UBP_EndOfDayViewModel_C::ActivateOutroCamera' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, RunOutro) == 0x000178, "Member 'UBP_EndOfDayViewModel_C::RunOutro' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, IsGameOver) == 0x000188, "Member 'UBP_EndOfDayViewModel_C::IsGameOver' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, Strikes) == 0x00018C, "Member 'UBP_EndOfDayViewModel_C::Strikes' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, EndOfDayStats) == 0x000190, "Member 'UBP_EndOfDayViewModel_C::EndOfDayStats' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, BP_VM_ActionPoints) == 0x0001A0, "Member 'UBP_EndOfDayViewModel_C::BP_VM_ActionPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, SucceededMissions) == 0x0001A8, "Member 'UBP_EndOfDayViewModel_C::SucceededMissions' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, FailedMissions) == 0x0001B8, "Member 'UBP_EndOfDayViewModel_C::FailedMissions' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, DueToday) == 0x0001C8, "Member 'UBP_EndOfDayViewModel_C::DueToday' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, PaidToday) == 0x0001CC, "Member 'UBP_EndOfDayViewModel_C::PaidToday' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, EarnedToday) == 0x0001D0, "Member 'UBP_EndOfDayViewModel_C::EarnedToday' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, Payment) == 0x0001D8, "Member 'UBP_EndOfDayViewModel_C::Payment' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, StartMoneyKO) == 0x0001E8, "Member 'UBP_EndOfDayViewModel_C::StartMoneyKO' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, LostMoney) == 0x0001EC, "Member 'UBP_EndOfDayViewModel_C::LostMoney' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, CurrentMoney) == 0x0001F0, "Member 'UBP_EndOfDayViewModel_C::CurrentMoney' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, StartMoney) == 0x0001F4, "Member 'UBP_EndOfDayViewModel_C::StartMoney' has a wrong offset!"); \ +static_assert(offsetof(UBP_EndOfDayViewModel_C, DebtFree) == 0x0001F8, "Member 'UBP_EndOfDayViewModel_C::DebtFree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_CheckActivityStatus \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_CheckActivityStatus"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus) == 0x0000F0, "Wrong size on BPFL_UI_FunctionLibrary_C_CheckActivityStatus"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, IsInCombat) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::IsInCombat' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, IsInVehicle) == 0x000001, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::IsInVehicle' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, MissionConfig) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::MissionConfig' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, __WorldContext) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, IsActivityBlocked) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::IsActivityBlocked' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, BlockReason) == 0x000020, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::BlockReason' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, IsVehicleMissionOnFoot) == 0x000030, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::IsVehicleMissionOnFoot' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, Index_0) == 0x000034, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000038, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_Get_Next_Available_TimePeriod_Message_NextTimePeriod) == 0x000040, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_Get_Next_Available_TimePeriod_Message_NextTimePeriod' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_GetCurrentTimePeriod_ReturnValue) == 0x000050, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_GetCurrentTimePeriod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_MakeLiteralText_ReturnValue) == 0x000058, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000068, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000069, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00006A, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_IsVehicleMission_ReturnValue) == 0x00006B, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_IsVehicleMission_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_CalculateNetAPCost_ModifiedCost) == 0x00006C, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_CalculateNetAPCost_ModifiedCost' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_CalculateNetAPCost_CanPayAPCost) == 0x000070, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_CalculateNetAPCost_CanPayAPCost' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_CalculateNetAPCost_DiscountSource) == 0x000078, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_CalculateNetAPCost_DiscountSource' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_CalculateNetAPCost_IsDiscountedAPCost) == 0x0000A0, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_CalculateNetAPCost_IsDiscountedAPCost' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_CanAfford_ReturnValue) == 0x0000A1, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_CanAfford_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_Not_PreBool_ReturnValue) == 0x0000A2, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A3, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_BooleanAND_ReturnValue) == 0x0000A4, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000A5, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000A6, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A7, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_BooleanAND_ReturnValue_2) == 0x0000A8, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_Not_PreBool_ReturnValue_4) == 0x0000A9, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_BooleanOR_ReturnValue) == 0x0000AA, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_BooleanAND_ReturnValue_3) == 0x0000AB, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_BooleanOR_ReturnValue_1) == 0x0000AC, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_BooleanOR_ReturnValue_2) == 0x0000AD, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_BooleanOR_ReturnValue_3) == 0x0000AE, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_BooleanOR_ReturnValue_4) == 0x0000AF, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_MakeLiteralText_ReturnValue_1) == 0x0000B0, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_MakeLiteralText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_MakeLiteralText_ReturnValue_2) == 0x0000C0, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_MakeLiteralText_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, CallFunc_MakeLiteralText_ReturnValue_3) == 0x0000D0, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::CallFunc_MakeLiteralText_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_CheckActivityStatus, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BPFL_UI_FunctionLibrary_C_CheckActivityStatus::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library) == 0x000198, "Wrong size on BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, __WorldContext) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, Red) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::Red' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, Blue) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::Blue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, Orange) == 0x000028, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::Orange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, Green) == 0x000038, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::Green' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, Red__S_) == 0x000048, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::Red__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, Blue__S_) == 0x00005C, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::Blue__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, Orange__S_) == 0x000070, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::Orange__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, Green__S_) == 0x000084, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::Green__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, XboxYellow_) == 0x000098, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::XboxYellow_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, XboxGreen_) == 0x0000A8, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::XboxGreen_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, XboxColorRed_) == 0x0000B8, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::XboxColorRed_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, XboxBlue_) == 0x0000C8, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::XboxBlue_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, GreenLaw_) == 0x0000D8, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::GreenLaw_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, BlueLaw_) == 0x0000E8, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::BlueLaw_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, OrangeLaw_) == 0x0000F8, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::OrangeLaw_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, RedLaw_) == 0x000108, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::RedLaw_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, Black_) == 0x000118, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::Black_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, Grey_) == 0x000128, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::Grey_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, White_) == 0x000138, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::White_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, K2Node_MakeStruct_SlateColor) == 0x000148, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, K2Node_MakeStruct_SlateColor_1) == 0x00015C, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, K2Node_MakeStruct_SlateColor_2) == 0x000170, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library, K2Node_MakeStruct_SlateColor_3) == 0x000184, "Member 'BPFL_UI_FunctionLibrary_C_Enforcement_Color_Library::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_GameplayTagToObjective \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_GameplayTagToObjective) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_GameplayTagToObjective"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_GameplayTagToObjective) == 0x000050, "Wrong size on BPFL_UI_FunctionLibrary_C_GameplayTagToObjective"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GameplayTagToObjective, GameplayTag) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_GameplayTagToObjective::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GameplayTagToObjective, __WorldContext) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_GameplayTagToObjective::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GameplayTagToObjective, ObjectiveText) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_GameplayTagToObjective::ObjectiveText' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GameplayTagToObjective, Objective) == 0x000020, "Member 'BPFL_UI_FunctionLibrary_C_GameplayTagToObjective::Objective' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GameplayTagToObjective, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000030, "Member 'BPFL_UI_FunctionLibrary_C_GameplayTagToObjective::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GameplayTagToObjective, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'BPFL_UI_FunctionLibrary_C_GameplayTagToObjective::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GameplayTagToObjective, CallFunc_EqualEqual_GameplayTag_ReturnValue_1) == 0x000048, "Member 'BPFL_UI_FunctionLibrary_C_GameplayTagToObjective::CallFunc_EqualEqual_GameplayTag_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name) == 0x0000D8, "Wrong size on BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name, ID) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name::ID' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name, __WorldContext) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name, Name_0) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name, CityBlockNames) == 0x000020, "Member 'BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name::CityBlockNames' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name, K2Node_MakeVariable_MakeVariableOutput) == 0x000070, "Member 'BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name, CallFunc_Map_Find_Value) == 0x0000C0, "Member 'BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name, CallFunc_Map_Find_ReturnValue) == 0x0000D0, "Member 'BPFL_UI_FunctionLibrary_C_Get_CityBlock_Name::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name) == 0x000138, "Wrong size on BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, MissionType) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::MissionType' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, __WorldContext) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, ReturnValue) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_byte_Variable) == 0x000020, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable) == 0x000028, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_1) == 0x000038, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_2) == 0x000048, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_3) == 0x000058, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_4) == 0x000068, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_5) == 0x000078, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_6) == 0x000088, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_7) == 0x000098, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_8) == 0x0000A8, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_9) == 0x0000B8, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_10) == 0x0000C8, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_11) == 0x0000D8, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_12) == 0x0000E8, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_13) == 0x0000F8, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_14) == 0x000108, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, Temp_text_Variable_15) == 0x000118, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::Temp_text_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name, K2Node_Select_Default) == 0x000128, "Member 'BPFL_UI_FunctionLibrary_C_Get_Mission_Type_Name::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message) == 0x000030, "Wrong size on BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message, Mission) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message::Mission' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message, __WorldContext) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message, NextTimePeriod) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message::NextTimePeriod' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000020, "Member 'BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message, CallFunc_GetCurrentTimePeriod_ReturnValue) == 0x000028, "Member 'BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message::CallFunc_GetCurrentTimePeriod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message, K2Node_SwitchEnum_CmpSuccess) == 0x000029, "Member 'BPFL_UI_FunctionLibrary_C_Get_Next_Available_TimePeriod_Message::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_ \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_) == 0x0000A8, "Wrong size on BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_, Target) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_::Target' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_, Padding_X) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_::Padding_X' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_, Padding_Y) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_::Padding_Y' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_, __WorldContext) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_, Size) == 0x000020, "Member 'BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_::Size' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_, CallFunc_GetCachedGeometry_ReturnValue) == 0x000030, "Member 'BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_, CallFunc_GetLocalSize_ReturnValue) == 0x000068, "Member 'BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_, CallFunc_BreakVector2D_X) == 0x000078, "Member 'BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_, CallFunc_BreakVector2D_Y) == 0x000080, "Member 'BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000088, "Member 'BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000090, "Member 'BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_, CallFunc_MakeVector2D_ReturnValue) == 0x000098, "Member 'BPFL_UI_FunctionLibrary_C_Get_Widget_Size__Deprecated_::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_HUD_Color_Library \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_HUD_Color_Library"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library) == 0x000290, "Wrong size on BPFL_UI_FunctionLibrary_C_HUD_Color_Library"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, __WorldContext) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Health) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Health' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Adrenaline) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Adrenaline' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Nitro) == 0x000028, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Nitro' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Posture) == 0x000038, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Posture' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Positive) == 0x000048, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Positive' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Neutral) == 0x000058, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Neutral' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Warning) == 0x000068, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Warning' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Alert) == 0x000078, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Alert' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Filler) == 0x000088, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Filler' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Health__S_) == 0x000098, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Health__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Adrenaline__S_) == 0x0000AC, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Adrenaline__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Nitro__S_) == 0x0000C0, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Nitro__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Posture__S_) == 0x0000D4, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Posture__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Positive__S_) == 0x0000E8, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Positive__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Neutral__S_) == 0x0000FC, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Neutral__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Warning__S_) == 0x000110, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Warning__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Alert__S_) == 0x000124, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Alert__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Filler__S_) == 0x000138, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Filler__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Filler_) == 0x00014C, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Filler_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Alert_) == 0x00015C, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Alert_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Warning_) == 0x00016C, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Warning_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Neutral_) == 0x00017C, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Neutral_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Positive__) == 0x00018C, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Positive__' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Nitro_) == 0x00019C, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Nitro_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Adrenaline_) == 0x0001AC, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Adrenaline_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Posture_) == 0x0001BC, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Posture_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, Health_) == 0x0001CC, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::Health_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, K2Node_MakeStruct_SlateColor) == 0x0001DC, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, K2Node_MakeStruct_SlateColor_1) == 0x0001F0, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, K2Node_MakeStruct_SlateColor_2) == 0x000204, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, K2Node_MakeStruct_SlateColor_3) == 0x000218, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, K2Node_MakeStruct_SlateColor_4) == 0x00022C, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, K2Node_MakeStruct_SlateColor_5) == 0x000240, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::K2Node_MakeStruct_SlateColor_5' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, K2Node_MakeStruct_SlateColor_6) == 0x000254, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::K2Node_MakeStruct_SlateColor_6' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, K2Node_MakeStruct_SlateColor_7) == 0x000268, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::K2Node_MakeStruct_SlateColor_7' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_HUD_Color_Library, K2Node_MakeStruct_SlateColor_8) == 0x00027C, "Member 'BPFL_UI_FunctionLibrary_C_HUD_Color_Library::K2Node_MakeStruct_SlateColor_8' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_Map_Color_Library \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_Map_Color_Library) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_Map_Color_Library"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_Map_Color_Library) == 0x0000C8, "Wrong size on BPFL_UI_FunctionLibrary_C_Map_Color_Library"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, __WorldContext) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, Red) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::Red' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, Blue) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::Blue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, Green) == 0x000028, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::Green' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, Black) == 0x000038, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::Black' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, Orange) == 0x000048, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::Orange' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, Purple) == 0x000058, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::Purple' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, Purple_) == 0x000068, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::Purple_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, Orange_) == 0x000078, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::Orange_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, Black_) == 0x000088, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::Black_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, Green_) == 0x000098, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::Green_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, Blue_) == 0x0000A8, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::Blue_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Map_Color_Library, Red_) == 0x0000B8, "Member 'BPFL_UI_FunctionLibrary_C_Map_Color_Library::Red_' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_Set_Widget_Translation \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_Set_Widget_Translation"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation) == 0x000080, "Wrong size on BPFL_UI_FunctionLibrary_C_Set_Widget_Translation"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, Target) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::Target' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, Easing) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::Easing' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, Value) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::Value' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, X) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::X' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, Y) == 0x000028, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::Y' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, __WorldContext) == 0x000038, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, CallFunc_BreakVector2D_X) == 0x000040, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, CallFunc_BreakVector2D_Y) == 0x000048, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, CallFunc_BreakVector2D_X_1) == 0x000050, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, CallFunc_BreakVector2D_Y_1) == 0x000058, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, CallFunc_Ease_ReturnValue) == 0x000060, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, CallFunc_Ease_ReturnValue_1) == 0x000068, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::CallFunc_Ease_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Set_Widget_Translation, CallFunc_MakeVector2D_ReturnValue) == 0x000070, "Member 'BPFL_UI_FunctionLibrary_C_Set_Widget_Translation::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_TypeText \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_TypeText) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_TypeText"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_TypeText) == 0x0000A8, "Wrong size on BPFL_UI_FunctionLibrary_C_TypeText"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, Target) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::Target' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, Text) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::Text' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, Caps) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::Caps' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, Value) == 0x000020, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::Value' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, Easing) == 0x000028, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::Easing' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, __WorldContext) == 0x000030, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, CallFunc_Conv_TextToString_ReturnValue) == 0x000038, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, CallFunc_Len_ReturnValue) == 0x000048, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000050, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, CallFunc_Ease_ReturnValue) == 0x000058, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, CallFunc_Round_ReturnValue) == 0x000060, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, CallFunc_GetSubstring_ReturnValue) == 0x000068, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, CallFunc_TextToUpper_ReturnValue) == 0x000088, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_TypeText, CallFunc_SelectText_ReturnValue) == 0x000098, "Member 'BPFL_UI_FunctionLibrary_C_TypeText::CallFunc_SelectText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_UI_Color_Library \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_UI_Color_Library) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_UI_Color_Library"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_UI_Color_Library) == 0x000240, "Wrong size on BPFL_UI_FunctionLibrary_C_UI_Color_Library"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, __WorldContext) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, White) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::White' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Black) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Black' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Grey) == 0x000028, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Grey' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Red) == 0x000038, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Red' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Yellow) == 0x000048, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Yellow' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Blue) == 0x000058, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Blue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Green) == 0x000068, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Green' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, White__S_) == 0x000078, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::White__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Black__S_) == 0x00008C, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Black__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Grey__S_) == 0x0000A0, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Grey__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Red__S_) == 0x0000B4, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Red__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Yellow__S_) == 0x0000C8, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Yellow__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Blue__S_) == 0x0000DC, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Blue__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Green__S_) == 0x0000F0, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Green__S_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, XboxYellow_) == 0x000104, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::XboxYellow_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, XboxGreen_) == 0x000114, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::XboxGreen_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, XboxColorRed_) == 0x000124, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::XboxColorRed_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, XboxBlue_) == 0x000134, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::XboxBlue_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Green_) == 0x000144, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Green_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Blue_) == 0x000154, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Blue_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Yellow_) == 0x000164, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Yellow_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Red_) == 0x000174, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Red_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Black_) == 0x000184, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Black_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, Grey_) == 0x000194, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::Grey_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, White_) == 0x0001A4, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::White_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, K2Node_MakeStruct_SlateColor) == 0x0001B4, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, K2Node_MakeStruct_SlateColor_1) == 0x0001C8, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, K2Node_MakeStruct_SlateColor_2) == 0x0001DC, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, K2Node_MakeStruct_SlateColor_3) == 0x0001F0, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, K2Node_MakeStruct_SlateColor_4) == 0x000204, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, K2Node_MakeStruct_SlateColor_5) == 0x000218, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::K2Node_MakeStruct_SlateColor_5' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_UI_Color_Library, K2Node_MakeStruct_SlateColor_6) == 0x00022C, "Member 'BPFL_UI_FunctionLibrary_C_UI_Color_Library::K2Node_MakeStruct_SlateColor_6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_World_Transform_Modifier \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier) == 0x000010, "Wrong alignment on BPFL_UI_FunctionLibrary_C_World_Transform_Modifier"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier) == 0x000310, "Wrong size on BPFL_UI_FunctionLibrary_C_World_Transform_Modifier"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, Transform) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::Transform' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, X) == 0x000060, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::X' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, Y) == 0x000068, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::Y' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, Z) == 0x000070, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::Z' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, Roll) == 0x000078, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::Roll' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, Pitch) == 0x000080, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::Pitch' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, Yaw) == 0x000088, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::Yaw' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, Scale) == 0x000090, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::Scale' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, __WorldContext) == 0x000098, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, TransformOut) == 0x0000A0, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::TransformOut' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_BreakTransform_Location) == 0x000100, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_BreakTransform_Rotation) == 0x000118, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_BreakTransform_Scale) == 0x000130, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_MakeVector_ReturnValue) == 0x000148, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_BreakRotator_Roll) == 0x000160, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_BreakRotator_Pitch) == 0x000164, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_BreakRotator_Yaw) == 0x000168, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_MakeRotator_ReturnValue) == 0x000170, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000188, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000190, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_MakeVector_ReturnValue_1) == 0x000198, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_MakeRotator_ReturnValue_1) == 0x0001B0, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_MakeTransform_ReturnValue) == 0x0001D0, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_MakeTransform_ReturnValue_1) == 0x000230, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_ComposeTransforms_ReturnValue) == 0x000290, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_ComposeTransforms_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_MakeRotator_Roll_ImplicitCast) == 0x0002F0, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_MakeRotator_Roll_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_Add_DoubleDouble_A_ImplicitCast) == 0x0002F8, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_Add_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_Add_DoubleDouble_A_ImplicitCast_1) == 0x000300, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_Add_DoubleDouble_A_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_MakeRotator_Yaw_ImplicitCast) == 0x000308, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_MakeRotator_Yaw_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_Transform_Modifier, CallFunc_MakeRotator_Pitch_ImplicitCast) == 0x00030C, "Member 'BPFL_UI_FunctionLibrary_C_World_Transform_Modifier::CallFunc_MakeRotator_Pitch_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_BoxAnimationScale \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_BoxAnimationScale) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_BoxAnimationScale"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_BoxAnimationScale) == 0x000038, "Wrong size on BPFL_UI_FunctionLibrary_C_BoxAnimationScale"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_BoxAnimationScale, Target) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_BoxAnimationScale::Target' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_BoxAnimationScale, Value) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_BoxAnimationScale::Value' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_BoxAnimationScale, Scale) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_BoxAnimationScale::Scale' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_BoxAnimationScale, __WorldContext) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_BoxAnimationScale::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_BoxAnimationScale, CallFunc_Ease_ReturnValue) == 0x000020, "Member 'BPFL_UI_FunctionLibrary_C_BoxAnimationScale::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_BoxAnimationScale, CallFunc_MakeVector2D_ReturnValue) == 0x000028, "Member 'BPFL_UI_FunctionLibrary_C_BoxAnimationScale::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_Decrease_Index \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_Decrease_Index) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_Decrease_Index"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_Decrease_Index) == 0x000028, "Wrong size on BPFL_UI_FunctionLibrary_C_Decrease_Index"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Decrease_Index, CurrentIndex) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_Decrease_Index::CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Decrease_Index, __WorldContext) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_Decrease_Index::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Decrease_Index, Index_0) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_Decrease_Index::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Decrease_Index, IsIncrease) == 0x000014, "Member 'BPFL_UI_FunctionLibrary_C_Decrease_Index::IsIncrease' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Decrease_Index, Index_1) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_Decrease_Index::Index_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Decrease_Index, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00001C, "Member 'BPFL_UI_FunctionLibrary_C_Decrease_Index::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Decrease_Index, CallFunc_Subtract_IntInt_ReturnValue) == 0x000020, "Member 'BPFL_UI_FunctionLibrary_C_Decrease_Index::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_GetWidgetSize \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_GetWidgetSize) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_GetWidgetSize"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_GetWidgetSize) == 0x000050, "Wrong size on BPFL_UI_FunctionLibrary_C_GetWidgetSize"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GetWidgetSize, Target) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_GetWidgetSize::Target' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GetWidgetSize, __WorldContext) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_GetWidgetSize::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GetWidgetSize, Size) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_GetWidgetSize::Size' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GetWidgetSize, CallFunc_GetDesiredSize_ReturnValue) == 0x000020, "Member 'BPFL_UI_FunctionLibrary_C_GetWidgetSize::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GetWidgetSize, CallFunc_BreakVector2D_X) == 0x000030, "Member 'BPFL_UI_FunctionLibrary_C_GetWidgetSize::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GetWidgetSize, CallFunc_BreakVector2D_Y) == 0x000038, "Member 'BPFL_UI_FunctionLibrary_C_GetWidgetSize::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_GetWidgetSize, CallFunc_MakeVector2D_ReturnValue) == 0x000040, "Member 'BPFL_UI_FunctionLibrary_C_GetWidgetSize::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_Increase_Index \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_Increase_Index) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_Increase_Index"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_Increase_Index) == 0x000020, "Wrong size on BPFL_UI_FunctionLibrary_C_Increase_Index"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Increase_Index, CurrentIndex) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_Increase_Index::CurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Increase_Index, MaxIndex) == 0x000004, "Member 'BPFL_UI_FunctionLibrary_C_Increase_Index::MaxIndex' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Increase_Index, __WorldContext) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_Increase_Index::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Increase_Index, Index_0) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_Increase_Index::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Increase_Index, IsIncrease) == 0x000014, "Member 'BPFL_UI_FunctionLibrary_C_Increase_Index::IsIncrease' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Increase_Index, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_Increase_Index::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_Increase_Index, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00001C, "Member 'BPFL_UI_FunctionLibrary_C_Increase_Index::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower) == 0x000050, "Wrong size on BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower, TimePeriod) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower::TimePeriod' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower, __WorldContext) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower, TimeOfDayPower) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower::TimeOfDayPower' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower, TodPowerArray) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower::TodPowerArray' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower, TimePeriodIndex) == 0x000028, "Member 'BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower::TimePeriodIndex' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower, K2Node_MakeArray_Array) == 0x000030, "Member 'BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000041, "Member 'BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000042, "Member 'BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower, CallFunc_Array_Get_Item) == 0x000048, "Member 'BPFL_UI_FunctionLibrary_C_SetTimeOfDayPower::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_ValueAnimation \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_ValueAnimation) == 0x000008, "Wrong alignment on BPFL_UI_FunctionLibrary_C_ValueAnimation"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_ValueAnimation) == 0x000070, "Wrong size on BPFL_UI_FunctionLibrary_C_ValueAnimation"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, Function) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::Function' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, Alpha) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::Alpha' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, StartValue) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::StartValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, EndValue) == 0x000014, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::EndValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, __WorldContext) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, ValueText) == 0x000020, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::ValueText' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, EndValue_) == 0x000030, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::EndValue_' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000038, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000040, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, CallFunc_Ease_ReturnValue) == 0x000048, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, CallFunc_Round_ReturnValue) == 0x000050, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, CallFunc_SelectInt_ReturnValue) == 0x000058, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_ValueAnimation, CallFunc_Conv_IntToText_ReturnValue) == 0x000060, "Member 'BPFL_UI_FunctionLibrary_C_ValueAnimation::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPFL_UI_FunctionLibrary_C_World_To_Screen \ +static_assert(alignof(BPFL_UI_FunctionLibrary_C_World_To_Screen) == 0x000010, "Wrong alignment on BPFL_UI_FunctionLibrary_C_World_To_Screen"); \ +static_assert(sizeof(BPFL_UI_FunctionLibrary_C_World_To_Screen) == 0x000240, "Wrong size on BPFL_UI_FunctionLibrary_C_World_To_Screen"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, PlayerController) == 0x000000, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, Target) == 0x000008, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::Target' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, Widget) == 0x000010, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::Widget' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, Power) == 0x000018, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::Power' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, Adjust_X) == 0x000020, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::Adjust_X' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, Adjust_Y) == 0x000028, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::Adjust_Y' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, VectorUpHeight) == 0x000030, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::VectorUpHeight' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, __WorldContext) == 0x000038, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::__WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_MakeVector2D_ReturnValue) == 0x000040, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_Conv_DoubleToVector_ReturnValue) == 0x000050, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_Conv_DoubleToVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_BreakVector2D_X) == 0x000068, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_BreakVector2D_X' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_BreakVector2D_Y) == 0x000070, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_GetActorForwardVector_ReturnValue) == 0x000078, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_GetActorUpVector_ReturnValue) == 0x000090, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_GetActorUpVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_MakeRotationFromAxes_ReturnValue) == 0x0000A8, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_MakeRotationFromAxes_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000C0, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000D8, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_GetViewportSize_SizeX) == 0x0000F0, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_GetViewportSize_SizeX' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_GetViewportSize_SizeY) == 0x0000F4, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_GetViewportSize_SizeY' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_Add_VectorVector_ReturnValue) == 0x0000F8, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000110, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_MakeTransform_ReturnValue) == 0x000120, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000180, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_BreakTransform_Location) == 0x000188, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_BreakTransform_Rotation) == 0x0001A0, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_BreakTransform_Scale) == 0x0001B8, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x0001D0, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_ProjectWorldLocationToScreen_ScreenLocation) == 0x0001D8, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_ProjectWorldLocationToScreen_ScreenLocation' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_ProjectWorldLocationToScreen_ReturnValue) == 0x0001E8, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_ProjectWorldLocationToScreen_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_Divide_DoubleDouble_ReturnValue_1) == 0x0001F0, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_Divide_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_BreakVector2D_X_1) == 0x0001F8, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_BreakVector2D_Y_1) == 0x000200, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000208, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000210, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000218, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000220, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BPFL_UI_FunctionLibrary_C_World_To_Screen, CallFunc_MakeVector2D_ReturnValue_1) == 0x000228, "Member 'BPFL_UI_FunctionLibrary_C_World_To_Screen::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPFL_UI_FunctionLibrary_C \ +static_assert(alignof(UBPFL_UI_FunctionLibrary_C) == 0x000008, "Wrong alignment on UBPFL_UI_FunctionLibrary_C"); \ +static_assert(sizeof(UBPFL_UI_FunctionLibrary_C) == 0x000028, "Wrong size on UBPFL_UI_FunctionLibrary_C"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionFlow_C_Event_OnValueUpdated \ +static_assert(alignof(BP_VM_MissionFlow_C_Event_OnValueUpdated) == 0x000008, "Wrong alignment on BP_VM_MissionFlow_C_Event_OnValueUpdated"); \ +static_assert(sizeof(BP_VM_MissionFlow_C_Event_OnValueUpdated) == 0x000008, "Wrong size on BP_VM_MissionFlow_C_Event_OnValueUpdated"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_Event_OnValueUpdated, Value) == 0x000000, "Member 'BP_VM_MissionFlow_C_Event_OnValueUpdated::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionFlow_C_Event_ScreenTransition \ +static_assert(alignof(BP_VM_MissionFlow_C_Event_ScreenTransition) == 0x000008, "Wrong alignment on BP_VM_MissionFlow_C_Event_ScreenTransition"); \ +static_assert(sizeof(BP_VM_MissionFlow_C_Event_ScreenTransition) == 0x000008, "Wrong size on BP_VM_MissionFlow_C_Event_ScreenTransition"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_Event_ScreenTransition, Value) == 0x000000, "Member 'BP_VM_MissionFlow_C_Event_ScreenTransition::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionFlow_C_Event_TimeOfDayPower \ +static_assert(alignof(BP_VM_MissionFlow_C_Event_TimeOfDayPower) == 0x000008, "Wrong alignment on BP_VM_MissionFlow_C_Event_TimeOfDayPower"); \ +static_assert(sizeof(BP_VM_MissionFlow_C_Event_TimeOfDayPower) == 0x000008, "Wrong size on BP_VM_MissionFlow_C_Event_TimeOfDayPower"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_Event_TimeOfDayPower, Value) == 0x000000, "Member 'BP_VM_MissionFlow_C_Event_TimeOfDayPower::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow \ +static_assert(alignof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow) == 0x000008, "Wrong alignment on BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow"); \ +static_assert(sizeof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow) == 0x000058, "Wrong size on BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, EntryPoint) == 0x000000, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, Temp_struct_Variable) == 0x000004, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000C, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x00000D, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, K2Node_CustomEvent_Value_2) == 0x000010, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::K2Node_CustomEvent_Value_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000018, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, CallFunc_GetWorldStateFloat_ReturnValue_1) == 0x00001C, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::CallFunc_GetWorldStateFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000020, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, Temp_struct_Variable_1) == 0x000024, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x00002C, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x00002D, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x00002E, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, Temp_struct_Variable_2) == 0x000030, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, CallFunc_GetWorldStateInt_ReturnValue) == 0x000038, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x00003C, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, CallFunc_GetWorldStateBool_ReturnValue_2) == 0x00003D, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::CallFunc_GetWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, K2Node_CustomEvent_Value_1) == 0x000040, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x000048, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow, K2Node_CustomEvent_Value) == 0x000050, "Member 'BP_VM_MissionFlow_C_ExecuteUbergraph_BP_VM_MissionFlow::K2Node_CustomEvent_Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionFlow_C_Set_Background_Work_Done \ +static_assert(alignof(BP_VM_MissionFlow_C_Set_Background_Work_Done) == 0x000001, "Wrong alignment on BP_VM_MissionFlow_C_Set_Background_Work_Done"); \ +static_assert(sizeof(BP_VM_MissionFlow_C_Set_Background_Work_Done) == 0x000001, "Wrong size on BP_VM_MissionFlow_C_Set_Background_Work_Done"); \ +static_assert(offsetof(BP_VM_MissionFlow_C_Set_Background_Work_Done, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000000, "Member 'BP_VM_MissionFlow_C_Set_Background_Work_Done::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VM_MissionFlow_C \ +static_assert(alignof(UBP_VM_MissionFlow_C) == 0x000008, "Wrong alignment on UBP_VM_MissionFlow_C"); \ +static_assert(sizeof(UBP_VM_MissionFlow_C) == 0x000158, "Wrong size on UBP_VM_MissionFlow_C"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, UberGraphFrame) == 0x000070, "Member 'UBP_VM_MissionFlow_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, IsFinished) == 0x000078, "Member 'UBP_VM_MissionFlow_C::IsFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, IsBlendCamera) == 0x000088, "Member 'UBP_VM_MissionFlow_C::IsBlendCamera' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, IsFullScreen) == 0x000098, "Member 'UBP_VM_MissionFlow_C::IsFullScreen' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, IsValueUpdated) == 0x0000A8, "Member 'UBP_VM_MissionFlow_C::IsValueUpdated' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, IsLeftFullScreen) == 0x0000B8, "Member 'UBP_VM_MissionFlow_C::IsLeftFullScreen' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, IsActivated) == 0x0000C8, "Member 'UBP_VM_MissionFlow_C::IsActivated' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, IntroDuration) == 0x0000D8, "Member 'UBP_VM_MissionFlow_C::IntroDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, OutroDuration) == 0x0000DC, "Member 'UBP_VM_MissionFlow_C::OutroDuration' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, IsInVehicle) == 0x0000E0, "Member 'UBP_VM_MissionFlow_C::IsInVehicle' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, IsOnboardingActive) == 0x0000E1, "Member 'UBP_VM_MissionFlow_C::IsOnboardingActive' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, IsMissionAborted) == 0x0000E2, "Member 'UBP_VM_MissionFlow_C::IsMissionAborted' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, BackgroundWorkDone) == 0x0000E3, "Member 'UBP_VM_MissionFlow_C::BackgroundWorkDone' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, ModifiedCost) == 0x0000E4, "Member 'UBP_VM_MissionFlow_C::ModifiedCost' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, IsScreenTransition) == 0x0000E8, "Member 'UBP_VM_MissionFlow_C::IsScreenTransition' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, SetTimeOfDayPower) == 0x0000F8, "Member 'UBP_VM_MissionFlow_C::SetTimeOfDayPower' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, ProgressTime) == 0x000108, "Member 'UBP_VM_MissionFlow_C::ProgressTime' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, OnFinished) == 0x000118, "Member 'UBP_VM_MissionFlow_C::OnFinished' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, OnRestoreCamera) == 0x000128, "Member 'UBP_VM_MissionFlow_C::OnRestoreCamera' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, OnReadyForBackgroundWork) == 0x000138, "Member 'UBP_VM_MissionFlow_C::OnReadyForBackgroundWork' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionFlow_C, OnContinue) == 0x000148, "Member 'UBP_VM_MissionFlow_C::OnContinue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionEnded_C_BP_SetupViewModelForRequest \ +static_assert(alignof(BP_VM_MissionEnded_C_BP_SetupViewModelForRequest) == 0x000008, "Wrong alignment on BP_VM_MissionEnded_C_BP_SetupViewModelForRequest"); \ +static_assert(sizeof(BP_VM_MissionEnded_C_BP_SetupViewModelForRequest) == 0x000008, "Wrong size on BP_VM_MissionEnded_C_BP_SetupViewModelForRequest"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_BP_SetupViewModelForRequest, Request) == 0x000000, "Member 'BP_VM_MissionEnded_C_BP_SetupViewModelForRequest::Request' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionEnded_C_Create_Skill_VM \ +static_assert(alignof(BP_VM_MissionEnded_C_Create_Skill_VM) == 0x000008, "Wrong alignment on BP_VM_MissionEnded_C_Create_Skill_VM"); \ +static_assert(sizeof(BP_VM_MissionEnded_C_Create_Skill_VM) == 0x0000B0, "Wrong size on BP_VM_MissionEnded_C_Create_Skill_VM"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_Create_Skill_VM, Item) == 0x000000, "Member 'BP_VM_MissionEnded_C_Create_Skill_VM::Item' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_Create_Skill_VM, ReturnValue) == 0x000038, "Member 'BP_VM_MissionEnded_C_Create_Skill_VM::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_Create_Skill_VM, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000040, "Member 'BP_VM_MissionEnded_C_Create_Skill_VM::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_Create_Skill_VM, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x000068, "Member 'BP_VM_MissionEnded_C_Create_Skill_VM::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_Create_Skill_VM, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000090, "Member 'BP_VM_MissionEnded_C_Create_Skill_VM::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_Create_Skill_VM, K2Node_DynamicCast_AsBP_Skill_UIMeta_Data_Mixin) == 0x000098, "Member 'BP_VM_MissionEnded_C_Create_Skill_VM::K2Node_DynamicCast_AsBP_Skill_UIMeta_Data_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_Create_Skill_VM, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BP_VM_MissionEnded_C_Create_Skill_VM::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_Create_Skill_VM, CallFunc_IsValidClass_ReturnValue) == 0x0000A1, "Member 'BP_VM_MissionEnded_C_Create_Skill_VM::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_Create_Skill_VM, CallFunc_Create_ReturnValue) == 0x0000A8, "Member 'BP_VM_MissionEnded_C_Create_Skill_VM::CallFunc_Create_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionEnded_C_DoMissionEndedTeleport \ +static_assert(alignof(BP_VM_MissionEnded_C_DoMissionEndedTeleport) == 0x000008, "Wrong alignment on BP_VM_MissionEnded_C_DoMissionEndedTeleport"); \ +static_assert(sizeof(BP_VM_MissionEnded_C_DoMissionEndedTeleport) == 0x000038, "Wrong size on BP_VM_MissionEnded_C_DoMissionEndedTeleport"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_DoMissionEndedTeleport, MissionSucceeded) == 0x000000, "Member 'BP_VM_MissionEnded_C_DoMissionEndedTeleport::MissionSucceeded' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_DoMissionEndedTeleport, TeleportStarted) == 0x000001, "Member 'BP_VM_MissionEnded_C_DoMissionEndedTeleport::TeleportStarted' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_DoMissionEndedTeleport, Temp_bool_Variable) == 0x000002, "Member 'BP_VM_MissionEnded_C_DoMissionEndedTeleport::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_DoMissionEndedTeleport, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'BP_VM_MissionEnded_C_DoMissionEndedTeleport::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_DoMissionEndedTeleport, K2Node_Select_Default) == 0x000008, "Member 'BP_VM_MissionEnded_C_DoMissionEndedTeleport::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_DoMissionEndedTeleport, CallFunc_TeleportPlayerInstant_bTeleportStarted) == 0x000030, "Member 'BP_VM_MissionEnded_C_DoMissionEndedTeleport::CallFunc_TeleportPlayerInstant_bTeleportStarted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded \ +static_assert(alignof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded) == 0x000008, "Wrong alignment on BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded"); \ +static_assert(sizeof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded) == 0x000390, "Wrong size on BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, EntryPoint) == 0x000000, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_CustomEvent_Loaded_1) == 0x000008, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, Temp_object_Variable) == 0x000010, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_CustomEvent_Loaded) == 0x000018, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, Temp_object_Variable_1) == 0x000020, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000028, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, Temp_softobject_Variable) == 0x000030, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::Temp_softobject_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Subtract_IntInt_ReturnValue) == 0x000058, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_GetTotalMaxActionPoints_ReturnValue) == 0x00005C, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_GetTotalMaxActionPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000060, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000061, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_GetCurrentTimePeriod_ReturnValue) == 0x000062, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_GetCurrentTimePeriod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, Temp_softobject_Variable_1) == 0x000068, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::Temp_softobject_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000090, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_CreateDelegate_OutputDelegate) == 0x000094, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_CustomEvent_Items) == 0x0000A8, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_CustomEvent_Items' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_CustomEvent_AddedItems) == 0x0000B8, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_CustomEvent_AddedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_CustomEvent_RemovedItems) == 0x0000C8, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_CustomEvent_RemovedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, Temp_struct_Variable) == 0x0000D8, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, Temp_struct_Variable_1) == 0x0000E8, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, Temp_struct_Variable_2) == 0x0000F8, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_MakeStruct_InventoryItemFilter) == 0x000108, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_MakeStruct_InventoryItemFilter' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_ObserveInventory_ReturnValue) == 0x0001B0, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_ObserveInventory_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Array_Length_ReturnValue) == 0x0001B8, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_IsValid_ReturnValue) == 0x0001BC, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001C0, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_CustomEvent_bValue) == 0x0001D0, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, Temp_bool_Variable) == 0x0001D1, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x0001D2, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, Temp_int_Array_Index_Variable) == 0x0001D4, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Array_Get_Item) == 0x0001D8, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Create_Skill_VM_ReturnValue) == 0x000210, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Create_Skill_VM_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_GetWorldStateInt_ReturnValue) == 0x000218, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_IsValid_ReturnValue_1) == 0x00021C, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Array_Add_ReturnValue) == 0x000220, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_Event_Request) == 0x000228, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_Event_Request' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_IsValid_ReturnValue_2) == 0x000230, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_BP_ParseScreenPathParam_Value) == 0x000238, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_BP_ParseScreenPathParam_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_BP_ParseScreenPathParam_Value_1) == 0x000260, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_BP_ParseScreenPathParam_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_ScreenPathBase_IsAnyBaseForPath_ReturnValue) == 0x000288, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_ScreenPathBase_IsAnyBaseForPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_CalculateNet_Reward_BaseReward) == 0x00028C, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_CalculateNet_Reward_BaseReward' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_CalculateNet_Reward_IsBonusReward) == 0x000290, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_CalculateNet_Reward_IsBonusReward' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_CalculateNet_Reward_BonusReward) == 0x000294, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_CalculateNet_Reward_BonusReward' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_CalculateNet_Reward_BonusSource1) == 0x000298, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_CalculateNet_Reward_BonusSource1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_CalculateNet_Reward_BonusSource2) == 0x0002C0, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_CalculateNet_Reward_BonusSource2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_CalculateNet_Reward_BonusSource3) == 0x0002E8, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_CalculateNet_Reward_BonusSource3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4) == 0x000310, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5) == 0x000311, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Add_IntInt_ReturnValue) == 0x000314, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Map_Find_Value) == 0x000318, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Map_Find_ReturnValue) == 0x00031C, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Map_Find_Value_1) == 0x000320, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Map_Find_ReturnValue_1) == 0x000324, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6) == 0x000325, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7) == 0x000326, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_CustomEvent_Object) == 0x000328, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_CustomEvent_Object' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_DynamicCast_AsMission_Config_Asset) == 0x000330, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_DynamicCast_AsMission_Config_Asset' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_DynamicCast_bSuccess) == 0x000338, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_8) == 0x000339, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_9) == 0x00033A, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, Temp_struct_Variable_3) == 0x00033C, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_ObserveWorldStateBool_ReturnValue) == 0x000348, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_ObserveWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_IsValid_ReturnValue_3) == 0x000350, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_CreateDelegate_OutputDelegate_2) == 0x000354, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Create_ReturnValue) == 0x000368, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_10) == 0x000370, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, Temp_int_Loop_Counter_Variable) == 0x000374, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, K2Node_CreateDelegate_OutputDelegate_3) == 0x000378, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Less_IntInt_ReturnValue) == 0x000388, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded, CallFunc_Add_IntInt_ReturnValue_1) == 0x00038C, "Member 'BP_VM_MissionEnded_C_ExecuteUbergraph_BP_VM_MissionEnded::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionEnded_C_Mission_Config_Loaded \ +static_assert(alignof(BP_VM_MissionEnded_C_Mission_Config_Loaded) == 0x000008, "Wrong alignment on BP_VM_MissionEnded_C_Mission_Config_Loaded"); \ +static_assert(sizeof(BP_VM_MissionEnded_C_Mission_Config_Loaded) == 0x000008, "Wrong size on BP_VM_MissionEnded_C_Mission_Config_Loaded"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_Mission_Config_Loaded, Object) == 0x000000, "Member 'BP_VM_MissionEnded_C_Mission_Config_Loaded::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionEnded_C_New_Day_Ready \ +static_assert(alignof(BP_VM_MissionEnded_C_New_Day_Ready) == 0x000008, "Wrong alignment on BP_VM_MissionEnded_C_New_Day_Ready"); \ +static_assert(sizeof(BP_VM_MissionEnded_C_New_Day_Ready) == 0x000018, "Wrong size on BP_VM_MissionEnded_C_New_Day_Ready"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_New_Day_Ready, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000000, "Member 'BP_VM_MissionEnded_C_New_Day_Ready::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_New_Day_Ready, CallFunc_GetTotalMaxActionPoints_ReturnValue) == 0x000008, "Member 'BP_VM_MissionEnded_C_New_Day_Ready::CallFunc_GetTotalMaxActionPoints_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_New_Day_Ready, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_VM_MissionEnded_C_New_Day_Ready::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_New_Day_Ready, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000010, "Member 'BP_VM_MissionEnded_C_New_Day_Ready::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_New_Day_Ready, CallFunc_GetCurrentTimePeriod_ReturnValue) == 0x000011, "Member 'BP_VM_MissionEnded_C_New_Day_Ready::CallFunc_GetCurrentTimePeriod_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_New_Day_Ready, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000012, "Member 'BP_VM_MissionEnded_C_New_Day_Ready::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_New_Day_Ready, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2) == 0x000013, "Member 'BP_VM_MissionEnded_C_New_Day_Ready::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_New_Day_Ready, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3) == 0x000014, "Member 'BP_VM_MissionEnded_C_New_Day_Ready::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionEnded_C_OnInventoryUpdated_2807BA8E48F031A7C61088989C8D651E \ +static_assert(alignof(BP_VM_MissionEnded_C_OnInventoryUpdated_2807BA8E48F031A7C61088989C8D651E) == 0x000008, "Wrong alignment on BP_VM_MissionEnded_C_OnInventoryUpdated_2807BA8E48F031A7C61088989C8D651E"); \ +static_assert(sizeof(BP_VM_MissionEnded_C_OnInventoryUpdated_2807BA8E48F031A7C61088989C8D651E) == 0x000030, "Wrong size on BP_VM_MissionEnded_C_OnInventoryUpdated_2807BA8E48F031A7C61088989C8D651E"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_OnInventoryUpdated_2807BA8E48F031A7C61088989C8D651E, Items) == 0x000000, "Member 'BP_VM_MissionEnded_C_OnInventoryUpdated_2807BA8E48F031A7C61088989C8D651E::Items' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_OnInventoryUpdated_2807BA8E48F031A7C61088989C8D651E, AddedItems) == 0x000010, "Member 'BP_VM_MissionEnded_C_OnInventoryUpdated_2807BA8E48F031A7C61088989C8D651E::AddedItems' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_OnInventoryUpdated_2807BA8E48F031A7C61088989C8D651E, RemovedItems) == 0x000020, "Member 'BP_VM_MissionEnded_C_OnInventoryUpdated_2807BA8E48F031A7C61088989C8D651E::RemovedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionEnded_C_OnLoaded_0DBA80B544D58828EC2606A9EE59992D \ +static_assert(alignof(BP_VM_MissionEnded_C_OnLoaded_0DBA80B544D58828EC2606A9EE59992D) == 0x000008, "Wrong alignment on BP_VM_MissionEnded_C_OnLoaded_0DBA80B544D58828EC2606A9EE59992D"); \ +static_assert(sizeof(BP_VM_MissionEnded_C_OnLoaded_0DBA80B544D58828EC2606A9EE59992D) == 0x000008, "Wrong size on BP_VM_MissionEnded_C_OnLoaded_0DBA80B544D58828EC2606A9EE59992D"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_OnLoaded_0DBA80B544D58828EC2606A9EE59992D, Loaded) == 0x000000, "Member 'BP_VM_MissionEnded_C_OnLoaded_0DBA80B544D58828EC2606A9EE59992D::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionEnded_C_OnLoaded_89DCAF574150EF746F17EF9E99FC42D0 \ +static_assert(alignof(BP_VM_MissionEnded_C_OnLoaded_89DCAF574150EF746F17EF9E99FC42D0) == 0x000008, "Wrong alignment on BP_VM_MissionEnded_C_OnLoaded_89DCAF574150EF746F17EF9E99FC42D0"); \ +static_assert(sizeof(BP_VM_MissionEnded_C_OnLoaded_89DCAF574150EF746F17EF9E99FC42D0) == 0x000008, "Wrong size on BP_VM_MissionEnded_C_OnLoaded_89DCAF574150EF746F17EF9E99FC42D0"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_OnLoaded_89DCAF574150EF746F17EF9E99FC42D0, Loaded) == 0x000000, "Member 'BP_VM_MissionEnded_C_OnLoaded_89DCAF574150EF746F17EF9E99FC42D0::Loaded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionEnded_C_OnValueUpdated_BC1D3ACB4E0675DB126B3DBDC6525788 \ +static_assert(alignof(BP_VM_MissionEnded_C_OnValueUpdated_BC1D3ACB4E0675DB126B3DBDC6525788) == 0x000001, "Wrong alignment on BP_VM_MissionEnded_C_OnValueUpdated_BC1D3ACB4E0675DB126B3DBDC6525788"); \ +static_assert(sizeof(BP_VM_MissionEnded_C_OnValueUpdated_BC1D3ACB4E0675DB126B3DBDC6525788) == 0x000001, "Wrong size on BP_VM_MissionEnded_C_OnValueUpdated_BC1D3ACB4E0675DB126B3DBDC6525788"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_OnValueUpdated_BC1D3ACB4E0675DB126B3DBDC6525788, bValue) == 0x000000, "Member 'BP_VM_MissionEnded_C_OnValueUpdated_BC1D3ACB4E0675DB126B3DBDC6525788::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionEnded_C_SetBonusReward \ +static_assert(alignof(BP_VM_MissionEnded_C_SetBonusReward) == 0x000004, "Wrong alignment on BP_VM_MissionEnded_C_SetBonusReward"); \ +static_assert(sizeof(BP_VM_MissionEnded_C_SetBonusReward) == 0x00000C, "Wrong size on BP_VM_MissionEnded_C_SetBonusReward"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_SetBonusReward, IsBonusReward_0) == 0x000000, "Member 'BP_VM_MissionEnded_C_SetBonusReward::IsBonusReward_0' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_SetBonusReward, BonusReward_0) == 0x000004, "Member 'BP_VM_MissionEnded_C_SetBonusReward::BonusReward_0' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_SetBonusReward, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000008, "Member 'BP_VM_MissionEnded_C_SetBonusReward::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_SetBonusReward, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000009, "Member 'BP_VM_MissionEnded_C_SetBonusReward::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_VM_MissionEnded_C_SetStartValues \ +static_assert(alignof(BP_VM_MissionEnded_C_SetStartValues) == 0x000004, "Wrong alignment on BP_VM_MissionEnded_C_SetStartValues"); \ +static_assert(sizeof(BP_VM_MissionEnded_C_SetStartValues) == 0x00000C, "Wrong size on BP_VM_MissionEnded_C_SetStartValues"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_SetStartValues, StartMoney_0) == 0x000000, "Member 'BP_VM_MissionEnded_C_SetStartValues::StartMoney_0' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_SetStartValues, StartXp_0) == 0x000004, "Member 'BP_VM_MissionEnded_C_SetStartValues::StartXp_0' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_SetStartValues, CallFunc_SetPropertyValueAndBroadcast_ReturnValue) == 0x000008, "Member 'BP_VM_MissionEnded_C_SetStartValues::CallFunc_SetPropertyValueAndBroadcast_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_VM_MissionEnded_C_SetStartValues, CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1) == 0x000009, "Member 'BP_VM_MissionEnded_C_SetStartValues::CallFunc_SetPropertyValueAndBroadcast_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VM_MissionEnded_C \ +static_assert(alignof(UBP_VM_MissionEnded_C) == 0x000008, "Wrong alignment on UBP_VM_MissionEnded_C"); \ +static_assert(sizeof(UBP_VM_MissionEnded_C) == 0x0000E8, "Wrong size on UBP_VM_MissionEnded_C"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, UberGraphFrame) == 0x000070, "Member 'UBP_VM_MissionEnded_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, MissionEndedConfig) == 0x000078, "Member 'UBP_VM_MissionEnded_C::MissionEndedConfig' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, IsBonusReward) == 0x000080, "Member 'UBP_VM_MissionEnded_C::IsBonusReward' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, BonusReward) == 0x000084, "Member 'UBP_VM_MissionEnded_C::BonusReward' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, ModifiedCost) == 0x000088, "Member 'UBP_VM_MissionEnded_C::ModifiedCost' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, XpReward) == 0x00008C, "Member 'UBP_VM_MissionEnded_C::XpReward' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, MoneyReward) == 0x000090, "Member 'UBP_VM_MissionEnded_C::MoneyReward' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, BP_VM_HUD_HourToHour) == 0x000098, "Member 'UBP_VM_MissionEnded_C::BP_VM_HUD_HourToHour' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, StartTotalActionPoints) == 0x0000A0, "Member 'UBP_VM_MissionEnded_C::StartTotalActionPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, StartUsedActionPoints) == 0x0000A4, "Member 'UBP_VM_MissionEnded_C::StartUsedActionPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, StartTimePeriod) == 0x0000A8, "Member 'UBP_VM_MissionEnded_C::StartTimePeriod' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, EndTotalActionPoints) == 0x0000AC, "Member 'UBP_VM_MissionEnded_C::EndTotalActionPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, EndUsedActionPoints) == 0x0000B0, "Member 'UBP_VM_MissionEnded_C::EndUsedActionPoints' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, EndTimePeriod) == 0x0000B4, "Member 'UBP_VM_MissionEnded_C::EndTimePeriod' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, EndValuesSet) == 0x0000B5, "Member 'UBP_VM_MissionEnded_C::EndValuesSet' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, StartMoney) == 0x0000B8, "Member 'UBP_VM_MissionEnded_C::StartMoney' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, StartXp) == 0x0000BC, "Member 'UBP_VM_MissionEnded_C::StartXp' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, XP) == 0x0000C0, "Member 'UBP_VM_MissionEnded_C::XP' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, XPRequired) == 0x0000C4, "Member 'UBP_VM_MissionEnded_C::XPRequired' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, MoneyRewardTotal) == 0x0000C8, "Member 'UBP_VM_MissionEnded_C::MoneyRewardTotal' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, Perks) == 0x0000D0, "Member 'UBP_VM_MissionEnded_C::Perks' has a wrong offset!"); \ +static_assert(offsetof(UBP_VM_MissionEnded_C, PerksAvailable) == 0x0000E0, "Member 'UBP_VM_MissionEnded_C::PerksAvailable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model \ +static_assert(alignof(BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model) == 0x000008, "Wrong alignment on BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model"); \ +static_assert(sizeof(BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model) == 0x000058, "Wrong size on BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model, K2Node_CreateDelegate_OutputDelegate_3) == 0x000030, "Member 'BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model, CallFunc_Create_ReturnValue) == 0x000040, "Member 'BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model, K2Node_CreateDelegate_OutputDelegate_4) == 0x000048, "Member 'BP_MissionEndedExperience_C_Create_Mission_Flow_View_Model::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience \ +static_assert(alignof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience) == 0x000010, "Wrong alignment on BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience"); \ +static_assert(sizeof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience) == 0x000990, "Wrong size on BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, EntryPoint) == 0x000000, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, Temp_struct_Variable) == 0x000004, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, Temp_struct_Variable_1) == 0x00000C, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_GetWorldStateBool_ReturnValue) == 0x000014, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x000015, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Create_ReturnValue) == 0x000018, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, Temp_struct_Variable_2) == 0x000020, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_GetWorldStateBool_ReturnValue_2) == 0x000028, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_GetWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, Temp_struct_Variable_3) == 0x000030, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_MakeLiteralDouble_ReturnValue) == 0x000080, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_MakeLiteralDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_GetWorldStateInt_ReturnValue) == 0x000088, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Add_IntInt_ReturnValue) == 0x00008C, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_MakeStruct_ScreenNavigationViewModel) == 0x000090, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_MakeStruct_ScreenNavigationViewModel' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_MakeStruct_ScreenNavigationViewModel_1) == 0x0000A0, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_MakeStruct_ScreenNavigationViewModel_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_CustomEvent_Mission_1) == 0x0000B0, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_CustomEvent_Mission_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_CustomEvent_Reason_1) == 0x0000B8, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_CustomEvent_Reason_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_CustomEvent_Mission) == 0x0000C8, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_CustomEvent_Mission' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_CustomEvent_Reason) == 0x0000D0, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_CustomEvent_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x0000E0, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_1) == 0x000108, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Handout_Bonus_Reward_IsBonusReward) == 0x000130, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Handout_Bonus_Reward_IsBonusReward' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Handout_Bonus_Reward_BonusReward) == 0x000134, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Handout_Bonus_Reward_BonusReward' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, Temp_struct_Variable_4) == 0x000138, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000140, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_GetWorldStateBool_ReturnValue_3) == 0x000148, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_GetWorldStateBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_GetPlayingInstance_ReturnValue) == 0x000150, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Init_Camera_Transforms_PlayerCameraTransform) == 0x000160, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Init_Camera_Transforms_PlayerCameraTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Init_Camera_Transforms_PlayerFov) == 0x0001C0, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Init_Camera_Transforms_PlayerFov' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Init_Camera_Transforms_PawnRotation) == 0x0001C8, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Init_Camera_Transforms_PawnRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_BP_CreateScreenPath_ReturnValue) == 0x0001E0, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_BP_CreateScreenPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x000240, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_BP_CreateScreenPath_ReturnValue_1) == 0x000248, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_BP_CreateScreenPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_DoMissionEndedTeleport_TeleportStarted) == 0x0002A8, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_DoMissionEndedTeleport_TeleportStarted' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Ease_ReturnValue) == 0x0002B0, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x0002B8, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_MakeStruct_ScreenNavigationViewModel_2) == 0x0003B8, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_MakeStruct_ScreenNavigationViewModel_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_MakeArray_Array) == 0x0003C8, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_SelectTransform_ReturnValue) == 0x0003E0, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_SelectTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_MakeStruct_ScreenNavigationViewModelCollection) == 0x000440, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_MakeStruct_ScreenNavigationViewModelCollection' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_CustomEvent_Value) == 0x000450, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Ease_ReturnValue_1) == 0x000458, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Ease_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Ease_ReturnValue_2) == 0x000460, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Ease_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000468, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000470, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000478, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000480, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000488, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_MapRangeClamped_ReturnValue) == 0x000490, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_TEase_ReturnValue) == 0x0004A0, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_TEase_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_World_Transform_Modifier_TransformOut) == 0x000500, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_World_Transform_Modifier_TransformOut' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Ease_ReturnValue_3) == 0x000560, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Ease_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_K2_SetWorldTransform_SweepHitResult_1) == 0x000568, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_K2_SetWorldTransform_SweepHitResult_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Create_ReturnValue_1) == 0x000668, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_SelectTransform_ReturnValue_1) == 0x000670, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_SelectTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_TEase_ReturnValue_1) == 0x0006D0, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_TEase_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000730, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_K2_SetWorldTransform_SweepHitResult_2) == 0x000738, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_K2_SetWorldTransform_SweepHitResult_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Init_Camera_Transforms_PlayerCameraTransform_1) == 0x000840, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Init_Camera_Transforms_PlayerCameraTransform_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Init_Camera_Transforms_PlayerFov_1) == 0x0008A0, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Init_Camera_Transforms_PlayerFov_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Init_Camera_Transforms_PawnRotation_1) == 0x0008A8, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Init_Camera_Transforms_PawnRotation_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_GetPlayingInstance_ReturnValue_3) == 0x0008C0, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_GetPlayingInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, Temp_struct_Variable_5) == 0x0008C8, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_MakeStruct_ScreenNavigationViewModel_3) == 0x000918, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_MakeStruct_ScreenNavigationViewModel_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_GetInventoryItemCount_ReturnValue) == 0x000928, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_GetInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_MakeArray_Array_1) == 0x000930, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_MakeArray_Array_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_GetInventoryItemCount_ReturnValue_1) == 0x000940, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_GetInventoryItemCount_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, K2Node_MakeStruct_ScreenNavigationViewModelCollection_1) == 0x000948, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::K2Node_MakeStruct_ScreenNavigationViewModelCollection_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Ease_A_ImplicitCast) == 0x000958, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Ease_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast) == 0x000960, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_TEase_Alpha_ImplicitCast) == 0x000964, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_TEase_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Divide_DoubleDouble_B_ImplicitCast) == 0x000968, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Divide_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_TEase_Alpha_ImplicitCast_1) == 0x000970, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_TEase_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_Ease_B_ImplicitCast) == 0x000978, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_Ease_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience, CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast_1) == 0x000980, "Member 'BP_MissionEndedExperience_C_ExecuteUbergraph_BP_MissionEndedExperience::CallFunc_SetFieldOfView_InFieldOfView_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MissionEndedExperience_C_Handout_Bonus_Reward \ +static_assert(alignof(BP_MissionEndedExperience_C_Handout_Bonus_Reward) == 0x000008, "Wrong alignment on BP_MissionEndedExperience_C_Handout_Bonus_Reward"); \ +static_assert(sizeof(BP_MissionEndedExperience_C_Handout_Bonus_Reward) == 0x000100, "Wrong size on BP_MissionEndedExperience_C_Handout_Bonus_Reward"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, MissionConfig) == 0x000000, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::MissionConfig' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, IsBonusReward) == 0x000008, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::IsBonusReward' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, BonusReward) == 0x00000C, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::BonusReward' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, Temp_softobject_Variable) == 0x000010, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::Temp_softobject_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, CallFunc_Map_Find_Value) == 0x000038, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::CallFunc_Map_Find_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, CallFunc_Map_Find_ReturnValue) == 0x00003C, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, CallFunc_CalculateNet_Reward_BaseReward) == 0x000040, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::CallFunc_CalculateNet_Reward_BaseReward' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, CallFunc_CalculateNet_Reward_IsBonusReward) == 0x000044, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::CallFunc_CalculateNet_Reward_IsBonusReward' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, CallFunc_CalculateNet_Reward_BonusReward) == 0x000048, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::CallFunc_CalculateNet_Reward_BonusReward' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, CallFunc_CalculateNet_Reward_BonusSource1) == 0x000050, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::CallFunc_CalculateNet_Reward_BonusSource1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, CallFunc_CalculateNet_Reward_BonusSource2) == 0x000078, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::CallFunc_CalculateNet_Reward_BonusSource2' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, CallFunc_CalculateNet_Reward_BonusSource3) == 0x0000A0, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::CallFunc_CalculateNet_Reward_BonusSource3' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Handout_Bonus_Reward, CallFunc_AddToPlayerInventory_ReturnValue) == 0x0000C8, "Member 'BP_MissionEndedExperience_C_Handout_Bonus_Reward::CallFunc_AddToPlayerInventory_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MissionEndedExperience_C_Init_Camera_Transforms \ +static_assert(alignof(BP_MissionEndedExperience_C_Init_Camera_Transforms) == 0x000010, "Wrong alignment on BP_MissionEndedExperience_C_Init_Camera_Transforms"); \ +static_assert(sizeof(BP_MissionEndedExperience_C_Init_Camera_Transforms) == 0x000260, "Wrong size on BP_MissionEndedExperience_C_Init_Camera_Transforms"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, PlayerCameraTransform_0) == 0x000000, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::PlayerCameraTransform_0' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, PlayerFov_0) == 0x000060, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::PlayerFov_0' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, PawnRotation) == 0x000068, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::PawnRotation' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, CallFunc_GetPlayerPawn_ReturnValue) == 0x000080, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, CallFunc_GetPlayingInstance_ReturnValue) == 0x000088, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, CallFunc_GetTransform_ReturnValue) == 0x000090, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, CallFunc_World_Transform_Modifier_TransformOut) == 0x0000F0, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::CallFunc_World_Transform_Modifier_TransformOut' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000150, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, CallFunc_GetFOVAngle_ReturnValue) == 0x0001B0, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::CallFunc_GetFOVAngle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, CallFunc_BreakTransform_Location) == 0x0001B8, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::CallFunc_BreakTransform_Location' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, CallFunc_BreakTransform_Rotation) == 0x0001D0, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, CallFunc_BreakTransform_Scale) == 0x0001E8, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Init_Camera_Transforms, CallFunc_World_Transform_Modifier_TransformOut_1) == 0x000200, "Member 'BP_MissionEndedExperience_C_Init_Camera_Transforms::CallFunc_World_Transform_Modifier_TransformOut_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MissionEndedExperience_C_MissionEndedBark_Fail \ +static_assert(alignof(BP_MissionEndedExperience_C_MissionEndedBark_Fail) == 0x000008, "Wrong alignment on BP_MissionEndedExperience_C_MissionEndedBark_Fail"); \ +static_assert(sizeof(BP_MissionEndedExperience_C_MissionEndedBark_Fail) == 0x000020, "Wrong size on BP_MissionEndedExperience_C_MissionEndedBark_Fail"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Fail, Mission) == 0x000000, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Fail::Mission' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Fail, Intent) == 0x000008, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Fail::Intent' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Fail, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Fail::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Fail, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Fail::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Fail, CallFunc_SayIntent_ReturnValue) == 0x000019, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Fail::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Fail, CallFunc_SayIntent_ReturnValue_1) == 0x00001A, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Fail::CallFunc_SayIntent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Fail, K2Node_SwitchEnum_CmpSuccess) == 0x00001B, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Fail::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MissionEndedExperience_C_MissionEndedBark_Success \ +static_assert(alignof(BP_MissionEndedExperience_C_MissionEndedBark_Success) == 0x000008, "Wrong alignment on BP_MissionEndedExperience_C_MissionEndedBark_Success"); \ +static_assert(sizeof(BP_MissionEndedExperience_C_MissionEndedBark_Success) == 0x000020, "Wrong size on BP_MissionEndedExperience_C_MissionEndedBark_Success"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Success, Mission) == 0x000000, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Success::Mission' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Success, Intent) == 0x000008, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Success::Intent' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Success, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Success::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Success, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Success::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Success, CallFunc_SayIntent_ReturnValue) == 0x000019, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Success::CallFunc_SayIntent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_MissionEndedBark_Success, K2Node_SwitchEnum_CmpSuccess) == 0x00001A, "Member 'BP_MissionEndedExperience_C_MissionEndedBark_Success::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MissionEndedExperience_C_On_Mission_Completed \ +static_assert(alignof(BP_MissionEndedExperience_C_On_Mission_Completed) == 0x000008, "Wrong alignment on BP_MissionEndedExperience_C_On_Mission_Completed"); \ +static_assert(sizeof(BP_MissionEndedExperience_C_On_Mission_Completed) == 0x000018, "Wrong size on BP_MissionEndedExperience_C_On_Mission_Completed"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_On_Mission_Completed, Mission) == 0x000000, "Member 'BP_MissionEndedExperience_C_On_Mission_Completed::Mission' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_On_Mission_Completed, Reason) == 0x000008, "Member 'BP_MissionEndedExperience_C_On_Mission_Completed::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MissionEndedExperience_C_On_Mission_Failed \ +static_assert(alignof(BP_MissionEndedExperience_C_On_Mission_Failed) == 0x000008, "Wrong alignment on BP_MissionEndedExperience_C_On_Mission_Failed"); \ +static_assert(sizeof(BP_MissionEndedExperience_C_On_Mission_Failed) == 0x000018, "Wrong size on BP_MissionEndedExperience_C_On_Mission_Failed"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_On_Mission_Failed, Mission) == 0x000000, "Member 'BP_MissionEndedExperience_C_On_Mission_Failed::Mission' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_On_Mission_Failed, Reason) == 0x000008, "Member 'BP_MissionEndedExperience_C_On_Mission_Failed::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MissionEndedExperience_C_Set_Vehicle_Controls \ +static_assert(alignof(BP_MissionEndedExperience_C_Set_Vehicle_Controls) == 0x000008, "Wrong alignment on BP_MissionEndedExperience_C_Set_Vehicle_Controls"); \ +static_assert(sizeof(BP_MissionEndedExperience_C_Set_Vehicle_Controls) == 0x000028, "Wrong size on BP_MissionEndedExperience_C_Set_Vehicle_Controls"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Set_Vehicle_Controls, bEnabled) == 0x000000, "Member 'BP_MissionEndedExperience_C_Set_Vehicle_Controls::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Set_Vehicle_Controls, Temp_struct_Variable) == 0x000004, "Member 'BP_MissionEndedExperience_C_Set_Vehicle_Controls::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Set_Vehicle_Controls, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BP_MissionEndedExperience_C_Set_Vehicle_Controls::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Set_Vehicle_Controls, CallFunc_GetVehicle_ReturnValue) == 0x000018, "Member 'BP_MissionEndedExperience_C_Set_Vehicle_Controls::CallFunc_GetVehicle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_Set_Vehicle_Controls, CallFunc_GetWorldStateBool_ReturnValue) == 0x000020, "Member 'BP_MissionEndedExperience_C_Set_Vehicle_Controls::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MissionEndedExperience_C_ValueUpdated \ +static_assert(alignof(BP_MissionEndedExperience_C_ValueUpdated) == 0x000008, "Wrong alignment on BP_MissionEndedExperience_C_ValueUpdated"); \ +static_assert(sizeof(BP_MissionEndedExperience_C_ValueUpdated) == 0x000008, "Wrong size on BP_MissionEndedExperience_C_ValueUpdated"); \ +static_assert(offsetof(BP_MissionEndedExperience_C_ValueUpdated, Value) == 0x000000, "Member 'BP_MissionEndedExperience_C_ValueUpdated::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MissionEndedExperience_C \ +static_assert(alignof(ABP_MissionEndedExperience_C) == 0x000010, "Wrong alignment on ABP_MissionEndedExperience_C"); \ +static_assert(sizeof(ABP_MissionEndedExperience_C) == 0x0004F0, "Wrong size on ABP_MissionEndedExperience_C"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_MissionEndedExperience_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, Camera) == 0x0002B8, "Member 'ABP_MissionEndedExperience_C::Camera' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, DefaultSceneRoot) == 0x0002C0, "Member 'ABP_MissionEndedExperience_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, PlayerFov) == 0x0002C8, "Member 'ABP_MissionEndedExperience_C::PlayerFov' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, PlayerCameraTransform) == 0x0002D0, "Member 'ABP_MissionEndedExperience_C::PlayerCameraTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, StartCameraTransform) == 0x000330, "Member 'ABP_MissionEndedExperience_C::StartCameraTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, OnFootCameraTransform) == 0x000390, "Member 'ABP_MissionEndedExperience_C::OnFootCameraTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, InVehicleCameraTransform) == 0x0003F0, "Member 'ABP_MissionEndedExperience_C::InVehicleCameraTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, PlayerTransform) == 0x000450, "Member 'ABP_MissionEndedExperience_C::PlayerTransform' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, MissionEndedViewModel) == 0x0004B0, "Member 'ABP_MissionEndedExperience_C::MissionEndedViewModel' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, MissionFlowViewModel) == 0x0004B8, "Member 'ABP_MissionEndedExperience_C::MissionFlowViewModel' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, OnEnded) == 0x0004C0, "Member 'ABP_MissionEndedExperience_C::OnEnded' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, OnFullscreen) == 0x0004D0, "Member 'ABP_MissionEndedExperience_C::OnFullscreen' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, MissionSucceeded) == 0x0004E0, "Member 'ABP_MissionEndedExperience_C::MissionSucceeded' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, Intro_Duration) == 0x0004E4, "Member 'ABP_MissionEndedExperience_C::Intro_Duration' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, Outro_Duration) == 0x0004E8, "Member 'ABP_MissionEndedExperience_C::Outro_Duration' has a wrong offset!"); \ +static_assert(offsetof(ABP_MissionEndedExperience_C, IsMissionIntro) == 0x0004EC, "Member 'ABP_MissionEndedExperience_C::IsMissionIntro' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_PlayerFindAndUseSmartObject_C_Cleanup \ +static_assert(alignof(BTT_PlayerFindAndUseSmartObject_C_Cleanup) == 0x000008, "Wrong alignment on BTT_PlayerFindAndUseSmartObject_C_Cleanup"); \ +static_assert(sizeof(BTT_PlayerFindAndUseSmartObject_C_Cleanup) == 0x000040, "Wrong size on BTT_PlayerFindAndUseSmartObject_C_Cleanup"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_Cleanup, CallFunc_GetOwnerComponent_ReturnValue) == 0x000000, "Member 'BTT_PlayerFindAndUseSmartObject_C_Cleanup::CallFunc_GetOwnerComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_Cleanup, CallFunc_GetPlayingInstance_ReturnValue) == 0x000008, "Member 'BTT_PlayerFindAndUseSmartObject_C_Cleanup::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_Cleanup, CallFunc_IsRunning_ReturnValue) == 0x000010, "Member 'BTT_PlayerFindAndUseSmartObject_C_Cleanup::CallFunc_IsRunning_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_Cleanup, CallFunc_GetBlackboardValueAsSOClaimHandle_ReturnValue) == 0x000014, "Member 'BTT_PlayerFindAndUseSmartObject_C_Cleanup::CallFunc_GetBlackboardValueAsSOClaimHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_Cleanup, CallFunc_MarkSmartObjectSlotAsFree_ReturnValue) == 0x00003C, "Member 'BTT_PlayerFindAndUseSmartObject_C_Cleanup::CallFunc_MarkSmartObjectSlotAsFree_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject \ +static_assert(alignof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject) == 0x000008, "Wrong alignment on BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject"); \ +static_assert(sizeof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject) == 0x000150, "Wrong size on BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, EntryPoint) == 0x000000, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_GetBlackboardValueAsBool_ReturnValue) == 0x000004, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_GetBlackboardValueAsBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000028, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, K2Node_Event_OwnerActor_1) == 0x000030, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_GetAIController_ReturnValue) == 0x000038, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, K2Node_Event_OwnerActor) == 0x000040, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::K2Node_Event_OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_GetBlackboardValueAsSOClaimHandle_ReturnValue) == 0x000058, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_GetBlackboardValueAsSOClaimHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_UseSmartObjectClaimed_ReturnValue) == 0x000080, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_UseSmartObjectClaimed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_IsValid_ReturnValue_1) == 0x000089, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_IsTaskFinished_ReturnValue) == 0x00008A, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_IsTaskFinished_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_IsTaskAborting_ReturnValue) == 0x00008B, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_IsTaskAborting_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, K2Node_DynamicCast_AsCJAITask_Use_Smart_Object) == 0x000090, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::K2Node_DynamicCast_AsCJAITask_Use_Smart_Object' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_GetPlayingInstance_ReturnValue) == 0x0000A0, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_GetInteractableSmartObjectSlotHandle_ReturnValue) == 0x0000A8, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_GetInteractableSmartObjectSlotHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_MarkSmartObjectSlotAsClaimed_ReturnValue) == 0x0000BC, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_MarkSmartObjectSlotAsClaimed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_IsValidSmartObjectClaimHandle_ReturnValue) == 0x0000E4, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_IsValidSmartObjectClaimHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x0000E8, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_GetComponentByClass_ReturnValue) == 0x0000F0, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_IsValid_ReturnValue_2) == 0x0000F8, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_GetAllSlots_OutSlots) == 0x000100, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_GetAllSlots_OutSlots' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000110, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_Array_Get_Item) == 0x000114, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject, CallFunc_MarkSmartObjectSlotAsClaimed_ReturnValue_1) == 0x000128, "Member 'BTT_PlayerFindAndUseSmartObject_C_ExecuteUbergraph_BTT_PlayerFindAndUseSmartObject::CallFunc_MarkSmartObjectSlotAsClaimed_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_PlayerFindAndUseSmartObject_C_ReceiveAbort \ +static_assert(alignof(BTT_PlayerFindAndUseSmartObject_C_ReceiveAbort) == 0x000008, "Wrong alignment on BTT_PlayerFindAndUseSmartObject_C_ReceiveAbort"); \ +static_assert(sizeof(BTT_PlayerFindAndUseSmartObject_C_ReceiveAbort) == 0x000008, "Wrong size on BTT_PlayerFindAndUseSmartObject_C_ReceiveAbort"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ReceiveAbort, OwnerActor) == 0x000000, "Member 'BTT_PlayerFindAndUseSmartObject_C_ReceiveAbort::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTT_PlayerFindAndUseSmartObject_C_ReceiveExecute \ +static_assert(alignof(BTT_PlayerFindAndUseSmartObject_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_PlayerFindAndUseSmartObject_C_ReceiveExecute"); \ +static_assert(sizeof(BTT_PlayerFindAndUseSmartObject_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_PlayerFindAndUseSmartObject_C_ReceiveExecute"); \ +static_assert(offsetof(BTT_PlayerFindAndUseSmartObject_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_PlayerFindAndUseSmartObject_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTT_PlayerFindAndUseSmartObject_C \ +static_assert(alignof(UBTT_PlayerFindAndUseSmartObject_C) == 0x000008, "Wrong alignment on UBTT_PlayerFindAndUseSmartObject_C"); \ +static_assert(sizeof(UBTT_PlayerFindAndUseSmartObject_C) == 0x000188, "Wrong size on UBTT_PlayerFindAndUseSmartObject_C"); \ +static_assert(offsetof(UBTT_PlayerFindAndUseSmartObject_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_PlayerFindAndUseSmartObject_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PlayerFindAndUseSmartObject_C, SOClaimHandleKey) == 0x0000B0, "Member 'UBTT_PlayerFindAndUseSmartObject_C::SOClaimHandleKey' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PlayerFindAndUseSmartObject_C, Teleport) == 0x0000D8, "Member 'UBTT_PlayerFindAndUseSmartObject_C::Teleport' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PlayerFindAndUseSmartObject_C, Task) == 0x0000E0, "Member 'UBTT_PlayerFindAndUseSmartObject_C::Task' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PlayerFindAndUseSmartObject_C, ActivityTags) == 0x0000E8, "Member 'UBTT_PlayerFindAndUseSmartObject_C::ActivityTags' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PlayerFindAndUseSmartObject_C, bCleaned) == 0x000108, "Member 'UBTT_PlayerFindAndUseSmartObject_C::bCleaned' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PlayerFindAndUseSmartObject_C, SOKey) == 0x000109, "Member 'UBTT_PlayerFindAndUseSmartObject_C::SOKey' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PlayerFindAndUseSmartObject_C, Claim_Handle) == 0x00010C, "Member 'UBTT_PlayerFindAndUseSmartObject_C::Claim_Handle' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PlayerFindAndUseSmartObject_C, SOActor) == 0x000138, "Member 'UBTT_PlayerFindAndUseSmartObject_C::SOActor' has a wrong offset!"); \ +static_assert(offsetof(UBTT_PlayerFindAndUseSmartObject_C, ShouldSOTeleport) == 0x000160, "Member 'UBTT_PlayerFindAndUseSmartObject_C::ShouldSOTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData) == 0x000518, "Wrong size on ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_148) == 0x000004, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_148' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_149) == 0x00000C, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_149' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_150) == 0x000014, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_150' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_151) == 0x00001C, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_151' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __EnumProperty_152) == 0x000024, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__EnumProperty_152' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_153) == 0x000028, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_153' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __Class_154) == 0x000030, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__Class_154' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_155) == 0x000038, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_155' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_156) == 0x000040, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_156' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_157) == 0x000048, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_157' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_158) == 0x000050, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_158' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __EnumProperty_159) == 0x000058, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__EnumProperty_159' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __EnumProperty_160) == 0x000059, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__EnumProperty_160' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __Class_161) == 0x000060, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__Class_161' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __FloatProperty_162) == 0x000068, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__FloatProperty_162' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __StructProperty_163) == 0x000070, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__StructProperty_163' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_164) == 0x000090, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_164' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_165) == 0x000098, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_165' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __BlendProfile_166) == 0x0000A0, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__BlendProfile_166' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __CurveFloat_167) == 0x0000A8, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__CurveFloat_167' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __EnumProperty_168) == 0x0000B0, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__EnumProperty_168' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __EnumProperty_169) == 0x0000B1, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__EnumProperty_169' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __EnumProperty_170) == 0x0000B2, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__EnumProperty_170' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __ArrayProperty_171) == 0x0000B8, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__ArrayProperty_171' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __ArrayProperty_172) == 0x0000C8, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__ArrayProperty_172' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __BoolProperty_173) == 0x0000D8, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__BoolProperty_173' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __FloatProperty_174) == 0x0000DC, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__FloatProperty_174' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __StructProperty_175) == 0x0000E0, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__StructProperty_175' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __FloatProperty_176) == 0x00010C, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__FloatProperty_176' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __EnumProperty_177) == 0x000110, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__EnumProperty_177' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __BoolProperty_178) == 0x000111, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__BoolProperty_178' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __ByteProperty_179) == 0x000112, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__ByteProperty_179' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_180) == 0x000114, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_180' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __StructProperty_181) == 0x000120, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__StructProperty_181' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_182) == 0x000140, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_182' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, __NameProperty_183) == 0x000148, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::__NameProperty_183' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000150, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_NodeRelevancy) == 0x0001D0, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0001D8, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_7) == 0x000218, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x000248, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_6) == 0x000278, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x0002A8, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x0002D8, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x000308, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000338, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000368, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x000398, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x0003C8, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x0003F8, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_ChooserPlayer) == 0x000428, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_ChooserPlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_BlendListByEnum) == 0x000458, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer_1) == 0x000488, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SequencePlayer) == 0x0004B8, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0004E8, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData) == 0x000030, "Wrong size on ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData, __DataTable) == 0x000008, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData::__DataTable' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData, __DataTable_0) == 0x000010, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData::__DataTable_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData, __DataTable_1) == 0x000018, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData::__DataTable_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData, __DataTable_2) == 0x000020, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData::__DataTable_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData, __ByteProperty_3) == 0x000028, "Member 'ABP_LL_SmartObject_Base::FAnimBlueprintGeneratedMutableData::__ByteProperty_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_AnimGraph \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_SmartObject_Base_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_BlueprintThreadSafeUpdateAnimation) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_BlueprintThreadSafeUpdateAnimation) == 0x000010, "Wrong size on ABP_LL_SmartObject_Base_C_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_BlueprintThreadSafeUpdateAnimation, CallFunc_UpdatePoseTransition_TimeDelta_ImplicitCast) == 0x000008, "Member 'ABP_LL_SmartObject_Base_C_BlueprintThreadSafeUpdateAnimation::CallFunc_UpdatePoseTransition_TimeDelta_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_Cycle_Act_Layer \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_Cycle_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_Cycle_Act_Layer"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_Cycle_Act_Layer) == 0x000010, "Wrong size on ABP_LL_SmartObject_Base_C_Cycle_Act_Layer"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_Cycle_Act_Layer, Cycle_Act_Layer_0) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_Cycle_Act_Layer::Cycle_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_Cycle_Idle_Layer \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_Cycle_Idle_Layer) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_Cycle_Idle_Layer"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_Cycle_Idle_Layer) == 0x000010, "Wrong size on ABP_LL_SmartObject_Base_C_Cycle_Idle_Layer"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_Cycle_Idle_Layer, Cycle_Idle_Layer_0) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_Cycle_Idle_Layer::Cycle_Idle_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_Cycle_React_Layer \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_Cycle_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_Cycle_React_Layer"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_Cycle_React_Layer) == 0x000010, "Wrong size on ABP_LL_SmartObject_Base_C_Cycle_React_Layer"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_Cycle_React_Layer, Cycle_React_Layer_0) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_Cycle_React_Layer::Cycle_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_DebugDrawPoses \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_DebugDrawPoses) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_DebugDrawPoses"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_DebugDrawPoses) == 0x000158, "Wrong size on ABP_LL_SmartObject_Base_C_DebugDrawPoses"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, DebugInfo) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::DebugInfo' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000020, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue) == 0x000050, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue_1) == 0x000060, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue_2) == 0x000080, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000090, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_BuildString_Double_ReturnValue) == 0x0000A0, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_BuildString_Double_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B0, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000C0, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_GetOwningActor_ReturnValue) == 0x0000D0, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000D8, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, K2Node_DynamicCast_AsCharacter) == 0x0000E8, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000F8, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000108, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Add_VectorVector_ReturnValue) == 0x000120, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000138, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_DebugDrawPoses, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000148, "Member 'ABP_LL_SmartObject_Base_C_DebugDrawPoses::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_Entry_Act_Layer \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_Entry_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_Entry_Act_Layer"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_Entry_Act_Layer) == 0x000010, "Wrong size on ABP_LL_SmartObject_Base_C_Entry_Act_Layer"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_Entry_Act_Layer, Entry_Act_Layer_0) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_Entry_Act_Layer::Entry_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_Entry_React_Layer \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_Entry_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_Entry_React_Layer"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_Entry_React_Layer) == 0x000010, "Wrong size on ABP_LL_SmartObject_Base_C_Entry_React_Layer"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_Entry_React_Layer, Entry_React_Layer_0) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_Entry_React_Layer::Entry_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base) == 0x000020, "Wrong size on ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base, EntryPoint) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000008, "Member 'ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base, K2Node_DynamicCast_AsCJCharacter) == 0x000010, "Member 'ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ABP_LL_SmartObject_Base_C_ExecuteUbergraph_ABP_LL_SmartObject_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_Exit_Act_Layer \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_Exit_Act_Layer) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_Exit_Act_Layer"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_Exit_Act_Layer) == 0x000010, "Wrong size on ABP_LL_SmartObject_Base_C_Exit_Act_Layer"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_Exit_Act_Layer, Exit_Act_Layer_0) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_Exit_Act_Layer::Exit_Act_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_Exit_React_Layer \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_Exit_React_Layer) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_Exit_React_Layer"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_Exit_React_Layer) == 0x000010, "Wrong size on ABP_LL_SmartObject_Base_C_Exit_React_Layer"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_Exit_React_Layer, Exit_React_Layer_0) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_Exit_React_Layer::Exit_React_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_InitActivePoseTags \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_InitActivePoseTags) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_InitActivePoseTags"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_InitActivePoseTags) == 0x000060, "Wrong size on ABP_LL_SmartObject_Base_C_InitActivePoseTags"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitActivePoseTags, AIController) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_InitActivePoseTags::AIController' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitActivePoseTags, CallFunc_GetAIController_ReturnValue) == 0x000008, "Member 'ABP_LL_SmartObject_Base_C_InitActivePoseTags::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitActivePoseTags, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'ABP_LL_SmartObject_Base_C_InitActivePoseTags::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitActivePoseTags, CallFunc_GetClaimedSmartObjectHandle_OutHandle) == 0x000014, "Member 'ABP_LL_SmartObject_Base_C_InitActivePoseTags::CallFunc_GetClaimedSmartObjectHandle_OutHandle' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitActivePoseTags, CallFunc_GetClaimedSmartObjectHandle_ReturnValue) == 0x00003C, "Member 'ABP_LL_SmartObject_Base_C_InitActivePoseTags::CallFunc_GetClaimedSmartObjectHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitActivePoseTags, CallFunc_GetClaimedSmartObjectActivityTags_BuiltActivityTags) == 0x000040, "Member 'ABP_LL_SmartObject_Base_C_InitActivePoseTags::CallFunc_GetClaimedSmartObjectActivityTags_BuiltActivityTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_InitFromSlotConfig \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_InitFromSlotConfig) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_InitFromSlotConfig"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_InitFromSlotConfig) == 0x000068, "Wrong size on ABP_LL_SmartObject_Base_C_InitFromSlotConfig"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitFromSlotConfig, SOClaimHandle) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_InitFromSlotConfig::SOClaimHandle' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitFromSlotConfig, AIController) == 0x000028, "Member 'ABP_LL_SmartObject_Base_C_InitFromSlotConfig::AIController' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitFromSlotConfig, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'ABP_LL_SmartObject_Base_C_InitFromSlotConfig::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitFromSlotConfig, CallFunc_GetCJSOSlotConfigType_ReturnValue) == 0x000031, "Member 'ABP_LL_SmartObject_Base_C_InitFromSlotConfig::CallFunc_GetCJSOSlotConfigType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitFromSlotConfig, CallFunc_GetClaimedSmartObjectHandle_OutHandle) == 0x000034, "Member 'ABP_LL_SmartObject_Base_C_InitFromSlotConfig::CallFunc_GetClaimedSmartObjectHandle_OutHandle' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitFromSlotConfig, CallFunc_GetClaimedSmartObjectHandle_ReturnValue) == 0x00005C, "Member 'ABP_LL_SmartObject_Base_C_InitFromSlotConfig::CallFunc_GetClaimedSmartObjectHandle_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_InitFromSlotConfig, CallFunc_GetAIController_ReturnValue) == 0x000060, "Member 'ABP_LL_SmartObject_Base_C_InitFromSlotConfig::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_OnInitialUpdateCycleIdlePose \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_OnInitialUpdateCycleIdlePose) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_OnInitialUpdateCycleIdlePose"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_OnInitialUpdateCycleIdlePose) == 0x000020, "Wrong size on ABP_LL_SmartObject_Base_C_OnInitialUpdateCycleIdlePose"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_OnInitialUpdateCycleIdlePose, Context) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_OnInitialUpdateCycleIdlePose::Context' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_OnInitialUpdateCycleIdlePose, Node) == 0x000010, "Member 'ABP_LL_SmartObject_Base_C_OnInitialUpdateCycleIdlePose::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer) == 0x000018, "Wrong size on ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer, CallFunc_RandomFloatInRangeFromStream_Max_ImplicitCast) == 0x000004, "Member 'ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer::CallFunc_RandomFloatInRangeFromStream_Max_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer, CallFunc_RandomFloatInRangeFromStream_Min_ImplicitCast) == 0x000008, "Member 'ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer::CallFunc_RandomFloatInRangeFromStream_Min_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer, K2Node_VariableSet_PoseTransitionTimer_ImplicitCast) == 0x000010, "Member 'ABP_LL_SmartObject_Base_C_ResetPoseTransitionTimer::K2Node_VariableSet_PoseTransitionTimer_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_UpdateAnimNotifyState \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_UpdateAnimNotifyState) == 0x000004, "Wrong alignment on ABP_LL_SmartObject_Base_C_UpdateAnimNotifyState"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_UpdateAnimNotifyState) == 0x000008, "Wrong size on ABP_LL_SmartObject_Base_C_UpdateAnimNotifyState"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_UpdateAnimNotifyState, CallFunc_GetNumGameplayTagsInContainer_ReturnValue) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_UpdateAnimNotifyState::CallFunc_GetNumGameplayTagsInContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_UpdateAnimNotifyState, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'ABP_LL_SmartObject_Base_C_UpdateAnimNotifyState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_SmartObject_Base_C_UpdatePoseTransition \ +static_assert(alignof(ABP_LL_SmartObject_Base_C_UpdatePoseTransition) == 0x000008, "Wrong alignment on ABP_LL_SmartObject_Base_C_UpdatePoseTransition"); \ +static_assert(sizeof(ABP_LL_SmartObject_Base_C_UpdatePoseTransition) == 0x000028, "Wrong size on ABP_LL_SmartObject_Base_C_UpdatePoseTransition"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_UpdatePoseTransition, TimeDelta) == 0x000000, "Member 'ABP_LL_SmartObject_Base_C_UpdatePoseTransition::TimeDelta' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_UpdatePoseTransition, CallFunc_LessEqual_DoubleDouble_ReturnValue) == 0x000008, "Member 'ABP_LL_SmartObject_Base_C_UpdatePoseTransition::CallFunc_LessEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_UpdatePoseTransition, CallFunc_GetNumGameplayTagsInContainer_ReturnValue) == 0x00000C, "Member 'ABP_LL_SmartObject_Base_C_UpdatePoseTransition::CallFunc_GetNumGameplayTagsInContainer_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_UpdatePoseTransition, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'ABP_LL_SmartObject_Base_C_UpdatePoseTransition::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_UpdatePoseTransition, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000018, "Member 'ABP_LL_SmartObject_Base_C_UpdatePoseTransition::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_SmartObject_Base_C_UpdatePoseTransition, CallFunc_FMax_ReturnValue) == 0x000020, "Member 'ABP_LL_SmartObject_Base_C_UpdatePoseTransition::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_SmartObject_Base_C \ +static_assert(alignof(UABP_LL_SmartObject_Base_C) == 0x000010, "Wrong alignment on UABP_LL_SmartObject_Base_C"); \ +static_assert(sizeof(UABP_LL_SmartObject_Base_C) == 0x000C30, "Wrong size on UABP_LL_SmartObject_Base_C"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, UberGraphFrame) == 0x0003F0, "Member 'UABP_LL_SmartObject_Base_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, __AnimBlueprintMutables) == 0x0003F8, "Member 'UABP_LL_SmartObject_Base_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimBlueprintExtension_PropertyAccess) == 0x000428, "Member 'UABP_LL_SmartObject_Base_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimBlueprintExtension_NodeRelevancy) == 0x000430, "Member 'UABP_LL_SmartObject_Base_C::AnimBlueprintExtension_NodeRelevancy' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimBlueprintExtension_Base) == 0x0004D8, "Member 'UABP_LL_SmartObject_Base_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_Root_7) == 0x0004E0, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_Root_7' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_SynchronizedMovementSequencePlayer_3) == 0x000500, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_SynchronizedMovementSequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_Root_6) == 0x000578, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_Root_6' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_Root_5) == 0x000598, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_SynchronizedMovementSequencePlayer_2) == 0x0005B8, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_SynchronizedMovementSequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_Root_4) == 0x000630, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_SynchronizedMovementSequencePlayer_1) == 0x000650, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_SynchronizedMovementSequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_Root_3) == 0x0006C8, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_Root_2) == 0x0006E8, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000708, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_Root_1) == 0x000780, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_ChooserPlayer) == 0x0007A0, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_ChooserPlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_BlendListByEnum) == 0x0009D0, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_BlendListByEnum' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_SequencePlayer_1) == 0x000A20, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_SequencePlayer) == 0x000A68, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AnimGraphNode_Root) == 0x000AB0, "Member 'UABP_LL_SmartObject_Base_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, K2Node_PropertyAccess_2) == 0x000AD0, "Member 'UABP_LL_SmartObject_Base_C::K2Node_PropertyAccess_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, K2Node_PropertyAccess_1) == 0x000AF0, "Member 'UABP_LL_SmartObject_Base_C::K2Node_PropertyAccess_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, K2Node_PropertyAccess) == 0x000B10, "Member 'UABP_LL_SmartObject_Base_C::K2Node_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, PoseTransitionTimer) == 0x000B30, "Member 'UABP_LL_SmartObject_Base_C::PoseTransitionTimer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, PoseRandomStream) == 0x000B38, "Member 'UABP_LL_SmartObject_Base_C::PoseRandomStream' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, BlackboardSOClaimKey) == 0x000B40, "Member 'UABP_LL_SmartObject_Base_C::BlackboardSOClaimKey' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, DebugGfxDrawPoses) == 0x000B48, "Member 'UABP_LL_SmartObject_Base_C::DebugGfxDrawPoses' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, PoseTransitionTimeMin) == 0x000B50, "Member 'UABP_LL_SmartObject_Base_C::PoseTransitionTimeMin' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, PoseTransitionTimeMax) == 0x000B58, "Member 'UABP_LL_SmartObject_Base_C::PoseTransitionTimeMax' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, FilterActivityTags) == 0x000B60, "Member 'UABP_LL_SmartObject_Base_C::FilterActivityTags' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, CurrentPoseTag) == 0x000B80, "Member 'UABP_LL_SmartObject_Base_C::CurrentPoseTag' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, NextPoseTag) == 0x000BA0, "Member 'UABP_LL_SmartObject_Base_C::NextPoseTag' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, ActivePoseTags) == 0x000BC0, "Member 'UABP_LL_SmartObject_Base_C::ActivePoseTags' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, CJCharacter) == 0x000BE0, "Member 'UABP_LL_SmartObject_Base_C::CJCharacter' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AllowPoseTransitions) == 0x000BE8, "Member 'UABP_LL_SmartObject_Base_C::AllowPoseTransitions' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, AwaitingValidAnimStateTag) == 0x000BE9, "Member 'UABP_LL_SmartObject_Base_C::AwaitingValidAnimStateTag' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, Interaction_Entry) == 0x000BF0, "Member 'UABP_LL_SmartObject_Base_C::Interaction_Entry' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, ComplexInteraction_CycleIdle) == 0x000BF8, "Member 'UABP_LL_SmartObject_Base_C::ComplexInteraction_CycleIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, Interaction_Exit) == 0x000C08, "Member 'UABP_LL_SmartObject_Base_C::Interaction_Exit' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, CJSOSlotConfigType) == 0x000C10, "Member 'UABP_LL_SmartObject_Base_C::CJSOSlotConfigType' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, SimpleInteraction_CycleIdle) == 0x000C18, "Member 'UABP_LL_SmartObject_Base_C::SimpleInteraction_CycleIdle' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_SmartObject_Base_C, OneShotLooping_CycleIdle) == 0x000C20, "Member 'UABP_LL_SmartObject_Base_C::OneShotLooping_CycleIdle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_SO_LAL_SimpleInteraction_ThreeShot_C \ +static_assert(alignof(ABP_SO_LAL_SimpleInteraction_ThreeShot_C) == 0x000008, "Wrong alignment on ABP_SO_LAL_SimpleInteraction_ThreeShot_C"); \ +static_assert(sizeof(ABP_SO_LAL_SimpleInteraction_ThreeShot_C) == 0x000318, "Wrong size on ABP_SO_LAL_SimpleInteraction_ThreeShot_C"); \ +static_assert(offsetof(ABP_SO_LAL_SimpleInteraction_ThreeShot_C, TextRender) == 0x000310, "Member 'ABP_SO_LAL_SimpleInteraction_ThreeShot_C::TextRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameLoopHandler_C_BP_EnterMissionEnded \ +static_assert(alignof(BP_GameLoopHandler_C_BP_EnterMissionEnded) == 0x000008, "Wrong alignment on BP_GameLoopHandler_C_BP_EnterMissionEnded"); \ +static_assert(sizeof(BP_GameLoopHandler_C_BP_EnterMissionEnded) == 0x000020, "Wrong size on BP_GameLoopHandler_C_BP_EnterMissionEnded"); \ +static_assert(offsetof(BP_GameLoopHandler_C_BP_EnterMissionEnded, Mission) == 0x000000, "Member 'BP_GameLoopHandler_C_BP_EnterMissionEnded::Mission' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_BP_EnterMissionEnded, Reason) == 0x000008, "Member 'BP_GameLoopHandler_C_BP_EnterMissionEnded::Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_BP_EnterMissionEnded, bCompleted) == 0x000018, "Member 'BP_GameLoopHandler_C_BP_EnterMissionEnded::bCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler \ +static_assert(alignof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler) == 0x000010, "Wrong alignment on BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler"); \ +static_assert(sizeof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler) == 0x0002A0, "Wrong size on BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, EntryPoint) == 0x000000, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000028, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000030, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_GetPlayingInstance_ReturnValue) == 0x000038, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_GetTransform_ReturnValue) == 0x000040, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000A0, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_GetPlayingInstance_ReturnValue_1) == 0x0000A8, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_GetPlayingInstance_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000B0, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_GetTransform_ReturnValue_1) == 0x0000C0, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x000120, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x000128, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, K2Node_Event_Mission) == 0x000130, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::K2Node_Event_Mission' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, K2Node_Event_Reason) == 0x000138, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::K2Node_Event_Reason' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, K2Node_Event_bCompleted) == 0x000148, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::K2Node_Event_bCompleted' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_GetPlayingInstance_ReturnValue_2) == 0x000150, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_GetPlayingInstance_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, K2Node_CustomEvent_IsNewDay) == 0x000158, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::K2Node_CustomEvent_IsNewDay' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_GetTransform_ReturnValue_2) == 0x000160, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2) == 0x0001C0, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_FinishSpawningActor_ReturnValue_2) == 0x0001C8, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_FinishSpawningActor_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001D0, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_GetPlayingInstance_ReturnValue_3) == 0x0001E0, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_GetPlayingInstance_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_GetTransform_ReturnValue_3) == 0x0001F0, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_GetTransform_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_3) == 0x000250, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_FinishSpawningActor_ReturnValue_3) == 0x000258, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_FinishSpawningActor_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, K2Node_CreateDelegate_OutputDelegate_3) == 0x000260, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, K2Node_CreateDelegate_OutputDelegate_4) == 0x000270, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_IsValid_ReturnValue) == 0x000280, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x000288, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler, K2Node_CreateDelegate_OutputDelegate_5) == 0x000290, "Member 'BP_GameLoopHandler_C_ExecuteUbergraph_BP_GameLoopHandler::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GameLoopHandler_C_On_End_Of_Day_Ended \ +static_assert(alignof(BP_GameLoopHandler_C_On_End_Of_Day_Ended) == 0x000001, "Wrong alignment on BP_GameLoopHandler_C_On_End_Of_Day_Ended"); \ +static_assert(sizeof(BP_GameLoopHandler_C_On_End_Of_Day_Ended) == 0x000001, "Wrong size on BP_GameLoopHandler_C_On_End_Of_Day_Ended"); \ +static_assert(offsetof(BP_GameLoopHandler_C_On_End_Of_Day_Ended, IsNewDay) == 0x000000, "Member 'BP_GameLoopHandler_C_On_End_Of_Day_Ended::IsNewDay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_GameLoopHandler_C \ +static_assert(alignof(UBP_GameLoopHandler_C) == 0x000008, "Wrong alignment on UBP_GameLoopHandler_C"); \ +static_assert(sizeof(UBP_GameLoopHandler_C) == 0x000080, "Wrong size on UBP_GameLoopHandler_C"); \ +static_assert(offsetof(UBP_GameLoopHandler_C, UberGraphFrame) == 0x000050, "Member 'UBP_GameLoopHandler_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameLoopHandler_C, RunningDeathExperience) == 0x000058, "Member 'UBP_GameLoopHandler_C::RunningDeathExperience' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameLoopHandler_C, PreMoneyLost) == 0x000060, "Member 'UBP_GameLoopHandler_C::PreMoneyLost' has a wrong offset!"); \ +static_assert(offsetof(UBP_GameLoopHandler_C, OnEnterPlaying) == 0x000070, "Member 'UBP_GameLoopHandler_C::OnEnterPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_GainXPonKO_C_BP_SetupItemInstance \ +static_assert(alignof(BP_Skill_Perk_GainXPonKO_C_BP_SetupItemInstance) == 0x000001, "Wrong alignment on BP_Skill_Perk_GainXPonKO_C_BP_SetupItemInstance"); \ +static_assert(sizeof(BP_Skill_Perk_GainXPonKO_C_BP_SetupItemInstance) == 0x000001, "Wrong size on BP_Skill_Perk_GainXPonKO_C_BP_SetupItemInstance"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_BP_SetupItemInstance, bFromSaveGame) == 0x000000, "Member 'BP_Skill_Perk_GainXPonKO_C_BP_SetupItemInstance::bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO \ +static_assert(alignof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO) == 0x000008, "Wrong alignment on BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO"); \ +static_assert(sizeof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO) == 0x0002D0, "Wrong size on BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, EntryPoint) == 0x000000, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, Temp_struct_Variable) == 0x000024, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_Conv_IntToInt64_ReturnValue) == 0x000030, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_Conv_IntToInt64_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_GetWorldStateBool_ReturnValue) == 0x000080, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_Event_bFromSaveGame) == 0x000081, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_Event_bFromSaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_GetPlayerInventoryItemCount_ReturnValue) == 0x000084, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_GetPlayerInventoryItemCount_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000088, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_AsItem_ReturnValue) == 0x000090, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_AsItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_ItemHasTag_ReturnValue) == 0x000110, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_ItemHasTag_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue) == 0x000118, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_Conv_InventoryItemLocatorToItemId_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_GetSoftMixinPtrForItem_ReturnValue) == 0x000140, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_GetSoftMixinPtrForItem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_MathExpression_ReturnValue) == 0x000168, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x000170, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_DynamicCast_AsBP_Perk_Mixin) == 0x000178, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_DynamicCast_AsBP_Perk_Mixin' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000188, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_GetDisplayName_ReturnValue) == 0x000190, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_GetGameLoopHandler_ReturnValue) == 0x0001A0, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_GetGameLoopHandler_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_Conv_StringToText_ReturnValue) == 0x0001A8, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_DynamicCast_AsBP_Game_Loop_Handler) == 0x0001B8, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_DynamicCast_AsBP_Game_Loop_Handler' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_DynamicCast_bSuccess_1) == 0x0001C0, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001C8, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_Greater_IntInt_ReturnValue) == 0x000210, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000218, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_MakeStruct_FormatArgumentData_3) == 0x000220, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_MakeStruct_FormatArgumentData_4) == 0x000268, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, K2Node_MakeArray_Array) == 0x0002B0, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO, CallFunc_Format_ReturnValue) == 0x0002C0, "Member 'BP_Skill_Perk_GainXPonKO_C_ExecuteUbergraph_BP_Skill_Perk_GainXPonKO::CallFunc_Format_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_Skill_Perk_GainXPonKO_C \ +static_assert(alignof(UBP_Skill_Perk_GainXPonKO_C) == 0x000008, "Wrong alignment on UBP_Skill_Perk_GainXPonKO_C"); \ +static_assert(sizeof(UBP_Skill_Perk_GainXPonKO_C) == 0x000050, "Wrong size on UBP_Skill_Perk_GainXPonKO_C"); \ +static_assert(offsetof(UBP_Skill_Perk_GainXPonKO_C, UberGraphFrame_BP_Skill_Perk_GainXPonKO_C) == 0x000038, "Member 'UBP_Skill_Perk_GainXPonKO_C::UberGraphFrame_BP_Skill_Perk_GainXPonKO_C' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Perk_GainXPonKO_C, XP_To_Earn) == 0x000040, "Member 'UBP_Skill_Perk_GainXPonKO_C::XP_To_Earn' has a wrong offset!"); \ +static_assert(offsetof(UBP_Skill_Perk_GainXPonKO_C, DynamicValueVar) == 0x000048, "Member 'UBP_Skill_Perk_GainXPonKO_C::DynamicValueVar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ITM_Stat_Health_C_BP_SetupItemInstance \ +static_assert(alignof(BP_ITM_Stat_Health_C_BP_SetupItemInstance) == 0x000001, "Wrong alignment on BP_ITM_Stat_Health_C_BP_SetupItemInstance"); \ +static_assert(sizeof(BP_ITM_Stat_Health_C_BP_SetupItemInstance) == 0x000001, "Wrong size on BP_ITM_Stat_Health_C_BP_SetupItemInstance"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_BP_SetupItemInstance, bFromSaveGame) == 0x000000, "Member 'BP_ITM_Stat_Health_C_BP_SetupItemInstance::bFromSaveGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health \ +static_assert(alignof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health) == 0x000008, "Wrong alignment on BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health"); \ +static_assert(sizeof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health) == 0x0000C8, "Wrong size on BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, EntryPoint) == 0x000000, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, Temp_struct_Variable) == 0x000004, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, K2Node_Event_bFromSaveGame) == 0x00000C, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::K2Node_Event_bFromSaveGame' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, CallFunc_GetWorldStateBool_ReturnValue) == 0x00000D, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, CallFunc_Get_Max_Value_MaxValue) == 0x000018, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::CallFunc_Get_Max_Value_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, K2Node_MakeArray_Array) == 0x000068, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, CallFunc_Format_ReturnValue) == 0x000078, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, Temp_struct_Variable_1) == 0x000088, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, CallFunc_Conv_TextToString_ReturnValue) == 0x000090, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x0000A0, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, K2Node_CreateDelegate_OutputDelegate) == 0x0000A4, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, K2Node_CustomEvent_Instance) == 0x0000B8, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::K2Node_CustomEvent_Instance' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health, CallFunc_SetMaxHealth_NewMaxHealth_ImplicitCast) == 0x0000C0, "Member 'BP_ITM_Stat_Health_C_ExecuteUbergraph_BP_ITM_Stat_Health::CallFunc_SetMaxHealth_NewMaxHealth_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ITM_Stat_Health_C_SetHealthToMax \ +static_assert(alignof(BP_ITM_Stat_Health_C_SetHealthToMax) == 0x000008, "Wrong alignment on BP_ITM_Stat_Health_C_SetHealthToMax"); \ +static_assert(sizeof(BP_ITM_Stat_Health_C_SetHealthToMax) == 0x0000E8, "Wrong size on BP_ITM_Stat_Health_C_SetHealthToMax"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_SetHealthToMax, Temp_struct_Variable) == 0x000000, "Member 'BP_ITM_Stat_Health_C_SetHealthToMax::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_SetHealthToMax, CallFunc_Get_Max_Value_MaxValue) == 0x000008, "Member 'BP_ITM_Stat_Health_C_SetHealthToMax::CallFunc_Get_Max_Value_MaxValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_SetHealthToMax, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_ITM_Stat_Health_C_SetHealthToMax::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_SetHealthToMax, CallFunc_GetWorldStateBool_ReturnValue) == 0x000058, "Member 'BP_ITM_Stat_Health_C_SetHealthToMax::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_SetHealthToMax, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'BP_ITM_Stat_Health_C_SetHealthToMax::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_SetHealthToMax, CallFunc_GetPlayingInstance_ReturnValue) == 0x0000A8, "Member 'BP_ITM_Stat_Health_C_SetHealthToMax::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_SetHealthToMax, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_ITM_Stat_Health_C_SetHealthToMax::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_SetHealthToMax, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_ITM_Stat_Health_C_SetHealthToMax::CallFunc_Format_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_SetHealthToMax, CallFunc_Conv_TextToString_ReturnValue) == 0x0000D0, "Member 'BP_ITM_Stat_Health_C_SetHealthToMax::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_SetHealthToMax, CallFunc_SetHealth_NewHealth_ImplicitCast) == 0x0000E0, "Member 'BP_ITM_Stat_Health_C_SetHealthToMax::CallFunc_SetHealth_NewHealth_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_SetHealthToMax, CallFunc_SetMaxHealth_NewMaxHealth_ImplicitCast) == 0x0000E4, "Member 'BP_ITM_Stat_Health_C_SetHealthToMax::CallFunc_SetMaxHealth_NewMaxHealth_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ITM_Stat_Health_C_ValueChanged \ +static_assert(alignof(BP_ITM_Stat_Health_C_ValueChanged) == 0x000008, "Wrong alignment on BP_ITM_Stat_Health_C_ValueChanged"); \ +static_assert(sizeof(BP_ITM_Stat_Health_C_ValueChanged) == 0x000008, "Wrong size on BP_ITM_Stat_Health_C_ValueChanged"); \ +static_assert(offsetof(BP_ITM_Stat_Health_C_ValueChanged, Instance) == 0x000000, "Member 'BP_ITM_Stat_Health_C_ValueChanged::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ITM_Stat_Health_C \ +static_assert(alignof(UBP_ITM_Stat_Health_C) == 0x000008, "Wrong alignment on UBP_ITM_Stat_Health_C"); \ +static_assert(sizeof(UBP_ITM_Stat_Health_C) == 0x0000B8, "Wrong size on UBP_ITM_Stat_Health_C"); \ +static_assert(offsetof(UBP_ITM_Stat_Health_C, UberGraphFrame_BP_ITM_Stat_Health_C) == 0x0000B0, "Member 'UBP_ITM_Stat_Health_C::UberGraphFrame_BP_ITM_Stat_Health_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_Objective_Race_C \ +static_assert(alignof(UPDA_Objective_Race_C) == 0x000008, "Wrong alignment on UPDA_Objective_Race_C"); \ +static_assert(sizeof(UPDA_Objective_Race_C) == 0x0001B8, "Wrong size on UPDA_Objective_Race_C"); \ +static_assert(offsetof(UPDA_Objective_Race_C, OnSuccessWorldState) == 0x000030, "Member 'UPDA_Objective_Race_C::OnSuccessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, OnFailWorldState) == 0x000040, "Member 'UPDA_Objective_Race_C::OnFailWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, RaceStartLocation) == 0x000050, "Member 'UPDA_Objective_Race_C::RaceStartLocation' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, RaceEndLocation) == 0x000058, "Member 'UPDA_Objective_Race_C::RaceEndLocation' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, RaceEndLookAtLocation) == 0x000060, "Member 'UPDA_Objective_Race_C::RaceEndLookAtLocation' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, bShowLapTime) == 0x000068, "Member 'UPDA_Objective_Race_C::bShowLapTime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, bShowCheckpoint) == 0x000069, "Member 'UPDA_Objective_Race_C::bShowCheckpoint' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, bShowLeaderboardOnFinish) == 0x00006A, "Member 'UPDA_Objective_Race_C::bShowLeaderboardOnFinish' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, TimeWorldState) == 0x00006C, "Member 'UPDA_Objective_Race_C::TimeWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, CurrentLapTimeWorldState) == 0x000084, "Member 'UPDA_Objective_Race_C::CurrentLapTimeWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, BestLapTimeWorldState) == 0x00009C, "Member 'UPDA_Objective_Race_C::BestLapTimeWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, BestRaceTimeWorldState) == 0x0000B4, "Member 'UPDA_Objective_Race_C::BestRaceTimeWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, SplitTimeWorldState) == 0x0000CC, "Member 'UPDA_Objective_Race_C::SplitTimeWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, CurrentLapWorldState) == 0x0000E4, "Member 'UPDA_Objective_Race_C::CurrentLapWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, TotalNumberOfLapsWorldState) == 0x0000FC, "Member 'UPDA_Objective_Race_C::TotalNumberOfLapsWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, bHasTimeLimit) == 0x000114, "Member 'UPDA_Objective_Race_C::bHasTimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, TimeLimit) == 0x000118, "Member 'UPDA_Objective_Race_C::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, RaceCompletedWorldstate) == 0x000120, "Member 'UPDA_Objective_Race_C::RaceCompletedWorldstate' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, OnStartCrime) == 0x000138, "Member 'UPDA_Objective_Race_C::OnStartCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, OnSuccessCrime) == 0x000160, "Member 'UPDA_Objective_Race_C::OnSuccessCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, OnSuccessWorldStateNamedInt) == 0x000188, "Member 'UPDA_Objective_Race_C::OnSuccessWorldStateNamedInt' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, FailOnLeaveVehicle) == 0x000198, "Member 'UPDA_Objective_Race_C::FailOnLeaveVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Race_C, LastLapTimeWorldState) == 0x00019C, "Member 'UPDA_Objective_Race_C::LastLapTimeWorldState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FF_MissionAudioLocation \ +static_assert(alignof(FF_MissionAudioLocation) == 0x000008, "Wrong alignment on FF_MissionAudioLocation"); \ +static_assert(sizeof(FF_MissionAudioLocation) == 0x000018, "Wrong size on FF_MissionAudioLocation"); \ +static_assert(offsetof(FF_MissionAudioLocation, Timestamp_3_BA8B9C5D42A6AB2E4096958732624A43) == 0x000000, "Member 'FF_MissionAudioLocation::Timestamp_3_BA8B9C5D42A6AB2E4096958732624A43' has a wrong offset!"); \ +static_assert(offsetof(FF_MissionAudioLocation, Location_9_63FE90B94E7808577059E1A22A41D906) == 0x000008, "Member 'FF_MissionAudioLocation::Location_9_63FE90B94E7808577059E1A22A41D906' has a wrong offset!"); \ +static_assert(offsetof(FF_MissionAudioLocation, Sound_6_D8DB4A0B4C056C0A78D29DA86E3DAF2F) == 0x000010, "Member 'FF_MissionAudioLocation::Sound_6_D8DB4A0B4C056C0A78D29DA86E3DAF2F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_MissionGetaway_C \ +static_assert(alignof(UPDA_MissionGetaway_C) == 0x000008, "Wrong alignment on UPDA_MissionGetaway_C"); \ +static_assert(sizeof(UPDA_MissionGetaway_C) == 0x000040, "Wrong size on UPDA_MissionGetaway_C"); \ +static_assert(offsetof(UPDA_MissionGetaway_C, CharactersToDespawn) == 0x000030, "Member 'UPDA_MissionGetaway_C::CharactersToDespawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_Objective_AcquireVehicle_C \ +static_assert(alignof(UPDA_Objective_AcquireVehicle_C) == 0x000008, "Wrong alignment on UPDA_Objective_AcquireVehicle_C"); \ +static_assert(sizeof(UPDA_Objective_AcquireVehicle_C) == 0x000120, "Wrong size on UPDA_Objective_AcquireVehicle_C"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, bShouldTriggerWantedOnStart_) == 0x000030, "Member 'UPDA_Objective_AcquireVehicle_C::bShouldTriggerWantedOnStart_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, OnStartCrime) == 0x000038, "Member 'UPDA_Objective_AcquireVehicle_C::OnStartCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, bShouldTriggerWantedOnSuccess_) == 0x000058, "Member 'UPDA_Objective_AcquireVehicle_C::bShouldTriggerWantedOnSuccess_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, bBlockSucessOnWanted_) == 0x000059, "Member 'UPDA_Objective_AcquireVehicle_C::bBlockSucessOnWanted_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, TimeLimit) == 0x000060, "Member 'UPDA_Objective_AcquireVehicle_C::TimeLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, MaxDistanceToTarget) == 0x000068, "Member 'UPDA_Objective_AcquireVehicle_C::MaxDistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, bIsWanted) == 0x000070, "Member 'UPDA_Objective_AcquireVehicle_C::bIsWanted' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, MapMarkerDisplayDistance) == 0x000078, "Member 'UPDA_Objective_AcquireVehicle_C::MapMarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, Area_MarkerDisplayDistance) == 0x000080, "Member 'UPDA_Objective_AcquireVehicle_C::Area_MarkerDisplayDistance' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, AreaMarkerRadius) == 0x000088, "Member 'UPDA_Objective_AcquireVehicle_C::AreaMarkerRadius' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, OnSuccessCrime) == 0x000090, "Member 'UPDA_Objective_AcquireVehicle_C::OnSuccessCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, OnSuccessWorldState) == 0x0000B0, "Member 'UPDA_Objective_AcquireVehicle_C::OnSuccessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, OnFailWorldState) == 0x0000C0, "Member 'UPDA_Objective_AcquireVehicle_C::OnFailWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, LocationReference) == 0x0000D0, "Member 'UPDA_Objective_AcquireVehicle_C::LocationReference' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, CompletionDelay) == 0x0000D8, "Member 'UPDA_Objective_AcquireVehicle_C::CompletionDelay' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, SpecificVehicle) == 0x0000E0, "Member 'UPDA_Objective_AcquireVehicle_C::SpecificVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, bRequireSpecificVehicle) == 0x000108, "Member 'UPDA_Objective_AcquireVehicle_C::bRequireSpecificVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_AcquireVehicle_C, OnSuccessWorldStateNamedInt) == 0x000110, "Member 'UPDA_Objective_AcquireVehicle_C::OnSuccessWorldStateNamedInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPDA_Objective_Wait_C \ +static_assert(alignof(UPDA_Objective_Wait_C) == 0x000008, "Wrong alignment on UPDA_Objective_Wait_C"); \ +static_assert(sizeof(UPDA_Objective_Wait_C) == 0x000158, "Wrong size on UPDA_Objective_Wait_C"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, TimeToWait) == 0x000030, "Member 'UPDA_Objective_Wait_C::TimeToWait' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, LocationReference) == 0x000038, "Member 'UPDA_Objective_Wait_C::LocationReference' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, bBlockSucessOnWanted_) == 0x000040, "Member 'UPDA_Objective_Wait_C::bBlockSucessOnWanted_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, bRequiresVehicleForSuccess_) == 0x000041, "Member 'UPDA_Objective_Wait_C::bRequiresVehicleForSuccess_' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, MaxDistanceToTarget) == 0x000048, "Member 'UPDA_Objective_Wait_C::MaxDistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, bIsWanted) == 0x000050, "Member 'UPDA_Objective_Wait_C::bIsWanted' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, bLeftVehicle) == 0x000051, "Member 'UPDA_Objective_Wait_C::bLeftVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, bBrokenVehicle) == 0x000052, "Member 'UPDA_Objective_Wait_C::bBrokenVehicle' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, OnStartCrime) == 0x000058, "Member 'UPDA_Objective_Wait_C::OnStartCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, OnSuccessCrime) == 0x000080, "Member 'UPDA_Objective_Wait_C::OnSuccessCrime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, OnSuccessWorldState) == 0x0000A8, "Member 'UPDA_Objective_Wait_C::OnSuccessWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, OnFailWorldState) == 0x0000B8, "Member 'UPDA_Objective_Wait_C::OnFailWorldState' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, SpeedLimit) == 0x0000C8, "Member 'UPDA_Objective_Wait_C::SpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, TimeRequiredBelowSpeedLimit) == 0x0000D0, "Member 'UPDA_Objective_Wait_C::TimeRequiredBelowSpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, VehicleControlLockTime) == 0x0000D8, "Member 'UPDA_Objective_Wait_C::VehicleControlLockTime' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, bShowTimeRemaining) == 0x0000E0, "Member 'UPDA_Objective_Wait_C::bShowTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, PlaySounds) == 0x0000E8, "Member 'UPDA_Objective_Wait_C::PlaySounds' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, OnSuccessWorldStateNamedInt) == 0x000138, "Member 'UPDA_Objective_Wait_C::OnSuccessWorldStateNamedInt' has a wrong offset!"); \ +static_assert(offsetof(UPDA_Objective_Wait_C, SoundsToPlay) == 0x000148, "Member 'UPDA_Objective_Wait_C::SoundsToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin \ +static_assert(alignof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin) == 0x000088, "Wrong size on BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin, EventReference) == 0x000018, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin, ReturnValue) == 0x000068, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000070, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin, K2Node_DynamicCast_AsCJCharacter) == 0x000078, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin, CallFunc_RequestCapsuleShorten_NewCapsuleHeight_ImplicitCast) == 0x000084, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyBegin::CallFunc_RequestCapsuleShorten_NewCapsuleHeight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd \ +static_assert(alignof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd) == 0x000080, "Wrong size on BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd, EventReference) == 0x000010, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd, ReturnValue) == 0x000060, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000068, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd, K2Node_DynamicCast_AsCJCharacter) == 0x000070, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_AnimNotifState_ShortenCapsule_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotifState_ShortenCapsule_C \ +static_assert(alignof(UBP_AnimNotifState_ShortenCapsule_C) == 0x000008, "Wrong alignment on UBP_AnimNotifState_ShortenCapsule_C"); \ +static_assert(sizeof(UBP_AnimNotifState_ShortenCapsule_C) == 0x000038, "Wrong size on UBP_AnimNotifState_ShortenCapsule_C"); \ +static_assert(offsetof(UBP_AnimNotifState_ShortenCapsule_C, ReducedHeight) == 0x000030, "Member 'UBP_AnimNotifState_ShortenCapsule_C::ReducedHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin \ +static_assert(alignof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin"); \ +static_assert(sizeof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin) == 0x000088, "Wrong size on BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin, EventReference) == 0x000018, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin, ReturnValue) == 0x000068, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000070, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin, K2Node_DynamicCast_AsCJCharacter) == 0x000078, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin, CallFunc_RequestRaiseStepHeight_NewStepHeight_ImplicitCast) == 0x000084, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyBegin::CallFunc_RequestRaiseStepHeight_NewStepHeight_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd \ +static_assert(alignof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd"); \ +static_assert(sizeof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd) == 0x000080, "Wrong size on BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd, EventReference) == 0x000010, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd, ReturnValue) == 0x000060, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000068, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd, K2Node_DynamicCast_AsCJCharacter) == 0x000070, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd::K2Node_DynamicCast_AsCJCharacter' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_AnimNotifState_RaiseStepHeight_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotifState_RaiseStepHeight_C \ +static_assert(alignof(UBP_AnimNotifState_RaiseStepHeight_C) == 0x000008, "Wrong alignment on UBP_AnimNotifState_RaiseStepHeight_C"); \ +static_assert(sizeof(UBP_AnimNotifState_RaiseStepHeight_C) == 0x000038, "Wrong size on UBP_AnimNotifState_RaiseStepHeight_C"); \ +static_assert(offsetof(UBP_AnimNotifState_RaiseStepHeight_C, NewStepHeight) == 0x000030, "Member 'UBP_AnimNotifState_RaiseStepHeight_C::NewStepHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPreventDeathAnim_C \ +static_assert(alignof(UPreventDeathAnim_C) == 0x000008, "Wrong alignment on UPreventDeathAnim_C"); \ +static_assert(sizeof(UPreventDeathAnim_C) == 0x000030, "Wrong size on UPreventDeathAnim_C"); \ + +#define DUMPER7_ASSERTS_BP_AnimNotify_FreezeAnimation_C_Received_Notify \ +static_assert(alignof(BP_AnimNotify_FreezeAnimation_C_Received_Notify) == 0x000008, "Wrong alignment on BP_AnimNotify_FreezeAnimation_C_Received_Notify"); \ +static_assert(sizeof(BP_AnimNotify_FreezeAnimation_C_Received_Notify) == 0x000068, "Wrong size on BP_AnimNotify_FreezeAnimation_C_Received_Notify"); \ +static_assert(offsetof(BP_AnimNotify_FreezeAnimation_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_AnimNotify_FreezeAnimation_C_Received_Notify::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FreezeAnimation_C_Received_Notify, Animation) == 0x000008, "Member 'BP_AnimNotify_FreezeAnimation_C_Received_Notify::Animation' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FreezeAnimation_C_Received_Notify, EventReference) == 0x000010, "Member 'BP_AnimNotify_FreezeAnimation_C_Received_Notify::EventReference' has a wrong offset!"); \ +static_assert(offsetof(BP_AnimNotify_FreezeAnimation_C_Received_Notify, ReturnValue) == 0x000060, "Member 'BP_AnimNotify_FreezeAnimation_C_Received_Notify::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_AnimNotify_FreezeAnimation_C \ +static_assert(alignof(UBP_AnimNotify_FreezeAnimation_C) == 0x000008, "Wrong alignment on UBP_AnimNotify_FreezeAnimation_C"); \ +static_assert(sizeof(UBP_AnimNotify_FreezeAnimation_C) == 0x000038, "Wrong size on UBP_AnimNotify_FreezeAnimation_C"); \ + +#define DUMPER7_ASSERTS_BP_ChangeDisarmChance_C_OnEnterInterval \ +static_assert(alignof(BP_ChangeDisarmChance_C_OnEnterInterval) == 0x000008, "Wrong alignment on BP_ChangeDisarmChance_C_OnEnterInterval"); \ +static_assert(sizeof(BP_ChangeDisarmChance_C_OnEnterInterval) == 0x000028, "Wrong size on BP_ChangeDisarmChance_C_OnEnterInterval"); \ +static_assert(offsetof(BP_ChangeDisarmChance_C_OnEnterInterval, ActionUpdateContext) == 0x000000, "Member 'BP_ChangeDisarmChance_C_OnEnterInterval::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangeDisarmChance_C_OnEnterInterval, CallFunc_GetRequestedInstigator_ReturnValue) == 0x000010, "Member 'BP_ChangeDisarmChance_C_OnEnterInterval::CallFunc_GetRequestedInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangeDisarmChance_C_OnEnterInterval, CallFunc_GetRequestedTarget_ReturnValue) == 0x000018, "Member 'BP_ChangeDisarmChance_C_OnEnterInterval::CallFunc_GetRequestedTarget_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangeDisarmChance_C_OnEnterInterval, CallFunc_OverrideDisarmChance_NewChance_ImplicitCast) == 0x000020, "Member 'BP_ChangeDisarmChance_C_OnEnterInterval::CallFunc_OverrideDisarmChance_NewChance_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangeDisarmChance_C_OnEnterInterval, CallFunc_OverrideDisarmChance_NewChance_ImplicitCast_1) == 0x000024, "Member 'BP_ChangeDisarmChance_C_OnEnterInterval::CallFunc_OverrideDisarmChance_NewChance_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ChangeDisarmChance_C_OnExitInterval \ +static_assert(alignof(BP_ChangeDisarmChance_C_OnExitInterval) == 0x000008, "Wrong alignment on BP_ChangeDisarmChance_C_OnExitInterval"); \ +static_assert(sizeof(BP_ChangeDisarmChance_C_OnExitInterval) == 0x000028, "Wrong size on BP_ChangeDisarmChance_C_OnExitInterval"); \ +static_assert(offsetof(BP_ChangeDisarmChance_C_OnExitInterval, ActionUpdateContext) == 0x000000, "Member 'BP_ChangeDisarmChance_C_OnExitInterval::ActionUpdateContext' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangeDisarmChance_C_OnExitInterval, ExitReason) == 0x000010, "Member 'BP_ChangeDisarmChance_C_OnExitInterval::ExitReason' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangeDisarmChance_C_OnExitInterval, CallFunc_GetActionInstigator_ReturnValue) == 0x000018, "Member 'BP_ChangeDisarmChance_C_OnExitInterval::CallFunc_GetActionInstigator_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ChangeDisarmChance_C_OnExitInterval, CallFunc_GetActionTarget_ReturnValue) == 0x000020, "Member 'BP_ChangeDisarmChance_C_OnExitInterval::CallFunc_GetActionTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ChangeDisarmChance_C \ +static_assert(alignof(UBP_ChangeDisarmChance_C) == 0x000008, "Wrong alignment on UBP_ChangeDisarmChance_C"); \ +static_assert(sizeof(UBP_ChangeDisarmChance_C) == 0x000048, "Wrong size on UBP_ChangeDisarmChance_C"); \ +static_assert(offsetof(UBP_ChangeDisarmChance_C, OverrideProbability) == 0x000038, "Member 'UBP_ChangeDisarmChance_C::OverrideProbability' has a wrong offset!"); \ +static_assert(offsetof(UBP_ChangeDisarmChance_C, ApplyToInstigator) == 0x000040, "Member 'UBP_ChangeDisarmChance_C::ApplyToInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Railing__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData) == 0x0002F8, "Wrong size on ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __NameProperty_33) == 0x000004, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__NameProperty_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __NameProperty_34) == 0x00000C, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__NameProperty_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __NameProperty_35) == 0x000014, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__NameProperty_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __FollowUpAnimationTagMapping_36) == 0x000020, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__FollowUpAnimationTagMapping_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __EnumProperty_37) == 0x000028, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__EnumProperty_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __EnumProperty_38) == 0x000029, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__EnumProperty_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __Class_39) == 0x000030, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__Class_39' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __CurveFloat_40) == 0x000038, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__CurveFloat_40' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __EnumProperty_41) == 0x000040, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__EnumProperty_41' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __BlendProfile_42) == 0x000048, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__BlendProfile_42' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __FloatProperty_43) == 0x000050, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__FloatProperty_43' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __FloatProperty_44) == 0x000054, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__FloatProperty_44' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __StructProperty_45) == 0x000058, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__StructProperty_45' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __FloatProperty_46) == 0x000084, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__FloatProperty_46' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __BoolProperty_47) == 0x000088, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__BoolProperty_47' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __EnumProperty_48) == 0x000089, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__EnumProperty_48' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __ByteProperty_49) == 0x00008A, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__ByteProperty_49' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __DataTable_50) == 0x000090, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__DataTable_50' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __NameProperty_51) == 0x000098, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__NameProperty_51' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __NameProperty_52) == 0x0000A0, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__NameProperty_52' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __NameProperty_53) == 0x0000A8, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__NameProperty_53' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __NameProperty_54) == 0x0000B0, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__NameProperty_54' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __StructProperty_55) == 0x0000B8, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__StructProperty_55' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __NameProperty_56) == 0x0000D8, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__NameProperty_56' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, __NameProperty_57) == 0x0000E0, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::__NameProperty_57' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000E8, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000168, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_5) == 0x0001A8, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_4) == 0x0001D8, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_3) == 0x000208, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000238, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_2) == 0x000268, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root_1) == 0x000298, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData, AnimGraphNode_Root) == 0x0002C8, "Member 'ABP_LL_EnvironmentalMelee_Railing::FAnimBlueprintGeneratedConstantData::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Railing_C_AnimGraph \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Railing_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Railing_C_AnimGraph"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Railing_C_AnimGraph) == 0x000010, "Wrong size on ABP_LL_EnvironmentalMelee_Railing_C_AnimGraph"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_LL_EnvironmentalMelee_Railing_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttack_Layer \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttack_Layer) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttack_Layer"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttack_Layer) == 0x000010, "Wrong size on ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttack_Layer"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttack_Layer, EnvironmentalAttack_Layer_0) == 0x000000, "Member 'ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttack_Layer::EnvironmentalAttack_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttackReact_Layer \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttackReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttackReact_Layer"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttackReact_Layer) == 0x000010, "Wrong size on ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttackReact_Layer"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttackReact_Layer, EnvironmentalAttackReact_Layer_0) == 0x000000, "Member 'ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalAttackReact_Layer::EnvironmentalAttackReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalHazardReact_Layer \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalHazardReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalHazardReact_Layer"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalHazardReact_Layer) == 0x000010, "Wrong size on ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalHazardReact_Layer"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalHazardReact_Layer, EnvironmentalHazardReact_Layer_0) == 0x000000, "Member 'ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalHazardReact_Layer::EnvironmentalHazardReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedown_Layer \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedown_Layer) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedown_Layer"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedown_Layer) == 0x000010, "Wrong size on ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedown_Layer"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedown_Layer, EnvironmentalTakedown_Layer_0) == 0x000000, "Member 'ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedown_Layer::EnvironmentalTakedown_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedownReact_Layer \ +static_assert(alignof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedownReact_Layer) == 0x000008, "Wrong alignment on ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(sizeof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedownReact_Layer) == 0x000010, "Wrong size on ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedownReact_Layer"); \ +static_assert(offsetof(ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedownReact_Layer, EnvironmentalTakedownReact_Layer_0) == 0x000000, "Member 'ABP_LL_EnvironmentalMelee_Railing_C_EnvironmentalTakedownReact_Layer::EnvironmentalTakedownReact_Layer_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_LL_EnvironmentalMelee_Railing_C \ +static_assert(alignof(UABP_LL_EnvironmentalMelee_Railing_C) == 0x000010, "Wrong alignment on UABP_LL_EnvironmentalMelee_Railing_C"); \ +static_assert(sizeof(UABP_LL_EnvironmentalMelee_Railing_C) == 0x000540, "Wrong size on UABP_LL_EnvironmentalMelee_Railing_C"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Railing_C, AnimBlueprintExtension_PropertyAccess) == 0x0003F0, "Member 'UABP_LL_EnvironmentalMelee_Railing_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Railing_C, AnimBlueprintExtension_Base) == 0x0003F8, "Member 'UABP_LL_EnvironmentalMelee_Railing_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Railing_C, AnimGraphNode_Root_5) == 0x000400, "Member 'UABP_LL_EnvironmentalMelee_Railing_C::AnimGraphNode_Root_5' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Railing_C, AnimGraphNode_Root_4) == 0x000420, "Member 'UABP_LL_EnvironmentalMelee_Railing_C::AnimGraphNode_Root_4' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Railing_C, AnimGraphNode_Root_3) == 0x000440, "Member 'UABP_LL_EnvironmentalMelee_Railing_C::AnimGraphNode_Root_3' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Railing_C, AnimGraphNode_SynchronizedMovementSequencePlayer) == 0x000460, "Member 'UABP_LL_EnvironmentalMelee_Railing_C::AnimGraphNode_SynchronizedMovementSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Railing_C, AnimGraphNode_Root_2) == 0x0004D8, "Member 'UABP_LL_EnvironmentalMelee_Railing_C::AnimGraphNode_Root_2' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Railing_C, AnimGraphNode_Root_1) == 0x0004F8, "Member 'UABP_LL_EnvironmentalMelee_Railing_C::AnimGraphNode_Root_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_LL_EnvironmentalMelee_Railing_C, AnimGraphNode_Root) == 0x000518, "Member 'UABP_LL_EnvironmentalMelee_Railing_C::AnimGraphNode_Root' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ActionCondition_IsNotPlayer_C_Evaluate \ +static_assert(alignof(BP_ActionCondition_IsNotPlayer_C_Evaluate) == 0x000008, "Wrong alignment on BP_ActionCondition_IsNotPlayer_C_Evaluate"); \ +static_assert(sizeof(BP_ActionCondition_IsNotPlayer_C_Evaluate) == 0x000028, "Wrong size on BP_ActionCondition_IsNotPlayer_C_Evaluate"); \ +static_assert(offsetof(BP_ActionCondition_IsNotPlayer_C_Evaluate, Context) == 0x000000, "Member 'BP_ActionCondition_IsNotPlayer_C_Evaluate::Context' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_IsNotPlayer_C_Evaluate, ReturnValue) == 0x000020, "Member 'BP_ActionCondition_IsNotPlayer_C_Evaluate::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_IsNotPlayer_C_Evaluate, CallFunc_IsPlayerControlled_ReturnValue) == 0x000021, "Member 'BP_ActionCondition_IsNotPlayer_C_Evaluate::CallFunc_IsPlayerControlled_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_ActionCondition_IsNotPlayer_C_Evaluate, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_ActionCondition_IsNotPlayer_C_Evaluate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_ActionCondition_IsNotPlayer_C \ +static_assert(alignof(UBP_ActionCondition_IsNotPlayer_C) == 0x000008, "Wrong alignment on UBP_ActionCondition_IsNotPlayer_C"); \ +static_assert(sizeof(UBP_ActionCondition_IsNotPlayer_C) == 0x000038, "Wrong size on UBP_ActionCondition_IsNotPlayer_C"); \ + +#define DUMPER7_ASSERTS_UInputActionWidgetStyle_HUD_C \ +static_assert(alignof(UInputActionWidgetStyle_HUD_C) == 0x000010, "Wrong alignment on UInputActionWidgetStyle_HUD_C"); \ +static_assert(sizeof(UInputActionWidgetStyle_HUD_C) == 0x000490, "Wrong size on UInputActionWidgetStyle_HUD_C"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractButton_C_Animation \ +static_assert(alignof(WBP_New_InteractButton_C_Animation) == 0x000008, "Wrong alignment on WBP_New_InteractButton_C_Animation"); \ +static_assert(sizeof(WBP_New_InteractButton_C_Animation) == 0x0000A8, "Wrong size on WBP_New_InteractButton_C_Animation"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, Alpha) == 0x000000, "Member 'WBP_New_InteractButton_C_Animation::Alpha' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, Function) == 0x000008, "Member 'WBP_New_InteractButton_C_Animation::Function' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000009, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_MapRangeClamped_ReturnValue) == 0x000018, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000020, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_Lerp_ReturnValue) == 0x000028, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_Ease_ReturnValue) == 0x000030, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000038, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000040, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_Ease_ReturnValue_1) == 0x000048, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_Ease_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_MakeVector2D_ReturnValue) == 0x000050, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000068, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_MapRangeClamped_ReturnValue_3) == 0x000070, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_MapRangeClamped_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_FCeil_ReturnValue) == 0x000078, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_GetSubstring_ReturnValue) == 0x000080, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Animation, CallFunc_SetRenderOpacity_InOpacity_ImplicitCast) == 0x0000A0, "Member 'WBP_New_InteractButton_C_Animation::CallFunc_SetRenderOpacity_InOpacity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractButton_C_Event_IsFocused \ +static_assert(alignof(WBP_New_InteractButton_C_Event_IsFocused) == 0x000001, "Wrong alignment on WBP_New_InteractButton_C_Event_IsFocused"); \ +static_assert(sizeof(WBP_New_InteractButton_C_Event_IsFocused) == 0x000001, "Wrong size on WBP_New_InteractButton_C_Event_IsFocused"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Event_IsFocused, WidgetType) == 0x000000, "Member 'WBP_New_InteractButton_C_Event_IsFocused::WidgetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton \ +static_assert(alignof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton) == 0x000008, "Wrong alignment on WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton"); \ +static_assert(sizeof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton) == 0x000090, "Wrong size on WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, EntryPoint) == 0x000000, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000004, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, K2Node_CustomEvent_Value) == 0x000008, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000010, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, CallFunc_GetCurrentInputType_ReturnValue) == 0x000018, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002C, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, CallFunc_SelectFloat_ReturnValue) == 0x000030, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, K2Node_CustomEvent_WidgetType) == 0x000038, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::K2Node_CustomEvent_WidgetType' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, K2Node_SwitchEnum_CmpSuccess) == 0x000039, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000040, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, K2Node_CustomEvent_bNewInputType) == 0x000048, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000050, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, CallFunc_GetDynamicMaterial_ReturnValue_2) == 0x000058, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::CallFunc_GetDynamicMaterial_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, K2Node_CreateDelegate_OutputDelegate_1) == 0x000060, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, K2Node_CreateDelegate_OutputDelegate_2) == 0x000070, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000080, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton, CallFunc_Animation_Alpha_ImplicitCast) == 0x000088, "Member 'WBP_New_InteractButton_C_ExecuteUbergraph_WBP_New_InteractButton::CallFunc_Animation_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractButton_C_IsHoldInteraction \ +static_assert(alignof(WBP_New_InteractButton_C_IsHoldInteraction) == 0x000001, "Wrong alignment on WBP_New_InteractButton_C_IsHoldInteraction"); \ +static_assert(sizeof(WBP_New_InteractButton_C_IsHoldInteraction) == 0x000006, "Wrong size on WBP_New_InteractButton_C_IsHoldInteraction"); \ +static_assert(offsetof(WBP_New_InteractButton_C_IsHoldInteraction, IsHold) == 0x000000, "Member 'WBP_New_InteractButton_C_IsHoldInteraction::IsHold' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_IsHoldInteraction, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_New_InteractButton_C_IsHoldInteraction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_IsHoldInteraction, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'WBP_New_InteractButton_C_IsHoldInteraction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_IsHoldInteraction, CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue) == 0x000003, "Member 'WBP_New_InteractButton_C_IsHoldInteraction::CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_IsHoldInteraction, CallFunc_BooleanAND_ReturnValue_1) == 0x000004, "Member 'WBP_New_InteractButton_C_IsHoldInteraction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_IsHoldInteraction, CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue_1) == 0x000005, "Member 'WBP_New_InteractButton_C_IsHoldInteraction::CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractButton_C_On_Input_Method_Changed \ +static_assert(alignof(WBP_New_InteractButton_C_On_Input_Method_Changed) == 0x000001, "Wrong alignment on WBP_New_InteractButton_C_On_Input_Method_Changed"); \ +static_assert(sizeof(WBP_New_InteractButton_C_On_Input_Method_Changed) == 0x000001, "Wrong size on WBP_New_InteractButton_C_On_Input_Method_Changed"); \ +static_assert(offsetof(WBP_New_InteractButton_C_On_Input_Method_Changed, bNewInputType) == 0x000000, "Member 'WBP_New_InteractButton_C_On_Input_Method_Changed::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractButton_C_OnValueUpdated_80D2A1F64A68D2CA3B0EDAB90A14D6BC \ +static_assert(alignof(WBP_New_InteractButton_C_OnValueUpdated_80D2A1F64A68D2CA3B0EDAB90A14D6BC) == 0x000004, "Wrong alignment on WBP_New_InteractButton_C_OnValueUpdated_80D2A1F64A68D2CA3B0EDAB90A14D6BC"); \ +static_assert(sizeof(WBP_New_InteractButton_C_OnValueUpdated_80D2A1F64A68D2CA3B0EDAB90A14D6BC) == 0x000004, "Wrong size on WBP_New_InteractButton_C_OnValueUpdated_80D2A1F64A68D2CA3B0EDAB90A14D6BC"); \ +static_assert(offsetof(WBP_New_InteractButton_C_OnValueUpdated_80D2A1F64A68D2CA3B0EDAB90A14D6BC, Value) == 0x000000, "Member 'WBP_New_InteractButton_C_OnValueUpdated_80D2A1F64A68D2CA3B0EDAB90A14D6BC::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractButton_C_Set_Input_Method \ +static_assert(alignof(WBP_New_InteractButton_C_Set_Input_Method) == 0x000001, "Wrong alignment on WBP_New_InteractButton_C_Set_Input_Method"); \ +static_assert(sizeof(WBP_New_InteractButton_C_Set_Input_Method) == 0x000006, "Wrong size on WBP_New_InteractButton_C_Set_Input_Method"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Set_Input_Method, InputMethod) == 0x000000, "Member 'WBP_New_InteractButton_C_Set_Input_Method::InputMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Set_Input_Method, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_New_InteractButton_C_Set_Input_Method::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Set_Input_Method, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'WBP_New_InteractButton_C_Set_Input_Method::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Set_Input_Method, CallFunc_BooleanAND_ReturnValue_1) == 0x000003, "Member 'WBP_New_InteractButton_C_Set_Input_Method::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Set_Input_Method, CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue) == 0x000004, "Member 'WBP_New_InteractButton_C_Set_Input_Method::CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Set_Input_Method, CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue_1) == 0x000005, "Member 'WBP_New_InteractButton_C_Set_Input_Method::CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractButton_C_Set_Is_Important_Dialogue \ +static_assert(alignof(WBP_New_InteractButton_C_Set_Is_Important_Dialogue) == 0x000001, "Wrong alignment on WBP_New_InteractButton_C_Set_Is_Important_Dialogue"); \ +static_assert(sizeof(WBP_New_InteractButton_C_Set_Is_Important_Dialogue) == 0x000001, "Wrong size on WBP_New_InteractButton_C_Set_Is_Important_Dialogue"); \ +static_assert(offsetof(WBP_New_InteractButton_C_Set_Is_Important_Dialogue, IsImportant_0) == 0x000000, "Member 'WBP_New_InteractButton_C_Set_Is_Important_Dialogue::IsImportant_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractButton_C_SetInteractButtonViewModel \ +static_assert(alignof(WBP_New_InteractButton_C_SetInteractButtonViewModel) == 0x000008, "Wrong alignment on WBP_New_InteractButton_C_SetInteractButtonViewModel"); \ +static_assert(sizeof(WBP_New_InteractButton_C_SetInteractButtonViewModel) == 0x000028, "Wrong size on WBP_New_InteractButton_C_SetInteractButtonViewModel"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetInteractButtonViewModel, ViewModel) == 0x000000, "Member 'WBP_New_InteractButton_C_SetInteractButtonViewModel::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetInteractButtonViewModel, CallFunc_GetExtension_ReturnValue) == 0x000008, "Member 'WBP_New_InteractButton_C_SetInteractButtonViewModel::CallFunc_GetExtension_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetInteractButtonViewModel, CallFunc_SetViewModel_ViewModel_CastInput) == 0x000010, "Member 'WBP_New_InteractButton_C_SetInteractButtonViewModel::CallFunc_SetViewModel_ViewModel_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetInteractButtonViewModel, CallFunc_SetViewModel_ReturnValue) == 0x000020, "Member 'WBP_New_InteractButton_C_SetInteractButtonViewModel::CallFunc_SetViewModel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractButton_C_SetInteractionText \ +static_assert(alignof(WBP_New_InteractButton_C_SetInteractionText) == 0x000008, "Wrong alignment on WBP_New_InteractButton_C_SetInteractionText"); \ +static_assert(sizeof(WBP_New_InteractButton_C_SetInteractionText) == 0x000030, "Wrong size on WBP_New_InteractButton_C_SetInteractionText"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetInteractionText, InteractionText_0) == 0x000000, "Member 'WBP_New_InteractButton_C_SetInteractionText::InteractionText_0' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetInteractionText, CallFunc_Len_ReturnValue) == 0x000010, "Member 'WBP_New_InteractButton_C_SetInteractionText::CallFunc_Len_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetInteractionText, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'WBP_New_InteractButton_C_SetInteractionText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetInteractionText, CallFunc_Animation_Alpha_ImplicitCast) == 0x000028, "Member 'WBP_New_InteractButton_C_SetInteractionText::CallFunc_Animation_Alpha_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractButton_C_SetNormalizedHoldProgress \ +static_assert(alignof(WBP_New_InteractButton_C_SetNormalizedHoldProgress) == 0x000008, "Wrong alignment on WBP_New_InteractButton_C_SetNormalizedHoldProgress"); \ +static_assert(sizeof(WBP_New_InteractButton_C_SetNormalizedHoldProgress) == 0x000028, "Wrong size on WBP_New_InteractButton_C_SetNormalizedHoldProgress"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetNormalizedHoldProgress, Progress) == 0x000000, "Member 'WBP_New_InteractButton_C_SetNormalizedHoldProgress::Progress' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetNormalizedHoldProgress, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000008, "Member 'WBP_New_InteractButton_C_SetNormalizedHoldProgress::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetNormalizedHoldProgress, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'WBP_New_InteractButton_C_SetNormalizedHoldProgress::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetNormalizedHoldProgress, CallFunc_SetScalarParameterValue_Value_ImplicitCast) == 0x000018, "Member 'WBP_New_InteractButton_C_SetNormalizedHoldProgress::CallFunc_SetScalarParameterValue_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetNormalizedHoldProgress, CallFunc_SetScalarParameterValue_Value_ImplicitCast_1) == 0x00001C, "Member 'WBP_New_InteractButton_C_SetNormalizedHoldProgress::CallFunc_SetScalarParameterValue_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractButton_C_SetNormalizedHoldProgress, CallFunc_SetRenderOpacity_InOpacity_ImplicitCast) == 0x000020, "Member 'WBP_New_InteractButton_C_SetNormalizedHoldProgress::CallFunc_SetRenderOpacity_InOpacity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_New_InteractButton_C \ +static_assert(alignof(UWBP_New_InteractButton_C) == 0x000008, "Wrong alignment on UWBP_New_InteractButton_C"); \ +static_assert(sizeof(UWBP_New_InteractButton_C) == 0x000400, "Wrong size on UWBP_New_InteractButton_C"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, UberGraphFrame) == 0x000328, "Member 'UWBP_New_InteractButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, TextBackground) == 0x000330, "Member 'UWBP_New_InteractButton_C::TextBackground' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, Text) == 0x000338, "Member 'UWBP_New_InteractButton_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, ProgressBarPC) == 0x000340, "Member 'UWBP_New_InteractButton_C::ProgressBarPC' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, ProgressBar) == 0x000348, "Member 'UWBP_New_InteractButton_C::ProgressBar' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, InteractionText) == 0x000350, "Member 'UWBP_New_InteractButton_C::InteractionText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, InputActionIcon) == 0x000358, "Member 'UWBP_New_InteractButton_C::InputActionIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, HoldText) == 0x000360, "Member 'UWBP_New_InteractButton_C::HoldText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, HoldPrompt) == 0x000368, "Member 'UWBP_New_InteractButton_C::HoldPrompt' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, HoldBg_1) == 0x000370, "Member 'UWBP_New_InteractButton_C::HoldBg_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, HoldBg) == 0x000378, "Member 'UWBP_New_InteractButton_C::HoldBg' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, Filler) == 0x000380, "Member 'UWBP_New_InteractButton_C::Filler' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, InteractButtonViewModel) == 0x000388, "Member 'UWBP_New_InteractButton_C::InteractButtonViewModel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, ButtonIndex) == 0x000390, "Member 'UWBP_New_InteractButton_C::ButtonIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, Prompt_Pc) == 0x000398, "Member 'UWBP_New_InteractButton_C::Prompt_Pc' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, Interaction_Text) == 0x0003A8, "Member 'UWBP_New_InteractButton_C::Interaction_Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, InteractionString) == 0x0003B8, "Member 'UWBP_New_InteractButton_C::InteractionString' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, TextLength) == 0x0003C8, "Member 'UWBP_New_InteractButton_C::TextLength' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, IsFocused) == 0x0003CC, "Member 'UWBP_New_InteractButton_C::IsFocused' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, TransitionDelay) == 0x0003D0, "Member 'UWBP_New_InteractButton_C::TransitionDelay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, ProgressMaterial) == 0x0003D8, "Member 'UWBP_New_InteractButton_C::ProgressMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, ProgressMaterialPC) == 0x0003E0, "Member 'UWBP_New_InteractButton_C::ProgressMaterialPC' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, IsImportant) == 0x0003E8, "Member 'UWBP_New_InteractButton_C::IsImportant' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, IsGamepad) == 0x0003E9, "Member 'UWBP_New_InteractButton_C::IsGamepad' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, IsMouseKeyboard) == 0x0003EA, "Member 'UWBP_New_InteractButton_C::IsMouseKeyboard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, Is_Hold) == 0x0003EB, "Member 'UWBP_New_InteractButton_C::Is_Hold' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, Input_Action) == 0x0003F0, "Member 'UWBP_New_InteractButton_C::Input_Action' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractButton_C, CurrentAnimationAlpha) == 0x0003F8, "Member 'UWBP_New_InteractButton_C::CurrentAnimationAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode \ +static_assert(alignof(WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode) == 0x000008, "Wrong alignment on WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode"); \ +static_assert(sizeof(WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode) == 0x000028, "Wrong size on WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode, EntryPoint) == 0x000000, "Member 'WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000018, "Member 'WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode, K2Node_CustomEvent_bNewInputType) == 0x000020, "Member 'WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode, CallFunc_GetCurrentInputType_ReturnValue) == 0x000021, "Member 'WBP_New_InteractionPoint_TargetMode_C_ExecuteUbergraph_WBP_New_InteractionPoint_TargetMode::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_TargetMode_C_On_Input_Method_Changed \ +static_assert(alignof(WBP_New_InteractionPoint_TargetMode_C_On_Input_Method_Changed) == 0x000001, "Wrong alignment on WBP_New_InteractionPoint_TargetMode_C_On_Input_Method_Changed"); \ +static_assert(sizeof(WBP_New_InteractionPoint_TargetMode_C_On_Input_Method_Changed) == 0x000001, "Wrong size on WBP_New_InteractionPoint_TargetMode_C_On_Input_Method_Changed"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_On_Input_Method_Changed, bNewInputType) == 0x000000, "Member 'WBP_New_InteractionPoint_TargetMode_C_On_Input_Method_Changed::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action \ +static_assert(alignof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action) == 0x000008, "Wrong alignment on WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action"); \ +static_assert(sizeof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action) == 0x000128, "Wrong size on WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, HasImportantAction) == 0x000000, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::HasImportantAction' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_White) == 0x000018, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_White' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_Black) == 0x000028, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_Black' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_Grey) == 0x000038, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_Grey' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_Red) == 0x000048, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_Red' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_Yellow) == 0x000058, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_Yellow' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_Blue) == 0x000068, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_Blue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_Green) == 0x000078, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_Green' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_White__S_) == 0x000088, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_White__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_Black__S_) == 0x00009C, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_Black__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_Grey__S_) == 0x0000B0, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_Grey__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_Red__S_) == 0x0000C4, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_Red__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_Yellow__S_) == 0x0000D8, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_Yellow__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_Blue__S_) == 0x0000EC, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_Blue__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_UI_Color_Library_Green__S_) == 0x000100, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_UI_Color_Library_Green__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action, CallFunc_SelectColor_ReturnValue) == 0x000114, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Has_Important_Action::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active \ +static_assert(alignof(WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active) == 0x000008, "Wrong alignment on WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active"); \ +static_assert(sizeof(WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active) == 0x000018, "Wrong size on WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active, TargetModeActive) == 0x000000, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active::TargetModeActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active, CallFunc_SelectFloat_ReturnValue) == 0x000008, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active, CallFunc_ToSlateVisibility_VisibleOrCollapsed_ReturnValue) == 0x000011, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active::CallFunc_ToSlateVisibility_VisibleOrCollapsed_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active, CallFunc_ToSlateVisibility_VisibleOrCollapsed_ReturnValue_1) == 0x000012, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active::CallFunc_ToSlateVisibility_VisibleOrCollapsed_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active, CallFunc_SetOpacity_InOpacity_ImplicitCast) == 0x000014, "Member 'WBP_New_InteractionPoint_TargetMode_C_Set_Target_Mode_Active::CallFunc_SetOpacity_InOpacity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_TargetMode_C_SetInputMethod \ +static_assert(alignof(WBP_New_InteractionPoint_TargetMode_C_SetInputMethod) == 0x000001, "Wrong alignment on WBP_New_InteractionPoint_TargetMode_C_SetInputMethod"); \ +static_assert(sizeof(WBP_New_InteractionPoint_TargetMode_C_SetInputMethod) == 0x000004, "Wrong size on WBP_New_InteractionPoint_TargetMode_C_SetInputMethod"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_SetInputMethod, Selection) == 0x000000, "Member 'WBP_New_InteractionPoint_TargetMode_C_SetInputMethod::Selection' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_SetInputMethod, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_New_InteractionPoint_TargetMode_C_SetInputMethod::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_SetInputMethod, CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue) == 0x000002, "Member 'WBP_New_InteractionPoint_TargetMode_C_SetInputMethod::CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_SetInputMethod, CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue_1) == 0x000003, "Member 'WBP_New_InteractionPoint_TargetMode_C_SetInputMethod::CallFunc_ToSlateVisibility_VisibleOrHidden_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel \ +static_assert(alignof(WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel) == 0x000008, "Wrong alignment on WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel"); \ +static_assert(sizeof(WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel) == 0x000028, "Wrong size on WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel, ViewModel) == 0x000000, "Member 'WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel, CallFunc_GetExtension_ReturnValue) == 0x000008, "Member 'WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel::CallFunc_GetExtension_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel, CallFunc_SetViewModel_ViewModel_CastInput) == 0x000010, "Member 'WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel::CallFunc_SetViewModel_ViewModel_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel, CallFunc_SetViewModel_ReturnValue) == 0x000020, "Member 'WBP_New_InteractionPoint_TargetMode_C_SetInteractionPointViewModel::CallFunc_SetViewModel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_New_InteractionPoint_TargetMode_C \ +static_assert(alignof(UWBP_New_InteractionPoint_TargetMode_C) == 0x000008, "Wrong alignment on UWBP_New_InteractionPoint_TargetMode_C"); \ +static_assert(sizeof(UWBP_New_InteractionPoint_TargetMode_C) == 0x000390, "Wrong size on UWBP_New_InteractionPoint_TargetMode_C"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, UberGraphFrame) == 0x000328, "Member 'UWBP_New_InteractionPoint_TargetMode_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, Xbox) == 0x000330, "Member 'UWBP_New_InteractionPoint_TargetMode_C::Xbox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, Win) == 0x000338, "Member 'UWBP_New_InteractionPoint_TargetMode_C::Win' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, TargetPressedImage_PC) == 0x000340, "Member 'UWBP_New_InteractionPoint_TargetMode_C::TargetPressedImage_PC' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, TargetPressedImage) == 0x000348, "Member 'UWBP_New_InteractionPoint_TargetMode_C::TargetPressedImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, TargetMultiply_PC) == 0x000350, "Member 'UWBP_New_InteractionPoint_TargetMode_C::TargetMultiply_PC' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, TargetMultiply) == 0x000358, "Member 'UWBP_New_InteractionPoint_TargetMode_C::TargetMultiply' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, TargetImagePC_Overlay) == 0x000360, "Member 'UWBP_New_InteractionPoint_TargetMode_C::TargetImagePC_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, TargetImage_PC) == 0x000368, "Member 'UWBP_New_InteractionPoint_TargetMode_C::TargetImage_PC' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, TargetImage_Overlay) == 0x000370, "Member 'UWBP_New_InteractionPoint_TargetMode_C::TargetImage_Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, TargetImage) == 0x000378, "Member 'UWBP_New_InteractionPoint_TargetMode_C::TargetImage' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, InteractionPointViewModel) == 0x000380, "Member 'UWBP_New_InteractionPoint_TargetMode_C::InteractionPointViewModel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, IsGamepad) == 0x000388, "Member 'UWBP_New_InteractionPoint_TargetMode_C::IsGamepad' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_TargetMode_C, IsMouseKeyboard) == 0x000389, "Member 'UWBP_New_InteractionPoint_TargetMode_C::IsMouseKeyboard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MCD_HasTarget_C_CalculateBoolValue \ +static_assert(alignof(MCD_HasTarget_C_CalculateBoolValue) == 0x000008, "Wrong alignment on MCD_HasTarget_C_CalculateBoolValue"); \ +static_assert(sizeof(MCD_HasTarget_C_CalculateBoolValue) == 0x000010, "Wrong size on MCD_HasTarget_C_CalculateBoolValue"); \ +static_assert(offsetof(MCD_HasTarget_C_CalculateBoolValue, Controller) == 0x000000, "Member 'MCD_HasTarget_C_CalculateBoolValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MCD_HasTarget_C_CalculateBoolValue, DeltaTime) == 0x000008, "Member 'MCD_HasTarget_C_CalculateBoolValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MCD_HasTarget_C_CalculateBoolValue, OutValue) == 0x00000C, "Member 'MCD_HasTarget_C_CalculateBoolValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_HasTarget_C_CalculateBoolValue, CallFunc_HasTarget_ReturnValue) == 0x00000D, "Member 'MCD_HasTarget_C_CalculateBoolValue::CallFunc_HasTarget_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMCD_HasTarget_C \ +static_assert(alignof(UMCD_HasTarget_C) == 0x000008, "Wrong alignment on UMCD_HasTarget_C"); \ +static_assert(sizeof(UMCD_HasTarget_C) == 0x000030, "Wrong size on UMCD_HasTarget_C"); \ + +#define DUMPER7_ASSERTS_MCD_AllyIsAttacking_C_CalculateBoolValue \ +static_assert(alignof(MCD_AllyIsAttacking_C_CalculateBoolValue) == 0x000008, "Wrong alignment on MCD_AllyIsAttacking_C_CalculateBoolValue"); \ +static_assert(sizeof(MCD_AllyIsAttacking_C_CalculateBoolValue) == 0x000030, "Wrong size on MCD_AllyIsAttacking_C_CalculateBoolValue"); \ +static_assert(offsetof(MCD_AllyIsAttacking_C_CalculateBoolValue, Controller) == 0x000000, "Member 'MCD_AllyIsAttacking_C_CalculateBoolValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MCD_AllyIsAttacking_C_CalculateBoolValue, DeltaTime) == 0x000008, "Member 'MCD_AllyIsAttacking_C_CalculateBoolValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MCD_AllyIsAttacking_C_CalculateBoolValue, OutValue) == 0x00000C, "Member 'MCD_AllyIsAttacking_C_CalculateBoolValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_AllyIsAttacking_C_CalculateBoolValue, CallFunc_GetPlayingInstance_ReturnValue) == 0x000010, "Member 'MCD_AllyIsAttacking_C_CalculateBoolValue::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_AllyIsAttacking_C_CalculateBoolValue, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'MCD_AllyIsAttacking_C_CalculateBoolValue::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_AllyIsAttacking_C_CalculateBoolValue, CallFunc_GetTargetedBy_ReturnValue) == 0x000020, "Member 'MCD_AllyIsAttacking_C_CalculateBoolValue::CallFunc_GetTargetedBy_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_AllyIsAttacking_C_CalculateBoolValue, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'MCD_AllyIsAttacking_C_CalculateBoolValue::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_AllyIsAttacking_C_CalculateBoolValue, CallFunc_GetTeamAttitudeTowards_BP_ReturnValue) == 0x000029, "Member 'MCD_AllyIsAttacking_C_CalculateBoolValue::CallFunc_GetTeamAttitudeTowards_BP_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_AllyIsAttacking_C_CalculateBoolValue, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002A, "Member 'MCD_AllyIsAttacking_C_CalculateBoolValue::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMCD_AllyIsAttacking_C \ +static_assert(alignof(UMCD_AllyIsAttacking_C) == 0x000008, "Wrong alignment on UMCD_AllyIsAttacking_C"); \ +static_assert(sizeof(UMCD_AllyIsAttacking_C) == 0x000030, "Wrong size on UMCD_AllyIsAttacking_C"); \ + +#define DUMPER7_ASSERTS_MCD_Escalation_C_CalculateIntValue \ +static_assert(alignof(MCD_Escalation_C_CalculateIntValue) == 0x000008, "Wrong alignment on MCD_Escalation_C_CalculateIntValue"); \ +static_assert(sizeof(MCD_Escalation_C_CalculateIntValue) == 0x000160, "Wrong size on MCD_Escalation_C_CalculateIntValue"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, Controller) == 0x000000, "Member 'MCD_Escalation_C_CalculateIntValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, DeltaTime) == 0x000008, "Member 'MCD_Escalation_C_CalculateIntValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, OutValue) == 0x00000C, "Member 'MCD_Escalation_C_CalculateIntValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, Result) == 0x000010, "Member 'MCD_Escalation_C_CalculateIntValue::Result' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, Temp_int_Array_Index_Variable) == 0x000014, "Member 'MCD_Escalation_C_CalculateIntValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput) == 0x000018, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue) == 0x000028, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'MCD_Escalation_C_CalculateIntValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_Map_Values_Values) == 0x000038, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, Temp_int_Variable) == 0x000050, "Member 'MCD_Escalation_C_CalculateIntValue::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, Temp_int_Loop_Counter_Variable_1) == 0x000054, "Member 'MCD_Escalation_C_CalculateIntValue::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, Temp_int_Array_Index_Variable_1) == 0x000060, "Member 'MCD_Escalation_C_CalculateIntValue::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_Array_Get_Item) == 0x000068, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000E0, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_Map_Values_Values_1) == 0x0000E8, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_Array_Get_Item_1) == 0x0000F8, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_Array_Length_ReturnValue_1) == 0x000158, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, CallFunc_Less_IntInt_ReturnValue_1) == 0x00015C, "Member 'MCD_Escalation_C_CalculateIntValue::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Escalation_C_CalculateIntValue, K2Node_SwitchEnum_CmpSuccess) == 0x00015D, "Member 'MCD_Escalation_C_CalculateIntValue::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMCD_Escalation_C \ +static_assert(alignof(UMCD_Escalation_C) == 0x000008, "Wrong alignment on UMCD_Escalation_C"); \ +static_assert(sizeof(UMCD_Escalation_C) == 0x000030, "Wrong size on UMCD_Escalation_C"); \ + +#define DUMPER7_ASSERTS_MCD_Intensity_C_CalculateFloatValue \ +static_assert(alignof(MCD_Intensity_C_CalculateFloatValue) == 0x000008, "Wrong alignment on MCD_Intensity_C_CalculateFloatValue"); \ +static_assert(sizeof(MCD_Intensity_C_CalculateFloatValue) == 0x0001B0, "Wrong size on MCD_Intensity_C_CalculateFloatValue"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, Controller) == 0x000000, "Member 'MCD_Intensity_C_CalculateFloatValue::Controller' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, DeltaTime) == 0x000008, "Member 'MCD_Intensity_C_CalculateFloatValue::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, OutValue) == 0x00000C, "Member 'MCD_Intensity_C_CalculateFloatValue::OutValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, JitterOffset) == 0x000010, "Member 'MCD_Intensity_C_CalculateFloatValue::JitterOffset' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, NumStims) == 0x000018, "Member 'MCD_Intensity_C_CalculateFloatValue::NumStims' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, PostCalculationIntensity) == 0x000020, "Member 'MCD_Intensity_C_CalculateFloatValue::PostCalculationIntensity' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, PreCalculationIntensity) == 0x000028, "Member 'MCD_Intensity_C_CalculateFloatValue::PreCalculationIntensity' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, DeviationThreshold) == 0x000030, "Member 'MCD_Intensity_C_CalculateFloatValue::DeviationThreshold' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, FrameJitter) == 0x000038, "Member 'MCD_Intensity_C_CalculateFloatValue::FrameJitter' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput) == 0x000040, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue) == 0x000050, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput_1) == 0x000058, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_GetMotivationInformation_BlueprintCallable_self_CastInput_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue_1) == 0x000068, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_GetMotivationInformation_BlueprintCallable_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_GetCalculatedValueInt_Output) == 0x000070, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_GetCalculatedValueInt_Output' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_GetCalculatedValueInt_ReturnValue) == 0x000074, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_GetCalculatedValueInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000078, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Map_Values_Values) == 0x000080, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Map_Values_Values' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, Temp_int_Array_Index_Variable) == 0x000094, "Member 'MCD_Intensity_C_CalculateFloatValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'MCD_Intensity_C_CalculateFloatValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Less_IntInt_ReturnValue) == 0x000118, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Map_Length_ReturnValue) == 0x00011C, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Add_IntInt_ReturnValue) == 0x000120, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Add_DoubleDouble_ReturnValue) == 0x000128, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Add_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000130, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Add_DoubleDouble_ReturnValue_1) == 0x000138, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Add_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Multiply_DoubleDouble_ReturnValue) == 0x000140, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Multiply_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_FClamp_ReturnValue) == 0x000148, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Multiply_DoubleDouble_ReturnValue_1) == 0x000150, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Multiply_DoubleDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Add_IntInt_ReturnValue_1) == 0x000158, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000160, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Add_DoubleDouble_ReturnValue_2) == 0x000168, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Add_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Multiply_DoubleDouble_ReturnValue_2) == 0x000170, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Multiply_DoubleDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Subtract_DoubleDouble_ReturnValue) == 0x000178, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Subtract_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_GetCalculatedValueFloat_Output) == 0x000180, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_GetCalculatedValueFloat_Output' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_GetCalculatedValueFloat_ReturnValue) == 0x000184, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_GetCalculatedValueFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Multiply_DoubleDouble_ReturnValue_3) == 0x000188, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Multiply_DoubleDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_RandomFloatInRange_ReturnValue) == 0x000190, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, CallFunc_Multiply_DoubleDouble_A_ImplicitCast) == 0x000198, "Member 'MCD_Intensity_C_CalculateFloatValue::CallFunc_Multiply_DoubleDouble_A_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, K2Node_FunctionResult_OutValue_ImplicitCast) == 0x0001A0, "Member 'MCD_Intensity_C_CalculateFloatValue::K2Node_FunctionResult_OutValue_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(MCD_Intensity_C_CalculateFloatValue, K2Node_VariableSet_PreCalculationIntensity_ImplicitCast) == 0x0001A8, "Member 'MCD_Intensity_C_CalculateFloatValue::K2Node_VariableSet_PreCalculationIntensity_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMCD_Intensity_C \ +static_assert(alignof(UMCD_Intensity_C) == 0x000008, "Wrong alignment on UMCD_Intensity_C"); \ +static_assert(sizeof(UMCD_Intensity_C) == 0x000040, "Wrong size on UMCD_Intensity_C"); \ +static_assert(offsetof(UMCD_Intensity_C, JitterAmplitude) == 0x000030, "Member 'UMCD_Intensity_C::JitterAmplitude' has a wrong offset!"); \ +static_assert(offsetof(UMCD_Intensity_C, IntensityDecaySpeed) == 0x000038, "Member 'UMCD_Intensity_C::IntensityDecaySpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_VM_HUD_VehicleHealthbar_C \ +static_assert(alignof(UBP_VM_HUD_VehicleHealthbar_C) == 0x000008, "Wrong alignment on UBP_VM_HUD_VehicleHealthbar_C"); \ +static_assert(sizeof(UBP_VM_HUD_VehicleHealthbar_C) == 0x000088, "Wrong size on UBP_VM_HUD_VehicleHealthbar_C"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint \ +static_assert(alignof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint) == 0x000008, "Wrong alignment on WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint"); \ +static_assert(sizeof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint) == 0x0001F0, "Wrong size on WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, EntryPoint) == 0x000000, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, K2Node_CustomEvent_Value_1) == 0x000024, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, Temp_bool_Variable) == 0x000028, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_Lerp_ReturnValue) == 0x000030, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_Lerp_ReturnValue_1) == 0x000038, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_MakeVector2D_ReturnValue) == 0x000040, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, K2Node_CreateDelegate_OutputDelegate_2) == 0x000050, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, K2Node_CreateDelegate_OutputDelegate_3) == 0x000060, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, K2Node_CustomEvent_Value) == 0x000070, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_SelectFloat_ReturnValue) == 0x000078, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_White) == 0x000080, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_White' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_Black) == 0x000090, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_Black' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_Grey) == 0x0000A0, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_Grey' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_Red) == 0x0000B0, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_Red' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_Yellow) == 0x0000C0, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_Yellow' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_Blue) == 0x0000D0, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_Blue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_Green) == 0x0000E0, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_Green' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_White__S_) == 0x0000F0, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_White__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_Black__S_) == 0x000104, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_Black__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_Grey__S_) == 0x000118, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_Grey__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_Red__S_) == 0x00012C, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_Red__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_Yellow__S_) == 0x000140, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_Yellow__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_Blue__S_) == 0x000154, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_Blue__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_UI_Color_Library_Green__S_) == 0x000168, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_UI_Color_Library_Green__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_BooleanOR_ReturnValue) == 0x00017C, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, K2Node_Select_Default) == 0x000180, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000198, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_Lerp_ReturnValue_2) == 0x0001A0, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_FCeil_ReturnValue) == 0x0001A8, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_GetSubstring_ReturnValue) == 0x0001B0, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_Conv_StringToText_ReturnValue) == 0x0001C0, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_Lerp_Alpha_ImplicitCast) == 0x0001D0, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_Lerp_Alpha_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_Lerp_Alpha_ImplicitCast_1) == 0x0001D8, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_Lerp_Alpha_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_Lerp_Alpha_ImplicitCast_2) == 0x0001E0, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_Lerp_Alpha_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint, CallFunc_BP_TweenTo_Float_Value_ImplicitCast) == 0x0001E8, "Member 'WBP_New_InteractionPoint_C_ExecuteUbergraph_WBP_New_InteractionPoint::CallFunc_BP_TweenTo_Float_Value_ImplicitCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_C_OnValueUpdated_3A6C27734C0FE6901E3173A02EA4D9A1 \ +static_assert(alignof(WBP_New_InteractionPoint_C_OnValueUpdated_3A6C27734C0FE6901E3173A02EA4D9A1) == 0x000004, "Wrong alignment on WBP_New_InteractionPoint_C_OnValueUpdated_3A6C27734C0FE6901E3173A02EA4D9A1"); \ +static_assert(sizeof(WBP_New_InteractionPoint_C_OnValueUpdated_3A6C27734C0FE6901E3173A02EA4D9A1) == 0x000004, "Wrong size on WBP_New_InteractionPoint_C_OnValueUpdated_3A6C27734C0FE6901E3173A02EA4D9A1"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_OnValueUpdated_3A6C27734C0FE6901E3173A02EA4D9A1, Value) == 0x000000, "Member 'WBP_New_InteractionPoint_C_OnValueUpdated_3A6C27734C0FE6901E3173A02EA4D9A1::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_C_OnValueUpdated_E703782244D6D2E5080D22A1EFE99C60 \ +static_assert(alignof(WBP_New_InteractionPoint_C_OnValueUpdated_E703782244D6D2E5080D22A1EFE99C60) == 0x000004, "Wrong alignment on WBP_New_InteractionPoint_C_OnValueUpdated_E703782244D6D2E5080D22A1EFE99C60"); \ +static_assert(sizeof(WBP_New_InteractionPoint_C_OnValueUpdated_E703782244D6D2E5080D22A1EFE99C60) == 0x000004, "Wrong size on WBP_New_InteractionPoint_C_OnValueUpdated_E703782244D6D2E5080D22A1EFE99C60"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_OnValueUpdated_E703782244D6D2E5080D22A1EFE99C60, Value) == 0x000000, "Member 'WBP_New_InteractionPoint_C_OnValueUpdated_E703782244D6D2E5080D22A1EFE99C60::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_C_SetInteractionPointViewModel \ +static_assert(alignof(WBP_New_InteractionPoint_C_SetInteractionPointViewModel) == 0x000008, "Wrong alignment on WBP_New_InteractionPoint_C_SetInteractionPointViewModel"); \ +static_assert(sizeof(WBP_New_InteractionPoint_C_SetInteractionPointViewModel) == 0x000028, "Wrong size on WBP_New_InteractionPoint_C_SetInteractionPointViewModel"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_SetInteractionPointViewModel, ViewModel) == 0x000000, "Member 'WBP_New_InteractionPoint_C_SetInteractionPointViewModel::ViewModel' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_SetInteractionPointViewModel, CallFunc_GetExtension_ReturnValue) == 0x000008, "Member 'WBP_New_InteractionPoint_C_SetInteractionPointViewModel::CallFunc_GetExtension_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_SetInteractionPointViewModel, CallFunc_SetViewModel_ViewModel_CastInput) == 0x000010, "Member 'WBP_New_InteractionPoint_C_SetInteractionPointViewModel::CallFunc_SetViewModel_ViewModel_CastInput' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_SetInteractionPointViewModel, CallFunc_SetViewModel_ReturnValue) == 0x000020, "Member 'WBP_New_InteractionPoint_C_SetInteractionPointViewModel::CallFunc_SetViewModel_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_C_SetIsFocused \ +static_assert(alignof(WBP_New_InteractionPoint_C_SetIsFocused) == 0x000001, "Wrong alignment on WBP_New_InteractionPoint_C_SetIsFocused"); \ +static_assert(sizeof(WBP_New_InteractionPoint_C_SetIsFocused) == 0x000001, "Wrong size on WBP_New_InteractionPoint_C_SetIsFocused"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_SetIsFocused, IsFocused) == 0x000000, "Member 'WBP_New_InteractionPoint_C_SetIsFocused::IsFocused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_C_SetIsTargetModeActive \ +static_assert(alignof(WBP_New_InteractionPoint_C_SetIsTargetModeActive) == 0x000001, "Wrong alignment on WBP_New_InteractionPoint_C_SetIsTargetModeActive"); \ +static_assert(sizeof(WBP_New_InteractionPoint_C_SetIsTargetModeActive) == 0x000002, "Wrong size on WBP_New_InteractionPoint_C_SetIsTargetModeActive"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_SetIsTargetModeActive, TargetModeActive) == 0x000000, "Member 'WBP_New_InteractionPoint_C_SetIsTargetModeActive::TargetModeActive' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_SetIsTargetModeActive, CallFunc_ToSlateVisibility_HitTestInvisibleOrCollapsed_ReturnValue) == 0x000001, "Member 'WBP_New_InteractionPoint_C_SetIsTargetModeActive::CallFunc_ToSlateVisibility_HitTestInvisibleOrCollapsed_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_C_SetTargetName \ +static_assert(alignof(WBP_New_InteractionPoint_C_SetTargetName) == 0x000008, "Wrong alignment on WBP_New_InteractionPoint_C_SetTargetName"); \ +static_assert(sizeof(WBP_New_InteractionPoint_C_SetTargetName) == 0x000028, "Wrong size on WBP_New_InteractionPoint_C_SetTargetName"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_SetTargetName, TargetName) == 0x000000, "Member 'WBP_New_InteractionPoint_C_SetTargetName::TargetName' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_SetTargetName, CallFunc_Conv_TextToString_ReturnValue) == 0x000010, "Member 'WBP_New_InteractionPoint_C_SetTargetName::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_SetTargetName, CallFunc_Len_ReturnValue) == 0x000020, "Member 'WBP_New_InteractionPoint_C_SetTargetName::CallFunc_Len_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_New_InteractionPoint_C_UpdateVisibility \ +static_assert(alignof(WBP_New_InteractionPoint_C_UpdateVisibility) == 0x000001, "Wrong alignment on WBP_New_InteractionPoint_C_UpdateVisibility"); \ +static_assert(sizeof(WBP_New_InteractionPoint_C_UpdateVisibility) == 0x000009, "Wrong size on WBP_New_InteractionPoint_C_UpdateVisibility"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_UpdateVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'WBP_New_InteractionPoint_C_UpdateVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_UpdateVisibility, CallFunc_Not_PreBool_ReturnValue_1) == 0x000001, "Member 'WBP_New_InteractionPoint_C_UpdateVisibility::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_UpdateVisibility, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'WBP_New_InteractionPoint_C_UpdateVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_UpdateVisibility, CallFunc_BooleanAND_ReturnValue_1) == 0x000003, "Member 'WBP_New_InteractionPoint_C_UpdateVisibility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_UpdateVisibility, CallFunc_BooleanAND_ReturnValue_2) == 0x000004, "Member 'WBP_New_InteractionPoint_C_UpdateVisibility::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_UpdateVisibility, CallFunc_BooleanAND_ReturnValue_3) == 0x000005, "Member 'WBP_New_InteractionPoint_C_UpdateVisibility::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_UpdateVisibility, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'WBP_New_InteractionPoint_C_UpdateVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_UpdateVisibility, CallFunc_BooleanAND_ReturnValue_4) == 0x000007, "Member 'WBP_New_InteractionPoint_C_UpdateVisibility::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_New_InteractionPoint_C_UpdateVisibility, CallFunc_ToSlateVisibility_HitTestInvisibleOrCollapsed_ReturnValue) == 0x000008, "Member 'WBP_New_InteractionPoint_C_UpdateVisibility::CallFunc_ToSlateVisibility_HitTestInvisibleOrCollapsed_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_New_InteractionPoint_C \ +static_assert(alignof(UWBP_New_InteractionPoint_C) == 0x000008, "Wrong alignment on UWBP_New_InteractionPoint_C"); \ +static_assert(sizeof(UWBP_New_InteractionPoint_C) == 0x000398, "Wrong size on UWBP_New_InteractionPoint_C"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, UberGraphFrame) == 0x000328, "Member 'UWBP_New_InteractionPoint_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, VerticalBox_0) == 0x000330, "Member 'UWBP_New_InteractionPoint_C::VerticalBox_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, SecondaryInteraction) == 0x000338, "Member 'UWBP_New_InteractionPoint_C::SecondaryInteraction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, PrimaryInteraction) == 0x000340, "Member 'UWBP_New_InteractionPoint_C::PrimaryInteraction' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, Overlay) == 0x000348, "Member 'UWBP_New_InteractionPoint_C::Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, NpcNameBox) == 0x000350, "Member 'UWBP_New_InteractionPoint_C::NpcNameBox' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, NpcName) == 0x000358, "Member 'UWBP_New_InteractionPoint_C::NpcName' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, CanvasPanel_1) == 0x000360, "Member 'UWBP_New_InteractionPoint_C::CanvasPanel_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, Background) == 0x000368, "Member 'UWBP_New_InteractionPoint_C::Background' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, InteractionPointViewModel) == 0x000370, "Member 'UWBP_New_InteractionPoint_C::InteractionPointViewModel' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, IsPlayerHud) == 0x000378, "Member 'UWBP_New_InteractionPoint_C::IsPlayerHud' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, TargetNameString) == 0x000380, "Member 'UWBP_New_InteractionPoint_C::TargetNameString' has a wrong offset!"); \ +static_assert(offsetof(UWBP_New_InteractionPoint_C, TargetNameLength) == 0x000390, "Member 'UWBP_New_InteractionPoint_C::TargetNameLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EQC_Player_C_ProvideActorsSet \ +static_assert(alignof(EQC_Player_C_ProvideActorsSet) == 0x000008, "Wrong alignment on EQC_Player_C_ProvideActorsSet"); \ +static_assert(sizeof(EQC_Player_C_ProvideActorsSet) == 0x000040, "Wrong size on EQC_Player_C_ProvideActorsSet"); \ +static_assert(offsetof(EQC_Player_C_ProvideActorsSet, QuerierObject) == 0x000000, "Member 'EQC_Player_C_ProvideActorsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideActorsSet, QuerierActor) == 0x000008, "Member 'EQC_Player_C_ProvideActorsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideActorsSet, ResultingActorsSet) == 0x000010, "Member 'EQC_Player_C_ProvideActorsSet::ResultingActorsSet' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideActorsSet, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000020, "Member 'EQC_Player_C_ProvideActorsSet::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideActorsSet, K2Node_MakeArray_Array) == 0x000028, "Member 'EQC_Player_C_ProvideActorsSet::K2Node_MakeArray_Array' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideActorsSet, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'EQC_Player_C_ProvideActorsSet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EQC_Player_C_ProvideLocationsSet \ +static_assert(alignof(EQC_Player_C_ProvideLocationsSet) == 0x000008, "Wrong alignment on EQC_Player_C_ProvideLocationsSet"); \ +static_assert(sizeof(EQC_Player_C_ProvideLocationsSet) == 0x000058, "Wrong size on EQC_Player_C_ProvideLocationsSet"); \ +static_assert(offsetof(EQC_Player_C_ProvideLocationsSet, QuerierObject) == 0x000000, "Member 'EQC_Player_C_ProvideLocationsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideLocationsSet, QuerierActor) == 0x000008, "Member 'EQC_Player_C_ProvideLocationsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideLocationsSet, ResultingLocationSet) == 0x000010, "Member 'EQC_Player_C_ProvideLocationsSet::ResultingLocationSet' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideLocationsSet, CallFunc_GetPlayingInstance_ReturnValue) == 0x000020, "Member 'EQC_Player_C_ProvideLocationsSet::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideLocationsSet, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'EQC_Player_C_ProvideLocationsSet::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideLocationsSet, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'EQC_Player_C_ProvideLocationsSet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideLocationsSet, K2Node_MakeArray_Array) == 0x000048, "Member 'EQC_Player_C_ProvideLocationsSet::K2Node_MakeArray_Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EQC_Player_C_ProvideSingleActor \ +static_assert(alignof(EQC_Player_C_ProvideSingleActor) == 0x000008, "Wrong alignment on EQC_Player_C_ProvideSingleActor"); \ +static_assert(sizeof(EQC_Player_C_ProvideSingleActor) == 0x000020, "Wrong size on EQC_Player_C_ProvideSingleActor"); \ +static_assert(offsetof(EQC_Player_C_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EQC_Player_C_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EQC_Player_C_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EQC_Player_C_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideSingleActor, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'EQC_Player_C_ProvideSingleActor::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EQC_Player_C_ProvideSingleLocation \ +static_assert(alignof(EQC_Player_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on EQC_Player_C_ProvideSingleLocation"); \ +static_assert(sizeof(EQC_Player_C_ProvideSingleLocation) == 0x000050, "Wrong size on EQC_Player_C_ProvideSingleLocation"); \ +static_assert(offsetof(EQC_Player_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EQC_Player_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EQC_Player_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EQC_Player_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideSingleLocation, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000028, "Member 'EQC_Player_C_ProvideSingleLocation::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideSingleLocation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'EQC_Player_C_ProvideSingleLocation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQC_Player_C_ProvideSingleLocation, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'EQC_Player_C_ProvideSingleLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEQC_Player_C \ +static_assert(alignof(UEQC_Player_C) == 0x000008, "Wrong alignment on UEQC_Player_C"); \ +static_assert(sizeof(UEQC_Player_C) == 0x000030, "Wrong size on UEQC_Player_C"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_BndEvt__BP_MusicControl_CombatState_K2Node_ComponentBoundEvent_3_WSNamedIntUpdated__DelegateSignature \ +static_assert(alignof(BP_MusicControl_C_BndEvt__BP_MusicControl_CombatState_K2Node_ComponentBoundEvent_3_WSNamedIntUpdated__DelegateSignature) == 0x000004, "Wrong alignment on BP_MusicControl_C_BndEvt__BP_MusicControl_CombatState_K2Node_ComponentBoundEvent_3_WSNamedIntUpdated__DelegateSignature"); \ +static_assert(sizeof(BP_MusicControl_C_BndEvt__BP_MusicControl_CombatState_K2Node_ComponentBoundEvent_3_WSNamedIntUpdated__DelegateSignature) == 0x000020, "Wrong size on BP_MusicControl_C_BndEvt__BP_MusicControl_CombatState_K2Node_ComponentBoundEvent_3_WSNamedIntUpdated__DelegateSignature"); \ +static_assert(offsetof(BP_MusicControl_C_BndEvt__BP_MusicControl_CombatState_K2Node_ComponentBoundEvent_3_WSNamedIntUpdated__DelegateSignature, Value_0) == 0x000000, "Member 'BP_MusicControl_C_BndEvt__BP_MusicControl_CombatState_K2Node_ComponentBoundEvent_3_WSNamedIntUpdated__DelegateSignature::Value_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_BndEvt__BP_MusicControl_OnEnforcement_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature \ +static_assert(alignof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnEnforcement_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong alignment on BP_MusicControl_C_BndEvt__BP_MusicControl_OnEnforcement_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature"); \ +static_assert(sizeof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnEnforcement_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong size on BP_MusicControl_C_BndEvt__BP_MusicControl_OnEnforcement_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature"); \ +static_assert(offsetof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnEnforcement_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature, bValue) == 0x000000, "Member 'BP_MusicControl_C_BndEvt__BP_MusicControl_OnEnforcement_K2Node_ComponentBoundEvent_2_WSBoolUpdated__DelegateSignature::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_BndEvt__BP_MusicControl_OnGameMenuVisible_K2Node_ComponentBoundEvent_8_WSBoolUpdated__DelegateSignature \ +static_assert(alignof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnGameMenuVisible_K2Node_ComponentBoundEvent_8_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong alignment on BP_MusicControl_C_BndEvt__BP_MusicControl_OnGameMenuVisible_K2Node_ComponentBoundEvent_8_WSBoolUpdated__DelegateSignature"); \ +static_assert(sizeof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnGameMenuVisible_K2Node_ComponentBoundEvent_8_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong size on BP_MusicControl_C_BndEvt__BP_MusicControl_OnGameMenuVisible_K2Node_ComponentBoundEvent_8_WSBoolUpdated__DelegateSignature"); \ +static_assert(offsetof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnGameMenuVisible_K2Node_ComponentBoundEvent_8_WSBoolUpdated__DelegateSignature, bValue) == 0x000000, "Member 'BP_MusicControl_C_BndEvt__BP_MusicControl_OnGameMenuVisible_K2Node_ComponentBoundEvent_8_WSBoolUpdated__DelegateSignature::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_BndEvt__BP_MusicControl_OnOnboardingActive_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature \ +static_assert(alignof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnOnboardingActive_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong alignment on BP_MusicControl_C_BndEvt__BP_MusicControl_OnOnboardingActive_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature"); \ +static_assert(sizeof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnOnboardingActive_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong size on BP_MusicControl_C_BndEvt__BP_MusicControl_OnOnboardingActive_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature"); \ +static_assert(offsetof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnOnboardingActive_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature, bValue) == 0x000000, "Member 'BP_MusicControl_C_BndEvt__BP_MusicControl_OnOnboardingActive_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerDied_K2Node_ComponentBoundEvent_3_WSBoolUpdated__DelegateSignature \ +static_assert(alignof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerDied_K2Node_ComponentBoundEvent_3_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong alignment on BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerDied_K2Node_ComponentBoundEvent_3_WSBoolUpdated__DelegateSignature"); \ +static_assert(sizeof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerDied_K2Node_ComponentBoundEvent_3_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong size on BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerDied_K2Node_ComponentBoundEvent_3_WSBoolUpdated__DelegateSignature"); \ +static_assert(offsetof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerDied_K2Node_ComponentBoundEvent_3_WSBoolUpdated__DelegateSignature, bValue) == 0x000000, "Member 'BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerDied_K2Node_ComponentBoundEvent_3_WSBoolUpdated__DelegateSignature::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInActiveMission_K2Node_ComponentBoundEvent_15_WSBoolUpdated__DelegateSignature \ +static_assert(alignof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInActiveMission_K2Node_ComponentBoundEvent_15_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong alignment on BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInActiveMission_K2Node_ComponentBoundEvent_15_WSBoolUpdated__DelegateSignature"); \ +static_assert(sizeof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInActiveMission_K2Node_ComponentBoundEvent_15_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong size on BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInActiveMission_K2Node_ComponentBoundEvent_15_WSBoolUpdated__DelegateSignature"); \ +static_assert(offsetof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInActiveMission_K2Node_ComponentBoundEvent_15_WSBoolUpdated__DelegateSignature, bValue) == 0x000000, "Member 'BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInActiveMission_K2Node_ComponentBoundEvent_15_WSBoolUpdated__DelegateSignature::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInCar_K2Node_ComponentBoundEvent_5_WSBoolUpdated__DelegateSignature \ +static_assert(alignof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInCar_K2Node_ComponentBoundEvent_5_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong alignment on BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInCar_K2Node_ComponentBoundEvent_5_WSBoolUpdated__DelegateSignature"); \ +static_assert(sizeof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInCar_K2Node_ComponentBoundEvent_5_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong size on BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInCar_K2Node_ComponentBoundEvent_5_WSBoolUpdated__DelegateSignature"); \ +static_assert(offsetof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInCar_K2Node_ComponentBoundEvent_5_WSBoolUpdated__DelegateSignature, bValue) == 0x000000, "Member 'BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInCar_K2Node_ComponentBoundEvent_5_WSBoolUpdated__DelegateSignature::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInLockedDialogueCamera_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature \ +static_assert(alignof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInLockedDialogueCamera_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong alignment on BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInLockedDialogueCamera_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature"); \ +static_assert(sizeof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInLockedDialogueCamera_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature) == 0x000001, "Wrong size on BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInLockedDialogueCamera_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature"); \ +static_assert(offsetof(BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInLockedDialogueCamera_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature, bValue) == 0x000000, "Member 'BP_MusicControl_C_BndEvt__BP_MusicControl_OnPlayerInLockedDialogueCamera_K2Node_ComponentBoundEvent_7_WSBoolUpdated__DelegateSignature::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_CustomEvent_1 \ +static_assert(alignof(BP_MusicControl_C_CustomEvent_1) == 0x000004, "Wrong alignment on BP_MusicControl_C_CustomEvent_1"); \ +static_assert(sizeof(BP_MusicControl_C_CustomEvent_1) == 0x000004, "Wrong size on BP_MusicControl_C_CustomEvent_1"); \ +static_assert(offsetof(BP_MusicControl_C_CustomEvent_1, DeltaSeconds) == 0x000000, "Member 'BP_MusicControl_C_CustomEvent_1::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_DebtFreeCallMusic \ +static_assert(alignof(BP_MusicControl_C_DebtFreeCallMusic) == 0x000001, "Wrong alignment on BP_MusicControl_C_DebtFreeCallMusic"); \ +static_assert(sizeof(BP_MusicControl_C_DebtFreeCallMusic) == 0x000001, "Wrong size on BP_MusicControl_C_DebtFreeCallMusic"); \ +static_assert(offsetof(BP_MusicControl_C_DebtFreeCallMusic, IsDebtFreeCall) == 0x000000, "Member 'BP_MusicControl_C_DebtFreeCallMusic::IsDebtFreeCall' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_DebugThis \ +static_assert(alignof(BP_MusicControl_C_DebugThis) == 0x000008, "Wrong alignment on BP_MusicControl_C_DebugThis"); \ +static_assert(sizeof(BP_MusicControl_C_DebugThis) == 0x000020, "Wrong size on BP_MusicControl_C_DebugThis"); \ +static_assert(offsetof(BP_MusicControl_C_DebugThis, ShowDebug) == 0x000000, "Member 'BP_MusicControl_C_DebugThis::ShowDebug' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_DebugThis, String) == 0x000008, "Member 'BP_MusicControl_C_DebugThis::String' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_DebugThis, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000018, "Member 'BP_MusicControl_C_DebugThis::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_DebugThis, CallFunc_BooleanOR_ReturnValue) == 0x000019, "Member 'BP_MusicControl_C_DebugThis::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_DebugThis, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00001A, "Member 'BP_MusicControl_C_DebugThis::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_DebugThis, CallFunc_Not_PreBool_ReturnValue) == 0x00001B, "Member 'BP_MusicControl_C_DebugThis::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_DebugThis, CallFunc_BooleanAND_ReturnValue) == 0x00001C, "Member 'BP_MusicControl_C_DebugThis::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl \ +static_assert(alignof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl) == 0x000008, "Wrong alignment on BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl"); \ +static_assert(sizeof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl) == 0x000978, "Wrong size on BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, EntryPoint) == 0x000000, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable) == 0x000004, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue) == 0x000010, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_1) == 0x000018, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_1) == 0x000028, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_2) == 0x000034, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_3) == 0x00003C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_2) == 0x000048, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_3) == 0x000050, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_2) == 0x000058, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_3) == 0x000059, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_4) == 0x00005C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_4) == 0x000068, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate) == 0x000070, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000080, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_4) == 0x000088, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_5) == 0x000090, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_object_Variable) == 0x0000A0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_object_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_delegate_Variable) == 0x0000B0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_delegate_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_6) == 0x0000C0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_object_Variable_1) == 0x0000D0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_object_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_delegate_Variable_1) == 0x0000E0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_delegate_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_45) == 0x0000F0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_45' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000F4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable) == 0x000104, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_44) == 0x000105, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_44' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_2) == 0x000108, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_1) == 0x000118, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_3) == 0x00011C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_43) == 0x00012C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_43' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_2) == 0x00012D, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_int_Variable) == 0x000130, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_int_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_delegate_Variable_2) == 0x000134, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_delegate_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_delegate_Variable_3) == 0x000144, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_delegate_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_PostEvent_ReturnValue) == 0x000154, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_PostEvent_ReturnValue_1) == 0x000158, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_42) == 0x00015C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_4) == 0x000160, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_3) == 0x000170, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateNamedIntValue_ReturnValue) == 0x000178, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateNamedIntValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_5) == 0x000180, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_41) == 0x000181, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_5) == 0x000184, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_4) == 0x000194, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_7) == 0x000198, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetWorldStateBool_ReturnValue) == 0x0001A0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetWorldStateBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_6) == 0x0001A4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_40) == 0x0001B4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_5) == 0x0001B5, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_7) == 0x0001B8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_39) == 0x0001C8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_6) == 0x0001C9, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_1) == 0x0001D0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_6) == 0x0001D8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_38) == 0x0001D9, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_8) == 0x0001DC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_7) == 0x0001EC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_7' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_2) == 0x0001F0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_7) == 0x0001F8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_8) == 0x0001FC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_9) == 0x000204, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetWorldStateBool_ReturnValue_1) == 0x00020C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetWorldStateBool_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetWorldStateBool_ReturnValue_2) == 0x00020D, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetWorldStateBool_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_37) == 0x00020E, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_9) == 0x000210, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_8) == 0x000220, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_8' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_3) == 0x000228, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_8) == 0x000230, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_10) == 0x000238, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_object_Variable_2) == 0x000248, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_object_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_delegate_Variable_4) == 0x000258, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_delegate_Variable_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_36) == 0x000268, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_10) == 0x00026C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_9) == 0x00027C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_9' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_11) == 0x000280, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_35) == 0x000290, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_10) == 0x000291, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_10' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_12) == 0x000294, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_34) == 0x0002A4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_11) == 0x0002A5, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_13) == 0x0002A8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_33) == 0x0002B8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_12) == 0x0002B9, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_14) == 0x0002BC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_32) == 0x0002CC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_13) == 0x0002CD, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_15) == 0x0002D0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_31) == 0x0002E0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_14) == 0x0002E1, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_16) == 0x0002E4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_30) == 0x0002F4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_15) == 0x0002F5, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_17) == 0x0002F8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_29) == 0x000308, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_16) == 0x000309, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_18) == 0x00030C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_28) == 0x00031C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_17) == 0x00031D, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_19) == 0x000320, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_27) == 0x000330, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_18) == 0x000331, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_20) == 0x000334, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_26) == 0x000344, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_19) == 0x000345, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_4) == 0x000348, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_9) == 0x000350, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_25) == 0x000351, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_21) == 0x000354, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_20) == 0x000364, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_22) == 0x000368, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_24) == 0x000378, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_21) == 0x000379, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_23) == 0x00037C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_23) == 0x00038C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_22) == 0x00038D, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_24) == 0x000390, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_22) == 0x0003A0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_23) == 0x0003A1, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_5) == 0x0003A8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_10) == 0x0003B0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_21) == 0x0003B1, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_25) == 0x0003B4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_24) == 0x0003C4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_26) == 0x0003C8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_20) == 0x0003D8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_25) == 0x0003D9, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_27) == 0x0003DC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_19) == 0x0003EC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_26) == 0x0003ED, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_28) == 0x0003F0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_18) == 0x000400, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_27) == 0x000401, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_29) == 0x000404, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_17) == 0x000414, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_28) == 0x000415, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_30) == 0x000418, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_16) == 0x000428, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_29) == 0x000429, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_31) == 0x00042C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_15) == 0x00043C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_30) == 0x00043D, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_32) == 0x000440, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_14) == 0x000450, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_31) == 0x000451, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_33) == 0x000454, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_33' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_13) == 0x000464, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_32) == 0x000465, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_34) == 0x000468, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_34' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_12) == 0x000478, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_33) == 0x000479, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_35) == 0x00047C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_35' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_11) == 0x00048C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_34) == 0x00048D, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_36) == 0x000490, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_36' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_10) == 0x0004A0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_35) == 0x0004A1, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_37) == 0x0004A4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_37' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_9) == 0x0004B4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_36) == 0x0004B5, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_38) == 0x0004B8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_38' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_8) == 0x0004C8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_37) == 0x0004C9, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_39) == 0x0004CC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_39' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_7) == 0x0004DC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_38) == 0x0004DD, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_40) == 0x0004E0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_40' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_6) == 0x0004F0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_39) == 0x0004F1, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_6) == 0x0004F8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateNamedIntValue_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_11) == 0x000500, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_5) == 0x000501, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_41) == 0x000504, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_41' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_40) == 0x000514, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_40' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_42) == 0x000518, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_42' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_4) == 0x000528, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_41) == 0x000529, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_41' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_43) == 0x00052C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_43' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_3) == 0x00053C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_42) == 0x00053D, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_42' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_44) == 0x000540, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_44' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_2) == 0x000550, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_43) == 0x000551, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_43' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_45) == 0x000554, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_45' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue_1) == 0x000564, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_44) == 0x000565, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_44' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CreateDelegate_OutputDelegate_46) == 0x000568, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CreateDelegate_OutputDelegate_46' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_bValue) == 0x000578, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_bool_Variable_45) == 0x000579, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_bool_Variable_45' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_PushSheetOnStack_ReturnValue) == 0x00057C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_PushSheetOnStack_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_CJPostEventOnComponent_ReturnValue) == 0x000580, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_CJPostEventOnComponent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_PushSheetOnStack_ReturnValue_1) == 0x000584, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_PushSheetOnStack_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_PushSheetOnStack_ReturnValue_2) == 0x000588, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_PushSheetOnStack_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_PushSheetOnStack_ReturnValue_3) == 0x00058C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_PushSheetOnStack_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_11) == 0x000590, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_11' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_5) == 0x000598, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_PushSheetOnStack_ReturnValue_4) == 0x0005A0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_PushSheetOnStack_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_12) == 0x0005A4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_PushSheetOnStack_ReturnValue_5) == 0x0005A8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_PushSheetOnStack_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_12) == 0x0005AC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_12' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_PushSheetOnStack_ReturnValue_6) == 0x0005B4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_PushSheetOnStack_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_6) == 0x0005B8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_CJPostEventOnComponent_ReturnValue_1) == 0x0005C0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_CJPostEventOnComponent_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_13) == 0x0005C4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_13) == 0x0005C8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_13' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_7) == 0x0005D0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_14) == 0x0005D8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_14) == 0x0005DC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_14' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_8) == 0x0005E8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_8' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_15) == 0x0005F0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_Array_Add_ReturnValue) == 0x0005F4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetActiveMissionType_MissionType) == 0x0005F8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetActiveMissionType_MissionType' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetActiveMissionType_ReturnValue) == 0x0005F9, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetActiveMissionType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_SwitchEnum_CmpSuccess) == 0x0005FA, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_ComponentBoundEvent_bValue_6) == 0x0005FB, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_ComponentBoundEvent_bValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_ComponentBoundEvent_bValue_5) == 0x0005FC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_ComponentBoundEvent_bValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_15) == 0x000600, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_15' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_Event_IsKillObjectiveActive) == 0x000608, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_Event_IsKillObjectiveActive' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_9) == 0x000610, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_9' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_Array_Add_ReturnValue_1) == 0x000618, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_16) == 0x00061C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_Event_EndPlayReason) == 0x00061D, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_Event_EndPlayReason' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_16) == 0x000620, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_16' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_10) == 0x000628, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_10' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_ComponentBoundEvent_bValue_4) == 0x000630, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_ComponentBoundEvent_bValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_17) == 0x000631, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_Event_DeltaSeconds) == 0x000634, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetWorldStateNamedInt_ReturnValue) == 0x000638, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetWorldStateNamedInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess) == 0x000658, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetWorldStateInt_ReturnValue) == 0x00065C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetWorldStateInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_Conv_IntToDouble_ReturnValue) == 0x000660, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_Conv_IntToDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetWorldStateInt_ReturnValue_1) == 0x000668, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetWorldStateInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_Conv_IntToDouble_ReturnValue_1) == 0x000670, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_Conv_IntToDouble_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetWorldStateInt_ReturnValue_2) == 0x000678, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetWorldStateInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_Conv_IntToDouble_ReturnValue_2) == 0x000680, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_Conv_IntToDouble_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetWorldStateFloat_ReturnValue) == 0x000688, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetWorldStateFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000690, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_17) == 0x0006A0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_17' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_Conv_StringToName_ReturnValue) == 0x0006A8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0006B0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_11) == 0x0006B8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_11' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0006C0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_BooleanOR_ReturnValue) == 0x0006C1, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_18) == 0x0006C2, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x0006C3, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_18) == 0x0006C4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_18' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_Array_Add_ReturnValue_2) == 0x0006CC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_12) == 0x0006D0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_12' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_19) == 0x0006D8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_Less_DoubleDouble_ReturnValue) == 0x0006D9, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_Less_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_ComponentBoundEvent_bValue_3) == 0x0006DA, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_ComponentBoundEvent_bValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_ComponentBoundEvent_bValue_2) == 0x0006DB, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_ComponentBoundEvent_bValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_ComponentBoundEvent_bValue_1) == 0x0006DC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_ComponentBoundEvent_bValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_Array_Add_ReturnValue_3) == 0x0006E0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetWorldStateFloat_ReturnValue_1) == 0x0006E4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetWorldStateFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_19) == 0x0006E8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_19' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_ComponentBoundEvent_Value) == 0x0006F0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_13) == 0x000710, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_13' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_1) == 0x000718, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_SwitchWorldStateNamedIntValue_CmpSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_20) == 0x000719, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_20) == 0x00071C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_20' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_14) == 0x000728, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_14' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_21) == 0x000730, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_21' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_15) == 0x000738, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_15' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_21) == 0x000740, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_22) == 0x000741, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_ComponentBoundEvent_bValue) == 0x000742, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_ComponentBoundEvent_bValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_PushSheetOnStack_ReturnValue_7) == 0x000744, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_PushSheetOnStack_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_22) == 0x000748, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_22' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_CJPostEvent_ReturnValue) == 0x000750, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_CJPostEvent_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_16) == 0x000758, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_16' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_23) == 0x000760, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_23) == 0x000764, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_23' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_17) == 0x000770, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_17' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_24) == 0x000778, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_24' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_18) == 0x000780, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_18' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_24) == 0x000788, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_25) == 0x000789, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_25) == 0x00078C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_25' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_19) == 0x000798, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_19' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_26) == 0x0007A0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_26' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_20) == 0x0007A8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_20' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_26) == 0x0007B0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_27) == 0x0007B1, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_27) == 0x0007B4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_27' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_21) == 0x0007C0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_21' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_28) == 0x0007C8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_28' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_22) == 0x0007D0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_22' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_28) == 0x0007D8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_29) == 0x0007D9, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_29) == 0x0007DC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_29' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_23) == 0x0007E8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_23' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_30) == 0x0007F0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_30) == 0x0007F4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_30' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_31) == 0x0007FC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_31' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_24) == 0x000808, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_24' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_25) == 0x000810, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_25' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_31) == 0x000818, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_32) == 0x000819, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_32) == 0x00081C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_32' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_33) == 0x000824, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_33' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_26) == 0x000830, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_26' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_27) == 0x000838, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_27' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_33) == 0x000840, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_34) == 0x000841, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_34) == 0x000844, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_34' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_35) == 0x00084C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_35' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_28) == 0x000858, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_28' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_29) == 0x000860, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_29' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_35) == 0x000868, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_36) == 0x000869, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_36) == 0x00086C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_36' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_30) == 0x000878, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_30' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_37) == 0x000880, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_37) == 0x000884, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_37' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_38) == 0x00088C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_38' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_31) == 0x000898, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_31' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_32) == 0x0008A0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_32' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_38) == 0x0008A8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_39) == 0x0008A9, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_39' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_39) == 0x0008AC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_39' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_33) == 0x0008B8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_33' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetWorldStateInt_ReturnValue_3) == 0x0008C0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetWorldStateInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_Conv_IntToDouble_ReturnValue_3) == 0x0008C8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_Conv_IntToDouble_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_40) == 0x0008D0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_40' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_40) == 0x0008D4, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_40' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_34) == 0x0008E0, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_34' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_41) == 0x0008E8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_41' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_41) == 0x0008EC, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_41' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetPlayingInstance_ReturnValue) == 0x0008F8, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetPlayingInstance_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_35) == 0x000900, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_35' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_42) == 0x000908, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_42' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_42) == 0x00090C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_42' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_CustomEvent_IsDebtFreeCall) == 0x000914, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_CustomEvent_IsDebtFreeCall' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_36) == 0x000918, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_36' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_43) == 0x000920, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_43' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_43) == 0x000924, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_43' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, Temp_struct_Variable_44) == 0x00092C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::Temp_struct_Variable_44' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_37) == 0x000938, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_37' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_ObserveWorldStateBool_ReturnValue_38) == 0x000940, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_ObserveWorldStateBool_ReturnValue_38' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_44) == 0x000948, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_44' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_IsValid_ReturnValue_45) == 0x000949, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_IsValid_ReturnValue_45' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetWorldStateFloat_ReturnValue_2) == 0x00094C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetWorldStateFloat_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_GetWorldStateFloat_ReturnValue_3) == 0x000950, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_GetWorldStateFloat_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_SetRTPCValueGlobally_Value_ImplicitCast) == 0x000954, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_SetRTPCValueGlobally_Value_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_SetRTPCValueGlobally_Value_ImplicitCast_1) == 0x000958, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_SetRTPCValueGlobally_Value_ImplicitCast_1' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_SetRTPCValueGlobally_Value_ImplicitCast_2) == 0x00095C, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_SetRTPCValueGlobally_Value_ImplicitCast_2' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, K2Node_VariableSet_Threat_Level_ImplicitCast) == 0x000960, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::K2Node_VariableSet_Threat_Level_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_Less_DoubleDouble_B_ImplicitCast) == 0x000968, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_Less_DoubleDouble_B_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_SetRTPCValueGlobally_Value_ImplicitCast_3) == 0x000970, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_SetRTPCValueGlobally_Value_ImplicitCast_3' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl, CallFunc_SetRTPCValueGlobally_Value_ImplicitCast_4) == 0x000974, "Member 'BP_MusicControl_C_ExecuteUbergraph_BP_MusicControl::CallFunc_SetRTPCValueGlobally_Value_ImplicitCast_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_02D1B3C34666835760ADD5BF289AB366 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_02D1B3C34666835760ADD5BF289AB366) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_02D1B3C34666835760ADD5BF289AB366"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_02D1B3C34666835760ADD5BF289AB366) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_02D1B3C34666835760ADD5BF289AB366"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_02D1B3C34666835760ADD5BF289AB366, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_02D1B3C34666835760ADD5BF289AB366::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_05218FDF46D30EE9A2E9F1B8054A8FEA \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_05218FDF46D30EE9A2E9F1B8054A8FEA) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_05218FDF46D30EE9A2E9F1B8054A8FEA"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_05218FDF46D30EE9A2E9F1B8054A8FEA) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_05218FDF46D30EE9A2E9F1B8054A8FEA"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_05218FDF46D30EE9A2E9F1B8054A8FEA, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_05218FDF46D30EE9A2E9F1B8054A8FEA::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_1390A0F645F875A475324A8E71270418 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_1390A0F645F875A475324A8E71270418) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_1390A0F645F875A475324A8E71270418"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_1390A0F645F875A475324A8E71270418) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_1390A0F645F875A475324A8E71270418"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_1390A0F645F875A475324A8E71270418, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_1390A0F645F875A475324A8E71270418::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_1423B1A744E11607756C5CA3D1BAE76C \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_1423B1A744E11607756C5CA3D1BAE76C) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_1423B1A744E11607756C5CA3D1BAE76C"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_1423B1A744E11607756C5CA3D1BAE76C) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_1423B1A744E11607756C5CA3D1BAE76C"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_1423B1A744E11607756C5CA3D1BAE76C, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_1423B1A744E11607756C5CA3D1BAE76C::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_14B01DD54766EB91EB98CCBBB81C0A35 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_14B01DD54766EB91EB98CCBBB81C0A35) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_14B01DD54766EB91EB98CCBBB81C0A35"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_14B01DD54766EB91EB98CCBBB81C0A35) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_14B01DD54766EB91EB98CCBBB81C0A35"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_14B01DD54766EB91EB98CCBBB81C0A35, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_14B01DD54766EB91EB98CCBBB81C0A35::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_164A720F488771D910253EB8FE4B1282 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_164A720F488771D910253EB8FE4B1282) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_164A720F488771D910253EB8FE4B1282"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_164A720F488771D910253EB8FE4B1282) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_164A720F488771D910253EB8FE4B1282"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_164A720F488771D910253EB8FE4B1282, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_164A720F488771D910253EB8FE4B1282::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_17959DD6433230B95624638A58738100 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_17959DD6433230B95624638A58738100) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_17959DD6433230B95624638A58738100"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_17959DD6433230B95624638A58738100) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_17959DD6433230B95624638A58738100"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_17959DD6433230B95624638A58738100, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_17959DD6433230B95624638A58738100::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_1799DE94484611C6B861A69A858E7A0C \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_1799DE94484611C6B861A69A858E7A0C) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_1799DE94484611C6B861A69A858E7A0C"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_1799DE94484611C6B861A69A858E7A0C) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_1799DE94484611C6B861A69A858E7A0C"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_1799DE94484611C6B861A69A858E7A0C, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_1799DE94484611C6B861A69A858E7A0C::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_179D3A0C4A54AAB533462ABD9614B3D6 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_179D3A0C4A54AAB533462ABD9614B3D6) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_179D3A0C4A54AAB533462ABD9614B3D6"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_179D3A0C4A54AAB533462ABD9614B3D6) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_179D3A0C4A54AAB533462ABD9614B3D6"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_179D3A0C4A54AAB533462ABD9614B3D6, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_179D3A0C4A54AAB533462ABD9614B3D6::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_1A25248443579EBFF7B6D5958403BB6B \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_1A25248443579EBFF7B6D5958403BB6B) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_1A25248443579EBFF7B6D5958403BB6B"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_1A25248443579EBFF7B6D5958403BB6B) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_1A25248443579EBFF7B6D5958403BB6B"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_1A25248443579EBFF7B6D5958403BB6B, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_1A25248443579EBFF7B6D5958403BB6B::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_1B9A1ED04D018AB7C03A1DAC61E488DA \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_1B9A1ED04D018AB7C03A1DAC61E488DA) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_1B9A1ED04D018AB7C03A1DAC61E488DA"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_1B9A1ED04D018AB7C03A1DAC61E488DA) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_1B9A1ED04D018AB7C03A1DAC61E488DA"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_1B9A1ED04D018AB7C03A1DAC61E488DA, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_1B9A1ED04D018AB7C03A1DAC61E488DA::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_1BFE13E64BA8A9932E1D269447147009 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_1BFE13E64BA8A9932E1D269447147009) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_1BFE13E64BA8A9932E1D269447147009"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_1BFE13E64BA8A9932E1D269447147009) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_1BFE13E64BA8A9932E1D269447147009"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_1BFE13E64BA8A9932E1D269447147009, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_1BFE13E64BA8A9932E1D269447147009::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_1E4F916B474CD2F2E1591AAB46DAB186 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_1E4F916B474CD2F2E1591AAB46DAB186) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_1E4F916B474CD2F2E1591AAB46DAB186"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_1E4F916B474CD2F2E1591AAB46DAB186) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_1E4F916B474CD2F2E1591AAB46DAB186"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_1E4F916B474CD2F2E1591AAB46DAB186, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_1E4F916B474CD2F2E1591AAB46DAB186::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_26CFA3D146A5912D9A0001956E752B21 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_26CFA3D146A5912D9A0001956E752B21) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_26CFA3D146A5912D9A0001956E752B21"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_26CFA3D146A5912D9A0001956E752B21) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_26CFA3D146A5912D9A0001956E752B21"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_26CFA3D146A5912D9A0001956E752B21, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_26CFA3D146A5912D9A0001956E752B21::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_2C04D47C4DF7A445F449128A6FABBF9E \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_2C04D47C4DF7A445F449128A6FABBF9E) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_2C04D47C4DF7A445F449128A6FABBF9E"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_2C04D47C4DF7A445F449128A6FABBF9E) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_2C04D47C4DF7A445F449128A6FABBF9E"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_2C04D47C4DF7A445F449128A6FABBF9E, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_2C04D47C4DF7A445F449128A6FABBF9E::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_2D4D1F144F6A1B15B5549FACD5A84F7C \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_2D4D1F144F6A1B15B5549FACD5A84F7C) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_2D4D1F144F6A1B15B5549FACD5A84F7C"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_2D4D1F144F6A1B15B5549FACD5A84F7C) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_2D4D1F144F6A1B15B5549FACD5A84F7C"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_2D4D1F144F6A1B15B5549FACD5A84F7C, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_2D4D1F144F6A1B15B5549FACD5A84F7C::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_387D538C486E595934E2C48948720FA1 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_387D538C486E595934E2C48948720FA1) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_387D538C486E595934E2C48948720FA1"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_387D538C486E595934E2C48948720FA1) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_387D538C486E595934E2C48948720FA1"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_387D538C486E595934E2C48948720FA1, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_387D538C486E595934E2C48948720FA1::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_3AAA035545B33100768A0BA868C7EBEE \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_3AAA035545B33100768A0BA868C7EBEE) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_3AAA035545B33100768A0BA868C7EBEE"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_3AAA035545B33100768A0BA868C7EBEE) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_3AAA035545B33100768A0BA868C7EBEE"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_3AAA035545B33100768A0BA868C7EBEE, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_3AAA035545B33100768A0BA868C7EBEE::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_4849BBE641E54BC31AA74FADCB0A6943 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_4849BBE641E54BC31AA74FADCB0A6943) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_4849BBE641E54BC31AA74FADCB0A6943"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_4849BBE641E54BC31AA74FADCB0A6943) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_4849BBE641E54BC31AA74FADCB0A6943"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_4849BBE641E54BC31AA74FADCB0A6943, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_4849BBE641E54BC31AA74FADCB0A6943::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_4CE5AC764034004E32D8B0A4CB5458D8 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_4CE5AC764034004E32D8B0A4CB5458D8) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_4CE5AC764034004E32D8B0A4CB5458D8"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_4CE5AC764034004E32D8B0A4CB5458D8) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_4CE5AC764034004E32D8B0A4CB5458D8"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_4CE5AC764034004E32D8B0A4CB5458D8, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_4CE5AC764034004E32D8B0A4CB5458D8::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_5738B1644B56A2EAACED1586BA5AC476 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_5738B1644B56A2EAACED1586BA5AC476) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_5738B1644B56A2EAACED1586BA5AC476"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_5738B1644B56A2EAACED1586BA5AC476) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_5738B1644B56A2EAACED1586BA5AC476"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_5738B1644B56A2EAACED1586BA5AC476, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_5738B1644B56A2EAACED1586BA5AC476::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_5880FF12435945825F78BF8A0608003E \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_5880FF12435945825F78BF8A0608003E) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_5880FF12435945825F78BF8A0608003E"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_5880FF12435945825F78BF8A0608003E) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_5880FF12435945825F78BF8A0608003E"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_5880FF12435945825F78BF8A0608003E, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_5880FF12435945825F78BF8A0608003E::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_5FCE965B4C0E5CE989BD16ACA930E788 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_5FCE965B4C0E5CE989BD16ACA930E788) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_5FCE965B4C0E5CE989BD16ACA930E788"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_5FCE965B4C0E5CE989BD16ACA930E788) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_5FCE965B4C0E5CE989BD16ACA930E788"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_5FCE965B4C0E5CE989BD16ACA930E788, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_5FCE965B4C0E5CE989BD16ACA930E788::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_6216156B4D1FEDAFC973F8AFF4DBF59C \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_6216156B4D1FEDAFC973F8AFF4DBF59C) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_6216156B4D1FEDAFC973F8AFF4DBF59C"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_6216156B4D1FEDAFC973F8AFF4DBF59C) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_6216156B4D1FEDAFC973F8AFF4DBF59C"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_6216156B4D1FEDAFC973F8AFF4DBF59C, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_6216156B4D1FEDAFC973F8AFF4DBF59C::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_6B9D7E4B4900A25E1944C3AAA27B45F1 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_6B9D7E4B4900A25E1944C3AAA27B45F1) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_6B9D7E4B4900A25E1944C3AAA27B45F1"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_6B9D7E4B4900A25E1944C3AAA27B45F1) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_6B9D7E4B4900A25E1944C3AAA27B45F1"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_6B9D7E4B4900A25E1944C3AAA27B45F1, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_6B9D7E4B4900A25E1944C3AAA27B45F1::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_6C4B4F3541CB7DFF1B0CB5A8971EB245 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_6C4B4F3541CB7DFF1B0CB5A8971EB245) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_6C4B4F3541CB7DFF1B0CB5A8971EB245"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_6C4B4F3541CB7DFF1B0CB5A8971EB245) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_6C4B4F3541CB7DFF1B0CB5A8971EB245"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_6C4B4F3541CB7DFF1B0CB5A8971EB245, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_6C4B4F3541CB7DFF1B0CB5A8971EB245::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_6E5471F0483D513B0F9ADD9002977595 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_6E5471F0483D513B0F9ADD9002977595) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_6E5471F0483D513B0F9ADD9002977595"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_6E5471F0483D513B0F9ADD9002977595) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_6E5471F0483D513B0F9ADD9002977595"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_6E5471F0483D513B0F9ADD9002977595, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_6E5471F0483D513B0F9ADD9002977595::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_7551AF294FE751591A3C90A833E4A5F6 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_7551AF294FE751591A3C90A833E4A5F6) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_7551AF294FE751591A3C90A833E4A5F6"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_7551AF294FE751591A3C90A833E4A5F6) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_7551AF294FE751591A3C90A833E4A5F6"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_7551AF294FE751591A3C90A833E4A5F6, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_7551AF294FE751591A3C90A833E4A5F6::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_78E5BA3D4B145469C449668C682635D0 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_78E5BA3D4B145469C449668C682635D0) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_78E5BA3D4B145469C449668C682635D0"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_78E5BA3D4B145469C449668C682635D0) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_78E5BA3D4B145469C449668C682635D0"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_78E5BA3D4B145469C449668C682635D0, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_78E5BA3D4B145469C449668C682635D0::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_78E7C8DD48EC0C16E0CA74BC4D0F4137 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_78E7C8DD48EC0C16E0CA74BC4D0F4137) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_78E7C8DD48EC0C16E0CA74BC4D0F4137"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_78E7C8DD48EC0C16E0CA74BC4D0F4137) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_78E7C8DD48EC0C16E0CA74BC4D0F4137"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_78E7C8DD48EC0C16E0CA74BC4D0F4137, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_78E7C8DD48EC0C16E0CA74BC4D0F4137::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_8131E8EF455AB5C45E161BAC93719A33 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_8131E8EF455AB5C45E161BAC93719A33) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_8131E8EF455AB5C45E161BAC93719A33"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_8131E8EF455AB5C45E161BAC93719A33) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_8131E8EF455AB5C45E161BAC93719A33"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_8131E8EF455AB5C45E161BAC93719A33, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_8131E8EF455AB5C45E161BAC93719A33::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_94FEB8FB4685DDD68268F18C8E201520 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_94FEB8FB4685DDD68268F18C8E201520) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_94FEB8FB4685DDD68268F18C8E201520"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_94FEB8FB4685DDD68268F18C8E201520) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_94FEB8FB4685DDD68268F18C8E201520"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_94FEB8FB4685DDD68268F18C8E201520, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_94FEB8FB4685DDD68268F18C8E201520::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_9C80820C44CB9CAE62ABDD88A544AF8C \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_9C80820C44CB9CAE62ABDD88A544AF8C) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_9C80820C44CB9CAE62ABDD88A544AF8C"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_9C80820C44CB9CAE62ABDD88A544AF8C) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_9C80820C44CB9CAE62ABDD88A544AF8C"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_9C80820C44CB9CAE62ABDD88A544AF8C, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_9C80820C44CB9CAE62ABDD88A544AF8C::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_A7089632448DA58048987587FEA47C09 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_A7089632448DA58048987587FEA47C09) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_A7089632448DA58048987587FEA47C09"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_A7089632448DA58048987587FEA47C09) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_A7089632448DA58048987587FEA47C09"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_A7089632448DA58048987587FEA47C09, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_A7089632448DA58048987587FEA47C09::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_B34742DB4F9F2D6A542E66AD053F1745 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_B34742DB4F9F2D6A542E66AD053F1745) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_B34742DB4F9F2D6A542E66AD053F1745"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_B34742DB4F9F2D6A542E66AD053F1745) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_B34742DB4F9F2D6A542E66AD053F1745"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_B34742DB4F9F2D6A542E66AD053F1745, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_B34742DB4F9F2D6A542E66AD053F1745::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_B805C22D427ED31238EE12A97DCDC7FF \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_B805C22D427ED31238EE12A97DCDC7FF) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_B805C22D427ED31238EE12A97DCDC7FF"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_B805C22D427ED31238EE12A97DCDC7FF) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_B805C22D427ED31238EE12A97DCDC7FF"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_B805C22D427ED31238EE12A97DCDC7FF, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_B805C22D427ED31238EE12A97DCDC7FF::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_BC4FBF564932F8F7708D36B03CE03D4E \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_BC4FBF564932F8F7708D36B03CE03D4E) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_BC4FBF564932F8F7708D36B03CE03D4E"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_BC4FBF564932F8F7708D36B03CE03D4E) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_BC4FBF564932F8F7708D36B03CE03D4E"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_BC4FBF564932F8F7708D36B03CE03D4E, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_BC4FBF564932F8F7708D36B03CE03D4E::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_C58E1E7544486007FEA88AA44FBF3F6C \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_C58E1E7544486007FEA88AA44FBF3F6C) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_C58E1E7544486007FEA88AA44FBF3F6C"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_C58E1E7544486007FEA88AA44FBF3F6C) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_C58E1E7544486007FEA88AA44FBF3F6C"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_C58E1E7544486007FEA88AA44FBF3F6C, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_C58E1E7544486007FEA88AA44FBF3F6C::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_C8FD26AE45D462C9482B08804F356577 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_C8FD26AE45D462C9482B08804F356577) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_C8FD26AE45D462C9482B08804F356577"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_C8FD26AE45D462C9482B08804F356577) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_C8FD26AE45D462C9482B08804F356577"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_C8FD26AE45D462C9482B08804F356577, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_C8FD26AE45D462C9482B08804F356577::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_D05898B541426052C20D77A1E98CDE78 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_D05898B541426052C20D77A1E98CDE78) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_D05898B541426052C20D77A1E98CDE78"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_D05898B541426052C20D77A1E98CDE78) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_D05898B541426052C20D77A1E98CDE78"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_D05898B541426052C20D77A1E98CDE78, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_D05898B541426052C20D77A1E98CDE78::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_D3269EBD4073C5003ACA0F9F6838E67B \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_D3269EBD4073C5003ACA0F9F6838E67B) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_D3269EBD4073C5003ACA0F9F6838E67B"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_D3269EBD4073C5003ACA0F9F6838E67B) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_D3269EBD4073C5003ACA0F9F6838E67B"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_D3269EBD4073C5003ACA0F9F6838E67B, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_D3269EBD4073C5003ACA0F9F6838E67B::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_E8FF31C242FA04833FBA66BFE712CE6B \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_E8FF31C242FA04833FBA66BFE712CE6B) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_E8FF31C242FA04833FBA66BFE712CE6B"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_E8FF31C242FA04833FBA66BFE712CE6B) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_E8FF31C242FA04833FBA66BFE712CE6B"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_E8FF31C242FA04833FBA66BFE712CE6B, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_E8FF31C242FA04833FBA66BFE712CE6B::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_EDEC38BC4FEDD8261F129186546F7B72 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_EDEC38BC4FEDD8261F129186546F7B72) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_EDEC38BC4FEDD8261F129186546F7B72"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_EDEC38BC4FEDD8261F129186546F7B72) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_EDEC38BC4FEDD8261F129186546F7B72"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_EDEC38BC4FEDD8261F129186546F7B72, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_EDEC38BC4FEDD8261F129186546F7B72::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_EE72BE6F407F6106A0629F80F4ACD7F7 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_EE72BE6F407F6106A0629F80F4ACD7F7) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_EE72BE6F407F6106A0629F80F4ACD7F7"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_EE72BE6F407F6106A0629F80F4ACD7F7) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_EE72BE6F407F6106A0629F80F4ACD7F7"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_EE72BE6F407F6106A0629F80F4ACD7F7, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_EE72BE6F407F6106A0629F80F4ACD7F7::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_F204233A41812957637A26BB222A7B6B \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_F204233A41812957637A26BB222A7B6B) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_F204233A41812957637A26BB222A7B6B"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_F204233A41812957637A26BB222A7B6B) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_F204233A41812957637A26BB222A7B6B"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_F204233A41812957637A26BB222A7B6B, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_F204233A41812957637A26BB222A7B6B::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_OnValueUpdated_F3E5A99B48D0F2C46013189253504E51 \ +static_assert(alignof(BP_MusicControl_C_OnValueUpdated_F3E5A99B48D0F2C46013189253504E51) == 0x000001, "Wrong alignment on BP_MusicControl_C_OnValueUpdated_F3E5A99B48D0F2C46013189253504E51"); \ +static_assert(sizeof(BP_MusicControl_C_OnValueUpdated_F3E5A99B48D0F2C46013189253504E51) == 0x000001, "Wrong size on BP_MusicControl_C_OnValueUpdated_F3E5A99B48D0F2C46013189253504E51"); \ +static_assert(offsetof(BP_MusicControl_C_OnValueUpdated_F3E5A99B48D0F2C46013189253504E51, bValue) == 0x000000, "Member 'BP_MusicControl_C_OnValueUpdated_F3E5A99B48D0F2C46013189253504E51::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_PopSheetsFromStack \ +static_assert(alignof(BP_MusicControl_C_PopSheetsFromStack) == 0x000008, "Wrong alignment on BP_MusicControl_C_PopSheetsFromStack"); \ +static_assert(sizeof(BP_MusicControl_C_PopSheetsFromStack) == 0x000030, "Wrong size on BP_MusicControl_C_PopSheetsFromStack"); \ +static_assert(offsetof(BP_MusicControl_C_PopSheetsFromStack, Sheets) == 0x000000, "Member 'BP_MusicControl_C_PopSheetsFromStack::Sheets' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_PopSheetsFromStack, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_MusicControl_C_PopSheetsFromStack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_PopSheetsFromStack, CallFunc_Array_IsNotEmpty_ReturnValue) == 0x000014, "Member 'BP_MusicControl_C_PopSheetsFromStack::CallFunc_Array_IsNotEmpty_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_PopSheetsFromStack, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_MusicControl_C_PopSheetsFromStack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_PopSheetsFromStack, CallFunc_Array_Get_Item) == 0x00001C, "Member 'BP_MusicControl_C_PopSheetsFromStack::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_PopSheetsFromStack, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_MusicControl_C_PopSheetsFromStack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_PopSheetsFromStack, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_MusicControl_C_PopSheetsFromStack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_PopSheetsFromStack, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_MusicControl_C_PopSheetsFromStack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_ReceiveEndPlay \ +static_assert(alignof(BP_MusicControl_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_MusicControl_C_ReceiveEndPlay"); \ +static_assert(sizeof(BP_MusicControl_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_MusicControl_C_ReceiveEndPlay"); \ +static_assert(offsetof(BP_MusicControl_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_MusicControl_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_SetKillObjectiveActive \ +static_assert(alignof(BP_MusicControl_C_SetKillObjectiveActive) == 0x000001, "Wrong alignment on BP_MusicControl_C_SetKillObjectiveActive"); \ +static_assert(sizeof(BP_MusicControl_C_SetKillObjectiveActive) == 0x000001, "Wrong size on BP_MusicControl_C_SetKillObjectiveActive"); \ +static_assert(offsetof(BP_MusicControl_C_SetKillObjectiveActive, IsKillObjectiveActive) == 0x000000, "Member 'BP_MusicControl_C_SetKillObjectiveActive::IsKillObjectiveActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_MusicControl_C_ToggleCombatMusic \ +static_assert(alignof(BP_MusicControl_C_ToggleCombatMusic) == 0x000001, "Wrong alignment on BP_MusicControl_C_ToggleCombatMusic"); \ +static_assert(sizeof(BP_MusicControl_C_ToggleCombatMusic) == 0x000007, "Wrong size on BP_MusicControl_C_ToggleCombatMusic"); \ +static_assert(offsetof(BP_MusicControl_C_ToggleCombatMusic, bLock) == 0x000000, "Member 'BP_MusicControl_C_ToggleCombatMusic::bLock' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ToggleCombatMusic, Debug) == 0x000001, "Member 'BP_MusicControl_C_ToggleCombatMusic::Debug' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ToggleCombatMusic, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000002, "Member 'BP_MusicControl_C_ToggleCombatMusic::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ToggleCombatMusic, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000003, "Member 'BP_MusicControl_C_ToggleCombatMusic::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ToggleCombatMusic, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_MusicControl_C_ToggleCombatMusic::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ToggleCombatMusic, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'BP_MusicControl_C_ToggleCombatMusic::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_MusicControl_C_ToggleCombatMusic, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'BP_MusicControl_C_ToggleCombatMusic::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_MusicControl_C \ +static_assert(alignof(ABP_MusicControl_C) == 0x000008, "Wrong alignment on ABP_MusicControl_C"); \ +static_assert(sizeof(ABP_MusicControl_C) == 0x000410, "Wrong size on ABP_MusicControl_C"); \ +static_assert(offsetof(ABP_MusicControl_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_MusicControl_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, OnEnforcement) == 0x0002B8, "Member 'ABP_MusicControl_C::OnEnforcement' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, MissionObserver) == 0x0002C0, "Member 'ABP_MusicControl_C::MissionObserver' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, MissionObjectiveObserver) == 0x0002C8, "Member 'ABP_MusicControl_C::MissionObjectiveObserver' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, OnOnboardingActive) == 0x0002D0, "Member 'ABP_MusicControl_C::OnOnboardingActive' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, OnPlayerInActiveMission) == 0x0002D8, "Member 'ABP_MusicControl_C::OnPlayerInActiveMission' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, OnGameMenuMapVisible) == 0x0002E0, "Member 'ABP_MusicControl_C::OnGameMenuMapVisible' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, OnGamePaused) == 0x0002E8, "Member 'ABP_MusicControl_C::OnGamePaused' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, OnPlayerInLockedDialogueCamera) == 0x0002F0, "Member 'ABP_MusicControl_C::OnPlayerInLockedDialogueCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, OnPlayerInVehicle) == 0x0002F8, "Member 'ABP_MusicControl_C::OnPlayerInVehicle' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, OnPlayerDeadOrKO) == 0x000300, "Member 'ABP_MusicControl_C::OnPlayerDeadOrKO' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, CombatLastEnemyStanding) == 0x000308, "Member 'ABP_MusicControl_C::CombatLastEnemyStanding' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, CombatFirstKnockOut) == 0x000310, "Member 'ABP_MusicControl_C::CombatFirstKnockOut' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, CombatFirstKill) == 0x000318, "Member 'ABP_MusicControl_C::CombatFirstKill' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, CombatFirstDamageRecieved) == 0x000320, "Member 'ABP_MusicControl_C::CombatFirstDamageRecieved' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, CombatState) == 0x000328, "Member 'ABP_MusicControl_C::CombatState' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, LSAKComponent) == 0x000330, "Member 'ABP_MusicControl_C::LSAKComponent' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, DefaultSceneRoot) == 0x000338, "Member 'ABP_MusicControl_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, DebugAmbientZones) == 0x000340, "Member 'ABP_MusicControl_C::DebugAmbientZones' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, Threat_Level) == 0x000348, "Member 'ABP_MusicControl_C::Threat_Level' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, Nr_Enemies) == 0x000350, "Member 'ABP_MusicControl_C::Nr_Enemies' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, Damage_Taken) == 0x000358, "Member 'ABP_MusicControl_C::Damage_Taken' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, Enemies_KOd) == 0x000360, "Member 'ABP_MusicControl_C::Enemies_KOd' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, Enemies_Killed) == 0x000364, "Member 'ABP_MusicControl_C::Enemies_Killed' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, PushedSheetsCombatStatus) == 0x000368, "Member 'ABP_MusicControl_C::PushedSheetsCombatStatus' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, PushedDeath_orKO_SheetsOnStack) == 0x000378, "Member 'ABP_MusicControl_C::PushedDeath_orKO_SheetsOnStack' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, PushedSheetsInVehicle) == 0x000388, "Member 'ABP_MusicControl_C::PushedSheetsInVehicle' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, PushedSheetsLockedDiaCamera) == 0x000398, "Member 'ABP_MusicControl_C::PushedSheetsLockedDiaCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, Pushed_PLAYR_Ingame_Music_Sheets) == 0x0003A8, "Member 'ABP_MusicControl_C::Pushed_PLAYR_Ingame_Music_Sheets' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, GLB_InGame_Sheet) == 0x0003B8, "Member 'ABP_MusicControl_C::GLB_InGame_Sheet' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, Target) == 0x0003C0, "Member 'ABP_MusicControl_C::Target' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, PLAYR_Ingame_Combat_Sheet) == 0x0003C8, "Member 'ABP_MusicControl_C::PLAYR_Ingame_Combat_Sheet' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, PLAYR_Ingame_Mission_Sheet) == 0x0003CC, "Member 'ABP_MusicControl_C::PLAYR_Ingame_Mission_Sheet' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, VehicleExplorationTimer) == 0x0003D0, "Member 'ABP_MusicControl_C::VehicleExplorationTimer' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, Value_Id) == 0x0003D8, "Member 'ABP_MusicControl_C::Value_Id' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, Value) == 0x0003F0, "Member 'ABP_MusicControl_C::Value' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, PreventCombatMusic) == 0x0003F1, "Member 'ABP_MusicControl_C::PreventCombatMusic' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, IsKillObjective) == 0x0003F2, "Member 'ABP_MusicControl_C::IsKillObjective' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, InGameCombatSheet) == 0x0003F8, "Member 'ABP_MusicControl_C::InGameCombatSheet' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, PLAYR_Ingame_) == 0x000400, "Member 'ABP_MusicControl_C::PLAYR_Ingame_' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, PLAYR_Ingame_Enforcement) == 0x000404, "Member 'ABP_MusicControl_C::PLAYR_Ingame_Enforcement' has a wrong offset!"); \ +static_assert(offsetof(ABP_MusicControl_C, Exploration_PostHome) == 0x000408, "Member 'ABP_MusicControl_C::Exploration_PostHome' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay \ +static_assert(alignof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay) == 0x000008, "Wrong alignment on WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay"); \ +static_assert(sizeof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay) == 0x000058, "Wrong size on WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay, EntryPoint) == 0x000000, "Member 'WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000028, "Member 'WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000030, "Member 'WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay, CallFunc_CreatePlayAnimationProxyObject_Result_1) == 0x000038, "Member 'WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay::CallFunc_CreatePlayAnimationProxyObject_Result_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1) == 0x000040, "Member 'WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay, CallFunc_CreatePlayAnimationProxyObject_PlaybackSpeed_ImplicitCast) == 0x00004C, "Member 'WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay::CallFunc_CreatePlayAnimationProxyObject_PlaybackSpeed_ImplicitCast' has a wrong offset!"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay, CallFunc_CreatePlayAnimationProxyObject_PlaybackSpeed_ImplicitCast_1) == 0x000050, "Member 'WBP_Fade_Overlay_C_ExecuteUbergraph_WBP_Fade_Overlay::CallFunc_CreatePlayAnimationProxyObject_PlaybackSpeed_ImplicitCast_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_Fade_Overlay_C_PreConstruct \ +static_assert(alignof(WBP_Fade_Overlay_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_Fade_Overlay_C_PreConstruct"); \ +static_assert(sizeof(WBP_Fade_Overlay_C_PreConstruct) == 0x000001, "Wrong size on WBP_Fade_Overlay_C_PreConstruct"); \ +static_assert(offsetof(WBP_Fade_Overlay_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_Fade_Overlay_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_Fade_Overlay_C \ +static_assert(alignof(UWBP_Fade_Overlay_C) == 0x000008, "Wrong alignment on UWBP_Fade_Overlay_C"); \ +static_assert(sizeof(UWBP_Fade_Overlay_C) == 0x000370, "Wrong size on UWBP_Fade_Overlay_C"); \ +static_assert(offsetof(UWBP_Fade_Overlay_C, UberGraphFrame) == 0x000328, "Member 'UWBP_Fade_Overlay_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Fade_Overlay_C, BlackOverlay) == 0x000330, "Member 'UWBP_Fade_Overlay_C::BlackOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Fade_Overlay_C, FadeOutAnim) == 0x000338, "Member 'UWBP_Fade_Overlay_C::FadeOutAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Fade_Overlay_C, FadeInAnim) == 0x000340, "Member 'UWBP_Fade_Overlay_C::FadeInAnim' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Fade_Overlay_C, FadeOutFinished) == 0x000348, "Member 'UWBP_Fade_Overlay_C::FadeOutFinished' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Fade_Overlay_C, FadeInFinished) == 0x000358, "Member 'UWBP_Fade_Overlay_C::FadeInFinished' has a wrong offset!"); \ +static_assert(offsetof(UWBP_Fade_Overlay_C, FadeSpeed) == 0x000368, "Member 'UWBP_Fade_Overlay_C::FadeSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCommonButtonStyle_Clear_C \ +static_assert(alignof(UCommonButtonStyle_Clear_C) == 0x000010, "Wrong alignment on UCommonButtonStyle_Clear_C"); \ +static_assert(sizeof(UCommonButtonStyle_Clear_C) == 0x000710, "Wrong size on UCommonButtonStyle_Clear_C"); \ + +#define DUMPER7_ASSERTS_UInputActionWidgetStyle_Default_Black_C \ +static_assert(alignof(UInputActionWidgetStyle_Default_Black_C) == 0x000010, "Wrong alignment on UInputActionWidgetStyle_Default_Black_C"); \ +static_assert(sizeof(UInputActionWidgetStyle_Default_Black_C) == 0x000490, "Wrong size on UInputActionWidgetStyle_Default_Black_C"); \ + +#define DUMPER7_ASSERTS_WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton \ +static_assert(alignof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton"); \ +static_assert(sizeof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton) == 0x000128, "Wrong size on WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, EntryPoint) == 0x000000, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, K2Node_CustomEvent_bNewInputType) == 0x000015, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::K2Node_CustomEvent_bNewInputType' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_GetLocalPlayerSubsystem_ReturnValue) == 0x000018, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_GetLocalPlayerSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_GetCurrentInputType_ReturnValue) == 0x000021, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_GetCurrentInputType_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_White) == 0x000024, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_White' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_Black) == 0x000034, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_Black' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_Grey) == 0x000044, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_Grey' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_Red) == 0x000054, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_Red' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_Yellow) == 0x000064, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_Yellow' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_Blue) == 0x000074, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_Blue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_Green) == 0x000084, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_Green' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_White__S_) == 0x000094, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_White__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_Black__S_) == 0x0000A8, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_Black__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_Grey__S_) == 0x0000BC, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_Grey__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_Red__S_) == 0x0000D0, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_Red__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_Yellow__S_) == 0x0000E4, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_Yellow__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_Blue__S_) == 0x0000F8, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_Blue__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_UI_Color_Library_Green__S_) == 0x00010C, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_UI_Color_Library_Green__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_GetEnhancedInputAction_ReturnValue) == 0x000120, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_GetEnhancedInputAction_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuActionButton_C_InitButton \ +static_assert(alignof(WBP_MenuActionButton_C_InitButton) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_InitButton"); \ +static_assert(sizeof(WBP_MenuActionButton_C_InitButton) == 0x000120, "Wrong size on WBP_MenuActionButton_C_InitButton"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_RandomFloatInRange_ReturnValue) == 0x000000, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000008, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_White) == 0x000020, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_White' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_Black) == 0x000030, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_Black' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_Grey) == 0x000040, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_Grey' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_Red) == 0x000050, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_Red' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_Yellow) == 0x000060, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_Yellow' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_Blue) == 0x000070, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_Blue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_Green) == 0x000080, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_Green' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_White__S_) == 0x000090, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_White__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_Black__S_) == 0x0000A4, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_Black__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_Grey__S_) == 0x0000B8, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_Grey__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_Red__S_) == 0x0000CC, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_Red__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_Yellow__S_) == 0x0000E0, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_Yellow__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_Blue__S_) == 0x0000F4, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_Blue__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_UI_Color_Library_Green__S_) == 0x000108, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_UI_Color_Library_Green__S_' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00011C, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_InitButton, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00011D, "Member 'WBP_MenuActionButton_C_InitButton::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuActionButton_C_On_Input_Method_Changed \ +static_assert(alignof(WBP_MenuActionButton_C_On_Input_Method_Changed) == 0x000001, "Wrong alignment on WBP_MenuActionButton_C_On_Input_Method_Changed"); \ +static_assert(sizeof(WBP_MenuActionButton_C_On_Input_Method_Changed) == 0x000001, "Wrong size on WBP_MenuActionButton_C_On_Input_Method_Changed"); \ +static_assert(offsetof(WBP_MenuActionButton_C_On_Input_Method_Changed, bNewInputType) == 0x000000, "Member 'WBP_MenuActionButton_C_On_Input_Method_Changed::bNewInputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuActionButton_C_PreConstruct \ +static_assert(alignof(WBP_MenuActionButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MenuActionButton_C_PreConstruct"); \ +static_assert(sizeof(WBP_MenuActionButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_MenuActionButton_C_PreConstruct"); \ +static_assert(offsetof(WBP_MenuActionButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MenuActionButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuActionButton_C_Set_Button_Index \ +static_assert(alignof(WBP_MenuActionButton_C_Set_Button_Index) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_Set_Button_Index"); \ +static_assert(sizeof(WBP_MenuActionButton_C_Set_Button_Index) == 0x000018, "Wrong size on WBP_MenuActionButton_C_Set_Button_Index"); \ +static_assert(offsetof(WBP_MenuActionButton_C_Set_Button_Index, CallFunc_GetInputAction_InputActionRow) == 0x000000, "Member 'WBP_MenuActionButton_C_Set_Button_Index::CallFunc_GetInputAction_InputActionRow' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_Set_Button_Index, CallFunc_GetInputAction_ReturnValue) == 0x000010, "Member 'WBP_MenuActionButton_C_Set_Button_Index::CallFunc_GetInputAction_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_Set_Button_Index, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000011, "Member 'WBP_MenuActionButton_C_Set_Button_Index::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_Set_Button_Index, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000012, "Member 'WBP_MenuActionButton_C_Set_Button_Index::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_Set_Button_Index, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000013, "Member 'WBP_MenuActionButton_C_Set_Button_Index::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_Set_Button_Index, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x000014, "Member 'WBP_MenuActionButton_C_Set_Button_Index::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetInputMethod \ +static_assert(alignof(WBP_MenuActionButton_C_SetInputMethod) == 0x000001, "Wrong alignment on WBP_MenuActionButton_C_SetInputMethod"); \ +static_assert(sizeof(WBP_MenuActionButton_C_SetInputMethod) == 0x000002, "Wrong size on WBP_MenuActionButton_C_SetInputMethod"); \ +static_assert(offsetof(WBP_MenuActionButton_C_SetInputMethod, InputMethod) == 0x000000, "Member 'WBP_MenuActionButton_C_SetInputMethod::InputMethod' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_SetInputMethod, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_MenuActionButton_C_SetInputMethod::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetLabel \ +static_assert(alignof(WBP_MenuActionButton_C_SetLabel) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_SetLabel"); \ +static_assert(sizeof(WBP_MenuActionButton_C_SetLabel) == 0x000010, "Wrong size on WBP_MenuActionButton_C_SetLabel"); \ +static_assert(offsetof(WBP_MenuActionButton_C_SetLabel, Label_0) == 0x000000, "Member 'WBP_MenuActionButton_C_SetLabel::Label_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetShowPcPrompt \ +static_assert(alignof(WBP_MenuActionButton_C_SetShowPcPrompt) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_SetShowPcPrompt"); \ +static_assert(sizeof(WBP_MenuActionButton_C_SetShowPcPrompt) == 0x000040, "Wrong size on WBP_MenuActionButton_C_SetShowPcPrompt"); \ +static_assert(offsetof(WBP_MenuActionButton_C_SetShowPcPrompt, Temp_bool_Variable) == 0x000000, "Member 'WBP_MenuActionButton_C_SetShowPcPrompt::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_SetShowPcPrompt, Temp_struct_Variable) == 0x000008, "Member 'WBP_MenuActionButton_C_SetShowPcPrompt::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_SetShowPcPrompt, Temp_struct_Variable_1) == 0x000018, "Member 'WBP_MenuActionButton_C_SetShowPcPrompt::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_SetShowPcPrompt, CallFunc_BooleanOR_ReturnValue) == 0x000028, "Member 'WBP_MenuActionButton_C_SetShowPcPrompt::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_MenuActionButton_C_SetShowPcPrompt, K2Node_Select_Default) == 0x000030, "Member 'WBP_MenuActionButton_C_SetShowPcPrompt::K2Node_Select_Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_MenuActionButton_C \ +static_assert(alignof(UWBP_MenuActionButton_C) == 0x000010, "Wrong alignment on UWBP_MenuActionButton_C"); \ +static_assert(sizeof(UWBP_MenuActionButton_C) == 0x001680, "Wrong size on UWBP_MenuActionButton_C"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, UberGraphFrame) == 0x0015F0, "Member 'UWBP_MenuActionButton_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, TextOverlay) == 0x0015F8, "Member 'UWBP_MenuActionButton_C::TextOverlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, TextBackgroundMenu) == 0x001600, "Member 'UWBP_MenuActionButton_C::TextBackgroundMenu' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, TextBackgroundGame) == 0x001608, "Member 'UWBP_MenuActionButton_C::TextBackgroundGame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, Text) == 0x001610, "Member 'UWBP_MenuActionButton_C::Text' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, Overlay) == 0x001618, "Member 'UWBP_MenuActionButton_C::Overlay' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, InteractionText) == 0x001620, "Member 'UWBP_MenuActionButton_C::InteractionText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, InputIcon) == 0x001628, "Member 'UWBP_MenuActionButton_C::InputIcon' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, HoverLine) == 0x001630, "Member 'UWBP_MenuActionButton_C::HoverLine' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, Label) == 0x001638, "Member 'UWBP_MenuActionButton_C::Label' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, ButtonIsHovered) == 0x001648, "Member 'UWBP_MenuActionButton_C::ButtonIsHovered' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, InputType) == 0x001649, "Member 'UWBP_MenuActionButton_C::InputType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, Input_Method) == 0x00164A, "Member 'UWBP_MenuActionButton_C::Input_Method' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, ButtonIndex) == 0x00164C, "Member 'UWBP_MenuActionButton_C::ButtonIndex' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, TextTranslation) == 0x001650, "Member 'UWBP_MenuActionButton_C::TextTranslation' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, ButtonType) == 0x001660, "Member 'UWBP_MenuActionButton_C::ButtonType' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, IsGamepad) == 0x001661, "Member 'UWBP_MenuActionButton_C::IsGamepad' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, IsMouseKeyboard) == 0x001662, "Member 'UWBP_MenuActionButton_C::IsMouseKeyboard' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, PromptPc) == 0x001668, "Member 'UWBP_MenuActionButton_C::PromptPc' has a wrong offset!"); \ +static_assert(offsetof(UWBP_MenuActionButton_C, PromptPcVisible) == 0x001678, "Member 'UWBP_MenuActionButton_C::PromptPcVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_BndEvt__WBP_StartMenu_Bookmarks2_K2Node_ComponentBoundEvent_14_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Bookmarks2_K2Node_ComponentBoundEvent_14_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_StartMenu_C_BndEvt__WBP_StartMenu_Bookmarks2_K2Node_ComponentBoundEvent_14_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Bookmarks2_K2Node_ComponentBoundEvent_14_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_StartMenu_C_BndEvt__WBP_StartMenu_Bookmarks2_K2Node_ComponentBoundEvent_14_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Bookmarks2_K2Node_ComponentBoundEvent_14_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_StartMenu_C_BndEvt__WBP_StartMenu_Bookmarks2_K2Node_ComponentBoundEvent_14_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_BndEvt__WBP_StartMenu_Continue2_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Continue2_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_StartMenu_C_BndEvt__WBP_StartMenu_Continue2_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Continue2_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_StartMenu_C_BndEvt__WBP_StartMenu_Continue2_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Continue2_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_StartMenu_C_BndEvt__WBP_StartMenu_Continue2_K2Node_ComponentBoundEvent_4_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_BndEvt__WBP_StartMenu_Credits2_K2Node_ComponentBoundEvent_11_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Credits2_K2Node_ComponentBoundEvent_11_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_StartMenu_C_BndEvt__WBP_StartMenu_Credits2_K2Node_ComponentBoundEvent_11_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Credits2_K2Node_ComponentBoundEvent_11_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_StartMenu_C_BndEvt__WBP_StartMenu_Credits2_K2Node_ComponentBoundEvent_11_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Credits2_K2Node_ComponentBoundEvent_11_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_StartMenu_C_BndEvt__WBP_StartMenu_Credits2_K2Node_ComponentBoundEvent_11_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_BndEvt__WBP_StartMenu_Levels2_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Levels2_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_StartMenu_C_BndEvt__WBP_StartMenu_Levels2_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Levels2_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_StartMenu_C_BndEvt__WBP_StartMenu_Levels2_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Levels2_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_StartMenu_C_BndEvt__WBP_StartMenu_Levels2_K2Node_ComponentBoundEvent_13_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGame2_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGame2_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGame2_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGame2_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGame2_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGame2_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGame2_K2Node_ComponentBoundEvent_9_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameClose_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameClose_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameClose_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameClose_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameClose_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameClose_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameClose_K2Node_ComponentBoundEvent_2_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameNo_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameNo_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameNo_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameNo_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameNo_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameNo_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameNo_K2Node_ComponentBoundEvent_0_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameYes_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameYes_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameYes_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameYes_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameYes_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameYes_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_StartMenu_C_BndEvt__WBP_StartMenu_NewGameYes_K2Node_ComponentBoundEvent_1_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_BndEvt__WBP_StartMenu_Options2_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Options2_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_StartMenu_C_BndEvt__WBP_StartMenu_Options2_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Options2_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_StartMenu_C_BndEvt__WBP_StartMenu_Options2_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Options2_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_StartMenu_C_BndEvt__WBP_StartMenu_Options2_K2Node_ComponentBoundEvent_10_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_BndEvt__WBP_StartMenu_Quit2_K2Node_ComponentBoundEvent_12_CommonButtonBaseClicked__DelegateSignature \ +static_assert(alignof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Quit2_K2Node_ComponentBoundEvent_12_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong alignment on WBP_StartMenu_C_BndEvt__WBP_StartMenu_Quit2_K2Node_ComponentBoundEvent_12_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(sizeof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Quit2_K2Node_ComponentBoundEvent_12_CommonButtonBaseClicked__DelegateSignature) == 0x000008, "Wrong size on WBP_StartMenu_C_BndEvt__WBP_StartMenu_Quit2_K2Node_ComponentBoundEvent_12_CommonButtonBaseClicked__DelegateSignature"); \ +static_assert(offsetof(WBP_StartMenu_C_BndEvt__WBP_StartMenu_Quit2_K2Node_ComponentBoundEvent_12_CommonButtonBaseClicked__DelegateSignature, Button) == 0x000000, "Member 'WBP_StartMenu_C_BndEvt__WBP_StartMenu_Quit2_K2Node_ComponentBoundEvent_12_CommonButtonBaseClicked__DelegateSignature::Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu \ +static_assert(alignof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu) == 0x000010, "Wrong alignment on WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu"); \ +static_assert(sizeof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu) == 0x000400, "Wrong size on WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, EntryPoint) == 0x000000, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_GetCurrentOverallVolume_ReturnValue) == 0x000004, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_GetCurrentOverallVolume_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_CustomEvent_Value_1) == 0x000010, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_Create_ReturnValue) == 0x000018, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000040, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_DoesSaveGameExist_ReturnValue) == 0x000048, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_DoesSaveGameExist_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000050, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_Create_ReturnValue_1) == 0x000058, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x000060, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_DoesSaveGameExist_ReturnValue_1) == 0x000068, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_DoesSaveGameExist_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_Create_ReturnValue_2) == 0x000070, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, Temp_wildcard_Variable) == 0x000078, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::Temp_wildcard_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_BP_CreateScreenPath_ReturnValue) == 0x000080, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_BP_CreateScreenPath_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, Temp_bool_Variable) == 0x0000E0, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, Temp_struct_Variable) == 0x0000E8, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_BP_CreateScreenPath_ReturnValue_1) == 0x000138, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_BP_CreateScreenPath_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_CustomEvent_Value) == 0x000198, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_CustomEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_MakeVector4_ReturnValue) == 0x0001A0, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_MakeVector4_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0001C0, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, Temp_bool_Variable_1) == 0x0001D0, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::Temp_bool_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, Temp_name_Variable) == 0x0001D4, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::Temp_name_Variable' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_MakeVector4_ReturnValue_1) == 0x0001E0, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_MakeVector4_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x000200, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, Temp_struct_Variable_1) == 0x000210, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_BP_CreateScreenPath_ReturnValue_2) == 0x000260, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_BP_CreateScreenPath_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_GetBuildConfiguration_ReturnValue) == 0x0002C0, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_GetBuildConfiguration_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_NotEqual_StrStr_ReturnValue) == 0x0002D0, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002D4, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_CreateDelegate_OutputDelegate_3) == 0x0002E4, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, Temp_wildcard_Variable_1) == 0x0002F8, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::Temp_wildcard_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_ComponentBoundEvent_Button_9) == 0x000300, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_PlayAnimationForward_ReturnValue) == 0x000308, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_ComponentBoundEvent_Button_8) == 0x000318, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_ComponentBoundEvent_Button_7) == 0x000320, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_ComponentBoundEvent_Button_6) == 0x000328, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_ComponentBoundEvent_Button_5) == 0x000330, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_ComponentBoundEvent_Button_4) == 0x000338, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_ComponentBoundEvent_Button_3) == 0x000340, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, Temp_name_Variable_1) == 0x000348, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::Temp_name_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_ComponentBoundEvent_Button_2) == 0x000350, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_ComponentBoundEvent_Button_1) == 0x000358, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_ComponentBoundEvent_Button) == 0x000360, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000368, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, Temp_wildcard_Variable_2) == 0x000370, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::Temp_wildcard_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, Temp_bool_Variable_2) == 0x000378, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::Temp_bool_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_GetBuildConfiguration_ReturnValue_1) == 0x000380, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_GetBuildConfiguration_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, Temp_struct_Variable_2) == 0x000390, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::Temp_struct_Variable_2' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0003E0, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, CallFunc_Not_PreBool_ReturnValue) == 0x0003E1, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu, K2Node_MakeStruct_LoadingScreenMovieConfiguration) == 0x0003E8, "Member 'WBP_StartMenu_C_ExecuteUbergraph_WBP_StartMenu::K2Node_MakeStruct_LoadingScreenMovieConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687C7A971F3 \ +static_assert(alignof(WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687C7A971F3) == 0x000004, "Wrong alignment on WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687C7A971F3"); \ +static_assert(sizeof(WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687C7A971F3) == 0x000004, "Wrong size on WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687C7A971F3"); \ +static_assert(offsetof(WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687C7A971F3, Value) == 0x000000, "Member 'WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687C7A971F3::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687FD27299F \ +static_assert(alignof(WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687FD27299F) == 0x000004, "Wrong alignment on WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687FD27299F"); \ +static_assert(sizeof(WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687FD27299F) == 0x000004, "Wrong size on WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687FD27299F"); \ +static_assert(offsetof(WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687FD27299F, Value) == 0x000000, "Member 'WBP_StartMenu_C_OnValueUpdated_50114A0242879C06CA9B3687FD27299F::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_StartMenu_C_BP_GetDesiredFocusTarget \ +static_assert(alignof(WBP_StartMenu_C_BP_GetDesiredFocusTarget) == 0x000008, "Wrong alignment on WBP_StartMenu_C_BP_GetDesiredFocusTarget"); \ +static_assert(sizeof(WBP_StartMenu_C_BP_GetDesiredFocusTarget) == 0x000018, "Wrong size on WBP_StartMenu_C_BP_GetDesiredFocusTarget"); \ +static_assert(offsetof(WBP_StartMenu_C_BP_GetDesiredFocusTarget, ReturnValue) == 0x000000, "Member 'WBP_StartMenu_C_BP_GetDesiredFocusTarget::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_BP_GetDesiredFocusTarget, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'WBP_StartMenu_C_BP_GetDesiredFocusTarget::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(WBP_StartMenu_C_BP_GetDesiredFocusTarget, CallFunc_DoesSaveGameExist_ReturnValue) == 0x000010, "Member 'WBP_StartMenu_C_BP_GetDesiredFocusTarget::CallFunc_DoesSaveGameExist_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_StartMenu_C \ +static_assert(alignof(UWBP_StartMenu_C) == 0x000008, "Wrong alignment on UWBP_StartMenu_C"); \ +static_assert(sizeof(UWBP_StartMenu_C) == 0x0008B8, "Wrong size on UWBP_StartMenu_C"); \ +static_assert(offsetof(UWBP_StartMenu_C, UberGraphFrame) == 0x000810, "Member 'UWBP_StartMenu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, Samson) == 0x000818, "Member 'UWBP_StartMenu_C::Samson' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, QuitBlack) == 0x000820, "Member 'UWBP_StartMenu_C::QuitBlack' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, Quit) == 0x000828, "Member 'UWBP_StartMenu_C::Quit' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, Overlay_2) == 0x000830, "Member 'UWBP_StartMenu_C::Overlay_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, Options) == 0x000838, "Member 'UWBP_StartMenu_C::Options' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, NewGameYes) == 0x000840, "Member 'UWBP_StartMenu_C::NewGameYes' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, NewGameText) == 0x000848, "Member 'UWBP_StartMenu_C::NewGameText' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, NewGameNo) == 0x000850, "Member 'UWBP_StartMenu_C::NewGameNo' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, NewGameClose) == 0x000858, "Member 'UWBP_StartMenu_C::NewGameClose' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, NewGameCanvas) == 0x000860, "Member 'UWBP_StartMenu_C::NewGameCanvas' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, NewGame) == 0x000868, "Member 'UWBP_StartMenu_C::NewGame' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, Levels) == 0x000870, "Member 'UWBP_StartMenu_C::Levels' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, Image_0) == 0x000878, "Member 'UWBP_StartMenu_C::Image_0' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, HeadlineTextBlock_2) == 0x000880, "Member 'UWBP_StartMenu_C::HeadlineTextBlock_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, HeaderBackground_2) == 0x000888, "Member 'UWBP_StartMenu_C::HeaderBackground_2' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, Credits) == 0x000890, "Member 'UWBP_StartMenu_C::Credits' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, Continue) == 0x000898, "Member 'UWBP_StartMenu_C::Continue' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, Bookmarks) == 0x0008A0, "Member 'UWBP_StartMenu_C::Bookmarks' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, AbourtBackground_1) == 0x0008A8, "Member 'UWBP_StartMenu_C::AbourtBackground_1' has a wrong offset!"); \ +static_assert(offsetof(UWBP_StartMenu_C, FadeIn) == 0x0008B0, "Member 'UWBP_StartMenu_C::FadeIn' has a wrong offset!"); \ + + +} +